From 99439f551c0bbd1e7347342fd951f115799ad968 Mon Sep 17 00:00:00 2001 From: Omega <83683090+Omega172@users.noreply.github.com> Date: Tue, 3 Feb 2026 13:45:54 -0600 Subject: [PATCH 1/7] rafactor --- .gitignore | 412 +- .gitmodules | 12 - .vscode/c_cpp_properties.json | 23 + .vscode/launch.json | 10 + .vscode/tasks.json | 113 + .../ExampleFeature/ExampleFeature.hpp | 1 - Internal/FrameworkConfig.hpp | 22 +- Internal/GUI/Addons/imgui_addons.hpp | 2 +- Internal/GUI/Custom.hpp | 2 +- Internal/GUI/GUI.cpp | 9 - Internal/GUI/Menu/Menu.hpp | 35 +- Internal/GUI/Styles.hpp | 1 - Internal/Hooks/Renderer/D3D11Hooks.cpp | 2 +- Internal/Hooks/Renderer/D3D12Hooks.cpp | 876 +- Internal/Hooks/Renderer/RendererHooks.cpp | 7 +- Internal/Hooks/WndProc/WndProcHooks.cpp | 2 +- Internal/Interfaces/Unity/Mono.hpp | 5 +- Internal/Interfaces/Unreal/Assertions.inl | 215856 +++++++++++++++ Internal/Interfaces/Unreal/NameCollisions.inl | 13 + Internal/Interfaces/Unreal/PropertyFixup.hpp | 21 + Internal/Interfaces/Unreal/Unreal.hpp | 176 +- Internal/Interfaces/Unreal/UnrealConfig.hpp | 14 +- .../Interfaces/Unreal/UnrealContainers.hpp | 909 + Internal/Interfaces/Unreal/UtfN.hpp | 1613 + Internal/Libs/FreeType | 1 - Internal/Libs/ImGui | 1 - Internal/Libs/MinHook | 1 - Internal/Libs/Nlohmann.json | 1 - Internal/Localization/Localization.cpp | 2 +- Internal/Localization/Localization.hpp | 1 - Internal/Memory/Memory.cpp | 1 - Internal/Memory/Windows/WindowsMemory.cpp | 6 +- Internal/Memory/Windows/WindowsMemory.hpp | 3 + Internal/PCH/pch.h | 17 +- Internal/Utils/Console/Console.cpp | 1 - Internal/Utils/Logging/Logging.cpp | 1 - Internal/Utils/Logging/Logging.hpp | 2 +- Internal/Utils/Utils.cpp | 1 - Internal/dllmain.cpp | 9 +- update_compile_commands.bat | 3 + xmake.lua | 221 +- 41 files changed, 219196 insertions(+), 1212 deletions(-) delete mode 100644 .gitmodules create mode 100644 .vscode/c_cpp_properties.json create mode 100644 .vscode/launch.json create mode 100644 .vscode/tasks.json create mode 100644 Internal/Interfaces/Unreal/Assertions.inl create mode 100644 Internal/Interfaces/Unreal/NameCollisions.inl create mode 100644 Internal/Interfaces/Unreal/PropertyFixup.hpp create mode 100644 Internal/Interfaces/Unreal/UnrealContainers.hpp create mode 100644 Internal/Interfaces/Unreal/UtfN.hpp delete mode 160000 Internal/Libs/FreeType delete mode 160000 Internal/Libs/ImGui delete mode 160000 Internal/Libs/MinHook delete mode 160000 Internal/Libs/Nlohmann.json create mode 100644 update_compile_commands.bat diff --git a/.gitignore b/.gitignore index c15a1c2..5715967 100644 --- a/.gitignore +++ b/.gitignore @@ -1,407 +1,5 @@ -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. -## -## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore - -# User-specific files -*.rsuser -*.suo -*.user -*.userosscache -*.sln.docstates - -# User-specific files (MonoDevelop/Xamarin Studio) -*.userprefs - -# Mono auto generated files -mono_crash.* - -# Build results -[Dd]ebug/ -[Dd]ebugPublic/ -[Rr]elease/ -[Rr]eleases/ -x64/ -x86/ -[Ww][Ii][Nn]32/ -[Aa][Rr][Mm]/ -[Aa][Rr][Mm]64/ -bld/ -[Bb]in/ -[Oo]bj/ -[Ll]og/ -[Ll]ogs/ - -# Visual Studio 2015/2017 cache/options directory -.vs/ -# Uncomment if you have tasks that create the project's static files in wwwroot -#wwwroot/ - -# Visual Studio 2017 auto generated files -Generated\ Files/ - -# MSTest test Results -[Tt]est[Rr]esult*/ -[Bb]uild[Ll]og.* - -# NUnit -*.VisualState.xml -TestResult.xml -nunit-*.xml - -# Build Results of an ATL Project -[Dd]ebugPS/ -[Rr]eleasePS/ -dlldata.c - -# Benchmark Results -BenchmarkDotNet.Artifacts/ - -# .NET Core -project.lock.json -project.fragment.lock.json -artifacts/ - -# ASP.NET Scaffolding -ScaffoldingReadMe.txt - -# StyleCop -StyleCopReport.xml - -# Files built by Visual Studio -*_i.c -*_p.c -*_h.h -*.ilk -*.meta -*.obj -*.iobj -*.pch -*.pdb -*.ipdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.tmp_proj -*_wpftmp.csproj -*.log -*.tlog -*.vspscc -*.vssscc -.builds -*.pidb -*.svclog -*.scc - -# Chutzpah Test files -_Chutzpah* - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opendb -*.opensdf -*.sdf -*.cachefile -*.VC.db -*.VC.VC.opendb - -# Visual Studio profiler -*.psess -*.vsp -*.vspx -*.sap - -# Visual Studio Trace Files -*.e2e - -# TFS 2012 Local Workspace -$tf/ - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper*/ -*.[Rr]e[Ss]harper -*.DotSettings.user - -# TeamCity is a build add-in -_TeamCity* - -# DotCover is a Code Coverage Tool -*.dotCover - -# AxoCover is a Code Coverage Tool -.axoCover/* -!.axoCover/settings.json - -# Coverlet is a free, cross platform Code Coverage Tool -coverage*.json -coverage*.xml -coverage*.info - -# Visual Studio code coverage results -*.coverage -*.coveragexml - -# NCrunch -_NCrunch_* -.*crunch*.local.xml -nCrunchTemp_* - -# MightyMoose -*.mm.* -AutoTest.Net/ - -# Web workbench (sass) -.sass-cache/ - -# Installshield output folder -[Ee]xpress/ - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish/ - -# Publish Web Output -*.[Pp]ublish.xml -*.azurePubxml -# Note: Comment the next line if you want to checkin your web deploy settings, -# but database connection strings (with potential passwords) will be unencrypted -*.pubxml -*.publishproj - -# Microsoft Azure Web App publish settings. Comment the next line if you want to -# checkin your Azure Web App publish settings, but sensitive information contained -# in these scripts will be unencrypted -PublishScripts/ - -# NuGet Packages -*.nupkg -# NuGet Symbol Packages -*.snupkg -# The packages folder can be ignored because of Package Restore -**/[Pp]ackages/* -# except build/, which is used as an MSBuild target. -!**/[Pp]ackages/build/ -# Uncomment if necessary however generally it will be regenerated when needed -#!**/[Pp]ackages/repositories.config -# NuGet v3's project.json files produces more ignorable files -*.nuget.props -*.nuget.targets - -# Microsoft Azure Build Output -csx/ -*.build.csdef - -# Microsoft Azure Emulator -ecf/ -rcf/ - -# Windows Store app package directories and files -AppPackages/ -BundleArtifacts/ -Package.StoreAssociation.xml -_pkginfo.txt -*.appx -*.appxbundle -*.appxupload - -# Visual Studio cache files -# files ending in .cache can be ignored -*.[Cc]ache -# but keep track of directories ending in .cache -!?*.[Cc]ache/ - -# Others -ClientBin/ -~$* -*~ -*.dbmdl -*.dbproj.schemaview -*.jfm -*.pfx -*.publishsettings -orleans.codegen.cs - -# Including strong name files can present a security risk -# (https://github.com/github/gitignore/pull/2483#issue-259490424) -#*.snk - -# Since there are multiple workflows, uncomment next line to ignore bower_components -# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) -#bower_components/ - -# RIA/Silverlight projects -Generated_Code/ - -# Backup & report files from converting an old project file -# to a newer Visual Studio version. Backup files are not needed, -# because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML -UpgradeLog*.htm -ServiceFabricBackup/ -*.rptproj.bak - -# SQL Server files -*.mdf -*.ldf -*.ndf - -# Business Intelligence projects -*.rdl.data -*.bim.layout -*.bim_*.settings -*.rptproj.rsuser -*- [Bb]ackup.rdl -*- [Bb]ackup ([0-9]).rdl -*- [Bb]ackup ([0-9][0-9]).rdl - -# Microsoft Fakes -FakesAssemblies/ - -# GhostDoc plugin setting file -*.GhostDoc.xml - -# Node.js Tools for Visual Studio -.ntvs_analysis.dat -node_modules/ - -# Visual Studio 6 build log -*.plg - -# Visual Studio 6 workspace options file -*.opt - -# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) -*.vbw - -# Visual Studio 6 auto-generated project file (contains which files were open etc.) -*.vbp - -# Visual Studio 6 workspace and project file (working project files containing files to include in project) -*.dsw -*.dsp - -# Visual Studio 6 technical files -*.ncb -*.aps - -# Visual Studio LightSwitch build output -**/*.HTMLClient/GeneratedArtifacts -**/*.DesktopClient/GeneratedArtifacts -**/*.DesktopClient/ModelManifest.xml -**/*.Server/GeneratedArtifacts -**/*.Server/ModelManifest.xml -_Pvt_Extensions - -# Paket dependency manager -.paket/paket.exe -paket-files/ - -# FAKE - F# Make -.fake/ - -# CodeRush personal settings -.cr/personal - -# Python Tools for Visual Studio (PTVS) -__pycache__/ -*.pyc - -# Cake - Uncomment if you are using it -# tools/** -# !tools/packages.config - -# Tabs Studio -*.tss - -# Telerik's JustMock configuration file -*.jmconfig - -# BizTalk build output -*.btp.cs -*.btm.cs -*.odx.cs -*.xsd.cs - -# OpenCover UI analysis results -OpenCover/ - -# Azure Stream Analytics local run output -ASALocalRun/ - -# MSBuild Binary and Structured Log -*.binlog - -# NVidia Nsight GPU debugger configuration file -*.nvuser - -# MFractors (Xamarin productivity tool) working folder -.mfractor/ - -# Local History for Visual Studio -.localhistory/ - -# Visual Studio History (VSHistory) files -.vshistory/ - -# BeatPulse healthcheck temp database -healthchecksdb - -# Backup folder for Package Reference Convert tool in Visual Studio 2017 -MigrationBackup/ - -# Ionide (cross platform F# VS Code tools) working folder -.ionide/ - -# Fody - auto-generated XML schema -FodyWeavers.xsd - -# VS Code files for those working on multiple tools -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -*.code-workspace - -# Local History for Visual Studio Code -.history/ - -# Windows Installer files from build outputs -*.cab -*.msi -*.msix -*.msm -*.msp - -# JetBrains Rider -*.sln.iml - -.vscode - -OmegaWare Framework/enc_temp_folder - -Internal/Libs/FreeType -Internal/Libs/ImGui -Internal/Libs/MinHook -Internal/Libs/Nlohmann.json \ No newline at end of file +.vscode/compile_commands.json +Build/ +.xmake +Internal/Interfaces/Unreal/SDK/ +Internal/Interfaces/Unreal/SDK.hpp \ No newline at end of file diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 0795c41..0000000 --- a/.gitmodules +++ /dev/null @@ -1,12 +0,0 @@ -[submodule "Internal/Libs/MinHook"] - path = Internal/Libs/MinHook - url = https://github.com/OmegaWareProjects/minhook.git -[submodule "Internal/Libs/ImGui"] - path = Internal/Libs/ImGui - url = https://github.com/ocornut/imgui.git -[submodule "Internal/Libs/Nlohmann.json"] - path = Internal/Libs/Nlohmann.json - url = https://github.com/nlohmann/json.git -[submodule "Internal/Libs/FreeType"] - path = Internal/Libs/FreeType - url = https://github.com/OmegaWareProjects/freetype.git diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..6503ecc --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,23 @@ +{ + "configurations": [ + { + "name": "Win32 Debug", + "compileCommands": "${workspaceFolder}/.vscode/compile_commands.json", + "cppStandard": "c++26", + "intelliSenseMode": "windows-msvc-x64", + "defines": [ + "_DEBUG" + ] + }, + { + "name": "Win32 Release", + "compileCommands": "${workspaceFolder}/.vscode/compile_commands.json", + "cppStandard": "c++26", + "intelliSenseMode": "windows-msvc-x64", + "defines": [ + "NDEBUG" + ] + } + ], + "version": 4 +} \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..0ecca8d --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,10 @@ +{ + "configurations": [ + { + "name": "(Windows) Attach", + "type": "cppvsdbg", + "request": "attach", + "processId": "${command:pickProcess}" + } + ] +} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..469ced2 --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,113 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "xmake: Build (Debug)", + "type": "shell", + "command": "xmake", + "args": [ + "config", + "-m", + "debug", + "-a", + "x64", + "-p", + "windows", + "&&", + "xmake", + "build" + ], + "group": { + "kind": "build", + "isDefault": true + }, + "problemMatcher": [], + "detail": "Build in debug mode for Windows x64" + }, + { + "label": "xmake: Build (Release)", + "type": "shell", + "command": "xmake", + "args": [ + "config", + "-m", + "release", + "-a", + "x64", + "-p", + "windows", + "&&", + "xmake", + "build" + ], + "group": "build", + "problemMatcher": [], + "detail": "Build in release mode for Windows x64" + }, + { + "label": "xmake: Clean", + "type": "shell", + "command": "xmake", + "args": [ + "clean" + ], + "group": "build", + "problemMatcher": [], + "detail": "Clean build artifacts" + }, + { + "label": "xmake: Rebuild (Debug)", + "type": "shell", + "command": "xmake", + "args": [ + "config", + "-m", + "debug", + "-a", + "x64", + "-p", + "windows", + "&&", + "xmake", + "clean", + "&&", + "xmake", + "build" + ], + "group": "build", + "problemMatcher": [], + "detail": "Clean and rebuild in debug mode" + }, + { + "label": "xmake: Rebuild (Release)", + "type": "shell", + "command": "xmake", + "args": [ + "config", + "-m", + "release", + "-a", + "x64", + "-p", + "windows", + "&&", + "xmake", + "clean", + "&&", + "xmake", + "build" + ], + "group": "build", + "problemMatcher": [], + "detail": "Clean and rebuild in release mode" + }, + { + "label": "xmake: Update Compile Commands", + "type": "shell", + "command": "update_compile_commands.bat", + "group": "none", + "problemMatcher": [], + "detail": "Regenerate compile_commands.json for IntelliSense" + } + ] +} \ No newline at end of file diff --git a/Internal/Features/ExampleFeature/ExampleFeature.hpp b/Internal/Features/ExampleFeature/ExampleFeature.hpp index 6731225..183624d 100644 --- a/Internal/Features/ExampleFeature/ExampleFeature.hpp +++ b/Internal/Features/ExampleFeature/ExampleFeature.hpp @@ -1,6 +1,5 @@ #pragma once #include "pch.h" -#include "Includes.hpp" class ExampleBodyGroup : public ElementBase { diff --git a/Internal/FrameworkConfig.hpp b/Internal/FrameworkConfig.hpp index cbd1422..970ae2c 100644 --- a/Internal/FrameworkConfig.hpp +++ b/Internal/FrameworkConfig.hpp @@ -49,13 +49,13 @@ #define STRR(X) #X #define STR(X) STRR(X) -#define FRAMEWORK_MAJOR_VERSION 6 -#define FRAMEWORK_MINOR_VERSION 9 -#define FRAMEWORK_REWORK_VERSION 1 +#define FRAMEWORK_MAJOR_VERSION 7 +#define FRAMEWORK_MINOR_VERSION 0 +#define FRAMEWORK_REWORK_VERSION 0 #define FRAMEWORK_VERSION FRAMEWORK_MAJOR_VERSION.FRAMEWORK_MINOR_VERSION.FRAMEWORK_REWORK_VERSION #define FRAMEWORK_CODENAME "OmegaWare" -#define TARGET_GAME_NAME "TEST" +#define TARGET_GAME_NAME "TESTING" #pragma warning( push ) // disable "operator '!=': deprecated for array types" warning #pragma warning( disable : 5056) @@ -64,13 +64,13 @@ static_assert(TARGET_GAME_NAME != "", "Target game not set, this HAS to be set o #define ENGINE_UNREAL 0 #define ENGINE_UNITY 0 -#define ENGINE_OTHER 1 // Other is just the catch all for any other game engine or project +#define ENGINE_OTHER 1// Other is just the catch all for any other game engine or project static_assert((ENGINE_UNREAL + ENGINE_UNITY + ENGINE_OTHER) == 1, "Only one target engine type can be selected at a time."); // Don't allow both frameworks to be used) // Make sure a rendering API is selected and only one rendering API is selected -#define FRAMEWORK_RENDER_DYNAMIC 0 -#define FRAMEWORK_RENDER_D3D11 1 +#define FRAMEWORK_RENDER_DYNAMIC 1 +#define FRAMEWORK_RENDER_D3D11 0 #define FRAMEWORK_RENDER_D3D12 0 static_assert((FRAMEWORK_RENDER_DYNAMIC + FRAMEWORK_RENDER_D3D11 + FRAMEWORK_RENDER_D3D12) == 1, "Only one rendering API can be selected at a time,"); @@ -86,12 +86,12 @@ static_assert((FRAMEWORK_RENDER_DYNAMIC + FRAMEWORK_RENDER_D3D11 + FRAMEWORK_REN // Unreal #if ENGINE_UNREAL -#include "Interfaces/Unreal/UnrealConfig.h" +#include "Interfaces/Unreal/UnrealConfig.hpp" #endif // Unity #if ENGINE_UNITY -#include "Interfaces/Unity/UnityConfig.h" +#include "Interfaces/Unity/UnityConfig.hpp" #endif // Include the ImGui implementation for the rendering API that is being used @@ -100,7 +100,7 @@ static_assert((FRAMEWORK_RENDER_DYNAMIC + FRAMEWORK_RENDER_D3D11 + FRAMEWORK_REN #pragma comment(lib, "dxgi.lib") #include #include -#include "Libs/ImGui/backends/imgui_impl_dx11.h" +#include #endif #if FRAMEWORK_RENDER_D3D12 || FRAMEWORK_RENDER_DYNAMIC @@ -108,7 +108,7 @@ static_assert((FRAMEWORK_RENDER_DYNAMIC + FRAMEWORK_RENDER_D3D11 + FRAMEWORK_REN #pragma comment(lib, "dxgi.lib") #include #include -#include "Libs/ImGui/backends/imgui_impl_dx12.h" +#include #endif #include "GUI/Styles.hpp" // Custom ImGUI colors and font diff --git a/Internal/GUI/Addons/imgui_addons.hpp b/Internal/GUI/Addons/imgui_addons.hpp index bcb58f8..a012011 100644 --- a/Internal/GUI/Addons/imgui_addons.hpp +++ b/Internal/GUI/Addons/imgui_addons.hpp @@ -1,5 +1,5 @@ #pragma once -#include "imgui_internal.h" +#include namespace ImAdd { diff --git a/Internal/GUI/Custom.hpp b/Internal/GUI/Custom.hpp index 8a19213..3baa3f6 100644 --- a/Internal/GUI/Custom.hpp +++ b/Internal/GUI/Custom.hpp @@ -1,7 +1,7 @@ #pragma once #include "pch.h" #define IMGUI_DEFINE_MATH_OPERATORS -#include "../Libs/ImGUI/imgui_internal.h" +#include #include diff --git a/Internal/GUI/GUI.cpp b/Internal/GUI/GUI.cpp index 4b94a63..cdbdbe4 100644 --- a/Internal/GUI/GUI.cpp +++ b/Internal/GUI/GUI.cpp @@ -1,5 +1,4 @@ #include "pch.h" -#include "Includes.hpp" #include "Watermark.hpp" void GUI::Render() @@ -134,17 +133,9 @@ void GUI::Render() // Other Render Stuff // -#if ENGINE_UNREAL - Framework::unreal->ActorLock.lock(); -#endif - for (auto& pFeature : Framework::g_vecFeatures) pFeature->Render(); -#if ENGINE_UNREAL - Framework::unreal->ActorLock.unlock(); -#endif - // Gui init shit if (Framework::menu->HasChildren()) // We have to wait till the menu has children to do the init { diff --git a/Internal/GUI/Menu/Menu.hpp b/Internal/GUI/Menu/Menu.hpp index 904ac74..118b0bf 100644 --- a/Internal/GUI/Menu/Menu.hpp +++ b/Internal/GUI/Menu/Menu.hpp @@ -539,7 +539,7 @@ class Menu : public ElementBase drawList->AddRect(pos, pos + size, ImGui::GetColorU32(ImGuiCol_Border), style.WindowRounding); } - drawList->AddText(pos + ImVec2(SideBarWidth + style.FramePadding.x, size.y - FooterHeight + style.FramePadding.y), ImGui::GetColorU32(ImGuiCol_TextDisabled), "OmegaWare.xyz"); + drawList->AddText(pos + ImVec2(SideBarWidth + style.FramePadding.x, size.y - FooterHeight + style.FramePadding.y), ImGui::GetColorU32(ImGuiCol_TextDisabled), "Hello, World!"); drawList->AddText(pos + ImVec2(size.x - ImGui::CalcTextSize((std::string("v") + STR(FRAMEWORK_VERSION)).c_str()).x - style.FramePadding.x, size.y - FooterHeight + style.FramePadding.y), ImGui::GetColorU32(ImGuiCol_SliderGrab), (std::string("v") + STR(FRAMEWORK_VERSION)).c_str()); } RenderChildren(); @@ -615,19 +615,19 @@ class Child : public ElementBase }; }; -class Text : public ElementBase +class _Text : public ElementBase { protected: public: - Text(std::string sUnique, size_t ullLocalizedNameHash, Style_t stStyle = {}) + _Text(std::string sUnique, size_t ullLocalizedNameHash, Style_t stStyle = {}) { m_sUnique = sUnique; m_ullLocalizedNameHash = ullLocalizedNameHash; m_stStyle = stStyle; }; - Text(std::string sUnique, std::string sUnlocalizedName, Style_t stStyle = {}) + _Text(std::string sUnique, std::string sUnlocalizedName, Style_t stStyle = {}) { m_sUnique = sUnique; m_bUnlocalizedName = true; @@ -1304,38 +1304,13 @@ class HeaderGroup : public ElementBase continue; for (int i = 0; i < Header.m_ullLocalizedNameHashes.size(); i++) { - uint8_t test; - if (ImAdd::RadioButton(Localization::Get(Header.m_ullLocalizedNameHashes[i]).c_str(), &test, i)) { + if (ImAdd::RadioButton(Localization::Get(Header.m_ullLocalizedNameHashes[i]).c_str(), &eCurrentSubPage, i)) { eCurrentSubPage = i; } ImGui::SameLine(); } } ImGui::NewLine(); - - // Search bar - /* - ImGui::SameLine(ImGui::GetWindowWidth() - 160 - 10.0f - 10.0f - 1); - ImGui::PushStyleVar(ImGuiStyleVar_FrameRounding, 6); - { - ImGui::BeginGroup(); - { - if (1 > 0) - { - ImGui::PushStyleVar(ImGuiStyleVar_FramePadding, ImVec2(NULL, 3)); - { - ImAdd::VSeparator(1); - } - ImGui::PopStyleVar(); - ImGui::SameLine(); - } - static char cSearch[32] = ""; - ImAdd::InputText("##Search", "Search", cSearch, IM_ARRAYSIZE(cSearch), 160); - } - ImGui::EndGroup(); - } - ImGui::PopStyleVar(); - */ } ImGui::EndChild(); RenderChildren(); diff --git a/Internal/GUI/Styles.hpp b/Internal/GUI/Styles.hpp index 1fbf936..ec1e063 100644 --- a/Internal/GUI/Styles.hpp +++ b/Internal/GUI/Styles.hpp @@ -1,6 +1,5 @@ #pragma once #include "pch.h" -#include "Includes.hpp" inline ImFont* CurrentFont; inline ImFont* CurrentFontESP; diff --git a/Internal/Hooks/Renderer/D3D11Hooks.cpp b/Internal/Hooks/Renderer/D3D11Hooks.cpp index 42c46c1..8103ad7 100644 --- a/Internal/Hooks/Renderer/D3D11Hooks.cpp +++ b/Internal/Hooks/Renderer/D3D11Hooks.cpp @@ -1,5 +1,5 @@ #include "pch.h" -#include "Includes.hpp" + #if FRAMEWORK_RENDER_D3D11 || FRAMEWORK_RENDER_DYNAMIC diff --git a/Internal/Hooks/Renderer/D3D12Hooks.cpp b/Internal/Hooks/Renderer/D3D12Hooks.cpp index 5426ef7..61235b0 100644 --- a/Internal/Hooks/Renderer/D3D12Hooks.cpp +++ b/Internal/Hooks/Renderer/D3D12Hooks.cpp @@ -1,425 +1,579 @@ #include "pch.h" -#include "Includes.hpp" #if FRAMEWORK_RENDER_D3D12 || FRAMEWORK_RENDER_DYNAMIC -// Data -static int const NUM_BACK_BUFFERS = 3; -static ID3D12Device* g_pDevice = NULL; -static IDXGIFactory4* g_pDXGIFactory = NULL; -static IDXGISwapChain3* g_pSwapChain = NULL; -static ID3D12CommandQueue* g_pD3DCommandQueue = NULL; -static ID3D12Resource* g_aResources[NUM_BACK_BUFFERS] = {}; -static ID3D12GraphicsCommandList* g_pD3DCommandList = NULL; -static ID3D12DescriptorHeap* g_pD3DRtvDescriptorHeap = NULL; -static ID3D12DescriptorHeap* g_pD3DSrvDescriptorHeap = NULL; -static ID3D12CommandAllocator* g_aCommandAllocators[NUM_BACK_BUFFERS] = {}; -static D3D12_CPU_DESCRIPTOR_HANDLE g_aCpuDescriptorHandles[NUM_BACK_BUFFERS] = {}; - -static DXGI_FORMAT GetCorrectDXGIFormat(DXGI_FORMAT currentFormat) { - switch (currentFormat) { - case DXGI_FORMAT_R8G8B8A8_UNORM_SRGB: - return DXGI_FORMAT_R8G8B8A8_UNORM; - } - - return currentFormat; -} - -static bool CreateDeviceD3D12(HWND hWnd) { - // Setup swap chain - DXGI_SWAP_CHAIN_DESC1 sd = { }; - sd.BufferCount = NUM_BACK_BUFFERS; - sd.Format = DXGI_FORMAT_R8G8B8A8_UNORM; - sd.Flags = DXGI_SWAP_CHAIN_FLAG_FRAME_LATENCY_WAITABLE_OBJECT; - sd.BufferUsage = DXGI_USAGE_RENDER_TARGET_OUTPUT; - sd.SampleDesc.Count = 1; - sd.SwapEffect = DXGI_SWAP_EFFECT_FLIP_DISCARD; - - /* // -d3ddebug launch option - HMODULE dx12 = GetModuleHandleA("d3d12.dll"); - - auto pD3D12GetDebugInterface = - reinterpret_cast( - GetProcAddress(dx12, "D3D12GetDebugInterface")); - if (pD3D12GetDebugInterface) - { - ID3D12Debug* debugController; - if (SUCCEEDED(pD3D12GetDebugInterface( - IID_PPV_ARGS(&debugController)))) - { - debugController->EnableDebugLayer(); - } - } - */ - - // Create device - D3D_FEATURE_LEVEL featureLevel = D3D_FEATURE_LEVEL_11_0; - if (D3D12CreateDevice(NULL, featureLevel, IID_PPV_ARGS(&g_pDevice)) != S_OK) - return false; - - D3D12_COMMAND_QUEUE_DESC desc = { }; - if (g_pDevice->CreateCommandQueue(&desc, IID_PPV_ARGS(&g_pD3DCommandQueue)) != S_OK) - return false; - - if (CreateDXGIFactory2(DXGI_CREATE_FACTORY_DEBUG, IID_PPV_ARGS(&g_pDXGIFactory)) != S_OK) { - Utils::LogError("Create CreateDXGIFactory2 failure!"); - return false; - } - - // FAILURE HERE - IDXGISwapChain1* swapChain1 = NULL; - if (g_pDXGIFactory->CreateSwapChainForHwnd(g_pD3DCommandQueue, hWnd, &sd, NULL, NULL, &swapChain1) != S_OK) { - Utils::LogError("DXGIFactory2::CreateSwapChainForHwnd failure!"); - return false; - } - - if (swapChain1->QueryInterface(IID_PPV_ARGS(&g_pSwapChain)) != S_OK) { - Utils::LogError("IUnknown::QueryInterface failure!"); - return false; - } - swapChain1->Release(); - - return true; +// Frame context structure +struct FrameContext +{ + ID3D12CommandAllocator* pCommandAllocator = nullptr; + ID3D12Resource* pBackBuffer = nullptr; + D3D12_CPU_DESCRIPTOR_HANDLE rtvDescriptor = {}; +}; + +// D3D12 resources +static ID3D12Device* g_pd3dDevice = nullptr; +static ID3D12DescriptorHeap* g_pd3dRtvDescHeap = nullptr; +static ID3D12DescriptorHeap* g_pd3dSrvDescHeap = nullptr; +static ID3D12CommandQueue* g_pd3dCommandQueue = nullptr; +static ID3D12GraphicsCommandList* g_pd3dCommandList = nullptr; +static IDXGISwapChain3* g_pSwapChain = nullptr; +static FrameContext* g_frameContext = nullptr; +static UINT g_numBackBuffers = 0; +static HWND g_hWindow = nullptr; +static bool g_bInitialized = false; +static bool g_bShuttingDown = false; +static std::mutex g_initMutex; + +// Create render targets +static void CreateRenderTarget() +{ + if (!g_pSwapChain || !g_pd3dDevice || !g_pd3dRtvDescHeap || !g_frameContext || g_numBackBuffers == 0) + return; + + SIZE_T rtvDescriptorSize = g_pd3dDevice->GetDescriptorHandleIncrementSize(D3D12_DESCRIPTOR_HEAP_TYPE_RTV); + D3D12_CPU_DESCRIPTOR_HANDLE rtvHandle = g_pd3dRtvDescHeap->GetCPUDescriptorHandleForHeapStart(); + + // Initialize descriptors + for (UINT i = 0; i < g_numBackBuffers; i++) + { + g_frameContext[i].rtvDescriptor = rtvHandle; + rtvHandle.ptr += rtvDescriptorSize; + } + + // Create render target views + for (UINT i = 0; i < g_numBackBuffers; i++) + { + ID3D12Resource* pBackBuffer = nullptr; + if (SUCCEEDED(g_pSwapChain->GetBuffer(i, IID_PPV_ARGS(&pBackBuffer)))) + { + g_pd3dDevice->CreateRenderTargetView(pBackBuffer, nullptr, g_frameContext[i].rtvDescriptor); + g_frameContext[i].pBackBuffer = pBackBuffer; + } + } } -static void CreateRenderTarget(IDXGISwapChain* pSwapChain) { - for (UINT i = 0; i < NUM_BACK_BUFFERS; ++i) { - ID3D12Resource* pBackBuffer = NULL; - pSwapChain->GetBuffer(i, IID_PPV_ARGS(&pBackBuffer)); - if (pBackBuffer) { - DXGI_SWAP_CHAIN_DESC sd; - pSwapChain->GetDesc(&sd); - - D3D12_RENDER_TARGET_VIEW_DESC desc = { }; - desc.Format = static_cast(GetCorrectDXGIFormat(sd.BufferDesc.Format)); - desc.ViewDimension = D3D12_RTV_DIMENSION_TEXTURE2D; - - g_pDevice->CreateRenderTargetView(pBackBuffer, &desc, g_aCpuDescriptorHandles[i]); - g_aResources[i] = pBackBuffer; - } - } +// Cleanup render targets +static void CleanupRenderTarget() +{ + if (!g_frameContext || g_numBackBuffers == 0) + return; + + for (UINT i = 0; i < g_numBackBuffers; i++) + { + if (g_frameContext[i].pBackBuffer) + { + g_frameContext[i].pBackBuffer->Release(); + g_frameContext[i].pBackBuffer = nullptr; + } + } } -static void CleanupRenderTarget() { - for (UINT i = 0; i < NUM_BACK_BUFFERS; ++i) - if (g_aResources[i]) { - g_aResources[i]->Release(); - g_aResources[i] = NULL; - } +static void CleanupDevice() { + Utils::LogDebug("Called."); + + CleanupRenderTarget(); + + if (g_frameContext) + { + for (UINT i = 0; i < g_numBackBuffers; i++) + { + if (g_frameContext[i].pCommandAllocator) + { + g_frameContext[i].pCommandAllocator->Release(); + g_frameContext[i].pCommandAllocator = nullptr; + } + } + delete[] g_frameContext; + g_frameContext = nullptr; + } + + if (g_pd3dSrvDescHeap) + { + g_pd3dSrvDescHeap->Release(); + g_pd3dSrvDescHeap = nullptr; + } + if (g_pd3dRtvDescHeap) + { + g_pd3dRtvDescHeap->Release(); + g_pd3dRtvDescHeap = nullptr; + } + if (g_pd3dCommandQueue) + { + g_pd3dCommandQueue->Release(); + g_pd3dCommandQueue = nullptr; + } + if (g_pd3dDevice) + { + g_pd3dDevice->Release(); + g_pd3dDevice = nullptr; + } + if (g_pSwapChain) + { + g_pSwapChain->Release(); + g_pSwapChain = nullptr; + } } -static void CleanupDeviceD3D12() { - CleanupRenderTarget(); - - if (g_pSwapChain) { - g_pSwapChain->Release(); - g_pSwapChain = NULL; - } - for (UINT i = 0; i < NUM_BACK_BUFFERS; ++i) { - if (g_aCommandAllocators[i]) { - g_aCommandAllocators[i]->Release(); - g_aCommandAllocators[i] = NULL; - } - } - if (g_pD3DCommandList) { - g_pD3DCommandList->Release(); - g_pD3DCommandList = NULL; - } - if (g_pD3DRtvDescriptorHeap) { - g_pD3DRtvDescriptorHeap->Release(); - g_pD3DRtvDescriptorHeap = NULL; - } - if (g_pD3DSrvDescriptorHeap) { - g_pD3DSrvDescriptorHeap->Release(); - g_pD3DSrvDescriptorHeap = NULL; - } - if (g_pDevice) { - g_pDevice->Release(); - g_pDevice = NULL; - } - if (g_pDXGIFactory) { - g_pDXGIFactory->Release(); - g_pDXGIFactory = NULL; - } +// Initialize ImGui +static void InitImGui() +{ + if (!ImGui::GetCurrentContext()) + return; + + if (ImGui::GetIO().BackendRendererUserData) + ImGui_ImplDX12_Shutdown(); + if (ImGui::GetIO().BackendPlatformUserData) + ImGui_ImplWin32_Shutdown(); + + ImGui_ImplWin32_Init(g_hWindow); + ImGui_ImplDX12_Init(g_pd3dDevice, g_numBackBuffers, + DXGI_FORMAT_R8G8B8A8_UNORM, + g_pd3dSrvDescHeap, + g_pd3dSrvDescHeap->GetCPUDescriptorHandleForHeapStart(), + g_pd3dSrvDescHeap->GetGPUDescriptorHandleForHeapStart()); } -static void RenderImGui_DX12(IDXGISwapChain3* pSwapChain) { - if (!ImGui::GetCurrentContext()) - return; - - if (!ImGui::GetIO().BackendRendererUserData) { - if (SUCCEEDED(pSwapChain->GetDevice(IID_PPV_ARGS(&g_pDevice)))) { - { - D3D12_DESCRIPTOR_HEAP_DESC desc = { }; - desc.Type = D3D12_DESCRIPTOR_HEAP_TYPE_RTV; - desc.NumDescriptors = NUM_BACK_BUFFERS; - desc.Flags = D3D12_DESCRIPTOR_HEAP_FLAG_NONE; - desc.NodeMask = 1; - if (g_pDevice->CreateDescriptorHeap(&desc, IID_PPV_ARGS(&g_pD3DRtvDescriptorHeap)) != S_OK) - return; - - SIZE_T rtvDescriptorSize = g_pDevice->GetDescriptorHandleIncrementSize(D3D12_DESCRIPTOR_HEAP_TYPE_RTV); - D3D12_CPU_DESCRIPTOR_HANDLE rtvHandle = g_pD3DRtvDescriptorHeap->GetCPUDescriptorHandleForHeapStart(); - for (UINT i = 0; i < NUM_BACK_BUFFERS; ++i) { - g_aCpuDescriptorHandles[i] = rtvHandle; - rtvHandle.ptr += rtvDescriptorSize; - } - } - - D3D12_DESCRIPTOR_HEAP_DESC desc = { }; - desc.Type = D3D12_DESCRIPTOR_HEAP_TYPE_CBV_SRV_UAV; - desc.NumDescriptors = 1; - desc.Flags = D3D12_DESCRIPTOR_HEAP_FLAG_SHADER_VISIBLE; - if (g_pDevice->CreateDescriptorHeap(&desc, IID_PPV_ARGS(&g_pD3DSrvDescriptorHeap)) != S_OK) - return; - - for (UINT i = 0; i < NUM_BACK_BUFFERS; ++i) - if (g_pDevice->CreateCommandAllocator(D3D12_COMMAND_LIST_TYPE_DIRECT, IID_PPV_ARGS(&g_aCommandAllocators[i])) != S_OK) - return; - - if (g_pDevice->CreateCommandList(0, D3D12_COMMAND_LIST_TYPE_DIRECT, g_aCommandAllocators[0], NULL, IID_PPV_ARGS(&g_pD3DCommandList)) != S_OK || - g_pD3DCommandList->Close() != S_OK) - return; - - ImGui_ImplDX12_Init(g_pDevice, NUM_BACK_BUFFERS, DXGI_FORMAT_R8G8B8A8_UNORM, g_pD3DSrvDescriptorHeap, - g_pD3DSrvDescriptorHeap->GetCPUDescriptorHandleForHeapStart(), g_pD3DSrvDescriptorHeap->GetGPUDescriptorHandleForHeapStart()); - } - } - - if (!g_aResources[0]) - CreateRenderTarget(pSwapChain); - - if (!g_pD3DCommandQueue || !g_aResources[0]) - return; - - ImGui_ImplDX12_NewFrame(); - ImGui_ImplWin32_NewFrame(); - ImGui::NewFrame(); - - ImGui::PushFont(CurrentFont); - GUI::Render(); - ImGui::PopFont(); - - ImGui::Render(); - - UINT backBufferIdx = pSwapChain->GetCurrentBackBufferIndex(); - ID3D12CommandAllocator* commandAllocator = g_aCommandAllocators[backBufferIdx]; - commandAllocator->Reset(); - - D3D12_RESOURCE_BARRIER barrier = { - .Type = D3D12_RESOURCE_BARRIER_TYPE_TRANSITION, - .Flags = D3D12_RESOURCE_BARRIER_FLAG_NONE, - .Transition = { - .pResource = g_aResources[backBufferIdx], - .Subresource = D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES, - .StateBefore = D3D12_RESOURCE_STATE_PRESENT, - .StateAfter = D3D12_RESOURCE_STATE_RENDER_TARGET - }, - }; - - g_pD3DCommandList->Reset(commandAllocator, NULL); - g_pD3DCommandList->ResourceBarrier(1, &barrier); - g_pD3DCommandList->OMSetRenderTargets(1, &g_aCpuDescriptorHandles[backBufferIdx], FALSE, NULL); - g_pD3DCommandList->SetDescriptorHeaps(1, &g_pD3DSrvDescriptorHeap); - - ImGui_ImplDX12_RenderDrawData(ImGui::GetDrawData(), g_pD3DCommandList); - - barrier.Transition.StateBefore = D3D12_RESOURCE_STATE_RENDER_TARGET; - barrier.Transition.StateAfter = D3D12_RESOURCE_STATE_PRESENT; - - g_pD3DCommandList->ResourceBarrier(1, &barrier); - g_pD3DCommandList->Close(); - g_pD3DCommandQueue->ExecuteCommandLists(1, reinterpret_cast(&g_pD3DCommandList)); +static void RenderImGui(IDXGISwapChain3* pSwapChain) +{ + static bool bInit = false; + + if (!ImGui::GetCurrentContext()) + return; + + if (!bInit) + { + std::lock_guard lock(g_initMutex); + + if (bInit) + return; + + if (!g_pd3dCommandQueue) + return; + + if (SUCCEEDED(pSwapChain->GetDevice(__uuidof(ID3D12Device), (void**)&g_pd3dDevice))) + { + DXGI_SWAP_CHAIN_DESC desc; + pSwapChain->GetDesc(&desc); + g_hWindow = desc.OutputWindow; + g_numBackBuffers = desc.BufferCount; + + // Validate window handle, fallback to Framework window if invalid + if (!g_hWindow || !IsWindow(g_hWindow)) + { + g_hWindow = Framework::wndproc->hwndWindow; + Utils::LogDebug("Using Framework window handle for ImGui"); + } + + // Create SRV descriptor heap for ImGui + { + D3D12_DESCRIPTOR_HEAP_DESC heapDesc = {}; + heapDesc.Type = D3D12_DESCRIPTOR_HEAP_TYPE_CBV_SRV_UAV; + heapDesc.NumDescriptors = 1; + heapDesc.Flags = D3D12_DESCRIPTOR_HEAP_FLAG_SHADER_VISIBLE; + if (FAILED(g_pd3dDevice->CreateDescriptorHeap(&heapDesc, IID_PPV_ARGS(&g_pd3dSrvDescHeap)))) + { + Utils::LogError("Failed to create SRV descriptor heap"); + return; + } + } + + // Create RTV descriptor heap + { + D3D12_DESCRIPTOR_HEAP_DESC heapDesc = {}; + heapDesc.Type = D3D12_DESCRIPTOR_HEAP_TYPE_RTV; + heapDesc.NumDescriptors = g_numBackBuffers; + heapDesc.Flags = D3D12_DESCRIPTOR_HEAP_FLAG_NONE; + heapDesc.NodeMask = 1; + if (FAILED(g_pd3dDevice->CreateDescriptorHeap(&heapDesc, IID_PPV_ARGS(&g_pd3dRtvDescHeap)))) + { + Utils::LogError("Failed to create RTV descriptor heap"); + return; + } + } + + // Create command allocator + ID3D12CommandAllocator* allocator = nullptr; + if (FAILED(g_pd3dDevice->CreateCommandAllocator(D3D12_COMMAND_LIST_TYPE_DIRECT, IID_PPV_ARGS(&allocator)))) + { + Utils::LogError("Failed to create command allocator"); + return; + } + + // Create command list + if (FAILED(g_pd3dDevice->CreateCommandList(0, D3D12_COMMAND_LIST_TYPE_DIRECT, allocator, nullptr, IID_PPV_ARGS(&g_pd3dCommandList)))) + { + allocator->Release(); + Utils::LogError("Failed to create command list"); + return; + } + g_pd3dCommandList->Close(); + + // Create frame contexts + g_frameContext = new FrameContext[g_numBackBuffers]; + for (UINT i = 0; i < g_numBackBuffers; i++) + { + g_frameContext[i].pCommandAllocator = allocator; + } + + g_pSwapChain = pSwapChain; + + // Create render targets + CreateRenderTarget(); + + // Initialize ImGui + InitImGui(); + + bInit = true; + g_bInitialized = true; + Utils::LogDebug("DirectX 12 hook initialized successfully"); + } + + return; + } + + // Check if all required objects exist + if (!g_pd3dCommandQueue || !g_pd3dDevice || !g_frameContext || !g_pd3dSrvDescHeap) + return; + + // If shutting down, skip rendering entirely + if (g_bShuttingDown) + return; + + // Start new frame + ImGui_ImplDX12_NewFrame(); + ImGui_ImplWin32_NewFrame(); + ImGui::NewFrame(); + + // Render ImGui content + ImGui::PushFont(CurrentFont); + GUI::Render(); + ImGui::PopFont(); + + // Always end the frame (required by ImGui) + ImGui::Render(); + + // Get current back buffer + UINT backBufferIdx = g_pSwapChain->GetCurrentBackBufferIndex(); + FrameContext& frameCtx = g_frameContext[backBufferIdx]; + + // Reset command allocator + frameCtx.pCommandAllocator->Reset(); + + // Prepare resource barriers + D3D12_RESOURCE_BARRIER barrier = {}; + barrier.Type = D3D12_RESOURCE_BARRIER_TYPE_TRANSITION; + barrier.Flags = D3D12_RESOURCE_BARRIER_FLAG_NONE; + barrier.Transition.pResource = frameCtx.pBackBuffer; + barrier.Transition.Subresource = D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES; + barrier.Transition.StateBefore = D3D12_RESOURCE_STATE_PRESENT; + barrier.Transition.StateAfter = D3D12_RESOURCE_STATE_RENDER_TARGET; + + // Wait for GPU to finish previous work to avoid state conflicts + ID3D12Fence* pFence = nullptr; + if (SUCCEEDED(g_pd3dDevice->CreateFence(0, D3D12_FENCE_FLAG_NONE, IID_PPV_ARGS(&pFence)))) + { + HANDLE hEvent = CreateEventW(nullptr, FALSE, FALSE, nullptr); + if (hEvent) + { + g_pd3dCommandQueue->Signal(pFence, 1); + pFence->SetEventOnCompletion(1, hEvent); + WaitForSingleObject(hEvent, 100); // Short timeout + CloseHandle(hEvent); + } + pFence->Release(); + } + + // Execute rendering commands + g_pd3dCommandList->Reset(frameCtx.pCommandAllocator, nullptr); + g_pd3dCommandList->ResourceBarrier(1, &barrier); + g_pd3dCommandList->OMSetRenderTargets(1, &frameCtx.rtvDescriptor, FALSE, nullptr); + g_pd3dCommandList->SetDescriptorHeaps(1, &g_pd3dSrvDescHeap); + + // Render ImGui draw data + ImDrawData* pDrawData = ImGui::GetDrawData(); + if (pDrawData && pDrawData->Valid) + ImGui_ImplDX12_RenderDrawData(pDrawData, g_pd3dCommandList); + + barrier.Transition.StateBefore = D3D12_RESOURCE_STATE_RENDER_TARGET; + barrier.Transition.StateAfter = D3D12_RESOURCE_STATE_PRESENT; + g_pd3dCommandList->ResourceBarrier(1, &barrier); + g_pd3dCommandList->Close(); + + // Execute command list + g_pd3dCommandQueue->ExecuteCommandLists(1, (ID3D12CommandList* const*)&g_pd3dCommandList); } static Memory::Hook oPresent; static HRESULT WINAPI hkPresent(IDXGISwapChain3* pSwapChain, UINT SyncInterval, UINT Flags) { + RenderImGui(pSwapChain); - static std::once_flag once; - std::call_once(once, [pSwapChain]() { - g_pSwapChain = pSwapChain; - DXGI_SWAP_CHAIN_DESC sdesc; - g_pSwapChain->GetDesc(&sdesc); - sdesc.Flags = DXGI_SWAP_CHAIN_FLAG_ALLOW_MODE_SWITCH; - sdesc.OutputWindow = Framework::wndproc->hwndWindow; - sdesc.Windowed = ((GetWindowLongPtr(Framework::wndproc->hwndWindow, GWL_STYLE) & WS_POPUP) != 0) ? false : true; - }); - - RenderImGui_DX12(pSwapChain); - - return oPresent(pSwapChain, SyncInterval, Flags); + return oPresent(pSwapChain, SyncInterval, Flags); } static Memory::Hook oPresent1; static HRESULT WINAPI hkPresent1(IDXGISwapChain3* pSwapChain, UINT SyncInterval, UINT PresentFlags, const DXGI_PRESENT_PARAMETERS* pPresentParameters) { - RenderImGui_DX12(pSwapChain); + RenderImGui(pSwapChain); - return oPresent1(pSwapChain, SyncInterval, PresentFlags, pPresentParameters); + return oPresent1(pSwapChain, SyncInterval, PresentFlags, pPresentParameters); } static Memory::Hook oResizeBuffers; static HRESULT WINAPI hkResizeBuffers(IDXGISwapChain* pSwapChain, UINT BufferCount, UINT Width, UINT Height, DXGI_FORMAT NewFormat, UINT SwapChainFlags) { - CleanupRenderTarget(); + if (g_bInitialized) + { + ImGui_ImplDX12_InvalidateDeviceObjects(); + CleanupRenderTarget(); + } + + g_numBackBuffers = BufferCount; - return oResizeBuffers(pSwapChain, BufferCount, Width, Height, NewFormat, SwapChainFlags); + HRESULT result = oResizeBuffers(pSwapChain, BufferCount, Width, Height, NewFormat, SwapChainFlags); + + if (SUCCEEDED(result) && g_bInitialized) + { + CreateRenderTarget(); + ImGui_ImplDX12_CreateDeviceObjects(); + } + + return result; } static Memory::Hook oResizeBuffers1; static HRESULT WINAPI hkResizeBuffers1(IDXGISwapChain3* pSwapChain, UINT BufferCount, UINT Width, UINT Height, DXGI_FORMAT NewFormat, UINT SwapChainFlags, const UINT* pCreationNodeMask, IUnknown* const* ppPresentQueue) { - CleanupRenderTarget(); + if (g_bInitialized) + { + ImGui_ImplDX12_InvalidateDeviceObjects(); + CleanupRenderTarget(); + } + + g_numBackBuffers = BufferCount; + + HRESULT result = oResizeBuffers1(pSwapChain, BufferCount, Width, Height, NewFormat, SwapChainFlags, pCreationNodeMask, ppPresentQueue); + + if (SUCCEEDED(result) && g_bInitialized) + { + CreateRenderTarget(); + ImGui_ImplDX12_CreateDeviceObjects(); + } - return oResizeBuffers1(pSwapChain, BufferCount, Width, Height, NewFormat, SwapChainFlags, pCreationNodeMask, ppPresentQueue); + return result; } -static Memory::Hook oExecuteCommandLists; -static void WINAPI hkExecuteCommandLists(ID3D12CommandQueue* pCommandQueue, UINT NumCommandLists, ID3D12CommandList* ppCommandLists) { - if (!g_pD3DCommandQueue) - g_pD3DCommandQueue = pCommandQueue; +static Memory::Hook oExecuteCommandLists; +static void WINAPI hkExecuteCommandLists(ID3D12CommandQueue* pCommandQueue, UINT NumCommandLists, ID3D12CommandList* const* ppCommandLists) { + if (!g_pd3dCommandQueue) + g_pd3dCommandQueue = pCommandQueue; - return oExecuteCommandLists(pCommandQueue, NumCommandLists, ppCommandLists); + return oExecuteCommandLists(pCommandQueue, NumCommandLists, ppCommandLists); } static Memory::Hook oCreateSwapChain; static HRESULT WINAPI hkCreateSwapChain(IDXGIFactory* pFactory, IUnknown* pDevice, DXGI_SWAP_CHAIN_DESC* pDesc, IDXGISwapChain** ppSwapChain) { - CleanupRenderTarget(); + CleanupRenderTarget(); - return oCreateSwapChain(pFactory, pDevice, pDesc, ppSwapChain); + return oCreateSwapChain(pFactory, pDevice, pDesc, ppSwapChain); } static Memory::Hook oCreateSwapChainForHwnd; static HRESULT WINAPI hkCreateSwapChainForHwnd(IDXGIFactory* pFactory, IUnknown* pDevice, HWND hWnd, const DXGI_SWAP_CHAIN_DESC1* pDesc, const DXGI_SWAP_CHAIN_FULLSCREEN_DESC* pFullscreenDesc, IDXGIOutput* pRestrictToOutput, IDXGISwapChain1** ppSwapChain) { - CleanupRenderTarget(); + CleanupRenderTarget(); - return oCreateSwapChainForHwnd(pFactory, pDevice, hWnd, pDesc, pFullscreenDesc, pRestrictToOutput, ppSwapChain); + return oCreateSwapChainForHwnd(pFactory, pDevice, hWnd, pDesc, pFullscreenDesc, pRestrictToOutput, ppSwapChain); } static Memory::Hook oCreateSwapChainForCoreWindow; static HRESULT WINAPI hkCreateSwapChainForCoreWindow(IDXGIFactory* pFactory, IUnknown* pDevice, IUnknown* pWindow, const DXGI_SWAP_CHAIN_DESC1* pDesc, IDXGIOutput* pRestrictToOutput, IDXGISwapChain1** ppSwapChain) { - CleanupRenderTarget(); + CleanupRenderTarget(); - return oCreateSwapChainForCoreWindow(pFactory, pDevice, pWindow, pDesc, pRestrictToOutput, ppSwapChain); + return oCreateSwapChainForCoreWindow(pFactory, pDevice, pWindow, pDesc, pRestrictToOutput, ppSwapChain); } static Memory::Hook oCreateSwapChainForComposition; static HRESULT WINAPI hkCreateSwapChainForComposition(IDXGIFactory* pFactory, IUnknown* pDevice, const DXGI_SWAP_CHAIN_DESC1* pDesc, IDXGIOutput* pRestrictToOutput, IDXGISwapChain1** ppSwapChain) { - CleanupRenderTarget(); + CleanupRenderTarget(); - return oCreateSwapChainForComposition(pFactory, pDevice, pDesc, pRestrictToOutput, ppSwapChain); + return oCreateSwapChainForComposition(pFactory, pDevice, pDesc, pRestrictToOutput, ppSwapChain); +} + +// Get D3D12 function addresses via vtable +static bool GetD3D12Addresses(ID3D12Device** ppDevice, ID3D12CommandQueue** ppCommandQueue, IDXGISwapChain3** ppSwapChain, IDXGIFactory4** ppFactory) +{ + WNDCLASSEXW wc = { sizeof(WNDCLASSEXW), CS_CLASSDC, DefWindowProcW, 0L, 0L, + GetModuleHandleW(nullptr), nullptr, nullptr, nullptr, nullptr, L"DX12Temp", nullptr }; + + if (!RegisterClassExW(&wc)) + return false; + + HWND hWnd = CreateWindowW(wc.lpszClassName, L"", WS_OVERLAPPEDWINDOW, 0, 0, 1, 1, nullptr, nullptr, wc.hInstance, nullptr); + if (!hWnd) + { + UnregisterClassW(wc.lpszClassName, wc.hInstance); + return false; + } + + DXGI_SWAP_CHAIN_DESC1 swapChainDesc = {}; + swapChainDesc.BufferCount = 2; + swapChainDesc.Width = 1; + swapChainDesc.Height = 1; + swapChainDesc.Format = DXGI_FORMAT_R8G8B8A8_UNORM; + swapChainDesc.BufferUsage = DXGI_USAGE_RENDER_TARGET_OUTPUT; + swapChainDesc.SampleDesc.Count = 1; + swapChainDesc.SwapEffect = DXGI_SWAP_EFFECT_FLIP_DISCARD; + + ID3D12Device* pTempDevice = nullptr; + ID3D12CommandQueue* pTempQueue = nullptr; + IDXGISwapChain1* pTempSwapChain1 = nullptr; + IDXGISwapChain3* pTempSwapChain = nullptr; + IDXGIFactory4* pFactory = nullptr; + bool bSuccess = false; + + if (SUCCEEDED(D3D12CreateDevice(nullptr, D3D_FEATURE_LEVEL_11_0, IID_PPV_ARGS(&pTempDevice)))) + { + D3D12_COMMAND_QUEUE_DESC queueDesc = {}; + queueDesc.Type = D3D12_COMMAND_LIST_TYPE_DIRECT; + queueDesc.Flags = D3D12_COMMAND_QUEUE_FLAG_NONE; + + if (SUCCEEDED(pTempDevice->CreateCommandQueue(&queueDesc, IID_PPV_ARGS(&pTempQueue)))) + { + if (SUCCEEDED(CreateDXGIFactory1(IID_PPV_ARGS(&pFactory)))) + { + if (SUCCEEDED(pFactory->CreateSwapChainForHwnd(pTempQueue, hWnd, &swapChainDesc, nullptr, nullptr, &pTempSwapChain1))) + { + if (SUCCEEDED(pTempSwapChain1->QueryInterface(IID_PPV_ARGS(&pTempSwapChain)))) + { + *ppDevice = pTempDevice; + *ppCommandQueue = pTempQueue; + *ppSwapChain = pTempSwapChain; + *ppFactory = pFactory; + + bSuccess = true; + + pTempSwapChain1->Release(); + } + else + { + pTempSwapChain1->Release(); + } + } + + if (!bSuccess) + pFactory->Release(); + } + + if (!bSuccess) + pTempQueue->Release(); + } + + if (!bSuccess) + pTempDevice->Release(); + } + + DestroyWindow(hWnd); + UnregisterClassW(wc.lpszClassName, wc.hInstance); + + return bSuccess; } bool RendererHooks::D3D12Setup() { - WNDCLASSEX WndClass; - WndClass.cbSize = sizeof(WNDCLASSEX); - WndClass.style = CS_HREDRAW | CS_VREDRAW; - WndClass.lpfnWndProc = DefWindowProc; - WndClass.cbClsExtra = 0; - WndClass.cbWndExtra = 0; - WndClass.hInstance = GetModuleHandle(NULL); - WndClass.hIcon = NULL; - WndClass.hCursor = NULL; - WndClass.hbrBackground = NULL; - WndClass.lpszMenuName = NULL; - WndClass.lpszClassName = "OmegaWare"; - WndClass.hIconSm = NULL; - - RegisterClassExA(&WndClass); - - HWND hWindow = CreateWindowA(WndClass.lpszClassName, "OmegaWare DirectX Window", WS_OVERLAPPEDWINDOW, 0, 0, 100, 100, NULL, NULL, WndClass.hInstance, NULL); - - if (!CreateDeviceD3D12(hWindow)) { - Utils::LogError("CreateDeviceD3D12 failure!"); - - DestroyWindow(hWindow); - UnregisterClassA(WndClass.lpszClassName, WndClass.hInstance); - - return false; - } - DestroyWindow(hWindow); - - // IDXGIFactory - MH_STATUS eStatus{}; - if (eStatus = oCreateSwapChain.Start(hkCreateSwapChain, g_pDXGIFactory, 10); eStatus != MH_OK) { - Utils::LogHook("CreateSwapChain", eStatus); - return false; - } - - if (eStatus = oCreateSwapChainForHwnd.Start(hkCreateSwapChainForHwnd, g_pDXGIFactory, 15); eStatus != MH_OK) { - Utils::LogHook("CreateSwapChainForHwnd", eStatus); - return false; - } - - if (eStatus = oCreateSwapChainForCoreWindow.Start(hkCreateSwapChainForCoreWindow, g_pDXGIFactory, 16); eStatus != MH_OK) { - Utils::LogHook("CreateSwapChainForCoreWindow", eStatus); - return false; - } - - if (eStatus = oCreateSwapChainForComposition.Start(hkCreateSwapChainForComposition, g_pDXGIFactory, 24); eStatus != MH_OK) { - Utils::LogHook("CreateSwapChainForComposition", eStatus); - return false; - } - // IDXGIFactory - - // SwapChain - if (eStatus = oPresent.Start(hkPresent, g_pSwapChain, 8); eStatus != MH_OK) { - Utils::LogHook("Present", eStatus); - return false; - } - - if (eStatus = oResizeBuffers.Start(hkResizeBuffers, g_pSwapChain, 13); eStatus != MH_OK) { - Utils::LogHook("ResizeBuffers", eStatus); - return false; - } - - if (eStatus = oPresent1.Start(hkPresent1, g_pSwapChain, 22); eStatus != MH_OK) { - Utils::LogHook("Present1", eStatus); - return false; - } - - if (eStatus = oResizeBuffers1.Start(hkResizeBuffers1, g_pSwapChain, 39); eStatus != MH_OK) { - Utils::LogHook("ResizeBuffers1", eStatus); - return false; - } - // SwapChain - - // D3DCommandQueue - if (eStatus = oExecuteCommandLists.Start(hkExecuteCommandLists, g_pD3DCommandQueue, 10); eStatus != MH_OK) { - Utils::LogHook("ExecuteCommandLists", eStatus); - return false; - } - // D3DCommandQueue - - - if (g_pD3DCommandQueue) { - g_pD3DCommandQueue->Release(); - g_pD3DCommandQueue = NULL; - } - CleanupDeviceD3D12(); - - return true; + Utils::LogDebug("Initializing DirectX 12 hook..."); + + ID3D12Device* pTempDevice = nullptr; + ID3D12CommandQueue* pTempQueue = nullptr; + IDXGISwapChain3* pTempSwapChain = nullptr; + IDXGIFactory4* pTempFactory = nullptr; + + if (!GetD3D12Addresses(&pTempDevice, &pTempQueue, &pTempSwapChain, &pTempFactory)) + { + Utils::LogError("Failed to get DirectX 12 function addresses"); + return false; + } + + // Hook IDXGIFactory + MH_STATUS eStatus{}; + if (eStatus = oCreateSwapChain.Start(hkCreateSwapChain, pTempFactory, 10); eStatus != MH_OK) { + Utils::LogHook("CreateSwapChain", eStatus); + return false; + } + + if (eStatus = oCreateSwapChainForHwnd.Start(hkCreateSwapChainForHwnd, pTempFactory, 15); eStatus != MH_OK) { + Utils::LogHook("CreateSwapChainForHwnd", eStatus); + return false; + } + + if (eStatus = oCreateSwapChainForCoreWindow.Start(hkCreateSwapChainForCoreWindow, pTempFactory, 16); eStatus != MH_OK) { + Utils::LogHook("CreateSwapChainForCoreWindow", eStatus); + return false; + } + + if (eStatus = oCreateSwapChainForComposition.Start(hkCreateSwapChainForComposition, pTempFactory, 24); eStatus != MH_OK) { + Utils::LogHook("CreateSwapChainForComposition", eStatus); + return false; + } + + // Hook SwapChain + if (eStatus = oPresent.Start(hkPresent, pTempSwapChain, 8); eStatus != MH_OK) { + Utils::LogHook("Present", eStatus); + return false; + } + + if (eStatus = oResizeBuffers.Start(hkResizeBuffers, pTempSwapChain, 13); eStatus != MH_OK) { + Utils::LogHook("ResizeBuffers", eStatus); + return false; + } + + if (eStatus = oPresent1.Start(hkPresent1, pTempSwapChain, 22); eStatus != MH_OK) { + Utils::LogHook("Present1", eStatus); + return false; + } + + if (eStatus = oResizeBuffers1.Start(hkResizeBuffers1, pTempSwapChain, 39); eStatus != MH_OK) { + Utils::LogHook("ResizeBuffers1", eStatus); + return false; + } + + // Hook D3DCommandQueue + if (eStatus = oExecuteCommandLists.Start(hkExecuteCommandLists, pTempQueue, 10); eStatus != MH_OK) { + Utils::LogHook("ExecuteCommandLists", eStatus); + return false; + } + + // Cleanup temporary objects + pTempSwapChain->Release(); + pTempQueue->Release(); + pTempDevice->Release(); + pTempFactory->Release(); + + Utils::LogDebug("DirectX 12 hook initialization complete"); + return true; } void RendererHooks::D3D12Destroy() { - oPresent.Remove(); - oPresent1.Remove(); - oResizeBuffers1.Remove(); - oCreateSwapChain.Remove(); - oCreateSwapChainForHwnd.Remove(); - oCreateSwapChainForCoreWindow.Remove(); - oCreateSwapChainForComposition.Remove(); - oExecuteCommandLists.Remove(); - - if (ImGui::GetCurrentContext()) { - if (ImGui::GetIO().BackendRendererUserData) - ImGui_ImplDX12_Shutdown(); - - if (ImGui::GetIO().BackendPlatformUserData) - ImGui_ImplWin32_Shutdown(); - - ImGui::DestroyContext(); - } - - CleanupDeviceD3D12(); + g_bShuttingDown = true; + Sleep(100); // Give Present a chance to see shutdown flag + + oPresent.Remove(); + oPresent1.Remove(); + oResizeBuffers.Remove(); + oResizeBuffers1.Remove(); + oCreateSwapChain.Remove(); + oCreateSwapChainForHwnd.Remove(); + oCreateSwapChainForCoreWindow.Remove(); + oCreateSwapChainForComposition.Remove(); + oExecuteCommandLists.Remove(); + + if (ImGui::GetCurrentContext()) { + if (ImGui::GetIO().BackendRendererUserData) + ImGui_ImplDX12_Shutdown(); + + if (ImGui::GetIO().BackendPlatformUserData) + ImGui_ImplWin32_Shutdown(); + + ImGui::DestroyContext(); + } + + CleanupDevice(); } -#endif \ No newline at end of file + +#endif diff --git a/Internal/Hooks/Renderer/RendererHooks.cpp b/Internal/Hooks/Renderer/RendererHooks.cpp index cb64263..aa1b978 100644 --- a/Internal/Hooks/Renderer/RendererHooks.cpp +++ b/Internal/Hooks/Renderer/RendererHooks.cpp @@ -1,5 +1,4 @@ #include "pch.h" -#include "Includes.hpp" bool RendererHooks::Setup() { @@ -7,16 +6,16 @@ bool RendererHooks::Setup() if (Memory::GetModule("d3d12.dll")) { iActiveRendererType = D3D12; - Utils::LogError(Utils::GetLocation(CurrentLoc), (std::stringstream() << "D3D12 Found @ " << Memory::GetModule("d3d12.dll")).str()); + Utils::LogDebug("D3D12 found!"); } else if (Memory::GetModule("d3d11.dll")) { iActiveRendererType = D3D11; - Utils::LogDebug(Utils::GetLocation(CurrentLoc), "D3D11 found!"); + Utils::LogDebug("D3D11 found!"); } else { - Utils::LogError(Utils::GetLocation(CurrentLoc), "Couldnt find renderer LAWL!"); + Utils::LogError("Couldnt find renderer RIP!"); } switch (iActiveRendererType) { diff --git a/Internal/Hooks/WndProc/WndProcHooks.cpp b/Internal/Hooks/WndProc/WndProcHooks.cpp index 155dee9..496de81 100644 --- a/Internal/Hooks/WndProc/WndProcHooks.cpp +++ b/Internal/Hooks/WndProc/WndProcHooks.cpp @@ -1,5 +1,5 @@ #include "pch.h" -#include "Includes.hpp" + static std::once_flag g_InputInit; diff --git a/Internal/Interfaces/Unity/Mono.hpp b/Internal/Interfaces/Unity/Mono.hpp index 5a338f8..531f816 100644 --- a/Internal/Interfaces/Unity/Mono.hpp +++ b/Internal/Interfaces/Unity/Mono.hpp @@ -6,7 +6,6 @@ #include "UnityConfig.hpp" // This is where the magic happens, for unity games running mono anyway. -#if ENGINE_UNITY #include "Mono\metadata\threads.h" #include "Mono\metadata\object.h" @@ -259,6 +258,4 @@ class Mono MonoObject* exc; return mono_runtime_invoke(method, obj, params, &exc); } -}; - -#endif \ No newline at end of file +}; \ No newline at end of file diff --git a/Internal/Interfaces/Unreal/Assertions.inl b/Internal/Interfaces/Unreal/Assertions.inl new file mode 100644 index 0000000..cba3b2b --- /dev/null +++ b/Internal/Interfaces/Unreal/Assertions.inl @@ -0,0 +1,215856 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Debug assertions to verify member-offsets and struct-sizes + + +namespace SDK +{ +#define DUMPER7_ASSERTS_FUObjectItem \ +static_assert(alignof(FUObjectItem) == 0x000008, "Wrong alignment on FUObjectItem"); \ +static_assert(sizeof(FUObjectItem) == 0x000018, "Wrong size on FUObjectItem"); \ +static_assert(offsetof(FUObjectItem, Object) == 0x000000, "Member 'FUObjectItem::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TUObjectArray \ +static_assert(alignof(TUObjectArray) == 0x000008, "Wrong alignment on TUObjectArray"); \ +static_assert(sizeof(TUObjectArray) == 0x000020, "Wrong size on TUObjectArray"); \ +static_assert(offsetof(TUObjectArray, Objects) == 0x000000, "Member 'TUObjectArray::Objects' has a wrong offset!"); \ +static_assert(offsetof(TUObjectArray, MaxElements) == 0x000010, "Member 'TUObjectArray::MaxElements' has a wrong offset!"); \ +static_assert(offsetof(TUObjectArray, NumElements) == 0x000014, "Member 'TUObjectArray::NumElements' has a wrong offset!"); \ +static_assert(offsetof(TUObjectArray, MaxChunks) == 0x000018, "Member 'TUObjectArray::MaxChunks' has a wrong offset!"); \ +static_assert(offsetof(TUObjectArray, NumChunks) == 0x00001C, "Member 'TUObjectArray::NumChunks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FName \ +static_assert(alignof(FName) == 0x000004, "Wrong alignment on FName"); \ +static_assert(sizeof(FName) == 0x00000C, "Wrong size on FName"); \ +static_assert(offsetof(FName, ComparisonIndex) == 0x000000, "Member 'FName::ComparisonIndex' has a wrong offset!"); \ +static_assert(offsetof(FName, DisplayIndex) == 0x000004, "Member 'FName::DisplayIndex' has a wrong offset!"); \ +static_assert(offsetof(FName, Number) == 0x000008, "Member 'FName::Number' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTextData \ +static_assert(alignof(FTextData) == 0x000008, "Wrong alignment on FTextData"); \ +static_assert(sizeof(FTextData) == 0x000038, "Wrong size on FTextData"); \ +static_assert(offsetof(FTextData, TextSource) == 0x000028, "Member 'FTextData::TextSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FText \ +static_assert(alignof(FText) == 0x000008, "Wrong alignment on FText"); \ +static_assert(sizeof(FText) == 0x000018, "Wrong size on FText"); \ +static_assert(offsetof(FText, TextData) == 0x000000, "Member 'FText::TextData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWeakObjectPtr \ +static_assert(alignof(FWeakObjectPtr) == 0x000004, "Wrong alignment on FWeakObjectPtr"); \ +static_assert(sizeof(FWeakObjectPtr) == 0x000008, "Wrong size on FWeakObjectPtr"); \ +static_assert(offsetof(FWeakObjectPtr, ObjectIndex) == 0x000000, "Member 'FWeakObjectPtr::ObjectIndex' has a wrong offset!"); \ +static_assert(offsetof(FWeakObjectPtr, ObjectSerialNumber) == 0x000004, "Member 'FWeakObjectPtr::ObjectSerialNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniqueObjectGuid \ +static_assert(alignof(FUniqueObjectGuid) == 0x000004, "Wrong alignment on FUniqueObjectGuid"); \ +static_assert(sizeof(FUniqueObjectGuid) == 0x000010, "Wrong size on FUniqueObjectGuid"); \ +static_assert(offsetof(FUniqueObjectGuid, A) == 0x000000, "Member 'FUniqueObjectGuid::A' has a wrong offset!"); \ +static_assert(offsetof(FUniqueObjectGuid, B) == 0x000004, "Member 'FUniqueObjectGuid::B' has a wrong offset!"); \ +static_assert(offsetof(FUniqueObjectGuid, C) == 0x000008, "Member 'FUniqueObjectGuid::C' has a wrong offset!"); \ +static_assert(offsetof(FUniqueObjectGuid, D) == 0x00000C, "Member 'FUniqueObjectGuid::D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoftObjectPath \ +static_assert(alignof(FSoftObjectPath) == 0x000008, "Wrong alignment on FSoftObjectPath"); \ +static_assert(sizeof(FSoftObjectPath) == 0x000020, "Wrong size on FSoftObjectPath"); \ +static_assert(offsetof(FSoftObjectPath, AssetPathName) == 0x000000, "Member 'FSoftObjectPath::AssetPathName' has a wrong offset!"); \ +static_assert(offsetof(FSoftObjectPath, SubPathString) == 0x000010, "Member 'FSoftObjectPath::SubPathString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScriptInterface \ +static_assert(alignof(FScriptInterface) == 0x000008, "Wrong alignment on FScriptInterface"); \ +static_assert(sizeof(FScriptInterface) == 0x000010, "Wrong size on FScriptInterface"); \ +static_assert(offsetof(FScriptInterface, ObjectPointer) == 0x000000, "Member 'FScriptInterface::ObjectPointer' has a wrong offset!"); \ +static_assert(offsetof(FScriptInterface, InterfacePointer) == 0x000008, "Member 'FScriptInterface::InterfacePointer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldPath \ +static_assert(alignof(FFieldPath) == 0x000008, "Wrong alignment on FFieldPath"); \ +static_assert(sizeof(FFieldPath) == 0x000020, "Wrong size on FFieldPath"); \ +static_assert(offsetof(FFieldPath, ResolvedField) == 0x000000, "Member 'FFieldPath::ResolvedField' has a wrong offset!"); \ +static_assert(offsetof(FFieldPath, ResolvedOwner) == 0x000008, "Member 'FFieldPath::ResolvedOwner' has a wrong offset!"); \ +static_assert(offsetof(FFieldPath, Path) == 0x000010, "Member 'FFieldPath::Path' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScriptDelegate \ +static_assert(alignof(FScriptDelegate) == 0x000004, "Wrong alignment on FScriptDelegate"); \ +static_assert(sizeof(FScriptDelegate) == 0x000014, "Wrong size on FScriptDelegate"); \ +static_assert(offsetof(FScriptDelegate, Object) == 0x000000, "Member 'FScriptDelegate::Object' has a wrong offset!"); \ +static_assert(offsetof(FScriptDelegate, FunctionName) == 0x000008, "Member 'FScriptDelegate::FunctionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldClass \ +static_assert(alignof(FFieldClass) == 0x000008, "Wrong alignment on FFieldClass"); \ +static_assert(sizeof(FFieldClass) == 0x000030, "Wrong size on FFieldClass"); \ +static_assert(offsetof(FFieldClass, Name) == 0x000000, "Member 'FFieldClass::Name' has a wrong offset!"); \ +static_assert(offsetof(FFieldClass, Id) == 0x000010, "Member 'FFieldClass::Id' has a wrong offset!"); \ +static_assert(offsetof(FFieldClass, CastFlags) == 0x000018, "Member 'FFieldClass::CastFlags' has a wrong offset!"); \ +static_assert(offsetof(FFieldClass, ClassFlags) == 0x000020, "Member 'FFieldClass::ClassFlags' has a wrong offset!"); \ +static_assert(offsetof(FFieldClass, SuperClass) == 0x000028, "Member 'FFieldClass::SuperClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldVariant \ +static_assert(alignof(FFieldVariant) == 0x000008, "Wrong alignment on FFieldVariant"); \ +static_assert(sizeof(FFieldVariant) == 0x000010, "Wrong size on FFieldVariant"); \ +static_assert(offsetof(FFieldVariant, Container) == 0x000000, "Member 'FFieldVariant::Container' has a wrong offset!"); \ +static_assert(offsetof(FFieldVariant, bIsUObject) == 0x000008, "Member 'FFieldVariant::bIsUObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FField \ +static_assert(alignof(FField) == 0x000008, "Wrong alignment on FField"); \ +static_assert(sizeof(FField) == 0x000038, "Wrong size on FField"); \ +static_assert(offsetof(FField, VTable) == 0x000000, "Member 'FField::VTable' has a wrong offset!"); \ +static_assert(offsetof(FField, ClassPrivate) == 0x000008, "Member 'FField::ClassPrivate' has a wrong offset!"); \ +static_assert(offsetof(FField, Owner) == 0x000010, "Member 'FField::Owner' has a wrong offset!"); \ +static_assert(offsetof(FField, Next) == 0x000020, "Member 'FField::Next' has a wrong offset!"); \ +static_assert(offsetof(FField, Name) == 0x000028, "Member 'FField::Name' has a wrong offset!"); \ +static_assert(offsetof(FField, ObjFlags) == 0x000034, "Member 'FField::ObjFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProperty \ +static_assert(alignof(FProperty) == 0x000008, "Wrong alignment on FProperty"); \ +static_assert(sizeof(FProperty) == 0x000080, "Wrong size on FProperty"); \ +static_assert(offsetof(FProperty, ArrayDim) == 0x000038, "Member 'FProperty::ArrayDim' has a wrong offset!"); \ +static_assert(offsetof(FProperty, ElementSize) == 0x00003C, "Member 'FProperty::ElementSize' has a wrong offset!"); \ +static_assert(offsetof(FProperty, PropertyFlags) == 0x000040, "Member 'FProperty::PropertyFlags' has a wrong offset!"); \ +static_assert(offsetof(FProperty, Offset) == 0x00004C, "Member 'FProperty::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FByteProperty \ +static_assert(alignof(FByteProperty) == 0x000008, "Wrong alignment on FByteProperty"); \ +static_assert(sizeof(FByteProperty) == 0x000088, "Wrong size on FByteProperty"); \ +static_assert(offsetof(FByteProperty, Enum) == 0x000080, "Member 'FByteProperty::Enum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoolProperty \ +static_assert(alignof(FBoolProperty) == 0x000008, "Wrong alignment on FBoolProperty"); \ +static_assert(sizeof(FBoolProperty) == 0x000088, "Wrong size on FBoolProperty"); \ +static_assert(offsetof(FBoolProperty, FieldSize) == 0x000080, "Member 'FBoolProperty::FieldSize' has a wrong offset!"); \ +static_assert(offsetof(FBoolProperty, ByteOffset) == 0x000081, "Member 'FBoolProperty::ByteOffset' has a wrong offset!"); \ +static_assert(offsetof(FBoolProperty, ByteMask) == 0x000082, "Member 'FBoolProperty::ByteMask' has a wrong offset!"); \ +static_assert(offsetof(FBoolProperty, FieldMask) == 0x000083, "Member 'FBoolProperty::FieldMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObjectPropertyBase \ +static_assert(alignof(FObjectPropertyBase) == 0x000008, "Wrong alignment on FObjectPropertyBase"); \ +static_assert(sizeof(FObjectPropertyBase) == 0x000088, "Wrong size on FObjectPropertyBase"); \ +static_assert(offsetof(FObjectPropertyBase, PropertyClass) == 0x000080, "Member 'FObjectPropertyBase::PropertyClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClassProperty \ +static_assert(alignof(FClassProperty) == 0x000008, "Wrong alignment on FClassProperty"); \ +static_assert(sizeof(FClassProperty) == 0x000090, "Wrong size on FClassProperty"); \ +static_assert(offsetof(FClassProperty, MetaClass) == 0x000088, "Member 'FClassProperty::MetaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructProperty \ +static_assert(alignof(FStructProperty) == 0x000008, "Wrong alignment on FStructProperty"); \ +static_assert(sizeof(FStructProperty) == 0x000088, "Wrong size on FStructProperty"); \ +static_assert(offsetof(FStructProperty, Struct) == 0x000080, "Member 'FStructProperty::Struct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArrayProperty \ +static_assert(alignof(FArrayProperty) == 0x000008, "Wrong alignment on FArrayProperty"); \ +static_assert(sizeof(FArrayProperty) == 0x000088, "Wrong size on FArrayProperty"); \ +static_assert(offsetof(FArrayProperty, InnerProperty) == 0x000080, "Member 'FArrayProperty::InnerProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDelegateProperty \ +static_assert(alignof(FDelegateProperty) == 0x000008, "Wrong alignment on FDelegateProperty"); \ +static_assert(sizeof(FDelegateProperty) == 0x000088, "Wrong size on FDelegateProperty"); \ +static_assert(offsetof(FDelegateProperty, SignatureFunction) == 0x000080, "Member 'FDelegateProperty::SignatureFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMapProperty \ +static_assert(alignof(FMapProperty) == 0x000008, "Wrong alignment on FMapProperty"); \ +static_assert(sizeof(FMapProperty) == 0x000090, "Wrong size on FMapProperty"); \ +static_assert(offsetof(FMapProperty, KeyProperty) == 0x000080, "Member 'FMapProperty::KeyProperty' has a wrong offset!"); \ +static_assert(offsetof(FMapProperty, ValueProperty) == 0x000088, "Member 'FMapProperty::ValueProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetProperty \ +static_assert(alignof(FSetProperty) == 0x000008, "Wrong alignment on FSetProperty"); \ +static_assert(sizeof(FSetProperty) == 0x000088, "Wrong size on FSetProperty"); \ +static_assert(offsetof(FSetProperty, ElementProperty) == 0x000080, "Member 'FSetProperty::ElementProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnumProperty \ +static_assert(alignof(FEnumProperty) == 0x000008, "Wrong alignment on FEnumProperty"); \ +static_assert(sizeof(FEnumProperty) == 0x000090, "Wrong size on FEnumProperty"); \ +static_assert(offsetof(FEnumProperty, UnderlayingProperty) == 0x000080, "Member 'FEnumProperty::UnderlayingProperty' has a wrong offset!"); \ +static_assert(offsetof(FEnumProperty, Enum) == 0x000088, "Member 'FEnumProperty::Enum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldPathProperty \ +static_assert(alignof(FFieldPathProperty) == 0x000008, "Wrong alignment on FFieldPathProperty"); \ +static_assert(sizeof(FFieldPathProperty) == 0x000088, "Wrong size on FFieldPathProperty"); \ +static_assert(offsetof(FFieldPathProperty, FieldClass) == 0x000080, "Member 'FFieldPathProperty::FieldClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptionalProperty \ +static_assert(alignof(FOptionalProperty) == 0x000008, "Wrong alignment on FOptionalProperty"); \ +static_assert(sizeof(FOptionalProperty) == 0x000088, "Wrong size on FOptionalProperty"); \ +static_assert(offsetof(FOptionalProperty, ValueProperty) == 0x000080, "Member 'FOptionalProperty::ValueProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive \ +static_assert(alignof(BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive) == 0x000008, "Wrong alignment on BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive"); \ +static_assert(sizeof(BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive) == 0x000040, "Wrong size on BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive"); \ +static_assert(offsetof(BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive, EntryPoint) == 0x000000, "Member 'BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive, K2Node_ComponentBoundEvent_Interactable_1) == 0x000008, "Member 'BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive::K2Node_ComponentBoundEvent_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive, K2Node_ComponentBoundEvent_Interactor_1) == 0x000010, "Member 'BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive::K2Node_ComponentBoundEvent_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1) == 0x000018, "Member 'BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive, K2Node_ComponentBoundEvent_Interactable) == 0x000020, "Member 'BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive, K2Node_ComponentBoundEvent_Interactor) == 0x000028, "Member 'BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000030, "Member 'BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive, K2Node_Event_OldState) == 0x000034, "Member 'BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive::K2Node_Event_OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive, K2Node_Event_NewState) == 0x000038, "Member 'BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive, K2Node_Event_bDoCosmetics) == 0x00003C, "Member 'BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive, K2Node_SwitchInteger_CmpSuccess) == 0x00003D, "Member 'BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive, K2Node_CustomEvent_Enabled) == 0x00003E, "Member 'BP_USBDrive_C_ExecuteUbergraph_BP_USBDrive::K2Node_CustomEvent_Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_USBDrive_C_Enabled \ +static_assert(alignof(BP_USBDrive_C_Enabled) == 0x000001, "Wrong alignment on BP_USBDrive_C_Enabled"); \ +static_assert(sizeof(BP_USBDrive_C_Enabled) == 0x000001, "Wrong size on BP_USBDrive_C_Enabled"); \ +static_assert(offsetof(BP_USBDrive_C_Enabled, Enabled_0) == 0x000000, "Member 'BP_USBDrive_C_Enabled::Enabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_USBDrive_C_OnStateChanged \ +static_assert(alignof(BP_USBDrive_C_OnStateChanged) == 0x000004, "Wrong alignment on BP_USBDrive_C_OnStateChanged"); \ +static_assert(sizeof(BP_USBDrive_C_OnStateChanged) == 0x00000C, "Wrong size on BP_USBDrive_C_OnStateChanged"); \ +static_assert(offsetof(BP_USBDrive_C_OnStateChanged, OldState) == 0x000000, "Member 'BP_USBDrive_C_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_USBDrive_C_OnStateChanged, NewState) == 0x000004, "Member 'BP_USBDrive_C_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_USBDrive_C_OnStateChanged, bDoCosmetics) == 0x000008, "Member 'BP_USBDrive_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_USBDrive_C_BndEvt__BP_USBDrive_SBZInteractableGhost_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_USBDrive_C_BndEvt__BP_USBDrive_SBZInteractableGhost_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_USBDrive_C_BndEvt__BP_USBDrive_SBZInteractableGhost_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_USBDrive_C_BndEvt__BP_USBDrive_SBZInteractableGhost_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_USBDrive_C_BndEvt__BP_USBDrive_SBZInteractableGhost_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_USBDrive_C_BndEvt__BP_USBDrive_SBZInteractableGhost_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_USBDrive_C_BndEvt__BP_USBDrive_SBZInteractableGhost_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_USBDrive_C_BndEvt__BP_USBDrive_SBZInteractableGhost_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_USBDrive_C_BndEvt__BP_USBDrive_SBZInteractableGhost_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_USBDrive_C_BndEvt__BP_USBDrive_SBZInteractableGhost_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_USBDrive_C_BndEvt__BP_USBDrive_SBZInteractableGhost_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_USBDrive_C_BndEvt__BP_USBDrive_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_USBDrive_C_BndEvt__BP_USBDrive_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_USBDrive_C_BndEvt__BP_USBDrive_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_USBDrive_C_BndEvt__BP_USBDrive_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_USBDrive_C_BndEvt__BP_USBDrive_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_USBDrive_C_BndEvt__BP_USBDrive_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_USBDrive_C_BndEvt__BP_USBDrive_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_USBDrive_C_BndEvt__BP_USBDrive_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_USBDrive_C_BndEvt__BP_USBDrive_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_USBDrive_C_BndEvt__BP_USBDrive_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_USBDrive_C_BndEvt__BP_USBDrive_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_USBDrive_C \ +static_assert(alignof(ABP_USBDrive_C) == 0x000008, "Wrong alignment on ABP_USBDrive_C"); \ +static_assert(sizeof(ABP_USBDrive_C) == 0x000358, "Wrong size on ABP_USBDrive_C"); \ +static_assert(offsetof(ABP_USBDrive_C, UberGraphFrame) == 0x0002F0, "Member 'ABP_USBDrive_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_USBDrive_C, SBZInteractableGhost) == 0x0002F8, "Member 'ABP_USBDrive_C::SBZInteractableGhost' has a wrong offset!"); \ +static_assert(offsetof(ABP_USBDrive_C, Ghostmesh) == 0x000300, "Member 'ABP_USBDrive_C::Ghostmesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_USBDrive_C, Box) == 0x000308, "Member 'ABP_USBDrive_C::Box' has a wrong offset!"); \ +static_assert(offsetof(ABP_USBDrive_C, SBZOutline) == 0x000310, "Member 'ABP_USBDrive_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_USBDrive_C, SBZInteractable) == 0x000318, "Member 'ABP_USBDrive_C::SBZInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_USBDrive_C, USB) == 0x000320, "Member 'ABP_USBDrive_C::USB' has a wrong offset!"); \ +static_assert(offsetof(ABP_USBDrive_C, DefaultSceneRoot) == 0x000328, "Member 'ABP_USBDrive_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_USBDrive_C, USB_Taken) == 0x000330, "Member 'ABP_USBDrive_C::USB_Taken' has a wrong offset!"); \ +static_assert(offsetof(ABP_USBDrive_C, USB_Plugged_In) == 0x000340, "Member 'ABP_USBDrive_C::USB_Plugged_In' has a wrong offset!"); \ +static_assert(offsetof(ABP_USBDrive_C, PlugIn) == 0x000350, "Member 'ABP_USBDrive_C::PlugIn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoftObjectPath \ +static_assert(alignof(FSoftObjectPath) == 0x000008, "Wrong alignment on FSoftObjectPath"); \ +static_assert(sizeof(FSoftObjectPath) == 0x000020, "Wrong size on FSoftObjectPath"); \ +static_assert(offsetof(FSoftObjectPath, AssetPathName) == 0x000000, "Member 'FSoftObjectPath::AssetPathName' has a wrong offset!"); \ +static_assert(offsetof(FSoftObjectPath, SubPathString) == 0x000010, "Member 'FSoftObjectPath::SubPathString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssetBundleEntry \ +static_assert(alignof(FAssetBundleEntry) == 0x000008, "Wrong alignment on FAssetBundleEntry"); \ +static_assert(sizeof(FAssetBundleEntry) == 0x000020, "Wrong size on FAssetBundleEntry"); \ +static_assert(offsetof(FAssetBundleEntry, BundleName) == 0x000000, "Member 'FAssetBundleEntry::BundleName' has a wrong offset!"); \ +static_assert(offsetof(FAssetBundleEntry, BundleAssets) == 0x000010, "Member 'FAssetBundleEntry::BundleAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FJoinabilitySettings \ +static_assert(alignof(FJoinabilitySettings) == 0x000004, "Wrong alignment on FJoinabilitySettings"); \ +static_assert(sizeof(FJoinabilitySettings) == 0x000018, "Wrong size on FJoinabilitySettings"); \ +static_assert(offsetof(FJoinabilitySettings, SessionName) == 0x000000, "Member 'FJoinabilitySettings::SessionName' has a wrong offset!"); \ +static_assert(offsetof(FJoinabilitySettings, bPublicSearchable) == 0x00000C, "Member 'FJoinabilitySettings::bPublicSearchable' has a wrong offset!"); \ +static_assert(offsetof(FJoinabilitySettings, bAllowInvites) == 0x00000D, "Member 'FJoinabilitySettings::bAllowInvites' has a wrong offset!"); \ +static_assert(offsetof(FJoinabilitySettings, bJoinViaPresence) == 0x00000E, "Member 'FJoinabilitySettings::bJoinViaPresence' has a wrong offset!"); \ +static_assert(offsetof(FJoinabilitySettings, bJoinViaPresenceFriendsOnly) == 0x00000F, "Member 'FJoinabilitySettings::bJoinViaPresenceFriendsOnly' has a wrong offset!"); \ +static_assert(offsetof(FJoinabilitySettings, MaxPlayers) == 0x000010, "Member 'FJoinabilitySettings::MaxPlayers' has a wrong offset!"); \ +static_assert(offsetof(FJoinabilitySettings, MaxPartySize) == 0x000014, "Member 'FJoinabilitySettings::MaxPartySize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssetBundleData \ +static_assert(alignof(FAssetBundleData) == 0x000008, "Wrong alignment on FAssetBundleData"); \ +static_assert(sizeof(FAssetBundleData) == 0x000010, "Wrong size on FAssetBundleData"); \ +static_assert(offsetof(FAssetBundleData, Bundles) == 0x000000, "Member 'FAssetBundleData::Bundles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniqueNetIdWrapper \ +static_assert(alignof(FUniqueNetIdWrapper) == 0x000001, "Wrong alignment on FUniqueNetIdWrapper"); \ +static_assert(sizeof(FUniqueNetIdWrapper) == 0x000001, "Wrong size on FUniqueNetIdWrapper"); \ + +#define DUMPER7_ASSERTS_FAssetData \ +static_assert(alignof(FAssetData) == 0x000008, "Wrong alignment on FAssetData"); \ +static_assert(sizeof(FAssetData) == 0x000078, "Wrong size on FAssetData"); \ +static_assert(offsetof(FAssetData, ObjectPath) == 0x000000, "Member 'FAssetData::ObjectPath' has a wrong offset!"); \ +static_assert(offsetof(FAssetData, PackageName) == 0x00000C, "Member 'FAssetData::PackageName' has a wrong offset!"); \ +static_assert(offsetof(FAssetData, PackagePath) == 0x000018, "Member 'FAssetData::PackagePath' has a wrong offset!"); \ +static_assert(offsetof(FAssetData, AssetName) == 0x000024, "Member 'FAssetData::AssetName' has a wrong offset!"); \ +static_assert(offsetof(FAssetData, AssetClass) == 0x000030, "Member 'FAssetData::AssetClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGuid \ +static_assert(alignof(FGuid) == 0x000004, "Wrong alignment on FGuid"); \ +static_assert(sizeof(FGuid) == 0x000010, "Wrong size on FGuid"); \ +static_assert(offsetof(FGuid, A) == 0x000000, "Member 'FGuid::A' has a wrong offset!"); \ +static_assert(offsetof(FGuid, B) == 0x000004, "Member 'FGuid::B' has a wrong offset!"); \ +static_assert(offsetof(FGuid, C) == 0x000008, "Member 'FGuid::C' has a wrong offset!"); \ +static_assert(offsetof(FGuid, D) == 0x00000C, "Member 'FGuid::D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTestUninitializedScriptStructMembersTest \ +static_assert(alignof(FTestUninitializedScriptStructMembersTest) == 0x000008, "Wrong alignment on FTestUninitializedScriptStructMembersTest"); \ +static_assert(sizeof(FTestUninitializedScriptStructMembersTest) == 0x000018, "Wrong size on FTestUninitializedScriptStructMembersTest"); \ +static_assert(offsetof(FTestUninitializedScriptStructMembersTest, UninitializedObjectReference) == 0x000000, "Member 'FTestUninitializedScriptStructMembersTest::UninitializedObjectReference' has a wrong offset!"); \ +static_assert(offsetof(FTestUninitializedScriptStructMembersTest, InitializedObjectReference) == 0x000008, "Member 'FTestUninitializedScriptStructMembersTest::InitializedObjectReference' has a wrong offset!"); \ +static_assert(offsetof(FTestUninitializedScriptStructMembersTest, UnusedValue) == 0x000010, "Member 'FTestUninitializedScriptStructMembersTest::UnusedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector \ +static_assert(alignof(FVector) == 0x000004, "Wrong alignment on FVector"); \ +static_assert(sizeof(FVector) == 0x00000C, "Wrong size on FVector"); \ +static_assert(offsetof(FVector, X) == 0x000000, "Member 'FVector::X' has a wrong offset!"); \ +static_assert(offsetof(FVector, Y) == 0x000004, "Member 'FVector::Y' has a wrong offset!"); \ +static_assert(offsetof(FVector, Z) == 0x000008, "Member 'FVector::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector4 \ +static_assert(alignof(FVector4) == 0x000010, "Wrong alignment on FVector4"); \ +static_assert(sizeof(FVector4) == 0x000010, "Wrong size on FVector4"); \ +static_assert(offsetof(FVector4, X) == 0x000000, "Member 'FVector4::X' has a wrong offset!"); \ +static_assert(offsetof(FVector4, Y) == 0x000004, "Member 'FVector4::Y' has a wrong offset!"); \ +static_assert(offsetof(FVector4, Z) == 0x000008, "Member 'FVector4::Z' has a wrong offset!"); \ +static_assert(offsetof(FVector4, W) == 0x00000C, "Member 'FVector4::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector2D \ +static_assert(alignof(FVector2D) == 0x000004, "Wrong alignment on FVector2D"); \ +static_assert(sizeof(FVector2D) == 0x000008, "Wrong size on FVector2D"); \ +static_assert(offsetof(FVector2D, X) == 0x000000, "Member 'FVector2D::X' has a wrong offset!"); \ +static_assert(offsetof(FVector2D, Y) == 0x000004, "Member 'FVector2D::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTwoVectors \ +static_assert(alignof(FTwoVectors) == 0x000004, "Wrong alignment on FTwoVectors"); \ +static_assert(sizeof(FTwoVectors) == 0x000018, "Wrong size on FTwoVectors"); \ +static_assert(offsetof(FTwoVectors, v1) == 0x000000, "Member 'FTwoVectors::v1' has a wrong offset!"); \ +static_assert(offsetof(FTwoVectors, v2) == 0x00000C, "Member 'FTwoVectors::v2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlane \ +static_assert(alignof(FPlane) == 0x000010, "Wrong alignment on FPlane"); \ +static_assert(sizeof(FPlane) == 0x000010, "Wrong size on FPlane"); \ +static_assert(offsetof(FPlane, W) == 0x00000C, "Member 'FPlane::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRotator \ +static_assert(alignof(FRotator) == 0x000004, "Wrong alignment on FRotator"); \ +static_assert(sizeof(FRotator) == 0x00000C, "Wrong size on FRotator"); \ +static_assert(offsetof(FRotator, Pitch) == 0x000000, "Member 'FRotator::Pitch' has a wrong offset!"); \ +static_assert(offsetof(FRotator, Yaw) == 0x000004, "Member 'FRotator::Yaw' has a wrong offset!"); \ +static_assert(offsetof(FRotator, Roll) == 0x000008, "Member 'FRotator::Roll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQuat \ +static_assert(alignof(FQuat) == 0x000010, "Wrong alignment on FQuat"); \ +static_assert(sizeof(FQuat) == 0x000010, "Wrong size on FQuat"); \ +static_assert(offsetof(FQuat, X) == 0x000000, "Member 'FQuat::X' has a wrong offset!"); \ +static_assert(offsetof(FQuat, Y) == 0x000004, "Member 'FQuat::Y' has a wrong offset!"); \ +static_assert(offsetof(FQuat, Z) == 0x000008, "Member 'FQuat::Z' has a wrong offset!"); \ +static_assert(offsetof(FQuat, W) == 0x00000C, "Member 'FQuat::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPackedNormal \ +static_assert(alignof(FPackedNormal) == 0x000001, "Wrong alignment on FPackedNormal"); \ +static_assert(sizeof(FPackedNormal) == 0x000004, "Wrong size on FPackedNormal"); \ +static_assert(offsetof(FPackedNormal, X) == 0x000000, "Member 'FPackedNormal::X' has a wrong offset!"); \ +static_assert(offsetof(FPackedNormal, Y) == 0x000001, "Member 'FPackedNormal::Y' has a wrong offset!"); \ +static_assert(offsetof(FPackedNormal, Z) == 0x000002, "Member 'FPackedNormal::Z' has a wrong offset!"); \ +static_assert(offsetof(FPackedNormal, W) == 0x000003, "Member 'FPackedNormal::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPackedRGB10A2N \ +static_assert(alignof(FPackedRGB10A2N) == 0x000004, "Wrong alignment on FPackedRGB10A2N"); \ +static_assert(sizeof(FPackedRGB10A2N) == 0x000004, "Wrong size on FPackedRGB10A2N"); \ +static_assert(offsetof(FPackedRGB10A2N, Packed) == 0x000000, "Member 'FPackedRGB10A2N::Packed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPackedRGBA16N \ +static_assert(alignof(FPackedRGBA16N) == 0x000004, "Wrong alignment on FPackedRGBA16N"); \ +static_assert(sizeof(FPackedRGBA16N) == 0x000008, "Wrong size on FPackedRGBA16N"); \ +static_assert(offsetof(FPackedRGBA16N, XY) == 0x000000, "Member 'FPackedRGBA16N::XY' has a wrong offset!"); \ +static_assert(offsetof(FPackedRGBA16N, ZW) == 0x000004, "Member 'FPackedRGBA16N::ZW' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntPoint \ +static_assert(alignof(FIntPoint) == 0x000004, "Wrong alignment on FIntPoint"); \ +static_assert(sizeof(FIntPoint) == 0x000008, "Wrong size on FIntPoint"); \ +static_assert(offsetof(FIntPoint, X) == 0x000000, "Member 'FIntPoint::X' has a wrong offset!"); \ +static_assert(offsetof(FIntPoint, Y) == 0x000004, "Member 'FIntPoint::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntVector \ +static_assert(alignof(FIntVector) == 0x000004, "Wrong alignment on FIntVector"); \ +static_assert(sizeof(FIntVector) == 0x00000C, "Wrong size on FIntVector"); \ +static_assert(offsetof(FIntVector, X) == 0x000000, "Member 'FIntVector::X' has a wrong offset!"); \ +static_assert(offsetof(FIntVector, Y) == 0x000004, "Member 'FIntVector::Y' has a wrong offset!"); \ +static_assert(offsetof(FIntVector, Z) == 0x000008, "Member 'FIntVector::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FColor \ +static_assert(alignof(FColor) == 0x000004, "Wrong alignment on FColor"); \ +static_assert(sizeof(FColor) == 0x000004, "Wrong size on FColor"); \ +static_assert(offsetof(FColor, B) == 0x000000, "Member 'FColor::B' has a wrong offset!"); \ +static_assert(offsetof(FColor, G) == 0x000001, "Member 'FColor::G' has a wrong offset!"); \ +static_assert(offsetof(FColor, R) == 0x000002, "Member 'FColor::R' has a wrong offset!"); \ +static_assert(offsetof(FColor, A) == 0x000003, "Member 'FColor::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLinearColor \ +static_assert(alignof(FLinearColor) == 0x000004, "Wrong alignment on FLinearColor"); \ +static_assert(sizeof(FLinearColor) == 0x000010, "Wrong size on FLinearColor"); \ +static_assert(offsetof(FLinearColor, R) == 0x000000, "Member 'FLinearColor::R' has a wrong offset!"); \ +static_assert(offsetof(FLinearColor, G) == 0x000004, "Member 'FLinearColor::G' has a wrong offset!"); \ +static_assert(offsetof(FLinearColor, B) == 0x000008, "Member 'FLinearColor::B' has a wrong offset!"); \ +static_assert(offsetof(FLinearColor, A) == 0x00000C, "Member 'FLinearColor::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBox \ +static_assert(alignof(FBox) == 0x000004, "Wrong alignment on FBox"); \ +static_assert(sizeof(FBox) == 0x00001C, "Wrong size on FBox"); \ +static_assert(offsetof(FBox, Min) == 0x000000, "Member 'FBox::Min' has a wrong offset!"); \ +static_assert(offsetof(FBox, Max) == 0x00000C, "Member 'FBox::Max' has a wrong offset!"); \ +static_assert(offsetof(FBox, IsValid) == 0x000018, "Member 'FBox::IsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBox2D \ +static_assert(alignof(FBox2D) == 0x000004, "Wrong alignment on FBox2D"); \ +static_assert(sizeof(FBox2D) == 0x000014, "Wrong size on FBox2D"); \ +static_assert(offsetof(FBox2D, Min) == 0x000000, "Member 'FBox2D::Min' has a wrong offset!"); \ +static_assert(offsetof(FBox2D, Max) == 0x000008, "Member 'FBox2D::Max' has a wrong offset!"); \ +static_assert(offsetof(FBox2D, bIsValid) == 0x000010, "Member 'FBox2D::bIsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoxSphereBounds \ +static_assert(alignof(FBoxSphereBounds) == 0x000004, "Wrong alignment on FBoxSphereBounds"); \ +static_assert(sizeof(FBoxSphereBounds) == 0x00001C, "Wrong size on FBoxSphereBounds"); \ +static_assert(offsetof(FBoxSphereBounds, Origin) == 0x000000, "Member 'FBoxSphereBounds::Origin' has a wrong offset!"); \ +static_assert(offsetof(FBoxSphereBounds, BoxExtent) == 0x00000C, "Member 'FBoxSphereBounds::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(FBoxSphereBounds, SphereRadius) == 0x000018, "Member 'FBoxSphereBounds::SphereRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOrientedBox \ +static_assert(alignof(FOrientedBox) == 0x000004, "Wrong alignment on FOrientedBox"); \ +static_assert(sizeof(FOrientedBox) == 0x00003C, "Wrong size on FOrientedBox"); \ +static_assert(offsetof(FOrientedBox, Center) == 0x000000, "Member 'FOrientedBox::Center' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBox, AxisX) == 0x00000C, "Member 'FOrientedBox::AxisX' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBox, AxisY) == 0x000018, "Member 'FOrientedBox::AxisY' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBox, AxisZ) == 0x000024, "Member 'FOrientedBox::AxisZ' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBox, ExtentX) == 0x000030, "Member 'FOrientedBox::ExtentX' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBox, ExtentY) == 0x000034, "Member 'FOrientedBox::ExtentY' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBox, ExtentZ) == 0x000038, "Member 'FOrientedBox::ExtentZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMatrix \ +static_assert(alignof(FMatrix) == 0x000010, "Wrong alignment on FMatrix"); \ +static_assert(sizeof(FMatrix) == 0x000040, "Wrong size on FMatrix"); \ +static_assert(offsetof(FMatrix, XPlane) == 0x000000, "Member 'FMatrix::XPlane' has a wrong offset!"); \ +static_assert(offsetof(FMatrix, YPlane) == 0x000010, "Member 'FMatrix::YPlane' has a wrong offset!"); \ +static_assert(offsetof(FMatrix, ZPlane) == 0x000020, "Member 'FMatrix::ZPlane' has a wrong offset!"); \ +static_assert(offsetof(FMatrix, WPlane) == 0x000030, "Member 'FMatrix::WPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurvePointFloat \ +static_assert(alignof(FInterpCurvePointFloat) == 0x000004, "Wrong alignment on FInterpCurvePointFloat"); \ +static_assert(sizeof(FInterpCurvePointFloat) == 0x000014, "Wrong size on FInterpCurvePointFloat"); \ +static_assert(offsetof(FInterpCurvePointFloat, InVal) == 0x000000, "Member 'FInterpCurvePointFloat::InVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointFloat, OutVal) == 0x000004, "Member 'FInterpCurvePointFloat::OutVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointFloat, ArriveTangent) == 0x000008, "Member 'FInterpCurvePointFloat::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointFloat, LeaveTangent) == 0x00000C, "Member 'FInterpCurvePointFloat::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointFloat, InterpMode) == 0x000010, "Member 'FInterpCurvePointFloat::InterpMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurveFloat \ +static_assert(alignof(FInterpCurveFloat) == 0x000008, "Wrong alignment on FInterpCurveFloat"); \ +static_assert(sizeof(FInterpCurveFloat) == 0x000018, "Wrong size on FInterpCurveFloat"); \ +static_assert(offsetof(FInterpCurveFloat, Points) == 0x000000, "Member 'FInterpCurveFloat::Points' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveFloat, bIsLooped) == 0x000010, "Member 'FInterpCurveFloat::bIsLooped' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveFloat, LoopKeyOffset) == 0x000014, "Member 'FInterpCurveFloat::LoopKeyOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurvePointVector2D \ +static_assert(alignof(FInterpCurvePointVector2D) == 0x000004, "Wrong alignment on FInterpCurvePointVector2D"); \ +static_assert(sizeof(FInterpCurvePointVector2D) == 0x000020, "Wrong size on FInterpCurvePointVector2D"); \ +static_assert(offsetof(FInterpCurvePointVector2D, InVal) == 0x000000, "Member 'FInterpCurvePointVector2D::InVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointVector2D, OutVal) == 0x000004, "Member 'FInterpCurvePointVector2D::OutVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointVector2D, ArriveTangent) == 0x00000C, "Member 'FInterpCurvePointVector2D::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointVector2D, LeaveTangent) == 0x000014, "Member 'FInterpCurvePointVector2D::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointVector2D, InterpMode) == 0x00001C, "Member 'FInterpCurvePointVector2D::InterpMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurveVector2D \ +static_assert(alignof(FInterpCurveVector2D) == 0x000008, "Wrong alignment on FInterpCurveVector2D"); \ +static_assert(sizeof(FInterpCurveVector2D) == 0x000018, "Wrong size on FInterpCurveVector2D"); \ +static_assert(offsetof(FInterpCurveVector2D, Points) == 0x000000, "Member 'FInterpCurveVector2D::Points' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveVector2D, bIsLooped) == 0x000010, "Member 'FInterpCurveVector2D::bIsLooped' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveVector2D, LoopKeyOffset) == 0x000014, "Member 'FInterpCurveVector2D::LoopKeyOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurvePointVector \ +static_assert(alignof(FInterpCurvePointVector) == 0x000004, "Wrong alignment on FInterpCurvePointVector"); \ +static_assert(sizeof(FInterpCurvePointVector) == 0x00002C, "Wrong size on FInterpCurvePointVector"); \ +static_assert(offsetof(FInterpCurvePointVector, InVal) == 0x000000, "Member 'FInterpCurvePointVector::InVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointVector, OutVal) == 0x000004, "Member 'FInterpCurvePointVector::OutVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointVector, ArriveTangent) == 0x000010, "Member 'FInterpCurvePointVector::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointVector, LeaveTangent) == 0x00001C, "Member 'FInterpCurvePointVector::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointVector, InterpMode) == 0x000028, "Member 'FInterpCurvePointVector::InterpMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurveVector \ +static_assert(alignof(FInterpCurveVector) == 0x000008, "Wrong alignment on FInterpCurveVector"); \ +static_assert(sizeof(FInterpCurveVector) == 0x000018, "Wrong size on FInterpCurveVector"); \ +static_assert(offsetof(FInterpCurveVector, Points) == 0x000000, "Member 'FInterpCurveVector::Points' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveVector, bIsLooped) == 0x000010, "Member 'FInterpCurveVector::bIsLooped' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveVector, LoopKeyOffset) == 0x000014, "Member 'FInterpCurveVector::LoopKeyOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurvePointQuat \ +static_assert(alignof(FInterpCurvePointQuat) == 0x000010, "Wrong alignment on FInterpCurvePointQuat"); \ +static_assert(sizeof(FInterpCurvePointQuat) == 0x000050, "Wrong size on FInterpCurvePointQuat"); \ +static_assert(offsetof(FInterpCurvePointQuat, InVal) == 0x000000, "Member 'FInterpCurvePointQuat::InVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointQuat, OutVal) == 0x000010, "Member 'FInterpCurvePointQuat::OutVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointQuat, ArriveTangent) == 0x000020, "Member 'FInterpCurvePointQuat::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointQuat, LeaveTangent) == 0x000030, "Member 'FInterpCurvePointQuat::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointQuat, InterpMode) == 0x000040, "Member 'FInterpCurvePointQuat::InterpMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurveQuat \ +static_assert(alignof(FInterpCurveQuat) == 0x000008, "Wrong alignment on FInterpCurveQuat"); \ +static_assert(sizeof(FInterpCurveQuat) == 0x000018, "Wrong size on FInterpCurveQuat"); \ +static_assert(offsetof(FInterpCurveQuat, Points) == 0x000000, "Member 'FInterpCurveQuat::Points' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveQuat, bIsLooped) == 0x000010, "Member 'FInterpCurveQuat::bIsLooped' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveQuat, LoopKeyOffset) == 0x000014, "Member 'FInterpCurveQuat::LoopKeyOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurvePointTwoVectors \ +static_assert(alignof(FInterpCurvePointTwoVectors) == 0x000004, "Wrong alignment on FInterpCurvePointTwoVectors"); \ +static_assert(sizeof(FInterpCurvePointTwoVectors) == 0x000050, "Wrong size on FInterpCurvePointTwoVectors"); \ +static_assert(offsetof(FInterpCurvePointTwoVectors, InVal) == 0x000000, "Member 'FInterpCurvePointTwoVectors::InVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointTwoVectors, OutVal) == 0x000004, "Member 'FInterpCurvePointTwoVectors::OutVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointTwoVectors, ArriveTangent) == 0x00001C, "Member 'FInterpCurvePointTwoVectors::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointTwoVectors, LeaveTangent) == 0x000034, "Member 'FInterpCurvePointTwoVectors::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointTwoVectors, InterpMode) == 0x00004C, "Member 'FInterpCurvePointTwoVectors::InterpMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurveTwoVectors \ +static_assert(alignof(FInterpCurveTwoVectors) == 0x000008, "Wrong alignment on FInterpCurveTwoVectors"); \ +static_assert(sizeof(FInterpCurveTwoVectors) == 0x000018, "Wrong size on FInterpCurveTwoVectors"); \ +static_assert(offsetof(FInterpCurveTwoVectors, Points) == 0x000000, "Member 'FInterpCurveTwoVectors::Points' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveTwoVectors, bIsLooped) == 0x000010, "Member 'FInterpCurveTwoVectors::bIsLooped' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveTwoVectors, LoopKeyOffset) == 0x000014, "Member 'FInterpCurveTwoVectors::LoopKeyOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurvePointLinearColor \ +static_assert(alignof(FInterpCurvePointLinearColor) == 0x000004, "Wrong alignment on FInterpCurvePointLinearColor"); \ +static_assert(sizeof(FInterpCurvePointLinearColor) == 0x000038, "Wrong size on FInterpCurvePointLinearColor"); \ +static_assert(offsetof(FInterpCurvePointLinearColor, InVal) == 0x000000, "Member 'FInterpCurvePointLinearColor::InVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointLinearColor, OutVal) == 0x000004, "Member 'FInterpCurvePointLinearColor::OutVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointLinearColor, ArriveTangent) == 0x000014, "Member 'FInterpCurvePointLinearColor::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointLinearColor, LeaveTangent) == 0x000024, "Member 'FInterpCurvePointLinearColor::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointLinearColor, InterpMode) == 0x000034, "Member 'FInterpCurvePointLinearColor::InterpMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurveLinearColor \ +static_assert(alignof(FInterpCurveLinearColor) == 0x000008, "Wrong alignment on FInterpCurveLinearColor"); \ +static_assert(sizeof(FInterpCurveLinearColor) == 0x000018, "Wrong size on FInterpCurveLinearColor"); \ +static_assert(offsetof(FInterpCurveLinearColor, Points) == 0x000000, "Member 'FInterpCurveLinearColor::Points' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveLinearColor, bIsLooped) == 0x000010, "Member 'FInterpCurveLinearColor::bIsLooped' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveLinearColor, LoopKeyOffset) == 0x000014, "Member 'FInterpCurveLinearColor::LoopKeyOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransform \ +static_assert(alignof(FTransform) == 0x000010, "Wrong alignment on FTransform"); \ +static_assert(sizeof(FTransform) == 0x000030, "Wrong size on FTransform"); \ +static_assert(offsetof(FTransform, Rotation) == 0x000000, "Member 'FTransform::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FTransform, Translation) == 0x000010, "Member 'FTransform::Translation' has a wrong offset!"); \ +static_assert(offsetof(FTransform, Scale3D) == 0x000020, "Member 'FTransform::Scale3D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRandomStream \ +static_assert(alignof(FRandomStream) == 0x000004, "Wrong alignment on FRandomStream"); \ +static_assert(sizeof(FRandomStream) == 0x000008, "Wrong size on FRandomStream"); \ +static_assert(offsetof(FRandomStream, InitialSeed) == 0x000000, "Member 'FRandomStream::InitialSeed' has a wrong offset!"); \ +static_assert(offsetof(FRandomStream, Seed) == 0x000004, "Member 'FRandomStream::Seed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDateTime \ +static_assert(alignof(FDateTime) == 0x000008, "Wrong alignment on FDateTime"); \ +static_assert(sizeof(FDateTime) == 0x000008, "Wrong size on FDateTime"); \ + +#define DUMPER7_ASSERTS_FFrameNumber \ +static_assert(alignof(FFrameNumber) == 0x000004, "Wrong alignment on FFrameNumber"); \ +static_assert(sizeof(FFrameNumber) == 0x000004, "Wrong size on FFrameNumber"); \ +static_assert(offsetof(FFrameNumber, Value) == 0x000000, "Member 'FFrameNumber::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFrameRate \ +static_assert(alignof(FFrameRate) == 0x000004, "Wrong alignment on FFrameRate"); \ +static_assert(sizeof(FFrameRate) == 0x000008, "Wrong size on FFrameRate"); \ +static_assert(offsetof(FFrameRate, Numerator) == 0x000000, "Member 'FFrameRate::Numerator' has a wrong offset!"); \ +static_assert(offsetof(FFrameRate, Denominator) == 0x000004, "Member 'FFrameRate::Denominator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFrameTime \ +static_assert(alignof(FFrameTime) == 0x000004, "Wrong alignment on FFrameTime"); \ +static_assert(sizeof(FFrameTime) == 0x000008, "Wrong size on FFrameTime"); \ +static_assert(offsetof(FFrameTime, FrameNumber) == 0x000000, "Member 'FFrameTime::FrameNumber' has a wrong offset!"); \ +static_assert(offsetof(FFrameTime, SubFrame) == 0x000004, "Member 'FFrameTime::SubFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQualifiedFrameTime \ +static_assert(alignof(FQualifiedFrameTime) == 0x000004, "Wrong alignment on FQualifiedFrameTime"); \ +static_assert(sizeof(FQualifiedFrameTime) == 0x000010, "Wrong size on FQualifiedFrameTime"); \ +static_assert(offsetof(FQualifiedFrameTime, Time) == 0x000000, "Member 'FQualifiedFrameTime::Time' has a wrong offset!"); \ +static_assert(offsetof(FQualifiedFrameTime, Rate) == 0x000008, "Member 'FQualifiedFrameTime::Rate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimecode \ +static_assert(alignof(FTimecode) == 0x000004, "Wrong alignment on FTimecode"); \ +static_assert(sizeof(FTimecode) == 0x000014, "Wrong size on FTimecode"); \ +static_assert(offsetof(FTimecode, Hours) == 0x000000, "Member 'FTimecode::Hours' has a wrong offset!"); \ +static_assert(offsetof(FTimecode, Minutes) == 0x000004, "Member 'FTimecode::Minutes' has a wrong offset!"); \ +static_assert(offsetof(FTimecode, Seconds) == 0x000008, "Member 'FTimecode::Seconds' has a wrong offset!"); \ +static_assert(offsetof(FTimecode, Frames) == 0x00000C, "Member 'FTimecode::Frames' has a wrong offset!"); \ +static_assert(offsetof(FTimecode, bDropFrameFormat) == 0x000010, "Member 'FTimecode::bDropFrameFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimespan \ +static_assert(alignof(FTimespan) == 0x000008, "Wrong alignment on FTimespan"); \ +static_assert(sizeof(FTimespan) == 0x000008, "Wrong size on FTimespan"); \ + +#define DUMPER7_ASSERTS_FSoftClassPath \ +static_assert(alignof(FSoftClassPath) == 0x000008, "Wrong alignment on FSoftClassPath"); \ +static_assert(sizeof(FSoftClassPath) == 0x000020, "Wrong size on FSoftClassPath"); \ + +#define DUMPER7_ASSERTS_FPrimaryAssetType \ +static_assert(alignof(FPrimaryAssetType) == 0x000004, "Wrong alignment on FPrimaryAssetType"); \ +static_assert(sizeof(FPrimaryAssetType) == 0x00000C, "Wrong size on FPrimaryAssetType"); \ +static_assert(offsetof(FPrimaryAssetType, Name) == 0x000000, "Member 'FPrimaryAssetType::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrimaryAssetId \ +static_assert(alignof(FPrimaryAssetId) == 0x000004, "Wrong alignment on FPrimaryAssetId"); \ +static_assert(sizeof(FPrimaryAssetId) == 0x000018, "Wrong size on FPrimaryAssetId"); \ +static_assert(offsetof(FPrimaryAssetId, PrimaryAssetType) == 0x000000, "Member 'FPrimaryAssetId::PrimaryAssetType' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetId, PrimaryAssetName) == 0x00000C, "Member 'FPrimaryAssetId::PrimaryAssetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFallbackStruct \ +static_assert(alignof(FFallbackStruct) == 0x000001, "Wrong alignment on FFallbackStruct"); \ +static_assert(sizeof(FFallbackStruct) == 0x000001, "Wrong size on FFallbackStruct"); \ + +#define DUMPER7_ASSERTS_FFloatRangeBound \ +static_assert(alignof(FFloatRangeBound) == 0x000004, "Wrong alignment on FFloatRangeBound"); \ +static_assert(sizeof(FFloatRangeBound) == 0x000008, "Wrong size on FFloatRangeBound"); \ +static_assert(offsetof(FFloatRangeBound, Type) == 0x000000, "Member 'FFloatRangeBound::Type' has a wrong offset!"); \ +static_assert(offsetof(FFloatRangeBound, Value) == 0x000004, "Member 'FFloatRangeBound::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatRange \ +static_assert(alignof(FFloatRange) == 0x000004, "Wrong alignment on FFloatRange"); \ +static_assert(sizeof(FFloatRange) == 0x000010, "Wrong size on FFloatRange"); \ +static_assert(offsetof(FFloatRange, LowerBound) == 0x000000, "Member 'FFloatRange::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FFloatRange, UpperBound) == 0x000008, "Member 'FFloatRange::UpperBound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt32RangeBound \ +static_assert(alignof(FInt32RangeBound) == 0x000004, "Wrong alignment on FInt32RangeBound"); \ +static_assert(sizeof(FInt32RangeBound) == 0x000008, "Wrong size on FInt32RangeBound"); \ +static_assert(offsetof(FInt32RangeBound, Type) == 0x000000, "Member 'FInt32RangeBound::Type' has a wrong offset!"); \ +static_assert(offsetof(FInt32RangeBound, Value) == 0x000004, "Member 'FInt32RangeBound::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt32Range \ +static_assert(alignof(FInt32Range) == 0x000004, "Wrong alignment on FInt32Range"); \ +static_assert(sizeof(FInt32Range) == 0x000010, "Wrong size on FInt32Range"); \ +static_assert(offsetof(FInt32Range, LowerBound) == 0x000000, "Member 'FInt32Range::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FInt32Range, UpperBound) == 0x000008, "Member 'FInt32Range::UpperBound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFrameNumberRangeBound \ +static_assert(alignof(FFrameNumberRangeBound) == 0x000004, "Wrong alignment on FFrameNumberRangeBound"); \ +static_assert(sizeof(FFrameNumberRangeBound) == 0x000008, "Wrong size on FFrameNumberRangeBound"); \ +static_assert(offsetof(FFrameNumberRangeBound, Type) == 0x000000, "Member 'FFrameNumberRangeBound::Type' has a wrong offset!"); \ +static_assert(offsetof(FFrameNumberRangeBound, Value) == 0x000004, "Member 'FFrameNumberRangeBound::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFrameNumberRange \ +static_assert(alignof(FFrameNumberRange) == 0x000004, "Wrong alignment on FFrameNumberRange"); \ +static_assert(sizeof(FFrameNumberRange) == 0x000010, "Wrong size on FFrameNumberRange"); \ +static_assert(offsetof(FFrameNumberRange, LowerBound) == 0x000000, "Member 'FFrameNumberRange::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FFrameNumberRange, UpperBound) == 0x000008, "Member 'FFrameNumberRange::UpperBound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatInterval \ +static_assert(alignof(FFloatInterval) == 0x000004, "Wrong alignment on FFloatInterval"); \ +static_assert(sizeof(FFloatInterval) == 0x000008, "Wrong size on FFloatInterval"); \ +static_assert(offsetof(FFloatInterval, Min) == 0x000000, "Member 'FFloatInterval::Min' has a wrong offset!"); \ +static_assert(offsetof(FFloatInterval, Max) == 0x000004, "Member 'FFloatInterval::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt32Interval \ +static_assert(alignof(FInt32Interval) == 0x000004, "Wrong alignment on FInt32Interval"); \ +static_assert(sizeof(FInt32Interval) == 0x000008, "Wrong size on FInt32Interval"); \ +static_assert(offsetof(FInt32Interval, Min) == 0x000000, "Member 'FInt32Interval::Min' has a wrong offset!"); \ +static_assert(offsetof(FInt32Interval, Max) == 0x000004, "Member 'FInt32Interval::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPolyglotTextData \ +static_assert(alignof(FPolyglotTextData) == 0x000008, "Wrong alignment on FPolyglotTextData"); \ +static_assert(sizeof(FPolyglotTextData) == 0x0000B8, "Wrong size on FPolyglotTextData"); \ +static_assert(offsetof(FPolyglotTextData, Category) == 0x000000, "Member 'FPolyglotTextData::Category' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, NativeCulture) == 0x000008, "Member 'FPolyglotTextData::NativeCulture' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, Namespace) == 0x000018, "Member 'FPolyglotTextData::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, Key) == 0x000028, "Member 'FPolyglotTextData::Key' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, NativeString) == 0x000038, "Member 'FPolyglotTextData::NativeString' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, LocalizedStrings) == 0x000048, "Member 'FPolyglotTextData::LocalizedStrings' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, bIsMinimalPatch) == 0x000098, "Member 'FPolyglotTextData::bIsMinimalPatch' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, CachedText) == 0x0000A0, "Member 'FPolyglotTextData::CachedText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutomationEvent \ +static_assert(alignof(FAutomationEvent) == 0x000008, "Wrong alignment on FAutomationEvent"); \ +static_assert(sizeof(FAutomationEvent) == 0x000038, "Wrong size on FAutomationEvent"); \ +static_assert(offsetof(FAutomationEvent, Type) == 0x000000, "Member 'FAutomationEvent::Type' has a wrong offset!"); \ +static_assert(offsetof(FAutomationEvent, Message) == 0x000008, "Member 'FAutomationEvent::Message' has a wrong offset!"); \ +static_assert(offsetof(FAutomationEvent, Context) == 0x000018, "Member 'FAutomationEvent::Context' has a wrong offset!"); \ +static_assert(offsetof(FAutomationEvent, Artifact) == 0x000028, "Member 'FAutomationEvent::Artifact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutomationExecutionEntry \ +static_assert(alignof(FAutomationExecutionEntry) == 0x000008, "Wrong alignment on FAutomationExecutionEntry"); \ +static_assert(sizeof(FAutomationExecutionEntry) == 0x000058, "Wrong size on FAutomationExecutionEntry"); \ +static_assert(offsetof(FAutomationExecutionEntry, Event) == 0x000000, "Member 'FAutomationExecutionEntry::Event' has a wrong offset!"); \ +static_assert(offsetof(FAutomationExecutionEntry, Filename) == 0x000038, "Member 'FAutomationExecutionEntry::Filename' has a wrong offset!"); \ +static_assert(offsetof(FAutomationExecutionEntry, LineNumber) == 0x000048, "Member 'FAutomationExecutionEntry::LineNumber' has a wrong offset!"); \ +static_assert(offsetof(FAutomationExecutionEntry, Timestamp) == 0x000050, "Member 'FAutomationExecutionEntry::Timestamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARFilter \ +static_assert(alignof(FARFilter) == 0x000008, "Wrong alignment on FARFilter"); \ +static_assert(sizeof(FARFilter) == 0x0000F0, "Wrong size on FARFilter"); \ +static_assert(offsetof(FARFilter, PackageNames) == 0x000000, "Member 'FARFilter::PackageNames' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, PackagePaths) == 0x000010, "Member 'FARFilter::PackagePaths' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, ObjectPaths) == 0x000020, "Member 'FARFilter::ObjectPaths' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, ClassNames) == 0x000030, "Member 'FARFilter::ClassNames' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, RecursiveClassesExclusionSet) == 0x000090, "Member 'FARFilter::RecursiveClassesExclusionSet' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, bRecursivePaths) == 0x0000E0, "Member 'FARFilter::bRecursivePaths' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, bRecursiveClasses) == 0x0000E1, "Member 'FARFilter::bRecursiveClasses' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, bIncludeOnlyOnDiskAssets) == 0x0000E2, "Member 'FARFilter::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Object_ExecuteUbergraph \ +static_assert(alignof(Object_ExecuteUbergraph) == 0x000004, "Wrong alignment on Object_ExecuteUbergraph"); \ +static_assert(sizeof(Object_ExecuteUbergraph) == 0x000004, "Wrong size on Object_ExecuteUbergraph"); \ +static_assert(offsetof(Object_ExecuteUbergraph, EntryPoint) == 0x000000, "Member 'Object_ExecuteUbergraph::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObject \ +static_assert(alignof(UObject) == 0x000008, "Wrong alignment on UObject"); \ +static_assert(sizeof(UObject) == 0x000030, "Wrong size on UObject"); \ +static_assert(offsetof(UObject, VTable) == 0x000000, "Member 'UObject::VTable' has a wrong offset!"); \ +static_assert(offsetof(UObject, Flags) == 0x000008, "Member 'UObject::Flags' has a wrong offset!"); \ +static_assert(offsetof(UObject, Index) == 0x00000C, "Member 'UObject::Index' has a wrong offset!"); \ +static_assert(offsetof(UObject, Class) == 0x000010, "Member 'UObject::Class' has a wrong offset!"); \ +static_assert(offsetof(UObject, Name) == 0x000018, "Member 'UObject::Name' has a wrong offset!"); \ +static_assert(offsetof(UObject, Outer) == 0x000028, "Member 'UObject::Outer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UField \ +static_assert(alignof(UField) == 0x000008, "Wrong alignment on UField"); \ +static_assert(sizeof(UField) == 0x000038, "Wrong size on UField"); \ +static_assert(offsetof(UField, Next) == 0x000030, "Member 'UField::Next' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProperty \ +static_assert(alignof(UProperty) == 0x000008, "Wrong alignment on UProperty"); \ +static_assert(sizeof(UProperty) == 0x000080, "Wrong size on UProperty"); \ + +#define DUMPER7_ASSERTS_UNumericProperty \ +static_assert(alignof(UNumericProperty) == 0x000008, "Wrong alignment on UNumericProperty"); \ +static_assert(sizeof(UNumericProperty) == 0x000080, "Wrong size on UNumericProperty"); \ + +#define DUMPER7_ASSERTS_UInt16Property \ +static_assert(alignof(UInt16Property) == 0x000008, "Wrong alignment on UInt16Property"); \ +static_assert(sizeof(UInt16Property) == 0x000080, "Wrong size on UInt16Property"); \ + +#define DUMPER7_ASSERTS_UTextBuffer \ +static_assert(alignof(UTextBuffer) == 0x000008, "Wrong alignment on UTextBuffer"); \ +static_assert(sizeof(UTextBuffer) == 0x000058, "Wrong size on UTextBuffer"); \ + +#define DUMPER7_ASSERTS_UStruct \ +static_assert(alignof(UStruct) == 0x000008, "Wrong alignment on UStruct"); \ +static_assert(sizeof(UStruct) == 0x0000B8, "Wrong size on UStruct"); \ +static_assert(offsetof(UStruct, SuperStruct) == 0x000048, "Member 'UStruct::SuperStruct' has a wrong offset!"); \ +static_assert(offsetof(UStruct, Children) == 0x000050, "Member 'UStruct::Children' has a wrong offset!"); \ +static_assert(offsetof(UStruct, ChildProperties) == 0x000058, "Member 'UStruct::ChildProperties' has a wrong offset!"); \ +static_assert(offsetof(UStruct, Size) == 0x000060, "Member 'UStruct::Size' has a wrong offset!"); \ +static_assert(offsetof(UStruct, MinAlignment) == 0x000064, "Member 'UStruct::MinAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStructProperty \ +static_assert(alignof(UStructProperty) == 0x000008, "Wrong alignment on UStructProperty"); \ +static_assert(sizeof(UStructProperty) == 0x000088, "Wrong size on UStructProperty"); \ + +#define DUMPER7_ASSERTS_IInterface \ +static_assert(alignof(IInterface) == 0x000001, "Wrong alignment on IInterface"); \ +static_assert(sizeof(IInterface) == 0x000001, "Wrong size on IInterface"); \ + +#define DUMPER7_ASSERTS_UPackage \ +static_assert(alignof(UPackage) == 0x000008, "Wrong alignment on UPackage"); \ +static_assert(sizeof(UPackage) == 0x0000A8, "Wrong size on UPackage"); \ + +#define DUMPER7_ASSERTS_UIntProperty \ +static_assert(alignof(UIntProperty) == 0x000008, "Wrong alignment on UIntProperty"); \ +static_assert(sizeof(UIntProperty) == 0x000080, "Wrong size on UIntProperty"); \ + +#define DUMPER7_ASSERTS_UClass \ +static_assert(alignof(UClass) == 0x000008, "Wrong alignment on UClass"); \ +static_assert(sizeof(UClass) == 0x000250, "Wrong size on UClass"); \ +static_assert(offsetof(UClass, CastFlags) == 0x0000D8, "Member 'UClass::CastFlags' has a wrong offset!"); \ +static_assert(offsetof(UClass, ClassDefaultObject) == 0x000128, "Member 'UClass::ClassDefaultObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGCObjectReferencer \ +static_assert(alignof(UGCObjectReferencer) == 0x000008, "Wrong alignment on UGCObjectReferencer"); \ +static_assert(sizeof(UGCObjectReferencer) == 0x000078, "Wrong size on UGCObjectReferencer"); \ + +#define DUMPER7_ASSERTS_UScriptStruct \ +static_assert(alignof(UScriptStruct) == 0x000008, "Wrong alignment on UScriptStruct"); \ +static_assert(sizeof(UScriptStruct) == 0x0000C8, "Wrong size on UScriptStruct"); \ + +#define DUMPER7_ASSERTS_UFunction \ +static_assert(alignof(UFunction) == 0x000008, "Wrong alignment on UFunction"); \ +static_assert(sizeof(UFunction) == 0x0000E8, "Wrong size on UFunction"); \ +static_assert(offsetof(UFunction, FunctionFlags) == 0x0000B8, "Member 'UFunction::FunctionFlags' has a wrong offset!"); \ +static_assert(offsetof(UFunction, ExecFunction) == 0x0000E0, "Member 'UFunction::ExecFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDelegateFunction \ +static_assert(alignof(UDelegateFunction) == 0x000008, "Wrong alignment on UDelegateFunction"); \ +static_assert(sizeof(UDelegateFunction) == 0x0000E8, "Wrong size on UDelegateFunction"); \ + +#define DUMPER7_ASSERTS_USparseDelegateFunction \ +static_assert(alignof(USparseDelegateFunction) == 0x000008, "Wrong alignment on USparseDelegateFunction"); \ +static_assert(sizeof(USparseDelegateFunction) == 0x000100, "Wrong size on USparseDelegateFunction"); \ + +#define DUMPER7_ASSERTS_UDynamicClass \ +static_assert(alignof(UDynamicClass) == 0x000008, "Wrong alignment on UDynamicClass"); \ +static_assert(sizeof(UDynamicClass) == 0x0002D0, "Wrong size on UDynamicClass"); \ + +#define DUMPER7_ASSERTS_UPackageMap \ +static_assert(alignof(UPackageMap) == 0x000008, "Wrong alignment on UPackageMap"); \ +static_assert(sizeof(UPackageMap) == 0x0000E8, "Wrong size on UPackageMap"); \ + +#define DUMPER7_ASSERTS_UEnum \ +static_assert(alignof(UEnum) == 0x000008, "Wrong alignment on UEnum"); \ +static_assert(sizeof(UEnum) == 0x000068, "Wrong size on UEnum"); \ +static_assert(offsetof(UEnum, Names) == 0x000048, "Member 'UEnum::Names' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULinkerPlaceholderClass \ +static_assert(alignof(ULinkerPlaceholderClass) == 0x000008, "Wrong alignment on ULinkerPlaceholderClass"); \ +static_assert(sizeof(ULinkerPlaceholderClass) == 0x000408, "Wrong size on ULinkerPlaceholderClass"); \ + +#define DUMPER7_ASSERTS_ULinkerPlaceholderExportObject \ +static_assert(alignof(ULinkerPlaceholderExportObject) == 0x000008, "Wrong alignment on ULinkerPlaceholderExportObject"); \ +static_assert(sizeof(ULinkerPlaceholderExportObject) == 0x0000F8, "Wrong size on ULinkerPlaceholderExportObject"); \ + +#define DUMPER7_ASSERTS_ULinkerPlaceholderFunction \ +static_assert(alignof(ULinkerPlaceholderFunction) == 0x000008, "Wrong alignment on ULinkerPlaceholderFunction"); \ +static_assert(sizeof(ULinkerPlaceholderFunction) == 0x0002A0, "Wrong size on ULinkerPlaceholderFunction"); \ + +#define DUMPER7_ASSERTS_UMetaData \ +static_assert(alignof(UMetaData) == 0x000008, "Wrong alignment on UMetaData"); \ +static_assert(sizeof(UMetaData) == 0x0000D0, "Wrong size on UMetaData"); \ + +#define DUMPER7_ASSERTS_UObjectRedirector \ +static_assert(alignof(UObjectRedirector) == 0x000008, "Wrong alignment on UObjectRedirector"); \ +static_assert(sizeof(UObjectRedirector) == 0x000038, "Wrong size on UObjectRedirector"); \ + +#define DUMPER7_ASSERTS_UEnumProperty \ +static_assert(alignof(UEnumProperty) == 0x000008, "Wrong alignment on UEnumProperty"); \ +static_assert(sizeof(UEnumProperty) == 0x000090, "Wrong size on UEnumProperty"); \ + +#define DUMPER7_ASSERTS_UArrayProperty \ +static_assert(alignof(UArrayProperty) == 0x000008, "Wrong alignment on UArrayProperty"); \ +static_assert(sizeof(UArrayProperty) == 0x000088, "Wrong size on UArrayProperty"); \ + +#define DUMPER7_ASSERTS_UObjectPropertyBase \ +static_assert(alignof(UObjectPropertyBase) == 0x000008, "Wrong alignment on UObjectPropertyBase"); \ +static_assert(sizeof(UObjectPropertyBase) == 0x000088, "Wrong size on UObjectPropertyBase"); \ + +#define DUMPER7_ASSERTS_UBoolProperty \ +static_assert(alignof(UBoolProperty) == 0x000008, "Wrong alignment on UBoolProperty"); \ +static_assert(sizeof(UBoolProperty) == 0x000088, "Wrong size on UBoolProperty"); \ + +#define DUMPER7_ASSERTS_UByteProperty \ +static_assert(alignof(UByteProperty) == 0x000008, "Wrong alignment on UByteProperty"); \ +static_assert(sizeof(UByteProperty) == 0x000088, "Wrong size on UByteProperty"); \ + +#define DUMPER7_ASSERTS_UObjectProperty \ +static_assert(alignof(UObjectProperty) == 0x000008, "Wrong alignment on UObjectProperty"); \ +static_assert(sizeof(UObjectProperty) == 0x000088, "Wrong size on UObjectProperty"); \ + +#define DUMPER7_ASSERTS_UClassProperty \ +static_assert(alignof(UClassProperty) == 0x000008, "Wrong alignment on UClassProperty"); \ +static_assert(sizeof(UClassProperty) == 0x000090, "Wrong size on UClassProperty"); \ + +#define DUMPER7_ASSERTS_UDelegateProperty \ +static_assert(alignof(UDelegateProperty) == 0x000008, "Wrong alignment on UDelegateProperty"); \ +static_assert(sizeof(UDelegateProperty) == 0x000088, "Wrong size on UDelegateProperty"); \ + +#define DUMPER7_ASSERTS_UDoubleProperty \ +static_assert(alignof(UDoubleProperty) == 0x000008, "Wrong alignment on UDoubleProperty"); \ +static_assert(sizeof(UDoubleProperty) == 0x000080, "Wrong size on UDoubleProperty"); \ + +#define DUMPER7_ASSERTS_UFloatProperty \ +static_assert(alignof(UFloatProperty) == 0x000008, "Wrong alignment on UFloatProperty"); \ +static_assert(sizeof(UFloatProperty) == 0x000080, "Wrong size on UFloatProperty"); \ + +#define DUMPER7_ASSERTS_UInt8Property \ +static_assert(alignof(UInt8Property) == 0x000008, "Wrong alignment on UInt8Property"); \ +static_assert(sizeof(UInt8Property) == 0x000080, "Wrong size on UInt8Property"); \ + +#define DUMPER7_ASSERTS_UInt64Property \ +static_assert(alignof(UInt64Property) == 0x000008, "Wrong alignment on UInt64Property"); \ +static_assert(sizeof(UInt64Property) == 0x000080, "Wrong size on UInt64Property"); \ + +#define DUMPER7_ASSERTS_UInterfaceProperty \ +static_assert(alignof(UInterfaceProperty) == 0x000008, "Wrong alignment on UInterfaceProperty"); \ +static_assert(sizeof(UInterfaceProperty) == 0x000088, "Wrong size on UInterfaceProperty"); \ + +#define DUMPER7_ASSERTS_ULazyObjectProperty \ +static_assert(alignof(ULazyObjectProperty) == 0x000008, "Wrong alignment on ULazyObjectProperty"); \ +static_assert(sizeof(ULazyObjectProperty) == 0x000088, "Wrong size on ULazyObjectProperty"); \ + +#define DUMPER7_ASSERTS_UMapProperty \ +static_assert(alignof(UMapProperty) == 0x000008, "Wrong alignment on UMapProperty"); \ +static_assert(sizeof(UMapProperty) == 0x0000A8, "Wrong size on UMapProperty"); \ + +#define DUMPER7_ASSERTS_UMulticastDelegateProperty \ +static_assert(alignof(UMulticastDelegateProperty) == 0x000008, "Wrong alignment on UMulticastDelegateProperty"); \ +static_assert(sizeof(UMulticastDelegateProperty) == 0x000088, "Wrong size on UMulticastDelegateProperty"); \ + +#define DUMPER7_ASSERTS_UMulticastInlineDelegateProperty \ +static_assert(alignof(UMulticastInlineDelegateProperty) == 0x000008, "Wrong alignment on UMulticastInlineDelegateProperty"); \ +static_assert(sizeof(UMulticastInlineDelegateProperty) == 0x000088, "Wrong size on UMulticastInlineDelegateProperty"); \ + +#define DUMPER7_ASSERTS_UMulticastSparseDelegateProperty \ +static_assert(alignof(UMulticastSparseDelegateProperty) == 0x000008, "Wrong alignment on UMulticastSparseDelegateProperty"); \ +static_assert(sizeof(UMulticastSparseDelegateProperty) == 0x000088, "Wrong size on UMulticastSparseDelegateProperty"); \ + +#define DUMPER7_ASSERTS_UNameProperty \ +static_assert(alignof(UNameProperty) == 0x000008, "Wrong alignment on UNameProperty"); \ +static_assert(sizeof(UNameProperty) == 0x000080, "Wrong size on UNameProperty"); \ + +#define DUMPER7_ASSERTS_USetProperty \ +static_assert(alignof(USetProperty) == 0x000008, "Wrong alignment on USetProperty"); \ +static_assert(sizeof(USetProperty) == 0x0000A0, "Wrong size on USetProperty"); \ + +#define DUMPER7_ASSERTS_USoftObjectProperty \ +static_assert(alignof(USoftObjectProperty) == 0x000008, "Wrong alignment on USoftObjectProperty"); \ +static_assert(sizeof(USoftObjectProperty) == 0x000088, "Wrong size on USoftObjectProperty"); \ + +#define DUMPER7_ASSERTS_USoftClassProperty \ +static_assert(alignof(USoftClassProperty) == 0x000008, "Wrong alignment on USoftClassProperty"); \ +static_assert(sizeof(USoftClassProperty) == 0x000090, "Wrong size on USoftClassProperty"); \ + +#define DUMPER7_ASSERTS_UStrProperty \ +static_assert(alignof(UStrProperty) == 0x000008, "Wrong alignment on UStrProperty"); \ +static_assert(sizeof(UStrProperty) == 0x000080, "Wrong size on UStrProperty"); \ + +#define DUMPER7_ASSERTS_UUInt16Property \ +static_assert(alignof(UUInt16Property) == 0x000008, "Wrong alignment on UUInt16Property"); \ +static_assert(sizeof(UUInt16Property) == 0x000080, "Wrong size on UUInt16Property"); \ + +#define DUMPER7_ASSERTS_UUInt32Property \ +static_assert(alignof(UUInt32Property) == 0x000008, "Wrong alignment on UUInt32Property"); \ +static_assert(sizeof(UUInt32Property) == 0x000080, "Wrong size on UUInt32Property"); \ + +#define DUMPER7_ASSERTS_UUInt64Property \ +static_assert(alignof(UUInt64Property) == 0x000008, "Wrong alignment on UUInt64Property"); \ +static_assert(sizeof(UUInt64Property) == 0x000080, "Wrong size on UUInt64Property"); \ + +#define DUMPER7_ASSERTS_UWeakObjectProperty \ +static_assert(alignof(UWeakObjectProperty) == 0x000008, "Wrong alignment on UWeakObjectProperty"); \ +static_assert(sizeof(UWeakObjectProperty) == 0x000088, "Wrong size on UWeakObjectProperty"); \ + +#define DUMPER7_ASSERTS_UTextProperty \ +static_assert(alignof(UTextProperty) == 0x000008, "Wrong alignment on UTextProperty"); \ +static_assert(sizeof(UTextProperty) == 0x000080, "Wrong size on UTextProperty"); \ + +#define DUMPER7_ASSERTS_UPropertyWrapper \ +static_assert(alignof(UPropertyWrapper) == 0x000008, "Wrong alignment on UPropertyWrapper"); \ +static_assert(sizeof(UPropertyWrapper) == 0x000038, "Wrong size on UPropertyWrapper"); \ + +#define DUMPER7_ASSERTS_UMulticastDelegatePropertyWrapper \ +static_assert(alignof(UMulticastDelegatePropertyWrapper) == 0x000008, "Wrong alignment on UMulticastDelegatePropertyWrapper"); \ +static_assert(sizeof(UMulticastDelegatePropertyWrapper) == 0x000038, "Wrong size on UMulticastDelegatePropertyWrapper"); \ + +#define DUMPER7_ASSERTS_UMulticastInlineDelegatePropertyWrapper \ +static_assert(alignof(UMulticastInlineDelegatePropertyWrapper) == 0x000008, "Wrong alignment on UMulticastInlineDelegatePropertyWrapper"); \ +static_assert(sizeof(UMulticastInlineDelegatePropertyWrapper) == 0x000038, "Wrong size on UMulticastInlineDelegatePropertyWrapper"); \ + +#define DUMPER7_ASSERTS_FVector_NetQuantize100 \ +static_assert(alignof(FVector_NetQuantize100) == 0x000004, "Wrong alignment on FVector_NetQuantize100"); \ +static_assert(sizeof(FVector_NetQuantize100) == 0x00000C, "Wrong size on FVector_NetQuantize100"); \ + +#define DUMPER7_ASSERTS_FRepAttachment \ +static_assert(alignof(FRepAttachment) == 0x000008, "Wrong alignment on FRepAttachment"); \ +static_assert(sizeof(FRepAttachment) == 0x000040, "Wrong size on FRepAttachment"); \ +static_assert(offsetof(FRepAttachment, AttachParent) == 0x000000, "Member 'FRepAttachment::AttachParent' has a wrong offset!"); \ +static_assert(offsetof(FRepAttachment, LocationOffset) == 0x000008, "Member 'FRepAttachment::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(FRepAttachment, RelativeScale3D) == 0x000014, "Member 'FRepAttachment::RelativeScale3D' has a wrong offset!"); \ +static_assert(offsetof(FRepAttachment, RotationOffset) == 0x000020, "Member 'FRepAttachment::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FRepAttachment, AttachSocket) == 0x00002C, "Member 'FRepAttachment::AttachSocket' has a wrong offset!"); \ +static_assert(offsetof(FRepAttachment, AttachComponent) == 0x000038, "Member 'FRepAttachment::AttachComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlatformInterfaceData \ +static_assert(alignof(FPlatformInterfaceData) == 0x000008, "Wrong alignment on FPlatformInterfaceData"); \ +static_assert(sizeof(FPlatformInterfaceData) == 0x000030, "Wrong size on FPlatformInterfaceData"); \ +static_assert(offsetof(FPlatformInterfaceData, DataName) == 0x000000, "Member 'FPlatformInterfaceData::DataName' has a wrong offset!"); \ +static_assert(offsetof(FPlatformInterfaceData, Type) == 0x00000C, "Member 'FPlatformInterfaceData::Type' has a wrong offset!"); \ +static_assert(offsetof(FPlatformInterfaceData, IntValue) == 0x000010, "Member 'FPlatformInterfaceData::IntValue' has a wrong offset!"); \ +static_assert(offsetof(FPlatformInterfaceData, FloatValue) == 0x000014, "Member 'FPlatformInterfaceData::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(FPlatformInterfaceData, StringValue) == 0x000018, "Member 'FPlatformInterfaceData::StringValue' has a wrong offset!"); \ +static_assert(offsetof(FPlatformInterfaceData, ObjectValue) == 0x000028, "Member 'FPlatformInterfaceData::ObjectValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDistributionLookupTable \ +static_assert(alignof(FDistributionLookupTable) == 0x000008, "Wrong alignment on FDistributionLookupTable"); \ +static_assert(sizeof(FDistributionLookupTable) == 0x000020, "Wrong size on FDistributionLookupTable"); \ +static_assert(offsetof(FDistributionLookupTable, TimeScale) == 0x000000, "Member 'FDistributionLookupTable::TimeScale' has a wrong offset!"); \ +static_assert(offsetof(FDistributionLookupTable, TimeBias) == 0x000004, "Member 'FDistributionLookupTable::TimeBias' has a wrong offset!"); \ +static_assert(offsetof(FDistributionLookupTable, Values) == 0x000008, "Member 'FDistributionLookupTable::Values' has a wrong offset!"); \ +static_assert(offsetof(FDistributionLookupTable, Op) == 0x000018, "Member 'FDistributionLookupTable::Op' has a wrong offset!"); \ +static_assert(offsetof(FDistributionLookupTable, EntryCount) == 0x000019, "Member 'FDistributionLookupTable::EntryCount' has a wrong offset!"); \ +static_assert(offsetof(FDistributionLookupTable, EntryStride) == 0x00001A, "Member 'FDistributionLookupTable::EntryStride' has a wrong offset!"); \ +static_assert(offsetof(FDistributionLookupTable, SubEntryStride) == 0x00001B, "Member 'FDistributionLookupTable::SubEntryStride' has a wrong offset!"); \ +static_assert(offsetof(FDistributionLookupTable, LockFlag) == 0x00001C, "Member 'FDistributionLookupTable::LockFlag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBuilderPoly \ +static_assert(alignof(FBuilderPoly) == 0x000008, "Wrong alignment on FBuilderPoly"); \ +static_assert(sizeof(FBuilderPoly) == 0x000028, "Wrong size on FBuilderPoly"); \ +static_assert(offsetof(FBuilderPoly, VertexIndices) == 0x000000, "Member 'FBuilderPoly::VertexIndices' has a wrong offset!"); \ +static_assert(offsetof(FBuilderPoly, Direction) == 0x000010, "Member 'FBuilderPoly::Direction' has a wrong offset!"); \ +static_assert(offsetof(FBuilderPoly, ItemName) == 0x000014, "Member 'FBuilderPoly::ItemName' has a wrong offset!"); \ +static_assert(offsetof(FBuilderPoly, PolyFlags) == 0x000020, "Member 'FBuilderPoly::PolyFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRawDistribution \ +static_assert(alignof(FRawDistribution) == 0x000008, "Wrong alignment on FRawDistribution"); \ +static_assert(sizeof(FRawDistribution) == 0x000020, "Wrong size on FRawDistribution"); \ +static_assert(offsetof(FRawDistribution, Table) == 0x000000, "Member 'FRawDistribution::Table' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimBlueprintFunction \ +static_assert(alignof(FAnimBlueprintFunction) == 0x000008, "Wrong alignment on FAnimBlueprintFunction"); \ +static_assert(sizeof(FAnimBlueprintFunction) == 0x000070, "Wrong size on FAnimBlueprintFunction"); \ +static_assert(offsetof(FAnimBlueprintFunction, Name) == 0x000000, "Member 'FAnimBlueprintFunction::Name' has a wrong offset!"); \ +static_assert(offsetof(FAnimBlueprintFunction, Group) == 0x00000C, "Member 'FAnimBlueprintFunction::Group' has a wrong offset!"); \ +static_assert(offsetof(FAnimBlueprintFunction, OutputPoseNodeIndex) == 0x000018, "Member 'FAnimBlueprintFunction::OutputPoseNodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FAnimBlueprintFunction, InputPoseNames) == 0x000020, "Member 'FAnimBlueprintFunction::InputPoseNames' has a wrong offset!"); \ +static_assert(offsetof(FAnimBlueprintFunction, InputPoseNodeIndices) == 0x000030, "Member 'FAnimBlueprintFunction::InputPoseNodeIndices' has a wrong offset!"); \ +static_assert(offsetof(FAnimBlueprintFunction, bImplemented) == 0x000068, "Member 'FAnimBlueprintFunction::bImplemented' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAlphaBlend \ +static_assert(alignof(FAlphaBlend) == 0x000008, "Wrong alignment on FAlphaBlend"); \ +static_assert(sizeof(FAlphaBlend) == 0x000030, "Wrong size on FAlphaBlend"); \ +static_assert(offsetof(FAlphaBlend, CustomCurve) == 0x000000, "Member 'FAlphaBlend::CustomCurve' has a wrong offset!"); \ +static_assert(offsetof(FAlphaBlend, BlendTime) == 0x000008, "Member 'FAlphaBlend::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(FAlphaBlend, BlendOption) == 0x000024, "Member 'FAlphaBlend::BlendOption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatDistribution \ +static_assert(alignof(FFloatDistribution) == 0x000008, "Wrong alignment on FFloatDistribution"); \ +static_assert(sizeof(FFloatDistribution) == 0x000020, "Wrong size on FFloatDistribution"); \ +static_assert(offsetof(FFloatDistribution, Table) == 0x000000, "Member 'FFloatDistribution::Table' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavAgentSelector \ +static_assert(alignof(FNavAgentSelector) == 0x000004, "Wrong alignment on FNavAgentSelector"); \ +static_assert(sizeof(FNavAgentSelector) == 0x000004, "Wrong size on FNavAgentSelector"); \ + +#define DUMPER7_ASSERTS_FNavigationLinkBase \ +static_assert(alignof(FNavigationLinkBase) == 0x000008, "Wrong alignment on FNavigationLinkBase"); \ +static_assert(sizeof(FNavigationLinkBase) == 0x000030, "Wrong size on FNavigationLinkBase"); \ +static_assert(offsetof(FNavigationLinkBase, LeftProjectHeight) == 0x000000, "Member 'FNavigationLinkBase::LeftProjectHeight' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, MaxFallDownLength) == 0x000004, "Member 'FNavigationLinkBase::MaxFallDownLength' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, SnapRadius) == 0x00000C, "Member 'FNavigationLinkBase::SnapRadius' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, SnapHeight) == 0x000010, "Member 'FNavigationLinkBase::SnapHeight' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, SupportedAgents) == 0x000014, "Member 'FNavigationLinkBase::SupportedAgents' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, Direction) == 0x00001C, "Member 'FNavigationLinkBase::Direction' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, AreaClass) == 0x000020, "Member 'FNavigationLinkBase::AreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubtitleCue \ +static_assert(alignof(FSubtitleCue) == 0x000008, "Wrong alignment on FSubtitleCue"); \ +static_assert(sizeof(FSubtitleCue) == 0x000020, "Wrong size on FSubtitleCue"); \ +static_assert(offsetof(FSubtitleCue, Text) == 0x000000, "Member 'FSubtitleCue::Text' has a wrong offset!"); \ +static_assert(offsetof(FSubtitleCue, Time) == 0x000018, "Member 'FSubtitleCue::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPooledCameraShakes \ +static_assert(alignof(FPooledCameraShakes) == 0x000008, "Wrong alignment on FPooledCameraShakes"); \ +static_assert(sizeof(FPooledCameraShakes) == 0x000010, "Wrong size on FPooledCameraShakes"); \ +static_assert(offsetof(FPooledCameraShakes, PooledShakes) == 0x000000, "Member 'FPooledCameraShakes::PooledShakes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVectorDistribution \ +static_assert(alignof(FVectorDistribution) == 0x000008, "Wrong alignment on FVectorDistribution"); \ +static_assert(sizeof(FVectorDistribution) == 0x000020, "Wrong size on FVectorDistribution"); \ +static_assert(offsetof(FVectorDistribution, Table) == 0x000000, "Member 'FVectorDistribution::Table' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector4Distribution \ +static_assert(alignof(FVector4Distribution) == 0x000008, "Wrong alignment on FVector4Distribution"); \ +static_assert(sizeof(FVector4Distribution) == 0x000020, "Wrong size on FVector4Distribution"); \ +static_assert(offsetof(FVector4Distribution, Table) == 0x000000, "Member 'FVector4Distribution::Table' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBeamModifierOptions \ +static_assert(alignof(FBeamModifierOptions) == 0x000004, "Wrong alignment on FBeamModifierOptions"); \ +static_assert(sizeof(FBeamModifierOptions) == 0x000004, "Wrong size on FBeamModifierOptions"); \ + +#define DUMPER7_ASSERTS_FMeshUVChannelInfo \ +static_assert(alignof(FMeshUVChannelInfo) == 0x000004, "Wrong alignment on FMeshUVChannelInfo"); \ +static_assert(sizeof(FMeshUVChannelInfo) == 0x000014, "Wrong size on FMeshUVChannelInfo"); \ +static_assert(offsetof(FMeshUVChannelInfo, bInitialized) == 0x000000, "Member 'FMeshUVChannelInfo::bInitialized' has a wrong offset!"); \ +static_assert(offsetof(FMeshUVChannelInfo, bOverrideDensities) == 0x000001, "Member 'FMeshUVChannelInfo::bOverrideDensities' has a wrong offset!"); \ +static_assert(offsetof(FMeshUVChannelInfo, LocalUVDensities) == 0x000004, "Member 'FMeshUVChannelInfo::LocalUVDensities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMaterial \ +static_assert(alignof(FStaticMaterial) == 0x000008, "Wrong alignment on FStaticMaterial"); \ +static_assert(sizeof(FStaticMaterial) == 0x000038, "Wrong size on FStaticMaterial"); \ +static_assert(offsetof(FStaticMaterial, MaterialInterface) == 0x000000, "Member 'FStaticMaterial::MaterialInterface' has a wrong offset!"); \ +static_assert(offsetof(FStaticMaterial, MaterialSlotName) == 0x000008, "Member 'FStaticMaterial::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(FStaticMaterial, ImportedMaterialSlotName) == 0x000014, "Member 'FStaticMaterial::ImportedMaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(FStaticMaterial, UVChannelData) == 0x000020, "Member 'FStaticMaterial::UVChannelData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimerHandle \ +static_assert(alignof(FTimerHandle) == 0x000008, "Wrong alignment on FTimerHandle"); \ +static_assert(sizeof(FTimerHandle) == 0x000008, "Wrong size on FTimerHandle"); \ +static_assert(offsetof(FTimerHandle, Handle) == 0x000000, "Member 'FTimerHandle::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatRK4SpringInterpolator \ +static_assert(alignof(FFloatRK4SpringInterpolator) == 0x000004, "Wrong alignment on FFloatRK4SpringInterpolator"); \ +static_assert(sizeof(FFloatRK4SpringInterpolator) == 0x000008, "Wrong size on FFloatRK4SpringInterpolator"); \ +static_assert(offsetof(FFloatRK4SpringInterpolator, StiffnessConstant) == 0x000000, "Member 'FFloatRK4SpringInterpolator::StiffnessConstant' has a wrong offset!"); \ +static_assert(offsetof(FFloatRK4SpringInterpolator, DampeningRatio) == 0x000004, "Member 'FFloatRK4SpringInterpolator::DampeningRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCurveAtlasColorAdjustments \ +static_assert(alignof(FCurveAtlasColorAdjustments) == 0x000004, "Wrong alignment on FCurveAtlasColorAdjustments"); \ +static_assert(sizeof(FCurveAtlasColorAdjustments) == 0x000024, "Wrong size on FCurveAtlasColorAdjustments"); \ +static_assert(offsetof(FCurveAtlasColorAdjustments, AdjustBrightness) == 0x000004, "Member 'FCurveAtlasColorAdjustments::AdjustBrightness' has a wrong offset!"); \ +static_assert(offsetof(FCurveAtlasColorAdjustments, AdjustBrightnessCurve) == 0x000008, "Member 'FCurveAtlasColorAdjustments::AdjustBrightnessCurve' has a wrong offset!"); \ +static_assert(offsetof(FCurveAtlasColorAdjustments, AdjustVibrance) == 0x00000C, "Member 'FCurveAtlasColorAdjustments::AdjustVibrance' has a wrong offset!"); \ +static_assert(offsetof(FCurveAtlasColorAdjustments, AdjustSaturation) == 0x000010, "Member 'FCurveAtlasColorAdjustments::AdjustSaturation' has a wrong offset!"); \ +static_assert(offsetof(FCurveAtlasColorAdjustments, AdjustRGBCurve) == 0x000014, "Member 'FCurveAtlasColorAdjustments::AdjustRGBCurve' has a wrong offset!"); \ +static_assert(offsetof(FCurveAtlasColorAdjustments, AdjustHue) == 0x000018, "Member 'FCurveAtlasColorAdjustments::AdjustHue' has a wrong offset!"); \ +static_assert(offsetof(FCurveAtlasColorAdjustments, AdjustMinAlpha) == 0x00001C, "Member 'FCurveAtlasColorAdjustments::AdjustMinAlpha' has a wrong offset!"); \ +static_assert(offsetof(FCurveAtlasColorAdjustments, AdjustMaxAlpha) == 0x000020, "Member 'FCurveAtlasColorAdjustments::AdjustMaxAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialParameterInfo \ +static_assert(alignof(FMaterialParameterInfo) == 0x000004, "Wrong alignment on FMaterialParameterInfo"); \ +static_assert(sizeof(FMaterialParameterInfo) == 0x000014, "Wrong size on FMaterialParameterInfo"); \ +static_assert(offsetof(FMaterialParameterInfo, Name) == 0x000000, "Member 'FMaterialParameterInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FMaterialParameterInfo, Association) == 0x00000C, "Member 'FMaterialParameterInfo::Association' has a wrong offset!"); \ +static_assert(offsetof(FMaterialParameterInfo, Index) == 0x000010, "Member 'FMaterialParameterInfo::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialCachedParameterEntry \ +static_assert(alignof(FMaterialCachedParameterEntry) == 0x000008, "Wrong alignment on FMaterialCachedParameterEntry"); \ +static_assert(sizeof(FMaterialCachedParameterEntry) == 0x000030, "Wrong size on FMaterialCachedParameterEntry"); \ +static_assert(offsetof(FMaterialCachedParameterEntry, NameHashes) == 0x000000, "Member 'FMaterialCachedParameterEntry::NameHashes' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameterEntry, ParameterInfos) == 0x000010, "Member 'FMaterialCachedParameterEntry::ParameterInfos' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameterEntry, ExpressionGuids) == 0x000020, "Member 'FMaterialCachedParameterEntry::ExpressionGuids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialCachedParameters \ +static_assert(alignof(FMaterialCachedParameters) == 0x000008, "Wrong alignment on FMaterialCachedParameters"); \ +static_assert(sizeof(FMaterialCachedParameters) == 0x000150, "Wrong size on FMaterialCachedParameters"); \ +static_assert(offsetof(FMaterialCachedParameters, RuntimeEntries) == 0x000000, "Member 'FMaterialCachedParameters::RuntimeEntries' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameters, ScalarValues) == 0x0000F0, "Member 'FMaterialCachedParameters::ScalarValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameters, VectorValues) == 0x000100, "Member 'FMaterialCachedParameters::VectorValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameters, TextureValues) == 0x000110, "Member 'FMaterialCachedParameters::TextureValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameters, FontValues) == 0x000120, "Member 'FMaterialCachedParameters::FontValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameters, FontPageValues) == 0x000130, "Member 'FMaterialCachedParameters::FontPageValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameters, RuntimeVirtualTextureValues) == 0x000140, "Member 'FMaterialCachedParameters::RuntimeVirtualTextureValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDropNoteInfo \ +static_assert(alignof(FDropNoteInfo) == 0x000008, "Wrong alignment on FDropNoteInfo"); \ +static_assert(sizeof(FDropNoteInfo) == 0x000028, "Wrong size on FDropNoteInfo"); \ +static_assert(offsetof(FDropNoteInfo, Location) == 0x000000, "Member 'FDropNoteInfo::Location' has a wrong offset!"); \ +static_assert(offsetof(FDropNoteInfo, Rotation) == 0x00000C, "Member 'FDropNoteInfo::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FDropNoteInfo, Comment) == 0x000018, "Member 'FDropNoteInfo::Comment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVectorRK4SpringInterpolator \ +static_assert(alignof(FVectorRK4SpringInterpolator) == 0x000004, "Wrong alignment on FVectorRK4SpringInterpolator"); \ +static_assert(sizeof(FVectorRK4SpringInterpolator) == 0x000008, "Wrong size on FVectorRK4SpringInterpolator"); \ +static_assert(offsetof(FVectorRK4SpringInterpolator, StiffnessConstant) == 0x000000, "Member 'FVectorRK4SpringInterpolator::StiffnessConstant' has a wrong offset!"); \ +static_assert(offsetof(FVectorRK4SpringInterpolator, DampeningRatio) == 0x000004, "Member 'FVectorRK4SpringInterpolator::DampeningRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFormatArgumentData \ +static_assert(alignof(FFormatArgumentData) == 0x000008, "Wrong alignment on FFormatArgumentData"); \ +static_assert(sizeof(FFormatArgumentData) == 0x000040, "Wrong size on FFormatArgumentData"); \ +static_assert(offsetof(FFormatArgumentData, ArgumentName) == 0x000000, "Member 'FFormatArgumentData::ArgumentName' has a wrong offset!"); \ +static_assert(offsetof(FFormatArgumentData, ArgumentValueType) == 0x000010, "Member 'FFormatArgumentData::ArgumentValueType' has a wrong offset!"); \ +static_assert(offsetof(FFormatArgumentData, ArgumentValue) == 0x000018, "Member 'FFormatArgumentData::ArgumentValue' has a wrong offset!"); \ +static_assert(offsetof(FFormatArgumentData, ArgumentValueInt) == 0x000030, "Member 'FFormatArgumentData::ArgumentValueInt' has a wrong offset!"); \ +static_assert(offsetof(FFormatArgumentData, ArgumentValueFloat) == 0x000034, "Member 'FFormatArgumentData::ArgumentValueFloat' has a wrong offset!"); \ +static_assert(offsetof(FFormatArgumentData, ArgumentValueGender) == 0x000038, "Member 'FFormatArgumentData::ArgumentValueGender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_Base \ +static_assert(alignof(FAnimNode_Base) == 0x000008, "Wrong alignment on FAnimNode_Base"); \ +static_assert(sizeof(FAnimNode_Base) == 0x000020, "Wrong size on FAnimNode_Base"); \ +static_assert(offsetof(FAnimNode_Base, SBZName) == 0x000008, "Member 'FAnimNode_Base::SBZName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_AssetPlayerBase \ +static_assert(alignof(FAnimNode_AssetPlayerBase) == 0x000008, "Wrong alignment on FAnimNode_AssetPlayerBase"); \ +static_assert(sizeof(FAnimNode_AssetPlayerBase) == 0x000048, "Wrong size on FAnimNode_AssetPlayerBase"); \ +static_assert(offsetof(FAnimNode_AssetPlayerBase, GroupName) == 0x000020, "Member 'FAnimNode_AssetPlayerBase::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AssetPlayerBase, GroupRole) == 0x00002C, "Member 'FAnimNode_AssetPlayerBase::GroupRole' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AssetPlayerBase, GroupScope) == 0x00002D, "Member 'FAnimNode_AssetPlayerBase::GroupScope' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AssetPlayerBase, bIgnoreForRelevancyTest) == 0x00002E, "Member 'FAnimNode_AssetPlayerBase::bIgnoreForRelevancyTest' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AssetPlayerBase, BlendWeight) == 0x000030, "Member 'FAnimNode_AssetPlayerBase::BlendWeight' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AssetPlayerBase, InternalTimeAccumulator) == 0x000034, "Member 'FAnimNode_AssetPlayerBase::InternalTimeAccumulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLightmassMaterialInterfaceSettings \ +static_assert(alignof(FLightmassMaterialInterfaceSettings) == 0x000004, "Wrong alignment on FLightmassMaterialInterfaceSettings"); \ +static_assert(sizeof(FLightmassMaterialInterfaceSettings) == 0x000010, "Wrong size on FLightmassMaterialInterfaceSettings"); \ +static_assert(offsetof(FLightmassMaterialInterfaceSettings, EmissiveBoost) == 0x000000, "Member 'FLightmassMaterialInterfaceSettings::EmissiveBoost' has a wrong offset!"); \ +static_assert(offsetof(FLightmassMaterialInterfaceSettings, DiffuseBoost) == 0x000004, "Member 'FLightmassMaterialInterfaceSettings::DiffuseBoost' has a wrong offset!"); \ +static_assert(offsetof(FLightmassMaterialInterfaceSettings, ExportResolutionScale) == 0x000008, "Member 'FLightmassMaterialInterfaceSettings::ExportResolutionScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEdGraphSchemaAction \ +static_assert(alignof(FEdGraphSchemaAction) == 0x000008, "Wrong alignment on FEdGraphSchemaAction"); \ +static_assert(sizeof(FEdGraphSchemaAction) == 0x000100, "Wrong size on FEdGraphSchemaAction"); \ +static_assert(offsetof(FEdGraphSchemaAction, MenuDescription) == 0x000008, "Member 'FEdGraphSchemaAction::MenuDescription' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, TooltipDescription) == 0x000020, "Member 'FEdGraphSchemaAction::TooltipDescription' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, Category) == 0x000038, "Member 'FEdGraphSchemaAction::Category' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, Keywords) == 0x000050, "Member 'FEdGraphSchemaAction::Keywords' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, Grouping) == 0x000068, "Member 'FEdGraphSchemaAction::Grouping' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, SectionID) == 0x00006C, "Member 'FEdGraphSchemaAction::SectionID' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, MenuDescriptionArray) == 0x000070, "Member 'FEdGraphSchemaAction::MenuDescriptionArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, FullSearchTitlesArray) == 0x000080, "Member 'FEdGraphSchemaAction::FullSearchTitlesArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, FullSearchKeywordsArray) == 0x000090, "Member 'FEdGraphSchemaAction::FullSearchKeywordsArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, FullSearchCategoryArray) == 0x0000A0, "Member 'FEdGraphSchemaAction::FullSearchCategoryArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, LocalizedMenuDescriptionArray) == 0x0000B0, "Member 'FEdGraphSchemaAction::LocalizedMenuDescriptionArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, LocalizedFullSearchTitlesArray) == 0x0000C0, "Member 'FEdGraphSchemaAction::LocalizedFullSearchTitlesArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, LocalizedFullSearchKeywordsArray) == 0x0000D0, "Member 'FEdGraphSchemaAction::LocalizedFullSearchKeywordsArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, LocalizedFullSearchCategoryArray) == 0x0000E0, "Member 'FEdGraphSchemaAction::LocalizedFullSearchCategoryArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, SearchText) == 0x0000F0, "Member 'FEdGraphSchemaAction::SearchText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataTableRowHandle \ +static_assert(alignof(FDataTableRowHandle) == 0x000008, "Wrong alignment on FDataTableRowHandle"); \ +static_assert(sizeof(FDataTableRowHandle) == 0x000018, "Wrong size on FDataTableRowHandle"); \ +static_assert(offsetof(FDataTableRowHandle, DataTable) == 0x000000, "Member 'FDataTableRowHandle::DataTable' has a wrong offset!"); \ +static_assert(offsetof(FDataTableRowHandle, RowName) == 0x000008, "Member 'FDataTableRowHandle::RowName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollisionProfileName \ +static_assert(alignof(FCollisionProfileName) == 0x000004, "Wrong alignment on FCollisionProfileName"); \ +static_assert(sizeof(FCollisionProfileName) == 0x00000C, "Wrong size on FCollisionProfileName"); \ +static_assert(offsetof(FCollisionProfileName, Name) == 0x000000, "Member 'FCollisionProfileName::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExpressionInput \ +static_assert(alignof(FExpressionInput) == 0x000004, "Wrong alignment on FExpressionInput"); \ +static_assert(sizeof(FExpressionInput) == 0x00001C, "Wrong size on FExpressionInput"); \ +static_assert(offsetof(FExpressionInput, OutputIndex) == 0x000000, "Member 'FExpressionInput::OutputIndex' has a wrong offset!"); \ +static_assert(offsetof(FExpressionInput, InputName) == 0x000004, "Member 'FExpressionInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(FExpressionInput, ExpressionName) == 0x000010, "Member 'FExpressionInput::ExpressionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialAttributesInput \ +static_assert(alignof(FMaterialAttributesInput) == 0x000004, "Wrong alignment on FMaterialAttributesInput"); \ +static_assert(sizeof(FMaterialAttributesInput) == 0x000020, "Wrong size on FMaterialAttributesInput"); \ +static_assert(offsetof(FMaterialAttributesInput, PropertyConnectedBitmask) == 0x00001C, "Member 'FMaterialAttributesInput::PropertyConnectedBitmask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExpressionOutput \ +static_assert(alignof(FExpressionOutput) == 0x000004, "Wrong alignment on FExpressionOutput"); \ +static_assert(sizeof(FExpressionOutput) == 0x00000C, "Wrong size on FExpressionOutput"); \ +static_assert(offsetof(FExpressionOutput, OutputName) == 0x000000, "Member 'FExpressionOutput::OutputName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintComponentChangedPropertyInfo \ +static_assert(alignof(FBlueprintComponentChangedPropertyInfo) == 0x000008, "Wrong alignment on FBlueprintComponentChangedPropertyInfo"); \ +static_assert(sizeof(FBlueprintComponentChangedPropertyInfo) == 0x000018, "Wrong size on FBlueprintComponentChangedPropertyInfo"); \ +static_assert(offsetof(FBlueprintComponentChangedPropertyInfo, PropertyName) == 0x000000, "Member 'FBlueprintComponentChangedPropertyInfo::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintComponentChangedPropertyInfo, ArrayIndex) == 0x00000C, "Member 'FBlueprintComponentChangedPropertyInfo::ArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintComponentChangedPropertyInfo, PropertyScope) == 0x000010, "Member 'FBlueprintComponentChangedPropertyInfo::PropertyScope' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintCookedComponentInstancingData \ +static_assert(alignof(FBlueprintCookedComponentInstancingData) == 0x000008, "Wrong alignment on FBlueprintCookedComponentInstancingData"); \ +static_assert(sizeof(FBlueprintCookedComponentInstancingData) == 0x000050, "Wrong size on FBlueprintCookedComponentInstancingData"); \ +static_assert(offsetof(FBlueprintCookedComponentInstancingData, ChangedPropertyList) == 0x000000, "Member 'FBlueprintCookedComponentInstancingData::ChangedPropertyList' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCookedComponentInstancingData, bHasValidCookedData) == 0x000029, "Member 'FBlueprintCookedComponentInstancingData::bHasValidCookedData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniqueNetIdRepl \ +static_assert(alignof(FUniqueNetIdRepl) == 0x000008, "Wrong alignment on FUniqueNetIdRepl"); \ +static_assert(sizeof(FUniqueNetIdRepl) == 0x000028, "Wrong size on FUniqueNetIdRepl"); \ +static_assert(offsetof(FUniqueNetIdRepl, ReplicationBytes) == 0x000018, "Member 'FUniqueNetIdRepl::ReplicationBytes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialInput \ +static_assert(alignof(FMaterialInput) == 0x000004, "Wrong alignment on FMaterialInput"); \ +static_assert(sizeof(FMaterialInput) == 0x00001C, "Wrong size on FMaterialInput"); \ +static_assert(offsetof(FMaterialInput, OutputIndex) == 0x000000, "Member 'FMaterialInput::OutputIndex' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInput, InputName) == 0x000004, "Member 'FMaterialInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInput, ExpressionName) == 0x000010, "Member 'FMaterialInput::ExpressionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWeightedBlendable \ +static_assert(alignof(FWeightedBlendable) == 0x000008, "Wrong alignment on FWeightedBlendable"); \ +static_assert(sizeof(FWeightedBlendable) == 0x000010, "Wrong size on FWeightedBlendable"); \ +static_assert(offsetof(FWeightedBlendable, Weight) == 0x000000, "Member 'FWeightedBlendable::Weight' has a wrong offset!"); \ +static_assert(offsetof(FWeightedBlendable, Object) == 0x000008, "Member 'FWeightedBlendable::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWeightedBlendables \ +static_assert(alignof(FWeightedBlendables) == 0x000008, "Wrong alignment on FWeightedBlendables"); \ +static_assert(sizeof(FWeightedBlendables) == 0x000010, "Wrong size on FWeightedBlendables"); \ +static_assert(offsetof(FWeightedBlendables, Array) == 0x000000, "Member 'FWeightedBlendables::Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPostProcessSettings \ +static_assert(alignof(FPostProcessSettings) == 0x000010, "Wrong alignment on FPostProcessSettings"); \ +static_assert(sizeof(FPostProcessSettings) == 0x000570, "Wrong size on FPostProcessSettings"); \ +static_assert(offsetof(FPostProcessSettings, BloomMethod) == 0x000021, "Member 'FPostProcessSettings::BloomMethod' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureMethod) == 0x000022, "Member 'FPostProcessSettings::AutoExposureMethod' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, TemperatureType) == 0x000023, "Member 'FPostProcessSettings::TemperatureType' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, WhiteTemp) == 0x000024, "Member 'FPostProcessSettings::WhiteTemp' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, WhiteTint) == 0x000028, "Member 'FPostProcessSettings::WhiteTint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorSaturation) == 0x000030, "Member 'FPostProcessSettings::ColorSaturation' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorContrast) == 0x000040, "Member 'FPostProcessSettings::ColorContrast' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGamma) == 0x000050, "Member 'FPostProcessSettings::ColorGamma' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGain) == 0x000060, "Member 'FPostProcessSettings::ColorGain' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorOffset) == 0x000070, "Member 'FPostProcessSettings::ColorOffset' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorSaturationShadows) == 0x000080, "Member 'FPostProcessSettings::ColorSaturationShadows' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorContrastShadows) == 0x000090, "Member 'FPostProcessSettings::ColorContrastShadows' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGammaShadows) == 0x0000A0, "Member 'FPostProcessSettings::ColorGammaShadows' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGainShadows) == 0x0000B0, "Member 'FPostProcessSettings::ColorGainShadows' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorOffsetShadows) == 0x0000C0, "Member 'FPostProcessSettings::ColorOffsetShadows' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorSaturationMidtones) == 0x0000D0, "Member 'FPostProcessSettings::ColorSaturationMidtones' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorContrastMidtones) == 0x0000E0, "Member 'FPostProcessSettings::ColorContrastMidtones' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGammaMidtones) == 0x0000F0, "Member 'FPostProcessSettings::ColorGammaMidtones' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGainMidtones) == 0x000100, "Member 'FPostProcessSettings::ColorGainMidtones' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorOffsetMidtones) == 0x000110, "Member 'FPostProcessSettings::ColorOffsetMidtones' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorSaturationHighlights) == 0x000120, "Member 'FPostProcessSettings::ColorSaturationHighlights' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorContrastHighlights) == 0x000130, "Member 'FPostProcessSettings::ColorContrastHighlights' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGammaHighlights) == 0x000140, "Member 'FPostProcessSettings::ColorGammaHighlights' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGainHighlights) == 0x000150, "Member 'FPostProcessSettings::ColorGainHighlights' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorOffsetHighlights) == 0x000160, "Member 'FPostProcessSettings::ColorOffsetHighlights' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorCorrectionHighlightsMin) == 0x000170, "Member 'FPostProcessSettings::ColorCorrectionHighlightsMin' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorCorrectionShadowsMax) == 0x000174, "Member 'FPostProcessSettings::ColorCorrectionShadowsMax' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BlueCorrection) == 0x000178, "Member 'FPostProcessSettings::BlueCorrection' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ExpandGamut) == 0x00017C, "Member 'FPostProcessSettings::ExpandGamut' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ToneCurveAmount) == 0x000180, "Member 'FPostProcessSettings::ToneCurveAmount' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmSlope) == 0x000184, "Member 'FPostProcessSettings::FilmSlope' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmToe) == 0x000188, "Member 'FPostProcessSettings::FilmToe' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmShoulder) == 0x00018C, "Member 'FPostProcessSettings::FilmShoulder' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmBlackClip) == 0x000190, "Member 'FPostProcessSettings::FilmBlackClip' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmWhiteClip) == 0x000194, "Member 'FPostProcessSettings::FilmWhiteClip' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmWhitePoint) == 0x000198, "Member 'FPostProcessSettings::FilmWhitePoint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmShadowTint) == 0x0001A8, "Member 'FPostProcessSettings::FilmShadowTint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmShadowTintBlend) == 0x0001B8, "Member 'FPostProcessSettings::FilmShadowTintBlend' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmShadowTintAmount) == 0x0001BC, "Member 'FPostProcessSettings::FilmShadowTintAmount' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmSaturation) == 0x0001C0, "Member 'FPostProcessSettings::FilmSaturation' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmChannelMixerRed) == 0x0001C4, "Member 'FPostProcessSettings::FilmChannelMixerRed' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmChannelMixerGreen) == 0x0001D4, "Member 'FPostProcessSettings::FilmChannelMixerGreen' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmChannelMixerBlue) == 0x0001E4, "Member 'FPostProcessSettings::FilmChannelMixerBlue' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmContrast) == 0x0001F4, "Member 'FPostProcessSettings::FilmContrast' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmToeAmount) == 0x0001F8, "Member 'FPostProcessSettings::FilmToeAmount' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmHealAmount) == 0x0001FC, "Member 'FPostProcessSettings::FilmHealAmount' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmDynamicRange) == 0x000200, "Member 'FPostProcessSettings::FilmDynamicRange' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, SceneColorTint) == 0x000204, "Member 'FPostProcessSettings::SceneColorTint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, SceneFringeIntensity) == 0x000214, "Member 'FPostProcessSettings::SceneFringeIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ChromaticAberrationStartOffset) == 0x000218, "Member 'FPostProcessSettings::ChromaticAberrationStartOffset' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomIntensity) == 0x00021C, "Member 'FPostProcessSettings::BloomIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomThreshold) == 0x000220, "Member 'FPostProcessSettings::BloomThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomSizeScale) == 0x000224, "Member 'FPostProcessSettings::BloomSizeScale' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom1Size) == 0x000228, "Member 'FPostProcessSettings::Bloom1Size' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom2Size) == 0x00022C, "Member 'FPostProcessSettings::Bloom2Size' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom3Size) == 0x000230, "Member 'FPostProcessSettings::Bloom3Size' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom4Size) == 0x000234, "Member 'FPostProcessSettings::Bloom4Size' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom5Size) == 0x000238, "Member 'FPostProcessSettings::Bloom5Size' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom6Size) == 0x00023C, "Member 'FPostProcessSettings::Bloom6Size' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom1Tint) == 0x000240, "Member 'FPostProcessSettings::Bloom1Tint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom2Tint) == 0x000250, "Member 'FPostProcessSettings::Bloom2Tint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom3Tint) == 0x000260, "Member 'FPostProcessSettings::Bloom3Tint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom4Tint) == 0x000270, "Member 'FPostProcessSettings::Bloom4Tint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom5Tint) == 0x000280, "Member 'FPostProcessSettings::Bloom5Tint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom6Tint) == 0x000290, "Member 'FPostProcessSettings::Bloom6Tint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionSize) == 0x0002A0, "Member 'FPostProcessSettings::BloomConvolutionSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionTexture) == 0x0002A8, "Member 'FPostProcessSettings::BloomConvolutionTexture' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionCenterUV) == 0x0002B0, "Member 'FPostProcessSettings::BloomConvolutionCenterUV' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionPreFilterMin) == 0x0002B8, "Member 'FPostProcessSettings::BloomConvolutionPreFilterMin' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionPreFilterMax) == 0x0002BC, "Member 'FPostProcessSettings::BloomConvolutionPreFilterMax' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionPreFilterMult) == 0x0002C0, "Member 'FPostProcessSettings::BloomConvolutionPreFilterMult' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionBufferScale) == 0x0002C4, "Member 'FPostProcessSettings::BloomConvolutionBufferScale' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomDirtMask) == 0x0002C8, "Member 'FPostProcessSettings::BloomDirtMask' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomDirtMaskIntensity) == 0x0002D0, "Member 'FPostProcessSettings::BloomDirtMaskIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomDirtMaskTint) == 0x0002D4, "Member 'FPostProcessSettings::BloomDirtMaskTint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientCubemapTint) == 0x0002E4, "Member 'FPostProcessSettings::AmbientCubemapTint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientCubemapIntensity) == 0x0002F4, "Member 'FPostProcessSettings::AmbientCubemapIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientCubemap) == 0x0002F8, "Member 'FPostProcessSettings::AmbientCubemap' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, CameraShutterSpeed) == 0x000300, "Member 'FPostProcessSettings::CameraShutterSpeed' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, CameraISO) == 0x000304, "Member 'FPostProcessSettings::CameraISO' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldFstop) == 0x000308, "Member 'FPostProcessSettings::DepthOfFieldFstop' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldMinFstop) == 0x00030C, "Member 'FPostProcessSettings::DepthOfFieldMinFstop' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldBladeCount) == 0x000310, "Member 'FPostProcessSettings::DepthOfFieldBladeCount' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureBias) == 0x000314, "Member 'FPostProcessSettings::AutoExposureBias' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureBiasBackup) == 0x000318, "Member 'FPostProcessSettings::AutoExposureBiasBackup' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureBiasCurve) == 0x000328, "Member 'FPostProcessSettings::AutoExposureBiasCurve' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureMeterMask) == 0x000330, "Member 'FPostProcessSettings::AutoExposureMeterMask' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureLowPercent) == 0x000338, "Member 'FPostProcessSettings::AutoExposureLowPercent' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureHighPercent) == 0x00033C, "Member 'FPostProcessSettings::AutoExposureHighPercent' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureMinBrightness) == 0x000340, "Member 'FPostProcessSettings::AutoExposureMinBrightness' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureMaxBrightness) == 0x000344, "Member 'FPostProcessSettings::AutoExposureMaxBrightness' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureSpeedUp) == 0x000348, "Member 'FPostProcessSettings::AutoExposureSpeedUp' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureSpeedDown) == 0x00034C, "Member 'FPostProcessSettings::AutoExposureSpeedDown' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, HistogramLogMin) == 0x000350, "Member 'FPostProcessSettings::HistogramLogMin' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, HistogramLogMax) == 0x000354, "Member 'FPostProcessSettings::HistogramLogMax' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureCalibrationConstant) == 0x000358, "Member 'FPostProcessSettings::AutoExposureCalibrationConstant' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareIntensity) == 0x00035C, "Member 'FPostProcessSettings::LensFlareIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareTint) == 0x000360, "Member 'FPostProcessSettings::LensFlareTint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareBokehSize) == 0x000370, "Member 'FPostProcessSettings::LensFlareBokehSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareThreshold) == 0x000374, "Member 'FPostProcessSettings::LensFlareThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareBokehShape) == 0x000378, "Member 'FPostProcessSettings::LensFlareBokehShape' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareTints) == 0x000380, "Member 'FPostProcessSettings::LensFlareTints' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, VignetteIntensity) == 0x000400, "Member 'FPostProcessSettings::VignetteIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, GrainJitter) == 0x000404, "Member 'FPostProcessSettings::GrainJitter' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, GrainIntensity) == 0x000408, "Member 'FPostProcessSettings::GrainIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionIntensity) == 0x00040C, "Member 'FPostProcessSettings::AmbientOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionStaticFraction) == 0x000410, "Member 'FPostProcessSettings::AmbientOcclusionStaticFraction' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionRadius) == 0x000414, "Member 'FPostProcessSettings::AmbientOcclusionRadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionFadeDistance) == 0x00041C, "Member 'FPostProcessSettings::AmbientOcclusionFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionFadeRadius) == 0x000420, "Member 'FPostProcessSettings::AmbientOcclusionFadeRadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionDistance) == 0x000424, "Member 'FPostProcessSettings::AmbientOcclusionDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionPower) == 0x000428, "Member 'FPostProcessSettings::AmbientOcclusionPower' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionBias) == 0x00042C, "Member 'FPostProcessSettings::AmbientOcclusionBias' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionQuality) == 0x000430, "Member 'FPostProcessSettings::AmbientOcclusionQuality' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionMipBlend) == 0x000434, "Member 'FPostProcessSettings::AmbientOcclusionMipBlend' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionMipScale) == 0x000438, "Member 'FPostProcessSettings::AmbientOcclusionMipScale' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionMipThreshold) == 0x00043C, "Member 'FPostProcessSettings::AmbientOcclusionMipThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionTemporalBlendWeight) == 0x000440, "Member 'FPostProcessSettings::AmbientOcclusionTemporalBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingAOSamplesPerPixel) == 0x000448, "Member 'FPostProcessSettings::RayTracingAOSamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingAOIntensity) == 0x00044C, "Member 'FPostProcessSettings::RayTracingAOIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingAORadius) == 0x000450, "Member 'FPostProcessSettings::RayTracingAORadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, IndirectLightingColor) == 0x000454, "Member 'FPostProcessSettings::IndirectLightingColor' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, IndirectLightingIntensity) == 0x000464, "Member 'FPostProcessSettings::IndirectLightingIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingGIType) == 0x000468, "Member 'FPostProcessSettings::RayTracingGIType' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingGIMaxBounces) == 0x00046C, "Member 'FPostProcessSettings::RayTracingGIMaxBounces' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingGISamplesPerPixel) == 0x000470, "Member 'FPostProcessSettings::RayTracingGISamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGradingIntensity) == 0x000474, "Member 'FPostProcessSettings::ColorGradingIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGradingLUT) == 0x000478, "Member 'FPostProcessSettings::ColorGradingLUT' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldSensorWidth) == 0x000480, "Member 'FPostProcessSettings::DepthOfFieldSensorWidth' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldFocalDistance) == 0x000484, "Member 'FPostProcessSettings::DepthOfFieldFocalDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldDepthBlurAmount) == 0x000488, "Member 'FPostProcessSettings::DepthOfFieldDepthBlurAmount' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldDepthBlurRadius) == 0x00048C, "Member 'FPostProcessSettings::DepthOfFieldDepthBlurRadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, TopPassDepthOfFieldFstop) == 0x000490, "Member 'FPostProcessSettings::TopPassDepthOfFieldFstop' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, TopPassDepthOfFieldFocalDistance) == 0x000494, "Member 'FPostProcessSettings::TopPassDepthOfFieldFocalDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, TopPassDepthOfFieldDepthBlurAmount) == 0x000498, "Member 'FPostProcessSettings::TopPassDepthOfFieldDepthBlurAmount' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, TopPassDepthOfFieldDepthBlurRadius) == 0x00049C, "Member 'FPostProcessSettings::TopPassDepthOfFieldDepthBlurRadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldFocalRegion) == 0x0004A0, "Member 'FPostProcessSettings::DepthOfFieldFocalRegion' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldNearTransitionRegion) == 0x0004A4, "Member 'FPostProcessSettings::DepthOfFieldNearTransitionRegion' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldFarTransitionRegion) == 0x0004A8, "Member 'FPostProcessSettings::DepthOfFieldFarTransitionRegion' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldScale) == 0x0004AC, "Member 'FPostProcessSettings::DepthOfFieldScale' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldNearBlurSize) == 0x0004B0, "Member 'FPostProcessSettings::DepthOfFieldNearBlurSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldFarBlurSize) == 0x0004B4, "Member 'FPostProcessSettings::DepthOfFieldFarBlurSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldOcclusion) == 0x0004B8, "Member 'FPostProcessSettings::DepthOfFieldOcclusion' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldSkyFocusDistance) == 0x0004BC, "Member 'FPostProcessSettings::DepthOfFieldSkyFocusDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldVignetteSize) == 0x0004C0, "Member 'FPostProcessSettings::DepthOfFieldVignetteSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, MotionBlurAmount) == 0x0004C4, "Member 'FPostProcessSettings::MotionBlurAmount' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, MotionBlurMax) == 0x0004C8, "Member 'FPostProcessSettings::MotionBlurMax' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, MotionBlurTargetFPS) == 0x0004CC, "Member 'FPostProcessSettings::MotionBlurTargetFPS' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, MotionBlurPerObjectSize) == 0x0004D0, "Member 'FPostProcessSettings::MotionBlurPerObjectSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVIntensity) == 0x0004D4, "Member 'FPostProcessSettings::LPVIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVVplInjectionBias) == 0x0004D8, "Member 'FPostProcessSettings::LPVVplInjectionBias' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVSize) == 0x0004DC, "Member 'FPostProcessSettings::LPVSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVSecondaryOcclusionIntensity) == 0x0004E0, "Member 'FPostProcessSettings::LPVSecondaryOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVSecondaryBounceIntensity) == 0x0004E4, "Member 'FPostProcessSettings::LPVSecondaryBounceIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVGeometryVolumeBias) == 0x0004E8, "Member 'FPostProcessSettings::LPVGeometryVolumeBias' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVEmissiveInjectionIntensity) == 0x0004EC, "Member 'FPostProcessSettings::LPVEmissiveInjectionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVDirectionalOcclusionIntensity) == 0x0004F0, "Member 'FPostProcessSettings::LPVDirectionalOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVDirectionalOcclusionRadius) == 0x0004F4, "Member 'FPostProcessSettings::LPVDirectionalOcclusionRadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVDiffuseOcclusionExponent) == 0x0004F8, "Member 'FPostProcessSettings::LPVDiffuseOcclusionExponent' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVSpecularOcclusionExponent) == 0x0004FC, "Member 'FPostProcessSettings::LPVSpecularOcclusionExponent' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVDiffuseOcclusionIntensity) == 0x000500, "Member 'FPostProcessSettings::LPVDiffuseOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVSpecularOcclusionIntensity) == 0x000504, "Member 'FPostProcessSettings::LPVSpecularOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ReflectionsType) == 0x000508, "Member 'FPostProcessSettings::ReflectionsType' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ScreenSpaceReflectionIntensity) == 0x00050C, "Member 'FPostProcessSettings::ScreenSpaceReflectionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ScreenSpaceReflectionQuality) == 0x000510, "Member 'FPostProcessSettings::ScreenSpaceReflectionQuality' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ScreenSpaceReflectionMaxRoughness) == 0x000514, "Member 'FPostProcessSettings::ScreenSpaceReflectionMaxRoughness' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingReflectionsMaxRoughness) == 0x000518, "Member 'FPostProcessSettings::RayTracingReflectionsMaxRoughness' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingReflectionsMaxBounces) == 0x00051C, "Member 'FPostProcessSettings::RayTracingReflectionsMaxBounces' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingReflectionsSamplesPerPixel) == 0x000520, "Member 'FPostProcessSettings::RayTracingReflectionsSamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingReflectionsShadows) == 0x000524, "Member 'FPostProcessSettings::RayTracingReflectionsShadows' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, TranslucencyType) == 0x000526, "Member 'FPostProcessSettings::TranslucencyType' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencyMaxRoughness) == 0x000528, "Member 'FPostProcessSettings::RayTracingTranslucencyMaxRoughness' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencyRefractionRays) == 0x00052C, "Member 'FPostProcessSettings::RayTracingTranslucencyRefractionRays' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencySamplesPerPixel) == 0x000530, "Member 'FPostProcessSettings::RayTracingTranslucencySamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencyShadows) == 0x000534, "Member 'FPostProcessSettings::RayTracingTranslucencyShadows' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, PathTracingMaxBounces) == 0x000538, "Member 'FPostProcessSettings::PathTracingMaxBounces' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, PathTracingSamplesPerPixel) == 0x00053C, "Member 'FPostProcessSettings::PathTracingSamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, PathTracingFilterWidth) == 0x000540, "Member 'FPostProcessSettings::PathTracingFilterWidth' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, PathTracingMaxPathExposure) == 0x000548, "Member 'FPostProcessSettings::PathTracingMaxPathExposure' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVFadeRange) == 0x000550, "Member 'FPostProcessSettings::LPVFadeRange' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVDirectionalOcclusionFadeRange) == 0x000554, "Member 'FPostProcessSettings::LPVDirectionalOcclusionFadeRange' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ScreenPercentage) == 0x000558, "Member 'FPostProcessSettings::ScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, WeightedBlendables) == 0x000560, "Member 'FPostProcessSettings::WeightedBlendables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMinimalViewInfo \ +static_assert(alignof(FMinimalViewInfo) == 0x000010, "Wrong alignment on FMinimalViewInfo"); \ +static_assert(sizeof(FMinimalViewInfo) == 0x000610, "Wrong size on FMinimalViewInfo"); \ +static_assert(offsetof(FMinimalViewInfo, Location) == 0x000000, "Member 'FMinimalViewInfo::Location' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, Rotation) == 0x00000C, "Member 'FMinimalViewInfo::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, FOV) == 0x000018, "Member 'FMinimalViewInfo::FOV' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, DesiredFOV) == 0x00001C, "Member 'FMinimalViewInfo::DesiredFOV' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, OrthoWidth) == 0x000020, "Member 'FMinimalViewInfo::OrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, OrthoNearClipPlane) == 0x000024, "Member 'FMinimalViewInfo::OrthoNearClipPlane' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, OrthoFarClipPlane) == 0x000028, "Member 'FMinimalViewInfo::OrthoFarClipPlane' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, AspectRatio) == 0x00002C, "Member 'FMinimalViewInfo::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, ProjectionMode) == 0x000034, "Member 'FMinimalViewInfo::ProjectionMode' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, PostProcessBlendWeight) == 0x000038, "Member 'FMinimalViewInfo::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, PostProcessSettings) == 0x000040, "Member 'FMinimalViewInfo::PostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, OffCenterProjectionOffset) == 0x0005B0, "Member 'FMinimalViewInfo::OffCenterProjectionOffset' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, OnTopPassFOV) == 0x000600, "Member 'FMinimalViewInfo::OnTopPassFOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraCacheEntry \ +static_assert(alignof(FCameraCacheEntry) == 0x000010, "Wrong alignment on FCameraCacheEntry"); \ +static_assert(sizeof(FCameraCacheEntry) == 0x000620, "Wrong size on FCameraCacheEntry"); \ +static_assert(offsetof(FCameraCacheEntry, TimeStamp) == 0x000000, "Member 'FCameraCacheEntry::TimeStamp' has a wrong offset!"); \ +static_assert(offsetof(FCameraCacheEntry, POV) == 0x000010, "Member 'FCameraCacheEntry::POV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBranchingPointNotifyPayload \ +static_assert(alignof(FBranchingPointNotifyPayload) == 0x000008, "Wrong alignment on FBranchingPointNotifyPayload"); \ +static_assert(sizeof(FBranchingPointNotifyPayload) == 0x000020, "Wrong size on FBranchingPointNotifyPayload"); \ + +#define DUMPER7_ASSERTS_FColorMaterialInput \ +static_assert(alignof(FColorMaterialInput) == 0x000004, "Wrong alignment on FColorMaterialInput"); \ +static_assert(sizeof(FColorMaterialInput) == 0x00001C, "Wrong size on FColorMaterialInput"); \ + +#define DUMPER7_ASSERTS_FRuntimeVirtualTextureParameterValue \ +static_assert(alignof(FRuntimeVirtualTextureParameterValue) == 0x000008, "Wrong alignment on FRuntimeVirtualTextureParameterValue"); \ +static_assert(sizeof(FRuntimeVirtualTextureParameterValue) == 0x000030, "Wrong size on FRuntimeVirtualTextureParameterValue"); \ +static_assert(offsetof(FRuntimeVirtualTextureParameterValue, ParameterInfo) == 0x000000, "Member 'FRuntimeVirtualTextureParameterValue::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FRuntimeVirtualTextureParameterValue, ParameterValue) == 0x000018, "Member 'FRuntimeVirtualTextureParameterValue::ParameterValue' has a wrong offset!"); \ +static_assert(offsetof(FRuntimeVirtualTextureParameterValue, ExpressionGUID) == 0x000020, "Member 'FRuntimeVirtualTextureParameterValue::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootMotionSourceSettings \ +static_assert(alignof(FRootMotionSourceSettings) == 0x000001, "Wrong alignment on FRootMotionSourceSettings"); \ +static_assert(sizeof(FRootMotionSourceSettings) == 0x000001, "Wrong size on FRootMotionSourceSettings"); \ +static_assert(offsetof(FRootMotionSourceSettings, Flags) == 0x000000, "Member 'FRootMotionSourceSettings::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLatentActionInfo \ +static_assert(alignof(FLatentActionInfo) == 0x000008, "Wrong alignment on FLatentActionInfo"); \ +static_assert(sizeof(FLatentActionInfo) == 0x000020, "Wrong size on FLatentActionInfo"); \ +static_assert(offsetof(FLatentActionInfo, Linkage) == 0x000000, "Member 'FLatentActionInfo::Linkage' has a wrong offset!"); \ +static_assert(offsetof(FLatentActionInfo, UUID) == 0x000004, "Member 'FLatentActionInfo::UUID' has a wrong offset!"); \ +static_assert(offsetof(FLatentActionInfo, ExecutionFunction) == 0x000008, "Member 'FLatentActionInfo::ExecutionFunction' has a wrong offset!"); \ +static_assert(offsetof(FLatentActionInfo, CallbackTarget) == 0x000018, "Member 'FLatentActionInfo::CallbackTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseLinkBase \ +static_assert(alignof(FPoseLinkBase) == 0x000008, "Wrong alignment on FPoseLinkBase"); \ +static_assert(sizeof(FPoseLinkBase) == 0x000010, "Wrong size on FPoseLinkBase"); \ +static_assert(offsetof(FPoseLinkBase, LinkID) == 0x000000, "Member 'FPoseLinkBase::LinkID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseLink \ +static_assert(alignof(FPoseLink) == 0x000008, "Wrong alignment on FPoseLink"); \ +static_assert(sizeof(FPoseLink) == 0x000010, "Wrong size on FPoseLink"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ConvertLocalToComponentSpace \ +static_assert(alignof(FAnimNode_ConvertLocalToComponentSpace) == 0x000008, "Wrong alignment on FAnimNode_ConvertLocalToComponentSpace"); \ +static_assert(sizeof(FAnimNode_ConvertLocalToComponentSpace) == 0x000030, "Wrong size on FAnimNode_ConvertLocalToComponentSpace"); \ +static_assert(offsetof(FAnimNode_ConvertLocalToComponentSpace, LocalPose) == 0x000020, "Member 'FAnimNode_ConvertLocalToComponentSpace::LocalPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScalarMaterialInput \ +static_assert(alignof(FScalarMaterialInput) == 0x000004, "Wrong alignment on FScalarMaterialInput"); \ +static_assert(sizeof(FScalarMaterialInput) == 0x00001C, "Wrong size on FScalarMaterialInput"); \ + +#define DUMPER7_ASSERTS_FShadingModelMaterialInput \ +static_assert(alignof(FShadingModelMaterialInput) == 0x000004, "Wrong alignment on FShadingModelMaterialInput"); \ +static_assert(sizeof(FShadingModelMaterialInput) == 0x00001C, "Wrong size on FShadingModelMaterialInput"); \ + +#define DUMPER7_ASSERTS_FVectorMaterialInput \ +static_assert(alignof(FVectorMaterialInput) == 0x000004, "Wrong alignment on FVectorMaterialInput"); \ +static_assert(sizeof(FVectorMaterialInput) == 0x00001C, "Wrong size on FVectorMaterialInput"); \ + +#define DUMPER7_ASSERTS_FCameraShakeDuration \ +static_assert(alignof(FCameraShakeDuration) == 0x000004, "Wrong alignment on FCameraShakeDuration"); \ +static_assert(sizeof(FCameraShakeDuration) == 0x000008, "Wrong size on FCameraShakeDuration"); \ +static_assert(offsetof(FCameraShakeDuration, Duration) == 0x000000, "Member 'FCameraShakeDuration::Duration' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeDuration, Type) == 0x000004, "Member 'FCameraShakeDuration::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SaveCachedPose \ +static_assert(alignof(FAnimNode_SaveCachedPose) == 0x000008, "Wrong alignment on FAnimNode_SaveCachedPose"); \ +static_assert(sizeof(FAnimNode_SaveCachedPose) == 0x000168, "Wrong size on FAnimNode_SaveCachedPose"); \ +static_assert(offsetof(FAnimNode_SaveCachedPose, Pose) == 0x000020, "Member 'FAnimNode_SaveCachedPose::Pose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SaveCachedPose, CachePoseName) == 0x000030, "Member 'FAnimNode_SaveCachedPose::CachePoseName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector2MaterialInput \ +static_assert(alignof(FVector2MaterialInput) == 0x000004, "Wrong alignment on FVector2MaterialInput"); \ +static_assert(sizeof(FVector2MaterialInput) == 0x00001C, "Wrong size on FVector2MaterialInput"); \ + +#define DUMPER7_ASSERTS_FClientReceiveData \ +static_assert(alignof(FClientReceiveData) == 0x000008, "Wrong alignment on FClientReceiveData"); \ +static_assert(sizeof(FClientReceiveData) == 0x000040, "Wrong size on FClientReceiveData"); \ +static_assert(offsetof(FClientReceiveData, LocalPC) == 0x000000, "Member 'FClientReceiveData::LocalPC' has a wrong offset!"); \ +static_assert(offsetof(FClientReceiveData, MessageType) == 0x000008, "Member 'FClientReceiveData::MessageType' has a wrong offset!"); \ +static_assert(offsetof(FClientReceiveData, MessageIndex) == 0x000014, "Member 'FClientReceiveData::MessageIndex' has a wrong offset!"); \ +static_assert(offsetof(FClientReceiveData, MessageString) == 0x000018, "Member 'FClientReceiveData::MessageString' has a wrong offset!"); \ +static_assert(offsetof(FClientReceiveData, RelatedPlayerState_1) == 0x000028, "Member 'FClientReceiveData::RelatedPlayerState_1' has a wrong offset!"); \ +static_assert(offsetof(FClientReceiveData, RelatedPlayerState_2) == 0x000030, "Member 'FClientReceiveData::RelatedPlayerState_2' has a wrong offset!"); \ +static_assert(offsetof(FClientReceiveData, OptionalObject) == 0x000038, "Member 'FClientReceiveData::OptionalObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioQualitySettings \ +static_assert(alignof(FAudioQualitySettings) == 0x000008, "Wrong alignment on FAudioQualitySettings"); \ +static_assert(sizeof(FAudioQualitySettings) == 0x000020, "Wrong size on FAudioQualitySettings"); \ +static_assert(offsetof(FAudioQualitySettings, DisplayName) == 0x000000, "Member 'FAudioQualitySettings::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FAudioQualitySettings, MaxChannels) == 0x000018, "Member 'FAudioQualitySettings::MaxChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKeyHandleLookupTable \ +static_assert(alignof(FKeyHandleLookupTable) == 0x000008, "Wrong alignment on FKeyHandleLookupTable"); \ +static_assert(sizeof(FKeyHandleLookupTable) == 0x000060, "Wrong size on FKeyHandleLookupTable"); \ + +#define DUMPER7_ASSERTS_FVector_NetQuantize \ +static_assert(alignof(FVector_NetQuantize) == 0x000004, "Wrong alignment on FVector_NetQuantize"); \ +static_assert(sizeof(FVector_NetQuantize) == 0x00000C, "Wrong size on FVector_NetQuantize"); \ + +#define DUMPER7_ASSERTS_FVector_NetQuantizeNormal \ +static_assert(alignof(FVector_NetQuantizeNormal) == 0x000004, "Wrong alignment on FVector_NetQuantizeNormal"); \ +static_assert(sizeof(FVector_NetQuantizeNormal) == 0x00000C, "Wrong size on FVector_NetQuantizeNormal"); \ + +#define DUMPER7_ASSERTS_FHitResult \ +static_assert(alignof(FHitResult) == 0x000004, "Wrong alignment on FHitResult"); \ +static_assert(sizeof(FHitResult) == 0x000090, "Wrong size on FHitResult"); \ +static_assert(offsetof(FHitResult, FaceIndex) == 0x000000, "Member 'FHitResult::FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, Time) == 0x000004, "Member 'FHitResult::Time' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, Distance) == 0x000008, "Member 'FHitResult::Distance' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, Location) == 0x00000C, "Member 'FHitResult::Location' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, ImpactPoint) == 0x000018, "Member 'FHitResult::ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, Normal) == 0x000024, "Member 'FHitResult::Normal' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, ImpactNormal) == 0x000030, "Member 'FHitResult::ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, TraceStart) == 0x00003C, "Member 'FHitResult::TraceStart' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, TraceEnd) == 0x000048, "Member 'FHitResult::TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, PenetrationDepth) == 0x000054, "Member 'FHitResult::PenetrationDepth' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, Item) == 0x000058, "Member 'FHitResult::Item' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, ElementIndex) == 0x00005C, "Member 'FHitResult::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, PhysMaterial) == 0x000060, "Member 'FHitResult::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, Actor) == 0x000068, "Member 'FHitResult::Actor' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, Component) == 0x000070, "Member 'FHitResult::Component' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, BoneName) == 0x000078, "Member 'FHitResult::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, MyBoneName) == 0x000084, "Member 'FHitResult::MyBoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDialogueContext \ +static_assert(alignof(FDialogueContext) == 0x000008, "Wrong alignment on FDialogueContext"); \ +static_assert(sizeof(FDialogueContext) == 0x000018, "Wrong size on FDialogueContext"); \ +static_assert(offsetof(FDialogueContext, Speaker) == 0x000000, "Member 'FDialogueContext::Speaker' has a wrong offset!"); \ +static_assert(offsetof(FDialogueContext, Targets) == 0x000008, "Member 'FDialogueContext::Targets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraCutInfo \ +static_assert(alignof(FCameraCutInfo) == 0x000004, "Wrong alignment on FCameraCutInfo"); \ +static_assert(sizeof(FCameraCutInfo) == 0x000010, "Wrong size on FCameraCutInfo"); \ +static_assert(offsetof(FCameraCutInfo, Location) == 0x000000, "Member 'FCameraCutInfo::Location' has a wrong offset!"); \ +static_assert(offsetof(FCameraCutInfo, TimeStamp) == 0x00000C, "Member 'FCameraCutInfo::TimeStamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerPlatformBool \ +static_assert(alignof(FPerPlatformBool) == 0x000001, "Wrong alignment on FPerPlatformBool"); \ +static_assert(sizeof(FPerPlatformBool) == 0x000001, "Wrong size on FPerPlatformBool"); \ +static_assert(offsetof(FPerPlatformBool, Default) == 0x000000, "Member 'FPerPlatformBool::Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintBaseParams \ +static_assert(alignof(FConstraintBaseParams) == 0x000004, "Wrong alignment on FConstraintBaseParams"); \ +static_assert(sizeof(FConstraintBaseParams) == 0x000014, "Wrong size on FConstraintBaseParams"); \ +static_assert(offsetof(FConstraintBaseParams, Stiffness) == 0x000000, "Member 'FConstraintBaseParams::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(FConstraintBaseParams, Damping) == 0x000004, "Member 'FConstraintBaseParams::Damping' has a wrong offset!"); \ +static_assert(offsetof(FConstraintBaseParams, Restitution) == 0x000008, "Member 'FConstraintBaseParams::Restitution' has a wrong offset!"); \ +static_assert(offsetof(FConstraintBaseParams, ContactDistance) == 0x00000C, "Member 'FConstraintBaseParams::ContactDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLinearConstraint \ +static_assert(alignof(FLinearConstraint) == 0x000004, "Wrong alignment on FLinearConstraint"); \ +static_assert(sizeof(FLinearConstraint) == 0x00001C, "Wrong size on FLinearConstraint"); \ +static_assert(offsetof(FLinearConstraint, Limit) == 0x000014, "Member 'FLinearConstraint::Limit' has a wrong offset!"); \ +static_assert(offsetof(FLinearConstraint, XMotion) == 0x000018, "Member 'FLinearConstraint::XMotion' has a wrong offset!"); \ +static_assert(offsetof(FLinearConstraint, YMotion) == 0x000019, "Member 'FLinearConstraint::YMotion' has a wrong offset!"); \ +static_assert(offsetof(FLinearConstraint, ZMotion) == 0x00001A, "Member 'FLinearConstraint::ZMotion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTickFunction \ +static_assert(alignof(FTickFunction) == 0x000008, "Wrong alignment on FTickFunction"); \ +static_assert(sizeof(FTickFunction) == 0x000028, "Wrong size on FTickFunction"); \ +static_assert(offsetof(FTickFunction, TickGroup) == 0x000008, "Member 'FTickFunction::TickGroup' has a wrong offset!"); \ +static_assert(offsetof(FTickFunction, EndTickGroup) == 0x000009, "Member 'FTickFunction::EndTickGroup' has a wrong offset!"); \ +static_assert(offsetof(FTickFunction, TickInterval) == 0x00000C, "Member 'FTickFunction::TickInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkinWeightProfileManagerTickFunction \ +static_assert(alignof(FSkinWeightProfileManagerTickFunction) == 0x000008, "Wrong alignment on FSkinWeightProfileManagerTickFunction"); \ +static_assert(sizeof(FSkinWeightProfileManagerTickFunction) == 0x000030, "Wrong size on FSkinWeightProfileManagerTickFunction"); \ + +#define DUMPER7_ASSERTS_FAnimationStateBase \ +static_assert(alignof(FAnimationStateBase) == 0x000004, "Wrong alignment on FAnimationStateBase"); \ +static_assert(sizeof(FAnimationStateBase) == 0x00000C, "Wrong size on FAnimationStateBase"); \ +static_assert(offsetof(FAnimationStateBase, StateName) == 0x000000, "Member 'FAnimationStateBase::StateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLightingChannels \ +static_assert(alignof(FLightingChannels) == 0x000001, "Wrong alignment on FLightingChannels"); \ +static_assert(sizeof(FLightingChannels) == 0x000001, "Wrong size on FLightingChannels"); \ + +#define DUMPER7_ASSERTS_FMaterialProxySettings \ +static_assert(alignof(FMaterialProxySettings) == 0x000004, "Wrong alignment on FMaterialProxySettings"); \ +static_assert(sizeof(FMaterialProxySettings) == 0x000088, "Wrong size on FMaterialProxySettings"); \ +static_assert(offsetof(FMaterialProxySettings, TextureSize) == 0x000000, "Member 'FMaterialProxySettings::TextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, GutterSpace) == 0x000008, "Member 'FMaterialProxySettings::GutterSpace' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, MetallicConstant) == 0x00000C, "Member 'FMaterialProxySettings::MetallicConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, RoughnessConstant) == 0x000010, "Member 'FMaterialProxySettings::RoughnessConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, AnisotropyConstant) == 0x000014, "Member 'FMaterialProxySettings::AnisotropyConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, SpecularConstant) == 0x000018, "Member 'FMaterialProxySettings::SpecularConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, OpacityConstant) == 0x00001C, "Member 'FMaterialProxySettings::OpacityConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, OpacityMaskConstant) == 0x000020, "Member 'FMaterialProxySettings::OpacityMaskConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, AmbientOcclusionConstant) == 0x000024, "Member 'FMaterialProxySettings::AmbientOcclusionConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, TextureSizingType) == 0x000028, "Member 'FMaterialProxySettings::TextureSizingType' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, MaterialMergeType) == 0x000029, "Member 'FMaterialProxySettings::MaterialMergeType' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, BlendMode) == 0x00002A, "Member 'FMaterialProxySettings::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, DiffuseTextureSize) == 0x000030, "Member 'FMaterialProxySettings::DiffuseTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, NormalTextureSize) == 0x000038, "Member 'FMaterialProxySettings::NormalTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, TangentTextureSize) == 0x000040, "Member 'FMaterialProxySettings::TangentTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, MetallicTextureSize) == 0x000048, "Member 'FMaterialProxySettings::MetallicTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, RoughnessTextureSize) == 0x000050, "Member 'FMaterialProxySettings::RoughnessTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, AnisotropyTextureSize) == 0x000058, "Member 'FMaterialProxySettings::AnisotropyTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, SpecularTextureSize) == 0x000060, "Member 'FMaterialProxySettings::SpecularTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, EmissiveTextureSize) == 0x000068, "Member 'FMaterialProxySettings::EmissiveTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, OpacityTextureSize) == 0x000070, "Member 'FMaterialProxySettings::OpacityTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, OpacityMaskTextureSize) == 0x000078, "Member 'FMaterialProxySettings::OpacityMaskTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, AmbientOcclusionTextureSize) == 0x000080, "Member 'FMaterialProxySettings::AmbientOcclusionTextureSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshMergingSettings \ +static_assert(alignof(FMeshMergingSettings) == 0x000004, "Wrong alignment on FMeshMergingSettings"); \ +static_assert(sizeof(FMeshMergingSettings) == 0x0000A8, "Wrong size on FMeshMergingSettings"); \ +static_assert(offsetof(FMeshMergingSettings, TargetLightMapResolution) == 0x000000, "Member 'FMeshMergingSettings::TargetLightMapResolution' has a wrong offset!"); \ +static_assert(offsetof(FMeshMergingSettings, OutputUVs) == 0x000004, "Member 'FMeshMergingSettings::OutputUVs' has a wrong offset!"); \ +static_assert(offsetof(FMeshMergingSettings, MaterialSettings) == 0x00000C, "Member 'FMeshMergingSettings::MaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(FMeshMergingSettings, GutterSize) == 0x000094, "Member 'FMeshMergingSettings::GutterSize' has a wrong offset!"); \ +static_assert(offsetof(FMeshMergingSettings, SpecificLOD) == 0x000098, "Member 'FMeshMergingSettings::SpecificLOD' has a wrong offset!"); \ +static_assert(offsetof(FMeshMergingSettings, LODSelectionType) == 0x00009C, "Member 'FMeshMergingSettings::LODSelectionType' has a wrong offset!"); \ +static_assert(offsetof(FMeshMergingSettings, SrcLightmapIndex) == 0x0000A0, "Member 'FMeshMergingSettings::SrcLightmapIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFilePath \ +static_assert(alignof(FFilePath) == 0x000008, "Wrong alignment on FFilePath"); \ +static_assert(sizeof(FFilePath) == 0x000010, "Wrong size on FFilePath"); \ +static_assert(offsetof(FFilePath, FilePath) == 0x000000, "Member 'FFilePath::FilePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FImportFactorySettingValues \ +static_assert(alignof(FImportFactorySettingValues) == 0x000008, "Wrong alignment on FImportFactorySettingValues"); \ +static_assert(sizeof(FImportFactorySettingValues) == 0x000020, "Wrong size on FImportFactorySettingValues"); \ +static_assert(offsetof(FImportFactorySettingValues, SettingName) == 0x000000, "Member 'FImportFactorySettingValues::SettingName' has a wrong offset!"); \ +static_assert(offsetof(FImportFactorySettingValues, Value) == 0x000010, "Member 'FImportFactorySettingValues::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEditorImportWorkflowDefinition \ +static_assert(alignof(FEditorImportWorkflowDefinition) == 0x000008, "Wrong alignment on FEditorImportWorkflowDefinition"); \ +static_assert(sizeof(FEditorImportWorkflowDefinition) == 0x000020, "Wrong size on FEditorImportWorkflowDefinition"); \ +static_assert(offsetof(FEditorImportWorkflowDefinition, ImportFilePath) == 0x000000, "Member 'FEditorImportWorkflowDefinition::ImportFilePath' has a wrong offset!"); \ +static_assert(offsetof(FEditorImportWorkflowDefinition, FactorySettings) == 0x000010, "Member 'FEditorImportWorkflowDefinition::FactorySettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorComponentDuplicatedObjectData \ +static_assert(alignof(FActorComponentDuplicatedObjectData) == 0x000008, "Wrong alignment on FActorComponentDuplicatedObjectData"); \ +static_assert(sizeof(FActorComponentDuplicatedObjectData) == 0x000010, "Wrong size on FActorComponentDuplicatedObjectData"); \ + +#define DUMPER7_ASSERTS_FActorComponentInstanceData \ +static_assert(alignof(FActorComponentInstanceData) == 0x000008, "Wrong alignment on FActorComponentInstanceData"); \ +static_assert(sizeof(FActorComponentInstanceData) == 0x000068, "Wrong size on FActorComponentInstanceData"); \ +static_assert(offsetof(FActorComponentInstanceData, SourceComponentTemplate) == 0x000008, "Member 'FActorComponentInstanceData::SourceComponentTemplate' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, SourceComponentCreationMethod) == 0x000010, "Member 'FActorComponentInstanceData::SourceComponentCreationMethod' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, SourceComponentTypeSerializedIndex) == 0x000014, "Member 'FActorComponentInstanceData::SourceComponentTypeSerializedIndex' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, SavedProperties) == 0x000018, "Member 'FActorComponentInstanceData::SavedProperties' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, UniqueTransientPackage) == 0x000028, "Member 'FActorComponentInstanceData::UniqueTransientPackage' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, DuplicatedObjects) == 0x000038, "Member 'FActorComponentInstanceData::DuplicatedObjects' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, ReferencedObjects) == 0x000048, "Member 'FActorComponentInstanceData::ReferencedObjects' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, ReferencedNames) == 0x000058, "Member 'FActorComponentInstanceData::ReferencedNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLocalSpacePose \ +static_assert(alignof(FLocalSpacePose) == 0x000008, "Wrong alignment on FLocalSpacePose"); \ +static_assert(sizeof(FLocalSpacePose) == 0x000020, "Wrong size on FLocalSpacePose"); \ +static_assert(offsetof(FLocalSpacePose, Transforms) == 0x000000, "Member 'FLocalSpacePose::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FLocalSpacePose, Names) == 0x000010, "Member 'FLocalSpacePose::Names' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRadialDamageParams \ +static_assert(alignof(FRadialDamageParams) == 0x000004, "Wrong alignment on FRadialDamageParams"); \ +static_assert(sizeof(FRadialDamageParams) == 0x000014, "Wrong size on FRadialDamageParams"); \ +static_assert(offsetof(FRadialDamageParams, BaseDamage) == 0x000000, "Member 'FRadialDamageParams::BaseDamage' has a wrong offset!"); \ +static_assert(offsetof(FRadialDamageParams, MinimumDamage) == 0x000004, "Member 'FRadialDamageParams::MinimumDamage' has a wrong offset!"); \ +static_assert(offsetof(FRadialDamageParams, InnerRadius) == 0x000008, "Member 'FRadialDamageParams::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(FRadialDamageParams, OuterRadius) == 0x00000C, "Member 'FRadialDamageParams::OuterRadius' has a wrong offset!"); \ +static_assert(offsetof(FRadialDamageParams, DamageFalloff) == 0x000010, "Member 'FRadialDamageParams::DamageFalloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector_NetQuantize10 \ +static_assert(alignof(FVector_NetQuantize10) == 0x000004, "Wrong alignment on FVector_NetQuantize10"); \ +static_assert(sizeof(FVector_NetQuantize10) == 0x00000C, "Wrong size on FVector_NetQuantize10"); \ + +#define DUMPER7_ASSERTS_FRootMotionSourceGroup \ +static_assert(alignof(FRootMotionSourceGroup) == 0x000008, "Wrong alignment on FRootMotionSourceGroup"); \ +static_assert(sizeof(FRootMotionSourceGroup) == 0x000038, "Wrong size on FRootMotionSourceGroup"); \ +static_assert(offsetof(FRootMotionSourceGroup, LastAccumulatedSettings) == 0x000029, "Member 'FRootMotionSourceGroup::LastAccumulatedSettings' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSourceGroup, LastPreAdditiveVelocity) == 0x00002C, "Member 'FRootMotionSourceGroup::LastPreAdditiveVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRepRootMotionMontage \ +static_assert(alignof(FRepRootMotionMontage) == 0x000008, "Wrong alignment on FRepRootMotionMontage"); \ +static_assert(sizeof(FRepRootMotionMontage) == 0x0000A0, "Wrong size on FRepRootMotionMontage"); \ +static_assert(offsetof(FRepRootMotionMontage, bIsActive) == 0x000000, "Member 'FRepRootMotionMontage::bIsActive' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, AnimMontage) == 0x000008, "Member 'FRepRootMotionMontage::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, Position) == 0x000010, "Member 'FRepRootMotionMontage::Position' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, Location) == 0x000014, "Member 'FRepRootMotionMontage::Location' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, Rotation) == 0x000020, "Member 'FRepRootMotionMontage::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, MovementBase) == 0x000030, "Member 'FRepRootMotionMontage::MovementBase' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, MovementBaseBoneName) == 0x000038, "Member 'FRepRootMotionMontage::MovementBaseBoneName' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, bRelativePosition) == 0x000044, "Member 'FRepRootMotionMontage::bRelativePosition' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, bRelativeRotation) == 0x000045, "Member 'FRepRootMotionMontage::bRelativeRotation' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, AuthoritativeRootMotion) == 0x000048, "Member 'FRepRootMotionMontage::AuthoritativeRootMotion' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, Acceleration) == 0x000080, "Member 'FRepRootMotionMontage::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, LinearVelocity) == 0x00008C, "Member 'FRepRootMotionMontage::LinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, State) == 0x000098, "Member 'FRepRootMotionMontage::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCurveTrack \ +static_assert(alignof(FCurveTrack) == 0x000008, "Wrong alignment on FCurveTrack"); \ +static_assert(sizeof(FCurveTrack) == 0x000020, "Wrong size on FCurveTrack"); \ +static_assert(offsetof(FCurveTrack, CurveName) == 0x000000, "Member 'FCurveTrack::CurveName' has a wrong offset!"); \ +static_assert(offsetof(FCurveTrack, CurveWeights) == 0x000010, "Member 'FCurveTrack::CurveWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDamageEvent \ +static_assert(alignof(FDamageEvent) == 0x000008, "Wrong alignment on FDamageEvent"); \ +static_assert(sizeof(FDamageEvent) == 0x000010, "Wrong size on FDamageEvent"); \ +static_assert(offsetof(FDamageEvent, DamageTypeClass) == 0x000008, "Member 'FDamageEvent::DamageTypeClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDialogueWaveParameter \ +static_assert(alignof(FDialogueWaveParameter) == 0x000008, "Wrong alignment on FDialogueWaveParameter"); \ +static_assert(sizeof(FDialogueWaveParameter) == 0x000020, "Wrong size on FDialogueWaveParameter"); \ +static_assert(offsetof(FDialogueWaveParameter, DialogueWave) == 0x000000, "Member 'FDialogueWaveParameter::DialogueWave' has a wrong offset!"); \ +static_assert(offsetof(FDialogueWaveParameter, Context) == 0x000008, "Member 'FDialogueWaveParameter::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContrastSettings \ +static_assert(alignof(FContrastSettings) == 0x000004, "Wrong alignment on FContrastSettings"); \ +static_assert(sizeof(FContrastSettings) == 0x000010, "Wrong size on FContrastSettings"); \ +static_assert(offsetof(FContrastSettings, MinIntensity) == 0x000000, "Member 'FContrastSettings::MinIntensity' has a wrong offset!"); \ +static_assert(offsetof(FContrastSettings, MaxIntensity) == 0x000004, "Member 'FContrastSettings::MaxIntensity' has a wrong offset!"); \ +static_assert(offsetof(FContrastSettings, MappedMinIntensity) == 0x000008, "Member 'FContrastSettings::MappedMinIntensity' has a wrong offset!"); \ +static_assert(offsetof(FContrastSettings, MappedMaxIntensity) == 0x00000C, "Member 'FContrastSettings::MappedMaxIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintInputDelegateBinding \ +static_assert(alignof(FBlueprintInputDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintInputDelegateBinding"); \ +static_assert(sizeof(FBlueprintInputDelegateBinding) == 0x000004, "Wrong size on FBlueprintInputDelegateBinding"); \ + +#define DUMPER7_ASSERTS_FUserActivity \ +static_assert(alignof(FUserActivity) == 0x000008, "Wrong alignment on FUserActivity"); \ +static_assert(sizeof(FUserActivity) == 0x000018, "Wrong size on FUserActivity"); \ +static_assert(offsetof(FUserActivity, ActionName) == 0x000000, "Member 'FUserActivity::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPointDamageEvent \ +static_assert(alignof(FPointDamageEvent) == 0x000008, "Wrong alignment on FPointDamageEvent"); \ +static_assert(sizeof(FPointDamageEvent) == 0x0000B0, "Wrong size on FPointDamageEvent"); \ +static_assert(offsetof(FPointDamageEvent, Damage) == 0x000010, "Member 'FPointDamageEvent::Damage' has a wrong offset!"); \ +static_assert(offsetof(FPointDamageEvent, ShotDirection) == 0x000014, "Member 'FPointDamageEvent::ShotDirection' has a wrong offset!"); \ +static_assert(offsetof(FPointDamageEvent, HitInfo) == 0x000020, "Member 'FPointDamageEvent::HitInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRadialDamageEvent \ +static_assert(alignof(FRadialDamageEvent) == 0x000008, "Wrong alignment on FRadialDamageEvent"); \ +static_assert(sizeof(FRadialDamageEvent) == 0x000040, "Wrong size on FRadialDamageEvent"); \ +static_assert(offsetof(FRadialDamageEvent, Params) == 0x000010, "Member 'FRadialDamageEvent::Params' has a wrong offset!"); \ +static_assert(offsetof(FRadialDamageEvent, Origin) == 0x000024, "Member 'FRadialDamageEvent::Origin' has a wrong offset!"); \ +static_assert(offsetof(FRadialDamageEvent, ComponentHits) == 0x000030, "Member 'FRadialDamageEvent::ComponentHits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SingleNode \ +static_assert(alignof(FAnimNode_SingleNode) == 0x000008, "Wrong alignment on FAnimNode_SingleNode"); \ +static_assert(sizeof(FAnimNode_SingleNode) == 0x000048, "Wrong size on FAnimNode_SingleNode"); \ +static_assert(offsetof(FAnimNode_SingleNode, SourcePose) == 0x000020, "Member 'FAnimNode_SingleNode::SourcePose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigTransformConstraint \ +static_assert(alignof(FRigTransformConstraint) == 0x000004, "Wrong alignment on FRigTransformConstraint"); \ +static_assert(sizeof(FRigTransformConstraint) == 0x000014, "Wrong size on FRigTransformConstraint"); \ +static_assert(offsetof(FRigTransformConstraint, TranformType) == 0x000000, "Member 'FRigTransformConstraint::TranformType' has a wrong offset!"); \ +static_assert(offsetof(FRigTransformConstraint, ParentSpace) == 0x000004, "Member 'FRigTransformConstraint::ParentSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigTransformConstraint, Weight) == 0x000010, "Member 'FRigTransformConstraint::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformBaseConstraint \ +static_assert(alignof(FTransformBaseConstraint) == 0x000008, "Wrong alignment on FTransformBaseConstraint"); \ +static_assert(sizeof(FTransformBaseConstraint) == 0x000010, "Wrong size on FTransformBaseConstraint"); \ +static_assert(offsetof(FTransformBaseConstraint, TransformConstraints) == 0x000000, "Member 'FTransformBaseConstraint::TransformConstraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSimpleMemberReference \ +static_assert(alignof(FSimpleMemberReference) == 0x000008, "Wrong alignment on FSimpleMemberReference"); \ +static_assert(sizeof(FSimpleMemberReference) == 0x000028, "Wrong size on FSimpleMemberReference"); \ +static_assert(offsetof(FSimpleMemberReference, MemberParent) == 0x000000, "Member 'FSimpleMemberReference::MemberParent' has a wrong offset!"); \ +static_assert(offsetof(FSimpleMemberReference, MemberName) == 0x000008, "Member 'FSimpleMemberReference::MemberName' has a wrong offset!"); \ +static_assert(offsetof(FSimpleMemberReference, MemberGuid) == 0x000014, "Member 'FSimpleMemberReference::MemberGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComponentSpacePose \ +static_assert(alignof(FComponentSpacePose) == 0x000008, "Wrong alignment on FComponentSpacePose"); \ +static_assert(sizeof(FComponentSpacePose) == 0x000020, "Wrong size on FComponentSpacePose"); \ +static_assert(offsetof(FComponentSpacePose, Transforms) == 0x000000, "Member 'FComponentSpacePose::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FComponentSpacePose, Names) == 0x000010, "Member 'FComponentSpacePose::Names' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWalkableSlopeOverride \ +static_assert(alignof(FWalkableSlopeOverride) == 0x000004, "Wrong alignment on FWalkableSlopeOverride"); \ +static_assert(sizeof(FWalkableSlopeOverride) == 0x000010, "Wrong size on FWalkableSlopeOverride"); \ +static_assert(offsetof(FWalkableSlopeOverride, WalkableSlopeBehavior) == 0x000000, "Member 'FWalkableSlopeOverride::WalkableSlopeBehavior' has a wrong offset!"); \ +static_assert(offsetof(FWalkableSlopeOverride, WalkableSlopeAngle) == 0x000004, "Member 'FWalkableSlopeOverride::WalkableSlopeAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputScaleBias \ +static_assert(alignof(FInputScaleBias) == 0x000004, "Wrong alignment on FInputScaleBias"); \ +static_assert(sizeof(FInputScaleBias) == 0x000008, "Wrong size on FInputScaleBias"); \ +static_assert(offsetof(FInputScaleBias, Scale) == 0x000000, "Member 'FInputScaleBias::Scale' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBias, Bias) == 0x000004, "Member 'FInputScaleBias::Bias' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorComponentTickFunction \ +static_assert(alignof(FActorComponentTickFunction) == 0x000008, "Wrong alignment on FActorComponentTickFunction"); \ +static_assert(sizeof(FActorComponentTickFunction) == 0x000030, "Wrong size on FActorComponentTickFunction"); \ + +#define DUMPER7_ASSERTS_FBlueprintDebugData \ +static_assert(alignof(FBlueprintDebugData) == 0x000001, "Wrong alignment on FBlueprintDebugData"); \ +static_assert(sizeof(FBlueprintDebugData) == 0x000001, "Wrong size on FBlueprintDebugData"); \ + +#define DUMPER7_ASSERTS_FSmartName \ +static_assert(alignof(FSmartName) == 0x000004, "Wrong alignment on FSmartName"); \ +static_assert(sizeof(FSmartName) == 0x000010, "Wrong size on FSmartName"); \ +static_assert(offsetof(FSmartName, DisplayName) == 0x000000, "Member 'FSmartName::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpolationParameter \ +static_assert(alignof(FInterpolationParameter) == 0x000004, "Wrong alignment on FInterpolationParameter"); \ +static_assert(sizeof(FInterpolationParameter) == 0x000008, "Wrong size on FInterpolationParameter"); \ +static_assert(offsetof(FInterpolationParameter, InterpolationTime) == 0x000000, "Member 'FInterpolationParameter::InterpolationTime' has a wrong offset!"); \ +static_assert(offsetof(FInterpolationParameter, InterpolationType) == 0x000004, "Member 'FInterpolationParameter::InterpolationType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpControlPoint \ +static_assert(alignof(FInterpControlPoint) == 0x000004, "Wrong alignment on FInterpControlPoint"); \ +static_assert(sizeof(FInterpControlPoint) == 0x00001C, "Wrong size on FInterpControlPoint"); \ +static_assert(offsetof(FInterpControlPoint, PositionControlPoint) == 0x000000, "Member 'FInterpControlPoint::PositionControlPoint' has a wrong offset!"); \ +static_assert(offsetof(FInterpControlPoint, bPositionIsRelative) == 0x00000C, "Member 'FInterpControlPoint::bPositionIsRelative' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSegment \ +static_assert(alignof(FAnimSegment) == 0x000008, "Wrong alignment on FAnimSegment"); \ +static_assert(sizeof(FAnimSegment) == 0x000020, "Wrong size on FAnimSegment"); \ +static_assert(offsetof(FAnimSegment, AnimReference) == 0x000000, "Member 'FAnimSegment::AnimReference' has a wrong offset!"); \ +static_assert(offsetof(FAnimSegment, StartPos) == 0x000008, "Member 'FAnimSegment::StartPos' has a wrong offset!"); \ +static_assert(offsetof(FAnimSegment, AnimStartTime) == 0x00000C, "Member 'FAnimSegment::AnimStartTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimSegment, AnimEndTime) == 0x000010, "Member 'FAnimSegment::AnimEndTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimSegment, AnimPlayRate) == 0x000014, "Member 'FAnimSegment::AnimPlayRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimSegment, LoopingCount) == 0x000018, "Member 'FAnimSegment::LoopingCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimTrack \ +static_assert(alignof(FAnimTrack) == 0x000008, "Wrong alignment on FAnimTrack"); \ +static_assert(sizeof(FAnimTrack) == 0x000010, "Wrong size on FAnimTrack"); \ +static_assert(offsetof(FAnimTrack, AnimSegments) == 0x000000, "Member 'FAnimTrack::AnimSegments' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMeshComponentLODInfo \ +static_assert(alignof(FStaticMeshComponentLODInfo) == 0x000008, "Wrong alignment on FStaticMeshComponentLODInfo"); \ +static_assert(sizeof(FStaticMeshComponentLODInfo) == 0x000090, "Wrong size on FStaticMeshComponentLODInfo"); \ + +#define DUMPER7_ASSERTS_FPlatformInterfaceDelegateResult \ +static_assert(alignof(FPlatformInterfaceDelegateResult) == 0x000008, "Wrong alignment on FPlatformInterfaceDelegateResult"); \ +static_assert(sizeof(FPlatformInterfaceDelegateResult) == 0x000038, "Wrong size on FPlatformInterfaceDelegateResult"); \ +static_assert(offsetof(FPlatformInterfaceDelegateResult, bSuccessful) == 0x000000, "Member 'FPlatformInterfaceDelegateResult::bSuccessful' has a wrong offset!"); \ +static_assert(offsetof(FPlatformInterfaceDelegateResult, Data) == 0x000008, "Member 'FPlatformInterfaceDelegateResult::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFastArraySerializer \ +static_assert(alignof(FFastArraySerializer) == 0x000008, "Wrong alignment on FFastArraySerializer"); \ +static_assert(sizeof(FFastArraySerializer) == 0x000108, "Wrong size on FFastArraySerializer"); \ +static_assert(offsetof(FFastArraySerializer, ArrayReplicationKey) == 0x000054, "Member 'FFastArraySerializer::ArrayReplicationKey' has a wrong offset!"); \ +static_assert(offsetof(FFastArraySerializer, DeltaFlags) == 0x000100, "Member 'FFastArraySerializer::DeltaFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDirectoryPath \ +static_assert(alignof(FDirectoryPath) == 0x000008, "Wrong alignment on FDirectoryPath"); \ +static_assert(sizeof(FDirectoryPath) == 0x000010, "Wrong size on FDirectoryPath"); \ +static_assert(offsetof(FDirectoryPath, Path) == 0x000000, "Member 'FDirectoryPath::Path' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExternalToolDefinition \ +static_assert(alignof(FExternalToolDefinition) == 0x000008, "Wrong alignment on FExternalToolDefinition"); \ +static_assert(sizeof(FExternalToolDefinition) == 0x000060, "Wrong size on FExternalToolDefinition"); \ +static_assert(offsetof(FExternalToolDefinition, ToolName) == 0x000000, "Member 'FExternalToolDefinition::ToolName' has a wrong offset!"); \ +static_assert(offsetof(FExternalToolDefinition, ExecutablePath) == 0x000010, "Member 'FExternalToolDefinition::ExecutablePath' has a wrong offset!"); \ +static_assert(offsetof(FExternalToolDefinition, CommandLineOptions) == 0x000020, "Member 'FExternalToolDefinition::CommandLineOptions' has a wrong offset!"); \ +static_assert(offsetof(FExternalToolDefinition, WorkingDirectory) == 0x000030, "Member 'FExternalToolDefinition::WorkingDirectory' has a wrong offset!"); \ +static_assert(offsetof(FExternalToolDefinition, ScriptExtension) == 0x000040, "Member 'FExternalToolDefinition::ScriptExtension' has a wrong offset!"); \ +static_assert(offsetof(FExternalToolDefinition, ScriptDirectory) == 0x000050, "Member 'FExternalToolDefinition::ScriptDirectory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDebugFloatHistory \ +static_assert(alignof(FDebugFloatHistory) == 0x000008, "Wrong alignment on FDebugFloatHistory"); \ +static_assert(sizeof(FDebugFloatHistory) == 0x000020, "Wrong size on FDebugFloatHistory"); \ +static_assert(offsetof(FDebugFloatHistory, Samples) == 0x000000, "Member 'FDebugFloatHistory::Samples' has a wrong offset!"); \ +static_assert(offsetof(FDebugFloatHistory, MaxSamples) == 0x000010, "Member 'FDebugFloatHistory::MaxSamples' has a wrong offset!"); \ +static_assert(offsetof(FDebugFloatHistory, MinValue) == 0x000014, "Member 'FDebugFloatHistory::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FDebugFloatHistory, MaxValue) == 0x000018, "Member 'FDebugFloatHistory::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FDebugFloatHistory, bAutoAdjustMinMax) == 0x00001C, "Member 'FDebugFloatHistory::bAutoAdjustMinMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationRecordingSettings \ +static_assert(alignof(FAnimationRecordingSettings) == 0x000004, "Wrong alignment on FAnimationRecordingSettings"); \ +static_assert(sizeof(FAnimationRecordingSettings) == 0x000014, "Wrong size on FAnimationRecordingSettings"); \ +static_assert(offsetof(FAnimationRecordingSettings, bRecordInWorldSpace) == 0x000000, "Member 'FAnimationRecordingSettings::bRecordInWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, bRemoveRootAnimation) == 0x000001, "Member 'FAnimationRecordingSettings::bRemoveRootAnimation' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, bAutoSaveAsset) == 0x000002, "Member 'FAnimationRecordingSettings::bAutoSaveAsset' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, SampleRate) == 0x000004, "Member 'FAnimationRecordingSettings::SampleRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, Length) == 0x000008, "Member 'FAnimationRecordingSettings::Length' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, InterpMode) == 0x00000C, "Member 'FAnimationRecordingSettings::InterpMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, TangentMode) == 0x00000D, "Member 'FAnimationRecordingSettings::TangentMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, bRecordTransforms) == 0x00000F, "Member 'FAnimationRecordingSettings::bRecordTransforms' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, bRecordCurves) == 0x000010, "Member 'FAnimationRecordingSettings::bRecordCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGenericStruct \ +static_assert(alignof(FGenericStruct) == 0x000004, "Wrong alignment on FGenericStruct"); \ +static_assert(sizeof(FGenericStruct) == 0x000004, "Wrong size on FGenericStruct"); \ +static_assert(offsetof(FGenericStruct, Data) == 0x000000, "Member 'FGenericStruct::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialFunctionInfo \ +static_assert(alignof(FMaterialFunctionInfo) == 0x000008, "Wrong alignment on FMaterialFunctionInfo"); \ +static_assert(sizeof(FMaterialFunctionInfo) == 0x000018, "Wrong size on FMaterialFunctionInfo"); \ +static_assert(offsetof(FMaterialFunctionInfo, StateId) == 0x000000, "Member 'FMaterialFunctionInfo::StateId' has a wrong offset!"); \ +static_assert(offsetof(FMaterialFunctionInfo, Function) == 0x000010, "Member 'FMaterialFunctionInfo::Function' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundWaveEnvelopeTimeData \ +static_assert(alignof(FSoundWaveEnvelopeTimeData) == 0x000004, "Wrong alignment on FSoundWaveEnvelopeTimeData"); \ +static_assert(sizeof(FSoundWaveEnvelopeTimeData) == 0x000008, "Wrong size on FSoundWaveEnvelopeTimeData"); \ +static_assert(offsetof(FSoundWaveEnvelopeTimeData, Amplitude) == 0x000000, "Member 'FSoundWaveEnvelopeTimeData::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveEnvelopeTimeData, TimeSec) == 0x000004, "Member 'FSoundWaveEnvelopeTimeData::TimeSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFastArraySerializerItem \ +static_assert(alignof(FFastArraySerializerItem) == 0x000004, "Wrong alignment on FFastArraySerializerItem"); \ +static_assert(sizeof(FFastArraySerializerItem) == 0x00000C, "Wrong size on FFastArraySerializerItem"); \ +static_assert(offsetof(FFastArraySerializerItem, ReplicationID) == 0x000000, "Member 'FFastArraySerializerItem::ReplicationID' has a wrong offset!"); \ +static_assert(offsetof(FFastArraySerializerItem, ReplicationKey) == 0x000004, "Member 'FFastArraySerializerItem::ReplicationKey' has a wrong offset!"); \ +static_assert(offsetof(FFastArraySerializerItem, MostRecentArrayReplicationKey) == 0x000008, "Member 'FFastArraySerializerItem::MostRecentArrayReplicationKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMulticastRecordOptions \ +static_assert(alignof(FMulticastRecordOptions) == 0x000008, "Wrong alignment on FMulticastRecordOptions"); \ +static_assert(sizeof(FMulticastRecordOptions) == 0x000018, "Wrong size on FMulticastRecordOptions"); \ +static_assert(offsetof(FMulticastRecordOptions, FuncPathName) == 0x000000, "Member 'FMulticastRecordOptions::FuncPathName' has a wrong offset!"); \ +static_assert(offsetof(FMulticastRecordOptions, bServerSkip) == 0x000010, "Member 'FMulticastRecordOptions::bServerSkip' has a wrong offset!"); \ +static_assert(offsetof(FMulticastRecordOptions, bClientSkip) == 0x000011, "Member 'FMulticastRecordOptions::bClientSkip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCurveTableRowHandle \ +static_assert(alignof(FCurveTableRowHandle) == 0x000008, "Wrong alignment on FCurveTableRowHandle"); \ +static_assert(sizeof(FCurveTableRowHandle) == 0x000018, "Wrong size on FCurveTableRowHandle"); \ +static_assert(offsetof(FCurveTableRowHandle, CurveTable) == 0x000000, "Member 'FCurveTableRowHandle::CurveTable' has a wrong offset!"); \ +static_assert(offsetof(FCurveTableRowHandle, RowName) == 0x000008, "Member 'FCurveTableRowHandle::RowName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputAlphaBoolBlend \ +static_assert(alignof(FInputAlphaBoolBlend) == 0x000008, "Wrong alignment on FInputAlphaBoolBlend"); \ +static_assert(sizeof(FInputAlphaBoolBlend) == 0x000048, "Wrong size on FInputAlphaBoolBlend"); \ +static_assert(offsetof(FInputAlphaBoolBlend, BlendInTime) == 0x000000, "Member 'FInputAlphaBoolBlend::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(FInputAlphaBoolBlend, BlendOutTime) == 0x000004, "Member 'FInputAlphaBoolBlend::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(FInputAlphaBoolBlend, BlendOption) == 0x000008, "Member 'FInputAlphaBoolBlend::BlendOption' has a wrong offset!"); \ +static_assert(offsetof(FInputAlphaBoolBlend, bInitialized) == 0x000009, "Member 'FInputAlphaBoolBlend::bInitialized' has a wrong offset!"); \ +static_assert(offsetof(FInputAlphaBoolBlend, CustomCurve) == 0x000010, "Member 'FInputAlphaBoolBlend::CustomCurve' has a wrong offset!"); \ +static_assert(offsetof(FInputAlphaBoolBlend, AlphaBlend) == 0x000018, "Member 'FInputAlphaBoolBlend::AlphaBlend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssetManagerRedirect \ +static_assert(alignof(FAssetManagerRedirect) == 0x000008, "Wrong alignment on FAssetManagerRedirect"); \ +static_assert(sizeof(FAssetManagerRedirect) == 0x000020, "Wrong size on FAssetManagerRedirect"); \ +static_assert(offsetof(FAssetManagerRedirect, Old) == 0x000000, "Member 'FAssetManagerRedirect::Old' has a wrong offset!"); \ +static_assert(offsetof(FAssetManagerRedirect, New) == 0x000010, "Member 'FAssetManagerRedirect::New' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSceneComponentInstanceData \ +static_assert(alignof(FSceneComponentInstanceData) == 0x000008, "Wrong alignment on FSceneComponentInstanceData"); \ +static_assert(sizeof(FSceneComponentInstanceData) == 0x0000B8, "Wrong size on FSceneComponentInstanceData"); \ +static_assert(offsetof(FSceneComponentInstanceData, AttachedInstanceComponents) == 0x000068, "Member 'FSceneComponentInstanceData::AttachedInstanceComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_Inertialization \ +static_assert(alignof(FAnimNode_Inertialization) == 0x000008, "Wrong alignment on FAnimNode_Inertialization"); \ +static_assert(sizeof(FAnimNode_Inertialization) == 0x000080, "Wrong size on FAnimNode_Inertialization"); \ +static_assert(offsetof(FAnimNode_Inertialization, Source) == 0x000020, "Member 'FAnimNode_Inertialization::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollisionResponseContainer \ +static_assert(alignof(FCollisionResponseContainer) == 0x000001, "Wrong alignment on FCollisionResponseContainer"); \ +static_assert(sizeof(FCollisionResponseContainer) == 0x000020, "Wrong size on FCollisionResponseContainer"); \ +static_assert(offsetof(FCollisionResponseContainer, WorldStatic) == 0x000000, "Member 'FCollisionResponseContainer::WorldStatic' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, WorldDynamic) == 0x000001, "Member 'FCollisionResponseContainer::WorldDynamic' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, Pawn) == 0x000002, "Member 'FCollisionResponseContainer::Pawn' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, Visibility) == 0x000003, "Member 'FCollisionResponseContainer::Visibility' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, Camera) == 0x000004, "Member 'FCollisionResponseContainer::Camera' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, PhysicsBody) == 0x000005, "Member 'FCollisionResponseContainer::PhysicsBody' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, Vehicle) == 0x000006, "Member 'FCollisionResponseContainer::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, Destructible) == 0x000007, "Member 'FCollisionResponseContainer::Destructible' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, EngineTraceChannel1) == 0x000008, "Member 'FCollisionResponseContainer::EngineTraceChannel1' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, EngineTraceChannel2) == 0x000009, "Member 'FCollisionResponseContainer::EngineTraceChannel2' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, EngineTraceChannel3) == 0x00000A, "Member 'FCollisionResponseContainer::EngineTraceChannel3' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, EngineTraceChannel4) == 0x00000B, "Member 'FCollisionResponseContainer::EngineTraceChannel4' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, EngineTraceChannel5) == 0x00000C, "Member 'FCollisionResponseContainer::EngineTraceChannel5' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, EngineTraceChannel6) == 0x00000D, "Member 'FCollisionResponseContainer::EngineTraceChannel6' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel1) == 0x00000E, "Member 'FCollisionResponseContainer::GameTraceChannel1' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel2) == 0x00000F, "Member 'FCollisionResponseContainer::GameTraceChannel2' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel3) == 0x000010, "Member 'FCollisionResponseContainer::GameTraceChannel3' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel4) == 0x000011, "Member 'FCollisionResponseContainer::GameTraceChannel4' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel5) == 0x000012, "Member 'FCollisionResponseContainer::GameTraceChannel5' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel6) == 0x000013, "Member 'FCollisionResponseContainer::GameTraceChannel6' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel7) == 0x000014, "Member 'FCollisionResponseContainer::GameTraceChannel7' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel8) == 0x000015, "Member 'FCollisionResponseContainer::GameTraceChannel8' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel9) == 0x000016, "Member 'FCollisionResponseContainer::GameTraceChannel9' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel10) == 0x000017, "Member 'FCollisionResponseContainer::GameTraceChannel10' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel11) == 0x000018, "Member 'FCollisionResponseContainer::GameTraceChannel11' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel12) == 0x000019, "Member 'FCollisionResponseContainer::GameTraceChannel12' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel13) == 0x00001A, "Member 'FCollisionResponseContainer::GameTraceChannel13' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel14) == 0x00001B, "Member 'FCollisionResponseContainer::GameTraceChannel14' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel15) == 0x00001C, "Member 'FCollisionResponseContainer::GameTraceChannel15' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel16) == 0x00001D, "Member 'FCollisionResponseContainer::GameTraceChannel16' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel17) == 0x00001E, "Member 'FCollisionResponseContainer::GameTraceChannel17' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel18) == 0x00001F, "Member 'FCollisionResponseContainer::GameTraceChannel18' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FResponseChannel \ +static_assert(alignof(FResponseChannel) == 0x000004, "Wrong alignment on FResponseChannel"); \ +static_assert(sizeof(FResponseChannel) == 0x000010, "Wrong size on FResponseChannel"); \ +static_assert(offsetof(FResponseChannel, Channel) == 0x000000, "Member 'FResponseChannel::Channel' has a wrong offset!"); \ +static_assert(offsetof(FResponseChannel, Response) == 0x00000C, "Member 'FResponseChannel::Response' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollisionResponse \ +static_assert(alignof(FCollisionResponse) == 0x000008, "Wrong alignment on FCollisionResponse"); \ +static_assert(sizeof(FCollisionResponse) == 0x000030, "Wrong size on FCollisionResponse"); \ +static_assert(offsetof(FCollisionResponse, ResponseToChannels) == 0x000000, "Member 'FCollisionResponse::ResponseToChannels' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponse, ResponseArray) == 0x000020, "Member 'FCollisionResponse::ResponseArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBodyInstance \ +static_assert(alignof(FBodyInstance) == 0x000008, "Wrong alignment on FBodyInstance"); \ +static_assert(sizeof(FBodyInstance) == 0x000168, "Wrong size on FBodyInstance"); \ +static_assert(offsetof(FBodyInstance, ObjectType) == 0x00001E, "Member 'FBodyInstance::ObjectType' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, CollisionEnabled) == 0x000020, "Member 'FBodyInstance::CollisionEnabled' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, SleepFamily) == 0x000059, "Member 'FBodyInstance::SleepFamily' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, DOFMode) == 0x00005A, "Member 'FBodyInstance::DOFMode' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, CollisionProfileName) == 0x00006C, "Member 'FBodyInstance::CollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, PositionSolverIterationCount) == 0x000078, "Member 'FBodyInstance::PositionSolverIterationCount' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, VelocitySolverIterationCount) == 0x000079, "Member 'FBodyInstance::VelocitySolverIterationCount' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, CollisionResponses) == 0x000080, "Member 'FBodyInstance::CollisionResponses' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, MaxDepenetrationVelocity) == 0x0000B0, "Member 'FBodyInstance::MaxDepenetrationVelocity' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, MaxContactImpulse) == 0x0000B4, "Member 'FBodyInstance::MaxContactImpulse' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, MassInKgOverride) == 0x0000B8, "Member 'FBodyInstance::MassInKgOverride' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, LinearDamping) == 0x0000C4, "Member 'FBodyInstance::LinearDamping' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, AngularDamping) == 0x0000C8, "Member 'FBodyInstance::AngularDamping' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, CustomDOFPlaneNormal) == 0x0000CC, "Member 'FBodyInstance::CustomDOFPlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, COMNudge) == 0x0000D8, "Member 'FBodyInstance::COMNudge' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, MassScale) == 0x0000E4, "Member 'FBodyInstance::MassScale' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, InertiaTensorScale) == 0x0000E8, "Member 'FBodyInstance::InertiaTensorScale' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, WalkableSlopeOverride) == 0x000108, "Member 'FBodyInstance::WalkableSlopeOverride' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, PhysMaterialOverride) == 0x000118, "Member 'FBodyInstance::PhysMaterialOverride' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, MaxAngularVelocity) == 0x000120, "Member 'FBodyInstance::MaxAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, CustomSleepThresholdMultiplier) == 0x000124, "Member 'FBodyInstance::CustomSleepThresholdMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, StabilizationThresholdMultiplier) == 0x000128, "Member 'FBodyInstance::StabilizationThresholdMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, PhysicsBlendWeight) == 0x00012C, "Member 'FBodyInstance::PhysicsBlendWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRichCurveKey \ +static_assert(alignof(FRichCurveKey) == 0x000004, "Wrong alignment on FRichCurveKey"); \ +static_assert(sizeof(FRichCurveKey) == 0x00001C, "Wrong size on FRichCurveKey"); \ +static_assert(offsetof(FRichCurveKey, InterpMode) == 0x000000, "Member 'FRichCurveKey::InterpMode' has a wrong offset!"); \ +static_assert(offsetof(FRichCurveKey, TangentMode) == 0x000001, "Member 'FRichCurveKey::TangentMode' has a wrong offset!"); \ +static_assert(offsetof(FRichCurveKey, TangentWeightMode) == 0x000002, "Member 'FRichCurveKey::TangentWeightMode' has a wrong offset!"); \ +static_assert(offsetof(FRichCurveKey, Time) == 0x000004, "Member 'FRichCurveKey::Time' has a wrong offset!"); \ +static_assert(offsetof(FRichCurveKey, Value) == 0x000008, "Member 'FRichCurveKey::Value' has a wrong offset!"); \ +static_assert(offsetof(FRichCurveKey, ArriveTangent) == 0x00000C, "Member 'FRichCurveKey::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FRichCurveKey, ArriveTangentWeight) == 0x000010, "Member 'FRichCurveKey::ArriveTangentWeight' has a wrong offset!"); \ +static_assert(offsetof(FRichCurveKey, LeaveTangent) == 0x000014, "Member 'FRichCurveKey::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FRichCurveKey, LeaveTangentWeight) == 0x000018, "Member 'FRichCurveKey::LeaveTangentWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKeyHandleMap \ +static_assert(alignof(FKeyHandleMap) == 0x000008, "Wrong alignment on FKeyHandleMap"); \ +static_assert(sizeof(FKeyHandleMap) == 0x000060, "Wrong size on FKeyHandleMap"); \ + +#define DUMPER7_ASSERTS_FIndexedCurve \ +static_assert(alignof(FIndexedCurve) == 0x000008, "Wrong alignment on FIndexedCurve"); \ +static_assert(sizeof(FIndexedCurve) == 0x000068, "Wrong size on FIndexedCurve"); \ +static_assert(offsetof(FIndexedCurve, KeyHandlesToIndices) == 0x000008, "Member 'FIndexedCurve::KeyHandlesToIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRealCurve \ +static_assert(alignof(FRealCurve) == 0x000008, "Wrong alignment on FRealCurve"); \ +static_assert(sizeof(FRealCurve) == 0x000070, "Wrong size on FRealCurve"); \ +static_assert(offsetof(FRealCurve, DefaultValue) == 0x000068, "Member 'FRealCurve::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FRealCurve, PreInfinityExtrap) == 0x00006C, "Member 'FRealCurve::PreInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FRealCurve, PostInfinityExtrap) == 0x00006D, "Member 'FRealCurve::PostInfinityExtrap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRichCurve \ +static_assert(alignof(FRichCurve) == 0x000008, "Wrong alignment on FRichCurve"); \ +static_assert(sizeof(FRichCurve) == 0x000080, "Wrong size on FRichCurve"); \ +static_assert(offsetof(FRichCurve, Keys) == 0x000070, "Member 'FRichCurve::Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRuntimeFloatCurve \ +static_assert(alignof(FRuntimeFloatCurve) == 0x000008, "Wrong alignment on FRuntimeFloatCurve"); \ +static_assert(sizeof(FRuntimeFloatCurve) == 0x000088, "Wrong size on FRuntimeFloatCurve"); \ +static_assert(offsetof(FRuntimeFloatCurve, EditorCurveData) == 0x000000, "Member 'FRuntimeFloatCurve::EditorCurveData' has a wrong offset!"); \ +static_assert(offsetof(FRuntimeFloatCurve, ExternalCurve) == 0x000080, "Member 'FRuntimeFloatCurve::ExternalCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBandwidthTestItem \ +static_assert(alignof(FBandwidthTestItem) == 0x000008, "Wrong alignment on FBandwidthTestItem"); \ +static_assert(sizeof(FBandwidthTestItem) == 0x000010, "Wrong size on FBandwidthTestItem"); \ +static_assert(offsetof(FBandwidthTestItem, Kilobyte) == 0x000000, "Member 'FBandwidthTestItem::Kilobyte' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBandwidthTestGenerator \ +static_assert(alignof(FBandwidthTestGenerator) == 0x000008, "Wrong alignment on FBandwidthTestGenerator"); \ +static_assert(sizeof(FBandwidthTestGenerator) == 0x000020, "Wrong size on FBandwidthTestGenerator"); \ +static_assert(offsetof(FBandwidthTestGenerator, ReplicatedBuffers) == 0x000000, "Member 'FBandwidthTestGenerator::ReplicatedBuffers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomInput \ +static_assert(alignof(FCustomInput) == 0x000004, "Wrong alignment on FCustomInput"); \ +static_assert(sizeof(FCustomInput) == 0x000028, "Wrong size on FCustomInput"); \ +static_assert(offsetof(FCustomInput, InputName) == 0x000000, "Member 'FCustomInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(FCustomInput, Input) == 0x00000C, "Member 'FCustomInput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimInstanceProxy \ +static_assert(alignof(FAnimInstanceProxy) == 0x000010, "Wrong alignment on FAnimInstanceProxy"); \ +static_assert(sizeof(FAnimInstanceProxy) == 0x000770, "Wrong size on FAnimInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FBuildPromotionOpenAssetSettings \ +static_assert(alignof(FBuildPromotionOpenAssetSettings) == 0x000008, "Wrong alignment on FBuildPromotionOpenAssetSettings"); \ +static_assert(sizeof(FBuildPromotionOpenAssetSettings) == 0x000060, "Wrong size on FBuildPromotionOpenAssetSettings"); \ +static_assert(offsetof(FBuildPromotionOpenAssetSettings, BlueprintAsset) == 0x000000, "Member 'FBuildPromotionOpenAssetSettings::BlueprintAsset' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionOpenAssetSettings, MaterialAsset) == 0x000010, "Member 'FBuildPromotionOpenAssetSettings::MaterialAsset' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionOpenAssetSettings, ParticleSystemAsset) == 0x000020, "Member 'FBuildPromotionOpenAssetSettings::ParticleSystemAsset' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionOpenAssetSettings, SkeletalMeshAsset) == 0x000030, "Member 'FBuildPromotionOpenAssetSettings::SkeletalMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionOpenAssetSettings, StaticMeshAsset) == 0x000040, "Member 'FBuildPromotionOpenAssetSettings::StaticMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionOpenAssetSettings, TextureAsset) == 0x000050, "Member 'FBuildPromotionOpenAssetSettings::TextureAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKShapeElem \ +static_assert(alignof(FKShapeElem) == 0x000008, "Wrong alignment on FKShapeElem"); \ +static_assert(sizeof(FKShapeElem) == 0x000030, "Wrong size on FKShapeElem"); \ +static_assert(offsetof(FKShapeElem, RestOffset) == 0x000008, "Member 'FKShapeElem::RestOffset' has a wrong offset!"); \ +static_assert(offsetof(FKShapeElem, Name) == 0x00000C, "Member 'FKShapeElem::Name' has a wrong offset!"); \ +static_assert(offsetof(FKShapeElem, CollisionEnabled) == 0x00001D, "Member 'FKShapeElem::CollisionEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKSphereElem \ +static_assert(alignof(FKSphereElem) == 0x000008, "Wrong alignment on FKSphereElem"); \ +static_assert(sizeof(FKSphereElem) == 0x000040, "Wrong size on FKSphereElem"); \ +static_assert(offsetof(FKSphereElem, Center) == 0x000030, "Member 'FKSphereElem::Center' has a wrong offset!"); \ +static_assert(offsetof(FKSphereElem, Radius) == 0x00003C, "Member 'FKSphereElem::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FParticleEditorPromotionSettings \ +static_assert(alignof(FParticleEditorPromotionSettings) == 0x000008, "Wrong alignment on FParticleEditorPromotionSettings"); \ +static_assert(sizeof(FParticleEditorPromotionSettings) == 0x000010, "Wrong size on FParticleEditorPromotionSettings"); \ +static_assert(offsetof(FParticleEditorPromotionSettings, DefaultParticleAsset) == 0x000000, "Member 'FParticleEditorPromotionSettings::DefaultParticleAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomPrimitiveData \ +static_assert(alignof(FCustomPrimitiveData) == 0x000008, "Wrong alignment on FCustomPrimitiveData"); \ +static_assert(sizeof(FCustomPrimitiveData) == 0x000010, "Wrong size on FCustomPrimitiveData"); \ +static_assert(offsetof(FCustomPrimitiveData, Data) == 0x000000, "Member 'FCustomPrimitiveData::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFullyLoadedPackagesInfo \ +static_assert(alignof(FFullyLoadedPackagesInfo) == 0x000008, "Wrong alignment on FFullyLoadedPackagesInfo"); \ +static_assert(sizeof(FFullyLoadedPackagesInfo) == 0x000038, "Wrong size on FFullyLoadedPackagesInfo"); \ +static_assert(offsetof(FFullyLoadedPackagesInfo, FullyLoadType) == 0x000000, "Member 'FFullyLoadedPackagesInfo::FullyLoadType' has a wrong offset!"); \ +static_assert(offsetof(FFullyLoadedPackagesInfo, Tag) == 0x000008, "Member 'FFullyLoadedPackagesInfo::Tag' has a wrong offset!"); \ +static_assert(offsetof(FFullyLoadedPackagesInfo, PackagesToLoad) == 0x000018, "Member 'FFullyLoadedPackagesInfo::PackagesToLoad' has a wrong offset!"); \ +static_assert(offsetof(FFullyLoadedPackagesInfo, LoadedObjects) == 0x000028, "Member 'FFullyLoadedPackagesInfo::LoadedObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTableRowBase \ +static_assert(alignof(FTableRowBase) == 0x000008, "Wrong alignment on FTableRowBase"); \ +static_assert(sizeof(FTableRowBase) == 0x000008, "Wrong size on FTableRowBase"); \ + +#define DUMPER7_ASSERTS_FInputRange \ +static_assert(alignof(FInputRange) == 0x000004, "Wrong alignment on FInputRange"); \ +static_assert(sizeof(FInputRange) == 0x000008, "Wrong size on FInputRange"); \ +static_assert(offsetof(FInputRange, Min) == 0x000000, "Member 'FInputRange::Min' has a wrong offset!"); \ +static_assert(offsetof(FInputRange, Max) == 0x000004, "Member 'FInputRange::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComponentSpacePoseLink \ +static_assert(alignof(FComponentSpacePoseLink) == 0x000008, "Wrong alignment on FComponentSpacePoseLink"); \ +static_assert(sizeof(FComponentSpacePoseLink) == 0x000010, "Wrong size on FComponentSpacePoseLink"); \ + +#define DUMPER7_ASSERTS_FGameNameRedirect \ +static_assert(alignof(FGameNameRedirect) == 0x000004, "Wrong alignment on FGameNameRedirect"); \ +static_assert(sizeof(FGameNameRedirect) == 0x000018, "Wrong size on FGameNameRedirect"); \ +static_assert(offsetof(FGameNameRedirect, OldGameName) == 0x000000, "Member 'FGameNameRedirect::OldGameName' has a wrong offset!"); \ +static_assert(offsetof(FGameNameRedirect, NewGameName) == 0x00000C, "Member 'FGameNameRedirect::NewGameName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticParameterBase \ +static_assert(alignof(FStaticParameterBase) == 0x000004, "Wrong alignment on FStaticParameterBase"); \ +static_assert(sizeof(FStaticParameterBase) == 0x000028, "Wrong size on FStaticParameterBase"); \ +static_assert(offsetof(FStaticParameterBase, ParameterInfo) == 0x000000, "Member 'FStaticParameterBase::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterBase, bOverride) == 0x000014, "Member 'FStaticParameterBase::bOverride' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterBase, ExpressionGUID) == 0x000018, "Member 'FStaticParameterBase::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticComponentMaskParameter \ +static_assert(alignof(FStaticComponentMaskParameter) == 0x000004, "Wrong alignment on FStaticComponentMaskParameter"); \ +static_assert(sizeof(FStaticComponentMaskParameter) == 0x00002C, "Wrong size on FStaticComponentMaskParameter"); \ +static_assert(offsetof(FStaticComponentMaskParameter, R) == 0x000028, "Member 'FStaticComponentMaskParameter::R' has a wrong offset!"); \ +static_assert(offsetof(FStaticComponentMaskParameter, G) == 0x000029, "Member 'FStaticComponentMaskParameter::G' has a wrong offset!"); \ +static_assert(offsetof(FStaticComponentMaskParameter, B) == 0x00002A, "Member 'FStaticComponentMaskParameter::B' has a wrong offset!"); \ +static_assert(offsetof(FStaticComponentMaskParameter, A) == 0x00002B, "Member 'FStaticComponentMaskParameter::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintComponentDelegateBinding \ +static_assert(alignof(FBlueprintComponentDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintComponentDelegateBinding"); \ +static_assert(sizeof(FBlueprintComponentDelegateBinding) == 0x000024, "Wrong size on FBlueprintComponentDelegateBinding"); \ +static_assert(offsetof(FBlueprintComponentDelegateBinding, ComponentPropertyName) == 0x000000, "Member 'FBlueprintComponentDelegateBinding::ComponentPropertyName' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintComponentDelegateBinding, DelegatePropertyName) == 0x00000C, "Member 'FBlueprintComponentDelegateBinding::DelegatePropertyName' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintComponentDelegateBinding, FunctionNameToBind) == 0x000018, "Member 'FBlueprintComponentDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_CustomProperty \ +static_assert(alignof(FAnimNode_CustomProperty) == 0x000008, "Wrong alignment on FAnimNode_CustomProperty"); \ +static_assert(sizeof(FAnimNode_CustomProperty) == 0x000068, "Wrong size on FAnimNode_CustomProperty"); \ +static_assert(offsetof(FAnimNode_CustomProperty, SourcePropertyNames) == 0x000020, "Member 'FAnimNode_CustomProperty::SourcePropertyNames' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CustomProperty, DestPropertyNames) == 0x000030, "Member 'FAnimNode_CustomProperty::DestPropertyNames' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CustomProperty, TargetInstance) == 0x000040, "Member 'FAnimNode_CustomProperty::TargetInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputScaleBiasClamp \ +static_assert(alignof(FInputScaleBiasClamp) == 0x000004, "Wrong alignment on FInputScaleBiasClamp"); \ +static_assert(sizeof(FInputScaleBiasClamp) == 0x000030, "Wrong size on FInputScaleBiasClamp"); \ +static_assert(offsetof(FInputScaleBiasClamp, bMapRange) == 0x000000, "Member 'FInputScaleBiasClamp::bMapRange' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClamp, bClampResult) == 0x000001, "Member 'FInputScaleBiasClamp::bClampResult' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClamp, bInterpResult) == 0x000002, "Member 'FInputScaleBiasClamp::bInterpResult' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClamp, InRange) == 0x000004, "Member 'FInputScaleBiasClamp::InRange' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClamp, OutRange) == 0x00000C, "Member 'FInputScaleBiasClamp::OutRange' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClamp, Scale) == 0x000014, "Member 'FInputScaleBiasClamp::Scale' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClamp, Bias) == 0x000018, "Member 'FInputScaleBiasClamp::Bias' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClamp, ClampMin) == 0x00001C, "Member 'FInputScaleBiasClamp::ClampMin' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClamp, ClampMax) == 0x000020, "Member 'FInputScaleBiasClamp::ClampMax' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClamp, InterpSpeedIncreasing) == 0x000024, "Member 'FInputScaleBiasClamp::InterpSpeedIncreasing' has a wrong offset!"); \ +static_assert(offsetof(FInputScaleBiasClamp, InterpSpeedDecreasing) == 0x000028, "Member 'FInputScaleBiasClamp::InterpSpeedDecreasing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComponentReference \ +static_assert(alignof(FComponentReference) == 0x000008, "Wrong alignment on FComponentReference"); \ +static_assert(sizeof(FComponentReference) == 0x000030, "Wrong size on FComponentReference"); \ +static_assert(offsetof(FComponentReference, OtherActor) == 0x000000, "Member 'FComponentReference::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(FComponentReference, ComponentProperty) == 0x000008, "Member 'FComponentReference::ComponentProperty' has a wrong offset!"); \ +static_assert(offsetof(FComponentReference, PathToComponent) == 0x000018, "Member 'FComponentReference::PathToComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBranchFilter \ +static_assert(alignof(FBranchFilter) == 0x000004, "Wrong alignment on FBranchFilter"); \ +static_assert(sizeof(FBranchFilter) == 0x000010, "Wrong size on FBranchFilter"); \ +static_assert(offsetof(FBranchFilter, BoneName) == 0x000000, "Member 'FBranchFilter::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FBranchFilter, BlendDepth) == 0x00000C, "Member 'FBranchFilter::BlendDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputBlendPose \ +static_assert(alignof(FInputBlendPose) == 0x000008, "Wrong alignment on FInputBlendPose"); \ +static_assert(sizeof(FInputBlendPose) == 0x000010, "Wrong size on FInputBlendPose"); \ +static_assert(offsetof(FInputBlendPose, BranchFilters) == 0x000000, "Member 'FInputBlendPose::BranchFilters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEdGraphTerminalType \ +static_assert(alignof(FEdGraphTerminalType) == 0x000004, "Wrong alignment on FEdGraphTerminalType"); \ +static_assert(sizeof(FEdGraphTerminalType) == 0x000024, "Wrong size on FEdGraphTerminalType"); \ +static_assert(offsetof(FEdGraphTerminalType, TerminalCategory) == 0x000000, "Member 'FEdGraphTerminalType::TerminalCategory' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphTerminalType, TerminalSubCategory) == 0x00000C, "Member 'FEdGraphTerminalType::TerminalSubCategory' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphTerminalType, TerminalSubCategoryObject) == 0x000018, "Member 'FEdGraphTerminalType::TerminalSubCategoryObject' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphTerminalType, bTerminalIsConst) == 0x000020, "Member 'FEdGraphTerminalType::bTerminalIsConst' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphTerminalType, bTerminalIsWeakPointer) == 0x000021, "Member 'FEdGraphTerminalType::bTerminalIsWeakPointer' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphTerminalType, bTerminalIsUObjectWrapper) == 0x000022, "Member 'FEdGraphTerminalType::bTerminalIsUObjectWrapper' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVirtualTextureSpacePoolConfig \ +static_assert(alignof(FVirtualTextureSpacePoolConfig) == 0x000008, "Wrong alignment on FVirtualTextureSpacePoolConfig"); \ +static_assert(sizeof(FVirtualTextureSpacePoolConfig) == 0x000028, "Wrong size on FVirtualTextureSpacePoolConfig"); \ +static_assert(offsetof(FVirtualTextureSpacePoolConfig, MinTileSize) == 0x000000, "Member 'FVirtualTextureSpacePoolConfig::MinTileSize' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureSpacePoolConfig, MaxTileSize) == 0x000004, "Member 'FVirtualTextureSpacePoolConfig::MaxTileSize' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureSpacePoolConfig, Formats) == 0x000008, "Member 'FVirtualTextureSpacePoolConfig::Formats' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureSpacePoolConfig, SizeInMegabyte) == 0x000018, "Member 'FVirtualTextureSpacePoolConfig::SizeInMegabyte' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureSpacePoolConfig, bAllowSizeScale) == 0x00001C, "Member 'FVirtualTextureSpacePoolConfig::bAllowSizeScale' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureSpacePoolConfig, ScalabilityGroup) == 0x000020, "Member 'FVirtualTextureSpacePoolConfig::ScalabilityGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimGroupInstance \ +static_assert(alignof(FAnimGroupInstance) == 0x000008, "Wrong alignment on FAnimGroupInstance"); \ +static_assert(sizeof(FAnimGroupInstance) == 0x000080, "Wrong size on FAnimGroupInstance"); \ + +#define DUMPER7_ASSERTS_FSplineCurves \ +static_assert(alignof(FSplineCurves) == 0x000008, "Wrong alignment on FSplineCurves"); \ +static_assert(sizeof(FSplineCurves) == 0x000070, "Wrong size on FSplineCurves"); \ +static_assert(offsetof(FSplineCurves, Position) == 0x000000, "Member 'FSplineCurves::Position' has a wrong offset!"); \ +static_assert(offsetof(FSplineCurves, Rotation) == 0x000018, "Member 'FSplineCurves::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FSplineCurves, Scale) == 0x000030, "Member 'FSplineCurves::Scale' has a wrong offset!"); \ +static_assert(offsetof(FSplineCurves, ReparamTable) == 0x000048, "Member 'FSplineCurves::ReparamTable' has a wrong offset!"); \ +static_assert(offsetof(FSplineCurves, Metadata) == 0x000060, "Member 'FSplineCurves::Metadata' has a wrong offset!"); \ +static_assert(offsetof(FSplineCurves, Version) == 0x000068, "Member 'FSplineCurves::Version' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSplineInstanceData \ +static_assert(alignof(FSplineInstanceData) == 0x000008, "Wrong alignment on FSplineInstanceData"); \ +static_assert(sizeof(FSplineInstanceData) == 0x0001A0, "Wrong size on FSplineInstanceData"); \ +static_assert(offsetof(FSplineInstanceData, bSplineHasBeenEdited) == 0x0000B8, "Member 'FSplineInstanceData::bSplineHasBeenEdited' has a wrong offset!"); \ +static_assert(offsetof(FSplineInstanceData, SplineCurves) == 0x0000C0, "Member 'FSplineInstanceData::SplineCurves' has a wrong offset!"); \ +static_assert(offsetof(FSplineInstanceData, SplineCurvesPreUCS) == 0x000130, "Member 'FSplineInstanceData::SplineCurvesPreUCS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompressedRichCurve \ +static_assert(alignof(FCompressedRichCurve) == 0x000008, "Wrong alignment on FCompressedRichCurve"); \ +static_assert(sizeof(FCompressedRichCurve) == 0x000018, "Wrong size on FCompressedRichCurve"); \ + +#define DUMPER7_ASSERTS_FAnimSyncMarker \ +static_assert(alignof(FAnimSyncMarker) == 0x000004, "Wrong alignment on FAnimSyncMarker"); \ +static_assert(sizeof(FAnimSyncMarker) == 0x000010, "Wrong size on FAnimSyncMarker"); \ +static_assert(offsetof(FAnimSyncMarker, MarkerName) == 0x000000, "Member 'FAnimSyncMarker::MarkerName' has a wrong offset!"); \ +static_assert(offsetof(FAnimSyncMarker, Time) == 0x00000C, "Member 'FAnimSyncMarker::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTouchInputControl \ +static_assert(alignof(FTouchInputControl) == 0x000008, "Wrong alignment on FTouchInputControl"); \ +static_assert(sizeof(FTouchInputControl) == 0x000078, "Wrong size on FTouchInputControl"); \ +static_assert(offsetof(FTouchInputControl, Image1) == 0x000000, "Member 'FTouchInputControl::Image1' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, Image2) == 0x000008, "Member 'FTouchInputControl::Image2' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, Center) == 0x000010, "Member 'FTouchInputControl::Center' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, VisualSize) == 0x000018, "Member 'FTouchInputControl::VisualSize' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, ThumbSize) == 0x000020, "Member 'FTouchInputControl::ThumbSize' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, InteractionSize) == 0x000028, "Member 'FTouchInputControl::InteractionSize' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, InputScale) == 0x000030, "Member 'FTouchInputControl::InputScale' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, MainInputKey) == 0x000038, "Member 'FTouchInputControl::MainInputKey' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, AltInputKey) == 0x000058, "Member 'FTouchInputControl::AltInputKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKBoxElem \ +static_assert(alignof(FKBoxElem) == 0x000008, "Wrong alignment on FKBoxElem"); \ +static_assert(sizeof(FKBoxElem) == 0x000058, "Wrong size on FKBoxElem"); \ +static_assert(offsetof(FKBoxElem, Center) == 0x000030, "Member 'FKBoxElem::Center' has a wrong offset!"); \ +static_assert(offsetof(FKBoxElem, Rotation) == 0x00003C, "Member 'FKBoxElem::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FKBoxElem, X) == 0x000048, "Member 'FKBoxElem::X' has a wrong offset!"); \ +static_assert(offsetof(FKBoxElem, Y) == 0x00004C, "Member 'FKBoxElem::Y' has a wrong offset!"); \ +static_assert(offsetof(FKBoxElem, Z) == 0x000050, "Member 'FKBoxElem::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveHapticFeedbackEffect \ +static_assert(alignof(FActiveHapticFeedbackEffect) == 0x000008, "Wrong alignment on FActiveHapticFeedbackEffect"); \ +static_assert(sizeof(FActiveHapticFeedbackEffect) == 0x000048, "Wrong size on FActiveHapticFeedbackEffect"); \ +static_assert(offsetof(FActiveHapticFeedbackEffect, HapticEffect) == 0x000000, "Member 'FActiveHapticFeedbackEffect::HapticEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerPlatformFloat \ +static_assert(alignof(FPerPlatformFloat) == 0x000004, "Wrong alignment on FPerPlatformFloat"); \ +static_assert(sizeof(FPerPlatformFloat) == 0x000004, "Wrong size on FPerPlatformFloat"); \ +static_assert(offsetof(FPerPlatformFloat, Default) == 0x000000, "Member 'FPerPlatformFloat::Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FColorGradePerRangeSettings \ +static_assert(alignof(FColorGradePerRangeSettings) == 0x000010, "Wrong alignment on FColorGradePerRangeSettings"); \ +static_assert(sizeof(FColorGradePerRangeSettings) == 0x000050, "Wrong size on FColorGradePerRangeSettings"); \ +static_assert(offsetof(FColorGradePerRangeSettings, Saturation) == 0x000000, "Member 'FColorGradePerRangeSettings::Saturation' has a wrong offset!"); \ +static_assert(offsetof(FColorGradePerRangeSettings, Contrast) == 0x000010, "Member 'FColorGradePerRangeSettings::Contrast' has a wrong offset!"); \ +static_assert(offsetof(FColorGradePerRangeSettings, Gamma) == 0x000020, "Member 'FColorGradePerRangeSettings::Gamma' has a wrong offset!"); \ +static_assert(offsetof(FColorGradePerRangeSettings, Gain) == 0x000030, "Member 'FColorGradePerRangeSettings::Gain' has a wrong offset!"); \ +static_assert(offsetof(FColorGradePerRangeSettings, Offset) == 0x000040, "Member 'FColorGradePerRangeSettings::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FColorGradingSettings \ +static_assert(alignof(FColorGradingSettings) == 0x000010, "Wrong alignment on FColorGradingSettings"); \ +static_assert(sizeof(FColorGradingSettings) == 0x000150, "Wrong size on FColorGradingSettings"); \ +static_assert(offsetof(FColorGradingSettings, Global) == 0x000000, "Member 'FColorGradingSettings::Global' has a wrong offset!"); \ +static_assert(offsetof(FColorGradingSettings, Shadows) == 0x000050, "Member 'FColorGradingSettings::Shadows' has a wrong offset!"); \ +static_assert(offsetof(FColorGradingSettings, Midtones) == 0x0000A0, "Member 'FColorGradingSettings::Midtones' has a wrong offset!"); \ +static_assert(offsetof(FColorGradingSettings, Highlights) == 0x0000F0, "Member 'FColorGradingSettings::Highlights' has a wrong offset!"); \ +static_assert(offsetof(FColorGradingSettings, ShadowsMax) == 0x000140, "Member 'FColorGradingSettings::ShadowsMax' has a wrong offset!"); \ +static_assert(offsetof(FColorGradingSettings, HighlightsMin) == 0x000144, "Member 'FColorGradingSettings::HighlightsMin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerPlatformInt \ +static_assert(alignof(FPerPlatformInt) == 0x000004, "Wrong alignment on FPerPlatformInt"); \ +static_assert(sizeof(FPerPlatformInt) == 0x000004, "Wrong size on FPerPlatformInt"); \ +static_assert(offsetof(FPerPlatformInt, Default) == 0x000000, "Member 'FPerPlatformInt::Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundModulationDestinationSettings \ +static_assert(alignof(FSoundModulationDestinationSettings) == 0x000008, "Wrong alignment on FSoundModulationDestinationSettings"); \ +static_assert(sizeof(FSoundModulationDestinationSettings) == 0x000010, "Wrong size on FSoundModulationDestinationSettings"); \ +static_assert(offsetof(FSoundModulationDestinationSettings, Value) == 0x000000, "Member 'FSoundModulationDestinationSettings::Value' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDestinationSettings, Modulator) == 0x000008, "Member 'FSoundModulationDestinationSettings::Modulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBakedStateExitTransition \ +static_assert(alignof(FBakedStateExitTransition) == 0x000008, "Wrong alignment on FBakedStateExitTransition"); \ +static_assert(sizeof(FBakedStateExitTransition) == 0x000020, "Wrong size on FBakedStateExitTransition"); \ +static_assert(offsetof(FBakedStateExitTransition, CanTakeDelegateIndex) == 0x000000, "Member 'FBakedStateExitTransition::CanTakeDelegateIndex' has a wrong offset!"); \ +static_assert(offsetof(FBakedStateExitTransition, CustomResultNodeIndex) == 0x000004, "Member 'FBakedStateExitTransition::CustomResultNodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FBakedStateExitTransition, TransitionIndex) == 0x000008, "Member 'FBakedStateExitTransition::TransitionIndex' has a wrong offset!"); \ +static_assert(offsetof(FBakedStateExitTransition, bDesiredTransitionReturnValue) == 0x00000C, "Member 'FBakedStateExitTransition::bDesiredTransitionReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FBakedStateExitTransition, bAutomaticRemainingTimeRule) == 0x00000D, "Member 'FBakedStateExitTransition::bAutomaticRemainingTimeRule' has a wrong offset!"); \ +static_assert(offsetof(FBakedStateExitTransition, PoseEvaluatorLinks) == 0x000010, "Member 'FBakedStateExitTransition::PoseEvaluatorLinks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBakedAnimationState \ +static_assert(alignof(FBakedAnimationState) == 0x000008, "Wrong alignment on FBakedAnimationState"); \ +static_assert(sizeof(FBakedAnimationState) == 0x000060, "Wrong size on FBakedAnimationState"); \ +static_assert(offsetof(FBakedAnimationState, StateName) == 0x000000, "Member 'FBakedAnimationState::StateName' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, Transitions) == 0x000010, "Member 'FBakedAnimationState::Transitions' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, StateRootNodeIndex) == 0x000020, "Member 'FBakedAnimationState::StateRootNodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, StartNotify) == 0x000024, "Member 'FBakedAnimationState::StartNotify' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, EndNotify) == 0x000028, "Member 'FBakedAnimationState::EndNotify' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, FullyBlendedNotify) == 0x00002C, "Member 'FBakedAnimationState::FullyBlendedNotify' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, bIsAConduit) == 0x000030, "Member 'FBakedAnimationState::bIsAConduit' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, EntryRuleNodeIndex) == 0x000034, "Member 'FBakedAnimationState::EntryRuleNodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, PlayerNodeIndices) == 0x000038, "Member 'FBakedAnimationState::PlayerNodeIndices' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, LayerNodeIndices) == 0x000048, "Member 'FBakedAnimationState::LayerNodeIndices' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, bAlwaysResetOnEntry) == 0x000058, "Member 'FBakedAnimationState::bAlwaysResetOnEntry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkelMeshComponentLODInfo \ +static_assert(alignof(FSkelMeshComponentLODInfo) == 0x000008, "Wrong alignment on FSkelMeshComponentLODInfo"); \ +static_assert(sizeof(FSkelMeshComponentLODInfo) == 0x000048, "Wrong size on FSkelMeshComponentLODInfo"); \ +static_assert(offsetof(FSkelMeshComponentLODInfo, HiddenMaterials) == 0x000000, "Member 'FSkelMeshComponentLODInfo::HiddenMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoneReference \ +static_assert(alignof(FBoneReference) == 0x000004, "Wrong alignment on FBoneReference"); \ +static_assert(sizeof(FBoneReference) == 0x000014, "Wrong size on FBoneReference"); \ +static_assert(offsetof(FBoneReference, BoneName) == 0x000000, "Member 'FBoneReference::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerBoneBlendWeight \ +static_assert(alignof(FPerBoneBlendWeight) == 0x000004, "Wrong alignment on FPerBoneBlendWeight"); \ +static_assert(sizeof(FPerBoneBlendWeight) == 0x000008, "Wrong size on FPerBoneBlendWeight"); \ +static_assert(offsetof(FPerBoneBlendWeight, SourceIndex) == 0x000000, "Member 'FPerBoneBlendWeight::SourceIndex' has a wrong offset!"); \ +static_assert(offsetof(FPerBoneBlendWeight, BlendWeight) == 0x000004, "Member 'FPerBoneBlendWeight::BlendWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FParticleEvent_GenerateInfo \ +static_assert(alignof(FParticleEvent_GenerateInfo) == 0x000008, "Wrong alignment on FParticleEvent_GenerateInfo"); \ +static_assert(sizeof(FParticleEvent_GenerateInfo) == 0x000030, "Wrong size on FParticleEvent_GenerateInfo"); \ +static_assert(offsetof(FParticleEvent_GenerateInfo, Type) == 0x000000, "Member 'FParticleEvent_GenerateInfo::Type' has a wrong offset!"); \ +static_assert(offsetof(FParticleEvent_GenerateInfo, Frequency) == 0x000004, "Member 'FParticleEvent_GenerateInfo::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FParticleEvent_GenerateInfo, ParticleFrequency) == 0x000008, "Member 'FParticleEvent_GenerateInfo::ParticleFrequency' has a wrong offset!"); \ +static_assert(offsetof(FParticleEvent_GenerateInfo, CustomName) == 0x000010, "Member 'FParticleEvent_GenerateInfo::CustomName' has a wrong offset!"); \ +static_assert(offsetof(FParticleEvent_GenerateInfo, ParticleModuleEventsToSendToGame) == 0x000020, "Member 'FParticleEvent_GenerateInfo::ParticleModuleEventsToSendToGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOverlapResult \ +static_assert(alignof(FOverlapResult) == 0x000004, "Wrong alignment on FOverlapResult"); \ +static_assert(sizeof(FOverlapResult) == 0x000018, "Wrong size on FOverlapResult"); \ +static_assert(offsetof(FOverlapResult, Actor) == 0x000000, "Member 'FOverlapResult::Actor' has a wrong offset!"); \ +static_assert(offsetof(FOverlapResult, Component) == 0x000008, "Member 'FOverlapResult::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseSnapshot \ +static_assert(alignof(FPoseSnapshot) == 0x000008, "Wrong alignment on FPoseSnapshot"); \ +static_assert(sizeof(FPoseSnapshot) == 0x000040, "Wrong size on FPoseSnapshot"); \ +static_assert(offsetof(FPoseSnapshot, LocalTransforms) == 0x000000, "Member 'FPoseSnapshot::LocalTransforms' has a wrong offset!"); \ +static_assert(offsetof(FPoseSnapshot, BoneNames) == 0x000010, "Member 'FPoseSnapshot::BoneNames' has a wrong offset!"); \ +static_assert(offsetof(FPoseSnapshot, SkeletalMeshName) == 0x000020, "Member 'FPoseSnapshot::SkeletalMeshName' has a wrong offset!"); \ +static_assert(offsetof(FPoseSnapshot, SnapshotName) == 0x00002C, "Member 'FPoseSnapshot::SnapshotName' has a wrong offset!"); \ +static_assert(offsetof(FPoseSnapshot, bIsValid) == 0x000038, "Member 'FPoseSnapshot::bIsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_Root \ +static_assert(alignof(FAnimNode_Root) == 0x000008, "Wrong alignment on FAnimNode_Root"); \ +static_assert(sizeof(FAnimNode_Root) == 0x000048, "Wrong size on FAnimNode_Root"); \ +static_assert(offsetof(FAnimNode_Root, Result) == 0x000020, "Member 'FAnimNode_Root::Result' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Root, Name) == 0x000030, "Member 'FAnimNode_Root::Name' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Root, Group) == 0x00003C, "Member 'FAnimNode_Root::Group' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMemberReference \ +static_assert(alignof(FMemberReference) == 0x000008, "Wrong alignment on FMemberReference"); \ +static_assert(sizeof(FMemberReference) == 0x000038, "Wrong size on FMemberReference"); \ +static_assert(offsetof(FMemberReference, MemberParent) == 0x000000, "Member 'FMemberReference::MemberParent' has a wrong offset!"); \ +static_assert(offsetof(FMemberReference, MemberScope) == 0x000008, "Member 'FMemberReference::MemberScope' has a wrong offset!"); \ +static_assert(offsetof(FMemberReference, MemberName) == 0x000018, "Member 'FMemberReference::MemberName' has a wrong offset!"); \ +static_assert(offsetof(FMemberReference, MemberGuid) == 0x000024, "Member 'FMemberReference::MemberGuid' has a wrong offset!"); \ +static_assert(offsetof(FMemberReference, bSelfContext) == 0x000034, "Member 'FMemberReference::bSelfContext' has a wrong offset!"); \ +static_assert(offsetof(FMemberReference, bWasDeprecated) == 0x000035, "Member 'FMemberReference::bWasDeprecated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseData \ +static_assert(alignof(FPoseData) == 0x000008, "Wrong alignment on FPoseData"); \ +static_assert(sizeof(FPoseData) == 0x000070, "Wrong size on FPoseData"); \ +static_assert(offsetof(FPoseData, LocalSpacePose) == 0x000000, "Member 'FPoseData::LocalSpacePose' has a wrong offset!"); \ +static_assert(offsetof(FPoseData, TrackToBufferIndex) == 0x000010, "Member 'FPoseData::TrackToBufferIndex' has a wrong offset!"); \ +static_assert(offsetof(FPoseData, CurveData) == 0x000060, "Member 'FPoseData::CurveData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimCurveBase \ +static_assert(alignof(FAnimCurveBase) == 0x000004, "Wrong alignment on FAnimCurveBase"); \ +static_assert(sizeof(FAnimCurveBase) == 0x000020, "Wrong size on FAnimCurveBase"); \ +static_assert(offsetof(FAnimCurveBase, LastObservedName) == 0x000000, "Member 'FAnimCurveBase::LastObservedName' has a wrong offset!"); \ +static_assert(offsetof(FAnimCurveBase, Name) == 0x00000C, "Member 'FAnimCurveBase::Name' has a wrong offset!"); \ +static_assert(offsetof(FAnimCurveBase, CurveTypeFlags) == 0x00001C, "Member 'FAnimCurveBase::CurveTypeFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseDataContainer \ +static_assert(alignof(FPoseDataContainer) == 0x000008, "Wrong alignment on FPoseDataContainer"); \ +static_assert(sizeof(FPoseDataContainer) == 0x000090, "Wrong size on FPoseDataContainer"); \ +static_assert(offsetof(FPoseDataContainer, PoseNames) == 0x000000, "Member 'FPoseDataContainer::PoseNames' has a wrong offset!"); \ +static_assert(offsetof(FPoseDataContainer, Tracks) == 0x000010, "Member 'FPoseDataContainer::Tracks' has a wrong offset!"); \ +static_assert(offsetof(FPoseDataContainer, TrackMap) == 0x000020, "Member 'FPoseDataContainer::TrackMap' has a wrong offset!"); \ +static_assert(offsetof(FPoseDataContainer, Poses) == 0x000070, "Member 'FPoseDataContainer::Poses' has a wrong offset!"); \ +static_assert(offsetof(FPoseDataContainer, Curves) == 0x000080, "Member 'FPoseDataContainer::Curves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimCurveParam \ +static_assert(alignof(FAnimCurveParam) == 0x000004, "Wrong alignment on FAnimCurveParam"); \ +static_assert(sizeof(FAnimCurveParam) == 0x000010, "Wrong size on FAnimCurveParam"); \ +static_assert(offsetof(FAnimCurveParam, Name) == 0x000000, "Member 'FAnimCurveParam::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPredictProjectilePathPointData \ +static_assert(alignof(FPredictProjectilePathPointData) == 0x000004, "Wrong alignment on FPredictProjectilePathPointData"); \ +static_assert(sizeof(FPredictProjectilePathPointData) == 0x00001C, "Wrong size on FPredictProjectilePathPointData"); \ +static_assert(offsetof(FPredictProjectilePathPointData, Location) == 0x000000, "Member 'FPredictProjectilePathPointData::Location' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathPointData, Velocity) == 0x00000C, "Member 'FPredictProjectilePathPointData::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathPointData, Time) == 0x000018, "Member 'FPredictProjectilePathPointData::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPredictProjectilePathResult \ +static_assert(alignof(FPredictProjectilePathResult) == 0x000008, "Wrong alignment on FPredictProjectilePathResult"); \ +static_assert(sizeof(FPredictProjectilePathResult) == 0x0000C0, "Wrong size on FPredictProjectilePathResult"); \ +static_assert(offsetof(FPredictProjectilePathResult, PathData) == 0x000000, "Member 'FPredictProjectilePathResult::PathData' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathResult, LastTraceDestination) == 0x000010, "Member 'FPredictProjectilePathResult::LastTraceDestination' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathResult, HitResult) == 0x00002C, "Member 'FPredictProjectilePathResult::HitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTranslationTrack \ +static_assert(alignof(FTranslationTrack) == 0x000008, "Wrong alignment on FTranslationTrack"); \ +static_assert(sizeof(FTranslationTrack) == 0x000020, "Wrong size on FTranslationTrack"); \ +static_assert(offsetof(FTranslationTrack, PosKeys) == 0x000000, "Member 'FTranslationTrack::PosKeys' has a wrong offset!"); \ +static_assert(offsetof(FTranslationTrack, Times) == 0x000010, "Member 'FTranslationTrack::Times' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRepMovement \ +static_assert(alignof(FRepMovement) == 0x000004, "Wrong alignment on FRepMovement"); \ +static_assert(sizeof(FRepMovement) == 0x000038, "Wrong size on FRepMovement"); \ +static_assert(offsetof(FRepMovement, LinearVelocity) == 0x000000, "Member 'FRepMovement::LinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(FRepMovement, AngularVelocity) == 0x00000C, "Member 'FRepMovement::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FRepMovement, Location) == 0x000018, "Member 'FRepMovement::Location' has a wrong offset!"); \ +static_assert(offsetof(FRepMovement, Rotation) == 0x000024, "Member 'FRepMovement::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRepMovement, LocationQuantizationLevel) == 0x000031, "Member 'FRepMovement::LocationQuantizationLevel' has a wrong offset!"); \ +static_assert(offsetof(FRepMovement, VelocityQuantizationLevel) == 0x000032, "Member 'FRepMovement::VelocityQuantizationLevel' has a wrong offset!"); \ +static_assert(offsetof(FRepMovement, RotationQuantizationLevel) == 0x000033, "Member 'FRepMovement::RotationQuantizationLevel' has a wrong offset!"); \ +static_assert(offsetof(FRepMovement, State) == 0x000035, "Member 'FRepMovement::State' has a wrong offset!"); \ +static_assert(offsetof(FRepMovement, MaxStateBitCount) == 0x000036, "Member 'FRepMovement::MaxStateBitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorTickFunction \ +static_assert(alignof(FActorTickFunction) == 0x000008, "Wrong alignment on FActorTickFunction"); \ +static_assert(sizeof(FActorTickFunction) == 0x000030, "Wrong size on FActorTickFunction"); \ + +#define DUMPER7_ASSERTS_FAudioEffectParameters \ +static_assert(alignof(FAudioEffectParameters) == 0x000008, "Wrong alignment on FAudioEffectParameters"); \ +static_assert(sizeof(FAudioEffectParameters) == 0x000008, "Wrong size on FAudioEffectParameters"); \ + +#define DUMPER7_ASSERTS_FKSphylElem \ +static_assert(alignof(FKSphylElem) == 0x000008, "Wrong alignment on FKSphylElem"); \ +static_assert(sizeof(FKSphylElem) == 0x000050, "Wrong size on FKSphylElem"); \ +static_assert(offsetof(FKSphylElem, Center) == 0x000030, "Member 'FKSphylElem::Center' has a wrong offset!"); \ +static_assert(offsetof(FKSphylElem, Rotation) == 0x00003C, "Member 'FKSphylElem::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FKSphylElem, Radius) == 0x000048, "Member 'FKSphylElem::Radius' has a wrong offset!"); \ +static_assert(offsetof(FKSphylElem, Length) == 0x00004C, "Member 'FKSphylElem::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKConvexElem \ +static_assert(alignof(FKConvexElem) == 0x000010, "Wrong alignment on FKConvexElem"); \ +static_assert(sizeof(FKConvexElem) == 0x0000B0, "Wrong size on FKConvexElem"); \ +static_assert(offsetof(FKConvexElem, VertexData) == 0x000030, "Member 'FKConvexElem::VertexData' has a wrong offset!"); \ +static_assert(offsetof(FKConvexElem, IndexData) == 0x000040, "Member 'FKConvexElem::IndexData' has a wrong offset!"); \ +static_assert(offsetof(FKConvexElem, ElemBox) == 0x000050, "Member 'FKConvexElem::ElemBox' has a wrong offset!"); \ +static_assert(offsetof(FKConvexElem, Transform) == 0x000070, "Member 'FKConvexElem::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKTaperedCapsuleElem \ +static_assert(alignof(FKTaperedCapsuleElem) == 0x000008, "Wrong alignment on FKTaperedCapsuleElem"); \ +static_assert(sizeof(FKTaperedCapsuleElem) == 0x000058, "Wrong size on FKTaperedCapsuleElem"); \ +static_assert(offsetof(FKTaperedCapsuleElem, Center) == 0x000030, "Member 'FKTaperedCapsuleElem::Center' has a wrong offset!"); \ +static_assert(offsetof(FKTaperedCapsuleElem, Rotation) == 0x00003C, "Member 'FKTaperedCapsuleElem::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FKTaperedCapsuleElem, Radius0) == 0x000048, "Member 'FKTaperedCapsuleElem::Radius0' has a wrong offset!"); \ +static_assert(offsetof(FKTaperedCapsuleElem, Radius1) == 0x00004C, "Member 'FKTaperedCapsuleElem::Radius1' has a wrong offset!"); \ +static_assert(offsetof(FKTaperedCapsuleElem, Length) == 0x000050, "Member 'FKTaperedCapsuleElem::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKAggregateGeom \ +static_assert(alignof(FKAggregateGeom) == 0x000008, "Wrong alignment on FKAggregateGeom"); \ +static_assert(sizeof(FKAggregateGeom) == 0x000058, "Wrong size on FKAggregateGeom"); \ +static_assert(offsetof(FKAggregateGeom, SphereElems) == 0x000000, "Member 'FKAggregateGeom::SphereElems' has a wrong offset!"); \ +static_assert(offsetof(FKAggregateGeom, BoxElems) == 0x000010, "Member 'FKAggregateGeom::BoxElems' has a wrong offset!"); \ +static_assert(offsetof(FKAggregateGeom, SphylElems) == 0x000020, "Member 'FKAggregateGeom::SphylElems' has a wrong offset!"); \ +static_assert(offsetof(FKAggregateGeom, ConvexElems) == 0x000030, "Member 'FKAggregateGeom::ConvexElems' has a wrong offset!"); \ +static_assert(offsetof(FKAggregateGeom, TaperedCapsuleElems) == 0x000040, "Member 'FKAggregateGeom::TaperedCapsuleElems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTTTrackId \ +static_assert(alignof(FTTTrackId) == 0x000004, "Wrong alignment on FTTTrackId"); \ +static_assert(sizeof(FTTTrackId) == 0x000008, "Wrong size on FTTTrackId"); \ +static_assert(offsetof(FTTTrackId, TrackType) == 0x000000, "Member 'FTTTrackId::TrackType' has a wrong offset!"); \ +static_assert(offsetof(FTTTrackId, TrackIndex) == 0x000004, "Member 'FTTTrackId::TrackIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialEditorPromotionSettings \ +static_assert(alignof(FMaterialEditorPromotionSettings) == 0x000008, "Wrong alignment on FMaterialEditorPromotionSettings"); \ +static_assert(sizeof(FMaterialEditorPromotionSettings) == 0x000030, "Wrong size on FMaterialEditorPromotionSettings"); \ +static_assert(offsetof(FMaterialEditorPromotionSettings, DefaultMaterialAsset) == 0x000000, "Member 'FMaterialEditorPromotionSettings::DefaultMaterialAsset' has a wrong offset!"); \ +static_assert(offsetof(FMaterialEditorPromotionSettings, DefaultDiffuseTexture) == 0x000010, "Member 'FMaterialEditorPromotionSettings::DefaultDiffuseTexture' has a wrong offset!"); \ +static_assert(offsetof(FMaterialEditorPromotionSettings, DefaultNormalTexture) == 0x000020, "Member 'FMaterialEditorPromotionSettings::DefaultNormalTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationGroupReference \ +static_assert(alignof(FAnimationGroupReference) == 0x000004, "Wrong alignment on FAnimationGroupReference"); \ +static_assert(sizeof(FAnimationGroupReference) == 0x000010, "Wrong size on FAnimationGroupReference"); \ +static_assert(offsetof(FAnimationGroupReference, GroupName) == 0x000000, "Member 'FAnimationGroupReference::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FAnimationGroupReference, GroupRole) == 0x00000C, "Member 'FAnimationGroupReference::GroupRole' has a wrong offset!"); \ +static_assert(offsetof(FAnimationGroupReference, GroupScope) == 0x00000D, "Member 'FAnimationGroupReference::GroupScope' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundSubmixSendInfo \ +static_assert(alignof(FSoundSubmixSendInfo) == 0x000008, "Wrong alignment on FSoundSubmixSendInfo"); \ +static_assert(sizeof(FSoundSubmixSendInfo) == 0x0000B0, "Wrong size on FSoundSubmixSendInfo"); \ +static_assert(offsetof(FSoundSubmixSendInfo, SendLevelControlMethod) == 0x000000, "Member 'FSoundSubmixSendInfo::SendLevelControlMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfo, SendStage) == 0x000001, "Member 'FSoundSubmixSendInfo::SendStage' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfo, SoundSubmix) == 0x000008, "Member 'FSoundSubmixSendInfo::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfo, SendLevel) == 0x000010, "Member 'FSoundSubmixSendInfo::SendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfo, MinSendLevel) == 0x000014, "Member 'FSoundSubmixSendInfo::MinSendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfo, MaxSendLevel) == 0x000018, "Member 'FSoundSubmixSendInfo::MaxSendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfo, MinSendDistance) == 0x00001C, "Member 'FSoundSubmixSendInfo::MinSendDistance' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfo, MaxSendDistance) == 0x000020, "Member 'FSoundSubmixSendInfo::MaxSendDistance' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfo, CustomSendLevelCurve) == 0x000028, "Member 'FSoundSubmixSendInfo::CustomSendLevelCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootMotionMovementParams \ +static_assert(alignof(FRootMotionMovementParams) == 0x000010, "Wrong alignment on FRootMotionMovementParams"); \ +static_assert(sizeof(FRootMotionMovementParams) == 0x000040, "Wrong size on FRootMotionMovementParams"); \ +static_assert(offsetof(FRootMotionMovementParams, bHasRootMotion) == 0x000000, "Member 'FRootMotionMovementParams::bHasRootMotion' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionMovementParams, BlendWeight) == 0x000004, "Member 'FRootMotionMovementParams::BlendWeight' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionMovementParams, RootMotionTransform) == 0x000010, "Member 'FRootMotionMovementParams::RootMotionTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintEditorPromotionSettings \ +static_assert(alignof(FBlueprintEditorPromotionSettings) == 0x000008, "Wrong alignment on FBlueprintEditorPromotionSettings"); \ +static_assert(sizeof(FBlueprintEditorPromotionSettings) == 0x000030, "Wrong size on FBlueprintEditorPromotionSettings"); \ +static_assert(offsetof(FBlueprintEditorPromotionSettings, FirstMeshPath) == 0x000000, "Member 'FBlueprintEditorPromotionSettings::FirstMeshPath' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintEditorPromotionSettings, SecondMeshPath) == 0x000010, "Member 'FBlueprintEditorPromotionSettings::SecondMeshPath' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintEditorPromotionSettings, DefaultParticleAsset) == 0x000020, "Member 'FBlueprintEditorPromotionSettings::DefaultParticleAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimTickRecord \ +static_assert(alignof(FAnimTickRecord) == 0x000008, "Wrong alignment on FAnimTickRecord"); \ +static_assert(sizeof(FAnimTickRecord) == 0x000048, "Wrong size on FAnimTickRecord"); \ +static_assert(offsetof(FAnimTickRecord, SourceAsset) == 0x000000, "Member 'FAnimTickRecord::SourceAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMarkerSyncAnimPosition \ +static_assert(alignof(FMarkerSyncAnimPosition) == 0x000004, "Wrong alignment on FMarkerSyncAnimPosition"); \ +static_assert(sizeof(FMarkerSyncAnimPosition) == 0x00001C, "Wrong size on FMarkerSyncAnimPosition"); \ +static_assert(offsetof(FMarkerSyncAnimPosition, PreviousMarkerName) == 0x000000, "Member 'FMarkerSyncAnimPosition::PreviousMarkerName' has a wrong offset!"); \ +static_assert(offsetof(FMarkerSyncAnimPosition, NextMarkerName) == 0x00000C, "Member 'FMarkerSyncAnimPosition::NextMarkerName' has a wrong offset!"); \ +static_assert(offsetof(FMarkerSyncAnimPosition, PositionBetweenMarkers) == 0x000018, "Member 'FMarkerSyncAnimPosition::PositionBetweenMarkers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEditorElement \ +static_assert(alignof(FEditorElement) == 0x000004, "Wrong alignment on FEditorElement"); \ +static_assert(sizeof(FEditorElement) == 0x000018, "Wrong size on FEditorElement"); \ +static_assert(offsetof(FEditorElement, Indices) == 0x000000, "Member 'FEditorElement::Indices' has a wrong offset!"); \ +static_assert(offsetof(FEditorElement, Weights) == 0x00000C, "Member 'FEditorElement::Weights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGridBlendSample \ +static_assert(alignof(FGridBlendSample) == 0x000004, "Wrong alignment on FGridBlendSample"); \ +static_assert(sizeof(FGridBlendSample) == 0x00001C, "Wrong size on FGridBlendSample"); \ +static_assert(offsetof(FGridBlendSample, GridElement) == 0x000000, "Member 'FGridBlendSample::GridElement' has a wrong offset!"); \ +static_assert(offsetof(FGridBlendSample, BlendWeight) == 0x000018, "Member 'FGridBlendSample::BlendWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlendFilter \ +static_assert(alignof(FBlendFilter) == 0x000008, "Wrong alignment on FBlendFilter"); \ +static_assert(sizeof(FBlendFilter) == 0x000078, "Wrong size on FBlendFilter"); \ + +#define DUMPER7_ASSERTS_FEndPhysicsTickFunction \ +static_assert(alignof(FEndPhysicsTickFunction) == 0x000008, "Wrong alignment on FEndPhysicsTickFunction"); \ +static_assert(sizeof(FEndPhysicsTickFunction) == 0x000030, "Wrong size on FEndPhysicsTickFunction"); \ + +#define DUMPER7_ASSERTS_FBlendSampleData \ +static_assert(alignof(FBlendSampleData) == 0x000008, "Wrong alignment on FBlendSampleData"); \ +static_assert(sizeof(FBlendSampleData) == 0x000040, "Wrong size on FBlendSampleData"); \ +static_assert(offsetof(FBlendSampleData, SampleDataIndex) == 0x000000, "Member 'FBlendSampleData::SampleDataIndex' has a wrong offset!"); \ +static_assert(offsetof(FBlendSampleData, Animation) == 0x000008, "Member 'FBlendSampleData::Animation' has a wrong offset!"); \ +static_assert(offsetof(FBlendSampleData, TotalWeight) == 0x000010, "Member 'FBlendSampleData::TotalWeight' has a wrong offset!"); \ +static_assert(offsetof(FBlendSampleData, Time) == 0x000014, "Member 'FBlendSampleData::Time' has a wrong offset!"); \ +static_assert(offsetof(FBlendSampleData, PreviousTime) == 0x000018, "Member 'FBlendSampleData::PreviousTime' has a wrong offset!"); \ +static_assert(offsetof(FBlendSampleData, SamplePlayRate) == 0x00001C, "Member 'FBlendSampleData::SamplePlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedTransform \ +static_assert(alignof(FNamedTransform) == 0x000010, "Wrong alignment on FNamedTransform"); \ +static_assert(sizeof(FNamedTransform) == 0x000040, "Wrong size on FNamedTransform"); \ +static_assert(offsetof(FNamedTransform, Value) == 0x000000, "Member 'FNamedTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FNamedTransform, Name) == 0x000030, "Member 'FNamedTransform::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomProfile \ +static_assert(alignof(FCustomProfile) == 0x000008, "Wrong alignment on FCustomProfile"); \ +static_assert(sizeof(FCustomProfile) == 0x000020, "Wrong size on FCustomProfile"); \ +static_assert(offsetof(FCustomProfile, Name) == 0x000000, "Member 'FCustomProfile::Name' has a wrong offset!"); \ +static_assert(offsetof(FCustomProfile, CustomResponses) == 0x000010, "Member 'FCustomProfile::CustomResponses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedColor \ +static_assert(alignof(FNamedColor) == 0x000004, "Wrong alignment on FNamedColor"); \ +static_assert(sizeof(FNamedColor) == 0x000010, "Wrong size on FNamedColor"); \ +static_assert(offsetof(FNamedColor, Value) == 0x000000, "Member 'FNamedColor::Value' has a wrong offset!"); \ +static_assert(offsetof(FNamedColor, Name) == 0x000004, "Member 'FNamedColor::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedVector \ +static_assert(alignof(FNamedVector) == 0x000004, "Wrong alignment on FNamedVector"); \ +static_assert(sizeof(FNamedVector) == 0x000018, "Wrong size on FNamedVector"); \ +static_assert(offsetof(FNamedVector, Value) == 0x000000, "Member 'FNamedVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FNamedVector, Name) == 0x00000C, "Member 'FNamedVector::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEdGraphPinType \ +static_assert(alignof(FEdGraphPinType) == 0x000008, "Wrong alignment on FEdGraphPinType"); \ +static_assert(sizeof(FEdGraphPinType) == 0x000070, "Wrong size on FEdGraphPinType"); \ +static_assert(offsetof(FEdGraphPinType, PinCategory) == 0x000000, "Member 'FEdGraphPinType::PinCategory' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinType, PinSubCategory) == 0x00000C, "Member 'FEdGraphPinType::PinSubCategory' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinType, PinSubCategoryObject) == 0x000018, "Member 'FEdGraphPinType::PinSubCategoryObject' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinType, PinSubCategoryMemberReference) == 0x000020, "Member 'FEdGraphPinType::PinSubCategoryMemberReference' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinType, PinValueType) == 0x000048, "Member 'FEdGraphPinType::PinValueType' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinType, ContainerType) == 0x00006C, "Member 'FEdGraphPinType::ContainerType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBPVariableMetaDataEntry \ +static_assert(alignof(FBPVariableMetaDataEntry) == 0x000008, "Wrong alignment on FBPVariableMetaDataEntry"); \ +static_assert(sizeof(FBPVariableMetaDataEntry) == 0x000020, "Wrong size on FBPVariableMetaDataEntry"); \ +static_assert(offsetof(FBPVariableMetaDataEntry, DataKey) == 0x000000, "Member 'FBPVariableMetaDataEntry::DataKey' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableMetaDataEntry, DataValue) == 0x000010, "Member 'FBPVariableMetaDataEntry::DataValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBPVariableDescription \ +static_assert(alignof(FBPVariableDescription) == 0x000008, "Wrong alignment on FBPVariableDescription"); \ +static_assert(sizeof(FBPVariableDescription) == 0x0000F0, "Wrong size on FBPVariableDescription"); \ +static_assert(offsetof(FBPVariableDescription, VarName) == 0x000000, "Member 'FBPVariableDescription::VarName' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, VarGuid) == 0x00000C, "Member 'FBPVariableDescription::VarGuid' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, VarType) == 0x000020, "Member 'FBPVariableDescription::VarType' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, FriendlyName) == 0x000090, "Member 'FBPVariableDescription::FriendlyName' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, Category) == 0x0000A0, "Member 'FBPVariableDescription::Category' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, PropertyFlags) == 0x0000B8, "Member 'FBPVariableDescription::PropertyFlags' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, RepNotifyFunc) == 0x0000C0, "Member 'FBPVariableDescription::RepNotifyFunc' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, ReplicationCondition) == 0x0000CC, "Member 'FBPVariableDescription::ReplicationCondition' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, MetaDataArray) == 0x0000D0, "Member 'FBPVariableDescription::MetaDataArray' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, DefaultValue) == 0x0000E0, "Member 'FBPVariableDescription::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedFloat \ +static_assert(alignof(FNamedFloat) == 0x000004, "Wrong alignment on FNamedFloat"); \ +static_assert(sizeof(FNamedFloat) == 0x000010, "Wrong size on FNamedFloat"); \ +static_assert(offsetof(FNamedFloat, Value) == 0x000000, "Member 'FNamedFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FNamedFloat, Name) == 0x000004, "Member 'FNamedFloat::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimParentNodeAssetOverride \ +static_assert(alignof(FAnimParentNodeAssetOverride) == 0x000008, "Wrong alignment on FAnimParentNodeAssetOverride"); \ +static_assert(sizeof(FAnimParentNodeAssetOverride) == 0x000018, "Wrong size on FAnimParentNodeAssetOverride"); \ +static_assert(offsetof(FAnimParentNodeAssetOverride, NewAsset) == 0x000000, "Member 'FAnimParentNodeAssetOverride::NewAsset' has a wrong offset!"); \ +static_assert(offsetof(FAnimParentNodeAssetOverride, ParentNodeGuid) == 0x000008, "Member 'FAnimParentNodeAssetOverride::ParentNodeGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimGroupInfo \ +static_assert(alignof(FAnimGroupInfo) == 0x000004, "Wrong alignment on FAnimGroupInfo"); \ +static_assert(sizeof(FAnimGroupInfo) == 0x00001C, "Wrong size on FAnimGroupInfo"); \ +static_assert(offsetof(FAnimGroupInfo, Name) == 0x000000, "Member 'FAnimGroupInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FAnimGroupInfo, Color) == 0x00000C, "Member 'FAnimGroupInfo::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimBlueprintDebugData \ +static_assert(alignof(FAnimBlueprintDebugData) == 0x000001, "Wrong alignment on FAnimBlueprintDebugData"); \ +static_assert(sizeof(FAnimBlueprintDebugData) == 0x000001, "Wrong size on FAnimBlueprintDebugData"); \ + +#define DUMPER7_ASSERTS_FChildActorAttachedActorInfo \ +static_assert(alignof(FChildActorAttachedActorInfo) == 0x000010, "Wrong alignment on FChildActorAttachedActorInfo"); \ +static_assert(sizeof(FChildActorAttachedActorInfo) == 0x000050, "Wrong size on FChildActorAttachedActorInfo"); \ +static_assert(offsetof(FChildActorAttachedActorInfo, Actor) == 0x000000, "Member 'FChildActorAttachedActorInfo::Actor' has a wrong offset!"); \ +static_assert(offsetof(FChildActorAttachedActorInfo, SocketName) == 0x000008, "Member 'FChildActorAttachedActorInfo::SocketName' has a wrong offset!"); \ +static_assert(offsetof(FChildActorAttachedActorInfo, RelativeTransform) == 0x000020, "Member 'FChildActorAttachedActorInfo::RelativeTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChildActorComponentInstanceData \ +static_assert(alignof(FChildActorComponentInstanceData) == 0x000008, "Wrong alignment on FChildActorComponentInstanceData"); \ +static_assert(sizeof(FChildActorComponentInstanceData) == 0x0000F0, "Wrong size on FChildActorComponentInstanceData"); \ +static_assert(offsetof(FChildActorComponentInstanceData, ChildActorClass) == 0x0000B8, "Member 'FChildActorComponentInstanceData::ChildActorClass' has a wrong offset!"); \ +static_assert(offsetof(FChildActorComponentInstanceData, ChildActorName) == 0x0000C0, "Member 'FChildActorComponentInstanceData::ChildActorName' has a wrong offset!"); \ +static_assert(offsetof(FChildActorComponentInstanceData, AttachedActors) == 0x0000D0, "Member 'FChildActorComponentInstanceData::AttachedActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationFrameSnapshot \ +static_assert(alignof(FAnimationFrameSnapshot) == 0x000001, "Wrong alignment on FAnimationFrameSnapshot"); \ +static_assert(sizeof(FAnimationFrameSnapshot) == 0x000001, "Wrong size on FAnimationFrameSnapshot"); \ + +#define DUMPER7_ASSERTS_FStateMachineDebugData \ +static_assert(alignof(FStateMachineDebugData) == 0x000008, "Wrong alignment on FStateMachineDebugData"); \ +static_assert(sizeof(FStateMachineDebugData) == 0x0000B0, "Wrong size on FStateMachineDebugData"); \ + +#define DUMPER7_ASSERTS_FEditedDocumentInfo \ +static_assert(alignof(FEditedDocumentInfo) == 0x000008, "Wrong alignment on FEditedDocumentInfo"); \ +static_assert(sizeof(FEditedDocumentInfo) == 0x000038, "Wrong size on FEditedDocumentInfo"); \ +static_assert(offsetof(FEditedDocumentInfo, EditedObjectPath) == 0x000000, "Member 'FEditedDocumentInfo::EditedObjectPath' has a wrong offset!"); \ +static_assert(offsetof(FEditedDocumentInfo, SavedViewOffset) == 0x000020, "Member 'FEditedDocumentInfo::SavedViewOffset' has a wrong offset!"); \ +static_assert(offsetof(FEditedDocumentInfo, SavedZoomAmount) == 0x000028, "Member 'FEditedDocumentInfo::SavedZoomAmount' has a wrong offset!"); \ +static_assert(offsetof(FEditedDocumentInfo, EditedObject) == 0x000030, "Member 'FEditedDocumentInfo::EditedObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateMachineStateDebugData \ +static_assert(alignof(FStateMachineStateDebugData) == 0x000004, "Wrong alignment on FStateMachineStateDebugData"); \ +static_assert(sizeof(FStateMachineStateDebugData) == 0x000010, "Wrong size on FStateMachineStateDebugData"); \ + +#define DUMPER7_ASSERTS_FAnimBlueprintFunctionData \ +static_assert(alignof(FAnimBlueprintFunctionData) == 0x000008, "Wrong alignment on FAnimBlueprintFunctionData"); \ +static_assert(sizeof(FAnimBlueprintFunctionData) == 0x000040, "Wrong size on FAnimBlueprintFunctionData"); \ +static_assert(offsetof(FAnimBlueprintFunctionData, OutputPoseNodeProperty) == 0x000000, "Member 'FAnimBlueprintFunctionData::OutputPoseNodeProperty' has a wrong offset!"); \ +static_assert(offsetof(FAnimBlueprintFunctionData, InputPoseNodeProperties) == 0x000020, "Member 'FAnimBlueprintFunctionData::InputPoseNodeProperties' has a wrong offset!"); \ +static_assert(offsetof(FAnimBlueprintFunctionData, InputProperties) == 0x000030, "Member 'FAnimBlueprintFunctionData::InputProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimGraphBlendOptions \ +static_assert(alignof(FAnimGraphBlendOptions) == 0x000004, "Wrong alignment on FAnimGraphBlendOptions"); \ +static_assert(sizeof(FAnimGraphBlendOptions) == 0x000008, "Wrong size on FAnimGraphBlendOptions"); \ +static_assert(offsetof(FAnimGraphBlendOptions, BlendInTime) == 0x000000, "Member 'FAnimGraphBlendOptions::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimGraphBlendOptions, BlendOutTime) == 0x000004, "Member 'FAnimGraphBlendOptions::BlendOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGraphAssetPlayerInformation \ +static_assert(alignof(FGraphAssetPlayerInformation) == 0x000008, "Wrong alignment on FGraphAssetPlayerInformation"); \ +static_assert(sizeof(FGraphAssetPlayerInformation) == 0x000010, "Wrong size on FGraphAssetPlayerInformation"); \ +static_assert(offsetof(FGraphAssetPlayerInformation, PlayerNodeIndices) == 0x000000, "Member 'FGraphAssetPlayerInformation::PlayerNodeIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCachedPoseIndices \ +static_assert(alignof(FCachedPoseIndices) == 0x000008, "Wrong alignment on FCachedPoseIndices"); \ +static_assert(sizeof(FCachedPoseIndices) == 0x000010, "Wrong size on FCachedPoseIndices"); \ +static_assert(offsetof(FCachedPoseIndices, OrderedSavedPoseNodeIndices) == 0x000000, "Member 'FCachedPoseIndices::OrderedSavedPoseNodeIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBPComponentClassOverride \ +static_assert(alignof(FBPComponentClassOverride) == 0x000008, "Wrong alignment on FBPComponentClassOverride"); \ +static_assert(sizeof(FBPComponentClassOverride) == 0x000018, "Wrong size on FBPComponentClassOverride"); \ +static_assert(offsetof(FBPComponentClassOverride, ComponentName) == 0x000000, "Member 'FBPComponentClassOverride::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(FBPComponentClassOverride, ComponentClass) == 0x000010, "Member 'FBPComponentClassOverride::ComponentClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootMotionExtractionStep \ +static_assert(alignof(FRootMotionExtractionStep) == 0x000008, "Wrong alignment on FRootMotionExtractionStep"); \ +static_assert(sizeof(FRootMotionExtractionStep) == 0x000010, "Wrong size on FRootMotionExtractionStep"); \ +static_assert(offsetof(FRootMotionExtractionStep, AnimSequence) == 0x000000, "Member 'FRootMotionExtractionStep::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionExtractionStep, StartPosition) == 0x000008, "Member 'FRootMotionExtractionStep::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionExtractionStep, EndPosition) == 0x00000C, "Member 'FRootMotionExtractionStep::EndPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationErrorStats \ +static_assert(alignof(FAnimationErrorStats) == 0x000004, "Wrong alignment on FAnimationErrorStats"); \ +static_assert(sizeof(FAnimationErrorStats) == 0x000010, "Wrong size on FAnimationErrorStats"); \ + +#define DUMPER7_ASSERTS_FBookmarkBaseJumpToSettings \ +static_assert(alignof(FBookmarkBaseJumpToSettings) == 0x000001, "Wrong alignment on FBookmarkBaseJumpToSettings"); \ +static_assert(sizeof(FBookmarkBaseJumpToSettings) == 0x000001, "Wrong size on FBookmarkBaseJumpToSettings"); \ + +#define DUMPER7_ASSERTS_FBookmarkJumpToSettings \ +static_assert(alignof(FBookmarkJumpToSettings) == 0x000001, "Wrong alignment on FBookmarkJumpToSettings"); \ +static_assert(sizeof(FBookmarkJumpToSettings) == 0x000001, "Wrong size on FBookmarkJumpToSettings"); \ + +#define DUMPER7_ASSERTS_FFunctionExpressionOutput \ +static_assert(alignof(FFunctionExpressionOutput) == 0x000008, "Wrong alignment on FFunctionExpressionOutput"); \ +static_assert(sizeof(FFunctionExpressionOutput) == 0x000028, "Wrong size on FFunctionExpressionOutput"); \ +static_assert(offsetof(FFunctionExpressionOutput, ExpressionOutput) == 0x000000, "Member 'FFunctionExpressionOutput::ExpressionOutput' has a wrong offset!"); \ +static_assert(offsetof(FFunctionExpressionOutput, ExpressionOutputId) == 0x000008, "Member 'FFunctionExpressionOutput::ExpressionOutputId' has a wrong offset!"); \ +static_assert(offsetof(FFunctionExpressionOutput, Output) == 0x000018, "Member 'FFunctionExpressionOutput::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatCurve \ +static_assert(alignof(FFloatCurve) == 0x000008, "Wrong alignment on FFloatCurve"); \ +static_assert(sizeof(FFloatCurve) == 0x0000A0, "Wrong size on FFloatCurve"); \ +static_assert(offsetof(FFloatCurve, FloatCurve) == 0x000020, "Member 'FFloatCurve::FloatCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRawCurveTracks \ +static_assert(alignof(FRawCurveTracks) == 0x000008, "Wrong alignment on FRawCurveTracks"); \ +static_assert(sizeof(FRawCurveTracks) == 0x000010, "Wrong size on FRawCurveTracks"); \ +static_assert(offsetof(FRawCurveTracks, FloatCurves) == 0x000000, "Member 'FRawCurveTracks::FloatCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintMacroCosmeticInfo \ +static_assert(alignof(FBlueprintMacroCosmeticInfo) == 0x000001, "Wrong alignment on FBlueprintMacroCosmeticInfo"); \ +static_assert(sizeof(FBlueprintMacroCosmeticInfo) == 0x000001, "Wrong size on FBlueprintMacroCosmeticInfo"); \ + +#define DUMPER7_ASSERTS_FVectorCurve \ +static_assert(alignof(FVectorCurve) == 0x000008, "Wrong alignment on FVectorCurve"); \ +static_assert(sizeof(FVectorCurve) == 0x0001A0, "Wrong size on FVectorCurve"); \ +static_assert(offsetof(FVectorCurve, FloatCurves) == 0x000020, "Member 'FVectorCurve::FloatCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformCurve \ +static_assert(alignof(FTransformCurve) == 0x000008, "Wrong alignment on FTransformCurve"); \ +static_assert(sizeof(FTransformCurve) == 0x000500, "Wrong size on FTransformCurve"); \ +static_assert(offsetof(FTransformCurve, TranslationCurve) == 0x000020, "Member 'FTransformCurve::TranslationCurve' has a wrong offset!"); \ +static_assert(offsetof(FTransformCurve, RotationCurve) == 0x0001C0, "Member 'FTransformCurve::RotationCurve' has a wrong offset!"); \ +static_assert(offsetof(FTransformCurve, ScaleCurve) == 0x000360, "Member 'FTransformCurve::ScaleCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomDefine \ +static_assert(alignof(FCustomDefine) == 0x000008, "Wrong alignment on FCustomDefine"); \ +static_assert(sizeof(FCustomDefine) == 0x000020, "Wrong size on FCustomDefine"); \ +static_assert(offsetof(FCustomDefine, DefineName) == 0x000000, "Member 'FCustomDefine::DefineName' has a wrong offset!"); \ +static_assert(offsetof(FCustomDefine, DefineValue) == 0x000010, "Member 'FCustomDefine::DefineValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimCurveType \ +static_assert(alignof(FAnimCurveType) == 0x000001, "Wrong alignment on FAnimCurveType"); \ +static_assert(sizeof(FAnimCurveType) == 0x000002, "Wrong size on FAnimCurveType"); \ + +#define DUMPER7_ASSERTS_FSlotEvaluationPose \ +static_assert(alignof(FSlotEvaluationPose) == 0x000008, "Wrong alignment on FSlotEvaluationPose"); \ +static_assert(sizeof(FSlotEvaluationPose) == 0x0000E0, "Wrong size on FSlotEvaluationPose"); \ +static_assert(offsetof(FSlotEvaluationPose, AdditiveType) == 0x000000, "Member 'FSlotEvaluationPose::AdditiveType' has a wrong offset!"); \ +static_assert(offsetof(FSlotEvaluationPose, Weight) == 0x000004, "Member 'FSlotEvaluationPose::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FA2Pose \ +static_assert(alignof(FA2Pose) == 0x000008, "Wrong alignment on FA2Pose"); \ +static_assert(sizeof(FA2Pose) == 0x000010, "Wrong size on FA2Pose"); \ +static_assert(offsetof(FA2Pose, Bones) == 0x000000, "Member 'FA2Pose::Bones' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCachedAnimStateData \ +static_assert(alignof(FCachedAnimStateData) == 0x000004, "Wrong alignment on FCachedAnimStateData"); \ +static_assert(sizeof(FCachedAnimStateData) == 0x000024, "Wrong size on FCachedAnimStateData"); \ +static_assert(offsetof(FCachedAnimStateData, StateMachineName) == 0x000000, "Member 'FCachedAnimStateData::StateMachineName' has a wrong offset!"); \ +static_assert(offsetof(FCachedAnimStateData, StateName) == 0x00000C, "Member 'FCachedAnimStateData::StateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialInstanceBasePropertyOverrides \ +static_assert(alignof(FMaterialInstanceBasePropertyOverrides) == 0x000004, "Wrong alignment on FMaterialInstanceBasePropertyOverrides"); \ +static_assert(sizeof(FMaterialInstanceBasePropertyOverrides) == 0x000008, "Wrong size on FMaterialInstanceBasePropertyOverrides"); \ +static_assert(offsetof(FMaterialInstanceBasePropertyOverrides, BlendMode) == 0x000002, "Member 'FMaterialInstanceBasePropertyOverrides::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInstanceBasePropertyOverrides, ShadingModel) == 0x000003, "Member 'FMaterialInstanceBasePropertyOverrides::ShadingModel' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInstanceBasePropertyOverrides, OpacityMaskClipValue) == 0x000004, "Member 'FMaterialInstanceBasePropertyOverrides::OpacityMaskClipValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FA2CSPose \ +static_assert(alignof(FA2CSPose) == 0x000008, "Wrong alignment on FA2CSPose"); \ +static_assert(sizeof(FA2CSPose) == 0x000028, "Wrong size on FA2CSPose"); \ +static_assert(offsetof(FA2CSPose, ComponentSpaceFlags) == 0x000018, "Member 'FA2CSPose::ComponentSpaceFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFunctionExpressionInput \ +static_assert(alignof(FFunctionExpressionInput) == 0x000008, "Wrong alignment on FFunctionExpressionInput"); \ +static_assert(sizeof(FFunctionExpressionInput) == 0x000038, "Wrong size on FFunctionExpressionInput"); \ +static_assert(offsetof(FFunctionExpressionInput, ExpressionInput) == 0x000000, "Member 'FFunctionExpressionInput::ExpressionInput' has a wrong offset!"); \ +static_assert(offsetof(FFunctionExpressionInput, ExpressionInputId) == 0x000008, "Member 'FFunctionExpressionInput::ExpressionInputId' has a wrong offset!"); \ +static_assert(offsetof(FFunctionExpressionInput, Input) == 0x000018, "Member 'FFunctionExpressionInput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQueuedDrawDebugItem \ +static_assert(alignof(FQueuedDrawDebugItem) == 0x000008, "Wrong alignment on FQueuedDrawDebugItem"); \ +static_assert(sizeof(FQueuedDrawDebugItem) == 0x000068, "Wrong size on FQueuedDrawDebugItem"); \ +static_assert(offsetof(FQueuedDrawDebugItem, ItemType) == 0x000000, "Member 'FQueuedDrawDebugItem::ItemType' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, StartLoc) == 0x000004, "Member 'FQueuedDrawDebugItem::StartLoc' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, EndLoc) == 0x000010, "Member 'FQueuedDrawDebugItem::EndLoc' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, Center) == 0x00001C, "Member 'FQueuedDrawDebugItem::Center' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, Rotation) == 0x000028, "Member 'FQueuedDrawDebugItem::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, Radius) == 0x000034, "Member 'FQueuedDrawDebugItem::Radius' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, Size) == 0x000038, "Member 'FQueuedDrawDebugItem::Size' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, Segments) == 0x00003C, "Member 'FQueuedDrawDebugItem::Segments' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, Color) == 0x000040, "Member 'FQueuedDrawDebugItem::Color' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, bPersistentLines) == 0x000044, "Member 'FQueuedDrawDebugItem::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, LifeTime) == 0x000048, "Member 'FQueuedDrawDebugItem::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, Thickness) == 0x00004C, "Member 'FQueuedDrawDebugItem::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, Message) == 0x000050, "Member 'FQueuedDrawDebugItem::Message' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, TextScale) == 0x000060, "Member 'FQueuedDrawDebugItem::TextScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeomSelection \ +static_assert(alignof(FGeomSelection) == 0x000004, "Wrong alignment on FGeomSelection"); \ +static_assert(sizeof(FGeomSelection) == 0x00000C, "Wrong size on FGeomSelection"); \ +static_assert(offsetof(FGeomSelection, Type) == 0x000000, "Member 'FGeomSelection::Type' has a wrong offset!"); \ +static_assert(offsetof(FGeomSelection, Index) == 0x000004, "Member 'FGeomSelection::Index' has a wrong offset!"); \ +static_assert(offsetof(FGeomSelection, SelectionIndex) == 0x000008, "Member 'FGeomSelection::SelectionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimInstanceSubsystemData \ +static_assert(alignof(FAnimInstanceSubsystemData) == 0x000001, "Wrong alignment on FAnimInstanceSubsystemData"); \ +static_assert(sizeof(FAnimInstanceSubsystemData) == 0x000001, "Wrong size on FAnimInstanceSubsystemData"); \ + +#define DUMPER7_ASSERTS_FAnimLinkableElement \ +static_assert(alignof(FAnimLinkableElement) == 0x000008, "Wrong alignment on FAnimLinkableElement"); \ +static_assert(sizeof(FAnimLinkableElement) == 0x000030, "Wrong size on FAnimLinkableElement"); \ +static_assert(offsetof(FAnimLinkableElement, LinkedMontage) == 0x000008, "Member 'FAnimLinkableElement::LinkedMontage' has a wrong offset!"); \ +static_assert(offsetof(FAnimLinkableElement, SlotIndex) == 0x000010, "Member 'FAnimLinkableElement::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(FAnimLinkableElement, SegmentIndex) == 0x000014, "Member 'FAnimLinkableElement::SegmentIndex' has a wrong offset!"); \ +static_assert(offsetof(FAnimLinkableElement, LinkMethod) == 0x000018, "Member 'FAnimLinkableElement::LinkMethod' has a wrong offset!"); \ +static_assert(offsetof(FAnimLinkableElement, CachedLinkMethod) == 0x000019, "Member 'FAnimLinkableElement::CachedLinkMethod' has a wrong offset!"); \ +static_assert(offsetof(FAnimLinkableElement, SegmentBeginTime) == 0x00001C, "Member 'FAnimLinkableElement::SegmentBeginTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimLinkableElement, SegmentLength) == 0x000020, "Member 'FAnimLinkableElement::SegmentLength' has a wrong offset!"); \ +static_assert(offsetof(FAnimLinkableElement, LinkValue) == 0x000024, "Member 'FAnimLinkableElement::LinkValue' has a wrong offset!"); \ +static_assert(offsetof(FAnimLinkableElement, LinkedSequence) == 0x000028, "Member 'FAnimLinkableElement::LinkedSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDebuggingInfoForSingleFunction \ +static_assert(alignof(FDebuggingInfoForSingleFunction) == 0x000008, "Wrong alignment on FDebuggingInfoForSingleFunction"); \ +static_assert(sizeof(FDebuggingInfoForSingleFunction) == 0x000190, "Wrong size on FDebuggingInfoForSingleFunction"); \ + +#define DUMPER7_ASSERTS_FParameterChannelNames \ +static_assert(alignof(FParameterChannelNames) == 0x000008, "Wrong alignment on FParameterChannelNames"); \ +static_assert(sizeof(FParameterChannelNames) == 0x000060, "Wrong size on FParameterChannelNames"); \ +static_assert(offsetof(FParameterChannelNames, R) == 0x000000, "Member 'FParameterChannelNames::R' has a wrong offset!"); \ +static_assert(offsetof(FParameterChannelNames, G) == 0x000018, "Member 'FParameterChannelNames::G' has a wrong offset!"); \ +static_assert(offsetof(FParameterChannelNames, B) == 0x000030, "Member 'FParameterChannelNames::B' has a wrong offset!"); \ +static_assert(offsetof(FParameterChannelNames, A) == 0x000048, "Member 'FParameterChannelNames::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSectionBlendInfo \ +static_assert(alignof(FSBZSectionBlendInfo) == 0x000004, "Wrong alignment on FSBZSectionBlendInfo"); \ +static_assert(sizeof(FSBZSectionBlendInfo) == 0x000010, "Wrong size on FSBZSectionBlendInfo"); \ +static_assert(offsetof(FSBZSectionBlendInfo, BlendToSectionName) == 0x000000, "Member 'FSBZSectionBlendInfo::BlendToSectionName' has a wrong offset!"); \ +static_assert(offsetof(FSBZSectionBlendInfo, BlendTime) == 0x00000C, "Member 'FSBZSectionBlendInfo::BlendTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNotifyEvent \ +static_assert(alignof(FAnimNotifyEvent) == 0x000008, "Wrong alignment on FAnimNotifyEvent"); \ +static_assert(sizeof(FAnimNotifyEvent) == 0x0000C8, "Wrong size on FAnimNotifyEvent"); \ +static_assert(offsetof(FAnimNotifyEvent, DisplayTime) == 0x000030, "Member 'FAnimNotifyEvent::DisplayTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, TriggerTimeOffset) == 0x000034, "Member 'FAnimNotifyEvent::TriggerTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, EndTriggerTimeOffset) == 0x000038, "Member 'FAnimNotifyEvent::EndTriggerTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, TriggerWeightThreshold) == 0x00003C, "Member 'FAnimNotifyEvent::TriggerWeightThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, NotifyName) == 0x000040, "Member 'FAnimNotifyEvent::NotifyName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, Notify) == 0x000050, "Member 'FAnimNotifyEvent::Notify' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, NotifyStateClass) == 0x000058, "Member 'FAnimNotifyEvent::NotifyStateClass' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, Duration) == 0x000060, "Member 'FAnimNotifyEvent::Duration' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, EndLink) == 0x000068, "Member 'FAnimNotifyEvent::EndLink' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, bConvertedFromBranchingPoint) == 0x000098, "Member 'FAnimNotifyEvent::bConvertedFromBranchingPoint' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, MontageTickType) == 0x000099, "Member 'FAnimNotifyEvent::MontageTickType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, NotifyTriggerChance) == 0x00009C, "Member 'FAnimNotifyEvent::NotifyTriggerChance' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, NotifyFilterType) == 0x0000A0, "Member 'FAnimNotifyEvent::NotifyFilterType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, NotifyFilterLOD) == 0x0000A4, "Member 'FAnimNotifyEvent::NotifyFilterLOD' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, bTriggerOnDedicatedServer) == 0x0000A8, "Member 'FAnimNotifyEvent::bTriggerOnDedicatedServer' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, bTriggerOnFollower) == 0x0000A9, "Member 'FAnimNotifyEvent::bTriggerOnFollower' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, TrackIndex) == 0x0000AC, "Member 'FAnimNotifyEvent::TrackIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimMontageInstance \ +static_assert(alignof(FAnimMontageInstance) == 0x000008, "Wrong alignment on FAnimMontageInstance"); \ +static_assert(sizeof(FAnimMontageInstance) == 0x0001D0, "Wrong size on FAnimMontageInstance"); \ +static_assert(offsetof(FAnimMontageInstance, Montage) == 0x000000, "Member 'FAnimMontageInstance::Montage' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, bPlaying) == 0x000028, "Member 'FAnimMontageInstance::bPlaying' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, DefaultBlendTimeMultiplier) == 0x00002C, "Member 'FAnimMontageInstance::DefaultBlendTimeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, StartJumpBlending) == 0x000054, "Member 'FAnimMontageInstance::StartJumpBlending' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, JumpBlendingDuration) == 0x000058, "Member 'FAnimMontageInstance::JumpBlendingDuration' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, UpdateEvalDataCount) == 0x00005C, "Member 'FAnimMontageInstance::UpdateEvalDataCount' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, bWaitBlendInBeforeEval) == 0x00005E, "Member 'FAnimMontageInstance::bWaitBlendInBeforeEval' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, NextSections) == 0x0000F0, "Member 'FAnimMontageInstance::NextSections' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, PrevSections) == 0x000100, "Member 'FAnimMontageInstance::PrevSections' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, ActiveStateBranchingPoints) == 0x000120, "Member 'FAnimMontageInstance::ActiveStateBranchingPoints' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, Position) == 0x000130, "Member 'FAnimMontageInstance::Position' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, PlayRate) == 0x000134, "Member 'FAnimMontageInstance::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, Blend) == 0x000138, "Member 'FAnimMontageInstance::Blend' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, DisableRootMotionCount) == 0x000198, "Member 'FAnimMontageInstance::DisableRootMotionCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrimaryAssetRules \ +static_assert(alignof(FPrimaryAssetRules) == 0x000004, "Wrong alignment on FPrimaryAssetRules"); \ +static_assert(sizeof(FPrimaryAssetRules) == 0x00000C, "Wrong size on FPrimaryAssetRules"); \ +static_assert(offsetof(FPrimaryAssetRules, Priority) == 0x000000, "Member 'FPrimaryAssetRules::Priority' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetRules, ChunkId) == 0x000004, "Member 'FPrimaryAssetRules::ChunkId' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetRules, bApplyRecursively) == 0x000008, "Member 'FPrimaryAssetRules::bApplyRecursively' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetRules, CookRule) == 0x000009, "Member 'FPrimaryAssetRules::CookRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrimaryAssetTypeInfo \ +static_assert(alignof(FPrimaryAssetTypeInfo) == 0x000008, "Wrong alignment on FPrimaryAssetTypeInfo"); \ +static_assert(sizeof(FPrimaryAssetTypeInfo) == 0x000098, "Wrong size on FPrimaryAssetTypeInfo"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, PrimaryAssetType) == 0x000000, "Member 'FPrimaryAssetTypeInfo::PrimaryAssetType' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, AssetBaseClass) == 0x000010, "Member 'FPrimaryAssetTypeInfo::AssetBaseClass' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, AssetBaseClassLoaded) == 0x000040, "Member 'FPrimaryAssetTypeInfo::AssetBaseClassLoaded' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, bHasBlueprintClasses) == 0x000048, "Member 'FPrimaryAssetTypeInfo::bHasBlueprintClasses' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, bIsEditorOnly) == 0x000049, "Member 'FPrimaryAssetTypeInfo::bIsEditorOnly' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, Directories) == 0x000050, "Member 'FPrimaryAssetTypeInfo::Directories' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, SpecificAssets) == 0x000060, "Member 'FPrimaryAssetTypeInfo::SpecificAssets' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, Rules) == 0x000070, "Member 'FPrimaryAssetTypeInfo::Rules' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, AssetScanPaths) == 0x000080, "Member 'FPrimaryAssetTypeInfo::AssetScanPaths' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, bIsDynamicAsset) == 0x000090, "Member 'FPrimaryAssetTypeInfo::bIsDynamicAsset' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, NumberOfAssets) == 0x000094, "Member 'FPrimaryAssetTypeInfo::NumberOfAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBranchingPointMarker \ +static_assert(alignof(FBranchingPointMarker) == 0x000004, "Wrong alignment on FBranchingPointMarker"); \ +static_assert(sizeof(FBranchingPointMarker) == 0x00000C, "Wrong size on FBranchingPointMarker"); \ +static_assert(offsetof(FBranchingPointMarker, NotifyIndex) == 0x000000, "Member 'FBranchingPointMarker::NotifyIndex' has a wrong offset!"); \ +static_assert(offsetof(FBranchingPointMarker, TriggerTime) == 0x000004, "Member 'FBranchingPointMarker::TriggerTime' has a wrong offset!"); \ +static_assert(offsetof(FBranchingPointMarker, NotifyEventType) == 0x000008, "Member 'FBranchingPointMarker::NotifyEventType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBranchingPoint \ +static_assert(alignof(FBranchingPoint) == 0x000008, "Wrong alignment on FBranchingPoint"); \ +static_assert(sizeof(FBranchingPoint) == 0x000048, "Wrong size on FBranchingPoint"); \ +static_assert(offsetof(FBranchingPoint, EventName) == 0x000030, "Member 'FBranchingPoint::EventName' has a wrong offset!"); \ +static_assert(offsetof(FBranchingPoint, DisplayTime) == 0x00003C, "Member 'FBranchingPoint::DisplayTime' has a wrong offset!"); \ +static_assert(offsetof(FBranchingPoint, TriggerTimeOffset) == 0x000040, "Member 'FBranchingPoint::TriggerTimeOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlotAnimationTrack \ +static_assert(alignof(FSlotAnimationTrack) == 0x000008, "Wrong alignment on FSlotAnimationTrack"); \ +static_assert(sizeof(FSlotAnimationTrack) == 0x000020, "Wrong size on FSlotAnimationTrack"); \ +static_assert(offsetof(FSlotAnimationTrack, SlotName) == 0x000000, "Member 'FSlotAnimationTrack::SlotName' has a wrong offset!"); \ +static_assert(offsetof(FSlotAnimationTrack, AnimTrack) == 0x000010, "Member 'FSlotAnimationTrack::AnimTrack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBaseAttenuationSettings \ +static_assert(alignof(FBaseAttenuationSettings) == 0x000008, "Wrong alignment on FBaseAttenuationSettings"); \ +static_assert(sizeof(FBaseAttenuationSettings) == 0x0000B0, "Wrong size on FBaseAttenuationSettings"); \ +static_assert(offsetof(FBaseAttenuationSettings, DistanceAlgorithm) == 0x000008, "Member 'FBaseAttenuationSettings::DistanceAlgorithm' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, AttenuationShape) == 0x000009, "Member 'FBaseAttenuationSettings::AttenuationShape' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, dBAttenuationAtMax) == 0x00000C, "Member 'FBaseAttenuationSettings::dBAttenuationAtMax' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, FalloffMode) == 0x000010, "Member 'FBaseAttenuationSettings::FalloffMode' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, AttenuationShapeExtents) == 0x000014, "Member 'FBaseAttenuationSettings::AttenuationShapeExtents' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, ConeOffset) == 0x000020, "Member 'FBaseAttenuationSettings::ConeOffset' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, FalloffDistance) == 0x000024, "Member 'FBaseAttenuationSettings::FalloffDistance' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, CustomAttenuationCurve) == 0x000028, "Member 'FBaseAttenuationSettings::CustomAttenuationCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompositeSection \ +static_assert(alignof(FCompositeSection) == 0x000008, "Wrong alignment on FCompositeSection"); \ +static_assert(sizeof(FCompositeSection) == 0x000060, "Wrong size on FCompositeSection"); \ +static_assert(offsetof(FCompositeSection, SectionName) == 0x000030, "Member 'FCompositeSection::SectionName' has a wrong offset!"); \ +static_assert(offsetof(FCompositeSection, StartTime) == 0x00003C, "Member 'FCompositeSection::StartTime' has a wrong offset!"); \ +static_assert(offsetof(FCompositeSection, NextSectionName) == 0x000040, "Member 'FCompositeSection::NextSectionName' has a wrong offset!"); \ +static_assert(offsetof(FCompositeSection, MetaData) == 0x000050, "Member 'FCompositeSection::MetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ApplyMeshSpaceAdditive \ +static_assert(alignof(FAnimNode_ApplyMeshSpaceAdditive) == 0x000008, "Wrong alignment on FAnimNode_ApplyMeshSpaceAdditive"); \ +static_assert(sizeof(FAnimNode_ApplyMeshSpaceAdditive) == 0x0000E8, "Wrong size on FAnimNode_ApplyMeshSpaceAdditive"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, Base) == 0x000020, "Member 'FAnimNode_ApplyMeshSpaceAdditive::Base' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, Additive) == 0x000030, "Member 'FAnimNode_ApplyMeshSpaceAdditive::Additive' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, AlphaInputType) == 0x000040, "Member 'FAnimNode_ApplyMeshSpaceAdditive::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, Alpha) == 0x000044, "Member 'FAnimNode_ApplyMeshSpaceAdditive::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, AlphaBoolBlend) == 0x000050, "Member 'FAnimNode_ApplyMeshSpaceAdditive::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, AlphaCurveName) == 0x000098, "Member 'FAnimNode_ApplyMeshSpaceAdditive::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, AlphaScaleBias) == 0x0000A4, "Member 'FAnimNode_ApplyMeshSpaceAdditive::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, AlphaScaleBiasClamp) == 0x0000AC, "Member 'FAnimNode_ApplyMeshSpaceAdditive::AlphaScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, LODThreshold) == 0x0000DC, "Member 'FAnimNode_ApplyMeshSpaceAdditive::LODThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInertializationPoseDiff \ +static_assert(alignof(FInertializationPoseDiff) == 0x000008, "Wrong alignment on FInertializationPoseDiff"); \ +static_assert(sizeof(FInertializationPoseDiff) == 0x000028, "Wrong size on FInertializationPoseDiff"); \ + +#define DUMPER7_ASSERTS_FCameraShakeUpdateResult \ +static_assert(alignof(FCameraShakeUpdateResult) == 0x000010, "Wrong alignment on FCameraShakeUpdateResult"); \ +static_assert(sizeof(FCameraShakeUpdateResult) == 0x0005A0, "Wrong size on FCameraShakeUpdateResult"); \ + +#define DUMPER7_ASSERTS_FInertializationCurveDiff \ +static_assert(alignof(FInertializationCurveDiff) == 0x000004, "Wrong alignment on FInertializationCurveDiff"); \ +static_assert(sizeof(FInertializationCurveDiff) == 0x000008, "Wrong size on FInertializationCurveDiff"); \ + +#define DUMPER7_ASSERTS_FInertializationBoneDiff \ +static_assert(alignof(FInertializationBoneDiff) == 0x000004, "Wrong alignment on FInertializationBoneDiff"); \ +static_assert(sizeof(FInertializationBoneDiff) == 0x00003C, "Wrong size on FInertializationBoneDiff"); \ + +#define DUMPER7_ASSERTS_FWrappedStringElement \ +static_assert(alignof(FWrappedStringElement) == 0x000008, "Wrong alignment on FWrappedStringElement"); \ +static_assert(sizeof(FWrappedStringElement) == 0x000018, "Wrong size on FWrappedStringElement"); \ +static_assert(offsetof(FWrappedStringElement, Value) == 0x000000, "Member 'FWrappedStringElement::Value' has a wrong offset!"); \ +static_assert(offsetof(FWrappedStringElement, LineExtent) == 0x000010, "Member 'FWrappedStringElement::LineExtent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInertializationPose \ +static_assert(alignof(FInertializationPose) == 0x000010, "Wrong alignment on FInertializationPose"); \ +static_assert(sizeof(FInertializationPose) == 0x0000A0, "Wrong size on FInertializationPose"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LinkedAnimGraph \ +static_assert(alignof(FAnimNode_LinkedAnimGraph) == 0x000008, "Wrong alignment on FAnimNode_LinkedAnimGraph"); \ +static_assert(sizeof(FAnimNode_LinkedAnimGraph) == 0x0000B8, "Wrong size on FAnimNode_LinkedAnimGraph"); \ +static_assert(offsetof(FAnimNode_LinkedAnimGraph, InputPoses) == 0x000068, "Member 'FAnimNode_LinkedAnimGraph::InputPoses' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LinkedAnimGraph, InputPoseNames) == 0x000078, "Member 'FAnimNode_LinkedAnimGraph::InputPoseNames' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LinkedAnimGraph, InstanceClass) == 0x000088, "Member 'FAnimNode_LinkedAnimGraph::InstanceClass' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LinkedAnimGraph, Tag) == 0x000090, "Member 'FAnimNode_LinkedAnimGraph::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LinkedAnimLayer \ +static_assert(alignof(FAnimNode_LinkedAnimLayer) == 0x000008, "Wrong alignment on FAnimNode_LinkedAnimLayer"); \ +static_assert(sizeof(FAnimNode_LinkedAnimLayer) == 0x0000D0, "Wrong size on FAnimNode_LinkedAnimLayer"); \ +static_assert(offsetof(FAnimNode_LinkedAnimLayer, Interface) == 0x0000B8, "Member 'FAnimNode_LinkedAnimLayer::Interface' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LinkedAnimLayer, Layer) == 0x0000C0, "Member 'FAnimNode_LinkedAnimLayer::Layer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LinkedInputPose \ +static_assert(alignof(FAnimNode_LinkedInputPose) == 0x000008, "Wrong alignment on FAnimNode_LinkedInputPose"); \ +static_assert(sizeof(FAnimNode_LinkedInputPose) == 0x000130, "Wrong size on FAnimNode_LinkedInputPose"); \ +static_assert(offsetof(FAnimNode_LinkedInputPose, Name) == 0x000020, "Member 'FAnimNode_LinkedInputPose::Name' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LinkedInputPose, Graph) == 0x00002C, "Member 'FAnimNode_LinkedInputPose::Graph' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LinkedInputPose, InputPose) == 0x000038, "Member 'FAnimNode_LinkedInputPose::InputPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SequencePlayer \ +static_assert(alignof(FAnimNode_SequencePlayer) == 0x000008, "Wrong alignment on FAnimNode_SequencePlayer"); \ +static_assert(sizeof(FAnimNode_SequencePlayer) == 0x0000D0, "Wrong size on FAnimNode_SequencePlayer"); \ +static_assert(offsetof(FAnimNode_SequencePlayer, Sequence) == 0x000048, "Member 'FAnimNode_SequencePlayer::Sequence' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer, PlayRateBasis) == 0x000050, "Member 'FAnimNode_SequencePlayer::PlayRateBasis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer, PlayRate) == 0x000054, "Member 'FAnimNode_SequencePlayer::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer, PlayRateScaleBiasClamp) == 0x000058, "Member 'FAnimNode_SequencePlayer::PlayRateScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer, StartPosition) == 0x000088, "Member 'FAnimNode_SequencePlayer::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer, bLoopAnimation) == 0x00008C, "Member 'FAnimNode_SequencePlayer::bLoopAnimation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer, EnableAutoSequenceBlend) == 0x00008D, "Member 'FAnimNode_SequencePlayer::EnableAutoSequenceBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer, SequenceChangeBlendTime) == 0x000090, "Member 'FAnimNode_SequencePlayer::SequenceChangeBlendTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer, bSaveWeightInCurve) == 0x000094, "Member 'FAnimNode_SequencePlayer::bSaveWeightInCurve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer, bSaveWeightOnlyIfBigger) == 0x000095, "Member 'FAnimNode_SequencePlayer::bSaveWeightOnlyIfBigger' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer, SaveWeightCurveName) == 0x000098, "Member 'FAnimNode_SequencePlayer::SaveWeightCurveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDummySpacerCameraTypes \ +static_assert(alignof(FDummySpacerCameraTypes) == 0x000001, "Wrong alignment on FDummySpacerCameraTypes"); \ +static_assert(sizeof(FDummySpacerCameraTypes) == 0x000001, "Wrong size on FDummySpacerCameraTypes"); \ + +#define DUMPER7_ASSERTS_FAnimNode_StateMachine \ +static_assert(alignof(FAnimNode_StateMachine) == 0x000008, "Wrong alignment on FAnimNode_StateMachine"); \ +static_assert(sizeof(FAnimNode_StateMachine) == 0x0000C0, "Wrong size on FAnimNode_StateMachine"); \ +static_assert(offsetof(FAnimNode_StateMachine, StateMachineIndexInClass) == 0x000020, "Member 'FAnimNode_StateMachine::StateMachineIndexInClass' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StateMachine, MaxTransitionsPerFrame) == 0x000024, "Member 'FAnimNode_StateMachine::MaxTransitionsPerFrame' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StateMachine, bSkipFirstUpdateTransition) == 0x000028, "Member 'FAnimNode_StateMachine::bSkipFirstUpdateTransition' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StateMachine, bReinitializeOnBecomingRelevant) == 0x000029, "Member 'FAnimNode_StateMachine::bReinitializeOnBecomingRelevant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationPotentialTransition \ +static_assert(alignof(FAnimationPotentialTransition) == 0x000008, "Wrong alignment on FAnimationPotentialTransition"); \ +static_assert(sizeof(FAnimationPotentialTransition) == 0x000030, "Wrong size on FAnimationPotentialTransition"); \ + +#define DUMPER7_ASSERTS_FFindFloorResult \ +static_assert(alignof(FFindFloorResult) == 0x000004, "Wrong alignment on FFindFloorResult"); \ +static_assert(sizeof(FFindFloorResult) == 0x00009C, "Wrong size on FFindFloorResult"); \ +static_assert(offsetof(FFindFloorResult, FloorDist) == 0x000004, "Member 'FFindFloorResult::FloorDist' has a wrong offset!"); \ +static_assert(offsetof(FFindFloorResult, LineDist) == 0x000008, "Member 'FFindFloorResult::LineDist' has a wrong offset!"); \ +static_assert(offsetof(FFindFloorResult, HitResult) == 0x00000C, "Member 'FFindFloorResult::HitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationActiveTransitionEntry \ +static_assert(alignof(FAnimationActiveTransitionEntry) == 0x000008, "Wrong alignment on FAnimationActiveTransitionEntry"); \ +static_assert(sizeof(FAnimationActiveTransitionEntry) == 0x0000C8, "Wrong size on FAnimationActiveTransitionEntry"); \ +static_assert(offsetof(FAnimationActiveTransitionEntry, BlendProfile) == 0x0000B8, "Member 'FAnimationActiveTransitionEntry::BlendProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_TransitionPoseEvaluator \ +static_assert(alignof(FAnimNode_TransitionPoseEvaluator) == 0x000008, "Wrong alignment on FAnimNode_TransitionPoseEvaluator"); \ +static_assert(sizeof(FAnimNode_TransitionPoseEvaluator) == 0x000108, "Wrong size on FAnimNode_TransitionPoseEvaluator"); \ +static_assert(offsetof(FAnimNode_TransitionPoseEvaluator, FramesToCachePose) == 0x0000F8, "Member 'FAnimNode_TransitionPoseEvaluator::FramesToCachePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TransitionPoseEvaluator, DataSource) == 0x000100, "Member 'FAnimNode_TransitionPoseEvaluator::DataSource' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TransitionPoseEvaluator, EvaluatorMode) == 0x000101, "Member 'FAnimNode_TransitionPoseEvaluator::EvaluatorMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBasedMovementInfo \ +static_assert(alignof(FBasedMovementInfo) == 0x000008, "Wrong alignment on FBasedMovementInfo"); \ +static_assert(sizeof(FBasedMovementInfo) == 0x000030, "Wrong size on FBasedMovementInfo"); \ +static_assert(offsetof(FBasedMovementInfo, MovementBase) == 0x000000, "Member 'FBasedMovementInfo::MovementBase' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, BoneName) == 0x000008, "Member 'FBasedMovementInfo::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, Location) == 0x000014, "Member 'FBasedMovementInfo::Location' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, Rotation) == 0x000020, "Member 'FBasedMovementInfo::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, bServerHasBaseComponent) == 0x00002C, "Member 'FBasedMovementInfo::bServerHasBaseComponent' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, bRelativeRotation) == 0x00002D, "Member 'FBasedMovementInfo::bRelativeRotation' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, bServerHasVelocity) == 0x00002E, "Member 'FBasedMovementInfo::bServerHasVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_TransitionResult \ +static_assert(alignof(FAnimNode_TransitionResult) == 0x000008, "Wrong alignment on FAnimNode_TransitionResult"); \ +static_assert(sizeof(FAnimNode_TransitionResult) == 0x000038, "Wrong size on FAnimNode_TransitionResult"); \ +static_assert(offsetof(FAnimNode_TransitionResult, bCanEnterTransition) == 0x000020, "Member 'FAnimNode_TransitionResult::bCanEnterTransition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_UseCachedPose \ +static_assert(alignof(FAnimNode_UseCachedPose) == 0x000008, "Wrong alignment on FAnimNode_UseCachedPose"); \ +static_assert(sizeof(FAnimNode_UseCachedPose) == 0x000040, "Wrong size on FAnimNode_UseCachedPose"); \ +static_assert(offsetof(FAnimNode_UseCachedPose, LinkToCachingNode) == 0x000020, "Member 'FAnimNode_UseCachedPose::LinkToCachingNode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_UseCachedPose, CachePoseName) == 0x000030, "Member 'FAnimNode_UseCachedPose::CachePoseName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraShakeUpdateParams \ +static_assert(alignof(FCameraShakeUpdateParams) == 0x000010, "Wrong alignment on FCameraShakeUpdateParams"); \ +static_assert(sizeof(FCameraShakeUpdateParams) == 0x000620, "Wrong size on FCameraShakeUpdateParams"); \ +static_assert(offsetof(FCameraShakeUpdateParams, DeltaTime) == 0x000000, "Member 'FCameraShakeUpdateParams::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeUpdateParams, ShakeScale) == 0x000004, "Member 'FCameraShakeUpdateParams::ShakeScale' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeUpdateParams, DynamicScale) == 0x000008, "Member 'FCameraShakeUpdateParams::DynamicScale' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeUpdateParams, BlendingWeight) == 0x00000C, "Member 'FCameraShakeUpdateParams::BlendingWeight' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeUpdateParams, POV) == 0x000010, "Member 'FCameraShakeUpdateParams::POV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExposedValueCopyRecord \ +static_assert(alignof(FExposedValueCopyRecord) == 0x000004, "Wrong alignment on FExposedValueCopyRecord"); \ +static_assert(sizeof(FExposedValueCopyRecord) == 0x000008, "Wrong size on FExposedValueCopyRecord"); \ +static_assert(offsetof(FExposedValueCopyRecord, CopyIndex) == 0x000000, "Member 'FExposedValueCopyRecord::CopyIndex' has a wrong offset!"); \ +static_assert(offsetof(FExposedValueCopyRecord, PostCopyOperation) == 0x000004, "Member 'FExposedValueCopyRecord::PostCopyOperation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExposedValueHandler \ +static_assert(alignof(FExposedValueHandler) == 0x000008, "Wrong alignment on FExposedValueHandler"); \ +static_assert(sizeof(FExposedValueHandler) == 0x000058, "Wrong size on FExposedValueHandler"); \ +static_assert(offsetof(FExposedValueHandler, BoundFunction) == 0x000000, "Member 'FExposedValueHandler::BoundFunction' has a wrong offset!"); \ +static_assert(offsetof(FExposedValueHandler, CopyRecords) == 0x000010, "Member 'FExposedValueHandler::CopyRecords' has a wrong offset!"); \ +static_assert(offsetof(FExposedValueHandler, Function) == 0x000020, "Member 'FExposedValueHandler::Function' has a wrong offset!"); \ +static_assert(offsetof(FExposedValueHandler, ValueHandlerNodeProperty) == 0x000028, "Member 'FExposedValueHandler::ValueHandlerNodeProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ConvertComponentToLocalSpace \ +static_assert(alignof(FAnimNode_ConvertComponentToLocalSpace) == 0x000008, "Wrong alignment on FAnimNode_ConvertComponentToLocalSpace"); \ +static_assert(sizeof(FAnimNode_ConvertComponentToLocalSpace) == 0x000030, "Wrong size on FAnimNode_ConvertComponentToLocalSpace"); \ +static_assert(offsetof(FAnimNode_ConvertComponentToLocalSpace, ComponentPose) == 0x000020, "Member 'FAnimNode_ConvertComponentToLocalSpace::ComponentPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollisionResponseTemplate \ +static_assert(alignof(FCollisionResponseTemplate) == 0x000008, "Wrong alignment on FCollisionResponseTemplate"); \ +static_assert(sizeof(FCollisionResponseTemplate) == 0x000050, "Wrong size on FCollisionResponseTemplate"); \ +static_assert(offsetof(FCollisionResponseTemplate, Name) == 0x000000, "Member 'FCollisionResponseTemplate::Name' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseTemplate, CollisionEnabled) == 0x00000C, "Member 'FCollisionResponseTemplate::CollisionEnabled' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseTemplate, bCanModify) == 0x00000E, "Member 'FCollisionResponseTemplate::bCanModify' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseTemplate, ObjectTypeName) == 0x000030, "Member 'FCollisionResponseTemplate::ObjectTypeName' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseTemplate, CustomResponses) == 0x000040, "Member 'FCollisionResponseTemplate::CustomResponses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNotifyEventReference \ +static_assert(alignof(FAnimNotifyEventReference) == 0x000008, "Wrong alignment on FAnimNotifyEventReference"); \ +static_assert(sizeof(FAnimNotifyEventReference) == 0x000010, "Wrong size on FAnimNotifyEventReference"); \ +static_assert(offsetof(FAnimNotifyEventReference, NotifySource) == 0x000008, "Member 'FAnimNotifyEventReference::NotifySource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNotifyArray \ +static_assert(alignof(FAnimNotifyArray) == 0x000008, "Wrong alignment on FAnimNotifyArray"); \ +static_assert(sizeof(FAnimNotifyArray) == 0x000010, "Wrong size on FAnimNotifyArray"); \ +static_assert(offsetof(FAnimNotifyArray, Notifies) == 0x000000, "Member 'FAnimNotifyArray::Notifies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNotifyQueue \ +static_assert(alignof(FAnimNotifyQueue) == 0x000008, "Wrong alignment on FAnimNotifyQueue"); \ +static_assert(sizeof(FAnimNotifyQueue) == 0x000070, "Wrong size on FAnimNotifyQueue"); \ +static_assert(offsetof(FAnimNotifyQueue, AnimNotifies) == 0x000010, "Member 'FAnimNotifyQueue::AnimNotifies' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyQueue, UnfilteredMontageAnimNotifies) == 0x000020, "Member 'FAnimNotifyQueue::UnfilteredMontageAnimNotifies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterNetworkSerializationPackedBits \ +static_assert(alignof(FCharacterNetworkSerializationPackedBits) == 0x000008, "Wrong alignment on FCharacterNetworkSerializationPackedBits"); \ +static_assert(sizeof(FCharacterNetworkSerializationPackedBits) == 0x000098, "Wrong size on FCharacterNetworkSerializationPackedBits"); \ + +#define DUMPER7_ASSERTS_FCharacterMoveResponsePackedBits \ +static_assert(alignof(FCharacterMoveResponsePackedBits) == 0x000008, "Wrong alignment on FCharacterMoveResponsePackedBits"); \ +static_assert(sizeof(FCharacterMoveResponsePackedBits) == 0x000098, "Wrong size on FCharacterMoveResponsePackedBits"); \ + +#define DUMPER7_ASSERTS_FCompressedTrack \ +static_assert(alignof(FCompressedTrack) == 0x000008, "Wrong alignment on FCompressedTrack"); \ +static_assert(sizeof(FCompressedTrack) == 0x000038, "Wrong size on FCompressedTrack"); \ +static_assert(offsetof(FCompressedTrack, ByteStream) == 0x000000, "Member 'FCompressedTrack::ByteStream' has a wrong offset!"); \ +static_assert(offsetof(FCompressedTrack, Times) == 0x000010, "Member 'FCompressedTrack::Times' has a wrong offset!"); \ +static_assert(offsetof(FCompressedTrack, Mins) == 0x000020, "Member 'FCompressedTrack::Mins' has a wrong offset!"); \ +static_assert(offsetof(FCompressedTrack, Ranges) == 0x00002C, "Member 'FCompressedTrack::Ranges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScaleTrack \ +static_assert(alignof(FScaleTrack) == 0x000008, "Wrong alignment on FScaleTrack"); \ +static_assert(sizeof(FScaleTrack) == 0x000020, "Wrong size on FScaleTrack"); \ +static_assert(offsetof(FScaleTrack, ScaleKeys) == 0x000000, "Member 'FScaleTrack::ScaleKeys' has a wrong offset!"); \ +static_assert(offsetof(FScaleTrack, Times) == 0x000010, "Member 'FScaleTrack::Times' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoneReductionSetting \ +static_assert(alignof(FBoneReductionSetting) == 0x000008, "Wrong alignment on FBoneReductionSetting"); \ +static_assert(sizeof(FBoneReductionSetting) == 0x000010, "Wrong size on FBoneReductionSetting"); \ +static_assert(offsetof(FBoneReductionSetting, BonesToRemove) == 0x000000, "Member 'FBoneReductionSetting::BonesToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRotationTrack \ +static_assert(alignof(FRotationTrack) == 0x000008, "Wrong alignment on FRotationTrack"); \ +static_assert(sizeof(FRotationTrack) == 0x000020, "Wrong size on FRotationTrack"); \ +static_assert(offsetof(FRotationTrack, RotKeys) == 0x000000, "Member 'FRotationTrack::RotKeys' has a wrong offset!"); \ +static_assert(offsetof(FRotationTrack, Times) == 0x000010, "Member 'FRotationTrack::Times' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRawAnimSequenceTrack \ +static_assert(alignof(FRawAnimSequenceTrack) == 0x000008, "Wrong alignment on FRawAnimSequenceTrack"); \ +static_assert(sizeof(FRawAnimSequenceTrack) == 0x000030, "Wrong size on FRawAnimSequenceTrack"); \ +static_assert(offsetof(FRawAnimSequenceTrack, PosKeys) == 0x000000, "Member 'FRawAnimSequenceTrack::PosKeys' has a wrong offset!"); \ +static_assert(offsetof(FRawAnimSequenceTrack, RotKeys) == 0x000010, "Member 'FRawAnimSequenceTrack::RotKeys' has a wrong offset!"); \ +static_assert(offsetof(FRawAnimSequenceTrack, ScaleKeys) == 0x000020, "Member 'FRawAnimSequenceTrack::ScaleKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSequenceTrackContainer \ +static_assert(alignof(FAnimSequenceTrackContainer) == 0x000008, "Wrong alignment on FAnimSequenceTrackContainer"); \ +static_assert(sizeof(FAnimSequenceTrackContainer) == 0x000020, "Wrong size on FAnimSequenceTrackContainer"); \ +static_assert(offsetof(FAnimSequenceTrackContainer, AnimationTracks) == 0x000000, "Member 'FAnimSequenceTrackContainer::AnimationTracks' has a wrong offset!"); \ +static_assert(offsetof(FAnimSequenceTrackContainer, TrackNames) == 0x000010, "Member 'FAnimSequenceTrackContainer::TrackNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVertexOffsetUsage \ +static_assert(alignof(FVertexOffsetUsage) == 0x000004, "Wrong alignment on FVertexOffsetUsage"); \ +static_assert(sizeof(FVertexOffsetUsage) == 0x000004, "Wrong size on FVertexOffsetUsage"); \ +static_assert(offsetof(FVertexOffsetUsage, Usage) == 0x000000, "Member 'FVertexOffsetUsage::Usage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSetMeshLinkup \ +static_assert(alignof(FAnimSetMeshLinkup) == 0x000008, "Wrong alignment on FAnimSetMeshLinkup"); \ +static_assert(sizeof(FAnimSetMeshLinkup) == 0x000010, "Wrong size on FAnimSetMeshLinkup"); \ +static_assert(offsetof(FAnimSetMeshLinkup, BoneToTrackTable) == 0x000000, "Member 'FAnimSetMeshLinkup::BoneToTrackTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSingleNodeInstanceProxy \ +static_assert(alignof(FAnimSingleNodeInstanceProxy) == 0x000010, "Wrong alignment on FAnimSingleNodeInstanceProxy"); \ +static_assert(sizeof(FAnimSingleNodeInstanceProxy) == 0x0008D0, "Wrong size on FAnimSingleNodeInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FAnimationTransitionBetweenStates \ +static_assert(alignof(FAnimationTransitionBetweenStates) == 0x000008, "Wrong alignment on FAnimationTransitionBetweenStates"); \ +static_assert(sizeof(FAnimationTransitionBetweenStates) == 0x000040, "Wrong size on FAnimationTransitionBetweenStates"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, PreviousState) == 0x00000C, "Member 'FAnimationTransitionBetweenStates::PreviousState' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, NextState) == 0x000010, "Member 'FAnimationTransitionBetweenStates::NextState' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, CrossfadeDuration) == 0x000014, "Member 'FAnimationTransitionBetweenStates::CrossfadeDuration' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, StartNotify) == 0x000018, "Member 'FAnimationTransitionBetweenStates::StartNotify' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, EndNotify) == 0x00001C, "Member 'FAnimationTransitionBetweenStates::EndNotify' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, InterruptNotify) == 0x000020, "Member 'FAnimationTransitionBetweenStates::InterruptNotify' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, BlendMode) == 0x000024, "Member 'FAnimationTransitionBetweenStates::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, CustomCurve) == 0x000028, "Member 'FAnimationTransitionBetweenStates::CustomCurve' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, BlendProfile) == 0x000030, "Member 'FAnimationTransitionBetweenStates::BlendProfile' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, LogicType) == 0x000038, "Member 'FAnimationTransitionBetweenStates::LogicType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBakedAnimationStateMachine \ +static_assert(alignof(FBakedAnimationStateMachine) == 0x000008, "Wrong alignment on FBakedAnimationStateMachine"); \ +static_assert(sizeof(FBakedAnimationStateMachine) == 0x000030, "Wrong size on FBakedAnimationStateMachine"); \ +static_assert(offsetof(FBakedAnimationStateMachine, MachineName) == 0x000000, "Member 'FBakedAnimationStateMachine::MachineName' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationStateMachine, InitialState) == 0x00000C, "Member 'FBakedAnimationStateMachine::InitialState' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationStateMachine, States) == 0x000010, "Member 'FBakedAnimationStateMachine::States' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationStateMachine, Transitions) == 0x000020, "Member 'FBakedAnimationStateMachine::Transitions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartNameMapping \ +static_assert(alignof(FSmartNameMapping) == 0x000008, "Wrong alignment on FSmartNameMapping"); \ +static_assert(sizeof(FSmartNameMapping) == 0x000070, "Wrong size on FSmartNameMapping"); \ + +#define DUMPER7_ASSERTS_FAnimationTransitionRule \ +static_assert(alignof(FAnimationTransitionRule) == 0x000004, "Wrong alignment on FAnimationTransitionRule"); \ +static_assert(sizeof(FAnimationTransitionRule) == 0x000014, "Wrong size on FAnimationTransitionRule"); \ +static_assert(offsetof(FAnimationTransitionRule, RuleToExecute) == 0x000000, "Member 'FAnimationTransitionRule::RuleToExecute' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionRule, TransitionReturnVal) == 0x00000C, "Member 'FAnimationTransitionRule::TransitionReturnVal' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionRule, TransitionIndex) == 0x000010, "Member 'FAnimationTransitionRule::TransitionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationState \ +static_assert(alignof(FAnimationState) == 0x000008, "Wrong alignment on FAnimationState"); \ +static_assert(sizeof(FAnimationState) == 0x000030, "Wrong size on FAnimationState"); \ +static_assert(offsetof(FAnimationState, Transitions) == 0x000010, "Member 'FAnimationState::Transitions' has a wrong offset!"); \ +static_assert(offsetof(FAnimationState, StateRootNodeIndex) == 0x000020, "Member 'FAnimationState::StateRootNodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FAnimationState, StartNotify) == 0x000024, "Member 'FAnimationState::StartNotify' has a wrong offset!"); \ +static_assert(offsetof(FAnimationState, EndNotify) == 0x000028, "Member 'FAnimationState::EndNotify' has a wrong offset!"); \ +static_assert(offsetof(FAnimationState, FullyBlendedNotify) == 0x00002C, "Member 'FAnimationState::FullyBlendedNotify' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrackToSkeletonMap \ +static_assert(alignof(FTrackToSkeletonMap) == 0x000004, "Wrong alignment on FTrackToSkeletonMap"); \ +static_assert(sizeof(FTrackToSkeletonMap) == 0x000004, "Wrong size on FTrackToSkeletonMap"); \ +static_assert(offsetof(FTrackToSkeletonMap, BoneTreeIndex) == 0x000000, "Member 'FTrackToSkeletonMap::BoneTreeIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMarkerSyncData \ +static_assert(alignof(FMarkerSyncData) == 0x000008, "Wrong alignment on FMarkerSyncData"); \ +static_assert(sizeof(FMarkerSyncData) == 0x000020, "Wrong size on FMarkerSyncData"); \ +static_assert(offsetof(FMarkerSyncData, AuthoredSyncMarkers) == 0x000000, "Member 'FMarkerSyncData::AuthoredSyncMarkers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNotifyTrack \ +static_assert(alignof(FAnimNotifyTrack) == 0x000008, "Wrong alignment on FAnimNotifyTrack"); \ +static_assert(sizeof(FAnimNotifyTrack) == 0x000040, "Wrong size on FAnimNotifyTrack"); \ +static_assert(offsetof(FAnimNotifyTrack, TrackName) == 0x000000, "Member 'FAnimNotifyTrack::TrackName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyTrack, TrackColor) == 0x00000C, "Member 'FAnimNotifyTrack::TrackColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerBoneBlendWeights \ +static_assert(alignof(FPerBoneBlendWeights) == 0x000008, "Wrong alignment on FPerBoneBlendWeights"); \ +static_assert(sizeof(FPerBoneBlendWeights) == 0x000010, "Wrong size on FPerBoneBlendWeights"); \ +static_assert(offsetof(FPerBoneBlendWeights, BoneBlendWeights) == 0x000000, "Member 'FPerBoneBlendWeights::BoneBlendWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssetImportInfo \ +static_assert(alignof(FAssetImportInfo) == 0x000001, "Wrong alignment on FAssetImportInfo"); \ +static_assert(sizeof(FAssetImportInfo) == 0x000001, "Wrong size on FAssetImportInfo"); \ + +#define DUMPER7_ASSERTS_FNode \ +static_assert(alignof(FNode) == 0x000010, "Wrong alignment on FNode"); \ +static_assert(sizeof(FNode) == 0x000070, "Wrong size on FNode"); \ +static_assert(offsetof(FNode, Name) == 0x000000, "Member 'FNode::Name' has a wrong offset!"); \ +static_assert(offsetof(FNode, ParentName) == 0x00000C, "Member 'FNode::ParentName' has a wrong offset!"); \ +static_assert(offsetof(FNode, Transform) == 0x000020, "Member 'FNode::Transform' has a wrong offset!"); \ +static_assert(offsetof(FNode, DisplayName) == 0x000050, "Member 'FNode::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FNode, bAdvanced) == 0x000060, "Member 'FNode::bAdvanced' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrimaryAssetRulesCustomOverride \ +static_assert(alignof(FPrimaryAssetRulesCustomOverride) == 0x000008, "Wrong alignment on FPrimaryAssetRulesCustomOverride"); \ +static_assert(sizeof(FPrimaryAssetRulesCustomOverride) == 0x000040, "Wrong size on FPrimaryAssetRulesCustomOverride"); \ +static_assert(offsetof(FPrimaryAssetRulesCustomOverride, PrimaryAssetType) == 0x000000, "Member 'FPrimaryAssetRulesCustomOverride::PrimaryAssetType' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetRulesCustomOverride, FilterDirectory) == 0x000010, "Member 'FPrimaryAssetRulesCustomOverride::FilterDirectory' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetRulesCustomOverride, FilterString) == 0x000020, "Member 'FPrimaryAssetRulesCustomOverride::FilterString' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetRulesCustomOverride, Rules) == 0x000030, "Member 'FPrimaryAssetRulesCustomOverride::Rules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrimaryAssetRulesOverride \ +static_assert(alignof(FPrimaryAssetRulesOverride) == 0x000004, "Wrong alignment on FPrimaryAssetRulesOverride"); \ +static_assert(sizeof(FPrimaryAssetRulesOverride) == 0x000024, "Wrong size on FPrimaryAssetRulesOverride"); \ +static_assert(offsetof(FPrimaryAssetRulesOverride, PrimaryAssetId) == 0x000000, "Member 'FPrimaryAssetRulesOverride::PrimaryAssetId' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetRulesOverride, Rules) == 0x000018, "Member 'FPrimaryAssetRulesOverride::Rules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootMotionSourceStatus \ +static_assert(alignof(FRootMotionSourceStatus) == 0x000001, "Wrong alignment on FRootMotionSourceStatus"); \ +static_assert(sizeof(FRootMotionSourceStatus) == 0x000001, "Wrong size on FRootMotionSourceStatus"); \ +static_assert(offsetof(FRootMotionSourceStatus, Flags) == 0x000000, "Member 'FRootMotionSourceStatus::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootMotionFinishVelocitySettings \ +static_assert(alignof(FRootMotionFinishVelocitySettings) == 0x000004, "Wrong alignment on FRootMotionFinishVelocitySettings"); \ +static_assert(sizeof(FRootMotionFinishVelocitySettings) == 0x000014, "Wrong size on FRootMotionFinishVelocitySettings"); \ +static_assert(offsetof(FRootMotionFinishVelocitySettings, Mode) == 0x000000, "Member 'FRootMotionFinishVelocitySettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionFinishVelocitySettings, SetVelocity) == 0x000004, "Member 'FRootMotionFinishVelocitySettings::SetVelocity' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionFinishVelocitySettings, ClampVelocity) == 0x000010, "Member 'FRootMotionFinishVelocitySettings::ClampVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootMotionSource \ +static_assert(alignof(FRootMotionSource) == 0x000010, "Wrong alignment on FRootMotionSource"); \ +static_assert(sizeof(FRootMotionSource) == 0x0000A0, "Wrong size on FRootMotionSource"); \ +static_assert(offsetof(FRootMotionSource, Priority) == 0x000010, "Member 'FRootMotionSource::Priority' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, LocalID) == 0x000012, "Member 'FRootMotionSource::LocalID' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, AccumulateMode) == 0x000014, "Member 'FRootMotionSource::AccumulateMode' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, InstanceName) == 0x000018, "Member 'FRootMotionSource::InstanceName' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, StartTime) == 0x000024, "Member 'FRootMotionSource::StartTime' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, CurrentTime) == 0x000028, "Member 'FRootMotionSource::CurrentTime' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, PreviousTime) == 0x00002C, "Member 'FRootMotionSource::PreviousTime' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, Duration) == 0x000030, "Member 'FRootMotionSource::Duration' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, Status) == 0x000034, "Member 'FRootMotionSource::Status' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, Settings) == 0x000035, "Member 'FRootMotionSource::Settings' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, bInLocalSpace) == 0x000036, "Member 'FRootMotionSource::bInLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, RootMotionParams) == 0x000040, "Member 'FRootMotionSource::RootMotionParams' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, FinishVelocityParams) == 0x000080, "Member 'FRootMotionSource::FinishVelocityParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootMotionSource_JumpForce \ +static_assert(alignof(FRootMotionSource_JumpForce) == 0x000010, "Wrong alignment on FRootMotionSource_JumpForce"); \ +static_assert(sizeof(FRootMotionSource_JumpForce) == 0x0000D0, "Wrong size on FRootMotionSource_JumpForce"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, Rotation) == 0x000098, "Member 'FRootMotionSource_JumpForce::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, Distance) == 0x0000A4, "Member 'FRootMotionSource_JumpForce::Distance' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, Height) == 0x0000A8, "Member 'FRootMotionSource_JumpForce::Height' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, bDisableTimeout) == 0x0000AC, "Member 'FRootMotionSource_JumpForce::bDisableTimeout' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, PathOffsetCurve) == 0x0000B0, "Member 'FRootMotionSource_JumpForce::PathOffsetCurve' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, TimeMappingCurve) == 0x0000B8, "Member 'FRootMotionSource_JumpForce::TimeMappingCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssetManagerSearchRules \ +static_assert(alignof(FAssetManagerSearchRules) == 0x000008, "Wrong alignment on FAssetManagerSearchRules"); \ +static_assert(sizeof(FAssetManagerSearchRules) == 0x000050, "Wrong size on FAssetManagerSearchRules"); \ +static_assert(offsetof(FAssetManagerSearchRules, AssetScanPaths) == 0x000000, "Member 'FAssetManagerSearchRules::AssetScanPaths' has a wrong offset!"); \ +static_assert(offsetof(FAssetManagerSearchRules, IncludePatterns) == 0x000010, "Member 'FAssetManagerSearchRules::IncludePatterns' has a wrong offset!"); \ +static_assert(offsetof(FAssetManagerSearchRules, ExcludePatterns) == 0x000020, "Member 'FAssetManagerSearchRules::ExcludePatterns' has a wrong offset!"); \ +static_assert(offsetof(FAssetManagerSearchRules, AssetBaseClass) == 0x000030, "Member 'FAssetManagerSearchRules::AssetBaseClass' has a wrong offset!"); \ +static_assert(offsetof(FAssetManagerSearchRules, bHasBlueprintClasses) == 0x000038, "Member 'FAssetManagerSearchRules::bHasBlueprintClasses' has a wrong offset!"); \ +static_assert(offsetof(FAssetManagerSearchRules, bForceSynchronousScan) == 0x000039, "Member 'FAssetManagerSearchRules::bForceSynchronousScan' has a wrong offset!"); \ +static_assert(offsetof(FAssetManagerSearchRules, bSkipVirtualPathExpansion) == 0x00003A, "Member 'FAssetManagerSearchRules::bSkipVirtualPathExpansion' has a wrong offset!"); \ +static_assert(offsetof(FAssetManagerSearchRules, bSkipManagerIncludeCheck) == 0x00003B, "Member 'FAssetManagerSearchRules::bSkipManagerIncludeCheck' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssetMapping \ +static_assert(alignof(FAssetMapping) == 0x000008, "Wrong alignment on FAssetMapping"); \ +static_assert(sizeof(FAssetMapping) == 0x000010, "Wrong size on FAssetMapping"); \ +static_assert(offsetof(FAssetMapping, SourceAsset) == 0x000000, "Member 'FAssetMapping::SourceAsset' has a wrong offset!"); \ +static_assert(offsetof(FAssetMapping, TargetAsset) == 0x000008, "Member 'FAssetMapping::TargetAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAtmospherePrecomputeInstanceData \ +static_assert(alignof(FAtmospherePrecomputeInstanceData) == 0x000008, "Wrong alignment on FAtmospherePrecomputeInstanceData"); \ +static_assert(sizeof(FAtmospherePrecomputeInstanceData) == 0x000160, "Wrong size on FAtmospherePrecomputeInstanceData"); \ + +#define DUMPER7_ASSERTS_FRootMotionSource_ConstantForce \ +static_assert(alignof(FRootMotionSource_ConstantForce) == 0x000010, "Wrong alignment on FRootMotionSource_ConstantForce"); \ +static_assert(sizeof(FRootMotionSource_ConstantForce) == 0x0000B0, "Wrong size on FRootMotionSource_ConstantForce"); \ +static_assert(offsetof(FRootMotionSource_ConstantForce, Force) == 0x000098, "Member 'FRootMotionSource_ConstantForce::Force' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_ConstantForce, StrengthOverTime) == 0x0000A8, "Member 'FRootMotionSource_ConstantForce::StrengthOverTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAtmospherePrecomputeParameters \ +static_assert(alignof(FAtmospherePrecomputeParameters) == 0x000004, "Wrong alignment on FAtmospherePrecomputeParameters"); \ +static_assert(sizeof(FAtmospherePrecomputeParameters) == 0x00002C, "Wrong size on FAtmospherePrecomputeParameters"); \ +static_assert(offsetof(FAtmospherePrecomputeParameters, DensityHeight) == 0x000000, "Member 'FAtmospherePrecomputeParameters::DensityHeight' has a wrong offset!"); \ +static_assert(offsetof(FAtmospherePrecomputeParameters, DecayHeight) == 0x000004, "Member 'FAtmospherePrecomputeParameters::DecayHeight' has a wrong offset!"); \ +static_assert(offsetof(FAtmospherePrecomputeParameters, MaxScatteringOrder) == 0x000008, "Member 'FAtmospherePrecomputeParameters::MaxScatteringOrder' has a wrong offset!"); \ +static_assert(offsetof(FAtmospherePrecomputeParameters, TransmittanceTexWidth) == 0x00000C, "Member 'FAtmospherePrecomputeParameters::TransmittanceTexWidth' has a wrong offset!"); \ +static_assert(offsetof(FAtmospherePrecomputeParameters, TransmittanceTexHeight) == 0x000010, "Member 'FAtmospherePrecomputeParameters::TransmittanceTexHeight' has a wrong offset!"); \ +static_assert(offsetof(FAtmospherePrecomputeParameters, IrradianceTexWidth) == 0x000014, "Member 'FAtmospherePrecomputeParameters::IrradianceTexWidth' has a wrong offset!"); \ +static_assert(offsetof(FAtmospherePrecomputeParameters, IrradianceTexHeight) == 0x000018, "Member 'FAtmospherePrecomputeParameters::IrradianceTexHeight' has a wrong offset!"); \ +static_assert(offsetof(FAtmospherePrecomputeParameters, InscatterAltitudeSampleNum) == 0x00001C, "Member 'FAtmospherePrecomputeParameters::InscatterAltitudeSampleNum' has a wrong offset!"); \ +static_assert(offsetof(FAtmospherePrecomputeParameters, InscatterMuNum) == 0x000020, "Member 'FAtmospherePrecomputeParameters::InscatterMuNum' has a wrong offset!"); \ +static_assert(offsetof(FAtmospherePrecomputeParameters, InscatterMuSNum) == 0x000024, "Member 'FAtmospherePrecomputeParameters::InscatterMuSNum' has a wrong offset!"); \ +static_assert(offsetof(FAtmospherePrecomputeParameters, InscatterNuNum) == 0x000028, "Member 'FAtmospherePrecomputeParameters::InscatterNuNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioComponentParam \ +static_assert(alignof(FAudioComponentParam) == 0x000008, "Wrong alignment on FAudioComponentParam"); \ +static_assert(sizeof(FAudioComponentParam) == 0x000020, "Wrong size on FAudioComponentParam"); \ +static_assert(offsetof(FAudioComponentParam, ParamName) == 0x000000, "Member 'FAudioComponentParam::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FAudioComponentParam, FloatParam) == 0x00000C, "Member 'FAudioComponentParam::FloatParam' has a wrong offset!"); \ +static_assert(offsetof(FAudioComponentParam, BoolParam) == 0x000010, "Member 'FAudioComponentParam::BoolParam' has a wrong offset!"); \ +static_assert(offsetof(FAudioComponentParam, IntParam) == 0x000014, "Member 'FAudioComponentParam::IntParam' has a wrong offset!"); \ +static_assert(offsetof(FAudioComponentParam, SoundWaveParam) == 0x000018, "Member 'FAudioComponentParam::SoundWaveParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioReverbEffect \ +static_assert(alignof(FAudioReverbEffect) == 0x000008, "Wrong alignment on FAudioReverbEffect"); \ +static_assert(sizeof(FAudioReverbEffect) == 0x000048, "Wrong size on FAudioReverbEffect"); \ + +#define DUMPER7_ASSERTS_FLocationBoneSocketInfo \ +static_assert(alignof(FLocationBoneSocketInfo) == 0x000004, "Wrong alignment on FLocationBoneSocketInfo"); \ +static_assert(sizeof(FLocationBoneSocketInfo) == 0x000018, "Wrong size on FLocationBoneSocketInfo"); \ +static_assert(offsetof(FLocationBoneSocketInfo, BoneSocketName) == 0x000000, "Member 'FLocationBoneSocketInfo::BoneSocketName' has a wrong offset!"); \ +static_assert(offsetof(FLocationBoneSocketInfo, Offset) == 0x00000C, "Member 'FLocationBoneSocketInfo::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDefaultAudioBusSettings \ +static_assert(alignof(FDefaultAudioBusSettings) == 0x000008, "Wrong alignment on FDefaultAudioBusSettings"); \ +static_assert(sizeof(FDefaultAudioBusSettings) == 0x000020, "Wrong size on FDefaultAudioBusSettings"); \ +static_assert(offsetof(FDefaultAudioBusSettings, AudioBus) == 0x000000, "Member 'FDefaultAudioBusSettings::AudioBus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundDebugEntry \ +static_assert(alignof(FSoundDebugEntry) == 0x000008, "Wrong alignment on FSoundDebugEntry"); \ +static_assert(sizeof(FSoundDebugEntry) == 0x000030, "Wrong size on FSoundDebugEntry"); \ +static_assert(offsetof(FSoundDebugEntry, DebugName) == 0x000000, "Member 'FSoundDebugEntry::DebugName' has a wrong offset!"); \ +static_assert(offsetof(FSoundDebugEntry, Sound) == 0x000010, "Member 'FSoundDebugEntry::Sound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInteriorSettings \ +static_assert(alignof(FInteriorSettings) == 0x000004, "Wrong alignment on FInteriorSettings"); \ +static_assert(sizeof(FInteriorSettings) == 0x000024, "Wrong size on FInteriorSettings"); \ +static_assert(offsetof(FInteriorSettings, bIsWorldSettings) == 0x000000, "Member 'FInteriorSettings::bIsWorldSettings' has a wrong offset!"); \ +static_assert(offsetof(FInteriorSettings, ExteriorVolume) == 0x000004, "Member 'FInteriorSettings::ExteriorVolume' has a wrong offset!"); \ +static_assert(offsetof(FInteriorSettings, ExteriorTime) == 0x000008, "Member 'FInteriorSettings::ExteriorTime' has a wrong offset!"); \ +static_assert(offsetof(FInteriorSettings, ExteriorLPF) == 0x00000C, "Member 'FInteriorSettings::ExteriorLPF' has a wrong offset!"); \ +static_assert(offsetof(FInteriorSettings, ExteriorLPFTime) == 0x000010, "Member 'FInteriorSettings::ExteriorLPFTime' has a wrong offset!"); \ +static_assert(offsetof(FInteriorSettings, InteriorVolume) == 0x000014, "Member 'FInteriorSettings::InteriorVolume' has a wrong offset!"); \ +static_assert(offsetof(FInteriorSettings, InteriorTime) == 0x000018, "Member 'FInteriorSettings::InteriorTime' has a wrong offset!"); \ +static_assert(offsetof(FInteriorSettings, InteriorLPF) == 0x00001C, "Member 'FInteriorSettings::InteriorLPF' has a wrong offset!"); \ +static_assert(offsetof(FInteriorSettings, InteriorLPFTime) == 0x000020, "Member 'FInteriorSettings::InteriorLPFTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGPUSpriteResourceData \ +static_assert(alignof(FGPUSpriteResourceData) == 0x000010, "Wrong alignment on FGPUSpriteResourceData"); \ +static_assert(sizeof(FGPUSpriteResourceData) == 0x000160, "Wrong size on FGPUSpriteResourceData"); \ +static_assert(offsetof(FGPUSpriteResourceData, QuantizedColorSamples) == 0x000000, "Member 'FGPUSpriteResourceData::QuantizedColorSamples' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, QuantizedMiscSamples) == 0x000010, "Member 'FGPUSpriteResourceData::QuantizedMiscSamples' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, QuantizedSimulationAttrSamples) == 0x000020, "Member 'FGPUSpriteResourceData::QuantizedSimulationAttrSamples' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, ColorScale) == 0x000030, "Member 'FGPUSpriteResourceData::ColorScale' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, ColorBias) == 0x000040, "Member 'FGPUSpriteResourceData::ColorBias' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, MiscScale) == 0x000050, "Member 'FGPUSpriteResourceData::MiscScale' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, MiscBias) == 0x000060, "Member 'FGPUSpriteResourceData::MiscBias' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, SimulationAttrCurveScale) == 0x000070, "Member 'FGPUSpriteResourceData::SimulationAttrCurveScale' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, SimulationAttrCurveBias) == 0x000080, "Member 'FGPUSpriteResourceData::SimulationAttrCurveBias' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, SubImageSize) == 0x000090, "Member 'FGPUSpriteResourceData::SubImageSize' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, SizeBySpeed) == 0x0000A0, "Member 'FGPUSpriteResourceData::SizeBySpeed' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, ConstantAcceleration) == 0x0000B0, "Member 'FGPUSpriteResourceData::ConstantAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, OrbitOffsetBase) == 0x0000BC, "Member 'FGPUSpriteResourceData::OrbitOffsetBase' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, OrbitOffsetRange) == 0x0000C8, "Member 'FGPUSpriteResourceData::OrbitOffsetRange' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, OrbitFrequencyBase) == 0x0000D4, "Member 'FGPUSpriteResourceData::OrbitFrequencyBase' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, OrbitFrequencyRange) == 0x0000E0, "Member 'FGPUSpriteResourceData::OrbitFrequencyRange' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, OrbitPhaseBase) == 0x0000EC, "Member 'FGPUSpriteResourceData::OrbitPhaseBase' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, OrbitPhaseRange) == 0x0000F8, "Member 'FGPUSpriteResourceData::OrbitPhaseRange' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, GlobalVectorFieldScale) == 0x000104, "Member 'FGPUSpriteResourceData::GlobalVectorFieldScale' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, GlobalVectorFieldTightness) == 0x000108, "Member 'FGPUSpriteResourceData::GlobalVectorFieldTightness' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, PerParticleVectorFieldScale) == 0x00010C, "Member 'FGPUSpriteResourceData::PerParticleVectorFieldScale' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, PerParticleVectorFieldBias) == 0x000110, "Member 'FGPUSpriteResourceData::PerParticleVectorFieldBias' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, DragCoefficientScale) == 0x000114, "Member 'FGPUSpriteResourceData::DragCoefficientScale' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, DragCoefficientBias) == 0x000118, "Member 'FGPUSpriteResourceData::DragCoefficientBias' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, ResilienceScale) == 0x00011C, "Member 'FGPUSpriteResourceData::ResilienceScale' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, ResilienceBias) == 0x000120, "Member 'FGPUSpriteResourceData::ResilienceBias' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, CollisionRadiusScale) == 0x000124, "Member 'FGPUSpriteResourceData::CollisionRadiusScale' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, CollisionRadiusBias) == 0x000128, "Member 'FGPUSpriteResourceData::CollisionRadiusBias' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, CollisionTimeBias) == 0x00012C, "Member 'FGPUSpriteResourceData::CollisionTimeBias' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, CollisionRandomSpread) == 0x000130, "Member 'FGPUSpriteResourceData::CollisionRandomSpread' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, CollisionRandomDistribution) == 0x000134, "Member 'FGPUSpriteResourceData::CollisionRandomDistribution' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, OneMinusFriction) == 0x000138, "Member 'FGPUSpriteResourceData::OneMinusFriction' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, RotationRateScale) == 0x00013C, "Member 'FGPUSpriteResourceData::RotationRateScale' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, CameraMotionBlurAmount) == 0x000140, "Member 'FGPUSpriteResourceData::CameraMotionBlurAmount' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, ScreenAlignment) == 0x000144, "Member 'FGPUSpriteResourceData::ScreenAlignment' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, LockAxisFlag) == 0x000145, "Member 'FGPUSpriteResourceData::LockAxisFlag' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, PivotOffset) == 0x000148, "Member 'FGPUSpriteResourceData::PivotOffset' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, MinFacingCameraBlendDistance) == 0x000154, "Member 'FGPUSpriteResourceData::MinFacingCameraBlendDistance' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteResourceData, MaxFacingCameraBlendDistance) == 0x000158, "Member 'FGPUSpriteResourceData::MaxFacingCameraBlendDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioVolumeSubmixOverrideSettings \ +static_assert(alignof(FAudioVolumeSubmixOverrideSettings) == 0x000008, "Wrong alignment on FAudioVolumeSubmixOverrideSettings"); \ +static_assert(sizeof(FAudioVolumeSubmixOverrideSettings) == 0x000020, "Wrong size on FAudioVolumeSubmixOverrideSettings"); \ +static_assert(offsetof(FAudioVolumeSubmixOverrideSettings, Submix) == 0x000000, "Member 'FAudioVolumeSubmixOverrideSettings::Submix' has a wrong offset!"); \ +static_assert(offsetof(FAudioVolumeSubmixOverrideSettings, SubmixEffectChain) == 0x000008, "Member 'FAudioVolumeSubmixOverrideSettings::SubmixEffectChain' has a wrong offset!"); \ +static_assert(offsetof(FAudioVolumeSubmixOverrideSettings, CrossfadeTime) == 0x000018, "Member 'FAudioVolumeSubmixOverrideSettings::CrossfadeTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioVolumeSubmixSendSettings \ +static_assert(alignof(FAudioVolumeSubmixSendSettings) == 0x000008, "Wrong alignment on FAudioVolumeSubmixSendSettings"); \ +static_assert(sizeof(FAudioVolumeSubmixSendSettings) == 0x000018, "Wrong size on FAudioVolumeSubmixSendSettings"); \ +static_assert(offsetof(FAudioVolumeSubmixSendSettings, ListenerLocationState) == 0x000000, "Member 'FAudioVolumeSubmixSendSettings::ListenerLocationState' has a wrong offset!"); \ +static_assert(offsetof(FAudioVolumeSubmixSendSettings, SourceLocationState) == 0x000001, "Member 'FAudioVolumeSubmixSendSettings::SourceLocationState' has a wrong offset!"); \ +static_assert(offsetof(FAudioVolumeSubmixSendSettings, SubmixSends) == 0x000008, "Member 'FAudioVolumeSubmixSendSettings::SubmixSends' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLODSoloTrack \ +static_assert(alignof(FLODSoloTrack) == 0x000008, "Wrong alignment on FLODSoloTrack"); \ +static_assert(sizeof(FLODSoloTrack) == 0x000010, "Wrong size on FLODSoloTrack"); \ +static_assert(offsetof(FLODSoloTrack, SoloEnableSetting) == 0x000000, "Member 'FLODSoloTrack::SoloEnableSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLaunchOnTestSettings \ +static_assert(alignof(FLaunchOnTestSettings) == 0x000008, "Wrong alignment on FLaunchOnTestSettings"); \ +static_assert(sizeof(FLaunchOnTestSettings) == 0x000020, "Wrong size on FLaunchOnTestSettings"); \ +static_assert(offsetof(FLaunchOnTestSettings, LaunchOnTestmap) == 0x000000, "Member 'FLaunchOnTestSettings::LaunchOnTestmap' has a wrong offset!"); \ +static_assert(offsetof(FLaunchOnTestSettings, DeviceID) == 0x000010, "Member 'FLaunchOnTestSettings::DeviceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEditorMapPerformanceTestDefinition \ +static_assert(alignof(FEditorMapPerformanceTestDefinition) == 0x000008, "Wrong alignment on FEditorMapPerformanceTestDefinition"); \ +static_assert(sizeof(FEditorMapPerformanceTestDefinition) == 0x000028, "Wrong size on FEditorMapPerformanceTestDefinition"); \ +static_assert(offsetof(FEditorMapPerformanceTestDefinition, PerformanceTestmap) == 0x000000, "Member 'FEditorMapPerformanceTestDefinition::PerformanceTestmap' has a wrong offset!"); \ +static_assert(offsetof(FEditorMapPerformanceTestDefinition, TestTimer) == 0x000020, "Member 'FEditorMapPerformanceTestDefinition::TestTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBuildPromotionImportWorkflowSettings \ +static_assert(alignof(FBuildPromotionImportWorkflowSettings) == 0x000008, "Wrong alignment on FBuildPromotionImportWorkflowSettings"); \ +static_assert(sizeof(FBuildPromotionImportWorkflowSettings) == 0x000150, "Wrong size on FBuildPromotionImportWorkflowSettings"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, Diffuse) == 0x000000, "Member 'FBuildPromotionImportWorkflowSettings::Diffuse' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, Normal) == 0x000020, "Member 'FBuildPromotionImportWorkflowSettings::Normal' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, StaticMesh) == 0x000040, "Member 'FBuildPromotionImportWorkflowSettings::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, ReimportStaticMesh) == 0x000060, "Member 'FBuildPromotionImportWorkflowSettings::ReimportStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, BlendShapeMesh) == 0x000080, "Member 'FBuildPromotionImportWorkflowSettings::BlendShapeMesh' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, MorphMesh) == 0x0000A0, "Member 'FBuildPromotionImportWorkflowSettings::MorphMesh' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, SkeletalMesh) == 0x0000C0, "Member 'FBuildPromotionImportWorkflowSettings::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, Animation) == 0x0000E0, "Member 'FBuildPromotionImportWorkflowSettings::Animation' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, Sound) == 0x000100, "Member 'FBuildPromotionImportWorkflowSettings::Sound' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, SurroundSound) == 0x000120, "Member 'FBuildPromotionImportWorkflowSettings::SurroundSound' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, OtherAssetsToImport) == 0x000140, "Member 'FBuildPromotionImportWorkflowSettings::OtherAssetsToImport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBuildPromotionNewProjectSettings \ +static_assert(alignof(FBuildPromotionNewProjectSettings) == 0x000008, "Wrong alignment on FBuildPromotionNewProjectSettings"); \ +static_assert(sizeof(FBuildPromotionNewProjectSettings) == 0x000020, "Wrong size on FBuildPromotionNewProjectSettings"); \ +static_assert(offsetof(FBuildPromotionNewProjectSettings, NewProjectFolderOverride) == 0x000000, "Member 'FBuildPromotionNewProjectSettings::NewProjectFolderOverride' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionNewProjectSettings, NewProjectNameOverride) == 0x000010, "Member 'FBuildPromotionNewProjectSettings::NewProjectNameOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBuildPromotionTestSettings \ +static_assert(alignof(FBuildPromotionTestSettings) == 0x000008, "Wrong alignment on FBuildPromotionTestSettings"); \ +static_assert(sizeof(FBuildPromotionTestSettings) == 0x0001F0, "Wrong size on FBuildPromotionTestSettings"); \ +static_assert(offsetof(FBuildPromotionTestSettings, DefaultStaticMeshAsset) == 0x000000, "Member 'FBuildPromotionTestSettings::DefaultStaticMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionTestSettings, ImportWorkflow) == 0x000010, "Member 'FBuildPromotionTestSettings::ImportWorkflow' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionTestSettings, OpenAssets) == 0x000160, "Member 'FBuildPromotionTestSettings::OpenAssets' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionTestSettings, NewProjectSettings) == 0x0001C0, "Member 'FBuildPromotionTestSettings::NewProjectSettings' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionTestSettings, SourceControlMaterial) == 0x0001E0, "Member 'FBuildPromotionTestSettings::SourceControlMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FParticleSystemReplayFrame \ +static_assert(alignof(FParticleSystemReplayFrame) == 0x000008, "Wrong alignment on FParticleSystemReplayFrame"); \ +static_assert(sizeof(FParticleSystemReplayFrame) == 0x000010, "Wrong size on FParticleSystemReplayFrame"); \ + +#define DUMPER7_ASSERTS_FBoneMirrorInfo \ +static_assert(alignof(FBoneMirrorInfo) == 0x000004, "Wrong alignment on FBoneMirrorInfo"); \ +static_assert(sizeof(FBoneMirrorInfo) == 0x000008, "Wrong size on FBoneMirrorInfo"); \ +static_assert(offsetof(FBoneMirrorInfo, SourceIndex) == 0x000000, "Member 'FBoneMirrorInfo::SourceIndex' has a wrong offset!"); \ +static_assert(offsetof(FBoneMirrorInfo, BoneFlipAxis) == 0x000004, "Member 'FBoneMirrorInfo::BoneFlipAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoneFilter \ +static_assert(alignof(FBoneFilter) == 0x000004, "Wrong alignment on FBoneFilter"); \ +static_assert(sizeof(FBoneFilter) == 0x000010, "Wrong size on FBoneFilter"); \ +static_assert(offsetof(FBoneFilter, bExcludeSelf) == 0x000000, "Member 'FBoneFilter::bExcludeSelf' has a wrong offset!"); \ +static_assert(offsetof(FBoneFilter, BoneName) == 0x000004, "Member 'FBoneFilter::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEditorImportExportTestDefinition \ +static_assert(alignof(FEditorImportExportTestDefinition) == 0x000008, "Wrong alignment on FEditorImportExportTestDefinition"); \ +static_assert(sizeof(FEditorImportExportTestDefinition) == 0x000038, "Wrong size on FEditorImportExportTestDefinition"); \ +static_assert(offsetof(FEditorImportExportTestDefinition, ImportFilePath) == 0x000000, "Member 'FEditorImportExportTestDefinition::ImportFilePath' has a wrong offset!"); \ +static_assert(offsetof(FEditorImportExportTestDefinition, ExportFileExtension) == 0x000010, "Member 'FEditorImportExportTestDefinition::ExportFileExtension' has a wrong offset!"); \ +static_assert(offsetof(FEditorImportExportTestDefinition, bSkipExport) == 0x000020, "Member 'FEditorImportExportTestDefinition::bSkipExport' has a wrong offset!"); \ +static_assert(offsetof(FEditorImportExportTestDefinition, FactorySettings) == 0x000028, "Member 'FEditorImportExportTestDefinition::FactorySettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavAvoidanceData \ +static_assert(alignof(FNavAvoidanceData) == 0x000004, "Wrong alignment on FNavAvoidanceData"); \ +static_assert(sizeof(FNavAvoidanceData) == 0x000048, "Wrong size on FNavAvoidanceData"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshSamplingLODBuiltData \ +static_assert(alignof(FSkeletalMeshSamplingLODBuiltData) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingLODBuiltData"); \ +static_assert(sizeof(FSkeletalMeshSamplingLODBuiltData) == 0x000048, "Wrong size on FSkeletalMeshSamplingLODBuiltData"); \ + +#define DUMPER7_ASSERTS_FBlendProfileBoneEntry \ +static_assert(alignof(FBlendProfileBoneEntry) == 0x000004, "Wrong alignment on FBlendProfileBoneEntry"); \ +static_assert(sizeof(FBlendProfileBoneEntry) == 0x000018, "Wrong size on FBlendProfileBoneEntry"); \ +static_assert(offsetof(FBlendProfileBoneEntry, BoneReference) == 0x000000, "Member 'FBlendProfileBoneEntry::BoneReference' has a wrong offset!"); \ +static_assert(offsetof(FBlendProfileBoneEntry, BlendScale) == 0x000014, "Member 'FBlendProfileBoneEntry::BlendScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerBoneInterpolation \ +static_assert(alignof(FPerBoneInterpolation) == 0x000004, "Wrong alignment on FPerBoneInterpolation"); \ +static_assert(sizeof(FPerBoneInterpolation) == 0x000018, "Wrong size on FPerBoneInterpolation"); \ +static_assert(offsetof(FPerBoneInterpolation, BoneReference) == 0x000000, "Member 'FPerBoneInterpolation::BoneReference' has a wrong offset!"); \ +static_assert(offsetof(FPerBoneInterpolation, InterpolationSpeedPerSec) == 0x000014, "Member 'FPerBoneInterpolation::InterpolationSpeedPerSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVirtualBone \ +static_assert(alignof(FVirtualBone) == 0x000004, "Wrong alignment on FVirtualBone"); \ +static_assert(sizeof(FVirtualBone) == 0x000024, "Wrong size on FVirtualBone"); \ +static_assert(offsetof(FVirtualBone, SourceBoneName) == 0x000000, "Member 'FVirtualBone::SourceBoneName' has a wrong offset!"); \ +static_assert(offsetof(FVirtualBone, TargetBoneName) == 0x00000C, "Member 'FVirtualBone::TargetBoneName' has a wrong offset!"); \ +static_assert(offsetof(FVirtualBone, VirtualBoneName) == 0x000018, "Member 'FVirtualBone::VirtualBoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlendSample \ +static_assert(alignof(FBlendSample) == 0x000008, "Wrong alignment on FBlendSample"); \ +static_assert(sizeof(FBlendSample) == 0x000018, "Wrong size on FBlendSample"); \ +static_assert(offsetof(FBlendSample, Animation) == 0x000000, "Member 'FBlendSample::Animation' has a wrong offset!"); \ +static_assert(offsetof(FBlendSample, SampleValue) == 0x000008, "Member 'FBlendSample::SampleValue' has a wrong offset!"); \ +static_assert(offsetof(FBlendSample, RateScale) == 0x000014, "Member 'FBlendSample::RateScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlendParameter \ +static_assert(alignof(FBlendParameter) == 0x000008, "Wrong alignment on FBlendParameter"); \ +static_assert(sizeof(FBlendParameter) == 0x000020, "Wrong size on FBlendParameter"); \ +static_assert(offsetof(FBlendParameter, DisplayName) == 0x000000, "Member 'FBlendParameter::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FBlendParameter, Min) == 0x000010, "Member 'FBlendParameter::Min' has a wrong offset!"); \ +static_assert(offsetof(FBlendParameter, Max) == 0x000014, "Member 'FBlendParameter::Max' has a wrong offset!"); \ +static_assert(offsetof(FBlendParameter, GridNum) == 0x000018, "Member 'FBlendParameter::GridNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTextureFormatSettings \ +static_assert(alignof(FTextureFormatSettings) == 0x000001, "Wrong alignment on FTextureFormatSettings"); \ +static_assert(sizeof(FTextureFormatSettings) == 0x000002, "Wrong size on FTextureFormatSettings"); \ +static_assert(offsetof(FTextureFormatSettings, CompressionSettings) == 0x000000, "Member 'FTextureFormatSettings::CompressionSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBPEditorBookmarkNode \ +static_assert(alignof(FBPEditorBookmarkNode) == 0x000008, "Wrong alignment on FBPEditorBookmarkNode"); \ +static_assert(sizeof(FBPEditorBookmarkNode) == 0x000038, "Wrong size on FBPEditorBookmarkNode"); \ +static_assert(offsetof(FBPEditorBookmarkNode, NodeGuid) == 0x000000, "Member 'FBPEditorBookmarkNode::NodeGuid' has a wrong offset!"); \ +static_assert(offsetof(FBPEditorBookmarkNode, ParentGuid) == 0x000010, "Member 'FBPEditorBookmarkNode::ParentGuid' has a wrong offset!"); \ +static_assert(offsetof(FBPEditorBookmarkNode, DisplayName) == 0x000020, "Member 'FBPEditorBookmarkNode::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBPInterfaceDescription \ +static_assert(alignof(FBPInterfaceDescription) == 0x000008, "Wrong alignment on FBPInterfaceDescription"); \ +static_assert(sizeof(FBPInterfaceDescription) == 0x000018, "Wrong size on FBPInterfaceDescription"); \ +static_assert(offsetof(FBPInterfaceDescription, Interface) == 0x000000, "Member 'FBPInterfaceDescription::Interface' has a wrong offset!"); \ +static_assert(offsetof(FBPInterfaceDescription, Graphs) == 0x000008, "Member 'FBPInterfaceDescription::Graphs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTextureLODGroup \ +static_assert(alignof(FTextureLODGroup) == 0x000004, "Wrong alignment on FTextureLODGroup"); \ +static_assert(sizeof(FTextureLODGroup) == 0x000070, "Wrong size on FTextureLODGroup"); \ +static_assert(offsetof(FTextureLODGroup, Group) == 0x000000, "Member 'FTextureLODGroup::Group' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, LODBias) == 0x00000C, "Member 'FTextureLODGroup::LODBias' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, LODBias_Smaller) == 0x000010, "Member 'FTextureLODGroup::LODBias_Smaller' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, LODBias_Smallest) == 0x000014, "Member 'FTextureLODGroup::LODBias_Smallest' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, NumStreamedMips) == 0x00001C, "Member 'FTextureLODGroup::NumStreamedMips' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MipGenSettings) == 0x000020, "Member 'FTextureLODGroup::MipGenSettings' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MinLODSize) == 0x000024, "Member 'FTextureLODGroup::MinLODSize' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MaxLODSize) == 0x000028, "Member 'FTextureLODGroup::MaxLODSize' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MaxLODSize_Smaller) == 0x00002C, "Member 'FTextureLODGroup::MaxLODSize_Smaller' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MaxLODSize_Smallest) == 0x000030, "Member 'FTextureLODGroup::MaxLODSize_Smallest' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, OptionalLODBias) == 0x000034, "Member 'FTextureLODGroup::OptionalLODBias' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, OptionalMaxLODSize) == 0x000038, "Member 'FTextureLODGroup::OptionalMaxLODSize' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MinMagFilter) == 0x000040, "Member 'FTextureLODGroup::MinMagFilter' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MipFilter) == 0x00004C, "Member 'FTextureLODGroup::MipFilter' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MipLoadOptions) == 0x000058, "Member 'FTextureLODGroup::MipLoadOptions' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, HighPriorityLoad) == 0x000059, "Member 'FTextureLODGroup::HighPriorityLoad' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, DuplicateNonOptionalMips) == 0x00005A, "Member 'FTextureLODGroup::DuplicateNonOptionalMips' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, Downscale) == 0x00005C, "Member 'FTextureLODGroup::Downscale' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, DownscaleOptions) == 0x000060, "Member 'FTextureLODGroup::DownscaleOptions' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, VirtualTextureTileCountBias) == 0x000064, "Member 'FTextureLODGroup::VirtualTextureTileCountBias' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, VirtualTextureTileSizeBias) == 0x000068, "Member 'FTextureLODGroup::VirtualTextureTileSizeBias' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, LossyCompressionAmount) == 0x00006C, "Member 'FTextureLODGroup::LossyCompressionAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimelineFloatTrack \ +static_assert(alignof(FTimelineFloatTrack) == 0x000008, "Wrong alignment on FTimelineFloatTrack"); \ +static_assert(sizeof(FTimelineFloatTrack) == 0x000050, "Wrong size on FTimelineFloatTrack"); \ +static_assert(offsetof(FTimelineFloatTrack, FloatCurve) == 0x000000, "Member 'FTimelineFloatTrack::FloatCurve' has a wrong offset!"); \ +static_assert(offsetof(FTimelineFloatTrack, InterpFunc) == 0x000008, "Member 'FTimelineFloatTrack::InterpFunc' has a wrong offset!"); \ +static_assert(offsetof(FTimelineFloatTrack, TrackName) == 0x00001C, "Member 'FTimelineFloatTrack::TrackName' has a wrong offset!"); \ +static_assert(offsetof(FTimelineFloatTrack, FloatPropertyName) == 0x000028, "Member 'FTimelineFloatTrack::FloatPropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompilerNativizationOptions \ +static_assert(alignof(FCompilerNativizationOptions) == 0x000008, "Wrong alignment on FCompilerNativizationOptions"); \ +static_assert(sizeof(FCompilerNativizationOptions) == 0x000080, "Wrong size on FCompilerNativizationOptions"); \ +static_assert(offsetof(FCompilerNativizationOptions, PlatformName) == 0x000000, "Member 'FCompilerNativizationOptions::PlatformName' has a wrong offset!"); \ +static_assert(offsetof(FCompilerNativizationOptions, ServerOnlyPlatform) == 0x00000C, "Member 'FCompilerNativizationOptions::ServerOnlyPlatform' has a wrong offset!"); \ +static_assert(offsetof(FCompilerNativizationOptions, ClientOnlyPlatform) == 0x00000D, "Member 'FCompilerNativizationOptions::ClientOnlyPlatform' has a wrong offset!"); \ +static_assert(offsetof(FCompilerNativizationOptions, bExcludeMonolithicHeaders) == 0x00000E, "Member 'FCompilerNativizationOptions::bExcludeMonolithicHeaders' has a wrong offset!"); \ +static_assert(offsetof(FCompilerNativizationOptions, ExcludedModules) == 0x000010, "Member 'FCompilerNativizationOptions::ExcludedModules' has a wrong offset!"); \ +static_assert(offsetof(FCompilerNativizationOptions, ExcludedAssets) == 0x000020, "Member 'FCompilerNativizationOptions::ExcludedAssets' has a wrong offset!"); \ +static_assert(offsetof(FCompilerNativizationOptions, ExcludedFolderPaths) == 0x000070, "Member 'FCompilerNativizationOptions::ExcludedFolderPaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTTTrackBase \ +static_assert(alignof(FTTTrackBase) == 0x000008, "Wrong alignment on FTTTrackBase"); \ +static_assert(sizeof(FTTTrackBase) == 0x000018, "Wrong size on FTTTrackBase"); \ +static_assert(offsetof(FTTTrackBase, TrackName) == 0x000008, "Member 'FTTTrackBase::TrackName' has a wrong offset!"); \ +static_assert(offsetof(FTTTrackBase, bIsExternalCurve) == 0x000014, "Member 'FTTTrackBase::bIsExternalCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTTPropertyTrack \ +static_assert(alignof(FTTPropertyTrack) == 0x000008, "Wrong alignment on FTTPropertyTrack"); \ +static_assert(sizeof(FTTPropertyTrack) == 0x000028, "Wrong size on FTTPropertyTrack"); \ +static_assert(offsetof(FTTPropertyTrack, PropertyName) == 0x000018, "Member 'FTTPropertyTrack::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEventGraphFastCallPair \ +static_assert(alignof(FEventGraphFastCallPair) == 0x000008, "Wrong alignment on FEventGraphFastCallPair"); \ +static_assert(sizeof(FEventGraphFastCallPair) == 0x000010, "Wrong size on FEventGraphFastCallPair"); \ +static_assert(offsetof(FEventGraphFastCallPair, FunctionToPatch) == 0x000000, "Member 'FEventGraphFastCallPair::FunctionToPatch' has a wrong offset!"); \ +static_assert(offsetof(FEventGraphFastCallPair, EventGraphCallOffset) == 0x000008, "Member 'FEventGraphFastCallPair::EventGraphCallOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPointerToUberGraphFrame \ +static_assert(alignof(FPointerToUberGraphFrame) == 0x000008, "Wrong alignment on FPointerToUberGraphFrame"); \ +static_assert(sizeof(FPointerToUberGraphFrame) == 0x000008, "Wrong size on FPointerToUberGraphFrame"); \ + +#define DUMPER7_ASSERTS_FAttenuationSubmixSendSettings \ +static_assert(alignof(FAttenuationSubmixSendSettings) == 0x000008, "Wrong alignment on FAttenuationSubmixSendSettings"); \ +static_assert(sizeof(FAttenuationSubmixSendSettings) == 0x0000A8, "Wrong size on FAttenuationSubmixSendSettings"); \ +static_assert(offsetof(FAttenuationSubmixSendSettings, Submix) == 0x000000, "Member 'FAttenuationSubmixSendSettings::Submix' has a wrong offset!"); \ +static_assert(offsetof(FAttenuationSubmixSendSettings, SubmixSendMethod) == 0x000008, "Member 'FAttenuationSubmixSendSettings::SubmixSendMethod' has a wrong offset!"); \ +static_assert(offsetof(FAttenuationSubmixSendSettings, SubmixSendLevelMin) == 0x00000C, "Member 'FAttenuationSubmixSendSettings::SubmixSendLevelMin' has a wrong offset!"); \ +static_assert(offsetof(FAttenuationSubmixSendSettings, SubmixSendLevelMax) == 0x000010, "Member 'FAttenuationSubmixSendSettings::SubmixSendLevelMax' has a wrong offset!"); \ +static_assert(offsetof(FAttenuationSubmixSendSettings, SubmixSendDistanceMin) == 0x000014, "Member 'FAttenuationSubmixSendSettings::SubmixSendDistanceMin' has a wrong offset!"); \ +static_assert(offsetof(FAttenuationSubmixSendSettings, SubmixSendDistanceMax) == 0x000018, "Member 'FAttenuationSubmixSendSettings::SubmixSendDistanceMax' has a wrong offset!"); \ +static_assert(offsetof(FAttenuationSubmixSendSettings, ManualSubmixSendLevel) == 0x00001C, "Member 'FAttenuationSubmixSendSettings::ManualSubmixSendLevel' has a wrong offset!"); \ +static_assert(offsetof(FAttenuationSubmixSendSettings, CustomSubmixSendCurve) == 0x000020, "Member 'FAttenuationSubmixSendSettings::CustomSubmixSendCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNodeToCodeAssociation \ +static_assert(alignof(FNodeToCodeAssociation) == 0x000004, "Wrong alignment on FNodeToCodeAssociation"); \ +static_assert(sizeof(FNodeToCodeAssociation) == 0x000014, "Wrong size on FNodeToCodeAssociation"); \ + +#define DUMPER7_ASSERTS_FSoundClassEditorData \ +static_assert(alignof(FSoundClassEditorData) == 0x000004, "Wrong alignment on FSoundClassEditorData"); \ +static_assert(sizeof(FSoundClassEditorData) == 0x000008, "Wrong size on FSoundClassEditorData"); \ + +#define DUMPER7_ASSERTS_FBookmark2DJumpToSettings \ +static_assert(alignof(FBookmark2DJumpToSettings) == 0x000001, "Wrong alignment on FBookmark2DJumpToSettings"); \ +static_assert(sizeof(FBookmark2DJumpToSettings) == 0x000001, "Wrong size on FBookmark2DJumpToSettings"); \ + +#define DUMPER7_ASSERTS_FCachedAnimTransitionData \ +static_assert(alignof(FCachedAnimTransitionData) == 0x000004, "Wrong alignment on FCachedAnimTransitionData"); \ +static_assert(sizeof(FCachedAnimTransitionData) == 0x000030, "Wrong size on FCachedAnimTransitionData"); \ +static_assert(offsetof(FCachedAnimTransitionData, StateMachineName) == 0x000000, "Member 'FCachedAnimTransitionData::StateMachineName' has a wrong offset!"); \ +static_assert(offsetof(FCachedAnimTransitionData, FromStateName) == 0x00000C, "Member 'FCachedAnimTransitionData::FromStateName' has a wrong offset!"); \ +static_assert(offsetof(FCachedAnimTransitionData, ToStateName) == 0x000018, "Member 'FCachedAnimTransitionData::ToStateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTextureParameterValue \ +static_assert(alignof(FTextureParameterValue) == 0x000008, "Wrong alignment on FTextureParameterValue"); \ +static_assert(sizeof(FTextureParameterValue) == 0x000030, "Wrong size on FTextureParameterValue"); \ +static_assert(offsetof(FTextureParameterValue, ParameterInfo) == 0x000000, "Member 'FTextureParameterValue::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FTextureParameterValue, ParameterValue) == 0x000018, "Member 'FTextureParameterValue::ParameterValue' has a wrong offset!"); \ +static_assert(offsetof(FTextureParameterValue, ExpressionGUID) == 0x000020, "Member 'FTextureParameterValue::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundGroup \ +static_assert(alignof(FSoundGroup) == 0x000008, "Wrong alignment on FSoundGroup"); \ +static_assert(sizeof(FSoundGroup) == 0x000020, "Wrong size on FSoundGroup"); \ +static_assert(offsetof(FSoundGroup, SoundGroup) == 0x000000, "Member 'FSoundGroup::SoundGroup' has a wrong offset!"); \ +static_assert(offsetof(FSoundGroup, DisplayName) == 0x000008, "Member 'FSoundGroup::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FSoundGroup, DecompressedDuration) == 0x00001C, "Member 'FSoundGroup::DecompressedDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCachedAnimRelevancyData \ +static_assert(alignof(FCachedAnimRelevancyData) == 0x000004, "Wrong alignment on FCachedAnimRelevancyData"); \ +static_assert(sizeof(FCachedAnimRelevancyData) == 0x000024, "Wrong size on FCachedAnimRelevancyData"); \ +static_assert(offsetof(FCachedAnimRelevancyData, StateMachineName) == 0x000000, "Member 'FCachedAnimRelevancyData::StateMachineName' has a wrong offset!"); \ +static_assert(offsetof(FCachedAnimRelevancyData, StateName) == 0x00000C, "Member 'FCachedAnimRelevancyData::StateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCachedAnimAssetPlayerData \ +static_assert(alignof(FCachedAnimAssetPlayerData) == 0x000004, "Wrong alignment on FCachedAnimAssetPlayerData"); \ +static_assert(sizeof(FCachedAnimAssetPlayerData) == 0x00002C, "Wrong size on FCachedAnimAssetPlayerData"); \ +static_assert(offsetof(FCachedAnimAssetPlayerData, StateMachineName) == 0x000000, "Member 'FCachedAnimAssetPlayerData::StateMachineName' has a wrong offset!"); \ +static_assert(offsetof(FCachedAnimAssetPlayerData, StateName) == 0x00000C, "Member 'FCachedAnimAssetPlayerData::StateName' has a wrong offset!"); \ +static_assert(offsetof(FCachedAnimAssetPlayerData, NodeSBZName) == 0x000018, "Member 'FCachedAnimAssetPlayerData::NodeSBZName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCachedAnimStateArray \ +static_assert(alignof(FCachedAnimStateArray) == 0x000008, "Wrong alignment on FCachedAnimStateArray"); \ +static_assert(sizeof(FCachedAnimStateArray) == 0x000018, "Wrong size on FCachedAnimStateArray"); \ +static_assert(offsetof(FCachedAnimStateArray, States) == 0x000000, "Member 'FCachedAnimStateArray::States' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDistanceDatum \ +static_assert(alignof(FDistanceDatum) == 0x000004, "Wrong alignment on FDistanceDatum"); \ +static_assert(sizeof(FDistanceDatum) == 0x000014, "Wrong size on FDistanceDatum"); \ +static_assert(offsetof(FDistanceDatum, FadeInDistanceStart) == 0x000000, "Member 'FDistanceDatum::FadeInDistanceStart' has a wrong offset!"); \ +static_assert(offsetof(FDistanceDatum, FadeInDistanceEnd) == 0x000004, "Member 'FDistanceDatum::FadeInDistanceEnd' has a wrong offset!"); \ +static_assert(offsetof(FDistanceDatum, FadeOutDistanceStart) == 0x000008, "Member 'FDistanceDatum::FadeOutDistanceStart' has a wrong offset!"); \ +static_assert(offsetof(FDistanceDatum, FadeOutDistanceEnd) == 0x00000C, "Member 'FDistanceDatum::FadeOutDistanceEnd' has a wrong offset!"); \ +static_assert(offsetof(FDistanceDatum, Volume) == 0x000010, "Member 'FDistanceDatum::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveCameraShakeInfo \ +static_assert(alignof(FActiveCameraShakeInfo) == 0x000008, "Wrong alignment on FActiveCameraShakeInfo"); \ +static_assert(sizeof(FActiveCameraShakeInfo) == 0x000018, "Wrong size on FActiveCameraShakeInfo"); \ +static_assert(offsetof(FActiveCameraShakeInfo, ShakeInstance) == 0x000000, "Member 'FActiveCameraShakeInfo::ShakeInstance' has a wrong offset!"); \ +static_assert(offsetof(FActiveCameraShakeInfo, ShakeSource) == 0x000008, "Member 'FActiveCameraShakeInfo::ShakeSource' has a wrong offset!"); \ +static_assert(offsetof(FActiveCameraShakeInfo, bIsCustomInitialized) == 0x000010, "Member 'FActiveCameraShakeInfo::bIsCustomInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraShakeInfo \ +static_assert(alignof(FCameraShakeInfo) == 0x000004, "Wrong alignment on FCameraShakeInfo"); \ +static_assert(sizeof(FCameraShakeInfo) == 0x000010, "Wrong size on FCameraShakeInfo"); \ +static_assert(offsetof(FCameraShakeInfo, Duration) == 0x000000, "Member 'FCameraShakeInfo::Duration' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeInfo, BlendIn) == 0x000008, "Member 'FCameraShakeInfo::BlendIn' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeInfo, BlendOut) == 0x00000C, "Member 'FCameraShakeInfo::BlendOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGaussianSumBloomSettings \ +static_assert(alignof(FGaussianSumBloomSettings) == 0x000004, "Wrong alignment on FGaussianSumBloomSettings"); \ +static_assert(sizeof(FGaussianSumBloomSettings) == 0x000084, "Wrong size on FGaussianSumBloomSettings"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Intensity) == 0x000000, "Member 'FGaussianSumBloomSettings::Intensity' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Threshold) == 0x000004, "Member 'FGaussianSumBloomSettings::Threshold' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, SizeScale) == 0x000008, "Member 'FGaussianSumBloomSettings::SizeScale' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Filter1Size) == 0x00000C, "Member 'FGaussianSumBloomSettings::Filter1Size' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Filter2Size) == 0x000010, "Member 'FGaussianSumBloomSettings::Filter2Size' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Filter3Size) == 0x000014, "Member 'FGaussianSumBloomSettings::Filter3Size' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Filter4Size) == 0x000018, "Member 'FGaussianSumBloomSettings::Filter4Size' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Filter5Size) == 0x00001C, "Member 'FGaussianSumBloomSettings::Filter5Size' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Filter6Size) == 0x000020, "Member 'FGaussianSumBloomSettings::Filter6Size' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Filter1Tint) == 0x000024, "Member 'FGaussianSumBloomSettings::Filter1Tint' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Filter2Tint) == 0x000034, "Member 'FGaussianSumBloomSettings::Filter2Tint' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Filter3Tint) == 0x000044, "Member 'FGaussianSumBloomSettings::Filter3Tint' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Filter4Tint) == 0x000054, "Member 'FGaussianSumBloomSettings::Filter4Tint' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Filter5Tint) == 0x000064, "Member 'FGaussianSumBloomSettings::Filter5Tint' has a wrong offset!"); \ +static_assert(offsetof(FGaussianSumBloomSettings, Filter6Tint) == 0x000074, "Member 'FGaussianSumBloomSettings::Filter6Tint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConvolutionBloomSettings \ +static_assert(alignof(FConvolutionBloomSettings) == 0x000008, "Wrong alignment on FConvolutionBloomSettings"); \ +static_assert(sizeof(FConvolutionBloomSettings) == 0x000028, "Wrong size on FConvolutionBloomSettings"); \ +static_assert(offsetof(FConvolutionBloomSettings, Texture) == 0x000000, "Member 'FConvolutionBloomSettings::Texture' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, Size) == 0x000008, "Member 'FConvolutionBloomSettings::Size' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, CenterUV) == 0x00000C, "Member 'FConvolutionBloomSettings::CenterUV' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, PreFilterMin) == 0x000014, "Member 'FConvolutionBloomSettings::PreFilterMin' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, PreFilterMax) == 0x000018, "Member 'FConvolutionBloomSettings::PreFilterMax' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, PreFilterMult) == 0x00001C, "Member 'FConvolutionBloomSettings::PreFilterMult' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, BufferScale) == 0x000020, "Member 'FConvolutionBloomSettings::BufferScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLensBloomSettings \ +static_assert(alignof(FLensBloomSettings) == 0x000008, "Wrong alignment on FLensBloomSettings"); \ +static_assert(sizeof(FLensBloomSettings) == 0x0000B8, "Wrong size on FLensBloomSettings"); \ +static_assert(offsetof(FLensBloomSettings, GaussianSum) == 0x000000, "Member 'FLensBloomSettings::GaussianSum' has a wrong offset!"); \ +static_assert(offsetof(FLensBloomSettings, Convolution) == 0x000088, "Member 'FLensBloomSettings::Convolution' has a wrong offset!"); \ +static_assert(offsetof(FLensBloomSettings, Method) == 0x0000B0, "Member 'FLensBloomSettings::Method' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraShakeStopParams \ +static_assert(alignof(FCameraShakeStopParams) == 0x000001, "Wrong alignment on FCameraShakeStopParams"); \ +static_assert(sizeof(FCameraShakeStopParams) == 0x000001, "Wrong size on FCameraShakeStopParams"); \ +static_assert(offsetof(FCameraShakeStopParams, bImmediately) == 0x000000, "Member 'FCameraShakeStopParams::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraShakeScrubParams \ +static_assert(alignof(FCameraShakeScrubParams) == 0x000010, "Wrong alignment on FCameraShakeScrubParams"); \ +static_assert(sizeof(FCameraShakeScrubParams) == 0x000620, "Wrong size on FCameraShakeScrubParams"); \ +static_assert(offsetof(FCameraShakeScrubParams, AbsoluteTime) == 0x000000, "Member 'FCameraShakeScrubParams::AbsoluteTime' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeScrubParams, ShakeScale) == 0x000004, "Member 'FCameraShakeScrubParams::ShakeScale' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeScrubParams, DynamicScale) == 0x000008, "Member 'FCameraShakeScrubParams::DynamicScale' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeScrubParams, BlendingWeight) == 0x00000C, "Member 'FCameraShakeScrubParams::BlendingWeight' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeScrubParams, POV) == 0x000010, "Member 'FCameraShakeScrubParams::POV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSingleAnimationPlayData \ +static_assert(alignof(FSingleAnimationPlayData) == 0x000008, "Wrong alignment on FSingleAnimationPlayData"); \ +static_assert(sizeof(FSingleAnimationPlayData) == 0x000018, "Wrong size on FSingleAnimationPlayData"); \ +static_assert(offsetof(FSingleAnimationPlayData, AnimToPlay) == 0x000000, "Member 'FSingleAnimationPlayData::AnimToPlay' has a wrong offset!"); \ +static_assert(offsetof(FSingleAnimationPlayData, SavedPosition) == 0x00000C, "Member 'FSingleAnimationPlayData::SavedPosition' has a wrong offset!"); \ +static_assert(offsetof(FSingleAnimationPlayData, SavedPlayRate) == 0x000010, "Member 'FSingleAnimationPlayData::SavedPlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraShakeStartParams \ +static_assert(alignof(FCameraShakeStartParams) == 0x000001, "Wrong alignment on FCameraShakeStartParams"); \ +static_assert(sizeof(FCameraShakeStartParams) == 0x000001, "Wrong size on FCameraShakeStartParams"); \ +static_assert(offsetof(FCameraShakeStartParams, bIsRestarting) == 0x000000, "Member 'FCameraShakeStartParams::bIsRestarting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCanvasIcon \ +static_assert(alignof(FCanvasIcon) == 0x000008, "Wrong alignment on FCanvasIcon"); \ +static_assert(sizeof(FCanvasIcon) == 0x000018, "Wrong size on FCanvasIcon"); \ +static_assert(offsetof(FCanvasIcon, Texture) == 0x000000, "Member 'FCanvasIcon::Texture' has a wrong offset!"); \ +static_assert(offsetof(FCanvasIcon, U) == 0x000008, "Member 'FCanvasIcon::U' has a wrong offset!"); \ +static_assert(offsetof(FCanvasIcon, V) == 0x00000C, "Member 'FCanvasIcon::V' has a wrong offset!"); \ +static_assert(offsetof(FCanvasIcon, UL) == 0x000010, "Member 'FCanvasIcon::UL' has a wrong offset!"); \ +static_assert(offsetof(FCanvasIcon, VL) == 0x000014, "Member 'FCanvasIcon::VL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshBuildSettings \ +static_assert(alignof(FSkeletalMeshBuildSettings) == 0x000004, "Wrong alignment on FSkeletalMeshBuildSettings"); \ +static_assert(sizeof(FSkeletalMeshBuildSettings) == 0x000014, "Wrong size on FSkeletalMeshBuildSettings"); \ +static_assert(offsetof(FSkeletalMeshBuildSettings, ThresholdPosition) == 0x000004, "Member 'FSkeletalMeshBuildSettings::ThresholdPosition' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshBuildSettings, ThresholdTangentNormal) == 0x000008, "Member 'FSkeletalMeshBuildSettings::ThresholdTangentNormal' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshBuildSettings, ThresholdUV) == 0x00000C, "Member 'FSkeletalMeshBuildSettings::ThresholdUV' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshBuildSettings, MorphThresholdPosition) == 0x000010, "Member 'FSkeletalMeshBuildSettings::MorphThresholdPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshOptimizationSettings \ +static_assert(alignof(FSkeletalMeshOptimizationSettings) == 0x000004, "Wrong alignment on FSkeletalMeshOptimizationSettings"); \ +static_assert(sizeof(FSkeletalMeshOptimizationSettings) == 0x00003C, "Wrong size on FSkeletalMeshOptimizationSettings"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, TerminationCriterion) == 0x000000, "Member 'FSkeletalMeshOptimizationSettings::TerminationCriterion' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, NumOfTrianglesPercentage) == 0x000004, "Member 'FSkeletalMeshOptimizationSettings::NumOfTrianglesPercentage' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, NumOfVertPercentage) == 0x000008, "Member 'FSkeletalMeshOptimizationSettings::NumOfVertPercentage' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, MaxNumOfTriangles) == 0x00000C, "Member 'FSkeletalMeshOptimizationSettings::MaxNumOfTriangles' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, MaxNumOfVerts) == 0x000010, "Member 'FSkeletalMeshOptimizationSettings::MaxNumOfVerts' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, MaxDeviationPercentage) == 0x000014, "Member 'FSkeletalMeshOptimizationSettings::MaxDeviationPercentage' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, ReductionMethod) == 0x000018, "Member 'FSkeletalMeshOptimizationSettings::ReductionMethod' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, SilhouetteImportance) == 0x000019, "Member 'FSkeletalMeshOptimizationSettings::SilhouetteImportance' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, TextureImportance) == 0x00001A, "Member 'FSkeletalMeshOptimizationSettings::TextureImportance' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, ShadingImportance) == 0x00001B, "Member 'FSkeletalMeshOptimizationSettings::ShadingImportance' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, SkinningImportance) == 0x00001C, "Member 'FSkeletalMeshOptimizationSettings::SkinningImportance' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, WeldingThreshold) == 0x000020, "Member 'FSkeletalMeshOptimizationSettings::WeldingThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, NormalsThreshold) == 0x000024, "Member 'FSkeletalMeshOptimizationSettings::NormalsThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, MaxBonesPerVertex) == 0x000028, "Member 'FSkeletalMeshOptimizationSettings::MaxBonesPerVertex' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, VolumeImportance) == 0x000030, "Member 'FSkeletalMeshOptimizationSettings::VolumeImportance' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, BaseLOD) == 0x000038, "Member 'FSkeletalMeshOptimizationSettings::BaseLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshLODInfo \ +static_assert(alignof(FSkeletalMeshLODInfo) == 0x000008, "Wrong alignment on FSkeletalMeshLODInfo"); \ +static_assert(sizeof(FSkeletalMeshLODInfo) == 0x0000B8, "Wrong size on FSkeletalMeshLODInfo"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, ScreenSize) == 0x000000, "Member 'FSkeletalMeshLODInfo::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, LODHysteresis) == 0x000004, "Member 'FSkeletalMeshLODInfo::LODHysteresis' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, LODMaterialMap) == 0x000008, "Member 'FSkeletalMeshLODInfo::LODMaterialMap' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, BuildSettings) == 0x000018, "Member 'FSkeletalMeshLODInfo::BuildSettings' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, ReductionSettings) == 0x00002C, "Member 'FSkeletalMeshLODInfo::ReductionSettings' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, BonesToRemove) == 0x000068, "Member 'FSkeletalMeshLODInfo::BonesToRemove' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, BonesToPrioritize) == 0x000078, "Member 'FSkeletalMeshLODInfo::BonesToPrioritize' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, WeightOfPrioritization) == 0x000088, "Member 'FSkeletalMeshLODInfo::WeightOfPrioritization' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, BakePose) == 0x000090, "Member 'FSkeletalMeshLODInfo::BakePose' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, BakePoseOverride) == 0x000098, "Member 'FSkeletalMeshLODInfo::BakePoseOverride' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, SourceImportFilename) == 0x0000A0, "Member 'FSkeletalMeshLODInfo::SourceImportFilename' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, SkinCacheUsage) == 0x0000B0, "Member 'FSkeletalMeshLODInfo::SkinCacheUsage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTextSizingParameters \ +static_assert(alignof(FTextSizingParameters) == 0x000008, "Wrong alignment on FTextSizingParameters"); \ +static_assert(sizeof(FTextSizingParameters) == 0x000028, "Wrong size on FTextSizingParameters"); \ +static_assert(offsetof(FTextSizingParameters, DrawX) == 0x000000, "Member 'FTextSizingParameters::DrawX' has a wrong offset!"); \ +static_assert(offsetof(FTextSizingParameters, DrawY) == 0x000004, "Member 'FTextSizingParameters::DrawY' has a wrong offset!"); \ +static_assert(offsetof(FTextSizingParameters, DrawXL) == 0x000008, "Member 'FTextSizingParameters::DrawXL' has a wrong offset!"); \ +static_assert(offsetof(FTextSizingParameters, DrawYL) == 0x00000C, "Member 'FTextSizingParameters::DrawYL' has a wrong offset!"); \ +static_assert(offsetof(FTextSizingParameters, Scaling) == 0x000010, "Member 'FTextSizingParameters::Scaling' has a wrong offset!"); \ +static_assert(offsetof(FTextSizingParameters, DrawFont) == 0x000018, "Member 'FTextSizingParameters::DrawFont' has a wrong offset!"); \ +static_assert(offsetof(FTextSizingParameters, SpacingAdjust) == 0x000020, "Member 'FTextSizingParameters::SpacingAdjust' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSimulatedRootMotionReplicatedMove \ +static_assert(alignof(FSimulatedRootMotionReplicatedMove) == 0x000008, "Wrong alignment on FSimulatedRootMotionReplicatedMove"); \ +static_assert(sizeof(FSimulatedRootMotionReplicatedMove) == 0x0000A8, "Wrong size on FSimulatedRootMotionReplicatedMove"); \ +static_assert(offsetof(FSimulatedRootMotionReplicatedMove, Time) == 0x000000, "Member 'FSimulatedRootMotionReplicatedMove::Time' has a wrong offset!"); \ +static_assert(offsetof(FSimulatedRootMotionReplicatedMove, RootMotion) == 0x000008, "Member 'FSimulatedRootMotionReplicatedMove::RootMotion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshSectionInfo \ +static_assert(alignof(FMeshSectionInfo) == 0x000004, "Wrong alignment on FMeshSectionInfo"); \ +static_assert(sizeof(FMeshSectionInfo) == 0x000008, "Wrong size on FMeshSectionInfo"); \ +static_assert(offsetof(FMeshSectionInfo, MaterialIndex) == 0x000000, "Member 'FMeshSectionInfo::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(FMeshSectionInfo, bEnableCollision) == 0x000004, "Member 'FMeshSectionInfo::bEnableCollision' has a wrong offset!"); \ +static_assert(offsetof(FMeshSectionInfo, bCastShadow) == 0x000005, "Member 'FMeshSectionInfo::bCastShadow' has a wrong offset!"); \ +static_assert(offsetof(FMeshSectionInfo, bVisibleInRayTracing) == 0x000006, "Member 'FMeshSectionInfo::bVisibleInRayTracing' has a wrong offset!"); \ +static_assert(offsetof(FMeshSectionInfo, bForceOpaque) == 0x000007, "Member 'FMeshSectionInfo::bForceOpaque' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterMovementComponentPostPhysicsTickFunction \ +static_assert(alignof(FCharacterMovementComponentPostPhysicsTickFunction) == 0x000008, "Wrong alignment on FCharacterMovementComponentPostPhysicsTickFunction"); \ +static_assert(sizeof(FCharacterMovementComponentPostPhysicsTickFunction) == 0x000030, "Wrong size on FCharacterMovementComponentPostPhysicsTickFunction"); \ + +#define DUMPER7_ASSERTS_FStreamingTextureBuildInfo \ +static_assert(alignof(FStreamingTextureBuildInfo) == 0x000004, "Wrong alignment on FStreamingTextureBuildInfo"); \ +static_assert(sizeof(FStreamingTextureBuildInfo) == 0x00000C, "Wrong size on FStreamingTextureBuildInfo"); \ +static_assert(offsetof(FStreamingTextureBuildInfo, PackedRelativeBox) == 0x000000, "Member 'FStreamingTextureBuildInfo::PackedRelativeBox' has a wrong offset!"); \ +static_assert(offsetof(FStreamingTextureBuildInfo, TextureLevelIndex) == 0x000004, "Member 'FStreamingTextureBuildInfo::TextureLevelIndex' has a wrong offset!"); \ +static_assert(offsetof(FStreamingTextureBuildInfo, TexelFactor) == 0x000008, "Member 'FStreamingTextureBuildInfo::TexelFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterServerMovePackedBits \ +static_assert(alignof(FCharacterServerMovePackedBits) == 0x000008, "Wrong alignment on FCharacterServerMovePackedBits"); \ +static_assert(sizeof(FCharacterServerMovePackedBits) == 0x000098, "Wrong size on FCharacterServerMovePackedBits"); \ + +#define DUMPER7_ASSERTS_FStaticSwitchParameter \ +static_assert(alignof(FStaticSwitchParameter) == 0x000004, "Wrong alignment on FStaticSwitchParameter"); \ +static_assert(sizeof(FStaticSwitchParameter) == 0x00002C, "Wrong size on FStaticSwitchParameter"); \ +static_assert(offsetof(FStaticSwitchParameter, Value) == 0x000028, "Member 'FStaticSwitchParameter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticTerrainLayerWeightParameter \ +static_assert(alignof(FStaticTerrainLayerWeightParameter) == 0x000004, "Wrong alignment on FStaticTerrainLayerWeightParameter"); \ +static_assert(sizeof(FStaticTerrainLayerWeightParameter) == 0x000030, "Wrong size on FStaticTerrainLayerWeightParameter"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, WeightmapIndex) == 0x000028, "Member 'FStaticTerrainLayerWeightParameter::WeightmapIndex' has a wrong offset!"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, bWeightBasedBlend) == 0x00002C, "Member 'FStaticTerrainLayerWeightParameter::bWeightBasedBlend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialLayersFunctions \ +static_assert(alignof(FMaterialLayersFunctions) == 0x000008, "Wrong alignment on FMaterialLayersFunctions"); \ +static_assert(sizeof(FMaterialLayersFunctions) == 0x000040, "Wrong size on FMaterialLayersFunctions"); \ +static_assert(offsetof(FMaterialLayersFunctions, Layers) == 0x000000, "Member 'FMaterialLayersFunctions::Layers' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctions, Blends) == 0x000010, "Member 'FMaterialLayersFunctions::Blends' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctions, LayerStates) == 0x000020, "Member 'FMaterialLayersFunctions::LayerStates' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctions, KeyString) == 0x000030, "Member 'FMaterialLayersFunctions::KeyString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMaterialLayersParameter \ +static_assert(alignof(FStaticMaterialLayersParameter) == 0x000008, "Wrong alignment on FStaticMaterialLayersParameter"); \ +static_assert(sizeof(FStaticMaterialLayersParameter) == 0x000068, "Wrong size on FStaticMaterialLayersParameter"); \ +static_assert(offsetof(FStaticMaterialLayersParameter, Value) == 0x000028, "Member 'FStaticMaterialLayersParameter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticParameterSet \ +static_assert(alignof(FStaticParameterSet) == 0x000008, "Wrong alignment on FStaticParameterSet"); \ +static_assert(sizeof(FStaticParameterSet) == 0x000040, "Wrong size on FStaticParameterSet"); \ +static_assert(offsetof(FStaticParameterSet, StaticSwitchParameters) == 0x000000, "Member 'FStaticParameterSet::StaticSwitchParameters' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterSet, StaticComponentMaskParameters) == 0x000010, "Member 'FStaticParameterSet::StaticComponentMaskParameters' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterSet, TerrainLayerWeightParameters) == 0x000020, "Member 'FStaticParameterSet::TerrainLayerWeightParameters' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterSet, MaterialLayersParameters) == 0x000030, "Member 'FStaticParameterSet::MaterialLayersParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomChannelSetup \ +static_assert(alignof(FCustomChannelSetup) == 0x000004, "Wrong alignment on FCustomChannelSetup"); \ +static_assert(sizeof(FCustomChannelSetup) == 0x000010, "Wrong size on FCustomChannelSetup"); \ +static_assert(offsetof(FCustomChannelSetup, Channel) == 0x000000, "Member 'FCustomChannelSetup::Channel' has a wrong offset!"); \ +static_assert(offsetof(FCustomChannelSetup, DefaultResponse) == 0x000001, "Member 'FCustomChannelSetup::DefaultResponse' has a wrong offset!"); \ +static_assert(offsetof(FCustomChannelSetup, bTraceType) == 0x000002, "Member 'FCustomChannelSetup::bTraceType' has a wrong offset!"); \ +static_assert(offsetof(FCustomChannelSetup, bStaticObject) == 0x000003, "Member 'FCustomChannelSetup::bStaticObject' has a wrong offset!"); \ +static_assert(offsetof(FCustomChannelSetup, Name) == 0x000004, "Member 'FCustomChannelSetup::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoCompleteNode \ +static_assert(alignof(FAutoCompleteNode) == 0x000008, "Wrong alignment on FAutoCompleteNode"); \ +static_assert(sizeof(FAutoCompleteNode) == 0x000028, "Wrong size on FAutoCompleteNode"); \ +static_assert(offsetof(FAutoCompleteNode, IndexChar) == 0x000000, "Member 'FAutoCompleteNode::IndexChar' has a wrong offset!"); \ +static_assert(offsetof(FAutoCompleteNode, AutoCompleteListIndices) == 0x000008, "Member 'FAutoCompleteNode::AutoCompleteListIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintDrive \ +static_assert(alignof(FConstraintDrive) == 0x000004, "Wrong alignment on FConstraintDrive"); \ +static_assert(sizeof(FConstraintDrive) == 0x000010, "Wrong size on FConstraintDrive"); \ +static_assert(offsetof(FConstraintDrive, Stiffness) == 0x000000, "Member 'FConstraintDrive::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDrive, Damping) == 0x000004, "Member 'FConstraintDrive::Damping' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDrive, MaxForce) == 0x000008, "Member 'FConstraintDrive::MaxForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAngularDriveConstraint \ +static_assert(alignof(FAngularDriveConstraint) == 0x000004, "Wrong alignment on FAngularDriveConstraint"); \ +static_assert(sizeof(FAngularDriveConstraint) == 0x00004C, "Wrong size on FAngularDriveConstraint"); \ +static_assert(offsetof(FAngularDriveConstraint, TwistDrive) == 0x000000, "Member 'FAngularDriveConstraint::TwistDrive' has a wrong offset!"); \ +static_assert(offsetof(FAngularDriveConstraint, SwingDrive) == 0x000010, "Member 'FAngularDriveConstraint::SwingDrive' has a wrong offset!"); \ +static_assert(offsetof(FAngularDriveConstraint, SlerpDrive) == 0x000020, "Member 'FAngularDriveConstraint::SlerpDrive' has a wrong offset!"); \ +static_assert(offsetof(FAngularDriveConstraint, OrientationTarget) == 0x000030, "Member 'FAngularDriveConstraint::OrientationTarget' has a wrong offset!"); \ +static_assert(offsetof(FAngularDriveConstraint, AngularVelocityTarget) == 0x00003C, "Member 'FAngularDriveConstraint::AngularVelocityTarget' has a wrong offset!"); \ +static_assert(offsetof(FAngularDriveConstraint, AngularDriveMode) == 0x000048, "Member 'FAngularDriveConstraint::AngularDriveMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrecomputedLightInstanceData \ +static_assert(alignof(FPrecomputedLightInstanceData) == 0x000010, "Wrong alignment on FPrecomputedLightInstanceData"); \ +static_assert(sizeof(FPrecomputedLightInstanceData) == 0x000110, "Wrong size on FPrecomputedLightInstanceData"); \ +static_assert(offsetof(FPrecomputedLightInstanceData, Transform) == 0x0000C0, "Member 'FPrecomputedLightInstanceData::Transform' has a wrong offset!"); \ +static_assert(offsetof(FPrecomputedLightInstanceData, LightGuid) == 0x0000F0, "Member 'FPrecomputedLightInstanceData::LightGuid' has a wrong offset!"); \ +static_assert(offsetof(FPrecomputedLightInstanceData, PreviewShadowMapChannel) == 0x000100, "Member 'FPrecomputedLightInstanceData::PreviewShadowMapChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVectorSpringState \ +static_assert(alignof(FVectorSpringState) == 0x000004, "Wrong alignment on FVectorSpringState"); \ +static_assert(sizeof(FVectorSpringState) == 0x000018, "Wrong size on FVectorSpringState"); \ + +#define DUMPER7_ASSERTS_FLinearDriveConstraint \ +static_assert(alignof(FLinearDriveConstraint) == 0x000004, "Wrong alignment on FLinearDriveConstraint"); \ +static_assert(sizeof(FLinearDriveConstraint) == 0x00004C, "Wrong size on FLinearDriveConstraint"); \ +static_assert(offsetof(FLinearDriveConstraint, PositionTarget) == 0x000000, "Member 'FLinearDriveConstraint::PositionTarget' has a wrong offset!"); \ +static_assert(offsetof(FLinearDriveConstraint, VelocityTarget) == 0x00000C, "Member 'FLinearDriveConstraint::VelocityTarget' has a wrong offset!"); \ +static_assert(offsetof(FLinearDriveConstraint, XDrive) == 0x000018, "Member 'FLinearDriveConstraint::XDrive' has a wrong offset!"); \ +static_assert(offsetof(FLinearDriveConstraint, YDrive) == 0x000028, "Member 'FLinearDriveConstraint::YDrive' has a wrong offset!"); \ +static_assert(offsetof(FLinearDriveConstraint, ZDrive) == 0x000038, "Member 'FLinearDriveConstraint::ZDrive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintInstanceBase \ +static_assert(alignof(FConstraintInstanceBase) == 0x000008, "Wrong alignment on FConstraintInstanceBase"); \ +static_assert(sizeof(FConstraintInstanceBase) == 0x000018, "Wrong size on FConstraintInstanceBase"); \ + +#define DUMPER7_ASSERTS_FConeConstraint \ +static_assert(alignof(FConeConstraint) == 0x000004, "Wrong alignment on FConeConstraint"); \ +static_assert(sizeof(FConeConstraint) == 0x000020, "Wrong size on FConeConstraint"); \ +static_assert(offsetof(FConeConstraint, Swing1LimitDegrees) == 0x000014, "Member 'FConeConstraint::Swing1LimitDegrees' has a wrong offset!"); \ +static_assert(offsetof(FConeConstraint, Swing2LimitDegrees) == 0x000018, "Member 'FConeConstraint::Swing2LimitDegrees' has a wrong offset!"); \ +static_assert(offsetof(FConeConstraint, Swing1Motion) == 0x00001C, "Member 'FConeConstraint::Swing1Motion' has a wrong offset!"); \ +static_assert(offsetof(FConeConstraint, Swing2Motion) == 0x00001D, "Member 'FConeConstraint::Swing2Motion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTwistConstraint \ +static_assert(alignof(FTwistConstraint) == 0x000004, "Wrong alignment on FTwistConstraint"); \ +static_assert(sizeof(FTwistConstraint) == 0x00001C, "Wrong size on FTwistConstraint"); \ +static_assert(offsetof(FTwistConstraint, TwistLimitDegrees) == 0x000014, "Member 'FTwistConstraint::TwistLimitDegrees' has a wrong offset!"); \ +static_assert(offsetof(FTwistConstraint, TwistMotion) == 0x000018, "Member 'FTwistConstraint::TwistMotion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintProfileProperties \ +static_assert(alignof(FConstraintProfileProperties) == 0x000004, "Wrong alignment on FConstraintProfileProperties"); \ +static_assert(sizeof(FConstraintProfileProperties) == 0x000114, "Wrong size on FConstraintProfileProperties"); \ +static_assert(offsetof(FConstraintProfileProperties, ProjectionLinearTolerance) == 0x000000, "Member 'FConstraintProfileProperties::ProjectionLinearTolerance' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, ProjectionAngularTolerance) == 0x000004, "Member 'FConstraintProfileProperties::ProjectionAngularTolerance' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, ProjectionLinearAlpha) == 0x000008, "Member 'FConstraintProfileProperties::ProjectionLinearAlpha' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, ProjectionAngularAlpha) == 0x00000C, "Member 'FConstraintProfileProperties::ProjectionAngularAlpha' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, LinearBreakThreshold) == 0x000010, "Member 'FConstraintProfileProperties::LinearBreakThreshold' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, LinearPlasticityThreshold) == 0x000014, "Member 'FConstraintProfileProperties::LinearPlasticityThreshold' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, AngularBreakThreshold) == 0x000018, "Member 'FConstraintProfileProperties::AngularBreakThreshold' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, AngularPlasticityThreshold) == 0x00001C, "Member 'FConstraintProfileProperties::AngularPlasticityThreshold' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, LinearLimit) == 0x000020, "Member 'FConstraintProfileProperties::LinearLimit' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, ConeLimit) == 0x00003C, "Member 'FConstraintProfileProperties::ConeLimit' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, TwistLimit) == 0x00005C, "Member 'FConstraintProfileProperties::TwistLimit' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, LinearDrive) == 0x000078, "Member 'FConstraintProfileProperties::LinearDrive' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, AngularDrive) == 0x0000C4, "Member 'FConstraintProfileProperties::AngularDrive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintInstance \ +static_assert(alignof(FConstraintInstance) == 0x000008, "Wrong alignment on FConstraintInstance"); \ +static_assert(sizeof(FConstraintInstance) == 0x0001D8, "Wrong size on FConstraintInstance"); \ +static_assert(offsetof(FConstraintInstance, JointName) == 0x000018, "Member 'FConstraintInstance::JointName' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, ConstraintBone1) == 0x000024, "Member 'FConstraintInstance::ConstraintBone1' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, ConstraintBone2) == 0x000030, "Member 'FConstraintInstance::ConstraintBone2' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, Pos1) == 0x00003C, "Member 'FConstraintInstance::Pos1' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, PriAxis1) == 0x000048, "Member 'FConstraintInstance::PriAxis1' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, SecAxis1) == 0x000054, "Member 'FConstraintInstance::SecAxis1' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, Pos2) == 0x000060, "Member 'FConstraintInstance::Pos2' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, PriAxis2) == 0x00006C, "Member 'FConstraintInstance::PriAxis2' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, SecAxis2) == 0x000078, "Member 'FConstraintInstance::SecAxis2' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, AngularRotationOffset) == 0x000084, "Member 'FConstraintInstance::AngularRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, ProfileInstance) == 0x000098, "Member 'FConstraintInstance::ProfileInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHLODInstancingKey \ +static_assert(alignof(FHLODInstancingKey) == 0x000008, "Wrong alignment on FHLODInstancingKey"); \ +static_assert(sizeof(FHLODInstancingKey) == 0x000010, "Wrong size on FHLODInstancingKey"); \ +static_assert(offsetof(FHLODInstancingKey, StaticMesh) == 0x000000, "Member 'FHLODInstancingKey::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FHLODInstancingKey, Material) == 0x000008, "Member 'FHLODInstancingKey::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPurchaseInfo \ +static_assert(alignof(FPurchaseInfo) == 0x000008, "Wrong alignment on FPurchaseInfo"); \ +static_assert(sizeof(FPurchaseInfo) == 0x000040, "Wrong size on FPurchaseInfo"); \ +static_assert(offsetof(FPurchaseInfo, Identifier) == 0x000000, "Member 'FPurchaseInfo::Identifier' has a wrong offset!"); \ +static_assert(offsetof(FPurchaseInfo, DisplayName) == 0x000010, "Member 'FPurchaseInfo::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FPurchaseInfo, DisplayDescription) == 0x000020, "Member 'FPurchaseInfo::DisplayDescription' has a wrong offset!"); \ +static_assert(offsetof(FPurchaseInfo, DisplayPrice) == 0x000030, "Member 'FPurchaseInfo::DisplayPrice' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialSpriteElement \ +static_assert(alignof(FMaterialSpriteElement) == 0x000008, "Wrong alignment on FMaterialSpriteElement"); \ +static_assert(sizeof(FMaterialSpriteElement) == 0x000028, "Wrong size on FMaterialSpriteElement"); \ +static_assert(offsetof(FMaterialSpriteElement, Material) == 0x000000, "Member 'FMaterialSpriteElement::Material' has a wrong offset!"); \ +static_assert(offsetof(FMaterialSpriteElement, DistanceToOpacityCurve) == 0x000008, "Member 'FMaterialSpriteElement::DistanceToOpacityCurve' has a wrong offset!"); \ +static_assert(offsetof(FMaterialSpriteElement, BaseSizeX) == 0x000014, "Member 'FMaterialSpriteElement::BaseSizeX' has a wrong offset!"); \ +static_assert(offsetof(FMaterialSpriteElement, BaseSizeY) == 0x000018, "Member 'FMaterialSpriteElement::BaseSizeY' has a wrong offset!"); \ +static_assert(offsetof(FMaterialSpriteElement, DistanceToSizeCurve) == 0x000020, "Member 'FMaterialSpriteElement::DistanceToSizeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStreamableTextureInstance \ +static_assert(alignof(FStreamableTextureInstance) == 0x000004, "Wrong alignment on FStreamableTextureInstance"); \ +static_assert(sizeof(FStreamableTextureInstance) == 0x000028, "Wrong size on FStreamableTextureInstance"); \ + +#define DUMPER7_ASSERTS_FCullDistanceSizePair \ +static_assert(alignof(FCullDistanceSizePair) == 0x000004, "Wrong alignment on FCullDistanceSizePair"); \ +static_assert(sizeof(FCullDistanceSizePair) == 0x000008, "Wrong size on FCullDistanceSizePair"); \ +static_assert(offsetof(FCullDistanceSizePair, Size) == 0x000000, "Member 'FCullDistanceSizePair::Size' has a wrong offset!"); \ +static_assert(offsetof(FCullDistanceSizePair, CullDistance) == 0x000004, "Member 'FCullDistanceSizePair::CullDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRuntimeCurveLinearColor \ +static_assert(alignof(FRuntimeCurveLinearColor) == 0x000008, "Wrong alignment on FRuntimeCurveLinearColor"); \ +static_assert(sizeof(FRuntimeCurveLinearColor) == 0x000208, "Wrong size on FRuntimeCurveLinearColor"); \ +static_assert(offsetof(FRuntimeCurveLinearColor, ColorCurves) == 0x000000, "Member 'FRuntimeCurveLinearColor::ColorCurves' has a wrong offset!"); \ +static_assert(offsetof(FRuntimeCurveLinearColor, ExternalCurve) == 0x000200, "Member 'FRuntimeCurveLinearColor::ExternalCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedCurveValue \ +static_assert(alignof(FNamedCurveValue) == 0x000004, "Wrong alignment on FNamedCurveValue"); \ +static_assert(sizeof(FNamedCurveValue) == 0x000010, "Wrong size on FNamedCurveValue"); \ +static_assert(offsetof(FNamedCurveValue, Name) == 0x000000, "Member 'FNamedCurveValue::Name' has a wrong offset!"); \ +static_assert(offsetof(FNamedCurveValue, Value) == 0x00000C, "Member 'FNamedCurveValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FParticleReplayTrackKey \ +static_assert(alignof(FParticleReplayTrackKey) == 0x000004, "Wrong alignment on FParticleReplayTrackKey"); \ +static_assert(sizeof(FParticleReplayTrackKey) == 0x00000C, "Wrong size on FParticleReplayTrackKey"); \ +static_assert(offsetof(FParticleReplayTrackKey, Time) == 0x000000, "Member 'FParticleReplayTrackKey::Time' has a wrong offset!"); \ +static_assert(offsetof(FParticleReplayTrackKey, Duration) == 0x000004, "Member 'FParticleReplayTrackKey::Duration' has a wrong offset!"); \ +static_assert(offsetof(FParticleReplayTrackKey, ClipIDNumber) == 0x000008, "Member 'FParticleReplayTrackKey::ClipIDNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStringCurveKey \ +static_assert(alignof(FStringCurveKey) == 0x000008, "Wrong alignment on FStringCurveKey"); \ +static_assert(sizeof(FStringCurveKey) == 0x000018, "Wrong size on FStringCurveKey"); \ +static_assert(offsetof(FStringCurveKey, Time) == 0x000000, "Member 'FStringCurveKey::Time' has a wrong offset!"); \ +static_assert(offsetof(FStringCurveKey, Value) == 0x000008, "Member 'FStringCurveKey::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStringCurve \ +static_assert(alignof(FStringCurve) == 0x000008, "Wrong alignment on FStringCurve"); \ +static_assert(sizeof(FStringCurve) == 0x000088, "Wrong size on FStringCurve"); \ +static_assert(offsetof(FStringCurve, DefaultValue) == 0x000068, "Member 'FStringCurve::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FStringCurve, Keys) == 0x000078, "Member 'FStringCurve::Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBakedStringCustomAttribute \ +static_assert(alignof(FBakedStringCustomAttribute) == 0x000008, "Wrong alignment on FBakedStringCustomAttribute"); \ +static_assert(sizeof(FBakedStringCustomAttribute) == 0x000098, "Wrong size on FBakedStringCustomAttribute"); \ +static_assert(offsetof(FBakedStringCustomAttribute, AttributeName) == 0x000000, "Member 'FBakedStringCustomAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(FBakedStringCustomAttribute, StringCurve) == 0x000010, "Member 'FBakedStringCustomAttribute::StringCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntegralKey \ +static_assert(alignof(FIntegralKey) == 0x000004, "Wrong alignment on FIntegralKey"); \ +static_assert(sizeof(FIntegralKey) == 0x000008, "Wrong size on FIntegralKey"); \ +static_assert(offsetof(FIntegralKey, Time) == 0x000000, "Member 'FIntegralKey::Time' has a wrong offset!"); \ +static_assert(offsetof(FIntegralKey, Value) == 0x000004, "Member 'FIntegralKey::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntegralCurve \ +static_assert(alignof(FIntegralCurve) == 0x000008, "Wrong alignment on FIntegralCurve"); \ +static_assert(sizeof(FIntegralCurve) == 0x000080, "Wrong size on FIntegralCurve"); \ +static_assert(offsetof(FIntegralCurve, Keys) == 0x000068, "Member 'FIntegralCurve::Keys' has a wrong offset!"); \ +static_assert(offsetof(FIntegralCurve, DefaultValue) == 0x000078, "Member 'FIntegralCurve::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FIntegralCurve, bUseDefaultValueBeforeFirstKey) == 0x00007C, "Member 'FIntegralCurve::bUseDefaultValueBeforeFirstKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBakedIntegerCustomAttribute \ +static_assert(alignof(FBakedIntegerCustomAttribute) == 0x000008, "Wrong alignment on FBakedIntegerCustomAttribute"); \ +static_assert(sizeof(FBakedIntegerCustomAttribute) == 0x000090, "Wrong size on FBakedIntegerCustomAttribute"); \ +static_assert(offsetof(FBakedIntegerCustomAttribute, AttributeName) == 0x000000, "Member 'FBakedIntegerCustomAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(FBakedIntegerCustomAttribute, IntCurve) == 0x000010, "Member 'FBakedIntegerCustomAttribute::IntCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSimpleCurveKey \ +static_assert(alignof(FSimpleCurveKey) == 0x000004, "Wrong alignment on FSimpleCurveKey"); \ +static_assert(sizeof(FSimpleCurveKey) == 0x000008, "Wrong size on FSimpleCurveKey"); \ +static_assert(offsetof(FSimpleCurveKey, Time) == 0x000000, "Member 'FSimpleCurveKey::Time' has a wrong offset!"); \ +static_assert(offsetof(FSimpleCurveKey, Value) == 0x000004, "Member 'FSimpleCurveKey::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSimpleCurve \ +static_assert(alignof(FSimpleCurve) == 0x000008, "Wrong alignment on FSimpleCurve"); \ +static_assert(sizeof(FSimpleCurve) == 0x000088, "Wrong size on FSimpleCurve"); \ +static_assert(offsetof(FSimpleCurve, InterpMode) == 0x000070, "Member 'FSimpleCurve::InterpMode' has a wrong offset!"); \ +static_assert(offsetof(FSimpleCurve, Keys) == 0x000078, "Member 'FSimpleCurve::Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBakedFloatCustomAttribute \ +static_assert(alignof(FBakedFloatCustomAttribute) == 0x000008, "Wrong alignment on FBakedFloatCustomAttribute"); \ +static_assert(sizeof(FBakedFloatCustomAttribute) == 0x000098, "Wrong size on FBakedFloatCustomAttribute"); \ +static_assert(offsetof(FBakedFloatCustomAttribute, AttributeName) == 0x000000, "Member 'FBakedFloatCustomAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(FBakedFloatCustomAttribute, FloatCurve) == 0x000010, "Member 'FBakedFloatCustomAttribute::FloatCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBakedCustomAttributePerBoneData \ +static_assert(alignof(FBakedCustomAttributePerBoneData) == 0x000008, "Wrong alignment on FBakedCustomAttributePerBoneData"); \ +static_assert(sizeof(FBakedCustomAttributePerBoneData) == 0x000038, "Wrong size on FBakedCustomAttributePerBoneData"); \ +static_assert(offsetof(FBakedCustomAttributePerBoneData, BoneTreeIndex) == 0x000000, "Member 'FBakedCustomAttributePerBoneData::BoneTreeIndex' has a wrong offset!"); \ +static_assert(offsetof(FBakedCustomAttributePerBoneData, StringAttributes) == 0x000008, "Member 'FBakedCustomAttributePerBoneData::StringAttributes' has a wrong offset!"); \ +static_assert(offsetof(FBakedCustomAttributePerBoneData, IntAttributes) == 0x000018, "Member 'FBakedCustomAttributePerBoneData::IntAttributes' has a wrong offset!"); \ +static_assert(offsetof(FBakedCustomAttributePerBoneData, FloatAttributes) == 0x000028, "Member 'FBakedCustomAttributePerBoneData::FloatAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSolverIterations \ +static_assert(alignof(FSolverIterations) == 0x000004, "Wrong alignment on FSolverIterations"); \ +static_assert(sizeof(FSolverIterations) == 0x00001C, "Wrong size on FSolverIterations"); \ +static_assert(offsetof(FSolverIterations, FixedTimeStep) == 0x000000, "Member 'FSolverIterations::FixedTimeStep' has a wrong offset!"); \ +static_assert(offsetof(FSolverIterations, SolverIterations) == 0x000004, "Member 'FSolverIterations::SolverIterations' has a wrong offset!"); \ +static_assert(offsetof(FSolverIterations, JointIterations) == 0x000008, "Member 'FSolverIterations::JointIterations' has a wrong offset!"); \ +static_assert(offsetof(FSolverIterations, CollisionIterations) == 0x00000C, "Member 'FSolverIterations::CollisionIterations' has a wrong offset!"); \ +static_assert(offsetof(FSolverIterations, SolverPushOutIterations) == 0x000010, "Member 'FSolverIterations::SolverPushOutIterations' has a wrong offset!"); \ +static_assert(offsetof(FSolverIterations, JointPushOutIterations) == 0x000014, "Member 'FSolverIterations::JointPushOutIterations' has a wrong offset!"); \ +static_assert(offsetof(FSolverIterations, CollisionPushOutIterations) == 0x000018, "Member 'FSolverIterations::CollisionPushOutIterations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLODMappingData \ +static_assert(alignof(FLODMappingData) == 0x000008, "Wrong alignment on FLODMappingData"); \ +static_assert(sizeof(FLODMappingData) == 0x000020, "Wrong size on FLODMappingData"); \ +static_assert(offsetof(FLODMappingData, Mapping) == 0x000000, "Member 'FLODMappingData::Mapping' has a wrong offset!"); \ +static_assert(offsetof(FLODMappingData, InverseMapping) == 0x000010, "Member 'FLODMappingData::InverseMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDelegateArray \ +static_assert(alignof(FDelegateArray) == 0x000008, "Wrong alignment on FDelegateArray"); \ +static_assert(sizeof(FDelegateArray) == 0x000010, "Wrong size on FDelegateArray"); \ +static_assert(offsetof(FDelegateArray, Delegates) == 0x000000, "Member 'FDelegateArray::Delegates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLayerActorStats \ +static_assert(alignof(FLayerActorStats) == 0x000008, "Wrong alignment on FLayerActorStats"); \ +static_assert(sizeof(FLayerActorStats) == 0x000010, "Wrong size on FLayerActorStats"); \ +static_assert(offsetof(FLayerActorStats, Type) == 0x000000, "Member 'FLayerActorStats::Type' has a wrong offset!"); \ +static_assert(offsetof(FLayerActorStats, Total) == 0x000008, "Member 'FLayerActorStats::Total' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUpdateLevelStreamingLevelStatus \ +static_assert(alignof(FUpdateLevelStreamingLevelStatus) == 0x000004, "Wrong alignment on FUpdateLevelStreamingLevelStatus"); \ +static_assert(sizeof(FUpdateLevelStreamingLevelStatus) == 0x000014, "Wrong size on FUpdateLevelStreamingLevelStatus"); \ +static_assert(offsetof(FUpdateLevelStreamingLevelStatus, PackageName) == 0x000000, "Member 'FUpdateLevelStreamingLevelStatus::PackageName' has a wrong offset!"); \ +static_assert(offsetof(FUpdateLevelStreamingLevelStatus, LODIndex) == 0x00000C, "Member 'FUpdateLevelStreamingLevelStatus::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(FUpdateLevelStreamingLevelStatus, bNewShouldBeLoaded) == 0x000010, "Member 'FUpdateLevelStreamingLevelStatus::bNewShouldBeLoaded' has a wrong offset!"); \ +static_assert(offsetof(FUpdateLevelStreamingLevelStatus, bNewShouldBeVisible) == 0x000011, "Member 'FUpdateLevelStreamingLevelStatus::bNewShouldBeVisible' has a wrong offset!"); \ +static_assert(offsetof(FUpdateLevelStreamingLevelStatus, bNewShouldBlockOnLoad) == 0x000012, "Member 'FUpdateLevelStreamingLevelStatus::bNewShouldBlockOnLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomAttribute \ +static_assert(alignof(FCustomAttribute) == 0x000008, "Wrong alignment on FCustomAttribute"); \ +static_assert(sizeof(FCustomAttribute) == 0x000030, "Wrong size on FCustomAttribute"); \ +static_assert(offsetof(FCustomAttribute, Name) == 0x000000, "Member 'FCustomAttribute::Name' has a wrong offset!"); \ +static_assert(offsetof(FCustomAttribute, VariantType) == 0x00000C, "Member 'FCustomAttribute::VariantType' has a wrong offset!"); \ +static_assert(offsetof(FCustomAttribute, Times) == 0x000010, "Member 'FCustomAttribute::Times' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomAttributePerBoneData \ +static_assert(alignof(FCustomAttributePerBoneData) == 0x000008, "Wrong alignment on FCustomAttributePerBoneData"); \ +static_assert(sizeof(FCustomAttributePerBoneData) == 0x000018, "Wrong size on FCustomAttributePerBoneData"); \ +static_assert(offsetof(FCustomAttributePerBoneData, BoneTreeIndex) == 0x000000, "Member 'FCustomAttributePerBoneData::BoneTreeIndex' has a wrong offset!"); \ +static_assert(offsetof(FCustomAttributePerBoneData, Attributes) == 0x000008, "Member 'FCustomAttributePerBoneData::Attributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomAttributeSetting \ +static_assert(alignof(FCustomAttributeSetting) == 0x000008, "Wrong alignment on FCustomAttributeSetting"); \ +static_assert(sizeof(FCustomAttributeSetting) == 0x000020, "Wrong size on FCustomAttributeSetting"); \ +static_assert(offsetof(FCustomAttributeSetting, Name) == 0x000000, "Member 'FCustomAttributeSetting::Name' has a wrong offset!"); \ +static_assert(offsetof(FCustomAttributeSetting, Meaning) == 0x000010, "Member 'FCustomAttributeSetting::Meaning' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataDrivenConsoleVariable \ +static_assert(alignof(FDataDrivenConsoleVariable) == 0x000008, "Wrong alignment on FDataDrivenConsoleVariable"); \ +static_assert(sizeof(FDataDrivenConsoleVariable) == 0x000050, "Wrong size on FDataDrivenConsoleVariable"); \ +static_assert(offsetof(FDataDrivenConsoleVariable, Type) == 0x000000, "Member 'FDataDrivenConsoleVariable::Type' has a wrong offset!"); \ +static_assert(offsetof(FDataDrivenConsoleVariable, Name) == 0x000008, "Member 'FDataDrivenConsoleVariable::Name' has a wrong offset!"); \ +static_assert(offsetof(FDataDrivenConsoleVariable, ToolTip) == 0x000018, "Member 'FDataDrivenConsoleVariable::ToolTip' has a wrong offset!"); \ +static_assert(offsetof(FDataDrivenConsoleVariable, DefaultValueFloat) == 0x000028, "Member 'FDataDrivenConsoleVariable::DefaultValueFloat' has a wrong offset!"); \ +static_assert(offsetof(FDataDrivenConsoleVariable, DefaultValueInt) == 0x00002C, "Member 'FDataDrivenConsoleVariable::DefaultValueInt' has a wrong offset!"); \ +static_assert(offsetof(FDataDrivenConsoleVariable, DefaultValueBool) == 0x000030, "Member 'FDataDrivenConsoleVariable::DefaultValueBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputAxisProperties \ +static_assert(alignof(FInputAxisProperties) == 0x000004, "Wrong alignment on FInputAxisProperties"); \ +static_assert(sizeof(FInputAxisProperties) == 0x000010, "Wrong size on FInputAxisProperties"); \ +static_assert(offsetof(FInputAxisProperties, DeadZone) == 0x000000, "Member 'FInputAxisProperties::DeadZone' has a wrong offset!"); \ +static_assert(offsetof(FInputAxisProperties, Sensitivity) == 0x000004, "Member 'FInputAxisProperties::Sensitivity' has a wrong offset!"); \ +static_assert(offsetof(FInputAxisProperties, Exponent) == 0x000008, "Member 'FInputAxisProperties::Exponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputAxisConfigEntry \ +static_assert(alignof(FInputAxisConfigEntry) == 0x000004, "Wrong alignment on FInputAxisConfigEntry"); \ +static_assert(sizeof(FInputAxisConfigEntry) == 0x00001C, "Wrong size on FInputAxisConfigEntry"); \ +static_assert(offsetof(FInputAxisConfigEntry, AxisKeyName) == 0x000000, "Member 'FInputAxisConfigEntry::AxisKeyName' has a wrong offset!"); \ +static_assert(offsetof(FInputAxisConfigEntry, AxisProperties) == 0x00000C, "Member 'FInputAxisConfigEntry::AxisProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataTableCategoryHandle \ +static_assert(alignof(FDataTableCategoryHandle) == 0x000008, "Wrong alignment on FDataTableCategoryHandle"); \ +static_assert(sizeof(FDataTableCategoryHandle) == 0x000020, "Wrong size on FDataTableCategoryHandle"); \ +static_assert(offsetof(FDataTableCategoryHandle, DataTable) == 0x000000, "Member 'FDataTableCategoryHandle::DataTable' has a wrong offset!"); \ +static_assert(offsetof(FDataTableCategoryHandle, ColumnName) == 0x000008, "Member 'FDataTableCategoryHandle::ColumnName' has a wrong offset!"); \ +static_assert(offsetof(FDataTableCategoryHandle, RowContents) == 0x000014, "Member 'FDataTableCategoryHandle::RowContents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBatchedLine \ +static_assert(alignof(FBatchedLine) == 0x000004, "Wrong alignment on FBatchedLine"); \ +static_assert(sizeof(FBatchedLine) == 0x000034, "Wrong size on FBatchedLine"); \ +static_assert(offsetof(FBatchedLine, Start) == 0x000000, "Member 'FBatchedLine::Start' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, End) == 0x00000C, "Member 'FBatchedLine::End' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, Color) == 0x000018, "Member 'FBatchedLine::Color' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, Thickness) == 0x000028, "Member 'FBatchedLine::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, RemainingLifeTime) == 0x00002C, "Member 'FBatchedLine::RemainingLifeTime' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, DepthPriority) == 0x000030, "Member 'FBatchedLine::DepthPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDebugCameraControllerSettingsViewModeIndex \ +static_assert(alignof(FDebugCameraControllerSettingsViewModeIndex) == 0x000008, "Wrong alignment on FDebugCameraControllerSettingsViewModeIndex"); \ +static_assert(sizeof(FDebugCameraControllerSettingsViewModeIndex) == 0x000010, "Wrong size on FDebugCameraControllerSettingsViewModeIndex"); \ +static_assert(offsetof(FDebugCameraControllerSettingsViewModeIndex, ViewModeIndex) == 0x000008, "Member 'FDebugCameraControllerSettingsViewModeIndex::ViewModeIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDebugDisplayProperty \ +static_assert(alignof(FDebugDisplayProperty) == 0x000008, "Wrong alignment on FDebugDisplayProperty"); \ +static_assert(sizeof(FDebugDisplayProperty) == 0x000020, "Wrong size on FDebugDisplayProperty"); \ +static_assert(offsetof(FDebugDisplayProperty, Obj) == 0x000000, "Member 'FDebugDisplayProperty::Obj' has a wrong offset!"); \ +static_assert(offsetof(FDebugDisplayProperty, WithinClass) == 0x000008, "Member 'FDebugDisplayProperty::WithinClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDebugTextInfo \ +static_assert(alignof(FDebugTextInfo) == 0x000008, "Wrong alignment on FDebugTextInfo"); \ +static_assert(sizeof(FDebugTextInfo) == 0x000060, "Wrong size on FDebugTextInfo"); \ +static_assert(offsetof(FDebugTextInfo, SrcActor) == 0x000000, "Member 'FDebugTextInfo::SrcActor' has a wrong offset!"); \ +static_assert(offsetof(FDebugTextInfo, SrcActorOffset) == 0x000008, "Member 'FDebugTextInfo::SrcActorOffset' has a wrong offset!"); \ +static_assert(offsetof(FDebugTextInfo, SrcActorDesiredOffset) == 0x000014, "Member 'FDebugTextInfo::SrcActorDesiredOffset' has a wrong offset!"); \ +static_assert(offsetof(FDebugTextInfo, DebugText) == 0x000020, "Member 'FDebugTextInfo::DebugText' has a wrong offset!"); \ +static_assert(offsetof(FDebugTextInfo, TimeRemaining) == 0x000030, "Member 'FDebugTextInfo::TimeRemaining' has a wrong offset!"); \ +static_assert(offsetof(FDebugTextInfo, Duration) == 0x000034, "Member 'FDebugTextInfo::Duration' has a wrong offset!"); \ +static_assert(offsetof(FDebugTextInfo, TextColor) == 0x000038, "Member 'FDebugTextInfo::TextColor' has a wrong offset!"); \ +static_assert(offsetof(FDebugTextInfo, OrigActorLocation) == 0x000040, "Member 'FDebugTextInfo::OrigActorLocation' has a wrong offset!"); \ +static_assert(offsetof(FDebugTextInfo, Font) == 0x000050, "Member 'FDebugTextInfo::Font' has a wrong offset!"); \ +static_assert(offsetof(FDebugTextInfo, FontScale) == 0x000058, "Member 'FDebugTextInfo::FontScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionParameterBase \ +static_assert(alignof(FCollectionParameterBase) == 0x000004, "Wrong alignment on FCollectionParameterBase"); \ +static_assert(sizeof(FCollectionParameterBase) == 0x00001C, "Wrong size on FCollectionParameterBase"); \ +static_assert(offsetof(FCollectionParameterBase, ParameterName) == 0x000000, "Member 'FCollectionParameterBase::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FCollectionParameterBase, Id) == 0x00000C, "Member 'FCollectionParameterBase::Id' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFontParameterValue \ +static_assert(alignof(FFontParameterValue) == 0x000008, "Wrong alignment on FFontParameterValue"); \ +static_assert(sizeof(FFontParameterValue) == 0x000038, "Wrong size on FFontParameterValue"); \ +static_assert(offsetof(FFontParameterValue, ParameterInfo) == 0x000000, "Member 'FFontParameterValue::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FFontParameterValue, FontValue) == 0x000018, "Member 'FFontParameterValue::FontValue' has a wrong offset!"); \ +static_assert(offsetof(FFontParameterValue, FontPage) == 0x000020, "Member 'FFontParameterValue::FontPage' has a wrong offset!"); \ +static_assert(offsetof(FFontParameterValue, ExpressionGUID) == 0x000024, "Member 'FFontParameterValue::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRollbackNetStartupActorInfo \ +static_assert(alignof(FRollbackNetStartupActorInfo) == 0x000008, "Wrong alignment on FRollbackNetStartupActorInfo"); \ +static_assert(sizeof(FRollbackNetStartupActorInfo) == 0x0000B8, "Wrong size on FRollbackNetStartupActorInfo"); \ +static_assert(offsetof(FRollbackNetStartupActorInfo, Archetype) == 0x000010, "Member 'FRollbackNetStartupActorInfo::Archetype' has a wrong offset!"); \ +static_assert(offsetof(FRollbackNetStartupActorInfo, Level) == 0x000040, "Member 'FRollbackNetStartupActorInfo::Level' has a wrong offset!"); \ +static_assert(offsetof(FRollbackNetStartupActorInfo, ObjReferences) == 0x0000A8, "Member 'FRollbackNetStartupActorInfo::ObjReferences' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundWaveSpectralData \ +static_assert(alignof(FSoundWaveSpectralData) == 0x000004, "Wrong alignment on FSoundWaveSpectralData"); \ +static_assert(sizeof(FSoundWaveSpectralData) == 0x00000C, "Wrong size on FSoundWaveSpectralData"); \ +static_assert(offsetof(FSoundWaveSpectralData, FrequencyHz) == 0x000000, "Member 'FSoundWaveSpectralData::FrequencyHz' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveSpectralData, Magnitude) == 0x000004, "Member 'FSoundWaveSpectralData::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveSpectralData, NormalizedMagnitude) == 0x000008, "Member 'FSoundWaveSpectralData::NormalizedMagnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundWaveSpectralDataPerSound \ +static_assert(alignof(FSoundWaveSpectralDataPerSound) == 0x000008, "Wrong alignment on FSoundWaveSpectralDataPerSound"); \ +static_assert(sizeof(FSoundWaveSpectralDataPerSound) == 0x000020, "Wrong size on FSoundWaveSpectralDataPerSound"); \ +static_assert(offsetof(FSoundWaveSpectralDataPerSound, SpectralData) == 0x000000, "Member 'FSoundWaveSpectralDataPerSound::SpectralData' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveSpectralDataPerSound, PlaybackTime) == 0x000010, "Member 'FSoundWaveSpectralDataPerSound::PlaybackTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveSpectralDataPerSound, SoundWave) == 0x000018, "Member 'FSoundWaveSpectralDataPerSound::SoundWave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDialogueContextMapping \ +static_assert(alignof(FDialogueContextMapping) == 0x000008, "Wrong alignment on FDialogueContextMapping"); \ +static_assert(sizeof(FDialogueContextMapping) == 0x000038, "Wrong size on FDialogueContextMapping"); \ +static_assert(offsetof(FDialogueContextMapping, Context) == 0x000000, "Member 'FDialogueContextMapping::Context' has a wrong offset!"); \ +static_assert(offsetof(FDialogueContextMapping, SoundWave) == 0x000018, "Member 'FDialogueContextMapping::SoundWave' has a wrong offset!"); \ +static_assert(offsetof(FDialogueContextMapping, LocalizationKeyFormat) == 0x000020, "Member 'FDialogueContextMapping::LocalizationKeyFormat' has a wrong offset!"); \ +static_assert(offsetof(FDialogueContextMapping, Proxy) == 0x000030, "Member 'FDialogueContextMapping::Proxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRawDistributionFloat \ +static_assert(alignof(FRawDistributionFloat) == 0x000008, "Wrong alignment on FRawDistributionFloat"); \ +static_assert(sizeof(FRawDistributionFloat) == 0x000030, "Wrong size on FRawDistributionFloat"); \ +static_assert(offsetof(FRawDistributionFloat, MinValue) == 0x000020, "Member 'FRawDistributionFloat::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FRawDistributionFloat, MaxValue) == 0x000024, "Member 'FRawDistributionFloat::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FRawDistributionFloat, Distribution) == 0x000028, "Member 'FRawDistributionFloat::Distribution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRawDistributionVector \ +static_assert(alignof(FRawDistributionVector) == 0x000008, "Wrong alignment on FRawDistributionVector"); \ +static_assert(sizeof(FRawDistributionVector) == 0x000048, "Wrong size on FRawDistributionVector"); \ +static_assert(offsetof(FRawDistributionVector, MinValue) == 0x000020, "Member 'FRawDistributionVector::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FRawDistributionVector, MaxValue) == 0x000024, "Member 'FRawDistributionVector::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FRawDistributionVector, MinValueVec) == 0x000028, "Member 'FRawDistributionVector::MinValueVec' has a wrong offset!"); \ +static_assert(offsetof(FRawDistributionVector, MaxValueVec) == 0x000034, "Member 'FRawDistributionVector::MaxValueVec' has a wrong offset!"); \ +static_assert(offsetof(FRawDistributionVector, Distribution) == 0x000040, "Member 'FRawDistributionVector::Distribution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGraphReference \ +static_assert(alignof(FGraphReference) == 0x000008, "Wrong alignment on FGraphReference"); \ +static_assert(sizeof(FGraphReference) == 0x000020, "Wrong size on FGraphReference"); \ +static_assert(offsetof(FGraphReference, MacroGraph) == 0x000000, "Member 'FGraphReference::MacroGraph' has a wrong offset!"); \ +static_assert(offsetof(FGraphReference, GraphBlueprint) == 0x000008, "Member 'FGraphReference::GraphBlueprint' has a wrong offset!"); \ +static_assert(offsetof(FGraphReference, GraphGuid) == 0x000010, "Member 'FGraphReference::GraphGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshProxySettings \ +static_assert(alignof(FMeshProxySettings) == 0x000010, "Wrong alignment on FMeshProxySettings"); \ +static_assert(sizeof(FMeshProxySettings) == 0x0000F0, "Wrong size on FMeshProxySettings"); \ +static_assert(offsetof(FMeshProxySettings, ScreenSize) == 0x000000, "Member 'FMeshProxySettings::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, VoxelSize) == 0x000004, "Member 'FMeshProxySettings::VoxelSize' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, MaterialSettings) == 0x000008, "Member 'FMeshProxySettings::MaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, MergeDistance) == 0x000090, "Member 'FMeshProxySettings::MergeDistance' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, UnresolvedGeometryColor) == 0x000094, "Member 'FMeshProxySettings::UnresolvedGeometryColor' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, MaxRayCastDist) == 0x000098, "Member 'FMeshProxySettings::MaxRayCastDist' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, HardAngleThreshold) == 0x00009C, "Member 'FMeshProxySettings::HardAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, LightMapResolution) == 0x0000A0, "Member 'FMeshProxySettings::LightMapResolution' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, NormalCalculationMethod) == 0x0000A4, "Member 'FMeshProxySettings::NormalCalculationMethod' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, LandscapeCullingPrecision) == 0x0000A5, "Member 'FMeshProxySettings::LandscapeCullingPrecision' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, OriginTransform) == 0x0000B0, "Member 'FMeshProxySettings::OriginTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEdGraphPinReference \ +static_assert(alignof(FEdGraphPinReference) == 0x000004, "Wrong alignment on FEdGraphPinReference"); \ +static_assert(sizeof(FEdGraphPinReference) == 0x000018, "Wrong size on FEdGraphPinReference"); \ +static_assert(offsetof(FEdGraphPinReference, OwningNode) == 0x000000, "Member 'FEdGraphPinReference::OwningNode' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinReference, PinId) == 0x000008, "Member 'FEdGraphPinReference::PinId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEdGraphSchemaAction_NewNode \ +static_assert(alignof(FEdGraphSchemaAction_NewNode) == 0x000008, "Wrong alignment on FEdGraphSchemaAction_NewNode"); \ +static_assert(sizeof(FEdGraphSchemaAction_NewNode) == 0x000108, "Wrong size on FEdGraphSchemaAction_NewNode"); \ +static_assert(offsetof(FEdGraphSchemaAction_NewNode, NodeTemplate) == 0x000100, "Member 'FEdGraphSchemaAction_NewNode::NodeTemplate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPluginRedirect \ +static_assert(alignof(FPluginRedirect) == 0x000008, "Wrong alignment on FPluginRedirect"); \ +static_assert(sizeof(FPluginRedirect) == 0x000020, "Wrong size on FPluginRedirect"); \ +static_assert(offsetof(FPluginRedirect, OldPluginName) == 0x000000, "Member 'FPluginRedirect::OldPluginName' has a wrong offset!"); \ +static_assert(offsetof(FPluginRedirect, NewPluginName) == 0x000010, "Member 'FPluginRedirect::NewPluginName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNameCurveKey \ +static_assert(alignof(FNameCurveKey) == 0x000004, "Wrong alignment on FNameCurveKey"); \ +static_assert(sizeof(FNameCurveKey) == 0x000010, "Wrong size on FNameCurveKey"); \ +static_assert(offsetof(FNameCurveKey, Time) == 0x000000, "Member 'FNameCurveKey::Time' has a wrong offset!"); \ +static_assert(offsetof(FNameCurveKey, Value) == 0x000004, "Member 'FNameCurveKey::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialRemapIndex \ +static_assert(alignof(FMaterialRemapIndex) == 0x000008, "Wrong alignment on FMaterialRemapIndex"); \ +static_assert(sizeof(FMaterialRemapIndex) == 0x000018, "Wrong size on FMaterialRemapIndex"); \ +static_assert(offsetof(FMaterialRemapIndex, ImportVersionKey) == 0x000000, "Member 'FMaterialRemapIndex::ImportVersionKey' has a wrong offset!"); \ +static_assert(offsetof(FMaterialRemapIndex, MaterialRemap) == 0x000008, "Member 'FMaterialRemapIndex::MaterialRemap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructRedirect \ +static_assert(alignof(FStructRedirect) == 0x000004, "Wrong alignment on FStructRedirect"); \ +static_assert(sizeof(FStructRedirect) == 0x000018, "Wrong size on FStructRedirect"); \ +static_assert(offsetof(FStructRedirect, OldStructName) == 0x000000, "Member 'FStructRedirect::OldStructName' has a wrong offset!"); \ +static_assert(offsetof(FStructRedirect, NewStructName) == 0x00000C, "Member 'FStructRedirect::NewStructName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomOutput \ +static_assert(alignof(FCustomOutput) == 0x000004, "Wrong alignment on FCustomOutput"); \ +static_assert(sizeof(FCustomOutput) == 0x000010, "Wrong size on FCustomOutput"); \ +static_assert(offsetof(FCustomOutput, OutputName) == 0x000000, "Member 'FCustomOutput::OutputName' has a wrong offset!"); \ +static_assert(offsetof(FCustomOutput, OutputType) == 0x00000C, "Member 'FCustomOutput::OutputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClassRedirect \ +static_assert(alignof(FClassRedirect) == 0x000004, "Wrong alignment on FClassRedirect"); \ +static_assert(sizeof(FClassRedirect) == 0x000058, "Wrong size on FClassRedirect"); \ +static_assert(offsetof(FClassRedirect, ObjectName) == 0x000000, "Member 'FClassRedirect::ObjectName' has a wrong offset!"); \ +static_assert(offsetof(FClassRedirect, OldClassName) == 0x00000C, "Member 'FClassRedirect::OldClassName' has a wrong offset!"); \ +static_assert(offsetof(FClassRedirect, NewClassName) == 0x000018, "Member 'FClassRedirect::NewClassName' has a wrong offset!"); \ +static_assert(offsetof(FClassRedirect, OldSubobjName) == 0x000024, "Member 'FClassRedirect::OldSubobjName' has a wrong offset!"); \ +static_assert(offsetof(FClassRedirect, NewSubobjName) == 0x000030, "Member 'FClassRedirect::NewSubobjName' has a wrong offset!"); \ +static_assert(offsetof(FClassRedirect, NewClassClass) == 0x00003C, "Member 'FClassRedirect::NewClassClass' has a wrong offset!"); \ +static_assert(offsetof(FClassRedirect, NewClassPackage) == 0x000048, "Member 'FClassRedirect::NewClassPackage' has a wrong offset!"); \ +static_assert(offsetof(FClassRedirect, InstanceOnly) == 0x000054, "Member 'FClassRedirect::InstanceOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScreenMessageString \ +static_assert(alignof(FScreenMessageString) == 0x000008, "Wrong alignment on FScreenMessageString"); \ +static_assert(sizeof(FScreenMessageString) == 0x000030, "Wrong size on FScreenMessageString"); \ +static_assert(offsetof(FScreenMessageString, Key) == 0x000000, "Member 'FScreenMessageString::Key' has a wrong offset!"); \ +static_assert(offsetof(FScreenMessageString, ScreenMessage) == 0x000008, "Member 'FScreenMessageString::ScreenMessage' has a wrong offset!"); \ +static_assert(offsetof(FScreenMessageString, DisplayColor) == 0x000018, "Member 'FScreenMessageString::DisplayColor' has a wrong offset!"); \ +static_assert(offsetof(FScreenMessageString, TimeToDisplay) == 0x00001C, "Member 'FScreenMessageString::TimeToDisplay' has a wrong offset!"); \ +static_assert(offsetof(FScreenMessageString, CurrentTimeDisplayed) == 0x000020, "Member 'FScreenMessageString::CurrentTimeDisplayed' has a wrong offset!"); \ +static_assert(offsetof(FScreenMessageString, TextScale) == 0x000024, "Member 'FScreenMessageString::TextScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpLookupPoint \ +static_assert(alignof(FInterpLookupPoint) == 0x000004, "Wrong alignment on FInterpLookupPoint"); \ +static_assert(sizeof(FInterpLookupPoint) == 0x000010, "Wrong size on FInterpLookupPoint"); \ +static_assert(offsetof(FInterpLookupPoint, GroupName) == 0x000000, "Member 'FInterpLookupPoint::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FInterpLookupPoint, Time) == 0x00000C, "Member 'FInterpLookupPoint::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpLookupTrack \ +static_assert(alignof(FInterpLookupTrack) == 0x000008, "Wrong alignment on FInterpLookupTrack"); \ +static_assert(sizeof(FInterpLookupTrack) == 0x000010, "Wrong size on FInterpLookupTrack"); \ +static_assert(offsetof(FInterpLookupTrack, Points) == 0x000000, "Member 'FInterpLookupTrack::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshInstancingSettings \ +static_assert(alignof(FMeshInstancingSettings) == 0x000008, "Wrong alignment on FMeshInstancingSettings"); \ +static_assert(sizeof(FMeshInstancingSettings) == 0x000018, "Wrong size on FMeshInstancingSettings"); \ +static_assert(offsetof(FMeshInstancingSettings, ActorClassToUse) == 0x000000, "Member 'FMeshInstancingSettings::ActorClassToUse' has a wrong offset!"); \ +static_assert(offsetof(FMeshInstancingSettings, InstanceReplacementThreshold) == 0x000008, "Member 'FMeshInstancingSettings::InstanceReplacementThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshInstancingSettings, MeshReplacementMethod) == 0x00000C, "Member 'FMeshInstancingSettings::MeshReplacementMethod' has a wrong offset!"); \ +static_assert(offsetof(FMeshInstancingSettings, bSkipMeshesWithVertexColors) == 0x00000D, "Member 'FMeshInstancingSettings::bSkipMeshesWithVertexColors' has a wrong offset!"); \ +static_assert(offsetof(FMeshInstancingSettings, bUseHLODVolumes) == 0x00000E, "Member 'FMeshInstancingSettings::bUseHLODVolumes' has a wrong offset!"); \ +static_assert(offsetof(FMeshInstancingSettings, ISMComponentToUse) == 0x000010, "Member 'FMeshInstancingSettings::ISMComponentToUse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStatColorMapEntry \ +static_assert(alignof(FStatColorMapEntry) == 0x000004, "Wrong alignment on FStatColorMapEntry"); \ +static_assert(sizeof(FStatColorMapEntry) == 0x000008, "Wrong size on FStatColorMapEntry"); \ +static_assert(offsetof(FStatColorMapEntry, In) == 0x000000, "Member 'FStatColorMapEntry::In' has a wrong offset!"); \ +static_assert(offsetof(FStatColorMapEntry, Out) == 0x000004, "Member 'FStatColorMapEntry::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStatColorMapping \ +static_assert(alignof(FStatColorMapping) == 0x000008, "Wrong alignment on FStatColorMapping"); \ +static_assert(sizeof(FStatColorMapping) == 0x000028, "Wrong size on FStatColorMapping"); \ +static_assert(offsetof(FStatColorMapping, StatName) == 0x000000, "Member 'FStatColorMapping::StatName' has a wrong offset!"); \ +static_assert(offsetof(FStatColorMapping, ColorMap) == 0x000010, "Member 'FStatColorMapping::ColorMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FURL \ +static_assert(alignof(FURL) == 0x000008, "Wrong alignment on FURL"); \ +static_assert(sizeof(FURL) == 0x000068, "Wrong size on FURL"); \ +static_assert(offsetof(FURL, Protocol) == 0x000000, "Member 'FURL::Protocol' has a wrong offset!"); \ +static_assert(offsetof(FURL, Host) == 0x000010, "Member 'FURL::Host' has a wrong offset!"); \ +static_assert(offsetof(FURL, Port) == 0x000020, "Member 'FURL::Port' has a wrong offset!"); \ +static_assert(offsetof(FURL, Valid) == 0x000024, "Member 'FURL::Valid' has a wrong offset!"); \ +static_assert(offsetof(FURL, Map) == 0x000028, "Member 'FURL::Map' has a wrong offset!"); \ +static_assert(offsetof(FURL, RedirectURL) == 0x000038, "Member 'FURL::RedirectURL' has a wrong offset!"); \ +static_assert(offsetof(FURL, Op) == 0x000048, "Member 'FURL::Op' has a wrong offset!"); \ +static_assert(offsetof(FURL, Portal) == 0x000058, "Member 'FURL::Portal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelStreamingStatus \ +static_assert(alignof(FLevelStreamingStatus) == 0x000004, "Wrong alignment on FLevelStreamingStatus"); \ +static_assert(sizeof(FLevelStreamingStatus) == 0x000014, "Wrong size on FLevelStreamingStatus"); \ +static_assert(offsetof(FLevelStreamingStatus, PackageName) == 0x000000, "Member 'FLevelStreamingStatus::PackageName' has a wrong offset!"); \ +static_assert(offsetof(FLevelStreamingStatus, LODIndex) == 0x000010, "Member 'FLevelStreamingStatus::LODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedNetDriver \ +static_assert(alignof(FNamedNetDriver) == 0x000008, "Wrong alignment on FNamedNetDriver"); \ +static_assert(sizeof(FNamedNetDriver) == 0x000010, "Wrong size on FNamedNetDriver"); \ +static_assert(offsetof(FNamedNetDriver, NetDriver) == 0x000000, "Member 'FNamedNetDriver::NetDriver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldContext \ +static_assert(alignof(FWorldContext) == 0x000008, "Wrong alignment on FWorldContext"); \ +static_assert(sizeof(FWorldContext) == 0x0002A8, "Wrong size on FWorldContext"); \ +static_assert(offsetof(FWorldContext, LastURL) == 0x0000F0, "Member 'FWorldContext::LastURL' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, LastRemoteURL) == 0x000158, "Member 'FWorldContext::LastRemoteURL' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, PendingNetGame) == 0x0001C0, "Member 'FWorldContext::PendingNetGame' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, PackagesToFullyLoad) == 0x0001C8, "Member 'FWorldContext::PackagesToFullyLoad' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, LoadedLevelsForPendingMapChange) == 0x0001E8, "Member 'FWorldContext::LoadedLevelsForPendingMapChange' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, ObjectReferencers) == 0x000210, "Member 'FWorldContext::ObjectReferencers' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, PendingLevelStreamingStatusUpdates) == 0x000220, "Member 'FWorldContext::PendingLevelStreamingStatusUpdates' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, GameViewport) == 0x000230, "Member 'FWorldContext::GameViewport' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, OwningGameInstance) == 0x000238, "Member 'FWorldContext::OwningGameInstance' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, ActiveNetDrivers) == 0x000240, "Member 'FWorldContext::ActiveNetDrivers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FToggleTrackKey \ +static_assert(alignof(FToggleTrackKey) == 0x000004, "Wrong alignment on FToggleTrackKey"); \ +static_assert(sizeof(FToggleTrackKey) == 0x000008, "Wrong size on FToggleTrackKey"); \ +static_assert(offsetof(FToggleTrackKey, Time) == 0x000000, "Member 'FToggleTrackKey::Time' has a wrong offset!"); \ +static_assert(offsetof(FToggleTrackKey, ToggleAction) == 0x000004, "Member 'FToggleTrackKey::ToggleAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScalarParameterValue \ +static_assert(alignof(FScalarParameterValue) == 0x000004, "Wrong alignment on FScalarParameterValue"); \ +static_assert(sizeof(FScalarParameterValue) == 0x000028, "Wrong size on FScalarParameterValue"); \ +static_assert(offsetof(FScalarParameterValue, ParameterInfo) == 0x000000, "Member 'FScalarParameterValue::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FScalarParameterValue, ParameterValue) == 0x000014, "Member 'FScalarParameterValue::ParameterValue' has a wrong offset!"); \ +static_assert(offsetof(FScalarParameterValue, ExpressionGUID) == 0x000018, "Member 'FScalarParameterValue::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDrawToRenderTargetContext \ +static_assert(alignof(FDrawToRenderTargetContext) == 0x000008, "Wrong alignment on FDrawToRenderTargetContext"); \ +static_assert(sizeof(FDrawToRenderTargetContext) == 0x000010, "Wrong size on FDrawToRenderTargetContext"); \ +static_assert(offsetof(FDrawToRenderTargetContext, RenderTarget) == 0x000000, "Member 'FDrawToRenderTargetContext::RenderTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetDriverDefinition \ +static_assert(alignof(FNetDriverDefinition) == 0x000004, "Wrong alignment on FNetDriverDefinition"); \ +static_assert(sizeof(FNetDriverDefinition) == 0x000024, "Wrong size on FNetDriverDefinition"); \ +static_assert(offsetof(FNetDriverDefinition, DefName) == 0x000000, "Member 'FNetDriverDefinition::DefName' has a wrong offset!"); \ +static_assert(offsetof(FNetDriverDefinition, DriverClassName) == 0x00000C, "Member 'FNetDriverDefinition::DriverClassName' has a wrong offset!"); \ +static_assert(offsetof(FNetDriverDefinition, DriverClassNameFallback) == 0x000018, "Member 'FNetDriverDefinition::DriverClassNameFallback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovementProperties \ +static_assert(alignof(FMovementProperties) == 0x000001, "Wrong alignment on FMovementProperties"); \ +static_assert(sizeof(FMovementProperties) == 0x000001, "Wrong size on FMovementProperties"); \ + +#define DUMPER7_ASSERTS_FExposureSettings \ +static_assert(alignof(FExposureSettings) == 0x000004, "Wrong alignment on FExposureSettings"); \ +static_assert(sizeof(FExposureSettings) == 0x000008, "Wrong size on FExposureSettings"); \ +static_assert(offsetof(FExposureSettings, FixedEV100) == 0x000000, "Member 'FExposureSettings::FixedEV100' has a wrong offset!"); \ +static_assert(offsetof(FExposureSettings, bFixed) == 0x000004, "Member 'FExposureSettings::bFixed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTickPrerequisite \ +static_assert(alignof(FTickPrerequisite) == 0x000008, "Wrong alignment on FTickPrerequisite"); \ +static_assert(sizeof(FTickPrerequisite) == 0x000010, "Wrong size on FTickPrerequisite"); \ + +#define DUMPER7_ASSERTS_FCanvasUVTri \ +static_assert(alignof(FCanvasUVTri) == 0x000004, "Wrong alignment on FCanvasUVTri"); \ +static_assert(sizeof(FCanvasUVTri) == 0x000060, "Wrong size on FCanvasUVTri"); \ +static_assert(offsetof(FCanvasUVTri, V0_Pos) == 0x000000, "Member 'FCanvasUVTri::V0_Pos' has a wrong offset!"); \ +static_assert(offsetof(FCanvasUVTri, V0_UV) == 0x000008, "Member 'FCanvasUVTri::V0_UV' has a wrong offset!"); \ +static_assert(offsetof(FCanvasUVTri, V0_Color) == 0x000010, "Member 'FCanvasUVTri::V0_Color' has a wrong offset!"); \ +static_assert(offsetof(FCanvasUVTri, V1_Pos) == 0x000020, "Member 'FCanvasUVTri::V1_Pos' has a wrong offset!"); \ +static_assert(offsetof(FCanvasUVTri, V1_UV) == 0x000028, "Member 'FCanvasUVTri::V1_UV' has a wrong offset!"); \ +static_assert(offsetof(FCanvasUVTri, V1_Color) == 0x000030, "Member 'FCanvasUVTri::V1_Color' has a wrong offset!"); \ +static_assert(offsetof(FCanvasUVTri, V2_Pos) == 0x000040, "Member 'FCanvasUVTri::V2_Pos' has a wrong offset!"); \ +static_assert(offsetof(FCanvasUVTri, V2_UV) == 0x000048, "Member 'FCanvasUVTri::V2_UV' has a wrong offset!"); \ +static_assert(offsetof(FCanvasUVTri, V2_Color) == 0x000050, "Member 'FCanvasUVTri::V2_Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSimplificationDetails \ +static_assert(alignof(FLevelSimplificationDetails) == 0x000004, "Wrong alignment on FLevelSimplificationDetails"); \ +static_assert(sizeof(FLevelSimplificationDetails) == 0x00012C, "Wrong size on FLevelSimplificationDetails"); \ +static_assert(offsetof(FLevelSimplificationDetails, bCreatePackagePerAsset) == 0x000000, "Member 'FLevelSimplificationDetails::bCreatePackagePerAsset' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, DetailsPercentage) == 0x000004, "Member 'FLevelSimplificationDetails::DetailsPercentage' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, StaticMeshMaterialSettings) == 0x000008, "Member 'FLevelSimplificationDetails::StaticMeshMaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bOverrideLandscapeExportLOD) == 0x000090, "Member 'FLevelSimplificationDetails::bOverrideLandscapeExportLOD' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, LandscapeExportLOD) == 0x000094, "Member 'FLevelSimplificationDetails::LandscapeExportLOD' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, LandscapeMaterialSettings) == 0x000098, "Member 'FLevelSimplificationDetails::LandscapeMaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bBakeFoliageToLandscape) == 0x000120, "Member 'FLevelSimplificationDetails::bBakeFoliageToLandscape' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bBakeGrassToLandscape) == 0x000121, "Member 'FLevelSimplificationDetails::bBakeGrassToLandscape' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bGenerateMeshNormalMap) == 0x000122, "Member 'FLevelSimplificationDetails::bGenerateMeshNormalMap' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bGenerateMeshMetallicMap) == 0x000123, "Member 'FLevelSimplificationDetails::bGenerateMeshMetallicMap' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bGenerateMeshRoughnessMap) == 0x000124, "Member 'FLevelSimplificationDetails::bGenerateMeshRoughnessMap' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bGenerateMeshSpecularMap) == 0x000125, "Member 'FLevelSimplificationDetails::bGenerateMeshSpecularMap' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bGenerateLandscapeNormalMap) == 0x000126, "Member 'FLevelSimplificationDetails::bGenerateLandscapeNormalMap' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bGenerateLandscapeMetallicMap) == 0x000127, "Member 'FLevelSimplificationDetails::bGenerateLandscapeMetallicMap' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bGenerateLandscapeRoughnessMap) == 0x000128, "Member 'FLevelSimplificationDetails::bGenerateLandscapeRoughnessMap' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bGenerateLandscapeSpecularMap) == 0x000129, "Member 'FLevelSimplificationDetails::bGenerateLandscapeSpecularMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDepthFieldGlowInfo \ +static_assert(alignof(FDepthFieldGlowInfo) == 0x000004, "Wrong alignment on FDepthFieldGlowInfo"); \ +static_assert(sizeof(FDepthFieldGlowInfo) == 0x000024, "Wrong size on FDepthFieldGlowInfo"); \ +static_assert(offsetof(FDepthFieldGlowInfo, GlowColor) == 0x000004, "Member 'FDepthFieldGlowInfo::GlowColor' has a wrong offset!"); \ +static_assert(offsetof(FDepthFieldGlowInfo, GlowOuterRadius) == 0x000014, "Member 'FDepthFieldGlowInfo::GlowOuterRadius' has a wrong offset!"); \ +static_assert(offsetof(FDepthFieldGlowInfo, GlowInnerRadius) == 0x00001C, "Member 'FDepthFieldGlowInfo::GlowInnerRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFontRenderInfo \ +static_assert(alignof(FFontRenderInfo) == 0x000004, "Wrong alignment on FFontRenderInfo"); \ +static_assert(sizeof(FFontRenderInfo) == 0x000028, "Wrong size on FFontRenderInfo"); \ +static_assert(offsetof(FFontRenderInfo, GlowInfo) == 0x000004, "Member 'FFontRenderInfo::GlowInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionScalarParameter \ +static_assert(alignof(FCollectionScalarParameter) == 0x000004, "Wrong alignment on FCollectionScalarParameter"); \ +static_assert(sizeof(FCollectionScalarParameter) == 0x000020, "Wrong size on FCollectionScalarParameter"); \ +static_assert(offsetof(FCollectionScalarParameter, DefaultValue) == 0x00001C, "Member 'FCollectionScalarParameter::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRedirector \ +static_assert(alignof(FRedirector) == 0x000004, "Wrong alignment on FRedirector"); \ +static_assert(sizeof(FRedirector) == 0x000018, "Wrong size on FRedirector"); \ +static_assert(offsetof(FRedirector, OldName) == 0x000000, "Member 'FRedirector::OldName' has a wrong offset!"); \ +static_assert(offsetof(FRedirector, NewName) == 0x00000C, "Member 'FRedirector::NewName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionReference \ +static_assert(alignof(FCollectionReference) == 0x000004, "Wrong alignment on FCollectionReference"); \ +static_assert(sizeof(FCollectionReference) == 0x00000C, "Wrong size on FCollectionReference"); \ +static_assert(offsetof(FCollectionReference, CollectionName) == 0x000000, "Member 'FCollectionReference::CollectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOrbitOptions \ +static_assert(alignof(FOrbitOptions) == 0x000004, "Wrong alignment on FOrbitOptions"); \ +static_assert(sizeof(FOrbitOptions) == 0x000004, "Wrong size on FOrbitOptions"); \ + +#define DUMPER7_ASSERTS_FConstrainComponentPropName \ +static_assert(alignof(FConstrainComponentPropName) == 0x000004, "Wrong alignment on FConstrainComponentPropName"); \ +static_assert(sizeof(FConstrainComponentPropName) == 0x00000C, "Wrong size on FConstrainComponentPropName"); \ +static_assert(offsetof(FConstrainComponentPropName, ComponentName) == 0x000000, "Member 'FConstrainComponentPropName::ComponentName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChannelDefinition \ +static_assert(alignof(FChannelDefinition) == 0x000008, "Wrong alignment on FChannelDefinition"); \ +static_assert(sizeof(FChannelDefinition) == 0x000030, "Wrong size on FChannelDefinition"); \ +static_assert(offsetof(FChannelDefinition, ChannelName) == 0x000000, "Member 'FChannelDefinition::ChannelName' has a wrong offset!"); \ +static_assert(offsetof(FChannelDefinition, ClassName) == 0x00000C, "Member 'FChannelDefinition::ClassName' has a wrong offset!"); \ +static_assert(offsetof(FChannelDefinition, ChannelClass) == 0x000018, "Member 'FChannelDefinition::ChannelClass' has a wrong offset!"); \ +static_assert(offsetof(FChannelDefinition, StaticChannelIndex) == 0x000020, "Member 'FChannelDefinition::StaticChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(FChannelDefinition, bTickOnCreate) == 0x000024, "Member 'FChannelDefinition::bTickOnCreate' has a wrong offset!"); \ +static_assert(offsetof(FChannelDefinition, bServerOpen) == 0x000025, "Member 'FChannelDefinition::bServerOpen' has a wrong offset!"); \ +static_assert(offsetof(FChannelDefinition, bClientOpen) == 0x000026, "Member 'FChannelDefinition::bClientOpen' has a wrong offset!"); \ +static_assert(offsetof(FChannelDefinition, bInitialServer) == 0x000027, "Member 'FChannelDefinition::bInitialServer' has a wrong offset!"); \ +static_assert(offsetof(FChannelDefinition, bInitialClient) == 0x000028, "Member 'FChannelDefinition::bInitialClient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZOverlapDamageEvent \ +static_assert(alignof(FSBZOverlapDamageEvent) == 0x000008, "Wrong alignment on FSBZOverlapDamageEvent"); \ +static_assert(sizeof(FSBZOverlapDamageEvent) == 0x000030, "Wrong size on FSBZOverlapDamageEvent"); \ +static_assert(offsetof(FSBZOverlapDamageEvent, Damage) == 0x000010, "Member 'FSBZOverlapDamageEvent::Damage' has a wrong offset!"); \ +static_assert(offsetof(FSBZOverlapDamageEvent, OriginDirection) == 0x000014, "Member 'FSBZOverlapDamageEvent::OriginDirection' has a wrong offset!"); \ +static_assert(offsetof(FSBZOverlapDamageEvent, ComponentHitResults) == 0x000020, "Member 'FSBZOverlapDamageEvent::ComponentHitResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGPUSpriteLocalVectorFieldInfo \ +static_assert(alignof(FGPUSpriteLocalVectorFieldInfo) == 0x000010, "Wrong alignment on FGPUSpriteLocalVectorFieldInfo"); \ +static_assert(sizeof(FGPUSpriteLocalVectorFieldInfo) == 0x000070, "Wrong size on FGPUSpriteLocalVectorFieldInfo"); \ +static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, Field) == 0x000000, "Member 'FGPUSpriteLocalVectorFieldInfo::Field' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, Transform) == 0x000010, "Member 'FGPUSpriteLocalVectorFieldInfo::Transform' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, MinInitialRotation) == 0x000040, "Member 'FGPUSpriteLocalVectorFieldInfo::MinInitialRotation' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, MaxInitialRotation) == 0x00004C, "Member 'FGPUSpriteLocalVectorFieldInfo::MaxInitialRotation' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, RotationRate) == 0x000058, "Member 'FGPUSpriteLocalVectorFieldInfo::RotationRate' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, Intensity) == 0x000064, "Member 'FGPUSpriteLocalVectorFieldInfo::Intensity' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteLocalVectorFieldInfo, Tightness) == 0x000068, "Member 'FGPUSpriteLocalVectorFieldInfo::Tightness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGPUSpriteEmitterInfo \ +static_assert(alignof(FGPUSpriteEmitterInfo) == 0x000010, "Wrong alignment on FGPUSpriteEmitterInfo"); \ +static_assert(sizeof(FGPUSpriteEmitterInfo) == 0x000280, "Wrong size on FGPUSpriteEmitterInfo"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, RequiredModule) == 0x000000, "Member 'FGPUSpriteEmitterInfo::RequiredModule' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, SpawnModule) == 0x000008, "Member 'FGPUSpriteEmitterInfo::SpawnModule' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, SpawnPerUnitModule) == 0x000010, "Member 'FGPUSpriteEmitterInfo::SpawnPerUnitModule' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, SpawnModules) == 0x000018, "Member 'FGPUSpriteEmitterInfo::SpawnModules' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, LocalVectorField) == 0x000030, "Member 'FGPUSpriteEmitterInfo::LocalVectorField' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, VectorFieldScale) == 0x0000A0, "Member 'FGPUSpriteEmitterInfo::VectorFieldScale' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, DragCoefficient) == 0x0000C0, "Member 'FGPUSpriteEmitterInfo::DragCoefficient' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, PointAttractorStrength) == 0x0000E0, "Member 'FGPUSpriteEmitterInfo::PointAttractorStrength' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, Resilience) == 0x000100, "Member 'FGPUSpriteEmitterInfo::Resilience' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, ConstantAcceleration) == 0x000120, "Member 'FGPUSpriteEmitterInfo::ConstantAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, PointAttractorPosition) == 0x00012C, "Member 'FGPUSpriteEmitterInfo::PointAttractorPosition' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, PointAttractorRadiusSq) == 0x000138, "Member 'FGPUSpriteEmitterInfo::PointAttractorRadiusSq' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, OrbitOffsetBase) == 0x00013C, "Member 'FGPUSpriteEmitterInfo::OrbitOffsetBase' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, OrbitOffsetRange) == 0x000148, "Member 'FGPUSpriteEmitterInfo::OrbitOffsetRange' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, InvMaxSize) == 0x000154, "Member 'FGPUSpriteEmitterInfo::InvMaxSize' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, InvRotationRateScale) == 0x00015C, "Member 'FGPUSpriteEmitterInfo::InvRotationRateScale' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, MaxLifetime) == 0x000160, "Member 'FGPUSpriteEmitterInfo::MaxLifetime' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, MaxParticleCount) == 0x000164, "Member 'FGPUSpriteEmitterInfo::MaxParticleCount' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, ScreenAlignment) == 0x000168, "Member 'FGPUSpriteEmitterInfo::ScreenAlignment' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, LockAxisFlag) == 0x000169, "Member 'FGPUSpriteEmitterInfo::LockAxisFlag' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, CollisionMode) == 0x000170, "Member 'FGPUSpriteEmitterInfo::CollisionMode' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, MinFacingCameraBlendDistance) == 0x000178, "Member 'FGPUSpriteEmitterInfo::MinFacingCameraBlendDistance' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, MaxFacingCameraBlendDistance) == 0x00017C, "Member 'FGPUSpriteEmitterInfo::MaxFacingCameraBlendDistance' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, DynamicColor) == 0x000180, "Member 'FGPUSpriteEmitterInfo::DynamicColor' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, DynamicAlpha) == 0x0001C8, "Member 'FGPUSpriteEmitterInfo::DynamicAlpha' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, DynamicColorScale) == 0x0001F8, "Member 'FGPUSpriteEmitterInfo::DynamicColorScale' has a wrong offset!"); \ +static_assert(offsetof(FGPUSpriteEmitterInfo, DynamicAlphaScale) == 0x000240, "Member 'FGPUSpriteEmitterInfo::DynamicAlphaScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshBuildSettings \ +static_assert(alignof(FMeshBuildSettings) == 0x000008, "Wrong alignment on FMeshBuildSettings"); \ +static_assert(sizeof(FMeshBuildSettings) == 0x000030, "Wrong size on FMeshBuildSettings"); \ +static_assert(offsetof(FMeshBuildSettings, MinLightmapResolution) == 0x000004, "Member 'FMeshBuildSettings::MinLightmapResolution' has a wrong offset!"); \ +static_assert(offsetof(FMeshBuildSettings, SrcLightmapIndex) == 0x000008, "Member 'FMeshBuildSettings::SrcLightmapIndex' has a wrong offset!"); \ +static_assert(offsetof(FMeshBuildSettings, DstLightmapIndex) == 0x00000C, "Member 'FMeshBuildSettings::DstLightmapIndex' has a wrong offset!"); \ +static_assert(offsetof(FMeshBuildSettings, BuildScale) == 0x000010, "Member 'FMeshBuildSettings::BuildScale' has a wrong offset!"); \ +static_assert(offsetof(FMeshBuildSettings, BuildScale3D) == 0x000014, "Member 'FMeshBuildSettings::BuildScale3D' has a wrong offset!"); \ +static_assert(offsetof(FMeshBuildSettings, DistanceFieldResolutionScale) == 0x000020, "Member 'FMeshBuildSettings::DistanceFieldResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(FMeshBuildSettings, DistanceFieldReplacementMesh) == 0x000028, "Member 'FMeshBuildSettings::DistanceFieldReplacementMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPOV \ +static_assert(alignof(FPOV) == 0x000004, "Wrong alignment on FPOV"); \ +static_assert(sizeof(FPOV) == 0x00001C, "Wrong size on FPOV"); \ +static_assert(offsetof(FPOV, Location) == 0x000000, "Member 'FPOV::Location' has a wrong offset!"); \ +static_assert(offsetof(FPOV, Rotation) == 0x00000C, "Member 'FPOV::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FPOV, FOV) == 0x000018, "Member 'FPOV::FOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimUpdateRateParameters \ +static_assert(alignof(FAnimUpdateRateParameters) == 0x000008, "Wrong alignment on FAnimUpdateRateParameters"); \ +static_assert(sizeof(FAnimUpdateRateParameters) == 0x000088, "Wrong size on FAnimUpdateRateParameters"); \ +static_assert(offsetof(FAnimUpdateRateParameters, ShiftBucket) == 0x000001, "Member 'FAnimUpdateRateParameters::ShiftBucket' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, UpdateRate) == 0x000004, "Member 'FAnimUpdateRateParameters::UpdateRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, EvaluationRate) == 0x000008, "Member 'FAnimUpdateRateParameters::EvaluationRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, TickedPoseOffestTime) == 0x00000C, "Member 'FAnimUpdateRateParameters::TickedPoseOffestTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, AdditionalTime) == 0x000010, "Member 'FAnimUpdateRateParameters::AdditionalTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, BaseNonRenderedUpdateRate) == 0x000018, "Member 'FAnimUpdateRateParameters::BaseNonRenderedUpdateRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, MaxEvalRateForInterpolation) == 0x00001C, "Member 'FAnimUpdateRateParameters::MaxEvalRateForInterpolation' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, BaseVisibleDistanceFactorThesholds) == 0x000020, "Member 'FAnimUpdateRateParameters::BaseVisibleDistanceFactorThesholds' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, LODToFrameSkipMap) == 0x000030, "Member 'FAnimUpdateRateParameters::LODToFrameSkipMap' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, SkippedUpdateFrames) == 0x000080, "Member 'FAnimUpdateRateParameters::SkippedUpdateFrames' has a wrong offset!"); \ +static_assert(offsetof(FAnimUpdateRateParameters, SkippedEvalFrames) == 0x000084, "Member 'FAnimUpdateRateParameters::SkippedEvalFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSlotDesc \ +static_assert(alignof(FAnimSlotDesc) == 0x000004, "Wrong alignment on FAnimSlotDesc"); \ +static_assert(sizeof(FAnimSlotDesc) == 0x000010, "Wrong size on FAnimSlotDesc"); \ +static_assert(offsetof(FAnimSlotDesc, SlotName) == 0x000000, "Member 'FAnimSlotDesc::SlotName' has a wrong offset!"); \ +static_assert(offsetof(FAnimSlotDesc, NumChannels) == 0x00000C, "Member 'FAnimSlotDesc::NumChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FParticleSystemLOD \ +static_assert(alignof(FParticleSystemLOD) == 0x000001, "Wrong alignment on FParticleSystemLOD"); \ +static_assert(sizeof(FParticleSystemLOD) == 0x000001, "Wrong size on FParticleSystemLOD"); \ + +#define DUMPER7_ASSERTS_FAnimSlotInfo \ +static_assert(alignof(FAnimSlotInfo) == 0x000008, "Wrong alignment on FAnimSlotInfo"); \ +static_assert(sizeof(FAnimSlotInfo) == 0x000020, "Wrong size on FAnimSlotInfo"); \ +static_assert(offsetof(FAnimSlotInfo, SlotName) == 0x000000, "Member 'FAnimSlotInfo::SlotName' has a wrong offset!"); \ +static_assert(offsetof(FAnimSlotInfo, ChannelWeights) == 0x000010, "Member 'FAnimSlotInfo::ChannelWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMTDResult \ +static_assert(alignof(FMTDResult) == 0x000004, "Wrong alignment on FMTDResult"); \ +static_assert(sizeof(FMTDResult) == 0x000010, "Wrong size on FMTDResult"); \ +static_assert(offsetof(FMTDResult, Direction) == 0x000000, "Member 'FMTDResult::Direction' has a wrong offset!"); \ +static_assert(offsetof(FMTDResult, Distance) == 0x00000C, "Member 'FMTDResult::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrimitiveMaterialRef \ +static_assert(alignof(FPrimitiveMaterialRef) == 0x000008, "Wrong alignment on FPrimitiveMaterialRef"); \ +static_assert(sizeof(FPrimitiveMaterialRef) == 0x000018, "Wrong size on FPrimitiveMaterialRef"); \ +static_assert(offsetof(FPrimitiveMaterialRef, Primitive) == 0x000000, "Member 'FPrimitiveMaterialRef::Primitive' has a wrong offset!"); \ +static_assert(offsetof(FPrimitiveMaterialRef, Decal) == 0x000008, "Member 'FPrimitiveMaterialRef::Decal' has a wrong offset!"); \ +static_assert(offsetof(FPrimitiveMaterialRef, ElementIndex) == 0x000010, "Member 'FPrimitiveMaterialRef::ElementIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FParticleEmitterReplayFrame \ +static_assert(alignof(FParticleEmitterReplayFrame) == 0x000008, "Wrong alignment on FParticleEmitterReplayFrame"); \ +static_assert(sizeof(FParticleEmitterReplayFrame) == 0x000010, "Wrong size on FParticleEmitterReplayFrame"); \ + +#define DUMPER7_ASSERTS_FSwarmDebugOptions \ +static_assert(alignof(FSwarmDebugOptions) == 0x000004, "Wrong alignment on FSwarmDebugOptions"); \ +static_assert(sizeof(FSwarmDebugOptions) == 0x000004, "Wrong size on FSwarmDebugOptions"); \ + +#define DUMPER7_ASSERTS_FLightmassDebugOptions \ +static_assert(alignof(FLightmassDebugOptions) == 0x000004, "Wrong alignment on FLightmassDebugOptions"); \ +static_assert(sizeof(FLightmassDebugOptions) == 0x000010, "Wrong size on FLightmassDebugOptions"); \ +static_assert(offsetof(FLightmassDebugOptions, CoplanarTolerance) == 0x000004, "Member 'FLightmassDebugOptions::CoplanarTolerance' has a wrong offset!"); \ +static_assert(offsetof(FLightmassDebugOptions, ExecutionTimeDivisor) == 0x00000C, "Member 'FLightmassDebugOptions::ExecutionTimeDivisor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPathOffset \ +static_assert(alignof(FSBZPathOffset) == 0x000004, "Wrong alignment on FSBZPathOffset"); \ +static_assert(sizeof(FSBZPathOffset) == 0x000008, "Wrong size on FSBZPathOffset"); \ +static_assert(offsetof(FSBZPathOffset, Offset) == 0x000000, "Member 'FSBZPathOffset::Offset' has a wrong offset!"); \ +static_assert(offsetof(FSBZPathOffset, RandomDeviation) == 0x000004, "Member 'FSBZPathOffset::RandomDeviation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLightmassPrimitiveSettings \ +static_assert(alignof(FLightmassPrimitiveSettings) == 0x000004, "Wrong alignment on FLightmassPrimitiveSettings"); \ +static_assert(sizeof(FLightmassPrimitiveSettings) == 0x000018, "Wrong size on FLightmassPrimitiveSettings"); \ +static_assert(offsetof(FLightmassPrimitiveSettings, EmissiveLightFalloffExponent) == 0x000004, "Member 'FLightmassPrimitiveSettings::EmissiveLightFalloffExponent' has a wrong offset!"); \ +static_assert(offsetof(FLightmassPrimitiveSettings, EmissiveLightExplicitInfluenceRadius) == 0x000008, "Member 'FLightmassPrimitiveSettings::EmissiveLightExplicitInfluenceRadius' has a wrong offset!"); \ +static_assert(offsetof(FLightmassPrimitiveSettings, EmissiveBoost) == 0x00000C, "Member 'FLightmassPrimitiveSettings::EmissiveBoost' has a wrong offset!"); \ +static_assert(offsetof(FLightmassPrimitiveSettings, DiffuseBoost) == 0x000010, "Member 'FLightmassPrimitiveSettings::DiffuseBoost' has a wrong offset!"); \ +static_assert(offsetof(FLightmassPrimitiveSettings, FullyOccludedSamplesFraction) == 0x000014, "Member 'FLightmassPrimitiveSettings::FullyOccludedSamplesFraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLightmassLightSettings \ +static_assert(alignof(FLightmassLightSettings) == 0x000004, "Wrong alignment on FLightmassLightSettings"); \ +static_assert(sizeof(FLightmassLightSettings) == 0x00000C, "Wrong size on FLightmassLightSettings"); \ +static_assert(offsetof(FLightmassLightSettings, IndirectLightingSaturation) == 0x000000, "Member 'FLightmassLightSettings::IndirectLightingSaturation' has a wrong offset!"); \ +static_assert(offsetof(FLightmassLightSettings, ShadowExponent) == 0x000004, "Member 'FLightmassLightSettings::ShadowExponent' has a wrong offset!"); \ +static_assert(offsetof(FLightmassLightSettings, bUseAreaShadowsForStationaryLight) == 0x000008, "Member 'FLightmassLightSettings::bUseAreaShadowsForStationaryLight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshComponentClothTickFunction \ +static_assert(alignof(FSkeletalMeshComponentClothTickFunction) == 0x000008, "Wrong alignment on FSkeletalMeshComponentClothTickFunction"); \ +static_assert(sizeof(FSkeletalMeshComponentClothTickFunction) == 0x000030, "Wrong size on FSkeletalMeshComponentClothTickFunction"); \ + +#define DUMPER7_ASSERTS_FLightmassDirectionalLightSettings \ +static_assert(alignof(FLightmassDirectionalLightSettings) == 0x000004, "Wrong alignment on FLightmassDirectionalLightSettings"); \ +static_assert(sizeof(FLightmassDirectionalLightSettings) == 0x000010, "Wrong size on FLightmassDirectionalLightSettings"); \ +static_assert(offsetof(FLightmassDirectionalLightSettings, LightSourceAngle) == 0x00000C, "Member 'FLightmassDirectionalLightSettings::LightSourceAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLightmassPointLightSettings \ +static_assert(alignof(FLightmassPointLightSettings) == 0x000004, "Wrong alignment on FLightmassPointLightSettings"); \ +static_assert(sizeof(FLightmassPointLightSettings) == 0x00000C, "Wrong size on FLightmassPointLightSettings"); \ + +#define DUMPER7_ASSERTS_FBasedPosition \ +static_assert(alignof(FBasedPosition) == 0x000008, "Wrong alignment on FBasedPosition"); \ +static_assert(sizeof(FBasedPosition) == 0x000038, "Wrong size on FBasedPosition"); \ +static_assert(offsetof(FBasedPosition, Base) == 0x000000, "Member 'FBasedPosition::Base' has a wrong offset!"); \ +static_assert(offsetof(FBasedPosition, Position) == 0x000008, "Member 'FBasedPosition::Position' has a wrong offset!"); \ +static_assert(offsetof(FBasedPosition, CachedBaseLocation) == 0x000014, "Member 'FBasedPosition::CachedBaseLocation' has a wrong offset!"); \ +static_assert(offsetof(FBasedPosition, CachedBaseRotation) == 0x000020, "Member 'FBasedPosition::CachedBaseRotation' has a wrong offset!"); \ +static_assert(offsetof(FBasedPosition, CachedTransPosition) == 0x00002C, "Member 'FBasedPosition::CachedTransPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFractureEffect \ +static_assert(alignof(FFractureEffect) == 0x000008, "Wrong alignment on FFractureEffect"); \ +static_assert(sizeof(FFractureEffect) == 0x000010, "Wrong size on FFractureEffect"); \ +static_assert(offsetof(FFractureEffect, ParticleSystem) == 0x000000, "Member 'FFractureEffect::ParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(FFractureEffect, Sound) == 0x000008, "Member 'FFractureEffect::Sound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshSamplingRegionMaterialFilter \ +static_assert(alignof(FSkeletalMeshSamplingRegionMaterialFilter) == 0x000004, "Wrong alignment on FSkeletalMeshSamplingRegionMaterialFilter"); \ +static_assert(sizeof(FSkeletalMeshSamplingRegionMaterialFilter) == 0x00000C, "Wrong size on FSkeletalMeshSamplingRegionMaterialFilter"); \ +static_assert(offsetof(FSkeletalMeshSamplingRegionMaterialFilter, MaterialName) == 0x000000, "Member 'FSkeletalMeshSamplingRegionMaterialFilter::MaterialName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshSamplingRegionBoneFilter \ +static_assert(alignof(FSkeletalMeshSamplingRegionBoneFilter) == 0x000004, "Wrong alignment on FSkeletalMeshSamplingRegionBoneFilter"); \ +static_assert(sizeof(FSkeletalMeshSamplingRegionBoneFilter) == 0x000010, "Wrong size on FSkeletalMeshSamplingRegionBoneFilter"); \ +static_assert(offsetof(FSkeletalMeshSamplingRegionBoneFilter, BoneName) == 0x000000, "Member 'FSkeletalMeshSamplingRegionBoneFilter::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshSamplingRegion \ +static_assert(alignof(FSkeletalMeshSamplingRegion) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingRegion"); \ +static_assert(sizeof(FSkeletalMeshSamplingRegion) == 0x000038, "Wrong size on FSkeletalMeshSamplingRegion"); \ +static_assert(offsetof(FSkeletalMeshSamplingRegion, Name) == 0x000000, "Member 'FSkeletalMeshSamplingRegion::Name' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshSamplingRegion, LODIndex) == 0x00000C, "Member 'FSkeletalMeshSamplingRegion::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshSamplingRegion, MaterialFilters) == 0x000018, "Member 'FSkeletalMeshSamplingRegion::MaterialFilters' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshSamplingRegion, BoneFilters) == 0x000028, "Member 'FSkeletalMeshSamplingRegion::BoneFilters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshSamplingRegionBuiltData \ +static_assert(alignof(FSkeletalMeshSamplingRegionBuiltData) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingRegionBuiltData"); \ +static_assert(sizeof(FSkeletalMeshSamplingRegionBuiltData) == 0x000078, "Wrong size on FSkeletalMeshSamplingRegionBuiltData"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshSamplingBuiltData \ +static_assert(alignof(FSkeletalMeshSamplingBuiltData) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingBuiltData"); \ +static_assert(sizeof(FSkeletalMeshSamplingBuiltData) == 0x000020, "Wrong size on FSkeletalMeshSamplingBuiltData"); \ +static_assert(offsetof(FSkeletalMeshSamplingBuiltData, WholeMeshBuiltData) == 0x000000, "Member 'FSkeletalMeshSamplingBuiltData::WholeMeshBuiltData' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshSamplingBuiltData, RegionBuiltData) == 0x000010, "Member 'FSkeletalMeshSamplingBuiltData::RegionBuiltData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshSamplingInfo \ +static_assert(alignof(FSkeletalMeshSamplingInfo) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingInfo"); \ +static_assert(sizeof(FSkeletalMeshSamplingInfo) == 0x000030, "Wrong size on FSkeletalMeshSamplingInfo"); \ +static_assert(offsetof(FSkeletalMeshSamplingInfo, Regions) == 0x000000, "Member 'FSkeletalMeshSamplingInfo::Regions' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshSamplingInfo, BuiltData) == 0x000010, "Member 'FSkeletalMeshSamplingInfo::BuiltData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigidBodyContactInfo \ +static_assert(alignof(FRigidBodyContactInfo) == 0x000008, "Wrong alignment on FRigidBodyContactInfo"); \ +static_assert(sizeof(FRigidBodyContactInfo) == 0x000030, "Wrong size on FRigidBodyContactInfo"); \ +static_assert(offsetof(FRigidBodyContactInfo, ContactPosition) == 0x000000, "Member 'FRigidBodyContactInfo::ContactPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyContactInfo, ContactNormal) == 0x00000C, "Member 'FRigidBodyContactInfo::ContactNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyContactInfo, ContactPenetration) == 0x000018, "Member 'FRigidBodyContactInfo::ContactPenetration' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyContactInfo, PhysMaterial) == 0x000020, "Member 'FRigidBodyContactInfo::PhysMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollisionImpactData \ +static_assert(alignof(FCollisionImpactData) == 0x000008, "Wrong alignment on FCollisionImpactData"); \ +static_assert(sizeof(FCollisionImpactData) == 0x000030, "Wrong size on FCollisionImpactData"); \ +static_assert(offsetof(FCollisionImpactData, ContactInfos) == 0x000000, "Member 'FCollisionImpactData::ContactInfos' has a wrong offset!"); \ +static_assert(offsetof(FCollisionImpactData, TotalNormalImpulse) == 0x000010, "Member 'FCollisionImpactData::TotalNormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(FCollisionImpactData, TotalFrictionImpulse) == 0x00001C, "Member 'FCollisionImpactData::TotalFrictionImpulse' has a wrong offset!"); \ +static_assert(offsetof(FCollisionImpactData, bIsVelocityDeltaUnderThreshold) == 0x000028, "Member 'FCollisionImpactData::bIsVelocityDeltaUnderThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FParticleBurst \ +static_assert(alignof(FParticleBurst) == 0x000004, "Wrong alignment on FParticleBurst"); \ +static_assert(sizeof(FParticleBurst) == 0x00000C, "Wrong size on FParticleBurst"); \ +static_assert(offsetof(FParticleBurst, Count) == 0x000000, "Member 'FParticleBurst::Count' has a wrong offset!"); \ +static_assert(offsetof(FParticleBurst, CountLow) == 0x000004, "Member 'FParticleBurst::CountLow' has a wrong offset!"); \ +static_assert(offsetof(FParticleBurst, Time) == 0x000008, "Member 'FParticleBurst::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigidBodyErrorCorrection \ +static_assert(alignof(FRigidBodyErrorCorrection) == 0x000004, "Wrong alignment on FRigidBodyErrorCorrection"); \ +static_assert(sizeof(FRigidBodyErrorCorrection) == 0x000034, "Wrong size on FRigidBodyErrorCorrection"); \ +static_assert(offsetof(FRigidBodyErrorCorrection, PingExtrapolation) == 0x000000, "Member 'FRigidBodyErrorCorrection::PingExtrapolation' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyErrorCorrection, PingLimit) == 0x000004, "Member 'FRigidBodyErrorCorrection::PingLimit' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyErrorCorrection, ErrorPerLinearDifference) == 0x000008, "Member 'FRigidBodyErrorCorrection::ErrorPerLinearDifference' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyErrorCorrection, ErrorPerAngularDifference) == 0x00000C, "Member 'FRigidBodyErrorCorrection::ErrorPerAngularDifference' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyErrorCorrection, MaxRestoredStateError) == 0x000010, "Member 'FRigidBodyErrorCorrection::MaxRestoredStateError' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyErrorCorrection, MaxLinearHardSnapDistance) == 0x000014, "Member 'FRigidBodyErrorCorrection::MaxLinearHardSnapDistance' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyErrorCorrection, PositionLerp) == 0x000018, "Member 'FRigidBodyErrorCorrection::PositionLerp' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyErrorCorrection, AngleLerp) == 0x00001C, "Member 'FRigidBodyErrorCorrection::AngleLerp' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyErrorCorrection, LinearVelocityCoefficient) == 0x000020, "Member 'FRigidBodyErrorCorrection::LinearVelocityCoefficient' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyErrorCorrection, AngularVelocityCoefficient) == 0x000024, "Member 'FRigidBodyErrorCorrection::AngularVelocityCoefficient' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyErrorCorrection, ErrorAccumulationSeconds) == 0x000028, "Member 'FRigidBodyErrorCorrection::ErrorAccumulationSeconds' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyErrorCorrection, ErrorAccumulationDistanceSq) == 0x00002C, "Member 'FRigidBodyErrorCorrection::ErrorAccumulationDistanceSq' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyErrorCorrection, ErrorAccumulationSimilarity) == 0x000030, "Member 'FRigidBodyErrorCorrection::ErrorAccumulationSimilarity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigidBodyState \ +static_assert(alignof(FRigidBodyState) == 0x000010, "Wrong alignment on FRigidBodyState"); \ +static_assert(sizeof(FRigidBodyState) == 0x000040, "Wrong size on FRigidBodyState"); \ +static_assert(offsetof(FRigidBodyState, Position) == 0x000000, "Member 'FRigidBodyState::Position' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyState, Quaternion) == 0x000010, "Member 'FRigidBodyState::Quaternion' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyState, LinVel) == 0x000020, "Member 'FRigidBodyState::LinVel' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyState, AngVel) == 0x00002C, "Member 'FRigidBodyState::AngVel' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyState, Flags) == 0x000038, "Member 'FRigidBodyState::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialShadingModelField \ +static_assert(alignof(FMaterialShadingModelField) == 0x000002, "Wrong alignment on FMaterialShadingModelField"); \ +static_assert(sizeof(FMaterialShadingModelField) == 0x000002, "Wrong size on FMaterialShadingModelField"); \ +static_assert(offsetof(FMaterialShadingModelField, ShadingModelField) == 0x000000, "Member 'FMaterialShadingModelField::ShadingModelField' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExponentialHeightFogData \ +static_assert(alignof(FExponentialHeightFogData) == 0x000004, "Wrong alignment on FExponentialHeightFogData"); \ +static_assert(sizeof(FExponentialHeightFogData) == 0x00000C, "Wrong size on FExponentialHeightFogData"); \ +static_assert(offsetof(FExponentialHeightFogData, FogDensity) == 0x000000, "Member 'FExponentialHeightFogData::FogDensity' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogData, FogHeightFalloff) == 0x000004, "Member 'FExponentialHeightFogData::FogHeightFalloff' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogData, FogHeightOffset) == 0x000008, "Member 'FExponentialHeightFogData::FogHeightOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFontCharacter \ +static_assert(alignof(FFontCharacter) == 0x000004, "Wrong alignment on FFontCharacter"); \ +static_assert(sizeof(FFontCharacter) == 0x000018, "Wrong size on FFontCharacter"); \ +static_assert(offsetof(FFontCharacter, StartU) == 0x000000, "Member 'FFontCharacter::StartU' has a wrong offset!"); \ +static_assert(offsetof(FFontCharacter, StartV) == 0x000004, "Member 'FFontCharacter::StartV' has a wrong offset!"); \ +static_assert(offsetof(FFontCharacter, USize) == 0x000008, "Member 'FFontCharacter::USize' has a wrong offset!"); \ +static_assert(offsetof(FFontCharacter, VSize) == 0x00000C, "Member 'FFontCharacter::VSize' has a wrong offset!"); \ +static_assert(offsetof(FFontCharacter, TextureIndex) == 0x000010, "Member 'FFontCharacter::TextureIndex' has a wrong offset!"); \ +static_assert(offsetof(FFontCharacter, VerticalOffset) == 0x000014, "Member 'FFontCharacter::VerticalOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFontImportOptionsData \ +static_assert(alignof(FFontImportOptionsData) == 0x000008, "Wrong alignment on FFontImportOptionsData"); \ +static_assert(sizeof(FFontImportOptionsData) == 0x0000B0, "Wrong size on FFontImportOptionsData"); \ +static_assert(offsetof(FFontImportOptionsData, FontName) == 0x000000, "Member 'FFontImportOptionsData::FontName' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, Height) == 0x000010, "Member 'FFontImportOptionsData::Height' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, CharacterSet) == 0x000018, "Member 'FFontImportOptionsData::CharacterSet' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, Chars) == 0x000020, "Member 'FFontImportOptionsData::Chars' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, UnicodeRange) == 0x000030, "Member 'FFontImportOptionsData::UnicodeRange' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, CharsFilePath) == 0x000040, "Member 'FFontImportOptionsData::CharsFilePath' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, CharsFileWildcard) == 0x000050, "Member 'FFontImportOptionsData::CharsFileWildcard' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, ForegroundColor) == 0x000064, "Member 'FFontImportOptionsData::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, TexturePageWidth) == 0x000078, "Member 'FFontImportOptionsData::TexturePageWidth' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, TexturePageMaxHeight) == 0x00007C, "Member 'FFontImportOptionsData::TexturePageMaxHeight' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, XPadding) == 0x000080, "Member 'FFontImportOptionsData::XPadding' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, YPadding) == 0x000084, "Member 'FFontImportOptionsData::YPadding' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, ExtendBoxTop) == 0x000088, "Member 'FFontImportOptionsData::ExtendBoxTop' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, ExtendBoxBottom) == 0x00008C, "Member 'FFontImportOptionsData::ExtendBoxBottom' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, ExtendBoxRight) == 0x000090, "Member 'FFontImportOptionsData::ExtendBoxRight' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, ExtendBoxLeft) == 0x000094, "Member 'FFontImportOptionsData::ExtendBoxLeft' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, Kerning) == 0x00009C, "Member 'FFontImportOptionsData::Kerning' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, DistanceFieldScaleFactor) == 0x0000A4, "Member 'FFontImportOptionsData::DistanceFieldScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(FFontImportOptionsData, DistanceFieldScanRadiusScale) == 0x0000A8, "Member 'FFontImportOptionsData::DistanceFieldScanRadiusScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSlotGroup \ +static_assert(alignof(FAnimSlotGroup) == 0x000008, "Wrong alignment on FAnimSlotGroup"); \ +static_assert(sizeof(FAnimSlotGroup) == 0x000020, "Wrong size on FAnimSlotGroup"); \ +static_assert(offsetof(FAnimSlotGroup, GroupName) == 0x000000, "Member 'FAnimSlotGroup::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FAnimSlotGroup, SlotNames) == 0x000010, "Member 'FAnimSlotGroup::SlotNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FForceFeedbackAttenuationSettings \ +static_assert(alignof(FForceFeedbackAttenuationSettings) == 0x000008, "Wrong alignment on FForceFeedbackAttenuationSettings"); \ +static_assert(sizeof(FForceFeedbackAttenuationSettings) == 0x0000B0, "Wrong size on FForceFeedbackAttenuationSettings"); \ + +#define DUMPER7_ASSERTS_FActiveForceFeedbackEffect \ +static_assert(alignof(FActiveForceFeedbackEffect) == 0x000008, "Wrong alignment on FActiveForceFeedbackEffect"); \ +static_assert(sizeof(FActiveForceFeedbackEffect) == 0x000020, "Wrong size on FActiveForceFeedbackEffect"); \ +static_assert(offsetof(FActiveForceFeedbackEffect, ForceFeedbackEffect) == 0x000000, "Member 'FActiveForceFeedbackEffect::ForceFeedbackEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBeamTargetData \ +static_assert(alignof(FBeamTargetData) == 0x000004, "Wrong alignment on FBeamTargetData"); \ +static_assert(sizeof(FBeamTargetData) == 0x000010, "Wrong size on FBeamTargetData"); \ +static_assert(offsetof(FBeamTargetData, TargetName) == 0x000000, "Member 'FBeamTargetData::TargetName' has a wrong offset!"); \ +static_assert(offsetof(FBeamTargetData, TargetPercentage) == 0x00000C, "Member 'FBeamTargetData::TargetPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FForceFeedbackParameters \ +static_assert(alignof(FForceFeedbackParameters) == 0x000004, "Wrong alignment on FForceFeedbackParameters"); \ +static_assert(sizeof(FForceFeedbackParameters) == 0x000014, "Wrong size on FForceFeedbackParameters"); \ +static_assert(offsetof(FForceFeedbackParameters, Tag) == 0x000000, "Member 'FForceFeedbackParameters::Tag' has a wrong offset!"); \ +static_assert(offsetof(FForceFeedbackParameters, bLooping) == 0x00000C, "Member 'FForceFeedbackParameters::bLooping' has a wrong offset!"); \ +static_assert(offsetof(FForceFeedbackParameters, bIgnoreTimeDilation) == 0x00000D, "Member 'FForceFeedbackParameters::bIgnoreTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(FForceFeedbackParameters, bPlayWhilePaused) == 0x00000E, "Member 'FForceFeedbackParameters::bPlayWhilePaused' has a wrong offset!"); \ +static_assert(offsetof(FForceFeedbackParameters, Multiplier) == 0x000010, "Member 'FForceFeedbackParameters::Multiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FForceFeedbackChannelDetails \ +static_assert(alignof(FForceFeedbackChannelDetails) == 0x000008, "Wrong alignment on FForceFeedbackChannelDetails"); \ +static_assert(sizeof(FForceFeedbackChannelDetails) == 0x000090, "Wrong size on FForceFeedbackChannelDetails"); \ +static_assert(offsetof(FForceFeedbackChannelDetails, Curve) == 0x000008, "Member 'FForceFeedbackChannelDetails::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPredictProjectilePathParams \ +static_assert(alignof(FPredictProjectilePathParams) == 0x000008, "Wrong alignment on FPredictProjectilePathParams"); \ +static_assert(sizeof(FPredictProjectilePathParams) == 0x000060, "Wrong size on FPredictProjectilePathParams"); \ +static_assert(offsetof(FPredictProjectilePathParams, StartLocation) == 0x000000, "Member 'FPredictProjectilePathParams::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, LaunchVelocity) == 0x00000C, "Member 'FPredictProjectilePathParams::LaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, bTraceWithCollision) == 0x000018, "Member 'FPredictProjectilePathParams::bTraceWithCollision' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, ProjectileRadius) == 0x00001C, "Member 'FPredictProjectilePathParams::ProjectileRadius' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, MaxSimTime) == 0x000020, "Member 'FPredictProjectilePathParams::MaxSimTime' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, bTraceWithChannel) == 0x000024, "Member 'FPredictProjectilePathParams::bTraceWithChannel' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, TraceChannel) == 0x000025, "Member 'FPredictProjectilePathParams::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, ObjectTypes) == 0x000028, "Member 'FPredictProjectilePathParams::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, ActorsToIgnore) == 0x000038, "Member 'FPredictProjectilePathParams::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, SimFrequency) == 0x000048, "Member 'FPredictProjectilePathParams::SimFrequency' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, OverrideGravityZ) == 0x00004C, "Member 'FPredictProjectilePathParams::OverrideGravityZ' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, DrawDebugType) == 0x000050, "Member 'FPredictProjectilePathParams::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, DrawDebugTime) == 0x000054, "Member 'FPredictProjectilePathParams::DrawDebugTime' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathParams, bTraceComplex) == 0x000058, "Member 'FPredictProjectilePathParams::bTraceComplex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPreviewMeshCollectionEntry \ +static_assert(alignof(FPreviewMeshCollectionEntry) == 0x000008, "Wrong alignment on FPreviewMeshCollectionEntry"); \ +static_assert(sizeof(FPreviewMeshCollectionEntry) == 0x000030, "Wrong size on FPreviewMeshCollectionEntry"); \ +static_assert(offsetof(FPreviewMeshCollectionEntry, SkeletalMesh) == 0x000000, "Member 'FPreviewMeshCollectionEntry::SkeletalMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHapticFeedbackDetails_Curve \ +static_assert(alignof(FHapticFeedbackDetails_Curve) == 0x000008, "Wrong alignment on FHapticFeedbackDetails_Curve"); \ +static_assert(sizeof(FHapticFeedbackDetails_Curve) == 0x000110, "Wrong size on FHapticFeedbackDetails_Curve"); \ +static_assert(offsetof(FHapticFeedbackDetails_Curve, Frequency) == 0x000000, "Member 'FHapticFeedbackDetails_Curve::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FHapticFeedbackDetails_Curve, Amplitude) == 0x000088, "Member 'FHapticFeedbackDetails_Curve::Amplitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusterNode \ +static_assert(alignof(FClusterNode) == 0x000004, "Wrong alignment on FClusterNode"); \ +static_assert(sizeof(FClusterNode) == 0x000040, "Wrong size on FClusterNode"); \ +static_assert(offsetof(FClusterNode, BoundMin) == 0x000000, "Member 'FClusterNode::BoundMin' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode, FirstChild) == 0x00000C, "Member 'FClusterNode::FirstChild' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode, BoundMax) == 0x000010, "Member 'FClusterNode::BoundMax' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode, LastChild) == 0x00001C, "Member 'FClusterNode::LastChild' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode, FirstInstance) == 0x000020, "Member 'FClusterNode::FirstInstance' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode, LastInstance) == 0x000024, "Member 'FClusterNode::LastInstance' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode, MinInstanceScale) == 0x000028, "Member 'FClusterNode::MinInstanceScale' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode, MaxInstanceScale) == 0x000034, "Member 'FClusterNode::MaxInstanceScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialParameterCollectionInfo \ +static_assert(alignof(FMaterialParameterCollectionInfo) == 0x000008, "Wrong alignment on FMaterialParameterCollectionInfo"); \ +static_assert(sizeof(FMaterialParameterCollectionInfo) == 0x000018, "Wrong size on FMaterialParameterCollectionInfo"); \ +static_assert(offsetof(FMaterialParameterCollectionInfo, StateId) == 0x000000, "Member 'FMaterialParameterCollectionInfo::StateId' has a wrong offset!"); \ +static_assert(offsetof(FMaterialParameterCollectionInfo, ParameterCollection) == 0x000010, "Member 'FMaterialParameterCollectionInfo::ParameterCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusterNode_DEPRECATED \ +static_assert(alignof(FClusterNode_DEPRECATED) == 0x000004, "Wrong alignment on FClusterNode_DEPRECATED"); \ +static_assert(sizeof(FClusterNode_DEPRECATED) == 0x000028, "Wrong size on FClusterNode_DEPRECATED"); \ +static_assert(offsetof(FClusterNode_DEPRECATED, BoundMin) == 0x000000, "Member 'FClusterNode_DEPRECATED::BoundMin' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode_DEPRECATED, FirstChild) == 0x00000C, "Member 'FClusterNode_DEPRECATED::FirstChild' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode_DEPRECATED, BoundMax) == 0x000010, "Member 'FClusterNode_DEPRECATED::BoundMax' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode_DEPRECATED, LastChild) == 0x00001C, "Member 'FClusterNode_DEPRECATED::LastChild' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode_DEPRECATED, FirstInstance) == 0x000020, "Member 'FClusterNode_DEPRECATED::FirstInstance' has a wrong offset!"); \ +static_assert(offsetof(FClusterNode_DEPRECATED, LastInstance) == 0x000024, "Member 'FClusterNode_DEPRECATED::LastInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHLODISMComponentDesc \ +static_assert(alignof(FHLODISMComponentDesc) == 0x000008, "Wrong alignment on FHLODISMComponentDesc"); \ +static_assert(sizeof(FHLODISMComponentDesc) == 0x000020, "Wrong size on FHLODISMComponentDesc"); \ +static_assert(offsetof(FHLODISMComponentDesc, StaticMesh) == 0x000000, "Member 'FHLODISMComponentDesc::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FHLODISMComponentDesc, Material) == 0x000008, "Member 'FHLODISMComponentDesc::Material' has a wrong offset!"); \ +static_assert(offsetof(FHLODISMComponentDesc, Instances) == 0x000010, "Member 'FHLODISMComponentDesc::Instances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQuartzPulseOverrideStep \ +static_assert(alignof(FQuartzPulseOverrideStep) == 0x000004, "Wrong alignment on FQuartzPulseOverrideStep"); \ +static_assert(sizeof(FQuartzPulseOverrideStep) == 0x000008, "Wrong size on FQuartzPulseOverrideStep"); \ +static_assert(offsetof(FQuartzPulseOverrideStep, NumberOfPulses) == 0x000000, "Member 'FQuartzPulseOverrideStep::NumberOfPulses' has a wrong offset!"); \ +static_assert(offsetof(FQuartzPulseOverrideStep, PulseDuration) == 0x000004, "Member 'FQuartzPulseOverrideStep::PulseDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQuartzTimeSignature \ +static_assert(alignof(FQuartzTimeSignature) == 0x000008, "Wrong alignment on FQuartzTimeSignature"); \ +static_assert(sizeof(FQuartzTimeSignature) == 0x000018, "Wrong size on FQuartzTimeSignature"); \ +static_assert(offsetof(FQuartzTimeSignature, NumBeats) == 0x000000, "Member 'FQuartzTimeSignature::NumBeats' has a wrong offset!"); \ +static_assert(offsetof(FQuartzTimeSignature, BeatType) == 0x000004, "Member 'FQuartzTimeSignature::BeatType' has a wrong offset!"); \ +static_assert(offsetof(FQuartzTimeSignature, OptionalPulseOverride) == 0x000008, "Member 'FQuartzTimeSignature::OptionalPulseOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHLODProxyMesh \ +static_assert(alignof(FHLODProxyMesh) == 0x000008, "Wrong alignment on FHLODProxyMesh"); \ +static_assert(sizeof(FHLODProxyMesh) == 0x000038, "Wrong size on FHLODProxyMesh"); \ +static_assert(offsetof(FHLODProxyMesh, LODActor) == 0x000000, "Member 'FHLODProxyMesh::LODActor' has a wrong offset!"); \ +static_assert(offsetof(FHLODProxyMesh, StaticMesh) == 0x000020, "Member 'FHLODProxyMesh::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FHLODProxyMesh, Key) == 0x000028, "Member 'FHLODProxyMesh::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FImportanceTexture \ +static_assert(alignof(FImportanceTexture) == 0x000008, "Wrong alignment on FImportanceTexture"); \ +static_assert(sizeof(FImportanceTexture) == 0x000050, "Wrong size on FImportanceTexture"); \ +static_assert(offsetof(FImportanceTexture, Size) == 0x000000, "Member 'FImportanceTexture::Size' has a wrong offset!"); \ +static_assert(offsetof(FImportanceTexture, NumMips) == 0x000008, "Member 'FImportanceTexture::NumMips' has a wrong offset!"); \ +static_assert(offsetof(FImportanceTexture, MarginalCDF) == 0x000010, "Member 'FImportanceTexture::MarginalCDF' has a wrong offset!"); \ +static_assert(offsetof(FImportanceTexture, ConditionalCDF) == 0x000020, "Member 'FImportanceTexture::ConditionalCDF' has a wrong offset!"); \ +static_assert(offsetof(FImportanceTexture, TextureData) == 0x000030, "Member 'FImportanceTexture::TextureData' has a wrong offset!"); \ +static_assert(offsetof(FImportanceTexture, Texture) == 0x000040, "Member 'FImportanceTexture::Texture' has a wrong offset!"); \ +static_assert(offsetof(FImportanceTexture, Weighting) == 0x000048, "Member 'FImportanceTexture::Weighting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComponentKey \ +static_assert(alignof(FComponentKey) == 0x000008, "Wrong alignment on FComponentKey"); \ +static_assert(sizeof(FComponentKey) == 0x000028, "Wrong size on FComponentKey"); \ +static_assert(offsetof(FComponentKey, OwnerClass) == 0x000000, "Member 'FComponentKey::OwnerClass' has a wrong offset!"); \ +static_assert(offsetof(FComponentKey, SCSVariableName) == 0x000008, "Member 'FComponentKey::SCSVariableName' has a wrong offset!"); \ +static_assert(offsetof(FComponentKey, AssociatedGuid) == 0x000014, "Member 'FComponentKey::AssociatedGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComponentOverrideRecord \ +static_assert(alignof(FComponentOverrideRecord) == 0x000008, "Wrong alignment on FComponentOverrideRecord"); \ +static_assert(sizeof(FComponentOverrideRecord) == 0x000088, "Wrong size on FComponentOverrideRecord"); \ +static_assert(offsetof(FComponentOverrideRecord, ComponentClass) == 0x000000, "Member 'FComponentOverrideRecord::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(FComponentOverrideRecord, ComponentTemplate) == 0x000008, "Member 'FComponentOverrideRecord::ComponentTemplate' has a wrong offset!"); \ +static_assert(offsetof(FComponentOverrideRecord, ComponentKey) == 0x000010, "Member 'FComponentOverrideRecord::ComponentKey' has a wrong offset!"); \ +static_assert(offsetof(FComponentOverrideRecord, CookedComponentInstancingData) == 0x000038, "Member 'FComponentOverrideRecord::CookedComponentInstancingData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintInputActionDelegateBinding \ +static_assert(alignof(FBlueprintInputActionDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintInputActionDelegateBinding"); \ +static_assert(sizeof(FBlueprintInputActionDelegateBinding) == 0x000020, "Wrong size on FBlueprintInputActionDelegateBinding"); \ +static_assert(offsetof(FBlueprintInputActionDelegateBinding, InputActionName) == 0x000004, "Member 'FBlueprintInputActionDelegateBinding::InputActionName' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintInputActionDelegateBinding, InputKeyEvent) == 0x000010, "Member 'FBlueprintInputActionDelegateBinding::InputKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintInputActionDelegateBinding, FunctionNameToBind) == 0x000014, "Member 'FBlueprintInputActionDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintInputAxisDelegateBinding \ +static_assert(alignof(FBlueprintInputAxisDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintInputAxisDelegateBinding"); \ +static_assert(sizeof(FBlueprintInputAxisDelegateBinding) == 0x00001C, "Wrong size on FBlueprintInputAxisDelegateBinding"); \ +static_assert(offsetof(FBlueprintInputAxisDelegateBinding, InputAxisName) == 0x000004, "Member 'FBlueprintInputAxisDelegateBinding::InputAxisName' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintInputAxisDelegateBinding, FunctionNameToBind) == 0x000010, "Member 'FBlueprintInputAxisDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintInputAxisKeyDelegateBinding \ +static_assert(alignof(FBlueprintInputAxisKeyDelegateBinding) == 0x000008, "Wrong alignment on FBlueprintInputAxisKeyDelegateBinding"); \ +static_assert(sizeof(FBlueprintInputAxisKeyDelegateBinding) == 0x000038, "Wrong size on FBlueprintInputAxisKeyDelegateBinding"); \ +static_assert(offsetof(FBlueprintInputAxisKeyDelegateBinding, AxisKey) == 0x000008, "Member 'FBlueprintInputAxisKeyDelegateBinding::AxisKey' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintInputAxisKeyDelegateBinding, FunctionNameToBind) == 0x000028, "Member 'FBlueprintInputAxisKeyDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCachedKeyToActionInfo \ +static_assert(alignof(FCachedKeyToActionInfo) == 0x000008, "Wrong alignment on FCachedKeyToActionInfo"); \ +static_assert(sizeof(FCachedKeyToActionInfo) == 0x000070, "Wrong size on FCachedKeyToActionInfo"); \ +static_assert(offsetof(FCachedKeyToActionInfo, PlayerInput) == 0x000000, "Member 'FCachedKeyToActionInfo::PlayerInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavAgentProperties \ +static_assert(alignof(FNavAgentProperties) == 0x000008, "Wrong alignment on FNavAgentProperties"); \ +static_assert(sizeof(FNavAgentProperties) == 0x000038, "Wrong size on FNavAgentProperties"); \ +static_assert(offsetof(FNavAgentProperties, AgentRadius) == 0x000004, "Member 'FNavAgentProperties::AgentRadius' has a wrong offset!"); \ +static_assert(offsetof(FNavAgentProperties, AgentHeight) == 0x000008, "Member 'FNavAgentProperties::AgentHeight' has a wrong offset!"); \ +static_assert(offsetof(FNavAgentProperties, AgentStepHeight) == 0x00000C, "Member 'FNavAgentProperties::AgentStepHeight' has a wrong offset!"); \ +static_assert(offsetof(FNavAgentProperties, NavWalkingSearchHeightScale) == 0x000010, "Member 'FNavAgentProperties::NavWalkingSearchHeightScale' has a wrong offset!"); \ +static_assert(offsetof(FNavAgentProperties, PreferredNavData) == 0x000018, "Member 'FNavAgentProperties::PreferredNavData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavDataConfig \ +static_assert(alignof(FNavDataConfig) == 0x000008, "Wrong alignment on FNavDataConfig"); \ +static_assert(sizeof(FNavDataConfig) == 0x000090, "Wrong size on FNavDataConfig"); \ +static_assert(offsetof(FNavDataConfig, Name) == 0x000038, "Member 'FNavDataConfig::Name' has a wrong offset!"); \ +static_assert(offsetof(FNavDataConfig, Color) == 0x000044, "Member 'FNavDataConfig::Color' has a wrong offset!"); \ +static_assert(offsetof(FNavDataConfig, DefaultQueryExtent) == 0x000048, "Member 'FNavDataConfig::DefaultQueryExtent' has a wrong offset!"); \ +static_assert(offsetof(FNavDataConfig, NavigationDataClass) == 0x000058, "Member 'FNavDataConfig::NavigationDataClass' has a wrong offset!"); \ +static_assert(offsetof(FNavDataConfig, NavDataClass) == 0x000060, "Member 'FNavDataConfig::NavDataClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintInputKeyDelegateBinding \ +static_assert(alignof(FBlueprintInputKeyDelegateBinding) == 0x000008, "Wrong alignment on FBlueprintInputKeyDelegateBinding"); \ +static_assert(sizeof(FBlueprintInputKeyDelegateBinding) == 0x000040, "Wrong size on FBlueprintInputKeyDelegateBinding"); \ +static_assert(offsetof(FBlueprintInputKeyDelegateBinding, InputChord) == 0x000008, "Member 'FBlueprintInputKeyDelegateBinding::InputChord' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintInputKeyDelegateBinding, InputKeyEvent) == 0x000030, "Member 'FBlueprintInputKeyDelegateBinding::InputKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintInputKeyDelegateBinding, FunctionNameToBind) == 0x000034, "Member 'FBlueprintInputKeyDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintInputTouchDelegateBinding \ +static_assert(alignof(FBlueprintInputTouchDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintInputTouchDelegateBinding"); \ +static_assert(sizeof(FBlueprintInputTouchDelegateBinding) == 0x000014, "Wrong size on FBlueprintInputTouchDelegateBinding"); \ +static_assert(offsetof(FBlueprintInputTouchDelegateBinding, InputKeyEvent) == 0x000004, "Member 'FBlueprintInputTouchDelegateBinding::InputKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintInputTouchDelegateBinding, FunctionNameToBind) == 0x000008, "Member 'FBlueprintInputTouchDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInstancedStaticMeshLightMapInstanceData \ +static_assert(alignof(FInstancedStaticMeshLightMapInstanceData) == 0x000010, "Wrong alignment on FInstancedStaticMeshLightMapInstanceData"); \ +static_assert(sizeof(FInstancedStaticMeshLightMapInstanceData) == 0x000040, "Wrong size on FInstancedStaticMeshLightMapInstanceData"); \ +static_assert(offsetof(FInstancedStaticMeshLightMapInstanceData, Transform) == 0x000000, "Member 'FInstancedStaticMeshLightMapInstanceData::Transform' has a wrong offset!"); \ +static_assert(offsetof(FInstancedStaticMeshLightMapInstanceData, MapBuildDataIds) == 0x000030, "Member 'FInstancedStaticMeshLightMapInstanceData::MapBuildDataIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInstancedStaticMeshInstanceData \ +static_assert(alignof(FInstancedStaticMeshInstanceData) == 0x000010, "Wrong alignment on FInstancedStaticMeshInstanceData"); \ +static_assert(sizeof(FInstancedStaticMeshInstanceData) == 0x000040, "Wrong size on FInstancedStaticMeshInstanceData"); \ +static_assert(offsetof(FInstancedStaticMeshInstanceData, Transform) == 0x000000, "Member 'FInstancedStaticMeshInstanceData::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInstancedStaticMeshComponentInstanceData \ +static_assert(alignof(FInstancedStaticMeshComponentInstanceData) == 0x000010, "Wrong alignment on FInstancedStaticMeshComponentInstanceData"); \ +static_assert(sizeof(FInstancedStaticMeshComponentInstanceData) == 0x000150, "Wrong size on FInstancedStaticMeshComponentInstanceData"); \ +static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, StaticMesh) == 0x0000B8, "Member 'FInstancedStaticMeshComponentInstanceData::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, CachedStaticLighting) == 0x0000C0, "Member 'FInstancedStaticMeshComponentInstanceData::CachedStaticLighting' has a wrong offset!"); \ +static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, PerInstanceSMData) == 0x000100, "Member 'FInstancedStaticMeshComponentInstanceData::PerInstanceSMData' has a wrong offset!"); \ +static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, PerInstanceSMCustomData) == 0x000110, "Member 'FInstancedStaticMeshComponentInstanceData::PerInstanceSMCustomData' has a wrong offset!"); \ +static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, InstancingRandomSeed) == 0x000140, "Member 'FInstancedStaticMeshComponentInstanceData::InstancingRandomSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavigationSegmentLink \ +static_assert(alignof(FNavigationSegmentLink) == 0x000008, "Wrong alignment on FNavigationSegmentLink"); \ +static_assert(sizeof(FNavigationSegmentLink) == 0x000060, "Wrong size on FNavigationSegmentLink"); \ +static_assert(offsetof(FNavigationSegmentLink, LeftStart) == 0x000030, "Member 'FNavigationSegmentLink::LeftStart' has a wrong offset!"); \ +static_assert(offsetof(FNavigationSegmentLink, LeftEnd) == 0x00003C, "Member 'FNavigationSegmentLink::LeftEnd' has a wrong offset!"); \ +static_assert(offsetof(FNavigationSegmentLink, RightStart) == 0x000048, "Member 'FNavigationSegmentLink::RightStart' has a wrong offset!"); \ +static_assert(offsetof(FNavigationSegmentLink, RightEnd) == 0x000054, "Member 'FNavigationSegmentLink::RightEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInstancedStaticMeshMappingInfo \ +static_assert(alignof(FInstancedStaticMeshMappingInfo) == 0x000008, "Wrong alignment on FInstancedStaticMeshMappingInfo"); \ +static_assert(sizeof(FInstancedStaticMeshMappingInfo) == 0x000008, "Wrong size on FInstancedStaticMeshMappingInfo"); \ + +#define DUMPER7_ASSERTS_FCurveEdEntry \ +static_assert(alignof(FCurveEdEntry) == 0x000008, "Wrong alignment on FCurveEdEntry"); \ +static_assert(sizeof(FCurveEdEntry) == 0x000038, "Wrong size on FCurveEdEntry"); \ +static_assert(offsetof(FCurveEdEntry, CurveObject) == 0x000000, "Member 'FCurveEdEntry::CurveObject' has a wrong offset!"); \ +static_assert(offsetof(FCurveEdEntry, CurveColor) == 0x000008, "Member 'FCurveEdEntry::CurveColor' has a wrong offset!"); \ +static_assert(offsetof(FCurveEdEntry, CurveName) == 0x000010, "Member 'FCurveEdEntry::CurveName' has a wrong offset!"); \ +static_assert(offsetof(FCurveEdEntry, bHideCurve) == 0x000020, "Member 'FCurveEdEntry::bHideCurve' has a wrong offset!"); \ +static_assert(offsetof(FCurveEdEntry, bColorCurve) == 0x000024, "Member 'FCurveEdEntry::bColorCurve' has a wrong offset!"); \ +static_assert(offsetof(FCurveEdEntry, bFloatingPointColorCurve) == 0x000028, "Member 'FCurveEdEntry::bFloatingPointColorCurve' has a wrong offset!"); \ +static_assert(offsetof(FCurveEdEntry, bClamp) == 0x00002C, "Member 'FCurveEdEntry::bClamp' has a wrong offset!"); \ +static_assert(offsetof(FCurveEdEntry, ClampLow) == 0x000030, "Member 'FCurveEdEntry::ClampLow' has a wrong offset!"); \ +static_assert(offsetof(FCurveEdEntry, ClampHigh) == 0x000034, "Member 'FCurveEdEntry::ClampHigh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCurveEdTab \ +static_assert(alignof(FCurveEdTab) == 0x000008, "Wrong alignment on FCurveEdTab"); \ +static_assert(sizeof(FCurveEdTab) == 0x000030, "Wrong size on FCurveEdTab"); \ +static_assert(offsetof(FCurveEdTab, TabName) == 0x000000, "Member 'FCurveEdTab::TabName' has a wrong offset!"); \ +static_assert(offsetof(FCurveEdTab, Curves) == 0x000010, "Member 'FCurveEdTab::Curves' has a wrong offset!"); \ +static_assert(offsetof(FCurveEdTab, ViewStartInput) == 0x000020, "Member 'FCurveEdTab::ViewStartInput' has a wrong offset!"); \ +static_assert(offsetof(FCurveEdTab, ViewEndInput) == 0x000024, "Member 'FCurveEdTab::ViewEndInput' has a wrong offset!"); \ +static_assert(offsetof(FCurveEdTab, ViewStartOutput) == 0x000028, "Member 'FCurveEdTab::ViewStartOutput' has a wrong offset!"); \ +static_assert(offsetof(FCurveEdTab, ViewEndOutput) == 0x00002C, "Member 'FCurveEdTab::ViewEndOutput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetworkEmulationProfileDescription \ +static_assert(alignof(FNetworkEmulationProfileDescription) == 0x000008, "Wrong alignment on FNetworkEmulationProfileDescription"); \ +static_assert(sizeof(FNetworkEmulationProfileDescription) == 0x000020, "Wrong size on FNetworkEmulationProfileDescription"); \ +static_assert(offsetof(FNetworkEmulationProfileDescription, ProfileName) == 0x000000, "Member 'FNetworkEmulationProfileDescription::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(FNetworkEmulationProfileDescription, ToolTip) == 0x000010, "Member 'FNetworkEmulationProfileDescription::ToolTip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpEdSelKey \ +static_assert(alignof(FInterpEdSelKey) == 0x000008, "Wrong alignment on FInterpEdSelKey"); \ +static_assert(sizeof(FInterpEdSelKey) == 0x000018, "Wrong size on FInterpEdSelKey"); \ +static_assert(offsetof(FInterpEdSelKey, Group) == 0x000000, "Member 'FInterpEdSelKey::Group' has a wrong offset!"); \ +static_assert(offsetof(FInterpEdSelKey, Track) == 0x000008, "Member 'FInterpEdSelKey::Track' has a wrong offset!"); \ +static_assert(offsetof(FInterpEdSelKey, KeyIndex) == 0x000010, "Member 'FInterpEdSelKey::KeyIndex' has a wrong offset!"); \ +static_assert(offsetof(FInterpEdSelKey, UnsnappedPosition) == 0x000014, "Member 'FInterpEdSelKey::UnsnappedPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraPreviewInfo \ +static_assert(alignof(FCameraPreviewInfo) == 0x000008, "Wrong alignment on FCameraPreviewInfo"); \ +static_assert(sizeof(FCameraPreviewInfo) == 0x000030, "Wrong size on FCameraPreviewInfo"); \ +static_assert(offsetof(FCameraPreviewInfo, PawnClass) == 0x000000, "Member 'FCameraPreviewInfo::PawnClass' has a wrong offset!"); \ +static_assert(offsetof(FCameraPreviewInfo, AnimSeq) == 0x000008, "Member 'FCameraPreviewInfo::AnimSeq' has a wrong offset!"); \ +static_assert(offsetof(FCameraPreviewInfo, Location) == 0x000010, "Member 'FCameraPreviewInfo::Location' has a wrong offset!"); \ +static_assert(offsetof(FCameraPreviewInfo, Rotation) == 0x00001C, "Member 'FCameraPreviewInfo::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FCameraPreviewInfo, PawnInst) == 0x000028, "Member 'FCameraPreviewInfo::PawnInst' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubTrackGroup \ +static_assert(alignof(FSubTrackGroup) == 0x000008, "Wrong alignment on FSubTrackGroup"); \ +static_assert(sizeof(FSubTrackGroup) == 0x000028, "Wrong size on FSubTrackGroup"); \ +static_assert(offsetof(FSubTrackGroup, GroupName) == 0x000000, "Member 'FSubTrackGroup::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FSubTrackGroup, TrackIndices) == 0x000010, "Member 'FSubTrackGroup::TrackIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSupportedSubTrackInfo \ +static_assert(alignof(FSupportedSubTrackInfo) == 0x000008, "Wrong alignment on FSupportedSubTrackInfo"); \ +static_assert(sizeof(FSupportedSubTrackInfo) == 0x000020, "Wrong size on FSupportedSubTrackInfo"); \ +static_assert(offsetof(FSupportedSubTrackInfo, SupportedClass) == 0x000000, "Member 'FSupportedSubTrackInfo::SupportedClass' has a wrong offset!"); \ +static_assert(offsetof(FSupportedSubTrackInfo, SubTrackName) == 0x000008, "Member 'FSupportedSubTrackInfo::SubTrackName' has a wrong offset!"); \ +static_assert(offsetof(FSupportedSubTrackInfo, GroupIndex) == 0x000018, "Member 'FSupportedSubTrackInfo::GroupIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FParticleCurvePair \ +static_assert(alignof(FParticleCurvePair) == 0x000008, "Wrong alignment on FParticleCurvePair"); \ +static_assert(sizeof(FParticleCurvePair) == 0x000018, "Wrong size on FParticleCurvePair"); \ +static_assert(offsetof(FParticleCurvePair, CurveName) == 0x000000, "Member 'FParticleCurvePair::CurveName' has a wrong offset!"); \ +static_assert(offsetof(FParticleCurvePair, CurveObject) == 0x000010, "Member 'FParticleCurvePair::CurveObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimControlTrackKey \ +static_assert(alignof(FAnimControlTrackKey) == 0x000008, "Wrong alignment on FAnimControlTrackKey"); \ +static_assert(sizeof(FAnimControlTrackKey) == 0x000020, "Wrong size on FAnimControlTrackKey"); \ +static_assert(offsetof(FAnimControlTrackKey, StartTime) == 0x000000, "Member 'FAnimControlTrackKey::StartTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimControlTrackKey, AnimSeq) == 0x000008, "Member 'FAnimControlTrackKey::AnimSeq' has a wrong offset!"); \ +static_assert(offsetof(FAnimControlTrackKey, AnimStartOffset) == 0x000010, "Member 'FAnimControlTrackKey::AnimStartOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimControlTrackKey, AnimEndOffset) == 0x000014, "Member 'FAnimControlTrackKey::AnimEndOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimControlTrackKey, AnimPlayRate) == 0x000018, "Member 'FAnimControlTrackKey::AnimPlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoolTrackKey \ +static_assert(alignof(FBoolTrackKey) == 0x000004, "Wrong alignment on FBoolTrackKey"); \ +static_assert(sizeof(FBoolTrackKey) == 0x000008, "Wrong size on FBoolTrackKey"); \ +static_assert(offsetof(FBoolTrackKey, Time) == 0x000000, "Member 'FBoolTrackKey::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDirectorTrackCut \ +static_assert(alignof(FDirectorTrackCut) == 0x000004, "Wrong alignment on FDirectorTrackCut"); \ +static_assert(sizeof(FDirectorTrackCut) == 0x000018, "Wrong size on FDirectorTrackCut"); \ +static_assert(offsetof(FDirectorTrackCut, Time) == 0x000000, "Member 'FDirectorTrackCut::Time' has a wrong offset!"); \ +static_assert(offsetof(FDirectorTrackCut, TransitionTime) == 0x000004, "Member 'FDirectorTrackCut::TransitionTime' has a wrong offset!"); \ +static_assert(offsetof(FDirectorTrackCut, TargetCamGroup) == 0x000008, "Member 'FDirectorTrackCut::TargetCamGroup' has a wrong offset!"); \ +static_assert(offsetof(FDirectorTrackCut, ShotNumber) == 0x000014, "Member 'FDirectorTrackCut::ShotNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEventTrackKey \ +static_assert(alignof(FEventTrackKey) == 0x000004, "Wrong alignment on FEventTrackKey"); \ +static_assert(sizeof(FEventTrackKey) == 0x000010, "Wrong size on FEventTrackKey"); \ +static_assert(offsetof(FEventTrackKey, Time) == 0x000000, "Member 'FEventTrackKey::Time' has a wrong offset!"); \ +static_assert(offsetof(FEventTrackKey, EventName) == 0x000004, "Member 'FEventTrackKey::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundTrackKey \ +static_assert(alignof(FSoundTrackKey) == 0x000008, "Wrong alignment on FSoundTrackKey"); \ +static_assert(sizeof(FSoundTrackKey) == 0x000018, "Wrong size on FSoundTrackKey"); \ +static_assert(offsetof(FSoundTrackKey, Time) == 0x000000, "Member 'FSoundTrackKey::Time' has a wrong offset!"); \ +static_assert(offsetof(FSoundTrackKey, Volume) == 0x000004, "Member 'FSoundTrackKey::Volume' has a wrong offset!"); \ +static_assert(offsetof(FSoundTrackKey, Pitch) == 0x000008, "Member 'FSoundTrackKey::Pitch' has a wrong offset!"); \ +static_assert(offsetof(FSoundTrackKey, Sound) == 0x000010, "Member 'FSoundTrackKey::Sound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVisibilityTrackKey \ +static_assert(alignof(FVisibilityTrackKey) == 0x000004, "Wrong alignment on FVisibilityTrackKey"); \ +static_assert(sizeof(FVisibilityTrackKey) == 0x000008, "Wrong size on FVisibilityTrackKey"); \ +static_assert(offsetof(FVisibilityTrackKey, Time) == 0x000000, "Member 'FVisibilityTrackKey::Time' has a wrong offset!"); \ +static_assert(offsetof(FVisibilityTrackKey, Action) == 0x000004, "Member 'FVisibilityTrackKey::Action' has a wrong offset!"); \ +static_assert(offsetof(FVisibilityTrackKey, ActiveCondition) == 0x000005, "Member 'FVisibilityTrackKey::ActiveCondition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatSpringState \ +static_assert(alignof(FFloatSpringState) == 0x000004, "Wrong alignment on FFloatSpringState"); \ +static_assert(sizeof(FFloatSpringState) == 0x000008, "Wrong size on FFloatSpringState"); \ + +#define DUMPER7_ASSERTS_FLatentActionManager \ +static_assert(alignof(FLatentActionManager) == 0x000008, "Wrong alignment on FLatentActionManager"); \ +static_assert(sizeof(FLatentActionManager) == 0x000060, "Wrong size on FLatentActionManager"); \ + +#define DUMPER7_ASSERTS_FReplicatedStaticActorDestructionInfo \ +static_assert(alignof(FReplicatedStaticActorDestructionInfo) == 0x000008, "Wrong alignment on FReplicatedStaticActorDestructionInfo"); \ +static_assert(sizeof(FReplicatedStaticActorDestructionInfo) == 0x000040, "Wrong size on FReplicatedStaticActorDestructionInfo"); \ +static_assert(offsetof(FReplicatedStaticActorDestructionInfo, ObjClass) == 0x000038, "Member 'FReplicatedStaticActorDestructionInfo::ObjClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDynamicTextureInstance \ +static_assert(alignof(FDynamicTextureInstance) == 0x000008, "Wrong alignment on FDynamicTextureInstance"); \ +static_assert(sizeof(FDynamicTextureInstance) == 0x000038, "Wrong size on FDynamicTextureInstance"); \ +static_assert(offsetof(FDynamicTextureInstance, Texture) == 0x000028, "Member 'FDynamicTextureInstance::Texture' has a wrong offset!"); \ +static_assert(offsetof(FDynamicTextureInstance, bAttached) == 0x000030, "Member 'FDynamicTextureInstance::bAttached' has a wrong offset!"); \ +static_assert(offsetof(FDynamicTextureInstance, OriginalRadius) == 0x000034, "Member 'FDynamicTextureInstance::OriginalRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBatchedPoint \ +static_assert(alignof(FBatchedPoint) == 0x000004, "Wrong alignment on FBatchedPoint"); \ +static_assert(sizeof(FBatchedPoint) == 0x000028, "Wrong size on FBatchedPoint"); \ +static_assert(offsetof(FBatchedPoint, Position) == 0x000000, "Member 'FBatchedPoint::Position' has a wrong offset!"); \ +static_assert(offsetof(FBatchedPoint, Color) == 0x00000C, "Member 'FBatchedPoint::Color' has a wrong offset!"); \ +static_assert(offsetof(FBatchedPoint, PointSize) == 0x00001C, "Member 'FBatchedPoint::PointSize' has a wrong offset!"); \ +static_assert(offsetof(FBatchedPoint, RemainingLifeTime) == 0x000020, "Member 'FBatchedPoint::RemainingLifeTime' has a wrong offset!"); \ +static_assert(offsetof(FBatchedPoint, DepthPriority) == 0x000024, "Member 'FBatchedPoint::DepthPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComponentSync \ +static_assert(alignof(FComponentSync) == 0x000004, "Wrong alignment on FComponentSync"); \ +static_assert(sizeof(FComponentSync) == 0x000010, "Wrong size on FComponentSync"); \ +static_assert(offsetof(FComponentSync, Name) == 0x000000, "Member 'FComponentSync::Name' has a wrong offset!"); \ +static_assert(offsetof(FComponentSync, SyncOption) == 0x00000C, "Member 'FComponentSync::SyncOption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FParameterGroupData \ +static_assert(alignof(FParameterGroupData) == 0x000008, "Wrong alignment on FParameterGroupData"); \ +static_assert(sizeof(FParameterGroupData) == 0x000018, "Wrong size on FParameterGroupData"); \ +static_assert(offsetof(FParameterGroupData, GroupName) == 0x000000, "Member 'FParameterGroupData::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FParameterGroupData, GroupSortPriority) == 0x000010, "Member 'FParameterGroupData::GroupSortPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialCachedExpressionData \ +static_assert(alignof(FMaterialCachedExpressionData) == 0x000008, "Wrong alignment on FMaterialCachedExpressionData"); \ +static_assert(sizeof(FMaterialCachedExpressionData) == 0x0001D8, "Wrong size on FMaterialCachedExpressionData"); \ +static_assert(offsetof(FMaterialCachedExpressionData, Parameters) == 0x000000, "Member 'FMaterialCachedExpressionData::Parameters' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, ReferencedTextures) == 0x000150, "Member 'FMaterialCachedExpressionData::ReferencedTextures' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, FunctionInfos) == 0x000160, "Member 'FMaterialCachedExpressionData::FunctionInfos' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, ParameterCollectionInfos) == 0x000170, "Member 'FMaterialCachedExpressionData::ParameterCollectionInfos' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, DefaultLayers) == 0x000180, "Member 'FMaterialCachedExpressionData::DefaultLayers' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, DefaultLayerBlends) == 0x000190, "Member 'FMaterialCachedExpressionData::DefaultLayerBlends' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, GrassTypes) == 0x0001A0, "Member 'FMaterialCachedExpressionData::GrassTypes' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, DynamicParameterNames) == 0x0001B0, "Member 'FMaterialCachedExpressionData::DynamicParameterNames' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, QualityLevelsUsed) == 0x0001C0, "Member 'FMaterialCachedExpressionData::QualityLevelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticComponentMaskValue \ +static_assert(alignof(FStaticComponentMaskValue) == 0x000001, "Wrong alignment on FStaticComponentMaskValue"); \ +static_assert(sizeof(FStaticComponentMaskValue) == 0x000004, "Wrong size on FStaticComponentMaskValue"); \ +static_assert(offsetof(FStaticComponentMaskValue, R) == 0x000000, "Member 'FStaticComponentMaskValue::R' has a wrong offset!"); \ +static_assert(offsetof(FStaticComponentMaskValue, G) == 0x000001, "Member 'FStaticComponentMaskValue::G' has a wrong offset!"); \ +static_assert(offsetof(FStaticComponentMaskValue, B) == 0x000002, "Member 'FStaticComponentMaskValue::B' has a wrong offset!"); \ +static_assert(offsetof(FStaticComponentMaskValue, A) == 0x000003, "Member 'FStaticComponentMaskValue::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVectorParameterValue \ +static_assert(alignof(FVectorParameterValue) == 0x000004, "Wrong alignment on FVectorParameterValue"); \ +static_assert(sizeof(FVectorParameterValue) == 0x000034, "Wrong size on FVectorParameterValue"); \ +static_assert(offsetof(FVectorParameterValue, ParameterInfo) == 0x000000, "Member 'FVectorParameterValue::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FVectorParameterValue, ParameterValue) == 0x000014, "Member 'FVectorParameterValue::ParameterValue' has a wrong offset!"); \ +static_assert(offsetof(FVectorParameterValue, ExpressionGUID) == 0x000024, "Member 'FVectorParameterValue::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScalarParameterAtlasInstanceData \ +static_assert(alignof(FScalarParameterAtlasInstanceData) == 0x000008, "Wrong alignment on FScalarParameterAtlasInstanceData"); \ +static_assert(sizeof(FScalarParameterAtlasInstanceData) == 0x000068, "Wrong size on FScalarParameterAtlasInstanceData"); \ +static_assert(offsetof(FScalarParameterAtlasInstanceData, bIsUsedAsAtlasPosition) == 0x000000, "Member 'FScalarParameterAtlasInstanceData::bIsUsedAsAtlasPosition' has a wrong offset!"); \ +static_assert(offsetof(FScalarParameterAtlasInstanceData, Curve) == 0x000008, "Member 'FScalarParameterAtlasInstanceData::Curve' has a wrong offset!"); \ +static_assert(offsetof(FScalarParameterAtlasInstanceData, Atlas) == 0x000038, "Member 'FScalarParameterAtlasInstanceData::Atlas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialTextureInfo \ +static_assert(alignof(FMaterialTextureInfo) == 0x000004, "Wrong alignment on FMaterialTextureInfo"); \ +static_assert(sizeof(FMaterialTextureInfo) == 0x000014, "Wrong size on FMaterialTextureInfo"); \ +static_assert(offsetof(FMaterialTextureInfo, SamplingScale) == 0x000000, "Member 'FMaterialTextureInfo::SamplingScale' has a wrong offset!"); \ +static_assert(offsetof(FMaterialTextureInfo, UVChannelIndex) == 0x000004, "Member 'FMaterialTextureInfo::UVChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(FMaterialTextureInfo, TextureName) == 0x000008, "Member 'FMaterialTextureInfo::TextureName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionVectorParameter \ +static_assert(alignof(FCollectionVectorParameter) == 0x000004, "Wrong alignment on FCollectionVectorParameter"); \ +static_assert(sizeof(FCollectionVectorParameter) == 0x00002C, "Wrong size on FCollectionVectorParameter"); \ +static_assert(offsetof(FCollectionVectorParameter, DefaultValue) == 0x00001C, "Member 'FCollectionVectorParameter::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpGroupActorInfo \ +static_assert(alignof(FInterpGroupActorInfo) == 0x000008, "Wrong alignment on FInterpGroupActorInfo"); \ +static_assert(sizeof(FInterpGroupActorInfo) == 0x000020, "Wrong size on FInterpGroupActorInfo"); \ +static_assert(offsetof(FInterpGroupActorInfo, ObjectName) == 0x000000, "Member 'FInterpGroupActorInfo::ObjectName' has a wrong offset!"); \ +static_assert(offsetof(FInterpGroupActorInfo, Actors) == 0x000010, "Member 'FInterpGroupActorInfo::Actors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshReductionSettings \ +static_assert(alignof(FMeshReductionSettings) == 0x000004, "Wrong alignment on FMeshReductionSettings"); \ +static_assert(sizeof(FMeshReductionSettings) == 0x000024, "Wrong size on FMeshReductionSettings"); \ +static_assert(offsetof(FMeshReductionSettings, PercentTriangles) == 0x000000, "Member 'FMeshReductionSettings::PercentTriangles' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, PercentVertices) == 0x000004, "Member 'FMeshReductionSettings::PercentVertices' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, MaxDeviation) == 0x000008, "Member 'FMeshReductionSettings::MaxDeviation' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, PixelError) == 0x00000C, "Member 'FMeshReductionSettings::PixelError' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, WeldingThreshold) == 0x000010, "Member 'FMeshReductionSettings::WeldingThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, HardAngleThreshold) == 0x000014, "Member 'FMeshReductionSettings::HardAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, BaseLODModel) == 0x000018, "Member 'FMeshReductionSettings::BaseLODModel' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, SilhouetteImportance) == 0x00001C, "Member 'FMeshReductionSettings::SilhouetteImportance' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, TextureImportance) == 0x00001D, "Member 'FMeshReductionSettings::TextureImportance' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, ShadingImportance) == 0x00001E, "Member 'FMeshReductionSettings::ShadingImportance' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, TerminationCriterion) == 0x000020, "Member 'FMeshReductionSettings::TerminationCriterion' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, VisibilityAggressiveness) == 0x000021, "Member 'FMeshReductionSettings::VisibilityAggressiveness' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, VertexColorImportance) == 0x000022, "Member 'FMeshReductionSettings::VertexColorImportance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNameCurve \ +static_assert(alignof(FNameCurve) == 0x000008, "Wrong alignment on FNameCurve"); \ +static_assert(sizeof(FNameCurve) == 0x000078, "Wrong size on FNameCurve"); \ +static_assert(offsetof(FNameCurve, Keys) == 0x000068, "Member 'FNameCurve::Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavAvoidanceMask \ +static_assert(alignof(FNavAvoidanceMask) == 0x000004, "Wrong alignment on FNavAvoidanceMask"); \ +static_assert(sizeof(FNavAvoidanceMask) == 0x000004, "Wrong size on FNavAvoidanceMask"); \ + +#define DUMPER7_ASSERTS_FNavigationLink \ +static_assert(alignof(FNavigationLink) == 0x000008, "Wrong alignment on FNavigationLink"); \ +static_assert(sizeof(FNavigationLink) == 0x000048, "Wrong size on FNavigationLink"); \ +static_assert(offsetof(FNavigationLink, Left) == 0x000030, "Member 'FNavigationLink::Left' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLink, Right) == 0x00003C, "Member 'FNavigationLink::Right' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPacketSimulationSettings \ +static_assert(alignof(FPacketSimulationSettings) == 0x000004, "Wrong alignment on FPacketSimulationSettings"); \ +static_assert(sizeof(FPacketSimulationSettings) == 0x000034, "Wrong size on FPacketSimulationSettings"); \ +static_assert(offsetof(FPacketSimulationSettings, PktLoss) == 0x000000, "Member 'FPacketSimulationSettings::PktLoss' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktLossMaxSize) == 0x000004, "Member 'FPacketSimulationSettings::PktLossMaxSize' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktLossMinSize) == 0x000008, "Member 'FPacketSimulationSettings::PktLossMinSize' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktOrder) == 0x00000C, "Member 'FPacketSimulationSettings::PktOrder' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktDup) == 0x000010, "Member 'FPacketSimulationSettings::PktDup' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktLag) == 0x000014, "Member 'FPacketSimulationSettings::PktLag' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktLagVariance) == 0x000018, "Member 'FPacketSimulationSettings::PktLagVariance' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktLagMin) == 0x00001C, "Member 'FPacketSimulationSettings::PktLagMin' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktLagMax) == 0x000020, "Member 'FPacketSimulationSettings::PktLagMax' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktIncomingLagMin) == 0x000024, "Member 'FPacketSimulationSettings::PktIncomingLagMin' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktIncomingLagMax) == 0x000028, "Member 'FPacketSimulationSettings::PktIncomingLagMax' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktIncomingLoss) == 0x00002C, "Member 'FPacketSimulationSettings::PktIncomingLoss' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktJitter) == 0x000030, "Member 'FPacketSimulationSettings::PktJitter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNodeItem \ +static_assert(alignof(FNodeItem) == 0x000010, "Wrong alignment on FNodeItem"); \ +static_assert(sizeof(FNodeItem) == 0x000040, "Wrong size on FNodeItem"); \ +static_assert(offsetof(FNodeItem, ParentName) == 0x000000, "Member 'FNodeItem::ParentName' has a wrong offset!"); \ +static_assert(offsetof(FNodeItem, Transform) == 0x000010, "Member 'FNodeItem::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FParticleRandomSeedInfo \ +static_assert(alignof(FParticleRandomSeedInfo) == 0x000008, "Wrong alignment on FParticleRandomSeedInfo"); \ +static_assert(sizeof(FParticleRandomSeedInfo) == 0x000020, "Wrong size on FParticleRandomSeedInfo"); \ +static_assert(offsetof(FParticleRandomSeedInfo, ParameterName) == 0x000000, "Member 'FParticleRandomSeedInfo::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FParticleRandomSeedInfo, RandomSeeds) == 0x000010, "Member 'FParticleRandomSeedInfo::RandomSeeds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEmitterDynamicParameter \ +static_assert(alignof(FEmitterDynamicParameter) == 0x000008, "Wrong alignment on FEmitterDynamicParameter"); \ +static_assert(sizeof(FEmitterDynamicParameter) == 0x000048, "Wrong size on FEmitterDynamicParameter"); \ +static_assert(offsetof(FEmitterDynamicParameter, ParamName) == 0x000000, "Member 'FEmitterDynamicParameter::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FEmitterDynamicParameter, ValueMethod) == 0x000010, "Member 'FEmitterDynamicParameter::ValueMethod' has a wrong offset!"); \ +static_assert(offsetof(FEmitterDynamicParameter, ParamValue) == 0x000018, "Member 'FEmitterDynamicParameter::ParamValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedEmitterMaterial \ +static_assert(alignof(FNamedEmitterMaterial) == 0x000008, "Wrong alignment on FNamedEmitterMaterial"); \ +static_assert(sizeof(FNamedEmitterMaterial) == 0x000018, "Wrong size on FNamedEmitterMaterial"); \ +static_assert(offsetof(FNamedEmitterMaterial, Name) == 0x000000, "Member 'FNamedEmitterMaterial::Name' has a wrong offset!"); \ +static_assert(offsetof(FNamedEmitterMaterial, Material) == 0x000010, "Member 'FNamedEmitterMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FParticleSysParam \ +static_assert(alignof(FParticleSysParam) == 0x000010, "Wrong alignment on FParticleSysParam"); \ +static_assert(sizeof(FParticleSysParam) == 0x000090, "Wrong size on FParticleSysParam"); \ +static_assert(offsetof(FParticleSysParam, Name) == 0x000000, "Member 'FParticleSysParam::Name' has a wrong offset!"); \ +static_assert(offsetof(FParticleSysParam, ParamType) == 0x00000C, "Member 'FParticleSysParam::ParamType' has a wrong offset!"); \ +static_assert(offsetof(FParticleSysParam, Scalar) == 0x000010, "Member 'FParticleSysParam::Scalar' has a wrong offset!"); \ +static_assert(offsetof(FParticleSysParam, Scalar_Low) == 0x000014, "Member 'FParticleSysParam::Scalar_Low' has a wrong offset!"); \ +static_assert(offsetof(FParticleSysParam, Vector) == 0x000018, "Member 'FParticleSysParam::Vector' has a wrong offset!"); \ +static_assert(offsetof(FParticleSysParam, Vector_Low) == 0x000024, "Member 'FParticleSysParam::Vector_Low' has a wrong offset!"); \ +static_assert(offsetof(FParticleSysParam, Color) == 0x000030, "Member 'FParticleSysParam::Color' has a wrong offset!"); \ +static_assert(offsetof(FParticleSysParam, Actor) == 0x000038, "Member 'FParticleSysParam::Actor' has a wrong offset!"); \ +static_assert(offsetof(FParticleSysParam, Material) == 0x000040, "Member 'FParticleSysParam::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FParticleSystemWorldManagerTickFunction \ +static_assert(alignof(FParticleSystemWorldManagerTickFunction) == 0x000008, "Wrong alignment on FParticleSystemWorldManagerTickFunction"); \ +static_assert(sizeof(FParticleSystemWorldManagerTickFunction) == 0x000030, "Wrong size on FParticleSystemWorldManagerTickFunction"); \ + +#define DUMPER7_ASSERTS_FFreezablePerPlatformInt \ +static_assert(alignof(FFreezablePerPlatformInt) == 0x000004, "Wrong alignment on FFreezablePerPlatformInt"); \ +static_assert(sizeof(FFreezablePerPlatformInt) == 0x000004, "Wrong size on FFreezablePerPlatformInt"); \ + +#define DUMPER7_ASSERTS_FPhysicalAnimationData \ +static_assert(alignof(FPhysicalAnimationData) == 0x000004, "Wrong alignment on FPhysicalAnimationData"); \ +static_assert(sizeof(FPhysicalAnimationData) == 0x000028, "Wrong size on FPhysicalAnimationData"); \ +static_assert(offsetof(FPhysicalAnimationData, BodyName) == 0x000000, "Member 'FPhysicalAnimationData::BodyName' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationData, OrientationStrength) == 0x000010, "Member 'FPhysicalAnimationData::OrientationStrength' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationData, AngularVelocityStrength) == 0x000014, "Member 'FPhysicalAnimationData::AngularVelocityStrength' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationData, PositionStrength) == 0x000018, "Member 'FPhysicalAnimationData::PositionStrength' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationData, VelocityStrength) == 0x00001C, "Member 'FPhysicalAnimationData::VelocityStrength' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationData, MaxLinearForce) == 0x000020, "Member 'FPhysicalAnimationData::MaxLinearForce' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationData, MaxAngularForce) == 0x000024, "Member 'FPhysicalAnimationData::MaxAngularForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicalAnimationProfile \ +static_assert(alignof(FPhysicalAnimationProfile) == 0x000004, "Wrong alignment on FPhysicalAnimationProfile"); \ +static_assert(sizeof(FPhysicalAnimationProfile) == 0x000034, "Wrong size on FPhysicalAnimationProfile"); \ +static_assert(offsetof(FPhysicalAnimationProfile, ProfileName) == 0x000000, "Member 'FPhysicalAnimationProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalAnimationProfile, PhysicalAnimationData) == 0x00000C, "Member 'FPhysicalAnimationProfile::PhysicalAnimationData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicsConstraintProfileHandle \ +static_assert(alignof(FPhysicsConstraintProfileHandle) == 0x000004, "Wrong alignment on FPhysicsConstraintProfileHandle"); \ +static_assert(sizeof(FPhysicsConstraintProfileHandle) == 0x000120, "Wrong size on FPhysicsConstraintProfileHandle"); \ +static_assert(offsetof(FPhysicsConstraintProfileHandle, ProfileProperties) == 0x000000, "Member 'FPhysicsConstraintProfileHandle::ProfileProperties' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsConstraintProfileHandle, ProfileName) == 0x000114, "Member 'FPhysicsConstraintProfileHandle::ProfileName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosPhysicsSettings \ +static_assert(alignof(FChaosPhysicsSettings) == 0x000001, "Wrong alignment on FChaosPhysicsSettings"); \ +static_assert(sizeof(FChaosPhysicsSettings) == 0x000003, "Wrong size on FChaosPhysicsSettings"); \ +static_assert(offsetof(FChaosPhysicsSettings, DefaultThreadingModel) == 0x000000, "Member 'FChaosPhysicsSettings::DefaultThreadingModel' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsSettings, DedicatedThreadTickMode) == 0x000001, "Member 'FChaosPhysicsSettings::DedicatedThreadTickMode' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsSettings, DedicatedThreadBufferMode) == 0x000002, "Member 'FChaosPhysicsSettings::DedicatedThreadBufferMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicalSurfaceName \ +static_assert(alignof(FPhysicalSurfaceName) == 0x000004, "Wrong alignment on FPhysicalSurfaceName"); \ +static_assert(sizeof(FPhysicalSurfaceName) == 0x000010, "Wrong size on FPhysicalSurfaceName"); \ +static_assert(offsetof(FPhysicalSurfaceName, Type) == 0x000000, "Member 'FPhysicalSurfaceName::Type' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalSurfaceName, Name) == 0x000004, "Member 'FPhysicalSurfaceName::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FViewTargetTransitionParams \ +static_assert(alignof(FViewTargetTransitionParams) == 0x000004, "Wrong alignment on FViewTargetTransitionParams"); \ +static_assert(sizeof(FViewTargetTransitionParams) == 0x000010, "Wrong size on FViewTargetTransitionParams"); \ +static_assert(offsetof(FViewTargetTransitionParams, BlendTime) == 0x000000, "Member 'FViewTargetTransitionParams::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(FViewTargetTransitionParams, BlendFunction) == 0x000004, "Member 'FViewTargetTransitionParams::BlendFunction' has a wrong offset!"); \ +static_assert(offsetof(FViewTargetTransitionParams, BlendExp) == 0x000008, "Member 'FViewTargetTransitionParams::BlendExp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTViewTarget \ +static_assert(alignof(FTViewTarget) == 0x000010, "Wrong alignment on FTViewTarget"); \ +static_assert(sizeof(FTViewTarget) == 0x000630, "Wrong size on FTViewTarget"); \ +static_assert(offsetof(FTViewTarget, Target) == 0x000000, "Member 'FTViewTarget::Target' has a wrong offset!"); \ +static_assert(offsetof(FTViewTarget, POV) == 0x000010, "Member 'FTViewTarget::POV' has a wrong offset!"); \ +static_assert(offsetof(FTViewTarget, PlayerState) == 0x000620, "Member 'FTViewTarget::PlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputActionSpeechMapping \ +static_assert(alignof(FInputActionSpeechMapping) == 0x000004, "Wrong alignment on FInputActionSpeechMapping"); \ +static_assert(sizeof(FInputActionSpeechMapping) == 0x000018, "Wrong size on FInputActionSpeechMapping"); \ +static_assert(offsetof(FInputActionSpeechMapping, ActionName) == 0x000000, "Member 'FInputActionSpeechMapping::ActionName' has a wrong offset!"); \ +static_assert(offsetof(FInputActionSpeechMapping, SpeechKeyword) == 0x00000C, "Member 'FInputActionSpeechMapping::SpeechKeyword' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputAxisKeyMapping \ +static_assert(alignof(FInputAxisKeyMapping) == 0x000008, "Wrong alignment on FInputAxisKeyMapping"); \ +static_assert(sizeof(FInputAxisKeyMapping) == 0x000030, "Wrong size on FInputAxisKeyMapping"); \ +static_assert(offsetof(FInputAxisKeyMapping, AxisName) == 0x000000, "Member 'FInputAxisKeyMapping::AxisName' has a wrong offset!"); \ +static_assert(offsetof(FInputAxisKeyMapping, Scale) == 0x00000C, "Member 'FInputAxisKeyMapping::Scale' has a wrong offset!"); \ +static_assert(offsetof(FInputAxisKeyMapping, Key) == 0x000010, "Member 'FInputAxisKeyMapping::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputActionKeyMapping \ +static_assert(alignof(FInputActionKeyMapping) == 0x000008, "Wrong alignment on FInputActionKeyMapping"); \ +static_assert(sizeof(FInputActionKeyMapping) == 0x000030, "Wrong size on FInputActionKeyMapping"); \ +static_assert(offsetof(FInputActionKeyMapping, ActionName) == 0x000000, "Member 'FInputActionKeyMapping::ActionName' has a wrong offset!"); \ +static_assert(offsetof(FInputActionKeyMapping, Key) == 0x000010, "Member 'FInputActionKeyMapping::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKeyBind \ +static_assert(alignof(FKeyBind) == 0x000008, "Wrong alignment on FKeyBind"); \ +static_assert(sizeof(FKeyBind) == 0x000038, "Wrong size on FKeyBind"); \ +static_assert(offsetof(FKeyBind, Key) == 0x000000, "Member 'FKeyBind::Key' has a wrong offset!"); \ +static_assert(offsetof(FKeyBind, Command) == 0x000020, "Member 'FKeyBind::Command' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayerMuteList \ +static_assert(alignof(FPlayerMuteList) == 0x000008, "Wrong alignment on FPlayerMuteList"); \ +static_assert(sizeof(FPlayerMuteList) == 0x000038, "Wrong size on FPlayerMuteList"); \ +static_assert(offsetof(FPlayerMuteList, bHasVoiceHandshakeCompleted) == 0x000030, "Member 'FPlayerMuteList::bHasVoiceHandshakeCompleted' has a wrong offset!"); \ +static_assert(offsetof(FPlayerMuteList, VoiceChannelIdx) == 0x000034, "Member 'FPlayerMuteList::VoiceChannelIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPreviewAttachedObjectPair \ +static_assert(alignof(FPreviewAttachedObjectPair) == 0x000008, "Wrong alignment on FPreviewAttachedObjectPair"); \ +static_assert(sizeof(FPreviewAttachedObjectPair) == 0x000048, "Wrong size on FPreviewAttachedObjectPair"); \ +static_assert(offsetof(FPreviewAttachedObjectPair, AttachedObject) == 0x000000, "Member 'FPreviewAttachedObjectPair::AttachedObject' has a wrong offset!"); \ +static_assert(offsetof(FPreviewAttachedObjectPair, Object) == 0x000030, "Member 'FPreviewAttachedObjectPair::Object' has a wrong offset!"); \ +static_assert(offsetof(FPreviewAttachedObjectPair, AttachedTo) == 0x000038, "Member 'FPreviewAttachedObjectPair::AttachedTo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPreviewAssetAttachContainer \ +static_assert(alignof(FPreviewAssetAttachContainer) == 0x000008, "Wrong alignment on FPreviewAssetAttachContainer"); \ +static_assert(sizeof(FPreviewAssetAttachContainer) == 0x000010, "Wrong size on FPreviewAssetAttachContainer"); \ +static_assert(offsetof(FPreviewAssetAttachContainer, AttachedObjects) == 0x000000, "Member 'FPreviewAssetAttachContainer::AttachedObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrimitiveComponentInstanceData \ +static_assert(alignof(FPrimitiveComponentInstanceData) == 0x000010, "Wrong alignment on FPrimitiveComponentInstanceData"); \ +static_assert(sizeof(FPrimitiveComponentInstanceData) == 0x000100, "Wrong size on FPrimitiveComponentInstanceData"); \ +static_assert(offsetof(FPrimitiveComponentInstanceData, ComponentTransform) == 0x0000C0, "Member 'FPrimitiveComponentInstanceData::ComponentTransform' has a wrong offset!"); \ +static_assert(offsetof(FPrimitiveComponentInstanceData, VisibilityId) == 0x0000F0, "Member 'FPrimitiveComponentInstanceData::VisibilityId' has a wrong offset!"); \ +static_assert(offsetof(FPrimitiveComponentInstanceData, LODParent) == 0x0000F8, "Member 'FPrimitiveComponentInstanceData::LODParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpriteCategoryInfo \ +static_assert(alignof(FSpriteCategoryInfo) == 0x000008, "Wrong alignment on FSpriteCategoryInfo"); \ +static_assert(sizeof(FSpriteCategoryInfo) == 0x000040, "Wrong size on FSpriteCategoryInfo"); \ +static_assert(offsetof(FSpriteCategoryInfo, Category) == 0x000000, "Member 'FSpriteCategoryInfo::Category' has a wrong offset!"); \ +static_assert(offsetof(FSpriteCategoryInfo, DisplayName) == 0x000010, "Member 'FSpriteCategoryInfo::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FSpriteCategoryInfo, Description) == 0x000028, "Member 'FSpriteCategoryInfo::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQuartzClockSettings \ +static_assert(alignof(FQuartzClockSettings) == 0x000008, "Wrong alignment on FQuartzClockSettings"); \ +static_assert(sizeof(FQuartzClockSettings) == 0x000020, "Wrong size on FQuartzClockSettings"); \ +static_assert(offsetof(FQuartzClockSettings, TimeSignature) == 0x000000, "Member 'FQuartzClockSettings::TimeSignature' has a wrong offset!"); \ +static_assert(offsetof(FQuartzClockSettings, bIgnoreLevelChange) == 0x000018, "Member 'FQuartzClockSettings::bIgnoreLevelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQuartzQuantizationBoundary \ +static_assert(alignof(FQuartzQuantizationBoundary) == 0x000004, "Wrong alignment on FQuartzQuantizationBoundary"); \ +static_assert(sizeof(FQuartzQuantizationBoundary) == 0x00000C, "Wrong size on FQuartzQuantizationBoundary"); \ +static_assert(offsetof(FQuartzQuantizationBoundary, Quantization) == 0x000000, "Member 'FQuartzQuantizationBoundary::Quantization' has a wrong offset!"); \ +static_assert(offsetof(FQuartzQuantizationBoundary, Multiplier) == 0x000004, "Member 'FQuartzQuantizationBoundary::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FQuartzQuantizationBoundary, CountingReferencePoint) == 0x000008, "Member 'FQuartzQuantizationBoundary::CountingReferencePoint' has a wrong offset!"); \ +static_assert(offsetof(FQuartzQuantizationBoundary, bFireOnClockStart) == 0x000009, "Member 'FQuartzQuantizationBoundary::bFireOnClockStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQuartzTransportTimeStamp \ +static_assert(alignof(FQuartzTransportTimeStamp) == 0x000004, "Wrong alignment on FQuartzTransportTimeStamp"); \ +static_assert(sizeof(FQuartzTransportTimeStamp) == 0x000010, "Wrong size on FQuartzTransportTimeStamp"); \ +static_assert(offsetof(FQuartzTransportTimeStamp, Bars) == 0x000000, "Member 'FQuartzTransportTimeStamp::Bars' has a wrong offset!"); \ +static_assert(offsetof(FQuartzTransportTimeStamp, Beat) == 0x000004, "Member 'FQuartzTransportTimeStamp::Beat' has a wrong offset!"); \ +static_assert(offsetof(FQuartzTransportTimeStamp, BeatFraction) == 0x000008, "Member 'FQuartzTransportTimeStamp::BeatFraction' has a wrong offset!"); \ +static_assert(offsetof(FQuartzTransportTimeStamp, Seconds) == 0x00000C, "Member 'FQuartzTransportTimeStamp::Seconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelNameAndTime \ +static_assert(alignof(FLevelNameAndTime) == 0x000008, "Wrong alignment on FLevelNameAndTime"); \ +static_assert(sizeof(FLevelNameAndTime) == 0x000018, "Wrong size on FLevelNameAndTime"); \ +static_assert(offsetof(FLevelNameAndTime, LevelName) == 0x000000, "Member 'FLevelNameAndTime::LevelName' has a wrong offset!"); \ +static_assert(offsetof(FLevelNameAndTime, LevelChangeTimeInMS) == 0x000010, "Member 'FLevelNameAndTime::LevelChangeTimeInMS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FReverbSettings \ +static_assert(alignof(FReverbSettings) == 0x000008, "Wrong alignment on FReverbSettings"); \ +static_assert(sizeof(FReverbSettings) == 0x000020, "Wrong size on FReverbSettings"); \ +static_assert(offsetof(FReverbSettings, bApplyReverb) == 0x000000, "Member 'FReverbSettings::bApplyReverb' has a wrong offset!"); \ +static_assert(offsetof(FReverbSettings, ReverbEffect) == 0x000008, "Member 'FReverbSettings::ReverbEffect' has a wrong offset!"); \ +static_assert(offsetof(FReverbSettings, ReverbPluginEffect) == 0x000010, "Member 'FReverbSettings::ReverbPluginEffect' has a wrong offset!"); \ +static_assert(offsetof(FReverbSettings, Volume) == 0x000018, "Member 'FReverbSettings::Volume' has a wrong offset!"); \ +static_assert(offsetof(FReverbSettings, FadeTime) == 0x00001C, "Member 'FReverbSettings::FadeTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformBase \ +static_assert(alignof(FTransformBase) == 0x000008, "Wrong alignment on FTransformBase"); \ +static_assert(sizeof(FTransformBase) == 0x000030, "Wrong size on FTransformBase"); \ +static_assert(offsetof(FTransformBase, Node) == 0x000000, "Member 'FTransformBase::Node' has a wrong offset!"); \ +static_assert(offsetof(FTransformBase, Constraints) == 0x000010, "Member 'FTransformBase::Constraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootMotionSource_MoveToDynamicForce \ +static_assert(alignof(FRootMotionSource_MoveToDynamicForce) == 0x000010, "Wrong alignment on FRootMotionSource_MoveToDynamicForce"); \ +static_assert(sizeof(FRootMotionSource_MoveToDynamicForce) == 0x0000D0, "Wrong size on FRootMotionSource_MoveToDynamicForce"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, StartLocation) == 0x000098, "Member 'FRootMotionSource_MoveToDynamicForce::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, InitialTargetLocation) == 0x0000A4, "Member 'FRootMotionSource_MoveToDynamicForce::InitialTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, TargetLocation) == 0x0000B0, "Member 'FRootMotionSource_MoveToDynamicForce::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, bRestrictSpeedToExpected) == 0x0000BC, "Member 'FRootMotionSource_MoveToDynamicForce::bRestrictSpeedToExpected' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, PathOffsetCurve) == 0x0000C0, "Member 'FRootMotionSource_MoveToDynamicForce::PathOffsetCurve' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, TimeMappingCurve) == 0x0000C8, "Member 'FRootMotionSource_MoveToDynamicForce::TimeMappingCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootMotionSource_MoveToForce \ +static_assert(alignof(FRootMotionSource_MoveToForce) == 0x000010, "Wrong alignment on FRootMotionSource_MoveToForce"); \ +static_assert(sizeof(FRootMotionSource_MoveToForce) == 0x0000C0, "Wrong size on FRootMotionSource_MoveToForce"); \ +static_assert(offsetof(FRootMotionSource_MoveToForce, StartLocation) == 0x000098, "Member 'FRootMotionSource_MoveToForce::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToForce, TargetLocation) == 0x0000A4, "Member 'FRootMotionSource_MoveToForce::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToForce, bRestrictSpeedToExpected) == 0x0000B0, "Member 'FRootMotionSource_MoveToForce::bRestrictSpeedToExpected' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToForce, PathOffsetCurve) == 0x0000B8, "Member 'FRootMotionSource_MoveToForce::PathOffsetCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootMotionSource_RadialForce \ +static_assert(alignof(FRootMotionSource_RadialForce) == 0x000010, "Wrong alignment on FRootMotionSource_RadialForce"); \ +static_assert(sizeof(FRootMotionSource_RadialForce) == 0x0000E0, "Wrong size on FRootMotionSource_RadialForce"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, Location) == 0x000098, "Member 'FRootMotionSource_RadialForce::Location' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, LocationActor) == 0x0000A8, "Member 'FRootMotionSource_RadialForce::LocationActor' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, Radius) == 0x0000B0, "Member 'FRootMotionSource_RadialForce::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, Strength) == 0x0000B4, "Member 'FRootMotionSource_RadialForce::Strength' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, bIsPush) == 0x0000B8, "Member 'FRootMotionSource_RadialForce::bIsPush' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, bNoZForce) == 0x0000B9, "Member 'FRootMotionSource_RadialForce::bNoZForce' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, StrengthDistanceFalloff) == 0x0000C0, "Member 'FRootMotionSource_RadialForce::StrengthDistanceFalloff' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, StrengthOverTime) == 0x0000C8, "Member 'FRootMotionSource_RadialForce::StrengthOverTime' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, bUseFixedWorldDirection) == 0x0000D0, "Member 'FRootMotionSource_RadialForce::bUseFixedWorldDirection' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, FixedWorldDirection) == 0x0000D4, "Member 'FRootMotionSource_RadialForce::FixedWorldDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraExposureSettings \ +static_assert(alignof(FCameraExposureSettings) == 0x000008, "Wrong alignment on FCameraExposureSettings"); \ +static_assert(sizeof(FCameraExposureSettings) == 0x000040, "Wrong size on FCameraExposureSettings"); \ +static_assert(offsetof(FCameraExposureSettings, Method) == 0x000000, "Member 'FCameraExposureSettings::Method' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, LowPercent) == 0x000004, "Member 'FCameraExposureSettings::LowPercent' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, HighPercent) == 0x000008, "Member 'FCameraExposureSettings::HighPercent' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, MinBrightness) == 0x00000C, "Member 'FCameraExposureSettings::MinBrightness' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, MaxBrightness) == 0x000010, "Member 'FCameraExposureSettings::MaxBrightness' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, SpeedUp) == 0x000014, "Member 'FCameraExposureSettings::SpeedUp' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, SpeedDown) == 0x000018, "Member 'FCameraExposureSettings::SpeedDown' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, Bias) == 0x00001C, "Member 'FCameraExposureSettings::Bias' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, BiasCurve) == 0x000020, "Member 'FCameraExposureSettings::BiasCurve' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, MeterMask) == 0x000028, "Member 'FCameraExposureSettings::MeterMask' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, HistogramLogMin) == 0x000030, "Member 'FCameraExposureSettings::HistogramLogMin' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, HistogramLogMax) == 0x000034, "Member 'FCameraExposureSettings::HistogramLogMax' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, CalibrationConstant) == 0x000038, "Member 'FCameraExposureSettings::CalibrationConstant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLensImperfectionSettings \ +static_assert(alignof(FLensImperfectionSettings) == 0x000008, "Wrong alignment on FLensImperfectionSettings"); \ +static_assert(sizeof(FLensImperfectionSettings) == 0x000020, "Wrong size on FLensImperfectionSettings"); \ +static_assert(offsetof(FLensImperfectionSettings, DirtMask) == 0x000000, "Member 'FLensImperfectionSettings::DirtMask' has a wrong offset!"); \ +static_assert(offsetof(FLensImperfectionSettings, DirtMaskIntensity) == 0x000008, "Member 'FLensImperfectionSettings::DirtMaskIntensity' has a wrong offset!"); \ +static_assert(offsetof(FLensImperfectionSettings, DirtMaskTint) == 0x00000C, "Member 'FLensImperfectionSettings::DirtMaskTint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLensSettings \ +static_assert(alignof(FLensSettings) == 0x000008, "Wrong alignment on FLensSettings"); \ +static_assert(sizeof(FLensSettings) == 0x0000E0, "Wrong size on FLensSettings"); \ +static_assert(offsetof(FLensSettings, Bloom) == 0x000000, "Member 'FLensSettings::Bloom' has a wrong offset!"); \ +static_assert(offsetof(FLensSettings, Imperfections) == 0x0000B8, "Member 'FLensSettings::Imperfections' has a wrong offset!"); \ +static_assert(offsetof(FLensSettings, ChromaticAberration) == 0x0000D8, "Member 'FLensSettings::ChromaticAberration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFilmStockSettings \ +static_assert(alignof(FFilmStockSettings) == 0x000004, "Wrong alignment on FFilmStockSettings"); \ +static_assert(sizeof(FFilmStockSettings) == 0x000014, "Wrong size on FFilmStockSettings"); \ +static_assert(offsetof(FFilmStockSettings, Slope) == 0x000000, "Member 'FFilmStockSettings::Slope' has a wrong offset!"); \ +static_assert(offsetof(FFilmStockSettings, Toe) == 0x000004, "Member 'FFilmStockSettings::Toe' has a wrong offset!"); \ +static_assert(offsetof(FFilmStockSettings, Shoulder) == 0x000008, "Member 'FFilmStockSettings::Shoulder' has a wrong offset!"); \ +static_assert(offsetof(FFilmStockSettings, BlackClip) == 0x00000C, "Member 'FFilmStockSettings::BlackClip' has a wrong offset!"); \ +static_assert(offsetof(FFilmStockSettings, WhiteClip) == 0x000010, "Member 'FFilmStockSettings::WhiteClip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEngineShowFlagsSetting \ +static_assert(alignof(FEngineShowFlagsSetting) == 0x000008, "Wrong alignment on FEngineShowFlagsSetting"); \ +static_assert(sizeof(FEngineShowFlagsSetting) == 0x000018, "Wrong size on FEngineShowFlagsSetting"); \ +static_assert(offsetof(FEngineShowFlagsSetting, ShowFlagName) == 0x000000, "Member 'FEngineShowFlagsSetting::ShowFlagName' has a wrong offset!"); \ +static_assert(offsetof(FEngineShowFlagsSetting, Enabled) == 0x000010, "Member 'FEngineShowFlagsSetting::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSceneViewExtensionIsActiveFunctor \ +static_assert(alignof(FSceneViewExtensionIsActiveFunctor) == 0x000010, "Wrong alignment on FSceneViewExtensionIsActiveFunctor"); \ +static_assert(sizeof(FSceneViewExtensionIsActiveFunctor) == 0x000050, "Wrong size on FSceneViewExtensionIsActiveFunctor"); \ + +#define DUMPER7_ASSERTS_FSkeletalMaterial \ +static_assert(alignof(FSkeletalMaterial) == 0x000008, "Wrong alignment on FSkeletalMaterial"); \ +static_assert(sizeof(FSkeletalMaterial) == 0x000028, "Wrong size on FSkeletalMaterial"); \ +static_assert(offsetof(FSkeletalMaterial, MaterialInterface) == 0x000000, "Member 'FSkeletalMaterial::MaterialInterface' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMaterial, MaterialSlotName) == 0x000008, "Member 'FSkeletalMaterial::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMaterial, UVChannelData) == 0x000014, "Member 'FSkeletalMaterial::UVChannelData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothPhysicsProperties_Legacy \ +static_assert(alignof(FClothPhysicsProperties_Legacy) == 0x000004, "Wrong alignment on FClothPhysicsProperties_Legacy"); \ +static_assert(sizeof(FClothPhysicsProperties_Legacy) == 0x000050, "Wrong size on FClothPhysicsProperties_Legacy"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, VerticalResistance) == 0x000000, "Member 'FClothPhysicsProperties_Legacy::VerticalResistance' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, HorizontalResistance) == 0x000004, "Member 'FClothPhysicsProperties_Legacy::HorizontalResistance' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, BendResistance) == 0x000008, "Member 'FClothPhysicsProperties_Legacy::BendResistance' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, ShearResistance) == 0x00000C, "Member 'FClothPhysicsProperties_Legacy::ShearResistance' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, Friction) == 0x000010, "Member 'FClothPhysicsProperties_Legacy::Friction' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, Damping) == 0x000014, "Member 'FClothPhysicsProperties_Legacy::Damping' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, TetherStiffness) == 0x000018, "Member 'FClothPhysicsProperties_Legacy::TetherStiffness' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, TetherLimit) == 0x00001C, "Member 'FClothPhysicsProperties_Legacy::TetherLimit' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, Drag) == 0x000020, "Member 'FClothPhysicsProperties_Legacy::Drag' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, StiffnessFrequency) == 0x000024, "Member 'FClothPhysicsProperties_Legacy::StiffnessFrequency' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, GravityScale) == 0x000028, "Member 'FClothPhysicsProperties_Legacy::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, MassScale) == 0x00002C, "Member 'FClothPhysicsProperties_Legacy::MassScale' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, InertiaBlend) == 0x000030, "Member 'FClothPhysicsProperties_Legacy::InertiaBlend' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, SelfCollisionThickness) == 0x000034, "Member 'FClothPhysicsProperties_Legacy::SelfCollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, SelfCollisionSquashScale) == 0x000038, "Member 'FClothPhysicsProperties_Legacy::SelfCollisionSquashScale' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, SelfCollisionStiffness) == 0x00003C, "Member 'FClothPhysicsProperties_Legacy::SelfCollisionStiffness' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, SolverFrequency) == 0x000040, "Member 'FClothPhysicsProperties_Legacy::SolverFrequency' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, FiberCompression) == 0x000044, "Member 'FClothPhysicsProperties_Legacy::FiberCompression' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, FiberExpansion) == 0x000048, "Member 'FClothPhysicsProperties_Legacy::FiberExpansion' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, FiberResistance) == 0x00004C, "Member 'FClothPhysicsProperties_Legacy::FiberResistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothingAssetData_Legacy \ +static_assert(alignof(FClothingAssetData_Legacy) == 0x000008, "Wrong alignment on FClothingAssetData_Legacy"); \ +static_assert(sizeof(FClothingAssetData_Legacy) == 0x000080, "Wrong size on FClothingAssetData_Legacy"); \ +static_assert(offsetof(FClothingAssetData_Legacy, AssetName) == 0x000000, "Member 'FClothingAssetData_Legacy::AssetName' has a wrong offset!"); \ +static_assert(offsetof(FClothingAssetData_Legacy, ApexFileName) == 0x000010, "Member 'FClothingAssetData_Legacy::ApexFileName' has a wrong offset!"); \ +static_assert(offsetof(FClothingAssetData_Legacy, bClothPropertiesChanged) == 0x000020, "Member 'FClothingAssetData_Legacy::bClothPropertiesChanged' has a wrong offset!"); \ +static_assert(offsetof(FClothingAssetData_Legacy, PhysicsProperties) == 0x000024, "Member 'FClothingAssetData_Legacy::PhysicsProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshClothBuildParams \ +static_assert(alignof(FSkeletalMeshClothBuildParams) == 0x000008, "Wrong alignment on FSkeletalMeshClothBuildParams"); \ +static_assert(sizeof(FSkeletalMeshClothBuildParams) == 0x000060, "Wrong size on FSkeletalMeshClothBuildParams"); \ +static_assert(offsetof(FSkeletalMeshClothBuildParams, TargetAsset) == 0x000000, "Member 'FSkeletalMeshClothBuildParams::TargetAsset' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshClothBuildParams, TargetLod) == 0x000008, "Member 'FSkeletalMeshClothBuildParams::TargetLod' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshClothBuildParams, bRemapParameters) == 0x00000C, "Member 'FSkeletalMeshClothBuildParams::bRemapParameters' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshClothBuildParams, AssetName) == 0x000010, "Member 'FSkeletalMeshClothBuildParams::AssetName' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshClothBuildParams, LodIndex) == 0x000020, "Member 'FSkeletalMeshClothBuildParams::LodIndex' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshClothBuildParams, SourceSection) == 0x000024, "Member 'FSkeletalMeshClothBuildParams::SourceSection' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshClothBuildParams, bRemoveFromMesh) == 0x000028, "Member 'FSkeletalMeshClothBuildParams::bRemoveFromMesh' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshClothBuildParams, PhysicsAsset) == 0x000030, "Member 'FSkeletalMeshClothBuildParams::PhysicsAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoneMirrorExport \ +static_assert(alignof(FBoneMirrorExport) == 0x000004, "Wrong alignment on FBoneMirrorExport"); \ +static_assert(sizeof(FBoneMirrorExport) == 0x00001C, "Wrong size on FBoneMirrorExport"); \ +static_assert(offsetof(FBoneMirrorExport, BoneName) == 0x000000, "Member 'FBoneMirrorExport::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FBoneMirrorExport, SourceBoneName) == 0x00000C, "Member 'FBoneMirrorExport::SourceBoneName' has a wrong offset!"); \ +static_assert(offsetof(FBoneMirrorExport, BoneFlipAxis) == 0x000018, "Member 'FBoneMirrorExport::BoneFlipAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshComponentEndPhysicsTickFunction \ +static_assert(alignof(FSkeletalMeshComponentEndPhysicsTickFunction) == 0x000008, "Wrong alignment on FSkeletalMeshComponentEndPhysicsTickFunction"); \ +static_assert(sizeof(FSkeletalMeshComponentEndPhysicsTickFunction) == 0x000030, "Wrong size on FSkeletalMeshComponentEndPhysicsTickFunction"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshLODGroupSettings \ +static_assert(alignof(FSkeletalMeshLODGroupSettings) == 0x000008, "Wrong alignment on FSkeletalMeshLODGroupSettings"); \ +static_assert(sizeof(FSkeletalMeshLODGroupSettings) == 0x000080, "Wrong size on FSkeletalMeshLODGroupSettings"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, ScreenSize) == 0x000000, "Member 'FSkeletalMeshLODGroupSettings::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, LODHysteresis) == 0x000004, "Member 'FSkeletalMeshLODGroupSettings::LODHysteresis' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, BoneFilterActionOption) == 0x000008, "Member 'FSkeletalMeshLODGroupSettings::BoneFilterActionOption' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, BoneList) == 0x000010, "Member 'FSkeletalMeshLODGroupSettings::BoneList' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, BonesToPrioritize) == 0x000020, "Member 'FSkeletalMeshLODGroupSettings::BonesToPrioritize' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, WeightOfPrioritization) == 0x000030, "Member 'FSkeletalMeshLODGroupSettings::WeightOfPrioritization' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, BakePose) == 0x000038, "Member 'FSkeletalMeshLODGroupSettings::BakePose' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, ReductionSettings) == 0x000040, "Member 'FSkeletalMeshLODGroupSettings::ReductionSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNameMapping \ +static_assert(alignof(FNameMapping) == 0x000004, "Wrong alignment on FNameMapping"); \ +static_assert(sizeof(FNameMapping) == 0x000018, "Wrong size on FNameMapping"); \ +static_assert(offsetof(FNameMapping, NodeName) == 0x000000, "Member 'FNameMapping::NodeName' has a wrong offset!"); \ +static_assert(offsetof(FNameMapping, BoneName) == 0x00000C, "Member 'FNameMapping::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigConfiguration \ +static_assert(alignof(FRigConfiguration) == 0x000008, "Wrong alignment on FRigConfiguration"); \ +static_assert(sizeof(FRigConfiguration) == 0x000018, "Wrong size on FRigConfiguration"); \ +static_assert(offsetof(FRigConfiguration, Rig) == 0x000000, "Member 'FRigConfiguration::Rig' has a wrong offset!"); \ +static_assert(offsetof(FRigConfiguration, BoneMappingTable) == 0x000008, "Member 'FRigConfiguration::BoneMappingTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FReferencePose \ +static_assert(alignof(FReferencePose) == 0x000008, "Wrong alignment on FReferencePose"); \ +static_assert(sizeof(FReferencePose) == 0x000020, "Wrong size on FReferencePose"); \ +static_assert(offsetof(FReferencePose, PoseName) == 0x000000, "Member 'FReferencePose::PoseName' has a wrong offset!"); \ +static_assert(offsetof(FReferencePose, ReferencePose) == 0x000010, "Member 'FReferencePose::ReferencePose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoneNode \ +static_assert(alignof(FBoneNode) == 0x000004, "Wrong alignment on FBoneNode"); \ +static_assert(sizeof(FBoneNode) == 0x000014, "Wrong size on FBoneNode"); \ +static_assert(offsetof(FBoneNode, Name) == 0x000000, "Member 'FBoneNode::Name' has a wrong offset!"); \ +static_assert(offsetof(FBoneNode, ParentIndex) == 0x00000C, "Member 'FBoneNode::ParentIndex' has a wrong offset!"); \ +static_assert(offsetof(FBoneNode, TranslationRetargetingMode) == 0x000010, "Member 'FBoneNode::TranslationRetargetingMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletonToMeshLinkup \ +static_assert(alignof(FSkeletonToMeshLinkup) == 0x000008, "Wrong alignment on FSkeletonToMeshLinkup"); \ +static_assert(sizeof(FSkeletonToMeshLinkup) == 0x000020, "Wrong size on FSkeletonToMeshLinkup"); \ +static_assert(offsetof(FSkeletonToMeshLinkup, SkeletonToMeshTable) == 0x000000, "Member 'FSkeletonToMeshLinkup::SkeletonToMeshTable' has a wrong offset!"); \ +static_assert(offsetof(FSkeletonToMeshLinkup, MeshToSkeletonTable) == 0x000010, "Member 'FSkeletonToMeshLinkup::MeshToSkeletonTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkelMeshSkinWeightInfo \ +static_assert(alignof(FSkelMeshSkinWeightInfo) == 0x000004, "Wrong alignment on FSkelMeshSkinWeightInfo"); \ +static_assert(sizeof(FSkelMeshSkinWeightInfo) == 0x00003C, "Wrong size on FSkelMeshSkinWeightInfo"); \ +static_assert(offsetof(FSkelMeshSkinWeightInfo, Bones) == 0x000000, "Member 'FSkelMeshSkinWeightInfo::Bones' has a wrong offset!"); \ +static_assert(offsetof(FSkelMeshSkinWeightInfo, Weights) == 0x000030, "Member 'FSkelMeshSkinWeightInfo::Weights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkinWeightProfileInfo \ +static_assert(alignof(FSkinWeightProfileInfo) == 0x000004, "Wrong alignment on FSkinWeightProfileInfo"); \ +static_assert(sizeof(FSkinWeightProfileInfo) == 0x000014, "Wrong size on FSkinWeightProfileInfo"); \ +static_assert(offsetof(FSkinWeightProfileInfo, Name) == 0x000000, "Member 'FSkinWeightProfileInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FSkinWeightProfileInfo, DefaultProfile) == 0x00000C, "Member 'FSkinWeightProfileInfo::DefaultProfile' has a wrong offset!"); \ +static_assert(offsetof(FSkinWeightProfileInfo, DefaultProfileFromLODIndex) == 0x000010, "Member 'FSkinWeightProfileInfo::DefaultProfileFromLODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTentDistribution \ +static_assert(alignof(FTentDistribution) == 0x000004, "Wrong alignment on FTentDistribution"); \ +static_assert(sizeof(FTentDistribution) == 0x00000C, "Wrong size on FTentDistribution"); \ +static_assert(offsetof(FTentDistribution, TipAltitude) == 0x000000, "Member 'FTentDistribution::TipAltitude' has a wrong offset!"); \ +static_assert(offsetof(FTentDistribution, TipValue) == 0x000004, "Member 'FTentDistribution::TipValue' has a wrong offset!"); \ +static_assert(offsetof(FTentDistribution, Width) == 0x000008, "Member 'FTentDistribution::Width' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrecomputedSkyLightInstanceData \ +static_assert(alignof(FPrecomputedSkyLightInstanceData) == 0x000010, "Wrong alignment on FPrecomputedSkyLightInstanceData"); \ +static_assert(sizeof(FPrecomputedSkyLightInstanceData) == 0x000170, "Wrong size on FPrecomputedSkyLightInstanceData"); \ +static_assert(offsetof(FPrecomputedSkyLightInstanceData, LightGuid) == 0x0000B8, "Member 'FPrecomputedSkyLightInstanceData::LightGuid' has a wrong offset!"); \ +static_assert(offsetof(FPrecomputedSkyLightInstanceData, AverageBrightness) == 0x0000C8, "Member 'FPrecomputedSkyLightInstanceData::AverageBrightness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartNameContainer \ +static_assert(alignof(FSmartNameContainer) == 0x000008, "Wrong alignment on FSmartNameContainer"); \ +static_assert(sizeof(FSmartNameContainer) == 0x000050, "Wrong size on FSmartNameContainer"); \ + +#define DUMPER7_ASSERTS_FCurveMetaData \ +static_assert(alignof(FCurveMetaData) == 0x000008, "Wrong alignment on FCurveMetaData"); \ +static_assert(sizeof(FCurveMetaData) == 0x000018, "Wrong size on FCurveMetaData"); \ + +#define DUMPER7_ASSERTS_FSoundAttenuationPluginSettings \ +static_assert(alignof(FSoundAttenuationPluginSettings) == 0x000008, "Wrong alignment on FSoundAttenuationPluginSettings"); \ +static_assert(sizeof(FSoundAttenuationPluginSettings) == 0x000030, "Wrong size on FSoundAttenuationPluginSettings"); \ +static_assert(offsetof(FSoundAttenuationPluginSettings, SpatializationPluginSettingsArray) == 0x000000, "Member 'FSoundAttenuationPluginSettings::SpatializationPluginSettingsArray' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationPluginSettings, OcclusionPluginSettingsArray) == 0x000010, "Member 'FSoundAttenuationPluginSettings::OcclusionPluginSettingsArray' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationPluginSettings, ReverbPluginSettingsArray) == 0x000020, "Member 'FSoundAttenuationPluginSettings::ReverbPluginSettingsArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundAttenuationSettings \ +static_assert(alignof(FSoundAttenuationSettings) == 0x000008, "Wrong alignment on FSoundAttenuationSettings"); \ +static_assert(sizeof(FSoundAttenuationSettings) == 0x0003A0, "Wrong size on FSoundAttenuationSettings"); \ +static_assert(offsetof(FSoundAttenuationSettings, SpatializationAlgorithm) == 0x0000B2, "Member 'FSoundAttenuationSettings::SpatializationAlgorithm' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, BinauralRadius) == 0x0000B4, "Member 'FSoundAttenuationSettings::BinauralRadius' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, AbsorptionMethod) == 0x0000B8, "Member 'FSoundAttenuationSettings::AbsorptionMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OcclusionTraceChannel) == 0x0000B9, "Member 'FSoundAttenuationSettings::OcclusionTraceChannel' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbSendMethod) == 0x0000BA, "Member 'FSoundAttenuationSettings::ReverbSendMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMethod) == 0x0000BB, "Member 'FSoundAttenuationSettings::PriorityAttenuationMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OmniRadius) == 0x0000BC, "Member 'FSoundAttenuationSettings::OmniRadius' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, StereoSpread) == 0x0000C0, "Member 'FSoundAttenuationSettings::StereoSpread' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, LPFRadiusMin) == 0x0000C4, "Member 'FSoundAttenuationSettings::LPFRadiusMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, LPFRadiusMax) == 0x0000C8, "Member 'FSoundAttenuationSettings::LPFRadiusMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, CustomLowpassAirAbsorptionCurve) == 0x0000D0, "Member 'FSoundAttenuationSettings::CustomLowpassAirAbsorptionCurve' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, CustomHighpassAirAbsorptionCurve) == 0x000158, "Member 'FSoundAttenuationSettings::CustomHighpassAirAbsorptionCurve' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, LPFFrequencyAtMin) == 0x0001E0, "Member 'FSoundAttenuationSettings::LPFFrequencyAtMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, LPFFrequencyAtMax) == 0x0001E4, "Member 'FSoundAttenuationSettings::LPFFrequencyAtMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, HPFFrequencyAtMin) == 0x0001E8, "Member 'FSoundAttenuationSettings::HPFFrequencyAtMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, HPFFrequencyAtMax) == 0x0001EC, "Member 'FSoundAttenuationSettings::HPFFrequencyAtMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusAzimuth) == 0x0001F0, "Member 'FSoundAttenuationSettings::FocusAzimuth' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonFocusAzimuth) == 0x0001F4, "Member 'FSoundAttenuationSettings::NonFocusAzimuth' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusDistanceScale) == 0x0001F8, "Member 'FSoundAttenuationSettings::FocusDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonFocusDistanceScale) == 0x0001FC, "Member 'FSoundAttenuationSettings::NonFocusDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusPriorityScale) == 0x000200, "Member 'FSoundAttenuationSettings::FocusPriorityScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonFocusPriorityScale) == 0x000204, "Member 'FSoundAttenuationSettings::NonFocusPriorityScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusVolumeAttenuation) == 0x000208, "Member 'FSoundAttenuationSettings::FocusVolumeAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonFocusVolumeAttenuation) == 0x00020C, "Member 'FSoundAttenuationSettings::NonFocusVolumeAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusAttackInterpSpeed) == 0x000210, "Member 'FSoundAttenuationSettings::FocusAttackInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusReleaseInterpSpeed) == 0x000214, "Member 'FSoundAttenuationSettings::FocusReleaseInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OcclusionLowPassFilterFrequency) == 0x000218, "Member 'FSoundAttenuationSettings::OcclusionLowPassFilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OcclusionVolumeAttenuation) == 0x00021C, "Member 'FSoundAttenuationSettings::OcclusionVolumeAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OcclusionInterpolationTime) == 0x000220, "Member 'FSoundAttenuationSettings::OcclusionInterpolationTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbWetLevelMin) == 0x000224, "Member 'FSoundAttenuationSettings::ReverbWetLevelMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbWetLevelMax) == 0x000228, "Member 'FSoundAttenuationSettings::ReverbWetLevelMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbDistanceMin) == 0x00022C, "Member 'FSoundAttenuationSettings::ReverbDistanceMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbDistanceMax) == 0x000230, "Member 'FSoundAttenuationSettings::ReverbDistanceMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ManualReverbSendLevel) == 0x000234, "Member 'FSoundAttenuationSettings::ManualReverbSendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, CustomReverbSendCurve) == 0x000238, "Member 'FSoundAttenuationSettings::CustomReverbSendCurve' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, SubmixSendSettings) == 0x0002C0, "Member 'FSoundAttenuationSettings::SubmixSendSettings' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMin) == 0x0002D0, "Member 'FSoundAttenuationSettings::PriorityAttenuationMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMax) == 0x0002D4, "Member 'FSoundAttenuationSettings::PriorityAttenuationMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationDistanceMin) == 0x0002D8, "Member 'FSoundAttenuationSettings::PriorityAttenuationDistanceMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationDistanceMax) == 0x0002DC, "Member 'FSoundAttenuationSettings::PriorityAttenuationDistanceMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ManualPriorityAttenuation) == 0x0002E0, "Member 'FSoundAttenuationSettings::ManualPriorityAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, CustomPriorityAttenuationCurve) == 0x0002E8, "Member 'FSoundAttenuationSettings::CustomPriorityAttenuationCurve' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PluginSettings) == 0x000370, "Member 'FSoundAttenuationSettings::PluginSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPassiveSoundMixModifier \ +static_assert(alignof(FPassiveSoundMixModifier) == 0x000008, "Wrong alignment on FPassiveSoundMixModifier"); \ +static_assert(sizeof(FPassiveSoundMixModifier) == 0x000010, "Wrong size on FPassiveSoundMixModifier"); \ +static_assert(offsetof(FPassiveSoundMixModifier, SoundMix) == 0x000000, "Member 'FPassiveSoundMixModifier::SoundMix' has a wrong offset!"); \ +static_assert(offsetof(FPassiveSoundMixModifier, MinVolumeThreshold) == 0x000008, "Member 'FPassiveSoundMixModifier::MinVolumeThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPassiveSoundMixModifier, MaxVolumeThreshold) == 0x00000C, "Member 'FPassiveSoundMixModifier::MaxVolumeThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundModulationDefaultSettings \ +static_assert(alignof(FSoundModulationDefaultSettings) == 0x000008, "Wrong alignment on FSoundModulationDefaultSettings"); \ +static_assert(sizeof(FSoundModulationDefaultSettings) == 0x000040, "Wrong size on FSoundModulationDefaultSettings"); \ +static_assert(offsetof(FSoundModulationDefaultSettings, VolumeModulationDestination) == 0x000000, "Member 'FSoundModulationDefaultSettings::VolumeModulationDestination' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultSettings, PitchModulationDestination) == 0x000010, "Member 'FSoundModulationDefaultSettings::PitchModulationDestination' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultSettings, HighpassModulationDestination) == 0x000020, "Member 'FSoundModulationDefaultSettings::HighpassModulationDestination' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultSettings, LowpassModulationDestination) == 0x000030, "Member 'FSoundModulationDefaultSettings::LowpassModulationDestination' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundClassProperties \ +static_assert(alignof(FSoundClassProperties) == 0x000008, "Wrong alignment on FSoundClassProperties"); \ +static_assert(sizeof(FSoundClassProperties) == 0x000078, "Wrong size on FSoundClassProperties"); \ +static_assert(offsetof(FSoundClassProperties, Volume) == 0x000000, "Member 'FSoundClassProperties::Volume' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, Pitch) == 0x000004, "Member 'FSoundClassProperties::Pitch' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, LowPassFilterFrequency) == 0x000008, "Member 'FSoundClassProperties::LowPassFilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, AttenuationDistanceScale) == 0x00000C, "Member 'FSoundClassProperties::AttenuationDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, LFEBleed) == 0x000010, "Member 'FSoundClassProperties::LFEBleed' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, VoiceCenterChannelVolume) == 0x000014, "Member 'FSoundClassProperties::VoiceCenterChannelVolume' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, RadioFilterVolume) == 0x000018, "Member 'FSoundClassProperties::RadioFilterVolume' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, RadioFilterVolumeThreshold) == 0x00001C, "Member 'FSoundClassProperties::RadioFilterVolumeThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, Default2DReverbSendAmount) == 0x000024, "Member 'FSoundClassProperties::Default2DReverbSendAmount' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, ModulationSettings) == 0x000028, "Member 'FSoundClassProperties::ModulationSettings' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, OutputTarget) == 0x000068, "Member 'FSoundClassProperties::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, LoadingBehavior) == 0x000069, "Member 'FSoundClassProperties::LoadingBehavior' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, DefaultSubmix) == 0x000070, "Member 'FSoundClassProperties::DefaultSubmix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundConcurrencySettings \ +static_assert(alignof(FSoundConcurrencySettings) == 0x000004, "Wrong alignment on FSoundConcurrencySettings"); \ +static_assert(sizeof(FSoundConcurrencySettings) == 0x000028, "Wrong size on FSoundConcurrencySettings"); \ +static_assert(offsetof(FSoundConcurrencySettings, MaxCount) == 0x000000, "Member 'FSoundConcurrencySettings::MaxCount' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, ResolutionRule) == 0x000008, "Member 'FSoundConcurrencySettings::ResolutionRule' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, RetriggerTime) == 0x00000C, "Member 'FSoundConcurrencySettings::RetriggerTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, VolumeScale) == 0x000010, "Member 'FSoundConcurrencySettings::VolumeScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleMode) == 0x000014, "Member 'FSoundConcurrencySettings::VolumeScaleMode' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleAttackTime) == 0x000018, "Member 'FSoundConcurrencySettings::VolumeScaleAttackTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleReleaseTime) == 0x000020, "Member 'FSoundConcurrencySettings::VolumeScaleReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, VoiceStealReleaseTime) == 0x000024, "Member 'FSoundConcurrencySettings::VoiceStealReleaseTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundNodeEditorData \ +static_assert(alignof(FSoundNodeEditorData) == 0x000004, "Wrong alignment on FSoundNodeEditorData"); \ +static_assert(sizeof(FSoundNodeEditorData) == 0x000008, "Wrong size on FSoundNodeEditorData"); \ + +#define DUMPER7_ASSERTS_FSourceEffectChainEntry \ +static_assert(alignof(FSourceEffectChainEntry) == 0x000008, "Wrong alignment on FSourceEffectChainEntry"); \ +static_assert(sizeof(FSourceEffectChainEntry) == 0x000010, "Wrong size on FSourceEffectChainEntry"); \ +static_assert(offsetof(FSourceEffectChainEntry, Preset) == 0x000000, "Member 'FSourceEffectChainEntry::Preset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundClassAdjuster \ +static_assert(alignof(FSoundClassAdjuster) == 0x000008, "Wrong alignment on FSoundClassAdjuster"); \ +static_assert(sizeof(FSoundClassAdjuster) == 0x000020, "Wrong size on FSoundClassAdjuster"); \ +static_assert(offsetof(FSoundClassAdjuster, SoundClassObject) == 0x000000, "Member 'FSoundClassAdjuster::SoundClassObject' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassAdjuster, VolumeAdjuster) == 0x000008, "Member 'FSoundClassAdjuster::VolumeAdjuster' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassAdjuster, PitchAdjuster) == 0x00000C, "Member 'FSoundClassAdjuster::PitchAdjuster' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassAdjuster, LowPassFilterFrequency) == 0x000010, "Member 'FSoundClassAdjuster::LowPassFilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassAdjuster, VoiceCenterChannelVolumeAdjuster) == 0x000018, "Member 'FSoundClassAdjuster::VoiceCenterChannelVolumeAdjuster' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioEQEffect \ +static_assert(alignof(FAudioEQEffect) == 0x000008, "Wrong alignment on FAudioEQEffect"); \ +static_assert(sizeof(FAudioEQEffect) == 0x000040, "Wrong size on FAudioEQEffect"); \ +static_assert(offsetof(FAudioEQEffect, FrequencyCenter0) == 0x000010, "Member 'FAudioEQEffect::FrequencyCenter0' has a wrong offset!"); \ +static_assert(offsetof(FAudioEQEffect, Gain0) == 0x000014, "Member 'FAudioEQEffect::Gain0' has a wrong offset!"); \ +static_assert(offsetof(FAudioEQEffect, Bandwidth0) == 0x000018, "Member 'FAudioEQEffect::Bandwidth0' has a wrong offset!"); \ +static_assert(offsetof(FAudioEQEffect, FrequencyCenter1) == 0x00001C, "Member 'FAudioEQEffect::FrequencyCenter1' has a wrong offset!"); \ +static_assert(offsetof(FAudioEQEffect, Gain1) == 0x000020, "Member 'FAudioEQEffect::Gain1' has a wrong offset!"); \ +static_assert(offsetof(FAudioEQEffect, Bandwidth1) == 0x000024, "Member 'FAudioEQEffect::Bandwidth1' has a wrong offset!"); \ +static_assert(offsetof(FAudioEQEffect, FrequencyCenter2) == 0x000028, "Member 'FAudioEQEffect::FrequencyCenter2' has a wrong offset!"); \ +static_assert(offsetof(FAudioEQEffect, Gain2) == 0x00002C, "Member 'FAudioEQEffect::Gain2' has a wrong offset!"); \ +static_assert(offsetof(FAudioEQEffect, Bandwidth2) == 0x000030, "Member 'FAudioEQEffect::Bandwidth2' has a wrong offset!"); \ +static_assert(offsetof(FAudioEQEffect, FrequencyCenter3) == 0x000034, "Member 'FAudioEQEffect::FrequencyCenter3' has a wrong offset!"); \ +static_assert(offsetof(FAudioEQEffect, Gain3) == 0x000038, "Member 'FAudioEQEffect::Gain3' has a wrong offset!"); \ +static_assert(offsetof(FAudioEQEffect, Bandwidth3) == 0x00003C, "Member 'FAudioEQEffect::Bandwidth3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundModulationDefaultRoutingSettings \ +static_assert(alignof(FSoundModulationDefaultRoutingSettings) == 0x000008, "Wrong alignment on FSoundModulationDefaultRoutingSettings"); \ +static_assert(sizeof(FSoundModulationDefaultRoutingSettings) == 0x000048, "Wrong size on FSoundModulationDefaultRoutingSettings"); \ +static_assert(offsetof(FSoundModulationDefaultRoutingSettings, VolumeRouting) == 0x000040, "Member 'FSoundModulationDefaultRoutingSettings::VolumeRouting' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultRoutingSettings, PitchRouting) == 0x000041, "Member 'FSoundModulationDefaultRoutingSettings::PitchRouting' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultRoutingSettings, HighpassRouting) == 0x000042, "Member 'FSoundModulationDefaultRoutingSettings::HighpassRouting' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultRoutingSettings, LowpassRouting) == 0x000043, "Member 'FSoundModulationDefaultRoutingSettings::LowpassRouting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModulatorContinuousParams \ +static_assert(alignof(FModulatorContinuousParams) == 0x000004, "Wrong alignment on FModulatorContinuousParams"); \ +static_assert(sizeof(FModulatorContinuousParams) == 0x000024, "Wrong size on FModulatorContinuousParams"); \ +static_assert(offsetof(FModulatorContinuousParams, ParameterName) == 0x000000, "Member 'FModulatorContinuousParams::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FModulatorContinuousParams, Default) == 0x00000C, "Member 'FModulatorContinuousParams::Default' has a wrong offset!"); \ +static_assert(offsetof(FModulatorContinuousParams, MinInput) == 0x000010, "Member 'FModulatorContinuousParams::MinInput' has a wrong offset!"); \ +static_assert(offsetof(FModulatorContinuousParams, MaxInput) == 0x000014, "Member 'FModulatorContinuousParams::MaxInput' has a wrong offset!"); \ +static_assert(offsetof(FModulatorContinuousParams, MinOutput) == 0x000018, "Member 'FModulatorContinuousParams::MinOutput' has a wrong offset!"); \ +static_assert(offsetof(FModulatorContinuousParams, MaxOutput) == 0x00001C, "Member 'FModulatorContinuousParams::MaxOutput' has a wrong offset!"); \ +static_assert(offsetof(FModulatorContinuousParams, ParamMode) == 0x000020, "Member 'FModulatorContinuousParams::ParamMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundSourceBusSendInfo \ +static_assert(alignof(FSoundSourceBusSendInfo) == 0x000008, "Wrong alignment on FSoundSourceBusSendInfo"); \ +static_assert(sizeof(FSoundSourceBusSendInfo) == 0x0000B8, "Wrong size on FSoundSourceBusSendInfo"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, SourceBusSendLevelControlMethod) == 0x000000, "Member 'FSoundSourceBusSendInfo::SourceBusSendLevelControlMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, SoundSourceBus) == 0x000008, "Member 'FSoundSourceBusSendInfo::SoundSourceBus' has a wrong offset!"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, AudioBus) == 0x000010, "Member 'FSoundSourceBusSendInfo::AudioBus' has a wrong offset!"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, SendLevel) == 0x000018, "Member 'FSoundSourceBusSendInfo::SendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, MinSendLevel) == 0x00001C, "Member 'FSoundSourceBusSendInfo::MinSendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, MaxSendLevel) == 0x000020, "Member 'FSoundSourceBusSendInfo::MaxSendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, MinSendDistance) == 0x000024, "Member 'FSoundSourceBusSendInfo::MinSendDistance' has a wrong offset!"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, MaxSendDistance) == 0x000028, "Member 'FSoundSourceBusSendInfo::MaxSendDistance' has a wrong offset!"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, CustomSendLevelCurve) == 0x000030, "Member 'FSoundSourceBusSendInfo::CustomSendLevelCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundSubmixSpectralAnalysisBandSettings \ +static_assert(alignof(FSoundSubmixSpectralAnalysisBandSettings) == 0x000004, "Wrong alignment on FSoundSubmixSpectralAnalysisBandSettings"); \ +static_assert(sizeof(FSoundSubmixSpectralAnalysisBandSettings) == 0x000010, "Wrong size on FSoundSubmixSpectralAnalysisBandSettings"); \ +static_assert(offsetof(FSoundSubmixSpectralAnalysisBandSettings, BandFrequency) == 0x000000, "Member 'FSoundSubmixSpectralAnalysisBandSettings::BandFrequency' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSpectralAnalysisBandSettings, AttackTimeMsec) == 0x000004, "Member 'FSoundSubmixSpectralAnalysisBandSettings::AttackTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSpectralAnalysisBandSettings, ReleaseTimeMsec) == 0x000008, "Member 'FSoundSubmixSpectralAnalysisBandSettings::ReleaseTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSpectralAnalysisBandSettings, QFactor) == 0x00000C, "Member 'FSoundSubmixSpectralAnalysisBandSettings::QFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundWaveSpectralDataEntry \ +static_assert(alignof(FSoundWaveSpectralDataEntry) == 0x000004, "Wrong alignment on FSoundWaveSpectralDataEntry"); \ +static_assert(sizeof(FSoundWaveSpectralDataEntry) == 0x000008, "Wrong size on FSoundWaveSpectralDataEntry"); \ +static_assert(offsetof(FSoundWaveSpectralDataEntry, Magnitude) == 0x000000, "Member 'FSoundWaveSpectralDataEntry::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveSpectralDataEntry, NormalizedMagnitude) == 0x000004, "Member 'FSoundWaveSpectralDataEntry::NormalizedMagnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundWaveSpectralTimeData \ +static_assert(alignof(FSoundWaveSpectralTimeData) == 0x000008, "Wrong alignment on FSoundWaveSpectralTimeData"); \ +static_assert(sizeof(FSoundWaveSpectralTimeData) == 0x000018, "Wrong size on FSoundWaveSpectralTimeData"); \ +static_assert(offsetof(FSoundWaveSpectralTimeData, Data) == 0x000000, "Member 'FSoundWaveSpectralTimeData::Data' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveSpectralTimeData, TimeSec) == 0x000010, "Member 'FSoundWaveSpectralTimeData::TimeSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundWaveEnvelopeDataPerSound \ +static_assert(alignof(FSoundWaveEnvelopeDataPerSound) == 0x000008, "Wrong alignment on FSoundWaveEnvelopeDataPerSound"); \ +static_assert(sizeof(FSoundWaveEnvelopeDataPerSound) == 0x000010, "Wrong size on FSoundWaveEnvelopeDataPerSound"); \ +static_assert(offsetof(FSoundWaveEnvelopeDataPerSound, Envelope) == 0x000000, "Member 'FSoundWaveEnvelopeDataPerSound::Envelope' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveEnvelopeDataPerSound, PlaybackTime) == 0x000004, "Member 'FSoundWaveEnvelopeDataPerSound::PlaybackTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveEnvelopeDataPerSound, SoundWave) == 0x000008, "Member 'FSoundWaveEnvelopeDataPerSound::SoundWave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStreamedAudioPlatformData \ +static_assert(alignof(FStreamedAudioPlatformData) == 0x000008, "Wrong alignment on FStreamedAudioPlatformData"); \ +static_assert(sizeof(FStreamedAudioPlatformData) == 0x000020, "Wrong size on FStreamedAudioPlatformData"); \ + +#define DUMPER7_ASSERTS_FSplinePoint \ +static_assert(alignof(FSplinePoint) == 0x000004, "Wrong alignment on FSplinePoint"); \ +static_assert(sizeof(FSplinePoint) == 0x000044, "Wrong size on FSplinePoint"); \ +static_assert(offsetof(FSplinePoint, InputKey) == 0x000000, "Member 'FSplinePoint::InputKey' has a wrong offset!"); \ +static_assert(offsetof(FSplinePoint, Position) == 0x000004, "Member 'FSplinePoint::Position' has a wrong offset!"); \ +static_assert(offsetof(FSplinePoint, ArriveTangent) == 0x000010, "Member 'FSplinePoint::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FSplinePoint, LeaveTangent) == 0x00001C, "Member 'FSplinePoint::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FSplinePoint, Rotation) == 0x000028, "Member 'FSplinePoint::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FSplinePoint, Scale) == 0x000034, "Member 'FSplinePoint::Scale' has a wrong offset!"); \ +static_assert(offsetof(FSplinePoint, Type) == 0x000040, "Member 'FSplinePoint::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSplineMeshInstanceData \ +static_assert(alignof(FSplineMeshInstanceData) == 0x000008, "Wrong alignment on FSplineMeshInstanceData"); \ +static_assert(sizeof(FSplineMeshInstanceData) == 0x0000E8, "Wrong size on FSplineMeshInstanceData"); \ +static_assert(offsetof(FSplineMeshInstanceData, StartPos) == 0x0000B8, "Member 'FSplineMeshInstanceData::StartPos' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshInstanceData, EndPos) == 0x0000C4, "Member 'FSplineMeshInstanceData::EndPos' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshInstanceData, StartTangent) == 0x0000D0, "Member 'FSplineMeshInstanceData::StartTangent' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshInstanceData, EndTangent) == 0x0000DC, "Member 'FSplineMeshInstanceData::EndTangent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSplineMeshParams \ +static_assert(alignof(FSplineMeshParams) == 0x000004, "Wrong alignment on FSplineMeshParams"); \ +static_assert(sizeof(FSplineMeshParams) == 0x000058, "Wrong size on FSplineMeshParams"); \ +static_assert(offsetof(FSplineMeshParams, StartPos) == 0x000000, "Member 'FSplineMeshParams::StartPos' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, StartTangent) == 0x00000C, "Member 'FSplineMeshParams::StartTangent' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, StartScale) == 0x000018, "Member 'FSplineMeshParams::StartScale' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, StartRoll) == 0x000020, "Member 'FSplineMeshParams::StartRoll' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, StartOffset) == 0x000024, "Member 'FSplineMeshParams::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, EndPos) == 0x00002C, "Member 'FSplineMeshParams::EndPos' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, EndScale) == 0x000038, "Member 'FSplineMeshParams::EndScale' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, EndTangent) == 0x000040, "Member 'FSplineMeshParams::EndTangent' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, EndRoll) == 0x00004C, "Member 'FSplineMeshParams::EndRoll' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, EndOffset) == 0x000050, "Member 'FSplineMeshParams::EndOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssetEditorOrbitCameraPosition \ +static_assert(alignof(FAssetEditorOrbitCameraPosition) == 0x000004, "Wrong alignment on FAssetEditorOrbitCameraPosition"); \ +static_assert(sizeof(FAssetEditorOrbitCameraPosition) == 0x000028, "Wrong size on FAssetEditorOrbitCameraPosition"); \ +static_assert(offsetof(FAssetEditorOrbitCameraPosition, bIsSet) == 0x000000, "Member 'FAssetEditorOrbitCameraPosition::bIsSet' has a wrong offset!"); \ +static_assert(offsetof(FAssetEditorOrbitCameraPosition, CamOrbitPoint) == 0x000004, "Member 'FAssetEditorOrbitCameraPosition::CamOrbitPoint' has a wrong offset!"); \ +static_assert(offsetof(FAssetEditorOrbitCameraPosition, CamOrbitZoom) == 0x000010, "Member 'FAssetEditorOrbitCameraPosition::CamOrbitZoom' has a wrong offset!"); \ +static_assert(offsetof(FAssetEditorOrbitCameraPosition, CamOrbitRotation) == 0x00001C, "Member 'FAssetEditorOrbitCameraPosition::CamOrbitRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshSectionInfoMap \ +static_assert(alignof(FMeshSectionInfoMap) == 0x000008, "Wrong alignment on FMeshSectionInfoMap"); \ +static_assert(sizeof(FMeshSectionInfoMap) == 0x000050, "Wrong size on FMeshSectionInfoMap"); \ +static_assert(offsetof(FMeshSectionInfoMap, Map) == 0x000000, "Member 'FMeshSectionInfoMap::Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMeshSourceModel \ +static_assert(alignof(FStaticMeshSourceModel) == 0x000008, "Wrong alignment on FStaticMeshSourceModel"); \ +static_assert(sizeof(FStaticMeshSourceModel) == 0x000070, "Wrong size on FStaticMeshSourceModel"); \ +static_assert(offsetof(FStaticMeshSourceModel, BuildSettings) == 0x000000, "Member 'FStaticMeshSourceModel::BuildSettings' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, ReductionSettings) == 0x000030, "Member 'FStaticMeshSourceModel::ReductionSettings' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, LODDistance) == 0x000054, "Member 'FStaticMeshSourceModel::LODDistance' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, ScreenSize) == 0x000058, "Member 'FStaticMeshSourceModel::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, SourceImportFilename) == 0x000060, "Member 'FStaticMeshSourceModel::SourceImportFilename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMeshOptimizationSettings \ +static_assert(alignof(FStaticMeshOptimizationSettings) == 0x000004, "Wrong alignment on FStaticMeshOptimizationSettings"); \ +static_assert(sizeof(FStaticMeshOptimizationSettings) == 0x00001C, "Wrong size on FStaticMeshOptimizationSettings"); \ +static_assert(offsetof(FStaticMeshOptimizationSettings, ReductionMethod) == 0x000000, "Member 'FStaticMeshOptimizationSettings::ReductionMethod' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshOptimizationSettings, NumOfTrianglesPercentage) == 0x000004, "Member 'FStaticMeshOptimizationSettings::NumOfTrianglesPercentage' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshOptimizationSettings, MaxDeviationPercentage) == 0x000008, "Member 'FStaticMeshOptimizationSettings::MaxDeviationPercentage' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshOptimizationSettings, WeldingThreshold) == 0x00000C, "Member 'FStaticMeshOptimizationSettings::WeldingThreshold' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshOptimizationSettings, bRecalcNormals) == 0x000010, "Member 'FStaticMeshOptimizationSettings::bRecalcNormals' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshOptimizationSettings, NormalsThreshold) == 0x000014, "Member 'FStaticMeshOptimizationSettings::NormalsThreshold' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshOptimizationSettings, SilhouetteImportance) == 0x000018, "Member 'FStaticMeshOptimizationSettings::SilhouetteImportance' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshOptimizationSettings, TextureImportance) == 0x000019, "Member 'FStaticMeshOptimizationSettings::TextureImportance' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshOptimizationSettings, ShadingImportance) == 0x00001A, "Member 'FStaticMeshOptimizationSettings::ShadingImportance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPaintedVertex \ +static_assert(alignof(FPaintedVertex) == 0x000010, "Wrong alignment on FPaintedVertex"); \ +static_assert(sizeof(FPaintedVertex) == 0x000020, "Wrong size on FPaintedVertex"); \ +static_assert(offsetof(FPaintedVertex, Position) == 0x000000, "Member 'FPaintedVertex::Position' has a wrong offset!"); \ +static_assert(offsetof(FPaintedVertex, Color) == 0x00000C, "Member 'FPaintedVertex::Color' has a wrong offset!"); \ +static_assert(offsetof(FPaintedVertex, Normal) == 0x000010, "Member 'FPaintedVertex::Normal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMeshVertexColorLODData \ +static_assert(alignof(FStaticMeshVertexColorLODData) == 0x000008, "Wrong alignment on FStaticMeshVertexColorLODData"); \ +static_assert(sizeof(FStaticMeshVertexColorLODData) == 0x000028, "Wrong size on FStaticMeshVertexColorLODData"); \ +static_assert(offsetof(FStaticMeshVertexColorLODData, PaintedVertices) == 0x000000, "Member 'FStaticMeshVertexColorLODData::PaintedVertices' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshVertexColorLODData, VertexBufferColors) == 0x000010, "Member 'FStaticMeshVertexColorLODData::VertexBufferColors' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshVertexColorLODData, LODIndex) == 0x000020, "Member 'FStaticMeshVertexColorLODData::LODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMeshComponentInstanceData \ +static_assert(alignof(FStaticMeshComponentInstanceData) == 0x000010, "Wrong alignment on FStaticMeshComponentInstanceData"); \ +static_assert(sizeof(FStaticMeshComponentInstanceData) == 0x000140, "Wrong size on FStaticMeshComponentInstanceData"); \ +static_assert(offsetof(FStaticMeshComponentInstanceData, StaticMesh) == 0x000100, "Member 'FStaticMeshComponentInstanceData::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshComponentInstanceData, VertexColorLODs) == 0x000108, "Member 'FStaticMeshComponentInstanceData::VertexColorLODs' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshComponentInstanceData, CachedStaticLighting) == 0x000118, "Member 'FStaticMeshComponentInstanceData::CachedStaticLighting' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshComponentInstanceData, StreamingTextureData) == 0x000128, "Member 'FStaticMeshComponentInstanceData::StreamingTextureData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEquirectProps \ +static_assert(alignof(FEquirectProps) == 0x000004, "Wrong alignment on FEquirectProps"); \ +static_assert(sizeof(FEquirectProps) == 0x000048, "Wrong size on FEquirectProps"); \ +static_assert(offsetof(FEquirectProps, LeftUVRect) == 0x000000, "Member 'FEquirectProps::LeftUVRect' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, RightUVRect) == 0x000014, "Member 'FEquirectProps::RightUVRect' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, LeftScale) == 0x000028, "Member 'FEquirectProps::LeftScale' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, RightScale) == 0x000030, "Member 'FEquirectProps::RightScale' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, LeftBias) == 0x000038, "Member 'FEquirectProps::LeftBias' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, RightBias) == 0x000040, "Member 'FEquirectProps::RightBias' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubsurfaceProfileStruct \ +static_assert(alignof(FSubsurfaceProfileStruct) == 0x000004, "Wrong alignment on FSubsurfaceProfileStruct"); \ +static_assert(sizeof(FSubsurfaceProfileStruct) == 0x00008C, "Wrong size on FSubsurfaceProfileStruct"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, SurfaceAlbedo) == 0x000000, "Member 'FSubsurfaceProfileStruct::SurfaceAlbedo' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, MeanFreePathColor) == 0x000010, "Member 'FSubsurfaceProfileStruct::MeanFreePathColor' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, MeanFreePathDistance) == 0x000020, "Member 'FSubsurfaceProfileStruct::MeanFreePathDistance' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, WorldUnitScale) == 0x000024, "Member 'FSubsurfaceProfileStruct::WorldUnitScale' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, bEnableBurley) == 0x000028, "Member 'FSubsurfaceProfileStruct::bEnableBurley' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, ScatterRadius) == 0x00002C, "Member 'FSubsurfaceProfileStruct::ScatterRadius' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, SubsurfaceColor) == 0x000030, "Member 'FSubsurfaceProfileStruct::SubsurfaceColor' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, FalloffColor) == 0x000040, "Member 'FSubsurfaceProfileStruct::FalloffColor' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, BoundaryColorBleed) == 0x000050, "Member 'FSubsurfaceProfileStruct::BoundaryColorBleed' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, ExtinctionScale) == 0x000060, "Member 'FSubsurfaceProfileStruct::ExtinctionScale' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, NormalScale) == 0x000064, "Member 'FSubsurfaceProfileStruct::NormalScale' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, ScatteringDistribution) == 0x000068, "Member 'FSubsurfaceProfileStruct::ScatteringDistribution' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, IOR) == 0x00006C, "Member 'FSubsurfaceProfileStruct::IOR' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, Roughness0) == 0x000070, "Member 'FSubsurfaceProfileStruct::Roughness0' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, Roughness1) == 0x000074, "Member 'FSubsurfaceProfileStruct::Roughness1' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, LobeMix) == 0x000078, "Member 'FSubsurfaceProfileStruct::LobeMix' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, TransmissionTintColor) == 0x00007C, "Member 'FSubsurfaceProfileStruct::TransmissionTintColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTexturePlatformData \ +static_assert(alignof(FTexturePlatformData) == 0x000008, "Wrong alignment on FTexturePlatformData"); \ +static_assert(sizeof(FTexturePlatformData) == 0x000030, "Wrong size on FTexturePlatformData"); \ + +#define DUMPER7_ASSERTS_FTextureSource \ +static_assert(alignof(FTextureSource) == 0x000008, "Wrong alignment on FTextureSource"); \ +static_assert(sizeof(FTextureSource) == 0x000038, "Wrong size on FTextureSource"); \ + +#define DUMPER7_ASSERTS_FTextureSourceBlock \ +static_assert(alignof(FTextureSourceBlock) == 0x000004, "Wrong alignment on FTextureSourceBlock"); \ +static_assert(sizeof(FTextureSourceBlock) == 0x000018, "Wrong size on FTextureSourceBlock"); \ +static_assert(offsetof(FTextureSourceBlock, BlockX) == 0x000000, "Member 'FTextureSourceBlock::BlockX' has a wrong offset!"); \ +static_assert(offsetof(FTextureSourceBlock, BlockY) == 0x000004, "Member 'FTextureSourceBlock::BlockY' has a wrong offset!"); \ +static_assert(offsetof(FTextureSourceBlock, SizeX) == 0x000008, "Member 'FTextureSourceBlock::SizeX' has a wrong offset!"); \ +static_assert(offsetof(FTextureSourceBlock, SizeY) == 0x00000C, "Member 'FTextureSourceBlock::SizeY' has a wrong offset!"); \ +static_assert(offsetof(FTextureSourceBlock, NumSlices) == 0x000010, "Member 'FTextureSourceBlock::NumSlices' has a wrong offset!"); \ +static_assert(offsetof(FTextureSourceBlock, NumMips) == 0x000014, "Member 'FTextureSourceBlock::NumMips' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStreamingRenderAssetPrimitiveInfo \ +static_assert(alignof(FStreamingRenderAssetPrimitiveInfo) == 0x000008, "Wrong alignment on FStreamingRenderAssetPrimitiveInfo"); \ +static_assert(sizeof(FStreamingRenderAssetPrimitiveInfo) == 0x000030, "Wrong size on FStreamingRenderAssetPrimitiveInfo"); \ +static_assert(offsetof(FStreamingRenderAssetPrimitiveInfo, RenderAsset) == 0x000000, "Member 'FStreamingRenderAssetPrimitiveInfo::RenderAsset' has a wrong offset!"); \ +static_assert(offsetof(FStreamingRenderAssetPrimitiveInfo, Bounds) == 0x000008, "Member 'FStreamingRenderAssetPrimitiveInfo::Bounds' has a wrong offset!"); \ +static_assert(offsetof(FStreamingRenderAssetPrimitiveInfo, TexelFactor) == 0x000024, "Member 'FStreamingRenderAssetPrimitiveInfo::TexelFactor' has a wrong offset!"); \ +static_assert(offsetof(FStreamingRenderAssetPrimitiveInfo, PackedRelativeBox) == 0x000028, "Member 'FStreamingRenderAssetPrimitiveInfo::PackedRelativeBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimelineEventEntry \ +static_assert(alignof(FTimelineEventEntry) == 0x000004, "Wrong alignment on FTimelineEventEntry"); \ +static_assert(sizeof(FTimelineEventEntry) == 0x000018, "Wrong size on FTimelineEventEntry"); \ +static_assert(offsetof(FTimelineEventEntry, Time) == 0x000000, "Member 'FTimelineEventEntry::Time' has a wrong offset!"); \ +static_assert(offsetof(FTimelineEventEntry, EventFunc) == 0x000004, "Member 'FTimelineEventEntry::EventFunc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimelineVectorTrack \ +static_assert(alignof(FTimelineVectorTrack) == 0x000008, "Wrong alignment on FTimelineVectorTrack"); \ +static_assert(sizeof(FTimelineVectorTrack) == 0x000050, "Wrong size on FTimelineVectorTrack"); \ +static_assert(offsetof(FTimelineVectorTrack, VectorCurve) == 0x000000, "Member 'FTimelineVectorTrack::VectorCurve' has a wrong offset!"); \ +static_assert(offsetof(FTimelineVectorTrack, InterpFunc) == 0x000008, "Member 'FTimelineVectorTrack::InterpFunc' has a wrong offset!"); \ +static_assert(offsetof(FTimelineVectorTrack, TrackName) == 0x00001C, "Member 'FTimelineVectorTrack::TrackName' has a wrong offset!"); \ +static_assert(offsetof(FTimelineVectorTrack, VectorPropertyName) == 0x000028, "Member 'FTimelineVectorTrack::VectorPropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimelineLinearColorTrack \ +static_assert(alignof(FTimelineLinearColorTrack) == 0x000008, "Wrong alignment on FTimelineLinearColorTrack"); \ +static_assert(sizeof(FTimelineLinearColorTrack) == 0x000050, "Wrong size on FTimelineLinearColorTrack"); \ +static_assert(offsetof(FTimelineLinearColorTrack, LinearColorCurve) == 0x000000, "Member 'FTimelineLinearColorTrack::LinearColorCurve' has a wrong offset!"); \ +static_assert(offsetof(FTimelineLinearColorTrack, InterpFunc) == 0x000008, "Member 'FTimelineLinearColorTrack::InterpFunc' has a wrong offset!"); \ +static_assert(offsetof(FTimelineLinearColorTrack, TrackName) == 0x00001C, "Member 'FTimelineLinearColorTrack::TrackName' has a wrong offset!"); \ +static_assert(offsetof(FTimelineLinearColorTrack, LinearColorPropertyName) == 0x000028, "Member 'FTimelineLinearColorTrack::LinearColorPropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimeline \ +static_assert(alignof(FTimeline) == 0x000008, "Wrong alignment on FTimeline"); \ +static_assert(sizeof(FTimeline) == 0x0000A8, "Wrong size on FTimeline"); \ +static_assert(offsetof(FTimeline, LengthMode) == 0x000000, "Member 'FTimeline::LengthMode' has a wrong offset!"); \ +static_assert(offsetof(FTimeline, Length) == 0x000004, "Member 'FTimeline::Length' has a wrong offset!"); \ +static_assert(offsetof(FTimeline, PlayRate) == 0x000008, "Member 'FTimeline::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FTimeline, Position) == 0x00000C, "Member 'FTimeline::Position' has a wrong offset!"); \ +static_assert(offsetof(FTimeline, Events) == 0x000010, "Member 'FTimeline::Events' has a wrong offset!"); \ +static_assert(offsetof(FTimeline, InterpVectors) == 0x000020, "Member 'FTimeline::InterpVectors' has a wrong offset!"); \ +static_assert(offsetof(FTimeline, InterpFloats) == 0x000030, "Member 'FTimeline::InterpFloats' has a wrong offset!"); \ +static_assert(offsetof(FTimeline, InterpLinearColors) == 0x000040, "Member 'FTimeline::InterpLinearColors' has a wrong offset!"); \ +static_assert(offsetof(FTimeline, TimelinePostUpdateFunc) == 0x000050, "Member 'FTimeline::TimelinePostUpdateFunc' has a wrong offset!"); \ +static_assert(offsetof(FTimeline, TimelineFinishedFunc) == 0x000064, "Member 'FTimeline::TimelineFinishedFunc' has a wrong offset!"); \ +static_assert(offsetof(FTimeline, PropertySetObject) == 0x000078, "Member 'FTimeline::PropertySetObject' has a wrong offset!"); \ +static_assert(offsetof(FTimeline, DirectionPropertyName) == 0x000080, "Member 'FTimeline::DirectionPropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTTLinearColorTrack \ +static_assert(alignof(FTTLinearColorTrack) == 0x000008, "Wrong alignment on FTTLinearColorTrack"); \ +static_assert(sizeof(FTTLinearColorTrack) == 0x000030, "Wrong size on FTTLinearColorTrack"); \ +static_assert(offsetof(FTTLinearColorTrack, CurveLinearColor) == 0x000028, "Member 'FTTLinearColorTrack::CurveLinearColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTTVectorTrack \ +static_assert(alignof(FTTVectorTrack) == 0x000008, "Wrong alignment on FTTVectorTrack"); \ +static_assert(sizeof(FTTVectorTrack) == 0x000030, "Wrong size on FTTVectorTrack"); \ +static_assert(offsetof(FTTVectorTrack, CurveVector) == 0x000028, "Member 'FTTVectorTrack::CurveVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTTFloatTrack \ +static_assert(alignof(FTTFloatTrack) == 0x000008, "Wrong alignment on FTTFloatTrack"); \ +static_assert(sizeof(FTTFloatTrack) == 0x000030, "Wrong size on FTTFloatTrack"); \ +static_assert(offsetof(FTTFloatTrack, CurveFloat) == 0x000028, "Member 'FTTFloatTrack::CurveFloat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTTEventTrack \ +static_assert(alignof(FTTEventTrack) == 0x000008, "Wrong alignment on FTTEventTrack"); \ +static_assert(sizeof(FTTEventTrack) == 0x000030, "Wrong size on FTTEventTrack"); \ +static_assert(offsetof(FTTEventTrack, FunctionName) == 0x000018, "Member 'FTTEventTrack::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(FTTEventTrack, CurveKeys) == 0x000028, "Member 'FTTEventTrack::CurveKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimeStretchCurveInstance \ +static_assert(alignof(FTimeStretchCurveInstance) == 0x000008, "Wrong alignment on FTimeStretchCurveInstance"); \ +static_assert(sizeof(FTimeStretchCurveInstance) == 0x000030, "Wrong size on FTimeStretchCurveInstance"); \ +static_assert(offsetof(FTimeStretchCurveInstance, bHasValidData) == 0x000000, "Member 'FTimeStretchCurveInstance::bHasValidData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimeStretchCurveMarker \ +static_assert(alignof(FTimeStretchCurveMarker) == 0x000004, "Wrong alignment on FTimeStretchCurveMarker"); \ +static_assert(sizeof(FTimeStretchCurveMarker) == 0x000010, "Wrong size on FTimeStretchCurveMarker"); \ +static_assert(offsetof(FTimeStretchCurveMarker, Time) == 0x000000, "Member 'FTimeStretchCurveMarker::Time' has a wrong offset!"); \ +static_assert(offsetof(FTimeStretchCurveMarker, Alpha) == 0x00000C, "Member 'FTimeStretchCurveMarker::Alpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimeStretchCurve \ +static_assert(alignof(FTimeStretchCurve) == 0x000008, "Wrong alignment on FTimeStretchCurve"); \ +static_assert(sizeof(FTimeStretchCurve) == 0x000028, "Wrong size on FTimeStretchCurve"); \ +static_assert(offsetof(FTimeStretchCurve, SamplingRate) == 0x000000, "Member 'FTimeStretchCurve::SamplingRate' has a wrong offset!"); \ +static_assert(offsetof(FTimeStretchCurve, CurveValueMinPrecision) == 0x000004, "Member 'FTimeStretchCurve::CurveValueMinPrecision' has a wrong offset!"); \ +static_assert(offsetof(FTimeStretchCurve, Markers) == 0x000008, "Member 'FTimeStretchCurve::Markers' has a wrong offset!"); \ +static_assert(offsetof(FTimeStretchCurve, Sum_dT_i_by_C_i) == 0x000018, "Member 'FTimeStretchCurve::Sum_dT_i_by_C_i' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUpdateLevelVisibilityLevelInfo \ +static_assert(alignof(FUpdateLevelVisibilityLevelInfo) == 0x000004, "Wrong alignment on FUpdateLevelVisibilityLevelInfo"); \ +static_assert(sizeof(FUpdateLevelVisibilityLevelInfo) == 0x00001C, "Wrong size on FUpdateLevelVisibilityLevelInfo"); \ +static_assert(offsetof(FUpdateLevelVisibilityLevelInfo, PackageName) == 0x000000, "Member 'FUpdateLevelVisibilityLevelInfo::PackageName' has a wrong offset!"); \ +static_assert(offsetof(FUpdateLevelVisibilityLevelInfo, FileName) == 0x00000C, "Member 'FUpdateLevelVisibilityLevelInfo::FileName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHardwareCursorReference \ +static_assert(alignof(FHardwareCursorReference) == 0x000004, "Wrong alignment on FHardwareCursorReference"); \ +static_assert(sizeof(FHardwareCursorReference) == 0x000014, "Wrong size on FHardwareCursorReference"); \ +static_assert(offsetof(FHardwareCursorReference, CursorPath) == 0x000000, "Member 'FHardwareCursorReference::CursorPath' has a wrong offset!"); \ +static_assert(offsetof(FHardwareCursorReference, HotSpot) == 0x00000C, "Member 'FHardwareCursorReference::HotSpot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVirtualTextureBuildSettings \ +static_assert(alignof(FVirtualTextureBuildSettings) == 0x000004, "Wrong alignment on FVirtualTextureBuildSettings"); \ +static_assert(sizeof(FVirtualTextureBuildSettings) == 0x00000C, "Wrong size on FVirtualTextureBuildSettings"); \ +static_assert(offsetof(FVirtualTextureBuildSettings, TileSize) == 0x000000, "Member 'FVirtualTextureBuildSettings::TileSize' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureBuildSettings, TileBorderSize) == 0x000004, "Member 'FVirtualTextureBuildSettings::TileBorderSize' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureBuildSettings, bEnableCompressCrunch) == 0x000008, "Member 'FVirtualTextureBuildSettings::bEnableCompressCrunch' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureBuildSettings, bEnableCompressZlib) == 0x000009, "Member 'FVirtualTextureBuildSettings::bEnableCompressZlib' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVoiceSettings \ +static_assert(alignof(FVoiceSettings) == 0x000008, "Wrong alignment on FVoiceSettings"); \ +static_assert(sizeof(FVoiceSettings) == 0x000018, "Wrong size on FVoiceSettings"); \ +static_assert(offsetof(FVoiceSettings, ComponentToAttachTo) == 0x000000, "Member 'FVoiceSettings::ComponentToAttachTo' has a wrong offset!"); \ +static_assert(offsetof(FVoiceSettings, AttenuationSettings) == 0x000008, "Member 'FVoiceSettings::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(FVoiceSettings, SourceEffectChain) == 0x000010, "Member 'FVoiceSettings::SourceEffectChain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStreamingLevelsToConsider \ +static_assert(alignof(FStreamingLevelsToConsider) == 0x000008, "Wrong alignment on FStreamingLevelsToConsider"); \ +static_assert(sizeof(FStreamingLevelsToConsider) == 0x000028, "Wrong size on FStreamingLevelsToConsider"); \ +static_assert(offsetof(FStreamingLevelsToConsider, StreamingLevels) == 0x000000, "Member 'FStreamingLevelsToConsider::StreamingLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelCollection \ +static_assert(alignof(FLevelCollection) == 0x000008, "Wrong alignment on FLevelCollection"); \ +static_assert(sizeof(FLevelCollection) == 0x000078, "Wrong size on FLevelCollection"); \ +static_assert(offsetof(FLevelCollection, GameState) == 0x000008, "Member 'FLevelCollection::GameState' has a wrong offset!"); \ +static_assert(offsetof(FLevelCollection, NetDriver) == 0x000010, "Member 'FLevelCollection::NetDriver' has a wrong offset!"); \ +static_assert(offsetof(FLevelCollection, DemoNetDriver) == 0x000018, "Member 'FLevelCollection::DemoNetDriver' has a wrong offset!"); \ +static_assert(offsetof(FLevelCollection, PersistentLevel) == 0x000020, "Member 'FLevelCollection::PersistentLevel' has a wrong offset!"); \ +static_assert(offsetof(FLevelCollection, Levels) == 0x000028, "Member 'FLevelCollection::Levels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStartPhysicsTickFunction \ +static_assert(alignof(FStartPhysicsTickFunction) == 0x000008, "Wrong alignment on FStartPhysicsTickFunction"); \ +static_assert(sizeof(FStartPhysicsTickFunction) == 0x000030, "Wrong size on FStartPhysicsTickFunction"); \ + +#define DUMPER7_ASSERTS_FLevelViewportInfo \ +static_assert(alignof(FLevelViewportInfo) == 0x000004, "Wrong alignment on FLevelViewportInfo"); \ +static_assert(sizeof(FLevelViewportInfo) == 0x000020, "Wrong size on FLevelViewportInfo"); \ +static_assert(offsetof(FLevelViewportInfo, CamPosition) == 0x000000, "Member 'FLevelViewportInfo::CamPosition' has a wrong offset!"); \ +static_assert(offsetof(FLevelViewportInfo, CamRotation) == 0x00000C, "Member 'FLevelViewportInfo::CamRotation' has a wrong offset!"); \ +static_assert(offsetof(FLevelViewportInfo, CamOrthoZoom) == 0x000018, "Member 'FLevelViewportInfo::CamOrthoZoom' has a wrong offset!"); \ +static_assert(offsetof(FLevelViewportInfo, CamUpdated) == 0x00001C, "Member 'FLevelViewportInfo::CamUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPSCPoolElem \ +static_assert(alignof(FPSCPoolElem) == 0x000008, "Wrong alignment on FPSCPoolElem"); \ +static_assert(sizeof(FPSCPoolElem) == 0x000010, "Wrong size on FPSCPoolElem"); \ +static_assert(offsetof(FPSCPoolElem, PSC) == 0x000000, "Member 'FPSCPoolElem::PSC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPSCPool \ +static_assert(alignof(FPSCPool) == 0x000008, "Wrong alignment on FPSCPool"); \ +static_assert(sizeof(FPSCPool) == 0x000010, "Wrong size on FPSCPool"); \ +static_assert(offsetof(FPSCPool, FreeElements) == 0x000000, "Member 'FPSCPool::FreeElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPSCPool \ +static_assert(alignof(FWorldPSCPool) == 0x000008, "Wrong alignment on FWorldPSCPool"); \ +static_assert(sizeof(FWorldPSCPool) == 0x000058, "Wrong size on FWorldPSCPool"); \ +static_assert(offsetof(FWorldPSCPool, WorldParticleSystemPools) == 0x000000, "Member 'FWorldPSCPool::WorldParticleSystemPools' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBroadphaseSettings \ +static_assert(alignof(FBroadphaseSettings) == 0x000004, "Wrong alignment on FBroadphaseSettings"); \ +static_assert(sizeof(FBroadphaseSettings) == 0x000040, "Wrong size on FBroadphaseSettings"); \ +static_assert(offsetof(FBroadphaseSettings, bUseMBPOnClient) == 0x000000, "Member 'FBroadphaseSettings::bUseMBPOnClient' has a wrong offset!"); \ +static_assert(offsetof(FBroadphaseSettings, bUseMBPOnServer) == 0x000001, "Member 'FBroadphaseSettings::bUseMBPOnServer' has a wrong offset!"); \ +static_assert(offsetof(FBroadphaseSettings, bUseMBPOuterBounds) == 0x000002, "Member 'FBroadphaseSettings::bUseMBPOuterBounds' has a wrong offset!"); \ +static_assert(offsetof(FBroadphaseSettings, MBPBounds) == 0x000004, "Member 'FBroadphaseSettings::MBPBounds' has a wrong offset!"); \ +static_assert(offsetof(FBroadphaseSettings, MBPOuterBounds) == 0x000020, "Member 'FBroadphaseSettings::MBPOuterBounds' has a wrong offset!"); \ +static_assert(offsetof(FBroadphaseSettings, MBPNumSubdivs) == 0x00003C, "Member 'FBroadphaseSettings::MBPNumSubdivs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHierarchicalSimplification \ +static_assert(alignof(FHierarchicalSimplification) == 0x000010, "Wrong alignment on FHierarchicalSimplification"); \ +static_assert(sizeof(FHierarchicalSimplification) == 0x0001C0, "Wrong size on FHierarchicalSimplification"); \ +static_assert(offsetof(FHierarchicalSimplification, TransitionScreenSize) == 0x000000, "Member 'FHierarchicalSimplification::TransitionScreenSize' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, OverrideDrawDistance) == 0x000004, "Member 'FHierarchicalSimplification::OverrideDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, ProxySetting) == 0x000010, "Member 'FHierarchicalSimplification::ProxySetting' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, MergeSetting) == 0x000100, "Member 'FHierarchicalSimplification::MergeSetting' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, DesiredBoundRadius) == 0x0001A8, "Member 'FHierarchicalSimplification::DesiredBoundRadius' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, DesiredFillingPercentage) == 0x0001AC, "Member 'FHierarchicalSimplification::DesiredFillingPercentage' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, MinNumberOfActorsToBuild) == 0x0001B0, "Member 'FHierarchicalSimplification::MinNumberOfActorsToBuild' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetViewer \ +static_assert(alignof(FNetViewer) == 0x000008, "Wrong alignment on FNetViewer"); \ +static_assert(sizeof(FNetViewer) == 0x000030, "Wrong size on FNetViewer"); \ +static_assert(offsetof(FNetViewer, Connection) == 0x000000, "Member 'FNetViewer::Connection' has a wrong offset!"); \ +static_assert(offsetof(FNetViewer, InViewer) == 0x000008, "Member 'FNetViewer::InViewer' has a wrong offset!"); \ +static_assert(offsetof(FNetViewer, ViewTarget) == 0x000010, "Member 'FNetViewer::ViewTarget' has a wrong offset!"); \ +static_assert(offsetof(FNetViewer, ViewLocation) == 0x000018, "Member 'FNetViewer::ViewLocation' has a wrong offset!"); \ +static_assert(offsetof(FNetViewer, ViewDir) == 0x000024, "Member 'FNetViewer::ViewDir' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLightmassWorldInfoSettings \ +static_assert(alignof(FLightmassWorldInfoSettings) == 0x000004, "Wrong alignment on FLightmassWorldInfoSettings"); \ +static_assert(sizeof(FLightmassWorldInfoSettings) == 0x00004C, "Wrong size on FLightmassWorldInfoSettings"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, StaticLightingLevelScale) == 0x000000, "Member 'FLightmassWorldInfoSettings::StaticLightingLevelScale' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, NumIndirectLightingBounces) == 0x000004, "Member 'FLightmassWorldInfoSettings::NumIndirectLightingBounces' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, NumSkyLightingBounces) == 0x000008, "Member 'FLightmassWorldInfoSettings::NumSkyLightingBounces' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, IndirectLightingQuality) == 0x00000C, "Member 'FLightmassWorldInfoSettings::IndirectLightingQuality' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, IndirectLightingSmoothness) == 0x000010, "Member 'FLightmassWorldInfoSettings::IndirectLightingSmoothness' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, EnvironmentColor) == 0x000014, "Member 'FLightmassWorldInfoSettings::EnvironmentColor' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, EnvironmentIntensity) == 0x000018, "Member 'FLightmassWorldInfoSettings::EnvironmentIntensity' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, EmissiveBoost) == 0x00001C, "Member 'FLightmassWorldInfoSettings::EmissiveBoost' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, DiffuseBoost) == 0x000020, "Member 'FLightmassWorldInfoSettings::DiffuseBoost' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, VolumeLightingMethod) == 0x000024, "Member 'FLightmassWorldInfoSettings::VolumeLightingMethod' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, VolumetricLightmapDetailCellSize) == 0x000028, "Member 'FLightmassWorldInfoSettings::VolumetricLightmapDetailCellSize' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, VolumetricLightmapMaximumBrickMemoryMb) == 0x00002C, "Member 'FLightmassWorldInfoSettings::VolumetricLightmapMaximumBrickMemoryMb' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, VolumetricLightmapSphericalHarmonicSmoothing) == 0x000030, "Member 'FLightmassWorldInfoSettings::VolumetricLightmapSphericalHarmonicSmoothing' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, VolumeLightSamplePlacementScale) == 0x000034, "Member 'FLightmassWorldInfoSettings::VolumeLightSamplePlacementScale' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, DirectIlluminationOcclusionFraction) == 0x000038, "Member 'FLightmassWorldInfoSettings::DirectIlluminationOcclusionFraction' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, IndirectIlluminationOcclusionFraction) == 0x00003C, "Member 'FLightmassWorldInfoSettings::IndirectIlluminationOcclusionFraction' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, OcclusionExponent) == 0x000040, "Member 'FLightmassWorldInfoSettings::OcclusionExponent' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, FullyOccludedSamplesFraction) == 0x000044, "Member 'FLightmassWorldInfoSettings::FullyOccludedSamplesFraction' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, MaxOcclusionDistance) == 0x000048, "Member 'FLightmassWorldInfoSettings::MaxOcclusionDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_CalculateDamageFalloff \ +static_assert(alignof(Actor_CalculateDamageFalloff) == 0x000004, "Wrong alignment on Actor_CalculateDamageFalloff"); \ +static_assert(sizeof(Actor_CalculateDamageFalloff) == 0x0000B8, "Wrong size on Actor_CalculateDamageFalloff"); \ +static_assert(offsetof(Actor_CalculateDamageFalloff, Damage) == 0x000000, "Member 'Actor_CalculateDamageFalloff::Damage' has a wrong offset!"); \ +static_assert(offsetof(Actor_CalculateDamageFalloff, Origin) == 0x000004, "Member 'Actor_CalculateDamageFalloff::Origin' has a wrong offset!"); \ +static_assert(offsetof(Actor_CalculateDamageFalloff, Params_0) == 0x000010, "Member 'Actor_CalculateDamageFalloff::Params_0' has a wrong offset!"); \ +static_assert(offsetof(Actor_CalculateDamageFalloff, HitInfo) == 0x000024, "Member 'Actor_CalculateDamageFalloff::HitInfo' has a wrong offset!"); \ +static_assert(offsetof(Actor_CalculateDamageFalloff, ReturnValue) == 0x0000B4, "Member 'Actor_CalculateDamageFalloff::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_AddComponent \ +static_assert(alignof(Actor_AddComponent) == 0x000010, "Wrong alignment on Actor_AddComponent"); \ +static_assert(sizeof(Actor_AddComponent) == 0x000060, "Wrong size on Actor_AddComponent"); \ +static_assert(offsetof(Actor_AddComponent, TemplateName) == 0x000000, "Member 'Actor_AddComponent::TemplateName' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponent, bManualAttachment) == 0x00000C, "Member 'Actor_AddComponent::bManualAttachment' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponent, RelativeTransform) == 0x000010, "Member 'Actor_AddComponent::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponent, ComponentTemplateContext) == 0x000040, "Member 'Actor_AddComponent::ComponentTemplateContext' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponent, bDeferredFinish) == 0x000048, "Member 'Actor_AddComponent::bDeferredFinish' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponent, ReturnValue) == 0x000050, "Member 'Actor_AddComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_AddComponentByClass \ +static_assert(alignof(Actor_AddComponentByClass) == 0x000010, "Wrong alignment on Actor_AddComponentByClass"); \ +static_assert(sizeof(Actor_AddComponentByClass) == 0x000050, "Wrong size on Actor_AddComponentByClass"); \ +static_assert(offsetof(Actor_AddComponentByClass, Class_0) == 0x000000, "Member 'Actor_AddComponentByClass::Class_0' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponentByClass, bManualAttachment) == 0x000008, "Member 'Actor_AddComponentByClass::bManualAttachment' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponentByClass, RelativeTransform) == 0x000010, "Member 'Actor_AddComponentByClass::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponentByClass, bDeferredFinish) == 0x000040, "Member 'Actor_AddComponentByClass::bDeferredFinish' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponentByClass, ReturnValue) == 0x000048, "Member 'Actor_AddComponentByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_AddInstanceComponent \ +static_assert(alignof(Actor_AddInstanceComponent) == 0x000008, "Wrong alignment on Actor_AddInstanceComponent"); \ +static_assert(sizeof(Actor_AddInstanceComponent) == 0x000008, "Wrong size on Actor_AddInstanceComponent"); \ +static_assert(offsetof(Actor_AddInstanceComponent, Component) == 0x000000, "Member 'Actor_AddInstanceComponent::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_AddTickPrerequisiteActor \ +static_assert(alignof(Actor_AddTickPrerequisiteActor) == 0x000008, "Wrong alignment on Actor_AddTickPrerequisiteActor"); \ +static_assert(sizeof(Actor_AddTickPrerequisiteActor) == 0x000008, "Wrong size on Actor_AddTickPrerequisiteActor"); \ +static_assert(offsetof(Actor_AddTickPrerequisiteActor, PrerequisiteActor) == 0x000000, "Member 'Actor_AddTickPrerequisiteActor::PrerequisiteActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_AddTickPrerequisiteComponent \ +static_assert(alignof(Actor_AddTickPrerequisiteComponent) == 0x000008, "Wrong alignment on Actor_AddTickPrerequisiteComponent"); \ +static_assert(sizeof(Actor_AddTickPrerequisiteComponent) == 0x000008, "Wrong size on Actor_AddTickPrerequisiteComponent"); \ +static_assert(offsetof(Actor_AddTickPrerequisiteComponent, PrerequisiteComponent) == 0x000000, "Member 'Actor_AddTickPrerequisiteComponent::PrerequisiteComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_DetachRootComponentFromParent \ +static_assert(alignof(Actor_DetachRootComponentFromParent) == 0x000001, "Wrong alignment on Actor_DetachRootComponentFromParent"); \ +static_assert(sizeof(Actor_DetachRootComponentFromParent) == 0x000001, "Wrong size on Actor_DetachRootComponentFromParent"); \ +static_assert(offsetof(Actor_DetachRootComponentFromParent, bMaintainWorldPosition) == 0x000000, "Member 'Actor_DetachRootComponentFromParent::bMaintainWorldPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_DisableInput \ +static_assert(alignof(Actor_DisableInput) == 0x000008, "Wrong alignment on Actor_DisableInput"); \ +static_assert(sizeof(Actor_DisableInput) == 0x000008, "Wrong size on Actor_DisableInput"); \ +static_assert(offsetof(Actor_DisableInput, PlayerController) == 0x000000, "Member 'Actor_DisableInput::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_EnableInput \ +static_assert(alignof(Actor_EnableInput) == 0x000008, "Wrong alignment on Actor_EnableInput"); \ +static_assert(sizeof(Actor_EnableInput) == 0x000008, "Wrong size on Actor_EnableInput"); \ +static_assert(offsetof(Actor_EnableInput, PlayerController) == 0x000000, "Member 'Actor_EnableInput::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_FinishAddComponent \ +static_assert(alignof(Actor_FinishAddComponent) == 0x000010, "Wrong alignment on Actor_FinishAddComponent"); \ +static_assert(sizeof(Actor_FinishAddComponent) == 0x000040, "Wrong size on Actor_FinishAddComponent"); \ +static_assert(offsetof(Actor_FinishAddComponent, Component) == 0x000000, "Member 'Actor_FinishAddComponent::Component' has a wrong offset!"); \ +static_assert(offsetof(Actor_FinishAddComponent, bManualAttachment) == 0x000008, "Member 'Actor_FinishAddComponent::bManualAttachment' has a wrong offset!"); \ +static_assert(offsetof(Actor_FinishAddComponent, RelativeTransform) == 0x000010, "Member 'Actor_FinishAddComponent::RelativeTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetTickableWhenPaused \ +static_assert(alignof(Actor_GetTickableWhenPaused) == 0x000001, "Wrong alignment on Actor_GetTickableWhenPaused"); \ +static_assert(sizeof(Actor_GetTickableWhenPaused) == 0x000001, "Wrong size on Actor_GetTickableWhenPaused"); \ +static_assert(offsetof(Actor_GetTickableWhenPaused, ReturnValue) == 0x000000, "Member 'Actor_GetTickableWhenPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AddActorLocalOffset \ +static_assert(alignof(Actor_K2_AddActorLocalOffset) == 0x000004, "Wrong alignment on Actor_K2_AddActorLocalOffset"); \ +static_assert(sizeof(Actor_K2_AddActorLocalOffset) == 0x0000A4, "Wrong size on Actor_K2_AddActorLocalOffset"); \ +static_assert(offsetof(Actor_K2_AddActorLocalOffset, DeltaLocation) == 0x000000, "Member 'Actor_K2_AddActorLocalOffset::DeltaLocation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalOffset, bSweep) == 0x00000C, "Member 'Actor_K2_AddActorLocalOffset::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalOffset, SweepHitResult) == 0x000010, "Member 'Actor_K2_AddActorLocalOffset::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalOffset, bTeleport) == 0x0000A0, "Member 'Actor_K2_AddActorLocalOffset::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AddActorLocalRotation \ +static_assert(alignof(Actor_K2_AddActorLocalRotation) == 0x000004, "Wrong alignment on Actor_K2_AddActorLocalRotation"); \ +static_assert(sizeof(Actor_K2_AddActorLocalRotation) == 0x0000A4, "Wrong size on Actor_K2_AddActorLocalRotation"); \ +static_assert(offsetof(Actor_K2_AddActorLocalRotation, DeltaRotation) == 0x000000, "Member 'Actor_K2_AddActorLocalRotation::DeltaRotation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalRotation, bSweep) == 0x00000C, "Member 'Actor_K2_AddActorLocalRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalRotation, SweepHitResult) == 0x000010, "Member 'Actor_K2_AddActorLocalRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalRotation, bTeleport) == 0x0000A0, "Member 'Actor_K2_AddActorLocalRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AddActorLocalTransform \ +static_assert(alignof(Actor_K2_AddActorLocalTransform) == 0x000010, "Wrong alignment on Actor_K2_AddActorLocalTransform"); \ +static_assert(sizeof(Actor_K2_AddActorLocalTransform) == 0x0000D0, "Wrong size on Actor_K2_AddActorLocalTransform"); \ +static_assert(offsetof(Actor_K2_AddActorLocalTransform, NewTransform) == 0x000000, "Member 'Actor_K2_AddActorLocalTransform::NewTransform' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalTransform, bSweep) == 0x000030, "Member 'Actor_K2_AddActorLocalTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalTransform, SweepHitResult) == 0x000034, "Member 'Actor_K2_AddActorLocalTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalTransform, bTeleport) == 0x0000C4, "Member 'Actor_K2_AddActorLocalTransform::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AddActorWorldOffset \ +static_assert(alignof(Actor_K2_AddActorWorldOffset) == 0x000004, "Wrong alignment on Actor_K2_AddActorWorldOffset"); \ +static_assert(sizeof(Actor_K2_AddActorWorldOffset) == 0x0000A4, "Wrong size on Actor_K2_AddActorWorldOffset"); \ +static_assert(offsetof(Actor_K2_AddActorWorldOffset, DeltaLocation) == 0x000000, "Member 'Actor_K2_AddActorWorldOffset::DeltaLocation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldOffset, bSweep) == 0x00000C, "Member 'Actor_K2_AddActorWorldOffset::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldOffset, SweepHitResult) == 0x000010, "Member 'Actor_K2_AddActorWorldOffset::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldOffset, bTeleport) == 0x0000A0, "Member 'Actor_K2_AddActorWorldOffset::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AddActorWorldRotation \ +static_assert(alignof(Actor_K2_AddActorWorldRotation) == 0x000004, "Wrong alignment on Actor_K2_AddActorWorldRotation"); \ +static_assert(sizeof(Actor_K2_AddActorWorldRotation) == 0x0000A4, "Wrong size on Actor_K2_AddActorWorldRotation"); \ +static_assert(offsetof(Actor_K2_AddActorWorldRotation, DeltaRotation) == 0x000000, "Member 'Actor_K2_AddActorWorldRotation::DeltaRotation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldRotation, bSweep) == 0x00000C, "Member 'Actor_K2_AddActorWorldRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldRotation, SweepHitResult) == 0x000010, "Member 'Actor_K2_AddActorWorldRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldRotation, bTeleport) == 0x0000A0, "Member 'Actor_K2_AddActorWorldRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AddActorWorldTransform \ +static_assert(alignof(Actor_K2_AddActorWorldTransform) == 0x000010, "Wrong alignment on Actor_K2_AddActorWorldTransform"); \ +static_assert(sizeof(Actor_K2_AddActorWorldTransform) == 0x0000D0, "Wrong size on Actor_K2_AddActorWorldTransform"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransform, DeltaTransform) == 0x000000, "Member 'Actor_K2_AddActorWorldTransform::DeltaTransform' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransform, bSweep) == 0x000030, "Member 'Actor_K2_AddActorWorldTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransform, SweepHitResult) == 0x000034, "Member 'Actor_K2_AddActorWorldTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransform, bTeleport) == 0x0000C4, "Member 'Actor_K2_AddActorWorldTransform::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AddActorWorldTransformKeepScale \ +static_assert(alignof(Actor_K2_AddActorWorldTransformKeepScale) == 0x000010, "Wrong alignment on Actor_K2_AddActorWorldTransformKeepScale"); \ +static_assert(sizeof(Actor_K2_AddActorWorldTransformKeepScale) == 0x0000D0, "Wrong size on Actor_K2_AddActorWorldTransformKeepScale"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransformKeepScale, DeltaTransform) == 0x000000, "Member 'Actor_K2_AddActorWorldTransformKeepScale::DeltaTransform' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransformKeepScale, bSweep) == 0x000030, "Member 'Actor_K2_AddActorWorldTransformKeepScale::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransformKeepScale, SweepHitResult) == 0x000034, "Member 'Actor_K2_AddActorWorldTransformKeepScale::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransformKeepScale, bTeleport) == 0x0000C4, "Member 'Actor_K2_AddActorWorldTransformKeepScale::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AttachRootComponentTo \ +static_assert(alignof(Actor_K2_AttachRootComponentTo) == 0x000008, "Wrong alignment on Actor_K2_AttachRootComponentTo"); \ +static_assert(sizeof(Actor_K2_AttachRootComponentTo) == 0x000018, "Wrong size on Actor_K2_AttachRootComponentTo"); \ +static_assert(offsetof(Actor_K2_AttachRootComponentTo, InParent) == 0x000000, "Member 'Actor_K2_AttachRootComponentTo::InParent' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachRootComponentTo, InSocketName) == 0x000008, "Member 'Actor_K2_AttachRootComponentTo::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachRootComponentTo, AttachLocationType) == 0x000014, "Member 'Actor_K2_AttachRootComponentTo::AttachLocationType' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachRootComponentTo, bWeldSimulatedBodies) == 0x000015, "Member 'Actor_K2_AttachRootComponentTo::bWeldSimulatedBodies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AttachRootComponentToActor \ +static_assert(alignof(Actor_K2_AttachRootComponentToActor) == 0x000008, "Wrong alignment on Actor_K2_AttachRootComponentToActor"); \ +static_assert(sizeof(Actor_K2_AttachRootComponentToActor) == 0x000018, "Wrong size on Actor_K2_AttachRootComponentToActor"); \ +static_assert(offsetof(Actor_K2_AttachRootComponentToActor, InParentActor) == 0x000000, "Member 'Actor_K2_AttachRootComponentToActor::InParentActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachRootComponentToActor, InSocketName) == 0x000008, "Member 'Actor_K2_AttachRootComponentToActor::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachRootComponentToActor, AttachLocationType) == 0x000014, "Member 'Actor_K2_AttachRootComponentToActor::AttachLocationType' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachRootComponentToActor, bWeldSimulatedBodies) == 0x000015, "Member 'Actor_K2_AttachRootComponentToActor::bWeldSimulatedBodies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AttachToActor \ +static_assert(alignof(Actor_K2_AttachToActor) == 0x000008, "Wrong alignment on Actor_K2_AttachToActor"); \ +static_assert(sizeof(Actor_K2_AttachToActor) == 0x000018, "Wrong size on Actor_K2_AttachToActor"); \ +static_assert(offsetof(Actor_K2_AttachToActor, ParentActor) == 0x000000, "Member 'Actor_K2_AttachToActor::ParentActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToActor, SocketName) == 0x000008, "Member 'Actor_K2_AttachToActor::SocketName' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToActor, LocationRule) == 0x000014, "Member 'Actor_K2_AttachToActor::LocationRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToActor, RotationRule) == 0x000015, "Member 'Actor_K2_AttachToActor::RotationRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToActor, ScaleRule) == 0x000016, "Member 'Actor_K2_AttachToActor::ScaleRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToActor, bWeldSimulatedBodies) == 0x000017, "Member 'Actor_K2_AttachToActor::bWeldSimulatedBodies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AttachToComponent \ +static_assert(alignof(Actor_K2_AttachToComponent) == 0x000008, "Wrong alignment on Actor_K2_AttachToComponent"); \ +static_assert(sizeof(Actor_K2_AttachToComponent) == 0x000018, "Wrong size on Actor_K2_AttachToComponent"); \ +static_assert(offsetof(Actor_K2_AttachToComponent, Parent) == 0x000000, "Member 'Actor_K2_AttachToComponent::Parent' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToComponent, SocketName) == 0x000008, "Member 'Actor_K2_AttachToComponent::SocketName' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToComponent, LocationRule) == 0x000014, "Member 'Actor_K2_AttachToComponent::LocationRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToComponent, RotationRule) == 0x000015, "Member 'Actor_K2_AttachToComponent::RotationRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToComponent, ScaleRule) == 0x000016, "Member 'Actor_K2_AttachToComponent::ScaleRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToComponent, bWeldSimulatedBodies) == 0x000017, "Member 'Actor_K2_AttachToComponent::bWeldSimulatedBodies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_DestroyComponent \ +static_assert(alignof(Actor_K2_DestroyComponent) == 0x000008, "Wrong alignment on Actor_K2_DestroyComponent"); \ +static_assert(sizeof(Actor_K2_DestroyComponent) == 0x000008, "Wrong size on Actor_K2_DestroyComponent"); \ +static_assert(offsetof(Actor_K2_DestroyComponent, Component) == 0x000000, "Member 'Actor_K2_DestroyComponent::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_DetachFromActor \ +static_assert(alignof(Actor_K2_DetachFromActor) == 0x000001, "Wrong alignment on Actor_K2_DetachFromActor"); \ +static_assert(sizeof(Actor_K2_DetachFromActor) == 0x000003, "Wrong size on Actor_K2_DetachFromActor"); \ +static_assert(offsetof(Actor_K2_DetachFromActor, LocationRule) == 0x000000, "Member 'Actor_K2_DetachFromActor::LocationRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_DetachFromActor, RotationRule) == 0x000001, "Member 'Actor_K2_DetachFromActor::RotationRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_DetachFromActor, ScaleRule) == 0x000002, "Member 'Actor_K2_DetachFromActor::ScaleRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_OnBecomeViewTarget \ +static_assert(alignof(Actor_K2_OnBecomeViewTarget) == 0x000008, "Wrong alignment on Actor_K2_OnBecomeViewTarget"); \ +static_assert(sizeof(Actor_K2_OnBecomeViewTarget) == 0x000008, "Wrong size on Actor_K2_OnBecomeViewTarget"); \ +static_assert(offsetof(Actor_K2_OnBecomeViewTarget, PC) == 0x000000, "Member 'Actor_K2_OnBecomeViewTarget::PC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_OnEndViewTarget \ +static_assert(alignof(Actor_K2_OnEndViewTarget) == 0x000008, "Wrong alignment on Actor_K2_OnEndViewTarget"); \ +static_assert(sizeof(Actor_K2_OnEndViewTarget) == 0x000008, "Wrong size on Actor_K2_OnEndViewTarget"); \ +static_assert(offsetof(Actor_K2_OnEndViewTarget, PC) == 0x000000, "Member 'Actor_K2_OnEndViewTarget::PC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_SetActorLocation \ +static_assert(alignof(Actor_K2_SetActorLocation) == 0x000004, "Wrong alignment on Actor_K2_SetActorLocation"); \ +static_assert(sizeof(Actor_K2_SetActorLocation) == 0x0000A4, "Wrong size on Actor_K2_SetActorLocation"); \ +static_assert(offsetof(Actor_K2_SetActorLocation, NewLocation) == 0x000000, "Member 'Actor_K2_SetActorLocation::NewLocation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocation, bSweep) == 0x00000C, "Member 'Actor_K2_SetActorLocation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocation, SweepHitResult) == 0x000010, "Member 'Actor_K2_SetActorLocation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocation, bTeleport) == 0x0000A0, "Member 'Actor_K2_SetActorLocation::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocation, ReturnValue) == 0x0000A1, "Member 'Actor_K2_SetActorLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_SetActorLocationAndRotation \ +static_assert(alignof(Actor_K2_SetActorLocationAndRotation) == 0x000004, "Wrong alignment on Actor_K2_SetActorLocationAndRotation"); \ +static_assert(sizeof(Actor_K2_SetActorLocationAndRotation) == 0x0000B0, "Wrong size on Actor_K2_SetActorLocationAndRotation"); \ +static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, NewLocation) == 0x000000, "Member 'Actor_K2_SetActorLocationAndRotation::NewLocation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, NewRotation) == 0x00000C, "Member 'Actor_K2_SetActorLocationAndRotation::NewRotation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, bSweep) == 0x000018, "Member 'Actor_K2_SetActorLocationAndRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, SweepHitResult) == 0x00001C, "Member 'Actor_K2_SetActorLocationAndRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, bTeleport) == 0x0000AC, "Member 'Actor_K2_SetActorLocationAndRotation::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, ReturnValue) == 0x0000AD, "Member 'Actor_K2_SetActorLocationAndRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_SetActorRelativeLocation \ +static_assert(alignof(Actor_K2_SetActorRelativeLocation) == 0x000004, "Wrong alignment on Actor_K2_SetActorRelativeLocation"); \ +static_assert(sizeof(Actor_K2_SetActorRelativeLocation) == 0x0000A4, "Wrong size on Actor_K2_SetActorRelativeLocation"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeLocation, NewRelativeLocation) == 0x000000, "Member 'Actor_K2_SetActorRelativeLocation::NewRelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeLocation, bSweep) == 0x00000C, "Member 'Actor_K2_SetActorRelativeLocation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeLocation, SweepHitResult) == 0x000010, "Member 'Actor_K2_SetActorRelativeLocation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeLocation, bTeleport) == 0x0000A0, "Member 'Actor_K2_SetActorRelativeLocation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_SetActorRelativeRotation \ +static_assert(alignof(Actor_K2_SetActorRelativeRotation) == 0x000004, "Wrong alignment on Actor_K2_SetActorRelativeRotation"); \ +static_assert(sizeof(Actor_K2_SetActorRelativeRotation) == 0x0000A4, "Wrong size on Actor_K2_SetActorRelativeRotation"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeRotation, NewRelativeRotation) == 0x000000, "Member 'Actor_K2_SetActorRelativeRotation::NewRelativeRotation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeRotation, bSweep) == 0x00000C, "Member 'Actor_K2_SetActorRelativeRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeRotation, SweepHitResult) == 0x000010, "Member 'Actor_K2_SetActorRelativeRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeRotation, bTeleport) == 0x0000A0, "Member 'Actor_K2_SetActorRelativeRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_SetActorRelativeTransform \ +static_assert(alignof(Actor_K2_SetActorRelativeTransform) == 0x000010, "Wrong alignment on Actor_K2_SetActorRelativeTransform"); \ +static_assert(sizeof(Actor_K2_SetActorRelativeTransform) == 0x0000D0, "Wrong size on Actor_K2_SetActorRelativeTransform"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeTransform, NewRelativeTransform) == 0x000000, "Member 'Actor_K2_SetActorRelativeTransform::NewRelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeTransform, bSweep) == 0x000030, "Member 'Actor_K2_SetActorRelativeTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeTransform, SweepHitResult) == 0x000034, "Member 'Actor_K2_SetActorRelativeTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeTransform, bTeleport) == 0x0000C4, "Member 'Actor_K2_SetActorRelativeTransform::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_SetActorRotation \ +static_assert(alignof(Actor_K2_SetActorRotation) == 0x000004, "Wrong alignment on Actor_K2_SetActorRotation"); \ +static_assert(sizeof(Actor_K2_SetActorRotation) == 0x000010, "Wrong size on Actor_K2_SetActorRotation"); \ +static_assert(offsetof(Actor_K2_SetActorRotation, NewRotation) == 0x000000, "Member 'Actor_K2_SetActorRotation::NewRotation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRotation, bTeleportPhysics) == 0x00000C, "Member 'Actor_K2_SetActorRotation::bTeleportPhysics' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRotation, ReturnValue) == 0x00000D, "Member 'Actor_K2_SetActorRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_SetActorTransform \ +static_assert(alignof(Actor_K2_SetActorTransform) == 0x000010, "Wrong alignment on Actor_K2_SetActorTransform"); \ +static_assert(sizeof(Actor_K2_SetActorTransform) == 0x0000D0, "Wrong size on Actor_K2_SetActorTransform"); \ +static_assert(offsetof(Actor_K2_SetActorTransform, NewTransform) == 0x000000, "Member 'Actor_K2_SetActorTransform::NewTransform' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorTransform, bSweep) == 0x000030, "Member 'Actor_K2_SetActorTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorTransform, SweepHitResult) == 0x000034, "Member 'Actor_K2_SetActorTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorTransform, bTeleport) == 0x0000C4, "Member 'Actor_K2_SetActorTransform::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorTransform, ReturnValue) == 0x0000C5, "Member 'Actor_K2_SetActorTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_TeleportTo \ +static_assert(alignof(Actor_K2_TeleportTo) == 0x000004, "Wrong alignment on Actor_K2_TeleportTo"); \ +static_assert(sizeof(Actor_K2_TeleportTo) == 0x00001C, "Wrong size on Actor_K2_TeleportTo"); \ +static_assert(offsetof(Actor_K2_TeleportTo, DestLocation) == 0x000000, "Member 'Actor_K2_TeleportTo::DestLocation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_TeleportTo, DestRotation) == 0x00000C, "Member 'Actor_K2_TeleportTo::DestRotation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_TeleportTo, ReturnValue) == 0x000018, "Member 'Actor_K2_TeleportTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_MakeMIDForMaterial \ +static_assert(alignof(Actor_MakeMIDForMaterial) == 0x000008, "Wrong alignment on Actor_MakeMIDForMaterial"); \ +static_assert(sizeof(Actor_MakeMIDForMaterial) == 0x000010, "Wrong size on Actor_MakeMIDForMaterial"); \ +static_assert(offsetof(Actor_MakeMIDForMaterial, Parent) == 0x000000, "Member 'Actor_MakeMIDForMaterial::Parent' has a wrong offset!"); \ +static_assert(offsetof(Actor_MakeMIDForMaterial, ReturnValue) == 0x000008, "Member 'Actor_MakeMIDForMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_MakeNoise \ +static_assert(alignof(Actor_MakeNoise) == 0x000008, "Wrong alignment on Actor_MakeNoise"); \ +static_assert(sizeof(Actor_MakeNoise) == 0x000030, "Wrong size on Actor_MakeNoise"); \ +static_assert(offsetof(Actor_MakeNoise, Loudness) == 0x000000, "Member 'Actor_MakeNoise::Loudness' has a wrong offset!"); \ +static_assert(offsetof(Actor_MakeNoise, NoiseInstigator) == 0x000008, "Member 'Actor_MakeNoise::NoiseInstigator' has a wrong offset!"); \ +static_assert(offsetof(Actor_MakeNoise, NoiseLocation) == 0x000010, "Member 'Actor_MakeNoise::NoiseLocation' has a wrong offset!"); \ +static_assert(offsetof(Actor_MakeNoise, MaxRange) == 0x00001C, "Member 'Actor_MakeNoise::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(Actor_MakeNoise, Tag) == 0x000020, "Member 'Actor_MakeNoise::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_PrestreamTextures \ +static_assert(alignof(Actor_PrestreamTextures) == 0x000004, "Wrong alignment on Actor_PrestreamTextures"); \ +static_assert(sizeof(Actor_PrestreamTextures) == 0x00000C, "Wrong size on Actor_PrestreamTextures"); \ +static_assert(offsetof(Actor_PrestreamTextures, Seconds) == 0x000000, "Member 'Actor_PrestreamTextures::Seconds' has a wrong offset!"); \ +static_assert(offsetof(Actor_PrestreamTextures, bEnableStreaming) == 0x000004, "Member 'Actor_PrestreamTextures::bEnableStreaming' has a wrong offset!"); \ +static_assert(offsetof(Actor_PrestreamTextures, CinematicTextureGroups) == 0x000008, "Member 'Actor_PrestreamTextures::CinematicTextureGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveActorBeginOverlap \ +static_assert(alignof(Actor_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on Actor_ReceiveActorBeginOverlap"); \ +static_assert(sizeof(Actor_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on Actor_ReceiveActorBeginOverlap"); \ +static_assert(offsetof(Actor_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'Actor_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveActorEndOverlap \ +static_assert(alignof(Actor_ReceiveActorEndOverlap) == 0x000008, "Wrong alignment on Actor_ReceiveActorEndOverlap"); \ +static_assert(sizeof(Actor_ReceiveActorEndOverlap) == 0x000008, "Wrong size on Actor_ReceiveActorEndOverlap"); \ +static_assert(offsetof(Actor_ReceiveActorEndOverlap, OtherActor) == 0x000000, "Member 'Actor_ReceiveActorEndOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveActorOnClicked \ +static_assert(alignof(Actor_ReceiveActorOnClicked) == 0x000008, "Wrong alignment on Actor_ReceiveActorOnClicked"); \ +static_assert(sizeof(Actor_ReceiveActorOnClicked) == 0x000020, "Wrong size on Actor_ReceiveActorOnClicked"); \ +static_assert(offsetof(Actor_ReceiveActorOnClicked, ButtonPressed) == 0x000000, "Member 'Actor_ReceiveActorOnClicked::ButtonPressed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveActorOnInputTouchBegin \ +static_assert(alignof(Actor_ReceiveActorOnInputTouchBegin) == 0x000001, "Wrong alignment on Actor_ReceiveActorOnInputTouchBegin"); \ +static_assert(sizeof(Actor_ReceiveActorOnInputTouchBegin) == 0x000001, "Wrong size on Actor_ReceiveActorOnInputTouchBegin"); \ +static_assert(offsetof(Actor_ReceiveActorOnInputTouchBegin, FingerIndex) == 0x000000, "Member 'Actor_ReceiveActorOnInputTouchBegin::FingerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveActorOnInputTouchEnd \ +static_assert(alignof(Actor_ReceiveActorOnInputTouchEnd) == 0x000001, "Wrong alignment on Actor_ReceiveActorOnInputTouchEnd"); \ +static_assert(sizeof(Actor_ReceiveActorOnInputTouchEnd) == 0x000001, "Wrong size on Actor_ReceiveActorOnInputTouchEnd"); \ +static_assert(offsetof(Actor_ReceiveActorOnInputTouchEnd, FingerIndex) == 0x000000, "Member 'Actor_ReceiveActorOnInputTouchEnd::FingerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveActorOnInputTouchEnter \ +static_assert(alignof(Actor_ReceiveActorOnInputTouchEnter) == 0x000001, "Wrong alignment on Actor_ReceiveActorOnInputTouchEnter"); \ +static_assert(sizeof(Actor_ReceiveActorOnInputTouchEnter) == 0x000001, "Wrong size on Actor_ReceiveActorOnInputTouchEnter"); \ +static_assert(offsetof(Actor_ReceiveActorOnInputTouchEnter, FingerIndex) == 0x000000, "Member 'Actor_ReceiveActorOnInputTouchEnter::FingerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveActorOnInputTouchLeave \ +static_assert(alignof(Actor_ReceiveActorOnInputTouchLeave) == 0x000001, "Wrong alignment on Actor_ReceiveActorOnInputTouchLeave"); \ +static_assert(sizeof(Actor_ReceiveActorOnInputTouchLeave) == 0x000001, "Wrong size on Actor_ReceiveActorOnInputTouchLeave"); \ +static_assert(offsetof(Actor_ReceiveActorOnInputTouchLeave, FingerIndex) == 0x000000, "Member 'Actor_ReceiveActorOnInputTouchLeave::FingerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveActorOnReleased \ +static_assert(alignof(Actor_ReceiveActorOnReleased) == 0x000008, "Wrong alignment on Actor_ReceiveActorOnReleased"); \ +static_assert(sizeof(Actor_ReceiveActorOnReleased) == 0x000020, "Wrong size on Actor_ReceiveActorOnReleased"); \ +static_assert(offsetof(Actor_ReceiveActorOnReleased, ButtonReleased) == 0x000000, "Member 'Actor_ReceiveActorOnReleased::ButtonReleased' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveAnyDamage \ +static_assert(alignof(Actor_ReceiveAnyDamage) == 0x000008, "Wrong alignment on Actor_ReceiveAnyDamage"); \ +static_assert(sizeof(Actor_ReceiveAnyDamage) == 0x000020, "Wrong size on Actor_ReceiveAnyDamage"); \ +static_assert(offsetof(Actor_ReceiveAnyDamage, Damage) == 0x000000, "Member 'Actor_ReceiveAnyDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveAnyDamage, DamageType) == 0x000008, "Member 'Actor_ReceiveAnyDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveAnyDamage, InstigatedBy) == 0x000010, "Member 'Actor_ReceiveAnyDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveAnyDamage, DamageCauser) == 0x000018, "Member 'Actor_ReceiveAnyDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveEndPlay \ +static_assert(alignof(Actor_ReceiveEndPlay) == 0x000001, "Wrong alignment on Actor_ReceiveEndPlay"); \ +static_assert(sizeof(Actor_ReceiveEndPlay) == 0x000001, "Wrong size on Actor_ReceiveEndPlay"); \ +static_assert(offsetof(Actor_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'Actor_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveHit \ +static_assert(alignof(Actor_ReceiveHit) == 0x000008, "Wrong alignment on Actor_ReceiveHit"); \ +static_assert(sizeof(Actor_ReceiveHit) == 0x0000D0, "Wrong size on Actor_ReceiveHit"); \ +static_assert(offsetof(Actor_ReceiveHit, MyComp) == 0x000000, "Member 'Actor_ReceiveHit::MyComp' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveHit, Other) == 0x000008, "Member 'Actor_ReceiveHit::Other' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveHit, OtherComp) == 0x000010, "Member 'Actor_ReceiveHit::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveHit, bSelfMoved) == 0x000018, "Member 'Actor_ReceiveHit::bSelfMoved' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveHit, HitLocation) == 0x00001C, "Member 'Actor_ReceiveHit::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveHit, HitNormal) == 0x000028, "Member 'Actor_ReceiveHit::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveHit, NormalImpulse) == 0x000034, "Member 'Actor_ReceiveHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveHit, Hit) == 0x000040, "Member 'Actor_ReceiveHit::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceivePointDamage \ +static_assert(alignof(Actor_ReceivePointDamage) == 0x000008, "Wrong alignment on Actor_ReceivePointDamage"); \ +static_assert(sizeof(Actor_ReceivePointDamage) == 0x0000E8, "Wrong size on Actor_ReceivePointDamage"); \ +static_assert(offsetof(Actor_ReceivePointDamage, Damage) == 0x000000, "Member 'Actor_ReceivePointDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceivePointDamage, DamageType) == 0x000008, "Member 'Actor_ReceivePointDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceivePointDamage, HitLocation) == 0x000010, "Member 'Actor_ReceivePointDamage::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceivePointDamage, HitNormal) == 0x00001C, "Member 'Actor_ReceivePointDamage::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceivePointDamage, HitComponent) == 0x000028, "Member 'Actor_ReceivePointDamage::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceivePointDamage, BoneName) == 0x000030, "Member 'Actor_ReceivePointDamage::BoneName' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceivePointDamage, ShotFromDirection) == 0x00003C, "Member 'Actor_ReceivePointDamage::ShotFromDirection' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceivePointDamage, InstigatedBy) == 0x000048, "Member 'Actor_ReceivePointDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceivePointDamage, DamageCauser) == 0x000050, "Member 'Actor_ReceivePointDamage::DamageCauser' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceivePointDamage, HitInfo) == 0x000058, "Member 'Actor_ReceivePointDamage::HitInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveRadialDamage \ +static_assert(alignof(Actor_ReceiveRadialDamage) == 0x000008, "Wrong alignment on Actor_ReceiveRadialDamage"); \ +static_assert(sizeof(Actor_ReceiveRadialDamage) == 0x0000C0, "Wrong size on Actor_ReceiveRadialDamage"); \ +static_assert(offsetof(Actor_ReceiveRadialDamage, DamageReceived) == 0x000000, "Member 'Actor_ReceiveRadialDamage::DamageReceived' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveRadialDamage, DamageType) == 0x000008, "Member 'Actor_ReceiveRadialDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveRadialDamage, Origin) == 0x000010, "Member 'Actor_ReceiveRadialDamage::Origin' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveRadialDamage, HitInfo) == 0x00001C, "Member 'Actor_ReceiveRadialDamage::HitInfo' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveRadialDamage, InstigatedBy) == 0x0000B0, "Member 'Actor_ReceiveRadialDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveRadialDamage, DamageCauser) == 0x0000B8, "Member 'Actor_ReceiveRadialDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveTick \ +static_assert(alignof(Actor_ReceiveTick) == 0x000004, "Wrong alignment on Actor_ReceiveTick"); \ +static_assert(sizeof(Actor_ReceiveTick) == 0x000004, "Wrong size on Actor_ReceiveTick"); \ +static_assert(offsetof(Actor_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'Actor_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_RemoveTickPrerequisiteActor \ +static_assert(alignof(Actor_RemoveTickPrerequisiteActor) == 0x000008, "Wrong alignment on Actor_RemoveTickPrerequisiteActor"); \ +static_assert(sizeof(Actor_RemoveTickPrerequisiteActor) == 0x000008, "Wrong size on Actor_RemoveTickPrerequisiteActor"); \ +static_assert(offsetof(Actor_RemoveTickPrerequisiteActor, PrerequisiteActor) == 0x000000, "Member 'Actor_RemoveTickPrerequisiteActor::PrerequisiteActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_RemoveTickPrerequisiteComponent \ +static_assert(alignof(Actor_RemoveTickPrerequisiteComponent) == 0x000008, "Wrong alignment on Actor_RemoveTickPrerequisiteComponent"); \ +static_assert(sizeof(Actor_RemoveTickPrerequisiteComponent) == 0x000008, "Wrong size on Actor_RemoveTickPrerequisiteComponent"); \ +static_assert(offsetof(Actor_RemoveTickPrerequisiteComponent, PrerequisiteComponent) == 0x000000, "Member 'Actor_RemoveTickPrerequisiteComponent::PrerequisiteComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SBZReceiveOverlapDamage \ +static_assert(alignof(Actor_SBZReceiveOverlapDamage) == 0x000008, "Wrong alignment on Actor_SBZReceiveOverlapDamage"); \ +static_assert(sizeof(Actor_SBZReceiveOverlapDamage) == 0x000040, "Wrong size on Actor_SBZReceiveOverlapDamage"); \ +static_assert(offsetof(Actor_SBZReceiveOverlapDamage, Damage) == 0x000000, "Member 'Actor_SBZReceiveOverlapDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(Actor_SBZReceiveOverlapDamage, DamageType) == 0x000008, "Member 'Actor_SBZReceiveOverlapDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(Actor_SBZReceiveOverlapDamage, OriginDirection) == 0x000010, "Member 'Actor_SBZReceiveOverlapDamage::OriginDirection' has a wrong offset!"); \ +static_assert(offsetof(Actor_SBZReceiveOverlapDamage, OverlapHitInfos) == 0x000020, "Member 'Actor_SBZReceiveOverlapDamage::OverlapHitInfos' has a wrong offset!"); \ +static_assert(offsetof(Actor_SBZReceiveOverlapDamage, InstigatedBy) == 0x000030, "Member 'Actor_SBZReceiveOverlapDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(Actor_SBZReceiveOverlapDamage, DamageCauser) == 0x000038, "Member 'Actor_SBZReceiveOverlapDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SBZReceiveRadialDamage \ +static_assert(alignof(Actor_SBZReceiveRadialDamage) == 0x000008, "Wrong alignment on Actor_SBZReceiveRadialDamage"); \ +static_assert(sizeof(Actor_SBZReceiveRadialDamage) == 0x000050, "Wrong size on Actor_SBZReceiveRadialDamage"); \ +static_assert(offsetof(Actor_SBZReceiveRadialDamage, DamageReceived) == 0x000000, "Member 'Actor_SBZReceiveRadialDamage::DamageReceived' has a wrong offset!"); \ +static_assert(offsetof(Actor_SBZReceiveRadialDamage, DamageType) == 0x000008, "Member 'Actor_SBZReceiveRadialDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(Actor_SBZReceiveRadialDamage, Origin) == 0x000010, "Member 'Actor_SBZReceiveRadialDamage::Origin' has a wrong offset!"); \ +static_assert(offsetof(Actor_SBZReceiveRadialDamage, Params_0) == 0x00001C, "Member 'Actor_SBZReceiveRadialDamage::Params_0' has a wrong offset!"); \ +static_assert(offsetof(Actor_SBZReceiveRadialDamage, HitInfos) == 0x000030, "Member 'Actor_SBZReceiveRadialDamage::HitInfos' has a wrong offset!"); \ +static_assert(offsetof(Actor_SBZReceiveRadialDamage, InstigatedBy) == 0x000040, "Member 'Actor_SBZReceiveRadialDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(Actor_SBZReceiveRadialDamage, DamageCauser) == 0x000048, "Member 'Actor_SBZReceiveRadialDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetActorEnableCollision \ +static_assert(alignof(Actor_SetActorEnableCollision) == 0x000001, "Wrong alignment on Actor_SetActorEnableCollision"); \ +static_assert(sizeof(Actor_SetActorEnableCollision) == 0x000001, "Wrong size on Actor_SetActorEnableCollision"); \ +static_assert(offsetof(Actor_SetActorEnableCollision, bNewActorEnableCollision) == 0x000000, "Member 'Actor_SetActorEnableCollision::bNewActorEnableCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetActorEnableIgnoredCollision \ +static_assert(alignof(Actor_SetActorEnableIgnoredCollision) == 0x000001, "Wrong alignment on Actor_SetActorEnableIgnoredCollision"); \ +static_assert(sizeof(Actor_SetActorEnableIgnoredCollision) == 0x000001, "Wrong size on Actor_SetActorEnableIgnoredCollision"); \ +static_assert(offsetof(Actor_SetActorEnableIgnoredCollision, bNewActorEnableIgnoredCollision) == 0x000000, "Member 'Actor_SetActorEnableIgnoredCollision::bNewActorEnableIgnoredCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetActorHiddenInGame \ +static_assert(alignof(Actor_SetActorHiddenInGame) == 0x000001, "Wrong alignment on Actor_SetActorHiddenInGame"); \ +static_assert(sizeof(Actor_SetActorHiddenInGame) == 0x000001, "Wrong size on Actor_SetActorHiddenInGame"); \ +static_assert(offsetof(Actor_SetActorHiddenInGame, bNewHidden) == 0x000000, "Member 'Actor_SetActorHiddenInGame::bNewHidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetActorRelativeScale3D \ +static_assert(alignof(Actor_SetActorRelativeScale3D) == 0x000004, "Wrong alignment on Actor_SetActorRelativeScale3D"); \ +static_assert(sizeof(Actor_SetActorRelativeScale3D) == 0x00000C, "Wrong size on Actor_SetActorRelativeScale3D"); \ +static_assert(offsetof(Actor_SetActorRelativeScale3D, NewRelativeScale) == 0x000000, "Member 'Actor_SetActorRelativeScale3D::NewRelativeScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetActorScale3D \ +static_assert(alignof(Actor_SetActorScale3D) == 0x000004, "Wrong alignment on Actor_SetActorScale3D"); \ +static_assert(sizeof(Actor_SetActorScale3D) == 0x00000C, "Wrong size on Actor_SetActorScale3D"); \ +static_assert(offsetof(Actor_SetActorScale3D, NewScale3D) == 0x000000, "Member 'Actor_SetActorScale3D::NewScale3D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetActorTickEnabled \ +static_assert(alignof(Actor_SetActorTickEnabled) == 0x000001, "Wrong alignment on Actor_SetActorTickEnabled"); \ +static_assert(sizeof(Actor_SetActorTickEnabled) == 0x000001, "Wrong size on Actor_SetActorTickEnabled"); \ +static_assert(offsetof(Actor_SetActorTickEnabled, bEnabled) == 0x000000, "Member 'Actor_SetActorTickEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetActorTickInterval \ +static_assert(alignof(Actor_SetActorTickInterval) == 0x000004, "Wrong alignment on Actor_SetActorTickInterval"); \ +static_assert(sizeof(Actor_SetActorTickInterval) == 0x000004, "Wrong size on Actor_SetActorTickInterval"); \ +static_assert(offsetof(Actor_SetActorTickInterval, TickInterval) == 0x000000, "Member 'Actor_SetActorTickInterval::TickInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetAutoDestroyWhenFinished \ +static_assert(alignof(Actor_SetAutoDestroyWhenFinished) == 0x000001, "Wrong alignment on Actor_SetAutoDestroyWhenFinished"); \ +static_assert(sizeof(Actor_SetAutoDestroyWhenFinished) == 0x000001, "Wrong size on Actor_SetAutoDestroyWhenFinished"); \ +static_assert(offsetof(Actor_SetAutoDestroyWhenFinished, bVal) == 0x000000, "Member 'Actor_SetAutoDestroyWhenFinished::bVal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetLifeSpan \ +static_assert(alignof(Actor_SetLifeSpan) == 0x000004, "Wrong alignment on Actor_SetLifeSpan"); \ +static_assert(sizeof(Actor_SetLifeSpan) == 0x000004, "Wrong size on Actor_SetLifeSpan"); \ +static_assert(offsetof(Actor_SetLifeSpan, InLifespan) == 0x000000, "Member 'Actor_SetLifeSpan::InLifespan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetNetDormancy \ +static_assert(alignof(Actor_SetNetDormancy) == 0x000001, "Wrong alignment on Actor_SetNetDormancy"); \ +static_assert(sizeof(Actor_SetNetDormancy) == 0x000001, "Wrong size on Actor_SetNetDormancy"); \ +static_assert(offsetof(Actor_SetNetDormancy, NewDormancy) == 0x000000, "Member 'Actor_SetNetDormancy::NewDormancy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetOwner \ +static_assert(alignof(Actor_SetOwner) == 0x000008, "Wrong alignment on Actor_SetOwner"); \ +static_assert(sizeof(Actor_SetOwner) == 0x000008, "Wrong size on Actor_SetOwner"); \ +static_assert(offsetof(Actor_SetOwner, NewOwner) == 0x000000, "Member 'Actor_SetOwner::NewOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetReplicateMovement \ +static_assert(alignof(Actor_SetReplicateMovement) == 0x000001, "Wrong alignment on Actor_SetReplicateMovement"); \ +static_assert(sizeof(Actor_SetReplicateMovement) == 0x000001, "Wrong size on Actor_SetReplicateMovement"); \ +static_assert(offsetof(Actor_SetReplicateMovement, bInReplicateMovement) == 0x000000, "Member 'Actor_SetReplicateMovement::bInReplicateMovement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetReplicates \ +static_assert(alignof(Actor_SetReplicates) == 0x000001, "Wrong alignment on Actor_SetReplicates"); \ +static_assert(sizeof(Actor_SetReplicates) == 0x000001, "Wrong size on Actor_SetReplicates"); \ +static_assert(offsetof(Actor_SetReplicates, bInReplicates) == 0x000000, "Member 'Actor_SetReplicates::bInReplicates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetTickableWhenPaused \ +static_assert(alignof(Actor_SetTickableWhenPaused) == 0x000001, "Wrong alignment on Actor_SetTickableWhenPaused"); \ +static_assert(sizeof(Actor_SetTickableWhenPaused) == 0x000001, "Wrong size on Actor_SetTickableWhenPaused"); \ +static_assert(offsetof(Actor_SetTickableWhenPaused, bTickableWhenPaused) == 0x000000, "Member 'Actor_SetTickableWhenPaused::bTickableWhenPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetTickGroup \ +static_assert(alignof(Actor_SetTickGroup) == 0x000001, "Wrong alignment on Actor_SetTickGroup"); \ +static_assert(sizeof(Actor_SetTickGroup) == 0x000001, "Wrong size on Actor_SetTickGroup"); \ +static_assert(offsetof(Actor_SetTickGroup, NewTickGroup) == 0x000000, "Member 'Actor_SetTickGroup::NewTickGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SnapRootComponentTo \ +static_assert(alignof(Actor_SnapRootComponentTo) == 0x000008, "Wrong alignment on Actor_SnapRootComponentTo"); \ +static_assert(sizeof(Actor_SnapRootComponentTo) == 0x000018, "Wrong size on Actor_SnapRootComponentTo"); \ +static_assert(offsetof(Actor_SnapRootComponentTo, InParentActor) == 0x000000, "Member 'Actor_SnapRootComponentTo::InParentActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_SnapRootComponentTo, InSocketName) == 0x000008, "Member 'Actor_SnapRootComponentTo::InSocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ActorHasTag \ +static_assert(alignof(Actor_ActorHasTag) == 0x000004, "Wrong alignment on Actor_ActorHasTag"); \ +static_assert(sizeof(Actor_ActorHasTag) == 0x000010, "Wrong size on Actor_ActorHasTag"); \ +static_assert(offsetof(Actor_ActorHasTag, Tag) == 0x000000, "Member 'Actor_ActorHasTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(Actor_ActorHasTag, ReturnValue) == 0x00000C, "Member 'Actor_ActorHasTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorBounds \ +static_assert(alignof(Actor_GetActorBounds) == 0x000004, "Wrong alignment on Actor_GetActorBounds"); \ +static_assert(sizeof(Actor_GetActorBounds) == 0x000020, "Wrong size on Actor_GetActorBounds"); \ +static_assert(offsetof(Actor_GetActorBounds, bOnlyCollidingComponents) == 0x000000, "Member 'Actor_GetActorBounds::bOnlyCollidingComponents' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetActorBounds, Origin) == 0x000004, "Member 'Actor_GetActorBounds::Origin' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetActorBounds, BoxExtent) == 0x000010, "Member 'Actor_GetActorBounds::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetActorBounds, bIncludeFromChildActors) == 0x00001C, "Member 'Actor_GetActorBounds::bIncludeFromChildActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorEnableCollision \ +static_assert(alignof(Actor_GetActorEnableCollision) == 0x000001, "Wrong alignment on Actor_GetActorEnableCollision"); \ +static_assert(sizeof(Actor_GetActorEnableCollision) == 0x000001, "Wrong size on Actor_GetActorEnableCollision"); \ +static_assert(offsetof(Actor_GetActorEnableCollision, ReturnValue) == 0x000000, "Member 'Actor_GetActorEnableCollision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorEnableIgnoredCollision \ +static_assert(alignof(Actor_GetActorEnableIgnoredCollision) == 0x000001, "Wrong alignment on Actor_GetActorEnableIgnoredCollision"); \ +static_assert(sizeof(Actor_GetActorEnableIgnoredCollision) == 0x000001, "Wrong size on Actor_GetActorEnableIgnoredCollision"); \ +static_assert(offsetof(Actor_GetActorEnableIgnoredCollision, ReturnValue) == 0x000000, "Member 'Actor_GetActorEnableIgnoredCollision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorEyesViewPoint \ +static_assert(alignof(Actor_GetActorEyesViewPoint) == 0x000004, "Wrong alignment on Actor_GetActorEyesViewPoint"); \ +static_assert(sizeof(Actor_GetActorEyesViewPoint) == 0x000018, "Wrong size on Actor_GetActorEyesViewPoint"); \ +static_assert(offsetof(Actor_GetActorEyesViewPoint, OutLocation) == 0x000000, "Member 'Actor_GetActorEyesViewPoint::OutLocation' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetActorEyesViewPoint, OutRotation) == 0x00000C, "Member 'Actor_GetActorEyesViewPoint::OutRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorForwardVector \ +static_assert(alignof(Actor_GetActorForwardVector) == 0x000004, "Wrong alignment on Actor_GetActorForwardVector"); \ +static_assert(sizeof(Actor_GetActorForwardVector) == 0x00000C, "Wrong size on Actor_GetActorForwardVector"); \ +static_assert(offsetof(Actor_GetActorForwardVector, ReturnValue) == 0x000000, "Member 'Actor_GetActorForwardVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorRelativeScale3D \ +static_assert(alignof(Actor_GetActorRelativeScale3D) == 0x000004, "Wrong alignment on Actor_GetActorRelativeScale3D"); \ +static_assert(sizeof(Actor_GetActorRelativeScale3D) == 0x00000C, "Wrong size on Actor_GetActorRelativeScale3D"); \ +static_assert(offsetof(Actor_GetActorRelativeScale3D, ReturnValue) == 0x000000, "Member 'Actor_GetActorRelativeScale3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorRightVector \ +static_assert(alignof(Actor_GetActorRightVector) == 0x000004, "Wrong alignment on Actor_GetActorRightVector"); \ +static_assert(sizeof(Actor_GetActorRightVector) == 0x00000C, "Wrong size on Actor_GetActorRightVector"); \ +static_assert(offsetof(Actor_GetActorRightVector, ReturnValue) == 0x000000, "Member 'Actor_GetActorRightVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorScale3D \ +static_assert(alignof(Actor_GetActorScale3D) == 0x000004, "Wrong alignment on Actor_GetActorScale3D"); \ +static_assert(sizeof(Actor_GetActorScale3D) == 0x00000C, "Wrong size on Actor_GetActorScale3D"); \ +static_assert(offsetof(Actor_GetActorScale3D, ReturnValue) == 0x000000, "Member 'Actor_GetActorScale3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorTickInterval \ +static_assert(alignof(Actor_GetActorTickInterval) == 0x000004, "Wrong alignment on Actor_GetActorTickInterval"); \ +static_assert(sizeof(Actor_GetActorTickInterval) == 0x000004, "Wrong size on Actor_GetActorTickInterval"); \ +static_assert(offsetof(Actor_GetActorTickInterval, ReturnValue) == 0x000000, "Member 'Actor_GetActorTickInterval::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorTimeDilation \ +static_assert(alignof(Actor_GetActorTimeDilation) == 0x000004, "Wrong alignment on Actor_GetActorTimeDilation"); \ +static_assert(sizeof(Actor_GetActorTimeDilation) == 0x000004, "Wrong size on Actor_GetActorTimeDilation"); \ +static_assert(offsetof(Actor_GetActorTimeDilation, ReturnValue) == 0x000000, "Member 'Actor_GetActorTimeDilation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorUpVector \ +static_assert(alignof(Actor_GetActorUpVector) == 0x000004, "Wrong alignment on Actor_GetActorUpVector"); \ +static_assert(sizeof(Actor_GetActorUpVector) == 0x00000C, "Wrong size on Actor_GetActorUpVector"); \ +static_assert(offsetof(Actor_GetActorUpVector, ReturnValue) == 0x000000, "Member 'Actor_GetActorUpVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetAllChildActors \ +static_assert(alignof(Actor_GetAllChildActors) == 0x000008, "Wrong alignment on Actor_GetAllChildActors"); \ +static_assert(sizeof(Actor_GetAllChildActors) == 0x000018, "Wrong size on Actor_GetAllChildActors"); \ +static_assert(offsetof(Actor_GetAllChildActors, ChildActors) == 0x000000, "Member 'Actor_GetAllChildActors::ChildActors' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetAllChildActors, bIncludeDescendants) == 0x000010, "Member 'Actor_GetAllChildActors::bIncludeDescendants' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetAttachedActors \ +static_assert(alignof(Actor_GetAttachedActors) == 0x000008, "Wrong alignment on Actor_GetAttachedActors"); \ +static_assert(sizeof(Actor_GetAttachedActors) == 0x000018, "Wrong size on Actor_GetAttachedActors"); \ +static_assert(offsetof(Actor_GetAttachedActors, OutActors) == 0x000000, "Member 'Actor_GetAttachedActors::OutActors' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetAttachedActors, bResetArray) == 0x000010, "Member 'Actor_GetAttachedActors::bResetArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetAttachParentActor \ +static_assert(alignof(Actor_GetAttachParentActor) == 0x000008, "Wrong alignment on Actor_GetAttachParentActor"); \ +static_assert(sizeof(Actor_GetAttachParentActor) == 0x000008, "Wrong size on Actor_GetAttachParentActor"); \ +static_assert(offsetof(Actor_GetAttachParentActor, ReturnValue) == 0x000000, "Member 'Actor_GetAttachParentActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetAttachParentSocketName \ +static_assert(alignof(Actor_GetAttachParentSocketName) == 0x000004, "Wrong alignment on Actor_GetAttachParentSocketName"); \ +static_assert(sizeof(Actor_GetAttachParentSocketName) == 0x00000C, "Wrong size on Actor_GetAttachParentSocketName"); \ +static_assert(offsetof(Actor_GetAttachParentSocketName, ReturnValue) == 0x000000, "Member 'Actor_GetAttachParentSocketName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetComponentByClass \ +static_assert(alignof(Actor_GetComponentByClass) == 0x000008, "Wrong alignment on Actor_GetComponentByClass"); \ +static_assert(sizeof(Actor_GetComponentByClass) == 0x000010, "Wrong size on Actor_GetComponentByClass"); \ +static_assert(offsetof(Actor_GetComponentByClass, ComponentClass) == 0x000000, "Member 'Actor_GetComponentByClass::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetComponentByClass, ReturnValue) == 0x000008, "Member 'Actor_GetComponentByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetComponentsByInterface \ +static_assert(alignof(Actor_GetComponentsByInterface) == 0x000008, "Wrong alignment on Actor_GetComponentsByInterface"); \ +static_assert(sizeof(Actor_GetComponentsByInterface) == 0x000018, "Wrong size on Actor_GetComponentsByInterface"); \ +static_assert(offsetof(Actor_GetComponentsByInterface, Interface) == 0x000000, "Member 'Actor_GetComponentsByInterface::Interface' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetComponentsByInterface, ReturnValue) == 0x000008, "Member 'Actor_GetComponentsByInterface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetComponentsByTag \ +static_assert(alignof(Actor_GetComponentsByTag) == 0x000008, "Wrong alignment on Actor_GetComponentsByTag"); \ +static_assert(sizeof(Actor_GetComponentsByTag) == 0x000028, "Wrong size on Actor_GetComponentsByTag"); \ +static_assert(offsetof(Actor_GetComponentsByTag, ComponentClass) == 0x000000, "Member 'Actor_GetComponentsByTag::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetComponentsByTag, Tag) == 0x000008, "Member 'Actor_GetComponentsByTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetComponentsByTag, ReturnValue) == 0x000018, "Member 'Actor_GetComponentsByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetDistanceTo \ +static_assert(alignof(Actor_GetDistanceTo) == 0x000008, "Wrong alignment on Actor_GetDistanceTo"); \ +static_assert(sizeof(Actor_GetDistanceTo) == 0x000010, "Wrong size on Actor_GetDistanceTo"); \ +static_assert(offsetof(Actor_GetDistanceTo, OtherActor) == 0x000000, "Member 'Actor_GetDistanceTo::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetDistanceTo, ReturnValue) == 0x000008, "Member 'Actor_GetDistanceTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetDotProductTo \ +static_assert(alignof(Actor_GetDotProductTo) == 0x000008, "Wrong alignment on Actor_GetDotProductTo"); \ +static_assert(sizeof(Actor_GetDotProductTo) == 0x000010, "Wrong size on Actor_GetDotProductTo"); \ +static_assert(offsetof(Actor_GetDotProductTo, OtherActor) == 0x000000, "Member 'Actor_GetDotProductTo::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetDotProductTo, ReturnValue) == 0x000008, "Member 'Actor_GetDotProductTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetGameTimeSinceCreation \ +static_assert(alignof(Actor_GetGameTimeSinceCreation) == 0x000004, "Wrong alignment on Actor_GetGameTimeSinceCreation"); \ +static_assert(sizeof(Actor_GetGameTimeSinceCreation) == 0x000004, "Wrong size on Actor_GetGameTimeSinceCreation"); \ +static_assert(offsetof(Actor_GetGameTimeSinceCreation, ReturnValue) == 0x000000, "Member 'Actor_GetGameTimeSinceCreation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetHorizontalDistanceTo \ +static_assert(alignof(Actor_GetHorizontalDistanceTo) == 0x000008, "Wrong alignment on Actor_GetHorizontalDistanceTo"); \ +static_assert(sizeof(Actor_GetHorizontalDistanceTo) == 0x000010, "Wrong size on Actor_GetHorizontalDistanceTo"); \ +static_assert(offsetof(Actor_GetHorizontalDistanceTo, OtherActor) == 0x000000, "Member 'Actor_GetHorizontalDistanceTo::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetHorizontalDistanceTo, ReturnValue) == 0x000008, "Member 'Actor_GetHorizontalDistanceTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetHorizontalDotProductTo \ +static_assert(alignof(Actor_GetHorizontalDotProductTo) == 0x000008, "Wrong alignment on Actor_GetHorizontalDotProductTo"); \ +static_assert(sizeof(Actor_GetHorizontalDotProductTo) == 0x000010, "Wrong size on Actor_GetHorizontalDotProductTo"); \ +static_assert(offsetof(Actor_GetHorizontalDotProductTo, OtherActor) == 0x000000, "Member 'Actor_GetHorizontalDotProductTo::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetHorizontalDotProductTo, ReturnValue) == 0x000008, "Member 'Actor_GetHorizontalDotProductTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetInputAxisKeyValue \ +static_assert(alignof(Actor_GetInputAxisKeyValue) == 0x000008, "Wrong alignment on Actor_GetInputAxisKeyValue"); \ +static_assert(sizeof(Actor_GetInputAxisKeyValue) == 0x000028, "Wrong size on Actor_GetInputAxisKeyValue"); \ +static_assert(offsetof(Actor_GetInputAxisKeyValue, InputAxisKey) == 0x000000, "Member 'Actor_GetInputAxisKeyValue::InputAxisKey' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetInputAxisKeyValue, ReturnValue) == 0x000020, "Member 'Actor_GetInputAxisKeyValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetInputAxisValue \ +static_assert(alignof(Actor_GetInputAxisValue) == 0x000004, "Wrong alignment on Actor_GetInputAxisValue"); \ +static_assert(sizeof(Actor_GetInputAxisValue) == 0x000010, "Wrong size on Actor_GetInputAxisValue"); \ +static_assert(offsetof(Actor_GetInputAxisValue, InputAxisName) == 0x000000, "Member 'Actor_GetInputAxisValue::InputAxisName' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetInputAxisValue, ReturnValue) == 0x00000C, "Member 'Actor_GetInputAxisValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetInputVectorAxisValue \ +static_assert(alignof(Actor_GetInputVectorAxisValue) == 0x000008, "Wrong alignment on Actor_GetInputVectorAxisValue"); \ +static_assert(sizeof(Actor_GetInputVectorAxisValue) == 0x000030, "Wrong size on Actor_GetInputVectorAxisValue"); \ +static_assert(offsetof(Actor_GetInputVectorAxisValue, InputAxisKey) == 0x000000, "Member 'Actor_GetInputVectorAxisValue::InputAxisKey' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetInputVectorAxisValue, ReturnValue) == 0x000020, "Member 'Actor_GetInputVectorAxisValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetInstigator \ +static_assert(alignof(Actor_GetInstigator) == 0x000008, "Wrong alignment on Actor_GetInstigator"); \ +static_assert(sizeof(Actor_GetInstigator) == 0x000008, "Wrong size on Actor_GetInstigator"); \ +static_assert(offsetof(Actor_GetInstigator, ReturnValue) == 0x000000, "Member 'Actor_GetInstigator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetInstigatorController \ +static_assert(alignof(Actor_GetInstigatorController) == 0x000008, "Wrong alignment on Actor_GetInstigatorController"); \ +static_assert(sizeof(Actor_GetInstigatorController) == 0x000008, "Wrong size on Actor_GetInstigatorController"); \ +static_assert(offsetof(Actor_GetInstigatorController, ReturnValue) == 0x000000, "Member 'Actor_GetInstigatorController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetLifeSpan \ +static_assert(alignof(Actor_GetLifeSpan) == 0x000004, "Wrong alignment on Actor_GetLifeSpan"); \ +static_assert(sizeof(Actor_GetLifeSpan) == 0x000004, "Wrong size on Actor_GetLifeSpan"); \ +static_assert(offsetof(Actor_GetLifeSpan, ReturnValue) == 0x000000, "Member 'Actor_GetLifeSpan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetLocalRole \ +static_assert(alignof(Actor_GetLocalRole) == 0x000001, "Wrong alignment on Actor_GetLocalRole"); \ +static_assert(sizeof(Actor_GetLocalRole) == 0x000001, "Wrong size on Actor_GetLocalRole"); \ +static_assert(offsetof(Actor_GetLocalRole, ReturnValue) == 0x000000, "Member 'Actor_GetLocalRole::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetOverlappingActors \ +static_assert(alignof(Actor_GetOverlappingActors) == 0x000008, "Wrong alignment on Actor_GetOverlappingActors"); \ +static_assert(sizeof(Actor_GetOverlappingActors) == 0x000018, "Wrong size on Actor_GetOverlappingActors"); \ +static_assert(offsetof(Actor_GetOverlappingActors, OverlappingActors) == 0x000000, "Member 'Actor_GetOverlappingActors::OverlappingActors' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetOverlappingActors, ClassFilter) == 0x000010, "Member 'Actor_GetOverlappingActors::ClassFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetOverlappingComponents \ +static_assert(alignof(Actor_GetOverlappingComponents) == 0x000008, "Wrong alignment on Actor_GetOverlappingComponents"); \ +static_assert(sizeof(Actor_GetOverlappingComponents) == 0x000010, "Wrong size on Actor_GetOverlappingComponents"); \ +static_assert(offsetof(Actor_GetOverlappingComponents, OverlappingComponents) == 0x000000, "Member 'Actor_GetOverlappingComponents::OverlappingComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetOwner \ +static_assert(alignof(Actor_GetOwner) == 0x000008, "Wrong alignment on Actor_GetOwner"); \ +static_assert(sizeof(Actor_GetOwner) == 0x000008, "Wrong size on Actor_GetOwner"); \ +static_assert(offsetof(Actor_GetOwner, ReturnValue) == 0x000000, "Member 'Actor_GetOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetParentActor \ +static_assert(alignof(Actor_GetParentActor) == 0x000008, "Wrong alignment on Actor_GetParentActor"); \ +static_assert(sizeof(Actor_GetParentActor) == 0x000008, "Wrong size on Actor_GetParentActor"); \ +static_assert(offsetof(Actor_GetParentActor, ReturnValue) == 0x000000, "Member 'Actor_GetParentActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetParentComponent \ +static_assert(alignof(Actor_GetParentComponent) == 0x000008, "Wrong alignment on Actor_GetParentComponent"); \ +static_assert(sizeof(Actor_GetParentComponent) == 0x000008, "Wrong size on Actor_GetParentComponent"); \ +static_assert(offsetof(Actor_GetParentComponent, ReturnValue) == 0x000000, "Member 'Actor_GetParentComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetRemoteRole \ +static_assert(alignof(Actor_GetRemoteRole) == 0x000001, "Wrong alignment on Actor_GetRemoteRole"); \ +static_assert(sizeof(Actor_GetRemoteRole) == 0x000001, "Wrong size on Actor_GetRemoteRole"); \ +static_assert(offsetof(Actor_GetRemoteRole, ReturnValue) == 0x000000, "Member 'Actor_GetRemoteRole::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetSquaredDistanceTo \ +static_assert(alignof(Actor_GetSquaredDistanceTo) == 0x000008, "Wrong alignment on Actor_GetSquaredDistanceTo"); \ +static_assert(sizeof(Actor_GetSquaredDistanceTo) == 0x000010, "Wrong size on Actor_GetSquaredDistanceTo"); \ +static_assert(offsetof(Actor_GetSquaredDistanceTo, OtherActor) == 0x000000, "Member 'Actor_GetSquaredDistanceTo::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetSquaredDistanceTo, ReturnValue) == 0x000008, "Member 'Actor_GetSquaredDistanceTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetSquaredHorizontalDistanceTo \ +static_assert(alignof(Actor_GetSquaredHorizontalDistanceTo) == 0x000008, "Wrong alignment on Actor_GetSquaredHorizontalDistanceTo"); \ +static_assert(sizeof(Actor_GetSquaredHorizontalDistanceTo) == 0x000010, "Wrong size on Actor_GetSquaredHorizontalDistanceTo"); \ +static_assert(offsetof(Actor_GetSquaredHorizontalDistanceTo, OtherActor) == 0x000000, "Member 'Actor_GetSquaredHorizontalDistanceTo::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetSquaredHorizontalDistanceTo, ReturnValue) == 0x000008, "Member 'Actor_GetSquaredHorizontalDistanceTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetTransform \ +static_assert(alignof(Actor_GetTransform) == 0x000010, "Wrong alignment on Actor_GetTransform"); \ +static_assert(sizeof(Actor_GetTransform) == 0x000030, "Wrong size on Actor_GetTransform"); \ +static_assert(offsetof(Actor_GetTransform, ReturnValue) == 0x000000, "Member 'Actor_GetTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetVelocity \ +static_assert(alignof(Actor_GetVelocity) == 0x000004, "Wrong alignment on Actor_GetVelocity"); \ +static_assert(sizeof(Actor_GetVelocity) == 0x00000C, "Wrong size on Actor_GetVelocity"); \ +static_assert(offsetof(Actor_GetVelocity, ReturnValue) == 0x000000, "Member 'Actor_GetVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetVerticalDistanceTo \ +static_assert(alignof(Actor_GetVerticalDistanceTo) == 0x000008, "Wrong alignment on Actor_GetVerticalDistanceTo"); \ +static_assert(sizeof(Actor_GetVerticalDistanceTo) == 0x000010, "Wrong size on Actor_GetVerticalDistanceTo"); \ +static_assert(offsetof(Actor_GetVerticalDistanceTo, OtherActor) == 0x000000, "Member 'Actor_GetVerticalDistanceTo::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetVerticalDistanceTo, ReturnValue) == 0x000008, "Member 'Actor_GetVerticalDistanceTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_HasAuthority \ +static_assert(alignof(Actor_HasAuthority) == 0x000001, "Wrong alignment on Actor_HasAuthority"); \ +static_assert(sizeof(Actor_HasAuthority) == 0x000001, "Wrong size on Actor_HasAuthority"); \ +static_assert(offsetof(Actor_HasAuthority, ReturnValue) == 0x000000, "Member 'Actor_HasAuthority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_IsActorBeingDestroyed \ +static_assert(alignof(Actor_IsActorBeingDestroyed) == 0x000001, "Wrong alignment on Actor_IsActorBeingDestroyed"); \ +static_assert(sizeof(Actor_IsActorBeingDestroyed) == 0x000001, "Wrong size on Actor_IsActorBeingDestroyed"); \ +static_assert(offsetof(Actor_IsActorBeingDestroyed, ReturnValue) == 0x000000, "Member 'Actor_IsActorBeingDestroyed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_IsActorTickEnabled \ +static_assert(alignof(Actor_IsActorTickEnabled) == 0x000001, "Wrong alignment on Actor_IsActorTickEnabled"); \ +static_assert(sizeof(Actor_IsActorTickEnabled) == 0x000001, "Wrong size on Actor_IsActorTickEnabled"); \ +static_assert(offsetof(Actor_IsActorTickEnabled, ReturnValue) == 0x000000, "Member 'Actor_IsActorTickEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_IsChildActor \ +static_assert(alignof(Actor_IsChildActor) == 0x000001, "Wrong alignment on Actor_IsChildActor"); \ +static_assert(sizeof(Actor_IsChildActor) == 0x000001, "Wrong size on Actor_IsChildActor"); \ +static_assert(offsetof(Actor_IsChildActor, ReturnValue) == 0x000000, "Member 'Actor_IsChildActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_IsOverlappingActor \ +static_assert(alignof(Actor_IsOverlappingActor) == 0x000008, "Wrong alignment on Actor_IsOverlappingActor"); \ +static_assert(sizeof(Actor_IsOverlappingActor) == 0x000010, "Wrong size on Actor_IsOverlappingActor"); \ +static_assert(offsetof(Actor_IsOverlappingActor, Other) == 0x000000, "Member 'Actor_IsOverlappingActor::Other' has a wrong offset!"); \ +static_assert(offsetof(Actor_IsOverlappingActor, ReturnValue) == 0x000008, "Member 'Actor_IsOverlappingActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_GetActorLocation \ +static_assert(alignof(Actor_K2_GetActorLocation) == 0x000004, "Wrong alignment on Actor_K2_GetActorLocation"); \ +static_assert(sizeof(Actor_K2_GetActorLocation) == 0x00000C, "Wrong size on Actor_K2_GetActorLocation"); \ +static_assert(offsetof(Actor_K2_GetActorLocation, ReturnValue) == 0x000000, "Member 'Actor_K2_GetActorLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_GetActorRotation \ +static_assert(alignof(Actor_K2_GetActorRotation) == 0x000004, "Wrong alignment on Actor_K2_GetActorRotation"); \ +static_assert(sizeof(Actor_K2_GetActorRotation) == 0x00000C, "Wrong size on Actor_K2_GetActorRotation"); \ +static_assert(offsetof(Actor_K2_GetActorRotation, ReturnValue) == 0x000000, "Member 'Actor_K2_GetActorRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_GetComponentsByClass \ +static_assert(alignof(Actor_K2_GetComponentsByClass) == 0x000008, "Wrong alignment on Actor_K2_GetComponentsByClass"); \ +static_assert(sizeof(Actor_K2_GetComponentsByClass) == 0x000018, "Wrong size on Actor_K2_GetComponentsByClass"); \ +static_assert(offsetof(Actor_K2_GetComponentsByClass, ComponentClass) == 0x000000, "Member 'Actor_K2_GetComponentsByClass::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_GetComponentsByClass, ReturnValue) == 0x000008, "Member 'Actor_K2_GetComponentsByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_GetRootComponent \ +static_assert(alignof(Actor_K2_GetRootComponent) == 0x000008, "Wrong alignment on Actor_K2_GetRootComponent"); \ +static_assert(sizeof(Actor_K2_GetRootComponent) == 0x000008, "Wrong size on Actor_K2_GetRootComponent"); \ +static_assert(offsetof(Actor_K2_GetRootComponent, ReturnValue) == 0x000000, "Member 'Actor_K2_GetRootComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_WasRecentlyRendered \ +static_assert(alignof(Actor_WasRecentlyRendered) == 0x000004, "Wrong alignment on Actor_WasRecentlyRendered"); \ +static_assert(sizeof(Actor_WasRecentlyRendered) == 0x000008, "Wrong size on Actor_WasRecentlyRendered"); \ +static_assert(offsetof(Actor_WasRecentlyRendered, Tolerance) == 0x000000, "Member 'Actor_WasRecentlyRendered::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(Actor_WasRecentlyRendered, ReturnValue) == 0x000004, "Member 'Actor_WasRecentlyRendered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AActor \ +static_assert(alignof(AActor) == 0x000008, "Wrong alignment on AActor"); \ +static_assert(sizeof(AActor) == 0x0002A8, "Wrong size on AActor"); \ +static_assert(offsetof(AActor, PrimaryActorTick) == 0x000030, "Member 'AActor::PrimaryActorTick' has a wrong offset!"); \ +static_assert(offsetof(AActor, UpdateOverlapsMethodDuringLevelStreaming) == 0x000066, "Member 'AActor::UpdateOverlapsMethodDuringLevelStreaming' has a wrong offset!"); \ +static_assert(offsetof(AActor, DefaultUpdateOverlapsMethodDuringLevelStreaming) == 0x000067, "Member 'AActor::DefaultUpdateOverlapsMethodDuringLevelStreaming' has a wrong offset!"); \ +static_assert(offsetof(AActor, RemoteRole) == 0x000068, "Member 'AActor::RemoteRole' has a wrong offset!"); \ +static_assert(offsetof(AActor, ReplicatedMovement) == 0x00006C, "Member 'AActor::ReplicatedMovement' has a wrong offset!"); \ +static_assert(offsetof(AActor, InitialLifeSpan) == 0x0000A4, "Member 'AActor::InitialLifeSpan' has a wrong offset!"); \ +static_assert(offsetof(AActor, CustomTimeDilation) == 0x0000A8, "Member 'AActor::CustomTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AActor, AttachmentReplication) == 0x0000B0, "Member 'AActor::AttachmentReplication' has a wrong offset!"); \ +static_assert(offsetof(AActor, Owner) == 0x0000F0, "Member 'AActor::Owner' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetDriverName) == 0x0000F8, "Member 'AActor::NetDriverName' has a wrong offset!"); \ +static_assert(offsetof(AActor, Role) == 0x000104, "Member 'AActor::Role' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetDormancy) == 0x000105, "Member 'AActor::NetDormancy' has a wrong offset!"); \ +static_assert(offsetof(AActor, SpawnCollisionHandlingMethod) == 0x000106, "Member 'AActor::SpawnCollisionHandlingMethod' has a wrong offset!"); \ +static_assert(offsetof(AActor, AutoReceiveInput) == 0x000107, "Member 'AActor::AutoReceiveInput' has a wrong offset!"); \ +static_assert(offsetof(AActor, InputPriority) == 0x000108, "Member 'AActor::InputPriority' has a wrong offset!"); \ +static_assert(offsetof(AActor, InputComponent) == 0x000110, "Member 'AActor::InputComponent' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetCullDistanceSquared) == 0x000118, "Member 'AActor::NetCullDistanceSquared' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetTag) == 0x00011C, "Member 'AActor::NetTag' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetUpdateFrequency) == 0x000120, "Member 'AActor::NetUpdateFrequency' has a wrong offset!"); \ +static_assert(offsetof(AActor, MinNetUpdateFrequency) == 0x000124, "Member 'AActor::MinNetUpdateFrequency' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetPriority) == 0x000128, "Member 'AActor::NetPriority' has a wrong offset!"); \ +static_assert(offsetof(AActor, Instigator) == 0x000130, "Member 'AActor::Instigator' has a wrong offset!"); \ +static_assert(offsetof(AActor, Children) == 0x000138, "Member 'AActor::Children' has a wrong offset!"); \ +static_assert(offsetof(AActor, RootComponent) == 0x000148, "Member 'AActor::RootComponent' has a wrong offset!"); \ +static_assert(offsetof(AActor, ControllingMatineeActors) == 0x000150, "Member 'AActor::ControllingMatineeActors' has a wrong offset!"); \ +static_assert(offsetof(AActor, Layers) == 0x000168, "Member 'AActor::Layers' has a wrong offset!"); \ +static_assert(offsetof(AActor, ParentComponent) == 0x000178, "Member 'AActor::ParentComponent' has a wrong offset!"); \ +static_assert(offsetof(AActor, Tags) == 0x000188, "Member 'AActor::Tags' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnTakeAnyDamage) == 0x000198, "Member 'AActor::OnTakeAnyDamage' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnTakePointDamage) == 0x000199, "Member 'AActor::OnTakePointDamage' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnTakeRadialDamage) == 0x00019A, "Member 'AActor::OnTakeRadialDamage' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnSBZTakeRadialDamage) == 0x00019B, "Member 'AActor::OnSBZTakeRadialDamage' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnSBZTakeOverlapDamage) == 0x00019C, "Member 'AActor::OnSBZTakeOverlapDamage' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnSBZTakePointDamageEx) == 0x00019D, "Member 'AActor::OnSBZTakePointDamageEx' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnSBZTakeRadialDamageEx) == 0x00019E, "Member 'AActor::OnSBZTakeRadialDamageEx' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnActorBeginOverlap) == 0x00019F, "Member 'AActor::OnActorBeginOverlap' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnActorEndOverlap) == 0x0001A0, "Member 'AActor::OnActorEndOverlap' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnBeginCursorOver) == 0x0001A1, "Member 'AActor::OnBeginCursorOver' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnEndCursorOver) == 0x0001A2, "Member 'AActor::OnEndCursorOver' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnClicked) == 0x0001A3, "Member 'AActor::OnClicked' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnReleased) == 0x0001A4, "Member 'AActor::OnReleased' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnInputTouchBegin) == 0x0001A5, "Member 'AActor::OnInputTouchBegin' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnInputTouchEnd) == 0x0001A6, "Member 'AActor::OnInputTouchEnd' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnInputTouchEnter) == 0x0001A7, "Member 'AActor::OnInputTouchEnter' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnInputTouchLeave) == 0x0001A8, "Member 'AActor::OnInputTouchLeave' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnActorHit) == 0x0001E0, "Member 'AActor::OnActorHit' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnDestroyed) == 0x0001E8, "Member 'AActor::OnDestroyed' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnEndPlay) == 0x0001E9, "Member 'AActor::OnEndPlay' has a wrong offset!"); \ +static_assert(offsetof(AActor, InstanceComponents) == 0x000270, "Member 'AActor::InstanceComponents' has a wrong offset!"); \ +static_assert(offsetof(AActor, BlueprintCreatedComponents) == 0x000280, "Member 'AActor::BlueprintCreatedComponents' has a wrong offset!"); \ +static_assert(offsetof(AActor, bHasBeenInstanced) == 0x0002A0, "Member 'AActor::bHasBeenInstanced' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Emitter_OnParticleSystemFinished \ +static_assert(alignof(Emitter_OnParticleSystemFinished) == 0x000008, "Wrong alignment on Emitter_OnParticleSystemFinished"); \ +static_assert(sizeof(Emitter_OnParticleSystemFinished) == 0x000008, "Wrong size on Emitter_OnParticleSystemFinished"); \ +static_assert(offsetof(Emitter_OnParticleSystemFinished, FinishedComponent) == 0x000000, "Member 'Emitter_OnParticleSystemFinished::FinishedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Emitter_SetActorParameter \ +static_assert(alignof(Emitter_SetActorParameter) == 0x000008, "Wrong alignment on Emitter_SetActorParameter"); \ +static_assert(sizeof(Emitter_SetActorParameter) == 0x000018, "Wrong size on Emitter_SetActorParameter"); \ +static_assert(offsetof(Emitter_SetActorParameter, ParameterName) == 0x000000, "Member 'Emitter_SetActorParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(Emitter_SetActorParameter, Param) == 0x000010, "Member 'Emitter_SetActorParameter::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Emitter_SetColorParameter \ +static_assert(alignof(Emitter_SetColorParameter) == 0x000004, "Wrong alignment on Emitter_SetColorParameter"); \ +static_assert(sizeof(Emitter_SetColorParameter) == 0x00001C, "Wrong size on Emitter_SetColorParameter"); \ +static_assert(offsetof(Emitter_SetColorParameter, ParameterName) == 0x000000, "Member 'Emitter_SetColorParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(Emitter_SetColorParameter, Param) == 0x00000C, "Member 'Emitter_SetColorParameter::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Emitter_SetFloatParameter \ +static_assert(alignof(Emitter_SetFloatParameter) == 0x000004, "Wrong alignment on Emitter_SetFloatParameter"); \ +static_assert(sizeof(Emitter_SetFloatParameter) == 0x000010, "Wrong size on Emitter_SetFloatParameter"); \ +static_assert(offsetof(Emitter_SetFloatParameter, ParameterName) == 0x000000, "Member 'Emitter_SetFloatParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(Emitter_SetFloatParameter, Param) == 0x00000C, "Member 'Emitter_SetFloatParameter::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Emitter_SetMaterialParameter \ +static_assert(alignof(Emitter_SetMaterialParameter) == 0x000008, "Wrong alignment on Emitter_SetMaterialParameter"); \ +static_assert(sizeof(Emitter_SetMaterialParameter) == 0x000018, "Wrong size on Emitter_SetMaterialParameter"); \ +static_assert(offsetof(Emitter_SetMaterialParameter, ParameterName) == 0x000000, "Member 'Emitter_SetMaterialParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(Emitter_SetMaterialParameter, Param) == 0x000010, "Member 'Emitter_SetMaterialParameter::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Emitter_SetTemplate \ +static_assert(alignof(Emitter_SetTemplate) == 0x000008, "Wrong alignment on Emitter_SetTemplate"); \ +static_assert(sizeof(Emitter_SetTemplate) == 0x000008, "Wrong size on Emitter_SetTemplate"); \ +static_assert(offsetof(Emitter_SetTemplate, NewTemplate) == 0x000000, "Member 'Emitter_SetTemplate::NewTemplate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Emitter_SetVectorParameter \ +static_assert(alignof(Emitter_SetVectorParameter) == 0x000004, "Wrong alignment on Emitter_SetVectorParameter"); \ +static_assert(sizeof(Emitter_SetVectorParameter) == 0x000018, "Wrong size on Emitter_SetVectorParameter"); \ +static_assert(offsetof(Emitter_SetVectorParameter, ParameterName) == 0x000000, "Member 'Emitter_SetVectorParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(Emitter_SetVectorParameter, Param) == 0x00000C, "Member 'Emitter_SetVectorParameter::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Emitter_IsActive \ +static_assert(alignof(Emitter_IsActive) == 0x000001, "Wrong alignment on Emitter_IsActive"); \ +static_assert(sizeof(Emitter_IsActive) == 0x000001, "Wrong size on Emitter_IsActive"); \ +static_assert(offsetof(Emitter_IsActive, ReturnValue) == 0x000000, "Member 'Emitter_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AEmitter \ +static_assert(alignof(AEmitter) == 0x000008, "Wrong alignment on AEmitter"); \ +static_assert(sizeof(AEmitter) == 0x0002F8, "Wrong size on AEmitter"); \ +static_assert(offsetof(AEmitter, ParticleSystemComponent) == 0x0002A8, "Member 'AEmitter::ParticleSystemComponent' has a wrong offset!"); \ +static_assert(offsetof(AEmitter, OnParticleSpawn) == 0x0002B8, "Member 'AEmitter::OnParticleSpawn' has a wrong offset!"); \ +static_assert(offsetof(AEmitter, OnParticleBurst) == 0x0002C8, "Member 'AEmitter::OnParticleBurst' has a wrong offset!"); \ +static_assert(offsetof(AEmitter, OnParticleDeath) == 0x0002D8, "Member 'AEmitter::OnParticleDeath' has a wrong offset!"); \ +static_assert(offsetof(AEmitter, OnParticleCollide) == 0x0002E8, "Member 'AEmitter::OnParticleCollide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_Activate \ +static_assert(alignof(ActorComponent_Activate) == 0x000001, "Wrong alignment on ActorComponent_Activate"); \ +static_assert(sizeof(ActorComponent_Activate) == 0x000001, "Wrong size on ActorComponent_Activate"); \ +static_assert(offsetof(ActorComponent_Activate, bReset) == 0x000000, "Member 'ActorComponent_Activate::bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_AddTickPrerequisiteActor \ +static_assert(alignof(ActorComponent_AddTickPrerequisiteActor) == 0x000008, "Wrong alignment on ActorComponent_AddTickPrerequisiteActor"); \ +static_assert(sizeof(ActorComponent_AddTickPrerequisiteActor) == 0x000008, "Wrong size on ActorComponent_AddTickPrerequisiteActor"); \ +static_assert(offsetof(ActorComponent_AddTickPrerequisiteActor, PrerequisiteActor) == 0x000000, "Member 'ActorComponent_AddTickPrerequisiteActor::PrerequisiteActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_AddTickPrerequisiteComponent \ +static_assert(alignof(ActorComponent_AddTickPrerequisiteComponent) == 0x000008, "Wrong alignment on ActorComponent_AddTickPrerequisiteComponent"); \ +static_assert(sizeof(ActorComponent_AddTickPrerequisiteComponent) == 0x000008, "Wrong size on ActorComponent_AddTickPrerequisiteComponent"); \ +static_assert(offsetof(ActorComponent_AddTickPrerequisiteComponent, PrerequisiteComponent) == 0x000000, "Member 'ActorComponent_AddTickPrerequisiteComponent::PrerequisiteComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_K2_DestroyComponent \ +static_assert(alignof(ActorComponent_K2_DestroyComponent) == 0x000008, "Wrong alignment on ActorComponent_K2_DestroyComponent"); \ +static_assert(sizeof(ActorComponent_K2_DestroyComponent) == 0x000008, "Wrong size on ActorComponent_K2_DestroyComponent"); \ +static_assert(offsetof(ActorComponent_K2_DestroyComponent, Object) == 0x000000, "Member 'ActorComponent_K2_DestroyComponent::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_Multicast_IsActive \ +static_assert(alignof(ActorComponent_Multicast_IsActive) == 0x000001, "Wrong alignment on ActorComponent_Multicast_IsActive"); \ +static_assert(sizeof(ActorComponent_Multicast_IsActive) == 0x000001, "Wrong size on ActorComponent_Multicast_IsActive"); \ +static_assert(offsetof(ActorComponent_Multicast_IsActive, bNewIsActive) == 0x000000, "Member 'ActorComponent_Multicast_IsActive::bNewIsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_Multicast_Replicates \ +static_assert(alignof(ActorComponent_Multicast_Replicates) == 0x000001, "Wrong alignment on ActorComponent_Multicast_Replicates"); \ +static_assert(sizeof(ActorComponent_Multicast_Replicates) == 0x000001, "Wrong size on ActorComponent_Multicast_Replicates"); \ +static_assert(offsetof(ActorComponent_Multicast_Replicates, bNewReplicates) == 0x000000, "Member 'ActorComponent_Multicast_Replicates::bNewReplicates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_Multicast_ReplicatesIsActive \ +static_assert(alignof(ActorComponent_Multicast_ReplicatesIsActive) == 0x000001, "Wrong alignment on ActorComponent_Multicast_ReplicatesIsActive"); \ +static_assert(sizeof(ActorComponent_Multicast_ReplicatesIsActive) == 0x000002, "Wrong size on ActorComponent_Multicast_ReplicatesIsActive"); \ +static_assert(offsetof(ActorComponent_Multicast_ReplicatesIsActive, bNewReplicates) == 0x000000, "Member 'ActorComponent_Multicast_ReplicatesIsActive::bNewReplicates' has a wrong offset!"); \ +static_assert(offsetof(ActorComponent_Multicast_ReplicatesIsActive, bNewIsActive) == 0x000001, "Member 'ActorComponent_Multicast_ReplicatesIsActive::bNewIsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_ReceiveEndPlay \ +static_assert(alignof(ActorComponent_ReceiveEndPlay) == 0x000001, "Wrong alignment on ActorComponent_ReceiveEndPlay"); \ +static_assert(sizeof(ActorComponent_ReceiveEndPlay) == 0x000001, "Wrong size on ActorComponent_ReceiveEndPlay"); \ +static_assert(offsetof(ActorComponent_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'ActorComponent_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_ReceiveTick \ +static_assert(alignof(ActorComponent_ReceiveTick) == 0x000004, "Wrong alignment on ActorComponent_ReceiveTick"); \ +static_assert(sizeof(ActorComponent_ReceiveTick) == 0x000004, "Wrong size on ActorComponent_ReceiveTick"); \ +static_assert(offsetof(ActorComponent_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'ActorComponent_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_RemoveTickPrerequisiteActor \ +static_assert(alignof(ActorComponent_RemoveTickPrerequisiteActor) == 0x000008, "Wrong alignment on ActorComponent_RemoveTickPrerequisiteActor"); \ +static_assert(sizeof(ActorComponent_RemoveTickPrerequisiteActor) == 0x000008, "Wrong size on ActorComponent_RemoveTickPrerequisiteActor"); \ +static_assert(offsetof(ActorComponent_RemoveTickPrerequisiteActor, PrerequisiteActor) == 0x000000, "Member 'ActorComponent_RemoveTickPrerequisiteActor::PrerequisiteActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_RemoveTickPrerequisiteComponent \ +static_assert(alignof(ActorComponent_RemoveTickPrerequisiteComponent) == 0x000008, "Wrong alignment on ActorComponent_RemoveTickPrerequisiteComponent"); \ +static_assert(sizeof(ActorComponent_RemoveTickPrerequisiteComponent) == 0x000008, "Wrong size on ActorComponent_RemoveTickPrerequisiteComponent"); \ +static_assert(offsetof(ActorComponent_RemoveTickPrerequisiteComponent, PrerequisiteComponent) == 0x000000, "Member 'ActorComponent_RemoveTickPrerequisiteComponent::PrerequisiteComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_SetActive \ +static_assert(alignof(ActorComponent_SetActive) == 0x000001, "Wrong alignment on ActorComponent_SetActive"); \ +static_assert(sizeof(ActorComponent_SetActive) == 0x000002, "Wrong size on ActorComponent_SetActive"); \ +static_assert(offsetof(ActorComponent_SetActive, bNewActive) == 0x000000, "Member 'ActorComponent_SetActive::bNewActive' has a wrong offset!"); \ +static_assert(offsetof(ActorComponent_SetActive, bReset) == 0x000001, "Member 'ActorComponent_SetActive::bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_SetAutoActivate \ +static_assert(alignof(ActorComponent_SetAutoActivate) == 0x000001, "Wrong alignment on ActorComponent_SetAutoActivate"); \ +static_assert(sizeof(ActorComponent_SetAutoActivate) == 0x000001, "Wrong size on ActorComponent_SetAutoActivate"); \ +static_assert(offsetof(ActorComponent_SetAutoActivate, bNewAutoActivate) == 0x000000, "Member 'ActorComponent_SetAutoActivate::bNewAutoActivate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_SetCanEverAffectNavigation \ +static_assert(alignof(ActorComponent_SetCanEverAffectNavigation) == 0x000001, "Wrong alignment on ActorComponent_SetCanEverAffectNavigation"); \ +static_assert(sizeof(ActorComponent_SetCanEverAffectNavigation) == 0x000001, "Wrong size on ActorComponent_SetCanEverAffectNavigation"); \ +static_assert(offsetof(ActorComponent_SetCanEverAffectNavigation, bRelevant) == 0x000000, "Member 'ActorComponent_SetCanEverAffectNavigation::bRelevant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_SetComponentTickEnabled \ +static_assert(alignof(ActorComponent_SetComponentTickEnabled) == 0x000001, "Wrong alignment on ActorComponent_SetComponentTickEnabled"); \ +static_assert(sizeof(ActorComponent_SetComponentTickEnabled) == 0x000001, "Wrong size on ActorComponent_SetComponentTickEnabled"); \ +static_assert(offsetof(ActorComponent_SetComponentTickEnabled, bEnabled) == 0x000000, "Member 'ActorComponent_SetComponentTickEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_SetComponentTickInterval \ +static_assert(alignof(ActorComponent_SetComponentTickInterval) == 0x000004, "Wrong alignment on ActorComponent_SetComponentTickInterval"); \ +static_assert(sizeof(ActorComponent_SetComponentTickInterval) == 0x000004, "Wrong size on ActorComponent_SetComponentTickInterval"); \ +static_assert(offsetof(ActorComponent_SetComponentTickInterval, TickInterval) == 0x000000, "Member 'ActorComponent_SetComponentTickInterval::TickInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_SetComponentTickIntervalAndCooldown \ +static_assert(alignof(ActorComponent_SetComponentTickIntervalAndCooldown) == 0x000004, "Wrong alignment on ActorComponent_SetComponentTickIntervalAndCooldown"); \ +static_assert(sizeof(ActorComponent_SetComponentTickIntervalAndCooldown) == 0x000004, "Wrong size on ActorComponent_SetComponentTickIntervalAndCooldown"); \ +static_assert(offsetof(ActorComponent_SetComponentTickIntervalAndCooldown, TickInterval) == 0x000000, "Member 'ActorComponent_SetComponentTickIntervalAndCooldown::TickInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_SetIsReplicated \ +static_assert(alignof(ActorComponent_SetIsReplicated) == 0x000001, "Wrong alignment on ActorComponent_SetIsReplicated"); \ +static_assert(sizeof(ActorComponent_SetIsReplicated) == 0x000001, "Wrong size on ActorComponent_SetIsReplicated"); \ +static_assert(offsetof(ActorComponent_SetIsReplicated, ShouldReplicate) == 0x000000, "Member 'ActorComponent_SetIsReplicated::ShouldReplicate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_SetTickableWhenPaused \ +static_assert(alignof(ActorComponent_SetTickableWhenPaused) == 0x000001, "Wrong alignment on ActorComponent_SetTickableWhenPaused"); \ +static_assert(sizeof(ActorComponent_SetTickableWhenPaused) == 0x000001, "Wrong size on ActorComponent_SetTickableWhenPaused"); \ +static_assert(offsetof(ActorComponent_SetTickableWhenPaused, bTickableWhenPaused) == 0x000000, "Member 'ActorComponent_SetTickableWhenPaused::bTickableWhenPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_SetTickGroup \ +static_assert(alignof(ActorComponent_SetTickGroup) == 0x000001, "Wrong alignment on ActorComponent_SetTickGroup"); \ +static_assert(sizeof(ActorComponent_SetTickGroup) == 0x000001, "Wrong size on ActorComponent_SetTickGroup"); \ +static_assert(offsetof(ActorComponent_SetTickGroup, NewTickGroup) == 0x000000, "Member 'ActorComponent_SetTickGroup::NewTickGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_ComponentHasTag \ +static_assert(alignof(ActorComponent_ComponentHasTag) == 0x000004, "Wrong alignment on ActorComponent_ComponentHasTag"); \ +static_assert(sizeof(ActorComponent_ComponentHasTag) == 0x000010, "Wrong size on ActorComponent_ComponentHasTag"); \ +static_assert(offsetof(ActorComponent_ComponentHasTag, Tag) == 0x000000, "Member 'ActorComponent_ComponentHasTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(ActorComponent_ComponentHasTag, ReturnValue) == 0x00000C, "Member 'ActorComponent_ComponentHasTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_GetComponentTickInterval \ +static_assert(alignof(ActorComponent_GetComponentTickInterval) == 0x000004, "Wrong alignment on ActorComponent_GetComponentTickInterval"); \ +static_assert(sizeof(ActorComponent_GetComponentTickInterval) == 0x000004, "Wrong size on ActorComponent_GetComponentTickInterval"); \ +static_assert(offsetof(ActorComponent_GetComponentTickInterval, ReturnValue) == 0x000000, "Member 'ActorComponent_GetComponentTickInterval::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_GetOwner \ +static_assert(alignof(ActorComponent_GetOwner) == 0x000008, "Wrong alignment on ActorComponent_GetOwner"); \ +static_assert(sizeof(ActorComponent_GetOwner) == 0x000008, "Wrong size on ActorComponent_GetOwner"); \ +static_assert(offsetof(ActorComponent_GetOwner, ReturnValue) == 0x000000, "Member 'ActorComponent_GetOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_IsActive \ +static_assert(alignof(ActorComponent_IsActive) == 0x000001, "Wrong alignment on ActorComponent_IsActive"); \ +static_assert(sizeof(ActorComponent_IsActive) == 0x000001, "Wrong size on ActorComponent_IsActive"); \ +static_assert(offsetof(ActorComponent_IsActive, ReturnValue) == 0x000000, "Member 'ActorComponent_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_IsBeingDestroyed \ +static_assert(alignof(ActorComponent_IsBeingDestroyed) == 0x000001, "Wrong alignment on ActorComponent_IsBeingDestroyed"); \ +static_assert(sizeof(ActorComponent_IsBeingDestroyed) == 0x000001, "Wrong size on ActorComponent_IsBeingDestroyed"); \ +static_assert(offsetof(ActorComponent_IsBeingDestroyed, ReturnValue) == 0x000000, "Member 'ActorComponent_IsBeingDestroyed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_IsComponentTickEnabled \ +static_assert(alignof(ActorComponent_IsComponentTickEnabled) == 0x000001, "Wrong alignment on ActorComponent_IsComponentTickEnabled"); \ +static_assert(sizeof(ActorComponent_IsComponentTickEnabled) == 0x000001, "Wrong size on ActorComponent_IsComponentTickEnabled"); \ +static_assert(offsetof(ActorComponent_IsComponentTickEnabled, ReturnValue) == 0x000000, "Member 'ActorComponent_IsComponentTickEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorComponent \ +static_assert(alignof(UActorComponent) == 0x000008, "Wrong alignment on UActorComponent"); \ +static_assert(sizeof(UActorComponent) == 0x0000C0, "Wrong size on UActorComponent"); \ +static_assert(offsetof(UActorComponent, PrimaryComponentTick) == 0x000038, "Member 'UActorComponent::PrimaryComponentTick' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, ComponentTags) == 0x000068, "Member 'UActorComponent::ComponentTags' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, AssetUserData) == 0x000078, "Member 'UActorComponent::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, UCSSerializationIndex) == 0x00008C, "Member 'UActorComponent::UCSSerializationIndex' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, CreationMethod) == 0x000094, "Member 'UActorComponent::CreationMethod' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, OnComponentActivated) == 0x000095, "Member 'UActorComponent::OnComponentActivated' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, OnComponentDeactivated) == 0x000096, "Member 'UActorComponent::OnComponentDeactivated' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, UCSModifiedProperties) == 0x000098, "Member 'UActorComponent::UCSModifiedProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_DetachFromParent \ +static_assert(alignof(SceneComponent_DetachFromParent) == 0x000001, "Wrong alignment on SceneComponent_DetachFromParent"); \ +static_assert(sizeof(SceneComponent_DetachFromParent) == 0x000002, "Wrong size on SceneComponent_DetachFromParent"); \ +static_assert(offsetof(SceneComponent_DetachFromParent, bMaintainWorldPosition) == 0x000000, "Member 'SceneComponent_DetachFromParent::bMaintainWorldPosition' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_DetachFromParent, bCallModify) == 0x000001, "Member 'SceneComponent_DetachFromParent::bCallModify' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddLocalOffset \ +static_assert(alignof(SceneComponent_K2_AddLocalOffset) == 0x000004, "Wrong alignment on SceneComponent_K2_AddLocalOffset"); \ +static_assert(sizeof(SceneComponent_K2_AddLocalOffset) == 0x0000A4, "Wrong size on SceneComponent_K2_AddLocalOffset"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalOffset, DeltaLocation) == 0x000000, "Member 'SceneComponent_K2_AddLocalOffset::DeltaLocation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalOffset, bSweep) == 0x00000C, "Member 'SceneComponent_K2_AddLocalOffset::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalOffset, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_AddLocalOffset::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalOffset, bTeleport) == 0x0000A0, "Member 'SceneComponent_K2_AddLocalOffset::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddLocalRotation \ +static_assert(alignof(SceneComponent_K2_AddLocalRotation) == 0x000004, "Wrong alignment on SceneComponent_K2_AddLocalRotation"); \ +static_assert(sizeof(SceneComponent_K2_AddLocalRotation) == 0x0000A4, "Wrong size on SceneComponent_K2_AddLocalRotation"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalRotation, DeltaRotation) == 0x000000, "Member 'SceneComponent_K2_AddLocalRotation::DeltaRotation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalRotation, bSweep) == 0x00000C, "Member 'SceneComponent_K2_AddLocalRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalRotation, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_AddLocalRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalRotation, bTeleport) == 0x0000A0, "Member 'SceneComponent_K2_AddLocalRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddLocalTransform \ +static_assert(alignof(SceneComponent_K2_AddLocalTransform) == 0x000010, "Wrong alignment on SceneComponent_K2_AddLocalTransform"); \ +static_assert(sizeof(SceneComponent_K2_AddLocalTransform) == 0x0000D0, "Wrong size on SceneComponent_K2_AddLocalTransform"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalTransform, DeltaTransform) == 0x000000, "Member 'SceneComponent_K2_AddLocalTransform::DeltaTransform' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalTransform, bSweep) == 0x000030, "Member 'SceneComponent_K2_AddLocalTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalTransform, SweepHitResult) == 0x000034, "Member 'SceneComponent_K2_AddLocalTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalTransform, bTeleport) == 0x0000C4, "Member 'SceneComponent_K2_AddLocalTransform::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddRelativeLocation \ +static_assert(alignof(SceneComponent_K2_AddRelativeLocation) == 0x000004, "Wrong alignment on SceneComponent_K2_AddRelativeLocation"); \ +static_assert(sizeof(SceneComponent_K2_AddRelativeLocation) == 0x0000A4, "Wrong size on SceneComponent_K2_AddRelativeLocation"); \ +static_assert(offsetof(SceneComponent_K2_AddRelativeLocation, DeltaLocation) == 0x000000, "Member 'SceneComponent_K2_AddRelativeLocation::DeltaLocation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddRelativeLocation, bSweep) == 0x00000C, "Member 'SceneComponent_K2_AddRelativeLocation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddRelativeLocation, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_AddRelativeLocation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddRelativeLocation, bTeleport) == 0x0000A0, "Member 'SceneComponent_K2_AddRelativeLocation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddRelativeRotation \ +static_assert(alignof(SceneComponent_K2_AddRelativeRotation) == 0x000004, "Wrong alignment on SceneComponent_K2_AddRelativeRotation"); \ +static_assert(sizeof(SceneComponent_K2_AddRelativeRotation) == 0x0000A4, "Wrong size on SceneComponent_K2_AddRelativeRotation"); \ +static_assert(offsetof(SceneComponent_K2_AddRelativeRotation, DeltaRotation) == 0x000000, "Member 'SceneComponent_K2_AddRelativeRotation::DeltaRotation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddRelativeRotation, bSweep) == 0x00000C, "Member 'SceneComponent_K2_AddRelativeRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddRelativeRotation, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_AddRelativeRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddRelativeRotation, bTeleport) == 0x0000A0, "Member 'SceneComponent_K2_AddRelativeRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddWorldOffset \ +static_assert(alignof(SceneComponent_K2_AddWorldOffset) == 0x000004, "Wrong alignment on SceneComponent_K2_AddWorldOffset"); \ +static_assert(sizeof(SceneComponent_K2_AddWorldOffset) == 0x0000A4, "Wrong size on SceneComponent_K2_AddWorldOffset"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldOffset, DeltaLocation) == 0x000000, "Member 'SceneComponent_K2_AddWorldOffset::DeltaLocation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldOffset, bSweep) == 0x00000C, "Member 'SceneComponent_K2_AddWorldOffset::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldOffset, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_AddWorldOffset::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldOffset, bTeleport) == 0x0000A0, "Member 'SceneComponent_K2_AddWorldOffset::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddWorldRotation \ +static_assert(alignof(SceneComponent_K2_AddWorldRotation) == 0x000004, "Wrong alignment on SceneComponent_K2_AddWorldRotation"); \ +static_assert(sizeof(SceneComponent_K2_AddWorldRotation) == 0x0000A4, "Wrong size on SceneComponent_K2_AddWorldRotation"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldRotation, DeltaRotation) == 0x000000, "Member 'SceneComponent_K2_AddWorldRotation::DeltaRotation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldRotation, bSweep) == 0x00000C, "Member 'SceneComponent_K2_AddWorldRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldRotation, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_AddWorldRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldRotation, bTeleport) == 0x0000A0, "Member 'SceneComponent_K2_AddWorldRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddWorldTransform \ +static_assert(alignof(SceneComponent_K2_AddWorldTransform) == 0x000010, "Wrong alignment on SceneComponent_K2_AddWorldTransform"); \ +static_assert(sizeof(SceneComponent_K2_AddWorldTransform) == 0x0000D0, "Wrong size on SceneComponent_K2_AddWorldTransform"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransform, DeltaTransform) == 0x000000, "Member 'SceneComponent_K2_AddWorldTransform::DeltaTransform' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransform, bSweep) == 0x000030, "Member 'SceneComponent_K2_AddWorldTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransform, SweepHitResult) == 0x000034, "Member 'SceneComponent_K2_AddWorldTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransform, bTeleport) == 0x0000C4, "Member 'SceneComponent_K2_AddWorldTransform::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddWorldTransformKeepScale \ +static_assert(alignof(SceneComponent_K2_AddWorldTransformKeepScale) == 0x000010, "Wrong alignment on SceneComponent_K2_AddWorldTransformKeepScale"); \ +static_assert(sizeof(SceneComponent_K2_AddWorldTransformKeepScale) == 0x0000D0, "Wrong size on SceneComponent_K2_AddWorldTransformKeepScale"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransformKeepScale, DeltaTransform) == 0x000000, "Member 'SceneComponent_K2_AddWorldTransformKeepScale::DeltaTransform' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransformKeepScale, bSweep) == 0x000030, "Member 'SceneComponent_K2_AddWorldTransformKeepScale::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransformKeepScale, SweepHitResult) == 0x000034, "Member 'SceneComponent_K2_AddWorldTransformKeepScale::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransformKeepScale, bTeleport) == 0x0000C4, "Member 'SceneComponent_K2_AddWorldTransformKeepScale::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AttachTo \ +static_assert(alignof(SceneComponent_K2_AttachTo) == 0x000008, "Wrong alignment on SceneComponent_K2_AttachTo"); \ +static_assert(sizeof(SceneComponent_K2_AttachTo) == 0x000018, "Wrong size on SceneComponent_K2_AttachTo"); \ +static_assert(offsetof(SceneComponent_K2_AttachTo, InParent) == 0x000000, "Member 'SceneComponent_K2_AttachTo::InParent' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AttachTo, InSocketName) == 0x000008, "Member 'SceneComponent_K2_AttachTo::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AttachTo, AttachType) == 0x000014, "Member 'SceneComponent_K2_AttachTo::AttachType' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AttachTo, bWeldSimulatedBodies) == 0x000015, "Member 'SceneComponent_K2_AttachTo::bWeldSimulatedBodies' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AttachTo, ReturnValue) == 0x000016, "Member 'SceneComponent_K2_AttachTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AttachToComponent \ +static_assert(alignof(SceneComponent_K2_AttachToComponent) == 0x000008, "Wrong alignment on SceneComponent_K2_AttachToComponent"); \ +static_assert(sizeof(SceneComponent_K2_AttachToComponent) == 0x000020, "Wrong size on SceneComponent_K2_AttachToComponent"); \ +static_assert(offsetof(SceneComponent_K2_AttachToComponent, Parent) == 0x000000, "Member 'SceneComponent_K2_AttachToComponent::Parent' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AttachToComponent, SocketName) == 0x000008, "Member 'SceneComponent_K2_AttachToComponent::SocketName' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AttachToComponent, LocationRule) == 0x000014, "Member 'SceneComponent_K2_AttachToComponent::LocationRule' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AttachToComponent, RotationRule) == 0x000015, "Member 'SceneComponent_K2_AttachToComponent::RotationRule' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AttachToComponent, ScaleRule) == 0x000016, "Member 'SceneComponent_K2_AttachToComponent::ScaleRule' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AttachToComponent, bWeldSimulatedBodies) == 0x000017, "Member 'SceneComponent_K2_AttachToComponent::bWeldSimulatedBodies' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AttachToComponent, ReturnValue) == 0x000018, "Member 'SceneComponent_K2_AttachToComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_DetachFromComponent \ +static_assert(alignof(SceneComponent_K2_DetachFromComponent) == 0x000001, "Wrong alignment on SceneComponent_K2_DetachFromComponent"); \ +static_assert(sizeof(SceneComponent_K2_DetachFromComponent) == 0x000004, "Wrong size on SceneComponent_K2_DetachFromComponent"); \ +static_assert(offsetof(SceneComponent_K2_DetachFromComponent, LocationRule) == 0x000000, "Member 'SceneComponent_K2_DetachFromComponent::LocationRule' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_DetachFromComponent, RotationRule) == 0x000001, "Member 'SceneComponent_K2_DetachFromComponent::RotationRule' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_DetachFromComponent, ScaleRule) == 0x000002, "Member 'SceneComponent_K2_DetachFromComponent::ScaleRule' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_DetachFromComponent, bCallModify) == 0x000003, "Member 'SceneComponent_K2_DetachFromComponent::bCallModify' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_SetRelativeLocation \ +static_assert(alignof(SceneComponent_K2_SetRelativeLocation) == 0x000004, "Wrong alignment on SceneComponent_K2_SetRelativeLocation"); \ +static_assert(sizeof(SceneComponent_K2_SetRelativeLocation) == 0x0000A4, "Wrong size on SceneComponent_K2_SetRelativeLocation"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeLocation, NewLocation) == 0x000000, "Member 'SceneComponent_K2_SetRelativeLocation::NewLocation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeLocation, bSweep) == 0x00000C, "Member 'SceneComponent_K2_SetRelativeLocation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeLocation, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_SetRelativeLocation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeLocation, bTeleport) == 0x0000A0, "Member 'SceneComponent_K2_SetRelativeLocation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_SetRelativeLocationAndRotation \ +static_assert(alignof(SceneComponent_K2_SetRelativeLocationAndRotation) == 0x000004, "Wrong alignment on SceneComponent_K2_SetRelativeLocationAndRotation"); \ +static_assert(sizeof(SceneComponent_K2_SetRelativeLocationAndRotation) == 0x0000B0, "Wrong size on SceneComponent_K2_SetRelativeLocationAndRotation"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeLocationAndRotation, NewLocation) == 0x000000, "Member 'SceneComponent_K2_SetRelativeLocationAndRotation::NewLocation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeLocationAndRotation, NewRotation) == 0x00000C, "Member 'SceneComponent_K2_SetRelativeLocationAndRotation::NewRotation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeLocationAndRotation, bSweep) == 0x000018, "Member 'SceneComponent_K2_SetRelativeLocationAndRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeLocationAndRotation, SweepHitResult) == 0x00001C, "Member 'SceneComponent_K2_SetRelativeLocationAndRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeLocationAndRotation, bTeleport) == 0x0000AC, "Member 'SceneComponent_K2_SetRelativeLocationAndRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_SetRelativeRotation \ +static_assert(alignof(SceneComponent_K2_SetRelativeRotation) == 0x000004, "Wrong alignment on SceneComponent_K2_SetRelativeRotation"); \ +static_assert(sizeof(SceneComponent_K2_SetRelativeRotation) == 0x0000A4, "Wrong size on SceneComponent_K2_SetRelativeRotation"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeRotation, NewRotation) == 0x000000, "Member 'SceneComponent_K2_SetRelativeRotation::NewRotation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeRotation, bSweep) == 0x00000C, "Member 'SceneComponent_K2_SetRelativeRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeRotation, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_SetRelativeRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeRotation, bTeleport) == 0x0000A0, "Member 'SceneComponent_K2_SetRelativeRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_SetRelativeTransform \ +static_assert(alignof(SceneComponent_K2_SetRelativeTransform) == 0x000010, "Wrong alignment on SceneComponent_K2_SetRelativeTransform"); \ +static_assert(sizeof(SceneComponent_K2_SetRelativeTransform) == 0x0000D0, "Wrong size on SceneComponent_K2_SetRelativeTransform"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeTransform, NewTransform) == 0x000000, "Member 'SceneComponent_K2_SetRelativeTransform::NewTransform' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeTransform, bSweep) == 0x000030, "Member 'SceneComponent_K2_SetRelativeTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeTransform, SweepHitResult) == 0x000034, "Member 'SceneComponent_K2_SetRelativeTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeTransform, bTeleport) == 0x0000C4, "Member 'SceneComponent_K2_SetRelativeTransform::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_SetWorldLocation \ +static_assert(alignof(SceneComponent_K2_SetWorldLocation) == 0x000004, "Wrong alignment on SceneComponent_K2_SetWorldLocation"); \ +static_assert(sizeof(SceneComponent_K2_SetWorldLocation) == 0x0000A4, "Wrong size on SceneComponent_K2_SetWorldLocation"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldLocation, NewLocation) == 0x000000, "Member 'SceneComponent_K2_SetWorldLocation::NewLocation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldLocation, bSweep) == 0x00000C, "Member 'SceneComponent_K2_SetWorldLocation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldLocation, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_SetWorldLocation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldLocation, bTeleport) == 0x0000A0, "Member 'SceneComponent_K2_SetWorldLocation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_SetWorldLocationAndRotation \ +static_assert(alignof(SceneComponent_K2_SetWorldLocationAndRotation) == 0x000004, "Wrong alignment on SceneComponent_K2_SetWorldLocationAndRotation"); \ +static_assert(sizeof(SceneComponent_K2_SetWorldLocationAndRotation) == 0x0000B0, "Wrong size on SceneComponent_K2_SetWorldLocationAndRotation"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldLocationAndRotation, NewLocation) == 0x000000, "Member 'SceneComponent_K2_SetWorldLocationAndRotation::NewLocation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldLocationAndRotation, NewRotation) == 0x00000C, "Member 'SceneComponent_K2_SetWorldLocationAndRotation::NewRotation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldLocationAndRotation, bSweep) == 0x000018, "Member 'SceneComponent_K2_SetWorldLocationAndRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldLocationAndRotation, SweepHitResult) == 0x00001C, "Member 'SceneComponent_K2_SetWorldLocationAndRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldLocationAndRotation, bTeleport) == 0x0000AC, "Member 'SceneComponent_K2_SetWorldLocationAndRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_SetWorldRotation \ +static_assert(alignof(SceneComponent_K2_SetWorldRotation) == 0x000004, "Wrong alignment on SceneComponent_K2_SetWorldRotation"); \ +static_assert(sizeof(SceneComponent_K2_SetWorldRotation) == 0x0000A4, "Wrong size on SceneComponent_K2_SetWorldRotation"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldRotation, NewRotation) == 0x000000, "Member 'SceneComponent_K2_SetWorldRotation::NewRotation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldRotation, bSweep) == 0x00000C, "Member 'SceneComponent_K2_SetWorldRotation::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldRotation, SweepHitResult) == 0x000010, "Member 'SceneComponent_K2_SetWorldRotation::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldRotation, bTeleport) == 0x0000A0, "Member 'SceneComponent_K2_SetWorldRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_SetWorldTransform \ +static_assert(alignof(SceneComponent_K2_SetWorldTransform) == 0x000010, "Wrong alignment on SceneComponent_K2_SetWorldTransform"); \ +static_assert(sizeof(SceneComponent_K2_SetWorldTransform) == 0x0000D0, "Wrong size on SceneComponent_K2_SetWorldTransform"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldTransform, NewTransform) == 0x000000, "Member 'SceneComponent_K2_SetWorldTransform::NewTransform' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldTransform, bSweep) == 0x000030, "Member 'SceneComponent_K2_SetWorldTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldTransform, SweepHitResult) == 0x000034, "Member 'SceneComponent_K2_SetWorldTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldTransform, bTeleport) == 0x0000C4, "Member 'SceneComponent_K2_SetWorldTransform::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_OnRep_Visibility \ +static_assert(alignof(SceneComponent_OnRep_Visibility) == 0x000001, "Wrong alignment on SceneComponent_OnRep_Visibility"); \ +static_assert(sizeof(SceneComponent_OnRep_Visibility) == 0x000001, "Wrong size on SceneComponent_OnRep_Visibility"); \ +static_assert(offsetof(SceneComponent_OnRep_Visibility, OldValue) == 0x000000, "Member 'SceneComponent_OnRep_Visibility::OldValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_SetAbsolute \ +static_assert(alignof(SceneComponent_SetAbsolute) == 0x000001, "Wrong alignment on SceneComponent_SetAbsolute"); \ +static_assert(sizeof(SceneComponent_SetAbsolute) == 0x000003, "Wrong size on SceneComponent_SetAbsolute"); \ +static_assert(offsetof(SceneComponent_SetAbsolute, bNewAbsoluteLocation) == 0x000000, "Member 'SceneComponent_SetAbsolute::bNewAbsoluteLocation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_SetAbsolute, bNewAbsoluteRotation) == 0x000001, "Member 'SceneComponent_SetAbsolute::bNewAbsoluteRotation' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_SetAbsolute, bNewAbsoluteScale) == 0x000002, "Member 'SceneComponent_SetAbsolute::bNewAbsoluteScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_SetHiddenInGame \ +static_assert(alignof(SceneComponent_SetHiddenInGame) == 0x000001, "Wrong alignment on SceneComponent_SetHiddenInGame"); \ +static_assert(sizeof(SceneComponent_SetHiddenInGame) == 0x000002, "Wrong size on SceneComponent_SetHiddenInGame"); \ +static_assert(offsetof(SceneComponent_SetHiddenInGame, NewHidden) == 0x000000, "Member 'SceneComponent_SetHiddenInGame::NewHidden' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_SetHiddenInGame, bPropagateToChildren) == 0x000001, "Member 'SceneComponent_SetHiddenInGame::bPropagateToChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_SetMobility \ +static_assert(alignof(SceneComponent_SetMobility) == 0x000001, "Wrong alignment on SceneComponent_SetMobility"); \ +static_assert(sizeof(SceneComponent_SetMobility) == 0x000001, "Wrong size on SceneComponent_SetMobility"); \ +static_assert(offsetof(SceneComponent_SetMobility, NewMobility) == 0x000000, "Member 'SceneComponent_SetMobility::NewMobility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_SetRelativeScale3D \ +static_assert(alignof(SceneComponent_SetRelativeScale3D) == 0x000004, "Wrong alignment on SceneComponent_SetRelativeScale3D"); \ +static_assert(sizeof(SceneComponent_SetRelativeScale3D) == 0x00000C, "Wrong size on SceneComponent_SetRelativeScale3D"); \ +static_assert(offsetof(SceneComponent_SetRelativeScale3D, NewScale3D) == 0x000000, "Member 'SceneComponent_SetRelativeScale3D::NewScale3D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_SetShouldUpdatePhysicsVolume \ +static_assert(alignof(SceneComponent_SetShouldUpdatePhysicsVolume) == 0x000001, "Wrong alignment on SceneComponent_SetShouldUpdatePhysicsVolume"); \ +static_assert(sizeof(SceneComponent_SetShouldUpdatePhysicsVolume) == 0x000001, "Wrong size on SceneComponent_SetShouldUpdatePhysicsVolume"); \ +static_assert(offsetof(SceneComponent_SetShouldUpdatePhysicsVolume, bInShouldUpdatePhysicsVolume) == 0x000000, "Member 'SceneComponent_SetShouldUpdatePhysicsVolume::bInShouldUpdatePhysicsVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_SetVisibility \ +static_assert(alignof(SceneComponent_SetVisibility) == 0x000001, "Wrong alignment on SceneComponent_SetVisibility"); \ +static_assert(sizeof(SceneComponent_SetVisibility) == 0x000002, "Wrong size on SceneComponent_SetVisibility"); \ +static_assert(offsetof(SceneComponent_SetVisibility, bNewVisibility) == 0x000000, "Member 'SceneComponent_SetVisibility::bNewVisibility' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_SetVisibility, bPropagateToChildren) == 0x000001, "Member 'SceneComponent_SetVisibility::bPropagateToChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_SetWorldScale3D \ +static_assert(alignof(SceneComponent_SetWorldScale3D) == 0x000004, "Wrong alignment on SceneComponent_SetWorldScale3D"); \ +static_assert(sizeof(SceneComponent_SetWorldScale3D) == 0x00000C, "Wrong size on SceneComponent_SetWorldScale3D"); \ +static_assert(offsetof(SceneComponent_SetWorldScale3D, NewScale) == 0x000000, "Member 'SceneComponent_SetWorldScale3D::NewScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_SnapTo \ +static_assert(alignof(SceneComponent_SnapTo) == 0x000008, "Wrong alignment on SceneComponent_SnapTo"); \ +static_assert(sizeof(SceneComponent_SnapTo) == 0x000018, "Wrong size on SceneComponent_SnapTo"); \ +static_assert(offsetof(SceneComponent_SnapTo, InParent) == 0x000000, "Member 'SceneComponent_SnapTo::InParent' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_SnapTo, InSocketName) == 0x000008, "Member 'SceneComponent_SnapTo::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_SnapTo, ReturnValue) == 0x000014, "Member 'SceneComponent_SnapTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_ToggleVisibility \ +static_assert(alignof(SceneComponent_ToggleVisibility) == 0x000001, "Wrong alignment on SceneComponent_ToggleVisibility"); \ +static_assert(sizeof(SceneComponent_ToggleVisibility) == 0x000001, "Wrong size on SceneComponent_ToggleVisibility"); \ +static_assert(offsetof(SceneComponent_ToggleVisibility, bPropagateToChildren) == 0x000000, "Member 'SceneComponent_ToggleVisibility::bPropagateToChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_DoesSocketExist \ +static_assert(alignof(SceneComponent_DoesSocketExist) == 0x000004, "Wrong alignment on SceneComponent_DoesSocketExist"); \ +static_assert(sizeof(SceneComponent_DoesSocketExist) == 0x000010, "Wrong size on SceneComponent_DoesSocketExist"); \ +static_assert(offsetof(SceneComponent_DoesSocketExist, InSocketName) == 0x000000, "Member 'SceneComponent_DoesSocketExist::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_DoesSocketExist, ReturnValue) == 0x00000C, "Member 'SceneComponent_DoesSocketExist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetAllSocketNames \ +static_assert(alignof(SceneComponent_GetAllSocketNames) == 0x000008, "Wrong alignment on SceneComponent_GetAllSocketNames"); \ +static_assert(sizeof(SceneComponent_GetAllSocketNames) == 0x000010, "Wrong size on SceneComponent_GetAllSocketNames"); \ +static_assert(offsetof(SceneComponent_GetAllSocketNames, ReturnValue) == 0x000000, "Member 'SceneComponent_GetAllSocketNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetAttachParent \ +static_assert(alignof(SceneComponent_GetAttachParent) == 0x000008, "Wrong alignment on SceneComponent_GetAttachParent"); \ +static_assert(sizeof(SceneComponent_GetAttachParent) == 0x000008, "Wrong size on SceneComponent_GetAttachParent"); \ +static_assert(offsetof(SceneComponent_GetAttachParent, ReturnValue) == 0x000000, "Member 'SceneComponent_GetAttachParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetAttachSocketName \ +static_assert(alignof(SceneComponent_GetAttachSocketName) == 0x000004, "Wrong alignment on SceneComponent_GetAttachSocketName"); \ +static_assert(sizeof(SceneComponent_GetAttachSocketName) == 0x00000C, "Wrong size on SceneComponent_GetAttachSocketName"); \ +static_assert(offsetof(SceneComponent_GetAttachSocketName, ReturnValue) == 0x000000, "Member 'SceneComponent_GetAttachSocketName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetChildComponent \ +static_assert(alignof(SceneComponent_GetChildComponent) == 0x000008, "Wrong alignment on SceneComponent_GetChildComponent"); \ +static_assert(sizeof(SceneComponent_GetChildComponent) == 0x000010, "Wrong size on SceneComponent_GetChildComponent"); \ +static_assert(offsetof(SceneComponent_GetChildComponent, ChildIndex) == 0x000000, "Member 'SceneComponent_GetChildComponent::ChildIndex' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_GetChildComponent, ReturnValue) == 0x000008, "Member 'SceneComponent_GetChildComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetChildrenComponents \ +static_assert(alignof(SceneComponent_GetChildrenComponents) == 0x000008, "Wrong alignment on SceneComponent_GetChildrenComponents"); \ +static_assert(sizeof(SceneComponent_GetChildrenComponents) == 0x000018, "Wrong size on SceneComponent_GetChildrenComponents"); \ +static_assert(offsetof(SceneComponent_GetChildrenComponents, bIncludeAllDescendants) == 0x000000, "Member 'SceneComponent_GetChildrenComponents::bIncludeAllDescendants' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_GetChildrenComponents, Children) == 0x000008, "Member 'SceneComponent_GetChildrenComponents::Children' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetComponentVelocity \ +static_assert(alignof(SceneComponent_GetComponentVelocity) == 0x000004, "Wrong alignment on SceneComponent_GetComponentVelocity"); \ +static_assert(sizeof(SceneComponent_GetComponentVelocity) == 0x00000C, "Wrong size on SceneComponent_GetComponentVelocity"); \ +static_assert(offsetof(SceneComponent_GetComponentVelocity, ReturnValue) == 0x000000, "Member 'SceneComponent_GetComponentVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetForwardVector \ +static_assert(alignof(SceneComponent_GetForwardVector) == 0x000004, "Wrong alignment on SceneComponent_GetForwardVector"); \ +static_assert(sizeof(SceneComponent_GetForwardVector) == 0x00000C, "Wrong size on SceneComponent_GetForwardVector"); \ +static_assert(offsetof(SceneComponent_GetForwardVector, ReturnValue) == 0x000000, "Member 'SceneComponent_GetForwardVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetNumChildrenComponents \ +static_assert(alignof(SceneComponent_GetNumChildrenComponents) == 0x000004, "Wrong alignment on SceneComponent_GetNumChildrenComponents"); \ +static_assert(sizeof(SceneComponent_GetNumChildrenComponents) == 0x000004, "Wrong size on SceneComponent_GetNumChildrenComponents"); \ +static_assert(offsetof(SceneComponent_GetNumChildrenComponents, ReturnValue) == 0x000000, "Member 'SceneComponent_GetNumChildrenComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetParentComponents \ +static_assert(alignof(SceneComponent_GetParentComponents) == 0x000008, "Wrong alignment on SceneComponent_GetParentComponents"); \ +static_assert(sizeof(SceneComponent_GetParentComponents) == 0x000010, "Wrong size on SceneComponent_GetParentComponents"); \ +static_assert(offsetof(SceneComponent_GetParentComponents, Parents) == 0x000000, "Member 'SceneComponent_GetParentComponents::Parents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetPhysicsVolume \ +static_assert(alignof(SceneComponent_GetPhysicsVolume) == 0x000008, "Wrong alignment on SceneComponent_GetPhysicsVolume"); \ +static_assert(sizeof(SceneComponent_GetPhysicsVolume) == 0x000008, "Wrong size on SceneComponent_GetPhysicsVolume"); \ +static_assert(offsetof(SceneComponent_GetPhysicsVolume, ReturnValue) == 0x000000, "Member 'SceneComponent_GetPhysicsVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetRelativeTransform \ +static_assert(alignof(SceneComponent_GetRelativeTransform) == 0x000010, "Wrong alignment on SceneComponent_GetRelativeTransform"); \ +static_assert(sizeof(SceneComponent_GetRelativeTransform) == 0x000030, "Wrong size on SceneComponent_GetRelativeTransform"); \ +static_assert(offsetof(SceneComponent_GetRelativeTransform, ReturnValue) == 0x000000, "Member 'SceneComponent_GetRelativeTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetRightVector \ +static_assert(alignof(SceneComponent_GetRightVector) == 0x000004, "Wrong alignment on SceneComponent_GetRightVector"); \ +static_assert(sizeof(SceneComponent_GetRightVector) == 0x00000C, "Wrong size on SceneComponent_GetRightVector"); \ +static_assert(offsetof(SceneComponent_GetRightVector, ReturnValue) == 0x000000, "Member 'SceneComponent_GetRightVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetShouldUpdatePhysicsVolume \ +static_assert(alignof(SceneComponent_GetShouldUpdatePhysicsVolume) == 0x000001, "Wrong alignment on SceneComponent_GetShouldUpdatePhysicsVolume"); \ +static_assert(sizeof(SceneComponent_GetShouldUpdatePhysicsVolume) == 0x000001, "Wrong size on SceneComponent_GetShouldUpdatePhysicsVolume"); \ +static_assert(offsetof(SceneComponent_GetShouldUpdatePhysicsVolume, ReturnValue) == 0x000000, "Member 'SceneComponent_GetShouldUpdatePhysicsVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetSocketLocation \ +static_assert(alignof(SceneComponent_GetSocketLocation) == 0x000004, "Wrong alignment on SceneComponent_GetSocketLocation"); \ +static_assert(sizeof(SceneComponent_GetSocketLocation) == 0x000018, "Wrong size on SceneComponent_GetSocketLocation"); \ +static_assert(offsetof(SceneComponent_GetSocketLocation, InSocketName) == 0x000000, "Member 'SceneComponent_GetSocketLocation::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_GetSocketLocation, ReturnValue) == 0x00000C, "Member 'SceneComponent_GetSocketLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetSocketQuaternion \ +static_assert(alignof(SceneComponent_GetSocketQuaternion) == 0x000010, "Wrong alignment on SceneComponent_GetSocketQuaternion"); \ +static_assert(sizeof(SceneComponent_GetSocketQuaternion) == 0x000020, "Wrong size on SceneComponent_GetSocketQuaternion"); \ +static_assert(offsetof(SceneComponent_GetSocketQuaternion, InSocketName) == 0x000000, "Member 'SceneComponent_GetSocketQuaternion::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_GetSocketQuaternion, ReturnValue) == 0x000010, "Member 'SceneComponent_GetSocketQuaternion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetSocketRotation \ +static_assert(alignof(SceneComponent_GetSocketRotation) == 0x000004, "Wrong alignment on SceneComponent_GetSocketRotation"); \ +static_assert(sizeof(SceneComponent_GetSocketRotation) == 0x000018, "Wrong size on SceneComponent_GetSocketRotation"); \ +static_assert(offsetof(SceneComponent_GetSocketRotation, InSocketName) == 0x000000, "Member 'SceneComponent_GetSocketRotation::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_GetSocketRotation, ReturnValue) == 0x00000C, "Member 'SceneComponent_GetSocketRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetSocketTransform \ +static_assert(alignof(SceneComponent_GetSocketTransform) == 0x000010, "Wrong alignment on SceneComponent_GetSocketTransform"); \ +static_assert(sizeof(SceneComponent_GetSocketTransform) == 0x000040, "Wrong size on SceneComponent_GetSocketTransform"); \ +static_assert(offsetof(SceneComponent_GetSocketTransform, InSocketName) == 0x000000, "Member 'SceneComponent_GetSocketTransform::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_GetSocketTransform, TransformSpace) == 0x00000C, "Member 'SceneComponent_GetSocketTransform::TransformSpace' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_GetSocketTransform, ReturnValue) == 0x000010, "Member 'SceneComponent_GetSocketTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetTightBounds \ +static_assert(alignof(SceneComponent_GetTightBounds) == 0x000004, "Wrong alignment on SceneComponent_GetTightBounds"); \ +static_assert(sizeof(SceneComponent_GetTightBounds) == 0x000020, "Wrong size on SceneComponent_GetTightBounds"); \ +static_assert(offsetof(SceneComponent_GetTightBounds, bConsiderChildren) == 0x000000, "Member 'SceneComponent_GetTightBounds::bConsiderChildren' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_GetTightBounds, ReturnValue) == 0x000004, "Member 'SceneComponent_GetTightBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_GetUpVector \ +static_assert(alignof(SceneComponent_GetUpVector) == 0x000004, "Wrong alignment on SceneComponent_GetUpVector"); \ +static_assert(sizeof(SceneComponent_GetUpVector) == 0x00000C, "Wrong size on SceneComponent_GetUpVector"); \ +static_assert(offsetof(SceneComponent_GetUpVector, ReturnValue) == 0x000000, "Member 'SceneComponent_GetUpVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_IsAnySimulatingPhysics \ +static_assert(alignof(SceneComponent_IsAnySimulatingPhysics) == 0x000001, "Wrong alignment on SceneComponent_IsAnySimulatingPhysics"); \ +static_assert(sizeof(SceneComponent_IsAnySimulatingPhysics) == 0x000001, "Wrong size on SceneComponent_IsAnySimulatingPhysics"); \ +static_assert(offsetof(SceneComponent_IsAnySimulatingPhysics, ReturnValue) == 0x000000, "Member 'SceneComponent_IsAnySimulatingPhysics::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_IsSimulatingPhysics \ +static_assert(alignof(SceneComponent_IsSimulatingPhysics) == 0x000004, "Wrong alignment on SceneComponent_IsSimulatingPhysics"); \ +static_assert(sizeof(SceneComponent_IsSimulatingPhysics) == 0x000010, "Wrong size on SceneComponent_IsSimulatingPhysics"); \ +static_assert(offsetof(SceneComponent_IsSimulatingPhysics, BoneName) == 0x000000, "Member 'SceneComponent_IsSimulatingPhysics::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_IsSimulatingPhysics, ReturnValue) == 0x00000C, "Member 'SceneComponent_IsSimulatingPhysics::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_IsVisible \ +static_assert(alignof(SceneComponent_IsVisible) == 0x000001, "Wrong alignment on SceneComponent_IsVisible"); \ +static_assert(sizeof(SceneComponent_IsVisible) == 0x000001, "Wrong size on SceneComponent_IsVisible"); \ +static_assert(offsetof(SceneComponent_IsVisible, ReturnValue) == 0x000000, "Member 'SceneComponent_IsVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_GetComponentLocation \ +static_assert(alignof(SceneComponent_K2_GetComponentLocation) == 0x000004, "Wrong alignment on SceneComponent_K2_GetComponentLocation"); \ +static_assert(sizeof(SceneComponent_K2_GetComponentLocation) == 0x00000C, "Wrong size on SceneComponent_K2_GetComponentLocation"); \ +static_assert(offsetof(SceneComponent_K2_GetComponentLocation, ReturnValue) == 0x000000, "Member 'SceneComponent_K2_GetComponentLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_GetComponentRotation \ +static_assert(alignof(SceneComponent_K2_GetComponentRotation) == 0x000004, "Wrong alignment on SceneComponent_K2_GetComponentRotation"); \ +static_assert(sizeof(SceneComponent_K2_GetComponentRotation) == 0x00000C, "Wrong size on SceneComponent_K2_GetComponentRotation"); \ +static_assert(offsetof(SceneComponent_K2_GetComponentRotation, ReturnValue) == 0x000000, "Member 'SceneComponent_K2_GetComponentRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_GetComponentScale \ +static_assert(alignof(SceneComponent_K2_GetComponentScale) == 0x000004, "Wrong alignment on SceneComponent_K2_GetComponentScale"); \ +static_assert(sizeof(SceneComponent_K2_GetComponentScale) == 0x00000C, "Wrong size on SceneComponent_K2_GetComponentScale"); \ +static_assert(offsetof(SceneComponent_K2_GetComponentScale, ReturnValue) == 0x000000, "Member 'SceneComponent_K2_GetComponentScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_GetComponentToWorld \ +static_assert(alignof(SceneComponent_K2_GetComponentToWorld) == 0x000010, "Wrong alignment on SceneComponent_K2_GetComponentToWorld"); \ +static_assert(sizeof(SceneComponent_K2_GetComponentToWorld) == 0x000030, "Wrong size on SceneComponent_K2_GetComponentToWorld"); \ +static_assert(offsetof(SceneComponent_K2_GetComponentToWorld, ReturnValue) == 0x000000, "Member 'SceneComponent_K2_GetComponentToWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USceneComponent \ +static_assert(alignof(USceneComponent) == 0x000010, "Wrong alignment on USceneComponent"); \ +static_assert(sizeof(USceneComponent) == 0x000230, "Wrong size on USceneComponent"); \ +static_assert(offsetof(USceneComponent, PhysicsVolume) == 0x0000C8, "Member 'USceneComponent::PhysicsVolume' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, AttachParent) == 0x0000D0, "Member 'USceneComponent::AttachParent' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, AttachSocketName) == 0x0000D8, "Member 'USceneComponent::AttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, AttachChildren) == 0x0000E8, "Member 'USceneComponent::AttachChildren' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, ClientAttachedChildren) == 0x0000F8, "Member 'USceneComponent::ClientAttachedChildren' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, NetOldAttachChildren) == 0x000120, "Member 'USceneComponent::NetOldAttachChildren' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, RelativeLocation) == 0x00014C, "Member 'USceneComponent::RelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, RelativeRotation) == 0x000158, "Member 'USceneComponent::RelativeRotation' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, RelativeScale3D) == 0x000164, "Member 'USceneComponent::RelativeScale3D' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, ComponentVelocity) == 0x000170, "Member 'USceneComponent::ComponentVelocity' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, Mobility) == 0x000184, "Member 'USceneComponent::Mobility' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, DetailMode) == 0x000185, "Member 'USceneComponent::DetailMode' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, PhysicsVolumeChangedDelegate) == 0x000186, "Member 'USceneComponent::PhysicsVolumeChangedDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrack \ +static_assert(alignof(UInterpTrack) == 0x000008, "Wrong alignment on UInterpTrack"); \ +static_assert(sizeof(UInterpTrack) == 0x000078, "Wrong size on UInterpTrack"); \ +static_assert(offsetof(UInterpTrack, SubTracks) == 0x000040, "Member 'UInterpTrack::SubTracks' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrack, TrackInstClass) == 0x000050, "Member 'UInterpTrack::TrackInstClass' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrack, ActiveCondition) == 0x000058, "Member 'UInterpTrack::ActiveCondition' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrack, TrackTitle) == 0x000060, "Member 'UInterpTrack::TrackTitle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackVectorBase \ +static_assert(alignof(UInterpTrackVectorBase) == 0x000008, "Wrong alignment on UInterpTrackVectorBase"); \ +static_assert(sizeof(UInterpTrackVectorBase) == 0x000098, "Wrong size on UInterpTrackVectorBase"); \ +static_assert(offsetof(UInterpTrackVectorBase, VectorTrack) == 0x000078, "Member 'UInterpTrackVectorBase::VectorTrack' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackVectorBase, CurveTension) == 0x000090, "Member 'UInterpTrackVectorBase::CurveTension' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackVectorMaterialParam \ +static_assert(alignof(UInterpTrackVectorMaterialParam) == 0x000008, "Wrong alignment on UInterpTrackVectorMaterialParam"); \ +static_assert(sizeof(UInterpTrackVectorMaterialParam) == 0x0000B8, "Wrong size on UInterpTrackVectorMaterialParam"); \ +static_assert(offsetof(UInterpTrackVectorMaterialParam, TargetMaterials) == 0x000098, "Member 'UInterpTrackVectorMaterialParam::TargetMaterials' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackVectorMaterialParam, ParamName) == 0x0000A8, "Member 'UInterpTrackVectorMaterialParam::ParamName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicBlueprintBinding \ +static_assert(alignof(UDynamicBlueprintBinding) == 0x000008, "Wrong alignment on UDynamicBlueprintBinding"); \ +static_assert(sizeof(UDynamicBlueprintBinding) == 0x000030, "Wrong size on UDynamicBlueprintBinding"); \ + +#define DUMPER7_ASSERTS_UInputDelegateBinding \ +static_assert(alignof(UInputDelegateBinding) == 0x000008, "Wrong alignment on UInputDelegateBinding"); \ +static_assert(sizeof(UInputDelegateBinding) == 0x000030, "Wrong size on UInputDelegateBinding"); \ + +#define DUMPER7_ASSERTS_UInputAxisKeyDelegateBinding \ +static_assert(alignof(UInputAxisKeyDelegateBinding) == 0x000008, "Wrong alignment on UInputAxisKeyDelegateBinding"); \ +static_assert(sizeof(UInputAxisKeyDelegateBinding) == 0x000040, "Wrong size on UInputAxisKeyDelegateBinding"); \ +static_assert(offsetof(UInputAxisKeyDelegateBinding, InputAxisKeyDelegateBindings) == 0x000030, "Member 'UInputAxisKeyDelegateBinding::InputAxisKeyDelegateBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputVectorAxisDelegateBinding \ +static_assert(alignof(UInputVectorAxisDelegateBinding) == 0x000008, "Wrong alignment on UInputVectorAxisDelegateBinding"); \ +static_assert(sizeof(UInputVectorAxisDelegateBinding) == 0x000040, "Wrong size on UInputVectorAxisDelegateBinding"); \ + +#define DUMPER7_ASSERTS_USoundEffectPreset \ +static_assert(alignof(USoundEffectPreset) == 0x000008, "Wrong alignment on USoundEffectPreset"); \ +static_assert(sizeof(USoundEffectPreset) == 0x000070, "Wrong size on USoundEffectPreset"); \ + +#define DUMPER7_ASSERTS_USoundEffectSourcePreset \ +static_assert(alignof(USoundEffectSourcePreset) == 0x000008, "Wrong alignment on USoundEffectSourcePreset"); \ +static_assert(sizeof(USoundEffectSourcePreset) == 0x000070, "Wrong size on USoundEffectSourcePreset"); \ + +#define DUMPER7_ASSERTS_UMaterialExpression \ +static_assert(alignof(UMaterialExpression) == 0x000008, "Wrong alignment on UMaterialExpression"); \ +static_assert(sizeof(UMaterialExpression) == 0x000048, "Wrong size on UMaterialExpression"); \ +static_assert(offsetof(UMaterialExpression, Material) == 0x000030, "Member 'UMaterialExpression::Material' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpression, Function) == 0x000038, "Member 'UMaterialExpression::Function' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDistribution \ +static_assert(alignof(UDistribution) == 0x000008, "Wrong alignment on UDistribution"); \ +static_assert(sizeof(UDistribution) == 0x000038, "Wrong size on UDistribution"); \ + +#define DUMPER7_ASSERTS_UDistributionFloat \ +static_assert(alignof(UDistributionFloat) == 0x000008, "Wrong alignment on UDistributionFloat"); \ +static_assert(sizeof(UDistributionFloat) == 0x000040, "Wrong size on UDistributionFloat"); \ + +#define DUMPER7_ASSERTS_UDistributionFloatUniform \ +static_assert(alignof(UDistributionFloatUniform) == 0x000008, "Wrong alignment on UDistributionFloatUniform"); \ +static_assert(sizeof(UDistributionFloatUniform) == 0x000048, "Wrong size on UDistributionFloatUniform"); \ +static_assert(offsetof(UDistributionFloatUniform, Min) == 0x000040, "Member 'UDistributionFloatUniform::Min' has a wrong offset!"); \ +static_assert(offsetof(UDistributionFloatUniform, Max) == 0x000044, "Member 'UDistributionFloatUniform::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddAngularImpulse \ +static_assert(alignof(PrimitiveComponent_AddAngularImpulse) == 0x000004, "Wrong alignment on PrimitiveComponent_AddAngularImpulse"); \ +static_assert(sizeof(PrimitiveComponent_AddAngularImpulse) == 0x00001C, "Wrong size on PrimitiveComponent_AddAngularImpulse"); \ +static_assert(offsetof(PrimitiveComponent_AddAngularImpulse, Impulse) == 0x000000, "Member 'PrimitiveComponent_AddAngularImpulse::Impulse' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddAngularImpulse, BoneName) == 0x00000C, "Member 'PrimitiveComponent_AddAngularImpulse::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddAngularImpulse, bVelChange) == 0x000018, "Member 'PrimitiveComponent_AddAngularImpulse::bVelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddAngularImpulseInDegrees \ +static_assert(alignof(PrimitiveComponent_AddAngularImpulseInDegrees) == 0x000004, "Wrong alignment on PrimitiveComponent_AddAngularImpulseInDegrees"); \ +static_assert(sizeof(PrimitiveComponent_AddAngularImpulseInDegrees) == 0x00001C, "Wrong size on PrimitiveComponent_AddAngularImpulseInDegrees"); \ +static_assert(offsetof(PrimitiveComponent_AddAngularImpulseInDegrees, Impulse) == 0x000000, "Member 'PrimitiveComponent_AddAngularImpulseInDegrees::Impulse' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddAngularImpulseInDegrees, BoneName) == 0x00000C, "Member 'PrimitiveComponent_AddAngularImpulseInDegrees::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddAngularImpulseInDegrees, bVelChange) == 0x000018, "Member 'PrimitiveComponent_AddAngularImpulseInDegrees::bVelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddAngularImpulseInRadians \ +static_assert(alignof(PrimitiveComponent_AddAngularImpulseInRadians) == 0x000004, "Wrong alignment on PrimitiveComponent_AddAngularImpulseInRadians"); \ +static_assert(sizeof(PrimitiveComponent_AddAngularImpulseInRadians) == 0x00001C, "Wrong size on PrimitiveComponent_AddAngularImpulseInRadians"); \ +static_assert(offsetof(PrimitiveComponent_AddAngularImpulseInRadians, Impulse) == 0x000000, "Member 'PrimitiveComponent_AddAngularImpulseInRadians::Impulse' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddAngularImpulseInRadians, BoneName) == 0x00000C, "Member 'PrimitiveComponent_AddAngularImpulseInRadians::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddAngularImpulseInRadians, bVelChange) == 0x000018, "Member 'PrimitiveComponent_AddAngularImpulseInRadians::bVelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddForce \ +static_assert(alignof(PrimitiveComponent_AddForce) == 0x000004, "Wrong alignment on PrimitiveComponent_AddForce"); \ +static_assert(sizeof(PrimitiveComponent_AddForce) == 0x00001C, "Wrong size on PrimitiveComponent_AddForce"); \ +static_assert(offsetof(PrimitiveComponent_AddForce, Force) == 0x000000, "Member 'PrimitiveComponent_AddForce::Force' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddForce, BoneName) == 0x00000C, "Member 'PrimitiveComponent_AddForce::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddForce, bAccelChange) == 0x000018, "Member 'PrimitiveComponent_AddForce::bAccelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddForceAtLocation \ +static_assert(alignof(PrimitiveComponent_AddForceAtLocation) == 0x000004, "Wrong alignment on PrimitiveComponent_AddForceAtLocation"); \ +static_assert(sizeof(PrimitiveComponent_AddForceAtLocation) == 0x000024, "Wrong size on PrimitiveComponent_AddForceAtLocation"); \ +static_assert(offsetof(PrimitiveComponent_AddForceAtLocation, Force) == 0x000000, "Member 'PrimitiveComponent_AddForceAtLocation::Force' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddForceAtLocation, Location) == 0x00000C, "Member 'PrimitiveComponent_AddForceAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddForceAtLocation, BoneName) == 0x000018, "Member 'PrimitiveComponent_AddForceAtLocation::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddForceAtLocationLocal \ +static_assert(alignof(PrimitiveComponent_AddForceAtLocationLocal) == 0x000004, "Wrong alignment on PrimitiveComponent_AddForceAtLocationLocal"); \ +static_assert(sizeof(PrimitiveComponent_AddForceAtLocationLocal) == 0x000024, "Wrong size on PrimitiveComponent_AddForceAtLocationLocal"); \ +static_assert(offsetof(PrimitiveComponent_AddForceAtLocationLocal, Force) == 0x000000, "Member 'PrimitiveComponent_AddForceAtLocationLocal::Force' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddForceAtLocationLocal, Location) == 0x00000C, "Member 'PrimitiveComponent_AddForceAtLocationLocal::Location' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddForceAtLocationLocal, BoneName) == 0x000018, "Member 'PrimitiveComponent_AddForceAtLocationLocal::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddImpulse \ +static_assert(alignof(PrimitiveComponent_AddImpulse) == 0x000004, "Wrong alignment on PrimitiveComponent_AddImpulse"); \ +static_assert(sizeof(PrimitiveComponent_AddImpulse) == 0x00001C, "Wrong size on PrimitiveComponent_AddImpulse"); \ +static_assert(offsetof(PrimitiveComponent_AddImpulse, Impulse) == 0x000000, "Member 'PrimitiveComponent_AddImpulse::Impulse' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddImpulse, BoneName) == 0x00000C, "Member 'PrimitiveComponent_AddImpulse::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddImpulse, bVelChange) == 0x000018, "Member 'PrimitiveComponent_AddImpulse::bVelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddImpulseAtLocation \ +static_assert(alignof(PrimitiveComponent_AddImpulseAtLocation) == 0x000004, "Wrong alignment on PrimitiveComponent_AddImpulseAtLocation"); \ +static_assert(sizeof(PrimitiveComponent_AddImpulseAtLocation) == 0x000024, "Wrong size on PrimitiveComponent_AddImpulseAtLocation"); \ +static_assert(offsetof(PrimitiveComponent_AddImpulseAtLocation, Impulse) == 0x000000, "Member 'PrimitiveComponent_AddImpulseAtLocation::Impulse' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddImpulseAtLocation, Location) == 0x00000C, "Member 'PrimitiveComponent_AddImpulseAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddImpulseAtLocation, BoneName) == 0x000018, "Member 'PrimitiveComponent_AddImpulseAtLocation::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddRadialForce \ +static_assert(alignof(PrimitiveComponent_AddRadialForce) == 0x000004, "Wrong alignment on PrimitiveComponent_AddRadialForce"); \ +static_assert(sizeof(PrimitiveComponent_AddRadialForce) == 0x000018, "Wrong size on PrimitiveComponent_AddRadialForce"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialForce, Origin) == 0x000000, "Member 'PrimitiveComponent_AddRadialForce::Origin' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialForce, Radius) == 0x00000C, "Member 'PrimitiveComponent_AddRadialForce::Radius' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialForce, Strength) == 0x000010, "Member 'PrimitiveComponent_AddRadialForce::Strength' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialForce, Falloff) == 0x000014, "Member 'PrimitiveComponent_AddRadialForce::Falloff' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialForce, bAccelChange) == 0x000015, "Member 'PrimitiveComponent_AddRadialForce::bAccelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddRadialImpulse \ +static_assert(alignof(PrimitiveComponent_AddRadialImpulse) == 0x000004, "Wrong alignment on PrimitiveComponent_AddRadialImpulse"); \ +static_assert(sizeof(PrimitiveComponent_AddRadialImpulse) == 0x000018, "Wrong size on PrimitiveComponent_AddRadialImpulse"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialImpulse, Origin) == 0x000000, "Member 'PrimitiveComponent_AddRadialImpulse::Origin' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialImpulse, Radius) == 0x00000C, "Member 'PrimitiveComponent_AddRadialImpulse::Radius' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialImpulse, Strength) == 0x000010, "Member 'PrimitiveComponent_AddRadialImpulse::Strength' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialImpulse, Falloff) == 0x000014, "Member 'PrimitiveComponent_AddRadialImpulse::Falloff' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialImpulse, bVelChange) == 0x000015, "Member 'PrimitiveComponent_AddRadialImpulse::bVelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddTorque \ +static_assert(alignof(PrimitiveComponent_AddTorque) == 0x000004, "Wrong alignment on PrimitiveComponent_AddTorque"); \ +static_assert(sizeof(PrimitiveComponent_AddTorque) == 0x00001C, "Wrong size on PrimitiveComponent_AddTorque"); \ +static_assert(offsetof(PrimitiveComponent_AddTorque, Torque) == 0x000000, "Member 'PrimitiveComponent_AddTorque::Torque' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddTorque, BoneName) == 0x00000C, "Member 'PrimitiveComponent_AddTorque::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddTorque, bAccelChange) == 0x000018, "Member 'PrimitiveComponent_AddTorque::bAccelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddTorqueInDegrees \ +static_assert(alignof(PrimitiveComponent_AddTorqueInDegrees) == 0x000004, "Wrong alignment on PrimitiveComponent_AddTorqueInDegrees"); \ +static_assert(sizeof(PrimitiveComponent_AddTorqueInDegrees) == 0x00001C, "Wrong size on PrimitiveComponent_AddTorqueInDegrees"); \ +static_assert(offsetof(PrimitiveComponent_AddTorqueInDegrees, Torque) == 0x000000, "Member 'PrimitiveComponent_AddTorqueInDegrees::Torque' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddTorqueInDegrees, BoneName) == 0x00000C, "Member 'PrimitiveComponent_AddTorqueInDegrees::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddTorqueInDegrees, bAccelChange) == 0x000018, "Member 'PrimitiveComponent_AddTorqueInDegrees::bAccelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddTorqueInRadians \ +static_assert(alignof(PrimitiveComponent_AddTorqueInRadians) == 0x000004, "Wrong alignment on PrimitiveComponent_AddTorqueInRadians"); \ +static_assert(sizeof(PrimitiveComponent_AddTorqueInRadians) == 0x00001C, "Wrong size on PrimitiveComponent_AddTorqueInRadians"); \ +static_assert(offsetof(PrimitiveComponent_AddTorqueInRadians, Torque) == 0x000000, "Member 'PrimitiveComponent_AddTorqueInRadians::Torque' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddTorqueInRadians, BoneName) == 0x00000C, "Member 'PrimitiveComponent_AddTorqueInRadians::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddTorqueInRadians, bAccelChange) == 0x000018, "Member 'PrimitiveComponent_AddTorqueInRadians::bAccelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_CopyArrayOfMoveIgnoreActors \ +static_assert(alignof(PrimitiveComponent_CopyArrayOfMoveIgnoreActors) == 0x000008, "Wrong alignment on PrimitiveComponent_CopyArrayOfMoveIgnoreActors"); \ +static_assert(sizeof(PrimitiveComponent_CopyArrayOfMoveIgnoreActors) == 0x000010, "Wrong size on PrimitiveComponent_CopyArrayOfMoveIgnoreActors"); \ +static_assert(offsetof(PrimitiveComponent_CopyArrayOfMoveIgnoreActors, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_CopyArrayOfMoveIgnoreActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_CopyArrayOfMoveIgnoreComponents \ +static_assert(alignof(PrimitiveComponent_CopyArrayOfMoveIgnoreComponents) == 0x000008, "Wrong alignment on PrimitiveComponent_CopyArrayOfMoveIgnoreComponents"); \ +static_assert(sizeof(PrimitiveComponent_CopyArrayOfMoveIgnoreComponents) == 0x000010, "Wrong size on PrimitiveComponent_CopyArrayOfMoveIgnoreComponents"); \ +static_assert(offsetof(PrimitiveComponent_CopyArrayOfMoveIgnoreComponents, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_CopyArrayOfMoveIgnoreComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_CreateAndSetMaterialInstanceDynamic \ +static_assert(alignof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamic) == 0x000008, "Wrong alignment on PrimitiveComponent_CreateAndSetMaterialInstanceDynamic"); \ +static_assert(sizeof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamic) == 0x000010, "Wrong size on PrimitiveComponent_CreateAndSetMaterialInstanceDynamic"); \ +static_assert(offsetof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamic, ElementIndex) == 0x000000, "Member 'PrimitiveComponent_CreateAndSetMaterialInstanceDynamic::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamic, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_CreateAndSetMaterialInstanceDynamic::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial \ +static_assert(alignof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial) == 0x000008, "Wrong alignment on PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial"); \ +static_assert(sizeof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial) == 0x000018, "Wrong size on PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial"); \ +static_assert(offsetof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial, ElementIndex) == 0x000000, "Member 'PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial, Parent) == 0x000008, "Member 'PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial::Parent' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial, ReturnValue) == 0x000010, "Member 'PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_CreateDynamicMaterialInstance \ +static_assert(alignof(PrimitiveComponent_CreateDynamicMaterialInstance) == 0x000008, "Wrong alignment on PrimitiveComponent_CreateDynamicMaterialInstance"); \ +static_assert(sizeof(PrimitiveComponent_CreateDynamicMaterialInstance) == 0x000028, "Wrong size on PrimitiveComponent_CreateDynamicMaterialInstance"); \ +static_assert(offsetof(PrimitiveComponent_CreateDynamicMaterialInstance, ElementIndex) == 0x000000, "Member 'PrimitiveComponent_CreateDynamicMaterialInstance::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_CreateDynamicMaterialInstance, SourceMaterial) == 0x000008, "Member 'PrimitiveComponent_CreateDynamicMaterialInstance::SourceMaterial' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_CreateDynamicMaterialInstance, OptionalName) == 0x000010, "Member 'PrimitiveComponent_CreateDynamicMaterialInstance::OptionalName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_CreateDynamicMaterialInstance, ReturnValue) == 0x000020, "Member 'PrimitiveComponent_CreateDynamicMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsLinearVelocity \ +static_assert(alignof(PrimitiveComponent_GetPhysicsLinearVelocity) == 0x000004, "Wrong alignment on PrimitiveComponent_GetPhysicsLinearVelocity"); \ +static_assert(sizeof(PrimitiveComponent_GetPhysicsLinearVelocity) == 0x000018, "Wrong size on PrimitiveComponent_GetPhysicsLinearVelocity"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsLinearVelocity, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetPhysicsLinearVelocity::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsLinearVelocity, ReturnValue) == 0x00000C, "Member 'PrimitiveComponent_GetPhysicsLinearVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsLinearVelocityAtPoint \ +static_assert(alignof(PrimitiveComponent_GetPhysicsLinearVelocityAtPoint) == 0x000004, "Wrong alignment on PrimitiveComponent_GetPhysicsLinearVelocityAtPoint"); \ +static_assert(sizeof(PrimitiveComponent_GetPhysicsLinearVelocityAtPoint) == 0x000024, "Wrong size on PrimitiveComponent_GetPhysicsLinearVelocityAtPoint"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsLinearVelocityAtPoint, Point) == 0x000000, "Member 'PrimitiveComponent_GetPhysicsLinearVelocityAtPoint::Point' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsLinearVelocityAtPoint, BoneName) == 0x00000C, "Member 'PrimitiveComponent_GetPhysicsLinearVelocityAtPoint::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsLinearVelocityAtPoint, ReturnValue) == 0x000018, "Member 'PrimitiveComponent_GetPhysicsLinearVelocityAtPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_IgnoreActorWhenMoving \ +static_assert(alignof(PrimitiveComponent_IgnoreActorWhenMoving) == 0x000008, "Wrong alignment on PrimitiveComponent_IgnoreActorWhenMoving"); \ +static_assert(sizeof(PrimitiveComponent_IgnoreActorWhenMoving) == 0x000010, "Wrong size on PrimitiveComponent_IgnoreActorWhenMoving"); \ +static_assert(offsetof(PrimitiveComponent_IgnoreActorWhenMoving, Actor) == 0x000000, "Member 'PrimitiveComponent_IgnoreActorWhenMoving::Actor' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_IgnoreActorWhenMoving, bShouldIgnore) == 0x000008, "Member 'PrimitiveComponent_IgnoreActorWhenMoving::bShouldIgnore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_IgnoreComponentWhenMoving \ +static_assert(alignof(PrimitiveComponent_IgnoreComponentWhenMoving) == 0x000008, "Wrong alignment on PrimitiveComponent_IgnoreComponentWhenMoving"); \ +static_assert(sizeof(PrimitiveComponent_IgnoreComponentWhenMoving) == 0x000010, "Wrong size on PrimitiveComponent_IgnoreComponentWhenMoving"); \ +static_assert(offsetof(PrimitiveComponent_IgnoreComponentWhenMoving, Component) == 0x000000, "Member 'PrimitiveComponent_IgnoreComponentWhenMoving::Component' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_IgnoreComponentWhenMoving, bShouldIgnore) == 0x000008, "Member 'PrimitiveComponent_IgnoreComponentWhenMoving::bShouldIgnore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_IgnoreStartPenetratingActorWhenMoving \ +static_assert(alignof(PrimitiveComponent_IgnoreStartPenetratingActorWhenMoving) == 0x000008, "Wrong alignment on PrimitiveComponent_IgnoreStartPenetratingActorWhenMoving"); \ +static_assert(sizeof(PrimitiveComponent_IgnoreStartPenetratingActorWhenMoving) == 0x000010, "Wrong size on PrimitiveComponent_IgnoreStartPenetratingActorWhenMoving"); \ +static_assert(offsetof(PrimitiveComponent_IgnoreStartPenetratingActorWhenMoving, Actor) == 0x000000, "Member 'PrimitiveComponent_IgnoreStartPenetratingActorWhenMoving::Actor' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_IgnoreStartPenetratingActorWhenMoving, bShouldIgnore) == 0x000008, "Member 'PrimitiveComponent_IgnoreStartPenetratingActorWhenMoving::bShouldIgnore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_IsAnyRigidBodyAwake \ +static_assert(alignof(PrimitiveComponent_IsAnyRigidBodyAwake) == 0x000001, "Wrong alignment on PrimitiveComponent_IsAnyRigidBodyAwake"); \ +static_assert(sizeof(PrimitiveComponent_IsAnyRigidBodyAwake) == 0x000001, "Wrong size on PrimitiveComponent_IsAnyRigidBodyAwake"); \ +static_assert(offsetof(PrimitiveComponent_IsAnyRigidBodyAwake, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_IsAnyRigidBodyAwake::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_K2_BoxOverlapComponent \ +static_assert(alignof(PrimitiveComponent_K2_BoxOverlapComponent) == 0x000004, "Wrong alignment on PrimitiveComponent_K2_BoxOverlapComponent"); \ +static_assert(sizeof(PrimitiveComponent_K2_BoxOverlapComponent) == 0x0000E4, "Wrong size on PrimitiveComponent_K2_BoxOverlapComponent"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, InBoxCentre) == 0x000000, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::InBoxCentre' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, InBox) == 0x00000C, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::InBox' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, bTraceComplex) == 0x000028, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, bShowTrace) == 0x000029, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::bShowTrace' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, bPersistentShowTrace) == 0x00002A, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::bPersistentShowTrace' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, HitLocation) == 0x00002C, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, HitNormal) == 0x000038, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, BoneName) == 0x000044, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, OutHit) == 0x000050, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::OutHit' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_BoxOverlapComponent, ReturnValue) == 0x0000E0, "Member 'PrimitiveComponent_K2_BoxOverlapComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_K2_LineTraceComponent \ +static_assert(alignof(PrimitiveComponent_K2_LineTraceComponent) == 0x000004, "Wrong alignment on PrimitiveComponent_K2_LineTraceComponent"); \ +static_assert(sizeof(PrimitiveComponent_K2_LineTraceComponent) == 0x0000D4, "Wrong size on PrimitiveComponent_K2_LineTraceComponent"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, TraceStart) == 0x000000, "Member 'PrimitiveComponent_K2_LineTraceComponent::TraceStart' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, TraceEnd) == 0x00000C, "Member 'PrimitiveComponent_K2_LineTraceComponent::TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, bTraceComplex) == 0x000018, "Member 'PrimitiveComponent_K2_LineTraceComponent::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, bShowTrace) == 0x000019, "Member 'PrimitiveComponent_K2_LineTraceComponent::bShowTrace' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, bPersistentShowTrace) == 0x00001A, "Member 'PrimitiveComponent_K2_LineTraceComponent::bPersistentShowTrace' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, HitLocation) == 0x00001C, "Member 'PrimitiveComponent_K2_LineTraceComponent::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, HitNormal) == 0x000028, "Member 'PrimitiveComponent_K2_LineTraceComponent::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, BoneName) == 0x000034, "Member 'PrimitiveComponent_K2_LineTraceComponent::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, OutHit) == 0x000040, "Member 'PrimitiveComponent_K2_LineTraceComponent::OutHit' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_LineTraceComponent, ReturnValue) == 0x0000D0, "Member 'PrimitiveComponent_K2_LineTraceComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_K2_SphereOverlapComponent \ +static_assert(alignof(PrimitiveComponent_K2_SphereOverlapComponent) == 0x000004, "Wrong alignment on PrimitiveComponent_K2_SphereOverlapComponent"); \ +static_assert(sizeof(PrimitiveComponent_K2_SphereOverlapComponent) == 0x0000CC, "Wrong size on PrimitiveComponent_K2_SphereOverlapComponent"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, InSphereCentre) == 0x000000, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::InSphereCentre' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, InSphereRadius) == 0x00000C, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::InSphereRadius' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, bTraceComplex) == 0x000010, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, bShowTrace) == 0x000011, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::bShowTrace' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, bPersistentShowTrace) == 0x000012, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::bPersistentShowTrace' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, HitLocation) == 0x000014, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, HitNormal) == 0x000020, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, BoneName) == 0x00002C, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, OutHit) == 0x000038, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::OutHit' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereOverlapComponent, ReturnValue) == 0x0000C8, "Member 'PrimitiveComponent_K2_SphereOverlapComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_K2_SphereTraceComponent \ +static_assert(alignof(PrimitiveComponent_K2_SphereTraceComponent) == 0x000004, "Wrong alignment on PrimitiveComponent_K2_SphereTraceComponent"); \ +static_assert(sizeof(PrimitiveComponent_K2_SphereTraceComponent) == 0x0000D8, "Wrong size on PrimitiveComponent_K2_SphereTraceComponent"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, TraceStart) == 0x000000, "Member 'PrimitiveComponent_K2_SphereTraceComponent::TraceStart' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, TraceEnd) == 0x00000C, "Member 'PrimitiveComponent_K2_SphereTraceComponent::TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, SphereRadius) == 0x000018, "Member 'PrimitiveComponent_K2_SphereTraceComponent::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, bTraceComplex) == 0x00001C, "Member 'PrimitiveComponent_K2_SphereTraceComponent::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, bShowTrace) == 0x00001D, "Member 'PrimitiveComponent_K2_SphereTraceComponent::bShowTrace' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, bPersistentShowTrace) == 0x00001E, "Member 'PrimitiveComponent_K2_SphereTraceComponent::bPersistentShowTrace' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, HitLocation) == 0x000020, "Member 'PrimitiveComponent_K2_SphereTraceComponent::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, HitNormal) == 0x00002C, "Member 'PrimitiveComponent_K2_SphereTraceComponent::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, BoneName) == 0x000038, "Member 'PrimitiveComponent_K2_SphereTraceComponent::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, OutHit) == 0x000044, "Member 'PrimitiveComponent_K2_SphereTraceComponent::OutHit' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_K2_SphereTraceComponent, ReturnValue) == 0x0000D4, "Member 'PrimitiveComponent_K2_SphereTraceComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_PutRigidBodyToSleep \ +static_assert(alignof(PrimitiveComponent_PutRigidBodyToSleep) == 0x000004, "Wrong alignment on PrimitiveComponent_PutRigidBodyToSleep"); \ +static_assert(sizeof(PrimitiveComponent_PutRigidBodyToSleep) == 0x00000C, "Wrong size on PrimitiveComponent_PutRigidBodyToSleep"); \ +static_assert(offsetof(PrimitiveComponent_PutRigidBodyToSleep, BoneName) == 0x000000, "Member 'PrimitiveComponent_PutRigidBodyToSleep::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetAllMassScale \ +static_assert(alignof(PrimitiveComponent_SetAllMassScale) == 0x000004, "Wrong alignment on PrimitiveComponent_SetAllMassScale"); \ +static_assert(sizeof(PrimitiveComponent_SetAllMassScale) == 0x000004, "Wrong size on PrimitiveComponent_SetAllMassScale"); \ +static_assert(offsetof(PrimitiveComponent_SetAllMassScale, InMassScale) == 0x000000, "Member 'PrimitiveComponent_SetAllMassScale::InMassScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees \ +static_assert(alignof(PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees) == 0x000004, "Wrong alignment on PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees"); \ +static_assert(sizeof(PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees) == 0x000010, "Wrong size on PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees"); \ +static_assert(offsetof(PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees, NewAngVel) == 0x000000, "Member 'PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees::NewAngVel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees, bAddToCurrent) == 0x00000C, "Member 'PrimitiveComponent_SetAllPhysicsAngularVelocityInDegrees::bAddToCurrent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians \ +static_assert(alignof(PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians) == 0x000004, "Wrong alignment on PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians"); \ +static_assert(sizeof(PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians) == 0x000010, "Wrong size on PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians"); \ +static_assert(offsetof(PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians, NewAngVel) == 0x000000, "Member 'PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians::NewAngVel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians, bAddToCurrent) == 0x00000C, "Member 'PrimitiveComponent_SetAllPhysicsAngularVelocityInRadians::bAddToCurrent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetAllPhysicsLinearVelocity \ +static_assert(alignof(PrimitiveComponent_SetAllPhysicsLinearVelocity) == 0x000004, "Wrong alignment on PrimitiveComponent_SetAllPhysicsLinearVelocity"); \ +static_assert(sizeof(PrimitiveComponent_SetAllPhysicsLinearVelocity) == 0x000010, "Wrong size on PrimitiveComponent_SetAllPhysicsLinearVelocity"); \ +static_assert(offsetof(PrimitiveComponent_SetAllPhysicsLinearVelocity, NewVel) == 0x000000, "Member 'PrimitiveComponent_SetAllPhysicsLinearVelocity::NewVel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetAllPhysicsLinearVelocity, bAddToCurrent) == 0x00000C, "Member 'PrimitiveComponent_SetAllPhysicsLinearVelocity::bAddToCurrent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetAllUseCCD \ +static_assert(alignof(PrimitiveComponent_SetAllUseCCD) == 0x000001, "Wrong alignment on PrimitiveComponent_SetAllUseCCD"); \ +static_assert(sizeof(PrimitiveComponent_SetAllUseCCD) == 0x000001, "Wrong size on PrimitiveComponent_SetAllUseCCD"); \ +static_assert(offsetof(PrimitiveComponent_SetAllUseCCD, InUseCCD) == 0x000000, "Member 'PrimitiveComponent_SetAllUseCCD::InUseCCD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetAngularDamping \ +static_assert(alignof(PrimitiveComponent_SetAngularDamping) == 0x000004, "Wrong alignment on PrimitiveComponent_SetAngularDamping"); \ +static_assert(sizeof(PrimitiveComponent_SetAngularDamping) == 0x000004, "Wrong size on PrimitiveComponent_SetAngularDamping"); \ +static_assert(offsetof(PrimitiveComponent_SetAngularDamping, InDamping) == 0x000000, "Member 'PrimitiveComponent_SetAngularDamping::InDamping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetBoundsScale \ +static_assert(alignof(PrimitiveComponent_SetBoundsScale) == 0x000004, "Wrong alignment on PrimitiveComponent_SetBoundsScale"); \ +static_assert(sizeof(PrimitiveComponent_SetBoundsScale) == 0x000004, "Wrong size on PrimitiveComponent_SetBoundsScale"); \ +static_assert(offsetof(PrimitiveComponent_SetBoundsScale, NewBoundsScale) == 0x000000, "Member 'PrimitiveComponent_SetBoundsScale::NewBoundsScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCachedMaxDrawDistance \ +static_assert(alignof(PrimitiveComponent_SetCachedMaxDrawDistance) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCachedMaxDrawDistance"); \ +static_assert(sizeof(PrimitiveComponent_SetCachedMaxDrawDistance) == 0x000004, "Wrong size on PrimitiveComponent_SetCachedMaxDrawDistance"); \ +static_assert(offsetof(PrimitiveComponent_SetCachedMaxDrawDistance, NewCachedMaxDrawDistance) == 0x000000, "Member 'PrimitiveComponent_SetCachedMaxDrawDistance::NewCachedMaxDrawDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCastDirectionalLightShadow \ +static_assert(alignof(PrimitiveComponent_SetCastDirectionalLightShadow) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCastDirectionalLightShadow"); \ +static_assert(sizeof(PrimitiveComponent_SetCastDirectionalLightShadow) == 0x000001, "Wrong size on PrimitiveComponent_SetCastDirectionalLightShadow"); \ +static_assert(offsetof(PrimitiveComponent_SetCastDirectionalLightShadow, NewCastShadow) == 0x000000, "Member 'PrimitiveComponent_SetCastDirectionalLightShadow::NewCastShadow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCastHiddenShadow \ +static_assert(alignof(PrimitiveComponent_SetCastHiddenShadow) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCastHiddenShadow"); \ +static_assert(sizeof(PrimitiveComponent_SetCastHiddenShadow) == 0x000001, "Wrong size on PrimitiveComponent_SetCastHiddenShadow"); \ +static_assert(offsetof(PrimitiveComponent_SetCastHiddenShadow, NewCastHiddenShadow) == 0x000000, "Member 'PrimitiveComponent_SetCastHiddenShadow::NewCastHiddenShadow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCastInsetShadow \ +static_assert(alignof(PrimitiveComponent_SetCastInsetShadow) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCastInsetShadow"); \ +static_assert(sizeof(PrimitiveComponent_SetCastInsetShadow) == 0x000001, "Wrong size on PrimitiveComponent_SetCastInsetShadow"); \ +static_assert(offsetof(PrimitiveComponent_SetCastInsetShadow, bInCastInsetShadow) == 0x000000, "Member 'PrimitiveComponent_SetCastInsetShadow::bInCastInsetShadow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCastShadow \ +static_assert(alignof(PrimitiveComponent_SetCastShadow) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCastShadow"); \ +static_assert(sizeof(PrimitiveComponent_SetCastShadow) == 0x000001, "Wrong size on PrimitiveComponent_SetCastShadow"); \ +static_assert(offsetof(PrimitiveComponent_SetCastShadow, NewCastShadow) == 0x000000, "Member 'PrimitiveComponent_SetCastShadow::NewCastShadow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCenterOfMass \ +static_assert(alignof(PrimitiveComponent_SetCenterOfMass) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCenterOfMass"); \ +static_assert(sizeof(PrimitiveComponent_SetCenterOfMass) == 0x000018, "Wrong size on PrimitiveComponent_SetCenterOfMass"); \ +static_assert(offsetof(PrimitiveComponent_SetCenterOfMass, CenterOfMassOffset) == 0x000000, "Member 'PrimitiveComponent_SetCenterOfMass::CenterOfMassOffset' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetCenterOfMass, BoneName) == 0x00000C, "Member 'PrimitiveComponent_SetCenterOfMass::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCollisionEnabled \ +static_assert(alignof(PrimitiveComponent_SetCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCollisionEnabled"); \ +static_assert(sizeof(PrimitiveComponent_SetCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_SetCollisionEnabled"); \ +static_assert(offsetof(PrimitiveComponent_SetCollisionEnabled, NewType) == 0x000000, "Member 'PrimitiveComponent_SetCollisionEnabled::NewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCollisionEnabledForce \ +static_assert(alignof(PrimitiveComponent_SetCollisionEnabledForce) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCollisionEnabledForce"); \ +static_assert(sizeof(PrimitiveComponent_SetCollisionEnabledForce) == 0x000001, "Wrong size on PrimitiveComponent_SetCollisionEnabledForce"); \ +static_assert(offsetof(PrimitiveComponent_SetCollisionEnabledForce, NewType) == 0x000000, "Member 'PrimitiveComponent_SetCollisionEnabledForce::NewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCollisionObjectType \ +static_assert(alignof(PrimitiveComponent_SetCollisionObjectType) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCollisionObjectType"); \ +static_assert(sizeof(PrimitiveComponent_SetCollisionObjectType) == 0x000001, "Wrong size on PrimitiveComponent_SetCollisionObjectType"); \ +static_assert(offsetof(PrimitiveComponent_SetCollisionObjectType, Channel) == 0x000000, "Member 'PrimitiveComponent_SetCollisionObjectType::Channel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCollisionProfileName \ +static_assert(alignof(PrimitiveComponent_SetCollisionProfileName) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCollisionProfileName"); \ +static_assert(sizeof(PrimitiveComponent_SetCollisionProfileName) == 0x000010, "Wrong size on PrimitiveComponent_SetCollisionProfileName"); \ +static_assert(offsetof(PrimitiveComponent_SetCollisionProfileName, InCollisionProfileName) == 0x000000, "Member 'PrimitiveComponent_SetCollisionProfileName::InCollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetCollisionProfileName, bUpdateOverlaps) == 0x00000C, "Member 'PrimitiveComponent_SetCollisionProfileName::bUpdateOverlaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCollisionResponseToAllChannels \ +static_assert(alignof(PrimitiveComponent_SetCollisionResponseToAllChannels) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCollisionResponseToAllChannels"); \ +static_assert(sizeof(PrimitiveComponent_SetCollisionResponseToAllChannels) == 0x000001, "Wrong size on PrimitiveComponent_SetCollisionResponseToAllChannels"); \ +static_assert(offsetof(PrimitiveComponent_SetCollisionResponseToAllChannels, NewResponse) == 0x000000, "Member 'PrimitiveComponent_SetCollisionResponseToAllChannels::NewResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCollisionResponseToChannel \ +static_assert(alignof(PrimitiveComponent_SetCollisionResponseToChannel) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCollisionResponseToChannel"); \ +static_assert(sizeof(PrimitiveComponent_SetCollisionResponseToChannel) == 0x000002, "Wrong size on PrimitiveComponent_SetCollisionResponseToChannel"); \ +static_assert(offsetof(PrimitiveComponent_SetCollisionResponseToChannel, Channel) == 0x000000, "Member 'PrimitiveComponent_SetCollisionResponseToChannel::Channel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetCollisionResponseToChannel, NewResponse) == 0x000001, "Member 'PrimitiveComponent_SetCollisionResponseToChannel::NewResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetConstraintMode \ +static_assert(alignof(PrimitiveComponent_SetConstraintMode) == 0x000001, "Wrong alignment on PrimitiveComponent_SetConstraintMode"); \ +static_assert(sizeof(PrimitiveComponent_SetConstraintMode) == 0x000001, "Wrong size on PrimitiveComponent_SetConstraintMode"); \ +static_assert(offsetof(PrimitiveComponent_SetConstraintMode, ConstraintMode) == 0x000000, "Member 'PrimitiveComponent_SetConstraintMode::ConstraintMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCullDistance \ +static_assert(alignof(PrimitiveComponent_SetCullDistance) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCullDistance"); \ +static_assert(sizeof(PrimitiveComponent_SetCullDistance) == 0x000004, "Wrong size on PrimitiveComponent_SetCullDistance"); \ +static_assert(offsetof(PrimitiveComponent_SetCullDistance, NewCullDistance) == 0x000000, "Member 'PrimitiveComponent_SetCullDistance::NewCullDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomDepthStencilValue \ +static_assert(alignof(PrimitiveComponent_SetCustomDepthStencilValue) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCustomDepthStencilValue"); \ +static_assert(sizeof(PrimitiveComponent_SetCustomDepthStencilValue) == 0x000004, "Wrong size on PrimitiveComponent_SetCustomDepthStencilValue"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomDepthStencilValue, Value) == 0x000000, "Member 'PrimitiveComponent_SetCustomDepthStencilValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomDepthStencilWriteMask \ +static_assert(alignof(PrimitiveComponent_SetCustomDepthStencilWriteMask) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCustomDepthStencilWriteMask"); \ +static_assert(sizeof(PrimitiveComponent_SetCustomDepthStencilWriteMask) == 0x000001, "Wrong size on PrimitiveComponent_SetCustomDepthStencilWriteMask"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomDepthStencilWriteMask, WriteMaskBit) == 0x000000, "Member 'PrimitiveComponent_SetCustomDepthStencilWriteMask::WriteMaskBit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomPrimitiveData \ +static_assert(alignof(PrimitiveComponent_SetCustomPrimitiveData) == 0x000008, "Wrong alignment on PrimitiveComponent_SetCustomPrimitiveData"); \ +static_assert(sizeof(PrimitiveComponent_SetCustomPrimitiveData) == 0x000010, "Wrong size on PrimitiveComponent_SetCustomPrimitiveData"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveData, Values) == 0x000000, "Member 'PrimitiveComponent_SetCustomPrimitiveData::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomPrimitiveDataFloat \ +static_assert(alignof(PrimitiveComponent_SetCustomPrimitiveDataFloat) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCustomPrimitiveDataFloat"); \ +static_assert(sizeof(PrimitiveComponent_SetCustomPrimitiveDataFloat) == 0x000008, "Wrong size on PrimitiveComponent_SetCustomPrimitiveDataFloat"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataFloat, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetCustomPrimitiveDataFloat::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataFloat, Value) == 0x000004, "Member 'PrimitiveComponent_SetCustomPrimitiveDataFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomPrimitiveDataVector2 \ +static_assert(alignof(PrimitiveComponent_SetCustomPrimitiveDataVector2) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCustomPrimitiveDataVector2"); \ +static_assert(sizeof(PrimitiveComponent_SetCustomPrimitiveDataVector2) == 0x00000C, "Wrong size on PrimitiveComponent_SetCustomPrimitiveDataVector2"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataVector2, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetCustomPrimitiveDataVector2::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataVector2, Value) == 0x000004, "Member 'PrimitiveComponent_SetCustomPrimitiveDataVector2::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomPrimitiveDataVector3 \ +static_assert(alignof(PrimitiveComponent_SetCustomPrimitiveDataVector3) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCustomPrimitiveDataVector3"); \ +static_assert(sizeof(PrimitiveComponent_SetCustomPrimitiveDataVector3) == 0x000010, "Wrong size on PrimitiveComponent_SetCustomPrimitiveDataVector3"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataVector3, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetCustomPrimitiveDataVector3::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataVector3, Value) == 0x000004, "Member 'PrimitiveComponent_SetCustomPrimitiveDataVector3::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomPrimitiveDataVector4 \ +static_assert(alignof(PrimitiveComponent_SetCustomPrimitiveDataVector4) == 0x000010, "Wrong alignment on PrimitiveComponent_SetCustomPrimitiveDataVector4"); \ +static_assert(sizeof(PrimitiveComponent_SetCustomPrimitiveDataVector4) == 0x000020, "Wrong size on PrimitiveComponent_SetCustomPrimitiveDataVector4"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataVector4, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetCustomPrimitiveDataVector4::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataVector4, Value) == 0x000010, "Member 'PrimitiveComponent_SetCustomPrimitiveDataVector4::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetDefaultCustomPrimitiveData \ +static_assert(alignof(PrimitiveComponent_SetDefaultCustomPrimitiveData) == 0x000008, "Wrong alignment on PrimitiveComponent_SetDefaultCustomPrimitiveData"); \ +static_assert(sizeof(PrimitiveComponent_SetDefaultCustomPrimitiveData) == 0x000018, "Wrong size on PrimitiveComponent_SetDefaultCustomPrimitiveData"); \ +static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveData, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveData::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveData, Values) == 0x000008, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveData::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat \ +static_assert(alignof(PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat) == 0x000004, "Wrong alignment on PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat"); \ +static_assert(sizeof(PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat) == 0x000008, "Wrong size on PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat"); \ +static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat, Value) == 0x000004, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2 \ +static_assert(alignof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2) == 0x000004, "Wrong alignment on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2"); \ +static_assert(sizeof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2) == 0x00000C, "Wrong size on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2"); \ +static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2, Value) == 0x000004, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3 \ +static_assert(alignof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3) == 0x000004, "Wrong alignment on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3"); \ +static_assert(sizeof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3) == 0x000010, "Wrong size on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3"); \ +static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3, Value) == 0x000004, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4 \ +static_assert(alignof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4) == 0x000010, "Wrong alignment on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4"); \ +static_assert(sizeof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4) == 0x000020, "Wrong size on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4"); \ +static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4, Value) == 0x000010, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetEnableGravity \ +static_assert(alignof(PrimitiveComponent_SetEnableGravity) == 0x000001, "Wrong alignment on PrimitiveComponent_SetEnableGravity"); \ +static_assert(sizeof(PrimitiveComponent_SetEnableGravity) == 0x000001, "Wrong size on PrimitiveComponent_SetEnableGravity"); \ +static_assert(offsetof(PrimitiveComponent_SetEnableGravity, bGravityEnabled) == 0x000000, "Member 'PrimitiveComponent_SetEnableGravity::bGravityEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetExcludeFromLightAttachmentGroup \ +static_assert(alignof(PrimitiveComponent_SetExcludeFromLightAttachmentGroup) == 0x000001, "Wrong alignment on PrimitiveComponent_SetExcludeFromLightAttachmentGroup"); \ +static_assert(sizeof(PrimitiveComponent_SetExcludeFromLightAttachmentGroup) == 0x000001, "Wrong size on PrimitiveComponent_SetExcludeFromLightAttachmentGroup"); \ +static_assert(offsetof(PrimitiveComponent_SetExcludeFromLightAttachmentGroup, bInExcludeFromLightAttachmentGroup) == 0x000000, "Member 'PrimitiveComponent_SetExcludeFromLightAttachmentGroup::bInExcludeFromLightAttachmentGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetGenerateOverlapEvents \ +static_assert(alignof(PrimitiveComponent_SetGenerateOverlapEvents) == 0x000001, "Wrong alignment on PrimitiveComponent_SetGenerateOverlapEvents"); \ +static_assert(sizeof(PrimitiveComponent_SetGenerateOverlapEvents) == 0x000001, "Wrong size on PrimitiveComponent_SetGenerateOverlapEvents"); \ +static_assert(offsetof(PrimitiveComponent_SetGenerateOverlapEvents, bInGenerateOverlapEvents) == 0x000000, "Member 'PrimitiveComponent_SetGenerateOverlapEvents::bInGenerateOverlapEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetGISpecularEnabled \ +static_assert(alignof(PrimitiveComponent_SetGISpecularEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_SetGISpecularEnabled"); \ +static_assert(sizeof(PrimitiveComponent_SetGISpecularEnabled) == 0x000001, "Wrong size on PrimitiveComponent_SetGISpecularEnabled"); \ +static_assert(offsetof(PrimitiveComponent_SetGISpecularEnabled, bValue) == 0x000000, "Member 'PrimitiveComponent_SetGISpecularEnabled::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetHiddenInSceneCapture \ +static_assert(alignof(PrimitiveComponent_SetHiddenInSceneCapture) == 0x000001, "Wrong alignment on PrimitiveComponent_SetHiddenInSceneCapture"); \ +static_assert(sizeof(PrimitiveComponent_SetHiddenInSceneCapture) == 0x000001, "Wrong size on PrimitiveComponent_SetHiddenInSceneCapture"); \ +static_assert(offsetof(PrimitiveComponent_SetHiddenInSceneCapture, bValue) == 0x000000, "Member 'PrimitiveComponent_SetHiddenInSceneCapture::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetIgnoredCollisionEnabled \ +static_assert(alignof(PrimitiveComponent_SetIgnoredCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_SetIgnoredCollisionEnabled"); \ +static_assert(sizeof(PrimitiveComponent_SetIgnoredCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_SetIgnoredCollisionEnabled"); \ +static_assert(offsetof(PrimitiveComponent_SetIgnoredCollisionEnabled, bNewIgnoredCollisionEnabled) == 0x000000, "Member 'PrimitiveComponent_SetIgnoredCollisionEnabled::bNewIgnoredCollisionEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetLightAttachmentsAsGroup \ +static_assert(alignof(PrimitiveComponent_SetLightAttachmentsAsGroup) == 0x000001, "Wrong alignment on PrimitiveComponent_SetLightAttachmentsAsGroup"); \ +static_assert(sizeof(PrimitiveComponent_SetLightAttachmentsAsGroup) == 0x000001, "Wrong size on PrimitiveComponent_SetLightAttachmentsAsGroup"); \ +static_assert(offsetof(PrimitiveComponent_SetLightAttachmentsAsGroup, bInLightAttachmentsAsGroup) == 0x000000, "Member 'PrimitiveComponent_SetLightAttachmentsAsGroup::bInLightAttachmentsAsGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetLightingAttachmentRoot \ +static_assert(alignof(PrimitiveComponent_SetLightingAttachmentRoot) == 0x000008, "Wrong alignment on PrimitiveComponent_SetLightingAttachmentRoot"); \ +static_assert(sizeof(PrimitiveComponent_SetLightingAttachmentRoot) == 0x000008, "Wrong size on PrimitiveComponent_SetLightingAttachmentRoot"); \ +static_assert(offsetof(PrimitiveComponent_SetLightingAttachmentRoot, InLightingAttachmentRoot) == 0x000000, "Member 'PrimitiveComponent_SetLightingAttachmentRoot::InLightingAttachmentRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetLightingChannels \ +static_assert(alignof(PrimitiveComponent_SetLightingChannels) == 0x000001, "Wrong alignment on PrimitiveComponent_SetLightingChannels"); \ +static_assert(sizeof(PrimitiveComponent_SetLightingChannels) == 0x000003, "Wrong size on PrimitiveComponent_SetLightingChannels"); \ +static_assert(offsetof(PrimitiveComponent_SetLightingChannels, bChannel0) == 0x000000, "Member 'PrimitiveComponent_SetLightingChannels::bChannel0' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetLightingChannels, bChannel1) == 0x000001, "Member 'PrimitiveComponent_SetLightingChannels::bChannel1' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetLightingChannels, bChannel2) == 0x000002, "Member 'PrimitiveComponent_SetLightingChannels::bChannel2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetLinearDamping \ +static_assert(alignof(PrimitiveComponent_SetLinearDamping) == 0x000004, "Wrong alignment on PrimitiveComponent_SetLinearDamping"); \ +static_assert(sizeof(PrimitiveComponent_SetLinearDamping) == 0x000004, "Wrong size on PrimitiveComponent_SetLinearDamping"); \ +static_assert(offsetof(PrimitiveComponent_SetLinearDamping, InDamping) == 0x000000, "Member 'PrimitiveComponent_SetLinearDamping::InDamping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetMassOverrideInKg \ +static_assert(alignof(PrimitiveComponent_SetMassOverrideInKg) == 0x000004, "Wrong alignment on PrimitiveComponent_SetMassOverrideInKg"); \ +static_assert(sizeof(PrimitiveComponent_SetMassOverrideInKg) == 0x000014, "Wrong size on PrimitiveComponent_SetMassOverrideInKg"); \ +static_assert(offsetof(PrimitiveComponent_SetMassOverrideInKg, BoneName) == 0x000000, "Member 'PrimitiveComponent_SetMassOverrideInKg::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetMassOverrideInKg, MassInKg) == 0x00000C, "Member 'PrimitiveComponent_SetMassOverrideInKg::MassInKg' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetMassOverrideInKg, bOverrideMass) == 0x000010, "Member 'PrimitiveComponent_SetMassOverrideInKg::bOverrideMass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetMassScale \ +static_assert(alignof(PrimitiveComponent_SetMassScale) == 0x000004, "Wrong alignment on PrimitiveComponent_SetMassScale"); \ +static_assert(sizeof(PrimitiveComponent_SetMassScale) == 0x000010, "Wrong size on PrimitiveComponent_SetMassScale"); \ +static_assert(offsetof(PrimitiveComponent_SetMassScale, BoneName) == 0x000000, "Member 'PrimitiveComponent_SetMassScale::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetMassScale, InMassScale) == 0x00000C, "Member 'PrimitiveComponent_SetMassScale::InMassScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetMaterial \ +static_assert(alignof(PrimitiveComponent_SetMaterial) == 0x000008, "Wrong alignment on PrimitiveComponent_SetMaterial"); \ +static_assert(sizeof(PrimitiveComponent_SetMaterial) == 0x000010, "Wrong size on PrimitiveComponent_SetMaterial"); \ +static_assert(offsetof(PrimitiveComponent_SetMaterial, ElementIndex) == 0x000000, "Member 'PrimitiveComponent_SetMaterial::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetMaterial, Material) == 0x000008, "Member 'PrimitiveComponent_SetMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetMaterialByName \ +static_assert(alignof(PrimitiveComponent_SetMaterialByName) == 0x000008, "Wrong alignment on PrimitiveComponent_SetMaterialByName"); \ +static_assert(sizeof(PrimitiveComponent_SetMaterialByName) == 0x000018, "Wrong size on PrimitiveComponent_SetMaterialByName"); \ +static_assert(offsetof(PrimitiveComponent_SetMaterialByName, MaterialSlotName) == 0x000000, "Member 'PrimitiveComponent_SetMaterialByName::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetMaterialByName, Material) == 0x000010, "Member 'PrimitiveComponent_SetMaterialByName::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetMinCullDistance \ +static_assert(alignof(PrimitiveComponent_SetMinCullDistance) == 0x000004, "Wrong alignment on PrimitiveComponent_SetMinCullDistance"); \ +static_assert(sizeof(PrimitiveComponent_SetMinCullDistance) == 0x000004, "Wrong size on PrimitiveComponent_SetMinCullDistance"); \ +static_assert(offsetof(PrimitiveComponent_SetMinCullDistance, NewMinDistance) == 0x000000, "Member 'PrimitiveComponent_SetMinCullDistance::NewMinDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetNotifyRigidBodyCollision \ +static_assert(alignof(PrimitiveComponent_SetNotifyRigidBodyCollision) == 0x000001, "Wrong alignment on PrimitiveComponent_SetNotifyRigidBodyCollision"); \ +static_assert(sizeof(PrimitiveComponent_SetNotifyRigidBodyCollision) == 0x000001, "Wrong size on PrimitiveComponent_SetNotifyRigidBodyCollision"); \ +static_assert(offsetof(PrimitiveComponent_SetNotifyRigidBodyCollision, bNewNotifyRigidBodyCollision) == 0x000000, "Member 'PrimitiveComponent_SetNotifyRigidBodyCollision::bNewNotifyRigidBodyCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetOnlyOwnerSee \ +static_assert(alignof(PrimitiveComponent_SetOnlyOwnerSee) == 0x000001, "Wrong alignment on PrimitiveComponent_SetOnlyOwnerSee"); \ +static_assert(sizeof(PrimitiveComponent_SetOnlyOwnerSee) == 0x000001, "Wrong size on PrimitiveComponent_SetOnlyOwnerSee"); \ +static_assert(offsetof(PrimitiveComponent_SetOnlyOwnerSee, bNewOnlyOwnerSee) == 0x000000, "Member 'PrimitiveComponent_SetOnlyOwnerSee::bNewOnlyOwnerSee' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetOwnerNoSee \ +static_assert(alignof(PrimitiveComponent_SetOwnerNoSee) == 0x000001, "Wrong alignment on PrimitiveComponent_SetOwnerNoSee"); \ +static_assert(sizeof(PrimitiveComponent_SetOwnerNoSee) == 0x000001, "Wrong size on PrimitiveComponent_SetOwnerNoSee"); \ +static_assert(offsetof(PrimitiveComponent_SetOwnerNoSee, bNewOwnerNoSee) == 0x000000, "Member 'PrimitiveComponent_SetOwnerNoSee::bNewOwnerNoSee' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsAngularVelocity \ +static_assert(alignof(PrimitiveComponent_SetPhysicsAngularVelocity) == 0x000004, "Wrong alignment on PrimitiveComponent_SetPhysicsAngularVelocity"); \ +static_assert(sizeof(PrimitiveComponent_SetPhysicsAngularVelocity) == 0x00001C, "Wrong size on PrimitiveComponent_SetPhysicsAngularVelocity"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocity, NewAngVel) == 0x000000, "Member 'PrimitiveComponent_SetPhysicsAngularVelocity::NewAngVel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocity, bAddToCurrent) == 0x00000C, "Member 'PrimitiveComponent_SetPhysicsAngularVelocity::bAddToCurrent' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocity, BoneName) == 0x000010, "Member 'PrimitiveComponent_SetPhysicsAngularVelocity::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsAngularVelocityInDegrees \ +static_assert(alignof(PrimitiveComponent_SetPhysicsAngularVelocityInDegrees) == 0x000004, "Wrong alignment on PrimitiveComponent_SetPhysicsAngularVelocityInDegrees"); \ +static_assert(sizeof(PrimitiveComponent_SetPhysicsAngularVelocityInDegrees) == 0x00001C, "Wrong size on PrimitiveComponent_SetPhysicsAngularVelocityInDegrees"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocityInDegrees, NewAngVel) == 0x000000, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInDegrees::NewAngVel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocityInDegrees, bAddToCurrent) == 0x00000C, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInDegrees::bAddToCurrent' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocityInDegrees, BoneName) == 0x000010, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInDegrees::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsAngularVelocityInRadians \ +static_assert(alignof(PrimitiveComponent_SetPhysicsAngularVelocityInRadians) == 0x000004, "Wrong alignment on PrimitiveComponent_SetPhysicsAngularVelocityInRadians"); \ +static_assert(sizeof(PrimitiveComponent_SetPhysicsAngularVelocityInRadians) == 0x00001C, "Wrong size on PrimitiveComponent_SetPhysicsAngularVelocityInRadians"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocityInRadians, NewAngVel) == 0x000000, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInRadians::NewAngVel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocityInRadians, bAddToCurrent) == 0x00000C, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInRadians::bAddToCurrent' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocityInRadians, BoneName) == 0x000010, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInRadians::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsLinearVelocity \ +static_assert(alignof(PrimitiveComponent_SetPhysicsLinearVelocity) == 0x000004, "Wrong alignment on PrimitiveComponent_SetPhysicsLinearVelocity"); \ +static_assert(sizeof(PrimitiveComponent_SetPhysicsLinearVelocity) == 0x00001C, "Wrong size on PrimitiveComponent_SetPhysicsLinearVelocity"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsLinearVelocity, NewVel) == 0x000000, "Member 'PrimitiveComponent_SetPhysicsLinearVelocity::NewVel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsLinearVelocity, bAddToCurrent) == 0x00000C, "Member 'PrimitiveComponent_SetPhysicsLinearVelocity::bAddToCurrent' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsLinearVelocity, BoneName) == 0x000010, "Member 'PrimitiveComponent_SetPhysicsLinearVelocity::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsMaxAngularVelocity \ +static_assert(alignof(PrimitiveComponent_SetPhysicsMaxAngularVelocity) == 0x000004, "Wrong alignment on PrimitiveComponent_SetPhysicsMaxAngularVelocity"); \ +static_assert(sizeof(PrimitiveComponent_SetPhysicsMaxAngularVelocity) == 0x000014, "Wrong size on PrimitiveComponent_SetPhysicsMaxAngularVelocity"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocity, NewMaxAngVel) == 0x000000, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocity::NewMaxAngVel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocity, bAddToCurrent) == 0x000004, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocity::bAddToCurrent' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocity, BoneName) == 0x000008, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocity::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees \ +static_assert(alignof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees) == 0x000004, "Wrong alignment on PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees"); \ +static_assert(sizeof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees) == 0x000014, "Wrong size on PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees, NewMaxAngVel) == 0x000000, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees::NewMaxAngVel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees, bAddToCurrent) == 0x000004, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees::bAddToCurrent' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees, BoneName) == 0x000008, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians \ +static_assert(alignof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians) == 0x000004, "Wrong alignment on PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians"); \ +static_assert(sizeof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians) == 0x000014, "Wrong size on PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians, NewMaxAngVel) == 0x000000, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians::NewMaxAngVel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians, bAddToCurrent) == 0x000004, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians::bAddToCurrent' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians, BoneName) == 0x000008, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysMaterialOverride \ +static_assert(alignof(PrimitiveComponent_SetPhysMaterialOverride) == 0x000008, "Wrong alignment on PrimitiveComponent_SetPhysMaterialOverride"); \ +static_assert(sizeof(PrimitiveComponent_SetPhysMaterialOverride) == 0x000008, "Wrong size on PrimitiveComponent_SetPhysMaterialOverride"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysMaterialOverride, NewPhysMaterial) == 0x000000, "Member 'PrimitiveComponent_SetPhysMaterialOverride::NewPhysMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetReceivesDecals \ +static_assert(alignof(PrimitiveComponent_SetReceivesDecals) == 0x000001, "Wrong alignment on PrimitiveComponent_SetReceivesDecals"); \ +static_assert(sizeof(PrimitiveComponent_SetReceivesDecals) == 0x000001, "Wrong size on PrimitiveComponent_SetReceivesDecals"); \ +static_assert(offsetof(PrimitiveComponent_SetReceivesDecals, bNewReceivesDecals) == 0x000000, "Member 'PrimitiveComponent_SetReceivesDecals::bNewReceivesDecals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetRenderCustomDepth \ +static_assert(alignof(PrimitiveComponent_SetRenderCustomDepth) == 0x000001, "Wrong alignment on PrimitiveComponent_SetRenderCustomDepth"); \ +static_assert(sizeof(PrimitiveComponent_SetRenderCustomDepth) == 0x000001, "Wrong size on PrimitiveComponent_SetRenderCustomDepth"); \ +static_assert(offsetof(PrimitiveComponent_SetRenderCustomDepth, bValue) == 0x000000, "Member 'PrimitiveComponent_SetRenderCustomDepth::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetRenderInMainPass \ +static_assert(alignof(PrimitiveComponent_SetRenderInMainPass) == 0x000001, "Wrong alignment on PrimitiveComponent_SetRenderInMainPass"); \ +static_assert(sizeof(PrimitiveComponent_SetRenderInMainPass) == 0x000001, "Wrong size on PrimitiveComponent_SetRenderInMainPass"); \ +static_assert(offsetof(PrimitiveComponent_SetRenderInMainPass, bValue) == 0x000000, "Member 'PrimitiveComponent_SetRenderInMainPass::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetRenderInTopPass \ +static_assert(alignof(PrimitiveComponent_SetRenderInTopPass) == 0x000001, "Wrong alignment on PrimitiveComponent_SetRenderInTopPass"); \ +static_assert(sizeof(PrimitiveComponent_SetRenderInTopPass) == 0x000001, "Wrong size on PrimitiveComponent_SetRenderInTopPass"); \ +static_assert(offsetof(PrimitiveComponent_SetRenderInTopPass, bValue) == 0x000000, "Member 'PrimitiveComponent_SetRenderInTopPass::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetRenderSectionInCustomDepthPass \ +static_assert(alignof(PrimitiveComponent_SetRenderSectionInCustomDepthPass) == 0x000004, "Wrong alignment on PrimitiveComponent_SetRenderSectionInCustomDepthPass"); \ +static_assert(sizeof(PrimitiveComponent_SetRenderSectionInCustomDepthPass) == 0x000008, "Wrong size on PrimitiveComponent_SetRenderSectionInCustomDepthPass"); \ +static_assert(offsetof(PrimitiveComponent_SetRenderSectionInCustomDepthPass, Section) == 0x000000, "Member 'PrimitiveComponent_SetRenderSectionInCustomDepthPass::Section' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetRenderSectionInCustomDepthPass, bRender) == 0x000004, "Member 'PrimitiveComponent_SetRenderSectionInCustomDepthPass::bRender' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetRenderSectionInCustomDepthPass, ReturnValue) == 0x000005, "Member 'PrimitiveComponent_SetRenderSectionInCustomDepthPass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetSimulatePhysics \ +static_assert(alignof(PrimitiveComponent_SetSimulatePhysics) == 0x000001, "Wrong alignment on PrimitiveComponent_SetSimulatePhysics"); \ +static_assert(sizeof(PrimitiveComponent_SetSimulatePhysics) == 0x000001, "Wrong size on PrimitiveComponent_SetSimulatePhysics"); \ +static_assert(offsetof(PrimitiveComponent_SetSimulatePhysics, bSimulate) == 0x000000, "Member 'PrimitiveComponent_SetSimulatePhysics::bSimulate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetSingleSampleShadowFromStationaryLights \ +static_assert(alignof(PrimitiveComponent_SetSingleSampleShadowFromStationaryLights) == 0x000001, "Wrong alignment on PrimitiveComponent_SetSingleSampleShadowFromStationaryLights"); \ +static_assert(sizeof(PrimitiveComponent_SetSingleSampleShadowFromStationaryLights) == 0x000001, "Wrong size on PrimitiveComponent_SetSingleSampleShadowFromStationaryLights"); \ +static_assert(offsetof(PrimitiveComponent_SetSingleSampleShadowFromStationaryLights, bNewSingleSampleShadowFromStationaryLights) == 0x000000, "Member 'PrimitiveComponent_SetSingleSampleShadowFromStationaryLights::bNewSingleSampleShadowFromStationaryLights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetSSREnabled \ +static_assert(alignof(PrimitiveComponent_SetSSREnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_SetSSREnabled"); \ +static_assert(sizeof(PrimitiveComponent_SetSSREnabled) == 0x000001, "Wrong size on PrimitiveComponent_SetSSREnabled"); \ +static_assert(offsetof(PrimitiveComponent_SetSSREnabled, bValue) == 0x000000, "Member 'PrimitiveComponent_SetSSREnabled::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetTranslucencySortDistanceOffset \ +static_assert(alignof(PrimitiveComponent_SetTranslucencySortDistanceOffset) == 0x000004, "Wrong alignment on PrimitiveComponent_SetTranslucencySortDistanceOffset"); \ +static_assert(sizeof(PrimitiveComponent_SetTranslucencySortDistanceOffset) == 0x000004, "Wrong size on PrimitiveComponent_SetTranslucencySortDistanceOffset"); \ +static_assert(offsetof(PrimitiveComponent_SetTranslucencySortDistanceOffset, NewTranslucencySortDistanceOffset) == 0x000000, "Member 'PrimitiveComponent_SetTranslucencySortDistanceOffset::NewTranslucencySortDistanceOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetTranslucentSortPriority \ +static_assert(alignof(PrimitiveComponent_SetTranslucentSortPriority) == 0x000004, "Wrong alignment on PrimitiveComponent_SetTranslucentSortPriority"); \ +static_assert(sizeof(PrimitiveComponent_SetTranslucentSortPriority) == 0x000004, "Wrong size on PrimitiveComponent_SetTranslucentSortPriority"); \ +static_assert(offsetof(PrimitiveComponent_SetTranslucentSortPriority, NewTranslucentSortPriority) == 0x000000, "Member 'PrimitiveComponent_SetTranslucentSortPriority::NewTranslucentSortPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetUseCCD \ +static_assert(alignof(PrimitiveComponent_SetUseCCD) == 0x000004, "Wrong alignment on PrimitiveComponent_SetUseCCD"); \ +static_assert(sizeof(PrimitiveComponent_SetUseCCD) == 0x000010, "Wrong size on PrimitiveComponent_SetUseCCD"); \ +static_assert(offsetof(PrimitiveComponent_SetUseCCD, InUseCCD) == 0x000000, "Member 'PrimitiveComponent_SetUseCCD::InUseCCD' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetUseCCD, BoneName) == 0x000004, "Member 'PrimitiveComponent_SetUseCCD::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetVisibleInSceneCaptureOnly \ +static_assert(alignof(PrimitiveComponent_SetVisibleInSceneCaptureOnly) == 0x000001, "Wrong alignment on PrimitiveComponent_SetVisibleInSceneCaptureOnly"); \ +static_assert(sizeof(PrimitiveComponent_SetVisibleInSceneCaptureOnly) == 0x000001, "Wrong size on PrimitiveComponent_SetVisibleInSceneCaptureOnly"); \ +static_assert(offsetof(PrimitiveComponent_SetVisibleInSceneCaptureOnly, bValue) == 0x000000, "Member 'PrimitiveComponent_SetVisibleInSceneCaptureOnly::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetWalkableSlopeOverride \ +static_assert(alignof(PrimitiveComponent_SetWalkableSlopeOverride) == 0x000004, "Wrong alignment on PrimitiveComponent_SetWalkableSlopeOverride"); \ +static_assert(sizeof(PrimitiveComponent_SetWalkableSlopeOverride) == 0x000010, "Wrong size on PrimitiveComponent_SetWalkableSlopeOverride"); \ +static_assert(offsetof(PrimitiveComponent_SetWalkableSlopeOverride, NewOverride) == 0x000000, "Member 'PrimitiveComponent_SetWalkableSlopeOverride::NewOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_WakeRigidBody \ +static_assert(alignof(PrimitiveComponent_WakeRigidBody) == 0x000004, "Wrong alignment on PrimitiveComponent_WakeRigidBody"); \ +static_assert(sizeof(PrimitiveComponent_WakeRigidBody) == 0x00000C, "Wrong size on PrimitiveComponent_WakeRigidBody"); \ +static_assert(offsetof(PrimitiveComponent_WakeRigidBody, BoneName) == 0x000000, "Member 'PrimitiveComponent_WakeRigidBody::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_CanCharacterStepUp \ +static_assert(alignof(PrimitiveComponent_CanCharacterStepUp) == 0x000008, "Wrong alignment on PrimitiveComponent_CanCharacterStepUp"); \ +static_assert(sizeof(PrimitiveComponent_CanCharacterStepUp) == 0x000010, "Wrong size on PrimitiveComponent_CanCharacterStepUp"); \ +static_assert(offsetof(PrimitiveComponent_CanCharacterStepUp, Pawn) == 0x000000, "Member 'PrimitiveComponent_CanCharacterStepUp::Pawn' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_CanCharacterStepUp, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_CanCharacterStepUp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetAngularDamping \ +static_assert(alignof(PrimitiveComponent_GetAngularDamping) == 0x000004, "Wrong alignment on PrimitiveComponent_GetAngularDamping"); \ +static_assert(sizeof(PrimitiveComponent_GetAngularDamping) == 0x000004, "Wrong size on PrimitiveComponent_GetAngularDamping"); \ +static_assert(offsetof(PrimitiveComponent_GetAngularDamping, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetAngularDamping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetArrayCustomPrimitiveData \ +static_assert(alignof(PrimitiveComponent_GetArrayCustomPrimitiveData) == 0x000008, "Wrong alignment on PrimitiveComponent_GetArrayCustomPrimitiveData"); \ +static_assert(sizeof(PrimitiveComponent_GetArrayCustomPrimitiveData) == 0x000010, "Wrong size on PrimitiveComponent_GetArrayCustomPrimitiveData"); \ +static_assert(offsetof(PrimitiveComponent_GetArrayCustomPrimitiveData, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetArrayCustomPrimitiveData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetCenterOfMass \ +static_assert(alignof(PrimitiveComponent_GetCenterOfMass) == 0x000004, "Wrong alignment on PrimitiveComponent_GetCenterOfMass"); \ +static_assert(sizeof(PrimitiveComponent_GetCenterOfMass) == 0x000018, "Wrong size on PrimitiveComponent_GetCenterOfMass"); \ +static_assert(offsetof(PrimitiveComponent_GetCenterOfMass, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetCenterOfMass::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetCenterOfMass, ReturnValue) == 0x00000C, "Member 'PrimitiveComponent_GetCenterOfMass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetClosestPointOnCollision \ +static_assert(alignof(PrimitiveComponent_GetClosestPointOnCollision) == 0x000004, "Wrong alignment on PrimitiveComponent_GetClosestPointOnCollision"); \ +static_assert(sizeof(PrimitiveComponent_GetClosestPointOnCollision) == 0x000028, "Wrong size on PrimitiveComponent_GetClosestPointOnCollision"); \ +static_assert(offsetof(PrimitiveComponent_GetClosestPointOnCollision, Point) == 0x000000, "Member 'PrimitiveComponent_GetClosestPointOnCollision::Point' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetClosestPointOnCollision, OutPointOnBody) == 0x00000C, "Member 'PrimitiveComponent_GetClosestPointOnCollision::OutPointOnBody' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetClosestPointOnCollision, BoneName) == 0x000018, "Member 'PrimitiveComponent_GetClosestPointOnCollision::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetClosestPointOnCollision, ReturnValue) == 0x000024, "Member 'PrimitiveComponent_GetClosestPointOnCollision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetCollisionEnabled \ +static_assert(alignof(PrimitiveComponent_GetCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_GetCollisionEnabled"); \ +static_assert(sizeof(PrimitiveComponent_GetCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_GetCollisionEnabled"); \ +static_assert(offsetof(PrimitiveComponent_GetCollisionEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetCollisionEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetCollisionObjectType \ +static_assert(alignof(PrimitiveComponent_GetCollisionObjectType) == 0x000001, "Wrong alignment on PrimitiveComponent_GetCollisionObjectType"); \ +static_assert(sizeof(PrimitiveComponent_GetCollisionObjectType) == 0x000001, "Wrong size on PrimitiveComponent_GetCollisionObjectType"); \ +static_assert(offsetof(PrimitiveComponent_GetCollisionObjectType, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetCollisionObjectType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetCollisionProfileName \ +static_assert(alignof(PrimitiveComponent_GetCollisionProfileName) == 0x000004, "Wrong alignment on PrimitiveComponent_GetCollisionProfileName"); \ +static_assert(sizeof(PrimitiveComponent_GetCollisionProfileName) == 0x00000C, "Wrong size on PrimitiveComponent_GetCollisionProfileName"); \ +static_assert(offsetof(PrimitiveComponent_GetCollisionProfileName, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetCollisionProfileName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetCollisionResponseToChannel \ +static_assert(alignof(PrimitiveComponent_GetCollisionResponseToChannel) == 0x000001, "Wrong alignment on PrimitiveComponent_GetCollisionResponseToChannel"); \ +static_assert(sizeof(PrimitiveComponent_GetCollisionResponseToChannel) == 0x000002, "Wrong size on PrimitiveComponent_GetCollisionResponseToChannel"); \ +static_assert(offsetof(PrimitiveComponent_GetCollisionResponseToChannel, Channel) == 0x000000, "Member 'PrimitiveComponent_GetCollisionResponseToChannel::Channel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetCollisionResponseToChannel, ReturnValue) == 0x000001, "Member 'PrimitiveComponent_GetCollisionResponseToChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetCustomPrimitiveDataFloat \ +static_assert(alignof(PrimitiveComponent_GetCustomPrimitiveDataFloat) == 0x000004, "Wrong alignment on PrimitiveComponent_GetCustomPrimitiveDataFloat"); \ +static_assert(sizeof(PrimitiveComponent_GetCustomPrimitiveDataFloat) == 0x000008, "Wrong size on PrimitiveComponent_GetCustomPrimitiveDataFloat"); \ +static_assert(offsetof(PrimitiveComponent_GetCustomPrimitiveDataFloat, DataIndex) == 0x000000, "Member 'PrimitiveComponent_GetCustomPrimitiveDataFloat::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetCustomPrimitiveDataFloat, ReturnValue) == 0x000004, "Member 'PrimitiveComponent_GetCustomPrimitiveDataFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetCustomPrimitiveDataVector2 \ +static_assert(alignof(PrimitiveComponent_GetCustomPrimitiveDataVector2) == 0x000004, "Wrong alignment on PrimitiveComponent_GetCustomPrimitiveDataVector2"); \ +static_assert(sizeof(PrimitiveComponent_GetCustomPrimitiveDataVector2) == 0x00000C, "Wrong size on PrimitiveComponent_GetCustomPrimitiveDataVector2"); \ +static_assert(offsetof(PrimitiveComponent_GetCustomPrimitiveDataVector2, DataIndex) == 0x000000, "Member 'PrimitiveComponent_GetCustomPrimitiveDataVector2::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetCustomPrimitiveDataVector2, ReturnValue) == 0x000004, "Member 'PrimitiveComponent_GetCustomPrimitiveDataVector2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetCustomPrimitiveDataVector3 \ +static_assert(alignof(PrimitiveComponent_GetCustomPrimitiveDataVector3) == 0x000004, "Wrong alignment on PrimitiveComponent_GetCustomPrimitiveDataVector3"); \ +static_assert(sizeof(PrimitiveComponent_GetCustomPrimitiveDataVector3) == 0x000010, "Wrong size on PrimitiveComponent_GetCustomPrimitiveDataVector3"); \ +static_assert(offsetof(PrimitiveComponent_GetCustomPrimitiveDataVector3, DataIndex) == 0x000000, "Member 'PrimitiveComponent_GetCustomPrimitiveDataVector3::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetCustomPrimitiveDataVector3, ReturnValue) == 0x000004, "Member 'PrimitiveComponent_GetCustomPrimitiveDataVector3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetCustomPrimitiveDataVector4 \ +static_assert(alignof(PrimitiveComponent_GetCustomPrimitiveDataVector4) == 0x000010, "Wrong alignment on PrimitiveComponent_GetCustomPrimitiveDataVector4"); \ +static_assert(sizeof(PrimitiveComponent_GetCustomPrimitiveDataVector4) == 0x000020, "Wrong size on PrimitiveComponent_GetCustomPrimitiveDataVector4"); \ +static_assert(offsetof(PrimitiveComponent_GetCustomPrimitiveDataVector4, DataIndex) == 0x000000, "Member 'PrimitiveComponent_GetCustomPrimitiveDataVector4::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetCustomPrimitiveDataVector4, ReturnValue) == 0x000010, "Member 'PrimitiveComponent_GetCustomPrimitiveDataVector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetDefaultCustomPrimitiveDataFloat \ +static_assert(alignof(PrimitiveComponent_GetDefaultCustomPrimitiveDataFloat) == 0x000004, "Wrong alignment on PrimitiveComponent_GetDefaultCustomPrimitiveDataFloat"); \ +static_assert(sizeof(PrimitiveComponent_GetDefaultCustomPrimitiveDataFloat) == 0x000008, "Wrong size on PrimitiveComponent_GetDefaultCustomPrimitiveDataFloat"); \ +static_assert(offsetof(PrimitiveComponent_GetDefaultCustomPrimitiveDataFloat, DataIndex) == 0x000000, "Member 'PrimitiveComponent_GetDefaultCustomPrimitiveDataFloat::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetDefaultCustomPrimitiveDataFloat, ReturnValue) == 0x000004, "Member 'PrimitiveComponent_GetDefaultCustomPrimitiveDataFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetDefaultCustomPrimitiveDataVector2 \ +static_assert(alignof(PrimitiveComponent_GetDefaultCustomPrimitiveDataVector2) == 0x000004, "Wrong alignment on PrimitiveComponent_GetDefaultCustomPrimitiveDataVector2"); \ +static_assert(sizeof(PrimitiveComponent_GetDefaultCustomPrimitiveDataVector2) == 0x00000C, "Wrong size on PrimitiveComponent_GetDefaultCustomPrimitiveDataVector2"); \ +static_assert(offsetof(PrimitiveComponent_GetDefaultCustomPrimitiveDataVector2, DataIndex) == 0x000000, "Member 'PrimitiveComponent_GetDefaultCustomPrimitiveDataVector2::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetDefaultCustomPrimitiveDataVector2, ReturnValue) == 0x000004, "Member 'PrimitiveComponent_GetDefaultCustomPrimitiveDataVector2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetDefaultCustomPrimitiveDataVector3 \ +static_assert(alignof(PrimitiveComponent_GetDefaultCustomPrimitiveDataVector3) == 0x000004, "Wrong alignment on PrimitiveComponent_GetDefaultCustomPrimitiveDataVector3"); \ +static_assert(sizeof(PrimitiveComponent_GetDefaultCustomPrimitiveDataVector3) == 0x000010, "Wrong size on PrimitiveComponent_GetDefaultCustomPrimitiveDataVector3"); \ +static_assert(offsetof(PrimitiveComponent_GetDefaultCustomPrimitiveDataVector3, DataIndex) == 0x000000, "Member 'PrimitiveComponent_GetDefaultCustomPrimitiveDataVector3::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetDefaultCustomPrimitiveDataVector3, ReturnValue) == 0x000004, "Member 'PrimitiveComponent_GetDefaultCustomPrimitiveDataVector3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetDefaultCustomPrimitiveDataVector4 \ +static_assert(alignof(PrimitiveComponent_GetDefaultCustomPrimitiveDataVector4) == 0x000010, "Wrong alignment on PrimitiveComponent_GetDefaultCustomPrimitiveDataVector4"); \ +static_assert(sizeof(PrimitiveComponent_GetDefaultCustomPrimitiveDataVector4) == 0x000020, "Wrong size on PrimitiveComponent_GetDefaultCustomPrimitiveDataVector4"); \ +static_assert(offsetof(PrimitiveComponent_GetDefaultCustomPrimitiveDataVector4, DataIndex) == 0x000000, "Member 'PrimitiveComponent_GetDefaultCustomPrimitiveDataVector4::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetDefaultCustomPrimitiveDataVector4, ReturnValue) == 0x000010, "Member 'PrimitiveComponent_GetDefaultCustomPrimitiveDataVector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetGenerateOverlapEvents \ +static_assert(alignof(PrimitiveComponent_GetGenerateOverlapEvents) == 0x000001, "Wrong alignment on PrimitiveComponent_GetGenerateOverlapEvents"); \ +static_assert(sizeof(PrimitiveComponent_GetGenerateOverlapEvents) == 0x000001, "Wrong size on PrimitiveComponent_GetGenerateOverlapEvents"); \ +static_assert(offsetof(PrimitiveComponent_GetGenerateOverlapEvents, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetGenerateOverlapEvents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetIgnoredCollisionEnabled \ +static_assert(alignof(PrimitiveComponent_GetIgnoredCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_GetIgnoredCollisionEnabled"); \ +static_assert(sizeof(PrimitiveComponent_GetIgnoredCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_GetIgnoredCollisionEnabled"); \ +static_assert(offsetof(PrimitiveComponent_GetIgnoredCollisionEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetIgnoredCollisionEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetInertiaTensor \ +static_assert(alignof(PrimitiveComponent_GetInertiaTensor) == 0x000004, "Wrong alignment on PrimitiveComponent_GetInertiaTensor"); \ +static_assert(sizeof(PrimitiveComponent_GetInertiaTensor) == 0x000018, "Wrong size on PrimitiveComponent_GetInertiaTensor"); \ +static_assert(offsetof(PrimitiveComponent_GetInertiaTensor, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetInertiaTensor::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetInertiaTensor, ReturnValue) == 0x00000C, "Member 'PrimitiveComponent_GetInertiaTensor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetLinearDamping \ +static_assert(alignof(PrimitiveComponent_GetLinearDamping) == 0x000004, "Wrong alignment on PrimitiveComponent_GetLinearDamping"); \ +static_assert(sizeof(PrimitiveComponent_GetLinearDamping) == 0x000004, "Wrong size on PrimitiveComponent_GetLinearDamping"); \ +static_assert(offsetof(PrimitiveComponent_GetLinearDamping, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetLinearDamping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetMass \ +static_assert(alignof(PrimitiveComponent_GetMass) == 0x000004, "Wrong alignment on PrimitiveComponent_GetMass"); \ +static_assert(sizeof(PrimitiveComponent_GetMass) == 0x000004, "Wrong size on PrimitiveComponent_GetMass"); \ +static_assert(offsetof(PrimitiveComponent_GetMass, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetMass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetMassScale \ +static_assert(alignof(PrimitiveComponent_GetMassScale) == 0x000004, "Wrong alignment on PrimitiveComponent_GetMassScale"); \ +static_assert(sizeof(PrimitiveComponent_GetMassScale) == 0x000010, "Wrong size on PrimitiveComponent_GetMassScale"); \ +static_assert(offsetof(PrimitiveComponent_GetMassScale, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetMassScale::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetMassScale, ReturnValue) == 0x00000C, "Member 'PrimitiveComponent_GetMassScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetMaterial \ +static_assert(alignof(PrimitiveComponent_GetMaterial) == 0x000008, "Wrong alignment on PrimitiveComponent_GetMaterial"); \ +static_assert(sizeof(PrimitiveComponent_GetMaterial) == 0x000010, "Wrong size on PrimitiveComponent_GetMaterial"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterial, ElementIndex) == 0x000000, "Member 'PrimitiveComponent_GetMaterial::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterial, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetMaterialFromCollisionFaceIndex \ +static_assert(alignof(PrimitiveComponent_GetMaterialFromCollisionFaceIndex) == 0x000008, "Wrong alignment on PrimitiveComponent_GetMaterialFromCollisionFaceIndex"); \ +static_assert(sizeof(PrimitiveComponent_GetMaterialFromCollisionFaceIndex) == 0x000010, "Wrong size on PrimitiveComponent_GetMaterialFromCollisionFaceIndex"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterialFromCollisionFaceIndex, FaceIndex) == 0x000000, "Member 'PrimitiveComponent_GetMaterialFromCollisionFaceIndex::FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterialFromCollisionFaceIndex, SectionIndex) == 0x000004, "Member 'PrimitiveComponent_GetMaterialFromCollisionFaceIndex::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterialFromCollisionFaceIndex, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetMaterialFromCollisionFaceIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetMaterialFromSectionIndex \ +static_assert(alignof(PrimitiveComponent_GetMaterialFromSectionIndex) == 0x000008, "Wrong alignment on PrimitiveComponent_GetMaterialFromSectionIndex"); \ +static_assert(sizeof(PrimitiveComponent_GetMaterialFromSectionIndex) == 0x000010, "Wrong size on PrimitiveComponent_GetMaterialFromSectionIndex"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterialFromSectionIndex, SectionIndex) == 0x000000, "Member 'PrimitiveComponent_GetMaterialFromSectionIndex::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterialFromSectionIndex, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetMaterialFromSectionIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetNumMaterials \ +static_assert(alignof(PrimitiveComponent_GetNumMaterials) == 0x000004, "Wrong alignment on PrimitiveComponent_GetNumMaterials"); \ +static_assert(sizeof(PrimitiveComponent_GetNumMaterials) == 0x000004, "Wrong size on PrimitiveComponent_GetNumMaterials"); \ +static_assert(offsetof(PrimitiveComponent_GetNumMaterials, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetNumMaterials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetOverlappingActors \ +static_assert(alignof(PrimitiveComponent_GetOverlappingActors) == 0x000008, "Wrong alignment on PrimitiveComponent_GetOverlappingActors"); \ +static_assert(sizeof(PrimitiveComponent_GetOverlappingActors) == 0x000018, "Wrong size on PrimitiveComponent_GetOverlappingActors"); \ +static_assert(offsetof(PrimitiveComponent_GetOverlappingActors, OverlappingActors) == 0x000000, "Member 'PrimitiveComponent_GetOverlappingActors::OverlappingActors' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetOverlappingActors, ClassFilter) == 0x000010, "Member 'PrimitiveComponent_GetOverlappingActors::ClassFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetOverlappingComponents \ +static_assert(alignof(PrimitiveComponent_GetOverlappingComponents) == 0x000008, "Wrong alignment on PrimitiveComponent_GetOverlappingComponents"); \ +static_assert(sizeof(PrimitiveComponent_GetOverlappingComponents) == 0x000010, "Wrong size on PrimitiveComponent_GetOverlappingComponents"); \ +static_assert(offsetof(PrimitiveComponent_GetOverlappingComponents, OutOverlappingComponents) == 0x000000, "Member 'PrimitiveComponent_GetOverlappingComponents::OutOverlappingComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsAngularVelocity \ +static_assert(alignof(PrimitiveComponent_GetPhysicsAngularVelocity) == 0x000004, "Wrong alignment on PrimitiveComponent_GetPhysicsAngularVelocity"); \ +static_assert(sizeof(PrimitiveComponent_GetPhysicsAngularVelocity) == 0x000018, "Wrong size on PrimitiveComponent_GetPhysicsAngularVelocity"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsAngularVelocity, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetPhysicsAngularVelocity::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsAngularVelocity, ReturnValue) == 0x00000C, "Member 'PrimitiveComponent_GetPhysicsAngularVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsAngularVelocityInDegrees \ +static_assert(alignof(PrimitiveComponent_GetPhysicsAngularVelocityInDegrees) == 0x000004, "Wrong alignment on PrimitiveComponent_GetPhysicsAngularVelocityInDegrees"); \ +static_assert(sizeof(PrimitiveComponent_GetPhysicsAngularVelocityInDegrees) == 0x000018, "Wrong size on PrimitiveComponent_GetPhysicsAngularVelocityInDegrees"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsAngularVelocityInDegrees, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetPhysicsAngularVelocityInDegrees::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsAngularVelocityInDegrees, ReturnValue) == 0x00000C, "Member 'PrimitiveComponent_GetPhysicsAngularVelocityInDegrees::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsAngularVelocityInRadians \ +static_assert(alignof(PrimitiveComponent_GetPhysicsAngularVelocityInRadians) == 0x000004, "Wrong alignment on PrimitiveComponent_GetPhysicsAngularVelocityInRadians"); \ +static_assert(sizeof(PrimitiveComponent_GetPhysicsAngularVelocityInRadians) == 0x000018, "Wrong size on PrimitiveComponent_GetPhysicsAngularVelocityInRadians"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsAngularVelocityInRadians, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetPhysicsAngularVelocityInRadians::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsAngularVelocityInRadians, ReturnValue) == 0x00000C, "Member 'PrimitiveComponent_GetPhysicsAngularVelocityInRadians::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetStaticLightMapResolution \ +static_assert(alignof(PrimitiveComponent_GetStaticLightMapResolution) == 0x000004, "Wrong alignment on PrimitiveComponent_GetStaticLightMapResolution"); \ +static_assert(sizeof(PrimitiveComponent_GetStaticLightMapResolution) == 0x000004, "Wrong size on PrimitiveComponent_GetStaticLightMapResolution"); \ +static_assert(offsetof(PrimitiveComponent_GetStaticLightMapResolution, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetStaticLightMapResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetWalkableSlopeOverride \ +static_assert(alignof(PrimitiveComponent_GetWalkableSlopeOverride) == 0x000004, "Wrong alignment on PrimitiveComponent_GetWalkableSlopeOverride"); \ +static_assert(sizeof(PrimitiveComponent_GetWalkableSlopeOverride) == 0x000010, "Wrong size on PrimitiveComponent_GetWalkableSlopeOverride"); \ +static_assert(offsetof(PrimitiveComponent_GetWalkableSlopeOverride, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetWalkableSlopeOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_IsGravityEnabled \ +static_assert(alignof(PrimitiveComponent_IsGravityEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_IsGravityEnabled"); \ +static_assert(sizeof(PrimitiveComponent_IsGravityEnabled) == 0x000001, "Wrong size on PrimitiveComponent_IsGravityEnabled"); \ +static_assert(offsetof(PrimitiveComponent_IsGravityEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_IsGravityEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_IsOverlappingActor \ +static_assert(alignof(PrimitiveComponent_IsOverlappingActor) == 0x000008, "Wrong alignment on PrimitiveComponent_IsOverlappingActor"); \ +static_assert(sizeof(PrimitiveComponent_IsOverlappingActor) == 0x000010, "Wrong size on PrimitiveComponent_IsOverlappingActor"); \ +static_assert(offsetof(PrimitiveComponent_IsOverlappingActor, Other) == 0x000000, "Member 'PrimitiveComponent_IsOverlappingActor::Other' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_IsOverlappingActor, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_IsOverlappingActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_IsOverlappingComponent \ +static_assert(alignof(PrimitiveComponent_IsOverlappingComponent) == 0x000008, "Wrong alignment on PrimitiveComponent_IsOverlappingComponent"); \ +static_assert(sizeof(PrimitiveComponent_IsOverlappingComponent) == 0x000010, "Wrong size on PrimitiveComponent_IsOverlappingComponent"); \ +static_assert(offsetof(PrimitiveComponent_IsOverlappingComponent, OtherComp) == 0x000000, "Member 'PrimitiveComponent_IsOverlappingComponent::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_IsOverlappingComponent, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_IsOverlappingComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_K2_IsCollisionEnabled \ +static_assert(alignof(PrimitiveComponent_K2_IsCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_K2_IsCollisionEnabled"); \ +static_assert(sizeof(PrimitiveComponent_K2_IsCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_K2_IsCollisionEnabled"); \ +static_assert(offsetof(PrimitiveComponent_K2_IsCollisionEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_K2_IsCollisionEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_K2_IsIgnoredCollisionEnabled \ +static_assert(alignof(PrimitiveComponent_K2_IsIgnoredCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_K2_IsIgnoredCollisionEnabled"); \ +static_assert(sizeof(PrimitiveComponent_K2_IsIgnoredCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_K2_IsIgnoredCollisionEnabled"); \ +static_assert(offsetof(PrimitiveComponent_K2_IsIgnoredCollisionEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_K2_IsIgnoredCollisionEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_K2_IsPhysicsCollisionEnabled \ +static_assert(alignof(PrimitiveComponent_K2_IsPhysicsCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_K2_IsPhysicsCollisionEnabled"); \ +static_assert(sizeof(PrimitiveComponent_K2_IsPhysicsCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_K2_IsPhysicsCollisionEnabled"); \ +static_assert(offsetof(PrimitiveComponent_K2_IsPhysicsCollisionEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_K2_IsPhysicsCollisionEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_K2_IsQueryCollisionEnabled \ +static_assert(alignof(PrimitiveComponent_K2_IsQueryCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_K2_IsQueryCollisionEnabled"); \ +static_assert(sizeof(PrimitiveComponent_K2_IsQueryCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_K2_IsQueryCollisionEnabled"); \ +static_assert(offsetof(PrimitiveComponent_K2_IsQueryCollisionEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_K2_IsQueryCollisionEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_ScaleByMomentOfInertia \ +static_assert(alignof(PrimitiveComponent_ScaleByMomentOfInertia) == 0x000004, "Wrong alignment on PrimitiveComponent_ScaleByMomentOfInertia"); \ +static_assert(sizeof(PrimitiveComponent_ScaleByMomentOfInertia) == 0x000024, "Wrong size on PrimitiveComponent_ScaleByMomentOfInertia"); \ +static_assert(offsetof(PrimitiveComponent_ScaleByMomentOfInertia, InputVector) == 0x000000, "Member 'PrimitiveComponent_ScaleByMomentOfInertia::InputVector' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_ScaleByMomentOfInertia, BoneName) == 0x00000C, "Member 'PrimitiveComponent_ScaleByMomentOfInertia::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_ScaleByMomentOfInertia, ReturnValue) == 0x000018, "Member 'PrimitiveComponent_ScaleByMomentOfInertia::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_WasRecentlyRendered \ +static_assert(alignof(PrimitiveComponent_WasRecentlyRendered) == 0x000004, "Wrong alignment on PrimitiveComponent_WasRecentlyRendered"); \ +static_assert(sizeof(PrimitiveComponent_WasRecentlyRendered) == 0x000008, "Wrong size on PrimitiveComponent_WasRecentlyRendered"); \ +static_assert(offsetof(PrimitiveComponent_WasRecentlyRendered, Tolerance) == 0x000000, "Member 'PrimitiveComponent_WasRecentlyRendered::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_WasRecentlyRendered, ReturnValue) == 0x000004, "Member 'PrimitiveComponent_WasRecentlyRendered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPrimitiveComponent \ +static_assert(alignof(UPrimitiveComponent) == 0x000010, "Wrong alignment on UPrimitiveComponent"); \ +static_assert(sizeof(UPrimitiveComponent) == 0x000500, "Wrong size on UPrimitiveComponent"); \ +static_assert(offsetof(UPrimitiveComponent, MinDrawDistance) == 0x000230, "Member 'UPrimitiveComponent::MinDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, LDMaxDrawDistance) == 0x000234, "Member 'UPrimitiveComponent::LDMaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CachedMaxDrawDistance) == 0x000238, "Member 'UPrimitiveComponent::CachedMaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, DepthPriorityGroup) == 0x00023C, "Member 'UPrimitiveComponent::DepthPriorityGroup' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, ViewOwnerDepthPriorityGroup) == 0x00023D, "Member 'UPrimitiveComponent::ViewOwnerDepthPriorityGroup' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, IndirectLightingCacheQuality) == 0x00023E, "Member 'UPrimitiveComponent::IndirectLightingCacheQuality' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, LightmapType) == 0x00023F, "Member 'UPrimitiveComponent::LightmapType' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, LightingAttachmentRoot) == 0x000288, "Member 'UPrimitiveComponent::LightingAttachmentRoot' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, bHasCustomNavigableGeometry) == 0x000291, "Member 'UPrimitiveComponent::bHasCustomNavigableGeometry' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CanCharacterStepUpOn) == 0x000293, "Member 'UPrimitiveComponent::CanCharacterStepUpOn' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, LightingChannels) == 0x000294, "Member 'UPrimitiveComponent::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CustomDepthStencilWriteMask) == 0x000295, "Member 'UPrimitiveComponent::CustomDepthStencilWriteMask' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CustomDepthStencilValue) == 0x000298, "Member 'UPrimitiveComponent::CustomDepthStencilValue' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CustomPrimitiveData) == 0x0002A0, "Member 'UPrimitiveComponent::CustomPrimitiveData' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CustomPrimitiveDataInternal) == 0x0002B0, "Member 'UPrimitiveComponent::CustomPrimitiveDataInternal' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, TranslucencySortPriority) == 0x0002C8, "Member 'UPrimitiveComponent::TranslucencySortPriority' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, TranslucencySortDistanceOffset) == 0x0002CC, "Member 'UPrimitiveComponent::TranslucencySortDistanceOffset' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, VisibilityId) == 0x0002D0, "Member 'UPrimitiveComponent::VisibilityId' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, RuntimeVirtualTextures) == 0x0002D8, "Member 'UPrimitiveComponent::RuntimeVirtualTextures' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, VirtualTextureLodBias) == 0x0002E8, "Member 'UPrimitiveComponent::VirtualTextureLodBias' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, VirtualTextureCullMips) == 0x0002E9, "Member 'UPrimitiveComponent::VirtualTextureCullMips' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, VirtualTextureMinCoverage) == 0x0002EA, "Member 'UPrimitiveComponent::VirtualTextureMinCoverage' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, VirtualTextureRenderPassType) == 0x0002EB, "Member 'UPrimitiveComponent::VirtualTextureRenderPassType' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, LpvBiasMultiplier) == 0x0002F0, "Member 'UPrimitiveComponent::LpvBiasMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, BoundsScale) == 0x0002FC, "Member 'UPrimitiveComponent::BoundsScale' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, MoveIgnoreActors) == 0x000310, "Member 'UPrimitiveComponent::MoveIgnoreActors' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, MoveIgnoreStartPenetratingActors) == 0x000320, "Member 'UPrimitiveComponent::MoveIgnoreStartPenetratingActors' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, MoveIgnoreComponents) == 0x000330, "Member 'UPrimitiveComponent::MoveIgnoreComponents' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, BodyInstance) == 0x000350, "Member 'UPrimitiveComponent::BodyInstance' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentHit) == 0x0004B8, "Member 'UPrimitiveComponent::OnComponentHit' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentBeginOverlap) == 0x0004B9, "Member 'UPrimitiveComponent::OnComponentBeginOverlap' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentEndOverlap) == 0x0004BA, "Member 'UPrimitiveComponent::OnComponentEndOverlap' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentWake) == 0x0004BB, "Member 'UPrimitiveComponent::OnComponentWake' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentSleep) == 0x0004BC, "Member 'UPrimitiveComponent::OnComponentSleep' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnBeginCursorOver) == 0x0004BE, "Member 'UPrimitiveComponent::OnBeginCursorOver' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnEndCursorOver) == 0x0004BF, "Member 'UPrimitiveComponent::OnEndCursorOver' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnClicked) == 0x0004C0, "Member 'UPrimitiveComponent::OnClicked' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnReleased) == 0x0004C1, "Member 'UPrimitiveComponent::OnReleased' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnInputTouchBegin) == 0x0004C2, "Member 'UPrimitiveComponent::OnInputTouchBegin' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnInputTouchEnd) == 0x0004C3, "Member 'UPrimitiveComponent::OnInputTouchEnd' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnInputTouchEnter) == 0x0004C4, "Member 'UPrimitiveComponent::OnInputTouchEnter' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnInputTouchLeave) == 0x0004C5, "Member 'UPrimitiveComponent::OnInputTouchLeave' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, RenderSectionInCustomDepthPass) == 0x0004C8, "Member 'UPrimitiveComponent::RenderSectionInCustomDepthPass' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, LODParentPrimitive) == 0x0004F0, "Member 'UPrimitiveComponent::LODParentPrimitive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_AddPoint \ +static_assert(alignof(SplineComponent_AddPoint) == 0x000004, "Wrong alignment on SplineComponent_AddPoint"); \ +static_assert(sizeof(SplineComponent_AddPoint) == 0x000048, "Wrong size on SplineComponent_AddPoint"); \ +static_assert(offsetof(SplineComponent_AddPoint, Point) == 0x000000, "Member 'SplineComponent_AddPoint::Point' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_AddPoint, bUpdateSpline) == 0x000044, "Member 'SplineComponent_AddPoint::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_AddPoints \ +static_assert(alignof(SplineComponent_AddPoints) == 0x000008, "Wrong alignment on SplineComponent_AddPoints"); \ +static_assert(sizeof(SplineComponent_AddPoints) == 0x000018, "Wrong size on SplineComponent_AddPoints"); \ +static_assert(offsetof(SplineComponent_AddPoints, Points) == 0x000000, "Member 'SplineComponent_AddPoints::Points' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_AddPoints, bUpdateSpline) == 0x000010, "Member 'SplineComponent_AddPoints::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_AddSplineLocalPoint \ +static_assert(alignof(SplineComponent_AddSplineLocalPoint) == 0x000004, "Wrong alignment on SplineComponent_AddSplineLocalPoint"); \ +static_assert(sizeof(SplineComponent_AddSplineLocalPoint) == 0x00000C, "Wrong size on SplineComponent_AddSplineLocalPoint"); \ +static_assert(offsetof(SplineComponent_AddSplineLocalPoint, Position) == 0x000000, "Member 'SplineComponent_AddSplineLocalPoint::Position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_AddSplinePoint \ +static_assert(alignof(SplineComponent_AddSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_AddSplinePoint"); \ +static_assert(sizeof(SplineComponent_AddSplinePoint) == 0x000010, "Wrong size on SplineComponent_AddSplinePoint"); \ +static_assert(offsetof(SplineComponent_AddSplinePoint, Position) == 0x000000, "Member 'SplineComponent_AddSplinePoint::Position' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_AddSplinePoint, CoordinateSpace) == 0x00000C, "Member 'SplineComponent_AddSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_AddSplinePoint, bUpdateSpline) == 0x00000D, "Member 'SplineComponent_AddSplinePoint::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_AddSplinePointAtIndex \ +static_assert(alignof(SplineComponent_AddSplinePointAtIndex) == 0x000004, "Wrong alignment on SplineComponent_AddSplinePointAtIndex"); \ +static_assert(sizeof(SplineComponent_AddSplinePointAtIndex) == 0x000014, "Wrong size on SplineComponent_AddSplinePointAtIndex"); \ +static_assert(offsetof(SplineComponent_AddSplinePointAtIndex, Position) == 0x000000, "Member 'SplineComponent_AddSplinePointAtIndex::Position' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_AddSplinePointAtIndex, Index_0) == 0x00000C, "Member 'SplineComponent_AddSplinePointAtIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_AddSplinePointAtIndex, CoordinateSpace) == 0x000010, "Member 'SplineComponent_AddSplinePointAtIndex::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_AddSplinePointAtIndex, bUpdateSpline) == 0x000011, "Member 'SplineComponent_AddSplinePointAtIndex::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_AddSplineWorldPoint \ +static_assert(alignof(SplineComponent_AddSplineWorldPoint) == 0x000004, "Wrong alignment on SplineComponent_AddSplineWorldPoint"); \ +static_assert(sizeof(SplineComponent_AddSplineWorldPoint) == 0x00000C, "Wrong size on SplineComponent_AddSplineWorldPoint"); \ +static_assert(offsetof(SplineComponent_AddSplineWorldPoint, Position) == 0x000000, "Member 'SplineComponent_AddSplineWorldPoint::Position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_ClearSplinePoints \ +static_assert(alignof(SplineComponent_ClearSplinePoints) == 0x000001, "Wrong alignment on SplineComponent_ClearSplinePoints"); \ +static_assert(sizeof(SplineComponent_ClearSplinePoints) == 0x000001, "Wrong size on SplineComponent_ClearSplinePoints"); \ +static_assert(offsetof(SplineComponent_ClearSplinePoints, bUpdateSpline) == 0x000000, "Member 'SplineComponent_ClearSplinePoints::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_RemoveSplinePoint \ +static_assert(alignof(SplineComponent_RemoveSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_RemoveSplinePoint"); \ +static_assert(sizeof(SplineComponent_RemoveSplinePoint) == 0x000008, "Wrong size on SplineComponent_RemoveSplinePoint"); \ +static_assert(offsetof(SplineComponent_RemoveSplinePoint, Index_0) == 0x000000, "Member 'SplineComponent_RemoveSplinePoint::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_RemoveSplinePoint, bUpdateSpline) == 0x000004, "Member 'SplineComponent_RemoveSplinePoint::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetClosedLoop \ +static_assert(alignof(SplineComponent_SetClosedLoop) == 0x000001, "Wrong alignment on SplineComponent_SetClosedLoop"); \ +static_assert(sizeof(SplineComponent_SetClosedLoop) == 0x000002, "Wrong size on SplineComponent_SetClosedLoop"); \ +static_assert(offsetof(SplineComponent_SetClosedLoop, bInClosedLoop) == 0x000000, "Member 'SplineComponent_SetClosedLoop::bInClosedLoop' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetClosedLoop, bUpdateSpline) == 0x000001, "Member 'SplineComponent_SetClosedLoop::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetClosedLoopAtPosition \ +static_assert(alignof(SplineComponent_SetClosedLoopAtPosition) == 0x000004, "Wrong alignment on SplineComponent_SetClosedLoopAtPosition"); \ +static_assert(sizeof(SplineComponent_SetClosedLoopAtPosition) == 0x00000C, "Wrong size on SplineComponent_SetClosedLoopAtPosition"); \ +static_assert(offsetof(SplineComponent_SetClosedLoopAtPosition, bInClosedLoop) == 0x000000, "Member 'SplineComponent_SetClosedLoopAtPosition::bInClosedLoop' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetClosedLoopAtPosition, Key) == 0x000004, "Member 'SplineComponent_SetClosedLoopAtPosition::Key' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetClosedLoopAtPosition, bUpdateSpline) == 0x000008, "Member 'SplineComponent_SetClosedLoopAtPosition::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetDefaultUpVector \ +static_assert(alignof(SplineComponent_SetDefaultUpVector) == 0x000004, "Wrong alignment on SplineComponent_SetDefaultUpVector"); \ +static_assert(sizeof(SplineComponent_SetDefaultUpVector) == 0x000010, "Wrong size on SplineComponent_SetDefaultUpVector"); \ +static_assert(offsetof(SplineComponent_SetDefaultUpVector, UpVector) == 0x000000, "Member 'SplineComponent_SetDefaultUpVector::UpVector' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetDefaultUpVector, CoordinateSpace) == 0x00000C, "Member 'SplineComponent_SetDefaultUpVector::CoordinateSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetDrawDebug \ +static_assert(alignof(SplineComponent_SetDrawDebug) == 0x000001, "Wrong alignment on SplineComponent_SetDrawDebug"); \ +static_assert(sizeof(SplineComponent_SetDrawDebug) == 0x000001, "Wrong size on SplineComponent_SetDrawDebug"); \ +static_assert(offsetof(SplineComponent_SetDrawDebug, bShow) == 0x000000, "Member 'SplineComponent_SetDrawDebug::bShow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetLocationAtSplinePoint \ +static_assert(alignof(SplineComponent_SetLocationAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_SetLocationAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_SetLocationAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_SetLocationAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_SetLocationAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_SetLocationAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetLocationAtSplinePoint, InLocation) == 0x000004, "Member 'SplineComponent_SetLocationAtSplinePoint::InLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetLocationAtSplinePoint, CoordinateSpace) == 0x000010, "Member 'SplineComponent_SetLocationAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetLocationAtSplinePoint, bUpdateSpline) == 0x000011, "Member 'SplineComponent_SetLocationAtSplinePoint::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetRotationAtSplinePoint \ +static_assert(alignof(SplineComponent_SetRotationAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_SetRotationAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_SetRotationAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_SetRotationAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_SetRotationAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_SetRotationAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetRotationAtSplinePoint, InRotation) == 0x000004, "Member 'SplineComponent_SetRotationAtSplinePoint::InRotation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetRotationAtSplinePoint, CoordinateSpace) == 0x000010, "Member 'SplineComponent_SetRotationAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetRotationAtSplinePoint, bUpdateSpline) == 0x000011, "Member 'SplineComponent_SetRotationAtSplinePoint::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetScaleAtSplinePoint \ +static_assert(alignof(SplineComponent_SetScaleAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_SetScaleAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_SetScaleAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_SetScaleAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_SetScaleAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_SetScaleAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetScaleAtSplinePoint, InScaleVector) == 0x000004, "Member 'SplineComponent_SetScaleAtSplinePoint::InScaleVector' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetScaleAtSplinePoint, bUpdateSpline) == 0x000010, "Member 'SplineComponent_SetScaleAtSplinePoint::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetSelectedSplineSegmentColor \ +static_assert(alignof(SplineComponent_SetSelectedSplineSegmentColor) == 0x000004, "Wrong alignment on SplineComponent_SetSelectedSplineSegmentColor"); \ +static_assert(sizeof(SplineComponent_SetSelectedSplineSegmentColor) == 0x000010, "Wrong size on SplineComponent_SetSelectedSplineSegmentColor"); \ +static_assert(offsetof(SplineComponent_SetSelectedSplineSegmentColor, SegmentColor) == 0x000000, "Member 'SplineComponent_SetSelectedSplineSegmentColor::SegmentColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetSplineLocalPoints \ +static_assert(alignof(SplineComponent_SetSplineLocalPoints) == 0x000008, "Wrong alignment on SplineComponent_SetSplineLocalPoints"); \ +static_assert(sizeof(SplineComponent_SetSplineLocalPoints) == 0x000010, "Wrong size on SplineComponent_SetSplineLocalPoints"); \ +static_assert(offsetof(SplineComponent_SetSplineLocalPoints, Points) == 0x000000, "Member 'SplineComponent_SetSplineLocalPoints::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetSplinePoints \ +static_assert(alignof(SplineComponent_SetSplinePoints) == 0x000008, "Wrong alignment on SplineComponent_SetSplinePoints"); \ +static_assert(sizeof(SplineComponent_SetSplinePoints) == 0x000018, "Wrong size on SplineComponent_SetSplinePoints"); \ +static_assert(offsetof(SplineComponent_SetSplinePoints, Points) == 0x000000, "Member 'SplineComponent_SetSplinePoints::Points' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetSplinePoints, CoordinateSpace) == 0x000010, "Member 'SplineComponent_SetSplinePoints::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetSplinePoints, bUpdateSpline) == 0x000011, "Member 'SplineComponent_SetSplinePoints::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetSplinePointType \ +static_assert(alignof(SplineComponent_SetSplinePointType) == 0x000004, "Wrong alignment on SplineComponent_SetSplinePointType"); \ +static_assert(sizeof(SplineComponent_SetSplinePointType) == 0x000008, "Wrong size on SplineComponent_SetSplinePointType"); \ +static_assert(offsetof(SplineComponent_SetSplinePointType, PointIndex) == 0x000000, "Member 'SplineComponent_SetSplinePointType::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetSplinePointType, Type) == 0x000004, "Member 'SplineComponent_SetSplinePointType::Type' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetSplinePointType, bUpdateSpline) == 0x000005, "Member 'SplineComponent_SetSplinePointType::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetSplineWorldPoints \ +static_assert(alignof(SplineComponent_SetSplineWorldPoints) == 0x000008, "Wrong alignment on SplineComponent_SetSplineWorldPoints"); \ +static_assert(sizeof(SplineComponent_SetSplineWorldPoints) == 0x000010, "Wrong size on SplineComponent_SetSplineWorldPoints"); \ +static_assert(offsetof(SplineComponent_SetSplineWorldPoints, Points) == 0x000000, "Member 'SplineComponent_SetSplineWorldPoints::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetTangentAtSplinePoint \ +static_assert(alignof(SplineComponent_SetTangentAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_SetTangentAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_SetTangentAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_SetTangentAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_SetTangentAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_SetTangentAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetTangentAtSplinePoint, InTangent) == 0x000004, "Member 'SplineComponent_SetTangentAtSplinePoint::InTangent' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetTangentAtSplinePoint, CoordinateSpace) == 0x000010, "Member 'SplineComponent_SetTangentAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetTangentAtSplinePoint, bUpdateSpline) == 0x000011, "Member 'SplineComponent_SetTangentAtSplinePoint::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetTangentColor \ +static_assert(alignof(SplineComponent_SetTangentColor) == 0x000004, "Wrong alignment on SplineComponent_SetTangentColor"); \ +static_assert(sizeof(SplineComponent_SetTangentColor) == 0x000010, "Wrong size on SplineComponent_SetTangentColor"); \ +static_assert(offsetof(SplineComponent_SetTangentColor, TangentColor) == 0x000000, "Member 'SplineComponent_SetTangentColor::TangentColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetTangentsAtSplinePoint \ +static_assert(alignof(SplineComponent_SetTangentsAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_SetTangentsAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_SetTangentsAtSplinePoint) == 0x000020, "Wrong size on SplineComponent_SetTangentsAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_SetTangentsAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_SetTangentsAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetTangentsAtSplinePoint, InArriveTangent) == 0x000004, "Member 'SplineComponent_SetTangentsAtSplinePoint::InArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetTangentsAtSplinePoint, InLeaveTangent) == 0x000010, "Member 'SplineComponent_SetTangentsAtSplinePoint::InLeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetTangentsAtSplinePoint, CoordinateSpace) == 0x00001C, "Member 'SplineComponent_SetTangentsAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetTangentsAtSplinePoint, bUpdateSpline) == 0x00001D, "Member 'SplineComponent_SetTangentsAtSplinePoint::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetUnselectedSplineSegmentColor \ +static_assert(alignof(SplineComponent_SetUnselectedSplineSegmentColor) == 0x000004, "Wrong alignment on SplineComponent_SetUnselectedSplineSegmentColor"); \ +static_assert(sizeof(SplineComponent_SetUnselectedSplineSegmentColor) == 0x000010, "Wrong size on SplineComponent_SetUnselectedSplineSegmentColor"); \ +static_assert(offsetof(SplineComponent_SetUnselectedSplineSegmentColor, SegmentColor) == 0x000000, "Member 'SplineComponent_SetUnselectedSplineSegmentColor::SegmentColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetUpVectorAtSplinePoint \ +static_assert(alignof(SplineComponent_SetUpVectorAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_SetUpVectorAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_SetUpVectorAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_SetUpVectorAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_SetUpVectorAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_SetUpVectorAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetUpVectorAtSplinePoint, InUpVector) == 0x000004, "Member 'SplineComponent_SetUpVectorAtSplinePoint::InUpVector' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetUpVectorAtSplinePoint, CoordinateSpace) == 0x000010, "Member 'SplineComponent_SetUpVectorAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetUpVectorAtSplinePoint, bUpdateSpline) == 0x000011, "Member 'SplineComponent_SetUpVectorAtSplinePoint::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetWorldLocationAtSplinePoint \ +static_assert(alignof(SplineComponent_SetWorldLocationAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_SetWorldLocationAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_SetWorldLocationAtSplinePoint) == 0x000010, "Wrong size on SplineComponent_SetWorldLocationAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_SetWorldLocationAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_SetWorldLocationAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetWorldLocationAtSplinePoint, InLocation) == 0x000004, "Member 'SplineComponent_SetWorldLocationAtSplinePoint::InLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindDirectionClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindDirectionClosestToWorldLocation) == 0x000004, "Wrong alignment on SplineComponent_FindDirectionClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindDirectionClosestToWorldLocation) == 0x00001C, "Wrong size on SplineComponent_FindDirectionClosestToWorldLocation"); \ +static_assert(offsetof(SplineComponent_FindDirectionClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindDirectionClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindDirectionClosestToWorldLocation, CoordinateSpace) == 0x00000C, "Member 'SplineComponent_FindDirectionClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindDirectionClosestToWorldLocation, ReturnValue) == 0x000010, "Member 'SplineComponent_FindDirectionClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindInputKeyClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindInputKeyClosestToWorldLocation) == 0x000004, "Wrong alignment on SplineComponent_FindInputKeyClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindInputKeyClosestToWorldLocation) == 0x000010, "Wrong size on SplineComponent_FindInputKeyClosestToWorldLocation"); \ +static_assert(offsetof(SplineComponent_FindInputKeyClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindInputKeyClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindInputKeyClosestToWorldLocation, ReturnValue) == 0x00000C, "Member 'SplineComponent_FindInputKeyClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindLocationClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindLocationClosestToWorldLocation) == 0x000004, "Wrong alignment on SplineComponent_FindLocationClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindLocationClosestToWorldLocation) == 0x00001C, "Wrong size on SplineComponent_FindLocationClosestToWorldLocation"); \ +static_assert(offsetof(SplineComponent_FindLocationClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindLocationClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindLocationClosestToWorldLocation, CoordinateSpace) == 0x00000C, "Member 'SplineComponent_FindLocationClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindLocationClosestToWorldLocation, ReturnValue) == 0x000010, "Member 'SplineComponent_FindLocationClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindRightVectorClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindRightVectorClosestToWorldLocation) == 0x000004, "Wrong alignment on SplineComponent_FindRightVectorClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindRightVectorClosestToWorldLocation) == 0x00001C, "Wrong size on SplineComponent_FindRightVectorClosestToWorldLocation"); \ +static_assert(offsetof(SplineComponent_FindRightVectorClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindRightVectorClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindRightVectorClosestToWorldLocation, CoordinateSpace) == 0x00000C, "Member 'SplineComponent_FindRightVectorClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindRightVectorClosestToWorldLocation, ReturnValue) == 0x000010, "Member 'SplineComponent_FindRightVectorClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindRollClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindRollClosestToWorldLocation) == 0x000004, "Wrong alignment on SplineComponent_FindRollClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindRollClosestToWorldLocation) == 0x000014, "Wrong size on SplineComponent_FindRollClosestToWorldLocation"); \ +static_assert(offsetof(SplineComponent_FindRollClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindRollClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindRollClosestToWorldLocation, CoordinateSpace) == 0x00000C, "Member 'SplineComponent_FindRollClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindRollClosestToWorldLocation, ReturnValue) == 0x000010, "Member 'SplineComponent_FindRollClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindRotationClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindRotationClosestToWorldLocation) == 0x000004, "Wrong alignment on SplineComponent_FindRotationClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindRotationClosestToWorldLocation) == 0x00001C, "Wrong size on SplineComponent_FindRotationClosestToWorldLocation"); \ +static_assert(offsetof(SplineComponent_FindRotationClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindRotationClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindRotationClosestToWorldLocation, CoordinateSpace) == 0x00000C, "Member 'SplineComponent_FindRotationClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindRotationClosestToWorldLocation, ReturnValue) == 0x000010, "Member 'SplineComponent_FindRotationClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindScaleClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindScaleClosestToWorldLocation) == 0x000004, "Wrong alignment on SplineComponent_FindScaleClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindScaleClosestToWorldLocation) == 0x000018, "Wrong size on SplineComponent_FindScaleClosestToWorldLocation"); \ +static_assert(offsetof(SplineComponent_FindScaleClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindScaleClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindScaleClosestToWorldLocation, ReturnValue) == 0x00000C, "Member 'SplineComponent_FindScaleClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindTangentClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindTangentClosestToWorldLocation) == 0x000004, "Wrong alignment on SplineComponent_FindTangentClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindTangentClosestToWorldLocation) == 0x00001C, "Wrong size on SplineComponent_FindTangentClosestToWorldLocation"); \ +static_assert(offsetof(SplineComponent_FindTangentClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindTangentClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindTangentClosestToWorldLocation, CoordinateSpace) == 0x00000C, "Member 'SplineComponent_FindTangentClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindTangentClosestToWorldLocation, ReturnValue) == 0x000010, "Member 'SplineComponent_FindTangentClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindTransformClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindTransformClosestToWorldLocation) == 0x000010, "Wrong alignment on SplineComponent_FindTransformClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindTransformClosestToWorldLocation) == 0x000040, "Wrong size on SplineComponent_FindTransformClosestToWorldLocation"); \ +static_assert(offsetof(SplineComponent_FindTransformClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindTransformClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindTransformClosestToWorldLocation, CoordinateSpace) == 0x00000C, "Member 'SplineComponent_FindTransformClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindTransformClosestToWorldLocation, bUseScale) == 0x00000D, "Member 'SplineComponent_FindTransformClosestToWorldLocation::bUseScale' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindTransformClosestToWorldLocation, ReturnValue) == 0x000010, "Member 'SplineComponent_FindTransformClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindUpVectorClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindUpVectorClosestToWorldLocation) == 0x000004, "Wrong alignment on SplineComponent_FindUpVectorClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindUpVectorClosestToWorldLocation) == 0x00001C, "Wrong size on SplineComponent_FindUpVectorClosestToWorldLocation"); \ +static_assert(offsetof(SplineComponent_FindUpVectorClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindUpVectorClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindUpVectorClosestToWorldLocation, CoordinateSpace) == 0x00000C, "Member 'SplineComponent_FindUpVectorClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindUpVectorClosestToWorldLocation, ReturnValue) == 0x000010, "Member 'SplineComponent_FindUpVectorClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetArriveTangentAtSplinePoint \ +static_assert(alignof(SplineComponent_GetArriveTangentAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetArriveTangentAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetArriveTangentAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_GetArriveTangentAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetArriveTangentAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetArriveTangentAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetArriveTangentAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetArriveTangentAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetArriveTangentAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetArriveTangentAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetDefaultUpVector \ +static_assert(alignof(SplineComponent_GetDefaultUpVector) == 0x000004, "Wrong alignment on SplineComponent_GetDefaultUpVector"); \ +static_assert(sizeof(SplineComponent_GetDefaultUpVector) == 0x000010, "Wrong size on SplineComponent_GetDefaultUpVector"); \ +static_assert(offsetof(SplineComponent_GetDefaultUpVector, CoordinateSpace) == 0x000000, "Member 'SplineComponent_GetDefaultUpVector::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDefaultUpVector, ReturnValue) == 0x000004, "Member 'SplineComponent_GetDefaultUpVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetDirectionAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetDirectionAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetDirectionAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetDirectionAtDistanceAlongSpline) == 0x000014, "Wrong size on SplineComponent_GetDirectionAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetDirectionAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetDirectionAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDirectionAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetDirectionAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDirectionAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineComponent_GetDirectionAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetDirectionAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetDirectionAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetDirectionAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetDirectionAtSplineInputKey) == 0x000014, "Wrong size on SplineComponent_GetDirectionAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetDirectionAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetDirectionAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDirectionAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetDirectionAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDirectionAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineComponent_GetDirectionAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetDirectionAtSplinePoint \ +static_assert(alignof(SplineComponent_GetDirectionAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetDirectionAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetDirectionAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_GetDirectionAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetDirectionAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetDirectionAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDirectionAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetDirectionAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDirectionAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetDirectionAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetDirectionAtTime \ +static_assert(alignof(SplineComponent_GetDirectionAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetDirectionAtTime"); \ +static_assert(sizeof(SplineComponent_GetDirectionAtTime) == 0x000014, "Wrong size on SplineComponent_GetDirectionAtTime"); \ +static_assert(offsetof(SplineComponent_GetDirectionAtTime, Time) == 0x000000, "Member 'SplineComponent_GetDirectionAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDirectionAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetDirectionAtTime::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDirectionAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetDirectionAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDirectionAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetDirectionAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetDistanceAlongSplineAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetDistanceAlongSplineAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetDistanceAlongSplineAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetDistanceAlongSplineAtSplineInputKey) == 0x000008, "Wrong size on SplineComponent_GetDistanceAlongSplineAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetDistanceAlongSplineAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetDistanceAlongSplineAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDistanceAlongSplineAtSplineInputKey, ReturnValue) == 0x000004, "Member 'SplineComponent_GetDistanceAlongSplineAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetDistanceAlongSplineAtSplinePoint \ +static_assert(alignof(SplineComponent_GetDistanceAlongSplineAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetDistanceAlongSplineAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetDistanceAlongSplineAtSplinePoint) == 0x000008, "Wrong size on SplineComponent_GetDistanceAlongSplineAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetDistanceAlongSplineAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetDistanceAlongSplineAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDistanceAlongSplineAtSplinePoint, ReturnValue) == 0x000004, "Member 'SplineComponent_GetDistanceAlongSplineAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetFloatPropertyAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetFloatPropertyAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetFloatPropertyAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetFloatPropertyAtSplineInputKey) == 0x000014, "Wrong size on SplineComponent_GetFloatPropertyAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetFloatPropertyAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetFloatPropertyAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetFloatPropertyAtSplineInputKey, PropertyName) == 0x000004, "Member 'SplineComponent_GetFloatPropertyAtSplineInputKey::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetFloatPropertyAtSplineInputKey, ReturnValue) == 0x000010, "Member 'SplineComponent_GetFloatPropertyAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetFloatPropertyAtSplinePoint \ +static_assert(alignof(SplineComponent_GetFloatPropertyAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetFloatPropertyAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetFloatPropertyAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_GetFloatPropertyAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetFloatPropertyAtSplinePoint, Index_0) == 0x000000, "Member 'SplineComponent_GetFloatPropertyAtSplinePoint::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetFloatPropertyAtSplinePoint, PropertyName) == 0x000004, "Member 'SplineComponent_GetFloatPropertyAtSplinePoint::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetFloatPropertyAtSplinePoint, ReturnValue) == 0x000010, "Member 'SplineComponent_GetFloatPropertyAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetInputKeyAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetInputKeyAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetInputKeyAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetInputKeyAtDistanceAlongSpline) == 0x000008, "Wrong size on SplineComponent_GetInputKeyAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetInputKeyAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetInputKeyAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetInputKeyAtDistanceAlongSpline, ReturnValue) == 0x000004, "Member 'SplineComponent_GetInputKeyAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetLeaveTangentAtSplinePoint \ +static_assert(alignof(SplineComponent_GetLeaveTangentAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetLeaveTangentAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetLeaveTangentAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_GetLeaveTangentAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetLeaveTangentAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetLeaveTangentAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetLeaveTangentAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetLeaveTangentAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetLeaveTangentAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetLeaveTangentAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetLocalLocationAndTangentAtSplinePoint \ +static_assert(alignof(SplineComponent_GetLocalLocationAndTangentAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetLocalLocationAndTangentAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetLocalLocationAndTangentAtSplinePoint) == 0x00001C, "Wrong size on SplineComponent_GetLocalLocationAndTangentAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetLocalLocationAndTangentAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetLocalLocationAndTangentAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetLocalLocationAndTangentAtSplinePoint, LocalLocation) == 0x000004, "Member 'SplineComponent_GetLocalLocationAndTangentAtSplinePoint::LocalLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetLocalLocationAndTangentAtSplinePoint, LocalTangent) == 0x000010, "Member 'SplineComponent_GetLocalLocationAndTangentAtSplinePoint::LocalTangent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetLocationAndTangentAtSplinePoint \ +static_assert(alignof(SplineComponent_GetLocationAndTangentAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetLocationAndTangentAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetLocationAndTangentAtSplinePoint) == 0x000020, "Wrong size on SplineComponent_GetLocationAndTangentAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetLocationAndTangentAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetLocationAndTangentAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetLocationAndTangentAtSplinePoint, Location) == 0x000004, "Member 'SplineComponent_GetLocationAndTangentAtSplinePoint::Location' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetLocationAndTangentAtSplinePoint, Tangent) == 0x000010, "Member 'SplineComponent_GetLocationAndTangentAtSplinePoint::Tangent' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetLocationAndTangentAtSplinePoint, CoordinateSpace) == 0x00001C, "Member 'SplineComponent_GetLocationAndTangentAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetLocationAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetLocationAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetLocationAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetLocationAtDistanceAlongSpline) == 0x000014, "Wrong size on SplineComponent_GetLocationAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetLocationAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetLocationAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetLocationAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetLocationAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetLocationAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineComponent_GetLocationAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetLocationAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetLocationAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetLocationAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetLocationAtSplineInputKey) == 0x000014, "Wrong size on SplineComponent_GetLocationAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetLocationAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetLocationAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetLocationAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetLocationAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetLocationAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineComponent_GetLocationAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetLocationAtSplinePoint \ +static_assert(alignof(SplineComponent_GetLocationAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetLocationAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetLocationAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_GetLocationAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetLocationAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetLocationAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetLocationAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetLocationAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetLocationAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetLocationAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetLocationAtTime \ +static_assert(alignof(SplineComponent_GetLocationAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetLocationAtTime"); \ +static_assert(sizeof(SplineComponent_GetLocationAtTime) == 0x000014, "Wrong size on SplineComponent_GetLocationAtTime"); \ +static_assert(offsetof(SplineComponent_GetLocationAtTime, Time) == 0x000000, "Member 'SplineComponent_GetLocationAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetLocationAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetLocationAtTime::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetLocationAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetLocationAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetLocationAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetLocationAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetNumberOfSplinePoints \ +static_assert(alignof(SplineComponent_GetNumberOfSplinePoints) == 0x000004, "Wrong alignment on SplineComponent_GetNumberOfSplinePoints"); \ +static_assert(sizeof(SplineComponent_GetNumberOfSplinePoints) == 0x000004, "Wrong size on SplineComponent_GetNumberOfSplinePoints"); \ +static_assert(offsetof(SplineComponent_GetNumberOfSplinePoints, ReturnValue) == 0x000000, "Member 'SplineComponent_GetNumberOfSplinePoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetNumberOfSplineSegments \ +static_assert(alignof(SplineComponent_GetNumberOfSplineSegments) == 0x000004, "Wrong alignment on SplineComponent_GetNumberOfSplineSegments"); \ +static_assert(sizeof(SplineComponent_GetNumberOfSplineSegments) == 0x000004, "Wrong size on SplineComponent_GetNumberOfSplineSegments"); \ +static_assert(offsetof(SplineComponent_GetNumberOfSplineSegments, ReturnValue) == 0x000000, "Member 'SplineComponent_GetNumberOfSplineSegments::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRightVectorAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetRightVectorAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetRightVectorAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetRightVectorAtDistanceAlongSpline) == 0x000014, "Wrong size on SplineComponent_GetRightVectorAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetRightVectorAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRightVectorAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRightVectorAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRightVectorAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetRightVectorAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetRightVectorAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetRightVectorAtSplineInputKey) == 0x000014, "Wrong size on SplineComponent_GetRightVectorAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetRightVectorAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRightVectorAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRightVectorAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRightVectorAtSplinePoint \ +static_assert(alignof(SplineComponent_GetRightVectorAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetRightVectorAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetRightVectorAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_GetRightVectorAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetRightVectorAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRightVectorAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRightVectorAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRightVectorAtTime \ +static_assert(alignof(SplineComponent_GetRightVectorAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetRightVectorAtTime"); \ +static_assert(sizeof(SplineComponent_GetRightVectorAtTime) == 0x000014, "Wrong size on SplineComponent_GetRightVectorAtTime"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtTime, Time) == 0x000000, "Member 'SplineComponent_GetRightVectorAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRightVectorAtTime::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetRightVectorAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRightVectorAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRollAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetRollAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetRollAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetRollAtDistanceAlongSpline) == 0x00000C, "Wrong size on SplineComponent_GetRollAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetRollAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetRollAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRollAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRollAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRollAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetRollAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetRollAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetRollAtSplineInputKey) == 0x00000C, "Wrong size on SplineComponent_GetRollAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetRollAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetRollAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRollAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRollAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRollAtSplinePoint \ +static_assert(alignof(SplineComponent_GetRollAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetRollAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetRollAtSplinePoint) == 0x00000C, "Wrong size on SplineComponent_GetRollAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetRollAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetRollAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRollAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRollAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRollAtTime \ +static_assert(alignof(SplineComponent_GetRollAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetRollAtTime"); \ +static_assert(sizeof(SplineComponent_GetRollAtTime) == 0x00000C, "Wrong size on SplineComponent_GetRollAtTime"); \ +static_assert(offsetof(SplineComponent_GetRollAtTime, Time) == 0x000000, "Member 'SplineComponent_GetRollAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRollAtTime::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetRollAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRollAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRotationAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetRotationAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetRotationAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetRotationAtDistanceAlongSpline) == 0x000014, "Wrong size on SplineComponent_GetRotationAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetRotationAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetRotationAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRotationAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRotationAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRotationAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetRotationAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetRotationAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetRotationAtSplineInputKey) == 0x000014, "Wrong size on SplineComponent_GetRotationAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetRotationAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetRotationAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRotationAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRotationAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRotationAtSplinePoint \ +static_assert(alignof(SplineComponent_GetRotationAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetRotationAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetRotationAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_GetRotationAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetRotationAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetRotationAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRotationAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRotationAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRotationAtTime \ +static_assert(alignof(SplineComponent_GetRotationAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetRotationAtTime"); \ +static_assert(sizeof(SplineComponent_GetRotationAtTime) == 0x000014, "Wrong size on SplineComponent_GetRotationAtTime"); \ +static_assert(offsetof(SplineComponent_GetRotationAtTime, Time) == 0x000000, "Member 'SplineComponent_GetRotationAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRotationAtTime::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetRotationAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRotationAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetScaleAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetScaleAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetScaleAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetScaleAtDistanceAlongSpline) == 0x000010, "Wrong size on SplineComponent_GetScaleAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetScaleAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetScaleAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetScaleAtDistanceAlongSpline, ReturnValue) == 0x000004, "Member 'SplineComponent_GetScaleAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetScaleAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetScaleAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetScaleAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetScaleAtSplineInputKey) == 0x000010, "Wrong size on SplineComponent_GetScaleAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetScaleAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetScaleAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetScaleAtSplineInputKey, ReturnValue) == 0x000004, "Member 'SplineComponent_GetScaleAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetScaleAtSplinePoint \ +static_assert(alignof(SplineComponent_GetScaleAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetScaleAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetScaleAtSplinePoint) == 0x000010, "Wrong size on SplineComponent_GetScaleAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetScaleAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetScaleAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetScaleAtSplinePoint, ReturnValue) == 0x000004, "Member 'SplineComponent_GetScaleAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetScaleAtTime \ +static_assert(alignof(SplineComponent_GetScaleAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetScaleAtTime"); \ +static_assert(sizeof(SplineComponent_GetScaleAtTime) == 0x000014, "Wrong size on SplineComponent_GetScaleAtTime"); \ +static_assert(offsetof(SplineComponent_GetScaleAtTime, Time) == 0x000000, "Member 'SplineComponent_GetScaleAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetScaleAtTime, bUseConstantVelocity) == 0x000004, "Member 'SplineComponent_GetScaleAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetScaleAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetScaleAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetSplineLength \ +static_assert(alignof(SplineComponent_GetSplineLength) == 0x000004, "Wrong alignment on SplineComponent_GetSplineLength"); \ +static_assert(sizeof(SplineComponent_GetSplineLength) == 0x000004, "Wrong size on SplineComponent_GetSplineLength"); \ +static_assert(offsetof(SplineComponent_GetSplineLength, ReturnValue) == 0x000000, "Member 'SplineComponent_GetSplineLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetSplinePointType \ +static_assert(alignof(SplineComponent_GetSplinePointType) == 0x000004, "Wrong alignment on SplineComponent_GetSplinePointType"); \ +static_assert(sizeof(SplineComponent_GetSplinePointType) == 0x000008, "Wrong size on SplineComponent_GetSplinePointType"); \ +static_assert(offsetof(SplineComponent_GetSplinePointType, PointIndex) == 0x000000, "Member 'SplineComponent_GetSplinePointType::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetSplinePointType, ReturnValue) == 0x000004, "Member 'SplineComponent_GetSplinePointType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetTangentAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetTangentAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetTangentAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetTangentAtDistanceAlongSpline) == 0x000014, "Wrong size on SplineComponent_GetTangentAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetTangentAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetTangentAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTangentAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineComponent_GetTangentAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetTangentAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetTangentAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetTangentAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetTangentAtSplineInputKey) == 0x000014, "Wrong size on SplineComponent_GetTangentAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetTangentAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetTangentAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTangentAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineComponent_GetTangentAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetTangentAtSplinePoint \ +static_assert(alignof(SplineComponent_GetTangentAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetTangentAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetTangentAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_GetTangentAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetTangentAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetTangentAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTangentAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetTangentAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetTangentAtTime \ +static_assert(alignof(SplineComponent_GetTangentAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetTangentAtTime"); \ +static_assert(sizeof(SplineComponent_GetTangentAtTime) == 0x000014, "Wrong size on SplineComponent_GetTangentAtTime"); \ +static_assert(offsetof(SplineComponent_GetTangentAtTime, Time) == 0x000000, "Member 'SplineComponent_GetTangentAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTangentAtTime::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetTangentAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetTangentAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetTransformAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetTransformAtDistanceAlongSpline) == 0x000010, "Wrong alignment on SplineComponent_GetTransformAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetTransformAtDistanceAlongSpline) == 0x000040, "Wrong size on SplineComponent_GetTransformAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetTransformAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetTransformAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTransformAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtDistanceAlongSpline, bUseScale) == 0x000005, "Member 'SplineComponent_GetTransformAtDistanceAlongSpline::bUseScale' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtDistanceAlongSpline, ReturnValue) == 0x000010, "Member 'SplineComponent_GetTransformAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetTransformAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetTransformAtSplineInputKey) == 0x000010, "Wrong alignment on SplineComponent_GetTransformAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetTransformAtSplineInputKey) == 0x000040, "Wrong size on SplineComponent_GetTransformAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetTransformAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetTransformAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTransformAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtSplineInputKey, bUseScale) == 0x000005, "Member 'SplineComponent_GetTransformAtSplineInputKey::bUseScale' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtSplineInputKey, ReturnValue) == 0x000010, "Member 'SplineComponent_GetTransformAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetTransformAtSplinePoint \ +static_assert(alignof(SplineComponent_GetTransformAtSplinePoint) == 0x000010, "Wrong alignment on SplineComponent_GetTransformAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetTransformAtSplinePoint) == 0x000040, "Wrong size on SplineComponent_GetTransformAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetTransformAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetTransformAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTransformAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtSplinePoint, bUseScale) == 0x000005, "Member 'SplineComponent_GetTransformAtSplinePoint::bUseScale' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtSplinePoint, ReturnValue) == 0x000010, "Member 'SplineComponent_GetTransformAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetTransformAtTime \ +static_assert(alignof(SplineComponent_GetTransformAtTime) == 0x000010, "Wrong alignment on SplineComponent_GetTransformAtTime"); \ +static_assert(sizeof(SplineComponent_GetTransformAtTime) == 0x000040, "Wrong size on SplineComponent_GetTransformAtTime"); \ +static_assert(offsetof(SplineComponent_GetTransformAtTime, Time) == 0x000000, "Member 'SplineComponent_GetTransformAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTransformAtTime::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetTransformAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtTime, bUseScale) == 0x000006, "Member 'SplineComponent_GetTransformAtTime::bUseScale' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtTime, ReturnValue) == 0x000010, "Member 'SplineComponent_GetTransformAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetUpVectorAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetUpVectorAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetUpVectorAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetUpVectorAtDistanceAlongSpline) == 0x000014, "Wrong size on SplineComponent_GetUpVectorAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetUpVectorAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetUpVectorAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineComponent_GetUpVectorAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetUpVectorAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetUpVectorAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetUpVectorAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetUpVectorAtSplineInputKey) == 0x000014, "Wrong size on SplineComponent_GetUpVectorAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetUpVectorAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetUpVectorAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineComponent_GetUpVectorAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetUpVectorAtSplinePoint \ +static_assert(alignof(SplineComponent_GetUpVectorAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetUpVectorAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetUpVectorAtSplinePoint) == 0x000014, "Wrong size on SplineComponent_GetUpVectorAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetUpVectorAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetUpVectorAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetUpVectorAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetUpVectorAtTime \ +static_assert(alignof(SplineComponent_GetUpVectorAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetUpVectorAtTime"); \ +static_assert(sizeof(SplineComponent_GetUpVectorAtTime) == 0x000014, "Wrong size on SplineComponent_GetUpVectorAtTime"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtTime, Time) == 0x000000, "Member 'SplineComponent_GetUpVectorAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetUpVectorAtTime::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetUpVectorAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetUpVectorAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetVectorPropertyAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetVectorPropertyAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetVectorPropertyAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetVectorPropertyAtSplineInputKey) == 0x00001C, "Wrong size on SplineComponent_GetVectorPropertyAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetVectorPropertyAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetVectorPropertyAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetVectorPropertyAtSplineInputKey, PropertyName) == 0x000004, "Member 'SplineComponent_GetVectorPropertyAtSplineInputKey::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetVectorPropertyAtSplineInputKey, ReturnValue) == 0x000010, "Member 'SplineComponent_GetVectorPropertyAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetVectorPropertyAtSplinePoint \ +static_assert(alignof(SplineComponent_GetVectorPropertyAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetVectorPropertyAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetVectorPropertyAtSplinePoint) == 0x00001C, "Wrong size on SplineComponent_GetVectorPropertyAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetVectorPropertyAtSplinePoint, Index_0) == 0x000000, "Member 'SplineComponent_GetVectorPropertyAtSplinePoint::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetVectorPropertyAtSplinePoint, PropertyName) == 0x000004, "Member 'SplineComponent_GetVectorPropertyAtSplinePoint::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetVectorPropertyAtSplinePoint, ReturnValue) == 0x000010, "Member 'SplineComponent_GetVectorPropertyAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetWorldDirectionAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetWorldDirectionAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetWorldDirectionAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetWorldDirectionAtDistanceAlongSpline) == 0x000010, "Wrong size on SplineComponent_GetWorldDirectionAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetWorldDirectionAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetWorldDirectionAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetWorldDirectionAtDistanceAlongSpline, ReturnValue) == 0x000004, "Member 'SplineComponent_GetWorldDirectionAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetWorldDirectionAtTime \ +static_assert(alignof(SplineComponent_GetWorldDirectionAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetWorldDirectionAtTime"); \ +static_assert(sizeof(SplineComponent_GetWorldDirectionAtTime) == 0x000014, "Wrong size on SplineComponent_GetWorldDirectionAtTime"); \ +static_assert(offsetof(SplineComponent_GetWorldDirectionAtTime, Time) == 0x000000, "Member 'SplineComponent_GetWorldDirectionAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetWorldDirectionAtTime, bUseConstantVelocity) == 0x000004, "Member 'SplineComponent_GetWorldDirectionAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetWorldDirectionAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetWorldDirectionAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetWorldLocationAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetWorldLocationAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetWorldLocationAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetWorldLocationAtDistanceAlongSpline) == 0x000010, "Wrong size on SplineComponent_GetWorldLocationAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetWorldLocationAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetWorldLocationAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetWorldLocationAtDistanceAlongSpline, ReturnValue) == 0x000004, "Member 'SplineComponent_GetWorldLocationAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetWorldLocationAtSplinePoint \ +static_assert(alignof(SplineComponent_GetWorldLocationAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetWorldLocationAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetWorldLocationAtSplinePoint) == 0x000010, "Wrong size on SplineComponent_GetWorldLocationAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetWorldLocationAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetWorldLocationAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetWorldLocationAtSplinePoint, ReturnValue) == 0x000004, "Member 'SplineComponent_GetWorldLocationAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetWorldLocationAtTime \ +static_assert(alignof(SplineComponent_GetWorldLocationAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetWorldLocationAtTime"); \ +static_assert(sizeof(SplineComponent_GetWorldLocationAtTime) == 0x000014, "Wrong size on SplineComponent_GetWorldLocationAtTime"); \ +static_assert(offsetof(SplineComponent_GetWorldLocationAtTime, Time) == 0x000000, "Member 'SplineComponent_GetWorldLocationAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetWorldLocationAtTime, bUseConstantVelocity) == 0x000004, "Member 'SplineComponent_GetWorldLocationAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetWorldLocationAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetWorldLocationAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetWorldRotationAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetWorldRotationAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetWorldRotationAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetWorldRotationAtDistanceAlongSpline) == 0x000010, "Wrong size on SplineComponent_GetWorldRotationAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetWorldRotationAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetWorldRotationAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetWorldRotationAtDistanceAlongSpline, ReturnValue) == 0x000004, "Member 'SplineComponent_GetWorldRotationAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetWorldRotationAtTime \ +static_assert(alignof(SplineComponent_GetWorldRotationAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetWorldRotationAtTime"); \ +static_assert(sizeof(SplineComponent_GetWorldRotationAtTime) == 0x000014, "Wrong size on SplineComponent_GetWorldRotationAtTime"); \ +static_assert(offsetof(SplineComponent_GetWorldRotationAtTime, Time) == 0x000000, "Member 'SplineComponent_GetWorldRotationAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetWorldRotationAtTime, bUseConstantVelocity) == 0x000004, "Member 'SplineComponent_GetWorldRotationAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetWorldRotationAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetWorldRotationAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetWorldTangentAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetWorldTangentAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetWorldTangentAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetWorldTangentAtDistanceAlongSpline) == 0x000010, "Wrong size on SplineComponent_GetWorldTangentAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetWorldTangentAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetWorldTangentAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetWorldTangentAtDistanceAlongSpline, ReturnValue) == 0x000004, "Member 'SplineComponent_GetWorldTangentAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_IsClosedLoop \ +static_assert(alignof(SplineComponent_IsClosedLoop) == 0x000001, "Wrong alignment on SplineComponent_IsClosedLoop"); \ +static_assert(sizeof(SplineComponent_IsClosedLoop) == 0x000001, "Wrong size on SplineComponent_IsClosedLoop"); \ +static_assert(offsetof(SplineComponent_IsClosedLoop, ReturnValue) == 0x000000, "Member 'SplineComponent_IsClosedLoop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USplineComponent \ +static_assert(alignof(USplineComponent) == 0x000010, "Wrong alignment on USplineComponent"); \ +static_assert(sizeof(USplineComponent) == 0x000600, "Wrong size on USplineComponent"); \ +static_assert(offsetof(USplineComponent, SplineCurves) == 0x000500, "Member 'USplineComponent::SplineCurves' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, SplineInfo) == 0x000570, "Member 'USplineComponent::SplineInfo' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, SplineRotInfo) == 0x000588, "Member 'USplineComponent::SplineRotInfo' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, SplineScaleInfo) == 0x0005A0, "Member 'USplineComponent::SplineScaleInfo' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, SplineReparamTable) == 0x0005B8, "Member 'USplineComponent::SplineReparamTable' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bAllowSplineEditingPerInstance) == 0x0005D0, "Member 'USplineComponent::bAllowSplineEditingPerInstance' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, ReparamStepsPerSegment) == 0x0005D4, "Member 'USplineComponent::ReparamStepsPerSegment' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, Duration) == 0x0005D8, "Member 'USplineComponent::Duration' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bStationaryEndpoints) == 0x0005DC, "Member 'USplineComponent::bStationaryEndpoints' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bSplineHasBeenEdited) == 0x0005DD, "Member 'USplineComponent::bSplineHasBeenEdited' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bModifiedByConstructionScript) == 0x0005DE, "Member 'USplineComponent::bModifiedByConstructionScript' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bInputSplinePointsToConstructionScript) == 0x0005DF, "Member 'USplineComponent::bInputSplinePointsToConstructionScript' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bDrawDebug) == 0x0005E0, "Member 'USplineComponent::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bClosedLoop) == 0x0005E1, "Member 'USplineComponent::bClosedLoop' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bLoopPositionOverride) == 0x0005E2, "Member 'USplineComponent::bLoopPositionOverride' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, LoopPosition) == 0x0005E4, "Member 'USplineComponent::LoopPosition' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, DefaultUpVector) == 0x0005E8, "Member 'USplineComponent::DefaultUpVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBlendMaterialAttributes \ +static_assert(alignof(UMaterialExpressionBlendMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionBlendMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionBlendMaterialAttributes) == 0x0000A8, "Wrong size on UMaterialExpressionBlendMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, A) == 0x000048, "Member 'UMaterialExpressionBlendMaterialAttributes::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, B) == 0x000068, "Member 'UMaterialExpressionBlendMaterialAttributes::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, Alpha) == 0x000088, "Member 'UMaterialExpressionBlendMaterialAttributes::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, PixelAttributeBlendType) == 0x0000A4, "Member 'UMaterialExpressionBlendMaterialAttributes::PixelAttributeBlendType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, VertexAttributeBlendType) == 0x0000A5, "Member 'UMaterialExpressionBlendMaterialAttributes::VertexAttributeBlendType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABrush \ +static_assert(alignof(ABrush) == 0x000008, "Wrong alignment on ABrush"); \ +static_assert(sizeof(ABrush) == 0x0002E0, "Wrong size on ABrush"); \ +static_assert(offsetof(ABrush, BrushType) == 0x0002A8, "Member 'ABrush::BrushType' has a wrong offset!"); \ +static_assert(offsetof(ABrush, BrushColor) == 0x0002AC, "Member 'ABrush::BrushColor' has a wrong offset!"); \ +static_assert(offsetof(ABrush, PolyFlags) == 0x0002B0, "Member 'ABrush::PolyFlags' has a wrong offset!"); \ +static_assert(offsetof(ABrush, Brush) == 0x0002B8, "Member 'ABrush::Brush' has a wrong offset!"); \ +static_assert(offsetof(ABrush, BrushComponent) == 0x0002C0, "Member 'ABrush::BrushComponent' has a wrong offset!"); \ +static_assert(offsetof(ABrush, SavedSelections) == 0x0002D0, "Member 'ABrush::SavedSelections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AVolume \ +static_assert(alignof(AVolume) == 0x000008, "Wrong alignment on AVolume"); \ +static_assert(sizeof(AVolume) == 0x000300, "Wrong size on AVolume"); \ + +#define DUMPER7_ASSERTS_APrecomputedVisibilityVolume \ +static_assert(alignof(APrecomputedVisibilityVolume) == 0x000008, "Wrong alignment on APrecomputedVisibilityVolume"); \ +static_assert(sizeof(APrecomputedVisibilityVolume) == 0x000300, "Wrong size on APrecomputedVisibilityVolume"); \ + +#define DUMPER7_ASSERTS_AvoidanceManager_GetAvoidanceVelocityForComponent \ +static_assert(alignof(AvoidanceManager_GetAvoidanceVelocityForComponent) == 0x000008, "Wrong alignment on AvoidanceManager_GetAvoidanceVelocityForComponent"); \ +static_assert(sizeof(AvoidanceManager_GetAvoidanceVelocityForComponent) == 0x000018, "Wrong size on AvoidanceManager_GetAvoidanceVelocityForComponent"); \ +static_assert(offsetof(AvoidanceManager_GetAvoidanceVelocityForComponent, MovementComp) == 0x000000, "Member 'AvoidanceManager_GetAvoidanceVelocityForComponent::MovementComp' has a wrong offset!"); \ +static_assert(offsetof(AvoidanceManager_GetAvoidanceVelocityForComponent, ReturnValue) == 0x000008, "Member 'AvoidanceManager_GetAvoidanceVelocityForComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AvoidanceManager_GetNewAvoidanceUID \ +static_assert(alignof(AvoidanceManager_GetNewAvoidanceUID) == 0x000004, "Wrong alignment on AvoidanceManager_GetNewAvoidanceUID"); \ +static_assert(sizeof(AvoidanceManager_GetNewAvoidanceUID) == 0x000004, "Wrong size on AvoidanceManager_GetNewAvoidanceUID"); \ +static_assert(offsetof(AvoidanceManager_GetNewAvoidanceUID, ReturnValue) == 0x000000, "Member 'AvoidanceManager_GetNewAvoidanceUID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AvoidanceManager_GetObjectCount \ +static_assert(alignof(AvoidanceManager_GetObjectCount) == 0x000004, "Wrong alignment on AvoidanceManager_GetObjectCount"); \ +static_assert(sizeof(AvoidanceManager_GetObjectCount) == 0x000004, "Wrong size on AvoidanceManager_GetObjectCount"); \ +static_assert(offsetof(AvoidanceManager_GetObjectCount, ReturnValue) == 0x000000, "Member 'AvoidanceManager_GetObjectCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AvoidanceManager_RegisterMovementComponent \ +static_assert(alignof(AvoidanceManager_RegisterMovementComponent) == 0x000008, "Wrong alignment on AvoidanceManager_RegisterMovementComponent"); \ +static_assert(sizeof(AvoidanceManager_RegisterMovementComponent) == 0x000010, "Wrong size on AvoidanceManager_RegisterMovementComponent"); \ +static_assert(offsetof(AvoidanceManager_RegisterMovementComponent, MovementComp) == 0x000000, "Member 'AvoidanceManager_RegisterMovementComponent::MovementComp' has a wrong offset!"); \ +static_assert(offsetof(AvoidanceManager_RegisterMovementComponent, AvoidanceWeight) == 0x000008, "Member 'AvoidanceManager_RegisterMovementComponent::AvoidanceWeight' has a wrong offset!"); \ +static_assert(offsetof(AvoidanceManager_RegisterMovementComponent, ReturnValue) == 0x00000C, "Member 'AvoidanceManager_RegisterMovementComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAvoidanceManager \ +static_assert(alignof(UAvoidanceManager) == 0x000008, "Wrong alignment on UAvoidanceManager"); \ +static_assert(sizeof(UAvoidanceManager) == 0x0000E8, "Wrong size on UAvoidanceManager"); \ +static_assert(offsetof(UAvoidanceManager, DefaultTimeToLive) == 0x000038, "Member 'UAvoidanceManager::DefaultTimeToLive' has a wrong offset!"); \ +static_assert(offsetof(UAvoidanceManager, LockTimeAfterAvoid) == 0x00003C, "Member 'UAvoidanceManager::LockTimeAfterAvoid' has a wrong offset!"); \ +static_assert(offsetof(UAvoidanceManager, LockTimeAfterClean) == 0x000040, "Member 'UAvoidanceManager::LockTimeAfterClean' has a wrong offset!"); \ +static_assert(offsetof(UAvoidanceManager, DeltaTimeToPredict) == 0x000044, "Member 'UAvoidanceManager::DeltaTimeToPredict' has a wrong offset!"); \ +static_assert(offsetof(UAvoidanceManager, ArtificialRadiusExpansion) == 0x000048, "Member 'UAvoidanceManager::ArtificialRadiusExpansion' has a wrong offset!"); \ +static_assert(offsetof(UAvoidanceManager, TestHeightDifference) == 0x00004C, "Member 'UAvoidanceManager::TestHeightDifference' has a wrong offset!"); \ +static_assert(offsetof(UAvoidanceManager, HeightCheckMargin) == 0x000050, "Member 'UAvoidanceManager::HeightCheckMargin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ShapeComponent_ChangeNavigationArea \ +static_assert(alignof(ShapeComponent_ChangeNavigationArea) == 0x000008, "Wrong alignment on ShapeComponent_ChangeNavigationArea"); \ +static_assert(sizeof(ShapeComponent_ChangeNavigationArea) == 0x000008, "Wrong size on ShapeComponent_ChangeNavigationArea"); \ +static_assert(offsetof(ShapeComponent_ChangeNavigationArea, NewAreaClass) == 0x000000, "Member 'ShapeComponent_ChangeNavigationArea::NewAreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShapeComponent \ +static_assert(alignof(UShapeComponent) == 0x000010, "Wrong alignment on UShapeComponent"); \ +static_assert(sizeof(UShapeComponent) == 0x000520, "Wrong size on UShapeComponent"); \ +static_assert(offsetof(UShapeComponent, ShapeBodySetup) == 0x000500, "Member 'UShapeComponent::ShapeBodySetup' has a wrong offset!"); \ +static_assert(offsetof(UShapeComponent, AreaClass) == 0x000508, "Member 'UShapeComponent::AreaClass' has a wrong offset!"); \ +static_assert(offsetof(UShapeComponent, ShapeColor) == 0x000510, "Member 'UShapeComponent::ShapeColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackVectorProp \ +static_assert(alignof(UInterpTrackVectorProp) == 0x000008, "Wrong alignment on UInterpTrackVectorProp"); \ +static_assert(sizeof(UInterpTrackVectorProp) == 0x0000A8, "Wrong size on UInterpTrackVectorProp"); \ +static_assert(offsetof(UInterpTrackVectorProp, PropertyName) == 0x000098, "Member 'UInterpTrackVectorProp::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModule \ +static_assert(alignof(UParticleModule) == 0x000008, "Wrong alignment on UParticleModule"); \ +static_assert(sizeof(UParticleModule) == 0x000038, "Wrong size on UParticleModule"); \ +static_assert(offsetof(UParticleModule, LODValidity) == 0x000032, "Member 'UParticleModule::LODValidity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleTypeDataBase \ +static_assert(alignof(UParticleModuleTypeDataBase) == 0x000008, "Wrong alignment on UParticleModuleTypeDataBase"); \ +static_assert(sizeof(UParticleModuleTypeDataBase) == 0x000038, "Wrong size on UParticleModuleTypeDataBase"); \ + +#define DUMPER7_ASSERTS_USoundEffectSubmixPreset \ +static_assert(alignof(USoundEffectSubmixPreset) == 0x000008, "Wrong alignment on USoundEffectSubmixPreset"); \ +static_assert(sizeof(USoundEffectSubmixPreset) == 0x000070, "Wrong size on USoundEffectSubmixPreset"); \ + +#define DUMPER7_ASSERTS_UViewModeUtils \ +static_assert(alignof(UViewModeUtils) == 0x000008, "Wrong alignment on UViewModeUtils"); \ +static_assert(sizeof(UViewModeUtils) == 0x000030, "Wrong size on UViewModeUtils"); \ + +#define DUMPER7_ASSERTS_UBlueprintFunctionLibrary \ +static_assert(alignof(UBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on UBlueprintFunctionLibrary"); \ +static_assert(sizeof(UBlueprintFunctionLibrary) == 0x000030, "Wrong size on UBlueprintFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSceneTexture \ +static_assert(alignof(UMaterialExpressionSceneTexture) == 0x000008, "Wrong alignment on UMaterialExpressionSceneTexture"); \ +static_assert(sizeof(UMaterialExpressionSceneTexture) == 0x000068, "Wrong size on UMaterialExpressionSceneTexture"); \ +static_assert(offsetof(UMaterialExpressionSceneTexture, Coordinates) == 0x000048, "Member 'UMaterialExpressionSceneTexture::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneTexture, SceneTextureId) == 0x000064, "Member 'UMaterialExpressionSceneTexture::SceneTextureId' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneTexture, bFiltered) == 0x000065, "Member 'UMaterialExpressionSceneTexture::bFiltered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintCore \ +static_assert(alignof(UBlueprintCore) == 0x000008, "Wrong alignment on UBlueprintCore"); \ +static_assert(sizeof(UBlueprintCore) == 0x000058, "Wrong size on UBlueprintCore"); \ +static_assert(offsetof(UBlueprintCore, SkeletonGeneratedClass) == 0x000030, "Member 'UBlueprintCore::SkeletonGeneratedClass' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintCore, GeneratedClass) == 0x000038, "Member 'UBlueprintCore::GeneratedClass' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintCore, bLegacyNeedToPurgeSkelRefs) == 0x000040, "Member 'UBlueprintCore::bLegacyNeedToPurgeSkelRefs' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintCore, BlueprintGuid) == 0x000044, "Member 'UBlueprintCore::BlueprintGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackVisibility \ +static_assert(alignof(UInterpTrackVisibility) == 0x000008, "Wrong alignment on UInterpTrackVisibility"); \ +static_assert(sizeof(UInterpTrackVisibility) == 0x000090, "Wrong size on UInterpTrackVisibility"); \ +static_assert(offsetof(UInterpTrackVisibility, VisibilityTrack) == 0x000078, "Member 'UInterpTrackVisibility::VisibilityTrack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Light_SetAffectTranslucentLighting \ +static_assert(alignof(Light_SetAffectTranslucentLighting) == 0x000001, "Wrong alignment on Light_SetAffectTranslucentLighting"); \ +static_assert(sizeof(Light_SetAffectTranslucentLighting) == 0x000001, "Wrong size on Light_SetAffectTranslucentLighting"); \ +static_assert(offsetof(Light_SetAffectTranslucentLighting, bNewValue) == 0x000000, "Member 'Light_SetAffectTranslucentLighting::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Light_SetBrightness \ +static_assert(alignof(Light_SetBrightness) == 0x000004, "Wrong alignment on Light_SetBrightness"); \ +static_assert(sizeof(Light_SetBrightness) == 0x000004, "Wrong size on Light_SetBrightness"); \ +static_assert(offsetof(Light_SetBrightness, NewBrightness) == 0x000000, "Member 'Light_SetBrightness::NewBrightness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Light_SetCastShadows \ +static_assert(alignof(Light_SetCastShadows) == 0x000001, "Wrong alignment on Light_SetCastShadows"); \ +static_assert(sizeof(Light_SetCastShadows) == 0x000001, "Wrong size on Light_SetCastShadows"); \ +static_assert(offsetof(Light_SetCastShadows, bNewValue) == 0x000000, "Member 'Light_SetCastShadows::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Light_SetEnabled \ +static_assert(alignof(Light_SetEnabled) == 0x000001, "Wrong alignment on Light_SetEnabled"); \ +static_assert(sizeof(Light_SetEnabled) == 0x000001, "Wrong size on Light_SetEnabled"); \ +static_assert(offsetof(Light_SetEnabled, bSetEnabled) == 0x000000, "Member 'Light_SetEnabled::bSetEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Light_SetLightColor \ +static_assert(alignof(Light_SetLightColor) == 0x000004, "Wrong alignment on Light_SetLightColor"); \ +static_assert(sizeof(Light_SetLightColor) == 0x000010, "Wrong size on Light_SetLightColor"); \ +static_assert(offsetof(Light_SetLightColor, NewLightColor) == 0x000000, "Member 'Light_SetLightColor::NewLightColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Light_SetLightFunctionFadeDistance \ +static_assert(alignof(Light_SetLightFunctionFadeDistance) == 0x000004, "Wrong alignment on Light_SetLightFunctionFadeDistance"); \ +static_assert(sizeof(Light_SetLightFunctionFadeDistance) == 0x000004, "Wrong size on Light_SetLightFunctionFadeDistance"); \ +static_assert(offsetof(Light_SetLightFunctionFadeDistance, NewLightFunctionFadeDistance) == 0x000000, "Member 'Light_SetLightFunctionFadeDistance::NewLightFunctionFadeDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Light_SetLightFunctionMaterial \ +static_assert(alignof(Light_SetLightFunctionMaterial) == 0x000008, "Wrong alignment on Light_SetLightFunctionMaterial"); \ +static_assert(sizeof(Light_SetLightFunctionMaterial) == 0x000008, "Wrong size on Light_SetLightFunctionMaterial"); \ +static_assert(offsetof(Light_SetLightFunctionMaterial, NewLightFunctionMaterial) == 0x000000, "Member 'Light_SetLightFunctionMaterial::NewLightFunctionMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Light_SetLightFunctionScale \ +static_assert(alignof(Light_SetLightFunctionScale) == 0x000004, "Wrong alignment on Light_SetLightFunctionScale"); \ +static_assert(sizeof(Light_SetLightFunctionScale) == 0x00000C, "Wrong size on Light_SetLightFunctionScale"); \ +static_assert(offsetof(Light_SetLightFunctionScale, NewLightFunctionScale) == 0x000000, "Member 'Light_SetLightFunctionScale::NewLightFunctionScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Light_GetBrightness \ +static_assert(alignof(Light_GetBrightness) == 0x000004, "Wrong alignment on Light_GetBrightness"); \ +static_assert(sizeof(Light_GetBrightness) == 0x000004, "Wrong size on Light_GetBrightness"); \ +static_assert(offsetof(Light_GetBrightness, ReturnValue) == 0x000000, "Member 'Light_GetBrightness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Light_GetLightColor \ +static_assert(alignof(Light_GetLightColor) == 0x000004, "Wrong alignment on Light_GetLightColor"); \ +static_assert(sizeof(Light_GetLightColor) == 0x000010, "Wrong size on Light_GetLightColor"); \ +static_assert(offsetof(Light_GetLightColor, ReturnValue) == 0x000000, "Member 'Light_GetLightColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Light_IsEnabled \ +static_assert(alignof(Light_IsEnabled) == 0x000001, "Wrong alignment on Light_IsEnabled"); \ +static_assert(sizeof(Light_IsEnabled) == 0x000001, "Wrong size on Light_IsEnabled"); \ +static_assert(offsetof(Light_IsEnabled, ReturnValue) == 0x000000, "Member 'Light_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALight \ +static_assert(alignof(ALight) == 0x000008, "Wrong alignment on ALight"); \ +static_assert(sizeof(ALight) == 0x0002B8, "Wrong size on ALight"); \ +static_assert(offsetof(ALight, LightComponent) == 0x0002A8, "Member 'ALight::LightComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADirectionalLight \ +static_assert(alignof(ADirectionalLight) == 0x000008, "Wrong alignment on ADirectionalLight"); \ +static_assert(sizeof(ADirectionalLight) == 0x0002B8, "Wrong size on ADirectionalLight"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVectorFieldBase \ +static_assert(alignof(UParticleModuleVectorFieldBase) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldBase"); \ +static_assert(sizeof(UParticleModuleVectorFieldBase) == 0x000038, "Wrong size on UParticleModuleVectorFieldBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVectorFieldGlobal \ +static_assert(alignof(UParticleModuleVectorFieldGlobal) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldGlobal"); \ +static_assert(sizeof(UParticleModuleVectorFieldGlobal) == 0x000048, "Wrong size on UParticleModuleVectorFieldGlobal"); \ +static_assert(offsetof(UParticleModuleVectorFieldGlobal, GlobalVectorFieldScale) == 0x00003C, "Member 'UParticleModuleVectorFieldGlobal::GlobalVectorFieldScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVectorFieldGlobal, GlobalVectorFieldTightness) == 0x000040, "Member 'UParticleModuleVectorFieldGlobal::GlobalVectorFieldTightness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_PrestreamTextures \ +static_assert(alignof(MeshComponent_PrestreamTextures) == 0x000004, "Wrong alignment on MeshComponent_PrestreamTextures"); \ +static_assert(sizeof(MeshComponent_PrestreamTextures) == 0x00000C, "Wrong size on MeshComponent_PrestreamTextures"); \ +static_assert(offsetof(MeshComponent_PrestreamTextures, Seconds) == 0x000000, "Member 'MeshComponent_PrestreamTextures::Seconds' has a wrong offset!"); \ +static_assert(offsetof(MeshComponent_PrestreamTextures, bPrioritizeCharacterTextures) == 0x000004, "Member 'MeshComponent_PrestreamTextures::bPrioritizeCharacterTextures' has a wrong offset!"); \ +static_assert(offsetof(MeshComponent_PrestreamTextures, CinematicTextureGroups) == 0x000008, "Member 'MeshComponent_PrestreamTextures::CinematicTextureGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_SetColorParameterValueOnMaterials \ +static_assert(alignof(MeshComponent_SetColorParameterValueOnMaterials) == 0x000004, "Wrong alignment on MeshComponent_SetColorParameterValueOnMaterials"); \ +static_assert(sizeof(MeshComponent_SetColorParameterValueOnMaterials) == 0x00001C, "Wrong size on MeshComponent_SetColorParameterValueOnMaterials"); \ +static_assert(offsetof(MeshComponent_SetColorParameterValueOnMaterials, ParameterName) == 0x000000, "Member 'MeshComponent_SetColorParameterValueOnMaterials::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MeshComponent_SetColorParameterValueOnMaterials, ParameterValue) == 0x00000C, "Member 'MeshComponent_SetColorParameterValueOnMaterials::ParameterValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_SetScalarParameterValueOnMaterials \ +static_assert(alignof(MeshComponent_SetScalarParameterValueOnMaterials) == 0x000004, "Wrong alignment on MeshComponent_SetScalarParameterValueOnMaterials"); \ +static_assert(sizeof(MeshComponent_SetScalarParameterValueOnMaterials) == 0x000010, "Wrong size on MeshComponent_SetScalarParameterValueOnMaterials"); \ +static_assert(offsetof(MeshComponent_SetScalarParameterValueOnMaterials, ParameterName) == 0x000000, "Member 'MeshComponent_SetScalarParameterValueOnMaterials::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MeshComponent_SetScalarParameterValueOnMaterials, ParameterValue) == 0x00000C, "Member 'MeshComponent_SetScalarParameterValueOnMaterials::ParameterValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_SetVectorParameterValueOnMaterials \ +static_assert(alignof(MeshComponent_SetVectorParameterValueOnMaterials) == 0x000004, "Wrong alignment on MeshComponent_SetVectorParameterValueOnMaterials"); \ +static_assert(sizeof(MeshComponent_SetVectorParameterValueOnMaterials) == 0x000018, "Wrong size on MeshComponent_SetVectorParameterValueOnMaterials"); \ +static_assert(offsetof(MeshComponent_SetVectorParameterValueOnMaterials, ParameterName) == 0x000000, "Member 'MeshComponent_SetVectorParameterValueOnMaterials::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MeshComponent_SetVectorParameterValueOnMaterials, ParameterValue) == 0x00000C, "Member 'MeshComponent_SetVectorParameterValueOnMaterials::ParameterValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_GetMaterialIndex \ +static_assert(alignof(MeshComponent_GetMaterialIndex) == 0x000004, "Wrong alignment on MeshComponent_GetMaterialIndex"); \ +static_assert(sizeof(MeshComponent_GetMaterialIndex) == 0x000010, "Wrong size on MeshComponent_GetMaterialIndex"); \ +static_assert(offsetof(MeshComponent_GetMaterialIndex, MaterialSlotName) == 0x000000, "Member 'MeshComponent_GetMaterialIndex::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(MeshComponent_GetMaterialIndex, ReturnValue) == 0x00000C, "Member 'MeshComponent_GetMaterialIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_GetMaterials \ +static_assert(alignof(MeshComponent_GetMaterials) == 0x000008, "Wrong alignment on MeshComponent_GetMaterials"); \ +static_assert(sizeof(MeshComponent_GetMaterials) == 0x000010, "Wrong size on MeshComponent_GetMaterials"); \ +static_assert(offsetof(MeshComponent_GetMaterials, ReturnValue) == 0x000000, "Member 'MeshComponent_GetMaterials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_GetMaterialSlotNames \ +static_assert(alignof(MeshComponent_GetMaterialSlotNames) == 0x000008, "Wrong alignment on MeshComponent_GetMaterialSlotNames"); \ +static_assert(sizeof(MeshComponent_GetMaterialSlotNames) == 0x000010, "Wrong size on MeshComponent_GetMaterialSlotNames"); \ +static_assert(offsetof(MeshComponent_GetMaterialSlotNames, ReturnValue) == 0x000000, "Member 'MeshComponent_GetMaterialSlotNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_IsMaterialSlotNameValid \ +static_assert(alignof(MeshComponent_IsMaterialSlotNameValid) == 0x000004, "Wrong alignment on MeshComponent_IsMaterialSlotNameValid"); \ +static_assert(sizeof(MeshComponent_IsMaterialSlotNameValid) == 0x000010, "Wrong size on MeshComponent_IsMaterialSlotNameValid"); \ +static_assert(offsetof(MeshComponent_IsMaterialSlotNameValid, MaterialSlotName) == 0x000000, "Member 'MeshComponent_IsMaterialSlotNameValid::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(MeshComponent_IsMaterialSlotNameValid, ReturnValue) == 0x00000C, "Member 'MeshComponent_IsMaterialSlotNameValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshComponent \ +static_assert(alignof(UMeshComponent) == 0x000010, "Wrong alignment on UMeshComponent"); \ +static_assert(sizeof(UMeshComponent) == 0x000530, "Wrong size on UMeshComponent"); \ +static_assert(offsetof(UMeshComponent, OverrideMaterials) == 0x000500, "Member 'UMeshComponent::OverrideMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AInfo \ +static_assert(alignof(AInfo) == 0x000008, "Wrong alignment on AInfo"); \ +static_assert(sizeof(AInfo) == 0x0002A8, "Wrong size on AInfo"); \ + +#define DUMPER7_ASSERTS_GameStateBase_GetPlayerRespawnDelay \ +static_assert(alignof(GameStateBase_GetPlayerRespawnDelay) == 0x000008, "Wrong alignment on GameStateBase_GetPlayerRespawnDelay"); \ +static_assert(sizeof(GameStateBase_GetPlayerRespawnDelay) == 0x000010, "Wrong size on GameStateBase_GetPlayerRespawnDelay"); \ +static_assert(offsetof(GameStateBase_GetPlayerRespawnDelay, Controller) == 0x000000, "Member 'GameStateBase_GetPlayerRespawnDelay::Controller' has a wrong offset!"); \ +static_assert(offsetof(GameStateBase_GetPlayerRespawnDelay, ReturnValue) == 0x000008, "Member 'GameStateBase_GetPlayerRespawnDelay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameStateBase_GetPlayerStartTime \ +static_assert(alignof(GameStateBase_GetPlayerStartTime) == 0x000008, "Wrong alignment on GameStateBase_GetPlayerStartTime"); \ +static_assert(sizeof(GameStateBase_GetPlayerStartTime) == 0x000010, "Wrong size on GameStateBase_GetPlayerStartTime"); \ +static_assert(offsetof(GameStateBase_GetPlayerStartTime, Controller) == 0x000000, "Member 'GameStateBase_GetPlayerStartTime::Controller' has a wrong offset!"); \ +static_assert(offsetof(GameStateBase_GetPlayerStartTime, ReturnValue) == 0x000008, "Member 'GameStateBase_GetPlayerStartTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameStateBase_GetServerWorldTimeSeconds \ +static_assert(alignof(GameStateBase_GetServerWorldTimeSeconds) == 0x000004, "Wrong alignment on GameStateBase_GetServerWorldTimeSeconds"); \ +static_assert(sizeof(GameStateBase_GetServerWorldTimeSeconds) == 0x000004, "Wrong size on GameStateBase_GetServerWorldTimeSeconds"); \ +static_assert(offsetof(GameStateBase_GetServerWorldTimeSeconds, ReturnValue) == 0x000000, "Member 'GameStateBase_GetServerWorldTimeSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameStateBase_HasBegunPlay \ +static_assert(alignof(GameStateBase_HasBegunPlay) == 0x000001, "Wrong alignment on GameStateBase_HasBegunPlay"); \ +static_assert(sizeof(GameStateBase_HasBegunPlay) == 0x000001, "Wrong size on GameStateBase_HasBegunPlay"); \ +static_assert(offsetof(GameStateBase_HasBegunPlay, ReturnValue) == 0x000000, "Member 'GameStateBase_HasBegunPlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameStateBase_HasMatchEnded \ +static_assert(alignof(GameStateBase_HasMatchEnded) == 0x000001, "Wrong alignment on GameStateBase_HasMatchEnded"); \ +static_assert(sizeof(GameStateBase_HasMatchEnded) == 0x000001, "Wrong size on GameStateBase_HasMatchEnded"); \ +static_assert(offsetof(GameStateBase_HasMatchEnded, ReturnValue) == 0x000000, "Member 'GameStateBase_HasMatchEnded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameStateBase_HasMatchStarted \ +static_assert(alignof(GameStateBase_HasMatchStarted) == 0x000001, "Wrong alignment on GameStateBase_HasMatchStarted"); \ +static_assert(sizeof(GameStateBase_HasMatchStarted) == 0x000001, "Wrong size on GameStateBase_HasMatchStarted"); \ +static_assert(offsetof(GameStateBase_HasMatchStarted, ReturnValue) == 0x000000, "Member 'GameStateBase_HasMatchStarted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameStateBase \ +static_assert(alignof(AGameStateBase) == 0x000008, "Wrong alignment on AGameStateBase"); \ +static_assert(sizeof(AGameStateBase) == 0x0002F8, "Wrong size on AGameStateBase"); \ +static_assert(offsetof(AGameStateBase, GameModeClass) == 0x0002A8, "Member 'AGameStateBase::GameModeClass' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, AuthorityGameMode) == 0x0002B0, "Member 'AGameStateBase::AuthorityGameMode' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, SpectatorClass) == 0x0002B8, "Member 'AGameStateBase::SpectatorClass' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, PlayerArray) == 0x0002C0, "Member 'AGameStateBase::PlayerArray' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, bReplicatedHasBegunPlay) == 0x0002D0, "Member 'AGameStateBase::bReplicatedHasBegunPlay' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, ReplicatedWorldTimeSeconds) == 0x0002D4, "Member 'AGameStateBase::ReplicatedWorldTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, ServerWorldTimeSecondsDelta) == 0x0002D8, "Member 'AGameStateBase::ServerWorldTimeSecondsDelta' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, ServerWorldTimeSecondsUpdateFrequency) == 0x0002DC, "Member 'AGameStateBase::ServerWorldTimeSecondsUpdateFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleRelativeTime \ +static_assert(alignof(UMaterialExpressionParticleRelativeTime) == 0x000008, "Wrong alignment on UMaterialExpressionParticleRelativeTime"); \ +static_assert(sizeof(UMaterialExpressionParticleRelativeTime) == 0x000048, "Wrong size on UMaterialExpressionParticleRelativeTime"); \ + +#define DUMPER7_ASSERTS_ANavigationObjectBase \ +static_assert(alignof(ANavigationObjectBase) == 0x000008, "Wrong alignment on ANavigationObjectBase"); \ +static_assert(sizeof(ANavigationObjectBase) == 0x0002D0, "Wrong size on ANavigationObjectBase"); \ +static_assert(offsetof(ANavigationObjectBase, CapsuleComponent) == 0x0002B0, "Member 'ANavigationObjectBase::CapsuleComponent' has a wrong offset!"); \ +static_assert(offsetof(ANavigationObjectBase, GoodSprite) == 0x0002B8, "Member 'ANavigationObjectBase::GoodSprite' has a wrong offset!"); \ +static_assert(offsetof(ANavigationObjectBase, BadSprite) == 0x0002C0, "Member 'ANavigationObjectBase::BadSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOnlineEngineInterface \ +static_assert(alignof(UOnlineEngineInterface) == 0x000008, "Wrong alignment on UOnlineEngineInterface"); \ +static_assert(sizeof(UOnlineEngineInterface) == 0x000030, "Wrong size on UOnlineEngineInterface"); \ + +#define DUMPER7_ASSERTS_CurveSourceInterface_GetBindingName \ +static_assert(alignof(CurveSourceInterface_GetBindingName) == 0x000004, "Wrong alignment on CurveSourceInterface_GetBindingName"); \ +static_assert(sizeof(CurveSourceInterface_GetBindingName) == 0x00000C, "Wrong size on CurveSourceInterface_GetBindingName"); \ +static_assert(offsetof(CurveSourceInterface_GetBindingName, ReturnValue) == 0x000000, "Member 'CurveSourceInterface_GetBindingName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CurveSourceInterface_GetCurves \ +static_assert(alignof(CurveSourceInterface_GetCurves) == 0x000008, "Wrong alignment on CurveSourceInterface_GetCurves"); \ +static_assert(sizeof(CurveSourceInterface_GetCurves) == 0x000010, "Wrong size on CurveSourceInterface_GetCurves"); \ +static_assert(offsetof(CurveSourceInterface_GetCurves, OutValues) == 0x000000, "Member 'CurveSourceInterface_GetCurves::OutValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CurveSourceInterface_GetCurveValue \ +static_assert(alignof(CurveSourceInterface_GetCurveValue) == 0x000004, "Wrong alignment on CurveSourceInterface_GetCurveValue"); \ +static_assert(sizeof(CurveSourceInterface_GetCurveValue) == 0x000010, "Wrong size on CurveSourceInterface_GetCurveValue"); \ +static_assert(offsetof(CurveSourceInterface_GetCurveValue, CurveName) == 0x000000, "Member 'CurveSourceInterface_GetCurveValue::CurveName' has a wrong offset!"); \ +static_assert(offsetof(CurveSourceInterface_GetCurveValue, ReturnValue) == 0x00000C, "Member 'CurveSourceInterface_GetCurveValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ICurveSourceInterface \ +static_assert(alignof(ICurveSourceInterface) == 0x000001, "Wrong alignment on ICurveSourceInterface"); \ +static_assert(sizeof(ICurveSourceInterface) == 0x000001, "Wrong size on ICurveSourceInterface"); \ + +#define DUMPER7_ASSERTS_UAISystemBase \ +static_assert(alignof(UAISystemBase) == 0x000008, "Wrong alignment on UAISystemBase"); \ +static_assert(sizeof(UAISystemBase) == 0x000070, "Wrong size on UAISystemBase"); \ +static_assert(offsetof(UAISystemBase, AISystemClassName) == 0x000030, "Member 'UAISystemBase::AISystemClassName' has a wrong offset!"); \ +static_assert(offsetof(UAISystemBase, AISystemModuleName) == 0x000050, "Member 'UAISystemBase::AISystemModuleName' has a wrong offset!"); \ +static_assert(offsetof(UAISystemBase, bInstantiateAISystemOnClient) == 0x000068, "Member 'UAISystemBase::bInstantiateAISystemOnClient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationBase \ +static_assert(alignof(UParticleModuleLocationBase) == 0x000008, "Wrong alignment on UParticleModuleLocationBase"); \ +static_assert(sizeof(UParticleModuleLocationBase) == 0x000038, "Wrong size on UParticleModuleLocationBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationEmitterDirect \ +static_assert(alignof(UParticleModuleLocationEmitterDirect) == 0x000008, "Wrong alignment on UParticleModuleLocationEmitterDirect"); \ +static_assert(sizeof(UParticleModuleLocationEmitterDirect) == 0x000048, "Wrong size on UParticleModuleLocationEmitterDirect"); \ +static_assert(offsetof(UParticleModuleLocationEmitterDirect, EmitterName) == 0x000038, "Member 'UParticleModuleLocationEmitterDirect::EmitterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_World_K2_GetWorldSettings \ +static_assert(alignof(World_K2_GetWorldSettings) == 0x000008, "Wrong alignment on World_K2_GetWorldSettings"); \ +static_assert(sizeof(World_K2_GetWorldSettings) == 0x000008, "Wrong size on World_K2_GetWorldSettings"); \ +static_assert(offsetof(World_K2_GetWorldSettings, ReturnValue) == 0x000000, "Member 'World_K2_GetWorldSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorld \ +static_assert(alignof(UWorld) == 0x000008, "Wrong alignment on UWorld"); \ +static_assert(sizeof(UWorld) == 0x0007E0, "Wrong size on UWorld"); \ +static_assert(offsetof(UWorld, PersistentLevel) == 0x000038, "Member 'UWorld::PersistentLevel' has a wrong offset!"); \ +static_assert(offsetof(UWorld, NetDriver) == 0x000040, "Member 'UWorld::NetDriver' has a wrong offset!"); \ +static_assert(offsetof(UWorld, LineBatcher) == 0x000048, "Member 'UWorld::LineBatcher' has a wrong offset!"); \ +static_assert(offsetof(UWorld, PersistentLineBatcher) == 0x000050, "Member 'UWorld::PersistentLineBatcher' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ForegroundLineBatcher) == 0x000058, "Member 'UWorld::ForegroundLineBatcher' has a wrong offset!"); \ +static_assert(offsetof(UWorld, NetworkManager) == 0x000060, "Member 'UWorld::NetworkManager' has a wrong offset!"); \ +static_assert(offsetof(UWorld, PhysicsCollisionHandler) == 0x000068, "Member 'UWorld::PhysicsCollisionHandler' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ExtraReferencedObjects) == 0x000070, "Member 'UWorld::ExtraReferencedObjects' has a wrong offset!"); \ +static_assert(offsetof(UWorld, PerModuleDataObjects) == 0x000080, "Member 'UWorld::PerModuleDataObjects' has a wrong offset!"); \ +static_assert(offsetof(UWorld, StreamingLevels) == 0x000090, "Member 'UWorld::StreamingLevels' has a wrong offset!"); \ +static_assert(offsetof(UWorld, StreamingLevelsToConsider) == 0x0000A0, "Member 'UWorld::StreamingLevelsToConsider' has a wrong offset!"); \ +static_assert(offsetof(UWorld, StreamingLevelsPrefix) == 0x0000C8, "Member 'UWorld::StreamingLevelsPrefix' has a wrong offset!"); \ +static_assert(offsetof(UWorld, CurrentLevelPendingVisibility) == 0x0000D8, "Member 'UWorld::CurrentLevelPendingVisibility' has a wrong offset!"); \ +static_assert(offsetof(UWorld, CurrentLevelPendingInvisibility) == 0x0000E0, "Member 'UWorld::CurrentLevelPendingInvisibility' has a wrong offset!"); \ +static_assert(offsetof(UWorld, DemoNetDriver) == 0x0000E8, "Member 'UWorld::DemoNetDriver' has a wrong offset!"); \ +static_assert(offsetof(UWorld, MyParticleEventManager) == 0x0000F0, "Member 'UWorld::MyParticleEventManager' has a wrong offset!"); \ +static_assert(offsetof(UWorld, DefaultPhysicsVolume) == 0x0000F8, "Member 'UWorld::DefaultPhysicsVolume' has a wrong offset!"); \ +static_assert(offsetof(UWorld, NavigationSystem) == 0x000118, "Member 'UWorld::NavigationSystem' has a wrong offset!"); \ +static_assert(offsetof(UWorld, AuthorityGameMode) == 0x000120, "Member 'UWorld::AuthorityGameMode' has a wrong offset!"); \ +static_assert(offsetof(UWorld, GameState) == 0x000128, "Member 'UWorld::GameState' has a wrong offset!"); \ +static_assert(offsetof(UWorld, AISystem) == 0x000130, "Member 'UWorld::AISystem' has a wrong offset!"); \ +static_assert(offsetof(UWorld, AvoidanceManager) == 0x000138, "Member 'UWorld::AvoidanceManager' has a wrong offset!"); \ +static_assert(offsetof(UWorld, Levels) == 0x000140, "Member 'UWorld::Levels' has a wrong offset!"); \ +static_assert(offsetof(UWorld, LevelCollections) == 0x000150, "Member 'UWorld::LevelCollections' has a wrong offset!"); \ +static_assert(offsetof(UWorld, OwningGameInstance) == 0x000188, "Member 'UWorld::OwningGameInstance' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ParameterCollectionInstances) == 0x000190, "Member 'UWorld::ParameterCollectionInstances' has a wrong offset!"); \ +static_assert(offsetof(UWorld, CanvasForRenderingToTarget) == 0x0001A0, "Member 'UWorld::CanvasForRenderingToTarget' has a wrong offset!"); \ +static_assert(offsetof(UWorld, CanvasForDrawMaterialToRenderTarget) == 0x0001A8, "Member 'UWorld::CanvasForDrawMaterialToRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(UWorld, PhysicsField) == 0x000218, "Member 'UWorld::PhysicsField' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ComponentsThatNeedPreEndOfFrameSync) == 0x000220, "Member 'UWorld::ComponentsThatNeedPreEndOfFrameSync' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ComponentsThatNeedEndOfFrameUpdate) == 0x000270, "Member 'UWorld::ComponentsThatNeedEndOfFrameUpdate' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ComponentsThatNeedEndOfFrameUpdate_OnGameThread) == 0x000280, "Member 'UWorld::ComponentsThatNeedEndOfFrameUpdate_OnGameThread' has a wrong offset!"); \ +static_assert(offsetof(UWorld, WorldComposition) == 0x000600, "Member 'UWorld::WorldComposition' has a wrong offset!"); \ +static_assert(offsetof(UWorld, PSCPool) == 0x0006A0, "Member 'UWorld::PSCPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParameter \ +static_assert(alignof(UMaterialExpressionParameter) == 0x000008, "Wrong alignment on UMaterialExpressionParameter"); \ +static_assert(sizeof(UMaterialExpressionParameter) == 0x000068, "Wrong size on UMaterialExpressionParameter"); \ +static_assert(offsetof(UMaterialExpressionParameter, ParameterName) == 0x000048, "Member 'UMaterialExpressionParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionParameter, ExpressionGUID) == 0x000054, "Member 'UMaterialExpressionParameter::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionScalarParameter \ +static_assert(alignof(UMaterialExpressionScalarParameter) == 0x000008, "Wrong alignment on UMaterialExpressionScalarParameter"); \ +static_assert(sizeof(UMaterialExpressionScalarParameter) == 0x000070, "Wrong size on UMaterialExpressionScalarParameter"); \ +static_assert(offsetof(UMaterialExpressionScalarParameter, DefaultValue) == 0x000068, "Member 'UMaterialExpressionScalarParameter::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionScalarParameter, bUseCustomPrimitiveData) == 0x00006C, "Member 'UMaterialExpressionScalarParameter::bUseCustomPrimitiveData' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionScalarParameter, PrimitiveDataIndex) == 0x00006D, "Member 'UMaterialExpressionScalarParameter::PrimitiveDataIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionScalarParameter, bHardClamp) == 0x00006E, "Member 'UMaterialExpressionScalarParameter::bHardClamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubsystem \ +static_assert(alignof(USubsystem) == 0x000008, "Wrong alignment on USubsystem"); \ +static_assert(sizeof(USubsystem) == 0x000038, "Wrong size on USubsystem"); \ + +#define DUMPER7_ASSERTS_UGameInstanceSubsystem \ +static_assert(alignof(UGameInstanceSubsystem) == 0x000008, "Wrong alignment on UGameInstanceSubsystem"); \ +static_assert(sizeof(UGameInstanceSubsystem) == 0x000038, "Wrong size on UGameInstanceSubsystem"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionClamp \ +static_assert(alignof(UMaterialExpressionClamp) == 0x000008, "Wrong alignment on UMaterialExpressionClamp"); \ +static_assert(sizeof(UMaterialExpressionClamp) == 0x0000A8, "Wrong size on UMaterialExpressionClamp"); \ +static_assert(offsetof(UMaterialExpressionClamp, Input) == 0x000048, "Member 'UMaterialExpressionClamp::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionClamp, Min) == 0x000064, "Member 'UMaterialExpressionClamp::Min' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionClamp, Max) == 0x000080, "Member 'UMaterialExpressionClamp::Max' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionClamp, ClampMode) == 0x00009C, "Member 'UMaterialExpressionClamp::ClampMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionClamp, MinDefault) == 0x0000A0, "Member 'UMaterialExpressionClamp::MinDefault' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionClamp, MaxDefault) == 0x0000A4, "Member 'UMaterialExpressionClamp::MaxDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureLODSettings \ +static_assert(alignof(UTextureLODSettings) == 0x000008, "Wrong alignment on UTextureLODSettings"); \ +static_assert(sizeof(UTextureLODSettings) == 0x000040, "Wrong size on UTextureLODSettings"); \ +static_assert(offsetof(UTextureLODSettings, TextureLODGroups) == 0x000030, "Member 'UTextureLODSettings::TextureLODGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSine \ +static_assert(alignof(UMaterialExpressionSine) == 0x000008, "Wrong alignment on UMaterialExpressionSine"); \ +static_assert(sizeof(UMaterialExpressionSine) == 0x000068, "Wrong size on UMaterialExpressionSine"); \ +static_assert(offsetof(UMaterialExpressionSine, Input) == 0x000048, "Member 'UMaterialExpressionSine::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSine, Period) == 0x000064, "Member 'UMaterialExpressionSine::Period' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintAsyncActionBase \ +static_assert(alignof(UBlueprintAsyncActionBase) == 0x000008, "Wrong alignment on UBlueprintAsyncActionBase"); \ +static_assert(sizeof(UBlueprintAsyncActionBase) == 0x000038, "Wrong size on UBlueprintAsyncActionBase"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetFloatCurve \ +static_assert(alignof(TimelineComponent_SetFloatCurve) == 0x000008, "Wrong alignment on TimelineComponent_SetFloatCurve"); \ +static_assert(sizeof(TimelineComponent_SetFloatCurve) == 0x000018, "Wrong size on TimelineComponent_SetFloatCurve"); \ +static_assert(offsetof(TimelineComponent_SetFloatCurve, NewFloatCurve) == 0x000000, "Member 'TimelineComponent_SetFloatCurve::NewFloatCurve' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_SetFloatCurve, FloatTrackName) == 0x000008, "Member 'TimelineComponent_SetFloatCurve::FloatTrackName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetIgnoreTimeDilation \ +static_assert(alignof(TimelineComponent_SetIgnoreTimeDilation) == 0x000001, "Wrong alignment on TimelineComponent_SetIgnoreTimeDilation"); \ +static_assert(sizeof(TimelineComponent_SetIgnoreTimeDilation) == 0x000001, "Wrong size on TimelineComponent_SetIgnoreTimeDilation"); \ +static_assert(offsetof(TimelineComponent_SetIgnoreTimeDilation, bNewIgnoreTimeDilation) == 0x000000, "Member 'TimelineComponent_SetIgnoreTimeDilation::bNewIgnoreTimeDilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetLinearColorCurve \ +static_assert(alignof(TimelineComponent_SetLinearColorCurve) == 0x000008, "Wrong alignment on TimelineComponent_SetLinearColorCurve"); \ +static_assert(sizeof(TimelineComponent_SetLinearColorCurve) == 0x000018, "Wrong size on TimelineComponent_SetLinearColorCurve"); \ +static_assert(offsetof(TimelineComponent_SetLinearColorCurve, NewLinearColorCurve) == 0x000000, "Member 'TimelineComponent_SetLinearColorCurve::NewLinearColorCurve' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_SetLinearColorCurve, LinearColorTrackName) == 0x000008, "Member 'TimelineComponent_SetLinearColorCurve::LinearColorTrackName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetLooping \ +static_assert(alignof(TimelineComponent_SetLooping) == 0x000001, "Wrong alignment on TimelineComponent_SetLooping"); \ +static_assert(sizeof(TimelineComponent_SetLooping) == 0x000001, "Wrong size on TimelineComponent_SetLooping"); \ +static_assert(offsetof(TimelineComponent_SetLooping, bNewLooping) == 0x000000, "Member 'TimelineComponent_SetLooping::bNewLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetNewTime \ +static_assert(alignof(TimelineComponent_SetNewTime) == 0x000004, "Wrong alignment on TimelineComponent_SetNewTime"); \ +static_assert(sizeof(TimelineComponent_SetNewTime) == 0x000004, "Wrong size on TimelineComponent_SetNewTime"); \ +static_assert(offsetof(TimelineComponent_SetNewTime, NewTime) == 0x000000, "Member 'TimelineComponent_SetNewTime::NewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetPlaybackPosition \ +static_assert(alignof(TimelineComponent_SetPlaybackPosition) == 0x000004, "Wrong alignment on TimelineComponent_SetPlaybackPosition"); \ +static_assert(sizeof(TimelineComponent_SetPlaybackPosition) == 0x000008, "Wrong size on TimelineComponent_SetPlaybackPosition"); \ +static_assert(offsetof(TimelineComponent_SetPlaybackPosition, NewPosition) == 0x000000, "Member 'TimelineComponent_SetPlaybackPosition::NewPosition' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_SetPlaybackPosition, bFireEvents) == 0x000004, "Member 'TimelineComponent_SetPlaybackPosition::bFireEvents' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_SetPlaybackPosition, bFireUpdate) == 0x000005, "Member 'TimelineComponent_SetPlaybackPosition::bFireUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetPlayRate \ +static_assert(alignof(TimelineComponent_SetPlayRate) == 0x000004, "Wrong alignment on TimelineComponent_SetPlayRate"); \ +static_assert(sizeof(TimelineComponent_SetPlayRate) == 0x000004, "Wrong size on TimelineComponent_SetPlayRate"); \ +static_assert(offsetof(TimelineComponent_SetPlayRate, NewRate) == 0x000000, "Member 'TimelineComponent_SetPlayRate::NewRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetTimelineLength \ +static_assert(alignof(TimelineComponent_SetTimelineLength) == 0x000004, "Wrong alignment on TimelineComponent_SetTimelineLength"); \ +static_assert(sizeof(TimelineComponent_SetTimelineLength) == 0x000004, "Wrong size on TimelineComponent_SetTimelineLength"); \ +static_assert(offsetof(TimelineComponent_SetTimelineLength, NewLength) == 0x000000, "Member 'TimelineComponent_SetTimelineLength::NewLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetTimelineLengthMode \ +static_assert(alignof(TimelineComponent_SetTimelineLengthMode) == 0x000001, "Wrong alignment on TimelineComponent_SetTimelineLengthMode"); \ +static_assert(sizeof(TimelineComponent_SetTimelineLengthMode) == 0x000001, "Wrong size on TimelineComponent_SetTimelineLengthMode"); \ +static_assert(offsetof(TimelineComponent_SetTimelineLengthMode, NewLengthMode) == 0x000000, "Member 'TimelineComponent_SetTimelineLengthMode::NewLengthMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetVectorCurve \ +static_assert(alignof(TimelineComponent_SetVectorCurve) == 0x000008, "Wrong alignment on TimelineComponent_SetVectorCurve"); \ +static_assert(sizeof(TimelineComponent_SetVectorCurve) == 0x000018, "Wrong size on TimelineComponent_SetVectorCurve"); \ +static_assert(offsetof(TimelineComponent_SetVectorCurve, NewVectorCurve) == 0x000000, "Member 'TimelineComponent_SetVectorCurve::NewVectorCurve' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_SetVectorCurve, VectorTrackName) == 0x000008, "Member 'TimelineComponent_SetVectorCurve::VectorTrackName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_GetIgnoreTimeDilation \ +static_assert(alignof(TimelineComponent_GetIgnoreTimeDilation) == 0x000001, "Wrong alignment on TimelineComponent_GetIgnoreTimeDilation"); \ +static_assert(sizeof(TimelineComponent_GetIgnoreTimeDilation) == 0x000001, "Wrong size on TimelineComponent_GetIgnoreTimeDilation"); \ +static_assert(offsetof(TimelineComponent_GetIgnoreTimeDilation, ReturnValue) == 0x000000, "Member 'TimelineComponent_GetIgnoreTimeDilation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_GetPlaybackPosition \ +static_assert(alignof(TimelineComponent_GetPlaybackPosition) == 0x000004, "Wrong alignment on TimelineComponent_GetPlaybackPosition"); \ +static_assert(sizeof(TimelineComponent_GetPlaybackPosition) == 0x000004, "Wrong size on TimelineComponent_GetPlaybackPosition"); \ +static_assert(offsetof(TimelineComponent_GetPlaybackPosition, ReturnValue) == 0x000000, "Member 'TimelineComponent_GetPlaybackPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_GetPlayRate \ +static_assert(alignof(TimelineComponent_GetPlayRate) == 0x000004, "Wrong alignment on TimelineComponent_GetPlayRate"); \ +static_assert(sizeof(TimelineComponent_GetPlayRate) == 0x000004, "Wrong size on TimelineComponent_GetPlayRate"); \ +static_assert(offsetof(TimelineComponent_GetPlayRate, ReturnValue) == 0x000000, "Member 'TimelineComponent_GetPlayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_GetTimelineLength \ +static_assert(alignof(TimelineComponent_GetTimelineLength) == 0x000004, "Wrong alignment on TimelineComponent_GetTimelineLength"); \ +static_assert(sizeof(TimelineComponent_GetTimelineLength) == 0x000004, "Wrong size on TimelineComponent_GetTimelineLength"); \ +static_assert(offsetof(TimelineComponent_GetTimelineLength, ReturnValue) == 0x000000, "Member 'TimelineComponent_GetTimelineLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_IsLooping \ +static_assert(alignof(TimelineComponent_IsLooping) == 0x000001, "Wrong alignment on TimelineComponent_IsLooping"); \ +static_assert(sizeof(TimelineComponent_IsLooping) == 0x000001, "Wrong size on TimelineComponent_IsLooping"); \ +static_assert(offsetof(TimelineComponent_IsLooping, ReturnValue) == 0x000000, "Member 'TimelineComponent_IsLooping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_IsPlaying \ +static_assert(alignof(TimelineComponent_IsPlaying) == 0x000001, "Wrong alignment on TimelineComponent_IsPlaying"); \ +static_assert(sizeof(TimelineComponent_IsPlaying) == 0x000001, "Wrong size on TimelineComponent_IsPlaying"); \ +static_assert(offsetof(TimelineComponent_IsPlaying, ReturnValue) == 0x000000, "Member 'TimelineComponent_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_IsReversing \ +static_assert(alignof(TimelineComponent_IsReversing) == 0x000001, "Wrong alignment on TimelineComponent_IsReversing"); \ +static_assert(sizeof(TimelineComponent_IsReversing) == 0x000001, "Wrong size on TimelineComponent_IsReversing"); \ +static_assert(offsetof(TimelineComponent_IsReversing, ReturnValue) == 0x000000, "Member 'TimelineComponent_IsReversing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTimelineComponent \ +static_assert(alignof(UTimelineComponent) == 0x000008, "Wrong alignment on UTimelineComponent"); \ +static_assert(sizeof(UTimelineComponent) == 0x000170, "Wrong size on UTimelineComponent"); \ +static_assert(offsetof(UTimelineComponent, TheTimeline) == 0x0000C0, "Member 'UTimelineComponent::TheTimeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpotLight_SetInnerConeAngle \ +static_assert(alignof(SpotLight_SetInnerConeAngle) == 0x000004, "Wrong alignment on SpotLight_SetInnerConeAngle"); \ +static_assert(sizeof(SpotLight_SetInnerConeAngle) == 0x000004, "Wrong size on SpotLight_SetInnerConeAngle"); \ +static_assert(offsetof(SpotLight_SetInnerConeAngle, NewInnerConeAngle) == 0x000000, "Member 'SpotLight_SetInnerConeAngle::NewInnerConeAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpotLight_SetOuterConeAngle \ +static_assert(alignof(SpotLight_SetOuterConeAngle) == 0x000004, "Wrong alignment on SpotLight_SetOuterConeAngle"); \ +static_assert(sizeof(SpotLight_SetOuterConeAngle) == 0x000004, "Wrong size on SpotLight_SetOuterConeAngle"); \ +static_assert(offsetof(SpotLight_SetOuterConeAngle, NewOuterConeAngle) == 0x000000, "Member 'SpotLight_SetOuterConeAngle::NewOuterConeAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASpotLight \ +static_assert(alignof(ASpotLight) == 0x000008, "Wrong alignment on ASpotLight"); \ +static_assert(sizeof(ASpotLight) == 0x0002C0, "Wrong size on ASpotLight"); \ +static_assert(offsetof(ASpotLight, SpotLightComponent) == 0x0002B8, "Member 'ASpotLight::SpotLightComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGeneratedMeshAreaLight \ +static_assert(alignof(AGeneratedMeshAreaLight) == 0x000008, "Wrong alignment on AGeneratedMeshAreaLight"); \ +static_assert(sizeof(AGeneratedMeshAreaLight) == 0x0002C0, "Wrong size on AGeneratedMeshAreaLight"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_GetNotifyName \ +static_assert(alignof(AnimNotifyState_GetNotifyName) == 0x000008, "Wrong alignment on AnimNotifyState_GetNotifyName"); \ +static_assert(sizeof(AnimNotifyState_GetNotifyName) == 0x000010, "Wrong size on AnimNotifyState_GetNotifyName"); \ +static_assert(offsetof(AnimNotifyState_GetNotifyName, ReturnValue) == 0x000000, "Member 'AnimNotifyState_GetNotifyName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_Received_NotifyBegin \ +static_assert(alignof(AnimNotifyState_Received_NotifyBegin) == 0x000008, "Wrong alignment on AnimNotifyState_Received_NotifyBegin"); \ +static_assert(sizeof(AnimNotifyState_Received_NotifyBegin) == 0x000018, "Wrong size on AnimNotifyState_Received_NotifyBegin"); \ +static_assert(offsetof(AnimNotifyState_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'AnimNotifyState_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_Received_NotifyBegin, Animation) == 0x000008, "Member 'AnimNotifyState_Received_NotifyBegin::Animation' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'AnimNotifyState_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'AnimNotifyState_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_Received_NotifyEnd \ +static_assert(alignof(AnimNotifyState_Received_NotifyEnd) == 0x000008, "Wrong alignment on AnimNotifyState_Received_NotifyEnd"); \ +static_assert(sizeof(AnimNotifyState_Received_NotifyEnd) == 0x000018, "Wrong size on AnimNotifyState_Received_NotifyEnd"); \ +static_assert(offsetof(AnimNotifyState_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'AnimNotifyState_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_Received_NotifyEnd, Animation) == 0x000008, "Member 'AnimNotifyState_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'AnimNotifyState_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_Received_NotifyTick \ +static_assert(alignof(AnimNotifyState_Received_NotifyTick) == 0x000008, "Wrong alignment on AnimNotifyState_Received_NotifyTick"); \ +static_assert(sizeof(AnimNotifyState_Received_NotifyTick) == 0x000018, "Wrong size on AnimNotifyState_Received_NotifyTick"); \ +static_assert(offsetof(AnimNotifyState_Received_NotifyTick, MeshComp) == 0x000000, "Member 'AnimNotifyState_Received_NotifyTick::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_Received_NotifyTick, Animation) == 0x000008, "Member 'AnimNotifyState_Received_NotifyTick::Animation' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_Received_NotifyTick, FrameDeltaTime) == 0x000010, "Member 'AnimNotifyState_Received_NotifyTick::FrameDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_Received_NotifyTick, ReturnValue) == 0x000014, "Member 'AnimNotifyState_Received_NotifyTick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState \ +static_assert(alignof(UAnimNotifyState) == 0x000008, "Wrong alignment on UAnimNotifyState"); \ +static_assert(sizeof(UAnimNotifyState) == 0x000038, "Wrong size on UAnimNotifyState"); \ + +#define DUMPER7_ASSERTS_UMeshSimplificationSettings \ +static_assert(alignof(UMeshSimplificationSettings) == 0x000008, "Wrong alignment on UMeshSimplificationSettings"); \ +static_assert(sizeof(UMeshSimplificationSettings) == 0x000058, "Wrong size on UMeshSimplificationSettings"); \ +static_assert(offsetof(UMeshSimplificationSettings, MeshReductionModuleName) == 0x000048, "Member 'UMeshSimplificationSettings::MeshReductionModuleName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetDriver \ +static_assert(alignof(UNetDriver) == 0x000008, "Wrong alignment on UNetDriver"); \ +static_assert(sizeof(UNetDriver) == 0x000788, "Wrong size on UNetDriver"); \ +static_assert(offsetof(UNetDriver, SpikeDeltaTimeThreshold) == 0x000038, "Member 'UNetDriver::SpikeDeltaTimeThreshold' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, NetConnectionClassName) == 0x000040, "Member 'UNetDriver::NetConnectionClassName' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ReplicationDriverClassName) == 0x000050, "Member 'UNetDriver::ReplicationDriverClassName' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, MaxDownloadSize) == 0x000060, "Member 'UNetDriver::MaxDownloadSize' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, NetServerMaxTickRate) == 0x000068, "Member 'UNetDriver::NetServerMaxTickRate' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, MaxNetTickRate) == 0x00006C, "Member 'UNetDriver::MaxNetTickRate' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, MaxInternetClientRate) == 0x000070, "Member 'UNetDriver::MaxInternetClientRate' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, MaxClientRate) == 0x000074, "Member 'UNetDriver::MaxClientRate' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ServerTravelPause) == 0x000078, "Member 'UNetDriver::ServerTravelPause' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, SpawnPrioritySeconds) == 0x00007C, "Member 'UNetDriver::SpawnPrioritySeconds' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, RelevantTimeout) == 0x000080, "Member 'UNetDriver::RelevantTimeout' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, KeepAliveTime) == 0x000084, "Member 'UNetDriver::KeepAliveTime' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, InitialConnectTimeout) == 0x000088, "Member 'UNetDriver::InitialConnectTimeout' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ConnectionTimeout) == 0x00008C, "Member 'UNetDriver::ConnectionTimeout' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, TimeoutMultiplierForUnoptimizedBuilds) == 0x000090, "Member 'UNetDriver::TimeoutMultiplierForUnoptimizedBuilds' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, bNoTimeouts) == 0x000094, "Member 'UNetDriver::bNoTimeouts' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, bNeverApplyNetworkEmulationSettings) == 0x000095, "Member 'UNetDriver::bNeverApplyNetworkEmulationSettings' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ServerConnection) == 0x000098, "Member 'UNetDriver::ServerConnection' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ClientConnections) == 0x0000A0, "Member 'UNetDriver::ClientConnections' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, RecentlyDisconnectedTrackingTime) == 0x000110, "Member 'UNetDriver::RecentlyDisconnectedTrackingTime' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, World) == 0x000150, "Member 'UNetDriver::World' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, WorldPackage) == 0x000158, "Member 'UNetDriver::WorldPackage' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, NetConnectionClass) == 0x000180, "Member 'UNetDriver::NetConnectionClass' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ReplicationDriverClass) == 0x000188, "Member 'UNetDriver::ReplicationDriverClass' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, NetDriverName) == 0x0001A0, "Member 'UNetDriver::NetDriverName' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ChannelDefinitions) == 0x0001B0, "Member 'UNetDriver::ChannelDefinitions' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ChannelDefinitionMap) == 0x0001C0, "Member 'UNetDriver::ChannelDefinitionMap' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ActorChannelPool) == 0x000210, "Member 'UNetDriver::ActorChannelPool' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, Time) == 0x000228, "Member 'UNetDriver::Time' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ReplicationDriver) == 0x000720, "Member 'UNetDriver::ReplicationDriver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimBoneCompressionCodec \ +static_assert(alignof(UAnimBoneCompressionCodec) == 0x000008, "Wrong alignment on UAnimBoneCompressionCodec"); \ +static_assert(sizeof(UAnimBoneCompressionCodec) == 0x000040, "Wrong size on UAnimBoneCompressionCodec"); \ +static_assert(offsetof(UAnimBoneCompressionCodec, Description) == 0x000030, "Member 'UAnimBoneCompressionCodec::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimCompress \ +static_assert(alignof(UAnimCompress) == 0x000008, "Wrong alignment on UAnimCompress"); \ +static_assert(sizeof(UAnimCompress) == 0x000048, "Wrong size on UAnimCompress"); \ +static_assert(offsetof(UAnimCompress, TranslationCompressionFormat) == 0x000044, "Member 'UAnimCompress::TranslationCompressionFormat' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress, RotationCompressionFormat) == 0x000045, "Member 'UAnimCompress::RotationCompressionFormat' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress, ScaleCompressionFormat) == 0x000046, "Member 'UAnimCompress::ScaleCompressionFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimCompress_RemoveTrivialKeys \ +static_assert(alignof(UAnimCompress_RemoveTrivialKeys) == 0x000008, "Wrong alignment on UAnimCompress_RemoveTrivialKeys"); \ +static_assert(sizeof(UAnimCompress_RemoveTrivialKeys) == 0x000058, "Wrong size on UAnimCompress_RemoveTrivialKeys"); \ +static_assert(offsetof(UAnimCompress_RemoveTrivialKeys, MaxPosDiff) == 0x000048, "Member 'UAnimCompress_RemoveTrivialKeys::MaxPosDiff' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_RemoveTrivialKeys, MaxAngleDiff) == 0x00004C, "Member 'UAnimCompress_RemoveTrivialKeys::MaxAngleDiff' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_RemoveTrivialKeys, MaxScaleDiff) == 0x000050, "Member 'UAnimCompress_RemoveTrivialKeys::MaxScaleDiff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRerouteBase \ +static_assert(alignof(UMaterialExpressionRerouteBase) == 0x000008, "Wrong alignment on UMaterialExpressionRerouteBase"); \ +static_assert(sizeof(UMaterialExpressionRerouteBase) == 0x000048, "Wrong size on UMaterialExpressionRerouteBase"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNamedRerouteBase \ +static_assert(alignof(UMaterialExpressionNamedRerouteBase) == 0x000008, "Wrong alignment on UMaterialExpressionNamedRerouteBase"); \ +static_assert(sizeof(UMaterialExpressionNamedRerouteBase) == 0x000048, "Wrong size on UMaterialExpressionNamedRerouteBase"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNamedRerouteDeclaration \ +static_assert(alignof(UMaterialExpressionNamedRerouteDeclaration) == 0x000008, "Wrong alignment on UMaterialExpressionNamedRerouteDeclaration"); \ +static_assert(sizeof(UMaterialExpressionNamedRerouteDeclaration) == 0x000080, "Wrong size on UMaterialExpressionNamedRerouteDeclaration"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteDeclaration, Input) == 0x000048, "Member 'UMaterialExpressionNamedRerouteDeclaration::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteDeclaration, Name_0) == 0x000064, "Member 'UMaterialExpressionNamedRerouteDeclaration::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteDeclaration, VariableGuid) == 0x000070, "Member 'UMaterialExpressionNamedRerouteDeclaration::VariableGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_AddDebugText \ +static_assert(alignof(HUD_AddDebugText) == 0x000008, "Wrong alignment on HUD_AddDebugText"); \ +static_assert(sizeof(HUD_AddDebugText) == 0x000050, "Wrong size on HUD_AddDebugText"); \ +static_assert(offsetof(HUD_AddDebugText, DebugText) == 0x000000, "Member 'HUD_AddDebugText::DebugText' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, SrcActor) == 0x000010, "Member 'HUD_AddDebugText::SrcActor' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, Duration) == 0x000018, "Member 'HUD_AddDebugText::Duration' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, Offset) == 0x00001C, "Member 'HUD_AddDebugText::Offset' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, DesiredOffset) == 0x000028, "Member 'HUD_AddDebugText::DesiredOffset' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, TextColor) == 0x000034, "Member 'HUD_AddDebugText::TextColor' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, bSkipOverwriteCheck) == 0x000038, "Member 'HUD_AddDebugText::bSkipOverwriteCheck' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, bAbsoluteLocation) == 0x000039, "Member 'HUD_AddDebugText::bAbsoluteLocation' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, bKeepAttachedToActor) == 0x00003A, "Member 'HUD_AddDebugText::bKeepAttachedToActor' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, InFont) == 0x000040, "Member 'HUD_AddDebugText::InFont' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, FontScale) == 0x000048, "Member 'HUD_AddDebugText::FontScale' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddDebugText, bDrawShadow) == 0x00004C, "Member 'HUD_AddDebugText::bDrawShadow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_AddHitBox \ +static_assert(alignof(HUD_AddHitBox) == 0x000004, "Wrong alignment on HUD_AddHitBox"); \ +static_assert(sizeof(HUD_AddHitBox) == 0x000024, "Wrong size on HUD_AddHitBox"); \ +static_assert(offsetof(HUD_AddHitBox, Position) == 0x000000, "Member 'HUD_AddHitBox::Position' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddHitBox, Size) == 0x000008, "Member 'HUD_AddHitBox::Size' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddHitBox, InName) == 0x000010, "Member 'HUD_AddHitBox::InName' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddHitBox, bConsumesInput) == 0x00001C, "Member 'HUD_AddHitBox::bConsumesInput' has a wrong offset!"); \ +static_assert(offsetof(HUD_AddHitBox, Priority) == 0x000020, "Member 'HUD_AddHitBox::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_DrawLine \ +static_assert(alignof(HUD_DrawLine) == 0x000004, "Wrong alignment on HUD_DrawLine"); \ +static_assert(sizeof(HUD_DrawLine) == 0x000024, "Wrong size on HUD_DrawLine"); \ +static_assert(offsetof(HUD_DrawLine, StartScreenX) == 0x000000, "Member 'HUD_DrawLine::StartScreenX' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawLine, StartScreenY) == 0x000004, "Member 'HUD_DrawLine::StartScreenY' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawLine, EndScreenX) == 0x000008, "Member 'HUD_DrawLine::EndScreenX' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawLine, EndScreenY) == 0x00000C, "Member 'HUD_DrawLine::EndScreenY' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawLine, LineColor) == 0x000010, "Member 'HUD_DrawLine::LineColor' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawLine, LineThickness) == 0x000020, "Member 'HUD_DrawLine::LineThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_DrawMaterial \ +static_assert(alignof(HUD_DrawMaterial) == 0x000008, "Wrong alignment on HUD_DrawMaterial"); \ +static_assert(sizeof(HUD_DrawMaterial) == 0x000040, "Wrong size on HUD_DrawMaterial"); \ +static_assert(offsetof(HUD_DrawMaterial, Material) == 0x000000, "Member 'HUD_DrawMaterial::Material' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterial, ScreenX) == 0x000008, "Member 'HUD_DrawMaterial::ScreenX' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterial, ScreenY) == 0x00000C, "Member 'HUD_DrawMaterial::ScreenY' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterial, ScreenW) == 0x000010, "Member 'HUD_DrawMaterial::ScreenW' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterial, ScreenH) == 0x000014, "Member 'HUD_DrawMaterial::ScreenH' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterial, MaterialU) == 0x000018, "Member 'HUD_DrawMaterial::MaterialU' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterial, MaterialV) == 0x00001C, "Member 'HUD_DrawMaterial::MaterialV' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterial, MaterialUWidth) == 0x000020, "Member 'HUD_DrawMaterial::MaterialUWidth' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterial, MaterialVHeight) == 0x000024, "Member 'HUD_DrawMaterial::MaterialVHeight' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterial, Scale) == 0x000028, "Member 'HUD_DrawMaterial::Scale' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterial, bScalePosition) == 0x00002C, "Member 'HUD_DrawMaterial::bScalePosition' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterial, Rotation) == 0x000030, "Member 'HUD_DrawMaterial::Rotation' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterial, RotPivot) == 0x000034, "Member 'HUD_DrawMaterial::RotPivot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_DrawMaterialSimple \ +static_assert(alignof(HUD_DrawMaterialSimple) == 0x000008, "Wrong alignment on HUD_DrawMaterialSimple"); \ +static_assert(sizeof(HUD_DrawMaterialSimple) == 0x000020, "Wrong size on HUD_DrawMaterialSimple"); \ +static_assert(offsetof(HUD_DrawMaterialSimple, Material) == 0x000000, "Member 'HUD_DrawMaterialSimple::Material' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialSimple, ScreenX) == 0x000008, "Member 'HUD_DrawMaterialSimple::ScreenX' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialSimple, ScreenY) == 0x00000C, "Member 'HUD_DrawMaterialSimple::ScreenY' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialSimple, ScreenW) == 0x000010, "Member 'HUD_DrawMaterialSimple::ScreenW' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialSimple, ScreenH) == 0x000014, "Member 'HUD_DrawMaterialSimple::ScreenH' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialSimple, Scale) == 0x000018, "Member 'HUD_DrawMaterialSimple::Scale' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialSimple, bScalePosition) == 0x00001C, "Member 'HUD_DrawMaterialSimple::bScalePosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_DrawMaterialTriangle \ +static_assert(alignof(HUD_DrawMaterialTriangle) == 0x000008, "Wrong alignment on HUD_DrawMaterialTriangle"); \ +static_assert(sizeof(HUD_DrawMaterialTriangle) == 0x000068, "Wrong size on HUD_DrawMaterialTriangle"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, Material) == 0x000000, "Member 'HUD_DrawMaterialTriangle::Material' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, V0_Pos) == 0x000008, "Member 'HUD_DrawMaterialTriangle::V0_Pos' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, V1_Pos) == 0x000010, "Member 'HUD_DrawMaterialTriangle::V1_Pos' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, V2_Pos) == 0x000018, "Member 'HUD_DrawMaterialTriangle::V2_Pos' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, V0_UV) == 0x000020, "Member 'HUD_DrawMaterialTriangle::V0_UV' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, V1_UV) == 0x000028, "Member 'HUD_DrawMaterialTriangle::V1_UV' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, V2_UV) == 0x000030, "Member 'HUD_DrawMaterialTriangle::V2_UV' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, V0_Color) == 0x000038, "Member 'HUD_DrawMaterialTriangle::V0_Color' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, V1_Color) == 0x000048, "Member 'HUD_DrawMaterialTriangle::V1_Color' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawMaterialTriangle, V2_Color) == 0x000058, "Member 'HUD_DrawMaterialTriangle::V2_Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_DrawRect \ +static_assert(alignof(HUD_DrawRect) == 0x000004, "Wrong alignment on HUD_DrawRect"); \ +static_assert(sizeof(HUD_DrawRect) == 0x000020, "Wrong size on HUD_DrawRect"); \ +static_assert(offsetof(HUD_DrawRect, RectColor) == 0x000000, "Member 'HUD_DrawRect::RectColor' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawRect, ScreenX) == 0x000010, "Member 'HUD_DrawRect::ScreenX' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawRect, ScreenY) == 0x000014, "Member 'HUD_DrawRect::ScreenY' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawRect, ScreenW) == 0x000018, "Member 'HUD_DrawRect::ScreenW' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawRect, ScreenH) == 0x00001C, "Member 'HUD_DrawRect::ScreenH' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_DrawText \ +static_assert(alignof(HUD_DrawText) == 0x000008, "Wrong alignment on HUD_DrawText"); \ +static_assert(sizeof(HUD_DrawText) == 0x000038, "Wrong size on HUD_DrawText"); \ +static_assert(offsetof(HUD_DrawText, Text) == 0x000000, "Member 'HUD_DrawText::Text' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawText, TextColor) == 0x000010, "Member 'HUD_DrawText::TextColor' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawText, ScreenX) == 0x000020, "Member 'HUD_DrawText::ScreenX' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawText, ScreenY) == 0x000024, "Member 'HUD_DrawText::ScreenY' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawText, Font) == 0x000028, "Member 'HUD_DrawText::Font' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawText, Scale) == 0x000030, "Member 'HUD_DrawText::Scale' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawText, bScalePosition) == 0x000034, "Member 'HUD_DrawText::bScalePosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_DrawTexture \ +static_assert(alignof(HUD_DrawTexture) == 0x000008, "Wrong alignment on HUD_DrawTexture"); \ +static_assert(sizeof(HUD_DrawTexture) == 0x000050, "Wrong size on HUD_DrawTexture"); \ +static_assert(offsetof(HUD_DrawTexture, Texture) == 0x000000, "Member 'HUD_DrawTexture::Texture' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, ScreenX) == 0x000008, "Member 'HUD_DrawTexture::ScreenX' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, ScreenY) == 0x00000C, "Member 'HUD_DrawTexture::ScreenY' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, ScreenW) == 0x000010, "Member 'HUD_DrawTexture::ScreenW' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, ScreenH) == 0x000014, "Member 'HUD_DrawTexture::ScreenH' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, TextureU) == 0x000018, "Member 'HUD_DrawTexture::TextureU' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, TextureV) == 0x00001C, "Member 'HUD_DrawTexture::TextureV' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, TextureUWidth) == 0x000020, "Member 'HUD_DrawTexture::TextureUWidth' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, TextureVHeight) == 0x000024, "Member 'HUD_DrawTexture::TextureVHeight' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, TintColor) == 0x000028, "Member 'HUD_DrawTexture::TintColor' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, BlendMode) == 0x000038, "Member 'HUD_DrawTexture::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, Scale) == 0x00003C, "Member 'HUD_DrawTexture::Scale' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, bScalePosition) == 0x000040, "Member 'HUD_DrawTexture::bScalePosition' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, Rotation) == 0x000044, "Member 'HUD_DrawTexture::Rotation' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTexture, RotPivot) == 0x000048, "Member 'HUD_DrawTexture::RotPivot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_DrawTextureSimple \ +static_assert(alignof(HUD_DrawTextureSimple) == 0x000008, "Wrong alignment on HUD_DrawTextureSimple"); \ +static_assert(sizeof(HUD_DrawTextureSimple) == 0x000018, "Wrong size on HUD_DrawTextureSimple"); \ +static_assert(offsetof(HUD_DrawTextureSimple, Texture) == 0x000000, "Member 'HUD_DrawTextureSimple::Texture' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTextureSimple, ScreenX) == 0x000008, "Member 'HUD_DrawTextureSimple::ScreenX' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTextureSimple, ScreenY) == 0x00000C, "Member 'HUD_DrawTextureSimple::ScreenY' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTextureSimple, Scale) == 0x000010, "Member 'HUD_DrawTextureSimple::Scale' has a wrong offset!"); \ +static_assert(offsetof(HUD_DrawTextureSimple, bScalePosition) == 0x000014, "Member 'HUD_DrawTextureSimple::bScalePosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_GetActorsInSelectionRectangle \ +static_assert(alignof(HUD_GetActorsInSelectionRectangle) == 0x000008, "Wrong alignment on HUD_GetActorsInSelectionRectangle"); \ +static_assert(sizeof(HUD_GetActorsInSelectionRectangle) == 0x000030, "Wrong size on HUD_GetActorsInSelectionRectangle"); \ +static_assert(offsetof(HUD_GetActorsInSelectionRectangle, ClassFilter) == 0x000000, "Member 'HUD_GetActorsInSelectionRectangle::ClassFilter' has a wrong offset!"); \ +static_assert(offsetof(HUD_GetActorsInSelectionRectangle, FirstPoint) == 0x000008, "Member 'HUD_GetActorsInSelectionRectangle::FirstPoint' has a wrong offset!"); \ +static_assert(offsetof(HUD_GetActorsInSelectionRectangle, SecondPoint) == 0x000010, "Member 'HUD_GetActorsInSelectionRectangle::SecondPoint' has a wrong offset!"); \ +static_assert(offsetof(HUD_GetActorsInSelectionRectangle, OutActors) == 0x000018, "Member 'HUD_GetActorsInSelectionRectangle::OutActors' has a wrong offset!"); \ +static_assert(offsetof(HUD_GetActorsInSelectionRectangle, bIncludeNonCollidingComponents) == 0x000028, "Member 'HUD_GetActorsInSelectionRectangle::bIncludeNonCollidingComponents' has a wrong offset!"); \ +static_assert(offsetof(HUD_GetActorsInSelectionRectangle, bActorMustBeFullyEnclosed) == 0x000029, "Member 'HUD_GetActorsInSelectionRectangle::bActorMustBeFullyEnclosed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_ReceiveDrawHUD \ +static_assert(alignof(HUD_ReceiveDrawHUD) == 0x000004, "Wrong alignment on HUD_ReceiveDrawHUD"); \ +static_assert(sizeof(HUD_ReceiveDrawHUD) == 0x000008, "Wrong size on HUD_ReceiveDrawHUD"); \ +static_assert(offsetof(HUD_ReceiveDrawHUD, SizeX) == 0x000000, "Member 'HUD_ReceiveDrawHUD::SizeX' has a wrong offset!"); \ +static_assert(offsetof(HUD_ReceiveDrawHUD, SizeY) == 0x000004, "Member 'HUD_ReceiveDrawHUD::SizeY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_ReceiveHitBoxBeginCursorOver \ +static_assert(alignof(HUD_ReceiveHitBoxBeginCursorOver) == 0x000004, "Wrong alignment on HUD_ReceiveHitBoxBeginCursorOver"); \ +static_assert(sizeof(HUD_ReceiveHitBoxBeginCursorOver) == 0x00000C, "Wrong size on HUD_ReceiveHitBoxBeginCursorOver"); \ +static_assert(offsetof(HUD_ReceiveHitBoxBeginCursorOver, BoxName) == 0x000000, "Member 'HUD_ReceiveHitBoxBeginCursorOver::BoxName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_ReceiveHitBoxClick \ +static_assert(alignof(HUD_ReceiveHitBoxClick) == 0x000004, "Wrong alignment on HUD_ReceiveHitBoxClick"); \ +static_assert(sizeof(HUD_ReceiveHitBoxClick) == 0x00000C, "Wrong size on HUD_ReceiveHitBoxClick"); \ +static_assert(offsetof(HUD_ReceiveHitBoxClick, BoxName) == 0x000000, "Member 'HUD_ReceiveHitBoxClick::BoxName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_ReceiveHitBoxEndCursorOver \ +static_assert(alignof(HUD_ReceiveHitBoxEndCursorOver) == 0x000004, "Wrong alignment on HUD_ReceiveHitBoxEndCursorOver"); \ +static_assert(sizeof(HUD_ReceiveHitBoxEndCursorOver) == 0x00000C, "Wrong size on HUD_ReceiveHitBoxEndCursorOver"); \ +static_assert(offsetof(HUD_ReceiveHitBoxEndCursorOver, BoxName) == 0x000000, "Member 'HUD_ReceiveHitBoxEndCursorOver::BoxName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_ReceiveHitBoxRelease \ +static_assert(alignof(HUD_ReceiveHitBoxRelease) == 0x000004, "Wrong alignment on HUD_ReceiveHitBoxRelease"); \ +static_assert(sizeof(HUD_ReceiveHitBoxRelease) == 0x00000C, "Wrong size on HUD_ReceiveHitBoxRelease"); \ +static_assert(offsetof(HUD_ReceiveHitBoxRelease, BoxName) == 0x000000, "Member 'HUD_ReceiveHitBoxRelease::BoxName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_RemoveDebugText \ +static_assert(alignof(HUD_RemoveDebugText) == 0x000008, "Wrong alignment on HUD_RemoveDebugText"); \ +static_assert(sizeof(HUD_RemoveDebugText) == 0x000010, "Wrong size on HUD_RemoveDebugText"); \ +static_assert(offsetof(HUD_RemoveDebugText, SrcActor) == 0x000000, "Member 'HUD_RemoveDebugText::SrcActor' has a wrong offset!"); \ +static_assert(offsetof(HUD_RemoveDebugText, bLeaveDurationText) == 0x000008, "Member 'HUD_RemoveDebugText::bLeaveDurationText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_ShowDebug \ +static_assert(alignof(HUD_ShowDebug) == 0x000004, "Wrong alignment on HUD_ShowDebug"); \ +static_assert(sizeof(HUD_ShowDebug) == 0x00000C, "Wrong size on HUD_ShowDebug"); \ +static_assert(offsetof(HUD_ShowDebug, DebugType) == 0x000000, "Member 'HUD_ShowDebug::DebugType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_ShowDebugForReticleTargetToggle \ +static_assert(alignof(HUD_ShowDebugForReticleTargetToggle) == 0x000008, "Wrong alignment on HUD_ShowDebugForReticleTargetToggle"); \ +static_assert(sizeof(HUD_ShowDebugForReticleTargetToggle) == 0x000008, "Wrong size on HUD_ShowDebugForReticleTargetToggle"); \ +static_assert(offsetof(HUD_ShowDebugForReticleTargetToggle, DesiredClass) == 0x000000, "Member 'HUD_ShowDebugForReticleTargetToggle::DesiredClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_ShowDebugToggleSubCategory \ +static_assert(alignof(HUD_ShowDebugToggleSubCategory) == 0x000004, "Wrong alignment on HUD_ShowDebugToggleSubCategory"); \ +static_assert(sizeof(HUD_ShowDebugToggleSubCategory) == 0x00000C, "Wrong size on HUD_ShowDebugToggleSubCategory"); \ +static_assert(offsetof(HUD_ShowDebugToggleSubCategory, Category) == 0x000000, "Member 'HUD_ShowDebugToggleSubCategory::Category' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_Deproject \ +static_assert(alignof(HUD_Deproject) == 0x000004, "Wrong alignment on HUD_Deproject"); \ +static_assert(sizeof(HUD_Deproject) == 0x000020, "Wrong size on HUD_Deproject"); \ +static_assert(offsetof(HUD_Deproject, ScreenX) == 0x000000, "Member 'HUD_Deproject::ScreenX' has a wrong offset!"); \ +static_assert(offsetof(HUD_Deproject, ScreenY) == 0x000004, "Member 'HUD_Deproject::ScreenY' has a wrong offset!"); \ +static_assert(offsetof(HUD_Deproject, WorldPosition) == 0x000008, "Member 'HUD_Deproject::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(HUD_Deproject, WorldDirection) == 0x000014, "Member 'HUD_Deproject::WorldDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_GetOwningPawn \ +static_assert(alignof(HUD_GetOwningPawn) == 0x000008, "Wrong alignment on HUD_GetOwningPawn"); \ +static_assert(sizeof(HUD_GetOwningPawn) == 0x000008, "Wrong size on HUD_GetOwningPawn"); \ +static_assert(offsetof(HUD_GetOwningPawn, ReturnValue) == 0x000000, "Member 'HUD_GetOwningPawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_GetOwningPlayerController \ +static_assert(alignof(HUD_GetOwningPlayerController) == 0x000008, "Wrong alignment on HUD_GetOwningPlayerController"); \ +static_assert(sizeof(HUD_GetOwningPlayerController) == 0x000008, "Wrong size on HUD_GetOwningPlayerController"); \ +static_assert(offsetof(HUD_GetOwningPlayerController, ReturnValue) == 0x000000, "Member 'HUD_GetOwningPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_GetTextSize \ +static_assert(alignof(HUD_GetTextSize) == 0x000008, "Wrong alignment on HUD_GetTextSize"); \ +static_assert(sizeof(HUD_GetTextSize) == 0x000028, "Wrong size on HUD_GetTextSize"); \ +static_assert(offsetof(HUD_GetTextSize, Text) == 0x000000, "Member 'HUD_GetTextSize::Text' has a wrong offset!"); \ +static_assert(offsetof(HUD_GetTextSize, OutWidth) == 0x000010, "Member 'HUD_GetTextSize::OutWidth' has a wrong offset!"); \ +static_assert(offsetof(HUD_GetTextSize, OutHeight) == 0x000014, "Member 'HUD_GetTextSize::OutHeight' has a wrong offset!"); \ +static_assert(offsetof(HUD_GetTextSize, Font) == 0x000018, "Member 'HUD_GetTextSize::Font' has a wrong offset!"); \ +static_assert(offsetof(HUD_GetTextSize, Scale) == 0x000020, "Member 'HUD_GetTextSize::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HUD_Project \ +static_assert(alignof(HUD_Project) == 0x000004, "Wrong alignment on HUD_Project"); \ +static_assert(sizeof(HUD_Project) == 0x000018, "Wrong size on HUD_Project"); \ +static_assert(offsetof(HUD_Project, Location) == 0x000000, "Member 'HUD_Project::Location' has a wrong offset!"); \ +static_assert(offsetof(HUD_Project, ReturnValue) == 0x00000C, "Member 'HUD_Project::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AHUD \ +static_assert(alignof(AHUD) == 0x000008, "Wrong alignment on AHUD"); \ +static_assert(sizeof(AHUD) == 0x000398, "Wrong size on AHUD"); \ +static_assert(offsetof(AHUD, PlayerOwner) == 0x0002A8, "Member 'AHUD::PlayerOwner' has a wrong offset!"); \ +static_assert(offsetof(AHUD, CurrentTargetIndex) == 0x0002B4, "Member 'AHUD::CurrentTargetIndex' has a wrong offset!"); \ +static_assert(offsetof(AHUD, PostRenderedActors) == 0x0002C0, "Member 'AHUD::PostRenderedActors' has a wrong offset!"); \ +static_assert(offsetof(AHUD, DebugDisplay) == 0x0002D8, "Member 'AHUD::DebugDisplay' has a wrong offset!"); \ +static_assert(offsetof(AHUD, ToggledDebugCategories) == 0x0002E8, "Member 'AHUD::ToggledDebugCategories' has a wrong offset!"); \ +static_assert(offsetof(AHUD, Canvas) == 0x0002F8, "Member 'AHUD::Canvas' has a wrong offset!"); \ +static_assert(offsetof(AHUD, DebugCanvas) == 0x000300, "Member 'AHUD::DebugCanvas' has a wrong offset!"); \ +static_assert(offsetof(AHUD, DebugTextList) == 0x000308, "Member 'AHUD::DebugTextList' has a wrong offset!"); \ +static_assert(offsetof(AHUD, ShowDebugTargetDesiredClass) == 0x000318, "Member 'AHUD::ShowDebugTargetDesiredClass' has a wrong offset!"); \ +static_assert(offsetof(AHUD, ShowDebugTargetActor) == 0x000320, "Member 'AHUD::ShowDebugTargetActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_CanSpectate \ +static_assert(alignof(GameModeBase_CanSpectate) == 0x000008, "Wrong alignment on GameModeBase_CanSpectate"); \ +static_assert(sizeof(GameModeBase_CanSpectate) == 0x000018, "Wrong size on GameModeBase_CanSpectate"); \ +static_assert(offsetof(GameModeBase_CanSpectate, Viewer) == 0x000000, "Member 'GameModeBase_CanSpectate::Viewer' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_CanSpectate, ViewTarget) == 0x000008, "Member 'GameModeBase_CanSpectate::ViewTarget' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_CanSpectate, ReturnValue) == 0x000010, "Member 'GameModeBase_CanSpectate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_ChangeName \ +static_assert(alignof(GameModeBase_ChangeName) == 0x000008, "Wrong alignment on GameModeBase_ChangeName"); \ +static_assert(sizeof(GameModeBase_ChangeName) == 0x000020, "Wrong size on GameModeBase_ChangeName"); \ +static_assert(offsetof(GameModeBase_ChangeName, Controller) == 0x000000, "Member 'GameModeBase_ChangeName::Controller' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_ChangeName, NewName) == 0x000008, "Member 'GameModeBase_ChangeName::NewName' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_ChangeName, bNameChange) == 0x000018, "Member 'GameModeBase_ChangeName::bNameChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_ChoosePlayerStart \ +static_assert(alignof(GameModeBase_ChoosePlayerStart) == 0x000008, "Wrong alignment on GameModeBase_ChoosePlayerStart"); \ +static_assert(sizeof(GameModeBase_ChoosePlayerStart) == 0x000010, "Wrong size on GameModeBase_ChoosePlayerStart"); \ +static_assert(offsetof(GameModeBase_ChoosePlayerStart, Player) == 0x000000, "Member 'GameModeBase_ChoosePlayerStart::Player' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_ChoosePlayerStart, ReturnValue) == 0x000008, "Member 'GameModeBase_ChoosePlayerStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_FindPlayerStart \ +static_assert(alignof(GameModeBase_FindPlayerStart) == 0x000008, "Wrong alignment on GameModeBase_FindPlayerStart"); \ +static_assert(sizeof(GameModeBase_FindPlayerStart) == 0x000020, "Wrong size on GameModeBase_FindPlayerStart"); \ +static_assert(offsetof(GameModeBase_FindPlayerStart, Player) == 0x000000, "Member 'GameModeBase_FindPlayerStart::Player' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_FindPlayerStart, IncomingName) == 0x000008, "Member 'GameModeBase_FindPlayerStart::IncomingName' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_FindPlayerStart, ReturnValue) == 0x000018, "Member 'GameModeBase_FindPlayerStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_GetDefaultPawnClassForController \ +static_assert(alignof(GameModeBase_GetDefaultPawnClassForController) == 0x000008, "Wrong alignment on GameModeBase_GetDefaultPawnClassForController"); \ +static_assert(sizeof(GameModeBase_GetDefaultPawnClassForController) == 0x000010, "Wrong size on GameModeBase_GetDefaultPawnClassForController"); \ +static_assert(offsetof(GameModeBase_GetDefaultPawnClassForController, InController) == 0x000000, "Member 'GameModeBase_GetDefaultPawnClassForController::InController' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_GetDefaultPawnClassForController, ReturnValue) == 0x000008, "Member 'GameModeBase_GetDefaultPawnClassForController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_GetNumPlayers \ +static_assert(alignof(GameModeBase_GetNumPlayers) == 0x000004, "Wrong alignment on GameModeBase_GetNumPlayers"); \ +static_assert(sizeof(GameModeBase_GetNumPlayers) == 0x000004, "Wrong size on GameModeBase_GetNumPlayers"); \ +static_assert(offsetof(GameModeBase_GetNumPlayers, ReturnValue) == 0x000000, "Member 'GameModeBase_GetNumPlayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_GetNumSpectators \ +static_assert(alignof(GameModeBase_GetNumSpectators) == 0x000004, "Wrong alignment on GameModeBase_GetNumSpectators"); \ +static_assert(sizeof(GameModeBase_GetNumSpectators) == 0x000004, "Wrong size on GameModeBase_GetNumSpectators"); \ +static_assert(offsetof(GameModeBase_GetNumSpectators, ReturnValue) == 0x000000, "Member 'GameModeBase_GetNumSpectators::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_HandleStartingNewPlayer \ +static_assert(alignof(GameModeBase_HandleStartingNewPlayer) == 0x000008, "Wrong alignment on GameModeBase_HandleStartingNewPlayer"); \ +static_assert(sizeof(GameModeBase_HandleStartingNewPlayer) == 0x000008, "Wrong size on GameModeBase_HandleStartingNewPlayer"); \ +static_assert(offsetof(GameModeBase_HandleStartingNewPlayer, NewPlayer) == 0x000000, "Member 'GameModeBase_HandleStartingNewPlayer::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_InitializeHUDForPlayer \ +static_assert(alignof(GameModeBase_InitializeHUDForPlayer) == 0x000008, "Wrong alignment on GameModeBase_InitializeHUDForPlayer"); \ +static_assert(sizeof(GameModeBase_InitializeHUDForPlayer) == 0x000008, "Wrong size on GameModeBase_InitializeHUDForPlayer"); \ +static_assert(offsetof(GameModeBase_InitializeHUDForPlayer, NewPlayer) == 0x000000, "Member 'GameModeBase_InitializeHUDForPlayer::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_InitStartSpot \ +static_assert(alignof(GameModeBase_InitStartSpot) == 0x000008, "Wrong alignment on GameModeBase_InitStartSpot"); \ +static_assert(sizeof(GameModeBase_InitStartSpot) == 0x000010, "Wrong size on GameModeBase_InitStartSpot"); \ +static_assert(offsetof(GameModeBase_InitStartSpot, StartSpot) == 0x000000, "Member 'GameModeBase_InitStartSpot::StartSpot' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_InitStartSpot, NewPlayer) == 0x000008, "Member 'GameModeBase_InitStartSpot::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_K2_FindPlayerStart \ +static_assert(alignof(GameModeBase_K2_FindPlayerStart) == 0x000008, "Wrong alignment on GameModeBase_K2_FindPlayerStart"); \ +static_assert(sizeof(GameModeBase_K2_FindPlayerStart) == 0x000020, "Wrong size on GameModeBase_K2_FindPlayerStart"); \ +static_assert(offsetof(GameModeBase_K2_FindPlayerStart, Player) == 0x000000, "Member 'GameModeBase_K2_FindPlayerStart::Player' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_K2_FindPlayerStart, IncomingName) == 0x000008, "Member 'GameModeBase_K2_FindPlayerStart::IncomingName' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_K2_FindPlayerStart, ReturnValue) == 0x000018, "Member 'GameModeBase_K2_FindPlayerStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_K2_OnChangeName \ +static_assert(alignof(GameModeBase_K2_OnChangeName) == 0x000008, "Wrong alignment on GameModeBase_K2_OnChangeName"); \ +static_assert(sizeof(GameModeBase_K2_OnChangeName) == 0x000020, "Wrong size on GameModeBase_K2_OnChangeName"); \ +static_assert(offsetof(GameModeBase_K2_OnChangeName, Other) == 0x000000, "Member 'GameModeBase_K2_OnChangeName::Other' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_K2_OnChangeName, NewName) == 0x000008, "Member 'GameModeBase_K2_OnChangeName::NewName' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_K2_OnChangeName, bNameChange) == 0x000018, "Member 'GameModeBase_K2_OnChangeName::bNameChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_K2_OnLogout \ +static_assert(alignof(GameModeBase_K2_OnLogout) == 0x000008, "Wrong alignment on GameModeBase_K2_OnLogout"); \ +static_assert(sizeof(GameModeBase_K2_OnLogout) == 0x000008, "Wrong size on GameModeBase_K2_OnLogout"); \ +static_assert(offsetof(GameModeBase_K2_OnLogout, ExitingController) == 0x000000, "Member 'GameModeBase_K2_OnLogout::ExitingController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_K2_OnRestartPlayer \ +static_assert(alignof(GameModeBase_K2_OnRestartPlayer) == 0x000008, "Wrong alignment on GameModeBase_K2_OnRestartPlayer"); \ +static_assert(sizeof(GameModeBase_K2_OnRestartPlayer) == 0x000008, "Wrong size on GameModeBase_K2_OnRestartPlayer"); \ +static_assert(offsetof(GameModeBase_K2_OnRestartPlayer, NewPlayer) == 0x000000, "Member 'GameModeBase_K2_OnRestartPlayer::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_K2_OnSwapPlayerControllers \ +static_assert(alignof(GameModeBase_K2_OnSwapPlayerControllers) == 0x000008, "Wrong alignment on GameModeBase_K2_OnSwapPlayerControllers"); \ +static_assert(sizeof(GameModeBase_K2_OnSwapPlayerControllers) == 0x000010, "Wrong size on GameModeBase_K2_OnSwapPlayerControllers"); \ +static_assert(offsetof(GameModeBase_K2_OnSwapPlayerControllers, OldPC) == 0x000000, "Member 'GameModeBase_K2_OnSwapPlayerControllers::OldPC' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_K2_OnSwapPlayerControllers, NewPC) == 0x000008, "Member 'GameModeBase_K2_OnSwapPlayerControllers::NewPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_K2_PostLogin \ +static_assert(alignof(GameModeBase_K2_PostLogin) == 0x000008, "Wrong alignment on GameModeBase_K2_PostLogin"); \ +static_assert(sizeof(GameModeBase_K2_PostLogin) == 0x000008, "Wrong size on GameModeBase_K2_PostLogin"); \ +static_assert(offsetof(GameModeBase_K2_PostLogin, NewPlayer) == 0x000000, "Member 'GameModeBase_K2_PostLogin::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_PlayerCanRestart \ +static_assert(alignof(GameModeBase_PlayerCanRestart) == 0x000008, "Wrong alignment on GameModeBase_PlayerCanRestart"); \ +static_assert(sizeof(GameModeBase_PlayerCanRestart) == 0x000010, "Wrong size on GameModeBase_PlayerCanRestart"); \ +static_assert(offsetof(GameModeBase_PlayerCanRestart, Player) == 0x000000, "Member 'GameModeBase_PlayerCanRestart::Player' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_PlayerCanRestart, ReturnValue) == 0x000008, "Member 'GameModeBase_PlayerCanRestart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_RestartPlayer \ +static_assert(alignof(GameModeBase_RestartPlayer) == 0x000008, "Wrong alignment on GameModeBase_RestartPlayer"); \ +static_assert(sizeof(GameModeBase_RestartPlayer) == 0x000008, "Wrong size on GameModeBase_RestartPlayer"); \ +static_assert(offsetof(GameModeBase_RestartPlayer, NewPlayer) == 0x000000, "Member 'GameModeBase_RestartPlayer::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_RestartPlayerAtPlayerStart \ +static_assert(alignof(GameModeBase_RestartPlayerAtPlayerStart) == 0x000008, "Wrong alignment on GameModeBase_RestartPlayerAtPlayerStart"); \ +static_assert(sizeof(GameModeBase_RestartPlayerAtPlayerStart) == 0x000010, "Wrong size on GameModeBase_RestartPlayerAtPlayerStart"); \ +static_assert(offsetof(GameModeBase_RestartPlayerAtPlayerStart, NewPlayer) == 0x000000, "Member 'GameModeBase_RestartPlayerAtPlayerStart::NewPlayer' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_RestartPlayerAtPlayerStart, StartSpot) == 0x000008, "Member 'GameModeBase_RestartPlayerAtPlayerStart::StartSpot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_RestartPlayerAtTransform \ +static_assert(alignof(GameModeBase_RestartPlayerAtTransform) == 0x000010, "Wrong alignment on GameModeBase_RestartPlayerAtTransform"); \ +static_assert(sizeof(GameModeBase_RestartPlayerAtTransform) == 0x000040, "Wrong size on GameModeBase_RestartPlayerAtTransform"); \ +static_assert(offsetof(GameModeBase_RestartPlayerAtTransform, NewPlayer) == 0x000000, "Member 'GameModeBase_RestartPlayerAtTransform::NewPlayer' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_RestartPlayerAtTransform, SpawnTransform) == 0x000010, "Member 'GameModeBase_RestartPlayerAtTransform::SpawnTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_ShouldReset \ +static_assert(alignof(GameModeBase_ShouldReset) == 0x000008, "Wrong alignment on GameModeBase_ShouldReset"); \ +static_assert(sizeof(GameModeBase_ShouldReset) == 0x000010, "Wrong size on GameModeBase_ShouldReset"); \ +static_assert(offsetof(GameModeBase_ShouldReset, ActorToReset) == 0x000000, "Member 'GameModeBase_ShouldReset::ActorToReset' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_ShouldReset, ReturnValue) == 0x000008, "Member 'GameModeBase_ShouldReset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_SpawnDefaultPawnAtTransform \ +static_assert(alignof(GameModeBase_SpawnDefaultPawnAtTransform) == 0x000010, "Wrong alignment on GameModeBase_SpawnDefaultPawnAtTransform"); \ +static_assert(sizeof(GameModeBase_SpawnDefaultPawnAtTransform) == 0x000050, "Wrong size on GameModeBase_SpawnDefaultPawnAtTransform"); \ +static_assert(offsetof(GameModeBase_SpawnDefaultPawnAtTransform, NewPlayer) == 0x000000, "Member 'GameModeBase_SpawnDefaultPawnAtTransform::NewPlayer' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_SpawnDefaultPawnAtTransform, SpawnTransform) == 0x000010, "Member 'GameModeBase_SpawnDefaultPawnAtTransform::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_SpawnDefaultPawnAtTransform, ReturnValue) == 0x000040, "Member 'GameModeBase_SpawnDefaultPawnAtTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_SpawnDefaultPawnFor \ +static_assert(alignof(GameModeBase_SpawnDefaultPawnFor) == 0x000008, "Wrong alignment on GameModeBase_SpawnDefaultPawnFor"); \ +static_assert(sizeof(GameModeBase_SpawnDefaultPawnFor) == 0x000018, "Wrong size on GameModeBase_SpawnDefaultPawnFor"); \ +static_assert(offsetof(GameModeBase_SpawnDefaultPawnFor, NewPlayer) == 0x000000, "Member 'GameModeBase_SpawnDefaultPawnFor::NewPlayer' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_SpawnDefaultPawnFor, StartSpot) == 0x000008, "Member 'GameModeBase_SpawnDefaultPawnFor::StartSpot' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_SpawnDefaultPawnFor, ReturnValue) == 0x000010, "Member 'GameModeBase_SpawnDefaultPawnFor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_HasMatchEnded \ +static_assert(alignof(GameModeBase_HasMatchEnded) == 0x000001, "Wrong alignment on GameModeBase_HasMatchEnded"); \ +static_assert(sizeof(GameModeBase_HasMatchEnded) == 0x000001, "Wrong size on GameModeBase_HasMatchEnded"); \ +static_assert(offsetof(GameModeBase_HasMatchEnded, ReturnValue) == 0x000000, "Member 'GameModeBase_HasMatchEnded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_HasMatchStarted \ +static_assert(alignof(GameModeBase_HasMatchStarted) == 0x000001, "Wrong alignment on GameModeBase_HasMatchStarted"); \ +static_assert(sizeof(GameModeBase_HasMatchStarted) == 0x000001, "Wrong size on GameModeBase_HasMatchStarted"); \ +static_assert(offsetof(GameModeBase_HasMatchStarted, ReturnValue) == 0x000000, "Member 'GameModeBase_HasMatchStarted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_MustSpectate \ +static_assert(alignof(GameModeBase_MustSpectate) == 0x000008, "Wrong alignment on GameModeBase_MustSpectate"); \ +static_assert(sizeof(GameModeBase_MustSpectate) == 0x000010, "Wrong size on GameModeBase_MustSpectate"); \ +static_assert(offsetof(GameModeBase_MustSpectate, NewPlayerController) == 0x000000, "Member 'GameModeBase_MustSpectate::NewPlayerController' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_MustSpectate, ReturnValue) == 0x000008, "Member 'GameModeBase_MustSpectate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameModeBase \ +static_assert(alignof(AGameModeBase) == 0x000008, "Wrong alignment on AGameModeBase"); \ +static_assert(sizeof(AGameModeBase) == 0x000348, "Wrong size on AGameModeBase"); \ +static_assert(offsetof(AGameModeBase, OptionsString) == 0x0002A8, "Member 'AGameModeBase::OptionsString' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, GameSessionClass) == 0x0002B8, "Member 'AGameModeBase::GameSessionClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, GameStateClass) == 0x0002C0, "Member 'AGameModeBase::GameStateClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, PlayerControllerClass) == 0x0002C8, "Member 'AGameModeBase::PlayerControllerClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, PlayerStateClass) == 0x0002D0, "Member 'AGameModeBase::PlayerStateClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, HUDClass) == 0x0002D8, "Member 'AGameModeBase::HUDClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, DefaultPawnClass) == 0x0002E0, "Member 'AGameModeBase::DefaultPawnClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, SpectatorClass) == 0x0002E8, "Member 'AGameModeBase::SpectatorClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, ReplaySpectatorPlayerControllerClass) == 0x0002F0, "Member 'AGameModeBase::ReplaySpectatorPlayerControllerClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, ServerStatReplicatorClass) == 0x0002F8, "Member 'AGameModeBase::ServerStatReplicatorClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, GameSession) == 0x000300, "Member 'AGameModeBase::GameSession' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, GameState) == 0x000308, "Member 'AGameModeBase::GameState' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, ServerStatReplicator) == 0x000310, "Member 'AGameModeBase::ServerStatReplicator' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, DefaultPlayerName) == 0x000318, "Member 'AGameModeBase::DefaultPlayerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMode_K2_OnSetMatchState \ +static_assert(alignof(GameMode_K2_OnSetMatchState) == 0x000004, "Wrong alignment on GameMode_K2_OnSetMatchState"); \ +static_assert(sizeof(GameMode_K2_OnSetMatchState) == 0x00000C, "Wrong size on GameMode_K2_OnSetMatchState"); \ +static_assert(offsetof(GameMode_K2_OnSetMatchState, NewState) == 0x000000, "Member 'GameMode_K2_OnSetMatchState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMode_ReadyToEndMatch \ +static_assert(alignof(GameMode_ReadyToEndMatch) == 0x000001, "Wrong alignment on GameMode_ReadyToEndMatch"); \ +static_assert(sizeof(GameMode_ReadyToEndMatch) == 0x000001, "Wrong size on GameMode_ReadyToEndMatch"); \ +static_assert(offsetof(GameMode_ReadyToEndMatch, ReturnValue) == 0x000000, "Member 'GameMode_ReadyToEndMatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMode_ReadyToStartMatch \ +static_assert(alignof(GameMode_ReadyToStartMatch) == 0x000001, "Wrong alignment on GameMode_ReadyToStartMatch"); \ +static_assert(sizeof(GameMode_ReadyToStartMatch) == 0x000001, "Wrong size on GameMode_ReadyToStartMatch"); \ +static_assert(offsetof(GameMode_ReadyToStartMatch, ReturnValue) == 0x000000, "Member 'GameMode_ReadyToStartMatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMode_Say \ +static_assert(alignof(GameMode_Say) == 0x000008, "Wrong alignment on GameMode_Say"); \ +static_assert(sizeof(GameMode_Say) == 0x000010, "Wrong size on GameMode_Say"); \ +static_assert(offsetof(GameMode_Say, Msg) == 0x000000, "Member 'GameMode_Say::Msg' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMode_SetBandwidthLimit \ +static_assert(alignof(GameMode_SetBandwidthLimit) == 0x000004, "Wrong alignment on GameMode_SetBandwidthLimit"); \ +static_assert(sizeof(GameMode_SetBandwidthLimit) == 0x000004, "Wrong size on GameMode_SetBandwidthLimit"); \ +static_assert(offsetof(GameMode_SetBandwidthLimit, AsyncIOBandwidthLimit) == 0x000000, "Member 'GameMode_SetBandwidthLimit::AsyncIOBandwidthLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMode_GetMatchState \ +static_assert(alignof(GameMode_GetMatchState) == 0x000004, "Wrong alignment on GameMode_GetMatchState"); \ +static_assert(sizeof(GameMode_GetMatchState) == 0x00000C, "Wrong size on GameMode_GetMatchState"); \ +static_assert(offsetof(GameMode_GetMatchState, ReturnValue) == 0x000000, "Member 'GameMode_GetMatchState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMode_IsMatchInProgress \ +static_assert(alignof(GameMode_IsMatchInProgress) == 0x000001, "Wrong alignment on GameMode_IsMatchInProgress"); \ +static_assert(sizeof(GameMode_IsMatchInProgress) == 0x000001, "Wrong size on GameMode_IsMatchInProgress"); \ +static_assert(offsetof(GameMode_IsMatchInProgress, ReturnValue) == 0x000000, "Member 'GameMode_IsMatchInProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameMode \ +static_assert(alignof(AGameMode) == 0x000008, "Wrong alignment on AGameMode"); \ +static_assert(sizeof(AGameMode) == 0x000398, "Wrong size on AGameMode"); \ +static_assert(offsetof(AGameMode, MatchState) == 0x000348, "Member 'AGameMode::MatchState' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, NumSpectators) == 0x000358, "Member 'AGameMode::NumSpectators' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, NumPlayers) == 0x00035C, "Member 'AGameMode::NumPlayers' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, NumBots) == 0x000360, "Member 'AGameMode::NumBots' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, MinRespawnDelay) == 0x000364, "Member 'AGameMode::MinRespawnDelay' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, NumTravellingPlayers) == 0x000368, "Member 'AGameMode::NumTravellingPlayers' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, EngineMessageClass) == 0x000370, "Member 'AGameMode::EngineMessageClass' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, InactivePlayerArray) == 0x000378, "Member 'AGameMode::InactivePlayerArray' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, InactivePlayerStateLifeSpan) == 0x000388, "Member 'AGameMode::InactivePlayerStateLifeSpan' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, MaxInactivePlayers) == 0x00038C, "Member 'AGameMode::MaxInactivePlayers' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, bHandleDedicatedServerReplays) == 0x000390, "Member 'AGameMode::bHandleDedicatedServerReplays' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPerInstanceFadeAmount \ +static_assert(alignof(UMaterialExpressionPerInstanceFadeAmount) == 0x000008, "Wrong alignment on UMaterialExpressionPerInstanceFadeAmount"); \ +static_assert(sizeof(UMaterialExpressionPerInstanceFadeAmount) == 0x000048, "Wrong size on UMaterialExpressionPerInstanceFadeAmount"); \ + +#define DUMPER7_ASSERTS_Pawn_GetMovementBaseActor \ +static_assert(alignof(Pawn_GetMovementBaseActor) == 0x000008, "Wrong alignment on Pawn_GetMovementBaseActor"); \ +static_assert(sizeof(Pawn_GetMovementBaseActor) == 0x000010, "Wrong size on Pawn_GetMovementBaseActor"); \ +static_assert(offsetof(Pawn_GetMovementBaseActor, Pawn) == 0x000000, "Member 'Pawn_GetMovementBaseActor::Pawn' has a wrong offset!"); \ +static_assert(offsetof(Pawn_GetMovementBaseActor, ReturnValue) == 0x000008, "Member 'Pawn_GetMovementBaseActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_AddControllerPitchInput \ +static_assert(alignof(Pawn_AddControllerPitchInput) == 0x000004, "Wrong alignment on Pawn_AddControllerPitchInput"); \ +static_assert(sizeof(Pawn_AddControllerPitchInput) == 0x000004, "Wrong size on Pawn_AddControllerPitchInput"); \ +static_assert(offsetof(Pawn_AddControllerPitchInput, Val) == 0x000000, "Member 'Pawn_AddControllerPitchInput::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_AddControllerRollInput \ +static_assert(alignof(Pawn_AddControllerRollInput) == 0x000004, "Wrong alignment on Pawn_AddControllerRollInput"); \ +static_assert(sizeof(Pawn_AddControllerRollInput) == 0x000004, "Wrong size on Pawn_AddControllerRollInput"); \ +static_assert(offsetof(Pawn_AddControllerRollInput, Val) == 0x000000, "Member 'Pawn_AddControllerRollInput::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_AddControllerYawInput \ +static_assert(alignof(Pawn_AddControllerYawInput) == 0x000004, "Wrong alignment on Pawn_AddControllerYawInput"); \ +static_assert(sizeof(Pawn_AddControllerYawInput) == 0x000004, "Wrong size on Pawn_AddControllerYawInput"); \ +static_assert(offsetof(Pawn_AddControllerYawInput, Val) == 0x000000, "Member 'Pawn_AddControllerYawInput::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_AddMovementInput \ +static_assert(alignof(Pawn_AddMovementInput) == 0x000004, "Wrong alignment on Pawn_AddMovementInput"); \ +static_assert(sizeof(Pawn_AddMovementInput) == 0x000014, "Wrong size on Pawn_AddMovementInput"); \ +static_assert(offsetof(Pawn_AddMovementInput, WorldDirection) == 0x000000, "Member 'Pawn_AddMovementInput::WorldDirection' has a wrong offset!"); \ +static_assert(offsetof(Pawn_AddMovementInput, ScaleValue) == 0x00000C, "Member 'Pawn_AddMovementInput::ScaleValue' has a wrong offset!"); \ +static_assert(offsetof(Pawn_AddMovementInput, bForce) == 0x000010, "Member 'Pawn_AddMovementInput::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_ConsumeMovementInputVector \ +static_assert(alignof(Pawn_ConsumeMovementInputVector) == 0x000004, "Wrong alignment on Pawn_ConsumeMovementInputVector"); \ +static_assert(sizeof(Pawn_ConsumeMovementInputVector) == 0x00000C, "Wrong size on Pawn_ConsumeMovementInputVector"); \ +static_assert(offsetof(Pawn_ConsumeMovementInputVector, ReturnValue) == 0x000000, "Member 'Pawn_ConsumeMovementInputVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_LaunchPawn \ +static_assert(alignof(Pawn_LaunchPawn) == 0x000004, "Wrong alignment on Pawn_LaunchPawn"); \ +static_assert(sizeof(Pawn_LaunchPawn) == 0x000010, "Wrong size on Pawn_LaunchPawn"); \ +static_assert(offsetof(Pawn_LaunchPawn, LaunchVelocity) == 0x000000, "Member 'Pawn_LaunchPawn::LaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(Pawn_LaunchPawn, bXYOverride) == 0x00000C, "Member 'Pawn_LaunchPawn::bXYOverride' has a wrong offset!"); \ +static_assert(offsetof(Pawn_LaunchPawn, bZOverride) == 0x00000D, "Member 'Pawn_LaunchPawn::bZOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_PawnMakeNoise \ +static_assert(alignof(Pawn_PawnMakeNoise) == 0x000008, "Wrong alignment on Pawn_PawnMakeNoise"); \ +static_assert(sizeof(Pawn_PawnMakeNoise) == 0x000020, "Wrong size on Pawn_PawnMakeNoise"); \ +static_assert(offsetof(Pawn_PawnMakeNoise, Loudness) == 0x000000, "Member 'Pawn_PawnMakeNoise::Loudness' has a wrong offset!"); \ +static_assert(offsetof(Pawn_PawnMakeNoise, NoiseLocation) == 0x000004, "Member 'Pawn_PawnMakeNoise::NoiseLocation' has a wrong offset!"); \ +static_assert(offsetof(Pawn_PawnMakeNoise, bUseNoiseMakerLocation) == 0x000010, "Member 'Pawn_PawnMakeNoise::bUseNoiseMakerLocation' has a wrong offset!"); \ +static_assert(offsetof(Pawn_PawnMakeNoise, NoiseMaker) == 0x000018, "Member 'Pawn_PawnMakeNoise::NoiseMaker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_ReceivePossessed \ +static_assert(alignof(Pawn_ReceivePossessed) == 0x000008, "Wrong alignment on Pawn_ReceivePossessed"); \ +static_assert(sizeof(Pawn_ReceivePossessed) == 0x000008, "Wrong size on Pawn_ReceivePossessed"); \ +static_assert(offsetof(Pawn_ReceivePossessed, NewController) == 0x000000, "Member 'Pawn_ReceivePossessed::NewController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_ReceiveUnpossessed \ +static_assert(alignof(Pawn_ReceiveUnpossessed) == 0x000008, "Wrong alignment on Pawn_ReceiveUnpossessed"); \ +static_assert(sizeof(Pawn_ReceiveUnpossessed) == 0x000008, "Wrong size on Pawn_ReceiveUnpossessed"); \ +static_assert(offsetof(Pawn_ReceiveUnpossessed, OldController) == 0x000000, "Member 'Pawn_ReceiveUnpossessed::OldController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_SetCanAffectNavigationGeneration \ +static_assert(alignof(Pawn_SetCanAffectNavigationGeneration) == 0x000001, "Wrong alignment on Pawn_SetCanAffectNavigationGeneration"); \ +static_assert(sizeof(Pawn_SetCanAffectNavigationGeneration) == 0x000002, "Wrong size on Pawn_SetCanAffectNavigationGeneration"); \ +static_assert(offsetof(Pawn_SetCanAffectNavigationGeneration, bNewValue) == 0x000000, "Member 'Pawn_SetCanAffectNavigationGeneration::bNewValue' has a wrong offset!"); \ +static_assert(offsetof(Pawn_SetCanAffectNavigationGeneration, bForceUpdate) == 0x000001, "Member 'Pawn_SetCanAffectNavigationGeneration::bForceUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetBaseAimRotation \ +static_assert(alignof(Pawn_GetBaseAimRotation) == 0x000004, "Wrong alignment on Pawn_GetBaseAimRotation"); \ +static_assert(sizeof(Pawn_GetBaseAimRotation) == 0x00000C, "Wrong size on Pawn_GetBaseAimRotation"); \ +static_assert(offsetof(Pawn_GetBaseAimRotation, ReturnValue) == 0x000000, "Member 'Pawn_GetBaseAimRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetController \ +static_assert(alignof(Pawn_GetController) == 0x000008, "Wrong alignment on Pawn_GetController"); \ +static_assert(sizeof(Pawn_GetController) == 0x000008, "Wrong size on Pawn_GetController"); \ +static_assert(offsetof(Pawn_GetController, ReturnValue) == 0x000000, "Member 'Pawn_GetController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetControlRotation \ +static_assert(alignof(Pawn_GetControlRotation) == 0x000004, "Wrong alignment on Pawn_GetControlRotation"); \ +static_assert(sizeof(Pawn_GetControlRotation) == 0x00000C, "Wrong size on Pawn_GetControlRotation"); \ +static_assert(offsetof(Pawn_GetControlRotation, ReturnValue) == 0x000000, "Member 'Pawn_GetControlRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetLastMovementInputVector \ +static_assert(alignof(Pawn_GetLastMovementInputVector) == 0x000004, "Wrong alignment on Pawn_GetLastMovementInputVector"); \ +static_assert(sizeof(Pawn_GetLastMovementInputVector) == 0x00000C, "Wrong size on Pawn_GetLastMovementInputVector"); \ +static_assert(offsetof(Pawn_GetLastMovementInputVector, ReturnValue) == 0x000000, "Member 'Pawn_GetLastMovementInputVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetMovementComponent \ +static_assert(alignof(Pawn_GetMovementComponent) == 0x000008, "Wrong alignment on Pawn_GetMovementComponent"); \ +static_assert(sizeof(Pawn_GetMovementComponent) == 0x000008, "Wrong size on Pawn_GetMovementComponent"); \ +static_assert(offsetof(Pawn_GetMovementComponent, ReturnValue) == 0x000000, "Member 'Pawn_GetMovementComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetNavAgentLocation \ +static_assert(alignof(Pawn_GetNavAgentLocation) == 0x000004, "Wrong alignment on Pawn_GetNavAgentLocation"); \ +static_assert(sizeof(Pawn_GetNavAgentLocation) == 0x00000C, "Wrong size on Pawn_GetNavAgentLocation"); \ +static_assert(offsetof(Pawn_GetNavAgentLocation, ReturnValue) == 0x000000, "Member 'Pawn_GetNavAgentLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetPendingMovementInputVector \ +static_assert(alignof(Pawn_GetPendingMovementInputVector) == 0x000004, "Wrong alignment on Pawn_GetPendingMovementInputVector"); \ +static_assert(sizeof(Pawn_GetPendingMovementInputVector) == 0x00000C, "Wrong size on Pawn_GetPendingMovementInputVector"); \ +static_assert(offsetof(Pawn_GetPendingMovementInputVector, ReturnValue) == 0x000000, "Member 'Pawn_GetPendingMovementInputVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_IsBotControlled \ +static_assert(alignof(Pawn_IsBotControlled) == 0x000001, "Wrong alignment on Pawn_IsBotControlled"); \ +static_assert(sizeof(Pawn_IsBotControlled) == 0x000001, "Wrong size on Pawn_IsBotControlled"); \ +static_assert(offsetof(Pawn_IsBotControlled, ReturnValue) == 0x000000, "Member 'Pawn_IsBotControlled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_IsControlled \ +static_assert(alignof(Pawn_IsControlled) == 0x000001, "Wrong alignment on Pawn_IsControlled"); \ +static_assert(sizeof(Pawn_IsControlled) == 0x000001, "Wrong size on Pawn_IsControlled"); \ +static_assert(offsetof(Pawn_IsControlled, ReturnValue) == 0x000000, "Member 'Pawn_IsControlled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_IsLocallyControlled \ +static_assert(alignof(Pawn_IsLocallyControlled) == 0x000001, "Wrong alignment on Pawn_IsLocallyControlled"); \ +static_assert(sizeof(Pawn_IsLocallyControlled) == 0x000001, "Wrong size on Pawn_IsLocallyControlled"); \ +static_assert(offsetof(Pawn_IsLocallyControlled, ReturnValue) == 0x000000, "Member 'Pawn_IsLocallyControlled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_IsMoveInputIgnored \ +static_assert(alignof(Pawn_IsMoveInputIgnored) == 0x000001, "Wrong alignment on Pawn_IsMoveInputIgnored"); \ +static_assert(sizeof(Pawn_IsMoveInputIgnored) == 0x000001, "Wrong size on Pawn_IsMoveInputIgnored"); \ +static_assert(offsetof(Pawn_IsMoveInputIgnored, ReturnValue) == 0x000000, "Member 'Pawn_IsMoveInputIgnored::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_IsPawnControlled \ +static_assert(alignof(Pawn_IsPawnControlled) == 0x000001, "Wrong alignment on Pawn_IsPawnControlled"); \ +static_assert(sizeof(Pawn_IsPawnControlled) == 0x000001, "Wrong size on Pawn_IsPawnControlled"); \ +static_assert(offsetof(Pawn_IsPawnControlled, ReturnValue) == 0x000000, "Member 'Pawn_IsPawnControlled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_IsPlayerControlled \ +static_assert(alignof(Pawn_IsPlayerControlled) == 0x000001, "Wrong alignment on Pawn_IsPlayerControlled"); \ +static_assert(sizeof(Pawn_IsPlayerControlled) == 0x000001, "Wrong size on Pawn_IsPlayerControlled"); \ +static_assert(offsetof(Pawn_IsPlayerControlled, ReturnValue) == 0x000000, "Member 'Pawn_IsPlayerControlled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_K2_GetMovementInputVector \ +static_assert(alignof(Pawn_K2_GetMovementInputVector) == 0x000004, "Wrong alignment on Pawn_K2_GetMovementInputVector"); \ +static_assert(sizeof(Pawn_K2_GetMovementInputVector) == 0x00000C, "Wrong size on Pawn_K2_GetMovementInputVector"); \ +static_assert(offsetof(Pawn_K2_GetMovementInputVector, ReturnValue) == 0x000000, "Member 'Pawn_K2_GetMovementInputVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APawn \ +static_assert(alignof(APawn) == 0x000008, "Wrong alignment on APawn"); \ +static_assert(sizeof(APawn) == 0x000330, "Wrong size on APawn"); \ +static_assert(offsetof(APawn, BaseEyeHeight) == 0x0002B4, "Member 'APawn::BaseEyeHeight' has a wrong offset!"); \ +static_assert(offsetof(APawn, AutoPossessPlayer) == 0x0002B8, "Member 'APawn::AutoPossessPlayer' has a wrong offset!"); \ +static_assert(offsetof(APawn, AutoPossessAI) == 0x0002B9, "Member 'APawn::AutoPossessAI' has a wrong offset!"); \ +static_assert(offsetof(APawn, RemoteViewPitch) == 0x0002BA, "Member 'APawn::RemoteViewPitch' has a wrong offset!"); \ +static_assert(offsetof(APawn, AIControllerClassName) == 0x0002C0, "Member 'APawn::AIControllerClassName' has a wrong offset!"); \ +static_assert(offsetof(APawn, AIControllerClass) == 0x0002E0, "Member 'APawn::AIControllerClass' has a wrong offset!"); \ +static_assert(offsetof(APawn, bAutomaticallyRegisterAsStimulusSource) == 0x0002E8, "Member 'APawn::bAutomaticallyRegisterAsStimulusSource' has a wrong offset!"); \ +static_assert(offsetof(APawn, PlayerState) == 0x0002F0, "Member 'APawn::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(APawn, LastHitBy) == 0x000300, "Member 'APawn::LastHitBy' has a wrong offset!"); \ +static_assert(offsetof(APawn, Controller) == 0x000308, "Member 'APawn::Controller' has a wrong offset!"); \ +static_assert(offsetof(APawn, ControlInputVector) == 0x000314, "Member 'APawn::ControlInputVector' has a wrong offset!"); \ +static_assert(offsetof(APawn, LastControlInputVector) == 0x000320, "Member 'APawn::LastControlInputVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundSubmixBase \ +static_assert(alignof(USoundSubmixBase) == 0x000008, "Wrong alignment on USoundSubmixBase"); \ +static_assert(sizeof(USoundSubmixBase) == 0x000040, "Wrong size on USoundSubmixBase"); \ +static_assert(offsetof(USoundSubmixBase, ChildSubmixes) == 0x000030, "Member 'USoundSubmixBase::ChildSubmixes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundSubmixWithParentBase \ +static_assert(alignof(USoundSubmixWithParentBase) == 0x000008, "Wrong alignment on USoundSubmixWithParentBase"); \ +static_assert(sizeof(USoundSubmixWithParentBase) == 0x000048, "Wrong size on USoundSubmixWithParentBase"); \ +static_assert(offsetof(USoundSubmixWithParentBase, ParentSubmix) == 0x000040, "Member 'USoundSubmixWithParentBase::ParentSubmix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDialogueVoice \ +static_assert(alignof(UDialogueVoice) == 0x000008, "Wrong alignment on UDialogueVoice"); \ +static_assert(sizeof(UDialogueVoice) == 0x000048, "Wrong size on UDialogueVoice"); \ +static_assert(offsetof(UDialogueVoice, Gender) == 0x000030, "Member 'UDialogueVoice::Gender' has a wrong offset!"); \ +static_assert(offsetof(UDialogueVoice, Plurality) == 0x000031, "Member 'UDialogueVoice::Plurality' has a wrong offset!"); \ +static_assert(offsetof(UDialogueVoice, LocalizationGUID) == 0x000034, "Member 'UDialogueVoice::LocalizationGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommandlet \ +static_assert(alignof(UCommandlet) == 0x000008, "Wrong alignment on UCommandlet"); \ +static_assert(sizeof(UCommandlet) == 0x000088, "Wrong size on UCommandlet"); \ +static_assert(offsetof(UCommandlet, HelpDescription) == 0x000030, "Member 'UCommandlet::HelpDescription' has a wrong offset!"); \ +static_assert(offsetof(UCommandlet, HelpUsage) == 0x000040, "Member 'UCommandlet::HelpUsage' has a wrong offset!"); \ +static_assert(offsetof(UCommandlet, HelpWebLink) == 0x000050, "Member 'UCommandlet::HelpWebLink' has a wrong offset!"); \ +static_assert(offsetof(UCommandlet, HelpParamNames) == 0x000060, "Member 'UCommandlet::HelpParamNames' has a wrong offset!"); \ +static_assert(offsetof(UCommandlet, HelpParamDescriptions) == 0x000070, "Member 'UCommandlet::HelpParamDescriptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotify_GetNotifyName \ +static_assert(alignof(AnimNotify_GetNotifyName) == 0x000008, "Wrong alignment on AnimNotify_GetNotifyName"); \ +static_assert(sizeof(AnimNotify_GetNotifyName) == 0x000010, "Wrong size on AnimNotify_GetNotifyName"); \ +static_assert(offsetof(AnimNotify_GetNotifyName, ReturnValue) == 0x000000, "Member 'AnimNotify_GetNotifyName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotify_Received_Notify \ +static_assert(alignof(AnimNotify_Received_Notify) == 0x000008, "Wrong alignment on AnimNotify_Received_Notify"); \ +static_assert(sizeof(AnimNotify_Received_Notify) == 0x000018, "Wrong size on AnimNotify_Received_Notify"); \ +static_assert(offsetof(AnimNotify_Received_Notify, MeshComp) == 0x000000, "Member 'AnimNotify_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(AnimNotify_Received_Notify, Animation) == 0x000008, "Member 'AnimNotify_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(AnimNotify_Received_Notify, ReturnValue) == 0x000010, "Member 'AnimNotify_Received_Notify::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotify \ +static_assert(alignof(UAnimNotify) == 0x000008, "Wrong alignment on UAnimNotify"); \ +static_assert(sizeof(UAnimNotify) == 0x000040, "Wrong size on UAnimNotify"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_PauseClothingSimulation \ +static_assert(alignof(UAnimNotify_PauseClothingSimulation) == 0x000008, "Wrong alignment on UAnimNotify_PauseClothingSimulation"); \ +static_assert(sizeof(UAnimNotify_PauseClothingSimulation) == 0x000040, "Wrong size on UAnimNotify_PauseClothingSimulation"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPerInstanceRandom \ +static_assert(alignof(UMaterialExpressionPerInstanceRandom) == 0x000008, "Wrong alignment on UMaterialExpressionPerInstanceRandom"); \ +static_assert(sizeof(UMaterialExpressionPerInstanceRandom) == 0x000048, "Wrong size on UMaterialExpressionPerInstanceRandom"); \ + +#define DUMPER7_ASSERTS_DefaultPawn_LookUpAtRate \ +static_assert(alignof(DefaultPawn_LookUpAtRate) == 0x000004, "Wrong alignment on DefaultPawn_LookUpAtRate"); \ +static_assert(sizeof(DefaultPawn_LookUpAtRate) == 0x000004, "Wrong size on DefaultPawn_LookUpAtRate"); \ +static_assert(offsetof(DefaultPawn_LookUpAtRate, Rate) == 0x000000, "Member 'DefaultPawn_LookUpAtRate::Rate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DefaultPawn_MoveForward \ +static_assert(alignof(DefaultPawn_MoveForward) == 0x000004, "Wrong alignment on DefaultPawn_MoveForward"); \ +static_assert(sizeof(DefaultPawn_MoveForward) == 0x000004, "Wrong size on DefaultPawn_MoveForward"); \ +static_assert(offsetof(DefaultPawn_MoveForward, Val) == 0x000000, "Member 'DefaultPawn_MoveForward::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DefaultPawn_MoveRight \ +static_assert(alignof(DefaultPawn_MoveRight) == 0x000004, "Wrong alignment on DefaultPawn_MoveRight"); \ +static_assert(sizeof(DefaultPawn_MoveRight) == 0x000004, "Wrong size on DefaultPawn_MoveRight"); \ +static_assert(offsetof(DefaultPawn_MoveRight, Val) == 0x000000, "Member 'DefaultPawn_MoveRight::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DefaultPawn_MoveUp_World \ +static_assert(alignof(DefaultPawn_MoveUp_World) == 0x000004, "Wrong alignment on DefaultPawn_MoveUp_World"); \ +static_assert(sizeof(DefaultPawn_MoveUp_World) == 0x000004, "Wrong size on DefaultPawn_MoveUp_World"); \ +static_assert(offsetof(DefaultPawn_MoveUp_World, Val) == 0x000000, "Member 'DefaultPawn_MoveUp_World::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DefaultPawn_TurnAtRate \ +static_assert(alignof(DefaultPawn_TurnAtRate) == 0x000004, "Wrong alignment on DefaultPawn_TurnAtRate"); \ +static_assert(sizeof(DefaultPawn_TurnAtRate) == 0x000004, "Wrong size on DefaultPawn_TurnAtRate"); \ +static_assert(offsetof(DefaultPawn_TurnAtRate, Rate) == 0x000000, "Member 'DefaultPawn_TurnAtRate::Rate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADefaultPawn \ +static_assert(alignof(ADefaultPawn) == 0x000008, "Wrong alignment on ADefaultPawn"); \ +static_assert(sizeof(ADefaultPawn) == 0x000358, "Wrong size on ADefaultPawn"); \ +static_assert(offsetof(ADefaultPawn, BaseTurnRate) == 0x000330, "Member 'ADefaultPawn::BaseTurnRate' has a wrong offset!"); \ +static_assert(offsetof(ADefaultPawn, BaseLookUpRate) == 0x000334, "Member 'ADefaultPawn::BaseLookUpRate' has a wrong offset!"); \ +static_assert(offsetof(ADefaultPawn, MovementComponent) == 0x000338, "Member 'ADefaultPawn::MovementComponent' has a wrong offset!"); \ +static_assert(offsetof(ADefaultPawn, CollisionComponent) == 0x000340, "Member 'ADefaultPawn::CollisionComponent' has a wrong offset!"); \ +static_assert(offsetof(ADefaultPawn, MeshComponent) == 0x000348, "Member 'ADefaultPawn::MeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocation \ +static_assert(alignof(UParticleModuleLocation) == 0x000008, "Wrong alignment on UParticleModuleLocation"); \ +static_assert(sizeof(UParticleModuleLocation) == 0x000088, "Wrong size on UParticleModuleLocation"); \ +static_assert(offsetof(UParticleModuleLocation, StartLocation) == 0x000038, "Member 'UParticleModuleLocation::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocation, DistributeOverNPoints) == 0x000080, "Member 'UParticleModuleLocation::DistributeOverNPoints' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocation, DistributeThreshold) == 0x000084, "Member 'UParticleModuleLocation::DistributeThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocation_Seeded \ +static_assert(alignof(UParticleModuleLocation_Seeded) == 0x000008, "Wrong alignment on UParticleModuleLocation_Seeded"); \ +static_assert(sizeof(UParticleModuleLocation_Seeded) == 0x0000A8, "Wrong size on UParticleModuleLocation_Seeded"); \ +static_assert(offsetof(UParticleModuleLocation_Seeded, RandomSeedInfo) == 0x000088, "Member 'UParticleModuleLocation_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayer \ +static_assert(alignof(UPlayer) == 0x000008, "Wrong alignment on UPlayer"); \ +static_assert(sizeof(UPlayer) == 0x000050, "Wrong size on UPlayer"); \ +static_assert(offsetof(UPlayer, PlayerController) == 0x000038, "Member 'UPlayer::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(UPlayer, CurrentNetSpeed) == 0x000040, "Member 'UPlayer::CurrentNetSpeed' has a wrong offset!"); \ +static_assert(offsetof(UPlayer, ConfiguredInternetSpeed) == 0x000044, "Member 'UPlayer::ConfiguredInternetSpeed' has a wrong offset!"); \ +static_assert(offsetof(UPlayer, ConfiguredLanSpeed) == 0x000048, "Member 'UPlayer::ConfiguredLanSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetConnection \ +static_assert(alignof(UNetConnection) == 0x000008, "Wrong alignment on UNetConnection"); \ +static_assert(sizeof(UNetConnection) == 0x001BF8, "Wrong size on UNetConnection"); \ +static_assert(offsetof(UNetConnection, Children) == 0x000050, "Member 'UNetConnection::Children' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, Driver) == 0x000060, "Member 'UNetConnection::Driver' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, PackageMapClass) == 0x000068, "Member 'UNetConnection::PackageMapClass' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, PackageMap) == 0x000070, "Member 'UNetConnection::PackageMap' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, OpenChannels) == 0x000078, "Member 'UNetConnection::OpenChannels' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, SentTemporaries) == 0x000088, "Member 'UNetConnection::SentTemporaries' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, ViewTarget) == 0x000098, "Member 'UNetConnection::ViewTarget' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, OwningActor) == 0x0000A0, "Member 'UNetConnection::OwningActor' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, MaxPacket) == 0x0000A8, "Member 'UNetConnection::MaxPacket' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, PlayerId) == 0x000170, "Member 'UNetConnection::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, LastReceiveTime) == 0x0001E0, "Member 'UNetConnection::LastReceiveTime' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, ChannelsToTick) == 0x001530, "Member 'UNetConnection::ChannelsToTick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStreamableRenderAsset \ +static_assert(alignof(UStreamableRenderAsset) == 0x000008, "Wrong alignment on UStreamableRenderAsset"); \ +static_assert(sizeof(UStreamableRenderAsset) == 0x000068, "Wrong size on UStreamableRenderAsset"); \ +static_assert(offsetof(UStreamableRenderAsset, ForceMipLevelsToBeResidentTimestamp) == 0x000048, "Member 'UStreamableRenderAsset::ForceMipLevelsToBeResidentTimestamp' has a wrong offset!"); \ +static_assert(offsetof(UStreamableRenderAsset, NumCinematicMipLevels) == 0x000050, "Member 'UStreamableRenderAsset::NumCinematicMipLevels' has a wrong offset!"); \ +static_assert(offsetof(UStreamableRenderAsset, StreamingIndex) == 0x000054, "Member 'UStreamableRenderAsset::StreamingIndex' has a wrong offset!"); \ +static_assert(offsetof(UStreamableRenderAsset, CachedCombinedLODBias) == 0x000058, "Member 'UStreamableRenderAsset::CachedCombinedLODBias' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTexture \ +static_assert(alignof(UTexture) == 0x000010, "Wrong alignment on UTexture"); \ +static_assert(sizeof(UTexture) == 0x000180, "Wrong size on UTexture"); \ +static_assert(offsetof(UTexture, LightingGuid) == 0x000070, "Member 'UTexture::LightingGuid' has a wrong offset!"); \ +static_assert(offsetof(UTexture, LODBias) == 0x000080, "Member 'UTexture::LODBias' has a wrong offset!"); \ +static_assert(offsetof(UTexture, CompressionSettings) == 0x000084, "Member 'UTexture::CompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(UTexture, Filter) == 0x000085, "Member 'UTexture::Filter' has a wrong offset!"); \ +static_assert(offsetof(UTexture, MipLoadOptions) == 0x000086, "Member 'UTexture::MipLoadOptions' has a wrong offset!"); \ +static_assert(offsetof(UTexture, LODGroup) == 0x000087, "Member 'UTexture::LODGroup' has a wrong offset!"); \ +static_assert(offsetof(UTexture, Downscale) == 0x000088, "Member 'UTexture::Downscale' has a wrong offset!"); \ +static_assert(offsetof(UTexture, DownscaleOptions) == 0x00008C, "Member 'UTexture::DownscaleOptions' has a wrong offset!"); \ +static_assert(offsetof(UTexture, AssetUserData) == 0x000090, "Member 'UTexture::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureRenderTarget \ +static_assert(alignof(UTextureRenderTarget) == 0x000010, "Wrong alignment on UTextureRenderTarget"); \ +static_assert(sizeof(UTextureRenderTarget) == 0x000180, "Wrong size on UTextureRenderTarget"); \ +static_assert(offsetof(UTextureRenderTarget, TargetGamma) == 0x000178, "Member 'UTextureRenderTarget::TargetGamma' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureRenderTarget2D \ +static_assert(alignof(UTextureRenderTarget2D) == 0x000010, "Wrong alignment on UTextureRenderTarget2D"); \ +static_assert(sizeof(UTextureRenderTarget2D) == 0x0001B0, "Wrong size on UTextureRenderTarget2D"); \ +static_assert(offsetof(UTextureRenderTarget2D, SizeX) == 0x000180, "Member 'UTextureRenderTarget2D::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, SizeY) == 0x000184, "Member 'UTextureRenderTarget2D::SizeY' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, ClearColor) == 0x000188, "Member 'UTextureRenderTarget2D::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, AddressX) == 0x000198, "Member 'UTextureRenderTarget2D::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, AddressY) == 0x000199, "Member 'UTextureRenderTarget2D::AddressY' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, RenderTargetFormat) == 0x00019B, "Member 'UTextureRenderTarget2D::RenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, MipsSamplerFilter) == 0x00019D, "Member 'UTextureRenderTarget2D::MipsSamplerFilter' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, MipsAddressU) == 0x00019E, "Member 'UTextureRenderTarget2D::MipsAddressU' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, MipsAddressV) == 0x00019F, "Member 'UTextureRenderTarget2D::MipsAddressV' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, OverrideFormat) == 0x0001A0, "Member 'UTextureRenderTarget2D::OverrideFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasRenderTarget2D_CreateCanvasRenderTarget2D \ +static_assert(alignof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D) == 0x000008, "Wrong alignment on CanvasRenderTarget2D_CreateCanvasRenderTarget2D"); \ +static_assert(sizeof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D) == 0x000020, "Wrong size on CanvasRenderTarget2D_CreateCanvasRenderTarget2D"); \ +static_assert(offsetof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D, WorldContextObject) == 0x000000, "Member 'CanvasRenderTarget2D_CreateCanvasRenderTarget2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D, CanvasRenderTarget2DClass) == 0x000008, "Member 'CanvasRenderTarget2D_CreateCanvasRenderTarget2D::CanvasRenderTarget2DClass' has a wrong offset!"); \ +static_assert(offsetof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D, Width) == 0x000010, "Member 'CanvasRenderTarget2D_CreateCanvasRenderTarget2D::Width' has a wrong offset!"); \ +static_assert(offsetof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D, Height) == 0x000014, "Member 'CanvasRenderTarget2D_CreateCanvasRenderTarget2D::Height' has a wrong offset!"); \ +static_assert(offsetof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D, ReturnValue) == 0x000018, "Member 'CanvasRenderTarget2D_CreateCanvasRenderTarget2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasRenderTarget2D_GetSize \ +static_assert(alignof(CanvasRenderTarget2D_GetSize) == 0x000004, "Wrong alignment on CanvasRenderTarget2D_GetSize"); \ +static_assert(sizeof(CanvasRenderTarget2D_GetSize) == 0x000008, "Wrong size on CanvasRenderTarget2D_GetSize"); \ +static_assert(offsetof(CanvasRenderTarget2D_GetSize, Width) == 0x000000, "Member 'CanvasRenderTarget2D_GetSize::Width' has a wrong offset!"); \ +static_assert(offsetof(CanvasRenderTarget2D_GetSize, Height) == 0x000004, "Member 'CanvasRenderTarget2D_GetSize::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasRenderTarget2D_ReceiveUpdate \ +static_assert(alignof(CanvasRenderTarget2D_ReceiveUpdate) == 0x000008, "Wrong alignment on CanvasRenderTarget2D_ReceiveUpdate"); \ +static_assert(sizeof(CanvasRenderTarget2D_ReceiveUpdate) == 0x000010, "Wrong size on CanvasRenderTarget2D_ReceiveUpdate"); \ +static_assert(offsetof(CanvasRenderTarget2D_ReceiveUpdate, Canvas) == 0x000000, "Member 'CanvasRenderTarget2D_ReceiveUpdate::Canvas' has a wrong offset!"); \ +static_assert(offsetof(CanvasRenderTarget2D_ReceiveUpdate, Width) == 0x000008, "Member 'CanvasRenderTarget2D_ReceiveUpdate::Width' has a wrong offset!"); \ +static_assert(offsetof(CanvasRenderTarget2D_ReceiveUpdate, Height) == 0x00000C, "Member 'CanvasRenderTarget2D_ReceiveUpdate::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCanvasRenderTarget2D \ +static_assert(alignof(UCanvasRenderTarget2D) == 0x000010, "Wrong alignment on UCanvasRenderTarget2D"); \ +static_assert(sizeof(UCanvasRenderTarget2D) == 0x0001D0, "Wrong size on UCanvasRenderTarget2D"); \ +static_assert(offsetof(UCanvasRenderTarget2D, OnCanvasRenderTargetUpdate) == 0x0001A8, "Member 'UCanvasRenderTarget2D::OnCanvasRenderTargetUpdate' has a wrong offset!"); \ +static_assert(offsetof(UCanvasRenderTarget2D, World) == 0x0001B8, "Member 'UCanvasRenderTarget2D::World' has a wrong offset!"); \ +static_assert(offsetof(UCanvasRenderTarget2D, bShouldClearRenderTargetOnReceiveUpdate) == 0x0001C0, "Member 'UCanvasRenderTarget2D::bShouldClearRenderTargetOnReceiveUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprint \ +static_assert(alignof(UBlueprint) == 0x000008, "Wrong alignment on UBlueprint"); \ +static_assert(sizeof(UBlueprint) == 0x0000A8, "Wrong size on UBlueprint"); \ +static_assert(offsetof(UBlueprint, ParentClass) == 0x000058, "Member 'UBlueprint::ParentClass' has a wrong offset!"); \ +static_assert(offsetof(UBlueprint, BlueprintType) == 0x000060, "Member 'UBlueprint::BlueprintType' has a wrong offset!"); \ +static_assert(offsetof(UBlueprint, BlueprintSystemVersion) == 0x000064, "Member 'UBlueprint::BlueprintSystemVersion' has a wrong offset!"); \ +static_assert(offsetof(UBlueprint, SimpleConstructionScript) == 0x000068, "Member 'UBlueprint::SimpleConstructionScript' has a wrong offset!"); \ +static_assert(offsetof(UBlueprint, ComponentTemplates) == 0x000070, "Member 'UBlueprint::ComponentTemplates' has a wrong offset!"); \ +static_assert(offsetof(UBlueprint, Timelines) == 0x000080, "Member 'UBlueprint::Timelines' has a wrong offset!"); \ +static_assert(offsetof(UBlueprint, ComponentClassOverrides) == 0x000090, "Member 'UBlueprint::ComponentClassOverrides' has a wrong offset!"); \ +static_assert(offsetof(UBlueprint, InheritableComponentHandler) == 0x0000A0, "Member 'UBlueprint::InheritableComponentHandler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASkyAtmosphere \ +static_assert(alignof(ASkyAtmosphere) == 0x000008, "Wrong alignment on ASkyAtmosphere"); \ +static_assert(sizeof(ASkyAtmosphere) == 0x0002B0, "Wrong size on ASkyAtmosphere"); \ +static_assert(offsetof(ASkyAtmosphere, SkyAtmosphereComponent) == 0x0002A8, "Member 'ASkyAtmosphere::SkyAtmosphereComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALevelBounds \ +static_assert(alignof(ALevelBounds) == 0x000008, "Wrong alignment on ALevelBounds"); \ +static_assert(sizeof(ALevelBounds) == 0x0002B8, "Wrong size on ALevelBounds"); \ +static_assert(offsetof(ALevelBounds, BoxComponent) == 0x0002A8, "Member 'ALevelBounds::BoxComponent' has a wrong offset!"); \ +static_assert(offsetof(ALevelBounds, bAutoUpdateBounds) == 0x0002B0, "Member 'ALevelBounds::bAutoUpdateBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleTypeDataMesh \ +static_assert(alignof(UParticleModuleTypeDataMesh) == 0x000008, "Wrong alignment on UParticleModuleTypeDataMesh"); \ +static_assert(sizeof(UParticleModuleTypeDataMesh) == 0x0000A0, "Wrong size on UParticleModuleTypeDataMesh"); \ +static_assert(offsetof(UParticleModuleTypeDataMesh, Mesh) == 0x000038, "Member 'UParticleModuleTypeDataMesh::Mesh' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataMesh, LODSizeScale) == 0x000048, "Member 'UParticleModuleTypeDataMesh::LODSizeScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataMesh, MeshAlignment) == 0x00004D, "Member 'UParticleModuleTypeDataMesh::MeshAlignment' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataMesh, RollPitchYawRange) == 0x000050, "Member 'UParticleModuleTypeDataMesh::RollPitchYawRange' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataMesh, AxisLockOption) == 0x000098, "Member 'UParticleModuleTypeDataMesh::AxisLockOption' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataMesh, CameraFacingUpAxisOption) == 0x00009A, "Member 'UParticleModuleTypeDataMesh::CameraFacingUpAxisOption' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataMesh, CameraFacingOption) == 0x00009B, "Member 'UParticleModuleTypeDataMesh::CameraFacingOption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationSettings \ +static_assert(alignof(UAnimationSettings) == 0x000008, "Wrong alignment on UAnimationSettings"); \ +static_assert(sizeof(UAnimationSettings) == 0x0000E0, "Wrong size on UAnimationSettings"); \ +static_assert(offsetof(UAnimationSettings, CompressCommandletVersion) == 0x000048, "Member 'UAnimationSettings::CompressCommandletVersion' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, KeyEndEffectorsMatchNameArray) == 0x000050, "Member 'UAnimationSettings::KeyEndEffectorsMatchNameArray' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, ForceRecompression) == 0x000060, "Member 'UAnimationSettings::ForceRecompression' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, bForceBelowThreshold) == 0x000061, "Member 'UAnimationSettings::bForceBelowThreshold' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, bFirstRecompressUsingCurrentOrDefault) == 0x000062, "Member 'UAnimationSettings::bFirstRecompressUsingCurrentOrDefault' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, bRaiseMaxErrorToExisting) == 0x000063, "Member 'UAnimationSettings::bRaiseMaxErrorToExisting' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, bEnablePerformanceLog) == 0x000064, "Member 'UAnimationSettings::bEnablePerformanceLog' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, bStripAnimationDataOnDedicatedServer) == 0x000065, "Member 'UAnimationSettings::bStripAnimationDataOnDedicatedServer' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, bTickAnimationOnSkeletalMeshInit) == 0x000066, "Member 'UAnimationSettings::bTickAnimationOnSkeletalMeshInit' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, BoneCustomAttributesNames) == 0x000068, "Member 'UAnimationSettings::BoneCustomAttributesNames' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, BoneNamesWithCustomAttributes) == 0x000078, "Member 'UAnimationSettings::BoneNamesWithCustomAttributes' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, AttributeBlendModes) == 0x000088, "Member 'UAnimationSettings::AttributeBlendModes' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, DefaultAttributeBlendMode) == 0x0000D8, "Member 'UAnimationSettings::DefaultAttributeBlendMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReplicationConnectionDriver \ +static_assert(alignof(UReplicationConnectionDriver) == 0x000008, "Wrong alignment on UReplicationConnectionDriver"); \ +static_assert(sizeof(UReplicationConnectionDriver) == 0x000030, "Wrong size on UReplicationConnectionDriver"); \ + +#define DUMPER7_ASSERTS_USoundNode \ +static_assert(alignof(USoundNode) == 0x000008, "Wrong alignment on USoundNode"); \ +static_assert(sizeof(USoundNode) == 0x000050, "Wrong size on USoundNode"); \ +static_assert(offsetof(USoundNode, ChildNodes) == 0x000030, "Member 'USoundNode::ChildNodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeGroupControl \ +static_assert(alignof(USoundNodeGroupControl) == 0x000008, "Wrong alignment on USoundNodeGroupControl"); \ +static_assert(sizeof(USoundNodeGroupControl) == 0x000060, "Wrong size on USoundNodeGroupControl"); \ +static_assert(offsetof(USoundNodeGroupControl, GroupSizes) == 0x000050, "Member 'USoundNodeGroupControl::GroupSizes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSetLibrary_Set_Add \ +static_assert(alignof(BlueprintSetLibrary_Set_Add) == 0x000008, "Wrong alignment on BlueprintSetLibrary_Set_Add"); \ +static_assert(sizeof(BlueprintSetLibrary_Set_Add) == 0x000058, "Wrong size on BlueprintSetLibrary_Set_Add"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_Add, TargetSet) == 0x000000, "Member 'BlueprintSetLibrary_Set_Add::TargetSet' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_Add, NewItem) == 0x000050, "Member 'BlueprintSetLibrary_Set_Add::NewItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSetLibrary_Set_AddItems \ +static_assert(alignof(BlueprintSetLibrary_Set_AddItems) == 0x000008, "Wrong alignment on BlueprintSetLibrary_Set_AddItems"); \ +static_assert(sizeof(BlueprintSetLibrary_Set_AddItems) == 0x000060, "Wrong size on BlueprintSetLibrary_Set_AddItems"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_AddItems, TargetSet) == 0x000000, "Member 'BlueprintSetLibrary_Set_AddItems::TargetSet' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_AddItems, NewItems) == 0x000050, "Member 'BlueprintSetLibrary_Set_AddItems::NewItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSetLibrary_Set_Clear \ +static_assert(alignof(BlueprintSetLibrary_Set_Clear) == 0x000008, "Wrong alignment on BlueprintSetLibrary_Set_Clear"); \ +static_assert(sizeof(BlueprintSetLibrary_Set_Clear) == 0x000050, "Wrong size on BlueprintSetLibrary_Set_Clear"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_Clear, TargetSet) == 0x000000, "Member 'BlueprintSetLibrary_Set_Clear::TargetSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSetLibrary_Set_Contains \ +static_assert(alignof(BlueprintSetLibrary_Set_Contains) == 0x000008, "Wrong alignment on BlueprintSetLibrary_Set_Contains"); \ +static_assert(sizeof(BlueprintSetLibrary_Set_Contains) == 0x000058, "Wrong size on BlueprintSetLibrary_Set_Contains"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_Contains, TargetSet) == 0x000000, "Member 'BlueprintSetLibrary_Set_Contains::TargetSet' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_Contains, ItemToFind) == 0x000050, "Member 'BlueprintSetLibrary_Set_Contains::ItemToFind' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_Contains, ReturnValue) == 0x000054, "Member 'BlueprintSetLibrary_Set_Contains::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSetLibrary_Set_Difference \ +static_assert(alignof(BlueprintSetLibrary_Set_Difference) == 0x000008, "Wrong alignment on BlueprintSetLibrary_Set_Difference"); \ +static_assert(sizeof(BlueprintSetLibrary_Set_Difference) == 0x0000F0, "Wrong size on BlueprintSetLibrary_Set_Difference"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_Difference, A) == 0x000000, "Member 'BlueprintSetLibrary_Set_Difference::A' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_Difference, B) == 0x000050, "Member 'BlueprintSetLibrary_Set_Difference::B' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_Difference, Result) == 0x0000A0, "Member 'BlueprintSetLibrary_Set_Difference::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSetLibrary_Set_Intersection \ +static_assert(alignof(BlueprintSetLibrary_Set_Intersection) == 0x000008, "Wrong alignment on BlueprintSetLibrary_Set_Intersection"); \ +static_assert(sizeof(BlueprintSetLibrary_Set_Intersection) == 0x0000F0, "Wrong size on BlueprintSetLibrary_Set_Intersection"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_Intersection, A) == 0x000000, "Member 'BlueprintSetLibrary_Set_Intersection::A' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_Intersection, B) == 0x000050, "Member 'BlueprintSetLibrary_Set_Intersection::B' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_Intersection, Result) == 0x0000A0, "Member 'BlueprintSetLibrary_Set_Intersection::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSetLibrary_Set_Length \ +static_assert(alignof(BlueprintSetLibrary_Set_Length) == 0x000008, "Wrong alignment on BlueprintSetLibrary_Set_Length"); \ +static_assert(sizeof(BlueprintSetLibrary_Set_Length) == 0x000058, "Wrong size on BlueprintSetLibrary_Set_Length"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_Length, TargetSet) == 0x000000, "Member 'BlueprintSetLibrary_Set_Length::TargetSet' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_Length, ReturnValue) == 0x000050, "Member 'BlueprintSetLibrary_Set_Length::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSetLibrary_Set_Remove \ +static_assert(alignof(BlueprintSetLibrary_Set_Remove) == 0x000008, "Wrong alignment on BlueprintSetLibrary_Set_Remove"); \ +static_assert(sizeof(BlueprintSetLibrary_Set_Remove) == 0x000058, "Wrong size on BlueprintSetLibrary_Set_Remove"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_Remove, TargetSet) == 0x000000, "Member 'BlueprintSetLibrary_Set_Remove::TargetSet' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_Remove, Item) == 0x000050, "Member 'BlueprintSetLibrary_Set_Remove::Item' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_Remove, ReturnValue) == 0x000054, "Member 'BlueprintSetLibrary_Set_Remove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSetLibrary_Set_RemoveItems \ +static_assert(alignof(BlueprintSetLibrary_Set_RemoveItems) == 0x000008, "Wrong alignment on BlueprintSetLibrary_Set_RemoveItems"); \ +static_assert(sizeof(BlueprintSetLibrary_Set_RemoveItems) == 0x000060, "Wrong size on BlueprintSetLibrary_Set_RemoveItems"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_RemoveItems, TargetSet) == 0x000000, "Member 'BlueprintSetLibrary_Set_RemoveItems::TargetSet' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_RemoveItems, Items) == 0x000050, "Member 'BlueprintSetLibrary_Set_RemoveItems::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSetLibrary_Set_ToArray \ +static_assert(alignof(BlueprintSetLibrary_Set_ToArray) == 0x000008, "Wrong alignment on BlueprintSetLibrary_Set_ToArray"); \ +static_assert(sizeof(BlueprintSetLibrary_Set_ToArray) == 0x000060, "Wrong size on BlueprintSetLibrary_Set_ToArray"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_ToArray, A) == 0x000000, "Member 'BlueprintSetLibrary_Set_ToArray::A' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_ToArray, Result) == 0x000050, "Member 'BlueprintSetLibrary_Set_ToArray::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSetLibrary_Set_Union \ +static_assert(alignof(BlueprintSetLibrary_Set_Union) == 0x000008, "Wrong alignment on BlueprintSetLibrary_Set_Union"); \ +static_assert(sizeof(BlueprintSetLibrary_Set_Union) == 0x0000F0, "Wrong size on BlueprintSetLibrary_Set_Union"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_Union, A) == 0x000000, "Member 'BlueprintSetLibrary_Set_Union::A' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_Union, B) == 0x000050, "Member 'BlueprintSetLibrary_Set_Union::B' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_Union, Result) == 0x0000A0, "Member 'BlueprintSetLibrary_Set_Union::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSetLibrary_SetSetPropertyByName \ +static_assert(alignof(BlueprintSetLibrary_SetSetPropertyByName) == 0x000008, "Wrong alignment on BlueprintSetLibrary_SetSetPropertyByName"); \ +static_assert(sizeof(BlueprintSetLibrary_SetSetPropertyByName) == 0x000068, "Wrong size on BlueprintSetLibrary_SetSetPropertyByName"); \ +static_assert(offsetof(BlueprintSetLibrary_SetSetPropertyByName, Object) == 0x000000, "Member 'BlueprintSetLibrary_SetSetPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSetLibrary_SetSetPropertyByName, PropertyName) == 0x000008, "Member 'BlueprintSetLibrary_SetSetPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSetLibrary_SetSetPropertyByName, Value) == 0x000018, "Member 'BlueprintSetLibrary_SetSetPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintSetLibrary \ +static_assert(alignof(UBlueprintSetLibrary) == 0x000008, "Wrong alignment on UBlueprintSetLibrary"); \ +static_assert(sizeof(UBlueprintSetLibrary) == 0x000030, "Wrong size on UBlueprintSetLibrary"); \ + +#define DUMPER7_ASSERTS_UDataAsset \ +static_assert(alignof(UDataAsset) == 0x000008, "Wrong alignment on UDataAsset"); \ +static_assert(sizeof(UDataAsset) == 0x000038, "Wrong size on UDataAsset"); \ +static_assert(offsetof(UDataAsset, NativeClass) == 0x000030, "Member 'UDataAsset::NativeClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_EnableRecording \ +static_assert(alignof(VisualLoggerKismetLibrary_EnableRecording) == 0x000001, "Wrong alignment on VisualLoggerKismetLibrary_EnableRecording"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_EnableRecording) == 0x000001, "Wrong size on VisualLoggerKismetLibrary_EnableRecording"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_EnableRecording, bEnabled) == 0x000000, "Member 'VisualLoggerKismetLibrary_EnableRecording::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogBox \ +static_assert(alignof(VisualLoggerKismetLibrary_LogBox) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogBox"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_LogBox) == 0x000058, "Wrong size on VisualLoggerKismetLibrary_LogBox"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogBox::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, BoxShape) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogBox::BoxShape' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, Text) == 0x000028, "Member 'VisualLoggerKismetLibrary_LogBox::Text' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, ObjectColor) == 0x000038, "Member 'VisualLoggerKismetLibrary_LogBox::ObjectColor' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, LogCategory) == 0x000048, "Member 'VisualLoggerKismetLibrary_LogBox::LogCategory' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, bAddToMessageLog) == 0x000054, "Member 'VisualLoggerKismetLibrary_LogBox::bAddToMessageLog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogLocation \ +static_assert(alignof(VisualLoggerKismetLibrary_LogLocation) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogLocation"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_LogLocation) == 0x000050, "Wrong size on VisualLoggerKismetLibrary_LogLocation"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, Location) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, Text) == 0x000018, "Member 'VisualLoggerKismetLibrary_LogLocation::Text' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, ObjectColor) == 0x000028, "Member 'VisualLoggerKismetLibrary_LogLocation::ObjectColor' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, Radius) == 0x000038, "Member 'VisualLoggerKismetLibrary_LogLocation::Radius' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, LogCategory) == 0x00003C, "Member 'VisualLoggerKismetLibrary_LogLocation::LogCategory' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, bAddToMessageLog) == 0x000048, "Member 'VisualLoggerKismetLibrary_LogLocation::bAddToMessageLog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogSegment \ +static_assert(alignof(VisualLoggerKismetLibrary_LogSegment) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogSegment"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_LogSegment) == 0x000058, "Wrong size on VisualLoggerKismetLibrary_LogSegment"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogSegment::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, SegmentStart) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogSegment::SegmentStart' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, SegmentEnd) == 0x000014, "Member 'VisualLoggerKismetLibrary_LogSegment::SegmentEnd' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, Text) == 0x000020, "Member 'VisualLoggerKismetLibrary_LogSegment::Text' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, ObjectColor) == 0x000030, "Member 'VisualLoggerKismetLibrary_LogSegment::ObjectColor' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, Thickness) == 0x000040, "Member 'VisualLoggerKismetLibrary_LogSegment::Thickness' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, CategoryName) == 0x000044, "Member 'VisualLoggerKismetLibrary_LogSegment::CategoryName' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, bAddToMessageLog) == 0x000050, "Member 'VisualLoggerKismetLibrary_LogSegment::bAddToMessageLog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogText \ +static_assert(alignof(VisualLoggerKismetLibrary_LogText) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogText"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_LogText) == 0x000028, "Wrong size on VisualLoggerKismetLibrary_LogText"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogText, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogText::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogText, Text) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogText::Text' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogText, LogCategory) == 0x000018, "Member 'VisualLoggerKismetLibrary_LogText::LogCategory' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogText, bAddToMessageLog) == 0x000024, "Member 'VisualLoggerKismetLibrary_LogText::bAddToMessageLog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_RedirectVislog \ +static_assert(alignof(VisualLoggerKismetLibrary_RedirectVislog) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_RedirectVislog"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_RedirectVislog) == 0x000010, "Wrong size on VisualLoggerKismetLibrary_RedirectVislog"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_RedirectVislog, SourceOwner) == 0x000000, "Member 'VisualLoggerKismetLibrary_RedirectVislog::SourceOwner' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_RedirectVislog, DestinationOwner) == 0x000008, "Member 'VisualLoggerKismetLibrary_RedirectVislog::DestinationOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVisualLoggerKismetLibrary \ +static_assert(alignof(UVisualLoggerKismetLibrary) == 0x000008, "Wrong alignment on UVisualLoggerKismetLibrary"); \ +static_assert(sizeof(UVisualLoggerKismetLibrary) == 0x000030, "Wrong size on UVisualLoggerKismetLibrary"); \ + +#define DUMPER7_ASSERTS_UBrushComponent \ +static_assert(alignof(UBrushComponent) == 0x000010, "Wrong alignment on UBrushComponent"); \ +static_assert(sizeof(UBrushComponent) == 0x000510, "Wrong size on UBrushComponent"); \ +static_assert(offsetof(UBrushComponent, Brush) == 0x000500, "Member 'UBrushComponent::Brush' has a wrong offset!"); \ +static_assert(offsetof(UBrushComponent, BrushBodySetup) == 0x000508, "Member 'UBrushComponent::BrushBodySetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraShakePattern \ +static_assert(alignof(UCameraShakePattern) == 0x000008, "Wrong alignment on UCameraShakePattern"); \ +static_assert(sizeof(UCameraShakePattern) == 0x000030, "Wrong size on UCameraShakePattern"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFontSample \ +static_assert(alignof(UMaterialExpressionFontSample) == 0x000008, "Wrong alignment on UMaterialExpressionFontSample"); \ +static_assert(sizeof(UMaterialExpressionFontSample) == 0x000058, "Wrong size on UMaterialExpressionFontSample"); \ +static_assert(offsetof(UMaterialExpressionFontSample, Font) == 0x000048, "Member 'UMaterialExpressionFontSample::Font' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFontSample, FontTexturePage) == 0x000050, "Member 'UMaterialExpressionFontSample::FontTexturePage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_CacheInitialMeshOffset \ +static_assert(alignof(Character_CacheInitialMeshOffset) == 0x000004, "Wrong alignment on Character_CacheInitialMeshOffset"); \ +static_assert(sizeof(Character_CacheInitialMeshOffset) == 0x000018, "Wrong size on Character_CacheInitialMeshOffset"); \ +static_assert(offsetof(Character_CacheInitialMeshOffset, MeshRelativeLocation) == 0x000000, "Member 'Character_CacheInitialMeshOffset::MeshRelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(Character_CacheInitialMeshOffset, MeshRelativeRotation) == 0x00000C, "Member 'Character_CacheInitialMeshOffset::MeshRelativeRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ClientAckGoodMove \ +static_assert(alignof(Character_ClientAckGoodMove) == 0x000004, "Wrong alignment on Character_ClientAckGoodMove"); \ +static_assert(sizeof(Character_ClientAckGoodMove) == 0x000004, "Wrong size on Character_ClientAckGoodMove"); \ +static_assert(offsetof(Character_ClientAckGoodMove, TimeStamp) == 0x000000, "Member 'Character_ClientAckGoodMove::TimeStamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ClientAdjustPosition \ +static_assert(alignof(Character_ClientAdjustPosition) == 0x000008, "Wrong alignment on Character_ClientAdjustPosition"); \ +static_assert(sizeof(Character_ClientAdjustPosition) == 0x000038, "Wrong size on Character_ClientAdjustPosition"); \ +static_assert(offsetof(Character_ClientAdjustPosition, TimeStamp) == 0x000000, "Member 'Character_ClientAdjustPosition::TimeStamp' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustPosition, NewLoc) == 0x000004, "Member 'Character_ClientAdjustPosition::NewLoc' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustPosition, NewVel) == 0x000010, "Member 'Character_ClientAdjustPosition::NewVel' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustPosition, NewBase) == 0x000020, "Member 'Character_ClientAdjustPosition::NewBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustPosition, NewBaseBoneName) == 0x000028, "Member 'Character_ClientAdjustPosition::NewBaseBoneName' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustPosition, bHasBase) == 0x000034, "Member 'Character_ClientAdjustPosition::bHasBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustPosition, bBaseRelativePosition) == 0x000035, "Member 'Character_ClientAdjustPosition::bBaseRelativePosition' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustPosition, ServerMovementMode) == 0x000036, "Member 'Character_ClientAdjustPosition::ServerMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ClientAdjustRootMotionPosition \ +static_assert(alignof(Character_ClientAdjustRootMotionPosition) == 0x000008, "Wrong alignment on Character_ClientAdjustRootMotionPosition"); \ +static_assert(sizeof(Character_ClientAdjustRootMotionPosition) == 0x000040, "Wrong size on Character_ClientAdjustRootMotionPosition"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionPosition, TimeStamp) == 0x000000, "Member 'Character_ClientAdjustRootMotionPosition::TimeStamp' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionPosition, ServerMontageTrackPosition) == 0x000004, "Member 'Character_ClientAdjustRootMotionPosition::ServerMontageTrackPosition' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionPosition, ServerLoc) == 0x000008, "Member 'Character_ClientAdjustRootMotionPosition::ServerLoc' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionPosition, ServerRotation) == 0x000014, "Member 'Character_ClientAdjustRootMotionPosition::ServerRotation' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionPosition, ServerVelZ) == 0x000020, "Member 'Character_ClientAdjustRootMotionPosition::ServerVelZ' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionPosition, ServerBase) == 0x000028, "Member 'Character_ClientAdjustRootMotionPosition::ServerBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionPosition, ServerBoneName) == 0x000030, "Member 'Character_ClientAdjustRootMotionPosition::ServerBoneName' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionPosition, bHasBase) == 0x00003C, "Member 'Character_ClientAdjustRootMotionPosition::bHasBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionPosition, bBaseRelativePosition) == 0x00003D, "Member 'Character_ClientAdjustRootMotionPosition::bBaseRelativePosition' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionPosition, ServerMovementMode) == 0x00003E, "Member 'Character_ClientAdjustRootMotionPosition::ServerMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ClientAdjustRootMotionSourcePosition \ +static_assert(alignof(Character_ClientAdjustRootMotionSourcePosition) == 0x000008, "Wrong alignment on Character_ClientAdjustRootMotionSourcePosition"); \ +static_assert(sizeof(Character_ClientAdjustRootMotionSourcePosition) == 0x000080, "Wrong size on Character_ClientAdjustRootMotionSourcePosition"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, TimeStamp) == 0x000000, "Member 'Character_ClientAdjustRootMotionSourcePosition::TimeStamp' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerRootMotion) == 0x000008, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerRootMotion' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, bHasAnimRootMotion) == 0x000040, "Member 'Character_ClientAdjustRootMotionSourcePosition::bHasAnimRootMotion' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerMontageTrackPosition) == 0x000044, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerMontageTrackPosition' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerLoc) == 0x000048, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerLoc' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerRotation) == 0x000054, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerRotation' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerVelZ) == 0x000060, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerVelZ' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerBase) == 0x000068, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerBoneName) == 0x000070, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerBoneName' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, bHasBase) == 0x00007C, "Member 'Character_ClientAdjustRootMotionSourcePosition::bHasBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, bBaseRelativePosition) == 0x00007D, "Member 'Character_ClientAdjustRootMotionSourcePosition::bBaseRelativePosition' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientAdjustRootMotionSourcePosition, ServerMovementMode) == 0x00007E, "Member 'Character_ClientAdjustRootMotionSourcePosition::ServerMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ClientMoveResponsePacked \ +static_assert(alignof(Character_ClientMoveResponsePacked) == 0x000008, "Wrong alignment on Character_ClientMoveResponsePacked"); \ +static_assert(sizeof(Character_ClientMoveResponsePacked) == 0x000098, "Wrong size on Character_ClientMoveResponsePacked"); \ +static_assert(offsetof(Character_ClientMoveResponsePacked, PackedBits) == 0x000000, "Member 'Character_ClientMoveResponsePacked::PackedBits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ClientVeryShortAdjustPosition \ +static_assert(alignof(Character_ClientVeryShortAdjustPosition) == 0x000008, "Wrong alignment on Character_ClientVeryShortAdjustPosition"); \ +static_assert(sizeof(Character_ClientVeryShortAdjustPosition) == 0x000028, "Wrong size on Character_ClientVeryShortAdjustPosition"); \ +static_assert(offsetof(Character_ClientVeryShortAdjustPosition, TimeStamp) == 0x000000, "Member 'Character_ClientVeryShortAdjustPosition::TimeStamp' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientVeryShortAdjustPosition, NewLoc) == 0x000004, "Member 'Character_ClientVeryShortAdjustPosition::NewLoc' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientVeryShortAdjustPosition, NewBase) == 0x000010, "Member 'Character_ClientVeryShortAdjustPosition::NewBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientVeryShortAdjustPosition, NewBaseBoneName) == 0x000018, "Member 'Character_ClientVeryShortAdjustPosition::NewBaseBoneName' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientVeryShortAdjustPosition, bHasBase) == 0x000024, "Member 'Character_ClientVeryShortAdjustPosition::bHasBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientVeryShortAdjustPosition, bBaseRelativePosition) == 0x000025, "Member 'Character_ClientVeryShortAdjustPosition::bBaseRelativePosition' has a wrong offset!"); \ +static_assert(offsetof(Character_ClientVeryShortAdjustPosition, ServerMovementMode) == 0x000026, "Member 'Character_ClientVeryShortAdjustPosition::ServerMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_Crouch \ +static_assert(alignof(Character_Crouch) == 0x000001, "Wrong alignment on Character_Crouch"); \ +static_assert(sizeof(Character_Crouch) == 0x000001, "Wrong size on Character_Crouch"); \ +static_assert(offsetof(Character_Crouch, bClientSimulation) == 0x000000, "Member 'Character_Crouch::bClientSimulation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_K2_OnEndCrouch \ +static_assert(alignof(Character_K2_OnEndCrouch) == 0x000004, "Wrong alignment on Character_K2_OnEndCrouch"); \ +static_assert(sizeof(Character_K2_OnEndCrouch) == 0x000008, "Wrong size on Character_K2_OnEndCrouch"); \ +static_assert(offsetof(Character_K2_OnEndCrouch, HalfHeightAdjust) == 0x000000, "Member 'Character_K2_OnEndCrouch::HalfHeightAdjust' has a wrong offset!"); \ +static_assert(offsetof(Character_K2_OnEndCrouch, ScaledHalfHeightAdjust) == 0x000004, "Member 'Character_K2_OnEndCrouch::ScaledHalfHeightAdjust' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_K2_OnMovementModeChanged \ +static_assert(alignof(Character_K2_OnMovementModeChanged) == 0x000001, "Wrong alignment on Character_K2_OnMovementModeChanged"); \ +static_assert(sizeof(Character_K2_OnMovementModeChanged) == 0x000004, "Wrong size on Character_K2_OnMovementModeChanged"); \ +static_assert(offsetof(Character_K2_OnMovementModeChanged, PrevMovementMode) == 0x000000, "Member 'Character_K2_OnMovementModeChanged::PrevMovementMode' has a wrong offset!"); \ +static_assert(offsetof(Character_K2_OnMovementModeChanged, NewMovementMode) == 0x000001, "Member 'Character_K2_OnMovementModeChanged::NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(Character_K2_OnMovementModeChanged, PrevCustomMode) == 0x000002, "Member 'Character_K2_OnMovementModeChanged::PrevCustomMode' has a wrong offset!"); \ +static_assert(offsetof(Character_K2_OnMovementModeChanged, NewCustomMode) == 0x000003, "Member 'Character_K2_OnMovementModeChanged::NewCustomMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_K2_OnStartCrouch \ +static_assert(alignof(Character_K2_OnStartCrouch) == 0x000004, "Wrong alignment on Character_K2_OnStartCrouch"); \ +static_assert(sizeof(Character_K2_OnStartCrouch) == 0x000008, "Wrong size on Character_K2_OnStartCrouch"); \ +static_assert(offsetof(Character_K2_OnStartCrouch, HalfHeightAdjust) == 0x000000, "Member 'Character_K2_OnStartCrouch::HalfHeightAdjust' has a wrong offset!"); \ +static_assert(offsetof(Character_K2_OnStartCrouch, ScaledHalfHeightAdjust) == 0x000004, "Member 'Character_K2_OnStartCrouch::ScaledHalfHeightAdjust' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_K2_UpdateCustomMovement \ +static_assert(alignof(Character_K2_UpdateCustomMovement) == 0x000004, "Wrong alignment on Character_K2_UpdateCustomMovement"); \ +static_assert(sizeof(Character_K2_UpdateCustomMovement) == 0x000004, "Wrong size on Character_K2_UpdateCustomMovement"); \ +static_assert(offsetof(Character_K2_UpdateCustomMovement, DeltaTime) == 0x000000, "Member 'Character_K2_UpdateCustomMovement::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_LaunchCharacter \ +static_assert(alignof(Character_LaunchCharacter) == 0x000004, "Wrong alignment on Character_LaunchCharacter"); \ +static_assert(sizeof(Character_LaunchCharacter) == 0x000010, "Wrong size on Character_LaunchCharacter"); \ +static_assert(offsetof(Character_LaunchCharacter, LaunchVelocity) == 0x000000, "Member 'Character_LaunchCharacter::LaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(Character_LaunchCharacter, bXYOverride) == 0x00000C, "Member 'Character_LaunchCharacter::bXYOverride' has a wrong offset!"); \ +static_assert(offsetof(Character_LaunchCharacter, bZOverride) == 0x00000D, "Member 'Character_LaunchCharacter::bZOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_OnLanded \ +static_assert(alignof(Character_OnLanded) == 0x000004, "Wrong alignment on Character_OnLanded"); \ +static_assert(sizeof(Character_OnLanded) == 0x000090, "Wrong size on Character_OnLanded"); \ +static_assert(offsetof(Character_OnLanded, Hit) == 0x000000, "Member 'Character_OnLanded::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_OnLaunched \ +static_assert(alignof(Character_OnLaunched) == 0x000004, "Wrong alignment on Character_OnLaunched"); \ +static_assert(sizeof(Character_OnLaunched) == 0x000010, "Wrong size on Character_OnLaunched"); \ +static_assert(offsetof(Character_OnLaunched, LaunchVelocity) == 0x000000, "Member 'Character_OnLaunched::LaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(Character_OnLaunched, bXYOverride) == 0x00000C, "Member 'Character_OnLaunched::bXYOverride' has a wrong offset!"); \ +static_assert(offsetof(Character_OnLaunched, bZOverride) == 0x00000D, "Member 'Character_OnLaunched::bZOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_OnWalkingOffLedge \ +static_assert(alignof(Character_OnWalkingOffLedge) == 0x000004, "Wrong alignment on Character_OnWalkingOffLedge"); \ +static_assert(sizeof(Character_OnWalkingOffLedge) == 0x000028, "Wrong size on Character_OnWalkingOffLedge"); \ +static_assert(offsetof(Character_OnWalkingOffLedge, PreviousFloorImpactNormal) == 0x000000, "Member 'Character_OnWalkingOffLedge::PreviousFloorImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(Character_OnWalkingOffLedge, PreviousFloorContactNormal) == 0x00000C, "Member 'Character_OnWalkingOffLedge::PreviousFloorContactNormal' has a wrong offset!"); \ +static_assert(offsetof(Character_OnWalkingOffLedge, PreviousLocation) == 0x000018, "Member 'Character_OnWalkingOffLedge::PreviousLocation' has a wrong offset!"); \ +static_assert(offsetof(Character_OnWalkingOffLedge, TimeDelta) == 0x000024, "Member 'Character_OnWalkingOffLedge::TimeDelta' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_PlayAnimMontage \ +static_assert(alignof(Character_PlayAnimMontage) == 0x000008, "Wrong alignment on Character_PlayAnimMontage"); \ +static_assert(sizeof(Character_PlayAnimMontage) == 0x000020, "Wrong size on Character_PlayAnimMontage"); \ +static_assert(offsetof(Character_PlayAnimMontage, AnimMontage) == 0x000000, "Member 'Character_PlayAnimMontage::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(Character_PlayAnimMontage, InPlayRate) == 0x000008, "Member 'Character_PlayAnimMontage::InPlayRate' has a wrong offset!"); \ +static_assert(offsetof(Character_PlayAnimMontage, StartSectionName) == 0x00000C, "Member 'Character_PlayAnimMontage::StartSectionName' has a wrong offset!"); \ +static_assert(offsetof(Character_PlayAnimMontage, ReturnValue) == 0x000018, "Member 'Character_PlayAnimMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_RootMotionDebugClientPrintOnScreen \ +static_assert(alignof(Character_RootMotionDebugClientPrintOnScreen) == 0x000008, "Wrong alignment on Character_RootMotionDebugClientPrintOnScreen"); \ +static_assert(sizeof(Character_RootMotionDebugClientPrintOnScreen) == 0x000010, "Wrong size on Character_RootMotionDebugClientPrintOnScreen"); \ +static_assert(offsetof(Character_RootMotionDebugClientPrintOnScreen, InString) == 0x000000, "Member 'Character_RootMotionDebugClientPrintOnScreen::InString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ServerMove \ +static_assert(alignof(Character_ServerMove) == 0x000008, "Wrong alignment on Character_ServerMove"); \ +static_assert(sizeof(Character_ServerMove) == 0x000040, "Wrong size on Character_ServerMove"); \ +static_assert(offsetof(Character_ServerMove, TimeStamp) == 0x000000, "Member 'Character_ServerMove::TimeStamp' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMove, InAccel) == 0x000004, "Member 'Character_ServerMove::InAccel' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMove, ClientLoc) == 0x000010, "Member 'Character_ServerMove::ClientLoc' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMove, CompressedMoveFlags) == 0x00001C, "Member 'Character_ServerMove::CompressedMoveFlags' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMove, ClientRoll) == 0x00001D, "Member 'Character_ServerMove::ClientRoll' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMove, View) == 0x000020, "Member 'Character_ServerMove::View' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMove, ClientMovementBase) == 0x000028, "Member 'Character_ServerMove::ClientMovementBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMove, ClientBaseBoneName) == 0x000030, "Member 'Character_ServerMove::ClientBaseBoneName' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMove, ClientMovementMode) == 0x00003C, "Member 'Character_ServerMove::ClientMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ServerMoveDual \ +static_assert(alignof(Character_ServerMoveDual) == 0x000008, "Wrong alignment on Character_ServerMoveDual"); \ +static_assert(sizeof(Character_ServerMoveDual) == 0x000058, "Wrong size on Character_ServerMoveDual"); \ +static_assert(offsetof(Character_ServerMoveDual, TimeStamp0) == 0x000000, "Member 'Character_ServerMoveDual::TimeStamp0' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, InAccel0) == 0x000004, "Member 'Character_ServerMoveDual::InAccel0' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, PendingFlags) == 0x000010, "Member 'Character_ServerMoveDual::PendingFlags' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, View0) == 0x000014, "Member 'Character_ServerMoveDual::View0' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, TimeStamp) == 0x000018, "Member 'Character_ServerMoveDual::TimeStamp' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, InAccel) == 0x00001C, "Member 'Character_ServerMoveDual::InAccel' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, ClientLoc) == 0x000028, "Member 'Character_ServerMoveDual::ClientLoc' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, NewFlags) == 0x000034, "Member 'Character_ServerMoveDual::NewFlags' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, ClientRoll) == 0x000035, "Member 'Character_ServerMoveDual::ClientRoll' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, View) == 0x000038, "Member 'Character_ServerMoveDual::View' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, ClientMovementBase) == 0x000040, "Member 'Character_ServerMoveDual::ClientMovementBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, ClientBaseBoneName) == 0x000048, "Member 'Character_ServerMoveDual::ClientBaseBoneName' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDual, ClientMovementMode) == 0x000054, "Member 'Character_ServerMoveDual::ClientMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ServerMoveDualHybridRootMotion \ +static_assert(alignof(Character_ServerMoveDualHybridRootMotion) == 0x000008, "Wrong alignment on Character_ServerMoveDualHybridRootMotion"); \ +static_assert(sizeof(Character_ServerMoveDualHybridRootMotion) == 0x000058, "Wrong size on Character_ServerMoveDualHybridRootMotion"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, TimeStamp0) == 0x000000, "Member 'Character_ServerMoveDualHybridRootMotion::TimeStamp0' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, InAccel0) == 0x000004, "Member 'Character_ServerMoveDualHybridRootMotion::InAccel0' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, PendingFlags) == 0x000010, "Member 'Character_ServerMoveDualHybridRootMotion::PendingFlags' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, View0) == 0x000014, "Member 'Character_ServerMoveDualHybridRootMotion::View0' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, TimeStamp) == 0x000018, "Member 'Character_ServerMoveDualHybridRootMotion::TimeStamp' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, InAccel) == 0x00001C, "Member 'Character_ServerMoveDualHybridRootMotion::InAccel' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, ClientLoc) == 0x000028, "Member 'Character_ServerMoveDualHybridRootMotion::ClientLoc' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, NewFlags) == 0x000034, "Member 'Character_ServerMoveDualHybridRootMotion::NewFlags' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, ClientRoll) == 0x000035, "Member 'Character_ServerMoveDualHybridRootMotion::ClientRoll' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, View) == 0x000038, "Member 'Character_ServerMoveDualHybridRootMotion::View' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, ClientMovementBase) == 0x000040, "Member 'Character_ServerMoveDualHybridRootMotion::ClientMovementBase' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, ClientBaseBoneName) == 0x000048, "Member 'Character_ServerMoveDualHybridRootMotion::ClientBaseBoneName' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualHybridRootMotion, ClientMovementMode) == 0x000054, "Member 'Character_ServerMoveDualHybridRootMotion::ClientMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ServerMoveDualNoBase \ +static_assert(alignof(Character_ServerMoveDualNoBase) == 0x000004, "Wrong alignment on Character_ServerMoveDualNoBase"); \ +static_assert(sizeof(Character_ServerMoveDualNoBase) == 0x000040, "Wrong size on Character_ServerMoveDualNoBase"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, TimeStamp0) == 0x000000, "Member 'Character_ServerMoveDualNoBase::TimeStamp0' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, InAccel0) == 0x000004, "Member 'Character_ServerMoveDualNoBase::InAccel0' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, PendingFlags) == 0x000010, "Member 'Character_ServerMoveDualNoBase::PendingFlags' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, View0) == 0x000014, "Member 'Character_ServerMoveDualNoBase::View0' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, TimeStamp) == 0x000018, "Member 'Character_ServerMoveDualNoBase::TimeStamp' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, InAccel) == 0x00001C, "Member 'Character_ServerMoveDualNoBase::InAccel' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, ClientLoc) == 0x000028, "Member 'Character_ServerMoveDualNoBase::ClientLoc' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, NewFlags) == 0x000034, "Member 'Character_ServerMoveDualNoBase::NewFlags' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, ClientRoll) == 0x000035, "Member 'Character_ServerMoveDualNoBase::ClientRoll' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, View) == 0x000038, "Member 'Character_ServerMoveDualNoBase::View' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveDualNoBase, ClientMovementMode) == 0x00003C, "Member 'Character_ServerMoveDualNoBase::ClientMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ServerMoveNoBase \ +static_assert(alignof(Character_ServerMoveNoBase) == 0x000004, "Wrong alignment on Character_ServerMoveNoBase"); \ +static_assert(sizeof(Character_ServerMoveNoBase) == 0x000028, "Wrong size on Character_ServerMoveNoBase"); \ +static_assert(offsetof(Character_ServerMoveNoBase, TimeStamp) == 0x000000, "Member 'Character_ServerMoveNoBase::TimeStamp' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveNoBase, InAccel) == 0x000004, "Member 'Character_ServerMoveNoBase::InAccel' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveNoBase, ClientLoc) == 0x000010, "Member 'Character_ServerMoveNoBase::ClientLoc' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveNoBase, CompressedMoveFlags) == 0x00001C, "Member 'Character_ServerMoveNoBase::CompressedMoveFlags' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveNoBase, ClientRoll) == 0x00001D, "Member 'Character_ServerMoveNoBase::ClientRoll' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveNoBase, View) == 0x000020, "Member 'Character_ServerMoveNoBase::View' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveNoBase, ClientMovementMode) == 0x000024, "Member 'Character_ServerMoveNoBase::ClientMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ServerMoveOld \ +static_assert(alignof(Character_ServerMoveOld) == 0x000004, "Wrong alignment on Character_ServerMoveOld"); \ +static_assert(sizeof(Character_ServerMoveOld) == 0x000014, "Wrong size on Character_ServerMoveOld"); \ +static_assert(offsetof(Character_ServerMoveOld, OldTimeStamp) == 0x000000, "Member 'Character_ServerMoveOld::OldTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveOld, OldAccel) == 0x000004, "Member 'Character_ServerMoveOld::OldAccel' has a wrong offset!"); \ +static_assert(offsetof(Character_ServerMoveOld, OldMoveFlags) == 0x000010, "Member 'Character_ServerMoveOld::OldMoveFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ServerMovePacked \ +static_assert(alignof(Character_ServerMovePacked) == 0x000008, "Wrong alignment on Character_ServerMovePacked"); \ +static_assert(sizeof(Character_ServerMovePacked) == 0x000098, "Wrong size on Character_ServerMovePacked"); \ +static_assert(offsetof(Character_ServerMovePacked, PackedBits) == 0x000000, "Member 'Character_ServerMovePacked::PackedBits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_StopAnimMontage \ +static_assert(alignof(Character_StopAnimMontage) == 0x000008, "Wrong alignment on Character_StopAnimMontage"); \ +static_assert(sizeof(Character_StopAnimMontage) == 0x000008, "Wrong size on Character_StopAnimMontage"); \ +static_assert(offsetof(Character_StopAnimMontage, AnimMontage) == 0x000000, "Member 'Character_StopAnimMontage::AnimMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_UnCrouch \ +static_assert(alignof(Character_UnCrouch) == 0x000001, "Wrong alignment on Character_UnCrouch"); \ +static_assert(sizeof(Character_UnCrouch) == 0x000001, "Wrong size on Character_UnCrouch"); \ +static_assert(offsetof(Character_UnCrouch, bClientSimulation) == 0x000000, "Member 'Character_UnCrouch::bClientSimulation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_CanCrouch \ +static_assert(alignof(Character_CanCrouch) == 0x000001, "Wrong alignment on Character_CanCrouch"); \ +static_assert(sizeof(Character_CanCrouch) == 0x000001, "Wrong size on Character_CanCrouch"); \ +static_assert(offsetof(Character_CanCrouch, ReturnValue) == 0x000000, "Member 'Character_CanCrouch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_CanJump \ +static_assert(alignof(Character_CanJump) == 0x000001, "Wrong alignment on Character_CanJump"); \ +static_assert(sizeof(Character_CanJump) == 0x000001, "Wrong size on Character_CanJump"); \ +static_assert(offsetof(Character_CanJump, ReturnValue) == 0x000000, "Member 'Character_CanJump::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_CanJumpInternal \ +static_assert(alignof(Character_CanJumpInternal) == 0x000001, "Wrong alignment on Character_CanJumpInternal"); \ +static_assert(sizeof(Character_CanJumpInternal) == 0x000001, "Wrong size on Character_CanJumpInternal"); \ +static_assert(offsetof(Character_CanJumpInternal, ReturnValue) == 0x000000, "Member 'Character_CanJumpInternal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_GetAnimRootMotionTranslationScale \ +static_assert(alignof(Character_GetAnimRootMotionTranslationScale) == 0x000004, "Wrong alignment on Character_GetAnimRootMotionTranslationScale"); \ +static_assert(sizeof(Character_GetAnimRootMotionTranslationScale) == 0x000004, "Wrong size on Character_GetAnimRootMotionTranslationScale"); \ +static_assert(offsetof(Character_GetAnimRootMotionTranslationScale, ReturnValue) == 0x000000, "Member 'Character_GetAnimRootMotionTranslationScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_GetBaseRotationOffsetRotator \ +static_assert(alignof(Character_GetBaseRotationOffsetRotator) == 0x000004, "Wrong alignment on Character_GetBaseRotationOffsetRotator"); \ +static_assert(sizeof(Character_GetBaseRotationOffsetRotator) == 0x00000C, "Wrong size on Character_GetBaseRotationOffsetRotator"); \ +static_assert(offsetof(Character_GetBaseRotationOffsetRotator, ReturnValue) == 0x000000, "Member 'Character_GetBaseRotationOffsetRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_GetBaseTranslationOffset \ +static_assert(alignof(Character_GetBaseTranslationOffset) == 0x000004, "Wrong alignment on Character_GetBaseTranslationOffset"); \ +static_assert(sizeof(Character_GetBaseTranslationOffset) == 0x00000C, "Wrong size on Character_GetBaseTranslationOffset"); \ +static_assert(offsetof(Character_GetBaseTranslationOffset, ReturnValue) == 0x000000, "Member 'Character_GetBaseTranslationOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_GetCurrentMontage \ +static_assert(alignof(Character_GetCurrentMontage) == 0x000008, "Wrong alignment on Character_GetCurrentMontage"); \ +static_assert(sizeof(Character_GetCurrentMontage) == 0x000008, "Wrong size on Character_GetCurrentMontage"); \ +static_assert(offsetof(Character_GetCurrentMontage, ReturnValue) == 0x000000, "Member 'Character_GetCurrentMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_HasAnyRootMotion \ +static_assert(alignof(Character_HasAnyRootMotion) == 0x000001, "Wrong alignment on Character_HasAnyRootMotion"); \ +static_assert(sizeof(Character_HasAnyRootMotion) == 0x000001, "Wrong size on Character_HasAnyRootMotion"); \ +static_assert(offsetof(Character_HasAnyRootMotion, ReturnValue) == 0x000000, "Member 'Character_HasAnyRootMotion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_IsJumpProvidingForce \ +static_assert(alignof(Character_IsJumpProvidingForce) == 0x000001, "Wrong alignment on Character_IsJumpProvidingForce"); \ +static_assert(sizeof(Character_IsJumpProvidingForce) == 0x000001, "Wrong size on Character_IsJumpProvidingForce"); \ +static_assert(offsetof(Character_IsJumpProvidingForce, ReturnValue) == 0x000000, "Member 'Character_IsJumpProvidingForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_IsPlayingNetworkedRootMotionMontage \ +static_assert(alignof(Character_IsPlayingNetworkedRootMotionMontage) == 0x000001, "Wrong alignment on Character_IsPlayingNetworkedRootMotionMontage"); \ +static_assert(sizeof(Character_IsPlayingNetworkedRootMotionMontage) == 0x000001, "Wrong size on Character_IsPlayingNetworkedRootMotionMontage"); \ +static_assert(offsetof(Character_IsPlayingNetworkedRootMotionMontage, ReturnValue) == 0x000000, "Member 'Character_IsPlayingNetworkedRootMotionMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_IsPlayingRootMotion \ +static_assert(alignof(Character_IsPlayingRootMotion) == 0x000001, "Wrong alignment on Character_IsPlayingRootMotion"); \ +static_assert(sizeof(Character_IsPlayingRootMotion) == 0x000001, "Wrong size on Character_IsPlayingRootMotion"); \ +static_assert(offsetof(Character_IsPlayingRootMotion, ReturnValue) == 0x000000, "Member 'Character_IsPlayingRootMotion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACharacter \ +static_assert(alignof(ACharacter) == 0x000010, "Wrong alignment on ACharacter"); \ +static_assert(sizeof(ACharacter) == 0x000570, "Wrong size on ACharacter"); \ +static_assert(offsetof(ACharacter, Mesh) == 0x000330, "Member 'ACharacter::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, CharacterMovement) == 0x000338, "Member 'ACharacter::CharacterMovement' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, CapsuleComponent) == 0x000340, "Member 'ACharacter::CapsuleComponent' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, BasedMovement) == 0x000348, "Member 'ACharacter::BasedMovement' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ReplicatedBasedMovement) == 0x000378, "Member 'ACharacter::ReplicatedBasedMovement' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, AnimRootMotionTranslationScale) == 0x0003A8, "Member 'ACharacter::AnimRootMotionTranslationScale' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, BaseTranslationOffset) == 0x0003AC, "Member 'ACharacter::BaseTranslationOffset' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, BaseRotationOffset) == 0x0003C0, "Member 'ACharacter::BaseRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ReplicatedServerLastTransformUpdateTimeStamp) == 0x0003D0, "Member 'ACharacter::ReplicatedServerLastTransformUpdateTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ReplayLastTransformUpdateTimeStamp) == 0x0003D4, "Member 'ACharacter::ReplayLastTransformUpdateTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ReplicatedMovementMode) == 0x0003D8, "Member 'ACharacter::ReplicatedMovementMode' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, bInBaseReplication) == 0x0003D9, "Member 'ACharacter::bInBaseReplication' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, CrouchedEyeHeight) == 0x0003DC, "Member 'ACharacter::CrouchedEyeHeight' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpKeyHoldTime) == 0x0003E4, "Member 'ACharacter::JumpKeyHoldTime' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpForceTimeRemaining) == 0x0003E8, "Member 'ACharacter::JumpForceTimeRemaining' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ProxyJumpForceStartedTime) == 0x0003EC, "Member 'ACharacter::ProxyJumpForceStartedTime' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpMaxHoldTime) == 0x0003F0, "Member 'ACharacter::JumpMaxHoldTime' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpMaxCount) == 0x0003F4, "Member 'ACharacter::JumpMaxCount' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpCurrentCount) == 0x0003F8, "Member 'ACharacter::JumpCurrentCount' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpCurrentCountPreJump) == 0x0003FC, "Member 'ACharacter::JumpCurrentCountPreJump' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, OnReachedJumpApex) == 0x000408, "Member 'ACharacter::OnReachedJumpApex' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, MovementModeChangedDelegate) == 0x000428, "Member 'ACharacter::MovementModeChangedDelegate' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, OnCharacterMovementUpdated) == 0x000438, "Member 'ACharacter::OnCharacterMovementUpdated' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, SavedRootMotion) == 0x000448, "Member 'ACharacter::SavedRootMotion' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ClientRootMotionParams) == 0x000480, "Member 'ACharacter::ClientRootMotionParams' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, RootMotionRepMoves) == 0x0004C0, "Member 'ACharacter::RootMotionRepMoves' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, RepRootMotion) == 0x0004D0, "Member 'ACharacter::RepRootMotion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInst \ +static_assert(alignof(UInterpTrackInst) == 0x000008, "Wrong alignment on UInterpTrackInst"); \ +static_assert(sizeof(UInterpTrackInst) == 0x000030, "Wrong size on UInterpTrackInst"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstParticleReplay \ +static_assert(alignof(UInterpTrackInstParticleReplay) == 0x000008, "Wrong alignment on UInterpTrackInstParticleReplay"); \ +static_assert(sizeof(UInterpTrackInstParticleReplay) == 0x000038, "Wrong size on UInterpTrackInstParticleReplay"); \ +static_assert(offsetof(UInterpTrackInstParticleReplay, LastUpdatePosition) == 0x000030, "Member 'UInterpTrackInstParticleReplay::LastUpdatePosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleRotationRateBase \ +static_assert(alignof(UParticleModuleRotationRateBase) == 0x000008, "Wrong alignment on UParticleModuleRotationRateBase"); \ +static_assert(sizeof(UParticleModuleRotationRateBase) == 0x000038, "Wrong size on UParticleModuleRotationRateBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleRotationRateMultiplyLife \ +static_assert(alignof(UParticleModuleRotationRateMultiplyLife) == 0x000008, "Wrong alignment on UParticleModuleRotationRateMultiplyLife"); \ +static_assert(sizeof(UParticleModuleRotationRateMultiplyLife) == 0x000068, "Wrong size on UParticleModuleRotationRateMultiplyLife"); \ +static_assert(offsetof(UParticleModuleRotationRateMultiplyLife, LifeMultiplier) == 0x000038, "Member 'UParticleModuleRotationRateMultiplyLife::LifeMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssetManagerSettings \ +static_assert(alignof(UAssetManagerSettings) == 0x000008, "Wrong alignment on UAssetManagerSettings"); \ +static_assert(sizeof(UAssetManagerSettings) == 0x000110, "Wrong size on UAssetManagerSettings"); \ +static_assert(offsetof(UAssetManagerSettings, PrimaryAssetTypesToScan) == 0x000048, "Member 'UAssetManagerSettings::PrimaryAssetTypesToScan' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, DirectoriesToExclude) == 0x000058, "Member 'UAssetManagerSettings::DirectoriesToExclude' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, PrimaryAssetRules) == 0x000068, "Member 'UAssetManagerSettings::PrimaryAssetRules' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, CustomPrimaryAssetRules) == 0x000078, "Member 'UAssetManagerSettings::CustomPrimaryAssetRules' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, bOnlyCookProductionAssets) == 0x000088, "Member 'UAssetManagerSettings::bOnlyCookProductionAssets' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, bShouldManagerDetermineTypeAndName) == 0x000089, "Member 'UAssetManagerSettings::bShouldManagerDetermineTypeAndName' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, bShouldGuessTypeAndNameInEditor) == 0x00008A, "Member 'UAssetManagerSettings::bShouldGuessTypeAndNameInEditor' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, bShouldAcquireMissingChunksOnLoad) == 0x00008B, "Member 'UAssetManagerSettings::bShouldAcquireMissingChunksOnLoad' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, PrimaryAssetIdRedirects) == 0x000090, "Member 'UAssetManagerSettings::PrimaryAssetIdRedirects' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, PrimaryAssetTypeRedirects) == 0x0000A0, "Member 'UAssetManagerSettings::PrimaryAssetTypeRedirects' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, AssetPathRedirects) == 0x0000B0, "Member 'UAssetManagerSettings::AssetPathRedirects' has a wrong offset!"); \ +static_assert(offsetof(UAssetManagerSettings, MetaDataTagsForAssetRegistry) == 0x0000C0, "Member 'UAssetManagerSettings::MetaDataTagsForAssetRegistry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssetUserData \ +static_assert(alignof(UAssetUserData) == 0x000008, "Wrong alignment on UAssetUserData"); \ +static_assert(sizeof(UAssetUserData) == 0x000030, "Wrong size on UAssetUserData"); \ + +#define DUMPER7_ASSERTS_UDynamicSubsystem \ +static_assert(alignof(UDynamicSubsystem) == 0x000008, "Wrong alignment on UDynamicSubsystem"); \ +static_assert(sizeof(UDynamicSubsystem) == 0x000038, "Wrong size on UDynamicSubsystem"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFontSampleParameter \ +static_assert(alignof(UMaterialExpressionFontSampleParameter) == 0x000008, "Wrong alignment on UMaterialExpressionFontSampleParameter"); \ +static_assert(sizeof(UMaterialExpressionFontSampleParameter) == 0x000080, "Wrong size on UMaterialExpressionFontSampleParameter"); \ +static_assert(offsetof(UMaterialExpressionFontSampleParameter, ParameterName) == 0x000058, "Member 'UMaterialExpressionFontSampleParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFontSampleParameter, ExpressionGUID) == 0x000064, "Member 'UMaterialExpressionFontSampleParameter::ExpressionGUID' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFontSampleParameter, Group) == 0x000074, "Member 'UMaterialExpressionFontSampleParameter::Group' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDistributionVector \ +static_assert(alignof(UDistributionVector) == 0x000008, "Wrong alignment on UDistributionVector"); \ +static_assert(sizeof(UDistributionVector) == 0x000040, "Wrong size on UDistributionVector"); \ + +#define DUMPER7_ASSERTS_UDistributionVectorUniform \ +static_assert(alignof(UDistributionVectorUniform) == 0x000008, "Wrong alignment on UDistributionVectorUniform"); \ +static_assert(sizeof(UDistributionVectorUniform) == 0x000068, "Wrong size on UDistributionVectorUniform"); \ +static_assert(offsetof(UDistributionVectorUniform, Max) == 0x000040, "Member 'UDistributionVectorUniform::Max' has a wrong offset!"); \ +static_assert(offsetof(UDistributionVectorUniform, Min) == 0x00004C, "Member 'UDistributionVectorUniform::Min' has a wrong offset!"); \ +static_assert(offsetof(UDistributionVectorUniform, LockedAxes) == 0x00005C, "Member 'UDistributionVectorUniform::LockedAxes' has a wrong offset!"); \ +static_assert(offsetof(UDistributionVectorUniform, MirrorFlags) == 0x00005D, "Member 'UDistributionVectorUniform::MirrorFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AParticleEventManager \ +static_assert(alignof(AParticleEventManager) == 0x000008, "Wrong alignment on AParticleEventManager"); \ +static_assert(sizeof(AParticleEventManager) == 0x0002A8, "Wrong size on AParticleEventManager"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_ClearSkinWeightOverride \ +static_assert(alignof(SkinnedMeshComponent_ClearSkinWeightOverride) == 0x000004, "Wrong alignment on SkinnedMeshComponent_ClearSkinWeightOverride"); \ +static_assert(sizeof(SkinnedMeshComponent_ClearSkinWeightOverride) == 0x000004, "Wrong size on SkinnedMeshComponent_ClearSkinWeightOverride"); \ +static_assert(offsetof(SkinnedMeshComponent_ClearSkinWeightOverride, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_ClearSkinWeightOverride::LODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_ClearVertexColorOverride \ +static_assert(alignof(SkinnedMeshComponent_ClearVertexColorOverride) == 0x000004, "Wrong alignment on SkinnedMeshComponent_ClearVertexColorOverride"); \ +static_assert(sizeof(SkinnedMeshComponent_ClearVertexColorOverride) == 0x000004, "Wrong size on SkinnedMeshComponent_ClearVertexColorOverride"); \ +static_assert(offsetof(SkinnedMeshComponent_ClearVertexColorOverride, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_ClearVertexColorOverride::LODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_HideBoneByName \ +static_assert(alignof(SkinnedMeshComponent_HideBoneByName) == 0x000004, "Wrong alignment on SkinnedMeshComponent_HideBoneByName"); \ +static_assert(sizeof(SkinnedMeshComponent_HideBoneByName) == 0x000010, "Wrong size on SkinnedMeshComponent_HideBoneByName"); \ +static_assert(offsetof(SkinnedMeshComponent_HideBoneByName, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_HideBoneByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_HideBoneByName, PhysBodyOption) == 0x00000C, "Member 'SkinnedMeshComponent_HideBoneByName::PhysBodyOption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_IsBoneHiddenByName \ +static_assert(alignof(SkinnedMeshComponent_IsBoneHiddenByName) == 0x000004, "Wrong alignment on SkinnedMeshComponent_IsBoneHiddenByName"); \ +static_assert(sizeof(SkinnedMeshComponent_IsBoneHiddenByName) == 0x000010, "Wrong size on SkinnedMeshComponent_IsBoneHiddenByName"); \ +static_assert(offsetof(SkinnedMeshComponent_IsBoneHiddenByName, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_IsBoneHiddenByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_IsBoneHiddenByName, ReturnValue) == 0x00000C, "Member 'SkinnedMeshComponent_IsBoneHiddenByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_IsMaterialSectionShown \ +static_assert(alignof(SkinnedMeshComponent_IsMaterialSectionShown) == 0x000004, "Wrong alignment on SkinnedMeshComponent_IsMaterialSectionShown"); \ +static_assert(sizeof(SkinnedMeshComponent_IsMaterialSectionShown) == 0x00000C, "Wrong size on SkinnedMeshComponent_IsMaterialSectionShown"); \ +static_assert(offsetof(SkinnedMeshComponent_IsMaterialSectionShown, MaterialID) == 0x000000, "Member 'SkinnedMeshComponent_IsMaterialSectionShown::MaterialID' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_IsMaterialSectionShown, LODIndex) == 0x000004, "Member 'SkinnedMeshComponent_IsMaterialSectionShown::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_IsMaterialSectionShown, ReturnValue) == 0x000008, "Member 'SkinnedMeshComponent_IsMaterialSectionShown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility \ +static_assert(alignof(SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility) == 0x000004, "Wrong alignment on SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility"); \ +static_assert(sizeof(SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility) == 0x000004, "Wrong size on SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility"); \ +static_assert(offsetof(SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility, NewValue) == 0x000000, "Member 'SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetCastCapsuleDirectShadow \ +static_assert(alignof(SkinnedMeshComponent_SetCastCapsuleDirectShadow) == 0x000001, "Wrong alignment on SkinnedMeshComponent_SetCastCapsuleDirectShadow"); \ +static_assert(sizeof(SkinnedMeshComponent_SetCastCapsuleDirectShadow) == 0x000001, "Wrong size on SkinnedMeshComponent_SetCastCapsuleDirectShadow"); \ +static_assert(offsetof(SkinnedMeshComponent_SetCastCapsuleDirectShadow, bNewValue) == 0x000000, "Member 'SkinnedMeshComponent_SetCastCapsuleDirectShadow::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetCastCapsuleIndirectShadow \ +static_assert(alignof(SkinnedMeshComponent_SetCastCapsuleIndirectShadow) == 0x000001, "Wrong alignment on SkinnedMeshComponent_SetCastCapsuleIndirectShadow"); \ +static_assert(sizeof(SkinnedMeshComponent_SetCastCapsuleIndirectShadow) == 0x000001, "Wrong size on SkinnedMeshComponent_SetCastCapsuleIndirectShadow"); \ +static_assert(offsetof(SkinnedMeshComponent_SetCastCapsuleIndirectShadow, bNewValue) == 0x000000, "Member 'SkinnedMeshComponent_SetCastCapsuleIndirectShadow::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetForcedLOD \ +static_assert(alignof(SkinnedMeshComponent_SetForcedLOD) == 0x000004, "Wrong alignment on SkinnedMeshComponent_SetForcedLOD"); \ +static_assert(sizeof(SkinnedMeshComponent_SetForcedLOD) == 0x000004, "Wrong size on SkinnedMeshComponent_SetForcedLOD"); \ +static_assert(offsetof(SkinnedMeshComponent_SetForcedLOD, InNewForcedLOD) == 0x000000, "Member 'SkinnedMeshComponent_SetForcedLOD::InNewForcedLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetMasterPoseComponent \ +static_assert(alignof(SkinnedMeshComponent_SetMasterPoseComponent) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetMasterPoseComponent"); \ +static_assert(sizeof(SkinnedMeshComponent_SetMasterPoseComponent) == 0x000010, "Wrong size on SkinnedMeshComponent_SetMasterPoseComponent"); \ +static_assert(offsetof(SkinnedMeshComponent_SetMasterPoseComponent, NewMasterBoneComponent) == 0x000000, "Member 'SkinnedMeshComponent_SetMasterPoseComponent::NewMasterBoneComponent' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetMasterPoseComponent, bForceUpdate) == 0x000008, "Member 'SkinnedMeshComponent_SetMasterPoseComponent::bForceUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetMinLOD \ +static_assert(alignof(SkinnedMeshComponent_SetMinLOD) == 0x000004, "Wrong alignment on SkinnedMeshComponent_SetMinLOD"); \ +static_assert(sizeof(SkinnedMeshComponent_SetMinLOD) == 0x000004, "Wrong size on SkinnedMeshComponent_SetMinLOD"); \ +static_assert(offsetof(SkinnedMeshComponent_SetMinLOD, InNewMinLOD) == 0x000000, "Member 'SkinnedMeshComponent_SetMinLOD::InNewMinLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetPhysicsAsset \ +static_assert(alignof(SkinnedMeshComponent_SetPhysicsAsset) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetPhysicsAsset"); \ +static_assert(sizeof(SkinnedMeshComponent_SetPhysicsAsset) == 0x000010, "Wrong size on SkinnedMeshComponent_SetPhysicsAsset"); \ +static_assert(offsetof(SkinnedMeshComponent_SetPhysicsAsset, NewPhysicsAsset) == 0x000000, "Member 'SkinnedMeshComponent_SetPhysicsAsset::NewPhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetPhysicsAsset, bForceReInit) == 0x000008, "Member 'SkinnedMeshComponent_SetPhysicsAsset::bForceReInit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetPostSkinningOffsets \ +static_assert(alignof(SkinnedMeshComponent_SetPostSkinningOffsets) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetPostSkinningOffsets"); \ +static_assert(sizeof(SkinnedMeshComponent_SetPostSkinningOffsets) == 0x000018, "Wrong size on SkinnedMeshComponent_SetPostSkinningOffsets"); \ +static_assert(offsetof(SkinnedMeshComponent_SetPostSkinningOffsets, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_SetPostSkinningOffsets::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetPostSkinningOffsets, Offsets) == 0x000008, "Member 'SkinnedMeshComponent_SetPostSkinningOffsets::Offsets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetPreSkinningOffsets \ +static_assert(alignof(SkinnedMeshComponent_SetPreSkinningOffsets) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetPreSkinningOffsets"); \ +static_assert(sizeof(SkinnedMeshComponent_SetPreSkinningOffsets) == 0x000018, "Wrong size on SkinnedMeshComponent_SetPreSkinningOffsets"); \ +static_assert(offsetof(SkinnedMeshComponent_SetPreSkinningOffsets, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_SetPreSkinningOffsets::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetPreSkinningOffsets, Offsets) == 0x000008, "Member 'SkinnedMeshComponent_SetPreSkinningOffsets::Offsets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetRenderStatic \ +static_assert(alignof(SkinnedMeshComponent_SetRenderStatic) == 0x000001, "Wrong alignment on SkinnedMeshComponent_SetRenderStatic"); \ +static_assert(sizeof(SkinnedMeshComponent_SetRenderStatic) == 0x000001, "Wrong size on SkinnedMeshComponent_SetRenderStatic"); \ +static_assert(offsetof(SkinnedMeshComponent_SetRenderStatic, bNewValue) == 0x000000, "Member 'SkinnedMeshComponent_SetRenderStatic::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetSkeletalMesh \ +static_assert(alignof(SkinnedMeshComponent_SetSkeletalMesh) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetSkeletalMesh"); \ +static_assert(sizeof(SkinnedMeshComponent_SetSkeletalMesh) == 0x000010, "Wrong size on SkinnedMeshComponent_SetSkeletalMesh"); \ +static_assert(offsetof(SkinnedMeshComponent_SetSkeletalMesh, NewMesh) == 0x000000, "Member 'SkinnedMeshComponent_SetSkeletalMesh::NewMesh' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetSkeletalMesh, bReinitPose) == 0x000008, "Member 'SkinnedMeshComponent_SetSkeletalMesh::bReinitPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetSkinWeightOverride \ +static_assert(alignof(SkinnedMeshComponent_SetSkinWeightOverride) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetSkinWeightOverride"); \ +static_assert(sizeof(SkinnedMeshComponent_SetSkinWeightOverride) == 0x000018, "Wrong size on SkinnedMeshComponent_SetSkinWeightOverride"); \ +static_assert(offsetof(SkinnedMeshComponent_SetSkinWeightOverride, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_SetSkinWeightOverride::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetSkinWeightOverride, SkinWeights) == 0x000008, "Member 'SkinnedMeshComponent_SetSkinWeightOverride::SkinWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetSkinWeightProfile \ +static_assert(alignof(SkinnedMeshComponent_SetSkinWeightProfile) == 0x000004, "Wrong alignment on SkinnedMeshComponent_SetSkinWeightProfile"); \ +static_assert(sizeof(SkinnedMeshComponent_SetSkinWeightProfile) == 0x000010, "Wrong size on SkinnedMeshComponent_SetSkinWeightProfile"); \ +static_assert(offsetof(SkinnedMeshComponent_SetSkinWeightProfile, InProfileName) == 0x000000, "Member 'SkinnedMeshComponent_SetSkinWeightProfile::InProfileName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetSkinWeightProfile, ReturnValue) == 0x00000C, "Member 'SkinnedMeshComponent_SetSkinWeightProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetVertexColorOverride_LinearColor \ +static_assert(alignof(SkinnedMeshComponent_SetVertexColorOverride_LinearColor) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetVertexColorOverride_LinearColor"); \ +static_assert(sizeof(SkinnedMeshComponent_SetVertexColorOverride_LinearColor) == 0x000018, "Wrong size on SkinnedMeshComponent_SetVertexColorOverride_LinearColor"); \ +static_assert(offsetof(SkinnedMeshComponent_SetVertexColorOverride_LinearColor, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_SetVertexColorOverride_LinearColor::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetVertexColorOverride_LinearColor, VertexColors) == 0x000008, "Member 'SkinnedMeshComponent_SetVertexColorOverride_LinearColor::VertexColors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetVertexOffsetUsage \ +static_assert(alignof(SkinnedMeshComponent_SetVertexOffsetUsage) == 0x000004, "Wrong alignment on SkinnedMeshComponent_SetVertexOffsetUsage"); \ +static_assert(sizeof(SkinnedMeshComponent_SetVertexOffsetUsage) == 0x000008, "Wrong size on SkinnedMeshComponent_SetVertexOffsetUsage"); \ +static_assert(offsetof(SkinnedMeshComponent_SetVertexOffsetUsage, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_SetVertexOffsetUsage::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetVertexOffsetUsage, Usage) == 0x000004, "Member 'SkinnedMeshComponent_SetVertexOffsetUsage::Usage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_ShowAllMaterialSections \ +static_assert(alignof(SkinnedMeshComponent_ShowAllMaterialSections) == 0x000004, "Wrong alignment on SkinnedMeshComponent_ShowAllMaterialSections"); \ +static_assert(sizeof(SkinnedMeshComponent_ShowAllMaterialSections) == 0x000004, "Wrong size on SkinnedMeshComponent_ShowAllMaterialSections"); \ +static_assert(offsetof(SkinnedMeshComponent_ShowAllMaterialSections, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_ShowAllMaterialSections::LODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_ShowMaterialSection \ +static_assert(alignof(SkinnedMeshComponent_ShowMaterialSection) == 0x000004, "Wrong alignment on SkinnedMeshComponent_ShowMaterialSection"); \ +static_assert(sizeof(SkinnedMeshComponent_ShowMaterialSection) == 0x000010, "Wrong size on SkinnedMeshComponent_ShowMaterialSection"); \ +static_assert(offsetof(SkinnedMeshComponent_ShowMaterialSection, MaterialID) == 0x000000, "Member 'SkinnedMeshComponent_ShowMaterialSection::MaterialID' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_ShowMaterialSection, SectionIndex) == 0x000004, "Member 'SkinnedMeshComponent_ShowMaterialSection::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_ShowMaterialSection, bShow) == 0x000008, "Member 'SkinnedMeshComponent_ShowMaterialSection::bShow' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_ShowMaterialSection, LODIndex) == 0x00000C, "Member 'SkinnedMeshComponent_ShowMaterialSection::LODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_TransformFromBoneSpace \ +static_assert(alignof(SkinnedMeshComponent_TransformFromBoneSpace) == 0x000004, "Wrong alignment on SkinnedMeshComponent_TransformFromBoneSpace"); \ +static_assert(sizeof(SkinnedMeshComponent_TransformFromBoneSpace) == 0x00003C, "Wrong size on SkinnedMeshComponent_TransformFromBoneSpace"); \ +static_assert(offsetof(SkinnedMeshComponent_TransformFromBoneSpace, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_TransformFromBoneSpace::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_TransformFromBoneSpace, InPosition) == 0x00000C, "Member 'SkinnedMeshComponent_TransformFromBoneSpace::InPosition' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_TransformFromBoneSpace, InRotation) == 0x000018, "Member 'SkinnedMeshComponent_TransformFromBoneSpace::InRotation' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_TransformFromBoneSpace, OutPosition) == 0x000024, "Member 'SkinnedMeshComponent_TransformFromBoneSpace::OutPosition' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_TransformFromBoneSpace, OutRotation) == 0x000030, "Member 'SkinnedMeshComponent_TransformFromBoneSpace::OutRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_UnHideBoneByName \ +static_assert(alignof(SkinnedMeshComponent_UnHideBoneByName) == 0x000004, "Wrong alignment on SkinnedMeshComponent_UnHideBoneByName"); \ +static_assert(sizeof(SkinnedMeshComponent_UnHideBoneByName) == 0x00000C, "Wrong size on SkinnedMeshComponent_UnHideBoneByName"); \ +static_assert(offsetof(SkinnedMeshComponent_UnHideBoneByName, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_UnHideBoneByName::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_UnloadSkinWeightProfile \ +static_assert(alignof(SkinnedMeshComponent_UnloadSkinWeightProfile) == 0x000004, "Wrong alignment on SkinnedMeshComponent_UnloadSkinWeightProfile"); \ +static_assert(sizeof(SkinnedMeshComponent_UnloadSkinWeightProfile) == 0x00000C, "Wrong size on SkinnedMeshComponent_UnloadSkinWeightProfile"); \ +static_assert(offsetof(SkinnedMeshComponent_UnloadSkinWeightProfile, InProfileName) == 0x000000, "Member 'SkinnedMeshComponent_UnloadSkinWeightProfile::InProfileName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_BoneIsChildOf \ +static_assert(alignof(SkinnedMeshComponent_BoneIsChildOf) == 0x000004, "Wrong alignment on SkinnedMeshComponent_BoneIsChildOf"); \ +static_assert(sizeof(SkinnedMeshComponent_BoneIsChildOf) == 0x00001C, "Wrong size on SkinnedMeshComponent_BoneIsChildOf"); \ +static_assert(offsetof(SkinnedMeshComponent_BoneIsChildOf, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_BoneIsChildOf::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_BoneIsChildOf, ParentBoneName) == 0x00000C, "Member 'SkinnedMeshComponent_BoneIsChildOf::ParentBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_BoneIsChildOf, ReturnValue) == 0x000018, "Member 'SkinnedMeshComponent_BoneIsChildOf::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_FindClosestBone_K2 \ +static_assert(alignof(SkinnedMeshComponent_FindClosestBone_K2) == 0x000004, "Wrong alignment on SkinnedMeshComponent_FindClosestBone_K2"); \ +static_assert(sizeof(SkinnedMeshComponent_FindClosestBone_K2) == 0x00002C, "Wrong size on SkinnedMeshComponent_FindClosestBone_K2"); \ +static_assert(offsetof(SkinnedMeshComponent_FindClosestBone_K2, TestLocation) == 0x000000, "Member 'SkinnedMeshComponent_FindClosestBone_K2::TestLocation' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_FindClosestBone_K2, BoneLocation) == 0x00000C, "Member 'SkinnedMeshComponent_FindClosestBone_K2::BoneLocation' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_FindClosestBone_K2, IgnoreScale) == 0x000018, "Member 'SkinnedMeshComponent_FindClosestBone_K2::IgnoreScale' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_FindClosestBone_K2, bRequirePhysicsAsset) == 0x00001C, "Member 'SkinnedMeshComponent_FindClosestBone_K2::bRequirePhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_FindClosestBone_K2, ReturnValue) == 0x000020, "Member 'SkinnedMeshComponent_FindClosestBone_K2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetBoneIndex \ +static_assert(alignof(SkinnedMeshComponent_GetBoneIndex) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetBoneIndex"); \ +static_assert(sizeof(SkinnedMeshComponent_GetBoneIndex) == 0x000010, "Wrong size on SkinnedMeshComponent_GetBoneIndex"); \ +static_assert(offsetof(SkinnedMeshComponent_GetBoneIndex, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_GetBoneIndex::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetBoneIndex, ReturnValue) == 0x00000C, "Member 'SkinnedMeshComponent_GetBoneIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetBoneName \ +static_assert(alignof(SkinnedMeshComponent_GetBoneName) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetBoneName"); \ +static_assert(sizeof(SkinnedMeshComponent_GetBoneName) == 0x000010, "Wrong size on SkinnedMeshComponent_GetBoneName"); \ +static_assert(offsetof(SkinnedMeshComponent_GetBoneName, BoneIndex) == 0x000000, "Member 'SkinnedMeshComponent_GetBoneName::BoneIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetBoneName, ReturnValue) == 0x000004, "Member 'SkinnedMeshComponent_GetBoneName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetCurrentSkinWeightProfileName \ +static_assert(alignof(SkinnedMeshComponent_GetCurrentSkinWeightProfileName) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetCurrentSkinWeightProfileName"); \ +static_assert(sizeof(SkinnedMeshComponent_GetCurrentSkinWeightProfileName) == 0x00000C, "Wrong size on SkinnedMeshComponent_GetCurrentSkinWeightProfileName"); \ +static_assert(offsetof(SkinnedMeshComponent_GetCurrentSkinWeightProfileName, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_GetCurrentSkinWeightProfileName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetDeltaTransformFromRefPose \ +static_assert(alignof(SkinnedMeshComponent_GetDeltaTransformFromRefPose) == 0x000010, "Wrong alignment on SkinnedMeshComponent_GetDeltaTransformFromRefPose"); \ +static_assert(sizeof(SkinnedMeshComponent_GetDeltaTransformFromRefPose) == 0x000050, "Wrong size on SkinnedMeshComponent_GetDeltaTransformFromRefPose"); \ +static_assert(offsetof(SkinnedMeshComponent_GetDeltaTransformFromRefPose, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_GetDeltaTransformFromRefPose::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetDeltaTransformFromRefPose, BaseName) == 0x00000C, "Member 'SkinnedMeshComponent_GetDeltaTransformFromRefPose::BaseName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetDeltaTransformFromRefPose, ReturnValue) == 0x000020, "Member 'SkinnedMeshComponent_GetDeltaTransformFromRefPose::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetForcedLOD \ +static_assert(alignof(SkinnedMeshComponent_GetForcedLOD) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetForcedLOD"); \ +static_assert(sizeof(SkinnedMeshComponent_GetForcedLOD) == 0x000004, "Wrong size on SkinnedMeshComponent_GetForcedLOD"); \ +static_assert(offsetof(SkinnedMeshComponent_GetForcedLOD, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_GetForcedLOD::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetNumBones \ +static_assert(alignof(SkinnedMeshComponent_GetNumBones) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetNumBones"); \ +static_assert(sizeof(SkinnedMeshComponent_GetNumBones) == 0x000004, "Wrong size on SkinnedMeshComponent_GetNumBones"); \ +static_assert(offsetof(SkinnedMeshComponent_GetNumBones, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_GetNumBones::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetNumLODs \ +static_assert(alignof(SkinnedMeshComponent_GetNumLODs) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetNumLODs"); \ +static_assert(sizeof(SkinnedMeshComponent_GetNumLODs) == 0x000004, "Wrong size on SkinnedMeshComponent_GetNumLODs"); \ +static_assert(offsetof(SkinnedMeshComponent_GetNumLODs, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_GetNumLODs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetParentBone \ +static_assert(alignof(SkinnedMeshComponent_GetParentBone) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetParentBone"); \ +static_assert(sizeof(SkinnedMeshComponent_GetParentBone) == 0x000018, "Wrong size on SkinnedMeshComponent_GetParentBone"); \ +static_assert(offsetof(SkinnedMeshComponent_GetParentBone, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_GetParentBone::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetParentBone, ReturnValue) == 0x00000C, "Member 'SkinnedMeshComponent_GetParentBone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetRefPosePosition \ +static_assert(alignof(SkinnedMeshComponent_GetRefPosePosition) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetRefPosePosition"); \ +static_assert(sizeof(SkinnedMeshComponent_GetRefPosePosition) == 0x000010, "Wrong size on SkinnedMeshComponent_GetRefPosePosition"); \ +static_assert(offsetof(SkinnedMeshComponent_GetRefPosePosition, BoneIndex) == 0x000000, "Member 'SkinnedMeshComponent_GetRefPosePosition::BoneIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetRefPosePosition, ReturnValue) == 0x000004, "Member 'SkinnedMeshComponent_GetRefPosePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetSocketBoneName \ +static_assert(alignof(SkinnedMeshComponent_GetSocketBoneName) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetSocketBoneName"); \ +static_assert(sizeof(SkinnedMeshComponent_GetSocketBoneName) == 0x000018, "Wrong size on SkinnedMeshComponent_GetSocketBoneName"); \ +static_assert(offsetof(SkinnedMeshComponent_GetSocketBoneName, InSocketName) == 0x000000, "Member 'SkinnedMeshComponent_GetSocketBoneName::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetSocketBoneName, ReturnValue) == 0x00000C, "Member 'SkinnedMeshComponent_GetSocketBoneName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose \ +static_assert(alignof(SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose"); \ +static_assert(sizeof(SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose) == 0x000018, "Wrong size on SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose"); \ +static_assert(offsetof(SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose, OutTwistAngle) == 0x00000C, "Member 'SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose::OutTwistAngle' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose, OutSwingAngle) == 0x000010, "Member 'SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose::OutSwingAngle' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose, ReturnValue) == 0x000014, "Member 'SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetVertexOffsetUsage \ +static_assert(alignof(SkinnedMeshComponent_GetVertexOffsetUsage) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetVertexOffsetUsage"); \ +static_assert(sizeof(SkinnedMeshComponent_GetVertexOffsetUsage) == 0x000008, "Wrong size on SkinnedMeshComponent_GetVertexOffsetUsage"); \ +static_assert(offsetof(SkinnedMeshComponent_GetVertexOffsetUsage, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_GetVertexOffsetUsage::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetVertexOffsetUsage, ReturnValue) == 0x000004, "Member 'SkinnedMeshComponent_GetVertexOffsetUsage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_IsUsingSkinWeightProfile \ +static_assert(alignof(SkinnedMeshComponent_IsUsingSkinWeightProfile) == 0x000001, "Wrong alignment on SkinnedMeshComponent_IsUsingSkinWeightProfile"); \ +static_assert(sizeof(SkinnedMeshComponent_IsUsingSkinWeightProfile) == 0x000001, "Wrong size on SkinnedMeshComponent_IsUsingSkinWeightProfile"); \ +static_assert(offsetof(SkinnedMeshComponent_IsUsingSkinWeightProfile, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_IsUsingSkinWeightProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_TransformToBoneSpace \ +static_assert(alignof(SkinnedMeshComponent_TransformToBoneSpace) == 0x000004, "Wrong alignment on SkinnedMeshComponent_TransformToBoneSpace"); \ +static_assert(sizeof(SkinnedMeshComponent_TransformToBoneSpace) == 0x00003C, "Wrong size on SkinnedMeshComponent_TransformToBoneSpace"); \ +static_assert(offsetof(SkinnedMeshComponent_TransformToBoneSpace, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_TransformToBoneSpace::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_TransformToBoneSpace, InPosition) == 0x00000C, "Member 'SkinnedMeshComponent_TransformToBoneSpace::InPosition' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_TransformToBoneSpace, InRotation) == 0x000018, "Member 'SkinnedMeshComponent_TransformToBoneSpace::InRotation' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_TransformToBoneSpace, OutPosition) == 0x000024, "Member 'SkinnedMeshComponent_TransformToBoneSpace::OutPosition' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_TransformToBoneSpace, OutRotation) == 0x000030, "Member 'SkinnedMeshComponent_TransformToBoneSpace::OutRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkinnedMeshComponent \ +static_assert(alignof(USkinnedMeshComponent) == 0x000010, "Wrong alignment on USkinnedMeshComponent"); \ +static_assert(sizeof(USkinnedMeshComponent) == 0x000760, "Wrong size on USkinnedMeshComponent"); \ +static_assert(offsetof(USkinnedMeshComponent, SkeletalMesh) == 0x000530, "Member 'USkinnedMeshComponent::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, MasterPoseComponent) == 0x000538, "Member 'USkinnedMeshComponent::MasterPoseComponent' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, SkinCacheUsage) == 0x000540, "Member 'USkinnedMeshComponent::SkinCacheUsage' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, VertexOffsetUsage) == 0x000550, "Member 'USkinnedMeshComponent::VertexOffsetUsage' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, PhysicsAssetOverride) == 0x000658, "Member 'USkinnedMeshComponent::PhysicsAssetOverride' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, ForcedLodModel) == 0x000660, "Member 'USkinnedMeshComponent::ForcedLodModel' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, MinLodModel) == 0x000664, "Member 'USkinnedMeshComponent::MinLodModel' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, StreamingDistanceMultiplier) == 0x000670, "Member 'USkinnedMeshComponent::StreamingDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, LODInfo) == 0x000680, "Member 'USkinnedMeshComponent::LODInfo' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, VisibilityBasedAnimTickOption) == 0x0006B4, "Member 'USkinnedMeshComponent::VisibilityBasedAnimTickOption' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, CapsuleIndirectShadowMinVisibility) == 0x0006BC, "Member 'USkinnedMeshComponent::CapsuleIndirectShadowMinVisibility' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, LastTickPoseFrame) == 0x0006D4, "Member 'USkinnedMeshComponent::LastTickPoseFrame' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, CachedWorldSpaceBounds) == 0x0006D8, "Member 'USkinnedMeshComponent::CachedWorldSpaceBounds' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, CachedWorldToLocalTransform) == 0x000700, "Member 'USkinnedMeshComponent::CachedWorldToLocalTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInterface_GetBaseMaterial \ +static_assert(alignof(MaterialInterface_GetBaseMaterial) == 0x000008, "Wrong alignment on MaterialInterface_GetBaseMaterial"); \ +static_assert(sizeof(MaterialInterface_GetBaseMaterial) == 0x000008, "Wrong size on MaterialInterface_GetBaseMaterial"); \ +static_assert(offsetof(MaterialInterface_GetBaseMaterial, ReturnValue) == 0x000000, "Member 'MaterialInterface_GetBaseMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInterface_SetForceMipLevelsToBeResident \ +static_assert(alignof(MaterialInterface_SetForceMipLevelsToBeResident) == 0x000004, "Wrong alignment on MaterialInterface_SetForceMipLevelsToBeResident"); \ +static_assert(sizeof(MaterialInterface_SetForceMipLevelsToBeResident) == 0x000010, "Wrong size on MaterialInterface_SetForceMipLevelsToBeResident"); \ +static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, OverrideForceMiplevelsToBeResident) == 0x000000, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::OverrideForceMiplevelsToBeResident' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, bForceMiplevelsToBeResidentValue) == 0x000001, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::bForceMiplevelsToBeResidentValue' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, ForceDuration) == 0x000004, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::ForceDuration' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, CinematicTextureGroups) == 0x000008, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::CinematicTextureGroups' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, bFastResponse) == 0x00000C, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::bFastResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInterface_GetParameterInfo \ +static_assert(alignof(MaterialInterface_GetParameterInfo) == 0x000008, "Wrong alignment on MaterialInterface_GetParameterInfo"); \ +static_assert(sizeof(MaterialInterface_GetParameterInfo) == 0x000030, "Wrong size on MaterialInterface_GetParameterInfo"); \ +static_assert(offsetof(MaterialInterface_GetParameterInfo, Association) == 0x000000, "Member 'MaterialInterface_GetParameterInfo::Association' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_GetParameterInfo, ParameterName) == 0x000004, "Member 'MaterialInterface_GetParameterInfo::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_GetParameterInfo, LayerFunction) == 0x000010, "Member 'MaterialInterface_GetParameterInfo::LayerFunction' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_GetParameterInfo, ReturnValue) == 0x000018, "Member 'MaterialInterface_GetParameterInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInterface_GetPhysicalMaterial \ +static_assert(alignof(MaterialInterface_GetPhysicalMaterial) == 0x000008, "Wrong alignment on MaterialInterface_GetPhysicalMaterial"); \ +static_assert(sizeof(MaterialInterface_GetPhysicalMaterial) == 0x000008, "Wrong size on MaterialInterface_GetPhysicalMaterial"); \ +static_assert(offsetof(MaterialInterface_GetPhysicalMaterial, ReturnValue) == 0x000000, "Member 'MaterialInterface_GetPhysicalMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInterface_GetPhysicalMaterialFromMap \ +static_assert(alignof(MaterialInterface_GetPhysicalMaterialFromMap) == 0x000008, "Wrong alignment on MaterialInterface_GetPhysicalMaterialFromMap"); \ +static_assert(sizeof(MaterialInterface_GetPhysicalMaterialFromMap) == 0x000010, "Wrong size on MaterialInterface_GetPhysicalMaterialFromMap"); \ +static_assert(offsetof(MaterialInterface_GetPhysicalMaterialFromMap, Index_0) == 0x000000, "Member 'MaterialInterface_GetPhysicalMaterialFromMap::Index_0' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_GetPhysicalMaterialFromMap, ReturnValue) == 0x000008, "Member 'MaterialInterface_GetPhysicalMaterialFromMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInterface_GetPhysicalMaterialMask \ +static_assert(alignof(MaterialInterface_GetPhysicalMaterialMask) == 0x000008, "Wrong alignment on MaterialInterface_GetPhysicalMaterialMask"); \ +static_assert(sizeof(MaterialInterface_GetPhysicalMaterialMask) == 0x000008, "Wrong size on MaterialInterface_GetPhysicalMaterialMask"); \ +static_assert(offsetof(MaterialInterface_GetPhysicalMaterialMask, ReturnValue) == 0x000000, "Member 'MaterialInterface_GetPhysicalMaterialMask::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialInterface \ +static_assert(alignof(UMaterialInterface) == 0x000008, "Wrong alignment on UMaterialInterface"); \ +static_assert(sizeof(UMaterialInterface) == 0x000090, "Wrong size on UMaterialInterface"); \ +static_assert(offsetof(UMaterialInterface, SubsurfaceProfile) == 0x000040, "Member 'UMaterialInterface::SubsurfaceProfile' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInterface, LightmassSettings) == 0x000058, "Member 'UMaterialInterface::LightmassSettings' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInterface, TextureStreamingData) == 0x000068, "Member 'UMaterialInterface::TextureStreamingData' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInterface, AssetUserData) == 0x000078, "Member 'UMaterialInterface::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialInstance \ +static_assert(alignof(UMaterialInstance) == 0x000008, "Wrong alignment on UMaterialInstance"); \ +static_assert(sizeof(UMaterialInstance) == 0x000318, "Wrong size on UMaterialInstance"); \ +static_assert(offsetof(UMaterialInstance, PhysMaterial) == 0x000090, "Member 'UMaterialInstance::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, PhysicalMaterialMap) == 0x000098, "Member 'UMaterialInstance::PhysicalMaterialMap' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, Parent) == 0x0000D8, "Member 'UMaterialInstance::Parent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, ScalarParameterValues) == 0x0000E8, "Member 'UMaterialInstance::ScalarParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, VectorParameterValues) == 0x0000F8, "Member 'UMaterialInstance::VectorParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, TextureParameterValues) == 0x000108, "Member 'UMaterialInstance::TextureParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, RuntimeVirtualTextureParameterValues) == 0x000118, "Member 'UMaterialInstance::RuntimeVirtualTextureParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, FontParameterValues) == 0x000128, "Member 'UMaterialInstance::FontParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, BasePropertyOverrides) == 0x000138, "Member 'UMaterialInstance::BasePropertyOverrides' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, StaticParameters) == 0x000150, "Member 'UMaterialInstance::StaticParameters' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, CachedLayerParameters) == 0x000190, "Member 'UMaterialInstance::CachedLayerParameters' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, CachedReferencedTextures) == 0x0002E0, "Member 'UMaterialInstance::CachedReferencedTextures' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceConstant_K2_GetScalarParameterValue \ +static_assert(alignof(MaterialInstanceConstant_K2_GetScalarParameterValue) == 0x000004, "Wrong alignment on MaterialInstanceConstant_K2_GetScalarParameterValue"); \ +static_assert(sizeof(MaterialInstanceConstant_K2_GetScalarParameterValue) == 0x000010, "Wrong size on MaterialInstanceConstant_K2_GetScalarParameterValue"); \ +static_assert(offsetof(MaterialInstanceConstant_K2_GetScalarParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceConstant_K2_GetScalarParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceConstant_K2_GetScalarParameterValue, ReturnValue) == 0x00000C, "Member 'MaterialInstanceConstant_K2_GetScalarParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceConstant_K2_GetTextureParameterValue \ +static_assert(alignof(MaterialInstanceConstant_K2_GetTextureParameterValue) == 0x000008, "Wrong alignment on MaterialInstanceConstant_K2_GetTextureParameterValue"); \ +static_assert(sizeof(MaterialInstanceConstant_K2_GetTextureParameterValue) == 0x000018, "Wrong size on MaterialInstanceConstant_K2_GetTextureParameterValue"); \ +static_assert(offsetof(MaterialInstanceConstant_K2_GetTextureParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceConstant_K2_GetTextureParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceConstant_K2_GetTextureParameterValue, ReturnValue) == 0x000010, "Member 'MaterialInstanceConstant_K2_GetTextureParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceConstant_K2_GetVectorParameterValue \ +static_assert(alignof(MaterialInstanceConstant_K2_GetVectorParameterValue) == 0x000004, "Wrong alignment on MaterialInstanceConstant_K2_GetVectorParameterValue"); \ +static_assert(sizeof(MaterialInstanceConstant_K2_GetVectorParameterValue) == 0x00001C, "Wrong size on MaterialInstanceConstant_K2_GetVectorParameterValue"); \ +static_assert(offsetof(MaterialInstanceConstant_K2_GetVectorParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceConstant_K2_GetVectorParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceConstant_K2_GetVectorParameterValue, ReturnValue) == 0x00000C, "Member 'MaterialInstanceConstant_K2_GetVectorParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialInstanceConstant \ +static_assert(alignof(UMaterialInstanceConstant) == 0x000008, "Wrong alignment on UMaterialInstanceConstant"); \ +static_assert(sizeof(UMaterialInstanceConstant) == 0x000320, "Wrong size on UMaterialInstanceConstant"); \ +static_assert(offsetof(UMaterialInstanceConstant, PhysMaterialMask) == 0x000318, "Member 'UMaterialInstanceConstant::PhysMaterialMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEngineSubsystem \ +static_assert(alignof(UEngineSubsystem) == 0x000008, "Wrong alignment on UEngineSubsystem"); \ +static_assert(sizeof(UEngineSubsystem) == 0x000038, "Wrong size on UEngineSubsystem"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFrac \ +static_assert(alignof(UMaterialExpressionFrac) == 0x000008, "Wrong alignment on UMaterialExpressionFrac"); \ +static_assert(sizeof(UMaterialExpressionFrac) == 0x000068, "Wrong size on UMaterialExpressionFrac"); \ +static_assert(offsetof(UMaterialExpressionFrac, Input) == 0x000048, "Member 'UMaterialExpressionFrac::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleEventBase \ +static_assert(alignof(UParticleModuleEventBase) == 0x000008, "Wrong alignment on UParticleModuleEventBase"); \ +static_assert(sizeof(UParticleModuleEventBase) == 0x000038, "Wrong size on UParticleModuleEventBase"); \ + +#define DUMPER7_ASSERTS_UOnlineBlueprintCallProxyBase \ +static_assert(alignof(UOnlineBlueprintCallProxyBase) == 0x000008, "Wrong alignment on UOnlineBlueprintCallProxyBase"); \ +static_assert(sizeof(UOnlineBlueprintCallProxyBase) == 0x000038, "Wrong size on UOnlineBlueprintCallProxyBase"); \ + +#define DUMPER7_ASSERTS_Texture2D_Blueprint_GetSizeX \ +static_assert(alignof(Texture2D_Blueprint_GetSizeX) == 0x000004, "Wrong alignment on Texture2D_Blueprint_GetSizeX"); \ +static_assert(sizeof(Texture2D_Blueprint_GetSizeX) == 0x000004, "Wrong size on Texture2D_Blueprint_GetSizeX"); \ +static_assert(offsetof(Texture2D_Blueprint_GetSizeX, ReturnValue) == 0x000000, "Member 'Texture2D_Blueprint_GetSizeX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Texture2D_Blueprint_GetSizeY \ +static_assert(alignof(Texture2D_Blueprint_GetSizeY) == 0x000004, "Wrong alignment on Texture2D_Blueprint_GetSizeY"); \ +static_assert(sizeof(Texture2D_Blueprint_GetSizeY) == 0x000004, "Wrong size on Texture2D_Blueprint_GetSizeY"); \ +static_assert(offsetof(Texture2D_Blueprint_GetSizeY, ReturnValue) == 0x000000, "Member 'Texture2D_Blueprint_GetSizeY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTexture2D \ +static_assert(alignof(UTexture2D) == 0x000010, "Wrong alignment on UTexture2D"); \ +static_assert(sizeof(UTexture2D) == 0x0001A0, "Wrong size on UTexture2D"); \ +static_assert(offsetof(UTexture2D, LevelIndex) == 0x000178, "Member 'UTexture2D::LevelIndex' has a wrong offset!"); \ +static_assert(offsetof(UTexture2D, FirstResourceMemMip) == 0x00017C, "Member 'UTexture2D::FirstResourceMemMip' has a wrong offset!"); \ +static_assert(offsetof(UTexture2D, AddressX) == 0x000181, "Member 'UTexture2D::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UTexture2D, AddressY) == 0x000182, "Member 'UTexture2D::AddressY' has a wrong offset!"); \ +static_assert(offsetof(UTexture2D, ImportedSize) == 0x000184, "Member 'UTexture2D::ImportedSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimBoneCompressionSettings \ +static_assert(alignof(UAnimBoneCompressionSettings) == 0x000008, "Wrong alignment on UAnimBoneCompressionSettings"); \ +static_assert(sizeof(UAnimBoneCompressionSettings) == 0x000040, "Wrong size on UAnimBoneCompressionSettings"); \ +static_assert(offsetof(UAnimBoneCompressionSettings, Codecs) == 0x000030, "Member 'UAnimBoneCompressionSettings::Codecs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureBase \ +static_assert(alignof(UMaterialExpressionTextureBase) == 0x000008, "Wrong alignment on UMaterialExpressionTextureBase"); \ +static_assert(sizeof(UMaterialExpressionTextureBase) == 0x000050, "Wrong size on UMaterialExpressionTextureBase"); \ +static_assert(offsetof(UMaterialExpressionTextureBase, Texture) == 0x000048, "Member 'UMaterialExpressionTextureBase::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSample \ +static_assert(alignof(UMaterialExpressionTextureSample) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSample"); \ +static_assert(sizeof(UMaterialExpressionTextureSample) == 0x000070, "Wrong size on UMaterialExpressionTextureSample"); \ +static_assert(offsetof(UMaterialExpressionTextureSample, Coordinates) == 0x000050, "Member 'UMaterialExpressionTextureSample::Coordinates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameter \ +static_assert(alignof(UMaterialExpressionTextureSampleParameter) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameter"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameter) == 0x000098, "Wrong size on UMaterialExpressionTextureSampleParameter"); \ +static_assert(offsetof(UMaterialExpressionTextureSampleParameter, ParameterName) == 0x000070, "Member 'UMaterialExpressionTextureSampleParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSampleParameter, ExpressionGUID) == 0x00007C, "Member 'UMaterialExpressionTextureSampleParameter::ExpressionGUID' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSampleParameter, Group) == 0x00008C, "Member 'UMaterialExpressionTextureSampleParameter::Group' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameterVolume \ +static_assert(alignof(UMaterialExpressionTextureSampleParameterVolume) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameterVolume"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameterVolume) == 0x000098, "Wrong size on UMaterialExpressionTextureSampleParameterVolume"); \ + +#define DUMPER7_ASSERTS_UOnlineSession \ +static_assert(alignof(UOnlineSession) == 0x000008, "Wrong alignment on UOnlineSession"); \ +static_assert(sizeof(UOnlineSession) == 0x000030, "Wrong size on UOnlineSession"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialAttributeLayers \ +static_assert(alignof(UMaterialExpressionMaterialAttributeLayers) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialAttributeLayers"); \ +static_assert(sizeof(UMaterialExpressionMaterialAttributeLayers) == 0x000100, "Wrong size on UMaterialExpressionMaterialAttributeLayers"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, ParameterName) == 0x000048, "Member 'UMaterialExpressionMaterialAttributeLayers::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, ExpressionGUID) == 0x000054, "Member 'UMaterialExpressionMaterialAttributeLayers::ExpressionGUID' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, Input) == 0x000064, "Member 'UMaterialExpressionMaterialAttributeLayers::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, DefaultLayers) == 0x000088, "Member 'UMaterialExpressionMaterialAttributeLayers::DefaultLayers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, LayerCallers) == 0x0000C8, "Member 'UMaterialExpressionMaterialAttributeLayers::LayerCallers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, NumActiveLayerCallers) == 0x0000D8, "Member 'UMaterialExpressionMaterialAttributeLayers::NumActiveLayerCallers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, BlendCallers) == 0x0000E0, "Member 'UMaterialExpressionMaterialAttributeLayers::BlendCallers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, NumActiveBlendCallers) == 0x0000F0, "Member 'UMaterialExpressionMaterialAttributeLayers::NumActiveBlendCallers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, bIsLayerGraphBuilt) == 0x0000F4, "Member 'UMaterialExpressionMaterialAttributeLayers::bIsLayerGraphBuilt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpGroup \ +static_assert(alignof(UInterpGroup) == 0x000008, "Wrong alignment on UInterpGroup"); \ +static_assert(sizeof(UInterpGroup) == 0x000060, "Wrong size on UInterpGroup"); \ +static_assert(offsetof(UInterpGroup, InterpTracks) == 0x000038, "Member 'UInterpGroup::InterpTracks' has a wrong offset!"); \ +static_assert(offsetof(UInterpGroup, GroupName) == 0x000048, "Member 'UInterpGroup::GroupName' has a wrong offset!"); \ +static_assert(offsetof(UInterpGroup, GroupColor) == 0x000054, "Member 'UInterpGroup::GroupColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameter2D \ +static_assert(alignof(UMaterialExpressionTextureSampleParameter2D) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameter2D"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameter2D) == 0x000098, "Wrong size on UMaterialExpressionTextureSampleParameter2D"); \ + +#define DUMPER7_ASSERTS_UMaterialParameterCollection \ +static_assert(alignof(UMaterialParameterCollection) == 0x000008, "Wrong alignment on UMaterialParameterCollection"); \ +static_assert(sizeof(UMaterialParameterCollection) == 0x000078, "Wrong size on UMaterialParameterCollection"); \ +static_assert(offsetof(UMaterialParameterCollection, StateId) == 0x000030, "Member 'UMaterialParameterCollection::StateId' has a wrong offset!"); \ +static_assert(offsetof(UMaterialParameterCollection, ScalarParameters) == 0x000040, "Member 'UMaterialParameterCollection::ScalarParameters' has a wrong offset!"); \ +static_assert(offsetof(UMaterialParameterCollection, VectorParameters) == 0x000050, "Member 'UMaterialParameterCollection::VectorParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleColorBase \ +static_assert(alignof(UParticleModuleColorBase) == 0x000008, "Wrong alignment on UParticleModuleColorBase"); \ +static_assert(sizeof(UParticleModuleColorBase) == 0x000038, "Wrong size on UParticleModuleColorBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleColor \ +static_assert(alignof(UParticleModuleColor) == 0x000008, "Wrong alignment on UParticleModuleColor"); \ +static_assert(sizeof(UParticleModuleColor) == 0x0000B8, "Wrong size on UParticleModuleColor"); \ +static_assert(offsetof(UParticleModuleColor, StartColor) == 0x000038, "Member 'UParticleModuleColor::StartColor' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleColor, StartAlpha) == 0x000080, "Member 'UParticleModuleColor::StartAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReplicationDriver \ +static_assert(alignof(UReplicationDriver) == 0x000008, "Wrong alignment on UReplicationDriver"); \ +static_assert(sizeof(UReplicationDriver) == 0x000030, "Wrong size on UReplicationDriver"); \ + +#define DUMPER7_ASSERTS_UVectorField \ +static_assert(alignof(UVectorField) == 0x000008, "Wrong alignment on UVectorField"); \ +static_assert(sizeof(UVectorField) == 0x000050, "Wrong size on UVectorField"); \ +static_assert(offsetof(UVectorField, Bounds) == 0x000030, "Member 'UVectorField::Bounds' has a wrong offset!"); \ +static_assert(offsetof(UVectorField, Intensity) == 0x00004C, "Member 'UVectorField::Intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleMeshRotationRate \ +static_assert(alignof(UParticleModuleMeshRotationRate) == 0x000008, "Wrong alignment on UParticleModuleMeshRotationRate"); \ +static_assert(sizeof(UParticleModuleMeshRotationRate) == 0x000080, "Wrong size on UParticleModuleMeshRotationRate"); \ +static_assert(offsetof(UParticleModuleMeshRotationRate, StartRotationRate) == 0x000038, "Member 'UParticleModuleMeshRotationRate::StartRotationRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleMeshRotationRate_Seeded \ +static_assert(alignof(UParticleModuleMeshRotationRate_Seeded) == 0x000008, "Wrong alignment on UParticleModuleMeshRotationRate_Seeded"); \ +static_assert(sizeof(UParticleModuleMeshRotationRate_Seeded) == 0x0000A0, "Wrong size on UParticleModuleMeshRotationRate_Seeded"); \ +static_assert(offsetof(UParticleModuleMeshRotationRate_Seeded, RandomSeedInfo) == 0x000080, "Member 'UParticleModuleMeshRotationRate_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNodeMappingContainer \ +static_assert(alignof(UNodeMappingContainer) == 0x000008, "Wrong alignment on UNodeMappingContainer"); \ +static_assert(sizeof(UNodeMappingContainer) == 0x000180, "Wrong size on UNodeMappingContainer"); \ +static_assert(offsetof(UNodeMappingContainer, SourceItems) == 0x000030, "Member 'UNodeMappingContainer::SourceItems' has a wrong offset!"); \ +static_assert(offsetof(UNodeMappingContainer, TargetItems) == 0x000080, "Member 'UNodeMappingContainer::TargetItems' has a wrong offset!"); \ +static_assert(offsetof(UNodeMappingContainer, SourceToTarget) == 0x0000D0, "Member 'UNodeMappingContainer::SourceToTarget' has a wrong offset!"); \ +static_assert(offsetof(UNodeMappingContainer, SourceAsset) == 0x000120, "Member 'UNodeMappingContainer::SourceAsset' has a wrong offset!"); \ +static_assert(offsetof(UNodeMappingContainer, TargetAsset) == 0x000150, "Member 'UNodeMappingContainer::TargetAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameSession \ +static_assert(alignof(AGameSession) == 0x000008, "Wrong alignment on AGameSession"); \ +static_assert(sizeof(AGameSession) == 0x0002C8, "Wrong size on AGameSession"); \ +static_assert(offsetof(AGameSession, MaxSpectators) == 0x0002A8, "Member 'AGameSession::MaxSpectators' has a wrong offset!"); \ +static_assert(offsetof(AGameSession, MaxPlayers) == 0x0002AC, "Member 'AGameSession::MaxPlayers' has a wrong offset!"); \ +static_assert(offsetof(AGameSession, MaxPartySize) == 0x0002B0, "Member 'AGameSession::MaxPartySize' has a wrong offset!"); \ +static_assert(offsetof(AGameSession, MaxSplitscreensPerConnection) == 0x0002B4, "Member 'AGameSession::MaxSplitscreensPerConnection' has a wrong offset!"); \ +static_assert(offsetof(AGameSession, bRequiresPushToTalk) == 0x0002B5, "Member 'AGameSession::bRequiresPushToTalk' has a wrong offset!"); \ +static_assert(offsetof(AGameSession, SessionName) == 0x0002B8, "Member 'AGameSession::SessionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZVisibilityVolume \ +static_assert(alignof(ASBZVisibilityVolume) == 0x000008, "Wrong alignment on ASBZVisibilityVolume"); \ +static_assert(sizeof(ASBZVisibilityVolume) == 0x000308, "Wrong size on ASBZVisibilityVolume"); \ +static_assert(offsetof(ASBZVisibilityVolume, SBZVisibilityComponent) == 0x000300, "Member 'ASBZVisibilityVolume::SBZVisibilityComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpFilter \ +static_assert(alignof(UInterpFilter) == 0x000008, "Wrong alignment on UInterpFilter"); \ +static_assert(sizeof(UInterpFilter) == 0x000040, "Wrong size on UInterpFilter"); \ +static_assert(offsetof(UInterpFilter, Caption) == 0x000030, "Member 'UInterpFilter::Caption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpFilter_Custom \ +static_assert(alignof(UInterpFilter_Custom) == 0x000008, "Wrong alignment on UInterpFilter_Custom"); \ +static_assert(sizeof(UInterpFilter_Custom) == 0x000040, "Wrong size on UInterpFilter_Custom"); \ + +#define DUMPER7_ASSERTS_UParticleLODLevel \ +static_assert(alignof(UParticleLODLevel) == 0x000008, "Wrong alignment on UParticleLODLevel"); \ +static_assert(sizeof(UParticleLODLevel) == 0x0000C0, "Wrong size on UParticleLODLevel"); \ +static_assert(offsetof(UParticleLODLevel, Level) == 0x000030, "Member 'UParticleLODLevel::Level' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, RequiredModule) == 0x000038, "Member 'UParticleLODLevel::RequiredModule' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, Modules) == 0x000040, "Member 'UParticleLODLevel::Modules' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, TypeDataModule) == 0x000050, "Member 'UParticleLODLevel::TypeDataModule' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, SpawnModule) == 0x000058, "Member 'UParticleLODLevel::SpawnModule' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, EventGenerator) == 0x000060, "Member 'UParticleLODLevel::EventGenerator' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, SpawningModules) == 0x000068, "Member 'UParticleLODLevel::SpawningModules' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, SpawnModules) == 0x000078, "Member 'UParticleLODLevel::SpawnModules' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, UpdateModules) == 0x000088, "Member 'UParticleLODLevel::UpdateModules' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, OrbitModules) == 0x000098, "Member 'UParticleLODLevel::OrbitModules' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, EventReceiverModules) == 0x0000A8, "Member 'UParticleLODLevel::EventReceiverModules' has a wrong offset!"); \ +static_assert(offsetof(UParticleLODLevel, PeakActiveParticles) == 0x0000BC, "Member 'UParticleLODLevel::PeakActiveParticles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight \ +static_assert(alignof(SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight) == 0x000004, "Wrong alignment on SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight"); \ +static_assert(sizeof(SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight) == 0x000014, "Wrong size on SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight"); \ +static_assert(offsetof(SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight, InBoneName) == 0x000000, "Member 'SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight, AddPhysicsBlendWeight) == 0x00000C, "Member 'SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight::AddPhysicsBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight, bSkipCustomPhysicsType) == 0x000010, "Member 'SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight::bSkipCustomPhysicsType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_AddForceToAllBodiesBelow \ +static_assert(alignof(SkeletalMeshComponent_AddForceToAllBodiesBelow) == 0x000004, "Wrong alignment on SkeletalMeshComponent_AddForceToAllBodiesBelow"); \ +static_assert(sizeof(SkeletalMeshComponent_AddForceToAllBodiesBelow) == 0x00001C, "Wrong size on SkeletalMeshComponent_AddForceToAllBodiesBelow"); \ +static_assert(offsetof(SkeletalMeshComponent_AddForceToAllBodiesBelow, Force) == 0x000000, "Member 'SkeletalMeshComponent_AddForceToAllBodiesBelow::Force' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AddForceToAllBodiesBelow, BoneName) == 0x00000C, "Member 'SkeletalMeshComponent_AddForceToAllBodiesBelow::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AddForceToAllBodiesBelow, bAccelChange) == 0x000018, "Member 'SkeletalMeshComponent_AddForceToAllBodiesBelow::bAccelChange' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AddForceToAllBodiesBelow, bIncludeSelf) == 0x000019, "Member 'SkeletalMeshComponent_AddForceToAllBodiesBelow::bIncludeSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_AddImpulseToAllBodiesBelow \ +static_assert(alignof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow) == 0x000004, "Wrong alignment on SkeletalMeshComponent_AddImpulseToAllBodiesBelow"); \ +static_assert(sizeof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow) == 0x00001C, "Wrong size on SkeletalMeshComponent_AddImpulseToAllBodiesBelow"); \ +static_assert(offsetof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow, Impulse) == 0x000000, "Member 'SkeletalMeshComponent_AddImpulseToAllBodiesBelow::Impulse' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow, BoneName) == 0x00000C, "Member 'SkeletalMeshComponent_AddImpulseToAllBodiesBelow::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow, bVelChange) == 0x000018, "Member 'SkeletalMeshComponent_AddImpulseToAllBodiesBelow::bVelChange' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow, bIncludeSelf) == 0x000019, "Member 'SkeletalMeshComponent_AddImpulseToAllBodiesBelow::bIncludeSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_AllowAnimCurveEvaluation \ +static_assert(alignof(SkeletalMeshComponent_AllowAnimCurveEvaluation) == 0x000004, "Wrong alignment on SkeletalMeshComponent_AllowAnimCurveEvaluation"); \ +static_assert(sizeof(SkeletalMeshComponent_AllowAnimCurveEvaluation) == 0x000010, "Wrong size on SkeletalMeshComponent_AllowAnimCurveEvaluation"); \ +static_assert(offsetof(SkeletalMeshComponent_AllowAnimCurveEvaluation, NameOfCurve) == 0x000000, "Member 'SkeletalMeshComponent_AllowAnimCurveEvaluation::NameOfCurve' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AllowAnimCurveEvaluation, bAllow) == 0x00000C, "Member 'SkeletalMeshComponent_AllowAnimCurveEvaluation::bAllow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_BreakConstraint \ +static_assert(alignof(SkeletalMeshComponent_BreakConstraint) == 0x000004, "Wrong alignment on SkeletalMeshComponent_BreakConstraint"); \ +static_assert(sizeof(SkeletalMeshComponent_BreakConstraint) == 0x000024, "Wrong size on SkeletalMeshComponent_BreakConstraint"); \ +static_assert(offsetof(SkeletalMeshComponent_BreakConstraint, Impulse) == 0x000000, "Member 'SkeletalMeshComponent_BreakConstraint::Impulse' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_BreakConstraint, HitLocation) == 0x00000C, "Member 'SkeletalMeshComponent_BreakConstraint::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_BreakConstraint, InBoneName) == 0x000018, "Member 'SkeletalMeshComponent_BreakConstraint::InBoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_FindConstraintBoneName \ +static_assert(alignof(SkeletalMeshComponent_FindConstraintBoneName) == 0x000004, "Wrong alignment on SkeletalMeshComponent_FindConstraintBoneName"); \ +static_assert(sizeof(SkeletalMeshComponent_FindConstraintBoneName) == 0x000010, "Wrong size on SkeletalMeshComponent_FindConstraintBoneName"); \ +static_assert(offsetof(SkeletalMeshComponent_FindConstraintBoneName, ConstraintIndex) == 0x000000, "Member 'SkeletalMeshComponent_FindConstraintBoneName::ConstraintIndex' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_FindConstraintBoneName, ReturnValue) == 0x000004, "Member 'SkeletalMeshComponent_FindConstraintBoneName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetAnimClass \ +static_assert(alignof(SkeletalMeshComponent_GetAnimClass) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetAnimClass"); \ +static_assert(sizeof(SkeletalMeshComponent_GetAnimClass) == 0x000008, "Wrong size on SkeletalMeshComponent_GetAnimClass"); \ +static_assert(offsetof(SkeletalMeshComponent_GetAnimClass, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAnimClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetCurrentJointAngles \ +static_assert(alignof(SkeletalMeshComponent_GetCurrentJointAngles) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetCurrentJointAngles"); \ +static_assert(sizeof(SkeletalMeshComponent_GetCurrentJointAngles) == 0x000018, "Wrong size on SkeletalMeshComponent_GetCurrentJointAngles"); \ +static_assert(offsetof(SkeletalMeshComponent_GetCurrentJointAngles, InBoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetCurrentJointAngles::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetCurrentJointAngles, Swing1Angle) == 0x00000C, "Member 'SkeletalMeshComponent_GetCurrentJointAngles::Swing1Angle' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetCurrentJointAngles, TwistAngle) == 0x000010, "Member 'SkeletalMeshComponent_GetCurrentJointAngles::TwistAngle' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetCurrentJointAngles, Swing2Angle) == 0x000014, "Member 'SkeletalMeshComponent_GetCurrentJointAngles::Swing2Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetFloatAttribute \ +static_assert(alignof(SkeletalMeshComponent_GetFloatAttribute) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetFloatAttribute"); \ +static_assert(sizeof(SkeletalMeshComponent_GetFloatAttribute) == 0x000024, "Wrong size on SkeletalMeshComponent_GetFloatAttribute"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetFloatAttribute::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute, AttributeName) == 0x00000C, "Member 'SkeletalMeshComponent_GetFloatAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute, DefaultValue) == 0x000018, "Member 'SkeletalMeshComponent_GetFloatAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute, OutValue) == 0x00001C, "Member 'SkeletalMeshComponent_GetFloatAttribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute, LookupType) == 0x000020, "Member 'SkeletalMeshComponent_GetFloatAttribute::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute, ReturnValue) == 0x000021, "Member 'SkeletalMeshComponent_GetFloatAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetFloatAttribute_Ref \ +static_assert(alignof(SkeletalMeshComponent_GetFloatAttribute_Ref) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetFloatAttribute_Ref"); \ +static_assert(sizeof(SkeletalMeshComponent_GetFloatAttribute_Ref) == 0x000020, "Wrong size on SkeletalMeshComponent_GetFloatAttribute_Ref"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute_Ref, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetFloatAttribute_Ref::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute_Ref, AttributeName) == 0x00000C, "Member 'SkeletalMeshComponent_GetFloatAttribute_Ref::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute_Ref, OutValue) == 0x000018, "Member 'SkeletalMeshComponent_GetFloatAttribute_Ref::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute_Ref, LookupType) == 0x00001C, "Member 'SkeletalMeshComponent_GetFloatAttribute_Ref::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute_Ref, ReturnValue) == 0x00001D, "Member 'SkeletalMeshComponent_GetFloatAttribute_Ref::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetIntegerAttribute \ +static_assert(alignof(SkeletalMeshComponent_GetIntegerAttribute) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetIntegerAttribute"); \ +static_assert(sizeof(SkeletalMeshComponent_GetIntegerAttribute) == 0x000024, "Wrong size on SkeletalMeshComponent_GetIntegerAttribute"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetIntegerAttribute::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute, AttributeName) == 0x00000C, "Member 'SkeletalMeshComponent_GetIntegerAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute, DefaultValue) == 0x000018, "Member 'SkeletalMeshComponent_GetIntegerAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute, OutValue) == 0x00001C, "Member 'SkeletalMeshComponent_GetIntegerAttribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute, LookupType) == 0x000020, "Member 'SkeletalMeshComponent_GetIntegerAttribute::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute, ReturnValue) == 0x000021, "Member 'SkeletalMeshComponent_GetIntegerAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetIntegerAttribute_Ref \ +static_assert(alignof(SkeletalMeshComponent_GetIntegerAttribute_Ref) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetIntegerAttribute_Ref"); \ +static_assert(sizeof(SkeletalMeshComponent_GetIntegerAttribute_Ref) == 0x000020, "Wrong size on SkeletalMeshComponent_GetIntegerAttribute_Ref"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute_Ref, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetIntegerAttribute_Ref::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute_Ref, AttributeName) == 0x00000C, "Member 'SkeletalMeshComponent_GetIntegerAttribute_Ref::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute_Ref, OutValue) == 0x000018, "Member 'SkeletalMeshComponent_GetIntegerAttribute_Ref::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute_Ref, LookupType) == 0x00001C, "Member 'SkeletalMeshComponent_GetIntegerAttribute_Ref::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute_Ref, ReturnValue) == 0x00001D, "Member 'SkeletalMeshComponent_GetIntegerAttribute_Ref::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetStringAttribute \ +static_assert(alignof(SkeletalMeshComponent_GetStringAttribute) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetStringAttribute"); \ +static_assert(sizeof(SkeletalMeshComponent_GetStringAttribute) == 0x000040, "Wrong size on SkeletalMeshComponent_GetStringAttribute"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetStringAttribute::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute, AttributeName) == 0x00000C, "Member 'SkeletalMeshComponent_GetStringAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute, DefaultValue) == 0x000018, "Member 'SkeletalMeshComponent_GetStringAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute, OutValue) == 0x000028, "Member 'SkeletalMeshComponent_GetStringAttribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute, LookupType) == 0x000038, "Member 'SkeletalMeshComponent_GetStringAttribute::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute, ReturnValue) == 0x000039, "Member 'SkeletalMeshComponent_GetStringAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetStringAttribute_Ref \ +static_assert(alignof(SkeletalMeshComponent_GetStringAttribute_Ref) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetStringAttribute_Ref"); \ +static_assert(sizeof(SkeletalMeshComponent_GetStringAttribute_Ref) == 0x000030, "Wrong size on SkeletalMeshComponent_GetStringAttribute_Ref"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute_Ref, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetStringAttribute_Ref::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute_Ref, AttributeName) == 0x00000C, "Member 'SkeletalMeshComponent_GetStringAttribute_Ref::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute_Ref, OutValue) == 0x000018, "Member 'SkeletalMeshComponent_GetStringAttribute_Ref::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute_Ref, LookupType) == 0x000028, "Member 'SkeletalMeshComponent_GetStringAttribute_Ref::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute_Ref, ReturnValue) == 0x000029, "Member 'SkeletalMeshComponent_GetStringAttribute_Ref::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_IsBodyGravityEnabled \ +static_assert(alignof(SkeletalMeshComponent_IsBodyGravityEnabled) == 0x000004, "Wrong alignment on SkeletalMeshComponent_IsBodyGravityEnabled"); \ +static_assert(sizeof(SkeletalMeshComponent_IsBodyGravityEnabled) == 0x000010, "Wrong size on SkeletalMeshComponent_IsBodyGravityEnabled"); \ +static_assert(offsetof(SkeletalMeshComponent_IsBodyGravityEnabled, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_IsBodyGravityEnabled::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_IsBodyGravityEnabled, ReturnValue) == 0x00000C, "Member 'SkeletalMeshComponent_IsBodyGravityEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_LinkAnimClassLayers \ +static_assert(alignof(SkeletalMeshComponent_LinkAnimClassLayers) == 0x000008, "Wrong alignment on SkeletalMeshComponent_LinkAnimClassLayers"); \ +static_assert(sizeof(SkeletalMeshComponent_LinkAnimClassLayers) == 0x000008, "Wrong size on SkeletalMeshComponent_LinkAnimClassLayers"); \ +static_assert(offsetof(SkeletalMeshComponent_LinkAnimClassLayers, InClass) == 0x000000, "Member 'SkeletalMeshComponent_LinkAnimClassLayers::InClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_LinkAnimGraphByTag \ +static_assert(alignof(SkeletalMeshComponent_LinkAnimGraphByTag) == 0x000008, "Wrong alignment on SkeletalMeshComponent_LinkAnimGraphByTag"); \ +static_assert(sizeof(SkeletalMeshComponent_LinkAnimGraphByTag) == 0x000018, "Wrong size on SkeletalMeshComponent_LinkAnimGraphByTag"); \ +static_assert(offsetof(SkeletalMeshComponent_LinkAnimGraphByTag, InTag) == 0x000000, "Member 'SkeletalMeshComponent_LinkAnimGraphByTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_LinkAnimGraphByTag, InClass) == 0x000010, "Member 'SkeletalMeshComponent_LinkAnimGraphByTag::InClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_OverrideAnimationData \ +static_assert(alignof(SkeletalMeshComponent_OverrideAnimationData) == 0x000008, "Wrong alignment on SkeletalMeshComponent_OverrideAnimationData"); \ +static_assert(sizeof(SkeletalMeshComponent_OverrideAnimationData) == 0x000018, "Wrong size on SkeletalMeshComponent_OverrideAnimationData"); \ +static_assert(offsetof(SkeletalMeshComponent_OverrideAnimationData, InAnimToPlay) == 0x000000, "Member 'SkeletalMeshComponent_OverrideAnimationData::InAnimToPlay' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_OverrideAnimationData, bIsLooping) == 0x000008, "Member 'SkeletalMeshComponent_OverrideAnimationData::bIsLooping' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_OverrideAnimationData, bIsPlaying) == 0x000009, "Member 'SkeletalMeshComponent_OverrideAnimationData::bIsPlaying' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_OverrideAnimationData, Position) == 0x00000C, "Member 'SkeletalMeshComponent_OverrideAnimationData::Position' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_OverrideAnimationData, PlayRate) == 0x000010, "Member 'SkeletalMeshComponent_OverrideAnimationData::PlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_Play \ +static_assert(alignof(SkeletalMeshComponent_Play) == 0x000001, "Wrong alignment on SkeletalMeshComponent_Play"); \ +static_assert(sizeof(SkeletalMeshComponent_Play) == 0x000001, "Wrong size on SkeletalMeshComponent_Play"); \ +static_assert(offsetof(SkeletalMeshComponent_Play, bLooping) == 0x000000, "Member 'SkeletalMeshComponent_Play::bLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_PlayAnimation \ +static_assert(alignof(SkeletalMeshComponent_PlayAnimation) == 0x000008, "Wrong alignment on SkeletalMeshComponent_PlayAnimation"); \ +static_assert(sizeof(SkeletalMeshComponent_PlayAnimation) == 0x000010, "Wrong size on SkeletalMeshComponent_PlayAnimation"); \ +static_assert(offsetof(SkeletalMeshComponent_PlayAnimation, NewAnimToPlay) == 0x000000, "Member 'SkeletalMeshComponent_PlayAnimation::NewAnimToPlay' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_PlayAnimation, bLooping) == 0x000008, "Member 'SkeletalMeshComponent_PlayAnimation::bLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_ResetAnimInstanceDynamics \ +static_assert(alignof(SkeletalMeshComponent_ResetAnimInstanceDynamics) == 0x000001, "Wrong alignment on SkeletalMeshComponent_ResetAnimInstanceDynamics"); \ +static_assert(sizeof(SkeletalMeshComponent_ResetAnimInstanceDynamics) == 0x000001, "Wrong size on SkeletalMeshComponent_ResetAnimInstanceDynamics"); \ +static_assert(offsetof(SkeletalMeshComponent_ResetAnimInstanceDynamics, InTeleportType) == 0x000000, "Member 'SkeletalMeshComponent_ResetAnimInstanceDynamics::InTeleportType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight \ +static_assert(alignof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight) == 0x000014, "Wrong size on SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight, InBoneName) == 0x000000, "Member 'SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight, PhysicsBlendWeight) == 0x00000C, "Member 'SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight::PhysicsBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight, bSkipCustomPhysicsType) == 0x000010, "Member 'SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight::bSkipCustomPhysicsType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight, bIncludeSelf) == 0x000011, "Member 'SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight::bIncludeSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics \ +static_assert(alignof(SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics) == 0x000010, "Wrong size on SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics, InBoneName) == 0x000000, "Member 'SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics, bNewSimulate) == 0x00000C, "Member 'SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics::bNewSimulate' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics, bIncludeSelf) == 0x00000D, "Member 'SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics::bIncludeSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight \ +static_assert(alignof(SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight) == 0x000008, "Wrong size on SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight, PhysicsBlendWeight) == 0x000000, "Member 'SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight::PhysicsBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight, bSkipCustomPhysicsType) == 0x000004, "Member 'SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight::bSkipCustomPhysicsType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllBodiesSimulatePhysics \ +static_assert(alignof(SkeletalMeshComponent_SetAllBodiesSimulatePhysics) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetAllBodiesSimulatePhysics"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllBodiesSimulatePhysics) == 0x000001, "Wrong size on SkeletalMeshComponent_SetAllBodiesSimulatePhysics"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesSimulatePhysics, bNewSimulate) == 0x000000, "Member 'SkeletalMeshComponent_SetAllBodiesSimulatePhysics::bNewSimulate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllMotorsAngularDriveParams \ +static_assert(alignof(SkeletalMeshComponent_SetAllMotorsAngularDriveParams) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetAllMotorsAngularDriveParams"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllMotorsAngularDriveParams) == 0x000010, "Wrong size on SkeletalMeshComponent_SetAllMotorsAngularDriveParams"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularDriveParams, InSpring) == 0x000000, "Member 'SkeletalMeshComponent_SetAllMotorsAngularDriveParams::InSpring' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularDriveParams, InDamping) == 0x000004, "Member 'SkeletalMeshComponent_SetAllMotorsAngularDriveParams::InDamping' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularDriveParams, InForceLimit) == 0x000008, "Member 'SkeletalMeshComponent_SetAllMotorsAngularDriveParams::InForceLimit' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularDriveParams, bSkipCustomPhysicsType) == 0x00000C, "Member 'SkeletalMeshComponent_SetAllMotorsAngularDriveParams::bSkipCustomPhysicsType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllMotorsAngularPositionDrive \ +static_assert(alignof(SkeletalMeshComponent_SetAllMotorsAngularPositionDrive) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetAllMotorsAngularPositionDrive"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllMotorsAngularPositionDrive) == 0x000003, "Wrong size on SkeletalMeshComponent_SetAllMotorsAngularPositionDrive"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularPositionDrive, bEnableSwingDrive) == 0x000000, "Member 'SkeletalMeshComponent_SetAllMotorsAngularPositionDrive::bEnableSwingDrive' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularPositionDrive, bEnableTwistDrive) == 0x000001, "Member 'SkeletalMeshComponent_SetAllMotorsAngularPositionDrive::bEnableTwistDrive' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularPositionDrive, bSkipCustomPhysicsType) == 0x000002, "Member 'SkeletalMeshComponent_SetAllMotorsAngularPositionDrive::bSkipCustomPhysicsType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive \ +static_assert(alignof(SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive) == 0x000003, "Wrong size on SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive, bEnableSwingDrive) == 0x000000, "Member 'SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive::bEnableSwingDrive' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive, bEnableTwistDrive) == 0x000001, "Member 'SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive::bEnableTwistDrive' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive, bSkipCustomPhysicsType) == 0x000002, "Member 'SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive::bSkipCustomPhysicsType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllowAnimCurveEvaluation \ +static_assert(alignof(SkeletalMeshComponent_SetAllowAnimCurveEvaluation) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetAllowAnimCurveEvaluation"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllowAnimCurveEvaluation) == 0x000001, "Wrong size on SkeletalMeshComponent_SetAllowAnimCurveEvaluation"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllowAnimCurveEvaluation, bInAllow) == 0x000000, "Member 'SkeletalMeshComponent_SetAllowAnimCurveEvaluation::bInAllow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation \ +static_assert(alignof(SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation) == 0x000008, "Wrong alignment on SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation) == 0x000018, "Wrong size on SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation, List) == 0x000000, "Member 'SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation::List' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation, bAllow) == 0x000010, "Member 'SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation::bAllow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllowRigidBodyAnimNode \ +static_assert(alignof(SkeletalMeshComponent_SetAllowRigidBodyAnimNode) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetAllowRigidBodyAnimNode"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllowRigidBodyAnimNode) == 0x000002, "Wrong size on SkeletalMeshComponent_SetAllowRigidBodyAnimNode"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllowRigidBodyAnimNode, bInAllow) == 0x000000, "Member 'SkeletalMeshComponent_SetAllowRigidBodyAnimNode::bInAllow' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllowRigidBodyAnimNode, bReinitAnim) == 0x000001, "Member 'SkeletalMeshComponent_SetAllowRigidBodyAnimNode::bReinitAnim' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAngularLimits \ +static_assert(alignof(SkeletalMeshComponent_SetAngularLimits) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetAngularLimits"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAngularLimits) == 0x000018, "Wrong size on SkeletalMeshComponent_SetAngularLimits"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAngularLimits, InBoneName) == 0x000000, "Member 'SkeletalMeshComponent_SetAngularLimits::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAngularLimits, Swing1LimitAngle) == 0x00000C, "Member 'SkeletalMeshComponent_SetAngularLimits::Swing1LimitAngle' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAngularLimits, TwistLimitAngle) == 0x000010, "Member 'SkeletalMeshComponent_SetAngularLimits::TwistLimitAngle' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAngularLimits, Swing2LimitAngle) == 0x000014, "Member 'SkeletalMeshComponent_SetAngularLimits::Swing2LimitAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAnimation \ +static_assert(alignof(SkeletalMeshComponent_SetAnimation) == 0x000008, "Wrong alignment on SkeletalMeshComponent_SetAnimation"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAnimation) == 0x000008, "Wrong size on SkeletalMeshComponent_SetAnimation"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAnimation, NewAnimToPlay) == 0x000000, "Member 'SkeletalMeshComponent_SetAnimation::NewAnimToPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAnimationMode \ +static_assert(alignof(SkeletalMeshComponent_SetAnimationMode) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetAnimationMode"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAnimationMode) == 0x000001, "Wrong size on SkeletalMeshComponent_SetAnimationMode"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAnimationMode, InAnimationMode) == 0x000000, "Member 'SkeletalMeshComponent_SetAnimationMode::InAnimationMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAnimClass \ +static_assert(alignof(SkeletalMeshComponent_SetAnimClass) == 0x000008, "Wrong alignment on SkeletalMeshComponent_SetAnimClass"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAnimClass) == 0x000008, "Wrong size on SkeletalMeshComponent_SetAnimClass"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAnimClass, NewClass) == 0x000000, "Member 'SkeletalMeshComponent_SetAnimClass::NewClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision \ +static_assert(alignof(SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision"); \ +static_assert(sizeof(SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision) == 0x000010, "Wrong size on SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision"); \ +static_assert(offsetof(SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision, bNewNotifyRigidBodyCollision) == 0x000000, "Member 'SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision::bNewNotifyRigidBodyCollision' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision, BoneName) == 0x000004, "Member 'SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetClothMaxDistanceScale \ +static_assert(alignof(SkeletalMeshComponent_SetClothMaxDistanceScale) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetClothMaxDistanceScale"); \ +static_assert(sizeof(SkeletalMeshComponent_SetClothMaxDistanceScale) == 0x000004, "Wrong size on SkeletalMeshComponent_SetClothMaxDistanceScale"); \ +static_assert(offsetof(SkeletalMeshComponent_SetClothMaxDistanceScale, Scale) == 0x000000, "Member 'SkeletalMeshComponent_SetClothMaxDistanceScale::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetConstraintProfile \ +static_assert(alignof(SkeletalMeshComponent_SetConstraintProfile) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetConstraintProfile"); \ +static_assert(sizeof(SkeletalMeshComponent_SetConstraintProfile) == 0x00001C, "Wrong size on SkeletalMeshComponent_SetConstraintProfile"); \ +static_assert(offsetof(SkeletalMeshComponent_SetConstraintProfile, JointName) == 0x000000, "Member 'SkeletalMeshComponent_SetConstraintProfile::JointName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetConstraintProfile, ProfileName) == 0x00000C, "Member 'SkeletalMeshComponent_SetConstraintProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetConstraintProfile, bDefaultIfNotFound) == 0x000018, "Member 'SkeletalMeshComponent_SetConstraintProfile::bDefaultIfNotFound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetConstraintProfileForAll \ +static_assert(alignof(SkeletalMeshComponent_SetConstraintProfileForAll) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetConstraintProfileForAll"); \ +static_assert(sizeof(SkeletalMeshComponent_SetConstraintProfileForAll) == 0x000010, "Wrong size on SkeletalMeshComponent_SetConstraintProfileForAll"); \ +static_assert(offsetof(SkeletalMeshComponent_SetConstraintProfileForAll, ProfileName) == 0x000000, "Member 'SkeletalMeshComponent_SetConstraintProfileForAll::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetConstraintProfileForAll, bDefaultIfNotFound) == 0x00000C, "Member 'SkeletalMeshComponent_SetConstraintProfileForAll::bDefaultIfNotFound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetDisableAnimCurves \ +static_assert(alignof(SkeletalMeshComponent_SetDisableAnimCurves) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetDisableAnimCurves"); \ +static_assert(sizeof(SkeletalMeshComponent_SetDisableAnimCurves) == 0x000001, "Wrong size on SkeletalMeshComponent_SetDisableAnimCurves"); \ +static_assert(offsetof(SkeletalMeshComponent_SetDisableAnimCurves, bInDisableAnimCurves) == 0x000000, "Member 'SkeletalMeshComponent_SetDisableAnimCurves::bInDisableAnimCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetDisablePostProcessBlueprint \ +static_assert(alignof(SkeletalMeshComponent_SetDisablePostProcessBlueprint) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetDisablePostProcessBlueprint"); \ +static_assert(sizeof(SkeletalMeshComponent_SetDisablePostProcessBlueprint) == 0x000001, "Wrong size on SkeletalMeshComponent_SetDisablePostProcessBlueprint"); \ +static_assert(offsetof(SkeletalMeshComponent_SetDisablePostProcessBlueprint, bInDisablePostProcess) == 0x000000, "Member 'SkeletalMeshComponent_SetDisablePostProcessBlueprint::bInDisablePostProcess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetEnableBodyGravity \ +static_assert(alignof(SkeletalMeshComponent_SetEnableBodyGravity) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetEnableBodyGravity"); \ +static_assert(sizeof(SkeletalMeshComponent_SetEnableBodyGravity) == 0x000010, "Wrong size on SkeletalMeshComponent_SetEnableBodyGravity"); \ +static_assert(offsetof(SkeletalMeshComponent_SetEnableBodyGravity, bEnableGravity) == 0x000000, "Member 'SkeletalMeshComponent_SetEnableBodyGravity::bEnableGravity' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetEnableBodyGravity, BoneName) == 0x000004, "Member 'SkeletalMeshComponent_SetEnableBodyGravity::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetEnableGravityOnAllBodiesBelow \ +static_assert(alignof(SkeletalMeshComponent_SetEnableGravityOnAllBodiesBelow) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetEnableGravityOnAllBodiesBelow"); \ +static_assert(sizeof(SkeletalMeshComponent_SetEnableGravityOnAllBodiesBelow) == 0x000014, "Wrong size on SkeletalMeshComponent_SetEnableGravityOnAllBodiesBelow"); \ +static_assert(offsetof(SkeletalMeshComponent_SetEnableGravityOnAllBodiesBelow, bEnableGravity) == 0x000000, "Member 'SkeletalMeshComponent_SetEnableGravityOnAllBodiesBelow::bEnableGravity' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetEnableGravityOnAllBodiesBelow, BoneName) == 0x000004, "Member 'SkeletalMeshComponent_SetEnableGravityOnAllBodiesBelow::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetEnableGravityOnAllBodiesBelow, bIncludeSelf) == 0x000010, "Member 'SkeletalMeshComponent_SetEnableGravityOnAllBodiesBelow::bIncludeSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetEnablePhysicsBlending \ +static_assert(alignof(SkeletalMeshComponent_SetEnablePhysicsBlending) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetEnablePhysicsBlending"); \ +static_assert(sizeof(SkeletalMeshComponent_SetEnablePhysicsBlending) == 0x000001, "Wrong size on SkeletalMeshComponent_SetEnablePhysicsBlending"); \ +static_assert(offsetof(SkeletalMeshComponent_SetEnablePhysicsBlending, bNewBlendPhysics) == 0x000000, "Member 'SkeletalMeshComponent_SetEnablePhysicsBlending::bNewBlendPhysics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetMorphTarget \ +static_assert(alignof(SkeletalMeshComponent_SetMorphTarget) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetMorphTarget"); \ +static_assert(sizeof(SkeletalMeshComponent_SetMorphTarget) == 0x000014, "Wrong size on SkeletalMeshComponent_SetMorphTarget"); \ +static_assert(offsetof(SkeletalMeshComponent_SetMorphTarget, MorphTargetName) == 0x000000, "Member 'SkeletalMeshComponent_SetMorphTarget::MorphTargetName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetMorphTarget, Value) == 0x00000C, "Member 'SkeletalMeshComponent_SetMorphTarget::Value' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetMorphTarget, bRemoveZeroWeight) == 0x000010, "Member 'SkeletalMeshComponent_SetMorphTarget::bRemoveZeroWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow \ +static_assert(alignof(SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow"); \ +static_assert(sizeof(SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow) == 0x000014, "Wrong size on SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow"); \ +static_assert(offsetof(SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow, bNewNotifyRigidBodyCollision) == 0x000000, "Member 'SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow::bNewNotifyRigidBodyCollision' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow, BoneName) == 0x000004, "Member 'SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow, bIncludeSelf) == 0x000010, "Member 'SkeletalMeshComponent_SetNotifyRigidBodyCollisionBelow::bIncludeSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetPhysicsBlendWeight \ +static_assert(alignof(SkeletalMeshComponent_SetPhysicsBlendWeight) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetPhysicsBlendWeight"); \ +static_assert(sizeof(SkeletalMeshComponent_SetPhysicsBlendWeight) == 0x000004, "Wrong size on SkeletalMeshComponent_SetPhysicsBlendWeight"); \ +static_assert(offsetof(SkeletalMeshComponent_SetPhysicsBlendWeight, PhysicsBlendWeight) == 0x000000, "Member 'SkeletalMeshComponent_SetPhysicsBlendWeight::PhysicsBlendWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetPlayRate \ +static_assert(alignof(SkeletalMeshComponent_SetPlayRate) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetPlayRate"); \ +static_assert(sizeof(SkeletalMeshComponent_SetPlayRate) == 0x000004, "Wrong size on SkeletalMeshComponent_SetPlayRate"); \ +static_assert(offsetof(SkeletalMeshComponent_SetPlayRate, Rate) == 0x000000, "Member 'SkeletalMeshComponent_SetPlayRate::Rate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetPosition \ +static_assert(alignof(SkeletalMeshComponent_SetPosition) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetPosition"); \ +static_assert(sizeof(SkeletalMeshComponent_SetPosition) == 0x000008, "Wrong size on SkeletalMeshComponent_SetPosition"); \ +static_assert(offsetof(SkeletalMeshComponent_SetPosition, InPos) == 0x000000, "Member 'SkeletalMeshComponent_SetPosition::InPos' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetPosition, bFireNotifies) == 0x000004, "Member 'SkeletalMeshComponent_SetPosition::bFireNotifies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetTeleportDistanceThreshold \ +static_assert(alignof(SkeletalMeshComponent_SetTeleportDistanceThreshold) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetTeleportDistanceThreshold"); \ +static_assert(sizeof(SkeletalMeshComponent_SetTeleportDistanceThreshold) == 0x000004, "Wrong size on SkeletalMeshComponent_SetTeleportDistanceThreshold"); \ +static_assert(offsetof(SkeletalMeshComponent_SetTeleportDistanceThreshold, Threshold) == 0x000000, "Member 'SkeletalMeshComponent_SetTeleportDistanceThreshold::Threshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetTeleportRotationThreshold \ +static_assert(alignof(SkeletalMeshComponent_SetTeleportRotationThreshold) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetTeleportRotationThreshold"); \ +static_assert(sizeof(SkeletalMeshComponent_SetTeleportRotationThreshold) == 0x000004, "Wrong size on SkeletalMeshComponent_SetTeleportRotationThreshold"); \ +static_assert(offsetof(SkeletalMeshComponent_SetTeleportRotationThreshold, Threshold) == 0x000000, "Member 'SkeletalMeshComponent_SetTeleportRotationThreshold::Threshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetUpdateAnimationInEditor \ +static_assert(alignof(SkeletalMeshComponent_SetUpdateAnimationInEditor) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetUpdateAnimationInEditor"); \ +static_assert(sizeof(SkeletalMeshComponent_SetUpdateAnimationInEditor) == 0x000001, "Wrong size on SkeletalMeshComponent_SetUpdateAnimationInEditor"); \ +static_assert(offsetof(SkeletalMeshComponent_SetUpdateAnimationInEditor, NewUpdateState) == 0x000000, "Member 'SkeletalMeshComponent_SetUpdateAnimationInEditor::NewUpdateState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetUpdateClothInEditor \ +static_assert(alignof(SkeletalMeshComponent_SetUpdateClothInEditor) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetUpdateClothInEditor"); \ +static_assert(sizeof(SkeletalMeshComponent_SetUpdateClothInEditor) == 0x000001, "Wrong size on SkeletalMeshComponent_SetUpdateClothInEditor"); \ +static_assert(offsetof(SkeletalMeshComponent_SetUpdateClothInEditor, NewUpdateState) == 0x000000, "Member 'SkeletalMeshComponent_SetUpdateClothInEditor::NewUpdateState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SnapshotPose \ +static_assert(alignof(SkeletalMeshComponent_SnapshotPose) == 0x000008, "Wrong alignment on SkeletalMeshComponent_SnapshotPose"); \ +static_assert(sizeof(SkeletalMeshComponent_SnapshotPose) == 0x000040, "Wrong size on SkeletalMeshComponent_SnapshotPose"); \ +static_assert(offsetof(SkeletalMeshComponent_SnapshotPose, Snapshot) == 0x000000, "Member 'SkeletalMeshComponent_SnapshotPose::Snapshot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_TermBodiesBelow \ +static_assert(alignof(SkeletalMeshComponent_TermBodiesBelow) == 0x000004, "Wrong alignment on SkeletalMeshComponent_TermBodiesBelow"); \ +static_assert(sizeof(SkeletalMeshComponent_TermBodiesBelow) == 0x00000C, "Wrong size on SkeletalMeshComponent_TermBodiesBelow"); \ +static_assert(offsetof(SkeletalMeshComponent_TermBodiesBelow, ParentBoneName) == 0x000000, "Member 'SkeletalMeshComponent_TermBodiesBelow::ParentBoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_UnbindClothFromMasterPoseComponent \ +static_assert(alignof(SkeletalMeshComponent_UnbindClothFromMasterPoseComponent) == 0x000001, "Wrong alignment on SkeletalMeshComponent_UnbindClothFromMasterPoseComponent"); \ +static_assert(sizeof(SkeletalMeshComponent_UnbindClothFromMasterPoseComponent) == 0x000001, "Wrong size on SkeletalMeshComponent_UnbindClothFromMasterPoseComponent"); \ +static_assert(offsetof(SkeletalMeshComponent_UnbindClothFromMasterPoseComponent, bRestoreSimulationSpace) == 0x000000, "Member 'SkeletalMeshComponent_UnbindClothFromMasterPoseComponent::bRestoreSimulationSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_UnlinkAnimClassLayers \ +static_assert(alignof(SkeletalMeshComponent_UnlinkAnimClassLayers) == 0x000008, "Wrong alignment on SkeletalMeshComponent_UnlinkAnimClassLayers"); \ +static_assert(sizeof(SkeletalMeshComponent_UnlinkAnimClassLayers) == 0x000008, "Wrong size on SkeletalMeshComponent_UnlinkAnimClassLayers"); \ +static_assert(offsetof(SkeletalMeshComponent_UnlinkAnimClassLayers, InClass) == 0x000000, "Member 'SkeletalMeshComponent_UnlinkAnimClassLayers::InClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetAllowedAnimCurveEvaluate \ +static_assert(alignof(SkeletalMeshComponent_GetAllowedAnimCurveEvaluate) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetAllowedAnimCurveEvaluate"); \ +static_assert(sizeof(SkeletalMeshComponent_GetAllowedAnimCurveEvaluate) == 0x000001, "Wrong size on SkeletalMeshComponent_GetAllowedAnimCurveEvaluate"); \ +static_assert(offsetof(SkeletalMeshComponent_GetAllowedAnimCurveEvaluate, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAllowedAnimCurveEvaluate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetAllowRigidBodyAnimNode \ +static_assert(alignof(SkeletalMeshComponent_GetAllowRigidBodyAnimNode) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetAllowRigidBodyAnimNode"); \ +static_assert(sizeof(SkeletalMeshComponent_GetAllowRigidBodyAnimNode) == 0x000001, "Wrong size on SkeletalMeshComponent_GetAllowRigidBodyAnimNode"); \ +static_assert(offsetof(SkeletalMeshComponent_GetAllowRigidBodyAnimNode, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAllowRigidBodyAnimNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetAnimationMode \ +static_assert(alignof(SkeletalMeshComponent_GetAnimationMode) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetAnimationMode"); \ +static_assert(sizeof(SkeletalMeshComponent_GetAnimationMode) == 0x000001, "Wrong size on SkeletalMeshComponent_GetAnimationMode"); \ +static_assert(offsetof(SkeletalMeshComponent_GetAnimationMode, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAnimationMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetAnimInstance \ +static_assert(alignof(SkeletalMeshComponent_GetAnimInstance) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetAnimInstance"); \ +static_assert(sizeof(SkeletalMeshComponent_GetAnimInstance) == 0x000008, "Wrong size on SkeletalMeshComponent_GetAnimInstance"); \ +static_assert(offsetof(SkeletalMeshComponent_GetAnimInstance, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAnimInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetBoneMass \ +static_assert(alignof(SkeletalMeshComponent_GetBoneMass) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetBoneMass"); \ +static_assert(sizeof(SkeletalMeshComponent_GetBoneMass) == 0x000014, "Wrong size on SkeletalMeshComponent_GetBoneMass"); \ +static_assert(offsetof(SkeletalMeshComponent_GetBoneMass, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetBoneMass::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetBoneMass, bScaleMass) == 0x00000C, "Member 'SkeletalMeshComponent_GetBoneMass::bScaleMass' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetBoneMass, ReturnValue) == 0x000010, "Member 'SkeletalMeshComponent_GetBoneMass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetClothingSimulationInteractor \ +static_assert(alignof(SkeletalMeshComponent_GetClothingSimulationInteractor) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetClothingSimulationInteractor"); \ +static_assert(sizeof(SkeletalMeshComponent_GetClothingSimulationInteractor) == 0x000008, "Wrong size on SkeletalMeshComponent_GetClothingSimulationInteractor"); \ +static_assert(offsetof(SkeletalMeshComponent_GetClothingSimulationInteractor, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetClothingSimulationInteractor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetClothMaxDistanceScale \ +static_assert(alignof(SkeletalMeshComponent_GetClothMaxDistanceScale) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetClothMaxDistanceScale"); \ +static_assert(sizeof(SkeletalMeshComponent_GetClothMaxDistanceScale) == 0x000004, "Wrong size on SkeletalMeshComponent_GetClothMaxDistanceScale"); \ +static_assert(offsetof(SkeletalMeshComponent_GetClothMaxDistanceScale, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetClothMaxDistanceScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetDisableAnimCurves \ +static_assert(alignof(SkeletalMeshComponent_GetDisableAnimCurves) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetDisableAnimCurves"); \ +static_assert(sizeof(SkeletalMeshComponent_GetDisableAnimCurves) == 0x000001, "Wrong size on SkeletalMeshComponent_GetDisableAnimCurves"); \ +static_assert(offsetof(SkeletalMeshComponent_GetDisableAnimCurves, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetDisableAnimCurves::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetDisablePostProcessBlueprint \ +static_assert(alignof(SkeletalMeshComponent_GetDisablePostProcessBlueprint) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetDisablePostProcessBlueprint"); \ +static_assert(sizeof(SkeletalMeshComponent_GetDisablePostProcessBlueprint) == 0x000001, "Wrong size on SkeletalMeshComponent_GetDisablePostProcessBlueprint"); \ +static_assert(offsetof(SkeletalMeshComponent_GetDisablePostProcessBlueprint, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetDisablePostProcessBlueprint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag \ +static_assert(alignof(SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag"); \ +static_assert(sizeof(SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag) == 0x000018, "Wrong size on SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag"); \ +static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag, InTag) == 0x000000, "Member 'SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag, ReturnValue) == 0x000010, "Member 'SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag \ +static_assert(alignof(SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag"); \ +static_assert(sizeof(SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag) == 0x000020, "Wrong size on SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag"); \ +static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag, InTag) == 0x000000, "Member 'SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag, OutLinkedInstances) == 0x000010, "Member 'SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag::OutLinkedInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass \ +static_assert(alignof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass"); \ +static_assert(sizeof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass) == 0x000010, "Wrong size on SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass"); \ +static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass, InClass) == 0x000000, "Member 'SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass::InClass' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass, ReturnValue) == 0x000008, "Member 'SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup \ +static_assert(alignof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup"); \ +static_assert(sizeof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup) == 0x000018, "Wrong size on SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup"); \ +static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup, InGroup) == 0x000000, "Member 'SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup::InGroup' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup, ReturnValue) == 0x000010, "Member 'SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetMorphTarget \ +static_assert(alignof(SkeletalMeshComponent_GetMorphTarget) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetMorphTarget"); \ +static_assert(sizeof(SkeletalMeshComponent_GetMorphTarget) == 0x000010, "Wrong size on SkeletalMeshComponent_GetMorphTarget"); \ +static_assert(offsetof(SkeletalMeshComponent_GetMorphTarget, MorphTargetName) == 0x000000, "Member 'SkeletalMeshComponent_GetMorphTarget::MorphTargetName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetMorphTarget, ReturnValue) == 0x00000C, "Member 'SkeletalMeshComponent_GetMorphTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetPlayRate \ +static_assert(alignof(SkeletalMeshComponent_GetPlayRate) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetPlayRate"); \ +static_assert(sizeof(SkeletalMeshComponent_GetPlayRate) == 0x000004, "Wrong size on SkeletalMeshComponent_GetPlayRate"); \ +static_assert(offsetof(SkeletalMeshComponent_GetPlayRate, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetPlayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetPosition \ +static_assert(alignof(SkeletalMeshComponent_GetPosition) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetPosition"); \ +static_assert(sizeof(SkeletalMeshComponent_GetPosition) == 0x000004, "Wrong size on SkeletalMeshComponent_GetPosition"); \ +static_assert(offsetof(SkeletalMeshComponent_GetPosition, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetPostProcessInstance \ +static_assert(alignof(SkeletalMeshComponent_GetPostProcessInstance) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetPostProcessInstance"); \ +static_assert(sizeof(SkeletalMeshComponent_GetPostProcessInstance) == 0x000008, "Wrong size on SkeletalMeshComponent_GetPostProcessInstance"); \ +static_assert(offsetof(SkeletalMeshComponent_GetPostProcessInstance, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetPostProcessInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetSkeletalCenterOfMass \ +static_assert(alignof(SkeletalMeshComponent_GetSkeletalCenterOfMass) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetSkeletalCenterOfMass"); \ +static_assert(sizeof(SkeletalMeshComponent_GetSkeletalCenterOfMass) == 0x00000C, "Wrong size on SkeletalMeshComponent_GetSkeletalCenterOfMass"); \ +static_assert(offsetof(SkeletalMeshComponent_GetSkeletalCenterOfMass, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetSkeletalCenterOfMass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetTeleportDistanceThreshold \ +static_assert(alignof(SkeletalMeshComponent_GetTeleportDistanceThreshold) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetTeleportDistanceThreshold"); \ +static_assert(sizeof(SkeletalMeshComponent_GetTeleportDistanceThreshold) == 0x000004, "Wrong size on SkeletalMeshComponent_GetTeleportDistanceThreshold"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTeleportDistanceThreshold, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetTeleportDistanceThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetTeleportRotationThreshold \ +static_assert(alignof(SkeletalMeshComponent_GetTeleportRotationThreshold) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetTeleportRotationThreshold"); \ +static_assert(sizeof(SkeletalMeshComponent_GetTeleportRotationThreshold) == 0x000004, "Wrong size on SkeletalMeshComponent_GetTeleportRotationThreshold"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTeleportRotationThreshold, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetTeleportRotationThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_HasValidAnimationInstance \ +static_assert(alignof(SkeletalMeshComponent_HasValidAnimationInstance) == 0x000001, "Wrong alignment on SkeletalMeshComponent_HasValidAnimationInstance"); \ +static_assert(sizeof(SkeletalMeshComponent_HasValidAnimationInstance) == 0x000001, "Wrong size on SkeletalMeshComponent_HasValidAnimationInstance"); \ +static_assert(offsetof(SkeletalMeshComponent_HasValidAnimationInstance, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_HasValidAnimationInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_IsClothingSimulationSuspended \ +static_assert(alignof(SkeletalMeshComponent_IsClothingSimulationSuspended) == 0x000001, "Wrong alignment on SkeletalMeshComponent_IsClothingSimulationSuspended"); \ +static_assert(sizeof(SkeletalMeshComponent_IsClothingSimulationSuspended) == 0x000001, "Wrong size on SkeletalMeshComponent_IsClothingSimulationSuspended"); \ +static_assert(offsetof(SkeletalMeshComponent_IsClothingSimulationSuspended, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_IsClothingSimulationSuspended::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_IsPlaying \ +static_assert(alignof(SkeletalMeshComponent_IsPlaying) == 0x000001, "Wrong alignment on SkeletalMeshComponent_IsPlaying"); \ +static_assert(sizeof(SkeletalMeshComponent_IsPlaying) == 0x000001, "Wrong size on SkeletalMeshComponent_IsPlaying"); \ +static_assert(offsetof(SkeletalMeshComponent_IsPlaying, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset \ +static_assert(alignof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset) == 0x000004, "Wrong alignment on SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset"); \ +static_assert(sizeof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset) == 0x000038, "Wrong size on SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset"); \ +static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, WorldPosition) == 0x000000, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, ClosestWorldPosition) == 0x00000C, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::ClosestWorldPosition' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, Normal) == 0x000018, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::Normal' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, BoneName) == 0x000024, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, Distance) == 0x000030, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::Distance' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, ReturnValue) == 0x000034, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeletalMeshComponent \ +static_assert(alignof(USkeletalMeshComponent) == 0x000010, "Wrong alignment on USkeletalMeshComponent"); \ +static_assert(sizeof(USkeletalMeshComponent) == 0x000FC0, "Wrong size on USkeletalMeshComponent"); \ +static_assert(offsetof(USkeletalMeshComponent, AnimBlueprintGeneratedClass) == 0x000760, "Member 'USkeletalMeshComponent::AnimBlueprintGeneratedClass' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, AnimClass) == 0x000768, "Member 'USkeletalMeshComponent::AnimClass' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, AnimScriptInstance) == 0x000770, "Member 'USkeletalMeshComponent::AnimScriptInstance' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, PostProcessAnimInstance) == 0x000778, "Member 'USkeletalMeshComponent::PostProcessAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, AnimationData) == 0x000780, "Member 'USkeletalMeshComponent::AnimationData' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, RootBoneTranslation) == 0x0007A8, "Member 'USkeletalMeshComponent::RootBoneTranslation' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, LineCheckBoundsScale) == 0x0007B4, "Member 'USkeletalMeshComponent::LineCheckBoundsScale' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, LinkedInstances) == 0x0007F0, "Member 'USkeletalMeshComponent::LinkedInstances' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, CachedBoneSpaceTransforms) == 0x000800, "Member 'USkeletalMeshComponent::CachedBoneSpaceTransforms' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, CachedComponentSpaceTransforms) == 0x000810, "Member 'USkeletalMeshComponent::CachedComponentSpaceTransforms' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, GlobalAnimRateScale) == 0x000970, "Member 'USkeletalMeshComponent::GlobalAnimRateScale' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, KinematicBonesUpdateType) == 0x000974, "Member 'USkeletalMeshComponent::KinematicBonesUpdateType' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, PhysicsTransformUpdateMode) == 0x000975, "Member 'USkeletalMeshComponent::PhysicsTransformUpdateMode' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, AnimationMode) == 0x000977, "Member 'USkeletalMeshComponent::AnimationMode' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, ClothBlendInTime) == 0x00098C, "Member 'USkeletalMeshComponent::ClothBlendInTime' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, ClothNewlyRenderedBlendInTime) == 0x000990, "Member 'USkeletalMeshComponent::ClothNewlyRenderedBlendInTime' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, ClothBlendOutTime) == 0x000994, "Member 'USkeletalMeshComponent::ClothBlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, CachedAnimCurveUidVersion) == 0x0009BA, "Member 'USkeletalMeshComponent::CachedAnimCurveUidVersion' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, ClothBlendWeight) == 0x0009BC, "Member 'USkeletalMeshComponent::ClothBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, bWaitForParallelClothTask) == 0x0009C0, "Member 'USkeletalMeshComponent::bWaitForParallelClothTask' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, DisallowedAnimCurves) == 0x0009C8, "Member 'USkeletalMeshComponent::DisallowedAnimCurves' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, BodySetup) == 0x0009D8, "Member 'USkeletalMeshComponent::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, OnConstraintBroken) == 0x0009E8, "Member 'USkeletalMeshComponent::OnConstraintBroken' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, ClothingSimulationFactory) == 0x0009F8, "Member 'USkeletalMeshComponent::ClothingSimulationFactory' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, TeleportDistanceThreshold) == 0x000AC8, "Member 'USkeletalMeshComponent::TeleportDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, TeleportRotationThreshold) == 0x000ACC, "Member 'USkeletalMeshComponent::TeleportRotationThreshold' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, LastPoseTickFrame) == 0x000AD8, "Member 'USkeletalMeshComponent::LastPoseTickFrame' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, ClothingInteractor) == 0x000B30, "Member 'USkeletalMeshComponent::ClothingInteractor' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, OnAnimInitialized) == 0x000C00, "Member 'USkeletalMeshComponent::OnAnimInitialized' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, CachedAllBodiesAreSimulatingAndSleepingFrame) == 0x000E50, "Member 'USkeletalMeshComponent::CachedAllBodiesAreSimulatingAndSleepingFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPostProcessSettingsConfig \ +static_assert(alignof(UPostProcessSettingsConfig) == 0x000010, "Wrong alignment on UPostProcessSettingsConfig"); \ +static_assert(sizeof(UPostProcessSettingsConfig) == 0x0005A0, "Wrong size on UPostProcessSettingsConfig"); \ +static_assert(offsetof(UPostProcessSettingsConfig, Settings) == 0x000030, "Member 'UPostProcessSettingsConfig::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATriggerBase \ +static_assert(alignof(ATriggerBase) == 0x000008, "Wrong alignment on ATriggerBase"); \ +static_assert(sizeof(ATriggerBase) == 0x0002B0, "Wrong size on ATriggerBase"); \ +static_assert(offsetof(ATriggerBase, CollisionComponent) == 0x0002A8, "Member 'ATriggerBase::CollisionComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATriggerSphere \ +static_assert(alignof(ATriggerSphere) == 0x000008, "Wrong alignment on ATriggerSphere"); \ +static_assert(sizeof(ATriggerSphere) == 0x0002B0, "Wrong size on ATriggerSphere"); \ + +#define DUMPER7_ASSERTS_USaveGame \ +static_assert(alignof(USaveGame) == 0x000008, "Wrong alignment on USaveGame"); \ +static_assert(sizeof(USaveGame) == 0x000030, "Wrong size on USaveGame"); \ + +#define DUMPER7_ASSERTS_IPreviewCollectionInterface \ +static_assert(alignof(IPreviewCollectionInterface) == 0x000001, "Wrong alignment on IPreviewCollectionInterface"); \ +static_assert(sizeof(IPreviewCollectionInterface) == 0x000001, "Wrong size on IPreviewCollectionInterface"); \ + +#define DUMPER7_ASSERTS_USoundNodeMixer \ +static_assert(alignof(USoundNodeMixer) == 0x000008, "Wrong alignment on USoundNodeMixer"); \ +static_assert(sizeof(USoundNodeMixer) == 0x000060, "Wrong size on USoundNodeMixer"); \ +static_assert(offsetof(USoundNodeMixer, InputVolume) == 0x000050, "Member 'USoundNodeMixer::InputVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_AutomationDir \ +static_assert(alignof(BlueprintPathsLibrary_AutomationDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_AutomationDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_AutomationDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_AutomationDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_AutomationDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_AutomationDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_AutomationLogDir \ +static_assert(alignof(BlueprintPathsLibrary_AutomationLogDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_AutomationLogDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_AutomationLogDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_AutomationLogDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_AutomationLogDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_AutomationLogDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_AutomationTransientDir \ +static_assert(alignof(BlueprintPathsLibrary_AutomationTransientDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_AutomationTransientDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_AutomationTransientDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_AutomationTransientDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_AutomationTransientDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_AutomationTransientDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_BugItDir \ +static_assert(alignof(BlueprintPathsLibrary_BugItDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_BugItDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_BugItDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_BugItDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_BugItDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_BugItDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ChangeExtension \ +static_assert(alignof(BlueprintPathsLibrary_ChangeExtension) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ChangeExtension"); \ +static_assert(sizeof(BlueprintPathsLibrary_ChangeExtension) == 0x000030, "Wrong size on BlueprintPathsLibrary_ChangeExtension"); \ +static_assert(offsetof(BlueprintPathsLibrary_ChangeExtension, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_ChangeExtension::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ChangeExtension, InNewExtension) == 0x000010, "Member 'BlueprintPathsLibrary_ChangeExtension::InNewExtension' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ChangeExtension, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_ChangeExtension::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_CloudDir \ +static_assert(alignof(BlueprintPathsLibrary_CloudDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_CloudDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_CloudDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_CloudDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_CloudDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_CloudDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_CollapseRelativeDirectories \ +static_assert(alignof(BlueprintPathsLibrary_CollapseRelativeDirectories) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_CollapseRelativeDirectories"); \ +static_assert(sizeof(BlueprintPathsLibrary_CollapseRelativeDirectories) == 0x000028, "Wrong size on BlueprintPathsLibrary_CollapseRelativeDirectories"); \ +static_assert(offsetof(BlueprintPathsLibrary_CollapseRelativeDirectories, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_CollapseRelativeDirectories::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_CollapseRelativeDirectories, OutPath) == 0x000010, "Member 'BlueprintPathsLibrary_CollapseRelativeDirectories::OutPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_CollapseRelativeDirectories, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_CollapseRelativeDirectories::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_Combine \ +static_assert(alignof(BlueprintPathsLibrary_Combine) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_Combine"); \ +static_assert(sizeof(BlueprintPathsLibrary_Combine) == 0x000020, "Wrong size on BlueprintPathsLibrary_Combine"); \ +static_assert(offsetof(BlueprintPathsLibrary_Combine, InPaths) == 0x000000, "Member 'BlueprintPathsLibrary_Combine::InPaths' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_Combine, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_Combine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ConvertFromSandboxPath \ +static_assert(alignof(BlueprintPathsLibrary_ConvertFromSandboxPath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ConvertFromSandboxPath"); \ +static_assert(sizeof(BlueprintPathsLibrary_ConvertFromSandboxPath) == 0x000030, "Wrong size on BlueprintPathsLibrary_ConvertFromSandboxPath"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertFromSandboxPath, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_ConvertFromSandboxPath::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertFromSandboxPath, InSandboxName) == 0x000010, "Member 'BlueprintPathsLibrary_ConvertFromSandboxPath::InSandboxName' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertFromSandboxPath, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_ConvertFromSandboxPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ConvertRelativePathToFull \ +static_assert(alignof(BlueprintPathsLibrary_ConvertRelativePathToFull) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ConvertRelativePathToFull"); \ +static_assert(sizeof(BlueprintPathsLibrary_ConvertRelativePathToFull) == 0x000030, "Wrong size on BlueprintPathsLibrary_ConvertRelativePathToFull"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertRelativePathToFull, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_ConvertRelativePathToFull::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertRelativePathToFull, InBasePath) == 0x000010, "Member 'BlueprintPathsLibrary_ConvertRelativePathToFull::InBasePath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertRelativePathToFull, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_ConvertRelativePathToFull::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ConvertToSandboxPath \ +static_assert(alignof(BlueprintPathsLibrary_ConvertToSandboxPath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ConvertToSandboxPath"); \ +static_assert(sizeof(BlueprintPathsLibrary_ConvertToSandboxPath) == 0x000030, "Wrong size on BlueprintPathsLibrary_ConvertToSandboxPath"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertToSandboxPath, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_ConvertToSandboxPath::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertToSandboxPath, InSandboxName) == 0x000010, "Member 'BlueprintPathsLibrary_ConvertToSandboxPath::InSandboxName' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertToSandboxPath, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_ConvertToSandboxPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_CreateTempFilename \ +static_assert(alignof(BlueprintPathsLibrary_CreateTempFilename) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_CreateTempFilename"); \ +static_assert(sizeof(BlueprintPathsLibrary_CreateTempFilename) == 0x000040, "Wrong size on BlueprintPathsLibrary_CreateTempFilename"); \ +static_assert(offsetof(BlueprintPathsLibrary_CreateTempFilename, Path) == 0x000000, "Member 'BlueprintPathsLibrary_CreateTempFilename::Path' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_CreateTempFilename, Prefix) == 0x000010, "Member 'BlueprintPathsLibrary_CreateTempFilename::Prefix' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_CreateTempFilename, Extension) == 0x000020, "Member 'BlueprintPathsLibrary_CreateTempFilename::Extension' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_CreateTempFilename, ReturnValue) == 0x000030, "Member 'BlueprintPathsLibrary_CreateTempFilename::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_DiffDir \ +static_assert(alignof(BlueprintPathsLibrary_DiffDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_DiffDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_DiffDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_DiffDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_DiffDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_DiffDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_DirectoryExists \ +static_assert(alignof(BlueprintPathsLibrary_DirectoryExists) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_DirectoryExists"); \ +static_assert(sizeof(BlueprintPathsLibrary_DirectoryExists) == 0x000018, "Wrong size on BlueprintPathsLibrary_DirectoryExists"); \ +static_assert(offsetof(BlueprintPathsLibrary_DirectoryExists, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_DirectoryExists::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_DirectoryExists, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_DirectoryExists::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineConfigDir \ +static_assert(alignof(BlueprintPathsLibrary_EngineConfigDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineConfigDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EngineConfigDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineConfigDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EngineConfigDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineConfigDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineContentDir \ +static_assert(alignof(BlueprintPathsLibrary_EngineContentDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineContentDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EngineContentDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineContentDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EngineContentDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineContentDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineDir \ +static_assert(alignof(BlueprintPathsLibrary_EngineDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EngineDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EngineDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineIntermediateDir \ +static_assert(alignof(BlueprintPathsLibrary_EngineIntermediateDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineIntermediateDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EngineIntermediateDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineIntermediateDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EngineIntermediateDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineIntermediateDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EnginePluginsDir \ +static_assert(alignof(BlueprintPathsLibrary_EnginePluginsDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EnginePluginsDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EnginePluginsDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EnginePluginsDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EnginePluginsDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EnginePluginsDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineSavedDir \ +static_assert(alignof(BlueprintPathsLibrary_EngineSavedDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineSavedDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EngineSavedDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineSavedDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EngineSavedDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineSavedDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineSourceDir \ +static_assert(alignof(BlueprintPathsLibrary_EngineSourceDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineSourceDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EngineSourceDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineSourceDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EngineSourceDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineSourceDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineUserDir \ +static_assert(alignof(BlueprintPathsLibrary_EngineUserDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineUserDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EngineUserDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineUserDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EngineUserDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineUserDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineVersionAgnosticUserDir \ +static_assert(alignof(BlueprintPathsLibrary_EngineVersionAgnosticUserDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineVersionAgnosticUserDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EngineVersionAgnosticUserDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineVersionAgnosticUserDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EngineVersionAgnosticUserDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineVersionAgnosticUserDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EnterpriseDir \ +static_assert(alignof(BlueprintPathsLibrary_EnterpriseDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EnterpriseDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EnterpriseDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EnterpriseDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EnterpriseDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EnterpriseDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EnterpriseFeaturePackDir \ +static_assert(alignof(BlueprintPathsLibrary_EnterpriseFeaturePackDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EnterpriseFeaturePackDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EnterpriseFeaturePackDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EnterpriseFeaturePackDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EnterpriseFeaturePackDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EnterpriseFeaturePackDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EnterprisePluginsDir \ +static_assert(alignof(BlueprintPathsLibrary_EnterprisePluginsDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EnterprisePluginsDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EnterprisePluginsDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EnterprisePluginsDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EnterprisePluginsDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EnterprisePluginsDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_FeaturePackDir \ +static_assert(alignof(BlueprintPathsLibrary_FeaturePackDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_FeaturePackDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_FeaturePackDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_FeaturePackDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_FeaturePackDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_FeaturePackDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_FileExists \ +static_assert(alignof(BlueprintPathsLibrary_FileExists) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_FileExists"); \ +static_assert(sizeof(BlueprintPathsLibrary_FileExists) == 0x000018, "Wrong size on BlueprintPathsLibrary_FileExists"); \ +static_assert(offsetof(BlueprintPathsLibrary_FileExists, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_FileExists::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_FileExists, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_FileExists::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GameAgnosticSavedDir \ +static_assert(alignof(BlueprintPathsLibrary_GameAgnosticSavedDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GameAgnosticSavedDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_GameAgnosticSavedDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_GameAgnosticSavedDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_GameAgnosticSavedDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GameAgnosticSavedDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GameDevelopersDir \ +static_assert(alignof(BlueprintPathsLibrary_GameDevelopersDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GameDevelopersDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_GameDevelopersDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_GameDevelopersDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_GameDevelopersDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GameDevelopersDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GameSourceDir \ +static_assert(alignof(BlueprintPathsLibrary_GameSourceDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GameSourceDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_GameSourceDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_GameSourceDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_GameSourceDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GameSourceDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GameUserDeveloperDir \ +static_assert(alignof(BlueprintPathsLibrary_GameUserDeveloperDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GameUserDeveloperDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_GameUserDeveloperDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_GameUserDeveloperDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_GameUserDeveloperDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GameUserDeveloperDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GeneratedConfigDir \ +static_assert(alignof(BlueprintPathsLibrary_GeneratedConfigDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GeneratedConfigDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_GeneratedConfigDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_GeneratedConfigDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_GeneratedConfigDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GeneratedConfigDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetBaseFilename \ +static_assert(alignof(BlueprintPathsLibrary_GetBaseFilename) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetBaseFilename"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetBaseFilename) == 0x000028, "Wrong size on BlueprintPathsLibrary_GetBaseFilename"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetBaseFilename, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_GetBaseFilename::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetBaseFilename, bRemovePath) == 0x000010, "Member 'BlueprintPathsLibrary_GetBaseFilename::bRemovePath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetBaseFilename, ReturnValue) == 0x000018, "Member 'BlueprintPathsLibrary_GetBaseFilename::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetCleanFilename \ +static_assert(alignof(BlueprintPathsLibrary_GetCleanFilename) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetCleanFilename"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetCleanFilename) == 0x000020, "Wrong size on BlueprintPathsLibrary_GetCleanFilename"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetCleanFilename, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_GetCleanFilename::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetCleanFilename, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_GetCleanFilename::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetEditorLocalizationPaths \ +static_assert(alignof(BlueprintPathsLibrary_GetEditorLocalizationPaths) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetEditorLocalizationPaths"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetEditorLocalizationPaths) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetEditorLocalizationPaths"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetEditorLocalizationPaths, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetEditorLocalizationPaths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetEngineLocalizationPaths \ +static_assert(alignof(BlueprintPathsLibrary_GetEngineLocalizationPaths) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetEngineLocalizationPaths"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetEngineLocalizationPaths) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetEngineLocalizationPaths"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetEngineLocalizationPaths, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetEngineLocalizationPaths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetExtension \ +static_assert(alignof(BlueprintPathsLibrary_GetExtension) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetExtension"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetExtension) == 0x000028, "Wrong size on BlueprintPathsLibrary_GetExtension"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetExtension, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_GetExtension::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetExtension, bIncludeDot) == 0x000010, "Member 'BlueprintPathsLibrary_GetExtension::bIncludeDot' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetExtension, ReturnValue) == 0x000018, "Member 'BlueprintPathsLibrary_GetExtension::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetGameLocalizationPaths \ +static_assert(alignof(BlueprintPathsLibrary_GetGameLocalizationPaths) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetGameLocalizationPaths"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetGameLocalizationPaths) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetGameLocalizationPaths"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetGameLocalizationPaths, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetGameLocalizationPaths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetInvalidFileSystemChars \ +static_assert(alignof(BlueprintPathsLibrary_GetInvalidFileSystemChars) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetInvalidFileSystemChars"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetInvalidFileSystemChars) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetInvalidFileSystemChars"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetInvalidFileSystemChars, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetInvalidFileSystemChars::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetPath \ +static_assert(alignof(BlueprintPathsLibrary_GetPath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetPath"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetPath) == 0x000020, "Wrong size on BlueprintPathsLibrary_GetPath"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetPath, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_GetPath::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetPath, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_GetPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetProjectFilePath \ +static_assert(alignof(BlueprintPathsLibrary_GetProjectFilePath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetProjectFilePath"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetProjectFilePath) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetProjectFilePath"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetProjectFilePath, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetProjectFilePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetPropertyNameLocalizationPaths \ +static_assert(alignof(BlueprintPathsLibrary_GetPropertyNameLocalizationPaths) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetPropertyNameLocalizationPaths"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetPropertyNameLocalizationPaths) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetPropertyNameLocalizationPaths"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetPropertyNameLocalizationPaths, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetPropertyNameLocalizationPaths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetRelativePathToRoot \ +static_assert(alignof(BlueprintPathsLibrary_GetRelativePathToRoot) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetRelativePathToRoot"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetRelativePathToRoot) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetRelativePathToRoot"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetRelativePathToRoot, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetRelativePathToRoot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetRestrictedFolderNames \ +static_assert(alignof(BlueprintPathsLibrary_GetRestrictedFolderNames) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetRestrictedFolderNames"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetRestrictedFolderNames) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetRestrictedFolderNames"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetRestrictedFolderNames, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetRestrictedFolderNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetToolTipLocalizationPaths \ +static_assert(alignof(BlueprintPathsLibrary_GetToolTipLocalizationPaths) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetToolTipLocalizationPaths"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetToolTipLocalizationPaths) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetToolTipLocalizationPaths"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetToolTipLocalizationPaths, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetToolTipLocalizationPaths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_HasProjectPersistentDownloadDir \ +static_assert(alignof(BlueprintPathsLibrary_HasProjectPersistentDownloadDir) == 0x000001, "Wrong alignment on BlueprintPathsLibrary_HasProjectPersistentDownloadDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_HasProjectPersistentDownloadDir) == 0x000001, "Wrong size on BlueprintPathsLibrary_HasProjectPersistentDownloadDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_HasProjectPersistentDownloadDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_HasProjectPersistentDownloadDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_IsDrive \ +static_assert(alignof(BlueprintPathsLibrary_IsDrive) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_IsDrive"); \ +static_assert(sizeof(BlueprintPathsLibrary_IsDrive) == 0x000018, "Wrong size on BlueprintPathsLibrary_IsDrive"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsDrive, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_IsDrive::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsDrive, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_IsDrive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_IsProjectFilePathSet \ +static_assert(alignof(BlueprintPathsLibrary_IsProjectFilePathSet) == 0x000001, "Wrong alignment on BlueprintPathsLibrary_IsProjectFilePathSet"); \ +static_assert(sizeof(BlueprintPathsLibrary_IsProjectFilePathSet) == 0x000001, "Wrong size on BlueprintPathsLibrary_IsProjectFilePathSet"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsProjectFilePathSet, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_IsProjectFilePathSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_IsRelative \ +static_assert(alignof(BlueprintPathsLibrary_IsRelative) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_IsRelative"); \ +static_assert(sizeof(BlueprintPathsLibrary_IsRelative) == 0x000018, "Wrong size on BlueprintPathsLibrary_IsRelative"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsRelative, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_IsRelative::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsRelative, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_IsRelative::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_IsRestrictedPath \ +static_assert(alignof(BlueprintPathsLibrary_IsRestrictedPath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_IsRestrictedPath"); \ +static_assert(sizeof(BlueprintPathsLibrary_IsRestrictedPath) == 0x000018, "Wrong size on BlueprintPathsLibrary_IsRestrictedPath"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsRestrictedPath, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_IsRestrictedPath::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsRestrictedPath, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_IsRestrictedPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_IsSamePath \ +static_assert(alignof(BlueprintPathsLibrary_IsSamePath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_IsSamePath"); \ +static_assert(sizeof(BlueprintPathsLibrary_IsSamePath) == 0x000028, "Wrong size on BlueprintPathsLibrary_IsSamePath"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsSamePath, PathA) == 0x000000, "Member 'BlueprintPathsLibrary_IsSamePath::PathA' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsSamePath, PathB) == 0x000010, "Member 'BlueprintPathsLibrary_IsSamePath::PathB' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsSamePath, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_IsSamePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_LaunchDir \ +static_assert(alignof(BlueprintPathsLibrary_LaunchDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_LaunchDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_LaunchDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_LaunchDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_LaunchDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_LaunchDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_MakePathRelativeTo \ +static_assert(alignof(BlueprintPathsLibrary_MakePathRelativeTo) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_MakePathRelativeTo"); \ +static_assert(sizeof(BlueprintPathsLibrary_MakePathRelativeTo) == 0x000038, "Wrong size on BlueprintPathsLibrary_MakePathRelativeTo"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakePathRelativeTo, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_MakePathRelativeTo::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakePathRelativeTo, InRelativeTo) == 0x000010, "Member 'BlueprintPathsLibrary_MakePathRelativeTo::InRelativeTo' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakePathRelativeTo, OutPath) == 0x000020, "Member 'BlueprintPathsLibrary_MakePathRelativeTo::OutPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakePathRelativeTo, ReturnValue) == 0x000030, "Member 'BlueprintPathsLibrary_MakePathRelativeTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_MakePlatformFilename \ +static_assert(alignof(BlueprintPathsLibrary_MakePlatformFilename) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_MakePlatformFilename"); \ +static_assert(sizeof(BlueprintPathsLibrary_MakePlatformFilename) == 0x000020, "Wrong size on BlueprintPathsLibrary_MakePlatformFilename"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakePlatformFilename, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_MakePlatformFilename::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakePlatformFilename, OutPath) == 0x000010, "Member 'BlueprintPathsLibrary_MakePlatformFilename::OutPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_MakeStandardFilename \ +static_assert(alignof(BlueprintPathsLibrary_MakeStandardFilename) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_MakeStandardFilename"); \ +static_assert(sizeof(BlueprintPathsLibrary_MakeStandardFilename) == 0x000020, "Wrong size on BlueprintPathsLibrary_MakeStandardFilename"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakeStandardFilename, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_MakeStandardFilename::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakeStandardFilename, OutPath) == 0x000010, "Member 'BlueprintPathsLibrary_MakeStandardFilename::OutPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_MakeValidFileName \ +static_assert(alignof(BlueprintPathsLibrary_MakeValidFileName) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_MakeValidFileName"); \ +static_assert(sizeof(BlueprintPathsLibrary_MakeValidFileName) == 0x000030, "Wrong size on BlueprintPathsLibrary_MakeValidFileName"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakeValidFileName, InString) == 0x000000, "Member 'BlueprintPathsLibrary_MakeValidFileName::InString' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakeValidFileName, InReplacementChar) == 0x000010, "Member 'BlueprintPathsLibrary_MakeValidFileName::InReplacementChar' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakeValidFileName, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_MakeValidFileName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_NormalizeDirectoryName \ +static_assert(alignof(BlueprintPathsLibrary_NormalizeDirectoryName) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_NormalizeDirectoryName"); \ +static_assert(sizeof(BlueprintPathsLibrary_NormalizeDirectoryName) == 0x000020, "Wrong size on BlueprintPathsLibrary_NormalizeDirectoryName"); \ +static_assert(offsetof(BlueprintPathsLibrary_NormalizeDirectoryName, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_NormalizeDirectoryName::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_NormalizeDirectoryName, OutPath) == 0x000010, "Member 'BlueprintPathsLibrary_NormalizeDirectoryName::OutPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_NormalizeFilename \ +static_assert(alignof(BlueprintPathsLibrary_NormalizeFilename) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_NormalizeFilename"); \ +static_assert(sizeof(BlueprintPathsLibrary_NormalizeFilename) == 0x000020, "Wrong size on BlueprintPathsLibrary_NormalizeFilename"); \ +static_assert(offsetof(BlueprintPathsLibrary_NormalizeFilename, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_NormalizeFilename::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_NormalizeFilename, OutPath) == 0x000010, "Member 'BlueprintPathsLibrary_NormalizeFilename::OutPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProfilingDir \ +static_assert(alignof(BlueprintPathsLibrary_ProfilingDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProfilingDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProfilingDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProfilingDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProfilingDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProfilingDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectConfigDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectConfigDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectConfigDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectConfigDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectConfigDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectConfigDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectConfigDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectContentDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectContentDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectContentDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectContentDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectContentDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectContentDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectContentDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectIntermediateDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectIntermediateDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectIntermediateDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectIntermediateDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectIntermediateDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectIntermediateDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectIntermediateDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectLogDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectLogDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectLogDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectLogDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectLogDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectLogDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectLogDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectModsDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectModsDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectModsDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectModsDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectModsDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectModsDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectModsDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectPersistentDownloadDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectPersistentDownloadDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectPersistentDownloadDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectPersistentDownloadDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectPersistentDownloadDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectPersistentDownloadDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectPersistentDownloadDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectPluginsDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectPluginsDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectPluginsDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectPluginsDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectPluginsDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectPluginsDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectPluginsDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectSavedDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectSavedDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectSavedDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectSavedDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectSavedDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectSavedDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectSavedDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectUserDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectUserDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectUserDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectUserDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectUserDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectUserDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectUserDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_RemoveDuplicateSlashes \ +static_assert(alignof(BlueprintPathsLibrary_RemoveDuplicateSlashes) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_RemoveDuplicateSlashes"); \ +static_assert(sizeof(BlueprintPathsLibrary_RemoveDuplicateSlashes) == 0x000020, "Wrong size on BlueprintPathsLibrary_RemoveDuplicateSlashes"); \ +static_assert(offsetof(BlueprintPathsLibrary_RemoveDuplicateSlashes, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_RemoveDuplicateSlashes::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_RemoveDuplicateSlashes, OutPath) == 0x000010, "Member 'BlueprintPathsLibrary_RemoveDuplicateSlashes::OutPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_RootDir \ +static_assert(alignof(BlueprintPathsLibrary_RootDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_RootDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_RootDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_RootDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_RootDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_RootDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_SandboxesDir \ +static_assert(alignof(BlueprintPathsLibrary_SandboxesDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_SandboxesDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_SandboxesDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_SandboxesDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_SandboxesDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_SandboxesDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ScreenShotDir \ +static_assert(alignof(BlueprintPathsLibrary_ScreenShotDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ScreenShotDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ScreenShotDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ScreenShotDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ScreenShotDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ScreenShotDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_SetExtension \ +static_assert(alignof(BlueprintPathsLibrary_SetExtension) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_SetExtension"); \ +static_assert(sizeof(BlueprintPathsLibrary_SetExtension) == 0x000030, "Wrong size on BlueprintPathsLibrary_SetExtension"); \ +static_assert(offsetof(BlueprintPathsLibrary_SetExtension, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_SetExtension::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_SetExtension, InNewExtension) == 0x000010, "Member 'BlueprintPathsLibrary_SetExtension::InNewExtension' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_SetExtension, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_SetExtension::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_SetProjectFilePath \ +static_assert(alignof(BlueprintPathsLibrary_SetProjectFilePath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_SetProjectFilePath"); \ +static_assert(sizeof(BlueprintPathsLibrary_SetProjectFilePath) == 0x000010, "Wrong size on BlueprintPathsLibrary_SetProjectFilePath"); \ +static_assert(offsetof(BlueprintPathsLibrary_SetProjectFilePath, NewGameProjectFilePath) == 0x000000, "Member 'BlueprintPathsLibrary_SetProjectFilePath::NewGameProjectFilePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ShaderWorkingDir \ +static_assert(alignof(BlueprintPathsLibrary_ShaderWorkingDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ShaderWorkingDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ShaderWorkingDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ShaderWorkingDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ShaderWorkingDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ShaderWorkingDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ShouldSaveToUserDir \ +static_assert(alignof(BlueprintPathsLibrary_ShouldSaveToUserDir) == 0x000001, "Wrong alignment on BlueprintPathsLibrary_ShouldSaveToUserDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ShouldSaveToUserDir) == 0x000001, "Wrong size on BlueprintPathsLibrary_ShouldSaveToUserDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ShouldSaveToUserDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ShouldSaveToUserDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_SourceConfigDir \ +static_assert(alignof(BlueprintPathsLibrary_SourceConfigDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_SourceConfigDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_SourceConfigDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_SourceConfigDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_SourceConfigDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_SourceConfigDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_Split \ +static_assert(alignof(BlueprintPathsLibrary_Split) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_Split"); \ +static_assert(sizeof(BlueprintPathsLibrary_Split) == 0x000040, "Wrong size on BlueprintPathsLibrary_Split"); \ +static_assert(offsetof(BlueprintPathsLibrary_Split, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_Split::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_Split, PathPart) == 0x000010, "Member 'BlueprintPathsLibrary_Split::PathPart' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_Split, FilenamePart) == 0x000020, "Member 'BlueprintPathsLibrary_Split::FilenamePart' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_Split, ExtensionPart) == 0x000030, "Member 'BlueprintPathsLibrary_Split::ExtensionPart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ValidatePath \ +static_assert(alignof(BlueprintPathsLibrary_ValidatePath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ValidatePath"); \ +static_assert(sizeof(BlueprintPathsLibrary_ValidatePath) == 0x000030, "Wrong size on BlueprintPathsLibrary_ValidatePath"); \ +static_assert(offsetof(BlueprintPathsLibrary_ValidatePath, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_ValidatePath::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ValidatePath, bDidSucceed) == 0x000010, "Member 'BlueprintPathsLibrary_ValidatePath::bDidSucceed' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ValidatePath, OutReason) == 0x000018, "Member 'BlueprintPathsLibrary_ValidatePath::OutReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_VideoCaptureDir \ +static_assert(alignof(BlueprintPathsLibrary_VideoCaptureDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_VideoCaptureDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_VideoCaptureDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_VideoCaptureDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_VideoCaptureDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_VideoCaptureDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintPathsLibrary \ +static_assert(alignof(UBlueprintPathsLibrary) == 0x000008, "Wrong alignment on UBlueprintPathsLibrary"); \ +static_assert(sizeof(UBlueprintPathsLibrary) == 0x000030, "Wrong size on UBlueprintPathsLibrary"); \ + +#define DUMPER7_ASSERTS_BoxComponent_SetBoxExtent \ +static_assert(alignof(BoxComponent_SetBoxExtent) == 0x000004, "Wrong alignment on BoxComponent_SetBoxExtent"); \ +static_assert(sizeof(BoxComponent_SetBoxExtent) == 0x000010, "Wrong size on BoxComponent_SetBoxExtent"); \ +static_assert(offsetof(BoxComponent_SetBoxExtent, InBoxExtent) == 0x000000, "Member 'BoxComponent_SetBoxExtent::InBoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BoxComponent_SetBoxExtent, bUpdateOverlaps) == 0x00000C, "Member 'BoxComponent_SetBoxExtent::bUpdateOverlaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BoxComponent_ContainsPoint \ +static_assert(alignof(BoxComponent_ContainsPoint) == 0x000004, "Wrong alignment on BoxComponent_ContainsPoint"); \ +static_assert(sizeof(BoxComponent_ContainsPoint) == 0x000010, "Wrong size on BoxComponent_ContainsPoint"); \ +static_assert(offsetof(BoxComponent_ContainsPoint, PositionWS) == 0x000000, "Member 'BoxComponent_ContainsPoint::PositionWS' has a wrong offset!"); \ +static_assert(offsetof(BoxComponent_ContainsPoint, ReturnValue) == 0x00000C, "Member 'BoxComponent_ContainsPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BoxComponent_GetScaledBoxExtent \ +static_assert(alignof(BoxComponent_GetScaledBoxExtent) == 0x000004, "Wrong alignment on BoxComponent_GetScaledBoxExtent"); \ +static_assert(sizeof(BoxComponent_GetScaledBoxExtent) == 0x00000C, "Wrong size on BoxComponent_GetScaledBoxExtent"); \ +static_assert(offsetof(BoxComponent_GetScaledBoxExtent, ReturnValue) == 0x000000, "Member 'BoxComponent_GetScaledBoxExtent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BoxComponent_GetUnscaledBoxExtent \ +static_assert(alignof(BoxComponent_GetUnscaledBoxExtent) == 0x000004, "Wrong alignment on BoxComponent_GetUnscaledBoxExtent"); \ +static_assert(sizeof(BoxComponent_GetUnscaledBoxExtent) == 0x00000C, "Wrong size on BoxComponent_GetUnscaledBoxExtent"); \ +static_assert(offsetof(BoxComponent_GetUnscaledBoxExtent, ReturnValue) == 0x000000, "Member 'BoxComponent_GetUnscaledBoxExtent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBoxComponent \ +static_assert(alignof(UBoxComponent) == 0x000010, "Wrong alignment on UBoxComponent"); \ +static_assert(sizeof(UBoxComponent) == 0x000530, "Wrong size on UBoxComponent"); \ +static_assert(offsetof(UBoxComponent, BoxExtent) == 0x000518, "Member 'UBoxComponent::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(UBoxComponent, LineThickness) == 0x000524, "Member 'UBoxComponent::LineThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USelection \ +static_assert(alignof(USelection) == 0x000008, "Wrong alignment on USelection"); \ +static_assert(sizeof(USelection) == 0x0000A8, "Wrong size on USelection"); \ + +#define DUMPER7_ASSERTS_FXSystemComponent_SetActorParameter \ +static_assert(alignof(FXSystemComponent_SetActorParameter) == 0x000008, "Wrong alignment on FXSystemComponent_SetActorParameter"); \ +static_assert(sizeof(FXSystemComponent_SetActorParameter) == 0x000018, "Wrong size on FXSystemComponent_SetActorParameter"); \ +static_assert(offsetof(FXSystemComponent_SetActorParameter, ParameterName) == 0x000000, "Member 'FXSystemComponent_SetActorParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FXSystemComponent_SetActorParameter, Param) == 0x000010, "Member 'FXSystemComponent_SetActorParameter::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXSystemComponent_SetAutoAttachmentParameters \ +static_assert(alignof(FXSystemComponent_SetAutoAttachmentParameters) == 0x000008, "Wrong alignment on FXSystemComponent_SetAutoAttachmentParameters"); \ +static_assert(sizeof(FXSystemComponent_SetAutoAttachmentParameters) == 0x000018, "Wrong size on FXSystemComponent_SetAutoAttachmentParameters"); \ +static_assert(offsetof(FXSystemComponent_SetAutoAttachmentParameters, Parent) == 0x000000, "Member 'FXSystemComponent_SetAutoAttachmentParameters::Parent' has a wrong offset!"); \ +static_assert(offsetof(FXSystemComponent_SetAutoAttachmentParameters, SocketName) == 0x000008, "Member 'FXSystemComponent_SetAutoAttachmentParameters::SocketName' has a wrong offset!"); \ +static_assert(offsetof(FXSystemComponent_SetAutoAttachmentParameters, LocationRule) == 0x000014, "Member 'FXSystemComponent_SetAutoAttachmentParameters::LocationRule' has a wrong offset!"); \ +static_assert(offsetof(FXSystemComponent_SetAutoAttachmentParameters, RotationRule) == 0x000015, "Member 'FXSystemComponent_SetAutoAttachmentParameters::RotationRule' has a wrong offset!"); \ +static_assert(offsetof(FXSystemComponent_SetAutoAttachmentParameters, ScaleRule) == 0x000016, "Member 'FXSystemComponent_SetAutoAttachmentParameters::ScaleRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXSystemComponent_SetBoolParameter \ +static_assert(alignof(FXSystemComponent_SetBoolParameter) == 0x000004, "Wrong alignment on FXSystemComponent_SetBoolParameter"); \ +static_assert(sizeof(FXSystemComponent_SetBoolParameter) == 0x000010, "Wrong size on FXSystemComponent_SetBoolParameter"); \ +static_assert(offsetof(FXSystemComponent_SetBoolParameter, ParameterName) == 0x000000, "Member 'FXSystemComponent_SetBoolParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FXSystemComponent_SetBoolParameter, Param) == 0x00000C, "Member 'FXSystemComponent_SetBoolParameter::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXSystemComponent_SetColorParameter \ +static_assert(alignof(FXSystemComponent_SetColorParameter) == 0x000004, "Wrong alignment on FXSystemComponent_SetColorParameter"); \ +static_assert(sizeof(FXSystemComponent_SetColorParameter) == 0x00001C, "Wrong size on FXSystemComponent_SetColorParameter"); \ +static_assert(offsetof(FXSystemComponent_SetColorParameter, ParameterName) == 0x000000, "Member 'FXSystemComponent_SetColorParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FXSystemComponent_SetColorParameter, Param) == 0x00000C, "Member 'FXSystemComponent_SetColorParameter::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXSystemComponent_SetEmitterEnable \ +static_assert(alignof(FXSystemComponent_SetEmitterEnable) == 0x000004, "Wrong alignment on FXSystemComponent_SetEmitterEnable"); \ +static_assert(sizeof(FXSystemComponent_SetEmitterEnable) == 0x000010, "Wrong size on FXSystemComponent_SetEmitterEnable"); \ +static_assert(offsetof(FXSystemComponent_SetEmitterEnable, EmitterName) == 0x000000, "Member 'FXSystemComponent_SetEmitterEnable::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(FXSystemComponent_SetEmitterEnable, bNewEnableState) == 0x00000C, "Member 'FXSystemComponent_SetEmitterEnable::bNewEnableState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXSystemComponent_SetFloatParameter \ +static_assert(alignof(FXSystemComponent_SetFloatParameter) == 0x000004, "Wrong alignment on FXSystemComponent_SetFloatParameter"); \ +static_assert(sizeof(FXSystemComponent_SetFloatParameter) == 0x000010, "Wrong size on FXSystemComponent_SetFloatParameter"); \ +static_assert(offsetof(FXSystemComponent_SetFloatParameter, ParameterName) == 0x000000, "Member 'FXSystemComponent_SetFloatParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FXSystemComponent_SetFloatParameter, Param) == 0x00000C, "Member 'FXSystemComponent_SetFloatParameter::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXSystemComponent_SetIntParameter \ +static_assert(alignof(FXSystemComponent_SetIntParameter) == 0x000004, "Wrong alignment on FXSystemComponent_SetIntParameter"); \ +static_assert(sizeof(FXSystemComponent_SetIntParameter) == 0x000010, "Wrong size on FXSystemComponent_SetIntParameter"); \ +static_assert(offsetof(FXSystemComponent_SetIntParameter, ParameterName) == 0x000000, "Member 'FXSystemComponent_SetIntParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FXSystemComponent_SetIntParameter, Param) == 0x00000C, "Member 'FXSystemComponent_SetIntParameter::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXSystemComponent_SetUseAutoManageAttachment \ +static_assert(alignof(FXSystemComponent_SetUseAutoManageAttachment) == 0x000001, "Wrong alignment on FXSystemComponent_SetUseAutoManageAttachment"); \ +static_assert(sizeof(FXSystemComponent_SetUseAutoManageAttachment) == 0x000001, "Wrong size on FXSystemComponent_SetUseAutoManageAttachment"); \ +static_assert(offsetof(FXSystemComponent_SetUseAutoManageAttachment, bAutoManage) == 0x000000, "Member 'FXSystemComponent_SetUseAutoManageAttachment::bAutoManage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXSystemComponent_SetVectorParameter \ +static_assert(alignof(FXSystemComponent_SetVectorParameter) == 0x000004, "Wrong alignment on FXSystemComponent_SetVectorParameter"); \ +static_assert(sizeof(FXSystemComponent_SetVectorParameter) == 0x000018, "Wrong size on FXSystemComponent_SetVectorParameter"); \ +static_assert(offsetof(FXSystemComponent_SetVectorParameter, ParameterName) == 0x000000, "Member 'FXSystemComponent_SetVectorParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FXSystemComponent_SetVectorParameter, Param) == 0x00000C, "Member 'FXSystemComponent_SetVectorParameter::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXSystemComponent_GetFXSystemAsset \ +static_assert(alignof(FXSystemComponent_GetFXSystemAsset) == 0x000008, "Wrong alignment on FXSystemComponent_GetFXSystemAsset"); \ +static_assert(sizeof(FXSystemComponent_GetFXSystemAsset) == 0x000008, "Wrong size on FXSystemComponent_GetFXSystemAsset"); \ +static_assert(offsetof(FXSystemComponent_GetFXSystemAsset, ReturnValue) == 0x000000, "Member 'FXSystemComponent_GetFXSystemAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFXSystemComponent \ +static_assert(alignof(UFXSystemComponent) == 0x000010, "Wrong alignment on UFXSystemComponent"); \ +static_assert(sizeof(UFXSystemComponent) == 0x000500, "Wrong size on UFXSystemComponent"); \ + +#define DUMPER7_ASSERTS_PlayerInput_InvertAxis \ +static_assert(alignof(PlayerInput_InvertAxis) == 0x000004, "Wrong alignment on PlayerInput_InvertAxis"); \ +static_assert(sizeof(PlayerInput_InvertAxis) == 0x00000C, "Wrong size on PlayerInput_InvertAxis"); \ +static_assert(offsetof(PlayerInput_InvertAxis, AxisName) == 0x000000, "Member 'PlayerInput_InvertAxis::AxisName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerInput_InvertAxisKey \ +static_assert(alignof(PlayerInput_InvertAxisKey) == 0x000008, "Wrong alignment on PlayerInput_InvertAxisKey"); \ +static_assert(sizeof(PlayerInput_InvertAxisKey) == 0x000020, "Wrong size on PlayerInput_InvertAxisKey"); \ +static_assert(offsetof(PlayerInput_InvertAxisKey, AxisKey) == 0x000000, "Member 'PlayerInput_InvertAxisKey::AxisKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerInput_SetBind \ +static_assert(alignof(PlayerInput_SetBind) == 0x000008, "Wrong alignment on PlayerInput_SetBind"); \ +static_assert(sizeof(PlayerInput_SetBind) == 0x000020, "Wrong size on PlayerInput_SetBind"); \ +static_assert(offsetof(PlayerInput_SetBind, BindName) == 0x000000, "Member 'PlayerInput_SetBind::BindName' has a wrong offset!"); \ +static_assert(offsetof(PlayerInput_SetBind, Command) == 0x000010, "Member 'PlayerInput_SetBind::Command' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerInput_SetInvertAxisKey \ +static_assert(alignof(PlayerInput_SetInvertAxisKey) == 0x000008, "Wrong alignment on PlayerInput_SetInvertAxisKey"); \ +static_assert(sizeof(PlayerInput_SetInvertAxisKey) == 0x000028, "Wrong size on PlayerInput_SetInvertAxisKey"); \ +static_assert(offsetof(PlayerInput_SetInvertAxisKey, AxisKey) == 0x000000, "Member 'PlayerInput_SetInvertAxisKey::AxisKey' has a wrong offset!"); \ +static_assert(offsetof(PlayerInput_SetInvertAxisKey, InIsInverted) == 0x000020, "Member 'PlayerInput_SetInvertAxisKey::InIsInverted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerInput_SetMouseSensitivity \ +static_assert(alignof(PlayerInput_SetMouseSensitivity) == 0x000004, "Wrong alignment on PlayerInput_SetMouseSensitivity"); \ +static_assert(sizeof(PlayerInput_SetMouseSensitivity) == 0x000004, "Wrong size on PlayerInput_SetMouseSensitivity"); \ +static_assert(offsetof(PlayerInput_SetMouseSensitivity, Sensitivity) == 0x000000, "Member 'PlayerInput_SetMouseSensitivity::Sensitivity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayerInput \ +static_assert(alignof(UPlayerInput) == 0x000008, "Wrong alignment on UPlayerInput"); \ +static_assert(sizeof(UPlayerInput) == 0x0003B0, "Wrong size on UPlayerInput"); \ +static_assert(offsetof(UPlayerInput, DebugExecBindings) == 0x000128, "Member 'UPlayerInput::DebugExecBindings' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInput, InvertedAxis) == 0x000168, "Member 'UPlayerInput::InvertedAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureMipDataProviderFactory \ +static_assert(alignof(UTextureMipDataProviderFactory) == 0x000008, "Wrong alignment on UTextureMipDataProviderFactory"); \ +static_assert(sizeof(UTextureMipDataProviderFactory) == 0x000030, "Wrong size on UTextureMipDataProviderFactory"); \ + +#define DUMPER7_ASSERTS_AAtmosphericFog \ +static_assert(alignof(AAtmosphericFog) == 0x000008, "Wrong alignment on AAtmosphericFog"); \ +static_assert(sizeof(AAtmosphericFog) == 0x0002B0, "Wrong size on AAtmosphericFog"); \ +static_assert(offsetof(AAtmosphericFog, AtmosphericFogComponent) == 0x0002A8, "Member 'AAtmosphericFog::AtmosphericFogComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFXSystemAsset \ +static_assert(alignof(UFXSystemAsset) == 0x000008, "Wrong alignment on UFXSystemAsset"); \ +static_assert(sizeof(UFXSystemAsset) == 0x000038, "Wrong size on UFXSystemAsset"); \ +static_assert(offsetof(UFXSystemAsset, MaxPoolSize) == 0x000030, "Member 'UFXSystemAsset::MaxPoolSize' has a wrong offset!"); \ +static_assert(offsetof(UFXSystemAsset, PoolPrimeSize) == 0x000034, "Member 'UFXSystemAsset::PoolPrimeSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USCS_Node \ +static_assert(alignof(USCS_Node) == 0x000008, "Wrong alignment on USCS_Node"); \ +static_assert(sizeof(USCS_Node) == 0x0000F8, "Wrong size on USCS_Node"); \ +static_assert(offsetof(USCS_Node, ComponentClass) == 0x000030, "Member 'USCS_Node::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(USCS_Node, ComponentTemplate) == 0x000038, "Member 'USCS_Node::ComponentTemplate' has a wrong offset!"); \ +static_assert(offsetof(USCS_Node, CookedComponentInstancingData) == 0x000040, "Member 'USCS_Node::CookedComponentInstancingData' has a wrong offset!"); \ +static_assert(offsetof(USCS_Node, AttachToName) == 0x000090, "Member 'USCS_Node::AttachToName' has a wrong offset!"); \ +static_assert(offsetof(USCS_Node, ParentComponentOrVariableName) == 0x00009C, "Member 'USCS_Node::ParentComponentOrVariableName' has a wrong offset!"); \ +static_assert(offsetof(USCS_Node, ParentComponentOwnerClassName) == 0x0000A8, "Member 'USCS_Node::ParentComponentOwnerClassName' has a wrong offset!"); \ +static_assert(offsetof(USCS_Node, bIsParentComponentNative) == 0x0000B4, "Member 'USCS_Node::bIsParentComponentNative' has a wrong offset!"); \ +static_assert(offsetof(USCS_Node, ChildNodes) == 0x0000B8, "Member 'USCS_Node::ChildNodes' has a wrong offset!"); \ +static_assert(offsetof(USCS_Node, MetaDataArray) == 0x0000C8, "Member 'USCS_Node::MetaDataArray' has a wrong offset!"); \ +static_assert(offsetof(USCS_Node, VariableGuid) == 0x0000D8, "Member 'USCS_Node::VariableGuid' has a wrong offset!"); \ +static_assert(offsetof(USCS_Node, InternalVariableName) == 0x0000E8, "Member 'USCS_Node::InternalVariableName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackColorProp \ +static_assert(alignof(UInterpTrackColorProp) == 0x000008, "Wrong alignment on UInterpTrackColorProp"); \ +static_assert(sizeof(UInterpTrackColorProp) == 0x0000A8, "Wrong size on UInterpTrackColorProp"); \ +static_assert(offsetof(UInterpTrackColorProp, PropertyName) == 0x000098, "Member 'UInterpTrackColorProp::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlatformInterfaceBase \ +static_assert(alignof(UPlatformInterfaceBase) == 0x000008, "Wrong alignment on UPlatformInterfaceBase"); \ +static_assert(sizeof(UPlatformInterfaceBase) == 0x000040, "Wrong size on UPlatformInterfaceBase"); \ +static_assert(offsetof(UPlatformInterfaceBase, AllDelegates) == 0x000030, "Member 'UPlatformInterfaceBase::AllDelegates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMicroTransactionBase \ +static_assert(alignof(UMicroTransactionBase) == 0x000008, "Wrong alignment on UMicroTransactionBase"); \ +static_assert(sizeof(UMicroTransactionBase) == 0x000070, "Wrong size on UMicroTransactionBase"); \ +static_assert(offsetof(UMicroTransactionBase, AvailableProducts) == 0x000040, "Member 'UMicroTransactionBase::AvailableProducts' has a wrong offset!"); \ +static_assert(offsetof(UMicroTransactionBase, LastError) == 0x000050, "Member 'UMicroTransactionBase::LastError' has a wrong offset!"); \ +static_assert(offsetof(UMicroTransactionBase, LastErrorSolution) == 0x000060, "Member 'UMicroTransactionBase::LastErrorSolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_CreateStaticMeshDescription \ +static_assert(alignof(StaticMesh_CreateStaticMeshDescription) == 0x000008, "Wrong alignment on StaticMesh_CreateStaticMeshDescription"); \ +static_assert(sizeof(StaticMesh_CreateStaticMeshDescription) == 0x000010, "Wrong size on StaticMesh_CreateStaticMeshDescription"); \ +static_assert(offsetof(StaticMesh_CreateStaticMeshDescription, Outer_0) == 0x000000, "Member 'StaticMesh_CreateStaticMeshDescription::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_CreateStaticMeshDescription, ReturnValue) == 0x000008, "Member 'StaticMesh_CreateStaticMeshDescription::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_AddMaterial \ +static_assert(alignof(StaticMesh_AddMaterial) == 0x000008, "Wrong alignment on StaticMesh_AddMaterial"); \ +static_assert(sizeof(StaticMesh_AddMaterial) == 0x000018, "Wrong size on StaticMesh_AddMaterial"); \ +static_assert(offsetof(StaticMesh_AddMaterial, Material) == 0x000000, "Member 'StaticMesh_AddMaterial::Material' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_AddMaterial, ReturnValue) == 0x000008, "Member 'StaticMesh_AddMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_AddSocket \ +static_assert(alignof(StaticMesh_AddSocket) == 0x000008, "Wrong alignment on StaticMesh_AddSocket"); \ +static_assert(sizeof(StaticMesh_AddSocket) == 0x000008, "Wrong size on StaticMesh_AddSocket"); \ +static_assert(offsetof(StaticMesh_AddSocket, Socket) == 0x000000, "Member 'StaticMesh_AddSocket::Socket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_BuildFromStaticMeshDescriptions \ +static_assert(alignof(StaticMesh_BuildFromStaticMeshDescriptions) == 0x000008, "Wrong alignment on StaticMesh_BuildFromStaticMeshDescriptions"); \ +static_assert(sizeof(StaticMesh_BuildFromStaticMeshDescriptions) == 0x000018, "Wrong size on StaticMesh_BuildFromStaticMeshDescriptions"); \ +static_assert(offsetof(StaticMesh_BuildFromStaticMeshDescriptions, StaticMeshDescriptions) == 0x000000, "Member 'StaticMesh_BuildFromStaticMeshDescriptions::StaticMeshDescriptions' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_BuildFromStaticMeshDescriptions, bBuildSimpleCollision) == 0x000010, "Member 'StaticMesh_BuildFromStaticMeshDescriptions::bBuildSimpleCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_RemoveSocket \ +static_assert(alignof(StaticMesh_RemoveSocket) == 0x000008, "Wrong alignment on StaticMesh_RemoveSocket"); \ +static_assert(sizeof(StaticMesh_RemoveSocket) == 0x000008, "Wrong size on StaticMesh_RemoveSocket"); \ +static_assert(offsetof(StaticMesh_RemoveSocket, Socket) == 0x000000, "Member 'StaticMesh_RemoveSocket::Socket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_SetStaticMaterials \ +static_assert(alignof(StaticMesh_SetStaticMaterials) == 0x000008, "Wrong alignment on StaticMesh_SetStaticMaterials"); \ +static_assert(sizeof(StaticMesh_SetStaticMaterials) == 0x000010, "Wrong size on StaticMesh_SetStaticMaterials"); \ +static_assert(offsetof(StaticMesh_SetStaticMaterials, InStaticMaterials) == 0x000000, "Member 'StaticMesh_SetStaticMaterials::InStaticMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_FindSocket \ +static_assert(alignof(StaticMesh_FindSocket) == 0x000008, "Wrong alignment on StaticMesh_FindSocket"); \ +static_assert(sizeof(StaticMesh_FindSocket) == 0x000018, "Wrong size on StaticMesh_FindSocket"); \ +static_assert(offsetof(StaticMesh_FindSocket, InSocketName) == 0x000000, "Member 'StaticMesh_FindSocket::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_FindSocket, ReturnValue) == 0x000010, "Member 'StaticMesh_FindSocket::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetBoundingBox \ +static_assert(alignof(StaticMesh_GetBoundingBox) == 0x000004, "Wrong alignment on StaticMesh_GetBoundingBox"); \ +static_assert(sizeof(StaticMesh_GetBoundingBox) == 0x00001C, "Wrong size on StaticMesh_GetBoundingBox"); \ +static_assert(offsetof(StaticMesh_GetBoundingBox, ReturnValue) == 0x000000, "Member 'StaticMesh_GetBoundingBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetBounds \ +static_assert(alignof(StaticMesh_GetBounds) == 0x000004, "Wrong alignment on StaticMesh_GetBounds"); \ +static_assert(sizeof(StaticMesh_GetBounds) == 0x00001C, "Wrong size on StaticMesh_GetBounds"); \ +static_assert(offsetof(StaticMesh_GetBounds, ReturnValue) == 0x000000, "Member 'StaticMesh_GetBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetMaterial \ +static_assert(alignof(StaticMesh_GetMaterial) == 0x000008, "Wrong alignment on StaticMesh_GetMaterial"); \ +static_assert(sizeof(StaticMesh_GetMaterial) == 0x000010, "Wrong size on StaticMesh_GetMaterial"); \ +static_assert(offsetof(StaticMesh_GetMaterial, MaterialIndex) == 0x000000, "Member 'StaticMesh_GetMaterial::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_GetMaterial, ReturnValue) == 0x000008, "Member 'StaticMesh_GetMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetMaterialIndex \ +static_assert(alignof(StaticMesh_GetMaterialIndex) == 0x000004, "Wrong alignment on StaticMesh_GetMaterialIndex"); \ +static_assert(sizeof(StaticMesh_GetMaterialIndex) == 0x000010, "Wrong size on StaticMesh_GetMaterialIndex"); \ +static_assert(offsetof(StaticMesh_GetMaterialIndex, MaterialSlotName) == 0x000000, "Member 'StaticMesh_GetMaterialIndex::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_GetMaterialIndex, ReturnValue) == 0x00000C, "Member 'StaticMesh_GetMaterialIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetMaterialSlotName \ +static_assert(alignof(StaticMesh_GetMaterialSlotName) == 0x000004, "Wrong alignment on StaticMesh_GetMaterialSlotName"); \ +static_assert(sizeof(StaticMesh_GetMaterialSlotName) == 0x000010, "Wrong size on StaticMesh_GetMaterialSlotName"); \ +static_assert(offsetof(StaticMesh_GetMaterialSlotName, MaterialIndex) == 0x000000, "Member 'StaticMesh_GetMaterialSlotName::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_GetMaterialSlotName, ReturnValue) == 0x000004, "Member 'StaticMesh_GetMaterialSlotName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetMinimumLODForPlatform \ +static_assert(alignof(StaticMesh_GetMinimumLODForPlatform) == 0x000004, "Wrong alignment on StaticMesh_GetMinimumLODForPlatform"); \ +static_assert(sizeof(StaticMesh_GetMinimumLODForPlatform) == 0x000010, "Wrong size on StaticMesh_GetMinimumLODForPlatform"); \ +static_assert(offsetof(StaticMesh_GetMinimumLODForPlatform, PlatformName) == 0x000000, "Member 'StaticMesh_GetMinimumLODForPlatform::PlatformName' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_GetMinimumLODForPlatform, ReturnValue) == 0x00000C, "Member 'StaticMesh_GetMinimumLODForPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetMinimumLODForPlatforms \ +static_assert(alignof(StaticMesh_GetMinimumLODForPlatforms) == 0x000008, "Wrong alignment on StaticMesh_GetMinimumLODForPlatforms"); \ +static_assert(sizeof(StaticMesh_GetMinimumLODForPlatforms) == 0x000050, "Wrong size on StaticMesh_GetMinimumLODForPlatforms"); \ +static_assert(offsetof(StaticMesh_GetMinimumLODForPlatforms, PlatformMinimumLODs) == 0x000000, "Member 'StaticMesh_GetMinimumLODForPlatforms::PlatformMinimumLODs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetNumLODs \ +static_assert(alignof(StaticMesh_GetNumLODs) == 0x000004, "Wrong alignment on StaticMesh_GetNumLODs"); \ +static_assert(sizeof(StaticMesh_GetNumLODs) == 0x000004, "Wrong size on StaticMesh_GetNumLODs"); \ +static_assert(offsetof(StaticMesh_GetNumLODs, ReturnValue) == 0x000000, "Member 'StaticMesh_GetNumLODs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetNumSections \ +static_assert(alignof(StaticMesh_GetNumSections) == 0x000004, "Wrong alignment on StaticMesh_GetNumSections"); \ +static_assert(sizeof(StaticMesh_GetNumSections) == 0x000008, "Wrong size on StaticMesh_GetNumSections"); \ +static_assert(offsetof(StaticMesh_GetNumSections, InLOD) == 0x000000, "Member 'StaticMesh_GetNumSections::InLOD' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_GetNumSections, ReturnValue) == 0x000004, "Member 'StaticMesh_GetNumSections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetStaticMaterials \ +static_assert(alignof(StaticMesh_GetStaticMaterials) == 0x000008, "Wrong alignment on StaticMesh_GetStaticMaterials"); \ +static_assert(sizeof(StaticMesh_GetStaticMaterials) == 0x000010, "Wrong size on StaticMesh_GetStaticMaterials"); \ +static_assert(offsetof(StaticMesh_GetStaticMaterials, ReturnValue) == 0x000000, "Member 'StaticMesh_GetStaticMaterials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStaticMesh \ +static_assert(alignof(UStaticMesh) == 0x000008, "Wrong alignment on UStaticMesh"); \ +static_assert(sizeof(UStaticMesh) == 0x000160, "Wrong size on UStaticMesh"); \ +static_assert(offsetof(UStaticMesh, bConsoleHQ) == 0x000088, "Member 'UStaticMesh::bConsoleHQ' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, MinLOD) == 0x00008C, "Member 'UStaticMesh::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, LpvBiasMultiplier) == 0x000090, "Member 'UStaticMesh::LpvBiasMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, StaticMaterials) == 0x000098, "Member 'UStaticMesh::StaticMaterials' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, LightmapUVDensity) == 0x0000A8, "Member 'UStaticMesh::LightmapUVDensity' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, LightMapResolution) == 0x0000AC, "Member 'UStaticMesh::LightMapResolution' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, LightMapCoordinateIndex) == 0x0000B0, "Member 'UStaticMesh::LightMapCoordinateIndex' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, DistanceFieldSelfShadowBias) == 0x0000B4, "Member 'UStaticMesh::DistanceFieldSelfShadowBias' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, BodySetup) == 0x0000B8, "Member 'UStaticMesh::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, LODForCollision) == 0x0000C0, "Member 'UStaticMesh::LODForCollision' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, Sockets) == 0x0000E8, "Member 'UStaticMesh::Sockets' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, PositiveBoundsExtension) == 0x000108, "Member 'UStaticMesh::PositiveBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, NegativeBoundsExtension) == 0x000114, "Member 'UStaticMesh::NegativeBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, ExtendedBounds) == 0x000120, "Member 'UStaticMesh::ExtendedBounds' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, ElementToIgnoreForTexFactor) == 0x00013C, "Member 'UStaticMesh::ElementToIgnoreForTexFactor' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, AssetUserData) == 0x000140, "Member 'UStaticMesh::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, EditableMesh) == 0x000150, "Member 'UStaticMesh::EditableMesh' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, NavCollision) == 0x000158, "Member 'UStaticMesh::NavCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_BlueprintUpdateAnimation \ +static_assert(alignof(AnimInstance_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on AnimInstance_BlueprintUpdateAnimation"); \ +static_assert(sizeof(AnimInstance_BlueprintUpdateAnimation) == 0x000004, "Wrong size on AnimInstance_BlueprintUpdateAnimation"); \ +static_assert(offsetof(AnimInstance_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'AnimInstance_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetCurrentStateName \ +static_assert(alignof(AnimInstance_GetCurrentStateName) == 0x000004, "Wrong alignment on AnimInstance_GetCurrentStateName"); \ +static_assert(sizeof(AnimInstance_GetCurrentStateName) == 0x000010, "Wrong size on AnimInstance_GetCurrentStateName"); \ +static_assert(offsetof(AnimInstance_GetCurrentStateName, MachineIndex) == 0x000000, "Member 'AnimInstance_GetCurrentStateName::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetCurrentStateName, ReturnValue) == 0x000004, "Member 'AnimInstance_GetCurrentStateName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetInstanceAssetPlayerLength \ +static_assert(alignof(AnimInstance_GetInstanceAssetPlayerLength) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceAssetPlayerLength"); \ +static_assert(sizeof(AnimInstance_GetInstanceAssetPlayerLength) == 0x000008, "Wrong size on AnimInstance_GetInstanceAssetPlayerLength"); \ +static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerLength, AssetPlayerIndex) == 0x000000, "Member 'AnimInstance_GetInstanceAssetPlayerLength::AssetPlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerLength, ReturnValue) == 0x000004, "Member 'AnimInstance_GetInstanceAssetPlayerLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetInstanceAssetPlayerTime \ +static_assert(alignof(AnimInstance_GetInstanceAssetPlayerTime) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceAssetPlayerTime"); \ +static_assert(sizeof(AnimInstance_GetInstanceAssetPlayerTime) == 0x000008, "Wrong size on AnimInstance_GetInstanceAssetPlayerTime"); \ +static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerTime, AssetPlayerIndex) == 0x000000, "Member 'AnimInstance_GetInstanceAssetPlayerTime::AssetPlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerTime, ReturnValue) == 0x000004, "Member 'AnimInstance_GetInstanceAssetPlayerTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetInstanceAssetPlayerTimeFraction \ +static_assert(alignof(AnimInstance_GetInstanceAssetPlayerTimeFraction) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceAssetPlayerTimeFraction"); \ +static_assert(sizeof(AnimInstance_GetInstanceAssetPlayerTimeFraction) == 0x000008, "Wrong size on AnimInstance_GetInstanceAssetPlayerTimeFraction"); \ +static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerTimeFraction, AssetPlayerIndex) == 0x000000, "Member 'AnimInstance_GetInstanceAssetPlayerTimeFraction::AssetPlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerTimeFraction, ReturnValue) == 0x000004, "Member 'AnimInstance_GetInstanceAssetPlayerTimeFraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetInstanceAssetPlayerTimeFromEnd \ +static_assert(alignof(AnimInstance_GetInstanceAssetPlayerTimeFromEnd) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceAssetPlayerTimeFromEnd"); \ +static_assert(sizeof(AnimInstance_GetInstanceAssetPlayerTimeFromEnd) == 0x000008, "Wrong size on AnimInstance_GetInstanceAssetPlayerTimeFromEnd"); \ +static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerTimeFromEnd, AssetPlayerIndex) == 0x000000, "Member 'AnimInstance_GetInstanceAssetPlayerTimeFromEnd::AssetPlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerTimeFromEnd, ReturnValue) == 0x000004, "Member 'AnimInstance_GetInstanceAssetPlayerTimeFromEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction \ +static_assert(alignof(AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction"); \ +static_assert(sizeof(AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction) == 0x000008, "Wrong size on AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction"); \ +static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction, AssetPlayerIndex) == 0x000000, "Member 'AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction::AssetPlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction, ReturnValue) == 0x000004, "Member 'AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetInstanceCurrentStateElapsedTime \ +static_assert(alignof(AnimInstance_GetInstanceCurrentStateElapsedTime) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceCurrentStateElapsedTime"); \ +static_assert(sizeof(AnimInstance_GetInstanceCurrentStateElapsedTime) == 0x000008, "Wrong size on AnimInstance_GetInstanceCurrentStateElapsedTime"); \ +static_assert(offsetof(AnimInstance_GetInstanceCurrentStateElapsedTime, MachineIndex) == 0x000000, "Member 'AnimInstance_GetInstanceCurrentStateElapsedTime::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceCurrentStateElapsedTime, ReturnValue) == 0x000004, "Member 'AnimInstance_GetInstanceCurrentStateElapsedTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetInstanceMachineWeight \ +static_assert(alignof(AnimInstance_GetInstanceMachineWeight) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceMachineWeight"); \ +static_assert(sizeof(AnimInstance_GetInstanceMachineWeight) == 0x000008, "Wrong size on AnimInstance_GetInstanceMachineWeight"); \ +static_assert(offsetof(AnimInstance_GetInstanceMachineWeight, MachineIndex) == 0x000000, "Member 'AnimInstance_GetInstanceMachineWeight::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceMachineWeight, ReturnValue) == 0x000004, "Member 'AnimInstance_GetInstanceMachineWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetInstanceStateWeight \ +static_assert(alignof(AnimInstance_GetInstanceStateWeight) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceStateWeight"); \ +static_assert(sizeof(AnimInstance_GetInstanceStateWeight) == 0x00000C, "Wrong size on AnimInstance_GetInstanceStateWeight"); \ +static_assert(offsetof(AnimInstance_GetInstanceStateWeight, MachineIndex) == 0x000000, "Member 'AnimInstance_GetInstanceStateWeight::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceStateWeight, StateIndex) == 0x000004, "Member 'AnimInstance_GetInstanceStateWeight::StateIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceStateWeight, ReturnValue) == 0x000008, "Member 'AnimInstance_GetInstanceStateWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetInstanceTransitionCrossfadeDuration \ +static_assert(alignof(AnimInstance_GetInstanceTransitionCrossfadeDuration) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceTransitionCrossfadeDuration"); \ +static_assert(sizeof(AnimInstance_GetInstanceTransitionCrossfadeDuration) == 0x00000C, "Wrong size on AnimInstance_GetInstanceTransitionCrossfadeDuration"); \ +static_assert(offsetof(AnimInstance_GetInstanceTransitionCrossfadeDuration, MachineIndex) == 0x000000, "Member 'AnimInstance_GetInstanceTransitionCrossfadeDuration::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceTransitionCrossfadeDuration, TransitionIndex) == 0x000004, "Member 'AnimInstance_GetInstanceTransitionCrossfadeDuration::TransitionIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceTransitionCrossfadeDuration, ReturnValue) == 0x000008, "Member 'AnimInstance_GetInstanceTransitionCrossfadeDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetInstanceTransitionTimeElapsed \ +static_assert(alignof(AnimInstance_GetInstanceTransitionTimeElapsed) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceTransitionTimeElapsed"); \ +static_assert(sizeof(AnimInstance_GetInstanceTransitionTimeElapsed) == 0x00000C, "Wrong size on AnimInstance_GetInstanceTransitionTimeElapsed"); \ +static_assert(offsetof(AnimInstance_GetInstanceTransitionTimeElapsed, MachineIndex) == 0x000000, "Member 'AnimInstance_GetInstanceTransitionTimeElapsed::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceTransitionTimeElapsed, TransitionIndex) == 0x000004, "Member 'AnimInstance_GetInstanceTransitionTimeElapsed::TransitionIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceTransitionTimeElapsed, ReturnValue) == 0x000008, "Member 'AnimInstance_GetInstanceTransitionTimeElapsed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetInstanceTransitionTimeElapsedFraction \ +static_assert(alignof(AnimInstance_GetInstanceTransitionTimeElapsedFraction) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceTransitionTimeElapsedFraction"); \ +static_assert(sizeof(AnimInstance_GetInstanceTransitionTimeElapsedFraction) == 0x00000C, "Wrong size on AnimInstance_GetInstanceTransitionTimeElapsedFraction"); \ +static_assert(offsetof(AnimInstance_GetInstanceTransitionTimeElapsedFraction, MachineIndex) == 0x000000, "Member 'AnimInstance_GetInstanceTransitionTimeElapsedFraction::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceTransitionTimeElapsedFraction, TransitionIndex) == 0x000004, "Member 'AnimInstance_GetInstanceTransitionTimeElapsedFraction::TransitionIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceTransitionTimeElapsedFraction, ReturnValue) == 0x000008, "Member 'AnimInstance_GetInstanceTransitionTimeElapsedFraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetRelevantAnimLength \ +static_assert(alignof(AnimInstance_GetRelevantAnimLength) == 0x000004, "Wrong alignment on AnimInstance_GetRelevantAnimLength"); \ +static_assert(sizeof(AnimInstance_GetRelevantAnimLength) == 0x00000C, "Wrong size on AnimInstance_GetRelevantAnimLength"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimLength, MachineIndex) == 0x000000, "Member 'AnimInstance_GetRelevantAnimLength::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimLength, StateIndex) == 0x000004, "Member 'AnimInstance_GetRelevantAnimLength::StateIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimLength, ReturnValue) == 0x000008, "Member 'AnimInstance_GetRelevantAnimLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetRelevantAnimTime \ +static_assert(alignof(AnimInstance_GetRelevantAnimTime) == 0x000004, "Wrong alignment on AnimInstance_GetRelevantAnimTime"); \ +static_assert(sizeof(AnimInstance_GetRelevantAnimTime) == 0x00000C, "Wrong size on AnimInstance_GetRelevantAnimTime"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimTime, MachineIndex) == 0x000000, "Member 'AnimInstance_GetRelevantAnimTime::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimTime, StateIndex) == 0x000004, "Member 'AnimInstance_GetRelevantAnimTime::StateIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimTime, ReturnValue) == 0x000008, "Member 'AnimInstance_GetRelevantAnimTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetRelevantAnimTimeFraction \ +static_assert(alignof(AnimInstance_GetRelevantAnimTimeFraction) == 0x000004, "Wrong alignment on AnimInstance_GetRelevantAnimTimeFraction"); \ +static_assert(sizeof(AnimInstance_GetRelevantAnimTimeFraction) == 0x00000C, "Wrong size on AnimInstance_GetRelevantAnimTimeFraction"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimTimeFraction, MachineIndex) == 0x000000, "Member 'AnimInstance_GetRelevantAnimTimeFraction::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimTimeFraction, StateIndex) == 0x000004, "Member 'AnimInstance_GetRelevantAnimTimeFraction::StateIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimTimeFraction, ReturnValue) == 0x000008, "Member 'AnimInstance_GetRelevantAnimTimeFraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetRelevantAnimTimeRemaining \ +static_assert(alignof(AnimInstance_GetRelevantAnimTimeRemaining) == 0x000004, "Wrong alignment on AnimInstance_GetRelevantAnimTimeRemaining"); \ +static_assert(sizeof(AnimInstance_GetRelevantAnimTimeRemaining) == 0x00000C, "Wrong size on AnimInstance_GetRelevantAnimTimeRemaining"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimTimeRemaining, MachineIndex) == 0x000000, "Member 'AnimInstance_GetRelevantAnimTimeRemaining::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimTimeRemaining, StateIndex) == 0x000004, "Member 'AnimInstance_GetRelevantAnimTimeRemaining::StateIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimTimeRemaining, ReturnValue) == 0x000008, "Member 'AnimInstance_GetRelevantAnimTimeRemaining::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetRelevantAnimTimeRemainingFraction \ +static_assert(alignof(AnimInstance_GetRelevantAnimTimeRemainingFraction) == 0x000004, "Wrong alignment on AnimInstance_GetRelevantAnimTimeRemainingFraction"); \ +static_assert(sizeof(AnimInstance_GetRelevantAnimTimeRemainingFraction) == 0x00000C, "Wrong size on AnimInstance_GetRelevantAnimTimeRemainingFraction"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimTimeRemainingFraction, MachineIndex) == 0x000000, "Member 'AnimInstance_GetRelevantAnimTimeRemainingFraction::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimTimeRemainingFraction, StateIndex) == 0x000004, "Member 'AnimInstance_GetRelevantAnimTimeRemainingFraction::StateIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimTimeRemainingFraction, ReturnValue) == 0x000008, "Member 'AnimInstance_GetRelevantAnimTimeRemainingFraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_LinkAnimClassLayers \ +static_assert(alignof(AnimInstance_LinkAnimClassLayers) == 0x000008, "Wrong alignment on AnimInstance_LinkAnimClassLayers"); \ +static_assert(sizeof(AnimInstance_LinkAnimClassLayers) == 0x000008, "Wrong size on AnimInstance_LinkAnimClassLayers"); \ +static_assert(offsetof(AnimInstance_LinkAnimClassLayers, InClass) == 0x000000, "Member 'AnimInstance_LinkAnimClassLayers::InClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_LinkAnimGraphByTag \ +static_assert(alignof(AnimInstance_LinkAnimGraphByTag) == 0x000008, "Wrong alignment on AnimInstance_LinkAnimGraphByTag"); \ +static_assert(sizeof(AnimInstance_LinkAnimGraphByTag) == 0x000018, "Wrong size on AnimInstance_LinkAnimGraphByTag"); \ +static_assert(offsetof(AnimInstance_LinkAnimGraphByTag, InTag) == 0x000000, "Member 'AnimInstance_LinkAnimGraphByTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_LinkAnimGraphByTag, InClass) == 0x000010, "Member 'AnimInstance_LinkAnimGraphByTag::InClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_LockAIResources \ +static_assert(alignof(AnimInstance_LockAIResources) == 0x000001, "Wrong alignment on AnimInstance_LockAIResources"); \ +static_assert(sizeof(AnimInstance_LockAIResources) == 0x000002, "Wrong size on AnimInstance_LockAIResources"); \ +static_assert(offsetof(AnimInstance_LockAIResources, bLockMovement) == 0x000000, "Member 'AnimInstance_LockAIResources::bLockMovement' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_LockAIResources, LockAILogic) == 0x000001, "Member 'AnimInstance_LockAIResources::LockAILogic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_JumpToSection \ +static_assert(alignof(AnimInstance_Montage_JumpToSection) == 0x000008, "Wrong alignment on AnimInstance_Montage_JumpToSection"); \ +static_assert(sizeof(AnimInstance_Montage_JumpToSection) == 0x000018, "Wrong size on AnimInstance_Montage_JumpToSection"); \ +static_assert(offsetof(AnimInstance_Montage_JumpToSection, SectionName) == 0x000000, "Member 'AnimInstance_Montage_JumpToSection::SectionName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_JumpToSection, Montage) == 0x000010, "Member 'AnimInstance_Montage_JumpToSection::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_JumpToSectionsEnd \ +static_assert(alignof(AnimInstance_Montage_JumpToSectionsEnd) == 0x000008, "Wrong alignment on AnimInstance_Montage_JumpToSectionsEnd"); \ +static_assert(sizeof(AnimInstance_Montage_JumpToSectionsEnd) == 0x000018, "Wrong size on AnimInstance_Montage_JumpToSectionsEnd"); \ +static_assert(offsetof(AnimInstance_Montage_JumpToSectionsEnd, SectionName) == 0x000000, "Member 'AnimInstance_Montage_JumpToSectionsEnd::SectionName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_JumpToSectionsEnd, Montage) == 0x000010, "Member 'AnimInstance_Montage_JumpToSectionsEnd::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_Pause \ +static_assert(alignof(AnimInstance_Montage_Pause) == 0x000008, "Wrong alignment on AnimInstance_Montage_Pause"); \ +static_assert(sizeof(AnimInstance_Montage_Pause) == 0x000008, "Wrong size on AnimInstance_Montage_Pause"); \ +static_assert(offsetof(AnimInstance_Montage_Pause, Montage) == 0x000000, "Member 'AnimInstance_Montage_Pause::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_Play \ +static_assert(alignof(AnimInstance_Montage_Play) == 0x000008, "Wrong alignment on AnimInstance_Montage_Play"); \ +static_assert(sizeof(AnimInstance_Montage_Play) == 0x000020, "Wrong size on AnimInstance_Montage_Play"); \ +static_assert(offsetof(AnimInstance_Montage_Play, MontageToPlay) == 0x000000, "Member 'AnimInstance_Montage_Play::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_Play, InPlayRate) == 0x000008, "Member 'AnimInstance_Montage_Play::InPlayRate' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_Play, ReturnValueType) == 0x00000C, "Member 'AnimInstance_Montage_Play::ReturnValueType' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_Play, InTimeToStartMontageAt) == 0x000010, "Member 'AnimInstance_Montage_Play::InTimeToStartMontageAt' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_Play, bStopAllMontages) == 0x000014, "Member 'AnimInstance_Montage_Play::bStopAllMontages' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_Play, ReturnValue) == 0x000018, "Member 'AnimInstance_Montage_Play::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_Resume \ +static_assert(alignof(AnimInstance_Montage_Resume) == 0x000008, "Wrong alignment on AnimInstance_Montage_Resume"); \ +static_assert(sizeof(AnimInstance_Montage_Resume) == 0x000008, "Wrong size on AnimInstance_Montage_Resume"); \ +static_assert(offsetof(AnimInstance_Montage_Resume, Montage) == 0x000000, "Member 'AnimInstance_Montage_Resume::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_SetNextSection \ +static_assert(alignof(AnimInstance_Montage_SetNextSection) == 0x000008, "Wrong alignment on AnimInstance_Montage_SetNextSection"); \ +static_assert(sizeof(AnimInstance_Montage_SetNextSection) == 0x000020, "Wrong size on AnimInstance_Montage_SetNextSection"); \ +static_assert(offsetof(AnimInstance_Montage_SetNextSection, SectionNameToChange) == 0x000000, "Member 'AnimInstance_Montage_SetNextSection::SectionNameToChange' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_SetNextSection, NextSection) == 0x00000C, "Member 'AnimInstance_Montage_SetNextSection::NextSection' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_SetNextSection, Montage) == 0x000018, "Member 'AnimInstance_Montage_SetNextSection::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_SetPlayRate \ +static_assert(alignof(AnimInstance_Montage_SetPlayRate) == 0x000008, "Wrong alignment on AnimInstance_Montage_SetPlayRate"); \ +static_assert(sizeof(AnimInstance_Montage_SetPlayRate) == 0x000010, "Wrong size on AnimInstance_Montage_SetPlayRate"); \ +static_assert(offsetof(AnimInstance_Montage_SetPlayRate, Montage) == 0x000000, "Member 'AnimInstance_Montage_SetPlayRate::Montage' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_SetPlayRate, NewPlayRate) == 0x000008, "Member 'AnimInstance_Montage_SetPlayRate::NewPlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_SetPosition \ +static_assert(alignof(AnimInstance_Montage_SetPosition) == 0x000008, "Wrong alignment on AnimInstance_Montage_SetPosition"); \ +static_assert(sizeof(AnimInstance_Montage_SetPosition) == 0x000010, "Wrong size on AnimInstance_Montage_SetPosition"); \ +static_assert(offsetof(AnimInstance_Montage_SetPosition, Montage) == 0x000000, "Member 'AnimInstance_Montage_SetPosition::Montage' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_SetPosition, NewPosition) == 0x000008, "Member 'AnimInstance_Montage_SetPosition::NewPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_Stop \ +static_assert(alignof(AnimInstance_Montage_Stop) == 0x000008, "Wrong alignment on AnimInstance_Montage_Stop"); \ +static_assert(sizeof(AnimInstance_Montage_Stop) == 0x000010, "Wrong size on AnimInstance_Montage_Stop"); \ +static_assert(offsetof(AnimInstance_Montage_Stop, InBlendOutTime) == 0x000000, "Member 'AnimInstance_Montage_Stop::InBlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_Stop, Montage) == 0x000008, "Member 'AnimInstance_Montage_Stop::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_StopGroupByName \ +static_assert(alignof(AnimInstance_Montage_StopGroupByName) == 0x000004, "Wrong alignment on AnimInstance_Montage_StopGroupByName"); \ +static_assert(sizeof(AnimInstance_Montage_StopGroupByName) == 0x000010, "Wrong size on AnimInstance_Montage_StopGroupByName"); \ +static_assert(offsetof(AnimInstance_Montage_StopGroupByName, InBlendOutTime) == 0x000000, "Member 'AnimInstance_Montage_StopGroupByName::InBlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_StopGroupByName, GroupName) == 0x000004, "Member 'AnimInstance_Montage_StopGroupByName::GroupName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_PlaySlotAnimation \ +static_assert(alignof(AnimInstance_PlaySlotAnimation) == 0x000008, "Wrong alignment on AnimInstance_PlaySlotAnimation"); \ +static_assert(sizeof(AnimInstance_PlaySlotAnimation) == 0x000028, "Wrong size on AnimInstance_PlaySlotAnimation"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimation, Asset) == 0x000000, "Member 'AnimInstance_PlaySlotAnimation::Asset' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimation, SlotNodeName) == 0x000008, "Member 'AnimInstance_PlaySlotAnimation::SlotNodeName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimation, BlendInTime) == 0x000014, "Member 'AnimInstance_PlaySlotAnimation::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimation, BlendOutTime) == 0x000018, "Member 'AnimInstance_PlaySlotAnimation::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimation, InPlayRate) == 0x00001C, "Member 'AnimInstance_PlaySlotAnimation::InPlayRate' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimation, LoopCount) == 0x000020, "Member 'AnimInstance_PlaySlotAnimation::LoopCount' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimation, ReturnValue) == 0x000024, "Member 'AnimInstance_PlaySlotAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_PlaySlotAnimationAsDynamicMontage \ +static_assert(alignof(AnimInstance_PlaySlotAnimationAsDynamicMontage) == 0x000008, "Wrong alignment on AnimInstance_PlaySlotAnimationAsDynamicMontage"); \ +static_assert(sizeof(AnimInstance_PlaySlotAnimationAsDynamicMontage) == 0x000038, "Wrong size on AnimInstance_PlaySlotAnimationAsDynamicMontage"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage, Asset) == 0x000000, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage::Asset' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage, SlotNodeName) == 0x000008, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage::SlotNodeName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage, BlendInTime) == 0x000014, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage, BlendOutTime) == 0x000018, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage, InPlayRate) == 0x00001C, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage::InPlayRate' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage, LoopCount) == 0x000020, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage::LoopCount' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage, BlendOutTriggerTime) == 0x000024, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage::BlendOutTriggerTime' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage, InTimeToStartMontageAt) == 0x000028, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage::InTimeToStartMontageAt' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage, ReturnValue) == 0x000030, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_ResetDynamics \ +static_assert(alignof(AnimInstance_ResetDynamics) == 0x000001, "Wrong alignment on AnimInstance_ResetDynamics"); \ +static_assert(sizeof(AnimInstance_ResetDynamics) == 0x000001, "Wrong size on AnimInstance_ResetDynamics"); \ +static_assert(offsetof(AnimInstance_ResetDynamics, InTeleportType) == 0x000000, "Member 'AnimInstance_ResetDynamics::InTeleportType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_SavePoseSnapshot \ +static_assert(alignof(AnimInstance_SavePoseSnapshot) == 0x000004, "Wrong alignment on AnimInstance_SavePoseSnapshot"); \ +static_assert(sizeof(AnimInstance_SavePoseSnapshot) == 0x00000C, "Wrong size on AnimInstance_SavePoseSnapshot"); \ +static_assert(offsetof(AnimInstance_SavePoseSnapshot, SnapshotName) == 0x000000, "Member 'AnimInstance_SavePoseSnapshot::SnapshotName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_SetMorphTarget \ +static_assert(alignof(AnimInstance_SetMorphTarget) == 0x000004, "Wrong alignment on AnimInstance_SetMorphTarget"); \ +static_assert(sizeof(AnimInstance_SetMorphTarget) == 0x000010, "Wrong size on AnimInstance_SetMorphTarget"); \ +static_assert(offsetof(AnimInstance_SetMorphTarget, MorphTargetName) == 0x000000, "Member 'AnimInstance_SetMorphTarget::MorphTargetName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_SetMorphTarget, Value) == 0x00000C, "Member 'AnimInstance_SetMorphTarget::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_SetPropagateNotifiesToLinkedInstances \ +static_assert(alignof(AnimInstance_SetPropagateNotifiesToLinkedInstances) == 0x000001, "Wrong alignment on AnimInstance_SetPropagateNotifiesToLinkedInstances"); \ +static_assert(sizeof(AnimInstance_SetPropagateNotifiesToLinkedInstances) == 0x000001, "Wrong size on AnimInstance_SetPropagateNotifiesToLinkedInstances"); \ +static_assert(offsetof(AnimInstance_SetPropagateNotifiesToLinkedInstances, bSet) == 0x000000, "Member 'AnimInstance_SetPropagateNotifiesToLinkedInstances::bSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_SetReceiveNotifiesFromLinkedInstances \ +static_assert(alignof(AnimInstance_SetReceiveNotifiesFromLinkedInstances) == 0x000001, "Wrong alignment on AnimInstance_SetReceiveNotifiesFromLinkedInstances"); \ +static_assert(sizeof(AnimInstance_SetReceiveNotifiesFromLinkedInstances) == 0x000001, "Wrong size on AnimInstance_SetReceiveNotifiesFromLinkedInstances"); \ +static_assert(offsetof(AnimInstance_SetReceiveNotifiesFromLinkedInstances, bSet) == 0x000000, "Member 'AnimInstance_SetReceiveNotifiesFromLinkedInstances::bSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_SetRootMotionMode \ +static_assert(alignof(AnimInstance_SetRootMotionMode) == 0x000001, "Wrong alignment on AnimInstance_SetRootMotionMode"); \ +static_assert(sizeof(AnimInstance_SetRootMotionMode) == 0x000001, "Wrong size on AnimInstance_SetRootMotionMode"); \ +static_assert(offsetof(AnimInstance_SetRootMotionMode, Value) == 0x000000, "Member 'AnimInstance_SetRootMotionMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_SnapshotPose \ +static_assert(alignof(AnimInstance_SnapshotPose) == 0x000008, "Wrong alignment on AnimInstance_SnapshotPose"); \ +static_assert(sizeof(AnimInstance_SnapshotPose) == 0x000040, "Wrong size on AnimInstance_SnapshotPose"); \ +static_assert(offsetof(AnimInstance_SnapshotPose, Snapshot) == 0x000000, "Member 'AnimInstance_SnapshotPose::Snapshot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_StopSlotAnimation \ +static_assert(alignof(AnimInstance_StopSlotAnimation) == 0x000004, "Wrong alignment on AnimInstance_StopSlotAnimation"); \ +static_assert(sizeof(AnimInstance_StopSlotAnimation) == 0x000010, "Wrong size on AnimInstance_StopSlotAnimation"); \ +static_assert(offsetof(AnimInstance_StopSlotAnimation, InBlendOutTime) == 0x000000, "Member 'AnimInstance_StopSlotAnimation::InBlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_StopSlotAnimation, SlotNodeName) == 0x000004, "Member 'AnimInstance_StopSlotAnimation::SlotNodeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_UnlinkAnimClassLayers \ +static_assert(alignof(AnimInstance_UnlinkAnimClassLayers) == 0x000008, "Wrong alignment on AnimInstance_UnlinkAnimClassLayers"); \ +static_assert(sizeof(AnimInstance_UnlinkAnimClassLayers) == 0x000008, "Wrong size on AnimInstance_UnlinkAnimClassLayers"); \ +static_assert(offsetof(AnimInstance_UnlinkAnimClassLayers, InClass) == 0x000000, "Member 'AnimInstance_UnlinkAnimClassLayers::InClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_UnlockAIResources \ +static_assert(alignof(AnimInstance_UnlockAIResources) == 0x000001, "Wrong alignment on AnimInstance_UnlockAIResources"); \ +static_assert(sizeof(AnimInstance_UnlockAIResources) == 0x000002, "Wrong size on AnimInstance_UnlockAIResources"); \ +static_assert(offsetof(AnimInstance_UnlockAIResources, bUnlockMovement) == 0x000000, "Member 'AnimInstance_UnlockAIResources::bUnlockMovement' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_UnlockAIResources, UnlockAILogic) == 0x000001, "Member 'AnimInstance_UnlockAIResources::UnlockAILogic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_CalculateDirection \ +static_assert(alignof(AnimInstance_CalculateDirection) == 0x000004, "Wrong alignment on AnimInstance_CalculateDirection"); \ +static_assert(sizeof(AnimInstance_CalculateDirection) == 0x00001C, "Wrong size on AnimInstance_CalculateDirection"); \ +static_assert(offsetof(AnimInstance_CalculateDirection, Velocity) == 0x000000, "Member 'AnimInstance_CalculateDirection::Velocity' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_CalculateDirection, BaseRotation) == 0x00000C, "Member 'AnimInstance_CalculateDirection::BaseRotation' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_CalculateDirection, ReturnValue) == 0x000018, "Member 'AnimInstance_CalculateDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetActiveCurveNames \ +static_assert(alignof(AnimInstance_GetActiveCurveNames) == 0x000008, "Wrong alignment on AnimInstance_GetActiveCurveNames"); \ +static_assert(sizeof(AnimInstance_GetActiveCurveNames) == 0x000018, "Wrong size on AnimInstance_GetActiveCurveNames"); \ +static_assert(offsetof(AnimInstance_GetActiveCurveNames, CurveType) == 0x000000, "Member 'AnimInstance_GetActiveCurveNames::CurveType' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetActiveCurveNames, OutNames) == 0x000008, "Member 'AnimInstance_GetActiveCurveNames::OutNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetAllCurveNames \ +static_assert(alignof(AnimInstance_GetAllCurveNames) == 0x000008, "Wrong alignment on AnimInstance_GetAllCurveNames"); \ +static_assert(sizeof(AnimInstance_GetAllCurveNames) == 0x000010, "Wrong size on AnimInstance_GetAllCurveNames"); \ +static_assert(offsetof(AnimInstance_GetAllCurveNames, OutNames) == 0x000000, "Member 'AnimInstance_GetAllCurveNames::OutNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetCurrentActiveMontage \ +static_assert(alignof(AnimInstance_GetCurrentActiveMontage) == 0x000008, "Wrong alignment on AnimInstance_GetCurrentActiveMontage"); \ +static_assert(sizeof(AnimInstance_GetCurrentActiveMontage) == 0x000008, "Wrong size on AnimInstance_GetCurrentActiveMontage"); \ +static_assert(offsetof(AnimInstance_GetCurrentActiveMontage, ReturnValue) == 0x000000, "Member 'AnimInstance_GetCurrentActiveMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetCurveValue \ +static_assert(alignof(AnimInstance_GetCurveValue) == 0x000004, "Wrong alignment on AnimInstance_GetCurveValue"); \ +static_assert(sizeof(AnimInstance_GetCurveValue) == 0x000010, "Wrong size on AnimInstance_GetCurveValue"); \ +static_assert(offsetof(AnimInstance_GetCurveValue, CurveName) == 0x000000, "Member 'AnimInstance_GetCurveValue::CurveName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetCurveValue, ReturnValue) == 0x00000C, "Member 'AnimInstance_GetCurveValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetLinkedAnimGraphInstanceByTag \ +static_assert(alignof(AnimInstance_GetLinkedAnimGraphInstanceByTag) == 0x000008, "Wrong alignment on AnimInstance_GetLinkedAnimGraphInstanceByTag"); \ +static_assert(sizeof(AnimInstance_GetLinkedAnimGraphInstanceByTag) == 0x000018, "Wrong size on AnimInstance_GetLinkedAnimGraphInstanceByTag"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimGraphInstanceByTag, InTag) == 0x000000, "Member 'AnimInstance_GetLinkedAnimGraphInstanceByTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimGraphInstanceByTag, ReturnValue) == 0x000010, "Member 'AnimInstance_GetLinkedAnimGraphInstanceByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetLinkedAnimGraphInstancesByTag \ +static_assert(alignof(AnimInstance_GetLinkedAnimGraphInstancesByTag) == 0x000008, "Wrong alignment on AnimInstance_GetLinkedAnimGraphInstancesByTag"); \ +static_assert(sizeof(AnimInstance_GetLinkedAnimGraphInstancesByTag) == 0x000020, "Wrong size on AnimInstance_GetLinkedAnimGraphInstancesByTag"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimGraphInstancesByTag, InTag) == 0x000000, "Member 'AnimInstance_GetLinkedAnimGraphInstancesByTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimGraphInstancesByTag, OutLinkedInstances) == 0x000010, "Member 'AnimInstance_GetLinkedAnimGraphInstancesByTag::OutLinkedInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetLinkedAnimLayerInstanceByClass \ +static_assert(alignof(AnimInstance_GetLinkedAnimLayerInstanceByClass) == 0x000008, "Wrong alignment on AnimInstance_GetLinkedAnimLayerInstanceByClass"); \ +static_assert(sizeof(AnimInstance_GetLinkedAnimLayerInstanceByClass) == 0x000010, "Wrong size on AnimInstance_GetLinkedAnimLayerInstanceByClass"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstanceByClass, InClass) == 0x000000, "Member 'AnimInstance_GetLinkedAnimLayerInstanceByClass::InClass' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstanceByClass, ReturnValue) == 0x000008, "Member 'AnimInstance_GetLinkedAnimLayerInstanceByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetLinkedAnimLayerInstanceByGroup \ +static_assert(alignof(AnimInstance_GetLinkedAnimLayerInstanceByGroup) == 0x000008, "Wrong alignment on AnimInstance_GetLinkedAnimLayerInstanceByGroup"); \ +static_assert(sizeof(AnimInstance_GetLinkedAnimLayerInstanceByGroup) == 0x000018, "Wrong size on AnimInstance_GetLinkedAnimLayerInstanceByGroup"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstanceByGroup, InGroup) == 0x000000, "Member 'AnimInstance_GetLinkedAnimLayerInstanceByGroup::InGroup' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstanceByGroup, ReturnValue) == 0x000010, "Member 'AnimInstance_GetLinkedAnimLayerInstanceByGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass \ +static_assert(alignof(AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass) == 0x000008, "Wrong alignment on AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass"); \ +static_assert(sizeof(AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass) == 0x000020, "Wrong size on AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass, InGroup) == 0x000000, "Member 'AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass::InGroup' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass, InClass) == 0x000010, "Member 'AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass::InClass' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass, ReturnValue) == 0x000018, "Member 'AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetLinkedAnimLayerInstancesByGroup \ +static_assert(alignof(AnimInstance_GetLinkedAnimLayerInstancesByGroup) == 0x000008, "Wrong alignment on AnimInstance_GetLinkedAnimLayerInstancesByGroup"); \ +static_assert(sizeof(AnimInstance_GetLinkedAnimLayerInstancesByGroup) == 0x000020, "Wrong size on AnimInstance_GetLinkedAnimLayerInstancesByGroup"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstancesByGroup, InGroup) == 0x000000, "Member 'AnimInstance_GetLinkedAnimLayerInstancesByGroup::InGroup' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstancesByGroup, OutLinkedInstances) == 0x000010, "Member 'AnimInstance_GetLinkedAnimLayerInstancesByGroup::OutLinkedInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetOwningActor \ +static_assert(alignof(AnimInstance_GetOwningActor) == 0x000008, "Wrong alignment on AnimInstance_GetOwningActor"); \ +static_assert(sizeof(AnimInstance_GetOwningActor) == 0x000008, "Wrong size on AnimInstance_GetOwningActor"); \ +static_assert(offsetof(AnimInstance_GetOwningActor, ReturnValue) == 0x000000, "Member 'AnimInstance_GetOwningActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetOwningComponent \ +static_assert(alignof(AnimInstance_GetOwningComponent) == 0x000008, "Wrong alignment on AnimInstance_GetOwningComponent"); \ +static_assert(sizeof(AnimInstance_GetOwningComponent) == 0x000008, "Wrong size on AnimInstance_GetOwningComponent"); \ +static_assert(offsetof(AnimInstance_GetOwningComponent, ReturnValue) == 0x000000, "Member 'AnimInstance_GetOwningComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetPropagateNotifiesToLinkedInstances \ +static_assert(alignof(AnimInstance_GetPropagateNotifiesToLinkedInstances) == 0x000001, "Wrong alignment on AnimInstance_GetPropagateNotifiesToLinkedInstances"); \ +static_assert(sizeof(AnimInstance_GetPropagateNotifiesToLinkedInstances) == 0x000001, "Wrong size on AnimInstance_GetPropagateNotifiesToLinkedInstances"); \ +static_assert(offsetof(AnimInstance_GetPropagateNotifiesToLinkedInstances, ReturnValue) == 0x000000, "Member 'AnimInstance_GetPropagateNotifiesToLinkedInstances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetReceiveNotifiesFromLinkedInstances \ +static_assert(alignof(AnimInstance_GetReceiveNotifiesFromLinkedInstances) == 0x000001, "Wrong alignment on AnimInstance_GetReceiveNotifiesFromLinkedInstances"); \ +static_assert(sizeof(AnimInstance_GetReceiveNotifiesFromLinkedInstances) == 0x000001, "Wrong size on AnimInstance_GetReceiveNotifiesFromLinkedInstances"); \ +static_assert(offsetof(AnimInstance_GetReceiveNotifiesFromLinkedInstances, ReturnValue) == 0x000000, "Member 'AnimInstance_GetReceiveNotifiesFromLinkedInstances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetSyncGroupPosition \ +static_assert(alignof(AnimInstance_GetSyncGroupPosition) == 0x000004, "Wrong alignment on AnimInstance_GetSyncGroupPosition"); \ +static_assert(sizeof(AnimInstance_GetSyncGroupPosition) == 0x000028, "Wrong size on AnimInstance_GetSyncGroupPosition"); \ +static_assert(offsetof(AnimInstance_GetSyncGroupPosition, InSyncGroupName) == 0x000000, "Member 'AnimInstance_GetSyncGroupPosition::InSyncGroupName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetSyncGroupPosition, ReturnValue) == 0x00000C, "Member 'AnimInstance_GetSyncGroupPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetTimeToClosestMarker \ +static_assert(alignof(AnimInstance_GetTimeToClosestMarker) == 0x000004, "Wrong alignment on AnimInstance_GetTimeToClosestMarker"); \ +static_assert(sizeof(AnimInstance_GetTimeToClosestMarker) == 0x000020, "Wrong size on AnimInstance_GetTimeToClosestMarker"); \ +static_assert(offsetof(AnimInstance_GetTimeToClosestMarker, SyncGroup) == 0x000000, "Member 'AnimInstance_GetTimeToClosestMarker::SyncGroup' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetTimeToClosestMarker, MarkerName) == 0x00000C, "Member 'AnimInstance_GetTimeToClosestMarker::MarkerName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetTimeToClosestMarker, OutMarkerTime) == 0x000018, "Member 'AnimInstance_GetTimeToClosestMarker::OutMarkerTime' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetTimeToClosestMarker, ReturnValue) == 0x00001C, "Member 'AnimInstance_GetTimeToClosestMarker::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_HasMarkerBeenHitThisFrame \ +static_assert(alignof(AnimInstance_HasMarkerBeenHitThisFrame) == 0x000004, "Wrong alignment on AnimInstance_HasMarkerBeenHitThisFrame"); \ +static_assert(sizeof(AnimInstance_HasMarkerBeenHitThisFrame) == 0x00001C, "Wrong size on AnimInstance_HasMarkerBeenHitThisFrame"); \ +static_assert(offsetof(AnimInstance_HasMarkerBeenHitThisFrame, SyncGroup) == 0x000000, "Member 'AnimInstance_HasMarkerBeenHitThisFrame::SyncGroup' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_HasMarkerBeenHitThisFrame, MarkerName) == 0x00000C, "Member 'AnimInstance_HasMarkerBeenHitThisFrame::MarkerName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_HasMarkerBeenHitThisFrame, ReturnValue) == 0x000018, "Member 'AnimInstance_HasMarkerBeenHitThisFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_IsAnyMontagePlaying \ +static_assert(alignof(AnimInstance_IsAnyMontagePlaying) == 0x000001, "Wrong alignment on AnimInstance_IsAnyMontagePlaying"); \ +static_assert(sizeof(AnimInstance_IsAnyMontagePlaying) == 0x000001, "Wrong size on AnimInstance_IsAnyMontagePlaying"); \ +static_assert(offsetof(AnimInstance_IsAnyMontagePlaying, ReturnValue) == 0x000000, "Member 'AnimInstance_IsAnyMontagePlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_IsPlayingSlotAnimation \ +static_assert(alignof(AnimInstance_IsPlayingSlotAnimation) == 0x000008, "Wrong alignment on AnimInstance_IsPlayingSlotAnimation"); \ +static_assert(sizeof(AnimInstance_IsPlayingSlotAnimation) == 0x000018, "Wrong size on AnimInstance_IsPlayingSlotAnimation"); \ +static_assert(offsetof(AnimInstance_IsPlayingSlotAnimation, Asset) == 0x000000, "Member 'AnimInstance_IsPlayingSlotAnimation::Asset' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_IsPlayingSlotAnimation, SlotNodeName) == 0x000008, "Member 'AnimInstance_IsPlayingSlotAnimation::SlotNodeName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_IsPlayingSlotAnimation, ReturnValue) == 0x000014, "Member 'AnimInstance_IsPlayingSlotAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_IsSyncGroupBetweenMarkers \ +static_assert(alignof(AnimInstance_IsSyncGroupBetweenMarkers) == 0x000004, "Wrong alignment on AnimInstance_IsSyncGroupBetweenMarkers"); \ +static_assert(sizeof(AnimInstance_IsSyncGroupBetweenMarkers) == 0x000028, "Wrong size on AnimInstance_IsSyncGroupBetweenMarkers"); \ +static_assert(offsetof(AnimInstance_IsSyncGroupBetweenMarkers, InSyncGroupName) == 0x000000, "Member 'AnimInstance_IsSyncGroupBetweenMarkers::InSyncGroupName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_IsSyncGroupBetweenMarkers, PreviousMarker) == 0x00000C, "Member 'AnimInstance_IsSyncGroupBetweenMarkers::PreviousMarker' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_IsSyncGroupBetweenMarkers, NextMarker) == 0x000018, "Member 'AnimInstance_IsSyncGroupBetweenMarkers::NextMarker' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_IsSyncGroupBetweenMarkers, bRespectMarkerOrder) == 0x000024, "Member 'AnimInstance_IsSyncGroupBetweenMarkers::bRespectMarkerOrder' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_IsSyncGroupBetweenMarkers, ReturnValue) == 0x000025, "Member 'AnimInstance_IsSyncGroupBetweenMarkers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_GetBlendTime \ +static_assert(alignof(AnimInstance_Montage_GetBlendTime) == 0x000008, "Wrong alignment on AnimInstance_Montage_GetBlendTime"); \ +static_assert(sizeof(AnimInstance_Montage_GetBlendTime) == 0x000010, "Wrong size on AnimInstance_Montage_GetBlendTime"); \ +static_assert(offsetof(AnimInstance_Montage_GetBlendTime, Montage) == 0x000000, "Member 'AnimInstance_Montage_GetBlendTime::Montage' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_GetBlendTime, ReturnValue) == 0x000008, "Member 'AnimInstance_Montage_GetBlendTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_GetCurrentSection \ +static_assert(alignof(AnimInstance_Montage_GetCurrentSection) == 0x000008, "Wrong alignment on AnimInstance_Montage_GetCurrentSection"); \ +static_assert(sizeof(AnimInstance_Montage_GetCurrentSection) == 0x000018, "Wrong size on AnimInstance_Montage_GetCurrentSection"); \ +static_assert(offsetof(AnimInstance_Montage_GetCurrentSection, Montage) == 0x000000, "Member 'AnimInstance_Montage_GetCurrentSection::Montage' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_GetCurrentSection, ReturnValue) == 0x000008, "Member 'AnimInstance_Montage_GetCurrentSection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_GetIsStopped \ +static_assert(alignof(AnimInstance_Montage_GetIsStopped) == 0x000008, "Wrong alignment on AnimInstance_Montage_GetIsStopped"); \ +static_assert(sizeof(AnimInstance_Montage_GetIsStopped) == 0x000010, "Wrong size on AnimInstance_Montage_GetIsStopped"); \ +static_assert(offsetof(AnimInstance_Montage_GetIsStopped, Montage) == 0x000000, "Member 'AnimInstance_Montage_GetIsStopped::Montage' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_GetIsStopped, ReturnValue) == 0x000008, "Member 'AnimInstance_Montage_GetIsStopped::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_GetPlayRate \ +static_assert(alignof(AnimInstance_Montage_GetPlayRate) == 0x000008, "Wrong alignment on AnimInstance_Montage_GetPlayRate"); \ +static_assert(sizeof(AnimInstance_Montage_GetPlayRate) == 0x000010, "Wrong size on AnimInstance_Montage_GetPlayRate"); \ +static_assert(offsetof(AnimInstance_Montage_GetPlayRate, Montage) == 0x000000, "Member 'AnimInstance_Montage_GetPlayRate::Montage' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_GetPlayRate, ReturnValue) == 0x000008, "Member 'AnimInstance_Montage_GetPlayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_GetPosition \ +static_assert(alignof(AnimInstance_Montage_GetPosition) == 0x000008, "Wrong alignment on AnimInstance_Montage_GetPosition"); \ +static_assert(sizeof(AnimInstance_Montage_GetPosition) == 0x000010, "Wrong size on AnimInstance_Montage_GetPosition"); \ +static_assert(offsetof(AnimInstance_Montage_GetPosition, Montage) == 0x000000, "Member 'AnimInstance_Montage_GetPosition::Montage' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_GetPosition, ReturnValue) == 0x000008, "Member 'AnimInstance_Montage_GetPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_IsActive \ +static_assert(alignof(AnimInstance_Montage_IsActive) == 0x000008, "Wrong alignment on AnimInstance_Montage_IsActive"); \ +static_assert(sizeof(AnimInstance_Montage_IsActive) == 0x000010, "Wrong size on AnimInstance_Montage_IsActive"); \ +static_assert(offsetof(AnimInstance_Montage_IsActive, Montage) == 0x000000, "Member 'AnimInstance_Montage_IsActive::Montage' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_IsActive, ReturnValue) == 0x000008, "Member 'AnimInstance_Montage_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_IsPlaying \ +static_assert(alignof(AnimInstance_Montage_IsPlaying) == 0x000008, "Wrong alignment on AnimInstance_Montage_IsPlaying"); \ +static_assert(sizeof(AnimInstance_Montage_IsPlaying) == 0x000010, "Wrong size on AnimInstance_Montage_IsPlaying"); \ +static_assert(offsetof(AnimInstance_Montage_IsPlaying, Montage) == 0x000000, "Member 'AnimInstance_Montage_IsPlaying::Montage' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_IsPlaying, ReturnValue) == 0x000008, "Member 'AnimInstance_Montage_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_TryGetPawnOwner \ +static_assert(alignof(AnimInstance_TryGetPawnOwner) == 0x000008, "Wrong alignment on AnimInstance_TryGetPawnOwner"); \ +static_assert(sizeof(AnimInstance_TryGetPawnOwner) == 0x000008, "Wrong size on AnimInstance_TryGetPawnOwner"); \ +static_assert(offsetof(AnimInstance_TryGetPawnOwner, ReturnValue) == 0x000000, "Member 'AnimInstance_TryGetPawnOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimInstance \ +static_assert(alignof(UAnimInstance) == 0x000010, "Wrong alignment on UAnimInstance"); \ +static_assert(sizeof(UAnimInstance) == 0x0002C0, "Wrong size on UAnimInstance"); \ +static_assert(offsetof(UAnimInstance, CurrentSkeleton) == 0x000030, "Member 'UAnimInstance::CurrentSkeleton' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, RootMotionMode) == 0x000038, "Member 'UAnimInstance::RootMotionMode' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, OnMontageBlendingOut) == 0x000040, "Member 'UAnimInstance::OnMontageBlendingOut' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, OnMontageStarted) == 0x000050, "Member 'UAnimInstance::OnMontageStarted' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, OnMontageEnded) == 0x000060, "Member 'UAnimInstance::OnMontageEnded' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, OnAllMontageInstancesEnded) == 0x000070, "Member 'UAnimInstance::OnAllMontageInstancesEnded' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, NotifyQueue) == 0x000108, "Member 'UAnimInstance::NotifyQueue' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, ActiveAnimNotifyState) == 0x000178, "Member 'UAnimInstance::ActiveAnimNotifyState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_CreateInstance \ +static_assert(alignof(LevelStreaming_CreateInstance) == 0x000008, "Wrong alignment on LevelStreaming_CreateInstance"); \ +static_assert(sizeof(LevelStreaming_CreateInstance) == 0x000018, "Wrong size on LevelStreaming_CreateInstance"); \ +static_assert(offsetof(LevelStreaming_CreateInstance, UniqueInstanceName) == 0x000000, "Member 'LevelStreaming_CreateInstance::UniqueInstanceName' has a wrong offset!"); \ +static_assert(offsetof(LevelStreaming_CreateInstance, ReturnValue) == 0x000010, "Member 'LevelStreaming_CreateInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_GetLevelScriptActor \ +static_assert(alignof(LevelStreaming_GetLevelScriptActor) == 0x000008, "Wrong alignment on LevelStreaming_GetLevelScriptActor"); \ +static_assert(sizeof(LevelStreaming_GetLevelScriptActor) == 0x000008, "Wrong size on LevelStreaming_GetLevelScriptActor"); \ +static_assert(offsetof(LevelStreaming_GetLevelScriptActor, ReturnValue) == 0x000000, "Member 'LevelStreaming_GetLevelScriptActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_SetIsRequestingUnloadAndRemoval \ +static_assert(alignof(LevelStreaming_SetIsRequestingUnloadAndRemoval) == 0x000001, "Wrong alignment on LevelStreaming_SetIsRequestingUnloadAndRemoval"); \ +static_assert(sizeof(LevelStreaming_SetIsRequestingUnloadAndRemoval) == 0x000001, "Wrong size on LevelStreaming_SetIsRequestingUnloadAndRemoval"); \ +static_assert(offsetof(LevelStreaming_SetIsRequestingUnloadAndRemoval, bInIsRequestingUnloadAndRemoval) == 0x000000, "Member 'LevelStreaming_SetIsRequestingUnloadAndRemoval::bInIsRequestingUnloadAndRemoval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_SetLevelLODIndex \ +static_assert(alignof(LevelStreaming_SetLevelLODIndex) == 0x000004, "Wrong alignment on LevelStreaming_SetLevelLODIndex"); \ +static_assert(sizeof(LevelStreaming_SetLevelLODIndex) == 0x000004, "Wrong size on LevelStreaming_SetLevelLODIndex"); \ +static_assert(offsetof(LevelStreaming_SetLevelLODIndex, LODIndex) == 0x000000, "Member 'LevelStreaming_SetLevelLODIndex::LODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_SetPriority \ +static_assert(alignof(LevelStreaming_SetPriority) == 0x000004, "Wrong alignment on LevelStreaming_SetPriority"); \ +static_assert(sizeof(LevelStreaming_SetPriority) == 0x000004, "Wrong size on LevelStreaming_SetPriority"); \ +static_assert(offsetof(LevelStreaming_SetPriority, NewPriority) == 0x000000, "Member 'LevelStreaming_SetPriority::NewPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_SetShouldBeLoaded \ +static_assert(alignof(LevelStreaming_SetShouldBeLoaded) == 0x000001, "Wrong alignment on LevelStreaming_SetShouldBeLoaded"); \ +static_assert(sizeof(LevelStreaming_SetShouldBeLoaded) == 0x000001, "Wrong size on LevelStreaming_SetShouldBeLoaded"); \ +static_assert(offsetof(LevelStreaming_SetShouldBeLoaded, bInShouldBeLoaded) == 0x000000, "Member 'LevelStreaming_SetShouldBeLoaded::bInShouldBeLoaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_SetShouldBeVisible \ +static_assert(alignof(LevelStreaming_SetShouldBeVisible) == 0x000001, "Wrong alignment on LevelStreaming_SetShouldBeVisible"); \ +static_assert(sizeof(LevelStreaming_SetShouldBeVisible) == 0x000001, "Wrong size on LevelStreaming_SetShouldBeVisible"); \ +static_assert(offsetof(LevelStreaming_SetShouldBeVisible, bInShouldBeVisible) == 0x000000, "Member 'LevelStreaming_SetShouldBeVisible::bInShouldBeVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_GetIsRequestingUnloadAndRemoval \ +static_assert(alignof(LevelStreaming_GetIsRequestingUnloadAndRemoval) == 0x000001, "Wrong alignment on LevelStreaming_GetIsRequestingUnloadAndRemoval"); \ +static_assert(sizeof(LevelStreaming_GetIsRequestingUnloadAndRemoval) == 0x000001, "Wrong size on LevelStreaming_GetIsRequestingUnloadAndRemoval"); \ +static_assert(offsetof(LevelStreaming_GetIsRequestingUnloadAndRemoval, ReturnValue) == 0x000000, "Member 'LevelStreaming_GetIsRequestingUnloadAndRemoval::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_GetLoadedLevel \ +static_assert(alignof(LevelStreaming_GetLoadedLevel) == 0x000008, "Wrong alignment on LevelStreaming_GetLoadedLevel"); \ +static_assert(sizeof(LevelStreaming_GetLoadedLevel) == 0x000008, "Wrong size on LevelStreaming_GetLoadedLevel"); \ +static_assert(offsetof(LevelStreaming_GetLoadedLevel, ReturnValue) == 0x000000, "Member 'LevelStreaming_GetLoadedLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_GetWorldAssetPackageFName \ +static_assert(alignof(LevelStreaming_GetWorldAssetPackageFName) == 0x000004, "Wrong alignment on LevelStreaming_GetWorldAssetPackageFName"); \ +static_assert(sizeof(LevelStreaming_GetWorldAssetPackageFName) == 0x00000C, "Wrong size on LevelStreaming_GetWorldAssetPackageFName"); \ +static_assert(offsetof(LevelStreaming_GetWorldAssetPackageFName, ReturnValue) == 0x000000, "Member 'LevelStreaming_GetWorldAssetPackageFName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_IsLevelLoaded \ +static_assert(alignof(LevelStreaming_IsLevelLoaded) == 0x000001, "Wrong alignment on LevelStreaming_IsLevelLoaded"); \ +static_assert(sizeof(LevelStreaming_IsLevelLoaded) == 0x000001, "Wrong size on LevelStreaming_IsLevelLoaded"); \ +static_assert(offsetof(LevelStreaming_IsLevelLoaded, ReturnValue) == 0x000000, "Member 'LevelStreaming_IsLevelLoaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_IsLevelVisible \ +static_assert(alignof(LevelStreaming_IsLevelVisible) == 0x000001, "Wrong alignment on LevelStreaming_IsLevelVisible"); \ +static_assert(sizeof(LevelStreaming_IsLevelVisible) == 0x000001, "Wrong size on LevelStreaming_IsLevelVisible"); \ +static_assert(offsetof(LevelStreaming_IsLevelVisible, ReturnValue) == 0x000000, "Member 'LevelStreaming_IsLevelVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_IsStreamingStatePending \ +static_assert(alignof(LevelStreaming_IsStreamingStatePending) == 0x000001, "Wrong alignment on LevelStreaming_IsStreamingStatePending"); \ +static_assert(sizeof(LevelStreaming_IsStreamingStatePending) == 0x000001, "Wrong size on LevelStreaming_IsStreamingStatePending"); \ +static_assert(offsetof(LevelStreaming_IsStreamingStatePending, ReturnValue) == 0x000000, "Member 'LevelStreaming_IsStreamingStatePending::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreaming_ShouldBeLoaded \ +static_assert(alignof(LevelStreaming_ShouldBeLoaded) == 0x000001, "Wrong alignment on LevelStreaming_ShouldBeLoaded"); \ +static_assert(sizeof(LevelStreaming_ShouldBeLoaded) == 0x000001, "Wrong size on LevelStreaming_ShouldBeLoaded"); \ +static_assert(offsetof(LevelStreaming_ShouldBeLoaded, ReturnValue) == 0x000000, "Member 'LevelStreaming_ShouldBeLoaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelStreaming \ +static_assert(alignof(ULevelStreaming) == 0x000010, "Wrong alignment on ULevelStreaming"); \ +static_assert(sizeof(ULevelStreaming) == 0x000160, "Wrong size on ULevelStreaming"); \ +static_assert(offsetof(ULevelStreaming, WorldAsset) == 0x000030, "Member 'ULevelStreaming::WorldAsset' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, PackageNameToLoad) == 0x000060, "Member 'ULevelStreaming::PackageNameToLoad' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, LODPackageNames) == 0x000070, "Member 'ULevelStreaming::LODPackageNames' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, LevelTransform) == 0x000090, "Member 'ULevelStreaming::LevelTransform' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, LevelLODIndex) == 0x0000C0, "Member 'ULevelStreaming::LevelLODIndex' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, StreamingPriority) == 0x0000C4, "Member 'ULevelStreaming::StreamingPriority' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, LevelColor) == 0x0000CC, "Member 'ULevelStreaming::LevelColor' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, EditorStreamingVolumes) == 0x0000E0, "Member 'ULevelStreaming::EditorStreamingVolumes' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, MinTimeBetweenVolumeUnloadRequests) == 0x0000F0, "Member 'ULevelStreaming::MinTimeBetweenVolumeUnloadRequests' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, OnLevelLoaded) == 0x0000F8, "Member 'ULevelStreaming::OnLevelLoaded' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, OnLevelUnloaded) == 0x000108, "Member 'ULevelStreaming::OnLevelUnloaded' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, OnLevelShown) == 0x000118, "Member 'ULevelStreaming::OnLevelShown' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, OnLevelHidden) == 0x000128, "Member 'ULevelStreaming::OnLevelHidden' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, LoadedLevel) == 0x000138, "Member 'ULevelStreaming::LoadedLevel' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, PendingUnloadLevel) == 0x000140, "Member 'ULevelStreaming::PendingUnloadLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreamingDynamic_LoadLevelInstance \ +static_assert(alignof(LevelStreamingDynamic_LoadLevelInstance) == 0x000008, "Wrong alignment on LevelStreamingDynamic_LoadLevelInstance"); \ +static_assert(sizeof(LevelStreamingDynamic_LoadLevelInstance) == 0x000050, "Wrong size on LevelStreamingDynamic_LoadLevelInstance"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstance, WorldContextObject) == 0x000000, "Member 'LevelStreamingDynamic_LoadLevelInstance::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstance, LevelName) == 0x000008, "Member 'LevelStreamingDynamic_LoadLevelInstance::LevelName' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstance, Location) == 0x000018, "Member 'LevelStreamingDynamic_LoadLevelInstance::Location' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstance, Rotation) == 0x000024, "Member 'LevelStreamingDynamic_LoadLevelInstance::Rotation' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstance, bOutSuccess) == 0x000030, "Member 'LevelStreamingDynamic_LoadLevelInstance::bOutSuccess' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstance, OptionalLevelNameOverride) == 0x000038, "Member 'LevelStreamingDynamic_LoadLevelInstance::OptionalLevelNameOverride' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstance, ReturnValue) == 0x000048, "Member 'LevelStreamingDynamic_LoadLevelInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr \ +static_assert(alignof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr) == 0x000008, "Wrong alignment on LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr"); \ +static_assert(sizeof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr) == 0x000070, "Wrong size on LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr, WorldContextObject) == 0x000000, "Member 'LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr, Level) == 0x000008, "Member 'LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr::Level' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr, Location) == 0x000038, "Member 'LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr::Location' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr, Rotation) == 0x000044, "Member 'LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr::Rotation' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr, bOutSuccess) == 0x000050, "Member 'LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr::bOutSuccess' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr, OptionalLevelNameOverride) == 0x000058, "Member 'LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr::OptionalLevelNameOverride' has a wrong offset!"); \ +static_assert(offsetof(LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr, ReturnValue) == 0x000068, "Member 'LevelStreamingDynamic_LoadLevelInstanceBySoftObjectPtr::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelStreamingDynamic \ +static_assert(alignof(ULevelStreamingDynamic) == 0x000010, "Wrong alignment on ULevelStreamingDynamic"); \ +static_assert(sizeof(ULevelStreamingDynamic) == 0x000170, "Wrong size on ULevelStreamingDynamic"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_SetCapsuleHalfHeight \ +static_assert(alignof(CapsuleComponent_SetCapsuleHalfHeight) == 0x000004, "Wrong alignment on CapsuleComponent_SetCapsuleHalfHeight"); \ +static_assert(sizeof(CapsuleComponent_SetCapsuleHalfHeight) == 0x000008, "Wrong size on CapsuleComponent_SetCapsuleHalfHeight"); \ +static_assert(offsetof(CapsuleComponent_SetCapsuleHalfHeight, HalfHeight) == 0x000000, "Member 'CapsuleComponent_SetCapsuleHalfHeight::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(CapsuleComponent_SetCapsuleHalfHeight, bUpdateOverlaps) == 0x000004, "Member 'CapsuleComponent_SetCapsuleHalfHeight::bUpdateOverlaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_SetCapsuleRadius \ +static_assert(alignof(CapsuleComponent_SetCapsuleRadius) == 0x000004, "Wrong alignment on CapsuleComponent_SetCapsuleRadius"); \ +static_assert(sizeof(CapsuleComponent_SetCapsuleRadius) == 0x000008, "Wrong size on CapsuleComponent_SetCapsuleRadius"); \ +static_assert(offsetof(CapsuleComponent_SetCapsuleRadius, Radius) == 0x000000, "Member 'CapsuleComponent_SetCapsuleRadius::Radius' has a wrong offset!"); \ +static_assert(offsetof(CapsuleComponent_SetCapsuleRadius, bUpdateOverlaps) == 0x000004, "Member 'CapsuleComponent_SetCapsuleRadius::bUpdateOverlaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_SetCapsuleSize \ +static_assert(alignof(CapsuleComponent_SetCapsuleSize) == 0x000004, "Wrong alignment on CapsuleComponent_SetCapsuleSize"); \ +static_assert(sizeof(CapsuleComponent_SetCapsuleSize) == 0x00000C, "Wrong size on CapsuleComponent_SetCapsuleSize"); \ +static_assert(offsetof(CapsuleComponent_SetCapsuleSize, InRadius) == 0x000000, "Member 'CapsuleComponent_SetCapsuleSize::InRadius' has a wrong offset!"); \ +static_assert(offsetof(CapsuleComponent_SetCapsuleSize, InHalfHeight) == 0x000004, "Member 'CapsuleComponent_SetCapsuleSize::InHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(CapsuleComponent_SetCapsuleSize, bUpdateOverlaps) == 0x000008, "Member 'CapsuleComponent_SetCapsuleSize::bUpdateOverlaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_GetScaledCapsuleHalfHeight \ +static_assert(alignof(CapsuleComponent_GetScaledCapsuleHalfHeight) == 0x000004, "Wrong alignment on CapsuleComponent_GetScaledCapsuleHalfHeight"); \ +static_assert(sizeof(CapsuleComponent_GetScaledCapsuleHalfHeight) == 0x000004, "Wrong size on CapsuleComponent_GetScaledCapsuleHalfHeight"); \ +static_assert(offsetof(CapsuleComponent_GetScaledCapsuleHalfHeight, ReturnValue) == 0x000000, "Member 'CapsuleComponent_GetScaledCapsuleHalfHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_GetScaledCapsuleHalfHeight_WithoutHemisphere \ +static_assert(alignof(CapsuleComponent_GetScaledCapsuleHalfHeight_WithoutHemisphere) == 0x000004, "Wrong alignment on CapsuleComponent_GetScaledCapsuleHalfHeight_WithoutHemisphere"); \ +static_assert(sizeof(CapsuleComponent_GetScaledCapsuleHalfHeight_WithoutHemisphere) == 0x000004, "Wrong size on CapsuleComponent_GetScaledCapsuleHalfHeight_WithoutHemisphere"); \ +static_assert(offsetof(CapsuleComponent_GetScaledCapsuleHalfHeight_WithoutHemisphere, ReturnValue) == 0x000000, "Member 'CapsuleComponent_GetScaledCapsuleHalfHeight_WithoutHemisphere::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_GetScaledCapsuleRadius \ +static_assert(alignof(CapsuleComponent_GetScaledCapsuleRadius) == 0x000004, "Wrong alignment on CapsuleComponent_GetScaledCapsuleRadius"); \ +static_assert(sizeof(CapsuleComponent_GetScaledCapsuleRadius) == 0x000004, "Wrong size on CapsuleComponent_GetScaledCapsuleRadius"); \ +static_assert(offsetof(CapsuleComponent_GetScaledCapsuleRadius, ReturnValue) == 0x000000, "Member 'CapsuleComponent_GetScaledCapsuleRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_GetScaledCapsuleSize \ +static_assert(alignof(CapsuleComponent_GetScaledCapsuleSize) == 0x000004, "Wrong alignment on CapsuleComponent_GetScaledCapsuleSize"); \ +static_assert(sizeof(CapsuleComponent_GetScaledCapsuleSize) == 0x000008, "Wrong size on CapsuleComponent_GetScaledCapsuleSize"); \ +static_assert(offsetof(CapsuleComponent_GetScaledCapsuleSize, OutRadius) == 0x000000, "Member 'CapsuleComponent_GetScaledCapsuleSize::OutRadius' has a wrong offset!"); \ +static_assert(offsetof(CapsuleComponent_GetScaledCapsuleSize, OutHalfHeight) == 0x000004, "Member 'CapsuleComponent_GetScaledCapsuleSize::OutHalfHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_GetScaledCapsuleSize_WithoutHemisphere \ +static_assert(alignof(CapsuleComponent_GetScaledCapsuleSize_WithoutHemisphere) == 0x000004, "Wrong alignment on CapsuleComponent_GetScaledCapsuleSize_WithoutHemisphere"); \ +static_assert(sizeof(CapsuleComponent_GetScaledCapsuleSize_WithoutHemisphere) == 0x000008, "Wrong size on CapsuleComponent_GetScaledCapsuleSize_WithoutHemisphere"); \ +static_assert(offsetof(CapsuleComponent_GetScaledCapsuleSize_WithoutHemisphere, OutRadius) == 0x000000, "Member 'CapsuleComponent_GetScaledCapsuleSize_WithoutHemisphere::OutRadius' has a wrong offset!"); \ +static_assert(offsetof(CapsuleComponent_GetScaledCapsuleSize_WithoutHemisphere, OutHalfHeightWithoutHemisphere) == 0x000004, "Member 'CapsuleComponent_GetScaledCapsuleSize_WithoutHemisphere::OutHalfHeightWithoutHemisphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_GetShapeScale \ +static_assert(alignof(CapsuleComponent_GetShapeScale) == 0x000004, "Wrong alignment on CapsuleComponent_GetShapeScale"); \ +static_assert(sizeof(CapsuleComponent_GetShapeScale) == 0x000004, "Wrong size on CapsuleComponent_GetShapeScale"); \ +static_assert(offsetof(CapsuleComponent_GetShapeScale, ReturnValue) == 0x000000, "Member 'CapsuleComponent_GetShapeScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_GetUnscaledCapsuleHalfHeight \ +static_assert(alignof(CapsuleComponent_GetUnscaledCapsuleHalfHeight) == 0x000004, "Wrong alignment on CapsuleComponent_GetUnscaledCapsuleHalfHeight"); \ +static_assert(sizeof(CapsuleComponent_GetUnscaledCapsuleHalfHeight) == 0x000004, "Wrong size on CapsuleComponent_GetUnscaledCapsuleHalfHeight"); \ +static_assert(offsetof(CapsuleComponent_GetUnscaledCapsuleHalfHeight, ReturnValue) == 0x000000, "Member 'CapsuleComponent_GetUnscaledCapsuleHalfHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_GetUnscaledCapsuleHalfHeight_WithoutHemisphere \ +static_assert(alignof(CapsuleComponent_GetUnscaledCapsuleHalfHeight_WithoutHemisphere) == 0x000004, "Wrong alignment on CapsuleComponent_GetUnscaledCapsuleHalfHeight_WithoutHemisphere"); \ +static_assert(sizeof(CapsuleComponent_GetUnscaledCapsuleHalfHeight_WithoutHemisphere) == 0x000004, "Wrong size on CapsuleComponent_GetUnscaledCapsuleHalfHeight_WithoutHemisphere"); \ +static_assert(offsetof(CapsuleComponent_GetUnscaledCapsuleHalfHeight_WithoutHemisphere, ReturnValue) == 0x000000, "Member 'CapsuleComponent_GetUnscaledCapsuleHalfHeight_WithoutHemisphere::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_GetUnscaledCapsuleRadius \ +static_assert(alignof(CapsuleComponent_GetUnscaledCapsuleRadius) == 0x000004, "Wrong alignment on CapsuleComponent_GetUnscaledCapsuleRadius"); \ +static_assert(sizeof(CapsuleComponent_GetUnscaledCapsuleRadius) == 0x000004, "Wrong size on CapsuleComponent_GetUnscaledCapsuleRadius"); \ +static_assert(offsetof(CapsuleComponent_GetUnscaledCapsuleRadius, ReturnValue) == 0x000000, "Member 'CapsuleComponent_GetUnscaledCapsuleRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_GetUnscaledCapsuleSize \ +static_assert(alignof(CapsuleComponent_GetUnscaledCapsuleSize) == 0x000004, "Wrong alignment on CapsuleComponent_GetUnscaledCapsuleSize"); \ +static_assert(sizeof(CapsuleComponent_GetUnscaledCapsuleSize) == 0x000008, "Wrong size on CapsuleComponent_GetUnscaledCapsuleSize"); \ +static_assert(offsetof(CapsuleComponent_GetUnscaledCapsuleSize, OutRadius) == 0x000000, "Member 'CapsuleComponent_GetUnscaledCapsuleSize::OutRadius' has a wrong offset!"); \ +static_assert(offsetof(CapsuleComponent_GetUnscaledCapsuleSize, OutHalfHeight) == 0x000004, "Member 'CapsuleComponent_GetUnscaledCapsuleSize::OutHalfHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CapsuleComponent_GetUnscaledCapsuleSize_WithoutHemisphere \ +static_assert(alignof(CapsuleComponent_GetUnscaledCapsuleSize_WithoutHemisphere) == 0x000004, "Wrong alignment on CapsuleComponent_GetUnscaledCapsuleSize_WithoutHemisphere"); \ +static_assert(sizeof(CapsuleComponent_GetUnscaledCapsuleSize_WithoutHemisphere) == 0x000008, "Wrong size on CapsuleComponent_GetUnscaledCapsuleSize_WithoutHemisphere"); \ +static_assert(offsetof(CapsuleComponent_GetUnscaledCapsuleSize_WithoutHemisphere, OutRadius) == 0x000000, "Member 'CapsuleComponent_GetUnscaledCapsuleSize_WithoutHemisphere::OutRadius' has a wrong offset!"); \ +static_assert(offsetof(CapsuleComponent_GetUnscaledCapsuleSize_WithoutHemisphere, OutHalfHeightWithoutHemisphere) == 0x000004, "Member 'CapsuleComponent_GetUnscaledCapsuleSize_WithoutHemisphere::OutHalfHeightWithoutHemisphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCapsuleComponent \ +static_assert(alignof(UCapsuleComponent) == 0x000010, "Wrong alignment on UCapsuleComponent"); \ +static_assert(sizeof(UCapsuleComponent) == 0x000520, "Wrong size on UCapsuleComponent"); \ +static_assert(offsetof(UCapsuleComponent, CapsuleHalfHeight) == 0x000518, "Member 'UCapsuleComponent::CapsuleHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(UCapsuleComponent, CapsuleRadius) == 0x00051C, "Member 'UCapsuleComponent::CapsuleRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_K2_MoveUpdatedComponent \ +static_assert(alignof(MovementComponent_K2_MoveUpdatedComponent) == 0x000004, "Wrong alignment on MovementComponent_K2_MoveUpdatedComponent"); \ +static_assert(sizeof(MovementComponent_K2_MoveUpdatedComponent) == 0x0000AC, "Wrong size on MovementComponent_K2_MoveUpdatedComponent"); \ +static_assert(offsetof(MovementComponent_K2_MoveUpdatedComponent, Delta) == 0x000000, "Member 'MovementComponent_K2_MoveUpdatedComponent::Delta' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_K2_MoveUpdatedComponent, NewRotation) == 0x00000C, "Member 'MovementComponent_K2_MoveUpdatedComponent::NewRotation' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_K2_MoveUpdatedComponent, OutHit) == 0x000018, "Member 'MovementComponent_K2_MoveUpdatedComponent::OutHit' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_K2_MoveUpdatedComponent, bSweep) == 0x0000A8, "Member 'MovementComponent_K2_MoveUpdatedComponent::bSweep' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_K2_MoveUpdatedComponent, bTeleport) == 0x0000A9, "Member 'MovementComponent_K2_MoveUpdatedComponent::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_K2_MoveUpdatedComponent, ReturnValue) == 0x0000AA, "Member 'MovementComponent_K2_MoveUpdatedComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_PhysicsVolumeChanged \ +static_assert(alignof(MovementComponent_PhysicsVolumeChanged) == 0x000008, "Wrong alignment on MovementComponent_PhysicsVolumeChanged"); \ +static_assert(sizeof(MovementComponent_PhysicsVolumeChanged) == 0x000008, "Wrong size on MovementComponent_PhysicsVolumeChanged"); \ +static_assert(offsetof(MovementComponent_PhysicsVolumeChanged, NewVolume) == 0x000000, "Member 'MovementComponent_PhysicsVolumeChanged::NewVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_SetPlaneConstraintAxisSetting \ +static_assert(alignof(MovementComponent_SetPlaneConstraintAxisSetting) == 0x000001, "Wrong alignment on MovementComponent_SetPlaneConstraintAxisSetting"); \ +static_assert(sizeof(MovementComponent_SetPlaneConstraintAxisSetting) == 0x000001, "Wrong size on MovementComponent_SetPlaneConstraintAxisSetting"); \ +static_assert(offsetof(MovementComponent_SetPlaneConstraintAxisSetting, NewAxisSetting) == 0x000000, "Member 'MovementComponent_SetPlaneConstraintAxisSetting::NewAxisSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_SetPlaneConstraintEnabled \ +static_assert(alignof(MovementComponent_SetPlaneConstraintEnabled) == 0x000001, "Wrong alignment on MovementComponent_SetPlaneConstraintEnabled"); \ +static_assert(sizeof(MovementComponent_SetPlaneConstraintEnabled) == 0x000001, "Wrong size on MovementComponent_SetPlaneConstraintEnabled"); \ +static_assert(offsetof(MovementComponent_SetPlaneConstraintEnabled, bEnabled) == 0x000000, "Member 'MovementComponent_SetPlaneConstraintEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_SetPlaneConstraintFromVectors \ +static_assert(alignof(MovementComponent_SetPlaneConstraintFromVectors) == 0x000004, "Wrong alignment on MovementComponent_SetPlaneConstraintFromVectors"); \ +static_assert(sizeof(MovementComponent_SetPlaneConstraintFromVectors) == 0x000018, "Wrong size on MovementComponent_SetPlaneConstraintFromVectors"); \ +static_assert(offsetof(MovementComponent_SetPlaneConstraintFromVectors, Forward) == 0x000000, "Member 'MovementComponent_SetPlaneConstraintFromVectors::Forward' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_SetPlaneConstraintFromVectors, Up) == 0x00000C, "Member 'MovementComponent_SetPlaneConstraintFromVectors::Up' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_SetPlaneConstraintNormal \ +static_assert(alignof(MovementComponent_SetPlaneConstraintNormal) == 0x000004, "Wrong alignment on MovementComponent_SetPlaneConstraintNormal"); \ +static_assert(sizeof(MovementComponent_SetPlaneConstraintNormal) == 0x00000C, "Wrong size on MovementComponent_SetPlaneConstraintNormal"); \ +static_assert(offsetof(MovementComponent_SetPlaneConstraintNormal, PlaneNormal) == 0x000000, "Member 'MovementComponent_SetPlaneConstraintNormal::PlaneNormal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_SetPlaneConstraintOrigin \ +static_assert(alignof(MovementComponent_SetPlaneConstraintOrigin) == 0x000004, "Wrong alignment on MovementComponent_SetPlaneConstraintOrigin"); \ +static_assert(sizeof(MovementComponent_SetPlaneConstraintOrigin) == 0x00000C, "Wrong size on MovementComponent_SetPlaneConstraintOrigin"); \ +static_assert(offsetof(MovementComponent_SetPlaneConstraintOrigin, PlaneOrigin) == 0x000000, "Member 'MovementComponent_SetPlaneConstraintOrigin::PlaneOrigin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_SetUpdatedComponent \ +static_assert(alignof(MovementComponent_SetUpdatedComponent) == 0x000008, "Wrong alignment on MovementComponent_SetUpdatedComponent"); \ +static_assert(sizeof(MovementComponent_SetUpdatedComponent) == 0x000008, "Wrong size on MovementComponent_SetUpdatedComponent"); \ +static_assert(offsetof(MovementComponent_SetUpdatedComponent, NewUpdatedComponent) == 0x000000, "Member 'MovementComponent_SetUpdatedComponent::NewUpdatedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_ConstrainDirectionToPlane \ +static_assert(alignof(MovementComponent_ConstrainDirectionToPlane) == 0x000004, "Wrong alignment on MovementComponent_ConstrainDirectionToPlane"); \ +static_assert(sizeof(MovementComponent_ConstrainDirectionToPlane) == 0x000018, "Wrong size on MovementComponent_ConstrainDirectionToPlane"); \ +static_assert(offsetof(MovementComponent_ConstrainDirectionToPlane, Direction) == 0x000000, "Member 'MovementComponent_ConstrainDirectionToPlane::Direction' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_ConstrainDirectionToPlane, ReturnValue) == 0x00000C, "Member 'MovementComponent_ConstrainDirectionToPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_ConstrainLocationToPlane \ +static_assert(alignof(MovementComponent_ConstrainLocationToPlane) == 0x000004, "Wrong alignment on MovementComponent_ConstrainLocationToPlane"); \ +static_assert(sizeof(MovementComponent_ConstrainLocationToPlane) == 0x000018, "Wrong size on MovementComponent_ConstrainLocationToPlane"); \ +static_assert(offsetof(MovementComponent_ConstrainLocationToPlane, Location) == 0x000000, "Member 'MovementComponent_ConstrainLocationToPlane::Location' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_ConstrainLocationToPlane, ReturnValue) == 0x00000C, "Member 'MovementComponent_ConstrainLocationToPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_ConstrainNormalToPlane \ +static_assert(alignof(MovementComponent_ConstrainNormalToPlane) == 0x000004, "Wrong alignment on MovementComponent_ConstrainNormalToPlane"); \ +static_assert(sizeof(MovementComponent_ConstrainNormalToPlane) == 0x000018, "Wrong size on MovementComponent_ConstrainNormalToPlane"); \ +static_assert(offsetof(MovementComponent_ConstrainNormalToPlane, Normal) == 0x000000, "Member 'MovementComponent_ConstrainNormalToPlane::Normal' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_ConstrainNormalToPlane, ReturnValue) == 0x00000C, "Member 'MovementComponent_ConstrainNormalToPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_GetGravityZ \ +static_assert(alignof(MovementComponent_GetGravityZ) == 0x000004, "Wrong alignment on MovementComponent_GetGravityZ"); \ +static_assert(sizeof(MovementComponent_GetGravityZ) == 0x000004, "Wrong size on MovementComponent_GetGravityZ"); \ +static_assert(offsetof(MovementComponent_GetGravityZ, ReturnValue) == 0x000000, "Member 'MovementComponent_GetGravityZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_GetMaxSpeed \ +static_assert(alignof(MovementComponent_GetMaxSpeed) == 0x000004, "Wrong alignment on MovementComponent_GetMaxSpeed"); \ +static_assert(sizeof(MovementComponent_GetMaxSpeed) == 0x000004, "Wrong size on MovementComponent_GetMaxSpeed"); \ +static_assert(offsetof(MovementComponent_GetMaxSpeed, ReturnValue) == 0x000000, "Member 'MovementComponent_GetMaxSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_GetPhysicsVolume \ +static_assert(alignof(MovementComponent_GetPhysicsVolume) == 0x000008, "Wrong alignment on MovementComponent_GetPhysicsVolume"); \ +static_assert(sizeof(MovementComponent_GetPhysicsVolume) == 0x000008, "Wrong size on MovementComponent_GetPhysicsVolume"); \ +static_assert(offsetof(MovementComponent_GetPhysicsVolume, ReturnValue) == 0x000000, "Member 'MovementComponent_GetPhysicsVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_GetPlaneConstraintAxisSetting \ +static_assert(alignof(MovementComponent_GetPlaneConstraintAxisSetting) == 0x000001, "Wrong alignment on MovementComponent_GetPlaneConstraintAxisSetting"); \ +static_assert(sizeof(MovementComponent_GetPlaneConstraintAxisSetting) == 0x000001, "Wrong size on MovementComponent_GetPlaneConstraintAxisSetting"); \ +static_assert(offsetof(MovementComponent_GetPlaneConstraintAxisSetting, ReturnValue) == 0x000000, "Member 'MovementComponent_GetPlaneConstraintAxisSetting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_GetPlaneConstraintNormal \ +static_assert(alignof(MovementComponent_GetPlaneConstraintNormal) == 0x000004, "Wrong alignment on MovementComponent_GetPlaneConstraintNormal"); \ +static_assert(sizeof(MovementComponent_GetPlaneConstraintNormal) == 0x00000C, "Wrong size on MovementComponent_GetPlaneConstraintNormal"); \ +static_assert(offsetof(MovementComponent_GetPlaneConstraintNormal, ReturnValue) == 0x000000, "Member 'MovementComponent_GetPlaneConstraintNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_GetPlaneConstraintOrigin \ +static_assert(alignof(MovementComponent_GetPlaneConstraintOrigin) == 0x000004, "Wrong alignment on MovementComponent_GetPlaneConstraintOrigin"); \ +static_assert(sizeof(MovementComponent_GetPlaneConstraintOrigin) == 0x00000C, "Wrong size on MovementComponent_GetPlaneConstraintOrigin"); \ +static_assert(offsetof(MovementComponent_GetPlaneConstraintOrigin, ReturnValue) == 0x000000, "Member 'MovementComponent_GetPlaneConstraintOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_IsExceedingMaxSpeed \ +static_assert(alignof(MovementComponent_IsExceedingMaxSpeed) == 0x000004, "Wrong alignment on MovementComponent_IsExceedingMaxSpeed"); \ +static_assert(sizeof(MovementComponent_IsExceedingMaxSpeed) == 0x000008, "Wrong size on MovementComponent_IsExceedingMaxSpeed"); \ +static_assert(offsetof(MovementComponent_IsExceedingMaxSpeed, MaxSpeed) == 0x000000, "Member 'MovementComponent_IsExceedingMaxSpeed::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_IsExceedingMaxSpeed, ReturnValue) == 0x000004, "Member 'MovementComponent_IsExceedingMaxSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_K2_GetMaxSpeedModifier \ +static_assert(alignof(MovementComponent_K2_GetMaxSpeedModifier) == 0x000004, "Wrong alignment on MovementComponent_K2_GetMaxSpeedModifier"); \ +static_assert(sizeof(MovementComponent_K2_GetMaxSpeedModifier) == 0x000004, "Wrong size on MovementComponent_K2_GetMaxSpeedModifier"); \ +static_assert(offsetof(MovementComponent_K2_GetMaxSpeedModifier, ReturnValue) == 0x000000, "Member 'MovementComponent_K2_GetMaxSpeedModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovementComponent_K2_GetModifiedMaxSpeed \ +static_assert(alignof(MovementComponent_K2_GetModifiedMaxSpeed) == 0x000004, "Wrong alignment on MovementComponent_K2_GetModifiedMaxSpeed"); \ +static_assert(sizeof(MovementComponent_K2_GetModifiedMaxSpeed) == 0x000004, "Wrong size on MovementComponent_K2_GetModifiedMaxSpeed"); \ +static_assert(offsetof(MovementComponent_K2_GetModifiedMaxSpeed, ReturnValue) == 0x000000, "Member 'MovementComponent_K2_GetModifiedMaxSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovementComponent \ +static_assert(alignof(UMovementComponent) == 0x000008, "Wrong alignment on UMovementComponent"); \ +static_assert(sizeof(UMovementComponent) == 0x000100, "Wrong size on UMovementComponent"); \ +static_assert(offsetof(UMovementComponent, UpdatedComponent) == 0x0000C0, "Member 'UMovementComponent::UpdatedComponent' has a wrong offset!"); \ +static_assert(offsetof(UMovementComponent, UpdatedPrimitive) == 0x0000C8, "Member 'UMovementComponent::UpdatedPrimitive' has a wrong offset!"); \ +static_assert(offsetof(UMovementComponent, Velocity) == 0x0000D4, "Member 'UMovementComponent::Velocity' has a wrong offset!"); \ +static_assert(offsetof(UMovementComponent, PlaneConstraintNormal) == 0x0000E0, "Member 'UMovementComponent::PlaneConstraintNormal' has a wrong offset!"); \ +static_assert(offsetof(UMovementComponent, PlaneConstraintOrigin) == 0x0000EC, "Member 'UMovementComponent::PlaneConstraintOrigin' has a wrong offset!"); \ +static_assert(offsetof(UMovementComponent, PlaneConstraintAxisSetting) == 0x0000FB, "Member 'UMovementComponent::PlaneConstraintAxisSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSet \ +static_assert(alignof(UAnimSet) == 0x000008, "Wrong alignment on UAnimSet"); \ +static_assert(sizeof(UAnimSet) == 0x000100, "Wrong size on UAnimSet"); \ +static_assert(offsetof(UAnimSet, TrackBoneNames) == 0x000038, "Member 'UAnimSet::TrackBoneNames' has a wrong offset!"); \ +static_assert(offsetof(UAnimSet, LinkupCache) == 0x000048, "Member 'UAnimSet::LinkupCache' has a wrong offset!"); \ +static_assert(offsetof(UAnimSet, BoneUseAnimTranslation) == 0x000058, "Member 'UAnimSet::BoneUseAnimTranslation' has a wrong offset!"); \ +static_assert(offsetof(UAnimSet, ForceUseMeshTranslation) == 0x000068, "Member 'UAnimSet::ForceUseMeshTranslation' has a wrong offset!"); \ +static_assert(offsetof(UAnimSet, UseTranslationBoneNames) == 0x000078, "Member 'UAnimSet::UseTranslationBoneNames' has a wrong offset!"); \ +static_assert(offsetof(UAnimSet, ForceMeshTranslationBoneNames) == 0x000088, "Member 'UAnimSet::ForceMeshTranslationBoneNames' has a wrong offset!"); \ +static_assert(offsetof(UAnimSet, PreviewSkelMeshName) == 0x000098, "Member 'UAnimSet::PreviewSkelMeshName' has a wrong offset!"); \ +static_assert(offsetof(UAnimSet, BestRatioSkelMeshName) == 0x0000A4, "Member 'UAnimSet::BestRatioSkelMeshName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimecodeProvider_FetchTimecode \ +static_assert(alignof(TimecodeProvider_FetchTimecode) == 0x000004, "Wrong alignment on TimecodeProvider_FetchTimecode"); \ +static_assert(sizeof(TimecodeProvider_FetchTimecode) == 0x000014, "Wrong size on TimecodeProvider_FetchTimecode"); \ +static_assert(offsetof(TimecodeProvider_FetchTimecode, OutFrameTime) == 0x000000, "Member 'TimecodeProvider_FetchTimecode::OutFrameTime' has a wrong offset!"); \ +static_assert(offsetof(TimecodeProvider_FetchTimecode, ReturnValue) == 0x000010, "Member 'TimecodeProvider_FetchTimecode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimecodeProvider_GetDelayedQualifiedFrameTime \ +static_assert(alignof(TimecodeProvider_GetDelayedQualifiedFrameTime) == 0x000004, "Wrong alignment on TimecodeProvider_GetDelayedQualifiedFrameTime"); \ +static_assert(sizeof(TimecodeProvider_GetDelayedQualifiedFrameTime) == 0x000010, "Wrong size on TimecodeProvider_GetDelayedQualifiedFrameTime"); \ +static_assert(offsetof(TimecodeProvider_GetDelayedQualifiedFrameTime, ReturnValue) == 0x000000, "Member 'TimecodeProvider_GetDelayedQualifiedFrameTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimecodeProvider_GetDelayedTimecode \ +static_assert(alignof(TimecodeProvider_GetDelayedTimecode) == 0x000004, "Wrong alignment on TimecodeProvider_GetDelayedTimecode"); \ +static_assert(sizeof(TimecodeProvider_GetDelayedTimecode) == 0x000014, "Wrong size on TimecodeProvider_GetDelayedTimecode"); \ +static_assert(offsetof(TimecodeProvider_GetDelayedTimecode, ReturnValue) == 0x000000, "Member 'TimecodeProvider_GetDelayedTimecode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimecodeProvider_GetFrameRate \ +static_assert(alignof(TimecodeProvider_GetFrameRate) == 0x000004, "Wrong alignment on TimecodeProvider_GetFrameRate"); \ +static_assert(sizeof(TimecodeProvider_GetFrameRate) == 0x000008, "Wrong size on TimecodeProvider_GetFrameRate"); \ +static_assert(offsetof(TimecodeProvider_GetFrameRate, ReturnValue) == 0x000000, "Member 'TimecodeProvider_GetFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimecodeProvider_GetQualifiedFrameTime \ +static_assert(alignof(TimecodeProvider_GetQualifiedFrameTime) == 0x000004, "Wrong alignment on TimecodeProvider_GetQualifiedFrameTime"); \ +static_assert(sizeof(TimecodeProvider_GetQualifiedFrameTime) == 0x000010, "Wrong size on TimecodeProvider_GetQualifiedFrameTime"); \ +static_assert(offsetof(TimecodeProvider_GetQualifiedFrameTime, ReturnValue) == 0x000000, "Member 'TimecodeProvider_GetQualifiedFrameTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimecodeProvider_GetSynchronizationState \ +static_assert(alignof(TimecodeProvider_GetSynchronizationState) == 0x000004, "Wrong alignment on TimecodeProvider_GetSynchronizationState"); \ +static_assert(sizeof(TimecodeProvider_GetSynchronizationState) == 0x000004, "Wrong size on TimecodeProvider_GetSynchronizationState"); \ +static_assert(offsetof(TimecodeProvider_GetSynchronizationState, ReturnValue) == 0x000000, "Member 'TimecodeProvider_GetSynchronizationState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimecodeProvider_GetTimecode \ +static_assert(alignof(TimecodeProvider_GetTimecode) == 0x000004, "Wrong alignment on TimecodeProvider_GetTimecode"); \ +static_assert(sizeof(TimecodeProvider_GetTimecode) == 0x000014, "Wrong size on TimecodeProvider_GetTimecode"); \ +static_assert(offsetof(TimecodeProvider_GetTimecode, ReturnValue) == 0x000000, "Member 'TimecodeProvider_GetTimecode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTimecodeProvider \ +static_assert(alignof(UTimecodeProvider) == 0x000008, "Wrong alignment on UTimecodeProvider"); \ +static_assert(sizeof(UTimecodeProvider) == 0x000038, "Wrong size on UTimecodeProvider"); \ +static_assert(offsetof(UTimecodeProvider, FrameDelay) == 0x000030, "Member 'UTimecodeProvider::FrameDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraShakeBase_SetRootShakePattern \ +static_assert(alignof(CameraShakeBase_SetRootShakePattern) == 0x000008, "Wrong alignment on CameraShakeBase_SetRootShakePattern"); \ +static_assert(sizeof(CameraShakeBase_SetRootShakePattern) == 0x000008, "Wrong size on CameraShakeBase_SetRootShakePattern"); \ +static_assert(offsetof(CameraShakeBase_SetRootShakePattern, InPattern) == 0x000000, "Member 'CameraShakeBase_SetRootShakePattern::InPattern' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraShakeBase_GetRootShakePattern \ +static_assert(alignof(CameraShakeBase_GetRootShakePattern) == 0x000008, "Wrong alignment on CameraShakeBase_GetRootShakePattern"); \ +static_assert(sizeof(CameraShakeBase_GetRootShakePattern) == 0x000008, "Wrong size on CameraShakeBase_GetRootShakePattern"); \ +static_assert(offsetof(CameraShakeBase_GetRootShakePattern, ReturnValue) == 0x000000, "Member 'CameraShakeBase_GetRootShakePattern::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraShakeBase \ +static_assert(alignof(UCameraShakeBase) == 0x000010, "Wrong alignment on UCameraShakeBase"); \ +static_assert(sizeof(UCameraShakeBase) == 0x0000B0, "Wrong size on UCameraShakeBase"); \ +static_assert(offsetof(UCameraShakeBase, bSingleInstance) == 0x000030, "Member 'UCameraShakeBase::bSingleInstance' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeBase, ShakeScale) == 0x000034, "Member 'UCameraShakeBase::ShakeScale' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeBase, RootShakePattern) == 0x000038, "Member 'UCameraShakeBase::RootShakePattern' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeBase, CameraManager) == 0x000040, "Member 'UCameraShakeBase::CameraManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimMetaData \ +static_assert(alignof(UAnimMetaData) == 0x000008, "Wrong alignment on UAnimMetaData"); \ +static_assert(sizeof(UAnimMetaData) == 0x000030, "Wrong size on UAnimMetaData"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRayTracingQualitySwitch \ +static_assert(alignof(UMaterialExpressionRayTracingQualitySwitch) == 0x000008, "Wrong alignment on UMaterialExpressionRayTracingQualitySwitch"); \ +static_assert(sizeof(UMaterialExpressionRayTracingQualitySwitch) == 0x000080, "Wrong size on UMaterialExpressionRayTracingQualitySwitch"); \ +static_assert(offsetof(UMaterialExpressionRayTracingQualitySwitch, Normal) == 0x000048, "Member 'UMaterialExpressionRayTracingQualitySwitch::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRayTracingQualitySwitch, RayTraced) == 0x000064, "Member 'UMaterialExpressionRayTracingQualitySwitch::RayTraced' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEngineCustomTimeStep \ +static_assert(alignof(UEngineCustomTimeStep) == 0x000008, "Wrong alignment on UEngineCustomTimeStep"); \ +static_assert(sizeof(UEngineCustomTimeStep) == 0x000030, "Wrong size on UEngineCustomTimeStep"); \ + +#define DUMPER7_ASSERTS_UTexture2DArray \ +static_assert(alignof(UTexture2DArray) == 0x000010, "Wrong alignment on UTexture2DArray"); \ +static_assert(sizeof(UTexture2DArray) == 0x0001E0, "Wrong size on UTexture2DArray"); \ +static_assert(offsetof(UTexture2DArray, AddressX) == 0x0001D0, "Member 'UTexture2DArray::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UTexture2DArray, AddressY) == 0x0001D1, "Member 'UTexture2DArray::AddressY' has a wrong offset!"); \ +static_assert(offsetof(UTexture2DArray, AddressZ) == 0x0001D2, "Member 'UTexture2DArray::AddressZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEdGraphSchema \ +static_assert(alignof(UEdGraphSchema) == 0x000008, "Wrong alignment on UEdGraphSchema"); \ +static_assert(sizeof(UEdGraphSchema) == 0x000030, "Wrong size on UEdGraphSchema"); \ + +#define DUMPER7_ASSERTS_UBlueprintGeneratedClass \ +static_assert(alignof(UBlueprintGeneratedClass) == 0x000008, "Wrong alignment on UBlueprintGeneratedClass"); \ +static_assert(sizeof(UBlueprintGeneratedClass) == 0x000348, "Wrong size on UBlueprintGeneratedClass"); \ +static_assert(offsetof(UBlueprintGeneratedClass, NumReplicatedProperties) == 0x000250, "Member 'UBlueprintGeneratedClass::NumReplicatedProperties' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, DynamicBindingObjects) == 0x000258, "Member 'UBlueprintGeneratedClass::DynamicBindingObjects' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, ComponentTemplates) == 0x000268, "Member 'UBlueprintGeneratedClass::ComponentTemplates' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, Timelines) == 0x000278, "Member 'UBlueprintGeneratedClass::Timelines' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, ComponentClassOverrides) == 0x000288, "Member 'UBlueprintGeneratedClass::ComponentClassOverrides' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, SimpleConstructionScript) == 0x000298, "Member 'UBlueprintGeneratedClass::SimpleConstructionScript' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, InheritableComponentHandler) == 0x0002A0, "Member 'UBlueprintGeneratedClass::InheritableComponentHandler' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, UberGraphFramePointerProperty) == 0x0002A8, "Member 'UBlueprintGeneratedClass::UberGraphFramePointerProperty' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, UberGraphFunction) == 0x0002B8, "Member 'UBlueprintGeneratedClass::UberGraphFunction' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, CookedComponentInstancingData) == 0x0002C0, "Member 'UBlueprintGeneratedClass::CookedComponentInstancingData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetDirectionalInscatteringColor \ +static_assert(alignof(ExponentialHeightFogComponent_SetDirectionalInscatteringColor) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetDirectionalInscatteringColor"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetDirectionalInscatteringColor) == 0x000010, "Wrong size on ExponentialHeightFogComponent_SetDirectionalInscatteringColor"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetDirectionalInscatteringColor, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetDirectionalInscatteringColor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetDirectionalInscatteringExponent \ +static_assert(alignof(ExponentialHeightFogComponent_SetDirectionalInscatteringExponent) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetDirectionalInscatteringExponent"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetDirectionalInscatteringExponent) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetDirectionalInscatteringExponent"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetDirectionalInscatteringExponent, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetDirectionalInscatteringExponent::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance \ +static_assert(alignof(ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogCutoffDistance \ +static_assert(alignof(ExponentialHeightFogComponent_SetFogCutoffDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFogCutoffDistance"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetFogCutoffDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFogCutoffDistance"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetFogCutoffDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFogCutoffDistance::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogDensity \ +static_assert(alignof(ExponentialHeightFogComponent_SetFogDensity) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFogDensity"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetFogDensity) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFogDensity"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetFogDensity, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFogDensity::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogHeightFalloff \ +static_assert(alignof(ExponentialHeightFogComponent_SetFogHeightFalloff) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFogHeightFalloff"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetFogHeightFalloff) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFogHeightFalloff"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetFogHeightFalloff, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFogHeightFalloff::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogInscatteringColor \ +static_assert(alignof(ExponentialHeightFogComponent_SetFogInscatteringColor) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFogInscatteringColor"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetFogInscatteringColor) == 0x000010, "Wrong size on ExponentialHeightFogComponent_SetFogInscatteringColor"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetFogInscatteringColor, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFogInscatteringColor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogMaxOpacity \ +static_assert(alignof(ExponentialHeightFogComponent_SetFogMaxOpacity) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFogMaxOpacity"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetFogMaxOpacity) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFogMaxOpacity"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetFogMaxOpacity, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFogMaxOpacity::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance \ +static_assert(alignof(ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetInscatteringColorCubemap \ +static_assert(alignof(ExponentialHeightFogComponent_SetInscatteringColorCubemap) == 0x000008, "Wrong alignment on ExponentialHeightFogComponent_SetInscatteringColorCubemap"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetInscatteringColorCubemap) == 0x000008, "Wrong size on ExponentialHeightFogComponent_SetInscatteringColorCubemap"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetInscatteringColorCubemap, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetInscatteringColorCubemap::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle \ +static_assert(alignof(ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetInscatteringTextureTint \ +static_assert(alignof(ExponentialHeightFogComponent_SetInscatteringTextureTint) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetInscatteringTextureTint"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetInscatteringTextureTint) == 0x000010, "Wrong size on ExponentialHeightFogComponent_SetInscatteringTextureTint"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetInscatteringTextureTint, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetInscatteringTextureTint::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance \ +static_assert(alignof(ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetStartDistance \ +static_assert(alignof(ExponentialHeightFogComponent_SetStartDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetStartDistance"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetStartDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetStartDistance"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetStartDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetStartDistance::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFog \ +static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFog) == 0x000001, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFog"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFog) == 0x000001, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFog"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFog, bNewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFog::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogAlbedo \ +static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogAlbedo) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogAlbedo"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogAlbedo) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogAlbedo"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogAlbedo, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogAlbedo::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogDistance \ +static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogDistance"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogDistance"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogDistance, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogDistance::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogEmissive \ +static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogEmissive) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogEmissive"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogEmissive) == 0x000010, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogEmissive"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogEmissive, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogEmissive::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale \ +static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution \ +static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExponentialHeightFogComponent \ +static_assert(alignof(UExponentialHeightFogComponent) == 0x000010, "Wrong alignment on UExponentialHeightFogComponent"); \ +static_assert(sizeof(UExponentialHeightFogComponent) == 0x0002D0, "Wrong size on UExponentialHeightFogComponent"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogDensity) == 0x000228, "Member 'UExponentialHeightFogComponent::FogDensity' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogHeightFalloff) == 0x00022C, "Member 'UExponentialHeightFogComponent::FogHeightFalloff' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, SecondFogData) == 0x000230, "Member 'UExponentialHeightFogComponent::SecondFogData' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogInscatteringColor) == 0x00023C, "Member 'UExponentialHeightFogComponent::FogInscatteringColor' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, InscatteringColorCubemap) == 0x000250, "Member 'UExponentialHeightFogComponent::InscatteringColorCubemap' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, InscatteringColorCubemapAngle) == 0x000258, "Member 'UExponentialHeightFogComponent::InscatteringColorCubemapAngle' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, InscatteringTextureTint) == 0x00025C, "Member 'UExponentialHeightFogComponent::InscatteringTextureTint' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FullyDirectionalInscatteringColorDistance) == 0x00026C, "Member 'UExponentialHeightFogComponent::FullyDirectionalInscatteringColorDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, NonDirectionalInscatteringColorDistance) == 0x000270, "Member 'UExponentialHeightFogComponent::NonDirectionalInscatteringColorDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringExponent) == 0x000274, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringExponent' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringStartDistance) == 0x000278, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringStartDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringColor) == 0x00027C, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringColor' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogMaxOpacity) == 0x00028C, "Member 'UExponentialHeightFogComponent::FogMaxOpacity' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, StartDistance) == 0x000290, "Member 'UExponentialHeightFogComponent::StartDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogCutoffDistance) == 0x000294, "Member 'UExponentialHeightFogComponent::FogCutoffDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, bEnableVolumetricFog) == 0x000298, "Member 'UExponentialHeightFogComponent::bEnableVolumetricFog' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogScatteringDistribution) == 0x00029C, "Member 'UExponentialHeightFogComponent::VolumetricFogScatteringDistribution' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogAlbedo) == 0x0002A0, "Member 'UExponentialHeightFogComponent::VolumetricFogAlbedo' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogEmissive) == 0x0002A4, "Member 'UExponentialHeightFogComponent::VolumetricFogEmissive' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogExtinctionScale) == 0x0002B4, "Member 'UExponentialHeightFogComponent::VolumetricFogExtinctionScale' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogDistance) == 0x0002B8, "Member 'UExponentialHeightFogComponent::VolumetricFogDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogStaticLightingScatteringIntensity) == 0x0002BC, "Member 'UExponentialHeightFogComponent::VolumetricFogStaticLightingScatteringIntensity' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, bOverrideLightColorsWithFogInscatteringColors) == 0x0002C0, "Member 'UExponentialHeightFogComponent::bOverrideLightColorsWithFogInscatteringColors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADebugSplineActor \ +static_assert(alignof(ADebugSplineActor) == 0x000008, "Wrong alignment on ADebugSplineActor"); \ +static_assert(sizeof(ADebugSplineActor) == 0x0002B8, "Wrong size on ADebugSplineActor"); \ +static_assert(offsetof(ADebugSplineActor, UniqueId) == 0x0002A8, "Member 'ADebugSplineActor::UniqueId' has a wrong offset!"); \ +static_assert(offsetof(ADebugSplineActor, Speed) == 0x0002AC, "Member 'ADebugSplineActor::Speed' has a wrong offset!"); \ +static_assert(offsetof(ADebugSplineActor, SplineComponent) == 0x0002B0, "Member 'ADebugSplineActor::SplineComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameInstance_DebugCreatePlayer \ +static_assert(alignof(GameInstance_DebugCreatePlayer) == 0x000004, "Wrong alignment on GameInstance_DebugCreatePlayer"); \ +static_assert(sizeof(GameInstance_DebugCreatePlayer) == 0x000004, "Wrong size on GameInstance_DebugCreatePlayer"); \ +static_assert(offsetof(GameInstance_DebugCreatePlayer, ControllerId) == 0x000000, "Member 'GameInstance_DebugCreatePlayer::ControllerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameInstance_DebugRemovePlayer \ +static_assert(alignof(GameInstance_DebugRemovePlayer) == 0x000004, "Wrong alignment on GameInstance_DebugRemovePlayer"); \ +static_assert(sizeof(GameInstance_DebugRemovePlayer) == 0x000004, "Wrong size on GameInstance_DebugRemovePlayer"); \ +static_assert(offsetof(GameInstance_DebugRemovePlayer, ControllerId) == 0x000000, "Member 'GameInstance_DebugRemovePlayer::ControllerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameInstance_HandleNetworkError \ +static_assert(alignof(GameInstance_HandleNetworkError) == 0x000001, "Wrong alignment on GameInstance_HandleNetworkError"); \ +static_assert(sizeof(GameInstance_HandleNetworkError) == 0x000002, "Wrong size on GameInstance_HandleNetworkError"); \ +static_assert(offsetof(GameInstance_HandleNetworkError, FailureType) == 0x000000, "Member 'GameInstance_HandleNetworkError::FailureType' has a wrong offset!"); \ +static_assert(offsetof(GameInstance_HandleNetworkError, bIsServer) == 0x000001, "Member 'GameInstance_HandleNetworkError::bIsServer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameInstance_HandleTravelError \ +static_assert(alignof(GameInstance_HandleTravelError) == 0x000001, "Wrong alignment on GameInstance_HandleTravelError"); \ +static_assert(sizeof(GameInstance_HandleTravelError) == 0x000001, "Wrong size on GameInstance_HandleTravelError"); \ +static_assert(offsetof(GameInstance_HandleTravelError, FailureType) == 0x000000, "Member 'GameInstance_HandleTravelError::FailureType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameInstance \ +static_assert(alignof(UGameInstance) == 0x000008, "Wrong alignment on UGameInstance"); \ +static_assert(sizeof(UGameInstance) == 0x0001B0, "Wrong size on UGameInstance"); \ +static_assert(offsetof(UGameInstance, LocalPlayers) == 0x000040, "Member 'UGameInstance::LocalPlayers' has a wrong offset!"); \ +static_assert(offsetof(UGameInstance, OnlineSession) == 0x000050, "Member 'UGameInstance::OnlineSession' has a wrong offset!"); \ +static_assert(offsetof(UGameInstance, ReferencedObjects) == 0x000058, "Member 'UGameInstance::ReferencedObjects' has a wrong offset!"); \ +static_assert(offsetof(UGameInstance, OnPawnControllerChangedDelegates) == 0x000080, "Member 'UGameInstance::OnPawnControllerChangedDelegates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPreSkinnedNormal \ +static_assert(alignof(UMaterialExpressionPreSkinnedNormal) == 0x000008, "Wrong alignment on UMaterialExpressionPreSkinnedNormal"); \ +static_assert(sizeof(UMaterialExpressionPreSkinnedNormal) == 0x000048, "Wrong size on UMaterialExpressionPreSkinnedNormal"); \ + +#define DUMPER7_ASSERTS_DecalActor_CreateDynamicMaterialInstance \ +static_assert(alignof(DecalActor_CreateDynamicMaterialInstance) == 0x000008, "Wrong alignment on DecalActor_CreateDynamicMaterialInstance"); \ +static_assert(sizeof(DecalActor_CreateDynamicMaterialInstance) == 0x000008, "Wrong size on DecalActor_CreateDynamicMaterialInstance"); \ +static_assert(offsetof(DecalActor_CreateDynamicMaterialInstance, ReturnValue) == 0x000000, "Member 'DecalActor_CreateDynamicMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalActor_SetDecalMaterial \ +static_assert(alignof(DecalActor_SetDecalMaterial) == 0x000008, "Wrong alignment on DecalActor_SetDecalMaterial"); \ +static_assert(sizeof(DecalActor_SetDecalMaterial) == 0x000008, "Wrong size on DecalActor_SetDecalMaterial"); \ +static_assert(offsetof(DecalActor_SetDecalMaterial, NewDecalMaterial) == 0x000000, "Member 'DecalActor_SetDecalMaterial::NewDecalMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalActor_GetDecalMaterial \ +static_assert(alignof(DecalActor_GetDecalMaterial) == 0x000008, "Wrong alignment on DecalActor_GetDecalMaterial"); \ +static_assert(sizeof(DecalActor_GetDecalMaterial) == 0x000008, "Wrong size on DecalActor_GetDecalMaterial"); \ +static_assert(offsetof(DecalActor_GetDecalMaterial, ReturnValue) == 0x000000, "Member 'DecalActor_GetDecalMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADecalActor \ +static_assert(alignof(ADecalActor) == 0x000008, "Wrong alignment on ADecalActor"); \ +static_assert(sizeof(ADecalActor) == 0x0002B0, "Wrong size on ADecalActor"); \ +static_assert(offsetof(ADecalActor, Decal) == 0x0002A8, "Member 'ADecalActor::Decal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataTable \ +static_assert(alignof(UDataTable) == 0x000008, "Wrong alignment on UDataTable"); \ +static_assert(sizeof(UDataTable) == 0x0000B8, "Wrong size on UDataTable"); \ +static_assert(offsetof(UDataTable, RowStruct) == 0x000030, "Member 'UDataTable::RowStruct' has a wrong offset!"); \ +static_assert(offsetof(UDataTable, RowMap) == 0x000038, "Member 'UDataTable::RowMap' has a wrong offset!"); \ +static_assert(offsetof(UDataTable, ImportKeyField) == 0x000090, "Member 'UDataTable::ImportKeyField' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionComment \ +static_assert(alignof(UMaterialExpressionComment) == 0x000008, "Wrong alignment on UMaterialExpressionComment"); \ +static_assert(sizeof(UMaterialExpressionComment) == 0x000078, "Wrong size on UMaterialExpressionComment"); \ +static_assert(offsetof(UMaterialExpressionComment, SizeX) == 0x000048, "Member 'UMaterialExpressionComment::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionComment, SizeY) == 0x00004C, "Member 'UMaterialExpressionComment::SizeY' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionComment, Text) == 0x000050, "Member 'UMaterialExpressionComment::Text' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionComment, CommentColor) == 0x000060, "Member 'UMaterialExpressionComment::CommentColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionComment, FontSize) == 0x000070, "Member 'UMaterialExpressionComment::FontSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpFilter_Classes \ +static_assert(alignof(UInterpFilter_Classes) == 0x000008, "Wrong alignment on UInterpFilter_Classes"); \ +static_assert(sizeof(UInterpFilter_Classes) == 0x000040, "Wrong size on UInterpFilter_Classes"); \ + +#define DUMPER7_ASSERTS_USoundNodeDoppler \ +static_assert(alignof(USoundNodeDoppler) == 0x000008, "Wrong alignment on USoundNodeDoppler"); \ +static_assert(sizeof(USoundNodeDoppler) == 0x000060, "Wrong size on USoundNodeDoppler"); \ +static_assert(offsetof(USoundNodeDoppler, DopplerIntensity) == 0x000050, "Member 'USoundNodeDoppler::DopplerIntensity' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeDoppler, bUseSmoothing) == 0x000054, "Member 'USoundNodeDoppler::bUseSmoothing' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeDoppler, SmoothingInterpSpeed) == 0x000058, "Member 'USoundNodeDoppler::SmoothingInterpSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponentBase_SetAffectGlobalIllumination \ +static_assert(alignof(LightComponentBase_SetAffectGlobalIllumination) == 0x000001, "Wrong alignment on LightComponentBase_SetAffectGlobalIllumination"); \ +static_assert(sizeof(LightComponentBase_SetAffectGlobalIllumination) == 0x000001, "Wrong size on LightComponentBase_SetAffectGlobalIllumination"); \ +static_assert(offsetof(LightComponentBase_SetAffectGlobalIllumination, bNewValue) == 0x000000, "Member 'LightComponentBase_SetAffectGlobalIllumination::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponentBase_SetAffectReflection \ +static_assert(alignof(LightComponentBase_SetAffectReflection) == 0x000001, "Wrong alignment on LightComponentBase_SetAffectReflection"); \ +static_assert(sizeof(LightComponentBase_SetAffectReflection) == 0x000001, "Wrong size on LightComponentBase_SetAffectReflection"); \ +static_assert(offsetof(LightComponentBase_SetAffectReflection, bNewValue) == 0x000000, "Member 'LightComponentBase_SetAffectReflection::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponentBase_SetCastDeepShadow \ +static_assert(alignof(LightComponentBase_SetCastDeepShadow) == 0x000001, "Wrong alignment on LightComponentBase_SetCastDeepShadow"); \ +static_assert(sizeof(LightComponentBase_SetCastDeepShadow) == 0x000001, "Wrong size on LightComponentBase_SetCastDeepShadow"); \ +static_assert(offsetof(LightComponentBase_SetCastDeepShadow, bNewValue) == 0x000000, "Member 'LightComponentBase_SetCastDeepShadow::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponentBase_SetCastRaytracedShadow \ +static_assert(alignof(LightComponentBase_SetCastRaytracedShadow) == 0x000001, "Wrong alignment on LightComponentBase_SetCastRaytracedShadow"); \ +static_assert(sizeof(LightComponentBase_SetCastRaytracedShadow) == 0x000001, "Wrong size on LightComponentBase_SetCastRaytracedShadow"); \ +static_assert(offsetof(LightComponentBase_SetCastRaytracedShadow, bNewValue) == 0x000000, "Member 'LightComponentBase_SetCastRaytracedShadow::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponentBase_SetCastShadows \ +static_assert(alignof(LightComponentBase_SetCastShadows) == 0x000001, "Wrong alignment on LightComponentBase_SetCastShadows"); \ +static_assert(sizeof(LightComponentBase_SetCastShadows) == 0x000001, "Wrong size on LightComponentBase_SetCastShadows"); \ +static_assert(offsetof(LightComponentBase_SetCastShadows, bNewValue) == 0x000000, "Member 'LightComponentBase_SetCastShadows::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponentBase_SetCastVolumetricShadow \ +static_assert(alignof(LightComponentBase_SetCastVolumetricShadow) == 0x000001, "Wrong alignment on LightComponentBase_SetCastVolumetricShadow"); \ +static_assert(sizeof(LightComponentBase_SetCastVolumetricShadow) == 0x000001, "Wrong size on LightComponentBase_SetCastVolumetricShadow"); \ +static_assert(offsetof(LightComponentBase_SetCastVolumetricShadow, bNewValue) == 0x000000, "Member 'LightComponentBase_SetCastVolumetricShadow::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponentBase_SetSamplesPerPixel \ +static_assert(alignof(LightComponentBase_SetSamplesPerPixel) == 0x000004, "Wrong alignment on LightComponentBase_SetSamplesPerPixel"); \ +static_assert(sizeof(LightComponentBase_SetSamplesPerPixel) == 0x000004, "Wrong size on LightComponentBase_SetSamplesPerPixel"); \ +static_assert(offsetof(LightComponentBase_SetSamplesPerPixel, NewValue) == 0x000000, "Member 'LightComponentBase_SetSamplesPerPixel::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponentBase_GetLightColor \ +static_assert(alignof(LightComponentBase_GetLightColor) == 0x000004, "Wrong alignment on LightComponentBase_GetLightColor"); \ +static_assert(sizeof(LightComponentBase_GetLightColor) == 0x000010, "Wrong size on LightComponentBase_GetLightColor"); \ +static_assert(offsetof(LightComponentBase_GetLightColor, ReturnValue) == 0x000000, "Member 'LightComponentBase_GetLightColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULightComponentBase \ +static_assert(alignof(ULightComponentBase) == 0x000010, "Wrong alignment on ULightComponentBase"); \ +static_assert(sizeof(ULightComponentBase) == 0x000260, "Wrong size on ULightComponentBase"); \ +static_assert(offsetof(ULightComponentBase, LightGuid) == 0x000228, "Member 'ULightComponentBase::LightGuid' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, Brightness) == 0x000238, "Member 'ULightComponentBase::Brightness' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, Intensity) == 0x00023C, "Member 'ULightComponentBase::Intensity' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, LightColor) == 0x000240, "Member 'ULightComponentBase::LightColor' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, DeepShadowLayerDistribution) == 0x000248, "Member 'ULightComponentBase::DeepShadowLayerDistribution' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, IndirectLightingIntensity) == 0x00024C, "Member 'ULightComponentBase::IndirectLightingIntensity' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, VolumetricScatteringIntensity) == 0x000250, "Member 'ULightComponentBase::VolumetricScatteringIntensity' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, SamplesPerPixel) == 0x000254, "Member 'ULightComponentBase::SamplesPerPixel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetAffectDynamicIndirectLighting \ +static_assert(alignof(LightComponent_SetAffectDynamicIndirectLighting) == 0x000001, "Wrong alignment on LightComponent_SetAffectDynamicIndirectLighting"); \ +static_assert(sizeof(LightComponent_SetAffectDynamicIndirectLighting) == 0x000001, "Wrong size on LightComponent_SetAffectDynamicIndirectLighting"); \ +static_assert(offsetof(LightComponent_SetAffectDynamicIndirectLighting, bNewValue) == 0x000000, "Member 'LightComponent_SetAffectDynamicIndirectLighting::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetAffectTranslucentLighting \ +static_assert(alignof(LightComponent_SetAffectTranslucentLighting) == 0x000001, "Wrong alignment on LightComponent_SetAffectTranslucentLighting"); \ +static_assert(sizeof(LightComponent_SetAffectTranslucentLighting) == 0x000001, "Wrong size on LightComponent_SetAffectTranslucentLighting"); \ +static_assert(offsetof(LightComponent_SetAffectTranslucentLighting, bNewValue) == 0x000000, "Member 'LightComponent_SetAffectTranslucentLighting::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetAnimationColorCurve \ +static_assert(alignof(LightComponent_SetAnimationColorCurve) == 0x000008, "Wrong alignment on LightComponent_SetAnimationColorCurve"); \ +static_assert(sizeof(LightComponent_SetAnimationColorCurve) == 0x000008, "Wrong size on LightComponent_SetAnimationColorCurve"); \ +static_assert(offsetof(LightComponent_SetAnimationColorCurve, ColorCurve) == 0x000000, "Member 'LightComponent_SetAnimationColorCurve::ColorCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetAnimationIntensityCurve \ +static_assert(alignof(LightComponent_SetAnimationIntensityCurve) == 0x000008, "Wrong alignment on LightComponent_SetAnimationIntensityCurve"); \ +static_assert(sizeof(LightComponent_SetAnimationIntensityCurve) == 0x000008, "Wrong size on LightComponent_SetAnimationIntensityCurve"); \ +static_assert(offsetof(LightComponent_SetAnimationIntensityCurve, IntensityCurve) == 0x000000, "Member 'LightComponent_SetAnimationIntensityCurve::IntensityCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetAnimationOffset \ +static_assert(alignof(LightComponent_SetAnimationOffset) == 0x000004, "Wrong alignment on LightComponent_SetAnimationOffset"); \ +static_assert(sizeof(LightComponent_SetAnimationOffset) == 0x000004, "Wrong size on LightComponent_SetAnimationOffset"); \ +static_assert(offsetof(LightComponent_SetAnimationOffset, Offset) == 0x000000, "Member 'LightComponent_SetAnimationOffset::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetAnimationPlaybackSpeed \ +static_assert(alignof(LightComponent_SetAnimationPlaybackSpeed) == 0x000004, "Wrong alignment on LightComponent_SetAnimationPlaybackSpeed"); \ +static_assert(sizeof(LightComponent_SetAnimationPlaybackSpeed) == 0x000004, "Wrong size on LightComponent_SetAnimationPlaybackSpeed"); \ +static_assert(offsetof(LightComponent_SetAnimationPlaybackSpeed, Speed) == 0x000000, "Member 'LightComponent_SetAnimationPlaybackSpeed::Speed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetBloomMaxBrightness \ +static_assert(alignof(LightComponent_SetBloomMaxBrightness) == 0x000004, "Wrong alignment on LightComponent_SetBloomMaxBrightness"); \ +static_assert(sizeof(LightComponent_SetBloomMaxBrightness) == 0x000004, "Wrong size on LightComponent_SetBloomMaxBrightness"); \ +static_assert(offsetof(LightComponent_SetBloomMaxBrightness, NewValue) == 0x000000, "Member 'LightComponent_SetBloomMaxBrightness::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetBloomScale \ +static_assert(alignof(LightComponent_SetBloomScale) == 0x000004, "Wrong alignment on LightComponent_SetBloomScale"); \ +static_assert(sizeof(LightComponent_SetBloomScale) == 0x000004, "Wrong size on LightComponent_SetBloomScale"); \ +static_assert(offsetof(LightComponent_SetBloomScale, NewValue) == 0x000000, "Member 'LightComponent_SetBloomScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetBloomThreshold \ +static_assert(alignof(LightComponent_SetBloomThreshold) == 0x000004, "Wrong alignment on LightComponent_SetBloomThreshold"); \ +static_assert(sizeof(LightComponent_SetBloomThreshold) == 0x000004, "Wrong size on LightComponent_SetBloomThreshold"); \ +static_assert(offsetof(LightComponent_SetBloomThreshold, NewValue) == 0x000000, "Member 'LightComponent_SetBloomThreshold::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetBloomTint \ +static_assert(alignof(LightComponent_SetBloomTint) == 0x000004, "Wrong alignment on LightComponent_SetBloomTint"); \ +static_assert(sizeof(LightComponent_SetBloomTint) == 0x000004, "Wrong size on LightComponent_SetBloomTint"); \ +static_assert(offsetof(LightComponent_SetBloomTint, NewValue) == 0x000000, "Member 'LightComponent_SetBloomTint::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetEnableLightShaftBloom \ +static_assert(alignof(LightComponent_SetEnableLightShaftBloom) == 0x000001, "Wrong alignment on LightComponent_SetEnableLightShaftBloom"); \ +static_assert(sizeof(LightComponent_SetEnableLightShaftBloom) == 0x000001, "Wrong size on LightComponent_SetEnableLightShaftBloom"); \ +static_assert(offsetof(LightComponent_SetEnableLightShaftBloom, bNewValue) == 0x000000, "Member 'LightComponent_SetEnableLightShaftBloom::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetForceCachedShadowsForMovablePrimitives \ +static_assert(alignof(LightComponent_SetForceCachedShadowsForMovablePrimitives) == 0x000001, "Wrong alignment on LightComponent_SetForceCachedShadowsForMovablePrimitives"); \ +static_assert(sizeof(LightComponent_SetForceCachedShadowsForMovablePrimitives) == 0x000001, "Wrong size on LightComponent_SetForceCachedShadowsForMovablePrimitives"); \ +static_assert(offsetof(LightComponent_SetForceCachedShadowsForMovablePrimitives, bNewValue) == 0x000000, "Member 'LightComponent_SetForceCachedShadowsForMovablePrimitives::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetIESBrightnessScale \ +static_assert(alignof(LightComponent_SetIESBrightnessScale) == 0x000004, "Wrong alignment on LightComponent_SetIESBrightnessScale"); \ +static_assert(sizeof(LightComponent_SetIESBrightnessScale) == 0x000004, "Wrong size on LightComponent_SetIESBrightnessScale"); \ +static_assert(offsetof(LightComponent_SetIESBrightnessScale, NewValue) == 0x000000, "Member 'LightComponent_SetIESBrightnessScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetIESTexture \ +static_assert(alignof(LightComponent_SetIESTexture) == 0x000008, "Wrong alignment on LightComponent_SetIESTexture"); \ +static_assert(sizeof(LightComponent_SetIESTexture) == 0x000008, "Wrong size on LightComponent_SetIESTexture"); \ +static_assert(offsetof(LightComponent_SetIESTexture, NewValue) == 0x000000, "Member 'LightComponent_SetIESTexture::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetIndirectLightingIntensity \ +static_assert(alignof(LightComponent_SetIndirectLightingIntensity) == 0x000004, "Wrong alignment on LightComponent_SetIndirectLightingIntensity"); \ +static_assert(sizeof(LightComponent_SetIndirectLightingIntensity) == 0x000004, "Wrong size on LightComponent_SetIndirectLightingIntensity"); \ +static_assert(offsetof(LightComponent_SetIndirectLightingIntensity, NewIntensity) == 0x000000, "Member 'LightComponent_SetIndirectLightingIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetIntensity \ +static_assert(alignof(LightComponent_SetIntensity) == 0x000004, "Wrong alignment on LightComponent_SetIntensity"); \ +static_assert(sizeof(LightComponent_SetIntensity) == 0x000004, "Wrong size on LightComponent_SetIntensity"); \ +static_assert(offsetof(LightComponent_SetIntensity, NewIntensity) == 0x000000, "Member 'LightComponent_SetIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetLightColor \ +static_assert(alignof(LightComponent_SetLightColor) == 0x000004, "Wrong alignment on LightComponent_SetLightColor"); \ +static_assert(sizeof(LightComponent_SetLightColor) == 0x000014, "Wrong size on LightComponent_SetLightColor"); \ +static_assert(offsetof(LightComponent_SetLightColor, NewLightColor) == 0x000000, "Member 'LightComponent_SetLightColor::NewLightColor' has a wrong offset!"); \ +static_assert(offsetof(LightComponent_SetLightColor, bSRGB) == 0x000010, "Member 'LightComponent_SetLightColor::bSRGB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetLightFunctionDisabledBrightness \ +static_assert(alignof(LightComponent_SetLightFunctionDisabledBrightness) == 0x000004, "Wrong alignment on LightComponent_SetLightFunctionDisabledBrightness"); \ +static_assert(sizeof(LightComponent_SetLightFunctionDisabledBrightness) == 0x000004, "Wrong size on LightComponent_SetLightFunctionDisabledBrightness"); \ +static_assert(offsetof(LightComponent_SetLightFunctionDisabledBrightness, NewValue) == 0x000000, "Member 'LightComponent_SetLightFunctionDisabledBrightness::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetLightFunctionFadeDistance \ +static_assert(alignof(LightComponent_SetLightFunctionFadeDistance) == 0x000004, "Wrong alignment on LightComponent_SetLightFunctionFadeDistance"); \ +static_assert(sizeof(LightComponent_SetLightFunctionFadeDistance) == 0x000004, "Wrong size on LightComponent_SetLightFunctionFadeDistance"); \ +static_assert(offsetof(LightComponent_SetLightFunctionFadeDistance, NewLightFunctionFadeDistance) == 0x000000, "Member 'LightComponent_SetLightFunctionFadeDistance::NewLightFunctionFadeDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetLightFunctionMaterial \ +static_assert(alignof(LightComponent_SetLightFunctionMaterial) == 0x000008, "Wrong alignment on LightComponent_SetLightFunctionMaterial"); \ +static_assert(sizeof(LightComponent_SetLightFunctionMaterial) == 0x000008, "Wrong size on LightComponent_SetLightFunctionMaterial"); \ +static_assert(offsetof(LightComponent_SetLightFunctionMaterial, NewLightFunctionMaterial) == 0x000000, "Member 'LightComponent_SetLightFunctionMaterial::NewLightFunctionMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetLightFunctionScale \ +static_assert(alignof(LightComponent_SetLightFunctionScale) == 0x000004, "Wrong alignment on LightComponent_SetLightFunctionScale"); \ +static_assert(sizeof(LightComponent_SetLightFunctionScale) == 0x00000C, "Wrong size on LightComponent_SetLightFunctionScale"); \ +static_assert(offsetof(LightComponent_SetLightFunctionScale, NewLightFunctionScale) == 0x000000, "Member 'LightComponent_SetLightFunctionScale::NewLightFunctionScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetLightingChannels \ +static_assert(alignof(LightComponent_SetLightingChannels) == 0x000001, "Wrong alignment on LightComponent_SetLightingChannels"); \ +static_assert(sizeof(LightComponent_SetLightingChannels) == 0x000003, "Wrong size on LightComponent_SetLightingChannels"); \ +static_assert(offsetof(LightComponent_SetLightingChannels, bChannel0) == 0x000000, "Member 'LightComponent_SetLightingChannels::bChannel0' has a wrong offset!"); \ +static_assert(offsetof(LightComponent_SetLightingChannels, bChannel1) == 0x000001, "Member 'LightComponent_SetLightingChannels::bChannel1' has a wrong offset!"); \ +static_assert(offsetof(LightComponent_SetLightingChannels, bChannel2) == 0x000002, "Member 'LightComponent_SetLightingChannels::bChannel2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetShadowBias \ +static_assert(alignof(LightComponent_SetShadowBias) == 0x000004, "Wrong alignment on LightComponent_SetShadowBias"); \ +static_assert(sizeof(LightComponent_SetShadowBias) == 0x000004, "Wrong size on LightComponent_SetShadowBias"); \ +static_assert(offsetof(LightComponent_SetShadowBias, NewValue) == 0x000000, "Member 'LightComponent_SetShadowBias::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetShadowSlopeBias \ +static_assert(alignof(LightComponent_SetShadowSlopeBias) == 0x000004, "Wrong alignment on LightComponent_SetShadowSlopeBias"); \ +static_assert(sizeof(LightComponent_SetShadowSlopeBias) == 0x000004, "Wrong size on LightComponent_SetShadowSlopeBias"); \ +static_assert(offsetof(LightComponent_SetShadowSlopeBias, NewValue) == 0x000000, "Member 'LightComponent_SetShadowSlopeBias::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetSpecularScale \ +static_assert(alignof(LightComponent_SetSpecularScale) == 0x000004, "Wrong alignment on LightComponent_SetSpecularScale"); \ +static_assert(sizeof(LightComponent_SetSpecularScale) == 0x000004, "Wrong size on LightComponent_SetSpecularScale"); \ +static_assert(offsetof(LightComponent_SetSpecularScale, NewValue) == 0x000000, "Member 'LightComponent_SetSpecularScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetTemperature \ +static_assert(alignof(LightComponent_SetTemperature) == 0x000004, "Wrong alignment on LightComponent_SetTemperature"); \ +static_assert(sizeof(LightComponent_SetTemperature) == 0x000004, "Wrong size on LightComponent_SetTemperature"); \ +static_assert(offsetof(LightComponent_SetTemperature, NewTemperature) == 0x000000, "Member 'LightComponent_SetTemperature::NewTemperature' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetTransmission \ +static_assert(alignof(LightComponent_SetTransmission) == 0x000001, "Wrong alignment on LightComponent_SetTransmission"); \ +static_assert(sizeof(LightComponent_SetTransmission) == 0x000001, "Wrong size on LightComponent_SetTransmission"); \ +static_assert(offsetof(LightComponent_SetTransmission, bNewValue) == 0x000000, "Member 'LightComponent_SetTransmission::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetUseIESBrightness \ +static_assert(alignof(LightComponent_SetUseIESBrightness) == 0x000001, "Wrong alignment on LightComponent_SetUseIESBrightness"); \ +static_assert(sizeof(LightComponent_SetUseIESBrightness) == 0x000001, "Wrong size on LightComponent_SetUseIESBrightness"); \ +static_assert(offsetof(LightComponent_SetUseIESBrightness, bNewValue) == 0x000000, "Member 'LightComponent_SetUseIESBrightness::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetUseTemperature \ +static_assert(alignof(LightComponent_SetUseTemperature) == 0x000001, "Wrong alignment on LightComponent_SetUseTemperature"); \ +static_assert(sizeof(LightComponent_SetUseTemperature) == 0x000001, "Wrong size on LightComponent_SetUseTemperature"); \ +static_assert(offsetof(LightComponent_SetUseTemperature, bNewValue) == 0x000000, "Member 'LightComponent_SetUseTemperature::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetVolumetricScatteringIntensity \ +static_assert(alignof(LightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong alignment on LightComponent_SetVolumetricScatteringIntensity"); \ +static_assert(sizeof(LightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong size on LightComponent_SetVolumetricScatteringIntensity"); \ +static_assert(offsetof(LightComponent_SetVolumetricScatteringIntensity, NewIntensity) == 0x000000, "Member 'LightComponent_SetVolumetricScatteringIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_ComputeAnimatedColor \ +static_assert(alignof(LightComponent_ComputeAnimatedColor) == 0x000004, "Wrong alignment on LightComponent_ComputeAnimatedColor"); \ +static_assert(sizeof(LightComponent_ComputeAnimatedColor) == 0x000010, "Wrong size on LightComponent_ComputeAnimatedColor"); \ +static_assert(offsetof(LightComponent_ComputeAnimatedColor, ReturnValue) == 0x000000, "Member 'LightComponent_ComputeAnimatedColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_ComputeAnimatedIntensity \ +static_assert(alignof(LightComponent_ComputeAnimatedIntensity) == 0x000004, "Wrong alignment on LightComponent_ComputeAnimatedIntensity"); \ +static_assert(sizeof(LightComponent_ComputeAnimatedIntensity) == 0x000004, "Wrong size on LightComponent_ComputeAnimatedIntensity"); \ +static_assert(offsetof(LightComponent_ComputeAnimatedIntensity, ReturnValue) == 0x000000, "Member 'LightComponent_ComputeAnimatedIntensity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_ComputeAnimatedLightColor \ +static_assert(alignof(LightComponent_ComputeAnimatedLightColor) == 0x000004, "Wrong alignment on LightComponent_ComputeAnimatedLightColor"); \ +static_assert(sizeof(LightComponent_ComputeAnimatedLightColor) == 0x000010, "Wrong size on LightComponent_ComputeAnimatedLightColor"); \ +static_assert(offsetof(LightComponent_ComputeAnimatedLightColor, ReturnValue) == 0x000000, "Member 'LightComponent_ComputeAnimatedLightColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULightComponent \ +static_assert(alignof(ULightComponent) == 0x000010, "Wrong alignment on ULightComponent"); \ +static_assert(sizeof(ULightComponent) == 0x000390, "Wrong size on ULightComponent"); \ +static_assert(offsetof(ULightComponent, Temperature) == 0x000258, "Member 'ULightComponent::Temperature' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, MaxDrawDistance) == 0x00025C, "Member 'ULightComponent::MaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, MaxDistanceFadeRange) == 0x000260, "Member 'ULightComponent::MaxDistanceFadeRange' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, MinDrawDistance) == 0x000264, "Member 'ULightComponent::MinDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, MinDistanceFadeRange) == 0x000268, "Member 'ULightComponent::MinDistanceFadeRange' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, VolumetricMaxDrawDistance) == 0x00026C, "Member 'ULightComponent::VolumetricMaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, VolumetricMaxDistanceFadeRange) == 0x000270, "Member 'ULightComponent::VolumetricMaxDistanceFadeRange' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, CastShadowsMaxDrawDistance) == 0x000274, "Member 'ULightComponent::CastShadowsMaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, CastShadowsDistanceFadeRange) == 0x000278, "Member 'ULightComponent::CastShadowsDistanceFadeRange' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, AnimationPlaybackSpeed) == 0x00027C, "Member 'ULightComponent::AnimationPlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, AnimationOffset) == 0x000280, "Member 'ULightComponent::AnimationOffset' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, AnimationIntensityCurve) == 0x000288, "Member 'ULightComponent::AnimationIntensityCurve' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, AnimationColorCurve) == 0x000290, "Member 'ULightComponent::AnimationColorCurve' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ShadowMapChannel) == 0x00029C, "Member 'ULightComponent::ShadowMapChannel' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, MinRoughness) == 0x0002A4, "Member 'ULightComponent::MinRoughness' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, SpecularScale) == 0x0002A8, "Member 'ULightComponent::SpecularScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ShadowResolutionScale) == 0x0002AC, "Member 'ULightComponent::ShadowResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ShadowBias) == 0x0002B0, "Member 'ULightComponent::ShadowBias' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ShadowSlopeBias) == 0x0002B4, "Member 'ULightComponent::ShadowSlopeBias' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ShadowSharpen) == 0x0002B8, "Member 'ULightComponent::ShadowSharpen' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ContactShadowLength) == 0x0002BC, "Member 'ULightComponent::ContactShadowLength' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, LightingChannels) == 0x0002C4, "Member 'ULightComponent::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, LightFunctionMaterial) == 0x0002C8, "Member 'ULightComponent::LightFunctionMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, LightFunctionScale) == 0x0002D0, "Member 'ULightComponent::LightFunctionScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, IESTexture) == 0x0002E0, "Member 'ULightComponent::IESTexture' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, IESBrightnessScale) == 0x0002EC, "Member 'ULightComponent::IESBrightnessScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, LightFunctionFadeDistance) == 0x0002F0, "Member 'ULightComponent::LightFunctionFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, DisabledBrightness) == 0x0002F4, "Member 'ULightComponent::DisabledBrightness' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, BloomScale) == 0x0002FC, "Member 'ULightComponent::BloomScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, BloomThreshold) == 0x000300, "Member 'ULightComponent::BloomThreshold' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, BloomMaxBrightness) == 0x000304, "Member 'ULightComponent::BloomMaxBrightness' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, BloomTint) == 0x000308, "Member 'ULightComponent::BloomTint' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, bUseRayTracedDistanceFieldShadows) == 0x00030C, "Member 'ULightComponent::bUseRayTracedDistanceFieldShadows' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, RayStartOffsetDepthScale) == 0x000310, "Member 'ULightComponent::RayStartOffsetDepthScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, bVisibleInIrradianceCapturesOnly) == 0x000314, "Member 'ULightComponent::bVisibleInIrradianceCapturesOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetAtmosphereSunLight \ +static_assert(alignof(DirectionalLightComponent_SetAtmosphereSunLight) == 0x000001, "Wrong alignment on DirectionalLightComponent_SetAtmosphereSunLight"); \ +static_assert(sizeof(DirectionalLightComponent_SetAtmosphereSunLight) == 0x000001, "Wrong size on DirectionalLightComponent_SetAtmosphereSunLight"); \ +static_assert(offsetof(DirectionalLightComponent_SetAtmosphereSunLight, bNewValue) == 0x000000, "Member 'DirectionalLightComponent_SetAtmosphereSunLight::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetAtmosphereSunLightIndex \ +static_assert(alignof(DirectionalLightComponent_SetAtmosphereSunLightIndex) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetAtmosphereSunLightIndex"); \ +static_assert(sizeof(DirectionalLightComponent_SetAtmosphereSunLightIndex) == 0x000004, "Wrong size on DirectionalLightComponent_SetAtmosphereSunLightIndex"); \ +static_assert(offsetof(DirectionalLightComponent_SetAtmosphereSunLightIndex, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetAtmosphereSunLightIndex::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetCascadeDistributionExponent \ +static_assert(alignof(DirectionalLightComponent_SetCascadeDistributionExponent) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetCascadeDistributionExponent"); \ +static_assert(sizeof(DirectionalLightComponent_SetCascadeDistributionExponent) == 0x000004, "Wrong size on DirectionalLightComponent_SetCascadeDistributionExponent"); \ +static_assert(offsetof(DirectionalLightComponent_SetCascadeDistributionExponent, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetCascadeDistributionExponent::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetCascadeTransitionFraction \ +static_assert(alignof(DirectionalLightComponent_SetCascadeTransitionFraction) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetCascadeTransitionFraction"); \ +static_assert(sizeof(DirectionalLightComponent_SetCascadeTransitionFraction) == 0x000004, "Wrong size on DirectionalLightComponent_SetCascadeTransitionFraction"); \ +static_assert(offsetof(DirectionalLightComponent_SetCascadeTransitionFraction, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetCascadeTransitionFraction::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetDynamicShadowCascades \ +static_assert(alignof(DirectionalLightComponent_SetDynamicShadowCascades) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetDynamicShadowCascades"); \ +static_assert(sizeof(DirectionalLightComponent_SetDynamicShadowCascades) == 0x000004, "Wrong size on DirectionalLightComponent_SetDynamicShadowCascades"); \ +static_assert(offsetof(DirectionalLightComponent_SetDynamicShadowCascades, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetDynamicShadowCascades::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetDynamicShadowDistanceMovableLight \ +static_assert(alignof(DirectionalLightComponent_SetDynamicShadowDistanceMovableLight) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetDynamicShadowDistanceMovableLight"); \ +static_assert(sizeof(DirectionalLightComponent_SetDynamicShadowDistanceMovableLight) == 0x000004, "Wrong size on DirectionalLightComponent_SetDynamicShadowDistanceMovableLight"); \ +static_assert(offsetof(DirectionalLightComponent_SetDynamicShadowDistanceMovableLight, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetDynamicShadowDistanceMovableLight::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight \ +static_assert(alignof(DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight"); \ +static_assert(sizeof(DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight) == 0x000004, "Wrong size on DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight"); \ +static_assert(offsetof(DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetEnableLightShaftOcclusion \ +static_assert(alignof(DirectionalLightComponent_SetEnableLightShaftOcclusion) == 0x000001, "Wrong alignment on DirectionalLightComponent_SetEnableLightShaftOcclusion"); \ +static_assert(sizeof(DirectionalLightComponent_SetEnableLightShaftOcclusion) == 0x000001, "Wrong size on DirectionalLightComponent_SetEnableLightShaftOcclusion"); \ +static_assert(offsetof(DirectionalLightComponent_SetEnableLightShaftOcclusion, bNewValue) == 0x000000, "Member 'DirectionalLightComponent_SetEnableLightShaftOcclusion::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetLightShaftOverrideDirection \ +static_assert(alignof(DirectionalLightComponent_SetLightShaftOverrideDirection) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetLightShaftOverrideDirection"); \ +static_assert(sizeof(DirectionalLightComponent_SetLightShaftOverrideDirection) == 0x00000C, "Wrong size on DirectionalLightComponent_SetLightShaftOverrideDirection"); \ +static_assert(offsetof(DirectionalLightComponent_SetLightShaftOverrideDirection, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetLightShaftOverrideDirection::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetOcclusionMaskDarkness \ +static_assert(alignof(DirectionalLightComponent_SetOcclusionMaskDarkness) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetOcclusionMaskDarkness"); \ +static_assert(sizeof(DirectionalLightComponent_SetOcclusionMaskDarkness) == 0x000004, "Wrong size on DirectionalLightComponent_SetOcclusionMaskDarkness"); \ +static_assert(offsetof(DirectionalLightComponent_SetOcclusionMaskDarkness, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetOcclusionMaskDarkness::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetShadowAmount \ +static_assert(alignof(DirectionalLightComponent_SetShadowAmount) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetShadowAmount"); \ +static_assert(sizeof(DirectionalLightComponent_SetShadowAmount) == 0x000004, "Wrong size on DirectionalLightComponent_SetShadowAmount"); \ +static_assert(offsetof(DirectionalLightComponent_SetShadowAmount, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetShadowAmount::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetShadowDistanceFadeoutFraction \ +static_assert(alignof(DirectionalLightComponent_SetShadowDistanceFadeoutFraction) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetShadowDistanceFadeoutFraction"); \ +static_assert(sizeof(DirectionalLightComponent_SetShadowDistanceFadeoutFraction) == 0x000004, "Wrong size on DirectionalLightComponent_SetShadowDistanceFadeoutFraction"); \ +static_assert(offsetof(DirectionalLightComponent_SetShadowDistanceFadeoutFraction, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetShadowDistanceFadeoutFraction::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDirectionalLightComponent \ +static_assert(alignof(UDirectionalLightComponent) == 0x000010, "Wrong alignment on UDirectionalLightComponent"); \ +static_assert(sizeof(UDirectionalLightComponent) == 0x000460, "Wrong size on UDirectionalLightComponent"); \ +static_assert(offsetof(UDirectionalLightComponent, ShadowCascadeBiasDistribution) == 0x000388, "Member 'UDirectionalLightComponent::ShadowCascadeBiasDistribution' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, OcclusionMaskDarkness) == 0x000390, "Member 'UDirectionalLightComponent::OcclusionMaskDarkness' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, OcclusionDepthRange) == 0x000394, "Member 'UDirectionalLightComponent::OcclusionDepthRange' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, LightShaftOverrideDirection) == 0x000398, "Member 'UDirectionalLightComponent::LightShaftOverrideDirection' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, WholeSceneDynamicShadowRadius) == 0x0003A4, "Member 'UDirectionalLightComponent::WholeSceneDynamicShadowRadius' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, DynamicShadowDistanceMovableLight) == 0x0003A8, "Member 'UDirectionalLightComponent::DynamicShadowDistanceMovableLight' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, DynamicShadowDistanceStationaryLight) == 0x0003AC, "Member 'UDirectionalLightComponent::DynamicShadowDistanceStationaryLight' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, DynamicShadowCascades) == 0x0003B0, "Member 'UDirectionalLightComponent::DynamicShadowCascades' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CascadeDistributionExponent) == 0x0003B4, "Member 'UDirectionalLightComponent::CascadeDistributionExponent' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CascadeTransitionFraction) == 0x0003B8, "Member 'UDirectionalLightComponent::CascadeTransitionFraction' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, ShadowDistanceFadeoutFraction) == 0x0003BC, "Member 'UDirectionalLightComponent::ShadowDistanceFadeoutFraction' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, FarShadowCascadeCount) == 0x0003C4, "Member 'UDirectionalLightComponent::FarShadowCascadeCount' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, FarShadowDistance) == 0x0003C8, "Member 'UDirectionalLightComponent::FarShadowDistance' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, DistanceFieldShadowDistance) == 0x0003CC, "Member 'UDirectionalLightComponent::DistanceFieldShadowDistance' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, LightSourceAngle) == 0x0003D0, "Member 'UDirectionalLightComponent::LightSourceAngle' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, LightSourceSoftAngle) == 0x0003D4, "Member 'UDirectionalLightComponent::LightSourceSoftAngle' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, ShadowSourceAngleFactor) == 0x0003D8, "Member 'UDirectionalLightComponent::ShadowSourceAngleFactor' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, TraceDistance) == 0x0003DC, "Member 'UDirectionalLightComponent::TraceDistance' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, AtmosphereSunLightIndex) == 0x0003E4, "Member 'UDirectionalLightComponent::AtmosphereSunLightIndex' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, AtmosphereSunDiskColorScale) == 0x0003E8, "Member 'UDirectionalLightComponent::AtmosphereSunDiskColorScale' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowStrength) == 0x0003FC, "Member 'UDirectionalLightComponent::CloudShadowStrength' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowOnAtmosphereStrength) == 0x000400, "Member 'UDirectionalLightComponent::CloudShadowOnAtmosphereStrength' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowOnSurfaceStrength) == 0x000404, "Member 'UDirectionalLightComponent::CloudShadowOnSurfaceStrength' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowDepthBias) == 0x000408, "Member 'UDirectionalLightComponent::CloudShadowDepthBias' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowExtent) == 0x00040C, "Member 'UDirectionalLightComponent::CloudShadowExtent' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowMapResolutionScale) == 0x000410, "Member 'UDirectionalLightComponent::CloudShadowMapResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowRaySampleCountScale) == 0x000414, "Member 'UDirectionalLightComponent::CloudShadowRaySampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudScatteredLuminanceScale) == 0x000418, "Member 'UDirectionalLightComponent::CloudScatteredLuminanceScale' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, LightmassSettings) == 0x000428, "Member 'UDirectionalLightComponent::LightmassSettings' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, ModulatedShadowColor) == 0x00043C, "Member 'UDirectionalLightComponent::ModulatedShadowColor' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, ShadowAmount) == 0x000440, "Member 'UDirectionalLightComponent::ShadowAmount' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, bUseLightOriginForWholeSceneShadowMap) == 0x000448, "Member 'UDirectionalLightComponent::bUseLightOriginForWholeSceneShadowMap' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, WholeSceneShadowMapRadius) == 0x00044C, "Member 'UDirectionalLightComponent::WholeSceneShadowMapRadius' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, WholeSceneShadowsFarDistance) == 0x000450, "Member 'UDirectionalLightComponent::WholeSceneShadowsFarDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameNetworkManager \ +static_assert(alignof(AGameNetworkManager) == 0x000008, "Wrong alignment on AGameNetworkManager"); \ +static_assert(sizeof(AGameNetworkManager) == 0x000358, "Wrong size on AGameNetworkManager"); \ +static_assert(offsetof(AGameNetworkManager, BadPacketLossThreshold) == 0x0002A8, "Member 'AGameNetworkManager::BadPacketLossThreshold' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, SeverePacketLossThreshold) == 0x0002AC, "Member 'AGameNetworkManager::SeverePacketLossThreshold' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, BadPingThreshold) == 0x0002B0, "Member 'AGameNetworkManager::BadPingThreshold' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, SeverePingThreshold) == 0x0002B4, "Member 'AGameNetworkManager::SeverePingThreshold' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, AdjustedNetSpeed) == 0x0002B8, "Member 'AGameNetworkManager::AdjustedNetSpeed' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, LastNetSpeedUpdateTime) == 0x0002BC, "Member 'AGameNetworkManager::LastNetSpeedUpdateTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, TotalNetBandwidth) == 0x0002C0, "Member 'AGameNetworkManager::TotalNetBandwidth' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MinDynamicBandwidth) == 0x0002C4, "Member 'AGameNetworkManager::MinDynamicBandwidth' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MaxDynamicBandwidth) == 0x0002C8, "Member 'AGameNetworkManager::MaxDynamicBandwidth' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, StandbyRxCheatTime) == 0x0002D0, "Member 'AGameNetworkManager::StandbyRxCheatTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, StandbyTxCheatTime) == 0x0002D4, "Member 'AGameNetworkManager::StandbyTxCheatTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, PercentMissingForRxStandby) == 0x0002D8, "Member 'AGameNetworkManager::PercentMissingForRxStandby' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, PercentMissingForTxStandby) == 0x0002DC, "Member 'AGameNetworkManager::PercentMissingForTxStandby' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, PercentForBadPing) == 0x0002E0, "Member 'AGameNetworkManager::PercentForBadPing' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, JoinInProgressStandbyWaitTime) == 0x0002E4, "Member 'AGameNetworkManager::JoinInProgressStandbyWaitTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MoveRepSize) == 0x0002E8, "Member 'AGameNetworkManager::MoveRepSize' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MAXPOSITIONERRORSQUARED) == 0x0002EC, "Member 'AGameNetworkManager::MAXPOSITIONERRORSQUARED' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MAXNEARZEROVELOCITYSQUARED) == 0x0002F0, "Member 'AGameNetworkManager::MAXNEARZEROVELOCITYSQUARED' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, CLIENTADJUSTUPDATECOST) == 0x0002F4, "Member 'AGameNetworkManager::CLIENTADJUSTUPDATECOST' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MAXCLIENTUPDATEINTERVAL) == 0x0002F8, "Member 'AGameNetworkManager::MAXCLIENTUPDATEINTERVAL' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MaxClientForcedUpdateDuration) == 0x0002FC, "Member 'AGameNetworkManager::MaxClientForcedUpdateDuration' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ServerForcedUpdateHitchThreshold) == 0x000300, "Member 'AGameNetworkManager::ServerForcedUpdateHitchThreshold' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ServerForcedUpdateHitchCooldown) == 0x000304, "Member 'AGameNetworkManager::ServerForcedUpdateHitchCooldown' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MaxMoveDeltaTime) == 0x000308, "Member 'AGameNetworkManager::MaxMoveDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MaxClientSmoothingDeltaTime) == 0x00030C, "Member 'AGameNetworkManager::MaxClientSmoothingDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTime) == 0x000310, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTimeThrottled) == 0x000314, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTimeThrottled' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTimeStationary) == 0x000318, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTimeStationary' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveThrottleAtNetSpeed) == 0x00031C, "Member 'AGameNetworkManager::ClientNetSendMoveThrottleAtNetSpeed' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveThrottleOverPlayerCount) == 0x000320, "Member 'AGameNetworkManager::ClientNetSendMoveThrottleOverPlayerCount' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientAuthorativePosition) == 0x000324, "Member 'AGameNetworkManager::ClientAuthorativePosition' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientErrorUpdateRateLimit) == 0x000328, "Member 'AGameNetworkManager::ClientErrorUpdateRateLimit' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetCamUpdateDeltaTime) == 0x00032C, "Member 'AGameNetworkManager::ClientNetCamUpdateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetCamUpdatePositionLimit) == 0x000330, "Member 'AGameNetworkManager::ClientNetCamUpdatePositionLimit' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyDetection) == 0x000334, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyDetection' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyResolution) == 0x000335, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyResolution' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyMaxTimeMargin) == 0x000338, "Member 'AGameNetworkManager::MovementTimeDiscrepancyMaxTimeMargin' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyMinTimeMargin) == 0x00033C, "Member 'AGameNetworkManager::MovementTimeDiscrepancyMinTimeMargin' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyResolutionRate) == 0x000340, "Member 'AGameNetworkManager::MovementTimeDiscrepancyResolutionRate' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyDriftAllowance) == 0x000344, "Member 'AGameNetworkManager::MovementTimeDiscrepancyDriftAllowance' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyForceCorrectionsDuringResolution) == 0x000348, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyForceCorrectionsDuringResolution' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, bUseDistanceBasedRelevancy) == 0x000349, "Member 'AGameNetworkManager::bUseDistanceBasedRelevancy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeDialoguePlayer \ +static_assert(alignof(USoundNodeDialoguePlayer) == 0x000008, "Wrong alignment on USoundNodeDialoguePlayer"); \ +static_assert(sizeof(USoundNodeDialoguePlayer) == 0x000078, "Wrong size on USoundNodeDialoguePlayer"); \ +static_assert(offsetof(USoundNodeDialoguePlayer, DialogueWaveParameter) == 0x000050, "Member 'USoundNodeDialoguePlayer::DialogueWaveParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimCurveCompressionCodec \ +static_assert(alignof(UAnimCurveCompressionCodec) == 0x000008, "Wrong alignment on UAnimCurveCompressionCodec"); \ +static_assert(sizeof(UAnimCurveCompressionCodec) == 0x000030, "Wrong size on UAnimCurveCompressionCodec"); \ + +#define DUMPER7_ASSERTS_UModelComponent \ +static_assert(alignof(UModelComponent) == 0x000010, "Wrong alignment on UModelComponent"); \ +static_assert(sizeof(UModelComponent) == 0x000540, "Wrong size on UModelComponent"); \ +static_assert(offsetof(UModelComponent, ModelBodySetup) == 0x000518, "Member 'UModelComponent::ModelBodySetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IInterface_AssetUserData \ +static_assert(alignof(IInterface_AssetUserData) == 0x000001, "Wrong alignment on IInterface_AssetUserData"); \ +static_assert(sizeof(IInterface_AssetUserData) == 0x000001, "Wrong size on IInterface_AssetUserData"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPanner \ +static_assert(alignof(UMaterialExpressionPanner) == 0x000008, "Wrong alignment on UMaterialExpressionPanner"); \ +static_assert(sizeof(UMaterialExpressionPanner) == 0x0000B0, "Wrong size on UMaterialExpressionPanner"); \ +static_assert(offsetof(UMaterialExpressionPanner, Coordinate) == 0x000048, "Member 'UMaterialExpressionPanner::Coordinate' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPanner, Time) == 0x000064, "Member 'UMaterialExpressionPanner::Time' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPanner, Speed) == 0x000080, "Member 'UMaterialExpressionPanner::Speed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPanner, SpeedX) == 0x00009C, "Member 'UMaterialExpressionPanner::SpeedX' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPanner, SpeedY) == 0x0000A0, "Member 'UMaterialExpressionPanner::SpeedY' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPanner, ConstCoordinate) == 0x0000A4, "Member 'UMaterialExpressionPanner::ConstCoordinate' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPanner, bFractionalPart) == 0x0000A8, "Member 'UMaterialExpressionPanner::bFractionalPart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_AdjustAttenuation \ +static_assert(alignof(AudioComponent_AdjustAttenuation) == 0x000008, "Wrong alignment on AudioComponent_AdjustAttenuation"); \ +static_assert(sizeof(AudioComponent_AdjustAttenuation) == 0x0003A0, "Wrong size on AudioComponent_AdjustAttenuation"); \ +static_assert(offsetof(AudioComponent_AdjustAttenuation, InAttenuationSettings) == 0x000000, "Member 'AudioComponent_AdjustAttenuation::InAttenuationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_AdjustVolume \ +static_assert(alignof(AudioComponent_AdjustVolume) == 0x000004, "Wrong alignment on AudioComponent_AdjustVolume"); \ +static_assert(sizeof(AudioComponent_AdjustVolume) == 0x00000C, "Wrong size on AudioComponent_AdjustVolume"); \ +static_assert(offsetof(AudioComponent_AdjustVolume, AdjustVolumeDuration) == 0x000000, "Member 'AudioComponent_AdjustVolume::AdjustVolumeDuration' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_AdjustVolume, AdjustVolumeLevel) == 0x000004, "Member 'AudioComponent_AdjustVolume::AdjustVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_AdjustVolume, FadeCurve) == 0x000008, "Member 'AudioComponent_AdjustVolume::FadeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_BP_GetAttenuationSettingsToApply \ +static_assert(alignof(AudioComponent_BP_GetAttenuationSettingsToApply) == 0x000008, "Wrong alignment on AudioComponent_BP_GetAttenuationSettingsToApply"); \ +static_assert(sizeof(AudioComponent_BP_GetAttenuationSettingsToApply) == 0x0003A8, "Wrong size on AudioComponent_BP_GetAttenuationSettingsToApply"); \ +static_assert(offsetof(AudioComponent_BP_GetAttenuationSettingsToApply, OutAttenuationSettings) == 0x000000, "Member 'AudioComponent_BP_GetAttenuationSettingsToApply::OutAttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_BP_GetAttenuationSettingsToApply, ReturnValue) == 0x0003A0, "Member 'AudioComponent_BP_GetAttenuationSettingsToApply::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_FadeIn \ +static_assert(alignof(AudioComponent_FadeIn) == 0x000004, "Wrong alignment on AudioComponent_FadeIn"); \ +static_assert(sizeof(AudioComponent_FadeIn) == 0x000010, "Wrong size on AudioComponent_FadeIn"); \ +static_assert(offsetof(AudioComponent_FadeIn, FadeInDuration) == 0x000000, "Member 'AudioComponent_FadeIn::FadeInDuration' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_FadeIn, FadeVolumeLevel) == 0x000004, "Member 'AudioComponent_FadeIn::FadeVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_FadeIn, StartTime) == 0x000008, "Member 'AudioComponent_FadeIn::StartTime' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_FadeIn, FadeCurve) == 0x00000C, "Member 'AudioComponent_FadeIn::FadeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_FadeOut \ +static_assert(alignof(AudioComponent_FadeOut) == 0x000004, "Wrong alignment on AudioComponent_FadeOut"); \ +static_assert(sizeof(AudioComponent_FadeOut) == 0x00000C, "Wrong size on AudioComponent_FadeOut"); \ +static_assert(offsetof(AudioComponent_FadeOut, FadeOutDuration) == 0x000000, "Member 'AudioComponent_FadeOut::FadeOutDuration' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_FadeOut, FadeVolumeLevel) == 0x000004, "Member 'AudioComponent_FadeOut::FadeVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_FadeOut, FadeCurve) == 0x000008, "Member 'AudioComponent_FadeOut::FadeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_GetCookedEnvelopeData \ +static_assert(alignof(AudioComponent_GetCookedEnvelopeData) == 0x000004, "Wrong alignment on AudioComponent_GetCookedEnvelopeData"); \ +static_assert(sizeof(AudioComponent_GetCookedEnvelopeData) == 0x000008, "Wrong size on AudioComponent_GetCookedEnvelopeData"); \ +static_assert(offsetof(AudioComponent_GetCookedEnvelopeData, OutEnvelopeData) == 0x000000, "Member 'AudioComponent_GetCookedEnvelopeData::OutEnvelopeData' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_GetCookedEnvelopeData, ReturnValue) == 0x000004, "Member 'AudioComponent_GetCookedEnvelopeData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds \ +static_assert(alignof(AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds) == 0x000008, "Wrong alignment on AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds"); \ +static_assert(sizeof(AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds) == 0x000018, "Wrong size on AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds"); \ +static_assert(offsetof(AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds, OutEnvelopeData) == 0x000000, "Member 'AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds::OutEnvelopeData' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds, ReturnValue) == 0x000010, "Member 'AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_GetCookedFFTData \ +static_assert(alignof(AudioComponent_GetCookedFFTData) == 0x000008, "Wrong alignment on AudioComponent_GetCookedFFTData"); \ +static_assert(sizeof(AudioComponent_GetCookedFFTData) == 0x000028, "Wrong size on AudioComponent_GetCookedFFTData"); \ +static_assert(offsetof(AudioComponent_GetCookedFFTData, FrequenciesToGet) == 0x000000, "Member 'AudioComponent_GetCookedFFTData::FrequenciesToGet' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_GetCookedFFTData, OutSoundWaveSpectralData) == 0x000010, "Member 'AudioComponent_GetCookedFFTData::OutSoundWaveSpectralData' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_GetCookedFFTData, ReturnValue) == 0x000020, "Member 'AudioComponent_GetCookedFFTData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_GetCookedFFTDataForAllPlayingSounds \ +static_assert(alignof(AudioComponent_GetCookedFFTDataForAllPlayingSounds) == 0x000008, "Wrong alignment on AudioComponent_GetCookedFFTDataForAllPlayingSounds"); \ +static_assert(sizeof(AudioComponent_GetCookedFFTDataForAllPlayingSounds) == 0x000018, "Wrong size on AudioComponent_GetCookedFFTDataForAllPlayingSounds"); \ +static_assert(offsetof(AudioComponent_GetCookedFFTDataForAllPlayingSounds, OutSoundWaveSpectralData) == 0x000000, "Member 'AudioComponent_GetCookedFFTDataForAllPlayingSounds::OutSoundWaveSpectralData' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_GetCookedFFTDataForAllPlayingSounds, ReturnValue) == 0x000010, "Member 'AudioComponent_GetCookedFFTDataForAllPlayingSounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_Play \ +static_assert(alignof(AudioComponent_Play) == 0x000004, "Wrong alignment on AudioComponent_Play"); \ +static_assert(sizeof(AudioComponent_Play) == 0x000004, "Wrong size on AudioComponent_Play"); \ +static_assert(offsetof(AudioComponent_Play, StartTime) == 0x000000, "Member 'AudioComponent_Play::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_PlayQuantized \ +static_assert(alignof(AudioComponent_PlayQuantized) == 0x000008, "Wrong alignment on AudioComponent_PlayQuantized"); \ +static_assert(sizeof(AudioComponent_PlayQuantized) == 0x000040, "Wrong size on AudioComponent_PlayQuantized"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, WorldContextObject) == 0x000000, "Member 'AudioComponent_PlayQuantized::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, InClockHandle) == 0x000008, "Member 'AudioComponent_PlayQuantized::InClockHandle' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, InQuantizationBoundary) == 0x000010, "Member 'AudioComponent_PlayQuantized::InQuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, InDelegate) == 0x00001C, "Member 'AudioComponent_PlayQuantized::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, InStartTime) == 0x000030, "Member 'AudioComponent_PlayQuantized::InStartTime' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, InFadeInDuration) == 0x000034, "Member 'AudioComponent_PlayQuantized::InFadeInDuration' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, InFadeVolumeLevel) == 0x000038, "Member 'AudioComponent_PlayQuantized::InFadeVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, InFadeCurve) == 0x00003C, "Member 'AudioComponent_PlayQuantized::InFadeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetAudioBusSendPostEffect \ +static_assert(alignof(AudioComponent_SetAudioBusSendPostEffect) == 0x000008, "Wrong alignment on AudioComponent_SetAudioBusSendPostEffect"); \ +static_assert(sizeof(AudioComponent_SetAudioBusSendPostEffect) == 0x000010, "Wrong size on AudioComponent_SetAudioBusSendPostEffect"); \ +static_assert(offsetof(AudioComponent_SetAudioBusSendPostEffect, AudioBus) == 0x000000, "Member 'AudioComponent_SetAudioBusSendPostEffect::AudioBus' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetAudioBusSendPostEffect, AudioBusSendLevel) == 0x000008, "Member 'AudioComponent_SetAudioBusSendPostEffect::AudioBusSendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetAudioBusSendPreEffect \ +static_assert(alignof(AudioComponent_SetAudioBusSendPreEffect) == 0x000008, "Wrong alignment on AudioComponent_SetAudioBusSendPreEffect"); \ +static_assert(sizeof(AudioComponent_SetAudioBusSendPreEffect) == 0x000010, "Wrong size on AudioComponent_SetAudioBusSendPreEffect"); \ +static_assert(offsetof(AudioComponent_SetAudioBusSendPreEffect, AudioBus) == 0x000000, "Member 'AudioComponent_SetAudioBusSendPreEffect::AudioBus' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetAudioBusSendPreEffect, AudioBusSendLevel) == 0x000008, "Member 'AudioComponent_SetAudioBusSendPreEffect::AudioBusSendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetBoolParameter \ +static_assert(alignof(AudioComponent_SetBoolParameter) == 0x000004, "Wrong alignment on AudioComponent_SetBoolParameter"); \ +static_assert(sizeof(AudioComponent_SetBoolParameter) == 0x000010, "Wrong size on AudioComponent_SetBoolParameter"); \ +static_assert(offsetof(AudioComponent_SetBoolParameter, InName) == 0x000000, "Member 'AudioComponent_SetBoolParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetBoolParameter, InBool) == 0x00000C, "Member 'AudioComponent_SetBoolParameter::InBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetFloatParameter \ +static_assert(alignof(AudioComponent_SetFloatParameter) == 0x000004, "Wrong alignment on AudioComponent_SetFloatParameter"); \ +static_assert(sizeof(AudioComponent_SetFloatParameter) == 0x000010, "Wrong size on AudioComponent_SetFloatParameter"); \ +static_assert(offsetof(AudioComponent_SetFloatParameter, InName) == 0x000000, "Member 'AudioComponent_SetFloatParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetFloatParameter, InFloat) == 0x00000C, "Member 'AudioComponent_SetFloatParameter::InFloat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetIntParameter \ +static_assert(alignof(AudioComponent_SetIntParameter) == 0x000004, "Wrong alignment on AudioComponent_SetIntParameter"); \ +static_assert(sizeof(AudioComponent_SetIntParameter) == 0x000010, "Wrong size on AudioComponent_SetIntParameter"); \ +static_assert(offsetof(AudioComponent_SetIntParameter, InName) == 0x000000, "Member 'AudioComponent_SetIntParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetIntParameter, InInt) == 0x00000C, "Member 'AudioComponent_SetIntParameter::InInt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetLowPassFilterEnabled \ +static_assert(alignof(AudioComponent_SetLowPassFilterEnabled) == 0x000001, "Wrong alignment on AudioComponent_SetLowPassFilterEnabled"); \ +static_assert(sizeof(AudioComponent_SetLowPassFilterEnabled) == 0x000001, "Wrong size on AudioComponent_SetLowPassFilterEnabled"); \ +static_assert(offsetof(AudioComponent_SetLowPassFilterEnabled, InLowPassFilterEnabled) == 0x000000, "Member 'AudioComponent_SetLowPassFilterEnabled::InLowPassFilterEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetLowPassFilterFrequency \ +static_assert(alignof(AudioComponent_SetLowPassFilterFrequency) == 0x000004, "Wrong alignment on AudioComponent_SetLowPassFilterFrequency"); \ +static_assert(sizeof(AudioComponent_SetLowPassFilterFrequency) == 0x000004, "Wrong size on AudioComponent_SetLowPassFilterFrequency"); \ +static_assert(offsetof(AudioComponent_SetLowPassFilterFrequency, InLowPassFilterFrequency) == 0x000000, "Member 'AudioComponent_SetLowPassFilterFrequency::InLowPassFilterFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetOutputToBusOnly \ +static_assert(alignof(AudioComponent_SetOutputToBusOnly) == 0x000001, "Wrong alignment on AudioComponent_SetOutputToBusOnly"); \ +static_assert(sizeof(AudioComponent_SetOutputToBusOnly) == 0x000001, "Wrong size on AudioComponent_SetOutputToBusOnly"); \ +static_assert(offsetof(AudioComponent_SetOutputToBusOnly, bInOutputToBusOnly) == 0x000000, "Member 'AudioComponent_SetOutputToBusOnly::bInOutputToBusOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetPaused \ +static_assert(alignof(AudioComponent_SetPaused) == 0x000001, "Wrong alignment on AudioComponent_SetPaused"); \ +static_assert(sizeof(AudioComponent_SetPaused) == 0x000001, "Wrong size on AudioComponent_SetPaused"); \ +static_assert(offsetof(AudioComponent_SetPaused, bPause) == 0x000000, "Member 'AudioComponent_SetPaused::bPause' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetPitchMultiplier \ +static_assert(alignof(AudioComponent_SetPitchMultiplier) == 0x000004, "Wrong alignment on AudioComponent_SetPitchMultiplier"); \ +static_assert(sizeof(AudioComponent_SetPitchMultiplier) == 0x000004, "Wrong size on AudioComponent_SetPitchMultiplier"); \ +static_assert(offsetof(AudioComponent_SetPitchMultiplier, NewPitchMultiplier) == 0x000000, "Member 'AudioComponent_SetPitchMultiplier::NewPitchMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetSound \ +static_assert(alignof(AudioComponent_SetSound) == 0x000008, "Wrong alignment on AudioComponent_SetSound"); \ +static_assert(sizeof(AudioComponent_SetSound) == 0x000008, "Wrong size on AudioComponent_SetSound"); \ +static_assert(offsetof(AudioComponent_SetSound, NewSound) == 0x000000, "Member 'AudioComponent_SetSound::NewSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetSourceBusSendPostEffect \ +static_assert(alignof(AudioComponent_SetSourceBusSendPostEffect) == 0x000008, "Wrong alignment on AudioComponent_SetSourceBusSendPostEffect"); \ +static_assert(sizeof(AudioComponent_SetSourceBusSendPostEffect) == 0x000010, "Wrong size on AudioComponent_SetSourceBusSendPostEffect"); \ +static_assert(offsetof(AudioComponent_SetSourceBusSendPostEffect, SoundSourceBus) == 0x000000, "Member 'AudioComponent_SetSourceBusSendPostEffect::SoundSourceBus' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetSourceBusSendPostEffect, SourceBusSendLevel) == 0x000008, "Member 'AudioComponent_SetSourceBusSendPostEffect::SourceBusSendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetSourceBusSendPreEffect \ +static_assert(alignof(AudioComponent_SetSourceBusSendPreEffect) == 0x000008, "Wrong alignment on AudioComponent_SetSourceBusSendPreEffect"); \ +static_assert(sizeof(AudioComponent_SetSourceBusSendPreEffect) == 0x000010, "Wrong size on AudioComponent_SetSourceBusSendPreEffect"); \ +static_assert(offsetof(AudioComponent_SetSourceBusSendPreEffect, SoundSourceBus) == 0x000000, "Member 'AudioComponent_SetSourceBusSendPreEffect::SoundSourceBus' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetSourceBusSendPreEffect, SourceBusSendLevel) == 0x000008, "Member 'AudioComponent_SetSourceBusSendPreEffect::SourceBusSendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetSubmixSend \ +static_assert(alignof(AudioComponent_SetSubmixSend) == 0x000008, "Wrong alignment on AudioComponent_SetSubmixSend"); \ +static_assert(sizeof(AudioComponent_SetSubmixSend) == 0x000010, "Wrong size on AudioComponent_SetSubmixSend"); \ +static_assert(offsetof(AudioComponent_SetSubmixSend, Submix) == 0x000000, "Member 'AudioComponent_SetSubmixSend::Submix' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetSubmixSend, SendLevel) == 0x000008, "Member 'AudioComponent_SetSubmixSend::SendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetUISound \ +static_assert(alignof(AudioComponent_SetUISound) == 0x000001, "Wrong alignment on AudioComponent_SetUISound"); \ +static_assert(sizeof(AudioComponent_SetUISound) == 0x000001, "Wrong size on AudioComponent_SetUISound"); \ +static_assert(offsetof(AudioComponent_SetUISound, bInUISound) == 0x000000, "Member 'AudioComponent_SetUISound::bInUISound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetVolumeMultiplier \ +static_assert(alignof(AudioComponent_SetVolumeMultiplier) == 0x000004, "Wrong alignment on AudioComponent_SetVolumeMultiplier"); \ +static_assert(sizeof(AudioComponent_SetVolumeMultiplier) == 0x000004, "Wrong size on AudioComponent_SetVolumeMultiplier"); \ +static_assert(offsetof(AudioComponent_SetVolumeMultiplier, NewVolumeMultiplier) == 0x000000, "Member 'AudioComponent_SetVolumeMultiplier::NewVolumeMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetWaveParameter \ +static_assert(alignof(AudioComponent_SetWaveParameter) == 0x000008, "Wrong alignment on AudioComponent_SetWaveParameter"); \ +static_assert(sizeof(AudioComponent_SetWaveParameter) == 0x000018, "Wrong size on AudioComponent_SetWaveParameter"); \ +static_assert(offsetof(AudioComponent_SetWaveParameter, InName) == 0x000000, "Member 'AudioComponent_SetWaveParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetWaveParameter, InWave) == 0x000010, "Member 'AudioComponent_SetWaveParameter::InWave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_StopDelayed \ +static_assert(alignof(AudioComponent_StopDelayed) == 0x000004, "Wrong alignment on AudioComponent_StopDelayed"); \ +static_assert(sizeof(AudioComponent_StopDelayed) == 0x000004, "Wrong size on AudioComponent_StopDelayed"); \ +static_assert(offsetof(AudioComponent_StopDelayed, DelayTime) == 0x000000, "Member 'AudioComponent_StopDelayed::DelayTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_GetPlayState \ +static_assert(alignof(AudioComponent_GetPlayState) == 0x000001, "Wrong alignment on AudioComponent_GetPlayState"); \ +static_assert(sizeof(AudioComponent_GetPlayState) == 0x000001, "Wrong size on AudioComponent_GetPlayState"); \ +static_assert(offsetof(AudioComponent_GetPlayState, ReturnValue) == 0x000000, "Member 'AudioComponent_GetPlayState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_HasCookedAmplitudeEnvelopeData \ +static_assert(alignof(AudioComponent_HasCookedAmplitudeEnvelopeData) == 0x000001, "Wrong alignment on AudioComponent_HasCookedAmplitudeEnvelopeData"); \ +static_assert(sizeof(AudioComponent_HasCookedAmplitudeEnvelopeData) == 0x000001, "Wrong size on AudioComponent_HasCookedAmplitudeEnvelopeData"); \ +static_assert(offsetof(AudioComponent_HasCookedAmplitudeEnvelopeData, ReturnValue) == 0x000000, "Member 'AudioComponent_HasCookedAmplitudeEnvelopeData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_HasCookedFFTData \ +static_assert(alignof(AudioComponent_HasCookedFFTData) == 0x000001, "Wrong alignment on AudioComponent_HasCookedFFTData"); \ +static_assert(sizeof(AudioComponent_HasCookedFFTData) == 0x000001, "Wrong size on AudioComponent_HasCookedFFTData"); \ +static_assert(offsetof(AudioComponent_HasCookedFFTData, ReturnValue) == 0x000000, "Member 'AudioComponent_HasCookedFFTData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_IsPlaying \ +static_assert(alignof(AudioComponent_IsPlaying) == 0x000001, "Wrong alignment on AudioComponent_IsPlaying"); \ +static_assert(sizeof(AudioComponent_IsPlaying) == 0x000001, "Wrong size on AudioComponent_IsPlaying"); \ +static_assert(offsetof(AudioComponent_IsPlaying, ReturnValue) == 0x000000, "Member 'AudioComponent_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_IsVirtualized \ +static_assert(alignof(AudioComponent_IsVirtualized) == 0x000001, "Wrong alignment on AudioComponent_IsVirtualized"); \ +static_assert(sizeof(AudioComponent_IsVirtualized) == 0x000001, "Wrong size on AudioComponent_IsVirtualized"); \ +static_assert(offsetof(AudioComponent_IsVirtualized, ReturnValue) == 0x000000, "Member 'AudioComponent_IsVirtualized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioComponent \ +static_assert(alignof(UAudioComponent) == 0x000010, "Wrong alignment on UAudioComponent"); \ +static_assert(sizeof(UAudioComponent) == 0x0008A0, "Wrong size on UAudioComponent"); \ +static_assert(offsetof(UAudioComponent, Sound) == 0x000228, "Member 'UAudioComponent::Sound' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, InstanceParameters) == 0x000230, "Member 'UAudioComponent::InstanceParameters' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, SoundClassOverride) == 0x000240, "Member 'UAudioComponent::SoundClassOverride' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AudioComponentUserID) == 0x000250, "Member 'UAudioComponent::AudioComponentUserID' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, PitchModulationMin) == 0x00025C, "Member 'UAudioComponent::PitchModulationMin' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, PitchModulationMax) == 0x000260, "Member 'UAudioComponent::PitchModulationMax' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, VolumeModulationMin) == 0x000264, "Member 'UAudioComponent::VolumeModulationMin' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, VolumeModulationMax) == 0x000268, "Member 'UAudioComponent::VolumeModulationMax' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, VolumeMultiplier) == 0x00026C, "Member 'UAudioComponent::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, EnvelopeFollowerAttackTime) == 0x000270, "Member 'UAudioComponent::EnvelopeFollowerAttackTime' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, EnvelopeFollowerReleaseTime) == 0x000274, "Member 'UAudioComponent::EnvelopeFollowerReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, Priority) == 0x000278, "Member 'UAudioComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, SubtitlePriority) == 0x00027C, "Member 'UAudioComponent::SubtitlePriority' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, SourceEffectChain) == 0x000280, "Member 'UAudioComponent::SourceEffectChain' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, PitchMultiplier) == 0x000288, "Member 'UAudioComponent::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, LowPassFilterFrequency) == 0x00028C, "Member 'UAudioComponent::LowPassFilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AttenuationSettings) == 0x000298, "Member 'UAudioComponent::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AttenuationOverrides) == 0x0002A0, "Member 'UAudioComponent::AttenuationOverrides' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, ConcurrencySettings) == 0x000640, "Member 'UAudioComponent::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, ConcurrencySet) == 0x000648, "Member 'UAudioComponent::ConcurrencySet' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AutoAttachLocationRule) == 0x0006A4, "Member 'UAudioComponent::AutoAttachLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AutoAttachRotationRule) == 0x0006A5, "Member 'UAudioComponent::AutoAttachRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AutoAttachScaleRule) == 0x0006A6, "Member 'UAudioComponent::AutoAttachScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, ModulationRouting) == 0x0006A8, "Member 'UAudioComponent::ModulationRouting' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioPlayStateChanged) == 0x0006F0, "Member 'UAudioComponent::OnAudioPlayStateChanged' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioVirtualizationChanged) == 0x000718, "Member 'UAudioComponent::OnAudioVirtualizationChanged' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioFinished) == 0x000740, "Member 'UAudioComponent::OnAudioFinished' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioPlaybackPercent) == 0x000768, "Member 'UAudioComponent::OnAudioPlaybackPercent' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioSingleEnvelopeValue) == 0x000790, "Member 'UAudioComponent::OnAudioSingleEnvelopeValue' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioMultiEnvelopeValue) == 0x0007B8, "Member 'UAudioComponent::OnAudioMultiEnvelopeValue' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnQueueSubtitles) == 0x0007E0, "Member 'UAudioComponent::OnQueueSubtitles' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AutoAttachParent) == 0x0007F4, "Member 'UAudioComponent::AutoAttachParent' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AutoAttachSocketName) == 0x0007FC, "Member 'UAudioComponent::AutoAttachSocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLifetimeBase \ +static_assert(alignof(UParticleModuleLifetimeBase) == 0x000008, "Wrong alignment on UParticleModuleLifetimeBase"); \ +static_assert(sizeof(UParticleModuleLifetimeBase) == 0x000038, "Wrong size on UParticleModuleLifetimeBase"); \ + +#define DUMPER7_ASSERTS_NavMovementComponent_IsCrouching \ +static_assert(alignof(NavMovementComponent_IsCrouching) == 0x000001, "Wrong alignment on NavMovementComponent_IsCrouching"); \ +static_assert(sizeof(NavMovementComponent_IsCrouching) == 0x000001, "Wrong size on NavMovementComponent_IsCrouching"); \ +static_assert(offsetof(NavMovementComponent_IsCrouching, ReturnValue) == 0x000000, "Member 'NavMovementComponent_IsCrouching::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavMovementComponent_IsFalling \ +static_assert(alignof(NavMovementComponent_IsFalling) == 0x000001, "Wrong alignment on NavMovementComponent_IsFalling"); \ +static_assert(sizeof(NavMovementComponent_IsFalling) == 0x000001, "Wrong size on NavMovementComponent_IsFalling"); \ +static_assert(offsetof(NavMovementComponent_IsFalling, ReturnValue) == 0x000000, "Member 'NavMovementComponent_IsFalling::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavMovementComponent_IsFlying \ +static_assert(alignof(NavMovementComponent_IsFlying) == 0x000001, "Wrong alignment on NavMovementComponent_IsFlying"); \ +static_assert(sizeof(NavMovementComponent_IsFlying) == 0x000001, "Wrong size on NavMovementComponent_IsFlying"); \ +static_assert(offsetof(NavMovementComponent_IsFlying, ReturnValue) == 0x000000, "Member 'NavMovementComponent_IsFlying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavMovementComponent_IsMovingOnGround \ +static_assert(alignof(NavMovementComponent_IsMovingOnGround) == 0x000001, "Wrong alignment on NavMovementComponent_IsMovingOnGround"); \ +static_assert(sizeof(NavMovementComponent_IsMovingOnGround) == 0x000001, "Wrong size on NavMovementComponent_IsMovingOnGround"); \ +static_assert(offsetof(NavMovementComponent_IsMovingOnGround, ReturnValue) == 0x000000, "Member 'NavMovementComponent_IsMovingOnGround::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavMovementComponent_IsSwimming \ +static_assert(alignof(NavMovementComponent_IsSwimming) == 0x000001, "Wrong alignment on NavMovementComponent_IsSwimming"); \ +static_assert(sizeof(NavMovementComponent_IsSwimming) == 0x000001, "Wrong size on NavMovementComponent_IsSwimming"); \ +static_assert(offsetof(NavMovementComponent_IsSwimming, ReturnValue) == 0x000000, "Member 'NavMovementComponent_IsSwimming::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavMovementComponent \ +static_assert(alignof(UNavMovementComponent) == 0x000008, "Wrong alignment on UNavMovementComponent"); \ +static_assert(sizeof(UNavMovementComponent) == 0x000148, "Wrong size on UNavMovementComponent"); \ +static_assert(offsetof(UNavMovementComponent, NavAgentProps) == 0x000100, "Member 'UNavMovementComponent::NavAgentProps' has a wrong offset!"); \ +static_assert(offsetof(UNavMovementComponent, FixedPathBrakingDistance) == 0x000138, "Member 'UNavMovementComponent::FixedPathBrakingDistance' has a wrong offset!"); \ +static_assert(offsetof(UNavMovementComponent, MovementState) == 0x00013D, "Member 'UNavMovementComponent::MovementState' has a wrong offset!"); \ +static_assert(offsetof(UNavMovementComponent, PathFollowingComp) == 0x000140, "Member 'UNavMovementComponent::PathFollowingComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SphereComponent_SetSphereRadius \ +static_assert(alignof(SphereComponent_SetSphereRadius) == 0x000004, "Wrong alignment on SphereComponent_SetSphereRadius"); \ +static_assert(sizeof(SphereComponent_SetSphereRadius) == 0x000008, "Wrong size on SphereComponent_SetSphereRadius"); \ +static_assert(offsetof(SphereComponent_SetSphereRadius, InSphereRadius) == 0x000000, "Member 'SphereComponent_SetSphereRadius::InSphereRadius' has a wrong offset!"); \ +static_assert(offsetof(SphereComponent_SetSphereRadius, bUpdateOverlaps) == 0x000004, "Member 'SphereComponent_SetSphereRadius::bUpdateOverlaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SphereComponent_GetScaledSphereRadius \ +static_assert(alignof(SphereComponent_GetScaledSphereRadius) == 0x000004, "Wrong alignment on SphereComponent_GetScaledSphereRadius"); \ +static_assert(sizeof(SphereComponent_GetScaledSphereRadius) == 0x000004, "Wrong size on SphereComponent_GetScaledSphereRadius"); \ +static_assert(offsetof(SphereComponent_GetScaledSphereRadius, ReturnValue) == 0x000000, "Member 'SphereComponent_GetScaledSphereRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SphereComponent_GetShapeScale \ +static_assert(alignof(SphereComponent_GetShapeScale) == 0x000004, "Wrong alignment on SphereComponent_GetShapeScale"); \ +static_assert(sizeof(SphereComponent_GetShapeScale) == 0x000004, "Wrong size on SphereComponent_GetShapeScale"); \ +static_assert(offsetof(SphereComponent_GetShapeScale, ReturnValue) == 0x000000, "Member 'SphereComponent_GetShapeScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SphereComponent_GetUnscaledSphereRadius \ +static_assert(alignof(SphereComponent_GetUnscaledSphereRadius) == 0x000004, "Wrong alignment on SphereComponent_GetUnscaledSphereRadius"); \ +static_assert(sizeof(SphereComponent_GetUnscaledSphereRadius) == 0x000004, "Wrong size on SphereComponent_GetUnscaledSphereRadius"); \ +static_assert(offsetof(SphereComponent_GetUnscaledSphereRadius, ReturnValue) == 0x000000, "Member 'SphereComponent_GetUnscaledSphereRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USphereComponent \ +static_assert(alignof(USphereComponent) == 0x000010, "Wrong alignment on USphereComponent"); \ +static_assert(sizeof(USphereComponent) == 0x000520, "Wrong size on USphereComponent"); \ +static_assert(offsetof(USphereComponent, SphereRadius) == 0x000518, "Member 'USphereComponent::SphereRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCameraPositionWS \ +static_assert(alignof(UMaterialExpressionCameraPositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionCameraPositionWS"); \ +static_assert(sizeof(UMaterialExpressionCameraPositionWS) == 0x000048, "Wrong size on UMaterialExpressionCameraPositionWS"); \ + +#define DUMPER7_ASSERTS_PawnMovementComponent_AddInputVector \ +static_assert(alignof(PawnMovementComponent_AddInputVector) == 0x000004, "Wrong alignment on PawnMovementComponent_AddInputVector"); \ +static_assert(sizeof(PawnMovementComponent_AddInputVector) == 0x000010, "Wrong size on PawnMovementComponent_AddInputVector"); \ +static_assert(offsetof(PawnMovementComponent_AddInputVector, WorldVector) == 0x000000, "Member 'PawnMovementComponent_AddInputVector::WorldVector' has a wrong offset!"); \ +static_assert(offsetof(PawnMovementComponent_AddInputVector, bForce) == 0x00000C, "Member 'PawnMovementComponent_AddInputVector::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnMovementComponent_ConsumeInputVector \ +static_assert(alignof(PawnMovementComponent_ConsumeInputVector) == 0x000004, "Wrong alignment on PawnMovementComponent_ConsumeInputVector"); \ +static_assert(sizeof(PawnMovementComponent_ConsumeInputVector) == 0x00000C, "Wrong size on PawnMovementComponent_ConsumeInputVector"); \ +static_assert(offsetof(PawnMovementComponent_ConsumeInputVector, ReturnValue) == 0x000000, "Member 'PawnMovementComponent_ConsumeInputVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnMovementComponent_GetLastInputVector \ +static_assert(alignof(PawnMovementComponent_GetLastInputVector) == 0x000004, "Wrong alignment on PawnMovementComponent_GetLastInputVector"); \ +static_assert(sizeof(PawnMovementComponent_GetLastInputVector) == 0x00000C, "Wrong size on PawnMovementComponent_GetLastInputVector"); \ +static_assert(offsetof(PawnMovementComponent_GetLastInputVector, ReturnValue) == 0x000000, "Member 'PawnMovementComponent_GetLastInputVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnMovementComponent_GetPawnOwner \ +static_assert(alignof(PawnMovementComponent_GetPawnOwner) == 0x000008, "Wrong alignment on PawnMovementComponent_GetPawnOwner"); \ +static_assert(sizeof(PawnMovementComponent_GetPawnOwner) == 0x000008, "Wrong size on PawnMovementComponent_GetPawnOwner"); \ +static_assert(offsetof(PawnMovementComponent_GetPawnOwner, ReturnValue) == 0x000000, "Member 'PawnMovementComponent_GetPawnOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnMovementComponent_GetPendingInputVector \ +static_assert(alignof(PawnMovementComponent_GetPendingInputVector) == 0x000004, "Wrong alignment on PawnMovementComponent_GetPendingInputVector"); \ +static_assert(sizeof(PawnMovementComponent_GetPendingInputVector) == 0x00000C, "Wrong size on PawnMovementComponent_GetPendingInputVector"); \ +static_assert(offsetof(PawnMovementComponent_GetPendingInputVector, ReturnValue) == 0x000000, "Member 'PawnMovementComponent_GetPendingInputVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnMovementComponent_IsMoveInputIgnored \ +static_assert(alignof(PawnMovementComponent_IsMoveInputIgnored) == 0x000001, "Wrong alignment on PawnMovementComponent_IsMoveInputIgnored"); \ +static_assert(sizeof(PawnMovementComponent_IsMoveInputIgnored) == 0x000001, "Wrong size on PawnMovementComponent_IsMoveInputIgnored"); \ +static_assert(offsetof(PawnMovementComponent_IsMoveInputIgnored, ReturnValue) == 0x000000, "Member 'PawnMovementComponent_IsMoveInputIgnored::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnMovementComponent_K2_GetInputVector \ +static_assert(alignof(PawnMovementComponent_K2_GetInputVector) == 0x000004, "Wrong alignment on PawnMovementComponent_K2_GetInputVector"); \ +static_assert(sizeof(PawnMovementComponent_K2_GetInputVector) == 0x00000C, "Wrong size on PawnMovementComponent_K2_GetInputVector"); \ +static_assert(offsetof(PawnMovementComponent_K2_GetInputVector, ReturnValue) == 0x000000, "Member 'PawnMovementComponent_K2_GetInputVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPawnMovementComponent \ +static_assert(alignof(UPawnMovementComponent) == 0x000008, "Wrong alignment on UPawnMovementComponent"); \ +static_assert(sizeof(UPawnMovementComponent) == 0x000150, "Wrong size on UPawnMovementComponent"); \ +static_assert(offsetof(UPawnMovementComponent, PawnOwner) == 0x000148, "Member 'UPawnMovementComponent::PawnOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCosine \ +static_assert(alignof(UMaterialExpressionCosine) == 0x000008, "Wrong alignment on UMaterialExpressionCosine"); \ +static_assert(sizeof(UMaterialExpressionCosine) == 0x000068, "Wrong size on UMaterialExpressionCosine"); \ +static_assert(offsetof(UMaterialExpressionCosine, Input) == 0x000048, "Member 'UMaterialExpressionCosine::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCosine, Period) == 0x000064, "Member 'UMaterialExpressionCosine::Period' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_AddForce \ +static_assert(alignof(CharacterMovementComponent_AddForce) == 0x000004, "Wrong alignment on CharacterMovementComponent_AddForce"); \ +static_assert(sizeof(CharacterMovementComponent_AddForce) == 0x00000C, "Wrong size on CharacterMovementComponent_AddForce"); \ +static_assert(offsetof(CharacterMovementComponent_AddForce, Force) == 0x000000, "Member 'CharacterMovementComponent_AddForce::Force' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_AddImpulse \ +static_assert(alignof(CharacterMovementComponent_AddImpulse) == 0x000004, "Wrong alignment on CharacterMovementComponent_AddImpulse"); \ +static_assert(sizeof(CharacterMovementComponent_AddImpulse) == 0x000010, "Wrong size on CharacterMovementComponent_AddImpulse"); \ +static_assert(offsetof(CharacterMovementComponent_AddImpulse, Impulse) == 0x000000, "Member 'CharacterMovementComponent_AddImpulse::Impulse' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_AddImpulse, bVelocityChange) == 0x00000C, "Member 'CharacterMovementComponent_AddImpulse::bVelocityChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_CalcVelocity \ +static_assert(alignof(CharacterMovementComponent_CalcVelocity) == 0x000004, "Wrong alignment on CharacterMovementComponent_CalcVelocity"); \ +static_assert(sizeof(CharacterMovementComponent_CalcVelocity) == 0x000010, "Wrong size on CharacterMovementComponent_CalcVelocity"); \ +static_assert(offsetof(CharacterMovementComponent_CalcVelocity, DeltaTime) == 0x000000, "Member 'CharacterMovementComponent_CalcVelocity::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_CalcVelocity, Friction) == 0x000004, "Member 'CharacterMovementComponent_CalcVelocity::Friction' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_CalcVelocity, bFluid) == 0x000008, "Member 'CharacterMovementComponent_CalcVelocity::bFluid' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_CalcVelocity, BrakingDeceleration) == 0x00000C, "Member 'CharacterMovementComponent_CalcVelocity::BrakingDeceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_CapsuleTouched \ +static_assert(alignof(CharacterMovementComponent_CapsuleTouched) == 0x000008, "Wrong alignment on CharacterMovementComponent_CapsuleTouched"); \ +static_assert(sizeof(CharacterMovementComponent_CapsuleTouched) == 0x0000B0, "Wrong size on CharacterMovementComponent_CapsuleTouched"); \ +static_assert(offsetof(CharacterMovementComponent_CapsuleTouched, OverlappedComp) == 0x000000, "Member 'CharacterMovementComponent_CapsuleTouched::OverlappedComp' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_CapsuleTouched, Other) == 0x000008, "Member 'CharacterMovementComponent_CapsuleTouched::Other' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_CapsuleTouched, OtherComp) == 0x000010, "Member 'CharacterMovementComponent_CapsuleTouched::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_CapsuleTouched, OtherBodyIndex) == 0x000018, "Member 'CharacterMovementComponent_CapsuleTouched::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_CapsuleTouched, bFromSweep) == 0x00001C, "Member 'CharacterMovementComponent_CapsuleTouched::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_CapsuleTouched, SweepResult) == 0x000020, "Member 'CharacterMovementComponent_CapsuleTouched::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetAvoidanceEnabled \ +static_assert(alignof(CharacterMovementComponent_SetAvoidanceEnabled) == 0x000001, "Wrong alignment on CharacterMovementComponent_SetAvoidanceEnabled"); \ +static_assert(sizeof(CharacterMovementComponent_SetAvoidanceEnabled) == 0x000001, "Wrong size on CharacterMovementComponent_SetAvoidanceEnabled"); \ +static_assert(offsetof(CharacterMovementComponent_SetAvoidanceEnabled, bEnable) == 0x000000, "Member 'CharacterMovementComponent_SetAvoidanceEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetAvoidanceGroup \ +static_assert(alignof(CharacterMovementComponent_SetAvoidanceGroup) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetAvoidanceGroup"); \ +static_assert(sizeof(CharacterMovementComponent_SetAvoidanceGroup) == 0x000004, "Wrong size on CharacterMovementComponent_SetAvoidanceGroup"); \ +static_assert(offsetof(CharacterMovementComponent_SetAvoidanceGroup, GroupFlags) == 0x000000, "Member 'CharacterMovementComponent_SetAvoidanceGroup::GroupFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetAvoidanceGroupMask \ +static_assert(alignof(CharacterMovementComponent_SetAvoidanceGroupMask) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetAvoidanceGroupMask"); \ +static_assert(sizeof(CharacterMovementComponent_SetAvoidanceGroupMask) == 0x000004, "Wrong size on CharacterMovementComponent_SetAvoidanceGroupMask"); \ +static_assert(offsetof(CharacterMovementComponent_SetAvoidanceGroupMask, GroupMask) == 0x000000, "Member 'CharacterMovementComponent_SetAvoidanceGroupMask::GroupMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetGroupsToAvoid \ +static_assert(alignof(CharacterMovementComponent_SetGroupsToAvoid) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetGroupsToAvoid"); \ +static_assert(sizeof(CharacterMovementComponent_SetGroupsToAvoid) == 0x000004, "Wrong size on CharacterMovementComponent_SetGroupsToAvoid"); \ +static_assert(offsetof(CharacterMovementComponent_SetGroupsToAvoid, GroupFlags) == 0x000000, "Member 'CharacterMovementComponent_SetGroupsToAvoid::GroupFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetGroupsToAvoidMask \ +static_assert(alignof(CharacterMovementComponent_SetGroupsToAvoidMask) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetGroupsToAvoidMask"); \ +static_assert(sizeof(CharacterMovementComponent_SetGroupsToAvoidMask) == 0x000004, "Wrong size on CharacterMovementComponent_SetGroupsToAvoidMask"); \ +static_assert(offsetof(CharacterMovementComponent_SetGroupsToAvoidMask, GroupMask) == 0x000000, "Member 'CharacterMovementComponent_SetGroupsToAvoidMask::GroupMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetGroupsToIgnore \ +static_assert(alignof(CharacterMovementComponent_SetGroupsToIgnore) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetGroupsToIgnore"); \ +static_assert(sizeof(CharacterMovementComponent_SetGroupsToIgnore) == 0x000004, "Wrong size on CharacterMovementComponent_SetGroupsToIgnore"); \ +static_assert(offsetof(CharacterMovementComponent_SetGroupsToIgnore, GroupFlags) == 0x000000, "Member 'CharacterMovementComponent_SetGroupsToIgnore::GroupFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetGroupsToIgnoreMask \ +static_assert(alignof(CharacterMovementComponent_SetGroupsToIgnoreMask) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetGroupsToIgnoreMask"); \ +static_assert(sizeof(CharacterMovementComponent_SetGroupsToIgnoreMask) == 0x000004, "Wrong size on CharacterMovementComponent_SetGroupsToIgnoreMask"); \ +static_assert(offsetof(CharacterMovementComponent_SetGroupsToIgnoreMask, GroupMask) == 0x000000, "Member 'CharacterMovementComponent_SetGroupsToIgnoreMask::GroupMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetMovementMode \ +static_assert(alignof(CharacterMovementComponent_SetMovementMode) == 0x000001, "Wrong alignment on CharacterMovementComponent_SetMovementMode"); \ +static_assert(sizeof(CharacterMovementComponent_SetMovementMode) == 0x000002, "Wrong size on CharacterMovementComponent_SetMovementMode"); \ +static_assert(offsetof(CharacterMovementComponent_SetMovementMode, NewMovementMode) == 0x000000, "Member 'CharacterMovementComponent_SetMovementMode::NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_SetMovementMode, NewCustomMode) == 0x000001, "Member 'CharacterMovementComponent_SetMovementMode::NewCustomMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetWalkableFloorAngle \ +static_assert(alignof(CharacterMovementComponent_SetWalkableFloorAngle) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetWalkableFloorAngle"); \ +static_assert(sizeof(CharacterMovementComponent_SetWalkableFloorAngle) == 0x000004, "Wrong size on CharacterMovementComponent_SetWalkableFloorAngle"); \ +static_assert(offsetof(CharacterMovementComponent_SetWalkableFloorAngle, InWalkableFloorAngle) == 0x000000, "Member 'CharacterMovementComponent_SetWalkableFloorAngle::InWalkableFloorAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetWalkableFloorZ \ +static_assert(alignof(CharacterMovementComponent_SetWalkableFloorZ) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetWalkableFloorZ"); \ +static_assert(sizeof(CharacterMovementComponent_SetWalkableFloorZ) == 0x000004, "Wrong size on CharacterMovementComponent_SetWalkableFloorZ"); \ +static_assert(offsetof(CharacterMovementComponent_SetWalkableFloorZ, InWalkableFloorZ) == 0x000000, "Member 'CharacterMovementComponent_SetWalkableFloorZ::InWalkableFloorZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetAnalogInputModifier \ +static_assert(alignof(CharacterMovementComponent_GetAnalogInputModifier) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetAnalogInputModifier"); \ +static_assert(sizeof(CharacterMovementComponent_GetAnalogInputModifier) == 0x000004, "Wrong size on CharacterMovementComponent_GetAnalogInputModifier"); \ +static_assert(offsetof(CharacterMovementComponent_GetAnalogInputModifier, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetAnalogInputModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetCharacterOwner \ +static_assert(alignof(CharacterMovementComponent_GetCharacterOwner) == 0x000008, "Wrong alignment on CharacterMovementComponent_GetCharacterOwner"); \ +static_assert(sizeof(CharacterMovementComponent_GetCharacterOwner) == 0x000008, "Wrong size on CharacterMovementComponent_GetCharacterOwner"); \ +static_assert(offsetof(CharacterMovementComponent_GetCharacterOwner, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetCharacterOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetCurrentAcceleration \ +static_assert(alignof(CharacterMovementComponent_GetCurrentAcceleration) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetCurrentAcceleration"); \ +static_assert(sizeof(CharacterMovementComponent_GetCurrentAcceleration) == 0x00000C, "Wrong size on CharacterMovementComponent_GetCurrentAcceleration"); \ +static_assert(offsetof(CharacterMovementComponent_GetCurrentAcceleration, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetCurrentAcceleration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetImpartedMovementBaseVelocity \ +static_assert(alignof(CharacterMovementComponent_GetImpartedMovementBaseVelocity) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetImpartedMovementBaseVelocity"); \ +static_assert(sizeof(CharacterMovementComponent_GetImpartedMovementBaseVelocity) == 0x00000C, "Wrong size on CharacterMovementComponent_GetImpartedMovementBaseVelocity"); \ +static_assert(offsetof(CharacterMovementComponent_GetImpartedMovementBaseVelocity, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetImpartedMovementBaseVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetLastUpdateLocation \ +static_assert(alignof(CharacterMovementComponent_GetLastUpdateLocation) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetLastUpdateLocation"); \ +static_assert(sizeof(CharacterMovementComponent_GetLastUpdateLocation) == 0x00000C, "Wrong size on CharacterMovementComponent_GetLastUpdateLocation"); \ +static_assert(offsetof(CharacterMovementComponent_GetLastUpdateLocation, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetLastUpdateLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetLastUpdateRotation \ +static_assert(alignof(CharacterMovementComponent_GetLastUpdateRotation) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetLastUpdateRotation"); \ +static_assert(sizeof(CharacterMovementComponent_GetLastUpdateRotation) == 0x00000C, "Wrong size on CharacterMovementComponent_GetLastUpdateRotation"); \ +static_assert(offsetof(CharacterMovementComponent_GetLastUpdateRotation, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetLastUpdateRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetLastUpdateVelocity \ +static_assert(alignof(CharacterMovementComponent_GetLastUpdateVelocity) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetLastUpdateVelocity"); \ +static_assert(sizeof(CharacterMovementComponent_GetLastUpdateVelocity) == 0x00000C, "Wrong size on CharacterMovementComponent_GetLastUpdateVelocity"); \ +static_assert(offsetof(CharacterMovementComponent_GetLastUpdateVelocity, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetLastUpdateVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetMaxAcceleration \ +static_assert(alignof(CharacterMovementComponent_GetMaxAcceleration) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetMaxAcceleration"); \ +static_assert(sizeof(CharacterMovementComponent_GetMaxAcceleration) == 0x000004, "Wrong size on CharacterMovementComponent_GetMaxAcceleration"); \ +static_assert(offsetof(CharacterMovementComponent_GetMaxAcceleration, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetMaxAcceleration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetMaxBrakingDeceleration \ +static_assert(alignof(CharacterMovementComponent_GetMaxBrakingDeceleration) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetMaxBrakingDeceleration"); \ +static_assert(sizeof(CharacterMovementComponent_GetMaxBrakingDeceleration) == 0x000004, "Wrong size on CharacterMovementComponent_GetMaxBrakingDeceleration"); \ +static_assert(offsetof(CharacterMovementComponent_GetMaxBrakingDeceleration, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetMaxBrakingDeceleration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetMaxJumpHeight \ +static_assert(alignof(CharacterMovementComponent_GetMaxJumpHeight) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetMaxJumpHeight"); \ +static_assert(sizeof(CharacterMovementComponent_GetMaxJumpHeight) == 0x000004, "Wrong size on CharacterMovementComponent_GetMaxJumpHeight"); \ +static_assert(offsetof(CharacterMovementComponent_GetMaxJumpHeight, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetMaxJumpHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetMaxJumpHeightWithJumpTime \ +static_assert(alignof(CharacterMovementComponent_GetMaxJumpHeightWithJumpTime) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetMaxJumpHeightWithJumpTime"); \ +static_assert(sizeof(CharacterMovementComponent_GetMaxJumpHeightWithJumpTime) == 0x000004, "Wrong size on CharacterMovementComponent_GetMaxJumpHeightWithJumpTime"); \ +static_assert(offsetof(CharacterMovementComponent_GetMaxJumpHeightWithJumpTime, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetMaxJumpHeightWithJumpTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetMinAnalogSpeed \ +static_assert(alignof(CharacterMovementComponent_GetMinAnalogSpeed) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetMinAnalogSpeed"); \ +static_assert(sizeof(CharacterMovementComponent_GetMinAnalogSpeed) == 0x000004, "Wrong size on CharacterMovementComponent_GetMinAnalogSpeed"); \ +static_assert(offsetof(CharacterMovementComponent_GetMinAnalogSpeed, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetMinAnalogSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetMovementBase \ +static_assert(alignof(CharacterMovementComponent_GetMovementBase) == 0x000008, "Wrong alignment on CharacterMovementComponent_GetMovementBase"); \ +static_assert(sizeof(CharacterMovementComponent_GetMovementBase) == 0x000008, "Wrong size on CharacterMovementComponent_GetMovementBase"); \ +static_assert(offsetof(CharacterMovementComponent_GetMovementBase, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetMovementBase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetPerchRadiusThreshold \ +static_assert(alignof(CharacterMovementComponent_GetPerchRadiusThreshold) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetPerchRadiusThreshold"); \ +static_assert(sizeof(CharacterMovementComponent_GetPerchRadiusThreshold) == 0x000004, "Wrong size on CharacterMovementComponent_GetPerchRadiusThreshold"); \ +static_assert(offsetof(CharacterMovementComponent_GetPerchRadiusThreshold, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetPerchRadiusThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetValidPerchRadius \ +static_assert(alignof(CharacterMovementComponent_GetValidPerchRadius) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetValidPerchRadius"); \ +static_assert(sizeof(CharacterMovementComponent_GetValidPerchRadius) == 0x000094, "Wrong size on CharacterMovementComponent_GetValidPerchRadius"); \ +static_assert(offsetof(CharacterMovementComponent_GetValidPerchRadius, InHit) == 0x000000, "Member 'CharacterMovementComponent_GetValidPerchRadius::InHit' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_GetValidPerchRadius, ReturnValue) == 0x000090, "Member 'CharacterMovementComponent_GetValidPerchRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_IsWalkable \ +static_assert(alignof(CharacterMovementComponent_IsWalkable) == 0x000004, "Wrong alignment on CharacterMovementComponent_IsWalkable"); \ +static_assert(sizeof(CharacterMovementComponent_IsWalkable) == 0x000094, "Wrong size on CharacterMovementComponent_IsWalkable"); \ +static_assert(offsetof(CharacterMovementComponent_IsWalkable, Hit) == 0x000000, "Member 'CharacterMovementComponent_IsWalkable::Hit' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_IsWalkable, ReturnValue) == 0x000090, "Member 'CharacterMovementComponent_IsWalkable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_IsWalking \ +static_assert(alignof(CharacterMovementComponent_IsWalking) == 0x000001, "Wrong alignment on CharacterMovementComponent_IsWalking"); \ +static_assert(sizeof(CharacterMovementComponent_IsWalking) == 0x000001, "Wrong size on CharacterMovementComponent_IsWalking"); \ +static_assert(offsetof(CharacterMovementComponent_IsWalking, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_IsWalking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_K2_ComputeFloorDist \ +static_assert(alignof(CharacterMovementComponent_K2_ComputeFloorDist) == 0x000004, "Wrong alignment on CharacterMovementComponent_K2_ComputeFloorDist"); \ +static_assert(sizeof(CharacterMovementComponent_K2_ComputeFloorDist) == 0x0000B4, "Wrong size on CharacterMovementComponent_K2_ComputeFloorDist"); \ +static_assert(offsetof(CharacterMovementComponent_K2_ComputeFloorDist, CapsuleLocation) == 0x000000, "Member 'CharacterMovementComponent_K2_ComputeFloorDist::CapsuleLocation' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_K2_ComputeFloorDist, LineDistance) == 0x00000C, "Member 'CharacterMovementComponent_K2_ComputeFloorDist::LineDistance' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_K2_ComputeFloorDist, SweepDistance) == 0x000010, "Member 'CharacterMovementComponent_K2_ComputeFloorDist::SweepDistance' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_K2_ComputeFloorDist, SweepRadius) == 0x000014, "Member 'CharacterMovementComponent_K2_ComputeFloorDist::SweepRadius' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_K2_ComputeFloorDist, FloorResult) == 0x000018, "Member 'CharacterMovementComponent_K2_ComputeFloorDist::FloorResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_K2_FindFloor \ +static_assert(alignof(CharacterMovementComponent_K2_FindFloor) == 0x000004, "Wrong alignment on CharacterMovementComponent_K2_FindFloor"); \ +static_assert(sizeof(CharacterMovementComponent_K2_FindFloor) == 0x0000A8, "Wrong size on CharacterMovementComponent_K2_FindFloor"); \ +static_assert(offsetof(CharacterMovementComponent_K2_FindFloor, CapsuleLocation) == 0x000000, "Member 'CharacterMovementComponent_K2_FindFloor::CapsuleLocation' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_K2_FindFloor, FloorResult) == 0x00000C, "Member 'CharacterMovementComponent_K2_FindFloor::FloorResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_K2_GetModifiedMaxAcceleration \ +static_assert(alignof(CharacterMovementComponent_K2_GetModifiedMaxAcceleration) == 0x000004, "Wrong alignment on CharacterMovementComponent_K2_GetModifiedMaxAcceleration"); \ +static_assert(sizeof(CharacterMovementComponent_K2_GetModifiedMaxAcceleration) == 0x000004, "Wrong size on CharacterMovementComponent_K2_GetModifiedMaxAcceleration"); \ +static_assert(offsetof(CharacterMovementComponent_K2_GetModifiedMaxAcceleration, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_K2_GetModifiedMaxAcceleration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_K2_GetWalkableFloorAngle \ +static_assert(alignof(CharacterMovementComponent_K2_GetWalkableFloorAngle) == 0x000004, "Wrong alignment on CharacterMovementComponent_K2_GetWalkableFloorAngle"); \ +static_assert(sizeof(CharacterMovementComponent_K2_GetWalkableFloorAngle) == 0x000004, "Wrong size on CharacterMovementComponent_K2_GetWalkableFloorAngle"); \ +static_assert(offsetof(CharacterMovementComponent_K2_GetWalkableFloorAngle, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_K2_GetWalkableFloorAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_K2_GetWalkableFloorZ \ +static_assert(alignof(CharacterMovementComponent_K2_GetWalkableFloorZ) == 0x000004, "Wrong alignment on CharacterMovementComponent_K2_GetWalkableFloorZ"); \ +static_assert(sizeof(CharacterMovementComponent_K2_GetWalkableFloorZ) == 0x000004, "Wrong size on CharacterMovementComponent_K2_GetWalkableFloorZ"); \ +static_assert(offsetof(CharacterMovementComponent_K2_GetWalkableFloorZ, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_K2_GetWalkableFloorZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterMovementComponent \ +static_assert(alignof(UCharacterMovementComponent) == 0x000010, "Wrong alignment on UCharacterMovementComponent"); \ +static_assert(sizeof(UCharacterMovementComponent) == 0x000B20, "Wrong size on UCharacterMovementComponent"); \ +static_assert(offsetof(UCharacterMovementComponent, CharacterOwner) == 0x000160, "Member 'UCharacterMovementComponent::CharacterOwner' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GravityScale) == 0x000168, "Member 'UCharacterMovementComponent::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxStepHeight) == 0x00016C, "Member 'UCharacterMovementComponent::MaxStepHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, JumpZVelocity) == 0x000170, "Member 'UCharacterMovementComponent::JumpZVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, JumpOffJumpZFactor) == 0x000174, "Member 'UCharacterMovementComponent::JumpOffJumpZFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, WalkableFloorAngle) == 0x000178, "Member 'UCharacterMovementComponent::WalkableFloorAngle' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, WalkableFloorZ) == 0x00017C, "Member 'UCharacterMovementComponent::WalkableFloorZ' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MovementMode) == 0x000180, "Member 'UCharacterMovementComponent::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, CustomMovementMode) == 0x000181, "Member 'UCharacterMovementComponent::CustomMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkSmoothingMode) == 0x000182, "Member 'UCharacterMovementComponent::NetworkSmoothingMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GroundFriction) == 0x000184, "Member 'UCharacterMovementComponent::GroundFriction' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxWalkSpeed) == 0x0001AC, "Member 'UCharacterMovementComponent::MaxWalkSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxWalkSpeedCrouched) == 0x0001B0, "Member 'UCharacterMovementComponent::MaxWalkSpeedCrouched' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxSwimSpeed) == 0x0001B4, "Member 'UCharacterMovementComponent::MaxSwimSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxFlySpeed) == 0x0001B8, "Member 'UCharacterMovementComponent::MaxFlySpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxCustomMovementSpeed) == 0x0001BC, "Member 'UCharacterMovementComponent::MaxCustomMovementSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxAcceleration) == 0x0001C0, "Member 'UCharacterMovementComponent::MaxAcceleration' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MinAnalogWalkSpeed) == 0x0001C4, "Member 'UCharacterMovementComponent::MinAnalogWalkSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingFrictionFactor) == 0x0001C8, "Member 'UCharacterMovementComponent::BrakingFrictionFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingFriction) == 0x0001CC, "Member 'UCharacterMovementComponent::BrakingFriction' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingSubStepTime) == 0x0001D0, "Member 'UCharacterMovementComponent::BrakingSubStepTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationWalking) == 0x0001D4, "Member 'UCharacterMovementComponent::BrakingDecelerationWalking' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationFalling) == 0x0001D8, "Member 'UCharacterMovementComponent::BrakingDecelerationFalling' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationSwimming) == 0x0001DC, "Member 'UCharacterMovementComponent::BrakingDecelerationSwimming' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationFlying) == 0x0001E0, "Member 'UCharacterMovementComponent::BrakingDecelerationFlying' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AirControl) == 0x0001E4, "Member 'UCharacterMovementComponent::AirControl' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AirControlBoostMultiplier) == 0x0001E8, "Member 'UCharacterMovementComponent::AirControlBoostMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AirControlBoostVelocityThreshold) == 0x0001EC, "Member 'UCharacterMovementComponent::AirControlBoostVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, FallingLateralFriction) == 0x0001F0, "Member 'UCharacterMovementComponent::FallingLateralFriction' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, CrouchedHalfHeight) == 0x0001F4, "Member 'UCharacterMovementComponent::CrouchedHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, Buoyancy) == 0x0001F8, "Member 'UCharacterMovementComponent::Buoyancy' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PerchRadiusThreshold) == 0x0001FC, "Member 'UCharacterMovementComponent::PerchRadiusThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PerchRadiusExpanderMinSpeed) == 0x000200, "Member 'UCharacterMovementComponent::PerchRadiusExpanderMinSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PerchAdditionalHeight) == 0x000204, "Member 'UCharacterMovementComponent::PerchAdditionalHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, RotationRate) == 0x000208, "Member 'UCharacterMovementComponent::RotationRate' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, DeferredUpdatedMoveComponent) == 0x000218, "Member 'UCharacterMovementComponent::DeferredUpdatedMoveComponent' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxOutOfWaterStepHeight) == 0x000220, "Member 'UCharacterMovementComponent::MaxOutOfWaterStepHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, OutofWaterZ) == 0x000224, "Member 'UCharacterMovementComponent::OutofWaterZ' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, Mass) == 0x000228, "Member 'UCharacterMovementComponent::Mass' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, StandingDownwardForceScale) == 0x00022C, "Member 'UCharacterMovementComponent::StandingDownwardForceScale' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, InitialPushForceFactor) == 0x000230, "Member 'UCharacterMovementComponent::InitialPushForceFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PushForceFactor) == 0x000234, "Member 'UCharacterMovementComponent::PushForceFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PushForcePointZOffsetFactor) == 0x000238, "Member 'UCharacterMovementComponent::PushForcePointZOffsetFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, TouchForceFactor) == 0x00023C, "Member 'UCharacterMovementComponent::TouchForceFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MinTouchForce) == 0x000240, "Member 'UCharacterMovementComponent::MinTouchForce' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxTouchForce) == 0x000244, "Member 'UCharacterMovementComponent::MaxTouchForce' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, RepulsionForce) == 0x000248, "Member 'UCharacterMovementComponent::RepulsionForce' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, Acceleration) == 0x00024C, "Member 'UCharacterMovementComponent::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, LastUpdateRotation) == 0x000260, "Member 'UCharacterMovementComponent::LastUpdateRotation' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, LastUpdateLocation) == 0x000270, "Member 'UCharacterMovementComponent::LastUpdateLocation' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, LastUpdateVelocity) == 0x00027C, "Member 'UCharacterMovementComponent::LastUpdateVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ServerLastTransformUpdateTimeStamp) == 0x000288, "Member 'UCharacterMovementComponent::ServerLastTransformUpdateTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ServerLastClientGoodMoveAckTime) == 0x00028C, "Member 'UCharacterMovementComponent::ServerLastClientGoodMoveAckTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ServerLastClientAdjustmentTime) == 0x000290, "Member 'UCharacterMovementComponent::ServerLastClientAdjustmentTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PendingImpulseToApply) == 0x000294, "Member 'UCharacterMovementComponent::PendingImpulseToApply' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PendingForceToApply) == 0x0002A0, "Member 'UCharacterMovementComponent::PendingForceToApply' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AnalogInputModifier) == 0x0002AC, "Member 'UCharacterMovementComponent::AnalogInputModifier' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxSimulationTimeStep) == 0x0002BC, "Member 'UCharacterMovementComponent::MaxSimulationTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxSimulationIterations) == 0x0002C0, "Member 'UCharacterMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxJumpApexAttemptsPerSimulation) == 0x0002C4, "Member 'UCharacterMovementComponent::MaxJumpApexAttemptsPerSimulation' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithGeometry) == 0x0002C8, "Member 'UCharacterMovementComponent::MaxDepenetrationWithGeometry' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithGeometryAsProxy) == 0x0002CC, "Member 'UCharacterMovementComponent::MaxDepenetrationWithGeometryAsProxy' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithPawn) == 0x0002D0, "Member 'UCharacterMovementComponent::MaxDepenetrationWithPawn' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithPawnAsProxy) == 0x0002D4, "Member 'UCharacterMovementComponent::MaxDepenetrationWithPawnAsProxy' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkSimulatedSmoothLocationTime) == 0x0002D8, "Member 'UCharacterMovementComponent::NetworkSimulatedSmoothLocationTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkSimulatedSmoothRotationTime) == 0x0002DC, "Member 'UCharacterMovementComponent::NetworkSimulatedSmoothRotationTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ListenServerNetworkSimulatedSmoothLocationTime) == 0x0002E0, "Member 'UCharacterMovementComponent::ListenServerNetworkSimulatedSmoothLocationTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ListenServerNetworkSimulatedSmoothRotationTime) == 0x0002E4, "Member 'UCharacterMovementComponent::ListenServerNetworkSimulatedSmoothRotationTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetProxyShrinkRadius) == 0x0002E8, "Member 'UCharacterMovementComponent::NetProxyShrinkRadius' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetProxyShrinkHalfHeight) == 0x0002EC, "Member 'UCharacterMovementComponent::NetProxyShrinkHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkMaxSmoothUpdateDistance) == 0x0002F0, "Member 'UCharacterMovementComponent::NetworkMaxSmoothUpdateDistance' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkNoSmoothUpdateDistance) == 0x0002F4, "Member 'UCharacterMovementComponent::NetworkNoSmoothUpdateDistance' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkMinTimeBetweenClientAckGoodMoves) == 0x0002F8, "Member 'UCharacterMovementComponent::NetworkMinTimeBetweenClientAckGoodMoves' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkMinTimeBetweenClientAdjustments) == 0x0002FC, "Member 'UCharacterMovementComponent::NetworkMinTimeBetweenClientAdjustments' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkMinTimeBetweenClientAdjustmentsLargeCorrection) == 0x000300, "Member 'UCharacterMovementComponent::NetworkMinTimeBetweenClientAdjustmentsLargeCorrection' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkLargeClientCorrectionDistance) == 0x000304, "Member 'UCharacterMovementComponent::NetworkLargeClientCorrectionDistance' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, LedgeCheckThreshold) == 0x000308, "Member 'UCharacterMovementComponent::LedgeCheckThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, JumpOutOfWaterPitch) == 0x00030C, "Member 'UCharacterMovementComponent::JumpOutOfWaterPitch' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, CurrentFloor) == 0x000310, "Member 'UCharacterMovementComponent::CurrentFloor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, DefaultLandMovementMode) == 0x0003AC, "Member 'UCharacterMovementComponent::DefaultLandMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, DefaultWaterMovementMode) == 0x0003AD, "Member 'UCharacterMovementComponent::DefaultWaterMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GroundMovementMode) == 0x0003AE, "Member 'UCharacterMovementComponent::GroundMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AvoidanceConsiderationRadius) == 0x0003C4, "Member 'UCharacterMovementComponent::AvoidanceConsiderationRadius' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, RequestedVelocity) == 0x0003C8, "Member 'UCharacterMovementComponent::RequestedVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AvoidanceUID) == 0x0003D4, "Member 'UCharacterMovementComponent::AvoidanceUID' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AvoidanceGroup) == 0x0003D8, "Member 'UCharacterMovementComponent::AvoidanceGroup' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GroupsToAvoid) == 0x0003DC, "Member 'UCharacterMovementComponent::GroupsToAvoid' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GroupsToIgnore) == 0x0003E0, "Member 'UCharacterMovementComponent::GroupsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AvoidanceWeight) == 0x0003E4, "Member 'UCharacterMovementComponent::AvoidanceWeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PendingLaunchVelocity) == 0x0003E8, "Member 'UCharacterMovementComponent::PendingLaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionInterval) == 0x0004A0, "Member 'UCharacterMovementComponent::NavMeshProjectionInterval' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionTimer) == 0x0004A4, "Member 'UCharacterMovementComponent::NavMeshProjectionTimer' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionInterpSpeed) == 0x0004A8, "Member 'UCharacterMovementComponent::NavMeshProjectionInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionHeightScaleUp) == 0x0004AC, "Member 'UCharacterMovementComponent::NavMeshProjectionHeightScaleUp' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionHeightScaleDown) == 0x0004B0, "Member 'UCharacterMovementComponent::NavMeshProjectionHeightScaleDown' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavWalkingFloorDistTolerance) == 0x0004B4, "Member 'UCharacterMovementComponent::NavWalkingFloorDistTolerance' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PostPhysicsTickFunction) == 0x0004B8, "Member 'UCharacterMovementComponent::PostPhysicsTickFunction' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MinTimeBetweenTimeStampResets) == 0x000500, "Member 'UCharacterMovementComponent::MinTimeBetweenTimeStampResets' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, CurrentRootMotion) == 0x0009B0, "Member 'UCharacterMovementComponent::CurrentRootMotion' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ServerCorrectionRootMotion) == 0x0009E8, "Member 'UCharacterMovementComponent::ServerCorrectionRootMotion' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, RootMotionParams) == 0x000AB0, "Member 'UCharacterMovementComponent::RootMotionParams' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AnimRootMotionVelocity) == 0x000AF0, "Member 'UCharacterMovementComponent::AnimRootMotionVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileMovementComponent_MoveInterpolationTarget \ +static_assert(alignof(ProjectileMovementComponent_MoveInterpolationTarget) == 0x000004, "Wrong alignment on ProjectileMovementComponent_MoveInterpolationTarget"); \ +static_assert(sizeof(ProjectileMovementComponent_MoveInterpolationTarget) == 0x000018, "Wrong size on ProjectileMovementComponent_MoveInterpolationTarget"); \ +static_assert(offsetof(ProjectileMovementComponent_MoveInterpolationTarget, OldLocation) == 0x000000, "Member 'ProjectileMovementComponent_MoveInterpolationTarget::OldLocation' has a wrong offset!"); \ +static_assert(offsetof(ProjectileMovementComponent_MoveInterpolationTarget, OldRotation) == 0x00000C, "Member 'ProjectileMovementComponent_MoveInterpolationTarget::OldRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileMovementComponent_SetInterpolatedComponent \ +static_assert(alignof(ProjectileMovementComponent_SetInterpolatedComponent) == 0x000008, "Wrong alignment on ProjectileMovementComponent_SetInterpolatedComponent"); \ +static_assert(sizeof(ProjectileMovementComponent_SetInterpolatedComponent) == 0x000008, "Wrong size on ProjectileMovementComponent_SetInterpolatedComponent"); \ +static_assert(offsetof(ProjectileMovementComponent_SetInterpolatedComponent, Component) == 0x000000, "Member 'ProjectileMovementComponent_SetInterpolatedComponent::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileMovementComponent_SetVelocityInLocalSpace \ +static_assert(alignof(ProjectileMovementComponent_SetVelocityInLocalSpace) == 0x000004, "Wrong alignment on ProjectileMovementComponent_SetVelocityInLocalSpace"); \ +static_assert(sizeof(ProjectileMovementComponent_SetVelocityInLocalSpace) == 0x00000C, "Wrong size on ProjectileMovementComponent_SetVelocityInLocalSpace"); \ +static_assert(offsetof(ProjectileMovementComponent_SetVelocityInLocalSpace, NewVelocity) == 0x000000, "Member 'ProjectileMovementComponent_SetVelocityInLocalSpace::NewVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileMovementComponent_StopSimulating \ +static_assert(alignof(ProjectileMovementComponent_StopSimulating) == 0x000004, "Wrong alignment on ProjectileMovementComponent_StopSimulating"); \ +static_assert(sizeof(ProjectileMovementComponent_StopSimulating) == 0x000090, "Wrong size on ProjectileMovementComponent_StopSimulating"); \ +static_assert(offsetof(ProjectileMovementComponent_StopSimulating, HitResult) == 0x000000, "Member 'ProjectileMovementComponent_StopSimulating::HitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileMovementComponent_IsInterpolationComplete \ +static_assert(alignof(ProjectileMovementComponent_IsInterpolationComplete) == 0x000001, "Wrong alignment on ProjectileMovementComponent_IsInterpolationComplete"); \ +static_assert(sizeof(ProjectileMovementComponent_IsInterpolationComplete) == 0x000001, "Wrong size on ProjectileMovementComponent_IsInterpolationComplete"); \ +static_assert(offsetof(ProjectileMovementComponent_IsInterpolationComplete, ReturnValue) == 0x000000, "Member 'ProjectileMovementComponent_IsInterpolationComplete::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileMovementComponent_IsVelocityUnderSimulationThreshold \ +static_assert(alignof(ProjectileMovementComponent_IsVelocityUnderSimulationThreshold) == 0x000001, "Wrong alignment on ProjectileMovementComponent_IsVelocityUnderSimulationThreshold"); \ +static_assert(sizeof(ProjectileMovementComponent_IsVelocityUnderSimulationThreshold) == 0x000001, "Wrong size on ProjectileMovementComponent_IsVelocityUnderSimulationThreshold"); \ +static_assert(offsetof(ProjectileMovementComponent_IsVelocityUnderSimulationThreshold, ReturnValue) == 0x000000, "Member 'ProjectileMovementComponent_IsVelocityUnderSimulationThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProjectileMovementComponent_LimitVelocity \ +static_assert(alignof(ProjectileMovementComponent_LimitVelocity) == 0x000004, "Wrong alignment on ProjectileMovementComponent_LimitVelocity"); \ +static_assert(sizeof(ProjectileMovementComponent_LimitVelocity) == 0x000018, "Wrong size on ProjectileMovementComponent_LimitVelocity"); \ +static_assert(offsetof(ProjectileMovementComponent_LimitVelocity, NewVelocity) == 0x000000, "Member 'ProjectileMovementComponent_LimitVelocity::NewVelocity' has a wrong offset!"); \ +static_assert(offsetof(ProjectileMovementComponent_LimitVelocity, ReturnValue) == 0x00000C, "Member 'ProjectileMovementComponent_LimitVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProjectileMovementComponent \ +static_assert(alignof(UProjectileMovementComponent) == 0x000010, "Wrong alignment on UProjectileMovementComponent"); \ +static_assert(sizeof(UProjectileMovementComponent) == 0x0001E0, "Wrong size on UProjectileMovementComponent"); \ +static_assert(offsetof(UProjectileMovementComponent, InitialSpeed) == 0x000100, "Member 'UProjectileMovementComponent::InitialSpeed' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, MaxSpeed) == 0x000104, "Member 'UProjectileMovementComponent::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, PreviousHitTime) == 0x00010C, "Member 'UProjectileMovementComponent::PreviousHitTime' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, PreviousHitNormal) == 0x000110, "Member 'UProjectileMovementComponent::PreviousHitNormal' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, ProjectileGravityScale) == 0x00011C, "Member 'UProjectileMovementComponent::ProjectileGravityScale' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, Buoyancy) == 0x000120, "Member 'UProjectileMovementComponent::Buoyancy' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, Bounciness) == 0x000124, "Member 'UProjectileMovementComponent::Bounciness' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, Friction) == 0x000128, "Member 'UProjectileMovementComponent::Friction' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, BounceVelocityStopSimulatingThreshold) == 0x00012C, "Member 'UProjectileMovementComponent::BounceVelocityStopSimulatingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, MinFrictionFraction) == 0x000130, "Member 'UProjectileMovementComponent::MinFrictionFraction' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, OnProjectileBounce) == 0x000138, "Member 'UProjectileMovementComponent::OnProjectileBounce' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, OnProjectileStop) == 0x000148, "Member 'UProjectileMovementComponent::OnProjectileStop' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, HomingAccelerationMagnitude) == 0x000158, "Member 'UProjectileMovementComponent::HomingAccelerationMagnitude' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, HomingTargetComponent) == 0x00015C, "Member 'UProjectileMovementComponent::HomingTargetComponent' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, MaxSimulationTimeStep) == 0x000164, "Member 'UProjectileMovementComponent::MaxSimulationTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, MaxSimulationIterations) == 0x000168, "Member 'UProjectileMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, BounceAdditionalIterations) == 0x00016C, "Member 'UProjectileMovementComponent::BounceAdditionalIterations' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, InterpLocationTime) == 0x000170, "Member 'UProjectileMovementComponent::InterpLocationTime' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, InterpRotationTime) == 0x000174, "Member 'UProjectileMovementComponent::InterpRotationTime' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, InterpLocationMaxLagDistance) == 0x000178, "Member 'UProjectileMovementComponent::InterpLocationMaxLagDistance' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, InterpLocationSnapToTargetDistance) == 0x00017C, "Member 'UProjectileMovementComponent::InterpLocationSnapToTargetDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULocalPlayer \ +static_assert(alignof(ULocalPlayer) == 0x000008, "Wrong alignment on ULocalPlayer"); \ +static_assert(sizeof(ULocalPlayer) == 0x000268, "Wrong size on ULocalPlayer"); \ +static_assert(offsetof(ULocalPlayer, ViewportClient) == 0x000078, "Member 'ULocalPlayer::ViewportClient' has a wrong offset!"); \ +static_assert(offsetof(ULocalPlayer, AspectRatioAxisConstraint) == 0x00009C, "Member 'ULocalPlayer::AspectRatioAxisConstraint' has a wrong offset!"); \ +static_assert(offsetof(ULocalPlayer, PendingLevelPlayerControllerClass) == 0x0000A0, "Member 'ULocalPlayer::PendingLevelPlayerControllerClass' has a wrong offset!"); \ +static_assert(offsetof(ULocalPlayer, ControllerId) == 0x0000C0, "Member 'ULocalPlayer::ControllerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARigidBodyBase \ +static_assert(alignof(ARigidBodyBase) == 0x000008, "Wrong alignment on ARigidBodyBase"); \ +static_assert(sizeof(ARigidBodyBase) == 0x0002A8, "Wrong size on ARigidBodyBase"); \ + +#define DUMPER7_ASSERTS_USoundBase \ +static_assert(alignof(USoundBase) == 0x000008, "Wrong alignment on USoundBase"); \ +static_assert(sizeof(USoundBase) == 0x000178, "Wrong size on USoundBase"); \ +static_assert(offsetof(USoundBase, SoundClassObject) == 0x000038, "Member 'USoundBase::SoundClassObject' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, VirtualizationMode) == 0x000041, "Member 'USoundBase::VirtualizationMode' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, ConcurrencySet) == 0x000098, "Member 'USoundBase::ConcurrencySet' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, ConcurrencyOverrides) == 0x0000E8, "Member 'USoundBase::ConcurrencyOverrides' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, Duration) == 0x000110, "Member 'USoundBase::Duration' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, MaxDistance) == 0x000114, "Member 'USoundBase::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, TotalSamples) == 0x000118, "Member 'USoundBase::TotalSamples' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, Priority) == 0x00011C, "Member 'USoundBase::Priority' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, AttenuationSettings) == 0x000120, "Member 'USoundBase::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, SoundSubmixObject) == 0x000128, "Member 'USoundBase::SoundSubmixObject' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, SoundSubmixSends) == 0x000130, "Member 'USoundBase::SoundSubmixSends' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, SourceEffectChain) == 0x000140, "Member 'USoundBase::SourceEffectChain' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, BusSends) == 0x000148, "Member 'USoundBase::BusSends' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, PreEffectBusSends) == 0x000158, "Member 'USoundBase::PreEffectBusSends' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, AssetUserData) == 0x000168, "Member 'USoundBase::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeWaveParam \ +static_assert(alignof(USoundNodeWaveParam) == 0x000008, "Wrong alignment on USoundNodeWaveParam"); \ +static_assert(sizeof(USoundNodeWaveParam) == 0x000060, "Wrong size on USoundNodeWaveParam"); \ +static_assert(offsetof(USoundNodeWaveParam, WaveParameterName) == 0x000050, "Member 'USoundNodeWaveParam::WaveParameterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameState \ +static_assert(alignof(AGameState) == 0x000008, "Wrong alignment on AGameState"); \ +static_assert(sizeof(AGameState) == 0x000320, "Wrong size on AGameState"); \ +static_assert(offsetof(AGameState, MatchState) == 0x0002F8, "Member 'AGameState::MatchState' has a wrong offset!"); \ +static_assert(offsetof(AGameState, PreviousMatchState) == 0x000304, "Member 'AGameState::PreviousMatchState' has a wrong offset!"); \ +static_assert(offsetof(AGameState, ElapsedTime) == 0x000310, "Member 'AGameState::ElapsedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_CastToPlayerController \ +static_assert(alignof(Controller_CastToPlayerController) == 0x000008, "Wrong alignment on Controller_CastToPlayerController"); \ +static_assert(sizeof(Controller_CastToPlayerController) == 0x000008, "Wrong size on Controller_CastToPlayerController"); \ +static_assert(offsetof(Controller_CastToPlayerController, ReturnValue) == 0x000000, "Member 'Controller_CastToPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_ClientSetLocation \ +static_assert(alignof(Controller_ClientSetLocation) == 0x000004, "Wrong alignment on Controller_ClientSetLocation"); \ +static_assert(sizeof(Controller_ClientSetLocation) == 0x000018, "Wrong size on Controller_ClientSetLocation"); \ +static_assert(offsetof(Controller_ClientSetLocation, NewLocation) == 0x000000, "Member 'Controller_ClientSetLocation::NewLocation' has a wrong offset!"); \ +static_assert(offsetof(Controller_ClientSetLocation, NewRotation) == 0x00000C, "Member 'Controller_ClientSetLocation::NewRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_ClientSetRotation \ +static_assert(alignof(Controller_ClientSetRotation) == 0x000004, "Wrong alignment on Controller_ClientSetRotation"); \ +static_assert(sizeof(Controller_ClientSetRotation) == 0x000010, "Wrong size on Controller_ClientSetRotation"); \ +static_assert(offsetof(Controller_ClientSetRotation, NewRotation) == 0x000000, "Member 'Controller_ClientSetRotation::NewRotation' has a wrong offset!"); \ +static_assert(offsetof(Controller_ClientSetRotation, bResetCamera) == 0x00000C, "Member 'Controller_ClientSetRotation::bResetCamera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_Possess \ +static_assert(alignof(Controller_Possess) == 0x000008, "Wrong alignment on Controller_Possess"); \ +static_assert(sizeof(Controller_Possess) == 0x000008, "Wrong size on Controller_Possess"); \ +static_assert(offsetof(Controller_Possess, InPawn) == 0x000000, "Member 'Controller_Possess::InPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_ReceiveInstigatedAnyDamage \ +static_assert(alignof(Controller_ReceiveInstigatedAnyDamage) == 0x000008, "Wrong alignment on Controller_ReceiveInstigatedAnyDamage"); \ +static_assert(sizeof(Controller_ReceiveInstigatedAnyDamage) == 0x000020, "Wrong size on Controller_ReceiveInstigatedAnyDamage"); \ +static_assert(offsetof(Controller_ReceiveInstigatedAnyDamage, Damage) == 0x000000, "Member 'Controller_ReceiveInstigatedAnyDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(Controller_ReceiveInstigatedAnyDamage, DamageType) == 0x000008, "Member 'Controller_ReceiveInstigatedAnyDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(Controller_ReceiveInstigatedAnyDamage, DamagedActor) == 0x000010, "Member 'Controller_ReceiveInstigatedAnyDamage::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(Controller_ReceiveInstigatedAnyDamage, DamageCauser) == 0x000018, "Member 'Controller_ReceiveInstigatedAnyDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_ReceiveInstigatedOverlapDamage \ +static_assert(alignof(Controller_ReceiveInstigatedOverlapDamage) == 0x000008, "Wrong alignment on Controller_ReceiveInstigatedOverlapDamage"); \ +static_assert(sizeof(Controller_ReceiveInstigatedOverlapDamage) == 0x000040, "Wrong size on Controller_ReceiveInstigatedOverlapDamage"); \ +static_assert(offsetof(Controller_ReceiveInstigatedOverlapDamage, Damage) == 0x000000, "Member 'Controller_ReceiveInstigatedOverlapDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(Controller_ReceiveInstigatedOverlapDamage, DamageType) == 0x000008, "Member 'Controller_ReceiveInstigatedOverlapDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(Controller_ReceiveInstigatedOverlapDamage, DamagedActor) == 0x000010, "Member 'Controller_ReceiveInstigatedOverlapDamage::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(Controller_ReceiveInstigatedOverlapDamage, DamageCauser) == 0x000018, "Member 'Controller_ReceiveInstigatedOverlapDamage::DamageCauser' has a wrong offset!"); \ +static_assert(offsetof(Controller_ReceiveInstigatedOverlapDamage, OriginDirection) == 0x000020, "Member 'Controller_ReceiveInstigatedOverlapDamage::OriginDirection' has a wrong offset!"); \ +static_assert(offsetof(Controller_ReceiveInstigatedOverlapDamage, HitInfos) == 0x000030, "Member 'Controller_ReceiveInstigatedOverlapDamage::HitInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_ReceiveInstigatedPointDamage \ +static_assert(alignof(Controller_ReceiveInstigatedPointDamage) == 0x000008, "Wrong alignment on Controller_ReceiveInstigatedPointDamage"); \ +static_assert(sizeof(Controller_ReceiveInstigatedPointDamage) == 0x0000C0, "Wrong size on Controller_ReceiveInstigatedPointDamage"); \ +static_assert(offsetof(Controller_ReceiveInstigatedPointDamage, Damage) == 0x000000, "Member 'Controller_ReceiveInstigatedPointDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(Controller_ReceiveInstigatedPointDamage, DamageType) == 0x000008, "Member 'Controller_ReceiveInstigatedPointDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(Controller_ReceiveInstigatedPointDamage, DamagedActor) == 0x000010, "Member 'Controller_ReceiveInstigatedPointDamage::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(Controller_ReceiveInstigatedPointDamage, DamageCauser) == 0x000018, "Member 'Controller_ReceiveInstigatedPointDamage::DamageCauser' has a wrong offset!"); \ +static_assert(offsetof(Controller_ReceiveInstigatedPointDamage, ShotDirection) == 0x000020, "Member 'Controller_ReceiveInstigatedPointDamage::ShotDirection' has a wrong offset!"); \ +static_assert(offsetof(Controller_ReceiveInstigatedPointDamage, HitInfo) == 0x00002C, "Member 'Controller_ReceiveInstigatedPointDamage::HitInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_ReceiveInstigatedRadialDamage \ +static_assert(alignof(Controller_ReceiveInstigatedRadialDamage) == 0x000008, "Wrong alignment on Controller_ReceiveInstigatedRadialDamage"); \ +static_assert(sizeof(Controller_ReceiveInstigatedRadialDamage) == 0x000050, "Wrong size on Controller_ReceiveInstigatedRadialDamage"); \ +static_assert(offsetof(Controller_ReceiveInstigatedRadialDamage, Damage) == 0x000000, "Member 'Controller_ReceiveInstigatedRadialDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(Controller_ReceiveInstigatedRadialDamage, DamageType) == 0x000008, "Member 'Controller_ReceiveInstigatedRadialDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(Controller_ReceiveInstigatedRadialDamage, DamagedActor) == 0x000010, "Member 'Controller_ReceiveInstigatedRadialDamage::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(Controller_ReceiveInstigatedRadialDamage, DamageCauser) == 0x000018, "Member 'Controller_ReceiveInstigatedRadialDamage::DamageCauser' has a wrong offset!"); \ +static_assert(offsetof(Controller_ReceiveInstigatedRadialDamage, Origin) == 0x000020, "Member 'Controller_ReceiveInstigatedRadialDamage::Origin' has a wrong offset!"); \ +static_assert(offsetof(Controller_ReceiveInstigatedRadialDamage, Params_0) == 0x00002C, "Member 'Controller_ReceiveInstigatedRadialDamage::Params_0' has a wrong offset!"); \ +static_assert(offsetof(Controller_ReceiveInstigatedRadialDamage, HitInfos) == 0x000040, "Member 'Controller_ReceiveInstigatedRadialDamage::HitInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_ReceivePossess \ +static_assert(alignof(Controller_ReceivePossess) == 0x000008, "Wrong alignment on Controller_ReceivePossess"); \ +static_assert(sizeof(Controller_ReceivePossess) == 0x000008, "Wrong size on Controller_ReceivePossess"); \ +static_assert(offsetof(Controller_ReceivePossess, PossessedPawn) == 0x000000, "Member 'Controller_ReceivePossess::PossessedPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_ReceiveUnPossess \ +static_assert(alignof(Controller_ReceiveUnPossess) == 0x000008, "Wrong alignment on Controller_ReceiveUnPossess"); \ +static_assert(sizeof(Controller_ReceiveUnPossess) == 0x000008, "Wrong size on Controller_ReceiveUnPossess"); \ +static_assert(offsetof(Controller_ReceiveUnPossess, UnpossessedPawn) == 0x000000, "Member 'Controller_ReceiveUnPossess::UnpossessedPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_SetControlRotation \ +static_assert(alignof(Controller_SetControlRotation) == 0x000004, "Wrong alignment on Controller_SetControlRotation"); \ +static_assert(sizeof(Controller_SetControlRotation) == 0x00000C, "Wrong size on Controller_SetControlRotation"); \ +static_assert(offsetof(Controller_SetControlRotation, NewRotation) == 0x000000, "Member 'Controller_SetControlRotation::NewRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_SetIgnoreLookInput \ +static_assert(alignof(Controller_SetIgnoreLookInput) == 0x000001, "Wrong alignment on Controller_SetIgnoreLookInput"); \ +static_assert(sizeof(Controller_SetIgnoreLookInput) == 0x000001, "Wrong size on Controller_SetIgnoreLookInput"); \ +static_assert(offsetof(Controller_SetIgnoreLookInput, bNewLookInput) == 0x000000, "Member 'Controller_SetIgnoreLookInput::bNewLookInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_SetIgnoreMoveInput \ +static_assert(alignof(Controller_SetIgnoreMoveInput) == 0x000001, "Wrong alignment on Controller_SetIgnoreMoveInput"); \ +static_assert(sizeof(Controller_SetIgnoreMoveInput) == 0x000001, "Wrong size on Controller_SetIgnoreMoveInput"); \ +static_assert(offsetof(Controller_SetIgnoreMoveInput, bNewMoveInput) == 0x000000, "Member 'Controller_SetIgnoreMoveInput::bNewMoveInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_SetInitialLocationAndRotation \ +static_assert(alignof(Controller_SetInitialLocationAndRotation) == 0x000004, "Wrong alignment on Controller_SetInitialLocationAndRotation"); \ +static_assert(sizeof(Controller_SetInitialLocationAndRotation) == 0x000018, "Wrong size on Controller_SetInitialLocationAndRotation"); \ +static_assert(offsetof(Controller_SetInitialLocationAndRotation, NewLocation) == 0x000000, "Member 'Controller_SetInitialLocationAndRotation::NewLocation' has a wrong offset!"); \ +static_assert(offsetof(Controller_SetInitialLocationAndRotation, NewRotation) == 0x00000C, "Member 'Controller_SetInitialLocationAndRotation::NewRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_GetControlRotation \ +static_assert(alignof(Controller_GetControlRotation) == 0x000004, "Wrong alignment on Controller_GetControlRotation"); \ +static_assert(sizeof(Controller_GetControlRotation) == 0x00000C, "Wrong size on Controller_GetControlRotation"); \ +static_assert(offsetof(Controller_GetControlRotation, ReturnValue) == 0x000000, "Member 'Controller_GetControlRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_GetDesiredRotation \ +static_assert(alignof(Controller_GetDesiredRotation) == 0x000004, "Wrong alignment on Controller_GetDesiredRotation"); \ +static_assert(sizeof(Controller_GetDesiredRotation) == 0x00000C, "Wrong size on Controller_GetDesiredRotation"); \ +static_assert(offsetof(Controller_GetDesiredRotation, ReturnValue) == 0x000000, "Member 'Controller_GetDesiredRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_GetViewTarget \ +static_assert(alignof(Controller_GetViewTarget) == 0x000008, "Wrong alignment on Controller_GetViewTarget"); \ +static_assert(sizeof(Controller_GetViewTarget) == 0x000008, "Wrong size on Controller_GetViewTarget"); \ +static_assert(offsetof(Controller_GetViewTarget, ReturnValue) == 0x000000, "Member 'Controller_GetViewTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_IsLocalController \ +static_assert(alignof(Controller_IsLocalController) == 0x000001, "Wrong alignment on Controller_IsLocalController"); \ +static_assert(sizeof(Controller_IsLocalController) == 0x000001, "Wrong size on Controller_IsLocalController"); \ +static_assert(offsetof(Controller_IsLocalController, ReturnValue) == 0x000000, "Member 'Controller_IsLocalController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_IsLocalPlayerController \ +static_assert(alignof(Controller_IsLocalPlayerController) == 0x000001, "Wrong alignment on Controller_IsLocalPlayerController"); \ +static_assert(sizeof(Controller_IsLocalPlayerController) == 0x000001, "Wrong size on Controller_IsLocalPlayerController"); \ +static_assert(offsetof(Controller_IsLocalPlayerController, ReturnValue) == 0x000000, "Member 'Controller_IsLocalPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_IsLookInputIgnored \ +static_assert(alignof(Controller_IsLookInputIgnored) == 0x000001, "Wrong alignment on Controller_IsLookInputIgnored"); \ +static_assert(sizeof(Controller_IsLookInputIgnored) == 0x000001, "Wrong size on Controller_IsLookInputIgnored"); \ +static_assert(offsetof(Controller_IsLookInputIgnored, ReturnValue) == 0x000000, "Member 'Controller_IsLookInputIgnored::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_IsMoveInputIgnored \ +static_assert(alignof(Controller_IsMoveInputIgnored) == 0x000001, "Wrong alignment on Controller_IsMoveInputIgnored"); \ +static_assert(sizeof(Controller_IsMoveInputIgnored) == 0x000001, "Wrong size on Controller_IsMoveInputIgnored"); \ +static_assert(offsetof(Controller_IsMoveInputIgnored, ReturnValue) == 0x000000, "Member 'Controller_IsMoveInputIgnored::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_IsPlayerController \ +static_assert(alignof(Controller_IsPlayerController) == 0x000001, "Wrong alignment on Controller_IsPlayerController"); \ +static_assert(sizeof(Controller_IsPlayerController) == 0x000001, "Wrong size on Controller_IsPlayerController"); \ +static_assert(offsetof(Controller_IsPlayerController, ReturnValue) == 0x000000, "Member 'Controller_IsPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_K2_GetPawn \ +static_assert(alignof(Controller_K2_GetPawn) == 0x000008, "Wrong alignment on Controller_K2_GetPawn"); \ +static_assert(sizeof(Controller_K2_GetPawn) == 0x000008, "Wrong size on Controller_K2_GetPawn"); \ +static_assert(offsetof(Controller_K2_GetPawn, ReturnValue) == 0x000000, "Member 'Controller_K2_GetPawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Controller_LineOfSightTo \ +static_assert(alignof(Controller_LineOfSightTo) == 0x000008, "Wrong alignment on Controller_LineOfSightTo"); \ +static_assert(sizeof(Controller_LineOfSightTo) == 0x000018, "Wrong size on Controller_LineOfSightTo"); \ +static_assert(offsetof(Controller_LineOfSightTo, Other) == 0x000000, "Member 'Controller_LineOfSightTo::Other' has a wrong offset!"); \ +static_assert(offsetof(Controller_LineOfSightTo, ViewPoint) == 0x000008, "Member 'Controller_LineOfSightTo::ViewPoint' has a wrong offset!"); \ +static_assert(offsetof(Controller_LineOfSightTo, bAlternateChecks) == 0x000014, "Member 'Controller_LineOfSightTo::bAlternateChecks' has a wrong offset!"); \ +static_assert(offsetof(Controller_LineOfSightTo, ReturnValue) == 0x000015, "Member 'Controller_LineOfSightTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AController \ +static_assert(alignof(AController) == 0x000008, "Wrong alignment on AController"); \ +static_assert(sizeof(AController) == 0x000358, "Wrong size on AController"); \ +static_assert(offsetof(AController, PlayerState) == 0x0002B0, "Member 'AController::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(AController, OnInstigatedAnyDamage) == 0x0002C0, "Member 'AController::OnInstigatedAnyDamage' has a wrong offset!"); \ +static_assert(offsetof(AController, StateName) == 0x0002D0, "Member 'AController::StateName' has a wrong offset!"); \ +static_assert(offsetof(AController, Pawn) == 0x0002E0, "Member 'AController::Pawn' has a wrong offset!"); \ +static_assert(offsetof(AController, Character) == 0x0002F0, "Member 'AController::Character' has a wrong offset!"); \ +static_assert(offsetof(AController, TransformComponent) == 0x0002F8, "Member 'AController::TransformComponent' has a wrong offset!"); \ +static_assert(offsetof(AController, ControlRotation) == 0x000318, "Member 'AController::ControlRotation' has a wrong offset!"); \ +static_assert(offsetof(AController, OnInstigatedPointDamage) == 0x000328, "Member 'AController::OnInstigatedPointDamage' has a wrong offset!"); \ +static_assert(offsetof(AController, OnInstigatedRadialDamage) == 0x000338, "Member 'AController::OnInstigatedRadialDamage' has a wrong offset!"); \ +static_assert(offsetof(AController, OnInstigatedOverlapDamage) == 0x000348, "Member 'AController::OnInstigatedOverlapDamage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionIf \ +static_assert(alignof(UMaterialExpressionIf) == 0x000008, "Wrong alignment on UMaterialExpressionIf"); \ +static_assert(sizeof(UMaterialExpressionIf) == 0x0000E0, "Wrong size on UMaterialExpressionIf"); \ +static_assert(offsetof(UMaterialExpressionIf, A) == 0x000048, "Member 'UMaterialExpressionIf::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, B) == 0x000064, "Member 'UMaterialExpressionIf::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, AGreaterThanB) == 0x000080, "Member 'UMaterialExpressionIf::AGreaterThanB' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, AEqualsB) == 0x00009C, "Member 'UMaterialExpressionIf::AEqualsB' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, ALessThanB) == 0x0000B8, "Member 'UMaterialExpressionIf::ALessThanB' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, EqualsThreshold) == 0x0000D4, "Member 'UMaterialExpressionIf::EqualsThreshold' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, ConstB) == 0x0000D8, "Member 'UMaterialExpressionIf::ConstB' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, ConstAEqualsB) == 0x0000DC, "Member 'UMaterialExpressionIf::ConstAEqualsB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ActivateTouchInterface \ +static_assert(alignof(PlayerController_ActivateTouchInterface) == 0x000008, "Wrong alignment on PlayerController_ActivateTouchInterface"); \ +static_assert(sizeof(PlayerController_ActivateTouchInterface) == 0x000008, "Wrong size on PlayerController_ActivateTouchInterface"); \ +static_assert(offsetof(PlayerController_ActivateTouchInterface, NewTouchInterface) == 0x000000, "Member 'PlayerController_ActivateTouchInterface::NewTouchInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_AddPitchInput \ +static_assert(alignof(PlayerController_AddPitchInput) == 0x000004, "Wrong alignment on PlayerController_AddPitchInput"); \ +static_assert(sizeof(PlayerController_AddPitchInput) == 0x000004, "Wrong size on PlayerController_AddPitchInput"); \ +static_assert(offsetof(PlayerController_AddPitchInput, Val) == 0x000000, "Member 'PlayerController_AddPitchInput::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_AddRollInput \ +static_assert(alignof(PlayerController_AddRollInput) == 0x000004, "Wrong alignment on PlayerController_AddRollInput"); \ +static_assert(sizeof(PlayerController_AddRollInput) == 0x000004, "Wrong size on PlayerController_AddRollInput"); \ +static_assert(offsetof(PlayerController_AddRollInput, Val) == 0x000000, "Member 'PlayerController_AddRollInput::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_AddYawInput \ +static_assert(alignof(PlayerController_AddYawInput) == 0x000004, "Wrong alignment on PlayerController_AddYawInput"); \ +static_assert(sizeof(PlayerController_AddYawInput) == 0x000004, "Wrong size on PlayerController_AddYawInput"); \ +static_assert(offsetof(PlayerController_AddYawInput, Val) == 0x000000, "Member 'PlayerController_AddYawInput::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_Camera \ +static_assert(alignof(PlayerController_Camera) == 0x000004, "Wrong alignment on PlayerController_Camera"); \ +static_assert(sizeof(PlayerController_Camera) == 0x00000C, "Wrong size on PlayerController_Camera"); \ +static_assert(offsetof(PlayerController_Camera, NewMode) == 0x000000, "Member 'PlayerController_Camera::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_CanRestartPlayer \ +static_assert(alignof(PlayerController_CanRestartPlayer) == 0x000001, "Wrong alignment on PlayerController_CanRestartPlayer"); \ +static_assert(sizeof(PlayerController_CanRestartPlayer) == 0x000001, "Wrong size on PlayerController_CanRestartPlayer"); \ +static_assert(offsetof(PlayerController_CanRestartPlayer, ReturnValue) == 0x000000, "Member 'PlayerController_CanRestartPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientAddTextureStreamingLoc \ +static_assert(alignof(PlayerController_ClientAddTextureStreamingLoc) == 0x000004, "Wrong alignment on PlayerController_ClientAddTextureStreamingLoc"); \ +static_assert(sizeof(PlayerController_ClientAddTextureStreamingLoc) == 0x000014, "Wrong size on PlayerController_ClientAddTextureStreamingLoc"); \ +static_assert(offsetof(PlayerController_ClientAddTextureStreamingLoc, InLoc) == 0x000000, "Member 'PlayerController_ClientAddTextureStreamingLoc::InLoc' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientAddTextureStreamingLoc, Duration) == 0x00000C, "Member 'PlayerController_ClientAddTextureStreamingLoc::Duration' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientAddTextureStreamingLoc, bOverrideLocation) == 0x000010, "Member 'PlayerController_ClientAddTextureStreamingLoc::bOverrideLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientCapBandwidth \ +static_assert(alignof(PlayerController_ClientCapBandwidth) == 0x000004, "Wrong alignment on PlayerController_ClientCapBandwidth"); \ +static_assert(sizeof(PlayerController_ClientCapBandwidth) == 0x000004, "Wrong size on PlayerController_ClientCapBandwidth"); \ +static_assert(offsetof(PlayerController_ClientCapBandwidth, Cap) == 0x000000, "Member 'PlayerController_ClientCapBandwidth::Cap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientEnableNetworkVoice \ +static_assert(alignof(PlayerController_ClientEnableNetworkVoice) == 0x000001, "Wrong alignment on PlayerController_ClientEnableNetworkVoice"); \ +static_assert(sizeof(PlayerController_ClientEnableNetworkVoice) == 0x000001, "Wrong size on PlayerController_ClientEnableNetworkVoice"); \ +static_assert(offsetof(PlayerController_ClientEnableNetworkVoice, bEnable) == 0x000000, "Member 'PlayerController_ClientEnableNetworkVoice::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientGameEnded \ +static_assert(alignof(PlayerController_ClientGameEnded) == 0x000008, "Wrong alignment on PlayerController_ClientGameEnded"); \ +static_assert(sizeof(PlayerController_ClientGameEnded) == 0x000010, "Wrong size on PlayerController_ClientGameEnded"); \ +static_assert(offsetof(PlayerController_ClientGameEnded, EndGameFocus) == 0x000000, "Member 'PlayerController_ClientGameEnded::EndGameFocus' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientGameEnded, bIsWinner) == 0x000008, "Member 'PlayerController_ClientGameEnded::bIsWinner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientGotoState \ +static_assert(alignof(PlayerController_ClientGotoState) == 0x000004, "Wrong alignment on PlayerController_ClientGotoState"); \ +static_assert(sizeof(PlayerController_ClientGotoState) == 0x00000C, "Wrong size on PlayerController_ClientGotoState"); \ +static_assert(offsetof(PlayerController_ClientGotoState, NewState) == 0x000000, "Member 'PlayerController_ClientGotoState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientIgnoreLookInput \ +static_assert(alignof(PlayerController_ClientIgnoreLookInput) == 0x000001, "Wrong alignment on PlayerController_ClientIgnoreLookInput"); \ +static_assert(sizeof(PlayerController_ClientIgnoreLookInput) == 0x000001, "Wrong size on PlayerController_ClientIgnoreLookInput"); \ +static_assert(offsetof(PlayerController_ClientIgnoreLookInput, bIgnore) == 0x000000, "Member 'PlayerController_ClientIgnoreLookInput::bIgnore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientIgnoreMoveInput \ +static_assert(alignof(PlayerController_ClientIgnoreMoveInput) == 0x000001, "Wrong alignment on PlayerController_ClientIgnoreMoveInput"); \ +static_assert(sizeof(PlayerController_ClientIgnoreMoveInput) == 0x000001, "Wrong size on PlayerController_ClientIgnoreMoveInput"); \ +static_assert(offsetof(PlayerController_ClientIgnoreMoveInput, bIgnore) == 0x000000, "Member 'PlayerController_ClientIgnoreMoveInput::bIgnore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientMessage \ +static_assert(alignof(PlayerController_ClientMessage) == 0x000008, "Wrong alignment on PlayerController_ClientMessage"); \ +static_assert(sizeof(PlayerController_ClientMessage) == 0x000020, "Wrong size on PlayerController_ClientMessage"); \ +static_assert(offsetof(PlayerController_ClientMessage, S) == 0x000000, "Member 'PlayerController_ClientMessage::S' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientMessage, Type) == 0x000010, "Member 'PlayerController_ClientMessage::Type' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientMessage, MsgLifeTime) == 0x00001C, "Member 'PlayerController_ClientMessage::MsgLifeTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientMutePlayer \ +static_assert(alignof(PlayerController_ClientMutePlayer) == 0x000008, "Wrong alignment on PlayerController_ClientMutePlayer"); \ +static_assert(sizeof(PlayerController_ClientMutePlayer) == 0x000028, "Wrong size on PlayerController_ClientMutePlayer"); \ +static_assert(offsetof(PlayerController_ClientMutePlayer, PlayerId) == 0x000000, "Member 'PlayerController_ClientMutePlayer::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientPlayCameraAnim \ +static_assert(alignof(PlayerController_ClientPlayCameraAnim) == 0x000008, "Wrong alignment on PlayerController_ClientPlayCameraAnim"); \ +static_assert(sizeof(PlayerController_ClientPlayCameraAnim) == 0x000028, "Wrong size on PlayerController_ClientPlayCameraAnim"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, AnimToPlay) == 0x000000, "Member 'PlayerController_ClientPlayCameraAnim::AnimToPlay' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, Scale) == 0x000008, "Member 'PlayerController_ClientPlayCameraAnim::Scale' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, Rate) == 0x00000C, "Member 'PlayerController_ClientPlayCameraAnim::Rate' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, BlendInTime) == 0x000010, "Member 'PlayerController_ClientPlayCameraAnim::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, BlendOutTime) == 0x000014, "Member 'PlayerController_ClientPlayCameraAnim::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, bLoop) == 0x000018, "Member 'PlayerController_ClientPlayCameraAnim::bLoop' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, bRandomStartTime) == 0x000019, "Member 'PlayerController_ClientPlayCameraAnim::bRandomStartTime' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, Space) == 0x00001A, "Member 'PlayerController_ClientPlayCameraAnim::Space' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, CustomPlaySpace) == 0x00001C, "Member 'PlayerController_ClientPlayCameraAnim::CustomPlaySpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientPlayForceFeedback_Internal \ +static_assert(alignof(PlayerController_ClientPlayForceFeedback_Internal) == 0x000008, "Wrong alignment on PlayerController_ClientPlayForceFeedback_Internal"); \ +static_assert(sizeof(PlayerController_ClientPlayForceFeedback_Internal) == 0x000020, "Wrong size on PlayerController_ClientPlayForceFeedback_Internal"); \ +static_assert(offsetof(PlayerController_ClientPlayForceFeedback_Internal, ForceFeedbackEffect) == 0x000000, "Member 'PlayerController_ClientPlayForceFeedback_Internal::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayForceFeedback_Internal, Params_0) == 0x000008, "Member 'PlayerController_ClientPlayForceFeedback_Internal::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientPlaySound \ +static_assert(alignof(PlayerController_ClientPlaySound) == 0x000008, "Wrong alignment on PlayerController_ClientPlaySound"); \ +static_assert(sizeof(PlayerController_ClientPlaySound) == 0x000010, "Wrong size on PlayerController_ClientPlaySound"); \ +static_assert(offsetof(PlayerController_ClientPlaySound, Sound) == 0x000000, "Member 'PlayerController_ClientPlaySound::Sound' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlaySound, VolumeMultiplier) == 0x000008, "Member 'PlayerController_ClientPlaySound::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlaySound, PitchMultiplier) == 0x00000C, "Member 'PlayerController_ClientPlaySound::PitchMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientPlaySoundAtLocation \ +static_assert(alignof(PlayerController_ClientPlaySoundAtLocation) == 0x000008, "Wrong alignment on PlayerController_ClientPlaySoundAtLocation"); \ +static_assert(sizeof(PlayerController_ClientPlaySoundAtLocation) == 0x000020, "Wrong size on PlayerController_ClientPlaySoundAtLocation"); \ +static_assert(offsetof(PlayerController_ClientPlaySoundAtLocation, Sound) == 0x000000, "Member 'PlayerController_ClientPlaySoundAtLocation::Sound' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlaySoundAtLocation, Location) == 0x000008, "Member 'PlayerController_ClientPlaySoundAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlaySoundAtLocation, VolumeMultiplier) == 0x000014, "Member 'PlayerController_ClientPlaySoundAtLocation::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlaySoundAtLocation, PitchMultiplier) == 0x000018, "Member 'PlayerController_ClientPlaySoundAtLocation::PitchMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientPrepareMapChange \ +static_assert(alignof(PlayerController_ClientPrepareMapChange) == 0x000004, "Wrong alignment on PlayerController_ClientPrepareMapChange"); \ +static_assert(sizeof(PlayerController_ClientPrepareMapChange) == 0x000010, "Wrong size on PlayerController_ClientPrepareMapChange"); \ +static_assert(offsetof(PlayerController_ClientPrepareMapChange, LevelName) == 0x000000, "Member 'PlayerController_ClientPrepareMapChange::LevelName' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPrepareMapChange, bFirst) == 0x00000C, "Member 'PlayerController_ClientPrepareMapChange::bFirst' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPrepareMapChange, bLast) == 0x00000D, "Member 'PlayerController_ClientPrepareMapChange::bLast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientPrestreamTextures \ +static_assert(alignof(PlayerController_ClientPrestreamTextures) == 0x000008, "Wrong alignment on PlayerController_ClientPrestreamTextures"); \ +static_assert(sizeof(PlayerController_ClientPrestreamTextures) == 0x000018, "Wrong size on PlayerController_ClientPrestreamTextures"); \ +static_assert(offsetof(PlayerController_ClientPrestreamTextures, ForcedActor) == 0x000000, "Member 'PlayerController_ClientPrestreamTextures::ForcedActor' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPrestreamTextures, ForceDuration) == 0x000008, "Member 'PlayerController_ClientPrestreamTextures::ForceDuration' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPrestreamTextures, bEnableStreaming) == 0x00000C, "Member 'PlayerController_ClientPrestreamTextures::bEnableStreaming' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPrestreamTextures, CinematicTextureGroups) == 0x000010, "Member 'PlayerController_ClientPrestreamTextures::CinematicTextureGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientReceiveLocalizedMessage \ +static_assert(alignof(PlayerController_ClientReceiveLocalizedMessage) == 0x000008, "Wrong alignment on PlayerController_ClientReceiveLocalizedMessage"); \ +static_assert(sizeof(PlayerController_ClientReceiveLocalizedMessage) == 0x000028, "Wrong size on PlayerController_ClientReceiveLocalizedMessage"); \ +static_assert(offsetof(PlayerController_ClientReceiveLocalizedMessage, Message) == 0x000000, "Member 'PlayerController_ClientReceiveLocalizedMessage::Message' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientReceiveLocalizedMessage, Switch) == 0x000008, "Member 'PlayerController_ClientReceiveLocalizedMessage::Switch' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientReceiveLocalizedMessage, RelatedPlayerState_1) == 0x000010, "Member 'PlayerController_ClientReceiveLocalizedMessage::RelatedPlayerState_1' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientReceiveLocalizedMessage, RelatedPlayerState_2) == 0x000018, "Member 'PlayerController_ClientReceiveLocalizedMessage::RelatedPlayerState_2' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientReceiveLocalizedMessage, OptionalObject) == 0x000020, "Member 'PlayerController_ClientReceiveLocalizedMessage::OptionalObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientRepObjRef \ +static_assert(alignof(PlayerController_ClientRepObjRef) == 0x000008, "Wrong alignment on PlayerController_ClientRepObjRef"); \ +static_assert(sizeof(PlayerController_ClientRepObjRef) == 0x000008, "Wrong size on PlayerController_ClientRepObjRef"); \ +static_assert(offsetof(PlayerController_ClientRepObjRef, Object) == 0x000000, "Member 'PlayerController_ClientRepObjRef::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientRestart \ +static_assert(alignof(PlayerController_ClientRestart) == 0x000008, "Wrong alignment on PlayerController_ClientRestart"); \ +static_assert(sizeof(PlayerController_ClientRestart) == 0x000008, "Wrong size on PlayerController_ClientRestart"); \ +static_assert(offsetof(PlayerController_ClientRestart, NewPawn) == 0x000000, "Member 'PlayerController_ClientRestart::NewPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientRetryClientRestart \ +static_assert(alignof(PlayerController_ClientRetryClientRestart) == 0x000008, "Wrong alignment on PlayerController_ClientRetryClientRestart"); \ +static_assert(sizeof(PlayerController_ClientRetryClientRestart) == 0x000008, "Wrong size on PlayerController_ClientRetryClientRestart"); \ +static_assert(offsetof(PlayerController_ClientRetryClientRestart, NewPawn) == 0x000000, "Member 'PlayerController_ClientRetryClientRestart::NewPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientReturnToMainMenu \ +static_assert(alignof(PlayerController_ClientReturnToMainMenu) == 0x000008, "Wrong alignment on PlayerController_ClientReturnToMainMenu"); \ +static_assert(sizeof(PlayerController_ClientReturnToMainMenu) == 0x000010, "Wrong size on PlayerController_ClientReturnToMainMenu"); \ +static_assert(offsetof(PlayerController_ClientReturnToMainMenu, ReturnReason) == 0x000000, "Member 'PlayerController_ClientReturnToMainMenu::ReturnReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientReturnToMainMenuWithTextReason \ +static_assert(alignof(PlayerController_ClientReturnToMainMenuWithTextReason) == 0x000008, "Wrong alignment on PlayerController_ClientReturnToMainMenuWithTextReason"); \ +static_assert(sizeof(PlayerController_ClientReturnToMainMenuWithTextReason) == 0x000018, "Wrong size on PlayerController_ClientReturnToMainMenuWithTextReason"); \ +static_assert(offsetof(PlayerController_ClientReturnToMainMenuWithTextReason, ReturnReason) == 0x000000, "Member 'PlayerController_ClientReturnToMainMenuWithTextReason::ReturnReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSetCameraFade \ +static_assert(alignof(PlayerController_ClientSetCameraFade) == 0x000004, "Wrong alignment on PlayerController_ClientSetCameraFade"); \ +static_assert(sizeof(PlayerController_ClientSetCameraFade) == 0x000018, "Wrong size on PlayerController_ClientSetCameraFade"); \ +static_assert(offsetof(PlayerController_ClientSetCameraFade, bEnableFading) == 0x000000, "Member 'PlayerController_ClientSetCameraFade::bEnableFading' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetCameraFade, FadeColor) == 0x000004, "Member 'PlayerController_ClientSetCameraFade::FadeColor' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetCameraFade, FadeAlpha) == 0x000008, "Member 'PlayerController_ClientSetCameraFade::FadeAlpha' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetCameraFade, FadeTime) == 0x000010, "Member 'PlayerController_ClientSetCameraFade::FadeTime' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetCameraFade, bFadeAudio) == 0x000014, "Member 'PlayerController_ClientSetCameraFade::bFadeAudio' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetCameraFade, bHoldWhenFinished) == 0x000015, "Member 'PlayerController_ClientSetCameraFade::bHoldWhenFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSetCameraMode \ +static_assert(alignof(PlayerController_ClientSetCameraMode) == 0x000004, "Wrong alignment on PlayerController_ClientSetCameraMode"); \ +static_assert(sizeof(PlayerController_ClientSetCameraMode) == 0x00000C, "Wrong size on PlayerController_ClientSetCameraMode"); \ +static_assert(offsetof(PlayerController_ClientSetCameraMode, NewCamMode) == 0x000000, "Member 'PlayerController_ClientSetCameraMode::NewCamMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSetCinematicMode \ +static_assert(alignof(PlayerController_ClientSetCinematicMode) == 0x000001, "Wrong alignment on PlayerController_ClientSetCinematicMode"); \ +static_assert(sizeof(PlayerController_ClientSetCinematicMode) == 0x000004, "Wrong size on PlayerController_ClientSetCinematicMode"); \ +static_assert(offsetof(PlayerController_ClientSetCinematicMode, bInCinematicMode) == 0x000000, "Member 'PlayerController_ClientSetCinematicMode::bInCinematicMode' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetCinematicMode, bAffectsMovement) == 0x000001, "Member 'PlayerController_ClientSetCinematicMode::bAffectsMovement' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetCinematicMode, bAffectsTurning) == 0x000002, "Member 'PlayerController_ClientSetCinematicMode::bAffectsTurning' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetCinematicMode, bAffectsHUD) == 0x000003, "Member 'PlayerController_ClientSetCinematicMode::bAffectsHUD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSetForceMipLevelsToBeResident \ +static_assert(alignof(PlayerController_ClientSetForceMipLevelsToBeResident) == 0x000008, "Wrong alignment on PlayerController_ClientSetForceMipLevelsToBeResident"); \ +static_assert(sizeof(PlayerController_ClientSetForceMipLevelsToBeResident) == 0x000010, "Wrong size on PlayerController_ClientSetForceMipLevelsToBeResident"); \ +static_assert(offsetof(PlayerController_ClientSetForceMipLevelsToBeResident, Material) == 0x000000, "Member 'PlayerController_ClientSetForceMipLevelsToBeResident::Material' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetForceMipLevelsToBeResident, ForceDuration) == 0x000008, "Member 'PlayerController_ClientSetForceMipLevelsToBeResident::ForceDuration' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetForceMipLevelsToBeResident, CinematicTextureGroups) == 0x00000C, "Member 'PlayerController_ClientSetForceMipLevelsToBeResident::CinematicTextureGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSetHUD \ +static_assert(alignof(PlayerController_ClientSetHUD) == 0x000008, "Wrong alignment on PlayerController_ClientSetHUD"); \ +static_assert(sizeof(PlayerController_ClientSetHUD) == 0x000008, "Wrong size on PlayerController_ClientSetHUD"); \ +static_assert(offsetof(PlayerController_ClientSetHUD, NewHUDClass) == 0x000000, "Member 'PlayerController_ClientSetHUD::NewHUDClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSetSpectatorWaiting \ +static_assert(alignof(PlayerController_ClientSetSpectatorWaiting) == 0x000001, "Wrong alignment on PlayerController_ClientSetSpectatorWaiting"); \ +static_assert(sizeof(PlayerController_ClientSetSpectatorWaiting) == 0x000001, "Wrong size on PlayerController_ClientSetSpectatorWaiting"); \ +static_assert(offsetof(PlayerController_ClientSetSpectatorWaiting, bWaiting) == 0x000000, "Member 'PlayerController_ClientSetSpectatorWaiting::bWaiting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSetViewTarget \ +static_assert(alignof(PlayerController_ClientSetViewTarget) == 0x000008, "Wrong alignment on PlayerController_ClientSetViewTarget"); \ +static_assert(sizeof(PlayerController_ClientSetViewTarget) == 0x000018, "Wrong size on PlayerController_ClientSetViewTarget"); \ +static_assert(offsetof(PlayerController_ClientSetViewTarget, A) == 0x000000, "Member 'PlayerController_ClientSetViewTarget::A' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetViewTarget, TransitionParams) == 0x000008, "Member 'PlayerController_ClientSetViewTarget::TransitionParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSpawnCameraLensEffect \ +static_assert(alignof(PlayerController_ClientSpawnCameraLensEffect) == 0x000008, "Wrong alignment on PlayerController_ClientSpawnCameraLensEffect"); \ +static_assert(sizeof(PlayerController_ClientSpawnCameraLensEffect) == 0x000008, "Wrong size on PlayerController_ClientSpawnCameraLensEffect"); \ +static_assert(offsetof(PlayerController_ClientSpawnCameraLensEffect, LensEffectEmitterClass) == 0x000000, "Member 'PlayerController_ClientSpawnCameraLensEffect::LensEffectEmitterClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientStartCameraShake \ +static_assert(alignof(PlayerController_ClientStartCameraShake) == 0x000008, "Wrong alignment on PlayerController_ClientStartCameraShake"); \ +static_assert(sizeof(PlayerController_ClientStartCameraShake) == 0x000020, "Wrong size on PlayerController_ClientStartCameraShake"); \ +static_assert(offsetof(PlayerController_ClientStartCameraShake, Shake) == 0x000000, "Member 'PlayerController_ClientStartCameraShake::Shake' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientStartCameraShake, Scale) == 0x000008, "Member 'PlayerController_ClientStartCameraShake::Scale' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientStartCameraShake, PlaySpace) == 0x00000C, "Member 'PlayerController_ClientStartCameraShake::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientStartCameraShake, UserPlaySpaceRot) == 0x000010, "Member 'PlayerController_ClientStartCameraShake::UserPlaySpaceRot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientStartCameraShakeFromSource \ +static_assert(alignof(PlayerController_ClientStartCameraShakeFromSource) == 0x000008, "Wrong alignment on PlayerController_ClientStartCameraShakeFromSource"); \ +static_assert(sizeof(PlayerController_ClientStartCameraShakeFromSource) == 0x000010, "Wrong size on PlayerController_ClientStartCameraShakeFromSource"); \ +static_assert(offsetof(PlayerController_ClientStartCameraShakeFromSource, Shake) == 0x000000, "Member 'PlayerController_ClientStartCameraShakeFromSource::Shake' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientStartCameraShakeFromSource, SourceComponent) == 0x000008, "Member 'PlayerController_ClientStartCameraShakeFromSource::SourceComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientStopCameraAnim \ +static_assert(alignof(PlayerController_ClientStopCameraAnim) == 0x000008, "Wrong alignment on PlayerController_ClientStopCameraAnim"); \ +static_assert(sizeof(PlayerController_ClientStopCameraAnim) == 0x000008, "Wrong size on PlayerController_ClientStopCameraAnim"); \ +static_assert(offsetof(PlayerController_ClientStopCameraAnim, AnimToStop) == 0x000000, "Member 'PlayerController_ClientStopCameraAnim::AnimToStop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientStopCameraShake \ +static_assert(alignof(PlayerController_ClientStopCameraShake) == 0x000008, "Wrong alignment on PlayerController_ClientStopCameraShake"); \ +static_assert(sizeof(PlayerController_ClientStopCameraShake) == 0x000010, "Wrong size on PlayerController_ClientStopCameraShake"); \ +static_assert(offsetof(PlayerController_ClientStopCameraShake, Shake) == 0x000000, "Member 'PlayerController_ClientStopCameraShake::Shake' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientStopCameraShake, bImmediately) == 0x000008, "Member 'PlayerController_ClientStopCameraShake::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientStopCameraShakesFromSource \ +static_assert(alignof(PlayerController_ClientStopCameraShakesFromSource) == 0x000008, "Wrong alignment on PlayerController_ClientStopCameraShakesFromSource"); \ +static_assert(sizeof(PlayerController_ClientStopCameraShakesFromSource) == 0x000010, "Wrong size on PlayerController_ClientStopCameraShakesFromSource"); \ +static_assert(offsetof(PlayerController_ClientStopCameraShakesFromSource, SourceComponent) == 0x000000, "Member 'PlayerController_ClientStopCameraShakesFromSource::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientStopCameraShakesFromSource, bImmediately) == 0x000008, "Member 'PlayerController_ClientStopCameraShakesFromSource::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientStopForceFeedback \ +static_assert(alignof(PlayerController_ClientStopForceFeedback) == 0x000008, "Wrong alignment on PlayerController_ClientStopForceFeedback"); \ +static_assert(sizeof(PlayerController_ClientStopForceFeedback) == 0x000018, "Wrong size on PlayerController_ClientStopForceFeedback"); \ +static_assert(offsetof(PlayerController_ClientStopForceFeedback, ForceFeedbackEffect) == 0x000000, "Member 'PlayerController_ClientStopForceFeedback::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientStopForceFeedback, Tag) == 0x000008, "Member 'PlayerController_ClientStopForceFeedback::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientTeamMessage \ +static_assert(alignof(PlayerController_ClientTeamMessage) == 0x000008, "Wrong alignment on PlayerController_ClientTeamMessage"); \ +static_assert(sizeof(PlayerController_ClientTeamMessage) == 0x000028, "Wrong size on PlayerController_ClientTeamMessage"); \ +static_assert(offsetof(PlayerController_ClientTeamMessage, SenderPlayerState) == 0x000000, "Member 'PlayerController_ClientTeamMessage::SenderPlayerState' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTeamMessage, S) == 0x000008, "Member 'PlayerController_ClientTeamMessage::S' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTeamMessage, Type) == 0x000018, "Member 'PlayerController_ClientTeamMessage::Type' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTeamMessage, MsgLifeTime) == 0x000024, "Member 'PlayerController_ClientTeamMessage::MsgLifeTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientTravel \ +static_assert(alignof(PlayerController_ClientTravel) == 0x000008, "Wrong alignment on PlayerController_ClientTravel"); \ +static_assert(sizeof(PlayerController_ClientTravel) == 0x000028, "Wrong size on PlayerController_ClientTravel"); \ +static_assert(offsetof(PlayerController_ClientTravel, URL) == 0x000000, "Member 'PlayerController_ClientTravel::URL' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTravel, TravelType) == 0x000010, "Member 'PlayerController_ClientTravel::TravelType' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTravel, bSeamless) == 0x000011, "Member 'PlayerController_ClientTravel::bSeamless' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTravel, MapPackageGuid) == 0x000014, "Member 'PlayerController_ClientTravel::MapPackageGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientTravelInternal \ +static_assert(alignof(PlayerController_ClientTravelInternal) == 0x000008, "Wrong alignment on PlayerController_ClientTravelInternal"); \ +static_assert(sizeof(PlayerController_ClientTravelInternal) == 0x000028, "Wrong size on PlayerController_ClientTravelInternal"); \ +static_assert(offsetof(PlayerController_ClientTravelInternal, URL) == 0x000000, "Member 'PlayerController_ClientTravelInternal::URL' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTravelInternal, TravelType) == 0x000010, "Member 'PlayerController_ClientTravelInternal::TravelType' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTravelInternal, bSeamless) == 0x000011, "Member 'PlayerController_ClientTravelInternal::bSeamless' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTravelInternal, MapPackageGuid) == 0x000014, "Member 'PlayerController_ClientTravelInternal::MapPackageGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientUnmutePlayer \ +static_assert(alignof(PlayerController_ClientUnmutePlayer) == 0x000008, "Wrong alignment on PlayerController_ClientUnmutePlayer"); \ +static_assert(sizeof(PlayerController_ClientUnmutePlayer) == 0x000028, "Wrong size on PlayerController_ClientUnmutePlayer"); \ +static_assert(offsetof(PlayerController_ClientUnmutePlayer, PlayerId) == 0x000000, "Member 'PlayerController_ClientUnmutePlayer::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientUpdateLevelStreamingStatus \ +static_assert(alignof(PlayerController_ClientUpdateLevelStreamingStatus) == 0x000004, "Wrong alignment on PlayerController_ClientUpdateLevelStreamingStatus"); \ +static_assert(sizeof(PlayerController_ClientUpdateLevelStreamingStatus) == 0x000014, "Wrong size on PlayerController_ClientUpdateLevelStreamingStatus"); \ +static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, PackageName) == 0x000000, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::PackageName' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, bNewShouldBeLoaded) == 0x00000C, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::bNewShouldBeLoaded' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, bNewShouldBeVisible) == 0x00000D, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::bNewShouldBeVisible' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, bNewShouldBlockOnLoad) == 0x00000E, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::bNewShouldBlockOnLoad' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, LODIndex) == 0x000010, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::LODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientUpdateMultipleLevelsStreamingStatus \ +static_assert(alignof(PlayerController_ClientUpdateMultipleLevelsStreamingStatus) == 0x000008, "Wrong alignment on PlayerController_ClientUpdateMultipleLevelsStreamingStatus"); \ +static_assert(sizeof(PlayerController_ClientUpdateMultipleLevelsStreamingStatus) == 0x000010, "Wrong size on PlayerController_ClientUpdateMultipleLevelsStreamingStatus"); \ +static_assert(offsetof(PlayerController_ClientUpdateMultipleLevelsStreamingStatus, LevelStatuses) == 0x000000, "Member 'PlayerController_ClientUpdateMultipleLevelsStreamingStatus::LevelStatuses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientWasKicked \ +static_assert(alignof(PlayerController_ClientWasKicked) == 0x000008, "Wrong alignment on PlayerController_ClientWasKicked"); \ +static_assert(sizeof(PlayerController_ClientWasKicked) == 0x000018, "Wrong size on PlayerController_ClientWasKicked"); \ +static_assert(offsetof(PlayerController_ClientWasKicked, KickReason) == 0x000000, "Member 'PlayerController_ClientWasKicked::KickReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ConsoleKey \ +static_assert(alignof(PlayerController_ConsoleKey) == 0x000008, "Wrong alignment on PlayerController_ConsoleKey"); \ +static_assert(sizeof(PlayerController_ConsoleKey) == 0x000020, "Wrong size on PlayerController_ConsoleKey"); \ +static_assert(offsetof(PlayerController_ConsoleKey, Key) == 0x000000, "Member 'PlayerController_ConsoleKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_FOV \ +static_assert(alignof(PlayerController_FOV) == 0x000004, "Wrong alignment on PlayerController_FOV"); \ +static_assert(sizeof(PlayerController_FOV) == 0x000004, "Wrong size on PlayerController_FOV"); \ +static_assert(offsetof(PlayerController_FOV, NewFOV) == 0x000000, "Member 'PlayerController_FOV::NewFOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_InputKey \ +static_assert(alignof(PlayerController_InputKey) == 0x000008, "Wrong alignment on PlayerController_InputKey"); \ +static_assert(sizeof(PlayerController_InputKey) == 0x000030, "Wrong size on PlayerController_InputKey"); \ +static_assert(offsetof(PlayerController_InputKey, Key) == 0x000000, "Member 'PlayerController_InputKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_InputKey, EventType) == 0x000020, "Member 'PlayerController_InputKey::EventType' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_InputKey, AmountDepressed) == 0x000024, "Member 'PlayerController_InputKey::AmountDepressed' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_InputKey, bGamepad) == 0x000028, "Member 'PlayerController_InputKey::bGamepad' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_InputKey, ReturnValue) == 0x000029, "Member 'PlayerController_InputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_K2_ClientPlayForceFeedback \ +static_assert(alignof(PlayerController_K2_ClientPlayForceFeedback) == 0x000008, "Wrong alignment on PlayerController_K2_ClientPlayForceFeedback"); \ +static_assert(sizeof(PlayerController_K2_ClientPlayForceFeedback) == 0x000018, "Wrong size on PlayerController_K2_ClientPlayForceFeedback"); \ +static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, ForceFeedbackEffect) == 0x000000, "Member 'PlayerController_K2_ClientPlayForceFeedback::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, Tag) == 0x000008, "Member 'PlayerController_K2_ClientPlayForceFeedback::Tag' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, bLooping) == 0x000014, "Member 'PlayerController_K2_ClientPlayForceFeedback::bLooping' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, bIgnoreTimeDilation) == 0x000015, "Member 'PlayerController_K2_ClientPlayForceFeedback::bIgnoreTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, bPlayWhilePaused) == 0x000016, "Member 'PlayerController_K2_ClientPlayForceFeedback::bPlayWhilePaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_LocalTravel \ +static_assert(alignof(PlayerController_LocalTravel) == 0x000008, "Wrong alignment on PlayerController_LocalTravel"); \ +static_assert(sizeof(PlayerController_LocalTravel) == 0x000010, "Wrong size on PlayerController_LocalTravel"); \ +static_assert(offsetof(PlayerController_LocalTravel, URL) == 0x000000, "Member 'PlayerController_LocalTravel::URL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_OnServerStartedVisualLogger \ +static_assert(alignof(PlayerController_OnServerStartedVisualLogger) == 0x000001, "Wrong alignment on PlayerController_OnServerStartedVisualLogger"); \ +static_assert(sizeof(PlayerController_OnServerStartedVisualLogger) == 0x000001, "Wrong size on PlayerController_OnServerStartedVisualLogger"); \ +static_assert(offsetof(PlayerController_OnServerStartedVisualLogger, bIsLogging) == 0x000000, "Member 'PlayerController_OnServerStartedVisualLogger::bIsLogging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_PlayDynamicForceFeedback \ +static_assert(alignof(PlayerController_PlayDynamicForceFeedback) == 0x000008, "Wrong alignment on PlayerController_PlayDynamicForceFeedback"); \ +static_assert(sizeof(PlayerController_PlayDynamicForceFeedback) == 0x000030, "Wrong size on PlayerController_PlayDynamicForceFeedback"); \ +static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, Intensity) == 0x000000, "Member 'PlayerController_PlayDynamicForceFeedback::Intensity' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, Duration) == 0x000004, "Member 'PlayerController_PlayDynamicForceFeedback::Duration' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, bAffectsLeftLarge) == 0x000008, "Member 'PlayerController_PlayDynamicForceFeedback::bAffectsLeftLarge' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, bAffectsLeftSmall) == 0x000009, "Member 'PlayerController_PlayDynamicForceFeedback::bAffectsLeftSmall' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, bAffectsRightLarge) == 0x00000A, "Member 'PlayerController_PlayDynamicForceFeedback::bAffectsRightLarge' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, bAffectsRightSmall) == 0x00000B, "Member 'PlayerController_PlayDynamicForceFeedback::bAffectsRightSmall' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, Action) == 0x00000C, "Member 'PlayerController_PlayDynamicForceFeedback::Action' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, LatentInfo) == 0x000010, "Member 'PlayerController_PlayDynamicForceFeedback::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_PlayHapticEffect \ +static_assert(alignof(PlayerController_PlayHapticEffect) == 0x000008, "Wrong alignment on PlayerController_PlayHapticEffect"); \ +static_assert(sizeof(PlayerController_PlayHapticEffect) == 0x000018, "Wrong size on PlayerController_PlayHapticEffect"); \ +static_assert(offsetof(PlayerController_PlayHapticEffect, HapticEffect) == 0x000000, "Member 'PlayerController_PlayHapticEffect::HapticEffect' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayHapticEffect, Hand) == 0x000008, "Member 'PlayerController_PlayHapticEffect::Hand' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayHapticEffect, Scale) == 0x00000C, "Member 'PlayerController_PlayHapticEffect::Scale' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayHapticEffect, bLoop) == 0x000010, "Member 'PlayerController_PlayHapticEffect::bLoop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SendToConsole \ +static_assert(alignof(PlayerController_SendToConsole) == 0x000008, "Wrong alignment on PlayerController_SendToConsole"); \ +static_assert(sizeof(PlayerController_SendToConsole) == 0x000010, "Wrong size on PlayerController_SendToConsole"); \ +static_assert(offsetof(PlayerController_SendToConsole, Command) == 0x000000, "Member 'PlayerController_SendToConsole::Command' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerAcknowledgePossession \ +static_assert(alignof(PlayerController_ServerAcknowledgePossession) == 0x000008, "Wrong alignment on PlayerController_ServerAcknowledgePossession"); \ +static_assert(sizeof(PlayerController_ServerAcknowledgePossession) == 0x000008, "Wrong size on PlayerController_ServerAcknowledgePossession"); \ +static_assert(offsetof(PlayerController_ServerAcknowledgePossession, P) == 0x000000, "Member 'PlayerController_ServerAcknowledgePossession::P' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerCamera \ +static_assert(alignof(PlayerController_ServerCamera) == 0x000004, "Wrong alignment on PlayerController_ServerCamera"); \ +static_assert(sizeof(PlayerController_ServerCamera) == 0x00000C, "Wrong size on PlayerController_ServerCamera"); \ +static_assert(offsetof(PlayerController_ServerCamera, NewMode) == 0x000000, "Member 'PlayerController_ServerCamera::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerChangeName \ +static_assert(alignof(PlayerController_ServerChangeName) == 0x000008, "Wrong alignment on PlayerController_ServerChangeName"); \ +static_assert(sizeof(PlayerController_ServerChangeName) == 0x000010, "Wrong size on PlayerController_ServerChangeName"); \ +static_assert(offsetof(PlayerController_ServerChangeName, S) == 0x000000, "Member 'PlayerController_ServerChangeName::S' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerExec \ +static_assert(alignof(PlayerController_ServerExec) == 0x000008, "Wrong alignment on PlayerController_ServerExec"); \ +static_assert(sizeof(PlayerController_ServerExec) == 0x000010, "Wrong size on PlayerController_ServerExec"); \ +static_assert(offsetof(PlayerController_ServerExec, Msg) == 0x000000, "Member 'PlayerController_ServerExec::Msg' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerExecRPC \ +static_assert(alignof(PlayerController_ServerExecRPC) == 0x000008, "Wrong alignment on PlayerController_ServerExecRPC"); \ +static_assert(sizeof(PlayerController_ServerExecRPC) == 0x000010, "Wrong size on PlayerController_ServerExecRPC"); \ +static_assert(offsetof(PlayerController_ServerExecRPC, Msg) == 0x000000, "Member 'PlayerController_ServerExecRPC::Msg' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerMutePlayer \ +static_assert(alignof(PlayerController_ServerMutePlayer) == 0x000008, "Wrong alignment on PlayerController_ServerMutePlayer"); \ +static_assert(sizeof(PlayerController_ServerMutePlayer) == 0x000028, "Wrong size on PlayerController_ServerMutePlayer"); \ +static_assert(offsetof(PlayerController_ServerMutePlayer, PlayerId) == 0x000000, "Member 'PlayerController_ServerMutePlayer::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerNotifyLoadedWorld \ +static_assert(alignof(PlayerController_ServerNotifyLoadedWorld) == 0x000004, "Wrong alignment on PlayerController_ServerNotifyLoadedWorld"); \ +static_assert(sizeof(PlayerController_ServerNotifyLoadedWorld) == 0x00000C, "Wrong size on PlayerController_ServerNotifyLoadedWorld"); \ +static_assert(offsetof(PlayerController_ServerNotifyLoadedWorld, WorldPackageName) == 0x000000, "Member 'PlayerController_ServerNotifyLoadedWorld::WorldPackageName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerSetSpectatorLocation \ +static_assert(alignof(PlayerController_ServerSetSpectatorLocation) == 0x000004, "Wrong alignment on PlayerController_ServerSetSpectatorLocation"); \ +static_assert(sizeof(PlayerController_ServerSetSpectatorLocation) == 0x000018, "Wrong size on PlayerController_ServerSetSpectatorLocation"); \ +static_assert(offsetof(PlayerController_ServerSetSpectatorLocation, NewLoc) == 0x000000, "Member 'PlayerController_ServerSetSpectatorLocation::NewLoc' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ServerSetSpectatorLocation, NewRot) == 0x00000C, "Member 'PlayerController_ServerSetSpectatorLocation::NewRot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerSetSpectatorWaiting \ +static_assert(alignof(PlayerController_ServerSetSpectatorWaiting) == 0x000001, "Wrong alignment on PlayerController_ServerSetSpectatorWaiting"); \ +static_assert(sizeof(PlayerController_ServerSetSpectatorWaiting) == 0x000001, "Wrong size on PlayerController_ServerSetSpectatorWaiting"); \ +static_assert(offsetof(PlayerController_ServerSetSpectatorWaiting, bWaiting) == 0x000000, "Member 'PlayerController_ServerSetSpectatorWaiting::bWaiting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerUnmutePlayer \ +static_assert(alignof(PlayerController_ServerUnmutePlayer) == 0x000008, "Wrong alignment on PlayerController_ServerUnmutePlayer"); \ +static_assert(sizeof(PlayerController_ServerUnmutePlayer) == 0x000028, "Wrong size on PlayerController_ServerUnmutePlayer"); \ +static_assert(offsetof(PlayerController_ServerUnmutePlayer, PlayerId) == 0x000000, "Member 'PlayerController_ServerUnmutePlayer::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerUpdateCamera \ +static_assert(alignof(PlayerController_ServerUpdateCamera) == 0x000004, "Wrong alignment on PlayerController_ServerUpdateCamera"); \ +static_assert(sizeof(PlayerController_ServerUpdateCamera) == 0x000010, "Wrong size on PlayerController_ServerUpdateCamera"); \ +static_assert(offsetof(PlayerController_ServerUpdateCamera, CamLoc) == 0x000000, "Member 'PlayerController_ServerUpdateCamera::CamLoc' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ServerUpdateCamera, CamPitchAndYaw) == 0x00000C, "Member 'PlayerController_ServerUpdateCamera::CamPitchAndYaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerUpdateLevelVisibility \ +static_assert(alignof(PlayerController_ServerUpdateLevelVisibility) == 0x000004, "Wrong alignment on PlayerController_ServerUpdateLevelVisibility"); \ +static_assert(sizeof(PlayerController_ServerUpdateLevelVisibility) == 0x00001C, "Wrong size on PlayerController_ServerUpdateLevelVisibility"); \ +static_assert(offsetof(PlayerController_ServerUpdateLevelVisibility, LevelVisibility) == 0x000000, "Member 'PlayerController_ServerUpdateLevelVisibility::LevelVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerUpdateMultipleLevelsVisibility \ +static_assert(alignof(PlayerController_ServerUpdateMultipleLevelsVisibility) == 0x000008, "Wrong alignment on PlayerController_ServerUpdateMultipleLevelsVisibility"); \ +static_assert(sizeof(PlayerController_ServerUpdateMultipleLevelsVisibility) == 0x000010, "Wrong size on PlayerController_ServerUpdateMultipleLevelsVisibility"); \ +static_assert(offsetof(PlayerController_ServerUpdateMultipleLevelsVisibility, LevelVisibilities) == 0x000000, "Member 'PlayerController_ServerUpdateMultipleLevelsVisibility::LevelVisibilities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerViewSelf \ +static_assert(alignof(PlayerController_ServerViewSelf) == 0x000004, "Wrong alignment on PlayerController_ServerViewSelf"); \ +static_assert(sizeof(PlayerController_ServerViewSelf) == 0x000010, "Wrong size on PlayerController_ServerViewSelf"); \ +static_assert(offsetof(PlayerController_ServerViewSelf, TransitionParams) == 0x000000, "Member 'PlayerController_ServerViewSelf::TransitionParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetAudioListenerAttenuationOverride \ +static_assert(alignof(PlayerController_SetAudioListenerAttenuationOverride) == 0x000008, "Wrong alignment on PlayerController_SetAudioListenerAttenuationOverride"); \ +static_assert(sizeof(PlayerController_SetAudioListenerAttenuationOverride) == 0x000018, "Wrong size on PlayerController_SetAudioListenerAttenuationOverride"); \ +static_assert(offsetof(PlayerController_SetAudioListenerAttenuationOverride, AttachToComponent) == 0x000000, "Member 'PlayerController_SetAudioListenerAttenuationOverride::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetAudioListenerAttenuationOverride, AttenuationLocationOVerride) == 0x000008, "Member 'PlayerController_SetAudioListenerAttenuationOverride::AttenuationLocationOVerride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetAudioListenerOverride \ +static_assert(alignof(PlayerController_SetAudioListenerOverride) == 0x000008, "Wrong alignment on PlayerController_SetAudioListenerOverride"); \ +static_assert(sizeof(PlayerController_SetAudioListenerOverride) == 0x000020, "Wrong size on PlayerController_SetAudioListenerOverride"); \ +static_assert(offsetof(PlayerController_SetAudioListenerOverride, AttachToComponent) == 0x000000, "Member 'PlayerController_SetAudioListenerOverride::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetAudioListenerOverride, Location) == 0x000008, "Member 'PlayerController_SetAudioListenerOverride::Location' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetAudioListenerOverride, Rotation) == 0x000014, "Member 'PlayerController_SetAudioListenerOverride::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetCinematicMode \ +static_assert(alignof(PlayerController_SetCinematicMode) == 0x000001, "Wrong alignment on PlayerController_SetCinematicMode"); \ +static_assert(sizeof(PlayerController_SetCinematicMode) == 0x000005, "Wrong size on PlayerController_SetCinematicMode"); \ +static_assert(offsetof(PlayerController_SetCinematicMode, bInCinematicMode) == 0x000000, "Member 'PlayerController_SetCinematicMode::bInCinematicMode' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetCinematicMode, bHidePlayer) == 0x000001, "Member 'PlayerController_SetCinematicMode::bHidePlayer' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetCinematicMode, bAffectsHUD) == 0x000002, "Member 'PlayerController_SetCinematicMode::bAffectsHUD' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetCinematicMode, bAffectsMovement) == 0x000003, "Member 'PlayerController_SetCinematicMode::bAffectsMovement' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetCinematicMode, bAffectsTurning) == 0x000004, "Member 'PlayerController_SetCinematicMode::bAffectsTurning' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetControllerLightColor \ +static_assert(alignof(PlayerController_SetControllerLightColor) == 0x000004, "Wrong alignment on PlayerController_SetControllerLightColor"); \ +static_assert(sizeof(PlayerController_SetControllerLightColor) == 0x000004, "Wrong size on PlayerController_SetControllerLightColor"); \ +static_assert(offsetof(PlayerController_SetControllerLightColor, Color) == 0x000000, "Member 'PlayerController_SetControllerLightColor::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetDisableHaptics \ +static_assert(alignof(PlayerController_SetDisableHaptics) == 0x000001, "Wrong alignment on PlayerController_SetDisableHaptics"); \ +static_assert(sizeof(PlayerController_SetDisableHaptics) == 0x000001, "Wrong size on PlayerController_SetDisableHaptics"); \ +static_assert(offsetof(PlayerController_SetDisableHaptics, bNewDisabled) == 0x000000, "Member 'PlayerController_SetDisableHaptics::bNewDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetHapticsByValue \ +static_assert(alignof(PlayerController_SetHapticsByValue) == 0x000004, "Wrong alignment on PlayerController_SetHapticsByValue"); \ +static_assert(sizeof(PlayerController_SetHapticsByValue) == 0x00000C, "Wrong size on PlayerController_SetHapticsByValue"); \ +static_assert(offsetof(PlayerController_SetHapticsByValue, Frequency) == 0x000000, "Member 'PlayerController_SetHapticsByValue::Frequency' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetHapticsByValue, Amplitude) == 0x000004, "Member 'PlayerController_SetHapticsByValue::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetHapticsByValue, Hand) == 0x000008, "Member 'PlayerController_SetHapticsByValue::Hand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetMouseCursorWidget \ +static_assert(alignof(PlayerController_SetMouseCursorWidget) == 0x000008, "Wrong alignment on PlayerController_SetMouseCursorWidget"); \ +static_assert(sizeof(PlayerController_SetMouseCursorWidget) == 0x000010, "Wrong size on PlayerController_SetMouseCursorWidget"); \ +static_assert(offsetof(PlayerController_SetMouseCursorWidget, Cursor) == 0x000000, "Member 'PlayerController_SetMouseCursorWidget::Cursor' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetMouseCursorWidget, CursorWidget) == 0x000008, "Member 'PlayerController_SetMouseCursorWidget::CursorWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetMouseLocation \ +static_assert(alignof(PlayerController_SetMouseLocation) == 0x000004, "Wrong alignment on PlayerController_SetMouseLocation"); \ +static_assert(sizeof(PlayerController_SetMouseLocation) == 0x000008, "Wrong size on PlayerController_SetMouseLocation"); \ +static_assert(offsetof(PlayerController_SetMouseLocation, X) == 0x000000, "Member 'PlayerController_SetMouseLocation::X' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetMouseLocation, Y) == 0x000004, "Member 'PlayerController_SetMouseLocation::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetName \ +static_assert(alignof(PlayerController_SetName) == 0x000008, "Wrong alignment on PlayerController_SetName"); \ +static_assert(sizeof(PlayerController_SetName) == 0x000010, "Wrong size on PlayerController_SetName"); \ +static_assert(offsetof(PlayerController_SetName, S) == 0x000000, "Member 'PlayerController_SetName::S' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetViewTargetWithBlend \ +static_assert(alignof(PlayerController_SetViewTargetWithBlend) == 0x000008, "Wrong alignment on PlayerController_SetViewTargetWithBlend"); \ +static_assert(sizeof(PlayerController_SetViewTargetWithBlend) == 0x000018, "Wrong size on PlayerController_SetViewTargetWithBlend"); \ +static_assert(offsetof(PlayerController_SetViewTargetWithBlend, NewViewTarget) == 0x000000, "Member 'PlayerController_SetViewTargetWithBlend::NewViewTarget' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetViewTargetWithBlend, BlendTime) == 0x000008, "Member 'PlayerController_SetViewTargetWithBlend::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetViewTargetWithBlend, BlendFunc) == 0x00000C, "Member 'PlayerController_SetViewTargetWithBlend::BlendFunc' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetViewTargetWithBlend, BlendExp) == 0x000010, "Member 'PlayerController_SetViewTargetWithBlend::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetViewTargetWithBlend, bLockOutgoing) == 0x000014, "Member 'PlayerController_SetViewTargetWithBlend::bLockOutgoing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetVirtualJoystickVisibility \ +static_assert(alignof(PlayerController_SetVirtualJoystickVisibility) == 0x000001, "Wrong alignment on PlayerController_SetVirtualJoystickVisibility"); \ +static_assert(sizeof(PlayerController_SetVirtualJoystickVisibility) == 0x000001, "Wrong size on PlayerController_SetVirtualJoystickVisibility"); \ +static_assert(offsetof(PlayerController_SetVirtualJoystickVisibility, bVisible) == 0x000000, "Member 'PlayerController_SetVirtualJoystickVisibility::bVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_StartFire \ +static_assert(alignof(PlayerController_StartFire) == 0x000001, "Wrong alignment on PlayerController_StartFire"); \ +static_assert(sizeof(PlayerController_StartFire) == 0x000001, "Wrong size on PlayerController_StartFire"); \ +static_assert(offsetof(PlayerController_StartFire, FireModeNum) == 0x000000, "Member 'PlayerController_StartFire::FireModeNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_StopHapticEffect \ +static_assert(alignof(PlayerController_StopHapticEffect) == 0x000001, "Wrong alignment on PlayerController_StopHapticEffect"); \ +static_assert(sizeof(PlayerController_StopHapticEffect) == 0x000001, "Wrong size on PlayerController_StopHapticEffect"); \ +static_assert(offsetof(PlayerController_StopHapticEffect, Hand) == 0x000000, "Member 'PlayerController_StopHapticEffect::Hand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SwitchLevel \ +static_assert(alignof(PlayerController_SwitchLevel) == 0x000008, "Wrong alignment on PlayerController_SwitchLevel"); \ +static_assert(sizeof(PlayerController_SwitchLevel) == 0x000010, "Wrong size on PlayerController_SwitchLevel"); \ +static_assert(offsetof(PlayerController_SwitchLevel, URL) == 0x000000, "Member 'PlayerController_SwitchLevel::URL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_TestServerLevelVisibilityChange \ +static_assert(alignof(PlayerController_TestServerLevelVisibilityChange) == 0x000004, "Wrong alignment on PlayerController_TestServerLevelVisibilityChange"); \ +static_assert(sizeof(PlayerController_TestServerLevelVisibilityChange) == 0x000018, "Wrong size on PlayerController_TestServerLevelVisibilityChange"); \ +static_assert(offsetof(PlayerController_TestServerLevelVisibilityChange, PackageName) == 0x000000, "Member 'PlayerController_TestServerLevelVisibilityChange::PackageName' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_TestServerLevelVisibilityChange, FileName) == 0x00000C, "Member 'PlayerController_TestServerLevelVisibilityChange::FileName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_TFOV \ +static_assert(alignof(PlayerController_TFOV) == 0x000004, "Wrong alignment on PlayerController_TFOV"); \ +static_assert(sizeof(PlayerController_TFOV) == 0x000004, "Wrong size on PlayerController_TFOV"); \ +static_assert(offsetof(PlayerController_TFOV, NewFOV) == 0x000000, "Member 'PlayerController_TFOV::NewFOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ToggleSpeaking \ +static_assert(alignof(PlayerController_ToggleSpeaking) == 0x000001, "Wrong alignment on PlayerController_ToggleSpeaking"); \ +static_assert(sizeof(PlayerController_ToggleSpeaking) == 0x000001, "Wrong size on PlayerController_ToggleSpeaking"); \ +static_assert(offsetof(PlayerController_ToggleSpeaking, bInSpeaking) == 0x000000, "Member 'PlayerController_ToggleSpeaking::bInSpeaking' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_DeprojectMousePositionToWorld \ +static_assert(alignof(PlayerController_DeprojectMousePositionToWorld) == 0x000004, "Wrong alignment on PlayerController_DeprojectMousePositionToWorld"); \ +static_assert(sizeof(PlayerController_DeprojectMousePositionToWorld) == 0x00001C, "Wrong size on PlayerController_DeprojectMousePositionToWorld"); \ +static_assert(offsetof(PlayerController_DeprojectMousePositionToWorld, WorldLocation) == 0x000000, "Member 'PlayerController_DeprojectMousePositionToWorld::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_DeprojectMousePositionToWorld, WorldDirection) == 0x00000C, "Member 'PlayerController_DeprojectMousePositionToWorld::WorldDirection' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_DeprojectMousePositionToWorld, ReturnValue) == 0x000018, "Member 'PlayerController_DeprojectMousePositionToWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_DeprojectScreenPositionToWorld \ +static_assert(alignof(PlayerController_DeprojectScreenPositionToWorld) == 0x000004, "Wrong alignment on PlayerController_DeprojectScreenPositionToWorld"); \ +static_assert(sizeof(PlayerController_DeprojectScreenPositionToWorld) == 0x000024, "Wrong size on PlayerController_DeprojectScreenPositionToWorld"); \ +static_assert(offsetof(PlayerController_DeprojectScreenPositionToWorld, ScreenX) == 0x000000, "Member 'PlayerController_DeprojectScreenPositionToWorld::ScreenX' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_DeprojectScreenPositionToWorld, ScreenY) == 0x000004, "Member 'PlayerController_DeprojectScreenPositionToWorld::ScreenY' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_DeprojectScreenPositionToWorld, WorldLocation) == 0x000008, "Member 'PlayerController_DeprojectScreenPositionToWorld::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_DeprojectScreenPositionToWorld, WorldDirection) == 0x000014, "Member 'PlayerController_DeprojectScreenPositionToWorld::WorldDirection' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_DeprojectScreenPositionToWorld, ReturnValue) == 0x000020, "Member 'PlayerController_DeprojectScreenPositionToWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetFocalLocation \ +static_assert(alignof(PlayerController_GetFocalLocation) == 0x000004, "Wrong alignment on PlayerController_GetFocalLocation"); \ +static_assert(sizeof(PlayerController_GetFocalLocation) == 0x00000C, "Wrong size on PlayerController_GetFocalLocation"); \ +static_assert(offsetof(PlayerController_GetFocalLocation, ReturnValue) == 0x000000, "Member 'PlayerController_GetFocalLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetHitResultUnderCursor \ +static_assert(alignof(PlayerController_GetHitResultUnderCursor) == 0x000004, "Wrong alignment on PlayerController_GetHitResultUnderCursor"); \ +static_assert(sizeof(PlayerController_GetHitResultUnderCursor) == 0x000098, "Wrong size on PlayerController_GetHitResultUnderCursor"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursor, TraceChannel) == 0x000000, "Member 'PlayerController_GetHitResultUnderCursor::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursor, bTraceComplex) == 0x000001, "Member 'PlayerController_GetHitResultUnderCursor::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursor, HitResult) == 0x000004, "Member 'PlayerController_GetHitResultUnderCursor::HitResult' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursor, ReturnValue) == 0x000094, "Member 'PlayerController_GetHitResultUnderCursor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetHitResultUnderCursorByChannel \ +static_assert(alignof(PlayerController_GetHitResultUnderCursorByChannel) == 0x000004, "Wrong alignment on PlayerController_GetHitResultUnderCursorByChannel"); \ +static_assert(sizeof(PlayerController_GetHitResultUnderCursorByChannel) == 0x000098, "Wrong size on PlayerController_GetHitResultUnderCursorByChannel"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursorByChannel, TraceChannel) == 0x000000, "Member 'PlayerController_GetHitResultUnderCursorByChannel::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursorByChannel, bTraceComplex) == 0x000001, "Member 'PlayerController_GetHitResultUnderCursorByChannel::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursorByChannel, HitResult) == 0x000004, "Member 'PlayerController_GetHitResultUnderCursorByChannel::HitResult' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursorByChannel, ReturnValue) == 0x000094, "Member 'PlayerController_GetHitResultUnderCursorByChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetHitResultUnderCursorForObjects \ +static_assert(alignof(PlayerController_GetHitResultUnderCursorForObjects) == 0x000008, "Wrong alignment on PlayerController_GetHitResultUnderCursorForObjects"); \ +static_assert(sizeof(PlayerController_GetHitResultUnderCursorForObjects) == 0x0000A8, "Wrong size on PlayerController_GetHitResultUnderCursorForObjects"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursorForObjects, ObjectTypes) == 0x000000, "Member 'PlayerController_GetHitResultUnderCursorForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursorForObjects, bTraceComplex) == 0x000010, "Member 'PlayerController_GetHitResultUnderCursorForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursorForObjects, HitResult) == 0x000014, "Member 'PlayerController_GetHitResultUnderCursorForObjects::HitResult' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderCursorForObjects, ReturnValue) == 0x0000A4, "Member 'PlayerController_GetHitResultUnderCursorForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetHitResultUnderFinger \ +static_assert(alignof(PlayerController_GetHitResultUnderFinger) == 0x000004, "Wrong alignment on PlayerController_GetHitResultUnderFinger"); \ +static_assert(sizeof(PlayerController_GetHitResultUnderFinger) == 0x000098, "Wrong size on PlayerController_GetHitResultUnderFinger"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFinger, FingerIndex) == 0x000000, "Member 'PlayerController_GetHitResultUnderFinger::FingerIndex' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFinger, TraceChannel) == 0x000001, "Member 'PlayerController_GetHitResultUnderFinger::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFinger, bTraceComplex) == 0x000002, "Member 'PlayerController_GetHitResultUnderFinger::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFinger, HitResult) == 0x000004, "Member 'PlayerController_GetHitResultUnderFinger::HitResult' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFinger, ReturnValue) == 0x000094, "Member 'PlayerController_GetHitResultUnderFinger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetHitResultUnderFingerByChannel \ +static_assert(alignof(PlayerController_GetHitResultUnderFingerByChannel) == 0x000004, "Wrong alignment on PlayerController_GetHitResultUnderFingerByChannel"); \ +static_assert(sizeof(PlayerController_GetHitResultUnderFingerByChannel) == 0x000098, "Wrong size on PlayerController_GetHitResultUnderFingerByChannel"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFingerByChannel, FingerIndex) == 0x000000, "Member 'PlayerController_GetHitResultUnderFingerByChannel::FingerIndex' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFingerByChannel, TraceChannel) == 0x000001, "Member 'PlayerController_GetHitResultUnderFingerByChannel::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFingerByChannel, bTraceComplex) == 0x000002, "Member 'PlayerController_GetHitResultUnderFingerByChannel::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFingerByChannel, HitResult) == 0x000004, "Member 'PlayerController_GetHitResultUnderFingerByChannel::HitResult' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFingerByChannel, ReturnValue) == 0x000094, "Member 'PlayerController_GetHitResultUnderFingerByChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetHitResultUnderFingerForObjects \ +static_assert(alignof(PlayerController_GetHitResultUnderFingerForObjects) == 0x000008, "Wrong alignment on PlayerController_GetHitResultUnderFingerForObjects"); \ +static_assert(sizeof(PlayerController_GetHitResultUnderFingerForObjects) == 0x0000B0, "Wrong size on PlayerController_GetHitResultUnderFingerForObjects"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFingerForObjects, FingerIndex) == 0x000000, "Member 'PlayerController_GetHitResultUnderFingerForObjects::FingerIndex' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFingerForObjects, ObjectTypes) == 0x000008, "Member 'PlayerController_GetHitResultUnderFingerForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFingerForObjects, bTraceComplex) == 0x000018, "Member 'PlayerController_GetHitResultUnderFingerForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFingerForObjects, HitResult) == 0x00001C, "Member 'PlayerController_GetHitResultUnderFingerForObjects::HitResult' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetHitResultUnderFingerForObjects, ReturnValue) == 0x0000AC, "Member 'PlayerController_GetHitResultUnderFingerForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetHUD \ +static_assert(alignof(PlayerController_GetHUD) == 0x000008, "Wrong alignment on PlayerController_GetHUD"); \ +static_assert(sizeof(PlayerController_GetHUD) == 0x000008, "Wrong size on PlayerController_GetHUD"); \ +static_assert(offsetof(PlayerController_GetHUD, ReturnValue) == 0x000000, "Member 'PlayerController_GetHUD::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetInputAnalogKeyState \ +static_assert(alignof(PlayerController_GetInputAnalogKeyState) == 0x000008, "Wrong alignment on PlayerController_GetInputAnalogKeyState"); \ +static_assert(sizeof(PlayerController_GetInputAnalogKeyState) == 0x000028, "Wrong size on PlayerController_GetInputAnalogKeyState"); \ +static_assert(offsetof(PlayerController_GetInputAnalogKeyState, Key) == 0x000000, "Member 'PlayerController_GetInputAnalogKeyState::Key' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputAnalogKeyState, ReturnValue) == 0x000020, "Member 'PlayerController_GetInputAnalogKeyState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetInputAnalogStickState \ +static_assert(alignof(PlayerController_GetInputAnalogStickState) == 0x000004, "Wrong alignment on PlayerController_GetInputAnalogStickState"); \ +static_assert(sizeof(PlayerController_GetInputAnalogStickState) == 0x00000C, "Wrong size on PlayerController_GetInputAnalogStickState"); \ +static_assert(offsetof(PlayerController_GetInputAnalogStickState, WhichStick) == 0x000000, "Member 'PlayerController_GetInputAnalogStickState::WhichStick' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputAnalogStickState, StickX) == 0x000004, "Member 'PlayerController_GetInputAnalogStickState::StickX' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputAnalogStickState, StickY) == 0x000008, "Member 'PlayerController_GetInputAnalogStickState::StickY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetInputKeyTimeDown \ +static_assert(alignof(PlayerController_GetInputKeyTimeDown) == 0x000008, "Wrong alignment on PlayerController_GetInputKeyTimeDown"); \ +static_assert(sizeof(PlayerController_GetInputKeyTimeDown) == 0x000028, "Wrong size on PlayerController_GetInputKeyTimeDown"); \ +static_assert(offsetof(PlayerController_GetInputKeyTimeDown, Key) == 0x000000, "Member 'PlayerController_GetInputKeyTimeDown::Key' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputKeyTimeDown, ReturnValue) == 0x000020, "Member 'PlayerController_GetInputKeyTimeDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetInputMotionState \ +static_assert(alignof(PlayerController_GetInputMotionState) == 0x000004, "Wrong alignment on PlayerController_GetInputMotionState"); \ +static_assert(sizeof(PlayerController_GetInputMotionState) == 0x000030, "Wrong size on PlayerController_GetInputMotionState"); \ +static_assert(offsetof(PlayerController_GetInputMotionState, Tilt) == 0x000000, "Member 'PlayerController_GetInputMotionState::Tilt' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputMotionState, RotationRate) == 0x00000C, "Member 'PlayerController_GetInputMotionState::RotationRate' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputMotionState, Gravity) == 0x000018, "Member 'PlayerController_GetInputMotionState::Gravity' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputMotionState, Acceleration) == 0x000024, "Member 'PlayerController_GetInputMotionState::Acceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetInputMouseDelta \ +static_assert(alignof(PlayerController_GetInputMouseDelta) == 0x000004, "Wrong alignment on PlayerController_GetInputMouseDelta"); \ +static_assert(sizeof(PlayerController_GetInputMouseDelta) == 0x000008, "Wrong size on PlayerController_GetInputMouseDelta"); \ +static_assert(offsetof(PlayerController_GetInputMouseDelta, DeltaX) == 0x000000, "Member 'PlayerController_GetInputMouseDelta::DeltaX' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputMouseDelta, DeltaY) == 0x000004, "Member 'PlayerController_GetInputMouseDelta::DeltaY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetInputTouchState \ +static_assert(alignof(PlayerController_GetInputTouchState) == 0x000004, "Wrong alignment on PlayerController_GetInputTouchState"); \ +static_assert(sizeof(PlayerController_GetInputTouchState) == 0x000010, "Wrong size on PlayerController_GetInputTouchState"); \ +static_assert(offsetof(PlayerController_GetInputTouchState, FingerIndex) == 0x000000, "Member 'PlayerController_GetInputTouchState::FingerIndex' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputTouchState, LocationX) == 0x000004, "Member 'PlayerController_GetInputTouchState::LocationX' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputTouchState, LocationY) == 0x000008, "Member 'PlayerController_GetInputTouchState::LocationY' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputTouchState, bIsCurrentlyPressed) == 0x00000C, "Member 'PlayerController_GetInputTouchState::bIsCurrentlyPressed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetInputVectorKeyState \ +static_assert(alignof(PlayerController_GetInputVectorKeyState) == 0x000008, "Wrong alignment on PlayerController_GetInputVectorKeyState"); \ +static_assert(sizeof(PlayerController_GetInputVectorKeyState) == 0x000030, "Wrong size on PlayerController_GetInputVectorKeyState"); \ +static_assert(offsetof(PlayerController_GetInputVectorKeyState, Key) == 0x000000, "Member 'PlayerController_GetInputVectorKeyState::Key' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputVectorKeyState, ReturnValue) == 0x000020, "Member 'PlayerController_GetInputVectorKeyState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetMousePosition \ +static_assert(alignof(PlayerController_GetMousePosition) == 0x000004, "Wrong alignment on PlayerController_GetMousePosition"); \ +static_assert(sizeof(PlayerController_GetMousePosition) == 0x00000C, "Wrong size on PlayerController_GetMousePosition"); \ +static_assert(offsetof(PlayerController_GetMousePosition, LocationX) == 0x000000, "Member 'PlayerController_GetMousePosition::LocationX' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetMousePosition, LocationY) == 0x000004, "Member 'PlayerController_GetMousePosition::LocationY' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetMousePosition, ReturnValue) == 0x000008, "Member 'PlayerController_GetMousePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetSpectatorPawn \ +static_assert(alignof(PlayerController_GetSpectatorPawn) == 0x000008, "Wrong alignment on PlayerController_GetSpectatorPawn"); \ +static_assert(sizeof(PlayerController_GetSpectatorPawn) == 0x000008, "Wrong size on PlayerController_GetSpectatorPawn"); \ +static_assert(offsetof(PlayerController_GetSpectatorPawn, ReturnValue) == 0x000000, "Member 'PlayerController_GetSpectatorPawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetViewportSize \ +static_assert(alignof(PlayerController_GetViewportSize) == 0x000004, "Wrong alignment on PlayerController_GetViewportSize"); \ +static_assert(sizeof(PlayerController_GetViewportSize) == 0x000008, "Wrong size on PlayerController_GetViewportSize"); \ +static_assert(offsetof(PlayerController_GetViewportSize, SizeX) == 0x000000, "Member 'PlayerController_GetViewportSize::SizeX' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetViewportSize, SizeY) == 0x000004, "Member 'PlayerController_GetViewportSize::SizeY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_IsInputKeyDown \ +static_assert(alignof(PlayerController_IsInputKeyDown) == 0x000008, "Wrong alignment on PlayerController_IsInputKeyDown"); \ +static_assert(sizeof(PlayerController_IsInputKeyDown) == 0x000028, "Wrong size on PlayerController_IsInputKeyDown"); \ +static_assert(offsetof(PlayerController_IsInputKeyDown, Key) == 0x000000, "Member 'PlayerController_IsInputKeyDown::Key' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_IsInputKeyDown, ReturnValue) == 0x000020, "Member 'PlayerController_IsInputKeyDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ProjectWorldLocationToScreen \ +static_assert(alignof(PlayerController_ProjectWorldLocationToScreen) == 0x000004, "Wrong alignment on PlayerController_ProjectWorldLocationToScreen"); \ +static_assert(sizeof(PlayerController_ProjectWorldLocationToScreen) == 0x000018, "Wrong size on PlayerController_ProjectWorldLocationToScreen"); \ +static_assert(offsetof(PlayerController_ProjectWorldLocationToScreen, WorldLocation) == 0x000000, "Member 'PlayerController_ProjectWorldLocationToScreen::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ProjectWorldLocationToScreen, ScreenLocation) == 0x00000C, "Member 'PlayerController_ProjectWorldLocationToScreen::ScreenLocation' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ProjectWorldLocationToScreen, bPlayerViewportRelative) == 0x000014, "Member 'PlayerController_ProjectWorldLocationToScreen::bPlayerViewportRelative' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ProjectWorldLocationToScreen, ReturnValue) == 0x000015, "Member 'PlayerController_ProjectWorldLocationToScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_WasInputKeyJustPressed \ +static_assert(alignof(PlayerController_WasInputKeyJustPressed) == 0x000008, "Wrong alignment on PlayerController_WasInputKeyJustPressed"); \ +static_assert(sizeof(PlayerController_WasInputKeyJustPressed) == 0x000028, "Wrong size on PlayerController_WasInputKeyJustPressed"); \ +static_assert(offsetof(PlayerController_WasInputKeyJustPressed, Key) == 0x000000, "Member 'PlayerController_WasInputKeyJustPressed::Key' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_WasInputKeyJustPressed, ReturnValue) == 0x000020, "Member 'PlayerController_WasInputKeyJustPressed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_WasInputKeyJustReleased \ +static_assert(alignof(PlayerController_WasInputKeyJustReleased) == 0x000008, "Wrong alignment on PlayerController_WasInputKeyJustReleased"); \ +static_assert(sizeof(PlayerController_WasInputKeyJustReleased) == 0x000028, "Wrong size on PlayerController_WasInputKeyJustReleased"); \ +static_assert(offsetof(PlayerController_WasInputKeyJustReleased, Key) == 0x000000, "Member 'PlayerController_WasInputKeyJustReleased::Key' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_WasInputKeyJustReleased, ReturnValue) == 0x000020, "Member 'PlayerController_WasInputKeyJustReleased::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APlayerController \ +static_assert(alignof(APlayerController) == 0x000008, "Wrong alignment on APlayerController"); \ +static_assert(sizeof(APlayerController) == 0x000640, "Wrong size on APlayerController"); \ +static_assert(offsetof(APlayerController, Player) == 0x000358, "Member 'APlayerController::Player' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, AcknowledgedPawn) == 0x000360, "Member 'APlayerController::AcknowledgedPawn' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, ControllingDirTrackInst) == 0x000368, "Member 'APlayerController::ControllingDirTrackInst' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, MyHUD) == 0x000370, "Member 'APlayerController::MyHUD' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, PlayerCameraManager) == 0x000378, "Member 'APlayerController::PlayerCameraManager' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, PlayerCameraManagerClass) == 0x000380, "Member 'APlayerController::PlayerCameraManagerClass' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, bAutoManageActiveCameraTarget) == 0x000388, "Member 'APlayerController::bAutoManageActiveCameraTarget' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, TargetViewRotation) == 0x00038C, "Member 'APlayerController::TargetViewRotation' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, SmoothTargetViewRotationSpeed) == 0x0003A4, "Member 'APlayerController::SmoothTargetViewRotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, HiddenActors) == 0x0003B0, "Member 'APlayerController::HiddenActors' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, HiddenPrimitiveComponents) == 0x0003C0, "Member 'APlayerController::HiddenPrimitiveComponents' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, LastSpectatorStateSynchTime) == 0x0003D4, "Member 'APlayerController::LastSpectatorStateSynchTime' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, LastSpectatorSyncLocation) == 0x0003D8, "Member 'APlayerController::LastSpectatorSyncLocation' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, LastSpectatorSyncRotation) == 0x0003E4, "Member 'APlayerController::LastSpectatorSyncRotation' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, ClientCap) == 0x0003F0, "Member 'APlayerController::ClientCap' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, CheatManager) == 0x0003F8, "Member 'APlayerController::CheatManager' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, CheatClass) == 0x000400, "Member 'APlayerController::CheatClass' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, PlayerInput) == 0x000408, "Member 'APlayerController::PlayerInput' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, ActiveForceFeedbackEffects) == 0x000410, "Member 'APlayerController::ActiveForceFeedbackEffects' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, NetPlayerIndex) == 0x0004A4, "Member 'APlayerController::NetPlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, PendingSwapConnection) == 0x0004E0, "Member 'APlayerController::PendingSwapConnection' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, NetConnection) == 0x0004E8, "Member 'APlayerController::NetConnection' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, InputYawScale) == 0x0004FC, "Member 'APlayerController::InputYawScale' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, InputPitchScale) == 0x000500, "Member 'APlayerController::InputPitchScale' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, InputRollScale) == 0x000504, "Member 'APlayerController::InputRollScale' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, ForceFeedbackScale) == 0x00050C, "Member 'APlayerController::ForceFeedbackScale' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, ClickEventKeys) == 0x000510, "Member 'APlayerController::ClickEventKeys' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, DefaultMouseCursor) == 0x000520, "Member 'APlayerController::DefaultMouseCursor' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, CurrentMouseCursor) == 0x000521, "Member 'APlayerController::CurrentMouseCursor' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, DefaultClickTraceChannel) == 0x000522, "Member 'APlayerController::DefaultClickTraceChannel' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, CurrentClickTraceChannel) == 0x000523, "Member 'APlayerController::CurrentClickTraceChannel' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, HitResultTraceDistance) == 0x000524, "Member 'APlayerController::HitResultTraceDistance' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, SeamlessTravelCount) == 0x000528, "Member 'APlayerController::SeamlessTravelCount' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, LastCompletedSeamlessTravelCount) == 0x00052A, "Member 'APlayerController::LastCompletedSeamlessTravelCount' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, InactiveStateInputComponent) == 0x0005A0, "Member 'APlayerController::InactiveStateInputComponent' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, CurrentTouchInterface) == 0x0005C0, "Member 'APlayerController::CurrentTouchInterface' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, SpectatorPawn) == 0x000618, "Member 'APlayerController::SpectatorPawn' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, bIsLocalPlayerController) == 0x000624, "Member 'APlayerController::bIsLocalPlayerController' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, SpawnLocation) == 0x000628, "Member 'APlayerController::SpawnLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASkyLight \ +static_assert(alignof(ASkyLight) == 0x000008, "Wrong alignment on ASkyLight"); \ +static_assert(sizeof(ASkyLight) == 0x0002B8, "Wrong size on ASkyLight"); \ +static_assert(offsetof(ASkyLight, LightComponent) == 0x0002A8, "Member 'ASkyLight::LightComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleRadius \ +static_assert(alignof(UMaterialExpressionParticleRadius) == 0x000008, "Wrong alignment on UMaterialExpressionParticleRadius"); \ +static_assert(sizeof(UMaterialExpressionParticleRadius) == 0x000048, "Wrong size on UMaterialExpressionParticleRadius"); \ + +#define DUMPER7_ASSERTS_UTextureCube \ +static_assert(alignof(UTextureCube) == 0x000010, "Wrong alignment on UTextureCube"); \ +static_assert(sizeof(UTextureCube) == 0x0001D0, "Wrong size on UTextureCube"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_OnRep_StaticMesh \ +static_assert(alignof(StaticMeshComponent_OnRep_StaticMesh) == 0x000008, "Wrong alignment on StaticMeshComponent_OnRep_StaticMesh"); \ +static_assert(sizeof(StaticMeshComponent_OnRep_StaticMesh) == 0x000008, "Wrong size on StaticMeshComponent_OnRep_StaticMesh"); \ +static_assert(offsetof(StaticMeshComponent_OnRep_StaticMesh, OldStaticMesh) == 0x000000, "Member 'StaticMeshComponent_OnRep_StaticMesh::OldStaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_SetCanBeOccluded \ +static_assert(alignof(StaticMeshComponent_SetCanBeOccluded) == 0x000001, "Wrong alignment on StaticMeshComponent_SetCanBeOccluded"); \ +static_assert(sizeof(StaticMeshComponent_SetCanBeOccluded) == 0x000001, "Wrong size on StaticMeshComponent_SetCanBeOccluded"); \ +static_assert(offsetof(StaticMeshComponent_SetCanBeOccluded, CanBeOccluded) == 0x000000, "Member 'StaticMeshComponent_SetCanBeOccluded::CanBeOccluded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_SetDistanceFieldSelfShadowBias \ +static_assert(alignof(StaticMeshComponent_SetDistanceFieldSelfShadowBias) == 0x000004, "Wrong alignment on StaticMeshComponent_SetDistanceFieldSelfShadowBias"); \ +static_assert(sizeof(StaticMeshComponent_SetDistanceFieldSelfShadowBias) == 0x000004, "Wrong size on StaticMeshComponent_SetDistanceFieldSelfShadowBias"); \ +static_assert(offsetof(StaticMeshComponent_SetDistanceFieldSelfShadowBias, NewValue) == 0x000000, "Member 'StaticMeshComponent_SetDistanceFieldSelfShadowBias::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing \ +static_assert(alignof(StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing) == 0x000001, "Wrong alignment on StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing"); \ +static_assert(sizeof(StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing) == 0x000001, "Wrong size on StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing"); \ +static_assert(offsetof(StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing, NewValue) == 0x000000, "Member 'StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_SetForcedLodModel \ +static_assert(alignof(StaticMeshComponent_SetForcedLodModel) == 0x000004, "Wrong alignment on StaticMeshComponent_SetForcedLodModel"); \ +static_assert(sizeof(StaticMeshComponent_SetForcedLodModel) == 0x000004, "Wrong size on StaticMeshComponent_SetForcedLodModel"); \ +static_assert(offsetof(StaticMeshComponent_SetForcedLodModel, NewForcedLodModel) == 0x000000, "Member 'StaticMeshComponent_SetForcedLodModel::NewForcedLodModel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_SetReverseCulling \ +static_assert(alignof(StaticMeshComponent_SetReverseCulling) == 0x000001, "Wrong alignment on StaticMeshComponent_SetReverseCulling"); \ +static_assert(sizeof(StaticMeshComponent_SetReverseCulling) == 0x000001, "Wrong size on StaticMeshComponent_SetReverseCulling"); \ +static_assert(offsetof(StaticMeshComponent_SetReverseCulling, ReverseCulling) == 0x000000, "Member 'StaticMeshComponent_SetReverseCulling::ReverseCulling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_SetStaticMesh \ +static_assert(alignof(StaticMeshComponent_SetStaticMesh) == 0x000008, "Wrong alignment on StaticMeshComponent_SetStaticMesh"); \ +static_assert(sizeof(StaticMeshComponent_SetStaticMesh) == 0x000010, "Wrong size on StaticMeshComponent_SetStaticMesh"); \ +static_assert(offsetof(StaticMeshComponent_SetStaticMesh, NewMesh) == 0x000000, "Member 'StaticMeshComponent_SetStaticMesh::NewMesh' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshComponent_SetStaticMesh, ReturnValue) == 0x000008, "Member 'StaticMeshComponent_SetStaticMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_SetUseEmissiveForStaticLighting \ +static_assert(alignof(StaticMeshComponent_SetUseEmissiveForStaticLighting) == 0x000001, "Wrong alignment on StaticMeshComponent_SetUseEmissiveForStaticLighting"); \ +static_assert(sizeof(StaticMeshComponent_SetUseEmissiveForStaticLighting) == 0x000001, "Wrong size on StaticMeshComponent_SetUseEmissiveForStaticLighting"); \ +static_assert(offsetof(StaticMeshComponent_SetUseEmissiveForStaticLighting, NewValue) == 0x000000, "Member 'StaticMeshComponent_SetUseEmissiveForStaticLighting::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_GetLocalBounds \ +static_assert(alignof(StaticMeshComponent_GetLocalBounds) == 0x000004, "Wrong alignment on StaticMeshComponent_GetLocalBounds"); \ +static_assert(sizeof(StaticMeshComponent_GetLocalBounds) == 0x000018, "Wrong size on StaticMeshComponent_GetLocalBounds"); \ +static_assert(offsetof(StaticMeshComponent_GetLocalBounds, Min) == 0x000000, "Member 'StaticMeshComponent_GetLocalBounds::Min' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshComponent_GetLocalBounds, Max) == 0x00000C, "Member 'StaticMeshComponent_GetLocalBounds::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStaticMeshComponent \ +static_assert(alignof(UStaticMeshComponent) == 0x000010, "Wrong alignment on UStaticMeshComponent"); \ +static_assert(sizeof(UStaticMeshComponent) == 0x0005A0, "Wrong size on UStaticMeshComponent"); \ +static_assert(offsetof(UStaticMeshComponent, ForcedLodModel) == 0x000528, "Member 'UStaticMeshComponent::ForcedLodModel' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, PreviousLODLevel) == 0x00052C, "Member 'UStaticMeshComponent::PreviousLODLevel' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, MinLOD) == 0x000530, "Member 'UStaticMeshComponent::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, SubDivisionStepSize) == 0x000534, "Member 'UStaticMeshComponent::SubDivisionStepSize' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, StaticMesh) == 0x000538, "Member 'UStaticMeshComponent::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, WireframeColorOverride) == 0x000544, "Member 'UStaticMeshComponent::WireframeColorOverride' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, OverriddenLightMapRes) == 0x00054C, "Member 'UStaticMeshComponent::OverriddenLightMapRes' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, DistanceFieldIndirectShadowMinVisibility) == 0x000550, "Member 'UStaticMeshComponent::DistanceFieldIndirectShadowMinVisibility' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, DistanceFieldSelfShadowBias) == 0x000554, "Member 'UStaticMeshComponent::DistanceFieldSelfShadowBias' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, StreamingDistanceMultiplier) == 0x000558, "Member 'UStaticMeshComponent::StreamingDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, LODData) == 0x000560, "Member 'UStaticMeshComponent::LODData' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, StreamingTextureData) == 0x000570, "Member 'UStaticMeshComponent::StreamingTextureData' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, LightmassSettings) == 0x000580, "Member 'UStaticMeshComponent::LightmassSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSphereMask \ +static_assert(alignof(UMaterialExpressionSphereMask) == 0x000008, "Wrong alignment on UMaterialExpressionSphereMask"); \ +static_assert(sizeof(UMaterialExpressionSphereMask) == 0x0000C0, "Wrong size on UMaterialExpressionSphereMask"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, A) == 0x000048, "Member 'UMaterialExpressionSphereMask::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, B) == 0x000064, "Member 'UMaterialExpressionSphereMask::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, Radius) == 0x000080, "Member 'UMaterialExpressionSphereMask::Radius' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, Hardness) == 0x00009C, "Member 'UMaterialExpressionSphereMask::Hardness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, AttenuationRadius) == 0x0000B8, "Member 'UMaterialExpressionSphereMask::AttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, HardnessPercent) == 0x0000BC, "Member 'UMaterialExpressionSphereMask::HardnessPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUserInterfaceSettings \ +static_assert(alignof(UUserInterfaceSettings) == 0x000008, "Wrong alignment on UUserInterfaceSettings"); \ +static_assert(sizeof(UUserInterfaceSettings) == 0x0002C0, "Wrong size on UUserInterfaceSettings"); \ +static_assert(offsetof(UUserInterfaceSettings, RenderFocusRule) == 0x000048, "Member 'UUserInterfaceSettings::RenderFocusRule' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, HardwareCursors) == 0x000050, "Member 'UUserInterfaceSettings::HardwareCursors' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, SoftwareCursors) == 0x0000A0, "Member 'UUserInterfaceSettings::SoftwareCursors' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, DefaultCursor) == 0x0000F0, "Member 'UUserInterfaceSettings::DefaultCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, TextEditBeamCursor) == 0x000110, "Member 'UUserInterfaceSettings::TextEditBeamCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, CrosshairsCursor) == 0x000130, "Member 'UUserInterfaceSettings::CrosshairsCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, HandCursor) == 0x000150, "Member 'UUserInterfaceSettings::HandCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, GrabHandCursor) == 0x000170, "Member 'UUserInterfaceSettings::GrabHandCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, GrabHandClosedCursor) == 0x000190, "Member 'UUserInterfaceSettings::GrabHandClosedCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, SlashedCircleCursor) == 0x0001B0, "Member 'UUserInterfaceSettings::SlashedCircleCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, ApplicationScale) == 0x0001D0, "Member 'UUserInterfaceSettings::ApplicationScale' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, UIScaleRule) == 0x0001D4, "Member 'UUserInterfaceSettings::UIScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, CustomScalingRuleClass) == 0x0001D8, "Member 'UUserInterfaceSettings::CustomScalingRuleClass' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, UIScaleCurve) == 0x0001F8, "Member 'UUserInterfaceSettings::UIScaleCurve' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, bAllowHighDPIInGameMode) == 0x000280, "Member 'UUserInterfaceSettings::bAllowHighDPIInGameMode' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, DesignScreenSize) == 0x000284, "Member 'UUserInterfaceSettings::DesignScreenSize' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, bLoadWidgetsOnDedicatedServer) == 0x00028C, "Member 'UUserInterfaceSettings::bLoadWidgetsOnDedicatedServer' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, CursorClasses) == 0x000290, "Member 'UUserInterfaceSettings::CursorClasses' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, CustomScalingRuleClassInstance) == 0x0002A0, "Member 'UUserInterfaceSettings::CustomScalingRuleClassInstance' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, CustomScalingRule) == 0x0002A8, "Member 'UUserInterfaceSettings::CustomScalingRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_AddInstance \ +static_assert(alignof(InstancedStaticMeshComponent_AddInstance) == 0x000010, "Wrong alignment on InstancedStaticMeshComponent_AddInstance"); \ +static_assert(sizeof(InstancedStaticMeshComponent_AddInstance) == 0x000040, "Wrong size on InstancedStaticMeshComponent_AddInstance"); \ +static_assert(offsetof(InstancedStaticMeshComponent_AddInstance, InstanceTransform) == 0x000000, "Member 'InstancedStaticMeshComponent_AddInstance::InstanceTransform' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_AddInstance, ReturnValue) == 0x000030, "Member 'InstancedStaticMeshComponent_AddInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_AddInstances \ +static_assert(alignof(InstancedStaticMeshComponent_AddInstances) == 0x000008, "Wrong alignment on InstancedStaticMeshComponent_AddInstances"); \ +static_assert(sizeof(InstancedStaticMeshComponent_AddInstances) == 0x000028, "Wrong size on InstancedStaticMeshComponent_AddInstances"); \ +static_assert(offsetof(InstancedStaticMeshComponent_AddInstances, InstanceTransforms) == 0x000000, "Member 'InstancedStaticMeshComponent_AddInstances::InstanceTransforms' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_AddInstances, bShouldReturnIndices) == 0x000010, "Member 'InstancedStaticMeshComponent_AddInstances::bShouldReturnIndices' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_AddInstances, ReturnValue) == 0x000018, "Member 'InstancedStaticMeshComponent_AddInstances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_AddInstanceWorldSpace \ +static_assert(alignof(InstancedStaticMeshComponent_AddInstanceWorldSpace) == 0x000010, "Wrong alignment on InstancedStaticMeshComponent_AddInstanceWorldSpace"); \ +static_assert(sizeof(InstancedStaticMeshComponent_AddInstanceWorldSpace) == 0x000040, "Wrong size on InstancedStaticMeshComponent_AddInstanceWorldSpace"); \ +static_assert(offsetof(InstancedStaticMeshComponent_AddInstanceWorldSpace, WorldTransform) == 0x000000, "Member 'InstancedStaticMeshComponent_AddInstanceWorldSpace::WorldTransform' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_AddInstanceWorldSpace, ReturnValue) == 0x000030, "Member 'InstancedStaticMeshComponent_AddInstanceWorldSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_BatchUpdateInstancesTransform \ +static_assert(alignof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform) == 0x000010, "Wrong alignment on InstancedStaticMeshComponent_BatchUpdateInstancesTransform"); \ +static_assert(sizeof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform) == 0x000050, "Wrong size on InstancedStaticMeshComponent_BatchUpdateInstancesTransform"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, StartInstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::StartInstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, NumInstances) == 0x000004, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::NumInstances' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, NewInstancesTransform) == 0x000010, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::NewInstancesTransform' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, bWorldSpace) == 0x000040, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, bMarkRenderStateDirty) == 0x000041, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::bMarkRenderStateDirty' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, bTeleport) == 0x000042, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, ReturnValue) == 0x000043, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_BatchUpdateInstancesTransforms \ +static_assert(alignof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms) == 0x000008, "Wrong alignment on InstancedStaticMeshComponent_BatchUpdateInstancesTransforms"); \ +static_assert(sizeof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms) == 0x000020, "Wrong size on InstancedStaticMeshComponent_BatchUpdateInstancesTransforms"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms, StartInstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransforms::StartInstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms, NewInstancesTransforms) == 0x000008, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransforms::NewInstancesTransforms' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms, bWorldSpace) == 0x000018, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransforms::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms, bMarkRenderStateDirty) == 0x000019, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransforms::bMarkRenderStateDirty' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms, bTeleport) == 0x00001A, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransforms::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms, ReturnValue) == 0x00001B, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransforms::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_RemoveInstance \ +static_assert(alignof(InstancedStaticMeshComponent_RemoveInstance) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_RemoveInstance"); \ +static_assert(sizeof(InstancedStaticMeshComponent_RemoveInstance) == 0x000008, "Wrong size on InstancedStaticMeshComponent_RemoveInstance"); \ +static_assert(offsetof(InstancedStaticMeshComponent_RemoveInstance, InstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_RemoveInstance::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_RemoveInstance, ReturnValue) == 0x000004, "Member 'InstancedStaticMeshComponent_RemoveInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_SetCullDistances \ +static_assert(alignof(InstancedStaticMeshComponent_SetCullDistances) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_SetCullDistances"); \ +static_assert(sizeof(InstancedStaticMeshComponent_SetCullDistances) == 0x000008, "Wrong size on InstancedStaticMeshComponent_SetCullDistances"); \ +static_assert(offsetof(InstancedStaticMeshComponent_SetCullDistances, StartCullDistance) == 0x000000, "Member 'InstancedStaticMeshComponent_SetCullDistances::StartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_SetCullDistances, EndCullDistance) == 0x000004, "Member 'InstancedStaticMeshComponent_SetCullDistances::EndCullDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_SetCustomDataValue \ +static_assert(alignof(InstancedStaticMeshComponent_SetCustomDataValue) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_SetCustomDataValue"); \ +static_assert(sizeof(InstancedStaticMeshComponent_SetCustomDataValue) == 0x000010, "Wrong size on InstancedStaticMeshComponent_SetCustomDataValue"); \ +static_assert(offsetof(InstancedStaticMeshComponent_SetCustomDataValue, InstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_SetCustomDataValue::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_SetCustomDataValue, CustomDataIndex) == 0x000004, "Member 'InstancedStaticMeshComponent_SetCustomDataValue::CustomDataIndex' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_SetCustomDataValue, CustomDataValue) == 0x000008, "Member 'InstancedStaticMeshComponent_SetCustomDataValue::CustomDataValue' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_SetCustomDataValue, bMarkRenderStateDirty) == 0x00000C, "Member 'InstancedStaticMeshComponent_SetCustomDataValue::bMarkRenderStateDirty' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_SetCustomDataValue, ReturnValue) == 0x00000D, "Member 'InstancedStaticMeshComponent_SetCustomDataValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_UpdateInstanceTransform \ +static_assert(alignof(InstancedStaticMeshComponent_UpdateInstanceTransform) == 0x000010, "Wrong alignment on InstancedStaticMeshComponent_UpdateInstanceTransform"); \ +static_assert(sizeof(InstancedStaticMeshComponent_UpdateInstanceTransform) == 0x000050, "Wrong size on InstancedStaticMeshComponent_UpdateInstanceTransform"); \ +static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, InstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, NewInstanceTransform) == 0x000010, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::NewInstanceTransform' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, bWorldSpace) == 0x000040, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, bMarkRenderStateDirty) == 0x000041, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::bMarkRenderStateDirty' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, bTeleport) == 0x000042, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, ReturnValue) == 0x000043, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_GetInstanceCount \ +static_assert(alignof(InstancedStaticMeshComponent_GetInstanceCount) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_GetInstanceCount"); \ +static_assert(sizeof(InstancedStaticMeshComponent_GetInstanceCount) == 0x000004, "Wrong size on InstancedStaticMeshComponent_GetInstanceCount"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstanceCount, ReturnValue) == 0x000000, "Member 'InstancedStaticMeshComponent_GetInstanceCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_GetInstancesOverlappingBox \ +static_assert(alignof(InstancedStaticMeshComponent_GetInstancesOverlappingBox) == 0x000008, "Wrong alignment on InstancedStaticMeshComponent_GetInstancesOverlappingBox"); \ +static_assert(sizeof(InstancedStaticMeshComponent_GetInstancesOverlappingBox) == 0x000030, "Wrong size on InstancedStaticMeshComponent_GetInstancesOverlappingBox"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingBox, Box) == 0x000000, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingBox::Box' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingBox, bBoxInWorldSpace) == 0x00001C, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingBox::bBoxInWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingBox, ReturnValue) == 0x000020, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_GetInstancesOverlappingSphere \ +static_assert(alignof(InstancedStaticMeshComponent_GetInstancesOverlappingSphere) == 0x000008, "Wrong alignment on InstancedStaticMeshComponent_GetInstancesOverlappingSphere"); \ +static_assert(sizeof(InstancedStaticMeshComponent_GetInstancesOverlappingSphere) == 0x000028, "Wrong size on InstancedStaticMeshComponent_GetInstancesOverlappingSphere"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingSphere, Center) == 0x000000, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingSphere::Center' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingSphere, Radius) == 0x00000C, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingSphere::Radius' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingSphere, bSphereInWorldSpace) == 0x000010, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingSphere::bSphereInWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingSphere, ReturnValue) == 0x000018, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingSphere::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_GetInstanceTransform \ +static_assert(alignof(InstancedStaticMeshComponent_GetInstanceTransform) == 0x000010, "Wrong alignment on InstancedStaticMeshComponent_GetInstanceTransform"); \ +static_assert(sizeof(InstancedStaticMeshComponent_GetInstanceTransform) == 0x000050, "Wrong size on InstancedStaticMeshComponent_GetInstanceTransform"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstanceTransform, InstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_GetInstanceTransform::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstanceTransform, OutInstanceTransform) == 0x000010, "Member 'InstancedStaticMeshComponent_GetInstanceTransform::OutInstanceTransform' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstanceTransform, bWorldSpace) == 0x000040, "Member 'InstancedStaticMeshComponent_GetInstanceTransform::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstanceTransform, ReturnValue) == 0x000041, "Member 'InstancedStaticMeshComponent_GetInstanceTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInstancedStaticMeshComponent \ +static_assert(alignof(UInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on UInstancedStaticMeshComponent"); \ +static_assert(sizeof(UInstancedStaticMeshComponent) == 0x000640, "Wrong size on UInstancedStaticMeshComponent"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, PerInstanceSMData) == 0x000598, "Member 'UInstancedStaticMeshComponent::PerInstanceSMData' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, NumCustomDataFloats) == 0x0005A8, "Member 'UInstancedStaticMeshComponent::NumCustomDataFloats' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, PerInstanceSMCustomData) == 0x0005B0, "Member 'UInstancedStaticMeshComponent::PerInstanceSMCustomData' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, InstancingRandomSeed) == 0x0005C0, "Member 'UInstancedStaticMeshComponent::InstancingRandomSeed' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, InstanceStartCullDistance) == 0x0005C4, "Member 'UInstancedStaticMeshComponent::InstanceStartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, InstanceEndCullDistance) == 0x0005C8, "Member 'UInstancedStaticMeshComponent::InstanceEndCullDistance' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, InstanceReorderTable) == 0x0005D0, "Member 'UInstancedStaticMeshComponent::InstanceReorderTable' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, NumPendingLightmaps) == 0x000628, "Member 'UInstancedStaticMeshComponent::NumPendingLightmaps' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, CachedMappings) == 0x000630, "Member 'UInstancedStaticMeshComponent::CachedMappings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HierarchicalInstancedStaticMeshComponent_RemoveInstances \ +static_assert(alignof(HierarchicalInstancedStaticMeshComponent_RemoveInstances) == 0x000008, "Wrong alignment on HierarchicalInstancedStaticMeshComponent_RemoveInstances"); \ +static_assert(sizeof(HierarchicalInstancedStaticMeshComponent_RemoveInstances) == 0x000018, "Wrong size on HierarchicalInstancedStaticMeshComponent_RemoveInstances"); \ +static_assert(offsetof(HierarchicalInstancedStaticMeshComponent_RemoveInstances, InstancesToRemove) == 0x000000, "Member 'HierarchicalInstancedStaticMeshComponent_RemoveInstances::InstancesToRemove' has a wrong offset!"); \ +static_assert(offsetof(HierarchicalInstancedStaticMeshComponent_RemoveInstances, ReturnValue) == 0x000010, "Member 'HierarchicalInstancedStaticMeshComponent_RemoveInstances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHierarchicalInstancedStaticMeshComponent \ +static_assert(alignof(UHierarchicalInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on UHierarchicalInstancedStaticMeshComponent"); \ +static_assert(sizeof(UHierarchicalInstancedStaticMeshComponent) == 0x000730, "Wrong size on UHierarchicalInstancedStaticMeshComponent"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, SortedInstances) == 0x000650, "Member 'UHierarchicalInstancedStaticMeshComponent::SortedInstances' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, NumBuiltInstances) == 0x000660, "Member 'UHierarchicalInstancedStaticMeshComponent::NumBuiltInstances' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, BuiltInstanceBounds) == 0x000668, "Member 'UHierarchicalInstancedStaticMeshComponent::BuiltInstanceBounds' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, UnbuiltInstanceBounds) == 0x000684, "Member 'UHierarchicalInstancedStaticMeshComponent::UnbuiltInstanceBounds' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, UnbuiltInstanceBoundsList) == 0x0006A0, "Member 'UHierarchicalInstancedStaticMeshComponent::UnbuiltInstanceBoundsList' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, OcclusionLayerNumNodes) == 0x0006B8, "Member 'UHierarchicalInstancedStaticMeshComponent::OcclusionLayerNumNodes' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, CacheMeshExtendedBounds) == 0x0006BC, "Member 'UHierarchicalInstancedStaticMeshComponent::CacheMeshExtendedBounds' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, bDisableCollision) == 0x0006D8, "Member 'UHierarchicalInstancedStaticMeshComponent::bDisableCollision' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, InstanceCountToRender) == 0x0006DC, "Member 'UHierarchicalInstancedStaticMeshComponent::InstanceCountToRender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDistanceToNearestSurface \ +static_assert(alignof(UMaterialExpressionDistanceToNearestSurface) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceToNearestSurface"); \ +static_assert(sizeof(UMaterialExpressionDistanceToNearestSurface) == 0x000068, "Wrong size on UMaterialExpressionDistanceToNearestSurface"); \ +static_assert(offsetof(UMaterialExpressionDistanceToNearestSurface, Position) == 0x000048, "Member 'UMaterialExpressionDistanceToNearestSurface::Position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshActor_SetMobility \ +static_assert(alignof(StaticMeshActor_SetMobility) == 0x000001, "Wrong alignment on StaticMeshActor_SetMobility"); \ +static_assert(sizeof(StaticMeshActor_SetMobility) == 0x000001, "Wrong size on StaticMeshActor_SetMobility"); \ +static_assert(offsetof(StaticMeshActor_SetMobility, InMobility) == 0x000000, "Member 'StaticMeshActor_SetMobility::InMobility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AStaticMeshActor \ +static_assert(alignof(AStaticMeshActor) == 0x000008, "Wrong alignment on AStaticMeshActor"); \ +static_assert(sizeof(AStaticMeshActor) == 0x0002B8, "Wrong size on AStaticMeshActor"); \ +static_assert(offsetof(AStaticMeshActor, StaticMeshComponent) == 0x0002A8, "Member 'AStaticMeshActor::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(AStaticMeshActor, bStaticMeshReplicateMovement) == 0x0002B0, "Member 'AStaticMeshActor::bStaticMeshReplicateMovement' has a wrong offset!"); \ +static_assert(offsetof(AStaticMeshActor, NavigationGeometryGatheringMode) == 0x0002B1, "Member 'AStaticMeshActor::NavigationGeometryGatheringMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDepthFade \ +static_assert(alignof(UMaterialExpressionDepthFade) == 0x000008, "Wrong alignment on UMaterialExpressionDepthFade"); \ +static_assert(sizeof(UMaterialExpressionDepthFade) == 0x000088, "Wrong size on UMaterialExpressionDepthFade"); \ +static_assert(offsetof(UMaterialExpressionDepthFade, InOpacity) == 0x000048, "Member 'UMaterialExpressionDepthFade::InOpacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDepthFade, FadeDistance) == 0x000064, "Member 'UMaterialExpressionDepthFade::FadeDistance' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDepthFade, OpacityDefault) == 0x000080, "Member 'UMaterialExpressionDepthFade::OpacityDefault' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDepthFade, FadeDistanceDefault) == 0x000084, "Member 'UMaterialExpressionDepthFade::FadeDistanceDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimBlueprintGeneratedClass \ +static_assert(alignof(UAnimBlueprintGeneratedClass) == 0x000008, "Wrong alignment on UAnimBlueprintGeneratedClass"); \ +static_assert(sizeof(UAnimBlueprintGeneratedClass) == 0x0005D0, "Wrong size on UAnimBlueprintGeneratedClass"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, BakedStateMachines) == 0x000350, "Member 'UAnimBlueprintGeneratedClass::BakedStateMachines' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, TargetSkeleton) == 0x000360, "Member 'UAnimBlueprintGeneratedClass::TargetSkeleton' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, AnimNotifies) == 0x000368, "Member 'UAnimBlueprintGeneratedClass::AnimNotifies' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, OrderedSavedPoseIndicesMap) == 0x000378, "Member 'UAnimBlueprintGeneratedClass::OrderedSavedPoseIndicesMap' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, SyncGroupNames) == 0x000448, "Member 'UAnimBlueprintGeneratedClass::SyncGroupNames' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, EvaluateGraphExposedInputs) == 0x000458, "Member 'UAnimBlueprintGeneratedClass::EvaluateGraphExposedInputs' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, GraphAssetPlayerInformation) == 0x000468, "Member 'UAnimBlueprintGeneratedClass::GraphAssetPlayerInformation' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, GraphBlendOptions) == 0x0004B8, "Member 'UAnimBlueprintGeneratedClass::GraphBlendOptions' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, PropertyAccessLibrary) == 0x000508, "Member 'UAnimBlueprintGeneratedClass::PropertyAccessLibrary' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldSubsystem \ +static_assert(alignof(UWorldSubsystem) == 0x000008, "Wrong alignment on UWorldSubsystem"); \ +static_assert(sizeof(UWorldSubsystem) == 0x000038, "Wrong size on UWorldSubsystem"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPreSkinnedPosition \ +static_assert(alignof(UMaterialExpressionPreSkinnedPosition) == 0x000008, "Wrong alignment on UMaterialExpressionPreSkinnedPosition"); \ +static_assert(sizeof(UMaterialExpressionPreSkinnedPosition) == 0x000048, "Wrong size on UMaterialExpressionPreSkinnedPosition"); \ + +#define DUMPER7_ASSERTS_UTickableWorldSubsystem \ +static_assert(alignof(UTickableWorldSubsystem) == 0x000008, "Wrong alignment on UTickableWorldSubsystem"); \ +static_assert(sizeof(UTickableWorldSubsystem) == 0x000048, "Wrong size on UTickableWorldSubsystem"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCustomOutput \ +static_assert(alignof(UMaterialExpressionCustomOutput) == 0x000008, "Wrong alignment on UMaterialExpressionCustomOutput"); \ +static_assert(sizeof(UMaterialExpressionCustomOutput) == 0x000048, "Wrong size on UMaterialExpressionCustomOutput"); \ + +#define DUMPER7_ASSERTS_UInterpGroupInst \ +static_assert(alignof(UInterpGroupInst) == 0x000008, "Wrong alignment on UInterpGroupInst"); \ +static_assert(sizeof(UInterpGroupInst) == 0x000050, "Wrong size on UInterpGroupInst"); \ +static_assert(offsetof(UInterpGroupInst, Group) == 0x000030, "Member 'UInterpGroupInst::Group' has a wrong offset!"); \ +static_assert(offsetof(UInterpGroupInst, GroupActor) == 0x000038, "Member 'UInterpGroupInst::GroupActor' has a wrong offset!"); \ +static_assert(offsetof(UInterpGroupInst, TrackInst) == 0x000040, "Member 'UInterpGroupInst::TrackInst' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureRenderTarget2DArray \ +static_assert(alignof(UTextureRenderTarget2DArray) == 0x000010, "Wrong alignment on UTextureRenderTarget2DArray"); \ +static_assert(sizeof(UTextureRenderTarget2DArray) == 0x0001A0, "Wrong size on UTextureRenderTarget2DArray"); \ +static_assert(offsetof(UTextureRenderTarget2DArray, SizeX) == 0x000180, "Member 'UTextureRenderTarget2DArray::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2DArray, SizeY) == 0x000184, "Member 'UTextureRenderTarget2DArray::SizeY' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2DArray, Slices) == 0x000188, "Member 'UTextureRenderTarget2DArray::Slices' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2DArray, ClearColor) == 0x00018C, "Member 'UTextureRenderTarget2DArray::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2DArray, OverrideFormat) == 0x00019C, "Member 'UTextureRenderTarget2DArray::OverrideFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UForceFeedbackAttenuation \ +static_assert(alignof(UForceFeedbackAttenuation) == 0x000008, "Wrong alignment on UForceFeedbackAttenuation"); \ +static_assert(sizeof(UForceFeedbackAttenuation) == 0x0000E0, "Wrong size on UForceFeedbackAttenuation"); \ +static_assert(offsetof(UForceFeedbackAttenuation, Attenuation) == 0x000030, "Member 'UForceFeedbackAttenuation::Attenuation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INavEdgeProviderInterface \ +static_assert(alignof(INavEdgeProviderInterface) == 0x000001, "Wrong alignment on INavEdgeProviderInterface"); \ +static_assert(sizeof(INavEdgeProviderInterface) == 0x000001, "Wrong size on INavEdgeProviderInterface"); \ + +#define DUMPER7_ASSERTS_CameraActor_GetAutoActivatePlayerIndex \ +static_assert(alignof(CameraActor_GetAutoActivatePlayerIndex) == 0x000004, "Wrong alignment on CameraActor_GetAutoActivatePlayerIndex"); \ +static_assert(sizeof(CameraActor_GetAutoActivatePlayerIndex) == 0x000004, "Wrong size on CameraActor_GetAutoActivatePlayerIndex"); \ +static_assert(offsetof(CameraActor_GetAutoActivatePlayerIndex, ReturnValue) == 0x000000, "Member 'CameraActor_GetAutoActivatePlayerIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACameraActor \ +static_assert(alignof(ACameraActor) == 0x000010, "Wrong alignment on ACameraActor"); \ +static_assert(sizeof(ACameraActor) == 0x000850, "Wrong size on ACameraActor"); \ +static_assert(offsetof(ACameraActor, AutoActivateForPlayer) == 0x0002A8, "Member 'ACameraActor::AutoActivateForPlayer' has a wrong offset!"); \ +static_assert(offsetof(ACameraActor, CameraComponent) == 0x0002B0, "Member 'ACameraActor::CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(ACameraActor, SceneComponent) == 0x0002B8, "Member 'ACameraActor::SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(ACameraActor, AspectRatio) == 0x0002CC, "Member 'ACameraActor::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(ACameraActor, FOVAngle) == 0x0002D0, "Member 'ACameraActor::FOVAngle' has a wrong offset!"); \ +static_assert(offsetof(ACameraActor, PostProcessBlendWeight) == 0x0002D4, "Member 'ACameraActor::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(ACameraActor, PostProcessSettings) == 0x0002E0, "Member 'ACameraActor::PostProcessSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackFloatBase \ +static_assert(alignof(UInterpTrackFloatBase) == 0x000008, "Wrong alignment on UInterpTrackFloatBase"); \ +static_assert(sizeof(UInterpTrackFloatBase) == 0x000098, "Wrong size on UInterpTrackFloatBase"); \ +static_assert(offsetof(UInterpTrackFloatBase, FloatTrack) == 0x000078, "Member 'UInterpTrackFloatBase::FloatTrack' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackFloatBase, CurveTension) == 0x000090, "Member 'UInterpTrackFloatBase::CurveTension' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackFade \ +static_assert(alignof(UInterpTrackFade) == 0x000008, "Wrong alignment on UInterpTrackFade"); \ +static_assert(sizeof(UInterpTrackFade) == 0x0000B0, "Wrong size on UInterpTrackFade"); \ +static_assert(offsetof(UInterpTrackFade, FadeColor) == 0x00009C, "Member 'UInterpTrackFade::FadeColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeSoundClass \ +static_assert(alignof(USoundNodeSoundClass) == 0x000008, "Wrong alignment on USoundNodeSoundClass"); \ +static_assert(sizeof(USoundNodeSoundClass) == 0x000060, "Wrong size on USoundNodeSoundClass"); \ +static_assert(offsetof(USoundNodeSoundClass, SoundClassOverride) == 0x000050, "Member 'USoundNodeSoundClass::SoundClassOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_AddOrUpdateBlendable \ +static_assert(alignof(CameraComponent_AddOrUpdateBlendable) == 0x000008, "Wrong alignment on CameraComponent_AddOrUpdateBlendable"); \ +static_assert(sizeof(CameraComponent_AddOrUpdateBlendable) == 0x000018, "Wrong size on CameraComponent_AddOrUpdateBlendable"); \ +static_assert(offsetof(CameraComponent_AddOrUpdateBlendable, InBlendableObject) == 0x000000, "Member 'CameraComponent_AddOrUpdateBlendable::InBlendableObject' has a wrong offset!"); \ +static_assert(offsetof(CameraComponent_AddOrUpdateBlendable, InWeight) == 0x000010, "Member 'CameraComponent_AddOrUpdateBlendable::InWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_GetCameraView \ +static_assert(alignof(CameraComponent_GetCameraView) == 0x000010, "Wrong alignment on CameraComponent_GetCameraView"); \ +static_assert(sizeof(CameraComponent_GetCameraView) == 0x000620, "Wrong size on CameraComponent_GetCameraView"); \ +static_assert(offsetof(CameraComponent_GetCameraView, DeltaTime) == 0x000000, "Member 'CameraComponent_GetCameraView::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(CameraComponent_GetCameraView, DesiredView) == 0x000010, "Member 'CameraComponent_GetCameraView::DesiredView' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_RemoveBlendable \ +static_assert(alignof(CameraComponent_RemoveBlendable) == 0x000008, "Wrong alignment on CameraComponent_RemoveBlendable"); \ +static_assert(sizeof(CameraComponent_RemoveBlendable) == 0x000010, "Wrong size on CameraComponent_RemoveBlendable"); \ +static_assert(offsetof(CameraComponent_RemoveBlendable, InBlendableObject) == 0x000000, "Member 'CameraComponent_RemoveBlendable::InBlendableObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetAspectRatio \ +static_assert(alignof(CameraComponent_SetAspectRatio) == 0x000004, "Wrong alignment on CameraComponent_SetAspectRatio"); \ +static_assert(sizeof(CameraComponent_SetAspectRatio) == 0x000004, "Wrong size on CameraComponent_SetAspectRatio"); \ +static_assert(offsetof(CameraComponent_SetAspectRatio, InAspectRatio) == 0x000000, "Member 'CameraComponent_SetAspectRatio::InAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetConstraintAspectRatio \ +static_assert(alignof(CameraComponent_SetConstraintAspectRatio) == 0x000001, "Wrong alignment on CameraComponent_SetConstraintAspectRatio"); \ +static_assert(sizeof(CameraComponent_SetConstraintAspectRatio) == 0x000001, "Wrong size on CameraComponent_SetConstraintAspectRatio"); \ +static_assert(offsetof(CameraComponent_SetConstraintAspectRatio, bInConstrainAspectRatio) == 0x000000, "Member 'CameraComponent_SetConstraintAspectRatio::bInConstrainAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetFieldOfView \ +static_assert(alignof(CameraComponent_SetFieldOfView) == 0x000004, "Wrong alignment on CameraComponent_SetFieldOfView"); \ +static_assert(sizeof(CameraComponent_SetFieldOfView) == 0x000004, "Wrong size on CameraComponent_SetFieldOfView"); \ +static_assert(offsetof(CameraComponent_SetFieldOfView, InFieldOfView) == 0x000000, "Member 'CameraComponent_SetFieldOfView::InFieldOfView' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetOrthoFarClipPlane \ +static_assert(alignof(CameraComponent_SetOrthoFarClipPlane) == 0x000004, "Wrong alignment on CameraComponent_SetOrthoFarClipPlane"); \ +static_assert(sizeof(CameraComponent_SetOrthoFarClipPlane) == 0x000004, "Wrong size on CameraComponent_SetOrthoFarClipPlane"); \ +static_assert(offsetof(CameraComponent_SetOrthoFarClipPlane, InOrthoFarClipPlane) == 0x000000, "Member 'CameraComponent_SetOrthoFarClipPlane::InOrthoFarClipPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetOrthoNearClipPlane \ +static_assert(alignof(CameraComponent_SetOrthoNearClipPlane) == 0x000004, "Wrong alignment on CameraComponent_SetOrthoNearClipPlane"); \ +static_assert(sizeof(CameraComponent_SetOrthoNearClipPlane) == 0x000004, "Wrong size on CameraComponent_SetOrthoNearClipPlane"); \ +static_assert(offsetof(CameraComponent_SetOrthoNearClipPlane, InOrthoNearClipPlane) == 0x000000, "Member 'CameraComponent_SetOrthoNearClipPlane::InOrthoNearClipPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetOrthoWidth \ +static_assert(alignof(CameraComponent_SetOrthoWidth) == 0x000004, "Wrong alignment on CameraComponent_SetOrthoWidth"); \ +static_assert(sizeof(CameraComponent_SetOrthoWidth) == 0x000004, "Wrong size on CameraComponent_SetOrthoWidth"); \ +static_assert(offsetof(CameraComponent_SetOrthoWidth, InOrthoWidth) == 0x000000, "Member 'CameraComponent_SetOrthoWidth::InOrthoWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetPostProcessBlendWeight \ +static_assert(alignof(CameraComponent_SetPostProcessBlendWeight) == 0x000004, "Wrong alignment on CameraComponent_SetPostProcessBlendWeight"); \ +static_assert(sizeof(CameraComponent_SetPostProcessBlendWeight) == 0x000004, "Wrong size on CameraComponent_SetPostProcessBlendWeight"); \ +static_assert(offsetof(CameraComponent_SetPostProcessBlendWeight, InPostProcessBlendWeight) == 0x000000, "Member 'CameraComponent_SetPostProcessBlendWeight::InPostProcessBlendWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetProjectionMode \ +static_assert(alignof(CameraComponent_SetProjectionMode) == 0x000001, "Wrong alignment on CameraComponent_SetProjectionMode"); \ +static_assert(sizeof(CameraComponent_SetProjectionMode) == 0x000001, "Wrong size on CameraComponent_SetProjectionMode"); \ +static_assert(offsetof(CameraComponent_SetProjectionMode, InProjectionMode) == 0x000000, "Member 'CameraComponent_SetProjectionMode::InProjectionMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetUseFieldOfViewForLOD \ +static_assert(alignof(CameraComponent_SetUseFieldOfViewForLOD) == 0x000001, "Wrong alignment on CameraComponent_SetUseFieldOfViewForLOD"); \ +static_assert(sizeof(CameraComponent_SetUseFieldOfViewForLOD) == 0x000001, "Wrong size on CameraComponent_SetUseFieldOfViewForLOD"); \ +static_assert(offsetof(CameraComponent_SetUseFieldOfViewForLOD, bInUseFieldOfViewForLOD) == 0x000000, "Member 'CameraComponent_SetUseFieldOfViewForLOD::bInUseFieldOfViewForLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraComponent \ +static_assert(alignof(UCameraComponent) == 0x000010, "Wrong alignment on UCameraComponent"); \ +static_assert(sizeof(UCameraComponent) == 0x000810, "Wrong size on UCameraComponent"); \ +static_assert(offsetof(UCameraComponent, FieldOfView) == 0x000228, "Member 'UCameraComponent::FieldOfView' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, OrthoWidth) == 0x00022C, "Member 'UCameraComponent::OrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, OrthoNearClipPlane) == 0x000230, "Member 'UCameraComponent::OrthoNearClipPlane' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, OrthoFarClipPlane) == 0x000234, "Member 'UCameraComponent::OrthoFarClipPlane' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, AspectRatio) == 0x000238, "Member 'UCameraComponent::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, ProjectionMode) == 0x00023D, "Member 'UCameraComponent::ProjectionMode' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, PostProcessBlendWeight) == 0x000270, "Member 'UCameraComponent::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, PostProcessSettings) == 0x0002A0, "Member 'UCameraComponent::PostProcessSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationAsset \ +static_assert(alignof(UAnimationAsset) == 0x000008, "Wrong alignment on UAnimationAsset"); \ +static_assert(sizeof(UAnimationAsset) == 0x000088, "Wrong size on UAnimationAsset"); \ +static_assert(offsetof(UAnimationAsset, Skeleton) == 0x000040, "Member 'UAnimationAsset::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(UAnimationAsset, MetaData) == 0x000068, "Member 'UAnimationAsset::MetaData' has a wrong offset!"); \ +static_assert(offsetof(UAnimationAsset, AssetUserData) == 0x000078, "Member 'UAnimationAsset::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimSequenceBase_GetPlayLength \ +static_assert(alignof(AnimSequenceBase_GetPlayLength) == 0x000004, "Wrong alignment on AnimSequenceBase_GetPlayLength"); \ +static_assert(sizeof(AnimSequenceBase_GetPlayLength) == 0x000004, "Wrong size on AnimSequenceBase_GetPlayLength"); \ +static_assert(offsetof(AnimSequenceBase_GetPlayLength, ReturnValue) == 0x000000, "Member 'AnimSequenceBase_GetPlayLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSequenceBase \ +static_assert(alignof(UAnimSequenceBase) == 0x000008, "Wrong alignment on UAnimSequenceBase"); \ +static_assert(sizeof(UAnimSequenceBase) == 0x0000B0, "Wrong size on UAnimSequenceBase"); \ +static_assert(offsetof(UAnimSequenceBase, Notifies) == 0x000088, "Member 'UAnimSequenceBase::Notifies' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequenceBase, SequenceLength) == 0x000098, "Member 'UAnimSequenceBase::SequenceLength' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequenceBase, RateScale) == 0x00009C, "Member 'UAnimSequenceBase::RateScale' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequenceBase, RawCurveData) == 0x0000A0, "Member 'UAnimSequenceBase::RawCurveData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundWave \ +static_assert(alignof(USoundWave) == 0x000008, "Wrong alignment on USoundWave"); \ +static_assert(sizeof(USoundWave) == 0x000378, "Wrong size on USoundWave"); \ +static_assert(offsetof(USoundWave, CompressionQuality) == 0x000178, "Member 'USoundWave::CompressionQuality' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, StreamingPriority) == 0x00017C, "Member 'USoundWave::StreamingPriority' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, SampleRateQuality) == 0x000180, "Member 'USoundWave::SampleRateQuality' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, SoundGroup) == 0x000182, "Member 'USoundWave::SoundGroup' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, LoadingBehavior) == 0x000184, "Member 'USoundWave::LoadingBehavior' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, ModulationSettings) == 0x000188, "Member 'USoundWave::ModulationSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, FrequenciesToAnalyze) == 0x0001D0, "Member 'USoundWave::FrequenciesToAnalyze' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, CookedSpectralTimeData) == 0x0001E0, "Member 'USoundWave::CookedSpectralTimeData' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, CookedEnvelopeTimeData) == 0x0001F0, "Member 'USoundWave::CookedEnvelopeTimeData' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, InitialChunkSize) == 0x000200, "Member 'USoundWave::InitialChunkSize' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, SpokenText) == 0x000248, "Member 'USoundWave::SpokenText' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, SubtitlePriority) == 0x000258, "Member 'USoundWave::SubtitlePriority' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, Volume) == 0x00025C, "Member 'USoundWave::Volume' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, Pitch) == 0x000260, "Member 'USoundWave::Pitch' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, NumChannels) == 0x000264, "Member 'USoundWave::NumChannels' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, SampleRate) == 0x000268, "Member 'USoundWave::SampleRate' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, Subtitles) == 0x000278, "Member 'USoundWave::Subtitles' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, Curves) == 0x000288, "Member 'USoundWave::Curves' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, InternalCurves) == 0x000290, "Member 'USoundWave::InternalCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundWaveProcedural \ +static_assert(alignof(USoundWaveProcedural) == 0x000008, "Wrong alignment on USoundWaveProcedural"); \ +static_assert(sizeof(USoundWaveProcedural) == 0x0003D0, "Wrong size on USoundWaveProcedural"); \ + +#define DUMPER7_ASSERTS_UModel \ +static_assert(alignof(UModel) == 0x000008, "Wrong alignment on UModel"); \ +static_assert(sizeof(UModel) == 0x000260, "Wrong size on UModel"); \ + +#define DUMPER7_ASSERTS_LevelScriptActor_RemoteEvent \ +static_assert(alignof(LevelScriptActor_RemoteEvent) == 0x000004, "Wrong alignment on LevelScriptActor_RemoteEvent"); \ +static_assert(sizeof(LevelScriptActor_RemoteEvent) == 0x000010, "Wrong size on LevelScriptActor_RemoteEvent"); \ +static_assert(offsetof(LevelScriptActor_RemoteEvent, EventName) == 0x000000, "Member 'LevelScriptActor_RemoteEvent::EventName' has a wrong offset!"); \ +static_assert(offsetof(LevelScriptActor_RemoteEvent, ReturnValue) == 0x00000C, "Member 'LevelScriptActor_RemoteEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelScriptActor_SetCinematicMode \ +static_assert(alignof(LevelScriptActor_SetCinematicMode) == 0x000001, "Wrong alignment on LevelScriptActor_SetCinematicMode"); \ +static_assert(sizeof(LevelScriptActor_SetCinematicMode) == 0x000005, "Wrong size on LevelScriptActor_SetCinematicMode"); \ +static_assert(offsetof(LevelScriptActor_SetCinematicMode, bCinematicMode) == 0x000000, "Member 'LevelScriptActor_SetCinematicMode::bCinematicMode' has a wrong offset!"); \ +static_assert(offsetof(LevelScriptActor_SetCinematicMode, bHidePlayer) == 0x000001, "Member 'LevelScriptActor_SetCinematicMode::bHidePlayer' has a wrong offset!"); \ +static_assert(offsetof(LevelScriptActor_SetCinematicMode, bAffectsHUD) == 0x000002, "Member 'LevelScriptActor_SetCinematicMode::bAffectsHUD' has a wrong offset!"); \ +static_assert(offsetof(LevelScriptActor_SetCinematicMode, bAffectsMovement) == 0x000003, "Member 'LevelScriptActor_SetCinematicMode::bAffectsMovement' has a wrong offset!"); \ +static_assert(offsetof(LevelScriptActor_SetCinematicMode, bAffectsTurning) == 0x000004, "Member 'LevelScriptActor_SetCinematicMode::bAffectsTurning' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelScriptActor_WorldOriginLocationChanged \ +static_assert(alignof(LevelScriptActor_WorldOriginLocationChanged) == 0x000004, "Wrong alignment on LevelScriptActor_WorldOriginLocationChanged"); \ +static_assert(sizeof(LevelScriptActor_WorldOriginLocationChanged) == 0x000018, "Wrong size on LevelScriptActor_WorldOriginLocationChanged"); \ +static_assert(offsetof(LevelScriptActor_WorldOriginLocationChanged, OldOriginLocation) == 0x000000, "Member 'LevelScriptActor_WorldOriginLocationChanged::OldOriginLocation' has a wrong offset!"); \ +static_assert(offsetof(LevelScriptActor_WorldOriginLocationChanged, NewOriginLocation) == 0x00000C, "Member 'LevelScriptActor_WorldOriginLocationChanged::NewOriginLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALevelScriptActor \ +static_assert(alignof(ALevelScriptActor) == 0x000008, "Wrong alignment on ALevelScriptActor"); \ +static_assert(sizeof(ALevelScriptActor) == 0x0002B0, "Wrong size on ALevelScriptActor"); \ + +#define DUMPER7_ASSERTS_ChildActorComponent_SetChildActorClass \ +static_assert(alignof(ChildActorComponent_SetChildActorClass) == 0x000008, "Wrong alignment on ChildActorComponent_SetChildActorClass"); \ +static_assert(sizeof(ChildActorComponent_SetChildActorClass) == 0x000008, "Wrong size on ChildActorComponent_SetChildActorClass"); \ +static_assert(offsetof(ChildActorComponent_SetChildActorClass, InClass) == 0x000000, "Member 'ChildActorComponent_SetChildActorClass::InClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChildActorComponent \ +static_assert(alignof(UChildActorComponent) == 0x000010, "Wrong alignment on UChildActorComponent"); \ +static_assert(sizeof(UChildActorComponent) == 0x000270, "Wrong size on UChildActorComponent"); \ +static_assert(offsetof(UChildActorComponent, ChildActorClass) == 0x000228, "Member 'UChildActorComponent::ChildActorClass' has a wrong offset!"); \ +static_assert(offsetof(UChildActorComponent, ChildActor) == 0x000230, "Member 'UChildActorComponent::ChildActor' has a wrong offset!"); \ +static_assert(offsetof(UChildActorComponent, ChildActorTemplate) == 0x000238, "Member 'UChildActorComponent::ChildActorTemplate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChannel \ +static_assert(alignof(UChannel) == 0x000008, "Wrong alignment on UChannel"); \ +static_assert(sizeof(UChannel) == 0x000078, "Wrong size on UChannel"); \ +static_assert(offsetof(UChannel, Connection) == 0x000030, "Member 'UChannel::Connection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULightMapVirtualTexture2D \ +static_assert(alignof(ULightMapVirtualTexture2D) == 0x000010, "Wrong alignment on ULightMapVirtualTexture2D"); \ +static_assert(sizeof(ULightMapVirtualTexture2D) == 0x0001C0, "Wrong size on ULightMapVirtualTexture2D"); \ +static_assert(offsetof(ULightMapVirtualTexture2D, TypeToLayer) == 0x0001A0, "Member 'ULightMapVirtualTexture2D::TypeToLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEngine \ +static_assert(alignof(UEngine) == 0x000008, "Wrong alignment on UEngine"); \ +static_assert(sizeof(UEngine) == 0x000E80, "Wrong size on UEngine"); \ +static_assert(offsetof(UEngine, TinyFont) == 0x000038, "Member 'UEngine::TinyFont' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TinyFontName) == 0x000040, "Member 'UEngine::TinyFontName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SmallFont) == 0x000060, "Member 'UEngine::SmallFont' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SmallFontName) == 0x000068, "Member 'UEngine::SmallFontName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MediumFont) == 0x000088, "Member 'UEngine::MediumFont' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MediumFontName) == 0x000090, "Member 'UEngine::MediumFontName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LargeFont) == 0x0000B0, "Member 'UEngine::LargeFont' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LargeFontName) == 0x0000B8, "Member 'UEngine::LargeFontName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SubtitleFont) == 0x0000D8, "Member 'UEngine::SubtitleFont' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SubtitleFontName) == 0x0000E0, "Member 'UEngine::SubtitleFontName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AdditionalFonts) == 0x000100, "Member 'UEngine::AdditionalFonts' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AdditionalFontNames) == 0x000110, "Member 'UEngine::AdditionalFontNames' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConsoleClass) == 0x000120, "Member 'UEngine::ConsoleClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConsoleClassName) == 0x000128, "Member 'UEngine::ConsoleClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameViewportClientClass) == 0x000148, "Member 'UEngine::GameViewportClientClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameViewportClientClassName) == 0x000150, "Member 'UEngine::GameViewportClientClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LocalPlayerClass) == 0x000170, "Member 'UEngine::LocalPlayerClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LocalPlayerClassName) == 0x000178, "Member 'UEngine::LocalPlayerClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WorldSettingsClass) == 0x000198, "Member 'UEngine::WorldSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WorldSettingsClassName) == 0x0001A0, "Member 'UEngine::WorldSettingsClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NavigationSystemClassName) == 0x0001C0, "Member 'UEngine::NavigationSystemClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NavigationSystemClass) == 0x0001E0, "Member 'UEngine::NavigationSystemClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NavigationSystemConfigClassName) == 0x0001E8, "Member 'UEngine::NavigationSystemConfigClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NavigationSystemConfigClass) == 0x000208, "Member 'UEngine::NavigationSystemConfigClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AvoidanceManagerClassName) == 0x000210, "Member 'UEngine::AvoidanceManagerClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AvoidanceManagerClass) == 0x000230, "Member 'UEngine::AvoidanceManagerClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AIControllerClassName) == 0x000238, "Member 'UEngine::AIControllerClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PhysicsCollisionHandlerClass) == 0x000258, "Member 'UEngine::PhysicsCollisionHandlerClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PhysicsCollisionHandlerClassName) == 0x000260, "Member 'UEngine::PhysicsCollisionHandlerClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameUserSettingsClassName) == 0x000280, "Member 'UEngine::GameUserSettingsClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameUserSettingsClass) == 0x0002A0, "Member 'UEngine::GameUserSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameUserSettings) == 0x0002A8, "Member 'UEngine::GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelScriptActorClass) == 0x0002B0, "Member 'UEngine::LevelScriptActorClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelScriptActorClassName) == 0x0002B8, "Member 'UEngine::LevelScriptActorClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBlueprintBaseClassName) == 0x0002D8, "Member 'UEngine::DefaultBlueprintBaseClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameSingletonClassName) == 0x0002F8, "Member 'UEngine::GameSingletonClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameSingleton) == 0x000318, "Member 'UEngine::GameSingleton' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AssetManagerClassName) == 0x000320, "Member 'UEngine::AssetManagerClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AssetManager) == 0x000340, "Member 'UEngine::AssetManager' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultTexture) == 0x000348, "Member 'UEngine::DefaultTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultTextureName) == 0x000350, "Member 'UEngine::DefaultTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultDiffuseTexture) == 0x000370, "Member 'UEngine::DefaultDiffuseTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultDiffuseTextureName) == 0x000378, "Member 'UEngine::DefaultDiffuseTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBSPVertexTexture) == 0x000398, "Member 'UEngine::DefaultBSPVertexTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBSPVertexTextureName) == 0x0003A0, "Member 'UEngine::DefaultBSPVertexTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, HighFrequencyNoiseTexture) == 0x0003C0, "Member 'UEngine::HighFrequencyNoiseTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, HighFrequencyNoiseTextureName) == 0x0003C8, "Member 'UEngine::HighFrequencyNoiseTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBokehTexture) == 0x0003E8, "Member 'UEngine::DefaultBokehTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBokehTextureName) == 0x0003F0, "Member 'UEngine::DefaultBokehTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBloomKernelTexture) == 0x000410, "Member 'UEngine::DefaultBloomKernelTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBloomKernelTextureName) == 0x000418, "Member 'UEngine::DefaultBloomKernelTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WireframeMaterial) == 0x000438, "Member 'UEngine::WireframeMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WireframeMaterialName) == 0x000440, "Member 'UEngine::WireframeMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DebugMeshMaterial) == 0x000450, "Member 'UEngine::DebugMeshMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DebugMeshMaterialName) == 0x000458, "Member 'UEngine::DebugMeshMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, EmissiveMeshMaterial) == 0x000478, "Member 'UEngine::EmissiveMeshMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, EmissiveMeshMaterialName) == 0x000480, "Member 'UEngine::EmissiveMeshMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelColorationLitMaterial) == 0x0004A0, "Member 'UEngine::LevelColorationLitMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelColorationLitMaterialName) == 0x0004A8, "Member 'UEngine::LevelColorationLitMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelColorationUnlitMaterial) == 0x0004B8, "Member 'UEngine::LevelColorationUnlitMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelColorationUnlitMaterialName) == 0x0004C0, "Member 'UEngine::LevelColorationUnlitMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightingTexelDensityMaterial) == 0x0004D0, "Member 'UEngine::LightingTexelDensityMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightingTexelDensityName) == 0x0004D8, "Member 'UEngine::LightingTexelDensityName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ShadedLevelColorationLitMaterial) == 0x0004E8, "Member 'UEngine::ShadedLevelColorationLitMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ShadedLevelColorationLitMaterialName) == 0x0004F0, "Member 'UEngine::ShadedLevelColorationLitMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ShadedLevelColorationUnlitMaterial) == 0x000500, "Member 'UEngine::ShadedLevelColorationUnlitMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ShadedLevelColorationUnlitMaterialName) == 0x000508, "Member 'UEngine::ShadedLevelColorationUnlitMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, RemoveSurfaceMaterial) == 0x000518, "Member 'UEngine::RemoveSurfaceMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, RemoveSurfaceMaterialName) == 0x000520, "Member 'UEngine::RemoveSurfaceMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorMaterial) == 0x000540, "Member 'UEngine::VertexColorMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorMaterialName) == 0x000548, "Member 'UEngine::VertexColorMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterial_ColorOnly) == 0x000558, "Member 'UEngine::VertexColorViewModeMaterial_ColorOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_ColorOnly) == 0x000560, "Member 'UEngine::VertexColorViewModeMaterialName_ColorOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterial_AlphaAsColor) == 0x000570, "Member 'UEngine::VertexColorViewModeMaterial_AlphaAsColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_AlphaAsColor) == 0x000578, "Member 'UEngine::VertexColorViewModeMaterialName_AlphaAsColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterial_RedOnly) == 0x000588, "Member 'UEngine::VertexColorViewModeMaterial_RedOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_RedOnly) == 0x000590, "Member 'UEngine::VertexColorViewModeMaterialName_RedOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterial_GreenOnly) == 0x0005A0, "Member 'UEngine::VertexColorViewModeMaterial_GreenOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_GreenOnly) == 0x0005A8, "Member 'UEngine::VertexColorViewModeMaterialName_GreenOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterial_BlueOnly) == 0x0005B8, "Member 'UEngine::VertexColorViewModeMaterial_BlueOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_BlueOnly) == 0x0005C0, "Member 'UEngine::VertexColorViewModeMaterialName_BlueOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DebugEditorMaterialName) == 0x0005D0, "Member 'UEngine::DebugEditorMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterial) == 0x0005F0, "Member 'UEngine::ConstraintLimitMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialX) == 0x0005F8, "Member 'UEngine::ConstraintLimitMaterialX' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialXAxis) == 0x000600, "Member 'UEngine::ConstraintLimitMaterialXAxis' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialY) == 0x000608, "Member 'UEngine::ConstraintLimitMaterialY' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialYAxis) == 0x000610, "Member 'UEngine::ConstraintLimitMaterialYAxis' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialZ) == 0x000618, "Member 'UEngine::ConstraintLimitMaterialZ' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialZAxis) == 0x000620, "Member 'UEngine::ConstraintLimitMaterialZAxis' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialPrismatic) == 0x000628, "Member 'UEngine::ConstraintLimitMaterialPrismatic' has a wrong offset!"); \ +static_assert(offsetof(UEngine, InvalidLightmapSettingsMaterial) == 0x000630, "Member 'UEngine::InvalidLightmapSettingsMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, InvalidLightmapSettingsMaterialName) == 0x000638, "Member 'UEngine::InvalidLightmapSettingsMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PreviewShadowsIndicatorMaterial) == 0x000658, "Member 'UEngine::PreviewShadowsIndicatorMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PreviewShadowsIndicatorMaterialName) == 0x000660, "Member 'UEngine::PreviewShadowsIndicatorMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ArrowMaterial) == 0x000680, "Member 'UEngine::ArrowMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ArrowMaterialYellow) == 0x000688, "Member 'UEngine::ArrowMaterialYellow' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ArrowMaterialName) == 0x000690, "Member 'UEngine::ArrowMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightingOnlyBrightness) == 0x0006B0, "Member 'UEngine::LightingOnlyBrightness' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ShaderComplexityColors) == 0x0006C0, "Member 'UEngine::ShaderComplexityColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, QuadComplexityColors) == 0x0006D0, "Member 'UEngine::QuadComplexityColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightComplexityColors) == 0x0006E0, "Member 'UEngine::LightComplexityColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, StationaryLightOverlapColors) == 0x0006F0, "Member 'UEngine::StationaryLightOverlapColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LODColorationColors) == 0x000700, "Member 'UEngine::LODColorationColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, HLODColorationColors) == 0x000710, "Member 'UEngine::HLODColorationColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, StreamingAccuracyColors) == 0x000720, "Member 'UEngine::StreamingAccuracyColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxPixelShaderAdditiveComplexityCount) == 0x000730, "Member 'UEngine::MaxPixelShaderAdditiveComplexityCount' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxES3PixelShaderAdditiveComplexityCount) == 0x000734, "Member 'UEngine::MaxES3PixelShaderAdditiveComplexityCount' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MinLightMapDensity) == 0x000738, "Member 'UEngine::MinLightMapDensity' has a wrong offset!"); \ +static_assert(offsetof(UEngine, IdealLightMapDensity) == 0x00073C, "Member 'UEngine::IdealLightMapDensity' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxLightMapDensity) == 0x000740, "Member 'UEngine::MaxLightMapDensity' has a wrong offset!"); \ +static_assert(offsetof(UEngine, RenderLightMapDensityGrayscaleScale) == 0x000748, "Member 'UEngine::RenderLightMapDensityGrayscaleScale' has a wrong offset!"); \ +static_assert(offsetof(UEngine, RenderLightMapDensityColorScale) == 0x00074C, "Member 'UEngine::RenderLightMapDensityColorScale' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightMapDensityVertexMappedColor) == 0x000750, "Member 'UEngine::LightMapDensityVertexMappedColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightMapDensitySelectedColor) == 0x000760, "Member 'UEngine::LightMapDensitySelectedColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, StatColorMappings) == 0x000770, "Member 'UEngine::StatColorMappings' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultPhysMaterial) == 0x000780, "Member 'UEngine::DefaultPhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultPhysMaterialName) == 0x000788, "Member 'UEngine::DefaultPhysMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ActiveGameNameRedirects) == 0x0007A8, "Member 'UEngine::ActiveGameNameRedirects' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ActiveClassRedirects) == 0x0007B8, "Member 'UEngine::ActiveClassRedirects' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ActivePluginRedirects) == 0x0007C8, "Member 'UEngine::ActivePluginRedirects' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ActiveStructRedirects) == 0x0007D8, "Member 'UEngine::ActiveStructRedirects' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PreIntegratedSkinBRDFTexture) == 0x0007E8, "Member 'UEngine::PreIntegratedSkinBRDFTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PreIntegratedSkinBRDFTextureName) == 0x0007F0, "Member 'UEngine::PreIntegratedSkinBRDFTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, BlueNoiseTexture) == 0x000810, "Member 'UEngine::BlueNoiseTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, BlueNoiseTextureName) == 0x000818, "Member 'UEngine::BlueNoiseTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MiniFontTexture) == 0x000838, "Member 'UEngine::MiniFontTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MiniFontTextureName) == 0x000840, "Member 'UEngine::MiniFontTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WeightMapPlaceholderTexture) == 0x000860, "Member 'UEngine::WeightMapPlaceholderTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WeightMapPlaceholderTextureName) == 0x000868, "Member 'UEngine::WeightMapPlaceholderTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightMapDensityTexture) == 0x000888, "Member 'UEngine::LightMapDensityTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightMapDensityTextureName) == 0x000890, "Member 'UEngine::LightMapDensityTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameViewport) == 0x0008B8, "Member 'UEngine::GameViewport' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DeferredCommands) == 0x0008C0, "Member 'UEngine::DeferredCommands' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NearClipPlane) == 0x0008D0, "Member 'UEngine::NearClipPlane' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaximumLoopIterationCount) == 0x0008D8, "Member 'UEngine::MaximumLoopIterationCount' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaximumReplicationForceInitPropertiesCount) == 0x0008DC, "Member 'UEngine::MaximumReplicationForceInitPropertiesCount' has a wrong offset!"); \ +static_assert(offsetof(UEngine, FixedFrameRate) == 0x0008E4, "Member 'UEngine::FixedFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SmoothedFrameRateRange) == 0x0008E8, "Member 'UEngine::SmoothedFrameRateRange' has a wrong offset!"); \ +static_assert(offsetof(UEngine, CustomTimeStep) == 0x0008F8, "Member 'UEngine::CustomTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UEngine, CustomTimeStepClassName) == 0x000920, "Member 'UEngine::CustomTimeStepClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TimecodeProvider) == 0x000940, "Member 'UEngine::TimecodeProvider' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TimecodeProviderClassName) == 0x000968, "Member 'UEngine::TimecodeProviderClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, bGenerateDefaultTimecode) == 0x000988, "Member 'UEngine::bGenerateDefaultTimecode' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GenerateDefaultTimecodeFrameRate) == 0x00098C, "Member 'UEngine::GenerateDefaultTimecodeFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GenerateDefaultTimecodeFrameDelay) == 0x000994, "Member 'UEngine::GenerateDefaultTimecodeFrameDelay' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NumPawnsAllowedToBeSpawnedInAFrame) == 0x00099C, "Member 'UEngine::NumPawnsAllowedToBeSpawnedInAFrame' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_WorldBox) == 0x0009A4, "Member 'UEngine::C_WorldBox' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_BrushWire) == 0x0009A8, "Member 'UEngine::C_BrushWire' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_AddWire) == 0x0009AC, "Member 'UEngine::C_AddWire' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_SubtractWire) == 0x0009B0, "Member 'UEngine::C_SubtractWire' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_SemiSolidWire) == 0x0009B4, "Member 'UEngine::C_SemiSolidWire' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_NonSolidWire) == 0x0009B8, "Member 'UEngine::C_NonSolidWire' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_WireBackground) == 0x0009BC, "Member 'UEngine::C_WireBackground' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_ScaleBoxHi) == 0x0009C0, "Member 'UEngine::C_ScaleBoxHi' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_VolumeCollision) == 0x0009C4, "Member 'UEngine::C_VolumeCollision' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_BSPCollision) == 0x0009C8, "Member 'UEngine::C_BSPCollision' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_OrthoBackground) == 0x0009CC, "Member 'UEngine::C_OrthoBackground' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_Volume) == 0x0009D0, "Member 'UEngine::C_Volume' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_BrushShape) == 0x0009D4, "Member 'UEngine::C_BrushShape' has a wrong offset!"); \ +static_assert(offsetof(UEngine, StreamingDistanceFactor) == 0x0009D8, "Member 'UEngine::StreamingDistanceFactor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameScreenshotSaveDirectory) == 0x0009E0, "Member 'UEngine::GameScreenshotSaveDirectory' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TransitionType) == 0x0009F0, "Member 'UEngine::TransitionType' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TransitionDescription) == 0x0009F8, "Member 'UEngine::TransitionDescription' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TransitionGameMode) == 0x000A08, "Member 'UEngine::TransitionGameMode' has a wrong offset!"); \ +static_assert(offsetof(UEngine, CameraRotationThreshold) == 0x000A1C, "Member 'UEngine::CameraRotationThreshold' has a wrong offset!"); \ +static_assert(offsetof(UEngine, CameraTranslationThreshold) == 0x000A20, "Member 'UEngine::CameraTranslationThreshold' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PrimitiveProbablyVisibleTime) == 0x000A24, "Member 'UEngine::PrimitiveProbablyVisibleTime' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxOcclusionPixelsFraction) == 0x000A28, "Member 'UEngine::MaxOcclusionPixelsFraction' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxParticleResize) == 0x000A30, "Member 'UEngine::MaxParticleResize' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxParticleResizeWarn) == 0x000A34, "Member 'UEngine::MaxParticleResizeWarn' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PendingDroppedNotes) == 0x000A38, "Member 'UEngine::PendingDroppedNotes' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NetClientTicksPerSecond) == 0x000A48, "Member 'UEngine::NetClientTicksPerSecond' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DisplayGamma) == 0x000A4C, "Member 'UEngine::DisplayGamma' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MinDesiredFrameRate) == 0x000A50, "Member 'UEngine::MinDesiredFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultSelectedMaterialColor) == 0x000A54, "Member 'UEngine::DefaultSelectedMaterialColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SelectedMaterialColor) == 0x000A64, "Member 'UEngine::SelectedMaterialColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SelectionOutlineColor) == 0x000A74, "Member 'UEngine::SelectionOutlineColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SubduedSelectionOutlineColor) == 0x000A84, "Member 'UEngine::SubduedSelectionOutlineColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SelectedMaterialColorOverride) == 0x000A94, "Member 'UEngine::SelectedMaterialColorOverride' has a wrong offset!"); \ +static_assert(offsetof(UEngine, bIsOverridingSelectedColor) == 0x000AA4, "Member 'UEngine::bIsOverridingSelectedColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, bEnableVisualLogRecordingOnStart) == 0x000AAC, "Member 'UEngine::bEnableVisualLogRecordingOnStart' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ScreenSaverInhibitorSemaphore) == 0x000AB0, "Member 'UEngine::ScreenSaverInhibitorSemaphore' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ParticleEventManagerClassPath) == 0x000AB8, "Member 'UEngine::ParticleEventManagerClassPath' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SelectionHighlightIntensity) == 0x000AC8, "Member 'UEngine::SelectionHighlightIntensity' has a wrong offset!"); \ +static_assert(offsetof(UEngine, BSPSelectionHighlightIntensity) == 0x000ACC, "Member 'UEngine::BSPSelectionHighlightIntensity' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SelectionHighlightIntensityBillboards) == 0x000AD0, "Member 'UEngine::SelectionHighlightIntensityBillboards' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NetDriverDefinitions) == 0x000D58, "Member 'UEngine::NetDriverDefinitions' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ServerActors) == 0x000D68, "Member 'UEngine::ServerActors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, RuntimeServerActors) == 0x000D78, "Member 'UEngine::RuntimeServerActors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NetErrorLogInterval) == 0x000D88, "Member 'UEngine::NetErrorLogInterval' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NextWorldContextHandle) == 0x000DA8, "Member 'UEngine::NextWorldContextHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APhysicsVolume \ +static_assert(alignof(APhysicsVolume) == 0x000008, "Wrong alignment on APhysicsVolume"); \ +static_assert(sizeof(APhysicsVolume) == 0x000310, "Wrong size on APhysicsVolume"); \ +static_assert(offsetof(APhysicsVolume, TerminalVelocity) == 0x000300, "Member 'APhysicsVolume::TerminalVelocity' has a wrong offset!"); \ +static_assert(offsetof(APhysicsVolume, Priority) == 0x000304, "Member 'APhysicsVolume::Priority' has a wrong offset!"); \ +static_assert(offsetof(APhysicsVolume, FluidFriction) == 0x000308, "Member 'APhysicsVolume::FluidFriction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AKillZVolume \ +static_assert(alignof(AKillZVolume) == 0x000008, "Wrong alignment on AKillZVolume"); \ +static_assert(sizeof(AKillZVolume) == 0x000310, "Wrong size on AKillZVolume"); \ + +#define DUMPER7_ASSERTS_UActorChannel \ +static_assert(alignof(UActorChannel) == 0x000008, "Wrong alignment on UActorChannel"); \ +static_assert(sizeof(UActorChannel) == 0x0002A0, "Wrong size on UActorChannel"); \ +static_assert(offsetof(UActorChannel, Actor) == 0x000078, "Member 'UActorChannel::Actor' has a wrong offset!"); \ +static_assert(offsetof(UActorChannel, CreateSubObjects) == 0x000168, "Member 'UActorChannel::CreateSubObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionInterface \ +static_assert(alignof(UMaterialFunctionInterface) == 0x000008, "Wrong alignment on UMaterialFunctionInterface"); \ +static_assert(sizeof(UMaterialFunctionInterface) == 0x000048, "Wrong size on UMaterialFunctionInterface"); \ +static_assert(offsetof(UMaterialFunctionInterface, StateId) == 0x000030, "Member 'UMaterialFunctionInterface::StateId' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInterface, MaterialFunctionUsage) == 0x000040, "Member 'UMaterialFunctionInterface::MaterialFunctionUsage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CurveBase_GetTimeRange \ +static_assert(alignof(CurveBase_GetTimeRange) == 0x000004, "Wrong alignment on CurveBase_GetTimeRange"); \ +static_assert(sizeof(CurveBase_GetTimeRange) == 0x000008, "Wrong size on CurveBase_GetTimeRange"); \ +static_assert(offsetof(CurveBase_GetTimeRange, MinTime) == 0x000000, "Member 'CurveBase_GetTimeRange::MinTime' has a wrong offset!"); \ +static_assert(offsetof(CurveBase_GetTimeRange, MaxTime) == 0x000004, "Member 'CurveBase_GetTimeRange::MaxTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CurveBase_GetValueRange \ +static_assert(alignof(CurveBase_GetValueRange) == 0x000004, "Wrong alignment on CurveBase_GetValueRange"); \ +static_assert(sizeof(CurveBase_GetValueRange) == 0x000008, "Wrong size on CurveBase_GetValueRange"); \ +static_assert(offsetof(CurveBase_GetValueRange, MinValue) == 0x000000, "Member 'CurveBase_GetValueRange::MinValue' has a wrong offset!"); \ +static_assert(offsetof(CurveBase_GetValueRange, MaxValue) == 0x000004, "Member 'CurveBase_GetValueRange::MaxValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCurveBase \ +static_assert(alignof(UCurveBase) == 0x000008, "Wrong alignment on UCurveBase"); \ +static_assert(sizeof(UCurveBase) == 0x000038, "Wrong size on UCurveBase"); \ + +#define DUMPER7_ASSERTS_CurveFloat_GetFloatValue \ +static_assert(alignof(CurveFloat_GetFloatValue) == 0x000004, "Wrong alignment on CurveFloat_GetFloatValue"); \ +static_assert(sizeof(CurveFloat_GetFloatValue) == 0x000008, "Wrong size on CurveFloat_GetFloatValue"); \ +static_assert(offsetof(CurveFloat_GetFloatValue, InTime) == 0x000000, "Member 'CurveFloat_GetFloatValue::InTime' has a wrong offset!"); \ +static_assert(offsetof(CurveFloat_GetFloatValue, ReturnValue) == 0x000004, "Member 'CurveFloat_GetFloatValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCurveFloat \ +static_assert(alignof(UCurveFloat) == 0x000008, "Wrong alignment on UCurveFloat"); \ +static_assert(sizeof(UCurveFloat) == 0x0000C0, "Wrong size on UCurveFloat"); \ +static_assert(offsetof(UCurveFloat, FloatCurve) == 0x000038, "Member 'UCurveFloat::FloatCurve' has a wrong offset!"); \ +static_assert(offsetof(UCurveFloat, bIsEventCurve) == 0x0000B8, "Member 'UCurveFloat::bIsEventCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlendSpaceBase \ +static_assert(alignof(UBlendSpaceBase) == 0x000008, "Wrong alignment on UBlendSpaceBase"); \ +static_assert(sizeof(UBlendSpaceBase) == 0x000158, "Wrong size on UBlendSpaceBase"); \ +static_assert(offsetof(UBlendSpaceBase, bRotationBlendInMeshSpace) == 0x000090, "Member 'UBlendSpaceBase::bRotationBlendInMeshSpace' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpaceBase, AnimLength) == 0x000094, "Member 'UBlendSpaceBase::AnimLength' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpaceBase, InterpolationParam) == 0x000098, "Member 'UBlendSpaceBase::InterpolationParam' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpaceBase, TargetWeightInterpolationSpeedPerSec) == 0x0000B0, "Member 'UBlendSpaceBase::TargetWeightInterpolationSpeedPerSec' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpaceBase, NotifyTriggerMode) == 0x0000B4, "Member 'UBlendSpaceBase::NotifyTriggerMode' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpaceBase, PerBoneBlend) == 0x0000B8, "Member 'UBlendSpaceBase::PerBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpaceBase, SampleIndexWithMarkers) == 0x0000C8, "Member 'UBlendSpaceBase::SampleIndexWithMarkers' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpaceBase, SampleData) == 0x0000D0, "Member 'UBlendSpaceBase::SampleData' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpaceBase, GridSamples) == 0x0000E0, "Member 'UBlendSpaceBase::GridSamples' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpaceBase, BlendParameters) == 0x0000F0, "Member 'UBlendSpaceBase::BlendParameters' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpaceBase, bLogInvalidSyncMarkers) == 0x000150, "Member 'UBlendSpaceBase::bLogInvalidSyncMarkers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlendSpace \ +static_assert(alignof(UBlendSpace) == 0x000008, "Wrong alignment on UBlendSpace"); \ +static_assert(sizeof(UBlendSpace) == 0x000160, "Wrong size on UBlendSpace"); \ +static_assert(offsetof(UBlendSpace, AxisToScaleAnimation) == 0x000158, "Member 'UBlendSpace::AxisToScaleAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlChannel \ +static_assert(alignof(UControlChannel) == 0x000008, "Wrong alignment on UControlChannel"); \ +static_assert(sizeof(UControlChannel) == 0x000090, "Wrong size on UControlChannel"); \ + +#define DUMPER7_ASSERTS_UAimOffsetBlendSpace \ +static_assert(alignof(UAimOffsetBlendSpace) == 0x000008, "Wrong alignment on UAimOffsetBlendSpace"); \ +static_assert(sizeof(UAimOffsetBlendSpace) == 0x000160, "Wrong size on UAimOffsetBlendSpace"); \ + +#define DUMPER7_ASSERTS_UBlendSpace1D \ +static_assert(alignof(UBlendSpace1D) == 0x000008, "Wrong alignment on UBlendSpace1D"); \ +static_assert(sizeof(UBlendSpace1D) == 0x000160, "Wrong size on UBlendSpace1D"); \ +static_assert(offsetof(UBlendSpace1D, bScaleAnimation) == 0x000158, "Member 'UBlendSpace1D::bScaleAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPackageMapClient \ +static_assert(alignof(UPackageMapClient) == 0x000008, "Wrong alignment on UPackageMapClient"); \ +static_assert(sizeof(UPackageMapClient) == 0x000410, "Wrong size on UPackageMapClient"); \ + +#define DUMPER7_ASSERTS_WindDirectionalSourceComponent_SetMaximumGustAmount \ +static_assert(alignof(WindDirectionalSourceComponent_SetMaximumGustAmount) == 0x000004, "Wrong alignment on WindDirectionalSourceComponent_SetMaximumGustAmount"); \ +static_assert(sizeof(WindDirectionalSourceComponent_SetMaximumGustAmount) == 0x000004, "Wrong size on WindDirectionalSourceComponent_SetMaximumGustAmount"); \ +static_assert(offsetof(WindDirectionalSourceComponent_SetMaximumGustAmount, InNewMaxGust) == 0x000000, "Member 'WindDirectionalSourceComponent_SetMaximumGustAmount::InNewMaxGust' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindDirectionalSourceComponent_SetMinimumGustAmount \ +static_assert(alignof(WindDirectionalSourceComponent_SetMinimumGustAmount) == 0x000004, "Wrong alignment on WindDirectionalSourceComponent_SetMinimumGustAmount"); \ +static_assert(sizeof(WindDirectionalSourceComponent_SetMinimumGustAmount) == 0x000004, "Wrong size on WindDirectionalSourceComponent_SetMinimumGustAmount"); \ +static_assert(offsetof(WindDirectionalSourceComponent_SetMinimumGustAmount, InNewMinGust) == 0x000000, "Member 'WindDirectionalSourceComponent_SetMinimumGustAmount::InNewMinGust' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindDirectionalSourceComponent_SetRadius \ +static_assert(alignof(WindDirectionalSourceComponent_SetRadius) == 0x000004, "Wrong alignment on WindDirectionalSourceComponent_SetRadius"); \ +static_assert(sizeof(WindDirectionalSourceComponent_SetRadius) == 0x000004, "Wrong size on WindDirectionalSourceComponent_SetRadius"); \ +static_assert(offsetof(WindDirectionalSourceComponent_SetRadius, InNewRadius) == 0x000000, "Member 'WindDirectionalSourceComponent_SetRadius::InNewRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindDirectionalSourceComponent_SetSpeed \ +static_assert(alignof(WindDirectionalSourceComponent_SetSpeed) == 0x000004, "Wrong alignment on WindDirectionalSourceComponent_SetSpeed"); \ +static_assert(sizeof(WindDirectionalSourceComponent_SetSpeed) == 0x000004, "Wrong size on WindDirectionalSourceComponent_SetSpeed"); \ +static_assert(offsetof(WindDirectionalSourceComponent_SetSpeed, InNewSpeed) == 0x000000, "Member 'WindDirectionalSourceComponent_SetSpeed::InNewSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindDirectionalSourceComponent_SetStrength \ +static_assert(alignof(WindDirectionalSourceComponent_SetStrength) == 0x000004, "Wrong alignment on WindDirectionalSourceComponent_SetStrength"); \ +static_assert(sizeof(WindDirectionalSourceComponent_SetStrength) == 0x000004, "Wrong size on WindDirectionalSourceComponent_SetStrength"); \ +static_assert(offsetof(WindDirectionalSourceComponent_SetStrength, InNewStrength) == 0x000000, "Member 'WindDirectionalSourceComponent_SetStrength::InNewStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindDirectionalSourceComponent_SetWindType \ +static_assert(alignof(WindDirectionalSourceComponent_SetWindType) == 0x000001, "Wrong alignment on WindDirectionalSourceComponent_SetWindType"); \ +static_assert(sizeof(WindDirectionalSourceComponent_SetWindType) == 0x000001, "Wrong size on WindDirectionalSourceComponent_SetWindType"); \ +static_assert(offsetof(WindDirectionalSourceComponent_SetWindType, InNewType) == 0x000000, "Member 'WindDirectionalSourceComponent_SetWindType::InNewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWindDirectionalSourceComponent \ +static_assert(alignof(UWindDirectionalSourceComponent) == 0x000010, "Wrong alignment on UWindDirectionalSourceComponent"); \ +static_assert(sizeof(UWindDirectionalSourceComponent) == 0x000250, "Wrong size on UWindDirectionalSourceComponent"); \ +static_assert(offsetof(UWindDirectionalSourceComponent, Strength) == 0x000228, "Member 'UWindDirectionalSourceComponent::Strength' has a wrong offset!"); \ +static_assert(offsetof(UWindDirectionalSourceComponent, Speed) == 0x00022C, "Member 'UWindDirectionalSourceComponent::Speed' has a wrong offset!"); \ +static_assert(offsetof(UWindDirectionalSourceComponent, MinGustAmount) == 0x000230, "Member 'UWindDirectionalSourceComponent::MinGustAmount' has a wrong offset!"); \ +static_assert(offsetof(UWindDirectionalSourceComponent, MaxGustAmount) == 0x000234, "Member 'UWindDirectionalSourceComponent::MaxGustAmount' has a wrong offset!"); \ +static_assert(offsetof(UWindDirectionalSourceComponent, Radius) == 0x000238, "Member 'UWindDirectionalSourceComponent::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCurveTable \ +static_assert(alignof(UCurveTable) == 0x000008, "Wrong alignment on UCurveTable"); \ +static_assert(sizeof(UCurveTable) == 0x0000A8, "Wrong size on UCurveTable"); \ + +#define DUMPER7_ASSERTS_UCompositeCurveTable \ +static_assert(alignof(UCompositeCurveTable) == 0x000008, "Wrong alignment on UCompositeCurveTable"); \ +static_assert(sizeof(UCompositeCurveTable) == 0x0000D0, "Wrong size on UCompositeCurveTable"); \ +static_assert(offsetof(UCompositeCurveTable, ParentTables) == 0x0000A8, "Member 'UCompositeCurveTable::ParentTables' has a wrong offset!"); \ +static_assert(offsetof(UCompositeCurveTable, OldParentTables) == 0x0000B8, "Member 'UCompositeCurveTable::OldParentTables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAimOffsetBlendSpace1D \ +static_assert(alignof(UAimOffsetBlendSpace1D) == 0x000008, "Wrong alignment on UAimOffsetBlendSpace1D"); \ +static_assert(sizeof(UAimOffsetBlendSpace1D) == 0x000160, "Wrong size on UAimOffsetBlendSpace1D"); \ + +#define DUMPER7_ASSERTS_AmbientSound_AdjustVolume \ +static_assert(alignof(AmbientSound_AdjustVolume) == 0x000004, "Wrong alignment on AmbientSound_AdjustVolume"); \ +static_assert(sizeof(AmbientSound_AdjustVolume) == 0x000008, "Wrong size on AmbientSound_AdjustVolume"); \ +static_assert(offsetof(AmbientSound_AdjustVolume, AdjustVolumeDuration) == 0x000000, "Member 'AmbientSound_AdjustVolume::AdjustVolumeDuration' has a wrong offset!"); \ +static_assert(offsetof(AmbientSound_AdjustVolume, AdjustVolumeLevel) == 0x000004, "Member 'AmbientSound_AdjustVolume::AdjustVolumeLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AmbientSound_FadeIn \ +static_assert(alignof(AmbientSound_FadeIn) == 0x000004, "Wrong alignment on AmbientSound_FadeIn"); \ +static_assert(sizeof(AmbientSound_FadeIn) == 0x000008, "Wrong size on AmbientSound_FadeIn"); \ +static_assert(offsetof(AmbientSound_FadeIn, FadeInDuration) == 0x000000, "Member 'AmbientSound_FadeIn::FadeInDuration' has a wrong offset!"); \ +static_assert(offsetof(AmbientSound_FadeIn, FadeVolumeLevel) == 0x000004, "Member 'AmbientSound_FadeIn::FadeVolumeLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AmbientSound_FadeOut \ +static_assert(alignof(AmbientSound_FadeOut) == 0x000004, "Wrong alignment on AmbientSound_FadeOut"); \ +static_assert(sizeof(AmbientSound_FadeOut) == 0x000008, "Wrong size on AmbientSound_FadeOut"); \ +static_assert(offsetof(AmbientSound_FadeOut, FadeOutDuration) == 0x000000, "Member 'AmbientSound_FadeOut::FadeOutDuration' has a wrong offset!"); \ +static_assert(offsetof(AmbientSound_FadeOut, FadeVolumeLevel) == 0x000004, "Member 'AmbientSound_FadeOut::FadeVolumeLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AmbientSound_Play \ +static_assert(alignof(AmbientSound_Play) == 0x000004, "Wrong alignment on AmbientSound_Play"); \ +static_assert(sizeof(AmbientSound_Play) == 0x000004, "Wrong size on AmbientSound_Play"); \ +static_assert(offsetof(AmbientSound_Play, StartTime) == 0x000000, "Member 'AmbientSound_Play::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAmbientSound \ +static_assert(alignof(AAmbientSound) == 0x000008, "Wrong alignment on AAmbientSound"); \ +static_assert(sizeof(AAmbientSound) == 0x0002B0, "Wrong size on AAmbientSound"); \ +static_assert(offsetof(AAmbientSound, AudioComponent) == 0x0002A8, "Member 'AAmbientSound::AudioComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataDrivenCVarEngineSubsystem \ +static_assert(alignof(UDataDrivenCVarEngineSubsystem) == 0x000008, "Wrong alignment on UDataDrivenCVarEngineSubsystem"); \ +static_assert(sizeof(UDataDrivenCVarEngineSubsystem) == 0x000048, "Wrong size on UDataDrivenCVarEngineSubsystem"); \ +static_assert(offsetof(UDataDrivenCVarEngineSubsystem, OnDataDrivenCVarDelegate) == 0x000038, "Member 'UDataDrivenCVarEngineSubsystem::OnDataDrivenCVarDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimBlueprint \ +static_assert(alignof(UAnimBlueprint) == 0x000008, "Wrong alignment on UAnimBlueprint"); \ +static_assert(sizeof(UAnimBlueprint) == 0x0000D0, "Wrong size on UAnimBlueprint"); \ +static_assert(offsetof(UAnimBlueprint, TargetSkeleton) == 0x0000B0, "Member 'UAnimBlueprint::TargetSkeleton' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprint, Groups) == 0x0000B8, "Member 'UAnimBlueprint::Groups' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprint, bUseMultiThreadedAnimationUpdate) == 0x0000C8, "Member 'UAnimBlueprint::bUseMultiThreadedAnimationUpdate' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprint, bWarnAboutBlueprintUsage) == 0x0000C9, "Member 'UAnimBlueprint::bWarnAboutBlueprintUsage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimClassData \ +static_assert(alignof(UAnimClassData) == 0x000008, "Wrong alignment on UAnimClassData"); \ +static_assert(sizeof(UAnimClassData) == 0x000338, "Wrong size on UAnimClassData"); \ +static_assert(offsetof(UAnimClassData, BakedStateMachines) == 0x000038, "Member 'UAnimClassData::BakedStateMachines' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, TargetSkeleton) == 0x000048, "Member 'UAnimClassData::TargetSkeleton' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, AnimNotifies) == 0x000050, "Member 'UAnimClassData::AnimNotifies' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, OrderedSavedPoseIndicesMap) == 0x000060, "Member 'UAnimClassData::OrderedSavedPoseIndicesMap' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, AnimBlueprintFunctions) == 0x0000B0, "Member 'UAnimClassData::AnimBlueprintFunctions' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, AnimBlueprintFunctionData) == 0x0000C0, "Member 'UAnimClassData::AnimBlueprintFunctionData' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, AnimNodeProperties) == 0x0000D0, "Member 'UAnimClassData::AnimNodeProperties' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, LinkedAnimGraphNodeProperties) == 0x0000F0, "Member 'UAnimClassData::LinkedAnimGraphNodeProperties' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, LinkedAnimLayerNodeProperties) == 0x000110, "Member 'UAnimClassData::LinkedAnimLayerNodeProperties' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, PreUpdateNodeProperties) == 0x000130, "Member 'UAnimClassData::PreUpdateNodeProperties' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, DynamicResetNodeProperties) == 0x000150, "Member 'UAnimClassData::DynamicResetNodeProperties' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, StateMachineNodeProperties) == 0x000170, "Member 'UAnimClassData::StateMachineNodeProperties' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, InitializationNodeProperties) == 0x000190, "Member 'UAnimClassData::InitializationNodeProperties' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, GraphNameAssetPlayers) == 0x0001B0, "Member 'UAnimClassData::GraphNameAssetPlayers' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, SyncGroupNames) == 0x000200, "Member 'UAnimClassData::SyncGroupNames' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, EvaluateGraphExposedInputs) == 0x000210, "Member 'UAnimClassData::EvaluateGraphExposedInputs' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, GraphBlendOptions) == 0x000220, "Member 'UAnimClassData::GraphBlendOptions' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, PropertyAccessLibrary) == 0x000270, "Member 'UAnimClassData::PropertyAccessLibrary' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INetworkPredictionInterface \ +static_assert(alignof(INetworkPredictionInterface) == 0x000001, "Wrong alignment on INetworkPredictionInterface"); \ +static_assert(sizeof(INetworkPredictionInterface) == 0x000001, "Wrong size on INetworkPredictionInterface"); \ + +#define DUMPER7_ASSERTS_IAnimClassInterface \ +static_assert(alignof(IAnimClassInterface) == 0x000001, "Wrong alignment on IAnimClassInterface"); \ +static_assert(sizeof(IAnimClassInterface) == 0x000001, "Wrong size on IAnimClassInterface"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstProperty \ +static_assert(alignof(UInterpTrackInstProperty) == 0x000008, "Wrong alignment on UInterpTrackInstProperty"); \ +static_assert(sizeof(UInterpTrackInstProperty) == 0x000058, "Wrong size on UInterpTrackInstProperty"); \ +static_assert(offsetof(UInterpTrackInstProperty, InterpProperty) == 0x000030, "Member 'UInterpTrackInstProperty::InterpProperty' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstProperty, PropertyOuterObjectInst) == 0x000050, "Member 'UInterpTrackInstProperty::PropertyOuterObjectInst' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstColorProp \ +static_assert(alignof(UInterpTrackInstColorProp) == 0x000008, "Wrong alignment on UInterpTrackInstColorProp"); \ +static_assert(sizeof(UInterpTrackInstColorProp) == 0x000068, "Wrong size on UInterpTrackInstColorProp"); \ +static_assert(offsetof(UInterpTrackInstColorProp, ResetColor) == 0x000060, "Member 'UInterpTrackInstColorProp::ResetColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGarbageCollectionSettings \ +static_assert(alignof(UGarbageCollectionSettings) == 0x000008, "Wrong alignment on UGarbageCollectionSettings"); \ +static_assert(sizeof(UGarbageCollectionSettings) == 0x000068, "Wrong size on UGarbageCollectionSettings"); \ +static_assert(offsetof(UGarbageCollectionSettings, TimeBetweenPurgingPendingKillObjects) == 0x000048, "Member 'UGarbageCollectionSettings::TimeBetweenPurgingPendingKillObjects' has a wrong offset!"); \ +static_assert(offsetof(UGarbageCollectionSettings, MinGCClusterSize) == 0x000050, "Member 'UGarbageCollectionSettings::MinGCClusterSize' has a wrong offset!"); \ +static_assert(offsetof(UGarbageCollectionSettings, NumRetriesBeforeForcingGC) == 0x000054, "Member 'UGarbageCollectionSettings::NumRetriesBeforeForcingGC' has a wrong offset!"); \ +static_assert(offsetof(UGarbageCollectionSettings, MaxObjectsNotConsideredByGC) == 0x000058, "Member 'UGarbageCollectionSettings::MaxObjectsNotConsideredByGC' has a wrong offset!"); \ +static_assert(offsetof(UGarbageCollectionSettings, SizeOfPermanentObjectPool) == 0x00005C, "Member 'UGarbageCollectionSettings::SizeOfPermanentObjectPool' has a wrong offset!"); \ +static_assert(offsetof(UGarbageCollectionSettings, MaxObjectsInGame) == 0x000060, "Member 'UGarbageCollectionSettings::MaxObjectsInGame' has a wrong offset!"); \ +static_assert(offsetof(UGarbageCollectionSettings, MaxObjectsInEditor) == 0x000064, "Member 'UGarbageCollectionSettings::MaxObjectsInEditor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimCompositeBase \ +static_assert(alignof(UAnimCompositeBase) == 0x000008, "Wrong alignment on UAnimCompositeBase"); \ +static_assert(sizeof(UAnimCompositeBase) == 0x0000B0, "Wrong size on UAnimCompositeBase"); \ + +#define DUMPER7_ASSERTS_UAnimComposite \ +static_assert(alignof(UAnimComposite) == 0x000008, "Wrong alignment on UAnimComposite"); \ +static_assert(sizeof(UAnimComposite) == 0x0000C0, "Wrong size on UAnimComposite"); \ +static_assert(offsetof(UAnimComposite, AnimationTrack) == 0x0000B0, "Member 'UAnimComposite::AnimationTrack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILODSyncInterface \ +static_assert(alignof(ILODSyncInterface) == 0x000001, "Wrong alignment on ILODSyncInterface"); \ +static_assert(sizeof(ILODSyncInterface) == 0x000001, "Wrong size on ILODSyncInterface"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_AddEnvelopeFollowerDelegate \ +static_assert(alignof(SoundSubmix_AddEnvelopeFollowerDelegate) == 0x000008, "Wrong alignment on SoundSubmix_AddEnvelopeFollowerDelegate"); \ +static_assert(sizeof(SoundSubmix_AddEnvelopeFollowerDelegate) == 0x000020, "Wrong size on SoundSubmix_AddEnvelopeFollowerDelegate"); \ +static_assert(offsetof(SoundSubmix_AddEnvelopeFollowerDelegate, WorldContextObject) == 0x000000, "Member 'SoundSubmix_AddEnvelopeFollowerDelegate::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_AddEnvelopeFollowerDelegate, OnSubmixEnvelopeBP) == 0x000008, "Member 'SoundSubmix_AddEnvelopeFollowerDelegate::OnSubmixEnvelopeBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_AddSpectralAnalysisDelegate \ +static_assert(alignof(SoundSubmix_AddSpectralAnalysisDelegate) == 0x000008, "Wrong alignment on SoundSubmix_AddSpectralAnalysisDelegate"); \ +static_assert(sizeof(SoundSubmix_AddSpectralAnalysisDelegate) == 0x000040, "Wrong size on SoundSubmix_AddSpectralAnalysisDelegate"); \ +static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, WorldContextObject) == 0x000000, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, InBandSettings) == 0x000008, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::InBandSettings' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, OnSubmixSpectralAnalysisBP) == 0x000018, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::OnSubmixSpectralAnalysisBP' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, UpdateRate) == 0x00002C, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::UpdateRate' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, DecibelNoiseFloor) == 0x000030, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::DecibelNoiseFloor' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, bDoNormalize) == 0x000034, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::bDoNormalize' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, bDoAutoRange) == 0x000035, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::bDoAutoRange' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, AutoRangeAttackTime) == 0x000038, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::AutoRangeAttackTime' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, AutoRangeReleaseTime) == 0x00003C, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::AutoRangeReleaseTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_RemoveSpectralAnalysisDelegate \ +static_assert(alignof(SoundSubmix_RemoveSpectralAnalysisDelegate) == 0x000008, "Wrong alignment on SoundSubmix_RemoveSpectralAnalysisDelegate"); \ +static_assert(sizeof(SoundSubmix_RemoveSpectralAnalysisDelegate) == 0x000020, "Wrong size on SoundSubmix_RemoveSpectralAnalysisDelegate"); \ +static_assert(offsetof(SoundSubmix_RemoveSpectralAnalysisDelegate, WorldContextObject) == 0x000000, "Member 'SoundSubmix_RemoveSpectralAnalysisDelegate::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_RemoveSpectralAnalysisDelegate, OnSubmixSpectralAnalysisBP) == 0x000008, "Member 'SoundSubmix_RemoveSpectralAnalysisDelegate::OnSubmixSpectralAnalysisBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_SetSubmixOutputVolume \ +static_assert(alignof(SoundSubmix_SetSubmixOutputVolume) == 0x000008, "Wrong alignment on SoundSubmix_SetSubmixOutputVolume"); \ +static_assert(sizeof(SoundSubmix_SetSubmixOutputVolume) == 0x000010, "Wrong size on SoundSubmix_SetSubmixOutputVolume"); \ +static_assert(offsetof(SoundSubmix_SetSubmixOutputVolume, WorldContextObject) == 0x000000, "Member 'SoundSubmix_SetSubmixOutputVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_SetSubmixOutputVolume, InOutputVolume) == 0x000008, "Member 'SoundSubmix_SetSubmixOutputVolume::InOutputVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_StartEnvelopeFollowing \ +static_assert(alignof(SoundSubmix_StartEnvelopeFollowing) == 0x000008, "Wrong alignment on SoundSubmix_StartEnvelopeFollowing"); \ +static_assert(sizeof(SoundSubmix_StartEnvelopeFollowing) == 0x000008, "Wrong size on SoundSubmix_StartEnvelopeFollowing"); \ +static_assert(offsetof(SoundSubmix_StartEnvelopeFollowing, WorldContextObject) == 0x000000, "Member 'SoundSubmix_StartEnvelopeFollowing::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_StartRecordingOutput \ +static_assert(alignof(SoundSubmix_StartRecordingOutput) == 0x000008, "Wrong alignment on SoundSubmix_StartRecordingOutput"); \ +static_assert(sizeof(SoundSubmix_StartRecordingOutput) == 0x000010, "Wrong size on SoundSubmix_StartRecordingOutput"); \ +static_assert(offsetof(SoundSubmix_StartRecordingOutput, WorldContextObject) == 0x000000, "Member 'SoundSubmix_StartRecordingOutput::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_StartRecordingOutput, ExpectedDuration) == 0x000008, "Member 'SoundSubmix_StartRecordingOutput::ExpectedDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_StartSpectralAnalysis \ +static_assert(alignof(SoundSubmix_StartSpectralAnalysis) == 0x000008, "Wrong alignment on SoundSubmix_StartSpectralAnalysis"); \ +static_assert(sizeof(SoundSubmix_StartSpectralAnalysis) == 0x000018, "Wrong size on SoundSubmix_StartSpectralAnalysis"); \ +static_assert(offsetof(SoundSubmix_StartSpectralAnalysis, WorldContextObject) == 0x000000, "Member 'SoundSubmix_StartSpectralAnalysis::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_StartSpectralAnalysis, FFTSize) == 0x000008, "Member 'SoundSubmix_StartSpectralAnalysis::FFTSize' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_StartSpectralAnalysis, InterpolationMethod) == 0x000009, "Member 'SoundSubmix_StartSpectralAnalysis::InterpolationMethod' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_StartSpectralAnalysis, WindowType) == 0x00000A, "Member 'SoundSubmix_StartSpectralAnalysis::WindowType' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_StartSpectralAnalysis, HopSize) == 0x00000C, "Member 'SoundSubmix_StartSpectralAnalysis::HopSize' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_StartSpectralAnalysis, SpectrumType) == 0x000010, "Member 'SoundSubmix_StartSpectralAnalysis::SpectrumType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_StopEnvelopeFollowing \ +static_assert(alignof(SoundSubmix_StopEnvelopeFollowing) == 0x000008, "Wrong alignment on SoundSubmix_StopEnvelopeFollowing"); \ +static_assert(sizeof(SoundSubmix_StopEnvelopeFollowing) == 0x000008, "Wrong size on SoundSubmix_StopEnvelopeFollowing"); \ +static_assert(offsetof(SoundSubmix_StopEnvelopeFollowing, WorldContextObject) == 0x000000, "Member 'SoundSubmix_StopEnvelopeFollowing::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_StopRecordingOutput \ +static_assert(alignof(SoundSubmix_StopRecordingOutput) == 0x000008, "Wrong alignment on SoundSubmix_StopRecordingOutput"); \ +static_assert(sizeof(SoundSubmix_StopRecordingOutput) == 0x000038, "Wrong size on SoundSubmix_StopRecordingOutput"); \ +static_assert(offsetof(SoundSubmix_StopRecordingOutput, WorldContextObject) == 0x000000, "Member 'SoundSubmix_StopRecordingOutput::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_StopRecordingOutput, ExportType) == 0x000008, "Member 'SoundSubmix_StopRecordingOutput::ExportType' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_StopRecordingOutput, Name_0) == 0x000010, "Member 'SoundSubmix_StopRecordingOutput::Name_0' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_StopRecordingOutput, Path) == 0x000020, "Member 'SoundSubmix_StopRecordingOutput::Path' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_StopRecordingOutput, ExistingSoundWaveToOverwrite) == 0x000030, "Member 'SoundSubmix_StopRecordingOutput::ExistingSoundWaveToOverwrite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_StopSpectralAnalysis \ +static_assert(alignof(SoundSubmix_StopSpectralAnalysis) == 0x000008, "Wrong alignment on SoundSubmix_StopSpectralAnalysis"); \ +static_assert(sizeof(SoundSubmix_StopSpectralAnalysis) == 0x000008, "Wrong size on SoundSubmix_StopSpectralAnalysis"); \ +static_assert(offsetof(SoundSubmix_StopSpectralAnalysis, WorldContextObject) == 0x000000, "Member 'SoundSubmix_StopSpectralAnalysis::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundSubmix \ +static_assert(alignof(USoundSubmix) == 0x000008, "Wrong alignment on USoundSubmix"); \ +static_assert(sizeof(USoundSubmix) == 0x0000C8, "Wrong size on USoundSubmix"); \ +static_assert(offsetof(USoundSubmix, SubmixEffectChain) == 0x000050, "Member 'USoundSubmix::SubmixEffectChain' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, AmbisonicsPluginSettings) == 0x000060, "Member 'USoundSubmix::AmbisonicsPluginSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, EnvelopeFollowerAttackTime) == 0x000068, "Member 'USoundSubmix::EnvelopeFollowerAttackTime' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, EnvelopeFollowerReleaseTime) == 0x00006C, "Member 'USoundSubmix::EnvelopeFollowerReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, GainMode) == 0x000070, "Member 'USoundSubmix::GainMode' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, OutputVolume) == 0x000074, "Member 'USoundSubmix::OutputVolume' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, WetLevel) == 0x000078, "Member 'USoundSubmix::WetLevel' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, DryLevel) == 0x00007C, "Member 'USoundSubmix::DryLevel' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, OutputVolumeModulation) == 0x000080, "Member 'USoundSubmix::OutputVolumeModulation' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, WetLevelModulation) == 0x000090, "Member 'USoundSubmix::WetLevelModulation' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, DryLevelModulation) == 0x0000A0, "Member 'USoundSubmix::DryLevelModulation' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, OnSubmixRecordedFileDone) == 0x0000B0, "Member 'USoundSubmix::OnSubmixRecordedFileDone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimCompress_BitwiseCompressOnly \ +static_assert(alignof(UAnimCompress_BitwiseCompressOnly) == 0x000008, "Wrong alignment on UAnimCompress_BitwiseCompressOnly"); \ +static_assert(sizeof(UAnimCompress_BitwiseCompressOnly) == 0x000048, "Wrong size on UAnimCompress_BitwiseCompressOnly"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionConstant2Vector \ +static_assert(alignof(UMaterialExpressionConstant2Vector) == 0x000008, "Wrong alignment on UMaterialExpressionConstant2Vector"); \ +static_assert(sizeof(UMaterialExpressionConstant2Vector) == 0x000050, "Wrong size on UMaterialExpressionConstant2Vector"); \ +static_assert(offsetof(UMaterialExpressionConstant2Vector, R) == 0x000048, "Member 'UMaterialExpressionConstant2Vector::R' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionConstant2Vector, G) == 0x00004C, "Member 'UMaterialExpressionConstant2Vector::G' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReverbEffect \ +static_assert(alignof(UReverbEffect) == 0x000008, "Wrong alignment on UReverbEffect"); \ +static_assert(sizeof(UReverbEffect) == 0x000068, "Wrong size on UReverbEffect"); \ +static_assert(offsetof(UReverbEffect, bBypassEarlyReflections) == 0x000030, "Member 'UReverbEffect::bBypassEarlyReflections' has a wrong offset!"); \ +static_assert(offsetof(UReverbEffect, ReflectionsDelay) == 0x000034, "Member 'UReverbEffect::ReflectionsDelay' has a wrong offset!"); \ +static_assert(offsetof(UReverbEffect, GainHF) == 0x000038, "Member 'UReverbEffect::GainHF' has a wrong offset!"); \ +static_assert(offsetof(UReverbEffect, ReflectionsGain) == 0x00003C, "Member 'UReverbEffect::ReflectionsGain' has a wrong offset!"); \ +static_assert(offsetof(UReverbEffect, bBypassLateReflections) == 0x000040, "Member 'UReverbEffect::bBypassLateReflections' has a wrong offset!"); \ +static_assert(offsetof(UReverbEffect, LateDelay) == 0x000044, "Member 'UReverbEffect::LateDelay' has a wrong offset!"); \ +static_assert(offsetof(UReverbEffect, DecayTime) == 0x000048, "Member 'UReverbEffect::DecayTime' has a wrong offset!"); \ +static_assert(offsetof(UReverbEffect, Density) == 0x00004C, "Member 'UReverbEffect::Density' has a wrong offset!"); \ +static_assert(offsetof(UReverbEffect, Diffusion) == 0x000050, "Member 'UReverbEffect::Diffusion' has a wrong offset!"); \ +static_assert(offsetof(UReverbEffect, AirAbsorptionGainHF) == 0x000054, "Member 'UReverbEffect::AirAbsorptionGainHF' has a wrong offset!"); \ +static_assert(offsetof(UReverbEffect, DecayHFRatio) == 0x000058, "Member 'UReverbEffect::DecayHFRatio' has a wrong offset!"); \ +static_assert(offsetof(UReverbEffect, LateGain) == 0x00005C, "Member 'UReverbEffect::LateGain' has a wrong offset!"); \ +static_assert(offsetof(UReverbEffect, Gain) == 0x000060, "Member 'UReverbEffect::Gain' has a wrong offset!"); \ +static_assert(offsetof(UReverbEffect, RoomRolloffFactor) == 0x000064, "Member 'UReverbEffect::RoomRolloffFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimCompress_LeastDestructive \ +static_assert(alignof(UAnimCompress_LeastDestructive) == 0x000008, "Wrong alignment on UAnimCompress_LeastDestructive"); \ +static_assert(sizeof(UAnimCompress_LeastDestructive) == 0x000048, "Wrong size on UAnimCompress_LeastDestructive"); \ + +#define DUMPER7_ASSERTS_UAnimCompress_RemoveLinearKeys \ +static_assert(alignof(UAnimCompress_RemoveLinearKeys) == 0x000008, "Wrong alignment on UAnimCompress_RemoveLinearKeys"); \ +static_assert(sizeof(UAnimCompress_RemoveLinearKeys) == 0x000068, "Wrong size on UAnimCompress_RemoveLinearKeys"); \ +static_assert(offsetof(UAnimCompress_RemoveLinearKeys, MaxPosDiff) == 0x000048, "Member 'UAnimCompress_RemoveLinearKeys::MaxPosDiff' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_RemoveLinearKeys, MaxAngleDiff) == 0x00004C, "Member 'UAnimCompress_RemoveLinearKeys::MaxAngleDiff' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_RemoveLinearKeys, MaxScaleDiff) == 0x000050, "Member 'UAnimCompress_RemoveLinearKeys::MaxScaleDiff' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_RemoveLinearKeys, MaxEffectorDiff) == 0x000054, "Member 'UAnimCompress_RemoveLinearKeys::MaxEffectorDiff' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_RemoveLinearKeys, MinEffectorDiff) == 0x000058, "Member 'UAnimCompress_RemoveLinearKeys::MinEffectorDiff' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_RemoveLinearKeys, EffectorDiffSocket) == 0x00005C, "Member 'UAnimCompress_RemoveLinearKeys::EffectorDiffSocket' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_RemoveLinearKeys, ParentKeyScale) == 0x000060, "Member 'UAnimCompress_RemoveLinearKeys::ParentKeyScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimCompress_PerTrackCompression \ +static_assert(alignof(UAnimCompress_PerTrackCompression) == 0x000008, "Wrong alignment on UAnimCompress_PerTrackCompression"); \ +static_assert(sizeof(UAnimCompress_PerTrackCompression) == 0x0000E0, "Wrong size on UAnimCompress_PerTrackCompression"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, MaxZeroingThreshold) == 0x000068, "Member 'UAnimCompress_PerTrackCompression::MaxZeroingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, MaxPosDiffBitwise) == 0x00006C, "Member 'UAnimCompress_PerTrackCompression::MaxPosDiffBitwise' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, MaxAngleDiffBitwise) == 0x000070, "Member 'UAnimCompress_PerTrackCompression::MaxAngleDiffBitwise' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, MaxScaleDiffBitwise) == 0x000074, "Member 'UAnimCompress_PerTrackCompression::MaxScaleDiffBitwise' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, AllowedRotationFormats) == 0x000078, "Member 'UAnimCompress_PerTrackCompression::AllowedRotationFormats' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, AllowedTranslationFormats) == 0x000088, "Member 'UAnimCompress_PerTrackCompression::AllowedTranslationFormats' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, AllowedScaleFormats) == 0x000098, "Member 'UAnimCompress_PerTrackCompression::AllowedScaleFormats' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, ResampledFramerate) == 0x0000AC, "Member 'UAnimCompress_PerTrackCompression::ResampledFramerate' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, MinKeysForResampling) == 0x0000B0, "Member 'UAnimCompress_PerTrackCompression::MinKeysForResampling' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, TrackHeightBias) == 0x0000B8, "Member 'UAnimCompress_PerTrackCompression::TrackHeightBias' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, ParentingDivisor) == 0x0000BC, "Member 'UAnimCompress_PerTrackCompression::ParentingDivisor' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, ParentingDivisorExponent) == 0x0000C0, "Member 'UAnimCompress_PerTrackCompression::ParentingDivisorExponent' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, RotationErrorSourceRatio) == 0x0000C8, "Member 'UAnimCompress_PerTrackCompression::RotationErrorSourceRatio' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, TranslationErrorSourceRatio) == 0x0000CC, "Member 'UAnimCompress_PerTrackCompression::TranslationErrorSourceRatio' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, ScaleErrorSourceRatio) == 0x0000D0, "Member 'UAnimCompress_PerTrackCompression::ScaleErrorSourceRatio' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, MaxErrorPerTrackRatio) == 0x0000D4, "Member 'UAnimCompress_PerTrackCompression::MaxErrorPerTrackRatio' has a wrong offset!"); \ +static_assert(offsetof(UAnimCompress_PerTrackCompression, PerturbationProbeSize) == 0x0000D8, "Member 'UAnimCompress_PerTrackCompression::PerturbationProbeSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleColor \ +static_assert(alignof(UMaterialExpressionParticleColor) == 0x000008, "Wrong alignment on UMaterialExpressionParticleColor"); \ +static_assert(sizeof(UMaterialExpressionParticleColor) == 0x000048, "Wrong size on UMaterialExpressionParticleColor"); \ + +#define DUMPER7_ASSERTS_UAnimCompress_RemoveEverySecondKey \ +static_assert(alignof(UAnimCompress_RemoveEverySecondKey) == 0x000008, "Wrong alignment on UAnimCompress_RemoveEverySecondKey"); \ +static_assert(sizeof(UAnimCompress_RemoveEverySecondKey) == 0x000050, "Wrong size on UAnimCompress_RemoveEverySecondKey"); \ +static_assert(offsetof(UAnimCompress_RemoveEverySecondKey, MinKeys) == 0x000048, "Member 'UAnimCompress_RemoveEverySecondKey::MinKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimCurveCompressionCodec_CompressedRichCurve \ +static_assert(alignof(UAnimCurveCompressionCodec_CompressedRichCurve) == 0x000008, "Wrong alignment on UAnimCurveCompressionCodec_CompressedRichCurve"); \ +static_assert(sizeof(UAnimCurveCompressionCodec_CompressedRichCurve) == 0x000030, "Wrong size on UAnimCurveCompressionCodec_CompressedRichCurve"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionScreenPosition \ +static_assert(alignof(UMaterialExpressionScreenPosition) == 0x000008, "Wrong alignment on UMaterialExpressionScreenPosition"); \ +static_assert(sizeof(UMaterialExpressionScreenPosition) == 0x000048, "Wrong size on UMaterialExpressionScreenPosition"); \ + +#define DUMPER7_ASSERTS_UAnimCurveCompressionCodec_UniformIndexable \ +static_assert(alignof(UAnimCurveCompressionCodec_UniformIndexable) == 0x000008, "Wrong alignment on UAnimCurveCompressionCodec_UniformIndexable"); \ +static_assert(sizeof(UAnimCurveCompressionCodec_UniformIndexable) == 0x000030, "Wrong size on UAnimCurveCompressionCodec_UniformIndexable"); \ + +#define DUMPER7_ASSERTS_UAnimCurveCompressionCodec_UniformlySampled \ +static_assert(alignof(UAnimCurveCompressionCodec_UniformlySampled) == 0x000008, "Wrong alignment on UAnimCurveCompressionCodec_UniformlySampled"); \ +static_assert(sizeof(UAnimCurveCompressionCodec_UniformlySampled) == 0x000030, "Wrong size on UAnimCurveCompressionCodec_UniformlySampled"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDivide \ +static_assert(alignof(UMaterialExpressionDivide) == 0x000008, "Wrong alignment on UMaterialExpressionDivide"); \ +static_assert(sizeof(UMaterialExpressionDivide) == 0x000088, "Wrong size on UMaterialExpressionDivide"); \ +static_assert(offsetof(UMaterialExpressionDivide, A) == 0x000048, "Member 'UMaterialExpressionDivide::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDivide, B) == 0x000064, "Member 'UMaterialExpressionDivide::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDivide, ConstA) == 0x000080, "Member 'UMaterialExpressionDivide::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDivide, ConstB) == 0x000084, "Member 'UMaterialExpressionDivide::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimCurveCompressionSettings \ +static_assert(alignof(UAnimCurveCompressionSettings) == 0x000008, "Wrong alignment on UAnimCurveCompressionSettings"); \ +static_assert(sizeof(UAnimCurveCompressionSettings) == 0x000038, "Wrong size on UAnimCurveCompressionSettings"); \ +static_assert(offsetof(UAnimCurveCompressionSettings, Codec) == 0x000030, "Member 'UAnimCurveCompressionSettings::Codec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVelocityBase \ +static_assert(alignof(UParticleModuleVelocityBase) == 0x000008, "Wrong alignment on UParticleModuleVelocityBase"); \ +static_assert(sizeof(UParticleModuleVelocityBase) == 0x000040, "Wrong size on UParticleModuleVelocityBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVelocityInheritParent \ +static_assert(alignof(UParticleModuleVelocityInheritParent) == 0x000008, "Wrong alignment on UParticleModuleVelocityInheritParent"); \ +static_assert(sizeof(UParticleModuleVelocityInheritParent) == 0x000088, "Wrong size on UParticleModuleVelocityInheritParent"); \ +static_assert(offsetof(UParticleModuleVelocityInheritParent, Scale) == 0x000040, "Member 'UParticleModuleVelocityInheritParent::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEndpointSubmix \ +static_assert(alignof(UEndpointSubmix) == 0x000008, "Wrong alignment on UEndpointSubmix"); \ +static_assert(sizeof(UEndpointSubmix) == 0x000060, "Wrong size on UEndpointSubmix"); \ +static_assert(offsetof(UEndpointSubmix, EndpointType) == 0x000040, "Member 'UEndpointSubmix::EndpointType' has a wrong offset!"); \ +static_assert(offsetof(UEndpointSubmix, EndpointSettingsClass) == 0x000050, "Member 'UEndpointSubmix::EndpointSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(UEndpointSubmix, EndpointSettings) == 0x000058, "Member 'UEndpointSubmix::EndpointSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAnimLayerInterface \ +static_assert(alignof(IAnimLayerInterface) == 0x000001, "Wrong alignment on IAnimLayerInterface"); \ +static_assert(sizeof(IAnimLayerInterface) == 0x000001, "Wrong size on IAnimLayerInterface"); \ + +#define DUMPER7_ASSERTS_KismetGuidLibrary_Conv_GuidToString \ +static_assert(alignof(KismetGuidLibrary_Conv_GuidToString) == 0x000008, "Wrong alignment on KismetGuidLibrary_Conv_GuidToString"); \ +static_assert(sizeof(KismetGuidLibrary_Conv_GuidToString) == 0x000020, "Wrong size on KismetGuidLibrary_Conv_GuidToString"); \ +static_assert(offsetof(KismetGuidLibrary_Conv_GuidToString, InGuid) == 0x000000, "Member 'KismetGuidLibrary_Conv_GuidToString::InGuid' has a wrong offset!"); \ +static_assert(offsetof(KismetGuidLibrary_Conv_GuidToString, ReturnValue) == 0x000010, "Member 'KismetGuidLibrary_Conv_GuidToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetGuidLibrary_EqualEqual_GuidGuid \ +static_assert(alignof(KismetGuidLibrary_EqualEqual_GuidGuid) == 0x000004, "Wrong alignment on KismetGuidLibrary_EqualEqual_GuidGuid"); \ +static_assert(sizeof(KismetGuidLibrary_EqualEqual_GuidGuid) == 0x000024, "Wrong size on KismetGuidLibrary_EqualEqual_GuidGuid"); \ +static_assert(offsetof(KismetGuidLibrary_EqualEqual_GuidGuid, A) == 0x000000, "Member 'KismetGuidLibrary_EqualEqual_GuidGuid::A' has a wrong offset!"); \ +static_assert(offsetof(KismetGuidLibrary_EqualEqual_GuidGuid, B) == 0x000010, "Member 'KismetGuidLibrary_EqualEqual_GuidGuid::B' has a wrong offset!"); \ +static_assert(offsetof(KismetGuidLibrary_EqualEqual_GuidGuid, ReturnValue) == 0x000020, "Member 'KismetGuidLibrary_EqualEqual_GuidGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetGuidLibrary_Invalidate_Guid \ +static_assert(alignof(KismetGuidLibrary_Invalidate_Guid) == 0x000004, "Wrong alignment on KismetGuidLibrary_Invalidate_Guid"); \ +static_assert(sizeof(KismetGuidLibrary_Invalidate_Guid) == 0x000010, "Wrong size on KismetGuidLibrary_Invalidate_Guid"); \ +static_assert(offsetof(KismetGuidLibrary_Invalidate_Guid, InGuid) == 0x000000, "Member 'KismetGuidLibrary_Invalidate_Guid::InGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetGuidLibrary_IsValid_Guid \ +static_assert(alignof(KismetGuidLibrary_IsValid_Guid) == 0x000004, "Wrong alignment on KismetGuidLibrary_IsValid_Guid"); \ +static_assert(sizeof(KismetGuidLibrary_IsValid_Guid) == 0x000014, "Wrong size on KismetGuidLibrary_IsValid_Guid"); \ +static_assert(offsetof(KismetGuidLibrary_IsValid_Guid, InGuid) == 0x000000, "Member 'KismetGuidLibrary_IsValid_Guid::InGuid' has a wrong offset!"); \ +static_assert(offsetof(KismetGuidLibrary_IsValid_Guid, ReturnValue) == 0x000010, "Member 'KismetGuidLibrary_IsValid_Guid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetGuidLibrary_NewGuid \ +static_assert(alignof(KismetGuidLibrary_NewGuid) == 0x000004, "Wrong alignment on KismetGuidLibrary_NewGuid"); \ +static_assert(sizeof(KismetGuidLibrary_NewGuid) == 0x000010, "Wrong size on KismetGuidLibrary_NewGuid"); \ +static_assert(offsetof(KismetGuidLibrary_NewGuid, ReturnValue) == 0x000000, "Member 'KismetGuidLibrary_NewGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetGuidLibrary_NotEqual_GuidGuid \ +static_assert(alignof(KismetGuidLibrary_NotEqual_GuidGuid) == 0x000004, "Wrong alignment on KismetGuidLibrary_NotEqual_GuidGuid"); \ +static_assert(sizeof(KismetGuidLibrary_NotEqual_GuidGuid) == 0x000024, "Wrong size on KismetGuidLibrary_NotEqual_GuidGuid"); \ +static_assert(offsetof(KismetGuidLibrary_NotEqual_GuidGuid, A) == 0x000000, "Member 'KismetGuidLibrary_NotEqual_GuidGuid::A' has a wrong offset!"); \ +static_assert(offsetof(KismetGuidLibrary_NotEqual_GuidGuid, B) == 0x000010, "Member 'KismetGuidLibrary_NotEqual_GuidGuid::B' has a wrong offset!"); \ +static_assert(offsetof(KismetGuidLibrary_NotEqual_GuidGuid, ReturnValue) == 0x000020, "Member 'KismetGuidLibrary_NotEqual_GuidGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetGuidLibrary_Parse_StringToGuid \ +static_assert(alignof(KismetGuidLibrary_Parse_StringToGuid) == 0x000008, "Wrong alignment on KismetGuidLibrary_Parse_StringToGuid"); \ +static_assert(sizeof(KismetGuidLibrary_Parse_StringToGuid) == 0x000028, "Wrong size on KismetGuidLibrary_Parse_StringToGuid"); \ +static_assert(offsetof(KismetGuidLibrary_Parse_StringToGuid, GuidString) == 0x000000, "Member 'KismetGuidLibrary_Parse_StringToGuid::GuidString' has a wrong offset!"); \ +static_assert(offsetof(KismetGuidLibrary_Parse_StringToGuid, OutGuid) == 0x000010, "Member 'KismetGuidLibrary_Parse_StringToGuid::OutGuid' has a wrong offset!"); \ +static_assert(offsetof(KismetGuidLibrary_Parse_StringToGuid, Success) == 0x000020, "Member 'KismetGuidLibrary_Parse_StringToGuid::Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetGuidLibrary \ +static_assert(alignof(UKismetGuidLibrary) == 0x000008, "Wrong alignment on UKismetGuidLibrary"); \ +static_assert(sizeof(UKismetGuidLibrary) == 0x000030, "Wrong size on UKismetGuidLibrary"); \ + +#define DUMPER7_ASSERTS_AnimMontage_GetDefaultBlendOutTime \ +static_assert(alignof(AnimMontage_GetDefaultBlendOutTime) == 0x000004, "Wrong alignment on AnimMontage_GetDefaultBlendOutTime"); \ +static_assert(sizeof(AnimMontage_GetDefaultBlendOutTime) == 0x000004, "Wrong size on AnimMontage_GetDefaultBlendOutTime"); \ +static_assert(offsetof(AnimMontage_GetDefaultBlendOutTime, ReturnValue) == 0x000000, "Member 'AnimMontage_GetDefaultBlendOutTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimMontage \ +static_assert(alignof(UAnimMontage) == 0x000008, "Wrong alignment on UAnimMontage"); \ +static_assert(sizeof(UAnimMontage) == 0x000268, "Wrong size on UAnimMontage"); \ +static_assert(offsetof(UAnimMontage, BlendIn) == 0x0000B0, "Member 'UAnimMontage::BlendIn' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BlendInTime) == 0x0000E0, "Member 'UAnimMontage::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BlendOut) == 0x0000E8, "Member 'UAnimMontage::BlendOut' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BlendOutTime) == 0x000118, "Member 'UAnimMontage::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BlendOutTriggerTime) == 0x00011C, "Member 'UAnimMontage::BlendOutTriggerTime' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, SyncGroup) == 0x000120, "Member 'UAnimMontage::SyncGroup' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, SyncSlotIndex) == 0x00012C, "Member 'UAnimMontage::SyncSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, MarkerData) == 0x000130, "Member 'UAnimMontage::MarkerData' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, CompositeSections) == 0x000150, "Member 'UAnimMontage::CompositeSections' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, SlotAnimTracks) == 0x000160, "Member 'UAnimMontage::SlotAnimTracks' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BranchingPoints) == 0x000170, "Member 'UAnimMontage::BranchingPoints' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, bEnableRootMotionTranslation) == 0x000180, "Member 'UAnimMontage::bEnableRootMotionTranslation' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, bEnableRootMotionRotation) == 0x000181, "Member 'UAnimMontage::bEnableRootMotionRotation' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, bEnableAutoBlendOut) == 0x000182, "Member 'UAnimMontage::bEnableAutoBlendOut' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, SectionBlends) == 0x000188, "Member 'UAnimMontage::SectionBlends' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, bPlayAfterBlendIn) == 0x0001D8, "Member 'UAnimMontage::bPlayAfterBlendIn' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, bAlwaysTick) == 0x0001D9, "Member 'UAnimMontage::bAlwaysTick' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, bAutoStopWhenMoving) == 0x0001DA, "Member 'UAnimMontage::bAutoStopWhenMoving' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, bAutoSwitchSectionBasedOnTag) == 0x0001DB, "Member 'UAnimMontage::bAutoSwitchSectionBasedOnTag' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, AutoSwitchSectionOwningTag) == 0x0001DC, "Member 'UAnimMontage::AutoSwitchSectionOwningTag' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, AutoSwitchSectionName) == 0x0001E8, "Member 'UAnimMontage::AutoSwitchSectionName' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, AutoSwitchAllowedSectionNames) == 0x0001F8, "Member 'UAnimMontage::AutoSwitchAllowedSectionNames' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, RootMotionRootLock) == 0x000208, "Member 'UAnimMontage::RootMotionRootLock' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BranchingPointMarkers) == 0x000210, "Member 'UAnimMontage::BranchingPointMarkers' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BranchingPointStateNotifyIndices) == 0x000220, "Member 'UAnimMontage::BranchingPointStateNotifyIndices' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, TimeStretchCurve) == 0x000230, "Member 'UAnimMontage::TimeStretchCurve' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, TimeStretchCurveName) == 0x000258, "Member 'UAnimMontage::TimeStretchCurveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_PlayParticleEffect \ +static_assert(alignof(UAnimNotify_PlayParticleEffect) == 0x000010, "Wrong alignment on UAnimNotify_PlayParticleEffect"); \ +static_assert(sizeof(UAnimNotify_PlayParticleEffect) == 0x000090, "Wrong size on UAnimNotify_PlayParticleEffect"); \ +static_assert(offsetof(UAnimNotify_PlayParticleEffect, PSTemplate) == 0x000040, "Member 'UAnimNotify_PlayParticleEffect::PSTemplate' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayParticleEffect, LocationOffset) == 0x000048, "Member 'UAnimNotify_PlayParticleEffect::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayParticleEffect, RotationOffset) == 0x000054, "Member 'UAnimNotify_PlayParticleEffect::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayParticleEffect, Scale) == 0x000060, "Member 'UAnimNotify_PlayParticleEffect::Scale' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayParticleEffect, SocketName) == 0x000084, "Member 'UAnimNotify_PlayParticleEffect::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVirtualTextureBuilder \ +static_assert(alignof(UVirtualTextureBuilder) == 0x000008, "Wrong alignment on UVirtualTextureBuilder"); \ +static_assert(sizeof(UVirtualTextureBuilder) == 0x000040, "Wrong size on UVirtualTextureBuilder"); \ +static_assert(offsetof(UVirtualTextureBuilder, Texture) == 0x000030, "Member 'UVirtualTextureBuilder::Texture' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTextureBuilder, BuildHash) == 0x000038, "Member 'UVirtualTextureBuilder::BuildHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_PlaySound \ +static_assert(alignof(UAnimNotify_PlaySound) == 0x000008, "Wrong alignment on UAnimNotify_PlaySound"); \ +static_assert(sizeof(UAnimNotify_PlaySound) == 0x000060, "Wrong size on UAnimNotify_PlaySound"); \ +static_assert(offsetof(UAnimNotify_PlaySound, Sound) == 0x000040, "Member 'UAnimNotify_PlaySound::Sound' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlaySound, VolumeMultiplier) == 0x000048, "Member 'UAnimNotify_PlaySound::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlaySound, PitchMultiplier) == 0x00004C, "Member 'UAnimNotify_PlaySound::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlaySound, AttachName) == 0x000054, "Member 'UAnimNotify_PlaySound::AttachName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArctangentFast \ +static_assert(alignof(UMaterialExpressionArctangentFast) == 0x000008, "Wrong alignment on UMaterialExpressionArctangentFast"); \ +static_assert(sizeof(UMaterialExpressionArctangentFast) == 0x000068, "Wrong size on UMaterialExpressionArctangentFast"); \ +static_assert(offsetof(UMaterialExpressionArctangentFast, Input) == 0x000048, "Member 'UMaterialExpressionArctangentFast::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStereoLayerShape \ +static_assert(alignof(UStereoLayerShape) == 0x000008, "Wrong alignment on UStereoLayerShape"); \ +static_assert(sizeof(UStereoLayerShape) == 0x000030, "Wrong size on UStereoLayerShape"); \ + +#define DUMPER7_ASSERTS_UStereoLayerShapeQuad \ +static_assert(alignof(UStereoLayerShapeQuad) == 0x000008, "Wrong alignment on UStereoLayerShapeQuad"); \ +static_assert(sizeof(UStereoLayerShapeQuad) == 0x000030, "Wrong size on UStereoLayerShapeQuad"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_ResetClothingSimulation \ +static_assert(alignof(UAnimNotify_ResetClothingSimulation) == 0x000008, "Wrong alignment on UAnimNotify_ResetClothingSimulation"); \ +static_assert(sizeof(UAnimNotify_ResetClothingSimulation) == 0x000040, "Wrong size on UAnimNotify_ResetClothingSimulation"); \ + +#define DUMPER7_ASSERTS_ALightmassImportanceVolume \ +static_assert(alignof(ALightmassImportanceVolume) == 0x000008, "Wrong alignment on ALightmassImportanceVolume"); \ +static_assert(sizeof(ALightmassImportanceVolume) == 0x000300, "Wrong size on ALightmassImportanceVolume"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_GetConstraintForce \ +static_assert(alignof(PhysicsConstraintComponent_GetConstraintForce) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_GetConstraintForce"); \ +static_assert(sizeof(PhysicsConstraintComponent_GetConstraintForce) == 0x000018, "Wrong size on PhysicsConstraintComponent_GetConstraintForce"); \ +static_assert(offsetof(PhysicsConstraintComponent_GetConstraintForce, OutLinearForce) == 0x000000, "Member 'PhysicsConstraintComponent_GetConstraintForce::OutLinearForce' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_GetConstraintForce, OutAngularForce) == 0x00000C, "Member 'PhysicsConstraintComponent_GetConstraintForce::OutAngularForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_IsBroken \ +static_assert(alignof(PhysicsConstraintComponent_IsBroken) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_IsBroken"); \ +static_assert(sizeof(PhysicsConstraintComponent_IsBroken) == 0x000001, "Wrong size on PhysicsConstraintComponent_IsBroken"); \ +static_assert(offsetof(PhysicsConstraintComponent_IsBroken, ReturnValue) == 0x000000, "Member 'PhysicsConstraintComponent_IsBroken::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularBreakable \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularBreakable) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetAngularBreakable"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularBreakable) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetAngularBreakable"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularBreakable, bAngularBreakable) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularBreakable::bAngularBreakable' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularBreakable, AngularBreakThreshold) == 0x000004, "Member 'PhysicsConstraintComponent_SetAngularBreakable::AngularBreakThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularDriveMode \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularDriveMode) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetAngularDriveMode"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularDriveMode) == 0x000001, "Wrong size on PhysicsConstraintComponent_SetAngularDriveMode"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularDriveMode, DriveMode) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularDriveMode::DriveMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularDriveParams \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularDriveParams) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetAngularDriveParams"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularDriveParams) == 0x00000C, "Wrong size on PhysicsConstraintComponent_SetAngularDriveParams"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularDriveParams, PositionStrength) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularDriveParams::PositionStrength' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularDriveParams, VelocityStrength) == 0x000004, "Member 'PhysicsConstraintComponent_SetAngularDriveParams::VelocityStrength' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularDriveParams, InForceLimit) == 0x000008, "Member 'PhysicsConstraintComponent_SetAngularDriveParams::InForceLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularOrientationDrive \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularOrientationDrive) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetAngularOrientationDrive"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularOrientationDrive) == 0x000002, "Wrong size on PhysicsConstraintComponent_SetAngularOrientationDrive"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularOrientationDrive, bEnableSwingDrive) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularOrientationDrive::bEnableSwingDrive' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularOrientationDrive, bEnableTwistDrive) == 0x000001, "Member 'PhysicsConstraintComponent_SetAngularOrientationDrive::bEnableTwistDrive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularOrientationTarget \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularOrientationTarget) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetAngularOrientationTarget"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularOrientationTarget) == 0x00000C, "Wrong size on PhysicsConstraintComponent_SetAngularOrientationTarget"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularOrientationTarget, InPosTarget) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularOrientationTarget::InPosTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularPlasticity \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularPlasticity) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetAngularPlasticity"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularPlasticity) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetAngularPlasticity"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularPlasticity, bAngularPlasticity) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularPlasticity::bAngularPlasticity' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularPlasticity, AngularPlasticityThreshold) == 0x000004, "Member 'PhysicsConstraintComponent_SetAngularPlasticity::AngularPlasticityThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularSwing1Limit \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularSwing1Limit) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetAngularSwing1Limit"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularSwing1Limit) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetAngularSwing1Limit"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularSwing1Limit, MotionType) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularSwing1Limit::MotionType' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularSwing1Limit, Swing1LimitAngle) == 0x000004, "Member 'PhysicsConstraintComponent_SetAngularSwing1Limit::Swing1LimitAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularSwing2Limit \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularSwing2Limit) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetAngularSwing2Limit"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularSwing2Limit) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetAngularSwing2Limit"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularSwing2Limit, MotionType) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularSwing2Limit::MotionType' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularSwing2Limit, Swing2LimitAngle) == 0x000004, "Member 'PhysicsConstraintComponent_SetAngularSwing2Limit::Swing2LimitAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularTwistLimit \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularTwistLimit) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetAngularTwistLimit"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularTwistLimit) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetAngularTwistLimit"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularTwistLimit, ConstraintType) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularTwistLimit::ConstraintType' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularTwistLimit, TwistLimitAngle) == 0x000004, "Member 'PhysicsConstraintComponent_SetAngularTwistLimit::TwistLimitAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularVelocityDrive \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularVelocityDrive) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetAngularVelocityDrive"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularVelocityDrive) == 0x000002, "Wrong size on PhysicsConstraintComponent_SetAngularVelocityDrive"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularVelocityDrive, bEnableSwingDrive) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularVelocityDrive::bEnableSwingDrive' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularVelocityDrive, bEnableTwistDrive) == 0x000001, "Member 'PhysicsConstraintComponent_SetAngularVelocityDrive::bEnableTwistDrive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularVelocityDriveSLERP \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularVelocityDriveSLERP) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetAngularVelocityDriveSLERP"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularVelocityDriveSLERP) == 0x000001, "Wrong size on PhysicsConstraintComponent_SetAngularVelocityDriveSLERP"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularVelocityDriveSLERP, bEnableSLERP) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularVelocityDriveSLERP::bEnableSLERP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing) == 0x000002, "Wrong size on PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing, bEnableTwistDrive) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing::bEnableTwistDrive' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing, bEnableSwingDrive) == 0x000001, "Member 'PhysicsConstraintComponent_SetAngularVelocityDriveTwistAndSwing::bEnableSwingDrive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetAngularVelocityTarget \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularVelocityTarget) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetAngularVelocityTarget"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularVelocityTarget) == 0x00000C, "Wrong size on PhysicsConstraintComponent_SetAngularVelocityTarget"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularVelocityTarget, InVelTarget) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularVelocityTarget::InVelTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetConstrainedComponents \ +static_assert(alignof(PhysicsConstraintComponent_SetConstrainedComponents) == 0x000008, "Wrong alignment on PhysicsConstraintComponent_SetConstrainedComponents"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetConstrainedComponents) == 0x000030, "Wrong size on PhysicsConstraintComponent_SetConstrainedComponents"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetConstrainedComponents, Component1) == 0x000000, "Member 'PhysicsConstraintComponent_SetConstrainedComponents::Component1' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetConstrainedComponents, BoneName1) == 0x000008, "Member 'PhysicsConstraintComponent_SetConstrainedComponents::BoneName1' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetConstrainedComponents, Component2) == 0x000018, "Member 'PhysicsConstraintComponent_SetConstrainedComponents::Component2' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetConstrainedComponents, BoneName2) == 0x000020, "Member 'PhysicsConstraintComponent_SetConstrainedComponents::BoneName2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetConstraintReferenceFrame \ +static_assert(alignof(PhysicsConstraintComponent_SetConstraintReferenceFrame) == 0x000010, "Wrong alignment on PhysicsConstraintComponent_SetConstraintReferenceFrame"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetConstraintReferenceFrame) == 0x000040, "Wrong size on PhysicsConstraintComponent_SetConstraintReferenceFrame"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetConstraintReferenceFrame, Frame) == 0x000000, "Member 'PhysicsConstraintComponent_SetConstraintReferenceFrame::Frame' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetConstraintReferenceFrame, RefFrame) == 0x000010, "Member 'PhysicsConstraintComponent_SetConstraintReferenceFrame::RefFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetConstraintReferenceOrientation \ +static_assert(alignof(PhysicsConstraintComponent_SetConstraintReferenceOrientation) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetConstraintReferenceOrientation"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetConstraintReferenceOrientation) == 0x00001C, "Wrong size on PhysicsConstraintComponent_SetConstraintReferenceOrientation"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetConstraintReferenceOrientation, Frame) == 0x000000, "Member 'PhysicsConstraintComponent_SetConstraintReferenceOrientation::Frame' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetConstraintReferenceOrientation, PriAxis) == 0x000004, "Member 'PhysicsConstraintComponent_SetConstraintReferenceOrientation::PriAxis' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetConstraintReferenceOrientation, SecAxis) == 0x000010, "Member 'PhysicsConstraintComponent_SetConstraintReferenceOrientation::SecAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetConstraintReferencePosition \ +static_assert(alignof(PhysicsConstraintComponent_SetConstraintReferencePosition) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetConstraintReferencePosition"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetConstraintReferencePosition) == 0x000010, "Wrong size on PhysicsConstraintComponent_SetConstraintReferencePosition"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetConstraintReferencePosition, Frame) == 0x000000, "Member 'PhysicsConstraintComponent_SetConstraintReferencePosition::Frame' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetConstraintReferencePosition, RefPosition) == 0x000004, "Member 'PhysicsConstraintComponent_SetConstraintReferencePosition::RefPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetDisableCollision \ +static_assert(alignof(PhysicsConstraintComponent_SetDisableCollision) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetDisableCollision"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetDisableCollision) == 0x000001, "Wrong size on PhysicsConstraintComponent_SetDisableCollision"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetDisableCollision, bDisableCollision) == 0x000000, "Member 'PhysicsConstraintComponent_SetDisableCollision::bDisableCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearBreakable \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearBreakable) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearBreakable"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearBreakable) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetLinearBreakable"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearBreakable, bLinearBreakable) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearBreakable::bLinearBreakable' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearBreakable, LinearBreakThreshold) == 0x000004, "Member 'PhysicsConstraintComponent_SetLinearBreakable::LinearBreakThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearDriveParams \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearDriveParams) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearDriveParams"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearDriveParams) == 0x00000C, "Wrong size on PhysicsConstraintComponent_SetLinearDriveParams"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearDriveParams, PositionStrength) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearDriveParams::PositionStrength' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearDriveParams, VelocityStrength) == 0x000004, "Member 'PhysicsConstraintComponent_SetLinearDriveParams::VelocityStrength' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearDriveParams, InForceLimit) == 0x000008, "Member 'PhysicsConstraintComponent_SetLinearDriveParams::InForceLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearPlasticity \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearPlasticity) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearPlasticity"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearPlasticity) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetLinearPlasticity"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearPlasticity, bLinearPlasticity) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearPlasticity::bLinearPlasticity' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearPlasticity, LinearPlasticityThreshold) == 0x000004, "Member 'PhysicsConstraintComponent_SetLinearPlasticity::LinearPlasticityThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearPositionDrive \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearPositionDrive) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetLinearPositionDrive"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearPositionDrive) == 0x000003, "Wrong size on PhysicsConstraintComponent_SetLinearPositionDrive"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearPositionDrive, bEnableDriveX) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearPositionDrive::bEnableDriveX' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearPositionDrive, bEnableDriveY) == 0x000001, "Member 'PhysicsConstraintComponent_SetLinearPositionDrive::bEnableDriveY' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearPositionDrive, bEnableDriveZ) == 0x000002, "Member 'PhysicsConstraintComponent_SetLinearPositionDrive::bEnableDriveZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearPositionTarget \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearPositionTarget) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearPositionTarget"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearPositionTarget) == 0x00000C, "Wrong size on PhysicsConstraintComponent_SetLinearPositionTarget"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearPositionTarget, InPosTarget) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearPositionTarget::InPosTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearVelocityDrive \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearVelocityDrive) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetLinearVelocityDrive"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearVelocityDrive) == 0x000003, "Wrong size on PhysicsConstraintComponent_SetLinearVelocityDrive"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearVelocityDrive, bEnableDriveX) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearVelocityDrive::bEnableDriveX' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearVelocityDrive, bEnableDriveY) == 0x000001, "Member 'PhysicsConstraintComponent_SetLinearVelocityDrive::bEnableDriveY' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearVelocityDrive, bEnableDriveZ) == 0x000002, "Member 'PhysicsConstraintComponent_SetLinearVelocityDrive::bEnableDriveZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearVelocityTarget \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearVelocityTarget) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearVelocityTarget"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearVelocityTarget) == 0x00000C, "Wrong size on PhysicsConstraintComponent_SetLinearVelocityTarget"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearVelocityTarget, InVelTarget) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearVelocityTarget::InVelTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearXLimit \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearXLimit) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearXLimit"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearXLimit) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetLinearXLimit"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearXLimit, ConstraintType) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearXLimit::ConstraintType' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearXLimit, LimitSize) == 0x000004, "Member 'PhysicsConstraintComponent_SetLinearXLimit::LimitSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearYLimit \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearYLimit) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearYLimit"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearYLimit) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetLinearYLimit"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearYLimit, ConstraintType) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearYLimit::ConstraintType' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearYLimit, LimitSize) == 0x000004, "Member 'PhysicsConstraintComponent_SetLinearYLimit::LimitSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearZLimit \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearZLimit) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearZLimit"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearZLimit) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetLinearZLimit"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearZLimit, ConstraintType) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearZLimit::ConstraintType' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearZLimit, LimitSize) == 0x000004, "Member 'PhysicsConstraintComponent_SetLinearZLimit::LimitSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetOrientationDriveSLERP \ +static_assert(alignof(PhysicsConstraintComponent_SetOrientationDriveSLERP) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetOrientationDriveSLERP"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetOrientationDriveSLERP) == 0x000001, "Wrong size on PhysicsConstraintComponent_SetOrientationDriveSLERP"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetOrientationDriveSLERP, bEnableSLERP) == 0x000000, "Member 'PhysicsConstraintComponent_SetOrientationDriveSLERP::bEnableSLERP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing \ +static_assert(alignof(PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing) == 0x000002, "Wrong size on PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing, bEnableTwistDrive) == 0x000000, "Member 'PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing::bEnableTwistDrive' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing, bEnableSwingDrive) == 0x000001, "Member 'PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing::bEnableSwingDrive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_GetCurrentSwing1 \ +static_assert(alignof(PhysicsConstraintComponent_GetCurrentSwing1) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_GetCurrentSwing1"); \ +static_assert(sizeof(PhysicsConstraintComponent_GetCurrentSwing1) == 0x000004, "Wrong size on PhysicsConstraintComponent_GetCurrentSwing1"); \ +static_assert(offsetof(PhysicsConstraintComponent_GetCurrentSwing1, ReturnValue) == 0x000000, "Member 'PhysicsConstraintComponent_GetCurrentSwing1::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_GetCurrentSwing2 \ +static_assert(alignof(PhysicsConstraintComponent_GetCurrentSwing2) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_GetCurrentSwing2"); \ +static_assert(sizeof(PhysicsConstraintComponent_GetCurrentSwing2) == 0x000004, "Wrong size on PhysicsConstraintComponent_GetCurrentSwing2"); \ +static_assert(offsetof(PhysicsConstraintComponent_GetCurrentSwing2, ReturnValue) == 0x000000, "Member 'PhysicsConstraintComponent_GetCurrentSwing2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_GetCurrentTwist \ +static_assert(alignof(PhysicsConstraintComponent_GetCurrentTwist) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_GetCurrentTwist"); \ +static_assert(sizeof(PhysicsConstraintComponent_GetCurrentTwist) == 0x000004, "Wrong size on PhysicsConstraintComponent_GetCurrentTwist"); \ +static_assert(offsetof(PhysicsConstraintComponent_GetCurrentTwist, ReturnValue) == 0x000000, "Member 'PhysicsConstraintComponent_GetCurrentTwist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsConstraintComponent \ +static_assert(alignof(UPhysicsConstraintComponent) == 0x000010, "Wrong alignment on UPhysicsConstraintComponent"); \ +static_assert(sizeof(UPhysicsConstraintComponent) == 0x000460, "Wrong size on UPhysicsConstraintComponent"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ConstraintActor1) == 0x000228, "Member 'UPhysicsConstraintComponent::ConstraintActor1' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ComponentName1) == 0x000230, "Member 'UPhysicsConstraintComponent::ComponentName1' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ConstraintActor2) == 0x000240, "Member 'UPhysicsConstraintComponent::ConstraintActor2' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ComponentName2) == 0x000248, "Member 'UPhysicsConstraintComponent::ComponentName2' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ConstraintSetup) == 0x000268, "Member 'UPhysicsConstraintComponent::ConstraintSetup' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, OnConstraintBroken) == 0x000270, "Member 'UPhysicsConstraintComponent::OnConstraintBroken' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ConstraintInstance) == 0x000280, "Member 'UPhysicsConstraintComponent::ConstraintInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_ResetDynamics \ +static_assert(alignof(UAnimNotify_ResetDynamics) == 0x000008, "Wrong alignment on UAnimNotify_ResetDynamics"); \ +static_assert(sizeof(UAnimNotify_ResetDynamics) == 0x000040, "Wrong size on UAnimNotify_ResetDynamics"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_ResumeClothingSimulation \ +static_assert(alignof(UAnimNotify_ResumeClothingSimulation) == 0x000008, "Wrong alignment on UAnimNotify_ResumeClothingSimulation"); \ +static_assert(sizeof(UAnimNotify_ResumeClothingSimulation) == 0x000040, "Wrong size on UAnimNotify_ResumeClothingSimulation"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDistanceFieldsRenderingSwitch \ +static_assert(alignof(UMaterialExpressionDistanceFieldsRenderingSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceFieldsRenderingSwitch"); \ +static_assert(sizeof(UMaterialExpressionDistanceFieldsRenderingSwitch) == 0x000080, "Wrong size on UMaterialExpressionDistanceFieldsRenderingSwitch"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldsRenderingSwitch, No) == 0x000048, "Member 'UMaterialExpressionDistanceFieldsRenderingSwitch::No' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldsRenderingSwitch, Yes) == 0x000064, "Member 'UMaterialExpressionDistanceFieldsRenderingSwitch::Yes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_DisableRootMotion \ +static_assert(alignof(UAnimNotifyState_DisableRootMotion) == 0x000008, "Wrong alignment on UAnimNotifyState_DisableRootMotion"); \ +static_assert(sizeof(UAnimNotifyState_DisableRootMotion) == 0x000038, "Wrong size on UAnimNotifyState_DisableRootMotion"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_TimedParticleEffect \ +static_assert(alignof(UAnimNotifyState_TimedParticleEffect) == 0x000008, "Wrong alignment on UAnimNotifyState_TimedParticleEffect"); \ +static_assert(sizeof(UAnimNotifyState_TimedParticleEffect) == 0x000068, "Wrong size on UAnimNotifyState_TimedParticleEffect"); \ +static_assert(offsetof(UAnimNotifyState_TimedParticleEffect, PSTemplate) == 0x000038, "Member 'UAnimNotifyState_TimedParticleEffect::PSTemplate' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedParticleEffect, SocketName) == 0x000040, "Member 'UAnimNotifyState_TimedParticleEffect::SocketName' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedParticleEffect, LocationOffset) == 0x00004C, "Member 'UAnimNotifyState_TimedParticleEffect::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedParticleEffect, RotationOffset) == 0x000058, "Member 'UAnimNotifyState_TimedParticleEffect::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedParticleEffect, bDestroyAtEnd) == 0x000064, "Member 'UAnimNotifyState_TimedParticleEffect::bDestroyAtEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URuntimeVirtualTextureStreamingProxy \ +static_assert(alignof(URuntimeVirtualTextureStreamingProxy) == 0x000010, "Wrong alignment on URuntimeVirtualTextureStreamingProxy"); \ +static_assert(sizeof(URuntimeVirtualTextureStreamingProxy) == 0x0001A0, "Wrong size on URuntimeVirtualTextureStreamingProxy"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_Trail_OverridePSTemplate \ +static_assert(alignof(AnimNotifyState_Trail_OverridePSTemplate) == 0x000008, "Wrong alignment on AnimNotifyState_Trail_OverridePSTemplate"); \ +static_assert(sizeof(AnimNotifyState_Trail_OverridePSTemplate) == 0x000018, "Wrong size on AnimNotifyState_Trail_OverridePSTemplate"); \ +static_assert(offsetof(AnimNotifyState_Trail_OverridePSTemplate, MeshComp) == 0x000000, "Member 'AnimNotifyState_Trail_OverridePSTemplate::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_Trail_OverridePSTemplate, Animation) == 0x000008, "Member 'AnimNotifyState_Trail_OverridePSTemplate::Animation' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_Trail_OverridePSTemplate, ReturnValue) == 0x000010, "Member 'AnimNotifyState_Trail_OverridePSTemplate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_Trail \ +static_assert(alignof(UAnimNotifyState_Trail) == 0x000008, "Wrong alignment on UAnimNotifyState_Trail"); \ +static_assert(sizeof(UAnimNotifyState_Trail) == 0x000070, "Wrong size on UAnimNotifyState_Trail"); \ +static_assert(offsetof(UAnimNotifyState_Trail, PSTemplate) == 0x000038, "Member 'UAnimNotifyState_Trail::PSTemplate' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_Trail, FirstSocketName) == 0x000040, "Member 'UAnimNotifyState_Trail::FirstSocketName' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_Trail, SecondSocketName) == 0x00004C, "Member 'UAnimNotifyState_Trail::SecondSocketName' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_Trail, WidthScaleMode) == 0x000058, "Member 'UAnimNotifyState_Trail::WidthScaleMode' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_Trail, WidthScaleCurve) == 0x00005C, "Member 'UAnimNotifyState_Trail::WidthScaleCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_WarpingBase \ +static_assert(alignof(UAnimNotifyState_WarpingBase) == 0x000008, "Wrong alignment on UAnimNotifyState_WarpingBase"); \ +static_assert(sizeof(UAnimNotifyState_WarpingBase) == 0x000040, "Wrong size on UAnimNotifyState_WarpingBase"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSmoothStep \ +static_assert(alignof(UMaterialExpressionSmoothStep) == 0x000008, "Wrong alignment on UMaterialExpressionSmoothStep"); \ +static_assert(sizeof(UMaterialExpressionSmoothStep) == 0x0000A8, "Wrong size on UMaterialExpressionSmoothStep"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, Min) == 0x000048, "Member 'UMaterialExpressionSmoothStep::Min' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, Max) == 0x000064, "Member 'UMaterialExpressionSmoothStep::Max' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, Value) == 0x000080, "Member 'UMaterialExpressionSmoothStep::Value' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, ConstMin) == 0x00009C, "Member 'UMaterialExpressionSmoothStep::ConstMin' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, ConstMax) == 0x0000A0, "Member 'UMaterialExpressionSmoothStep::ConstMax' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, ConstValue) == 0x0000A4, "Member 'UMaterialExpressionSmoothStep::ConstValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSequence \ +static_assert(alignof(UAnimSequence) == 0x000008, "Wrong alignment on UAnimSequence"); \ +static_assert(sizeof(UAnimSequence) == 0x0001C8, "Wrong size on UAnimSequence"); \ +static_assert(offsetof(UAnimSequence, NumFrames) == 0x0000B0, "Member 'UAnimSequence::NumFrames' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, TrackToSkeletonMapTable) == 0x0000B8, "Member 'UAnimSequence::TrackToSkeletonMapTable' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, BoneCompressionSettings) == 0x0000D8, "Member 'UAnimSequence::BoneCompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, CurveCompressionSettings) == 0x0000E0, "Member 'UAnimSequence::CurveCompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, AdditiveAnimType) == 0x000158, "Member 'UAnimSequence::AdditiveAnimType' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, RefPoseType) == 0x000159, "Member 'UAnimSequence::RefPoseType' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, RefPoseSeq) == 0x000160, "Member 'UAnimSequence::RefPoseSeq' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, RefFrameIndex) == 0x000168, "Member 'UAnimSequence::RefFrameIndex' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, RetargetSource) == 0x00016C, "Member 'UAnimSequence::RetargetSource' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, RetargetSourceAssetReferencePose) == 0x000178, "Member 'UAnimSequence::RetargetSourceAssetReferencePose' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, Interpolation) == 0x000188, "Member 'UAnimSequence::Interpolation' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, bEnableRootMotion) == 0x000189, "Member 'UAnimSequence::bEnableRootMotion' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, RootMotionRootLock) == 0x00018A, "Member 'UAnimSequence::RootMotionRootLock' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, bForceRootLock) == 0x00018B, "Member 'UAnimSequence::bForceRootLock' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, bUseNormalizedRootMotionScale) == 0x00018C, "Member 'UAnimSequence::bUseNormalizedRootMotionScale' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, bRootMotionSettingsCopiedFromMontage) == 0x00018D, "Member 'UAnimSequence::bRootMotionSettingsCopiedFromMontage' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, AuthoredSyncMarkers) == 0x000190, "Member 'UAnimSequence::AuthoredSyncMarkers' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, bStripRawCurveDataOnCook) == 0x0001B0, "Member 'UAnimSequence::bStripRawCurveDataOnCook' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, BakedPerBoneCustomAttributeData) == 0x0001B8, "Member 'UAnimSequence::BakedPerBoneCustomAttributeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimSingleNodeInstance_GetLength \ +static_assert(alignof(AnimSingleNodeInstance_GetLength) == 0x000004, "Wrong alignment on AnimSingleNodeInstance_GetLength"); \ +static_assert(sizeof(AnimSingleNodeInstance_GetLength) == 0x000004, "Wrong size on AnimSingleNodeInstance_GetLength"); \ +static_assert(offsetof(AnimSingleNodeInstance_GetLength, ReturnValue) == 0x000000, "Member 'AnimSingleNodeInstance_GetLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimSingleNodeInstance_PlayAnim \ +static_assert(alignof(AnimSingleNodeInstance_PlayAnim) == 0x000004, "Wrong alignment on AnimSingleNodeInstance_PlayAnim"); \ +static_assert(sizeof(AnimSingleNodeInstance_PlayAnim) == 0x00000C, "Wrong size on AnimSingleNodeInstance_PlayAnim"); \ +static_assert(offsetof(AnimSingleNodeInstance_PlayAnim, bIsLooping) == 0x000000, "Member 'AnimSingleNodeInstance_PlayAnim::bIsLooping' has a wrong offset!"); \ +static_assert(offsetof(AnimSingleNodeInstance_PlayAnim, InPlayRate) == 0x000004, "Member 'AnimSingleNodeInstance_PlayAnim::InPlayRate' has a wrong offset!"); \ +static_assert(offsetof(AnimSingleNodeInstance_PlayAnim, InStartPosition) == 0x000008, "Member 'AnimSingleNodeInstance_PlayAnim::InStartPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimSingleNodeInstance_SetAnimationAsset \ +static_assert(alignof(AnimSingleNodeInstance_SetAnimationAsset) == 0x000008, "Wrong alignment on AnimSingleNodeInstance_SetAnimationAsset"); \ +static_assert(sizeof(AnimSingleNodeInstance_SetAnimationAsset) == 0x000010, "Wrong size on AnimSingleNodeInstance_SetAnimationAsset"); \ +static_assert(offsetof(AnimSingleNodeInstance_SetAnimationAsset, NewAsset) == 0x000000, "Member 'AnimSingleNodeInstance_SetAnimationAsset::NewAsset' has a wrong offset!"); \ +static_assert(offsetof(AnimSingleNodeInstance_SetAnimationAsset, bIsLooping) == 0x000008, "Member 'AnimSingleNodeInstance_SetAnimationAsset::bIsLooping' has a wrong offset!"); \ +static_assert(offsetof(AnimSingleNodeInstance_SetAnimationAsset, InPlayRate) == 0x00000C, "Member 'AnimSingleNodeInstance_SetAnimationAsset::InPlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimSingleNodeInstance_SetBlendSpaceInput \ +static_assert(alignof(AnimSingleNodeInstance_SetBlendSpaceInput) == 0x000004, "Wrong alignment on AnimSingleNodeInstance_SetBlendSpaceInput"); \ +static_assert(sizeof(AnimSingleNodeInstance_SetBlendSpaceInput) == 0x00000C, "Wrong size on AnimSingleNodeInstance_SetBlendSpaceInput"); \ +static_assert(offsetof(AnimSingleNodeInstance_SetBlendSpaceInput, InBlendInput) == 0x000000, "Member 'AnimSingleNodeInstance_SetBlendSpaceInput::InBlendInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimSingleNodeInstance_SetLooping \ +static_assert(alignof(AnimSingleNodeInstance_SetLooping) == 0x000001, "Wrong alignment on AnimSingleNodeInstance_SetLooping"); \ +static_assert(sizeof(AnimSingleNodeInstance_SetLooping) == 0x000001, "Wrong size on AnimSingleNodeInstance_SetLooping"); \ +static_assert(offsetof(AnimSingleNodeInstance_SetLooping, bIsLooping) == 0x000000, "Member 'AnimSingleNodeInstance_SetLooping::bIsLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimSingleNodeInstance_SetPlaying \ +static_assert(alignof(AnimSingleNodeInstance_SetPlaying) == 0x000001, "Wrong alignment on AnimSingleNodeInstance_SetPlaying"); \ +static_assert(sizeof(AnimSingleNodeInstance_SetPlaying) == 0x000001, "Wrong size on AnimSingleNodeInstance_SetPlaying"); \ +static_assert(offsetof(AnimSingleNodeInstance_SetPlaying, bIsPlaying) == 0x000000, "Member 'AnimSingleNodeInstance_SetPlaying::bIsPlaying' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimSingleNodeInstance_SetPlayRate \ +static_assert(alignof(AnimSingleNodeInstance_SetPlayRate) == 0x000004, "Wrong alignment on AnimSingleNodeInstance_SetPlayRate"); \ +static_assert(sizeof(AnimSingleNodeInstance_SetPlayRate) == 0x000004, "Wrong size on AnimSingleNodeInstance_SetPlayRate"); \ +static_assert(offsetof(AnimSingleNodeInstance_SetPlayRate, InPlayRate) == 0x000000, "Member 'AnimSingleNodeInstance_SetPlayRate::InPlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimSingleNodeInstance_SetPosition \ +static_assert(alignof(AnimSingleNodeInstance_SetPosition) == 0x000004, "Wrong alignment on AnimSingleNodeInstance_SetPosition"); \ +static_assert(sizeof(AnimSingleNodeInstance_SetPosition) == 0x000008, "Wrong size on AnimSingleNodeInstance_SetPosition"); \ +static_assert(offsetof(AnimSingleNodeInstance_SetPosition, InPosition) == 0x000000, "Member 'AnimSingleNodeInstance_SetPosition::InPosition' has a wrong offset!"); \ +static_assert(offsetof(AnimSingleNodeInstance_SetPosition, bFireNotifies) == 0x000004, "Member 'AnimSingleNodeInstance_SetPosition::bFireNotifies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimSingleNodeInstance_SetPositionWithPreviousTime \ +static_assert(alignof(AnimSingleNodeInstance_SetPositionWithPreviousTime) == 0x000004, "Wrong alignment on AnimSingleNodeInstance_SetPositionWithPreviousTime"); \ +static_assert(sizeof(AnimSingleNodeInstance_SetPositionWithPreviousTime) == 0x00000C, "Wrong size on AnimSingleNodeInstance_SetPositionWithPreviousTime"); \ +static_assert(offsetof(AnimSingleNodeInstance_SetPositionWithPreviousTime, InPosition) == 0x000000, "Member 'AnimSingleNodeInstance_SetPositionWithPreviousTime::InPosition' has a wrong offset!"); \ +static_assert(offsetof(AnimSingleNodeInstance_SetPositionWithPreviousTime, InPreviousTime) == 0x000004, "Member 'AnimSingleNodeInstance_SetPositionWithPreviousTime::InPreviousTime' has a wrong offset!"); \ +static_assert(offsetof(AnimSingleNodeInstance_SetPositionWithPreviousTime, bFireNotifies) == 0x000008, "Member 'AnimSingleNodeInstance_SetPositionWithPreviousTime::bFireNotifies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimSingleNodeInstance_SetPreviewCurveOverride \ +static_assert(alignof(AnimSingleNodeInstance_SetPreviewCurveOverride) == 0x000004, "Wrong alignment on AnimSingleNodeInstance_SetPreviewCurveOverride"); \ +static_assert(sizeof(AnimSingleNodeInstance_SetPreviewCurveOverride) == 0x000014, "Wrong size on AnimSingleNodeInstance_SetPreviewCurveOverride"); \ +static_assert(offsetof(AnimSingleNodeInstance_SetPreviewCurveOverride, PoseName) == 0x000000, "Member 'AnimSingleNodeInstance_SetPreviewCurveOverride::PoseName' has a wrong offset!"); \ +static_assert(offsetof(AnimSingleNodeInstance_SetPreviewCurveOverride, Value) == 0x00000C, "Member 'AnimSingleNodeInstance_SetPreviewCurveOverride::Value' has a wrong offset!"); \ +static_assert(offsetof(AnimSingleNodeInstance_SetPreviewCurveOverride, bRemoveIfZero) == 0x000010, "Member 'AnimSingleNodeInstance_SetPreviewCurveOverride::bRemoveIfZero' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimSingleNodeInstance_SetReverse \ +static_assert(alignof(AnimSingleNodeInstance_SetReverse) == 0x000001, "Wrong alignment on AnimSingleNodeInstance_SetReverse"); \ +static_assert(sizeof(AnimSingleNodeInstance_SetReverse) == 0x000001, "Wrong size on AnimSingleNodeInstance_SetReverse"); \ +static_assert(offsetof(AnimSingleNodeInstance_SetReverse, bInReverse) == 0x000000, "Member 'AnimSingleNodeInstance_SetReverse::bInReverse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimSingleNodeInstance_GetAnimationAsset \ +static_assert(alignof(AnimSingleNodeInstance_GetAnimationAsset) == 0x000008, "Wrong alignment on AnimSingleNodeInstance_GetAnimationAsset"); \ +static_assert(sizeof(AnimSingleNodeInstance_GetAnimationAsset) == 0x000008, "Wrong size on AnimSingleNodeInstance_GetAnimationAsset"); \ +static_assert(offsetof(AnimSingleNodeInstance_GetAnimationAsset, ReturnValue) == 0x000000, "Member 'AnimSingleNodeInstance_GetAnimationAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSingleNodeInstance \ +static_assert(alignof(UAnimSingleNodeInstance) == 0x000010, "Wrong alignment on UAnimSingleNodeInstance"); \ +static_assert(sizeof(UAnimSingleNodeInstance) == 0x0002E0, "Wrong size on UAnimSingleNodeInstance"); \ +static_assert(offsetof(UAnimSingleNodeInstance, CurrentAsset) == 0x0002B8, "Member 'UAnimSingleNodeInstance::CurrentAsset' has a wrong offset!"); \ +static_assert(offsetof(UAnimSingleNodeInstance, PostEvaluateAnimEvent) == 0x0002C0, "Member 'UAnimSingleNodeInstance::PostEvaluateAnimEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsConstraintTemplate \ +static_assert(alignof(UPhysicsConstraintTemplate) == 0x000008, "Wrong alignment on UPhysicsConstraintTemplate"); \ +static_assert(sizeof(UPhysicsConstraintTemplate) == 0x000330, "Wrong size on UPhysicsConstraintTemplate"); \ +static_assert(offsetof(UPhysicsConstraintTemplate, DefaultInstance) == 0x000030, "Member 'UPhysicsConstraintTemplate::DefaultInstance' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintTemplate, ProfileHandles) == 0x000208, "Member 'UPhysicsConstraintTemplate::ProfileHandles' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintTemplate, DefaultProfile) == 0x000218, "Member 'UPhysicsConstraintTemplate::DefaultProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimStateMachineTypes \ +static_assert(alignof(UAnimStateMachineTypes) == 0x000008, "Wrong alignment on UAnimStateMachineTypes"); \ +static_assert(sizeof(UAnimStateMachineTypes) == 0x000030, "Wrong size on UAnimStateMachineTypes"); \ + +#define DUMPER7_ASSERTS_UAnimStreamable \ +static_assert(alignof(UAnimStreamable) == 0x000008, "Wrong alignment on UAnimStreamable"); \ +static_assert(sizeof(UAnimStreamable) == 0x0000F0, "Wrong size on UAnimStreamable"); \ +static_assert(offsetof(UAnimStreamable, NumFrames) == 0x0000B0, "Member 'UAnimStreamable::NumFrames' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, Interpolation) == 0x0000B4, "Member 'UAnimStreamable::Interpolation' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, RetargetSource) == 0x0000B8, "Member 'UAnimStreamable::RetargetSource' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, BoneCompressionSettings) == 0x0000D8, "Member 'UAnimStreamable::BoneCompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, CurveCompressionSettings) == 0x0000E0, "Member 'UAnimStreamable::CurveCompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, bEnableRootMotion) == 0x0000E8, "Member 'UAnimStreamable::bEnableRootMotion' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, RootMotionRootLock) == 0x0000E9, "Member 'UAnimStreamable::RootMotionRootLock' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, bForceRootLock) == 0x0000EA, "Member 'UAnimStreamable::bForceRootLock' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, bUseNormalizedRootMotionScale) == 0x0000EB, "Member 'UAnimStreamable::bUseNormalizedRootMotionScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSceneDepth \ +static_assert(alignof(UMaterialExpressionSceneDepth) == 0x000008, "Wrong alignment on UMaterialExpressionSceneDepth"); \ +static_assert(sizeof(UMaterialExpressionSceneDepth) == 0x000090, "Wrong size on UMaterialExpressionSceneDepth"); \ +static_assert(offsetof(UMaterialExpressionSceneDepth, InputMode) == 0x000048, "Member 'UMaterialExpressionSceneDepth::InputMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepth, Input) == 0x00004C, "Member 'UMaterialExpressionSceneDepth::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepth, Coordinates) == 0x000068, "Member 'UMaterialExpressionSceneDepth::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepth, ConstInput) == 0x000084, "Member 'UMaterialExpressionSceneDepth::ConstInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UApplicationLifecycleComponent \ +static_assert(alignof(UApplicationLifecycleComponent) == 0x000008, "Wrong alignment on UApplicationLifecycleComponent"); \ +static_assert(sizeof(UApplicationLifecycleComponent) == 0x000150, "Wrong size on UApplicationLifecycleComponent"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationWillDeactivateDelegate) == 0x0000C0, "Member 'UApplicationLifecycleComponent::ApplicationWillDeactivateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationHasReactivatedDelegate) == 0x0000D0, "Member 'UApplicationLifecycleComponent::ApplicationHasReactivatedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationWillEnterBackgroundDelegate) == 0x0000E0, "Member 'UApplicationLifecycleComponent::ApplicationWillEnterBackgroundDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationHasEnteredForegroundDelegate) == 0x0000F0, "Member 'UApplicationLifecycleComponent::ApplicationHasEnteredForegroundDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationWillTerminateDelegate) == 0x000100, "Member 'UApplicationLifecycleComponent::ApplicationWillTerminateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationShouldUnloadResourcesDelegate) == 0x000110, "Member 'UApplicationLifecycleComponent::ApplicationShouldUnloadResourcesDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationReceivedStartupArgumentsDelegate) == 0x000120, "Member 'UApplicationLifecycleComponent::ApplicationReceivedStartupArgumentsDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, OnTemperatureChangeDelegate) == 0x000130, "Member 'UApplicationLifecycleComponent::OnTemperatureChangeDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, OnLowPowerModeDelegate) == 0x000140, "Member 'UApplicationLifecycleComponent::OnLowPowerModeDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArrowComponent_SetArrowColor \ +static_assert(alignof(ArrowComponent_SetArrowColor) == 0x000004, "Wrong alignment on ArrowComponent_SetArrowColor"); \ +static_assert(sizeof(ArrowComponent_SetArrowColor) == 0x000010, "Wrong size on ArrowComponent_SetArrowColor"); \ +static_assert(offsetof(ArrowComponent_SetArrowColor, NewColor) == 0x000000, "Member 'ArrowComponent_SetArrowColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UArrowComponent \ +static_assert(alignof(UArrowComponent) == 0x000010, "Wrong alignment on UArrowComponent"); \ +static_assert(sizeof(UArrowComponent) == 0x000520, "Wrong size on UArrowComponent"); \ +static_assert(offsetof(UArrowComponent, ArrowColor) == 0x000500, "Member 'UArrowComponent::ArrowColor' has a wrong offset!"); \ +static_assert(offsetof(UArrowComponent, ArrowSize) == 0x000504, "Member 'UArrowComponent::ArrowSize' has a wrong offset!"); \ +static_assert(offsetof(UArrowComponent, ArrowLength) == 0x000508, "Member 'UArrowComponent::ArrowLength' has a wrong offset!"); \ +static_assert(offsetof(UArrowComponent, ScreenSize) == 0x00050C, "Member 'UArrowComponent::ScreenSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssetExportTask \ +static_assert(alignof(UAssetExportTask) == 0x000008, "Wrong alignment on UAssetExportTask"); \ +static_assert(sizeof(UAssetExportTask) == 0x000080, "Wrong size on UAssetExportTask"); \ +static_assert(offsetof(UAssetExportTask, Object) == 0x000030, "Member 'UAssetExportTask::Object' has a wrong offset!"); \ +static_assert(offsetof(UAssetExportTask, Exporter) == 0x000038, "Member 'UAssetExportTask::Exporter' has a wrong offset!"); \ +static_assert(offsetof(UAssetExportTask, Filename) == 0x000040, "Member 'UAssetExportTask::Filename' has a wrong offset!"); \ +static_assert(offsetof(UAssetExportTask, bSelected) == 0x000050, "Member 'UAssetExportTask::bSelected' has a wrong offset!"); \ +static_assert(offsetof(UAssetExportTask, bReplaceIdentical) == 0x000051, "Member 'UAssetExportTask::bReplaceIdentical' has a wrong offset!"); \ +static_assert(offsetof(UAssetExportTask, bPrompt) == 0x000052, "Member 'UAssetExportTask::bPrompt' has a wrong offset!"); \ +static_assert(offsetof(UAssetExportTask, bAutomated) == 0x000053, "Member 'UAssetExportTask::bAutomated' has a wrong offset!"); \ +static_assert(offsetof(UAssetExportTask, bUseFileArchive) == 0x000054, "Member 'UAssetExportTask::bUseFileArchive' has a wrong offset!"); \ +static_assert(offsetof(UAssetExportTask, bWriteEmptyFiles) == 0x000055, "Member 'UAssetExportTask::bWriteEmptyFiles' has a wrong offset!"); \ +static_assert(offsetof(UAssetExportTask, IgnoreObjectList) == 0x000058, "Member 'UAssetExportTask::IgnoreObjectList' has a wrong offset!"); \ +static_assert(offsetof(UAssetExportTask, Options) == 0x000068, "Member 'UAssetExportTask::Options' has a wrong offset!"); \ +static_assert(offsetof(UAssetExportTask, Errors) == 0x000070, "Member 'UAssetExportTask::Errors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsCollisionHandler \ +static_assert(alignof(UPhysicsCollisionHandler) == 0x000008, "Wrong alignment on UPhysicsCollisionHandler"); \ +static_assert(sizeof(UPhysicsCollisionHandler) == 0x000048, "Wrong size on UPhysicsCollisionHandler"); \ +static_assert(offsetof(UPhysicsCollisionHandler, ImpactThreshold) == 0x000030, "Member 'UPhysicsCollisionHandler::ImpactThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsCollisionHandler, ImpactReFireDelay) == 0x000034, "Member 'UPhysicsCollisionHandler::ImpactReFireDelay' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsCollisionHandler, DefaultImpactSound) == 0x000038, "Member 'UPhysicsCollisionHandler::DefaultImpactSound' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsCollisionHandler, LastImpactSoundTime) == 0x000040, "Member 'UPhysicsCollisionHandler::LastImpactSoundTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStaticMeshSocket \ +static_assert(alignof(UStaticMeshSocket) == 0x000008, "Wrong alignment on UStaticMeshSocket"); \ +static_assert(sizeof(UStaticMeshSocket) == 0x000070, "Wrong size on UStaticMeshSocket"); \ +static_assert(offsetof(UStaticMeshSocket, SocketName) == 0x000030, "Member 'UStaticMeshSocket::SocketName' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSocket, RelativeLocation) == 0x00003C, "Member 'UStaticMeshSocket::RelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSocket, RelativeRotation) == 0x000048, "Member 'UStaticMeshSocket::RelativeRotation' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSocket, RelativeScale) == 0x000054, "Member 'UStaticMeshSocket::RelativeScale' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSocket, Tag) == 0x000060, "Member 'UStaticMeshSocket::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssetImportData \ +static_assert(alignof(UAssetImportData) == 0x000008, "Wrong alignment on UAssetImportData"); \ +static_assert(sizeof(UAssetImportData) == 0x000030, "Wrong size on UAssetImportData"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionClearCoatNormalCustomOutput \ +static_assert(alignof(UMaterialExpressionClearCoatNormalCustomOutput) == 0x000008, "Wrong alignment on UMaterialExpressionClearCoatNormalCustomOutput"); \ +static_assert(sizeof(UMaterialExpressionClearCoatNormalCustomOutput) == 0x000068, "Wrong size on UMaterialExpressionClearCoatNormalCustomOutput"); \ +static_assert(offsetof(UMaterialExpressionClearCoatNormalCustomOutput, Input) == 0x000048, "Member 'UMaterialExpressionClearCoatNormalCustomOutput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTexture2DDynamic \ +static_assert(alignof(UTexture2DDynamic) == 0x000010, "Wrong alignment on UTexture2DDynamic"); \ +static_assert(sizeof(UTexture2DDynamic) == 0x000190, "Wrong size on UTexture2DDynamic"); \ +static_assert(offsetof(UTexture2DDynamic, Format) == 0x000180, "Member 'UTexture2DDynamic::Format' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssetManager \ +static_assert(alignof(UAssetManager) == 0x000008, "Wrong alignment on UAssetManager"); \ +static_assert(sizeof(UAssetManager) == 0x000480, "Wrong size on UAssetManager"); \ +static_assert(offsetof(UAssetManager, ObjectReferenceList) == 0x0002E8, "Member 'UAssetManager::ObjectReferenceList' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bIsGlobalAsyncScanEnvironment) == 0x0002F8, "Member 'UAssetManager::bIsGlobalAsyncScanEnvironment' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bShouldGuessTypeAndName) == 0x0002F9, "Member 'UAssetManager::bShouldGuessTypeAndName' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bShouldUseSynchronousLoad) == 0x0002FA, "Member 'UAssetManager::bShouldUseSynchronousLoad' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bIsLoadingFromPakFiles) == 0x0002FB, "Member 'UAssetManager::bIsLoadingFromPakFiles' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bShouldAcquireMissingChunksOnLoad) == 0x0002FC, "Member 'UAssetManager::bShouldAcquireMissingChunksOnLoad' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bOnlyCookProductionAssets) == 0x0002FD, "Member 'UAssetManager::bOnlyCookProductionAssets' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bIsBulkScanning) == 0x0002FE, "Member 'UAssetManager::bIsBulkScanning' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bIsPrimaryAssetDirectoryCurrent) == 0x0002FF, "Member 'UAssetManager::bIsPrimaryAssetDirectoryCurrent' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bIsManagementDatabaseCurrent) == 0x000300, "Member 'UAssetManager::bIsManagementDatabaseCurrent' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bUpdateManagementDatabaseAfterScan) == 0x000301, "Member 'UAssetManager::bUpdateManagementDatabaseAfterScan' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bIncludeOnlyOnDiskAssets) == 0x000302, "Member 'UAssetManager::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bHasCompletedInitialScan) == 0x000303, "Member 'UAssetManager::bHasCompletedInitialScan' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, NumberOfSpawnedNotifications) == 0x000304, "Member 'UAssetManager::NumberOfSpawnedNotifications' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssetMappingTable \ +static_assert(alignof(UAssetMappingTable) == 0x000008, "Wrong alignment on UAssetMappingTable"); \ +static_assert(sizeof(UAssetMappingTable) == 0x000040, "Wrong size on UAssetMappingTable"); \ +static_assert(offsetof(UAssetMappingTable, MappedAssets) == 0x000030, "Member 'UAssetMappingTable::MappedAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArcsineFast \ +static_assert(alignof(UMaterialExpressionArcsineFast) == 0x000008, "Wrong alignment on UMaterialExpressionArcsineFast"); \ +static_assert(sizeof(UMaterialExpressionArcsineFast) == 0x000068, "Wrong size on UMaterialExpressionArcsineFast"); \ +static_assert(offsetof(UMaterialExpressionArcsineFast, Input) == 0x000048, "Member 'UMaterialExpressionArcsineFast::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncActionHandleSaveGame_AsyncLoadGameFromSlot \ +static_assert(alignof(AsyncActionHandleSaveGame_AsyncLoadGameFromSlot) == 0x000008, "Wrong alignment on AsyncActionHandleSaveGame_AsyncLoadGameFromSlot"); \ +static_assert(sizeof(AsyncActionHandleSaveGame_AsyncLoadGameFromSlot) == 0x000028, "Wrong size on AsyncActionHandleSaveGame_AsyncLoadGameFromSlot"); \ +static_assert(offsetof(AsyncActionHandleSaveGame_AsyncLoadGameFromSlot, WorldContextObject) == 0x000000, "Member 'AsyncActionHandleSaveGame_AsyncLoadGameFromSlot::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionHandleSaveGame_AsyncLoadGameFromSlot, SlotName) == 0x000008, "Member 'AsyncActionHandleSaveGame_AsyncLoadGameFromSlot::SlotName' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionHandleSaveGame_AsyncLoadGameFromSlot, UserIndex) == 0x000018, "Member 'AsyncActionHandleSaveGame_AsyncLoadGameFromSlot::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionHandleSaveGame_AsyncLoadGameFromSlot, ReturnValue) == 0x000020, "Member 'AsyncActionHandleSaveGame_AsyncLoadGameFromSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncActionHandleSaveGame_AsyncSaveGameToSlot \ +static_assert(alignof(AsyncActionHandleSaveGame_AsyncSaveGameToSlot) == 0x000008, "Wrong alignment on AsyncActionHandleSaveGame_AsyncSaveGameToSlot"); \ +static_assert(sizeof(AsyncActionHandleSaveGame_AsyncSaveGameToSlot) == 0x000030, "Wrong size on AsyncActionHandleSaveGame_AsyncSaveGameToSlot"); \ +static_assert(offsetof(AsyncActionHandleSaveGame_AsyncSaveGameToSlot, WorldContextObject) == 0x000000, "Member 'AsyncActionHandleSaveGame_AsyncSaveGameToSlot::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionHandleSaveGame_AsyncSaveGameToSlot, SaveGameObject_0) == 0x000008, "Member 'AsyncActionHandleSaveGame_AsyncSaveGameToSlot::SaveGameObject_0' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionHandleSaveGame_AsyncSaveGameToSlot, SlotName) == 0x000010, "Member 'AsyncActionHandleSaveGame_AsyncSaveGameToSlot::SlotName' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionHandleSaveGame_AsyncSaveGameToSlot, UserIndex) == 0x000020, "Member 'AsyncActionHandleSaveGame_AsyncSaveGameToSlot::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionHandleSaveGame_AsyncSaveGameToSlot, ReturnValue) == 0x000028, "Member 'AsyncActionHandleSaveGame_AsyncSaveGameToSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncActionHandleSaveGame \ +static_assert(alignof(UAsyncActionHandleSaveGame) == 0x000008, "Wrong alignment on UAsyncActionHandleSaveGame"); \ +static_assert(sizeof(UAsyncActionHandleSaveGame) == 0x000070, "Wrong size on UAsyncActionHandleSaveGame"); \ +static_assert(offsetof(UAsyncActionHandleSaveGame, Completed) == 0x000038, "Member 'UAsyncActionHandleSaveGame::Completed' has a wrong offset!"); \ +static_assert(offsetof(UAsyncActionHandleSaveGame, SaveGameObject) == 0x000068, "Member 'UAsyncActionHandleSaveGame::SaveGameObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncActionLoadPrimaryAssetBase \ +static_assert(alignof(UAsyncActionLoadPrimaryAssetBase) == 0x000008, "Wrong alignment on UAsyncActionLoadPrimaryAssetBase"); \ +static_assert(sizeof(UAsyncActionLoadPrimaryAssetBase) == 0x000080, "Wrong size on UAsyncActionLoadPrimaryAssetBase"); \ + +#define DUMPER7_ASSERTS_SpringArmComponent_GetTargetRotation \ +static_assert(alignof(SpringArmComponent_GetTargetRotation) == 0x000004, "Wrong alignment on SpringArmComponent_GetTargetRotation"); \ +static_assert(sizeof(SpringArmComponent_GetTargetRotation) == 0x00000C, "Wrong size on SpringArmComponent_GetTargetRotation"); \ +static_assert(offsetof(SpringArmComponent_GetTargetRotation, ReturnValue) == 0x000000, "Member 'SpringArmComponent_GetTargetRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpringArmComponent_GetUnfixedCameraPosition \ +static_assert(alignof(SpringArmComponent_GetUnfixedCameraPosition) == 0x000004, "Wrong alignment on SpringArmComponent_GetUnfixedCameraPosition"); \ +static_assert(sizeof(SpringArmComponent_GetUnfixedCameraPosition) == 0x00000C, "Wrong size on SpringArmComponent_GetUnfixedCameraPosition"); \ +static_assert(offsetof(SpringArmComponent_GetUnfixedCameraPosition, ReturnValue) == 0x000000, "Member 'SpringArmComponent_GetUnfixedCameraPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpringArmComponent_IsCollisionFixApplied \ +static_assert(alignof(SpringArmComponent_IsCollisionFixApplied) == 0x000001, "Wrong alignment on SpringArmComponent_IsCollisionFixApplied"); \ +static_assert(sizeof(SpringArmComponent_IsCollisionFixApplied) == 0x000001, "Wrong size on SpringArmComponent_IsCollisionFixApplied"); \ +static_assert(offsetof(SpringArmComponent_IsCollisionFixApplied, ReturnValue) == 0x000000, "Member 'SpringArmComponent_IsCollisionFixApplied::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpringArmComponent \ +static_assert(alignof(USpringArmComponent) == 0x000010, "Wrong alignment on USpringArmComponent"); \ +static_assert(sizeof(USpringArmComponent) == 0x0002B0, "Wrong size on USpringArmComponent"); \ +static_assert(offsetof(USpringArmComponent, TargetArmLength) == 0x000228, "Member 'USpringArmComponent::TargetArmLength' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, SocketOffset) == 0x00022C, "Member 'USpringArmComponent::SocketOffset' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, TargetOffset) == 0x000238, "Member 'USpringArmComponent::TargetOffset' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, ProbeSize) == 0x000244, "Member 'USpringArmComponent::ProbeSize' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, ProbeChannel) == 0x000248, "Member 'USpringArmComponent::ProbeChannel' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, CameraLagSpeed) == 0x000250, "Member 'USpringArmComponent::CameraLagSpeed' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, CameraRotationLagSpeed) == 0x000254, "Member 'USpringArmComponent::CameraRotationLagSpeed' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, CameraLagMaxTimeStep) == 0x000258, "Member 'USpringArmComponent::CameraLagMaxTimeStep' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, CameraLagMaxDistance) == 0x00025C, "Member 'USpringArmComponent::CameraLagMaxDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterial \ +static_assert(alignof(UMaterial) == 0x000008, "Wrong alignment on UMaterial"); \ +static_assert(sizeof(UMaterial) == 0x000548, "Wrong size on UMaterial"); \ +static_assert(offsetof(UMaterial, PhysMaterial) == 0x000090, "Member 'UMaterial::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, PhysMaterialMask) == 0x000098, "Member 'UMaterial::PhysMaterialMask' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, PhysicalMaterialMap) == 0x0000A0, "Member 'UMaterial::PhysicalMaterialMap' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, Metallic) == 0x0000E0, "Member 'UMaterial::Metallic' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, Specular) == 0x0000FC, "Member 'UMaterial::Specular' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, Anisotropy) == 0x000118, "Member 'UMaterial::Anisotropy' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, Normal) == 0x000134, "Member 'UMaterial::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, Tangent) == 0x000150, "Member 'UMaterial::Tangent' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, EmissiveColor) == 0x00016C, "Member 'UMaterial::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, MaterialDomain) == 0x000188, "Member 'UMaterial::MaterialDomain' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, BlendMode) == 0x000189, "Member 'UMaterial::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, DecalBlendMode) == 0x00018A, "Member 'UMaterial::DecalBlendMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, MaterialDecalResponse) == 0x00018B, "Member 'UMaterial::MaterialDecalResponse' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, ShadingModel) == 0x00018C, "Member 'UMaterial::ShadingModel' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, ShadingModels) == 0x00018E, "Member 'UMaterial::ShadingModels' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, OpacityMaskClipValue) == 0x000190, "Member 'UMaterial::OpacityMaskClipValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, WorldPositionOffset) == 0x000194, "Member 'UMaterial::WorldPositionOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, Refraction) == 0x0001B0, "Member 'UMaterial::Refraction' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, MaterialAttributes) == 0x0001CC, "Member 'UMaterial::MaterialAttributes' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, PixelDepthOffset) == 0x0001EC, "Member 'UMaterial::PixelDepthOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, ShadingModelFromMaterialExpression) == 0x000208, "Member 'UMaterial::ShadingModelFromMaterialExpression' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucencyLightingMode) == 0x000225, "Member 'UMaterial::TranslucencyLightingMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, NumCustomizedUVs) == 0x000228, "Member 'UMaterial::NumCustomizedUVs' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucencyDirectionalLightingIntensity) == 0x00022C, "Member 'UMaterial::TranslucencyDirectionalLightingIntensity' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentShadowDensityScale) == 0x000230, "Member 'UMaterial::TranslucentShadowDensityScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentSelfShadowDensityScale) == 0x000234, "Member 'UMaterial::TranslucentSelfShadowDensityScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentSelfShadowSecondDensityScale) == 0x000238, "Member 'UMaterial::TranslucentSelfShadowSecondDensityScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentSelfShadowSecondOpacity) == 0x00023C, "Member 'UMaterial::TranslucentSelfShadowSecondOpacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentBackscatteringExponent) == 0x000240, "Member 'UMaterial::TranslucentBackscatteringExponent' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentMultipleScatteringExtinction) == 0x000244, "Member 'UMaterial::TranslucentMultipleScatteringExtinction' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentShadowStartOffset) == 0x000254, "Member 'UMaterial::TranslucentShadowStartOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, D3D11TessellationMode) == 0x000269, "Member 'UMaterial::D3D11TessellationMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, ShadingRate) == 0x00026B, "Member 'UMaterial::ShadingRate' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, BlendableLocation) == 0x000316, "Member 'UMaterial::BlendableLocation' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, StencilCompare) == 0x000318, "Member 'UMaterial::StencilCompare' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, StencilRefValue) == 0x000319, "Member 'UMaterial::StencilRefValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, RefractionMode) == 0x00031A, "Member 'UMaterial::RefractionMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, BlendablePriority) == 0x00031C, "Member 'UMaterial::BlendablePriority' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, UsageFlagWarnings) == 0x000324, "Member 'UMaterial::UsageFlagWarnings' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, RefractionDepthBias) == 0x000328, "Member 'UMaterial::RefractionDepthBias' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, StateId) == 0x00032C, "Member 'UMaterial::StateId' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, MaxDisplacement) == 0x00033C, "Member 'UMaterial::MaxDisplacement' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, CachedExpressionData) == 0x000370, "Member 'UMaterial::CachedExpressionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset \ +static_assert(alignof(AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset) == 0x000008, "Wrong alignment on AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset"); \ +static_assert(sizeof(AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset) == 0x000038, "Wrong size on AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset, WorldContextObject) == 0x000000, "Member 'AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset, PrimaryAsset) == 0x000008, "Member 'AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset::PrimaryAsset' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset, LoadBundles) == 0x000020, "Member 'AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset::LoadBundles' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset, ReturnValue) == 0x000030, "Member 'AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncActionLoadPrimaryAsset \ +static_assert(alignof(UAsyncActionLoadPrimaryAsset) == 0x000008, "Wrong alignment on UAsyncActionLoadPrimaryAsset"); \ +static_assert(sizeof(UAsyncActionLoadPrimaryAsset) == 0x000090, "Wrong size on UAsyncActionLoadPrimaryAsset"); \ +static_assert(offsetof(UAsyncActionLoadPrimaryAsset, Completed) == 0x000080, "Member 'UAsyncActionLoadPrimaryAsset::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBodySetup \ +static_assert(alignof(UBodySetup) == 0x000008, "Wrong alignment on UBodySetup"); \ +static_assert(sizeof(UBodySetup) == 0x0002B8, "Wrong size on UBodySetup"); \ +static_assert(offsetof(UBodySetup, AggGeom) == 0x000050, "Member 'UBodySetup::AggGeom' has a wrong offset!"); \ +static_assert(offsetof(UBodySetup, PhysMaterial) == 0x0000B0, "Member 'UBodySetup::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBodySetup, WalkableSlopeOverride) == 0x0000B8, "Member 'UBodySetup::WalkableSlopeOverride' has a wrong offset!"); \ +static_assert(offsetof(UBodySetup, DefaultInstance) == 0x000130, "Member 'UBodySetup::DefaultInstance' has a wrong offset!"); \ +static_assert(offsetof(UBodySetup, BuildScale3D) == 0x0002A0, "Member 'UBodySetup::BuildScale3D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeletalBodySetup \ +static_assert(alignof(USkeletalBodySetup) == 0x000008, "Wrong alignment on USkeletalBodySetup"); \ +static_assert(sizeof(USkeletalBodySetup) == 0x0002D0, "Wrong size on USkeletalBodySetup"); \ +static_assert(offsetof(USkeletalBodySetup, bSkipScaleFromAnimation) == 0x0002B8, "Member 'USkeletalBodySetup::bSkipScaleFromAnimation' has a wrong offset!"); \ +static_assert(offsetof(USkeletalBodySetup, PhysicalAnimationData) == 0x0002C0, "Member 'USkeletalBodySetup::PhysicalAnimationData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass \ +static_assert(alignof(AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass) == 0x000008, "Wrong alignment on AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass"); \ +static_assert(sizeof(AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass) == 0x000038, "Wrong size on AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass, WorldContextObject) == 0x000000, "Member 'AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass, PrimaryAsset) == 0x000008, "Member 'AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass::PrimaryAsset' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass, LoadBundles) == 0x000020, "Member 'AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass::LoadBundles' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass, ReturnValue) == 0x000030, "Member 'AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncActionLoadPrimaryAssetClass \ +static_assert(alignof(UAsyncActionLoadPrimaryAssetClass) == 0x000008, "Wrong alignment on UAsyncActionLoadPrimaryAssetClass"); \ +static_assert(sizeof(UAsyncActionLoadPrimaryAssetClass) == 0x000090, "Wrong size on UAsyncActionLoadPrimaryAssetClass"); \ +static_assert(offsetof(UAsyncActionLoadPrimaryAssetClass, Completed) == 0x000080, "Member 'UAsyncActionLoadPrimaryAssetClass::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList \ +static_assert(alignof(AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList) == 0x000008, "Wrong alignment on AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList"); \ +static_assert(sizeof(AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList) == 0x000030, "Wrong size on AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList, WorldContextObject) == 0x000000, "Member 'AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList, PrimaryAssetList) == 0x000008, "Member 'AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList::PrimaryAssetList' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList, LoadBundles) == 0x000018, "Member 'AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList::LoadBundles' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList, ReturnValue) == 0x000028, "Member 'AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncActionLoadPrimaryAssetList \ +static_assert(alignof(UAsyncActionLoadPrimaryAssetList) == 0x000008, "Wrong alignment on UAsyncActionLoadPrimaryAssetList"); \ +static_assert(sizeof(UAsyncActionLoadPrimaryAssetList) == 0x000090, "Wrong size on UAsyncActionLoadPrimaryAssetList"); \ +static_assert(offsetof(UAsyncActionLoadPrimaryAssetList, Completed) == 0x000080, "Member 'UAsyncActionLoadPrimaryAssetList::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDesaturation \ +static_assert(alignof(UMaterialExpressionDesaturation) == 0x000008, "Wrong alignment on UMaterialExpressionDesaturation"); \ +static_assert(sizeof(UMaterialExpressionDesaturation) == 0x000090, "Wrong size on UMaterialExpressionDesaturation"); \ +static_assert(offsetof(UMaterialExpressionDesaturation, Input) == 0x000048, "Member 'UMaterialExpressionDesaturation::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDesaturation, Fraction) == 0x000064, "Member 'UMaterialExpressionDesaturation::Fraction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDesaturation, LuminanceFactors) == 0x000080, "Member 'UMaterialExpressionDesaturation::LuminanceFactors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AVectorFieldVolume \ +static_assert(alignof(AVectorFieldVolume) == 0x000008, "Wrong alignment on AVectorFieldVolume"); \ +static_assert(sizeof(AVectorFieldVolume) == 0x0002B0, "Wrong size on AVectorFieldVolume"); \ +static_assert(offsetof(AVectorFieldVolume, VectorFieldComponent) == 0x0002A8, "Member 'AVectorFieldVolume::VectorFieldComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList \ +static_assert(alignof(AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList) == 0x000008, "Wrong alignment on AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList"); \ +static_assert(sizeof(AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList) == 0x000030, "Wrong size on AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList, WorldContextObject) == 0x000000, "Member 'AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList, PrimaryAssetList) == 0x000008, "Member 'AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList::PrimaryAssetList' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList, LoadBundles) == 0x000018, "Member 'AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList::LoadBundles' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList, ReturnValue) == 0x000028, "Member 'AsyncActionLoadPrimaryAssetClassList_AsyncLoadPrimaryAssetClassList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncActionLoadPrimaryAssetClassList \ +static_assert(alignof(UAsyncActionLoadPrimaryAssetClassList) == 0x000008, "Wrong alignment on UAsyncActionLoadPrimaryAssetClassList"); \ +static_assert(sizeof(UAsyncActionLoadPrimaryAssetClassList) == 0x000090, "Wrong size on UAsyncActionLoadPrimaryAssetClassList"); \ +static_assert(offsetof(UAsyncActionLoadPrimaryAssetClassList, Completed) == 0x000080, "Member 'UAsyncActionLoadPrimaryAssetClassList::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets \ +static_assert(alignof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets) == 0x000008, "Wrong alignment on AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets"); \ +static_assert(sizeof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets) == 0x000030, "Wrong size on AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets"); \ +static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets, WorldContextObject) == 0x000000, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets, NewBundles) == 0x000008, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets::NewBundles' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets, OldBundles) == 0x000018, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets::OldBundles' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets, ReturnValue) == 0x000028, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForMatchingPrimaryAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList \ +static_assert(alignof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList) == 0x000008, "Wrong alignment on AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList"); \ +static_assert(sizeof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList) == 0x000040, "Wrong size on AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList"); \ +static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList, WorldContextObject) == 0x000000, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList, PrimaryAssetList) == 0x000008, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList::PrimaryAssetList' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList, AddBundles) == 0x000018, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList::AddBundles' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList, RemoveBundles) == 0x000028, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList::RemoveBundles' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList, ReturnValue) == 0x000038, "Member 'AsyncActionChangePrimaryAssetBundles_AsyncChangeBundleStateForPrimaryAssetList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncActionChangePrimaryAssetBundles \ +static_assert(alignof(UAsyncActionChangePrimaryAssetBundles) == 0x000008, "Wrong alignment on UAsyncActionChangePrimaryAssetBundles"); \ +static_assert(sizeof(UAsyncActionChangePrimaryAssetBundles) == 0x000090, "Wrong size on UAsyncActionChangePrimaryAssetBundles"); \ +static_assert(offsetof(UAsyncActionChangePrimaryAssetBundles, Completed) == 0x000080, "Member 'UAsyncActionChangePrimaryAssetBundles::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AtmosphericFogComponent_DisableGroundScattering \ +static_assert(alignof(AtmosphericFogComponent_DisableGroundScattering) == 0x000001, "Wrong alignment on AtmosphericFogComponent_DisableGroundScattering"); \ +static_assert(sizeof(AtmosphericFogComponent_DisableGroundScattering) == 0x000001, "Wrong size on AtmosphericFogComponent_DisableGroundScattering"); \ +static_assert(offsetof(AtmosphericFogComponent_DisableGroundScattering, NewGroundScattering) == 0x000000, "Member 'AtmosphericFogComponent_DisableGroundScattering::NewGroundScattering' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AtmosphericFogComponent_DisableSunDisk \ +static_assert(alignof(AtmosphericFogComponent_DisableSunDisk) == 0x000001, "Wrong alignment on AtmosphericFogComponent_DisableSunDisk"); \ +static_assert(sizeof(AtmosphericFogComponent_DisableSunDisk) == 0x000001, "Wrong size on AtmosphericFogComponent_DisableSunDisk"); \ +static_assert(offsetof(AtmosphericFogComponent_DisableSunDisk, NewSunDisk) == 0x000000, "Member 'AtmosphericFogComponent_DisableSunDisk::NewSunDisk' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AtmosphericFogComponent_SetAltitudeScale \ +static_assert(alignof(AtmosphericFogComponent_SetAltitudeScale) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetAltitudeScale"); \ +static_assert(sizeof(AtmosphericFogComponent_SetAltitudeScale) == 0x000004, "Wrong size on AtmosphericFogComponent_SetAltitudeScale"); \ +static_assert(offsetof(AtmosphericFogComponent_SetAltitudeScale, NewAltitudeScale) == 0x000000, "Member 'AtmosphericFogComponent_SetAltitudeScale::NewAltitudeScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AtmosphericFogComponent_SetDefaultBrightness \ +static_assert(alignof(AtmosphericFogComponent_SetDefaultBrightness) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetDefaultBrightness"); \ +static_assert(sizeof(AtmosphericFogComponent_SetDefaultBrightness) == 0x000004, "Wrong size on AtmosphericFogComponent_SetDefaultBrightness"); \ +static_assert(offsetof(AtmosphericFogComponent_SetDefaultBrightness, NewBrightness) == 0x000000, "Member 'AtmosphericFogComponent_SetDefaultBrightness::NewBrightness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AtmosphericFogComponent_SetDefaultLightColor \ +static_assert(alignof(AtmosphericFogComponent_SetDefaultLightColor) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetDefaultLightColor"); \ +static_assert(sizeof(AtmosphericFogComponent_SetDefaultLightColor) == 0x000010, "Wrong size on AtmosphericFogComponent_SetDefaultLightColor"); \ +static_assert(offsetof(AtmosphericFogComponent_SetDefaultLightColor, NewLightColor) == 0x000000, "Member 'AtmosphericFogComponent_SetDefaultLightColor::NewLightColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AtmosphericFogComponent_SetDensityMultiplier \ +static_assert(alignof(AtmosphericFogComponent_SetDensityMultiplier) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetDensityMultiplier"); \ +static_assert(sizeof(AtmosphericFogComponent_SetDensityMultiplier) == 0x000004, "Wrong size on AtmosphericFogComponent_SetDensityMultiplier"); \ +static_assert(offsetof(AtmosphericFogComponent_SetDensityMultiplier, NewDensityMultiplier) == 0x000000, "Member 'AtmosphericFogComponent_SetDensityMultiplier::NewDensityMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AtmosphericFogComponent_SetDensityOffset \ +static_assert(alignof(AtmosphericFogComponent_SetDensityOffset) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetDensityOffset"); \ +static_assert(sizeof(AtmosphericFogComponent_SetDensityOffset) == 0x000004, "Wrong size on AtmosphericFogComponent_SetDensityOffset"); \ +static_assert(offsetof(AtmosphericFogComponent_SetDensityOffset, NewDensityOffset) == 0x000000, "Member 'AtmosphericFogComponent_SetDensityOffset::NewDensityOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AtmosphericFogComponent_SetDistanceOffset \ +static_assert(alignof(AtmosphericFogComponent_SetDistanceOffset) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetDistanceOffset"); \ +static_assert(sizeof(AtmosphericFogComponent_SetDistanceOffset) == 0x000004, "Wrong size on AtmosphericFogComponent_SetDistanceOffset"); \ +static_assert(offsetof(AtmosphericFogComponent_SetDistanceOffset, NewDistanceOffset) == 0x000000, "Member 'AtmosphericFogComponent_SetDistanceOffset::NewDistanceOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AtmosphericFogComponent_SetDistanceScale \ +static_assert(alignof(AtmosphericFogComponent_SetDistanceScale) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetDistanceScale"); \ +static_assert(sizeof(AtmosphericFogComponent_SetDistanceScale) == 0x000004, "Wrong size on AtmosphericFogComponent_SetDistanceScale"); \ +static_assert(offsetof(AtmosphericFogComponent_SetDistanceScale, NewDistanceScale) == 0x000000, "Member 'AtmosphericFogComponent_SetDistanceScale::NewDistanceScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AtmosphericFogComponent_SetFogMultiplier \ +static_assert(alignof(AtmosphericFogComponent_SetFogMultiplier) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetFogMultiplier"); \ +static_assert(sizeof(AtmosphericFogComponent_SetFogMultiplier) == 0x000004, "Wrong size on AtmosphericFogComponent_SetFogMultiplier"); \ +static_assert(offsetof(AtmosphericFogComponent_SetFogMultiplier, NewFogMultiplier) == 0x000000, "Member 'AtmosphericFogComponent_SetFogMultiplier::NewFogMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AtmosphericFogComponent_SetPrecomputeParams \ +static_assert(alignof(AtmosphericFogComponent_SetPrecomputeParams) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetPrecomputeParams"); \ +static_assert(sizeof(AtmosphericFogComponent_SetPrecomputeParams) == 0x00000C, "Wrong size on AtmosphericFogComponent_SetPrecomputeParams"); \ +static_assert(offsetof(AtmosphericFogComponent_SetPrecomputeParams, DensityHeight) == 0x000000, "Member 'AtmosphericFogComponent_SetPrecomputeParams::DensityHeight' has a wrong offset!"); \ +static_assert(offsetof(AtmosphericFogComponent_SetPrecomputeParams, MaxScatteringOrder) == 0x000004, "Member 'AtmosphericFogComponent_SetPrecomputeParams::MaxScatteringOrder' has a wrong offset!"); \ +static_assert(offsetof(AtmosphericFogComponent_SetPrecomputeParams, InscatterAltitudeSampleNum) == 0x000008, "Member 'AtmosphericFogComponent_SetPrecomputeParams::InscatterAltitudeSampleNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AtmosphericFogComponent_SetStartDistance \ +static_assert(alignof(AtmosphericFogComponent_SetStartDistance) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetStartDistance"); \ +static_assert(sizeof(AtmosphericFogComponent_SetStartDistance) == 0x000004, "Wrong size on AtmosphericFogComponent_SetStartDistance"); \ +static_assert(offsetof(AtmosphericFogComponent_SetStartDistance, NewStartDistance) == 0x000000, "Member 'AtmosphericFogComponent_SetStartDistance::NewStartDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AtmosphericFogComponent_SetSunMultiplier \ +static_assert(alignof(AtmosphericFogComponent_SetSunMultiplier) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetSunMultiplier"); \ +static_assert(sizeof(AtmosphericFogComponent_SetSunMultiplier) == 0x000004, "Wrong size on AtmosphericFogComponent_SetSunMultiplier"); \ +static_assert(offsetof(AtmosphericFogComponent_SetSunMultiplier, NewSunMultiplier) == 0x000000, "Member 'AtmosphericFogComponent_SetSunMultiplier::NewSunMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAtmosphericFogComponent \ +static_assert(alignof(UAtmosphericFogComponent) == 0x000010, "Wrong alignment on UAtmosphericFogComponent"); \ +static_assert(sizeof(UAtmosphericFogComponent) == 0x000330, "Wrong size on UAtmosphericFogComponent"); \ +static_assert(offsetof(UAtmosphericFogComponent, SunMultiplier) == 0x000228, "Member 'UAtmosphericFogComponent::SunMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, FogMultiplier) == 0x00022C, "Member 'UAtmosphericFogComponent::FogMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, DensityMultiplier) == 0x000230, "Member 'UAtmosphericFogComponent::DensityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, DensityOffset) == 0x000234, "Member 'UAtmosphericFogComponent::DensityOffset' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, DistanceScale) == 0x000238, "Member 'UAtmosphericFogComponent::DistanceScale' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, AltitudeScale) == 0x00023C, "Member 'UAtmosphericFogComponent::AltitudeScale' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, DistanceOffset) == 0x000240, "Member 'UAtmosphericFogComponent::DistanceOffset' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, GroundOffset) == 0x000244, "Member 'UAtmosphericFogComponent::GroundOffset' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, StartDistance) == 0x000248, "Member 'UAtmosphericFogComponent::StartDistance' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, SunDiscScale) == 0x00024C, "Member 'UAtmosphericFogComponent::SunDiscScale' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, DefaultBrightness) == 0x000250, "Member 'UAtmosphericFogComponent::DefaultBrightness' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, DefaultLightColor) == 0x000254, "Member 'UAtmosphericFogComponent::DefaultLightColor' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, PrecomputeParams) == 0x00025C, "Member 'UAtmosphericFogComponent::PrecomputeParams' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, TransmittanceTexture) == 0x000288, "Member 'UAtmosphericFogComponent::TransmittanceTexture' has a wrong offset!"); \ +static_assert(offsetof(UAtmosphericFogComponent, IrradianceTexture) == 0x000290, "Member 'UAtmosphericFogComponent::IrradianceTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereLightDiskLuminance \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereLightDiskLuminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereLightDiskLuminance"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereLightDiskLuminance) == 0x000050, "Wrong size on UMaterialExpressionSkyAtmosphereLightDiskLuminance"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightDiskLuminance, LightIndex) == 0x000048, "Member 'UMaterialExpressionSkyAtmosphereLightDiskLuminance::LightIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioBus \ +static_assert(alignof(UAudioBus) == 0x000008, "Wrong alignment on UAudioBus"); \ +static_assert(sizeof(UAudioBus) == 0x000038, "Wrong size on UAudioBus"); \ +static_assert(offsetof(UAudioBus, AudioBusChannels) == 0x000030, "Member 'UAudioBus::AudioBusChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioSettings \ +static_assert(alignof(UAudioSettings) == 0x000008, "Wrong alignment on UAudioSettings"); \ +static_assert(sizeof(UAudioSettings) == 0x0001F0, "Wrong size on UAudioSettings"); \ +static_assert(offsetof(UAudioSettings, DefaultSoundClassName) == 0x000048, "Member 'UAudioSettings::DefaultSoundClassName' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultMediaSoundClassName) == 0x000068, "Member 'UAudioSettings::DefaultMediaSoundClassName' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultSoundConcurrencyName) == 0x000088, "Member 'UAudioSettings::DefaultSoundConcurrencyName' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultBaseSoundMix) == 0x0000A8, "Member 'UAudioSettings::DefaultBaseSoundMix' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, VoiPSoundClass) == 0x0000C8, "Member 'UAudioSettings::VoiPSoundClass' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, MasterSubmix) == 0x0000E8, "Member 'UAudioSettings::MasterSubmix' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, BaseDefaultSubmix) == 0x000108, "Member 'UAudioSettings::BaseDefaultSubmix' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, ReverbSubmix) == 0x000128, "Member 'UAudioSettings::ReverbSubmix' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, EQSubmix) == 0x000148, "Member 'UAudioSettings::EQSubmix' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, VoiPSampleRate) == 0x000168, "Member 'UAudioSettings::VoiPSampleRate' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultReverbSendLevel) == 0x00016C, "Member 'UAudioSettings::DefaultReverbSendLevel' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, MaximumConcurrentStreams) == 0x000170, "Member 'UAudioSettings::MaximumConcurrentStreams' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, GlobalMinPitchScale) == 0x000174, "Member 'UAudioSettings::GlobalMinPitchScale' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, GlobalMaxPitchScale) == 0x000178, "Member 'UAudioSettings::GlobalMaxPitchScale' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, QualityLevels) == 0x000180, "Member 'UAudioSettings::QualityLevels' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, NumStoppingSources) == 0x000194, "Member 'UAudioSettings::NumStoppingSources' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, PanningMethod) == 0x000198, "Member 'UAudioSettings::PanningMethod' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, MonoChannelUpmixMethod) == 0x000199, "Member 'UAudioSettings::MonoChannelUpmixMethod' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DialogueFilenameFormat) == 0x0001A0, "Member 'UAudioSettings::DialogueFilenameFormat' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DebugSounds) == 0x0001B0, "Member 'UAudioSettings::DebugSounds' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultAudioBuses) == 0x0001C0, "Member 'UAudioSettings::DefaultAudioBuses' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultSoundClass) == 0x0001D0, "Member 'UAudioSettings::DefaultSoundClass' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultMediaSoundClass) == 0x0001D8, "Member 'UAudioSettings::DefaultMediaSoundClass' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultSoundConcurrency) == 0x0001E0, "Member 'UAudioSettings::DefaultSoundConcurrency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioVolume_SetEnabled \ +static_assert(alignof(AudioVolume_SetEnabled) == 0x000001, "Wrong alignment on AudioVolume_SetEnabled"); \ +static_assert(sizeof(AudioVolume_SetEnabled) == 0x000001, "Wrong size on AudioVolume_SetEnabled"); \ +static_assert(offsetof(AudioVolume_SetEnabled, bNewEnabled) == 0x000000, "Member 'AudioVolume_SetEnabled::bNewEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioVolume_SetInteriorSettings \ +static_assert(alignof(AudioVolume_SetInteriorSettings) == 0x000004, "Wrong alignment on AudioVolume_SetInteriorSettings"); \ +static_assert(sizeof(AudioVolume_SetInteriorSettings) == 0x000024, "Wrong size on AudioVolume_SetInteriorSettings"); \ +static_assert(offsetof(AudioVolume_SetInteriorSettings, NewInteriorSettings) == 0x000000, "Member 'AudioVolume_SetInteriorSettings::NewInteriorSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioVolume_SetPriority \ +static_assert(alignof(AudioVolume_SetPriority) == 0x000004, "Wrong alignment on AudioVolume_SetPriority"); \ +static_assert(sizeof(AudioVolume_SetPriority) == 0x000004, "Wrong size on AudioVolume_SetPriority"); \ +static_assert(offsetof(AudioVolume_SetPriority, NewPriority) == 0x000000, "Member 'AudioVolume_SetPriority::NewPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioVolume_SetReverbSettings \ +static_assert(alignof(AudioVolume_SetReverbSettings) == 0x000008, "Wrong alignment on AudioVolume_SetReverbSettings"); \ +static_assert(sizeof(AudioVolume_SetReverbSettings) == 0x000020, "Wrong size on AudioVolume_SetReverbSettings"); \ +static_assert(offsetof(AudioVolume_SetReverbSettings, NewReverbSettings) == 0x000000, "Member 'AudioVolume_SetReverbSettings::NewReverbSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioVolume_SetSubmixOverrideSettings \ +static_assert(alignof(AudioVolume_SetSubmixOverrideSettings) == 0x000008, "Wrong alignment on AudioVolume_SetSubmixOverrideSettings"); \ +static_assert(sizeof(AudioVolume_SetSubmixOverrideSettings) == 0x000010, "Wrong size on AudioVolume_SetSubmixOverrideSettings"); \ +static_assert(offsetof(AudioVolume_SetSubmixOverrideSettings, NewSubmixOverrideSettings) == 0x000000, "Member 'AudioVolume_SetSubmixOverrideSettings::NewSubmixOverrideSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioVolume_SetSubmixSendSettings \ +static_assert(alignof(AudioVolume_SetSubmixSendSettings) == 0x000008, "Wrong alignment on AudioVolume_SetSubmixSendSettings"); \ +static_assert(sizeof(AudioVolume_SetSubmixSendSettings) == 0x000010, "Wrong size on AudioVolume_SetSubmixSendSettings"); \ +static_assert(offsetof(AudioVolume_SetSubmixSendSettings, NewSubmixSendSettings) == 0x000000, "Member 'AudioVolume_SetSubmixSendSettings::NewSubmixSendSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAudioVolume \ +static_assert(alignof(AAudioVolume) == 0x000008, "Wrong alignment on AAudioVolume"); \ +static_assert(sizeof(AAudioVolume) == 0x000370, "Wrong size on AAudioVolume"); \ +static_assert(offsetof(AAudioVolume, Priority) == 0x000300, "Member 'AAudioVolume::Priority' has a wrong offset!"); \ +static_assert(offsetof(AAudioVolume, Settings) == 0x000308, "Member 'AAudioVolume::Settings' has a wrong offset!"); \ +static_assert(offsetof(AAudioVolume, AmbientZoneSettings) == 0x000328, "Member 'AAudioVolume::AmbientZoneSettings' has a wrong offset!"); \ +static_assert(offsetof(AAudioVolume, SubmixSendSettings) == 0x000350, "Member 'AAudioVolume::SubmixSendSettings' has a wrong offset!"); \ +static_assert(offsetof(AAudioVolume, SubmixOverrideSettings) == 0x000360, "Member 'AAudioVolume::SubmixOverrideSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReflectionCaptureComponent \ +static_assert(alignof(UReflectionCaptureComponent) == 0x000010, "Wrong alignment on UReflectionCaptureComponent"); \ +static_assert(sizeof(UReflectionCaptureComponent) == 0x0002B0, "Wrong size on UReflectionCaptureComponent"); \ +static_assert(offsetof(UReflectionCaptureComponent, CaptureOffsetComponent) == 0x000228, "Member 'UReflectionCaptureComponent::CaptureOffsetComponent' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, ReflectionSourceType) == 0x000230, "Member 'UReflectionCaptureComponent::ReflectionSourceType' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, bHideFogInReflection) == 0x000231, "Member 'UReflectionCaptureComponent::bHideFogInReflection' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, MobileReflectionCompression) == 0x000232, "Member 'UReflectionCaptureComponent::MobileReflectionCompression' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, Cubemap) == 0x000238, "Member 'UReflectionCaptureComponent::Cubemap' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, SourceCubemapAngle) == 0x000240, "Member 'UReflectionCaptureComponent::SourceCubemapAngle' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, Brightness) == 0x000244, "Member 'UReflectionCaptureComponent::Brightness' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, ContrastSettings) == 0x000248, "Member 'UReflectionCaptureComponent::ContrastSettings' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, bModifyMaxValueRGBM) == 0x000258, "Member 'UReflectionCaptureComponent::bModifyMaxValueRGBM' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, MaxValueRGBM) == 0x00025C, "Member 'UReflectionCaptureComponent::MaxValueRGBM' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, CaptureOffset) == 0x000260, "Member 'UReflectionCaptureComponent::CaptureOffset' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, MapBuildDataId) == 0x00026C, "Member 'UReflectionCaptureComponent::MapBuildDataId' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, CachedEncodedHDRCubemap) == 0x000290, "Member 'UReflectionCaptureComponent::CachedEncodedHDRCubemap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlaneReflectionCaptureComponent \ +static_assert(alignof(UPlaneReflectionCaptureComponent) == 0x000010, "Wrong alignment on UPlaneReflectionCaptureComponent"); \ +static_assert(sizeof(UPlaneReflectionCaptureComponent) == 0x0002D0, "Wrong size on UPlaneReflectionCaptureComponent"); \ +static_assert(offsetof(UPlaneReflectionCaptureComponent, InfluenceRadiusScale) == 0x0002B0, "Member 'UPlaneReflectionCaptureComponent::InfluenceRadiusScale' has a wrong offset!"); \ +static_assert(offsetof(UPlaneReflectionCaptureComponent, PreviewInfluenceRadius) == 0x0002B8, "Member 'UPlaneReflectionCaptureComponent::PreviewInfluenceRadius' has a wrong offset!"); \ +static_assert(offsetof(UPlaneReflectionCaptureComponent, PreviewCaptureBox) == 0x0002C0, "Member 'UPlaneReflectionCaptureComponent::PreviewCaptureBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoDestroySubsystem_OnActorEndPlay \ +static_assert(alignof(AutoDestroySubsystem_OnActorEndPlay) == 0x000008, "Wrong alignment on AutoDestroySubsystem_OnActorEndPlay"); \ +static_assert(sizeof(AutoDestroySubsystem_OnActorEndPlay) == 0x000010, "Wrong size on AutoDestroySubsystem_OnActorEndPlay"); \ +static_assert(offsetof(AutoDestroySubsystem_OnActorEndPlay, Actor) == 0x000000, "Member 'AutoDestroySubsystem_OnActorEndPlay::Actor' has a wrong offset!"); \ +static_assert(offsetof(AutoDestroySubsystem_OnActorEndPlay, EndPlayReason) == 0x000008, "Member 'AutoDestroySubsystem_OnActorEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoDestroySubsystem \ +static_assert(alignof(UAutoDestroySubsystem) == 0x000008, "Wrong alignment on UAutoDestroySubsystem"); \ +static_assert(sizeof(UAutoDestroySubsystem) == 0x000058, "Wrong size on UAutoDestroySubsystem"); \ +static_assert(offsetof(UAutoDestroySubsystem, ActorsToPoll) == 0x000048, "Member 'UAutoDestroySubsystem::ActorsToPoll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDDY \ +static_assert(alignof(UMaterialExpressionDDY) == 0x000008, "Wrong alignment on UMaterialExpressionDDY"); \ +static_assert(sizeof(UMaterialExpressionDDY) == 0x000068, "Wrong size on UMaterialExpressionDDY"); \ +static_assert(offsetof(UMaterialExpressionDDY, Value) == 0x000048, "Member 'UMaterialExpressionDDY::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TwitterIntegrationBase_AuthorizeAccounts \ +static_assert(alignof(TwitterIntegrationBase_AuthorizeAccounts) == 0x000001, "Wrong alignment on TwitterIntegrationBase_AuthorizeAccounts"); \ +static_assert(sizeof(TwitterIntegrationBase_AuthorizeAccounts) == 0x000001, "Wrong size on TwitterIntegrationBase_AuthorizeAccounts"); \ +static_assert(offsetof(TwitterIntegrationBase_AuthorizeAccounts, ReturnValue) == 0x000000, "Member 'TwitterIntegrationBase_AuthorizeAccounts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TwitterIntegrationBase_CanShowTweetUI \ +static_assert(alignof(TwitterIntegrationBase_CanShowTweetUI) == 0x000001, "Wrong alignment on TwitterIntegrationBase_CanShowTweetUI"); \ +static_assert(sizeof(TwitterIntegrationBase_CanShowTweetUI) == 0x000001, "Wrong size on TwitterIntegrationBase_CanShowTweetUI"); \ +static_assert(offsetof(TwitterIntegrationBase_CanShowTweetUI, ReturnValue) == 0x000000, "Member 'TwitterIntegrationBase_CanShowTweetUI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TwitterIntegrationBase_GetAccountName \ +static_assert(alignof(TwitterIntegrationBase_GetAccountName) == 0x000008, "Wrong alignment on TwitterIntegrationBase_GetAccountName"); \ +static_assert(sizeof(TwitterIntegrationBase_GetAccountName) == 0x000018, "Wrong size on TwitterIntegrationBase_GetAccountName"); \ +static_assert(offsetof(TwitterIntegrationBase_GetAccountName, AccountIndex) == 0x000000, "Member 'TwitterIntegrationBase_GetAccountName::AccountIndex' has a wrong offset!"); \ +static_assert(offsetof(TwitterIntegrationBase_GetAccountName, ReturnValue) == 0x000008, "Member 'TwitterIntegrationBase_GetAccountName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TwitterIntegrationBase_GetNumAccounts \ +static_assert(alignof(TwitterIntegrationBase_GetNumAccounts) == 0x000004, "Wrong alignment on TwitterIntegrationBase_GetNumAccounts"); \ +static_assert(sizeof(TwitterIntegrationBase_GetNumAccounts) == 0x000004, "Wrong size on TwitterIntegrationBase_GetNumAccounts"); \ +static_assert(offsetof(TwitterIntegrationBase_GetNumAccounts, ReturnValue) == 0x000000, "Member 'TwitterIntegrationBase_GetNumAccounts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TwitterIntegrationBase_ShowTweetUI \ +static_assert(alignof(TwitterIntegrationBase_ShowTweetUI) == 0x000008, "Wrong alignment on TwitterIntegrationBase_ShowTweetUI"); \ +static_assert(sizeof(TwitterIntegrationBase_ShowTweetUI) == 0x000038, "Wrong size on TwitterIntegrationBase_ShowTweetUI"); \ +static_assert(offsetof(TwitterIntegrationBase_ShowTweetUI, InitialMessage) == 0x000000, "Member 'TwitterIntegrationBase_ShowTweetUI::InitialMessage' has a wrong offset!"); \ +static_assert(offsetof(TwitterIntegrationBase_ShowTweetUI, URL) == 0x000010, "Member 'TwitterIntegrationBase_ShowTweetUI::URL' has a wrong offset!"); \ +static_assert(offsetof(TwitterIntegrationBase_ShowTweetUI, Picture) == 0x000020, "Member 'TwitterIntegrationBase_ShowTweetUI::Picture' has a wrong offset!"); \ +static_assert(offsetof(TwitterIntegrationBase_ShowTweetUI, ReturnValue) == 0x000030, "Member 'TwitterIntegrationBase_ShowTweetUI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TwitterIntegrationBase_TwitterRequest \ +static_assert(alignof(TwitterIntegrationBase_TwitterRequest) == 0x000008, "Wrong alignment on TwitterIntegrationBase_TwitterRequest"); \ +static_assert(sizeof(TwitterIntegrationBase_TwitterRequest) == 0x000030, "Wrong size on TwitterIntegrationBase_TwitterRequest"); \ +static_assert(offsetof(TwitterIntegrationBase_TwitterRequest, URL) == 0x000000, "Member 'TwitterIntegrationBase_TwitterRequest::URL' has a wrong offset!"); \ +static_assert(offsetof(TwitterIntegrationBase_TwitterRequest, ParamKeysAndValues) == 0x000010, "Member 'TwitterIntegrationBase_TwitterRequest::ParamKeysAndValues' has a wrong offset!"); \ +static_assert(offsetof(TwitterIntegrationBase_TwitterRequest, RequestMethod) == 0x000020, "Member 'TwitterIntegrationBase_TwitterRequest::RequestMethod' has a wrong offset!"); \ +static_assert(offsetof(TwitterIntegrationBase_TwitterRequest, AccountIndex) == 0x000024, "Member 'TwitterIntegrationBase_TwitterRequest::AccountIndex' has a wrong offset!"); \ +static_assert(offsetof(TwitterIntegrationBase_TwitterRequest, ReturnValue) == 0x000028, "Member 'TwitterIntegrationBase_TwitterRequest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTwitterIntegrationBase \ +static_assert(alignof(UTwitterIntegrationBase) == 0x000008, "Wrong alignment on UTwitterIntegrationBase"); \ +static_assert(sizeof(UTwitterIntegrationBase) == 0x000040, "Wrong size on UTwitterIntegrationBase"); \ + +#define DUMPER7_ASSERTS_UAutomationTestSettings \ +static_assert(alignof(UAutomationTestSettings) == 0x000008, "Wrong alignment on UAutomationTestSettings"); \ +static_assert(sizeof(UAutomationTestSettings) == 0x000350, "Wrong size on UAutomationTestSettings"); \ +static_assert(offsetof(UAutomationTestSettings, EngineTestModules) == 0x000030, "Member 'UAutomationTestSettings::EngineTestModules' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, EditorTestModules) == 0x000040, "Member 'UAutomationTestSettings::EditorTestModules' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, AutomationTestmap) == 0x000050, "Member 'UAutomationTestSettings::AutomationTestmap' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, EditorPerformanceTestMaps) == 0x000070, "Member 'UAutomationTestSettings::EditorPerformanceTestMaps' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, AssetsToOpen) == 0x000080, "Member 'UAutomationTestSettings::AssetsToOpen' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, MapsToPIETest) == 0x000090, "Member 'UAutomationTestSettings::MapsToPIETest' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, BuildPromotionTest) == 0x0000A0, "Member 'UAutomationTestSettings::BuildPromotionTest' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, MaterialEditorPromotionTest) == 0x000290, "Member 'UAutomationTestSettings::MaterialEditorPromotionTest' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, ParticleEditorPromotionTest) == 0x0002C0, "Member 'UAutomationTestSettings::ParticleEditorPromotionTest' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, BlueprintEditorPromotionTest) == 0x0002D0, "Member 'UAutomationTestSettings::BlueprintEditorPromotionTest' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, TestLevelFolders) == 0x000300, "Member 'UAutomationTestSettings::TestLevelFolders' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, ExternalTools) == 0x000310, "Member 'UAutomationTestSettings::ExternalTools' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, ImportExportTestDefinitions) == 0x000320, "Member 'UAutomationTestSettings::ImportExportTestDefinitions' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, LaunchOnSettings) == 0x000330, "Member 'UAutomationTestSettings::LaunchOnSettings' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, DefaultScreenshotResolution) == 0x000340, "Member 'UAutomationTestSettings::DefaultScreenshotResolution' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, PIETestDuration) == 0x000348, "Member 'UAutomationTestSettings::PIETestDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVirtualTexture \ +static_assert(alignof(UVirtualTexture) == 0x000008, "Wrong alignment on UVirtualTexture"); \ +static_assert(sizeof(UVirtualTexture) == 0x000030, "Wrong size on UVirtualTexture"); \ + +#define DUMPER7_ASSERTS_ABandwidthTestActor \ +static_assert(alignof(ABandwidthTestActor) == 0x000008, "Wrong alignment on ABandwidthTestActor"); \ +static_assert(sizeof(ABandwidthTestActor) == 0x0002C8, "Wrong size on ABandwidthTestActor"); \ +static_assert(offsetof(ABandwidthTestActor, BandwidthGenerator) == 0x0002A8, "Member 'ABandwidthTestActor::BandwidthGenerator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BillboardComponent_SetSprite \ +static_assert(alignof(BillboardComponent_SetSprite) == 0x000008, "Wrong alignment on BillboardComponent_SetSprite"); \ +static_assert(sizeof(BillboardComponent_SetSprite) == 0x000008, "Wrong size on BillboardComponent_SetSprite"); \ +static_assert(offsetof(BillboardComponent_SetSprite, NewSprite) == 0x000000, "Member 'BillboardComponent_SetSprite::NewSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BillboardComponent_SetSpriteAndUV \ +static_assert(alignof(BillboardComponent_SetSpriteAndUV) == 0x000008, "Wrong alignment on BillboardComponent_SetSpriteAndUV"); \ +static_assert(sizeof(BillboardComponent_SetSpriteAndUV) == 0x000018, "Wrong size on BillboardComponent_SetSpriteAndUV"); \ +static_assert(offsetof(BillboardComponent_SetSpriteAndUV, NewSprite) == 0x000000, "Member 'BillboardComponent_SetSpriteAndUV::NewSprite' has a wrong offset!"); \ +static_assert(offsetof(BillboardComponent_SetSpriteAndUV, NewU) == 0x000008, "Member 'BillboardComponent_SetSpriteAndUV::NewU' has a wrong offset!"); \ +static_assert(offsetof(BillboardComponent_SetSpriteAndUV, NewUL) == 0x00000C, "Member 'BillboardComponent_SetSpriteAndUV::NewUL' has a wrong offset!"); \ +static_assert(offsetof(BillboardComponent_SetSpriteAndUV, NewV) == 0x000010, "Member 'BillboardComponent_SetSpriteAndUV::NewV' has a wrong offset!"); \ +static_assert(offsetof(BillboardComponent_SetSpriteAndUV, NewVL) == 0x000014, "Member 'BillboardComponent_SetSpriteAndUV::NewVL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BillboardComponent_SetUV \ +static_assert(alignof(BillboardComponent_SetUV) == 0x000004, "Wrong alignment on BillboardComponent_SetUV"); \ +static_assert(sizeof(BillboardComponent_SetUV) == 0x000010, "Wrong size on BillboardComponent_SetUV"); \ +static_assert(offsetof(BillboardComponent_SetUV, NewU) == 0x000000, "Member 'BillboardComponent_SetUV::NewU' has a wrong offset!"); \ +static_assert(offsetof(BillboardComponent_SetUV, NewUL) == 0x000004, "Member 'BillboardComponent_SetUV::NewUL' has a wrong offset!"); \ +static_assert(offsetof(BillboardComponent_SetUV, NewV) == 0x000008, "Member 'BillboardComponent_SetUV::NewV' has a wrong offset!"); \ +static_assert(offsetof(BillboardComponent_SetUV, NewVL) == 0x00000C, "Member 'BillboardComponent_SetUV::NewVL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBillboardComponent \ +static_assert(alignof(UBillboardComponent) == 0x000010, "Wrong alignment on UBillboardComponent"); \ +static_assert(sizeof(UBillboardComponent) == 0x000520, "Wrong size on UBillboardComponent"); \ +static_assert(offsetof(UBillboardComponent, Sprite) == 0x000500, "Member 'UBillboardComponent::Sprite' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, ScreenSize) == 0x00050C, "Member 'UBillboardComponent::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, U) == 0x000510, "Member 'UBillboardComponent::U' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, UL) == 0x000514, "Member 'UBillboardComponent::UL' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, V) == 0x000518, "Member 'UBillboardComponent::V' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, VL) == 0x00051C, "Member 'UBillboardComponent::VL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialProxyReplace \ +static_assert(alignof(UMaterialExpressionMaterialProxyReplace) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialProxyReplace"); \ +static_assert(sizeof(UMaterialExpressionMaterialProxyReplace) == 0x000080, "Wrong size on UMaterialExpressionMaterialProxyReplace"); \ +static_assert(offsetof(UMaterialExpressionMaterialProxyReplace, Realtime) == 0x000048, "Member 'UMaterialExpressionMaterialProxyReplace::Realtime' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialProxyReplace, MaterialProxy) == 0x000064, "Member 'UMaterialExpressionMaterialProxyReplace::MaterialProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBlendableInterface \ +static_assert(alignof(IBlendableInterface) == 0x000001, "Wrong alignment on IBlendableInterface"); \ +static_assert(sizeof(IBlendableInterface) == 0x000001, "Wrong size on IBlendableInterface"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAtmosphericLightColor \ +static_assert(alignof(UMaterialExpressionAtmosphericLightColor) == 0x000008, "Wrong alignment on UMaterialExpressionAtmosphericLightColor"); \ +static_assert(sizeof(UMaterialExpressionAtmosphericLightColor) == 0x000048, "Wrong size on UMaterialExpressionAtmosphericLightColor"); \ + +#define DUMPER7_ASSERTS_USkeleton \ +static_assert(alignof(USkeleton) == 0x000008, "Wrong alignment on USkeleton"); \ +static_assert(sizeof(USkeleton) == 0x000398, "Wrong size on USkeleton"); \ +static_assert(offsetof(USkeleton, BoneTree) == 0x000040, "Member 'USkeleton::BoneTree' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, RefLocalPoses) == 0x000050, "Member 'USkeleton::RefLocalPoses' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, VirtualBoneGuid) == 0x000178, "Member 'USkeleton::VirtualBoneGuid' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, VirtualBones) == 0x000188, "Member 'USkeleton::VirtualBones' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, Sockets) == 0x000198, "Member 'USkeleton::Sockets' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, SmartNames) == 0x0001F8, "Member 'USkeleton::SmartNames' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, BlendProfiles) == 0x000278, "Member 'USkeleton::BlendProfiles' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, SlotGroups) == 0x000288, "Member 'USkeleton::SlotGroups' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, AssetUserData) == 0x000388, "Member 'USkeleton::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AReflectionCapture \ +static_assert(alignof(AReflectionCapture) == 0x000008, "Wrong alignment on AReflectionCapture"); \ +static_assert(sizeof(AReflectionCapture) == 0x0002B0, "Wrong size on AReflectionCapture"); \ +static_assert(offsetof(AReflectionCapture, CaptureComponent) == 0x0002A8, "Member 'AReflectionCapture::CaptureComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APlaneReflectionCapture \ +static_assert(alignof(APlaneReflectionCapture) == 0x000008, "Wrong alignment on APlaneReflectionCapture"); \ +static_assert(sizeof(APlaneReflectionCapture) == 0x0002B0, "Wrong size on APlaneReflectionCapture"); \ + +#define DUMPER7_ASSERTS_UBlendProfile \ +static_assert(alignof(UBlendProfile) == 0x000008, "Wrong alignment on UBlendProfile"); \ +static_assert(sizeof(UBlendProfile) == 0x000050, "Wrong size on UBlendProfile"); \ +static_assert(offsetof(UBlendProfile, OwningSkeleton) == 0x000038, "Member 'UBlendProfile::OwningSkeleton' has a wrong offset!"); \ +static_assert(offsetof(UBlendProfile, ProfileEntries) == 0x000040, "Member 'UBlendProfile::ProfileEntries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABlockingVolume \ +static_assert(alignof(ABlockingVolume) == 0x000008, "Wrong alignment on ABlockingVolume"); \ +static_assert(sizeof(ABlockingVolume) == 0x000300, "Wrong size on ABlockingVolume"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFresnel \ +static_assert(alignof(UMaterialExpressionFresnel) == 0x000008, "Wrong alignment on UMaterialExpressionFresnel"); \ +static_assert(sizeof(UMaterialExpressionFresnel) == 0x0000A8, "Wrong size on UMaterialExpressionFresnel"); \ +static_assert(offsetof(UMaterialExpressionFresnel, ExponentIn) == 0x000048, "Member 'UMaterialExpressionFresnel::ExponentIn' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFresnel, Exponent) == 0x000064, "Member 'UMaterialExpressionFresnel::Exponent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFresnel, BaseReflectFractionIn) == 0x000068, "Member 'UMaterialExpressionFresnel::BaseReflectFractionIn' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFresnel, BaseReflectFraction) == 0x000084, "Member 'UMaterialExpressionFresnel::BaseReflectFraction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFresnel, Normal) == 0x000088, "Member 'UMaterialExpressionFresnel::Normal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintExtension \ +static_assert(alignof(UBlueprintExtension) == 0x000008, "Wrong alignment on UBlueprintExtension"); \ +static_assert(sizeof(UBlueprintExtension) == 0x000030, "Wrong size on UBlueprintExtension"); \ + +#define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Add \ +static_assert(alignof(BlueprintMapLibrary_Map_Add) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Add"); \ +static_assert(sizeof(BlueprintMapLibrary_Map_Add) == 0x000058, "Wrong size on BlueprintMapLibrary_Map_Add"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_Add, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Add::TargetMap' has a wrong offset!"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_Add, Key) == 0x000050, "Member 'BlueprintMapLibrary_Map_Add::Key' has a wrong offset!"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_Add, Value) == 0x000054, "Member 'BlueprintMapLibrary_Map_Add::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Clear \ +static_assert(alignof(BlueprintMapLibrary_Map_Clear) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Clear"); \ +static_assert(sizeof(BlueprintMapLibrary_Map_Clear) == 0x000050, "Wrong size on BlueprintMapLibrary_Map_Clear"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_Clear, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Clear::TargetMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Contains \ +static_assert(alignof(BlueprintMapLibrary_Map_Contains) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Contains"); \ +static_assert(sizeof(BlueprintMapLibrary_Map_Contains) == 0x000058, "Wrong size on BlueprintMapLibrary_Map_Contains"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_Contains, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Contains::TargetMap' has a wrong offset!"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_Contains, Key) == 0x000050, "Member 'BlueprintMapLibrary_Map_Contains::Key' has a wrong offset!"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_Contains, ReturnValue) == 0x000054, "Member 'BlueprintMapLibrary_Map_Contains::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Find \ +static_assert(alignof(BlueprintMapLibrary_Map_Find) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Find"); \ +static_assert(sizeof(BlueprintMapLibrary_Map_Find) == 0x000060, "Wrong size on BlueprintMapLibrary_Map_Find"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_Find, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Find::TargetMap' has a wrong offset!"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_Find, Key) == 0x000050, "Member 'BlueprintMapLibrary_Map_Find::Key' has a wrong offset!"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_Find, Value) == 0x000054, "Member 'BlueprintMapLibrary_Map_Find::Value' has a wrong offset!"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_Find, ReturnValue) == 0x000058, "Member 'BlueprintMapLibrary_Map_Find::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Keys \ +static_assert(alignof(BlueprintMapLibrary_Map_Keys) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Keys"); \ +static_assert(sizeof(BlueprintMapLibrary_Map_Keys) == 0x000060, "Wrong size on BlueprintMapLibrary_Map_Keys"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_Keys, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Keys::TargetMap' has a wrong offset!"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_Keys, Keys) == 0x000050, "Member 'BlueprintMapLibrary_Map_Keys::Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Length \ +static_assert(alignof(BlueprintMapLibrary_Map_Length) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Length"); \ +static_assert(sizeof(BlueprintMapLibrary_Map_Length) == 0x000058, "Wrong size on BlueprintMapLibrary_Map_Length"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_Length, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Length::TargetMap' has a wrong offset!"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_Length, ReturnValue) == 0x000050, "Member 'BlueprintMapLibrary_Map_Length::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Remove \ +static_assert(alignof(BlueprintMapLibrary_Map_Remove) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Remove"); \ +static_assert(sizeof(BlueprintMapLibrary_Map_Remove) == 0x000058, "Wrong size on BlueprintMapLibrary_Map_Remove"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_Remove, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Remove::TargetMap' has a wrong offset!"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_Remove, Key) == 0x000050, "Member 'BlueprintMapLibrary_Map_Remove::Key' has a wrong offset!"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_Remove, ReturnValue) == 0x000054, "Member 'BlueprintMapLibrary_Map_Remove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Values \ +static_assert(alignof(BlueprintMapLibrary_Map_Values) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Values"); \ +static_assert(sizeof(BlueprintMapLibrary_Map_Values) == 0x000060, "Wrong size on BlueprintMapLibrary_Map_Values"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_Values, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Values::TargetMap' has a wrong offset!"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_Values, Values) == 0x000050, "Member 'BlueprintMapLibrary_Map_Values::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintMapLibrary_SetMapPropertyByName \ +static_assert(alignof(BlueprintMapLibrary_SetMapPropertyByName) == 0x000008, "Wrong alignment on BlueprintMapLibrary_SetMapPropertyByName"); \ +static_assert(sizeof(BlueprintMapLibrary_SetMapPropertyByName) == 0x000068, "Wrong size on BlueprintMapLibrary_SetMapPropertyByName"); \ +static_assert(offsetof(BlueprintMapLibrary_SetMapPropertyByName, Object) == 0x000000, "Member 'BlueprintMapLibrary_SetMapPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(BlueprintMapLibrary_SetMapPropertyByName, PropertyName) == 0x000008, "Member 'BlueprintMapLibrary_SetMapPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(BlueprintMapLibrary_SetMapPropertyByName, Value) == 0x000018, "Member 'BlueprintMapLibrary_SetMapPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintMapLibrary \ +static_assert(alignof(UBlueprintMapLibrary) == 0x000008, "Wrong alignment on UBlueprintMapLibrary"); \ +static_assert(sizeof(UBlueprintMapLibrary) == 0x000030, "Wrong size on UBlueprintMapLibrary"); \ + +#define DUMPER7_ASSERTS_UPlatformGameInstance \ +static_assert(alignof(UPlatformGameInstance) == 0x000008, "Wrong alignment on UPlatformGameInstance"); \ +static_assert(sizeof(UPlatformGameInstance) == 0x000280, "Wrong size on UPlatformGameInstance"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationWillDeactivateDelegate) == 0x0001B0, "Member 'UPlatformGameInstance::ApplicationWillDeactivateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationHasReactivatedDelegate) == 0x0001C0, "Member 'UPlatformGameInstance::ApplicationHasReactivatedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationWillEnterBackgroundDelegate) == 0x0001D0, "Member 'UPlatformGameInstance::ApplicationWillEnterBackgroundDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationHasEnteredForegroundDelegate) == 0x0001E0, "Member 'UPlatformGameInstance::ApplicationHasEnteredForegroundDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationWillTerminateDelegate) == 0x0001F0, "Member 'UPlatformGameInstance::ApplicationWillTerminateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationShouldUnloadResourcesDelegate) == 0x000200, "Member 'UPlatformGameInstance::ApplicationShouldUnloadResourcesDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedStartupArgumentsDelegate) == 0x000210, "Member 'UPlatformGameInstance::ApplicationReceivedStartupArgumentsDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationRegisteredForRemoteNotificationsDelegate) == 0x000220, "Member 'UPlatformGameInstance::ApplicationRegisteredForRemoteNotificationsDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationRegisteredForUserNotificationsDelegate) == 0x000230, "Member 'UPlatformGameInstance::ApplicationRegisteredForUserNotificationsDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationFailedToRegisterForRemoteNotificationsDelegate) == 0x000240, "Member 'UPlatformGameInstance::ApplicationFailedToRegisterForRemoteNotificationsDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedRemoteNotificationDelegate) == 0x000250, "Member 'UPlatformGameInstance::ApplicationReceivedRemoteNotificationDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedLocalNotificationDelegate) == 0x000260, "Member 'UPlatformGameInstance::ApplicationReceivedLocalNotificationDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedScreenOrientationChangedNotificationDelegate) == 0x000270, "Member 'UPlatformGameInstance::ApplicationReceivedScreenOrientationChangedNotificationDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubtract \ +static_assert(alignof(UMaterialExpressionSubtract) == 0x000008, "Wrong alignment on UMaterialExpressionSubtract"); \ +static_assert(sizeof(UMaterialExpressionSubtract) == 0x000088, "Wrong size on UMaterialExpressionSubtract"); \ +static_assert(offsetof(UMaterialExpressionSubtract, A) == 0x000048, "Member 'UMaterialExpressionSubtract::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubtract, B) == 0x000064, "Member 'UMaterialExpressionSubtract::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubtract, ConstA) == 0x000080, "Member 'UMaterialExpressionSubtract::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubtract, ConstB) == 0x000084, "Member 'UMaterialExpressionSubtract::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstVectorProp \ +static_assert(alignof(UInterpTrackInstVectorProp) == 0x000008, "Wrong alignment on UInterpTrackInstVectorProp"); \ +static_assert(sizeof(UInterpTrackInstVectorProp) == 0x000070, "Wrong size on UInterpTrackInstVectorProp"); \ +static_assert(offsetof(UInterpTrackInstVectorProp, ResetVector) == 0x000060, "Member 'UInterpTrackInstVectorProp::ResetVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_CancelLocalNotification \ +static_assert(alignof(BlueprintPlatformLibrary_CancelLocalNotification) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_CancelLocalNotification"); \ +static_assert(sizeof(BlueprintPlatformLibrary_CancelLocalNotification) == 0x000010, "Wrong size on BlueprintPlatformLibrary_CancelLocalNotification"); \ +static_assert(offsetof(BlueprintPlatformLibrary_CancelLocalNotification, ActivationEvent) == 0x000000, "Member 'BlueprintPlatformLibrary_CancelLocalNotification::ActivationEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_CancelLocalNotificationById \ +static_assert(alignof(BlueprintPlatformLibrary_CancelLocalNotificationById) == 0x000004, "Wrong alignment on BlueprintPlatformLibrary_CancelLocalNotificationById"); \ +static_assert(sizeof(BlueprintPlatformLibrary_CancelLocalNotificationById) == 0x000004, "Wrong size on BlueprintPlatformLibrary_CancelLocalNotificationById"); \ +static_assert(offsetof(BlueprintPlatformLibrary_CancelLocalNotificationById, NotificationId) == 0x000000, "Member 'BlueprintPlatformLibrary_CancelLocalNotificationById::NotificationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_GetDeviceOrientation \ +static_assert(alignof(BlueprintPlatformLibrary_GetDeviceOrientation) == 0x000001, "Wrong alignment on BlueprintPlatformLibrary_GetDeviceOrientation"); \ +static_assert(sizeof(BlueprintPlatformLibrary_GetDeviceOrientation) == 0x000001, "Wrong size on BlueprintPlatformLibrary_GetDeviceOrientation"); \ +static_assert(offsetof(BlueprintPlatformLibrary_GetDeviceOrientation, ReturnValue) == 0x000000, "Member 'BlueprintPlatformLibrary_GetDeviceOrientation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_GetLaunchNotification \ +static_assert(alignof(BlueprintPlatformLibrary_GetLaunchNotification) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_GetLaunchNotification"); \ +static_assert(sizeof(BlueprintPlatformLibrary_GetLaunchNotification) == 0x000020, "Wrong size on BlueprintPlatformLibrary_GetLaunchNotification"); \ +static_assert(offsetof(BlueprintPlatformLibrary_GetLaunchNotification, NotificationLaunchedApp) == 0x000000, "Member 'BlueprintPlatformLibrary_GetLaunchNotification::NotificationLaunchedApp' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_GetLaunchNotification, ActivationEvent) == 0x000008, "Member 'BlueprintPlatformLibrary_GetLaunchNotification::ActivationEvent' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_GetLaunchNotification, FireDate) == 0x000018, "Member 'BlueprintPlatformLibrary_GetLaunchNotification::FireDate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime \ +static_assert(alignof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime"); \ +static_assert(sizeof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime) == 0x000070, "Wrong size on BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, FireDateTime) == 0x000000, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::FireDateTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, LocalTime) == 0x000008, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::LocalTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, Title) == 0x000010, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::Title' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, Body) == 0x000028, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::Body' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, Action) == 0x000040, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::Action' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, ActivationEvent) == 0x000058, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::ActivationEvent' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, ReturnValue) == 0x000068, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime \ +static_assert(alignof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime"); \ +static_assert(sizeof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime) == 0x000028, "Wrong size on BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime, FireDateTime) == 0x000000, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime::FireDateTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime, LocalTime) == 0x000008, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime::LocalTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime, ActivationEvent) == 0x000010, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime::ActivationEvent' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime, ReturnValue) == 0x000020, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow \ +static_assert(alignof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow"); \ +static_assert(sizeof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow) == 0x000018, "Wrong size on BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow, inSecondsFromNow) == 0x000000, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow::inSecondsFromNow' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow, ActivationEvent) == 0x000008, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow::ActivationEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow \ +static_assert(alignof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow"); \ +static_assert(sizeof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow) == 0x000068, "Wrong size on BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, inSecondsFromNow) == 0x000000, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::inSecondsFromNow' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, Title) == 0x000008, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::Title' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, Body) == 0x000020, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::Body' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, Action) == 0x000038, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::Action' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, ActivationEvent) == 0x000050, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::ActivationEvent' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, ReturnValue) == 0x000060, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintPlatformLibrary \ +static_assert(alignof(UBlueprintPlatformLibrary) == 0x000008, "Wrong alignment on UBlueprintPlatformLibrary"); \ +static_assert(sizeof(UBlueprintPlatformLibrary) == 0x000030, "Wrong size on UBlueprintPlatformLibrary"); \ + +#define DUMPER7_ASSERTS_UBoneMaskFilter \ +static_assert(alignof(UBoneMaskFilter) == 0x000008, "Wrong alignment on UBoneMaskFilter"); \ +static_assert(sizeof(UBoneMaskFilter) == 0x000040, "Wrong size on UBoneMaskFilter"); \ +static_assert(offsetof(UBoneMaskFilter, BlendPoses) == 0x000030, "Member 'UBoneMaskFilter::BlendPoses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDynamicParameter \ +static_assert(alignof(UMaterialExpressionDynamicParameter) == 0x000008, "Wrong alignment on UMaterialExpressionDynamicParameter"); \ +static_assert(sizeof(UMaterialExpressionDynamicParameter) == 0x000070, "Wrong size on UMaterialExpressionDynamicParameter"); \ +static_assert(offsetof(UMaterialExpressionDynamicParameter, ParamNames) == 0x000048, "Member 'UMaterialExpressionDynamicParameter::ParamNames' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDynamicParameter, DefaultValue) == 0x000058, "Member 'UMaterialExpressionDynamicParameter::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDynamicParameter, ParameterIndex) == 0x000068, "Member 'UMaterialExpressionDynamicParameter::ParameterIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVisualLoggerAutomationTests \ +static_assert(alignof(UVisualLoggerAutomationTests) == 0x000008, "Wrong alignment on UVisualLoggerAutomationTests"); \ +static_assert(sizeof(UVisualLoggerAutomationTests) == 0x000030, "Wrong size on UVisualLoggerAutomationTests"); \ + +#define DUMPER7_ASSERTS_UBookmarkBase \ +static_assert(alignof(UBookmarkBase) == 0x000008, "Wrong alignment on UBookmarkBase"); \ +static_assert(sizeof(UBookmarkBase) == 0x000030, "Wrong size on UBookmarkBase"); \ + +#define DUMPER7_ASSERTS_UBookMark \ +static_assert(alignof(UBookMark) == 0x000008, "Wrong alignment on UBookMark"); \ +static_assert(sizeof(UBookMark) == 0x000058, "Wrong size on UBookMark"); \ +static_assert(offsetof(UBookMark, Location) == 0x000030, "Member 'UBookMark::Location' has a wrong offset!"); \ +static_assert(offsetof(UBookMark, Rotation) == 0x00003C, "Member 'UBookMark::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UBookMark, HiddenLevels) == 0x000048, "Member 'UBookMark::HiddenLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBookMark2D \ +static_assert(alignof(UBookMark2D) == 0x000008, "Wrong alignment on UBookMark2D"); \ +static_assert(sizeof(UBookMark2D) == 0x000040, "Wrong size on UBookMark2D"); \ +static_assert(offsetof(UBookMark2D, Zoom2D) == 0x000030, "Member 'UBookMark2D::Zoom2D' has a wrong offset!"); \ +static_assert(offsetof(UBookMark2D, Location) == 0x000034, "Member 'UBookMark2D::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBoundsCopyComponent \ +static_assert(alignof(UBoundsCopyComponent) == 0x000010, "Wrong alignment on UBoundsCopyComponent"); \ +static_assert(sizeof(UBoundsCopyComponent) == 0x000140, "Wrong size on UBoundsCopyComponent"); \ +static_assert(offsetof(UBoundsCopyComponent, BoundsSourceActor) == 0x0000C0, "Member 'UBoundsCopyComponent::BoundsSourceActor' has a wrong offset!"); \ +static_assert(offsetof(UBoundsCopyComponent, bUseCollidingComponentsForSourceBounds) == 0x0000F0, "Member 'UBoundsCopyComponent::bUseCollidingComponentsForSourceBounds' has a wrong offset!"); \ +static_assert(offsetof(UBoundsCopyComponent, bKeepOwnBoundsScale) == 0x0000F1, "Member 'UBoundsCopyComponent::bKeepOwnBoundsScale' has a wrong offset!"); \ +static_assert(offsetof(UBoundsCopyComponent, bUseCollidingComponentsForOwnBounds) == 0x0000F2, "Member 'UBoundsCopyComponent::bUseCollidingComponentsForOwnBounds' has a wrong offset!"); \ +static_assert(offsetof(UBoundsCopyComponent, PostTransform) == 0x000100, "Member 'UBoundsCopyComponent::PostTransform' has a wrong offset!"); \ +static_assert(offsetof(UBoundsCopyComponent, bCopyXBounds) == 0x000130, "Member 'UBoundsCopyComponent::bCopyXBounds' has a wrong offset!"); \ +static_assert(offsetof(UBoundsCopyComponent, bCopyYBounds) == 0x000131, "Member 'UBoundsCopyComponent::bCopyYBounds' has a wrong offset!"); \ +static_assert(offsetof(UBoundsCopyComponent, bCopyZBounds) == 0x000132, "Member 'UBoundsCopyComponent::bCopyZBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSphericalParticleOpacity \ +static_assert(alignof(UMaterialExpressionSphericalParticleOpacity) == 0x000008, "Wrong alignment on UMaterialExpressionSphericalParticleOpacity"); \ +static_assert(sizeof(UMaterialExpressionSphericalParticleOpacity) == 0x000068, "Wrong size on UMaterialExpressionSphericalParticleOpacity"); \ +static_assert(offsetof(UMaterialExpressionSphericalParticleOpacity, Density) == 0x000048, "Member 'UMaterialExpressionSphericalParticleOpacity::Density' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphericalParticleOpacity, ConstantDensity) == 0x000064, "Member 'UMaterialExpressionSphericalParticleOpacity::ConstantDensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABoxReflectionCapture \ +static_assert(alignof(ABoxReflectionCapture) == 0x000008, "Wrong alignment on ABoxReflectionCapture"); \ +static_assert(sizeof(ABoxReflectionCapture) == 0x0002B0, "Wrong size on ABoxReflectionCapture"); \ + +#define DUMPER7_ASSERTS_UBoxReflectionCaptureComponent \ +static_assert(alignof(UBoxReflectionCaptureComponent) == 0x000010, "Wrong alignment on UBoxReflectionCaptureComponent"); \ +static_assert(sizeof(UBoxReflectionCaptureComponent) == 0x0002E0, "Wrong size on UBoxReflectionCaptureComponent"); \ +static_assert(offsetof(UBoxReflectionCaptureComponent, BoxTransitionPositiveXDistance) == 0x0002B0, "Member 'UBoxReflectionCaptureComponent::BoxTransitionPositiveXDistance' has a wrong offset!"); \ +static_assert(offsetof(UBoxReflectionCaptureComponent, BoxTransitionNegativeXDistance) == 0x0002B4, "Member 'UBoxReflectionCaptureComponent::BoxTransitionNegativeXDistance' has a wrong offset!"); \ +static_assert(offsetof(UBoxReflectionCaptureComponent, BoxTransitionPositiveYDistance) == 0x0002B8, "Member 'UBoxReflectionCaptureComponent::BoxTransitionPositiveYDistance' has a wrong offset!"); \ +static_assert(offsetof(UBoxReflectionCaptureComponent, BoxTransitionNegativeYDistance) == 0x0002BC, "Member 'UBoxReflectionCaptureComponent::BoxTransitionNegativeYDistance' has a wrong offset!"); \ +static_assert(offsetof(UBoxReflectionCaptureComponent, BoxTransitionPositiveZDistance) == 0x0002C0, "Member 'UBoxReflectionCaptureComponent::BoxTransitionPositiveZDistance' has a wrong offset!"); \ +static_assert(offsetof(UBoxReflectionCaptureComponent, BoxTransitionNegativeZDistance) == 0x0002C4, "Member 'UBoxReflectionCaptureComponent::BoxTransitionNegativeZDistance' has a wrong offset!"); \ +static_assert(offsetof(UBoxReflectionCaptureComponent, PreviewInfluenceBox) == 0x0002C8, "Member 'UBoxReflectionCaptureComponent::PreviewInfluenceBox' has a wrong offset!"); \ +static_assert(offsetof(UBoxReflectionCaptureComponent, PreviewCaptureBox) == 0x0002D0, "Member 'UBoxReflectionCaptureComponent::PreviewCaptureBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Abs \ +static_assert(alignof(KismetMathLibrary_Abs) == 0x000004, "Wrong alignment on KismetMathLibrary_Abs"); \ +static_assert(sizeof(KismetMathLibrary_Abs) == 0x000008, "Wrong size on KismetMathLibrary_Abs"); \ +static_assert(offsetof(KismetMathLibrary_Abs, A) == 0x000000, "Member 'KismetMathLibrary_Abs::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Abs, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Abs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Abs_Int \ +static_assert(alignof(KismetMathLibrary_Abs_Int) == 0x000004, "Wrong alignment on KismetMathLibrary_Abs_Int"); \ +static_assert(sizeof(KismetMathLibrary_Abs_Int) == 0x000008, "Wrong size on KismetMathLibrary_Abs_Int"); \ +static_assert(offsetof(KismetMathLibrary_Abs_Int, A) == 0x000000, "Member 'KismetMathLibrary_Abs_Int::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Abs_Int, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Abs_Int::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Abs_Int64 \ +static_assert(alignof(KismetMathLibrary_Abs_Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Abs_Int64"); \ +static_assert(sizeof(KismetMathLibrary_Abs_Int64) == 0x000010, "Wrong size on KismetMathLibrary_Abs_Int64"); \ +static_assert(offsetof(KismetMathLibrary_Abs_Int64, A) == 0x000000, "Member 'KismetMathLibrary_Abs_Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Abs_Int64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Abs_Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Acos \ +static_assert(alignof(KismetMathLibrary_Acos) == 0x000004, "Wrong alignment on KismetMathLibrary_Acos"); \ +static_assert(sizeof(KismetMathLibrary_Acos) == 0x000008, "Wrong size on KismetMathLibrary_Acos"); \ +static_assert(offsetof(KismetMathLibrary_Acos, A) == 0x000000, "Member 'KismetMathLibrary_Acos::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Acos, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Acos::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_ByteByte \ +static_assert(alignof(KismetMathLibrary_Add_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Add_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_Add_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Add_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_Add_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Add_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Add_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Add_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_DateTimeDateTime \ +static_assert(alignof(KismetMathLibrary_Add_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_DateTimeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_Add_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_Add_DateTimeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_Add_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_Add_DateTimeDateTime::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_Add_DateTimeDateTime::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_DateTimeTimespan \ +static_assert(alignof(KismetMathLibrary_Add_DateTimeTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_DateTimeTimespan"); \ +static_assert(sizeof(KismetMathLibrary_Add_DateTimeTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Add_DateTimeTimespan"); \ +static_assert(offsetof(KismetMathLibrary_Add_DateTimeTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Add_DateTimeTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_DateTimeTimespan, B) == 0x000008, "Member 'KismetMathLibrary_Add_DateTimeTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_DateTimeTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_DateTimeTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_FloatFloat \ +static_assert(alignof(KismetMathLibrary_Add_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_Add_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Add_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_Add_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Add_FloatFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_Add_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Add_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_Add_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_Add_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Add_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_Add_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Add_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Add_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_IntInt \ +static_assert(alignof(KismetMathLibrary_Add_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Add_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Add_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Add_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Add_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Add_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_IntPointInt \ +static_assert(alignof(KismetMathLibrary_Add_IntPointInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_IntPointInt"); \ +static_assert(sizeof(KismetMathLibrary_Add_IntPointInt) == 0x000014, "Wrong size on KismetMathLibrary_Add_IntPointInt"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntPointInt, A) == 0x000000, "Member 'KismetMathLibrary_Add_IntPointInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntPointInt, B) == 0x000008, "Member 'KismetMathLibrary_Add_IntPointInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntPointInt, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Add_IntPointInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_IntPointIntPoint \ +static_assert(alignof(KismetMathLibrary_Add_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_IntPointIntPoint"); \ +static_assert(sizeof(KismetMathLibrary_Add_IntPointIntPoint) == 0x000018, "Wrong size on KismetMathLibrary_Add_IntPointIntPoint"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_Add_IntPointIntPoint::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntPointIntPoint, B) == 0x000008, "Member 'KismetMathLibrary_Add_IntPointIntPoint::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_LinearColorLinearColor \ +static_assert(alignof(KismetMathLibrary_Add_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_LinearColorLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_Add_LinearColorLinearColor) == 0x000030, "Wrong size on KismetMathLibrary_Add_LinearColorLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_Add_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_Add_LinearColorLinearColor::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_LinearColorLinearColor, B) == 0x000010, "Member 'KismetMathLibrary_Add_LinearColorLinearColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Add_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_MatrixMatrix \ +static_assert(alignof(KismetMathLibrary_Add_MatrixMatrix) == 0x000010, "Wrong alignment on KismetMathLibrary_Add_MatrixMatrix"); \ +static_assert(sizeof(KismetMathLibrary_Add_MatrixMatrix) == 0x0000C0, "Wrong size on KismetMathLibrary_Add_MatrixMatrix"); \ +static_assert(offsetof(KismetMathLibrary_Add_MatrixMatrix, A) == 0x000000, "Member 'KismetMathLibrary_Add_MatrixMatrix::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_MatrixMatrix, B) == 0x000040, "Member 'KismetMathLibrary_Add_MatrixMatrix::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_MatrixMatrix, ReturnValue) == 0x000080, "Member 'KismetMathLibrary_Add_MatrixMatrix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_QuatQuat \ +static_assert(alignof(KismetMathLibrary_Add_QuatQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_Add_QuatQuat"); \ +static_assert(sizeof(KismetMathLibrary_Add_QuatQuat) == 0x000030, "Wrong size on KismetMathLibrary_Add_QuatQuat"); \ +static_assert(offsetof(KismetMathLibrary_Add_QuatQuat, A) == 0x000000, "Member 'KismetMathLibrary_Add_QuatQuat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_QuatQuat, B) == 0x000010, "Member 'KismetMathLibrary_Add_QuatQuat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_QuatQuat, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Add_QuatQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_TimespanTimespan \ +static_assert(alignof(KismetMathLibrary_Add_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_TimespanTimespan"); \ +static_assert(sizeof(KismetMathLibrary_Add_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Add_TimespanTimespan"); \ +static_assert(offsetof(KismetMathLibrary_Add_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Add_TimespanTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_Add_TimespanTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_TimespanTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_Vector2DFloat \ +static_assert(alignof(KismetMathLibrary_Add_Vector2DFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_Vector2DFloat"); \ +static_assert(sizeof(KismetMathLibrary_Add_Vector2DFloat) == 0x000014, "Wrong size on KismetMathLibrary_Add_Vector2DFloat"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector2DFloat, A) == 0x000000, "Member 'KismetMathLibrary_Add_Vector2DFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector2DFloat, B) == 0x000008, "Member 'KismetMathLibrary_Add_Vector2DFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector2DFloat, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Add_Vector2DFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_Add_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Add_Vector2DVector2D) == 0x000018, "Wrong size on KismetMathLibrary_Add_Vector2DVector2D"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_Add_Vector2DVector2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector2DVector2D, B) == 0x000008, "Member 'KismetMathLibrary_Add_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector2DVector2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_Vector4Vector4 \ +static_assert(alignof(KismetMathLibrary_Add_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_Add_Vector4Vector4"); \ +static_assert(sizeof(KismetMathLibrary_Add_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_Add_Vector4Vector4"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_Add_Vector4Vector4::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector4Vector4, B) == 0x000010, "Member 'KismetMathLibrary_Add_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector4Vector4, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Add_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_VectorFloat \ +static_assert(alignof(KismetMathLibrary_Add_VectorFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_VectorFloat"); \ +static_assert(sizeof(KismetMathLibrary_Add_VectorFloat) == 0x00001C, "Wrong size on KismetMathLibrary_Add_VectorFloat"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Add_VectorFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorFloat, B) == 0x00000C, "Member 'KismetMathLibrary_Add_VectorFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_VectorFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_VectorInt \ +static_assert(alignof(KismetMathLibrary_Add_VectorInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_VectorInt"); \ +static_assert(sizeof(KismetMathLibrary_Add_VectorInt) == 0x00001C, "Wrong size on KismetMathLibrary_Add_VectorInt"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorInt, A) == 0x000000, "Member 'KismetMathLibrary_Add_VectorInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorInt, B) == 0x00000C, "Member 'KismetMathLibrary_Add_VectorInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorInt, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_VectorInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_VectorVector \ +static_assert(alignof(KismetMathLibrary_Add_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_Add_VectorVector) == 0x000024, "Wrong size on KismetMathLibrary_Add_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Add_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_Add_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Add_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_And_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_And_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_And_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_And_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_And_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_And_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_And_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_And_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_And_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_And_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_And_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_And_IntInt \ +static_assert(alignof(KismetMathLibrary_And_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_And_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_And_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_And_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_And_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_And_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_And_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_And_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_And_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_And_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Asin \ +static_assert(alignof(KismetMathLibrary_Asin) == 0x000004, "Wrong alignment on KismetMathLibrary_Asin"); \ +static_assert(sizeof(KismetMathLibrary_Asin) == 0x000008, "Wrong size on KismetMathLibrary_Asin"); \ +static_assert(offsetof(KismetMathLibrary_Asin, A) == 0x000000, "Member 'KismetMathLibrary_Asin::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Asin, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Asin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Atan \ +static_assert(alignof(KismetMathLibrary_Atan) == 0x000004, "Wrong alignment on KismetMathLibrary_Atan"); \ +static_assert(sizeof(KismetMathLibrary_Atan) == 0x000008, "Wrong size on KismetMathLibrary_Atan"); \ +static_assert(offsetof(KismetMathLibrary_Atan, A) == 0x000000, "Member 'KismetMathLibrary_Atan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Atan, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Atan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Atan2 \ +static_assert(alignof(KismetMathLibrary_Atan2) == 0x000004, "Wrong alignment on KismetMathLibrary_Atan2"); \ +static_assert(sizeof(KismetMathLibrary_Atan2) == 0x00000C, "Wrong size on KismetMathLibrary_Atan2"); \ +static_assert(offsetof(KismetMathLibrary_Atan2, Y) == 0x000000, "Member 'KismetMathLibrary_Atan2::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Atan2, X) == 0x000004, "Member 'KismetMathLibrary_Atan2::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Atan2, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Atan2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BMax \ +static_assert(alignof(KismetMathLibrary_BMax) == 0x000001, "Wrong alignment on KismetMathLibrary_BMax"); \ +static_assert(sizeof(KismetMathLibrary_BMax) == 0x000003, "Wrong size on KismetMathLibrary_BMax"); \ +static_assert(offsetof(KismetMathLibrary_BMax, A) == 0x000000, "Member 'KismetMathLibrary_BMax::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BMax, B) == 0x000001, "Member 'KismetMathLibrary_BMax::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BMax, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BMin \ +static_assert(alignof(KismetMathLibrary_BMin) == 0x000001, "Wrong alignment on KismetMathLibrary_BMin"); \ +static_assert(sizeof(KismetMathLibrary_BMin) == 0x000003, "Wrong size on KismetMathLibrary_BMin"); \ +static_assert(offsetof(KismetMathLibrary_BMin, A) == 0x000000, "Member 'KismetMathLibrary_BMin::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BMin, B) == 0x000001, "Member 'KismetMathLibrary_BMin::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BMin, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BooleanAND \ +static_assert(alignof(KismetMathLibrary_BooleanAND) == 0x000001, "Wrong alignment on KismetMathLibrary_BooleanAND"); \ +static_assert(sizeof(KismetMathLibrary_BooleanAND) == 0x000003, "Wrong size on KismetMathLibrary_BooleanAND"); \ +static_assert(offsetof(KismetMathLibrary_BooleanAND, A) == 0x000000, "Member 'KismetMathLibrary_BooleanAND::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanAND, B) == 0x000001, "Member 'KismetMathLibrary_BooleanAND::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanAND, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BooleanAND::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BooleanNAND \ +static_assert(alignof(KismetMathLibrary_BooleanNAND) == 0x000001, "Wrong alignment on KismetMathLibrary_BooleanNAND"); \ +static_assert(sizeof(KismetMathLibrary_BooleanNAND) == 0x000003, "Wrong size on KismetMathLibrary_BooleanNAND"); \ +static_assert(offsetof(KismetMathLibrary_BooleanNAND, A) == 0x000000, "Member 'KismetMathLibrary_BooleanNAND::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanNAND, B) == 0x000001, "Member 'KismetMathLibrary_BooleanNAND::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanNAND, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BooleanNAND::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BooleanNOR \ +static_assert(alignof(KismetMathLibrary_BooleanNOR) == 0x000001, "Wrong alignment on KismetMathLibrary_BooleanNOR"); \ +static_assert(sizeof(KismetMathLibrary_BooleanNOR) == 0x000003, "Wrong size on KismetMathLibrary_BooleanNOR"); \ +static_assert(offsetof(KismetMathLibrary_BooleanNOR, A) == 0x000000, "Member 'KismetMathLibrary_BooleanNOR::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanNOR, B) == 0x000001, "Member 'KismetMathLibrary_BooleanNOR::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanNOR, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BooleanNOR::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BooleanOR \ +static_assert(alignof(KismetMathLibrary_BooleanOR) == 0x000001, "Wrong alignment on KismetMathLibrary_BooleanOR"); \ +static_assert(sizeof(KismetMathLibrary_BooleanOR) == 0x000003, "Wrong size on KismetMathLibrary_BooleanOR"); \ +static_assert(offsetof(KismetMathLibrary_BooleanOR, A) == 0x000000, "Member 'KismetMathLibrary_BooleanOR::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanOR, B) == 0x000001, "Member 'KismetMathLibrary_BooleanOR::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanOR, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BooleanOR::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BooleanXOR \ +static_assert(alignof(KismetMathLibrary_BooleanXOR) == 0x000001, "Wrong alignment on KismetMathLibrary_BooleanXOR"); \ +static_assert(sizeof(KismetMathLibrary_BooleanXOR) == 0x000003, "Wrong size on KismetMathLibrary_BooleanXOR"); \ +static_assert(offsetof(KismetMathLibrary_BooleanXOR, A) == 0x000000, "Member 'KismetMathLibrary_BooleanXOR::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanXOR, B) == 0x000001, "Member 'KismetMathLibrary_BooleanXOR::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanXOR, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BooleanXOR::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakColor \ +static_assert(alignof(KismetMathLibrary_BreakColor) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakColor"); \ +static_assert(sizeof(KismetMathLibrary_BreakColor) == 0x000020, "Wrong size on KismetMathLibrary_BreakColor"); \ +static_assert(offsetof(KismetMathLibrary_BreakColor, InColor) == 0x000000, "Member 'KismetMathLibrary_BreakColor::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakColor, R) == 0x000010, "Member 'KismetMathLibrary_BreakColor::R' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakColor, G) == 0x000014, "Member 'KismetMathLibrary_BreakColor::G' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakColor, B) == 0x000018, "Member 'KismetMathLibrary_BreakColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakColor, A) == 0x00001C, "Member 'KismetMathLibrary_BreakColor::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakDateTime \ +static_assert(alignof(KismetMathLibrary_BreakDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakDateTime"); \ +static_assert(sizeof(KismetMathLibrary_BreakDateTime) == 0x000028, "Wrong size on KismetMathLibrary_BreakDateTime"); \ +static_assert(offsetof(KismetMathLibrary_BreakDateTime, InDateTime) == 0x000000, "Member 'KismetMathLibrary_BreakDateTime::InDateTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakDateTime, Year) == 0x000008, "Member 'KismetMathLibrary_BreakDateTime::Year' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakDateTime, Month) == 0x00000C, "Member 'KismetMathLibrary_BreakDateTime::Month' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakDateTime, Day) == 0x000010, "Member 'KismetMathLibrary_BreakDateTime::Day' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakDateTime, Hour) == 0x000014, "Member 'KismetMathLibrary_BreakDateTime::Hour' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakDateTime, Minute) == 0x000018, "Member 'KismetMathLibrary_BreakDateTime::Minute' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakDateTime, Second) == 0x00001C, "Member 'KismetMathLibrary_BreakDateTime::Second' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakDateTime, Millisecond) == 0x000020, "Member 'KismetMathLibrary_BreakDateTime::Millisecond' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakFrameRate \ +static_assert(alignof(KismetMathLibrary_BreakFrameRate) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakFrameRate"); \ +static_assert(sizeof(KismetMathLibrary_BreakFrameRate) == 0x000010, "Wrong size on KismetMathLibrary_BreakFrameRate"); \ +static_assert(offsetof(KismetMathLibrary_BreakFrameRate, InFrameRate) == 0x000000, "Member 'KismetMathLibrary_BreakFrameRate::InFrameRate' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakFrameRate, Numerator) == 0x000008, "Member 'KismetMathLibrary_BreakFrameRate::Numerator' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakFrameRate, Denominator) == 0x00000C, "Member 'KismetMathLibrary_BreakFrameRate::Denominator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakQualifiedFrameTime \ +static_assert(alignof(KismetMathLibrary_BreakQualifiedFrameTime) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakQualifiedFrameTime"); \ +static_assert(sizeof(KismetMathLibrary_BreakQualifiedFrameTime) == 0x000020, "Wrong size on KismetMathLibrary_BreakQualifiedFrameTime"); \ +static_assert(offsetof(KismetMathLibrary_BreakQualifiedFrameTime, InFrameTime) == 0x000000, "Member 'KismetMathLibrary_BreakQualifiedFrameTime::InFrameTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakQualifiedFrameTime, Frame) == 0x000010, "Member 'KismetMathLibrary_BreakQualifiedFrameTime::Frame' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakQualifiedFrameTime, FrameRate) == 0x000014, "Member 'KismetMathLibrary_BreakQualifiedFrameTime::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakQualifiedFrameTime, SubFrame) == 0x00001C, "Member 'KismetMathLibrary_BreakQualifiedFrameTime::SubFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakRandomStream \ +static_assert(alignof(KismetMathLibrary_BreakRandomStream) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakRandomStream"); \ +static_assert(sizeof(KismetMathLibrary_BreakRandomStream) == 0x00000C, "Wrong size on KismetMathLibrary_BreakRandomStream"); \ +static_assert(offsetof(KismetMathLibrary_BreakRandomStream, InRandomStream) == 0x000000, "Member 'KismetMathLibrary_BreakRandomStream::InRandomStream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakRandomStream, InitialSeed) == 0x000008, "Member 'KismetMathLibrary_BreakRandomStream::InitialSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakRotator \ +static_assert(alignof(KismetMathLibrary_BreakRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakRotator"); \ +static_assert(sizeof(KismetMathLibrary_BreakRotator) == 0x000018, "Wrong size on KismetMathLibrary_BreakRotator"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotator, InRot) == 0x000000, "Member 'KismetMathLibrary_BreakRotator::InRot' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotator, Roll) == 0x00000C, "Member 'KismetMathLibrary_BreakRotator::Roll' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotator, Pitch) == 0x000010, "Member 'KismetMathLibrary_BreakRotator::Pitch' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotator, Yaw) == 0x000014, "Member 'KismetMathLibrary_BreakRotator::Yaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakRotIntoAxes \ +static_assert(alignof(KismetMathLibrary_BreakRotIntoAxes) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakRotIntoAxes"); \ +static_assert(sizeof(KismetMathLibrary_BreakRotIntoAxes) == 0x000030, "Wrong size on KismetMathLibrary_BreakRotIntoAxes"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotIntoAxes, InRot) == 0x000000, "Member 'KismetMathLibrary_BreakRotIntoAxes::InRot' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotIntoAxes, X) == 0x00000C, "Member 'KismetMathLibrary_BreakRotIntoAxes::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotIntoAxes, Y) == 0x000018, "Member 'KismetMathLibrary_BreakRotIntoAxes::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotIntoAxes, Z) == 0x000024, "Member 'KismetMathLibrary_BreakRotIntoAxes::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakTimespan \ +static_assert(alignof(KismetMathLibrary_BreakTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakTimespan"); \ +static_assert(sizeof(KismetMathLibrary_BreakTimespan) == 0x000020, "Wrong size on KismetMathLibrary_BreakTimespan"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan, InTimespan) == 0x000000, "Member 'KismetMathLibrary_BreakTimespan::InTimespan' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan, Days) == 0x000008, "Member 'KismetMathLibrary_BreakTimespan::Days' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan, Hours) == 0x00000C, "Member 'KismetMathLibrary_BreakTimespan::Hours' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan, Minutes) == 0x000010, "Member 'KismetMathLibrary_BreakTimespan::Minutes' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan, Seconds) == 0x000014, "Member 'KismetMathLibrary_BreakTimespan::Seconds' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan, Milliseconds) == 0x000018, "Member 'KismetMathLibrary_BreakTimespan::Milliseconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakTimespan2 \ +static_assert(alignof(KismetMathLibrary_BreakTimespan2) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakTimespan2"); \ +static_assert(sizeof(KismetMathLibrary_BreakTimespan2) == 0x000020, "Wrong size on KismetMathLibrary_BreakTimespan2"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan2, InTimespan) == 0x000000, "Member 'KismetMathLibrary_BreakTimespan2::InTimespan' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan2, Days) == 0x000008, "Member 'KismetMathLibrary_BreakTimespan2::Days' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan2, Hours) == 0x00000C, "Member 'KismetMathLibrary_BreakTimespan2::Hours' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan2, Minutes) == 0x000010, "Member 'KismetMathLibrary_BreakTimespan2::Minutes' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan2, Seconds) == 0x000014, "Member 'KismetMathLibrary_BreakTimespan2::Seconds' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan2, FractionNano) == 0x000018, "Member 'KismetMathLibrary_BreakTimespan2::FractionNano' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakTransform \ +static_assert(alignof(KismetMathLibrary_BreakTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_BreakTransform"); \ +static_assert(sizeof(KismetMathLibrary_BreakTransform) == 0x000060, "Wrong size on KismetMathLibrary_BreakTransform"); \ +static_assert(offsetof(KismetMathLibrary_BreakTransform, InTransform) == 0x000000, "Member 'KismetMathLibrary_BreakTransform::InTransform' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTransform, Location) == 0x000030, "Member 'KismetMathLibrary_BreakTransform::Location' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTransform, Rotation) == 0x00003C, "Member 'KismetMathLibrary_BreakTransform::Rotation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTransform, Scale) == 0x000048, "Member 'KismetMathLibrary_BreakTransform::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakVector \ +static_assert(alignof(KismetMathLibrary_BreakVector) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakVector"); \ +static_assert(sizeof(KismetMathLibrary_BreakVector) == 0x000018, "Wrong size on KismetMathLibrary_BreakVector"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector, InVec) == 0x000000, "Member 'KismetMathLibrary_BreakVector::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector, X) == 0x00000C, "Member 'KismetMathLibrary_BreakVector::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector, Y) == 0x000010, "Member 'KismetMathLibrary_BreakVector::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector, Z) == 0x000014, "Member 'KismetMathLibrary_BreakVector::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakVector2D \ +static_assert(alignof(KismetMathLibrary_BreakVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakVector2D"); \ +static_assert(sizeof(KismetMathLibrary_BreakVector2D) == 0x000010, "Wrong size on KismetMathLibrary_BreakVector2D"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector2D, InVec) == 0x000000, "Member 'KismetMathLibrary_BreakVector2D::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector2D, X) == 0x000008, "Member 'KismetMathLibrary_BreakVector2D::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector2D, Y) == 0x00000C, "Member 'KismetMathLibrary_BreakVector2D::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakVector4 \ +static_assert(alignof(KismetMathLibrary_BreakVector4) == 0x000010, "Wrong alignment on KismetMathLibrary_BreakVector4"); \ +static_assert(sizeof(KismetMathLibrary_BreakVector4) == 0x000020, "Wrong size on KismetMathLibrary_BreakVector4"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector4, InVec) == 0x000000, "Member 'KismetMathLibrary_BreakVector4::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector4, X) == 0x000010, "Member 'KismetMathLibrary_BreakVector4::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector4, Y) == 0x000014, "Member 'KismetMathLibrary_BreakVector4::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector4, Z) == 0x000018, "Member 'KismetMathLibrary_BreakVector4::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector4, W) == 0x00001C, "Member 'KismetMathLibrary_BreakVector4::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_CInterpTo \ +static_assert(alignof(KismetMathLibrary_CInterpTo) == 0x000004, "Wrong alignment on KismetMathLibrary_CInterpTo"); \ +static_assert(sizeof(KismetMathLibrary_CInterpTo) == 0x000038, "Wrong size on KismetMathLibrary_CInterpTo"); \ +static_assert(offsetof(KismetMathLibrary_CInterpTo, Current) == 0x000000, "Member 'KismetMathLibrary_CInterpTo::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CInterpTo, Target) == 0x000010, "Member 'KismetMathLibrary_CInterpTo::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CInterpTo, DeltaTime) == 0x000020, "Member 'KismetMathLibrary_CInterpTo::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CInterpTo, InterpSpeed) == 0x000024, "Member 'KismetMathLibrary_CInterpTo::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CInterpTo, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_CInterpTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Clamp \ +static_assert(alignof(KismetMathLibrary_Clamp) == 0x000004, "Wrong alignment on KismetMathLibrary_Clamp"); \ +static_assert(sizeof(KismetMathLibrary_Clamp) == 0x000010, "Wrong size on KismetMathLibrary_Clamp"); \ +static_assert(offsetof(KismetMathLibrary_Clamp, Value) == 0x000000, "Member 'KismetMathLibrary_Clamp::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Clamp, Min_0) == 0x000004, "Member 'KismetMathLibrary_Clamp::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Clamp, Max_0) == 0x000008, "Member 'KismetMathLibrary_Clamp::Max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Clamp, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Clamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ClampAngle \ +static_assert(alignof(KismetMathLibrary_ClampAngle) == 0x000004, "Wrong alignment on KismetMathLibrary_ClampAngle"); \ +static_assert(sizeof(KismetMathLibrary_ClampAngle) == 0x000010, "Wrong size on KismetMathLibrary_ClampAngle"); \ +static_assert(offsetof(KismetMathLibrary_ClampAngle, AngleDegrees) == 0x000000, "Member 'KismetMathLibrary_ClampAngle::AngleDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampAngle, MinAngleDegrees) == 0x000004, "Member 'KismetMathLibrary_ClampAngle::MinAngleDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampAngle, MaxAngleDegrees) == 0x000008, "Member 'KismetMathLibrary_ClampAngle::MaxAngleDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampAngle, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_ClampAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ClampAxes2D \ +static_assert(alignof(KismetMathLibrary_ClampAxes2D) == 0x000004, "Wrong alignment on KismetMathLibrary_ClampAxes2D"); \ +static_assert(sizeof(KismetMathLibrary_ClampAxes2D) == 0x000018, "Wrong size on KismetMathLibrary_ClampAxes2D"); \ +static_assert(offsetof(KismetMathLibrary_ClampAxes2D, A) == 0x000000, "Member 'KismetMathLibrary_ClampAxes2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampAxes2D, MinAxisVal) == 0x000008, "Member 'KismetMathLibrary_ClampAxes2D::MinAxisVal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampAxes2D, MaxAxisVal) == 0x00000C, "Member 'KismetMathLibrary_ClampAxes2D::MaxAxisVal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampAxes2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_ClampAxes2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ClampAxis \ +static_assert(alignof(KismetMathLibrary_ClampAxis) == 0x000004, "Wrong alignment on KismetMathLibrary_ClampAxis"); \ +static_assert(sizeof(KismetMathLibrary_ClampAxis) == 0x000008, "Wrong size on KismetMathLibrary_ClampAxis"); \ +static_assert(offsetof(KismetMathLibrary_ClampAxis, Angle) == 0x000000, "Member 'KismetMathLibrary_ClampAxis::Angle' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampAxis, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_ClampAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ClampInt64 \ +static_assert(alignof(KismetMathLibrary_ClampInt64) == 0x000008, "Wrong alignment on KismetMathLibrary_ClampInt64"); \ +static_assert(sizeof(KismetMathLibrary_ClampInt64) == 0x000020, "Wrong size on KismetMathLibrary_ClampInt64"); \ +static_assert(offsetof(KismetMathLibrary_ClampInt64, Value) == 0x000000, "Member 'KismetMathLibrary_ClampInt64::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampInt64, Min_0) == 0x000008, "Member 'KismetMathLibrary_ClampInt64::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampInt64, Max_0) == 0x000010, "Member 'KismetMathLibrary_ClampInt64::Max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampInt64, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_ClampInt64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ClampVectorSize \ +static_assert(alignof(KismetMathLibrary_ClampVectorSize) == 0x000004, "Wrong alignment on KismetMathLibrary_ClampVectorSize"); \ +static_assert(sizeof(KismetMathLibrary_ClampVectorSize) == 0x000020, "Wrong size on KismetMathLibrary_ClampVectorSize"); \ +static_assert(offsetof(KismetMathLibrary_ClampVectorSize, A) == 0x000000, "Member 'KismetMathLibrary_ClampVectorSize::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampVectorSize, Min_0) == 0x00000C, "Member 'KismetMathLibrary_ClampVectorSize::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampVectorSize, Max_0) == 0x000010, "Member 'KismetMathLibrary_ClampVectorSize::Max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampVectorSize, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_ClampVectorSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ClassIsChildOf \ +static_assert(alignof(KismetMathLibrary_ClassIsChildOf) == 0x000008, "Wrong alignment on KismetMathLibrary_ClassIsChildOf"); \ +static_assert(sizeof(KismetMathLibrary_ClassIsChildOf) == 0x000018, "Wrong size on KismetMathLibrary_ClassIsChildOf"); \ +static_assert(offsetof(KismetMathLibrary_ClassIsChildOf, TestClass) == 0x000000, "Member 'KismetMathLibrary_ClassIsChildOf::TestClass' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClassIsChildOf, ParentClass) == 0x000008, "Member 'KismetMathLibrary_ClassIsChildOf::ParentClass' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClassIsChildOf, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_ClassIsChildOf::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ComposeRotators \ +static_assert(alignof(KismetMathLibrary_ComposeRotators) == 0x000004, "Wrong alignment on KismetMathLibrary_ComposeRotators"); \ +static_assert(sizeof(KismetMathLibrary_ComposeRotators) == 0x000024, "Wrong size on KismetMathLibrary_ComposeRotators"); \ +static_assert(offsetof(KismetMathLibrary_ComposeRotators, A) == 0x000000, "Member 'KismetMathLibrary_ComposeRotators::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ComposeRotators, B) == 0x00000C, "Member 'KismetMathLibrary_ComposeRotators::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ComposeRotators, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_ComposeRotators::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ComposeTransforms \ +static_assert(alignof(KismetMathLibrary_ComposeTransforms) == 0x000010, "Wrong alignment on KismetMathLibrary_ComposeTransforms"); \ +static_assert(sizeof(KismetMathLibrary_ComposeTransforms) == 0x000090, "Wrong size on KismetMathLibrary_ComposeTransforms"); \ +static_assert(offsetof(KismetMathLibrary_ComposeTransforms, A) == 0x000000, "Member 'KismetMathLibrary_ComposeTransforms::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ComposeTransforms, B) == 0x000030, "Member 'KismetMathLibrary_ComposeTransforms::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ComposeTransforms, ReturnValue) == 0x000060, "Member 'KismetMathLibrary_ComposeTransforms::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_BoolToByte \ +static_assert(alignof(KismetMathLibrary_Conv_BoolToByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Conv_BoolToByte"); \ +static_assert(sizeof(KismetMathLibrary_Conv_BoolToByte) == 0x000002, "Wrong size on KismetMathLibrary_Conv_BoolToByte"); \ +static_assert(offsetof(KismetMathLibrary_Conv_BoolToByte, InBool) == 0x000000, "Member 'KismetMathLibrary_Conv_BoolToByte::InBool' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_BoolToByte, ReturnValue) == 0x000001, "Member 'KismetMathLibrary_Conv_BoolToByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_BoolToFloat \ +static_assert(alignof(KismetMathLibrary_Conv_BoolToFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_BoolToFloat"); \ +static_assert(sizeof(KismetMathLibrary_Conv_BoolToFloat) == 0x000008, "Wrong size on KismetMathLibrary_Conv_BoolToFloat"); \ +static_assert(offsetof(KismetMathLibrary_Conv_BoolToFloat, InBool) == 0x000000, "Member 'KismetMathLibrary_Conv_BoolToFloat::InBool' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_BoolToFloat, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_BoolToFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_BoolToInt \ +static_assert(alignof(KismetMathLibrary_Conv_BoolToInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_BoolToInt"); \ +static_assert(sizeof(KismetMathLibrary_Conv_BoolToInt) == 0x000008, "Wrong size on KismetMathLibrary_Conv_BoolToInt"); \ +static_assert(offsetof(KismetMathLibrary_Conv_BoolToInt, InBool) == 0x000000, "Member 'KismetMathLibrary_Conv_BoolToInt::InBool' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_BoolToInt, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_BoolToInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_ByteToFloat \ +static_assert(alignof(KismetMathLibrary_Conv_ByteToFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_ByteToFloat"); \ +static_assert(sizeof(KismetMathLibrary_Conv_ByteToFloat) == 0x000008, "Wrong size on KismetMathLibrary_Conv_ByteToFloat"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ByteToFloat, InByte) == 0x000000, "Member 'KismetMathLibrary_Conv_ByteToFloat::InByte' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ByteToFloat, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_ByteToFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_ByteToInt \ +static_assert(alignof(KismetMathLibrary_Conv_ByteToInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_ByteToInt"); \ +static_assert(sizeof(KismetMathLibrary_Conv_ByteToInt) == 0x000008, "Wrong size on KismetMathLibrary_Conv_ByteToInt"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ByteToInt, InByte) == 0x000000, "Member 'KismetMathLibrary_Conv_ByteToInt::InByte' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ByteToInt, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_ByteToInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_ColorToLinearColor \ +static_assert(alignof(KismetMathLibrary_Conv_ColorToLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_ColorToLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_Conv_ColorToLinearColor) == 0x000014, "Wrong size on KismetMathLibrary_Conv_ColorToLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ColorToLinearColor, InColor) == 0x000000, "Member 'KismetMathLibrary_Conv_ColorToLinearColor::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ColorToLinearColor, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_ColorToLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_FloatToLinearColor \ +static_assert(alignof(KismetMathLibrary_Conv_FloatToLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_FloatToLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_Conv_FloatToLinearColor) == 0x000014, "Wrong size on KismetMathLibrary_Conv_FloatToLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_Conv_FloatToLinearColor, InFloat) == 0x000000, "Member 'KismetMathLibrary_Conv_FloatToLinearColor::InFloat' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_FloatToLinearColor, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_FloatToLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_FloatToVector \ +static_assert(alignof(KismetMathLibrary_Conv_FloatToVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_FloatToVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_FloatToVector) == 0x000010, "Wrong size on KismetMathLibrary_Conv_FloatToVector"); \ +static_assert(offsetof(KismetMathLibrary_Conv_FloatToVector, InFloat) == 0x000000, "Member 'KismetMathLibrary_Conv_FloatToVector::InFloat' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_FloatToVector, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_FloatToVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Int64ToByte \ +static_assert(alignof(KismetMathLibrary_Conv_Int64ToByte) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_Int64ToByte"); \ +static_assert(sizeof(KismetMathLibrary_Conv_Int64ToByte) == 0x000010, "Wrong size on KismetMathLibrary_Conv_Int64ToByte"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Int64ToByte, InInt) == 0x000000, "Member 'KismetMathLibrary_Conv_Int64ToByte::InInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Int64ToByte, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_Int64ToByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Int64ToInt \ +static_assert(alignof(KismetMathLibrary_Conv_Int64ToInt) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_Int64ToInt"); \ +static_assert(sizeof(KismetMathLibrary_Conv_Int64ToInt) == 0x000010, "Wrong size on KismetMathLibrary_Conv_Int64ToInt"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Int64ToInt, InInt) == 0x000000, "Member 'KismetMathLibrary_Conv_Int64ToInt::InInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Int64ToInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_Int64ToInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntPointToVector2D \ +static_assert(alignof(KismetMathLibrary_Conv_IntPointToVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntPointToVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntPointToVector2D) == 0x000010, "Wrong size on KismetMathLibrary_Conv_IntPointToVector2D"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntPointToVector2D, InIntPoint) == 0x000000, "Member 'KismetMathLibrary_Conv_IntPointToVector2D::InIntPoint' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntPointToVector2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_IntPointToVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToBool \ +static_assert(alignof(KismetMathLibrary_Conv_IntToBool) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntToBool"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntToBool) == 0x000008, "Wrong size on KismetMathLibrary_Conv_IntToBool"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToBool, InInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToBool::InInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToBool, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_IntToBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToByte \ +static_assert(alignof(KismetMathLibrary_Conv_IntToByte) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntToByte"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntToByte) == 0x000008, "Wrong size on KismetMathLibrary_Conv_IntToByte"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToByte, InInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToByte::InInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToByte, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_IntToByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToFloat \ +static_assert(alignof(KismetMathLibrary_Conv_IntToFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntToFloat"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntToFloat) == 0x000008, "Wrong size on KismetMathLibrary_Conv_IntToFloat"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToFloat, InInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToFloat::InInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToFloat, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_IntToFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToInt64 \ +static_assert(alignof(KismetMathLibrary_Conv_IntToInt64) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_IntToInt64"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntToInt64) == 0x000010, "Wrong size on KismetMathLibrary_Conv_IntToInt64"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToInt64, InInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToInt64::InInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToInt64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_IntToInt64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToIntVector \ +static_assert(alignof(KismetMathLibrary_Conv_IntToIntVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntToIntVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntToIntVector) == 0x000010, "Wrong size on KismetMathLibrary_Conv_IntToIntVector"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToIntVector, InInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToIntVector::InInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToIntVector, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_IntToIntVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntVectorToVector \ +static_assert(alignof(KismetMathLibrary_Conv_IntVectorToVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntVectorToVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntVectorToVector) == 0x000018, "Wrong size on KismetMathLibrary_Conv_IntVectorToVector"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntVectorToVector, InIntVector) == 0x000000, "Member 'KismetMathLibrary_Conv_IntVectorToVector::InIntVector' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntVectorToVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Conv_IntVectorToVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_LinearColorToColor \ +static_assert(alignof(KismetMathLibrary_Conv_LinearColorToColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_LinearColorToColor"); \ +static_assert(sizeof(KismetMathLibrary_Conv_LinearColorToColor) == 0x000018, "Wrong size on KismetMathLibrary_Conv_LinearColorToColor"); \ +static_assert(offsetof(KismetMathLibrary_Conv_LinearColorToColor, InLinearColor) == 0x000000, "Member 'KismetMathLibrary_Conv_LinearColorToColor::InLinearColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_LinearColorToColor, InUseSRGB) == 0x000010, "Member 'KismetMathLibrary_Conv_LinearColorToColor::InUseSRGB' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_LinearColorToColor, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_Conv_LinearColorToColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_LinearColorToVector \ +static_assert(alignof(KismetMathLibrary_Conv_LinearColorToVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_LinearColorToVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_LinearColorToVector) == 0x00001C, "Wrong size on KismetMathLibrary_Conv_LinearColorToVector"); \ +static_assert(offsetof(KismetMathLibrary_Conv_LinearColorToVector, InLinearColor) == 0x000000, "Member 'KismetMathLibrary_Conv_LinearColorToVector::InLinearColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_LinearColorToVector, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_LinearColorToVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_MatrixToRotator \ +static_assert(alignof(KismetMathLibrary_Conv_MatrixToRotator) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_MatrixToRotator"); \ +static_assert(sizeof(KismetMathLibrary_Conv_MatrixToRotator) == 0x000050, "Wrong size on KismetMathLibrary_Conv_MatrixToRotator"); \ +static_assert(offsetof(KismetMathLibrary_Conv_MatrixToRotator, InMatrix) == 0x000000, "Member 'KismetMathLibrary_Conv_MatrixToRotator::InMatrix' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_MatrixToRotator, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Conv_MatrixToRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_MatrixToTransform \ +static_assert(alignof(KismetMathLibrary_Conv_MatrixToTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_MatrixToTransform"); \ +static_assert(sizeof(KismetMathLibrary_Conv_MatrixToTransform) == 0x000070, "Wrong size on KismetMathLibrary_Conv_MatrixToTransform"); \ +static_assert(offsetof(KismetMathLibrary_Conv_MatrixToTransform, InMatrix) == 0x000000, "Member 'KismetMathLibrary_Conv_MatrixToTransform::InMatrix' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_MatrixToTransform, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Conv_MatrixToTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_RotatorToTransform \ +static_assert(alignof(KismetMathLibrary_Conv_RotatorToTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_RotatorToTransform"); \ +static_assert(sizeof(KismetMathLibrary_Conv_RotatorToTransform) == 0x000040, "Wrong size on KismetMathLibrary_Conv_RotatorToTransform"); \ +static_assert(offsetof(KismetMathLibrary_Conv_RotatorToTransform, InRotator) == 0x000000, "Member 'KismetMathLibrary_Conv_RotatorToTransform::InRotator' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_RotatorToTransform, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_RotatorToTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_RotatorToVector \ +static_assert(alignof(KismetMathLibrary_Conv_RotatorToVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_RotatorToVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_RotatorToVector) == 0x000018, "Wrong size on KismetMathLibrary_Conv_RotatorToVector"); \ +static_assert(offsetof(KismetMathLibrary_Conv_RotatorToVector, InRot) == 0x000000, "Member 'KismetMathLibrary_Conv_RotatorToVector::InRot' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_RotatorToVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Conv_RotatorToVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_TransformToMatrix \ +static_assert(alignof(KismetMathLibrary_Conv_TransformToMatrix) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_TransformToMatrix"); \ +static_assert(sizeof(KismetMathLibrary_Conv_TransformToMatrix) == 0x000070, "Wrong size on KismetMathLibrary_Conv_TransformToMatrix"); \ +static_assert(offsetof(KismetMathLibrary_Conv_TransformToMatrix, Transform) == 0x000000, "Member 'KismetMathLibrary_Conv_TransformToMatrix::Transform' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_TransformToMatrix, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Conv_TransformToMatrix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector2DToIntPoint \ +static_assert(alignof(KismetMathLibrary_Conv_Vector2DToIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_Vector2DToIntPoint"); \ +static_assert(sizeof(KismetMathLibrary_Conv_Vector2DToIntPoint) == 0x000010, "Wrong size on KismetMathLibrary_Conv_Vector2DToIntPoint"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector2DToIntPoint, InVector2D) == 0x000000, "Member 'KismetMathLibrary_Conv_Vector2DToIntPoint::InVector2D' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector2DToIntPoint, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_Vector2DToIntPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector2DToVector \ +static_assert(alignof(KismetMathLibrary_Conv_Vector2DToVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_Vector2DToVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_Vector2DToVector) == 0x000018, "Wrong size on KismetMathLibrary_Conv_Vector2DToVector"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector2DToVector, InVector2D) == 0x000000, "Member 'KismetMathLibrary_Conv_Vector2DToVector::InVector2D' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector2DToVector, Z) == 0x000008, "Member 'KismetMathLibrary_Conv_Vector2DToVector::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector2DToVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Conv_Vector2DToVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector4ToQuaternion \ +static_assert(alignof(KismetMathLibrary_Conv_Vector4ToQuaternion) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_Vector4ToQuaternion"); \ +static_assert(sizeof(KismetMathLibrary_Conv_Vector4ToQuaternion) == 0x000020, "Wrong size on KismetMathLibrary_Conv_Vector4ToQuaternion"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToQuaternion, InVec) == 0x000000, "Member 'KismetMathLibrary_Conv_Vector4ToQuaternion::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToQuaternion, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_Vector4ToQuaternion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector4ToRotator \ +static_assert(alignof(KismetMathLibrary_Conv_Vector4ToRotator) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_Vector4ToRotator"); \ +static_assert(sizeof(KismetMathLibrary_Conv_Vector4ToRotator) == 0x000020, "Wrong size on KismetMathLibrary_Conv_Vector4ToRotator"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToRotator, InVec) == 0x000000, "Member 'KismetMathLibrary_Conv_Vector4ToRotator::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToRotator, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_Vector4ToRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector4ToVector \ +static_assert(alignof(KismetMathLibrary_Conv_Vector4ToVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_Vector4ToVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_Vector4ToVector) == 0x000020, "Wrong size on KismetMathLibrary_Conv_Vector4ToVector"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToVector, InVector4) == 0x000000, "Member 'KismetMathLibrary_Conv_Vector4ToVector::InVector4' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToVector, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_Vector4ToVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToLinearColor \ +static_assert(alignof(KismetMathLibrary_Conv_VectorToLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_VectorToLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_Conv_VectorToLinearColor) == 0x00001C, "Wrong size on KismetMathLibrary_Conv_VectorToLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToLinearColor, InVec) == 0x000000, "Member 'KismetMathLibrary_Conv_VectorToLinearColor::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToLinearColor, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Conv_VectorToLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToQuaternion \ +static_assert(alignof(KismetMathLibrary_Conv_VectorToQuaternion) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_VectorToQuaternion"); \ +static_assert(sizeof(KismetMathLibrary_Conv_VectorToQuaternion) == 0x000020, "Wrong size on KismetMathLibrary_Conv_VectorToQuaternion"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToQuaternion, InVec) == 0x000000, "Member 'KismetMathLibrary_Conv_VectorToQuaternion::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToQuaternion, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_VectorToQuaternion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToRotator \ +static_assert(alignof(KismetMathLibrary_Conv_VectorToRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_VectorToRotator"); \ +static_assert(sizeof(KismetMathLibrary_Conv_VectorToRotator) == 0x000018, "Wrong size on KismetMathLibrary_Conv_VectorToRotator"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToRotator, InVec) == 0x000000, "Member 'KismetMathLibrary_Conv_VectorToRotator::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToRotator, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Conv_VectorToRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToTransform \ +static_assert(alignof(KismetMathLibrary_Conv_VectorToTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_VectorToTransform"); \ +static_assert(sizeof(KismetMathLibrary_Conv_VectorToTransform) == 0x000040, "Wrong size on KismetMathLibrary_Conv_VectorToTransform"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToTransform, InLocation) == 0x000000, "Member 'KismetMathLibrary_Conv_VectorToTransform::InLocation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToTransform, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_VectorToTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToVector2D \ +static_assert(alignof(KismetMathLibrary_Conv_VectorToVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_VectorToVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Conv_VectorToVector2D) == 0x000014, "Wrong size on KismetMathLibrary_Conv_VectorToVector2D"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToVector2D, InVector) == 0x000000, "Member 'KismetMathLibrary_Conv_VectorToVector2D::InVector' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToVector2D, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Conv_VectorToVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ConvertTransformToRelative \ +static_assert(alignof(KismetMathLibrary_ConvertTransformToRelative) == 0x000010, "Wrong alignment on KismetMathLibrary_ConvertTransformToRelative"); \ +static_assert(sizeof(KismetMathLibrary_ConvertTransformToRelative) == 0x000090, "Wrong size on KismetMathLibrary_ConvertTransformToRelative"); \ +static_assert(offsetof(KismetMathLibrary_ConvertTransformToRelative, Transform) == 0x000000, "Member 'KismetMathLibrary_ConvertTransformToRelative::Transform' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ConvertTransformToRelative, ParentTransform) == 0x000030, "Member 'KismetMathLibrary_ConvertTransformToRelative::ParentTransform' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ConvertTransformToRelative, ReturnValue) == 0x000060, "Member 'KismetMathLibrary_ConvertTransformToRelative::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Cos \ +static_assert(alignof(KismetMathLibrary_Cos) == 0x000004, "Wrong alignment on KismetMathLibrary_Cos"); \ +static_assert(sizeof(KismetMathLibrary_Cos) == 0x000008, "Wrong size on KismetMathLibrary_Cos"); \ +static_assert(offsetof(KismetMathLibrary_Cos, A) == 0x000000, "Member 'KismetMathLibrary_Cos::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Cos, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Cos::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_CreateVectorFromYawPitch \ +static_assert(alignof(KismetMathLibrary_CreateVectorFromYawPitch) == 0x000004, "Wrong alignment on KismetMathLibrary_CreateVectorFromYawPitch"); \ +static_assert(sizeof(KismetMathLibrary_CreateVectorFromYawPitch) == 0x000018, "Wrong size on KismetMathLibrary_CreateVectorFromYawPitch"); \ +static_assert(offsetof(KismetMathLibrary_CreateVectorFromYawPitch, Yaw) == 0x000000, "Member 'KismetMathLibrary_CreateVectorFromYawPitch::Yaw' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CreateVectorFromYawPitch, Pitch) == 0x000004, "Member 'KismetMathLibrary_CreateVectorFromYawPitch::Pitch' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CreateVectorFromYawPitch, Length) == 0x000008, "Member 'KismetMathLibrary_CreateVectorFromYawPitch::Length' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CreateVectorFromYawPitch, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_CreateVectorFromYawPitch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Cross_VectorVector \ +static_assert(alignof(KismetMathLibrary_Cross_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Cross_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_Cross_VectorVector) == 0x000024, "Wrong size on KismetMathLibrary_Cross_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_Cross_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Cross_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Cross_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_Cross_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Cross_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Cross_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_CrossProduct2D \ +static_assert(alignof(KismetMathLibrary_CrossProduct2D) == 0x000004, "Wrong alignment on KismetMathLibrary_CrossProduct2D"); \ +static_assert(sizeof(KismetMathLibrary_CrossProduct2D) == 0x000014, "Wrong size on KismetMathLibrary_CrossProduct2D"); \ +static_assert(offsetof(KismetMathLibrary_CrossProduct2D, A) == 0x000000, "Member 'KismetMathLibrary_CrossProduct2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CrossProduct2D, B) == 0x000008, "Member 'KismetMathLibrary_CrossProduct2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CrossProduct2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_CrossProduct2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DateTimeFromIsoString \ +static_assert(alignof(KismetMathLibrary_DateTimeFromIsoString) == 0x000008, "Wrong alignment on KismetMathLibrary_DateTimeFromIsoString"); \ +static_assert(sizeof(KismetMathLibrary_DateTimeFromIsoString) == 0x000020, "Wrong size on KismetMathLibrary_DateTimeFromIsoString"); \ +static_assert(offsetof(KismetMathLibrary_DateTimeFromIsoString, IsoString) == 0x000000, "Member 'KismetMathLibrary_DateTimeFromIsoString::IsoString' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DateTimeFromIsoString, Result) == 0x000010, "Member 'KismetMathLibrary_DateTimeFromIsoString::Result' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DateTimeFromIsoString, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_DateTimeFromIsoString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DateTimeFromString \ +static_assert(alignof(KismetMathLibrary_DateTimeFromString) == 0x000008, "Wrong alignment on KismetMathLibrary_DateTimeFromString"); \ +static_assert(sizeof(KismetMathLibrary_DateTimeFromString) == 0x000020, "Wrong size on KismetMathLibrary_DateTimeFromString"); \ +static_assert(offsetof(KismetMathLibrary_DateTimeFromString, DateTimeString) == 0x000000, "Member 'KismetMathLibrary_DateTimeFromString::DateTimeString' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DateTimeFromString, Result) == 0x000010, "Member 'KismetMathLibrary_DateTimeFromString::Result' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DateTimeFromString, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_DateTimeFromString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DateTimeMaxValue \ +static_assert(alignof(KismetMathLibrary_DateTimeMaxValue) == 0x000008, "Wrong alignment on KismetMathLibrary_DateTimeMaxValue"); \ +static_assert(sizeof(KismetMathLibrary_DateTimeMaxValue) == 0x000008, "Wrong size on KismetMathLibrary_DateTimeMaxValue"); \ +static_assert(offsetof(KismetMathLibrary_DateTimeMaxValue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_DateTimeMaxValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DateTimeMinValue \ +static_assert(alignof(KismetMathLibrary_DateTimeMinValue) == 0x000008, "Wrong alignment on KismetMathLibrary_DateTimeMinValue"); \ +static_assert(sizeof(KismetMathLibrary_DateTimeMinValue) == 0x000008, "Wrong size on KismetMathLibrary_DateTimeMinValue"); \ +static_assert(offsetof(KismetMathLibrary_DateTimeMinValue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_DateTimeMinValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DaysInMonth \ +static_assert(alignof(KismetMathLibrary_DaysInMonth) == 0x000004, "Wrong alignment on KismetMathLibrary_DaysInMonth"); \ +static_assert(sizeof(KismetMathLibrary_DaysInMonth) == 0x00000C, "Wrong size on KismetMathLibrary_DaysInMonth"); \ +static_assert(offsetof(KismetMathLibrary_DaysInMonth, Year) == 0x000000, "Member 'KismetMathLibrary_DaysInMonth::Year' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DaysInMonth, Month) == 0x000004, "Member 'KismetMathLibrary_DaysInMonth::Month' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DaysInMonth, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_DaysInMonth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DaysInYear \ +static_assert(alignof(KismetMathLibrary_DaysInYear) == 0x000004, "Wrong alignment on KismetMathLibrary_DaysInYear"); \ +static_assert(sizeof(KismetMathLibrary_DaysInYear) == 0x000008, "Wrong size on KismetMathLibrary_DaysInYear"); \ +static_assert(offsetof(KismetMathLibrary_DaysInYear, Year) == 0x000000, "Member 'KismetMathLibrary_DaysInYear::Year' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DaysInYear, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DaysInYear::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegAcos \ +static_assert(alignof(KismetMathLibrary_DegAcos) == 0x000004, "Wrong alignment on KismetMathLibrary_DegAcos"); \ +static_assert(sizeof(KismetMathLibrary_DegAcos) == 0x000008, "Wrong size on KismetMathLibrary_DegAcos"); \ +static_assert(offsetof(KismetMathLibrary_DegAcos, A) == 0x000000, "Member 'KismetMathLibrary_DegAcos::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegAcos, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegAcos::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegAsin \ +static_assert(alignof(KismetMathLibrary_DegAsin) == 0x000004, "Wrong alignment on KismetMathLibrary_DegAsin"); \ +static_assert(sizeof(KismetMathLibrary_DegAsin) == 0x000008, "Wrong size on KismetMathLibrary_DegAsin"); \ +static_assert(offsetof(KismetMathLibrary_DegAsin, A) == 0x000000, "Member 'KismetMathLibrary_DegAsin::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegAsin, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegAsin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegAtan \ +static_assert(alignof(KismetMathLibrary_DegAtan) == 0x000004, "Wrong alignment on KismetMathLibrary_DegAtan"); \ +static_assert(sizeof(KismetMathLibrary_DegAtan) == 0x000008, "Wrong size on KismetMathLibrary_DegAtan"); \ +static_assert(offsetof(KismetMathLibrary_DegAtan, A) == 0x000000, "Member 'KismetMathLibrary_DegAtan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegAtan, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegAtan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegAtan2 \ +static_assert(alignof(KismetMathLibrary_DegAtan2) == 0x000004, "Wrong alignment on KismetMathLibrary_DegAtan2"); \ +static_assert(sizeof(KismetMathLibrary_DegAtan2) == 0x00000C, "Wrong size on KismetMathLibrary_DegAtan2"); \ +static_assert(offsetof(KismetMathLibrary_DegAtan2, Y) == 0x000000, "Member 'KismetMathLibrary_DegAtan2::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegAtan2, X) == 0x000004, "Member 'KismetMathLibrary_DegAtan2::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegAtan2, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_DegAtan2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegCos \ +static_assert(alignof(KismetMathLibrary_DegCos) == 0x000004, "Wrong alignment on KismetMathLibrary_DegCos"); \ +static_assert(sizeof(KismetMathLibrary_DegCos) == 0x000008, "Wrong size on KismetMathLibrary_DegCos"); \ +static_assert(offsetof(KismetMathLibrary_DegCos, A) == 0x000000, "Member 'KismetMathLibrary_DegCos::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegCos, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegCos::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegreesToRadians \ +static_assert(alignof(KismetMathLibrary_DegreesToRadians) == 0x000004, "Wrong alignment on KismetMathLibrary_DegreesToRadians"); \ +static_assert(sizeof(KismetMathLibrary_DegreesToRadians) == 0x000008, "Wrong size on KismetMathLibrary_DegreesToRadians"); \ +static_assert(offsetof(KismetMathLibrary_DegreesToRadians, A) == 0x000000, "Member 'KismetMathLibrary_DegreesToRadians::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegreesToRadians, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegreesToRadians::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegSin \ +static_assert(alignof(KismetMathLibrary_DegSin) == 0x000004, "Wrong alignment on KismetMathLibrary_DegSin"); \ +static_assert(sizeof(KismetMathLibrary_DegSin) == 0x000008, "Wrong size on KismetMathLibrary_DegSin"); \ +static_assert(offsetof(KismetMathLibrary_DegSin, A) == 0x000000, "Member 'KismetMathLibrary_DegSin::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegSin, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegSin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegTan \ +static_assert(alignof(KismetMathLibrary_DegTan) == 0x000004, "Wrong alignment on KismetMathLibrary_DegTan"); \ +static_assert(sizeof(KismetMathLibrary_DegTan) == 0x000008, "Wrong size on KismetMathLibrary_DegTan"); \ +static_assert(offsetof(KismetMathLibrary_DegTan, A) == 0x000000, "Member 'KismetMathLibrary_DegTan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegTan, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegTan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Distance2D \ +static_assert(alignof(KismetMathLibrary_Distance2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Distance2D"); \ +static_assert(sizeof(KismetMathLibrary_Distance2D) == 0x000014, "Wrong size on KismetMathLibrary_Distance2D"); \ +static_assert(offsetof(KismetMathLibrary_Distance2D, V1) == 0x000000, "Member 'KismetMathLibrary_Distance2D::V1' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Distance2D, V2) == 0x000008, "Member 'KismetMathLibrary_Distance2D::V2' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Distance2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Distance2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DistanceSquared2D \ +static_assert(alignof(KismetMathLibrary_DistanceSquared2D) == 0x000004, "Wrong alignment on KismetMathLibrary_DistanceSquared2D"); \ +static_assert(sizeof(KismetMathLibrary_DistanceSquared2D) == 0x000014, "Wrong size on KismetMathLibrary_DistanceSquared2D"); \ +static_assert(offsetof(KismetMathLibrary_DistanceSquared2D, V1) == 0x000000, "Member 'KismetMathLibrary_DistanceSquared2D::V1' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DistanceSquared2D, V2) == 0x000008, "Member 'KismetMathLibrary_DistanceSquared2D::V2' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DistanceSquared2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_DistanceSquared2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_ByteByte \ +static_assert(alignof(KismetMathLibrary_Divide_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Divide_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_Divide_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Divide_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_Divide_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Divide_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Divide_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Divide_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_FloatFloat \ +static_assert(alignof(KismetMathLibrary_Divide_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_Divide_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Divide_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_Divide_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Divide_FloatFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_Divide_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Divide_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_Divide_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Divide_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_Divide_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Divide_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Divide_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Divide_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_IntInt \ +static_assert(alignof(KismetMathLibrary_Divide_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Divide_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Divide_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Divide_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Divide_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Divide_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_IntPointInt \ +static_assert(alignof(KismetMathLibrary_Divide_IntPointInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_IntPointInt"); \ +static_assert(sizeof(KismetMathLibrary_Divide_IntPointInt) == 0x000014, "Wrong size on KismetMathLibrary_Divide_IntPointInt"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntPointInt, A) == 0x000000, "Member 'KismetMathLibrary_Divide_IntPointInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntPointInt, B) == 0x000008, "Member 'KismetMathLibrary_Divide_IntPointInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntPointInt, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Divide_IntPointInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_IntPointIntPoint \ +static_assert(alignof(KismetMathLibrary_Divide_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_IntPointIntPoint"); \ +static_assert(sizeof(KismetMathLibrary_Divide_IntPointIntPoint) == 0x000018, "Wrong size on KismetMathLibrary_Divide_IntPointIntPoint"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_Divide_IntPointIntPoint::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntPointIntPoint, B) == 0x000008, "Member 'KismetMathLibrary_Divide_IntPointIntPoint::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_LinearColorLinearColor \ +static_assert(alignof(KismetMathLibrary_Divide_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_LinearColorLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_Divide_LinearColorLinearColor) == 0x000030, "Wrong size on KismetMathLibrary_Divide_LinearColorLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_Divide_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_Divide_LinearColorLinearColor::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_LinearColorLinearColor, B) == 0x000010, "Member 'KismetMathLibrary_Divide_LinearColorLinearColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Divide_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_TimespanFloat \ +static_assert(alignof(KismetMathLibrary_Divide_TimespanFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Divide_TimespanFloat"); \ +static_assert(sizeof(KismetMathLibrary_Divide_TimespanFloat) == 0x000018, "Wrong size on KismetMathLibrary_Divide_TimespanFloat"); \ +static_assert(offsetof(KismetMathLibrary_Divide_TimespanFloat, A) == 0x000000, "Member 'KismetMathLibrary_Divide_TimespanFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_TimespanFloat, Scalar) == 0x000008, "Member 'KismetMathLibrary_Divide_TimespanFloat::Scalar' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_TimespanFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_TimespanFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_Vector2DFloat \ +static_assert(alignof(KismetMathLibrary_Divide_Vector2DFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_Vector2DFloat"); \ +static_assert(sizeof(KismetMathLibrary_Divide_Vector2DFloat) == 0x000014, "Wrong size on KismetMathLibrary_Divide_Vector2DFloat"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector2DFloat, A) == 0x000000, "Member 'KismetMathLibrary_Divide_Vector2DFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector2DFloat, B) == 0x000008, "Member 'KismetMathLibrary_Divide_Vector2DFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector2DFloat, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Divide_Vector2DFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_Divide_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Divide_Vector2DVector2D) == 0x000018, "Wrong size on KismetMathLibrary_Divide_Vector2DVector2D"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_Divide_Vector2DVector2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector2DVector2D, B) == 0x000008, "Member 'KismetMathLibrary_Divide_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector2DVector2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_Vector4Vector4 \ +static_assert(alignof(KismetMathLibrary_Divide_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_Divide_Vector4Vector4"); \ +static_assert(sizeof(KismetMathLibrary_Divide_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_Divide_Vector4Vector4"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_Divide_Vector4Vector4::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector4Vector4, B) == 0x000010, "Member 'KismetMathLibrary_Divide_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector4Vector4, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Divide_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_VectorFloat \ +static_assert(alignof(KismetMathLibrary_Divide_VectorFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_VectorFloat"); \ +static_assert(sizeof(KismetMathLibrary_Divide_VectorFloat) == 0x00001C, "Wrong size on KismetMathLibrary_Divide_VectorFloat"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Divide_VectorFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorFloat, B) == 0x00000C, "Member 'KismetMathLibrary_Divide_VectorFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_VectorFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_VectorInt \ +static_assert(alignof(KismetMathLibrary_Divide_VectorInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_VectorInt"); \ +static_assert(sizeof(KismetMathLibrary_Divide_VectorInt) == 0x00001C, "Wrong size on KismetMathLibrary_Divide_VectorInt"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorInt, A) == 0x000000, "Member 'KismetMathLibrary_Divide_VectorInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorInt, B) == 0x00000C, "Member 'KismetMathLibrary_Divide_VectorInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorInt, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_VectorInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_VectorVector \ +static_assert(alignof(KismetMathLibrary_Divide_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_Divide_VectorVector) == 0x000024, "Wrong size on KismetMathLibrary_Divide_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Divide_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_Divide_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Divide_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Dot_VectorVector \ +static_assert(alignof(KismetMathLibrary_Dot_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Dot_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_Dot_VectorVector) == 0x00001C, "Wrong size on KismetMathLibrary_Dot_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_Dot_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Dot_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Dot_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_Dot_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Dot_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Dot_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DotProduct2D \ +static_assert(alignof(KismetMathLibrary_DotProduct2D) == 0x000004, "Wrong alignment on KismetMathLibrary_DotProduct2D"); \ +static_assert(sizeof(KismetMathLibrary_DotProduct2D) == 0x000014, "Wrong size on KismetMathLibrary_DotProduct2D"); \ +static_assert(offsetof(KismetMathLibrary_DotProduct2D, A) == 0x000000, "Member 'KismetMathLibrary_DotProduct2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DotProduct2D, B) == 0x000008, "Member 'KismetMathLibrary_DotProduct2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DotProduct2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_DotProduct2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DynamicWeightedMovingAverage_Float \ +static_assert(alignof(KismetMathLibrary_DynamicWeightedMovingAverage_Float) == 0x000004, "Wrong alignment on KismetMathLibrary_DynamicWeightedMovingAverage_Float"); \ +static_assert(sizeof(KismetMathLibrary_DynamicWeightedMovingAverage_Float) == 0x000018, "Wrong size on KismetMathLibrary_DynamicWeightedMovingAverage_Float"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::CurrentSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, PreviousSample) == 0x000004, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::PreviousSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, MaxDistance) == 0x000008, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, MinWeight) == 0x00000C, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::MinWeight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, MaxWeight) == 0x000010, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::MaxWeight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DynamicWeightedMovingAverage_FRotator \ +static_assert(alignof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_DynamicWeightedMovingAverage_FRotator"); \ +static_assert(sizeof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator) == 0x000030, "Wrong size on KismetMathLibrary_DynamicWeightedMovingAverage_FRotator"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::CurrentSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, PreviousSample) == 0x00000C, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::PreviousSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, MaxDistance) == 0x000018, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, MinWeight) == 0x00001C, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::MinWeight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, MaxWeight) == 0x000020, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::MaxWeight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DynamicWeightedMovingAverage_FVector \ +static_assert(alignof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector) == 0x000004, "Wrong alignment on KismetMathLibrary_DynamicWeightedMovingAverage_FVector"); \ +static_assert(sizeof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector) == 0x000030, "Wrong size on KismetMathLibrary_DynamicWeightedMovingAverage_FVector"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::CurrentSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, PreviousSample) == 0x00000C, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::PreviousSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, MaxDistance) == 0x000018, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, MinWeight) == 0x00001C, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::MinWeight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, MaxWeight) == 0x000020, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::MaxWeight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Ease \ +static_assert(alignof(KismetMathLibrary_Ease) == 0x000004, "Wrong alignment on KismetMathLibrary_Ease"); \ +static_assert(sizeof(KismetMathLibrary_Ease) == 0x00001C, "Wrong size on KismetMathLibrary_Ease"); \ +static_assert(offsetof(KismetMathLibrary_Ease, A) == 0x000000, "Member 'KismetMathLibrary_Ease::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Ease, B) == 0x000004, "Member 'KismetMathLibrary_Ease::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Ease, Alpha) == 0x000008, "Member 'KismetMathLibrary_Ease::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Ease, EasingFunc) == 0x00000C, "Member 'KismetMathLibrary_Ease::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Ease, BlendExp) == 0x000010, "Member 'KismetMathLibrary_Ease::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Ease, Steps) == 0x000014, "Member 'KismetMathLibrary_Ease::Steps' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Ease, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Ease::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Equal_IntPointIntPoint \ +static_assert(alignof(KismetMathLibrary_Equal_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Equal_IntPointIntPoint"); \ +static_assert(sizeof(KismetMathLibrary_Equal_IntPointIntPoint) == 0x000014, "Wrong size on KismetMathLibrary_Equal_IntPointIntPoint"); \ +static_assert(offsetof(KismetMathLibrary_Equal_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_Equal_IntPointIntPoint::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Equal_IntPointIntPoint, B) == 0x000008, "Member 'KismetMathLibrary_Equal_IntPointIntPoint::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Equal_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Equal_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_BoolBool \ +static_assert(alignof(KismetMathLibrary_EqualEqual_BoolBool) == 0x000001, "Wrong alignment on KismetMathLibrary_EqualEqual_BoolBool"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_BoolBool) == 0x000003, "Wrong size on KismetMathLibrary_EqualEqual_BoolBool"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_BoolBool, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_BoolBool::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_BoolBool, B) == 0x000001, "Member 'KismetMathLibrary_EqualEqual_BoolBool::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_BoolBool, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_EqualEqual_BoolBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_ByteByte \ +static_assert(alignof(KismetMathLibrary_EqualEqual_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_EqualEqual_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_EqualEqual_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_EqualEqual_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_EqualEqual_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_ClassClass \ +static_assert(alignof(KismetMathLibrary_EqualEqual_ClassClass) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_ClassClass"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_ClassClass) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_ClassClass"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ClassClass, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_ClassClass::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ClassClass, B) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_ClassClass::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ClassClass, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_ClassClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_DateTimeDateTime \ +static_assert(alignof(KismetMathLibrary_EqualEqual_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_DateTimeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_DateTimeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_DateTimeDateTime::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_DateTimeDateTime::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_FloatFloat \ +static_assert(alignof(KismetMathLibrary_EqualEqual_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_EqualEqual_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_FloatFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_EqualEqual_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_EqualEqual_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_IntInt \ +static_assert(alignof(KismetMathLibrary_EqualEqual_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_EqualEqual_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_EqualEqual_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_LinearColorLinearColor \ +static_assert(alignof(KismetMathLibrary_EqualEqual_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_LinearColorLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_LinearColorLinearColor) == 0x000024, "Wrong size on KismetMathLibrary_EqualEqual_LinearColorLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_LinearColorLinearColor::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_LinearColorLinearColor, B) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_LinearColorLinearColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_EqualEqual_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_MatrixMatrix \ +static_assert(alignof(KismetMathLibrary_EqualEqual_MatrixMatrix) == 0x000010, "Wrong alignment on KismetMathLibrary_EqualEqual_MatrixMatrix"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_MatrixMatrix) == 0x000090, "Wrong size on KismetMathLibrary_EqualEqual_MatrixMatrix"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_MatrixMatrix, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_MatrixMatrix::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_MatrixMatrix, B) == 0x000040, "Member 'KismetMathLibrary_EqualEqual_MatrixMatrix::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_MatrixMatrix, Tolerance) == 0x000080, "Member 'KismetMathLibrary_EqualEqual_MatrixMatrix::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_MatrixMatrix, ReturnValue) == 0x000084, "Member 'KismetMathLibrary_EqualEqual_MatrixMatrix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_NameName \ +static_assert(alignof(KismetMathLibrary_EqualEqual_NameName) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_NameName"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_NameName) == 0x00001C, "Wrong size on KismetMathLibrary_EqualEqual_NameName"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_NameName, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_NameName::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_NameName, B) == 0x00000C, "Member 'KismetMathLibrary_EqualEqual_NameName::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_NameName, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_EqualEqual_NameName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_ObjectObject \ +static_assert(alignof(KismetMathLibrary_EqualEqual_ObjectObject) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_ObjectObject"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_ObjectObject) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_ObjectObject"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ObjectObject, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_ObjectObject::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ObjectObject, B) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_ObjectObject::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ObjectObject, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_ObjectObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_QuatQuat \ +static_assert(alignof(KismetMathLibrary_EqualEqual_QuatQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_EqualEqual_QuatQuat"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_QuatQuat) == 0x000030, "Wrong size on KismetMathLibrary_EqualEqual_QuatQuat"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_QuatQuat, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_QuatQuat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_QuatQuat, B) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_QuatQuat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_QuatQuat, Tolerance) == 0x000020, "Member 'KismetMathLibrary_EqualEqual_QuatQuat::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_QuatQuat, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_EqualEqual_QuatQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_RotatorRotator \ +static_assert(alignof(KismetMathLibrary_EqualEqual_RotatorRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_RotatorRotator"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_RotatorRotator) == 0x000020, "Wrong size on KismetMathLibrary_EqualEqual_RotatorRotator"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_RotatorRotator, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_RotatorRotator::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_RotatorRotator, B) == 0x00000C, "Member 'KismetMathLibrary_EqualEqual_RotatorRotator::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_RotatorRotator, ErrorTolerance) == 0x000018, "Member 'KismetMathLibrary_EqualEqual_RotatorRotator::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_RotatorRotator, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_EqualEqual_RotatorRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_TimespanTimespan \ +static_assert(alignof(KismetMathLibrary_EqualEqual_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_TimespanTimespan"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_TimespanTimespan"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_TimespanTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_TimespanTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_TimespanTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_TransformTransform \ +static_assert(alignof(KismetMathLibrary_EqualEqual_TransformTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_EqualEqual_TransformTransform"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_TransformTransform) == 0x000070, "Wrong size on KismetMathLibrary_EqualEqual_TransformTransform"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_TransformTransform, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_TransformTransform::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_TransformTransform, B) == 0x000030, "Member 'KismetMathLibrary_EqualEqual_TransformTransform::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_TransformTransform, ReturnValue) == 0x000060, "Member 'KismetMathLibrary_EqualEqual_TransformTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_EqualEqual_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_Vector2DVector2D) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_Vector2DVector2D"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_Vector2DVector2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector2DVector2D, B) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector2DVector2D, ErrorTolerance) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_Vector2DVector2D::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector2DVector2D, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_EqualEqual_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_Vector4Vector4 \ +static_assert(alignof(KismetMathLibrary_EqualEqual_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_EqualEqual_Vector4Vector4"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_EqualEqual_Vector4Vector4"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_Vector4Vector4::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector4Vector4, B) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector4Vector4, ErrorTolerance) == 0x000020, "Member 'KismetMathLibrary_EqualEqual_Vector4Vector4::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector4Vector4, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_EqualEqual_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_VectorVector \ +static_assert(alignof(KismetMathLibrary_EqualEqual_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_VectorVector) == 0x000020, "Wrong size on KismetMathLibrary_EqualEqual_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_EqualEqual_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_VectorVector, ErrorTolerance) == 0x000018, "Member 'KismetMathLibrary_EqualEqual_VectorVector::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_VectorVector, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_EqualEqual_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualExactly_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_EqualExactly_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualExactly_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_EqualExactly_Vector2DVector2D) == 0x000014, "Wrong size on KismetMathLibrary_EqualExactly_Vector2DVector2D"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_EqualExactly_Vector2DVector2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector2DVector2D, B) == 0x000008, "Member 'KismetMathLibrary_EqualExactly_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector2DVector2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualExactly_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualExactly_Vector4Vector4 \ +static_assert(alignof(KismetMathLibrary_EqualExactly_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_EqualExactly_Vector4Vector4"); \ +static_assert(sizeof(KismetMathLibrary_EqualExactly_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_EqualExactly_Vector4Vector4"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_EqualExactly_Vector4Vector4::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector4Vector4, B) == 0x000010, "Member 'KismetMathLibrary_EqualExactly_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector4Vector4, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_EqualExactly_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualExactly_VectorVector \ +static_assert(alignof(KismetMathLibrary_EqualExactly_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualExactly_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_EqualExactly_VectorVector) == 0x00001C, "Wrong size on KismetMathLibrary_EqualExactly_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_EqualExactly_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_EqualExactly_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_EqualExactly_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Exp \ +static_assert(alignof(KismetMathLibrary_Exp) == 0x000004, "Wrong alignment on KismetMathLibrary_Exp"); \ +static_assert(sizeof(KismetMathLibrary_Exp) == 0x000008, "Wrong size on KismetMathLibrary_Exp"); \ +static_assert(offsetof(KismetMathLibrary_Exp, A) == 0x000000, "Member 'KismetMathLibrary_Exp::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Exp, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Exp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FCeil \ +static_assert(alignof(KismetMathLibrary_FCeil) == 0x000004, "Wrong alignment on KismetMathLibrary_FCeil"); \ +static_assert(sizeof(KismetMathLibrary_FCeil) == 0x000008, "Wrong size on KismetMathLibrary_FCeil"); \ +static_assert(offsetof(KismetMathLibrary_FCeil, A) == 0x000000, "Member 'KismetMathLibrary_FCeil::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FCeil, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_FCeil::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FCeil64 \ +static_assert(alignof(KismetMathLibrary_FCeil64) == 0x000008, "Wrong alignment on KismetMathLibrary_FCeil64"); \ +static_assert(sizeof(KismetMathLibrary_FCeil64) == 0x000010, "Wrong size on KismetMathLibrary_FCeil64"); \ +static_assert(offsetof(KismetMathLibrary_FCeil64, A) == 0x000000, "Member 'KismetMathLibrary_FCeil64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FCeil64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FCeil64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FClamp \ +static_assert(alignof(KismetMathLibrary_FClamp) == 0x000004, "Wrong alignment on KismetMathLibrary_FClamp"); \ +static_assert(sizeof(KismetMathLibrary_FClamp) == 0x000010, "Wrong size on KismetMathLibrary_FClamp"); \ +static_assert(offsetof(KismetMathLibrary_FClamp, Value) == 0x000000, "Member 'KismetMathLibrary_FClamp::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FClamp, Min_0) == 0x000004, "Member 'KismetMathLibrary_FClamp::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FClamp, Max_0) == 0x000008, "Member 'KismetMathLibrary_FClamp::Max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FClamp, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_FClamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FFloor \ +static_assert(alignof(KismetMathLibrary_FFloor) == 0x000004, "Wrong alignment on KismetMathLibrary_FFloor"); \ +static_assert(sizeof(KismetMathLibrary_FFloor) == 0x000008, "Wrong size on KismetMathLibrary_FFloor"); \ +static_assert(offsetof(KismetMathLibrary_FFloor, A) == 0x000000, "Member 'KismetMathLibrary_FFloor::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FFloor, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_FFloor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FFloor64 \ +static_assert(alignof(KismetMathLibrary_FFloor64) == 0x000008, "Wrong alignment on KismetMathLibrary_FFloor64"); \ +static_assert(sizeof(KismetMathLibrary_FFloor64) == 0x000010, "Wrong size on KismetMathLibrary_FFloor64"); \ +static_assert(offsetof(KismetMathLibrary_FFloor64, A) == 0x000000, "Member 'KismetMathLibrary_FFloor64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FFloor64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FFloor64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FindClosestPointOnLine \ +static_assert(alignof(KismetMathLibrary_FindClosestPointOnLine) == 0x000004, "Wrong alignment on KismetMathLibrary_FindClosestPointOnLine"); \ +static_assert(sizeof(KismetMathLibrary_FindClosestPointOnLine) == 0x000030, "Wrong size on KismetMathLibrary_FindClosestPointOnLine"); \ +static_assert(offsetof(KismetMathLibrary_FindClosestPointOnLine, Point) == 0x000000, "Member 'KismetMathLibrary_FindClosestPointOnLine::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindClosestPointOnLine, LineOrigin) == 0x00000C, "Member 'KismetMathLibrary_FindClosestPointOnLine::LineOrigin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindClosestPointOnLine, LineDirection) == 0x000018, "Member 'KismetMathLibrary_FindClosestPointOnLine::LineDirection' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindClosestPointOnLine, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_FindClosestPointOnLine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FindClosestPointOnSegment \ +static_assert(alignof(KismetMathLibrary_FindClosestPointOnSegment) == 0x000004, "Wrong alignment on KismetMathLibrary_FindClosestPointOnSegment"); \ +static_assert(sizeof(KismetMathLibrary_FindClosestPointOnSegment) == 0x000030, "Wrong size on KismetMathLibrary_FindClosestPointOnSegment"); \ +static_assert(offsetof(KismetMathLibrary_FindClosestPointOnSegment, Point) == 0x000000, "Member 'KismetMathLibrary_FindClosestPointOnSegment::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindClosestPointOnSegment, SegmentStart) == 0x00000C, "Member 'KismetMathLibrary_FindClosestPointOnSegment::SegmentStart' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindClosestPointOnSegment, SegmentEnd) == 0x000018, "Member 'KismetMathLibrary_FindClosestPointOnSegment::SegmentEnd' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindClosestPointOnSegment, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_FindClosestPointOnSegment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FindLookAtRotation \ +static_assert(alignof(KismetMathLibrary_FindLookAtRotation) == 0x000004, "Wrong alignment on KismetMathLibrary_FindLookAtRotation"); \ +static_assert(sizeof(KismetMathLibrary_FindLookAtRotation) == 0x000024, "Wrong size on KismetMathLibrary_FindLookAtRotation"); \ +static_assert(offsetof(KismetMathLibrary_FindLookAtRotation, Start) == 0x000000, "Member 'KismetMathLibrary_FindLookAtRotation::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindLookAtRotation, Target) == 0x00000C, "Member 'KismetMathLibrary_FindLookAtRotation::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindLookAtRotation, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_FindLookAtRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FindNearestPointsOnLineSegments \ +static_assert(alignof(KismetMathLibrary_FindNearestPointsOnLineSegments) == 0x000004, "Wrong alignment on KismetMathLibrary_FindNearestPointsOnLineSegments"); \ +static_assert(sizeof(KismetMathLibrary_FindNearestPointsOnLineSegments) == 0x000048, "Wrong size on KismetMathLibrary_FindNearestPointsOnLineSegments"); \ +static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment1Start) == 0x000000, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment1Start' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment1End) == 0x00000C, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment1End' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment2Start) == 0x000018, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment2Start' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment2End) == 0x000024, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment2End' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment1Point) == 0x000030, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment1Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment2Point) == 0x00003C, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment2Point' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FInterpEaseInOut \ +static_assert(alignof(KismetMathLibrary_FInterpEaseInOut) == 0x000004, "Wrong alignment on KismetMathLibrary_FInterpEaseInOut"); \ +static_assert(sizeof(KismetMathLibrary_FInterpEaseInOut) == 0x000014, "Wrong size on KismetMathLibrary_FInterpEaseInOut"); \ +static_assert(offsetof(KismetMathLibrary_FInterpEaseInOut, A) == 0x000000, "Member 'KismetMathLibrary_FInterpEaseInOut::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpEaseInOut, B) == 0x000004, "Member 'KismetMathLibrary_FInterpEaseInOut::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpEaseInOut, Alpha) == 0x000008, "Member 'KismetMathLibrary_FInterpEaseInOut::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpEaseInOut, Exponent) == 0x00000C, "Member 'KismetMathLibrary_FInterpEaseInOut::Exponent' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpEaseInOut, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_FInterpEaseInOut::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FInterpTo \ +static_assert(alignof(KismetMathLibrary_FInterpTo) == 0x000004, "Wrong alignment on KismetMathLibrary_FInterpTo"); \ +static_assert(sizeof(KismetMathLibrary_FInterpTo) == 0x000014, "Wrong size on KismetMathLibrary_FInterpTo"); \ +static_assert(offsetof(KismetMathLibrary_FInterpTo, Current) == 0x000000, "Member 'KismetMathLibrary_FInterpTo::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpTo, Target) == 0x000004, "Member 'KismetMathLibrary_FInterpTo::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpTo, DeltaTime) == 0x000008, "Member 'KismetMathLibrary_FInterpTo::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpTo, InterpSpeed) == 0x00000C, "Member 'KismetMathLibrary_FInterpTo::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpTo, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_FInterpTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FInterpTo_Constant \ +static_assert(alignof(KismetMathLibrary_FInterpTo_Constant) == 0x000004, "Wrong alignment on KismetMathLibrary_FInterpTo_Constant"); \ +static_assert(sizeof(KismetMathLibrary_FInterpTo_Constant) == 0x000014, "Wrong size on KismetMathLibrary_FInterpTo_Constant"); \ +static_assert(offsetof(KismetMathLibrary_FInterpTo_Constant, Current) == 0x000000, "Member 'KismetMathLibrary_FInterpTo_Constant::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpTo_Constant, Target) == 0x000004, "Member 'KismetMathLibrary_FInterpTo_Constant::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpTo_Constant, DeltaTime) == 0x000008, "Member 'KismetMathLibrary_FInterpTo_Constant::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpTo_Constant, InterpSpeed) == 0x00000C, "Member 'KismetMathLibrary_FInterpTo_Constant::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FInterpTo_Constant, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_FInterpTo_Constant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FixedTurn \ +static_assert(alignof(KismetMathLibrary_FixedTurn) == 0x000004, "Wrong alignment on KismetMathLibrary_FixedTurn"); \ +static_assert(sizeof(KismetMathLibrary_FixedTurn) == 0x000010, "Wrong size on KismetMathLibrary_FixedTurn"); \ +static_assert(offsetof(KismetMathLibrary_FixedTurn, InCurrent) == 0x000000, "Member 'KismetMathLibrary_FixedTurn::InCurrent' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FixedTurn, InDesired) == 0x000004, "Member 'KismetMathLibrary_FixedTurn::InDesired' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FixedTurn, InDeltaRate) == 0x000008, "Member 'KismetMathLibrary_FixedTurn::InDeltaRate' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FixedTurn, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_FixedTurn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FloatSpringInterp \ +static_assert(alignof(KismetMathLibrary_FloatSpringInterp) == 0x000004, "Wrong alignment on KismetMathLibrary_FloatSpringInterp"); \ +static_assert(sizeof(KismetMathLibrary_FloatSpringInterp) == 0x000024, "Wrong size on KismetMathLibrary_FloatSpringInterp"); \ +static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, Current) == 0x000000, "Member 'KismetMathLibrary_FloatSpringInterp::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, Target) == 0x000004, "Member 'KismetMathLibrary_FloatSpringInterp::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, SpringState) == 0x000008, "Member 'KismetMathLibrary_FloatSpringInterp::SpringState' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, Stiffness) == 0x000010, "Member 'KismetMathLibrary_FloatSpringInterp::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, CriticalDampingFactor) == 0x000014, "Member 'KismetMathLibrary_FloatSpringInterp::CriticalDampingFactor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, DeltaTime) == 0x000018, "Member 'KismetMathLibrary_FloatSpringInterp::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, Mass) == 0x00001C, "Member 'KismetMathLibrary_FloatSpringInterp::Mass' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_FloatSpringInterp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FMax \ +static_assert(alignof(KismetMathLibrary_FMax) == 0x000004, "Wrong alignment on KismetMathLibrary_FMax"); \ +static_assert(sizeof(KismetMathLibrary_FMax) == 0x00000C, "Wrong size on KismetMathLibrary_FMax"); \ +static_assert(offsetof(KismetMathLibrary_FMax, A) == 0x000000, "Member 'KismetMathLibrary_FMax::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FMax, B) == 0x000004, "Member 'KismetMathLibrary_FMax::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FMax, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FMin \ +static_assert(alignof(KismetMathLibrary_FMin) == 0x000004, "Wrong alignment on KismetMathLibrary_FMin"); \ +static_assert(sizeof(KismetMathLibrary_FMin) == 0x00000C, "Wrong size on KismetMathLibrary_FMin"); \ +static_assert(offsetof(KismetMathLibrary_FMin, A) == 0x000000, "Member 'KismetMathLibrary_FMin::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FMin, B) == 0x000004, "Member 'KismetMathLibrary_FMin::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FMin, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FMod \ +static_assert(alignof(KismetMathLibrary_FMod) == 0x000004, "Wrong alignment on KismetMathLibrary_FMod"); \ +static_assert(sizeof(KismetMathLibrary_FMod) == 0x000010, "Wrong size on KismetMathLibrary_FMod"); \ +static_assert(offsetof(KismetMathLibrary_FMod, Dividend) == 0x000000, "Member 'KismetMathLibrary_FMod::Dividend' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FMod, Divisor) == 0x000004, "Member 'KismetMathLibrary_FMod::Divisor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FMod, Remainder) == 0x000008, "Member 'KismetMathLibrary_FMod::Remainder' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FMod, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_FMod::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Fraction \ +static_assert(alignof(KismetMathLibrary_Fraction) == 0x000004, "Wrong alignment on KismetMathLibrary_Fraction"); \ +static_assert(sizeof(KismetMathLibrary_Fraction) == 0x000008, "Wrong size on KismetMathLibrary_Fraction"); \ +static_assert(offsetof(KismetMathLibrary_Fraction, A) == 0x000000, "Member 'KismetMathLibrary_Fraction::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Fraction, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Fraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FromDays \ +static_assert(alignof(KismetMathLibrary_FromDays) == 0x000008, "Wrong alignment on KismetMathLibrary_FromDays"); \ +static_assert(sizeof(KismetMathLibrary_FromDays) == 0x000010, "Wrong size on KismetMathLibrary_FromDays"); \ +static_assert(offsetof(KismetMathLibrary_FromDays, Days) == 0x000000, "Member 'KismetMathLibrary_FromDays::Days' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FromDays, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FromDays::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FromHours \ +static_assert(alignof(KismetMathLibrary_FromHours) == 0x000008, "Wrong alignment on KismetMathLibrary_FromHours"); \ +static_assert(sizeof(KismetMathLibrary_FromHours) == 0x000010, "Wrong size on KismetMathLibrary_FromHours"); \ +static_assert(offsetof(KismetMathLibrary_FromHours, Hours) == 0x000000, "Member 'KismetMathLibrary_FromHours::Hours' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FromHours, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FromHours::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FromMilliseconds \ +static_assert(alignof(KismetMathLibrary_FromMilliseconds) == 0x000008, "Wrong alignment on KismetMathLibrary_FromMilliseconds"); \ +static_assert(sizeof(KismetMathLibrary_FromMilliseconds) == 0x000010, "Wrong size on KismetMathLibrary_FromMilliseconds"); \ +static_assert(offsetof(KismetMathLibrary_FromMilliseconds, Milliseconds) == 0x000000, "Member 'KismetMathLibrary_FromMilliseconds::Milliseconds' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FromMilliseconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FromMilliseconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FromMinutes \ +static_assert(alignof(KismetMathLibrary_FromMinutes) == 0x000008, "Wrong alignment on KismetMathLibrary_FromMinutes"); \ +static_assert(sizeof(KismetMathLibrary_FromMinutes) == 0x000010, "Wrong size on KismetMathLibrary_FromMinutes"); \ +static_assert(offsetof(KismetMathLibrary_FromMinutes, Minutes) == 0x000000, "Member 'KismetMathLibrary_FromMinutes::Minutes' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FromMinutes, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FromMinutes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FromSeconds \ +static_assert(alignof(KismetMathLibrary_FromSeconds) == 0x000008, "Wrong alignment on KismetMathLibrary_FromSeconds"); \ +static_assert(sizeof(KismetMathLibrary_FromSeconds) == 0x000010, "Wrong size on KismetMathLibrary_FromSeconds"); \ +static_assert(offsetof(KismetMathLibrary_FromSeconds, Seconds) == 0x000000, "Member 'KismetMathLibrary_FromSeconds::Seconds' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FromSeconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FromSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FTrunc \ +static_assert(alignof(KismetMathLibrary_FTrunc) == 0x000004, "Wrong alignment on KismetMathLibrary_FTrunc"); \ +static_assert(sizeof(KismetMathLibrary_FTrunc) == 0x000008, "Wrong size on KismetMathLibrary_FTrunc"); \ +static_assert(offsetof(KismetMathLibrary_FTrunc, A) == 0x000000, "Member 'KismetMathLibrary_FTrunc::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FTrunc, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_FTrunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FTrunc64 \ +static_assert(alignof(KismetMathLibrary_FTrunc64) == 0x000008, "Wrong alignment on KismetMathLibrary_FTrunc64"); \ +static_assert(sizeof(KismetMathLibrary_FTrunc64) == 0x000010, "Wrong size on KismetMathLibrary_FTrunc64"); \ +static_assert(offsetof(KismetMathLibrary_FTrunc64, A) == 0x000000, "Member 'KismetMathLibrary_FTrunc64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FTrunc64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FTrunc64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FTruncVector \ +static_assert(alignof(KismetMathLibrary_FTruncVector) == 0x000004, "Wrong alignment on KismetMathLibrary_FTruncVector"); \ +static_assert(sizeof(KismetMathLibrary_FTruncVector) == 0x000018, "Wrong size on KismetMathLibrary_FTruncVector"); \ +static_assert(offsetof(KismetMathLibrary_FTruncVector, InVector) == 0x000000, "Member 'KismetMathLibrary_FTruncVector::InVector' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FTruncVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_FTruncVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FWrap \ +static_assert(alignof(KismetMathLibrary_FWrap) == 0x000004, "Wrong alignment on KismetMathLibrary_FWrap"); \ +static_assert(sizeof(KismetMathLibrary_FWrap) == 0x000010, "Wrong size on KismetMathLibrary_FWrap"); \ +static_assert(offsetof(KismetMathLibrary_FWrap, Value) == 0x000000, "Member 'KismetMathLibrary_FWrap::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FWrap, Min_0) == 0x000004, "Member 'KismetMathLibrary_FWrap::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FWrap, Max_0) == 0x000008, "Member 'KismetMathLibrary_FWrap::Max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FWrap, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_FWrap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetAbs2D \ +static_assert(alignof(KismetMathLibrary_GetAbs2D) == 0x000004, "Wrong alignment on KismetMathLibrary_GetAbs2D"); \ +static_assert(sizeof(KismetMathLibrary_GetAbs2D) == 0x000010, "Wrong size on KismetMathLibrary_GetAbs2D"); \ +static_assert(offsetof(KismetMathLibrary_GetAbs2D, A) == 0x000000, "Member 'KismetMathLibrary_GetAbs2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetAbs2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetAbs2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetAbsMax2D \ +static_assert(alignof(KismetMathLibrary_GetAbsMax2D) == 0x000004, "Wrong alignment on KismetMathLibrary_GetAbsMax2D"); \ +static_assert(sizeof(KismetMathLibrary_GetAbsMax2D) == 0x00000C, "Wrong size on KismetMathLibrary_GetAbsMax2D"); \ +static_assert(offsetof(KismetMathLibrary_GetAbsMax2D, A) == 0x000000, "Member 'KismetMathLibrary_GetAbsMax2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetAbsMax2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetAbsMax2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetAxes \ +static_assert(alignof(KismetMathLibrary_GetAxes) == 0x000004, "Wrong alignment on KismetMathLibrary_GetAxes"); \ +static_assert(sizeof(KismetMathLibrary_GetAxes) == 0x000030, "Wrong size on KismetMathLibrary_GetAxes"); \ +static_assert(offsetof(KismetMathLibrary_GetAxes, A) == 0x000000, "Member 'KismetMathLibrary_GetAxes::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetAxes, X) == 0x00000C, "Member 'KismetMathLibrary_GetAxes::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetAxes, Y) == 0x000018, "Member 'KismetMathLibrary_GetAxes::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetAxes, Z) == 0x000024, "Member 'KismetMathLibrary_GetAxes::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetAzimuthAndElevation \ +static_assert(alignof(KismetMathLibrary_GetAzimuthAndElevation) == 0x000010, "Wrong alignment on KismetMathLibrary_GetAzimuthAndElevation"); \ +static_assert(sizeof(KismetMathLibrary_GetAzimuthAndElevation) == 0x000050, "Wrong size on KismetMathLibrary_GetAzimuthAndElevation"); \ +static_assert(offsetof(KismetMathLibrary_GetAzimuthAndElevation, InDirection) == 0x000000, "Member 'KismetMathLibrary_GetAzimuthAndElevation::InDirection' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetAzimuthAndElevation, ReferenceFrame) == 0x000010, "Member 'KismetMathLibrary_GetAzimuthAndElevation::ReferenceFrame' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetAzimuthAndElevation, Azimuth) == 0x000040, "Member 'KismetMathLibrary_GetAzimuthAndElevation::Azimuth' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetAzimuthAndElevation, Elevation) == 0x000044, "Member 'KismetMathLibrary_GetAzimuthAndElevation::Elevation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetDate \ +static_assert(alignof(KismetMathLibrary_GetDate) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDate"); \ +static_assert(sizeof(KismetMathLibrary_GetDate) == 0x000010, "Wrong size on KismetMathLibrary_GetDate"); \ +static_assert(offsetof(KismetMathLibrary_GetDate, A) == 0x000000, "Member 'KismetMathLibrary_GetDate::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetDate, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetDate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetDay \ +static_assert(alignof(KismetMathLibrary_GetDay) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDay"); \ +static_assert(sizeof(KismetMathLibrary_GetDay) == 0x000010, "Wrong size on KismetMathLibrary_GetDay"); \ +static_assert(offsetof(KismetMathLibrary_GetDay, A) == 0x000000, "Member 'KismetMathLibrary_GetDay::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetDay, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetDay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetDayOfYear \ +static_assert(alignof(KismetMathLibrary_GetDayOfYear) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDayOfYear"); \ +static_assert(sizeof(KismetMathLibrary_GetDayOfYear) == 0x000010, "Wrong size on KismetMathLibrary_GetDayOfYear"); \ +static_assert(offsetof(KismetMathLibrary_GetDayOfYear, A) == 0x000000, "Member 'KismetMathLibrary_GetDayOfYear::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetDayOfYear, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetDayOfYear::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetDays \ +static_assert(alignof(KismetMathLibrary_GetDays) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDays"); \ +static_assert(sizeof(KismetMathLibrary_GetDays) == 0x000010, "Wrong size on KismetMathLibrary_GetDays"); \ +static_assert(offsetof(KismetMathLibrary_GetDays, A) == 0x000000, "Member 'KismetMathLibrary_GetDays::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetDays, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetDays::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetDirectionUnitVector \ +static_assert(alignof(KismetMathLibrary_GetDirectionUnitVector) == 0x000004, "Wrong alignment on KismetMathLibrary_GetDirectionUnitVector"); \ +static_assert(sizeof(KismetMathLibrary_GetDirectionUnitVector) == 0x000024, "Wrong size on KismetMathLibrary_GetDirectionUnitVector"); \ +static_assert(offsetof(KismetMathLibrary_GetDirectionUnitVector, From) == 0x000000, "Member 'KismetMathLibrary_GetDirectionUnitVector::From' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetDirectionUnitVector, To) == 0x00000C, "Member 'KismetMathLibrary_GetDirectionUnitVector::To' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetDirectionUnitVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_GetDirectionUnitVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetDuration \ +static_assert(alignof(KismetMathLibrary_GetDuration) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDuration"); \ +static_assert(sizeof(KismetMathLibrary_GetDuration) == 0x000010, "Wrong size on KismetMathLibrary_GetDuration"); \ +static_assert(offsetof(KismetMathLibrary_GetDuration, A) == 0x000000, "Member 'KismetMathLibrary_GetDuration::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetDuration, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetForwardVector \ +static_assert(alignof(KismetMathLibrary_GetForwardVector) == 0x000004, "Wrong alignment on KismetMathLibrary_GetForwardVector"); \ +static_assert(sizeof(KismetMathLibrary_GetForwardVector) == 0x000018, "Wrong size on KismetMathLibrary_GetForwardVector"); \ +static_assert(offsetof(KismetMathLibrary_GetForwardVector, InRot) == 0x000000, "Member 'KismetMathLibrary_GetForwardVector::InRot' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetForwardVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_GetForwardVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetHour \ +static_assert(alignof(KismetMathLibrary_GetHour) == 0x000008, "Wrong alignment on KismetMathLibrary_GetHour"); \ +static_assert(sizeof(KismetMathLibrary_GetHour) == 0x000010, "Wrong size on KismetMathLibrary_GetHour"); \ +static_assert(offsetof(KismetMathLibrary_GetHour, A) == 0x000000, "Member 'KismetMathLibrary_GetHour::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetHour, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetHour::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetHour12 \ +static_assert(alignof(KismetMathLibrary_GetHour12) == 0x000008, "Wrong alignment on KismetMathLibrary_GetHour12"); \ +static_assert(sizeof(KismetMathLibrary_GetHour12) == 0x000010, "Wrong size on KismetMathLibrary_GetHour12"); \ +static_assert(offsetof(KismetMathLibrary_GetHour12, A) == 0x000000, "Member 'KismetMathLibrary_GetHour12::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetHour12, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetHour12::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetHours \ +static_assert(alignof(KismetMathLibrary_GetHours) == 0x000008, "Wrong alignment on KismetMathLibrary_GetHours"); \ +static_assert(sizeof(KismetMathLibrary_GetHours) == 0x000010, "Wrong size on KismetMathLibrary_GetHours"); \ +static_assert(offsetof(KismetMathLibrary_GetHours, A) == 0x000000, "Member 'KismetMathLibrary_GetHours::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetHours, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetHours::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMax2D \ +static_assert(alignof(KismetMathLibrary_GetMax2D) == 0x000004, "Wrong alignment on KismetMathLibrary_GetMax2D"); \ +static_assert(sizeof(KismetMathLibrary_GetMax2D) == 0x00000C, "Wrong size on KismetMathLibrary_GetMax2D"); \ +static_assert(offsetof(KismetMathLibrary_GetMax2D, A) == 0x000000, "Member 'KismetMathLibrary_GetMax2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMax2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMax2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMaxElement \ +static_assert(alignof(KismetMathLibrary_GetMaxElement) == 0x000004, "Wrong alignment on KismetMathLibrary_GetMaxElement"); \ +static_assert(sizeof(KismetMathLibrary_GetMaxElement) == 0x000010, "Wrong size on KismetMathLibrary_GetMaxElement"); \ +static_assert(offsetof(KismetMathLibrary_GetMaxElement, A) == 0x000000, "Member 'KismetMathLibrary_GetMaxElement::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMaxElement, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_GetMaxElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMillisecond \ +static_assert(alignof(KismetMathLibrary_GetMillisecond) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMillisecond"); \ +static_assert(sizeof(KismetMathLibrary_GetMillisecond) == 0x000010, "Wrong size on KismetMathLibrary_GetMillisecond"); \ +static_assert(offsetof(KismetMathLibrary_GetMillisecond, A) == 0x000000, "Member 'KismetMathLibrary_GetMillisecond::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMillisecond, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMillisecond::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMilliseconds \ +static_assert(alignof(KismetMathLibrary_GetMilliseconds) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMilliseconds"); \ +static_assert(sizeof(KismetMathLibrary_GetMilliseconds) == 0x000010, "Wrong size on KismetMathLibrary_GetMilliseconds"); \ +static_assert(offsetof(KismetMathLibrary_GetMilliseconds, A) == 0x000000, "Member 'KismetMathLibrary_GetMilliseconds::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMilliseconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMilliseconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMin2D \ +static_assert(alignof(KismetMathLibrary_GetMin2D) == 0x000004, "Wrong alignment on KismetMathLibrary_GetMin2D"); \ +static_assert(sizeof(KismetMathLibrary_GetMin2D) == 0x00000C, "Wrong size on KismetMathLibrary_GetMin2D"); \ +static_assert(offsetof(KismetMathLibrary_GetMin2D, A) == 0x000000, "Member 'KismetMathLibrary_GetMin2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMin2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMin2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMinElement \ +static_assert(alignof(KismetMathLibrary_GetMinElement) == 0x000004, "Wrong alignment on KismetMathLibrary_GetMinElement"); \ +static_assert(sizeof(KismetMathLibrary_GetMinElement) == 0x000010, "Wrong size on KismetMathLibrary_GetMinElement"); \ +static_assert(offsetof(KismetMathLibrary_GetMinElement, A) == 0x000000, "Member 'KismetMathLibrary_GetMinElement::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMinElement, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_GetMinElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMinute \ +static_assert(alignof(KismetMathLibrary_GetMinute) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMinute"); \ +static_assert(sizeof(KismetMathLibrary_GetMinute) == 0x000010, "Wrong size on KismetMathLibrary_GetMinute"); \ +static_assert(offsetof(KismetMathLibrary_GetMinute, A) == 0x000000, "Member 'KismetMathLibrary_GetMinute::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMinute, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMinute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMinutes \ +static_assert(alignof(KismetMathLibrary_GetMinutes) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMinutes"); \ +static_assert(sizeof(KismetMathLibrary_GetMinutes) == 0x000010, "Wrong size on KismetMathLibrary_GetMinutes"); \ +static_assert(offsetof(KismetMathLibrary_GetMinutes, A) == 0x000000, "Member 'KismetMathLibrary_GetMinutes::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMinutes, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMinutes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMonth \ +static_assert(alignof(KismetMathLibrary_GetMonth) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMonth"); \ +static_assert(sizeof(KismetMathLibrary_GetMonth) == 0x000010, "Wrong size on KismetMathLibrary_GetMonth"); \ +static_assert(offsetof(KismetMathLibrary_GetMonth, A) == 0x000000, "Member 'KismetMathLibrary_GetMonth::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMonth, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMonth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetPI \ +static_assert(alignof(KismetMathLibrary_GetPI) == 0x000004, "Wrong alignment on KismetMathLibrary_GetPI"); \ +static_assert(sizeof(KismetMathLibrary_GetPI) == 0x000004, "Wrong size on KismetMathLibrary_GetPI"); \ +static_assert(offsetof(KismetMathLibrary_GetPI, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_GetPI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetPointDistanceToLine \ +static_assert(alignof(KismetMathLibrary_GetPointDistanceToLine) == 0x000004, "Wrong alignment on KismetMathLibrary_GetPointDistanceToLine"); \ +static_assert(sizeof(KismetMathLibrary_GetPointDistanceToLine) == 0x000028, "Wrong size on KismetMathLibrary_GetPointDistanceToLine"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToLine, Point) == 0x000000, "Member 'KismetMathLibrary_GetPointDistanceToLine::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToLine, LineOrigin) == 0x00000C, "Member 'KismetMathLibrary_GetPointDistanceToLine::LineOrigin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToLine, LineDirection) == 0x000018, "Member 'KismetMathLibrary_GetPointDistanceToLine::LineDirection' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToLine, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_GetPointDistanceToLine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetPointDistanceToSegment \ +static_assert(alignof(KismetMathLibrary_GetPointDistanceToSegment) == 0x000004, "Wrong alignment on KismetMathLibrary_GetPointDistanceToSegment"); \ +static_assert(sizeof(KismetMathLibrary_GetPointDistanceToSegment) == 0x000028, "Wrong size on KismetMathLibrary_GetPointDistanceToSegment"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToSegment, Point) == 0x000000, "Member 'KismetMathLibrary_GetPointDistanceToSegment::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToSegment, SegmentStart) == 0x00000C, "Member 'KismetMathLibrary_GetPointDistanceToSegment::SegmentStart' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToSegment, SegmentEnd) == 0x000018, "Member 'KismetMathLibrary_GetPointDistanceToSegment::SegmentEnd' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToSegment, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_GetPointDistanceToSegment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetReflectionVector \ +static_assert(alignof(KismetMathLibrary_GetReflectionVector) == 0x000004, "Wrong alignment on KismetMathLibrary_GetReflectionVector"); \ +static_assert(sizeof(KismetMathLibrary_GetReflectionVector) == 0x000024, "Wrong size on KismetMathLibrary_GetReflectionVector"); \ +static_assert(offsetof(KismetMathLibrary_GetReflectionVector, Direction) == 0x000000, "Member 'KismetMathLibrary_GetReflectionVector::Direction' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetReflectionVector, SurfaceNormal) == 0x00000C, "Member 'KismetMathLibrary_GetReflectionVector::SurfaceNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetReflectionVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_GetReflectionVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetRightVector \ +static_assert(alignof(KismetMathLibrary_GetRightVector) == 0x000004, "Wrong alignment on KismetMathLibrary_GetRightVector"); \ +static_assert(sizeof(KismetMathLibrary_GetRightVector) == 0x000018, "Wrong size on KismetMathLibrary_GetRightVector"); \ +static_assert(offsetof(KismetMathLibrary_GetRightVector, InRot) == 0x000000, "Member 'KismetMathLibrary_GetRightVector::InRot' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetRightVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_GetRightVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetRotated2D \ +static_assert(alignof(KismetMathLibrary_GetRotated2D) == 0x000004, "Wrong alignment on KismetMathLibrary_GetRotated2D"); \ +static_assert(sizeof(KismetMathLibrary_GetRotated2D) == 0x000014, "Wrong size on KismetMathLibrary_GetRotated2D"); \ +static_assert(offsetof(KismetMathLibrary_GetRotated2D, A) == 0x000000, "Member 'KismetMathLibrary_GetRotated2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetRotated2D, AngleDeg) == 0x000008, "Member 'KismetMathLibrary_GetRotated2D::AngleDeg' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetRotated2D, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_GetRotated2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetSecond \ +static_assert(alignof(KismetMathLibrary_GetSecond) == 0x000008, "Wrong alignment on KismetMathLibrary_GetSecond"); \ +static_assert(sizeof(KismetMathLibrary_GetSecond) == 0x000010, "Wrong size on KismetMathLibrary_GetSecond"); \ +static_assert(offsetof(KismetMathLibrary_GetSecond, A) == 0x000000, "Member 'KismetMathLibrary_GetSecond::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetSecond, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetSecond::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetSeconds \ +static_assert(alignof(KismetMathLibrary_GetSeconds) == 0x000008, "Wrong alignment on KismetMathLibrary_GetSeconds"); \ +static_assert(sizeof(KismetMathLibrary_GetSeconds) == 0x000010, "Wrong size on KismetMathLibrary_GetSeconds"); \ +static_assert(offsetof(KismetMathLibrary_GetSeconds, A) == 0x000000, "Member 'KismetMathLibrary_GetSeconds::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetSeconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetSlopeDegreeAngles \ +static_assert(alignof(KismetMathLibrary_GetSlopeDegreeAngles) == 0x000004, "Wrong alignment on KismetMathLibrary_GetSlopeDegreeAngles"); \ +static_assert(sizeof(KismetMathLibrary_GetSlopeDegreeAngles) == 0x00002C, "Wrong size on KismetMathLibrary_GetSlopeDegreeAngles"); \ +static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, MyRightYAxis) == 0x000000, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::MyRightYAxis' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, FloorNormal) == 0x00000C, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::FloorNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, UpVector) == 0x000018, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::UpVector' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, OutSlopePitchDegreeAngle) == 0x000024, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::OutSlopePitchDegreeAngle' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, OutSlopeRollDegreeAngle) == 0x000028, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::OutSlopeRollDegreeAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetTAU \ +static_assert(alignof(KismetMathLibrary_GetTAU) == 0x000004, "Wrong alignment on KismetMathLibrary_GetTAU"); \ +static_assert(sizeof(KismetMathLibrary_GetTAU) == 0x000004, "Wrong size on KismetMathLibrary_GetTAU"); \ +static_assert(offsetof(KismetMathLibrary_GetTAU, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_GetTAU::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetTimeOfDay \ +static_assert(alignof(KismetMathLibrary_GetTimeOfDay) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTimeOfDay"); \ +static_assert(sizeof(KismetMathLibrary_GetTimeOfDay) == 0x000010, "Wrong size on KismetMathLibrary_GetTimeOfDay"); \ +static_assert(offsetof(KismetMathLibrary_GetTimeOfDay, A) == 0x000000, "Member 'KismetMathLibrary_GetTimeOfDay::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetTimeOfDay, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTimeOfDay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetTotalDays \ +static_assert(alignof(KismetMathLibrary_GetTotalDays) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTotalDays"); \ +static_assert(sizeof(KismetMathLibrary_GetTotalDays) == 0x000010, "Wrong size on KismetMathLibrary_GetTotalDays"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalDays, A) == 0x000000, "Member 'KismetMathLibrary_GetTotalDays::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalDays, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTotalDays::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetTotalHours \ +static_assert(alignof(KismetMathLibrary_GetTotalHours) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTotalHours"); \ +static_assert(sizeof(KismetMathLibrary_GetTotalHours) == 0x000010, "Wrong size on KismetMathLibrary_GetTotalHours"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalHours, A) == 0x000000, "Member 'KismetMathLibrary_GetTotalHours::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalHours, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTotalHours::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetTotalMilliseconds \ +static_assert(alignof(KismetMathLibrary_GetTotalMilliseconds) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTotalMilliseconds"); \ +static_assert(sizeof(KismetMathLibrary_GetTotalMilliseconds) == 0x000010, "Wrong size on KismetMathLibrary_GetTotalMilliseconds"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalMilliseconds, A) == 0x000000, "Member 'KismetMathLibrary_GetTotalMilliseconds::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalMilliseconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTotalMilliseconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetTotalMinutes \ +static_assert(alignof(KismetMathLibrary_GetTotalMinutes) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTotalMinutes"); \ +static_assert(sizeof(KismetMathLibrary_GetTotalMinutes) == 0x000010, "Wrong size on KismetMathLibrary_GetTotalMinutes"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalMinutes, A) == 0x000000, "Member 'KismetMathLibrary_GetTotalMinutes::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalMinutes, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTotalMinutes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetTotalSeconds \ +static_assert(alignof(KismetMathLibrary_GetTotalSeconds) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTotalSeconds"); \ +static_assert(sizeof(KismetMathLibrary_GetTotalSeconds) == 0x000010, "Wrong size on KismetMathLibrary_GetTotalSeconds"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalSeconds, A) == 0x000000, "Member 'KismetMathLibrary_GetTotalSeconds::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalSeconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTotalSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetUpVector \ +static_assert(alignof(KismetMathLibrary_GetUpVector) == 0x000004, "Wrong alignment on KismetMathLibrary_GetUpVector"); \ +static_assert(sizeof(KismetMathLibrary_GetUpVector) == 0x000018, "Wrong size on KismetMathLibrary_GetUpVector"); \ +static_assert(offsetof(KismetMathLibrary_GetUpVector, InRot) == 0x000000, "Member 'KismetMathLibrary_GetUpVector::InRot' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetUpVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_GetUpVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetVectorArrayAverage \ +static_assert(alignof(KismetMathLibrary_GetVectorArrayAverage) == 0x000008, "Wrong alignment on KismetMathLibrary_GetVectorArrayAverage"); \ +static_assert(sizeof(KismetMathLibrary_GetVectorArrayAverage) == 0x000020, "Wrong size on KismetMathLibrary_GetVectorArrayAverage"); \ +static_assert(offsetof(KismetMathLibrary_GetVectorArrayAverage, Vectors) == 0x000000, "Member 'KismetMathLibrary_GetVectorArrayAverage::Vectors' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetVectorArrayAverage, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_GetVectorArrayAverage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetYawPitchFromVector \ +static_assert(alignof(KismetMathLibrary_GetYawPitchFromVector) == 0x000004, "Wrong alignment on KismetMathLibrary_GetYawPitchFromVector"); \ +static_assert(sizeof(KismetMathLibrary_GetYawPitchFromVector) == 0x000014, "Wrong size on KismetMathLibrary_GetYawPitchFromVector"); \ +static_assert(offsetof(KismetMathLibrary_GetYawPitchFromVector, InVec) == 0x000000, "Member 'KismetMathLibrary_GetYawPitchFromVector::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetYawPitchFromVector, Yaw) == 0x00000C, "Member 'KismetMathLibrary_GetYawPitchFromVector::Yaw' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetYawPitchFromVector, Pitch) == 0x000010, "Member 'KismetMathLibrary_GetYawPitchFromVector::Pitch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetYear \ +static_assert(alignof(KismetMathLibrary_GetYear) == 0x000008, "Wrong alignment on KismetMathLibrary_GetYear"); \ +static_assert(sizeof(KismetMathLibrary_GetYear) == 0x000010, "Wrong size on KismetMathLibrary_GetYear"); \ +static_assert(offsetof(KismetMathLibrary_GetYear, A) == 0x000000, "Member 'KismetMathLibrary_GetYear::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetYear, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetYear::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Greater_ByteByte \ +static_assert(alignof(KismetMathLibrary_Greater_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Greater_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_Greater_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Greater_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_Greater_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Greater_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Greater_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Greater_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Greater_DateTimeDateTime \ +static_assert(alignof(KismetMathLibrary_Greater_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_Greater_DateTimeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_Greater_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_Greater_DateTimeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_Greater_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_Greater_DateTimeDateTime::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_Greater_DateTimeDateTime::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Greater_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Greater_FloatFloat \ +static_assert(alignof(KismetMathLibrary_Greater_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Greater_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_Greater_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Greater_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_Greater_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Greater_FloatFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_Greater_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Greater_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Greater_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_Greater_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Greater_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_Greater_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Greater_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_Greater_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Greater_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Greater_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Greater_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Greater_IntInt \ +static_assert(alignof(KismetMathLibrary_Greater_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Greater_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Greater_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Greater_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Greater_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Greater_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Greater_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Greater_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Greater_TimespanTimespan \ +static_assert(alignof(KismetMathLibrary_Greater_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Greater_TimespanTimespan"); \ +static_assert(sizeof(KismetMathLibrary_Greater_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Greater_TimespanTimespan"); \ +static_assert(offsetof(KismetMathLibrary_Greater_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Greater_TimespanTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_Greater_TimespanTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Greater_TimespanTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_ByteByte \ +static_assert(alignof(KismetMathLibrary_GreaterEqual_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_GreaterEqual_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_GreaterEqual_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_GreaterEqual_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_GreaterEqual_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_GreaterEqual_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_DateTimeDateTime \ +static_assert(alignof(KismetMathLibrary_GreaterEqual_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_GreaterEqual_DateTimeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_GreaterEqual_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_GreaterEqual_DateTimeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_DateTimeDateTime::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_GreaterEqual_DateTimeDateTime::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_GreaterEqual_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_FloatFloat \ +static_assert(alignof(KismetMathLibrary_GreaterEqual_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_GreaterEqual_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_GreaterEqual_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_GreaterEqual_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_FloatFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_GreaterEqual_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GreaterEqual_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_GreaterEqual_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_GreaterEqual_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_GreaterEqual_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_GreaterEqual_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_GreaterEqual_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_GreaterEqual_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_IntInt \ +static_assert(alignof(KismetMathLibrary_GreaterEqual_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_GreaterEqual_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_GreaterEqual_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_GreaterEqual_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_GreaterEqual_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GreaterEqual_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_TimespanTimespan \ +static_assert(alignof(KismetMathLibrary_GreaterEqual_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_GreaterEqual_TimespanTimespan"); \ +static_assert(sizeof(KismetMathLibrary_GreaterEqual_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_GreaterEqual_TimespanTimespan"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_TimespanTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_GreaterEqual_TimespanTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_GreaterEqual_TimespanTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GreaterGreater_VectorRotator \ +static_assert(alignof(KismetMathLibrary_GreaterGreater_VectorRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_GreaterGreater_VectorRotator"); \ +static_assert(sizeof(KismetMathLibrary_GreaterGreater_VectorRotator) == 0x000024, "Wrong size on KismetMathLibrary_GreaterGreater_VectorRotator"); \ +static_assert(offsetof(KismetMathLibrary_GreaterGreater_VectorRotator, A) == 0x000000, "Member 'KismetMathLibrary_GreaterGreater_VectorRotator::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterGreater_VectorRotator, B) == 0x00000C, "Member 'KismetMathLibrary_GreaterGreater_VectorRotator::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterGreater_VectorRotator, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_GreaterGreater_VectorRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GridSnap_Float \ +static_assert(alignof(KismetMathLibrary_GridSnap_Float) == 0x000004, "Wrong alignment on KismetMathLibrary_GridSnap_Float"); \ +static_assert(sizeof(KismetMathLibrary_GridSnap_Float) == 0x00000C, "Wrong size on KismetMathLibrary_GridSnap_Float"); \ +static_assert(offsetof(KismetMathLibrary_GridSnap_Float, Location) == 0x000000, "Member 'KismetMathLibrary_GridSnap_Float::Location' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GridSnap_Float, GridSize) == 0x000004, "Member 'KismetMathLibrary_GridSnap_Float::GridSize' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GridSnap_Float, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GridSnap_Float::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_HSVToRGB \ +static_assert(alignof(KismetMathLibrary_HSVToRGB) == 0x000004, "Wrong alignment on KismetMathLibrary_HSVToRGB"); \ +static_assert(sizeof(KismetMathLibrary_HSVToRGB) == 0x000020, "Wrong size on KismetMathLibrary_HSVToRGB"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGB, H) == 0x000000, "Member 'KismetMathLibrary_HSVToRGB::H' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGB, S) == 0x000004, "Member 'KismetMathLibrary_HSVToRGB::S' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGB, V) == 0x000008, "Member 'KismetMathLibrary_HSVToRGB::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGB, A) == 0x00000C, "Member 'KismetMathLibrary_HSVToRGB::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGB, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_HSVToRGB::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_HSVToRGB_Vector \ +static_assert(alignof(KismetMathLibrary_HSVToRGB_Vector) == 0x000004, "Wrong alignment on KismetMathLibrary_HSVToRGB_Vector"); \ +static_assert(sizeof(KismetMathLibrary_HSVToRGB_Vector) == 0x000020, "Wrong size on KismetMathLibrary_HSVToRGB_Vector"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGB_Vector, HSV) == 0x000000, "Member 'KismetMathLibrary_HSVToRGB_Vector::HSV' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGB_Vector, RGB) == 0x000010, "Member 'KismetMathLibrary_HSVToRGB_Vector::RGB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_HSVToRGBLinear \ +static_assert(alignof(KismetMathLibrary_HSVToRGBLinear) == 0x000004, "Wrong alignment on KismetMathLibrary_HSVToRGBLinear"); \ +static_assert(sizeof(KismetMathLibrary_HSVToRGBLinear) == 0x000020, "Wrong size on KismetMathLibrary_HSVToRGBLinear"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGBLinear, HSV) == 0x000000, "Member 'KismetMathLibrary_HSVToRGBLinear::HSV' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGBLinear, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_HSVToRGBLinear::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Hypotenuse \ +static_assert(alignof(KismetMathLibrary_Hypotenuse) == 0x000004, "Wrong alignment on KismetMathLibrary_Hypotenuse"); \ +static_assert(sizeof(KismetMathLibrary_Hypotenuse) == 0x00000C, "Wrong size on KismetMathLibrary_Hypotenuse"); \ +static_assert(offsetof(KismetMathLibrary_Hypotenuse, Width) == 0x000000, "Member 'KismetMathLibrary_Hypotenuse::Width' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Hypotenuse, Height) == 0x000004, "Member 'KismetMathLibrary_Hypotenuse::Height' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Hypotenuse, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Hypotenuse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_InRange_FloatFloat \ +static_assert(alignof(KismetMathLibrary_InRange_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_InRange_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_InRange_FloatFloat) == 0x000010, "Wrong size on KismetMathLibrary_InRange_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, Value) == 0x000000, "Member 'KismetMathLibrary_InRange_FloatFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, Min_0) == 0x000004, "Member 'KismetMathLibrary_InRange_FloatFloat::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, Max_0) == 0x000008, "Member 'KismetMathLibrary_InRange_FloatFloat::Max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, InclusiveMin) == 0x00000C, "Member 'KismetMathLibrary_InRange_FloatFloat::InclusiveMin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, InclusiveMax) == 0x00000D, "Member 'KismetMathLibrary_InRange_FloatFloat::InclusiveMax' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, ReturnValue) == 0x00000E, "Member 'KismetMathLibrary_InRange_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_InRange_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_InRange_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_InRange_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_InRange_Int64Int64) == 0x000020, "Wrong size on KismetMathLibrary_InRange_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, Value) == 0x000000, "Member 'KismetMathLibrary_InRange_Int64Int64::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, Min_0) == 0x000008, "Member 'KismetMathLibrary_InRange_Int64Int64::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, Max_0) == 0x000010, "Member 'KismetMathLibrary_InRange_Int64Int64::Max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, InclusiveMin) == 0x000018, "Member 'KismetMathLibrary_InRange_Int64Int64::InclusiveMin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, InclusiveMax) == 0x000019, "Member 'KismetMathLibrary_InRange_Int64Int64::InclusiveMax' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, ReturnValue) == 0x00001A, "Member 'KismetMathLibrary_InRange_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_InRange_IntInt \ +static_assert(alignof(KismetMathLibrary_InRange_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_InRange_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_InRange_IntInt) == 0x000010, "Wrong size on KismetMathLibrary_InRange_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_InRange_IntInt, Value) == 0x000000, "Member 'KismetMathLibrary_InRange_IntInt::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_IntInt, Min_0) == 0x000004, "Member 'KismetMathLibrary_InRange_IntInt::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_IntInt, Max_0) == 0x000008, "Member 'KismetMathLibrary_InRange_IntInt::Max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_IntInt, InclusiveMin) == 0x00000C, "Member 'KismetMathLibrary_InRange_IntInt::InclusiveMin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_IntInt, InclusiveMax) == 0x00000D, "Member 'KismetMathLibrary_InRange_IntInt::InclusiveMax' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_IntInt, ReturnValue) == 0x00000E, "Member 'KismetMathLibrary_InRange_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Down \ +static_assert(alignof(KismetMathLibrary_IntPoint_Down) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_Down"); \ +static_assert(sizeof(KismetMathLibrary_IntPoint_Down) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_Down"); \ +static_assert(offsetof(KismetMathLibrary_IntPoint_Down, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_Down::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Left \ +static_assert(alignof(KismetMathLibrary_IntPoint_Left) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_Left"); \ +static_assert(sizeof(KismetMathLibrary_IntPoint_Left) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_Left"); \ +static_assert(offsetof(KismetMathLibrary_IntPoint_Left, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_Left::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_One \ +static_assert(alignof(KismetMathLibrary_IntPoint_One) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_One"); \ +static_assert(sizeof(KismetMathLibrary_IntPoint_One) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_One"); \ +static_assert(offsetof(KismetMathLibrary_IntPoint_One, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_One::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Right \ +static_assert(alignof(KismetMathLibrary_IntPoint_Right) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_Right"); \ +static_assert(sizeof(KismetMathLibrary_IntPoint_Right) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_Right"); \ +static_assert(offsetof(KismetMathLibrary_IntPoint_Right, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_Right::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Up \ +static_assert(alignof(KismetMathLibrary_IntPoint_Up) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_Up"); \ +static_assert(sizeof(KismetMathLibrary_IntPoint_Up) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_Up"); \ +static_assert(offsetof(KismetMathLibrary_IntPoint_Up, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_Up::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Zero \ +static_assert(alignof(KismetMathLibrary_IntPoint_Zero) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_Zero"); \ +static_assert(sizeof(KismetMathLibrary_IntPoint_Zero) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_Zero"); \ +static_assert(offsetof(KismetMathLibrary_IntPoint_Zero, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_Zero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_InverseTransformDirection \ +static_assert(alignof(KismetMathLibrary_InverseTransformDirection) == 0x000010, "Wrong alignment on KismetMathLibrary_InverseTransformDirection"); \ +static_assert(sizeof(KismetMathLibrary_InverseTransformDirection) == 0x000050, "Wrong size on KismetMathLibrary_InverseTransformDirection"); \ +static_assert(offsetof(KismetMathLibrary_InverseTransformDirection, T) == 0x000000, "Member 'KismetMathLibrary_InverseTransformDirection::T' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InverseTransformDirection, Direction) == 0x000030, "Member 'KismetMathLibrary_InverseTransformDirection::Direction' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InverseTransformDirection, ReturnValue) == 0x00003C, "Member 'KismetMathLibrary_InverseTransformDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_InverseTransformLocation \ +static_assert(alignof(KismetMathLibrary_InverseTransformLocation) == 0x000010, "Wrong alignment on KismetMathLibrary_InverseTransformLocation"); \ +static_assert(sizeof(KismetMathLibrary_InverseTransformLocation) == 0x000050, "Wrong size on KismetMathLibrary_InverseTransformLocation"); \ +static_assert(offsetof(KismetMathLibrary_InverseTransformLocation, T) == 0x000000, "Member 'KismetMathLibrary_InverseTransformLocation::T' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InverseTransformLocation, Location) == 0x000030, "Member 'KismetMathLibrary_InverseTransformLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InverseTransformLocation, ReturnValue) == 0x00003C, "Member 'KismetMathLibrary_InverseTransformLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_InverseTransformRotation \ +static_assert(alignof(KismetMathLibrary_InverseTransformRotation) == 0x000010, "Wrong alignment on KismetMathLibrary_InverseTransformRotation"); \ +static_assert(sizeof(KismetMathLibrary_InverseTransformRotation) == 0x000050, "Wrong size on KismetMathLibrary_InverseTransformRotation"); \ +static_assert(offsetof(KismetMathLibrary_InverseTransformRotation, T) == 0x000000, "Member 'KismetMathLibrary_InverseTransformRotation::T' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InverseTransformRotation, Rotation) == 0x000030, "Member 'KismetMathLibrary_InverseTransformRotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InverseTransformRotation, ReturnValue) == 0x00003C, "Member 'KismetMathLibrary_InverseTransformRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_InvertTransform \ +static_assert(alignof(KismetMathLibrary_InvertTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_InvertTransform"); \ +static_assert(sizeof(KismetMathLibrary_InvertTransform) == 0x000060, "Wrong size on KismetMathLibrary_InvertTransform"); \ +static_assert(offsetof(KismetMathLibrary_InvertTransform, T) == 0x000000, "Member 'KismetMathLibrary_InvertTransform::T' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InvertTransform, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_InvertTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IsAfternoon \ +static_assert(alignof(KismetMathLibrary_IsAfternoon) == 0x000008, "Wrong alignment on KismetMathLibrary_IsAfternoon"); \ +static_assert(sizeof(KismetMathLibrary_IsAfternoon) == 0x000010, "Wrong size on KismetMathLibrary_IsAfternoon"); \ +static_assert(offsetof(KismetMathLibrary_IsAfternoon, A) == 0x000000, "Member 'KismetMathLibrary_IsAfternoon::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsAfternoon, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_IsAfternoon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IsLeapYear \ +static_assert(alignof(KismetMathLibrary_IsLeapYear) == 0x000004, "Wrong alignment on KismetMathLibrary_IsLeapYear"); \ +static_assert(sizeof(KismetMathLibrary_IsLeapYear) == 0x000008, "Wrong size on KismetMathLibrary_IsLeapYear"); \ +static_assert(offsetof(KismetMathLibrary_IsLeapYear, Year) == 0x000000, "Member 'KismetMathLibrary_IsLeapYear::Year' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsLeapYear, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_IsLeapYear::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IsMorning \ +static_assert(alignof(KismetMathLibrary_IsMorning) == 0x000008, "Wrong alignment on KismetMathLibrary_IsMorning"); \ +static_assert(sizeof(KismetMathLibrary_IsMorning) == 0x000010, "Wrong size on KismetMathLibrary_IsMorning"); \ +static_assert(offsetof(KismetMathLibrary_IsMorning, A) == 0x000000, "Member 'KismetMathLibrary_IsMorning::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsMorning, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_IsMorning::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IsNearlyZero2D \ +static_assert(alignof(KismetMathLibrary_IsNearlyZero2D) == 0x000004, "Wrong alignment on KismetMathLibrary_IsNearlyZero2D"); \ +static_assert(sizeof(KismetMathLibrary_IsNearlyZero2D) == 0x000010, "Wrong size on KismetMathLibrary_IsNearlyZero2D"); \ +static_assert(offsetof(KismetMathLibrary_IsNearlyZero2D, A) == 0x000000, "Member 'KismetMathLibrary_IsNearlyZero2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsNearlyZero2D, Tolerance) == 0x000008, "Member 'KismetMathLibrary_IsNearlyZero2D::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsNearlyZero2D, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_IsNearlyZero2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IsPointInBox \ +static_assert(alignof(KismetMathLibrary_IsPointInBox) == 0x000004, "Wrong alignment on KismetMathLibrary_IsPointInBox"); \ +static_assert(sizeof(KismetMathLibrary_IsPointInBox) == 0x000028, "Wrong size on KismetMathLibrary_IsPointInBox"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBox, Point) == 0x000000, "Member 'KismetMathLibrary_IsPointInBox::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBox, BoxOrigin) == 0x00000C, "Member 'KismetMathLibrary_IsPointInBox::BoxOrigin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBox, BoxExtent) == 0x000018, "Member 'KismetMathLibrary_IsPointInBox::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBox, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_IsPointInBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IsPointInBoxWithTransform \ +static_assert(alignof(KismetMathLibrary_IsPointInBoxWithTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_IsPointInBoxWithTransform"); \ +static_assert(sizeof(KismetMathLibrary_IsPointInBoxWithTransform) == 0x000050, "Wrong size on KismetMathLibrary_IsPointInBoxWithTransform"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform, Point) == 0x000000, "Member 'KismetMathLibrary_IsPointInBoxWithTransform::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform, BoxWorldTransform) == 0x000010, "Member 'KismetMathLibrary_IsPointInBoxWithTransform::BoxWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform, BoxExtent) == 0x000040, "Member 'KismetMathLibrary_IsPointInBoxWithTransform::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform, ReturnValue) == 0x00004C, "Member 'KismetMathLibrary_IsPointInBoxWithTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IsZero2D \ +static_assert(alignof(KismetMathLibrary_IsZero2D) == 0x000004, "Wrong alignment on KismetMathLibrary_IsZero2D"); \ +static_assert(sizeof(KismetMathLibrary_IsZero2D) == 0x00000C, "Wrong size on KismetMathLibrary_IsZero2D"); \ +static_assert(offsetof(KismetMathLibrary_IsZero2D, A) == 0x000000, "Member 'KismetMathLibrary_IsZero2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsZero2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_IsZero2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Lerp \ +static_assert(alignof(KismetMathLibrary_Lerp) == 0x000004, "Wrong alignment on KismetMathLibrary_Lerp"); \ +static_assert(sizeof(KismetMathLibrary_Lerp) == 0x000010, "Wrong size on KismetMathLibrary_Lerp"); \ +static_assert(offsetof(KismetMathLibrary_Lerp, A) == 0x000000, "Member 'KismetMathLibrary_Lerp::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Lerp, B) == 0x000004, "Member 'KismetMathLibrary_Lerp::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Lerp, Alpha) == 0x000008, "Member 'KismetMathLibrary_Lerp::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Lerp, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Lerp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Less_ByteByte \ +static_assert(alignof(KismetMathLibrary_Less_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Less_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_Less_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Less_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_Less_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Less_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Less_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Less_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Less_DateTimeDateTime \ +static_assert(alignof(KismetMathLibrary_Less_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_Less_DateTimeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_Less_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_Less_DateTimeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_Less_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_Less_DateTimeDateTime::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_Less_DateTimeDateTime::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Less_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Less_FloatFloat \ +static_assert(alignof(KismetMathLibrary_Less_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Less_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_Less_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Less_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_Less_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Less_FloatFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_Less_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Less_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Less_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_Less_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Less_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_Less_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Less_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_Less_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Less_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Less_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Less_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Less_IntInt \ +static_assert(alignof(KismetMathLibrary_Less_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Less_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Less_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Less_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Less_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Less_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Less_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Less_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Less_TimespanTimespan \ +static_assert(alignof(KismetMathLibrary_Less_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Less_TimespanTimespan"); \ +static_assert(sizeof(KismetMathLibrary_Less_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Less_TimespanTimespan"); \ +static_assert(offsetof(KismetMathLibrary_Less_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Less_TimespanTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_Less_TimespanTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Less_TimespanTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_ByteByte \ +static_assert(alignof(KismetMathLibrary_LessEqual_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_LessEqual_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_LessEqual_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_LessEqual_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_LessEqual_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_LessEqual_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_DateTimeDateTime \ +static_assert(alignof(KismetMathLibrary_LessEqual_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_LessEqual_DateTimeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_LessEqual_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_LessEqual_DateTimeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_DateTimeDateTime::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_LessEqual_DateTimeDateTime::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LessEqual_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_FloatFloat \ +static_assert(alignof(KismetMathLibrary_LessEqual_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_LessEqual_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_LessEqual_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_LessEqual_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_FloatFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_LessEqual_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_LessEqual_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_LessEqual_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_LessEqual_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_LessEqual_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_LessEqual_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_LessEqual_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LessEqual_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_IntInt \ +static_assert(alignof(KismetMathLibrary_LessEqual_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_LessEqual_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_LessEqual_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_LessEqual_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_LessEqual_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_LessEqual_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_TimespanTimespan \ +static_assert(alignof(KismetMathLibrary_LessEqual_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_LessEqual_TimespanTimespan"); \ +static_assert(sizeof(KismetMathLibrary_LessEqual_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_LessEqual_TimespanTimespan"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_TimespanTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_LessEqual_TimespanTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LessEqual_TimespanTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LessLess_VectorRotator \ +static_assert(alignof(KismetMathLibrary_LessLess_VectorRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_LessLess_VectorRotator"); \ +static_assert(sizeof(KismetMathLibrary_LessLess_VectorRotator) == 0x000024, "Wrong size on KismetMathLibrary_LessLess_VectorRotator"); \ +static_assert(offsetof(KismetMathLibrary_LessLess_VectorRotator, A) == 0x000000, "Member 'KismetMathLibrary_LessLess_VectorRotator::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessLess_VectorRotator, B) == 0x00000C, "Member 'KismetMathLibrary_LessLess_VectorRotator::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessLess_VectorRotator, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_LessLess_VectorRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Black \ +static_assert(alignof(KismetMathLibrary_LinearColor_Black) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Black"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Black) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Black"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Black, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Black::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Blue \ +static_assert(alignof(KismetMathLibrary_LinearColor_Blue) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Blue"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Blue) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Blue"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Blue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Blue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Desaturated \ +static_assert(alignof(KismetMathLibrary_LinearColor_Desaturated) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Desaturated"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Desaturated) == 0x000024, "Wrong size on KismetMathLibrary_LinearColor_Desaturated"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Desaturated, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Desaturated::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Desaturated, InDesaturation) == 0x000010, "Member 'KismetMathLibrary_LinearColor_Desaturated::InDesaturation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Desaturated, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_LinearColor_Desaturated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Distance \ +static_assert(alignof(KismetMathLibrary_LinearColor_Distance) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Distance"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Distance) == 0x000024, "Wrong size on KismetMathLibrary_LinearColor_Distance"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Distance, C1) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Distance::C1' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Distance, C2) == 0x000010, "Member 'KismetMathLibrary_LinearColor_Distance::C2' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Distance, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_LinearColor_Distance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_GetLuminance \ +static_assert(alignof(KismetMathLibrary_LinearColor_GetLuminance) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_GetLuminance"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_GetLuminance) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_GetLuminance"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_GetLuminance, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_GetLuminance::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_GetLuminance, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_GetLuminance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_GetMax \ +static_assert(alignof(KismetMathLibrary_LinearColor_GetMax) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_GetMax"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_GetMax) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_GetMax"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_GetMax, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_GetMax::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_GetMax, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_GetMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_GetMin \ +static_assert(alignof(KismetMathLibrary_LinearColor_GetMin) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_GetMin"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_GetMin) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_GetMin"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_GetMin, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_GetMin::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_GetMin, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_GetMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Gray \ +static_assert(alignof(KismetMathLibrary_LinearColor_Gray) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Gray"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Gray) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Gray"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Gray, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Gray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Green \ +static_assert(alignof(KismetMathLibrary_LinearColor_Green) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Green"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Green) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Green"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Green, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Green::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_IsNearEqual \ +static_assert(alignof(KismetMathLibrary_LinearColor_IsNearEqual) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_IsNearEqual"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_IsNearEqual) == 0x000028, "Wrong size on KismetMathLibrary_LinearColor_IsNearEqual"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_IsNearEqual, A) == 0x000000, "Member 'KismetMathLibrary_LinearColor_IsNearEqual::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_IsNearEqual, B) == 0x000010, "Member 'KismetMathLibrary_LinearColor_IsNearEqual::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_IsNearEqual, Tolerance) == 0x000020, "Member 'KismetMathLibrary_LinearColor_IsNearEqual::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_IsNearEqual, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_LinearColor_IsNearEqual::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Quantize \ +static_assert(alignof(KismetMathLibrary_LinearColor_Quantize) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Quantize"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Quantize) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_Quantize"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Quantize, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Quantize::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Quantize, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_Quantize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_QuantizeRound \ +static_assert(alignof(KismetMathLibrary_LinearColor_QuantizeRound) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_QuantizeRound"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_QuantizeRound) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_QuantizeRound"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_QuantizeRound, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_QuantizeRound::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_QuantizeRound, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_QuantizeRound::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Red \ +static_assert(alignof(KismetMathLibrary_LinearColor_Red) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Red"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Red) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Red"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Red, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Red::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Set \ +static_assert(alignof(KismetMathLibrary_LinearColor_Set) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Set"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Set) == 0x000020, "Wrong size on KismetMathLibrary_LinearColor_Set"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Set, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Set::InOutColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Set, InColor) == 0x000010, "Member 'KismetMathLibrary_LinearColor_Set::InColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetFromHSV \ +static_assert(alignof(KismetMathLibrary_LinearColor_SetFromHSV) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetFromHSV"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_SetFromHSV) == 0x000020, "Wrong size on KismetMathLibrary_LinearColor_SetFromHSV"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromHSV, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetFromHSV::InOutColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromHSV, H) == 0x000010, "Member 'KismetMathLibrary_LinearColor_SetFromHSV::H' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromHSV, S) == 0x000014, "Member 'KismetMathLibrary_LinearColor_SetFromHSV::S' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromHSV, V) == 0x000018, "Member 'KismetMathLibrary_LinearColor_SetFromHSV::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromHSV, A) == 0x00001C, "Member 'KismetMathLibrary_LinearColor_SetFromHSV::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetFromPow22 \ +static_assert(alignof(KismetMathLibrary_LinearColor_SetFromPow22) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetFromPow22"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_SetFromPow22) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_SetFromPow22"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromPow22, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetFromPow22::InOutColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromPow22, InColor) == 0x000010, "Member 'KismetMathLibrary_LinearColor_SetFromPow22::InColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetFromSRGB \ +static_assert(alignof(KismetMathLibrary_LinearColor_SetFromSRGB) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetFromSRGB"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_SetFromSRGB) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_SetFromSRGB"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromSRGB, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetFromSRGB::InOutColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromSRGB, InSRGB) == 0x000010, "Member 'KismetMathLibrary_LinearColor_SetFromSRGB::InSRGB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetRandomHue \ +static_assert(alignof(KismetMathLibrary_LinearColor_SetRandomHue) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetRandomHue"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_SetRandomHue) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_SetRandomHue"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetRandomHue, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetRandomHue::InOutColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetRGBA \ +static_assert(alignof(KismetMathLibrary_LinearColor_SetRGBA) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetRGBA"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_SetRGBA) == 0x000020, "Wrong size on KismetMathLibrary_LinearColor_SetRGBA"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetRGBA, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetRGBA::InOutColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetRGBA, R) == 0x000010, "Member 'KismetMathLibrary_LinearColor_SetRGBA::R' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetRGBA, G) == 0x000014, "Member 'KismetMathLibrary_LinearColor_SetRGBA::G' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetRGBA, B) == 0x000018, "Member 'KismetMathLibrary_LinearColor_SetRGBA::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetRGBA, A) == 0x00001C, "Member 'KismetMathLibrary_LinearColor_SetRGBA::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetTemperature \ +static_assert(alignof(KismetMathLibrary_LinearColor_SetTemperature) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetTemperature"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_SetTemperature) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_SetTemperature"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetTemperature, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetTemperature::InOutColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetTemperature, InTemperature) == 0x000010, "Member 'KismetMathLibrary_LinearColor_SetTemperature::InTemperature' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_ToNewOpacity \ +static_assert(alignof(KismetMathLibrary_LinearColor_ToNewOpacity) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_ToNewOpacity"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_ToNewOpacity) == 0x000024, "Wrong size on KismetMathLibrary_LinearColor_ToNewOpacity"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_ToNewOpacity, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_ToNewOpacity::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_ToNewOpacity, InOpacity) == 0x000010, "Member 'KismetMathLibrary_LinearColor_ToNewOpacity::InOpacity' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_ToNewOpacity, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_LinearColor_ToNewOpacity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_ToRGBE \ +static_assert(alignof(KismetMathLibrary_LinearColor_ToRGBE) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_ToRGBE"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_ToRGBE) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_ToRGBE"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_ToRGBE, InLinearColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_ToRGBE::InLinearColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_ToRGBE, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_ToRGBE::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Transparent \ +static_assert(alignof(KismetMathLibrary_LinearColor_Transparent) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Transparent"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Transparent) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Transparent"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Transparent, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Transparent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_White \ +static_assert(alignof(KismetMathLibrary_LinearColor_White) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_White"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_White) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_White"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_White, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_White::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Yellow \ +static_assert(alignof(KismetMathLibrary_LinearColor_Yellow) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Yellow"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Yellow) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Yellow"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Yellow, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Yellow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColorLerp \ +static_assert(alignof(KismetMathLibrary_LinearColorLerp) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColorLerp"); \ +static_assert(sizeof(KismetMathLibrary_LinearColorLerp) == 0x000034, "Wrong size on KismetMathLibrary_LinearColorLerp"); \ +static_assert(offsetof(KismetMathLibrary_LinearColorLerp, A) == 0x000000, "Member 'KismetMathLibrary_LinearColorLerp::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColorLerp, B) == 0x000010, "Member 'KismetMathLibrary_LinearColorLerp::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColorLerp, Alpha) == 0x000020, "Member 'KismetMathLibrary_LinearColorLerp::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColorLerp, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_LinearColorLerp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColorLerpUsingHSV \ +static_assert(alignof(KismetMathLibrary_LinearColorLerpUsingHSV) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColorLerpUsingHSV"); \ +static_assert(sizeof(KismetMathLibrary_LinearColorLerpUsingHSV) == 0x000034, "Wrong size on KismetMathLibrary_LinearColorLerpUsingHSV"); \ +static_assert(offsetof(KismetMathLibrary_LinearColorLerpUsingHSV, A) == 0x000000, "Member 'KismetMathLibrary_LinearColorLerpUsingHSV::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColorLerpUsingHSV, B) == 0x000010, "Member 'KismetMathLibrary_LinearColorLerpUsingHSV::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColorLerpUsingHSV, Alpha) == 0x000020, "Member 'KismetMathLibrary_LinearColorLerpUsingHSV::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColorLerpUsingHSV, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_LinearColorLerpUsingHSV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinePlaneIntersection \ +static_assert(alignof(KismetMathLibrary_LinePlaneIntersection) == 0x000010, "Wrong alignment on KismetMathLibrary_LinePlaneIntersection"); \ +static_assert(sizeof(KismetMathLibrary_LinePlaneIntersection) == 0x000050, "Wrong size on KismetMathLibrary_LinePlaneIntersection"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, LineStart) == 0x000000, "Member 'KismetMathLibrary_LinePlaneIntersection::LineStart' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, LineEnd) == 0x00000C, "Member 'KismetMathLibrary_LinePlaneIntersection::LineEnd' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, APlane) == 0x000020, "Member 'KismetMathLibrary_LinePlaneIntersection::APlane' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, T) == 0x000030, "Member 'KismetMathLibrary_LinePlaneIntersection::T' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, Intersection) == 0x000034, "Member 'KismetMathLibrary_LinePlaneIntersection::Intersection' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_LinePlaneIntersection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinePlaneIntersection_OriginNormal \ +static_assert(alignof(KismetMathLibrary_LinePlaneIntersection_OriginNormal) == 0x000004, "Wrong alignment on KismetMathLibrary_LinePlaneIntersection_OriginNormal"); \ +static_assert(sizeof(KismetMathLibrary_LinePlaneIntersection_OriginNormal) == 0x000044, "Wrong size on KismetMathLibrary_LinePlaneIntersection_OriginNormal"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, LineStart) == 0x000000, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::LineStart' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, LineEnd) == 0x00000C, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::LineEnd' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, PlaneOrigin) == 0x000018, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::PlaneOrigin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, PlaneNormal) == 0x000024, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, T) == 0x000030, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::T' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, Intersection) == 0x000034, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::Intersection' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Log \ +static_assert(alignof(KismetMathLibrary_Log) == 0x000004, "Wrong alignment on KismetMathLibrary_Log"); \ +static_assert(sizeof(KismetMathLibrary_Log) == 0x00000C, "Wrong size on KismetMathLibrary_Log"); \ +static_assert(offsetof(KismetMathLibrary_Log, A) == 0x000000, "Member 'KismetMathLibrary_Log::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Log, Base) == 0x000004, "Member 'KismetMathLibrary_Log::Base' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Log, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Log::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Loge \ +static_assert(alignof(KismetMathLibrary_Loge) == 0x000004, "Wrong alignment on KismetMathLibrary_Loge"); \ +static_assert(sizeof(KismetMathLibrary_Loge) == 0x000008, "Wrong size on KismetMathLibrary_Loge"); \ +static_assert(offsetof(KismetMathLibrary_Loge, A) == 0x000000, "Member 'KismetMathLibrary_Loge::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Loge, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Loge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeBox \ +static_assert(alignof(KismetMathLibrary_MakeBox) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeBox"); \ +static_assert(sizeof(KismetMathLibrary_MakeBox) == 0x000034, "Wrong size on KismetMathLibrary_MakeBox"); \ +static_assert(offsetof(KismetMathLibrary_MakeBox, Min_0) == 0x000000, "Member 'KismetMathLibrary_MakeBox::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeBox, Max_0) == 0x00000C, "Member 'KismetMathLibrary_MakeBox::Max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeBox, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeBox2D \ +static_assert(alignof(KismetMathLibrary_MakeBox2D) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeBox2D"); \ +static_assert(sizeof(KismetMathLibrary_MakeBox2D) == 0x000024, "Wrong size on KismetMathLibrary_MakeBox2D"); \ +static_assert(offsetof(KismetMathLibrary_MakeBox2D, Min_0) == 0x000000, "Member 'KismetMathLibrary_MakeBox2D::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeBox2D, Max_0) == 0x000008, "Member 'KismetMathLibrary_MakeBox2D::Max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeBox2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MakeBox2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeColor \ +static_assert(alignof(KismetMathLibrary_MakeColor) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeColor"); \ +static_assert(sizeof(KismetMathLibrary_MakeColor) == 0x000020, "Wrong size on KismetMathLibrary_MakeColor"); \ +static_assert(offsetof(KismetMathLibrary_MakeColor, R) == 0x000000, "Member 'KismetMathLibrary_MakeColor::R' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeColor, G) == 0x000004, "Member 'KismetMathLibrary_MakeColor::G' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeColor, B) == 0x000008, "Member 'KismetMathLibrary_MakeColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeColor, A) == 0x00000C, "Member 'KismetMathLibrary_MakeColor::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeColor, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MakeColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeDateTime \ +static_assert(alignof(KismetMathLibrary_MakeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_MakeDateTime) == 0x000028, "Wrong size on KismetMathLibrary_MakeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_MakeDateTime, Year) == 0x000000, "Member 'KismetMathLibrary_MakeDateTime::Year' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeDateTime, Month) == 0x000004, "Member 'KismetMathLibrary_MakeDateTime::Month' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeDateTime, Day) == 0x000008, "Member 'KismetMathLibrary_MakeDateTime::Day' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeDateTime, Hour) == 0x00000C, "Member 'KismetMathLibrary_MakeDateTime::Hour' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeDateTime, Minute) == 0x000010, "Member 'KismetMathLibrary_MakeDateTime::Minute' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeDateTime, Second) == 0x000014, "Member 'KismetMathLibrary_MakeDateTime::Second' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeDateTime, Millisecond) == 0x000018, "Member 'KismetMathLibrary_MakeDateTime::Millisecond' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeDateTime, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_MakeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeFrameRate \ +static_assert(alignof(KismetMathLibrary_MakeFrameRate) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeFrameRate"); \ +static_assert(sizeof(KismetMathLibrary_MakeFrameRate) == 0x000010, "Wrong size on KismetMathLibrary_MakeFrameRate"); \ +static_assert(offsetof(KismetMathLibrary_MakeFrameRate, Numerator) == 0x000000, "Member 'KismetMathLibrary_MakeFrameRate::Numerator' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeFrameRate, Denominator) == 0x000004, "Member 'KismetMathLibrary_MakeFrameRate::Denominator' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeFrameRate, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_MakeFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakePlaneFromPointAndNormal \ +static_assert(alignof(KismetMathLibrary_MakePlaneFromPointAndNormal) == 0x000010, "Wrong alignment on KismetMathLibrary_MakePlaneFromPointAndNormal"); \ +static_assert(sizeof(KismetMathLibrary_MakePlaneFromPointAndNormal) == 0x000030, "Wrong size on KismetMathLibrary_MakePlaneFromPointAndNormal"); \ +static_assert(offsetof(KismetMathLibrary_MakePlaneFromPointAndNormal, Point) == 0x000000, "Member 'KismetMathLibrary_MakePlaneFromPointAndNormal::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakePlaneFromPointAndNormal, Normal_0) == 0x00000C, "Member 'KismetMathLibrary_MakePlaneFromPointAndNormal::Normal_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakePlaneFromPointAndNormal, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_MakePlaneFromPointAndNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakePulsatingValue \ +static_assert(alignof(KismetMathLibrary_MakePulsatingValue) == 0x000004, "Wrong alignment on KismetMathLibrary_MakePulsatingValue"); \ +static_assert(sizeof(KismetMathLibrary_MakePulsatingValue) == 0x000010, "Wrong size on KismetMathLibrary_MakePulsatingValue"); \ +static_assert(offsetof(KismetMathLibrary_MakePulsatingValue, InCurrentTime) == 0x000000, "Member 'KismetMathLibrary_MakePulsatingValue::InCurrentTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakePulsatingValue, InPulsesPerSecond) == 0x000004, "Member 'KismetMathLibrary_MakePulsatingValue::InPulsesPerSecond' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakePulsatingValue, InPhase) == 0x000008, "Member 'KismetMathLibrary_MakePulsatingValue::InPhase' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakePulsatingValue, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_MakePulsatingValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeQualifiedFrameTime \ +static_assert(alignof(KismetMathLibrary_MakeQualifiedFrameTime) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeQualifiedFrameTime"); \ +static_assert(sizeof(KismetMathLibrary_MakeQualifiedFrameTime) == 0x000020, "Wrong size on KismetMathLibrary_MakeQualifiedFrameTime"); \ +static_assert(offsetof(KismetMathLibrary_MakeQualifiedFrameTime, Frame) == 0x000000, "Member 'KismetMathLibrary_MakeQualifiedFrameTime::Frame' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeQualifiedFrameTime, FrameRate) == 0x000004, "Member 'KismetMathLibrary_MakeQualifiedFrameTime::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeQualifiedFrameTime, SubFrame) == 0x00000C, "Member 'KismetMathLibrary_MakeQualifiedFrameTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeQualifiedFrameTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MakeQualifiedFrameTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRandomStream \ +static_assert(alignof(KismetMathLibrary_MakeRandomStream) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRandomStream"); \ +static_assert(sizeof(KismetMathLibrary_MakeRandomStream) == 0x00000C, "Wrong size on KismetMathLibrary_MakeRandomStream"); \ +static_assert(offsetof(KismetMathLibrary_MakeRandomStream, InitialSeed) == 0x000000, "Member 'KismetMathLibrary_MakeRandomStream::InitialSeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRandomStream, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_MakeRandomStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRelativeTransform \ +static_assert(alignof(KismetMathLibrary_MakeRelativeTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_MakeRelativeTransform"); \ +static_assert(sizeof(KismetMathLibrary_MakeRelativeTransform) == 0x000090, "Wrong size on KismetMathLibrary_MakeRelativeTransform"); \ +static_assert(offsetof(KismetMathLibrary_MakeRelativeTransform, A) == 0x000000, "Member 'KismetMathLibrary_MakeRelativeTransform::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRelativeTransform, RelativeTo) == 0x000030, "Member 'KismetMathLibrary_MakeRelativeTransform::RelativeTo' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRelativeTransform, ReturnValue) == 0x000060, "Member 'KismetMathLibrary_MakeRelativeTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotationFromAxes \ +static_assert(alignof(KismetMathLibrary_MakeRotationFromAxes) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotationFromAxes"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotationFromAxes) == 0x000030, "Wrong size on KismetMathLibrary_MakeRotationFromAxes"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotationFromAxes, Forward) == 0x000000, "Member 'KismetMathLibrary_MakeRotationFromAxes::Forward' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotationFromAxes, Right) == 0x00000C, "Member 'KismetMathLibrary_MakeRotationFromAxes::Right' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotationFromAxes, Up) == 0x000018, "Member 'KismetMathLibrary_MakeRotationFromAxes::Up' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotationFromAxes, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_MakeRotationFromAxes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotator \ +static_assert(alignof(KismetMathLibrary_MakeRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotator"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotator) == 0x000018, "Wrong size on KismetMathLibrary_MakeRotator"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotator, Roll) == 0x000000, "Member 'KismetMathLibrary_MakeRotator::Roll' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotator, Pitch) == 0x000004, "Member 'KismetMathLibrary_MakeRotator::Pitch' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotator, Yaw) == 0x000008, "Member 'KismetMathLibrary_MakeRotator::Yaw' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotator, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_MakeRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromX \ +static_assert(alignof(KismetMathLibrary_MakeRotFromX) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromX"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromX) == 0x000018, "Wrong size on KismetMathLibrary_MakeRotFromX"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromX, X) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromX::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromX, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromXY \ +static_assert(alignof(KismetMathLibrary_MakeRotFromXY) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromXY"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromXY) == 0x000024, "Wrong size on KismetMathLibrary_MakeRotFromXY"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromXY, X) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromXY::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromXY, Y) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromXY::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromXY, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromXY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromXZ \ +static_assert(alignof(KismetMathLibrary_MakeRotFromXZ) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromXZ"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromXZ) == 0x000024, "Wrong size on KismetMathLibrary_MakeRotFromXZ"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromXZ, X) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromXZ::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromXZ, Z) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromXZ::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromXZ, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromXZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromY \ +static_assert(alignof(KismetMathLibrary_MakeRotFromY) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromY"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromY) == 0x000018, "Wrong size on KismetMathLibrary_MakeRotFromY"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromY, Y) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromY::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromY, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromYX \ +static_assert(alignof(KismetMathLibrary_MakeRotFromYX) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromYX"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromYX) == 0x000024, "Wrong size on KismetMathLibrary_MakeRotFromYX"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromYX, Y) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromYX::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromYX, X) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromYX::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromYX, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromYX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromYZ \ +static_assert(alignof(KismetMathLibrary_MakeRotFromYZ) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromYZ"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromYZ) == 0x000024, "Wrong size on KismetMathLibrary_MakeRotFromYZ"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromYZ, Y) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromYZ::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromYZ, Z) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromYZ::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromYZ, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromYZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromZ \ +static_assert(alignof(KismetMathLibrary_MakeRotFromZ) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromZ"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromZ) == 0x000018, "Wrong size on KismetMathLibrary_MakeRotFromZ"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromZ, Z) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromZ::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromZ, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromZX \ +static_assert(alignof(KismetMathLibrary_MakeRotFromZX) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromZX"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromZX) == 0x000024, "Wrong size on KismetMathLibrary_MakeRotFromZX"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromZX, Z) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromZX::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromZX, X) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromZX::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromZX, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromZX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromZY \ +static_assert(alignof(KismetMathLibrary_MakeRotFromZY) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromZY"); \ +static_assert(sizeof(KismetMathLibrary_MakeRotFromZY) == 0x000024, "Wrong size on KismetMathLibrary_MakeRotFromZY"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromZY, Z) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromZY::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromZY, Y) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromZY::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRotFromZY, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromZY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeTimespan \ +static_assert(alignof(KismetMathLibrary_MakeTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeTimespan"); \ +static_assert(sizeof(KismetMathLibrary_MakeTimespan) == 0x000020, "Wrong size on KismetMathLibrary_MakeTimespan"); \ +static_assert(offsetof(KismetMathLibrary_MakeTimespan, Days) == 0x000000, "Member 'KismetMathLibrary_MakeTimespan::Days' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTimespan, Hours) == 0x000004, "Member 'KismetMathLibrary_MakeTimespan::Hours' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTimespan, Minutes) == 0x000008, "Member 'KismetMathLibrary_MakeTimespan::Minutes' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTimespan, Seconds) == 0x00000C, "Member 'KismetMathLibrary_MakeTimespan::Seconds' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTimespan, Milliseconds) == 0x000010, "Member 'KismetMathLibrary_MakeTimespan::Milliseconds' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTimespan, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeTimespan2 \ +static_assert(alignof(KismetMathLibrary_MakeTimespan2) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeTimespan2"); \ +static_assert(sizeof(KismetMathLibrary_MakeTimespan2) == 0x000020, "Wrong size on KismetMathLibrary_MakeTimespan2"); \ +static_assert(offsetof(KismetMathLibrary_MakeTimespan2, Days) == 0x000000, "Member 'KismetMathLibrary_MakeTimespan2::Days' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTimespan2, Hours) == 0x000004, "Member 'KismetMathLibrary_MakeTimespan2::Hours' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTimespan2, Minutes) == 0x000008, "Member 'KismetMathLibrary_MakeTimespan2::Minutes' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTimespan2, Seconds) == 0x00000C, "Member 'KismetMathLibrary_MakeTimespan2::Seconds' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTimespan2, FractionNano) == 0x000010, "Member 'KismetMathLibrary_MakeTimespan2::FractionNano' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTimespan2, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeTimespan2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeTransform \ +static_assert(alignof(KismetMathLibrary_MakeTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_MakeTransform"); \ +static_assert(sizeof(KismetMathLibrary_MakeTransform) == 0x000060, "Wrong size on KismetMathLibrary_MakeTransform"); \ +static_assert(offsetof(KismetMathLibrary_MakeTransform, Location) == 0x000000, "Member 'KismetMathLibrary_MakeTransform::Location' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTransform, Rotation) == 0x00000C, "Member 'KismetMathLibrary_MakeTransform::Rotation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTransform, Scale) == 0x000018, "Member 'KismetMathLibrary_MakeTransform::Scale' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeTransform, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_MakeTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeVector \ +static_assert(alignof(KismetMathLibrary_MakeVector) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeVector"); \ +static_assert(sizeof(KismetMathLibrary_MakeVector) == 0x000018, "Wrong size on KismetMathLibrary_MakeVector"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector, X) == 0x000000, "Member 'KismetMathLibrary_MakeVector::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector, Y) == 0x000004, "Member 'KismetMathLibrary_MakeVector::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector, Z) == 0x000008, "Member 'KismetMathLibrary_MakeVector::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_MakeVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeVector2D \ +static_assert(alignof(KismetMathLibrary_MakeVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeVector2D"); \ +static_assert(sizeof(KismetMathLibrary_MakeVector2D) == 0x000010, "Wrong size on KismetMathLibrary_MakeVector2D"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector2D, X) == 0x000000, "Member 'KismetMathLibrary_MakeVector2D::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector2D, Y) == 0x000004, "Member 'KismetMathLibrary_MakeVector2D::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_MakeVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeVector4 \ +static_assert(alignof(KismetMathLibrary_MakeVector4) == 0x000010, "Wrong alignment on KismetMathLibrary_MakeVector4"); \ +static_assert(sizeof(KismetMathLibrary_MakeVector4) == 0x000020, "Wrong size on KismetMathLibrary_MakeVector4"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector4, X) == 0x000000, "Member 'KismetMathLibrary_MakeVector4::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector4, Y) == 0x000004, "Member 'KismetMathLibrary_MakeVector4::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector4, Z) == 0x000008, "Member 'KismetMathLibrary_MakeVector4::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector4, W) == 0x00000C, "Member 'KismetMathLibrary_MakeVector4::W' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeVector4, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MakeVector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MapRangeClamped \ +static_assert(alignof(KismetMathLibrary_MapRangeClamped) == 0x000004, "Wrong alignment on KismetMathLibrary_MapRangeClamped"); \ +static_assert(sizeof(KismetMathLibrary_MapRangeClamped) == 0x000018, "Wrong size on KismetMathLibrary_MapRangeClamped"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeClamped, Value) == 0x000000, "Member 'KismetMathLibrary_MapRangeClamped::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeClamped, InRangeA) == 0x000004, "Member 'KismetMathLibrary_MapRangeClamped::InRangeA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeClamped, InRangeB) == 0x000008, "Member 'KismetMathLibrary_MapRangeClamped::InRangeB' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeClamped, OutRangeA) == 0x00000C, "Member 'KismetMathLibrary_MapRangeClamped::OutRangeA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeClamped, OutRangeB) == 0x000010, "Member 'KismetMathLibrary_MapRangeClamped::OutRangeB' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeClamped, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_MapRangeClamped::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MapRangeUnclamped \ +static_assert(alignof(KismetMathLibrary_MapRangeUnclamped) == 0x000004, "Wrong alignment on KismetMathLibrary_MapRangeUnclamped"); \ +static_assert(sizeof(KismetMathLibrary_MapRangeUnclamped) == 0x000018, "Wrong size on KismetMathLibrary_MapRangeUnclamped"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, Value) == 0x000000, "Member 'KismetMathLibrary_MapRangeUnclamped::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, InRangeA) == 0x000004, "Member 'KismetMathLibrary_MapRangeUnclamped::InRangeA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, InRangeB) == 0x000008, "Member 'KismetMathLibrary_MapRangeUnclamped::InRangeB' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, OutRangeA) == 0x00000C, "Member 'KismetMathLibrary_MapRangeUnclamped::OutRangeA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, OutRangeB) == 0x000010, "Member 'KismetMathLibrary_MapRangeUnclamped::OutRangeB' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_MapRangeUnclamped::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_ApplyScale \ +static_assert(alignof(KismetMathLibrary_Matrix_ApplyScale) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_ApplyScale"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_ApplyScale) == 0x000090, "Wrong size on KismetMathLibrary_Matrix_ApplyScale"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ApplyScale, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_ApplyScale::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ApplyScale, Scale) == 0x000040, "Member 'KismetMathLibrary_Matrix_ApplyScale::Scale' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ApplyScale, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_ApplyScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_ConcatenateTranslation \ +static_assert(alignof(KismetMathLibrary_Matrix_ConcatenateTranslation) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_ConcatenateTranslation"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_ConcatenateTranslation) == 0x000090, "Wrong size on KismetMathLibrary_Matrix_ConcatenateTranslation"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ConcatenateTranslation, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_ConcatenateTranslation::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ConcatenateTranslation, Translation) == 0x000040, "Member 'KismetMathLibrary_Matrix_ConcatenateTranslation::Translation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ConcatenateTranslation, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_ConcatenateTranslation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_ContainsNaN \ +static_assert(alignof(KismetMathLibrary_Matrix_ContainsNaN) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_ContainsNaN"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_ContainsNaN) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_ContainsNaN"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ContainsNaN, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_ContainsNaN::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ContainsNaN, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_ContainsNaN::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetColumn \ +static_assert(alignof(KismetMathLibrary_Matrix_GetColumn) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetColumn"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetColumn) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetColumn"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetColumn, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetColumn::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetColumn, Column) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetColumn::Column' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetColumn, ReturnValue) == 0x000044, "Member 'KismetMathLibrary_Matrix_GetColumn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetDeterminant \ +static_assert(alignof(KismetMathLibrary_Matrix_GetDeterminant) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetDeterminant"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetDeterminant) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetDeterminant"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetDeterminant, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetDeterminant::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetDeterminant, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetDeterminant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumBottomPlane \ +static_assert(alignof(KismetMathLibrary_Matrix_GetFrustumBottomPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetFrustumBottomPlane"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetFrustumBottomPlane) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_GetFrustumBottomPlane"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumBottomPlane, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetFrustumBottomPlane::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumBottomPlane, OutPlane) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetFrustumBottomPlane::OutPlane' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumBottomPlane, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetFrustumBottomPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumFarPlane \ +static_assert(alignof(KismetMathLibrary_Matrix_GetFrustumFarPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetFrustumFarPlane"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetFrustumFarPlane) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_GetFrustumFarPlane"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumFarPlane, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetFrustumFarPlane::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumFarPlane, OutPlane) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetFrustumFarPlane::OutPlane' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumFarPlane, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetFrustumFarPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumLeftPlane \ +static_assert(alignof(KismetMathLibrary_Matrix_GetFrustumLeftPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetFrustumLeftPlane"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetFrustumLeftPlane) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_GetFrustumLeftPlane"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumLeftPlane, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetFrustumLeftPlane::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumLeftPlane, OutPlane) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetFrustumLeftPlane::OutPlane' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumLeftPlane, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetFrustumLeftPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumNearPlane \ +static_assert(alignof(KismetMathLibrary_Matrix_GetFrustumNearPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetFrustumNearPlane"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetFrustumNearPlane) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_GetFrustumNearPlane"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumNearPlane, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetFrustumNearPlane::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumNearPlane, OutPlane) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetFrustumNearPlane::OutPlane' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumNearPlane, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetFrustumNearPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumRightPlane \ +static_assert(alignof(KismetMathLibrary_Matrix_GetFrustumRightPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetFrustumRightPlane"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetFrustumRightPlane) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_GetFrustumRightPlane"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumRightPlane, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetFrustumRightPlane::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumRightPlane, OutPlane) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetFrustumRightPlane::OutPlane' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumRightPlane, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetFrustumRightPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumTopPlane \ +static_assert(alignof(KismetMathLibrary_Matrix_GetFrustumTopPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetFrustumTopPlane"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetFrustumTopPlane) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_GetFrustumTopPlane"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumTopPlane, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetFrustumTopPlane::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumTopPlane, OutPlane) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetFrustumTopPlane::OutPlane' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumTopPlane, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetFrustumTopPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetInverse \ +static_assert(alignof(KismetMathLibrary_Matrix_GetInverse) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetInverse"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetInverse) == 0x000080, "Wrong size on KismetMathLibrary_Matrix_GetInverse"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetInverse, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetInverse::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetInverse, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetInverse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetMatrixWithoutScale \ +static_assert(alignof(KismetMathLibrary_Matrix_GetMatrixWithoutScale) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetMatrixWithoutScale"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetMatrixWithoutScale) == 0x000090, "Wrong size on KismetMathLibrary_Matrix_GetMatrixWithoutScale"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetMatrixWithoutScale, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetMatrixWithoutScale::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetMatrixWithoutScale, Tolerance) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetMatrixWithoutScale::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetMatrixWithoutScale, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetMatrixWithoutScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetMaximumAxisScale \ +static_assert(alignof(KismetMathLibrary_Matrix_GetMaximumAxisScale) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetMaximumAxisScale"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetMaximumAxisScale) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetMaximumAxisScale"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetMaximumAxisScale, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetMaximumAxisScale::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetMaximumAxisScale, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetMaximumAxisScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetOrigin \ +static_assert(alignof(KismetMathLibrary_Matrix_GetOrigin) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetOrigin"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetOrigin) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetOrigin"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetOrigin, InMatrix) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetOrigin::InMatrix' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetOrigin, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetRotator \ +static_assert(alignof(KismetMathLibrary_Matrix_GetRotator) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetRotator"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetRotator) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetRotator"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetRotator, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetRotator::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetRotator, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetRotDeterminant \ +static_assert(alignof(KismetMathLibrary_Matrix_GetRotDeterminant) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetRotDeterminant"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetRotDeterminant) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetRotDeterminant"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetRotDeterminant, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetRotDeterminant::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetRotDeterminant, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetRotDeterminant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetScaledAxes \ +static_assert(alignof(KismetMathLibrary_Matrix_GetScaledAxes) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetScaledAxes"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetScaledAxes) == 0x000070, "Wrong size on KismetMathLibrary_Matrix_GetScaledAxes"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxes, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetScaledAxes::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxes, X) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetScaledAxes::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxes, Y) == 0x00004C, "Member 'KismetMathLibrary_Matrix_GetScaledAxes::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxes, Z) == 0x000058, "Member 'KismetMathLibrary_Matrix_GetScaledAxes::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetScaledAxis \ +static_assert(alignof(KismetMathLibrary_Matrix_GetScaledAxis) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetScaledAxis"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetScaledAxis) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetScaledAxis"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxis, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetScaledAxis::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxis, Axis) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetScaledAxis::Axis' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxis, ReturnValue) == 0x000044, "Member 'KismetMathLibrary_Matrix_GetScaledAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetScaleVector \ +static_assert(alignof(KismetMathLibrary_Matrix_GetScaleVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetScaleVector"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetScaleVector) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetScaleVector"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetScaleVector, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetScaleVector::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetScaleVector, Tolerance) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetScaleVector::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetScaleVector, ReturnValue) == 0x000044, "Member 'KismetMathLibrary_Matrix_GetScaleVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetTransposeAdjoint \ +static_assert(alignof(KismetMathLibrary_Matrix_GetTransposeAdjoint) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetTransposeAdjoint"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetTransposeAdjoint) == 0x000080, "Wrong size on KismetMathLibrary_Matrix_GetTransposeAdjoint"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetTransposeAdjoint, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetTransposeAdjoint::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetTransposeAdjoint, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetTransposeAdjoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetTransposed \ +static_assert(alignof(KismetMathLibrary_Matrix_GetTransposed) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetTransposed"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetTransposed) == 0x000080, "Wrong size on KismetMathLibrary_Matrix_GetTransposed"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetTransposed, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetTransposed::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetTransposed, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetTransposed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetUnitAxes \ +static_assert(alignof(KismetMathLibrary_Matrix_GetUnitAxes) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetUnitAxes"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetUnitAxes) == 0x000070, "Wrong size on KismetMathLibrary_Matrix_GetUnitAxes"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxes, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetUnitAxes::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxes, X) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetUnitAxes::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxes, Y) == 0x00004C, "Member 'KismetMathLibrary_Matrix_GetUnitAxes::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxes, Z) == 0x000058, "Member 'KismetMathLibrary_Matrix_GetUnitAxes::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetUnitAxis \ +static_assert(alignof(KismetMathLibrary_Matrix_GetUnitAxis) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetUnitAxis"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_GetUnitAxis) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetUnitAxis"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxis, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetUnitAxis::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxis, Axis) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetUnitAxis::Axis' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxis, ReturnValue) == 0x000044, "Member 'KismetMathLibrary_Matrix_GetUnitAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_Identity \ +static_assert(alignof(KismetMathLibrary_Matrix_Identity) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_Identity"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_Identity) == 0x000040, "Wrong size on KismetMathLibrary_Matrix_Identity"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_Identity, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Matrix_Identity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_InverseTransformPosition \ +static_assert(alignof(KismetMathLibrary_Matrix_InverseTransformPosition) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_InverseTransformPosition"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_InverseTransformPosition) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_InverseTransformPosition"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_InverseTransformPosition, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_InverseTransformPosition::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_InverseTransformPosition, V) == 0x000040, "Member 'KismetMathLibrary_Matrix_InverseTransformPosition::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_InverseTransformPosition, ReturnValue) == 0x00004C, "Member 'KismetMathLibrary_Matrix_InverseTransformPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_InverseTransformVector \ +static_assert(alignof(KismetMathLibrary_Matrix_InverseTransformVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_InverseTransformVector"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_InverseTransformVector) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_InverseTransformVector"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_InverseTransformVector, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_InverseTransformVector::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_InverseTransformVector, V) == 0x000040, "Member 'KismetMathLibrary_Matrix_InverseTransformVector::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_InverseTransformVector, ReturnValue) == 0x00004C, "Member 'KismetMathLibrary_Matrix_InverseTransformVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_Mirror \ +static_assert(alignof(KismetMathLibrary_Matrix_Mirror) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_Mirror"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_Mirror) == 0x000090, "Wrong size on KismetMathLibrary_Matrix_Mirror"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_Mirror, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_Mirror::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_Mirror, MirrorAxis) == 0x000040, "Member 'KismetMathLibrary_Matrix_Mirror::MirrorAxis' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_Mirror, FlipAxis) == 0x000041, "Member 'KismetMathLibrary_Matrix_Mirror::FlipAxis' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_Mirror, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_Mirror::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_RemoveScaling \ +static_assert(alignof(KismetMathLibrary_Matrix_RemoveScaling) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_RemoveScaling"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_RemoveScaling) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_RemoveScaling"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_RemoveScaling, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_RemoveScaling::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_RemoveScaling, Tolerance) == 0x000040, "Member 'KismetMathLibrary_Matrix_RemoveScaling::Tolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_RemoveTranslation \ +static_assert(alignof(KismetMathLibrary_Matrix_RemoveTranslation) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_RemoveTranslation"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_RemoveTranslation) == 0x000080, "Wrong size on KismetMathLibrary_Matrix_RemoveTranslation"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_RemoveTranslation, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_RemoveTranslation::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_RemoveTranslation, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_RemoveTranslation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_ScaleTranslation \ +static_assert(alignof(KismetMathLibrary_Matrix_ScaleTranslation) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_ScaleTranslation"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_ScaleTranslation) == 0x000090, "Wrong size on KismetMathLibrary_Matrix_ScaleTranslation"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ScaleTranslation, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_ScaleTranslation::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ScaleTranslation, Scale3D) == 0x000040, "Member 'KismetMathLibrary_Matrix_ScaleTranslation::Scale3D' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ScaleTranslation, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_ScaleTranslation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_SetAxis \ +static_assert(alignof(KismetMathLibrary_Matrix_SetAxis) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_SetAxis"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_SetAxis) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_SetAxis"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_SetAxis, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_SetAxis::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_SetAxis, Axis) == 0x000040, "Member 'KismetMathLibrary_Matrix_SetAxis::Axis' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_SetAxis, AxisVector) == 0x000044, "Member 'KismetMathLibrary_Matrix_SetAxis::AxisVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_SetColumn \ +static_assert(alignof(KismetMathLibrary_Matrix_SetColumn) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_SetColumn"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_SetColumn) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_SetColumn"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_SetColumn, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_SetColumn::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_SetColumn, Column) == 0x000040, "Member 'KismetMathLibrary_Matrix_SetColumn::Column' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_SetColumn, Value) == 0x000044, "Member 'KismetMathLibrary_Matrix_SetColumn::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_SetOrigin \ +static_assert(alignof(KismetMathLibrary_Matrix_SetOrigin) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_SetOrigin"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_SetOrigin) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_SetOrigin"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_SetOrigin, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_SetOrigin::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_SetOrigin, NewOrigin) == 0x000040, "Member 'KismetMathLibrary_Matrix_SetOrigin::NewOrigin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_ToQuat \ +static_assert(alignof(KismetMathLibrary_Matrix_ToQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_ToQuat"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_ToQuat) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_ToQuat"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ToQuat, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_ToQuat::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_ToQuat, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_ToQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_TransformPosition \ +static_assert(alignof(KismetMathLibrary_Matrix_TransformPosition) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_TransformPosition"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_TransformPosition) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_TransformPosition"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_TransformPosition, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_TransformPosition::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_TransformPosition, V) == 0x000040, "Member 'KismetMathLibrary_Matrix_TransformPosition::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_TransformPosition, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_TransformPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_TransformVector \ +static_assert(alignof(KismetMathLibrary_Matrix_TransformVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_TransformVector"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_TransformVector) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_TransformVector"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_TransformVector, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_TransformVector::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_TransformVector, V) == 0x000040, "Member 'KismetMathLibrary_Matrix_TransformVector::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_TransformVector, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_TransformVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_TransformVector4 \ +static_assert(alignof(KismetMathLibrary_Matrix_TransformVector4) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_TransformVector4"); \ +static_assert(sizeof(KismetMathLibrary_Matrix_TransformVector4) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_TransformVector4"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_TransformVector4, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_TransformVector4::M' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_TransformVector4, V) == 0x000040, "Member 'KismetMathLibrary_Matrix_TransformVector4::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Matrix_TransformVector4, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_TransformVector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Max \ +static_assert(alignof(KismetMathLibrary_Max) == 0x000004, "Wrong alignment on KismetMathLibrary_Max"); \ +static_assert(sizeof(KismetMathLibrary_Max) == 0x00000C, "Wrong size on KismetMathLibrary_Max"); \ +static_assert(offsetof(KismetMathLibrary_Max, A) == 0x000000, "Member 'KismetMathLibrary_Max::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Max, B) == 0x000004, "Member 'KismetMathLibrary_Max::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Max, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Max::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MaxInt64 \ +static_assert(alignof(KismetMathLibrary_MaxInt64) == 0x000008, "Wrong alignment on KismetMathLibrary_MaxInt64"); \ +static_assert(sizeof(KismetMathLibrary_MaxInt64) == 0x000018, "Wrong size on KismetMathLibrary_MaxInt64"); \ +static_assert(offsetof(KismetMathLibrary_MaxInt64, A) == 0x000000, "Member 'KismetMathLibrary_MaxInt64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MaxInt64, B) == 0x000008, "Member 'KismetMathLibrary_MaxInt64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MaxInt64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MaxInt64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MaxOfByteArray \ +static_assert(alignof(KismetMathLibrary_MaxOfByteArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MaxOfByteArray"); \ +static_assert(sizeof(KismetMathLibrary_MaxOfByteArray) == 0x000018, "Wrong size on KismetMathLibrary_MaxOfByteArray"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfByteArray, ByteArray) == 0x000000, "Member 'KismetMathLibrary_MaxOfByteArray::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfByteArray, IndexOfMaxValue) == 0x000010, "Member 'KismetMathLibrary_MaxOfByteArray::IndexOfMaxValue' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfByteArray, MaxValue) == 0x000014, "Member 'KismetMathLibrary_MaxOfByteArray::MaxValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MaxOfFloatArray \ +static_assert(alignof(KismetMathLibrary_MaxOfFloatArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MaxOfFloatArray"); \ +static_assert(sizeof(KismetMathLibrary_MaxOfFloatArray) == 0x000018, "Wrong size on KismetMathLibrary_MaxOfFloatArray"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfFloatArray, FloatArray) == 0x000000, "Member 'KismetMathLibrary_MaxOfFloatArray::FloatArray' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfFloatArray, IndexOfMaxValue) == 0x000010, "Member 'KismetMathLibrary_MaxOfFloatArray::IndexOfMaxValue' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfFloatArray, MaxValue) == 0x000014, "Member 'KismetMathLibrary_MaxOfFloatArray::MaxValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MaxOfIntArray \ +static_assert(alignof(KismetMathLibrary_MaxOfIntArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MaxOfIntArray"); \ +static_assert(sizeof(KismetMathLibrary_MaxOfIntArray) == 0x000018, "Wrong size on KismetMathLibrary_MaxOfIntArray"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfIntArray, IntArray) == 0x000000, "Member 'KismetMathLibrary_MaxOfIntArray::IntArray' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfIntArray, IndexOfMaxValue) == 0x000010, "Member 'KismetMathLibrary_MaxOfIntArray::IndexOfMaxValue' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfIntArray, MaxValue) == 0x000014, "Member 'KismetMathLibrary_MaxOfIntArray::MaxValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Min \ +static_assert(alignof(KismetMathLibrary_Min) == 0x000004, "Wrong alignment on KismetMathLibrary_Min"); \ +static_assert(sizeof(KismetMathLibrary_Min) == 0x00000C, "Wrong size on KismetMathLibrary_Min"); \ +static_assert(offsetof(KismetMathLibrary_Min, A) == 0x000000, "Member 'KismetMathLibrary_Min::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Min, B) == 0x000004, "Member 'KismetMathLibrary_Min::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Min, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Min::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MinimumAreaRectangle \ +static_assert(alignof(KismetMathLibrary_MinimumAreaRectangle) == 0x000008, "Wrong alignment on KismetMathLibrary_MinimumAreaRectangle"); \ +static_assert(sizeof(KismetMathLibrary_MinimumAreaRectangle) == 0x000048, "Wrong size on KismetMathLibrary_MinimumAreaRectangle"); \ +static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, WorldContextObject) == 0x000000, "Member 'KismetMathLibrary_MinimumAreaRectangle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, InVerts) == 0x000008, "Member 'KismetMathLibrary_MinimumAreaRectangle::InVerts' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, SampleSurfaceNormal) == 0x000018, "Member 'KismetMathLibrary_MinimumAreaRectangle::SampleSurfaceNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, OutRectCenter) == 0x000024, "Member 'KismetMathLibrary_MinimumAreaRectangle::OutRectCenter' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, OutRectRotation) == 0x000030, "Member 'KismetMathLibrary_MinimumAreaRectangle::OutRectRotation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, OutSideLengthX) == 0x00003C, "Member 'KismetMathLibrary_MinimumAreaRectangle::OutSideLengthX' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, OutSideLengthY) == 0x000040, "Member 'KismetMathLibrary_MinimumAreaRectangle::OutSideLengthY' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, bDebugDraw) == 0x000044, "Member 'KismetMathLibrary_MinimumAreaRectangle::bDebugDraw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MinInt64 \ +static_assert(alignof(KismetMathLibrary_MinInt64) == 0x000008, "Wrong alignment on KismetMathLibrary_MinInt64"); \ +static_assert(sizeof(KismetMathLibrary_MinInt64) == 0x000018, "Wrong size on KismetMathLibrary_MinInt64"); \ +static_assert(offsetof(KismetMathLibrary_MinInt64, A) == 0x000000, "Member 'KismetMathLibrary_MinInt64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinInt64, B) == 0x000008, "Member 'KismetMathLibrary_MinInt64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinInt64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MinInt64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MinOfByteArray \ +static_assert(alignof(KismetMathLibrary_MinOfByteArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MinOfByteArray"); \ +static_assert(sizeof(KismetMathLibrary_MinOfByteArray) == 0x000018, "Wrong size on KismetMathLibrary_MinOfByteArray"); \ +static_assert(offsetof(KismetMathLibrary_MinOfByteArray, ByteArray) == 0x000000, "Member 'KismetMathLibrary_MinOfByteArray::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinOfByteArray, IndexOfMinValue) == 0x000010, "Member 'KismetMathLibrary_MinOfByteArray::IndexOfMinValue' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinOfByteArray, MinValue) == 0x000014, "Member 'KismetMathLibrary_MinOfByteArray::MinValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MinOfFloatArray \ +static_assert(alignof(KismetMathLibrary_MinOfFloatArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MinOfFloatArray"); \ +static_assert(sizeof(KismetMathLibrary_MinOfFloatArray) == 0x000018, "Wrong size on KismetMathLibrary_MinOfFloatArray"); \ +static_assert(offsetof(KismetMathLibrary_MinOfFloatArray, FloatArray) == 0x000000, "Member 'KismetMathLibrary_MinOfFloatArray::FloatArray' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinOfFloatArray, IndexOfMinValue) == 0x000010, "Member 'KismetMathLibrary_MinOfFloatArray::IndexOfMinValue' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinOfFloatArray, MinValue) == 0x000014, "Member 'KismetMathLibrary_MinOfFloatArray::MinValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MinOfIntArray \ +static_assert(alignof(KismetMathLibrary_MinOfIntArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MinOfIntArray"); \ +static_assert(sizeof(KismetMathLibrary_MinOfIntArray) == 0x000018, "Wrong size on KismetMathLibrary_MinOfIntArray"); \ +static_assert(offsetof(KismetMathLibrary_MinOfIntArray, IntArray) == 0x000000, "Member 'KismetMathLibrary_MinOfIntArray::IntArray' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinOfIntArray, IndexOfMinValue) == 0x000010, "Member 'KismetMathLibrary_MinOfIntArray::IndexOfMinValue' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinOfIntArray, MinValue) == 0x000014, "Member 'KismetMathLibrary_MinOfIntArray::MinValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MirrorVectorByNormal \ +static_assert(alignof(KismetMathLibrary_MirrorVectorByNormal) == 0x000004, "Wrong alignment on KismetMathLibrary_MirrorVectorByNormal"); \ +static_assert(sizeof(KismetMathLibrary_MirrorVectorByNormal) == 0x000024, "Wrong size on KismetMathLibrary_MirrorVectorByNormal"); \ +static_assert(offsetof(KismetMathLibrary_MirrorVectorByNormal, InVect) == 0x000000, "Member 'KismetMathLibrary_MirrorVectorByNormal::InVect' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MirrorVectorByNormal, InNormal) == 0x00000C, "Member 'KismetMathLibrary_MirrorVectorByNormal::InNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MirrorVectorByNormal, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MirrorVectorByNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_ByteByte \ +static_assert(alignof(KismetMathLibrary_Multiply_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Multiply_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Multiply_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Multiply_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Multiply_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_FloatFloat \ +static_assert(alignof(KismetMathLibrary_Multiply_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Multiply_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_FloatFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_Multiply_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Multiply_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_Multiply_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Multiply_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Multiply_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_IntFloat \ +static_assert(alignof(KismetMathLibrary_Multiply_IntFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_IntFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_IntFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Multiply_IntFloat"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_IntFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntFloat, B) == 0x000004, "Member 'KismetMathLibrary_Multiply_IntFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Multiply_IntFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_IntInt \ +static_assert(alignof(KismetMathLibrary_Multiply_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Multiply_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Multiply_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Multiply_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_IntPointInt \ +static_assert(alignof(KismetMathLibrary_Multiply_IntPointInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_IntPointInt"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_IntPointInt) == 0x000014, "Wrong size on KismetMathLibrary_Multiply_IntPointInt"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntPointInt, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_IntPointInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntPointInt, B) == 0x000008, "Member 'KismetMathLibrary_Multiply_IntPointInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntPointInt, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Multiply_IntPointInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_IntPointIntPoint \ +static_assert(alignof(KismetMathLibrary_Multiply_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_IntPointIntPoint"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_IntPointIntPoint) == 0x000018, "Wrong size on KismetMathLibrary_Multiply_IntPointIntPoint"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_IntPointIntPoint::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntPointIntPoint, B) == 0x000008, "Member 'KismetMathLibrary_Multiply_IntPointIntPoint::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_LinearColorFloat \ +static_assert(alignof(KismetMathLibrary_Multiply_LinearColorFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_LinearColorFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_LinearColorFloat) == 0x000024, "Wrong size on KismetMathLibrary_Multiply_LinearColorFloat"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_LinearColorFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorFloat, B) == 0x000010, "Member 'KismetMathLibrary_Multiply_LinearColorFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorFloat, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_Multiply_LinearColorFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_LinearColorLinearColor \ +static_assert(alignof(KismetMathLibrary_Multiply_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_LinearColorLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_LinearColorLinearColor) == 0x000030, "Wrong size on KismetMathLibrary_Multiply_LinearColorLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_LinearColorLinearColor::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorLinearColor, B) == 0x000010, "Member 'KismetMathLibrary_Multiply_LinearColorLinearColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Multiply_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_MatrixFloat \ +static_assert(alignof(KismetMathLibrary_Multiply_MatrixFloat) == 0x000010, "Wrong alignment on KismetMathLibrary_Multiply_MatrixFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_MatrixFloat) == 0x000090, "Wrong size on KismetMathLibrary_Multiply_MatrixFloat"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_MatrixFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_MatrixFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_MatrixFloat, B) == 0x000040, "Member 'KismetMathLibrary_Multiply_MatrixFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_MatrixFloat, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Multiply_MatrixFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_MatrixMatrix \ +static_assert(alignof(KismetMathLibrary_Multiply_MatrixMatrix) == 0x000010, "Wrong alignment on KismetMathLibrary_Multiply_MatrixMatrix"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_MatrixMatrix) == 0x0000C0, "Wrong size on KismetMathLibrary_Multiply_MatrixMatrix"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_MatrixMatrix, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_MatrixMatrix::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_MatrixMatrix, B) == 0x000040, "Member 'KismetMathLibrary_Multiply_MatrixMatrix::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_MatrixMatrix, ReturnValue) == 0x000080, "Member 'KismetMathLibrary_Multiply_MatrixMatrix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_QuatQuat \ +static_assert(alignof(KismetMathLibrary_Multiply_QuatQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_Multiply_QuatQuat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_QuatQuat) == 0x000030, "Wrong size on KismetMathLibrary_Multiply_QuatQuat"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_QuatQuat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_QuatQuat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_QuatQuat, B) == 0x000010, "Member 'KismetMathLibrary_Multiply_QuatQuat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_QuatQuat, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Multiply_QuatQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_RotatorFloat \ +static_assert(alignof(KismetMathLibrary_Multiply_RotatorFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_RotatorFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_RotatorFloat) == 0x00001C, "Wrong size on KismetMathLibrary_Multiply_RotatorFloat"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_RotatorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_RotatorFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_RotatorFloat, B) == 0x00000C, "Member 'KismetMathLibrary_Multiply_RotatorFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_RotatorFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_RotatorFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_RotatorInt \ +static_assert(alignof(KismetMathLibrary_Multiply_RotatorInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_RotatorInt"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_RotatorInt) == 0x00001C, "Wrong size on KismetMathLibrary_Multiply_RotatorInt"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_RotatorInt, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_RotatorInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_RotatorInt, B) == 0x00000C, "Member 'KismetMathLibrary_Multiply_RotatorInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_RotatorInt, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_RotatorInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_TimespanFloat \ +static_assert(alignof(KismetMathLibrary_Multiply_TimespanFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_TimespanFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_TimespanFloat) == 0x000018, "Wrong size on KismetMathLibrary_Multiply_TimespanFloat"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_TimespanFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_TimespanFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_TimespanFloat, Scalar) == 0x000008, "Member 'KismetMathLibrary_Multiply_TimespanFloat::Scalar' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_TimespanFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_TimespanFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_Vector2DFloat \ +static_assert(alignof(KismetMathLibrary_Multiply_Vector2DFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_Vector2DFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_Vector2DFloat) == 0x000014, "Wrong size on KismetMathLibrary_Multiply_Vector2DFloat"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_Vector2DFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DFloat, B) == 0x000008, "Member 'KismetMathLibrary_Multiply_Vector2DFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DFloat, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Multiply_Vector2DFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_Multiply_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_Vector2DVector2D) == 0x000018, "Wrong size on KismetMathLibrary_Multiply_Vector2DVector2D"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_Vector2DVector2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DVector2D, B) == 0x000008, "Member 'KismetMathLibrary_Multiply_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DVector2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_Vector4Vector4 \ +static_assert(alignof(KismetMathLibrary_Multiply_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_Multiply_Vector4Vector4"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_Multiply_Vector4Vector4"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_Vector4Vector4::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector4Vector4, B) == 0x000010, "Member 'KismetMathLibrary_Multiply_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector4Vector4, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Multiply_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_VectorFloat \ +static_assert(alignof(KismetMathLibrary_Multiply_VectorFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_VectorFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_VectorFloat) == 0x00001C, "Wrong size on KismetMathLibrary_Multiply_VectorFloat"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_VectorFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorFloat, B) == 0x00000C, "Member 'KismetMathLibrary_Multiply_VectorFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_VectorFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_VectorInt \ +static_assert(alignof(KismetMathLibrary_Multiply_VectorInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_VectorInt"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_VectorInt) == 0x00001C, "Wrong size on KismetMathLibrary_Multiply_VectorInt"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorInt, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_VectorInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorInt, B) == 0x00000C, "Member 'KismetMathLibrary_Multiply_VectorInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorInt, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_VectorInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_VectorVector \ +static_assert(alignof(KismetMathLibrary_Multiply_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_VectorVector) == 0x000024, "Wrong size on KismetMathLibrary_Multiply_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_Multiply_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Multiply_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MultiplyByPi \ +static_assert(alignof(KismetMathLibrary_MultiplyByPi) == 0x000004, "Wrong alignment on KismetMathLibrary_MultiplyByPi"); \ +static_assert(sizeof(KismetMathLibrary_MultiplyByPi) == 0x000008, "Wrong size on KismetMathLibrary_MultiplyByPi"); \ +static_assert(offsetof(KismetMathLibrary_MultiplyByPi, Value) == 0x000000, "Member 'KismetMathLibrary_MultiplyByPi::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MultiplyByPi, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_MultiplyByPi::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MultiplyMultiply_FloatFloat \ +static_assert(alignof(KismetMathLibrary_MultiplyMultiply_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_MultiplyMultiply_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_MultiplyMultiply_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_MultiplyMultiply_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_MultiplyMultiply_FloatFloat, Base) == 0x000000, "Member 'KismetMathLibrary_MultiplyMultiply_FloatFloat::Base' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MultiplyMultiply_FloatFloat, Exp) == 0x000004, "Member 'KismetMathLibrary_MultiplyMultiply_FloatFloat::Exp' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MultiplyMultiply_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_MultiplyMultiply_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NearlyEqual_FloatFloat \ +static_assert(alignof(KismetMathLibrary_NearlyEqual_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_NearlyEqual_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_NearlyEqual_FloatFloat) == 0x000010, "Wrong size on KismetMathLibrary_NearlyEqual_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_NearlyEqual_FloatFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_NearlyEqual_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_FloatFloat, ErrorTolerance) == 0x000008, "Member 'KismetMathLibrary_NearlyEqual_FloatFloat::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_FloatFloat, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_NearlyEqual_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NearlyEqual_TransformTransform \ +static_assert(alignof(KismetMathLibrary_NearlyEqual_TransformTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_NearlyEqual_TransformTransform"); \ +static_assert(sizeof(KismetMathLibrary_NearlyEqual_TransformTransform) == 0x000070, "Wrong size on KismetMathLibrary_NearlyEqual_TransformTransform"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, A) == 0x000000, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, B) == 0x000030, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, LocationTolerance) == 0x000060, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::LocationTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, RotationTolerance) == 0x000064, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::RotationTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, Scale3DTolerance) == 0x000068, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::Scale3DTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, ReturnValue) == 0x00006C, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Negated2D \ +static_assert(alignof(KismetMathLibrary_Negated2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Negated2D"); \ +static_assert(sizeof(KismetMathLibrary_Negated2D) == 0x000010, "Wrong size on KismetMathLibrary_Negated2D"); \ +static_assert(offsetof(KismetMathLibrary_Negated2D, A) == 0x000000, "Member 'KismetMathLibrary_Negated2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Negated2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Negated2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NegateRotator \ +static_assert(alignof(KismetMathLibrary_NegateRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_NegateRotator"); \ +static_assert(sizeof(KismetMathLibrary_NegateRotator) == 0x000018, "Wrong size on KismetMathLibrary_NegateRotator"); \ +static_assert(offsetof(KismetMathLibrary_NegateRotator, A) == 0x000000, "Member 'KismetMathLibrary_NegateRotator::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NegateRotator, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_NegateRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NegateVector \ +static_assert(alignof(KismetMathLibrary_NegateVector) == 0x000004, "Wrong alignment on KismetMathLibrary_NegateVector"); \ +static_assert(sizeof(KismetMathLibrary_NegateVector) == 0x000018, "Wrong size on KismetMathLibrary_NegateVector"); \ +static_assert(offsetof(KismetMathLibrary_NegateVector, A) == 0x000000, "Member 'KismetMathLibrary_NegateVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NegateVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_NegateVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Normal \ +static_assert(alignof(KismetMathLibrary_Normal) == 0x000004, "Wrong alignment on KismetMathLibrary_Normal"); \ +static_assert(sizeof(KismetMathLibrary_Normal) == 0x00001C, "Wrong size on KismetMathLibrary_Normal"); \ +static_assert(offsetof(KismetMathLibrary_Normal, A) == 0x000000, "Member 'KismetMathLibrary_Normal::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Normal, Tolerance) == 0x00000C, "Member 'KismetMathLibrary_Normal::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Normal, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Normal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Normal2D \ +static_assert(alignof(KismetMathLibrary_Normal2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Normal2D"); \ +static_assert(sizeof(KismetMathLibrary_Normal2D) == 0x000010, "Wrong size on KismetMathLibrary_Normal2D"); \ +static_assert(offsetof(KismetMathLibrary_Normal2D, A) == 0x000000, "Member 'KismetMathLibrary_Normal2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Normal2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Normal2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Normalize2D \ +static_assert(alignof(KismetMathLibrary_Normalize2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Normalize2D"); \ +static_assert(sizeof(KismetMathLibrary_Normalize2D) == 0x00000C, "Wrong size on KismetMathLibrary_Normalize2D"); \ +static_assert(offsetof(KismetMathLibrary_Normalize2D, A) == 0x000000, "Member 'KismetMathLibrary_Normalize2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Normalize2D, Tolerance) == 0x000008, "Member 'KismetMathLibrary_Normalize2D::Tolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NormalizeAxis \ +static_assert(alignof(KismetMathLibrary_NormalizeAxis) == 0x000004, "Wrong alignment on KismetMathLibrary_NormalizeAxis"); \ +static_assert(sizeof(KismetMathLibrary_NormalizeAxis) == 0x000008, "Wrong size on KismetMathLibrary_NormalizeAxis"); \ +static_assert(offsetof(KismetMathLibrary_NormalizeAxis, Angle) == 0x000000, "Member 'KismetMathLibrary_NormalizeAxis::Angle' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalizeAxis, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_NormalizeAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NormalizedDeltaRotator \ +static_assert(alignof(KismetMathLibrary_NormalizedDeltaRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_NormalizedDeltaRotator"); \ +static_assert(sizeof(KismetMathLibrary_NormalizedDeltaRotator) == 0x000024, "Wrong size on KismetMathLibrary_NormalizedDeltaRotator"); \ +static_assert(offsetof(KismetMathLibrary_NormalizedDeltaRotator, A) == 0x000000, "Member 'KismetMathLibrary_NormalizedDeltaRotator::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalizedDeltaRotator, B) == 0x00000C, "Member 'KismetMathLibrary_NormalizedDeltaRotator::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalizedDeltaRotator, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_NormalizedDeltaRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NormalizeToRange \ +static_assert(alignof(KismetMathLibrary_NormalizeToRange) == 0x000004, "Wrong alignment on KismetMathLibrary_NormalizeToRange"); \ +static_assert(sizeof(KismetMathLibrary_NormalizeToRange) == 0x000010, "Wrong size on KismetMathLibrary_NormalizeToRange"); \ +static_assert(offsetof(KismetMathLibrary_NormalizeToRange, Value) == 0x000000, "Member 'KismetMathLibrary_NormalizeToRange::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalizeToRange, RangeMin) == 0x000004, "Member 'KismetMathLibrary_NormalizeToRange::RangeMin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalizeToRange, RangeMax) == 0x000008, "Member 'KismetMathLibrary_NormalizeToRange::RangeMax' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalizeToRange, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_NormalizeToRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NormalSafe2D \ +static_assert(alignof(KismetMathLibrary_NormalSafe2D) == 0x000004, "Wrong alignment on KismetMathLibrary_NormalSafe2D"); \ +static_assert(sizeof(KismetMathLibrary_NormalSafe2D) == 0x000014, "Wrong size on KismetMathLibrary_NormalSafe2D"); \ +static_assert(offsetof(KismetMathLibrary_NormalSafe2D, A) == 0x000000, "Member 'KismetMathLibrary_NormalSafe2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalSafe2D, Tolerance) == 0x000008, "Member 'KismetMathLibrary_NormalSafe2D::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalSafe2D, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_NormalSafe2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Not_Int \ +static_assert(alignof(KismetMathLibrary_Not_Int) == 0x000004, "Wrong alignment on KismetMathLibrary_Not_Int"); \ +static_assert(sizeof(KismetMathLibrary_Not_Int) == 0x000008, "Wrong size on KismetMathLibrary_Not_Int"); \ +static_assert(offsetof(KismetMathLibrary_Not_Int, A) == 0x000000, "Member 'KismetMathLibrary_Not_Int::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Not_Int, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Not_Int::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Not_Int64 \ +static_assert(alignof(KismetMathLibrary_Not_Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Not_Int64"); \ +static_assert(sizeof(KismetMathLibrary_Not_Int64) == 0x000010, "Wrong size on KismetMathLibrary_Not_Int64"); \ +static_assert(offsetof(KismetMathLibrary_Not_Int64, A) == 0x000000, "Member 'KismetMathLibrary_Not_Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Not_Int64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Not_Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Not_PreBool \ +static_assert(alignof(KismetMathLibrary_Not_PreBool) == 0x000001, "Wrong alignment on KismetMathLibrary_Not_PreBool"); \ +static_assert(sizeof(KismetMathLibrary_Not_PreBool) == 0x000002, "Wrong size on KismetMathLibrary_Not_PreBool"); \ +static_assert(offsetof(KismetMathLibrary_Not_PreBool, A) == 0x000000, "Member 'KismetMathLibrary_Not_PreBool::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Not_PreBool, ReturnValue) == 0x000001, "Member 'KismetMathLibrary_Not_PreBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_BoolBool \ +static_assert(alignof(KismetMathLibrary_NotEqual_BoolBool) == 0x000001, "Wrong alignment on KismetMathLibrary_NotEqual_BoolBool"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_BoolBool) == 0x000003, "Wrong size on KismetMathLibrary_NotEqual_BoolBool"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_BoolBool, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_BoolBool::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_BoolBool, B) == 0x000001, "Member 'KismetMathLibrary_NotEqual_BoolBool::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_BoolBool, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_NotEqual_BoolBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_ByteByte \ +static_assert(alignof(KismetMathLibrary_NotEqual_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_NotEqual_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_NotEqual_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_NotEqual_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_NotEqual_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_ClassClass \ +static_assert(alignof(KismetMathLibrary_NotEqual_ClassClass) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_ClassClass"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_ClassClass) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_ClassClass"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ClassClass, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_ClassClass::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ClassClass, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_ClassClass::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ClassClass, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_ClassClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_DateTimeDateTime \ +static_assert(alignof(KismetMathLibrary_NotEqual_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_DateTimeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_DateTimeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_DateTimeDateTime::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_DateTimeDateTime::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_FloatFloat \ +static_assert(alignof(KismetMathLibrary_NotEqual_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_NotEqual_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_FloatFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_NotEqual_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_NotEqual_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_NotEqual_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_IntInt \ +static_assert(alignof(KismetMathLibrary_NotEqual_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_NotEqual_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_NotEqual_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_NotEqual_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_IntPointIntPoint \ +static_assert(alignof(KismetMathLibrary_NotEqual_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_IntPointIntPoint"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_IntPointIntPoint) == 0x000014, "Wrong size on KismetMathLibrary_NotEqual_IntPointIntPoint"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_IntPointIntPoint::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_IntPointIntPoint, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_IntPointIntPoint::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_LinearColorLinearColor \ +static_assert(alignof(KismetMathLibrary_NotEqual_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_LinearColorLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_LinearColorLinearColor) == 0x000024, "Wrong size on KismetMathLibrary_NotEqual_LinearColorLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_LinearColorLinearColor::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_LinearColorLinearColor, B) == 0x000010, "Member 'KismetMathLibrary_NotEqual_LinearColorLinearColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_NotEqual_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_MatrixMatrix \ +static_assert(alignof(KismetMathLibrary_NotEqual_MatrixMatrix) == 0x000010, "Wrong alignment on KismetMathLibrary_NotEqual_MatrixMatrix"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_MatrixMatrix) == 0x000090, "Wrong size on KismetMathLibrary_NotEqual_MatrixMatrix"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_MatrixMatrix, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_MatrixMatrix::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_MatrixMatrix, B) == 0x000040, "Member 'KismetMathLibrary_NotEqual_MatrixMatrix::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_MatrixMatrix, Tolerance) == 0x000080, "Member 'KismetMathLibrary_NotEqual_MatrixMatrix::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_MatrixMatrix, ReturnValue) == 0x000084, "Member 'KismetMathLibrary_NotEqual_MatrixMatrix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_NameName \ +static_assert(alignof(KismetMathLibrary_NotEqual_NameName) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_NameName"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_NameName) == 0x00001C, "Wrong size on KismetMathLibrary_NotEqual_NameName"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_NameName, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_NameName::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_NameName, B) == 0x00000C, "Member 'KismetMathLibrary_NotEqual_NameName::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_NameName, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_NotEqual_NameName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_ObjectObject \ +static_assert(alignof(KismetMathLibrary_NotEqual_ObjectObject) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_ObjectObject"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_ObjectObject) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_ObjectObject"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ObjectObject, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_ObjectObject::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ObjectObject, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_ObjectObject::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ObjectObject, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_ObjectObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_QuatQuat \ +static_assert(alignof(KismetMathLibrary_NotEqual_QuatQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_NotEqual_QuatQuat"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_QuatQuat) == 0x000030, "Wrong size on KismetMathLibrary_NotEqual_QuatQuat"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_QuatQuat, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_QuatQuat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_QuatQuat, B) == 0x000010, "Member 'KismetMathLibrary_NotEqual_QuatQuat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_QuatQuat, ErrorTolerance) == 0x000020, "Member 'KismetMathLibrary_NotEqual_QuatQuat::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_QuatQuat, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_NotEqual_QuatQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_RotatorRotator \ +static_assert(alignof(KismetMathLibrary_NotEqual_RotatorRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_RotatorRotator"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_RotatorRotator) == 0x000020, "Wrong size on KismetMathLibrary_NotEqual_RotatorRotator"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_RotatorRotator, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_RotatorRotator::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_RotatorRotator, B) == 0x00000C, "Member 'KismetMathLibrary_NotEqual_RotatorRotator::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_RotatorRotator, ErrorTolerance) == 0x000018, "Member 'KismetMathLibrary_NotEqual_RotatorRotator::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_RotatorRotator, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_NotEqual_RotatorRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_TimespanTimespan \ +static_assert(alignof(KismetMathLibrary_NotEqual_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_TimespanTimespan"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_TimespanTimespan"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_TimespanTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_TimespanTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_TimespanTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_NotEqual_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_Vector2DVector2D) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_Vector2DVector2D"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_Vector2DVector2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector2DVector2D, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector2DVector2D, ErrorTolerance) == 0x000010, "Member 'KismetMathLibrary_NotEqual_Vector2DVector2D::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector2DVector2D, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_NotEqual_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_Vector4Vector4 \ +static_assert(alignof(KismetMathLibrary_NotEqual_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_NotEqual_Vector4Vector4"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_NotEqual_Vector4Vector4"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_Vector4Vector4::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector4Vector4, B) == 0x000010, "Member 'KismetMathLibrary_NotEqual_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector4Vector4, ErrorTolerance) == 0x000020, "Member 'KismetMathLibrary_NotEqual_Vector4Vector4::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector4Vector4, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_NotEqual_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_VectorVector \ +static_assert(alignof(KismetMathLibrary_NotEqual_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_VectorVector) == 0x000020, "Wrong size on KismetMathLibrary_NotEqual_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_NotEqual_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_VectorVector, ErrorTolerance) == 0x000018, "Member 'KismetMathLibrary_NotEqual_VectorVector::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_VectorVector, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_NotEqual_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqualExactly_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqualExactly_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D) == 0x000014, "Wrong size on KismetMathLibrary_NotEqualExactly_Vector2DVector2D"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_NotEqualExactly_Vector2DVector2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D, B) == 0x000008, "Member 'KismetMathLibrary_NotEqualExactly_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqualExactly_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqualExactly_Vector4Vector4 \ +static_assert(alignof(KismetMathLibrary_NotEqualExactly_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_NotEqualExactly_Vector4Vector4"); \ +static_assert(sizeof(KismetMathLibrary_NotEqualExactly_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_NotEqualExactly_Vector4Vector4"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_NotEqualExactly_Vector4Vector4::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector4Vector4, B) == 0x000010, "Member 'KismetMathLibrary_NotEqualExactly_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector4Vector4, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_NotEqualExactly_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqualExactly_VectorVector \ +static_assert(alignof(KismetMathLibrary_NotEqualExactly_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqualExactly_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_NotEqualExactly_VectorVector) == 0x00001C, "Wrong size on KismetMathLibrary_NotEqualExactly_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_NotEqualExactly_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_NotEqualExactly_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_NotEqualExactly_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Now \ +static_assert(alignof(KismetMathLibrary_Now) == 0x000008, "Wrong alignment on KismetMathLibrary_Now"); \ +static_assert(sizeof(KismetMathLibrary_Now) == 0x000008, "Wrong size on KismetMathLibrary_Now"); \ +static_assert(offsetof(KismetMathLibrary_Now, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Now::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Or_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_Or_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Or_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_Or_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Or_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_Or_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Or_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Or_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Or_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Or_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Or_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Or_IntInt \ +static_assert(alignof(KismetMathLibrary_Or_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Or_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Or_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Or_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Or_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Or_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Or_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Or_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Or_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Or_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Percent_ByteByte \ +static_assert(alignof(KismetMathLibrary_Percent_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Percent_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_Percent_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Percent_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_Percent_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Percent_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Percent_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Percent_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Percent_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Percent_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Percent_FloatFloat \ +static_assert(alignof(KismetMathLibrary_Percent_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Percent_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_Percent_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Percent_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_Percent_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Percent_FloatFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Percent_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_Percent_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Percent_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Percent_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Percent_IntInt \ +static_assert(alignof(KismetMathLibrary_Percent_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Percent_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Percent_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Percent_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Percent_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Percent_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Percent_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Percent_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Percent_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Percent_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_PerlinNoise1D \ +static_assert(alignof(KismetMathLibrary_PerlinNoise1D) == 0x000004, "Wrong alignment on KismetMathLibrary_PerlinNoise1D"); \ +static_assert(sizeof(KismetMathLibrary_PerlinNoise1D) == 0x000008, "Wrong size on KismetMathLibrary_PerlinNoise1D"); \ +static_assert(offsetof(KismetMathLibrary_PerlinNoise1D, Value) == 0x000000, "Member 'KismetMathLibrary_PerlinNoise1D::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_PerlinNoise1D, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_PerlinNoise1D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_PointsAreCoplanar \ +static_assert(alignof(KismetMathLibrary_PointsAreCoplanar) == 0x000008, "Wrong alignment on KismetMathLibrary_PointsAreCoplanar"); \ +static_assert(sizeof(KismetMathLibrary_PointsAreCoplanar) == 0x000018, "Wrong size on KismetMathLibrary_PointsAreCoplanar"); \ +static_assert(offsetof(KismetMathLibrary_PointsAreCoplanar, Points) == 0x000000, "Member 'KismetMathLibrary_PointsAreCoplanar::Points' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_PointsAreCoplanar, Tolerance) == 0x000010, "Member 'KismetMathLibrary_PointsAreCoplanar::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_PointsAreCoplanar, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_PointsAreCoplanar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ProjectPointOnToPlane \ +static_assert(alignof(KismetMathLibrary_ProjectPointOnToPlane) == 0x000004, "Wrong alignment on KismetMathLibrary_ProjectPointOnToPlane"); \ +static_assert(sizeof(KismetMathLibrary_ProjectPointOnToPlane) == 0x000030, "Wrong size on KismetMathLibrary_ProjectPointOnToPlane"); \ +static_assert(offsetof(KismetMathLibrary_ProjectPointOnToPlane, Point) == 0x000000, "Member 'KismetMathLibrary_ProjectPointOnToPlane::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ProjectPointOnToPlane, PlaneBase) == 0x00000C, "Member 'KismetMathLibrary_ProjectPointOnToPlane::PlaneBase' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ProjectPointOnToPlane, PlaneNormal) == 0x000018, "Member 'KismetMathLibrary_ProjectPointOnToPlane::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ProjectPointOnToPlane, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_ProjectPointOnToPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ProjectVectorOnToPlane \ +static_assert(alignof(KismetMathLibrary_ProjectVectorOnToPlane) == 0x000004, "Wrong alignment on KismetMathLibrary_ProjectVectorOnToPlane"); \ +static_assert(sizeof(KismetMathLibrary_ProjectVectorOnToPlane) == 0x000024, "Wrong size on KismetMathLibrary_ProjectVectorOnToPlane"); \ +static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToPlane, V) == 0x000000, "Member 'KismetMathLibrary_ProjectVectorOnToPlane::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToPlane, PlaneNormal) == 0x00000C, "Member 'KismetMathLibrary_ProjectVectorOnToPlane::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToPlane, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_ProjectVectorOnToPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ProjectVectorOnToVector \ +static_assert(alignof(KismetMathLibrary_ProjectVectorOnToVector) == 0x000004, "Wrong alignment on KismetMathLibrary_ProjectVectorOnToVector"); \ +static_assert(sizeof(KismetMathLibrary_ProjectVectorOnToVector) == 0x000024, "Wrong size on KismetMathLibrary_ProjectVectorOnToVector"); \ +static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToVector, V) == 0x000000, "Member 'KismetMathLibrary_ProjectVectorOnToVector::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToVector, Target) == 0x00000C, "Member 'KismetMathLibrary_ProjectVectorOnToVector::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_ProjectVectorOnToVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_AngularDistance \ +static_assert(alignof(KismetMathLibrary_Quat_AngularDistance) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_AngularDistance"); \ +static_assert(sizeof(KismetMathLibrary_Quat_AngularDistance) == 0x000030, "Wrong size on KismetMathLibrary_Quat_AngularDistance"); \ +static_assert(offsetof(KismetMathLibrary_Quat_AngularDistance, A) == 0x000000, "Member 'KismetMathLibrary_Quat_AngularDistance::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_AngularDistance, B) == 0x000010, "Member 'KismetMathLibrary_Quat_AngularDistance::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_AngularDistance, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Quat_AngularDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_EnforceShortestArcWith \ +static_assert(alignof(KismetMathLibrary_Quat_EnforceShortestArcWith) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_EnforceShortestArcWith"); \ +static_assert(sizeof(KismetMathLibrary_Quat_EnforceShortestArcWith) == 0x000020, "Wrong size on KismetMathLibrary_Quat_EnforceShortestArcWith"); \ +static_assert(offsetof(KismetMathLibrary_Quat_EnforceShortestArcWith, A) == 0x000000, "Member 'KismetMathLibrary_Quat_EnforceShortestArcWith::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_EnforceShortestArcWith, B) == 0x000010, "Member 'KismetMathLibrary_Quat_EnforceShortestArcWith::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Euler \ +static_assert(alignof(KismetMathLibrary_Quat_Euler) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Euler"); \ +static_assert(sizeof(KismetMathLibrary_Quat_Euler) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Euler"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Euler, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Euler::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Euler, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_Euler::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Exp \ +static_assert(alignof(KismetMathLibrary_Quat_Exp) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Exp"); \ +static_assert(sizeof(KismetMathLibrary_Quat_Exp) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Exp"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Exp, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Exp::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Exp, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_Exp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetAngle \ +static_assert(alignof(KismetMathLibrary_Quat_GetAngle) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_GetAngle"); \ +static_assert(sizeof(KismetMathLibrary_Quat_GetAngle) == 0x000020, "Wrong size on KismetMathLibrary_Quat_GetAngle"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetAngle, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_GetAngle::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetAngle, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_GetAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetAxisX \ +static_assert(alignof(KismetMathLibrary_Quat_GetAxisX) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_GetAxisX"); \ +static_assert(sizeof(KismetMathLibrary_Quat_GetAxisX) == 0x000020, "Wrong size on KismetMathLibrary_Quat_GetAxisX"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetAxisX, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_GetAxisX::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetAxisX, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_GetAxisX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetAxisY \ +static_assert(alignof(KismetMathLibrary_Quat_GetAxisY) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_GetAxisY"); \ +static_assert(sizeof(KismetMathLibrary_Quat_GetAxisY) == 0x000020, "Wrong size on KismetMathLibrary_Quat_GetAxisY"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetAxisY, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_GetAxisY::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetAxisY, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_GetAxisY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetAxisZ \ +static_assert(alignof(KismetMathLibrary_Quat_GetAxisZ) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_GetAxisZ"); \ +static_assert(sizeof(KismetMathLibrary_Quat_GetAxisZ) == 0x000020, "Wrong size on KismetMathLibrary_Quat_GetAxisZ"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetAxisZ, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_GetAxisZ::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetAxisZ, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_GetAxisZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetRotationAxis \ +static_assert(alignof(KismetMathLibrary_Quat_GetRotationAxis) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_GetRotationAxis"); \ +static_assert(sizeof(KismetMathLibrary_Quat_GetRotationAxis) == 0x000020, "Wrong size on KismetMathLibrary_Quat_GetRotationAxis"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetRotationAxis, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_GetRotationAxis::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetRotationAxis, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_GetRotationAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Identity \ +static_assert(alignof(KismetMathLibrary_Quat_Identity) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Identity"); \ +static_assert(sizeof(KismetMathLibrary_Quat_Identity) == 0x000010, "Wrong size on KismetMathLibrary_Quat_Identity"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Identity, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Quat_Identity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Inversed \ +static_assert(alignof(KismetMathLibrary_Quat_Inversed) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Inversed"); \ +static_assert(sizeof(KismetMathLibrary_Quat_Inversed) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Inversed"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Inversed, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Inversed::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Inversed, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_Inversed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_IsFinite \ +static_assert(alignof(KismetMathLibrary_Quat_IsFinite) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_IsFinite"); \ +static_assert(sizeof(KismetMathLibrary_Quat_IsFinite) == 0x000020, "Wrong size on KismetMathLibrary_Quat_IsFinite"); \ +static_assert(offsetof(KismetMathLibrary_Quat_IsFinite, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_IsFinite::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_IsFinite, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_IsFinite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_IsIdentity \ +static_assert(alignof(KismetMathLibrary_Quat_IsIdentity) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_IsIdentity"); \ +static_assert(sizeof(KismetMathLibrary_Quat_IsIdentity) == 0x000020, "Wrong size on KismetMathLibrary_Quat_IsIdentity"); \ +static_assert(offsetof(KismetMathLibrary_Quat_IsIdentity, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_IsIdentity::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_IsIdentity, Tolerance) == 0x000010, "Member 'KismetMathLibrary_Quat_IsIdentity::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_IsIdentity, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_Quat_IsIdentity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_IsNonFinite \ +static_assert(alignof(KismetMathLibrary_Quat_IsNonFinite) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_IsNonFinite"); \ +static_assert(sizeof(KismetMathLibrary_Quat_IsNonFinite) == 0x000020, "Wrong size on KismetMathLibrary_Quat_IsNonFinite"); \ +static_assert(offsetof(KismetMathLibrary_Quat_IsNonFinite, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_IsNonFinite::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_IsNonFinite, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_IsNonFinite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_IsNormalized \ +static_assert(alignof(KismetMathLibrary_Quat_IsNormalized) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_IsNormalized"); \ +static_assert(sizeof(KismetMathLibrary_Quat_IsNormalized) == 0x000020, "Wrong size on KismetMathLibrary_Quat_IsNormalized"); \ +static_assert(offsetof(KismetMathLibrary_Quat_IsNormalized, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_IsNormalized::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_IsNormalized, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_IsNormalized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Log \ +static_assert(alignof(KismetMathLibrary_Quat_Log) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Log"); \ +static_assert(sizeof(KismetMathLibrary_Quat_Log) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Log"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Log, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Log::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Log, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_Log::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_MakeFromEuler \ +static_assert(alignof(KismetMathLibrary_Quat_MakeFromEuler) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_MakeFromEuler"); \ +static_assert(sizeof(KismetMathLibrary_Quat_MakeFromEuler) == 0x000020, "Wrong size on KismetMathLibrary_Quat_MakeFromEuler"); \ +static_assert(offsetof(KismetMathLibrary_Quat_MakeFromEuler, Euler) == 0x000000, "Member 'KismetMathLibrary_Quat_MakeFromEuler::Euler' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_MakeFromEuler, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_MakeFromEuler::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Normalize \ +static_assert(alignof(KismetMathLibrary_Quat_Normalize) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Normalize"); \ +static_assert(sizeof(KismetMathLibrary_Quat_Normalize) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Normalize"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Normalize, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Normalize::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Normalize, Tolerance) == 0x000010, "Member 'KismetMathLibrary_Quat_Normalize::Tolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Normalized \ +static_assert(alignof(KismetMathLibrary_Quat_Normalized) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Normalized"); \ +static_assert(sizeof(KismetMathLibrary_Quat_Normalized) == 0x000030, "Wrong size on KismetMathLibrary_Quat_Normalized"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Normalized, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Normalized::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Normalized, Tolerance) == 0x000010, "Member 'KismetMathLibrary_Quat_Normalized::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Normalized, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Quat_Normalized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_RotateVector \ +static_assert(alignof(KismetMathLibrary_Quat_RotateVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_RotateVector"); \ +static_assert(sizeof(KismetMathLibrary_Quat_RotateVector) == 0x000030, "Wrong size on KismetMathLibrary_Quat_RotateVector"); \ +static_assert(offsetof(KismetMathLibrary_Quat_RotateVector, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_RotateVector::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_RotateVector, V) == 0x000010, "Member 'KismetMathLibrary_Quat_RotateVector::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_RotateVector, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_Quat_RotateVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Rotator \ +static_assert(alignof(KismetMathLibrary_Quat_Rotator) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Rotator"); \ +static_assert(sizeof(KismetMathLibrary_Quat_Rotator) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Rotator"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Rotator, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Rotator::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Rotator, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_Rotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_SetComponents \ +static_assert(alignof(KismetMathLibrary_Quat_SetComponents) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_SetComponents"); \ +static_assert(sizeof(KismetMathLibrary_Quat_SetComponents) == 0x000020, "Wrong size on KismetMathLibrary_Quat_SetComponents"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_SetComponents::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, X) == 0x000010, "Member 'KismetMathLibrary_Quat_SetComponents::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, Y) == 0x000014, "Member 'KismetMathLibrary_Quat_SetComponents::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, Z) == 0x000018, "Member 'KismetMathLibrary_Quat_SetComponents::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, W) == 0x00001C, "Member 'KismetMathLibrary_Quat_SetComponents::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_SetFromEuler \ +static_assert(alignof(KismetMathLibrary_Quat_SetFromEuler) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_SetFromEuler"); \ +static_assert(sizeof(KismetMathLibrary_Quat_SetFromEuler) == 0x000020, "Wrong size on KismetMathLibrary_Quat_SetFromEuler"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SetFromEuler, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_SetFromEuler::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SetFromEuler, Euler) == 0x000010, "Member 'KismetMathLibrary_Quat_SetFromEuler::Euler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Size \ +static_assert(alignof(KismetMathLibrary_Quat_Size) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Size"); \ +static_assert(sizeof(KismetMathLibrary_Quat_Size) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Size"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Size, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Size::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Size, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_Size::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_SizeSquared \ +static_assert(alignof(KismetMathLibrary_Quat_SizeSquared) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_SizeSquared"); \ +static_assert(sizeof(KismetMathLibrary_Quat_SizeSquared) == 0x000020, "Wrong size on KismetMathLibrary_Quat_SizeSquared"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SizeSquared, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_SizeSquared::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SizeSquared, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_SizeSquared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_UnrotateVector \ +static_assert(alignof(KismetMathLibrary_Quat_UnrotateVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_UnrotateVector"); \ +static_assert(sizeof(KismetMathLibrary_Quat_UnrotateVector) == 0x000030, "Wrong size on KismetMathLibrary_Quat_UnrotateVector"); \ +static_assert(offsetof(KismetMathLibrary_Quat_UnrotateVector, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_UnrotateVector::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_UnrotateVector, V) == 0x000010, "Member 'KismetMathLibrary_Quat_UnrotateVector::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_UnrotateVector, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_Quat_UnrotateVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_VectorForward \ +static_assert(alignof(KismetMathLibrary_Quat_VectorForward) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_VectorForward"); \ +static_assert(sizeof(KismetMathLibrary_Quat_VectorForward) == 0x000020, "Wrong size on KismetMathLibrary_Quat_VectorForward"); \ +static_assert(offsetof(KismetMathLibrary_Quat_VectorForward, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_VectorForward::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_VectorForward, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_VectorForward::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_VectorRight \ +static_assert(alignof(KismetMathLibrary_Quat_VectorRight) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_VectorRight"); \ +static_assert(sizeof(KismetMathLibrary_Quat_VectorRight) == 0x000020, "Wrong size on KismetMathLibrary_Quat_VectorRight"); \ +static_assert(offsetof(KismetMathLibrary_Quat_VectorRight, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_VectorRight::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_VectorRight, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_VectorRight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_VectorUp \ +static_assert(alignof(KismetMathLibrary_Quat_VectorUp) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_VectorUp"); \ +static_assert(sizeof(KismetMathLibrary_Quat_VectorUp) == 0x000020, "Wrong size on KismetMathLibrary_Quat_VectorUp"); \ +static_assert(offsetof(KismetMathLibrary_Quat_VectorUp, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_VectorUp::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_VectorUp, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_VectorUp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RadiansToDegrees \ +static_assert(alignof(KismetMathLibrary_RadiansToDegrees) == 0x000004, "Wrong alignment on KismetMathLibrary_RadiansToDegrees"); \ +static_assert(sizeof(KismetMathLibrary_RadiansToDegrees) == 0x000008, "Wrong size on KismetMathLibrary_RadiansToDegrees"); \ +static_assert(offsetof(KismetMathLibrary_RadiansToDegrees, A) == 0x000000, "Member 'KismetMathLibrary_RadiansToDegrees::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RadiansToDegrees, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_RadiansToDegrees::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomBool \ +static_assert(alignof(KismetMathLibrary_RandomBool) == 0x000001, "Wrong alignment on KismetMathLibrary_RandomBool"); \ +static_assert(sizeof(KismetMathLibrary_RandomBool) == 0x000001, "Wrong size on KismetMathLibrary_RandomBool"); \ +static_assert(offsetof(KismetMathLibrary_RandomBool, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_RandomBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomBoolFromStream \ +static_assert(alignof(KismetMathLibrary_RandomBoolFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomBoolFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomBoolFromStream) == 0x00000C, "Wrong size on KismetMathLibrary_RandomBoolFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomBoolFromStream, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomBoolFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomBoolFromStream, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomBoolFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomBoolWithWeight \ +static_assert(alignof(KismetMathLibrary_RandomBoolWithWeight) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomBoolWithWeight"); \ +static_assert(sizeof(KismetMathLibrary_RandomBoolWithWeight) == 0x000008, "Wrong size on KismetMathLibrary_RandomBoolWithWeight"); \ +static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeight, Weight) == 0x000000, "Member 'KismetMathLibrary_RandomBoolWithWeight::Weight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeight, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_RandomBoolWithWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomBoolWithWeightFromStream \ +static_assert(alignof(KismetMathLibrary_RandomBoolWithWeightFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomBoolWithWeightFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomBoolWithWeightFromStream) == 0x000010, "Wrong size on KismetMathLibrary_RandomBoolWithWeightFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeightFromStream, Weight) == 0x000000, "Member 'KismetMathLibrary_RandomBoolWithWeightFromStream::Weight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeightFromStream, RandomStream) == 0x000004, "Member 'KismetMathLibrary_RandomBoolWithWeightFromStream::RandomStream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeightFromStream, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_RandomBoolWithWeightFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomFloat \ +static_assert(alignof(KismetMathLibrary_RandomFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomFloat"); \ +static_assert(sizeof(KismetMathLibrary_RandomFloat) == 0x000004, "Wrong size on KismetMathLibrary_RandomFloat"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloat, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_RandomFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomFloatFromStream \ +static_assert(alignof(KismetMathLibrary_RandomFloatFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomFloatFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomFloatFromStream) == 0x00000C, "Wrong size on KismetMathLibrary_RandomFloatFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatFromStream, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomFloatFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatFromStream, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomFloatFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomFloatInRange \ +static_assert(alignof(KismetMathLibrary_RandomFloatInRange) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomFloatInRange"); \ +static_assert(sizeof(KismetMathLibrary_RandomFloatInRange) == 0x00000C, "Wrong size on KismetMathLibrary_RandomFloatInRange"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatInRange, Min) == 0x000000, "Member 'KismetMathLibrary_RandomFloatInRange::Min' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatInRange, Max) == 0x000004, "Member 'KismetMathLibrary_RandomFloatInRange::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatInRange, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomFloatInRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomFloatInRangeFromStream \ +static_assert(alignof(KismetMathLibrary_RandomFloatInRangeFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomFloatInRangeFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomFloatInRangeFromStream) == 0x000014, "Wrong size on KismetMathLibrary_RandomFloatInRangeFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatInRangeFromStream, Min) == 0x000000, "Member 'KismetMathLibrary_RandomFloatInRangeFromStream::Min' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatInRangeFromStream, Max) == 0x000004, "Member 'KismetMathLibrary_RandomFloatInRangeFromStream::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatInRangeFromStream, Stream) == 0x000008, "Member 'KismetMathLibrary_RandomFloatInRangeFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatInRangeFromStream, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RandomFloatInRangeFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomInteger \ +static_assert(alignof(KismetMathLibrary_RandomInteger) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomInteger"); \ +static_assert(sizeof(KismetMathLibrary_RandomInteger) == 0x000008, "Wrong size on KismetMathLibrary_RandomInteger"); \ +static_assert(offsetof(KismetMathLibrary_RandomInteger, Max) == 0x000000, "Member 'KismetMathLibrary_RandomInteger::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomInteger, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_RandomInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomInteger64 \ +static_assert(alignof(KismetMathLibrary_RandomInteger64) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomInteger64"); \ +static_assert(sizeof(KismetMathLibrary_RandomInteger64) == 0x000010, "Wrong size on KismetMathLibrary_RandomInteger64"); \ +static_assert(offsetof(KismetMathLibrary_RandomInteger64, Max) == 0x000000, "Member 'KismetMathLibrary_RandomInteger64::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomInteger64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomInteger64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomInteger64InRange \ +static_assert(alignof(KismetMathLibrary_RandomInteger64InRange) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomInteger64InRange"); \ +static_assert(sizeof(KismetMathLibrary_RandomInteger64InRange) == 0x000018, "Wrong size on KismetMathLibrary_RandomInteger64InRange"); \ +static_assert(offsetof(KismetMathLibrary_RandomInteger64InRange, Min) == 0x000000, "Member 'KismetMathLibrary_RandomInteger64InRange::Min' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomInteger64InRange, Max) == 0x000008, "Member 'KismetMathLibrary_RandomInteger64InRange::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomInteger64InRange, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RandomInteger64InRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomIntegerFromStream \ +static_assert(alignof(KismetMathLibrary_RandomIntegerFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomIntegerFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomIntegerFromStream) == 0x000010, "Wrong size on KismetMathLibrary_RandomIntegerFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerFromStream, Max) == 0x000000, "Member 'KismetMathLibrary_RandomIntegerFromStream::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerFromStream, Stream) == 0x000004, "Member 'KismetMathLibrary_RandomIntegerFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerFromStream, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_RandomIntegerFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomIntegerInRange \ +static_assert(alignof(KismetMathLibrary_RandomIntegerInRange) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomIntegerInRange"); \ +static_assert(sizeof(KismetMathLibrary_RandomIntegerInRange) == 0x00000C, "Wrong size on KismetMathLibrary_RandomIntegerInRange"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRange, Min) == 0x000000, "Member 'KismetMathLibrary_RandomIntegerInRange::Min' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRange, Max) == 0x000004, "Member 'KismetMathLibrary_RandomIntegerInRange::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRange, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomIntegerInRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomIntegerInRangeFromStream \ +static_assert(alignof(KismetMathLibrary_RandomIntegerInRangeFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomIntegerInRangeFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomIntegerInRangeFromStream) == 0x000014, "Wrong size on KismetMathLibrary_RandomIntegerInRangeFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRangeFromStream, Min) == 0x000000, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::Min' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRangeFromStream, Max) == 0x000004, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRangeFromStream, Stream) == 0x000008, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRangeFromStream, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomPointInBoundingBox \ +static_assert(alignof(KismetMathLibrary_RandomPointInBoundingBox) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomPointInBoundingBox"); \ +static_assert(sizeof(KismetMathLibrary_RandomPointInBoundingBox) == 0x000024, "Wrong size on KismetMathLibrary_RandomPointInBoundingBox"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBox, Origin) == 0x000000, "Member 'KismetMathLibrary_RandomPointInBoundingBox::Origin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBox, BoxExtent) == 0x00000C, "Member 'KismetMathLibrary_RandomPointInBoundingBox::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBox, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_RandomPointInBoundingBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomRotator \ +static_assert(alignof(KismetMathLibrary_RandomRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomRotator"); \ +static_assert(sizeof(KismetMathLibrary_RandomRotator) == 0x000010, "Wrong size on KismetMathLibrary_RandomRotator"); \ +static_assert(offsetof(KismetMathLibrary_RandomRotator, bRoll) == 0x000000, "Member 'KismetMathLibrary_RandomRotator::bRoll' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomRotator, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_RandomRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomRotatorFromStream \ +static_assert(alignof(KismetMathLibrary_RandomRotatorFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomRotatorFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomRotatorFromStream) == 0x000018, "Wrong size on KismetMathLibrary_RandomRotatorFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomRotatorFromStream, bRoll) == 0x000000, "Member 'KismetMathLibrary_RandomRotatorFromStream::bRoll' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomRotatorFromStream, Stream) == 0x000004, "Member 'KismetMathLibrary_RandomRotatorFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomRotatorFromStream, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_RandomRotatorFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVector \ +static_assert(alignof(KismetMathLibrary_RandomUnitVector) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVector"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVector) == 0x00000C, "Wrong size on KismetMathLibrary_RandomUnitVector"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVector, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorFromStream \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorFromStream) == 0x000014, "Wrong size on KismetMathLibrary_RandomUnitVectorFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorFromStream, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorFromStream, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomUnitVectorFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInConeInDegrees \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInConeInDegrees) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInConeInDegrees"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInConeInDegrees) == 0x00001C, "Wrong size on KismetMathLibrary_RandomUnitVectorInConeInDegrees"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegrees, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegrees::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegrees, ConeHalfAngleInDegrees) == 0x00000C, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegrees::ConeHalfAngleInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegrees, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegrees::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream) == 0x000024, "Wrong size on KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream, ConeHalfAngleInDegrees) == 0x00000C, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream::ConeHalfAngleInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream, Stream) == 0x000010, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInConeInRadians \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInConeInRadians) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInConeInRadians"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInConeInRadians) == 0x00001C, "Wrong size on KismetMathLibrary_RandomUnitVectorInConeInRadians"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadians, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadians::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadians, ConeHalfAngleInRadians) == 0x00000C, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadians::ConeHalfAngleInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadians, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadians::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream) == 0x000024, "Wrong size on KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream, ConeHalfAngleInRadians) == 0x00000C, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream::ConeHalfAngleInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream, Stream) == 0x000010, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees) == 0x000020, "Wrong size on KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees, MaxYawInDegrees) == 0x00000C, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees::MaxYawInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees, MaxPitchInDegrees) == 0x000010, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees::MaxPitchInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream) == 0x000028, "Wrong size on KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, MaxYawInDegrees) == 0x00000C, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::MaxYawInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, MaxPitchInDegrees) == 0x000010, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::MaxPitchInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, Stream) == 0x000014, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians) == 0x000020, "Wrong size on KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians, MaxYawInRadians) == 0x00000C, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians::MaxYawInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians, MaxPitchInRadians) == 0x000010, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians::MaxPitchInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream) == 0x000028, "Wrong size on KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, MaxYawInRadians) == 0x00000C, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::MaxYawInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, MaxPitchInRadians) == 0x000010, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::MaxPitchInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, Stream) == 0x000014, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_REase \ +static_assert(alignof(KismetMathLibrary_REase) == 0x000004, "Wrong alignment on KismetMathLibrary_REase"); \ +static_assert(sizeof(KismetMathLibrary_REase) == 0x000034, "Wrong size on KismetMathLibrary_REase"); \ +static_assert(offsetof(KismetMathLibrary_REase, A) == 0x000000, "Member 'KismetMathLibrary_REase::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, B) == 0x00000C, "Member 'KismetMathLibrary_REase::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, Alpha) == 0x000018, "Member 'KismetMathLibrary_REase::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, bShortestPath) == 0x00001C, "Member 'KismetMathLibrary_REase::bShortestPath' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, EasingFunc) == 0x00001D, "Member 'KismetMathLibrary_REase::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, BlendExp) == 0x000020, "Member 'KismetMathLibrary_REase::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, Steps) == 0x000024, "Member 'KismetMathLibrary_REase::Steps' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_REase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ResetFloatSpringState \ +static_assert(alignof(KismetMathLibrary_ResetFloatSpringState) == 0x000004, "Wrong alignment on KismetMathLibrary_ResetFloatSpringState"); \ +static_assert(sizeof(KismetMathLibrary_ResetFloatSpringState) == 0x000008, "Wrong size on KismetMathLibrary_ResetFloatSpringState"); \ +static_assert(offsetof(KismetMathLibrary_ResetFloatSpringState, SpringState) == 0x000000, "Member 'KismetMathLibrary_ResetFloatSpringState::SpringState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ResetRandomStream \ +static_assert(alignof(KismetMathLibrary_ResetRandomStream) == 0x000004, "Wrong alignment on KismetMathLibrary_ResetRandomStream"); \ +static_assert(sizeof(KismetMathLibrary_ResetRandomStream) == 0x000008, "Wrong size on KismetMathLibrary_ResetRandomStream"); \ +static_assert(offsetof(KismetMathLibrary_ResetRandomStream, Stream) == 0x000000, "Member 'KismetMathLibrary_ResetRandomStream::Stream' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ResetVectorSpringState \ +static_assert(alignof(KismetMathLibrary_ResetVectorSpringState) == 0x000004, "Wrong alignment on KismetMathLibrary_ResetVectorSpringState"); \ +static_assert(sizeof(KismetMathLibrary_ResetVectorSpringState) == 0x000018, "Wrong size on KismetMathLibrary_ResetVectorSpringState"); \ +static_assert(offsetof(KismetMathLibrary_ResetVectorSpringState, SpringState) == 0x000000, "Member 'KismetMathLibrary_ResetVectorSpringState::SpringState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RGBLinearToHSV \ +static_assert(alignof(KismetMathLibrary_RGBLinearToHSV) == 0x000004, "Wrong alignment on KismetMathLibrary_RGBLinearToHSV"); \ +static_assert(sizeof(KismetMathLibrary_RGBLinearToHSV) == 0x000020, "Wrong size on KismetMathLibrary_RGBLinearToHSV"); \ +static_assert(offsetof(KismetMathLibrary_RGBLinearToHSV, RGB) == 0x000000, "Member 'KismetMathLibrary_RGBLinearToHSV::RGB' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RGBLinearToHSV, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RGBLinearToHSV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RGBToHSV \ +static_assert(alignof(KismetMathLibrary_RGBToHSV) == 0x000004, "Wrong alignment on KismetMathLibrary_RGBToHSV"); \ +static_assert(sizeof(KismetMathLibrary_RGBToHSV) == 0x000020, "Wrong size on KismetMathLibrary_RGBToHSV"); \ +static_assert(offsetof(KismetMathLibrary_RGBToHSV, InColor) == 0x000000, "Member 'KismetMathLibrary_RGBToHSV::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RGBToHSV, H) == 0x000010, "Member 'KismetMathLibrary_RGBToHSV::H' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RGBToHSV, S) == 0x000014, "Member 'KismetMathLibrary_RGBToHSV::S' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RGBToHSV, V) == 0x000018, "Member 'KismetMathLibrary_RGBToHSV::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RGBToHSV, A) == 0x00001C, "Member 'KismetMathLibrary_RGBToHSV::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RGBToHSV_Vector \ +static_assert(alignof(KismetMathLibrary_RGBToHSV_Vector) == 0x000004, "Wrong alignment on KismetMathLibrary_RGBToHSV_Vector"); \ +static_assert(sizeof(KismetMathLibrary_RGBToHSV_Vector) == 0x000020, "Wrong size on KismetMathLibrary_RGBToHSV_Vector"); \ +static_assert(offsetof(KismetMathLibrary_RGBToHSV_Vector, RGB) == 0x000000, "Member 'KismetMathLibrary_RGBToHSV_Vector::RGB' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RGBToHSV_Vector, HSV) == 0x000010, "Member 'KismetMathLibrary_RGBToHSV_Vector::HSV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RInterpTo \ +static_assert(alignof(KismetMathLibrary_RInterpTo) == 0x000004, "Wrong alignment on KismetMathLibrary_RInterpTo"); \ +static_assert(sizeof(KismetMathLibrary_RInterpTo) == 0x00002C, "Wrong size on KismetMathLibrary_RInterpTo"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo, Current) == 0x000000, "Member 'KismetMathLibrary_RInterpTo::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo, Target) == 0x00000C, "Member 'KismetMathLibrary_RInterpTo::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo, DeltaTime) == 0x000018, "Member 'KismetMathLibrary_RInterpTo::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo, InterpSpeed) == 0x00001C, "Member 'KismetMathLibrary_RInterpTo::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_RInterpTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RInterpTo_Constant \ +static_assert(alignof(KismetMathLibrary_RInterpTo_Constant) == 0x000004, "Wrong alignment on KismetMathLibrary_RInterpTo_Constant"); \ +static_assert(sizeof(KismetMathLibrary_RInterpTo_Constant) == 0x00002C, "Wrong size on KismetMathLibrary_RInterpTo_Constant"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo_Constant, Current) == 0x000000, "Member 'KismetMathLibrary_RInterpTo_Constant::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo_Constant, Target) == 0x00000C, "Member 'KismetMathLibrary_RInterpTo_Constant::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo_Constant, DeltaTime) == 0x000018, "Member 'KismetMathLibrary_RInterpTo_Constant::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo_Constant, InterpSpeed) == 0x00001C, "Member 'KismetMathLibrary_RInterpTo_Constant::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo_Constant, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_RInterpTo_Constant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RLerp \ +static_assert(alignof(KismetMathLibrary_RLerp) == 0x000004, "Wrong alignment on KismetMathLibrary_RLerp"); \ +static_assert(sizeof(KismetMathLibrary_RLerp) == 0x00002C, "Wrong size on KismetMathLibrary_RLerp"); \ +static_assert(offsetof(KismetMathLibrary_RLerp, A) == 0x000000, "Member 'KismetMathLibrary_RLerp::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RLerp, B) == 0x00000C, "Member 'KismetMathLibrary_RLerp::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RLerp, Alpha) == 0x000018, "Member 'KismetMathLibrary_RLerp::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RLerp, bShortestPath) == 0x00001C, "Member 'KismetMathLibrary_RLerp::bShortestPath' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RLerp, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_RLerp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RotateAngleAxis \ +static_assert(alignof(KismetMathLibrary_RotateAngleAxis) == 0x000004, "Wrong alignment on KismetMathLibrary_RotateAngleAxis"); \ +static_assert(sizeof(KismetMathLibrary_RotateAngleAxis) == 0x000028, "Wrong size on KismetMathLibrary_RotateAngleAxis"); \ +static_assert(offsetof(KismetMathLibrary_RotateAngleAxis, InVect) == 0x000000, "Member 'KismetMathLibrary_RotateAngleAxis::InVect' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RotateAngleAxis, AngleDeg) == 0x00000C, "Member 'KismetMathLibrary_RotateAngleAxis::AngleDeg' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RotateAngleAxis, Axis) == 0x000010, "Member 'KismetMathLibrary_RotateAngleAxis::Axis' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RotateAngleAxis, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_RotateAngleAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RotatorFromAxisAndAngle \ +static_assert(alignof(KismetMathLibrary_RotatorFromAxisAndAngle) == 0x000004, "Wrong alignment on KismetMathLibrary_RotatorFromAxisAndAngle"); \ +static_assert(sizeof(KismetMathLibrary_RotatorFromAxisAndAngle) == 0x00001C, "Wrong size on KismetMathLibrary_RotatorFromAxisAndAngle"); \ +static_assert(offsetof(KismetMathLibrary_RotatorFromAxisAndAngle, Axis) == 0x000000, "Member 'KismetMathLibrary_RotatorFromAxisAndAngle::Axis' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RotatorFromAxisAndAngle, Angle) == 0x00000C, "Member 'KismetMathLibrary_RotatorFromAxisAndAngle::Angle' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RotatorFromAxisAndAngle, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RotatorFromAxisAndAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Round \ +static_assert(alignof(KismetMathLibrary_Round) == 0x000004, "Wrong alignment on KismetMathLibrary_Round"); \ +static_assert(sizeof(KismetMathLibrary_Round) == 0x000008, "Wrong size on KismetMathLibrary_Round"); \ +static_assert(offsetof(KismetMathLibrary_Round, A) == 0x000000, "Member 'KismetMathLibrary_Round::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Round, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Round::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Round64 \ +static_assert(alignof(KismetMathLibrary_Round64) == 0x000008, "Wrong alignment on KismetMathLibrary_Round64"); \ +static_assert(sizeof(KismetMathLibrary_Round64) == 0x000010, "Wrong size on KismetMathLibrary_Round64"); \ +static_assert(offsetof(KismetMathLibrary_Round64, A) == 0x000000, "Member 'KismetMathLibrary_Round64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Round64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Round64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SafeDivide \ +static_assert(alignof(KismetMathLibrary_SafeDivide) == 0x000004, "Wrong alignment on KismetMathLibrary_SafeDivide"); \ +static_assert(sizeof(KismetMathLibrary_SafeDivide) == 0x00000C, "Wrong size on KismetMathLibrary_SafeDivide"); \ +static_assert(offsetof(KismetMathLibrary_SafeDivide, A) == 0x000000, "Member 'KismetMathLibrary_SafeDivide::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SafeDivide, B) == 0x000004, "Member 'KismetMathLibrary_SafeDivide::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SafeDivide, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_SafeDivide::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SeedRandomStream \ +static_assert(alignof(KismetMathLibrary_SeedRandomStream) == 0x000004, "Wrong alignment on KismetMathLibrary_SeedRandomStream"); \ +static_assert(sizeof(KismetMathLibrary_SeedRandomStream) == 0x000008, "Wrong size on KismetMathLibrary_SeedRandomStream"); \ +static_assert(offsetof(KismetMathLibrary_SeedRandomStream, Stream) == 0x000000, "Member 'KismetMathLibrary_SeedRandomStream::Stream' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectClass \ +static_assert(alignof(KismetMathLibrary_SelectClass) == 0x000008, "Wrong alignment on KismetMathLibrary_SelectClass"); \ +static_assert(sizeof(KismetMathLibrary_SelectClass) == 0x000020, "Wrong size on KismetMathLibrary_SelectClass"); \ +static_assert(offsetof(KismetMathLibrary_SelectClass, A) == 0x000000, "Member 'KismetMathLibrary_SelectClass::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectClass, B) == 0x000008, "Member 'KismetMathLibrary_SelectClass::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectClass, bSelectA) == 0x000010, "Member 'KismetMathLibrary_SelectClass::bSelectA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectClass, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_SelectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectColor \ +static_assert(alignof(KismetMathLibrary_SelectColor) == 0x000004, "Wrong alignment on KismetMathLibrary_SelectColor"); \ +static_assert(sizeof(KismetMathLibrary_SelectColor) == 0x000034, "Wrong size on KismetMathLibrary_SelectColor"); \ +static_assert(offsetof(KismetMathLibrary_SelectColor, A) == 0x000000, "Member 'KismetMathLibrary_SelectColor::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectColor, B) == 0x000010, "Member 'KismetMathLibrary_SelectColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectColor, bPickA) == 0x000020, "Member 'KismetMathLibrary_SelectColor::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectColor, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_SelectColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectFloat \ +static_assert(alignof(KismetMathLibrary_SelectFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_SelectFloat"); \ +static_assert(sizeof(KismetMathLibrary_SelectFloat) == 0x000010, "Wrong size on KismetMathLibrary_SelectFloat"); \ +static_assert(offsetof(KismetMathLibrary_SelectFloat, A) == 0x000000, "Member 'KismetMathLibrary_SelectFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectFloat, B) == 0x000004, "Member 'KismetMathLibrary_SelectFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectFloat, bPickA) == 0x000008, "Member 'KismetMathLibrary_SelectFloat::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectFloat, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_SelectFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectInt \ +static_assert(alignof(KismetMathLibrary_SelectInt) == 0x000004, "Wrong alignment on KismetMathLibrary_SelectInt"); \ +static_assert(sizeof(KismetMathLibrary_SelectInt) == 0x000010, "Wrong size on KismetMathLibrary_SelectInt"); \ +static_assert(offsetof(KismetMathLibrary_SelectInt, A) == 0x000000, "Member 'KismetMathLibrary_SelectInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectInt, B) == 0x000004, "Member 'KismetMathLibrary_SelectInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectInt, bPickA) == 0x000008, "Member 'KismetMathLibrary_SelectInt::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectInt, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_SelectInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectObject \ +static_assert(alignof(KismetMathLibrary_SelectObject) == 0x000008, "Wrong alignment on KismetMathLibrary_SelectObject"); \ +static_assert(sizeof(KismetMathLibrary_SelectObject) == 0x000020, "Wrong size on KismetMathLibrary_SelectObject"); \ +static_assert(offsetof(KismetMathLibrary_SelectObject, A) == 0x000000, "Member 'KismetMathLibrary_SelectObject::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectObject, B) == 0x000008, "Member 'KismetMathLibrary_SelectObject::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectObject, bSelectA) == 0x000010, "Member 'KismetMathLibrary_SelectObject::bSelectA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectObject, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_SelectObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectRotator \ +static_assert(alignof(KismetMathLibrary_SelectRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_SelectRotator"); \ +static_assert(sizeof(KismetMathLibrary_SelectRotator) == 0x000028, "Wrong size on KismetMathLibrary_SelectRotator"); \ +static_assert(offsetof(KismetMathLibrary_SelectRotator, A) == 0x000000, "Member 'KismetMathLibrary_SelectRotator::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectRotator, B) == 0x00000C, "Member 'KismetMathLibrary_SelectRotator::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectRotator, bPickA) == 0x000018, "Member 'KismetMathLibrary_SelectRotator::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectRotator, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_SelectRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectString \ +static_assert(alignof(KismetMathLibrary_SelectString) == 0x000008, "Wrong alignment on KismetMathLibrary_SelectString"); \ +static_assert(sizeof(KismetMathLibrary_SelectString) == 0x000038, "Wrong size on KismetMathLibrary_SelectString"); \ +static_assert(offsetof(KismetMathLibrary_SelectString, A) == 0x000000, "Member 'KismetMathLibrary_SelectString::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectString, B) == 0x000010, "Member 'KismetMathLibrary_SelectString::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectString, bPickA) == 0x000020, "Member 'KismetMathLibrary_SelectString::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectString, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_SelectString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectTransform \ +static_assert(alignof(KismetMathLibrary_SelectTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_SelectTransform"); \ +static_assert(sizeof(KismetMathLibrary_SelectTransform) == 0x0000A0, "Wrong size on KismetMathLibrary_SelectTransform"); \ +static_assert(offsetof(KismetMathLibrary_SelectTransform, A) == 0x000000, "Member 'KismetMathLibrary_SelectTransform::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectTransform, B) == 0x000030, "Member 'KismetMathLibrary_SelectTransform::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectTransform, bPickA) == 0x000060, "Member 'KismetMathLibrary_SelectTransform::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectTransform, ReturnValue) == 0x000070, "Member 'KismetMathLibrary_SelectTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectVector \ +static_assert(alignof(KismetMathLibrary_SelectVector) == 0x000004, "Wrong alignment on KismetMathLibrary_SelectVector"); \ +static_assert(sizeof(KismetMathLibrary_SelectVector) == 0x000028, "Wrong size on KismetMathLibrary_SelectVector"); \ +static_assert(offsetof(KismetMathLibrary_SelectVector, A) == 0x000000, "Member 'KismetMathLibrary_SelectVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectVector, B) == 0x00000C, "Member 'KismetMathLibrary_SelectVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectVector, bPickA) == 0x000018, "Member 'KismetMathLibrary_SelectVector::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectVector, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_SelectVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Set2D \ +static_assert(alignof(KismetMathLibrary_Set2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Set2D"); \ +static_assert(sizeof(KismetMathLibrary_Set2D) == 0x000010, "Wrong size on KismetMathLibrary_Set2D"); \ +static_assert(offsetof(KismetMathLibrary_Set2D, A) == 0x000000, "Member 'KismetMathLibrary_Set2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Set2D, X) == 0x000008, "Member 'KismetMathLibrary_Set2D::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Set2D, Y) == 0x00000C, "Member 'KismetMathLibrary_Set2D::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SetRandomStreamSeed \ +static_assert(alignof(KismetMathLibrary_SetRandomStreamSeed) == 0x000004, "Wrong alignment on KismetMathLibrary_SetRandomStreamSeed"); \ +static_assert(sizeof(KismetMathLibrary_SetRandomStreamSeed) == 0x00000C, "Wrong size on KismetMathLibrary_SetRandomStreamSeed"); \ +static_assert(offsetof(KismetMathLibrary_SetRandomStreamSeed, Stream) == 0x000000, "Member 'KismetMathLibrary_SetRandomStreamSeed::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SetRandomStreamSeed, NewSeed) == 0x000008, "Member 'KismetMathLibrary_SetRandomStreamSeed::NewSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SignOfFloat \ +static_assert(alignof(KismetMathLibrary_SignOfFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_SignOfFloat"); \ +static_assert(sizeof(KismetMathLibrary_SignOfFloat) == 0x000008, "Wrong size on KismetMathLibrary_SignOfFloat"); \ +static_assert(offsetof(KismetMathLibrary_SignOfFloat, A) == 0x000000, "Member 'KismetMathLibrary_SignOfFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SignOfFloat, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_SignOfFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SignOfInteger \ +static_assert(alignof(KismetMathLibrary_SignOfInteger) == 0x000004, "Wrong alignment on KismetMathLibrary_SignOfInteger"); \ +static_assert(sizeof(KismetMathLibrary_SignOfInteger) == 0x000008, "Wrong size on KismetMathLibrary_SignOfInteger"); \ +static_assert(offsetof(KismetMathLibrary_SignOfInteger, A) == 0x000000, "Member 'KismetMathLibrary_SignOfInteger::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SignOfInteger, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_SignOfInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SignOfInteger64 \ +static_assert(alignof(KismetMathLibrary_SignOfInteger64) == 0x000008, "Wrong alignment on KismetMathLibrary_SignOfInteger64"); \ +static_assert(sizeof(KismetMathLibrary_SignOfInteger64) == 0x000010, "Wrong size on KismetMathLibrary_SignOfInteger64"); \ +static_assert(offsetof(KismetMathLibrary_SignOfInteger64, A) == 0x000000, "Member 'KismetMathLibrary_SignOfInteger64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SignOfInteger64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_SignOfInteger64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Sin \ +static_assert(alignof(KismetMathLibrary_Sin) == 0x000004, "Wrong alignment on KismetMathLibrary_Sin"); \ +static_assert(sizeof(KismetMathLibrary_Sin) == 0x000008, "Wrong size on KismetMathLibrary_Sin"); \ +static_assert(offsetof(KismetMathLibrary_Sin, A) == 0x000000, "Member 'KismetMathLibrary_Sin::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Sin, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Sin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Spherical2DToUnitCartesian \ +static_assert(alignof(KismetMathLibrary_Spherical2DToUnitCartesian) == 0x000004, "Wrong alignment on KismetMathLibrary_Spherical2DToUnitCartesian"); \ +static_assert(sizeof(KismetMathLibrary_Spherical2DToUnitCartesian) == 0x000014, "Wrong size on KismetMathLibrary_Spherical2DToUnitCartesian"); \ +static_assert(offsetof(KismetMathLibrary_Spherical2DToUnitCartesian, A) == 0x000000, "Member 'KismetMathLibrary_Spherical2DToUnitCartesian::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Spherical2DToUnitCartesian, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Spherical2DToUnitCartesian::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Sqrt \ +static_assert(alignof(KismetMathLibrary_Sqrt) == 0x000004, "Wrong alignment on KismetMathLibrary_Sqrt"); \ +static_assert(sizeof(KismetMathLibrary_Sqrt) == 0x000008, "Wrong size on KismetMathLibrary_Sqrt"); \ +static_assert(offsetof(KismetMathLibrary_Sqrt, A) == 0x000000, "Member 'KismetMathLibrary_Sqrt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Sqrt, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Sqrt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Square \ +static_assert(alignof(KismetMathLibrary_Square) == 0x000004, "Wrong alignment on KismetMathLibrary_Square"); \ +static_assert(sizeof(KismetMathLibrary_Square) == 0x000008, "Wrong size on KismetMathLibrary_Square"); \ +static_assert(offsetof(KismetMathLibrary_Square, A) == 0x000000, "Member 'KismetMathLibrary_Square::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Square, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Square::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_ByteByte \ +static_assert(alignof(KismetMathLibrary_Subtract_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Subtract_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Subtract_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Subtract_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Subtract_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_DateTimeDateTime \ +static_assert(alignof(KismetMathLibrary_Subtract_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_DateTimeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_Subtract_DateTimeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_DateTimeDateTime::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_DateTimeDateTime::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_DateTimeTimespan \ +static_assert(alignof(KismetMathLibrary_Subtract_DateTimeTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_DateTimeTimespan"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_DateTimeTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Subtract_DateTimeTimespan"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_DateTimeTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_DateTimeTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_DateTimeTimespan, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_DateTimeTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_DateTimeTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_DateTimeTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_FloatFloat \ +static_assert(alignof(KismetMathLibrary_Subtract_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Subtract_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_FloatFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_FloatFloat, B) == 0x000004, "Member 'KismetMathLibrary_Subtract_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Subtract_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_Subtract_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Subtract_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_IntInt \ +static_assert(alignof(KismetMathLibrary_Subtract_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Subtract_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Subtract_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Subtract_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_IntPointInt \ +static_assert(alignof(KismetMathLibrary_Subtract_IntPointInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_IntPointInt"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_IntPointInt) == 0x000014, "Wrong size on KismetMathLibrary_Subtract_IntPointInt"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntPointInt, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_IntPointInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntPointInt, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_IntPointInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntPointInt, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Subtract_IntPointInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_IntPointIntPoint \ +static_assert(alignof(KismetMathLibrary_Subtract_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_IntPointIntPoint"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_IntPointIntPoint) == 0x000018, "Wrong size on KismetMathLibrary_Subtract_IntPointIntPoint"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_IntPointIntPoint::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntPointIntPoint, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_IntPointIntPoint::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_LinearColorLinearColor \ +static_assert(alignof(KismetMathLibrary_Subtract_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_LinearColorLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_LinearColorLinearColor) == 0x000030, "Wrong size on KismetMathLibrary_Subtract_LinearColorLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_LinearColorLinearColor::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_LinearColorLinearColor, B) == 0x000010, "Member 'KismetMathLibrary_Subtract_LinearColorLinearColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Subtract_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_QuatQuat \ +static_assert(alignof(KismetMathLibrary_Subtract_QuatQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_Subtract_QuatQuat"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_QuatQuat) == 0x000030, "Wrong size on KismetMathLibrary_Subtract_QuatQuat"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_QuatQuat, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_QuatQuat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_QuatQuat, B) == 0x000010, "Member 'KismetMathLibrary_Subtract_QuatQuat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_QuatQuat, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Subtract_QuatQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_TimespanTimespan \ +static_assert(alignof(KismetMathLibrary_Subtract_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_TimespanTimespan"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Subtract_TimespanTimespan"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_TimespanTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_TimespanTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_TimespanTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_Vector2DFloat \ +static_assert(alignof(KismetMathLibrary_Subtract_Vector2DFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_Vector2DFloat"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_Vector2DFloat) == 0x000014, "Wrong size on KismetMathLibrary_Subtract_Vector2DFloat"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector2DFloat, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_Vector2DFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector2DFloat, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_Vector2DFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector2DFloat, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Subtract_Vector2DFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_Subtract_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_Vector2DVector2D) == 0x000018, "Wrong size on KismetMathLibrary_Subtract_Vector2DVector2D"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_Vector2DVector2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector2DVector2D, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector2DVector2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_Vector4Vector4 \ +static_assert(alignof(KismetMathLibrary_Subtract_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_Subtract_Vector4Vector4"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_Subtract_Vector4Vector4"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_Vector4Vector4::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector4Vector4, B) == 0x000010, "Member 'KismetMathLibrary_Subtract_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector4Vector4, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Subtract_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_VectorFloat \ +static_assert(alignof(KismetMathLibrary_Subtract_VectorFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_VectorFloat"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_VectorFloat) == 0x00001C, "Wrong size on KismetMathLibrary_Subtract_VectorFloat"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_VectorFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorFloat, B) == 0x00000C, "Member 'KismetMathLibrary_Subtract_VectorFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_VectorFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_VectorInt \ +static_assert(alignof(KismetMathLibrary_Subtract_VectorInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_VectorInt"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_VectorInt) == 0x00001C, "Wrong size on KismetMathLibrary_Subtract_VectorInt"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorInt, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_VectorInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorInt, B) == 0x00000C, "Member 'KismetMathLibrary_Subtract_VectorInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorInt, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_VectorInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_VectorVector \ +static_assert(alignof(KismetMathLibrary_Subtract_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_VectorVector) == 0x000024, "Wrong size on KismetMathLibrary_Subtract_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorVector, B) == 0x00000C, "Member 'KismetMathLibrary_Subtract_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Subtract_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Tan \ +static_assert(alignof(KismetMathLibrary_Tan) == 0x000004, "Wrong alignment on KismetMathLibrary_Tan"); \ +static_assert(sizeof(KismetMathLibrary_Tan) == 0x000008, "Wrong size on KismetMathLibrary_Tan"); \ +static_assert(offsetof(KismetMathLibrary_Tan, A) == 0x000000, "Member 'KismetMathLibrary_Tan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Tan, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Tan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TEase \ +static_assert(alignof(KismetMathLibrary_TEase) == 0x000010, "Wrong alignment on KismetMathLibrary_TEase"); \ +static_assert(sizeof(KismetMathLibrary_TEase) == 0x0000A0, "Wrong size on KismetMathLibrary_TEase"); \ +static_assert(offsetof(KismetMathLibrary_TEase, A) == 0x000000, "Member 'KismetMathLibrary_TEase::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TEase, B) == 0x000030, "Member 'KismetMathLibrary_TEase::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TEase, Alpha) == 0x000060, "Member 'KismetMathLibrary_TEase::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TEase, EasingFunc) == 0x000064, "Member 'KismetMathLibrary_TEase::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TEase, BlendExp) == 0x000068, "Member 'KismetMathLibrary_TEase::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TEase, Steps) == 0x00006C, "Member 'KismetMathLibrary_TEase::Steps' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TEase, ReturnValue) == 0x000070, "Member 'KismetMathLibrary_TEase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TimespanFromString \ +static_assert(alignof(KismetMathLibrary_TimespanFromString) == 0x000008, "Wrong alignment on KismetMathLibrary_TimespanFromString"); \ +static_assert(sizeof(KismetMathLibrary_TimespanFromString) == 0x000020, "Wrong size on KismetMathLibrary_TimespanFromString"); \ +static_assert(offsetof(KismetMathLibrary_TimespanFromString, TimespanString) == 0x000000, "Member 'KismetMathLibrary_TimespanFromString::TimespanString' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TimespanFromString, Result) == 0x000010, "Member 'KismetMathLibrary_TimespanFromString::Result' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TimespanFromString, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_TimespanFromString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TimespanMaxValue \ +static_assert(alignof(KismetMathLibrary_TimespanMaxValue) == 0x000008, "Wrong alignment on KismetMathLibrary_TimespanMaxValue"); \ +static_assert(sizeof(KismetMathLibrary_TimespanMaxValue) == 0x000008, "Wrong size on KismetMathLibrary_TimespanMaxValue"); \ +static_assert(offsetof(KismetMathLibrary_TimespanMaxValue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_TimespanMaxValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TimespanMinValue \ +static_assert(alignof(KismetMathLibrary_TimespanMinValue) == 0x000008, "Wrong alignment on KismetMathLibrary_TimespanMinValue"); \ +static_assert(sizeof(KismetMathLibrary_TimespanMinValue) == 0x000008, "Wrong size on KismetMathLibrary_TimespanMinValue"); \ +static_assert(offsetof(KismetMathLibrary_TimespanMinValue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_TimespanMinValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TimespanRatio \ +static_assert(alignof(KismetMathLibrary_TimespanRatio) == 0x000008, "Wrong alignment on KismetMathLibrary_TimespanRatio"); \ +static_assert(sizeof(KismetMathLibrary_TimespanRatio) == 0x000018, "Wrong size on KismetMathLibrary_TimespanRatio"); \ +static_assert(offsetof(KismetMathLibrary_TimespanRatio, A) == 0x000000, "Member 'KismetMathLibrary_TimespanRatio::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TimespanRatio, B) == 0x000008, "Member 'KismetMathLibrary_TimespanRatio::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TimespanRatio, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_TimespanRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TimespanZeroValue \ +static_assert(alignof(KismetMathLibrary_TimespanZeroValue) == 0x000008, "Wrong alignment on KismetMathLibrary_TimespanZeroValue"); \ +static_assert(sizeof(KismetMathLibrary_TimespanZeroValue) == 0x000008, "Wrong size on KismetMathLibrary_TimespanZeroValue"); \ +static_assert(offsetof(KismetMathLibrary_TimespanZeroValue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_TimespanZeroValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TInterpTo \ +static_assert(alignof(KismetMathLibrary_TInterpTo) == 0x000010, "Wrong alignment on KismetMathLibrary_TInterpTo"); \ +static_assert(sizeof(KismetMathLibrary_TInterpTo) == 0x0000A0, "Wrong size on KismetMathLibrary_TInterpTo"); \ +static_assert(offsetof(KismetMathLibrary_TInterpTo, Current) == 0x000000, "Member 'KismetMathLibrary_TInterpTo::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TInterpTo, Target) == 0x000030, "Member 'KismetMathLibrary_TInterpTo::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TInterpTo, DeltaTime) == 0x000060, "Member 'KismetMathLibrary_TInterpTo::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TInterpTo, InterpSpeed) == 0x000064, "Member 'KismetMathLibrary_TInterpTo::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TInterpTo, ReturnValue) == 0x000070, "Member 'KismetMathLibrary_TInterpTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TLerp \ +static_assert(alignof(KismetMathLibrary_TLerp) == 0x000010, "Wrong alignment on KismetMathLibrary_TLerp"); \ +static_assert(sizeof(KismetMathLibrary_TLerp) == 0x0000A0, "Wrong size on KismetMathLibrary_TLerp"); \ +static_assert(offsetof(KismetMathLibrary_TLerp, A) == 0x000000, "Member 'KismetMathLibrary_TLerp::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TLerp, B) == 0x000030, "Member 'KismetMathLibrary_TLerp::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TLerp, Alpha) == 0x000060, "Member 'KismetMathLibrary_TLerp::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TLerp, InterpMode) == 0x000064, "Member 'KismetMathLibrary_TLerp::InterpMode' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TLerp, ReturnValue) == 0x000070, "Member 'KismetMathLibrary_TLerp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Today \ +static_assert(alignof(KismetMathLibrary_Today) == 0x000008, "Wrong alignment on KismetMathLibrary_Today"); \ +static_assert(sizeof(KismetMathLibrary_Today) == 0x000008, "Wrong size on KismetMathLibrary_Today"); \ +static_assert(offsetof(KismetMathLibrary_Today, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Today::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ToDirectionAndLength2D \ +static_assert(alignof(KismetMathLibrary_ToDirectionAndLength2D) == 0x000004, "Wrong alignment on KismetMathLibrary_ToDirectionAndLength2D"); \ +static_assert(sizeof(KismetMathLibrary_ToDirectionAndLength2D) == 0x000014, "Wrong size on KismetMathLibrary_ToDirectionAndLength2D"); \ +static_assert(offsetof(KismetMathLibrary_ToDirectionAndLength2D, A) == 0x000000, "Member 'KismetMathLibrary_ToDirectionAndLength2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ToDirectionAndLength2D, OutDir) == 0x000008, "Member 'KismetMathLibrary_ToDirectionAndLength2D::OutDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ToDirectionAndLength2D, OutLength) == 0x000010, "Member 'KismetMathLibrary_ToDirectionAndLength2D::OutLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ToRounded2D \ +static_assert(alignof(KismetMathLibrary_ToRounded2D) == 0x000004, "Wrong alignment on KismetMathLibrary_ToRounded2D"); \ +static_assert(sizeof(KismetMathLibrary_ToRounded2D) == 0x000010, "Wrong size on KismetMathLibrary_ToRounded2D"); \ +static_assert(offsetof(KismetMathLibrary_ToRounded2D, A) == 0x000000, "Member 'KismetMathLibrary_ToRounded2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ToRounded2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_ToRounded2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ToSign2D \ +static_assert(alignof(KismetMathLibrary_ToSign2D) == 0x000004, "Wrong alignment on KismetMathLibrary_ToSign2D"); \ +static_assert(sizeof(KismetMathLibrary_ToSign2D) == 0x000010, "Wrong size on KismetMathLibrary_ToSign2D"); \ +static_assert(offsetof(KismetMathLibrary_ToSign2D, A) == 0x000000, "Member 'KismetMathLibrary_ToSign2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ToSign2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_ToSign2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Transform_Determinant \ +static_assert(alignof(KismetMathLibrary_Transform_Determinant) == 0x000010, "Wrong alignment on KismetMathLibrary_Transform_Determinant"); \ +static_assert(sizeof(KismetMathLibrary_Transform_Determinant) == 0x000040, "Wrong size on KismetMathLibrary_Transform_Determinant"); \ +static_assert(offsetof(KismetMathLibrary_Transform_Determinant, Transform) == 0x000000, "Member 'KismetMathLibrary_Transform_Determinant::Transform' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Transform_Determinant, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Transform_Determinant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TransformDirection \ +static_assert(alignof(KismetMathLibrary_TransformDirection) == 0x000010, "Wrong alignment on KismetMathLibrary_TransformDirection"); \ +static_assert(sizeof(KismetMathLibrary_TransformDirection) == 0x000050, "Wrong size on KismetMathLibrary_TransformDirection"); \ +static_assert(offsetof(KismetMathLibrary_TransformDirection, T) == 0x000000, "Member 'KismetMathLibrary_TransformDirection::T' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformDirection, Direction) == 0x000030, "Member 'KismetMathLibrary_TransformDirection::Direction' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformDirection, ReturnValue) == 0x00003C, "Member 'KismetMathLibrary_TransformDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TransformLocation \ +static_assert(alignof(KismetMathLibrary_TransformLocation) == 0x000010, "Wrong alignment on KismetMathLibrary_TransformLocation"); \ +static_assert(sizeof(KismetMathLibrary_TransformLocation) == 0x000050, "Wrong size on KismetMathLibrary_TransformLocation"); \ +static_assert(offsetof(KismetMathLibrary_TransformLocation, T) == 0x000000, "Member 'KismetMathLibrary_TransformLocation::T' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformLocation, Location) == 0x000030, "Member 'KismetMathLibrary_TransformLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformLocation, ReturnValue) == 0x00003C, "Member 'KismetMathLibrary_TransformLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TransformRotation \ +static_assert(alignof(KismetMathLibrary_TransformRotation) == 0x000010, "Wrong alignment on KismetMathLibrary_TransformRotation"); \ +static_assert(sizeof(KismetMathLibrary_TransformRotation) == 0x000050, "Wrong size on KismetMathLibrary_TransformRotation"); \ +static_assert(offsetof(KismetMathLibrary_TransformRotation, T) == 0x000000, "Member 'KismetMathLibrary_TransformRotation::T' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformRotation, Rotation) == 0x000030, "Member 'KismetMathLibrary_TransformRotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformRotation, ReturnValue) == 0x00003C, "Member 'KismetMathLibrary_TransformRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TransformVector4 \ +static_assert(alignof(KismetMathLibrary_TransformVector4) == 0x000010, "Wrong alignment on KismetMathLibrary_TransformVector4"); \ +static_assert(sizeof(KismetMathLibrary_TransformVector4) == 0x000060, "Wrong size on KismetMathLibrary_TransformVector4"); \ +static_assert(offsetof(KismetMathLibrary_TransformVector4, Matrix) == 0x000000, "Member 'KismetMathLibrary_TransformVector4::Matrix' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformVector4, Vec4) == 0x000040, "Member 'KismetMathLibrary_TransformVector4::Vec4' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformVector4, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_TransformVector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_UtcNow \ +static_assert(alignof(KismetMathLibrary_UtcNow) == 0x000008, "Wrong alignment on KismetMathLibrary_UtcNow"); \ +static_assert(sizeof(KismetMathLibrary_UtcNow) == 0x000008, "Wrong size on KismetMathLibrary_UtcNow"); \ +static_assert(offsetof(KismetMathLibrary_UtcNow, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_UtcNow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VEase \ +static_assert(alignof(KismetMathLibrary_VEase) == 0x000004, "Wrong alignment on KismetMathLibrary_VEase"); \ +static_assert(sizeof(KismetMathLibrary_VEase) == 0x000034, "Wrong size on KismetMathLibrary_VEase"); \ +static_assert(offsetof(KismetMathLibrary_VEase, A) == 0x000000, "Member 'KismetMathLibrary_VEase::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VEase, B) == 0x00000C, "Member 'KismetMathLibrary_VEase::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VEase, Alpha) == 0x000018, "Member 'KismetMathLibrary_VEase::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VEase, EasingFunc) == 0x00001C, "Member 'KismetMathLibrary_VEase::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VEase, BlendExp) == 0x000020, "Member 'KismetMathLibrary_VEase::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VEase, Steps) == 0x000024, "Member 'KismetMathLibrary_VEase::Steps' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VEase, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_VEase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector2D_One \ +static_assert(alignof(KismetMathLibrary_Vector2D_One) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector2D_One"); \ +static_assert(sizeof(KismetMathLibrary_Vector2D_One) == 0x000008, "Wrong size on KismetMathLibrary_Vector2D_One"); \ +static_assert(offsetof(KismetMathLibrary_Vector2D_One, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector2D_One::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector2D_Unit45Deg \ +static_assert(alignof(KismetMathLibrary_Vector2D_Unit45Deg) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector2D_Unit45Deg"); \ +static_assert(sizeof(KismetMathLibrary_Vector2D_Unit45Deg) == 0x000008, "Wrong size on KismetMathLibrary_Vector2D_Unit45Deg"); \ +static_assert(offsetof(KismetMathLibrary_Vector2D_Unit45Deg, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector2D_Unit45Deg::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector2D_Zero \ +static_assert(alignof(KismetMathLibrary_Vector2D_Zero) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector2D_Zero"); \ +static_assert(sizeof(KismetMathLibrary_Vector2D_Zero) == 0x000008, "Wrong size on KismetMathLibrary_Vector2D_Zero"); \ +static_assert(offsetof(KismetMathLibrary_Vector2D_Zero, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector2D_Zero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector2DInterpTo \ +static_assert(alignof(KismetMathLibrary_Vector2DInterpTo) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector2DInterpTo"); \ +static_assert(sizeof(KismetMathLibrary_Vector2DInterpTo) == 0x000020, "Wrong size on KismetMathLibrary_Vector2DInterpTo"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo, Current) == 0x000000, "Member 'KismetMathLibrary_Vector2DInterpTo::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo, Target) == 0x000008, "Member 'KismetMathLibrary_Vector2DInterpTo::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo, DeltaTime) == 0x000010, "Member 'KismetMathLibrary_Vector2DInterpTo::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo, InterpSpeed) == 0x000014, "Member 'KismetMathLibrary_Vector2DInterpTo::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector2DInterpTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector2DInterpTo_Constant \ +static_assert(alignof(KismetMathLibrary_Vector2DInterpTo_Constant) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector2DInterpTo_Constant"); \ +static_assert(sizeof(KismetMathLibrary_Vector2DInterpTo_Constant) == 0x000020, "Wrong size on KismetMathLibrary_Vector2DInterpTo_Constant"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo_Constant, Current) == 0x000000, "Member 'KismetMathLibrary_Vector2DInterpTo_Constant::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo_Constant, Target) == 0x000008, "Member 'KismetMathLibrary_Vector2DInterpTo_Constant::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo_Constant, DeltaTime) == 0x000010, "Member 'KismetMathLibrary_Vector2DInterpTo_Constant::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo_Constant, InterpSpeed) == 0x000014, "Member 'KismetMathLibrary_Vector2DInterpTo_Constant::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo_Constant, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector2DInterpTo_Constant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Assign \ +static_assert(alignof(KismetMathLibrary_Vector4_Assign) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Assign"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_Assign) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_Assign"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Assign, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Assign::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Assign, InVector) == 0x000010, "Member 'KismetMathLibrary_Vector4_Assign::InVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_CrossProduct3 \ +static_assert(alignof(KismetMathLibrary_Vector4_CrossProduct3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_CrossProduct3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_CrossProduct3) == 0x000030, "Wrong size on KismetMathLibrary_Vector4_CrossProduct3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_CrossProduct3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_CrossProduct3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_CrossProduct3, B) == 0x000010, "Member 'KismetMathLibrary_Vector4_CrossProduct3::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_CrossProduct3, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector4_CrossProduct3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_DotProduct \ +static_assert(alignof(KismetMathLibrary_Vector4_DotProduct) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_DotProduct"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_DotProduct) == 0x000030, "Wrong size on KismetMathLibrary_Vector4_DotProduct"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_DotProduct, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_DotProduct::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_DotProduct, B) == 0x000010, "Member 'KismetMathLibrary_Vector4_DotProduct::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_DotProduct, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector4_DotProduct::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_DotProduct3 \ +static_assert(alignof(KismetMathLibrary_Vector4_DotProduct3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_DotProduct3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_DotProduct3) == 0x000030, "Wrong size on KismetMathLibrary_Vector4_DotProduct3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_DotProduct3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_DotProduct3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_DotProduct3, B) == 0x000010, "Member 'KismetMathLibrary_Vector4_DotProduct3::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_DotProduct3, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector4_DotProduct3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_IsNAN \ +static_assert(alignof(KismetMathLibrary_Vector4_IsNAN) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_IsNAN"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_IsNAN) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_IsNAN"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsNAN, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_IsNAN::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsNAN, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_IsNAN::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_IsNearlyZero3 \ +static_assert(alignof(KismetMathLibrary_Vector4_IsNearlyZero3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_IsNearlyZero3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_IsNearlyZero3) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_IsNearlyZero3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsNearlyZero3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_IsNearlyZero3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsNearlyZero3, Tolerance) == 0x000010, "Member 'KismetMathLibrary_Vector4_IsNearlyZero3::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsNearlyZero3, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_Vector4_IsNearlyZero3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_IsNormal3 \ +static_assert(alignof(KismetMathLibrary_Vector4_IsNormal3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_IsNormal3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_IsNormal3) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_IsNormal3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsNormal3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_IsNormal3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsNormal3, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_IsNormal3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_IsUnit3 \ +static_assert(alignof(KismetMathLibrary_Vector4_IsUnit3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_IsUnit3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_IsUnit3) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_IsUnit3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsUnit3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_IsUnit3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsUnit3, SquaredLenthTolerance) == 0x000010, "Member 'KismetMathLibrary_Vector4_IsUnit3::SquaredLenthTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsUnit3, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_Vector4_IsUnit3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_IsZero \ +static_assert(alignof(KismetMathLibrary_Vector4_IsZero) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_IsZero"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_IsZero) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_IsZero"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsZero, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_IsZero::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsZero, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_IsZero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_MirrorByVector3 \ +static_assert(alignof(KismetMathLibrary_Vector4_MirrorByVector3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_MirrorByVector3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_MirrorByVector3) == 0x000030, "Wrong size on KismetMathLibrary_Vector4_MirrorByVector3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_MirrorByVector3, Direction) == 0x000000, "Member 'KismetMathLibrary_Vector4_MirrorByVector3::Direction' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_MirrorByVector3, SurfaceNormal) == 0x000010, "Member 'KismetMathLibrary_Vector4_MirrorByVector3::SurfaceNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_MirrorByVector3, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector4_MirrorByVector3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Negated \ +static_assert(alignof(KismetMathLibrary_Vector4_Negated) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Negated"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_Negated) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_Negated"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Negated, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Negated::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Negated, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_Negated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Normal3 \ +static_assert(alignof(KismetMathLibrary_Vector4_Normal3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Normal3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_Normal3) == 0x000030, "Wrong size on KismetMathLibrary_Vector4_Normal3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Normal3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Normal3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Normal3, Tolerance) == 0x000010, "Member 'KismetMathLibrary_Vector4_Normal3::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Normal3, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector4_Normal3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Normalize3 \ +static_assert(alignof(KismetMathLibrary_Vector4_Normalize3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Normalize3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_Normalize3) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_Normalize3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Normalize3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Normalize3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Normalize3, Tolerance) == 0x000010, "Member 'KismetMathLibrary_Vector4_Normalize3::Tolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_NormalUnsafe3 \ +static_assert(alignof(KismetMathLibrary_Vector4_NormalUnsafe3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_NormalUnsafe3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_NormalUnsafe3) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_NormalUnsafe3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_NormalUnsafe3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_NormalUnsafe3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_NormalUnsafe3, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_NormalUnsafe3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Set \ +static_assert(alignof(KismetMathLibrary_Vector4_Set) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Set"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_Set) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_Set"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Set, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Set::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Set, X) == 0x000010, "Member 'KismetMathLibrary_Vector4_Set::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Set, Y) == 0x000014, "Member 'KismetMathLibrary_Vector4_Set::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Set, Z) == 0x000018, "Member 'KismetMathLibrary_Vector4_Set::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Set, W) == 0x00001C, "Member 'KismetMathLibrary_Vector4_Set::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Size \ +static_assert(alignof(KismetMathLibrary_Vector4_Size) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Size"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_Size) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_Size"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Size, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Size::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Size, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_Size::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Size3 \ +static_assert(alignof(KismetMathLibrary_Vector4_Size3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Size3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_Size3) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_Size3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Size3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Size3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Size3, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_Size3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_SizeSquared \ +static_assert(alignof(KismetMathLibrary_Vector4_SizeSquared) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_SizeSquared"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_SizeSquared) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_SizeSquared"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_SizeSquared, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_SizeSquared::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_SizeSquared, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_SizeSquared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_SizeSquared3 \ +static_assert(alignof(KismetMathLibrary_Vector4_SizeSquared3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_SizeSquared3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_SizeSquared3) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_SizeSquared3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_SizeSquared3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_SizeSquared3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_SizeSquared3, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector4_SizeSquared3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Zero \ +static_assert(alignof(KismetMathLibrary_Vector4_Zero) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Zero"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_Zero) == 0x000010, "Wrong size on KismetMathLibrary_Vector4_Zero"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Zero, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector4_Zero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_AddBounded \ +static_assert(alignof(KismetMathLibrary_Vector_AddBounded) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_AddBounded"); \ +static_assert(sizeof(KismetMathLibrary_Vector_AddBounded) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_AddBounded"); \ +static_assert(offsetof(KismetMathLibrary_Vector_AddBounded, A) == 0x000000, "Member 'KismetMathLibrary_Vector_AddBounded::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_AddBounded, InAddVect) == 0x00000C, "Member 'KismetMathLibrary_Vector_AddBounded::InAddVect' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_AddBounded, InRadius) == 0x000018, "Member 'KismetMathLibrary_Vector_AddBounded::InRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Assign \ +static_assert(alignof(KismetMathLibrary_Vector_Assign) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Assign"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Assign) == 0x000018, "Wrong size on KismetMathLibrary_Vector_Assign"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Assign, A) == 0x000000, "Member 'KismetMathLibrary_Vector_Assign::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Assign, InVector) == 0x00000C, "Member 'KismetMathLibrary_Vector_Assign::InVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Backward \ +static_assert(alignof(KismetMathLibrary_Vector_Backward) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Backward"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Backward) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_Backward"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Backward, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_Backward::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_BoundedToBox \ +static_assert(alignof(KismetMathLibrary_Vector_BoundedToBox) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_BoundedToBox"); \ +static_assert(sizeof(KismetMathLibrary_Vector_BoundedToBox) == 0x000030, "Wrong size on KismetMathLibrary_Vector_BoundedToBox"); \ +static_assert(offsetof(KismetMathLibrary_Vector_BoundedToBox, InVect) == 0x000000, "Member 'KismetMathLibrary_Vector_BoundedToBox::InVect' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_BoundedToBox, InBoxMin) == 0x00000C, "Member 'KismetMathLibrary_Vector_BoundedToBox::InBoxMin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_BoundedToBox, InBoxMax) == 0x000018, "Member 'KismetMathLibrary_Vector_BoundedToBox::InBoxMax' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_BoundedToBox, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_Vector_BoundedToBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_BoundedToCube \ +static_assert(alignof(KismetMathLibrary_Vector_BoundedToCube) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_BoundedToCube"); \ +static_assert(sizeof(KismetMathLibrary_Vector_BoundedToCube) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_BoundedToCube"); \ +static_assert(offsetof(KismetMathLibrary_Vector_BoundedToCube, InVect) == 0x000000, "Member 'KismetMathLibrary_Vector_BoundedToCube::InVect' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_BoundedToCube, InRadius) == 0x00000C, "Member 'KismetMathLibrary_Vector_BoundedToCube::InRadius' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_BoundedToCube, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector_BoundedToCube::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ClampSize2D \ +static_assert(alignof(KismetMathLibrary_Vector_ClampSize2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_ClampSize2D"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ClampSize2D) == 0x000020, "Wrong size on KismetMathLibrary_Vector_ClampSize2D"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSize2D, A) == 0x000000, "Member 'KismetMathLibrary_Vector_ClampSize2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSize2D, Min) == 0x00000C, "Member 'KismetMathLibrary_Vector_ClampSize2D::Min' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSize2D, Max) == 0x000010, "Member 'KismetMathLibrary_Vector_ClampSize2D::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSize2D, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_Vector_ClampSize2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ClampSizeMax \ +static_assert(alignof(KismetMathLibrary_Vector_ClampSizeMax) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_ClampSizeMax"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ClampSizeMax) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_ClampSizeMax"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSizeMax, A) == 0x000000, "Member 'KismetMathLibrary_Vector_ClampSizeMax::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSizeMax, Max) == 0x00000C, "Member 'KismetMathLibrary_Vector_ClampSizeMax::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSizeMax, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector_ClampSizeMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ClampSizeMax2D \ +static_assert(alignof(KismetMathLibrary_Vector_ClampSizeMax2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_ClampSizeMax2D"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ClampSizeMax2D) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_ClampSizeMax2D"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSizeMax2D, A) == 0x000000, "Member 'KismetMathLibrary_Vector_ClampSizeMax2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSizeMax2D, Max) == 0x00000C, "Member 'KismetMathLibrary_Vector_ClampSizeMax2D::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSizeMax2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector_ClampSizeMax2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ComponentMax \ +static_assert(alignof(KismetMathLibrary_Vector_ComponentMax) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_ComponentMax"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ComponentMax) == 0x000024, "Wrong size on KismetMathLibrary_Vector_ComponentMax"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ComponentMax, A) == 0x000000, "Member 'KismetMathLibrary_Vector_ComponentMax::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ComponentMax, B) == 0x00000C, "Member 'KismetMathLibrary_Vector_ComponentMax::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ComponentMax, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_ComponentMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ComponentMin \ +static_assert(alignof(KismetMathLibrary_Vector_ComponentMin) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_ComponentMin"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ComponentMin) == 0x000024, "Wrong size on KismetMathLibrary_Vector_ComponentMin"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ComponentMin, A) == 0x000000, "Member 'KismetMathLibrary_Vector_ComponentMin::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ComponentMin, B) == 0x00000C, "Member 'KismetMathLibrary_Vector_ComponentMin::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ComponentMin, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_ComponentMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_CosineAngle2D \ +static_assert(alignof(KismetMathLibrary_Vector_CosineAngle2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_CosineAngle2D"); \ +static_assert(sizeof(KismetMathLibrary_Vector_CosineAngle2D) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_CosineAngle2D"); \ +static_assert(offsetof(KismetMathLibrary_Vector_CosineAngle2D, A) == 0x000000, "Member 'KismetMathLibrary_Vector_CosineAngle2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_CosineAngle2D, B) == 0x00000C, "Member 'KismetMathLibrary_Vector_CosineAngle2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_CosineAngle2D, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_CosineAngle2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Distance \ +static_assert(alignof(KismetMathLibrary_Vector_Distance) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Distance"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Distance) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_Distance"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Distance, V1) == 0x000000, "Member 'KismetMathLibrary_Vector_Distance::V1' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Distance, V2) == 0x00000C, "Member 'KismetMathLibrary_Vector_Distance::V2' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Distance, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_Distance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Distance2D \ +static_assert(alignof(KismetMathLibrary_Vector_Distance2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Distance2D"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Distance2D) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_Distance2D"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Distance2D, V1) == 0x000000, "Member 'KismetMathLibrary_Vector_Distance2D::V1' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Distance2D, V2) == 0x00000C, "Member 'KismetMathLibrary_Vector_Distance2D::V2' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Distance2D, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_Distance2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Distance2DSquared \ +static_assert(alignof(KismetMathLibrary_Vector_Distance2DSquared) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Distance2DSquared"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Distance2DSquared) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_Distance2DSquared"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Distance2DSquared, V1) == 0x000000, "Member 'KismetMathLibrary_Vector_Distance2DSquared::V1' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Distance2DSquared, V2) == 0x00000C, "Member 'KismetMathLibrary_Vector_Distance2DSquared::V2' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Distance2DSquared, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_Distance2DSquared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_DistanceSquared \ +static_assert(alignof(KismetMathLibrary_Vector_DistanceSquared) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_DistanceSquared"); \ +static_assert(sizeof(KismetMathLibrary_Vector_DistanceSquared) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_DistanceSquared"); \ +static_assert(offsetof(KismetMathLibrary_Vector_DistanceSquared, V1) == 0x000000, "Member 'KismetMathLibrary_Vector_DistanceSquared::V1' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_DistanceSquared, V2) == 0x00000C, "Member 'KismetMathLibrary_Vector_DistanceSquared::V2' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_DistanceSquared, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_DistanceSquared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Down \ +static_assert(alignof(KismetMathLibrary_Vector_Down) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Down"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Down) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_Down"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Down, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_Down::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Forward \ +static_assert(alignof(KismetMathLibrary_Vector_Forward) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Forward"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Forward) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_Forward"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Forward, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_Forward::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_GetAbs \ +static_assert(alignof(KismetMathLibrary_Vector_GetAbs) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_GetAbs"); \ +static_assert(sizeof(KismetMathLibrary_Vector_GetAbs) == 0x000018, "Wrong size on KismetMathLibrary_Vector_GetAbs"); \ +static_assert(offsetof(KismetMathLibrary_Vector_GetAbs, A) == 0x000000, "Member 'KismetMathLibrary_Vector_GetAbs::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_GetAbs, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_GetAbs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_GetAbsMax \ +static_assert(alignof(KismetMathLibrary_Vector_GetAbsMax) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_GetAbsMax"); \ +static_assert(sizeof(KismetMathLibrary_Vector_GetAbsMax) == 0x000010, "Wrong size on KismetMathLibrary_Vector_GetAbsMax"); \ +static_assert(offsetof(KismetMathLibrary_Vector_GetAbsMax, A) == 0x000000, "Member 'KismetMathLibrary_Vector_GetAbsMax::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_GetAbsMax, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_GetAbsMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_GetAbsMin \ +static_assert(alignof(KismetMathLibrary_Vector_GetAbsMin) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_GetAbsMin"); \ +static_assert(sizeof(KismetMathLibrary_Vector_GetAbsMin) == 0x000010, "Wrong size on KismetMathLibrary_Vector_GetAbsMin"); \ +static_assert(offsetof(KismetMathLibrary_Vector_GetAbsMin, A) == 0x000000, "Member 'KismetMathLibrary_Vector_GetAbsMin::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_GetAbsMin, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_GetAbsMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_GetProjection \ +static_assert(alignof(KismetMathLibrary_Vector_GetProjection) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_GetProjection"); \ +static_assert(sizeof(KismetMathLibrary_Vector_GetProjection) == 0x000018, "Wrong size on KismetMathLibrary_Vector_GetProjection"); \ +static_assert(offsetof(KismetMathLibrary_Vector_GetProjection, A) == 0x000000, "Member 'KismetMathLibrary_Vector_GetProjection::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_GetProjection, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_GetProjection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_GetSignVector \ +static_assert(alignof(KismetMathLibrary_Vector_GetSignVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_GetSignVector"); \ +static_assert(sizeof(KismetMathLibrary_Vector_GetSignVector) == 0x000018, "Wrong size on KismetMathLibrary_Vector_GetSignVector"); \ +static_assert(offsetof(KismetMathLibrary_Vector_GetSignVector, A) == 0x000000, "Member 'KismetMathLibrary_Vector_GetSignVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_GetSignVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_GetSignVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_HeadingAngle \ +static_assert(alignof(KismetMathLibrary_Vector_HeadingAngle) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_HeadingAngle"); \ +static_assert(sizeof(KismetMathLibrary_Vector_HeadingAngle) == 0x000010, "Wrong size on KismetMathLibrary_Vector_HeadingAngle"); \ +static_assert(offsetof(KismetMathLibrary_Vector_HeadingAngle, A) == 0x000000, "Member 'KismetMathLibrary_Vector_HeadingAngle::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_HeadingAngle, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_HeadingAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsNAN \ +static_assert(alignof(KismetMathLibrary_Vector_IsNAN) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_IsNAN"); \ +static_assert(sizeof(KismetMathLibrary_Vector_IsNAN) == 0x000010, "Wrong size on KismetMathLibrary_Vector_IsNAN"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsNAN, A) == 0x000000, "Member 'KismetMathLibrary_Vector_IsNAN::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsNAN, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_IsNAN::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsNearlyZero \ +static_assert(alignof(KismetMathLibrary_Vector_IsNearlyZero) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_IsNearlyZero"); \ +static_assert(sizeof(KismetMathLibrary_Vector_IsNearlyZero) == 0x000014, "Wrong size on KismetMathLibrary_Vector_IsNearlyZero"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsNearlyZero, A) == 0x000000, "Member 'KismetMathLibrary_Vector_IsNearlyZero::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsNearlyZero, Tolerance) == 0x00000C, "Member 'KismetMathLibrary_Vector_IsNearlyZero::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsNearlyZero, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector_IsNearlyZero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsNormal \ +static_assert(alignof(KismetMathLibrary_Vector_IsNormal) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_IsNormal"); \ +static_assert(sizeof(KismetMathLibrary_Vector_IsNormal) == 0x000010, "Wrong size on KismetMathLibrary_Vector_IsNormal"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsNormal, A) == 0x000000, "Member 'KismetMathLibrary_Vector_IsNormal::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsNormal, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_IsNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsUniform \ +static_assert(alignof(KismetMathLibrary_Vector_IsUniform) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_IsUniform"); \ +static_assert(sizeof(KismetMathLibrary_Vector_IsUniform) == 0x000014, "Wrong size on KismetMathLibrary_Vector_IsUniform"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsUniform, A) == 0x000000, "Member 'KismetMathLibrary_Vector_IsUniform::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsUniform, Tolerance) == 0x00000C, "Member 'KismetMathLibrary_Vector_IsUniform::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsUniform, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector_IsUniform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsUnit \ +static_assert(alignof(KismetMathLibrary_Vector_IsUnit) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_IsUnit"); \ +static_assert(sizeof(KismetMathLibrary_Vector_IsUnit) == 0x000014, "Wrong size on KismetMathLibrary_Vector_IsUnit"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsUnit, A) == 0x000000, "Member 'KismetMathLibrary_Vector_IsUnit::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsUnit, SquaredLenthTolerance) == 0x00000C, "Member 'KismetMathLibrary_Vector_IsUnit::SquaredLenthTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsUnit, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector_IsUnit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_IsZero \ +static_assert(alignof(KismetMathLibrary_Vector_IsZero) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_IsZero"); \ +static_assert(sizeof(KismetMathLibrary_Vector_IsZero) == 0x000010, "Wrong size on KismetMathLibrary_Vector_IsZero"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsZero, A) == 0x000000, "Member 'KismetMathLibrary_Vector_IsZero::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_IsZero, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_IsZero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Left \ +static_assert(alignof(KismetMathLibrary_Vector_Left) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Left"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Left) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_Left"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Left, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_Left::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_MirrorByPlane \ +static_assert(alignof(KismetMathLibrary_Vector_MirrorByPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector_MirrorByPlane"); \ +static_assert(sizeof(KismetMathLibrary_Vector_MirrorByPlane) == 0x000030, "Wrong size on KismetMathLibrary_Vector_MirrorByPlane"); \ +static_assert(offsetof(KismetMathLibrary_Vector_MirrorByPlane, A) == 0x000000, "Member 'KismetMathLibrary_Vector_MirrorByPlane::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_MirrorByPlane, InPlane) == 0x000010, "Member 'KismetMathLibrary_Vector_MirrorByPlane::InPlane' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_MirrorByPlane, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector_MirrorByPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Normal2D \ +static_assert(alignof(KismetMathLibrary_Vector_Normal2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Normal2D"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Normal2D) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_Normal2D"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Normal2D, A) == 0x000000, "Member 'KismetMathLibrary_Vector_Normal2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Normal2D, Tolerance) == 0x00000C, "Member 'KismetMathLibrary_Vector_Normal2D::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Normal2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector_Normal2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Normalize \ +static_assert(alignof(KismetMathLibrary_Vector_Normalize) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Normalize"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Normalize) == 0x000010, "Wrong size on KismetMathLibrary_Vector_Normalize"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Normalize, A) == 0x000000, "Member 'KismetMathLibrary_Vector_Normalize::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Normalize, Tolerance) == 0x00000C, "Member 'KismetMathLibrary_Vector_Normalize::Tolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_NormalUnsafe \ +static_assert(alignof(KismetMathLibrary_Vector_NormalUnsafe) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_NormalUnsafe"); \ +static_assert(sizeof(KismetMathLibrary_Vector_NormalUnsafe) == 0x000018, "Wrong size on KismetMathLibrary_Vector_NormalUnsafe"); \ +static_assert(offsetof(KismetMathLibrary_Vector_NormalUnsafe, A) == 0x000000, "Member 'KismetMathLibrary_Vector_NormalUnsafe::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_NormalUnsafe, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_NormalUnsafe::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_One \ +static_assert(alignof(KismetMathLibrary_Vector_One) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_One"); \ +static_assert(sizeof(KismetMathLibrary_Vector_One) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_One"); \ +static_assert(offsetof(KismetMathLibrary_Vector_One, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_One::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ProjectOnToNormal \ +static_assert(alignof(KismetMathLibrary_Vector_ProjectOnToNormal) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_ProjectOnToNormal"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ProjectOnToNormal) == 0x000024, "Wrong size on KismetMathLibrary_Vector_ProjectOnToNormal"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ProjectOnToNormal, V) == 0x000000, "Member 'KismetMathLibrary_Vector_ProjectOnToNormal::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ProjectOnToNormal, InNormal) == 0x00000C, "Member 'KismetMathLibrary_Vector_ProjectOnToNormal::InNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ProjectOnToNormal, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_ProjectOnToNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Reciprocal \ +static_assert(alignof(KismetMathLibrary_Vector_Reciprocal) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Reciprocal"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Reciprocal) == 0x000018, "Wrong size on KismetMathLibrary_Vector_Reciprocal"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Reciprocal, A) == 0x000000, "Member 'KismetMathLibrary_Vector_Reciprocal::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Reciprocal, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_Reciprocal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Right \ +static_assert(alignof(KismetMathLibrary_Vector_Right) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Right"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Right) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_Right"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Right, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_Right::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Set \ +static_assert(alignof(KismetMathLibrary_Vector_Set) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Set"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Set) == 0x000018, "Wrong size on KismetMathLibrary_Vector_Set"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Set, A) == 0x000000, "Member 'KismetMathLibrary_Vector_Set::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Set, X) == 0x00000C, "Member 'KismetMathLibrary_Vector_Set::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Set, Y) == 0x000010, "Member 'KismetMathLibrary_Vector_Set::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Set, Z) == 0x000014, "Member 'KismetMathLibrary_Vector_Set::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_SnappedToGrid \ +static_assert(alignof(KismetMathLibrary_Vector_SnappedToGrid) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_SnappedToGrid"); \ +static_assert(sizeof(KismetMathLibrary_Vector_SnappedToGrid) == 0x00001C, "Wrong size on KismetMathLibrary_Vector_SnappedToGrid"); \ +static_assert(offsetof(KismetMathLibrary_Vector_SnappedToGrid, InVect) == 0x000000, "Member 'KismetMathLibrary_Vector_SnappedToGrid::InVect' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_SnappedToGrid, InGridSize) == 0x00000C, "Member 'KismetMathLibrary_Vector_SnappedToGrid::InGridSize' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_SnappedToGrid, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Vector_SnappedToGrid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ToDegrees \ +static_assert(alignof(KismetMathLibrary_Vector_ToDegrees) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_ToDegrees"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ToDegrees) == 0x000018, "Wrong size on KismetMathLibrary_Vector_ToDegrees"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ToDegrees, A) == 0x000000, "Member 'KismetMathLibrary_Vector_ToDegrees::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ToDegrees, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_ToDegrees::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ToRadians \ +static_assert(alignof(KismetMathLibrary_Vector_ToRadians) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_ToRadians"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ToRadians) == 0x000018, "Wrong size on KismetMathLibrary_Vector_ToRadians"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ToRadians, A) == 0x000000, "Member 'KismetMathLibrary_Vector_ToRadians::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ToRadians, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_ToRadians::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_UnitCartesianToSpherical \ +static_assert(alignof(KismetMathLibrary_Vector_UnitCartesianToSpherical) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_UnitCartesianToSpherical"); \ +static_assert(sizeof(KismetMathLibrary_Vector_UnitCartesianToSpherical) == 0x000014, "Wrong size on KismetMathLibrary_Vector_UnitCartesianToSpherical"); \ +static_assert(offsetof(KismetMathLibrary_Vector_UnitCartesianToSpherical, A) == 0x000000, "Member 'KismetMathLibrary_Vector_UnitCartesianToSpherical::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_UnitCartesianToSpherical, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Vector_UnitCartesianToSpherical::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_UnwindEuler \ +static_assert(alignof(KismetMathLibrary_Vector_UnwindEuler) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_UnwindEuler"); \ +static_assert(sizeof(KismetMathLibrary_Vector_UnwindEuler) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_UnwindEuler"); \ +static_assert(offsetof(KismetMathLibrary_Vector_UnwindEuler, A) == 0x000000, "Member 'KismetMathLibrary_Vector_UnwindEuler::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Up \ +static_assert(alignof(KismetMathLibrary_Vector_Up) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Up"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Up) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_Up"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Up, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_Up::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Zero \ +static_assert(alignof(KismetMathLibrary_Vector_Zero) == 0x000004, "Wrong alignment on KismetMathLibrary_Vector_Zero"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Zero) == 0x00000C, "Wrong size on KismetMathLibrary_Vector_Zero"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Zero, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_Zero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VectorSpringInterp \ +static_assert(alignof(KismetMathLibrary_VectorSpringInterp) == 0x000004, "Wrong alignment on KismetMathLibrary_VectorSpringInterp"); \ +static_assert(sizeof(KismetMathLibrary_VectorSpringInterp) == 0x00004C, "Wrong size on KismetMathLibrary_VectorSpringInterp"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, Current) == 0x000000, "Member 'KismetMathLibrary_VectorSpringInterp::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, Target) == 0x00000C, "Member 'KismetMathLibrary_VectorSpringInterp::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, SpringState) == 0x000018, "Member 'KismetMathLibrary_VectorSpringInterp::SpringState' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, Stiffness) == 0x000030, "Member 'KismetMathLibrary_VectorSpringInterp::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, CriticalDampingFactor) == 0x000034, "Member 'KismetMathLibrary_VectorSpringInterp::CriticalDampingFactor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, DeltaTime) == 0x000038, "Member 'KismetMathLibrary_VectorSpringInterp::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, Mass) == 0x00003C, "Member 'KismetMathLibrary_VectorSpringInterp::Mass' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_VectorSpringInterp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VInterpTo \ +static_assert(alignof(KismetMathLibrary_VInterpTo) == 0x000004, "Wrong alignment on KismetMathLibrary_VInterpTo"); \ +static_assert(sizeof(KismetMathLibrary_VInterpTo) == 0x00002C, "Wrong size on KismetMathLibrary_VInterpTo"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo, Current) == 0x000000, "Member 'KismetMathLibrary_VInterpTo::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo, Target) == 0x00000C, "Member 'KismetMathLibrary_VInterpTo::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo, DeltaTime) == 0x000018, "Member 'KismetMathLibrary_VInterpTo::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo, InterpSpeed) == 0x00001C, "Member 'KismetMathLibrary_VInterpTo::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_VInterpTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VInterpTo_Constant \ +static_assert(alignof(KismetMathLibrary_VInterpTo_Constant) == 0x000004, "Wrong alignment on KismetMathLibrary_VInterpTo_Constant"); \ +static_assert(sizeof(KismetMathLibrary_VInterpTo_Constant) == 0x00002C, "Wrong size on KismetMathLibrary_VInterpTo_Constant"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo_Constant, Current) == 0x000000, "Member 'KismetMathLibrary_VInterpTo_Constant::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo_Constant, Target) == 0x00000C, "Member 'KismetMathLibrary_VInterpTo_Constant::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo_Constant, DeltaTime) == 0x000018, "Member 'KismetMathLibrary_VInterpTo_Constant::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo_Constant, InterpSpeed) == 0x00001C, "Member 'KismetMathLibrary_VInterpTo_Constant::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo_Constant, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_VInterpTo_Constant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VLerp \ +static_assert(alignof(KismetMathLibrary_VLerp) == 0x000004, "Wrong alignment on KismetMathLibrary_VLerp"); \ +static_assert(sizeof(KismetMathLibrary_VLerp) == 0x000028, "Wrong size on KismetMathLibrary_VLerp"); \ +static_assert(offsetof(KismetMathLibrary_VLerp, A) == 0x000000, "Member 'KismetMathLibrary_VLerp::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VLerp, B) == 0x00000C, "Member 'KismetMathLibrary_VLerp::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VLerp, Alpha) == 0x000018, "Member 'KismetMathLibrary_VLerp::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VLerp, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_VLerp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VSize \ +static_assert(alignof(KismetMathLibrary_VSize) == 0x000004, "Wrong alignment on KismetMathLibrary_VSize"); \ +static_assert(sizeof(KismetMathLibrary_VSize) == 0x000010, "Wrong size on KismetMathLibrary_VSize"); \ +static_assert(offsetof(KismetMathLibrary_VSize, A) == 0x000000, "Member 'KismetMathLibrary_VSize::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VSize, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_VSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VSize2D \ +static_assert(alignof(KismetMathLibrary_VSize2D) == 0x000004, "Wrong alignment on KismetMathLibrary_VSize2D"); \ +static_assert(sizeof(KismetMathLibrary_VSize2D) == 0x00000C, "Wrong size on KismetMathLibrary_VSize2D"); \ +static_assert(offsetof(KismetMathLibrary_VSize2D, A) == 0x000000, "Member 'KismetMathLibrary_VSize2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VSize2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_VSize2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VSize2DSquared \ +static_assert(alignof(KismetMathLibrary_VSize2DSquared) == 0x000004, "Wrong alignment on KismetMathLibrary_VSize2DSquared"); \ +static_assert(sizeof(KismetMathLibrary_VSize2DSquared) == 0x00000C, "Wrong size on KismetMathLibrary_VSize2DSquared"); \ +static_assert(offsetof(KismetMathLibrary_VSize2DSquared, A) == 0x000000, "Member 'KismetMathLibrary_VSize2DSquared::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VSize2DSquared, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_VSize2DSquared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VSizeSquared \ +static_assert(alignof(KismetMathLibrary_VSizeSquared) == 0x000004, "Wrong alignment on KismetMathLibrary_VSizeSquared"); \ +static_assert(sizeof(KismetMathLibrary_VSizeSquared) == 0x000010, "Wrong size on KismetMathLibrary_VSizeSquared"); \ +static_assert(offsetof(KismetMathLibrary_VSizeSquared, A) == 0x000000, "Member 'KismetMathLibrary_VSizeSquared::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VSizeSquared, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_VSizeSquared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VSizeXY \ +static_assert(alignof(KismetMathLibrary_VSizeXY) == 0x000004, "Wrong alignment on KismetMathLibrary_VSizeXY"); \ +static_assert(sizeof(KismetMathLibrary_VSizeXY) == 0x000010, "Wrong size on KismetMathLibrary_VSizeXY"); \ +static_assert(offsetof(KismetMathLibrary_VSizeXY, A) == 0x000000, "Member 'KismetMathLibrary_VSizeXY::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VSizeXY, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_VSizeXY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VSizeXYSquared \ +static_assert(alignof(KismetMathLibrary_VSizeXYSquared) == 0x000004, "Wrong alignment on KismetMathLibrary_VSizeXYSquared"); \ +static_assert(sizeof(KismetMathLibrary_VSizeXYSquared) == 0x000010, "Wrong size on KismetMathLibrary_VSizeXYSquared"); \ +static_assert(offsetof(KismetMathLibrary_VSizeXYSquared, A) == 0x000000, "Member 'KismetMathLibrary_VSizeXYSquared::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VSizeXYSquared, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_VSizeXYSquared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_WeightedMovingAverage_Float \ +static_assert(alignof(KismetMathLibrary_WeightedMovingAverage_Float) == 0x000004, "Wrong alignment on KismetMathLibrary_WeightedMovingAverage_Float"); \ +static_assert(sizeof(KismetMathLibrary_WeightedMovingAverage_Float) == 0x000010, "Wrong size on KismetMathLibrary_WeightedMovingAverage_Float"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_Float, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_WeightedMovingAverage_Float::CurrentSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_Float, PreviousSample) == 0x000004, "Member 'KismetMathLibrary_WeightedMovingAverage_Float::PreviousSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_Float, Weight) == 0x000008, "Member 'KismetMathLibrary_WeightedMovingAverage_Float::Weight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_Float, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_WeightedMovingAverage_Float::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_WeightedMovingAverage_FRotator \ +static_assert(alignof(KismetMathLibrary_WeightedMovingAverage_FRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_WeightedMovingAverage_FRotator"); \ +static_assert(sizeof(KismetMathLibrary_WeightedMovingAverage_FRotator) == 0x000028, "Wrong size on KismetMathLibrary_WeightedMovingAverage_FRotator"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FRotator, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_WeightedMovingAverage_FRotator::CurrentSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FRotator, PreviousSample) == 0x00000C, "Member 'KismetMathLibrary_WeightedMovingAverage_FRotator::PreviousSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FRotator, Weight) == 0x000018, "Member 'KismetMathLibrary_WeightedMovingAverage_FRotator::Weight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FRotator, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_WeightedMovingAverage_FRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_WeightedMovingAverage_FVector \ +static_assert(alignof(KismetMathLibrary_WeightedMovingAverage_FVector) == 0x000004, "Wrong alignment on KismetMathLibrary_WeightedMovingAverage_FVector"); \ +static_assert(sizeof(KismetMathLibrary_WeightedMovingAverage_FVector) == 0x000028, "Wrong size on KismetMathLibrary_WeightedMovingAverage_FVector"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FVector, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_WeightedMovingAverage_FVector::CurrentSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FVector, PreviousSample) == 0x00000C, "Member 'KismetMathLibrary_WeightedMovingAverage_FVector::PreviousSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FVector, Weight) == 0x000018, "Member 'KismetMathLibrary_WeightedMovingAverage_FVector::Weight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FVector, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_WeightedMovingAverage_FVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Wrap \ +static_assert(alignof(KismetMathLibrary_Wrap) == 0x000004, "Wrong alignment on KismetMathLibrary_Wrap"); \ +static_assert(sizeof(KismetMathLibrary_Wrap) == 0x000010, "Wrong size on KismetMathLibrary_Wrap"); \ +static_assert(offsetof(KismetMathLibrary_Wrap, Value) == 0x000000, "Member 'KismetMathLibrary_Wrap::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Wrap, Min) == 0x000004, "Member 'KismetMathLibrary_Wrap::Min' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Wrap, Max) == 0x000008, "Member 'KismetMathLibrary_Wrap::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Wrap, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Wrap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Xor_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_Xor_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Xor_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_Xor_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Xor_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_Xor_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Xor_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Xor_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Xor_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Xor_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Xor_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Xor_IntInt \ +static_assert(alignof(KismetMathLibrary_Xor_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Xor_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Xor_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Xor_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Xor_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Xor_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Xor_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Xor_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Xor_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Xor_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetMathLibrary \ +static_assert(alignof(UKismetMathLibrary) == 0x000008, "Wrong alignment on UKismetMathLibrary"); \ +static_assert(sizeof(UKismetMathLibrary) == 0x000030, "Wrong size on UKismetMathLibrary"); \ + +#define DUMPER7_ASSERTS_UBreakpoint \ +static_assert(alignof(UBreakpoint) == 0x000008, "Wrong alignment on UBreakpoint"); \ +static_assert(sizeof(UBreakpoint) == 0x000048, "Wrong size on UBreakpoint"); \ +static_assert(offsetof(UBreakpoint, Node) == 0x000038, "Member 'UBreakpoint::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBrushBuilder \ +static_assert(alignof(UBrushBuilder) == 0x000008, "Wrong alignment on UBrushBuilder"); \ +static_assert(sizeof(UBrushBuilder) == 0x000088, "Wrong size on UBrushBuilder"); \ +static_assert(offsetof(UBrushBuilder, BitmapFilename) == 0x000030, "Member 'UBrushBuilder::BitmapFilename' has a wrong offset!"); \ +static_assert(offsetof(UBrushBuilder, ToolTip) == 0x000040, "Member 'UBrushBuilder::ToolTip' has a wrong offset!"); \ +static_assert(offsetof(UBrushBuilder, Vertices) == 0x000058, "Member 'UBrushBuilder::Vertices' has a wrong offset!"); \ +static_assert(offsetof(UBrushBuilder, Polys) == 0x000068, "Member 'UBrushBuilder::Polys' has a wrong offset!"); \ +static_assert(offsetof(UBrushBuilder, Layer) == 0x000078, "Member 'UBrushBuilder::Layer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RuntimeVirtualTextureComponent_Invalidate \ +static_assert(alignof(RuntimeVirtualTextureComponent_Invalidate) == 0x000004, "Wrong alignment on RuntimeVirtualTextureComponent_Invalidate"); \ +static_assert(sizeof(RuntimeVirtualTextureComponent_Invalidate) == 0x00001C, "Wrong size on RuntimeVirtualTextureComponent_Invalidate"); \ +static_assert(offsetof(RuntimeVirtualTextureComponent_Invalidate, WorldBounds) == 0x000000, "Member 'RuntimeVirtualTextureComponent_Invalidate::WorldBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URuntimeVirtualTextureComponent \ +static_assert(alignof(URuntimeVirtualTextureComponent) == 0x000010, "Wrong alignment on URuntimeVirtualTextureComponent"); \ +static_assert(sizeof(URuntimeVirtualTextureComponent) == 0x0002B0, "Wrong size on URuntimeVirtualTextureComponent"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, BoundsAlignActor) == 0x000228, "Member 'URuntimeVirtualTextureComponent::BoundsAlignActor' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bSetBoundsButton) == 0x000258, "Member 'URuntimeVirtualTextureComponent::bSetBoundsButton' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bSnapBoundsToLandscape) == 0x000259, "Member 'URuntimeVirtualTextureComponent::bSnapBoundsToLandscape' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, VirtualTexture) == 0x000260, "Member 'URuntimeVirtualTextureComponent::VirtualTexture' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bEnableScalability) == 0x000268, "Member 'URuntimeVirtualTextureComponent::bEnableScalability' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, ScalabilityGroup) == 0x00026C, "Member 'URuntimeVirtualTextureComponent::ScalabilityGroup' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bHidePrimitives) == 0x000270, "Member 'URuntimeVirtualTextureComponent::bHidePrimitives' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, StreamingTexture) == 0x000278, "Member 'URuntimeVirtualTextureComponent::StreamingTexture' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, StreamLowMips) == 0x000280, "Member 'URuntimeVirtualTextureComponent::StreamLowMips' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bBuildStreamingMipsButton) == 0x000284, "Member 'URuntimeVirtualTextureComponent::bBuildStreamingMipsButton' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bEnableCompressCrunch) == 0x000285, "Member 'URuntimeVirtualTextureComponent::bEnableCompressCrunch' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bUseStreamingLowMipsInEditor) == 0x000286, "Member 'URuntimeVirtualTextureComponent::bUseStreamingLowMipsInEditor' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bBuildDebugStreamingMips) == 0x000287, "Member 'URuntimeVirtualTextureComponent::bBuildDebugStreamingMips' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABrushShape \ +static_assert(alignof(ABrushShape) == 0x000008, "Wrong alignment on ABrushShape"); \ +static_assert(sizeof(ABrushShape) == 0x0002E0, "Wrong size on ABrushShape"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCeil \ +static_assert(alignof(UMaterialExpressionCeil) == 0x000008, "Wrong alignment on UMaterialExpressionCeil"); \ +static_assert(sizeof(UMaterialExpressionCeil) == 0x000068, "Wrong size on UMaterialExpressionCeil"); \ +static_assert(offsetof(UMaterialExpressionCeil, Input) == 0x000048, "Member 'UMaterialExpressionCeil::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UButtonStyleAsset \ +static_assert(alignof(UButtonStyleAsset) == 0x000008, "Wrong alignment on UButtonStyleAsset"); \ +static_assert(sizeof(UButtonStyleAsset) == 0x0002D8, "Wrong size on UButtonStyleAsset"); \ +static_assert(offsetof(UButtonStyleAsset, ButtonStyle) == 0x000030, "Member 'UButtonStyleAsset::ButtonStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLightVolume_ComputePlanes \ +static_assert(alignof(SBZLightVolume_ComputePlanes) == 0x000004, "Wrong alignment on SBZLightVolume_ComputePlanes"); \ +static_assert(sizeof(SBZLightVolume_ComputePlanes) == 0x000060, "Wrong size on SBZLightVolume_ComputePlanes"); \ +static_assert(offsetof(SBZLightVolume_ComputePlanes, PX) == 0x000000, "Member 'SBZLightVolume_ComputePlanes::PX' has a wrong offset!"); \ +static_assert(offsetof(SBZLightVolume_ComputePlanes, NX) == 0x000010, "Member 'SBZLightVolume_ComputePlanes::NX' has a wrong offset!"); \ +static_assert(offsetof(SBZLightVolume_ComputePlanes, PY) == 0x000020, "Member 'SBZLightVolume_ComputePlanes::PY' has a wrong offset!"); \ +static_assert(offsetof(SBZLightVolume_ComputePlanes, NY) == 0x000030, "Member 'SBZLightVolume_ComputePlanes::NY' has a wrong offset!"); \ +static_assert(offsetof(SBZLightVolume_ComputePlanes, PZ) == 0x000040, "Member 'SBZLightVolume_ComputePlanes::PZ' has a wrong offset!"); \ +static_assert(offsetof(SBZLightVolume_ComputePlanes, NZ) == 0x000050, "Member 'SBZLightVolume_ComputePlanes::NZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZLightVolume \ +static_assert(alignof(ASBZLightVolume) == 0x000008, "Wrong alignment on ASBZLightVolume"); \ +static_assert(sizeof(ASBZLightVolume) == 0x000318, "Wrong size on ASBZLightVolume"); \ +static_assert(offsetof(ASBZLightVolume, PositiveXFadeDistance) == 0x000300, "Member 'ASBZLightVolume::PositiveXFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(ASBZLightVolume, NegativeXFadeDistance) == 0x000304, "Member 'ASBZLightVolume::NegativeXFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(ASBZLightVolume, PositiveYFadeDistance) == 0x000308, "Member 'ASBZLightVolume::PositiveYFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(ASBZLightVolume, NegativeYFadeDistance) == 0x00030C, "Member 'ASBZLightVolume::NegativeYFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(ASBZLightVolume, PositiveZFadeDistance) == 0x000310, "Member 'ASBZLightVolume::PositiveZFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(ASBZLightVolume, NegativeZFadeDistance) == 0x000314, "Member 'ASBZLightVolume::NegativeZFadeDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraAnim \ +static_assert(alignof(UCameraAnim) == 0x000010, "Wrong alignment on UCameraAnim"); \ +static_assert(sizeof(UCameraAnim) == 0x0005E0, "Wrong size on UCameraAnim"); \ +static_assert(offsetof(UCameraAnim, CameraInterpGroup) == 0x000030, "Member 'UCameraAnim::CameraInterpGroup' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnim, AnimLength) == 0x000038, "Member 'UCameraAnim::AnimLength' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnim, BoundingBox) == 0x00003C, "Member 'UCameraAnim::BoundingBox' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnim, BaseFOV) == 0x00005C, "Member 'UCameraAnim::BaseFOV' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnim, BasePostProcessSettings) == 0x000060, "Member 'UCameraAnim::BasePostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnim, BasePostProcessBlendWeight) == 0x0005D0, "Member 'UCameraAnim::BasePostProcessBlendWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraAnimInst_SetDuration \ +static_assert(alignof(CameraAnimInst_SetDuration) == 0x000004, "Wrong alignment on CameraAnimInst_SetDuration"); \ +static_assert(sizeof(CameraAnimInst_SetDuration) == 0x000004, "Wrong size on CameraAnimInst_SetDuration"); \ +static_assert(offsetof(CameraAnimInst_SetDuration, NewDuration) == 0x000000, "Member 'CameraAnimInst_SetDuration::NewDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraAnimInst_SetScale \ +static_assert(alignof(CameraAnimInst_SetScale) == 0x000004, "Wrong alignment on CameraAnimInst_SetScale"); \ +static_assert(sizeof(CameraAnimInst_SetScale) == 0x000004, "Wrong size on CameraAnimInst_SetScale"); \ +static_assert(offsetof(CameraAnimInst_SetScale, NewDuration) == 0x000000, "Member 'CameraAnimInst_SetScale::NewDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraAnimInst_Stop \ +static_assert(alignof(CameraAnimInst_Stop) == 0x000001, "Wrong alignment on CameraAnimInst_Stop"); \ +static_assert(sizeof(CameraAnimInst_Stop) == 0x000001, "Wrong size on CameraAnimInst_Stop"); \ +static_assert(offsetof(CameraAnimInst_Stop, bImmediate) == 0x000000, "Member 'CameraAnimInst_Stop::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraAnimInst \ +static_assert(alignof(UCameraAnimInst) == 0x000010, "Wrong alignment on UCameraAnimInst"); \ +static_assert(sizeof(UCameraAnimInst) == 0x000120, "Wrong size on UCameraAnimInst"); \ +static_assert(offsetof(UCameraAnimInst, CamAnim) == 0x000030, "Member 'UCameraAnimInst::CamAnim' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimInst, InterpGroupInst) == 0x000038, "Member 'UCameraAnimInst::InterpGroupInst' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimInst, PlayRate) == 0x000058, "Member 'UCameraAnimInst::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimInst, MoveTrack) == 0x000070, "Member 'UCameraAnimInst::MoveTrack' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimInst, MoveInst) == 0x000078, "Member 'UCameraAnimInst::MoveInst' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimInst, PlaySpace) == 0x000080, "Member 'UCameraAnimInst::PlaySpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionInverseLinearInterpolate \ +static_assert(alignof(UMaterialExpressionInverseLinearInterpolate) == 0x000008, "Wrong alignment on UMaterialExpressionInverseLinearInterpolate"); \ +static_assert(sizeof(UMaterialExpressionInverseLinearInterpolate) == 0x0000B0, "Wrong size on UMaterialExpressionInverseLinearInterpolate"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, A) == 0x000048, "Member 'UMaterialExpressionInverseLinearInterpolate::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, B) == 0x000064, "Member 'UMaterialExpressionInverseLinearInterpolate::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, Value) == 0x000080, "Member 'UMaterialExpressionInverseLinearInterpolate::Value' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, ConstA) == 0x00009C, "Member 'UMaterialExpressionInverseLinearInterpolate::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, ConstB) == 0x0000A0, "Member 'UMaterialExpressionInverseLinearInterpolate::ConstB' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, ConstValue) == 0x0000A4, "Member 'UMaterialExpressionInverseLinearInterpolate::ConstValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, bClampResult) == 0x0000A8, "Member 'UMaterialExpressionInverseLinearInterpolate::bClampResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACameraBlockingVolume \ +static_assert(alignof(ACameraBlockingVolume) == 0x000008, "Wrong alignment on ACameraBlockingVolume"); \ +static_assert(sizeof(ACameraBlockingVolume) == 0x000300, "Wrong size on ACameraBlockingVolume"); \ + +#define DUMPER7_ASSERTS_CameraModifier_BlueprintModifyCamera \ +static_assert(alignof(CameraModifier_BlueprintModifyCamera) == 0x000004, "Wrong alignment on CameraModifier_BlueprintModifyCamera"); \ +static_assert(sizeof(CameraModifier_BlueprintModifyCamera) == 0x00003C, "Wrong size on CameraModifier_BlueprintModifyCamera"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyCamera, DeltaTime) == 0x000000, "Member 'CameraModifier_BlueprintModifyCamera::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyCamera, ViewLocation) == 0x000004, "Member 'CameraModifier_BlueprintModifyCamera::ViewLocation' has a wrong offset!"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyCamera, ViewRotation) == 0x000010, "Member 'CameraModifier_BlueprintModifyCamera::ViewRotation' has a wrong offset!"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyCamera, FOV) == 0x00001C, "Member 'CameraModifier_BlueprintModifyCamera::FOV' has a wrong offset!"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyCamera, NewViewLocation) == 0x000020, "Member 'CameraModifier_BlueprintModifyCamera::NewViewLocation' has a wrong offset!"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyCamera, NewViewRotation) == 0x00002C, "Member 'CameraModifier_BlueprintModifyCamera::NewViewRotation' has a wrong offset!"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyCamera, NewFOV) == 0x000038, "Member 'CameraModifier_BlueprintModifyCamera::NewFOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraModifier_BlueprintModifyPostProcess \ +static_assert(alignof(CameraModifier_BlueprintModifyPostProcess) == 0x000010, "Wrong alignment on CameraModifier_BlueprintModifyPostProcess"); \ +static_assert(sizeof(CameraModifier_BlueprintModifyPostProcess) == 0x000580, "Wrong size on CameraModifier_BlueprintModifyPostProcess"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyPostProcess, DeltaTime) == 0x000000, "Member 'CameraModifier_BlueprintModifyPostProcess::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyPostProcess, PostProcessBlendWeight) == 0x000004, "Member 'CameraModifier_BlueprintModifyPostProcess::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyPostProcess, PostProcessSettings) == 0x000010, "Member 'CameraModifier_BlueprintModifyPostProcess::PostProcessSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraModifier_DisableModifier \ +static_assert(alignof(CameraModifier_DisableModifier) == 0x000001, "Wrong alignment on CameraModifier_DisableModifier"); \ +static_assert(sizeof(CameraModifier_DisableModifier) == 0x000001, "Wrong size on CameraModifier_DisableModifier"); \ +static_assert(offsetof(CameraModifier_DisableModifier, bImmediate) == 0x000000, "Member 'CameraModifier_DisableModifier::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraModifier_GetViewTarget \ +static_assert(alignof(CameraModifier_GetViewTarget) == 0x000008, "Wrong alignment on CameraModifier_GetViewTarget"); \ +static_assert(sizeof(CameraModifier_GetViewTarget) == 0x000008, "Wrong size on CameraModifier_GetViewTarget"); \ +static_assert(offsetof(CameraModifier_GetViewTarget, ReturnValue) == 0x000000, "Member 'CameraModifier_GetViewTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraModifier_IsDisabled \ +static_assert(alignof(CameraModifier_IsDisabled) == 0x000001, "Wrong alignment on CameraModifier_IsDisabled"); \ +static_assert(sizeof(CameraModifier_IsDisabled) == 0x000001, "Wrong size on CameraModifier_IsDisabled"); \ +static_assert(offsetof(CameraModifier_IsDisabled, ReturnValue) == 0x000000, "Member 'CameraModifier_IsDisabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraModifier \ +static_assert(alignof(UCameraModifier) == 0x000008, "Wrong alignment on UCameraModifier"); \ +static_assert(sizeof(UCameraModifier) == 0x000050, "Wrong size on UCameraModifier"); \ +static_assert(offsetof(UCameraModifier, Priority) == 0x000034, "Member 'UCameraModifier::Priority' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier, CameraOwner) == 0x000038, "Member 'UCameraModifier::CameraOwner' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier, AlphaInTime) == 0x000040, "Member 'UCameraModifier::AlphaInTime' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier, AlphaOutTime) == 0x000044, "Member 'UCameraModifier::AlphaOutTime' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier, Alpha) == 0x000048, "Member 'UCameraModifier::Alpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDepthOfFieldFunction \ +static_assert(alignof(UMaterialExpressionDepthOfFieldFunction) == 0x000008, "Wrong alignment on UMaterialExpressionDepthOfFieldFunction"); \ +static_assert(sizeof(UMaterialExpressionDepthOfFieldFunction) == 0x000068, "Wrong size on UMaterialExpressionDepthOfFieldFunction"); \ +static_assert(offsetof(UMaterialExpressionDepthOfFieldFunction, FunctionValue) == 0x000048, "Member 'UMaterialExpressionDepthOfFieldFunction::FunctionValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDepthOfFieldFunction, Depth) == 0x00004C, "Member 'UMaterialExpressionDepthOfFieldFunction::Depth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraModifier_CameraShake \ +static_assert(alignof(UCameraModifier_CameraShake) == 0x000008, "Wrong alignment on UCameraModifier_CameraShake"); \ +static_assert(sizeof(UCameraModifier_CameraShake) == 0x0000B8, "Wrong size on UCameraModifier_CameraShake"); \ +static_assert(offsetof(UCameraModifier_CameraShake, ActiveShakes) == 0x000050, "Member 'UCameraModifier_CameraShake::ActiveShakes' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier_CameraShake, ExpiredPooledShakesMap) == 0x000060, "Member 'UCameraModifier_CameraShake::ExpiredPooledShakesMap' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier_CameraShake, SplitScreenShakeScale) == 0x0000B0, "Member 'UCameraModifier_CameraShake::SplitScreenShakeScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture \ +static_assert(alignof(KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture) == 0x000004, "Wrong alignment on KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture"); \ +static_assert(sizeof(KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture) == 0x000010, "Wrong size on KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture"); \ +static_assert(offsetof(KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture, AssetGroup) == 0x000000, "Member 'KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture::AssetGroup' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture, SaveToConfig) == 0x00000C, "Member 'KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture::SaveToConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetCultureDisplayName \ +static_assert(alignof(KismetInternationalizationLibrary_GetCultureDisplayName) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetCultureDisplayName"); \ +static_assert(sizeof(KismetInternationalizationLibrary_GetCultureDisplayName) == 0x000028, "Wrong size on KismetInternationalizationLibrary_GetCultureDisplayName"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetCultureDisplayName, Culture) == 0x000000, "Member 'KismetInternationalizationLibrary_GetCultureDisplayName::Culture' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetCultureDisplayName, Localized) == 0x000010, "Member 'KismetInternationalizationLibrary_GetCultureDisplayName::Localized' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetCultureDisplayName, ReturnValue) == 0x000018, "Member 'KismetInternationalizationLibrary_GetCultureDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetCurrentAssetGroupCulture \ +static_assert(alignof(KismetInternationalizationLibrary_GetCurrentAssetGroupCulture) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetCurrentAssetGroupCulture"); \ +static_assert(sizeof(KismetInternationalizationLibrary_GetCurrentAssetGroupCulture) == 0x000020, "Wrong size on KismetInternationalizationLibrary_GetCurrentAssetGroupCulture"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetCurrentAssetGroupCulture, AssetGroup) == 0x000000, "Member 'KismetInternationalizationLibrary_GetCurrentAssetGroupCulture::AssetGroup' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetCurrentAssetGroupCulture, ReturnValue) == 0x000010, "Member 'KismetInternationalizationLibrary_GetCurrentAssetGroupCulture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetCurrentCulture \ +static_assert(alignof(KismetInternationalizationLibrary_GetCurrentCulture) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetCurrentCulture"); \ +static_assert(sizeof(KismetInternationalizationLibrary_GetCurrentCulture) == 0x000010, "Wrong size on KismetInternationalizationLibrary_GetCurrentCulture"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetCurrentCulture, ReturnValue) == 0x000000, "Member 'KismetInternationalizationLibrary_GetCurrentCulture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetCurrentLanguage \ +static_assert(alignof(KismetInternationalizationLibrary_GetCurrentLanguage) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetCurrentLanguage"); \ +static_assert(sizeof(KismetInternationalizationLibrary_GetCurrentLanguage) == 0x000010, "Wrong size on KismetInternationalizationLibrary_GetCurrentLanguage"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetCurrentLanguage, ReturnValue) == 0x000000, "Member 'KismetInternationalizationLibrary_GetCurrentLanguage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetCurrentLocale \ +static_assert(alignof(KismetInternationalizationLibrary_GetCurrentLocale) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetCurrentLocale"); \ +static_assert(sizeof(KismetInternationalizationLibrary_GetCurrentLocale) == 0x000010, "Wrong size on KismetInternationalizationLibrary_GetCurrentLocale"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetCurrentLocale, ReturnValue) == 0x000000, "Member 'KismetInternationalizationLibrary_GetCurrentLocale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetLocalizedCultures \ +static_assert(alignof(KismetInternationalizationLibrary_GetLocalizedCultures) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetLocalizedCultures"); \ +static_assert(sizeof(KismetInternationalizationLibrary_GetLocalizedCultures) == 0x000018, "Wrong size on KismetInternationalizationLibrary_GetLocalizedCultures"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetLocalizedCultures, IncludeGame) == 0x000000, "Member 'KismetInternationalizationLibrary_GetLocalizedCultures::IncludeGame' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetLocalizedCultures, IncludeEngine) == 0x000001, "Member 'KismetInternationalizationLibrary_GetLocalizedCultures::IncludeEngine' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetLocalizedCultures, IncludeEditor) == 0x000002, "Member 'KismetInternationalizationLibrary_GetLocalizedCultures::IncludeEditor' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetLocalizedCultures, IncludeAdditional) == 0x000003, "Member 'KismetInternationalizationLibrary_GetLocalizedCultures::IncludeAdditional' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetLocalizedCultures, ReturnValue) == 0x000008, "Member 'KismetInternationalizationLibrary_GetLocalizedCultures::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetNativeCulture \ +static_assert(alignof(KismetInternationalizationLibrary_GetNativeCulture) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetNativeCulture"); \ +static_assert(sizeof(KismetInternationalizationLibrary_GetNativeCulture) == 0x000018, "Wrong size on KismetInternationalizationLibrary_GetNativeCulture"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetNativeCulture, TextCategory) == 0x000000, "Member 'KismetInternationalizationLibrary_GetNativeCulture::TextCategory' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetNativeCulture, ReturnValue) == 0x000008, "Member 'KismetInternationalizationLibrary_GetNativeCulture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetSuitableCulture \ +static_assert(alignof(KismetInternationalizationLibrary_GetSuitableCulture) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetSuitableCulture"); \ +static_assert(sizeof(KismetInternationalizationLibrary_GetSuitableCulture) == 0x000040, "Wrong size on KismetInternationalizationLibrary_GetSuitableCulture"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetSuitableCulture, AvailableCultures) == 0x000000, "Member 'KismetInternationalizationLibrary_GetSuitableCulture::AvailableCultures' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetSuitableCulture, CultureToMatch) == 0x000010, "Member 'KismetInternationalizationLibrary_GetSuitableCulture::CultureToMatch' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetSuitableCulture, FallbackCulture) == 0x000020, "Member 'KismetInternationalizationLibrary_GetSuitableCulture::FallbackCulture' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_GetSuitableCulture, ReturnValue) == 0x000030, "Member 'KismetInternationalizationLibrary_GetSuitableCulture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_SetCurrentAssetGroupCulture \ +static_assert(alignof(KismetInternationalizationLibrary_SetCurrentAssetGroupCulture) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_SetCurrentAssetGroupCulture"); \ +static_assert(sizeof(KismetInternationalizationLibrary_SetCurrentAssetGroupCulture) == 0x000028, "Wrong size on KismetInternationalizationLibrary_SetCurrentAssetGroupCulture"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentAssetGroupCulture, AssetGroup) == 0x000000, "Member 'KismetInternationalizationLibrary_SetCurrentAssetGroupCulture::AssetGroup' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentAssetGroupCulture, Culture) == 0x000010, "Member 'KismetInternationalizationLibrary_SetCurrentAssetGroupCulture::Culture' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentAssetGroupCulture, SaveToConfig) == 0x000020, "Member 'KismetInternationalizationLibrary_SetCurrentAssetGroupCulture::SaveToConfig' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentAssetGroupCulture, ReturnValue) == 0x000021, "Member 'KismetInternationalizationLibrary_SetCurrentAssetGroupCulture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_SetCurrentCulture \ +static_assert(alignof(KismetInternationalizationLibrary_SetCurrentCulture) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_SetCurrentCulture"); \ +static_assert(sizeof(KismetInternationalizationLibrary_SetCurrentCulture) == 0x000018, "Wrong size on KismetInternationalizationLibrary_SetCurrentCulture"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentCulture, Culture) == 0x000000, "Member 'KismetInternationalizationLibrary_SetCurrentCulture::Culture' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentCulture, SaveToConfig) == 0x000010, "Member 'KismetInternationalizationLibrary_SetCurrentCulture::SaveToConfig' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentCulture, ReturnValue) == 0x000011, "Member 'KismetInternationalizationLibrary_SetCurrentCulture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_SetCurrentLanguage \ +static_assert(alignof(KismetInternationalizationLibrary_SetCurrentLanguage) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_SetCurrentLanguage"); \ +static_assert(sizeof(KismetInternationalizationLibrary_SetCurrentLanguage) == 0x000018, "Wrong size on KismetInternationalizationLibrary_SetCurrentLanguage"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLanguage, Culture) == 0x000000, "Member 'KismetInternationalizationLibrary_SetCurrentLanguage::Culture' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLanguage, SaveToConfig) == 0x000010, "Member 'KismetInternationalizationLibrary_SetCurrentLanguage::SaveToConfig' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLanguage, ReturnValue) == 0x000011, "Member 'KismetInternationalizationLibrary_SetCurrentLanguage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_SetCurrentLanguageAndLocale \ +static_assert(alignof(KismetInternationalizationLibrary_SetCurrentLanguageAndLocale) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_SetCurrentLanguageAndLocale"); \ +static_assert(sizeof(KismetInternationalizationLibrary_SetCurrentLanguageAndLocale) == 0x000018, "Wrong size on KismetInternationalizationLibrary_SetCurrentLanguageAndLocale"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLanguageAndLocale, Culture) == 0x000000, "Member 'KismetInternationalizationLibrary_SetCurrentLanguageAndLocale::Culture' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLanguageAndLocale, SaveToConfig) == 0x000010, "Member 'KismetInternationalizationLibrary_SetCurrentLanguageAndLocale::SaveToConfig' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLanguageAndLocale, ReturnValue) == 0x000011, "Member 'KismetInternationalizationLibrary_SetCurrentLanguageAndLocale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInternationalizationLibrary_SetCurrentLocale \ +static_assert(alignof(KismetInternationalizationLibrary_SetCurrentLocale) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_SetCurrentLocale"); \ +static_assert(sizeof(KismetInternationalizationLibrary_SetCurrentLocale) == 0x000018, "Wrong size on KismetInternationalizationLibrary_SetCurrentLocale"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLocale, Culture) == 0x000000, "Member 'KismetInternationalizationLibrary_SetCurrentLocale::Culture' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLocale, SaveToConfig) == 0x000010, "Member 'KismetInternationalizationLibrary_SetCurrentLocale::SaveToConfig' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLocale, ReturnValue) == 0x000011, "Member 'KismetInternationalizationLibrary_SetCurrentLocale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetInternationalizationLibrary \ +static_assert(alignof(UKismetInternationalizationLibrary) == 0x000008, "Wrong alignment on UKismetInternationalizationLibrary"); \ +static_assert(sizeof(UKismetInternationalizationLibrary) == 0x000030, "Wrong size on UKismetInternationalizationLibrary"); \ + +#define DUMPER7_ASSERTS_ACameraShakeSourceActor \ +static_assert(alignof(ACameraShakeSourceActor) == 0x000008, "Wrong alignment on ACameraShakeSourceActor"); \ +static_assert(sizeof(ACameraShakeSourceActor) == 0x0002B0, "Wrong size on ACameraShakeSourceActor"); \ +static_assert(offsetof(ACameraShakeSourceActor, CameraShakeSourceComponent) == 0x0002A8, "Member 'ACameraShakeSourceActor::CameraShakeSourceComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraShakeSourceComponent_StartCameraShake \ +static_assert(alignof(CameraShakeSourceComponent_StartCameraShake) == 0x000008, "Wrong alignment on CameraShakeSourceComponent_StartCameraShake"); \ +static_assert(sizeof(CameraShakeSourceComponent_StartCameraShake) == 0x000020, "Wrong size on CameraShakeSourceComponent_StartCameraShake"); \ +static_assert(offsetof(CameraShakeSourceComponent_StartCameraShake, InCameraShake) == 0x000000, "Member 'CameraShakeSourceComponent_StartCameraShake::InCameraShake' has a wrong offset!"); \ +static_assert(offsetof(CameraShakeSourceComponent_StartCameraShake, Scale) == 0x000008, "Member 'CameraShakeSourceComponent_StartCameraShake::Scale' has a wrong offset!"); \ +static_assert(offsetof(CameraShakeSourceComponent_StartCameraShake, PlaySpace) == 0x00000C, "Member 'CameraShakeSourceComponent_StartCameraShake::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(CameraShakeSourceComponent_StartCameraShake, UserPlaySpaceRot) == 0x000010, "Member 'CameraShakeSourceComponent_StartCameraShake::UserPlaySpaceRot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraShakeSourceComponent_StopAllCameraShakes \ +static_assert(alignof(CameraShakeSourceComponent_StopAllCameraShakes) == 0x000001, "Wrong alignment on CameraShakeSourceComponent_StopAllCameraShakes"); \ +static_assert(sizeof(CameraShakeSourceComponent_StopAllCameraShakes) == 0x000001, "Wrong size on CameraShakeSourceComponent_StopAllCameraShakes"); \ +static_assert(offsetof(CameraShakeSourceComponent_StopAllCameraShakes, bImmediately) == 0x000000, "Member 'CameraShakeSourceComponent_StopAllCameraShakes::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraShakeSourceComponent_StopAllCameraShakesOfType \ +static_assert(alignof(CameraShakeSourceComponent_StopAllCameraShakesOfType) == 0x000008, "Wrong alignment on CameraShakeSourceComponent_StopAllCameraShakesOfType"); \ +static_assert(sizeof(CameraShakeSourceComponent_StopAllCameraShakesOfType) == 0x000010, "Wrong size on CameraShakeSourceComponent_StopAllCameraShakesOfType"); \ +static_assert(offsetof(CameraShakeSourceComponent_StopAllCameraShakesOfType, InCameraShake) == 0x000000, "Member 'CameraShakeSourceComponent_StopAllCameraShakesOfType::InCameraShake' has a wrong offset!"); \ +static_assert(offsetof(CameraShakeSourceComponent_StopAllCameraShakesOfType, bImmediately) == 0x000008, "Member 'CameraShakeSourceComponent_StopAllCameraShakesOfType::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraShakeSourceComponent_GetAttenuationFactor \ +static_assert(alignof(CameraShakeSourceComponent_GetAttenuationFactor) == 0x000004, "Wrong alignment on CameraShakeSourceComponent_GetAttenuationFactor"); \ +static_assert(sizeof(CameraShakeSourceComponent_GetAttenuationFactor) == 0x000010, "Wrong size on CameraShakeSourceComponent_GetAttenuationFactor"); \ +static_assert(offsetof(CameraShakeSourceComponent_GetAttenuationFactor, Location) == 0x000000, "Member 'CameraShakeSourceComponent_GetAttenuationFactor::Location' has a wrong offset!"); \ +static_assert(offsetof(CameraShakeSourceComponent_GetAttenuationFactor, ReturnValue) == 0x00000C, "Member 'CameraShakeSourceComponent_GetAttenuationFactor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraShakeSourceComponent \ +static_assert(alignof(UCameraShakeSourceComponent) == 0x000010, "Wrong alignment on UCameraShakeSourceComponent"); \ +static_assert(sizeof(UCameraShakeSourceComponent) == 0x000250, "Wrong size on UCameraShakeSourceComponent"); \ +static_assert(offsetof(UCameraShakeSourceComponent, Attenuation) == 0x000228, "Member 'UCameraShakeSourceComponent::Attenuation' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeSourceComponent, InnerAttenuationRadius) == 0x00022C, "Member 'UCameraShakeSourceComponent::InnerAttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeSourceComponent, OuterAttenuationRadius) == 0x000230, "Member 'UCameraShakeSourceComponent::OuterAttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeSourceComponent, CameraShake) == 0x000238, "Member 'UCameraShakeSourceComponent::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeSourceComponent, bAutoStart) == 0x000240, "Member 'UCameraShakeSourceComponent::bAutoStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPixelNormalWS \ +static_assert(alignof(UMaterialExpressionPixelNormalWS) == 0x000008, "Wrong alignment on UMaterialExpressionPixelNormalWS"); \ +static_assert(sizeof(UMaterialExpressionPixelNormalWS) == 0x000048, "Wrong size on UMaterialExpressionPixelNormalWS"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_Deproject \ +static_assert(alignof(Canvas_K2_Deproject) == 0x000004, "Wrong alignment on Canvas_K2_Deproject"); \ +static_assert(sizeof(Canvas_K2_Deproject) == 0x000020, "Wrong size on Canvas_K2_Deproject"); \ +static_assert(offsetof(Canvas_K2_Deproject, ScreenPosition) == 0x000000, "Member 'Canvas_K2_Deproject::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_Deproject, WorldOrigin) == 0x000008, "Member 'Canvas_K2_Deproject::WorldOrigin' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_Deproject, WorldDirection) == 0x000014, "Member 'Canvas_K2_Deproject::WorldDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_DrawBorder \ +static_assert(alignof(Canvas_K2_DrawBorder) == 0x000008, "Wrong alignment on Canvas_K2_DrawBorder"); \ +static_assert(sizeof(Canvas_K2_DrawBorder) == 0x000088, "Wrong size on Canvas_K2_DrawBorder"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, BorderTexture) == 0x000000, "Member 'Canvas_K2_DrawBorder::BorderTexture' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, BackgroundTexture) == 0x000008, "Member 'Canvas_K2_DrawBorder::BackgroundTexture' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, LeftBorderTexture) == 0x000010, "Member 'Canvas_K2_DrawBorder::LeftBorderTexture' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, RightBorderTexture) == 0x000018, "Member 'Canvas_K2_DrawBorder::RightBorderTexture' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, TopBorderTexture) == 0x000020, "Member 'Canvas_K2_DrawBorder::TopBorderTexture' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, BottomBorderTexture) == 0x000028, "Member 'Canvas_K2_DrawBorder::BottomBorderTexture' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, ScreenPosition) == 0x000030, "Member 'Canvas_K2_DrawBorder::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, ScreenSize) == 0x000038, "Member 'Canvas_K2_DrawBorder::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, CoordinatePosition) == 0x000040, "Member 'Canvas_K2_DrawBorder::CoordinatePosition' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, CoordinateSize) == 0x000048, "Member 'Canvas_K2_DrawBorder::CoordinateSize' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, RenderColor) == 0x000050, "Member 'Canvas_K2_DrawBorder::RenderColor' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, BorderScale) == 0x000060, "Member 'Canvas_K2_DrawBorder::BorderScale' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, BackgroundScale) == 0x000068, "Member 'Canvas_K2_DrawBorder::BackgroundScale' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, Rotation) == 0x000070, "Member 'Canvas_K2_DrawBorder::Rotation' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, PivotPoint) == 0x000074, "Member 'Canvas_K2_DrawBorder::PivotPoint' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBorder, CornerSize) == 0x00007C, "Member 'Canvas_K2_DrawBorder::CornerSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_DrawBox \ +static_assert(alignof(Canvas_K2_DrawBox) == 0x000004, "Wrong alignment on Canvas_K2_DrawBox"); \ +static_assert(sizeof(Canvas_K2_DrawBox) == 0x000024, "Wrong size on Canvas_K2_DrawBox"); \ +static_assert(offsetof(Canvas_K2_DrawBox, ScreenPosition) == 0x000000, "Member 'Canvas_K2_DrawBox::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBox, ScreenSize) == 0x000008, "Member 'Canvas_K2_DrawBox::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBox, Thickness) == 0x000010, "Member 'Canvas_K2_DrawBox::Thickness' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawBox, RenderColor) == 0x000014, "Member 'Canvas_K2_DrawBox::RenderColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_DrawLine \ +static_assert(alignof(Canvas_K2_DrawLine) == 0x000004, "Wrong alignment on Canvas_K2_DrawLine"); \ +static_assert(sizeof(Canvas_K2_DrawLine) == 0x000024, "Wrong size on Canvas_K2_DrawLine"); \ +static_assert(offsetof(Canvas_K2_DrawLine, ScreenPositionA) == 0x000000, "Member 'Canvas_K2_DrawLine::ScreenPositionA' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawLine, ScreenPositionB) == 0x000008, "Member 'Canvas_K2_DrawLine::ScreenPositionB' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawLine, Thickness) == 0x000010, "Member 'Canvas_K2_DrawLine::Thickness' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawLine, RenderColor) == 0x000014, "Member 'Canvas_K2_DrawLine::RenderColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_DrawMaterial \ +static_assert(alignof(Canvas_K2_DrawMaterial) == 0x000008, "Wrong alignment on Canvas_K2_DrawMaterial"); \ +static_assert(sizeof(Canvas_K2_DrawMaterial) == 0x000038, "Wrong size on Canvas_K2_DrawMaterial"); \ +static_assert(offsetof(Canvas_K2_DrawMaterial, RenderMaterial) == 0x000000, "Member 'Canvas_K2_DrawMaterial::RenderMaterial' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawMaterial, ScreenPosition) == 0x000008, "Member 'Canvas_K2_DrawMaterial::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawMaterial, ScreenSize) == 0x000010, "Member 'Canvas_K2_DrawMaterial::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawMaterial, CoordinatePosition) == 0x000018, "Member 'Canvas_K2_DrawMaterial::CoordinatePosition' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawMaterial, CoordinateSize) == 0x000020, "Member 'Canvas_K2_DrawMaterial::CoordinateSize' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawMaterial, Rotation) == 0x000028, "Member 'Canvas_K2_DrawMaterial::Rotation' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawMaterial, PivotPoint) == 0x00002C, "Member 'Canvas_K2_DrawMaterial::PivotPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_DrawMaterialTriangle \ +static_assert(alignof(Canvas_K2_DrawMaterialTriangle) == 0x000008, "Wrong alignment on Canvas_K2_DrawMaterialTriangle"); \ +static_assert(sizeof(Canvas_K2_DrawMaterialTriangle) == 0x000018, "Wrong size on Canvas_K2_DrawMaterialTriangle"); \ +static_assert(offsetof(Canvas_K2_DrawMaterialTriangle, RenderMaterial) == 0x000000, "Member 'Canvas_K2_DrawMaterialTriangle::RenderMaterial' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawMaterialTriangle, Triangles) == 0x000008, "Member 'Canvas_K2_DrawMaterialTriangle::Triangles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_DrawPolygon \ +static_assert(alignof(Canvas_K2_DrawPolygon) == 0x000008, "Wrong alignment on Canvas_K2_DrawPolygon"); \ +static_assert(sizeof(Canvas_K2_DrawPolygon) == 0x000030, "Wrong size on Canvas_K2_DrawPolygon"); \ +static_assert(offsetof(Canvas_K2_DrawPolygon, RenderTexture) == 0x000000, "Member 'Canvas_K2_DrawPolygon::RenderTexture' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawPolygon, ScreenPosition) == 0x000008, "Member 'Canvas_K2_DrawPolygon::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawPolygon, Radius) == 0x000010, "Member 'Canvas_K2_DrawPolygon::Radius' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawPolygon, NumberOfSides) == 0x000018, "Member 'Canvas_K2_DrawPolygon::NumberOfSides' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawPolygon, RenderColor) == 0x00001C, "Member 'Canvas_K2_DrawPolygon::RenderColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_DrawText \ +static_assert(alignof(Canvas_K2_DrawText) == 0x000008, "Wrong alignment on Canvas_K2_DrawText"); \ +static_assert(sizeof(Canvas_K2_DrawText) == 0x000068, "Wrong size on Canvas_K2_DrawText"); \ +static_assert(offsetof(Canvas_K2_DrawText, RenderFont) == 0x000000, "Member 'Canvas_K2_DrawText::RenderFont' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, RenderText) == 0x000008, "Member 'Canvas_K2_DrawText::RenderText' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, ScreenPosition) == 0x000018, "Member 'Canvas_K2_DrawText::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, Scale) == 0x000020, "Member 'Canvas_K2_DrawText::Scale' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, RenderColor) == 0x000028, "Member 'Canvas_K2_DrawText::RenderColor' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, Kerning) == 0x000038, "Member 'Canvas_K2_DrawText::Kerning' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, ShadowColor) == 0x00003C, "Member 'Canvas_K2_DrawText::ShadowColor' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, ShadowOffset) == 0x00004C, "Member 'Canvas_K2_DrawText::ShadowOffset' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, bCentreX) == 0x000054, "Member 'Canvas_K2_DrawText::bCentreX' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, bCentreY) == 0x000055, "Member 'Canvas_K2_DrawText::bCentreY' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, bOutlined) == 0x000056, "Member 'Canvas_K2_DrawText::bOutlined' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawText, OutlineColor) == 0x000058, "Member 'Canvas_K2_DrawText::OutlineColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_DrawTexture \ +static_assert(alignof(Canvas_K2_DrawTexture) == 0x000008, "Wrong alignment on Canvas_K2_DrawTexture"); \ +static_assert(sizeof(Canvas_K2_DrawTexture) == 0x000048, "Wrong size on Canvas_K2_DrawTexture"); \ +static_assert(offsetof(Canvas_K2_DrawTexture, RenderTexture) == 0x000000, "Member 'Canvas_K2_DrawTexture::RenderTexture' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawTexture, ScreenPosition) == 0x000008, "Member 'Canvas_K2_DrawTexture::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawTexture, ScreenSize) == 0x000010, "Member 'Canvas_K2_DrawTexture::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawTexture, CoordinatePosition) == 0x000018, "Member 'Canvas_K2_DrawTexture::CoordinatePosition' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawTexture, CoordinateSize) == 0x000020, "Member 'Canvas_K2_DrawTexture::CoordinateSize' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawTexture, RenderColor) == 0x000028, "Member 'Canvas_K2_DrawTexture::RenderColor' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawTexture, BlendMode) == 0x000038, "Member 'Canvas_K2_DrawTexture::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawTexture, Rotation) == 0x00003C, "Member 'Canvas_K2_DrawTexture::Rotation' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawTexture, PivotPoint) == 0x000040, "Member 'Canvas_K2_DrawTexture::PivotPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_DrawTriangle \ +static_assert(alignof(Canvas_K2_DrawTriangle) == 0x000008, "Wrong alignment on Canvas_K2_DrawTriangle"); \ +static_assert(sizeof(Canvas_K2_DrawTriangle) == 0x000018, "Wrong size on Canvas_K2_DrawTriangle"); \ +static_assert(offsetof(Canvas_K2_DrawTriangle, RenderTexture) == 0x000000, "Member 'Canvas_K2_DrawTriangle::RenderTexture' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_DrawTriangle, Triangles) == 0x000008, "Member 'Canvas_K2_DrawTriangle::Triangles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_Project \ +static_assert(alignof(Canvas_K2_Project) == 0x000004, "Wrong alignment on Canvas_K2_Project"); \ +static_assert(sizeof(Canvas_K2_Project) == 0x000018, "Wrong size on Canvas_K2_Project"); \ +static_assert(offsetof(Canvas_K2_Project, WorldLocation) == 0x000000, "Member 'Canvas_K2_Project::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_Project, ReturnValue) == 0x00000C, "Member 'Canvas_K2_Project::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_StrLen \ +static_assert(alignof(Canvas_K2_StrLen) == 0x000008, "Wrong alignment on Canvas_K2_StrLen"); \ +static_assert(sizeof(Canvas_K2_StrLen) == 0x000020, "Wrong size on Canvas_K2_StrLen"); \ +static_assert(offsetof(Canvas_K2_StrLen, RenderFont) == 0x000000, "Member 'Canvas_K2_StrLen::RenderFont' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_StrLen, RenderText) == 0x000008, "Member 'Canvas_K2_StrLen::RenderText' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_StrLen, ReturnValue) == 0x000018, "Member 'Canvas_K2_StrLen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Canvas_K2_TextSize \ +static_assert(alignof(Canvas_K2_TextSize) == 0x000008, "Wrong alignment on Canvas_K2_TextSize"); \ +static_assert(sizeof(Canvas_K2_TextSize) == 0x000028, "Wrong size on Canvas_K2_TextSize"); \ +static_assert(offsetof(Canvas_K2_TextSize, RenderFont) == 0x000000, "Member 'Canvas_K2_TextSize::RenderFont' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_TextSize, RenderText) == 0x000008, "Member 'Canvas_K2_TextSize::RenderText' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_TextSize, Scale) == 0x000018, "Member 'Canvas_K2_TextSize::Scale' has a wrong offset!"); \ +static_assert(offsetof(Canvas_K2_TextSize, ReturnValue) == 0x000020, "Member 'Canvas_K2_TextSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCanvas \ +static_assert(alignof(UCanvas) == 0x000010, "Wrong alignment on UCanvas"); \ +static_assert(sizeof(UCanvas) == 0x0002D0, "Wrong size on UCanvas"); \ +static_assert(offsetof(UCanvas, OrgX) == 0x000030, "Member 'UCanvas::OrgX' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, OrgY) == 0x000034, "Member 'UCanvas::OrgY' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, ClipX) == 0x000038, "Member 'UCanvas::ClipX' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, ClipY) == 0x00003C, "Member 'UCanvas::ClipY' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, DrawColor) == 0x000040, "Member 'UCanvas::DrawColor' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, SizeX) == 0x000048, "Member 'UCanvas::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, SizeY) == 0x00004C, "Member 'UCanvas::SizeY' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, ColorModulate) == 0x000050, "Member 'UCanvas::ColorModulate' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, DefaultTexture) == 0x000060, "Member 'UCanvas::DefaultTexture' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, GradientTexture0) == 0x000068, "Member 'UCanvas::GradientTexture0' has a wrong offset!"); \ +static_assert(offsetof(UCanvas, ReporterGraph) == 0x000070, "Member 'UCanvas::ReporterGraph' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstToggle \ +static_assert(alignof(UInterpTrackInstToggle) == 0x000008, "Wrong alignment on UInterpTrackInstToggle"); \ +static_assert(sizeof(UInterpTrackInstToggle) == 0x000040, "Wrong size on UInterpTrackInstToggle"); \ +static_assert(offsetof(UInterpTrackInstToggle, Action) == 0x000030, "Member 'UInterpTrackInstToggle::Action' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstToggle, LastUpdatePosition) == 0x000034, "Member 'UInterpTrackInstToggle::LastUpdatePosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheatManager_BugIt \ +static_assert(alignof(CheatManager_BugIt) == 0x000008, "Wrong alignment on CheatManager_BugIt"); \ +static_assert(sizeof(CheatManager_BugIt) == 0x000010, "Wrong size on CheatManager_BugIt"); \ +static_assert(offsetof(CheatManager_BugIt, ScreenShotDescription) == 0x000000, "Member 'CheatManager_BugIt::ScreenShotDescription' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheatManager_BugItGo \ +static_assert(alignof(CheatManager_BugItGo) == 0x000004, "Wrong alignment on CheatManager_BugItGo"); \ +static_assert(sizeof(CheatManager_BugItGo) == 0x000018, "Wrong size on CheatManager_BugItGo"); \ +static_assert(offsetof(CheatManager_BugItGo, X) == 0x000000, "Member 'CheatManager_BugItGo::X' has a wrong offset!"); \ +static_assert(offsetof(CheatManager_BugItGo, Y) == 0x000004, "Member 'CheatManager_BugItGo::Y' has a wrong offset!"); \ +static_assert(offsetof(CheatManager_BugItGo, Z) == 0x000008, "Member 'CheatManager_BugItGo::Z' has a wrong offset!"); \ +static_assert(offsetof(CheatManager_BugItGo, Pitch) == 0x00000C, "Member 'CheatManager_BugItGo::Pitch' has a wrong offset!"); \ +static_assert(offsetof(CheatManager_BugItGo, Yaw) == 0x000010, "Member 'CheatManager_BugItGo::Yaw' has a wrong offset!"); \ +static_assert(offsetof(CheatManager_BugItGo, Roll) == 0x000014, "Member 'CheatManager_BugItGo::Roll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheatManager_BugItStringCreator \ +static_assert(alignof(CheatManager_BugItStringCreator) == 0x000008, "Wrong alignment on CheatManager_BugItStringCreator"); \ +static_assert(sizeof(CheatManager_BugItStringCreator) == 0x000038, "Wrong size on CheatManager_BugItStringCreator"); \ +static_assert(offsetof(CheatManager_BugItStringCreator, ViewLocation) == 0x000000, "Member 'CheatManager_BugItStringCreator::ViewLocation' has a wrong offset!"); \ +static_assert(offsetof(CheatManager_BugItStringCreator, ViewRotation) == 0x00000C, "Member 'CheatManager_BugItStringCreator::ViewRotation' has a wrong offset!"); \ +static_assert(offsetof(CheatManager_BugItStringCreator, GoString) == 0x000018, "Member 'CheatManager_BugItStringCreator::GoString' has a wrong offset!"); \ +static_assert(offsetof(CheatManager_BugItStringCreator, LocString) == 0x000028, "Member 'CheatManager_BugItStringCreator::LocString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheatManager_ChangeSize \ +static_assert(alignof(CheatManager_ChangeSize) == 0x000004, "Wrong alignment on CheatManager_ChangeSize"); \ +static_assert(sizeof(CheatManager_ChangeSize) == 0x000004, "Wrong size on CheatManager_ChangeSize"); \ +static_assert(offsetof(CheatManager_ChangeSize, F) == 0x000000, "Member 'CheatManager_ChangeSize::F' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheatManager_CheatScript \ +static_assert(alignof(CheatManager_CheatScript) == 0x000008, "Wrong alignment on CheatManager_CheatScript"); \ +static_assert(sizeof(CheatManager_CheatScript) == 0x000010, "Wrong size on CheatManager_CheatScript"); \ +static_assert(offsetof(CheatManager_CheatScript, ScriptName) == 0x000000, "Member 'CheatManager_CheatScript::ScriptName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheatManager_DamageTarget \ +static_assert(alignof(CheatManager_DamageTarget) == 0x000004, "Wrong alignment on CheatManager_DamageTarget"); \ +static_assert(sizeof(CheatManager_DamageTarget) == 0x000004, "Wrong size on CheatManager_DamageTarget"); \ +static_assert(offsetof(CheatManager_DamageTarget, DamageAmount) == 0x000000, "Member 'CheatManager_DamageTarget::DamageAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheatManager_DebugCapsuleSweepChannel \ +static_assert(alignof(CheatManager_DebugCapsuleSweepChannel) == 0x000001, "Wrong alignment on CheatManager_DebugCapsuleSweepChannel"); \ +static_assert(sizeof(CheatManager_DebugCapsuleSweepChannel) == 0x000001, "Wrong size on CheatManager_DebugCapsuleSweepChannel"); \ +static_assert(offsetof(CheatManager_DebugCapsuleSweepChannel, Channel) == 0x000000, "Member 'CheatManager_DebugCapsuleSweepChannel::Channel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheatManager_DebugCapsuleSweepComplex \ +static_assert(alignof(CheatManager_DebugCapsuleSweepComplex) == 0x000001, "Wrong alignment on CheatManager_DebugCapsuleSweepComplex"); \ +static_assert(sizeof(CheatManager_DebugCapsuleSweepComplex) == 0x000001, "Wrong size on CheatManager_DebugCapsuleSweepComplex"); \ +static_assert(offsetof(CheatManager_DebugCapsuleSweepComplex, bTraceComplex) == 0x000000, "Member 'CheatManager_DebugCapsuleSweepComplex::bTraceComplex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheatManager_DebugCapsuleSweepSize \ +static_assert(alignof(CheatManager_DebugCapsuleSweepSize) == 0x000004, "Wrong alignment on CheatManager_DebugCapsuleSweepSize"); \ +static_assert(sizeof(CheatManager_DebugCapsuleSweepSize) == 0x000008, "Wrong size on CheatManager_DebugCapsuleSweepSize"); \ +static_assert(offsetof(CheatManager_DebugCapsuleSweepSize, HalfHeight) == 0x000000, "Member 'CheatManager_DebugCapsuleSweepSize::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(CheatManager_DebugCapsuleSweepSize, Radius) == 0x000004, "Member 'CheatManager_DebugCapsuleSweepSize::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheatManager_DestroyAll \ +static_assert(alignof(CheatManager_DestroyAll) == 0x000008, "Wrong alignment on CheatManager_DestroyAll"); \ +static_assert(sizeof(CheatManager_DestroyAll) == 0x000008, "Wrong size on CheatManager_DestroyAll"); \ +static_assert(offsetof(CheatManager_DestroyAll, aClass) == 0x000000, "Member 'CheatManager_DestroyAll::aClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheatManager_DestroyPawns \ +static_assert(alignof(CheatManager_DestroyPawns) == 0x000008, "Wrong alignment on CheatManager_DestroyPawns"); \ +static_assert(sizeof(CheatManager_DestroyPawns) == 0x000008, "Wrong size on CheatManager_DestroyPawns"); \ +static_assert(offsetof(CheatManager_DestroyPawns, aClass) == 0x000000, "Member 'CheatManager_DestroyPawns::aClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheatManager_FreezeFrame \ +static_assert(alignof(CheatManager_FreezeFrame) == 0x000004, "Wrong alignment on CheatManager_FreezeFrame"); \ +static_assert(sizeof(CheatManager_FreezeFrame) == 0x000004, "Wrong size on CheatManager_FreezeFrame"); \ +static_assert(offsetof(CheatManager_FreezeFrame, Delay) == 0x000000, "Member 'CheatManager_FreezeFrame::Delay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheatManager_OnlyLoadLevel \ +static_assert(alignof(CheatManager_OnlyLoadLevel) == 0x000004, "Wrong alignment on CheatManager_OnlyLoadLevel"); \ +static_assert(sizeof(CheatManager_OnlyLoadLevel) == 0x00000C, "Wrong size on CheatManager_OnlyLoadLevel"); \ +static_assert(offsetof(CheatManager_OnlyLoadLevel, PackageName) == 0x000000, "Member 'CheatManager_OnlyLoadLevel::PackageName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheatManager_Slomo \ +static_assert(alignof(CheatManager_Slomo) == 0x000004, "Wrong alignment on CheatManager_Slomo"); \ +static_assert(sizeof(CheatManager_Slomo) == 0x000004, "Wrong size on CheatManager_Slomo"); \ +static_assert(offsetof(CheatManager_Slomo, NewTimeDilation) == 0x000000, "Member 'CheatManager_Slomo::NewTimeDilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheatManager_StreamLevelIn \ +static_assert(alignof(CheatManager_StreamLevelIn) == 0x000004, "Wrong alignment on CheatManager_StreamLevelIn"); \ +static_assert(sizeof(CheatManager_StreamLevelIn) == 0x00000C, "Wrong size on CheatManager_StreamLevelIn"); \ +static_assert(offsetof(CheatManager_StreamLevelIn, PackageName) == 0x000000, "Member 'CheatManager_StreamLevelIn::PackageName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheatManager_StreamLevelOut \ +static_assert(alignof(CheatManager_StreamLevelOut) == 0x000004, "Wrong alignment on CheatManager_StreamLevelOut"); \ +static_assert(sizeof(CheatManager_StreamLevelOut) == 0x00000C, "Wrong size on CheatManager_StreamLevelOut"); \ +static_assert(offsetof(CheatManager_StreamLevelOut, PackageName) == 0x000000, "Member 'CheatManager_StreamLevelOut::PackageName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheatManager_Summon \ +static_assert(alignof(CheatManager_Summon) == 0x000008, "Wrong alignment on CheatManager_Summon"); \ +static_assert(sizeof(CheatManager_Summon) == 0x000010, "Wrong size on CheatManager_Summon"); \ +static_assert(offsetof(CheatManager_Summon, ClassName) == 0x000000, "Member 'CheatManager_Summon::ClassName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheatManager_ViewActor \ +static_assert(alignof(CheatManager_ViewActor) == 0x000004, "Wrong alignment on CheatManager_ViewActor"); \ +static_assert(sizeof(CheatManager_ViewActor) == 0x00000C, "Wrong size on CheatManager_ViewActor"); \ +static_assert(offsetof(CheatManager_ViewActor, ActorName) == 0x000000, "Member 'CheatManager_ViewActor::ActorName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheatManager_ViewClass \ +static_assert(alignof(CheatManager_ViewClass) == 0x000008, "Wrong alignment on CheatManager_ViewClass"); \ +static_assert(sizeof(CheatManager_ViewClass) == 0x000008, "Wrong size on CheatManager_ViewClass"); \ +static_assert(offsetof(CheatManager_ViewClass, DesiredClass) == 0x000000, "Member 'CheatManager_ViewClass::DesiredClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheatManager_ViewPlayer \ +static_assert(alignof(CheatManager_ViewPlayer) == 0x000008, "Wrong alignment on CheatManager_ViewPlayer"); \ +static_assert(sizeof(CheatManager_ViewPlayer) == 0x000010, "Wrong size on CheatManager_ViewPlayer"); \ +static_assert(offsetof(CheatManager_ViewPlayer, S) == 0x000000, "Member 'CheatManager_ViewPlayer::S' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCheatManager \ +static_assert(alignof(UCheatManager) == 0x000008, "Wrong alignment on UCheatManager"); \ +static_assert(sizeof(UCheatManager) == 0x000090, "Wrong size on UCheatManager"); \ +static_assert(offsetof(UCheatManager, DebugCameraControllerRef) == 0x000030, "Member 'UCheatManager::DebugCameraControllerRef' has a wrong offset!"); \ +static_assert(offsetof(UCheatManager, DebugCameraControllerClass) == 0x000038, "Member 'UCheatManager::DebugCameraControllerClass' has a wrong offset!"); \ +static_assert(offsetof(UCheatManager, CheatManagerExtensions) == 0x000080, "Member 'UCheatManager::CheatManagerExtensions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASkeletalMeshActor \ +static_assert(alignof(ASkeletalMeshActor) == 0x000008, "Wrong alignment on ASkeletalMeshActor"); \ +static_assert(sizeof(ASkeletalMeshActor) == 0x000330, "Wrong size on ASkeletalMeshActor"); \ +static_assert(offsetof(ASkeletalMeshActor, SkeletalMeshComponent) == 0x0002B8, "Member 'ASkeletalMeshActor::SkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ASkeletalMeshActor, ReplicatedMesh) == 0x0002C0, "Member 'ASkeletalMeshActor::ReplicatedMesh' has a wrong offset!"); \ +static_assert(offsetof(ASkeletalMeshActor, ReplicatedPhysAsset) == 0x0002C8, "Member 'ASkeletalMeshActor::ReplicatedPhysAsset' has a wrong offset!"); \ +static_assert(offsetof(ASkeletalMeshActor, ReplicatedMaterial0) == 0x0002D0, "Member 'ASkeletalMeshActor::ReplicatedMaterial0' has a wrong offset!"); \ +static_assert(offsetof(ASkeletalMeshActor, ReplicatedMaterial1) == 0x0002D8, "Member 'ASkeletalMeshActor::ReplicatedMaterial1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCheatManagerExtension \ +static_assert(alignof(UCheatManagerExtension) == 0x000008, "Wrong alignment on UCheatManagerExtension"); \ +static_assert(sizeof(UCheatManagerExtension) == 0x000030, "Wrong size on UCheatManagerExtension"); \ + +#define DUMPER7_ASSERTS_USBZVisibilityOverrideComponent \ +static_assert(alignof(USBZVisibilityOverrideComponent) == 0x000010, "Wrong alignment on USBZVisibilityOverrideComponent"); \ +static_assert(sizeof(USBZVisibilityOverrideComponent) == 0x000240, "Wrong size on USBZVisibilityOverrideComponent"); \ +static_assert(offsetof(USBZVisibilityOverrideComponent, VisibilityVolumesToExclude) == 0x000228, "Member 'USBZVisibilityOverrideComponent::VisibilityVolumesToExclude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCheckBoxStyleAsset \ +static_assert(alignof(UCheckBoxStyleAsset) == 0x000008, "Wrong alignment on UCheckBoxStyleAsset"); \ +static_assert(sizeof(UCheckBoxStyleAsset) == 0x000610, "Wrong size on UCheckBoxStyleAsset"); \ +static_assert(offsetof(UCheckBoxStyleAsset, CheckBoxStyle) == 0x000030, "Member 'UCheckBoxStyleAsset::CheckBoxStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChildConnection \ +static_assert(alignof(UChildConnection) == 0x000008, "Wrong alignment on UChildConnection"); \ +static_assert(sizeof(UChildConnection) == 0x001C00, "Wrong size on UChildConnection"); \ +static_assert(offsetof(UChildConnection, Parent) == 0x001BF8, "Member 'UChildConnection::Parent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHierarchicalLODSetup \ +static_assert(alignof(UHierarchicalLODSetup) == 0x000008, "Wrong alignment on UHierarchicalLODSetup"); \ +static_assert(sizeof(UHierarchicalLODSetup) == 0x000070, "Wrong size on UHierarchicalLODSetup"); \ +static_assert(offsetof(UHierarchicalLODSetup, HierarchicalLODSetup) == 0x000030, "Member 'UHierarchicalLODSetup::HierarchicalLODSetup' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalLODSetup, OverrideBaseMaterial) == 0x000040, "Member 'UHierarchicalLODSetup::OverrideBaseMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCloudStorageBase \ +static_assert(alignof(UCloudStorageBase) == 0x000008, "Wrong alignment on UCloudStorageBase"); \ +static_assert(sizeof(UCloudStorageBase) == 0x000058, "Wrong size on UCloudStorageBase"); \ +static_assert(offsetof(UCloudStorageBase, LocalCloudFiles) == 0x000040, "Member 'UCloudStorageBase::LocalCloudFiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCollisionProfile \ +static_assert(alignof(UCollisionProfile) == 0x000008, "Wrong alignment on UCollisionProfile"); \ +static_assert(sizeof(UCollisionProfile) == 0x000180, "Wrong size on UCollisionProfile"); \ +static_assert(offsetof(UCollisionProfile, Profiles) == 0x000048, "Member 'UCollisionProfile::Profiles' has a wrong offset!"); \ +static_assert(offsetof(UCollisionProfile, DefaultChannelResponses) == 0x000058, "Member 'UCollisionProfile::DefaultChannelResponses' has a wrong offset!"); \ +static_assert(offsetof(UCollisionProfile, EditProfiles) == 0x000068, "Member 'UCollisionProfile::EditProfiles' has a wrong offset!"); \ +static_assert(offsetof(UCollisionProfile, ProfileRedirects) == 0x000078, "Member 'UCollisionProfile::ProfileRedirects' has a wrong offset!"); \ +static_assert(offsetof(UCollisionProfile, CollisionChannelRedirects) == 0x000088, "Member 'UCollisionProfile::CollisionChannelRedirects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAdd \ +static_assert(alignof(UMaterialExpressionAdd) == 0x000008, "Wrong alignment on UMaterialExpressionAdd"); \ +static_assert(sizeof(UMaterialExpressionAdd) == 0x000088, "Wrong size on UMaterialExpressionAdd"); \ +static_assert(offsetof(UMaterialExpressionAdd, A) == 0x000048, "Member 'UMaterialExpressionAdd::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAdd, B) == 0x000064, "Member 'UMaterialExpressionAdd::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAdd, ConstA) == 0x000080, "Member 'UMaterialExpressionAdd::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAdd, ConstB) == 0x000084, "Member 'UMaterialExpressionAdd::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_AddCameraLensEffect \ +static_assert(alignof(PlayerCameraManager_AddCameraLensEffect) == 0x000008, "Wrong alignment on PlayerCameraManager_AddCameraLensEffect"); \ +static_assert(sizeof(PlayerCameraManager_AddCameraLensEffect) == 0x000010, "Wrong size on PlayerCameraManager_AddCameraLensEffect"); \ +static_assert(offsetof(PlayerCameraManager_AddCameraLensEffect, LensEffectEmitterClass) == 0x000000, "Member 'PlayerCameraManager_AddCameraLensEffect::LensEffectEmitterClass' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_AddCameraLensEffect, ReturnValue) == 0x000008, "Member 'PlayerCameraManager_AddCameraLensEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_AddNewCameraModifier \ +static_assert(alignof(PlayerCameraManager_AddNewCameraModifier) == 0x000008, "Wrong alignment on PlayerCameraManager_AddNewCameraModifier"); \ +static_assert(sizeof(PlayerCameraManager_AddNewCameraModifier) == 0x000010, "Wrong size on PlayerCameraManager_AddNewCameraModifier"); \ +static_assert(offsetof(PlayerCameraManager_AddNewCameraModifier, ModifierClass) == 0x000000, "Member 'PlayerCameraManager_AddNewCameraModifier::ModifierClass' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_AddNewCameraModifier, ReturnValue) == 0x000008, "Member 'PlayerCameraManager_AddNewCameraModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_BlueprintUpdateCamera \ +static_assert(alignof(PlayerCameraManager_BlueprintUpdateCamera) == 0x000008, "Wrong alignment on PlayerCameraManager_BlueprintUpdateCamera"); \ +static_assert(sizeof(PlayerCameraManager_BlueprintUpdateCamera) == 0x000028, "Wrong size on PlayerCameraManager_BlueprintUpdateCamera"); \ +static_assert(offsetof(PlayerCameraManager_BlueprintUpdateCamera, CameraTarget) == 0x000000, "Member 'PlayerCameraManager_BlueprintUpdateCamera::CameraTarget' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_BlueprintUpdateCamera, NewCameraLocation) == 0x000008, "Member 'PlayerCameraManager_BlueprintUpdateCamera::NewCameraLocation' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_BlueprintUpdateCamera, NewCameraRotation) == 0x000014, "Member 'PlayerCameraManager_BlueprintUpdateCamera::NewCameraRotation' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_BlueprintUpdateCamera, NewCameraFOV) == 0x000020, "Member 'PlayerCameraManager_BlueprintUpdateCamera::NewCameraFOV' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_BlueprintUpdateCamera, ReturnValue) == 0x000024, "Member 'PlayerCameraManager_BlueprintUpdateCamera::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_FindCameraModifierByClass \ +static_assert(alignof(PlayerCameraManager_FindCameraModifierByClass) == 0x000008, "Wrong alignment on PlayerCameraManager_FindCameraModifierByClass"); \ +static_assert(sizeof(PlayerCameraManager_FindCameraModifierByClass) == 0x000010, "Wrong size on PlayerCameraManager_FindCameraModifierByClass"); \ +static_assert(offsetof(PlayerCameraManager_FindCameraModifierByClass, ModifierClass) == 0x000000, "Member 'PlayerCameraManager_FindCameraModifierByClass::ModifierClass' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_FindCameraModifierByClass, ReturnValue) == 0x000008, "Member 'PlayerCameraManager_FindCameraModifierByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_PhotographyCameraModify \ +static_assert(alignof(PlayerCameraManager_PhotographyCameraModify) == 0x000004, "Wrong alignment on PlayerCameraManager_PhotographyCameraModify"); \ +static_assert(sizeof(PlayerCameraManager_PhotographyCameraModify) == 0x000030, "Wrong size on PlayerCameraManager_PhotographyCameraModify"); \ +static_assert(offsetof(PlayerCameraManager_PhotographyCameraModify, NewCameraLocation) == 0x000000, "Member 'PlayerCameraManager_PhotographyCameraModify::NewCameraLocation' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PhotographyCameraModify, PreviousCameraLocation) == 0x00000C, "Member 'PlayerCameraManager_PhotographyCameraModify::PreviousCameraLocation' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PhotographyCameraModify, OriginalCameraLocation) == 0x000018, "Member 'PlayerCameraManager_PhotographyCameraModify::OriginalCameraLocation' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PhotographyCameraModify, ResultCameraLocation) == 0x000024, "Member 'PlayerCameraManager_PhotographyCameraModify::ResultCameraLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_PlayCameraAnim \ +static_assert(alignof(PlayerCameraManager_PlayCameraAnim) == 0x000008, "Wrong alignment on PlayerCameraManager_PlayCameraAnim"); \ +static_assert(sizeof(PlayerCameraManager_PlayCameraAnim) == 0x000038, "Wrong size on PlayerCameraManager_PlayCameraAnim"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, Anim) == 0x000000, "Member 'PlayerCameraManager_PlayCameraAnim::Anim' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, Rate) == 0x000008, "Member 'PlayerCameraManager_PlayCameraAnim::Rate' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, Scale) == 0x00000C, "Member 'PlayerCameraManager_PlayCameraAnim::Scale' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, BlendInTime) == 0x000010, "Member 'PlayerCameraManager_PlayCameraAnim::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, BlendOutTime) == 0x000014, "Member 'PlayerCameraManager_PlayCameraAnim::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, bLoop) == 0x000018, "Member 'PlayerCameraManager_PlayCameraAnim::bLoop' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, bRandomStartTime) == 0x000019, "Member 'PlayerCameraManager_PlayCameraAnim::bRandomStartTime' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, Duration) == 0x00001C, "Member 'PlayerCameraManager_PlayCameraAnim::Duration' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, PlaySpace) == 0x000020, "Member 'PlayerCameraManager_PlayCameraAnim::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, UserPlaySpaceRot) == 0x000024, "Member 'PlayerCameraManager_PlayCameraAnim::UserPlaySpaceRot' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, ReturnValue) == 0x000030, "Member 'PlayerCameraManager_PlayCameraAnim::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_RemoveCameraLensEffect \ +static_assert(alignof(PlayerCameraManager_RemoveCameraLensEffect) == 0x000008, "Wrong alignment on PlayerCameraManager_RemoveCameraLensEffect"); \ +static_assert(sizeof(PlayerCameraManager_RemoveCameraLensEffect) == 0x000008, "Wrong size on PlayerCameraManager_RemoveCameraLensEffect"); \ +static_assert(offsetof(PlayerCameraManager_RemoveCameraLensEffect, Emitter) == 0x000000, "Member 'PlayerCameraManager_RemoveCameraLensEffect::Emitter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_RemoveCameraModifier \ +static_assert(alignof(PlayerCameraManager_RemoveCameraModifier) == 0x000008, "Wrong alignment on PlayerCameraManager_RemoveCameraModifier"); \ +static_assert(sizeof(PlayerCameraManager_RemoveCameraModifier) == 0x000010, "Wrong size on PlayerCameraManager_RemoveCameraModifier"); \ +static_assert(offsetof(PlayerCameraManager_RemoveCameraModifier, ModifierToRemove) == 0x000000, "Member 'PlayerCameraManager_RemoveCameraModifier::ModifierToRemove' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_RemoveCameraModifier, ReturnValue) == 0x000008, "Member 'PlayerCameraManager_RemoveCameraModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_SetManualCameraFade \ +static_assert(alignof(PlayerCameraManager_SetManualCameraFade) == 0x000004, "Wrong alignment on PlayerCameraManager_SetManualCameraFade"); \ +static_assert(sizeof(PlayerCameraManager_SetManualCameraFade) == 0x000018, "Wrong size on PlayerCameraManager_SetManualCameraFade"); \ +static_assert(offsetof(PlayerCameraManager_SetManualCameraFade, InFadeAmount) == 0x000000, "Member 'PlayerCameraManager_SetManualCameraFade::InFadeAmount' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_SetManualCameraFade, Color) == 0x000004, "Member 'PlayerCameraManager_SetManualCameraFade::Color' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_SetManualCameraFade, bInFadeAudio) == 0x000014, "Member 'PlayerCameraManager_SetManualCameraFade::bInFadeAudio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StartCameraFade \ +static_assert(alignof(PlayerCameraManager_StartCameraFade) == 0x000004, "Wrong alignment on PlayerCameraManager_StartCameraFade"); \ +static_assert(sizeof(PlayerCameraManager_StartCameraFade) == 0x000020, "Wrong size on PlayerCameraManager_StartCameraFade"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraFade, FromAlpha) == 0x000000, "Member 'PlayerCameraManager_StartCameraFade::FromAlpha' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraFade, ToAlpha) == 0x000004, "Member 'PlayerCameraManager_StartCameraFade::ToAlpha' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraFade, Duration) == 0x000008, "Member 'PlayerCameraManager_StartCameraFade::Duration' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraFade, Color) == 0x00000C, "Member 'PlayerCameraManager_StartCameraFade::Color' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraFade, bShouldFadeAudio) == 0x00001C, "Member 'PlayerCameraManager_StartCameraFade::bShouldFadeAudio' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraFade, bHoldWhenFinished) == 0x00001D, "Member 'PlayerCameraManager_StartCameraFade::bHoldWhenFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StartCameraShake \ +static_assert(alignof(PlayerCameraManager_StartCameraShake) == 0x000008, "Wrong alignment on PlayerCameraManager_StartCameraShake"); \ +static_assert(sizeof(PlayerCameraManager_StartCameraShake) == 0x000028, "Wrong size on PlayerCameraManager_StartCameraShake"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShake, ShakeClass) == 0x000000, "Member 'PlayerCameraManager_StartCameraShake::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShake, Scale) == 0x000008, "Member 'PlayerCameraManager_StartCameraShake::Scale' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShake, PlaySpace) == 0x00000C, "Member 'PlayerCameraManager_StartCameraShake::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShake, UserPlaySpaceRot) == 0x000010, "Member 'PlayerCameraManager_StartCameraShake::UserPlaySpaceRot' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShake, ReturnValue) == 0x000020, "Member 'PlayerCameraManager_StartCameraShake::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StartCameraShakeFromSource \ +static_assert(alignof(PlayerCameraManager_StartCameraShakeFromSource) == 0x000008, "Wrong alignment on PlayerCameraManager_StartCameraShakeFromSource"); \ +static_assert(sizeof(PlayerCameraManager_StartCameraShakeFromSource) == 0x000030, "Wrong size on PlayerCameraManager_StartCameraShakeFromSource"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShakeFromSource, ShakeClass) == 0x000000, "Member 'PlayerCameraManager_StartCameraShakeFromSource::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShakeFromSource, SourceComponent) == 0x000008, "Member 'PlayerCameraManager_StartCameraShakeFromSource::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShakeFromSource, Scale) == 0x000010, "Member 'PlayerCameraManager_StartCameraShakeFromSource::Scale' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShakeFromSource, PlaySpace) == 0x000014, "Member 'PlayerCameraManager_StartCameraShakeFromSource::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShakeFromSource, UserPlaySpaceRot) == 0x000018, "Member 'PlayerCameraManager_StartCameraShakeFromSource::UserPlaySpaceRot' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShakeFromSource, ReturnValue) == 0x000028, "Member 'PlayerCameraManager_StartCameraShakeFromSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopAllCameraAnims \ +static_assert(alignof(PlayerCameraManager_StopAllCameraAnims) == 0x000001, "Wrong alignment on PlayerCameraManager_StopAllCameraAnims"); \ +static_assert(sizeof(PlayerCameraManager_StopAllCameraAnims) == 0x000001, "Wrong size on PlayerCameraManager_StopAllCameraAnims"); \ +static_assert(offsetof(PlayerCameraManager_StopAllCameraAnims, bImmediate) == 0x000000, "Member 'PlayerCameraManager_StopAllCameraAnims::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopAllCameraShakes \ +static_assert(alignof(PlayerCameraManager_StopAllCameraShakes) == 0x000001, "Wrong alignment on PlayerCameraManager_StopAllCameraShakes"); \ +static_assert(sizeof(PlayerCameraManager_StopAllCameraShakes) == 0x000001, "Wrong size on PlayerCameraManager_StopAllCameraShakes"); \ +static_assert(offsetof(PlayerCameraManager_StopAllCameraShakes, bImmediately) == 0x000000, "Member 'PlayerCameraManager_StopAllCameraShakes::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopAllCameraShakesFromSource \ +static_assert(alignof(PlayerCameraManager_StopAllCameraShakesFromSource) == 0x000008, "Wrong alignment on PlayerCameraManager_StopAllCameraShakesFromSource"); \ +static_assert(sizeof(PlayerCameraManager_StopAllCameraShakesFromSource) == 0x000010, "Wrong size on PlayerCameraManager_StopAllCameraShakesFromSource"); \ +static_assert(offsetof(PlayerCameraManager_StopAllCameraShakesFromSource, SourceComponent) == 0x000000, "Member 'PlayerCameraManager_StopAllCameraShakesFromSource::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StopAllCameraShakesFromSource, bImmediately) == 0x000008, "Member 'PlayerCameraManager_StopAllCameraShakesFromSource::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopAllInstancesOfCameraAnim \ +static_assert(alignof(PlayerCameraManager_StopAllInstancesOfCameraAnim) == 0x000008, "Wrong alignment on PlayerCameraManager_StopAllInstancesOfCameraAnim"); \ +static_assert(sizeof(PlayerCameraManager_StopAllInstancesOfCameraAnim) == 0x000010, "Wrong size on PlayerCameraManager_StopAllInstancesOfCameraAnim"); \ +static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraAnim, Anim) == 0x000000, "Member 'PlayerCameraManager_StopAllInstancesOfCameraAnim::Anim' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraAnim, bImmediate) == 0x000008, "Member 'PlayerCameraManager_StopAllInstancesOfCameraAnim::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopAllInstancesOfCameraShake \ +static_assert(alignof(PlayerCameraManager_StopAllInstancesOfCameraShake) == 0x000008, "Wrong alignment on PlayerCameraManager_StopAllInstancesOfCameraShake"); \ +static_assert(sizeof(PlayerCameraManager_StopAllInstancesOfCameraShake) == 0x000010, "Wrong size on PlayerCameraManager_StopAllInstancesOfCameraShake"); \ +static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraShake, Shake) == 0x000000, "Member 'PlayerCameraManager_StopAllInstancesOfCameraShake::Shake' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraShake, bImmediately) == 0x000008, "Member 'PlayerCameraManager_StopAllInstancesOfCameraShake::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource \ +static_assert(alignof(PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource) == 0x000008, "Wrong alignment on PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource"); \ +static_assert(sizeof(PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource) == 0x000018, "Wrong size on PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource"); \ +static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource, Shake) == 0x000000, "Member 'PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource::Shake' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource, SourceComponent) == 0x000008, "Member 'PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource, bImmediately) == 0x000010, "Member 'PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopCameraAnimInst \ +static_assert(alignof(PlayerCameraManager_StopCameraAnimInst) == 0x000008, "Wrong alignment on PlayerCameraManager_StopCameraAnimInst"); \ +static_assert(sizeof(PlayerCameraManager_StopCameraAnimInst) == 0x000010, "Wrong size on PlayerCameraManager_StopCameraAnimInst"); \ +static_assert(offsetof(PlayerCameraManager_StopCameraAnimInst, AnimInst) == 0x000000, "Member 'PlayerCameraManager_StopCameraAnimInst::AnimInst' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StopCameraAnimInst, bImmediate) == 0x000008, "Member 'PlayerCameraManager_StopCameraAnimInst::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopCameraShake \ +static_assert(alignof(PlayerCameraManager_StopCameraShake) == 0x000008, "Wrong alignment on PlayerCameraManager_StopCameraShake"); \ +static_assert(sizeof(PlayerCameraManager_StopCameraShake) == 0x000010, "Wrong size on PlayerCameraManager_StopCameraShake"); \ +static_assert(offsetof(PlayerCameraManager_StopCameraShake, ShakeInstance) == 0x000000, "Member 'PlayerCameraManager_StopCameraShake::ShakeInstance' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StopCameraShake, bImmediately) == 0x000008, "Member 'PlayerCameraManager_StopCameraShake::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_GetCameraLocation \ +static_assert(alignof(PlayerCameraManager_GetCameraLocation) == 0x000004, "Wrong alignment on PlayerCameraManager_GetCameraLocation"); \ +static_assert(sizeof(PlayerCameraManager_GetCameraLocation) == 0x00000C, "Wrong size on PlayerCameraManager_GetCameraLocation"); \ +static_assert(offsetof(PlayerCameraManager_GetCameraLocation, ReturnValue) == 0x000000, "Member 'PlayerCameraManager_GetCameraLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_GetCameraRotation \ +static_assert(alignof(PlayerCameraManager_GetCameraRotation) == 0x000004, "Wrong alignment on PlayerCameraManager_GetCameraRotation"); \ +static_assert(sizeof(PlayerCameraManager_GetCameraRotation) == 0x00000C, "Wrong size on PlayerCameraManager_GetCameraRotation"); \ +static_assert(offsetof(PlayerCameraManager_GetCameraRotation, ReturnValue) == 0x000000, "Member 'PlayerCameraManager_GetCameraRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_GetFOVAngle \ +static_assert(alignof(PlayerCameraManager_GetFOVAngle) == 0x000004, "Wrong alignment on PlayerCameraManager_GetFOVAngle"); \ +static_assert(sizeof(PlayerCameraManager_GetFOVAngle) == 0x000004, "Wrong size on PlayerCameraManager_GetFOVAngle"); \ +static_assert(offsetof(PlayerCameraManager_GetFOVAngle, ReturnValue) == 0x000000, "Member 'PlayerCameraManager_GetFOVAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_GetOwningPlayerController \ +static_assert(alignof(PlayerCameraManager_GetOwningPlayerController) == 0x000008, "Wrong alignment on PlayerCameraManager_GetOwningPlayerController"); \ +static_assert(sizeof(PlayerCameraManager_GetOwningPlayerController) == 0x000008, "Wrong size on PlayerCameraManager_GetOwningPlayerController"); \ +static_assert(offsetof(PlayerCameraManager_GetOwningPlayerController, ReturnValue) == 0x000000, "Member 'PlayerCameraManager_GetOwningPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APlayerCameraManager \ +static_assert(alignof(APlayerCameraManager) == 0x000010, "Wrong alignment on APlayerCameraManager"); \ +static_assert(sizeof(APlayerCameraManager) == 0x002960, "Wrong size on APlayerCameraManager"); \ +static_assert(offsetof(APlayerCameraManager, PCOwner) == 0x0002A8, "Member 'APlayerCameraManager::PCOwner' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, TransformComponent) == 0x0002B0, "Member 'APlayerCameraManager::TransformComponent' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, DefaultFOV) == 0x0002C4, "Member 'APlayerCameraManager::DefaultFOV' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, OnTopPassDefaultFOV) == 0x0002C8, "Member 'APlayerCameraManager::OnTopPassDefaultFOV' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, DefaultOrthoWidth) == 0x0002D0, "Member 'APlayerCameraManager::DefaultOrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, DefaultAspectRatio) == 0x0002D8, "Member 'APlayerCameraManager::DefaultAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, CameraCache) == 0x000320, "Member 'APlayerCameraManager::CameraCache' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, LastFrameCameraCache) == 0x000940, "Member 'APlayerCameraManager::LastFrameCameraCache' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewTarget) == 0x000F60, "Member 'APlayerCameraManager::ViewTarget' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, PendingViewTarget) == 0x001590, "Member 'APlayerCameraManager::PendingViewTarget' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, CameraCachePrivate) == 0x001BF0, "Member 'APlayerCameraManager::CameraCachePrivate' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, LastFrameCameraCachePrivate) == 0x002210, "Member 'APlayerCameraManager::LastFrameCameraCachePrivate' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ModifierList) == 0x002830, "Member 'APlayerCameraManager::ModifierList' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, DefaultModifiers) == 0x002840, "Member 'APlayerCameraManager::DefaultModifiers' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, FreeCamDistance) == 0x002850, "Member 'APlayerCameraManager::FreeCamDistance' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, FreeCamOffset) == 0x002854, "Member 'APlayerCameraManager::FreeCamOffset' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewTargetOffset) == 0x002860, "Member 'APlayerCameraManager::ViewTargetOffset' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, OnAudioFadeChangeEvent) == 0x002870, "Member 'APlayerCameraManager::OnAudioFadeChangeEvent' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, CameraLensEffects) == 0x002890, "Member 'APlayerCameraManager::CameraLensEffects' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, CachedCameraShakeMod) == 0x0028A0, "Member 'APlayerCameraManager::CachedCameraShakeMod' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, AnimInstPool) == 0x0028A8, "Member 'APlayerCameraManager::AnimInstPool' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, PostProcessBlendCache) == 0x0028E8, "Member 'APlayerCameraManager::PostProcessBlendCache' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ActiveAnims) == 0x002908, "Member 'APlayerCameraManager::ActiveAnims' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, FreeAnims) == 0x002918, "Member 'APlayerCameraManager::FreeAnims' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, AnimCameraActor) == 0x002928, "Member 'APlayerCameraManager::AnimCameraActor' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewPitchMin) == 0x002934, "Member 'APlayerCameraManager::ViewPitchMin' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewPitchMax) == 0x002938, "Member 'APlayerCameraManager::ViewPitchMax' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewYawMin) == 0x00293C, "Member 'APlayerCameraManager::ViewYawMin' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewYawMax) == 0x002940, "Member 'APlayerCameraManager::ViewYawMax' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewRollMin) == 0x002944, "Member 'APlayerCameraManager::ViewRollMin' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewRollMax) == 0x002948, "Member 'APlayerCameraManager::ViewRollMax' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ServerUpdateCameraTimeout) == 0x002950, "Member 'APlayerCameraManager::ServerUpdateCameraTimeout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComponentDelegateBinding \ +static_assert(alignof(UComponentDelegateBinding) == 0x000008, "Wrong alignment on UComponentDelegateBinding"); \ +static_assert(sizeof(UComponentDelegateBinding) == 0x000040, "Wrong size on UComponentDelegateBinding"); \ +static_assert(offsetof(UComponentDelegateBinding, ComponentDelegateBindings) == 0x000030, "Member 'UComponentDelegateBinding::ComponentDelegateBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorComponentInstanceDataTransientOuter \ +static_assert(alignof(UActorComponentInstanceDataTransientOuter) == 0x000008, "Wrong alignment on UActorComponentInstanceDataTransientOuter"); \ +static_assert(sizeof(UActorComponentInstanceDataTransientOuter) == 0x000030, "Wrong size on UActorComponentInstanceDataTransientOuter"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionGIReplace \ +static_assert(alignof(UMaterialExpressionGIReplace) == 0x000008, "Wrong alignment on UMaterialExpressionGIReplace"); \ +static_assert(sizeof(UMaterialExpressionGIReplace) == 0x0000A0, "Wrong size on UMaterialExpressionGIReplace"); \ +static_assert(offsetof(UMaterialExpressionGIReplace, Default) == 0x000048, "Member 'UMaterialExpressionGIReplace::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionGIReplace, StaticIndirect) == 0x000064, "Member 'UMaterialExpressionGIReplace::StaticIndirect' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionGIReplace, DynamicIndirect) == 0x000080, "Member 'UMaterialExpressionGIReplace::DynamicIndirect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFeatureLevelSwitch \ +static_assert(alignof(UMaterialExpressionFeatureLevelSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionFeatureLevelSwitch"); \ +static_assert(sizeof(UMaterialExpressionFeatureLevelSwitch) == 0x000068, "Wrong size on UMaterialExpressionFeatureLevelSwitch"); \ +static_assert(offsetof(UMaterialExpressionFeatureLevelSwitch, Default) == 0x000048, "Member 'UMaterialExpressionFeatureLevelSwitch::Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCompositeDataTable \ +static_assert(alignof(UCompositeDataTable) == 0x000008, "Wrong alignment on UCompositeDataTable"); \ +static_assert(sizeof(UCompositeDataTable) == 0x0000E0, "Wrong size on UCompositeDataTable"); \ +static_assert(offsetof(UCompositeDataTable, ParentTables) == 0x0000B8, "Member 'UCompositeDataTable::ParentTables' has a wrong offset!"); \ +static_assert(offsetof(UCompositeDataTable, OldParentTables) == 0x0000C8, "Member 'UCompositeDataTable::OldParentTables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPerInstanceCustomData \ +static_assert(alignof(UMaterialExpressionPerInstanceCustomData) == 0x000008, "Wrong alignment on UMaterialExpressionPerInstanceCustomData"); \ +static_assert(sizeof(UMaterialExpressionPerInstanceCustomData) == 0x000070, "Wrong size on UMaterialExpressionPerInstanceCustomData"); \ +static_assert(offsetof(UMaterialExpressionPerInstanceCustomData, DefaultValue) == 0x000048, "Member 'UMaterialExpressionPerInstanceCustomData::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPerInstanceCustomData, ConstDefaultValue) == 0x000064, "Member 'UMaterialExpressionPerInstanceCustomData::ConstDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPerInstanceCustomData, DataIndex) == 0x000068, "Member 'UMaterialExpressionPerInstanceCustomData::DataIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScriptViewportClient \ +static_assert(alignof(UScriptViewportClient) == 0x000008, "Wrong alignment on UScriptViewportClient"); \ +static_assert(sizeof(UScriptViewportClient) == 0x000040, "Wrong size on UScriptViewportClient"); \ + +#define DUMPER7_ASSERTS_GameViewportClient_SetConsoleTarget \ +static_assert(alignof(GameViewportClient_SetConsoleTarget) == 0x000004, "Wrong alignment on GameViewportClient_SetConsoleTarget"); \ +static_assert(sizeof(GameViewportClient_SetConsoleTarget) == 0x000004, "Wrong size on GameViewportClient_SetConsoleTarget"); \ +static_assert(offsetof(GameViewportClient_SetConsoleTarget, PlayerIndex) == 0x000000, "Member 'GameViewportClient_SetConsoleTarget::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameViewportClient \ +static_assert(alignof(UGameViewportClient) == 0x000008, "Wrong alignment on UGameViewportClient"); \ +static_assert(sizeof(UGameViewportClient) == 0x000378, "Wrong size on UGameViewportClient"); \ +static_assert(offsetof(UGameViewportClient, ViewportConsole) == 0x000048, "Member 'UGameViewportClient::ViewportConsole' has a wrong offset!"); \ +static_assert(offsetof(UGameViewportClient, DebugProperties) == 0x000050, "Member 'UGameViewportClient::DebugProperties' has a wrong offset!"); \ +static_assert(offsetof(UGameViewportClient, MaxSplitscreenPlayers) == 0x000070, "Member 'UGameViewportClient::MaxSplitscreenPlayers' has a wrong offset!"); \ +static_assert(offsetof(UGameViewportClient, World) == 0x000080, "Member 'UGameViewportClient::World' has a wrong offset!"); \ +static_assert(offsetof(UGameViewportClient, GameInstance) == 0x000088, "Member 'UGameViewportClient::GameInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConsole \ +static_assert(alignof(UConsole) == 0x000008, "Wrong alignment on UConsole"); \ +static_assert(sizeof(UConsole) == 0x000140, "Wrong size on UConsole"); \ +static_assert(offsetof(UConsole, ConsoleTargetPlayer) == 0x000040, "Member 'UConsole::ConsoleTargetPlayer' has a wrong offset!"); \ +static_assert(offsetof(UConsole, DefaultTexture_Black) == 0x000048, "Member 'UConsole::DefaultTexture_Black' has a wrong offset!"); \ +static_assert(offsetof(UConsole, DefaultTexture_White) == 0x000050, "Member 'UConsole::DefaultTexture_White' has a wrong offset!"); \ +static_assert(offsetof(UConsole, HistoryBuffer) == 0x000070, "Member 'UConsole::HistoryBuffer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeletalMeshLODSettings \ +static_assert(alignof(USkeletalMeshLODSettings) == 0x000008, "Wrong alignment on USkeletalMeshLODSettings"); \ +static_assert(sizeof(USkeletalMeshLODSettings) == 0x000058, "Wrong size on USkeletalMeshLODSettings"); \ +static_assert(offsetof(USkeletalMeshLODSettings, MinLod) == 0x000038, "Member 'USkeletalMeshLODSettings::MinLod' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, DisableBelowMinLodStripping) == 0x00003C, "Member 'USkeletalMeshLODSettings::DisableBelowMinLodStripping' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, bOverrideLODStreamingSettings) == 0x00003D, "Member 'USkeletalMeshLODSettings::bOverrideLODStreamingSettings' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, bSupportLODStreaming) == 0x00003E, "Member 'USkeletalMeshLODSettings::bSupportLODStreaming' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, MaxNumStreamedLODs) == 0x000040, "Member 'USkeletalMeshLODSettings::MaxNumStreamedLODs' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, MaxNumOptionalLODs) == 0x000044, "Member 'USkeletalMeshLODSettings::MaxNumOptionalLODs' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, LODGroups) == 0x000048, "Member 'USkeletalMeshLODSettings::LODGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStreamingSettings \ +static_assert(alignof(UStreamingSettings) == 0x000008, "Wrong alignment on UStreamingSettings"); \ +static_assert(sizeof(UStreamingSettings) == 0x000080, "Wrong size on UStreamingSettings"); \ +static_assert(offsetof(UStreamingSettings, TimeLimitExceededMultiplier) == 0x00004C, "Member 'UStreamingSettings::TimeLimitExceededMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UStreamingSettings, TimeLimitExceededMinTime) == 0x000050, "Member 'UStreamingSettings::TimeLimitExceededMinTime' has a wrong offset!"); \ +static_assert(offsetof(UStreamingSettings, MinBulkDataSizeForAsyncLoading) == 0x000054, "Member 'UStreamingSettings::MinBulkDataSizeForAsyncLoading' has a wrong offset!"); \ +static_assert(offsetof(UStreamingSettings, AsyncLoadingTimeLimit) == 0x00005C, "Member 'UStreamingSettings::AsyncLoadingTimeLimit' has a wrong offset!"); \ +static_assert(offsetof(UStreamingSettings, PriorityAsyncLoadingExtraTime) == 0x000060, "Member 'UStreamingSettings::PriorityAsyncLoadingExtraTime' has a wrong offset!"); \ +static_assert(offsetof(UStreamingSettings, LevelStreamingActorsUpdateTimeLimit) == 0x000064, "Member 'UStreamingSettings::LevelStreamingActorsUpdateTimeLimit' has a wrong offset!"); \ +static_assert(offsetof(UStreamingSettings, PriorityLevelStreamingActorsUpdateExtraTime) == 0x000068, "Member 'UStreamingSettings::PriorityLevelStreamingActorsUpdateExtraTime' has a wrong offset!"); \ +static_assert(offsetof(UStreamingSettings, LevelStreamingComponentsRegistrationGranularity) == 0x00006C, "Member 'UStreamingSettings::LevelStreamingComponentsRegistrationGranularity' has a wrong offset!"); \ +static_assert(offsetof(UStreamingSettings, LevelStreamingUnregisterComponentsTimeLimit) == 0x000070, "Member 'UStreamingSettings::LevelStreamingUnregisterComponentsTimeLimit' has a wrong offset!"); \ +static_assert(offsetof(UStreamingSettings, LevelStreamingComponentsUnregistrationGranularity) == 0x000074, "Member 'UStreamingSettings::LevelStreamingComponentsUnregistrationGranularity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundClass \ +static_assert(alignof(USoundClass) == 0x000008, "Wrong alignment on USoundClass"); \ +static_assert(sizeof(USoundClass) == 0x0000D0, "Wrong size on USoundClass"); \ +static_assert(offsetof(USoundClass, Properties) == 0x000030, "Member 'USoundClass::Properties' has a wrong offset!"); \ +static_assert(offsetof(USoundClass, ChildClasses) == 0x0000A8, "Member 'USoundClass::ChildClasses' has a wrong offset!"); \ +static_assert(offsetof(USoundClass, PassiveSoundMixModifiers) == 0x0000B8, "Member 'USoundClass::PassiveSoundMixModifiers' has a wrong offset!"); \ +static_assert(offsetof(USoundClass, ParentClass) == 0x0000C8, "Member 'USoundClass::ParentClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACullDistanceVolume \ +static_assert(alignof(ACullDistanceVolume) == 0x000008, "Wrong alignment on ACullDistanceVolume"); \ +static_assert(sizeof(ACullDistanceVolume) == 0x000318, "Wrong size on ACullDistanceVolume"); \ +static_assert(offsetof(ACullDistanceVolume, CullDistances) == 0x000300, "Member 'ACullDistanceVolume::CullDistances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticlePositionWS \ +static_assert(alignof(UMaterialExpressionParticlePositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionParticlePositionWS"); \ +static_assert(sizeof(UMaterialExpressionParticlePositionWS) == 0x000048, "Wrong size on UMaterialExpressionParticlePositionWS"); \ + +#define DUMPER7_ASSERTS_UCurveEdPresetCurve \ +static_assert(alignof(UCurveEdPresetCurve) == 0x000008, "Wrong alignment on UCurveEdPresetCurve"); \ +static_assert(sizeof(UCurveEdPresetCurve) == 0x000030, "Wrong size on UCurveEdPresetCurve"); \ + +#define DUMPER7_ASSERTS_CurveLinearColor_GetClampedLinearColorValue \ +static_assert(alignof(CurveLinearColor_GetClampedLinearColorValue) == 0x000004, "Wrong alignment on CurveLinearColor_GetClampedLinearColorValue"); \ +static_assert(sizeof(CurveLinearColor_GetClampedLinearColorValue) == 0x000014, "Wrong size on CurveLinearColor_GetClampedLinearColorValue"); \ +static_assert(offsetof(CurveLinearColor_GetClampedLinearColorValue, InTime) == 0x000000, "Member 'CurveLinearColor_GetClampedLinearColorValue::InTime' has a wrong offset!"); \ +static_assert(offsetof(CurveLinearColor_GetClampedLinearColorValue, ReturnValue) == 0x000004, "Member 'CurveLinearColor_GetClampedLinearColorValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CurveLinearColor_GetLinearColorValue \ +static_assert(alignof(CurveLinearColor_GetLinearColorValue) == 0x000004, "Wrong alignment on CurveLinearColor_GetLinearColorValue"); \ +static_assert(sizeof(CurveLinearColor_GetLinearColorValue) == 0x000014, "Wrong size on CurveLinearColor_GetLinearColorValue"); \ +static_assert(offsetof(CurveLinearColor_GetLinearColorValue, InTime) == 0x000000, "Member 'CurveLinearColor_GetLinearColorValue::InTime' has a wrong offset!"); \ +static_assert(offsetof(CurveLinearColor_GetLinearColorValue, ReturnValue) == 0x000004, "Member 'CurveLinearColor_GetLinearColorValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CurveLinearColor_GetUnadjustedLinearColorValue \ +static_assert(alignof(CurveLinearColor_GetUnadjustedLinearColorValue) == 0x000004, "Wrong alignment on CurveLinearColor_GetUnadjustedLinearColorValue"); \ +static_assert(sizeof(CurveLinearColor_GetUnadjustedLinearColorValue) == 0x000014, "Wrong size on CurveLinearColor_GetUnadjustedLinearColorValue"); \ +static_assert(offsetof(CurveLinearColor_GetUnadjustedLinearColorValue, InTime) == 0x000000, "Member 'CurveLinearColor_GetUnadjustedLinearColorValue::InTime' has a wrong offset!"); \ +static_assert(offsetof(CurveLinearColor_GetUnadjustedLinearColorValue, ReturnValue) == 0x000004, "Member 'CurveLinearColor_GetUnadjustedLinearColorValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCurveLinearColor \ +static_assert(alignof(UCurveLinearColor) == 0x000008, "Wrong alignment on UCurveLinearColor"); \ +static_assert(sizeof(UCurveLinearColor) == 0x000258, "Wrong size on UCurveLinearColor"); \ +static_assert(offsetof(UCurveLinearColor, FloatCurves) == 0x000038, "Member 'UCurveLinearColor::FloatCurves' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColor, AdjustHue) == 0x000238, "Member 'UCurveLinearColor::AdjustHue' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColor, AdjustSaturation) == 0x00023C, "Member 'UCurveLinearColor::AdjustSaturation' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColor, AdjustBrightness) == 0x000240, "Member 'UCurveLinearColor::AdjustBrightness' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColor, AdjustBrightnessCurve) == 0x000244, "Member 'UCurveLinearColor::AdjustBrightnessCurve' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColor, AdjustVibrance) == 0x000248, "Member 'UCurveLinearColor::AdjustVibrance' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColor, AdjustMinAlpha) == 0x00024C, "Member 'UCurveLinearColor::AdjustMinAlpha' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColor, AdjustMaxAlpha) == 0x000250, "Member 'UCurveLinearColor::AdjustMaxAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CurveLinearColorAtlas_GetCurvePosition \ +static_assert(alignof(CurveLinearColorAtlas_GetCurvePosition) == 0x000008, "Wrong alignment on CurveLinearColorAtlas_GetCurvePosition"); \ +static_assert(sizeof(CurveLinearColorAtlas_GetCurvePosition) == 0x000010, "Wrong size on CurveLinearColorAtlas_GetCurvePosition"); \ +static_assert(offsetof(CurveLinearColorAtlas_GetCurvePosition, InCurve) == 0x000000, "Member 'CurveLinearColorAtlas_GetCurvePosition::InCurve' has a wrong offset!"); \ +static_assert(offsetof(CurveLinearColorAtlas_GetCurvePosition, Position) == 0x000008, "Member 'CurveLinearColorAtlas_GetCurvePosition::Position' has a wrong offset!"); \ +static_assert(offsetof(CurveLinearColorAtlas_GetCurvePosition, ReturnValue) == 0x00000C, "Member 'CurveLinearColorAtlas_GetCurvePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCurveLinearColorAtlas \ +static_assert(alignof(UCurveLinearColorAtlas) == 0x000010, "Wrong alignment on UCurveLinearColorAtlas"); \ +static_assert(sizeof(UCurveLinearColorAtlas) == 0x0001C0, "Wrong size on UCurveLinearColorAtlas"); \ +static_assert(offsetof(UCurveLinearColorAtlas, TextureSize) == 0x0001A0, "Member 'UCurveLinearColorAtlas::TextureSize' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColorAtlas, TextureHeight) == 0x0001A8, "Member 'UCurveLinearColorAtlas::TextureHeight' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColorAtlas, GradientCurves) == 0x0001B0, "Member 'UCurveLinearColorAtlas::GradientCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionShadingPathSwitch \ +static_assert(alignof(UMaterialExpressionShadingPathSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionShadingPathSwitch"); \ +static_assert(sizeof(UMaterialExpressionShadingPathSwitch) == 0x0000B8, "Wrong size on UMaterialExpressionShadingPathSwitch"); \ +static_assert(offsetof(UMaterialExpressionShadingPathSwitch, Default) == 0x000048, "Member 'UMaterialExpressionShadingPathSwitch::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionShadingPathSwitch, Inputs) == 0x000064, "Member 'UMaterialExpressionShadingPathSwitch::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CurveVector_GetVectorValue \ +static_assert(alignof(CurveVector_GetVectorValue) == 0x000004, "Wrong alignment on CurveVector_GetVectorValue"); \ +static_assert(sizeof(CurveVector_GetVectorValue) == 0x000010, "Wrong size on CurveVector_GetVectorValue"); \ +static_assert(offsetof(CurveVector_GetVectorValue, InTime) == 0x000000, "Member 'CurveVector_GetVectorValue::InTime' has a wrong offset!"); \ +static_assert(offsetof(CurveVector_GetVectorValue, ReturnValue) == 0x000004, "Member 'CurveVector_GetVectorValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCurveVector \ +static_assert(alignof(UCurveVector) == 0x000008, "Wrong alignment on UCurveVector"); \ +static_assert(sizeof(UCurveVector) == 0x0001B8, "Wrong size on UCurveVector"); \ +static_assert(offsetof(UCurveVector, FloatCurves) == 0x000038, "Member 'UCurveVector::FloatCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDamageType \ +static_assert(alignof(UDamageType) == 0x000008, "Wrong alignment on UDamageType"); \ +static_assert(sizeof(UDamageType) == 0x000048, "Wrong size on UDamageType"); \ +static_assert(offsetof(UDamageType, DamageImpulse) == 0x000034, "Member 'UDamageType::DamageImpulse' has a wrong offset!"); \ +static_assert(offsetof(UDamageType, DestructibleImpulse) == 0x000038, "Member 'UDamageType::DestructibleImpulse' has a wrong offset!"); \ +static_assert(offsetof(UDamageType, DestructibleDamageSpreadScale) == 0x00003C, "Member 'UDamageType::DestructibleDamageSpreadScale' has a wrong offset!"); \ +static_assert(offsetof(UDamageType, DamageFalloff) == 0x000040, "Member 'UDamageType::DamageFalloff' has a wrong offset!"); \ +static_assert(offsetof(UDamageType, bApplyDamageImpulseAtImpactLocation) == 0x000044, "Member 'UDamageType::bApplyDamageImpulseAtImpactLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelActorContainer \ +static_assert(alignof(ULevelActorContainer) == 0x000008, "Wrong alignment on ULevelActorContainer"); \ +static_assert(sizeof(ULevelActorContainer) == 0x000040, "Wrong size on ULevelActorContainer"); \ +static_assert(offsetof(ULevelActorContainer, Actors) == 0x000030, "Member 'ULevelActorContainer::Actors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRotateAboutAxis \ +static_assert(alignof(UMaterialExpressionRotateAboutAxis) == 0x000008, "Wrong alignment on UMaterialExpressionRotateAboutAxis"); \ +static_assert(sizeof(UMaterialExpressionRotateAboutAxis) == 0x0000C0, "Wrong size on UMaterialExpressionRotateAboutAxis"); \ +static_assert(offsetof(UMaterialExpressionRotateAboutAxis, NormalizedRotationAxis) == 0x000048, "Member 'UMaterialExpressionRotateAboutAxis::NormalizedRotationAxis' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotateAboutAxis, RotationAngle) == 0x000064, "Member 'UMaterialExpressionRotateAboutAxis::RotationAngle' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotateAboutAxis, PivotPoint) == 0x000080, "Member 'UMaterialExpressionRotateAboutAxis::PivotPoint' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotateAboutAxis, Position) == 0x00009C, "Member 'UMaterialExpressionRotateAboutAxis::Position' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotateAboutAxis, Period) == 0x0000B8, "Member 'UMaterialExpressionRotateAboutAxis::Period' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPrimaryDataAsset \ +static_assert(alignof(UPrimaryDataAsset) == 0x000008, "Wrong alignment on UPrimaryDataAsset"); \ +static_assert(sizeof(UPrimaryDataAsset) == 0x000038, "Wrong size on UPrimaryDataAsset"); \ + +#define DUMPER7_ASSERTS_UDataDrivenConsoleVariableSettings \ +static_assert(alignof(UDataDrivenConsoleVariableSettings) == 0x000008, "Wrong alignment on UDataDrivenConsoleVariableSettings"); \ +static_assert(sizeof(UDataDrivenConsoleVariableSettings) == 0x000080, "Wrong size on UDataDrivenConsoleVariableSettings"); \ +static_assert(offsetof(UDataDrivenConsoleVariableSettings, CVarsArray) == 0x000060, "Member 'UDataDrivenConsoleVariableSettings::CVarsArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUserDefinedStruct \ +static_assert(alignof(UUserDefinedStruct) == 0x000008, "Wrong alignment on UUserDefinedStruct"); \ +static_assert(sizeof(UUserDefinedStruct) == 0x000110, "Wrong size on UUserDefinedStruct"); \ +static_assert(offsetof(UUserDefinedStruct, Status) == 0x0000C8, "Member 'UUserDefinedStruct::Status' has a wrong offset!"); \ +static_assert(offsetof(UUserDefinedStruct, Guid) == 0x0000CC, "Member 'UUserDefinedStruct::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataTableFunctionLibrary_DoesDataTableRowExist \ +static_assert(alignof(DataTableFunctionLibrary_DoesDataTableRowExist) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_DoesDataTableRowExist"); \ +static_assert(sizeof(DataTableFunctionLibrary_DoesDataTableRowExist) == 0x000018, "Wrong size on DataTableFunctionLibrary_DoesDataTableRowExist"); \ +static_assert(offsetof(DataTableFunctionLibrary_DoesDataTableRowExist, Table) == 0x000000, "Member 'DataTableFunctionLibrary_DoesDataTableRowExist::Table' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_DoesDataTableRowExist, RowName) == 0x000008, "Member 'DataTableFunctionLibrary_DoesDataTableRowExist::RowName' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_DoesDataTableRowExist, ReturnValue) == 0x000014, "Member 'DataTableFunctionLibrary_DoesDataTableRowExist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataTableFunctionLibrary_EvaluateCurveTableRow \ +static_assert(alignof(DataTableFunctionLibrary_EvaluateCurveTableRow) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_EvaluateCurveTableRow"); \ +static_assert(sizeof(DataTableFunctionLibrary_EvaluateCurveTableRow) == 0x000030, "Wrong size on DataTableFunctionLibrary_EvaluateCurveTableRow"); \ +static_assert(offsetof(DataTableFunctionLibrary_EvaluateCurveTableRow, CurveTable) == 0x000000, "Member 'DataTableFunctionLibrary_EvaluateCurveTableRow::CurveTable' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_EvaluateCurveTableRow, RowName) == 0x000008, "Member 'DataTableFunctionLibrary_EvaluateCurveTableRow::RowName' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_EvaluateCurveTableRow, InXY) == 0x000014, "Member 'DataTableFunctionLibrary_EvaluateCurveTableRow::InXY' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_EvaluateCurveTableRow, OutResult) == 0x000018, "Member 'DataTableFunctionLibrary_EvaluateCurveTableRow::OutResult' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_EvaluateCurveTableRow, OutXY) == 0x00001C, "Member 'DataTableFunctionLibrary_EvaluateCurveTableRow::OutXY' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_EvaluateCurveTableRow, ContextString) == 0x000020, "Member 'DataTableFunctionLibrary_EvaluateCurveTableRow::ContextString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataTableFunctionLibrary_GetDataTableColumnAsString \ +static_assert(alignof(DataTableFunctionLibrary_GetDataTableColumnAsString) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_GetDataTableColumnAsString"); \ +static_assert(sizeof(DataTableFunctionLibrary_GetDataTableColumnAsString) == 0x000028, "Wrong size on DataTableFunctionLibrary_GetDataTableColumnAsString"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnAsString, DataTable) == 0x000000, "Member 'DataTableFunctionLibrary_GetDataTableColumnAsString::DataTable' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnAsString, PropertyName) == 0x000008, "Member 'DataTableFunctionLibrary_GetDataTableColumnAsString::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnAsString, ReturnValue) == 0x000018, "Member 'DataTableFunctionLibrary_GetDataTableColumnAsString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataTableFunctionLibrary_GetDataTableRowFromName \ +static_assert(alignof(DataTableFunctionLibrary_GetDataTableRowFromName) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_GetDataTableRowFromName"); \ +static_assert(sizeof(DataTableFunctionLibrary_GetDataTableRowFromName) == 0x000028, "Wrong size on DataTableFunctionLibrary_GetDataTableRowFromName"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowFromName, Table) == 0x000000, "Member 'DataTableFunctionLibrary_GetDataTableRowFromName::Table' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowFromName, RowName) == 0x000008, "Member 'DataTableFunctionLibrary_GetDataTableRowFromName::RowName' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowFromName, OutRow) == 0x000018, "Member 'DataTableFunctionLibrary_GetDataTableRowFromName::OutRow' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowFromName, ReturnValue) == 0x000020, "Member 'DataTableFunctionLibrary_GetDataTableRowFromName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataTableFunctionLibrary_GetDataTableRowNames \ +static_assert(alignof(DataTableFunctionLibrary_GetDataTableRowNames) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_GetDataTableRowNames"); \ +static_assert(sizeof(DataTableFunctionLibrary_GetDataTableRowNames) == 0x000018, "Wrong size on DataTableFunctionLibrary_GetDataTableRowNames"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowNames, Table) == 0x000000, "Member 'DataTableFunctionLibrary_GetDataTableRowNames::Table' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowNames, OutRowNames) == 0x000008, "Member 'DataTableFunctionLibrary_GetDataTableRowNames::OutRowNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataTableFunctionLibrary \ +static_assert(alignof(UDataTableFunctionLibrary) == 0x000008, "Wrong alignment on UDataTableFunctionLibrary"); \ +static_assert(sizeof(UDataTableFunctionLibrary) == 0x000030, "Wrong size on UDataTableFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_DebugCameraController_ReceiveOnActivate \ +static_assert(alignof(DebugCameraController_ReceiveOnActivate) == 0x000008, "Wrong alignment on DebugCameraController_ReceiveOnActivate"); \ +static_assert(sizeof(DebugCameraController_ReceiveOnActivate) == 0x000008, "Wrong size on DebugCameraController_ReceiveOnActivate"); \ +static_assert(offsetof(DebugCameraController_ReceiveOnActivate, OriginalPC) == 0x000000, "Member 'DebugCameraController_ReceiveOnActivate::OriginalPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugCameraController_ReceiveOnActorSelected \ +static_assert(alignof(DebugCameraController_ReceiveOnActorSelected) == 0x000008, "Wrong alignment on DebugCameraController_ReceiveOnActorSelected"); \ +static_assert(sizeof(DebugCameraController_ReceiveOnActorSelected) == 0x0000B0, "Wrong size on DebugCameraController_ReceiveOnActorSelected"); \ +static_assert(offsetof(DebugCameraController_ReceiveOnActorSelected, NewSelectedActor) == 0x000000, "Member 'DebugCameraController_ReceiveOnActorSelected::NewSelectedActor' has a wrong offset!"); \ +static_assert(offsetof(DebugCameraController_ReceiveOnActorSelected, SelectHitLocation) == 0x000008, "Member 'DebugCameraController_ReceiveOnActorSelected::SelectHitLocation' has a wrong offset!"); \ +static_assert(offsetof(DebugCameraController_ReceiveOnActorSelected, SelectHitNormal) == 0x000014, "Member 'DebugCameraController_ReceiveOnActorSelected::SelectHitNormal' has a wrong offset!"); \ +static_assert(offsetof(DebugCameraController_ReceiveOnActorSelected, Hit) == 0x000020, "Member 'DebugCameraController_ReceiveOnActorSelected::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugCameraController_ReceiveOnDeactivate \ +static_assert(alignof(DebugCameraController_ReceiveOnDeactivate) == 0x000008, "Wrong alignment on DebugCameraController_ReceiveOnDeactivate"); \ +static_assert(sizeof(DebugCameraController_ReceiveOnDeactivate) == 0x000008, "Wrong size on DebugCameraController_ReceiveOnDeactivate"); \ +static_assert(offsetof(DebugCameraController_ReceiveOnDeactivate, RestoredPC) == 0x000000, "Member 'DebugCameraController_ReceiveOnDeactivate::RestoredPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugCameraController_SetPawnMovementSpeedScale \ +static_assert(alignof(DebugCameraController_SetPawnMovementSpeedScale) == 0x000004, "Wrong alignment on DebugCameraController_SetPawnMovementSpeedScale"); \ +static_assert(sizeof(DebugCameraController_SetPawnMovementSpeedScale) == 0x000004, "Wrong size on DebugCameraController_SetPawnMovementSpeedScale"); \ +static_assert(offsetof(DebugCameraController_SetPawnMovementSpeedScale, NewSpeedScale) == 0x000000, "Member 'DebugCameraController_SetPawnMovementSpeedScale::NewSpeedScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugCameraController_GetSelectedActor \ +static_assert(alignof(DebugCameraController_GetSelectedActor) == 0x000008, "Wrong alignment on DebugCameraController_GetSelectedActor"); \ +static_assert(sizeof(DebugCameraController_GetSelectedActor) == 0x000008, "Wrong size on DebugCameraController_GetSelectedActor"); \ +static_assert(offsetof(DebugCameraController_GetSelectedActor, ReturnValue) == 0x000000, "Member 'DebugCameraController_GetSelectedActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADebugCameraController \ +static_assert(alignof(ADebugCameraController) == 0x000008, "Wrong alignment on ADebugCameraController"); \ +static_assert(sizeof(ADebugCameraController) == 0x000748, "Wrong size on ADebugCameraController"); \ +static_assert(offsetof(ADebugCameraController, DrawFrustum) == 0x000648, "Member 'ADebugCameraController::DrawFrustum' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, SelectedActor) == 0x000650, "Member 'ADebugCameraController::SelectedActor' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, SelectedComponent) == 0x000658, "Member 'ADebugCameraController::SelectedComponent' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, SelectedHitPoint) == 0x000660, "Member 'ADebugCameraController::SelectedHitPoint' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, OriginalControllerRef) == 0x0006F0, "Member 'ADebugCameraController::OriginalControllerRef' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, OriginalPlayer) == 0x0006F8, "Member 'ADebugCameraController::OriginalPlayer' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, SpeedScale) == 0x000700, "Member 'ADebugCameraController::SpeedScale' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, InitialMaxSpeed) == 0x000704, "Member 'ADebugCameraController::InitialMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, InitialAccel) == 0x000708, "Member 'ADebugCameraController::InitialAccel' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, InitialDecel) == 0x00070C, "Member 'ADebugCameraController::InitialDecel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArcsine \ +static_assert(alignof(UMaterialExpressionArcsine) == 0x000008, "Wrong alignment on UMaterialExpressionArcsine"); \ +static_assert(sizeof(UMaterialExpressionArcsine) == 0x000068, "Wrong size on UMaterialExpressionArcsine"); \ +static_assert(offsetof(UMaterialExpressionArcsine, Input) == 0x000048, "Member 'UMaterialExpressionArcsine::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDebugCameraControllerSettings \ +static_assert(alignof(UDebugCameraControllerSettings) == 0x000008, "Wrong alignment on UDebugCameraControllerSettings"); \ +static_assert(sizeof(UDebugCameraControllerSettings) == 0x000058, "Wrong size on UDebugCameraControllerSettings"); \ +static_assert(offsetof(UDebugCameraControllerSettings, CycleViewModes) == 0x000048, "Member 'UDebugCameraControllerSettings::CycleViewModes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATriggerVolume \ +static_assert(alignof(ATriggerVolume) == 0x000008, "Wrong alignment on ATriggerVolume"); \ +static_assert(sizeof(ATriggerVolume) == 0x000300, "Wrong size on ATriggerVolume"); \ + +#define DUMPER7_ASSERTS_ADebugCameraHUD \ +static_assert(alignof(ADebugCameraHUD) == 0x000008, "Wrong alignment on ADebugCameraHUD"); \ +static_assert(sizeof(ADebugCameraHUD) == 0x000398, "Wrong size on ADebugCameraHUD"); \ + +#define DUMPER7_ASSERTS_UDebugDrawService \ +static_assert(alignof(UDebugDrawService) == 0x000008, "Wrong alignment on UDebugDrawService"); \ +static_assert(sizeof(UDebugDrawService) == 0x000030, "Wrong size on UDebugDrawService"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_BeginDrawCanvasToRenderTarget \ +static_assert(alignof(KismetRenderingLibrary_BeginDrawCanvasToRenderTarget) == 0x000008, "Wrong alignment on KismetRenderingLibrary_BeginDrawCanvasToRenderTarget"); \ +static_assert(sizeof(KismetRenderingLibrary_BeginDrawCanvasToRenderTarget) == 0x000030, "Wrong size on KismetRenderingLibrary_BeginDrawCanvasToRenderTarget"); \ +static_assert(offsetof(KismetRenderingLibrary_BeginDrawCanvasToRenderTarget, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_BeginDrawCanvasToRenderTarget::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_BeginDrawCanvasToRenderTarget, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_BeginDrawCanvasToRenderTarget::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_BeginDrawCanvasToRenderTarget, Canvas) == 0x000010, "Member 'KismetRenderingLibrary_BeginDrawCanvasToRenderTarget::Canvas' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_BeginDrawCanvasToRenderTarget, Size) == 0x000018, "Member 'KismetRenderingLibrary_BeginDrawCanvasToRenderTarget::Size' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_BeginDrawCanvasToRenderTarget, Context) == 0x000020, "Member 'KismetRenderingLibrary_BeginDrawCanvasToRenderTarget::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_BreakSkinWeightInfo \ +static_assert(alignof(KismetRenderingLibrary_BreakSkinWeightInfo) == 0x000004, "Wrong alignment on KismetRenderingLibrary_BreakSkinWeightInfo"); \ +static_assert(sizeof(KismetRenderingLibrary_BreakSkinWeightInfo) == 0x00005C, "Wrong size on KismetRenderingLibrary_BreakSkinWeightInfo"); \ +static_assert(offsetof(KismetRenderingLibrary_BreakSkinWeightInfo, InWeight) == 0x000000, "Member 'KismetRenderingLibrary_BreakSkinWeightInfo::InWeight' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_BreakSkinWeightInfo, Bone0) == 0x00003C, "Member 'KismetRenderingLibrary_BreakSkinWeightInfo::Bone0' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_BreakSkinWeightInfo, Weight0) == 0x000040, "Member 'KismetRenderingLibrary_BreakSkinWeightInfo::Weight0' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_BreakSkinWeightInfo, Bone1) == 0x000044, "Member 'KismetRenderingLibrary_BreakSkinWeightInfo::Bone1' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_BreakSkinWeightInfo, Weight1) == 0x000048, "Member 'KismetRenderingLibrary_BreakSkinWeightInfo::Weight1' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_BreakSkinWeightInfo, Bone2) == 0x00004C, "Member 'KismetRenderingLibrary_BreakSkinWeightInfo::Bone2' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_BreakSkinWeightInfo, Weight2) == 0x000050, "Member 'KismetRenderingLibrary_BreakSkinWeightInfo::Weight2' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_BreakSkinWeightInfo, Bone3) == 0x000054, "Member 'KismetRenderingLibrary_BreakSkinWeightInfo::Bone3' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_BreakSkinWeightInfo, Weight3) == 0x000058, "Member 'KismetRenderingLibrary_BreakSkinWeightInfo::Weight3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ClearRenderTarget2D \ +static_assert(alignof(KismetRenderingLibrary_ClearRenderTarget2D) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ClearRenderTarget2D"); \ +static_assert(sizeof(KismetRenderingLibrary_ClearRenderTarget2D) == 0x000020, "Wrong size on KismetRenderingLibrary_ClearRenderTarget2D"); \ +static_assert(offsetof(KismetRenderingLibrary_ClearRenderTarget2D, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ClearRenderTarget2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ClearRenderTarget2D, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ClearRenderTarget2D::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ClearRenderTarget2D, ClearColor) == 0x000010, "Member 'KismetRenderingLibrary_ClearRenderTarget2D::ClearColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly \ +static_assert(alignof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly"); \ +static_assert(sizeof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly) == 0x000018, "Wrong size on KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly, RenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly, Texture) == 0x000010, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_CreateRenderTarget2D \ +static_assert(alignof(KismetRenderingLibrary_CreateRenderTarget2D) == 0x000008, "Wrong alignment on KismetRenderingLibrary_CreateRenderTarget2D"); \ +static_assert(sizeof(KismetRenderingLibrary_CreateRenderTarget2D) == 0x000030, "Wrong size on KismetRenderingLibrary_CreateRenderTarget2D"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, Width) == 0x000008, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::Width' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, Height) == 0x00000C, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::Height' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, Format) == 0x000010, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::Format' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, ClearColor) == 0x000014, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, bAutoGenerateMipMaps) == 0x000024, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::bAutoGenerateMipMaps' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, ReturnValue) == 0x000028, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_CreateRenderTarget2DArray \ +static_assert(alignof(KismetRenderingLibrary_CreateRenderTarget2DArray) == 0x000008, "Wrong alignment on KismetRenderingLibrary_CreateRenderTarget2DArray"); \ +static_assert(sizeof(KismetRenderingLibrary_CreateRenderTarget2DArray) == 0x000038, "Wrong size on KismetRenderingLibrary_CreateRenderTarget2DArray"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, Width) == 0x000008, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::Width' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, Height) == 0x00000C, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::Height' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, Slices) == 0x000010, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::Slices' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, Format) == 0x000014, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::Format' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, ClearColor) == 0x000018, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, bAutoGenerateMipMaps) == 0x000028, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::bAutoGenerateMipMaps' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, ReturnValue) == 0x000030, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_CreateRenderTargetVolume \ +static_assert(alignof(KismetRenderingLibrary_CreateRenderTargetVolume) == 0x000008, "Wrong alignment on KismetRenderingLibrary_CreateRenderTargetVolume"); \ +static_assert(sizeof(KismetRenderingLibrary_CreateRenderTargetVolume) == 0x000038, "Wrong size on KismetRenderingLibrary_CreateRenderTargetVolume"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, Width) == 0x000008, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::Width' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, Height) == 0x00000C, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::Height' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, Depth) == 0x000010, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::Depth' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, Format) == 0x000014, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::Format' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, ClearColor) == 0x000018, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, bAutoGenerateMipMaps) == 0x000028, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::bAutoGenerateMipMaps' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, ReturnValue) == 0x000030, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_DrawMaterialToRenderTarget \ +static_assert(alignof(KismetRenderingLibrary_DrawMaterialToRenderTarget) == 0x000008, "Wrong alignment on KismetRenderingLibrary_DrawMaterialToRenderTarget"); \ +static_assert(sizeof(KismetRenderingLibrary_DrawMaterialToRenderTarget) == 0x000018, "Wrong size on KismetRenderingLibrary_DrawMaterialToRenderTarget"); \ +static_assert(offsetof(KismetRenderingLibrary_DrawMaterialToRenderTarget, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_DrawMaterialToRenderTarget::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_DrawMaterialToRenderTarget, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_DrawMaterialToRenderTarget::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_DrawMaterialToRenderTarget, Material) == 0x000010, "Member 'KismetRenderingLibrary_DrawMaterialToRenderTarget::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_EndDrawCanvasToRenderTarget \ +static_assert(alignof(KismetRenderingLibrary_EndDrawCanvasToRenderTarget) == 0x000008, "Wrong alignment on KismetRenderingLibrary_EndDrawCanvasToRenderTarget"); \ +static_assert(sizeof(KismetRenderingLibrary_EndDrawCanvasToRenderTarget) == 0x000018, "Wrong size on KismetRenderingLibrary_EndDrawCanvasToRenderTarget"); \ +static_assert(offsetof(KismetRenderingLibrary_EndDrawCanvasToRenderTarget, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_EndDrawCanvasToRenderTarget::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_EndDrawCanvasToRenderTarget, Context) == 0x000008, "Member 'KismetRenderingLibrary_EndDrawCanvasToRenderTarget::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ExportRenderTarget \ +static_assert(alignof(KismetRenderingLibrary_ExportRenderTarget) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ExportRenderTarget"); \ +static_assert(sizeof(KismetRenderingLibrary_ExportRenderTarget) == 0x000030, "Wrong size on KismetRenderingLibrary_ExportRenderTarget"); \ +static_assert(offsetof(KismetRenderingLibrary_ExportRenderTarget, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ExportRenderTarget::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ExportRenderTarget, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ExportRenderTarget::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ExportRenderTarget, FilePath) == 0x000010, "Member 'KismetRenderingLibrary_ExportRenderTarget::FilePath' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ExportRenderTarget, FileName) == 0x000020, "Member 'KismetRenderingLibrary_ExportRenderTarget::FileName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ExportTexture2D \ +static_assert(alignof(KismetRenderingLibrary_ExportTexture2D) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ExportTexture2D"); \ +static_assert(sizeof(KismetRenderingLibrary_ExportTexture2D) == 0x000030, "Wrong size on KismetRenderingLibrary_ExportTexture2D"); \ +static_assert(offsetof(KismetRenderingLibrary_ExportTexture2D, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ExportTexture2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ExportTexture2D, Texture) == 0x000008, "Member 'KismetRenderingLibrary_ExportTexture2D::Texture' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ExportTexture2D, FilePath) == 0x000010, "Member 'KismetRenderingLibrary_ExportTexture2D::FilePath' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ExportTexture2D, FileName) == 0x000020, "Member 'KismetRenderingLibrary_ExportTexture2D::FileName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ImportBufferAsTexture2D \ +static_assert(alignof(KismetRenderingLibrary_ImportBufferAsTexture2D) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ImportBufferAsTexture2D"); \ +static_assert(sizeof(KismetRenderingLibrary_ImportBufferAsTexture2D) == 0x000020, "Wrong size on KismetRenderingLibrary_ImportBufferAsTexture2D"); \ +static_assert(offsetof(KismetRenderingLibrary_ImportBufferAsTexture2D, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ImportBufferAsTexture2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ImportBufferAsTexture2D, Buffer) == 0x000008, "Member 'KismetRenderingLibrary_ImportBufferAsTexture2D::Buffer' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ImportBufferAsTexture2D, ReturnValue) == 0x000018, "Member 'KismetRenderingLibrary_ImportBufferAsTexture2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ImportFileAsTexture2D \ +static_assert(alignof(KismetRenderingLibrary_ImportFileAsTexture2D) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ImportFileAsTexture2D"); \ +static_assert(sizeof(KismetRenderingLibrary_ImportFileAsTexture2D) == 0x000020, "Wrong size on KismetRenderingLibrary_ImportFileAsTexture2D"); \ +static_assert(offsetof(KismetRenderingLibrary_ImportFileAsTexture2D, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ImportFileAsTexture2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ImportFileAsTexture2D, Filename) == 0x000008, "Member 'KismetRenderingLibrary_ImportFileAsTexture2D::Filename' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ImportFileAsTexture2D, ReturnValue) == 0x000018, "Member 'KismetRenderingLibrary_ImportFileAsTexture2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_MakeSkinWeightInfo \ +static_assert(alignof(KismetRenderingLibrary_MakeSkinWeightInfo) == 0x000004, "Wrong alignment on KismetRenderingLibrary_MakeSkinWeightInfo"); \ +static_assert(sizeof(KismetRenderingLibrary_MakeSkinWeightInfo) == 0x00005C, "Wrong size on KismetRenderingLibrary_MakeSkinWeightInfo"); \ +static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, Bone0) == 0x000000, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::Bone0' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, Weight0) == 0x000004, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::Weight0' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, Bone1) == 0x000008, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::Bone1' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, Weight1) == 0x00000C, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::Weight1' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, Bone2) == 0x000010, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::Bone2' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, Weight2) == 0x000014, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::Weight2' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, Bone3) == 0x000018, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::Bone3' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, Weight3) == 0x00001C, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::Weight3' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, ReturnValue) == 0x000020, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ReadRenderTargetPixel \ +static_assert(alignof(KismetRenderingLibrary_ReadRenderTargetPixel) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ReadRenderTargetPixel"); \ +static_assert(sizeof(KismetRenderingLibrary_ReadRenderTargetPixel) == 0x000020, "Wrong size on KismetRenderingLibrary_ReadRenderTargetPixel"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetPixel, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ReadRenderTargetPixel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetPixel, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ReadRenderTargetPixel::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetPixel, X) == 0x000010, "Member 'KismetRenderingLibrary_ReadRenderTargetPixel::X' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetPixel, Y) == 0x000014, "Member 'KismetRenderingLibrary_ReadRenderTargetPixel::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetPixel, ReturnValue) == 0x000018, "Member 'KismetRenderingLibrary_ReadRenderTargetPixel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ReadRenderTargetRawPixel \ +static_assert(alignof(KismetRenderingLibrary_ReadRenderTargetRawPixel) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ReadRenderTargetRawPixel"); \ +static_assert(sizeof(KismetRenderingLibrary_ReadRenderTargetRawPixel) == 0x000028, "Wrong size on KismetRenderingLibrary_ReadRenderTargetRawPixel"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixel, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixel, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixel::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixel, X) == 0x000010, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixel::X' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixel, Y) == 0x000014, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixel::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixel, ReturnValue) == 0x000018, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ReadRenderTargetRawUV \ +static_assert(alignof(KismetRenderingLibrary_ReadRenderTargetRawUV) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ReadRenderTargetRawUV"); \ +static_assert(sizeof(KismetRenderingLibrary_ReadRenderTargetRawUV) == 0x000028, "Wrong size on KismetRenderingLibrary_ReadRenderTargetRawUV"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUV, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUV::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUV, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUV::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUV, U) == 0x000010, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUV::U' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUV, V) == 0x000014, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUV::V' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUV, ReturnValue) == 0x000018, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ReadRenderTargetUV \ +static_assert(alignof(KismetRenderingLibrary_ReadRenderTargetUV) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ReadRenderTargetUV"); \ +static_assert(sizeof(KismetRenderingLibrary_ReadRenderTargetUV) == 0x000020, "Wrong size on KismetRenderingLibrary_ReadRenderTargetUV"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetUV, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ReadRenderTargetUV::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetUV, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ReadRenderTargetUV::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetUV, U) == 0x000010, "Member 'KismetRenderingLibrary_ReadRenderTargetUV::U' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetUV, V) == 0x000014, "Member 'KismetRenderingLibrary_ReadRenderTargetUV::V' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetUV, ReturnValue) == 0x000018, "Member 'KismetRenderingLibrary_ReadRenderTargetUV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ReleaseRenderTarget2D \ +static_assert(alignof(KismetRenderingLibrary_ReleaseRenderTarget2D) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ReleaseRenderTarget2D"); \ +static_assert(sizeof(KismetRenderingLibrary_ReleaseRenderTarget2D) == 0x000008, "Wrong size on KismetRenderingLibrary_ReleaseRenderTarget2D"); \ +static_assert(offsetof(KismetRenderingLibrary_ReleaseRenderTarget2D, TextureRenderTarget) == 0x000000, "Member 'KismetRenderingLibrary_ReleaseRenderTarget2D::TextureRenderTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly \ +static_assert(alignof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly) == 0x000008, "Wrong alignment on KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly"); \ +static_assert(sizeof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly) == 0x000028, "Wrong size on KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly, RenderTarget) == 0x000000, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly, Name_0) == 0x000008, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly::Name_0' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly, CompressionSettings) == 0x000018, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly::CompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly, MipSettings) == 0x000019, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly::MipSettings' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly, ReturnValue) == 0x000020, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_SetCastInsetShadowForAllAttachments \ +static_assert(alignof(KismetRenderingLibrary_SetCastInsetShadowForAllAttachments) == 0x000008, "Wrong alignment on KismetRenderingLibrary_SetCastInsetShadowForAllAttachments"); \ +static_assert(sizeof(KismetRenderingLibrary_SetCastInsetShadowForAllAttachments) == 0x000010, "Wrong size on KismetRenderingLibrary_SetCastInsetShadowForAllAttachments"); \ +static_assert(offsetof(KismetRenderingLibrary_SetCastInsetShadowForAllAttachments, PrimitiveComponent) == 0x000000, "Member 'KismetRenderingLibrary_SetCastInsetShadowForAllAttachments::PrimitiveComponent' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_SetCastInsetShadowForAllAttachments, bCastInsetShadow) == 0x000008, "Member 'KismetRenderingLibrary_SetCastInsetShadowForAllAttachments::bCastInsetShadow' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_SetCastInsetShadowForAllAttachments, bLightAttachmentsAsGroup) == 0x000009, "Member 'KismetRenderingLibrary_SetCastInsetShadowForAllAttachments::bLightAttachmentsAsGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetRenderingLibrary \ +static_assert(alignof(UKismetRenderingLibrary) == 0x000008, "Wrong alignment on UKismetRenderingLibrary"); \ +static_assert(sizeof(UKismetRenderingLibrary) == 0x000030, "Wrong size on UKismetRenderingLibrary"); \ + +#define DUMPER7_ASSERTS_DecalComponent_CreateDynamicMaterialInstance \ +static_assert(alignof(DecalComponent_CreateDynamicMaterialInstance) == 0x000008, "Wrong alignment on DecalComponent_CreateDynamicMaterialInstance"); \ +static_assert(sizeof(DecalComponent_CreateDynamicMaterialInstance) == 0x000008, "Wrong size on DecalComponent_CreateDynamicMaterialInstance"); \ +static_assert(offsetof(DecalComponent_CreateDynamicMaterialInstance, ReturnValue) == 0x000000, "Member 'DecalComponent_CreateDynamicMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_SetDecalMaterial \ +static_assert(alignof(DecalComponent_SetDecalMaterial) == 0x000008, "Wrong alignment on DecalComponent_SetDecalMaterial"); \ +static_assert(sizeof(DecalComponent_SetDecalMaterial) == 0x000008, "Wrong size on DecalComponent_SetDecalMaterial"); \ +static_assert(offsetof(DecalComponent_SetDecalMaterial, NewDecalMaterial) == 0x000000, "Member 'DecalComponent_SetDecalMaterial::NewDecalMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_SetFadeIn \ +static_assert(alignof(DecalComponent_SetFadeIn) == 0x000004, "Wrong alignment on DecalComponent_SetFadeIn"); \ +static_assert(sizeof(DecalComponent_SetFadeIn) == 0x000008, "Wrong size on DecalComponent_SetFadeIn"); \ +static_assert(offsetof(DecalComponent_SetFadeIn, StartDelay) == 0x000000, "Member 'DecalComponent_SetFadeIn::StartDelay' has a wrong offset!"); \ +static_assert(offsetof(DecalComponent_SetFadeIn, Duaration) == 0x000004, "Member 'DecalComponent_SetFadeIn::Duaration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_SetFadeOut \ +static_assert(alignof(DecalComponent_SetFadeOut) == 0x000004, "Wrong alignment on DecalComponent_SetFadeOut"); \ +static_assert(sizeof(DecalComponent_SetFadeOut) == 0x00000C, "Wrong size on DecalComponent_SetFadeOut"); \ +static_assert(offsetof(DecalComponent_SetFadeOut, StartDelay) == 0x000000, "Member 'DecalComponent_SetFadeOut::StartDelay' has a wrong offset!"); \ +static_assert(offsetof(DecalComponent_SetFadeOut, Duration) == 0x000004, "Member 'DecalComponent_SetFadeOut::Duration' has a wrong offset!"); \ +static_assert(offsetof(DecalComponent_SetFadeOut, DestroyOwnerAfterFade) == 0x000008, "Member 'DecalComponent_SetFadeOut::DestroyOwnerAfterFade' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_SetFadeScreenSize \ +static_assert(alignof(DecalComponent_SetFadeScreenSize) == 0x000004, "Wrong alignment on DecalComponent_SetFadeScreenSize"); \ +static_assert(sizeof(DecalComponent_SetFadeScreenSize) == 0x000004, "Wrong size on DecalComponent_SetFadeScreenSize"); \ +static_assert(offsetof(DecalComponent_SetFadeScreenSize, NewFadeScreenSize) == 0x000000, "Member 'DecalComponent_SetFadeScreenSize::NewFadeScreenSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_SetSortOrder \ +static_assert(alignof(DecalComponent_SetSortOrder) == 0x000004, "Wrong alignment on DecalComponent_SetSortOrder"); \ +static_assert(sizeof(DecalComponent_SetSortOrder) == 0x000004, "Wrong size on DecalComponent_SetSortOrder"); \ +static_assert(offsetof(DecalComponent_SetSortOrder, Value) == 0x000000, "Member 'DecalComponent_SetSortOrder::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_GetDecalMaterial \ +static_assert(alignof(DecalComponent_GetDecalMaterial) == 0x000008, "Wrong alignment on DecalComponent_GetDecalMaterial"); \ +static_assert(sizeof(DecalComponent_GetDecalMaterial) == 0x000008, "Wrong size on DecalComponent_GetDecalMaterial"); \ +static_assert(offsetof(DecalComponent_GetDecalMaterial, ReturnValue) == 0x000000, "Member 'DecalComponent_GetDecalMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_GetFadeDuration \ +static_assert(alignof(DecalComponent_GetFadeDuration) == 0x000004, "Wrong alignment on DecalComponent_GetFadeDuration"); \ +static_assert(sizeof(DecalComponent_GetFadeDuration) == 0x000004, "Wrong size on DecalComponent_GetFadeDuration"); \ +static_assert(offsetof(DecalComponent_GetFadeDuration, ReturnValue) == 0x000000, "Member 'DecalComponent_GetFadeDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_GetFadeInDuration \ +static_assert(alignof(DecalComponent_GetFadeInDuration) == 0x000004, "Wrong alignment on DecalComponent_GetFadeInDuration"); \ +static_assert(sizeof(DecalComponent_GetFadeInDuration) == 0x000004, "Wrong size on DecalComponent_GetFadeInDuration"); \ +static_assert(offsetof(DecalComponent_GetFadeInDuration, ReturnValue) == 0x000000, "Member 'DecalComponent_GetFadeInDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_GetFadeInStartDelay \ +static_assert(alignof(DecalComponent_GetFadeInStartDelay) == 0x000004, "Wrong alignment on DecalComponent_GetFadeInStartDelay"); \ +static_assert(sizeof(DecalComponent_GetFadeInStartDelay) == 0x000004, "Wrong size on DecalComponent_GetFadeInStartDelay"); \ +static_assert(offsetof(DecalComponent_GetFadeInStartDelay, ReturnValue) == 0x000000, "Member 'DecalComponent_GetFadeInStartDelay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_GetFadeStartDelay \ +static_assert(alignof(DecalComponent_GetFadeStartDelay) == 0x000004, "Wrong alignment on DecalComponent_GetFadeStartDelay"); \ +static_assert(sizeof(DecalComponent_GetFadeStartDelay) == 0x000004, "Wrong size on DecalComponent_GetFadeStartDelay"); \ +static_assert(offsetof(DecalComponent_GetFadeStartDelay, ReturnValue) == 0x000000, "Member 'DecalComponent_GetFadeStartDelay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDecalComponent \ +static_assert(alignof(UDecalComponent) == 0x000010, "Wrong alignment on UDecalComponent"); \ +static_assert(sizeof(UDecalComponent) == 0x000270, "Wrong size on UDecalComponent"); \ +static_assert(offsetof(UDecalComponent, DecalMaterial) == 0x000228, "Member 'UDecalComponent::DecalMaterial' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, SortOrder) == 0x000230, "Member 'UDecalComponent::SortOrder' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, FadeScreenSize) == 0x000234, "Member 'UDecalComponent::FadeScreenSize' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, FadeStartDelay) == 0x000238, "Member 'UDecalComponent::FadeStartDelay' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, FadeDuration) == 0x00023C, "Member 'UDecalComponent::FadeDuration' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, FadeInDuration) == 0x000240, "Member 'UDecalComponent::FadeInDuration' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, FadeInStartDelay) == 0x000244, "Member 'UDecalComponent::FadeInStartDelay' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, DecalSize) == 0x000250, "Member 'UDecalComponent::DecalSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackLinearColorBase \ +static_assert(alignof(UInterpTrackLinearColorBase) == 0x000008, "Wrong alignment on UInterpTrackLinearColorBase"); \ +static_assert(sizeof(UInterpTrackLinearColorBase) == 0x000098, "Wrong size on UInterpTrackLinearColorBase"); \ +static_assert(offsetof(UInterpTrackLinearColorBase, LinearColorTrack) == 0x000078, "Member 'UInterpTrackLinearColorBase::LinearColorTrack' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackLinearColorBase, CurveTension) == 0x000090, "Member 'UInterpTrackLinearColorBase::CurveTension' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADefaultPhysicsVolume \ +static_assert(alignof(ADefaultPhysicsVolume) == 0x000008, "Wrong alignment on ADefaultPhysicsVolume"); \ +static_assert(sizeof(ADefaultPhysicsVolume) == 0x000310, "Wrong size on ADefaultPhysicsVolume"); \ + +#define DUMPER7_ASSERTS_USmokeTestCommandlet \ +static_assert(alignof(USmokeTestCommandlet) == 0x000008, "Wrong alignment on USmokeTestCommandlet"); \ +static_assert(sizeof(USmokeTestCommandlet) == 0x000088, "Wrong size on USmokeTestCommandlet"); \ + +#define DUMPER7_ASSERTS_UDemoNetConnection \ +static_assert(alignof(UDemoNetConnection) == 0x000008, "Wrong alignment on UDemoNetConnection"); \ +static_assert(sizeof(UDemoNetConnection) == 0x001C68, "Wrong size on UDemoNetConnection"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstFloatProp \ +static_assert(alignof(UInterpTrackInstFloatProp) == 0x000008, "Wrong alignment on UInterpTrackInstFloatProp"); \ +static_assert(sizeof(UInterpTrackInstFloatProp) == 0x000068, "Wrong size on UInterpTrackInstFloatProp"); \ +static_assert(offsetof(UInterpTrackInstFloatProp, ResetFloat) == 0x000060, "Member 'UInterpTrackInstFloatProp::ResetFloat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDemoNetDriver \ +static_assert(alignof(UDemoNetDriver) == 0x000008, "Wrong alignment on UDemoNetDriver"); \ +static_assert(sizeof(UDemoNetDriver) == 0x001300, "Wrong size on UDemoNetDriver"); \ +static_assert(offsetof(UDemoNetDriver, RollbackNetStartupActors) == 0x000880, "Member 'UDemoNetDriver::RollbackNetStartupActors' has a wrong offset!"); \ +static_assert(offsetof(UDemoNetDriver, CheckpointSaveMaxMSPerFrame) == 0x000A2C, "Member 'UDemoNetDriver::CheckpointSaveMaxMSPerFrame' has a wrong offset!"); \ +static_assert(offsetof(UDemoNetDriver, MulticastRecordOptions) == 0x000A50, "Member 'UDemoNetDriver::MulticastRecordOptions' has a wrong offset!"); \ +static_assert(offsetof(UDemoNetDriver, bIsLocalReplay) == 0x000A60, "Member 'UDemoNetDriver::bIsLocalReplay' has a wrong offset!"); \ +static_assert(offsetof(UDemoNetDriver, SpectatorControllers) == 0x000A68, "Member 'UDemoNetDriver::SpectatorControllers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeAttenuation \ +static_assert(alignof(USoundNodeAttenuation) == 0x000008, "Wrong alignment on USoundNodeAttenuation"); \ +static_assert(sizeof(USoundNodeAttenuation) == 0x000400, "Wrong size on USoundNodeAttenuation"); \ +static_assert(offsetof(USoundNodeAttenuation, AttenuationSettings) == 0x000050, "Member 'USoundNodeAttenuation::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeAttenuation, AttenuationOverrides) == 0x000058, "Member 'USoundNodeAttenuation::AttenuationOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPendingNetGame \ +static_assert(alignof(UPendingNetGame) == 0x000008, "Wrong alignment on UPendingNetGame"); \ +static_assert(sizeof(UPendingNetGame) == 0x0000C8, "Wrong size on UPendingNetGame"); \ +static_assert(offsetof(UPendingNetGame, NetDriver) == 0x000038, "Member 'UPendingNetGame::NetDriver' has a wrong offset!"); \ +static_assert(offsetof(UPendingNetGame, DemoNetDriver) == 0x000040, "Member 'UPendingNetGame::DemoNetDriver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDemoPendingNetGame \ +static_assert(alignof(UDemoPendingNetGame) == 0x000008, "Wrong alignment on UDemoPendingNetGame"); \ +static_assert(sizeof(UDemoPendingNetGame) == 0x0000C8, "Wrong size on UDemoPendingNetGame"); \ + +#define DUMPER7_ASSERTS_ULightmassPrimitiveSettingsObject \ +static_assert(alignof(ULightmassPrimitiveSettingsObject) == 0x000008, "Wrong alignment on ULightmassPrimitiveSettingsObject"); \ +static_assert(sizeof(ULightmassPrimitiveSettingsObject) == 0x000048, "Wrong size on ULightmassPrimitiveSettingsObject"); \ +static_assert(offsetof(ULightmassPrimitiveSettingsObject, LightmassSettings) == 0x000030, "Member 'ULightmassPrimitiveSettingsObject::LightmassSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IDestructibleInterface \ +static_assert(alignof(IDestructibleInterface) == 0x000001, "Wrong alignment on IDestructibleInterface"); \ +static_assert(sizeof(IDestructibleInterface) == 0x000001, "Wrong size on IDestructibleInterface"); \ + +#define DUMPER7_ASSERTS_ASceneCapture \ +static_assert(alignof(ASceneCapture) == 0x000008, "Wrong alignment on ASceneCapture"); \ +static_assert(sizeof(ASceneCapture) == 0x0002B8, "Wrong size on ASceneCapture"); \ +static_assert(offsetof(ASceneCapture, MeshComp) == 0x0002A8, "Member 'ASceneCapture::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(ASceneCapture, SceneComponent) == 0x0002B0, "Member 'ASceneCapture::SceneComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneCapture2D_OnInterpToggle \ +static_assert(alignof(SceneCapture2D_OnInterpToggle) == 0x000001, "Wrong alignment on SceneCapture2D_OnInterpToggle"); \ +static_assert(sizeof(SceneCapture2D_OnInterpToggle) == 0x000001, "Wrong size on SceneCapture2D_OnInterpToggle"); \ +static_assert(offsetof(SceneCapture2D_OnInterpToggle, bEnable) == 0x000000, "Member 'SceneCapture2D_OnInterpToggle::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASceneCapture2D \ +static_assert(alignof(ASceneCapture2D) == 0x000008, "Wrong alignment on ASceneCapture2D"); \ +static_assert(sizeof(ASceneCapture2D) == 0x0002C0, "Wrong size on ASceneCapture2D"); \ +static_assert(offsetof(ASceneCapture2D, CaptureComponent2D) == 0x0002B8, "Member 'ASceneCapture2D::CaptureComponent2D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDeviceProfile \ +static_assert(alignof(UDeviceProfile) == 0x000008, "Wrong alignment on UDeviceProfile"); \ +static_assert(sizeof(UDeviceProfile) == 0x0000B0, "Wrong size on UDeviceProfile"); \ +static_assert(offsetof(UDeviceProfile, DeviceType) == 0x000040, "Member 'UDeviceProfile::DeviceType' has a wrong offset!"); \ +static_assert(offsetof(UDeviceProfile, BaseProfileName) == 0x000050, "Member 'UDeviceProfile::BaseProfileName' has a wrong offset!"); \ +static_assert(offsetof(UDeviceProfile, Parent) == 0x000060, "Member 'UDeviceProfile::Parent' has a wrong offset!"); \ +static_assert(offsetof(UDeviceProfile, CVars) == 0x000090, "Member 'UDeviceProfile::CVars' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSparseIrradianceVolumeComponent_SetCharacterIntensityMultiplier \ +static_assert(alignof(SBZSparseIrradianceVolumeComponent_SetCharacterIntensityMultiplier) == 0x000004, "Wrong alignment on SBZSparseIrradianceVolumeComponent_SetCharacterIntensityMultiplier"); \ +static_assert(sizeof(SBZSparseIrradianceVolumeComponent_SetCharacterIntensityMultiplier) == 0x000004, "Wrong size on SBZSparseIrradianceVolumeComponent_SetCharacterIntensityMultiplier"); \ +static_assert(offsetof(SBZSparseIrradianceVolumeComponent_SetCharacterIntensityMultiplier, NewMultiplier) == 0x000000, "Member 'SBZSparseIrradianceVolumeComponent_SetCharacterIntensityMultiplier::NewMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSparseIrradianceVolumeComponent_SetEndIntensity \ +static_assert(alignof(SBZSparseIrradianceVolumeComponent_SetEndIntensity) == 0x000004, "Wrong alignment on SBZSparseIrradianceVolumeComponent_SetEndIntensity"); \ +static_assert(sizeof(SBZSparseIrradianceVolumeComponent_SetEndIntensity) == 0x000004, "Wrong size on SBZSparseIrradianceVolumeComponent_SetEndIntensity"); \ +static_assert(offsetof(SBZSparseIrradianceVolumeComponent_SetEndIntensity, NewIntensity) == 0x000000, "Member 'SBZSparseIrradianceVolumeComponent_SetEndIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSparseIrradianceVolumeComponent_SetIntensity \ +static_assert(alignof(SBZSparseIrradianceVolumeComponent_SetIntensity) == 0x000004, "Wrong alignment on SBZSparseIrradianceVolumeComponent_SetIntensity"); \ +static_assert(sizeof(SBZSparseIrradianceVolumeComponent_SetIntensity) == 0x000004, "Wrong size on SBZSparseIrradianceVolumeComponent_SetIntensity"); \ +static_assert(offsetof(SBZSparseIrradianceVolumeComponent_SetIntensity, NewIntensity) == 0x000000, "Member 'SBZSparseIrradianceVolumeComponent_SetIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSparseIrradianceVolumeComponent_SetSpecularIntensity \ +static_assert(alignof(SBZSparseIrradianceVolumeComponent_SetSpecularIntensity) == 0x000004, "Wrong alignment on SBZSparseIrradianceVolumeComponent_SetSpecularIntensity"); \ +static_assert(sizeof(SBZSparseIrradianceVolumeComponent_SetSpecularIntensity) == 0x000004, "Wrong size on SBZSparseIrradianceVolumeComponent_SetSpecularIntensity"); \ +static_assert(offsetof(SBZSparseIrradianceVolumeComponent_SetSpecularIntensity, NewIntensity) == 0x000000, "Member 'SBZSparseIrradianceVolumeComponent_SetSpecularIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSparseIrradianceVolumeComponent \ +static_assert(alignof(USBZSparseIrradianceVolumeComponent) == 0x000010, "Wrong alignment on USBZSparseIrradianceVolumeComponent"); \ +static_assert(sizeof(USBZSparseIrradianceVolumeComponent) == 0x0002A0, "Wrong size on USBZSparseIrradianceVolumeComponent"); \ +static_assert(offsetof(USBZSparseIrradianceVolumeComponent, Intensity) == 0x000228, "Member 'USBZSparseIrradianceVolumeComponent::Intensity' has a wrong offset!"); \ +static_assert(offsetof(USBZSparseIrradianceVolumeComponent, EndIntensity) == 0x00022C, "Member 'USBZSparseIrradianceVolumeComponent::EndIntensity' has a wrong offset!"); \ +static_assert(offsetof(USBZSparseIrradianceVolumeComponent, SpecularIntensity) == 0x000230, "Member 'USBZSparseIrradianceVolumeComponent::SpecularIntensity' has a wrong offset!"); \ +static_assert(offsetof(USBZSparseIrradianceVolumeComponent, CharacterIntensityMultiplier) == 0x000234, "Member 'USBZSparseIrradianceVolumeComponent::CharacterIntensityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZSparseIrradianceVolumeComponent, MinimumRoughness) == 0x000238, "Member 'USBZSparseIrradianceVolumeComponent::MinimumRoughness' has a wrong offset!"); \ +static_assert(offsetof(USBZSparseIrradianceVolumeComponent, Resolution) == 0x00023C, "Member 'USBZSparseIrradianceVolumeComponent::Resolution' has a wrong offset!"); \ +static_assert(offsetof(USBZSparseIrradianceVolumeComponent, EmptySpaceResolution) == 0x00023D, "Member 'USBZSparseIrradianceVolumeComponent::EmptySpaceResolution' has a wrong offset!"); \ +static_assert(offsetof(USBZSparseIrradianceVolumeComponent, bVoxelizeNavigationMesh) == 0x00023E, "Member 'USBZSparseIrradianceVolumeComponent::bVoxelizeNavigationMesh' has a wrong offset!"); \ +static_assert(offsetof(USBZSparseIrradianceVolumeComponent, NavigationMeshHeight) == 0x000240, "Member 'USBZSparseIrradianceVolumeComponent::NavigationMeshHeight' has a wrong offset!"); \ +static_assert(offsetof(USBZSparseIrradianceVolumeComponent, ExcludedActorsForVoxelTree) == 0x000248, "Member 'USBZSparseIrradianceVolumeComponent::ExcludedActorsForVoxelTree' has a wrong offset!"); \ +static_assert(offsetof(USBZSparseIrradianceVolumeComponent, LightingChannels) == 0x000258, "Member 'USBZSparseIrradianceVolumeComponent::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(USBZSparseIrradianceVolumeComponent, MaxDrawDistance) == 0x00025C, "Member 'USBZSparseIrradianceVolumeComponent::MaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZSparseIrradianceVolumeComponent, MaxDistanceFadeRange) == 0x000260, "Member 'USBZSparseIrradianceVolumeComponent::MaxDistanceFadeRange' has a wrong offset!"); \ +static_assert(offsetof(USBZSparseIrradianceVolumeComponent, BounceCount) == 0x000264, "Member 'USBZSparseIrradianceVolumeComponent::BounceCount' has a wrong offset!"); \ +static_assert(offsetof(USBZSparseIrradianceVolumeComponent, CullDistanceFactor) == 0x00026C, "Member 'USBZSparseIrradianceVolumeComponent::CullDistanceFactor' has a wrong offset!"); \ +static_assert(offsetof(USBZSparseIrradianceVolumeComponent, CullStepDistance) == 0x000270, "Member 'USBZSparseIrradianceVolumeComponent::CullStepDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDeviceProfileFragment \ +static_assert(alignof(UDeviceProfileFragment) == 0x000008, "Wrong alignment on UDeviceProfileFragment"); \ +static_assert(sizeof(UDeviceProfileFragment) == 0x000040, "Wrong size on UDeviceProfileFragment"); \ + +#define DUMPER7_ASSERTS_USoundNodeOscillator \ +static_assert(alignof(USoundNodeOscillator) == 0x000008, "Wrong alignment on USoundNodeOscillator"); \ +static_assert(sizeof(USoundNodeOscillator) == 0x000078, "Wrong size on USoundNodeOscillator"); \ +static_assert(offsetof(USoundNodeOscillator, AmplitudeMin) == 0x000054, "Member 'USoundNodeOscillator::AmplitudeMin' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeOscillator, AmplitudeMax) == 0x000058, "Member 'USoundNodeOscillator::AmplitudeMax' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeOscillator, FrequencyMin) == 0x00005C, "Member 'USoundNodeOscillator::FrequencyMin' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeOscillator, FrequencyMax) == 0x000060, "Member 'USoundNodeOscillator::FrequencyMax' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeOscillator, OffsetMin) == 0x000064, "Member 'USoundNodeOscillator::OffsetMin' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeOscillator, OffsetMax) == 0x000068, "Member 'USoundNodeOscillator::OffsetMax' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeOscillator, CenterMin) == 0x00006C, "Member 'USoundNodeOscillator::CenterMin' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeOscillator, CenterMax) == 0x000070, "Member 'USoundNodeOscillator::CenterMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDeviceProfileManager \ +static_assert(alignof(UDeviceProfileManager) == 0x000008, "Wrong alignment on UDeviceProfileManager"); \ +static_assert(sizeof(UDeviceProfileManager) == 0x0000D0, "Wrong size on UDeviceProfileManager"); \ +static_assert(offsetof(UDeviceProfileManager, Profiles) == 0x000030, "Member 'UDeviceProfileManager::Profiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDialogueSoundWaveProxy \ +static_assert(alignof(UDialogueSoundWaveProxy) == 0x000008, "Wrong alignment on UDialogueSoundWaveProxy"); \ +static_assert(sizeof(UDialogueSoundWaveProxy) == 0x000190, "Wrong size on UDialogueSoundWaveProxy"); \ + +#define DUMPER7_ASSERTS_UDialogueWave \ +static_assert(alignof(UDialogueWave) == 0x000008, "Wrong alignment on UDialogueWave"); \ +static_assert(sizeof(UDialogueWave) == 0x000078, "Wrong size on UDialogueWave"); \ +static_assert(offsetof(UDialogueWave, SpokenText) == 0x000038, "Member 'UDialogueWave::SpokenText' has a wrong offset!"); \ +static_assert(offsetof(UDialogueWave, SubtitleOverride) == 0x000048, "Member 'UDialogueWave::SubtitleOverride' has a wrong offset!"); \ +static_assert(offsetof(UDialogueWave, ContextMappings) == 0x000058, "Member 'UDialogueWave::ContextMappings' has a wrong offset!"); \ +static_assert(offsetof(UDialogueWave, LocalizationGUID) == 0x000068, "Member 'UDialogueWave::LocalizationGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALevelStreamingVolume \ +static_assert(alignof(ALevelStreamingVolume) == 0x000008, "Wrong alignment on ALevelStreamingVolume"); \ +static_assert(sizeof(ALevelStreamingVolume) == 0x000318, "Wrong size on ALevelStreamingVolume"); \ +static_assert(offsetof(ALevelStreamingVolume, StreamingLevelNames) == 0x000300, "Member 'ALevelStreamingVolume::StreamingLevelNames' has a wrong offset!"); \ +static_assert(offsetof(ALevelStreamingVolume, StreamingUsage) == 0x000314, "Member 'ALevelStreamingVolume::StreamingUsage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSamplePhysicsScalarField \ +static_assert(alignof(UMaterialExpressionSamplePhysicsScalarField) == 0x000008, "Wrong alignment on UMaterialExpressionSamplePhysicsScalarField"); \ +static_assert(sizeof(UMaterialExpressionSamplePhysicsScalarField) == 0x000068, "Wrong size on UMaterialExpressionSamplePhysicsScalarField"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsScalarField, WorldPosition) == 0x000048, "Member 'UMaterialExpressionSamplePhysicsScalarField::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsScalarField, FieldTarget) == 0x000064, "Member 'UMaterialExpressionSamplePhysicsScalarField::FieldTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVectorParameter \ +static_assert(alignof(UMaterialExpressionVectorParameter) == 0x000008, "Wrong alignment on UMaterialExpressionVectorParameter"); \ +static_assert(sizeof(UMaterialExpressionVectorParameter) == 0x000080, "Wrong size on UMaterialExpressionVectorParameter"); \ +static_assert(offsetof(UMaterialExpressionVectorParameter, DefaultValue) == 0x000068, "Member 'UMaterialExpressionVectorParameter::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorParameter, bUseCustomPrimitiveData) == 0x000078, "Member 'UMaterialExpressionVectorParameter::bUseCustomPrimitiveData' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorParameter, PrimitiveDataIndex) == 0x000079, "Member 'UMaterialExpressionVectorParameter::PrimitiveDataIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackSound \ +static_assert(alignof(UInterpTrackSound) == 0x000008, "Wrong alignment on UInterpTrackSound"); \ +static_assert(sizeof(UInterpTrackSound) == 0x0000B0, "Wrong size on UInterpTrackSound"); \ +static_assert(offsetof(UInterpTrackSound, Sounds) == 0x000098, "Member 'UInterpTrackSound::Sounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IRVOAvoidanceInterface \ +static_assert(alignof(IRVOAvoidanceInterface) == 0x000001, "Wrong alignment on IRVOAvoidanceInterface"); \ +static_assert(sizeof(IRVOAvoidanceInterface) == 0x000001, "Wrong size on IRVOAvoidanceInterface"); \ + +#define DUMPER7_ASSERTS_UDistributionFloatConstant \ +static_assert(alignof(UDistributionFloatConstant) == 0x000008, "Wrong alignment on UDistributionFloatConstant"); \ +static_assert(sizeof(UDistributionFloatConstant) == 0x000048, "Wrong size on UDistributionFloatConstant"); \ +static_assert(offsetof(UDistributionFloatConstant, Constant) == 0x000040, "Member 'UDistributionFloatConstant::Constant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArccosine \ +static_assert(alignof(UMaterialExpressionArccosine) == 0x000008, "Wrong alignment on UMaterialExpressionArccosine"); \ +static_assert(sizeof(UMaterialExpressionArccosine) == 0x000068, "Wrong size on UMaterialExpressionArccosine"); \ +static_assert(offsetof(UMaterialExpressionArccosine, Input) == 0x000048, "Member 'UMaterialExpressionArccosine::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDistributionFloatConstantCurve \ +static_assert(alignof(UDistributionFloatConstantCurve) == 0x000008, "Wrong alignment on UDistributionFloatConstantCurve"); \ +static_assert(sizeof(UDistributionFloatConstantCurve) == 0x000058, "Wrong size on UDistributionFloatConstantCurve"); \ +static_assert(offsetof(UDistributionFloatConstantCurve, ConstantCurve) == 0x000040, "Member 'UDistributionFloatConstantCurve::ConstantCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubUVAnimation \ +static_assert(alignof(USubUVAnimation) == 0x000008, "Wrong alignment on USubUVAnimation"); \ +static_assert(sizeof(USubUVAnimation) == 0x000070, "Wrong size on USubUVAnimation"); \ +static_assert(offsetof(USubUVAnimation, SubUVTexture) == 0x000030, "Member 'USubUVAnimation::SubUVTexture' has a wrong offset!"); \ +static_assert(offsetof(USubUVAnimation, SubImages_Horizontal) == 0x000038, "Member 'USubUVAnimation::SubImages_Horizontal' has a wrong offset!"); \ +static_assert(offsetof(USubUVAnimation, SubImages_Vertical) == 0x00003C, "Member 'USubUVAnimation::SubImages_Vertical' has a wrong offset!"); \ +static_assert(offsetof(USubUVAnimation, BoundingMode) == 0x000040, "Member 'USubUVAnimation::BoundingMode' has a wrong offset!"); \ +static_assert(offsetof(USubUVAnimation, OpacitySourceMode) == 0x000041, "Member 'USubUVAnimation::OpacitySourceMode' has a wrong offset!"); \ +static_assert(offsetof(USubUVAnimation, AlphaThreshold) == 0x000044, "Member 'USubUVAnimation::AlphaThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDDX \ +static_assert(alignof(UMaterialExpressionDDX) == 0x000008, "Wrong alignment on UMaterialExpressionDDX"); \ +static_assert(sizeof(UMaterialExpressionDDX) == 0x000068, "Wrong size on UMaterialExpressionDDX"); \ +static_assert(offsetof(UMaterialExpressionDDX, Value) == 0x000048, "Member 'UMaterialExpressionDDX::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDistributionFloatParameterBase \ +static_assert(alignof(UDistributionFloatParameterBase) == 0x000008, "Wrong alignment on UDistributionFloatParameterBase"); \ +static_assert(sizeof(UDistributionFloatParameterBase) == 0x000068, "Wrong size on UDistributionFloatParameterBase"); \ +static_assert(offsetof(UDistributionFloatParameterBase, ParameterName) == 0x000048, "Member 'UDistributionFloatParameterBase::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UDistributionFloatParameterBase, MinInput) == 0x000054, "Member 'UDistributionFloatParameterBase::MinInput' has a wrong offset!"); \ +static_assert(offsetof(UDistributionFloatParameterBase, MaxInput) == 0x000058, "Member 'UDistributionFloatParameterBase::MaxInput' has a wrong offset!"); \ +static_assert(offsetof(UDistributionFloatParameterBase, MinOutput) == 0x00005C, "Member 'UDistributionFloatParameterBase::MinOutput' has a wrong offset!"); \ +static_assert(offsetof(UDistributionFloatParameterBase, MaxOutput) == 0x000060, "Member 'UDistributionFloatParameterBase::MaxOutput' has a wrong offset!"); \ +static_assert(offsetof(UDistributionFloatParameterBase, ParamMode) == 0x000064, "Member 'UDistributionFloatParameterBase::ParamMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDistributionFloatParticleParameter \ +static_assert(alignof(UDistributionFloatParticleParameter) == 0x000008, "Wrong alignment on UDistributionFloatParticleParameter"); \ +static_assert(sizeof(UDistributionFloatParticleParameter) == 0x000068, "Wrong size on UDistributionFloatParticleParameter"); \ + +#define DUMPER7_ASSERTS_StereoLayerShapeEquirect_SetEquirectProps \ +static_assert(alignof(StereoLayerShapeEquirect_SetEquirectProps) == 0x000004, "Wrong alignment on StereoLayerShapeEquirect_SetEquirectProps"); \ +static_assert(sizeof(StereoLayerShapeEquirect_SetEquirectProps) == 0x000048, "Wrong size on StereoLayerShapeEquirect_SetEquirectProps"); \ +static_assert(offsetof(StereoLayerShapeEquirect_SetEquirectProps, InScaleBiases) == 0x000000, "Member 'StereoLayerShapeEquirect_SetEquirectProps::InScaleBiases' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStereoLayerShapeEquirect \ +static_assert(alignof(UStereoLayerShapeEquirect) == 0x000008, "Wrong alignment on UStereoLayerShapeEquirect"); \ +static_assert(sizeof(UStereoLayerShapeEquirect) == 0x000078, "Wrong size on UStereoLayerShapeEquirect"); \ +static_assert(offsetof(UStereoLayerShapeEquirect, LeftUVRect) == 0x000030, "Member 'UStereoLayerShapeEquirect::LeftUVRect' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerShapeEquirect, RightUVRect) == 0x000044, "Member 'UStereoLayerShapeEquirect::RightUVRect' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerShapeEquirect, LeftScale) == 0x000058, "Member 'UStereoLayerShapeEquirect::LeftScale' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerShapeEquirect, RightScale) == 0x000060, "Member 'UStereoLayerShapeEquirect::RightScale' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerShapeEquirect, LeftBias) == 0x000068, "Member 'UStereoLayerShapeEquirect::LeftBias' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerShapeEquirect, RightBias) == 0x000070, "Member 'UStereoLayerShapeEquirect::RightBias' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialParameterCollectionInstance \ +static_assert(alignof(UMaterialParameterCollectionInstance) == 0x000008, "Wrong alignment on UMaterialParameterCollectionInstance"); \ +static_assert(sizeof(UMaterialParameterCollectionInstance) == 0x000128, "Wrong size on UMaterialParameterCollectionInstance"); \ +static_assert(offsetof(UMaterialParameterCollectionInstance, Collection) == 0x000038, "Member 'UMaterialParameterCollectionInstance::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFloatingPawnMovement \ +static_assert(alignof(UFloatingPawnMovement) == 0x000008, "Wrong alignment on UFloatingPawnMovement"); \ +static_assert(sizeof(UFloatingPawnMovement) == 0x000168, "Wrong size on UFloatingPawnMovement"); \ +static_assert(offsetof(UFloatingPawnMovement, MaxSpeed) == 0x000150, "Member 'UFloatingPawnMovement::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(UFloatingPawnMovement, Acceleration) == 0x000154, "Member 'UFloatingPawnMovement::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(UFloatingPawnMovement, Deceleration) == 0x000158, "Member 'UFloatingPawnMovement::Deceleration' has a wrong offset!"); \ +static_assert(offsetof(UFloatingPawnMovement, TurningBoost) == 0x00015C, "Member 'UFloatingPawnMovement::TurningBoost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpectatorPawnMovement \ +static_assert(alignof(USpectatorPawnMovement) == 0x000008, "Wrong alignment on USpectatorPawnMovement"); \ +static_assert(sizeof(USpectatorPawnMovement) == 0x000170, "Wrong size on USpectatorPawnMovement"); \ + +#define DUMPER7_ASSERTS_UDistributionFloatUniformCurve \ +static_assert(alignof(UDistributionFloatUniformCurve) == 0x000008, "Wrong alignment on UDistributionFloatUniformCurve"); \ +static_assert(sizeof(UDistributionFloatUniformCurve) == 0x000058, "Wrong size on UDistributionFloatUniformCurve"); \ +static_assert(offsetof(UDistributionFloatUniformCurve, ConstantCurve) == 0x000040, "Member 'UDistributionFloatUniformCurve::ConstantCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCrossProduct \ +static_assert(alignof(UMaterialExpressionCrossProduct) == 0x000008, "Wrong alignment on UMaterialExpressionCrossProduct"); \ +static_assert(sizeof(UMaterialExpressionCrossProduct) == 0x000080, "Wrong size on UMaterialExpressionCrossProduct"); \ +static_assert(offsetof(UMaterialExpressionCrossProduct, A) == 0x000048, "Member 'UMaterialExpressionCrossProduct::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCrossProduct, B) == 0x000064, "Member 'UMaterialExpressionCrossProduct::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AServerStatReplicator \ +static_assert(alignof(AServerStatReplicator) == 0x000008, "Wrong alignment on AServerStatReplicator"); \ +static_assert(sizeof(AServerStatReplicator) == 0x000370, "Wrong size on AServerStatReplicator"); \ +static_assert(offsetof(AServerStatReplicator, bUpdateStatNet) == 0x0002A8, "Member 'AServerStatReplicator::bUpdateStatNet' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, bOverwriteClientStats) == 0x0002A9, "Member 'AServerStatReplicator::bOverwriteClientStats' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, Channels) == 0x0002AC, "Member 'AServerStatReplicator::Channels' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InRate) == 0x0002B0, "Member 'AServerStatReplicator::InRate' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutRate) == 0x0002B4, "Member 'AServerStatReplicator::OutRate' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, MaxPacketOverhead) == 0x0002BC, "Member 'AServerStatReplicator::MaxPacketOverhead' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InRateClientMax) == 0x0002C0, "Member 'AServerStatReplicator::InRateClientMax' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InRateClientMin) == 0x0002C4, "Member 'AServerStatReplicator::InRateClientMin' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InRateClientAvg) == 0x0002C8, "Member 'AServerStatReplicator::InRateClientAvg' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InPacketsClientMax) == 0x0002CC, "Member 'AServerStatReplicator::InPacketsClientMax' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InPacketsClientMin) == 0x0002D0, "Member 'AServerStatReplicator::InPacketsClientMin' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InPacketsClientAvg) == 0x0002D4, "Member 'AServerStatReplicator::InPacketsClientAvg' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutRateClientMax) == 0x0002D8, "Member 'AServerStatReplicator::OutRateClientMax' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutRateClientMin) == 0x0002DC, "Member 'AServerStatReplicator::OutRateClientMin' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutRateClientAvg) == 0x0002E0, "Member 'AServerStatReplicator::OutRateClientAvg' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutPacketsClientMax) == 0x0002E4, "Member 'AServerStatReplicator::OutPacketsClientMax' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutPacketsClientMin) == 0x0002E8, "Member 'AServerStatReplicator::OutPacketsClientMin' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutPacketsClientAvg) == 0x0002EC, "Member 'AServerStatReplicator::OutPacketsClientAvg' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NetNumClients) == 0x0002F0, "Member 'AServerStatReplicator::NetNumClients' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InPackets) == 0x0002F4, "Member 'AServerStatReplicator::InPackets' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutPackets) == 0x0002F8, "Member 'AServerStatReplicator::OutPackets' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InBunches) == 0x0002FC, "Member 'AServerStatReplicator::InBunches' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutBunches) == 0x000300, "Member 'AServerStatReplicator::OutBunches' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutLoss) == 0x000304, "Member 'AServerStatReplicator::OutLoss' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InLoss) == 0x000308, "Member 'AServerStatReplicator::InLoss' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, VoiceBytesSent) == 0x00030C, "Member 'AServerStatReplicator::VoiceBytesSent' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, VoiceBytesRecv) == 0x000310, "Member 'AServerStatReplicator::VoiceBytesRecv' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, VoicePacketsSent) == 0x000314, "Member 'AServerStatReplicator::VoicePacketsSent' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, VoicePacketsRecv) == 0x000318, "Member 'AServerStatReplicator::VoicePacketsRecv' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, PercentInVoice) == 0x00031C, "Member 'AServerStatReplicator::PercentInVoice' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, PercentOutVoice) == 0x000320, "Member 'AServerStatReplicator::PercentOutVoice' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumActorChannels) == 0x000324, "Member 'AServerStatReplicator::NumActorChannels' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumConsideredActors) == 0x000328, "Member 'AServerStatReplicator::NumConsideredActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, PrioritizedActors) == 0x00032C, "Member 'AServerStatReplicator::PrioritizedActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumRelevantActors) == 0x000330, "Member 'AServerStatReplicator::NumRelevantActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumRelevantDeletedActors) == 0x000334, "Member 'AServerStatReplicator::NumRelevantDeletedActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumReplicatedActorAttempts) == 0x000338, "Member 'AServerStatReplicator::NumReplicatedActorAttempts' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumReplicatedActors) == 0x00033C, "Member 'AServerStatReplicator::NumReplicatedActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumActors) == 0x000340, "Member 'AServerStatReplicator::NumActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumNetActors) == 0x000344, "Member 'AServerStatReplicator::NumNetActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumDormantActors) == 0x000348, "Member 'AServerStatReplicator::NumDormantActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumInitiallyDormantActors) == 0x00034C, "Member 'AServerStatReplicator::NumInitiallyDormantActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumNetGUIDsAckd) == 0x000350, "Member 'AServerStatReplicator::NumNetGUIDsAckd' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumNetGUIDsPending) == 0x000354, "Member 'AServerStatReplicator::NumNetGUIDsPending' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumNetGUIDsUnAckd) == 0x000358, "Member 'AServerStatReplicator::NumNetGUIDsUnAckd' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, ObjPathBytes) == 0x00035C, "Member 'AServerStatReplicator::ObjPathBytes' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NetGUIDOutRate) == 0x000360, "Member 'AServerStatReplicator::NetGUIDOutRate' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NetGUIDInRate) == 0x000364, "Member 'AServerStatReplicator::NetGUIDInRate' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NetSaturated) == 0x000368, "Member 'AServerStatReplicator::NetSaturated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDistributionVectorConstant \ +static_assert(alignof(UDistributionVectorConstant) == 0x000008, "Wrong alignment on UDistributionVectorConstant"); \ +static_assert(sizeof(UDistributionVectorConstant) == 0x000058, "Wrong size on UDistributionVectorConstant"); \ +static_assert(offsetof(UDistributionVectorConstant, Constant) == 0x000040, "Member 'UDistributionVectorConstant::Constant' has a wrong offset!"); \ +static_assert(offsetof(UDistributionVectorConstant, LockedAxes) == 0x000050, "Member 'UDistributionVectorConstant::LockedAxes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDistributionVectorConstantCurve \ +static_assert(alignof(UDistributionVectorConstantCurve) == 0x000008, "Wrong alignment on UDistributionVectorConstantCurve"); \ +static_assert(sizeof(UDistributionVectorConstantCurve) == 0x000060, "Wrong size on UDistributionVectorConstantCurve"); \ +static_assert(offsetof(UDistributionVectorConstantCurve, ConstantCurve) == 0x000040, "Member 'UDistributionVectorConstantCurve::ConstantCurve' has a wrong offset!"); \ +static_assert(offsetof(UDistributionVectorConstantCurve, LockedAxes) == 0x00005C, "Member 'UDistributionVectorConstantCurve::LockedAxes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSingleLayerWaterMaterialOutput \ +static_assert(alignof(UMaterialExpressionSingleLayerWaterMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionSingleLayerWaterMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionSingleLayerWaterMaterialOutput) == 0x0000B8, "Wrong size on UMaterialExpressionSingleLayerWaterMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, ScatteringCoefficients) == 0x000048, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::ScatteringCoefficients' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, AbsorptionCoefficients) == 0x000064, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::AbsorptionCoefficients' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, PhaseG) == 0x000080, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::PhaseG' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, ColorScaleBehindWater) == 0x00009C, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::ColorScaleBehindWater' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDistributionVectorParameterBase \ +static_assert(alignof(UDistributionVectorParameterBase) == 0x000008, "Wrong alignment on UDistributionVectorParameterBase"); \ +static_assert(sizeof(UDistributionVectorParameterBase) == 0x000098, "Wrong size on UDistributionVectorParameterBase"); \ +static_assert(offsetof(UDistributionVectorParameterBase, ParameterName) == 0x000058, "Member 'UDistributionVectorParameterBase::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UDistributionVectorParameterBase, MinInput) == 0x000064, "Member 'UDistributionVectorParameterBase::MinInput' has a wrong offset!"); \ +static_assert(offsetof(UDistributionVectorParameterBase, MaxInput) == 0x000070, "Member 'UDistributionVectorParameterBase::MaxInput' has a wrong offset!"); \ +static_assert(offsetof(UDistributionVectorParameterBase, MinOutput) == 0x00007C, "Member 'UDistributionVectorParameterBase::MinOutput' has a wrong offset!"); \ +static_assert(offsetof(UDistributionVectorParameterBase, MaxOutput) == 0x000088, "Member 'UDistributionVectorParameterBase::MaxOutput' has a wrong offset!"); \ +static_assert(offsetof(UDistributionVectorParameterBase, ParamModes) == 0x000094, "Member 'UDistributionVectorParameterBase::ParamModes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDistributionVectorParticleParameter \ +static_assert(alignof(UDistributionVectorParticleParameter) == 0x000008, "Wrong alignment on UDistributionVectorParticleParameter"); \ +static_assert(sizeof(UDistributionVectorParticleParameter) == 0x000098, "Wrong size on UDistributionVectorParticleParameter"); \ + +#define DUMPER7_ASSERTS_UDistributionVectorUniformCurve \ +static_assert(alignof(UDistributionVectorUniformCurve) == 0x000008, "Wrong alignment on UDistributionVectorUniformCurve"); \ +static_assert(sizeof(UDistributionVectorUniformCurve) == 0x000068, "Wrong size on UDistributionVectorUniformCurve"); \ +static_assert(offsetof(UDistributionVectorUniformCurve, ConstantCurve) == 0x000040, "Member 'UDistributionVectorUniformCurve::ConstantCurve' has a wrong offset!"); \ +static_assert(offsetof(UDistributionVectorUniformCurve, LockedAxes) == 0x00005C, "Member 'UDistributionVectorUniformCurve::LockedAxes' has a wrong offset!"); \ +static_assert(offsetof(UDistributionVectorUniformCurve, MirrorFlags) == 0x00005E, "Member 'UDistributionVectorUniformCurve::MirrorFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADocumentationActor \ +static_assert(alignof(ADocumentationActor) == 0x000008, "Wrong alignment on ADocumentationActor"); \ +static_assert(sizeof(ADocumentationActor) == 0x0002B0, "Wrong size on ADocumentationActor"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureReplace \ +static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureReplace) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureReplace"); \ +static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureReplace) == 0x000080, "Wrong size on UMaterialExpressionRuntimeVirtualTextureReplace"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureReplace, Default) == 0x000048, "Member 'UMaterialExpressionRuntimeVirtualTextureReplace::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureReplace, VirtualTextureOutput) == 0x000064, "Member 'UMaterialExpressionRuntimeVirtualTextureReplace::VirtualTextureOutput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringTableLibrary_GetKeysFromStringTable \ +static_assert(alignof(KismetStringTableLibrary_GetKeysFromStringTable) == 0x000008, "Wrong alignment on KismetStringTableLibrary_GetKeysFromStringTable"); \ +static_assert(sizeof(KismetStringTableLibrary_GetKeysFromStringTable) == 0x000020, "Wrong size on KismetStringTableLibrary_GetKeysFromStringTable"); \ +static_assert(offsetof(KismetStringTableLibrary_GetKeysFromStringTable, TableId) == 0x000000, "Member 'KismetStringTableLibrary_GetKeysFromStringTable::TableId' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_GetKeysFromStringTable, ReturnValue) == 0x000010, "Member 'KismetStringTableLibrary_GetKeysFromStringTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry \ +static_assert(alignof(KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry) == 0x000008, "Wrong alignment on KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry"); \ +static_assert(sizeof(KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry) == 0x000030, "Wrong size on KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry"); \ +static_assert(offsetof(KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry, TableId) == 0x000000, "Member 'KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry::TableId' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry, Key) == 0x000010, "Member 'KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry, ReturnValue) == 0x000020, "Member 'KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringTableLibrary_GetRegisteredStringTables \ +static_assert(alignof(KismetStringTableLibrary_GetRegisteredStringTables) == 0x000008, "Wrong alignment on KismetStringTableLibrary_GetRegisteredStringTables"); \ +static_assert(sizeof(KismetStringTableLibrary_GetRegisteredStringTables) == 0x000010, "Wrong size on KismetStringTableLibrary_GetRegisteredStringTables"); \ +static_assert(offsetof(KismetStringTableLibrary_GetRegisteredStringTables, ReturnValue) == 0x000000, "Member 'KismetStringTableLibrary_GetRegisteredStringTables::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringTableLibrary_GetTableEntryMetaData \ +static_assert(alignof(KismetStringTableLibrary_GetTableEntryMetaData) == 0x000008, "Wrong alignment on KismetStringTableLibrary_GetTableEntryMetaData"); \ +static_assert(sizeof(KismetStringTableLibrary_GetTableEntryMetaData) == 0x000040, "Wrong size on KismetStringTableLibrary_GetTableEntryMetaData"); \ +static_assert(offsetof(KismetStringTableLibrary_GetTableEntryMetaData, TableId) == 0x000000, "Member 'KismetStringTableLibrary_GetTableEntryMetaData::TableId' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_GetTableEntryMetaData, Key) == 0x000010, "Member 'KismetStringTableLibrary_GetTableEntryMetaData::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_GetTableEntryMetaData, MetaDataId) == 0x000020, "Member 'KismetStringTableLibrary_GetTableEntryMetaData::MetaDataId' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_GetTableEntryMetaData, ReturnValue) == 0x000030, "Member 'KismetStringTableLibrary_GetTableEntryMetaData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringTableLibrary_GetTableEntrySourceString \ +static_assert(alignof(KismetStringTableLibrary_GetTableEntrySourceString) == 0x000008, "Wrong alignment on KismetStringTableLibrary_GetTableEntrySourceString"); \ +static_assert(sizeof(KismetStringTableLibrary_GetTableEntrySourceString) == 0x000030, "Wrong size on KismetStringTableLibrary_GetTableEntrySourceString"); \ +static_assert(offsetof(KismetStringTableLibrary_GetTableEntrySourceString, TableId) == 0x000000, "Member 'KismetStringTableLibrary_GetTableEntrySourceString::TableId' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_GetTableEntrySourceString, Key) == 0x000010, "Member 'KismetStringTableLibrary_GetTableEntrySourceString::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_GetTableEntrySourceString, ReturnValue) == 0x000020, "Member 'KismetStringTableLibrary_GetTableEntrySourceString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringTableLibrary_GetTableNamespace \ +static_assert(alignof(KismetStringTableLibrary_GetTableNamespace) == 0x000008, "Wrong alignment on KismetStringTableLibrary_GetTableNamespace"); \ +static_assert(sizeof(KismetStringTableLibrary_GetTableNamespace) == 0x000020, "Wrong size on KismetStringTableLibrary_GetTableNamespace"); \ +static_assert(offsetof(KismetStringTableLibrary_GetTableNamespace, TableId) == 0x000000, "Member 'KismetStringTableLibrary_GetTableNamespace::TableId' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_GetTableNamespace, ReturnValue) == 0x000010, "Member 'KismetStringTableLibrary_GetTableNamespace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringTableLibrary_IsRegisteredTableEntry \ +static_assert(alignof(KismetStringTableLibrary_IsRegisteredTableEntry) == 0x000008, "Wrong alignment on KismetStringTableLibrary_IsRegisteredTableEntry"); \ +static_assert(sizeof(KismetStringTableLibrary_IsRegisteredTableEntry) == 0x000028, "Wrong size on KismetStringTableLibrary_IsRegisteredTableEntry"); \ +static_assert(offsetof(KismetStringTableLibrary_IsRegisteredTableEntry, TableId) == 0x000000, "Member 'KismetStringTableLibrary_IsRegisteredTableEntry::TableId' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_IsRegisteredTableEntry, Key) == 0x000010, "Member 'KismetStringTableLibrary_IsRegisteredTableEntry::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_IsRegisteredTableEntry, ReturnValue) == 0x000020, "Member 'KismetStringTableLibrary_IsRegisteredTableEntry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringTableLibrary_IsRegisteredTableId \ +static_assert(alignof(KismetStringTableLibrary_IsRegisteredTableId) == 0x000004, "Wrong alignment on KismetStringTableLibrary_IsRegisteredTableId"); \ +static_assert(sizeof(KismetStringTableLibrary_IsRegisteredTableId) == 0x000010, "Wrong size on KismetStringTableLibrary_IsRegisteredTableId"); \ +static_assert(offsetof(KismetStringTableLibrary_IsRegisteredTableId, TableId) == 0x000000, "Member 'KismetStringTableLibrary_IsRegisteredTableId::TableId' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_IsRegisteredTableId, ReturnValue) == 0x00000C, "Member 'KismetStringTableLibrary_IsRegisteredTableId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetStringTableLibrary \ +static_assert(alignof(UKismetStringTableLibrary) == 0x000008, "Wrong alignment on UKismetStringTableLibrary"); \ +static_assert(sizeof(UKismetStringTableLibrary) == 0x000030, "Wrong size on UKismetStringTableLibrary"); \ + +#define DUMPER7_ASSERTS_UDPICustomScalingRule \ +static_assert(alignof(UDPICustomScalingRule) == 0x000008, "Wrong alignment on UDPICustomScalingRule"); \ +static_assert(sizeof(UDPICustomScalingRule) == 0x000030, "Wrong size on UDPICustomScalingRule"); \ + +#define DUMPER7_ASSERTS_UDrawFrustumComponent \ +static_assert(alignof(UDrawFrustumComponent) == 0x000010, "Wrong alignment on UDrawFrustumComponent"); \ +static_assert(sizeof(UDrawFrustumComponent) == 0x000520, "Wrong size on UDrawFrustumComponent"); \ +static_assert(offsetof(UDrawFrustumComponent, FrustumColor) == 0x000500, "Member 'UDrawFrustumComponent::FrustumColor' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, FrustumAngle) == 0x000504, "Member 'UDrawFrustumComponent::FrustumAngle' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, FrustumAspectRatio) == 0x000508, "Member 'UDrawFrustumComponent::FrustumAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, FrustumStartDist) == 0x00050C, "Member 'UDrawFrustumComponent::FrustumStartDist' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, FrustumEndDist) == 0x000510, "Member 'UDrawFrustumComponent::FrustumEndDist' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, Texture) == 0x000518, "Member 'UDrawFrustumComponent::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDrawSphereComponent \ +static_assert(alignof(UDrawSphereComponent) == 0x000010, "Wrong alignment on UDrawSphereComponent"); \ +static_assert(sizeof(UDrawSphereComponent) == 0x000520, "Wrong size on UDrawSphereComponent"); \ + +#define DUMPER7_ASSERTS_USoundNodeConcatenator \ +static_assert(alignof(USoundNodeConcatenator) == 0x000008, "Wrong alignment on USoundNodeConcatenator"); \ +static_assert(sizeof(USoundNodeConcatenator) == 0x000060, "Wrong size on USoundNodeConcatenator"); \ +static_assert(offsetof(USoundNodeConcatenator, InputVolume) == 0x000050, "Member 'USoundNodeConcatenator::InputVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstFade \ +static_assert(alignof(UInterpTrackInstFade) == 0x000008, "Wrong alignment on UInterpTrackInstFade"); \ +static_assert(sizeof(UInterpTrackInstFade) == 0x000030, "Wrong size on UInterpTrackInstFade"); \ + +#define DUMPER7_ASSERTS_UEdGraph \ +static_assert(alignof(UEdGraph) == 0x000008, "Wrong alignment on UEdGraph"); \ +static_assert(sizeof(UEdGraph) == 0x000078, "Wrong size on UEdGraph"); \ +static_assert(offsetof(UEdGraph, Schema) == 0x000040, "Member 'UEdGraph::Schema' has a wrong offset!"); \ +static_assert(offsetof(UEdGraph, Nodes) == 0x000048, "Member 'UEdGraph::Nodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGraphNodeContextMenuContext \ +static_assert(alignof(UGraphNodeContextMenuContext) == 0x000008, "Wrong alignment on UGraphNodeContextMenuContext"); \ +static_assert(sizeof(UGraphNodeContextMenuContext) == 0x000058, "Wrong size on UGraphNodeContextMenuContext"); \ +static_assert(offsetof(UGraphNodeContextMenuContext, Blueprint) == 0x000030, "Member 'UGraphNodeContextMenuContext::Blueprint' has a wrong offset!"); \ +static_assert(offsetof(UGraphNodeContextMenuContext, Graph) == 0x000038, "Member 'UGraphNodeContextMenuContext::Graph' has a wrong offset!"); \ +static_assert(offsetof(UGraphNodeContextMenuContext, Node) == 0x000040, "Member 'UGraphNodeContextMenuContext::Node' has a wrong offset!"); \ +static_assert(offsetof(UGraphNodeContextMenuContext, bIsDebugging) == 0x000050, "Member 'UGraphNodeContextMenuContext::bIsDebugging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundGroups \ +static_assert(alignof(USoundGroups) == 0x000008, "Wrong alignment on USoundGroups"); \ +static_assert(sizeof(USoundGroups) == 0x000090, "Wrong size on USoundGroups"); \ +static_assert(offsetof(USoundGroups, SoundGroupProfiles) == 0x000030, "Member 'USoundGroups::SoundGroupProfiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEdGraphNode \ +static_assert(alignof(UEdGraphNode) == 0x000008, "Wrong alignment on UEdGraphNode"); \ +static_assert(sizeof(UEdGraphNode) == 0x0000A0, "Wrong size on UEdGraphNode"); \ +static_assert(offsetof(UEdGraphNode, DeprecatedPins) == 0x000040, "Member 'UEdGraphNode::DeprecatedPins' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphNode, NodePosX) == 0x000050, "Member 'UEdGraphNode::NodePosX' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphNode, NodePosY) == 0x000054, "Member 'UEdGraphNode::NodePosY' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphNode, NodeWidth) == 0x000058, "Member 'UEdGraphNode::NodeWidth' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphNode, NodeHeight) == 0x00005C, "Member 'UEdGraphNode::NodeHeight' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphNode, AdvancedPinDisplay) == 0x000060, "Member 'UEdGraphNode::AdvancedPinDisplay' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphNode, EnabledState) == 0x000061, "Member 'UEdGraphNode::EnabledState' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphNode, NodeComment) == 0x000068, "Member 'UEdGraphNode::NodeComment' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphNode, ErrorType) == 0x000078, "Member 'UEdGraphNode::ErrorType' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphNode, ErrorMsg) == 0x000080, "Member 'UEdGraphNode::ErrorMsg' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphNode, NodeGuid) == 0x000090, "Member 'UEdGraphNode::NodeGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerFunctionLibrary_EnableAutoLoadingSplashScreen \ +static_assert(alignof(StereoLayerFunctionLibrary_EnableAutoLoadingSplashScreen) == 0x000001, "Wrong alignment on StereoLayerFunctionLibrary_EnableAutoLoadingSplashScreen"); \ +static_assert(sizeof(StereoLayerFunctionLibrary_EnableAutoLoadingSplashScreen) == 0x000001, "Wrong size on StereoLayerFunctionLibrary_EnableAutoLoadingSplashScreen"); \ +static_assert(offsetof(StereoLayerFunctionLibrary_EnableAutoLoadingSplashScreen, InAutoShowEnabled) == 0x000000, "Member 'StereoLayerFunctionLibrary_EnableAutoLoadingSplashScreen::InAutoShowEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerFunctionLibrary_SetSplashScreen \ +static_assert(alignof(StereoLayerFunctionLibrary_SetSplashScreen) == 0x000008, "Wrong alignment on StereoLayerFunctionLibrary_SetSplashScreen"); \ +static_assert(sizeof(StereoLayerFunctionLibrary_SetSplashScreen) == 0x000020, "Wrong size on StereoLayerFunctionLibrary_SetSplashScreen"); \ +static_assert(offsetof(StereoLayerFunctionLibrary_SetSplashScreen, Texture) == 0x000000, "Member 'StereoLayerFunctionLibrary_SetSplashScreen::Texture' has a wrong offset!"); \ +static_assert(offsetof(StereoLayerFunctionLibrary_SetSplashScreen, Scale) == 0x000008, "Member 'StereoLayerFunctionLibrary_SetSplashScreen::Scale' has a wrong offset!"); \ +static_assert(offsetof(StereoLayerFunctionLibrary_SetSplashScreen, Offset) == 0x000010, "Member 'StereoLayerFunctionLibrary_SetSplashScreen::Offset' has a wrong offset!"); \ +static_assert(offsetof(StereoLayerFunctionLibrary_SetSplashScreen, bShowLoadingMovie) == 0x00001C, "Member 'StereoLayerFunctionLibrary_SetSplashScreen::bShowLoadingMovie' has a wrong offset!"); \ +static_assert(offsetof(StereoLayerFunctionLibrary_SetSplashScreen, bShowOnSet) == 0x00001D, "Member 'StereoLayerFunctionLibrary_SetSplashScreen::bShowOnSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStereoLayerFunctionLibrary \ +static_assert(alignof(UStereoLayerFunctionLibrary) == 0x000008, "Wrong alignment on UStereoLayerFunctionLibrary"); \ +static_assert(sizeof(UStereoLayerFunctionLibrary) == 0x000030, "Wrong size on UStereoLayerFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UEdGraphNode_Documentation \ +static_assert(alignof(UEdGraphNode_Documentation) == 0x000008, "Wrong alignment on UEdGraphNode_Documentation"); \ +static_assert(sizeof(UEdGraphNode_Documentation) == 0x0000C0, "Wrong size on UEdGraphNode_Documentation"); \ +static_assert(offsetof(UEdGraphNode_Documentation, Link) == 0x0000A0, "Member 'UEdGraphNode_Documentation::Link' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphNode_Documentation, Excerpt) == 0x0000B0, "Member 'UEdGraphNode_Documentation::Excerpt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalLightComponent_GetUnitsConversionFactor \ +static_assert(alignof(LocalLightComponent_GetUnitsConversionFactor) == 0x000004, "Wrong alignment on LocalLightComponent_GetUnitsConversionFactor"); \ +static_assert(sizeof(LocalLightComponent_GetUnitsConversionFactor) == 0x00000C, "Wrong size on LocalLightComponent_GetUnitsConversionFactor"); \ +static_assert(offsetof(LocalLightComponent_GetUnitsConversionFactor, SrcUnits) == 0x000000, "Member 'LocalLightComponent_GetUnitsConversionFactor::SrcUnits' has a wrong offset!"); \ +static_assert(offsetof(LocalLightComponent_GetUnitsConversionFactor, TargetUnits) == 0x000001, "Member 'LocalLightComponent_GetUnitsConversionFactor::TargetUnits' has a wrong offset!"); \ +static_assert(offsetof(LocalLightComponent_GetUnitsConversionFactor, CosHalfConeAngle) == 0x000004, "Member 'LocalLightComponent_GetUnitsConversionFactor::CosHalfConeAngle' has a wrong offset!"); \ +static_assert(offsetof(LocalLightComponent_GetUnitsConversionFactor, ReturnValue) == 0x000008, "Member 'LocalLightComponent_GetUnitsConversionFactor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalLightComponent_SetAttenuationRadius \ +static_assert(alignof(LocalLightComponent_SetAttenuationRadius) == 0x000004, "Wrong alignment on LocalLightComponent_SetAttenuationRadius"); \ +static_assert(sizeof(LocalLightComponent_SetAttenuationRadius) == 0x000004, "Wrong size on LocalLightComponent_SetAttenuationRadius"); \ +static_assert(offsetof(LocalLightComponent_SetAttenuationRadius, NewRadius) == 0x000000, "Member 'LocalLightComponent_SetAttenuationRadius::NewRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalLightComponent_SetIntensityUnits \ +static_assert(alignof(LocalLightComponent_SetIntensityUnits) == 0x000001, "Wrong alignment on LocalLightComponent_SetIntensityUnits"); \ +static_assert(sizeof(LocalLightComponent_SetIntensityUnits) == 0x000001, "Wrong size on LocalLightComponent_SetIntensityUnits"); \ +static_assert(offsetof(LocalLightComponent_SetIntensityUnits, NewIntensityUnits) == 0x000000, "Member 'LocalLightComponent_SetIntensityUnits::NewIntensityUnits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULocalLightComponent \ +static_assert(alignof(ULocalLightComponent) == 0x000010, "Wrong alignment on ULocalLightComponent"); \ +static_assert(sizeof(ULocalLightComponent) == 0x0003B0, "Wrong size on ULocalLightComponent"); \ +static_assert(offsetof(ULocalLightComponent, IntensityUnits) == 0x000388, "Member 'ULocalLightComponent::IntensityUnits' has a wrong offset!"); \ +static_assert(offsetof(ULocalLightComponent, Radius) == 0x00038C, "Member 'ULocalLightComponent::Radius' has a wrong offset!"); \ +static_assert(offsetof(ULocalLightComponent, AttenuationRadius) == 0x000390, "Member 'ULocalLightComponent::AttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(ULocalLightComponent, LightmassSettings) == 0x000394, "Member 'ULocalLightComponent::LightmassSettings' has a wrong offset!"); \ +static_assert(offsetof(ULocalLightComponent, LightVolume) == 0x0003A0, "Member 'ULocalLightComponent::LightVolume' has a wrong offset!"); \ +static_assert(offsetof(ULocalLightComponent, VolumetricAttenuationRadius) == 0x0003AC, "Member 'ULocalLightComponent::VolumetricAttenuationRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEdGraphPin_Deprecated \ +static_assert(alignof(UEdGraphPin_Deprecated) == 0x000008, "Wrong alignment on UEdGraphPin_Deprecated"); \ +static_assert(sizeof(UEdGraphPin_Deprecated) == 0x000138, "Wrong size on UEdGraphPin_Deprecated"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, PinName) == 0x000030, "Member 'UEdGraphPin_Deprecated::PinName' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, PinToolTip) == 0x000040, "Member 'UEdGraphPin_Deprecated::PinToolTip' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, Direction) == 0x000050, "Member 'UEdGraphPin_Deprecated::Direction' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, PinType) == 0x000058, "Member 'UEdGraphPin_Deprecated::PinType' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, DefaultValue) == 0x0000C8, "Member 'UEdGraphPin_Deprecated::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, AutogeneratedDefaultValue) == 0x0000D8, "Member 'UEdGraphPin_Deprecated::AutogeneratedDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, DefaultObject) == 0x0000E8, "Member 'UEdGraphPin_Deprecated::DefaultObject' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, DefaultTextValue) == 0x0000F0, "Member 'UEdGraphPin_Deprecated::DefaultTextValue' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, LinkedTo) == 0x000108, "Member 'UEdGraphPin_Deprecated::LinkedTo' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, SubPins) == 0x000118, "Member 'UEdGraphPin_Deprecated::SubPins' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, ParentPin) == 0x000128, "Member 'UEdGraphPin_Deprecated::ParentPin' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, ReferencePassThroughConnection) == 0x000130, "Member 'UEdGraphPin_Deprecated::ReferencePassThroughConnection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStaticComponentMaskParameter \ +static_assert(alignof(UMaterialExpressionStaticComponentMaskParameter) == 0x000008, "Wrong alignment on UMaterialExpressionStaticComponentMaskParameter"); \ +static_assert(sizeof(UMaterialExpressionStaticComponentMaskParameter) == 0x000070, "Wrong size on UMaterialExpressionStaticComponentMaskParameter"); \ + +#define DUMPER7_ASSERTS_AEmitterCameraLensEffectBase \ +static_assert(alignof(AEmitterCameraLensEffectBase) == 0x000010, "Wrong alignment on AEmitterCameraLensEffectBase"); \ +static_assert(sizeof(AEmitterCameraLensEffectBase) == 0x000360, "Wrong size on AEmitterCameraLensEffectBase"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, PS_CameraEffect) == 0x0002F8, "Member 'AEmitterCameraLensEffectBase::PS_CameraEffect' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, PS_CameraEffectNonExtremeContent) == 0x000300, "Member 'AEmitterCameraLensEffectBase::PS_CameraEffectNonExtremeContent' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, BaseCamera) == 0x000308, "Member 'AEmitterCameraLensEffectBase::BaseCamera' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, RelativeTransform) == 0x000310, "Member 'AEmitterCameraLensEffectBase::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, BaseFOV) == 0x000340, "Member 'AEmitterCameraLensEffectBase::BaseFOV' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, EmittersToTreatAsSame) == 0x000348, "Member 'AEmitterCameraLensEffectBase::EmittersToTreatAsSame' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, DistFromCamera) == 0x000358, "Member 'AEmitterCameraLensEffectBase::DistFromCamera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEngineBaseTypes \ +static_assert(alignof(UEngineBaseTypes) == 0x000008, "Wrong alignment on UEngineBaseTypes"); \ +static_assert(sizeof(UEngineBaseTypes) == 0x000030, "Wrong size on UEngineBaseTypes"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstDirector \ +static_assert(alignof(UInterpTrackInstDirector) == 0x000008, "Wrong alignment on UInterpTrackInstDirector"); \ +static_assert(sizeof(UInterpTrackInstDirector) == 0x000038, "Wrong size on UInterpTrackInstDirector"); \ +static_assert(offsetof(UInterpTrackInstDirector, OldViewTarget) == 0x000030, "Member 'UInterpTrackInstDirector::OldViewTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEngineHandlerComponentFactory \ +static_assert(alignof(UEngineHandlerComponentFactory) == 0x000008, "Wrong alignment on UEngineHandlerComponentFactory"); \ +static_assert(sizeof(UEngineHandlerComponentFactory) == 0x000030, "Wrong size on UEngineHandlerComponentFactory"); \ + +#define DUMPER7_ASSERTS_ULocalMessage \ +static_assert(alignof(ULocalMessage) == 0x000008, "Wrong alignment on ULocalMessage"); \ +static_assert(sizeof(ULocalMessage) == 0x000030, "Wrong size on ULocalMessage"); \ + +#define DUMPER7_ASSERTS_ULightMapTexture2D \ +static_assert(alignof(ULightMapTexture2D) == 0x000010, "Wrong alignment on ULightMapTexture2D"); \ +static_assert(sizeof(ULightMapTexture2D) == 0x0001B0, "Wrong size on ULightMapTexture2D"); \ + +#define DUMPER7_ASSERTS_UEngineMessage \ +static_assert(alignof(UEngineMessage) == 0x000008, "Wrong alignment on UEngineMessage"); \ +static_assert(sizeof(UEngineMessage) == 0x0000B0, "Wrong size on UEngineMessage"); \ +static_assert(offsetof(UEngineMessage, FailedPlaceMessage) == 0x000030, "Member 'UEngineMessage::FailedPlaceMessage' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, MaxedOutMessage) == 0x000040, "Member 'UEngineMessage::MaxedOutMessage' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, EnteredMessage) == 0x000050, "Member 'UEngineMessage::EnteredMessage' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, LeftMessage) == 0x000060, "Member 'UEngineMessage::LeftMessage' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, GlobalNameChange) == 0x000070, "Member 'UEngineMessage::GlobalNameChange' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, SpecEnteredMessage) == 0x000080, "Member 'UEngineMessage::SpecEnteredMessage' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, NewPlayerMessage) == 0x000090, "Member 'UEngineMessage::NewPlayerMessage' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, NewSpecMessage) == 0x0000A0, "Member 'UEngineMessage::NewSpecMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshSocket_InitializeSocketFromLocation \ +static_assert(alignof(SkeletalMeshSocket_InitializeSocketFromLocation) == 0x000008, "Wrong alignment on SkeletalMeshSocket_InitializeSocketFromLocation"); \ +static_assert(sizeof(SkeletalMeshSocket_InitializeSocketFromLocation) == 0x000020, "Wrong size on SkeletalMeshSocket_InitializeSocketFromLocation"); \ +static_assert(offsetof(SkeletalMeshSocket_InitializeSocketFromLocation, SkelComp) == 0x000000, "Member 'SkeletalMeshSocket_InitializeSocketFromLocation::SkelComp' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshSocket_InitializeSocketFromLocation, WorldLocation) == 0x000008, "Member 'SkeletalMeshSocket_InitializeSocketFromLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshSocket_InitializeSocketFromLocation, WorldNormal) == 0x000014, "Member 'SkeletalMeshSocket_InitializeSocketFromLocation::WorldNormal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshSocket_GetSocketLocation \ +static_assert(alignof(SkeletalMeshSocket_GetSocketLocation) == 0x000008, "Wrong alignment on SkeletalMeshSocket_GetSocketLocation"); \ +static_assert(sizeof(SkeletalMeshSocket_GetSocketLocation) == 0x000018, "Wrong size on SkeletalMeshSocket_GetSocketLocation"); \ +static_assert(offsetof(SkeletalMeshSocket_GetSocketLocation, SkelComp) == 0x000000, "Member 'SkeletalMeshSocket_GetSocketLocation::SkelComp' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshSocket_GetSocketLocation, ReturnValue) == 0x000008, "Member 'SkeletalMeshSocket_GetSocketLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeletalMeshSocket \ +static_assert(alignof(USkeletalMeshSocket) == 0x000008, "Wrong alignment on USkeletalMeshSocket"); \ +static_assert(sizeof(USkeletalMeshSocket) == 0x000070, "Wrong size on USkeletalMeshSocket"); \ +static_assert(offsetof(USkeletalMeshSocket, SocketName) == 0x000030, "Member 'USkeletalMeshSocket::SocketName' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSocket, BoneName) == 0x00003C, "Member 'USkeletalMeshSocket::BoneName' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSocket, RelativeLocation) == 0x000048, "Member 'USkeletalMeshSocket::RelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSocket, RelativeRotation) == 0x000054, "Member 'USkeletalMeshSocket::RelativeRotation' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSocket, RelativeScale) == 0x000060, "Member 'USkeletalMeshSocket::RelativeScale' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSocket, bForceAlwaysAnimated) == 0x00006C, "Member 'USkeletalMeshSocket::bForceAlwaysAnimated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEngineTypes \ +static_assert(alignof(UEngineTypes) == 0x000008, "Wrong alignment on UEngineTypes"); \ +static_assert(sizeof(UEngineTypes) == 0x000030, "Wrong size on UEngineTypes"); \ + +#define DUMPER7_ASSERTS_AExponentialHeightFog \ +static_assert(alignof(AExponentialHeightFog) == 0x000008, "Wrong alignment on AExponentialHeightFog"); \ +static_assert(sizeof(AExponentialHeightFog) == 0x0002B8, "Wrong size on AExponentialHeightFog"); \ +static_assert(offsetof(AExponentialHeightFog, Component) == 0x0002A8, "Member 'AExponentialHeightFog::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionConstantBiasScale \ +static_assert(alignof(UMaterialExpressionConstantBiasScale) == 0x000008, "Wrong alignment on UMaterialExpressionConstantBiasScale"); \ +static_assert(sizeof(UMaterialExpressionConstantBiasScale) == 0x000070, "Wrong size on UMaterialExpressionConstantBiasScale"); \ +static_assert(offsetof(UMaterialExpressionConstantBiasScale, Input) == 0x000048, "Member 'UMaterialExpressionConstantBiasScale::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionConstantBiasScale, Bias) == 0x000064, "Member 'UMaterialExpressionConstantBiasScale::Bias' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionConstantBiasScale, Scale) == 0x000068, "Member 'UMaterialExpressionConstantBiasScale::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackMove \ +static_assert(alignof(UInterpTrackMove) == 0x000008, "Wrong alignment on UInterpTrackMove"); \ +static_assert(sizeof(UInterpTrackMove) == 0x0000D8, "Wrong size on UInterpTrackMove"); \ +static_assert(offsetof(UInterpTrackMove, PosTrack) == 0x000078, "Member 'UInterpTrackMove::PosTrack' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackMove, EulerTrack) == 0x000090, "Member 'UInterpTrackMove::EulerTrack' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackMove, LookupTrack) == 0x0000A8, "Member 'UInterpTrackMove::LookupTrack' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackMove, LookAtGroupName) == 0x0000B8, "Member 'UInterpTrackMove::LookAtGroupName' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackMove, LinCurveTension) == 0x0000C4, "Member 'UInterpTrackMove::LinCurveTension' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackMove, AngCurveTension) == 0x0000C8, "Member 'UInterpTrackMove::AngCurveTension' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackMove, RotMode) == 0x0000D0, "Member 'UInterpTrackMove::RotMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Exporter_RunAssetExportTask \ +static_assert(alignof(Exporter_RunAssetExportTask) == 0x000008, "Wrong alignment on Exporter_RunAssetExportTask"); \ +static_assert(sizeof(Exporter_RunAssetExportTask) == 0x000010, "Wrong size on Exporter_RunAssetExportTask"); \ +static_assert(offsetof(Exporter_RunAssetExportTask, Task) == 0x000000, "Member 'Exporter_RunAssetExportTask::Task' has a wrong offset!"); \ +static_assert(offsetof(Exporter_RunAssetExportTask, ReturnValue) == 0x000008, "Member 'Exporter_RunAssetExportTask::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Exporter_RunAssetExportTasks \ +static_assert(alignof(Exporter_RunAssetExportTasks) == 0x000008, "Wrong alignment on Exporter_RunAssetExportTasks"); \ +static_assert(sizeof(Exporter_RunAssetExportTasks) == 0x000018, "Wrong size on Exporter_RunAssetExportTasks"); \ +static_assert(offsetof(Exporter_RunAssetExportTasks, ExportTasks) == 0x000000, "Member 'Exporter_RunAssetExportTasks::ExportTasks' has a wrong offset!"); \ +static_assert(offsetof(Exporter_RunAssetExportTasks, ReturnValue) == 0x000010, "Member 'Exporter_RunAssetExportTasks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Exporter_ScriptRunAssetExportTask \ +static_assert(alignof(Exporter_ScriptRunAssetExportTask) == 0x000008, "Wrong alignment on Exporter_ScriptRunAssetExportTask"); \ +static_assert(sizeof(Exporter_ScriptRunAssetExportTask) == 0x000010, "Wrong size on Exporter_ScriptRunAssetExportTask"); \ +static_assert(offsetof(Exporter_ScriptRunAssetExportTask, Task) == 0x000000, "Member 'Exporter_ScriptRunAssetExportTask::Task' has a wrong offset!"); \ +static_assert(offsetof(Exporter_ScriptRunAssetExportTask, ReturnValue) == 0x000008, "Member 'Exporter_ScriptRunAssetExportTask::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExporter \ +static_assert(alignof(UExporter) == 0x000008, "Wrong alignment on UExporter"); \ +static_assert(sizeof(UExporter) == 0x000080, "Wrong size on UExporter"); \ +static_assert(offsetof(UExporter, SupportedClass) == 0x000030, "Member 'UExporter::SupportedClass' has a wrong offset!"); \ +static_assert(offsetof(UExporter, ExportRootScope) == 0x000038, "Member 'UExporter::ExportRootScope' has a wrong offset!"); \ +static_assert(offsetof(UExporter, FormatExtension) == 0x000040, "Member 'UExporter::FormatExtension' has a wrong offset!"); \ +static_assert(offsetof(UExporter, FormatDescription) == 0x000050, "Member 'UExporter::FormatDescription' has a wrong offset!"); \ +static_assert(offsetof(UExporter, PreferredFormatIndex) == 0x000060, "Member 'UExporter::PreferredFormatIndex' has a wrong offset!"); \ +static_assert(offsetof(UExporter, TextIndent) == 0x000064, "Member 'UExporter::TextIndent' has a wrong offset!"); \ +static_assert(offsetof(UExporter, ExportTask) == 0x000070, "Member 'UExporter::ExportTask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URuntimeOptionsBase \ +static_assert(alignof(URuntimeOptionsBase) == 0x000008, "Wrong alignment on URuntimeOptionsBase"); \ +static_assert(sizeof(URuntimeOptionsBase) == 0x000040, "Wrong size on URuntimeOptionsBase"); \ + +#define DUMPER7_ASSERTS_UFont \ +static_assert(alignof(UFont) == 0x000008, "Wrong alignment on UFont"); \ +static_assert(sizeof(UFont) == 0x0001E0, "Wrong size on UFont"); \ +static_assert(offsetof(UFont, FontCacheType) == 0x000038, "Member 'UFont::FontCacheType' has a wrong offset!"); \ +static_assert(offsetof(UFont, Characters) == 0x000040, "Member 'UFont::Characters' has a wrong offset!"); \ +static_assert(offsetof(UFont, Textures) == 0x000050, "Member 'UFont::Textures' has a wrong offset!"); \ +static_assert(offsetof(UFont, IsRemapped) == 0x000060, "Member 'UFont::IsRemapped' has a wrong offset!"); \ +static_assert(offsetof(UFont, EmScale) == 0x000064, "Member 'UFont::EmScale' has a wrong offset!"); \ +static_assert(offsetof(UFont, Ascent) == 0x000068, "Member 'UFont::Ascent' has a wrong offset!"); \ +static_assert(offsetof(UFont, Descent) == 0x00006C, "Member 'UFont::Descent' has a wrong offset!"); \ +static_assert(offsetof(UFont, Leading) == 0x000070, "Member 'UFont::Leading' has a wrong offset!"); \ +static_assert(offsetof(UFont, Kerning) == 0x000074, "Member 'UFont::Kerning' has a wrong offset!"); \ +static_assert(offsetof(UFont, ImportOptions) == 0x000078, "Member 'UFont::ImportOptions' has a wrong offset!"); \ +static_assert(offsetof(UFont, NumCharacters) == 0x000128, "Member 'UFont::NumCharacters' has a wrong offset!"); \ +static_assert(offsetof(UFont, MaxCharHeight) == 0x000130, "Member 'UFont::MaxCharHeight' has a wrong offset!"); \ +static_assert(offsetof(UFont, ScalingFactor) == 0x000140, "Member 'UFont::ScalingFactor' has a wrong offset!"); \ +static_assert(offsetof(UFont, LegacyFontSize) == 0x000144, "Member 'UFont::LegacyFontSize' has a wrong offset!"); \ +static_assert(offsetof(UFont, LegacyFontName) == 0x000148, "Member 'UFont::LegacyFontName' has a wrong offset!"); \ +static_assert(offsetof(UFont, CompositeFont) == 0x000158, "Member 'UFont::CompositeFont' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureRenderTargetVolume \ +static_assert(alignof(UTextureRenderTargetVolume) == 0x000010, "Wrong alignment on UTextureRenderTargetVolume"); \ +static_assert(sizeof(UTextureRenderTargetVolume) == 0x0001A0, "Wrong size on UTextureRenderTargetVolume"); \ +static_assert(offsetof(UTextureRenderTargetVolume, SizeX) == 0x000180, "Member 'UTextureRenderTargetVolume::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTargetVolume, SizeY) == 0x000184, "Member 'UTextureRenderTargetVolume::SizeY' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTargetVolume, SizeZ) == 0x000188, "Member 'UTextureRenderTargetVolume::SizeZ' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTargetVolume, ClearColor) == 0x00018C, "Member 'UTextureRenderTargetVolume::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTargetVolume, OverrideFormat) == 0x00019C, "Member 'UTextureRenderTargetVolume::OverrideFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFontFace \ +static_assert(alignof(UFontFace) == 0x000008, "Wrong alignment on UFontFace"); \ +static_assert(sizeof(UFontFace) == 0x000060, "Wrong size on UFontFace"); \ +static_assert(offsetof(UFontFace, SourceFilename) == 0x000038, "Member 'UFontFace::SourceFilename' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, Hinting) == 0x000048, "Member 'UFontFace::Hinting' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, LoadingPolicy) == 0x000049, "Member 'UFontFace::LoadingPolicy' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, LayoutMethod) == 0x00004A, "Member 'UFontFace::LayoutMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTruncate \ +static_assert(alignof(UMaterialExpressionTruncate) == 0x000008, "Wrong alignment on UMaterialExpressionTruncate"); \ +static_assert(sizeof(UMaterialExpressionTruncate) == 0x000068, "Wrong size on UMaterialExpressionTruncate"); \ +static_assert(offsetof(UMaterialExpressionTruncate, Input) == 0x000048, "Member 'UMaterialExpressionTruncate::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFontImportOptions \ +static_assert(alignof(UFontImportOptions) == 0x000008, "Wrong alignment on UFontImportOptions"); \ +static_assert(sizeof(UFontImportOptions) == 0x0000E0, "Wrong size on UFontImportOptions"); \ +static_assert(offsetof(UFontImportOptions, Data) == 0x000030, "Member 'UFontImportOptions::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ForceFeedbackComponent_AdjustAttenuation \ +static_assert(alignof(ForceFeedbackComponent_AdjustAttenuation) == 0x000008, "Wrong alignment on ForceFeedbackComponent_AdjustAttenuation"); \ +static_assert(sizeof(ForceFeedbackComponent_AdjustAttenuation) == 0x0000B0, "Wrong size on ForceFeedbackComponent_AdjustAttenuation"); \ +static_assert(offsetof(ForceFeedbackComponent_AdjustAttenuation, InAttenuationSettings) == 0x000000, "Member 'ForceFeedbackComponent_AdjustAttenuation::InAttenuationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ForceFeedbackComponent_Play \ +static_assert(alignof(ForceFeedbackComponent_Play) == 0x000004, "Wrong alignment on ForceFeedbackComponent_Play"); \ +static_assert(sizeof(ForceFeedbackComponent_Play) == 0x000004, "Wrong size on ForceFeedbackComponent_Play"); \ +static_assert(offsetof(ForceFeedbackComponent_Play, StartTime) == 0x000000, "Member 'ForceFeedbackComponent_Play::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ForceFeedbackComponent_SetForceFeedbackEffect \ +static_assert(alignof(ForceFeedbackComponent_SetForceFeedbackEffect) == 0x000008, "Wrong alignment on ForceFeedbackComponent_SetForceFeedbackEffect"); \ +static_assert(sizeof(ForceFeedbackComponent_SetForceFeedbackEffect) == 0x000008, "Wrong size on ForceFeedbackComponent_SetForceFeedbackEffect"); \ +static_assert(offsetof(ForceFeedbackComponent_SetForceFeedbackEffect, NewForceFeedbackEffect) == 0x000000, "Member 'ForceFeedbackComponent_SetForceFeedbackEffect::NewForceFeedbackEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ForceFeedbackComponent_SetIntensityMultiplier \ +static_assert(alignof(ForceFeedbackComponent_SetIntensityMultiplier) == 0x000004, "Wrong alignment on ForceFeedbackComponent_SetIntensityMultiplier"); \ +static_assert(sizeof(ForceFeedbackComponent_SetIntensityMultiplier) == 0x000004, "Wrong size on ForceFeedbackComponent_SetIntensityMultiplier"); \ +static_assert(offsetof(ForceFeedbackComponent_SetIntensityMultiplier, NewIntensityMultiplier) == 0x000000, "Member 'ForceFeedbackComponent_SetIntensityMultiplier::NewIntensityMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ForceFeedbackComponent_BP_GetAttenuationSettingsToApply \ +static_assert(alignof(ForceFeedbackComponent_BP_GetAttenuationSettingsToApply) == 0x000008, "Wrong alignment on ForceFeedbackComponent_BP_GetAttenuationSettingsToApply"); \ +static_assert(sizeof(ForceFeedbackComponent_BP_GetAttenuationSettingsToApply) == 0x0000B8, "Wrong size on ForceFeedbackComponent_BP_GetAttenuationSettingsToApply"); \ +static_assert(offsetof(ForceFeedbackComponent_BP_GetAttenuationSettingsToApply, OutAttenuationSettings) == 0x000000, "Member 'ForceFeedbackComponent_BP_GetAttenuationSettingsToApply::OutAttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(ForceFeedbackComponent_BP_GetAttenuationSettingsToApply, ReturnValue) == 0x0000B0, "Member 'ForceFeedbackComponent_BP_GetAttenuationSettingsToApply::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UForceFeedbackComponent \ +static_assert(alignof(UForceFeedbackComponent) == 0x000010, "Wrong alignment on UForceFeedbackComponent"); \ +static_assert(sizeof(UForceFeedbackComponent) == 0x000310, "Wrong size on UForceFeedbackComponent"); \ +static_assert(offsetof(UForceFeedbackComponent, ForceFeedbackEffect) == 0x000228, "Member 'UForceFeedbackComponent::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackComponent, IntensityMultiplier) == 0x000234, "Member 'UForceFeedbackComponent::IntensityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackComponent, AttenuationSettings) == 0x000238, "Member 'UForceFeedbackComponent::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackComponent, AttenuationOverrides) == 0x000240, "Member 'UForceFeedbackComponent::AttenuationOverrides' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackComponent, OnForceFeedbackFinished) == 0x0002F0, "Member 'UForceFeedbackComponent::OnForceFeedbackFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCloudSampleAttribute \ +static_assert(alignof(UMaterialExpressionCloudSampleAttribute) == 0x000008, "Wrong alignment on UMaterialExpressionCloudSampleAttribute"); \ +static_assert(sizeof(UMaterialExpressionCloudSampleAttribute) == 0x000048, "Wrong size on UMaterialExpressionCloudSampleAttribute"); \ + +#define DUMPER7_ASSERTS_UForceFeedbackEffect \ +static_assert(alignof(UForceFeedbackEffect) == 0x000008, "Wrong alignment on UForceFeedbackEffect"); \ +static_assert(sizeof(UForceFeedbackEffect) == 0x000048, "Wrong size on UForceFeedbackEffect"); \ +static_assert(offsetof(UForceFeedbackEffect, ChannelDetails) == 0x000030, "Member 'UForceFeedbackEffect::ChannelDetails' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackEffect, Duration) == 0x000040, "Member 'UForceFeedbackEffect::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URig \ +static_assert(alignof(URig) == 0x000008, "Wrong alignment on URig"); \ +static_assert(sizeof(URig) == 0x000058, "Wrong size on URig"); \ +static_assert(offsetof(URig, TransformBases) == 0x000038, "Member 'URig::TransformBases' has a wrong offset!"); \ +static_assert(offsetof(URig, Nodes) == 0x000048, "Member 'URig::Nodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstSlomo \ +static_assert(alignof(UInterpTrackInstSlomo) == 0x000008, "Wrong alignment on UInterpTrackInstSlomo"); \ +static_assert(sizeof(UInterpTrackInstSlomo) == 0x000038, "Wrong size on UInterpTrackInstSlomo"); \ +static_assert(offsetof(UInterpTrackInstSlomo, OldTimeDilation) == 0x000030, "Member 'UInterpTrackInstSlomo::OldTimeDilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameEngine \ +static_assert(alignof(UGameEngine) == 0x000008, "Wrong alignment on UGameEngine"); \ +static_assert(sizeof(UGameEngine) == 0x000ED0, "Wrong size on UGameEngine"); \ +static_assert(offsetof(UGameEngine, MaxDeltaTime) == 0x000E80, "Member 'UGameEngine::MaxDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UGameEngine, ServerFlushLogInterval) == 0x000E84, "Member 'UGameEngine::ServerFlushLogInterval' has a wrong offset!"); \ +static_assert(offsetof(UGameEngine, GameInstance) == 0x000E88, "Member 'UGameEngine::GameInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArctangent \ +static_assert(alignof(UMaterialExpressionArctangent) == 0x000008, "Wrong alignment on UMaterialExpressionArctangent"); \ +static_assert(sizeof(UMaterialExpressionArctangent) == 0x000068, "Wrong size on UMaterialExpressionArctangent"); \ +static_assert(offsetof(UMaterialExpressionArctangent, Input) == 0x000048, "Member 'UMaterialExpressionArctangent::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_ActivateReverbEffect \ +static_assert(alignof(GameplayStatics_ActivateReverbEffect) == 0x000008, "Wrong alignment on GameplayStatics_ActivateReverbEffect"); \ +static_assert(sizeof(GameplayStatics_ActivateReverbEffect) == 0x000028, "Wrong size on GameplayStatics_ActivateReverbEffect"); \ +static_assert(offsetof(GameplayStatics_ActivateReverbEffect, WorldContextObject) == 0x000000, "Member 'GameplayStatics_ActivateReverbEffect::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ActivateReverbEffect, ReverbEffect) == 0x000008, "Member 'GameplayStatics_ActivateReverbEffect::ReverbEffect' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ActivateReverbEffect, TagName) == 0x000010, "Member 'GameplayStatics_ActivateReverbEffect::TagName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ActivateReverbEffect, Priority) == 0x00001C, "Member 'GameplayStatics_ActivateReverbEffect::Priority' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ActivateReverbEffect, Volume) == 0x000020, "Member 'GameplayStatics_ActivateReverbEffect::Volume' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ActivateReverbEffect, FadeTime) == 0x000024, "Member 'GameplayStatics_ActivateReverbEffect::FadeTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_AnnounceAccessibleString \ +static_assert(alignof(GameplayStatics_AnnounceAccessibleString) == 0x000008, "Wrong alignment on GameplayStatics_AnnounceAccessibleString"); \ +static_assert(sizeof(GameplayStatics_AnnounceAccessibleString) == 0x000010, "Wrong size on GameplayStatics_AnnounceAccessibleString"); \ +static_assert(offsetof(GameplayStatics_AnnounceAccessibleString, AnnouncementString) == 0x000000, "Member 'GameplayStatics_AnnounceAccessibleString::AnnouncementString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_ApplyDamage \ +static_assert(alignof(GameplayStatics_ApplyDamage) == 0x000008, "Wrong alignment on GameplayStatics_ApplyDamage"); \ +static_assert(sizeof(GameplayStatics_ApplyDamage) == 0x000030, "Wrong size on GameplayStatics_ApplyDamage"); \ +static_assert(offsetof(GameplayStatics_ApplyDamage, DamagedActor) == 0x000000, "Member 'GameplayStatics_ApplyDamage::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyDamage, BaseDamage) == 0x000008, "Member 'GameplayStatics_ApplyDamage::BaseDamage' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyDamage, EventInstigator) == 0x000010, "Member 'GameplayStatics_ApplyDamage::EventInstigator' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyDamage, DamageCauser) == 0x000018, "Member 'GameplayStatics_ApplyDamage::DamageCauser' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyDamage, DamageTypeClass) == 0x000020, "Member 'GameplayStatics_ApplyDamage::DamageTypeClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyDamage, ReturnValue) == 0x000028, "Member 'GameplayStatics_ApplyDamage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_ApplyPointDamage \ +static_assert(alignof(GameplayStatics_ApplyPointDamage) == 0x000008, "Wrong alignment on GameplayStatics_ApplyPointDamage"); \ +static_assert(sizeof(GameplayStatics_ApplyPointDamage) == 0x0000C8, "Wrong size on GameplayStatics_ApplyPointDamage"); \ +static_assert(offsetof(GameplayStatics_ApplyPointDamage, DamagedActor) == 0x000000, "Member 'GameplayStatics_ApplyPointDamage::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyPointDamage, BaseDamage) == 0x000008, "Member 'GameplayStatics_ApplyPointDamage::BaseDamage' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyPointDamage, HitFromDirection) == 0x00000C, "Member 'GameplayStatics_ApplyPointDamage::HitFromDirection' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyPointDamage, HitInfo) == 0x000018, "Member 'GameplayStatics_ApplyPointDamage::HitInfo' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyPointDamage, EventInstigator) == 0x0000A8, "Member 'GameplayStatics_ApplyPointDamage::EventInstigator' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyPointDamage, DamageCauser) == 0x0000B0, "Member 'GameplayStatics_ApplyPointDamage::DamageCauser' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyPointDamage, DamageTypeClass) == 0x0000B8, "Member 'GameplayStatics_ApplyPointDamage::DamageTypeClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyPointDamage, ReturnValue) == 0x0000C0, "Member 'GameplayStatics_ApplyPointDamage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_ApplyRadialDamage \ +static_assert(alignof(GameplayStatics_ApplyRadialDamage) == 0x000008, "Wrong alignment on GameplayStatics_ApplyRadialDamage"); \ +static_assert(sizeof(GameplayStatics_ApplyRadialDamage) == 0x000050, "Wrong size on GameplayStatics_ApplyRadialDamage"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, WorldContextObject) == 0x000000, "Member 'GameplayStatics_ApplyRadialDamage::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, BaseDamage) == 0x000008, "Member 'GameplayStatics_ApplyRadialDamage::BaseDamage' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, Origin) == 0x00000C, "Member 'GameplayStatics_ApplyRadialDamage::Origin' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, DamageRadius) == 0x000018, "Member 'GameplayStatics_ApplyRadialDamage::DamageRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, DamageTypeClass) == 0x000020, "Member 'GameplayStatics_ApplyRadialDamage::DamageTypeClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, IgnoreActors) == 0x000028, "Member 'GameplayStatics_ApplyRadialDamage::IgnoreActors' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, DamageCauser) == 0x000038, "Member 'GameplayStatics_ApplyRadialDamage::DamageCauser' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, InstigatedByController) == 0x000040, "Member 'GameplayStatics_ApplyRadialDamage::InstigatedByController' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, bDoFullDamage) == 0x000048, "Member 'GameplayStatics_ApplyRadialDamage::bDoFullDamage' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, DamagePreventionChannel) == 0x000049, "Member 'GameplayStatics_ApplyRadialDamage::DamagePreventionChannel' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, ReturnValue) == 0x00004A, "Member 'GameplayStatics_ApplyRadialDamage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_ApplyRadialDamageWithFalloff \ +static_assert(alignof(GameplayStatics_ApplyRadialDamageWithFalloff) == 0x000008, "Wrong alignment on GameplayStatics_ApplyRadialDamageWithFalloff"); \ +static_assert(sizeof(GameplayStatics_ApplyRadialDamageWithFalloff) == 0x000058, "Wrong size on GameplayStatics_ApplyRadialDamageWithFalloff"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, WorldContextObject) == 0x000000, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, BaseDamage) == 0x000008, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::BaseDamage' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, MinimumDamage) == 0x00000C, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::MinimumDamage' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, Origin) == 0x000010, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::Origin' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamageInnerRadius) == 0x00001C, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamageInnerRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamageOuterRadius) == 0x000020, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamageOuterRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamageFalloff) == 0x000024, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamageFalloff' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamageTypeClass) == 0x000028, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamageTypeClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, IgnoreActors) == 0x000030, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::IgnoreActors' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamageCauser) == 0x000040, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamageCauser' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, InstigatedByController) == 0x000048, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::InstigatedByController' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamagePreventionChannel) == 0x000050, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamagePreventionChannel' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, ReturnValue) == 0x000051, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_AreAnyListenersWithinRange \ +static_assert(alignof(GameplayStatics_AreAnyListenersWithinRange) == 0x000008, "Wrong alignment on GameplayStatics_AreAnyListenersWithinRange"); \ +static_assert(sizeof(GameplayStatics_AreAnyListenersWithinRange) == 0x000020, "Wrong size on GameplayStatics_AreAnyListenersWithinRange"); \ +static_assert(offsetof(GameplayStatics_AreAnyListenersWithinRange, WorldContextObject) == 0x000000, "Member 'GameplayStatics_AreAnyListenersWithinRange::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_AreAnyListenersWithinRange, Location) == 0x000008, "Member 'GameplayStatics_AreAnyListenersWithinRange::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_AreAnyListenersWithinRange, MaximumRange) == 0x000014, "Member 'GameplayStatics_AreAnyListenersWithinRange::MaximumRange' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_AreAnyListenersWithinRange, ReturnValue) == 0x000018, "Member 'GameplayStatics_AreAnyListenersWithinRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_AreSubtitlesEnabled \ +static_assert(alignof(GameplayStatics_AreSubtitlesEnabled) == 0x000001, "Wrong alignment on GameplayStatics_AreSubtitlesEnabled"); \ +static_assert(sizeof(GameplayStatics_AreSubtitlesEnabled) == 0x000001, "Wrong size on GameplayStatics_AreSubtitlesEnabled"); \ +static_assert(offsetof(GameplayStatics_AreSubtitlesEnabled, ReturnValue) == 0x000000, "Member 'GameplayStatics_AreSubtitlesEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_BeginDeferredActorSpawnFromClass \ +static_assert(alignof(GameplayStatics_BeginDeferredActorSpawnFromClass) == 0x000010, "Wrong alignment on GameplayStatics_BeginDeferredActorSpawnFromClass"); \ +static_assert(sizeof(GameplayStatics_BeginDeferredActorSpawnFromClass) == 0x000060, "Wrong size on GameplayStatics_BeginDeferredActorSpawnFromClass"); \ +static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, WorldContextObject) == 0x000000, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, ActorClass) == 0x000008, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, SpawnTransform) == 0x000010, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, CollisionHandlingOverride) == 0x000040, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::CollisionHandlingOverride' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, Owner) == 0x000048, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::Owner' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, ReturnValue) == 0x000050, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_BeginSpawningActorFromBlueprint \ +static_assert(alignof(GameplayStatics_BeginSpawningActorFromBlueprint) == 0x000010, "Wrong alignment on GameplayStatics_BeginSpawningActorFromBlueprint"); \ +static_assert(sizeof(GameplayStatics_BeginSpawningActorFromBlueprint) == 0x000050, "Wrong size on GameplayStatics_BeginSpawningActorFromBlueprint"); \ +static_assert(offsetof(GameplayStatics_BeginSpawningActorFromBlueprint, WorldContextObject) == 0x000000, "Member 'GameplayStatics_BeginSpawningActorFromBlueprint::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginSpawningActorFromBlueprint, Blueprint) == 0x000008, "Member 'GameplayStatics_BeginSpawningActorFromBlueprint::Blueprint' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginSpawningActorFromBlueprint, SpawnTransform) == 0x000010, "Member 'GameplayStatics_BeginSpawningActorFromBlueprint::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginSpawningActorFromBlueprint, bNoCollisionFail) == 0x000040, "Member 'GameplayStatics_BeginSpawningActorFromBlueprint::bNoCollisionFail' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginSpawningActorFromBlueprint, ReturnValue) == 0x000048, "Member 'GameplayStatics_BeginSpawningActorFromBlueprint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_BeginSpawningActorFromClass \ +static_assert(alignof(GameplayStatics_BeginSpawningActorFromClass) == 0x000010, "Wrong alignment on GameplayStatics_BeginSpawningActorFromClass"); \ +static_assert(sizeof(GameplayStatics_BeginSpawningActorFromClass) == 0x000060, "Wrong size on GameplayStatics_BeginSpawningActorFromClass"); \ +static_assert(offsetof(GameplayStatics_BeginSpawningActorFromClass, WorldContextObject) == 0x000000, "Member 'GameplayStatics_BeginSpawningActorFromClass::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginSpawningActorFromClass, ActorClass) == 0x000008, "Member 'GameplayStatics_BeginSpawningActorFromClass::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginSpawningActorFromClass, SpawnTransform) == 0x000010, "Member 'GameplayStatics_BeginSpawningActorFromClass::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginSpawningActorFromClass, bNoCollisionFail) == 0x000040, "Member 'GameplayStatics_BeginSpawningActorFromClass::bNoCollisionFail' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginSpawningActorFromClass, Owner) == 0x000048, "Member 'GameplayStatics_BeginSpawningActorFromClass::Owner' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginSpawningActorFromClass, ReturnValue) == 0x000050, "Member 'GameplayStatics_BeginSpawningActorFromClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_Blueprint_PredictProjectilePath_Advanced \ +static_assert(alignof(GameplayStatics_Blueprint_PredictProjectilePath_Advanced) == 0x000008, "Wrong alignment on GameplayStatics_Blueprint_PredictProjectilePath_Advanced"); \ +static_assert(sizeof(GameplayStatics_Blueprint_PredictProjectilePath_Advanced) == 0x000130, "Wrong size on GameplayStatics_Blueprint_PredictProjectilePath_Advanced"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_Advanced, WorldContextObject) == 0x000000, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_Advanced::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_Advanced, PredictParams) == 0x000008, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_Advanced::PredictParams' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_Advanced, PredictResult) == 0x000068, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_Advanced::PredictResult' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_Advanced, ReturnValue) == 0x000128, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_Advanced::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType \ +static_assert(alignof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType) == 0x000008, "Wrong alignment on GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType"); \ +static_assert(sizeof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType) == 0x000118, "Wrong size on GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, WorldContextObject) == 0x000000, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, OutHit) == 0x000008, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::OutHit' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, OutPathPositions) == 0x000098, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::OutPathPositions' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, OutLastTraceDestination) == 0x0000A8, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::OutLastTraceDestination' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, StartPos) == 0x0000B4, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::StartPos' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, LaunchVelocity) == 0x0000C0, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::LaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, bTracePath) == 0x0000CC, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::bTracePath' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, ProjectileRadius) == 0x0000D0, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::ProjectileRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, ObjectTypes) == 0x0000D8, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, bTraceComplex) == 0x0000E8, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, ActorsToIgnore) == 0x0000F0, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, DrawDebugType) == 0x000100, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, DrawDebugTime) == 0x000104, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::DrawDebugTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, SimFrequency) == 0x000108, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::SimFrequency' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, MaxSimTime) == 0x00010C, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::MaxSimTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, OverrideGravityZ) == 0x000110, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::OverrideGravityZ' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, ReturnValue) == 0x000114, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel \ +static_assert(alignof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel) == 0x000008, "Wrong alignment on GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel"); \ +static_assert(sizeof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel) == 0x000100, "Wrong size on GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, WorldContextObject) == 0x000000, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, OutHit) == 0x000008, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::OutHit' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, OutPathPositions) == 0x000098, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::OutPathPositions' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, OutLastTraceDestination) == 0x0000A8, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::OutLastTraceDestination' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, StartPos) == 0x0000B4, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::StartPos' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, LaunchVelocity) == 0x0000C0, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::LaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, bTracePath) == 0x0000CC, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::bTracePath' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, ProjectileRadius) == 0x0000D0, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::ProjectileRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, TraceChannel) == 0x0000D4, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, bTraceComplex) == 0x0000D5, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, ActorsToIgnore) == 0x0000D8, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, DrawDebugType) == 0x0000E8, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, DrawDebugTime) == 0x0000EC, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::DrawDebugTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, SimFrequency) == 0x0000F0, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::SimFrequency' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, MaxSimTime) == 0x0000F4, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::MaxSimTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, OverrideGravityZ) == 0x0000F8, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::OverrideGravityZ' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, ReturnValue) == 0x0000FC, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_BlueprintSuggestProjectileVelocity \ +static_assert(alignof(GameplayStatics_BlueprintSuggestProjectileVelocity) == 0x000008, "Wrong alignment on GameplayStatics_BlueprintSuggestProjectileVelocity"); \ +static_assert(sizeof(GameplayStatics_BlueprintSuggestProjectileVelocity) == 0x000040, "Wrong size on GameplayStatics_BlueprintSuggestProjectileVelocity"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, WorldContextObject) == 0x000000, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, TossVelocity) == 0x000008, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::TossVelocity' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, StartLocation) == 0x000014, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, EndLocation) == 0x000020, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::EndLocation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, LaunchSpeed) == 0x00002C, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::LaunchSpeed' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, OverrideGravityZ) == 0x000030, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::OverrideGravityZ' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, TraceOption) == 0x000034, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::TraceOption' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, CollisionRadius) == 0x000038, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::CollisionRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, bFavorHighArc) == 0x00003C, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::bFavorHighArc' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, bDrawDebug) == 0x00003D, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, ReturnValue) == 0x00003E, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_BreakHitResult \ +static_assert(alignof(GameplayStatics_BreakHitResult) == 0x000008, "Wrong alignment on GameplayStatics_BreakHitResult"); \ +static_assert(sizeof(GameplayStatics_BreakHitResult) == 0x000118, "Wrong size on GameplayStatics_BreakHitResult"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, Hit) == 0x000000, "Member 'GameplayStatics_BreakHitResult::Hit' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, bBlockingHit) == 0x000090, "Member 'GameplayStatics_BreakHitResult::bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, bInitialOverlap) == 0x000091, "Member 'GameplayStatics_BreakHitResult::bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, Time) == 0x000094, "Member 'GameplayStatics_BreakHitResult::Time' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, Distance) == 0x000098, "Member 'GameplayStatics_BreakHitResult::Distance' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, Location) == 0x00009C, "Member 'GameplayStatics_BreakHitResult::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, ImpactPoint) == 0x0000A8, "Member 'GameplayStatics_BreakHitResult::ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, Normal) == 0x0000B4, "Member 'GameplayStatics_BreakHitResult::Normal' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, ImpactNormal) == 0x0000C0, "Member 'GameplayStatics_BreakHitResult::ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, PhysMat) == 0x0000D0, "Member 'GameplayStatics_BreakHitResult::PhysMat' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, HitActor) == 0x0000D8, "Member 'GameplayStatics_BreakHitResult::HitActor' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, HitComponent) == 0x0000E0, "Member 'GameplayStatics_BreakHitResult::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, HitBoneName) == 0x0000E8, "Member 'GameplayStatics_BreakHitResult::HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, HitItem) == 0x0000F4, "Member 'GameplayStatics_BreakHitResult::HitItem' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, ElementIndex) == 0x0000F8, "Member 'GameplayStatics_BreakHitResult::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, FaceIndex) == 0x0000FC, "Member 'GameplayStatics_BreakHitResult::FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, TraceStart) == 0x000100, "Member 'GameplayStatics_BreakHitResult::TraceStart' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, TraceEnd) == 0x00010C, "Member 'GameplayStatics_BreakHitResult::TraceEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_ClearSoundMixClassOverride \ +static_assert(alignof(GameplayStatics_ClearSoundMixClassOverride) == 0x000008, "Wrong alignment on GameplayStatics_ClearSoundMixClassOverride"); \ +static_assert(sizeof(GameplayStatics_ClearSoundMixClassOverride) == 0x000020, "Wrong size on GameplayStatics_ClearSoundMixClassOverride"); \ +static_assert(offsetof(GameplayStatics_ClearSoundMixClassOverride, WorldContextObject) == 0x000000, "Member 'GameplayStatics_ClearSoundMixClassOverride::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ClearSoundMixClassOverride, InSoundMixModifier) == 0x000008, "Member 'GameplayStatics_ClearSoundMixClassOverride::InSoundMixModifier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ClearSoundMixClassOverride, InSoundClass) == 0x000010, "Member 'GameplayStatics_ClearSoundMixClassOverride::InSoundClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ClearSoundMixClassOverride, FadeOutTime) == 0x000018, "Member 'GameplayStatics_ClearSoundMixClassOverride::FadeOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_ClearSoundMixModifiers \ +static_assert(alignof(GameplayStatics_ClearSoundMixModifiers) == 0x000008, "Wrong alignment on GameplayStatics_ClearSoundMixModifiers"); \ +static_assert(sizeof(GameplayStatics_ClearSoundMixModifiers) == 0x000008, "Wrong size on GameplayStatics_ClearSoundMixModifiers"); \ +static_assert(offsetof(GameplayStatics_ClearSoundMixModifiers, WorldContextObject) == 0x000000, "Member 'GameplayStatics_ClearSoundMixModifiers::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_CreatePlayer \ +static_assert(alignof(GameplayStatics_CreatePlayer) == 0x000008, "Wrong alignment on GameplayStatics_CreatePlayer"); \ +static_assert(sizeof(GameplayStatics_CreatePlayer) == 0x000018, "Wrong size on GameplayStatics_CreatePlayer"); \ +static_assert(offsetof(GameplayStatics_CreatePlayer, WorldContextObject) == 0x000000, "Member 'GameplayStatics_CreatePlayer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreatePlayer, ControllerId) == 0x000008, "Member 'GameplayStatics_CreatePlayer::ControllerId' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreatePlayer, bSpawnPlayerController) == 0x00000C, "Member 'GameplayStatics_CreatePlayer::bSpawnPlayerController' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreatePlayer, ReturnValue) == 0x000010, "Member 'GameplayStatics_CreatePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_CreateSaveGameObject \ +static_assert(alignof(GameplayStatics_CreateSaveGameObject) == 0x000008, "Wrong alignment on GameplayStatics_CreateSaveGameObject"); \ +static_assert(sizeof(GameplayStatics_CreateSaveGameObject) == 0x000010, "Wrong size on GameplayStatics_CreateSaveGameObject"); \ +static_assert(offsetof(GameplayStatics_CreateSaveGameObject, SaveGameClass) == 0x000000, "Member 'GameplayStatics_CreateSaveGameObject::SaveGameClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSaveGameObject, ReturnValue) == 0x000008, "Member 'GameplayStatics_CreateSaveGameObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_CreateSound2D \ +static_assert(alignof(GameplayStatics_CreateSound2D) == 0x000008, "Wrong alignment on GameplayStatics_CreateSound2D"); \ +static_assert(sizeof(GameplayStatics_CreateSound2D) == 0x000038, "Wrong size on GameplayStatics_CreateSound2D"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_CreateSound2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, Sound) == 0x000008, "Member 'GameplayStatics_CreateSound2D::Sound' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, VolumeMultiplier) == 0x000010, "Member 'GameplayStatics_CreateSound2D::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, PitchMultiplier) == 0x000014, "Member 'GameplayStatics_CreateSound2D::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, StartTime) == 0x000018, "Member 'GameplayStatics_CreateSound2D::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, ConcurrencySettings) == 0x000020, "Member 'GameplayStatics_CreateSound2D::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, bPersistAcrossLevelTransition) == 0x000028, "Member 'GameplayStatics_CreateSound2D::bPersistAcrossLevelTransition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, bAutoDestroy) == 0x000029, "Member 'GameplayStatics_CreateSound2D::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, ReturnValue) == 0x000030, "Member 'GameplayStatics_CreateSound2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_DeactivateReverbEffect \ +static_assert(alignof(GameplayStatics_DeactivateReverbEffect) == 0x000008, "Wrong alignment on GameplayStatics_DeactivateReverbEffect"); \ +static_assert(sizeof(GameplayStatics_DeactivateReverbEffect) == 0x000018, "Wrong size on GameplayStatics_DeactivateReverbEffect"); \ +static_assert(offsetof(GameplayStatics_DeactivateReverbEffect, WorldContextObject) == 0x000000, "Member 'GameplayStatics_DeactivateReverbEffect::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeactivateReverbEffect, TagName) == 0x000008, "Member 'GameplayStatics_DeactivateReverbEffect::TagName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_DeleteGameInSlot \ +static_assert(alignof(GameplayStatics_DeleteGameInSlot) == 0x000008, "Wrong alignment on GameplayStatics_DeleteGameInSlot"); \ +static_assert(sizeof(GameplayStatics_DeleteGameInSlot) == 0x000018, "Wrong size on GameplayStatics_DeleteGameInSlot"); \ +static_assert(offsetof(GameplayStatics_DeleteGameInSlot, SlotName) == 0x000000, "Member 'GameplayStatics_DeleteGameInSlot::SlotName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeleteGameInSlot, UserIndex) == 0x000010, "Member 'GameplayStatics_DeleteGameInSlot::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeleteGameInSlot, ReturnValue) == 0x000014, "Member 'GameplayStatics_DeleteGameInSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_DeprojectScreenToWorld \ +static_assert(alignof(GameplayStatics_DeprojectScreenToWorld) == 0x000008, "Wrong alignment on GameplayStatics_DeprojectScreenToWorld"); \ +static_assert(sizeof(GameplayStatics_DeprojectScreenToWorld) == 0x000030, "Wrong size on GameplayStatics_DeprojectScreenToWorld"); \ +static_assert(offsetof(GameplayStatics_DeprojectScreenToWorld, Player) == 0x000000, "Member 'GameplayStatics_DeprojectScreenToWorld::Player' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeprojectScreenToWorld, ScreenPosition) == 0x000008, "Member 'GameplayStatics_DeprojectScreenToWorld::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeprojectScreenToWorld, WorldPosition) == 0x000010, "Member 'GameplayStatics_DeprojectScreenToWorld::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeprojectScreenToWorld, WorldDirection) == 0x00001C, "Member 'GameplayStatics_DeprojectScreenToWorld::WorldDirection' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeprojectScreenToWorld, ReturnValue) == 0x000028, "Member 'GameplayStatics_DeprojectScreenToWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_DoesSaveGameExist \ +static_assert(alignof(GameplayStatics_DoesSaveGameExist) == 0x000008, "Wrong alignment on GameplayStatics_DoesSaveGameExist"); \ +static_assert(sizeof(GameplayStatics_DoesSaveGameExist) == 0x000018, "Wrong size on GameplayStatics_DoesSaveGameExist"); \ +static_assert(offsetof(GameplayStatics_DoesSaveGameExist, SlotName) == 0x000000, "Member 'GameplayStatics_DoesSaveGameExist::SlotName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DoesSaveGameExist, UserIndex) == 0x000010, "Member 'GameplayStatics_DoesSaveGameExist::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DoesSaveGameExist, ReturnValue) == 0x000014, "Member 'GameplayStatics_DoesSaveGameExist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_EnableLiveStreaming \ +static_assert(alignof(GameplayStatics_EnableLiveStreaming) == 0x000001, "Wrong alignment on GameplayStatics_EnableLiveStreaming"); \ +static_assert(sizeof(GameplayStatics_EnableLiveStreaming) == 0x000001, "Wrong size on GameplayStatics_EnableLiveStreaming"); \ +static_assert(offsetof(GameplayStatics_EnableLiveStreaming, Enable) == 0x000000, "Member 'GameplayStatics_EnableLiveStreaming::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_FindCollisionUV \ +static_assert(alignof(GameplayStatics_FindCollisionUV) == 0x000004, "Wrong alignment on GameplayStatics_FindCollisionUV"); \ +static_assert(sizeof(GameplayStatics_FindCollisionUV) == 0x0000A0, "Wrong size on GameplayStatics_FindCollisionUV"); \ +static_assert(offsetof(GameplayStatics_FindCollisionUV, Hit) == 0x000000, "Member 'GameplayStatics_FindCollisionUV::Hit' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_FindCollisionUV, UVChannel) == 0x000090, "Member 'GameplayStatics_FindCollisionUV::UVChannel' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_FindCollisionUV, UV) == 0x000094, "Member 'GameplayStatics_FindCollisionUV::UV' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_FindCollisionUV, ReturnValue) == 0x00009C, "Member 'GameplayStatics_FindCollisionUV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_FindNearestActor \ +static_assert(alignof(GameplayStatics_FindNearestActor) == 0x000008, "Wrong alignment on GameplayStatics_FindNearestActor"); \ +static_assert(sizeof(GameplayStatics_FindNearestActor) == 0x000030, "Wrong size on GameplayStatics_FindNearestActor"); \ +static_assert(offsetof(GameplayStatics_FindNearestActor, Origin) == 0x000000, "Member 'GameplayStatics_FindNearestActor::Origin' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_FindNearestActor, ActorsToCheck) == 0x000010, "Member 'GameplayStatics_FindNearestActor::ActorsToCheck' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_FindNearestActor, Distance) == 0x000020, "Member 'GameplayStatics_FindNearestActor::Distance' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_FindNearestActor, ReturnValue) == 0x000028, "Member 'GameplayStatics_FindNearestActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_FinishSpawningActor \ +static_assert(alignof(GameplayStatics_FinishSpawningActor) == 0x000010, "Wrong alignment on GameplayStatics_FinishSpawningActor"); \ +static_assert(sizeof(GameplayStatics_FinishSpawningActor) == 0x000050, "Wrong size on GameplayStatics_FinishSpawningActor"); \ +static_assert(offsetof(GameplayStatics_FinishSpawningActor, Actor) == 0x000000, "Member 'GameplayStatics_FinishSpawningActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_FinishSpawningActor, SpawnTransform) == 0x000010, "Member 'GameplayStatics_FinishSpawningActor::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_FinishSpawningActor, ReturnValue) == 0x000040, "Member 'GameplayStatics_FinishSpawningActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_FlushLevelStreaming \ +static_assert(alignof(GameplayStatics_FlushLevelStreaming) == 0x000008, "Wrong alignment on GameplayStatics_FlushLevelStreaming"); \ +static_assert(sizeof(GameplayStatics_FlushLevelStreaming) == 0x000008, "Wrong size on GameplayStatics_FlushLevelStreaming"); \ +static_assert(offsetof(GameplayStatics_FlushLevelStreaming, WorldContextObject) == 0x000000, "Member 'GameplayStatics_FlushLevelStreaming::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetAccurateRealTime \ +static_assert(alignof(GameplayStatics_GetAccurateRealTime) == 0x000004, "Wrong alignment on GameplayStatics_GetAccurateRealTime"); \ +static_assert(sizeof(GameplayStatics_GetAccurateRealTime) == 0x000008, "Wrong size on GameplayStatics_GetAccurateRealTime"); \ +static_assert(offsetof(GameplayStatics_GetAccurateRealTime, Seconds) == 0x000000, "Member 'GameplayStatics_GetAccurateRealTime::Seconds' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetAccurateRealTime, PartialSeconds) == 0x000004, "Member 'GameplayStatics_GetAccurateRealTime::PartialSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetActorArrayAverageLocation \ +static_assert(alignof(GameplayStatics_GetActorArrayAverageLocation) == 0x000008, "Wrong alignment on GameplayStatics_GetActorArrayAverageLocation"); \ +static_assert(sizeof(GameplayStatics_GetActorArrayAverageLocation) == 0x000020, "Wrong size on GameplayStatics_GetActorArrayAverageLocation"); \ +static_assert(offsetof(GameplayStatics_GetActorArrayAverageLocation, Actors) == 0x000000, "Member 'GameplayStatics_GetActorArrayAverageLocation::Actors' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetActorArrayAverageLocation, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetActorArrayAverageLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetActorArrayBounds \ +static_assert(alignof(GameplayStatics_GetActorArrayBounds) == 0x000008, "Wrong alignment on GameplayStatics_GetActorArrayBounds"); \ +static_assert(sizeof(GameplayStatics_GetActorArrayBounds) == 0x000030, "Wrong size on GameplayStatics_GetActorArrayBounds"); \ +static_assert(offsetof(GameplayStatics_GetActorArrayBounds, Actors) == 0x000000, "Member 'GameplayStatics_GetActorArrayBounds::Actors' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetActorArrayBounds, bOnlyCollidingComponents) == 0x000010, "Member 'GameplayStatics_GetActorArrayBounds::bOnlyCollidingComponents' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetActorArrayBounds, Center) == 0x000014, "Member 'GameplayStatics_GetActorArrayBounds::Center' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetActorArrayBounds, BoxExtent) == 0x000020, "Member 'GameplayStatics_GetActorArrayBounds::BoxExtent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetActorOfClass \ +static_assert(alignof(GameplayStatics_GetActorOfClass) == 0x000008, "Wrong alignment on GameplayStatics_GetActorOfClass"); \ +static_assert(sizeof(GameplayStatics_GetActorOfClass) == 0x000018, "Wrong size on GameplayStatics_GetActorOfClass"); \ +static_assert(offsetof(GameplayStatics_GetActorOfClass, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetActorOfClass::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetActorOfClass, ActorClass) == 0x000008, "Member 'GameplayStatics_GetActorOfClass::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetActorOfClass, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetActorOfClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetAllActorsOfClass \ +static_assert(alignof(GameplayStatics_GetAllActorsOfClass) == 0x000008, "Wrong alignment on GameplayStatics_GetAllActorsOfClass"); \ +static_assert(sizeof(GameplayStatics_GetAllActorsOfClass) == 0x000020, "Wrong size on GameplayStatics_GetAllActorsOfClass"); \ +static_assert(offsetof(GameplayStatics_GetAllActorsOfClass, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetAllActorsOfClass::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetAllActorsOfClass, ActorClass) == 0x000008, "Member 'GameplayStatics_GetAllActorsOfClass::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetAllActorsOfClass, OutActors) == 0x000010, "Member 'GameplayStatics_GetAllActorsOfClass::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetAllActorsOfClassWithTag \ +static_assert(alignof(GameplayStatics_GetAllActorsOfClassWithTag) == 0x000008, "Wrong alignment on GameplayStatics_GetAllActorsOfClassWithTag"); \ +static_assert(sizeof(GameplayStatics_GetAllActorsOfClassWithTag) == 0x000030, "Wrong size on GameplayStatics_GetAllActorsOfClassWithTag"); \ +static_assert(offsetof(GameplayStatics_GetAllActorsOfClassWithTag, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetAllActorsOfClassWithTag::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetAllActorsOfClassWithTag, ActorClass) == 0x000008, "Member 'GameplayStatics_GetAllActorsOfClassWithTag::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetAllActorsOfClassWithTag, Tag) == 0x000010, "Member 'GameplayStatics_GetAllActorsOfClassWithTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetAllActorsOfClassWithTag, OutActors) == 0x000020, "Member 'GameplayStatics_GetAllActorsOfClassWithTag::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetAllActorsWithInterface \ +static_assert(alignof(GameplayStatics_GetAllActorsWithInterface) == 0x000008, "Wrong alignment on GameplayStatics_GetAllActorsWithInterface"); \ +static_assert(sizeof(GameplayStatics_GetAllActorsWithInterface) == 0x000020, "Wrong size on GameplayStatics_GetAllActorsWithInterface"); \ +static_assert(offsetof(GameplayStatics_GetAllActorsWithInterface, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetAllActorsWithInterface::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetAllActorsWithInterface, Interface) == 0x000008, "Member 'GameplayStatics_GetAllActorsWithInterface::Interface' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetAllActorsWithInterface, OutActors) == 0x000010, "Member 'GameplayStatics_GetAllActorsWithInterface::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetAllActorsWithTag \ +static_assert(alignof(GameplayStatics_GetAllActorsWithTag) == 0x000008, "Wrong alignment on GameplayStatics_GetAllActorsWithTag"); \ +static_assert(sizeof(GameplayStatics_GetAllActorsWithTag) == 0x000028, "Wrong size on GameplayStatics_GetAllActorsWithTag"); \ +static_assert(offsetof(GameplayStatics_GetAllActorsWithTag, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetAllActorsWithTag::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetAllActorsWithTag, Tag) == 0x000008, "Member 'GameplayStatics_GetAllActorsWithTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetAllActorsWithTag, OutActors) == 0x000018, "Member 'GameplayStatics_GetAllActorsWithTag::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetAudioTimeSeconds \ +static_assert(alignof(GameplayStatics_GetAudioTimeSeconds) == 0x000008, "Wrong alignment on GameplayStatics_GetAudioTimeSeconds"); \ +static_assert(sizeof(GameplayStatics_GetAudioTimeSeconds) == 0x000010, "Wrong size on GameplayStatics_GetAudioTimeSeconds"); \ +static_assert(offsetof(GameplayStatics_GetAudioTimeSeconds, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetAudioTimeSeconds::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetAudioTimeSeconds, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetAudioTimeSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetClosestListenerLocation \ +static_assert(alignof(GameplayStatics_GetClosestListenerLocation) == 0x000008, "Wrong alignment on GameplayStatics_GetClosestListenerLocation"); \ +static_assert(sizeof(GameplayStatics_GetClosestListenerLocation) == 0x000030, "Wrong size on GameplayStatics_GetClosestListenerLocation"); \ +static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetClosestListenerLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, Location) == 0x000008, "Member 'GameplayStatics_GetClosestListenerLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, MaximumRange) == 0x000014, "Member 'GameplayStatics_GetClosestListenerLocation::MaximumRange' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, bAllowAttenuationOverride) == 0x000018, "Member 'GameplayStatics_GetClosestListenerLocation::bAllowAttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, ListenerPosition) == 0x00001C, "Member 'GameplayStatics_GetClosestListenerLocation::ListenerPosition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, ReturnValue) == 0x000028, "Member 'GameplayStatics_GetClosestListenerLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetCurrentLevelName \ +static_assert(alignof(GameplayStatics_GetCurrentLevelName) == 0x000008, "Wrong alignment on GameplayStatics_GetCurrentLevelName"); \ +static_assert(sizeof(GameplayStatics_GetCurrentLevelName) == 0x000020, "Wrong size on GameplayStatics_GetCurrentLevelName"); \ +static_assert(offsetof(GameplayStatics_GetCurrentLevelName, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetCurrentLevelName::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetCurrentLevelName, bRemovePrefixString) == 0x000008, "Member 'GameplayStatics_GetCurrentLevelName::bRemovePrefixString' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetCurrentLevelName, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetCurrentLevelName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetCurrentReverbEffect \ +static_assert(alignof(GameplayStatics_GetCurrentReverbEffect) == 0x000008, "Wrong alignment on GameplayStatics_GetCurrentReverbEffect"); \ +static_assert(sizeof(GameplayStatics_GetCurrentReverbEffect) == 0x000010, "Wrong size on GameplayStatics_GetCurrentReverbEffect"); \ +static_assert(offsetof(GameplayStatics_GetCurrentReverbEffect, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetCurrentReverbEffect::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetCurrentReverbEffect, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetCurrentReverbEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetEnableWorldRendering \ +static_assert(alignof(GameplayStatics_GetEnableWorldRendering) == 0x000008, "Wrong alignment on GameplayStatics_GetEnableWorldRendering"); \ +static_assert(sizeof(GameplayStatics_GetEnableWorldRendering) == 0x000010, "Wrong size on GameplayStatics_GetEnableWorldRendering"); \ +static_assert(offsetof(GameplayStatics_GetEnableWorldRendering, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetEnableWorldRendering::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetEnableWorldRendering, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetEnableWorldRendering::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetGameInstance \ +static_assert(alignof(GameplayStatics_GetGameInstance) == 0x000008, "Wrong alignment on GameplayStatics_GetGameInstance"); \ +static_assert(sizeof(GameplayStatics_GetGameInstance) == 0x000010, "Wrong size on GameplayStatics_GetGameInstance"); \ +static_assert(offsetof(GameplayStatics_GetGameInstance, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetGameInstance::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetGameInstance, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetGameInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetGameMode \ +static_assert(alignof(GameplayStatics_GetGameMode) == 0x000008, "Wrong alignment on GameplayStatics_GetGameMode"); \ +static_assert(sizeof(GameplayStatics_GetGameMode) == 0x000010, "Wrong size on GameplayStatics_GetGameMode"); \ +static_assert(offsetof(GameplayStatics_GetGameMode, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetGameMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetGameMode, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetGameMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetGameState \ +static_assert(alignof(GameplayStatics_GetGameState) == 0x000008, "Wrong alignment on GameplayStatics_GetGameState"); \ +static_assert(sizeof(GameplayStatics_GetGameState) == 0x000010, "Wrong size on GameplayStatics_GetGameState"); \ +static_assert(offsetof(GameplayStatics_GetGameState, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetGameState::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetGameState, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetGameState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetGlobalTimeDilation \ +static_assert(alignof(GameplayStatics_GetGlobalTimeDilation) == 0x000008, "Wrong alignment on GameplayStatics_GetGlobalTimeDilation"); \ +static_assert(sizeof(GameplayStatics_GetGlobalTimeDilation) == 0x000010, "Wrong size on GameplayStatics_GetGlobalTimeDilation"); \ +static_assert(offsetof(GameplayStatics_GetGlobalTimeDilation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetGlobalTimeDilation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetGlobalTimeDilation, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetGlobalTimeDilation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetIntOption \ +static_assert(alignof(GameplayStatics_GetIntOption) == 0x000008, "Wrong alignment on GameplayStatics_GetIntOption"); \ +static_assert(sizeof(GameplayStatics_GetIntOption) == 0x000028, "Wrong size on GameplayStatics_GetIntOption"); \ +static_assert(offsetof(GameplayStatics_GetIntOption, Options) == 0x000000, "Member 'GameplayStatics_GetIntOption::Options' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetIntOption, Key) == 0x000010, "Member 'GameplayStatics_GetIntOption::Key' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetIntOption, DefaultValue) == 0x000020, "Member 'GameplayStatics_GetIntOption::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetIntOption, ReturnValue) == 0x000024, "Member 'GameplayStatics_GetIntOption::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetKeyValue \ +static_assert(alignof(GameplayStatics_GetKeyValue) == 0x000008, "Wrong alignment on GameplayStatics_GetKeyValue"); \ +static_assert(sizeof(GameplayStatics_GetKeyValue) == 0x000030, "Wrong size on GameplayStatics_GetKeyValue"); \ +static_assert(offsetof(GameplayStatics_GetKeyValue, Pair) == 0x000000, "Member 'GameplayStatics_GetKeyValue::Pair' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetKeyValue, Key) == 0x000010, "Member 'GameplayStatics_GetKeyValue::Key' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetKeyValue, Value) == 0x000020, "Member 'GameplayStatics_GetKeyValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetMaxAudioChannelCount \ +static_assert(alignof(GameplayStatics_GetMaxAudioChannelCount) == 0x000008, "Wrong alignment on GameplayStatics_GetMaxAudioChannelCount"); \ +static_assert(sizeof(GameplayStatics_GetMaxAudioChannelCount) == 0x000010, "Wrong size on GameplayStatics_GetMaxAudioChannelCount"); \ +static_assert(offsetof(GameplayStatics_GetMaxAudioChannelCount, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetMaxAudioChannelCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetMaxAudioChannelCount, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetMaxAudioChannelCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetObjectClass \ +static_assert(alignof(GameplayStatics_GetObjectClass) == 0x000008, "Wrong alignment on GameplayStatics_GetObjectClass"); \ +static_assert(sizeof(GameplayStatics_GetObjectClass) == 0x000010, "Wrong size on GameplayStatics_GetObjectClass"); \ +static_assert(offsetof(GameplayStatics_GetObjectClass, Object) == 0x000000, "Member 'GameplayStatics_GetObjectClass::Object' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetObjectClass, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetObjectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetPlatformName \ +static_assert(alignof(GameplayStatics_GetPlatformName) == 0x000008, "Wrong alignment on GameplayStatics_GetPlatformName"); \ +static_assert(sizeof(GameplayStatics_GetPlatformName) == 0x000010, "Wrong size on GameplayStatics_GetPlatformName"); \ +static_assert(offsetof(GameplayStatics_GetPlatformName, ReturnValue) == 0x000000, "Member 'GameplayStatics_GetPlatformName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetPlayerCameraManager \ +static_assert(alignof(GameplayStatics_GetPlayerCameraManager) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerCameraManager"); \ +static_assert(sizeof(GameplayStatics_GetPlayerCameraManager) == 0x000018, "Wrong size on GameplayStatics_GetPlayerCameraManager"); \ +static_assert(offsetof(GameplayStatics_GetPlayerCameraManager, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerCameraManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerCameraManager, PlayerIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerCameraManager::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerCameraManager, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerCameraManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetPlayerCharacter \ +static_assert(alignof(GameplayStatics_GetPlayerCharacter) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerCharacter"); \ +static_assert(sizeof(GameplayStatics_GetPlayerCharacter) == 0x000018, "Wrong size on GameplayStatics_GetPlayerCharacter"); \ +static_assert(offsetof(GameplayStatics_GetPlayerCharacter, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerCharacter::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerCharacter, PlayerIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerCharacter::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerCharacter, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetPlayerController \ +static_assert(alignof(GameplayStatics_GetPlayerController) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerController"); \ +static_assert(sizeof(GameplayStatics_GetPlayerController) == 0x000018, "Wrong size on GameplayStatics_GetPlayerController"); \ +static_assert(offsetof(GameplayStatics_GetPlayerController, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerController::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerController, PlayerIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerController::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerController, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetPlayerControllerFromID \ +static_assert(alignof(GameplayStatics_GetPlayerControllerFromID) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerControllerFromID"); \ +static_assert(sizeof(GameplayStatics_GetPlayerControllerFromID) == 0x000018, "Wrong size on GameplayStatics_GetPlayerControllerFromID"); \ +static_assert(offsetof(GameplayStatics_GetPlayerControllerFromID, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerControllerFromID::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerControllerFromID, ControllerID) == 0x000008, "Member 'GameplayStatics_GetPlayerControllerFromID::ControllerID' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerControllerFromID, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerControllerFromID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetPlayerControllerID \ +static_assert(alignof(GameplayStatics_GetPlayerControllerID) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerControllerID"); \ +static_assert(sizeof(GameplayStatics_GetPlayerControllerID) == 0x000010, "Wrong size on GameplayStatics_GetPlayerControllerID"); \ +static_assert(offsetof(GameplayStatics_GetPlayerControllerID, Player) == 0x000000, "Member 'GameplayStatics_GetPlayerControllerID::Player' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerControllerID, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetPlayerControllerID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetPlayerPawn \ +static_assert(alignof(GameplayStatics_GetPlayerPawn) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerPawn"); \ +static_assert(sizeof(GameplayStatics_GetPlayerPawn) == 0x000018, "Wrong size on GameplayStatics_GetPlayerPawn"); \ +static_assert(offsetof(GameplayStatics_GetPlayerPawn, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerPawn::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerPawn, PlayerIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerPawn::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerPawn, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerPawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetRealTimeSeconds \ +static_assert(alignof(GameplayStatics_GetRealTimeSeconds) == 0x000008, "Wrong alignment on GameplayStatics_GetRealTimeSeconds"); \ +static_assert(sizeof(GameplayStatics_GetRealTimeSeconds) == 0x000010, "Wrong size on GameplayStatics_GetRealTimeSeconds"); \ +static_assert(offsetof(GameplayStatics_GetRealTimeSeconds, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetRealTimeSeconds::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetRealTimeSeconds, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetRealTimeSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetStreamingLevel \ +static_assert(alignof(GameplayStatics_GetStreamingLevel) == 0x000008, "Wrong alignment on GameplayStatics_GetStreamingLevel"); \ +static_assert(sizeof(GameplayStatics_GetStreamingLevel) == 0x000020, "Wrong size on GameplayStatics_GetStreamingLevel"); \ +static_assert(offsetof(GameplayStatics_GetStreamingLevel, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetStreamingLevel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetStreamingLevel, PackageName) == 0x000008, "Member 'GameplayStatics_GetStreamingLevel::PackageName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetStreamingLevel, ReturnValue) == 0x000018, "Member 'GameplayStatics_GetStreamingLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetSurfaceType \ +static_assert(alignof(GameplayStatics_GetSurfaceType) == 0x000004, "Wrong alignment on GameplayStatics_GetSurfaceType"); \ +static_assert(sizeof(GameplayStatics_GetSurfaceType) == 0x000094, "Wrong size on GameplayStatics_GetSurfaceType"); \ +static_assert(offsetof(GameplayStatics_GetSurfaceType, Hit) == 0x000000, "Member 'GameplayStatics_GetSurfaceType::Hit' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetSurfaceType, ReturnValue) == 0x000090, "Member 'GameplayStatics_GetSurfaceType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetTimeSeconds \ +static_assert(alignof(GameplayStatics_GetTimeSeconds) == 0x000008, "Wrong alignment on GameplayStatics_GetTimeSeconds"); \ +static_assert(sizeof(GameplayStatics_GetTimeSeconds) == 0x000010, "Wrong size on GameplayStatics_GetTimeSeconds"); \ +static_assert(offsetof(GameplayStatics_GetTimeSeconds, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetTimeSeconds::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetTimeSeconds, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetTimeSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetUnpausedTimeSeconds \ +static_assert(alignof(GameplayStatics_GetUnpausedTimeSeconds) == 0x000008, "Wrong alignment on GameplayStatics_GetUnpausedTimeSeconds"); \ +static_assert(sizeof(GameplayStatics_GetUnpausedTimeSeconds) == 0x000010, "Wrong size on GameplayStatics_GetUnpausedTimeSeconds"); \ +static_assert(offsetof(GameplayStatics_GetUnpausedTimeSeconds, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetUnpausedTimeSeconds::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetUnpausedTimeSeconds, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetUnpausedTimeSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetViewportMouseCaptureMode \ +static_assert(alignof(GameplayStatics_GetViewportMouseCaptureMode) == 0x000008, "Wrong alignment on GameplayStatics_GetViewportMouseCaptureMode"); \ +static_assert(sizeof(GameplayStatics_GetViewportMouseCaptureMode) == 0x000010, "Wrong size on GameplayStatics_GetViewportMouseCaptureMode"); \ +static_assert(offsetof(GameplayStatics_GetViewportMouseCaptureMode, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetViewportMouseCaptureMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetViewportMouseCaptureMode, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetViewportMouseCaptureMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetViewProjectionMatrix \ +static_assert(alignof(GameplayStatics_GetViewProjectionMatrix) == 0x000010, "Wrong alignment on GameplayStatics_GetViewProjectionMatrix"); \ +static_assert(sizeof(GameplayStatics_GetViewProjectionMatrix) == 0x0006D0, "Wrong size on GameplayStatics_GetViewProjectionMatrix"); \ +static_assert(offsetof(GameplayStatics_GetViewProjectionMatrix, DesiredView) == 0x000000, "Member 'GameplayStatics_GetViewProjectionMatrix::DesiredView' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetViewProjectionMatrix, ViewMatrix) == 0x000610, "Member 'GameplayStatics_GetViewProjectionMatrix::ViewMatrix' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetViewProjectionMatrix, ProjectionMatrix) == 0x000650, "Member 'GameplayStatics_GetViewProjectionMatrix::ProjectionMatrix' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetViewProjectionMatrix, ViewProjectionMatrix) == 0x000690, "Member 'GameplayStatics_GetViewProjectionMatrix::ViewProjectionMatrix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetWorldDeltaSeconds \ +static_assert(alignof(GameplayStatics_GetWorldDeltaSeconds) == 0x000008, "Wrong alignment on GameplayStatics_GetWorldDeltaSeconds"); \ +static_assert(sizeof(GameplayStatics_GetWorldDeltaSeconds) == 0x000010, "Wrong size on GameplayStatics_GetWorldDeltaSeconds"); \ +static_assert(offsetof(GameplayStatics_GetWorldDeltaSeconds, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetWorldDeltaSeconds::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetWorldDeltaSeconds, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetWorldDeltaSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetWorldOriginLocation \ +static_assert(alignof(GameplayStatics_GetWorldOriginLocation) == 0x000008, "Wrong alignment on GameplayStatics_GetWorldOriginLocation"); \ +static_assert(sizeof(GameplayStatics_GetWorldOriginLocation) == 0x000018, "Wrong size on GameplayStatics_GetWorldOriginLocation"); \ +static_assert(offsetof(GameplayStatics_GetWorldOriginLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetWorldOriginLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetWorldOriginLocation, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetWorldOriginLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GrassOverlappingSphereCount \ +static_assert(alignof(GameplayStatics_GrassOverlappingSphereCount) == 0x000008, "Wrong alignment on GameplayStatics_GrassOverlappingSphereCount"); \ +static_assert(sizeof(GameplayStatics_GrassOverlappingSphereCount) == 0x000028, "Wrong size on GameplayStatics_GrassOverlappingSphereCount"); \ +static_assert(offsetof(GameplayStatics_GrassOverlappingSphereCount, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GrassOverlappingSphereCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GrassOverlappingSphereCount, StaticMesh) == 0x000008, "Member 'GameplayStatics_GrassOverlappingSphereCount::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GrassOverlappingSphereCount, CenterPosition) == 0x000010, "Member 'GameplayStatics_GrassOverlappingSphereCount::CenterPosition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GrassOverlappingSphereCount, Radius) == 0x00001C, "Member 'GameplayStatics_GrassOverlappingSphereCount::Radius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GrassOverlappingSphereCount, ReturnValue) == 0x000020, "Member 'GameplayStatics_GrassOverlappingSphereCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_HasLaunchOption \ +static_assert(alignof(GameplayStatics_HasLaunchOption) == 0x000008, "Wrong alignment on GameplayStatics_HasLaunchOption"); \ +static_assert(sizeof(GameplayStatics_HasLaunchOption) == 0x000018, "Wrong size on GameplayStatics_HasLaunchOption"); \ +static_assert(offsetof(GameplayStatics_HasLaunchOption, OptionToCheck) == 0x000000, "Member 'GameplayStatics_HasLaunchOption::OptionToCheck' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_HasLaunchOption, ReturnValue) == 0x000010, "Member 'GameplayStatics_HasLaunchOption::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_HasOption \ +static_assert(alignof(GameplayStatics_HasOption) == 0x000008, "Wrong alignment on GameplayStatics_HasOption"); \ +static_assert(sizeof(GameplayStatics_HasOption) == 0x000028, "Wrong size on GameplayStatics_HasOption"); \ +static_assert(offsetof(GameplayStatics_HasOption, Options) == 0x000000, "Member 'GameplayStatics_HasOption::Options' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_HasOption, InKey) == 0x000010, "Member 'GameplayStatics_HasOption::InKey' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_HasOption, ReturnValue) == 0x000020, "Member 'GameplayStatics_HasOption::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_IsGamePaused \ +static_assert(alignof(GameplayStatics_IsGamePaused) == 0x000008, "Wrong alignment on GameplayStatics_IsGamePaused"); \ +static_assert(sizeof(GameplayStatics_IsGamePaused) == 0x000010, "Wrong size on GameplayStatics_IsGamePaused"); \ +static_assert(offsetof(GameplayStatics_IsGamePaused, WorldContextObject) == 0x000000, "Member 'GameplayStatics_IsGamePaused::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_IsGamePaused, ReturnValue) == 0x000008, "Member 'GameplayStatics_IsGamePaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_IsSplitscreenForceDisabled \ +static_assert(alignof(GameplayStatics_IsSplitscreenForceDisabled) == 0x000008, "Wrong alignment on GameplayStatics_IsSplitscreenForceDisabled"); \ +static_assert(sizeof(GameplayStatics_IsSplitscreenForceDisabled) == 0x000010, "Wrong size on GameplayStatics_IsSplitscreenForceDisabled"); \ +static_assert(offsetof(GameplayStatics_IsSplitscreenForceDisabled, WorldContextObject) == 0x000000, "Member 'GameplayStatics_IsSplitscreenForceDisabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_IsSplitscreenForceDisabled, ReturnValue) == 0x000008, "Member 'GameplayStatics_IsSplitscreenForceDisabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_LoadGameFromMemory \ +static_assert(alignof(GameplayStatics_LoadGameFromMemory) == 0x000008, "Wrong alignment on GameplayStatics_LoadGameFromMemory"); \ +static_assert(sizeof(GameplayStatics_LoadGameFromMemory) == 0x000030, "Wrong size on GameplayStatics_LoadGameFromMemory"); \ +static_assert(offsetof(GameplayStatics_LoadGameFromMemory, SlotName) == 0x000000, "Member 'GameplayStatics_LoadGameFromMemory::SlotName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadGameFromMemory, UserIndex) == 0x000010, "Member 'GameplayStatics_LoadGameFromMemory::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadGameFromMemory, SaveData) == 0x000018, "Member 'GameplayStatics_LoadGameFromMemory::SaveData' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadGameFromMemory, ReturnValue) == 0x000028, "Member 'GameplayStatics_LoadGameFromMemory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_LoadGameFromSlot \ +static_assert(alignof(GameplayStatics_LoadGameFromSlot) == 0x000008, "Wrong alignment on GameplayStatics_LoadGameFromSlot"); \ +static_assert(sizeof(GameplayStatics_LoadGameFromSlot) == 0x000020, "Wrong size on GameplayStatics_LoadGameFromSlot"); \ +static_assert(offsetof(GameplayStatics_LoadGameFromSlot, SlotName) == 0x000000, "Member 'GameplayStatics_LoadGameFromSlot::SlotName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadGameFromSlot, UserIndex) == 0x000010, "Member 'GameplayStatics_LoadGameFromSlot::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadGameFromSlot, ReturnValue) == 0x000018, "Member 'GameplayStatics_LoadGameFromSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_LoadStreamLevel \ +static_assert(alignof(GameplayStatics_LoadStreamLevel) == 0x000008, "Wrong alignment on GameplayStatics_LoadStreamLevel"); \ +static_assert(sizeof(GameplayStatics_LoadStreamLevel) == 0x000038, "Wrong size on GameplayStatics_LoadStreamLevel"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevel, WorldContextObject) == 0x000000, "Member 'GameplayStatics_LoadStreamLevel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevel, LevelName) == 0x000008, "Member 'GameplayStatics_LoadStreamLevel::LevelName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevel, bMakeVisibleAfterLoad) == 0x000014, "Member 'GameplayStatics_LoadStreamLevel::bMakeVisibleAfterLoad' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevel, bShouldBlockOnLoad) == 0x000015, "Member 'GameplayStatics_LoadStreamLevel::bShouldBlockOnLoad' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevel, LatentInfo) == 0x000018, "Member 'GameplayStatics_LoadStreamLevel::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_LoadStreamLevelBySoftObjectPtr \ +static_assert(alignof(GameplayStatics_LoadStreamLevelBySoftObjectPtr) == 0x000008, "Wrong alignment on GameplayStatics_LoadStreamLevelBySoftObjectPtr"); \ +static_assert(sizeof(GameplayStatics_LoadStreamLevelBySoftObjectPtr) == 0x000060, "Wrong size on GameplayStatics_LoadStreamLevelBySoftObjectPtr"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevelBySoftObjectPtr, WorldContextObject) == 0x000000, "Member 'GameplayStatics_LoadStreamLevelBySoftObjectPtr::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevelBySoftObjectPtr, Level) == 0x000008, "Member 'GameplayStatics_LoadStreamLevelBySoftObjectPtr::Level' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevelBySoftObjectPtr, bMakeVisibleAfterLoad) == 0x000038, "Member 'GameplayStatics_LoadStreamLevelBySoftObjectPtr::bMakeVisibleAfterLoad' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevelBySoftObjectPtr, bShouldBlockOnLoad) == 0x000039, "Member 'GameplayStatics_LoadStreamLevelBySoftObjectPtr::bShouldBlockOnLoad' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevelBySoftObjectPtr, LatentInfo) == 0x000040, "Member 'GameplayStatics_LoadStreamLevelBySoftObjectPtr::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_MakeHitResult \ +static_assert(alignof(GameplayStatics_MakeHitResult) == 0x000008, "Wrong alignment on GameplayStatics_MakeHitResult"); \ +static_assert(sizeof(GameplayStatics_MakeHitResult) == 0x000118, "Wrong size on GameplayStatics_MakeHitResult"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, bBlockingHit) == 0x000000, "Member 'GameplayStatics_MakeHitResult::bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, bInitialOverlap) == 0x000001, "Member 'GameplayStatics_MakeHitResult::bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, Time) == 0x000004, "Member 'GameplayStatics_MakeHitResult::Time' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, Distance) == 0x000008, "Member 'GameplayStatics_MakeHitResult::Distance' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, Location) == 0x00000C, "Member 'GameplayStatics_MakeHitResult::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, ImpactPoint) == 0x000018, "Member 'GameplayStatics_MakeHitResult::ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, Normal) == 0x000024, "Member 'GameplayStatics_MakeHitResult::Normal' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, ImpactNormal) == 0x000030, "Member 'GameplayStatics_MakeHitResult::ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, PhysMat) == 0x000040, "Member 'GameplayStatics_MakeHitResult::PhysMat' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, HitActor) == 0x000048, "Member 'GameplayStatics_MakeHitResult::HitActor' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, HitComponent) == 0x000050, "Member 'GameplayStatics_MakeHitResult::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, HitBoneName) == 0x000058, "Member 'GameplayStatics_MakeHitResult::HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, HitItem) == 0x000064, "Member 'GameplayStatics_MakeHitResult::HitItem' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, ElementIndex) == 0x000068, "Member 'GameplayStatics_MakeHitResult::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, FaceIndex) == 0x00006C, "Member 'GameplayStatics_MakeHitResult::FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, TraceStart) == 0x000070, "Member 'GameplayStatics_MakeHitResult::TraceStart' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, TraceEnd) == 0x00007C, "Member 'GameplayStatics_MakeHitResult::TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, ReturnValue) == 0x000088, "Member 'GameplayStatics_MakeHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_OpenLevel \ +static_assert(alignof(GameplayStatics_OpenLevel) == 0x000008, "Wrong alignment on GameplayStatics_OpenLevel"); \ +static_assert(sizeof(GameplayStatics_OpenLevel) == 0x000028, "Wrong size on GameplayStatics_OpenLevel"); \ +static_assert(offsetof(GameplayStatics_OpenLevel, WorldContextObject) == 0x000000, "Member 'GameplayStatics_OpenLevel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_OpenLevel, LevelName) == 0x000008, "Member 'GameplayStatics_OpenLevel::LevelName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_OpenLevel, bAbsolute) == 0x000014, "Member 'GameplayStatics_OpenLevel::bAbsolute' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_OpenLevel, Options) == 0x000018, "Member 'GameplayStatics_OpenLevel::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_OpenLevelBySoftObjectPtr \ +static_assert(alignof(GameplayStatics_OpenLevelBySoftObjectPtr) == 0x000008, "Wrong alignment on GameplayStatics_OpenLevelBySoftObjectPtr"); \ +static_assert(sizeof(GameplayStatics_OpenLevelBySoftObjectPtr) == 0x000050, "Wrong size on GameplayStatics_OpenLevelBySoftObjectPtr"); \ +static_assert(offsetof(GameplayStatics_OpenLevelBySoftObjectPtr, WorldContextObject) == 0x000000, "Member 'GameplayStatics_OpenLevelBySoftObjectPtr::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_OpenLevelBySoftObjectPtr, Level) == 0x000008, "Member 'GameplayStatics_OpenLevelBySoftObjectPtr::Level' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_OpenLevelBySoftObjectPtr, bAbsolute) == 0x000038, "Member 'GameplayStatics_OpenLevelBySoftObjectPtr::bAbsolute' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_OpenLevelBySoftObjectPtr, Options) == 0x000040, "Member 'GameplayStatics_OpenLevelBySoftObjectPtr::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_ParseOption \ +static_assert(alignof(GameplayStatics_ParseOption) == 0x000008, "Wrong alignment on GameplayStatics_ParseOption"); \ +static_assert(sizeof(GameplayStatics_ParseOption) == 0x000030, "Wrong size on GameplayStatics_ParseOption"); \ +static_assert(offsetof(GameplayStatics_ParseOption, Options) == 0x000000, "Member 'GameplayStatics_ParseOption::Options' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ParseOption, Key) == 0x000010, "Member 'GameplayStatics_ParseOption::Key' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ParseOption, ReturnValue) == 0x000020, "Member 'GameplayStatics_ParseOption::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PlayDialogue2D \ +static_assert(alignof(GameplayStatics_PlayDialogue2D) == 0x000008, "Wrong alignment on GameplayStatics_PlayDialogue2D"); \ +static_assert(sizeof(GameplayStatics_PlayDialogue2D) == 0x000038, "Wrong size on GameplayStatics_PlayDialogue2D"); \ +static_assert(offsetof(GameplayStatics_PlayDialogue2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PlayDialogue2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogue2D, Dialogue) == 0x000008, "Member 'GameplayStatics_PlayDialogue2D::Dialogue' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogue2D, Context) == 0x000010, "Member 'GameplayStatics_PlayDialogue2D::Context' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogue2D, VolumeMultiplier) == 0x000028, "Member 'GameplayStatics_PlayDialogue2D::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogue2D, PitchMultiplier) == 0x00002C, "Member 'GameplayStatics_PlayDialogue2D::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogue2D, StartTime) == 0x000030, "Member 'GameplayStatics_PlayDialogue2D::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PlayDialogueAtLocation \ +static_assert(alignof(GameplayStatics_PlayDialogueAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_PlayDialogueAtLocation"); \ +static_assert(sizeof(GameplayStatics_PlayDialogueAtLocation) == 0x000058, "Wrong size on GameplayStatics_PlayDialogueAtLocation"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PlayDialogueAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, Dialogue) == 0x000008, "Member 'GameplayStatics_PlayDialogueAtLocation::Dialogue' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, Context) == 0x000010, "Member 'GameplayStatics_PlayDialogueAtLocation::Context' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, Location) == 0x000028, "Member 'GameplayStatics_PlayDialogueAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, Rotation) == 0x000034, "Member 'GameplayStatics_PlayDialogueAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, VolumeMultiplier) == 0x000040, "Member 'GameplayStatics_PlayDialogueAtLocation::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, PitchMultiplier) == 0x000044, "Member 'GameplayStatics_PlayDialogueAtLocation::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, StartTime) == 0x000048, "Member 'GameplayStatics_PlayDialogueAtLocation::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, AttenuationSettings) == 0x000050, "Member 'GameplayStatics_PlayDialogueAtLocation::AttenuationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PlaySound2D \ +static_assert(alignof(GameplayStatics_PlaySound2D) == 0x000008, "Wrong alignment on GameplayStatics_PlaySound2D"); \ +static_assert(sizeof(GameplayStatics_PlaySound2D) == 0x000038, "Wrong size on GameplayStatics_PlaySound2D"); \ +static_assert(offsetof(GameplayStatics_PlaySound2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PlaySound2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySound2D, Sound) == 0x000008, "Member 'GameplayStatics_PlaySound2D::Sound' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySound2D, VolumeMultiplier) == 0x000010, "Member 'GameplayStatics_PlaySound2D::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySound2D, PitchMultiplier) == 0x000014, "Member 'GameplayStatics_PlaySound2D::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySound2D, StartTime) == 0x000018, "Member 'GameplayStatics_PlaySound2D::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySound2D, ConcurrencySettings) == 0x000020, "Member 'GameplayStatics_PlaySound2D::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySound2D, OwningActor) == 0x000028, "Member 'GameplayStatics_PlaySound2D::OwningActor' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySound2D, bIsUISound) == 0x000030, "Member 'GameplayStatics_PlaySound2D::bIsUISound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PlaySoundAtLocation \ +static_assert(alignof(GameplayStatics_PlaySoundAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_PlaySoundAtLocation"); \ +static_assert(sizeof(GameplayStatics_PlaySoundAtLocation) == 0x000050, "Wrong size on GameplayStatics_PlaySoundAtLocation"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PlaySoundAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, Sound) == 0x000008, "Member 'GameplayStatics_PlaySoundAtLocation::Sound' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, Location) == 0x000010, "Member 'GameplayStatics_PlaySoundAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, Rotation) == 0x00001C, "Member 'GameplayStatics_PlaySoundAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, VolumeMultiplier) == 0x000028, "Member 'GameplayStatics_PlaySoundAtLocation::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, PitchMultiplier) == 0x00002C, "Member 'GameplayStatics_PlaySoundAtLocation::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, StartTime) == 0x000030, "Member 'GameplayStatics_PlaySoundAtLocation::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, AttenuationSettings) == 0x000038, "Member 'GameplayStatics_PlaySoundAtLocation::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, ConcurrencySettings) == 0x000040, "Member 'GameplayStatics_PlaySoundAtLocation::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, OwningActor) == 0x000048, "Member 'GameplayStatics_PlaySoundAtLocation::OwningActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PlayWorldCameraShake \ +static_assert(alignof(GameplayStatics_PlayWorldCameraShake) == 0x000008, "Wrong alignment on GameplayStatics_PlayWorldCameraShake"); \ +static_assert(sizeof(GameplayStatics_PlayWorldCameraShake) == 0x000030, "Wrong size on GameplayStatics_PlayWorldCameraShake"); \ +static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PlayWorldCameraShake::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, Shake) == 0x000008, "Member 'GameplayStatics_PlayWorldCameraShake::Shake' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, Epicenter) == 0x000010, "Member 'GameplayStatics_PlayWorldCameraShake::Epicenter' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, InnerRadius) == 0x00001C, "Member 'GameplayStatics_PlayWorldCameraShake::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, OuterRadius) == 0x000020, "Member 'GameplayStatics_PlayWorldCameraShake::OuterRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, Falloff) == 0x000024, "Member 'GameplayStatics_PlayWorldCameraShake::Falloff' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, bOrientShakeTowardsEpicenter) == 0x000028, "Member 'GameplayStatics_PlayWorldCameraShake::bOrientShakeTowardsEpicenter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PopSoundMixModifier \ +static_assert(alignof(GameplayStatics_PopSoundMixModifier) == 0x000008, "Wrong alignment on GameplayStatics_PopSoundMixModifier"); \ +static_assert(sizeof(GameplayStatics_PopSoundMixModifier) == 0x000010, "Wrong size on GameplayStatics_PopSoundMixModifier"); \ +static_assert(offsetof(GameplayStatics_PopSoundMixModifier, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PopSoundMixModifier::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PopSoundMixModifier, InSoundMixModifier) == 0x000008, "Member 'GameplayStatics_PopSoundMixModifier::InSoundMixModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PrimeAllSoundsInSoundClass \ +static_assert(alignof(GameplayStatics_PrimeAllSoundsInSoundClass) == 0x000008, "Wrong alignment on GameplayStatics_PrimeAllSoundsInSoundClass"); \ +static_assert(sizeof(GameplayStatics_PrimeAllSoundsInSoundClass) == 0x000008, "Wrong size on GameplayStatics_PrimeAllSoundsInSoundClass"); \ +static_assert(offsetof(GameplayStatics_PrimeAllSoundsInSoundClass, InSoundClass) == 0x000000, "Member 'GameplayStatics_PrimeAllSoundsInSoundClass::InSoundClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PrimeSound \ +static_assert(alignof(GameplayStatics_PrimeSound) == 0x000008, "Wrong alignment on GameplayStatics_PrimeSound"); \ +static_assert(sizeof(GameplayStatics_PrimeSound) == 0x000008, "Wrong size on GameplayStatics_PrimeSound"); \ +static_assert(offsetof(GameplayStatics_PrimeSound, InSound) == 0x000000, "Member 'GameplayStatics_PrimeSound::InSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_ProjectWorldToScreen \ +static_assert(alignof(GameplayStatics_ProjectWorldToScreen) == 0x000008, "Wrong alignment on GameplayStatics_ProjectWorldToScreen"); \ +static_assert(sizeof(GameplayStatics_ProjectWorldToScreen) == 0x000020, "Wrong size on GameplayStatics_ProjectWorldToScreen"); \ +static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, Player) == 0x000000, "Member 'GameplayStatics_ProjectWorldToScreen::Player' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, WorldPosition) == 0x000008, "Member 'GameplayStatics_ProjectWorldToScreen::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, ScreenPosition) == 0x000014, "Member 'GameplayStatics_ProjectWorldToScreen::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, bPlayerViewportRelative) == 0x00001C, "Member 'GameplayStatics_ProjectWorldToScreen::bPlayerViewportRelative' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, ReturnValue) == 0x00001D, "Member 'GameplayStatics_ProjectWorldToScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PushSoundMixModifier \ +static_assert(alignof(GameplayStatics_PushSoundMixModifier) == 0x000008, "Wrong alignment on GameplayStatics_PushSoundMixModifier"); \ +static_assert(sizeof(GameplayStatics_PushSoundMixModifier) == 0x000010, "Wrong size on GameplayStatics_PushSoundMixModifier"); \ +static_assert(offsetof(GameplayStatics_PushSoundMixModifier, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PushSoundMixModifier::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PushSoundMixModifier, InSoundMixModifier) == 0x000008, "Member 'GameplayStatics_PushSoundMixModifier::InSoundMixModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_RebaseLocalOriginOntoZero \ +static_assert(alignof(GameplayStatics_RebaseLocalOriginOntoZero) == 0x000008, "Wrong alignment on GameplayStatics_RebaseLocalOriginOntoZero"); \ +static_assert(sizeof(GameplayStatics_RebaseLocalOriginOntoZero) == 0x000020, "Wrong size on GameplayStatics_RebaseLocalOriginOntoZero"); \ +static_assert(offsetof(GameplayStatics_RebaseLocalOriginOntoZero, WorldContextObject) == 0x000000, "Member 'GameplayStatics_RebaseLocalOriginOntoZero::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_RebaseLocalOriginOntoZero, WorldLocation) == 0x000008, "Member 'GameplayStatics_RebaseLocalOriginOntoZero::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_RebaseLocalOriginOntoZero, ReturnValue) == 0x000014, "Member 'GameplayStatics_RebaseLocalOriginOntoZero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_RebaseZeroOriginOntoLocal \ +static_assert(alignof(GameplayStatics_RebaseZeroOriginOntoLocal) == 0x000008, "Wrong alignment on GameplayStatics_RebaseZeroOriginOntoLocal"); \ +static_assert(sizeof(GameplayStatics_RebaseZeroOriginOntoLocal) == 0x000020, "Wrong size on GameplayStatics_RebaseZeroOriginOntoLocal"); \ +static_assert(offsetof(GameplayStatics_RebaseZeroOriginOntoLocal, WorldContextObject) == 0x000000, "Member 'GameplayStatics_RebaseZeroOriginOntoLocal::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_RebaseZeroOriginOntoLocal, WorldLocation) == 0x000008, "Member 'GameplayStatics_RebaseZeroOriginOntoLocal::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_RebaseZeroOriginOntoLocal, ReturnValue) == 0x000014, "Member 'GameplayStatics_RebaseZeroOriginOntoLocal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_RemovePlayer \ +static_assert(alignof(GameplayStatics_RemovePlayer) == 0x000008, "Wrong alignment on GameplayStatics_RemovePlayer"); \ +static_assert(sizeof(GameplayStatics_RemovePlayer) == 0x000010, "Wrong size on GameplayStatics_RemovePlayer"); \ +static_assert(offsetof(GameplayStatics_RemovePlayer, Player) == 0x000000, "Member 'GameplayStatics_RemovePlayer::Player' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_RemovePlayer, bDestroyPawn) == 0x000008, "Member 'GameplayStatics_RemovePlayer::bDestroyPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SaveGameToSlot \ +static_assert(alignof(GameplayStatics_SaveGameToSlot) == 0x000008, "Wrong alignment on GameplayStatics_SaveGameToSlot"); \ +static_assert(sizeof(GameplayStatics_SaveGameToSlot) == 0x000020, "Wrong size on GameplayStatics_SaveGameToSlot"); \ +static_assert(offsetof(GameplayStatics_SaveGameToSlot, SaveGameObject) == 0x000000, "Member 'GameplayStatics_SaveGameToSlot::SaveGameObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SaveGameToSlot, SlotName) == 0x000008, "Member 'GameplayStatics_SaveGameToSlot::SlotName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SaveGameToSlot, UserIndex) == 0x000018, "Member 'GameplayStatics_SaveGameToSlot::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SaveGameToSlot, ReturnValue) == 0x00001C, "Member 'GameplayStatics_SaveGameToSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetBaseSoundMix \ +static_assert(alignof(GameplayStatics_SetBaseSoundMix) == 0x000008, "Wrong alignment on GameplayStatics_SetBaseSoundMix"); \ +static_assert(sizeof(GameplayStatics_SetBaseSoundMix) == 0x000010, "Wrong size on GameplayStatics_SetBaseSoundMix"); \ +static_assert(offsetof(GameplayStatics_SetBaseSoundMix, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetBaseSoundMix::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetBaseSoundMix, InSoundMix) == 0x000008, "Member 'GameplayStatics_SetBaseSoundMix::InSoundMix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetEnableWorldRendering \ +static_assert(alignof(GameplayStatics_SetEnableWorldRendering) == 0x000008, "Wrong alignment on GameplayStatics_SetEnableWorldRendering"); \ +static_assert(sizeof(GameplayStatics_SetEnableWorldRendering) == 0x000010, "Wrong size on GameplayStatics_SetEnableWorldRendering"); \ +static_assert(offsetof(GameplayStatics_SetEnableWorldRendering, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetEnableWorldRendering::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetEnableWorldRendering, bEnable) == 0x000008, "Member 'GameplayStatics_SetEnableWorldRendering::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetForceDisableSplitscreen \ +static_assert(alignof(GameplayStatics_SetForceDisableSplitscreen) == 0x000008, "Wrong alignment on GameplayStatics_SetForceDisableSplitscreen"); \ +static_assert(sizeof(GameplayStatics_SetForceDisableSplitscreen) == 0x000010, "Wrong size on GameplayStatics_SetForceDisableSplitscreen"); \ +static_assert(offsetof(GameplayStatics_SetForceDisableSplitscreen, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetForceDisableSplitscreen::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetForceDisableSplitscreen, bDisable) == 0x000008, "Member 'GameplayStatics_SetForceDisableSplitscreen::bDisable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetGamePaused \ +static_assert(alignof(GameplayStatics_SetGamePaused) == 0x000008, "Wrong alignment on GameplayStatics_SetGamePaused"); \ +static_assert(sizeof(GameplayStatics_SetGamePaused) == 0x000010, "Wrong size on GameplayStatics_SetGamePaused"); \ +static_assert(offsetof(GameplayStatics_SetGamePaused, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetGamePaused::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGamePaused, bPaused) == 0x000008, "Member 'GameplayStatics_SetGamePaused::bPaused' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGamePaused, ReturnValue) == 0x000009, "Member 'GameplayStatics_SetGamePaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetGlobalListenerFocusParameters \ +static_assert(alignof(GameplayStatics_SetGlobalListenerFocusParameters) == 0x000008, "Wrong alignment on GameplayStatics_SetGlobalListenerFocusParameters"); \ +static_assert(sizeof(GameplayStatics_SetGlobalListenerFocusParameters) == 0x000028, "Wrong size on GameplayStatics_SetGlobalListenerFocusParameters"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, FocusAzimuthScale) == 0x000008, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::FocusAzimuthScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, NonFocusAzimuthScale) == 0x00000C, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::NonFocusAzimuthScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, FocusDistanceScale) == 0x000010, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::FocusDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, NonFocusDistanceScale) == 0x000014, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::NonFocusDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, FocusVolumeScale) == 0x000018, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::FocusVolumeScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, NonFocusVolumeScale) == 0x00001C, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::NonFocusVolumeScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, FocusPriorityScale) == 0x000020, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::FocusPriorityScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, NonFocusPriorityScale) == 0x000024, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::NonFocusPriorityScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetGlobalPitchModulation \ +static_assert(alignof(GameplayStatics_SetGlobalPitchModulation) == 0x000008, "Wrong alignment on GameplayStatics_SetGlobalPitchModulation"); \ +static_assert(sizeof(GameplayStatics_SetGlobalPitchModulation) == 0x000010, "Wrong size on GameplayStatics_SetGlobalPitchModulation"); \ +static_assert(offsetof(GameplayStatics_SetGlobalPitchModulation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetGlobalPitchModulation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalPitchModulation, PitchModulation) == 0x000008, "Member 'GameplayStatics_SetGlobalPitchModulation::PitchModulation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalPitchModulation, TimeSec) == 0x00000C, "Member 'GameplayStatics_SetGlobalPitchModulation::TimeSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetGlobalTimeDilation \ +static_assert(alignof(GameplayStatics_SetGlobalTimeDilation) == 0x000008, "Wrong alignment on GameplayStatics_SetGlobalTimeDilation"); \ +static_assert(sizeof(GameplayStatics_SetGlobalTimeDilation) == 0x000010, "Wrong size on GameplayStatics_SetGlobalTimeDilation"); \ +static_assert(offsetof(GameplayStatics_SetGlobalTimeDilation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetGlobalTimeDilation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalTimeDilation, TimeDilation) == 0x000008, "Member 'GameplayStatics_SetGlobalTimeDilation::TimeDilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetMaxAudioChannelsScaled \ +static_assert(alignof(GameplayStatics_SetMaxAudioChannelsScaled) == 0x000008, "Wrong alignment on GameplayStatics_SetMaxAudioChannelsScaled"); \ +static_assert(sizeof(GameplayStatics_SetMaxAudioChannelsScaled) == 0x000010, "Wrong size on GameplayStatics_SetMaxAudioChannelsScaled"); \ +static_assert(offsetof(GameplayStatics_SetMaxAudioChannelsScaled, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetMaxAudioChannelsScaled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetMaxAudioChannelsScaled, MaxChannelCountScale) == 0x000008, "Member 'GameplayStatics_SetMaxAudioChannelsScaled::MaxChannelCountScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetPlayerControllerID \ +static_assert(alignof(GameplayStatics_SetPlayerControllerID) == 0x000008, "Wrong alignment on GameplayStatics_SetPlayerControllerID"); \ +static_assert(sizeof(GameplayStatics_SetPlayerControllerID) == 0x000010, "Wrong size on GameplayStatics_SetPlayerControllerID"); \ +static_assert(offsetof(GameplayStatics_SetPlayerControllerID, Player) == 0x000000, "Member 'GameplayStatics_SetPlayerControllerID::Player' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetPlayerControllerID, ControllerId) == 0x000008, "Member 'GameplayStatics_SetPlayerControllerID::ControllerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetSoundClassDistanceScale \ +static_assert(alignof(GameplayStatics_SetSoundClassDistanceScale) == 0x000008, "Wrong alignment on GameplayStatics_SetSoundClassDistanceScale"); \ +static_assert(sizeof(GameplayStatics_SetSoundClassDistanceScale) == 0x000018, "Wrong size on GameplayStatics_SetSoundClassDistanceScale"); \ +static_assert(offsetof(GameplayStatics_SetSoundClassDistanceScale, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetSoundClassDistanceScale::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundClassDistanceScale, SoundClass) == 0x000008, "Member 'GameplayStatics_SetSoundClassDistanceScale::SoundClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundClassDistanceScale, DistanceAttenuationScale) == 0x000010, "Member 'GameplayStatics_SetSoundClassDistanceScale::DistanceAttenuationScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundClassDistanceScale, TimeSec) == 0x000014, "Member 'GameplayStatics_SetSoundClassDistanceScale::TimeSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetSoundMixClassOverride \ +static_assert(alignof(GameplayStatics_SetSoundMixClassOverride) == 0x000008, "Wrong alignment on GameplayStatics_SetSoundMixClassOverride"); \ +static_assert(sizeof(GameplayStatics_SetSoundMixClassOverride) == 0x000028, "Wrong size on GameplayStatics_SetSoundMixClassOverride"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetSoundMixClassOverride::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, InSoundMixModifier) == 0x000008, "Member 'GameplayStatics_SetSoundMixClassOverride::InSoundMixModifier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, InSoundClass) == 0x000010, "Member 'GameplayStatics_SetSoundMixClassOverride::InSoundClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, Volume) == 0x000018, "Member 'GameplayStatics_SetSoundMixClassOverride::Volume' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, Pitch) == 0x00001C, "Member 'GameplayStatics_SetSoundMixClassOverride::Pitch' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, FadeInTime) == 0x000020, "Member 'GameplayStatics_SetSoundMixClassOverride::FadeInTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, bApplyToChildren) == 0x000024, "Member 'GameplayStatics_SetSoundMixClassOverride::bApplyToChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetSubtitlesEnabled \ +static_assert(alignof(GameplayStatics_SetSubtitlesEnabled) == 0x000001, "Wrong alignment on GameplayStatics_SetSubtitlesEnabled"); \ +static_assert(sizeof(GameplayStatics_SetSubtitlesEnabled) == 0x000001, "Wrong size on GameplayStatics_SetSubtitlesEnabled"); \ +static_assert(offsetof(GameplayStatics_SetSubtitlesEnabled, bEnabled) == 0x000000, "Member 'GameplayStatics_SetSubtitlesEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetViewportMouseCaptureMode \ +static_assert(alignof(GameplayStatics_SetViewportMouseCaptureMode) == 0x000008, "Wrong alignment on GameplayStatics_SetViewportMouseCaptureMode"); \ +static_assert(sizeof(GameplayStatics_SetViewportMouseCaptureMode) == 0x000010, "Wrong size on GameplayStatics_SetViewportMouseCaptureMode"); \ +static_assert(offsetof(GameplayStatics_SetViewportMouseCaptureMode, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetViewportMouseCaptureMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetViewportMouseCaptureMode, MouseCaptureMode) == 0x000008, "Member 'GameplayStatics_SetViewportMouseCaptureMode::MouseCaptureMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetWorldOriginLocation \ +static_assert(alignof(GameplayStatics_SetWorldOriginLocation) == 0x000008, "Wrong alignment on GameplayStatics_SetWorldOriginLocation"); \ +static_assert(sizeof(GameplayStatics_SetWorldOriginLocation) == 0x000018, "Wrong size on GameplayStatics_SetWorldOriginLocation"); \ +static_assert(offsetof(GameplayStatics_SetWorldOriginLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetWorldOriginLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetWorldOriginLocation, NewLocation) == 0x000008, "Member 'GameplayStatics_SetWorldOriginLocation::NewLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnDecalAtLocation \ +static_assert(alignof(GameplayStatics_SpawnDecalAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDecalAtLocation"); \ +static_assert(sizeof(GameplayStatics_SpawnDecalAtLocation) == 0x000048, "Wrong size on GameplayStatics_SpawnDecalAtLocation"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnDecalAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, DecalMaterial) == 0x000008, "Member 'GameplayStatics_SpawnDecalAtLocation::DecalMaterial' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, DecalSize) == 0x000010, "Member 'GameplayStatics_SpawnDecalAtLocation::DecalSize' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, Location) == 0x00001C, "Member 'GameplayStatics_SpawnDecalAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, Rotation) == 0x000028, "Member 'GameplayStatics_SpawnDecalAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, LifeSpan) == 0x000034, "Member 'GameplayStatics_SpawnDecalAtLocation::LifeSpan' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, MaxInstances) == 0x000038, "Member 'GameplayStatics_SpawnDecalAtLocation::MaxInstances' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, ReturnValue) == 0x000040, "Member 'GameplayStatics_SpawnDecalAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnDecalAttached \ +static_assert(alignof(GameplayStatics_SpawnDecalAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDecalAttached"); \ +static_assert(sizeof(GameplayStatics_SpawnDecalAttached) == 0x000058, "Wrong size on GameplayStatics_SpawnDecalAttached"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, DecalMaterial) == 0x000000, "Member 'GameplayStatics_SpawnDecalAttached::DecalMaterial' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, DecalSize) == 0x000008, "Member 'GameplayStatics_SpawnDecalAttached::DecalSize' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, AttachToComponent) == 0x000018, "Member 'GameplayStatics_SpawnDecalAttached::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, AttachPointName) == 0x000020, "Member 'GameplayStatics_SpawnDecalAttached::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, Location) == 0x00002C, "Member 'GameplayStatics_SpawnDecalAttached::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, Rotation) == 0x000038, "Member 'GameplayStatics_SpawnDecalAttached::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, LocationType) == 0x000044, "Member 'GameplayStatics_SpawnDecalAttached::LocationType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, LifeSpan) == 0x000048, "Member 'GameplayStatics_SpawnDecalAttached::LifeSpan' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, ReturnValue) == 0x000050, "Member 'GameplayStatics_SpawnDecalAttached::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnDialogue2D \ +static_assert(alignof(GameplayStatics_SpawnDialogue2D) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDialogue2D"); \ +static_assert(sizeof(GameplayStatics_SpawnDialogue2D) == 0x000040, "Wrong size on GameplayStatics_SpawnDialogue2D"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogue2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnDialogue2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogue2D, Dialogue) == 0x000008, "Member 'GameplayStatics_SpawnDialogue2D::Dialogue' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogue2D, Context) == 0x000010, "Member 'GameplayStatics_SpawnDialogue2D::Context' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogue2D, VolumeMultiplier) == 0x000028, "Member 'GameplayStatics_SpawnDialogue2D::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogue2D, PitchMultiplier) == 0x00002C, "Member 'GameplayStatics_SpawnDialogue2D::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogue2D, StartTime) == 0x000030, "Member 'GameplayStatics_SpawnDialogue2D::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogue2D, bAutoDestroy) == 0x000034, "Member 'GameplayStatics_SpawnDialogue2D::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogue2D, ReturnValue) == 0x000038, "Member 'GameplayStatics_SpawnDialogue2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnDialogueAtLocation \ +static_assert(alignof(GameplayStatics_SpawnDialogueAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDialogueAtLocation"); \ +static_assert(sizeof(GameplayStatics_SpawnDialogueAtLocation) == 0x000068, "Wrong size on GameplayStatics_SpawnDialogueAtLocation"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnDialogueAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, Dialogue) == 0x000008, "Member 'GameplayStatics_SpawnDialogueAtLocation::Dialogue' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, Context) == 0x000010, "Member 'GameplayStatics_SpawnDialogueAtLocation::Context' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, Location) == 0x000028, "Member 'GameplayStatics_SpawnDialogueAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, Rotation) == 0x000034, "Member 'GameplayStatics_SpawnDialogueAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, VolumeMultiplier) == 0x000040, "Member 'GameplayStatics_SpawnDialogueAtLocation::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, PitchMultiplier) == 0x000044, "Member 'GameplayStatics_SpawnDialogueAtLocation::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, StartTime) == 0x000048, "Member 'GameplayStatics_SpawnDialogueAtLocation::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, AttenuationSettings) == 0x000050, "Member 'GameplayStatics_SpawnDialogueAtLocation::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, bAutoDestroy) == 0x000058, "Member 'GameplayStatics_SpawnDialogueAtLocation::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, ReturnValue) == 0x000060, "Member 'GameplayStatics_SpawnDialogueAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnDialogueAttached \ +static_assert(alignof(GameplayStatics_SpawnDialogueAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDialogueAttached"); \ +static_assert(sizeof(GameplayStatics_SpawnDialogueAttached) == 0x000078, "Wrong size on GameplayStatics_SpawnDialogueAttached"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, Dialogue) == 0x000000, "Member 'GameplayStatics_SpawnDialogueAttached::Dialogue' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, Context) == 0x000008, "Member 'GameplayStatics_SpawnDialogueAttached::Context' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, AttachToComponent) == 0x000020, "Member 'GameplayStatics_SpawnDialogueAttached::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, AttachPointName) == 0x000028, "Member 'GameplayStatics_SpawnDialogueAttached::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, Location) == 0x000034, "Member 'GameplayStatics_SpawnDialogueAttached::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, Rotation) == 0x000040, "Member 'GameplayStatics_SpawnDialogueAttached::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, LocationType) == 0x00004C, "Member 'GameplayStatics_SpawnDialogueAttached::LocationType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, bStopWhenAttachedToDestroyed) == 0x00004D, "Member 'GameplayStatics_SpawnDialogueAttached::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, VolumeMultiplier) == 0x000050, "Member 'GameplayStatics_SpawnDialogueAttached::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, PitchMultiplier) == 0x000054, "Member 'GameplayStatics_SpawnDialogueAttached::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, StartTime) == 0x000058, "Member 'GameplayStatics_SpawnDialogueAttached::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, AttenuationSettings) == 0x000060, "Member 'GameplayStatics_SpawnDialogueAttached::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, bAutoDestroy) == 0x000068, "Member 'GameplayStatics_SpawnDialogueAttached::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, ReturnValue) == 0x000070, "Member 'GameplayStatics_SpawnDialogueAttached::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnEmitterAtLocation \ +static_assert(alignof(GameplayStatics_SpawnEmitterAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnEmitterAtLocation"); \ +static_assert(sizeof(GameplayStatics_SpawnEmitterAtLocation) == 0x000040, "Wrong size on GameplayStatics_SpawnEmitterAtLocation"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnEmitterAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, EmitterTemplate) == 0x000008, "Member 'GameplayStatics_SpawnEmitterAtLocation::EmitterTemplate' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, Location) == 0x000010, "Member 'GameplayStatics_SpawnEmitterAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, Rotation) == 0x00001C, "Member 'GameplayStatics_SpawnEmitterAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, Scale) == 0x000028, "Member 'GameplayStatics_SpawnEmitterAtLocation::Scale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, bAutoDestroy) == 0x000034, "Member 'GameplayStatics_SpawnEmitterAtLocation::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, PoolingMethod) == 0x000035, "Member 'GameplayStatics_SpawnEmitterAtLocation::PoolingMethod' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, bAutoActivateSystem) == 0x000036, "Member 'GameplayStatics_SpawnEmitterAtLocation::bAutoActivateSystem' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, ReturnValue) == 0x000038, "Member 'GameplayStatics_SpawnEmitterAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnEmitterAttached \ +static_assert(alignof(GameplayStatics_SpawnEmitterAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnEmitterAttached"); \ +static_assert(sizeof(GameplayStatics_SpawnEmitterAttached) == 0x000050, "Wrong size on GameplayStatics_SpawnEmitterAttached"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, EmitterTemplate) == 0x000000, "Member 'GameplayStatics_SpawnEmitterAttached::EmitterTemplate' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, AttachToComponent) == 0x000008, "Member 'GameplayStatics_SpawnEmitterAttached::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, AttachPointName) == 0x000010, "Member 'GameplayStatics_SpawnEmitterAttached::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, Location) == 0x00001C, "Member 'GameplayStatics_SpawnEmitterAttached::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, Rotation) == 0x000028, "Member 'GameplayStatics_SpawnEmitterAttached::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, Scale) == 0x000034, "Member 'GameplayStatics_SpawnEmitterAttached::Scale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, LocationType) == 0x000040, "Member 'GameplayStatics_SpawnEmitterAttached::LocationType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, bAutoDestroy) == 0x000041, "Member 'GameplayStatics_SpawnEmitterAttached::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, PoolingMethod) == 0x000042, "Member 'GameplayStatics_SpawnEmitterAttached::PoolingMethod' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, bAutoActivate) == 0x000043, "Member 'GameplayStatics_SpawnEmitterAttached::bAutoActivate' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, ReturnValue) == 0x000048, "Member 'GameplayStatics_SpawnEmitterAttached::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnForceFeedbackAtLocation \ +static_assert(alignof(GameplayStatics_SpawnForceFeedbackAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnForceFeedbackAtLocation"); \ +static_assert(sizeof(GameplayStatics_SpawnForceFeedbackAtLocation) == 0x000050, "Wrong size on GameplayStatics_SpawnForceFeedbackAtLocation"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, ForceFeedbackEffect) == 0x000008, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, Location) == 0x000010, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, Rotation) == 0x00001C, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, bLooping) == 0x000028, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::bLooping' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, IntensityMultiplier) == 0x00002C, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::IntensityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, StartTime) == 0x000030, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, AttenuationSettings) == 0x000038, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, bAutoDestroy) == 0x000040, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, ReturnValue) == 0x000048, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnForceFeedbackAttached \ +static_assert(alignof(GameplayStatics_SpawnForceFeedbackAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnForceFeedbackAttached"); \ +static_assert(sizeof(GameplayStatics_SpawnForceFeedbackAttached) == 0x000058, "Wrong size on GameplayStatics_SpawnForceFeedbackAttached"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, ForceFeedbackEffect) == 0x000000, "Member 'GameplayStatics_SpawnForceFeedbackAttached::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, AttachToComponent) == 0x000008, "Member 'GameplayStatics_SpawnForceFeedbackAttached::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, AttachPointName) == 0x000010, "Member 'GameplayStatics_SpawnForceFeedbackAttached::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, Location) == 0x00001C, "Member 'GameplayStatics_SpawnForceFeedbackAttached::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, Rotation) == 0x000028, "Member 'GameplayStatics_SpawnForceFeedbackAttached::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, LocationType) == 0x000034, "Member 'GameplayStatics_SpawnForceFeedbackAttached::LocationType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, bStopWhenAttachedToDestroyed) == 0x000035, "Member 'GameplayStatics_SpawnForceFeedbackAttached::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, bLooping) == 0x000036, "Member 'GameplayStatics_SpawnForceFeedbackAttached::bLooping' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, IntensityMultiplier) == 0x000038, "Member 'GameplayStatics_SpawnForceFeedbackAttached::IntensityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, StartTime) == 0x00003C, "Member 'GameplayStatics_SpawnForceFeedbackAttached::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, AttenuationSettings) == 0x000040, "Member 'GameplayStatics_SpawnForceFeedbackAttached::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, bAutoDestroy) == 0x000048, "Member 'GameplayStatics_SpawnForceFeedbackAttached::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, ReturnValue) == 0x000050, "Member 'GameplayStatics_SpawnForceFeedbackAttached::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnObject \ +static_assert(alignof(GameplayStatics_SpawnObject) == 0x000008, "Wrong alignment on GameplayStatics_SpawnObject"); \ +static_assert(sizeof(GameplayStatics_SpawnObject) == 0x000018, "Wrong size on GameplayStatics_SpawnObject"); \ +static_assert(offsetof(GameplayStatics_SpawnObject, ObjectClass) == 0x000000, "Member 'GameplayStatics_SpawnObject::ObjectClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnObject, Outer_0) == 0x000008, "Member 'GameplayStatics_SpawnObject::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnObject, ReturnValue) == 0x000010, "Member 'GameplayStatics_SpawnObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnSound2D \ +static_assert(alignof(GameplayStatics_SpawnSound2D) == 0x000008, "Wrong alignment on GameplayStatics_SpawnSound2D"); \ +static_assert(sizeof(GameplayStatics_SpawnSound2D) == 0x000038, "Wrong size on GameplayStatics_SpawnSound2D"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnSound2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, Sound) == 0x000008, "Member 'GameplayStatics_SpawnSound2D::Sound' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, VolumeMultiplier) == 0x000010, "Member 'GameplayStatics_SpawnSound2D::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, PitchMultiplier) == 0x000014, "Member 'GameplayStatics_SpawnSound2D::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, StartTime) == 0x000018, "Member 'GameplayStatics_SpawnSound2D::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, ConcurrencySettings) == 0x000020, "Member 'GameplayStatics_SpawnSound2D::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, bPersistAcrossLevelTransition) == 0x000028, "Member 'GameplayStatics_SpawnSound2D::bPersistAcrossLevelTransition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, bAutoDestroy) == 0x000029, "Member 'GameplayStatics_SpawnSound2D::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, ReturnValue) == 0x000030, "Member 'GameplayStatics_SpawnSound2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnSoundAtLocation \ +static_assert(alignof(GameplayStatics_SpawnSoundAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnSoundAtLocation"); \ +static_assert(sizeof(GameplayStatics_SpawnSoundAtLocation) == 0x000058, "Wrong size on GameplayStatics_SpawnSoundAtLocation"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnSoundAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, Sound) == 0x000008, "Member 'GameplayStatics_SpawnSoundAtLocation::Sound' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, Location) == 0x000010, "Member 'GameplayStatics_SpawnSoundAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, Rotation) == 0x00001C, "Member 'GameplayStatics_SpawnSoundAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, VolumeMultiplier) == 0x000028, "Member 'GameplayStatics_SpawnSoundAtLocation::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, PitchMultiplier) == 0x00002C, "Member 'GameplayStatics_SpawnSoundAtLocation::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, StartTime) == 0x000030, "Member 'GameplayStatics_SpawnSoundAtLocation::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, AttenuationSettings) == 0x000038, "Member 'GameplayStatics_SpawnSoundAtLocation::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, ConcurrencySettings) == 0x000040, "Member 'GameplayStatics_SpawnSoundAtLocation::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, bAutoDestroy) == 0x000048, "Member 'GameplayStatics_SpawnSoundAtLocation::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, ReturnValue) == 0x000050, "Member 'GameplayStatics_SpawnSoundAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnSoundAttached \ +static_assert(alignof(GameplayStatics_SpawnSoundAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnSoundAttached"); \ +static_assert(sizeof(GameplayStatics_SpawnSoundAttached) == 0x000068, "Wrong size on GameplayStatics_SpawnSoundAttached"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, Sound) == 0x000000, "Member 'GameplayStatics_SpawnSoundAttached::Sound' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, AttachToComponent) == 0x000008, "Member 'GameplayStatics_SpawnSoundAttached::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, AttachPointName) == 0x000010, "Member 'GameplayStatics_SpawnSoundAttached::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, Location) == 0x00001C, "Member 'GameplayStatics_SpawnSoundAttached::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, Rotation) == 0x000028, "Member 'GameplayStatics_SpawnSoundAttached::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, LocationType) == 0x000034, "Member 'GameplayStatics_SpawnSoundAttached::LocationType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, bStopWhenAttachedToDestroyed) == 0x000035, "Member 'GameplayStatics_SpawnSoundAttached::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, VolumeMultiplier) == 0x000038, "Member 'GameplayStatics_SpawnSoundAttached::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, PitchMultiplier) == 0x00003C, "Member 'GameplayStatics_SpawnSoundAttached::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, StartTime) == 0x000040, "Member 'GameplayStatics_SpawnSoundAttached::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, AttenuationSettings) == 0x000048, "Member 'GameplayStatics_SpawnSoundAttached::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, ConcurrencySettings) == 0x000050, "Member 'GameplayStatics_SpawnSoundAttached::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, bAutoDestroy) == 0x000058, "Member 'GameplayStatics_SpawnSoundAttached::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, ReturnValue) == 0x000060, "Member 'GameplayStatics_SpawnSoundAttached::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SuggestProjectileVelocity_CustomArc \ +static_assert(alignof(GameplayStatics_SuggestProjectileVelocity_CustomArc) == 0x000008, "Wrong alignment on GameplayStatics_SuggestProjectileVelocity_CustomArc"); \ +static_assert(sizeof(GameplayStatics_SuggestProjectileVelocity_CustomArc) == 0x000038, "Wrong size on GameplayStatics_SuggestProjectileVelocity_CustomArc"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, OutLaunchVelocity) == 0x000008, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::OutLaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, StartPos) == 0x000014, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::StartPos' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, EndPos) == 0x000020, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::EndPos' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, OverrideGravityZ) == 0x00002C, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::OverrideGravityZ' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, ArcParam) == 0x000030, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::ArcParam' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, ReturnValue) == 0x000034, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_UnloadStreamLevel \ +static_assert(alignof(GameplayStatics_UnloadStreamLevel) == 0x000008, "Wrong alignment on GameplayStatics_UnloadStreamLevel"); \ +static_assert(sizeof(GameplayStatics_UnloadStreamLevel) == 0x000040, "Wrong size on GameplayStatics_UnloadStreamLevel"); \ +static_assert(offsetof(GameplayStatics_UnloadStreamLevel, WorldContextObject) == 0x000000, "Member 'GameplayStatics_UnloadStreamLevel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_UnloadStreamLevel, LevelName) == 0x000008, "Member 'GameplayStatics_UnloadStreamLevel::LevelName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_UnloadStreamLevel, LatentInfo) == 0x000018, "Member 'GameplayStatics_UnloadStreamLevel::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_UnloadStreamLevel, bShouldBlockOnUnload) == 0x000038, "Member 'GameplayStatics_UnloadStreamLevel::bShouldBlockOnUnload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_UnloadStreamLevelBySoftObjectPtr \ +static_assert(alignof(GameplayStatics_UnloadStreamLevelBySoftObjectPtr) == 0x000008, "Wrong alignment on GameplayStatics_UnloadStreamLevelBySoftObjectPtr"); \ +static_assert(sizeof(GameplayStatics_UnloadStreamLevelBySoftObjectPtr) == 0x000060, "Wrong size on GameplayStatics_UnloadStreamLevelBySoftObjectPtr"); \ +static_assert(offsetof(GameplayStatics_UnloadStreamLevelBySoftObjectPtr, WorldContextObject) == 0x000000, "Member 'GameplayStatics_UnloadStreamLevelBySoftObjectPtr::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_UnloadStreamLevelBySoftObjectPtr, Level) == 0x000008, "Member 'GameplayStatics_UnloadStreamLevelBySoftObjectPtr::Level' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_UnloadStreamLevelBySoftObjectPtr, LatentInfo) == 0x000038, "Member 'GameplayStatics_UnloadStreamLevelBySoftObjectPtr::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_UnloadStreamLevelBySoftObjectPtr, bShouldBlockOnUnload) == 0x000058, "Member 'GameplayStatics_UnloadStreamLevelBySoftObjectPtr::bShouldBlockOnUnload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_UnRetainAllSoundsInSoundClass \ +static_assert(alignof(GameplayStatics_UnRetainAllSoundsInSoundClass) == 0x000008, "Wrong alignment on GameplayStatics_UnRetainAllSoundsInSoundClass"); \ +static_assert(sizeof(GameplayStatics_UnRetainAllSoundsInSoundClass) == 0x000008, "Wrong size on GameplayStatics_UnRetainAllSoundsInSoundClass"); \ +static_assert(offsetof(GameplayStatics_UnRetainAllSoundsInSoundClass, InSoundClass) == 0x000000, "Member 'GameplayStatics_UnRetainAllSoundsInSoundClass::InSoundClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayStatics \ +static_assert(alignof(UGameplayStatics) == 0x000008, "Wrong alignment on UGameplayStatics"); \ +static_assert(sizeof(UGameplayStatics) == 0x000030, "Wrong size on UGameplayStatics"); \ + +#define DUMPER7_ASSERTS_ATextRenderActor \ +static_assert(alignof(ATextRenderActor) == 0x000008, "Wrong alignment on ATextRenderActor"); \ +static_assert(sizeof(ATextRenderActor) == 0x0002B0, "Wrong size on ATextRenderActor"); \ +static_assert(offsetof(ATextRenderActor, TextRender) == 0x0002A8, "Member 'ATextRenderActor::TextRender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetDefaultResolution \ +static_assert(alignof(GameUserSettings_GetDefaultResolution) == 0x000004, "Wrong alignment on GameUserSettings_GetDefaultResolution"); \ +static_assert(sizeof(GameUserSettings_GetDefaultResolution) == 0x000008, "Wrong size on GameUserSettings_GetDefaultResolution"); \ +static_assert(offsetof(GameUserSettings_GetDefaultResolution, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetDefaultResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetDefaultWindowMode \ +static_assert(alignof(GameUserSettings_GetDefaultWindowMode) == 0x000001, "Wrong alignment on GameUserSettings_GetDefaultWindowMode"); \ +static_assert(sizeof(GameUserSettings_GetDefaultWindowMode) == 0x000001, "Wrong size on GameUserSettings_GetDefaultWindowMode"); \ +static_assert(offsetof(GameUserSettings_GetDefaultWindowMode, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetDefaultWindowMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetDefaultWindowPosition \ +static_assert(alignof(GameUserSettings_GetDefaultWindowPosition) == 0x000004, "Wrong alignment on GameUserSettings_GetDefaultWindowPosition"); \ +static_assert(sizeof(GameUserSettings_GetDefaultWindowPosition) == 0x000008, "Wrong size on GameUserSettings_GetDefaultWindowPosition"); \ +static_assert(offsetof(GameUserSettings_GetDefaultWindowPosition, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetDefaultWindowPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetFramePace \ +static_assert(alignof(GameUserSettings_GetFramePace) == 0x000004, "Wrong alignment on GameUserSettings_GetFramePace"); \ +static_assert(sizeof(GameUserSettings_GetFramePace) == 0x000004, "Wrong size on GameUserSettings_GetFramePace"); \ +static_assert(offsetof(GameUserSettings_GetFramePace, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetFramePace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetGameUserSettings \ +static_assert(alignof(GameUserSettings_GetGameUserSettings) == 0x000008, "Wrong alignment on GameUserSettings_GetGameUserSettings"); \ +static_assert(sizeof(GameUserSettings_GetGameUserSettings) == 0x000008, "Wrong size on GameUserSettings_GetGameUserSettings"); \ +static_assert(offsetof(GameUserSettings_GetGameUserSettings, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetGameUserSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetSyncInterval \ +static_assert(alignof(GameUserSettings_GetSyncInterval) == 0x000004, "Wrong alignment on GameUserSettings_GetSyncInterval"); \ +static_assert(sizeof(GameUserSettings_GetSyncInterval) == 0x000004, "Wrong size on GameUserSettings_GetSyncInterval"); \ +static_assert(offsetof(GameUserSettings_GetSyncInterval, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetSyncInterval::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_ApplyResolutionSettings \ +static_assert(alignof(GameUserSettings_ApplyResolutionSettings) == 0x000001, "Wrong alignment on GameUserSettings_ApplyResolutionSettings"); \ +static_assert(sizeof(GameUserSettings_ApplyResolutionSettings) == 0x000001, "Wrong size on GameUserSettings_ApplyResolutionSettings"); \ +static_assert(offsetof(GameUserSettings_ApplyResolutionSettings, bCheckForCommandLineOverrides) == 0x000000, "Member 'GameUserSettings_ApplyResolutionSettings::bCheckForCommandLineOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_ApplySettings \ +static_assert(alignof(GameUserSettings_ApplySettings) == 0x000001, "Wrong alignment on GameUserSettings_ApplySettings"); \ +static_assert(sizeof(GameUserSettings_ApplySettings) == 0x000001, "Wrong size on GameUserSettings_ApplySettings"); \ +static_assert(offsetof(GameUserSettings_ApplySettings, bCheckForCommandLineOverrides) == 0x000000, "Member 'GameUserSettings_ApplySettings::bCheckForCommandLineOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_EnableHDRDisplayOutput \ +static_assert(alignof(GameUserSettings_EnableHDRDisplayOutput) == 0x000004, "Wrong alignment on GameUserSettings_EnableHDRDisplayOutput"); \ +static_assert(sizeof(GameUserSettings_EnableHDRDisplayOutput) == 0x000008, "Wrong size on GameUserSettings_EnableHDRDisplayOutput"); \ +static_assert(offsetof(GameUserSettings_EnableHDRDisplayOutput, bEnable) == 0x000000, "Member 'GameUserSettings_EnableHDRDisplayOutput::bEnable' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_EnableHDRDisplayOutput, DisplayNits) == 0x000004, "Member 'GameUserSettings_EnableHDRDisplayOutput::DisplayNits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetDefaultResolutionScale \ +static_assert(alignof(GameUserSettings_GetDefaultResolutionScale) == 0x000004, "Wrong alignment on GameUserSettings_GetDefaultResolutionScale"); \ +static_assert(sizeof(GameUserSettings_GetDefaultResolutionScale) == 0x000004, "Wrong size on GameUserSettings_GetDefaultResolutionScale"); \ +static_assert(offsetof(GameUserSettings_GetDefaultResolutionScale, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetDefaultResolutionScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetRecommendedResolutionScale \ +static_assert(alignof(GameUserSettings_GetRecommendedResolutionScale) == 0x000004, "Wrong alignment on GameUserSettings_GetRecommendedResolutionScale"); \ +static_assert(sizeof(GameUserSettings_GetRecommendedResolutionScale) == 0x000004, "Wrong size on GameUserSettings_GetRecommendedResolutionScale"); \ +static_assert(offsetof(GameUserSettings_GetRecommendedResolutionScale, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetRecommendedResolutionScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_LoadSettings \ +static_assert(alignof(GameUserSettings_LoadSettings) == 0x000001, "Wrong alignment on GameUserSettings_LoadSettings"); \ +static_assert(sizeof(GameUserSettings_LoadSettings) == 0x000001, "Wrong size on GameUserSettings_LoadSettings"); \ +static_assert(offsetof(GameUserSettings_LoadSettings, bForceReload) == 0x000000, "Member 'GameUserSettings_LoadSettings::bForceReload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_RunHardwareBenchmark \ +static_assert(alignof(GameUserSettings_RunHardwareBenchmark) == 0x000004, "Wrong alignment on GameUserSettings_RunHardwareBenchmark"); \ +static_assert(sizeof(GameUserSettings_RunHardwareBenchmark) == 0x00000C, "Wrong size on GameUserSettings_RunHardwareBenchmark"); \ +static_assert(offsetof(GameUserSettings_RunHardwareBenchmark, WorkScale) == 0x000000, "Member 'GameUserSettings_RunHardwareBenchmark::WorkScale' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_RunHardwareBenchmark, CPUMultiplier) == 0x000004, "Member 'GameUserSettings_RunHardwareBenchmark::CPUMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_RunHardwareBenchmark, GPUMultiplier) == 0x000008, "Member 'GameUserSettings_RunHardwareBenchmark::GPUMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetAntiAliasingQuality \ +static_assert(alignof(GameUserSettings_SetAntiAliasingQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetAntiAliasingQuality"); \ +static_assert(sizeof(GameUserSettings_SetAntiAliasingQuality) == 0x000004, "Wrong size on GameUserSettings_SetAntiAliasingQuality"); \ +static_assert(offsetof(GameUserSettings_SetAntiAliasingQuality, Value) == 0x000000, "Member 'GameUserSettings_SetAntiAliasingQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetAudioQualityLevel \ +static_assert(alignof(GameUserSettings_SetAudioQualityLevel) == 0x000004, "Wrong alignment on GameUserSettings_SetAudioQualityLevel"); \ +static_assert(sizeof(GameUserSettings_SetAudioQualityLevel) == 0x000004, "Wrong size on GameUserSettings_SetAudioQualityLevel"); \ +static_assert(offsetof(GameUserSettings_SetAudioQualityLevel, QualityLevel) == 0x000000, "Member 'GameUserSettings_SetAudioQualityLevel::QualityLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetDynamicResolutionEnabled \ +static_assert(alignof(GameUserSettings_SetDynamicResolutionEnabled) == 0x000001, "Wrong alignment on GameUserSettings_SetDynamicResolutionEnabled"); \ +static_assert(sizeof(GameUserSettings_SetDynamicResolutionEnabled) == 0x000001, "Wrong size on GameUserSettings_SetDynamicResolutionEnabled"); \ +static_assert(offsetof(GameUserSettings_SetDynamicResolutionEnabled, bEnable) == 0x000000, "Member 'GameUserSettings_SetDynamicResolutionEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetFoliageQuality \ +static_assert(alignof(GameUserSettings_SetFoliageQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetFoliageQuality"); \ +static_assert(sizeof(GameUserSettings_SetFoliageQuality) == 0x000004, "Wrong size on GameUserSettings_SetFoliageQuality"); \ +static_assert(offsetof(GameUserSettings_SetFoliageQuality, Value) == 0x000000, "Member 'GameUserSettings_SetFoliageQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetFrameRateLimit \ +static_assert(alignof(GameUserSettings_SetFrameRateLimit) == 0x000004, "Wrong alignment on GameUserSettings_SetFrameRateLimit"); \ +static_assert(sizeof(GameUserSettings_SetFrameRateLimit) == 0x000004, "Wrong size on GameUserSettings_SetFrameRateLimit"); \ +static_assert(offsetof(GameUserSettings_SetFrameRateLimit, NewLimit) == 0x000000, "Member 'GameUserSettings_SetFrameRateLimit::NewLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetFullscreenMode \ +static_assert(alignof(GameUserSettings_SetFullscreenMode) == 0x000001, "Wrong alignment on GameUserSettings_SetFullscreenMode"); \ +static_assert(sizeof(GameUserSettings_SetFullscreenMode) == 0x000001, "Wrong size on GameUserSettings_SetFullscreenMode"); \ +static_assert(offsetof(GameUserSettings_SetFullscreenMode, InFullscreenMode) == 0x000000, "Member 'GameUserSettings_SetFullscreenMode::InFullscreenMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetOverallScalabilityLevel \ +static_assert(alignof(GameUserSettings_SetOverallScalabilityLevel) == 0x000004, "Wrong alignment on GameUserSettings_SetOverallScalabilityLevel"); \ +static_assert(sizeof(GameUserSettings_SetOverallScalabilityLevel) == 0x000004, "Wrong size on GameUserSettings_SetOverallScalabilityLevel"); \ +static_assert(offsetof(GameUserSettings_SetOverallScalabilityLevel, Value) == 0x000000, "Member 'GameUserSettings_SetOverallScalabilityLevel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetPostProcessingQuality \ +static_assert(alignof(GameUserSettings_SetPostProcessingQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetPostProcessingQuality"); \ +static_assert(sizeof(GameUserSettings_SetPostProcessingQuality) == 0x000004, "Wrong size on GameUserSettings_SetPostProcessingQuality"); \ +static_assert(offsetof(GameUserSettings_SetPostProcessingQuality, Value) == 0x000000, "Member 'GameUserSettings_SetPostProcessingQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetResolutionScaleNormalized \ +static_assert(alignof(GameUserSettings_SetResolutionScaleNormalized) == 0x000004, "Wrong alignment on GameUserSettings_SetResolutionScaleNormalized"); \ +static_assert(sizeof(GameUserSettings_SetResolutionScaleNormalized) == 0x000004, "Wrong size on GameUserSettings_SetResolutionScaleNormalized"); \ +static_assert(offsetof(GameUserSettings_SetResolutionScaleNormalized, NewScaleNormalized) == 0x000000, "Member 'GameUserSettings_SetResolutionScaleNormalized::NewScaleNormalized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetResolutionScaleValue \ +static_assert(alignof(GameUserSettings_SetResolutionScaleValue) == 0x000004, "Wrong alignment on GameUserSettings_SetResolutionScaleValue"); \ +static_assert(sizeof(GameUserSettings_SetResolutionScaleValue) == 0x000004, "Wrong size on GameUserSettings_SetResolutionScaleValue"); \ +static_assert(offsetof(GameUserSettings_SetResolutionScaleValue, NewScaleValue) == 0x000000, "Member 'GameUserSettings_SetResolutionScaleValue::NewScaleValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetResolutionScaleValueEx \ +static_assert(alignof(GameUserSettings_SetResolutionScaleValueEx) == 0x000004, "Wrong alignment on GameUserSettings_SetResolutionScaleValueEx"); \ +static_assert(sizeof(GameUserSettings_SetResolutionScaleValueEx) == 0x000004, "Wrong size on GameUserSettings_SetResolutionScaleValueEx"); \ +static_assert(offsetof(GameUserSettings_SetResolutionScaleValueEx, NewScaleValue) == 0x000000, "Member 'GameUserSettings_SetResolutionScaleValueEx::NewScaleValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetScreenResolution \ +static_assert(alignof(GameUserSettings_SetScreenResolution) == 0x000004, "Wrong alignment on GameUserSettings_SetScreenResolution"); \ +static_assert(sizeof(GameUserSettings_SetScreenResolution) == 0x000008, "Wrong size on GameUserSettings_SetScreenResolution"); \ +static_assert(offsetof(GameUserSettings_SetScreenResolution, Resolution) == 0x000000, "Member 'GameUserSettings_SetScreenResolution::Resolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetShadingQuality \ +static_assert(alignof(GameUserSettings_SetShadingQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetShadingQuality"); \ +static_assert(sizeof(GameUserSettings_SetShadingQuality) == 0x000004, "Wrong size on GameUserSettings_SetShadingQuality"); \ +static_assert(offsetof(GameUserSettings_SetShadingQuality, Value) == 0x000000, "Member 'GameUserSettings_SetShadingQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetShadowQuality \ +static_assert(alignof(GameUserSettings_SetShadowQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetShadowQuality"); \ +static_assert(sizeof(GameUserSettings_SetShadowQuality) == 0x000004, "Wrong size on GameUserSettings_SetShadowQuality"); \ +static_assert(offsetof(GameUserSettings_SetShadowQuality, Value) == 0x000000, "Member 'GameUserSettings_SetShadowQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetTextureQuality \ +static_assert(alignof(GameUserSettings_SetTextureQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetTextureQuality"); \ +static_assert(sizeof(GameUserSettings_SetTextureQuality) == 0x000004, "Wrong size on GameUserSettings_SetTextureQuality"); \ +static_assert(offsetof(GameUserSettings_SetTextureQuality, Value) == 0x000000, "Member 'GameUserSettings_SetTextureQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetViewDistanceQuality \ +static_assert(alignof(GameUserSettings_SetViewDistanceQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetViewDistanceQuality"); \ +static_assert(sizeof(GameUserSettings_SetViewDistanceQuality) == 0x000004, "Wrong size on GameUserSettings_SetViewDistanceQuality"); \ +static_assert(offsetof(GameUserSettings_SetViewDistanceQuality, Value) == 0x000000, "Member 'GameUserSettings_SetViewDistanceQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetVisualEffectQuality \ +static_assert(alignof(GameUserSettings_SetVisualEffectQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetVisualEffectQuality"); \ +static_assert(sizeof(GameUserSettings_SetVisualEffectQuality) == 0x000004, "Wrong size on GameUserSettings_SetVisualEffectQuality"); \ +static_assert(offsetof(GameUserSettings_SetVisualEffectQuality, Value) == 0x000000, "Member 'GameUserSettings_SetVisualEffectQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetVSyncEnabled \ +static_assert(alignof(GameUserSettings_SetVSyncEnabled) == 0x000001, "Wrong alignment on GameUserSettings_SetVSyncEnabled"); \ +static_assert(sizeof(GameUserSettings_SetVSyncEnabled) == 0x000001, "Wrong size on GameUserSettings_SetVSyncEnabled"); \ +static_assert(offsetof(GameUserSettings_SetVSyncEnabled, bEnable) == 0x000000, "Member 'GameUserSettings_SetVSyncEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetAntiAliasingQuality \ +static_assert(alignof(GameUserSettings_GetAntiAliasingQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetAntiAliasingQuality"); \ +static_assert(sizeof(GameUserSettings_GetAntiAliasingQuality) == 0x000004, "Wrong size on GameUserSettings_GetAntiAliasingQuality"); \ +static_assert(offsetof(GameUserSettings_GetAntiAliasingQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetAntiAliasingQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetAudioQualityLevel \ +static_assert(alignof(GameUserSettings_GetAudioQualityLevel) == 0x000004, "Wrong alignment on GameUserSettings_GetAudioQualityLevel"); \ +static_assert(sizeof(GameUserSettings_GetAudioQualityLevel) == 0x000004, "Wrong size on GameUserSettings_GetAudioQualityLevel"); \ +static_assert(offsetof(GameUserSettings_GetAudioQualityLevel, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetAudioQualityLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetCurrentHDRDisplayNits \ +static_assert(alignof(GameUserSettings_GetCurrentHDRDisplayNits) == 0x000004, "Wrong alignment on GameUserSettings_GetCurrentHDRDisplayNits"); \ +static_assert(sizeof(GameUserSettings_GetCurrentHDRDisplayNits) == 0x000004, "Wrong size on GameUserSettings_GetCurrentHDRDisplayNits"); \ +static_assert(offsetof(GameUserSettings_GetCurrentHDRDisplayNits, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetCurrentHDRDisplayNits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetDesktopResolution \ +static_assert(alignof(GameUserSettings_GetDesktopResolution) == 0x000004, "Wrong alignment on GameUserSettings_GetDesktopResolution"); \ +static_assert(sizeof(GameUserSettings_GetDesktopResolution) == 0x000008, "Wrong size on GameUserSettings_GetDesktopResolution"); \ +static_assert(offsetof(GameUserSettings_GetDesktopResolution, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetDesktopResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetFoliageQuality \ +static_assert(alignof(GameUserSettings_GetFoliageQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetFoliageQuality"); \ +static_assert(sizeof(GameUserSettings_GetFoliageQuality) == 0x000004, "Wrong size on GameUserSettings_GetFoliageQuality"); \ +static_assert(offsetof(GameUserSettings_GetFoliageQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetFoliageQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetFrameRateLimit \ +static_assert(alignof(GameUserSettings_GetFrameRateLimit) == 0x000004, "Wrong alignment on GameUserSettings_GetFrameRateLimit"); \ +static_assert(sizeof(GameUserSettings_GetFrameRateLimit) == 0x000004, "Wrong size on GameUserSettings_GetFrameRateLimit"); \ +static_assert(offsetof(GameUserSettings_GetFrameRateLimit, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetFrameRateLimit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetFullscreenMode \ +static_assert(alignof(GameUserSettings_GetFullscreenMode) == 0x000001, "Wrong alignment on GameUserSettings_GetFullscreenMode"); \ +static_assert(sizeof(GameUserSettings_GetFullscreenMode) == 0x000001, "Wrong size on GameUserSettings_GetFullscreenMode"); \ +static_assert(offsetof(GameUserSettings_GetFullscreenMode, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetFullscreenMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetLastConfirmedFullscreenMode \ +static_assert(alignof(GameUserSettings_GetLastConfirmedFullscreenMode) == 0x000001, "Wrong alignment on GameUserSettings_GetLastConfirmedFullscreenMode"); \ +static_assert(sizeof(GameUserSettings_GetLastConfirmedFullscreenMode) == 0x000001, "Wrong size on GameUserSettings_GetLastConfirmedFullscreenMode"); \ +static_assert(offsetof(GameUserSettings_GetLastConfirmedFullscreenMode, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetLastConfirmedFullscreenMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetLastConfirmedScreenResolution \ +static_assert(alignof(GameUserSettings_GetLastConfirmedScreenResolution) == 0x000004, "Wrong alignment on GameUserSettings_GetLastConfirmedScreenResolution"); \ +static_assert(sizeof(GameUserSettings_GetLastConfirmedScreenResolution) == 0x000008, "Wrong size on GameUserSettings_GetLastConfirmedScreenResolution"); \ +static_assert(offsetof(GameUserSettings_GetLastConfirmedScreenResolution, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetLastConfirmedScreenResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetOverallScalabilityLevel \ +static_assert(alignof(GameUserSettings_GetOverallScalabilityLevel) == 0x000004, "Wrong alignment on GameUserSettings_GetOverallScalabilityLevel"); \ +static_assert(sizeof(GameUserSettings_GetOverallScalabilityLevel) == 0x000004, "Wrong size on GameUserSettings_GetOverallScalabilityLevel"); \ +static_assert(offsetof(GameUserSettings_GetOverallScalabilityLevel, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetOverallScalabilityLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetPostProcessingQuality \ +static_assert(alignof(GameUserSettings_GetPostProcessingQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetPostProcessingQuality"); \ +static_assert(sizeof(GameUserSettings_GetPostProcessingQuality) == 0x000004, "Wrong size on GameUserSettings_GetPostProcessingQuality"); \ +static_assert(offsetof(GameUserSettings_GetPostProcessingQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetPostProcessingQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetPreferredFullscreenMode \ +static_assert(alignof(GameUserSettings_GetPreferredFullscreenMode) == 0x000001, "Wrong alignment on GameUserSettings_GetPreferredFullscreenMode"); \ +static_assert(sizeof(GameUserSettings_GetPreferredFullscreenMode) == 0x000001, "Wrong size on GameUserSettings_GetPreferredFullscreenMode"); \ +static_assert(offsetof(GameUserSettings_GetPreferredFullscreenMode, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetPreferredFullscreenMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetResolutionScaleInformation \ +static_assert(alignof(GameUserSettings_GetResolutionScaleInformation) == 0x000004, "Wrong alignment on GameUserSettings_GetResolutionScaleInformation"); \ +static_assert(sizeof(GameUserSettings_GetResolutionScaleInformation) == 0x000010, "Wrong size on GameUserSettings_GetResolutionScaleInformation"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformation, CurrentScaleNormalized) == 0x000000, "Member 'GameUserSettings_GetResolutionScaleInformation::CurrentScaleNormalized' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformation, CurrentScaleValue) == 0x000004, "Member 'GameUserSettings_GetResolutionScaleInformation::CurrentScaleValue' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformation, MinScaleValue) == 0x000008, "Member 'GameUserSettings_GetResolutionScaleInformation::MinScaleValue' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformation, MaxScaleValue) == 0x00000C, "Member 'GameUserSettings_GetResolutionScaleInformation::MaxScaleValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetResolutionScaleInformationEx \ +static_assert(alignof(GameUserSettings_GetResolutionScaleInformationEx) == 0x000004, "Wrong alignment on GameUserSettings_GetResolutionScaleInformationEx"); \ +static_assert(sizeof(GameUserSettings_GetResolutionScaleInformationEx) == 0x000010, "Wrong size on GameUserSettings_GetResolutionScaleInformationEx"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformationEx, CurrentScaleNormalized) == 0x000000, "Member 'GameUserSettings_GetResolutionScaleInformationEx::CurrentScaleNormalized' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformationEx, CurrentScaleValue) == 0x000004, "Member 'GameUserSettings_GetResolutionScaleInformationEx::CurrentScaleValue' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformationEx, MinScaleValue) == 0x000008, "Member 'GameUserSettings_GetResolutionScaleInformationEx::MinScaleValue' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformationEx, MaxScaleValue) == 0x00000C, "Member 'GameUserSettings_GetResolutionScaleInformationEx::MaxScaleValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetResolutionScaleNormalized \ +static_assert(alignof(GameUserSettings_GetResolutionScaleNormalized) == 0x000004, "Wrong alignment on GameUserSettings_GetResolutionScaleNormalized"); \ +static_assert(sizeof(GameUserSettings_GetResolutionScaleNormalized) == 0x000004, "Wrong size on GameUserSettings_GetResolutionScaleNormalized"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleNormalized, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetResolutionScaleNormalized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetScreenResolution \ +static_assert(alignof(GameUserSettings_GetScreenResolution) == 0x000004, "Wrong alignment on GameUserSettings_GetScreenResolution"); \ +static_assert(sizeof(GameUserSettings_GetScreenResolution) == 0x000008, "Wrong size on GameUserSettings_GetScreenResolution"); \ +static_assert(offsetof(GameUserSettings_GetScreenResolution, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetScreenResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetShadingQuality \ +static_assert(alignof(GameUserSettings_GetShadingQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetShadingQuality"); \ +static_assert(sizeof(GameUserSettings_GetShadingQuality) == 0x000004, "Wrong size on GameUserSettings_GetShadingQuality"); \ +static_assert(offsetof(GameUserSettings_GetShadingQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetShadingQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetShadowQuality \ +static_assert(alignof(GameUserSettings_GetShadowQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetShadowQuality"); \ +static_assert(sizeof(GameUserSettings_GetShadowQuality) == 0x000004, "Wrong size on GameUserSettings_GetShadowQuality"); \ +static_assert(offsetof(GameUserSettings_GetShadowQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetShadowQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetTextureQuality \ +static_assert(alignof(GameUserSettings_GetTextureQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetTextureQuality"); \ +static_assert(sizeof(GameUserSettings_GetTextureQuality) == 0x000004, "Wrong size on GameUserSettings_GetTextureQuality"); \ +static_assert(offsetof(GameUserSettings_GetTextureQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetTextureQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetViewDistanceQuality \ +static_assert(alignof(GameUserSettings_GetViewDistanceQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetViewDistanceQuality"); \ +static_assert(sizeof(GameUserSettings_GetViewDistanceQuality) == 0x000004, "Wrong size on GameUserSettings_GetViewDistanceQuality"); \ +static_assert(offsetof(GameUserSettings_GetViewDistanceQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetViewDistanceQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetVisualEffectQuality \ +static_assert(alignof(GameUserSettings_GetVisualEffectQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetVisualEffectQuality"); \ +static_assert(sizeof(GameUserSettings_GetVisualEffectQuality) == 0x000004, "Wrong size on GameUserSettings_GetVisualEffectQuality"); \ +static_assert(offsetof(GameUserSettings_GetVisualEffectQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetVisualEffectQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsDirty \ +static_assert(alignof(GameUserSettings_IsDirty) == 0x000001, "Wrong alignment on GameUserSettings_IsDirty"); \ +static_assert(sizeof(GameUserSettings_IsDirty) == 0x000001, "Wrong size on GameUserSettings_IsDirty"); \ +static_assert(offsetof(GameUserSettings_IsDirty, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsDirty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsDynamicResolutionDirty \ +static_assert(alignof(GameUserSettings_IsDynamicResolutionDirty) == 0x000001, "Wrong alignment on GameUserSettings_IsDynamicResolutionDirty"); \ +static_assert(sizeof(GameUserSettings_IsDynamicResolutionDirty) == 0x000001, "Wrong size on GameUserSettings_IsDynamicResolutionDirty"); \ +static_assert(offsetof(GameUserSettings_IsDynamicResolutionDirty, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsDynamicResolutionDirty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsDynamicResolutionEnabled \ +static_assert(alignof(GameUserSettings_IsDynamicResolutionEnabled) == 0x000001, "Wrong alignment on GameUserSettings_IsDynamicResolutionEnabled"); \ +static_assert(sizeof(GameUserSettings_IsDynamicResolutionEnabled) == 0x000001, "Wrong size on GameUserSettings_IsDynamicResolutionEnabled"); \ +static_assert(offsetof(GameUserSettings_IsDynamicResolutionEnabled, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsDynamicResolutionEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsFullscreenModeDirty \ +static_assert(alignof(GameUserSettings_IsFullscreenModeDirty) == 0x000001, "Wrong alignment on GameUserSettings_IsFullscreenModeDirty"); \ +static_assert(sizeof(GameUserSettings_IsFullscreenModeDirty) == 0x000001, "Wrong size on GameUserSettings_IsFullscreenModeDirty"); \ +static_assert(offsetof(GameUserSettings_IsFullscreenModeDirty, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsFullscreenModeDirty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsHDREnabled \ +static_assert(alignof(GameUserSettings_IsHDREnabled) == 0x000001, "Wrong alignment on GameUserSettings_IsHDREnabled"); \ +static_assert(sizeof(GameUserSettings_IsHDREnabled) == 0x000001, "Wrong size on GameUserSettings_IsHDREnabled"); \ +static_assert(offsetof(GameUserSettings_IsHDREnabled, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsHDREnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsScreenResolutionDirty \ +static_assert(alignof(GameUserSettings_IsScreenResolutionDirty) == 0x000001, "Wrong alignment on GameUserSettings_IsScreenResolutionDirty"); \ +static_assert(sizeof(GameUserSettings_IsScreenResolutionDirty) == 0x000001, "Wrong size on GameUserSettings_IsScreenResolutionDirty"); \ +static_assert(offsetof(GameUserSettings_IsScreenResolutionDirty, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsScreenResolutionDirty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsVSyncDirty \ +static_assert(alignof(GameUserSettings_IsVSyncDirty) == 0x000001, "Wrong alignment on GameUserSettings_IsVSyncDirty"); \ +static_assert(sizeof(GameUserSettings_IsVSyncDirty) == 0x000001, "Wrong size on GameUserSettings_IsVSyncDirty"); \ +static_assert(offsetof(GameUserSettings_IsVSyncDirty, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsVSyncDirty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsVSyncEnabled \ +static_assert(alignof(GameUserSettings_IsVSyncEnabled) == 0x000001, "Wrong alignment on GameUserSettings_IsVSyncEnabled"); \ +static_assert(sizeof(GameUserSettings_IsVSyncEnabled) == 0x000001, "Wrong size on GameUserSettings_IsVSyncEnabled"); \ +static_assert(offsetof(GameUserSettings_IsVSyncEnabled, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsVSyncEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SupportsHDRDisplayOutput \ +static_assert(alignof(GameUserSettings_SupportsHDRDisplayOutput) == 0x000001, "Wrong alignment on GameUserSettings_SupportsHDRDisplayOutput"); \ +static_assert(sizeof(GameUserSettings_SupportsHDRDisplayOutput) == 0x000001, "Wrong size on GameUserSettings_SupportsHDRDisplayOutput"); \ +static_assert(offsetof(GameUserSettings_SupportsHDRDisplayOutput, ReturnValue) == 0x000000, "Member 'GameUserSettings_SupportsHDRDisplayOutput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameUserSettings \ +static_assert(alignof(UGameUserSettings) == 0x000008, "Wrong alignment on UGameUserSettings"); \ +static_assert(sizeof(UGameUserSettings) == 0x000128, "Wrong size on UGameUserSettings"); \ +static_assert(offsetof(UGameUserSettings, bUseVSync) == 0x000030, "Member 'UGameUserSettings::bUseVSync' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, bUseDynamicResolution) == 0x000031, "Member 'UGameUserSettings::bUseDynamicResolution' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, ResolutionSizeX) == 0x000088, "Member 'UGameUserSettings::ResolutionSizeX' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, ResolutionSizeY) == 0x00008C, "Member 'UGameUserSettings::ResolutionSizeY' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastUserConfirmedResolutionSizeX) == 0x000090, "Member 'UGameUserSettings::LastUserConfirmedResolutionSizeX' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastUserConfirmedResolutionSizeY) == 0x000094, "Member 'UGameUserSettings::LastUserConfirmedResolutionSizeY' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, WindowPosX) == 0x000098, "Member 'UGameUserSettings::WindowPosX' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, WindowPosY) == 0x00009C, "Member 'UGameUserSettings::WindowPosY' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, FullscreenMode) == 0x0000A0, "Member 'UGameUserSettings::FullscreenMode' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastConfirmedFullscreenMode) == 0x0000A4, "Member 'UGameUserSettings::LastConfirmedFullscreenMode' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, PreferredFullscreenMode) == 0x0000A8, "Member 'UGameUserSettings::PreferredFullscreenMode' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, Version) == 0x0000AC, "Member 'UGameUserSettings::Version' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, AudioQualityLevel) == 0x0000B0, "Member 'UGameUserSettings::AudioQualityLevel' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastConfirmedAudioQualityLevel) == 0x0000B4, "Member 'UGameUserSettings::LastConfirmedAudioQualityLevel' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, FrameRateLimit) == 0x0000B8, "Member 'UGameUserSettings::FrameRateLimit' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, DesiredScreenWidth) == 0x0000C0, "Member 'UGameUserSettings::DesiredScreenWidth' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, bUseDesiredScreenHeight) == 0x0000C4, "Member 'UGameUserSettings::bUseDesiredScreenHeight' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, DesiredScreenHeight) == 0x0000C8, "Member 'UGameUserSettings::DesiredScreenHeight' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastUserConfirmedDesiredScreenWidth) == 0x0000CC, "Member 'UGameUserSettings::LastUserConfirmedDesiredScreenWidth' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastUserConfirmedDesiredScreenHeight) == 0x0000D0, "Member 'UGameUserSettings::LastUserConfirmedDesiredScreenHeight' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastRecommendedScreenWidth) == 0x0000D4, "Member 'UGameUserSettings::LastRecommendedScreenWidth' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastRecommendedScreenHeight) == 0x0000D8, "Member 'UGameUserSettings::LastRecommendedScreenHeight' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastCPUBenchmarkResult) == 0x0000DC, "Member 'UGameUserSettings::LastCPUBenchmarkResult' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastGPUBenchmarkResult) == 0x0000E0, "Member 'UGameUserSettings::LastGPUBenchmarkResult' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastCPUBenchmarkSteps) == 0x0000E8, "Member 'UGameUserSettings::LastCPUBenchmarkSteps' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastGPUBenchmarkSteps) == 0x0000F8, "Member 'UGameUserSettings::LastGPUBenchmarkSteps' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastGPUBenchmarkMultiplier) == 0x000108, "Member 'UGameUserSettings::LastGPUBenchmarkMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, bUseHDRDisplayOutput) == 0x00010C, "Member 'UGameUserSettings::bUseHDRDisplayOutput' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, HDRDisplayOutputNits) == 0x000110, "Member 'UGameUserSettings::HDRDisplayOutputNits' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, OnGameUserSettingsUINeedsUpdate) == 0x000118, "Member 'UGameUserSettings::OnGameUserSettingsUINeedsUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialBillboardComponent_AddElement \ +static_assert(alignof(MaterialBillboardComponent_AddElement) == 0x000008, "Wrong alignment on MaterialBillboardComponent_AddElement"); \ +static_assert(sizeof(MaterialBillboardComponent_AddElement) == 0x000028, "Wrong size on MaterialBillboardComponent_AddElement"); \ +static_assert(offsetof(MaterialBillboardComponent_AddElement, Material) == 0x000000, "Member 'MaterialBillboardComponent_AddElement::Material' has a wrong offset!"); \ +static_assert(offsetof(MaterialBillboardComponent_AddElement, DistanceToOpacityCurve) == 0x000008, "Member 'MaterialBillboardComponent_AddElement::DistanceToOpacityCurve' has a wrong offset!"); \ +static_assert(offsetof(MaterialBillboardComponent_AddElement, bSizeIsInScreenSpace) == 0x000010, "Member 'MaterialBillboardComponent_AddElement::bSizeIsInScreenSpace' has a wrong offset!"); \ +static_assert(offsetof(MaterialBillboardComponent_AddElement, BaseSizeX) == 0x000014, "Member 'MaterialBillboardComponent_AddElement::BaseSizeX' has a wrong offset!"); \ +static_assert(offsetof(MaterialBillboardComponent_AddElement, BaseSizeY) == 0x000018, "Member 'MaterialBillboardComponent_AddElement::BaseSizeY' has a wrong offset!"); \ +static_assert(offsetof(MaterialBillboardComponent_AddElement, DistanceToSizeCurve) == 0x000020, "Member 'MaterialBillboardComponent_AddElement::DistanceToSizeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialBillboardComponent_SetElements \ +static_assert(alignof(MaterialBillboardComponent_SetElements) == 0x000008, "Wrong alignment on MaterialBillboardComponent_SetElements"); \ +static_assert(sizeof(MaterialBillboardComponent_SetElements) == 0x000010, "Wrong size on MaterialBillboardComponent_SetElements"); \ +static_assert(offsetof(MaterialBillboardComponent_SetElements, NewElements) == 0x000000, "Member 'MaterialBillboardComponent_SetElements::NewElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialBillboardComponent \ +static_assert(alignof(UMaterialBillboardComponent) == 0x000010, "Wrong alignment on UMaterialBillboardComponent"); \ +static_assert(sizeof(UMaterialBillboardComponent) == 0x000510, "Wrong size on UMaterialBillboardComponent"); \ +static_assert(offsetof(UMaterialBillboardComponent, Elements) == 0x000500, "Member 'UMaterialBillboardComponent::Elements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHapticFeedbackEffect_Base \ +static_assert(alignof(UHapticFeedbackEffect_Base) == 0x000008, "Wrong alignment on UHapticFeedbackEffect_Base"); \ +static_assert(sizeof(UHapticFeedbackEffect_Base) == 0x000030, "Wrong size on UHapticFeedbackEffect_Base"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDistance \ +static_assert(alignof(UMaterialExpressionDistance) == 0x000008, "Wrong alignment on UMaterialExpressionDistance"); \ +static_assert(sizeof(UMaterialExpressionDistance) == 0x000080, "Wrong size on UMaterialExpressionDistance"); \ +static_assert(offsetof(UMaterialExpressionDistance, A) == 0x000048, "Member 'UMaterialExpressionDistance::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistance, B) == 0x000064, "Member 'UMaterialExpressionDistance::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHapticFeedbackEffect_Buffer \ +static_assert(alignof(UHapticFeedbackEffect_Buffer) == 0x000008, "Wrong alignment on UHapticFeedbackEffect_Buffer"); \ +static_assert(sizeof(UHapticFeedbackEffect_Buffer) == 0x000048, "Wrong size on UHapticFeedbackEffect_Buffer"); \ +static_assert(offsetof(UHapticFeedbackEffect_Buffer, Amplitudes) == 0x000030, "Member 'UHapticFeedbackEffect_Buffer::Amplitudes' has a wrong offset!"); \ +static_assert(offsetof(UHapticFeedbackEffect_Buffer, SampleRate) == 0x000040, "Member 'UHapticFeedbackEffect_Buffer::SampleRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMatineeInterface \ +static_assert(alignof(IMatineeInterface) == 0x000001, "Wrong alignment on IMatineeInterface"); \ +static_assert(sizeof(IMatineeInterface) == 0x000001, "Wrong size on IMatineeInterface"); \ + +#define DUMPER7_ASSERTS_ASplineMeshActor \ +static_assert(alignof(ASplineMeshActor) == 0x000008, "Wrong alignment on ASplineMeshActor"); \ +static_assert(sizeof(ASplineMeshActor) == 0x0002B0, "Wrong size on ASplineMeshActor"); \ +static_assert(offsetof(ASplineMeshActor, SplineMeshComponent) == 0x0002A8, "Member 'ASplineMeshActor::SplineMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHapticFeedbackEffect_Curve \ +static_assert(alignof(UHapticFeedbackEffect_Curve) == 0x000008, "Wrong alignment on UHapticFeedbackEffect_Curve"); \ +static_assert(sizeof(UHapticFeedbackEffect_Curve) == 0x000140, "Wrong size on UHapticFeedbackEffect_Curve"); \ +static_assert(offsetof(UHapticFeedbackEffect_Curve, HapticDetails) == 0x000030, "Member 'UHapticFeedbackEffect_Curve::HapticDetails' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMaterialInstanceActor \ +static_assert(alignof(AMaterialInstanceActor) == 0x000008, "Wrong alignment on AMaterialInstanceActor"); \ +static_assert(sizeof(AMaterialInstanceActor) == 0x0002B8, "Wrong size on AMaterialInstanceActor"); \ +static_assert(offsetof(AMaterialInstanceActor, TargetActors) == 0x0002A8, "Member 'AMaterialInstanceActor::TargetActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHapticFeedbackEffect_SoundWave \ +static_assert(alignof(UHapticFeedbackEffect_SoundWave) == 0x000008, "Wrong alignment on UHapticFeedbackEffect_SoundWave"); \ +static_assert(sizeof(UHapticFeedbackEffect_SoundWave) == 0x000050, "Wrong size on UHapticFeedbackEffect_SoundWave"); \ +static_assert(offsetof(UHapticFeedbackEffect_SoundWave, SoundWave) == 0x000030, "Member 'UHapticFeedbackEffect_SoundWave::SoundWave' has a wrong offset!"); \ +static_assert(offsetof(UHapticFeedbackEffect_SoundWave, bUseStereo) == 0x000038, "Member 'UHapticFeedbackEffect_SoundWave::bUseStereo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundfieldEndpointSubmix \ +static_assert(alignof(USoundfieldEndpointSubmix) == 0x000008, "Wrong alignment on USoundfieldEndpointSubmix"); \ +static_assert(sizeof(USoundfieldEndpointSubmix) == 0x000080, "Wrong size on USoundfieldEndpointSubmix"); \ +static_assert(offsetof(USoundfieldEndpointSubmix, SoundfieldEndpointType) == 0x000040, "Member 'USoundfieldEndpointSubmix::SoundfieldEndpointType' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldEndpointSubmix, EndpointSettingsClass) == 0x000050, "Member 'USoundfieldEndpointSubmix::EndpointSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldEndpointSubmix, EndpointSettings) == 0x000058, "Member 'USoundfieldEndpointSubmix::EndpointSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldEndpointSubmix, EncodingSettingsClass) == 0x000060, "Member 'USoundfieldEndpointSubmix::EncodingSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldEndpointSubmix, EncodingSettings) == 0x000068, "Member 'USoundfieldEndpointSubmix::EncodingSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldEndpointSubmix, SoundfieldEffectChain) == 0x000070, "Member 'USoundfieldEndpointSubmix::SoundfieldEffectChain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstMove \ +static_assert(alignof(UInterpTrackInstMove) == 0x000008, "Wrong alignment on UInterpTrackInstMove"); \ +static_assert(sizeof(UInterpTrackInstMove) == 0x000048, "Wrong size on UInterpTrackInstMove"); \ +static_assert(offsetof(UInterpTrackInstMove, ResetLocation) == 0x000030, "Member 'UInterpTrackInstMove::ResetLocation' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstMove, ResetRotation) == 0x00003C, "Member 'UInterpTrackInstMove::ResetRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HealthSnapshotBlueprintLibrary_LogPerformanceSnapshot \ +static_assert(alignof(HealthSnapshotBlueprintLibrary_LogPerformanceSnapshot) == 0x000008, "Wrong alignment on HealthSnapshotBlueprintLibrary_LogPerformanceSnapshot"); \ +static_assert(sizeof(HealthSnapshotBlueprintLibrary_LogPerformanceSnapshot) == 0x000018, "Wrong size on HealthSnapshotBlueprintLibrary_LogPerformanceSnapshot"); \ +static_assert(offsetof(HealthSnapshotBlueprintLibrary_LogPerformanceSnapshot, SnapshotTitle) == 0x000000, "Member 'HealthSnapshotBlueprintLibrary_LogPerformanceSnapshot::SnapshotTitle' has a wrong offset!"); \ +static_assert(offsetof(HealthSnapshotBlueprintLibrary_LogPerformanceSnapshot, bResetStats) == 0x000010, "Member 'HealthSnapshotBlueprintLibrary_LogPerformanceSnapshot::bResetStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHealthSnapshotBlueprintLibrary \ +static_assert(alignof(UHealthSnapshotBlueprintLibrary) == 0x000008, "Wrong alignment on UHealthSnapshotBlueprintLibrary"); \ +static_assert(sizeof(UHealthSnapshotBlueprintLibrary) == 0x000030, "Wrong size on UHealthSnapshotBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionViewProperty \ +static_assert(alignof(UMaterialExpressionViewProperty) == 0x000008, "Wrong alignment on UMaterialExpressionViewProperty"); \ +static_assert(sizeof(UMaterialExpressionViewProperty) == 0x000050, "Wrong size on UMaterialExpressionViewProperty"); \ +static_assert(offsetof(UMaterialExpressionViewProperty, Property) == 0x000048, "Member 'UMaterialExpressionViewProperty::Property' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVectorFieldAnimated \ +static_assert(alignof(UVectorFieldAnimated) == 0x000008, "Wrong alignment on UVectorFieldAnimated"); \ +static_assert(sizeof(UVectorFieldAnimated) == 0x000090, "Wrong size on UVectorFieldAnimated"); \ +static_assert(offsetof(UVectorFieldAnimated, Texture) == 0x000050, "Member 'UVectorFieldAnimated::Texture' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, ConstructionOp) == 0x000058, "Member 'UVectorFieldAnimated::ConstructionOp' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, VolumeSizeX) == 0x00005C, "Member 'UVectorFieldAnimated::VolumeSizeX' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, VolumeSizeY) == 0x000060, "Member 'UVectorFieldAnimated::VolumeSizeY' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, VolumeSizeZ) == 0x000064, "Member 'UVectorFieldAnimated::VolumeSizeZ' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, SubImagesX) == 0x000068, "Member 'UVectorFieldAnimated::SubImagesX' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, SubImagesY) == 0x00006C, "Member 'UVectorFieldAnimated::SubImagesY' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, FrameCount) == 0x000070, "Member 'UVectorFieldAnimated::FrameCount' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, FramesPerSecond) == 0x000074, "Member 'UVectorFieldAnimated::FramesPerSecond' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, NoiseField) == 0x000080, "Member 'UVectorFieldAnimated::NoiseField' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, NoiseScale) == 0x000088, "Member 'UVectorFieldAnimated::NoiseScale' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, NoiseMax) == 0x00008C, "Member 'UVectorFieldAnimated::NoiseMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHLODEngineSubsystem \ +static_assert(alignof(UHLODEngineSubsystem) == 0x000008, "Wrong alignment on UHLODEngineSubsystem"); \ +static_assert(sizeof(UHLODEngineSubsystem) == 0x000038, "Wrong size on UHLODEngineSubsystem"); \ + +#define DUMPER7_ASSERTS_UMaterialFunction \ +static_assert(alignof(UMaterialFunction) == 0x000008, "Wrong alignment on UMaterialFunction"); \ +static_assert(sizeof(UMaterialFunction) == 0x000060, "Wrong size on UMaterialFunction"); \ +static_assert(offsetof(UMaterialFunction, Description) == 0x000048, "Member 'UMaterialFunction::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionMaterialLayer \ +static_assert(alignof(UMaterialFunctionMaterialLayer) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayer"); \ +static_assert(sizeof(UMaterialFunctionMaterialLayer) == 0x000060, "Wrong size on UMaterialFunctionMaterialLayer"); \ + +#define DUMPER7_ASSERTS_UHLODProxy \ +static_assert(alignof(UHLODProxy) == 0x000008, "Wrong alignment on UHLODProxy"); \ +static_assert(sizeof(UHLODProxy) == 0x000090, "Wrong size on UHLODProxy"); \ +static_assert(offsetof(UHLODProxy, ProxyMeshes) == 0x000030, "Member 'UHLODProxy::ProxyMeshes' has a wrong offset!"); \ +static_assert(offsetof(UHLODProxy, HLODActors) == 0x000040, "Member 'UHLODProxy::HLODActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVirtualTexturePoolConfig \ +static_assert(alignof(UVirtualTexturePoolConfig) == 0x000008, "Wrong alignment on UVirtualTexturePoolConfig"); \ +static_assert(sizeof(UVirtualTexturePoolConfig) == 0x000048, "Wrong size on UVirtualTexturePoolConfig"); \ +static_assert(offsetof(UVirtualTexturePoolConfig, DefaultSizeInMegabyte) == 0x000030, "Member 'UVirtualTexturePoolConfig::DefaultSizeInMegabyte' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTexturePoolConfig, Pools) == 0x000038, "Member 'UVirtualTexturePoolConfig::Pools' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHLODProxyDesc \ +static_assert(alignof(UHLODProxyDesc) == 0x000008, "Wrong alignment on UHLODProxyDesc"); \ +static_assert(sizeof(UHLODProxyDesc) == 0x000030, "Wrong size on UHLODProxyDesc"); \ + +#define DUMPER7_ASSERTS_ImportanceSamplingLibrary_BreakImportanceTexture \ +static_assert(alignof(ImportanceSamplingLibrary_BreakImportanceTexture) == 0x000008, "Wrong alignment on ImportanceSamplingLibrary_BreakImportanceTexture"); \ +static_assert(sizeof(ImportanceSamplingLibrary_BreakImportanceTexture) == 0x000060, "Wrong size on ImportanceSamplingLibrary_BreakImportanceTexture"); \ +static_assert(offsetof(ImportanceSamplingLibrary_BreakImportanceTexture, ImportanceTexture) == 0x000000, "Member 'ImportanceSamplingLibrary_BreakImportanceTexture::ImportanceTexture' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_BreakImportanceTexture, Texture) == 0x000050, "Member 'ImportanceSamplingLibrary_BreakImportanceTexture::Texture' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_BreakImportanceTexture, WeightingFunc) == 0x000058, "Member 'ImportanceSamplingLibrary_BreakImportanceTexture::WeightingFunc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImportanceSamplingLibrary_ImportanceSample \ +static_assert(alignof(ImportanceSamplingLibrary_ImportanceSample) == 0x000008, "Wrong alignment on ImportanceSamplingLibrary_ImportanceSample"); \ +static_assert(sizeof(ImportanceSamplingLibrary_ImportanceSample) == 0x000080, "Wrong size on ImportanceSamplingLibrary_ImportanceSample"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, Texture) == 0x000000, "Member 'ImportanceSamplingLibrary_ImportanceSample::Texture' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, Rand) == 0x000050, "Member 'ImportanceSamplingLibrary_ImportanceSample::Rand' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, Samples) == 0x000058, "Member 'ImportanceSamplingLibrary_ImportanceSample::Samples' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, Intensity) == 0x00005C, "Member 'ImportanceSamplingLibrary_ImportanceSample::Intensity' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, SamplePosition) == 0x000060, "Member 'ImportanceSamplingLibrary_ImportanceSample::SamplePosition' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, SampleColor) == 0x000068, "Member 'ImportanceSamplingLibrary_ImportanceSample::SampleColor' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, SampleIntensity) == 0x000078, "Member 'ImportanceSamplingLibrary_ImportanceSample::SampleIntensity' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, SampleSize) == 0x00007C, "Member 'ImportanceSamplingLibrary_ImportanceSample::SampleSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImportanceSamplingLibrary_MakeImportanceTexture \ +static_assert(alignof(ImportanceSamplingLibrary_MakeImportanceTexture) == 0x000008, "Wrong alignment on ImportanceSamplingLibrary_MakeImportanceTexture"); \ +static_assert(sizeof(ImportanceSamplingLibrary_MakeImportanceTexture) == 0x000060, "Wrong size on ImportanceSamplingLibrary_MakeImportanceTexture"); \ +static_assert(offsetof(ImportanceSamplingLibrary_MakeImportanceTexture, Texture) == 0x000000, "Member 'ImportanceSamplingLibrary_MakeImportanceTexture::Texture' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_MakeImportanceTexture, WeightingFunc) == 0x000008, "Member 'ImportanceSamplingLibrary_MakeImportanceTexture::WeightingFunc' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_MakeImportanceTexture, ReturnValue) == 0x000010, "Member 'ImportanceSamplingLibrary_MakeImportanceTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImportanceSamplingLibrary_NextSobolCell2D \ +static_assert(alignof(ImportanceSamplingLibrary_NextSobolCell2D) == 0x000004, "Wrong alignment on ImportanceSamplingLibrary_NextSobolCell2D"); \ +static_assert(sizeof(ImportanceSamplingLibrary_NextSobolCell2D) == 0x000018, "Wrong size on ImportanceSamplingLibrary_NextSobolCell2D"); \ +static_assert(offsetof(ImportanceSamplingLibrary_NextSobolCell2D, Index_0) == 0x000000, "Member 'ImportanceSamplingLibrary_NextSobolCell2D::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_NextSobolCell2D, NumCells) == 0x000004, "Member 'ImportanceSamplingLibrary_NextSobolCell2D::NumCells' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_NextSobolCell2D, PreviousValue) == 0x000008, "Member 'ImportanceSamplingLibrary_NextSobolCell2D::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_NextSobolCell2D, ReturnValue) == 0x000010, "Member 'ImportanceSamplingLibrary_NextSobolCell2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImportanceSamplingLibrary_NextSobolCell3D \ +static_assert(alignof(ImportanceSamplingLibrary_NextSobolCell3D) == 0x000004, "Wrong alignment on ImportanceSamplingLibrary_NextSobolCell3D"); \ +static_assert(sizeof(ImportanceSamplingLibrary_NextSobolCell3D) == 0x000020, "Wrong size on ImportanceSamplingLibrary_NextSobolCell3D"); \ +static_assert(offsetof(ImportanceSamplingLibrary_NextSobolCell3D, Index_0) == 0x000000, "Member 'ImportanceSamplingLibrary_NextSobolCell3D::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_NextSobolCell3D, NumCells) == 0x000004, "Member 'ImportanceSamplingLibrary_NextSobolCell3D::NumCells' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_NextSobolCell3D, PreviousValue) == 0x000008, "Member 'ImportanceSamplingLibrary_NextSobolCell3D::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_NextSobolCell3D, ReturnValue) == 0x000014, "Member 'ImportanceSamplingLibrary_NextSobolCell3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImportanceSamplingLibrary_NextSobolFloat \ +static_assert(alignof(ImportanceSamplingLibrary_NextSobolFloat) == 0x000004, "Wrong alignment on ImportanceSamplingLibrary_NextSobolFloat"); \ +static_assert(sizeof(ImportanceSamplingLibrary_NextSobolFloat) == 0x000010, "Wrong size on ImportanceSamplingLibrary_NextSobolFloat"); \ +static_assert(offsetof(ImportanceSamplingLibrary_NextSobolFloat, Index_0) == 0x000000, "Member 'ImportanceSamplingLibrary_NextSobolFloat::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_NextSobolFloat, Dimension) == 0x000004, "Member 'ImportanceSamplingLibrary_NextSobolFloat::Dimension' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_NextSobolFloat, PreviousValue) == 0x000008, "Member 'ImportanceSamplingLibrary_NextSobolFloat::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_NextSobolFloat, ReturnValue) == 0x00000C, "Member 'ImportanceSamplingLibrary_NextSobolFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImportanceSamplingLibrary_RandomSobolCell2D \ +static_assert(alignof(ImportanceSamplingLibrary_RandomSobolCell2D) == 0x000004, "Wrong alignment on ImportanceSamplingLibrary_RandomSobolCell2D"); \ +static_assert(sizeof(ImportanceSamplingLibrary_RandomSobolCell2D) == 0x000020, "Wrong size on ImportanceSamplingLibrary_RandomSobolCell2D"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell2D, Index_0) == 0x000000, "Member 'ImportanceSamplingLibrary_RandomSobolCell2D::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell2D, NumCells) == 0x000004, "Member 'ImportanceSamplingLibrary_RandomSobolCell2D::NumCells' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell2D, Cell) == 0x000008, "Member 'ImportanceSamplingLibrary_RandomSobolCell2D::Cell' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell2D, Seed) == 0x000010, "Member 'ImportanceSamplingLibrary_RandomSobolCell2D::Seed' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell2D, ReturnValue) == 0x000018, "Member 'ImportanceSamplingLibrary_RandomSobolCell2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImportanceSamplingLibrary_RandomSobolCell3D \ +static_assert(alignof(ImportanceSamplingLibrary_RandomSobolCell3D) == 0x000004, "Wrong alignment on ImportanceSamplingLibrary_RandomSobolCell3D"); \ +static_assert(sizeof(ImportanceSamplingLibrary_RandomSobolCell3D) == 0x00002C, "Wrong size on ImportanceSamplingLibrary_RandomSobolCell3D"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell3D, Index_0) == 0x000000, "Member 'ImportanceSamplingLibrary_RandomSobolCell3D::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell3D, NumCells) == 0x000004, "Member 'ImportanceSamplingLibrary_RandomSobolCell3D::NumCells' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell3D, Cell) == 0x000008, "Member 'ImportanceSamplingLibrary_RandomSobolCell3D::Cell' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell3D, Seed) == 0x000014, "Member 'ImportanceSamplingLibrary_RandomSobolCell3D::Seed' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolCell3D, ReturnValue) == 0x000020, "Member 'ImportanceSamplingLibrary_RandomSobolCell3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImportanceSamplingLibrary_RandomSobolFloat \ +static_assert(alignof(ImportanceSamplingLibrary_RandomSobolFloat) == 0x000004, "Wrong alignment on ImportanceSamplingLibrary_RandomSobolFloat"); \ +static_assert(sizeof(ImportanceSamplingLibrary_RandomSobolFloat) == 0x000010, "Wrong size on ImportanceSamplingLibrary_RandomSobolFloat"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolFloat, Index_0) == 0x000000, "Member 'ImportanceSamplingLibrary_RandomSobolFloat::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolFloat, Dimension) == 0x000004, "Member 'ImportanceSamplingLibrary_RandomSobolFloat::Dimension' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolFloat, Seed) == 0x000008, "Member 'ImportanceSamplingLibrary_RandomSobolFloat::Seed' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_RandomSobolFloat, ReturnValue) == 0x00000C, "Member 'ImportanceSamplingLibrary_RandomSobolFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UImportanceSamplingLibrary \ +static_assert(alignof(UImportanceSamplingLibrary) == 0x000008, "Wrong alignment on UImportanceSamplingLibrary"); \ +static_assert(sizeof(UImportanceSamplingLibrary) == 0x000030, "Wrong size on UImportanceSamplingLibrary"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDecalDerivative \ +static_assert(alignof(UMaterialExpressionDecalDerivative) == 0x000008, "Wrong alignment on UMaterialExpressionDecalDerivative"); \ +static_assert(sizeof(UMaterialExpressionDecalDerivative) == 0x000048, "Wrong size on UMaterialExpressionDecalDerivative"); \ + +#define DUMPER7_ASSERTS_IImportantToggleSettingInterface \ +static_assert(alignof(IImportantToggleSettingInterface) == 0x000001, "Wrong alignment on IImportantToggleSettingInterface"); \ +static_assert(sizeof(IImportantToggleSettingInterface) == 0x000001, "Wrong size on IImportantToggleSettingInterface"); \ + +#define DUMPER7_ASSERTS_SBZPoseableSkeletalMeshComponent_CopyPoseFromSkeletalComponent \ +static_assert(alignof(SBZPoseableSkeletalMeshComponent_CopyPoseFromSkeletalComponent) == 0x000008, "Wrong alignment on SBZPoseableSkeletalMeshComponent_CopyPoseFromSkeletalComponent"); \ +static_assert(sizeof(SBZPoseableSkeletalMeshComponent_CopyPoseFromSkeletalComponent) == 0x000008, "Wrong size on SBZPoseableSkeletalMeshComponent_CopyPoseFromSkeletalComponent"); \ +static_assert(offsetof(SBZPoseableSkeletalMeshComponent_CopyPoseFromSkeletalComponent, InComponentToCopy) == 0x000000, "Member 'SBZPoseableSkeletalMeshComponent_CopyPoseFromSkeletalComponent::InComponentToCopy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPoseableSkeletalMeshComponent_GetBoneLocationByName \ +static_assert(alignof(SBZPoseableSkeletalMeshComponent_GetBoneLocationByName) == 0x000004, "Wrong alignment on SBZPoseableSkeletalMeshComponent_GetBoneLocationByName"); \ +static_assert(sizeof(SBZPoseableSkeletalMeshComponent_GetBoneLocationByName) == 0x00001C, "Wrong size on SBZPoseableSkeletalMeshComponent_GetBoneLocationByName"); \ +static_assert(offsetof(SBZPoseableSkeletalMeshComponent_GetBoneLocationByName, BoneName) == 0x000000, "Member 'SBZPoseableSkeletalMeshComponent_GetBoneLocationByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SBZPoseableSkeletalMeshComponent_GetBoneLocationByName, BoneSpace) == 0x00000C, "Member 'SBZPoseableSkeletalMeshComponent_GetBoneLocationByName::BoneSpace' has a wrong offset!"); \ +static_assert(offsetof(SBZPoseableSkeletalMeshComponent_GetBoneLocationByName, ReturnValue) == 0x000010, "Member 'SBZPoseableSkeletalMeshComponent_GetBoneLocationByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPoseableSkeletalMeshComponent_GetBoneRotationByName \ +static_assert(alignof(SBZPoseableSkeletalMeshComponent_GetBoneRotationByName) == 0x000004, "Wrong alignment on SBZPoseableSkeletalMeshComponent_GetBoneRotationByName"); \ +static_assert(sizeof(SBZPoseableSkeletalMeshComponent_GetBoneRotationByName) == 0x00001C, "Wrong size on SBZPoseableSkeletalMeshComponent_GetBoneRotationByName"); \ +static_assert(offsetof(SBZPoseableSkeletalMeshComponent_GetBoneRotationByName, BoneName) == 0x000000, "Member 'SBZPoseableSkeletalMeshComponent_GetBoneRotationByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SBZPoseableSkeletalMeshComponent_GetBoneRotationByName, BoneSpace) == 0x00000C, "Member 'SBZPoseableSkeletalMeshComponent_GetBoneRotationByName::BoneSpace' has a wrong offset!"); \ +static_assert(offsetof(SBZPoseableSkeletalMeshComponent_GetBoneRotationByName, ReturnValue) == 0x000010, "Member 'SBZPoseableSkeletalMeshComponent_GetBoneRotationByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPoseableSkeletalMeshComponent_GetBoneScaleByName \ +static_assert(alignof(SBZPoseableSkeletalMeshComponent_GetBoneScaleByName) == 0x000004, "Wrong alignment on SBZPoseableSkeletalMeshComponent_GetBoneScaleByName"); \ +static_assert(sizeof(SBZPoseableSkeletalMeshComponent_GetBoneScaleByName) == 0x00001C, "Wrong size on SBZPoseableSkeletalMeshComponent_GetBoneScaleByName"); \ +static_assert(offsetof(SBZPoseableSkeletalMeshComponent_GetBoneScaleByName, BoneName) == 0x000000, "Member 'SBZPoseableSkeletalMeshComponent_GetBoneScaleByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SBZPoseableSkeletalMeshComponent_GetBoneScaleByName, BoneSpace) == 0x00000C, "Member 'SBZPoseableSkeletalMeshComponent_GetBoneScaleByName::BoneSpace' has a wrong offset!"); \ +static_assert(offsetof(SBZPoseableSkeletalMeshComponent_GetBoneScaleByName, ReturnValue) == 0x000010, "Member 'SBZPoseableSkeletalMeshComponent_GetBoneScaleByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPoseableSkeletalMeshComponent_GetBoneTransformByName \ +static_assert(alignof(SBZPoseableSkeletalMeshComponent_GetBoneTransformByName) == 0x000010, "Wrong alignment on SBZPoseableSkeletalMeshComponent_GetBoneTransformByName"); \ +static_assert(sizeof(SBZPoseableSkeletalMeshComponent_GetBoneTransformByName) == 0x000040, "Wrong size on SBZPoseableSkeletalMeshComponent_GetBoneTransformByName"); \ +static_assert(offsetof(SBZPoseableSkeletalMeshComponent_GetBoneTransformByName, BoneName) == 0x000000, "Member 'SBZPoseableSkeletalMeshComponent_GetBoneTransformByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SBZPoseableSkeletalMeshComponent_GetBoneTransformByName, BoneSpace) == 0x00000C, "Member 'SBZPoseableSkeletalMeshComponent_GetBoneTransformByName::BoneSpace' has a wrong offset!"); \ +static_assert(offsetof(SBZPoseableSkeletalMeshComponent_GetBoneTransformByName, ReturnValue) == 0x000010, "Member 'SBZPoseableSkeletalMeshComponent_GetBoneTransformByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPoseableSkeletalMeshComponent_ResetBoneTransformByName \ +static_assert(alignof(SBZPoseableSkeletalMeshComponent_ResetBoneTransformByName) == 0x000004, "Wrong alignment on SBZPoseableSkeletalMeshComponent_ResetBoneTransformByName"); \ +static_assert(sizeof(SBZPoseableSkeletalMeshComponent_ResetBoneTransformByName) == 0x00000C, "Wrong size on SBZPoseableSkeletalMeshComponent_ResetBoneTransformByName"); \ +static_assert(offsetof(SBZPoseableSkeletalMeshComponent_ResetBoneTransformByName, BoneName) == 0x000000, "Member 'SBZPoseableSkeletalMeshComponent_ResetBoneTransformByName::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPoseableSkeletalMeshComponent_SetBoneLocationByName \ +static_assert(alignof(SBZPoseableSkeletalMeshComponent_SetBoneLocationByName) == 0x000004, "Wrong alignment on SBZPoseableSkeletalMeshComponent_SetBoneLocationByName"); \ +static_assert(sizeof(SBZPoseableSkeletalMeshComponent_SetBoneLocationByName) == 0x00001C, "Wrong size on SBZPoseableSkeletalMeshComponent_SetBoneLocationByName"); \ +static_assert(offsetof(SBZPoseableSkeletalMeshComponent_SetBoneLocationByName, BoneName) == 0x000000, "Member 'SBZPoseableSkeletalMeshComponent_SetBoneLocationByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SBZPoseableSkeletalMeshComponent_SetBoneLocationByName, InLocation) == 0x00000C, "Member 'SBZPoseableSkeletalMeshComponent_SetBoneLocationByName::InLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZPoseableSkeletalMeshComponent_SetBoneLocationByName, BoneSpace) == 0x000018, "Member 'SBZPoseableSkeletalMeshComponent_SetBoneLocationByName::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPoseableSkeletalMeshComponent_SetBoneRotationByName \ +static_assert(alignof(SBZPoseableSkeletalMeshComponent_SetBoneRotationByName) == 0x000004, "Wrong alignment on SBZPoseableSkeletalMeshComponent_SetBoneRotationByName"); \ +static_assert(sizeof(SBZPoseableSkeletalMeshComponent_SetBoneRotationByName) == 0x00001C, "Wrong size on SBZPoseableSkeletalMeshComponent_SetBoneRotationByName"); \ +static_assert(offsetof(SBZPoseableSkeletalMeshComponent_SetBoneRotationByName, BoneName) == 0x000000, "Member 'SBZPoseableSkeletalMeshComponent_SetBoneRotationByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SBZPoseableSkeletalMeshComponent_SetBoneRotationByName, InRotation) == 0x00000C, "Member 'SBZPoseableSkeletalMeshComponent_SetBoneRotationByName::InRotation' has a wrong offset!"); \ +static_assert(offsetof(SBZPoseableSkeletalMeshComponent_SetBoneRotationByName, BoneSpace) == 0x000018, "Member 'SBZPoseableSkeletalMeshComponent_SetBoneRotationByName::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPoseableSkeletalMeshComponent_SetBoneScaleByName \ +static_assert(alignof(SBZPoseableSkeletalMeshComponent_SetBoneScaleByName) == 0x000004, "Wrong alignment on SBZPoseableSkeletalMeshComponent_SetBoneScaleByName"); \ +static_assert(sizeof(SBZPoseableSkeletalMeshComponent_SetBoneScaleByName) == 0x00001C, "Wrong size on SBZPoseableSkeletalMeshComponent_SetBoneScaleByName"); \ +static_assert(offsetof(SBZPoseableSkeletalMeshComponent_SetBoneScaleByName, BoneName) == 0x000000, "Member 'SBZPoseableSkeletalMeshComponent_SetBoneScaleByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SBZPoseableSkeletalMeshComponent_SetBoneScaleByName, InScale3D) == 0x00000C, "Member 'SBZPoseableSkeletalMeshComponent_SetBoneScaleByName::InScale3D' has a wrong offset!"); \ +static_assert(offsetof(SBZPoseableSkeletalMeshComponent_SetBoneScaleByName, BoneSpace) == 0x000018, "Member 'SBZPoseableSkeletalMeshComponent_SetBoneScaleByName::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPoseableSkeletalMeshComponent_SetBoneTransformByName \ +static_assert(alignof(SBZPoseableSkeletalMeshComponent_SetBoneTransformByName) == 0x000010, "Wrong alignment on SBZPoseableSkeletalMeshComponent_SetBoneTransformByName"); \ +static_assert(sizeof(SBZPoseableSkeletalMeshComponent_SetBoneTransformByName) == 0x000050, "Wrong size on SBZPoseableSkeletalMeshComponent_SetBoneTransformByName"); \ +static_assert(offsetof(SBZPoseableSkeletalMeshComponent_SetBoneTransformByName, BoneName) == 0x000000, "Member 'SBZPoseableSkeletalMeshComponent_SetBoneTransformByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SBZPoseableSkeletalMeshComponent_SetBoneTransformByName, InTransform) == 0x000010, "Member 'SBZPoseableSkeletalMeshComponent_SetBoneTransformByName::InTransform' has a wrong offset!"); \ +static_assert(offsetof(SBZPoseableSkeletalMeshComponent_SetBoneTransformByName, BoneSpace) == 0x000040, "Member 'SBZPoseableSkeletalMeshComponent_SetBoneTransformByName::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPoseableSkeletalMeshComponent \ +static_assert(alignof(USBZPoseableSkeletalMeshComponent) == 0x000010, "Wrong alignment on USBZPoseableSkeletalMeshComponent"); \ +static_assert(sizeof(USBZPoseableSkeletalMeshComponent) == 0x001130, "Wrong size on USBZPoseableSkeletalMeshComponent"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBreakMaterialAttributes \ +static_assert(alignof(UMaterialExpressionBreakMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionBreakMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionBreakMaterialAttributes) == 0x000068, "Wrong size on UMaterialExpressionBreakMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionBreakMaterialAttributes, MaterialAttributes) == 0x000048, "Member 'UMaterialExpressionBreakMaterialAttributes::MaterialAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInGameAdManager \ +static_assert(alignof(UInGameAdManager) == 0x000008, "Wrong alignment on UInGameAdManager"); \ +static_assert(sizeof(UInGameAdManager) == 0x000068, "Wrong size on UInGameAdManager"); \ +static_assert(offsetof(UInGameAdManager, ClickedBannerDelegates) == 0x000048, "Member 'UInGameAdManager::ClickedBannerDelegates' has a wrong offset!"); \ +static_assert(offsetof(UInGameAdManager, ClosedAdDelegates) == 0x000058, "Member 'UInGameAdManager::ClosedAdDelegates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInheritableComponentHandler \ +static_assert(alignof(UInheritableComponentHandler) == 0x000008, "Wrong alignment on UInheritableComponentHandler"); \ +static_assert(sizeof(UInheritableComponentHandler) == 0x000050, "Wrong size on UInheritableComponentHandler"); \ +static_assert(offsetof(UInheritableComponentHandler, Records) == 0x000030, "Member 'UInheritableComponentHandler::Records' has a wrong offset!"); \ +static_assert(offsetof(UInheritableComponentHandler, UnnecessaryComponents) == 0x000040, "Member 'UInheritableComponentHandler::UnnecessaryComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZIrradianceVolume \ +static_assert(alignof(ASBZIrradianceVolume) == 0x000008, "Wrong alignment on ASBZIrradianceVolume"); \ +static_assert(sizeof(ASBZIrradianceVolume) == 0x000308, "Wrong size on ASBZIrradianceVolume"); \ +static_assert(offsetof(ASBZIrradianceVolume, IrradianceVolumeComponent) == 0x000300, "Member 'ASBZIrradianceVolume::IrradianceVolumeComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMax \ +static_assert(alignof(UMaterialExpressionMax) == 0x000008, "Wrong alignment on UMaterialExpressionMax"); \ +static_assert(sizeof(UMaterialExpressionMax) == 0x000088, "Wrong size on UMaterialExpressionMax"); \ +static_assert(offsetof(UMaterialExpressionMax, A) == 0x000048, "Member 'UMaterialExpressionMax::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMax, B) == 0x000064, "Member 'UMaterialExpressionMax::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMax, ConstA) == 0x000080, "Member 'UMaterialExpressionMax::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMax, ConstB) == 0x000084, "Member 'UMaterialExpressionMax::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATriggerCapsule \ +static_assert(alignof(ATriggerCapsule) == 0x000008, "Wrong alignment on ATriggerCapsule"); \ +static_assert(sizeof(ATriggerCapsule) == 0x0002B0, "Wrong size on ATriggerCapsule"); \ + +#define DUMPER7_ASSERTS_UInputActionDelegateBinding \ +static_assert(alignof(UInputActionDelegateBinding) == 0x000008, "Wrong alignment on UInputActionDelegateBinding"); \ +static_assert(sizeof(UInputActionDelegateBinding) == 0x000040, "Wrong size on UInputActionDelegateBinding"); \ +static_assert(offsetof(UInputActionDelegateBinding, InputActionDelegateBindings) == 0x000030, "Member 'UInputActionDelegateBinding::InputActionDelegateBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAtmosphericLightVector \ +static_assert(alignof(UMaterialExpressionAtmosphericLightVector) == 0x000008, "Wrong alignment on UMaterialExpressionAtmosphericLightVector"); \ +static_assert(sizeof(UMaterialExpressionAtmosphericLightVector) == 0x000048, "Wrong size on UMaterialExpressionAtmosphericLightVector"); \ + +#define DUMPER7_ASSERTS_UInputAxisDelegateBinding \ +static_assert(alignof(UInputAxisDelegateBinding) == 0x000008, "Wrong alignment on UInputAxisDelegateBinding"); \ +static_assert(sizeof(UInputAxisDelegateBinding) == 0x000040, "Wrong size on UInputAxisDelegateBinding"); \ +static_assert(offsetof(UInputAxisDelegateBinding, InputAxisDelegateBindings) == 0x000030, "Member 'UInputAxisDelegateBinding::InputAxisDelegateBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeQualityLevel \ +static_assert(alignof(USoundNodeQualityLevel) == 0x000008, "Wrong alignment on USoundNodeQualityLevel"); \ +static_assert(sizeof(USoundNodeQualityLevel) == 0x000058, "Wrong size on USoundNodeQualityLevel"); \ +static_assert(offsetof(USoundNodeQualityLevel, CookedQualityLevelIndex) == 0x000050, "Member 'USoundNodeQualityLevel::CookedQualityLevelIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFunctionInput \ +static_assert(alignof(UMaterialExpressionFunctionInput) == 0x000010, "Wrong alignment on UMaterialExpressionFunctionInput"); \ +static_assert(sizeof(UMaterialExpressionFunctionInput) == 0x0000E0, "Wrong size on UMaterialExpressionFunctionInput"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, Preview) == 0x000048, "Member 'UMaterialExpressionFunctionInput::Preview' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, InputName) == 0x000064, "Member 'UMaterialExpressionFunctionInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, Description) == 0x000070, "Member 'UMaterialExpressionFunctionInput::Description' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, Id) == 0x000080, "Member 'UMaterialExpressionFunctionInput::Id' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, InputType) == 0x000090, "Member 'UMaterialExpressionFunctionInput::InputType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, PreviewValue) == 0x0000A0, "Member 'UMaterialExpressionFunctionInput::PreviewValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, SortPriority) == 0x0000B4, "Member 'UMaterialExpressionFunctionInput::SortPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_GetControllerAnalogKeyState \ +static_assert(alignof(InputComponent_GetControllerAnalogKeyState) == 0x000008, "Wrong alignment on InputComponent_GetControllerAnalogKeyState"); \ +static_assert(sizeof(InputComponent_GetControllerAnalogKeyState) == 0x000028, "Wrong size on InputComponent_GetControllerAnalogKeyState"); \ +static_assert(offsetof(InputComponent_GetControllerAnalogKeyState, Key) == 0x000000, "Member 'InputComponent_GetControllerAnalogKeyState::Key' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetControllerAnalogKeyState, ReturnValue) == 0x000020, "Member 'InputComponent_GetControllerAnalogKeyState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_GetControllerAnalogStickState \ +static_assert(alignof(InputComponent_GetControllerAnalogStickState) == 0x000004, "Wrong alignment on InputComponent_GetControllerAnalogStickState"); \ +static_assert(sizeof(InputComponent_GetControllerAnalogStickState) == 0x00000C, "Wrong size on InputComponent_GetControllerAnalogStickState"); \ +static_assert(offsetof(InputComponent_GetControllerAnalogStickState, WhichStick) == 0x000000, "Member 'InputComponent_GetControllerAnalogStickState::WhichStick' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetControllerAnalogStickState, StickX) == 0x000004, "Member 'InputComponent_GetControllerAnalogStickState::StickX' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetControllerAnalogStickState, StickY) == 0x000008, "Member 'InputComponent_GetControllerAnalogStickState::StickY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_GetControllerKeyTimeDown \ +static_assert(alignof(InputComponent_GetControllerKeyTimeDown) == 0x000008, "Wrong alignment on InputComponent_GetControllerKeyTimeDown"); \ +static_assert(sizeof(InputComponent_GetControllerKeyTimeDown) == 0x000028, "Wrong size on InputComponent_GetControllerKeyTimeDown"); \ +static_assert(offsetof(InputComponent_GetControllerKeyTimeDown, Key) == 0x000000, "Member 'InputComponent_GetControllerKeyTimeDown::Key' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetControllerKeyTimeDown, ReturnValue) == 0x000020, "Member 'InputComponent_GetControllerKeyTimeDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_GetControllerMouseDelta \ +static_assert(alignof(InputComponent_GetControllerMouseDelta) == 0x000004, "Wrong alignment on InputComponent_GetControllerMouseDelta"); \ +static_assert(sizeof(InputComponent_GetControllerMouseDelta) == 0x000008, "Wrong size on InputComponent_GetControllerMouseDelta"); \ +static_assert(offsetof(InputComponent_GetControllerMouseDelta, DeltaX) == 0x000000, "Member 'InputComponent_GetControllerMouseDelta::DeltaX' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetControllerMouseDelta, DeltaY) == 0x000004, "Member 'InputComponent_GetControllerMouseDelta::DeltaY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_GetControllerVectorKeyState \ +static_assert(alignof(InputComponent_GetControllerVectorKeyState) == 0x000008, "Wrong alignment on InputComponent_GetControllerVectorKeyState"); \ +static_assert(sizeof(InputComponent_GetControllerVectorKeyState) == 0x000030, "Wrong size on InputComponent_GetControllerVectorKeyState"); \ +static_assert(offsetof(InputComponent_GetControllerVectorKeyState, Key) == 0x000000, "Member 'InputComponent_GetControllerVectorKeyState::Key' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetControllerVectorKeyState, ReturnValue) == 0x000020, "Member 'InputComponent_GetControllerVectorKeyState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_GetTouchState \ +static_assert(alignof(InputComponent_GetTouchState) == 0x000004, "Wrong alignment on InputComponent_GetTouchState"); \ +static_assert(sizeof(InputComponent_GetTouchState) == 0x000010, "Wrong size on InputComponent_GetTouchState"); \ +static_assert(offsetof(InputComponent_GetTouchState, FingerIndex) == 0x000000, "Member 'InputComponent_GetTouchState::FingerIndex' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetTouchState, LocationX) == 0x000004, "Member 'InputComponent_GetTouchState::LocationX' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetTouchState, LocationY) == 0x000008, "Member 'InputComponent_GetTouchState::LocationY' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetTouchState, bIsCurrentlyPressed) == 0x00000C, "Member 'InputComponent_GetTouchState::bIsCurrentlyPressed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_IsControllerKeyDown \ +static_assert(alignof(InputComponent_IsControllerKeyDown) == 0x000008, "Wrong alignment on InputComponent_IsControllerKeyDown"); \ +static_assert(sizeof(InputComponent_IsControllerKeyDown) == 0x000028, "Wrong size on InputComponent_IsControllerKeyDown"); \ +static_assert(offsetof(InputComponent_IsControllerKeyDown, Key) == 0x000000, "Member 'InputComponent_IsControllerKeyDown::Key' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_IsControllerKeyDown, ReturnValue) == 0x000020, "Member 'InputComponent_IsControllerKeyDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_WasControllerKeyJustPressed \ +static_assert(alignof(InputComponent_WasControllerKeyJustPressed) == 0x000008, "Wrong alignment on InputComponent_WasControllerKeyJustPressed"); \ +static_assert(sizeof(InputComponent_WasControllerKeyJustPressed) == 0x000028, "Wrong size on InputComponent_WasControllerKeyJustPressed"); \ +static_assert(offsetof(InputComponent_WasControllerKeyJustPressed, Key) == 0x000000, "Member 'InputComponent_WasControllerKeyJustPressed::Key' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_WasControllerKeyJustPressed, ReturnValue) == 0x000020, "Member 'InputComponent_WasControllerKeyJustPressed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_WasControllerKeyJustReleased \ +static_assert(alignof(InputComponent_WasControllerKeyJustReleased) == 0x000008, "Wrong alignment on InputComponent_WasControllerKeyJustReleased"); \ +static_assert(sizeof(InputComponent_WasControllerKeyJustReleased) == 0x000028, "Wrong size on InputComponent_WasControllerKeyJustReleased"); \ +static_assert(offsetof(InputComponent_WasControllerKeyJustReleased, Key) == 0x000000, "Member 'InputComponent_WasControllerKeyJustReleased::Key' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_WasControllerKeyJustReleased, ReturnValue) == 0x000020, "Member 'InputComponent_WasControllerKeyJustReleased::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputComponent \ +static_assert(alignof(UInputComponent) == 0x000008, "Wrong alignment on UInputComponent"); \ +static_assert(sizeof(UInputComponent) == 0x000148, "Wrong size on UInputComponent"); \ +static_assert(offsetof(UInputComponent, CachedKeyToActionInfo) == 0x000130, "Member 'UInputComponent::CachedKeyToActionInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputKeyDelegateBinding \ +static_assert(alignof(UInputKeyDelegateBinding) == 0x000008, "Wrong alignment on UInputKeyDelegateBinding"); \ +static_assert(sizeof(UInputKeyDelegateBinding) == 0x000040, "Wrong size on UInputKeyDelegateBinding"); \ +static_assert(offsetof(UInputKeyDelegateBinding, InputKeyDelegateBindings) == 0x000030, "Member 'UInputKeyDelegateBinding::InputKeyDelegateBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavigationSystemConfig \ +static_assert(alignof(UNavigationSystemConfig) == 0x000008, "Wrong alignment on UNavigationSystemConfig"); \ +static_assert(sizeof(UNavigationSystemConfig) == 0x000068, "Wrong size on UNavigationSystemConfig"); \ +static_assert(offsetof(UNavigationSystemConfig, NavigationSystemClass) == 0x000030, "Member 'UNavigationSystemConfig::NavigationSystemClass' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemConfig, SupportedAgentsMask) == 0x000050, "Member 'UNavigationSystemConfig::SupportedAgentsMask' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemConfig, DefaultAgentName) == 0x000054, "Member 'UNavigationSystemConfig::DefaultAgentName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNullNavSysConfig \ +static_assert(alignof(UNullNavSysConfig) == 0x000008, "Wrong alignment on UNullNavSysConfig"); \ +static_assert(sizeof(UNullNavSysConfig) == 0x000068, "Wrong size on UNullNavSysConfig"); \ + +#define DUMPER7_ASSERTS_InputSettings_GetInputSettings \ +static_assert(alignof(InputSettings_GetInputSettings) == 0x000008, "Wrong alignment on InputSettings_GetInputSettings"); \ +static_assert(sizeof(InputSettings_GetInputSettings) == 0x000008, "Wrong size on InputSettings_GetInputSettings"); \ +static_assert(offsetof(InputSettings_GetInputSettings, ReturnValue) == 0x000000, "Member 'InputSettings_GetInputSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputSettings_AddActionMapping \ +static_assert(alignof(InputSettings_AddActionMapping) == 0x000008, "Wrong alignment on InputSettings_AddActionMapping"); \ +static_assert(sizeof(InputSettings_AddActionMapping) == 0x000038, "Wrong size on InputSettings_AddActionMapping"); \ +static_assert(offsetof(InputSettings_AddActionMapping, KeyMapping) == 0x000000, "Member 'InputSettings_AddActionMapping::KeyMapping' has a wrong offset!"); \ +static_assert(offsetof(InputSettings_AddActionMapping, bForceRebuildKeymaps) == 0x000030, "Member 'InputSettings_AddActionMapping::bForceRebuildKeymaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputSettings_AddAxisMapping \ +static_assert(alignof(InputSettings_AddAxisMapping) == 0x000008, "Wrong alignment on InputSettings_AddAxisMapping"); \ +static_assert(sizeof(InputSettings_AddAxisMapping) == 0x000038, "Wrong size on InputSettings_AddAxisMapping"); \ +static_assert(offsetof(InputSettings_AddAxisMapping, KeyMapping) == 0x000000, "Member 'InputSettings_AddAxisMapping::KeyMapping' has a wrong offset!"); \ +static_assert(offsetof(InputSettings_AddAxisMapping, bForceRebuildKeymaps) == 0x000030, "Member 'InputSettings_AddAxisMapping::bForceRebuildKeymaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputSettings_RemoveActionMapping \ +static_assert(alignof(InputSettings_RemoveActionMapping) == 0x000008, "Wrong alignment on InputSettings_RemoveActionMapping"); \ +static_assert(sizeof(InputSettings_RemoveActionMapping) == 0x000038, "Wrong size on InputSettings_RemoveActionMapping"); \ +static_assert(offsetof(InputSettings_RemoveActionMapping, KeyMapping) == 0x000000, "Member 'InputSettings_RemoveActionMapping::KeyMapping' has a wrong offset!"); \ +static_assert(offsetof(InputSettings_RemoveActionMapping, bForceRebuildKeymaps) == 0x000030, "Member 'InputSettings_RemoveActionMapping::bForceRebuildKeymaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputSettings_RemoveAxisMapping \ +static_assert(alignof(InputSettings_RemoveAxisMapping) == 0x000008, "Wrong alignment on InputSettings_RemoveAxisMapping"); \ +static_assert(sizeof(InputSettings_RemoveAxisMapping) == 0x000038, "Wrong size on InputSettings_RemoveAxisMapping"); \ +static_assert(offsetof(InputSettings_RemoveAxisMapping, KeyMapping) == 0x000000, "Member 'InputSettings_RemoveAxisMapping::KeyMapping' has a wrong offset!"); \ +static_assert(offsetof(InputSettings_RemoveAxisMapping, bForceRebuildKeymaps) == 0x000030, "Member 'InputSettings_RemoveAxisMapping::bForceRebuildKeymaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputSettings_GetActionMappingByName \ +static_assert(alignof(InputSettings_GetActionMappingByName) == 0x000008, "Wrong alignment on InputSettings_GetActionMappingByName"); \ +static_assert(sizeof(InputSettings_GetActionMappingByName) == 0x000020, "Wrong size on InputSettings_GetActionMappingByName"); \ +static_assert(offsetof(InputSettings_GetActionMappingByName, InActionName) == 0x000000, "Member 'InputSettings_GetActionMappingByName::InActionName' has a wrong offset!"); \ +static_assert(offsetof(InputSettings_GetActionMappingByName, OutMappings) == 0x000010, "Member 'InputSettings_GetActionMappingByName::OutMappings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputSettings_GetActionNames \ +static_assert(alignof(InputSettings_GetActionNames) == 0x000008, "Wrong alignment on InputSettings_GetActionNames"); \ +static_assert(sizeof(InputSettings_GetActionNames) == 0x000010, "Wrong size on InputSettings_GetActionNames"); \ +static_assert(offsetof(InputSettings_GetActionNames, ActionNames) == 0x000000, "Member 'InputSettings_GetActionNames::ActionNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputSettings_GetAxisMappingByName \ +static_assert(alignof(InputSettings_GetAxisMappingByName) == 0x000008, "Wrong alignment on InputSettings_GetAxisMappingByName"); \ +static_assert(sizeof(InputSettings_GetAxisMappingByName) == 0x000020, "Wrong size on InputSettings_GetAxisMappingByName"); \ +static_assert(offsetof(InputSettings_GetAxisMappingByName, InAxisName) == 0x000000, "Member 'InputSettings_GetAxisMappingByName::InAxisName' has a wrong offset!"); \ +static_assert(offsetof(InputSettings_GetAxisMappingByName, OutMappings) == 0x000010, "Member 'InputSettings_GetAxisMappingByName::OutMappings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputSettings_GetAxisNames \ +static_assert(alignof(InputSettings_GetAxisNames) == 0x000008, "Wrong alignment on InputSettings_GetAxisNames"); \ +static_assert(sizeof(InputSettings_GetAxisNames) == 0x000010, "Wrong size on InputSettings_GetAxisNames"); \ +static_assert(offsetof(InputSettings_GetAxisNames, AxisNames) == 0x000000, "Member 'InputSettings_GetAxisNames::AxisNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputSettings \ +static_assert(alignof(UInputSettings) == 0x000008, "Wrong alignment on UInputSettings"); \ +static_assert(sizeof(UInputSettings) == 0x000168, "Wrong size on UInputSettings"); \ +static_assert(offsetof(UInputSettings, AxisConfig) == 0x000030, "Member 'UInputSettings::AxisConfig' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, bUseAutocorrect) == 0x000042, "Member 'UInputSettings::bUseAutocorrect' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ExcludedAutocorrectOS) == 0x000048, "Member 'UInputSettings::ExcludedAutocorrectOS' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ExcludedAutocorrectCultures) == 0x000058, "Member 'UInputSettings::ExcludedAutocorrectCultures' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ExcludedAutocorrectDeviceModels) == 0x000068, "Member 'UInputSettings::ExcludedAutocorrectDeviceModels' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DefaultViewportMouseCaptureMode) == 0x000078, "Member 'UInputSettings::DefaultViewportMouseCaptureMode' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DefaultViewportMouseLockMode) == 0x000079, "Member 'UInputSettings::DefaultViewportMouseLockMode' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, FOVScale) == 0x00007C, "Member 'UInputSettings::FOVScale' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DoubleClickTime) == 0x000080, "Member 'UInputSettings::DoubleClickTime' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ActionMappings) == 0x000088, "Member 'UInputSettings::ActionMappings' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, AxisMappings) == 0x000098, "Member 'UInputSettings::AxisMappings' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, SpeechMappings) == 0x0000A8, "Member 'UInputSettings::SpeechMappings' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DefaultPlayerInputClass) == 0x0000B8, "Member 'UInputSettings::DefaultPlayerInputClass' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DefaultInputComponentClass) == 0x0000E8, "Member 'UInputSettings::DefaultInputComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DefaultTouchInterface) == 0x000118, "Member 'UInputSettings::DefaultTouchInterface' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ConsoleKey) == 0x000138, "Member 'UInputSettings::ConsoleKey' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ConsoleKeys) == 0x000158, "Member 'UInputSettings::ConsoleKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavCollisionBase \ +static_assert(alignof(UNavCollisionBase) == 0x000008, "Wrong alignment on UNavCollisionBase"); \ +static_assert(sizeof(UNavCollisionBase) == 0x000080, "Wrong size on UNavCollisionBase"); \ + +#define DUMPER7_ASSERTS_UInputTouchDelegateBinding \ +static_assert(alignof(UInputTouchDelegateBinding) == 0x000008, "Wrong alignment on UInputTouchDelegateBinding"); \ +static_assert(sizeof(UInputTouchDelegateBinding) == 0x000040, "Wrong size on UInputTouchDelegateBinding"); \ +static_assert(offsetof(UInputTouchDelegateBinding, InputTouchDelegateBindings) == 0x000030, "Member 'UInputTouchDelegateBinding::InputTouchDelegateBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VOIPTalker_CreateTalkerForPlayer \ +static_assert(alignof(VOIPTalker_CreateTalkerForPlayer) == 0x000008, "Wrong alignment on VOIPTalker_CreateTalkerForPlayer"); \ +static_assert(sizeof(VOIPTalker_CreateTalkerForPlayer) == 0x000010, "Wrong size on VOIPTalker_CreateTalkerForPlayer"); \ +static_assert(offsetof(VOIPTalker_CreateTalkerForPlayer, OwningState) == 0x000000, "Member 'VOIPTalker_CreateTalkerForPlayer::OwningState' has a wrong offset!"); \ +static_assert(offsetof(VOIPTalker_CreateTalkerForPlayer, ReturnValue) == 0x000008, "Member 'VOIPTalker_CreateTalkerForPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VOIPTalker_BPOnTalkingBegin \ +static_assert(alignof(VOIPTalker_BPOnTalkingBegin) == 0x000008, "Wrong alignment on VOIPTalker_BPOnTalkingBegin"); \ +static_assert(sizeof(VOIPTalker_BPOnTalkingBegin) == 0x000008, "Wrong size on VOIPTalker_BPOnTalkingBegin"); \ +static_assert(offsetof(VOIPTalker_BPOnTalkingBegin, AudioComponent) == 0x000000, "Member 'VOIPTalker_BPOnTalkingBegin::AudioComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VOIPTalker_GetVoiceLevel \ +static_assert(alignof(VOIPTalker_GetVoiceLevel) == 0x000004, "Wrong alignment on VOIPTalker_GetVoiceLevel"); \ +static_assert(sizeof(VOIPTalker_GetVoiceLevel) == 0x000004, "Wrong size on VOIPTalker_GetVoiceLevel"); \ +static_assert(offsetof(VOIPTalker_GetVoiceLevel, ReturnValue) == 0x000000, "Member 'VOIPTalker_GetVoiceLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VOIPTalker_RegisterWithPlayerState \ +static_assert(alignof(VOIPTalker_RegisterWithPlayerState) == 0x000008, "Wrong alignment on VOIPTalker_RegisterWithPlayerState"); \ +static_assert(sizeof(VOIPTalker_RegisterWithPlayerState) == 0x000008, "Wrong size on VOIPTalker_RegisterWithPlayerState"); \ +static_assert(offsetof(VOIPTalker_RegisterWithPlayerState, OwningState) == 0x000000, "Member 'VOIPTalker_RegisterWithPlayerState::OwningState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVOIPTalker \ +static_assert(alignof(UVOIPTalker) == 0x000008, "Wrong alignment on UVOIPTalker"); \ +static_assert(sizeof(UVOIPTalker) == 0x0000F8, "Wrong size on UVOIPTalker"); \ +static_assert(offsetof(UVOIPTalker, Settings) == 0x0000C0, "Member 'UVOIPTalker::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleColor_Seeded \ +static_assert(alignof(UParticleModuleColor_Seeded) == 0x000008, "Wrong alignment on UParticleModuleColor_Seeded"); \ +static_assert(sizeof(UParticleModuleColor_Seeded) == 0x0000D8, "Wrong size on UParticleModuleColor_Seeded"); \ +static_assert(offsetof(UParticleModuleColor_Seeded, RandomSeedInfo) == 0x0000B8, "Member 'UParticleModuleColor_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IInterface_ActorSubobject \ +static_assert(alignof(IInterface_ActorSubobject) == 0x000001, "Wrong alignment on IInterface_ActorSubobject"); \ +static_assert(sizeof(IInterface_ActorSubobject) == 0x000001, "Wrong size on IInterface_ActorSubobject"); \ + +#define DUMPER7_ASSERTS_IBoneReferenceSkeletonProvider \ +static_assert(alignof(IBoneReferenceSkeletonProvider) == 0x000001, "Wrong alignment on IBoneReferenceSkeletonProvider"); \ +static_assert(sizeof(IBoneReferenceSkeletonProvider) == 0x000001, "Wrong size on IBoneReferenceSkeletonProvider"); \ + +#define DUMPER7_ASSERTS_IInterface_CollisionDataProvider \ +static_assert(alignof(IInterface_CollisionDataProvider) == 0x000001, "Wrong alignment on IInterface_CollisionDataProvider"); \ +static_assert(sizeof(IInterface_CollisionDataProvider) == 0x000001, "Wrong size on IInterface_CollisionDataProvider"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstFloatMaterialParam \ +static_assert(alignof(UInterpTrackInstFloatMaterialParam) == 0x000008, "Wrong alignment on UInterpTrackInstFloatMaterialParam"); \ +static_assert(sizeof(UInterpTrackInstFloatMaterialParam) == 0x000068, "Wrong size on UInterpTrackInstFloatMaterialParam"); \ +static_assert(offsetof(UInterpTrackInstFloatMaterialParam, MaterialInstances) == 0x000030, "Member 'UInterpTrackInstFloatMaterialParam::MaterialInstances' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstFloatMaterialParam, ResetFloats) == 0x000040, "Member 'UInterpTrackInstFloatMaterialParam::ResetFloats' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstFloatMaterialParam, PrimitiveMaterialRefs) == 0x000050, "Member 'UInterpTrackInstFloatMaterialParam::PrimitiveMaterialRefs' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstFloatMaterialParam, InstancedTrack) == 0x000060, "Member 'UInterpTrackInstFloatMaterialParam::InstancedTrack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IInterface_PostProcessVolume \ +static_assert(alignof(IInterface_PostProcessVolume) == 0x000001, "Wrong alignment on IInterface_PostProcessVolume"); \ +static_assert(sizeof(IInterface_PostProcessVolume) == 0x000001, "Wrong size on IInterface_PostProcessVolume"); \ + +#define DUMPER7_ASSERTS_USimpleConstructionScript \ +static_assert(alignof(USimpleConstructionScript) == 0x000008, "Wrong alignment on USimpleConstructionScript"); \ +static_assert(sizeof(USimpleConstructionScript) == 0x0000A8, "Wrong size on USimpleConstructionScript"); \ +static_assert(offsetof(USimpleConstructionScript, RootNodes) == 0x000030, "Member 'USimpleConstructionScript::RootNodes' has a wrong offset!"); \ +static_assert(offsetof(USimpleConstructionScript, AllNodes) == 0x000040, "Member 'USimpleConstructionScript::AllNodes' has a wrong offset!"); \ +static_assert(offsetof(USimpleConstructionScript, DefaultSceneRootNode) == 0x000050, "Member 'USimpleConstructionScript::DefaultSceneRootNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILevelPartitionInterface \ +static_assert(alignof(ILevelPartitionInterface) == 0x000001, "Wrong alignment on ILevelPartitionInterface"); \ +static_assert(sizeof(ILevelPartitionInterface) == 0x000001, "Wrong size on ILevelPartitionInterface"); \ + +#define DUMPER7_ASSERTS_IInterface_PreviewMeshProvider \ +static_assert(alignof(IInterface_PreviewMeshProvider) == 0x000001, "Wrong alignment on IInterface_PreviewMeshProvider"); \ +static_assert(sizeof(IInterface_PreviewMeshProvider) == 0x000001, "Wrong size on IInterface_PreviewMeshProvider"); \ + +#define DUMPER7_ASSERTS_UInterpCurveEdSetup \ +static_assert(alignof(UInterpCurveEdSetup) == 0x000008, "Wrong alignment on UInterpCurveEdSetup"); \ +static_assert(sizeof(UInterpCurveEdSetup) == 0x000048, "Wrong size on UInterpCurveEdSetup"); \ +static_assert(offsetof(UInterpCurveEdSetup, Tabs) == 0x000030, "Member 'UInterpCurveEdSetup::Tabs' has a wrong offset!"); \ +static_assert(offsetof(UInterpCurveEdSetup, ActiveTab) == 0x000040, "Member 'UInterpCurveEdSetup::ActiveTab' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCurveAtlasRowParameter \ +static_assert(alignof(UMaterialExpressionCurveAtlasRowParameter) == 0x000008, "Wrong alignment on UMaterialExpressionCurveAtlasRowParameter"); \ +static_assert(sizeof(UMaterialExpressionCurveAtlasRowParameter) == 0x0000A0, "Wrong size on UMaterialExpressionCurveAtlasRowParameter"); \ +static_assert(offsetof(UMaterialExpressionCurveAtlasRowParameter, Curve) == 0x000070, "Member 'UMaterialExpressionCurveAtlasRowParameter::Curve' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCurveAtlasRowParameter, Atlas) == 0x000078, "Member 'UMaterialExpressionCurveAtlasRowParameter::Atlas' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCurveAtlasRowParameter, InputTime) == 0x000080, "Member 'UMaterialExpressionCurveAtlasRowParameter::InputTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpData \ +static_assert(alignof(UInterpData) == 0x000008, "Wrong alignment on UInterpData"); \ +static_assert(sizeof(UInterpData) == 0x000078, "Wrong size on UInterpData"); \ +static_assert(offsetof(UInterpData, InterpLength) == 0x000030, "Member 'UInterpData::InterpLength' has a wrong offset!"); \ +static_assert(offsetof(UInterpData, PathBuildTime) == 0x000034, "Member 'UInterpData::PathBuildTime' has a wrong offset!"); \ +static_assert(offsetof(UInterpData, InterpGroups) == 0x000038, "Member 'UInterpData::InterpGroups' has a wrong offset!"); \ +static_assert(offsetof(UInterpData, CurveEdSetup) == 0x000048, "Member 'UInterpData::CurveEdSetup' has a wrong offset!"); \ +static_assert(offsetof(UInterpData, EdSectionStart) == 0x000050, "Member 'UInterpData::EdSectionStart' has a wrong offset!"); \ +static_assert(offsetof(UInterpData, EdSectionEnd) == 0x000054, "Member 'UInterpData::EdSectionEnd' has a wrong offset!"); \ +static_assert(offsetof(UInterpData, CachedDirectorGroup) == 0x000060, "Member 'UInterpData::CachedDirectorGroup' has a wrong offset!"); \ +static_assert(offsetof(UInterpData, AllEventNames) == 0x000068, "Member 'UInterpData::AllEventNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULineBatchComponent \ +static_assert(alignof(ULineBatchComponent) == 0x000010, "Wrong alignment on ULineBatchComponent"); \ +static_assert(sizeof(ULineBatchComponent) == 0x000540, "Wrong size on ULineBatchComponent"); \ + +#define DUMPER7_ASSERTS_USBZIrradianceVolumeLineBatchComponent \ +static_assert(alignof(USBZIrradianceVolumeLineBatchComponent) == 0x000010, "Wrong alignment on USBZIrradianceVolumeLineBatchComponent"); \ +static_assert(sizeof(USBZIrradianceVolumeLineBatchComponent) == 0x000540, "Wrong size on USBZIrradianceVolumeLineBatchComponent"); \ + +#define DUMPER7_ASSERTS_UInterpGroupCamera \ +static_assert(alignof(UInterpGroupCamera) == 0x000008, "Wrong alignment on UInterpGroupCamera"); \ +static_assert(sizeof(UInterpGroupCamera) == 0x000070, "Wrong size on UInterpGroupCamera"); \ +static_assert(offsetof(UInterpGroupCamera, CameraAnimInst) == 0x000060, "Member 'UInterpGroupCamera::CameraAnimInst' has a wrong offset!"); \ +static_assert(offsetof(UInterpGroupCamera, CompressTolerance) == 0x000068, "Member 'UInterpGroupCamera::CompressTolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTireType \ +static_assert(alignof(UTireType) == 0x000008, "Wrong alignment on UTireType"); \ +static_assert(sizeof(UTireType) == 0x000040, "Wrong size on UTireType"); \ +static_assert(offsetof(UTireType, FrictionScale) == 0x000038, "Member 'UTireType::FrictionScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LODSyncComponent_GetLODSyncDebugText \ +static_assert(alignof(LODSyncComponent_GetLODSyncDebugText) == 0x000008, "Wrong alignment on LODSyncComponent_GetLODSyncDebugText"); \ +static_assert(sizeof(LODSyncComponent_GetLODSyncDebugText) == 0x000010, "Wrong size on LODSyncComponent_GetLODSyncDebugText"); \ +static_assert(offsetof(LODSyncComponent_GetLODSyncDebugText, ReturnValue) == 0x000000, "Member 'LODSyncComponent_GetLODSyncDebugText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULODSyncComponent \ +static_assert(alignof(ULODSyncComponent) == 0x000008, "Wrong alignment on ULODSyncComponent"); \ +static_assert(sizeof(ULODSyncComponent) == 0x000150, "Wrong size on ULODSyncComponent"); \ +static_assert(offsetof(ULODSyncComponent, NumLODs) == 0x0000C0, "Member 'ULODSyncComponent::NumLODs' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, ForcedLOD) == 0x0000C4, "Member 'ULODSyncComponent::ForcedLOD' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, ComponentsToSync) == 0x0000C8, "Member 'ULODSyncComponent::ComponentsToSync' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, CustomLODMapping) == 0x0000D8, "Member 'ULODSyncComponent::CustomLODMapping' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, CurrentLOD) == 0x000128, "Member 'ULODSyncComponent::CurrentLOD' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, CurrentNumLODs) == 0x00012C, "Member 'ULODSyncComponent::CurrentNumLODs' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, DriveComponents) == 0x000130, "Member 'ULODSyncComponent::DriveComponents' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, SubComponents) == 0x000140, "Member 'ULODSyncComponent::SubComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpGroupDirector \ +static_assert(alignof(UInterpGroupDirector) == 0x000008, "Wrong alignment on UInterpGroupDirector"); \ +static_assert(sizeof(UInterpGroupDirector) == 0x000060, "Wrong size on UInterpGroupDirector"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsCurrency_Float \ +static_assert(alignof(KismetTextLibrary_AsCurrency_Float) == 0x000008, "Wrong alignment on KismetTextLibrary_AsCurrency_Float"); \ +static_assert(sizeof(KismetTextLibrary_AsCurrency_Float) == 0x000040, "Wrong size on KismetTextLibrary_AsCurrency_Float"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, Value) == 0x000000, "Member 'KismetTextLibrary_AsCurrency_Float::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, RoundingMode) == 0x000004, "Member 'KismetTextLibrary_AsCurrency_Float::RoundingMode' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, bAlwaysSign) == 0x000005, "Member 'KismetTextLibrary_AsCurrency_Float::bAlwaysSign' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, bUseGrouping) == 0x000006, "Member 'KismetTextLibrary_AsCurrency_Float::bUseGrouping' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, MinimumIntegralDigits) == 0x000008, "Member 'KismetTextLibrary_AsCurrency_Float::MinimumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, MaximumIntegralDigits) == 0x00000C, "Member 'KismetTextLibrary_AsCurrency_Float::MaximumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, MinimumFractionalDigits) == 0x000010, "Member 'KismetTextLibrary_AsCurrency_Float::MinimumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, MaximumFractionalDigits) == 0x000014, "Member 'KismetTextLibrary_AsCurrency_Float::MaximumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, CurrencyCode) == 0x000018, "Member 'KismetTextLibrary_AsCurrency_Float::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, ReturnValue) == 0x000028, "Member 'KismetTextLibrary_AsCurrency_Float::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsCurrency_Integer \ +static_assert(alignof(KismetTextLibrary_AsCurrency_Integer) == 0x000008, "Wrong alignment on KismetTextLibrary_AsCurrency_Integer"); \ +static_assert(sizeof(KismetTextLibrary_AsCurrency_Integer) == 0x000040, "Wrong size on KismetTextLibrary_AsCurrency_Integer"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, Value) == 0x000000, "Member 'KismetTextLibrary_AsCurrency_Integer::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, RoundingMode) == 0x000004, "Member 'KismetTextLibrary_AsCurrency_Integer::RoundingMode' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, bAlwaysSign) == 0x000005, "Member 'KismetTextLibrary_AsCurrency_Integer::bAlwaysSign' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, bUseGrouping) == 0x000006, "Member 'KismetTextLibrary_AsCurrency_Integer::bUseGrouping' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, MinimumIntegralDigits) == 0x000008, "Member 'KismetTextLibrary_AsCurrency_Integer::MinimumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, MaximumIntegralDigits) == 0x00000C, "Member 'KismetTextLibrary_AsCurrency_Integer::MaximumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, MinimumFractionalDigits) == 0x000010, "Member 'KismetTextLibrary_AsCurrency_Integer::MinimumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, MaximumFractionalDigits) == 0x000014, "Member 'KismetTextLibrary_AsCurrency_Integer::MaximumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, CurrencyCode) == 0x000018, "Member 'KismetTextLibrary_AsCurrency_Integer::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, ReturnValue) == 0x000028, "Member 'KismetTextLibrary_AsCurrency_Integer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsCurrency_Integer64 \ +static_assert(alignof(KismetTextLibrary_AsCurrency_Integer64) == 0x000008, "Wrong alignment on KismetTextLibrary_AsCurrency_Integer64"); \ +static_assert(sizeof(KismetTextLibrary_AsCurrency_Integer64) == 0x000030, "Wrong size on KismetTextLibrary_AsCurrency_Integer64"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer64, Value) == 0x000000, "Member 'KismetTextLibrary_AsCurrency_Integer64::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer64, CurrencyCode) == 0x000008, "Member 'KismetTextLibrary_AsCurrency_Integer64::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer64, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_AsCurrency_Integer64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsCurrencyBase \ +static_assert(alignof(KismetTextLibrary_AsCurrencyBase) == 0x000008, "Wrong alignment on KismetTextLibrary_AsCurrencyBase"); \ +static_assert(sizeof(KismetTextLibrary_AsCurrencyBase) == 0x000030, "Wrong size on KismetTextLibrary_AsCurrencyBase"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrencyBase, BaseValue) == 0x000000, "Member 'KismetTextLibrary_AsCurrencyBase::BaseValue' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrencyBase, CurrencyCode) == 0x000008, "Member 'KismetTextLibrary_AsCurrencyBase::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrencyBase, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_AsCurrencyBase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsDate_DateTime \ +static_assert(alignof(KismetTextLibrary_AsDate_DateTime) == 0x000008, "Wrong alignment on KismetTextLibrary_AsDate_DateTime"); \ +static_assert(sizeof(KismetTextLibrary_AsDate_DateTime) == 0x000020, "Wrong size on KismetTextLibrary_AsDate_DateTime"); \ +static_assert(offsetof(KismetTextLibrary_AsDate_DateTime, InDateTime) == 0x000000, "Member 'KismetTextLibrary_AsDate_DateTime::InDateTime' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsDate_DateTime, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_AsDate_DateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsDateTime_DateTime \ +static_assert(alignof(KismetTextLibrary_AsDateTime_DateTime) == 0x000008, "Wrong alignment on KismetTextLibrary_AsDateTime_DateTime"); \ +static_assert(sizeof(KismetTextLibrary_AsDateTime_DateTime) == 0x000020, "Wrong size on KismetTextLibrary_AsDateTime_DateTime"); \ +static_assert(offsetof(KismetTextLibrary_AsDateTime_DateTime, In) == 0x000000, "Member 'KismetTextLibrary_AsDateTime_DateTime::In' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsDateTime_DateTime, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_AsDateTime_DateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsPercent_Float \ +static_assert(alignof(KismetTextLibrary_AsPercent_Float) == 0x000008, "Wrong alignment on KismetTextLibrary_AsPercent_Float"); \ +static_assert(sizeof(KismetTextLibrary_AsPercent_Float) == 0x000030, "Wrong size on KismetTextLibrary_AsPercent_Float"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, Value) == 0x000000, "Member 'KismetTextLibrary_AsPercent_Float::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, RoundingMode) == 0x000004, "Member 'KismetTextLibrary_AsPercent_Float::RoundingMode' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, bAlwaysSign) == 0x000005, "Member 'KismetTextLibrary_AsPercent_Float::bAlwaysSign' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, bUseGrouping) == 0x000006, "Member 'KismetTextLibrary_AsPercent_Float::bUseGrouping' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, MinimumIntegralDigits) == 0x000008, "Member 'KismetTextLibrary_AsPercent_Float::MinimumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, MaximumIntegralDigits) == 0x00000C, "Member 'KismetTextLibrary_AsPercent_Float::MaximumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, MinimumFractionalDigits) == 0x000010, "Member 'KismetTextLibrary_AsPercent_Float::MinimumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, MaximumFractionalDigits) == 0x000014, "Member 'KismetTextLibrary_AsPercent_Float::MaximumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_AsPercent_Float::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsTime_DateTime \ +static_assert(alignof(KismetTextLibrary_AsTime_DateTime) == 0x000008, "Wrong alignment on KismetTextLibrary_AsTime_DateTime"); \ +static_assert(sizeof(KismetTextLibrary_AsTime_DateTime) == 0x000020, "Wrong size on KismetTextLibrary_AsTime_DateTime"); \ +static_assert(offsetof(KismetTextLibrary_AsTime_DateTime, In) == 0x000000, "Member 'KismetTextLibrary_AsTime_DateTime::In' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsTime_DateTime, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_AsTime_DateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsTimespan_Timespan \ +static_assert(alignof(KismetTextLibrary_AsTimespan_Timespan) == 0x000008, "Wrong alignment on KismetTextLibrary_AsTimespan_Timespan"); \ +static_assert(sizeof(KismetTextLibrary_AsTimespan_Timespan) == 0x000020, "Wrong size on KismetTextLibrary_AsTimespan_Timespan"); \ +static_assert(offsetof(KismetTextLibrary_AsTimespan_Timespan, InTimespan) == 0x000000, "Member 'KismetTextLibrary_AsTimespan_Timespan::InTimespan' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsTimespan_Timespan, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_AsTimespan_Timespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsTimeZoneDate_DateTime \ +static_assert(alignof(KismetTextLibrary_AsTimeZoneDate_DateTime) == 0x000008, "Wrong alignment on KismetTextLibrary_AsTimeZoneDate_DateTime"); \ +static_assert(sizeof(KismetTextLibrary_AsTimeZoneDate_DateTime) == 0x000030, "Wrong size on KismetTextLibrary_AsTimeZoneDate_DateTime"); \ +static_assert(offsetof(KismetTextLibrary_AsTimeZoneDate_DateTime, InDateTime) == 0x000000, "Member 'KismetTextLibrary_AsTimeZoneDate_DateTime::InDateTime' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsTimeZoneDate_DateTime, InTimeZone) == 0x000008, "Member 'KismetTextLibrary_AsTimeZoneDate_DateTime::InTimeZone' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsTimeZoneDate_DateTime, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_AsTimeZoneDate_DateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsTimeZoneDateTime_DateTime \ +static_assert(alignof(KismetTextLibrary_AsTimeZoneDateTime_DateTime) == 0x000008, "Wrong alignment on KismetTextLibrary_AsTimeZoneDateTime_DateTime"); \ +static_assert(sizeof(KismetTextLibrary_AsTimeZoneDateTime_DateTime) == 0x000030, "Wrong size on KismetTextLibrary_AsTimeZoneDateTime_DateTime"); \ +static_assert(offsetof(KismetTextLibrary_AsTimeZoneDateTime_DateTime, InDateTime) == 0x000000, "Member 'KismetTextLibrary_AsTimeZoneDateTime_DateTime::InDateTime' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsTimeZoneDateTime_DateTime, InTimeZone) == 0x000008, "Member 'KismetTextLibrary_AsTimeZoneDateTime_DateTime::InTimeZone' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsTimeZoneDateTime_DateTime, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_AsTimeZoneDateTime_DateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsTimeZoneTime_DateTime \ +static_assert(alignof(KismetTextLibrary_AsTimeZoneTime_DateTime) == 0x000008, "Wrong alignment on KismetTextLibrary_AsTimeZoneTime_DateTime"); \ +static_assert(sizeof(KismetTextLibrary_AsTimeZoneTime_DateTime) == 0x000030, "Wrong size on KismetTextLibrary_AsTimeZoneTime_DateTime"); \ +static_assert(offsetof(KismetTextLibrary_AsTimeZoneTime_DateTime, InDateTime) == 0x000000, "Member 'KismetTextLibrary_AsTimeZoneTime_DateTime::InDateTime' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsTimeZoneTime_DateTime, InTimeZone) == 0x000008, "Member 'KismetTextLibrary_AsTimeZoneTime_DateTime::InTimeZone' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsTimeZoneTime_DateTime, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_AsTimeZoneTime_DateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_BoolToText \ +static_assert(alignof(KismetTextLibrary_Conv_BoolToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_BoolToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_BoolToText) == 0x000020, "Wrong size on KismetTextLibrary_Conv_BoolToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_BoolToText, InBool) == 0x000000, "Member 'KismetTextLibrary_Conv_BoolToText::InBool' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_BoolToText, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_Conv_BoolToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_ByteToText \ +static_assert(alignof(KismetTextLibrary_Conv_ByteToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_ByteToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_ByteToText) == 0x000020, "Wrong size on KismetTextLibrary_Conv_ByteToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_ByteToText, Value) == 0x000000, "Member 'KismetTextLibrary_Conv_ByteToText::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_ByteToText, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_Conv_ByteToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_ColorToText \ +static_assert(alignof(KismetTextLibrary_Conv_ColorToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_ColorToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_ColorToText) == 0x000028, "Wrong size on KismetTextLibrary_Conv_ColorToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_ColorToText, InColor) == 0x000000, "Member 'KismetTextLibrary_Conv_ColorToText::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_ColorToText, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_Conv_ColorToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_FloatToText \ +static_assert(alignof(KismetTextLibrary_Conv_FloatToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_FloatToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_FloatToText) == 0x000030, "Wrong size on KismetTextLibrary_Conv_FloatToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, Value) == 0x000000, "Member 'KismetTextLibrary_Conv_FloatToText::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, RoundingMode) == 0x000004, "Member 'KismetTextLibrary_Conv_FloatToText::RoundingMode' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, bAlwaysSign) == 0x000005, "Member 'KismetTextLibrary_Conv_FloatToText::bAlwaysSign' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, bUseGrouping) == 0x000006, "Member 'KismetTextLibrary_Conv_FloatToText::bUseGrouping' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, MinimumIntegralDigits) == 0x000008, "Member 'KismetTextLibrary_Conv_FloatToText::MinimumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, MaximumIntegralDigits) == 0x00000C, "Member 'KismetTextLibrary_Conv_FloatToText::MaximumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, MinimumFractionalDigits) == 0x000010, "Member 'KismetTextLibrary_Conv_FloatToText::MinimumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, MaximumFractionalDigits) == 0x000014, "Member 'KismetTextLibrary_Conv_FloatToText::MaximumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_Conv_FloatToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_Int64ToText \ +static_assert(alignof(KismetTextLibrary_Conv_Int64ToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_Int64ToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_Int64ToText) == 0x000030, "Wrong size on KismetTextLibrary_Conv_Int64ToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_Int64ToText, Value) == 0x000000, "Member 'KismetTextLibrary_Conv_Int64ToText::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_Int64ToText, bAlwaysSign) == 0x000008, "Member 'KismetTextLibrary_Conv_Int64ToText::bAlwaysSign' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_Int64ToText, bUseGrouping) == 0x000009, "Member 'KismetTextLibrary_Conv_Int64ToText::bUseGrouping' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_Int64ToText, MinimumIntegralDigits) == 0x00000C, "Member 'KismetTextLibrary_Conv_Int64ToText::MinimumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_Int64ToText, MaximumIntegralDigits) == 0x000010, "Member 'KismetTextLibrary_Conv_Int64ToText::MaximumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_Int64ToText, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_Conv_Int64ToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_IntToText \ +static_assert(alignof(KismetTextLibrary_Conv_IntToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_IntToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_IntToText) == 0x000028, "Wrong size on KismetTextLibrary_Conv_IntToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_IntToText, Value) == 0x000000, "Member 'KismetTextLibrary_Conv_IntToText::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_IntToText, bAlwaysSign) == 0x000004, "Member 'KismetTextLibrary_Conv_IntToText::bAlwaysSign' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_IntToText, bUseGrouping) == 0x000005, "Member 'KismetTextLibrary_Conv_IntToText::bUseGrouping' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_IntToText, MinimumIntegralDigits) == 0x000008, "Member 'KismetTextLibrary_Conv_IntToText::MinimumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_IntToText, MaximumIntegralDigits) == 0x00000C, "Member 'KismetTextLibrary_Conv_IntToText::MaximumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_IntToText, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_Conv_IntToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_NameToText \ +static_assert(alignof(KismetTextLibrary_Conv_NameToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_NameToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_NameToText) == 0x000028, "Wrong size on KismetTextLibrary_Conv_NameToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_NameToText, InName) == 0x000000, "Member 'KismetTextLibrary_Conv_NameToText::InName' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_NameToText, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_Conv_NameToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_ObjectToText \ +static_assert(alignof(KismetTextLibrary_Conv_ObjectToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_ObjectToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_ObjectToText) == 0x000020, "Wrong size on KismetTextLibrary_Conv_ObjectToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_ObjectToText, InObj) == 0x000000, "Member 'KismetTextLibrary_Conv_ObjectToText::InObj' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_ObjectToText, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_Conv_ObjectToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_RotatorToText \ +static_assert(alignof(KismetTextLibrary_Conv_RotatorToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_RotatorToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_RotatorToText) == 0x000028, "Wrong size on KismetTextLibrary_Conv_RotatorToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_RotatorToText, InRot) == 0x000000, "Member 'KismetTextLibrary_Conv_RotatorToText::InRot' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_RotatorToText, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_Conv_RotatorToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_StringToText \ +static_assert(alignof(KismetTextLibrary_Conv_StringToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_StringToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_StringToText) == 0x000028, "Wrong size on KismetTextLibrary_Conv_StringToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_StringToText, InString) == 0x000000, "Member 'KismetTextLibrary_Conv_StringToText::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_StringToText, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_Conv_StringToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_TextToString \ +static_assert(alignof(KismetTextLibrary_Conv_TextToString) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_TextToString"); \ +static_assert(sizeof(KismetTextLibrary_Conv_TextToString) == 0x000028, "Wrong size on KismetTextLibrary_Conv_TextToString"); \ +static_assert(offsetof(KismetTextLibrary_Conv_TextToString, InText) == 0x000000, "Member 'KismetTextLibrary_Conv_TextToString::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_TextToString, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_Conv_TextToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_TransformToText \ +static_assert(alignof(KismetTextLibrary_Conv_TransformToText) == 0x000010, "Wrong alignment on KismetTextLibrary_Conv_TransformToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_TransformToText) == 0x000050, "Wrong size on KismetTextLibrary_Conv_TransformToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_TransformToText, InTrans) == 0x000000, "Member 'KismetTextLibrary_Conv_TransformToText::InTrans' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_TransformToText, ReturnValue) == 0x000030, "Member 'KismetTextLibrary_Conv_TransformToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_Vector2dToText \ +static_assert(alignof(KismetTextLibrary_Conv_Vector2dToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_Vector2dToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_Vector2dToText) == 0x000020, "Wrong size on KismetTextLibrary_Conv_Vector2dToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_Vector2dToText, InVec) == 0x000000, "Member 'KismetTextLibrary_Conv_Vector2dToText::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_Vector2dToText, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_Conv_Vector2dToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_VectorToText \ +static_assert(alignof(KismetTextLibrary_Conv_VectorToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_VectorToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_VectorToText) == 0x000028, "Wrong size on KismetTextLibrary_Conv_VectorToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_VectorToText, InVec) == 0x000000, "Member 'KismetTextLibrary_Conv_VectorToText::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_VectorToText, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_Conv_VectorToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_EqualEqual_IgnoreCase_TextText \ +static_assert(alignof(KismetTextLibrary_EqualEqual_IgnoreCase_TextText) == 0x000008, "Wrong alignment on KismetTextLibrary_EqualEqual_IgnoreCase_TextText"); \ +static_assert(sizeof(KismetTextLibrary_EqualEqual_IgnoreCase_TextText) == 0x000038, "Wrong size on KismetTextLibrary_EqualEqual_IgnoreCase_TextText"); \ +static_assert(offsetof(KismetTextLibrary_EqualEqual_IgnoreCase_TextText, A) == 0x000000, "Member 'KismetTextLibrary_EqualEqual_IgnoreCase_TextText::A' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_EqualEqual_IgnoreCase_TextText, B) == 0x000018, "Member 'KismetTextLibrary_EqualEqual_IgnoreCase_TextText::B' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_EqualEqual_IgnoreCase_TextText, ReturnValue) == 0x000030, "Member 'KismetTextLibrary_EqualEqual_IgnoreCase_TextText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_EqualEqual_TextText \ +static_assert(alignof(KismetTextLibrary_EqualEqual_TextText) == 0x000008, "Wrong alignment on KismetTextLibrary_EqualEqual_TextText"); \ +static_assert(sizeof(KismetTextLibrary_EqualEqual_TextText) == 0x000038, "Wrong size on KismetTextLibrary_EqualEqual_TextText"); \ +static_assert(offsetof(KismetTextLibrary_EqualEqual_TextText, A) == 0x000000, "Member 'KismetTextLibrary_EqualEqual_TextText::A' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_EqualEqual_TextText, B) == 0x000018, "Member 'KismetTextLibrary_EqualEqual_TextText::B' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_EqualEqual_TextText, ReturnValue) == 0x000030, "Member 'KismetTextLibrary_EqualEqual_TextText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_FindTextInLocalizationTable \ +static_assert(alignof(KismetTextLibrary_FindTextInLocalizationTable) == 0x000008, "Wrong alignment on KismetTextLibrary_FindTextInLocalizationTable"); \ +static_assert(sizeof(KismetTextLibrary_FindTextInLocalizationTable) == 0x000040, "Wrong size on KismetTextLibrary_FindTextInLocalizationTable"); \ +static_assert(offsetof(KismetTextLibrary_FindTextInLocalizationTable, Namespace) == 0x000000, "Member 'KismetTextLibrary_FindTextInLocalizationTable::Namespace' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_FindTextInLocalizationTable, Key) == 0x000010, "Member 'KismetTextLibrary_FindTextInLocalizationTable::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_FindTextInLocalizationTable, OutText) == 0x000020, "Member 'KismetTextLibrary_FindTextInLocalizationTable::OutText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_FindTextInLocalizationTable, ReturnValue) == 0x000038, "Member 'KismetTextLibrary_FindTextInLocalizationTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Format \ +static_assert(alignof(KismetTextLibrary_Format) == 0x000008, "Wrong alignment on KismetTextLibrary_Format"); \ +static_assert(sizeof(KismetTextLibrary_Format) == 0x000040, "Wrong size on KismetTextLibrary_Format"); \ +static_assert(offsetof(KismetTextLibrary_Format, InPattern) == 0x000000, "Member 'KismetTextLibrary_Format::InPattern' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Format, InArgs) == 0x000018, "Member 'KismetTextLibrary_Format::InArgs' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Format, ReturnValue) == 0x000028, "Member 'KismetTextLibrary_Format::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_GetEmptyText \ +static_assert(alignof(KismetTextLibrary_GetEmptyText) == 0x000008, "Wrong alignment on KismetTextLibrary_GetEmptyText"); \ +static_assert(sizeof(KismetTextLibrary_GetEmptyText) == 0x000018, "Wrong size on KismetTextLibrary_GetEmptyText"); \ +static_assert(offsetof(KismetTextLibrary_GetEmptyText, ReturnValue) == 0x000000, "Member 'KismetTextLibrary_GetEmptyText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_IsPolyglotDataValid \ +static_assert(alignof(KismetTextLibrary_IsPolyglotDataValid) == 0x000008, "Wrong alignment on KismetTextLibrary_IsPolyglotDataValid"); \ +static_assert(sizeof(KismetTextLibrary_IsPolyglotDataValid) == 0x0000D8, "Wrong size on KismetTextLibrary_IsPolyglotDataValid"); \ +static_assert(offsetof(KismetTextLibrary_IsPolyglotDataValid, PolyglotData) == 0x000000, "Member 'KismetTextLibrary_IsPolyglotDataValid::PolyglotData' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_IsPolyglotDataValid, IsValid) == 0x0000B8, "Member 'KismetTextLibrary_IsPolyglotDataValid::IsValid' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_IsPolyglotDataValid, ErrorMessage) == 0x0000C0, "Member 'KismetTextLibrary_IsPolyglotDataValid::ErrorMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_NotEqual_IgnoreCase_TextText \ +static_assert(alignof(KismetTextLibrary_NotEqual_IgnoreCase_TextText) == 0x000008, "Wrong alignment on KismetTextLibrary_NotEqual_IgnoreCase_TextText"); \ +static_assert(sizeof(KismetTextLibrary_NotEqual_IgnoreCase_TextText) == 0x000038, "Wrong size on KismetTextLibrary_NotEqual_IgnoreCase_TextText"); \ +static_assert(offsetof(KismetTextLibrary_NotEqual_IgnoreCase_TextText, A) == 0x000000, "Member 'KismetTextLibrary_NotEqual_IgnoreCase_TextText::A' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_NotEqual_IgnoreCase_TextText, B) == 0x000018, "Member 'KismetTextLibrary_NotEqual_IgnoreCase_TextText::B' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_NotEqual_IgnoreCase_TextText, ReturnValue) == 0x000030, "Member 'KismetTextLibrary_NotEqual_IgnoreCase_TextText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_NotEqual_TextText \ +static_assert(alignof(KismetTextLibrary_NotEqual_TextText) == 0x000008, "Wrong alignment on KismetTextLibrary_NotEqual_TextText"); \ +static_assert(sizeof(KismetTextLibrary_NotEqual_TextText) == 0x000038, "Wrong size on KismetTextLibrary_NotEqual_TextText"); \ +static_assert(offsetof(KismetTextLibrary_NotEqual_TextText, A) == 0x000000, "Member 'KismetTextLibrary_NotEqual_TextText::A' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_NotEqual_TextText, B) == 0x000018, "Member 'KismetTextLibrary_NotEqual_TextText::B' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_NotEqual_TextText, ReturnValue) == 0x000030, "Member 'KismetTextLibrary_NotEqual_TextText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_PolyglotDataToText \ +static_assert(alignof(KismetTextLibrary_PolyglotDataToText) == 0x000008, "Wrong alignment on KismetTextLibrary_PolyglotDataToText"); \ +static_assert(sizeof(KismetTextLibrary_PolyglotDataToText) == 0x0000D0, "Wrong size on KismetTextLibrary_PolyglotDataToText"); \ +static_assert(offsetof(KismetTextLibrary_PolyglotDataToText, PolyglotData) == 0x000000, "Member 'KismetTextLibrary_PolyglotDataToText::PolyglotData' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_PolyglotDataToText, ReturnValue) == 0x0000B8, "Member 'KismetTextLibrary_PolyglotDataToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_StringTableIdAndKeyFromText \ +static_assert(alignof(KismetTextLibrary_StringTableIdAndKeyFromText) == 0x000008, "Wrong alignment on KismetTextLibrary_StringTableIdAndKeyFromText"); \ +static_assert(sizeof(KismetTextLibrary_StringTableIdAndKeyFromText) == 0x000040, "Wrong size on KismetTextLibrary_StringTableIdAndKeyFromText"); \ +static_assert(offsetof(KismetTextLibrary_StringTableIdAndKeyFromText, Text) == 0x000000, "Member 'KismetTextLibrary_StringTableIdAndKeyFromText::Text' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_StringTableIdAndKeyFromText, OutTableId) == 0x000018, "Member 'KismetTextLibrary_StringTableIdAndKeyFromText::OutTableId' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_StringTableIdAndKeyFromText, OutKey) == 0x000028, "Member 'KismetTextLibrary_StringTableIdAndKeyFromText::OutKey' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_StringTableIdAndKeyFromText, ReturnValue) == 0x000038, "Member 'KismetTextLibrary_StringTableIdAndKeyFromText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextFromStringTable \ +static_assert(alignof(KismetTextLibrary_TextFromStringTable) == 0x000008, "Wrong alignment on KismetTextLibrary_TextFromStringTable"); \ +static_assert(sizeof(KismetTextLibrary_TextFromStringTable) == 0x000038, "Wrong size on KismetTextLibrary_TextFromStringTable"); \ +static_assert(offsetof(KismetTextLibrary_TextFromStringTable, TableId) == 0x000000, "Member 'KismetTextLibrary_TextFromStringTable::TableId' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextFromStringTable, Key) == 0x000010, "Member 'KismetTextLibrary_TextFromStringTable::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextFromStringTable, ReturnValue) == 0x000020, "Member 'KismetTextLibrary_TextFromStringTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextIsCultureInvariant \ +static_assert(alignof(KismetTextLibrary_TextIsCultureInvariant) == 0x000008, "Wrong alignment on KismetTextLibrary_TextIsCultureInvariant"); \ +static_assert(sizeof(KismetTextLibrary_TextIsCultureInvariant) == 0x000020, "Wrong size on KismetTextLibrary_TextIsCultureInvariant"); \ +static_assert(offsetof(KismetTextLibrary_TextIsCultureInvariant, InText) == 0x000000, "Member 'KismetTextLibrary_TextIsCultureInvariant::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextIsCultureInvariant, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextIsCultureInvariant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextIsEmpty \ +static_assert(alignof(KismetTextLibrary_TextIsEmpty) == 0x000008, "Wrong alignment on KismetTextLibrary_TextIsEmpty"); \ +static_assert(sizeof(KismetTextLibrary_TextIsEmpty) == 0x000020, "Wrong size on KismetTextLibrary_TextIsEmpty"); \ +static_assert(offsetof(KismetTextLibrary_TextIsEmpty, InText) == 0x000000, "Member 'KismetTextLibrary_TextIsEmpty::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextIsEmpty, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextIsEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextIsFromStringTable \ +static_assert(alignof(KismetTextLibrary_TextIsFromStringTable) == 0x000008, "Wrong alignment on KismetTextLibrary_TextIsFromStringTable"); \ +static_assert(sizeof(KismetTextLibrary_TextIsFromStringTable) == 0x000020, "Wrong size on KismetTextLibrary_TextIsFromStringTable"); \ +static_assert(offsetof(KismetTextLibrary_TextIsFromStringTable, Text) == 0x000000, "Member 'KismetTextLibrary_TextIsFromStringTable::Text' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextIsFromStringTable, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextIsFromStringTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextIsTransient \ +static_assert(alignof(KismetTextLibrary_TextIsTransient) == 0x000008, "Wrong alignment on KismetTextLibrary_TextIsTransient"); \ +static_assert(sizeof(KismetTextLibrary_TextIsTransient) == 0x000020, "Wrong size on KismetTextLibrary_TextIsTransient"); \ +static_assert(offsetof(KismetTextLibrary_TextIsTransient, InText) == 0x000000, "Member 'KismetTextLibrary_TextIsTransient::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextIsTransient, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextIsTransient::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextToLower \ +static_assert(alignof(KismetTextLibrary_TextToLower) == 0x000008, "Wrong alignment on KismetTextLibrary_TextToLower"); \ +static_assert(sizeof(KismetTextLibrary_TextToLower) == 0x000030, "Wrong size on KismetTextLibrary_TextToLower"); \ +static_assert(offsetof(KismetTextLibrary_TextToLower, InText) == 0x000000, "Member 'KismetTextLibrary_TextToLower::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextToLower, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextToLower::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextToUpper \ +static_assert(alignof(KismetTextLibrary_TextToUpper) == 0x000008, "Wrong alignment on KismetTextLibrary_TextToUpper"); \ +static_assert(sizeof(KismetTextLibrary_TextToUpper) == 0x000030, "Wrong size on KismetTextLibrary_TextToUpper"); \ +static_assert(offsetof(KismetTextLibrary_TextToUpper, InText) == 0x000000, "Member 'KismetTextLibrary_TextToUpper::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextToUpper, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextToUpper::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextTrimPreceding \ +static_assert(alignof(KismetTextLibrary_TextTrimPreceding) == 0x000008, "Wrong alignment on KismetTextLibrary_TextTrimPreceding"); \ +static_assert(sizeof(KismetTextLibrary_TextTrimPreceding) == 0x000030, "Wrong size on KismetTextLibrary_TextTrimPreceding"); \ +static_assert(offsetof(KismetTextLibrary_TextTrimPreceding, InText) == 0x000000, "Member 'KismetTextLibrary_TextTrimPreceding::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextTrimPreceding, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextTrimPreceding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextTrimPrecedingAndTrailing \ +static_assert(alignof(KismetTextLibrary_TextTrimPrecedingAndTrailing) == 0x000008, "Wrong alignment on KismetTextLibrary_TextTrimPrecedingAndTrailing"); \ +static_assert(sizeof(KismetTextLibrary_TextTrimPrecedingAndTrailing) == 0x000030, "Wrong size on KismetTextLibrary_TextTrimPrecedingAndTrailing"); \ +static_assert(offsetof(KismetTextLibrary_TextTrimPrecedingAndTrailing, InText) == 0x000000, "Member 'KismetTextLibrary_TextTrimPrecedingAndTrailing::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextTrimPrecedingAndTrailing, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextTrimPrecedingAndTrailing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextTrimTrailing \ +static_assert(alignof(KismetTextLibrary_TextTrimTrailing) == 0x000008, "Wrong alignment on KismetTextLibrary_TextTrimTrailing"); \ +static_assert(sizeof(KismetTextLibrary_TextTrimTrailing) == 0x000030, "Wrong size on KismetTextLibrary_TextTrimTrailing"); \ +static_assert(offsetof(KismetTextLibrary_TextTrimTrailing, InText) == 0x000000, "Member 'KismetTextLibrary_TextTrimTrailing::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextTrimTrailing, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextTrimTrailing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetTextLibrary \ +static_assert(alignof(UKismetTextLibrary) == 0x000008, "Wrong alignment on UKismetTextLibrary"); \ +static_assert(sizeof(UKismetTextLibrary) == 0x000030, "Wrong size on UKismetTextLibrary"); \ + +#define DUMPER7_ASSERTS_UInterpGroupInstCamera \ +static_assert(alignof(UInterpGroupInstCamera) == 0x000008, "Wrong alignment on UInterpGroupInstCamera"); \ +static_assert(sizeof(UInterpGroupInstCamera) == 0x000050, "Wrong size on UInterpGroupInstCamera"); \ + +#define DUMPER7_ASSERTS_INavigationDataInterface \ +static_assert(alignof(INavigationDataInterface) == 0x000001, "Wrong alignment on INavigationDataInterface"); \ +static_assert(sizeof(INavigationDataInterface) == 0x000001, "Wrong size on INavigationDataInterface"); \ + +#define DUMPER7_ASSERTS_UInterpGroupInstDirector \ +static_assert(alignof(UInterpGroupInstDirector) == 0x000008, "Wrong alignment on UInterpGroupInstDirector"); \ +static_assert(sizeof(UInterpGroupInstDirector) == 0x000050, "Wrong size on UInterpGroupInstDirector"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDistanceFieldGradient \ +static_assert(alignof(UMaterialExpressionDistanceFieldGradient) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceFieldGradient"); \ +static_assert(sizeof(UMaterialExpressionDistanceFieldGradient) == 0x000068, "Wrong size on UMaterialExpressionDistanceFieldGradient"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldGradient, Position) == 0x000048, "Member 'UMaterialExpressionDistanceFieldGradient::Position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NetPushModelHelpers_MarkPropertyDirty \ +static_assert(alignof(NetPushModelHelpers_MarkPropertyDirty) == 0x000008, "Wrong alignment on NetPushModelHelpers_MarkPropertyDirty"); \ +static_assert(sizeof(NetPushModelHelpers_MarkPropertyDirty) == 0x000018, "Wrong size on NetPushModelHelpers_MarkPropertyDirty"); \ +static_assert(offsetof(NetPushModelHelpers_MarkPropertyDirty, Object) == 0x000000, "Member 'NetPushModelHelpers_MarkPropertyDirty::Object' has a wrong offset!"); \ +static_assert(offsetof(NetPushModelHelpers_MarkPropertyDirty, PropertyName) == 0x000008, "Member 'NetPushModelHelpers_MarkPropertyDirty::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NetPushModelHelpers_MarkPropertyDirtyFromRepIndex \ +static_assert(alignof(NetPushModelHelpers_MarkPropertyDirtyFromRepIndex) == 0x000008, "Wrong alignment on NetPushModelHelpers_MarkPropertyDirtyFromRepIndex"); \ +static_assert(sizeof(NetPushModelHelpers_MarkPropertyDirtyFromRepIndex) == 0x000018, "Wrong size on NetPushModelHelpers_MarkPropertyDirtyFromRepIndex"); \ +static_assert(offsetof(NetPushModelHelpers_MarkPropertyDirtyFromRepIndex, Object) == 0x000000, "Member 'NetPushModelHelpers_MarkPropertyDirtyFromRepIndex::Object' has a wrong offset!"); \ +static_assert(offsetof(NetPushModelHelpers_MarkPropertyDirtyFromRepIndex, RepIndex) == 0x000008, "Member 'NetPushModelHelpers_MarkPropertyDirtyFromRepIndex::RepIndex' has a wrong offset!"); \ +static_assert(offsetof(NetPushModelHelpers_MarkPropertyDirtyFromRepIndex, PropertyName) == 0x00000C, "Member 'NetPushModelHelpers_MarkPropertyDirtyFromRepIndex::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetPushModelHelpers \ +static_assert(alignof(UNetPushModelHelpers) == 0x000008, "Wrong alignment on UNetPushModelHelpers"); \ +static_assert(sizeof(UNetPushModelHelpers) == 0x000030, "Wrong size on UNetPushModelHelpers"); \ + +#define DUMPER7_ASSERTS_InterpToMovementComponent_AddControlPointPosition \ +static_assert(alignof(InterpToMovementComponent_AddControlPointPosition) == 0x000004, "Wrong alignment on InterpToMovementComponent_AddControlPointPosition"); \ +static_assert(sizeof(InterpToMovementComponent_AddControlPointPosition) == 0x000010, "Wrong size on InterpToMovementComponent_AddControlPointPosition"); \ +static_assert(offsetof(InterpToMovementComponent_AddControlPointPosition, Pos) == 0x000000, "Member 'InterpToMovementComponent_AddControlPointPosition::Pos' has a wrong offset!"); \ +static_assert(offsetof(InterpToMovementComponent_AddControlPointPosition, bPositionIsRelative) == 0x00000C, "Member 'InterpToMovementComponent_AddControlPointPosition::bPositionIsRelative' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterpToMovementComponent_RestartMovement \ +static_assert(alignof(InterpToMovementComponent_RestartMovement) == 0x000004, "Wrong alignment on InterpToMovementComponent_RestartMovement"); \ +static_assert(sizeof(InterpToMovementComponent_RestartMovement) == 0x000004, "Wrong size on InterpToMovementComponent_RestartMovement"); \ +static_assert(offsetof(InterpToMovementComponent_RestartMovement, InitialDirection) == 0x000000, "Member 'InterpToMovementComponent_RestartMovement::InitialDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterpToMovementComponent_StopSimulating \ +static_assert(alignof(InterpToMovementComponent_StopSimulating) == 0x000004, "Wrong alignment on InterpToMovementComponent_StopSimulating"); \ +static_assert(sizeof(InterpToMovementComponent_StopSimulating) == 0x000090, "Wrong size on InterpToMovementComponent_StopSimulating"); \ +static_assert(offsetof(InterpToMovementComponent_StopSimulating, HitResult) == 0x000000, "Member 'InterpToMovementComponent_StopSimulating::HitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpToMovementComponent \ +static_assert(alignof(UInterpToMovementComponent) == 0x000008, "Wrong alignment on UInterpToMovementComponent"); \ +static_assert(sizeof(UInterpToMovementComponent) == 0x0001A0, "Wrong size on UInterpToMovementComponent"); \ +static_assert(offsetof(UInterpToMovementComponent, Duration) == 0x000100, "Member 'UInterpToMovementComponent::Duration' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, bSweep) == 0x000108, "Member 'UInterpToMovementComponent::bSweep' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, TeleportType) == 0x000109, "Member 'UInterpToMovementComponent::TeleportType' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, BehaviourType) == 0x00010A, "Member 'UInterpToMovementComponent::BehaviourType' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, bCheckIfStillInWorld) == 0x00010B, "Member 'UInterpToMovementComponent::bCheckIfStillInWorld' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, OnInterpToReverse) == 0x000110, "Member 'UInterpToMovementComponent::OnInterpToReverse' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, OnInterpToStop) == 0x000120, "Member 'UInterpToMovementComponent::OnInterpToStop' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, OnWaitBeginDelegate) == 0x000130, "Member 'UInterpToMovementComponent::OnWaitBeginDelegate' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, OnWaitEndDelegate) == 0x000140, "Member 'UInterpToMovementComponent::OnWaitEndDelegate' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, OnResetDelegate) == 0x000150, "Member 'UInterpToMovementComponent::OnResetDelegate' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, MaxSimulationTimeStep) == 0x000160, "Member 'UInterpToMovementComponent::MaxSimulationTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, MaxSimulationIterations) == 0x000164, "Member 'UInterpToMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, ControlPoints) == 0x000168, "Member 'UInterpToMovementComponent::ControlPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackParticleReplay \ +static_assert(alignof(UInterpTrackParticleReplay) == 0x000008, "Wrong alignment on UInterpTrackParticleReplay"); \ +static_assert(sizeof(UInterpTrackParticleReplay) == 0x000088, "Wrong size on UInterpTrackParticleReplay"); \ +static_assert(offsetof(UInterpTrackParticleReplay, TrackKeys) == 0x000078, "Member 'UInterpTrackParticleReplay::TrackKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackAnimControl \ +static_assert(alignof(UInterpTrackAnimControl) == 0x000008, "Wrong alignment on UInterpTrackAnimControl"); \ +static_assert(sizeof(UInterpTrackAnimControl) == 0x0000C0, "Wrong size on UInterpTrackAnimControl"); \ +static_assert(offsetof(UInterpTrackAnimControl, SlotName) == 0x000098, "Member 'UInterpTrackAnimControl::SlotName' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackAnimControl, AnimSeqs) == 0x0000A8, "Member 'UInterpTrackAnimControl::AnimSeqs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundCue \ +static_assert(alignof(USoundCue) == 0x000008, "Wrong alignment on USoundCue"); \ +static_assert(sizeof(USoundCue) == 0x000550, "Wrong size on USoundCue"); \ +static_assert(offsetof(USoundCue, FirstNode) == 0x000180, "Member 'USoundCue::FirstNode' has a wrong offset!"); \ +static_assert(offsetof(USoundCue, VolumeMultiplier) == 0x000188, "Member 'USoundCue::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USoundCue, PitchMultiplier) == 0x00018C, "Member 'USoundCue::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USoundCue, AttenuationOverrides) == 0x000190, "Member 'USoundCue::AttenuationOverrides' has a wrong offset!"); \ +static_assert(offsetof(USoundCue, SubtitlePriority) == 0x000530, "Member 'USoundCue::SubtitlePriority' has a wrong offset!"); \ +static_assert(offsetof(USoundCue, CookedQualityIndex) == 0x00053C, "Member 'USoundCue::CookedQualityIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstAnimControl \ +static_assert(alignof(UInterpTrackInstAnimControl) == 0x000008, "Wrong alignment on UInterpTrackInstAnimControl"); \ +static_assert(sizeof(UInterpTrackInstAnimControl) == 0x000038, "Wrong size on UInterpTrackInstAnimControl"); \ +static_assert(offsetof(UInterpTrackInstAnimControl, LastUpdatePosition) == 0x000030, "Member 'UInterpTrackInstAnimControl::LastUpdatePosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackAudioMaster \ +static_assert(alignof(UInterpTrackAudioMaster) == 0x000008, "Wrong alignment on UInterpTrackAudioMaster"); \ +static_assert(sizeof(UInterpTrackAudioMaster) == 0x000098, "Wrong size on UInterpTrackAudioMaster"); \ + +#define DUMPER7_ASSERTS_USlateBrushAsset \ +static_assert(alignof(USlateBrushAsset) == 0x000008, "Wrong alignment on USlateBrushAsset"); \ +static_assert(sizeof(USlateBrushAsset) == 0x0000C0, "Wrong size on USlateBrushAsset"); \ +static_assert(offsetof(USlateBrushAsset, Brush) == 0x000030, "Member 'USlateBrushAsset::Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULocalPlayerSubsystem \ +static_assert(alignof(ULocalPlayerSubsystem) == 0x000008, "Wrong alignment on ULocalPlayerSubsystem"); \ +static_assert(sizeof(ULocalPlayerSubsystem) == 0x000038, "Wrong size on ULocalPlayerSubsystem"); \ + +#define DUMPER7_ASSERTS_UInterpTrackBoolProp \ +static_assert(alignof(UInterpTrackBoolProp) == 0x000008, "Wrong alignment on UInterpTrackBoolProp"); \ +static_assert(sizeof(UInterpTrackBoolProp) == 0x000098, "Wrong size on UInterpTrackBoolProp"); \ +static_assert(offsetof(UInterpTrackBoolProp, BoolTrack) == 0x000078, "Member 'UInterpTrackBoolProp::BoolTrack' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackBoolProp, PropertyName) == 0x000088, "Member 'UInterpTrackBoolProp::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDecalMipmapLevel \ +static_assert(alignof(UMaterialExpressionDecalMipmapLevel) == 0x000008, "Wrong alignment on UMaterialExpressionDecalMipmapLevel"); \ +static_assert(sizeof(UMaterialExpressionDecalMipmapLevel) == 0x000070, "Wrong size on UMaterialExpressionDecalMipmapLevel"); \ +static_assert(offsetof(UMaterialExpressionDecalMipmapLevel, TextureSize) == 0x000048, "Member 'UMaterialExpressionDecalMipmapLevel::TextureSize' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDecalMipmapLevel, ConstWidth) == 0x000064, "Member 'UMaterialExpressionDecalMipmapLevel::ConstWidth' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDecalMipmapLevel, ConstHeight) == 0x000068, "Member 'UMaterialExpressionDecalMipmapLevel::ConstHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackColorScale \ +static_assert(alignof(UInterpTrackColorScale) == 0x000008, "Wrong alignment on UInterpTrackColorScale"); \ +static_assert(sizeof(UInterpTrackColorScale) == 0x000098, "Wrong size on UInterpTrackColorScale"); \ + +#define DUMPER7_ASSERTS_USubsurfaceProfile \ +static_assert(alignof(USubsurfaceProfile) == 0x000008, "Wrong alignment on USubsurfaceProfile"); \ +static_assert(sizeof(USubsurfaceProfile) == 0x0000C0, "Wrong size on USubsurfaceProfile"); \ +static_assert(offsetof(USubsurfaceProfile, Settings) == 0x000030, "Member 'USubsurfaceProfile::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackDirector \ +static_assert(alignof(UInterpTrackDirector) == 0x000008, "Wrong alignment on UInterpTrackDirector"); \ +static_assert(sizeof(UInterpTrackDirector) == 0x000090, "Wrong size on UInterpTrackDirector"); \ +static_assert(offsetof(UInterpTrackDirector, CutTrack) == 0x000078, "Member 'UInterpTrackDirector::CutTrack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionObjectRadius \ +static_assert(alignof(UMaterialExpressionObjectRadius) == 0x000008, "Wrong alignment on UMaterialExpressionObjectRadius"); \ +static_assert(sizeof(UMaterialExpressionObjectRadius) == 0x000048, "Wrong size on UMaterialExpressionObjectRadius"); \ + +#define DUMPER7_ASSERTS_UInterpTrackEvent \ +static_assert(alignof(UInterpTrackEvent) == 0x000008, "Wrong alignment on UInterpTrackEvent"); \ +static_assert(sizeof(UInterpTrackEvent) == 0x000090, "Wrong size on UInterpTrackEvent"); \ +static_assert(offsetof(UInterpTrackEvent, EventTrack) == 0x000078, "Member 'UInterpTrackEvent::EventTrack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArctangent2Fast \ +static_assert(alignof(UMaterialExpressionArctangent2Fast) == 0x000008, "Wrong alignment on UMaterialExpressionArctangent2Fast"); \ +static_assert(sizeof(UMaterialExpressionArctangent2Fast) == 0x000080, "Wrong size on UMaterialExpressionArctangent2Fast"); \ +static_assert(offsetof(UMaterialExpressionArctangent2Fast, Y) == 0x000048, "Member 'UMaterialExpressionArctangent2Fast::Y' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionArctangent2Fast, X) == 0x000064, "Member 'UMaterialExpressionArctangent2Fast::X' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackFloatAnimBPParam \ +static_assert(alignof(UInterpTrackFloatAnimBPParam) == 0x000008, "Wrong alignment on UInterpTrackFloatAnimBPParam"); \ +static_assert(sizeof(UInterpTrackFloatAnimBPParam) == 0x0000B8, "Wrong size on UInterpTrackFloatAnimBPParam"); \ +static_assert(offsetof(UInterpTrackFloatAnimBPParam, AnimBlueprintClass) == 0x000098, "Member 'UInterpTrackFloatAnimBPParam::AnimBlueprintClass' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackFloatAnimBPParam, AnimClass) == 0x0000A0, "Member 'UInterpTrackFloatAnimBPParam::AnimClass' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackFloatAnimBPParam, ParamName) == 0x0000A8, "Member 'UInterpTrackFloatAnimBPParam::ParamName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackFloatMaterialParam \ +static_assert(alignof(UInterpTrackFloatMaterialParam) == 0x000008, "Wrong alignment on UInterpTrackFloatMaterialParam"); \ +static_assert(sizeof(UInterpTrackFloatMaterialParam) == 0x0000B8, "Wrong size on UInterpTrackFloatMaterialParam"); \ +static_assert(offsetof(UInterpTrackFloatMaterialParam, TargetMaterials) == 0x000098, "Member 'UInterpTrackFloatMaterialParam::TargetMaterials' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackFloatMaterialParam, ParamName) == 0x0000A8, "Member 'UInterpTrackFloatMaterialParam::ParamName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeModulator \ +static_assert(alignof(USoundNodeModulator) == 0x000008, "Wrong alignment on USoundNodeModulator"); \ +static_assert(sizeof(USoundNodeModulator) == 0x000060, "Wrong size on USoundNodeModulator"); \ +static_assert(offsetof(USoundNodeModulator, PitchMin) == 0x000050, "Member 'USoundNodeModulator::PitchMin' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeModulator, PitchMax) == 0x000054, "Member 'USoundNodeModulator::PitchMax' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeModulator, VolumeMin) == 0x000058, "Member 'USoundNodeModulator::VolumeMin' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeModulator, VolumeMax) == 0x00005C, "Member 'USoundNodeModulator::VolumeMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALightmassCharacterIndirectDetailVolume \ +static_assert(alignof(ALightmassCharacterIndirectDetailVolume) == 0x000008, "Wrong alignment on ALightmassCharacterIndirectDetailVolume"); \ +static_assert(sizeof(ALightmassCharacterIndirectDetailVolume) == 0x000300, "Wrong size on ALightmassCharacterIndirectDetailVolume"); \ + +#define DUMPER7_ASSERTS_UInterpTrackFloatParticleParam \ +static_assert(alignof(UInterpTrackFloatParticleParam) == 0x000008, "Wrong alignment on UInterpTrackFloatParticleParam"); \ +static_assert(sizeof(UInterpTrackFloatParticleParam) == 0x0000A8, "Wrong size on UInterpTrackFloatParticleParam"); \ +static_assert(offsetof(UInterpTrackFloatParticleParam, ParamName) == 0x000098, "Member 'UInterpTrackFloatParticleParam::ParamName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureProperty \ +static_assert(alignof(UMaterialExpressionTextureProperty) == 0x000008, "Wrong alignment on UMaterialExpressionTextureProperty"); \ +static_assert(sizeof(UMaterialExpressionTextureProperty) == 0x000068, "Wrong size on UMaterialExpressionTextureProperty"); \ +static_assert(offsetof(UMaterialExpressionTextureProperty, TextureObject) == 0x000048, "Member 'UMaterialExpressionTextureProperty::TextureObject' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureProperty, Property) == 0x000064, "Member 'UMaterialExpressionTextureProperty::Property' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackFloatProp \ +static_assert(alignof(UInterpTrackFloatProp) == 0x000008, "Wrong alignment on UInterpTrackFloatProp"); \ +static_assert(sizeof(UInterpTrackFloatProp) == 0x0000A8, "Wrong size on UInterpTrackFloatProp"); \ +static_assert(offsetof(UInterpTrackFloatProp, PropertyName) == 0x000098, "Member 'UInterpTrackFloatProp::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstAudioMaster \ +static_assert(alignof(UInterpTrackInstAudioMaster) == 0x000008, "Wrong alignment on UInterpTrackInstAudioMaster"); \ +static_assert(sizeof(UInterpTrackInstAudioMaster) == 0x000030, "Wrong size on UInterpTrackInstAudioMaster"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstBoolProp \ +static_assert(alignof(UInterpTrackInstBoolProp) == 0x000008, "Wrong alignment on UInterpTrackInstBoolProp"); \ +static_assert(sizeof(UInterpTrackInstBoolProp) == 0x000070, "Wrong size on UInterpTrackInstBoolProp"); \ +static_assert(offsetof(UInterpTrackInstBoolProp, ResetBool) == 0x000068, "Member 'UInterpTrackInstBoolProp::ResetBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstColorScale \ +static_assert(alignof(UInterpTrackInstColorScale) == 0x000008, "Wrong alignment on UInterpTrackInstColorScale"); \ +static_assert(sizeof(UInterpTrackInstColorScale) == 0x000030, "Wrong size on UInterpTrackInstColorScale"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstEvent \ +static_assert(alignof(UInterpTrackInstEvent) == 0x000008, "Wrong alignment on UInterpTrackInstEvent"); \ +static_assert(sizeof(UInterpTrackInstEvent) == 0x000038, "Wrong size on UInterpTrackInstEvent"); \ +static_assert(offsetof(UInterpTrackInstEvent, LastUpdatePosition) == 0x000030, "Member 'UInterpTrackInstEvent::LastUpdatePosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstFloatAnimBPParam \ +static_assert(alignof(UInterpTrackInstFloatAnimBPParam) == 0x000008, "Wrong alignment on UInterpTrackInstFloatAnimBPParam"); \ +static_assert(sizeof(UInterpTrackInstFloatAnimBPParam) == 0x000048, "Wrong size on UInterpTrackInstFloatAnimBPParam"); \ +static_assert(offsetof(UInterpTrackInstFloatAnimBPParam, AnimScriptInstance) == 0x000030, "Member 'UInterpTrackInstFloatAnimBPParam::AnimScriptInstance' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstFloatAnimBPParam, ResetFloat) == 0x000038, "Member 'UInterpTrackInstFloatAnimBPParam::ResetFloat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstFloatParticleParam \ +static_assert(alignof(UInterpTrackInstFloatParticleParam) == 0x000008, "Wrong alignment on UInterpTrackInstFloatParticleParam"); \ +static_assert(sizeof(UInterpTrackInstFloatParticleParam) == 0x000038, "Wrong size on UInterpTrackInstFloatParticleParam"); \ +static_assert(offsetof(UInterpTrackInstFloatParticleParam, ResetFloat) == 0x000030, "Member 'UInterpTrackInstFloatParticleParam::ResetFloat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstLinearColorProp \ +static_assert(alignof(UInterpTrackInstLinearColorProp) == 0x000008, "Wrong alignment on UInterpTrackInstLinearColorProp"); \ +static_assert(sizeof(UInterpTrackInstLinearColorProp) == 0x000070, "Wrong size on UInterpTrackInstLinearColorProp"); \ +static_assert(offsetof(UInterpTrackInstLinearColorProp, ResetColor) == 0x000060, "Member 'UInterpTrackInstLinearColorProp::ResetColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstSound \ +static_assert(alignof(UInterpTrackInstSound) == 0x000008, "Wrong alignment on UInterpTrackInstSound"); \ +static_assert(sizeof(UInterpTrackInstSound) == 0x000040, "Wrong size on UInterpTrackInstSound"); \ +static_assert(offsetof(UInterpTrackInstSound, LastUpdatePosition) == 0x000030, "Member 'UInterpTrackInstSound::LastUpdatePosition' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstSound, PlayAudioComp) == 0x000038, "Member 'UInterpTrackInstSound::PlayAudioComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstVectorMaterialParam \ +static_assert(alignof(UInterpTrackInstVectorMaterialParam) == 0x000008, "Wrong alignment on UInterpTrackInstVectorMaterialParam"); \ +static_assert(sizeof(UInterpTrackInstVectorMaterialParam) == 0x000068, "Wrong size on UInterpTrackInstVectorMaterialParam"); \ +static_assert(offsetof(UInterpTrackInstVectorMaterialParam, MaterialInstances) == 0x000030, "Member 'UInterpTrackInstVectorMaterialParam::MaterialInstances' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstVectorMaterialParam, ResetVectors) == 0x000040, "Member 'UInterpTrackInstVectorMaterialParam::ResetVectors' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstVectorMaterialParam, PrimitiveMaterialRefs) == 0x000050, "Member 'UInterpTrackInstVectorMaterialParam::PrimitiveMaterialRefs' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstVectorMaterialParam, InstancedTrack) == 0x000060, "Member 'UInterpTrackInstVectorMaterialParam::InstancedTrack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstVisibility \ +static_assert(alignof(UInterpTrackInstVisibility) == 0x000008, "Wrong alignment on UInterpTrackInstVisibility"); \ +static_assert(sizeof(UInterpTrackInstVisibility) == 0x000038, "Wrong size on UInterpTrackInstVisibility"); \ +static_assert(offsetof(UInterpTrackInstVisibility, Action) == 0x000030, "Member 'UInterpTrackInstVisibility::Action' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstVisibility, LastUpdatePosition) == 0x000034, "Member 'UInterpTrackInstVisibility::LastUpdatePosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackLinearColorProp \ +static_assert(alignof(UInterpTrackLinearColorProp) == 0x000008, "Wrong alignment on UInterpTrackLinearColorProp"); \ +static_assert(sizeof(UInterpTrackLinearColorProp) == 0x0000A8, "Wrong size on UInterpTrackLinearColorProp"); \ +static_assert(offsetof(UInterpTrackLinearColorProp, PropertyName) == 0x000098, "Member 'UInterpTrackLinearColorProp::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackMoveAxis \ +static_assert(alignof(UInterpTrackMoveAxis) == 0x000008, "Wrong alignment on UInterpTrackMoveAxis"); \ +static_assert(sizeof(UInterpTrackMoveAxis) == 0x0000B0, "Wrong size on UInterpTrackMoveAxis"); \ +static_assert(offsetof(UInterpTrackMoveAxis, MoveAxis) == 0x000098, "Member 'UInterpTrackMoveAxis::MoveAxis' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackMoveAxis, LookupTrack) == 0x0000A0, "Member 'UInterpTrackMoveAxis::LookupTrack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackSlomo \ +static_assert(alignof(UInterpTrackSlomo) == 0x000008, "Wrong alignment on UInterpTrackSlomo"); \ +static_assert(sizeof(UInterpTrackSlomo) == 0x000098, "Wrong size on UInterpTrackSlomo"); \ + +#define DUMPER7_ASSERTS_UInterpTrackToggle \ +static_assert(alignof(UInterpTrackToggle) == 0x000008, "Wrong alignment on UInterpTrackToggle"); \ +static_assert(sizeof(UInterpTrackToggle) == 0x000090, "Wrong size on UInterpTrackToggle"); \ +static_assert(offsetof(UInterpTrackToggle, ToggleTrack) == 0x000078, "Member 'UInterpTrackToggle::ToggleTrack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIntSerialization \ +static_assert(alignof(UIntSerialization) == 0x000008, "Wrong alignment on UIntSerialization"); \ +static_assert(sizeof(UIntSerialization) == 0x000058, "Wrong size on UIntSerialization"); \ +static_assert(offsetof(UIntSerialization, UnsignedInt16Variable) == 0x000030, "Member 'UIntSerialization::UnsignedInt16Variable' has a wrong offset!"); \ +static_assert(offsetof(UIntSerialization, UnsignedInt32Variable) == 0x000034, "Member 'UIntSerialization::UnsignedInt32Variable' has a wrong offset!"); \ +static_assert(offsetof(UIntSerialization, UnsignedInt64Variable) == 0x000038, "Member 'UIntSerialization::UnsignedInt64Variable' has a wrong offset!"); \ +static_assert(offsetof(UIntSerialization, SignedInt8Variable) == 0x000040, "Member 'UIntSerialization::SignedInt8Variable' has a wrong offset!"); \ +static_assert(offsetof(UIntSerialization, SignedInt16Variable) == 0x000042, "Member 'UIntSerialization::SignedInt16Variable' has a wrong offset!"); \ +static_assert(offsetof(UIntSerialization, SignedInt64Variable) == 0x000048, "Member 'UIntSerialization::SignedInt64Variable' has a wrong offset!"); \ +static_assert(offsetof(UIntSerialization, UnsignedInt8Variable) == 0x000050, "Member 'UIntSerialization::UnsignedInt8Variable' has a wrong offset!"); \ +static_assert(offsetof(UIntSerialization, SignedInt32Variable) == 0x000054, "Member 'UIntSerialization::SignedInt32Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Add \ +static_assert(alignof(KismetArrayLibrary_Array_Add) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Add"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Add) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Add"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Add, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Add::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Add, NewItem) == 0x000010, "Member 'KismetArrayLibrary_Array_Add::NewItem' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Add, ReturnValue) == 0x000014, "Member 'KismetArrayLibrary_Array_Add::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_AddUnique \ +static_assert(alignof(KismetArrayLibrary_Array_AddUnique) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_AddUnique"); \ +static_assert(sizeof(KismetArrayLibrary_Array_AddUnique) == 0x000018, "Wrong size on KismetArrayLibrary_Array_AddUnique"); \ +static_assert(offsetof(KismetArrayLibrary_Array_AddUnique, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_AddUnique::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_AddUnique, NewItem) == 0x000010, "Member 'KismetArrayLibrary_Array_AddUnique::NewItem' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_AddUnique, ReturnValue) == 0x000014, "Member 'KismetArrayLibrary_Array_AddUnique::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Append \ +static_assert(alignof(KismetArrayLibrary_Array_Append) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Append"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Append) == 0x000020, "Wrong size on KismetArrayLibrary_Array_Append"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Append, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Append::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Append, SourceArray) == 0x000010, "Member 'KismetArrayLibrary_Array_Append::SourceArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Clear \ +static_assert(alignof(KismetArrayLibrary_Array_Clear) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Clear"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Clear) == 0x000010, "Wrong size on KismetArrayLibrary_Array_Clear"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Clear, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Clear::TargetArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Contains \ +static_assert(alignof(KismetArrayLibrary_Array_Contains) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Contains"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Contains) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Contains"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Contains, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Contains::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Contains, ItemToFind) == 0x000010, "Member 'KismetArrayLibrary_Array_Contains::ItemToFind' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Contains, ReturnValue) == 0x000014, "Member 'KismetArrayLibrary_Array_Contains::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Find \ +static_assert(alignof(KismetArrayLibrary_Array_Find) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Find"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Find) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Find"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Find, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Find::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Find, ItemToFind) == 0x000010, "Member 'KismetArrayLibrary_Array_Find::ItemToFind' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Find, ReturnValue) == 0x000014, "Member 'KismetArrayLibrary_Array_Find::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Get \ +static_assert(alignof(KismetArrayLibrary_Array_Get) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Get"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Get) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Get"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Get, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Get::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Get, Index_0) == 0x000010, "Member 'KismetArrayLibrary_Array_Get::Index_0' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Get, Item) == 0x000014, "Member 'KismetArrayLibrary_Array_Get::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Identical \ +static_assert(alignof(KismetArrayLibrary_Array_Identical) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Identical"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Identical) == 0x000028, "Wrong size on KismetArrayLibrary_Array_Identical"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Identical, ArrayA) == 0x000000, "Member 'KismetArrayLibrary_Array_Identical::ArrayA' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Identical, ArrayB) == 0x000010, "Member 'KismetArrayLibrary_Array_Identical::ArrayB' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Identical, ReturnValue) == 0x000020, "Member 'KismetArrayLibrary_Array_Identical::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Insert \ +static_assert(alignof(KismetArrayLibrary_Array_Insert) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Insert"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Insert) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Insert"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Insert, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Insert::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Insert, NewItem) == 0x000010, "Member 'KismetArrayLibrary_Array_Insert::NewItem' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Insert, Index_0) == 0x000014, "Member 'KismetArrayLibrary_Array_Insert::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_IsValidIndex \ +static_assert(alignof(KismetArrayLibrary_Array_IsValidIndex) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_IsValidIndex"); \ +static_assert(sizeof(KismetArrayLibrary_Array_IsValidIndex) == 0x000018, "Wrong size on KismetArrayLibrary_Array_IsValidIndex"); \ +static_assert(offsetof(KismetArrayLibrary_Array_IsValidIndex, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_IsValidIndex::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_IsValidIndex, IndexToTest) == 0x000010, "Member 'KismetArrayLibrary_Array_IsValidIndex::IndexToTest' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_IsValidIndex, ReturnValue) == 0x000014, "Member 'KismetArrayLibrary_Array_IsValidIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_LastIndex \ +static_assert(alignof(KismetArrayLibrary_Array_LastIndex) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_LastIndex"); \ +static_assert(sizeof(KismetArrayLibrary_Array_LastIndex) == 0x000018, "Wrong size on KismetArrayLibrary_Array_LastIndex"); \ +static_assert(offsetof(KismetArrayLibrary_Array_LastIndex, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_LastIndex::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_LastIndex, ReturnValue) == 0x000010, "Member 'KismetArrayLibrary_Array_LastIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Length \ +static_assert(alignof(KismetArrayLibrary_Array_Length) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Length"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Length) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Length"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Length, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Length::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Length, ReturnValue) == 0x000010, "Member 'KismetArrayLibrary_Array_Length::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Random \ +static_assert(alignof(KismetArrayLibrary_Array_Random) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Random"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Random) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Random"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Random, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Random::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Random, OutItem) == 0x000010, "Member 'KismetArrayLibrary_Array_Random::OutItem' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Random, OutIndex) == 0x000014, "Member 'KismetArrayLibrary_Array_Random::OutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_RandomFromStream \ +static_assert(alignof(KismetArrayLibrary_Array_RandomFromStream) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_RandomFromStream"); \ +static_assert(sizeof(KismetArrayLibrary_Array_RandomFromStream) == 0x000020, "Wrong size on KismetArrayLibrary_Array_RandomFromStream"); \ +static_assert(offsetof(KismetArrayLibrary_Array_RandomFromStream, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_RandomFromStream::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_RandomFromStream, RandomStream) == 0x000010, "Member 'KismetArrayLibrary_Array_RandomFromStream::RandomStream' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_RandomFromStream, OutItem) == 0x000018, "Member 'KismetArrayLibrary_Array_RandomFromStream::OutItem' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_RandomFromStream, OutIndex) == 0x00001C, "Member 'KismetArrayLibrary_Array_RandomFromStream::OutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Remove \ +static_assert(alignof(KismetArrayLibrary_Array_Remove) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Remove"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Remove) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Remove"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Remove, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Remove::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Remove, IndexToRemove) == 0x000010, "Member 'KismetArrayLibrary_Array_Remove::IndexToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_RemoveItem \ +static_assert(alignof(KismetArrayLibrary_Array_RemoveItem) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_RemoveItem"); \ +static_assert(sizeof(KismetArrayLibrary_Array_RemoveItem) == 0x000018, "Wrong size on KismetArrayLibrary_Array_RemoveItem"); \ +static_assert(offsetof(KismetArrayLibrary_Array_RemoveItem, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_RemoveItem::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_RemoveItem, Item) == 0x000010, "Member 'KismetArrayLibrary_Array_RemoveItem::Item' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_RemoveItem, ReturnValue) == 0x000014, "Member 'KismetArrayLibrary_Array_RemoveItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Resize \ +static_assert(alignof(KismetArrayLibrary_Array_Resize) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Resize"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Resize) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Resize"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Resize, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Resize::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Resize, Size) == 0x000010, "Member 'KismetArrayLibrary_Array_Resize::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Reverse \ +static_assert(alignof(KismetArrayLibrary_Array_Reverse) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Reverse"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Reverse) == 0x000010, "Wrong size on KismetArrayLibrary_Array_Reverse"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Reverse, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Reverse::TargetArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Set \ +static_assert(alignof(KismetArrayLibrary_Array_Set) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Set"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Set) == 0x000020, "Wrong size on KismetArrayLibrary_Array_Set"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Set, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Set::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Set, Index_0) == 0x000010, "Member 'KismetArrayLibrary_Array_Set::Index_0' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Set, Item) == 0x000014, "Member 'KismetArrayLibrary_Array_Set::Item' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Set, bSizeToFit) == 0x000018, "Member 'KismetArrayLibrary_Array_Set::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Shuffle \ +static_assert(alignof(KismetArrayLibrary_Array_Shuffle) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Shuffle"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Shuffle) == 0x000010, "Wrong size on KismetArrayLibrary_Array_Shuffle"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Shuffle, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Shuffle::TargetArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Swap \ +static_assert(alignof(KismetArrayLibrary_Array_Swap) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Swap"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Swap) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Swap"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Swap, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Swap::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Swap, FirstIndex) == 0x000010, "Member 'KismetArrayLibrary_Array_Swap::FirstIndex' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Swap, SecondIndex) == 0x000014, "Member 'KismetArrayLibrary_Array_Swap::SecondIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_FilterArray \ +static_assert(alignof(KismetArrayLibrary_FilterArray) == 0x000008, "Wrong alignment on KismetArrayLibrary_FilterArray"); \ +static_assert(sizeof(KismetArrayLibrary_FilterArray) == 0x000028, "Wrong size on KismetArrayLibrary_FilterArray"); \ +static_assert(offsetof(KismetArrayLibrary_FilterArray, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_FilterArray::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_FilterArray, FilterClass) == 0x000010, "Member 'KismetArrayLibrary_FilterArray::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_FilterArray, FilteredArray) == 0x000018, "Member 'KismetArrayLibrary_FilterArray::FilteredArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_SetArrayPropertyByName \ +static_assert(alignof(KismetArrayLibrary_SetArrayPropertyByName) == 0x000008, "Wrong alignment on KismetArrayLibrary_SetArrayPropertyByName"); \ +static_assert(sizeof(KismetArrayLibrary_SetArrayPropertyByName) == 0x000028, "Wrong size on KismetArrayLibrary_SetArrayPropertyByName"); \ +static_assert(offsetof(KismetArrayLibrary_SetArrayPropertyByName, Object) == 0x000000, "Member 'KismetArrayLibrary_SetArrayPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SetArrayPropertyByName, PropertyName) == 0x000008, "Member 'KismetArrayLibrary_SetArrayPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SetArrayPropertyByName, Value) == 0x000018, "Member 'KismetArrayLibrary_SetArrayPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetArrayLibrary \ +static_assert(alignof(UKismetArrayLibrary) == 0x000008, "Wrong alignment on UKismetArrayLibrary"); \ +static_assert(sizeof(UKismetArrayLibrary) == 0x000030, "Wrong size on UKismetArrayLibrary"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_EqualEqual_InputChordInputChord \ +static_assert(alignof(KismetInputLibrary_EqualEqual_InputChordInputChord) == 0x000008, "Wrong alignment on KismetInputLibrary_EqualEqual_InputChordInputChord"); \ +static_assert(sizeof(KismetInputLibrary_EqualEqual_InputChordInputChord) == 0x000058, "Wrong size on KismetInputLibrary_EqualEqual_InputChordInputChord"); \ +static_assert(offsetof(KismetInputLibrary_EqualEqual_InputChordInputChord, A) == 0x000000, "Member 'KismetInputLibrary_EqualEqual_InputChordInputChord::A' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_EqualEqual_InputChordInputChord, B) == 0x000028, "Member 'KismetInputLibrary_EqualEqual_InputChordInputChord::B' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_EqualEqual_InputChordInputChord, ReturnValue) == 0x000050, "Member 'KismetInputLibrary_EqualEqual_InputChordInputChord::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_EqualEqual_KeyKey \ +static_assert(alignof(KismetInputLibrary_EqualEqual_KeyKey) == 0x000008, "Wrong alignment on KismetInputLibrary_EqualEqual_KeyKey"); \ +static_assert(sizeof(KismetInputLibrary_EqualEqual_KeyKey) == 0x000048, "Wrong size on KismetInputLibrary_EqualEqual_KeyKey"); \ +static_assert(offsetof(KismetInputLibrary_EqualEqual_KeyKey, A) == 0x000000, "Member 'KismetInputLibrary_EqualEqual_KeyKey::A' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_EqualEqual_KeyKey, B) == 0x000020, "Member 'KismetInputLibrary_EqualEqual_KeyKey::B' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_EqualEqual_KeyKey, ReturnValue) == 0x000040, "Member 'KismetInputLibrary_EqualEqual_KeyKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_GetAnalogValue \ +static_assert(alignof(KismetInputLibrary_GetAnalogValue) == 0x000008, "Wrong alignment on KismetInputLibrary_GetAnalogValue"); \ +static_assert(sizeof(KismetInputLibrary_GetAnalogValue) == 0x000050, "Wrong size on KismetInputLibrary_GetAnalogValue"); \ +static_assert(offsetof(KismetInputLibrary_GetAnalogValue, Input) == 0x000000, "Member 'KismetInputLibrary_GetAnalogValue::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_GetAnalogValue, ReturnValue) == 0x000048, "Member 'KismetInputLibrary_GetAnalogValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_GetKey \ +static_assert(alignof(KismetInputLibrary_GetKey) == 0x000008, "Wrong alignment on KismetInputLibrary_GetKey"); \ +static_assert(sizeof(KismetInputLibrary_GetKey) == 0x000060, "Wrong size on KismetInputLibrary_GetKey"); \ +static_assert(offsetof(KismetInputLibrary_GetKey, Input) == 0x000000, "Member 'KismetInputLibrary_GetKey::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_GetKey, ReturnValue) == 0x000040, "Member 'KismetInputLibrary_GetKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_GetUserIndex \ +static_assert(alignof(KismetInputLibrary_GetUserIndex) == 0x000008, "Wrong alignment on KismetInputLibrary_GetUserIndex"); \ +static_assert(sizeof(KismetInputLibrary_GetUserIndex) == 0x000048, "Wrong size on KismetInputLibrary_GetUserIndex"); \ +static_assert(offsetof(KismetInputLibrary_GetUserIndex, Input) == 0x000000, "Member 'KismetInputLibrary_GetUserIndex::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_GetUserIndex, ReturnValue) == 0x000040, "Member 'KismetInputLibrary_GetUserIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputChord_GetDisplayName \ +static_assert(alignof(KismetInputLibrary_InputChord_GetDisplayName) == 0x000008, "Wrong alignment on KismetInputLibrary_InputChord_GetDisplayName"); \ +static_assert(sizeof(KismetInputLibrary_InputChord_GetDisplayName) == 0x000040, "Wrong size on KismetInputLibrary_InputChord_GetDisplayName"); \ +static_assert(offsetof(KismetInputLibrary_InputChord_GetDisplayName, Key) == 0x000000, "Member 'KismetInputLibrary_InputChord_GetDisplayName::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputChord_GetDisplayName, ReturnValue) == 0x000028, "Member 'KismetInputLibrary_InputChord_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsAltDown \ +static_assert(alignof(KismetInputLibrary_InputEvent_IsAltDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsAltDown"); \ +static_assert(sizeof(KismetInputLibrary_InputEvent_IsAltDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsAltDown"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsAltDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsAltDown::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsAltDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsAltDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsCommandDown \ +static_assert(alignof(KismetInputLibrary_InputEvent_IsCommandDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsCommandDown"); \ +static_assert(sizeof(KismetInputLibrary_InputEvent_IsCommandDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsCommandDown"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsCommandDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsCommandDown::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsCommandDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsCommandDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsControlDown \ +static_assert(alignof(KismetInputLibrary_InputEvent_IsControlDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsControlDown"); \ +static_assert(sizeof(KismetInputLibrary_InputEvent_IsControlDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsControlDown"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsControlDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsControlDown::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsControlDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsControlDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsLeftAltDown \ +static_assert(alignof(KismetInputLibrary_InputEvent_IsLeftAltDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsLeftAltDown"); \ +static_assert(sizeof(KismetInputLibrary_InputEvent_IsLeftAltDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsLeftAltDown"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftAltDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsLeftAltDown::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftAltDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsLeftAltDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsLeftCommandDown \ +static_assert(alignof(KismetInputLibrary_InputEvent_IsLeftCommandDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsLeftCommandDown"); \ +static_assert(sizeof(KismetInputLibrary_InputEvent_IsLeftCommandDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsLeftCommandDown"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftCommandDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsLeftCommandDown::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftCommandDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsLeftCommandDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsLeftControlDown \ +static_assert(alignof(KismetInputLibrary_InputEvent_IsLeftControlDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsLeftControlDown"); \ +static_assert(sizeof(KismetInputLibrary_InputEvent_IsLeftControlDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsLeftControlDown"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftControlDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsLeftControlDown::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftControlDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsLeftControlDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsLeftShiftDown \ +static_assert(alignof(KismetInputLibrary_InputEvent_IsLeftShiftDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsLeftShiftDown"); \ +static_assert(sizeof(KismetInputLibrary_InputEvent_IsLeftShiftDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsLeftShiftDown"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftShiftDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsLeftShiftDown::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftShiftDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsLeftShiftDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRepeat \ +static_assert(alignof(KismetInputLibrary_InputEvent_IsRepeat) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsRepeat"); \ +static_assert(sizeof(KismetInputLibrary_InputEvent_IsRepeat) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsRepeat"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsRepeat, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsRepeat::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsRepeat, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsRepeat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRightAltDown \ +static_assert(alignof(KismetInputLibrary_InputEvent_IsRightAltDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsRightAltDown"); \ +static_assert(sizeof(KismetInputLibrary_InputEvent_IsRightAltDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsRightAltDown"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightAltDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsRightAltDown::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightAltDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsRightAltDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRightCommandDown \ +static_assert(alignof(KismetInputLibrary_InputEvent_IsRightCommandDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsRightCommandDown"); \ +static_assert(sizeof(KismetInputLibrary_InputEvent_IsRightCommandDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsRightCommandDown"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightCommandDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsRightCommandDown::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightCommandDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsRightCommandDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRightControlDown \ +static_assert(alignof(KismetInputLibrary_InputEvent_IsRightControlDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsRightControlDown"); \ +static_assert(sizeof(KismetInputLibrary_InputEvent_IsRightControlDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsRightControlDown"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightControlDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsRightControlDown::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightControlDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsRightControlDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRightShiftDown \ +static_assert(alignof(KismetInputLibrary_InputEvent_IsRightShiftDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsRightShiftDown"); \ +static_assert(sizeof(KismetInputLibrary_InputEvent_IsRightShiftDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsRightShiftDown"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightShiftDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsRightShiftDown::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightShiftDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsRightShiftDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsShiftDown \ +static_assert(alignof(KismetInputLibrary_InputEvent_IsShiftDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsShiftDown"); \ +static_assert(sizeof(KismetInputLibrary_InputEvent_IsShiftDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsShiftDown"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsShiftDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsShiftDown::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsShiftDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsShiftDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_Key_GetDisplayName \ +static_assert(alignof(KismetInputLibrary_Key_GetDisplayName) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_GetDisplayName"); \ +static_assert(sizeof(KismetInputLibrary_Key_GetDisplayName) == 0x000038, "Wrong size on KismetInputLibrary_Key_GetDisplayName"); \ +static_assert(offsetof(KismetInputLibrary_Key_GetDisplayName, Key) == 0x000000, "Member 'KismetInputLibrary_Key_GetDisplayName::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_Key_GetDisplayName, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_Key_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_Key_GetNavigationAction \ +static_assert(alignof(KismetInputLibrary_Key_GetNavigationAction) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_GetNavigationAction"); \ +static_assert(sizeof(KismetInputLibrary_Key_GetNavigationAction) == 0x000028, "Wrong size on KismetInputLibrary_Key_GetNavigationAction"); \ +static_assert(offsetof(KismetInputLibrary_Key_GetNavigationAction, InKey) == 0x000000, "Member 'KismetInputLibrary_Key_GetNavigationAction::InKey' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_Key_GetNavigationAction, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_Key_GetNavigationAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_Key_GetNavigationActionFromKey \ +static_assert(alignof(KismetInputLibrary_Key_GetNavigationActionFromKey) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_GetNavigationActionFromKey"); \ +static_assert(sizeof(KismetInputLibrary_Key_GetNavigationActionFromKey) == 0x000048, "Wrong size on KismetInputLibrary_Key_GetNavigationActionFromKey"); \ +static_assert(offsetof(KismetInputLibrary_Key_GetNavigationActionFromKey, InKeyEvent) == 0x000000, "Member 'KismetInputLibrary_Key_GetNavigationActionFromKey::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_Key_GetNavigationActionFromKey, ReturnValue) == 0x000040, "Member 'KismetInputLibrary_Key_GetNavigationActionFromKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_Key_GetNavigationDirectionFromAnalog \ +static_assert(alignof(KismetInputLibrary_Key_GetNavigationDirectionFromAnalog) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_GetNavigationDirectionFromAnalog"); \ +static_assert(sizeof(KismetInputLibrary_Key_GetNavigationDirectionFromAnalog) == 0x000050, "Wrong size on KismetInputLibrary_Key_GetNavigationDirectionFromAnalog"); \ +static_assert(offsetof(KismetInputLibrary_Key_GetNavigationDirectionFromAnalog, InAnalogEvent) == 0x000000, "Member 'KismetInputLibrary_Key_GetNavigationDirectionFromAnalog::InAnalogEvent' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_Key_GetNavigationDirectionFromAnalog, ReturnValue) == 0x000048, "Member 'KismetInputLibrary_Key_GetNavigationDirectionFromAnalog::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_Key_GetNavigationDirectionFromKey \ +static_assert(alignof(KismetInputLibrary_Key_GetNavigationDirectionFromKey) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_GetNavigationDirectionFromKey"); \ +static_assert(sizeof(KismetInputLibrary_Key_GetNavigationDirectionFromKey) == 0x000048, "Wrong size on KismetInputLibrary_Key_GetNavigationDirectionFromKey"); \ +static_assert(offsetof(KismetInputLibrary_Key_GetNavigationDirectionFromKey, InKeyEvent) == 0x000000, "Member 'KismetInputLibrary_Key_GetNavigationDirectionFromKey::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_Key_GetNavigationDirectionFromKey, ReturnValue) == 0x000040, "Member 'KismetInputLibrary_Key_GetNavigationDirectionFromKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsAnalog \ +static_assert(alignof(KismetInputLibrary_Key_IsAnalog) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsAnalog"); \ +static_assert(sizeof(KismetInputLibrary_Key_IsAnalog) == 0x000028, "Wrong size on KismetInputLibrary_Key_IsAnalog"); \ +static_assert(offsetof(KismetInputLibrary_Key_IsAnalog, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsAnalog::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_Key_IsAnalog, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_Key_IsAnalog::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsAxis1D \ +static_assert(alignof(KismetInputLibrary_Key_IsAxis1D) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsAxis1D"); \ +static_assert(sizeof(KismetInputLibrary_Key_IsAxis1D) == 0x000028, "Wrong size on KismetInputLibrary_Key_IsAxis1D"); \ +static_assert(offsetof(KismetInputLibrary_Key_IsAxis1D, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsAxis1D::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_Key_IsAxis1D, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_Key_IsAxis1D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsAxis2D \ +static_assert(alignof(KismetInputLibrary_Key_IsAxis2D) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsAxis2D"); \ +static_assert(sizeof(KismetInputLibrary_Key_IsAxis2D) == 0x000028, "Wrong size on KismetInputLibrary_Key_IsAxis2D"); \ +static_assert(offsetof(KismetInputLibrary_Key_IsAxis2D, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsAxis2D::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_Key_IsAxis2D, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_Key_IsAxis2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsAxis3D \ +static_assert(alignof(KismetInputLibrary_Key_IsAxis3D) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsAxis3D"); \ +static_assert(sizeof(KismetInputLibrary_Key_IsAxis3D) == 0x000028, "Wrong size on KismetInputLibrary_Key_IsAxis3D"); \ +static_assert(offsetof(KismetInputLibrary_Key_IsAxis3D, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsAxis3D::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_Key_IsAxis3D, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_Key_IsAxis3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsButtonAxis \ +static_assert(alignof(KismetInputLibrary_Key_IsButtonAxis) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsButtonAxis"); \ +static_assert(sizeof(KismetInputLibrary_Key_IsButtonAxis) == 0x000028, "Wrong size on KismetInputLibrary_Key_IsButtonAxis"); \ +static_assert(offsetof(KismetInputLibrary_Key_IsButtonAxis, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsButtonAxis::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_Key_IsButtonAxis, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_Key_IsButtonAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsDigital \ +static_assert(alignof(KismetInputLibrary_Key_IsDigital) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsDigital"); \ +static_assert(sizeof(KismetInputLibrary_Key_IsDigital) == 0x000028, "Wrong size on KismetInputLibrary_Key_IsDigital"); \ +static_assert(offsetof(KismetInputLibrary_Key_IsDigital, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsDigital::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_Key_IsDigital, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_Key_IsDigital::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsGamepadKey \ +static_assert(alignof(KismetInputLibrary_Key_IsGamepadKey) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsGamepadKey"); \ +static_assert(sizeof(KismetInputLibrary_Key_IsGamepadKey) == 0x000028, "Wrong size on KismetInputLibrary_Key_IsGamepadKey"); \ +static_assert(offsetof(KismetInputLibrary_Key_IsGamepadKey, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsGamepadKey::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_Key_IsGamepadKey, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_Key_IsGamepadKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsKeyboardKey \ +static_assert(alignof(KismetInputLibrary_Key_IsKeyboardKey) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsKeyboardKey"); \ +static_assert(sizeof(KismetInputLibrary_Key_IsKeyboardKey) == 0x000028, "Wrong size on KismetInputLibrary_Key_IsKeyboardKey"); \ +static_assert(offsetof(KismetInputLibrary_Key_IsKeyboardKey, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsKeyboardKey::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_Key_IsKeyboardKey, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_Key_IsKeyboardKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsModifierKey \ +static_assert(alignof(KismetInputLibrary_Key_IsModifierKey) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsModifierKey"); \ +static_assert(sizeof(KismetInputLibrary_Key_IsModifierKey) == 0x000028, "Wrong size on KismetInputLibrary_Key_IsModifierKey"); \ +static_assert(offsetof(KismetInputLibrary_Key_IsModifierKey, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsModifierKey::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_Key_IsModifierKey, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_Key_IsModifierKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsMouseButton \ +static_assert(alignof(KismetInputLibrary_Key_IsMouseButton) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsMouseButton"); \ +static_assert(sizeof(KismetInputLibrary_Key_IsMouseButton) == 0x000028, "Wrong size on KismetInputLibrary_Key_IsMouseButton"); \ +static_assert(offsetof(KismetInputLibrary_Key_IsMouseButton, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsMouseButton::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_Key_IsMouseButton, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_Key_IsMouseButton::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsValid \ +static_assert(alignof(KismetInputLibrary_Key_IsValid) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsValid"); \ +static_assert(sizeof(KismetInputLibrary_Key_IsValid) == 0x000028, "Wrong size on KismetInputLibrary_Key_IsValid"); \ +static_assert(offsetof(KismetInputLibrary_Key_IsValid, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsValid::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_Key_IsValid, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_Key_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsVectorAxis \ +static_assert(alignof(KismetInputLibrary_Key_IsVectorAxis) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsVectorAxis"); \ +static_assert(sizeof(KismetInputLibrary_Key_IsVectorAxis) == 0x000028, "Wrong size on KismetInputLibrary_Key_IsVectorAxis"); \ +static_assert(offsetof(KismetInputLibrary_Key_IsVectorAxis, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsVectorAxis::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_Key_IsVectorAxis, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_Key_IsVectorAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetCursorDelta \ +static_assert(alignof(KismetInputLibrary_PointerEvent_GetCursorDelta) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetCursorDelta"); \ +static_assert(sizeof(KismetInputLibrary_PointerEvent_GetCursorDelta) == 0x000080, "Wrong size on KismetInputLibrary_PointerEvent_GetCursorDelta"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_GetCursorDelta, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetCursorDelta::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_GetCursorDelta, ReturnValue) == 0x000078, "Member 'KismetInputLibrary_PointerEvent_GetCursorDelta::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetEffectingButton \ +static_assert(alignof(KismetInputLibrary_PointerEvent_GetEffectingButton) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetEffectingButton"); \ +static_assert(sizeof(KismetInputLibrary_PointerEvent_GetEffectingButton) == 0x000098, "Wrong size on KismetInputLibrary_PointerEvent_GetEffectingButton"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_GetEffectingButton, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetEffectingButton::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_GetEffectingButton, ReturnValue) == 0x000078, "Member 'KismetInputLibrary_PointerEvent_GetEffectingButton::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetGestureDelta \ +static_assert(alignof(KismetInputLibrary_PointerEvent_GetGestureDelta) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetGestureDelta"); \ +static_assert(sizeof(KismetInputLibrary_PointerEvent_GetGestureDelta) == 0x000080, "Wrong size on KismetInputLibrary_PointerEvent_GetGestureDelta"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_GetGestureDelta, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetGestureDelta::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_GetGestureDelta, ReturnValue) == 0x000078, "Member 'KismetInputLibrary_PointerEvent_GetGestureDelta::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetGestureType \ +static_assert(alignof(KismetInputLibrary_PointerEvent_GetGestureType) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetGestureType"); \ +static_assert(sizeof(KismetInputLibrary_PointerEvent_GetGestureType) == 0x000080, "Wrong size on KismetInputLibrary_PointerEvent_GetGestureType"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_GetGestureType, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetGestureType::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_GetGestureType, ReturnValue) == 0x000078, "Member 'KismetInputLibrary_PointerEvent_GetGestureType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition \ +static_assert(alignof(KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition"); \ +static_assert(sizeof(KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition) == 0x000080, "Wrong size on KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition, ReturnValue) == 0x000078, "Member 'KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetPointerIndex \ +static_assert(alignof(KismetInputLibrary_PointerEvent_GetPointerIndex) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetPointerIndex"); \ +static_assert(sizeof(KismetInputLibrary_PointerEvent_GetPointerIndex) == 0x000080, "Wrong size on KismetInputLibrary_PointerEvent_GetPointerIndex"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_GetPointerIndex, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetPointerIndex::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_GetPointerIndex, ReturnValue) == 0x000078, "Member 'KismetInputLibrary_PointerEvent_GetPointerIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetScreenSpacePosition \ +static_assert(alignof(KismetInputLibrary_PointerEvent_GetScreenSpacePosition) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetScreenSpacePosition"); \ +static_assert(sizeof(KismetInputLibrary_PointerEvent_GetScreenSpacePosition) == 0x000080, "Wrong size on KismetInputLibrary_PointerEvent_GetScreenSpacePosition"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_GetScreenSpacePosition, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetScreenSpacePosition::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_GetScreenSpacePosition, ReturnValue) == 0x000078, "Member 'KismetInputLibrary_PointerEvent_GetScreenSpacePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetTouchpadIndex \ +static_assert(alignof(KismetInputLibrary_PointerEvent_GetTouchpadIndex) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetTouchpadIndex"); \ +static_assert(sizeof(KismetInputLibrary_PointerEvent_GetTouchpadIndex) == 0x000080, "Wrong size on KismetInputLibrary_PointerEvent_GetTouchpadIndex"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_GetTouchpadIndex, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetTouchpadIndex::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_GetTouchpadIndex, ReturnValue) == 0x000078, "Member 'KismetInputLibrary_PointerEvent_GetTouchpadIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetUserIndex \ +static_assert(alignof(KismetInputLibrary_PointerEvent_GetUserIndex) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetUserIndex"); \ +static_assert(sizeof(KismetInputLibrary_PointerEvent_GetUserIndex) == 0x000080, "Wrong size on KismetInputLibrary_PointerEvent_GetUserIndex"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_GetUserIndex, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetUserIndex::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_GetUserIndex, ReturnValue) == 0x000078, "Member 'KismetInputLibrary_PointerEvent_GetUserIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetWheelDelta \ +static_assert(alignof(KismetInputLibrary_PointerEvent_GetWheelDelta) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetWheelDelta"); \ +static_assert(sizeof(KismetInputLibrary_PointerEvent_GetWheelDelta) == 0x000080, "Wrong size on KismetInputLibrary_PointerEvent_GetWheelDelta"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_GetWheelDelta, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetWheelDelta::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_GetWheelDelta, ReturnValue) == 0x000078, "Member 'KismetInputLibrary_PointerEvent_GetWheelDelta::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_IsMouseButtonDown \ +static_assert(alignof(KismetInputLibrary_PointerEvent_IsMouseButtonDown) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_IsMouseButtonDown"); \ +static_assert(sizeof(KismetInputLibrary_PointerEvent_IsMouseButtonDown) == 0x0000A0, "Wrong size on KismetInputLibrary_PointerEvent_IsMouseButtonDown"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_IsMouseButtonDown, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_IsMouseButtonDown::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_IsMouseButtonDown, MouseButton) == 0x000078, "Member 'KismetInputLibrary_PointerEvent_IsMouseButtonDown::MouseButton' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_IsMouseButtonDown, ReturnValue) == 0x000098, "Member 'KismetInputLibrary_PointerEvent_IsMouseButtonDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_IsTouchEvent \ +static_assert(alignof(KismetInputLibrary_PointerEvent_IsTouchEvent) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_IsTouchEvent"); \ +static_assert(sizeof(KismetInputLibrary_PointerEvent_IsTouchEvent) == 0x000080, "Wrong size on KismetInputLibrary_PointerEvent_IsTouchEvent"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_IsTouchEvent, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_IsTouchEvent::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_IsTouchEvent, ReturnValue) == 0x000078, "Member 'KismetInputLibrary_PointerEvent_IsTouchEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetInputLibrary \ +static_assert(alignof(UKismetInputLibrary) == 0x000008, "Wrong alignment on UKismetInputLibrary"); \ +static_assert(sizeof(UKismetInputLibrary) == 0x000030, "Wrong size on UKismetInputLibrary"); \ + +#define DUMPER7_ASSERTS_KismetMaterialLibrary_CreateDynamicMaterialInstance \ +static_assert(alignof(KismetMaterialLibrary_CreateDynamicMaterialInstance) == 0x000008, "Wrong alignment on KismetMaterialLibrary_CreateDynamicMaterialInstance"); \ +static_assert(sizeof(KismetMaterialLibrary_CreateDynamicMaterialInstance) == 0x000028, "Wrong size on KismetMaterialLibrary_CreateDynamicMaterialInstance"); \ +static_assert(offsetof(KismetMaterialLibrary_CreateDynamicMaterialInstance, WorldContextObject) == 0x000000, "Member 'KismetMaterialLibrary_CreateDynamicMaterialInstance::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_CreateDynamicMaterialInstance, Parent) == 0x000008, "Member 'KismetMaterialLibrary_CreateDynamicMaterialInstance::Parent' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_CreateDynamicMaterialInstance, OptionalName) == 0x000010, "Member 'KismetMaterialLibrary_CreateDynamicMaterialInstance::OptionalName' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_CreateDynamicMaterialInstance, CreationFlags) == 0x00001C, "Member 'KismetMaterialLibrary_CreateDynamicMaterialInstance::CreationFlags' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_CreateDynamicMaterialInstance, ReturnValue) == 0x000020, "Member 'KismetMaterialLibrary_CreateDynamicMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMaterialLibrary_GetScalarParameterValue \ +static_assert(alignof(KismetMaterialLibrary_GetScalarParameterValue) == 0x000008, "Wrong alignment on KismetMaterialLibrary_GetScalarParameterValue"); \ +static_assert(sizeof(KismetMaterialLibrary_GetScalarParameterValue) == 0x000020, "Wrong size on KismetMaterialLibrary_GetScalarParameterValue"); \ +static_assert(offsetof(KismetMaterialLibrary_GetScalarParameterValue, WorldContextObject) == 0x000000, "Member 'KismetMaterialLibrary_GetScalarParameterValue::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_GetScalarParameterValue, Collection) == 0x000008, "Member 'KismetMaterialLibrary_GetScalarParameterValue::Collection' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_GetScalarParameterValue, ParameterName) == 0x000010, "Member 'KismetMaterialLibrary_GetScalarParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_GetScalarParameterValue, ReturnValue) == 0x00001C, "Member 'KismetMaterialLibrary_GetScalarParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMaterialLibrary_GetVectorParameterValue \ +static_assert(alignof(KismetMaterialLibrary_GetVectorParameterValue) == 0x000008, "Wrong alignment on KismetMaterialLibrary_GetVectorParameterValue"); \ +static_assert(sizeof(KismetMaterialLibrary_GetVectorParameterValue) == 0x000030, "Wrong size on KismetMaterialLibrary_GetVectorParameterValue"); \ +static_assert(offsetof(KismetMaterialLibrary_GetVectorParameterValue, WorldContextObject) == 0x000000, "Member 'KismetMaterialLibrary_GetVectorParameterValue::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_GetVectorParameterValue, Collection) == 0x000008, "Member 'KismetMaterialLibrary_GetVectorParameterValue::Collection' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_GetVectorParameterValue, ParameterName) == 0x000010, "Member 'KismetMaterialLibrary_GetVectorParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_GetVectorParameterValue, ReturnValue) == 0x00001C, "Member 'KismetMaterialLibrary_GetVectorParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMaterialLibrary_SetScalarParameterValue \ +static_assert(alignof(KismetMaterialLibrary_SetScalarParameterValue) == 0x000008, "Wrong alignment on KismetMaterialLibrary_SetScalarParameterValue"); \ +static_assert(sizeof(KismetMaterialLibrary_SetScalarParameterValue) == 0x000020, "Wrong size on KismetMaterialLibrary_SetScalarParameterValue"); \ +static_assert(offsetof(KismetMaterialLibrary_SetScalarParameterValue, WorldContextObject) == 0x000000, "Member 'KismetMaterialLibrary_SetScalarParameterValue::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_SetScalarParameterValue, Collection) == 0x000008, "Member 'KismetMaterialLibrary_SetScalarParameterValue::Collection' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_SetScalarParameterValue, ParameterName) == 0x000010, "Member 'KismetMaterialLibrary_SetScalarParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_SetScalarParameterValue, ParameterValue) == 0x00001C, "Member 'KismetMaterialLibrary_SetScalarParameterValue::ParameterValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMaterialLibrary_SetVectorParameterValue \ +static_assert(alignof(KismetMaterialLibrary_SetVectorParameterValue) == 0x000008, "Wrong alignment on KismetMaterialLibrary_SetVectorParameterValue"); \ +static_assert(sizeof(KismetMaterialLibrary_SetVectorParameterValue) == 0x000030, "Wrong size on KismetMaterialLibrary_SetVectorParameterValue"); \ +static_assert(offsetof(KismetMaterialLibrary_SetVectorParameterValue, WorldContextObject) == 0x000000, "Member 'KismetMaterialLibrary_SetVectorParameterValue::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_SetVectorParameterValue, Collection) == 0x000008, "Member 'KismetMaterialLibrary_SetVectorParameterValue::Collection' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_SetVectorParameterValue, ParameterName) == 0x000010, "Member 'KismetMaterialLibrary_SetVectorParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_SetVectorParameterValue, ParameterValue) == 0x00001C, "Member 'KismetMaterialLibrary_SetVectorParameterValue::ParameterValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetMaterialLibrary \ +static_assert(alignof(UKismetMaterialLibrary) == 0x000008, "Wrong alignment on UKismetMaterialLibrary"); \ +static_assert(sizeof(UKismetMaterialLibrary) == 0x000030, "Wrong size on UKismetMaterialLibrary"); \ + +#define DUMPER7_ASSERTS_KismetNodeHelperLibrary_BitIsMarked \ +static_assert(alignof(KismetNodeHelperLibrary_BitIsMarked) == 0x000004, "Wrong alignment on KismetNodeHelperLibrary_BitIsMarked"); \ +static_assert(sizeof(KismetNodeHelperLibrary_BitIsMarked) == 0x00000C, "Wrong size on KismetNodeHelperLibrary_BitIsMarked"); \ +static_assert(offsetof(KismetNodeHelperLibrary_BitIsMarked, Data) == 0x000000, "Member 'KismetNodeHelperLibrary_BitIsMarked::Data' has a wrong offset!"); \ +static_assert(offsetof(KismetNodeHelperLibrary_BitIsMarked, Index_0) == 0x000004, "Member 'KismetNodeHelperLibrary_BitIsMarked::Index_0' has a wrong offset!"); \ +static_assert(offsetof(KismetNodeHelperLibrary_BitIsMarked, ReturnValue) == 0x000008, "Member 'KismetNodeHelperLibrary_BitIsMarked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetNodeHelperLibrary_ClearAllBits \ +static_assert(alignof(KismetNodeHelperLibrary_ClearAllBits) == 0x000004, "Wrong alignment on KismetNodeHelperLibrary_ClearAllBits"); \ +static_assert(sizeof(KismetNodeHelperLibrary_ClearAllBits) == 0x000004, "Wrong size on KismetNodeHelperLibrary_ClearAllBits"); \ +static_assert(offsetof(KismetNodeHelperLibrary_ClearAllBits, Data) == 0x000000, "Member 'KismetNodeHelperLibrary_ClearAllBits::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetNodeHelperLibrary_ClearBit \ +static_assert(alignof(KismetNodeHelperLibrary_ClearBit) == 0x000004, "Wrong alignment on KismetNodeHelperLibrary_ClearBit"); \ +static_assert(sizeof(KismetNodeHelperLibrary_ClearBit) == 0x000008, "Wrong size on KismetNodeHelperLibrary_ClearBit"); \ +static_assert(offsetof(KismetNodeHelperLibrary_ClearBit, Data) == 0x000000, "Member 'KismetNodeHelperLibrary_ClearBit::Data' has a wrong offset!"); \ +static_assert(offsetof(KismetNodeHelperLibrary_ClearBit, Index_0) == 0x000004, "Member 'KismetNodeHelperLibrary_ClearBit::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetNodeHelperLibrary_GetEnumeratorName \ +static_assert(alignof(KismetNodeHelperLibrary_GetEnumeratorName) == 0x000008, "Wrong alignment on KismetNodeHelperLibrary_GetEnumeratorName"); \ +static_assert(sizeof(KismetNodeHelperLibrary_GetEnumeratorName) == 0x000018, "Wrong size on KismetNodeHelperLibrary_GetEnumeratorName"); \ +static_assert(offsetof(KismetNodeHelperLibrary_GetEnumeratorName, Enum) == 0x000000, "Member 'KismetNodeHelperLibrary_GetEnumeratorName::Enum' has a wrong offset!"); \ +static_assert(offsetof(KismetNodeHelperLibrary_GetEnumeratorName, EnumeratorValue) == 0x000008, "Member 'KismetNodeHelperLibrary_GetEnumeratorName::EnumeratorValue' has a wrong offset!"); \ +static_assert(offsetof(KismetNodeHelperLibrary_GetEnumeratorName, ReturnValue) == 0x00000C, "Member 'KismetNodeHelperLibrary_GetEnumeratorName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetNodeHelperLibrary_GetEnumeratorUserFriendlyName \ +static_assert(alignof(KismetNodeHelperLibrary_GetEnumeratorUserFriendlyName) == 0x000008, "Wrong alignment on KismetNodeHelperLibrary_GetEnumeratorUserFriendlyName"); \ +static_assert(sizeof(KismetNodeHelperLibrary_GetEnumeratorUserFriendlyName) == 0x000020, "Wrong size on KismetNodeHelperLibrary_GetEnumeratorUserFriendlyName"); \ +static_assert(offsetof(KismetNodeHelperLibrary_GetEnumeratorUserFriendlyName, Enum) == 0x000000, "Member 'KismetNodeHelperLibrary_GetEnumeratorUserFriendlyName::Enum' has a wrong offset!"); \ +static_assert(offsetof(KismetNodeHelperLibrary_GetEnumeratorUserFriendlyName, EnumeratorValue) == 0x000008, "Member 'KismetNodeHelperLibrary_GetEnumeratorUserFriendlyName::EnumeratorValue' has a wrong offset!"); \ +static_assert(offsetof(KismetNodeHelperLibrary_GetEnumeratorUserFriendlyName, ReturnValue) == 0x000010, "Member 'KismetNodeHelperLibrary_GetEnumeratorUserFriendlyName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetNodeHelperLibrary_GetEnumeratorValueFromIndex \ +static_assert(alignof(KismetNodeHelperLibrary_GetEnumeratorValueFromIndex) == 0x000008, "Wrong alignment on KismetNodeHelperLibrary_GetEnumeratorValueFromIndex"); \ +static_assert(sizeof(KismetNodeHelperLibrary_GetEnumeratorValueFromIndex) == 0x000010, "Wrong size on KismetNodeHelperLibrary_GetEnumeratorValueFromIndex"); \ +static_assert(offsetof(KismetNodeHelperLibrary_GetEnumeratorValueFromIndex, Enum) == 0x000000, "Member 'KismetNodeHelperLibrary_GetEnumeratorValueFromIndex::Enum' has a wrong offset!"); \ +static_assert(offsetof(KismetNodeHelperLibrary_GetEnumeratorValueFromIndex, EnumeratorIndex) == 0x000008, "Member 'KismetNodeHelperLibrary_GetEnumeratorValueFromIndex::EnumeratorIndex' has a wrong offset!"); \ +static_assert(offsetof(KismetNodeHelperLibrary_GetEnumeratorValueFromIndex, ReturnValue) == 0x000009, "Member 'KismetNodeHelperLibrary_GetEnumeratorValueFromIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetNodeHelperLibrary_GetFirstUnmarkedBit \ +static_assert(alignof(KismetNodeHelperLibrary_GetFirstUnmarkedBit) == 0x000004, "Wrong alignment on KismetNodeHelperLibrary_GetFirstUnmarkedBit"); \ +static_assert(sizeof(KismetNodeHelperLibrary_GetFirstUnmarkedBit) == 0x000010, "Wrong size on KismetNodeHelperLibrary_GetFirstUnmarkedBit"); \ +static_assert(offsetof(KismetNodeHelperLibrary_GetFirstUnmarkedBit, Data) == 0x000000, "Member 'KismetNodeHelperLibrary_GetFirstUnmarkedBit::Data' has a wrong offset!"); \ +static_assert(offsetof(KismetNodeHelperLibrary_GetFirstUnmarkedBit, StartIdx) == 0x000004, "Member 'KismetNodeHelperLibrary_GetFirstUnmarkedBit::StartIdx' has a wrong offset!"); \ +static_assert(offsetof(KismetNodeHelperLibrary_GetFirstUnmarkedBit, NumBits) == 0x000008, "Member 'KismetNodeHelperLibrary_GetFirstUnmarkedBit::NumBits' has a wrong offset!"); \ +static_assert(offsetof(KismetNodeHelperLibrary_GetFirstUnmarkedBit, ReturnValue) == 0x00000C, "Member 'KismetNodeHelperLibrary_GetFirstUnmarkedBit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetNodeHelperLibrary_GetRandomUnmarkedBit \ +static_assert(alignof(KismetNodeHelperLibrary_GetRandomUnmarkedBit) == 0x000004, "Wrong alignment on KismetNodeHelperLibrary_GetRandomUnmarkedBit"); \ +static_assert(sizeof(KismetNodeHelperLibrary_GetRandomUnmarkedBit) == 0x000010, "Wrong size on KismetNodeHelperLibrary_GetRandomUnmarkedBit"); \ +static_assert(offsetof(KismetNodeHelperLibrary_GetRandomUnmarkedBit, Data) == 0x000000, "Member 'KismetNodeHelperLibrary_GetRandomUnmarkedBit::Data' has a wrong offset!"); \ +static_assert(offsetof(KismetNodeHelperLibrary_GetRandomUnmarkedBit, StartIdx) == 0x000004, "Member 'KismetNodeHelperLibrary_GetRandomUnmarkedBit::StartIdx' has a wrong offset!"); \ +static_assert(offsetof(KismetNodeHelperLibrary_GetRandomUnmarkedBit, NumBits) == 0x000008, "Member 'KismetNodeHelperLibrary_GetRandomUnmarkedBit::NumBits' has a wrong offset!"); \ +static_assert(offsetof(KismetNodeHelperLibrary_GetRandomUnmarkedBit, ReturnValue) == 0x00000C, "Member 'KismetNodeHelperLibrary_GetRandomUnmarkedBit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetNodeHelperLibrary_GetUnmarkedBit \ +static_assert(alignof(KismetNodeHelperLibrary_GetUnmarkedBit) == 0x000004, "Wrong alignment on KismetNodeHelperLibrary_GetUnmarkedBit"); \ +static_assert(sizeof(KismetNodeHelperLibrary_GetUnmarkedBit) == 0x000014, "Wrong size on KismetNodeHelperLibrary_GetUnmarkedBit"); \ +static_assert(offsetof(KismetNodeHelperLibrary_GetUnmarkedBit, Data) == 0x000000, "Member 'KismetNodeHelperLibrary_GetUnmarkedBit::Data' has a wrong offset!"); \ +static_assert(offsetof(KismetNodeHelperLibrary_GetUnmarkedBit, StartIdx) == 0x000004, "Member 'KismetNodeHelperLibrary_GetUnmarkedBit::StartIdx' has a wrong offset!"); \ +static_assert(offsetof(KismetNodeHelperLibrary_GetUnmarkedBit, NumBits) == 0x000008, "Member 'KismetNodeHelperLibrary_GetUnmarkedBit::NumBits' has a wrong offset!"); \ +static_assert(offsetof(KismetNodeHelperLibrary_GetUnmarkedBit, bRandom) == 0x00000C, "Member 'KismetNodeHelperLibrary_GetUnmarkedBit::bRandom' has a wrong offset!"); \ +static_assert(offsetof(KismetNodeHelperLibrary_GetUnmarkedBit, ReturnValue) == 0x000010, "Member 'KismetNodeHelperLibrary_GetUnmarkedBit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetNodeHelperLibrary_GetValidValue \ +static_assert(alignof(KismetNodeHelperLibrary_GetValidValue) == 0x000008, "Wrong alignment on KismetNodeHelperLibrary_GetValidValue"); \ +static_assert(sizeof(KismetNodeHelperLibrary_GetValidValue) == 0x000010, "Wrong size on KismetNodeHelperLibrary_GetValidValue"); \ +static_assert(offsetof(KismetNodeHelperLibrary_GetValidValue, Enum) == 0x000000, "Member 'KismetNodeHelperLibrary_GetValidValue::Enum' has a wrong offset!"); \ +static_assert(offsetof(KismetNodeHelperLibrary_GetValidValue, EnumeratorValue) == 0x000008, "Member 'KismetNodeHelperLibrary_GetValidValue::EnumeratorValue' has a wrong offset!"); \ +static_assert(offsetof(KismetNodeHelperLibrary_GetValidValue, ReturnValue) == 0x000009, "Member 'KismetNodeHelperLibrary_GetValidValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetNodeHelperLibrary_HasMarkedBit \ +static_assert(alignof(KismetNodeHelperLibrary_HasMarkedBit) == 0x000004, "Wrong alignment on KismetNodeHelperLibrary_HasMarkedBit"); \ +static_assert(sizeof(KismetNodeHelperLibrary_HasMarkedBit) == 0x00000C, "Wrong size on KismetNodeHelperLibrary_HasMarkedBit"); \ +static_assert(offsetof(KismetNodeHelperLibrary_HasMarkedBit, Data) == 0x000000, "Member 'KismetNodeHelperLibrary_HasMarkedBit::Data' has a wrong offset!"); \ +static_assert(offsetof(KismetNodeHelperLibrary_HasMarkedBit, NumBits) == 0x000004, "Member 'KismetNodeHelperLibrary_HasMarkedBit::NumBits' has a wrong offset!"); \ +static_assert(offsetof(KismetNodeHelperLibrary_HasMarkedBit, ReturnValue) == 0x000008, "Member 'KismetNodeHelperLibrary_HasMarkedBit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetNodeHelperLibrary_HasUnmarkedBit \ +static_assert(alignof(KismetNodeHelperLibrary_HasUnmarkedBit) == 0x000004, "Wrong alignment on KismetNodeHelperLibrary_HasUnmarkedBit"); \ +static_assert(sizeof(KismetNodeHelperLibrary_HasUnmarkedBit) == 0x00000C, "Wrong size on KismetNodeHelperLibrary_HasUnmarkedBit"); \ +static_assert(offsetof(KismetNodeHelperLibrary_HasUnmarkedBit, Data) == 0x000000, "Member 'KismetNodeHelperLibrary_HasUnmarkedBit::Data' has a wrong offset!"); \ +static_assert(offsetof(KismetNodeHelperLibrary_HasUnmarkedBit, NumBits) == 0x000004, "Member 'KismetNodeHelperLibrary_HasUnmarkedBit::NumBits' has a wrong offset!"); \ +static_assert(offsetof(KismetNodeHelperLibrary_HasUnmarkedBit, ReturnValue) == 0x000008, "Member 'KismetNodeHelperLibrary_HasUnmarkedBit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetNodeHelperLibrary_MarkBit \ +static_assert(alignof(KismetNodeHelperLibrary_MarkBit) == 0x000004, "Wrong alignment on KismetNodeHelperLibrary_MarkBit"); \ +static_assert(sizeof(KismetNodeHelperLibrary_MarkBit) == 0x000008, "Wrong size on KismetNodeHelperLibrary_MarkBit"); \ +static_assert(offsetof(KismetNodeHelperLibrary_MarkBit, Data) == 0x000000, "Member 'KismetNodeHelperLibrary_MarkBit::Data' has a wrong offset!"); \ +static_assert(offsetof(KismetNodeHelperLibrary_MarkBit, Index_0) == 0x000004, "Member 'KismetNodeHelperLibrary_MarkBit::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetNodeHelperLibrary \ +static_assert(alignof(UKismetNodeHelperLibrary) == 0x000008, "Wrong alignment on UKismetNodeHelperLibrary"); \ +static_assert(sizeof(UKismetNodeHelperLibrary) == 0x000030, "Wrong size on UKismetNodeHelperLibrary"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Bool \ +static_assert(alignof(KismetStringLibrary_BuildString_Bool) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Bool"); \ +static_assert(sizeof(KismetStringLibrary_BuildString_Bool) == 0x000048, "Wrong size on KismetStringLibrary_BuildString_Bool"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Bool, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Bool::AppendTo' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Bool, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Bool::Prefix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Bool, InBool) == 0x000020, "Member 'KismetStringLibrary_BuildString_Bool::InBool' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Bool, Suffix) == 0x000028, "Member 'KismetStringLibrary_BuildString_Bool::Suffix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Bool, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_BuildString_Bool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Color \ +static_assert(alignof(KismetStringLibrary_BuildString_Color) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Color"); \ +static_assert(sizeof(KismetStringLibrary_BuildString_Color) == 0x000050, "Wrong size on KismetStringLibrary_BuildString_Color"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Color, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Color::AppendTo' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Color, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Color::Prefix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Color, InColor) == 0x000020, "Member 'KismetStringLibrary_BuildString_Color::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Color, Suffix) == 0x000030, "Member 'KismetStringLibrary_BuildString_Color::Suffix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Color, ReturnValue) == 0x000040, "Member 'KismetStringLibrary_BuildString_Color::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Float \ +static_assert(alignof(KismetStringLibrary_BuildString_Float) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Float"); \ +static_assert(sizeof(KismetStringLibrary_BuildString_Float) == 0x000048, "Wrong size on KismetStringLibrary_BuildString_Float"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Float, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Float::AppendTo' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Float, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Float::Prefix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Float, InFloat) == 0x000020, "Member 'KismetStringLibrary_BuildString_Float::InFloat' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Float, Suffix) == 0x000028, "Member 'KismetStringLibrary_BuildString_Float::Suffix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Float, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_BuildString_Float::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Int \ +static_assert(alignof(KismetStringLibrary_BuildString_Int) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Int"); \ +static_assert(sizeof(KismetStringLibrary_BuildString_Int) == 0x000048, "Wrong size on KismetStringLibrary_BuildString_Int"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Int, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Int::AppendTo' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Int, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Int::Prefix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Int, InInt) == 0x000020, "Member 'KismetStringLibrary_BuildString_Int::InInt' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Int, Suffix) == 0x000028, "Member 'KismetStringLibrary_BuildString_Int::Suffix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Int, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_BuildString_Int::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_IntVector \ +static_assert(alignof(KismetStringLibrary_BuildString_IntVector) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_IntVector"); \ +static_assert(sizeof(KismetStringLibrary_BuildString_IntVector) == 0x000050, "Wrong size on KismetStringLibrary_BuildString_IntVector"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_IntVector, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_IntVector::AppendTo' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_IntVector, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_IntVector::Prefix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_IntVector, InIntVector) == 0x000020, "Member 'KismetStringLibrary_BuildString_IntVector::InIntVector' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_IntVector, Suffix) == 0x000030, "Member 'KismetStringLibrary_BuildString_IntVector::Suffix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_IntVector, ReturnValue) == 0x000040, "Member 'KismetStringLibrary_BuildString_IntVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Name \ +static_assert(alignof(KismetStringLibrary_BuildString_Name) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Name"); \ +static_assert(sizeof(KismetStringLibrary_BuildString_Name) == 0x000050, "Wrong size on KismetStringLibrary_BuildString_Name"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Name, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Name::AppendTo' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Name, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Name::Prefix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Name, InName) == 0x000020, "Member 'KismetStringLibrary_BuildString_Name::InName' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Name, Suffix) == 0x000030, "Member 'KismetStringLibrary_BuildString_Name::Suffix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Name, ReturnValue) == 0x000040, "Member 'KismetStringLibrary_BuildString_Name::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Object \ +static_assert(alignof(KismetStringLibrary_BuildString_Object) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Object"); \ +static_assert(sizeof(KismetStringLibrary_BuildString_Object) == 0x000048, "Wrong size on KismetStringLibrary_BuildString_Object"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Object, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Object::AppendTo' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Object, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Object::Prefix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Object, InObj) == 0x000020, "Member 'KismetStringLibrary_BuildString_Object::InObj' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Object, Suffix) == 0x000028, "Member 'KismetStringLibrary_BuildString_Object::Suffix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Object, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_BuildString_Object::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Rotator \ +static_assert(alignof(KismetStringLibrary_BuildString_Rotator) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Rotator"); \ +static_assert(sizeof(KismetStringLibrary_BuildString_Rotator) == 0x000050, "Wrong size on KismetStringLibrary_BuildString_Rotator"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Rotator, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Rotator::AppendTo' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Rotator, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Rotator::Prefix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Rotator, InRot) == 0x000020, "Member 'KismetStringLibrary_BuildString_Rotator::InRot' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Rotator, Suffix) == 0x000030, "Member 'KismetStringLibrary_BuildString_Rotator::Suffix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Rotator, ReturnValue) == 0x000040, "Member 'KismetStringLibrary_BuildString_Rotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Vector \ +static_assert(alignof(KismetStringLibrary_BuildString_Vector) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Vector"); \ +static_assert(sizeof(KismetStringLibrary_BuildString_Vector) == 0x000050, "Wrong size on KismetStringLibrary_BuildString_Vector"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Vector, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Vector::AppendTo' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Vector, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Vector::Prefix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Vector, InVector) == 0x000020, "Member 'KismetStringLibrary_BuildString_Vector::InVector' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Vector, Suffix) == 0x000030, "Member 'KismetStringLibrary_BuildString_Vector::Suffix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Vector, ReturnValue) == 0x000040, "Member 'KismetStringLibrary_BuildString_Vector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Vector2d \ +static_assert(alignof(KismetStringLibrary_BuildString_Vector2d) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Vector2d"); \ +static_assert(sizeof(KismetStringLibrary_BuildString_Vector2d) == 0x000048, "Wrong size on KismetStringLibrary_BuildString_Vector2d"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Vector2d, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Vector2d::AppendTo' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Vector2d, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Vector2d::Prefix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Vector2d, InVector2d) == 0x000020, "Member 'KismetStringLibrary_BuildString_Vector2d::InVector2d' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Vector2d, Suffix) == 0x000028, "Member 'KismetStringLibrary_BuildString_Vector2d::Suffix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Vector2d, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_BuildString_Vector2d::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Concat_StrStr \ +static_assert(alignof(KismetStringLibrary_Concat_StrStr) == 0x000008, "Wrong alignment on KismetStringLibrary_Concat_StrStr"); \ +static_assert(sizeof(KismetStringLibrary_Concat_StrStr) == 0x000030, "Wrong size on KismetStringLibrary_Concat_StrStr"); \ +static_assert(offsetof(KismetStringLibrary_Concat_StrStr, A) == 0x000000, "Member 'KismetStringLibrary_Concat_StrStr::A' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Concat_StrStr, B) == 0x000010, "Member 'KismetStringLibrary_Concat_StrStr::B' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Concat_StrStr, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_Concat_StrStr::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Contains \ +static_assert(alignof(KismetStringLibrary_Contains) == 0x000008, "Wrong alignment on KismetStringLibrary_Contains"); \ +static_assert(sizeof(KismetStringLibrary_Contains) == 0x000028, "Wrong size on KismetStringLibrary_Contains"); \ +static_assert(offsetof(KismetStringLibrary_Contains, SearchIn) == 0x000000, "Member 'KismetStringLibrary_Contains::SearchIn' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Contains, Substring) == 0x000010, "Member 'KismetStringLibrary_Contains::Substring' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Contains, bUseCase) == 0x000020, "Member 'KismetStringLibrary_Contains::bUseCase' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Contains, bSearchFromEnd) == 0x000021, "Member 'KismetStringLibrary_Contains::bSearchFromEnd' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Contains, ReturnValue) == 0x000022, "Member 'KismetStringLibrary_Contains::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_BoolToString \ +static_assert(alignof(KismetStringLibrary_Conv_BoolToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_BoolToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_BoolToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_BoolToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_BoolToString, InBool) == 0x000000, "Member 'KismetStringLibrary_Conv_BoolToString::InBool' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_BoolToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_BoolToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_ByteToString \ +static_assert(alignof(KismetStringLibrary_Conv_ByteToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_ByteToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_ByteToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_ByteToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_ByteToString, InByte) == 0x000000, "Member 'KismetStringLibrary_Conv_ByteToString::InByte' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_ByteToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_ByteToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_ColorToString \ +static_assert(alignof(KismetStringLibrary_Conv_ColorToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_ColorToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_ColorToString) == 0x000020, "Wrong size on KismetStringLibrary_Conv_ColorToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_ColorToString, InColor) == 0x000000, "Member 'KismetStringLibrary_Conv_ColorToString::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_ColorToString, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_ColorToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_FloatToString \ +static_assert(alignof(KismetStringLibrary_Conv_FloatToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_FloatToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_FloatToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_FloatToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_FloatToString, InFloat) == 0x000000, "Member 'KismetStringLibrary_Conv_FloatToString::InFloat' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_FloatToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_FloatToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_IntPointToString \ +static_assert(alignof(KismetStringLibrary_Conv_IntPointToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_IntPointToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_IntPointToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_IntPointToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_IntPointToString, InIntPoint) == 0x000000, "Member 'KismetStringLibrary_Conv_IntPointToString::InIntPoint' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_IntPointToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_IntPointToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_IntToString \ +static_assert(alignof(KismetStringLibrary_Conv_IntToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_IntToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_IntToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_IntToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_IntToString, InInt) == 0x000000, "Member 'KismetStringLibrary_Conv_IntToString::InInt' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_IntToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_IntToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_IntVectorToString \ +static_assert(alignof(KismetStringLibrary_Conv_IntVectorToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_IntVectorToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_IntVectorToString) == 0x000020, "Wrong size on KismetStringLibrary_Conv_IntVectorToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_IntVectorToString, InIntVec) == 0x000000, "Member 'KismetStringLibrary_Conv_IntVectorToString::InIntVec' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_IntVectorToString, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_IntVectorToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_MatrixToString \ +static_assert(alignof(KismetStringLibrary_Conv_MatrixToString) == 0x000010, "Wrong alignment on KismetStringLibrary_Conv_MatrixToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_MatrixToString) == 0x000050, "Wrong size on KismetStringLibrary_Conv_MatrixToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_MatrixToString, InMatrix) == 0x000000, "Member 'KismetStringLibrary_Conv_MatrixToString::InMatrix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_MatrixToString, ReturnValue) == 0x000040, "Member 'KismetStringLibrary_Conv_MatrixToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_NameToString \ +static_assert(alignof(KismetStringLibrary_Conv_NameToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_NameToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_NameToString) == 0x000020, "Wrong size on KismetStringLibrary_Conv_NameToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_NameToString, InName) == 0x000000, "Member 'KismetStringLibrary_Conv_NameToString::InName' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_NameToString, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_NameToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_ObjectToString \ +static_assert(alignof(KismetStringLibrary_Conv_ObjectToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_ObjectToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_ObjectToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_ObjectToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_ObjectToString, InObj) == 0x000000, "Member 'KismetStringLibrary_Conv_ObjectToString::InObj' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_ObjectToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_ObjectToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_RotatorToString \ +static_assert(alignof(KismetStringLibrary_Conv_RotatorToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_RotatorToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_RotatorToString) == 0x000020, "Wrong size on KismetStringLibrary_Conv_RotatorToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_RotatorToString, InRot) == 0x000000, "Member 'KismetStringLibrary_Conv_RotatorToString::InRot' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_RotatorToString, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_RotatorToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToColor \ +static_assert(alignof(KismetStringLibrary_Conv_StringToColor) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToColor"); \ +static_assert(sizeof(KismetStringLibrary_Conv_StringToColor) == 0x000028, "Wrong size on KismetStringLibrary_Conv_StringToColor"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToColor, InString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToColor::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToColor, OutConvertedColor) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToColor::OutConvertedColor' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToColor, OutIsValid) == 0x000020, "Member 'KismetStringLibrary_Conv_StringToColor::OutIsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToFloat \ +static_assert(alignof(KismetStringLibrary_Conv_StringToFloat) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToFloat"); \ +static_assert(sizeof(KismetStringLibrary_Conv_StringToFloat) == 0x000018, "Wrong size on KismetStringLibrary_Conv_StringToFloat"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToFloat, InString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToFloat::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToFloat, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToInt \ +static_assert(alignof(KismetStringLibrary_Conv_StringToInt) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToInt"); \ +static_assert(sizeof(KismetStringLibrary_Conv_StringToInt) == 0x000018, "Wrong size on KismetStringLibrary_Conv_StringToInt"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToInt, InString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToInt::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToInt, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToName \ +static_assert(alignof(KismetStringLibrary_Conv_StringToName) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToName"); \ +static_assert(sizeof(KismetStringLibrary_Conv_StringToName) == 0x000020, "Wrong size on KismetStringLibrary_Conv_StringToName"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToName, InString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToName::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToName, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToRotator \ +static_assert(alignof(KismetStringLibrary_Conv_StringToRotator) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToRotator"); \ +static_assert(sizeof(KismetStringLibrary_Conv_StringToRotator) == 0x000020, "Wrong size on KismetStringLibrary_Conv_StringToRotator"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToRotator, InString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToRotator::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToRotator, OutConvertedRotator) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToRotator::OutConvertedRotator' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToRotator, OutIsValid) == 0x00001C, "Member 'KismetStringLibrary_Conv_StringToRotator::OutIsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToVector \ +static_assert(alignof(KismetStringLibrary_Conv_StringToVector) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToVector"); \ +static_assert(sizeof(KismetStringLibrary_Conv_StringToVector) == 0x000020, "Wrong size on KismetStringLibrary_Conv_StringToVector"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToVector, InString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToVector::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToVector, OutConvertedVector) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToVector::OutConvertedVector' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToVector, OutIsValid) == 0x00001C, "Member 'KismetStringLibrary_Conv_StringToVector::OutIsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToVector2D \ +static_assert(alignof(KismetStringLibrary_Conv_StringToVector2D) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToVector2D"); \ +static_assert(sizeof(KismetStringLibrary_Conv_StringToVector2D) == 0x000020, "Wrong size on KismetStringLibrary_Conv_StringToVector2D"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToVector2D, InString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToVector2D::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToVector2D, OutConvertedVector2D) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToVector2D::OutConvertedVector2D' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToVector2D, OutIsValid) == 0x000018, "Member 'KismetStringLibrary_Conv_StringToVector2D::OutIsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_TransformToString \ +static_assert(alignof(KismetStringLibrary_Conv_TransformToString) == 0x000010, "Wrong alignment on KismetStringLibrary_Conv_TransformToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_TransformToString) == 0x000040, "Wrong size on KismetStringLibrary_Conv_TransformToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_TransformToString, InTrans) == 0x000000, "Member 'KismetStringLibrary_Conv_TransformToString::InTrans' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_TransformToString, ReturnValue) == 0x000030, "Member 'KismetStringLibrary_Conv_TransformToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_Vector2dToString \ +static_assert(alignof(KismetStringLibrary_Conv_Vector2dToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_Vector2dToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_Vector2dToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_Vector2dToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_Vector2dToString, InVec) == 0x000000, "Member 'KismetStringLibrary_Conv_Vector2dToString::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_Vector2dToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_Vector2dToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_VectorToString \ +static_assert(alignof(KismetStringLibrary_Conv_VectorToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_VectorToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_VectorToString) == 0x000020, "Wrong size on KismetStringLibrary_Conv_VectorToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_VectorToString, InVec) == 0x000000, "Member 'KismetStringLibrary_Conv_VectorToString::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_VectorToString, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_VectorToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_CullArray \ +static_assert(alignof(KismetStringLibrary_CullArray) == 0x000008, "Wrong alignment on KismetStringLibrary_CullArray"); \ +static_assert(sizeof(KismetStringLibrary_CullArray) == 0x000028, "Wrong size on KismetStringLibrary_CullArray"); \ +static_assert(offsetof(KismetStringLibrary_CullArray, SourceString) == 0x000000, "Member 'KismetStringLibrary_CullArray::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_CullArray, InArray) == 0x000010, "Member 'KismetStringLibrary_CullArray::InArray' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_CullArray, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_CullArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_EndsWith \ +static_assert(alignof(KismetStringLibrary_EndsWith) == 0x000008, "Wrong alignment on KismetStringLibrary_EndsWith"); \ +static_assert(sizeof(KismetStringLibrary_EndsWith) == 0x000028, "Wrong size on KismetStringLibrary_EndsWith"); \ +static_assert(offsetof(KismetStringLibrary_EndsWith, SourceString) == 0x000000, "Member 'KismetStringLibrary_EndsWith::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_EndsWith, InSuffix) == 0x000010, "Member 'KismetStringLibrary_EndsWith::InSuffix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_EndsWith, SearchCase) == 0x000020, "Member 'KismetStringLibrary_EndsWith::SearchCase' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_EndsWith, ReturnValue) == 0x000021, "Member 'KismetStringLibrary_EndsWith::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_EqualEqual_StriStri \ +static_assert(alignof(KismetStringLibrary_EqualEqual_StriStri) == 0x000008, "Wrong alignment on KismetStringLibrary_EqualEqual_StriStri"); \ +static_assert(sizeof(KismetStringLibrary_EqualEqual_StriStri) == 0x000028, "Wrong size on KismetStringLibrary_EqualEqual_StriStri"); \ +static_assert(offsetof(KismetStringLibrary_EqualEqual_StriStri, A) == 0x000000, "Member 'KismetStringLibrary_EqualEqual_StriStri::A' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_EqualEqual_StriStri, B) == 0x000010, "Member 'KismetStringLibrary_EqualEqual_StriStri::B' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_EqualEqual_StriStri, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_EqualEqual_StriStri::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_EqualEqual_StrStr \ +static_assert(alignof(KismetStringLibrary_EqualEqual_StrStr) == 0x000008, "Wrong alignment on KismetStringLibrary_EqualEqual_StrStr"); \ +static_assert(sizeof(KismetStringLibrary_EqualEqual_StrStr) == 0x000028, "Wrong size on KismetStringLibrary_EqualEqual_StrStr"); \ +static_assert(offsetof(KismetStringLibrary_EqualEqual_StrStr, A) == 0x000000, "Member 'KismetStringLibrary_EqualEqual_StrStr::A' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_EqualEqual_StrStr, B) == 0x000010, "Member 'KismetStringLibrary_EqualEqual_StrStr::B' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_EqualEqual_StrStr, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_EqualEqual_StrStr::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_FindSubstring \ +static_assert(alignof(KismetStringLibrary_FindSubstring) == 0x000008, "Wrong alignment on KismetStringLibrary_FindSubstring"); \ +static_assert(sizeof(KismetStringLibrary_FindSubstring) == 0x000030, "Wrong size on KismetStringLibrary_FindSubstring"); \ +static_assert(offsetof(KismetStringLibrary_FindSubstring, SearchIn) == 0x000000, "Member 'KismetStringLibrary_FindSubstring::SearchIn' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_FindSubstring, Substring) == 0x000010, "Member 'KismetStringLibrary_FindSubstring::Substring' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_FindSubstring, bUseCase) == 0x000020, "Member 'KismetStringLibrary_FindSubstring::bUseCase' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_FindSubstring, bSearchFromEnd) == 0x000021, "Member 'KismetStringLibrary_FindSubstring::bSearchFromEnd' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_FindSubstring, StartPosition) == 0x000024, "Member 'KismetStringLibrary_FindSubstring::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_FindSubstring, ReturnValue) == 0x000028, "Member 'KismetStringLibrary_FindSubstring::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_GetCharacterArrayFromString \ +static_assert(alignof(KismetStringLibrary_GetCharacterArrayFromString) == 0x000008, "Wrong alignment on KismetStringLibrary_GetCharacterArrayFromString"); \ +static_assert(sizeof(KismetStringLibrary_GetCharacterArrayFromString) == 0x000020, "Wrong size on KismetStringLibrary_GetCharacterArrayFromString"); \ +static_assert(offsetof(KismetStringLibrary_GetCharacterArrayFromString, SourceString) == 0x000000, "Member 'KismetStringLibrary_GetCharacterArrayFromString::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_GetCharacterArrayFromString, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_GetCharacterArrayFromString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_GetCharacterAsNumber \ +static_assert(alignof(KismetStringLibrary_GetCharacterAsNumber) == 0x000008, "Wrong alignment on KismetStringLibrary_GetCharacterAsNumber"); \ +static_assert(sizeof(KismetStringLibrary_GetCharacterAsNumber) == 0x000018, "Wrong size on KismetStringLibrary_GetCharacterAsNumber"); \ +static_assert(offsetof(KismetStringLibrary_GetCharacterAsNumber, SourceString) == 0x000000, "Member 'KismetStringLibrary_GetCharacterAsNumber::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_GetCharacterAsNumber, Index_0) == 0x000010, "Member 'KismetStringLibrary_GetCharacterAsNumber::Index_0' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_GetCharacterAsNumber, ReturnValue) == 0x000014, "Member 'KismetStringLibrary_GetCharacterAsNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_GetSubstring \ +static_assert(alignof(KismetStringLibrary_GetSubstring) == 0x000008, "Wrong alignment on KismetStringLibrary_GetSubstring"); \ +static_assert(sizeof(KismetStringLibrary_GetSubstring) == 0x000028, "Wrong size on KismetStringLibrary_GetSubstring"); \ +static_assert(offsetof(KismetStringLibrary_GetSubstring, SourceString) == 0x000000, "Member 'KismetStringLibrary_GetSubstring::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_GetSubstring, StartIndex) == 0x000010, "Member 'KismetStringLibrary_GetSubstring::StartIndex' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_GetSubstring, Length) == 0x000014, "Member 'KismetStringLibrary_GetSubstring::Length' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_GetSubstring, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_GetSubstring::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_IsEmpty \ +static_assert(alignof(KismetStringLibrary_IsEmpty) == 0x000008, "Wrong alignment on KismetStringLibrary_IsEmpty"); \ +static_assert(sizeof(KismetStringLibrary_IsEmpty) == 0x000018, "Wrong size on KismetStringLibrary_IsEmpty"); \ +static_assert(offsetof(KismetStringLibrary_IsEmpty, InString) == 0x000000, "Member 'KismetStringLibrary_IsEmpty::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_IsEmpty, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_IsEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_IsNumeric \ +static_assert(alignof(KismetStringLibrary_IsNumeric) == 0x000008, "Wrong alignment on KismetStringLibrary_IsNumeric"); \ +static_assert(sizeof(KismetStringLibrary_IsNumeric) == 0x000018, "Wrong size on KismetStringLibrary_IsNumeric"); \ +static_assert(offsetof(KismetStringLibrary_IsNumeric, SourceString) == 0x000000, "Member 'KismetStringLibrary_IsNumeric::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_IsNumeric, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_IsNumeric::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_JoinStringArray \ +static_assert(alignof(KismetStringLibrary_JoinStringArray) == 0x000008, "Wrong alignment on KismetStringLibrary_JoinStringArray"); \ +static_assert(sizeof(KismetStringLibrary_JoinStringArray) == 0x000030, "Wrong size on KismetStringLibrary_JoinStringArray"); \ +static_assert(offsetof(KismetStringLibrary_JoinStringArray, SourceArray) == 0x000000, "Member 'KismetStringLibrary_JoinStringArray::SourceArray' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_JoinStringArray, Separator) == 0x000010, "Member 'KismetStringLibrary_JoinStringArray::Separator' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_JoinStringArray, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_JoinStringArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Left \ +static_assert(alignof(KismetStringLibrary_Left) == 0x000008, "Wrong alignment on KismetStringLibrary_Left"); \ +static_assert(sizeof(KismetStringLibrary_Left) == 0x000028, "Wrong size on KismetStringLibrary_Left"); \ +static_assert(offsetof(KismetStringLibrary_Left, SourceString) == 0x000000, "Member 'KismetStringLibrary_Left::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Left, Count) == 0x000010, "Member 'KismetStringLibrary_Left::Count' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Left, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_Left::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_LeftChop \ +static_assert(alignof(KismetStringLibrary_LeftChop) == 0x000008, "Wrong alignment on KismetStringLibrary_LeftChop"); \ +static_assert(sizeof(KismetStringLibrary_LeftChop) == 0x000028, "Wrong size on KismetStringLibrary_LeftChop"); \ +static_assert(offsetof(KismetStringLibrary_LeftChop, SourceString) == 0x000000, "Member 'KismetStringLibrary_LeftChop::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_LeftChop, Count) == 0x000010, "Member 'KismetStringLibrary_LeftChop::Count' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_LeftChop, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_LeftChop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_LeftPad \ +static_assert(alignof(KismetStringLibrary_LeftPad) == 0x000008, "Wrong alignment on KismetStringLibrary_LeftPad"); \ +static_assert(sizeof(KismetStringLibrary_LeftPad) == 0x000028, "Wrong size on KismetStringLibrary_LeftPad"); \ +static_assert(offsetof(KismetStringLibrary_LeftPad, SourceString) == 0x000000, "Member 'KismetStringLibrary_LeftPad::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_LeftPad, ChCount) == 0x000010, "Member 'KismetStringLibrary_LeftPad::ChCount' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_LeftPad, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_LeftPad::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Len \ +static_assert(alignof(KismetStringLibrary_Len) == 0x000008, "Wrong alignment on KismetStringLibrary_Len"); \ +static_assert(sizeof(KismetStringLibrary_Len) == 0x000018, "Wrong size on KismetStringLibrary_Len"); \ +static_assert(offsetof(KismetStringLibrary_Len, S) == 0x000000, "Member 'KismetStringLibrary_Len::S' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Len, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Len::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_MatchesWildcard \ +static_assert(alignof(KismetStringLibrary_MatchesWildcard) == 0x000008, "Wrong alignment on KismetStringLibrary_MatchesWildcard"); \ +static_assert(sizeof(KismetStringLibrary_MatchesWildcard) == 0x000028, "Wrong size on KismetStringLibrary_MatchesWildcard"); \ +static_assert(offsetof(KismetStringLibrary_MatchesWildcard, SourceString) == 0x000000, "Member 'KismetStringLibrary_MatchesWildcard::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_MatchesWildcard, Wildcard) == 0x000010, "Member 'KismetStringLibrary_MatchesWildcard::Wildcard' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_MatchesWildcard, SearchCase) == 0x000020, "Member 'KismetStringLibrary_MatchesWildcard::SearchCase' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_MatchesWildcard, ReturnValue) == 0x000021, "Member 'KismetStringLibrary_MatchesWildcard::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Mid \ +static_assert(alignof(KismetStringLibrary_Mid) == 0x000008, "Wrong alignment on KismetStringLibrary_Mid"); \ +static_assert(sizeof(KismetStringLibrary_Mid) == 0x000028, "Wrong size on KismetStringLibrary_Mid"); \ +static_assert(offsetof(KismetStringLibrary_Mid, SourceString) == 0x000000, "Member 'KismetStringLibrary_Mid::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Mid, Start) == 0x000010, "Member 'KismetStringLibrary_Mid::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Mid, Count) == 0x000014, "Member 'KismetStringLibrary_Mid::Count' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Mid, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_Mid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_NotEqual_StriStri \ +static_assert(alignof(KismetStringLibrary_NotEqual_StriStri) == 0x000008, "Wrong alignment on KismetStringLibrary_NotEqual_StriStri"); \ +static_assert(sizeof(KismetStringLibrary_NotEqual_StriStri) == 0x000028, "Wrong size on KismetStringLibrary_NotEqual_StriStri"); \ +static_assert(offsetof(KismetStringLibrary_NotEqual_StriStri, A) == 0x000000, "Member 'KismetStringLibrary_NotEqual_StriStri::A' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_NotEqual_StriStri, B) == 0x000010, "Member 'KismetStringLibrary_NotEqual_StriStri::B' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_NotEqual_StriStri, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_NotEqual_StriStri::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_NotEqual_StrStr \ +static_assert(alignof(KismetStringLibrary_NotEqual_StrStr) == 0x000008, "Wrong alignment on KismetStringLibrary_NotEqual_StrStr"); \ +static_assert(sizeof(KismetStringLibrary_NotEqual_StrStr) == 0x000028, "Wrong size on KismetStringLibrary_NotEqual_StrStr"); \ +static_assert(offsetof(KismetStringLibrary_NotEqual_StrStr, A) == 0x000000, "Member 'KismetStringLibrary_NotEqual_StrStr::A' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_NotEqual_StrStr, B) == 0x000010, "Member 'KismetStringLibrary_NotEqual_StrStr::B' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_NotEqual_StrStr, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_NotEqual_StrStr::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_ParseIntoArray \ +static_assert(alignof(KismetStringLibrary_ParseIntoArray) == 0x000008, "Wrong alignment on KismetStringLibrary_ParseIntoArray"); \ +static_assert(sizeof(KismetStringLibrary_ParseIntoArray) == 0x000038, "Wrong size on KismetStringLibrary_ParseIntoArray"); \ +static_assert(offsetof(KismetStringLibrary_ParseIntoArray, SourceString) == 0x000000, "Member 'KismetStringLibrary_ParseIntoArray::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_ParseIntoArray, Delimiter) == 0x000010, "Member 'KismetStringLibrary_ParseIntoArray::Delimiter' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_ParseIntoArray, CullEmptyStrings) == 0x000020, "Member 'KismetStringLibrary_ParseIntoArray::CullEmptyStrings' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_ParseIntoArray, ReturnValue) == 0x000028, "Member 'KismetStringLibrary_ParseIntoArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Replace \ +static_assert(alignof(KismetStringLibrary_Replace) == 0x000008, "Wrong alignment on KismetStringLibrary_Replace"); \ +static_assert(sizeof(KismetStringLibrary_Replace) == 0x000048, "Wrong size on KismetStringLibrary_Replace"); \ +static_assert(offsetof(KismetStringLibrary_Replace, SourceString) == 0x000000, "Member 'KismetStringLibrary_Replace::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Replace, From) == 0x000010, "Member 'KismetStringLibrary_Replace::From' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Replace, To) == 0x000020, "Member 'KismetStringLibrary_Replace::To' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Replace, SearchCase) == 0x000030, "Member 'KismetStringLibrary_Replace::SearchCase' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Replace, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_Replace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_ReplaceInline \ +static_assert(alignof(KismetStringLibrary_ReplaceInline) == 0x000008, "Wrong alignment on KismetStringLibrary_ReplaceInline"); \ +static_assert(sizeof(KismetStringLibrary_ReplaceInline) == 0x000038, "Wrong size on KismetStringLibrary_ReplaceInline"); \ +static_assert(offsetof(KismetStringLibrary_ReplaceInline, SourceString) == 0x000000, "Member 'KismetStringLibrary_ReplaceInline::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_ReplaceInline, SearchText) == 0x000010, "Member 'KismetStringLibrary_ReplaceInline::SearchText' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_ReplaceInline, ReplacementText) == 0x000020, "Member 'KismetStringLibrary_ReplaceInline::ReplacementText' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_ReplaceInline, SearchCase) == 0x000030, "Member 'KismetStringLibrary_ReplaceInline::SearchCase' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_ReplaceInline, ReturnValue) == 0x000034, "Member 'KismetStringLibrary_ReplaceInline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Reverse \ +static_assert(alignof(KismetStringLibrary_Reverse) == 0x000008, "Wrong alignment on KismetStringLibrary_Reverse"); \ +static_assert(sizeof(KismetStringLibrary_Reverse) == 0x000020, "Wrong size on KismetStringLibrary_Reverse"); \ +static_assert(offsetof(KismetStringLibrary_Reverse, SourceString) == 0x000000, "Member 'KismetStringLibrary_Reverse::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Reverse, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Reverse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Right \ +static_assert(alignof(KismetStringLibrary_Right) == 0x000008, "Wrong alignment on KismetStringLibrary_Right"); \ +static_assert(sizeof(KismetStringLibrary_Right) == 0x000028, "Wrong size on KismetStringLibrary_Right"); \ +static_assert(offsetof(KismetStringLibrary_Right, SourceString) == 0x000000, "Member 'KismetStringLibrary_Right::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Right, Count) == 0x000010, "Member 'KismetStringLibrary_Right::Count' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Right, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_Right::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_RightChop \ +static_assert(alignof(KismetStringLibrary_RightChop) == 0x000008, "Wrong alignment on KismetStringLibrary_RightChop"); \ +static_assert(sizeof(KismetStringLibrary_RightChop) == 0x000028, "Wrong size on KismetStringLibrary_RightChop"); \ +static_assert(offsetof(KismetStringLibrary_RightChop, SourceString) == 0x000000, "Member 'KismetStringLibrary_RightChop::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_RightChop, Count) == 0x000010, "Member 'KismetStringLibrary_RightChop::Count' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_RightChop, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_RightChop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_RightPad \ +static_assert(alignof(KismetStringLibrary_RightPad) == 0x000008, "Wrong alignment on KismetStringLibrary_RightPad"); \ +static_assert(sizeof(KismetStringLibrary_RightPad) == 0x000028, "Wrong size on KismetStringLibrary_RightPad"); \ +static_assert(offsetof(KismetStringLibrary_RightPad, SourceString) == 0x000000, "Member 'KismetStringLibrary_RightPad::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_RightPad, ChCount) == 0x000010, "Member 'KismetStringLibrary_RightPad::ChCount' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_RightPad, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_RightPad::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Split \ +static_assert(alignof(KismetStringLibrary_Split) == 0x000008, "Wrong alignment on KismetStringLibrary_Split"); \ +static_assert(sizeof(KismetStringLibrary_Split) == 0x000048, "Wrong size on KismetStringLibrary_Split"); \ +static_assert(offsetof(KismetStringLibrary_Split, SourceString) == 0x000000, "Member 'KismetStringLibrary_Split::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Split, InStr) == 0x000010, "Member 'KismetStringLibrary_Split::InStr' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Split, LeftS) == 0x000020, "Member 'KismetStringLibrary_Split::LeftS' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Split, RightS) == 0x000030, "Member 'KismetStringLibrary_Split::RightS' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Split, SearchCase) == 0x000040, "Member 'KismetStringLibrary_Split::SearchCase' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Split, SearchDir) == 0x000041, "Member 'KismetStringLibrary_Split::SearchDir' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Split, ReturnValue) == 0x000042, "Member 'KismetStringLibrary_Split::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_StartsWith \ +static_assert(alignof(KismetStringLibrary_StartsWith) == 0x000008, "Wrong alignment on KismetStringLibrary_StartsWith"); \ +static_assert(sizeof(KismetStringLibrary_StartsWith) == 0x000028, "Wrong size on KismetStringLibrary_StartsWith"); \ +static_assert(offsetof(KismetStringLibrary_StartsWith, SourceString) == 0x000000, "Member 'KismetStringLibrary_StartsWith::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_StartsWith, InPrefix) == 0x000010, "Member 'KismetStringLibrary_StartsWith::InPrefix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_StartsWith, SearchCase) == 0x000020, "Member 'KismetStringLibrary_StartsWith::SearchCase' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_StartsWith, ReturnValue) == 0x000021, "Member 'KismetStringLibrary_StartsWith::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_TimeSecondsToString \ +static_assert(alignof(KismetStringLibrary_TimeSecondsToString) == 0x000008, "Wrong alignment on KismetStringLibrary_TimeSecondsToString"); \ +static_assert(sizeof(KismetStringLibrary_TimeSecondsToString) == 0x000018, "Wrong size on KismetStringLibrary_TimeSecondsToString"); \ +static_assert(offsetof(KismetStringLibrary_TimeSecondsToString, InSeconds) == 0x000000, "Member 'KismetStringLibrary_TimeSecondsToString::InSeconds' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_TimeSecondsToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_TimeSecondsToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_ToLower \ +static_assert(alignof(KismetStringLibrary_ToLower) == 0x000008, "Wrong alignment on KismetStringLibrary_ToLower"); \ +static_assert(sizeof(KismetStringLibrary_ToLower) == 0x000020, "Wrong size on KismetStringLibrary_ToLower"); \ +static_assert(offsetof(KismetStringLibrary_ToLower, SourceString) == 0x000000, "Member 'KismetStringLibrary_ToLower::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_ToLower, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_ToLower::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_ToUpper \ +static_assert(alignof(KismetStringLibrary_ToUpper) == 0x000008, "Wrong alignment on KismetStringLibrary_ToUpper"); \ +static_assert(sizeof(KismetStringLibrary_ToUpper) == 0x000020, "Wrong size on KismetStringLibrary_ToUpper"); \ +static_assert(offsetof(KismetStringLibrary_ToUpper, SourceString) == 0x000000, "Member 'KismetStringLibrary_ToUpper::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_ToUpper, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_ToUpper::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Trim \ +static_assert(alignof(KismetStringLibrary_Trim) == 0x000008, "Wrong alignment on KismetStringLibrary_Trim"); \ +static_assert(sizeof(KismetStringLibrary_Trim) == 0x000020, "Wrong size on KismetStringLibrary_Trim"); \ +static_assert(offsetof(KismetStringLibrary_Trim, SourceString) == 0x000000, "Member 'KismetStringLibrary_Trim::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Trim, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Trim::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_TrimTrailing \ +static_assert(alignof(KismetStringLibrary_TrimTrailing) == 0x000008, "Wrong alignment on KismetStringLibrary_TrimTrailing"); \ +static_assert(sizeof(KismetStringLibrary_TrimTrailing) == 0x000020, "Wrong size on KismetStringLibrary_TrimTrailing"); \ +static_assert(offsetof(KismetStringLibrary_TrimTrailing, SourceString) == 0x000000, "Member 'KismetStringLibrary_TrimTrailing::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_TrimTrailing, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_TrimTrailing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetStringLibrary \ +static_assert(alignof(UKismetStringLibrary) == 0x000008, "Wrong alignment on UKismetStringLibrary"); \ +static_assert(sizeof(UKismetStringLibrary) == 0x000030, "Wrong size on UKismetStringLibrary"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_AddFloatHistorySample \ +static_assert(alignof(KismetSystemLibrary_AddFloatHistorySample) == 0x000008, "Wrong alignment on KismetSystemLibrary_AddFloatHistorySample"); \ +static_assert(sizeof(KismetSystemLibrary_AddFloatHistorySample) == 0x000048, "Wrong size on KismetSystemLibrary_AddFloatHistorySample"); \ +static_assert(offsetof(KismetSystemLibrary_AddFloatHistorySample, Value) == 0x000000, "Member 'KismetSystemLibrary_AddFloatHistorySample::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_AddFloatHistorySample, FloatHistory) == 0x000008, "Member 'KismetSystemLibrary_AddFloatHistorySample::FloatHistory' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_AddFloatHistorySample, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_AddFloatHistorySample::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BeginTransaction \ +static_assert(alignof(KismetSystemLibrary_BeginTransaction) == 0x000008, "Wrong alignment on KismetSystemLibrary_BeginTransaction"); \ +static_assert(sizeof(KismetSystemLibrary_BeginTransaction) == 0x000038, "Wrong size on KismetSystemLibrary_BeginTransaction"); \ +static_assert(offsetof(KismetSystemLibrary_BeginTransaction, Context) == 0x000000, "Member 'KismetSystemLibrary_BeginTransaction::Context' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BeginTransaction, Description) == 0x000010, "Member 'KismetSystemLibrary_BeginTransaction::Description' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BeginTransaction, PrimaryObject) == 0x000028, "Member 'KismetSystemLibrary_BeginTransaction::PrimaryObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BeginTransaction, ReturnValue) == 0x000030, "Member 'KismetSystemLibrary_BeginTransaction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BoxOverlapActors \ +static_assert(alignof(KismetSystemLibrary_BoxOverlapActors) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxOverlapActors"); \ +static_assert(sizeof(KismetSystemLibrary_BoxOverlapActors) == 0x000060, "Wrong size on KismetSystemLibrary_BoxOverlapActors"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxOverlapActors::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, BoxPos) == 0x000008, "Member 'KismetSystemLibrary_BoxOverlapActors::BoxPos' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, BoxExtent) == 0x000014, "Member 'KismetSystemLibrary_BoxOverlapActors::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, ObjectTypes) == 0x000020, "Member 'KismetSystemLibrary_BoxOverlapActors::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, ActorClassFilter) == 0x000030, "Member 'KismetSystemLibrary_BoxOverlapActors::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_BoxOverlapActors::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, OutActors) == 0x000048, "Member 'KismetSystemLibrary_BoxOverlapActors::OutActors' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, ReturnValue) == 0x000058, "Member 'KismetSystemLibrary_BoxOverlapActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BoxOverlapComponents \ +static_assert(alignof(KismetSystemLibrary_BoxOverlapComponents) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxOverlapComponents"); \ +static_assert(sizeof(KismetSystemLibrary_BoxOverlapComponents) == 0x000060, "Wrong size on KismetSystemLibrary_BoxOverlapComponents"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxOverlapComponents::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, BoxPos) == 0x000008, "Member 'KismetSystemLibrary_BoxOverlapComponents::BoxPos' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, Extent) == 0x000014, "Member 'KismetSystemLibrary_BoxOverlapComponents::Extent' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, ObjectTypes) == 0x000020, "Member 'KismetSystemLibrary_BoxOverlapComponents::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, ComponentClassFilter) == 0x000030, "Member 'KismetSystemLibrary_BoxOverlapComponents::ComponentClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_BoxOverlapComponents::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, OutComponents) == 0x000048, "Member 'KismetSystemLibrary_BoxOverlapComponents::OutComponents' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, ReturnValue) == 0x000058, "Member 'KismetSystemLibrary_BoxOverlapComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceMulti \ +static_assert(alignof(KismetSystemLibrary_BoxTraceMulti) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxTraceMulti"); \ +static_assert(sizeof(KismetSystemLibrary_BoxTraceMulti) == 0x000098, "Wrong size on KismetSystemLibrary_BoxTraceMulti"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxTraceMulti::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, Start) == 0x000008, "Member 'KismetSystemLibrary_BoxTraceMulti::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, End) == 0x000014, "Member 'KismetSystemLibrary_BoxTraceMulti::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, HalfSize) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceMulti::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, Orientation) == 0x00002C, "Member 'KismetSystemLibrary_BoxTraceMulti::Orientation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, TraceChannel) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceMulti::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, bTraceComplex) == 0x000039, "Member 'KismetSystemLibrary_BoxTraceMulti::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_BoxTraceMulti::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_BoxTraceMulti::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, OutHits) == 0x000058, "Member 'KismetSystemLibrary_BoxTraceMulti::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, bIgnoreSelf) == 0x000068, "Member 'KismetSystemLibrary_BoxTraceMulti::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, TraceColor) == 0x00006C, "Member 'KismetSystemLibrary_BoxTraceMulti::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, TraceHitColor) == 0x00007C, "Member 'KismetSystemLibrary_BoxTraceMulti::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, DrawTime) == 0x00008C, "Member 'KismetSystemLibrary_BoxTraceMulti::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, ReturnValue) == 0x000090, "Member 'KismetSystemLibrary_BoxTraceMulti::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceMultiByProfile \ +static_assert(alignof(KismetSystemLibrary_BoxTraceMultiByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxTraceMultiByProfile"); \ +static_assert(sizeof(KismetSystemLibrary_BoxTraceMultiByProfile) == 0x0000A0, "Wrong size on KismetSystemLibrary_BoxTraceMultiByProfile"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, HalfSize) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, Orientation) == 0x00002C, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::Orientation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, ProfileName) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, bTraceComplex) == 0x000044, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, ActorsToIgnore) == 0x000048, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, DrawDebugType) == 0x000058, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, OutHits) == 0x000060, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, bIgnoreSelf) == 0x000070, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, TraceColor) == 0x000074, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, TraceHitColor) == 0x000084, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, DrawTime) == 0x000094, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, ReturnValue) == 0x000098, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceMultiForObjects \ +static_assert(alignof(KismetSystemLibrary_BoxTraceMultiForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxTraceMultiForObjects"); \ +static_assert(sizeof(KismetSystemLibrary_BoxTraceMultiForObjects) == 0x0000A8, "Wrong size on KismetSystemLibrary_BoxTraceMultiForObjects"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, HalfSize) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, Orientation) == 0x00002C, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::Orientation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, ObjectTypes) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, bTraceComplex) == 0x000048, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, ActorsToIgnore) == 0x000050, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, DrawDebugType) == 0x000060, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, OutHits) == 0x000068, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, bIgnoreSelf) == 0x000078, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, TraceColor) == 0x00007C, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, TraceHitColor) == 0x00008C, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, DrawTime) == 0x00009C, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, ReturnValue) == 0x0000A0, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceSingle \ +static_assert(alignof(KismetSystemLibrary_BoxTraceSingle) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxTraceSingle"); \ +static_assert(sizeof(KismetSystemLibrary_BoxTraceSingle) == 0x000110, "Wrong size on KismetSystemLibrary_BoxTraceSingle"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxTraceSingle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, Start) == 0x000008, "Member 'KismetSystemLibrary_BoxTraceSingle::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, End) == 0x000014, "Member 'KismetSystemLibrary_BoxTraceSingle::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, HalfSize) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceSingle::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, Orientation) == 0x00002C, "Member 'KismetSystemLibrary_BoxTraceSingle::Orientation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, TraceChannel) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceSingle::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, bTraceComplex) == 0x000039, "Member 'KismetSystemLibrary_BoxTraceSingle::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_BoxTraceSingle::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_BoxTraceSingle::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, OutHit) == 0x000054, "Member 'KismetSystemLibrary_BoxTraceSingle::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, bIgnoreSelf) == 0x0000E4, "Member 'KismetSystemLibrary_BoxTraceSingle::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, TraceColor) == 0x0000E8, "Member 'KismetSystemLibrary_BoxTraceSingle::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, TraceHitColor) == 0x0000F8, "Member 'KismetSystemLibrary_BoxTraceSingle::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, DrawTime) == 0x000108, "Member 'KismetSystemLibrary_BoxTraceSingle::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, ReturnValue) == 0x00010C, "Member 'KismetSystemLibrary_BoxTraceSingle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceSingleByProfile \ +static_assert(alignof(KismetSystemLibrary_BoxTraceSingleByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxTraceSingleByProfile"); \ +static_assert(sizeof(KismetSystemLibrary_BoxTraceSingleByProfile) == 0x000118, "Wrong size on KismetSystemLibrary_BoxTraceSingleByProfile"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, HalfSize) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, Orientation) == 0x00002C, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::Orientation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, ProfileName) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, bTraceComplex) == 0x000044, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, ActorsToIgnore) == 0x000048, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, DrawDebugType) == 0x000058, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, OutHit) == 0x00005C, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, bIgnoreSelf) == 0x0000EC, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, TraceColor) == 0x0000F0, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, TraceHitColor) == 0x000100, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, DrawTime) == 0x000110, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, ReturnValue) == 0x000114, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceSingleForObjects \ +static_assert(alignof(KismetSystemLibrary_BoxTraceSingleForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxTraceSingleForObjects"); \ +static_assert(sizeof(KismetSystemLibrary_BoxTraceSingleForObjects) == 0x000120, "Wrong size on KismetSystemLibrary_BoxTraceSingleForObjects"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, HalfSize) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, Orientation) == 0x00002C, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::Orientation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, ObjectTypes) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, bTraceComplex) == 0x000048, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, ActorsToIgnore) == 0x000050, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, DrawDebugType) == 0x000060, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, OutHit) == 0x000064, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, bIgnoreSelf) == 0x0000F4, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, TraceColor) == 0x0000F8, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, TraceHitColor) == 0x000108, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, DrawTime) == 0x000118, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, ReturnValue) == 0x00011C, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BreakSoftClassPath \ +static_assert(alignof(KismetSystemLibrary_BreakSoftClassPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_BreakSoftClassPath"); \ +static_assert(sizeof(KismetSystemLibrary_BreakSoftClassPath) == 0x000030, "Wrong size on KismetSystemLibrary_BreakSoftClassPath"); \ +static_assert(offsetof(KismetSystemLibrary_BreakSoftClassPath, InSoftClassPath) == 0x000000, "Member 'KismetSystemLibrary_BreakSoftClassPath::InSoftClassPath' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakSoftClassPath, PathString) == 0x000020, "Member 'KismetSystemLibrary_BreakSoftClassPath::PathString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BreakSoftObjectPath \ +static_assert(alignof(KismetSystemLibrary_BreakSoftObjectPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_BreakSoftObjectPath"); \ +static_assert(sizeof(KismetSystemLibrary_BreakSoftObjectPath) == 0x000030, "Wrong size on KismetSystemLibrary_BreakSoftObjectPath"); \ +static_assert(offsetof(KismetSystemLibrary_BreakSoftObjectPath, InSoftObjectPath) == 0x000000, "Member 'KismetSystemLibrary_BreakSoftObjectPath::InSoftObjectPath' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakSoftObjectPath, PathString) == 0x000020, "Member 'KismetSystemLibrary_BreakSoftObjectPath::PathString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CancelTransaction \ +static_assert(alignof(KismetSystemLibrary_CancelTransaction) == 0x000004, "Wrong alignment on KismetSystemLibrary_CancelTransaction"); \ +static_assert(sizeof(KismetSystemLibrary_CancelTransaction) == 0x000004, "Wrong size on KismetSystemLibrary_CancelTransaction"); \ +static_assert(offsetof(KismetSystemLibrary_CancelTransaction, Index_0) == 0x000000, "Member 'KismetSystemLibrary_CancelTransaction::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CanLaunchURL \ +static_assert(alignof(KismetSystemLibrary_CanLaunchURL) == 0x000008, "Wrong alignment on KismetSystemLibrary_CanLaunchURL"); \ +static_assert(sizeof(KismetSystemLibrary_CanLaunchURL) == 0x000018, "Wrong size on KismetSystemLibrary_CanLaunchURL"); \ +static_assert(offsetof(KismetSystemLibrary_CanLaunchURL, URL) == 0x000000, "Member 'KismetSystemLibrary_CanLaunchURL::URL' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CanLaunchURL, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_CanLaunchURL::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleOverlapActors \ +static_assert(alignof(KismetSystemLibrary_CapsuleOverlapActors) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleOverlapActors"); \ +static_assert(sizeof(KismetSystemLibrary_CapsuleOverlapActors) == 0x000060, "Wrong size on KismetSystemLibrary_CapsuleOverlapActors"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleOverlapActors::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, CapsulePos) == 0x000008, "Member 'KismetSystemLibrary_CapsuleOverlapActors::CapsulePos' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, Radius) == 0x000014, "Member 'KismetSystemLibrary_CapsuleOverlapActors::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, HalfHeight) == 0x000018, "Member 'KismetSystemLibrary_CapsuleOverlapActors::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, ObjectTypes) == 0x000020, "Member 'KismetSystemLibrary_CapsuleOverlapActors::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, ActorClassFilter) == 0x000030, "Member 'KismetSystemLibrary_CapsuleOverlapActors::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_CapsuleOverlapActors::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, OutActors) == 0x000048, "Member 'KismetSystemLibrary_CapsuleOverlapActors::OutActors' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, ReturnValue) == 0x000058, "Member 'KismetSystemLibrary_CapsuleOverlapActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleOverlapComponents \ +static_assert(alignof(KismetSystemLibrary_CapsuleOverlapComponents) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleOverlapComponents"); \ +static_assert(sizeof(KismetSystemLibrary_CapsuleOverlapComponents) == 0x000060, "Wrong size on KismetSystemLibrary_CapsuleOverlapComponents"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, CapsulePos) == 0x000008, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::CapsulePos' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, Radius) == 0x000014, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, HalfHeight) == 0x000018, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, ObjectTypes) == 0x000020, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, ComponentClassFilter) == 0x000030, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::ComponentClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, OutComponents) == 0x000048, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::OutComponents' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, ReturnValue) == 0x000058, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceMulti \ +static_assert(alignof(KismetSystemLibrary_CapsuleTraceMulti) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleTraceMulti"); \ +static_assert(sizeof(KismetSystemLibrary_CapsuleTraceMulti) == 0x000088, "Wrong size on KismetSystemLibrary_CapsuleTraceMulti"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleTraceMulti::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, Start) == 0x000008, "Member 'KismetSystemLibrary_CapsuleTraceMulti::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, End) == 0x000014, "Member 'KismetSystemLibrary_CapsuleTraceMulti::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceMulti::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleTraceMulti::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, TraceChannel) == 0x000028, "Member 'KismetSystemLibrary_CapsuleTraceMulti::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, bTraceComplex) == 0x000029, "Member 'KismetSystemLibrary_CapsuleTraceMulti::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_CapsuleTraceMulti::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, DrawDebugType) == 0x000040, "Member 'KismetSystemLibrary_CapsuleTraceMulti::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, OutHits) == 0x000048, "Member 'KismetSystemLibrary_CapsuleTraceMulti::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, bIgnoreSelf) == 0x000058, "Member 'KismetSystemLibrary_CapsuleTraceMulti::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, TraceColor) == 0x00005C, "Member 'KismetSystemLibrary_CapsuleTraceMulti::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, TraceHitColor) == 0x00006C, "Member 'KismetSystemLibrary_CapsuleTraceMulti::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, DrawTime) == 0x00007C, "Member 'KismetSystemLibrary_CapsuleTraceMulti::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, ReturnValue) == 0x000080, "Member 'KismetSystemLibrary_CapsuleTraceMulti::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceMultiByProfile \ +static_assert(alignof(KismetSystemLibrary_CapsuleTraceMultiByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleTraceMultiByProfile"); \ +static_assert(sizeof(KismetSystemLibrary_CapsuleTraceMultiByProfile) == 0x000090, "Wrong size on KismetSystemLibrary_CapsuleTraceMultiByProfile"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, ProfileName) == 0x000028, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, bTraceComplex) == 0x000034, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, DrawDebugType) == 0x000048, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, OutHits) == 0x000050, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, bIgnoreSelf) == 0x000060, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, TraceColor) == 0x000064, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, TraceHitColor) == 0x000074, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, DrawTime) == 0x000084, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, ReturnValue) == 0x000088, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceMultiForObjects \ +static_assert(alignof(KismetSystemLibrary_CapsuleTraceMultiForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleTraceMultiForObjects"); \ +static_assert(sizeof(KismetSystemLibrary_CapsuleTraceMultiForObjects) == 0x000098, "Wrong size on KismetSystemLibrary_CapsuleTraceMultiForObjects"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, ObjectTypes) == 0x000028, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, bTraceComplex) == 0x000038, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, OutHits) == 0x000058, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, bIgnoreSelf) == 0x000068, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, TraceColor) == 0x00006C, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, TraceHitColor) == 0x00007C, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, DrawTime) == 0x00008C, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, ReturnValue) == 0x000090, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceSingle \ +static_assert(alignof(KismetSystemLibrary_CapsuleTraceSingle) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleTraceSingle"); \ +static_assert(sizeof(KismetSystemLibrary_CapsuleTraceSingle) == 0x000100, "Wrong size on KismetSystemLibrary_CapsuleTraceSingle"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleTraceSingle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, Start) == 0x000008, "Member 'KismetSystemLibrary_CapsuleTraceSingle::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, End) == 0x000014, "Member 'KismetSystemLibrary_CapsuleTraceSingle::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceSingle::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleTraceSingle::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, TraceChannel) == 0x000028, "Member 'KismetSystemLibrary_CapsuleTraceSingle::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, bTraceComplex) == 0x000029, "Member 'KismetSystemLibrary_CapsuleTraceSingle::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_CapsuleTraceSingle::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, DrawDebugType) == 0x000040, "Member 'KismetSystemLibrary_CapsuleTraceSingle::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, OutHit) == 0x000044, "Member 'KismetSystemLibrary_CapsuleTraceSingle::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, bIgnoreSelf) == 0x0000D4, "Member 'KismetSystemLibrary_CapsuleTraceSingle::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, TraceColor) == 0x0000D8, "Member 'KismetSystemLibrary_CapsuleTraceSingle::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, TraceHitColor) == 0x0000E8, "Member 'KismetSystemLibrary_CapsuleTraceSingle::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, DrawTime) == 0x0000F8, "Member 'KismetSystemLibrary_CapsuleTraceSingle::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, ReturnValue) == 0x0000FC, "Member 'KismetSystemLibrary_CapsuleTraceSingle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceSingleByProfile \ +static_assert(alignof(KismetSystemLibrary_CapsuleTraceSingleByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleTraceSingleByProfile"); \ +static_assert(sizeof(KismetSystemLibrary_CapsuleTraceSingleByProfile) == 0x000108, "Wrong size on KismetSystemLibrary_CapsuleTraceSingleByProfile"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, ProfileName) == 0x000028, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, bTraceComplex) == 0x000034, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, DrawDebugType) == 0x000048, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, OutHit) == 0x00004C, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, bIgnoreSelf) == 0x0000DC, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, TraceColor) == 0x0000E0, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, TraceHitColor) == 0x0000F0, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, DrawTime) == 0x000100, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, ReturnValue) == 0x000104, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceSingleForObjects \ +static_assert(alignof(KismetSystemLibrary_CapsuleTraceSingleForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleTraceSingleForObjects"); \ +static_assert(sizeof(KismetSystemLibrary_CapsuleTraceSingleForObjects) == 0x000110, "Wrong size on KismetSystemLibrary_CapsuleTraceSingleForObjects"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, ObjectTypes) == 0x000028, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, bTraceComplex) == 0x000038, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, OutHit) == 0x000054, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, bIgnoreSelf) == 0x0000E4, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, TraceColor) == 0x0000E8, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, TraceHitColor) == 0x0000F8, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, DrawTime) == 0x000108, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, ReturnValue) == 0x00010C, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ComponentOverlapActors \ +static_assert(alignof(KismetSystemLibrary_ComponentOverlapActors) == 0x000010, "Wrong alignment on KismetSystemLibrary_ComponentOverlapActors"); \ +static_assert(sizeof(KismetSystemLibrary_ComponentOverlapActors) == 0x000080, "Wrong size on KismetSystemLibrary_ComponentOverlapActors"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, Component) == 0x000000, "Member 'KismetSystemLibrary_ComponentOverlapActors::Component' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ComponentTransform) == 0x000010, "Member 'KismetSystemLibrary_ComponentOverlapActors::ComponentTransform' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ObjectTypes) == 0x000040, "Member 'KismetSystemLibrary_ComponentOverlapActors::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ActorClassFilter) == 0x000050, "Member 'KismetSystemLibrary_ComponentOverlapActors::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ActorsToIgnore) == 0x000058, "Member 'KismetSystemLibrary_ComponentOverlapActors::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, OutActors) == 0x000068, "Member 'KismetSystemLibrary_ComponentOverlapActors::OutActors' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ReturnValue) == 0x000078, "Member 'KismetSystemLibrary_ComponentOverlapActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ComponentOverlapComponents \ +static_assert(alignof(KismetSystemLibrary_ComponentOverlapComponents) == 0x000010, "Wrong alignment on KismetSystemLibrary_ComponentOverlapComponents"); \ +static_assert(sizeof(KismetSystemLibrary_ComponentOverlapComponents) == 0x000080, "Wrong size on KismetSystemLibrary_ComponentOverlapComponents"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, Component) == 0x000000, "Member 'KismetSystemLibrary_ComponentOverlapComponents::Component' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ComponentTransform) == 0x000010, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ComponentTransform' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ObjectTypes) == 0x000040, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ComponentClassFilter) == 0x000050, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ComponentClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ActorsToIgnore) == 0x000058, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, OutComponents) == 0x000068, "Member 'KismetSystemLibrary_ComponentOverlapComponents::OutComponents' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ReturnValue) == 0x000078, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ControlScreensaver \ +static_assert(alignof(KismetSystemLibrary_ControlScreensaver) == 0x000001, "Wrong alignment on KismetSystemLibrary_ControlScreensaver"); \ +static_assert(sizeof(KismetSystemLibrary_ControlScreensaver) == 0x000001, "Wrong size on KismetSystemLibrary_ControlScreensaver"); \ +static_assert(offsetof(KismetSystemLibrary_ControlScreensaver, bAllowScreenSaver) == 0x000000, "Member 'KismetSystemLibrary_ControlScreensaver::bAllowScreenSaver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_ClassToSoftClassReference \ +static_assert(alignof(KismetSystemLibrary_Conv_ClassToSoftClassReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_ClassToSoftClassReference"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_ClassToSoftClassReference) == 0x000038, "Wrong size on KismetSystemLibrary_Conv_ClassToSoftClassReference"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_ClassToSoftClassReference, Class_0) == 0x000000, "Member 'KismetSystemLibrary_Conv_ClassToSoftClassReference::Class_0' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_ClassToSoftClassReference, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_Conv_ClassToSoftClassReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_InterfaceToObject \ +static_assert(alignof(KismetSystemLibrary_Conv_InterfaceToObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_InterfaceToObject"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_InterfaceToObject) == 0x000018, "Wrong size on KismetSystemLibrary_Conv_InterfaceToObject"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_InterfaceToObject, Interface) == 0x000000, "Member 'KismetSystemLibrary_Conv_InterfaceToObject::Interface' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_InterfaceToObject, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_Conv_InterfaceToObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_ObjectToSoftObjectReference \ +static_assert(alignof(KismetSystemLibrary_Conv_ObjectToSoftObjectReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_ObjectToSoftObjectReference"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_ObjectToSoftObjectReference) == 0x000038, "Wrong size on KismetSystemLibrary_Conv_ObjectToSoftObjectReference"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_ObjectToSoftObjectReference, Object) == 0x000000, "Member 'KismetSystemLibrary_Conv_ObjectToSoftObjectReference::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_ObjectToSoftObjectReference, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_Conv_ObjectToSoftObjectReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_PrimaryAssetIdToString \ +static_assert(alignof(KismetSystemLibrary_Conv_PrimaryAssetIdToString) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_PrimaryAssetIdToString"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_PrimaryAssetIdToString) == 0x000028, "Wrong size on KismetSystemLibrary_Conv_PrimaryAssetIdToString"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_PrimaryAssetIdToString, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_Conv_PrimaryAssetIdToString::PrimaryAssetId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_PrimaryAssetIdToString, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_Conv_PrimaryAssetIdToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_PrimaryAssetTypeToString \ +static_assert(alignof(KismetSystemLibrary_Conv_PrimaryAssetTypeToString) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_PrimaryAssetTypeToString"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_PrimaryAssetTypeToString) == 0x000020, "Wrong size on KismetSystemLibrary_Conv_PrimaryAssetTypeToString"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_PrimaryAssetTypeToString, PrimaryAssetType) == 0x000000, "Member 'KismetSystemLibrary_Conv_PrimaryAssetTypeToString::PrimaryAssetType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_PrimaryAssetTypeToString, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_Conv_PrimaryAssetTypeToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef \ +static_assert(alignof(KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef) == 0x000050, "Wrong size on KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef, SoftClassPath) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef::SoftClassPath' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef, ReturnValue) == 0x000020, "Member 'KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftClassReferenceToClass \ +static_assert(alignof(KismetSystemLibrary_Conv_SoftClassReferenceToClass) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftClassReferenceToClass"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_SoftClassReferenceToClass) == 0x000038, "Wrong size on KismetSystemLibrary_Conv_SoftClassReferenceToClass"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassReferenceToClass, SoftClass) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftClassReferenceToClass::SoftClass' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassReferenceToClass, ReturnValue) == 0x000030, "Member 'KismetSystemLibrary_Conv_SoftClassReferenceToClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftClassReferenceToString \ +static_assert(alignof(KismetSystemLibrary_Conv_SoftClassReferenceToString) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftClassReferenceToString"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_SoftClassReferenceToString) == 0x000040, "Wrong size on KismetSystemLibrary_Conv_SoftClassReferenceToString"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassReferenceToString, SoftClassReference) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftClassReferenceToString::SoftClassReference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassReferenceToString, ReturnValue) == 0x000030, "Member 'KismetSystemLibrary_Conv_SoftClassReferenceToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftObjectReferenceToObject \ +static_assert(alignof(KismetSystemLibrary_Conv_SoftObjectReferenceToObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftObjectReferenceToObject"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_SoftObjectReferenceToObject) == 0x000038, "Wrong size on KismetSystemLibrary_Conv_SoftObjectReferenceToObject"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjectReferenceToObject, SoftObject) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftObjectReferenceToObject::SoftObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjectReferenceToObject, ReturnValue) == 0x000030, "Member 'KismetSystemLibrary_Conv_SoftObjectReferenceToObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftObjectReferenceToString \ +static_assert(alignof(KismetSystemLibrary_Conv_SoftObjectReferenceToString) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftObjectReferenceToString"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_SoftObjectReferenceToString) == 0x000040, "Wrong size on KismetSystemLibrary_Conv_SoftObjectReferenceToString"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjectReferenceToString, SoftObjectReference) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftObjectReferenceToString::SoftObjectReference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjectReferenceToString, ReturnValue) == 0x000030, "Member 'KismetSystemLibrary_Conv_SoftObjectReferenceToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef \ +static_assert(alignof(KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef) == 0x000050, "Wrong size on KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef, SoftObjectPath) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef::SoftObjectPath' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef, ReturnValue) == 0x000020, "Member 'KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ConvertToAbsolutePath \ +static_assert(alignof(KismetSystemLibrary_ConvertToAbsolutePath) == 0x000008, "Wrong alignment on KismetSystemLibrary_ConvertToAbsolutePath"); \ +static_assert(sizeof(KismetSystemLibrary_ConvertToAbsolutePath) == 0x000020, "Wrong size on KismetSystemLibrary_ConvertToAbsolutePath"); \ +static_assert(offsetof(KismetSystemLibrary_ConvertToAbsolutePath, Filename) == 0x000000, "Member 'KismetSystemLibrary_ConvertToAbsolutePath::Filename' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ConvertToAbsolutePath, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_ConvertToAbsolutePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ConvertToRelativePath \ +static_assert(alignof(KismetSystemLibrary_ConvertToRelativePath) == 0x000008, "Wrong alignment on KismetSystemLibrary_ConvertToRelativePath"); \ +static_assert(sizeof(KismetSystemLibrary_ConvertToRelativePath) == 0x000020, "Wrong size on KismetSystemLibrary_ConvertToRelativePath"); \ +static_assert(offsetof(KismetSystemLibrary_ConvertToRelativePath, Filename) == 0x000000, "Member 'KismetSystemLibrary_ConvertToRelativePath::Filename' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ConvertToRelativePath, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_ConvertToRelativePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CreateCopyForUndoBuffer \ +static_assert(alignof(KismetSystemLibrary_CreateCopyForUndoBuffer) == 0x000008, "Wrong alignment on KismetSystemLibrary_CreateCopyForUndoBuffer"); \ +static_assert(sizeof(KismetSystemLibrary_CreateCopyForUndoBuffer) == 0x000008, "Wrong size on KismetSystemLibrary_CreateCopyForUndoBuffer"); \ +static_assert(offsetof(KismetSystemLibrary_CreateCopyForUndoBuffer, ObjectToModify) == 0x000000, "Member 'KismetSystemLibrary_CreateCopyForUndoBuffer::ObjectToModify' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Delay \ +static_assert(alignof(KismetSystemLibrary_Delay) == 0x000008, "Wrong alignment on KismetSystemLibrary_Delay"); \ +static_assert(sizeof(KismetSystemLibrary_Delay) == 0x000030, "Wrong size on KismetSystemLibrary_Delay"); \ +static_assert(offsetof(KismetSystemLibrary_Delay, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_Delay::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Delay, Duration) == 0x000008, "Member 'KismetSystemLibrary_Delay::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Delay, LatentInfo) == 0x000010, "Member 'KismetSystemLibrary_Delay::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DoesImplementInterface \ +static_assert(alignof(KismetSystemLibrary_DoesImplementInterface) == 0x000008, "Wrong alignment on KismetSystemLibrary_DoesImplementInterface"); \ +static_assert(sizeof(KismetSystemLibrary_DoesImplementInterface) == 0x000018, "Wrong size on KismetSystemLibrary_DoesImplementInterface"); \ +static_assert(offsetof(KismetSystemLibrary_DoesImplementInterface, TestObject) == 0x000000, "Member 'KismetSystemLibrary_DoesImplementInterface::TestObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DoesImplementInterface, Interface) == 0x000008, "Member 'KismetSystemLibrary_DoesImplementInterface::Interface' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DoesImplementInterface, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_DoesImplementInterface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugArrow \ +static_assert(alignof(KismetSystemLibrary_DrawDebugArrow) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugArrow"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugArrow) == 0x000040, "Wrong size on KismetSystemLibrary_DrawDebugArrow"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugArrow::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, LineStart) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugArrow::LineStart' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, LineEnd) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugArrow::LineEnd' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, ArrowSize) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugArrow::ArrowSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, LineColor) == 0x000024, "Member 'KismetSystemLibrary_DrawDebugArrow::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, Duration) == 0x000034, "Member 'KismetSystemLibrary_DrawDebugArrow::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, Thickness) == 0x000038, "Member 'KismetSystemLibrary_DrawDebugArrow::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugBox \ +static_assert(alignof(KismetSystemLibrary_DrawDebugBox) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugBox"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugBox) == 0x000048, "Wrong size on KismetSystemLibrary_DrawDebugBox"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugBox::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, Center) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugBox::Center' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, Extent) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugBox::Extent' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, LineColor) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugBox::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, Rotation) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugBox::Rotation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, Duration) == 0x00003C, "Member 'KismetSystemLibrary_DrawDebugBox::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, Thickness) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugBox::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCamera \ +static_assert(alignof(KismetSystemLibrary_DrawDebugCamera) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugCamera"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugCamera) == 0x000020, "Wrong size on KismetSystemLibrary_DrawDebugCamera"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCamera, CameraActor) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugCamera::CameraActor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCamera, CameraColor) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugCamera::CameraColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCamera, Duration) == 0x000018, "Member 'KismetSystemLibrary_DrawDebugCamera::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCapsule \ +static_assert(alignof(KismetSystemLibrary_DrawDebugCapsule) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugCapsule"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugCapsule) == 0x000040, "Wrong size on KismetSystemLibrary_DrawDebugCapsule"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugCapsule::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, Center) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugCapsule::Center' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, HalfHeight) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugCapsule::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, Radius) == 0x000018, "Member 'KismetSystemLibrary_DrawDebugCapsule::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, Rotation) == 0x00001C, "Member 'KismetSystemLibrary_DrawDebugCapsule::Rotation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, LineColor) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugCapsule::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, Duration) == 0x000038, "Member 'KismetSystemLibrary_DrawDebugCapsule::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, Thickness) == 0x00003C, "Member 'KismetSystemLibrary_DrawDebugCapsule::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCircle \ +static_assert(alignof(KismetSystemLibrary_DrawDebugCircle) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugCircle"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugCircle) == 0x000050, "Wrong size on KismetSystemLibrary_DrawDebugCircle"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugCircle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, Center) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugCircle::Center' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, Radius) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugCircle::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, NumSegments) == 0x000018, "Member 'KismetSystemLibrary_DrawDebugCircle::NumSegments' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, LineColor) == 0x00001C, "Member 'KismetSystemLibrary_DrawDebugCircle::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, Duration) == 0x00002C, "Member 'KismetSystemLibrary_DrawDebugCircle::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, Thickness) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugCircle::Thickness' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, YAxis) == 0x000034, "Member 'KismetSystemLibrary_DrawDebugCircle::YAxis' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, ZAxis) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugCircle::ZAxis' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, bDrawAxis) == 0x00004C, "Member 'KismetSystemLibrary_DrawDebugCircle::bDrawAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCone \ +static_assert(alignof(KismetSystemLibrary_DrawDebugCone) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugCone"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugCone) == 0x000048, "Wrong size on KismetSystemLibrary_DrawDebugCone"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugCone::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, Origin) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugCone::Origin' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, Direction) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugCone::Direction' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, Length) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugCone::Length' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, AngleWidth) == 0x000024, "Member 'KismetSystemLibrary_DrawDebugCone::AngleWidth' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, AngleHeight) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugCone::AngleHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, NumSides) == 0x00002C, "Member 'KismetSystemLibrary_DrawDebugCone::NumSides' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, LineColor) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugCone::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, Duration) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugCone::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, Thickness) == 0x000044, "Member 'KismetSystemLibrary_DrawDebugCone::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugConeInDegrees \ +static_assert(alignof(KismetSystemLibrary_DrawDebugConeInDegrees) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugConeInDegrees"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugConeInDegrees) == 0x000048, "Wrong size on KismetSystemLibrary_DrawDebugConeInDegrees"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, Origin) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::Origin' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, Direction) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::Direction' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, Length) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::Length' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, AngleWidth) == 0x000024, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::AngleWidth' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, AngleHeight) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::AngleHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, NumSides) == 0x00002C, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::NumSides' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, LineColor) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, Duration) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, Thickness) == 0x000044, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCoordinateSystem \ +static_assert(alignof(KismetSystemLibrary_DrawDebugCoordinateSystem) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugCoordinateSystem"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugCoordinateSystem) == 0x000030, "Wrong size on KismetSystemLibrary_DrawDebugCoordinateSystem"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, AxisLoc) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::AxisLoc' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, AxisRot) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::AxisRot' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, Scale) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::Scale' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, Duration) == 0x000024, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, Thickness) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCylinder \ +static_assert(alignof(KismetSystemLibrary_DrawDebugCylinder) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugCylinder"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugCylinder) == 0x000040, "Wrong size on KismetSystemLibrary_DrawDebugCylinder"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugCylinder::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, Start) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugCylinder::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, End) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugCylinder::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, Radius) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugCylinder::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, Segments) == 0x000024, "Member 'KismetSystemLibrary_DrawDebugCylinder::Segments' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, LineColor) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugCylinder::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, Duration) == 0x000038, "Member 'KismetSystemLibrary_DrawDebugCylinder::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, Thickness) == 0x00003C, "Member 'KismetSystemLibrary_DrawDebugCylinder::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugFloatHistoryLocation \ +static_assert(alignof(KismetSystemLibrary_DrawDebugFloatHistoryLocation) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugFloatHistoryLocation"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugFloatHistoryLocation) == 0x000050, "Wrong size on KismetSystemLibrary_DrawDebugFloatHistoryLocation"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryLocation, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryLocation, FloatHistory) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryLocation::FloatHistory' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryLocation, DrawLocation) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryLocation::DrawLocation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryLocation, DrawSize) == 0x000034, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryLocation::DrawSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryLocation, DrawColor) == 0x00003C, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryLocation::DrawColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryLocation, Duration) == 0x00004C, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryLocation::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugFloatHistoryTransform \ +static_assert(alignof(KismetSystemLibrary_DrawDebugFloatHistoryTransform) == 0x000010, "Wrong alignment on KismetSystemLibrary_DrawDebugFloatHistoryTransform"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugFloatHistoryTransform) == 0x000080, "Wrong size on KismetSystemLibrary_DrawDebugFloatHistoryTransform"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryTransform, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryTransform::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryTransform, FloatHistory) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryTransform::FloatHistory' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryTransform, DrawTransform) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryTransform::DrawTransform' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryTransform, DrawSize) == 0x000060, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryTransform::DrawSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryTransform, DrawColor) == 0x000068, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryTransform::DrawColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryTransform, Duration) == 0x000078, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryTransform::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugFrustum \ +static_assert(alignof(KismetSystemLibrary_DrawDebugFrustum) == 0x000010, "Wrong alignment on KismetSystemLibrary_DrawDebugFrustum"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugFrustum) == 0x000060, "Wrong size on KismetSystemLibrary_DrawDebugFrustum"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFrustum, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugFrustum::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFrustum, FrustumTransform) == 0x000010, "Member 'KismetSystemLibrary_DrawDebugFrustum::FrustumTransform' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFrustum, FrustumColor) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugFrustum::FrustumColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFrustum, Duration) == 0x000050, "Member 'KismetSystemLibrary_DrawDebugFrustum::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugFrustum, Thickness) == 0x000054, "Member 'KismetSystemLibrary_DrawDebugFrustum::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugLine \ +static_assert(alignof(KismetSystemLibrary_DrawDebugLine) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugLine"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugLine) == 0x000038, "Wrong size on KismetSystemLibrary_DrawDebugLine"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugLine::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, LineStart) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugLine::LineStart' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, LineEnd) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugLine::LineEnd' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, LineColor) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugLine::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, Duration) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugLine::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, Thickness) == 0x000034, "Member 'KismetSystemLibrary_DrawDebugLine::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugPlane \ +static_assert(alignof(KismetSystemLibrary_DrawDebugPlane) == 0x000010, "Wrong alignment on KismetSystemLibrary_DrawDebugPlane"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugPlane) == 0x000050, "Wrong size on KismetSystemLibrary_DrawDebugPlane"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugPlane::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, PlaneCoordinates) == 0x000010, "Member 'KismetSystemLibrary_DrawDebugPlane::PlaneCoordinates' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, Location) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugPlane::Location' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, Size) == 0x00002C, "Member 'KismetSystemLibrary_DrawDebugPlane::Size' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, PlaneColor) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugPlane::PlaneColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, Duration) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugPlane::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugPoint \ +static_assert(alignof(KismetSystemLibrary_DrawDebugPoint) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugPoint"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugPoint) == 0x000030, "Wrong size on KismetSystemLibrary_DrawDebugPoint"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPoint, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugPoint::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPoint, Position) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugPoint::Position' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPoint, Size) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugPoint::Size' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPoint, PointColor) == 0x000018, "Member 'KismetSystemLibrary_DrawDebugPoint::PointColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPoint, Duration) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugPoint::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugSphere \ +static_assert(alignof(KismetSystemLibrary_DrawDebugSphere) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugSphere"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugSphere) == 0x000038, "Wrong size on KismetSystemLibrary_DrawDebugSphere"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugSphere::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, Center) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugSphere::Center' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, Radius) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugSphere::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, Segments) == 0x000018, "Member 'KismetSystemLibrary_DrawDebugSphere::Segments' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, LineColor) == 0x00001C, "Member 'KismetSystemLibrary_DrawDebugSphere::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, Duration) == 0x00002C, "Member 'KismetSystemLibrary_DrawDebugSphere::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, Thickness) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugSphere::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugString \ +static_assert(alignof(KismetSystemLibrary_DrawDebugString) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugString"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugString) == 0x000048, "Wrong size on KismetSystemLibrary_DrawDebugString"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugString, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugString::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugString, TextLocation) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugString::TextLocation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugString, Text) == 0x000018, "Member 'KismetSystemLibrary_DrawDebugString::Text' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugString, TestBaseActor) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugString::TestBaseActor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugString, TextColor) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugString::TextColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugString, Duration) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugString::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_EndTransaction \ +static_assert(alignof(KismetSystemLibrary_EndTransaction) == 0x000004, "Wrong alignment on KismetSystemLibrary_EndTransaction"); \ +static_assert(sizeof(KismetSystemLibrary_EndTransaction) == 0x000004, "Wrong size on KismetSystemLibrary_EndTransaction"); \ +static_assert(offsetof(KismetSystemLibrary_EndTransaction, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_EndTransaction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_EqualEqual_PrimaryAssetId \ +static_assert(alignof(KismetSystemLibrary_EqualEqual_PrimaryAssetId) == 0x000004, "Wrong alignment on KismetSystemLibrary_EqualEqual_PrimaryAssetId"); \ +static_assert(sizeof(KismetSystemLibrary_EqualEqual_PrimaryAssetId) == 0x000034, "Wrong size on KismetSystemLibrary_EqualEqual_PrimaryAssetId"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_PrimaryAssetId, A) == 0x000000, "Member 'KismetSystemLibrary_EqualEqual_PrimaryAssetId::A' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_PrimaryAssetId, B) == 0x000018, "Member 'KismetSystemLibrary_EqualEqual_PrimaryAssetId::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_PrimaryAssetId, ReturnValue) == 0x000030, "Member 'KismetSystemLibrary_EqualEqual_PrimaryAssetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_EqualEqual_PrimaryAssetType \ +static_assert(alignof(KismetSystemLibrary_EqualEqual_PrimaryAssetType) == 0x000004, "Wrong alignment on KismetSystemLibrary_EqualEqual_PrimaryAssetType"); \ +static_assert(sizeof(KismetSystemLibrary_EqualEqual_PrimaryAssetType) == 0x00001C, "Wrong size on KismetSystemLibrary_EqualEqual_PrimaryAssetType"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_PrimaryAssetType, A) == 0x000000, "Member 'KismetSystemLibrary_EqualEqual_PrimaryAssetType::A' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_PrimaryAssetType, B) == 0x00000C, "Member 'KismetSystemLibrary_EqualEqual_PrimaryAssetType::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_PrimaryAssetType, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_EqualEqual_PrimaryAssetType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_EqualEqual_SoftClassReference \ +static_assert(alignof(KismetSystemLibrary_EqualEqual_SoftClassReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_EqualEqual_SoftClassReference"); \ +static_assert(sizeof(KismetSystemLibrary_EqualEqual_SoftClassReference) == 0x000068, "Wrong size on KismetSystemLibrary_EqualEqual_SoftClassReference"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_SoftClassReference, A) == 0x000000, "Member 'KismetSystemLibrary_EqualEqual_SoftClassReference::A' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_SoftClassReference, B) == 0x000030, "Member 'KismetSystemLibrary_EqualEqual_SoftClassReference::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_SoftClassReference, ReturnValue) == 0x000060, "Member 'KismetSystemLibrary_EqualEqual_SoftClassReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_EqualEqual_SoftObjectReference \ +static_assert(alignof(KismetSystemLibrary_EqualEqual_SoftObjectReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_EqualEqual_SoftObjectReference"); \ +static_assert(sizeof(KismetSystemLibrary_EqualEqual_SoftObjectReference) == 0x000068, "Wrong size on KismetSystemLibrary_EqualEqual_SoftObjectReference"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_SoftObjectReference, A) == 0x000000, "Member 'KismetSystemLibrary_EqualEqual_SoftObjectReference::A' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_SoftObjectReference, B) == 0x000030, "Member 'KismetSystemLibrary_EqualEqual_SoftObjectReference::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_SoftObjectReference, ReturnValue) == 0x000060, "Member 'KismetSystemLibrary_EqualEqual_SoftObjectReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ExecuteConsoleCommand \ +static_assert(alignof(KismetSystemLibrary_ExecuteConsoleCommand) == 0x000008, "Wrong alignment on KismetSystemLibrary_ExecuteConsoleCommand"); \ +static_assert(sizeof(KismetSystemLibrary_ExecuteConsoleCommand) == 0x000020, "Wrong size on KismetSystemLibrary_ExecuteConsoleCommand"); \ +static_assert(offsetof(KismetSystemLibrary_ExecuteConsoleCommand, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_ExecuteConsoleCommand::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ExecuteConsoleCommand, Command) == 0x000008, "Member 'KismetSystemLibrary_ExecuteConsoleCommand::Command' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ExecuteConsoleCommand, SpecificPlayer) == 0x000018, "Member 'KismetSystemLibrary_ExecuteConsoleCommand::SpecificPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_FlushDebugStrings \ +static_assert(alignof(KismetSystemLibrary_FlushDebugStrings) == 0x000008, "Wrong alignment on KismetSystemLibrary_FlushDebugStrings"); \ +static_assert(sizeof(KismetSystemLibrary_FlushDebugStrings) == 0x000008, "Wrong size on KismetSystemLibrary_FlushDebugStrings"); \ +static_assert(offsetof(KismetSystemLibrary_FlushDebugStrings, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_FlushDebugStrings::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_FlushPersistentDebugLines \ +static_assert(alignof(KismetSystemLibrary_FlushPersistentDebugLines) == 0x000008, "Wrong alignment on KismetSystemLibrary_FlushPersistentDebugLines"); \ +static_assert(sizeof(KismetSystemLibrary_FlushPersistentDebugLines) == 0x000008, "Wrong size on KismetSystemLibrary_FlushPersistentDebugLines"); \ +static_assert(offsetof(KismetSystemLibrary_FlushPersistentDebugLines, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_FlushPersistentDebugLines::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetActorBounds \ +static_assert(alignof(KismetSystemLibrary_GetActorBounds) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetActorBounds"); \ +static_assert(sizeof(KismetSystemLibrary_GetActorBounds) == 0x000020, "Wrong size on KismetSystemLibrary_GetActorBounds"); \ +static_assert(offsetof(KismetSystemLibrary_GetActorBounds, Actor) == 0x000000, "Member 'KismetSystemLibrary_GetActorBounds::Actor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetActorBounds, Origin) == 0x000008, "Member 'KismetSystemLibrary_GetActorBounds::Origin' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetActorBounds, BoxExtent) == 0x000014, "Member 'KismetSystemLibrary_GetActorBounds::BoxExtent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetActorListFromComponentList \ +static_assert(alignof(KismetSystemLibrary_GetActorListFromComponentList) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetActorListFromComponentList"); \ +static_assert(sizeof(KismetSystemLibrary_GetActorListFromComponentList) == 0x000028, "Wrong size on KismetSystemLibrary_GetActorListFromComponentList"); \ +static_assert(offsetof(KismetSystemLibrary_GetActorListFromComponentList, ComponentList) == 0x000000, "Member 'KismetSystemLibrary_GetActorListFromComponentList::ComponentList' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetActorListFromComponentList, ActorClassFilter) == 0x000010, "Member 'KismetSystemLibrary_GetActorListFromComponentList::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetActorListFromComponentList, OutActorList) == 0x000018, "Member 'KismetSystemLibrary_GetActorListFromComponentList::OutActorList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetAdIDCount \ +static_assert(alignof(KismetSystemLibrary_GetAdIDCount) == 0x000004, "Wrong alignment on KismetSystemLibrary_GetAdIDCount"); \ +static_assert(sizeof(KismetSystemLibrary_GetAdIDCount) == 0x000004, "Wrong size on KismetSystemLibrary_GetAdIDCount"); \ +static_assert(offsetof(KismetSystemLibrary_GetAdIDCount, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetAdIDCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetClassDisplayName \ +static_assert(alignof(KismetSystemLibrary_GetClassDisplayName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetClassDisplayName"); \ +static_assert(sizeof(KismetSystemLibrary_GetClassDisplayName) == 0x000018, "Wrong size on KismetSystemLibrary_GetClassDisplayName"); \ +static_assert(offsetof(KismetSystemLibrary_GetClassDisplayName, Class_0) == 0x000000, "Member 'KismetSystemLibrary_GetClassDisplayName::Class_0' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetClassDisplayName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetClassDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetClassFromPrimaryAssetId \ +static_assert(alignof(KismetSystemLibrary_GetClassFromPrimaryAssetId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetClassFromPrimaryAssetId"); \ +static_assert(sizeof(KismetSystemLibrary_GetClassFromPrimaryAssetId) == 0x000020, "Wrong size on KismetSystemLibrary_GetClassFromPrimaryAssetId"); \ +static_assert(offsetof(KismetSystemLibrary_GetClassFromPrimaryAssetId, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_GetClassFromPrimaryAssetId::PrimaryAssetId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetClassFromPrimaryAssetId, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_GetClassFromPrimaryAssetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetCommandLine \ +static_assert(alignof(KismetSystemLibrary_GetCommandLine) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetCommandLine"); \ +static_assert(sizeof(KismetSystemLibrary_GetCommandLine) == 0x000010, "Wrong size on KismetSystemLibrary_GetCommandLine"); \ +static_assert(offsetof(KismetSystemLibrary_GetCommandLine, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetCommandLine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetComponentBounds \ +static_assert(alignof(KismetSystemLibrary_GetComponentBounds) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetComponentBounds"); \ +static_assert(sizeof(KismetSystemLibrary_GetComponentBounds) == 0x000028, "Wrong size on KismetSystemLibrary_GetComponentBounds"); \ +static_assert(offsetof(KismetSystemLibrary_GetComponentBounds, Component) == 0x000000, "Member 'KismetSystemLibrary_GetComponentBounds::Component' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetComponentBounds, Origin) == 0x000008, "Member 'KismetSystemLibrary_GetComponentBounds::Origin' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetComponentBounds, BoxExtent) == 0x000014, "Member 'KismetSystemLibrary_GetComponentBounds::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetComponentBounds, SphereRadius) == 0x000020, "Member 'KismetSystemLibrary_GetComponentBounds::SphereRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetConsoleVariableBoolValue \ +static_assert(alignof(KismetSystemLibrary_GetConsoleVariableBoolValue) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetConsoleVariableBoolValue"); \ +static_assert(sizeof(KismetSystemLibrary_GetConsoleVariableBoolValue) == 0x000018, "Wrong size on KismetSystemLibrary_GetConsoleVariableBoolValue"); \ +static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableBoolValue, VariableName) == 0x000000, "Member 'KismetSystemLibrary_GetConsoleVariableBoolValue::VariableName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableBoolValue, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetConsoleVariableBoolValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetConsoleVariableFloatValue \ +static_assert(alignof(KismetSystemLibrary_GetConsoleVariableFloatValue) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetConsoleVariableFloatValue"); \ +static_assert(sizeof(KismetSystemLibrary_GetConsoleVariableFloatValue) == 0x000018, "Wrong size on KismetSystemLibrary_GetConsoleVariableFloatValue"); \ +static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableFloatValue, VariableName) == 0x000000, "Member 'KismetSystemLibrary_GetConsoleVariableFloatValue::VariableName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableFloatValue, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetConsoleVariableFloatValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetConsoleVariableIntValue \ +static_assert(alignof(KismetSystemLibrary_GetConsoleVariableIntValue) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetConsoleVariableIntValue"); \ +static_assert(sizeof(KismetSystemLibrary_GetConsoleVariableIntValue) == 0x000018, "Wrong size on KismetSystemLibrary_GetConsoleVariableIntValue"); \ +static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableIntValue, VariableName) == 0x000000, "Member 'KismetSystemLibrary_GetConsoleVariableIntValue::VariableName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableIntValue, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetConsoleVariableIntValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetConvenientWindowedResolutions \ +static_assert(alignof(KismetSystemLibrary_GetConvenientWindowedResolutions) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetConvenientWindowedResolutions"); \ +static_assert(sizeof(KismetSystemLibrary_GetConvenientWindowedResolutions) == 0x000018, "Wrong size on KismetSystemLibrary_GetConvenientWindowedResolutions"); \ +static_assert(offsetof(KismetSystemLibrary_GetConvenientWindowedResolutions, Resolutions) == 0x000000, "Member 'KismetSystemLibrary_GetConvenientWindowedResolutions::Resolutions' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetConvenientWindowedResolutions, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetConvenientWindowedResolutions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetCurrentBundleState \ +static_assert(alignof(KismetSystemLibrary_GetCurrentBundleState) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetCurrentBundleState"); \ +static_assert(sizeof(KismetSystemLibrary_GetCurrentBundleState) == 0x000038, "Wrong size on KismetSystemLibrary_GetCurrentBundleState"); \ +static_assert(offsetof(KismetSystemLibrary_GetCurrentBundleState, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_GetCurrentBundleState::PrimaryAssetId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetCurrentBundleState, bForceCurrentState) == 0x000018, "Member 'KismetSystemLibrary_GetCurrentBundleState::bForceCurrentState' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetCurrentBundleState, OutBundles) == 0x000020, "Member 'KismetSystemLibrary_GetCurrentBundleState::OutBundles' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetCurrentBundleState, ReturnValue) == 0x000030, "Member 'KismetSystemLibrary_GetCurrentBundleState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetDefaultLanguage \ +static_assert(alignof(KismetSystemLibrary_GetDefaultLanguage) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetDefaultLanguage"); \ +static_assert(sizeof(KismetSystemLibrary_GetDefaultLanguage) == 0x000010, "Wrong size on KismetSystemLibrary_GetDefaultLanguage"); \ +static_assert(offsetof(KismetSystemLibrary_GetDefaultLanguage, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetDefaultLanguage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetDefaultLocale \ +static_assert(alignof(KismetSystemLibrary_GetDefaultLocale) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetDefaultLocale"); \ +static_assert(sizeof(KismetSystemLibrary_GetDefaultLocale) == 0x000010, "Wrong size on KismetSystemLibrary_GetDefaultLocale"); \ +static_assert(offsetof(KismetSystemLibrary_GetDefaultLocale, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetDefaultLocale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetDeviceId \ +static_assert(alignof(KismetSystemLibrary_GetDeviceId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetDeviceId"); \ +static_assert(sizeof(KismetSystemLibrary_GetDeviceId) == 0x000010, "Wrong size on KismetSystemLibrary_GetDeviceId"); \ +static_assert(offsetof(KismetSystemLibrary_GetDeviceId, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetDeviceId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetDisplayName \ +static_assert(alignof(KismetSystemLibrary_GetDisplayName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetDisplayName"); \ +static_assert(sizeof(KismetSystemLibrary_GetDisplayName) == 0x000018, "Wrong size on KismetSystemLibrary_GetDisplayName"); \ +static_assert(offsetof(KismetSystemLibrary_GetDisplayName, Object) == 0x000000, "Member 'KismetSystemLibrary_GetDisplayName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetDisplayName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetEngineVersion \ +static_assert(alignof(KismetSystemLibrary_GetEngineVersion) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetEngineVersion"); \ +static_assert(sizeof(KismetSystemLibrary_GetEngineVersion) == 0x000010, "Wrong size on KismetSystemLibrary_GetEngineVersion"); \ +static_assert(offsetof(KismetSystemLibrary_GetEngineVersion, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetEngineVersion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetFrameCount \ +static_assert(alignof(KismetSystemLibrary_GetFrameCount) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetFrameCount"); \ +static_assert(sizeof(KismetSystemLibrary_GetFrameCount) == 0x000008, "Wrong size on KismetSystemLibrary_GetFrameCount"); \ +static_assert(offsetof(KismetSystemLibrary_GetFrameCount, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetFrameCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetGameBundleId \ +static_assert(alignof(KismetSystemLibrary_GetGameBundleId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetGameBundleId"); \ +static_assert(sizeof(KismetSystemLibrary_GetGameBundleId) == 0x000010, "Wrong size on KismetSystemLibrary_GetGameBundleId"); \ +static_assert(offsetof(KismetSystemLibrary_GetGameBundleId, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetGameBundleId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetGameName \ +static_assert(alignof(KismetSystemLibrary_GetGameName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetGameName"); \ +static_assert(sizeof(KismetSystemLibrary_GetGameName) == 0x000010, "Wrong size on KismetSystemLibrary_GetGameName"); \ +static_assert(offsetof(KismetSystemLibrary_GetGameName, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetGameName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetGamepadButtonGlyph \ +static_assert(alignof(KismetSystemLibrary_GetGamepadButtonGlyph) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetGamepadButtonGlyph"); \ +static_assert(sizeof(KismetSystemLibrary_GetGamepadButtonGlyph) == 0x000020, "Wrong size on KismetSystemLibrary_GetGamepadButtonGlyph"); \ +static_assert(offsetof(KismetSystemLibrary_GetGamepadButtonGlyph, ButtonKey) == 0x000000, "Member 'KismetSystemLibrary_GetGamepadButtonGlyph::ButtonKey' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetGamepadButtonGlyph, ControllerIndex) == 0x000010, "Member 'KismetSystemLibrary_GetGamepadButtonGlyph::ControllerIndex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetGamepadButtonGlyph, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_GetGamepadButtonGlyph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetGamepadControllerName \ +static_assert(alignof(KismetSystemLibrary_GetGamepadControllerName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetGamepadControllerName"); \ +static_assert(sizeof(KismetSystemLibrary_GetGamepadControllerName) == 0x000018, "Wrong size on KismetSystemLibrary_GetGamepadControllerName"); \ +static_assert(offsetof(KismetSystemLibrary_GetGamepadControllerName, ControllerId) == 0x000000, "Member 'KismetSystemLibrary_GetGamepadControllerName::ControllerId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetGamepadControllerName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetGamepadControllerName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetGameTimeInSeconds \ +static_assert(alignof(KismetSystemLibrary_GetGameTimeInSeconds) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetGameTimeInSeconds"); \ +static_assert(sizeof(KismetSystemLibrary_GetGameTimeInSeconds) == 0x000010, "Wrong size on KismetSystemLibrary_GetGameTimeInSeconds"); \ +static_assert(offsetof(KismetSystemLibrary_GetGameTimeInSeconds, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_GetGameTimeInSeconds::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetGameTimeInSeconds, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetGameTimeInSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetLocalCurrencyCode \ +static_assert(alignof(KismetSystemLibrary_GetLocalCurrencyCode) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetLocalCurrencyCode"); \ +static_assert(sizeof(KismetSystemLibrary_GetLocalCurrencyCode) == 0x000010, "Wrong size on KismetSystemLibrary_GetLocalCurrencyCode"); \ +static_assert(offsetof(KismetSystemLibrary_GetLocalCurrencyCode, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetLocalCurrencyCode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetLocalCurrencySymbol \ +static_assert(alignof(KismetSystemLibrary_GetLocalCurrencySymbol) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetLocalCurrencySymbol"); \ +static_assert(sizeof(KismetSystemLibrary_GetLocalCurrencySymbol) == 0x000010, "Wrong size on KismetSystemLibrary_GetLocalCurrencySymbol"); \ +static_assert(offsetof(KismetSystemLibrary_GetLocalCurrencySymbol, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetLocalCurrencySymbol::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetMinYResolutionFor3DView \ +static_assert(alignof(KismetSystemLibrary_GetMinYResolutionFor3DView) == 0x000004, "Wrong alignment on KismetSystemLibrary_GetMinYResolutionFor3DView"); \ +static_assert(sizeof(KismetSystemLibrary_GetMinYResolutionFor3DView) == 0x000004, "Wrong size on KismetSystemLibrary_GetMinYResolutionFor3DView"); \ +static_assert(offsetof(KismetSystemLibrary_GetMinYResolutionFor3DView, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetMinYResolutionFor3DView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetMinYResolutionForUI \ +static_assert(alignof(KismetSystemLibrary_GetMinYResolutionForUI) == 0x000004, "Wrong alignment on KismetSystemLibrary_GetMinYResolutionForUI"); \ +static_assert(sizeof(KismetSystemLibrary_GetMinYResolutionForUI) == 0x000004, "Wrong size on KismetSystemLibrary_GetMinYResolutionForUI"); \ +static_assert(offsetof(KismetSystemLibrary_GetMinYResolutionForUI, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetMinYResolutionForUI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetObjectFromPrimaryAssetId \ +static_assert(alignof(KismetSystemLibrary_GetObjectFromPrimaryAssetId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetObjectFromPrimaryAssetId"); \ +static_assert(sizeof(KismetSystemLibrary_GetObjectFromPrimaryAssetId) == 0x000020, "Wrong size on KismetSystemLibrary_GetObjectFromPrimaryAssetId"); \ +static_assert(offsetof(KismetSystemLibrary_GetObjectFromPrimaryAssetId, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_GetObjectFromPrimaryAssetId::PrimaryAssetId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetObjectFromPrimaryAssetId, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_GetObjectFromPrimaryAssetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetObjectName \ +static_assert(alignof(KismetSystemLibrary_GetObjectName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetObjectName"); \ +static_assert(sizeof(KismetSystemLibrary_GetObjectName) == 0x000018, "Wrong size on KismetSystemLibrary_GetObjectName"); \ +static_assert(offsetof(KismetSystemLibrary_GetObjectName, Object) == 0x000000, "Member 'KismetSystemLibrary_GetObjectName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetObjectName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetObjectName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetOuterObject \ +static_assert(alignof(KismetSystemLibrary_GetOuterObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetOuterObject"); \ +static_assert(sizeof(KismetSystemLibrary_GetOuterObject) == 0x000010, "Wrong size on KismetSystemLibrary_GetOuterObject"); \ +static_assert(offsetof(KismetSystemLibrary_GetOuterObject, Object) == 0x000000, "Member 'KismetSystemLibrary_GetOuterObject::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetOuterObject, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetOuterObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPathName \ +static_assert(alignof(KismetSystemLibrary_GetPathName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPathName"); \ +static_assert(sizeof(KismetSystemLibrary_GetPathName) == 0x000018, "Wrong size on KismetSystemLibrary_GetPathName"); \ +static_assert(offsetof(KismetSystemLibrary_GetPathName, Object) == 0x000000, "Member 'KismetSystemLibrary_GetPathName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPathName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetPathName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPlatformUserDir \ +static_assert(alignof(KismetSystemLibrary_GetPlatformUserDir) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPlatformUserDir"); \ +static_assert(sizeof(KismetSystemLibrary_GetPlatformUserDir) == 0x000010, "Wrong size on KismetSystemLibrary_GetPlatformUserDir"); \ +static_assert(offsetof(KismetSystemLibrary_GetPlatformUserDir, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetPlatformUserDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPlatformUserName \ +static_assert(alignof(KismetSystemLibrary_GetPlatformUserName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPlatformUserName"); \ +static_assert(sizeof(KismetSystemLibrary_GetPlatformUserName) == 0x000010, "Wrong size on KismetSystemLibrary_GetPlatformUserName"); \ +static_assert(offsetof(KismetSystemLibrary_GetPlatformUserName, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetPlatformUserName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPreferredLanguages \ +static_assert(alignof(KismetSystemLibrary_GetPreferredLanguages) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPreferredLanguages"); \ +static_assert(sizeof(KismetSystemLibrary_GetPreferredLanguages) == 0x000010, "Wrong size on KismetSystemLibrary_GetPreferredLanguages"); \ +static_assert(offsetof(KismetSystemLibrary_GetPreferredLanguages, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetPreferredLanguages::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdFromClass \ +static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetIdFromClass) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetIdFromClass"); \ +static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetIdFromClass) == 0x000020, "Wrong size on KismetSystemLibrary_GetPrimaryAssetIdFromClass"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromClass, Class_0) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromClass::Class_0' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromClass, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdFromObject \ +static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetIdFromObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetIdFromObject"); \ +static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetIdFromObject) == 0x000020, "Wrong size on KismetSystemLibrary_GetPrimaryAssetIdFromObject"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromObject, Object) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromObject::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromObject, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference \ +static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference"); \ +static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference) == 0x000048, "Wrong size on KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference, SoftClassReference) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference::SoftClassReference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference, ReturnValue) == 0x000030, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference \ +static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference"); \ +static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference) == 0x000048, "Wrong size on KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference, SoftObjectReference) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference::SoftObjectReference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference, ReturnValue) == 0x000030, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdList \ +static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetIdList) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetIdList"); \ +static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetIdList) == 0x000020, "Wrong size on KismetSystemLibrary_GetPrimaryAssetIdList"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdList, PrimaryAssetType) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetIdList::PrimaryAssetType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdList, OutPrimaryAssetIdList) == 0x000010, "Member 'KismetSystemLibrary_GetPrimaryAssetIdList::OutPrimaryAssetIdList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetsWithBundleState \ +static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetsWithBundleState"); \ +static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState) == 0x000048, "Wrong size on KismetSystemLibrary_GetPrimaryAssetsWithBundleState"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState, RequiredBundles) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetsWithBundleState::RequiredBundles' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState, ExcludedBundles) == 0x000010, "Member 'KismetSystemLibrary_GetPrimaryAssetsWithBundleState::ExcludedBundles' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState, ValidTypes) == 0x000020, "Member 'KismetSystemLibrary_GetPrimaryAssetsWithBundleState::ValidTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState, bForceCurrentState) == 0x000030, "Member 'KismetSystemLibrary_GetPrimaryAssetsWithBundleState::bForceCurrentState' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState, OutPrimaryAssetIdList) == 0x000038, "Member 'KismetSystemLibrary_GetPrimaryAssetsWithBundleState::OutPrimaryAssetIdList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetProjectContentDirectory \ +static_assert(alignof(KismetSystemLibrary_GetProjectContentDirectory) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetProjectContentDirectory"); \ +static_assert(sizeof(KismetSystemLibrary_GetProjectContentDirectory) == 0x000010, "Wrong size on KismetSystemLibrary_GetProjectContentDirectory"); \ +static_assert(offsetof(KismetSystemLibrary_GetProjectContentDirectory, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetProjectContentDirectory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetProjectDirectory \ +static_assert(alignof(KismetSystemLibrary_GetProjectDirectory) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetProjectDirectory"); \ +static_assert(sizeof(KismetSystemLibrary_GetProjectDirectory) == 0x000010, "Wrong size on KismetSystemLibrary_GetProjectDirectory"); \ +static_assert(offsetof(KismetSystemLibrary_GetProjectDirectory, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetProjectDirectory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetProjectSavedDirectory \ +static_assert(alignof(KismetSystemLibrary_GetProjectSavedDirectory) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetProjectSavedDirectory"); \ +static_assert(sizeof(KismetSystemLibrary_GetProjectSavedDirectory) == 0x000010, "Wrong size on KismetSystemLibrary_GetProjectSavedDirectory"); \ +static_assert(offsetof(KismetSystemLibrary_GetProjectSavedDirectory, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetProjectSavedDirectory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetRenderingDetailMode \ +static_assert(alignof(KismetSystemLibrary_GetRenderingDetailMode) == 0x000004, "Wrong alignment on KismetSystemLibrary_GetRenderingDetailMode"); \ +static_assert(sizeof(KismetSystemLibrary_GetRenderingDetailMode) == 0x000004, "Wrong size on KismetSystemLibrary_GetRenderingDetailMode"); \ +static_assert(offsetof(KismetSystemLibrary_GetRenderingDetailMode, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetRenderingDetailMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetRenderingMaterialQualityLevel \ +static_assert(alignof(KismetSystemLibrary_GetRenderingMaterialQualityLevel) == 0x000004, "Wrong alignment on KismetSystemLibrary_GetRenderingMaterialQualityLevel"); \ +static_assert(sizeof(KismetSystemLibrary_GetRenderingMaterialQualityLevel) == 0x000004, "Wrong size on KismetSystemLibrary_GetRenderingMaterialQualityLevel"); \ +static_assert(offsetof(KismetSystemLibrary_GetRenderingMaterialQualityLevel, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetRenderingMaterialQualityLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId \ +static_assert(alignof(KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId"); \ +static_assert(sizeof(KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId) == 0x000048, "Wrong size on KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId"); \ +static_assert(offsetof(KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId::PrimaryAssetId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId \ +static_assert(alignof(KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId"); \ +static_assert(sizeof(KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId) == 0x000048, "Wrong size on KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId"); \ +static_assert(offsetof(KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId::PrimaryAssetId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetSupportedFullscreenResolutions \ +static_assert(alignof(KismetSystemLibrary_GetSupportedFullscreenResolutions) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetSupportedFullscreenResolutions"); \ +static_assert(sizeof(KismetSystemLibrary_GetSupportedFullscreenResolutions) == 0x000018, "Wrong size on KismetSystemLibrary_GetSupportedFullscreenResolutions"); \ +static_assert(offsetof(KismetSystemLibrary_GetSupportedFullscreenResolutions, Resolutions) == 0x000000, "Member 'KismetSystemLibrary_GetSupportedFullscreenResolutions::Resolutions' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetSupportedFullscreenResolutions, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetSupportedFullscreenResolutions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetSystemPath \ +static_assert(alignof(KismetSystemLibrary_GetSystemPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetSystemPath"); \ +static_assert(sizeof(KismetSystemLibrary_GetSystemPath) == 0x000018, "Wrong size on KismetSystemLibrary_GetSystemPath"); \ +static_assert(offsetof(KismetSystemLibrary_GetSystemPath, Object) == 0x000000, "Member 'KismetSystemLibrary_GetSystemPath::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetSystemPath, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetSystemPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetUniqueDeviceId \ +static_assert(alignof(KismetSystemLibrary_GetUniqueDeviceId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetUniqueDeviceId"); \ +static_assert(sizeof(KismetSystemLibrary_GetUniqueDeviceId) == 0x000010, "Wrong size on KismetSystemLibrary_GetUniqueDeviceId"); \ +static_assert(offsetof(KismetSystemLibrary_GetUniqueDeviceId, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetUniqueDeviceId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetVolumeButtonsHandledBySystem \ +static_assert(alignof(KismetSystemLibrary_GetVolumeButtonsHandledBySystem) == 0x000001, "Wrong alignment on KismetSystemLibrary_GetVolumeButtonsHandledBySystem"); \ +static_assert(sizeof(KismetSystemLibrary_GetVolumeButtonsHandledBySystem) == 0x000001, "Wrong size on KismetSystemLibrary_GetVolumeButtonsHandledBySystem"); \ +static_assert(offsetof(KismetSystemLibrary_GetVolumeButtonsHandledBySystem, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetVolumeButtonsHandledBySystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsControllerAssignedToGamepad \ +static_assert(alignof(KismetSystemLibrary_IsControllerAssignedToGamepad) == 0x000004, "Wrong alignment on KismetSystemLibrary_IsControllerAssignedToGamepad"); \ +static_assert(sizeof(KismetSystemLibrary_IsControllerAssignedToGamepad) == 0x000008, "Wrong size on KismetSystemLibrary_IsControllerAssignedToGamepad"); \ +static_assert(offsetof(KismetSystemLibrary_IsControllerAssignedToGamepad, ControllerId) == 0x000000, "Member 'KismetSystemLibrary_IsControllerAssignedToGamepad::ControllerId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsControllerAssignedToGamepad, ReturnValue) == 0x000004, "Member 'KismetSystemLibrary_IsControllerAssignedToGamepad::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsDedicatedServer \ +static_assert(alignof(KismetSystemLibrary_IsDedicatedServer) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsDedicatedServer"); \ +static_assert(sizeof(KismetSystemLibrary_IsDedicatedServer) == 0x000010, "Wrong size on KismetSystemLibrary_IsDedicatedServer"); \ +static_assert(offsetof(KismetSystemLibrary_IsDedicatedServer, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_IsDedicatedServer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsDedicatedServer, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsDedicatedServer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsInterstitialAdAvailable \ +static_assert(alignof(KismetSystemLibrary_IsInterstitialAdAvailable) == 0x000001, "Wrong alignment on KismetSystemLibrary_IsInterstitialAdAvailable"); \ +static_assert(sizeof(KismetSystemLibrary_IsInterstitialAdAvailable) == 0x000001, "Wrong size on KismetSystemLibrary_IsInterstitialAdAvailable"); \ +static_assert(offsetof(KismetSystemLibrary_IsInterstitialAdAvailable, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_IsInterstitialAdAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsInterstitialAdRequested \ +static_assert(alignof(KismetSystemLibrary_IsInterstitialAdRequested) == 0x000001, "Wrong alignment on KismetSystemLibrary_IsInterstitialAdRequested"); \ +static_assert(sizeof(KismetSystemLibrary_IsInterstitialAdRequested) == 0x000001, "Wrong size on KismetSystemLibrary_IsInterstitialAdRequested"); \ +static_assert(offsetof(KismetSystemLibrary_IsInterstitialAdRequested, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_IsInterstitialAdRequested::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsLoggedIn \ +static_assert(alignof(KismetSystemLibrary_IsLoggedIn) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsLoggedIn"); \ +static_assert(sizeof(KismetSystemLibrary_IsLoggedIn) == 0x000010, "Wrong size on KismetSystemLibrary_IsLoggedIn"); \ +static_assert(offsetof(KismetSystemLibrary_IsLoggedIn, SpecificPlayer) == 0x000000, "Member 'KismetSystemLibrary_IsLoggedIn::SpecificPlayer' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsLoggedIn, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsLoggedIn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsPackagedForDistribution \ +static_assert(alignof(KismetSystemLibrary_IsPackagedForDistribution) == 0x000001, "Wrong alignment on KismetSystemLibrary_IsPackagedForDistribution"); \ +static_assert(sizeof(KismetSystemLibrary_IsPackagedForDistribution) == 0x000001, "Wrong size on KismetSystemLibrary_IsPackagedForDistribution"); \ +static_assert(offsetof(KismetSystemLibrary_IsPackagedForDistribution, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_IsPackagedForDistribution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsScreensaverEnabled \ +static_assert(alignof(KismetSystemLibrary_IsScreensaverEnabled) == 0x000001, "Wrong alignment on KismetSystemLibrary_IsScreensaverEnabled"); \ +static_assert(sizeof(KismetSystemLibrary_IsScreensaverEnabled) == 0x000001, "Wrong size on KismetSystemLibrary_IsScreensaverEnabled"); \ +static_assert(offsetof(KismetSystemLibrary_IsScreensaverEnabled, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_IsScreensaverEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsServer \ +static_assert(alignof(KismetSystemLibrary_IsServer) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsServer"); \ +static_assert(sizeof(KismetSystemLibrary_IsServer) == 0x000010, "Wrong size on KismetSystemLibrary_IsServer"); \ +static_assert(offsetof(KismetSystemLibrary_IsServer, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_IsServer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsServer, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsServer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsSplitScreen \ +static_assert(alignof(KismetSystemLibrary_IsSplitScreen) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsSplitScreen"); \ +static_assert(sizeof(KismetSystemLibrary_IsSplitScreen) == 0x000010, "Wrong size on KismetSystemLibrary_IsSplitScreen"); \ +static_assert(offsetof(KismetSystemLibrary_IsSplitScreen, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_IsSplitScreen::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsSplitScreen, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsSplitScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsStandalone \ +static_assert(alignof(KismetSystemLibrary_IsStandalone) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsStandalone"); \ +static_assert(sizeof(KismetSystemLibrary_IsStandalone) == 0x000010, "Wrong size on KismetSystemLibrary_IsStandalone"); \ +static_assert(offsetof(KismetSystemLibrary_IsStandalone, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_IsStandalone::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsStandalone, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsStandalone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsUnattended \ +static_assert(alignof(KismetSystemLibrary_IsUnattended) == 0x000001, "Wrong alignment on KismetSystemLibrary_IsUnattended"); \ +static_assert(sizeof(KismetSystemLibrary_IsUnattended) == 0x000001, "Wrong size on KismetSystemLibrary_IsUnattended"); \ +static_assert(offsetof(KismetSystemLibrary_IsUnattended, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_IsUnattended::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsValid \ +static_assert(alignof(KismetSystemLibrary_IsValid) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsValid"); \ +static_assert(sizeof(KismetSystemLibrary_IsValid) == 0x000010, "Wrong size on KismetSystemLibrary_IsValid"); \ +static_assert(offsetof(KismetSystemLibrary_IsValid, Object) == 0x000000, "Member 'KismetSystemLibrary_IsValid::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsValid, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsValidClass \ +static_assert(alignof(KismetSystemLibrary_IsValidClass) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsValidClass"); \ +static_assert(sizeof(KismetSystemLibrary_IsValidClass) == 0x000010, "Wrong size on KismetSystemLibrary_IsValidClass"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidClass, Class_0) == 0x000000, "Member 'KismetSystemLibrary_IsValidClass::Class_0' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidClass, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsValidClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsValidPrimaryAssetId \ +static_assert(alignof(KismetSystemLibrary_IsValidPrimaryAssetId) == 0x000004, "Wrong alignment on KismetSystemLibrary_IsValidPrimaryAssetId"); \ +static_assert(sizeof(KismetSystemLibrary_IsValidPrimaryAssetId) == 0x00001C, "Wrong size on KismetSystemLibrary_IsValidPrimaryAssetId"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidPrimaryAssetId, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_IsValidPrimaryAssetId::PrimaryAssetId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidPrimaryAssetId, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_IsValidPrimaryAssetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsValidPrimaryAssetType \ +static_assert(alignof(KismetSystemLibrary_IsValidPrimaryAssetType) == 0x000004, "Wrong alignment on KismetSystemLibrary_IsValidPrimaryAssetType"); \ +static_assert(sizeof(KismetSystemLibrary_IsValidPrimaryAssetType) == 0x000010, "Wrong size on KismetSystemLibrary_IsValidPrimaryAssetType"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidPrimaryAssetType, PrimaryAssetType) == 0x000000, "Member 'KismetSystemLibrary_IsValidPrimaryAssetType::PrimaryAssetType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidPrimaryAssetType, ReturnValue) == 0x00000C, "Member 'KismetSystemLibrary_IsValidPrimaryAssetType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsValidSoftClassReference \ +static_assert(alignof(KismetSystemLibrary_IsValidSoftClassReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsValidSoftClassReference"); \ +static_assert(sizeof(KismetSystemLibrary_IsValidSoftClassReference) == 0x000038, "Wrong size on KismetSystemLibrary_IsValidSoftClassReference"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidSoftClassReference, SoftClassReference) == 0x000000, "Member 'KismetSystemLibrary_IsValidSoftClassReference::SoftClassReference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidSoftClassReference, ReturnValue) == 0x000030, "Member 'KismetSystemLibrary_IsValidSoftClassReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsValidSoftObjectReference \ +static_assert(alignof(KismetSystemLibrary_IsValidSoftObjectReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsValidSoftObjectReference"); \ +static_assert(sizeof(KismetSystemLibrary_IsValidSoftObjectReference) == 0x000038, "Wrong size on KismetSystemLibrary_IsValidSoftObjectReference"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidSoftObjectReference, SoftObjectReference) == 0x000000, "Member 'KismetSystemLibrary_IsValidSoftObjectReference::SoftObjectReference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidSoftObjectReference, ReturnValue) == 0x000030, "Member 'KismetSystemLibrary_IsValidSoftObjectReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle \ +static_assert(alignof(KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_ClearTimer \ +static_assert(alignof(KismetSystemLibrary_K2_ClearTimer) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_ClearTimer"); \ +static_assert(sizeof(KismetSystemLibrary_K2_ClearTimer) == 0x000018, "Wrong size on KismetSystemLibrary_K2_ClearTimer"); \ +static_assert(offsetof(KismetSystemLibrary_K2_ClearTimer, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_ClearTimer::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_ClearTimer, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_ClearTimer::FunctionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_ClearTimerDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_ClearTimerDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_ClearTimerDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_ClearTimerDelegate) == 0x000014, "Wrong size on KismetSystemLibrary_K2_ClearTimerDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_ClearTimerDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_ClearTimerDelegate::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_ClearTimerHandle \ +static_assert(alignof(KismetSystemLibrary_K2_ClearTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_ClearTimerHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_ClearTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_ClearTimerHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_ClearTimerHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_ClearTimerHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_ClearTimerHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_ClearTimerHandle::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerElapsedTime \ +static_assert(alignof(KismetSystemLibrary_K2_GetTimerElapsedTime) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_GetTimerElapsedTime"); \ +static_assert(sizeof(KismetSystemLibrary_K2_GetTimerElapsedTime) == 0x000020, "Wrong size on KismetSystemLibrary_K2_GetTimerElapsedTime"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTime, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTime::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTime, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTime::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTime, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate) == 0x000018, "Wrong size on KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate::Delegate' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate, ReturnValue) == 0x000014, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerElapsedTimeHandle \ +static_assert(alignof(KismetSystemLibrary_K2_GetTimerElapsedTimeHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_GetTimerElapsedTimeHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_GetTimerElapsedTimeHandle) == 0x000018, "Wrong size on KismetSystemLibrary_K2_GetTimerElapsedTimeHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTimeHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTimeHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTimeHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTimeHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTimeHandle, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTimeHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerRemainingTime \ +static_assert(alignof(KismetSystemLibrary_K2_GetTimerRemainingTime) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_GetTimerRemainingTime"); \ +static_assert(sizeof(KismetSystemLibrary_K2_GetTimerRemainingTime) == 0x000020, "Wrong size on KismetSystemLibrary_K2_GetTimerRemainingTime"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTime, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTime::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTime, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTime::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTime, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate) == 0x000018, "Wrong size on KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate::Delegate' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate, ReturnValue) == 0x000014, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerRemainingTimeHandle \ +static_assert(alignof(KismetSystemLibrary_K2_GetTimerRemainingTimeHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_GetTimerRemainingTimeHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_GetTimerRemainingTimeHandle) == 0x000018, "Wrong size on KismetSystemLibrary_K2_GetTimerRemainingTimeHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTimeHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTimeHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTimeHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTimeHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTimeHandle, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTimeHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_InvalidateTimerHandle \ +static_assert(alignof(KismetSystemLibrary_K2_InvalidateTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_InvalidateTimerHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_InvalidateTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_InvalidateTimerHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_InvalidateTimerHandle, Handle) == 0x000000, "Member 'KismetSystemLibrary_K2_InvalidateTimerHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_InvalidateTimerHandle, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_K2_InvalidateTimerHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerActive \ +static_assert(alignof(KismetSystemLibrary_K2_IsTimerActive) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_IsTimerActive"); \ +static_assert(sizeof(KismetSystemLibrary_K2_IsTimerActive) == 0x000020, "Wrong size on KismetSystemLibrary_K2_IsTimerActive"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActive, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerActive::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActive, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_IsTimerActive::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActive, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_IsTimerActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerActiveDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_IsTimerActiveDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_IsTimerActiveDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_IsTimerActiveDelegate) == 0x000018, "Wrong size on KismetSystemLibrary_K2_IsTimerActiveDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActiveDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerActiveDelegate::Delegate' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActiveDelegate, ReturnValue) == 0x000014, "Member 'KismetSystemLibrary_K2_IsTimerActiveDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerActiveHandle \ +static_assert(alignof(KismetSystemLibrary_K2_IsTimerActiveHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_IsTimerActiveHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_IsTimerActiveHandle) == 0x000018, "Wrong size on KismetSystemLibrary_K2_IsTimerActiveHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActiveHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerActiveHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActiveHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_IsTimerActiveHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActiveHandle, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_IsTimerActiveHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerPaused \ +static_assert(alignof(KismetSystemLibrary_K2_IsTimerPaused) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_IsTimerPaused"); \ +static_assert(sizeof(KismetSystemLibrary_K2_IsTimerPaused) == 0x000020, "Wrong size on KismetSystemLibrary_K2_IsTimerPaused"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPaused, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerPaused::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPaused, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_IsTimerPaused::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPaused, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_IsTimerPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerPausedDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_IsTimerPausedDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_IsTimerPausedDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_IsTimerPausedDelegate) == 0x000018, "Wrong size on KismetSystemLibrary_K2_IsTimerPausedDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPausedDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerPausedDelegate::Delegate' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPausedDelegate, ReturnValue) == 0x000014, "Member 'KismetSystemLibrary_K2_IsTimerPausedDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerPausedHandle \ +static_assert(alignof(KismetSystemLibrary_K2_IsTimerPausedHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_IsTimerPausedHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_IsTimerPausedHandle) == 0x000018, "Wrong size on KismetSystemLibrary_K2_IsTimerPausedHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPausedHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerPausedHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPausedHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_IsTimerPausedHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPausedHandle, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_IsTimerPausedHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsValidTimerHandle \ +static_assert(alignof(KismetSystemLibrary_K2_IsValidTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_IsValidTimerHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_IsValidTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_IsValidTimerHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsValidTimerHandle, Handle) == 0x000000, "Member 'KismetSystemLibrary_K2_IsValidTimerHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsValidTimerHandle, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_K2_IsValidTimerHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_PauseTimer \ +static_assert(alignof(KismetSystemLibrary_K2_PauseTimer) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_PauseTimer"); \ +static_assert(sizeof(KismetSystemLibrary_K2_PauseTimer) == 0x000018, "Wrong size on KismetSystemLibrary_K2_PauseTimer"); \ +static_assert(offsetof(KismetSystemLibrary_K2_PauseTimer, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_PauseTimer::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_PauseTimer, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_PauseTimer::FunctionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_PauseTimerDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_PauseTimerDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_PauseTimerDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_PauseTimerDelegate) == 0x000014, "Wrong size on KismetSystemLibrary_K2_PauseTimerDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_PauseTimerDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_PauseTimerDelegate::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_PauseTimerHandle \ +static_assert(alignof(KismetSystemLibrary_K2_PauseTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_PauseTimerHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_PauseTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_PauseTimerHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_PauseTimerHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_PauseTimerHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_PauseTimerHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_PauseTimerHandle::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_SetTimer \ +static_assert(alignof(KismetSystemLibrary_K2_SetTimer) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_SetTimer"); \ +static_assert(sizeof(KismetSystemLibrary_K2_SetTimer) == 0x000030, "Wrong size on KismetSystemLibrary_K2_SetTimer"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_SetTimer::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_SetTimer::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, Time) == 0x000018, "Member 'KismetSystemLibrary_K2_SetTimer::Time' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, bLooping) == 0x00001C, "Member 'KismetSystemLibrary_K2_SetTimer::bLooping' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, InitialStartDelay) == 0x000020, "Member 'KismetSystemLibrary_K2_SetTimer::InitialStartDelay' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, InitialStartDelayVariance) == 0x000024, "Member 'KismetSystemLibrary_K2_SetTimer::InitialStartDelayVariance' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_K2_SetTimer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_SetTimerDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_SetTimerDelegate) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_SetTimerDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_SetTimerDelegate) == 0x000030, "Wrong size on KismetSystemLibrary_K2_SetTimerDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::Delegate' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, Time) == 0x000014, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::Time' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, bLooping) == 0x000018, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::bLooping' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, InitialStartDelay) == 0x00001C, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::InitialStartDelay' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, InitialStartDelayVariance) == 0x000020, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::InitialStartDelayVariance' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_TimerExists \ +static_assert(alignof(KismetSystemLibrary_K2_TimerExists) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_TimerExists"); \ +static_assert(sizeof(KismetSystemLibrary_K2_TimerExists) == 0x000020, "Wrong size on KismetSystemLibrary_K2_TimerExists"); \ +static_assert(offsetof(KismetSystemLibrary_K2_TimerExists, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_TimerExists::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_TimerExists, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_TimerExists::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_TimerExists, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_TimerExists::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_TimerExistsDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_TimerExistsDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_TimerExistsDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_TimerExistsDelegate) == 0x000018, "Wrong size on KismetSystemLibrary_K2_TimerExistsDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_TimerExistsDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_TimerExistsDelegate::Delegate' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_TimerExistsDelegate, ReturnValue) == 0x000014, "Member 'KismetSystemLibrary_K2_TimerExistsDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_TimerExistsHandle \ +static_assert(alignof(KismetSystemLibrary_K2_TimerExistsHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_TimerExistsHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_TimerExistsHandle) == 0x000018, "Wrong size on KismetSystemLibrary_K2_TimerExistsHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_TimerExistsHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_TimerExistsHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_TimerExistsHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_TimerExistsHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_TimerExistsHandle, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_TimerExistsHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_UnPauseTimer \ +static_assert(alignof(KismetSystemLibrary_K2_UnPauseTimer) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_UnPauseTimer"); \ +static_assert(sizeof(KismetSystemLibrary_K2_UnPauseTimer) == 0x000018, "Wrong size on KismetSystemLibrary_K2_UnPauseTimer"); \ +static_assert(offsetof(KismetSystemLibrary_K2_UnPauseTimer, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_UnPauseTimer::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_UnPauseTimer, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_UnPauseTimer::FunctionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_UnPauseTimerDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_UnPauseTimerDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_UnPauseTimerDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_UnPauseTimerDelegate) == 0x000014, "Wrong size on KismetSystemLibrary_K2_UnPauseTimerDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_UnPauseTimerDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_UnPauseTimerDelegate::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_UnPauseTimerHandle \ +static_assert(alignof(KismetSystemLibrary_K2_UnPauseTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_UnPauseTimerHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_UnPauseTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_UnPauseTimerHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_UnPauseTimerHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_UnPauseTimerHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_UnPauseTimerHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_UnPauseTimerHandle::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LaunchURL \ +static_assert(alignof(KismetSystemLibrary_LaunchURL) == 0x000008, "Wrong alignment on KismetSystemLibrary_LaunchURL"); \ +static_assert(sizeof(KismetSystemLibrary_LaunchURL) == 0x000010, "Wrong size on KismetSystemLibrary_LaunchURL"); \ +static_assert(offsetof(KismetSystemLibrary_LaunchURL, URL) == 0x000000, "Member 'KismetSystemLibrary_LaunchURL::URL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceMulti \ +static_assert(alignof(KismetSystemLibrary_LineTraceMulti) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceMulti"); \ +static_assert(sizeof(KismetSystemLibrary_LineTraceMulti) == 0x000080, "Wrong size on KismetSystemLibrary_LineTraceMulti"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceMulti::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceMulti::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, End) == 0x000014, "Member 'KismetSystemLibrary_LineTraceMulti::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, TraceChannel) == 0x000020, "Member 'KismetSystemLibrary_LineTraceMulti::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, bTraceComplex) == 0x000021, "Member 'KismetSystemLibrary_LineTraceMulti::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, ActorsToIgnore) == 0x000028, "Member 'KismetSystemLibrary_LineTraceMulti::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, DrawDebugType) == 0x000038, "Member 'KismetSystemLibrary_LineTraceMulti::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, OutHits) == 0x000040, "Member 'KismetSystemLibrary_LineTraceMulti::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, bIgnoreSelf) == 0x000050, "Member 'KismetSystemLibrary_LineTraceMulti::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, TraceColor) == 0x000054, "Member 'KismetSystemLibrary_LineTraceMulti::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, TraceHitColor) == 0x000064, "Member 'KismetSystemLibrary_LineTraceMulti::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, DrawTime) == 0x000074, "Member 'KismetSystemLibrary_LineTraceMulti::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, ReturnValue) == 0x000078, "Member 'KismetSystemLibrary_LineTraceMulti::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceMultiByProfile \ +static_assert(alignof(KismetSystemLibrary_LineTraceMultiByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceMultiByProfile"); \ +static_assert(sizeof(KismetSystemLibrary_LineTraceMultiByProfile) == 0x000088, "Wrong size on KismetSystemLibrary_LineTraceMultiByProfile"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, ProfileName) == 0x000020, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, bTraceComplex) == 0x00002C, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, DrawDebugType) == 0x000040, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, OutHits) == 0x000048, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, bIgnoreSelf) == 0x000058, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, TraceColor) == 0x00005C, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, TraceHitColor) == 0x00006C, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, DrawTime) == 0x00007C, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, ReturnValue) == 0x000080, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceMultiForObjects \ +static_assert(alignof(KismetSystemLibrary_LineTraceMultiForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceMultiForObjects"); \ +static_assert(sizeof(KismetSystemLibrary_LineTraceMultiForObjects) == 0x000090, "Wrong size on KismetSystemLibrary_LineTraceMultiForObjects"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, ObjectTypes) == 0x000020, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, bTraceComplex) == 0x000030, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, DrawDebugType) == 0x000048, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, OutHits) == 0x000050, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, bIgnoreSelf) == 0x000060, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, TraceColor) == 0x000064, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, TraceHitColor) == 0x000074, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, DrawTime) == 0x000084, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, ReturnValue) == 0x000088, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceSingle \ +static_assert(alignof(KismetSystemLibrary_LineTraceSingle) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceSingle"); \ +static_assert(sizeof(KismetSystemLibrary_LineTraceSingle) == 0x0000F8, "Wrong size on KismetSystemLibrary_LineTraceSingle"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceSingle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceSingle::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, End) == 0x000014, "Member 'KismetSystemLibrary_LineTraceSingle::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, TraceChannel) == 0x000020, "Member 'KismetSystemLibrary_LineTraceSingle::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, bTraceComplex) == 0x000021, "Member 'KismetSystemLibrary_LineTraceSingle::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, ActorsToIgnore) == 0x000028, "Member 'KismetSystemLibrary_LineTraceSingle::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, DrawDebugType) == 0x000038, "Member 'KismetSystemLibrary_LineTraceSingle::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, OutHit) == 0x00003C, "Member 'KismetSystemLibrary_LineTraceSingle::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, bIgnoreSelf) == 0x0000CC, "Member 'KismetSystemLibrary_LineTraceSingle::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, TraceColor) == 0x0000D0, "Member 'KismetSystemLibrary_LineTraceSingle::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, TraceHitColor) == 0x0000E0, "Member 'KismetSystemLibrary_LineTraceSingle::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, DrawTime) == 0x0000F0, "Member 'KismetSystemLibrary_LineTraceSingle::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, ReturnValue) == 0x0000F4, "Member 'KismetSystemLibrary_LineTraceSingle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceSingleByProfile \ +static_assert(alignof(KismetSystemLibrary_LineTraceSingleByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceSingleByProfile"); \ +static_assert(sizeof(KismetSystemLibrary_LineTraceSingleByProfile) == 0x000100, "Wrong size on KismetSystemLibrary_LineTraceSingleByProfile"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, ProfileName) == 0x000020, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, bTraceComplex) == 0x00002C, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, DrawDebugType) == 0x000040, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, OutHit) == 0x000044, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, bIgnoreSelf) == 0x0000D4, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, TraceColor) == 0x0000D8, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, TraceHitColor) == 0x0000E8, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, DrawTime) == 0x0000F8, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, ReturnValue) == 0x0000FC, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceSingleForObjects \ +static_assert(alignof(KismetSystemLibrary_LineTraceSingleForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceSingleForObjects"); \ +static_assert(sizeof(KismetSystemLibrary_LineTraceSingleForObjects) == 0x000108, "Wrong size on KismetSystemLibrary_LineTraceSingleForObjects"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, ObjectTypes) == 0x000020, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, bTraceComplex) == 0x000030, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, DrawDebugType) == 0x000048, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, OutHit) == 0x00004C, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, bIgnoreSelf) == 0x0000DC, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, TraceColor) == 0x0000E0, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, TraceHitColor) == 0x0000F0, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, DrawTime) == 0x000100, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, ReturnValue) == 0x000104, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LoadAsset \ +static_assert(alignof(KismetSystemLibrary_LoadAsset) == 0x000008, "Wrong alignment on KismetSystemLibrary_LoadAsset"); \ +static_assert(sizeof(KismetSystemLibrary_LoadAsset) == 0x000070, "Wrong size on KismetSystemLibrary_LoadAsset"); \ +static_assert(offsetof(KismetSystemLibrary_LoadAsset, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LoadAsset::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LoadAsset, Asset) == 0x000008, "Member 'KismetSystemLibrary_LoadAsset::Asset' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LoadAsset, OnLoaded) == 0x000038, "Member 'KismetSystemLibrary_LoadAsset::OnLoaded' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LoadAsset, LatentInfo) == 0x000050, "Member 'KismetSystemLibrary_LoadAsset::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LoadAsset_Blocking \ +static_assert(alignof(KismetSystemLibrary_LoadAsset_Blocking) == 0x000008, "Wrong alignment on KismetSystemLibrary_LoadAsset_Blocking"); \ +static_assert(sizeof(KismetSystemLibrary_LoadAsset_Blocking) == 0x000038, "Wrong size on KismetSystemLibrary_LoadAsset_Blocking"); \ +static_assert(offsetof(KismetSystemLibrary_LoadAsset_Blocking, Asset) == 0x000000, "Member 'KismetSystemLibrary_LoadAsset_Blocking::Asset' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LoadAsset_Blocking, ReturnValue) == 0x000030, "Member 'KismetSystemLibrary_LoadAsset_Blocking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LoadAssetClass \ +static_assert(alignof(KismetSystemLibrary_LoadAssetClass) == 0x000008, "Wrong alignment on KismetSystemLibrary_LoadAssetClass"); \ +static_assert(sizeof(KismetSystemLibrary_LoadAssetClass) == 0x000070, "Wrong size on KismetSystemLibrary_LoadAssetClass"); \ +static_assert(offsetof(KismetSystemLibrary_LoadAssetClass, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LoadAssetClass::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LoadAssetClass, AssetClass) == 0x000008, "Member 'KismetSystemLibrary_LoadAssetClass::AssetClass' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LoadAssetClass, OnLoaded) == 0x000038, "Member 'KismetSystemLibrary_LoadAssetClass::OnLoaded' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LoadAssetClass, LatentInfo) == 0x000050, "Member 'KismetSystemLibrary_LoadAssetClass::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LoadClassAsset_Blocking \ +static_assert(alignof(KismetSystemLibrary_LoadClassAsset_Blocking) == 0x000008, "Wrong alignment on KismetSystemLibrary_LoadClassAsset_Blocking"); \ +static_assert(sizeof(KismetSystemLibrary_LoadClassAsset_Blocking) == 0x000038, "Wrong size on KismetSystemLibrary_LoadClassAsset_Blocking"); \ +static_assert(offsetof(KismetSystemLibrary_LoadClassAsset_Blocking, AssetClass) == 0x000000, "Member 'KismetSystemLibrary_LoadClassAsset_Blocking::AssetClass' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LoadClassAsset_Blocking, ReturnValue) == 0x000030, "Member 'KismetSystemLibrary_LoadClassAsset_Blocking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LoadInterstitialAd \ +static_assert(alignof(KismetSystemLibrary_LoadInterstitialAd) == 0x000004, "Wrong alignment on KismetSystemLibrary_LoadInterstitialAd"); \ +static_assert(sizeof(KismetSystemLibrary_LoadInterstitialAd) == 0x000004, "Wrong size on KismetSystemLibrary_LoadInterstitialAd"); \ +static_assert(offsetof(KismetSystemLibrary_LoadInterstitialAd, AdIdIndex) == 0x000000, "Member 'KismetSystemLibrary_LoadInterstitialAd::AdIdIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralBool \ +static_assert(alignof(KismetSystemLibrary_MakeLiteralBool) == 0x000001, "Wrong alignment on KismetSystemLibrary_MakeLiteralBool"); \ +static_assert(sizeof(KismetSystemLibrary_MakeLiteralBool) == 0x000002, "Wrong size on KismetSystemLibrary_MakeLiteralBool"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralBool, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralBool::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralBool, ReturnValue) == 0x000001, "Member 'KismetSystemLibrary_MakeLiteralBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralByte \ +static_assert(alignof(KismetSystemLibrary_MakeLiteralByte) == 0x000001, "Wrong alignment on KismetSystemLibrary_MakeLiteralByte"); \ +static_assert(sizeof(KismetSystemLibrary_MakeLiteralByte) == 0x000002, "Wrong size on KismetSystemLibrary_MakeLiteralByte"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralByte, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralByte::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralByte, ReturnValue) == 0x000001, "Member 'KismetSystemLibrary_MakeLiteralByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralFloat \ +static_assert(alignof(KismetSystemLibrary_MakeLiteralFloat) == 0x000004, "Wrong alignment on KismetSystemLibrary_MakeLiteralFloat"); \ +static_assert(sizeof(KismetSystemLibrary_MakeLiteralFloat) == 0x000008, "Wrong size on KismetSystemLibrary_MakeLiteralFloat"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralFloat, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralFloat, ReturnValue) == 0x000004, "Member 'KismetSystemLibrary_MakeLiteralFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralInt \ +static_assert(alignof(KismetSystemLibrary_MakeLiteralInt) == 0x000004, "Wrong alignment on KismetSystemLibrary_MakeLiteralInt"); \ +static_assert(sizeof(KismetSystemLibrary_MakeLiteralInt) == 0x000008, "Wrong size on KismetSystemLibrary_MakeLiteralInt"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralInt, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralInt::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralInt, ReturnValue) == 0x000004, "Member 'KismetSystemLibrary_MakeLiteralInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralName \ +static_assert(alignof(KismetSystemLibrary_MakeLiteralName) == 0x000004, "Wrong alignment on KismetSystemLibrary_MakeLiteralName"); \ +static_assert(sizeof(KismetSystemLibrary_MakeLiteralName) == 0x000018, "Wrong size on KismetSystemLibrary_MakeLiteralName"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralName, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralName::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralName, ReturnValue) == 0x00000C, "Member 'KismetSystemLibrary_MakeLiteralName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralString \ +static_assert(alignof(KismetSystemLibrary_MakeLiteralString) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeLiteralString"); \ +static_assert(sizeof(KismetSystemLibrary_MakeLiteralString) == 0x000020, "Wrong size on KismetSystemLibrary_MakeLiteralString"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralString, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralString::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralString, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_MakeLiteralString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralText \ +static_assert(alignof(KismetSystemLibrary_MakeLiteralText) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeLiteralText"); \ +static_assert(sizeof(KismetSystemLibrary_MakeLiteralText) == 0x000030, "Wrong size on KismetSystemLibrary_MakeLiteralText"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralText, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralText::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralText, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_MakeLiteralText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeSoftClassPath \ +static_assert(alignof(KismetSystemLibrary_MakeSoftClassPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeSoftClassPath"); \ +static_assert(sizeof(KismetSystemLibrary_MakeSoftClassPath) == 0x000030, "Wrong size on KismetSystemLibrary_MakeSoftClassPath"); \ +static_assert(offsetof(KismetSystemLibrary_MakeSoftClassPath, PathString) == 0x000000, "Member 'KismetSystemLibrary_MakeSoftClassPath::PathString' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeSoftClassPath, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_MakeSoftClassPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeSoftObjectPath \ +static_assert(alignof(KismetSystemLibrary_MakeSoftObjectPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeSoftObjectPath"); \ +static_assert(sizeof(KismetSystemLibrary_MakeSoftObjectPath) == 0x000030, "Wrong size on KismetSystemLibrary_MakeSoftObjectPath"); \ +static_assert(offsetof(KismetSystemLibrary_MakeSoftObjectPath, PathString) == 0x000000, "Member 'KismetSystemLibrary_MakeSoftObjectPath::PathString' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeSoftObjectPath, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_MakeSoftObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MoveComponentTo \ +static_assert(alignof(KismetSystemLibrary_MoveComponentTo) == 0x000008, "Wrong alignment on KismetSystemLibrary_MoveComponentTo"); \ +static_assert(sizeof(KismetSystemLibrary_MoveComponentTo) == 0x000050, "Wrong size on KismetSystemLibrary_MoveComponentTo"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, Component) == 0x000000, "Member 'KismetSystemLibrary_MoveComponentTo::Component' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, TargetRelativeLocation) == 0x000008, "Member 'KismetSystemLibrary_MoveComponentTo::TargetRelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, TargetRelativeRotation) == 0x000014, "Member 'KismetSystemLibrary_MoveComponentTo::TargetRelativeRotation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, bEaseOut) == 0x000020, "Member 'KismetSystemLibrary_MoveComponentTo::bEaseOut' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, bEaseIn) == 0x000021, "Member 'KismetSystemLibrary_MoveComponentTo::bEaseIn' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, OverTime) == 0x000024, "Member 'KismetSystemLibrary_MoveComponentTo::OverTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, bForceShortestRotationPath) == 0x000028, "Member 'KismetSystemLibrary_MoveComponentTo::bForceShortestRotationPath' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, MoveAction) == 0x000029, "Member 'KismetSystemLibrary_MoveComponentTo::MoveAction' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, LatentInfo) == 0x000030, "Member 'KismetSystemLibrary_MoveComponentTo::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_NormalizeFilename \ +static_assert(alignof(KismetSystemLibrary_NormalizeFilename) == 0x000008, "Wrong alignment on KismetSystemLibrary_NormalizeFilename"); \ +static_assert(sizeof(KismetSystemLibrary_NormalizeFilename) == 0x000020, "Wrong size on KismetSystemLibrary_NormalizeFilename"); \ +static_assert(offsetof(KismetSystemLibrary_NormalizeFilename, InFilename) == 0x000000, "Member 'KismetSystemLibrary_NormalizeFilename::InFilename' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NormalizeFilename, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_NormalizeFilename::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_NotEqual_PrimaryAssetId \ +static_assert(alignof(KismetSystemLibrary_NotEqual_PrimaryAssetId) == 0x000004, "Wrong alignment on KismetSystemLibrary_NotEqual_PrimaryAssetId"); \ +static_assert(sizeof(KismetSystemLibrary_NotEqual_PrimaryAssetId) == 0x000034, "Wrong size on KismetSystemLibrary_NotEqual_PrimaryAssetId"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_PrimaryAssetId, A) == 0x000000, "Member 'KismetSystemLibrary_NotEqual_PrimaryAssetId::A' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_PrimaryAssetId, B) == 0x000018, "Member 'KismetSystemLibrary_NotEqual_PrimaryAssetId::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_PrimaryAssetId, ReturnValue) == 0x000030, "Member 'KismetSystemLibrary_NotEqual_PrimaryAssetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_NotEqual_PrimaryAssetType \ +static_assert(alignof(KismetSystemLibrary_NotEqual_PrimaryAssetType) == 0x000004, "Wrong alignment on KismetSystemLibrary_NotEqual_PrimaryAssetType"); \ +static_assert(sizeof(KismetSystemLibrary_NotEqual_PrimaryAssetType) == 0x00001C, "Wrong size on KismetSystemLibrary_NotEqual_PrimaryAssetType"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_PrimaryAssetType, A) == 0x000000, "Member 'KismetSystemLibrary_NotEqual_PrimaryAssetType::A' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_PrimaryAssetType, B) == 0x00000C, "Member 'KismetSystemLibrary_NotEqual_PrimaryAssetType::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_PrimaryAssetType, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_NotEqual_PrimaryAssetType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_NotEqual_SoftClassReference \ +static_assert(alignof(KismetSystemLibrary_NotEqual_SoftClassReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_NotEqual_SoftClassReference"); \ +static_assert(sizeof(KismetSystemLibrary_NotEqual_SoftClassReference) == 0x000068, "Wrong size on KismetSystemLibrary_NotEqual_SoftClassReference"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_SoftClassReference, A) == 0x000000, "Member 'KismetSystemLibrary_NotEqual_SoftClassReference::A' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_SoftClassReference, B) == 0x000030, "Member 'KismetSystemLibrary_NotEqual_SoftClassReference::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_SoftClassReference, ReturnValue) == 0x000060, "Member 'KismetSystemLibrary_NotEqual_SoftClassReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_NotEqual_SoftObjectReference \ +static_assert(alignof(KismetSystemLibrary_NotEqual_SoftObjectReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_NotEqual_SoftObjectReference"); \ +static_assert(sizeof(KismetSystemLibrary_NotEqual_SoftObjectReference) == 0x000068, "Wrong size on KismetSystemLibrary_NotEqual_SoftObjectReference"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_SoftObjectReference, A) == 0x000000, "Member 'KismetSystemLibrary_NotEqual_SoftObjectReference::A' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_SoftObjectReference, B) == 0x000030, "Member 'KismetSystemLibrary_NotEqual_SoftObjectReference::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_SoftObjectReference, ReturnValue) == 0x000060, "Member 'KismetSystemLibrary_NotEqual_SoftObjectReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ParseCommandLine \ +static_assert(alignof(KismetSystemLibrary_ParseCommandLine) == 0x000008, "Wrong alignment on KismetSystemLibrary_ParseCommandLine"); \ +static_assert(sizeof(KismetSystemLibrary_ParseCommandLine) == 0x000080, "Wrong size on KismetSystemLibrary_ParseCommandLine"); \ +static_assert(offsetof(KismetSystemLibrary_ParseCommandLine, InCmdLine) == 0x000000, "Member 'KismetSystemLibrary_ParseCommandLine::InCmdLine' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ParseCommandLine, OutTokens) == 0x000010, "Member 'KismetSystemLibrary_ParseCommandLine::OutTokens' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ParseCommandLine, OutSwitches) == 0x000020, "Member 'KismetSystemLibrary_ParseCommandLine::OutSwitches' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ParseCommandLine, OutParams) == 0x000030, "Member 'KismetSystemLibrary_ParseCommandLine::OutParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ParseParam \ +static_assert(alignof(KismetSystemLibrary_ParseParam) == 0x000008, "Wrong alignment on KismetSystemLibrary_ParseParam"); \ +static_assert(sizeof(KismetSystemLibrary_ParseParam) == 0x000028, "Wrong size on KismetSystemLibrary_ParseParam"); \ +static_assert(offsetof(KismetSystemLibrary_ParseParam, InString) == 0x000000, "Member 'KismetSystemLibrary_ParseParam::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ParseParam, InParam) == 0x000010, "Member 'KismetSystemLibrary_ParseParam::InParam' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ParseParam, ReturnValue) == 0x000020, "Member 'KismetSystemLibrary_ParseParam::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ParseParamValue \ +static_assert(alignof(KismetSystemLibrary_ParseParamValue) == 0x000008, "Wrong alignment on KismetSystemLibrary_ParseParamValue"); \ +static_assert(sizeof(KismetSystemLibrary_ParseParamValue) == 0x000038, "Wrong size on KismetSystemLibrary_ParseParamValue"); \ +static_assert(offsetof(KismetSystemLibrary_ParseParamValue, InString) == 0x000000, "Member 'KismetSystemLibrary_ParseParamValue::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ParseParamValue, InParam) == 0x000010, "Member 'KismetSystemLibrary_ParseParamValue::InParam' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ParseParamValue, OutValue) == 0x000020, "Member 'KismetSystemLibrary_ParseParamValue::OutValue' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ParseParamValue, ReturnValue) == 0x000030, "Member 'KismetSystemLibrary_ParseParamValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_PrintString \ +static_assert(alignof(KismetSystemLibrary_PrintString) == 0x000008, "Wrong alignment on KismetSystemLibrary_PrintString"); \ +static_assert(sizeof(KismetSystemLibrary_PrintString) == 0x000030, "Wrong size on KismetSystemLibrary_PrintString"); \ +static_assert(offsetof(KismetSystemLibrary_PrintString, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_PrintString::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintString, InString) == 0x000008, "Member 'KismetSystemLibrary_PrintString::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintString, bPrintToScreen) == 0x000018, "Member 'KismetSystemLibrary_PrintString::bPrintToScreen' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintString, bPrintToLog) == 0x000019, "Member 'KismetSystemLibrary_PrintString::bPrintToLog' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintString, TextColor) == 0x00001C, "Member 'KismetSystemLibrary_PrintString::TextColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintString, Duration) == 0x00002C, "Member 'KismetSystemLibrary_PrintString::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_PrintText \ +static_assert(alignof(KismetSystemLibrary_PrintText) == 0x000008, "Wrong alignment on KismetSystemLibrary_PrintText"); \ +static_assert(sizeof(KismetSystemLibrary_PrintText) == 0x000038, "Wrong size on KismetSystemLibrary_PrintText"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_PrintText::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, InText) == 0x000008, "Member 'KismetSystemLibrary_PrintText::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, bPrintToScreen) == 0x000020, "Member 'KismetSystemLibrary_PrintText::bPrintToScreen' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, bPrintToLog) == 0x000021, "Member 'KismetSystemLibrary_PrintText::bPrintToLog' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, TextColor) == 0x000024, "Member 'KismetSystemLibrary_PrintText::TextColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, Duration) == 0x000034, "Member 'KismetSystemLibrary_PrintText::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_PrintWarning \ +static_assert(alignof(KismetSystemLibrary_PrintWarning) == 0x000008, "Wrong alignment on KismetSystemLibrary_PrintWarning"); \ +static_assert(sizeof(KismetSystemLibrary_PrintWarning) == 0x000010, "Wrong size on KismetSystemLibrary_PrintWarning"); \ +static_assert(offsetof(KismetSystemLibrary_PrintWarning, InString) == 0x000000, "Member 'KismetSystemLibrary_PrintWarning::InString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_QuitGame \ +static_assert(alignof(KismetSystemLibrary_QuitGame) == 0x000008, "Wrong alignment on KismetSystemLibrary_QuitGame"); \ +static_assert(sizeof(KismetSystemLibrary_QuitGame) == 0x000018, "Wrong size on KismetSystemLibrary_QuitGame"); \ +static_assert(offsetof(KismetSystemLibrary_QuitGame, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_QuitGame::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_QuitGame, SpecificPlayer) == 0x000008, "Member 'KismetSystemLibrary_QuitGame::SpecificPlayer' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_QuitGame, QuitPreference) == 0x000010, "Member 'KismetSystemLibrary_QuitGame::QuitPreference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_QuitGame, bIgnorePlatformRestrictions) == 0x000011, "Member 'KismetSystemLibrary_QuitGame::bIgnorePlatformRestrictions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ResetGamepadAssignmentToController \ +static_assert(alignof(KismetSystemLibrary_ResetGamepadAssignmentToController) == 0x000004, "Wrong alignment on KismetSystemLibrary_ResetGamepadAssignmentToController"); \ +static_assert(sizeof(KismetSystemLibrary_ResetGamepadAssignmentToController) == 0x000004, "Wrong size on KismetSystemLibrary_ResetGamepadAssignmentToController"); \ +static_assert(offsetof(KismetSystemLibrary_ResetGamepadAssignmentToController, ControllerId) == 0x000000, "Member 'KismetSystemLibrary_ResetGamepadAssignmentToController::ControllerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_RetriggerableDelay \ +static_assert(alignof(KismetSystemLibrary_RetriggerableDelay) == 0x000008, "Wrong alignment on KismetSystemLibrary_RetriggerableDelay"); \ +static_assert(sizeof(KismetSystemLibrary_RetriggerableDelay) == 0x000030, "Wrong size on KismetSystemLibrary_RetriggerableDelay"); \ +static_assert(offsetof(KismetSystemLibrary_RetriggerableDelay, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_RetriggerableDelay::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_RetriggerableDelay, Duration) == 0x000008, "Member 'KismetSystemLibrary_RetriggerableDelay::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_RetriggerableDelay, LatentInfo) == 0x000010, "Member 'KismetSystemLibrary_RetriggerableDelay::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetBoolPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetBoolPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetBoolPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetBoolPropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetBoolPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetBoolPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetBoolPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetBoolPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetBoolPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetBoolPropertyByName, Value) == 0x000014, "Member 'KismetSystemLibrary_SetBoolPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetBytePropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetBytePropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetBytePropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetBytePropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetBytePropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetBytePropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetBytePropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetBytePropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetBytePropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetBytePropertyByName, Value) == 0x000014, "Member 'KismetSystemLibrary_SetBytePropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetClassPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetClassPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetClassPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetClassPropertyByName) == 0x000020, "Wrong size on KismetSystemLibrary_SetClassPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetClassPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetClassPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetClassPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetClassPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetClassPropertyByName, Value) == 0x000018, "Member 'KismetSystemLibrary_SetClassPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetCollisionProfileNameProperty \ +static_assert(alignof(KismetSystemLibrary_SetCollisionProfileNameProperty) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetCollisionProfileNameProperty"); \ +static_assert(sizeof(KismetSystemLibrary_SetCollisionProfileNameProperty) == 0x000020, "Wrong size on KismetSystemLibrary_SetCollisionProfileNameProperty"); \ +static_assert(offsetof(KismetSystemLibrary_SetCollisionProfileNameProperty, Object) == 0x000000, "Member 'KismetSystemLibrary_SetCollisionProfileNameProperty::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetCollisionProfileNameProperty, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetCollisionProfileNameProperty::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetCollisionProfileNameProperty, Value) == 0x000014, "Member 'KismetSystemLibrary_SetCollisionProfileNameProperty::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetColorPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetColorPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetColorPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetColorPropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetColorPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetColorPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetColorPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetColorPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetColorPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetColorPropertyByName, Value) == 0x000014, "Member 'KismetSystemLibrary_SetColorPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetFieldPathPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetFieldPathPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetFieldPathPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetFieldPathPropertyByName) == 0x000038, "Wrong size on KismetSystemLibrary_SetFieldPathPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetFieldPathPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetFieldPathPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetFieldPathPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetFieldPathPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetFieldPathPropertyByName, Value) == 0x000018, "Member 'KismetSystemLibrary_SetFieldPathPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetFloatPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetFloatPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetFloatPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetFloatPropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetFloatPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetFloatPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetFloatPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetFloatPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetFloatPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetFloatPropertyByName, Value) == 0x000014, "Member 'KismetSystemLibrary_SetFloatPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetGamepadsBlockDeviceFeedback \ +static_assert(alignof(KismetSystemLibrary_SetGamepadsBlockDeviceFeedback) == 0x000001, "Wrong alignment on KismetSystemLibrary_SetGamepadsBlockDeviceFeedback"); \ +static_assert(sizeof(KismetSystemLibrary_SetGamepadsBlockDeviceFeedback) == 0x000001, "Wrong size on KismetSystemLibrary_SetGamepadsBlockDeviceFeedback"); \ +static_assert(offsetof(KismetSystemLibrary_SetGamepadsBlockDeviceFeedback, bBlock) == 0x000000, "Member 'KismetSystemLibrary_SetGamepadsBlockDeviceFeedback::bBlock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetInt64PropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetInt64PropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetInt64PropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetInt64PropertyByName) == 0x000020, "Wrong size on KismetSystemLibrary_SetInt64PropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetInt64PropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetInt64PropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetInt64PropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetInt64PropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetInt64PropertyByName, Value) == 0x000018, "Member 'KismetSystemLibrary_SetInt64PropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetInterfacePropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetInterfacePropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetInterfacePropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetInterfacePropertyByName) == 0x000028, "Wrong size on KismetSystemLibrary_SetInterfacePropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetInterfacePropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetInterfacePropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetInterfacePropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetInterfacePropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetInterfacePropertyByName, Value) == 0x000018, "Member 'KismetSystemLibrary_SetInterfacePropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetIntPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetIntPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetIntPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetIntPropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetIntPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetIntPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetIntPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetIntPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetIntPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetIntPropertyByName, Value) == 0x000014, "Member 'KismetSystemLibrary_SetIntPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetLinearColorPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetLinearColorPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetLinearColorPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetLinearColorPropertyByName) == 0x000028, "Wrong size on KismetSystemLibrary_SetLinearColorPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetLinearColorPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetLinearColorPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetLinearColorPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetLinearColorPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetLinearColorPropertyByName, Value) == 0x000014, "Member 'KismetSystemLibrary_SetLinearColorPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetNamePropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetNamePropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetNamePropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetNamePropertyByName) == 0x000020, "Wrong size on KismetSystemLibrary_SetNamePropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetNamePropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetNamePropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetNamePropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetNamePropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetNamePropertyByName, Value) == 0x000014, "Member 'KismetSystemLibrary_SetNamePropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetObjectPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetObjectPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetObjectPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetObjectPropertyByName) == 0x000020, "Wrong size on KismetSystemLibrary_SetObjectPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetObjectPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetObjectPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetObjectPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetObjectPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetObjectPropertyByName, Value) == 0x000018, "Member 'KismetSystemLibrary_SetObjectPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetRotatorPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetRotatorPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetRotatorPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetRotatorPropertyByName) == 0x000020, "Wrong size on KismetSystemLibrary_SetRotatorPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetRotatorPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetRotatorPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetRotatorPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetRotatorPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetRotatorPropertyByName, Value) == 0x000014, "Member 'KismetSystemLibrary_SetRotatorPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetSoftClassPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetSoftClassPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetSoftClassPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetSoftClassPropertyByName) == 0x000048, "Wrong size on KismetSystemLibrary_SetSoftClassPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetSoftClassPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetSoftClassPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetSoftClassPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetSoftClassPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetSoftClassPropertyByName, Value) == 0x000018, "Member 'KismetSystemLibrary_SetSoftClassPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetSoftObjectPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetSoftObjectPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetSoftObjectPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetSoftObjectPropertyByName) == 0x000048, "Wrong size on KismetSystemLibrary_SetSoftObjectPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetSoftObjectPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetSoftObjectPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetSoftObjectPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetSoftObjectPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetSoftObjectPropertyByName, Value) == 0x000018, "Member 'KismetSystemLibrary_SetSoftObjectPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetStringPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetStringPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetStringPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetStringPropertyByName) == 0x000028, "Wrong size on KismetSystemLibrary_SetStringPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetStringPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetStringPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetStringPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetStringPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetStringPropertyByName, Value) == 0x000018, "Member 'KismetSystemLibrary_SetStringPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetStructurePropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetStructurePropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetStructurePropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetStructurePropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetStructurePropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetStructurePropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetStructurePropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetStructurePropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetStructurePropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetStructurePropertyByName, Value) == 0x000014, "Member 'KismetSystemLibrary_SetStructurePropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetSuppressViewportTransitionMessage \ +static_assert(alignof(KismetSystemLibrary_SetSuppressViewportTransitionMessage) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetSuppressViewportTransitionMessage"); \ +static_assert(sizeof(KismetSystemLibrary_SetSuppressViewportTransitionMessage) == 0x000010, "Wrong size on KismetSystemLibrary_SetSuppressViewportTransitionMessage"); \ +static_assert(offsetof(KismetSystemLibrary_SetSuppressViewportTransitionMessage, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SetSuppressViewportTransitionMessage::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetSuppressViewportTransitionMessage, bState) == 0x000008, "Member 'KismetSystemLibrary_SetSuppressViewportTransitionMessage::bState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetTextPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetTextPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetTextPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetTextPropertyByName) == 0x000030, "Wrong size on KismetSystemLibrary_SetTextPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetTextPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetTextPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetTextPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetTextPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetTextPropertyByName, Value) == 0x000018, "Member 'KismetSystemLibrary_SetTextPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetTransformPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetTransformPropertyByName) == 0x000010, "Wrong alignment on KismetSystemLibrary_SetTransformPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetTransformPropertyByName) == 0x000050, "Wrong size on KismetSystemLibrary_SetTransformPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetTransformPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetTransformPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetTransformPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetTransformPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetTransformPropertyByName, Value) == 0x000020, "Member 'KismetSystemLibrary_SetTransformPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetUserActivity \ +static_assert(alignof(KismetSystemLibrary_SetUserActivity) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetUserActivity"); \ +static_assert(sizeof(KismetSystemLibrary_SetUserActivity) == 0x000018, "Wrong size on KismetSystemLibrary_SetUserActivity"); \ +static_assert(offsetof(KismetSystemLibrary_SetUserActivity, UserActivity) == 0x000000, "Member 'KismetSystemLibrary_SetUserActivity::UserActivity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetVectorPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetVectorPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetVectorPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetVectorPropertyByName) == 0x000020, "Wrong size on KismetSystemLibrary_SetVectorPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetVectorPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetVectorPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetVectorPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetVectorPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetVectorPropertyByName, Value) == 0x000014, "Member 'KismetSystemLibrary_SetVectorPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetVolumeButtonsHandledBySystem \ +static_assert(alignof(KismetSystemLibrary_SetVolumeButtonsHandledBySystem) == 0x000001, "Wrong alignment on KismetSystemLibrary_SetVolumeButtonsHandledBySystem"); \ +static_assert(sizeof(KismetSystemLibrary_SetVolumeButtonsHandledBySystem) == 0x000001, "Wrong size on KismetSystemLibrary_SetVolumeButtonsHandledBySystem"); \ +static_assert(offsetof(KismetSystemLibrary_SetVolumeButtonsHandledBySystem, bEnabled) == 0x000000, "Member 'KismetSystemLibrary_SetVolumeButtonsHandledBySystem::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetWindowTitle \ +static_assert(alignof(KismetSystemLibrary_SetWindowTitle) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetWindowTitle"); \ +static_assert(sizeof(KismetSystemLibrary_SetWindowTitle) == 0x000018, "Wrong size on KismetSystemLibrary_SetWindowTitle"); \ +static_assert(offsetof(KismetSystemLibrary_SetWindowTitle, Title) == 0x000000, "Member 'KismetSystemLibrary_SetWindowTitle::Title' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ShowAdBanner \ +static_assert(alignof(KismetSystemLibrary_ShowAdBanner) == 0x000004, "Wrong alignment on KismetSystemLibrary_ShowAdBanner"); \ +static_assert(sizeof(KismetSystemLibrary_ShowAdBanner) == 0x000008, "Wrong size on KismetSystemLibrary_ShowAdBanner"); \ +static_assert(offsetof(KismetSystemLibrary_ShowAdBanner, AdIdIndex) == 0x000000, "Member 'KismetSystemLibrary_ShowAdBanner::AdIdIndex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ShowAdBanner, bShowOnBottomOfScreen) == 0x000004, "Member 'KismetSystemLibrary_ShowAdBanner::bShowOnBottomOfScreen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen \ +static_assert(alignof(KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen) == 0x000008, "Wrong alignment on KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen"); \ +static_assert(sizeof(KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen) == 0x000008, "Wrong size on KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen"); \ +static_assert(offsetof(KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen, SpecificPlayer) == 0x000000, "Member 'KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen::SpecificPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen \ +static_assert(alignof(KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen) == 0x000008, "Wrong alignment on KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen"); \ +static_assert(sizeof(KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen) == 0x000010, "Wrong size on KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen"); \ +static_assert(offsetof(KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen, CategoryName) == 0x000000, "Member 'KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen::CategoryName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SnapshotObject \ +static_assert(alignof(KismetSystemLibrary_SnapshotObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_SnapshotObject"); \ +static_assert(sizeof(KismetSystemLibrary_SnapshotObject) == 0x000008, "Wrong size on KismetSystemLibrary_SnapshotObject"); \ +static_assert(offsetof(KismetSystemLibrary_SnapshotObject, Object) == 0x000000, "Member 'KismetSystemLibrary_SnapshotObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SphereOverlapActors \ +static_assert(alignof(KismetSystemLibrary_SphereOverlapActors) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereOverlapActors"); \ +static_assert(sizeof(KismetSystemLibrary_SphereOverlapActors) == 0x000058, "Wrong size on KismetSystemLibrary_SphereOverlapActors"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereOverlapActors::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, SpherePos) == 0x000008, "Member 'KismetSystemLibrary_SphereOverlapActors::SpherePos' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, SphereRadius) == 0x000014, "Member 'KismetSystemLibrary_SphereOverlapActors::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, ObjectTypes) == 0x000018, "Member 'KismetSystemLibrary_SphereOverlapActors::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, ActorClassFilter) == 0x000028, "Member 'KismetSystemLibrary_SphereOverlapActors::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_SphereOverlapActors::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, OutActors) == 0x000040, "Member 'KismetSystemLibrary_SphereOverlapActors::OutActors' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, ReturnValue) == 0x000050, "Member 'KismetSystemLibrary_SphereOverlapActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SphereOverlapComponents \ +static_assert(alignof(KismetSystemLibrary_SphereOverlapComponents) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereOverlapComponents"); \ +static_assert(sizeof(KismetSystemLibrary_SphereOverlapComponents) == 0x000058, "Wrong size on KismetSystemLibrary_SphereOverlapComponents"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereOverlapComponents::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, SpherePos) == 0x000008, "Member 'KismetSystemLibrary_SphereOverlapComponents::SpherePos' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, SphereRadius) == 0x000014, "Member 'KismetSystemLibrary_SphereOverlapComponents::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, ObjectTypes) == 0x000018, "Member 'KismetSystemLibrary_SphereOverlapComponents::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, ComponentClassFilter) == 0x000028, "Member 'KismetSystemLibrary_SphereOverlapComponents::ComponentClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_SphereOverlapComponents::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, OutComponents) == 0x000040, "Member 'KismetSystemLibrary_SphereOverlapComponents::OutComponents' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, ReturnValue) == 0x000050, "Member 'KismetSystemLibrary_SphereOverlapComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceMulti \ +static_assert(alignof(KismetSystemLibrary_SphereTraceMulti) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereTraceMulti"); \ +static_assert(sizeof(KismetSystemLibrary_SphereTraceMulti) == 0x000080, "Wrong size on KismetSystemLibrary_SphereTraceMulti"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceMulti::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceMulti::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, End) == 0x000014, "Member 'KismetSystemLibrary_SphereTraceMulti::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, Radius) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceMulti::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, TraceChannel) == 0x000024, "Member 'KismetSystemLibrary_SphereTraceMulti::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, bTraceComplex) == 0x000025, "Member 'KismetSystemLibrary_SphereTraceMulti::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, ActorsToIgnore) == 0x000028, "Member 'KismetSystemLibrary_SphereTraceMulti::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, DrawDebugType) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceMulti::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, OutHits) == 0x000040, "Member 'KismetSystemLibrary_SphereTraceMulti::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, bIgnoreSelf) == 0x000050, "Member 'KismetSystemLibrary_SphereTraceMulti::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, TraceColor) == 0x000054, "Member 'KismetSystemLibrary_SphereTraceMulti::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, TraceHitColor) == 0x000064, "Member 'KismetSystemLibrary_SphereTraceMulti::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, DrawTime) == 0x000074, "Member 'KismetSystemLibrary_SphereTraceMulti::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, ReturnValue) == 0x000078, "Member 'KismetSystemLibrary_SphereTraceMulti::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceMultiByProfile \ +static_assert(alignof(KismetSystemLibrary_SphereTraceMultiByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereTraceMultiByProfile"); \ +static_assert(sizeof(KismetSystemLibrary_SphereTraceMultiByProfile) == 0x000090, "Wrong size on KismetSystemLibrary_SphereTraceMultiByProfile"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, Radius) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, ProfileName) == 0x000024, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, bTraceComplex) == 0x000030, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, DrawDebugType) == 0x000048, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, OutHits) == 0x000050, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, bIgnoreSelf) == 0x000060, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, TraceColor) == 0x000064, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, TraceHitColor) == 0x000074, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, DrawTime) == 0x000084, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, ReturnValue) == 0x000088, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceMultiForObjects \ +static_assert(alignof(KismetSystemLibrary_SphereTraceMultiForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereTraceMultiForObjects"); \ +static_assert(sizeof(KismetSystemLibrary_SphereTraceMultiForObjects) == 0x000098, "Wrong size on KismetSystemLibrary_SphereTraceMultiForObjects"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, Radius) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, ObjectTypes) == 0x000028, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, bTraceComplex) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, OutHits) == 0x000058, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, bIgnoreSelf) == 0x000068, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, TraceColor) == 0x00006C, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, TraceHitColor) == 0x00007C, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, DrawTime) == 0x00008C, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, ReturnValue) == 0x000090, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceSingle \ +static_assert(alignof(KismetSystemLibrary_SphereTraceSingle) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereTraceSingle"); \ +static_assert(sizeof(KismetSystemLibrary_SphereTraceSingle) == 0x0000F8, "Wrong size on KismetSystemLibrary_SphereTraceSingle"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceSingle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceSingle::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, End) == 0x000014, "Member 'KismetSystemLibrary_SphereTraceSingle::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, Radius) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceSingle::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, TraceChannel) == 0x000024, "Member 'KismetSystemLibrary_SphereTraceSingle::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, bTraceComplex) == 0x000025, "Member 'KismetSystemLibrary_SphereTraceSingle::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, ActorsToIgnore) == 0x000028, "Member 'KismetSystemLibrary_SphereTraceSingle::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, DrawDebugType) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceSingle::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, OutHit) == 0x00003C, "Member 'KismetSystemLibrary_SphereTraceSingle::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, bIgnoreSelf) == 0x0000CC, "Member 'KismetSystemLibrary_SphereTraceSingle::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, TraceColor) == 0x0000D0, "Member 'KismetSystemLibrary_SphereTraceSingle::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, TraceHitColor) == 0x0000E0, "Member 'KismetSystemLibrary_SphereTraceSingle::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, DrawTime) == 0x0000F0, "Member 'KismetSystemLibrary_SphereTraceSingle::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, ReturnValue) == 0x0000F4, "Member 'KismetSystemLibrary_SphereTraceSingle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceSingleByProfile \ +static_assert(alignof(KismetSystemLibrary_SphereTraceSingleByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereTraceSingleByProfile"); \ +static_assert(sizeof(KismetSystemLibrary_SphereTraceSingleByProfile) == 0x000108, "Wrong size on KismetSystemLibrary_SphereTraceSingleByProfile"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, Radius) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, ProfileName) == 0x000024, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, bTraceComplex) == 0x000030, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, DrawDebugType) == 0x000048, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, OutHit) == 0x00004C, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, bIgnoreSelf) == 0x0000DC, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, TraceColor) == 0x0000E0, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, TraceHitColor) == 0x0000F0, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, DrawTime) == 0x000100, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, ReturnValue) == 0x000104, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceSingleForObjects \ +static_assert(alignof(KismetSystemLibrary_SphereTraceSingleForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereTraceSingleForObjects"); \ +static_assert(sizeof(KismetSystemLibrary_SphereTraceSingleForObjects) == 0x000110, "Wrong size on KismetSystemLibrary_SphereTraceSingleForObjects"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, Radius) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, ObjectTypes) == 0x000028, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, bTraceComplex) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, OutHit) == 0x000054, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, bIgnoreSelf) == 0x0000E4, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, TraceColor) == 0x0000E8, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, TraceHitColor) == 0x0000F8, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, DrawTime) == 0x000108, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, ReturnValue) == 0x00010C, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_TransactObject \ +static_assert(alignof(KismetSystemLibrary_TransactObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_TransactObject"); \ +static_assert(sizeof(KismetSystemLibrary_TransactObject) == 0x000008, "Wrong size on KismetSystemLibrary_TransactObject"); \ +static_assert(offsetof(KismetSystemLibrary_TransactObject, Object) == 0x000000, "Member 'KismetSystemLibrary_TransactObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_UnloadPrimaryAsset \ +static_assert(alignof(KismetSystemLibrary_UnloadPrimaryAsset) == 0x000004, "Wrong alignment on KismetSystemLibrary_UnloadPrimaryAsset"); \ +static_assert(sizeof(KismetSystemLibrary_UnloadPrimaryAsset) == 0x000018, "Wrong size on KismetSystemLibrary_UnloadPrimaryAsset"); \ +static_assert(offsetof(KismetSystemLibrary_UnloadPrimaryAsset, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_UnloadPrimaryAsset::PrimaryAssetId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_UnloadPrimaryAssetList \ +static_assert(alignof(KismetSystemLibrary_UnloadPrimaryAssetList) == 0x000008, "Wrong alignment on KismetSystemLibrary_UnloadPrimaryAssetList"); \ +static_assert(sizeof(KismetSystemLibrary_UnloadPrimaryAssetList) == 0x000010, "Wrong size on KismetSystemLibrary_UnloadPrimaryAssetList"); \ +static_assert(offsetof(KismetSystemLibrary_UnloadPrimaryAssetList, PrimaryAssetIdList) == 0x000000, "Member 'KismetSystemLibrary_UnloadPrimaryAssetList::PrimaryAssetIdList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetSystemLibrary \ +static_assert(alignof(UKismetSystemLibrary) == 0x000008, "Wrong alignment on UKismetSystemLibrary"); \ +static_assert(sizeof(UKismetSystemLibrary) == 0x000030, "Wrong size on UKismetSystemLibrary"); \ + +#define DUMPER7_ASSERTS_ULayer \ +static_assert(alignof(ULayer) == 0x000008, "Wrong alignment on ULayer"); \ +static_assert(sizeof(ULayer) == 0x000050, "Wrong size on ULayer"); \ +static_assert(offsetof(ULayer, LayerName) == 0x000030, "Member 'ULayer::LayerName' has a wrong offset!"); \ +static_assert(offsetof(ULayer, ActorStats) == 0x000040, "Member 'ULayer::ActorStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevel \ +static_assert(alignof(ULevel) == 0x000008, "Wrong alignment on ULevel"); \ +static_assert(sizeof(ULevel) == 0x0002A8, "Wrong size on ULevel"); \ +static_assert(offsetof(ULevel, Actors) == 0x0000A0, "Member 'ULevel::Actors' has a wrong offset!"); \ +static_assert(offsetof(ULevel, OwningWorld) == 0x0000C0, "Member 'ULevel::OwningWorld' has a wrong offset!"); \ +static_assert(offsetof(ULevel, Model) == 0x0000C8, "Member 'ULevel::Model' has a wrong offset!"); \ +static_assert(offsetof(ULevel, ModelComponents) == 0x0000D0, "Member 'ULevel::ModelComponents' has a wrong offset!"); \ +static_assert(offsetof(ULevel, ActorCluster) == 0x0000E0, "Member 'ULevel::ActorCluster' has a wrong offset!"); \ +static_assert(offsetof(ULevel, NumTextureStreamingUnbuiltComponents) == 0x0000E8, "Member 'ULevel::NumTextureStreamingUnbuiltComponents' has a wrong offset!"); \ +static_assert(offsetof(ULevel, NumTextureStreamingDirtyResources) == 0x0000EC, "Member 'ULevel::NumTextureStreamingDirtyResources' has a wrong offset!"); \ +static_assert(offsetof(ULevel, LevelScriptActor) == 0x0000F0, "Member 'ULevel::LevelScriptActor' has a wrong offset!"); \ +static_assert(offsetof(ULevel, NavListStart) == 0x0000F8, "Member 'ULevel::NavListStart' has a wrong offset!"); \ +static_assert(offsetof(ULevel, NavListEnd) == 0x000100, "Member 'ULevel::NavListEnd' has a wrong offset!"); \ +static_assert(offsetof(ULevel, NavDataChunks) == 0x000108, "Member 'ULevel::NavDataChunks' has a wrong offset!"); \ +static_assert(offsetof(ULevel, LightmapTotalSize) == 0x000118, "Member 'ULevel::LightmapTotalSize' has a wrong offset!"); \ +static_assert(offsetof(ULevel, ShadowmapTotalSize) == 0x00011C, "Member 'ULevel::ShadowmapTotalSize' has a wrong offset!"); \ +static_assert(offsetof(ULevel, StaticNavigableGeometry) == 0x000120, "Member 'ULevel::StaticNavigableGeometry' has a wrong offset!"); \ +static_assert(offsetof(ULevel, StreamingTextureGuids) == 0x000130, "Member 'ULevel::StreamingTextureGuids' has a wrong offset!"); \ +static_assert(offsetof(ULevel, LevelBuildDataId) == 0x0001D8, "Member 'ULevel::LevelBuildDataId' has a wrong offset!"); \ +static_assert(offsetof(ULevel, MapBuildData) == 0x0001E8, "Member 'ULevel::MapBuildData' has a wrong offset!"); \ +static_assert(offsetof(ULevel, LightBuildLevelOffset) == 0x0001F0, "Member 'ULevel::LightBuildLevelOffset' has a wrong offset!"); \ +static_assert(offsetof(ULevel, WorldSettings) == 0x000268, "Member 'ULevel::WorldSettings' has a wrong offset!"); \ +static_assert(offsetof(ULevel, AssetUserData) == 0x000278, "Member 'ULevel::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(ULevel, DestroyedReplicatedStaticActors) == 0x000298, "Member 'ULevel::DestroyedReplicatedStaticActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelScriptBlueprint \ +static_assert(alignof(ULevelScriptBlueprint) == 0x000008, "Wrong alignment on ULevelScriptBlueprint"); \ +static_assert(sizeof(ULevelScriptBlueprint) == 0x0000A8, "Wrong size on ULevelScriptBlueprint"); \ + +#define DUMPER7_ASSERTS_ULevelStreamingAlwaysLoaded \ +static_assert(alignof(ULevelStreamingAlwaysLoaded) == 0x000010, "Wrong alignment on ULevelStreamingAlwaysLoaded"); \ +static_assert(sizeof(ULevelStreamingAlwaysLoaded) == 0x000160, "Wrong size on ULevelStreamingAlwaysLoaded"); \ + +#define DUMPER7_ASSERTS_ULevelStreamingPersistent \ +static_assert(alignof(ULevelStreamingPersistent) == 0x000010, "Wrong alignment on ULevelStreamingPersistent"); \ +static_assert(sizeof(ULevelStreamingPersistent) == 0x000160, "Wrong size on ULevelStreamingPersistent"); \ + +#define DUMPER7_ASSERTS_ULightmappedSurfaceCollection \ +static_assert(alignof(ULightmappedSurfaceCollection) == 0x000008, "Wrong alignment on ULightmappedSurfaceCollection"); \ +static_assert(sizeof(ULightmappedSurfaceCollection) == 0x000048, "Wrong size on ULightmappedSurfaceCollection"); \ +static_assert(offsetof(ULightmappedSurfaceCollection, SourceModel) == 0x000030, "Member 'ULightmappedSurfaceCollection::SourceModel' has a wrong offset!"); \ +static_assert(offsetof(ULightmappedSurfaceCollection, Surfaces) == 0x000038, "Member 'ULightmappedSurfaceCollection::Surfaces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALightmassPortal \ +static_assert(alignof(ALightmassPortal) == 0x000008, "Wrong alignment on ALightmassPortal"); \ +static_assert(sizeof(ALightmassPortal) == 0x0002B0, "Wrong size on ALightmassPortal"); \ +static_assert(offsetof(ALightmassPortal, PortalComponent) == 0x0002A8, "Member 'ALightmassPortal::PortalComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULightmassPortalComponent \ +static_assert(alignof(ULightmassPortalComponent) == 0x000010, "Wrong alignment on ULightmassPortalComponent"); \ +static_assert(sizeof(ULightmassPortalComponent) == 0x000230, "Wrong size on ULightmassPortalComponent"); \ +static_assert(offsetof(ULightmassPortalComponent, PreviewBox) == 0x000228, "Member 'ULightmassPortalComponent::PreviewBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALODActor \ +static_assert(alignof(ALODActor) == 0x000008, "Wrong alignment on ALODActor"); \ +static_assert(sizeof(ALODActor) == 0x000338, "Wrong size on ALODActor"); \ +static_assert(offsetof(ALODActor, StaticMeshComponent) == 0x0002A8, "Member 'ALODActor::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, InstancedStaticMeshComponents) == 0x0002B0, "Member 'ALODActor::InstancedStaticMeshComponents' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, Proxy) == 0x000300, "Member 'ALODActor::Proxy' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, Key) == 0x000308, "Member 'ALODActor::Key' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, LODDrawDistance) == 0x000314, "Member 'ALODActor::LODDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, LODLevel) == 0x000318, "Member 'ALODActor::LODLevel' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, SubActors) == 0x000320, "Member 'ALODActor::SubActors' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, CachedNumHLODLevels) == 0x000330, "Member 'ALODActor::CachedNumHLODLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMapBuildDataRegistry \ +static_assert(alignof(UMapBuildDataRegistry) == 0x000008, "Wrong alignment on UMapBuildDataRegistry"); \ +static_assert(sizeof(UMapBuildDataRegistry) == 0x000240, "Wrong size on UMapBuildDataRegistry"); \ +static_assert(offsetof(UMapBuildDataRegistry, LevelLightingQuality) == 0x000030, "Member 'UMapBuildDataRegistry::LevelLightingQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAbs \ +static_assert(alignof(UMaterialExpressionAbs) == 0x000008, "Wrong alignment on UMaterialExpressionAbs"); \ +static_assert(sizeof(UMaterialExpressionAbs) == 0x000068, "Wrong size on UMaterialExpressionAbs"); \ +static_assert(offsetof(UMaterialExpressionAbs, Input) == 0x000048, "Member 'UMaterialExpressionAbs::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionActorPositionWS \ +static_assert(alignof(UMaterialExpressionActorPositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionActorPositionWS"); \ +static_assert(sizeof(UMaterialExpressionActorPositionWS) == 0x000048, "Wrong size on UMaterialExpressionActorPositionWS"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAntialiasedTextureMask \ +static_assert(alignof(UMaterialExpressionAntialiasedTextureMask) == 0x000008, "Wrong alignment on UMaterialExpressionAntialiasedTextureMask"); \ +static_assert(sizeof(UMaterialExpressionAntialiasedTextureMask) == 0x0000A0, "Wrong size on UMaterialExpressionAntialiasedTextureMask"); \ +static_assert(offsetof(UMaterialExpressionAntialiasedTextureMask, Threshold) == 0x000098, "Member 'UMaterialExpressionAntialiasedTextureMask::Threshold' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAntialiasedTextureMask, Channel) == 0x00009C, "Member 'UMaterialExpressionAntialiasedTextureMask::Channel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAppendVector \ +static_assert(alignof(UMaterialExpressionAppendVector) == 0x000008, "Wrong alignment on UMaterialExpressionAppendVector"); \ +static_assert(sizeof(UMaterialExpressionAppendVector) == 0x000080, "Wrong size on UMaterialExpressionAppendVector"); \ +static_assert(offsetof(UMaterialExpressionAppendVector, A) == 0x000048, "Member 'UMaterialExpressionAppendVector::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAppendVector, B) == 0x000064, "Member 'UMaterialExpressionAppendVector::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArccosineFast \ +static_assert(alignof(UMaterialExpressionArccosineFast) == 0x000008, "Wrong alignment on UMaterialExpressionArccosineFast"); \ +static_assert(sizeof(UMaterialExpressionArccosineFast) == 0x000068, "Wrong size on UMaterialExpressionArccosineFast"); \ +static_assert(offsetof(UMaterialExpressionArccosineFast, Input) == 0x000048, "Member 'UMaterialExpressionArccosineFast::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArctangent2 \ +static_assert(alignof(UMaterialExpressionArctangent2) == 0x000008, "Wrong alignment on UMaterialExpressionArctangent2"); \ +static_assert(sizeof(UMaterialExpressionArctangent2) == 0x000080, "Wrong size on UMaterialExpressionArctangent2"); \ +static_assert(offsetof(UMaterialExpressionArctangent2, Y) == 0x000048, "Member 'UMaterialExpressionArctangent2::Y' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionArctangent2, X) == 0x000064, "Member 'UMaterialExpressionArctangent2::X' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAtmosphericFogColor \ +static_assert(alignof(UMaterialExpressionAtmosphericFogColor) == 0x000008, "Wrong alignment on UMaterialExpressionAtmosphericFogColor"); \ +static_assert(sizeof(UMaterialExpressionAtmosphericFogColor) == 0x000068, "Wrong size on UMaterialExpressionAtmosphericFogColor"); \ +static_assert(offsetof(UMaterialExpressionAtmosphericFogColor, WorldPosition) == 0x000048, "Member 'UMaterialExpressionAtmosphericFogColor::WorldPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBentNormalCustomOutput \ +static_assert(alignof(UMaterialExpressionBentNormalCustomOutput) == 0x000008, "Wrong alignment on UMaterialExpressionBentNormalCustomOutput"); \ +static_assert(sizeof(UMaterialExpressionBentNormalCustomOutput) == 0x000068, "Wrong size on UMaterialExpressionBentNormalCustomOutput"); \ +static_assert(offsetof(UMaterialExpressionBentNormalCustomOutput, Input) == 0x000048, "Member 'UMaterialExpressionBentNormalCustomOutput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBlackBody \ +static_assert(alignof(UMaterialExpressionBlackBody) == 0x000008, "Wrong alignment on UMaterialExpressionBlackBody"); \ +static_assert(sizeof(UMaterialExpressionBlackBody) == 0x000068, "Wrong size on UMaterialExpressionBlackBody"); \ +static_assert(offsetof(UMaterialExpressionBlackBody, Temp) == 0x000048, "Member 'UMaterialExpressionBlackBody::Temp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBumpOffset \ +static_assert(alignof(UMaterialExpressionBumpOffset) == 0x000008, "Wrong alignment on UMaterialExpressionBumpOffset"); \ +static_assert(sizeof(UMaterialExpressionBumpOffset) == 0x0000A8, "Wrong size on UMaterialExpressionBumpOffset"); \ +static_assert(offsetof(UMaterialExpressionBumpOffset, Coordinate) == 0x000048, "Member 'UMaterialExpressionBumpOffset::Coordinate' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBumpOffset, Height) == 0x000064, "Member 'UMaterialExpressionBumpOffset::Height' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBumpOffset, HeightRatioInput) == 0x000080, "Member 'UMaterialExpressionBumpOffset::HeightRatioInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBumpOffset, HeightRatio) == 0x00009C, "Member 'UMaterialExpressionBumpOffset::HeightRatio' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBumpOffset, ReferencePlane) == 0x0000A0, "Member 'UMaterialExpressionBumpOffset::ReferencePlane' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBumpOffset, ConstCoordinate) == 0x0000A4, "Member 'UMaterialExpressionBumpOffset::ConstCoordinate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCameraVectorWS \ +static_assert(alignof(UMaterialExpressionCameraVectorWS) == 0x000008, "Wrong alignment on UMaterialExpressionCameraVectorWS"); \ +static_assert(sizeof(UMaterialExpressionCameraVectorWS) == 0x000048, "Wrong size on UMaterialExpressionCameraVectorWS"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionChannelMaskParameter \ +static_assert(alignof(UMaterialExpressionChannelMaskParameter) == 0x000008, "Wrong alignment on UMaterialExpressionChannelMaskParameter"); \ +static_assert(sizeof(UMaterialExpressionChannelMaskParameter) == 0x000088, "Wrong size on UMaterialExpressionChannelMaskParameter"); \ +static_assert(offsetof(UMaterialExpressionChannelMaskParameter, MaskChannel) == 0x000080, "Member 'UMaterialExpressionChannelMaskParameter::MaskChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCollectionParameter \ +static_assert(alignof(UMaterialExpressionCollectionParameter) == 0x000008, "Wrong alignment on UMaterialExpressionCollectionParameter"); \ +static_assert(sizeof(UMaterialExpressionCollectionParameter) == 0x000070, "Wrong size on UMaterialExpressionCollectionParameter"); \ +static_assert(offsetof(UMaterialExpressionCollectionParameter, Collection) == 0x000048, "Member 'UMaterialExpressionCollectionParameter::Collection' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCollectionParameter, ParameterName) == 0x000050, "Member 'UMaterialExpressionCollectionParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCollectionParameter, ParameterId) == 0x00005C, "Member 'UMaterialExpressionCollectionParameter::ParameterId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionComponentMask \ +static_assert(alignof(UMaterialExpressionComponentMask) == 0x000008, "Wrong alignment on UMaterialExpressionComponentMask"); \ +static_assert(sizeof(UMaterialExpressionComponentMask) == 0x000068, "Wrong size on UMaterialExpressionComponentMask"); \ +static_assert(offsetof(UMaterialExpressionComponentMask, Input) == 0x000048, "Member 'UMaterialExpressionComponentMask::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionConstant \ +static_assert(alignof(UMaterialExpressionConstant) == 0x000008, "Wrong alignment on UMaterialExpressionConstant"); \ +static_assert(sizeof(UMaterialExpressionConstant) == 0x000050, "Wrong size on UMaterialExpressionConstant"); \ +static_assert(offsetof(UMaterialExpressionConstant, R) == 0x000048, "Member 'UMaterialExpressionConstant::R' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionConstant3Vector \ +static_assert(alignof(UMaterialExpressionConstant3Vector) == 0x000008, "Wrong alignment on UMaterialExpressionConstant3Vector"); \ +static_assert(sizeof(UMaterialExpressionConstant3Vector) == 0x000058, "Wrong size on UMaterialExpressionConstant3Vector"); \ +static_assert(offsetof(UMaterialExpressionConstant3Vector, Constant) == 0x000048, "Member 'UMaterialExpressionConstant3Vector::Constant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionConstant4Vector \ +static_assert(alignof(UMaterialExpressionConstant4Vector) == 0x000008, "Wrong alignment on UMaterialExpressionConstant4Vector"); \ +static_assert(sizeof(UMaterialExpressionConstant4Vector) == 0x000058, "Wrong size on UMaterialExpressionConstant4Vector"); \ +static_assert(offsetof(UMaterialExpressionConstant4Vector, Constant) == 0x000048, "Member 'UMaterialExpressionConstant4Vector::Constant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCustom \ +static_assert(alignof(UMaterialExpressionCustom) == 0x000008, "Wrong alignment on UMaterialExpressionCustom"); \ +static_assert(sizeof(UMaterialExpressionCustom) == 0x0000B0, "Wrong size on UMaterialExpressionCustom"); \ +static_assert(offsetof(UMaterialExpressionCustom, Code) == 0x000048, "Member 'UMaterialExpressionCustom::Code' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCustom, OutputType) == 0x000058, "Member 'UMaterialExpressionCustom::OutputType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCustom, Description) == 0x000060, "Member 'UMaterialExpressionCustom::Description' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCustom, Inputs) == 0x000070, "Member 'UMaterialExpressionCustom::Inputs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCustom, AdditionalOutputs) == 0x000080, "Member 'UMaterialExpressionCustom::AdditionalOutputs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCustom, AdditionalDefines) == 0x000090, "Member 'UMaterialExpressionCustom::AdditionalDefines' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCustom, IncludeFilePaths) == 0x0000A0, "Member 'UMaterialExpressionCustom::IncludeFilePaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDecalLifetimeOpacity \ +static_assert(alignof(UMaterialExpressionDecalLifetimeOpacity) == 0x000008, "Wrong alignment on UMaterialExpressionDecalLifetimeOpacity"); \ +static_assert(sizeof(UMaterialExpressionDecalLifetimeOpacity) == 0x000048, "Wrong size on UMaterialExpressionDecalLifetimeOpacity"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDeltaTime \ +static_assert(alignof(UMaterialExpressionDeltaTime) == 0x000008, "Wrong alignment on UMaterialExpressionDeltaTime"); \ +static_assert(sizeof(UMaterialExpressionDeltaTime) == 0x000048, "Wrong size on UMaterialExpressionDeltaTime"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDeriveNormalZ \ +static_assert(alignof(UMaterialExpressionDeriveNormalZ) == 0x000008, "Wrong alignment on UMaterialExpressionDeriveNormalZ"); \ +static_assert(sizeof(UMaterialExpressionDeriveNormalZ) == 0x000068, "Wrong size on UMaterialExpressionDeriveNormalZ"); \ +static_assert(offsetof(UMaterialExpressionDeriveNormalZ, InXY) == 0x000048, "Member 'UMaterialExpressionDeriveNormalZ::InXY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDistanceCullFade \ +static_assert(alignof(UMaterialExpressionDistanceCullFade) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceCullFade"); \ +static_assert(sizeof(UMaterialExpressionDistanceCullFade) == 0x000048, "Wrong size on UMaterialExpressionDistanceCullFade"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDotProduct \ +static_assert(alignof(UMaterialExpressionDotProduct) == 0x000008, "Wrong alignment on UMaterialExpressionDotProduct"); \ +static_assert(sizeof(UMaterialExpressionDotProduct) == 0x000080, "Wrong size on UMaterialExpressionDotProduct"); \ +static_assert(offsetof(UMaterialExpressionDotProduct, A) == 0x000048, "Member 'UMaterialExpressionDotProduct::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDotProduct, B) == 0x000064, "Member 'UMaterialExpressionDotProduct::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionEyeAdaptation \ +static_assert(alignof(UMaterialExpressionEyeAdaptation) == 0x000008, "Wrong alignment on UMaterialExpressionEyeAdaptation"); \ +static_assert(sizeof(UMaterialExpressionEyeAdaptation) == 0x000048, "Wrong size on UMaterialExpressionEyeAdaptation"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFloor \ +static_assert(alignof(UMaterialExpressionFloor) == 0x000008, "Wrong alignment on UMaterialExpressionFloor"); \ +static_assert(sizeof(UMaterialExpressionFloor) == 0x000068, "Wrong size on UMaterialExpressionFloor"); \ +static_assert(offsetof(UMaterialExpressionFloor, Input) == 0x000048, "Member 'UMaterialExpressionFloor::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFmod \ +static_assert(alignof(UMaterialExpressionFmod) == 0x000008, "Wrong alignment on UMaterialExpressionFmod"); \ +static_assert(sizeof(UMaterialExpressionFmod) == 0x000080, "Wrong size on UMaterialExpressionFmod"); \ +static_assert(offsetof(UMaterialExpressionFmod, A) == 0x000048, "Member 'UMaterialExpressionFmod::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFmod, B) == 0x000064, "Member 'UMaterialExpressionFmod::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFunctionOutput \ +static_assert(alignof(UMaterialExpressionFunctionOutput) == 0x000008, "Wrong alignment on UMaterialExpressionFunctionOutput"); \ +static_assert(sizeof(UMaterialExpressionFunctionOutput) == 0x0000A0, "Wrong size on UMaterialExpressionFunctionOutput"); \ +static_assert(offsetof(UMaterialExpressionFunctionOutput, OutputName) == 0x000048, "Member 'UMaterialExpressionFunctionOutput::OutputName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionOutput, Description) == 0x000058, "Member 'UMaterialExpressionFunctionOutput::Description' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionOutput, SortPriority) == 0x000068, "Member 'UMaterialExpressionFunctionOutput::SortPriority' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionOutput, A) == 0x00006C, "Member 'UMaterialExpressionFunctionOutput::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionOutput, Id) == 0x00008C, "Member 'UMaterialExpressionFunctionOutput::Id' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionGetMaterialAttributes \ +static_assert(alignof(UMaterialExpressionGetMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionGetMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionGetMaterialAttributes) == 0x000078, "Wrong size on UMaterialExpressionGetMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionGetMaterialAttributes, MaterialAttributes) == 0x000048, "Member 'UMaterialExpressionGetMaterialAttributes::MaterialAttributes' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionGetMaterialAttributes, AttributeGetTypes) == 0x000068, "Member 'UMaterialExpressionGetMaterialAttributes::AttributeGetTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionHairAttributes \ +static_assert(alignof(UMaterialExpressionHairAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionHairAttributes"); \ +static_assert(sizeof(UMaterialExpressionHairAttributes) == 0x000050, "Wrong size on UMaterialExpressionHairAttributes"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionHairColor \ +static_assert(alignof(UMaterialExpressionHairColor) == 0x000008, "Wrong alignment on UMaterialExpressionHairColor"); \ +static_assert(sizeof(UMaterialExpressionHairColor) == 0x0000A0, "Wrong size on UMaterialExpressionHairColor"); \ +static_assert(offsetof(UMaterialExpressionHairColor, Melanin) == 0x000048, "Member 'UMaterialExpressionHairColor::Melanin' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionHairColor, Redness) == 0x000064, "Member 'UMaterialExpressionHairColor::Redness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionHairColor, DyeColor) == 0x000080, "Member 'UMaterialExpressionHairColor::DyeColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLightmapUVs \ +static_assert(alignof(UMaterialExpressionLightmapUVs) == 0x000008, "Wrong alignment on UMaterialExpressionLightmapUVs"); \ +static_assert(sizeof(UMaterialExpressionLightmapUVs) == 0x000048, "Wrong size on UMaterialExpressionLightmapUVs"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLightmassReplace \ +static_assert(alignof(UMaterialExpressionLightmassReplace) == 0x000008, "Wrong alignment on UMaterialExpressionLightmassReplace"); \ +static_assert(sizeof(UMaterialExpressionLightmassReplace) == 0x000080, "Wrong size on UMaterialExpressionLightmassReplace"); \ +static_assert(offsetof(UMaterialExpressionLightmassReplace, Realtime) == 0x000048, "Member 'UMaterialExpressionLightmassReplace::Realtime' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLightmassReplace, Lightmass) == 0x000064, "Member 'UMaterialExpressionLightmassReplace::Lightmass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLightVector \ +static_assert(alignof(UMaterialExpressionLightVector) == 0x000008, "Wrong alignment on UMaterialExpressionLightVector"); \ +static_assert(sizeof(UMaterialExpressionLightVector) == 0x000048, "Wrong size on UMaterialExpressionLightVector"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLinearInterpolate \ +static_assert(alignof(UMaterialExpressionLinearInterpolate) == 0x000008, "Wrong alignment on UMaterialExpressionLinearInterpolate"); \ +static_assert(sizeof(UMaterialExpressionLinearInterpolate) == 0x0000A8, "Wrong size on UMaterialExpressionLinearInterpolate"); \ +static_assert(offsetof(UMaterialExpressionLinearInterpolate, A) == 0x000048, "Member 'UMaterialExpressionLinearInterpolate::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLinearInterpolate, B) == 0x000064, "Member 'UMaterialExpressionLinearInterpolate::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLinearInterpolate, Alpha) == 0x000080, "Member 'UMaterialExpressionLinearInterpolate::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLinearInterpolate, ConstA) == 0x00009C, "Member 'UMaterialExpressionLinearInterpolate::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLinearInterpolate, ConstB) == 0x0000A0, "Member 'UMaterialExpressionLinearInterpolate::ConstB' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLinearInterpolate, ConstAlpha) == 0x0000A4, "Member 'UMaterialExpressionLinearInterpolate::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLogarithm10 \ +static_assert(alignof(UMaterialExpressionLogarithm10) == 0x000008, "Wrong alignment on UMaterialExpressionLogarithm10"); \ +static_assert(sizeof(UMaterialExpressionLogarithm10) == 0x000068, "Wrong size on UMaterialExpressionLogarithm10"); \ +static_assert(offsetof(UMaterialExpressionLogarithm10, X) == 0x000048, "Member 'UMaterialExpressionLogarithm10::X' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLogarithm2 \ +static_assert(alignof(UMaterialExpressionLogarithm2) == 0x000008, "Wrong alignment on UMaterialExpressionLogarithm2"); \ +static_assert(sizeof(UMaterialExpressionLogarithm2) == 0x000068, "Wrong size on UMaterialExpressionLogarithm2"); \ +static_assert(offsetof(UMaterialExpressionLogarithm2, X) == 0x000048, "Member 'UMaterialExpressionLogarithm2::X' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMakeMaterialAttributes \ +static_assert(alignof(UMaterialExpressionMakeMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionMakeMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionMakeMaterialAttributes) == 0x000358, "Wrong size on UMaterialExpressionMakeMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, BaseColor) == 0x000048, "Member 'UMaterialExpressionMakeMaterialAttributes::BaseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Metallic) == 0x000064, "Member 'UMaterialExpressionMakeMaterialAttributes::Metallic' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Specular) == 0x000080, "Member 'UMaterialExpressionMakeMaterialAttributes::Specular' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Roughness) == 0x00009C, "Member 'UMaterialExpressionMakeMaterialAttributes::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Anisotropy) == 0x0000B8, "Member 'UMaterialExpressionMakeMaterialAttributes::Anisotropy' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, EmissiveColor) == 0x0000D4, "Member 'UMaterialExpressionMakeMaterialAttributes::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Opacity) == 0x0000F0, "Member 'UMaterialExpressionMakeMaterialAttributes::Opacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, OpacityMask) == 0x00010C, "Member 'UMaterialExpressionMakeMaterialAttributes::OpacityMask' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Normal) == 0x000128, "Member 'UMaterialExpressionMakeMaterialAttributes::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Tangent) == 0x000144, "Member 'UMaterialExpressionMakeMaterialAttributes::Tangent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, WorldPositionOffset) == 0x000160, "Member 'UMaterialExpressionMakeMaterialAttributes::WorldPositionOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, WorldDisplacement) == 0x00017C, "Member 'UMaterialExpressionMakeMaterialAttributes::WorldDisplacement' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, TessellationMultiplier) == 0x000198, "Member 'UMaterialExpressionMakeMaterialAttributes::TessellationMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, SubsurfaceColor) == 0x0001B4, "Member 'UMaterialExpressionMakeMaterialAttributes::SubsurfaceColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, ClearCoat) == 0x0001D0, "Member 'UMaterialExpressionMakeMaterialAttributes::ClearCoat' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, ClearCoatRoughness) == 0x0001EC, "Member 'UMaterialExpressionMakeMaterialAttributes::ClearCoatRoughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, AmbientOcclusion) == 0x000208, "Member 'UMaterialExpressionMakeMaterialAttributes::AmbientOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Refraction) == 0x000224, "Member 'UMaterialExpressionMakeMaterialAttributes::Refraction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, CustomizedUVs) == 0x000240, "Member 'UMaterialExpressionMakeMaterialAttributes::CustomizedUVs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, PixelDepthOffset) == 0x000320, "Member 'UMaterialExpressionMakeMaterialAttributes::PixelDepthOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, ShadingModel) == 0x00033C, "Member 'UMaterialExpressionMakeMaterialAttributes::ShadingModel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMapARPassthroughCameraUV \ +static_assert(alignof(UMaterialExpressionMapARPassthroughCameraUV) == 0x000008, "Wrong alignment on UMaterialExpressionMapARPassthroughCameraUV"); \ +static_assert(sizeof(UMaterialExpressionMapARPassthroughCameraUV) == 0x000068, "Wrong size on UMaterialExpressionMapARPassthroughCameraUV"); \ +static_assert(offsetof(UMaterialExpressionMapARPassthroughCameraUV, Coordinates) == 0x000048, "Member 'UMaterialExpressionMapARPassthroughCameraUV::Coordinates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialFunctionCall \ +static_assert(alignof(UMaterialExpressionMaterialFunctionCall) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialFunctionCall"); \ +static_assert(sizeof(UMaterialExpressionMaterialFunctionCall) == 0x000068, "Wrong size on UMaterialExpressionMaterialFunctionCall"); \ +static_assert(offsetof(UMaterialExpressionMaterialFunctionCall, MaterialFunction) == 0x000048, "Member 'UMaterialExpressionMaterialFunctionCall::MaterialFunction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialFunctionCall, FunctionParameterInfo) == 0x000050, "Member 'UMaterialExpressionMaterialFunctionCall::FunctionParameterInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialLayerOutput \ +static_assert(alignof(UMaterialExpressionMaterialLayerOutput) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialLayerOutput"); \ +static_assert(sizeof(UMaterialExpressionMaterialLayerOutput) == 0x0000A0, "Wrong size on UMaterialExpressionMaterialLayerOutput"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMin \ +static_assert(alignof(UMaterialExpressionMin) == 0x000008, "Wrong alignment on UMaterialExpressionMin"); \ +static_assert(sizeof(UMaterialExpressionMin) == 0x000088, "Wrong size on UMaterialExpressionMin"); \ +static_assert(offsetof(UMaterialExpressionMin, A) == 0x000048, "Member 'UMaterialExpressionMin::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMin, B) == 0x000064, "Member 'UMaterialExpressionMin::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMin, ConstA) == 0x000080, "Member 'UMaterialExpressionMin::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMin, ConstB) == 0x000084, "Member 'UMaterialExpressionMin::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMultiply \ +static_assert(alignof(UMaterialExpressionMultiply) == 0x000008, "Wrong alignment on UMaterialExpressionMultiply"); \ +static_assert(sizeof(UMaterialExpressionMultiply) == 0x000088, "Wrong size on UMaterialExpressionMultiply"); \ +static_assert(offsetof(UMaterialExpressionMultiply, A) == 0x000048, "Member 'UMaterialExpressionMultiply::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMultiply, B) == 0x000064, "Member 'UMaterialExpressionMultiply::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMultiply, ConstA) == 0x000080, "Member 'UMaterialExpressionMultiply::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMultiply, ConstB) == 0x000084, "Member 'UMaterialExpressionMultiply::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNamedRerouteUsage \ +static_assert(alignof(UMaterialExpressionNamedRerouteUsage) == 0x000008, "Wrong alignment on UMaterialExpressionNamedRerouteUsage"); \ +static_assert(sizeof(UMaterialExpressionNamedRerouteUsage) == 0x000060, "Wrong size on UMaterialExpressionNamedRerouteUsage"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteUsage, Declaration) == 0x000048, "Member 'UMaterialExpressionNamedRerouteUsage::Declaration' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteUsage, DeclarationGuid) == 0x000050, "Member 'UMaterialExpressionNamedRerouteUsage::DeclarationGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNoise \ +static_assert(alignof(UMaterialExpressionNoise) == 0x000008, "Wrong alignment on UMaterialExpressionNoise"); \ +static_assert(sizeof(UMaterialExpressionNoise) == 0x0000A8, "Wrong size on UMaterialExpressionNoise"); \ +static_assert(offsetof(UMaterialExpressionNoise, Position) == 0x000048, "Member 'UMaterialExpressionNoise::Position' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, FilterWidth) == 0x000064, "Member 'UMaterialExpressionNoise::FilterWidth' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, Scale) == 0x000080, "Member 'UMaterialExpressionNoise::Scale' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, Quality) == 0x000084, "Member 'UMaterialExpressionNoise::Quality' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, NoiseFunction) == 0x000088, "Member 'UMaterialExpressionNoise::NoiseFunction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, Levels) == 0x000090, "Member 'UMaterialExpressionNoise::Levels' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, OutputMin) == 0x000094, "Member 'UMaterialExpressionNoise::OutputMin' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, OutputMax) == 0x000098, "Member 'UMaterialExpressionNoise::OutputMax' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, LevelScale) == 0x00009C, "Member 'UMaterialExpressionNoise::LevelScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, RepeatSize) == 0x0000A4, "Member 'UMaterialExpressionNoise::RepeatSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNormalize \ +static_assert(alignof(UMaterialExpressionNormalize) == 0x000008, "Wrong alignment on UMaterialExpressionNormalize"); \ +static_assert(sizeof(UMaterialExpressionNormalize) == 0x000068, "Wrong size on UMaterialExpressionNormalize"); \ +static_assert(offsetof(UMaterialExpressionNormalize, VectorInput) == 0x000048, "Member 'UMaterialExpressionNormalize::VectorInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionObjectBounds \ +static_assert(alignof(UMaterialExpressionObjectBounds) == 0x000008, "Wrong alignment on UMaterialExpressionObjectBounds"); \ +static_assert(sizeof(UMaterialExpressionObjectBounds) == 0x000048, "Wrong size on UMaterialExpressionObjectBounds"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionObjectOrientation \ +static_assert(alignof(UMaterialExpressionObjectOrientation) == 0x000008, "Wrong alignment on UMaterialExpressionObjectOrientation"); \ +static_assert(sizeof(UMaterialExpressionObjectOrientation) == 0x000048, "Wrong size on UMaterialExpressionObjectOrientation"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionObjectPositionWS \ +static_assert(alignof(UMaterialExpressionObjectPositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionObjectPositionWS"); \ +static_assert(sizeof(UMaterialExpressionObjectPositionWS) == 0x000048, "Wrong size on UMaterialExpressionObjectPositionWS"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionOneMinus \ +static_assert(alignof(UMaterialExpressionOneMinus) == 0x000008, "Wrong alignment on UMaterialExpressionOneMinus"); \ +static_assert(sizeof(UMaterialExpressionOneMinus) == 0x000068, "Wrong size on UMaterialExpressionOneMinus"); \ +static_assert(offsetof(UMaterialExpressionOneMinus, Input) == 0x000048, "Member 'UMaterialExpressionOneMinus::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleDirection \ +static_assert(alignof(UMaterialExpressionParticleDirection) == 0x000008, "Wrong alignment on UMaterialExpressionParticleDirection"); \ +static_assert(sizeof(UMaterialExpressionParticleDirection) == 0x000048, "Wrong size on UMaterialExpressionParticleDirection"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleMacroUV \ +static_assert(alignof(UMaterialExpressionParticleMacroUV) == 0x000008, "Wrong alignment on UMaterialExpressionParticleMacroUV"); \ +static_assert(sizeof(UMaterialExpressionParticleMacroUV) == 0x000048, "Wrong size on UMaterialExpressionParticleMacroUV"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleMotionBlurFade \ +static_assert(alignof(UMaterialExpressionParticleMotionBlurFade) == 0x000008, "Wrong alignment on UMaterialExpressionParticleMotionBlurFade"); \ +static_assert(sizeof(UMaterialExpressionParticleMotionBlurFade) == 0x000048, "Wrong size on UMaterialExpressionParticleMotionBlurFade"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleRandom \ +static_assert(alignof(UMaterialExpressionParticleRandom) == 0x000008, "Wrong alignment on UMaterialExpressionParticleRandom"); \ +static_assert(sizeof(UMaterialExpressionParticleRandom) == 0x000048, "Wrong size on UMaterialExpressionParticleRandom"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleSize \ +static_assert(alignof(UMaterialExpressionParticleSize) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSize"); \ +static_assert(sizeof(UMaterialExpressionParticleSize) == 0x000048, "Wrong size on UMaterialExpressionParticleSize"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleSpeed \ +static_assert(alignof(UMaterialExpressionParticleSpeed) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSpeed"); \ +static_assert(sizeof(UMaterialExpressionParticleSpeed) == 0x000048, "Wrong size on UMaterialExpressionParticleSpeed"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleSubUV \ +static_assert(alignof(UMaterialExpressionParticleSubUV) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSubUV"); \ +static_assert(sizeof(UMaterialExpressionParticleSubUV) == 0x000078, "Wrong size on UMaterialExpressionParticleSubUV"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleSubUVProperties \ +static_assert(alignof(UMaterialExpressionParticleSubUVProperties) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSubUVProperties"); \ +static_assert(sizeof(UMaterialExpressionParticleSubUVProperties) == 0x000048, "Wrong size on UMaterialExpressionParticleSubUVProperties"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPixelDepth \ +static_assert(alignof(UMaterialExpressionPixelDepth) == 0x000008, "Wrong alignment on UMaterialExpressionPixelDepth"); \ +static_assert(sizeof(UMaterialExpressionPixelDepth) == 0x000048, "Wrong size on UMaterialExpressionPixelDepth"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPower \ +static_assert(alignof(UMaterialExpressionPower) == 0x000008, "Wrong alignment on UMaterialExpressionPower"); \ +static_assert(sizeof(UMaterialExpressionPower) == 0x000088, "Wrong size on UMaterialExpressionPower"); \ +static_assert(offsetof(UMaterialExpressionPower, Base) == 0x000048, "Member 'UMaterialExpressionPower::Base' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPower, Exponent) == 0x000064, "Member 'UMaterialExpressionPower::Exponent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPower, ConstExponent) == 0x000080, "Member 'UMaterialExpressionPower::ConstExponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPrecomputedAOMask \ +static_assert(alignof(UMaterialExpressionPrecomputedAOMask) == 0x000008, "Wrong alignment on UMaterialExpressionPrecomputedAOMask"); \ +static_assert(sizeof(UMaterialExpressionPrecomputedAOMask) == 0x000048, "Wrong size on UMaterialExpressionPrecomputedAOMask"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPreSkinnedLocalBounds \ +static_assert(alignof(UMaterialExpressionPreSkinnedLocalBounds) == 0x000008, "Wrong alignment on UMaterialExpressionPreSkinnedLocalBounds"); \ +static_assert(sizeof(UMaterialExpressionPreSkinnedLocalBounds) == 0x000048, "Wrong size on UMaterialExpressionPreSkinnedLocalBounds"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPreviousFrameSwitch \ +static_assert(alignof(UMaterialExpressionPreviousFrameSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionPreviousFrameSwitch"); \ +static_assert(sizeof(UMaterialExpressionPreviousFrameSwitch) == 0x000080, "Wrong size on UMaterialExpressionPreviousFrameSwitch"); \ +static_assert(offsetof(UMaterialExpressionPreviousFrameSwitch, CurrentFrame) == 0x000048, "Member 'UMaterialExpressionPreviousFrameSwitch::CurrentFrame' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPreviousFrameSwitch, PreviousFrame) == 0x000064, "Member 'UMaterialExpressionPreviousFrameSwitch::PreviousFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionQualitySwitch \ +static_assert(alignof(UMaterialExpressionQualitySwitch) == 0x000008, "Wrong alignment on UMaterialExpressionQualitySwitch"); \ +static_assert(sizeof(UMaterialExpressionQualitySwitch) == 0x0000D8, "Wrong size on UMaterialExpressionQualitySwitch"); \ +static_assert(offsetof(UMaterialExpressionQualitySwitch, Default) == 0x000048, "Member 'UMaterialExpressionQualitySwitch::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionQualitySwitch, Inputs) == 0x000064, "Member 'UMaterialExpressionQualitySwitch::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionReflectionCapturePassSwitch \ +static_assert(alignof(UMaterialExpressionReflectionCapturePassSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionReflectionCapturePassSwitch"); \ +static_assert(sizeof(UMaterialExpressionReflectionCapturePassSwitch) == 0x000080, "Wrong size on UMaterialExpressionReflectionCapturePassSwitch"); \ +static_assert(offsetof(UMaterialExpressionReflectionCapturePassSwitch, Default) == 0x000048, "Member 'UMaterialExpressionReflectionCapturePassSwitch::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionReflectionCapturePassSwitch, Reflection) == 0x000064, "Member 'UMaterialExpressionReflectionCapturePassSwitch::Reflection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionReflectionVectorWS \ +static_assert(alignof(UMaterialExpressionReflectionVectorWS) == 0x000008, "Wrong alignment on UMaterialExpressionReflectionVectorWS"); \ +static_assert(sizeof(UMaterialExpressionReflectionVectorWS) == 0x000068, "Wrong size on UMaterialExpressionReflectionVectorWS"); \ +static_assert(offsetof(UMaterialExpressionReflectionVectorWS, CustomWorldNormal) == 0x000048, "Member 'UMaterialExpressionReflectionVectorWS::CustomWorldNormal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionReroute \ +static_assert(alignof(UMaterialExpressionReroute) == 0x000008, "Wrong alignment on UMaterialExpressionReroute"); \ +static_assert(sizeof(UMaterialExpressionReroute) == 0x000068, "Wrong size on UMaterialExpressionReroute"); \ +static_assert(offsetof(UMaterialExpressionReroute, Input) == 0x000048, "Member 'UMaterialExpressionReroute::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRotator \ +static_assert(alignof(UMaterialExpressionRotator) == 0x000008, "Wrong alignment on UMaterialExpressionRotator"); \ +static_assert(sizeof(UMaterialExpressionRotator) == 0x000090, "Wrong size on UMaterialExpressionRotator"); \ +static_assert(offsetof(UMaterialExpressionRotator, Coordinate) == 0x000048, "Member 'UMaterialExpressionRotator::Coordinate' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotator, Time) == 0x000064, "Member 'UMaterialExpressionRotator::Time' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotator, CenterX) == 0x000080, "Member 'UMaterialExpressionRotator::CenterX' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotator, CenterY) == 0x000084, "Member 'UMaterialExpressionRotator::CenterY' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotator, Speed) == 0x000088, "Member 'UMaterialExpressionRotator::Speed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotator, ConstCoordinate) == 0x00008C, "Member 'UMaterialExpressionRotator::ConstCoordinate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRound \ +static_assert(alignof(UMaterialExpressionRound) == 0x000008, "Wrong alignment on UMaterialExpressionRound"); \ +static_assert(sizeof(UMaterialExpressionRound) == 0x000068, "Wrong size on UMaterialExpressionRound"); \ +static_assert(offsetof(UMaterialExpressionRound, Input) == 0x000048, "Member 'UMaterialExpressionRound::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureOutput \ +static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureOutput) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureOutput"); \ +static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureOutput) == 0x000110, "Wrong size on UMaterialExpressionRuntimeVirtualTextureOutput"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, BaseColor) == 0x000048, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::BaseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Specular) == 0x000064, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Specular' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Roughness) == 0x000080, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Normal) == 0x00009C, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, WorldHeight) == 0x0000B8, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::WorldHeight' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Opacity) == 0x0000D4, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Opacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Mask) == 0x0000F0, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Mask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureSample \ +static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureSample) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureSample"); \ +static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureSample) == 0x0000B0, "Wrong size on UMaterialExpressionRuntimeVirtualTextureSample"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, Coordinates) == 0x000048, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, WorldPosition) == 0x000064, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, MipValue) == 0x000080, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::MipValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, VirtualTexture) == 0x0000A0, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::VirtualTexture' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, MaterialType) == 0x0000A8, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::MaterialType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, bSinglePhysicalSpace) == 0x0000A9, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::bSinglePhysicalSpace' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, bAdaptive) == 0x0000AA, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::bAdaptive' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, MipValueMode) == 0x0000AB, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::MipValueMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, TextureAddressMode) == 0x0000AC, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::TextureAddressMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureSampleParameter \ +static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureSampleParameter) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureSampleParameter"); \ +static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureSampleParameter) == 0x0000D8, "Wrong size on UMaterialExpressionRuntimeVirtualTextureSampleParameter"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSampleParameter, ParameterName) == 0x0000B0, "Member 'UMaterialExpressionRuntimeVirtualTextureSampleParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSampleParameter, ExpressionGUID) == 0x0000BC, "Member 'UMaterialExpressionRuntimeVirtualTextureSampleParameter::ExpressionGUID' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSampleParameter, Group) == 0x0000CC, "Member 'UMaterialExpressionRuntimeVirtualTextureSampleParameter::Group' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSamplePhysicsVectorField \ +static_assert(alignof(UMaterialExpressionSamplePhysicsVectorField) == 0x000008, "Wrong alignment on UMaterialExpressionSamplePhysicsVectorField"); \ +static_assert(sizeof(UMaterialExpressionSamplePhysicsVectorField) == 0x000068, "Wrong size on UMaterialExpressionSamplePhysicsVectorField"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsVectorField, WorldPosition) == 0x000048, "Member 'UMaterialExpressionSamplePhysicsVectorField::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsVectorField, FieldTarget) == 0x000064, "Member 'UMaterialExpressionSamplePhysicsVectorField::FieldTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSamplePhysicsIntegerField \ +static_assert(alignof(UMaterialExpressionSamplePhysicsIntegerField) == 0x000008, "Wrong alignment on UMaterialExpressionSamplePhysicsIntegerField"); \ +static_assert(sizeof(UMaterialExpressionSamplePhysicsIntegerField) == 0x000068, "Wrong size on UMaterialExpressionSamplePhysicsIntegerField"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsIntegerField, WorldPosition) == 0x000048, "Member 'UMaterialExpressionSamplePhysicsIntegerField::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsIntegerField, FieldTarget) == 0x000064, "Member 'UMaterialExpressionSamplePhysicsIntegerField::FieldTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSaturate \ +static_assert(alignof(UMaterialExpressionSaturate) == 0x000008, "Wrong alignment on UMaterialExpressionSaturate"); \ +static_assert(sizeof(UMaterialExpressionSaturate) == 0x000068, "Wrong size on UMaterialExpressionSaturate"); \ +static_assert(offsetof(UMaterialExpressionSaturate, Input) == 0x000048, "Member 'UMaterialExpressionSaturate::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSceneColor \ +static_assert(alignof(UMaterialExpressionSceneColor) == 0x000008, "Wrong alignment on UMaterialExpressionSceneColor"); \ +static_assert(sizeof(UMaterialExpressionSceneColor) == 0x000090, "Wrong size on UMaterialExpressionSceneColor"); \ +static_assert(offsetof(UMaterialExpressionSceneColor, InputMode) == 0x000048, "Member 'UMaterialExpressionSceneColor::InputMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneColor, Input) == 0x00004C, "Member 'UMaterialExpressionSceneColor::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneColor, OffsetFraction) == 0x000068, "Member 'UMaterialExpressionSceneColor::OffsetFraction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneColor, ConstInput) == 0x000084, "Member 'UMaterialExpressionSceneColor::ConstInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSceneDepthWithoutWater \ +static_assert(alignof(UMaterialExpressionSceneDepthWithoutWater) == 0x000008, "Wrong alignment on UMaterialExpressionSceneDepthWithoutWater"); \ +static_assert(sizeof(UMaterialExpressionSceneDepthWithoutWater) == 0x000078, "Wrong size on UMaterialExpressionSceneDepthWithoutWater"); \ +static_assert(offsetof(UMaterialExpressionSceneDepthWithoutWater, InputMode) == 0x000048, "Member 'UMaterialExpressionSceneDepthWithoutWater::InputMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepthWithoutWater, Input) == 0x00004C, "Member 'UMaterialExpressionSceneDepthWithoutWater::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepthWithoutWater, ConstInput) == 0x000068, "Member 'UMaterialExpressionSceneDepthWithoutWater::ConstInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepthWithoutWater, FallbackDepth) == 0x000070, "Member 'UMaterialExpressionSceneDepthWithoutWater::FallbackDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSceneTexelSize \ +static_assert(alignof(UMaterialExpressionSceneTexelSize) == 0x000008, "Wrong alignment on UMaterialExpressionSceneTexelSize"); \ +static_assert(sizeof(UMaterialExpressionSceneTexelSize) == 0x000048, "Wrong size on UMaterialExpressionSceneTexelSize"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSetMaterialAttributes \ +static_assert(alignof(UMaterialExpressionSetMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionSetMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionSetMaterialAttributes) == 0x000068, "Wrong size on UMaterialExpressionSetMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionSetMaterialAttributes, Inputs) == 0x000048, "Member 'UMaterialExpressionSetMaterialAttributes::Inputs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSetMaterialAttributes, AttributeSetTypes) == 0x000058, "Member 'UMaterialExpressionSetMaterialAttributes::AttributeSetTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionShaderStageSwitch \ +static_assert(alignof(UMaterialExpressionShaderStageSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionShaderStageSwitch"); \ +static_assert(sizeof(UMaterialExpressionShaderStageSwitch) == 0x000080, "Wrong size on UMaterialExpressionShaderStageSwitch"); \ +static_assert(offsetof(UMaterialExpressionShaderStageSwitch, PixelShader) == 0x000048, "Member 'UMaterialExpressionShaderStageSwitch::PixelShader' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionShaderStageSwitch, VertexShader) == 0x000064, "Member 'UMaterialExpressionShaderStageSwitch::VertexShader' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionShadingModel \ +static_assert(alignof(UMaterialExpressionShadingModel) == 0x000008, "Wrong alignment on UMaterialExpressionShadingModel"); \ +static_assert(sizeof(UMaterialExpressionShadingModel) == 0x000050, "Wrong size on UMaterialExpressionShadingModel"); \ +static_assert(offsetof(UMaterialExpressionShadingModel, ShadingModel) == 0x000048, "Member 'UMaterialExpressionShadingModel::ShadingModel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionShadowReplace \ +static_assert(alignof(UMaterialExpressionShadowReplace) == 0x000008, "Wrong alignment on UMaterialExpressionShadowReplace"); \ +static_assert(sizeof(UMaterialExpressionShadowReplace) == 0x000080, "Wrong size on UMaterialExpressionShadowReplace"); \ +static_assert(offsetof(UMaterialExpressionShadowReplace, Default) == 0x000048, "Member 'UMaterialExpressionShadowReplace::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionShadowReplace, Shadow) == 0x000064, "Member 'UMaterialExpressionShadowReplace::Shadow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSign \ +static_assert(alignof(UMaterialExpressionSign) == 0x000008, "Wrong alignment on UMaterialExpressionSign"); \ +static_assert(sizeof(UMaterialExpressionSign) == 0x000068, "Wrong size on UMaterialExpressionSign"); \ +static_assert(offsetof(UMaterialExpressionSign, Input) == 0x000048, "Member 'UMaterialExpressionSign::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkinningVertexOffsets \ +static_assert(alignof(UMaterialExpressionSkinningVertexOffsets) == 0x000008, "Wrong alignment on UMaterialExpressionSkinningVertexOffsets"); \ +static_assert(sizeof(UMaterialExpressionSkinningVertexOffsets) == 0x000048, "Wrong size on UMaterialExpressionSkinningVertexOffsets"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereLightDirection \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereLightDirection) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereLightDirection"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereLightDirection) == 0x000050, "Wrong size on UMaterialExpressionSkyAtmosphereLightDirection"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightDirection, LightIndex) == 0x000048, "Member 'UMaterialExpressionSkyAtmosphereLightDirection::LightIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereLightIlluminance \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereLightIlluminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereLightIlluminance"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereLightIlluminance) == 0x000068, "Wrong size on UMaterialExpressionSkyAtmosphereLightIlluminance"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightIlluminance, LightIndex) == 0x000048, "Member 'UMaterialExpressionSkyAtmosphereLightIlluminance::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightIlluminance, WorldPosition) == 0x00004C, "Member 'UMaterialExpressionSkyAtmosphereLightIlluminance::WorldPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereAerialPerspective \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereAerialPerspective) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereAerialPerspective"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereAerialPerspective) == 0x000068, "Wrong size on UMaterialExpressionSkyAtmosphereAerialPerspective"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereAerialPerspective, WorldPosition) == 0x000048, "Member 'UMaterialExpressionSkyAtmosphereAerialPerspective::WorldPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance) == 0x000048, "Wrong size on UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereViewLuminance \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereViewLuminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereViewLuminance"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereViewLuminance) == 0x000048, "Wrong size on UMaterialExpressionSkyAtmosphereViewLuminance"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSobol \ +static_assert(alignof(UMaterialExpressionSobol) == 0x000008, "Wrong alignment on UMaterialExpressionSobol"); \ +static_assert(sizeof(UMaterialExpressionSobol) == 0x0000A8, "Wrong size on UMaterialExpressionSobol"); \ +static_assert(offsetof(UMaterialExpressionSobol, Cell) == 0x000048, "Member 'UMaterialExpressionSobol::Cell' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSobol, Index_0) == 0x000064, "Member 'UMaterialExpressionSobol::Index_0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSobol, Seed) == 0x000080, "Member 'UMaterialExpressionSobol::Seed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSobol, ConstIndex) == 0x00009C, "Member 'UMaterialExpressionSobol::ConstIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSobol, ConstSeed) == 0x0000A0, "Member 'UMaterialExpressionSobol::ConstSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSpeedTree \ +static_assert(alignof(UMaterialExpressionSpeedTree) == 0x000008, "Wrong alignment on UMaterialExpressionSpeedTree"); \ +static_assert(sizeof(UMaterialExpressionSpeedTree) == 0x0000C8, "Wrong size on UMaterialExpressionSpeedTree"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, GeometryInput) == 0x000048, "Member 'UMaterialExpressionSpeedTree::GeometryInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, WindInput) == 0x000064, "Member 'UMaterialExpressionSpeedTree::WindInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, LODInput) == 0x000080, "Member 'UMaterialExpressionSpeedTree::LODInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, ExtraBendWS) == 0x00009C, "Member 'UMaterialExpressionSpeedTree::ExtraBendWS' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, GeometryType) == 0x0000B8, "Member 'UMaterialExpressionSpeedTree::GeometryType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, WindType) == 0x0000B9, "Member 'UMaterialExpressionSpeedTree::WindType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, LODType) == 0x0000BA, "Member 'UMaterialExpressionSpeedTree::LODType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, BillboardThreshold) == 0x0000BC, "Member 'UMaterialExpressionSpeedTree::BillboardThreshold' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, bAccurateWindVelocities) == 0x0000C0, "Member 'UMaterialExpressionSpeedTree::bAccurateWindVelocities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSquareRoot \ +static_assert(alignof(UMaterialExpressionSquareRoot) == 0x000008, "Wrong alignment on UMaterialExpressionSquareRoot"); \ +static_assert(sizeof(UMaterialExpressionSquareRoot) == 0x000068, "Wrong size on UMaterialExpressionSquareRoot"); \ +static_assert(offsetof(UMaterialExpressionSquareRoot, Input) == 0x000048, "Member 'UMaterialExpressionSquareRoot::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStaticBool \ +static_assert(alignof(UMaterialExpressionStaticBool) == 0x000008, "Wrong alignment on UMaterialExpressionStaticBool"); \ +static_assert(sizeof(UMaterialExpressionStaticBool) == 0x000050, "Wrong size on UMaterialExpressionStaticBool"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStaticBoolParameter \ +static_assert(alignof(UMaterialExpressionStaticBoolParameter) == 0x000008, "Wrong alignment on UMaterialExpressionStaticBoolParameter"); \ +static_assert(sizeof(UMaterialExpressionStaticBoolParameter) == 0x000070, "Wrong size on UMaterialExpressionStaticBoolParameter"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStaticSwitch \ +static_assert(alignof(UMaterialExpressionStaticSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionStaticSwitch"); \ +static_assert(sizeof(UMaterialExpressionStaticSwitch) == 0x0000A0, "Wrong size on UMaterialExpressionStaticSwitch"); \ +static_assert(offsetof(UMaterialExpressionStaticSwitch, A) == 0x00004C, "Member 'UMaterialExpressionStaticSwitch::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStaticSwitch, B) == 0x000068, "Member 'UMaterialExpressionStaticSwitch::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStaticSwitch, Value) == 0x000084, "Member 'UMaterialExpressionStaticSwitch::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStaticSwitchParameter \ +static_assert(alignof(UMaterialExpressionStaticSwitchParameter) == 0x000008, "Wrong alignment on UMaterialExpressionStaticSwitchParameter"); \ +static_assert(sizeof(UMaterialExpressionStaticSwitchParameter) == 0x000070, "Wrong size on UMaterialExpressionStaticSwitchParameter"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStep \ +static_assert(alignof(UMaterialExpressionStep) == 0x000008, "Wrong alignment on UMaterialExpressionStep"); \ +static_assert(sizeof(UMaterialExpressionStep) == 0x000088, "Wrong size on UMaterialExpressionStep"); \ +static_assert(offsetof(UMaterialExpressionStep, Y) == 0x000048, "Member 'UMaterialExpressionStep::Y' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStep, X) == 0x000064, "Member 'UMaterialExpressionStep::X' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStep, ConstY) == 0x000080, "Member 'UMaterialExpressionStep::ConstY' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStep, ConstX) == 0x000084, "Member 'UMaterialExpressionStep::ConstX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTangent \ +static_assert(alignof(UMaterialExpressionTangent) == 0x000008, "Wrong alignment on UMaterialExpressionTangent"); \ +static_assert(sizeof(UMaterialExpressionTangent) == 0x000068, "Wrong size on UMaterialExpressionTangent"); \ +static_assert(offsetof(UMaterialExpressionTangent, Input) == 0x000048, "Member 'UMaterialExpressionTangent::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTangent, Period) == 0x000064, "Member 'UMaterialExpressionTangent::Period' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTangentOutput \ +static_assert(alignof(UMaterialExpressionTangentOutput) == 0x000008, "Wrong alignment on UMaterialExpressionTangentOutput"); \ +static_assert(sizeof(UMaterialExpressionTangentOutput) == 0x000068, "Wrong size on UMaterialExpressionTangentOutput"); \ +static_assert(offsetof(UMaterialExpressionTangentOutput, Input) == 0x000048, "Member 'UMaterialExpressionTangentOutput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTemporalSobol \ +static_assert(alignof(UMaterialExpressionTemporalSobol) == 0x000008, "Wrong alignment on UMaterialExpressionTemporalSobol"); \ +static_assert(sizeof(UMaterialExpressionTemporalSobol) == 0x000090, "Wrong size on UMaterialExpressionTemporalSobol"); \ +static_assert(offsetof(UMaterialExpressionTemporalSobol, Index_0) == 0x000048, "Member 'UMaterialExpressionTemporalSobol::Index_0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTemporalSobol, Seed) == 0x000064, "Member 'UMaterialExpressionTemporalSobol::Seed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTemporalSobol, ConstIndex) == 0x000080, "Member 'UMaterialExpressionTemporalSobol::ConstIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTemporalSobol, ConstSeed) == 0x000084, "Member 'UMaterialExpressionTemporalSobol::ConstSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureCoordinate \ +static_assert(alignof(UMaterialExpressionTextureCoordinate) == 0x000008, "Wrong alignment on UMaterialExpressionTextureCoordinate"); \ +static_assert(sizeof(UMaterialExpressionTextureCoordinate) == 0x000058, "Wrong size on UMaterialExpressionTextureCoordinate"); \ +static_assert(offsetof(UMaterialExpressionTextureCoordinate, CoordinateIndex) == 0x000048, "Member 'UMaterialExpressionTextureCoordinate::CoordinateIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureCoordinate, UTiling) == 0x00004C, "Member 'UMaterialExpressionTextureCoordinate::UTiling' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureCoordinate, VTiling) == 0x000050, "Member 'UMaterialExpressionTextureCoordinate::VTiling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureObject \ +static_assert(alignof(UMaterialExpressionTextureObject) == 0x000008, "Wrong alignment on UMaterialExpressionTextureObject"); \ +static_assert(sizeof(UMaterialExpressionTextureObject) == 0x000050, "Wrong size on UMaterialExpressionTextureObject"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureObjectParameter \ +static_assert(alignof(UMaterialExpressionTextureObjectParameter) == 0x000008, "Wrong alignment on UMaterialExpressionTextureObjectParameter"); \ +static_assert(sizeof(UMaterialExpressionTextureObjectParameter) == 0x000098, "Wrong size on UMaterialExpressionTextureObjectParameter"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameter2DArray \ +static_assert(alignof(UMaterialExpressionTextureSampleParameter2DArray) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameter2DArray"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameter2DArray) == 0x000098, "Wrong size on UMaterialExpressionTextureSampleParameter2DArray"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameterCube \ +static_assert(alignof(UMaterialExpressionTextureSampleParameterCube) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameterCube"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameterCube) == 0x000098, "Wrong size on UMaterialExpressionTextureSampleParameterCube"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameterSubUV \ +static_assert(alignof(UMaterialExpressionTextureSampleParameterSubUV) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameterSubUV"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameterSubUV) == 0x0000A0, "Wrong size on UMaterialExpressionTextureSampleParameterSubUV"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionThinTranslucentMaterialOutput \ +static_assert(alignof(UMaterialExpressionThinTranslucentMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionThinTranslucentMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionThinTranslucentMaterialOutput) == 0x000068, "Wrong size on UMaterialExpressionThinTranslucentMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionThinTranslucentMaterialOutput, TransmittanceColor) == 0x000048, "Member 'UMaterialExpressionThinTranslucentMaterialOutput::TransmittanceColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTime \ +static_assert(alignof(UMaterialExpressionTime) == 0x000008, "Wrong alignment on UMaterialExpressionTime"); \ +static_assert(sizeof(UMaterialExpressionTime) == 0x000050, "Wrong size on UMaterialExpressionTime"); \ +static_assert(offsetof(UMaterialExpressionTime, Period) == 0x00004C, "Member 'UMaterialExpressionTime::Period' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTransform \ +static_assert(alignof(UMaterialExpressionTransform) == 0x000008, "Wrong alignment on UMaterialExpressionTransform"); \ +static_assert(sizeof(UMaterialExpressionTransform) == 0x000068, "Wrong size on UMaterialExpressionTransform"); \ +static_assert(offsetof(UMaterialExpressionTransform, Input) == 0x000048, "Member 'UMaterialExpressionTransform::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTransform, TransformSourceType) == 0x000064, "Member 'UMaterialExpressionTransform::TransformSourceType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTransform, TransformType) == 0x000065, "Member 'UMaterialExpressionTransform::TransformType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTransformPosition \ +static_assert(alignof(UMaterialExpressionTransformPosition) == 0x000008, "Wrong alignment on UMaterialExpressionTransformPosition"); \ +static_assert(sizeof(UMaterialExpressionTransformPosition) == 0x000068, "Wrong size on UMaterialExpressionTransformPosition"); \ +static_assert(offsetof(UMaterialExpressionTransformPosition, Input) == 0x000048, "Member 'UMaterialExpressionTransformPosition::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTransformPosition, TransformSourceType) == 0x000064, "Member 'UMaterialExpressionTransformPosition::TransformSourceType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTransformPosition, TransformType) == 0x000065, "Member 'UMaterialExpressionTransformPosition::TransformType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTwoSidedSign \ +static_assert(alignof(UMaterialExpressionTwoSidedSign) == 0x000008, "Wrong alignment on UMaterialExpressionTwoSidedSign"); \ +static_assert(sizeof(UMaterialExpressionTwoSidedSign) == 0x000048, "Wrong size on UMaterialExpressionTwoSidedSign"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVectorNoise \ +static_assert(alignof(UMaterialExpressionVectorNoise) == 0x000008, "Wrong alignment on UMaterialExpressionVectorNoise"); \ +static_assert(sizeof(UMaterialExpressionVectorNoise) == 0x000078, "Wrong size on UMaterialExpressionVectorNoise"); \ +static_assert(offsetof(UMaterialExpressionVectorNoise, Position) == 0x000048, "Member 'UMaterialExpressionVectorNoise::Position' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorNoise, NoiseFunction) == 0x000064, "Member 'UMaterialExpressionVectorNoise::NoiseFunction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorNoise, Quality) == 0x000068, "Member 'UMaterialExpressionVectorNoise::Quality' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorNoise, TileSize) == 0x000070, "Member 'UMaterialExpressionVectorNoise::TileSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVertexColor \ +static_assert(alignof(UMaterialExpressionVertexColor) == 0x000008, "Wrong alignment on UMaterialExpressionVertexColor"); \ +static_assert(sizeof(UMaterialExpressionVertexColor) == 0x000048, "Wrong size on UMaterialExpressionVertexColor"); \ + +#define DUMPER7_ASSERTS_UUserDefinedEnum \ +static_assert(alignof(UUserDefinedEnum) == 0x000008, "Wrong alignment on UUserDefinedEnum"); \ +static_assert(sizeof(UUserDefinedEnum) == 0x0000B8, "Wrong size on UUserDefinedEnum"); \ +static_assert(offsetof(UUserDefinedEnum, DisplayNameMap) == 0x000068, "Member 'UUserDefinedEnum::DisplayNameMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVertexInterpolator \ +static_assert(alignof(UMaterialExpressionVertexInterpolator) == 0x000008, "Wrong alignment on UMaterialExpressionVertexInterpolator"); \ +static_assert(sizeof(UMaterialExpressionVertexInterpolator) == 0x000070, "Wrong size on UMaterialExpressionVertexInterpolator"); \ +static_assert(offsetof(UMaterialExpressionVertexInterpolator, Input) == 0x000048, "Member 'UMaterialExpressionVertexInterpolator::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVertexNormalWS \ +static_assert(alignof(UMaterialExpressionVertexNormalWS) == 0x000008, "Wrong alignment on UMaterialExpressionVertexNormalWS"); \ +static_assert(sizeof(UMaterialExpressionVertexNormalWS) == 0x000048, "Wrong size on UMaterialExpressionVertexNormalWS"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVertexTangentWS \ +static_assert(alignof(UMaterialExpressionVertexTangentWS) == 0x000008, "Wrong alignment on UMaterialExpressionVertexTangentWS"); \ +static_assert(sizeof(UMaterialExpressionVertexTangentWS) == 0x000048, "Wrong size on UMaterialExpressionVertexTangentWS"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionViewSize \ +static_assert(alignof(UMaterialExpressionViewSize) == 0x000008, "Wrong alignment on UMaterialExpressionViewSize"); \ +static_assert(sizeof(UMaterialExpressionViewSize) == 0x000048, "Wrong size on UMaterialExpressionViewSize"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVirtualTextureFeatureSwitch \ +static_assert(alignof(UMaterialExpressionVirtualTextureFeatureSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionVirtualTextureFeatureSwitch"); \ +static_assert(sizeof(UMaterialExpressionVirtualTextureFeatureSwitch) == 0x000080, "Wrong size on UMaterialExpressionVirtualTextureFeatureSwitch"); \ +static_assert(offsetof(UMaterialExpressionVirtualTextureFeatureSwitch, No) == 0x000048, "Member 'UMaterialExpressionVirtualTextureFeatureSwitch::No' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVirtualTextureFeatureSwitch, Yes) == 0x000064, "Member 'UMaterialExpressionVirtualTextureFeatureSwitch::Yes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVolumetricAdvancedMaterialInput \ +static_assert(alignof(UMaterialExpressionVolumetricAdvancedMaterialInput) == 0x000008, "Wrong alignment on UMaterialExpressionVolumetricAdvancedMaterialInput"); \ +static_assert(sizeof(UMaterialExpressionVolumetricAdvancedMaterialInput) == 0x000048, "Wrong size on UMaterialExpressionVolumetricAdvancedMaterialInput"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVolumetricAdvancedMaterialOutput \ +static_assert(alignof(UMaterialExpressionVolumetricAdvancedMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionVolumetricAdvancedMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionVolumetricAdvancedMaterialOutput) == 0x000130, "Wrong size on UMaterialExpressionVolumetricAdvancedMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PhaseG) == 0x000048, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PhaseG' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PhaseG2) == 0x000064, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PhaseG2' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PhaseBlend) == 0x000080, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PhaseBlend' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringContribution) == 0x00009C, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringContribution' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringOcclusion) == 0x0000B8, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringEccentricity) == 0x0000D4, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringEccentricity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConservativeDensity) == 0x0000F0, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConservativeDensity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstPhaseG) == 0x00010C, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstPhaseG' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstPhaseG2) == 0x000110, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstPhaseG2' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstPhaseBlend) == 0x000114, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstPhaseBlend' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PerSamplePhaseEvaluation) == 0x000118, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PerSamplePhaseEvaluation' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringApproximationOctaveCount) == 0x00011C, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringApproximationOctaveCount' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstMultiScatteringContribution) == 0x000120, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstMultiScatteringContribution' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstMultiScatteringOcclusion) == 0x000124, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstMultiScatteringOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstMultiScatteringEccentricity) == 0x000128, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstMultiScatteringEccentricity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, bGroundContribution) == 0x00012C, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::bGroundContribution' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, bGrayScaleMaterial) == 0x00012D, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::bGrayScaleMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, bRayMarchVolumeShadow) == 0x00012E, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::bRayMarchVolumeShadow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ViewportStatsSubsystem_AddDisplayDelegate \ +static_assert(alignof(ViewportStatsSubsystem_AddDisplayDelegate) == 0x000004, "Wrong alignment on ViewportStatsSubsystem_AddDisplayDelegate"); \ +static_assert(sizeof(ViewportStatsSubsystem_AddDisplayDelegate) == 0x000018, "Wrong size on ViewportStatsSubsystem_AddDisplayDelegate"); \ +static_assert(offsetof(ViewportStatsSubsystem_AddDisplayDelegate, Delegate) == 0x000000, "Member 'ViewportStatsSubsystem_AddDisplayDelegate::Delegate' has a wrong offset!"); \ +static_assert(offsetof(ViewportStatsSubsystem_AddDisplayDelegate, ReturnValue) == 0x000014, "Member 'ViewportStatsSubsystem_AddDisplayDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ViewportStatsSubsystem_AddTimedDisplay \ +static_assert(alignof(ViewportStatsSubsystem_AddTimedDisplay) == 0x000008, "Wrong alignment on ViewportStatsSubsystem_AddTimedDisplay"); \ +static_assert(sizeof(ViewportStatsSubsystem_AddTimedDisplay) == 0x000030, "Wrong size on ViewportStatsSubsystem_AddTimedDisplay"); \ +static_assert(offsetof(ViewportStatsSubsystem_AddTimedDisplay, Text) == 0x000000, "Member 'ViewportStatsSubsystem_AddTimedDisplay::Text' has a wrong offset!"); \ +static_assert(offsetof(ViewportStatsSubsystem_AddTimedDisplay, Color) == 0x000018, "Member 'ViewportStatsSubsystem_AddTimedDisplay::Color' has a wrong offset!"); \ +static_assert(offsetof(ViewportStatsSubsystem_AddTimedDisplay, Duration) == 0x000028, "Member 'ViewportStatsSubsystem_AddTimedDisplay::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ViewportStatsSubsystem_RemoveDisplayDelegate \ +static_assert(alignof(ViewportStatsSubsystem_RemoveDisplayDelegate) == 0x000004, "Wrong alignment on ViewportStatsSubsystem_RemoveDisplayDelegate"); \ +static_assert(sizeof(ViewportStatsSubsystem_RemoveDisplayDelegate) == 0x000004, "Wrong size on ViewportStatsSubsystem_RemoveDisplayDelegate"); \ +static_assert(offsetof(ViewportStatsSubsystem_RemoveDisplayDelegate, IndexToRemove) == 0x000000, "Member 'ViewportStatsSubsystem_RemoveDisplayDelegate::IndexToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UViewportStatsSubsystem \ +static_assert(alignof(UViewportStatsSubsystem) == 0x000008, "Wrong alignment on UViewportStatsSubsystem"); \ +static_assert(sizeof(UViewportStatsSubsystem) == 0x000058, "Wrong size on UViewportStatsSubsystem"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionWorldPosition \ +static_assert(alignof(UMaterialExpressionWorldPosition) == 0x000008, "Wrong alignment on UMaterialExpressionWorldPosition"); \ +static_assert(sizeof(UMaterialExpressionWorldPosition) == 0x000050, "Wrong size on UMaterialExpressionWorldPosition"); \ +static_assert(offsetof(UMaterialExpressionWorldPosition, WorldPositionShaderOffset) == 0x000048, "Member 'UMaterialExpressionWorldPosition::WorldPositionShaderOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionInstance \ +static_assert(alignof(UMaterialFunctionInstance) == 0x000008, "Wrong alignment on UMaterialFunctionInstance"); \ +static_assert(sizeof(UMaterialFunctionInstance) == 0x0000C8, "Wrong size on UMaterialFunctionInstance"); \ +static_assert(offsetof(UMaterialFunctionInstance, Parent) == 0x000048, "Member 'UMaterialFunctionInstance::Parent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, Base) == 0x000050, "Member 'UMaterialFunctionInstance::Base' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, ScalarParameterValues) == 0x000058, "Member 'UMaterialFunctionInstance::ScalarParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, VectorParameterValues) == 0x000068, "Member 'UMaterialFunctionInstance::VectorParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, TextureParameterValues) == 0x000078, "Member 'UMaterialFunctionInstance::TextureParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, FontParameterValues) == 0x000088, "Member 'UMaterialFunctionInstance::FontParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, StaticSwitchParameterValues) == 0x000098, "Member 'UMaterialFunctionInstance::StaticSwitchParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, StaticComponentMaskParameterValues) == 0x0000A8, "Member 'UMaterialFunctionInstance::StaticComponentMaskParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, RuntimeVirtualTextureParameterValues) == 0x0000B8, "Member 'UMaterialFunctionInstance::RuntimeVirtualTextureParameterValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVirtualTexture2D \ +static_assert(alignof(UVirtualTexture2D) == 0x000010, "Wrong alignment on UVirtualTexture2D"); \ +static_assert(sizeof(UVirtualTexture2D) == 0x0001B0, "Wrong size on UVirtualTexture2D"); \ +static_assert(offsetof(UVirtualTexture2D, Settings) == 0x0001A0, "Member 'UVirtualTexture2D::Settings' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTexture2D, bContinuousUpdate) == 0x0001AC, "Member 'UVirtualTexture2D::bContinuousUpdate' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTexture2D, bSinglePhysicalSpace) == 0x0001AD, "Member 'UVirtualTexture2D::bSinglePhysicalSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionMaterialLayerInstance \ +static_assert(alignof(UMaterialFunctionMaterialLayerInstance) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayerInstance"); \ +static_assert(sizeof(UMaterialFunctionMaterialLayerInstance) == 0x0000C8, "Wrong size on UMaterialFunctionMaterialLayerInstance"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionMaterialLayerBlend \ +static_assert(alignof(UMaterialFunctionMaterialLayerBlend) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayerBlend"); \ +static_assert(sizeof(UMaterialFunctionMaterialLayerBlend) == 0x000060, "Wrong size on UMaterialFunctionMaterialLayerBlend"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionMaterialLayerBlendInstance \ +static_assert(alignof(UMaterialFunctionMaterialLayerBlendInstance) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayerBlendInstance"); \ +static_assert(sizeof(UMaterialFunctionMaterialLayerBlendInstance) == 0x0000C8, "Wrong size on UMaterialFunctionMaterialLayerBlendInstance"); \ + +#define DUMPER7_ASSERTS_USoundfieldSubmix \ +static_assert(alignof(USoundfieldSubmix) == 0x000008, "Wrong alignment on USoundfieldSubmix"); \ +static_assert(sizeof(USoundfieldSubmix) == 0x000078, "Wrong size on USoundfieldSubmix"); \ +static_assert(offsetof(USoundfieldSubmix, SoundfieldEncodingFormat) == 0x000048, "Member 'USoundfieldSubmix::SoundfieldEncodingFormat' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldSubmix, EncodingSettings) == 0x000058, "Member 'USoundfieldSubmix::EncodingSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldSubmix, SoundfieldEffectChain) == 0x000060, "Member 'USoundfieldSubmix::SoundfieldEffectChain' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldSubmix, EncodingSettingsClass) == 0x000070, "Member 'USoundfieldSubmix::EncodingSettingsClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_CopyInterpParameters \ +static_assert(alignof(MaterialInstanceDynamic_CopyInterpParameters) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_CopyInterpParameters"); \ +static_assert(sizeof(MaterialInstanceDynamic_CopyInterpParameters) == 0x000008, "Wrong size on MaterialInstanceDynamic_CopyInterpParameters"); \ +static_assert(offsetof(MaterialInstanceDynamic_CopyInterpParameters, Source) == 0x000000, "Member 'MaterialInstanceDynamic_CopyInterpParameters::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_CopyParameterOverrides \ +static_assert(alignof(MaterialInstanceDynamic_CopyParameterOverrides) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_CopyParameterOverrides"); \ +static_assert(sizeof(MaterialInstanceDynamic_CopyParameterOverrides) == 0x000008, "Wrong size on MaterialInstanceDynamic_CopyParameterOverrides"); \ +static_assert(offsetof(MaterialInstanceDynamic_CopyParameterOverrides, MaterialInstance) == 0x000000, "Member 'MaterialInstanceDynamic_CopyParameterOverrides::MaterialInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters \ +static_assert(alignof(MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters) == 0x000010, "Wrong size on MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters, Source) == 0x000000, "Member 'MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters::Source' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters, bQuickParametersOnly) == 0x000008, "Member 'MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters::bQuickParametersOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetScalarParameterValue \ +static_assert(alignof(MaterialInstanceDynamic_K2_GetScalarParameterValue) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_K2_GetScalarParameterValue"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_GetScalarParameterValue) == 0x000010, "Wrong size on MaterialInstanceDynamic_K2_GetScalarParameterValue"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetScalarParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_K2_GetScalarParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetScalarParameterValue, ReturnValue) == 0x00000C, "Member 'MaterialInstanceDynamic_K2_GetScalarParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo \ +static_assert(alignof(MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo) == 0x000018, "Wrong size on MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo, ParameterInfo) == 0x000000, "Member 'MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo, ReturnValue) == 0x000014, "Member 'MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetTextureParameterValue \ +static_assert(alignof(MaterialInstanceDynamic_K2_GetTextureParameterValue) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_K2_GetTextureParameterValue"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_GetTextureParameterValue) == 0x000018, "Wrong size on MaterialInstanceDynamic_K2_GetTextureParameterValue"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetTextureParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_K2_GetTextureParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetTextureParameterValue, ReturnValue) == 0x000010, "Member 'MaterialInstanceDynamic_K2_GetTextureParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo \ +static_assert(alignof(MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo) == 0x000020, "Wrong size on MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo, ParameterInfo) == 0x000000, "Member 'MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo, ReturnValue) == 0x000018, "Member 'MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetVectorParameterValue \ +static_assert(alignof(MaterialInstanceDynamic_K2_GetVectorParameterValue) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_K2_GetVectorParameterValue"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_GetVectorParameterValue) == 0x00001C, "Wrong size on MaterialInstanceDynamic_K2_GetVectorParameterValue"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetVectorParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_K2_GetVectorParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetVectorParameterValue, ReturnValue) == 0x00000C, "Member 'MaterialInstanceDynamic_K2_GetVectorParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo \ +static_assert(alignof(MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo) == 0x000024, "Wrong size on MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo, ParameterInfo) == 0x000000, "Member 'MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo, ReturnValue) == 0x000014, "Member 'MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams \ +static_assert(alignof(MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams) == 0x000018, "Wrong size on MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams, SourceA) == 0x000000, "Member 'MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams::SourceA' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams, SourceB) == 0x000008, "Member 'MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams::SourceB' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams, Alpha) == 0x000010, "Member 'MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams::Alpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetScalarParameterValue \ +static_assert(alignof(MaterialInstanceDynamic_SetScalarParameterValue) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_SetScalarParameterValue"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetScalarParameterValue) == 0x000010, "Wrong size on MaterialInstanceDynamic_SetScalarParameterValue"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetScalarParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_SetScalarParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetScalarParameterValue, Value) == 0x00000C, "Member 'MaterialInstanceDynamic_SetScalarParameterValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetScalarParameterValueByInfo \ +static_assert(alignof(MaterialInstanceDynamic_SetScalarParameterValueByInfo) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_SetScalarParameterValueByInfo"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetScalarParameterValueByInfo) == 0x000018, "Wrong size on MaterialInstanceDynamic_SetScalarParameterValueByInfo"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetScalarParameterValueByInfo, ParameterInfo) == 0x000000, "Member 'MaterialInstanceDynamic_SetScalarParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetScalarParameterValueByInfo, Value) == 0x000014, "Member 'MaterialInstanceDynamic_SetScalarParameterValueByInfo::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetTextureParameterValue \ +static_assert(alignof(MaterialInstanceDynamic_SetTextureParameterValue) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_SetTextureParameterValue"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetTextureParameterValue) == 0x000018, "Wrong size on MaterialInstanceDynamic_SetTextureParameterValue"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetTextureParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_SetTextureParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetTextureParameterValue, Value) == 0x000010, "Member 'MaterialInstanceDynamic_SetTextureParameterValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetTextureParameterValueByInfo \ +static_assert(alignof(MaterialInstanceDynamic_SetTextureParameterValueByInfo) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_SetTextureParameterValueByInfo"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetTextureParameterValueByInfo) == 0x000020, "Wrong size on MaterialInstanceDynamic_SetTextureParameterValueByInfo"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetTextureParameterValueByInfo, ParameterInfo) == 0x000000, "Member 'MaterialInstanceDynamic_SetTextureParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetTextureParameterValueByInfo, Value) == 0x000018, "Member 'MaterialInstanceDynamic_SetTextureParameterValueByInfo::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetVectorParameterValue \ +static_assert(alignof(MaterialInstanceDynamic_SetVectorParameterValue) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_SetVectorParameterValue"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetVectorParameterValue) == 0x00001C, "Wrong size on MaterialInstanceDynamic_SetVectorParameterValue"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetVectorParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_SetVectorParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetVectorParameterValue, Value) == 0x00000C, "Member 'MaterialInstanceDynamic_SetVectorParameterValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetVectorParameterValueByInfo \ +static_assert(alignof(MaterialInstanceDynamic_SetVectorParameterValueByInfo) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_SetVectorParameterValueByInfo"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetVectorParameterValueByInfo) == 0x000024, "Wrong size on MaterialInstanceDynamic_SetVectorParameterValueByInfo"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetVectorParameterValueByInfo, ParameterInfo) == 0x000000, "Member 'MaterialInstanceDynamic_SetVectorParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetVectorParameterValueByInfo, Value) == 0x000014, "Member 'MaterialInstanceDynamic_SetVectorParameterValueByInfo::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialInstanceDynamic \ +static_assert(alignof(UMaterialInstanceDynamic) == 0x000008, "Wrong alignment on UMaterialInstanceDynamic"); \ +static_assert(sizeof(UMaterialInstanceDynamic) == 0x000368, "Wrong size on UMaterialInstanceDynamic"); \ + +#define DUMPER7_ASSERTS_MatineeActor_EnableGroupByName \ +static_assert(alignof(MatineeActor_EnableGroupByName) == 0x000008, "Wrong alignment on MatineeActor_EnableGroupByName"); \ +static_assert(sizeof(MatineeActor_EnableGroupByName) == 0x000018, "Wrong size on MatineeActor_EnableGroupByName"); \ +static_assert(offsetof(MatineeActor_EnableGroupByName, GroupName) == 0x000000, "Member 'MatineeActor_EnableGroupByName::GroupName' has a wrong offset!"); \ +static_assert(offsetof(MatineeActor_EnableGroupByName, bEnable) == 0x000010, "Member 'MatineeActor_EnableGroupByName::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MatineeActor_SetLoopingState \ +static_assert(alignof(MatineeActor_SetLoopingState) == 0x000001, "Wrong alignment on MatineeActor_SetLoopingState"); \ +static_assert(sizeof(MatineeActor_SetLoopingState) == 0x000001, "Wrong size on MatineeActor_SetLoopingState"); \ +static_assert(offsetof(MatineeActor_SetLoopingState, bNewLooping) == 0x000000, "Member 'MatineeActor_SetLoopingState::bNewLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MatineeActor_SetPosition \ +static_assert(alignof(MatineeActor_SetPosition) == 0x000004, "Wrong alignment on MatineeActor_SetPosition"); \ +static_assert(sizeof(MatineeActor_SetPosition) == 0x000008, "Wrong size on MatineeActor_SetPosition"); \ +static_assert(offsetof(MatineeActor_SetPosition, NewPosition) == 0x000000, "Member 'MatineeActor_SetPosition::NewPosition' has a wrong offset!"); \ +static_assert(offsetof(MatineeActor_SetPosition, bJump) == 0x000004, "Member 'MatineeActor_SetPosition::bJump' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMatineeActor \ +static_assert(alignof(AMatineeActor) == 0x000008, "Wrong alignment on AMatineeActor"); \ +static_assert(sizeof(AMatineeActor) == 0x000358, "Wrong size on AMatineeActor"); \ +static_assert(offsetof(AMatineeActor, MatineeData) == 0x0002A8, "Member 'AMatineeActor::MatineeData' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, MatineeControllerName) == 0x0002B0, "Member 'AMatineeActor::MatineeControllerName' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, PlayRate) == 0x0002BC, "Member 'AMatineeActor::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, ForceStartPosition) == 0x0002C4, "Member 'AMatineeActor::ForceStartPosition' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, PreferredSplitScreenNum) == 0x0002CC, "Member 'AMatineeActor::PreferredSplitScreenNum' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, GroupActorInfos) == 0x0002D8, "Member 'AMatineeActor::GroupActorInfos' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, GroupInst) == 0x0002F0, "Member 'AMatineeActor::GroupInst' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, CameraCuts) == 0x000300, "Member 'AMatineeActor::CameraCuts' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, InterpPosition) == 0x000314, "Member 'AMatineeActor::InterpPosition' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, ReplicationForceIsPlaying) == 0x00031C, "Member 'AMatineeActor::ReplicationForceIsPlaying' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, OnPlay) == 0x000320, "Member 'AMatineeActor::OnPlay' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, OnStop) == 0x000330, "Member 'AMatineeActor::OnStop' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, OnPause) == 0x000340, "Member 'AMatineeActor::OnPause' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMatineeActorCameraAnim \ +static_assert(alignof(AMatineeActorCameraAnim) == 0x000008, "Wrong alignment on AMatineeActorCameraAnim"); \ +static_assert(sizeof(AMatineeActorCameraAnim) == 0x000360, "Wrong size on AMatineeActorCameraAnim"); \ +static_assert(offsetof(AMatineeActorCameraAnim, CameraAnim) == 0x000358, "Member 'AMatineeActorCameraAnim::CameraAnim' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMatineeAnimInterface \ +static_assert(alignof(IMatineeAnimInterface) == 0x000001, "Wrong alignment on IMatineeAnimInterface"); \ +static_assert(sizeof(IMatineeAnimInterface) == 0x000001, "Wrong size on IMatineeAnimInterface"); \ + +#define DUMPER7_ASSERTS_AMeshMergeCullingVolume \ +static_assert(alignof(AMeshMergeCullingVolume) == 0x000008, "Wrong alignment on AMeshMergeCullingVolume"); \ +static_assert(sizeof(AMeshMergeCullingVolume) == 0x000300, "Wrong size on AMeshMergeCullingVolume"); \ + +#define DUMPER7_ASSERTS_MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis \ +static_assert(alignof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis) == 0x000008, "Wrong alignment on MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis"); \ +static_assert(sizeof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis) == 0x000030, "Wrong size on MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis"); \ +static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis, StaticMeshComponent) == 0x000000, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis, StartColor) == 0x000008, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis::StartColor' has a wrong offset!"); \ +static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis, EndColor) == 0x000018, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis::EndColor' has a wrong offset!"); \ +static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis, Axis) == 0x000028, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis::Axis' has a wrong offset!"); \ +static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis, bConvertToSRGB) == 0x000029, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis::bConvertToSRGB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshVertexPainterKismetLibrary_PaintVerticesSingleColor \ +static_assert(alignof(MeshVertexPainterKismetLibrary_PaintVerticesSingleColor) == 0x000008, "Wrong alignment on MeshVertexPainterKismetLibrary_PaintVerticesSingleColor"); \ +static_assert(sizeof(MeshVertexPainterKismetLibrary_PaintVerticesSingleColor) == 0x000020, "Wrong size on MeshVertexPainterKismetLibrary_PaintVerticesSingleColor"); \ +static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesSingleColor, StaticMeshComponent) == 0x000000, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesSingleColor::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesSingleColor, FillColor) == 0x000008, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesSingleColor::FillColor' has a wrong offset!"); \ +static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesSingleColor, bConvertToSRGB) == 0x000018, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesSingleColor::bConvertToSRGB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshVertexPainterKismetLibrary_RemovePaintedVertices \ +static_assert(alignof(MeshVertexPainterKismetLibrary_RemovePaintedVertices) == 0x000008, "Wrong alignment on MeshVertexPainterKismetLibrary_RemovePaintedVertices"); \ +static_assert(sizeof(MeshVertexPainterKismetLibrary_RemovePaintedVertices) == 0x000008, "Wrong size on MeshVertexPainterKismetLibrary_RemovePaintedVertices"); \ +static_assert(offsetof(MeshVertexPainterKismetLibrary_RemovePaintedVertices, StaticMeshComponent) == 0x000000, "Member 'MeshVertexPainterKismetLibrary_RemovePaintedVertices::StaticMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshVertexPainterKismetLibrary \ +static_assert(alignof(UMeshVertexPainterKismetLibrary) == 0x000008, "Wrong alignment on UMeshVertexPainterKismetLibrary"); \ +static_assert(sizeof(UMeshVertexPainterKismetLibrary) == 0x000030, "Wrong size on UMeshVertexPainterKismetLibrary"); \ + +#define DUMPER7_ASSERTS_UMorphTarget \ +static_assert(alignof(UMorphTarget) == 0x000008, "Wrong alignment on UMorphTarget"); \ +static_assert(sizeof(UMorphTarget) == 0x000048, "Wrong size on UMorphTarget"); \ +static_assert(offsetof(UMorphTarget, BaseSkelMesh) == 0x000030, "Member 'UMorphTarget::BaseSkelMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INavAgentInterface \ +static_assert(alignof(INavAgentInterface) == 0x000001, "Wrong alignment on INavAgentInterface"); \ +static_assert(sizeof(INavAgentInterface) == 0x000001, "Wrong size on INavAgentInterface"); \ + +#define DUMPER7_ASSERTS_UNavAreaBase \ +static_assert(alignof(UNavAreaBase) == 0x000008, "Wrong alignment on UNavAreaBase"); \ +static_assert(sizeof(UNavAreaBase) == 0x000038, "Wrong size on UNavAreaBase"); \ + +#define DUMPER7_ASSERTS_UNavigationDataChunk \ +static_assert(alignof(UNavigationDataChunk) == 0x000008, "Wrong alignment on UNavigationDataChunk"); \ +static_assert(sizeof(UNavigationDataChunk) == 0x000040, "Wrong size on UNavigationDataChunk"); \ +static_assert(offsetof(UNavigationDataChunk, NavigationDataName) == 0x000030, "Member 'UNavigationDataChunk::NavigationDataName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavigationSystemBase \ +static_assert(alignof(UNavigationSystemBase) == 0x000008, "Wrong alignment on UNavigationSystemBase"); \ +static_assert(sizeof(UNavigationSystemBase) == 0x000030, "Wrong size on UNavigationSystemBase"); \ + +#define DUMPER7_ASSERTS_UNavLinkDefinition \ +static_assert(alignof(UNavLinkDefinition) == 0x000008, "Wrong alignment on UNavLinkDefinition"); \ +static_assert(sizeof(UNavLinkDefinition) == 0x000058, "Wrong size on UNavLinkDefinition"); \ +static_assert(offsetof(UNavLinkDefinition, Links) == 0x000030, "Member 'UNavLinkDefinition::Links' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkDefinition, SegmentLinks) == 0x000040, "Member 'UNavLinkDefinition::SegmentLinks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INavPathObserverInterface \ +static_assert(alignof(INavPathObserverInterface) == 0x000001, "Wrong alignment on INavPathObserverInterface"); \ +static_assert(sizeof(INavPathObserverInterface) == 0x000001, "Wrong size on INavPathObserverInterface"); \ + +#define DUMPER7_ASSERTS_INavRelevantInterface \ +static_assert(alignof(INavRelevantInterface) == 0x000001, "Wrong alignment on INavRelevantInterface"); \ +static_assert(sizeof(INavRelevantInterface) == 0x000001, "Wrong size on INavRelevantInterface"); \ + +#define DUMPER7_ASSERTS_USimulatedClientNetConnection \ +static_assert(alignof(USimulatedClientNetConnection) == 0x000008, "Wrong alignment on USimulatedClientNetConnection"); \ +static_assert(sizeof(USimulatedClientNetConnection) == 0x001BF8, "Wrong size on USimulatedClientNetConnection"); \ + +#define DUMPER7_ASSERTS_UNetworkSettings \ +static_assert(alignof(UNetworkSettings) == 0x000008, "Wrong alignment on UNetworkSettings"); \ +static_assert(sizeof(UNetworkSettings) == 0x000088, "Wrong size on UNetworkSettings"); \ +static_assert(offsetof(UNetworkSettings, MaxRepArraySize) == 0x00004C, "Member 'UNetworkSettings::MaxRepArraySize' has a wrong offset!"); \ +static_assert(offsetof(UNetworkSettings, MaxRepArrayMemory) == 0x000050, "Member 'UNetworkSettings::MaxRepArrayMemory' has a wrong offset!"); \ +static_assert(offsetof(UNetworkSettings, NetworkEmulationProfiles) == 0x000058, "Member 'UNetworkSettings::NetworkEmulationProfiles' has a wrong offset!"); \ +static_assert(offsetof(UNetworkSettings, PredefinedNetworkAssets) == 0x000068, "Member 'UNetworkSettings::PredefinedNetworkAssets' has a wrong offset!"); \ +static_assert(offsetof(UNetworkSettings, PredefinedNetworkActorClasses) == 0x000078, "Member 'UNetworkSettings::PredefinedNetworkActorClasses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INodeMappingProviderInterface \ +static_assert(alignof(INodeMappingProviderInterface) == 0x000001, "Wrong alignment on INodeMappingProviderInterface"); \ +static_assert(sizeof(INodeMappingProviderInterface) == 0x000001, "Wrong size on INodeMappingProviderInterface"); \ + +#define DUMPER7_ASSERTS_ANote \ +static_assert(alignof(ANote) == 0x000008, "Wrong alignment on ANote"); \ +static_assert(sizeof(ANote) == 0x0002A8, "Wrong size on ANote"); \ + +#define DUMPER7_ASSERTS_UObjectLibrary \ +static_assert(alignof(UObjectLibrary) == 0x000008, "Wrong alignment on UObjectLibrary"); \ +static_assert(sizeof(UObjectLibrary) == 0x0000B0, "Wrong size on UObjectLibrary"); \ +static_assert(offsetof(UObjectLibrary, ObjectBaseClass) == 0x000030, "Member 'UObjectLibrary::ObjectBaseClass' has a wrong offset!"); \ +static_assert(offsetof(UObjectLibrary, bHasBlueprintClasses) == 0x000038, "Member 'UObjectLibrary::bHasBlueprintClasses' has a wrong offset!"); \ +static_assert(offsetof(UObjectLibrary, Objects) == 0x000040, "Member 'UObjectLibrary::Objects' has a wrong offset!"); \ +static_assert(offsetof(UObjectLibrary, WeakObjects) == 0x000050, "Member 'UObjectLibrary::WeakObjects' has a wrong offset!"); \ +static_assert(offsetof(UObjectLibrary, bUseWeakReferences) == 0x000060, "Member 'UObjectLibrary::bUseWeakReferences' has a wrong offset!"); \ +static_assert(offsetof(UObjectLibrary, bIsFullyLoaded) == 0x000061, "Member 'UObjectLibrary::bIsFullyLoaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObjectReferencer \ +static_assert(alignof(UObjectReferencer) == 0x000008, "Wrong alignment on UObjectReferencer"); \ +static_assert(sizeof(UObjectReferencer) == 0x000040, "Wrong size on UObjectReferencer"); \ +static_assert(offsetof(UObjectReferencer, ReferencedObjects) == 0x000030, "Member 'UObjectReferencer::ReferencedObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObjectTraceWorldSubsystem \ +static_assert(alignof(UObjectTraceWorldSubsystem) == 0x000008, "Wrong alignment on UObjectTraceWorldSubsystem"); \ +static_assert(sizeof(UObjectTraceWorldSubsystem) == 0x000040, "Wrong size on UObjectTraceWorldSubsystem"); \ + +#define DUMPER7_ASSERTS_APainCausingVolume \ +static_assert(alignof(APainCausingVolume) == 0x000008, "Wrong alignment on APainCausingVolume"); \ +static_assert(sizeof(APainCausingVolume) == 0x000338, "Wrong size on APainCausingVolume"); \ +static_assert(offsetof(APainCausingVolume, DamagePerSec) == 0x000314, "Member 'APainCausingVolume::DamagePerSec' has a wrong offset!"); \ +static_assert(offsetof(APainCausingVolume, DamageType) == 0x000318, "Member 'APainCausingVolume::DamageType' has a wrong offset!"); \ +static_assert(offsetof(APainCausingVolume, PainInterval) == 0x000320, "Member 'APainCausingVolume::PainInterval' has a wrong offset!"); \ +static_assert(offsetof(APainCausingVolume, DamageInstigator) == 0x000328, "Member 'APainCausingVolume::DamageInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleEmitter \ +static_assert(alignof(UParticleEmitter) == 0x000008, "Wrong alignment on UParticleEmitter"); \ +static_assert(sizeof(UParticleEmitter) == 0x0001C0, "Wrong size on UParticleEmitter"); \ +static_assert(offsetof(UParticleEmitter, EmitterName) == 0x000030, "Member 'UParticleEmitter::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(UParticleEmitter, SubUVDataOffset) == 0x00003C, "Member 'UParticleEmitter::SubUVDataOffset' has a wrong offset!"); \ +static_assert(offsetof(UParticleEmitter, EmitterRenderMode) == 0x000040, "Member 'UParticleEmitter::EmitterRenderMode' has a wrong offset!"); \ +static_assert(offsetof(UParticleEmitter, SignificanceLevel) == 0x000041, "Member 'UParticleEmitter::SignificanceLevel' has a wrong offset!"); \ +static_assert(offsetof(UParticleEmitter, LODLevels) == 0x000048, "Member 'UParticleEmitter::LODLevels' has a wrong offset!"); \ +static_assert(offsetof(UParticleEmitter, PeakActiveParticles) == 0x000058, "Member 'UParticleEmitter::PeakActiveParticles' has a wrong offset!"); \ +static_assert(offsetof(UParticleEmitter, InitialAllocationCount) == 0x00005C, "Member 'UParticleEmitter::InitialAllocationCount' has a wrong offset!"); \ +static_assert(offsetof(UParticleEmitter, QualityLevelSpawnRateScale) == 0x000060, "Member 'UParticleEmitter::QualityLevelSpawnRateScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleEmitter, DetailModeBitmask) == 0x000064, "Member 'UParticleEmitter::DetailModeBitmask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystem_ContainsEmitterType \ +static_assert(alignof(ParticleSystem_ContainsEmitterType) == 0x000008, "Wrong alignment on ParticleSystem_ContainsEmitterType"); \ +static_assert(sizeof(ParticleSystem_ContainsEmitterType) == 0x000010, "Wrong size on ParticleSystem_ContainsEmitterType"); \ +static_assert(offsetof(ParticleSystem_ContainsEmitterType, TypeData) == 0x000000, "Member 'ParticleSystem_ContainsEmitterType::TypeData' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystem_ContainsEmitterType, ReturnValue) == 0x000008, "Member 'ParticleSystem_ContainsEmitterType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleSystem \ +static_assert(alignof(UParticleSystem) == 0x000008, "Wrong alignment on UParticleSystem"); \ +static_assert(sizeof(UParticleSystem) == 0x000118, "Wrong size on UParticleSystem"); \ +static_assert(offsetof(UParticleSystem, UpdateTime_FPS) == 0x000038, "Member 'UParticleSystem::UpdateTime_FPS' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, UpdateTime_Delta) == 0x00003C, "Member 'UParticleSystem::UpdateTime_Delta' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, WarmupTime) == 0x000040, "Member 'UParticleSystem::WarmupTime' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, WarmupTickRate) == 0x000044, "Member 'UParticleSystem::WarmupTickRate' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, Emitters) == 0x000048, "Member 'UParticleSystem::Emitters' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, PreviewComponent) == 0x000058, "Member 'UParticleSystem::PreviewComponent' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, CurveEdSetup) == 0x000060, "Member 'UParticleSystem::CurveEdSetup' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, LODDistanceCheckTime) == 0x000068, "Member 'UParticleSystem::LODDistanceCheckTime' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, MacroUVRadius) == 0x00006C, "Member 'UParticleSystem::MacroUVRadius' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, LODDistances) == 0x000070, "Member 'UParticleSystem::LODDistances' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, LODSettings) == 0x000080, "Member 'UParticleSystem::LODSettings' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, FixedRelativeBoundingBox) == 0x000090, "Member 'UParticleSystem::FixedRelativeBoundingBox' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, SecondsBeforeInactive) == 0x0000AC, "Member 'UParticleSystem::SecondsBeforeInactive' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, Delay) == 0x0000B0, "Member 'UParticleSystem::Delay' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, DelayLow) == 0x0000B4, "Member 'UParticleSystem::DelayLow' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, SystemUpdateMode) == 0x0000BA, "Member 'UParticleSystem::SystemUpdateMode' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, LODMethod) == 0x0000BB, "Member 'UParticleSystem::LODMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, InsignificantReaction) == 0x0000BC, "Member 'UParticleSystem::InsignificantReaction' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, OcclusionBoundsMethod) == 0x0000BD, "Member 'UParticleSystem::OcclusionBoundsMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, MaxSignificanceLevel) == 0x0000BF, "Member 'UParticleSystem::MaxSignificanceLevel' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, MinTimeBetweenTicks) == 0x0000C0, "Member 'UParticleSystem::MinTimeBetweenTicks' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, InsignificanceDelay) == 0x0000C4, "Member 'UParticleSystem::InsignificanceDelay' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, MacroUVPosition) == 0x0000C8, "Member 'UParticleSystem::MacroUVPosition' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, CustomOcclusionBounds) == 0x0000D4, "Member 'UParticleSystem::CustomOcclusionBounds' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, SoloTracking) == 0x0000F0, "Member 'UParticleSystem::SoloTracking' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, NamedMaterialSlots) == 0x000100, "Member 'UParticleSystem::NamedMaterialSlots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAccelerationBase \ +static_assert(alignof(UParticleModuleAccelerationBase) == 0x000008, "Wrong alignment on UParticleModuleAccelerationBase"); \ +static_assert(sizeof(UParticleModuleAccelerationBase) == 0x000040, "Wrong size on UParticleModuleAccelerationBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAcceleration \ +static_assert(alignof(UParticleModuleAcceleration) == 0x000008, "Wrong alignment on UParticleModuleAcceleration"); \ +static_assert(sizeof(UParticleModuleAcceleration) == 0x000090, "Wrong size on UParticleModuleAcceleration"); \ +static_assert(offsetof(UParticleModuleAcceleration, Acceleration) == 0x000040, "Member 'UParticleModuleAcceleration::Acceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAccelerationConstant \ +static_assert(alignof(UParticleModuleAccelerationConstant) == 0x000008, "Wrong alignment on UParticleModuleAccelerationConstant"); \ +static_assert(sizeof(UParticleModuleAccelerationConstant) == 0x000050, "Wrong size on UParticleModuleAccelerationConstant"); \ +static_assert(offsetof(UParticleModuleAccelerationConstant, Acceleration) == 0x000040, "Member 'UParticleModuleAccelerationConstant::Acceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_SetDefaultAnimatingRig \ +static_assert(alignof(SkeletalMesh_SetDefaultAnimatingRig) == 0x000008, "Wrong alignment on SkeletalMesh_SetDefaultAnimatingRig"); \ +static_assert(sizeof(SkeletalMesh_SetDefaultAnimatingRig) == 0x000030, "Wrong size on SkeletalMesh_SetDefaultAnimatingRig"); \ +static_assert(offsetof(SkeletalMesh_SetDefaultAnimatingRig, InAnimatingRig) == 0x000000, "Member 'SkeletalMesh_SetDefaultAnimatingRig::InAnimatingRig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_SetLODSettings \ +static_assert(alignof(SkeletalMesh_SetLODSettings) == 0x000008, "Wrong alignment on SkeletalMesh_SetLODSettings"); \ +static_assert(sizeof(SkeletalMesh_SetLODSettings) == 0x000008, "Wrong size on SkeletalMesh_SetLODSettings"); \ +static_assert(offsetof(SkeletalMesh_SetLODSettings, InLODSettings) == 0x000000, "Member 'SkeletalMesh_SetLODSettings::InLODSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_SetMaterials \ +static_assert(alignof(SkeletalMesh_SetMaterials) == 0x000008, "Wrong alignment on SkeletalMesh_SetMaterials"); \ +static_assert(sizeof(SkeletalMesh_SetMaterials) == 0x000010, "Wrong size on SkeletalMesh_SetMaterials"); \ +static_assert(offsetof(SkeletalMesh_SetMaterials, InMaterials) == 0x000000, "Member 'SkeletalMesh_SetMaterials::InMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_SetMeshClothingAssets \ +static_assert(alignof(SkeletalMesh_SetMeshClothingAssets) == 0x000008, "Wrong alignment on SkeletalMesh_SetMeshClothingAssets"); \ +static_assert(sizeof(SkeletalMesh_SetMeshClothingAssets) == 0x000010, "Wrong size on SkeletalMesh_SetMeshClothingAssets"); \ +static_assert(offsetof(SkeletalMesh_SetMeshClothingAssets, InMeshClothingAssets) == 0x000000, "Member 'SkeletalMesh_SetMeshClothingAssets::InMeshClothingAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_SetMorphTargets \ +static_assert(alignof(SkeletalMesh_SetMorphTargets) == 0x000008, "Wrong alignment on SkeletalMesh_SetMorphTargets"); \ +static_assert(sizeof(SkeletalMesh_SetMorphTargets) == 0x000010, "Wrong size on SkeletalMesh_SetMorphTargets"); \ +static_assert(offsetof(SkeletalMesh_SetMorphTargets, InMorphTargets) == 0x000000, "Member 'SkeletalMesh_SetMorphTargets::InMorphTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_FindSocket \ +static_assert(alignof(SkeletalMesh_FindSocket) == 0x000008, "Wrong alignment on SkeletalMesh_FindSocket"); \ +static_assert(sizeof(SkeletalMesh_FindSocket) == 0x000018, "Wrong size on SkeletalMesh_FindSocket"); \ +static_assert(offsetof(SkeletalMesh_FindSocket, InSocketName) == 0x000000, "Member 'SkeletalMesh_FindSocket::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_FindSocket, ReturnValue) == 0x000010, "Member 'SkeletalMesh_FindSocket::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_FindSocketAndIndex \ +static_assert(alignof(SkeletalMesh_FindSocketAndIndex) == 0x000008, "Wrong alignment on SkeletalMesh_FindSocketAndIndex"); \ +static_assert(sizeof(SkeletalMesh_FindSocketAndIndex) == 0x000018, "Wrong size on SkeletalMesh_FindSocketAndIndex"); \ +static_assert(offsetof(SkeletalMesh_FindSocketAndIndex, InSocketName) == 0x000000, "Member 'SkeletalMesh_FindSocketAndIndex::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_FindSocketAndIndex, OutIndex) == 0x00000C, "Member 'SkeletalMesh_FindSocketAndIndex::OutIndex' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_FindSocketAndIndex, ReturnValue) == 0x000010, "Member 'SkeletalMesh_FindSocketAndIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_FindSocketInfo \ +static_assert(alignof(SkeletalMesh_FindSocketInfo) == 0x000010, "Wrong alignment on SkeletalMesh_FindSocketInfo"); \ +static_assert(sizeof(SkeletalMesh_FindSocketInfo) == 0x000050, "Wrong size on SkeletalMesh_FindSocketInfo"); \ +static_assert(offsetof(SkeletalMesh_FindSocketInfo, InSocketName) == 0x000000, "Member 'SkeletalMesh_FindSocketInfo::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_FindSocketInfo, OutTransform) == 0x000010, "Member 'SkeletalMesh_FindSocketInfo::OutTransform' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_FindSocketInfo, OutBoneIndex) == 0x000040, "Member 'SkeletalMesh_FindSocketInfo::OutBoneIndex' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_FindSocketInfo, OutIndex) == 0x000044, "Member 'SkeletalMesh_FindSocketInfo::OutIndex' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_FindSocketInfo, ReturnValue) == 0x000048, "Member 'SkeletalMesh_FindSocketInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetBounds \ +static_assert(alignof(SkeletalMesh_GetBounds) == 0x000004, "Wrong alignment on SkeletalMesh_GetBounds"); \ +static_assert(sizeof(SkeletalMesh_GetBounds) == 0x00001C, "Wrong size on SkeletalMesh_GetBounds"); \ +static_assert(offsetof(SkeletalMesh_GetBounds, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetDefaultAnimatingRig \ +static_assert(alignof(SkeletalMesh_GetDefaultAnimatingRig) == 0x000008, "Wrong alignment on SkeletalMesh_GetDefaultAnimatingRig"); \ +static_assert(sizeof(SkeletalMesh_GetDefaultAnimatingRig) == 0x000030, "Wrong size on SkeletalMesh_GetDefaultAnimatingRig"); \ +static_assert(offsetof(SkeletalMesh_GetDefaultAnimatingRig, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetDefaultAnimatingRig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetImportedBounds \ +static_assert(alignof(SkeletalMesh_GetImportedBounds) == 0x000004, "Wrong alignment on SkeletalMesh_GetImportedBounds"); \ +static_assert(sizeof(SkeletalMesh_GetImportedBounds) == 0x00001C, "Wrong size on SkeletalMesh_GetImportedBounds"); \ +static_assert(offsetof(SkeletalMesh_GetImportedBounds, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetImportedBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetLODSettings \ +static_assert(alignof(SkeletalMesh_GetLODSettings) == 0x000008, "Wrong alignment on SkeletalMesh_GetLODSettings"); \ +static_assert(sizeof(SkeletalMesh_GetLODSettings) == 0x000008, "Wrong size on SkeletalMesh_GetLODSettings"); \ +static_assert(offsetof(SkeletalMesh_GetLODSettings, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetLODSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetMaterials \ +static_assert(alignof(SkeletalMesh_GetMaterials) == 0x000008, "Wrong alignment on SkeletalMesh_GetMaterials"); \ +static_assert(sizeof(SkeletalMesh_GetMaterials) == 0x000010, "Wrong size on SkeletalMesh_GetMaterials"); \ +static_assert(offsetof(SkeletalMesh_GetMaterials, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetMaterials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetMeshClothingAssets \ +static_assert(alignof(SkeletalMesh_GetMeshClothingAssets) == 0x000008, "Wrong alignment on SkeletalMesh_GetMeshClothingAssets"); \ +static_assert(sizeof(SkeletalMesh_GetMeshClothingAssets) == 0x000010, "Wrong size on SkeletalMesh_GetMeshClothingAssets"); \ +static_assert(offsetof(SkeletalMesh_GetMeshClothingAssets, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetMeshClothingAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetMorphTargets \ +static_assert(alignof(SkeletalMesh_GetMorphTargets) == 0x000008, "Wrong alignment on SkeletalMesh_GetMorphTargets"); \ +static_assert(sizeof(SkeletalMesh_GetMorphTargets) == 0x000010, "Wrong size on SkeletalMesh_GetMorphTargets"); \ +static_assert(offsetof(SkeletalMesh_GetMorphTargets, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetMorphTargets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetNodeMappingContainer \ +static_assert(alignof(SkeletalMesh_GetNodeMappingContainer) == 0x000008, "Wrong alignment on SkeletalMesh_GetNodeMappingContainer"); \ +static_assert(sizeof(SkeletalMesh_GetNodeMappingContainer) == 0x000010, "Wrong size on SkeletalMesh_GetNodeMappingContainer"); \ +static_assert(offsetof(SkeletalMesh_GetNodeMappingContainer, SourceAsset) == 0x000000, "Member 'SkeletalMesh_GetNodeMappingContainer::SourceAsset' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_GetNodeMappingContainer, ReturnValue) == 0x000008, "Member 'SkeletalMesh_GetNodeMappingContainer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetNodeMappingData \ +static_assert(alignof(SkeletalMesh_GetNodeMappingData) == 0x000008, "Wrong alignment on SkeletalMesh_GetNodeMappingData"); \ +static_assert(sizeof(SkeletalMesh_GetNodeMappingData) == 0x000010, "Wrong size on SkeletalMesh_GetNodeMappingData"); \ +static_assert(offsetof(SkeletalMesh_GetNodeMappingData, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetNodeMappingData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetPhysicsAsset \ +static_assert(alignof(SkeletalMesh_GetPhysicsAsset) == 0x000008, "Wrong alignment on SkeletalMesh_GetPhysicsAsset"); \ +static_assert(sizeof(SkeletalMesh_GetPhysicsAsset) == 0x000008, "Wrong size on SkeletalMesh_GetPhysicsAsset"); \ +static_assert(offsetof(SkeletalMesh_GetPhysicsAsset, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetPhysicsAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetShadowPhysicsAsset \ +static_assert(alignof(SkeletalMesh_GetShadowPhysicsAsset) == 0x000008, "Wrong alignment on SkeletalMesh_GetShadowPhysicsAsset"); \ +static_assert(sizeof(SkeletalMesh_GetShadowPhysicsAsset) == 0x000008, "Wrong size on SkeletalMesh_GetShadowPhysicsAsset"); \ +static_assert(offsetof(SkeletalMesh_GetShadowPhysicsAsset, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetShadowPhysicsAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetSkeleton \ +static_assert(alignof(SkeletalMesh_GetSkeleton) == 0x000008, "Wrong alignment on SkeletalMesh_GetSkeleton"); \ +static_assert(sizeof(SkeletalMesh_GetSkeleton) == 0x000008, "Wrong size on SkeletalMesh_GetSkeleton"); \ +static_assert(offsetof(SkeletalMesh_GetSkeleton, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetSkeleton::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetSocketByIndex \ +static_assert(alignof(SkeletalMesh_GetSocketByIndex) == 0x000008, "Wrong alignment on SkeletalMesh_GetSocketByIndex"); \ +static_assert(sizeof(SkeletalMesh_GetSocketByIndex) == 0x000010, "Wrong size on SkeletalMesh_GetSocketByIndex"); \ +static_assert(offsetof(SkeletalMesh_GetSocketByIndex, Index_0) == 0x000000, "Member 'SkeletalMesh_GetSocketByIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_GetSocketByIndex, ReturnValue) == 0x000008, "Member 'SkeletalMesh_GetSocketByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_IsSectionUsingCloth \ +static_assert(alignof(SkeletalMesh_IsSectionUsingCloth) == 0x000004, "Wrong alignment on SkeletalMesh_IsSectionUsingCloth"); \ +static_assert(sizeof(SkeletalMesh_IsSectionUsingCloth) == 0x000008, "Wrong size on SkeletalMesh_IsSectionUsingCloth"); \ +static_assert(offsetof(SkeletalMesh_IsSectionUsingCloth, InSectionIndex) == 0x000000, "Member 'SkeletalMesh_IsSectionUsingCloth::InSectionIndex' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_IsSectionUsingCloth, bCheckCorrespondingSections) == 0x000004, "Member 'SkeletalMesh_IsSectionUsingCloth::bCheckCorrespondingSections' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_IsSectionUsingCloth, ReturnValue) == 0x000005, "Member 'SkeletalMesh_IsSectionUsingCloth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_K2_GetAllMorphTargetNames \ +static_assert(alignof(SkeletalMesh_K2_GetAllMorphTargetNames) == 0x000008, "Wrong alignment on SkeletalMesh_K2_GetAllMorphTargetNames"); \ +static_assert(sizeof(SkeletalMesh_K2_GetAllMorphTargetNames) == 0x000010, "Wrong size on SkeletalMesh_K2_GetAllMorphTargetNames"); \ +static_assert(offsetof(SkeletalMesh_K2_GetAllMorphTargetNames, ReturnValue) == 0x000000, "Member 'SkeletalMesh_K2_GetAllMorphTargetNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_NumSockets \ +static_assert(alignof(SkeletalMesh_NumSockets) == 0x000004, "Wrong alignment on SkeletalMesh_NumSockets"); \ +static_assert(sizeof(SkeletalMesh_NumSockets) == 0x000004, "Wrong size on SkeletalMesh_NumSockets"); \ +static_assert(offsetof(SkeletalMesh_NumSockets, ReturnValue) == 0x000000, "Member 'SkeletalMesh_NumSockets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeletalMesh \ +static_assert(alignof(USkeletalMesh) == 0x000008, "Wrong alignment on USkeletalMesh"); \ +static_assert(sizeof(USkeletalMesh) == 0x0003A8, "Wrong size on USkeletalMesh"); \ +static_assert(offsetof(USkeletalMesh, Skeleton) == 0x000088, "Member 'USkeletalMesh::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, ImportedBounds) == 0x000090, "Member 'USkeletalMesh::ImportedBounds' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, ExtendedBounds) == 0x0000AC, "Member 'USkeletalMesh::ExtendedBounds' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, PositiveBoundsExtension) == 0x0000C8, "Member 'USkeletalMesh::PositiveBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, NegativeBoundsExtension) == 0x0000D4, "Member 'USkeletalMesh::NegativeBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, Materials) == 0x0000E0, "Member 'USkeletalMesh::Materials' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, SkelMirrorTable) == 0x0000F0, "Member 'USkeletalMesh::SkelMirrorTable' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, LODInfo) == 0x000100, "Member 'USkeletalMesh::LODInfo' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, MinLod) == 0x000160, "Member 'USkeletalMesh::MinLod' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, DisableBelowMinLodStripping) == 0x000164, "Member 'USkeletalMesh::DisableBelowMinLodStripping' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, SkelMirrorAxis) == 0x000165, "Member 'USkeletalMesh::SkelMirrorAxis' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, SkelMirrorFlipAxis) == 0x000166, "Member 'USkeletalMesh::SkelMirrorFlipAxis' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, BodySetup) == 0x000168, "Member 'USkeletalMesh::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, PhysicsAsset) == 0x000170, "Member 'USkeletalMesh::PhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, ShadowPhysicsAsset) == 0x000178, "Member 'USkeletalMesh::ShadowPhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, NodeMappingData) == 0x000180, "Member 'USkeletalMesh::NodeMappingData' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, MorphTargets) == 0x000198, "Member 'USkeletalMesh::MorphTargets' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, PostProcessAnimBlueprint) == 0x000320, "Member 'USkeletalMesh::PostProcessAnimBlueprint' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, MeshClothingAssets) == 0x000328, "Member 'USkeletalMesh::MeshClothingAssets' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, SamplingInfo) == 0x000338, "Member 'USkeletalMesh::SamplingInfo' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, AssetUserData) == 0x000368, "Member 'USkeletalMesh::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, Sockets) == 0x000378, "Member 'USkeletalMesh::Sockets' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, SkinWeightProfiles) == 0x000398, "Member 'USkeletalMesh::SkinWeightProfiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAccelerationDrag \ +static_assert(alignof(UParticleModuleAccelerationDrag) == 0x000008, "Wrong alignment on UParticleModuleAccelerationDrag"); \ +static_assert(sizeof(UParticleModuleAccelerationDrag) == 0x000078, "Wrong size on UParticleModuleAccelerationDrag"); \ +static_assert(offsetof(UParticleModuleAccelerationDrag, DragCoefficient) == 0x000040, "Member 'UParticleModuleAccelerationDrag::DragCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAccelerationDrag, DragCoefficientRaw) == 0x000048, "Member 'UParticleModuleAccelerationDrag::DragCoefficientRaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAccelerationDragScaleOverLife \ +static_assert(alignof(UParticleModuleAccelerationDragScaleOverLife) == 0x000008, "Wrong alignment on UParticleModuleAccelerationDragScaleOverLife"); \ +static_assert(sizeof(UParticleModuleAccelerationDragScaleOverLife) == 0x000078, "Wrong size on UParticleModuleAccelerationDragScaleOverLife"); \ +static_assert(offsetof(UParticleModuleAccelerationDragScaleOverLife, DragScale) == 0x000040, "Member 'UParticleModuleAccelerationDragScaleOverLife::DragScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAccelerationDragScaleOverLife, DragScaleRaw) == 0x000048, "Member 'UParticleModuleAccelerationDragScaleOverLife::DragScaleRaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAccelerationOverLifetime \ +static_assert(alignof(UParticleModuleAccelerationOverLifetime) == 0x000008, "Wrong alignment on UParticleModuleAccelerationOverLifetime"); \ +static_assert(sizeof(UParticleModuleAccelerationOverLifetime) == 0x000088, "Wrong size on UParticleModuleAccelerationOverLifetime"); \ +static_assert(offsetof(UParticleModuleAccelerationOverLifetime, AccelOverLife) == 0x000040, "Member 'UParticleModuleAccelerationOverLifetime::AccelOverLife' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAttractorBase \ +static_assert(alignof(UParticleModuleAttractorBase) == 0x000008, "Wrong alignment on UParticleModuleAttractorBase"); \ +static_assert(sizeof(UParticleModuleAttractorBase) == 0x000038, "Wrong size on UParticleModuleAttractorBase"); \ + +#define DUMPER7_ASSERTS_USkeletalMeshSimplificationSettings \ +static_assert(alignof(USkeletalMeshSimplificationSettings) == 0x000008, "Wrong alignment on USkeletalMeshSimplificationSettings"); \ +static_assert(sizeof(USkeletalMeshSimplificationSettings) == 0x000058, "Wrong size on USkeletalMeshSimplificationSettings"); \ +static_assert(offsetof(USkeletalMeshSimplificationSettings, SkeletalMeshReductionModuleName) == 0x000048, "Member 'USkeletalMeshSimplificationSettings::SkeletalMeshReductionModuleName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAttractorLine \ +static_assert(alignof(UParticleModuleAttractorLine) == 0x000008, "Wrong alignment on UParticleModuleAttractorLine"); \ +static_assert(sizeof(UParticleModuleAttractorLine) == 0x0000B0, "Wrong size on UParticleModuleAttractorLine"); \ +static_assert(offsetof(UParticleModuleAttractorLine, EndPoint0) == 0x000038, "Member 'UParticleModuleAttractorLine::EndPoint0' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorLine, EndPoint1) == 0x000044, "Member 'UParticleModuleAttractorLine::EndPoint1' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorLine, Range) == 0x000050, "Member 'UParticleModuleAttractorLine::Range' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorLine, Strength) == 0x000080, "Member 'UParticleModuleAttractorLine::Strength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAttractorParticle \ +static_assert(alignof(UParticleModuleAttractorParticle) == 0x000008, "Wrong alignment on UParticleModuleAttractorParticle"); \ +static_assert(sizeof(UParticleModuleAttractorParticle) == 0x0000C0, "Wrong size on UParticleModuleAttractorParticle"); \ +static_assert(offsetof(UParticleModuleAttractorParticle, EmitterName) == 0x000038, "Member 'UParticleModuleAttractorParticle::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorParticle, Range) == 0x000048, "Member 'UParticleModuleAttractorParticle::Range' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorParticle, Strength) == 0x000080, "Member 'UParticleModuleAttractorParticle::Strength' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorParticle, SelectionMethod) == 0x0000B4, "Member 'UParticleModuleAttractorParticle::SelectionMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorParticle, LastSelIndex) == 0x0000BC, "Member 'UParticleModuleAttractorParticle::LastSelIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAttractorPoint \ +static_assert(alignof(UParticleModuleAttractorPoint) == 0x000008, "Wrong alignment on UParticleModuleAttractorPoint"); \ +static_assert(sizeof(UParticleModuleAttractorPoint) == 0x0000E8, "Wrong size on UParticleModuleAttractorPoint"); \ +static_assert(offsetof(UParticleModuleAttractorPoint, Position) == 0x000038, "Member 'UParticleModuleAttractorPoint::Position' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorPoint, Range) == 0x000080, "Member 'UParticleModuleAttractorPoint::Range' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorPoint, Strength) == 0x0000B0, "Member 'UParticleModuleAttractorPoint::Strength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleAttractorPointGravity \ +static_assert(alignof(UParticleModuleAttractorPointGravity) == 0x000008, "Wrong alignment on UParticleModuleAttractorPointGravity"); \ +static_assert(sizeof(UParticleModuleAttractorPointGravity) == 0x000080, "Wrong size on UParticleModuleAttractorPointGravity"); \ +static_assert(offsetof(UParticleModuleAttractorPointGravity, Position) == 0x000038, "Member 'UParticleModuleAttractorPointGravity::Position' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorPointGravity, Radius) == 0x000044, "Member 'UParticleModuleAttractorPointGravity::Radius' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorPointGravity, Strength) == 0x000048, "Member 'UParticleModuleAttractorPointGravity::Strength' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleAttractorPointGravity, StrengthRaw) == 0x000050, "Member 'UParticleModuleAttractorPointGravity::StrengthRaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetCubemap \ +static_assert(alignof(SkyLightComponent_SetCubemap) == 0x000008, "Wrong alignment on SkyLightComponent_SetCubemap"); \ +static_assert(sizeof(SkyLightComponent_SetCubemap) == 0x000008, "Wrong size on SkyLightComponent_SetCubemap"); \ +static_assert(offsetof(SkyLightComponent_SetCubemap, NewCubemap) == 0x000000, "Member 'SkyLightComponent_SetCubemap::NewCubemap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetCubemapBlend \ +static_assert(alignof(SkyLightComponent_SetCubemapBlend) == 0x000008, "Wrong alignment on SkyLightComponent_SetCubemapBlend"); \ +static_assert(sizeof(SkyLightComponent_SetCubemapBlend) == 0x000018, "Wrong size on SkyLightComponent_SetCubemapBlend"); \ +static_assert(offsetof(SkyLightComponent_SetCubemapBlend, SourceCubemap) == 0x000000, "Member 'SkyLightComponent_SetCubemapBlend::SourceCubemap' has a wrong offset!"); \ +static_assert(offsetof(SkyLightComponent_SetCubemapBlend, DestinationCubemap) == 0x000008, "Member 'SkyLightComponent_SetCubemapBlend::DestinationCubemap' has a wrong offset!"); \ +static_assert(offsetof(SkyLightComponent_SetCubemapBlend, InBlendFraction) == 0x000010, "Member 'SkyLightComponent_SetCubemapBlend::InBlendFraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetIndirectLightingIntensity \ +static_assert(alignof(SkyLightComponent_SetIndirectLightingIntensity) == 0x000004, "Wrong alignment on SkyLightComponent_SetIndirectLightingIntensity"); \ +static_assert(sizeof(SkyLightComponent_SetIndirectLightingIntensity) == 0x000004, "Wrong size on SkyLightComponent_SetIndirectLightingIntensity"); \ +static_assert(offsetof(SkyLightComponent_SetIndirectLightingIntensity, NewIntensity) == 0x000000, "Member 'SkyLightComponent_SetIndirectLightingIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetIntensity \ +static_assert(alignof(SkyLightComponent_SetIntensity) == 0x000004, "Wrong alignment on SkyLightComponent_SetIntensity"); \ +static_assert(sizeof(SkyLightComponent_SetIntensity) == 0x000004, "Wrong size on SkyLightComponent_SetIntensity"); \ +static_assert(offsetof(SkyLightComponent_SetIntensity, NewIntensity) == 0x000000, "Member 'SkyLightComponent_SetIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetLightColor \ +static_assert(alignof(SkyLightComponent_SetLightColor) == 0x000004, "Wrong alignment on SkyLightComponent_SetLightColor"); \ +static_assert(sizeof(SkyLightComponent_SetLightColor) == 0x000010, "Wrong size on SkyLightComponent_SetLightColor"); \ +static_assert(offsetof(SkyLightComponent_SetLightColor, NewLightColor) == 0x000000, "Member 'SkyLightComponent_SetLightColor::NewLightColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetLowerHemisphereColor \ +static_assert(alignof(SkyLightComponent_SetLowerHemisphereColor) == 0x000004, "Wrong alignment on SkyLightComponent_SetLowerHemisphereColor"); \ +static_assert(sizeof(SkyLightComponent_SetLowerHemisphereColor) == 0x000010, "Wrong size on SkyLightComponent_SetLowerHemisphereColor"); \ +static_assert(offsetof(SkyLightComponent_SetLowerHemisphereColor, InLowerHemisphereColor) == 0x000000, "Member 'SkyLightComponent_SetLowerHemisphereColor::InLowerHemisphereColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetMinOcclusion \ +static_assert(alignof(SkyLightComponent_SetMinOcclusion) == 0x000004, "Wrong alignment on SkyLightComponent_SetMinOcclusion"); \ +static_assert(sizeof(SkyLightComponent_SetMinOcclusion) == 0x000004, "Wrong size on SkyLightComponent_SetMinOcclusion"); \ +static_assert(offsetof(SkyLightComponent_SetMinOcclusion, InMinOcclusion) == 0x000000, "Member 'SkyLightComponent_SetMinOcclusion::InMinOcclusion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetOcclusionContrast \ +static_assert(alignof(SkyLightComponent_SetOcclusionContrast) == 0x000004, "Wrong alignment on SkyLightComponent_SetOcclusionContrast"); \ +static_assert(sizeof(SkyLightComponent_SetOcclusionContrast) == 0x000004, "Wrong size on SkyLightComponent_SetOcclusionContrast"); \ +static_assert(offsetof(SkyLightComponent_SetOcclusionContrast, InOcclusionContrast) == 0x000000, "Member 'SkyLightComponent_SetOcclusionContrast::InOcclusionContrast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetOcclusionExponent \ +static_assert(alignof(SkyLightComponent_SetOcclusionExponent) == 0x000004, "Wrong alignment on SkyLightComponent_SetOcclusionExponent"); \ +static_assert(sizeof(SkyLightComponent_SetOcclusionExponent) == 0x000004, "Wrong size on SkyLightComponent_SetOcclusionExponent"); \ +static_assert(offsetof(SkyLightComponent_SetOcclusionExponent, InOcclusionExponent) == 0x000000, "Member 'SkyLightComponent_SetOcclusionExponent::InOcclusionExponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetOcclusionTint \ +static_assert(alignof(SkyLightComponent_SetOcclusionTint) == 0x000004, "Wrong alignment on SkyLightComponent_SetOcclusionTint"); \ +static_assert(sizeof(SkyLightComponent_SetOcclusionTint) == 0x000004, "Wrong size on SkyLightComponent_SetOcclusionTint"); \ +static_assert(offsetof(SkyLightComponent_SetOcclusionTint, InTint) == 0x000000, "Member 'SkyLightComponent_SetOcclusionTint::InTint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetVolumetricScatteringIntensity \ +static_assert(alignof(SkyLightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong alignment on SkyLightComponent_SetVolumetricScatteringIntensity"); \ +static_assert(sizeof(SkyLightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong size on SkyLightComponent_SetVolumetricScatteringIntensity"); \ +static_assert(offsetof(SkyLightComponent_SetVolumetricScatteringIntensity, NewIntensity) == 0x000000, "Member 'SkyLightComponent_SetVolumetricScatteringIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkyLightComponent \ +static_assert(alignof(USkyLightComponent) == 0x000010, "Wrong alignment on USkyLightComponent"); \ +static_assert(sizeof(USkyLightComponent) == 0x000430, "Wrong size on USkyLightComponent"); \ +static_assert(offsetof(USkyLightComponent, bRealTimeCapture) == 0x000258, "Member 'USkyLightComponent::bRealTimeCapture' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, SourceType) == 0x000259, "Member 'USkyLightComponent::SourceType' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, Cubemap) == 0x000260, "Member 'USkyLightComponent::Cubemap' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, SourceCubemapAngle) == 0x000268, "Member 'USkyLightComponent::SourceCubemapAngle' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, CubemapResolution) == 0x00026C, "Member 'USkyLightComponent::CubemapResolution' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, SkyDistanceThreshold) == 0x000270, "Member 'USkyLightComponent::SkyDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, bCaptureEmissiveOnly) == 0x000274, "Member 'USkyLightComponent::bCaptureEmissiveOnly' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, bLowerHemisphereIsBlack) == 0x000275, "Member 'USkyLightComponent::bLowerHemisphereIsBlack' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, LowerHemisphereColor) == 0x000278, "Member 'USkyLightComponent::LowerHemisphereColor' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, OcclusionMaxDistance) == 0x000288, "Member 'USkyLightComponent::OcclusionMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, Contrast) == 0x00028C, "Member 'USkyLightComponent::Contrast' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, OcclusionExponent) == 0x000290, "Member 'USkyLightComponent::OcclusionExponent' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, MinOcclusion) == 0x000294, "Member 'USkyLightComponent::MinOcclusion' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, OcclusionTint) == 0x000298, "Member 'USkyLightComponent::OcclusionTint' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionStrength) == 0x0002A0, "Member 'USkyLightComponent::CloudAmbientOcclusionStrength' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionExtent) == 0x0002A4, "Member 'USkyLightComponent::CloudAmbientOcclusionExtent' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionMapResolutionScale) == 0x0002A8, "Member 'USkyLightComponent::CloudAmbientOcclusionMapResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionApertureScale) == 0x0002AC, "Member 'USkyLightComponent::CloudAmbientOcclusionApertureScale' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, OcclusionCombineMode) == 0x0002B0, "Member 'USkyLightComponent::OcclusionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, LightingChannels) == 0x0002B1, "Member 'USkyLightComponent::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, BlendDestinationCubemap) == 0x000358, "Member 'USkyLightComponent::BlendDestinationCubemap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleBeamBase \ +static_assert(alignof(UParticleModuleBeamBase) == 0x000008, "Wrong alignment on UParticleModuleBeamBase"); \ +static_assert(sizeof(UParticleModuleBeamBase) == 0x000038, "Wrong size on UParticleModuleBeamBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleBeamModifier \ +static_assert(alignof(UParticleModuleBeamModifier) == 0x000008, "Wrong alignment on UParticleModuleBeamModifier"); \ +static_assert(sizeof(UParticleModuleBeamModifier) == 0x000110, "Wrong size on UParticleModuleBeamModifier"); \ +static_assert(offsetof(UParticleModuleBeamModifier, ModifierType) == 0x000038, "Member 'UParticleModuleBeamModifier::ModifierType' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamModifier, PositionOptions) == 0x00003C, "Member 'UParticleModuleBeamModifier::PositionOptions' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamModifier, Position) == 0x000040, "Member 'UParticleModuleBeamModifier::Position' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamModifier, TangentOptions) == 0x000088, "Member 'UParticleModuleBeamModifier::TangentOptions' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamModifier, Tangent) == 0x000090, "Member 'UParticleModuleBeamModifier::Tangent' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamModifier, StrengthOptions) == 0x0000DC, "Member 'UParticleModuleBeamModifier::StrengthOptions' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamModifier, Strength) == 0x0000E0, "Member 'UParticleModuleBeamModifier::Strength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleBeamNoise \ +static_assert(alignof(UParticleModuleBeamNoise) == 0x000008, "Wrong alignment on UParticleModuleBeamNoise"); \ +static_assert(sizeof(UParticleModuleBeamNoise) == 0x000198, "Wrong size on UParticleModuleBeamNoise"); \ +static_assert(offsetof(UParticleModuleBeamNoise, Frequency) == 0x00003C, "Member 'UParticleModuleBeamNoise::Frequency' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamNoise, Frequency_LowRange) == 0x000040, "Member 'UParticleModuleBeamNoise::Frequency_LowRange' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamNoise, NoiseRange) == 0x000048, "Member 'UParticleModuleBeamNoise::NoiseRange' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamNoise, NoiseRangeScale) == 0x000090, "Member 'UParticleModuleBeamNoise::NoiseRangeScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamNoise, NoiseSpeed) == 0x0000C8, "Member 'UParticleModuleBeamNoise::NoiseSpeed' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamNoise, NoiseLockRadius) == 0x000114, "Member 'UParticleModuleBeamNoise::NoiseLockRadius' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamNoise, NoiseLockTime) == 0x00011C, "Member 'UParticleModuleBeamNoise::NoiseLockTime' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamNoise, NoiseTension) == 0x000120, "Member 'UParticleModuleBeamNoise::NoiseTension' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamNoise, NoiseTangentStrength) == 0x000128, "Member 'UParticleModuleBeamNoise::NoiseTangentStrength' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamNoise, NoiseTessellation) == 0x000158, "Member 'UParticleModuleBeamNoise::NoiseTessellation' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamNoise, FrequencyDistance) == 0x000160, "Member 'UParticleModuleBeamNoise::FrequencyDistance' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamNoise, NoiseScale) == 0x000168, "Member 'UParticleModuleBeamNoise::NoiseScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleBeamSource \ +static_assert(alignof(UParticleModuleBeamSource) == 0x000008, "Wrong alignment on UParticleModuleBeamSource"); \ +static_assert(sizeof(UParticleModuleBeamSource) == 0x000128, "Wrong size on UParticleModuleBeamSource"); \ +static_assert(offsetof(UParticleModuleBeamSource, SourceMethod) == 0x000038, "Member 'UParticleModuleBeamSource::SourceMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamSource, SourceName) == 0x00003C, "Member 'UParticleModuleBeamSource::SourceName' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamSource, Source) == 0x000050, "Member 'UParticleModuleBeamSource::Source' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamSource, SourceTangentMethod) == 0x00009C, "Member 'UParticleModuleBeamSource::SourceTangentMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamSource, SourceTangent) == 0x0000A0, "Member 'UParticleModuleBeamSource::SourceTangent' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamSource, SourceStrength) == 0x0000F0, "Member 'UParticleModuleBeamSource::SourceStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundAttenuation \ +static_assert(alignof(USoundAttenuation) == 0x000008, "Wrong alignment on USoundAttenuation"); \ +static_assert(sizeof(USoundAttenuation) == 0x0003D0, "Wrong size on USoundAttenuation"); \ +static_assert(offsetof(USoundAttenuation, Attenuation) == 0x000030, "Member 'USoundAttenuation::Attenuation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleBeamTarget \ +static_assert(alignof(UParticleModuleBeamTarget) == 0x000008, "Wrong alignment on UParticleModuleBeamTarget"); \ +static_assert(sizeof(UParticleModuleBeamTarget) == 0x000128, "Wrong size on UParticleModuleBeamTarget"); \ +static_assert(offsetof(UParticleModuleBeamTarget, TargetMethod) == 0x000038, "Member 'UParticleModuleBeamTarget::TargetMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamTarget, TargetName) == 0x00003C, "Member 'UParticleModuleBeamTarget::TargetName' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamTarget, Target) == 0x000048, "Member 'UParticleModuleBeamTarget::Target' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamTarget, TargetTangentMethod) == 0x000094, "Member 'UParticleModuleBeamTarget::TargetTangentMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamTarget, TargetTangent) == 0x000098, "Member 'UParticleModuleBeamTarget::TargetTangent' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamTarget, TargetStrength) == 0x0000E8, "Member 'UParticleModuleBeamTarget::TargetStrength' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleBeamTarget, LockRadius) == 0x00011C, "Member 'UParticleModuleBeamTarget::LockRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleCameraBase \ +static_assert(alignof(UParticleModuleCameraBase) == 0x000008, "Wrong alignment on UParticleModuleCameraBase"); \ +static_assert(sizeof(UParticleModuleCameraBase) == 0x000038, "Wrong size on UParticleModuleCameraBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleCameraOffset \ +static_assert(alignof(UParticleModuleCameraOffset) == 0x000008, "Wrong alignment on UParticleModuleCameraOffset"); \ +static_assert(sizeof(UParticleModuleCameraOffset) == 0x000070, "Wrong size on UParticleModuleCameraOffset"); \ +static_assert(offsetof(UParticleModuleCameraOffset, CameraOffset) == 0x000038, "Member 'UParticleModuleCameraOffset::CameraOffset' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCameraOffset, UpdateMethod) == 0x00006C, "Member 'UParticleModuleCameraOffset::UpdateMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleCollisionBase \ +static_assert(alignof(UParticleModuleCollisionBase) == 0x000008, "Wrong alignment on UParticleModuleCollisionBase"); \ +static_assert(sizeof(UParticleModuleCollisionBase) == 0x000038, "Wrong size on UParticleModuleCollisionBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleCollision \ +static_assert(alignof(UParticleModuleCollision) == 0x000008, "Wrong alignment on UParticleModuleCollision"); \ +static_assert(sizeof(UParticleModuleCollision) == 0x000198, "Wrong size on UParticleModuleCollision"); \ +static_assert(offsetof(UParticleModuleCollision, DampingFactor) == 0x000038, "Member 'UParticleModuleCollision::DampingFactor' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollision, DampingFactorRotation) == 0x000080, "Member 'UParticleModuleCollision::DampingFactorRotation' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollision, MaxCollisions) == 0x0000C8, "Member 'UParticleModuleCollision::MaxCollisions' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollision, CollisionCompletionOption) == 0x0000F8, "Member 'UParticleModuleCollision::CollisionCompletionOption' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollision, CollisionTypes) == 0x000100, "Member 'UParticleModuleCollision::CollisionTypes' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollision, ParticleMass) == 0x000120, "Member 'UParticleModuleCollision::ParticleMass' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollision, DirScalar) == 0x000150, "Member 'UParticleModuleCollision::DirScalar' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollision, VerticalFudgeFactor) == 0x000158, "Member 'UParticleModuleCollision::VerticalFudgeFactor' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollision, DelayAmount) == 0x000160, "Member 'UParticleModuleCollision::DelayAmount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollision, MaxCollisionDistance) == 0x000194, "Member 'UParticleModuleCollision::MaxCollisionDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IVisualLoggerDebugSnapshotInterface \ +static_assert(alignof(IVisualLoggerDebugSnapshotInterface) == 0x000001, "Wrong alignment on IVisualLoggerDebugSnapshotInterface"); \ +static_assert(sizeof(IVisualLoggerDebugSnapshotInterface) == 0x000001, "Wrong size on IVisualLoggerDebugSnapshotInterface"); \ + +#define DUMPER7_ASSERTS_UParticleModuleCollisionGPU \ +static_assert(alignof(UParticleModuleCollisionGPU) == 0x000008, "Wrong alignment on UParticleModuleCollisionGPU"); \ +static_assert(sizeof(UParticleModuleCollisionGPU) == 0x0000B0, "Wrong size on UParticleModuleCollisionGPU"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, Resilience) == 0x000038, "Member 'UParticleModuleCollisionGPU::Resilience' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, ResilienceScaleOverLife) == 0x000068, "Member 'UParticleModuleCollisionGPU::ResilienceScaleOverLife' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, Friction) == 0x000098, "Member 'UParticleModuleCollisionGPU::Friction' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, RandomSpread) == 0x00009C, "Member 'UParticleModuleCollisionGPU::RandomSpread' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, RandomDistribution) == 0x0000A0, "Member 'UParticleModuleCollisionGPU::RandomDistribution' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, RadiusScale) == 0x0000A4, "Member 'UParticleModuleCollisionGPU::RadiusScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, RadiusBias) == 0x0000A8, "Member 'UParticleModuleCollisionGPU::RadiusBias' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, Response) == 0x0000AC, "Member 'UParticleModuleCollisionGPU::Response' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCollisionGPU, CollisionMode) == 0x0000AD, "Member 'UParticleModuleCollisionGPU::CollisionMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleColorOverLife \ +static_assert(alignof(UParticleModuleColorOverLife) == 0x000008, "Wrong alignment on UParticleModuleColorOverLife"); \ +static_assert(sizeof(UParticleModuleColorOverLife) == 0x0000B8, "Wrong size on UParticleModuleColorOverLife"); \ +static_assert(offsetof(UParticleModuleColorOverLife, ColorOverLife) == 0x000038, "Member 'UParticleModuleColorOverLife::ColorOverLife' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleColorOverLife, AlphaOverLife) == 0x000080, "Member 'UParticleModuleColorOverLife::AlphaOverLife' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleColorScaleOverLife \ +static_assert(alignof(UParticleModuleColorScaleOverLife) == 0x000008, "Wrong alignment on UParticleModuleColorScaleOverLife"); \ +static_assert(sizeof(UParticleModuleColorScaleOverLife) == 0x0000B8, "Wrong size on UParticleModuleColorScaleOverLife"); \ +static_assert(offsetof(UParticleModuleColorScaleOverLife, ColorScaleOverLife) == 0x000038, "Member 'UParticleModuleColorScaleOverLife::ColorScaleOverLife' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleColorScaleOverLife, AlphaScaleOverLife) == 0x000080, "Member 'UParticleModuleColorScaleOverLife::AlphaScaleOverLife' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AVolumetricCloud \ +static_assert(alignof(AVolumetricCloud) == 0x000008, "Wrong alignment on AVolumetricCloud"); \ +static_assert(sizeof(AVolumetricCloud) == 0x0002B0, "Wrong size on AVolumetricCloud"); \ +static_assert(offsetof(AVolumetricCloud, VolumetricCloudComponent) == 0x0002A8, "Member 'AVolumetricCloud::VolumetricCloudComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleEventGenerator \ +static_assert(alignof(UParticleModuleEventGenerator) == 0x000008, "Wrong alignment on UParticleModuleEventGenerator"); \ +static_assert(sizeof(UParticleModuleEventGenerator) == 0x000048, "Wrong size on UParticleModuleEventGenerator"); \ +static_assert(offsetof(UParticleModuleEventGenerator, Events) == 0x000038, "Member 'UParticleModuleEventGenerator::Events' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleEventReceiverBase \ +static_assert(alignof(UParticleModuleEventReceiverBase) == 0x000008, "Wrong alignment on UParticleModuleEventReceiverBase"); \ +static_assert(sizeof(UParticleModuleEventReceiverBase) == 0x000048, "Wrong size on UParticleModuleEventReceiverBase"); \ +static_assert(offsetof(UParticleModuleEventReceiverBase, EventGeneratorType) == 0x000038, "Member 'UParticleModuleEventReceiverBase::EventGeneratorType' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleEventReceiverBase, EventName) == 0x00003C, "Member 'UParticleModuleEventReceiverBase::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleEventReceiverKillParticles \ +static_assert(alignof(UParticleModuleEventReceiverKillParticles) == 0x000008, "Wrong alignment on UParticleModuleEventReceiverKillParticles"); \ +static_assert(sizeof(UParticleModuleEventReceiverKillParticles) == 0x000050, "Wrong size on UParticleModuleEventReceiverKillParticles"); \ + +#define DUMPER7_ASSERTS_UParticleModuleEventReceiverSpawn \ +static_assert(alignof(UParticleModuleEventReceiverSpawn) == 0x000008, "Wrong alignment on UParticleModuleEventReceiverSpawn"); \ +static_assert(sizeof(UParticleModuleEventReceiverSpawn) == 0x0000E0, "Wrong size on UParticleModuleEventReceiverSpawn"); \ +static_assert(offsetof(UParticleModuleEventReceiverSpawn, SpawnCount) == 0x000048, "Member 'UParticleModuleEventReceiverSpawn::SpawnCount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleEventReceiverSpawn, InheritVelocityScale) == 0x000080, "Member 'UParticleModuleEventReceiverSpawn::InheritVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleEventReceiverSpawn, PhysicalMaterials) == 0x0000C8, "Member 'UParticleModuleEventReceiverSpawn::PhysicalMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldComposition \ +static_assert(alignof(UWorldComposition) == 0x000008, "Wrong alignment on UWorldComposition"); \ +static_assert(sizeof(UWorldComposition) == 0x000070, "Wrong size on UWorldComposition"); \ +static_assert(offsetof(UWorldComposition, TilesStreaming) == 0x000050, "Member 'UWorldComposition::TilesStreaming' has a wrong offset!"); \ +static_assert(offsetof(UWorldComposition, TilesStreamingTimeThreshold) == 0x000060, "Member 'UWorldComposition::TilesStreamingTimeThreshold' has a wrong offset!"); \ +static_assert(offsetof(UWorldComposition, bLoadAllTilesDuringCinematic) == 0x000068, "Member 'UWorldComposition::bLoadAllTilesDuringCinematic' has a wrong offset!"); \ +static_assert(offsetof(UWorldComposition, bRebaseOriginIn3DSpace) == 0x000069, "Member 'UWorldComposition::bRebaseOriginIn3DSpace' has a wrong offset!"); \ +static_assert(offsetof(UWorldComposition, RebaseOriginDistance) == 0x00006C, "Member 'UWorldComposition::RebaseOriginDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleEventSendToGame \ +static_assert(alignof(UParticleModuleEventSendToGame) == 0x000008, "Wrong alignment on UParticleModuleEventSendToGame"); \ +static_assert(sizeof(UParticleModuleEventSendToGame) == 0x000030, "Wrong size on UParticleModuleEventSendToGame"); \ + +#define DUMPER7_ASSERTS_UParticleModuleKillBase \ +static_assert(alignof(UParticleModuleKillBase) == 0x000008, "Wrong alignment on UParticleModuleKillBase"); \ +static_assert(sizeof(UParticleModuleKillBase) == 0x000038, "Wrong size on UParticleModuleKillBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleKillBox \ +static_assert(alignof(UParticleModuleKillBox) == 0x000008, "Wrong alignment on UParticleModuleKillBox"); \ +static_assert(sizeof(UParticleModuleKillBox) == 0x0000D0, "Wrong size on UParticleModuleKillBox"); \ +static_assert(offsetof(UParticleModuleKillBox, LowerLeftCorner) == 0x000038, "Member 'UParticleModuleKillBox::LowerLeftCorner' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleKillBox, UpperRightCorner) == 0x000080, "Member 'UParticleModuleKillBox::UpperRightCorner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleKillHeight \ +static_assert(alignof(UParticleModuleKillHeight) == 0x000008, "Wrong alignment on UParticleModuleKillHeight"); \ +static_assert(sizeof(UParticleModuleKillHeight) == 0x000070, "Wrong size on UParticleModuleKillHeight"); \ +static_assert(offsetof(UParticleModuleKillHeight, Height) == 0x000038, "Member 'UParticleModuleKillHeight::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLifetime \ +static_assert(alignof(UParticleModuleLifetime) == 0x000008, "Wrong alignment on UParticleModuleLifetime"); \ +static_assert(sizeof(UParticleModuleLifetime) == 0x000068, "Wrong size on UParticleModuleLifetime"); \ +static_assert(offsetof(UParticleModuleLifetime, Lifetime) == 0x000038, "Member 'UParticleModuleLifetime::Lifetime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLifetime_Seeded \ +static_assert(alignof(UParticleModuleLifetime_Seeded) == 0x000008, "Wrong alignment on UParticleModuleLifetime_Seeded"); \ +static_assert(sizeof(UParticleModuleLifetime_Seeded) == 0x000088, "Wrong size on UParticleModuleLifetime_Seeded"); \ +static_assert(offsetof(UParticleModuleLifetime_Seeded, RandomSeedInfo) == 0x000068, "Member 'UParticleModuleLifetime_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLightBase \ +static_assert(alignof(UParticleModuleLightBase) == 0x000008, "Wrong alignment on UParticleModuleLightBase"); \ +static_assert(sizeof(UParticleModuleLightBase) == 0x000038, "Wrong size on UParticleModuleLightBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLight \ +static_assert(alignof(UParticleModuleLight) == 0x000008, "Wrong alignment on UParticleModuleLight"); \ +static_assert(sizeof(UParticleModuleLight) == 0x000128, "Wrong size on UParticleModuleLight"); \ +static_assert(offsetof(UParticleModuleLight, bUseInverseSquaredFalloff) == 0x000038, "Member 'UParticleModuleLight::bUseInverseSquaredFalloff' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, bAffectsTranslucency) == 0x000039, "Member 'UParticleModuleLight::bAffectsTranslucency' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, bPreviewLightRadius) == 0x00003A, "Member 'UParticleModuleLight::bPreviewLightRadius' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, SpawnFraction) == 0x00003C, "Member 'UParticleModuleLight::SpawnFraction' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, ColorScaleOverLife) == 0x000040, "Member 'UParticleModuleLight::ColorScaleOverLife' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, BrightnessOverLife) == 0x000088, "Member 'UParticleModuleLight::BrightnessOverLife' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, RadiusScale) == 0x0000B8, "Member 'UParticleModuleLight::RadiusScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, LightExponent) == 0x0000E8, "Member 'UParticleModuleLight::LightExponent' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, LightingChannels) == 0x000118, "Member 'UParticleModuleLight::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, VolumetricScatteringIntensity) == 0x00011C, "Member 'UParticleModuleLight::VolumetricScatteringIntensity' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, bHighQualityLights) == 0x000120, "Member 'UParticleModuleLight::bHighQualityLights' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, bShadowCastingLights) == 0x000121, "Member 'UParticleModuleLight::bShadowCastingLights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLight_Seeded \ +static_assert(alignof(UParticleModuleLight_Seeded) == 0x000008, "Wrong alignment on UParticleModuleLight_Seeded"); \ +static_assert(sizeof(UParticleModuleLight_Seeded) == 0x000148, "Wrong size on UParticleModuleLight_Seeded"); \ +static_assert(offsetof(UParticleModuleLight_Seeded, RandomSeedInfo) == 0x000128, "Member 'UParticleModuleLight_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationBoneSocket \ +static_assert(alignof(UParticleModuleLocationBoneSocket) == 0x000008, "Wrong alignment on UParticleModuleLocationBoneSocket"); \ +static_assert(sizeof(UParticleModuleLocationBoneSocket) == 0x000078, "Wrong size on UParticleModuleLocationBoneSocket"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, SourceType) == 0x000038, "Member 'UParticleModuleLocationBoneSocket::SourceType' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, UniversalOffset) == 0x00003C, "Member 'UParticleModuleLocationBoneSocket::UniversalOffset' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, SourceLocations) == 0x000048, "Member 'UParticleModuleLocationBoneSocket::SourceLocations' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, SelectionMethod) == 0x000058, "Member 'UParticleModuleLocationBoneSocket::SelectionMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, InheritVelocityScale) == 0x000060, "Member 'UParticleModuleLocationBoneSocket::InheritVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, SkelMeshActorParamName) == 0x000064, "Member 'UParticleModuleLocationBoneSocket::SkelMeshActorParamName' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, NumPreSelectedIndices) == 0x000070, "Member 'UParticleModuleLocationBoneSocket::NumPreSelectedIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationDirect \ +static_assert(alignof(UParticleModuleLocationDirect) == 0x000008, "Wrong alignment on UParticleModuleLocationDirect"); \ +static_assert(sizeof(UParticleModuleLocationDirect) == 0x000158, "Wrong size on UParticleModuleLocationDirect"); \ +static_assert(offsetof(UParticleModuleLocationDirect, Location) == 0x000038, "Member 'UParticleModuleLocationDirect::Location' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationDirect, LocationOffset) == 0x000080, "Member 'UParticleModuleLocationDirect::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationDirect, ScaleFactor) == 0x0000C8, "Member 'UParticleModuleLocationDirect::ScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationDirect, Direction) == 0x000110, "Member 'UParticleModuleLocationDirect::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationEmitter \ +static_assert(alignof(UParticleModuleLocationEmitter) == 0x000008, "Wrong alignment on UParticleModuleLocationEmitter"); \ +static_assert(sizeof(UParticleModuleLocationEmitter) == 0x000058, "Wrong size on UParticleModuleLocationEmitter"); \ +static_assert(offsetof(UParticleModuleLocationEmitter, EmitterName) == 0x000038, "Member 'UParticleModuleLocationEmitter::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationEmitter, SelectionMethod) == 0x000044, "Member 'UParticleModuleLocationEmitter::SelectionMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationEmitter, InheritSourceVelocityScale) == 0x00004C, "Member 'UParticleModuleLocationEmitter::InheritSourceVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationEmitter, InheritSourceRotationScale) == 0x000054, "Member 'UParticleModuleLocationEmitter::InheritSourceRotationScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationPrimitiveBase \ +static_assert(alignof(UParticleModuleLocationPrimitiveBase) == 0x000008, "Wrong alignment on UParticleModuleLocationPrimitiveBase"); \ +static_assert(sizeof(UParticleModuleLocationPrimitiveBase) == 0x0000B8, "Wrong size on UParticleModuleLocationPrimitiveBase"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveBase, VelocityScale) == 0x000040, "Member 'UParticleModuleLocationPrimitiveBase::VelocityScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveBase, StartLocation) == 0x000070, "Member 'UParticleModuleLocationPrimitiveBase::StartLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationPrimitiveCylinder \ +static_assert(alignof(UParticleModuleLocationPrimitiveCylinder) == 0x000008, "Wrong alignment on UParticleModuleLocationPrimitiveCylinder"); \ +static_assert(sizeof(UParticleModuleLocationPrimitiveCylinder) == 0x000128, "Wrong size on UParticleModuleLocationPrimitiveCylinder"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveCylinder, StartRadius) == 0x0000C0, "Member 'UParticleModuleLocationPrimitiveCylinder::StartRadius' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveCylinder, StartHeight) == 0x0000F0, "Member 'UParticleModuleLocationPrimitiveCylinder::StartHeight' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveCylinder, HeightAxis) == 0x000120, "Member 'UParticleModuleLocationPrimitiveCylinder::HeightAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationPrimitiveCylinder_Seeded \ +static_assert(alignof(UParticleModuleLocationPrimitiveCylinder_Seeded) == 0x000008, "Wrong alignment on UParticleModuleLocationPrimitiveCylinder_Seeded"); \ +static_assert(sizeof(UParticleModuleLocationPrimitiveCylinder_Seeded) == 0x000148, "Wrong size on UParticleModuleLocationPrimitiveCylinder_Seeded"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveCylinder_Seeded, RandomSeedInfo) == 0x000128, "Member 'UParticleModuleLocationPrimitiveCylinder_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZSparseIrradianceVolume \ +static_assert(alignof(ASBZSparseIrradianceVolume) == 0x000008, "Wrong alignment on ASBZSparseIrradianceVolume"); \ +static_assert(sizeof(ASBZSparseIrradianceVolume) == 0x000308, "Wrong size on ASBZSparseIrradianceVolume"); \ +static_assert(offsetof(ASBZSparseIrradianceVolume, SBZSparseIrradianceVolumeComponent) == 0x000300, "Member 'ASBZSparseIrradianceVolume::SBZSparseIrradianceVolumeComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationPrimitiveSphere \ +static_assert(alignof(UParticleModuleLocationPrimitiveSphere) == 0x000008, "Wrong alignment on UParticleModuleLocationPrimitiveSphere"); \ +static_assert(sizeof(UParticleModuleLocationPrimitiveSphere) == 0x0000E8, "Wrong size on UParticleModuleLocationPrimitiveSphere"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveSphere, StartRadius) == 0x0000B8, "Member 'UParticleModuleLocationPrimitiveSphere::StartRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationPrimitiveSphere_Seeded \ +static_assert(alignof(UParticleModuleLocationPrimitiveSphere_Seeded) == 0x000008, "Wrong alignment on UParticleModuleLocationPrimitiveSphere_Seeded"); \ +static_assert(sizeof(UParticleModuleLocationPrimitiveSphere_Seeded) == 0x000108, "Wrong size on UParticleModuleLocationPrimitiveSphere_Seeded"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveSphere_Seeded, RandomSeedInfo) == 0x0000E8, "Member 'UParticleModuleLocationPrimitiveSphere_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationPrimitiveTriangle \ +static_assert(alignof(UParticleModuleLocationPrimitiveTriangle) == 0x000008, "Wrong alignment on UParticleModuleLocationPrimitiveTriangle"); \ +static_assert(sizeof(UParticleModuleLocationPrimitiveTriangle) == 0x000110, "Wrong size on UParticleModuleLocationPrimitiveTriangle"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveTriangle, StartOffset) == 0x000038, "Member 'UParticleModuleLocationPrimitiveTriangle::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveTriangle, Height) == 0x000080, "Member 'UParticleModuleLocationPrimitiveTriangle::Height' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveTriangle, Angle) == 0x0000B0, "Member 'UParticleModuleLocationPrimitiveTriangle::Angle' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveTriangle, Thickness) == 0x0000E0, "Member 'UParticleModuleLocationPrimitiveTriangle::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationSkelVertSurface \ +static_assert(alignof(UParticleModuleLocationSkelVertSurface) == 0x000008, "Wrong alignment on UParticleModuleLocationSkelVertSurface"); \ +static_assert(sizeof(UParticleModuleLocationSkelVertSurface) == 0x0000A0, "Wrong size on UParticleModuleLocationSkelVertSurface"); \ +static_assert(offsetof(UParticleModuleLocationSkelVertSurface, SourceType) == 0x000038, "Member 'UParticleModuleLocationSkelVertSurface::SourceType' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationSkelVertSurface, UniversalOffset) == 0x00003C, "Member 'UParticleModuleLocationSkelVertSurface::UniversalOffset' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationSkelVertSurface, InheritVelocityScale) == 0x00004C, "Member 'UParticleModuleLocationSkelVertSurface::InheritVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationSkelVertSurface, SkelMeshActorParamName) == 0x000050, "Member 'UParticleModuleLocationSkelVertSurface::SkelMeshActorParamName' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationSkelVertSurface, ValidAssociatedBones) == 0x000060, "Member 'UParticleModuleLocationSkelVertSurface::ValidAssociatedBones' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationSkelVertSurface, NormalToCompare) == 0x000074, "Member 'UParticleModuleLocationSkelVertSurface::NormalToCompare' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationSkelVertSurface, NormalCheckToleranceDegrees) == 0x000080, "Member 'UParticleModuleLocationSkelVertSurface::NormalCheckToleranceDegrees' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationSkelVertSurface, NormalCheckTolerance) == 0x000084, "Member 'UParticleModuleLocationSkelVertSurface::NormalCheckTolerance' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationSkelVertSurface, ValidMaterialIndices) == 0x000088, "Member 'UParticleModuleLocationSkelVertSurface::ValidMaterialIndices' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationSkelVertSurface, InheritUVChannel) == 0x00009C, "Member 'UParticleModuleLocationSkelVertSurface::InheritUVChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZVisibilityOverrideVolume \ +static_assert(alignof(ASBZVisibilityOverrideVolume) == 0x000008, "Wrong alignment on ASBZVisibilityOverrideVolume"); \ +static_assert(sizeof(ASBZVisibilityOverrideVolume) == 0x000308, "Wrong size on ASBZVisibilityOverrideVolume"); \ +static_assert(offsetof(ASBZVisibilityOverrideVolume, SBZVisibilityOverrideComponent) == 0x000300, "Member 'ASBZVisibilityOverrideVolume::SBZVisibilityOverrideComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationWorldOffset \ +static_assert(alignof(UParticleModuleLocationWorldOffset) == 0x000008, "Wrong alignment on UParticleModuleLocationWorldOffset"); \ +static_assert(sizeof(UParticleModuleLocationWorldOffset) == 0x000088, "Wrong size on UParticleModuleLocationWorldOffset"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationWorldOffset_Seeded \ +static_assert(alignof(UParticleModuleLocationWorldOffset_Seeded) == 0x000008, "Wrong alignment on UParticleModuleLocationWorldOffset_Seeded"); \ +static_assert(sizeof(UParticleModuleLocationWorldOffset_Seeded) == 0x0000A8, "Wrong size on UParticleModuleLocationWorldOffset_Seeded"); \ +static_assert(offsetof(UParticleModuleLocationWorldOffset_Seeded, RandomSeedInfo) == 0x000088, "Member 'UParticleModuleLocationWorldOffset_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleMaterialBase \ +static_assert(alignof(UParticleModuleMaterialBase) == 0x000008, "Wrong alignment on UParticleModuleMaterialBase"); \ +static_assert(sizeof(UParticleModuleMaterialBase) == 0x000038, "Wrong size on UParticleModuleMaterialBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleMeshMaterial \ +static_assert(alignof(UParticleModuleMeshMaterial) == 0x000008, "Wrong alignment on UParticleModuleMeshMaterial"); \ +static_assert(sizeof(UParticleModuleMeshMaterial) == 0x000048, "Wrong size on UParticleModuleMeshMaterial"); \ +static_assert(offsetof(UParticleModuleMeshMaterial, MeshMaterials) == 0x000038, "Member 'UParticleModuleMeshMaterial::MeshMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneCaptureComponent_HideActorComponents \ +static_assert(alignof(SceneCaptureComponent_HideActorComponents) == 0x000008, "Wrong alignment on SceneCaptureComponent_HideActorComponents"); \ +static_assert(sizeof(SceneCaptureComponent_HideActorComponents) == 0x000010, "Wrong size on SceneCaptureComponent_HideActorComponents"); \ +static_assert(offsetof(SceneCaptureComponent_HideActorComponents, InActor) == 0x000000, "Member 'SceneCaptureComponent_HideActorComponents::InActor' has a wrong offset!"); \ +static_assert(offsetof(SceneCaptureComponent_HideActorComponents, bIncludeFromChildActors) == 0x000008, "Member 'SceneCaptureComponent_HideActorComponents::bIncludeFromChildActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneCaptureComponent_HideComponent \ +static_assert(alignof(SceneCaptureComponent_HideComponent) == 0x000008, "Wrong alignment on SceneCaptureComponent_HideComponent"); \ +static_assert(sizeof(SceneCaptureComponent_HideComponent) == 0x000008, "Wrong size on SceneCaptureComponent_HideComponent"); \ +static_assert(offsetof(SceneCaptureComponent_HideComponent, InComponent) == 0x000000, "Member 'SceneCaptureComponent_HideComponent::InComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneCaptureComponent_RemoveShowOnlyActorComponents \ +static_assert(alignof(SceneCaptureComponent_RemoveShowOnlyActorComponents) == 0x000008, "Wrong alignment on SceneCaptureComponent_RemoveShowOnlyActorComponents"); \ +static_assert(sizeof(SceneCaptureComponent_RemoveShowOnlyActorComponents) == 0x000010, "Wrong size on SceneCaptureComponent_RemoveShowOnlyActorComponents"); \ +static_assert(offsetof(SceneCaptureComponent_RemoveShowOnlyActorComponents, InActor) == 0x000000, "Member 'SceneCaptureComponent_RemoveShowOnlyActorComponents::InActor' has a wrong offset!"); \ +static_assert(offsetof(SceneCaptureComponent_RemoveShowOnlyActorComponents, bIncludeFromChildActors) == 0x000008, "Member 'SceneCaptureComponent_RemoveShowOnlyActorComponents::bIncludeFromChildActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneCaptureComponent_RemoveShowOnlyComponent \ +static_assert(alignof(SceneCaptureComponent_RemoveShowOnlyComponent) == 0x000008, "Wrong alignment on SceneCaptureComponent_RemoveShowOnlyComponent"); \ +static_assert(sizeof(SceneCaptureComponent_RemoveShowOnlyComponent) == 0x000008, "Wrong size on SceneCaptureComponent_RemoveShowOnlyComponent"); \ +static_assert(offsetof(SceneCaptureComponent_RemoveShowOnlyComponent, InComponent) == 0x000000, "Member 'SceneCaptureComponent_RemoveShowOnlyComponent::InComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneCaptureComponent_SetCaptureSortPriority \ +static_assert(alignof(SceneCaptureComponent_SetCaptureSortPriority) == 0x000004, "Wrong alignment on SceneCaptureComponent_SetCaptureSortPriority"); \ +static_assert(sizeof(SceneCaptureComponent_SetCaptureSortPriority) == 0x000004, "Wrong size on SceneCaptureComponent_SetCaptureSortPriority"); \ +static_assert(offsetof(SceneCaptureComponent_SetCaptureSortPriority, NewCaptureSortPriority) == 0x000000, "Member 'SceneCaptureComponent_SetCaptureSortPriority::NewCaptureSortPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneCaptureComponent_ShowOnlyActorComponents \ +static_assert(alignof(SceneCaptureComponent_ShowOnlyActorComponents) == 0x000008, "Wrong alignment on SceneCaptureComponent_ShowOnlyActorComponents"); \ +static_assert(sizeof(SceneCaptureComponent_ShowOnlyActorComponents) == 0x000010, "Wrong size on SceneCaptureComponent_ShowOnlyActorComponents"); \ +static_assert(offsetof(SceneCaptureComponent_ShowOnlyActorComponents, InActor) == 0x000000, "Member 'SceneCaptureComponent_ShowOnlyActorComponents::InActor' has a wrong offset!"); \ +static_assert(offsetof(SceneCaptureComponent_ShowOnlyActorComponents, bIncludeFromChildActors) == 0x000008, "Member 'SceneCaptureComponent_ShowOnlyActorComponents::bIncludeFromChildActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneCaptureComponent_ShowOnlyComponent \ +static_assert(alignof(SceneCaptureComponent_ShowOnlyComponent) == 0x000008, "Wrong alignment on SceneCaptureComponent_ShowOnlyComponent"); \ +static_assert(sizeof(SceneCaptureComponent_ShowOnlyComponent) == 0x000008, "Wrong size on SceneCaptureComponent_ShowOnlyComponent"); \ +static_assert(offsetof(SceneCaptureComponent_ShowOnlyComponent, InComponent) == 0x000000, "Member 'SceneCaptureComponent_ShowOnlyComponent::InComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USceneCaptureComponent \ +static_assert(alignof(USceneCaptureComponent) == 0x000010, "Wrong alignment on USceneCaptureComponent"); \ +static_assert(sizeof(USceneCaptureComponent) == 0x0002F0, "Wrong size on USceneCaptureComponent"); \ +static_assert(offsetof(USceneCaptureComponent, PrimitiveRenderMode) == 0x000228, "Member 'USceneCaptureComponent::PrimitiveRenderMode' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, CaptureSource) == 0x000229, "Member 'USceneCaptureComponent::CaptureSource' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, bAlwaysPersistRenderingState) == 0x00022B, "Member 'USceneCaptureComponent::bAlwaysPersistRenderingState' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, HiddenComponents) == 0x000230, "Member 'USceneCaptureComponent::HiddenComponents' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, HiddenActors) == 0x000240, "Member 'USceneCaptureComponent::HiddenActors' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, ShowOnlyComponents) == 0x000250, "Member 'USceneCaptureComponent::ShowOnlyComponents' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, ShowOnlyActors) == 0x000260, "Member 'USceneCaptureComponent::ShowOnlyActors' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, LODDistanceFactor) == 0x000270, "Member 'USceneCaptureComponent::LODDistanceFactor' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, MaxViewDistanceOverride) == 0x000274, "Member 'USceneCaptureComponent::MaxViewDistanceOverride' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, CaptureSortPriority) == 0x000278, "Member 'USceneCaptureComponent::CaptureSortPriority' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, bUseRayTracingIfEnabled) == 0x00027C, "Member 'USceneCaptureComponent::bUseRayTracingIfEnabled' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, ShowFlagSettings) == 0x000280, "Member 'USceneCaptureComponent::ShowFlagSettings' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, ProfilingEventName) == 0x0002C8, "Member 'USceneCaptureComponent::ProfilingEventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneCaptureComponent2D_AddOrUpdateBlendable \ +static_assert(alignof(SceneCaptureComponent2D_AddOrUpdateBlendable) == 0x000008, "Wrong alignment on SceneCaptureComponent2D_AddOrUpdateBlendable"); \ +static_assert(sizeof(SceneCaptureComponent2D_AddOrUpdateBlendable) == 0x000018, "Wrong size on SceneCaptureComponent2D_AddOrUpdateBlendable"); \ +static_assert(offsetof(SceneCaptureComponent2D_AddOrUpdateBlendable, InBlendableObject) == 0x000000, "Member 'SceneCaptureComponent2D_AddOrUpdateBlendable::InBlendableObject' has a wrong offset!"); \ +static_assert(offsetof(SceneCaptureComponent2D_AddOrUpdateBlendable, InWeight) == 0x000010, "Member 'SceneCaptureComponent2D_AddOrUpdateBlendable::InWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneCaptureComponent2D_RemoveBlendable \ +static_assert(alignof(SceneCaptureComponent2D_RemoveBlendable) == 0x000008, "Wrong alignment on SceneCaptureComponent2D_RemoveBlendable"); \ +static_assert(sizeof(SceneCaptureComponent2D_RemoveBlendable) == 0x000010, "Wrong size on SceneCaptureComponent2D_RemoveBlendable"); \ +static_assert(offsetof(SceneCaptureComponent2D_RemoveBlendable, InBlendableObject) == 0x000000, "Member 'SceneCaptureComponent2D_RemoveBlendable::InBlendableObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USceneCaptureComponent2D \ +static_assert(alignof(USceneCaptureComponent2D) == 0x000010, "Wrong alignment on USceneCaptureComponent2D"); \ +static_assert(sizeof(USceneCaptureComponent2D) == 0x000910, "Wrong size on USceneCaptureComponent2D"); \ +static_assert(offsetof(USceneCaptureComponent2D, ProjectionType) == 0x0002E8, "Member 'USceneCaptureComponent2D::ProjectionType' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, FOVAngle) == 0x0002EC, "Member 'USceneCaptureComponent2D::FOVAngle' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, OrthoWidth) == 0x0002F0, "Member 'USceneCaptureComponent2D::OrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, TextureTarget) == 0x0002F8, "Member 'USceneCaptureComponent2D::TextureTarget' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, CompositeMode) == 0x000300, "Member 'USceneCaptureComponent2D::CompositeMode' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, PostProcessSettings) == 0x000310, "Member 'USceneCaptureComponent2D::PostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, PostProcessBlendWeight) == 0x000880, "Member 'USceneCaptureComponent2D::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, CustomNearClippingPlane) == 0x000888, "Member 'USceneCaptureComponent2D::CustomNearClippingPlane' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, bUseCustomProjectionMatrix) == 0x00088C, "Member 'USceneCaptureComponent2D::bUseCustomProjectionMatrix' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, CustomProjectionMatrix) == 0x000890, "Member 'USceneCaptureComponent2D::CustomProjectionMatrix' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, bEnableClipPlane) == 0x0008D0, "Member 'USceneCaptureComponent2D::bEnableClipPlane' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, ClipPlaneBase) == 0x0008D4, "Member 'USceneCaptureComponent2D::ClipPlaneBase' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, ClipPlaneNormal) == 0x0008E0, "Member 'USceneCaptureComponent2D::ClipPlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, bDisableFlipCopyGLES) == 0x0008F0, "Member 'USceneCaptureComponent2D::bDisableFlipCopyGLES' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleRotationBase \ +static_assert(alignof(UParticleModuleRotationBase) == 0x000008, "Wrong alignment on UParticleModuleRotationBase"); \ +static_assert(sizeof(UParticleModuleRotationBase) == 0x000038, "Wrong size on UParticleModuleRotationBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleMeshRotation \ +static_assert(alignof(UParticleModuleMeshRotation) == 0x000008, "Wrong alignment on UParticleModuleMeshRotation"); \ +static_assert(sizeof(UParticleModuleMeshRotation) == 0x000088, "Wrong size on UParticleModuleMeshRotation"); \ +static_assert(offsetof(UParticleModuleMeshRotation, StartRotation) == 0x000038, "Member 'UParticleModuleMeshRotation::StartRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleMeshRotation_Seeded \ +static_assert(alignof(UParticleModuleMeshRotation_Seeded) == 0x000008, "Wrong alignment on UParticleModuleMeshRotation_Seeded"); \ +static_assert(sizeof(UParticleModuleMeshRotation_Seeded) == 0x0000A8, "Wrong size on UParticleModuleMeshRotation_Seeded"); \ +static_assert(offsetof(UParticleModuleMeshRotation_Seeded, RandomSeedInfo) == 0x000088, "Member 'UParticleModuleMeshRotation_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleMeshRotationRateMultiplyLife \ +static_assert(alignof(UParticleModuleMeshRotationRateMultiplyLife) == 0x000008, "Wrong alignment on UParticleModuleMeshRotationRateMultiplyLife"); \ +static_assert(sizeof(UParticleModuleMeshRotationRateMultiplyLife) == 0x000080, "Wrong size on UParticleModuleMeshRotationRateMultiplyLife"); \ +static_assert(offsetof(UParticleModuleMeshRotationRateMultiplyLife, LifeMultiplier) == 0x000038, "Member 'UParticleModuleMeshRotationRateMultiplyLife::LifeMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleMeshRotationRateOverLife \ +static_assert(alignof(UParticleModuleMeshRotationRateOverLife) == 0x000008, "Wrong alignment on UParticleModuleMeshRotationRateOverLife"); \ +static_assert(sizeof(UParticleModuleMeshRotationRateOverLife) == 0x000088, "Wrong size on UParticleModuleMeshRotationRateOverLife"); \ +static_assert(offsetof(UParticleModuleMeshRotationRateOverLife, RotRate) == 0x000038, "Member 'UParticleModuleMeshRotationRateOverLife::RotRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStereoLayerShapeCubemap \ +static_assert(alignof(UStereoLayerShapeCubemap) == 0x000008, "Wrong alignment on UStereoLayerShapeCubemap"); \ +static_assert(sizeof(UStereoLayerShapeCubemap) == 0x000030, "Wrong size on UStereoLayerShapeCubemap"); \ + +#define DUMPER7_ASSERTS_UParticleModuleOrbitBase \ +static_assert(alignof(UParticleModuleOrbitBase) == 0x000008, "Wrong alignment on UParticleModuleOrbitBase"); \ +static_assert(sizeof(UParticleModuleOrbitBase) == 0x000040, "Wrong size on UParticleModuleOrbitBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleOrbit \ +static_assert(alignof(UParticleModuleOrbit) == 0x000008, "Wrong alignment on UParticleModuleOrbit"); \ +static_assert(sizeof(UParticleModuleOrbit) == 0x000138, "Wrong size on UParticleModuleOrbit"); \ +static_assert(offsetof(UParticleModuleOrbit, ChainMode) == 0x000040, "Member 'UParticleModuleOrbit::ChainMode' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleOrbit, OffsetAmount) == 0x000048, "Member 'UParticleModuleOrbit::OffsetAmount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleOrbit, OffsetOptions) == 0x000090, "Member 'UParticleModuleOrbit::OffsetOptions' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleOrbit, RotationAmount) == 0x000098, "Member 'UParticleModuleOrbit::RotationAmount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleOrbit, RotationOptions) == 0x0000E0, "Member 'UParticleModuleOrbit::RotationOptions' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleOrbit, RotationRateAmount) == 0x0000E8, "Member 'UParticleModuleOrbit::RotationRateAmount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleOrbit, RotationRateOptions) == 0x000130, "Member 'UParticleModuleOrbit::RotationRateOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleOrientationBase \ +static_assert(alignof(UParticleModuleOrientationBase) == 0x000008, "Wrong alignment on UParticleModuleOrientationBase"); \ +static_assert(sizeof(UParticleModuleOrientationBase) == 0x000038, "Wrong size on UParticleModuleOrientationBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleOrientationAxisLock \ +static_assert(alignof(UParticleModuleOrientationAxisLock) == 0x000008, "Wrong alignment on UParticleModuleOrientationAxisLock"); \ +static_assert(sizeof(UParticleModuleOrientationAxisLock) == 0x000040, "Wrong size on UParticleModuleOrientationAxisLock"); \ +static_assert(offsetof(UParticleModuleOrientationAxisLock, LockAxisFlags) == 0x000038, "Member 'UParticleModuleOrientationAxisLock::LockAxisFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStringTable \ +static_assert(alignof(UStringTable) == 0x000008, "Wrong alignment on UStringTable"); \ +static_assert(sizeof(UStringTable) == 0x000050, "Wrong size on UStringTable"); \ + +#define DUMPER7_ASSERTS_UParticleModuleParameterBase \ +static_assert(alignof(UParticleModuleParameterBase) == 0x000008, "Wrong alignment on UParticleModuleParameterBase"); \ +static_assert(sizeof(UParticleModuleParameterBase) == 0x000038, "Wrong size on UParticleModuleParameterBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleParameterDynamic \ +static_assert(alignof(UParticleModuleParameterDynamic) == 0x000008, "Wrong alignment on UParticleModuleParameterDynamic"); \ +static_assert(sizeof(UParticleModuleParameterDynamic) == 0x000050, "Wrong size on UParticleModuleParameterDynamic"); \ +static_assert(offsetof(UParticleModuleParameterDynamic, DynamicParams) == 0x000038, "Member 'UParticleModuleParameterDynamic::DynamicParams' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleParameterDynamic, UpdateFlags) == 0x000048, "Member 'UParticleModuleParameterDynamic::UpdateFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleParameterDynamic_Seeded \ +static_assert(alignof(UParticleModuleParameterDynamic_Seeded) == 0x000008, "Wrong alignment on UParticleModuleParameterDynamic_Seeded"); \ +static_assert(sizeof(UParticleModuleParameterDynamic_Seeded) == 0x000070, "Wrong size on UParticleModuleParameterDynamic_Seeded"); \ +static_assert(offsetof(UParticleModuleParameterDynamic_Seeded, RandomSeedInfo) == 0x000050, "Member 'UParticleModuleParameterDynamic_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModulePivotOffset \ +static_assert(alignof(UParticleModulePivotOffset) == 0x000008, "Wrong alignment on UParticleModulePivotOffset"); \ +static_assert(sizeof(UParticleModulePivotOffset) == 0x000040, "Wrong size on UParticleModulePivotOffset"); \ +static_assert(offsetof(UParticleModulePivotOffset, PivotOffset) == 0x000038, "Member 'UParticleModulePivotOffset::PivotOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USystemTimeTimecodeProvider \ +static_assert(alignof(USystemTimeTimecodeProvider) == 0x000008, "Wrong alignment on USystemTimeTimecodeProvider"); \ +static_assert(sizeof(USystemTimeTimecodeProvider) == 0x000048, "Wrong size on USystemTimeTimecodeProvider"); \ +static_assert(offsetof(USystemTimeTimecodeProvider, FrameRate) == 0x000038, "Member 'USystemTimeTimecodeProvider::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(USystemTimeTimecodeProvider, bGenerateFullFrame) == 0x000040, "Member 'USystemTimeTimecodeProvider::bGenerateFullFrame' has a wrong offset!"); \ +static_assert(offsetof(USystemTimeTimecodeProvider, bUseHighPerformanceClock) == 0x000041, "Member 'USystemTimeTimecodeProvider::bUseHighPerformanceClock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleRequired \ +static_assert(alignof(UParticleModuleRequired) == 0x000008, "Wrong alignment on UParticleModuleRequired"); \ +static_assert(sizeof(UParticleModuleRequired) == 0x000148, "Wrong size on UParticleModuleRequired"); \ +static_assert(offsetof(UParticleModuleRequired, Material) == 0x000038, "Member 'UParticleModuleRequired::Material' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, MinFacingCameraBlendDistance) == 0x000040, "Member 'UParticleModuleRequired::MinFacingCameraBlendDistance' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, MaxFacingCameraBlendDistance) == 0x000044, "Member 'UParticleModuleRequired::MaxFacingCameraBlendDistance' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, EmitterOrigin) == 0x000048, "Member 'UParticleModuleRequired::EmitterOrigin' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, EmitterRotation) == 0x000054, "Member 'UParticleModuleRequired::EmitterRotation' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, ScreenAlignment) == 0x000060, "Member 'UParticleModuleRequired::ScreenAlignment' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, SortMode) == 0x000062, "Member 'UParticleModuleRequired::SortMode' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, EmitterDuration) == 0x000064, "Member 'UParticleModuleRequired::EmitterDuration' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, SpawnRate) == 0x000068, "Member 'UParticleModuleRequired::SpawnRate' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, BurstList) == 0x000098, "Member 'UParticleModuleRequired::BurstList' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, EmitterDelay) == 0x0000A8, "Member 'UParticleModuleRequired::EmitterDelay' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, EmitterDelayLow) == 0x0000AC, "Member 'UParticleModuleRequired::EmitterDelayLow' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, InterpolationMethod) == 0x0000B1, "Member 'UParticleModuleRequired::InterpolationMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, ParticleBurstMethod) == 0x0000B3, "Member 'UParticleModuleRequired::ParticleBurstMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, OpacitySourceMode) == 0x0000B5, "Member 'UParticleModuleRequired::OpacitySourceMode' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, EmitterNormalsMode) == 0x0000B6, "Member 'UParticleModuleRequired::EmitterNormalsMode' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, SubImages_Horizontal) == 0x0000B8, "Member 'UParticleModuleRequired::SubImages_Horizontal' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, SubImages_Vertical) == 0x0000BC, "Member 'UParticleModuleRequired::SubImages_Vertical' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, RandomImageTime) == 0x0000C0, "Member 'UParticleModuleRequired::RandomImageTime' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, RandomImageChanges) == 0x0000C4, "Member 'UParticleModuleRequired::RandomImageChanges' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, MacroUVPosition) == 0x0000C8, "Member 'UParticleModuleRequired::MacroUVPosition' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, MacroUVRadius) == 0x0000D4, "Member 'UParticleModuleRequired::MacroUVRadius' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, UVFlippingMode) == 0x0000D8, "Member 'UParticleModuleRequired::UVFlippingMode' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, BoundingMode) == 0x0000D9, "Member 'UParticleModuleRequired::BoundingMode' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, NormalsSphereCenter) == 0x0000DC, "Member 'UParticleModuleRequired::NormalsSphereCenter' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, AlphaThreshold) == 0x0000E8, "Member 'UParticleModuleRequired::AlphaThreshold' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, EmitterLoops) == 0x0000EC, "Member 'UParticleModuleRequired::EmitterLoops' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, CutoutTexture) == 0x0000F0, "Member 'UParticleModuleRequired::CutoutTexture' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, MaxDrawCount) == 0x0000F8, "Member 'UParticleModuleRequired::MaxDrawCount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, EmitterDurationLow) == 0x0000FC, "Member 'UParticleModuleRequired::EmitterDurationLow' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, NormalsCylinderDirection) == 0x000100, "Member 'UParticleModuleRequired::NormalsCylinderDirection' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, NamedMaterialOverrides) == 0x000110, "Member 'UParticleModuleRequired::NamedMaterialOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleRotation \ +static_assert(alignof(UParticleModuleRotation) == 0x000008, "Wrong alignment on UParticleModuleRotation"); \ +static_assert(sizeof(UParticleModuleRotation) == 0x000068, "Wrong size on UParticleModuleRotation"); \ +static_assert(offsetof(UParticleModuleRotation, StartRotation) == 0x000038, "Member 'UParticleModuleRotation::StartRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleRotation_Seeded \ +static_assert(alignof(UParticleModuleRotation_Seeded) == 0x000008, "Wrong alignment on UParticleModuleRotation_Seeded"); \ +static_assert(sizeof(UParticleModuleRotation_Seeded) == 0x000088, "Wrong size on UParticleModuleRotation_Seeded"); \ +static_assert(offsetof(UParticleModuleRotation_Seeded, RandomSeedInfo) == 0x000068, "Member 'UParticleModuleRotation_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleRotationOverLifetime \ +static_assert(alignof(UParticleModuleRotationOverLifetime) == 0x000008, "Wrong alignment on UParticleModuleRotationOverLifetime"); \ +static_assert(sizeof(UParticleModuleRotationOverLifetime) == 0x000070, "Wrong size on UParticleModuleRotationOverLifetime"); \ +static_assert(offsetof(UParticleModuleRotationOverLifetime, RotationOverLife) == 0x000038, "Member 'UParticleModuleRotationOverLifetime::RotationOverLife' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_K2_SetText \ +static_assert(alignof(TextRenderComponent_K2_SetText) == 0x000008, "Wrong alignment on TextRenderComponent_K2_SetText"); \ +static_assert(sizeof(TextRenderComponent_K2_SetText) == 0x000018, "Wrong size on TextRenderComponent_K2_SetText"); \ +static_assert(offsetof(TextRenderComponent_K2_SetText, Value) == 0x000000, "Member 'TextRenderComponent_K2_SetText::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetFont \ +static_assert(alignof(TextRenderComponent_SetFont) == 0x000008, "Wrong alignment on TextRenderComponent_SetFont"); \ +static_assert(sizeof(TextRenderComponent_SetFont) == 0x000008, "Wrong size on TextRenderComponent_SetFont"); \ +static_assert(offsetof(TextRenderComponent_SetFont, Value) == 0x000000, "Member 'TextRenderComponent_SetFont::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetHorizontalAlignment \ +static_assert(alignof(TextRenderComponent_SetHorizontalAlignment) == 0x000001, "Wrong alignment on TextRenderComponent_SetHorizontalAlignment"); \ +static_assert(sizeof(TextRenderComponent_SetHorizontalAlignment) == 0x000001, "Wrong size on TextRenderComponent_SetHorizontalAlignment"); \ +static_assert(offsetof(TextRenderComponent_SetHorizontalAlignment, Value) == 0x000000, "Member 'TextRenderComponent_SetHorizontalAlignment::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetHorizSpacingAdjust \ +static_assert(alignof(TextRenderComponent_SetHorizSpacingAdjust) == 0x000004, "Wrong alignment on TextRenderComponent_SetHorizSpacingAdjust"); \ +static_assert(sizeof(TextRenderComponent_SetHorizSpacingAdjust) == 0x000004, "Wrong size on TextRenderComponent_SetHorizSpacingAdjust"); \ +static_assert(offsetof(TextRenderComponent_SetHorizSpacingAdjust, Value) == 0x000000, "Member 'TextRenderComponent_SetHorizSpacingAdjust::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetText \ +static_assert(alignof(TextRenderComponent_SetText) == 0x000008, "Wrong alignment on TextRenderComponent_SetText"); \ +static_assert(sizeof(TextRenderComponent_SetText) == 0x000010, "Wrong size on TextRenderComponent_SetText"); \ +static_assert(offsetof(TextRenderComponent_SetText, Value) == 0x000000, "Member 'TextRenderComponent_SetText::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetTextMaterial \ +static_assert(alignof(TextRenderComponent_SetTextMaterial) == 0x000008, "Wrong alignment on TextRenderComponent_SetTextMaterial"); \ +static_assert(sizeof(TextRenderComponent_SetTextMaterial) == 0x000008, "Wrong size on TextRenderComponent_SetTextMaterial"); \ +static_assert(offsetof(TextRenderComponent_SetTextMaterial, Material) == 0x000000, "Member 'TextRenderComponent_SetTextMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetTextRenderColor \ +static_assert(alignof(TextRenderComponent_SetTextRenderColor) == 0x000004, "Wrong alignment on TextRenderComponent_SetTextRenderColor"); \ +static_assert(sizeof(TextRenderComponent_SetTextRenderColor) == 0x000004, "Wrong size on TextRenderComponent_SetTextRenderColor"); \ +static_assert(offsetof(TextRenderComponent_SetTextRenderColor, Value) == 0x000000, "Member 'TextRenderComponent_SetTextRenderColor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetVerticalAlignment \ +static_assert(alignof(TextRenderComponent_SetVerticalAlignment) == 0x000001, "Wrong alignment on TextRenderComponent_SetVerticalAlignment"); \ +static_assert(sizeof(TextRenderComponent_SetVerticalAlignment) == 0x000001, "Wrong size on TextRenderComponent_SetVerticalAlignment"); \ +static_assert(offsetof(TextRenderComponent_SetVerticalAlignment, Value) == 0x000000, "Member 'TextRenderComponent_SetVerticalAlignment::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetVertSpacingAdjust \ +static_assert(alignof(TextRenderComponent_SetVertSpacingAdjust) == 0x000004, "Wrong alignment on TextRenderComponent_SetVertSpacingAdjust"); \ +static_assert(sizeof(TextRenderComponent_SetVertSpacingAdjust) == 0x000004, "Wrong size on TextRenderComponent_SetVertSpacingAdjust"); \ +static_assert(offsetof(TextRenderComponent_SetVertSpacingAdjust, Value) == 0x000000, "Member 'TextRenderComponent_SetVertSpacingAdjust::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetWorldSize \ +static_assert(alignof(TextRenderComponent_SetWorldSize) == 0x000004, "Wrong alignment on TextRenderComponent_SetWorldSize"); \ +static_assert(sizeof(TextRenderComponent_SetWorldSize) == 0x000004, "Wrong size on TextRenderComponent_SetWorldSize"); \ +static_assert(offsetof(TextRenderComponent_SetWorldSize, Value) == 0x000000, "Member 'TextRenderComponent_SetWorldSize::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetXScale \ +static_assert(alignof(TextRenderComponent_SetXScale) == 0x000004, "Wrong alignment on TextRenderComponent_SetXScale"); \ +static_assert(sizeof(TextRenderComponent_SetXScale) == 0x000004, "Wrong size on TextRenderComponent_SetXScale"); \ +static_assert(offsetof(TextRenderComponent_SetXScale, Value) == 0x000000, "Member 'TextRenderComponent_SetXScale::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetYScale \ +static_assert(alignof(TextRenderComponent_SetYScale) == 0x000004, "Wrong alignment on TextRenderComponent_SetYScale"); \ +static_assert(sizeof(TextRenderComponent_SetYScale) == 0x000004, "Wrong size on TextRenderComponent_SetYScale"); \ +static_assert(offsetof(TextRenderComponent_SetYScale, Value) == 0x000000, "Member 'TextRenderComponent_SetYScale::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_GetTextLocalSize \ +static_assert(alignof(TextRenderComponent_GetTextLocalSize) == 0x000004, "Wrong alignment on TextRenderComponent_GetTextLocalSize"); \ +static_assert(sizeof(TextRenderComponent_GetTextLocalSize) == 0x00000C, "Wrong size on TextRenderComponent_GetTextLocalSize"); \ +static_assert(offsetof(TextRenderComponent_GetTextLocalSize, ReturnValue) == 0x000000, "Member 'TextRenderComponent_GetTextLocalSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_GetTextWorldSize \ +static_assert(alignof(TextRenderComponent_GetTextWorldSize) == 0x000004, "Wrong alignment on TextRenderComponent_GetTextWorldSize"); \ +static_assert(sizeof(TextRenderComponent_GetTextWorldSize) == 0x00000C, "Wrong size on TextRenderComponent_GetTextWorldSize"); \ +static_assert(offsetof(TextRenderComponent_GetTextWorldSize, ReturnValue) == 0x000000, "Member 'TextRenderComponent_GetTextWorldSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextRenderComponent \ +static_assert(alignof(UTextRenderComponent) == 0x000010, "Wrong alignment on UTextRenderComponent"); \ +static_assert(sizeof(UTextRenderComponent) == 0x000550, "Wrong size on UTextRenderComponent"); \ +static_assert(offsetof(UTextRenderComponent, Text) == 0x000500, "Member 'UTextRenderComponent::Text' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, TextMaterial) == 0x000518, "Member 'UTextRenderComponent::TextMaterial' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, Font) == 0x000520, "Member 'UTextRenderComponent::Font' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, HorizontalAlignment) == 0x000528, "Member 'UTextRenderComponent::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, VerticalAlignment) == 0x000529, "Member 'UTextRenderComponent::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, TextRenderColor) == 0x00052C, "Member 'UTextRenderComponent::TextRenderColor' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, XScale) == 0x000530, "Member 'UTextRenderComponent::XScale' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, YScale) == 0x000534, "Member 'UTextRenderComponent::YScale' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, WorldSize) == 0x000538, "Member 'UTextRenderComponent::WorldSize' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, InvDefaultSize) == 0x00053C, "Member 'UTextRenderComponent::InvDefaultSize' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, HorizSpacingAdjust) == 0x000540, "Member 'UTextRenderComponent::HorizSpacingAdjust' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, VertSpacingAdjust) == 0x000544, "Member 'UTextRenderComponent::VertSpacingAdjust' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleRotationRate \ +static_assert(alignof(UParticleModuleRotationRate) == 0x000008, "Wrong alignment on UParticleModuleRotationRate"); \ +static_assert(sizeof(UParticleModuleRotationRate) == 0x000068, "Wrong size on UParticleModuleRotationRate"); \ +static_assert(offsetof(UParticleModuleRotationRate, StartRotationRate) == 0x000038, "Member 'UParticleModuleRotationRate::StartRotationRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleRotationRate_Seeded \ +static_assert(alignof(UParticleModuleRotationRate_Seeded) == 0x000008, "Wrong alignment on UParticleModuleRotationRate_Seeded"); \ +static_assert(sizeof(UParticleModuleRotationRate_Seeded) == 0x000088, "Wrong size on UParticleModuleRotationRate_Seeded"); \ +static_assert(offsetof(UParticleModuleRotationRate_Seeded, RandomSeedInfo) == 0x000068, "Member 'UParticleModuleRotationRate_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSizeBase \ +static_assert(alignof(UParticleModuleSizeBase) == 0x000008, "Wrong alignment on UParticleModuleSizeBase"); \ +static_assert(sizeof(UParticleModuleSizeBase) == 0x000038, "Wrong size on UParticleModuleSizeBase"); \ + +#define DUMPER7_ASSERTS_USoundEffectSourcePresetChain \ +static_assert(alignof(USoundEffectSourcePresetChain) == 0x000008, "Wrong alignment on USoundEffectSourcePresetChain"); \ +static_assert(sizeof(USoundEffectSourcePresetChain) == 0x000048, "Wrong size on USoundEffectSourcePresetChain"); \ +static_assert(offsetof(USoundEffectSourcePresetChain, Chain) == 0x000030, "Member 'USoundEffectSourcePresetChain::Chain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSize \ +static_assert(alignof(UParticleModuleSize) == 0x000008, "Wrong alignment on UParticleModuleSize"); \ +static_assert(sizeof(UParticleModuleSize) == 0x000080, "Wrong size on UParticleModuleSize"); \ +static_assert(offsetof(UParticleModuleSize, StartSize) == 0x000038, "Member 'UParticleModuleSize::StartSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSize_Seeded \ +static_assert(alignof(UParticleModuleSize_Seeded) == 0x000008, "Wrong alignment on UParticleModuleSize_Seeded"); \ +static_assert(sizeof(UParticleModuleSize_Seeded) == 0x0000A0, "Wrong size on UParticleModuleSize_Seeded"); \ +static_assert(offsetof(UParticleModuleSize_Seeded, RandomSeedInfo) == 0x000080, "Member 'UParticleModuleSize_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSizeMultiplyLife \ +static_assert(alignof(UParticleModuleSizeMultiplyLife) == 0x000008, "Wrong alignment on UParticleModuleSizeMultiplyLife"); \ +static_assert(sizeof(UParticleModuleSizeMultiplyLife) == 0x000088, "Wrong size on UParticleModuleSizeMultiplyLife"); \ +static_assert(offsetof(UParticleModuleSizeMultiplyLife, LifeMultiplier) == 0x000038, "Member 'UParticleModuleSizeMultiplyLife::LifeMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSizeScale \ +static_assert(alignof(UParticleModuleSizeScale) == 0x000008, "Wrong alignment on UParticleModuleSizeScale"); \ +static_assert(sizeof(UParticleModuleSizeScale) == 0x000088, "Wrong size on UParticleModuleSizeScale"); \ +static_assert(offsetof(UParticleModuleSizeScale, SizeScale) == 0x000038, "Member 'UParticleModuleSizeScale::SizeScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeAssetReferencer \ +static_assert(alignof(USoundNodeAssetReferencer) == 0x000008, "Wrong alignment on USoundNodeAssetReferencer"); \ +static_assert(sizeof(USoundNodeAssetReferencer) == 0x000050, "Wrong size on USoundNodeAssetReferencer"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSizeScaleBySpeed \ +static_assert(alignof(UParticleModuleSizeScaleBySpeed) == 0x000008, "Wrong alignment on UParticleModuleSizeScaleBySpeed"); \ +static_assert(sizeof(UParticleModuleSizeScaleBySpeed) == 0x000048, "Wrong size on UParticleModuleSizeScaleBySpeed"); \ +static_assert(offsetof(UParticleModuleSizeScaleBySpeed, SpeedScale) == 0x000038, "Member 'UParticleModuleSizeScaleBySpeed::SpeedScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSizeScaleBySpeed, MaxScale) == 0x000040, "Member 'UParticleModuleSizeScaleBySpeed::MaxScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSourceMovement \ +static_assert(alignof(UParticleModuleSourceMovement) == 0x000008, "Wrong alignment on UParticleModuleSourceMovement"); \ +static_assert(sizeof(UParticleModuleSourceMovement) == 0x000080, "Wrong size on UParticleModuleSourceMovement"); \ +static_assert(offsetof(UParticleModuleSourceMovement, SourceMovementScale) == 0x000038, "Member 'UParticleModuleSourceMovement::SourceMovementScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSpawnBase \ +static_assert(alignof(UParticleModuleSpawnBase) == 0x000008, "Wrong alignment on UParticleModuleSpawnBase"); \ +static_assert(sizeof(UParticleModuleSpawnBase) == 0x000040, "Wrong size on UParticleModuleSpawnBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSpawn \ +static_assert(alignof(UParticleModuleSpawn) == 0x000008, "Wrong alignment on UParticleModuleSpawn"); \ +static_assert(sizeof(UParticleModuleSpawn) == 0x0000F0, "Wrong size on UParticleModuleSpawn"); \ +static_assert(offsetof(UParticleModuleSpawn, Rate) == 0x000040, "Member 'UParticleModuleSpawn::Rate' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSpawn, RateScale) == 0x000070, "Member 'UParticleModuleSpawn::RateScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSpawn, ParticleBurstMethod) == 0x0000A0, "Member 'UParticleModuleSpawn::ParticleBurstMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSpawn, BurstList) == 0x0000A8, "Member 'UParticleModuleSpawn::BurstList' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSpawn, BurstScale) == 0x0000B8, "Member 'UParticleModuleSpawn::BurstScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeDelay \ +static_assert(alignof(USoundNodeDelay) == 0x000008, "Wrong alignment on USoundNodeDelay"); \ +static_assert(sizeof(USoundNodeDelay) == 0x000058, "Wrong size on USoundNodeDelay"); \ +static_assert(offsetof(USoundNodeDelay, DelayMin) == 0x000050, "Member 'USoundNodeDelay::DelayMin' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeDelay, DelayMax) == 0x000054, "Member 'USoundNodeDelay::DelayMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSpawnPerUnit \ +static_assert(alignof(UParticleModuleSpawnPerUnit) == 0x000008, "Wrong alignment on UParticleModuleSpawnPerUnit"); \ +static_assert(sizeof(UParticleModuleSpawnPerUnit) == 0x000080, "Wrong size on UParticleModuleSpawnPerUnit"); \ +static_assert(offsetof(UParticleModuleSpawnPerUnit, UnitScalar) == 0x000040, "Member 'UParticleModuleSpawnPerUnit::UnitScalar' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSpawnPerUnit, MovementTolerance) == 0x000044, "Member 'UParticleModuleSpawnPerUnit::MovementTolerance' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSpawnPerUnit, SpawnPerUnit) == 0x000048, "Member 'UParticleModuleSpawnPerUnit::SpawnPerUnit' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSpawnPerUnit, MaxFrameDistance) == 0x000078, "Member 'UParticleModuleSpawnPerUnit::MaxFrameDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSubUVBase \ +static_assert(alignof(UParticleModuleSubUVBase) == 0x000008, "Wrong alignment on UParticleModuleSubUVBase"); \ +static_assert(sizeof(UParticleModuleSubUVBase) == 0x000038, "Wrong size on UParticleModuleSubUVBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSubUV \ +static_assert(alignof(UParticleModuleSubUV) == 0x000008, "Wrong alignment on UParticleModuleSubUV"); \ +static_assert(sizeof(UParticleModuleSubUV) == 0x000078, "Wrong size on UParticleModuleSubUV"); \ +static_assert(offsetof(UParticleModuleSubUV, Animation) == 0x000038, "Member 'UParticleModuleSubUV::Animation' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSubUV, SubImageIndex) == 0x000040, "Member 'UParticleModuleSubUV::SubImageIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSubUVMovie \ +static_assert(alignof(UParticleModuleSubUVMovie) == 0x000008, "Wrong alignment on UParticleModuleSubUVMovie"); \ +static_assert(sizeof(UParticleModuleSubUVMovie) == 0x0000B8, "Wrong size on UParticleModuleSubUVMovie"); \ +static_assert(offsetof(UParticleModuleSubUVMovie, FrameRate) == 0x000080, "Member 'UParticleModuleSubUVMovie::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSubUVMovie, StartingFrame) == 0x0000B0, "Member 'UParticleModuleSubUVMovie::StartingFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeEnveloper \ +static_assert(alignof(USoundNodeEnveloper) == 0x000008, "Wrong alignment on USoundNodeEnveloper"); \ +static_assert(sizeof(USoundNodeEnveloper) == 0x000198, "Wrong size on USoundNodeEnveloper"); \ +static_assert(offsetof(USoundNodeEnveloper, LoopStart) == 0x000050, "Member 'USoundNodeEnveloper::LoopStart' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeEnveloper, LoopEnd) == 0x000054, "Member 'USoundNodeEnveloper::LoopEnd' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeEnveloper, DurationAfterLoop) == 0x000058, "Member 'USoundNodeEnveloper::DurationAfterLoop' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeEnveloper, LoopCount) == 0x00005C, "Member 'USoundNodeEnveloper::LoopCount' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeEnveloper, VolumeInterpCurve) == 0x000068, "Member 'USoundNodeEnveloper::VolumeInterpCurve' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeEnveloper, PitchInterpCurve) == 0x000070, "Member 'USoundNodeEnveloper::PitchInterpCurve' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeEnveloper, VolumeCurve) == 0x000078, "Member 'USoundNodeEnveloper::VolumeCurve' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeEnveloper, PitchCurve) == 0x000100, "Member 'USoundNodeEnveloper::PitchCurve' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeEnveloper, PitchMin) == 0x000188, "Member 'USoundNodeEnveloper::PitchMin' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeEnveloper, PitchMax) == 0x00018C, "Member 'USoundNodeEnveloper::PitchMax' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeEnveloper, VolumeMin) == 0x000190, "Member 'USoundNodeEnveloper::VolumeMin' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeEnveloper, VolumeMax) == 0x000194, "Member 'USoundNodeEnveloper::VolumeMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleTrailBase \ +static_assert(alignof(UParticleModuleTrailBase) == 0x000008, "Wrong alignment on UParticleModuleTrailBase"); \ +static_assert(sizeof(UParticleModuleTrailBase) == 0x000038, "Wrong size on UParticleModuleTrailBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleTrailSource \ +static_assert(alignof(UParticleModuleTrailSource) == 0x000008, "Wrong alignment on UParticleModuleTrailSource"); \ +static_assert(sizeof(UParticleModuleTrailSource) == 0x000098, "Wrong size on UParticleModuleTrailSource"); \ +static_assert(offsetof(UParticleModuleTrailSource, SourceMethod) == 0x000038, "Member 'UParticleModuleTrailSource::SourceMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTrailSource, SourceName) == 0x00003C, "Member 'UParticleModuleTrailSource::SourceName' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTrailSource, SourceStrength) == 0x000048, "Member 'UParticleModuleTrailSource::SourceStrength' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTrailSource, SourceOffsetCount) == 0x00007C, "Member 'UParticleModuleTrailSource::SourceOffsetCount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTrailSource, SourceOffsetDefaults) == 0x000080, "Member 'UParticleModuleTrailSource::SourceOffsetDefaults' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTrailSource, SelectionMethod) == 0x000090, "Member 'UParticleModuleTrailSource::SelectionMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleTypeDataAnimTrail \ +static_assert(alignof(UParticleModuleTypeDataAnimTrail) == 0x000008, "Wrong alignment on UParticleModuleTypeDataAnimTrail"); \ +static_assert(sizeof(UParticleModuleTypeDataAnimTrail) == 0x000050, "Wrong size on UParticleModuleTypeDataAnimTrail"); \ +static_assert(offsetof(UParticleModuleTypeDataAnimTrail, TilingDistance) == 0x00003C, "Member 'UParticleModuleTypeDataAnimTrail::TilingDistance' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataAnimTrail, DistanceTessellationStepSize) == 0x000040, "Member 'UParticleModuleTypeDataAnimTrail::DistanceTessellationStepSize' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataAnimTrail, TangentTessellationStepSize) == 0x000044, "Member 'UParticleModuleTypeDataAnimTrail::TangentTessellationStepSize' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataAnimTrail, WidthTessellationStepSize) == 0x000048, "Member 'UParticleModuleTypeDataAnimTrail::WidthTessellationStepSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotatingMovementComponent \ +static_assert(alignof(URotatingMovementComponent) == 0x000008, "Wrong alignment on URotatingMovementComponent"); \ +static_assert(sizeof(URotatingMovementComponent) == 0x000120, "Wrong size on URotatingMovementComponent"); \ +static_assert(offsetof(URotatingMovementComponent, RotationRate) == 0x000100, "Member 'URotatingMovementComponent::RotationRate' has a wrong offset!"); \ +static_assert(offsetof(URotatingMovementComponent, PivotTranslation) == 0x00010C, "Member 'URotatingMovementComponent::PivotTranslation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleTypeDataBeam2 \ +static_assert(alignof(UParticleModuleTypeDataBeam2) == 0x000008, "Wrong alignment on UParticleModuleTypeDataBeam2"); \ +static_assert(sizeof(UParticleModuleTypeDataBeam2) == 0x000158, "Wrong size on UParticleModuleTypeDataBeam2"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, BeamMethod) == 0x000038, "Member 'UParticleModuleTypeDataBeam2::BeamMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, TextureTile) == 0x00003C, "Member 'UParticleModuleTypeDataBeam2::TextureTile' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, TextureTileDistance) == 0x000040, "Member 'UParticleModuleTypeDataBeam2::TextureTileDistance' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, Sheets) == 0x000044, "Member 'UParticleModuleTypeDataBeam2::Sheets' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, MaxBeamCount) == 0x000048, "Member 'UParticleModuleTypeDataBeam2::MaxBeamCount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, Speed) == 0x00004C, "Member 'UParticleModuleTypeDataBeam2::Speed' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, InterpolationPoints) == 0x000050, "Member 'UParticleModuleTypeDataBeam2::InterpolationPoints' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, UpVectorStepSize) == 0x000058, "Member 'UParticleModuleTypeDataBeam2::UpVectorStepSize' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, BranchParentName) == 0x00005C, "Member 'UParticleModuleTypeDataBeam2::BranchParentName' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, Distance) == 0x000068, "Member 'UParticleModuleTypeDataBeam2::Distance' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, TaperMethod) == 0x000098, "Member 'UParticleModuleTypeDataBeam2::TaperMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, TaperFactor) == 0x0000A0, "Member 'UParticleModuleTypeDataBeam2::TaperFactor' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, TaperScale) == 0x0000D0, "Member 'UParticleModuleTypeDataBeam2::TaperScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleTypeDataGpu \ +static_assert(alignof(UParticleModuleTypeDataGpu) == 0x000010, "Wrong alignment on UParticleModuleTypeDataGpu"); \ +static_assert(sizeof(UParticleModuleTypeDataGpu) == 0x000430, "Wrong size on UParticleModuleTypeDataGpu"); \ +static_assert(offsetof(UParticleModuleTypeDataGpu, EmitterInfo) == 0x000040, "Member 'UParticleModuleTypeDataGpu::EmitterInfo' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataGpu, ResourceData) == 0x0002C0, "Member 'UParticleModuleTypeDataGpu::ResourceData' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataGpu, CameraMotionBlurAmount) == 0x000420, "Member 'UParticleModuleTypeDataGpu::CameraMotionBlurAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleTypeDataRibbon \ +static_assert(alignof(UParticleModuleTypeDataRibbon) == 0x000008, "Wrong alignment on UParticleModuleTypeDataRibbon"); \ +static_assert(sizeof(UParticleModuleTypeDataRibbon) == 0x000068, "Wrong size on UParticleModuleTypeDataRibbon"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, MaxTessellationBetweenParticles) == 0x000038, "Member 'UParticleModuleTypeDataRibbon::MaxTessellationBetweenParticles' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, SheetsPerTrail) == 0x00003C, "Member 'UParticleModuleTypeDataRibbon::SheetsPerTrail' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, MaxTrailCount) == 0x000040, "Member 'UParticleModuleTypeDataRibbon::MaxTrailCount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, MaxParticleInTrailCount) == 0x000044, "Member 'UParticleModuleTypeDataRibbon::MaxParticleInTrailCount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, RenderAxis) == 0x00004C, "Member 'UParticleModuleTypeDataRibbon::RenderAxis' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, TangentSpawningScalar) == 0x000050, "Member 'UParticleModuleTypeDataRibbon::TangentSpawningScalar' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, TilingDistance) == 0x000058, "Member 'UParticleModuleTypeDataRibbon::TilingDistance' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, DistanceTessellationStepSize) == 0x00005C, "Member 'UParticleModuleTypeDataRibbon::DistanceTessellationStepSize' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataRibbon, TangentTessellationScalar) == 0x000064, "Member 'UParticleModuleTypeDataRibbon::TangentTessellationScalar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARuntimeVirtualTextureVolume \ +static_assert(alignof(ARuntimeVirtualTextureVolume) == 0x000008, "Wrong alignment on ARuntimeVirtualTextureVolume"); \ +static_assert(sizeof(ARuntimeVirtualTextureVolume) == 0x0002B0, "Wrong size on ARuntimeVirtualTextureVolume"); \ +static_assert(offsetof(ARuntimeVirtualTextureVolume, VirtualTextureComponent) == 0x0002A8, "Member 'ARuntimeVirtualTextureVolume::VirtualTextureComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVectorFieldLocal \ +static_assert(alignof(UParticleModuleVectorFieldLocal) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldLocal"); \ +static_assert(sizeof(UParticleModuleVectorFieldLocal) == 0x000070, "Wrong size on UParticleModuleVectorFieldLocal"); \ +static_assert(offsetof(UParticleModuleVectorFieldLocal, VectorField) == 0x000038, "Member 'UParticleModuleVectorFieldLocal::VectorField' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVectorFieldLocal, RelativeTranslation) == 0x000040, "Member 'UParticleModuleVectorFieldLocal::RelativeTranslation' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVectorFieldLocal, RelativeRotation) == 0x00004C, "Member 'UParticleModuleVectorFieldLocal::RelativeRotation' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVectorFieldLocal, RelativeScale3D) == 0x000058, "Member 'UParticleModuleVectorFieldLocal::RelativeScale3D' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVectorFieldLocal, Intensity) == 0x000064, "Member 'UParticleModuleVectorFieldLocal::Intensity' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVectorFieldLocal, Tightness) == 0x000068, "Member 'UParticleModuleVectorFieldLocal::Tightness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVectorFieldRotation \ +static_assert(alignof(UParticleModuleVectorFieldRotation) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldRotation"); \ +static_assert(sizeof(UParticleModuleVectorFieldRotation) == 0x000050, "Wrong size on UParticleModuleVectorFieldRotation"); \ +static_assert(offsetof(UParticleModuleVectorFieldRotation, MinInitialRotation) == 0x000038, "Member 'UParticleModuleVectorFieldRotation::MinInitialRotation' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVectorFieldRotation, MaxInitialRotation) == 0x000044, "Member 'UParticleModuleVectorFieldRotation::MaxInitialRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZIrradianceFadingVolume \ +static_assert(alignof(ASBZIrradianceFadingVolume) == 0x000008, "Wrong alignment on ASBZIrradianceFadingVolume"); \ +static_assert(sizeof(ASBZIrradianceFadingVolume) == 0x000360, "Wrong size on ASBZIrradianceFadingVolume"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVectorFieldRotationRate \ +static_assert(alignof(UParticleModuleVectorFieldRotationRate) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldRotationRate"); \ +static_assert(sizeof(UParticleModuleVectorFieldRotationRate) == 0x000048, "Wrong size on UParticleModuleVectorFieldRotationRate"); \ +static_assert(offsetof(UParticleModuleVectorFieldRotationRate, RotationRate) == 0x000038, "Member 'UParticleModuleVectorFieldRotationRate::RotationRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVectorFieldScale \ +static_assert(alignof(UParticleModuleVectorFieldScale) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldScale"); \ +static_assert(sizeof(UParticleModuleVectorFieldScale) == 0x000070, "Wrong size on UParticleModuleVectorFieldScale"); \ +static_assert(offsetof(UParticleModuleVectorFieldScale, VectorFieldScale) == 0x000038, "Member 'UParticleModuleVectorFieldScale::VectorFieldScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVectorFieldScale, VectorFieldScaleRaw) == 0x000040, "Member 'UParticleModuleVectorFieldScale::VectorFieldScaleRaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVectorFieldScaleOverLife \ +static_assert(alignof(UParticleModuleVectorFieldScaleOverLife) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldScaleOverLife"); \ +static_assert(sizeof(UParticleModuleVectorFieldScaleOverLife) == 0x000070, "Wrong size on UParticleModuleVectorFieldScaleOverLife"); \ +static_assert(offsetof(UParticleModuleVectorFieldScaleOverLife, VectorFieldScaleOverLife) == 0x000038, "Member 'UParticleModuleVectorFieldScaleOverLife::VectorFieldScaleOverLife' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVectorFieldScaleOverLife, VectorFieldScaleOverLifeRaw) == 0x000040, "Member 'UParticleModuleVectorFieldScaleOverLife::VectorFieldScaleOverLifeRaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLightProxy \ +static_assert(alignof(USBZLightProxy) == 0x000008, "Wrong alignment on USBZLightProxy"); \ +static_assert(sizeof(USBZLightProxy) == 0x000070, "Wrong size on USBZLightProxy"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVelocity \ +static_assert(alignof(UParticleModuleVelocity) == 0x000008, "Wrong alignment on UParticleModuleVelocity"); \ +static_assert(sizeof(UParticleModuleVelocity) == 0x0000B8, "Wrong size on UParticleModuleVelocity"); \ +static_assert(offsetof(UParticleModuleVelocity, StartVelocity) == 0x000040, "Member 'UParticleModuleVelocity::StartVelocity' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVelocity, StartVelocityRadial) == 0x000088, "Member 'UParticleModuleVelocity::StartVelocityRadial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVelocity_Seeded \ +static_assert(alignof(UParticleModuleVelocity_Seeded) == 0x000008, "Wrong alignment on UParticleModuleVelocity_Seeded"); \ +static_assert(sizeof(UParticleModuleVelocity_Seeded) == 0x0000D8, "Wrong size on UParticleModuleVelocity_Seeded"); \ +static_assert(offsetof(UParticleModuleVelocity_Seeded, RandomSeedInfo) == 0x0000B8, "Member 'UParticleModuleVelocity_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVelocityCone \ +static_assert(alignof(UParticleModuleVelocityCone) == 0x000008, "Wrong alignment on UParticleModuleVelocityCone"); \ +static_assert(sizeof(UParticleModuleVelocityCone) == 0x0000B0, "Wrong size on UParticleModuleVelocityCone"); \ +static_assert(offsetof(UParticleModuleVelocityCone, Angle) == 0x000040, "Member 'UParticleModuleVelocityCone::Angle' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVelocityCone, Velocity) == 0x000070, "Member 'UParticleModuleVelocityCone::Velocity' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVelocityCone, Direction) == 0x0000A0, "Member 'UParticleModuleVelocityCone::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVelocityOverLifetime \ +static_assert(alignof(UParticleModuleVelocityOverLifetime) == 0x000008, "Wrong alignment on UParticleModuleVelocityOverLifetime"); \ +static_assert(sizeof(UParticleModuleVelocityOverLifetime) == 0x000090, "Wrong size on UParticleModuleVelocityOverLifetime"); \ +static_assert(offsetof(UParticleModuleVelocityOverLifetime, VelOverLife) == 0x000040, "Member 'UParticleModuleVelocityOverLifetime::VelOverLife' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleSpriteEmitter \ +static_assert(alignof(UParticleSpriteEmitter) == 0x000008, "Wrong alignment on UParticleSpriteEmitter"); \ +static_assert(sizeof(UParticleSpriteEmitter) == 0x0001C0, "Wrong size on UParticleSpriteEmitter"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_BeginTrails \ +static_assert(alignof(ParticleSystemComponent_BeginTrails) == 0x000004, "Wrong alignment on ParticleSystemComponent_BeginTrails"); \ +static_assert(sizeof(ParticleSystemComponent_BeginTrails) == 0x000020, "Wrong size on ParticleSystemComponent_BeginTrails"); \ +static_assert(offsetof(ParticleSystemComponent_BeginTrails, InFirstSocketName) == 0x000000, "Member 'ParticleSystemComponent_BeginTrails::InFirstSocketName' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_BeginTrails, InSecondSocketName) == 0x00000C, "Member 'ParticleSystemComponent_BeginTrails::InSecondSocketName' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_BeginTrails, InWidthMode) == 0x000018, "Member 'ParticleSystemComponent_BeginTrails::InWidthMode' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_BeginTrails, InWidth) == 0x00001C, "Member 'ParticleSystemComponent_BeginTrails::InWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_CreateNamedDynamicMaterialInstance \ +static_assert(alignof(ParticleSystemComponent_CreateNamedDynamicMaterialInstance) == 0x000008, "Wrong alignment on ParticleSystemComponent_CreateNamedDynamicMaterialInstance"); \ +static_assert(sizeof(ParticleSystemComponent_CreateNamedDynamicMaterialInstance) == 0x000020, "Wrong size on ParticleSystemComponent_CreateNamedDynamicMaterialInstance"); \ +static_assert(offsetof(ParticleSystemComponent_CreateNamedDynamicMaterialInstance, InName) == 0x000000, "Member 'ParticleSystemComponent_CreateNamedDynamicMaterialInstance::InName' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_CreateNamedDynamicMaterialInstance, SourceMaterial) == 0x000010, "Member 'ParticleSystemComponent_CreateNamedDynamicMaterialInstance::SourceMaterial' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_CreateNamedDynamicMaterialInstance, ReturnValue) == 0x000018, "Member 'ParticleSystemComponent_CreateNamedDynamicMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_GenerateParticleEvent \ +static_assert(alignof(ParticleSystemComponent_GenerateParticleEvent) == 0x000004, "Wrong alignment on ParticleSystemComponent_GenerateParticleEvent"); \ +static_assert(sizeof(ParticleSystemComponent_GenerateParticleEvent) == 0x000034, "Wrong size on ParticleSystemComponent_GenerateParticleEvent"); \ +static_assert(offsetof(ParticleSystemComponent_GenerateParticleEvent, InEventName) == 0x000000, "Member 'ParticleSystemComponent_GenerateParticleEvent::InEventName' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GenerateParticleEvent, InEmitterTime) == 0x00000C, "Member 'ParticleSystemComponent_GenerateParticleEvent::InEmitterTime' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GenerateParticleEvent, InLocation) == 0x000010, "Member 'ParticleSystemComponent_GenerateParticleEvent::InLocation' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GenerateParticleEvent, InDirection) == 0x00001C, "Member 'ParticleSystemComponent_GenerateParticleEvent::InDirection' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GenerateParticleEvent, InVelocity) == 0x000028, "Member 'ParticleSystemComponent_GenerateParticleEvent::InVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_SetAutoAttachParams \ +static_assert(alignof(ParticleSystemComponent_SetAutoAttachParams) == 0x000008, "Wrong alignment on ParticleSystemComponent_SetAutoAttachParams"); \ +static_assert(sizeof(ParticleSystemComponent_SetAutoAttachParams) == 0x000018, "Wrong size on ParticleSystemComponent_SetAutoAttachParams"); \ +static_assert(offsetof(ParticleSystemComponent_SetAutoAttachParams, Parent) == 0x000000, "Member 'ParticleSystemComponent_SetAutoAttachParams::Parent' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetAutoAttachParams, SocketName) == 0x000008, "Member 'ParticleSystemComponent_SetAutoAttachParams::SocketName' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetAutoAttachParams, LocationType) == 0x000014, "Member 'ParticleSystemComponent_SetAutoAttachParams::LocationType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamEndPoint \ +static_assert(alignof(ParticleSystemComponent_SetBeamEndPoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamEndPoint"); \ +static_assert(sizeof(ParticleSystemComponent_SetBeamEndPoint) == 0x000010, "Wrong size on ParticleSystemComponent_SetBeamEndPoint"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamEndPoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamEndPoint::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamEndPoint, NewEndPoint) == 0x000004, "Member 'ParticleSystemComponent_SetBeamEndPoint::NewEndPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamSourcePoint \ +static_assert(alignof(ParticleSystemComponent_SetBeamSourcePoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamSourcePoint"); \ +static_assert(sizeof(ParticleSystemComponent_SetBeamSourcePoint) == 0x000014, "Wrong size on ParticleSystemComponent_SetBeamSourcePoint"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamSourcePoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamSourcePoint::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamSourcePoint, NewSourcePoint) == 0x000004, "Member 'ParticleSystemComponent_SetBeamSourcePoint::NewSourcePoint' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamSourcePoint, SourceIndex) == 0x000010, "Member 'ParticleSystemComponent_SetBeamSourcePoint::SourceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamSourceStrength \ +static_assert(alignof(ParticleSystemComponent_SetBeamSourceStrength) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamSourceStrength"); \ +static_assert(sizeof(ParticleSystemComponent_SetBeamSourceStrength) == 0x00000C, "Wrong size on ParticleSystemComponent_SetBeamSourceStrength"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamSourceStrength, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamSourceStrength::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamSourceStrength, NewSourceStrength) == 0x000004, "Member 'ParticleSystemComponent_SetBeamSourceStrength::NewSourceStrength' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamSourceStrength, SourceIndex) == 0x000008, "Member 'ParticleSystemComponent_SetBeamSourceStrength::SourceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamSourceTangent \ +static_assert(alignof(ParticleSystemComponent_SetBeamSourceTangent) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamSourceTangent"); \ +static_assert(sizeof(ParticleSystemComponent_SetBeamSourceTangent) == 0x000014, "Wrong size on ParticleSystemComponent_SetBeamSourceTangent"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamSourceTangent, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamSourceTangent::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamSourceTangent, NewTangentPoint) == 0x000004, "Member 'ParticleSystemComponent_SetBeamSourceTangent::NewTangentPoint' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamSourceTangent, SourceIndex) == 0x000010, "Member 'ParticleSystemComponent_SetBeamSourceTangent::SourceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamTargetPoint \ +static_assert(alignof(ParticleSystemComponent_SetBeamTargetPoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamTargetPoint"); \ +static_assert(sizeof(ParticleSystemComponent_SetBeamTargetPoint) == 0x000014, "Wrong size on ParticleSystemComponent_SetBeamTargetPoint"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamTargetPoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamTargetPoint::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamTargetPoint, NewTargetPoint) == 0x000004, "Member 'ParticleSystemComponent_SetBeamTargetPoint::NewTargetPoint' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamTargetPoint, TargetIndex) == 0x000010, "Member 'ParticleSystemComponent_SetBeamTargetPoint::TargetIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamTargetStrength \ +static_assert(alignof(ParticleSystemComponent_SetBeamTargetStrength) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamTargetStrength"); \ +static_assert(sizeof(ParticleSystemComponent_SetBeamTargetStrength) == 0x00000C, "Wrong size on ParticleSystemComponent_SetBeamTargetStrength"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamTargetStrength, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamTargetStrength::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamTargetStrength, NewTargetStrength) == 0x000004, "Member 'ParticleSystemComponent_SetBeamTargetStrength::NewTargetStrength' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamTargetStrength, TargetIndex) == 0x000008, "Member 'ParticleSystemComponent_SetBeamTargetStrength::TargetIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamTargetTangent \ +static_assert(alignof(ParticleSystemComponent_SetBeamTargetTangent) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamTargetTangent"); \ +static_assert(sizeof(ParticleSystemComponent_SetBeamTargetTangent) == 0x000014, "Wrong size on ParticleSystemComponent_SetBeamTargetTangent"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamTargetTangent, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamTargetTangent::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamTargetTangent, NewTangentPoint) == 0x000004, "Member 'ParticleSystemComponent_SetBeamTargetTangent::NewTangentPoint' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetBeamTargetTangent, TargetIndex) == 0x000010, "Member 'ParticleSystemComponent_SetBeamTargetTangent::TargetIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_SetMaterialParameter \ +static_assert(alignof(ParticleSystemComponent_SetMaterialParameter) == 0x000008, "Wrong alignment on ParticleSystemComponent_SetMaterialParameter"); \ +static_assert(sizeof(ParticleSystemComponent_SetMaterialParameter) == 0x000018, "Wrong size on ParticleSystemComponent_SetMaterialParameter"); \ +static_assert(offsetof(ParticleSystemComponent_SetMaterialParameter, ParameterName) == 0x000000, "Member 'ParticleSystemComponent_SetMaterialParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetMaterialParameter, Param) == 0x000010, "Member 'ParticleSystemComponent_SetMaterialParameter::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_SetTemplate \ +static_assert(alignof(ParticleSystemComponent_SetTemplate) == 0x000008, "Wrong alignment on ParticleSystemComponent_SetTemplate"); \ +static_assert(sizeof(ParticleSystemComponent_SetTemplate) == 0x000008, "Wrong size on ParticleSystemComponent_SetTemplate"); \ +static_assert(offsetof(ParticleSystemComponent_SetTemplate, NewTemplate) == 0x000000, "Member 'ParticleSystemComponent_SetTemplate::NewTemplate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_SetTrailSourceData \ +static_assert(alignof(ParticleSystemComponent_SetTrailSourceData) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetTrailSourceData"); \ +static_assert(sizeof(ParticleSystemComponent_SetTrailSourceData) == 0x000020, "Wrong size on ParticleSystemComponent_SetTrailSourceData"); \ +static_assert(offsetof(ParticleSystemComponent_SetTrailSourceData, InFirstSocketName) == 0x000000, "Member 'ParticleSystemComponent_SetTrailSourceData::InFirstSocketName' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetTrailSourceData, InSecondSocketName) == 0x00000C, "Member 'ParticleSystemComponent_SetTrailSourceData::InSecondSocketName' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetTrailSourceData, InWidthMode) == 0x000018, "Member 'ParticleSystemComponent_SetTrailSourceData::InWidthMode' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_SetTrailSourceData, InWidth) == 0x00001C, "Member 'ParticleSystemComponent_SetTrailSourceData::InWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamEndPoint \ +static_assert(alignof(ParticleSystemComponent_GetBeamEndPoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamEndPoint"); \ +static_assert(sizeof(ParticleSystemComponent_GetBeamEndPoint) == 0x000014, "Wrong size on ParticleSystemComponent_GetBeamEndPoint"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamEndPoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamEndPoint::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamEndPoint, OutEndPoint) == 0x000004, "Member 'ParticleSystemComponent_GetBeamEndPoint::OutEndPoint' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamEndPoint, ReturnValue) == 0x000010, "Member 'ParticleSystemComponent_GetBeamEndPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamSourcePoint \ +static_assert(alignof(ParticleSystemComponent_GetBeamSourcePoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamSourcePoint"); \ +static_assert(sizeof(ParticleSystemComponent_GetBeamSourcePoint) == 0x000018, "Wrong size on ParticleSystemComponent_GetBeamSourcePoint"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamSourcePoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamSourcePoint::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamSourcePoint, SourceIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamSourcePoint::SourceIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamSourcePoint, OutSourcePoint) == 0x000008, "Member 'ParticleSystemComponent_GetBeamSourcePoint::OutSourcePoint' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamSourcePoint, ReturnValue) == 0x000014, "Member 'ParticleSystemComponent_GetBeamSourcePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamSourceStrength \ +static_assert(alignof(ParticleSystemComponent_GetBeamSourceStrength) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamSourceStrength"); \ +static_assert(sizeof(ParticleSystemComponent_GetBeamSourceStrength) == 0x000010, "Wrong size on ParticleSystemComponent_GetBeamSourceStrength"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamSourceStrength, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamSourceStrength::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamSourceStrength, SourceIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamSourceStrength::SourceIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamSourceStrength, OutSourceStrength) == 0x000008, "Member 'ParticleSystemComponent_GetBeamSourceStrength::OutSourceStrength' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamSourceStrength, ReturnValue) == 0x00000C, "Member 'ParticleSystemComponent_GetBeamSourceStrength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamSourceTangent \ +static_assert(alignof(ParticleSystemComponent_GetBeamSourceTangent) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamSourceTangent"); \ +static_assert(sizeof(ParticleSystemComponent_GetBeamSourceTangent) == 0x000018, "Wrong size on ParticleSystemComponent_GetBeamSourceTangent"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamSourceTangent, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamSourceTangent::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamSourceTangent, SourceIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamSourceTangent::SourceIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamSourceTangent, OutTangentPoint) == 0x000008, "Member 'ParticleSystemComponent_GetBeamSourceTangent::OutTangentPoint' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamSourceTangent, ReturnValue) == 0x000014, "Member 'ParticleSystemComponent_GetBeamSourceTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamTargetPoint \ +static_assert(alignof(ParticleSystemComponent_GetBeamTargetPoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamTargetPoint"); \ +static_assert(sizeof(ParticleSystemComponent_GetBeamTargetPoint) == 0x000018, "Wrong size on ParticleSystemComponent_GetBeamTargetPoint"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamTargetPoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamTargetPoint::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamTargetPoint, TargetIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamTargetPoint::TargetIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamTargetPoint, OutTargetPoint) == 0x000008, "Member 'ParticleSystemComponent_GetBeamTargetPoint::OutTargetPoint' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamTargetPoint, ReturnValue) == 0x000014, "Member 'ParticleSystemComponent_GetBeamTargetPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamTargetStrength \ +static_assert(alignof(ParticleSystemComponent_GetBeamTargetStrength) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamTargetStrength"); \ +static_assert(sizeof(ParticleSystemComponent_GetBeamTargetStrength) == 0x000010, "Wrong size on ParticleSystemComponent_GetBeamTargetStrength"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamTargetStrength, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamTargetStrength::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamTargetStrength, TargetIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamTargetStrength::TargetIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamTargetStrength, OutTargetStrength) == 0x000008, "Member 'ParticleSystemComponent_GetBeamTargetStrength::OutTargetStrength' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamTargetStrength, ReturnValue) == 0x00000C, "Member 'ParticleSystemComponent_GetBeamTargetStrength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamTargetTangent \ +static_assert(alignof(ParticleSystemComponent_GetBeamTargetTangent) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamTargetTangent"); \ +static_assert(sizeof(ParticleSystemComponent_GetBeamTargetTangent) == 0x000018, "Wrong size on ParticleSystemComponent_GetBeamTargetTangent"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamTargetTangent, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamTargetTangent::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamTargetTangent, TargetIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamTargetTangent::TargetIndex' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamTargetTangent, OutTangentPoint) == 0x000008, "Member 'ParticleSystemComponent_GetBeamTargetTangent::OutTangentPoint' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetBeamTargetTangent, ReturnValue) == 0x000014, "Member 'ParticleSystemComponent_GetBeamTargetTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_GetNamedMaterial \ +static_assert(alignof(ParticleSystemComponent_GetNamedMaterial) == 0x000008, "Wrong alignment on ParticleSystemComponent_GetNamedMaterial"); \ +static_assert(sizeof(ParticleSystemComponent_GetNamedMaterial) == 0x000018, "Wrong size on ParticleSystemComponent_GetNamedMaterial"); \ +static_assert(offsetof(ParticleSystemComponent_GetNamedMaterial, InName) == 0x000000, "Member 'ParticleSystemComponent_GetNamedMaterial::InName' has a wrong offset!"); \ +static_assert(offsetof(ParticleSystemComponent_GetNamedMaterial, ReturnValue) == 0x000010, "Member 'ParticleSystemComponent_GetNamedMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_GetNumActiveParticles \ +static_assert(alignof(ParticleSystemComponent_GetNumActiveParticles) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetNumActiveParticles"); \ +static_assert(sizeof(ParticleSystemComponent_GetNumActiveParticles) == 0x000004, "Wrong size on ParticleSystemComponent_GetNumActiveParticles"); \ +static_assert(offsetof(ParticleSystemComponent_GetNumActiveParticles, ReturnValue) == 0x000000, "Member 'ParticleSystemComponent_GetNumActiveParticles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleSystemComponent \ +static_assert(alignof(UParticleSystemComponent) == 0x000010, "Wrong alignment on UParticleSystemComponent"); \ +static_assert(sizeof(UParticleSystemComponent) == 0x000770, "Wrong size on UParticleSystemComponent"); \ +static_assert(offsetof(UParticleSystemComponent, Template) == 0x000500, "Member 'UParticleSystemComponent::Template' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, EmitterMaterials) == 0x000508, "Member 'UParticleSystemComponent::EmitterMaterials' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, SkelMeshComponents) == 0x000518, "Member 'UParticleSystemComponent::SkelMeshComponents' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, LODMethod) == 0x000535, "Member 'UParticleSystemComponent::LODMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, RequiredSignificance) == 0x000536, "Member 'UParticleSystemComponent::RequiredSignificance' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, InstanceParameters) == 0x000538, "Member 'UParticleSystemComponent::InstanceParameters' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OnParticleSpawn) == 0x000548, "Member 'UParticleSystemComponent::OnParticleSpawn' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OnParticleBurst) == 0x000558, "Member 'UParticleSystemComponent::OnParticleBurst' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OnParticleDeath) == 0x000568, "Member 'UParticleSystemComponent::OnParticleDeath' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OnParticleCollide) == 0x000578, "Member 'UParticleSystemComponent::OnParticleCollide' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, bOldPositionValid) == 0x000588, "Member 'UParticleSystemComponent::bOldPositionValid' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OldPosition) == 0x00058C, "Member 'UParticleSystemComponent::OldPosition' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, PartSysVelocity) == 0x000598, "Member 'UParticleSystemComponent::PartSysVelocity' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, WarmupTime) == 0x0005A4, "Member 'UParticleSystemComponent::WarmupTime' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, WarmupTickRate) == 0x0005A8, "Member 'UParticleSystemComponent::WarmupTickRate' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, SecondsBeforeInactive) == 0x0005B0, "Member 'UParticleSystemComponent::SecondsBeforeInactive' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, MaxTimeBeforeForceUpdateTransform) == 0x0005B8, "Member 'UParticleSystemComponent::MaxTimeBeforeForceUpdateTransform' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, ReplayClips) == 0x0005D8, "Member 'UParticleSystemComponent::ReplayClips' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, CustomTimeDilation) == 0x0005F0, "Member 'UParticleSystemComponent::CustomTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, AutoAttachParent) == 0x000648, "Member 'UParticleSystemComponent::AutoAttachParent' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, AutoAttachSocketName) == 0x000650, "Member 'UParticleSystemComponent::AutoAttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, AutoAttachLocationRule) == 0x00065C, "Member 'UParticleSystemComponent::AutoAttachLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, AutoAttachRotationRule) == 0x00065D, "Member 'UParticleSystemComponent::AutoAttachRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, AutoAttachScaleRule) == 0x00065E, "Member 'UParticleSystemComponent::AutoAttachScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OnSystemFinished) == 0x000690, "Member 'UParticleSystemComponent::OnSystemFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleSystemReplay \ +static_assert(alignof(UParticleSystemReplay) == 0x000008, "Wrong alignment on UParticleSystemReplay"); \ +static_assert(sizeof(UParticleSystemReplay) == 0x000048, "Wrong size on UParticleSystemReplay"); \ +static_assert(offsetof(UParticleSystemReplay, ClipIDNumber) == 0x000030, "Member 'UParticleSystemReplay::ClipIDNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASphereReflectionCapture \ +static_assert(alignof(ASphereReflectionCapture) == 0x000008, "Wrong alignment on ASphereReflectionCapture"); \ +static_assert(sizeof(ASphereReflectionCapture) == 0x0002B8, "Wrong size on ASphereReflectionCapture"); \ +static_assert(offsetof(ASphereReflectionCapture, DrawCaptureRadius) == 0x0002B0, "Member 'ASphereReflectionCapture::DrawCaptureRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IPathFollowingAgentInterface \ +static_assert(alignof(IPathFollowingAgentInterface) == 0x000001, "Wrong alignment on IPathFollowingAgentInterface"); \ +static_assert(sizeof(IPathFollowingAgentInterface) == 0x000001, "Wrong size on IPathFollowingAgentInterface"); \ + +#define DUMPER7_ASSERTS_PawnNoiseEmitterComponent_MakeNoise \ +static_assert(alignof(PawnNoiseEmitterComponent_MakeNoise) == 0x000008, "Wrong alignment on PawnNoiseEmitterComponent_MakeNoise"); \ +static_assert(sizeof(PawnNoiseEmitterComponent_MakeNoise) == 0x000018, "Wrong size on PawnNoiseEmitterComponent_MakeNoise"); \ +static_assert(offsetof(PawnNoiseEmitterComponent_MakeNoise, NoiseMaker) == 0x000000, "Member 'PawnNoiseEmitterComponent_MakeNoise::NoiseMaker' has a wrong offset!"); \ +static_assert(offsetof(PawnNoiseEmitterComponent_MakeNoise, Loudness) == 0x000008, "Member 'PawnNoiseEmitterComponent_MakeNoise::Loudness' has a wrong offset!"); \ +static_assert(offsetof(PawnNoiseEmitterComponent_MakeNoise, NoiseLocation) == 0x00000C, "Member 'PawnNoiseEmitterComponent_MakeNoise::NoiseLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPawnNoiseEmitterComponent \ +static_assert(alignof(UPawnNoiseEmitterComponent) == 0x000008, "Wrong alignment on UPawnNoiseEmitterComponent"); \ +static_assert(sizeof(UPawnNoiseEmitterComponent) == 0x0000E8, "Wrong size on UPawnNoiseEmitterComponent"); \ +static_assert(offsetof(UPawnNoiseEmitterComponent, LastRemoteNoisePosition) == 0x0000C4, "Member 'UPawnNoiseEmitterComponent::LastRemoteNoisePosition' has a wrong offset!"); \ +static_assert(offsetof(UPawnNoiseEmitterComponent, NoiseLifetime) == 0x0000D0, "Member 'UPawnNoiseEmitterComponent::NoiseLifetime' has a wrong offset!"); \ +static_assert(offsetof(UPawnNoiseEmitterComponent, LastRemoteNoiseVolume) == 0x0000D4, "Member 'UPawnNoiseEmitterComponent::LastRemoteNoiseVolume' has a wrong offset!"); \ +static_assert(offsetof(UPawnNoiseEmitterComponent, LastRemoteNoiseTime) == 0x0000D8, "Member 'UPawnNoiseEmitterComponent::LastRemoteNoiseTime' has a wrong offset!"); \ +static_assert(offsetof(UPawnNoiseEmitterComponent, LastLocalNoiseVolume) == 0x0000DC, "Member 'UPawnNoiseEmitterComponent::LastLocalNoiseVolume' has a wrong offset!"); \ +static_assert(offsetof(UPawnNoiseEmitterComponent, LastLocalNoiseTime) == 0x0000E0, "Member 'UPawnNoiseEmitterComponent::LastLocalNoiseTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMigratingNetGame \ +static_assert(alignof(UMigratingNetGame) == 0x000008, "Wrong alignment on UMigratingNetGame"); \ +static_assert(sizeof(UMigratingNetGame) == 0x0000C8, "Wrong size on UMigratingNetGame"); \ + +#define DUMPER7_ASSERTS_PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow \ +static_assert(alignof(PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow) == 0x000004, "Wrong alignment on PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow"); \ +static_assert(sizeof(PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow) == 0x00001C, "Wrong size on PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow"); \ +static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow, BodyName) == 0x000000, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow::BodyName' has a wrong offset!"); \ +static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow, ProfileName) == 0x00000C, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow, bIncludeSelf) == 0x000018, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow::bIncludeSelf' has a wrong offset!"); \ +static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow, bClearNotFound) == 0x000019, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow::bClearNotFound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicalAnimationComponent_ApplyPhysicalAnimationSettings \ +static_assert(alignof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettings) == 0x000004, "Wrong alignment on PhysicalAnimationComponent_ApplyPhysicalAnimationSettings"); \ +static_assert(sizeof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettings) == 0x000034, "Wrong size on PhysicalAnimationComponent_ApplyPhysicalAnimationSettings"); \ +static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettings, BodyName) == 0x000000, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationSettings::BodyName' has a wrong offset!"); \ +static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettings, PhysicalAnimationData) == 0x00000C, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationSettings::PhysicalAnimationData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow \ +static_assert(alignof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow) == 0x000004, "Wrong alignment on PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow"); \ +static_assert(sizeof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow) == 0x000038, "Wrong size on PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow"); \ +static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow, BodyName) == 0x000000, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow::BodyName' has a wrong offset!"); \ +static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow, PhysicalAnimationData) == 0x00000C, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow::PhysicalAnimationData' has a wrong offset!"); \ +static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow, bIncludeSelf) == 0x000034, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow::bIncludeSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicalAnimationComponent_SetSkeletalMeshComponent \ +static_assert(alignof(PhysicalAnimationComponent_SetSkeletalMeshComponent) == 0x000008, "Wrong alignment on PhysicalAnimationComponent_SetSkeletalMeshComponent"); \ +static_assert(sizeof(PhysicalAnimationComponent_SetSkeletalMeshComponent) == 0x000008, "Wrong size on PhysicalAnimationComponent_SetSkeletalMeshComponent"); \ +static_assert(offsetof(PhysicalAnimationComponent_SetSkeletalMeshComponent, InSkeletalMeshComponent) == 0x000000, "Member 'PhysicalAnimationComponent_SetSkeletalMeshComponent::InSkeletalMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicalAnimationComponent_SetStrengthMultiplyer \ +static_assert(alignof(PhysicalAnimationComponent_SetStrengthMultiplyer) == 0x000004, "Wrong alignment on PhysicalAnimationComponent_SetStrengthMultiplyer"); \ +static_assert(sizeof(PhysicalAnimationComponent_SetStrengthMultiplyer) == 0x000004, "Wrong size on PhysicalAnimationComponent_SetStrengthMultiplyer"); \ +static_assert(offsetof(PhysicalAnimationComponent_SetStrengthMultiplyer, InStrengthMultiplyer) == 0x000000, "Member 'PhysicalAnimationComponent_SetStrengthMultiplyer::InStrengthMultiplyer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicalAnimationComponent_GetBodyTargetTransform \ +static_assert(alignof(PhysicalAnimationComponent_GetBodyTargetTransform) == 0x000010, "Wrong alignment on PhysicalAnimationComponent_GetBodyTargetTransform"); \ +static_assert(sizeof(PhysicalAnimationComponent_GetBodyTargetTransform) == 0x000040, "Wrong size on PhysicalAnimationComponent_GetBodyTargetTransform"); \ +static_assert(offsetof(PhysicalAnimationComponent_GetBodyTargetTransform, BodyName) == 0x000000, "Member 'PhysicalAnimationComponent_GetBodyTargetTransform::BodyName' has a wrong offset!"); \ +static_assert(offsetof(PhysicalAnimationComponent_GetBodyTargetTransform, ReturnValue) == 0x000010, "Member 'PhysicalAnimationComponent_GetBodyTargetTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicalAnimationComponent \ +static_assert(alignof(UPhysicalAnimationComponent) == 0x000008, "Wrong alignment on UPhysicalAnimationComponent"); \ +static_assert(sizeof(UPhysicalAnimationComponent) == 0x000100, "Wrong size on UPhysicalAnimationComponent"); \ +static_assert(offsetof(UPhysicalAnimationComponent, StrengthMultiplyer) == 0x0000C0, "Member 'UPhysicalAnimationComponent::StrengthMultiplyer' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalAnimationComponent, SkeletalMeshComponent) == 0x0000C8, "Member 'UPhysicalAnimationComponent::SkeletalMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetBoundaryMax \ +static_assert(alignof(SplineMeshComponent_SetBoundaryMax) == 0x000004, "Wrong alignment on SplineMeshComponent_SetBoundaryMax"); \ +static_assert(sizeof(SplineMeshComponent_SetBoundaryMax) == 0x000008, "Wrong size on SplineMeshComponent_SetBoundaryMax"); \ +static_assert(offsetof(SplineMeshComponent_SetBoundaryMax, InBoundaryMax) == 0x000000, "Member 'SplineMeshComponent_SetBoundaryMax::InBoundaryMax' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetBoundaryMax, bUpdateMesh) == 0x000004, "Member 'SplineMeshComponent_SetBoundaryMax::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetBoundaryMin \ +static_assert(alignof(SplineMeshComponent_SetBoundaryMin) == 0x000004, "Wrong alignment on SplineMeshComponent_SetBoundaryMin"); \ +static_assert(sizeof(SplineMeshComponent_SetBoundaryMin) == 0x000008, "Wrong size on SplineMeshComponent_SetBoundaryMin"); \ +static_assert(offsetof(SplineMeshComponent_SetBoundaryMin, InBoundaryMin) == 0x000000, "Member 'SplineMeshComponent_SetBoundaryMin::InBoundaryMin' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetBoundaryMin, bUpdateMesh) == 0x000004, "Member 'SplineMeshComponent_SetBoundaryMin::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetEndOffset \ +static_assert(alignof(SplineMeshComponent_SetEndOffset) == 0x000004, "Wrong alignment on SplineMeshComponent_SetEndOffset"); \ +static_assert(sizeof(SplineMeshComponent_SetEndOffset) == 0x00000C, "Wrong size on SplineMeshComponent_SetEndOffset"); \ +static_assert(offsetof(SplineMeshComponent_SetEndOffset, EndOffset) == 0x000000, "Member 'SplineMeshComponent_SetEndOffset::EndOffset' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetEndOffset, bUpdateMesh) == 0x000008, "Member 'SplineMeshComponent_SetEndOffset::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetEndPosition \ +static_assert(alignof(SplineMeshComponent_SetEndPosition) == 0x000004, "Wrong alignment on SplineMeshComponent_SetEndPosition"); \ +static_assert(sizeof(SplineMeshComponent_SetEndPosition) == 0x000010, "Wrong size on SplineMeshComponent_SetEndPosition"); \ +static_assert(offsetof(SplineMeshComponent_SetEndPosition, EndPos) == 0x000000, "Member 'SplineMeshComponent_SetEndPosition::EndPos' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetEndPosition, bUpdateMesh) == 0x00000C, "Member 'SplineMeshComponent_SetEndPosition::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetEndRoll \ +static_assert(alignof(SplineMeshComponent_SetEndRoll) == 0x000004, "Wrong alignment on SplineMeshComponent_SetEndRoll"); \ +static_assert(sizeof(SplineMeshComponent_SetEndRoll) == 0x000008, "Wrong size on SplineMeshComponent_SetEndRoll"); \ +static_assert(offsetof(SplineMeshComponent_SetEndRoll, EndRoll) == 0x000000, "Member 'SplineMeshComponent_SetEndRoll::EndRoll' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetEndRoll, bUpdateMesh) == 0x000004, "Member 'SplineMeshComponent_SetEndRoll::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetEndScale \ +static_assert(alignof(SplineMeshComponent_SetEndScale) == 0x000004, "Wrong alignment on SplineMeshComponent_SetEndScale"); \ +static_assert(sizeof(SplineMeshComponent_SetEndScale) == 0x00000C, "Wrong size on SplineMeshComponent_SetEndScale"); \ +static_assert(offsetof(SplineMeshComponent_SetEndScale, EndScale) == 0x000000, "Member 'SplineMeshComponent_SetEndScale::EndScale' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetEndScale, bUpdateMesh) == 0x000008, "Member 'SplineMeshComponent_SetEndScale::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetEndTangent \ +static_assert(alignof(SplineMeshComponent_SetEndTangent) == 0x000004, "Wrong alignment on SplineMeshComponent_SetEndTangent"); \ +static_assert(sizeof(SplineMeshComponent_SetEndTangent) == 0x000010, "Wrong size on SplineMeshComponent_SetEndTangent"); \ +static_assert(offsetof(SplineMeshComponent_SetEndTangent, EndTangent) == 0x000000, "Member 'SplineMeshComponent_SetEndTangent::EndTangent' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetEndTangent, bUpdateMesh) == 0x00000C, "Member 'SplineMeshComponent_SetEndTangent::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetForwardAxis \ +static_assert(alignof(SplineMeshComponent_SetForwardAxis) == 0x000001, "Wrong alignment on SplineMeshComponent_SetForwardAxis"); \ +static_assert(sizeof(SplineMeshComponent_SetForwardAxis) == 0x000002, "Wrong size on SplineMeshComponent_SetForwardAxis"); \ +static_assert(offsetof(SplineMeshComponent_SetForwardAxis, InForwardAxis) == 0x000000, "Member 'SplineMeshComponent_SetForwardAxis::InForwardAxis' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetForwardAxis, bUpdateMesh) == 0x000001, "Member 'SplineMeshComponent_SetForwardAxis::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetSplineUpDir \ +static_assert(alignof(SplineMeshComponent_SetSplineUpDir) == 0x000004, "Wrong alignment on SplineMeshComponent_SetSplineUpDir"); \ +static_assert(sizeof(SplineMeshComponent_SetSplineUpDir) == 0x000010, "Wrong size on SplineMeshComponent_SetSplineUpDir"); \ +static_assert(offsetof(SplineMeshComponent_SetSplineUpDir, InSplineUpDir) == 0x000000, "Member 'SplineMeshComponent_SetSplineUpDir::InSplineUpDir' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetSplineUpDir, bUpdateMesh) == 0x00000C, "Member 'SplineMeshComponent_SetSplineUpDir::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetStartAndEnd \ +static_assert(alignof(SplineMeshComponent_SetStartAndEnd) == 0x000004, "Wrong alignment on SplineMeshComponent_SetStartAndEnd"); \ +static_assert(sizeof(SplineMeshComponent_SetStartAndEnd) == 0x000034, "Wrong size on SplineMeshComponent_SetStartAndEnd"); \ +static_assert(offsetof(SplineMeshComponent_SetStartAndEnd, StartPos) == 0x000000, "Member 'SplineMeshComponent_SetStartAndEnd::StartPos' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartAndEnd, StartTangent) == 0x00000C, "Member 'SplineMeshComponent_SetStartAndEnd::StartTangent' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartAndEnd, EndPos) == 0x000018, "Member 'SplineMeshComponent_SetStartAndEnd::EndPos' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartAndEnd, EndTangent) == 0x000024, "Member 'SplineMeshComponent_SetStartAndEnd::EndTangent' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartAndEnd, bUpdateMesh) == 0x000030, "Member 'SplineMeshComponent_SetStartAndEnd::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetStartOffset \ +static_assert(alignof(SplineMeshComponent_SetStartOffset) == 0x000004, "Wrong alignment on SplineMeshComponent_SetStartOffset"); \ +static_assert(sizeof(SplineMeshComponent_SetStartOffset) == 0x00000C, "Wrong size on SplineMeshComponent_SetStartOffset"); \ +static_assert(offsetof(SplineMeshComponent_SetStartOffset, StartOffset) == 0x000000, "Member 'SplineMeshComponent_SetStartOffset::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartOffset, bUpdateMesh) == 0x000008, "Member 'SplineMeshComponent_SetStartOffset::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetStartPosition \ +static_assert(alignof(SplineMeshComponent_SetStartPosition) == 0x000004, "Wrong alignment on SplineMeshComponent_SetStartPosition"); \ +static_assert(sizeof(SplineMeshComponent_SetStartPosition) == 0x000010, "Wrong size on SplineMeshComponent_SetStartPosition"); \ +static_assert(offsetof(SplineMeshComponent_SetStartPosition, StartPos) == 0x000000, "Member 'SplineMeshComponent_SetStartPosition::StartPos' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartPosition, bUpdateMesh) == 0x00000C, "Member 'SplineMeshComponent_SetStartPosition::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetStartRoll \ +static_assert(alignof(SplineMeshComponent_SetStartRoll) == 0x000004, "Wrong alignment on SplineMeshComponent_SetStartRoll"); \ +static_assert(sizeof(SplineMeshComponent_SetStartRoll) == 0x000008, "Wrong size on SplineMeshComponent_SetStartRoll"); \ +static_assert(offsetof(SplineMeshComponent_SetStartRoll, StartRoll) == 0x000000, "Member 'SplineMeshComponent_SetStartRoll::StartRoll' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartRoll, bUpdateMesh) == 0x000004, "Member 'SplineMeshComponent_SetStartRoll::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetStartScale \ +static_assert(alignof(SplineMeshComponent_SetStartScale) == 0x000004, "Wrong alignment on SplineMeshComponent_SetStartScale"); \ +static_assert(sizeof(SplineMeshComponent_SetStartScale) == 0x00000C, "Wrong size on SplineMeshComponent_SetStartScale"); \ +static_assert(offsetof(SplineMeshComponent_SetStartScale, StartScale) == 0x000000, "Member 'SplineMeshComponent_SetStartScale::StartScale' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartScale, bUpdateMesh) == 0x000008, "Member 'SplineMeshComponent_SetStartScale::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetStartTangent \ +static_assert(alignof(SplineMeshComponent_SetStartTangent) == 0x000004, "Wrong alignment on SplineMeshComponent_SetStartTangent"); \ +static_assert(sizeof(SplineMeshComponent_SetStartTangent) == 0x000010, "Wrong size on SplineMeshComponent_SetStartTangent"); \ +static_assert(offsetof(SplineMeshComponent_SetStartTangent, StartTangent) == 0x000000, "Member 'SplineMeshComponent_SetStartTangent::StartTangent' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartTangent, bUpdateMesh) == 0x00000C, "Member 'SplineMeshComponent_SetStartTangent::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetBoundaryMax \ +static_assert(alignof(SplineMeshComponent_GetBoundaryMax) == 0x000004, "Wrong alignment on SplineMeshComponent_GetBoundaryMax"); \ +static_assert(sizeof(SplineMeshComponent_GetBoundaryMax) == 0x000004, "Wrong size on SplineMeshComponent_GetBoundaryMax"); \ +static_assert(offsetof(SplineMeshComponent_GetBoundaryMax, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetBoundaryMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetBoundaryMin \ +static_assert(alignof(SplineMeshComponent_GetBoundaryMin) == 0x000004, "Wrong alignment on SplineMeshComponent_GetBoundaryMin"); \ +static_assert(sizeof(SplineMeshComponent_GetBoundaryMin) == 0x000004, "Wrong size on SplineMeshComponent_GetBoundaryMin"); \ +static_assert(offsetof(SplineMeshComponent_GetBoundaryMin, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetBoundaryMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetEndOffset \ +static_assert(alignof(SplineMeshComponent_GetEndOffset) == 0x000004, "Wrong alignment on SplineMeshComponent_GetEndOffset"); \ +static_assert(sizeof(SplineMeshComponent_GetEndOffset) == 0x000008, "Wrong size on SplineMeshComponent_GetEndOffset"); \ +static_assert(offsetof(SplineMeshComponent_GetEndOffset, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetEndOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetEndPosition \ +static_assert(alignof(SplineMeshComponent_GetEndPosition) == 0x000004, "Wrong alignment on SplineMeshComponent_GetEndPosition"); \ +static_assert(sizeof(SplineMeshComponent_GetEndPosition) == 0x00000C, "Wrong size on SplineMeshComponent_GetEndPosition"); \ +static_assert(offsetof(SplineMeshComponent_GetEndPosition, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetEndPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetEndRoll \ +static_assert(alignof(SplineMeshComponent_GetEndRoll) == 0x000004, "Wrong alignment on SplineMeshComponent_GetEndRoll"); \ +static_assert(sizeof(SplineMeshComponent_GetEndRoll) == 0x000004, "Wrong size on SplineMeshComponent_GetEndRoll"); \ +static_assert(offsetof(SplineMeshComponent_GetEndRoll, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetEndRoll::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetEndScale \ +static_assert(alignof(SplineMeshComponent_GetEndScale) == 0x000004, "Wrong alignment on SplineMeshComponent_GetEndScale"); \ +static_assert(sizeof(SplineMeshComponent_GetEndScale) == 0x000008, "Wrong size on SplineMeshComponent_GetEndScale"); \ +static_assert(offsetof(SplineMeshComponent_GetEndScale, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetEndScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetEndTangent \ +static_assert(alignof(SplineMeshComponent_GetEndTangent) == 0x000004, "Wrong alignment on SplineMeshComponent_GetEndTangent"); \ +static_assert(sizeof(SplineMeshComponent_GetEndTangent) == 0x00000C, "Wrong size on SplineMeshComponent_GetEndTangent"); \ +static_assert(offsetof(SplineMeshComponent_GetEndTangent, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetEndTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetForwardAxis \ +static_assert(alignof(SplineMeshComponent_GetForwardAxis) == 0x000001, "Wrong alignment on SplineMeshComponent_GetForwardAxis"); \ +static_assert(sizeof(SplineMeshComponent_GetForwardAxis) == 0x000001, "Wrong size on SplineMeshComponent_GetForwardAxis"); \ +static_assert(offsetof(SplineMeshComponent_GetForwardAxis, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetForwardAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetSplineUpDir \ +static_assert(alignof(SplineMeshComponent_GetSplineUpDir) == 0x000004, "Wrong alignment on SplineMeshComponent_GetSplineUpDir"); \ +static_assert(sizeof(SplineMeshComponent_GetSplineUpDir) == 0x00000C, "Wrong size on SplineMeshComponent_GetSplineUpDir"); \ +static_assert(offsetof(SplineMeshComponent_GetSplineUpDir, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetSplineUpDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetStartOffset \ +static_assert(alignof(SplineMeshComponent_GetStartOffset) == 0x000004, "Wrong alignment on SplineMeshComponent_GetStartOffset"); \ +static_assert(sizeof(SplineMeshComponent_GetStartOffset) == 0x000008, "Wrong size on SplineMeshComponent_GetStartOffset"); \ +static_assert(offsetof(SplineMeshComponent_GetStartOffset, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetStartOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetStartPosition \ +static_assert(alignof(SplineMeshComponent_GetStartPosition) == 0x000004, "Wrong alignment on SplineMeshComponent_GetStartPosition"); \ +static_assert(sizeof(SplineMeshComponent_GetStartPosition) == 0x00000C, "Wrong size on SplineMeshComponent_GetStartPosition"); \ +static_assert(offsetof(SplineMeshComponent_GetStartPosition, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetStartPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetStartRoll \ +static_assert(alignof(SplineMeshComponent_GetStartRoll) == 0x000004, "Wrong alignment on SplineMeshComponent_GetStartRoll"); \ +static_assert(sizeof(SplineMeshComponent_GetStartRoll) == 0x000004, "Wrong size on SplineMeshComponent_GetStartRoll"); \ +static_assert(offsetof(SplineMeshComponent_GetStartRoll, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetStartRoll::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetStartScale \ +static_assert(alignof(SplineMeshComponent_GetStartScale) == 0x000004, "Wrong alignment on SplineMeshComponent_GetStartScale"); \ +static_assert(sizeof(SplineMeshComponent_GetStartScale) == 0x000008, "Wrong size on SplineMeshComponent_GetStartScale"); \ +static_assert(offsetof(SplineMeshComponent_GetStartScale, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetStartScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetStartTangent \ +static_assert(alignof(SplineMeshComponent_GetStartTangent) == 0x000004, "Wrong alignment on SplineMeshComponent_GetStartTangent"); \ +static_assert(sizeof(SplineMeshComponent_GetStartTangent) == 0x00000C, "Wrong size on SplineMeshComponent_GetStartTangent"); \ +static_assert(offsetof(SplineMeshComponent_GetStartTangent, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetStartTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USplineMeshComponent \ +static_assert(alignof(USplineMeshComponent) == 0x000010, "Wrong alignment on USplineMeshComponent"); \ +static_assert(sizeof(USplineMeshComponent) == 0x000630, "Wrong size on USplineMeshComponent"); \ +static_assert(offsetof(USplineMeshComponent, SplineParams) == 0x0005A0, "Member 'USplineMeshComponent::SplineParams' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, SplineUpDir) == 0x0005F8, "Member 'USplineMeshComponent::SplineUpDir' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, SplineBoundaryMin) == 0x000604, "Member 'USplineMeshComponent::SplineBoundaryMin' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, CachedMeshBodySetupGuid) == 0x000608, "Member 'USplineMeshComponent::CachedMeshBodySetupGuid' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, BodySetup) == 0x000618, "Member 'USplineMeshComponent::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, SplineBoundaryMax) == 0x000620, "Member 'USplineMeshComponent::SplineBoundaryMax' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, ForwardAxis) == 0x000625, "Member 'USplineMeshComponent::ForwardAxis' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, VirtualTextureMainPassMaxDrawDistance) == 0x000628, "Member 'USplineMeshComponent::VirtualTextureMainPassMaxDrawDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicalMaterialMask \ +static_assert(alignof(UPhysicalMaterialMask) == 0x000008, "Wrong alignment on UPhysicalMaterialMask"); \ +static_assert(sizeof(UPhysicalMaterialMask) == 0x000038, "Wrong size on UPhysicalMaterialMask"); \ +static_assert(offsetof(UPhysicalMaterialMask, UVChannelIndex) == 0x000030, "Member 'UPhysicalMaterialMask::UVChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterialMask, AddressX) == 0x000034, "Member 'UPhysicalMaterialMask::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterialMask, AddressY) == 0x000035, "Member 'UPhysicalMaterialMask::AddressY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsAsset \ +static_assert(alignof(UPhysicsAsset) == 0x000008, "Wrong alignment on UPhysicsAsset"); \ +static_assert(sizeof(UPhysicsAsset) == 0x000140, "Wrong size on UPhysicsAsset"); \ +static_assert(offsetof(UPhysicsAsset, BoundsBodies) == 0x000038, "Member 'UPhysicsAsset::BoundsBodies' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, SkeletalBodySetups) == 0x000048, "Member 'UPhysicsAsset::SkeletalBodySetups' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, ConstraintSetup) == 0x000058, "Member 'UPhysicsAsset::ConstraintSetup' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, SolverIterations) == 0x000068, "Member 'UPhysicsAsset::SolverIterations' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, SolverType) == 0x000084, "Member 'UPhysicsAsset::SolverType' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, ThumbnailInfo) == 0x000128, "Member 'UPhysicsAsset::ThumbnailInfo' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, BodySetup) == 0x000130, "Member 'UPhysicsAsset::BodySetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APhysicsConstraintActor \ +static_assert(alignof(APhysicsConstraintActor) == 0x000008, "Wrong alignment on APhysicsConstraintActor"); \ +static_assert(sizeof(APhysicsConstraintActor) == 0x0002C8, "Wrong size on APhysicsConstraintActor"); \ +static_assert(offsetof(APhysicsConstraintActor, ConstraintComp) == 0x0002A8, "Member 'APhysicsConstraintActor::ConstraintComp' has a wrong offset!"); \ +static_assert(offsetof(APhysicsConstraintActor, ConstraintActor1) == 0x0002B0, "Member 'APhysicsConstraintActor::ConstraintActor1' has a wrong offset!"); \ +static_assert(offsetof(APhysicsConstraintActor, ConstraintActor2) == 0x0002B8, "Member 'APhysicsConstraintActor::ConstraintActor2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsFieldComponent \ +static_assert(alignof(UPhysicsFieldComponent) == 0x000010, "Wrong alignment on UPhysicsFieldComponent"); \ +static_assert(sizeof(UPhysicsFieldComponent) == 0x0002A0, "Wrong size on UPhysicsFieldComponent"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_GrabComponent \ +static_assert(alignof(PhysicsHandleComponent_GrabComponent) == 0x000008, "Wrong alignment on PhysicsHandleComponent_GrabComponent"); \ +static_assert(sizeof(PhysicsHandleComponent_GrabComponent) == 0x000028, "Wrong size on PhysicsHandleComponent_GrabComponent"); \ +static_assert(offsetof(PhysicsHandleComponent_GrabComponent, Component) == 0x000000, "Member 'PhysicsHandleComponent_GrabComponent::Component' has a wrong offset!"); \ +static_assert(offsetof(PhysicsHandleComponent_GrabComponent, InBoneName) == 0x000008, "Member 'PhysicsHandleComponent_GrabComponent::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(PhysicsHandleComponent_GrabComponent, GrabLocation) == 0x000014, "Member 'PhysicsHandleComponent_GrabComponent::GrabLocation' has a wrong offset!"); \ +static_assert(offsetof(PhysicsHandleComponent_GrabComponent, bConstrainRotation) == 0x000020, "Member 'PhysicsHandleComponent_GrabComponent::bConstrainRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_GrabComponentAtLocation \ +static_assert(alignof(PhysicsHandleComponent_GrabComponentAtLocation) == 0x000008, "Wrong alignment on PhysicsHandleComponent_GrabComponentAtLocation"); \ +static_assert(sizeof(PhysicsHandleComponent_GrabComponentAtLocation) == 0x000020, "Wrong size on PhysicsHandleComponent_GrabComponentAtLocation"); \ +static_assert(offsetof(PhysicsHandleComponent_GrabComponentAtLocation, Component) == 0x000000, "Member 'PhysicsHandleComponent_GrabComponentAtLocation::Component' has a wrong offset!"); \ +static_assert(offsetof(PhysicsHandleComponent_GrabComponentAtLocation, InBoneName) == 0x000008, "Member 'PhysicsHandleComponent_GrabComponentAtLocation::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(PhysicsHandleComponent_GrabComponentAtLocation, GrabLocation) == 0x000014, "Member 'PhysicsHandleComponent_GrabComponentAtLocation::GrabLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_GrabComponentAtLocationWithRotation \ +static_assert(alignof(PhysicsHandleComponent_GrabComponentAtLocationWithRotation) == 0x000008, "Wrong alignment on PhysicsHandleComponent_GrabComponentAtLocationWithRotation"); \ +static_assert(sizeof(PhysicsHandleComponent_GrabComponentAtLocationWithRotation) == 0x000030, "Wrong size on PhysicsHandleComponent_GrabComponentAtLocationWithRotation"); \ +static_assert(offsetof(PhysicsHandleComponent_GrabComponentAtLocationWithRotation, Component) == 0x000000, "Member 'PhysicsHandleComponent_GrabComponentAtLocationWithRotation::Component' has a wrong offset!"); \ +static_assert(offsetof(PhysicsHandleComponent_GrabComponentAtLocationWithRotation, InBoneName) == 0x000008, "Member 'PhysicsHandleComponent_GrabComponentAtLocationWithRotation::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(PhysicsHandleComponent_GrabComponentAtLocationWithRotation, Location) == 0x000014, "Member 'PhysicsHandleComponent_GrabComponentAtLocationWithRotation::Location' has a wrong offset!"); \ +static_assert(offsetof(PhysicsHandleComponent_GrabComponentAtLocationWithRotation, Rotation) == 0x000020, "Member 'PhysicsHandleComponent_GrabComponentAtLocationWithRotation::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_SetAngularDamping \ +static_assert(alignof(PhysicsHandleComponent_SetAngularDamping) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetAngularDamping"); \ +static_assert(sizeof(PhysicsHandleComponent_SetAngularDamping) == 0x000004, "Wrong size on PhysicsHandleComponent_SetAngularDamping"); \ +static_assert(offsetof(PhysicsHandleComponent_SetAngularDamping, NewAngularDamping) == 0x000000, "Member 'PhysicsHandleComponent_SetAngularDamping::NewAngularDamping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_SetAngularStiffness \ +static_assert(alignof(PhysicsHandleComponent_SetAngularStiffness) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetAngularStiffness"); \ +static_assert(sizeof(PhysicsHandleComponent_SetAngularStiffness) == 0x000004, "Wrong size on PhysicsHandleComponent_SetAngularStiffness"); \ +static_assert(offsetof(PhysicsHandleComponent_SetAngularStiffness, NewAngularStiffness) == 0x000000, "Member 'PhysicsHandleComponent_SetAngularStiffness::NewAngularStiffness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_SetInterpolationSpeed \ +static_assert(alignof(PhysicsHandleComponent_SetInterpolationSpeed) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetInterpolationSpeed"); \ +static_assert(sizeof(PhysicsHandleComponent_SetInterpolationSpeed) == 0x000004, "Wrong size on PhysicsHandleComponent_SetInterpolationSpeed"); \ +static_assert(offsetof(PhysicsHandleComponent_SetInterpolationSpeed, NewInterpolationSpeed) == 0x000000, "Member 'PhysicsHandleComponent_SetInterpolationSpeed::NewInterpolationSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_SetLinearDamping \ +static_assert(alignof(PhysicsHandleComponent_SetLinearDamping) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetLinearDamping"); \ +static_assert(sizeof(PhysicsHandleComponent_SetLinearDamping) == 0x000004, "Wrong size on PhysicsHandleComponent_SetLinearDamping"); \ +static_assert(offsetof(PhysicsHandleComponent_SetLinearDamping, NewLinearDamping) == 0x000000, "Member 'PhysicsHandleComponent_SetLinearDamping::NewLinearDamping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_SetLinearStiffness \ +static_assert(alignof(PhysicsHandleComponent_SetLinearStiffness) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetLinearStiffness"); \ +static_assert(sizeof(PhysicsHandleComponent_SetLinearStiffness) == 0x000004, "Wrong size on PhysicsHandleComponent_SetLinearStiffness"); \ +static_assert(offsetof(PhysicsHandleComponent_SetLinearStiffness, NewLinearStiffness) == 0x000000, "Member 'PhysicsHandleComponent_SetLinearStiffness::NewLinearStiffness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_SetTargetLocation \ +static_assert(alignof(PhysicsHandleComponent_SetTargetLocation) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetTargetLocation"); \ +static_assert(sizeof(PhysicsHandleComponent_SetTargetLocation) == 0x00000C, "Wrong size on PhysicsHandleComponent_SetTargetLocation"); \ +static_assert(offsetof(PhysicsHandleComponent_SetTargetLocation, NewLocation) == 0x000000, "Member 'PhysicsHandleComponent_SetTargetLocation::NewLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_SetTargetLocationAndRotation \ +static_assert(alignof(PhysicsHandleComponent_SetTargetLocationAndRotation) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetTargetLocationAndRotation"); \ +static_assert(sizeof(PhysicsHandleComponent_SetTargetLocationAndRotation) == 0x000018, "Wrong size on PhysicsHandleComponent_SetTargetLocationAndRotation"); \ +static_assert(offsetof(PhysicsHandleComponent_SetTargetLocationAndRotation, NewLocation) == 0x000000, "Member 'PhysicsHandleComponent_SetTargetLocationAndRotation::NewLocation' has a wrong offset!"); \ +static_assert(offsetof(PhysicsHandleComponent_SetTargetLocationAndRotation, NewRotation) == 0x00000C, "Member 'PhysicsHandleComponent_SetTargetLocationAndRotation::NewRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_SetTargetRotation \ +static_assert(alignof(PhysicsHandleComponent_SetTargetRotation) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetTargetRotation"); \ +static_assert(sizeof(PhysicsHandleComponent_SetTargetRotation) == 0x00000C, "Wrong size on PhysicsHandleComponent_SetTargetRotation"); \ +static_assert(offsetof(PhysicsHandleComponent_SetTargetRotation, NewRotation) == 0x000000, "Member 'PhysicsHandleComponent_SetTargetRotation::NewRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_GetGrabbedComponent \ +static_assert(alignof(PhysicsHandleComponent_GetGrabbedComponent) == 0x000008, "Wrong alignment on PhysicsHandleComponent_GetGrabbedComponent"); \ +static_assert(sizeof(PhysicsHandleComponent_GetGrabbedComponent) == 0x000008, "Wrong size on PhysicsHandleComponent_GetGrabbedComponent"); \ +static_assert(offsetof(PhysicsHandleComponent_GetGrabbedComponent, ReturnValue) == 0x000000, "Member 'PhysicsHandleComponent_GetGrabbedComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_GetTargetLocationAndRotation \ +static_assert(alignof(PhysicsHandleComponent_GetTargetLocationAndRotation) == 0x000004, "Wrong alignment on PhysicsHandleComponent_GetTargetLocationAndRotation"); \ +static_assert(sizeof(PhysicsHandleComponent_GetTargetLocationAndRotation) == 0x000018, "Wrong size on PhysicsHandleComponent_GetTargetLocationAndRotation"); \ +static_assert(offsetof(PhysicsHandleComponent_GetTargetLocationAndRotation, TargetLocation) == 0x000000, "Member 'PhysicsHandleComponent_GetTargetLocationAndRotation::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(PhysicsHandleComponent_GetTargetLocationAndRotation, TargetRotation) == 0x00000C, "Member 'PhysicsHandleComponent_GetTargetLocationAndRotation::TargetRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsHandleComponent \ +static_assert(alignof(UPhysicsHandleComponent) == 0x000010, "Wrong alignment on UPhysicsHandleComponent"); \ +static_assert(sizeof(UPhysicsHandleComponent) == 0x000170, "Wrong size on UPhysicsHandleComponent"); \ +static_assert(offsetof(UPhysicsHandleComponent, GrabbedComponent) == 0x0000C0, "Member 'UPhysicsHandleComponent::GrabbedComponent' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsHandleComponent, LinearDamping) == 0x0000D8, "Member 'UPhysicsHandleComponent::LinearDamping' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsHandleComponent, LinearStiffness) == 0x0000DC, "Member 'UPhysicsHandleComponent::LinearStiffness' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsHandleComponent, AngularDamping) == 0x0000E0, "Member 'UPhysicsHandleComponent::AngularDamping' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsHandleComponent, AngularStiffness) == 0x0000E4, "Member 'UPhysicsHandleComponent::AngularStiffness' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsHandleComponent, InterpolationSpeed) == 0x000150, "Member 'UPhysicsHandleComponent::InterpolationSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsSettings \ +static_assert(alignof(UPhysicsSettings) == 0x000008, "Wrong alignment on UPhysicsSettings"); \ +static_assert(sizeof(UPhysicsSettings) == 0x0001B0, "Wrong size on UPhysicsSettings"); \ +static_assert(offsetof(UPhysicsSettings, PhysicErrorCorrection) == 0x0000F0, "Member 'UPhysicsSettings::PhysicErrorCorrection' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, LockedAxis) == 0x000124, "Member 'UPhysicsSettings::LockedAxis' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, DefaultDegreesOfFreedom) == 0x000125, "Member 'UPhysicsSettings::DefaultDegreesOfFreedom' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bSuppressFaceRemapTable) == 0x000126, "Member 'UPhysicsSettings::bSuppressFaceRemapTable' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bSupportUVFromHitResults) == 0x000127, "Member 'UPhysicsSettings::bSupportUVFromHitResults' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bDisableActiveActors) == 0x000128, "Member 'UPhysicsSettings::bDisableActiveActors' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bDisableKinematicStaticPairs) == 0x000129, "Member 'UPhysicsSettings::bDisableKinematicStaticPairs' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bDisableKinematicKinematicPairs) == 0x00012A, "Member 'UPhysicsSettings::bDisableKinematicKinematicPairs' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bDisableCCD) == 0x00012B, "Member 'UPhysicsSettings::bDisableCCD' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bEnableEnhancedDeterminism) == 0x00012C, "Member 'UPhysicsSettings::bEnableEnhancedDeterminism' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, AnimPhysicsMinDeltaTime) == 0x000130, "Member 'UPhysicsSettings::AnimPhysicsMinDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bSimulateAnimPhysicsAfterReset) == 0x000134, "Member 'UPhysicsSettings::bSimulateAnimPhysicsAfterReset' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, MaxPhysicsDeltaTime) == 0x000138, "Member 'UPhysicsSettings::MaxPhysicsDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bSubstepping) == 0x00013C, "Member 'UPhysicsSettings::bSubstepping' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bSubsteppingAsync) == 0x00013D, "Member 'UPhysicsSettings::bSubsteppingAsync' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, MaxSubstepDeltaTime) == 0x000140, "Member 'UPhysicsSettings::MaxSubstepDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, MaxSubsteps) == 0x000144, "Member 'UPhysicsSettings::MaxSubsteps' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, SyncSceneSmoothingFactor) == 0x000148, "Member 'UPhysicsSettings::SyncSceneSmoothingFactor' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, InitialAverageFrameRate) == 0x00014C, "Member 'UPhysicsSettings::InitialAverageFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, PhysXTreeRebuildRate) == 0x000150, "Member 'UPhysicsSettings::PhysXTreeRebuildRate' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, PhysicalSurfaces) == 0x000158, "Member 'UPhysicsSettings::PhysicalSurfaces' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, DefaultBroadphaseSettings) == 0x000168, "Member 'UPhysicsSettings::DefaultBroadphaseSettings' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, MinDeltaVelocityForHitEvents) == 0x0001A8, "Member 'UPhysicsSettings::MinDeltaVelocityForHitEvents' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, ChaosSettings) == 0x0001AC, "Member 'UPhysicsSettings::ChaosSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsSpringComponent_GetNormalizedCompressionScalar \ +static_assert(alignof(PhysicsSpringComponent_GetNormalizedCompressionScalar) == 0x000004, "Wrong alignment on PhysicsSpringComponent_GetNormalizedCompressionScalar"); \ +static_assert(sizeof(PhysicsSpringComponent_GetNormalizedCompressionScalar) == 0x000004, "Wrong size on PhysicsSpringComponent_GetNormalizedCompressionScalar"); \ +static_assert(offsetof(PhysicsSpringComponent_GetNormalizedCompressionScalar, ReturnValue) == 0x000000, "Member 'PhysicsSpringComponent_GetNormalizedCompressionScalar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsSpringComponent_GetSpringCurrentEndPoint \ +static_assert(alignof(PhysicsSpringComponent_GetSpringCurrentEndPoint) == 0x000004, "Wrong alignment on PhysicsSpringComponent_GetSpringCurrentEndPoint"); \ +static_assert(sizeof(PhysicsSpringComponent_GetSpringCurrentEndPoint) == 0x00000C, "Wrong size on PhysicsSpringComponent_GetSpringCurrentEndPoint"); \ +static_assert(offsetof(PhysicsSpringComponent_GetSpringCurrentEndPoint, ReturnValue) == 0x000000, "Member 'PhysicsSpringComponent_GetSpringCurrentEndPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsSpringComponent_GetSpringDirection \ +static_assert(alignof(PhysicsSpringComponent_GetSpringDirection) == 0x000004, "Wrong alignment on PhysicsSpringComponent_GetSpringDirection"); \ +static_assert(sizeof(PhysicsSpringComponent_GetSpringDirection) == 0x00000C, "Wrong size on PhysicsSpringComponent_GetSpringDirection"); \ +static_assert(offsetof(PhysicsSpringComponent_GetSpringDirection, ReturnValue) == 0x000000, "Member 'PhysicsSpringComponent_GetSpringDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsSpringComponent_GetSpringRestingPoint \ +static_assert(alignof(PhysicsSpringComponent_GetSpringRestingPoint) == 0x000004, "Wrong alignment on PhysicsSpringComponent_GetSpringRestingPoint"); \ +static_assert(sizeof(PhysicsSpringComponent_GetSpringRestingPoint) == 0x00000C, "Wrong size on PhysicsSpringComponent_GetSpringRestingPoint"); \ +static_assert(offsetof(PhysicsSpringComponent_GetSpringRestingPoint, ReturnValue) == 0x000000, "Member 'PhysicsSpringComponent_GetSpringRestingPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsSpringComponent \ +static_assert(alignof(UPhysicsSpringComponent) == 0x000010, "Wrong alignment on UPhysicsSpringComponent"); \ +static_assert(sizeof(UPhysicsSpringComponent) == 0x000250, "Wrong size on UPhysicsSpringComponent"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringStiffness) == 0x000228, "Member 'UPhysicsSpringComponent::SpringStiffness' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringDamping) == 0x00022C, "Member 'UPhysicsSpringComponent::SpringDamping' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringLengthAtRest) == 0x000230, "Member 'UPhysicsSpringComponent::SpringLengthAtRest' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringRadius) == 0x000234, "Member 'UPhysicsSpringComponent::SpringRadius' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringChannel) == 0x000238, "Member 'UPhysicsSpringComponent::SpringChannel' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, bIgnoreSelf) == 0x000239, "Member 'UPhysicsSpringComponent::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringCompression) == 0x00023C, "Member 'UPhysicsSpringComponent::SpringCompression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APhysicsThruster \ +static_assert(alignof(APhysicsThruster) == 0x000008, "Wrong alignment on APhysicsThruster"); \ +static_assert(sizeof(APhysicsThruster) == 0x0002B0, "Wrong size on APhysicsThruster"); \ +static_assert(offsetof(APhysicsThruster, ThrusterComponent) == 0x0002A8, "Member 'APhysicsThruster::ThrusterComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsThrusterComponent \ +static_assert(alignof(UPhysicsThrusterComponent) == 0x000010, "Wrong alignment on UPhysicsThrusterComponent"); \ +static_assert(sizeof(UPhysicsThrusterComponent) == 0x000230, "Wrong size on UPhysicsThrusterComponent"); \ +static_assert(offsetof(UPhysicsThrusterComponent, ThrustStrength) == 0x000228, "Member 'UPhysicsThrusterComponent::ThrustStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlanarReflection_OnInterpToggle \ +static_assert(alignof(PlanarReflection_OnInterpToggle) == 0x000001, "Wrong alignment on PlanarReflection_OnInterpToggle"); \ +static_assert(sizeof(PlanarReflection_OnInterpToggle) == 0x000001, "Wrong size on PlanarReflection_OnInterpToggle"); \ +static_assert(offsetof(PlanarReflection_OnInterpToggle, bEnable) == 0x000000, "Member 'PlanarReflection_OnInterpToggle::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APlanarReflection \ +static_assert(alignof(APlanarReflection) == 0x000008, "Wrong alignment on APlanarReflection"); \ +static_assert(sizeof(APlanarReflection) == 0x0002C8, "Wrong size on APlanarReflection"); \ +static_assert(offsetof(APlanarReflection, PlanarReflectionComponent) == 0x0002B8, "Member 'APlanarReflection::PlanarReflectionComponent' has a wrong offset!"); \ +static_assert(offsetof(APlanarReflection, bShowPreviewPlane) == 0x0002C0, "Member 'APlanarReflection::bShowPreviewPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlanarReflectionComponent \ +static_assert(alignof(UPlanarReflectionComponent) == 0x000010, "Wrong alignment on UPlanarReflectionComponent"); \ +static_assert(sizeof(UPlanarReflectionComponent) == 0x0003D0, "Wrong size on UPlanarReflectionComponent"); \ +static_assert(offsetof(UPlanarReflectionComponent, PreviewBox) == 0x0002E8, "Member 'UPlanarReflectionComponent::PreviewBox' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, NormalDistortionStrength) == 0x0002F0, "Member 'UPlanarReflectionComponent::NormalDistortionStrength' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, PrefilterRoughness) == 0x0002F4, "Member 'UPlanarReflectionComponent::PrefilterRoughness' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, PrefilterRoughnessDistance) == 0x0002F8, "Member 'UPlanarReflectionComponent::PrefilterRoughnessDistance' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, ScreenPercentage) == 0x0002FC, "Member 'UPlanarReflectionComponent::ScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, ExtraFOV) == 0x000300, "Member 'UPlanarReflectionComponent::ExtraFOV' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, DistanceFromPlaneFadeStart) == 0x000304, "Member 'UPlanarReflectionComponent::DistanceFromPlaneFadeStart' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, DistanceFromPlaneFadeEnd) == 0x000308, "Member 'UPlanarReflectionComponent::DistanceFromPlaneFadeEnd' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, DistanceFromPlaneFadeoutStart) == 0x00030C, "Member 'UPlanarReflectionComponent::DistanceFromPlaneFadeoutStart' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, DistanceFromPlaneFadeoutEnd) == 0x000310, "Member 'UPlanarReflectionComponent::DistanceFromPlaneFadeoutEnd' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, AngleFromPlaneFadeStart) == 0x000314, "Member 'UPlanarReflectionComponent::AngleFromPlaneFadeStart' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, AngleFromPlaneFadeEnd) == 0x000318, "Member 'UPlanarReflectionComponent::AngleFromPlaneFadeEnd' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, bShowPreviewPlane) == 0x00031C, "Member 'UPlanarReflectionComponent::bShowPreviewPlane' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, bRenderSceneTwoSided) == 0x00031D, "Member 'UPlanarReflectionComponent::bRenderSceneTwoSided' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformEventsComponent_IsInLaptopMode \ +static_assert(alignof(PlatformEventsComponent_IsInLaptopMode) == 0x000001, "Wrong alignment on PlatformEventsComponent_IsInLaptopMode"); \ +static_assert(sizeof(PlatformEventsComponent_IsInLaptopMode) == 0x000001, "Wrong size on PlatformEventsComponent_IsInLaptopMode"); \ +static_assert(offsetof(PlatformEventsComponent_IsInLaptopMode, ReturnValue) == 0x000000, "Member 'PlatformEventsComponent_IsInLaptopMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformEventsComponent_IsInTabletMode \ +static_assert(alignof(PlatformEventsComponent_IsInTabletMode) == 0x000001, "Wrong alignment on PlatformEventsComponent_IsInTabletMode"); \ +static_assert(sizeof(PlatformEventsComponent_IsInTabletMode) == 0x000001, "Wrong size on PlatformEventsComponent_IsInTabletMode"); \ +static_assert(offsetof(PlatformEventsComponent_IsInTabletMode, ReturnValue) == 0x000000, "Member 'PlatformEventsComponent_IsInTabletMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformEventsComponent_SupportsConvertibleLaptops \ +static_assert(alignof(PlatformEventsComponent_SupportsConvertibleLaptops) == 0x000001, "Wrong alignment on PlatformEventsComponent_SupportsConvertibleLaptops"); \ +static_assert(sizeof(PlatformEventsComponent_SupportsConvertibleLaptops) == 0x000001, "Wrong size on PlatformEventsComponent_SupportsConvertibleLaptops"); \ +static_assert(offsetof(PlatformEventsComponent_SupportsConvertibleLaptops, ReturnValue) == 0x000000, "Member 'PlatformEventsComponent_SupportsConvertibleLaptops::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlatformEventsComponent \ +static_assert(alignof(UPlatformEventsComponent) == 0x000008, "Wrong alignment on UPlatformEventsComponent"); \ +static_assert(sizeof(UPlatformEventsComponent) == 0x0000E0, "Wrong size on UPlatformEventsComponent"); \ +static_assert(offsetof(UPlatformEventsComponent, PlatformChangedToLaptopModeDelegate) == 0x0000C0, "Member 'UPlatformEventsComponent::PlatformChangedToLaptopModeDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformEventsComponent, PlatformChangedToTabletModeDelegate) == 0x0000D0, "Member 'UPlatformEventsComponent::PlatformChangedToTabletModeDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformInterfaceWebResponse_GetHeader \ +static_assert(alignof(PlatformInterfaceWebResponse_GetHeader) == 0x000008, "Wrong alignment on PlatformInterfaceWebResponse_GetHeader"); \ +static_assert(sizeof(PlatformInterfaceWebResponse_GetHeader) == 0x000028, "Wrong size on PlatformInterfaceWebResponse_GetHeader"); \ +static_assert(offsetof(PlatformInterfaceWebResponse_GetHeader, HeaderIndex) == 0x000000, "Member 'PlatformInterfaceWebResponse_GetHeader::HeaderIndex' has a wrong offset!"); \ +static_assert(offsetof(PlatformInterfaceWebResponse_GetHeader, Header) == 0x000008, "Member 'PlatformInterfaceWebResponse_GetHeader::Header' has a wrong offset!"); \ +static_assert(offsetof(PlatformInterfaceWebResponse_GetHeader, Value) == 0x000018, "Member 'PlatformInterfaceWebResponse_GetHeader::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformInterfaceWebResponse_GetHeaderValue \ +static_assert(alignof(PlatformInterfaceWebResponse_GetHeaderValue) == 0x000008, "Wrong alignment on PlatformInterfaceWebResponse_GetHeaderValue"); \ +static_assert(sizeof(PlatformInterfaceWebResponse_GetHeaderValue) == 0x000020, "Wrong size on PlatformInterfaceWebResponse_GetHeaderValue"); \ +static_assert(offsetof(PlatformInterfaceWebResponse_GetHeaderValue, HeaderName) == 0x000000, "Member 'PlatformInterfaceWebResponse_GetHeaderValue::HeaderName' has a wrong offset!"); \ +static_assert(offsetof(PlatformInterfaceWebResponse_GetHeaderValue, ReturnValue) == 0x000010, "Member 'PlatformInterfaceWebResponse_GetHeaderValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformInterfaceWebResponse_GetNumHeaders \ +static_assert(alignof(PlatformInterfaceWebResponse_GetNumHeaders) == 0x000004, "Wrong alignment on PlatformInterfaceWebResponse_GetNumHeaders"); \ +static_assert(sizeof(PlatformInterfaceWebResponse_GetNumHeaders) == 0x000004, "Wrong size on PlatformInterfaceWebResponse_GetNumHeaders"); \ +static_assert(offsetof(PlatformInterfaceWebResponse_GetNumHeaders, ReturnValue) == 0x000000, "Member 'PlatformInterfaceWebResponse_GetNumHeaders::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlatformInterfaceWebResponse \ +static_assert(alignof(UPlatformInterfaceWebResponse) == 0x000008, "Wrong alignment on UPlatformInterfaceWebResponse"); \ +static_assert(sizeof(UPlatformInterfaceWebResponse) == 0x0000B8, "Wrong size on UPlatformInterfaceWebResponse"); \ +static_assert(offsetof(UPlatformInterfaceWebResponse, OriginalURL) == 0x000030, "Member 'UPlatformInterfaceWebResponse::OriginalURL' has a wrong offset!"); \ +static_assert(offsetof(UPlatformInterfaceWebResponse, ResponseCode) == 0x000040, "Member 'UPlatformInterfaceWebResponse::ResponseCode' has a wrong offset!"); \ +static_assert(offsetof(UPlatformInterfaceWebResponse, Tag) == 0x000044, "Member 'UPlatformInterfaceWebResponse::Tag' has a wrong offset!"); \ +static_assert(offsetof(UPlatformInterfaceWebResponse, StringResponse) == 0x000048, "Member 'UPlatformInterfaceWebResponse::StringResponse' has a wrong offset!"); \ +static_assert(offsetof(UPlatformInterfaceWebResponse, BinaryResponse) == 0x000058, "Member 'UPlatformInterfaceWebResponse::BinaryResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APlayerStart \ +static_assert(alignof(APlayerStart) == 0x000008, "Wrong alignment on APlayerStart"); \ +static_assert(sizeof(APlayerStart) == 0x0002E0, "Wrong size on APlayerStart"); \ +static_assert(offsetof(APlayerStart, PlayerStartTag) == 0x0002D0, "Member 'APlayerStart::PlayerStartTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APlayerStartPIE \ +static_assert(alignof(APlayerStartPIE) == 0x000008, "Wrong alignment on APlayerStartPIE"); \ +static_assert(sizeof(APlayerStartPIE) == 0x0002E0, "Wrong size on APlayerStartPIE"); \ + +#define DUMPER7_ASSERTS_PlayerState_ReceiveCopyProperties \ +static_assert(alignof(PlayerState_ReceiveCopyProperties) == 0x000008, "Wrong alignment on PlayerState_ReceiveCopyProperties"); \ +static_assert(sizeof(PlayerState_ReceiveCopyProperties) == 0x000008, "Wrong size on PlayerState_ReceiveCopyProperties"); \ +static_assert(offsetof(PlayerState_ReceiveCopyProperties, NewPlayerState) == 0x000000, "Member 'PlayerState_ReceiveCopyProperties::NewPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerState_ReceiveOverrideWith \ +static_assert(alignof(PlayerState_ReceiveOverrideWith) == 0x000008, "Wrong alignment on PlayerState_ReceiveOverrideWith"); \ +static_assert(sizeof(PlayerState_ReceiveOverrideWith) == 0x000008, "Wrong size on PlayerState_ReceiveOverrideWith"); \ +static_assert(offsetof(PlayerState_ReceiveOverrideWith, OldPlayerState) == 0x000000, "Member 'PlayerState_ReceiveOverrideWith::OldPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerState_GetPingInMilliseconds \ +static_assert(alignof(PlayerState_GetPingInMilliseconds) == 0x000004, "Wrong alignment on PlayerState_GetPingInMilliseconds"); \ +static_assert(sizeof(PlayerState_GetPingInMilliseconds) == 0x000004, "Wrong size on PlayerState_GetPingInMilliseconds"); \ +static_assert(offsetof(PlayerState_GetPingInMilliseconds, ReturnValue) == 0x000000, "Member 'PlayerState_GetPingInMilliseconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerState_GetPlayerName \ +static_assert(alignof(PlayerState_GetPlayerName) == 0x000008, "Wrong alignment on PlayerState_GetPlayerName"); \ +static_assert(sizeof(PlayerState_GetPlayerName) == 0x000010, "Wrong size on PlayerState_GetPlayerName"); \ +static_assert(offsetof(PlayerState_GetPlayerName, ReturnValue) == 0x000000, "Member 'PlayerState_GetPlayerName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerState_IsOnlyASpectator \ +static_assert(alignof(PlayerState_IsOnlyASpectator) == 0x000001, "Wrong alignment on PlayerState_IsOnlyASpectator"); \ +static_assert(sizeof(PlayerState_IsOnlyASpectator) == 0x000001, "Wrong size on PlayerState_IsOnlyASpectator"); \ +static_assert(offsetof(PlayerState_IsOnlyASpectator, ReturnValue) == 0x000000, "Member 'PlayerState_IsOnlyASpectator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APlayerState \ +static_assert(alignof(APlayerState) == 0x000008, "Wrong alignment on APlayerState"); \ +static_assert(sizeof(APlayerState) == 0x0003C0, "Wrong size on APlayerState"); \ +static_assert(offsetof(APlayerState, Score) == 0x0002A8, "Member 'APlayerState::Score' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, PlayerId) == 0x0002AC, "Member 'APlayerState::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, Ping) == 0x0002B0, "Member 'APlayerState::Ping' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, StartTime) == 0x0002B4, "Member 'APlayerState::StartTime' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, EngineMessageClass) == 0x0002B8, "Member 'APlayerState::EngineMessageClass' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, SavedNetworkAddress) == 0x0002C8, "Member 'APlayerState::SavedNetworkAddress' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, UniqueId) == 0x0002D8, "Member 'APlayerState::UniqueId' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, PawnPrivate) == 0x000320, "Member 'APlayerState::PawnPrivate' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, PlayerNamePrivate) == 0x0003A0, "Member 'APlayerState::PlayerNamePrivate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPluginCommandlet \ +static_assert(alignof(UPluginCommandlet) == 0x000008, "Wrong alignment on UPluginCommandlet"); \ +static_assert(sizeof(UPluginCommandlet) == 0x0000A8, "Wrong size on UPluginCommandlet"); \ + +#define DUMPER7_ASSERTS_UThumbnailInfo \ +static_assert(alignof(UThumbnailInfo) == 0x000008, "Wrong alignment on UThumbnailInfo"); \ +static_assert(sizeof(UThumbnailInfo) == 0x000030, "Wrong size on UThumbnailInfo"); \ + +#define DUMPER7_ASSERTS_PointLight_SetLightFalloffExponent \ +static_assert(alignof(PointLight_SetLightFalloffExponent) == 0x000004, "Wrong alignment on PointLight_SetLightFalloffExponent"); \ +static_assert(sizeof(PointLight_SetLightFalloffExponent) == 0x000004, "Wrong size on PointLight_SetLightFalloffExponent"); \ +static_assert(offsetof(PointLight_SetLightFalloffExponent, NewLightFalloffExponent) == 0x000000, "Member 'PointLight_SetLightFalloffExponent::NewLightFalloffExponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PointLight_SetRadius \ +static_assert(alignof(PointLight_SetRadius) == 0x000004, "Wrong alignment on PointLight_SetRadius"); \ +static_assert(sizeof(PointLight_SetRadius) == 0x000004, "Wrong size on PointLight_SetRadius"); \ +static_assert(offsetof(PointLight_SetRadius, NewRadius) == 0x000000, "Member 'PointLight_SetRadius::NewRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APointLight \ +static_assert(alignof(APointLight) == 0x000008, "Wrong alignment on APointLight"); \ +static_assert(sizeof(APointLight) == 0x0002C0, "Wrong size on APointLight"); \ +static_assert(offsetof(APointLight, PointLightComponent) == 0x0002B8, "Member 'APointLight::PointLightComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PointLightComponent_SetLightFalloffExponent \ +static_assert(alignof(PointLightComponent_SetLightFalloffExponent) == 0x000004, "Wrong alignment on PointLightComponent_SetLightFalloffExponent"); \ +static_assert(sizeof(PointLightComponent_SetLightFalloffExponent) == 0x000004, "Wrong size on PointLightComponent_SetLightFalloffExponent"); \ +static_assert(offsetof(PointLightComponent_SetLightFalloffExponent, NewLightFalloffExponent) == 0x000000, "Member 'PointLightComponent_SetLightFalloffExponent::NewLightFalloffExponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PointLightComponent_SetSoftSourceRadius \ +static_assert(alignof(PointLightComponent_SetSoftSourceRadius) == 0x000004, "Wrong alignment on PointLightComponent_SetSoftSourceRadius"); \ +static_assert(sizeof(PointLightComponent_SetSoftSourceRadius) == 0x000004, "Wrong size on PointLightComponent_SetSoftSourceRadius"); \ +static_assert(offsetof(PointLightComponent_SetSoftSourceRadius, bNewValue) == 0x000000, "Member 'PointLightComponent_SetSoftSourceRadius::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PointLightComponent_SetSourceLength \ +static_assert(alignof(PointLightComponent_SetSourceLength) == 0x000004, "Wrong alignment on PointLightComponent_SetSourceLength"); \ +static_assert(sizeof(PointLightComponent_SetSourceLength) == 0x000004, "Wrong size on PointLightComponent_SetSourceLength"); \ +static_assert(offsetof(PointLightComponent_SetSourceLength, NewValue) == 0x000000, "Member 'PointLightComponent_SetSourceLength::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PointLightComponent_SetSourceRadius \ +static_assert(alignof(PointLightComponent_SetSourceRadius) == 0x000004, "Wrong alignment on PointLightComponent_SetSourceRadius"); \ +static_assert(sizeof(PointLightComponent_SetSourceRadius) == 0x000004, "Wrong size on PointLightComponent_SetSourceRadius"); \ +static_assert(offsetof(PointLightComponent_SetSourceRadius, bNewValue) == 0x000000, "Member 'PointLightComponent_SetSourceRadius::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPointLightComponent \ +static_assert(alignof(UPointLightComponent) == 0x000010, "Wrong alignment on UPointLightComponent"); \ +static_assert(sizeof(UPointLightComponent) == 0x0003D0, "Wrong size on UPointLightComponent"); \ +static_assert(offsetof(UPointLightComponent, LightFalloffExponent) == 0x0003B4, "Member 'UPointLightComponent::LightFalloffExponent' has a wrong offset!"); \ +static_assert(offsetof(UPointLightComponent, SourceRadius) == 0x0003B8, "Member 'UPointLightComponent::SourceRadius' has a wrong offset!"); \ +static_assert(offsetof(UPointLightComponent, SoftSourceRadius) == 0x0003BC, "Member 'UPointLightComponent::SoftSourceRadius' has a wrong offset!"); \ +static_assert(offsetof(UPointLightComponent, SourceLength) == 0x0003C0, "Member 'UPointLightComponent::SourceLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolys \ +static_assert(alignof(UPolys) == 0x000008, "Wrong alignment on UPolys"); \ +static_assert(sizeof(UPolys) == 0x000040, "Wrong size on UPolys"); \ + +#define DUMPER7_ASSERTS_PoseableMeshComponent_CopyPoseFromSkeletalComponent \ +static_assert(alignof(PoseableMeshComponent_CopyPoseFromSkeletalComponent) == 0x000008, "Wrong alignment on PoseableMeshComponent_CopyPoseFromSkeletalComponent"); \ +static_assert(sizeof(PoseableMeshComponent_CopyPoseFromSkeletalComponent) == 0x000008, "Wrong size on PoseableMeshComponent_CopyPoseFromSkeletalComponent"); \ +static_assert(offsetof(PoseableMeshComponent_CopyPoseFromSkeletalComponent, InComponentToCopy) == 0x000000, "Member 'PoseableMeshComponent_CopyPoseFromSkeletalComponent::InComponentToCopy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseableMeshComponent_GetBoneLocationByName \ +static_assert(alignof(PoseableMeshComponent_GetBoneLocationByName) == 0x000004, "Wrong alignment on PoseableMeshComponent_GetBoneLocationByName"); \ +static_assert(sizeof(PoseableMeshComponent_GetBoneLocationByName) == 0x00001C, "Wrong size on PoseableMeshComponent_GetBoneLocationByName"); \ +static_assert(offsetof(PoseableMeshComponent_GetBoneLocationByName, BoneName) == 0x000000, "Member 'PoseableMeshComponent_GetBoneLocationByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_GetBoneLocationByName, BoneSpace) == 0x00000C, "Member 'PoseableMeshComponent_GetBoneLocationByName::BoneSpace' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_GetBoneLocationByName, ReturnValue) == 0x000010, "Member 'PoseableMeshComponent_GetBoneLocationByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseableMeshComponent_GetBoneRotationByName \ +static_assert(alignof(PoseableMeshComponent_GetBoneRotationByName) == 0x000004, "Wrong alignment on PoseableMeshComponent_GetBoneRotationByName"); \ +static_assert(sizeof(PoseableMeshComponent_GetBoneRotationByName) == 0x00001C, "Wrong size on PoseableMeshComponent_GetBoneRotationByName"); \ +static_assert(offsetof(PoseableMeshComponent_GetBoneRotationByName, BoneName) == 0x000000, "Member 'PoseableMeshComponent_GetBoneRotationByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_GetBoneRotationByName, BoneSpace) == 0x00000C, "Member 'PoseableMeshComponent_GetBoneRotationByName::BoneSpace' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_GetBoneRotationByName, ReturnValue) == 0x000010, "Member 'PoseableMeshComponent_GetBoneRotationByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseableMeshComponent_GetBoneScaleByName \ +static_assert(alignof(PoseableMeshComponent_GetBoneScaleByName) == 0x000004, "Wrong alignment on PoseableMeshComponent_GetBoneScaleByName"); \ +static_assert(sizeof(PoseableMeshComponent_GetBoneScaleByName) == 0x00001C, "Wrong size on PoseableMeshComponent_GetBoneScaleByName"); \ +static_assert(offsetof(PoseableMeshComponent_GetBoneScaleByName, BoneName) == 0x000000, "Member 'PoseableMeshComponent_GetBoneScaleByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_GetBoneScaleByName, BoneSpace) == 0x00000C, "Member 'PoseableMeshComponent_GetBoneScaleByName::BoneSpace' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_GetBoneScaleByName, ReturnValue) == 0x000010, "Member 'PoseableMeshComponent_GetBoneScaleByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseableMeshComponent_GetBoneTransformByName \ +static_assert(alignof(PoseableMeshComponent_GetBoneTransformByName) == 0x000010, "Wrong alignment on PoseableMeshComponent_GetBoneTransformByName"); \ +static_assert(sizeof(PoseableMeshComponent_GetBoneTransformByName) == 0x000040, "Wrong size on PoseableMeshComponent_GetBoneTransformByName"); \ +static_assert(offsetof(PoseableMeshComponent_GetBoneTransformByName, BoneName) == 0x000000, "Member 'PoseableMeshComponent_GetBoneTransformByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_GetBoneTransformByName, BoneSpace) == 0x00000C, "Member 'PoseableMeshComponent_GetBoneTransformByName::BoneSpace' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_GetBoneTransformByName, ReturnValue) == 0x000010, "Member 'PoseableMeshComponent_GetBoneTransformByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseableMeshComponent_ResetBoneTransformByName \ +static_assert(alignof(PoseableMeshComponent_ResetBoneTransformByName) == 0x000004, "Wrong alignment on PoseableMeshComponent_ResetBoneTransformByName"); \ +static_assert(sizeof(PoseableMeshComponent_ResetBoneTransformByName) == 0x00000C, "Wrong size on PoseableMeshComponent_ResetBoneTransformByName"); \ +static_assert(offsetof(PoseableMeshComponent_ResetBoneTransformByName, BoneName) == 0x000000, "Member 'PoseableMeshComponent_ResetBoneTransformByName::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseableMeshComponent_SetBoneLocationByName \ +static_assert(alignof(PoseableMeshComponent_SetBoneLocationByName) == 0x000004, "Wrong alignment on PoseableMeshComponent_SetBoneLocationByName"); \ +static_assert(sizeof(PoseableMeshComponent_SetBoneLocationByName) == 0x00001C, "Wrong size on PoseableMeshComponent_SetBoneLocationByName"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneLocationByName, BoneName) == 0x000000, "Member 'PoseableMeshComponent_SetBoneLocationByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneLocationByName, InLocation) == 0x00000C, "Member 'PoseableMeshComponent_SetBoneLocationByName::InLocation' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneLocationByName, BoneSpace) == 0x000018, "Member 'PoseableMeshComponent_SetBoneLocationByName::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseableMeshComponent_SetBoneRotationByName \ +static_assert(alignof(PoseableMeshComponent_SetBoneRotationByName) == 0x000004, "Wrong alignment on PoseableMeshComponent_SetBoneRotationByName"); \ +static_assert(sizeof(PoseableMeshComponent_SetBoneRotationByName) == 0x00001C, "Wrong size on PoseableMeshComponent_SetBoneRotationByName"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneRotationByName, BoneName) == 0x000000, "Member 'PoseableMeshComponent_SetBoneRotationByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneRotationByName, InRotation) == 0x00000C, "Member 'PoseableMeshComponent_SetBoneRotationByName::InRotation' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneRotationByName, BoneSpace) == 0x000018, "Member 'PoseableMeshComponent_SetBoneRotationByName::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseableMeshComponent_SetBoneScaleByName \ +static_assert(alignof(PoseableMeshComponent_SetBoneScaleByName) == 0x000004, "Wrong alignment on PoseableMeshComponent_SetBoneScaleByName"); \ +static_assert(sizeof(PoseableMeshComponent_SetBoneScaleByName) == 0x00001C, "Wrong size on PoseableMeshComponent_SetBoneScaleByName"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneScaleByName, BoneName) == 0x000000, "Member 'PoseableMeshComponent_SetBoneScaleByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneScaleByName, InScale3D) == 0x00000C, "Member 'PoseableMeshComponent_SetBoneScaleByName::InScale3D' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneScaleByName, BoneSpace) == 0x000018, "Member 'PoseableMeshComponent_SetBoneScaleByName::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseableMeshComponent_SetBoneTransformByName \ +static_assert(alignof(PoseableMeshComponent_SetBoneTransformByName) == 0x000010, "Wrong alignment on PoseableMeshComponent_SetBoneTransformByName"); \ +static_assert(sizeof(PoseableMeshComponent_SetBoneTransformByName) == 0x000050, "Wrong size on PoseableMeshComponent_SetBoneTransformByName"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneTransformByName, BoneName) == 0x000000, "Member 'PoseableMeshComponent_SetBoneTransformByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneTransformByName, InTransform) == 0x000010, "Member 'PoseableMeshComponent_SetBoneTransformByName::InTransform' has a wrong offset!"); \ +static_assert(offsetof(PoseableMeshComponent_SetBoneTransformByName, BoneSpace) == 0x000040, "Member 'PoseableMeshComponent_SetBoneTransformByName::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseableMeshComponent \ +static_assert(alignof(UPoseableMeshComponent) == 0x000010, "Wrong alignment on UPoseableMeshComponent"); \ +static_assert(sizeof(UPoseableMeshComponent) == 0x0008C0, "Wrong size on UPoseableMeshComponent"); \ + +#define DUMPER7_ASSERTS_UTouchInterface \ +static_assert(alignof(UTouchInterface) == 0x000008, "Wrong alignment on UTouchInterface"); \ +static_assert(sizeof(UTouchInterface) == 0x000060, "Wrong size on UTouchInterface"); \ +static_assert(offsetof(UTouchInterface, Controls) == 0x000030, "Member 'UTouchInterface::Controls' has a wrong offset!"); \ +static_assert(offsetof(UTouchInterface, ActiveOpacity) == 0x000040, "Member 'UTouchInterface::ActiveOpacity' has a wrong offset!"); \ +static_assert(offsetof(UTouchInterface, InactiveOpacity) == 0x000044, "Member 'UTouchInterface::InactiveOpacity' has a wrong offset!"); \ +static_assert(offsetof(UTouchInterface, TimeUntilDeactive) == 0x000048, "Member 'UTouchInterface::TimeUntilDeactive' has a wrong offset!"); \ +static_assert(offsetof(UTouchInterface, TimeUntilReset) == 0x00004C, "Member 'UTouchInterface::TimeUntilReset' has a wrong offset!"); \ +static_assert(offsetof(UTouchInterface, ActivationDelay) == 0x000050, "Member 'UTouchInterface::ActivationDelay' has a wrong offset!"); \ +static_assert(offsetof(UTouchInterface, bPreventRecenter) == 0x000054, "Member 'UTouchInterface::bPreventRecenter' has a wrong offset!"); \ +static_assert(offsetof(UTouchInterface, StartupDelay) == 0x000058, "Member 'UTouchInterface::StartupDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseAsset \ +static_assert(alignof(UPoseAsset) == 0x000008, "Wrong alignment on UPoseAsset"); \ +static_assert(sizeof(UPoseAsset) == 0x000140, "Wrong size on UPoseAsset"); \ +static_assert(offsetof(UPoseAsset, PoseContainer) == 0x000088, "Member 'UPoseAsset::PoseContainer' has a wrong offset!"); \ +static_assert(offsetof(UPoseAsset, bAdditivePose) == 0x000118, "Member 'UPoseAsset::bAdditivePose' has a wrong offset!"); \ +static_assert(offsetof(UPoseAsset, BasePoseIndex) == 0x00011C, "Member 'UPoseAsset::BasePoseIndex' has a wrong offset!"); \ +static_assert(offsetof(UPoseAsset, RetargetSource) == 0x000120, "Member 'UPoseAsset::RetargetSource' has a wrong offset!"); \ +static_assert(offsetof(UPoseAsset, RetargetSourceAssetReferencePose) == 0x000130, "Member 'UPoseAsset::RetargetSourceAssetReferencePose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseWatch \ +static_assert(alignof(UPoseWatch) == 0x000008, "Wrong alignment on UPoseWatch"); \ +static_assert(sizeof(UPoseWatch) == 0x000040, "Wrong size on UPoseWatch"); \ +static_assert(offsetof(UPoseWatch, Node) == 0x000030, "Member 'UPoseWatch::Node' has a wrong offset!"); \ +static_assert(offsetof(UPoseWatch, PoseWatchColour) == 0x000038, "Member 'UPoseWatch::PoseWatchColour' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PostProcessComponent_AddOrUpdateBlendable \ +static_assert(alignof(PostProcessComponent_AddOrUpdateBlendable) == 0x000008, "Wrong alignment on PostProcessComponent_AddOrUpdateBlendable"); \ +static_assert(sizeof(PostProcessComponent_AddOrUpdateBlendable) == 0x000018, "Wrong size on PostProcessComponent_AddOrUpdateBlendable"); \ +static_assert(offsetof(PostProcessComponent_AddOrUpdateBlendable, InBlendableObject) == 0x000000, "Member 'PostProcessComponent_AddOrUpdateBlendable::InBlendableObject' has a wrong offset!"); \ +static_assert(offsetof(PostProcessComponent_AddOrUpdateBlendable, InWeight) == 0x000010, "Member 'PostProcessComponent_AddOrUpdateBlendable::InWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPostProcessComponent \ +static_assert(alignof(UPostProcessComponent) == 0x000010, "Wrong alignment on UPostProcessComponent"); \ +static_assert(sizeof(UPostProcessComponent) == 0x0007B0, "Wrong size on UPostProcessComponent"); \ +static_assert(offsetof(UPostProcessComponent, Settings) == 0x000230, "Member 'UPostProcessComponent::Settings' has a wrong offset!"); \ +static_assert(offsetof(UPostProcessComponent, Priority) == 0x0007A0, "Member 'UPostProcessComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(UPostProcessComponent, BlendRadius) == 0x0007A4, "Member 'UPostProcessComponent::BlendRadius' has a wrong offset!"); \ +static_assert(offsetof(UPostProcessComponent, BlendWeight) == 0x0007A8, "Member 'UPostProcessComponent::BlendWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PostProcessVolume_AddOrUpdateBlendable \ +static_assert(alignof(PostProcessVolume_AddOrUpdateBlendable) == 0x000008, "Wrong alignment on PostProcessVolume_AddOrUpdateBlendable"); \ +static_assert(sizeof(PostProcessVolume_AddOrUpdateBlendable) == 0x000018, "Wrong size on PostProcessVolume_AddOrUpdateBlendable"); \ +static_assert(offsetof(PostProcessVolume_AddOrUpdateBlendable, InBlendableObject) == 0x000000, "Member 'PostProcessVolume_AddOrUpdateBlendable::InBlendableObject' has a wrong offset!"); \ +static_assert(offsetof(PostProcessVolume_AddOrUpdateBlendable, InWeight) == 0x000010, "Member 'PostProcessVolume_AddOrUpdateBlendable::InWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APostProcessVolume \ +static_assert(alignof(APostProcessVolume) == 0x000010, "Wrong alignment on APostProcessVolume"); \ +static_assert(sizeof(APostProcessVolume) == 0x0008A0, "Wrong size on APostProcessVolume"); \ +static_assert(offsetof(APostProcessVolume, Settings) == 0x000310, "Member 'APostProcessVolume::Settings' has a wrong offset!"); \ +static_assert(offsetof(APostProcessVolume, Priority) == 0x000880, "Member 'APostProcessVolume::Priority' has a wrong offset!"); \ +static_assert(offsetof(APostProcessVolume, BlendRadius) == 0x000884, "Member 'APostProcessVolume::BlendRadius' has a wrong offset!"); \ +static_assert(offsetof(APostProcessVolume, BlendWeight) == 0x000888, "Member 'APostProcessVolume::BlendWeight' has a wrong offset!"); \ +static_assert(offsetof(APostProcessVolume, PostProcessSettingsConfig) == 0x000890, "Member 'APostProcessVolume::PostProcessSettingsConfig' has a wrong offset!"); \ +static_assert(offsetof(APostProcessVolume, PostProcessVolumeSettingsPolicy) == 0x000898, "Member 'APostProcessVolume::PostProcessVolumeSettingsPolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APrecomputedVisibilityOverrideVolume \ +static_assert(alignof(APrecomputedVisibilityOverrideVolume) == 0x000008, "Wrong alignment on APrecomputedVisibilityOverrideVolume"); \ +static_assert(sizeof(APrecomputedVisibilityOverrideVolume) == 0x000330, "Wrong size on APrecomputedVisibilityOverrideVolume"); \ +static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideVisibleActors) == 0x000300, "Member 'APrecomputedVisibilityOverrideVolume::OverrideVisibleActors' has a wrong offset!"); \ +static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideInvisibleActors) == 0x000310, "Member 'APrecomputedVisibilityOverrideVolume::OverrideInvisibleActors' has a wrong offset!"); \ +static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideInvisibleLevels) == 0x000320, "Member 'APrecomputedVisibilityOverrideVolume::OverrideInvisibleLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPreviewMeshCollection \ +static_assert(alignof(UPreviewMeshCollection) == 0x000008, "Wrong alignment on UPreviewMeshCollection"); \ +static_assert(sizeof(UPreviewMeshCollection) == 0x000058, "Wrong size on UPreviewMeshCollection"); \ +static_assert(offsetof(UPreviewMeshCollection, Skeleton) == 0x000040, "Member 'UPreviewMeshCollection::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(UPreviewMeshCollection, SkeletalMeshes) == 0x000048, "Member 'UPreviewMeshCollection::SkeletalMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPrimaryAssetLabel \ +static_assert(alignof(UPrimaryAssetLabel) == 0x000008, "Wrong alignment on UPrimaryAssetLabel"); \ +static_assert(sizeof(UPrimaryAssetLabel) == 0x000078, "Wrong size on UPrimaryAssetLabel"); \ +static_assert(offsetof(UPrimaryAssetLabel, Rules) == 0x000038, "Member 'UPrimaryAssetLabel::Rules' has a wrong offset!"); \ +static_assert(offsetof(UPrimaryAssetLabel, ExplicitAssets) == 0x000048, "Member 'UPrimaryAssetLabel::ExplicitAssets' has a wrong offset!"); \ +static_assert(offsetof(UPrimaryAssetLabel, ExplicitBlueprints) == 0x000058, "Member 'UPrimaryAssetLabel::ExplicitBlueprints' has a wrong offset!"); \ +static_assert(offsetof(UPrimaryAssetLabel, AssetCollection) == 0x000068, "Member 'UPrimaryAssetLabel::AssetCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProxyLODMeshSimplificationSettings \ +static_assert(alignof(UProxyLODMeshSimplificationSettings) == 0x000008, "Wrong alignment on UProxyLODMeshSimplificationSettings"); \ +static_assert(sizeof(UProxyLODMeshSimplificationSettings) == 0x000058, "Wrong size on UProxyLODMeshSimplificationSettings"); \ +static_assert(offsetof(UProxyLODMeshSimplificationSettings, ProxyLODMeshReductionModuleName) == 0x000048, "Member 'UProxyLODMeshSimplificationSettings::ProxyLODMeshReductionModuleName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeDistanceCrossFade \ +static_assert(alignof(USoundNodeDistanceCrossFade) == 0x000008, "Wrong alignment on USoundNodeDistanceCrossFade"); \ +static_assert(sizeof(USoundNodeDistanceCrossFade) == 0x000060, "Wrong size on USoundNodeDistanceCrossFade"); \ +static_assert(offsetof(USoundNodeDistanceCrossFade, CrossFadeInput) == 0x000050, "Member 'USoundNodeDistanceCrossFade::CrossFadeInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeParamCrossFade \ +static_assert(alignof(USoundNodeParamCrossFade) == 0x000008, "Wrong alignment on USoundNodeParamCrossFade"); \ +static_assert(sizeof(USoundNodeParamCrossFade) == 0x000070, "Wrong size on USoundNodeParamCrossFade"); \ +static_assert(offsetof(USoundNodeParamCrossFade, ParamName) == 0x000060, "Member 'USoundNodeParamCrossFade::ParamName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARadialForceActor \ +static_assert(alignof(ARadialForceActor) == 0x000008, "Wrong alignment on ARadialForceActor"); \ +static_assert(sizeof(ARadialForceActor) == 0x0002B0, "Wrong size on ARadialForceActor"); \ +static_assert(offsetof(ARadialForceActor, ForceComponent) == 0x0002A8, "Member 'ARadialForceActor::ForceComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialForceComponent_AddObjectTypeToAffect \ +static_assert(alignof(RadialForceComponent_AddObjectTypeToAffect) == 0x000001, "Wrong alignment on RadialForceComponent_AddObjectTypeToAffect"); \ +static_assert(sizeof(RadialForceComponent_AddObjectTypeToAffect) == 0x000001, "Wrong size on RadialForceComponent_AddObjectTypeToAffect"); \ +static_assert(offsetof(RadialForceComponent_AddObjectTypeToAffect, ObjectType) == 0x000000, "Member 'RadialForceComponent_AddObjectTypeToAffect::ObjectType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialForceComponent_RemoveObjectTypeToAffect \ +static_assert(alignof(RadialForceComponent_RemoveObjectTypeToAffect) == 0x000001, "Wrong alignment on RadialForceComponent_RemoveObjectTypeToAffect"); \ +static_assert(sizeof(RadialForceComponent_RemoveObjectTypeToAffect) == 0x000001, "Wrong size on RadialForceComponent_RemoveObjectTypeToAffect"); \ +static_assert(offsetof(RadialForceComponent_RemoveObjectTypeToAffect, ObjectType) == 0x000000, "Member 'RadialForceComponent_RemoveObjectTypeToAffect::ObjectType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URadialForceComponent \ +static_assert(alignof(URadialForceComponent) == 0x000010, "Wrong alignment on URadialForceComponent"); \ +static_assert(sizeof(URadialForceComponent) == 0x000260, "Wrong size on URadialForceComponent"); \ +static_assert(offsetof(URadialForceComponent, Radius) == 0x000228, "Member 'URadialForceComponent::Radius' has a wrong offset!"); \ +static_assert(offsetof(URadialForceComponent, Falloff) == 0x00022C, "Member 'URadialForceComponent::Falloff' has a wrong offset!"); \ +static_assert(offsetof(URadialForceComponent, ImpulseStrength) == 0x000230, "Member 'URadialForceComponent::ImpulseStrength' has a wrong offset!"); \ +static_assert(offsetof(URadialForceComponent, ForceStrength) == 0x000238, "Member 'URadialForceComponent::ForceStrength' has a wrong offset!"); \ +static_assert(offsetof(URadialForceComponent, DestructibleDamage) == 0x00023C, "Member 'URadialForceComponent::DestructibleDamage' has a wrong offset!"); \ +static_assert(offsetof(URadialForceComponent, ObjectTypesToAffect) == 0x000240, "Member 'URadialForceComponent::ObjectTypesToAffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARectLight \ +static_assert(alignof(ARectLight) == 0x000008, "Wrong alignment on ARectLight"); \ +static_assert(sizeof(ARectLight) == 0x0002C0, "Wrong size on ARectLight"); \ +static_assert(offsetof(ARectLight, RectLightComponent) == 0x0002B8, "Member 'ARectLight::RectLightComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RectLightComponent_SetBarnDoorAngle \ +static_assert(alignof(RectLightComponent_SetBarnDoorAngle) == 0x000004, "Wrong alignment on RectLightComponent_SetBarnDoorAngle"); \ +static_assert(sizeof(RectLightComponent_SetBarnDoorAngle) == 0x000004, "Wrong size on RectLightComponent_SetBarnDoorAngle"); \ +static_assert(offsetof(RectLightComponent_SetBarnDoorAngle, NewValue) == 0x000000, "Member 'RectLightComponent_SetBarnDoorAngle::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RectLightComponent_SetBarnDoorLength \ +static_assert(alignof(RectLightComponent_SetBarnDoorLength) == 0x000004, "Wrong alignment on RectLightComponent_SetBarnDoorLength"); \ +static_assert(sizeof(RectLightComponent_SetBarnDoorLength) == 0x000004, "Wrong size on RectLightComponent_SetBarnDoorLength"); \ +static_assert(offsetof(RectLightComponent_SetBarnDoorLength, NewValue) == 0x000000, "Member 'RectLightComponent_SetBarnDoorLength::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RectLightComponent_SetSourceHeight \ +static_assert(alignof(RectLightComponent_SetSourceHeight) == 0x000004, "Wrong alignment on RectLightComponent_SetSourceHeight"); \ +static_assert(sizeof(RectLightComponent_SetSourceHeight) == 0x000004, "Wrong size on RectLightComponent_SetSourceHeight"); \ +static_assert(offsetof(RectLightComponent_SetSourceHeight, NewValue) == 0x000000, "Member 'RectLightComponent_SetSourceHeight::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RectLightComponent_SetSourceTexture \ +static_assert(alignof(RectLightComponent_SetSourceTexture) == 0x000008, "Wrong alignment on RectLightComponent_SetSourceTexture"); \ +static_assert(sizeof(RectLightComponent_SetSourceTexture) == 0x000008, "Wrong size on RectLightComponent_SetSourceTexture"); \ +static_assert(offsetof(RectLightComponent_SetSourceTexture, bNewValue) == 0x000000, "Member 'RectLightComponent_SetSourceTexture::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RectLightComponent_SetSourceWidth \ +static_assert(alignof(RectLightComponent_SetSourceWidth) == 0x000004, "Wrong alignment on RectLightComponent_SetSourceWidth"); \ +static_assert(sizeof(RectLightComponent_SetSourceWidth) == 0x000004, "Wrong size on RectLightComponent_SetSourceWidth"); \ +static_assert(offsetof(RectLightComponent_SetSourceWidth, bNewValue) == 0x000000, "Member 'RectLightComponent_SetSourceWidth::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URectLightComponent \ +static_assert(alignof(URectLightComponent) == 0x000010, "Wrong alignment on URectLightComponent"); \ +static_assert(sizeof(URectLightComponent) == 0x0003D0, "Wrong size on URectLightComponent"); \ +static_assert(offsetof(URectLightComponent, SourceWidth) == 0x0003B0, "Member 'URectLightComponent::SourceWidth' has a wrong offset!"); \ +static_assert(offsetof(URectLightComponent, SourceHeight) == 0x0003B4, "Member 'URectLightComponent::SourceHeight' has a wrong offset!"); \ +static_assert(offsetof(URectLightComponent, BarnDoorAngle) == 0x0003B8, "Member 'URectLightComponent::BarnDoorAngle' has a wrong offset!"); \ +static_assert(offsetof(URectLightComponent, BarnDoorLength) == 0x0003BC, "Member 'URectLightComponent::BarnDoorLength' has a wrong offset!"); \ +static_assert(offsetof(URectLightComponent, SourceTexture) == 0x0003C0, "Member 'URectLightComponent::SourceTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeSwitch \ +static_assert(alignof(USoundNodeSwitch) == 0x000008, "Wrong alignment on USoundNodeSwitch"); \ +static_assert(sizeof(USoundNodeSwitch) == 0x000060, "Wrong size on USoundNodeSwitch"); \ +static_assert(offsetof(USoundNodeSwitch, IntParameterName) == 0x000050, "Member 'USoundNodeSwitch::IntParameterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URendererSettings \ +static_assert(alignof(URendererSettings) == 0x000008, "Wrong alignment on URendererSettings"); \ +static_assert(sizeof(URendererSettings) == 0x000170, "Wrong size on URendererSettings"); \ +static_assert(offsetof(URendererSettings, MaxMobileCascades) == 0x00004C, "Member 'URendererSettings::MaxMobileCascades' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MobileMSAASampleCount) == 0x000050, "Member 'URendererSettings::MobileMSAASampleCount' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MinScreenRadiusForLights) == 0x000058, "Member 'URendererSettings::MinScreenRadiusForLights' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MinScreenRadiusForEarlyZPass) == 0x00005C, "Member 'URendererSettings::MinScreenRadiusForEarlyZPass' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MinScreenRadiusForCSMdepth) == 0x000060, "Member 'URendererSettings::MinScreenRadiusForCSMdepth' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VirtualTextureTileSize) == 0x000068, "Member 'URendererSettings::VirtualTextureTileSize' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VirtualTextureTileBorderSize) == 0x00006C, "Member 'URendererSettings::VirtualTextureTileBorderSize' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VirtualTextureFeedbackFactor) == 0x000070, "Member 'URendererSettings::VirtualTextureFeedbackFactor' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, ReflectionCaptureResolution) == 0x000078, "Member 'URendererSettings::ReflectionCaptureResolution' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, TessellationAdaptivePixelsPerTriangle) == 0x000080, "Member 'URendererSettings::TessellationAdaptivePixelsPerTriangle' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, TranslucentSortPolicy) == 0x000088, "Member 'URendererSettings::TranslucentSortPolicy' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, TranslucentSortAxis) == 0x00008C, "Member 'URendererSettings::TranslucentSortAxis' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, HMDFixedFoveationLevel) == 0x000098, "Member 'URendererSettings::HMDFixedFoveationLevel' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, CustomDepthStencil) == 0x000099, "Member 'URendererSettings::CustomDepthStencil' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, bEnableAlphaChannelInPostProcessing) == 0x0000A0, "Member 'URendererSettings::bEnableAlphaChannelInPostProcessing' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultFeatureAutoExposure) == 0x0000A8, "Member 'URendererSettings::DefaultFeatureAutoExposure' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultFeatureAutoExposureBias) == 0x0000AC, "Member 'URendererSettings::DefaultFeatureAutoExposureBias' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultFeatureAntiAliasing) == 0x0000B4, "Member 'URendererSettings::DefaultFeatureAntiAliasing' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultLightUnits) == 0x0000B5, "Member 'URendererSettings::DefaultLightUnits' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultBackBufferPixelFormat) == 0x0000B6, "Member 'URendererSettings::DefaultBackBufferPixelFormat' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, EarlyZPass) == 0x0000BC, "Member 'URendererSettings::EarlyZPass' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, ClearSceneMethod) == 0x0000C4, "Member 'URendererSettings::ClearSceneMethod' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, GPUSimulationTextureSizeX) == 0x0000CC, "Member 'URendererSettings::GPUSimulationTextureSizeX' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, GPUSimulationTextureSizeY) == 0x0000D0, "Member 'URendererSettings::GPUSimulationTextureSizeY' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, GBufferFormat) == 0x0000D8, "Member 'URendererSettings::GBufferFormat' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, WireframeCullThreshold) == 0x0000E0, "Member 'URendererSettings::WireframeCullThreshold' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultSkinCacheBehavior) == 0x0000E8, "Member 'URendererSettings::DefaultSkinCacheBehavior' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, SkinCacheSceneMemoryLimitInMB) == 0x0000EC, "Member 'URendererSettings::SkinCacheSceneMemoryLimitInMB' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MobileNumDynamicPointLights) == 0x0000F4, "Member 'URendererSettings::MobileNumDynamicPointLights' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, UnlimitedBonInfluencesThreshold) == 0x0000FC, "Member 'URendererSettings::UnlimitedBonInfluencesThreshold' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MaxSkinBones) == 0x000100, "Member 'URendererSettings::MaxSkinBones' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MobilePlanarReflectionMode) == 0x000104, "Member 'URendererSettings::MobilePlanarReflectionMode' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, bStreamSkeletalMeshLODs) == 0x00010C, "Member 'URendererSettings::bStreamSkeletalMeshLODs' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, bDiscardSkeletalMeshOptionalLODs) == 0x00010D, "Member 'URendererSettings::bDiscardSkeletalMeshOptionalLODs' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VisualizeCalibrationColorMaterialPath) == 0x000110, "Member 'URendererSettings::VisualizeCalibrationColorMaterialPath' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VisualizeCalibrationCustomMaterialPath) == 0x000130, "Member 'URendererSettings::VisualizeCalibrationCustomMaterialPath' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VisualizeCalibrationGrayscaleMaterialPath) == 0x000150, "Member 'URendererSettings::VisualizeCalibrationGrayscaleMaterialPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URendererOverrideSettings \ +static_assert(alignof(URendererOverrideSettings) == 0x000008, "Wrong alignment on URendererOverrideSettings"); \ +static_assert(sizeof(URendererOverrideSettings) == 0x000050, "Wrong size on URendererOverrideSettings"); \ + +#define DUMPER7_ASSERTS_UReplayNetConnection \ +static_assert(alignof(UReplayNetConnection) == 0x000008, "Wrong alignment on UReplayNetConnection"); \ +static_assert(sizeof(UReplayNetConnection) == 0x0023F8, "Wrong size on UReplayNetConnection"); \ + +#define DUMPER7_ASSERTS_UReplaySubsystem \ +static_assert(alignof(UReplaySubsystem) == 0x000008, "Wrong alignment on UReplaySubsystem"); \ +static_assert(sizeof(UReplaySubsystem) == 0x000048, "Wrong size on UReplaySubsystem"); \ +static_assert(offsetof(UReplaySubsystem, bLoadDefaultMapOnStop) == 0x000038, "Member 'UReplaySubsystem::bLoadDefaultMapOnStop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReporterBase \ +static_assert(alignof(UReporterBase) == 0x000008, "Wrong alignment on UReporterBase"); \ +static_assert(sizeof(UReporterBase) == 0x000038, "Wrong size on UReporterBase"); \ + +#define DUMPER7_ASSERTS_UReporterGraph \ +static_assert(alignof(UReporterGraph) == 0x000008, "Wrong alignment on UReporterGraph"); \ +static_assert(sizeof(UReporterGraph) == 0x0000B0, "Wrong size on UReporterGraph"); \ + +#define DUMPER7_ASSERTS_RuntimeVirtualTexture_GetPageTableSize \ +static_assert(alignof(RuntimeVirtualTexture_GetPageTableSize) == 0x000004, "Wrong alignment on RuntimeVirtualTexture_GetPageTableSize"); \ +static_assert(sizeof(RuntimeVirtualTexture_GetPageTableSize) == 0x000004, "Wrong size on RuntimeVirtualTexture_GetPageTableSize"); \ +static_assert(offsetof(RuntimeVirtualTexture_GetPageTableSize, ReturnValue) == 0x000000, "Member 'RuntimeVirtualTexture_GetPageTableSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RuntimeVirtualTexture_GetSize \ +static_assert(alignof(RuntimeVirtualTexture_GetSize) == 0x000004, "Wrong alignment on RuntimeVirtualTexture_GetSize"); \ +static_assert(sizeof(RuntimeVirtualTexture_GetSize) == 0x000004, "Wrong size on RuntimeVirtualTexture_GetSize"); \ +static_assert(offsetof(RuntimeVirtualTexture_GetSize, ReturnValue) == 0x000000, "Member 'RuntimeVirtualTexture_GetSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RuntimeVirtualTexture_GetTileBorderSize \ +static_assert(alignof(RuntimeVirtualTexture_GetTileBorderSize) == 0x000004, "Wrong alignment on RuntimeVirtualTexture_GetTileBorderSize"); \ +static_assert(sizeof(RuntimeVirtualTexture_GetTileBorderSize) == 0x000004, "Wrong size on RuntimeVirtualTexture_GetTileBorderSize"); \ +static_assert(offsetof(RuntimeVirtualTexture_GetTileBorderSize, ReturnValue) == 0x000000, "Member 'RuntimeVirtualTexture_GetTileBorderSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RuntimeVirtualTexture_GetTileCount \ +static_assert(alignof(RuntimeVirtualTexture_GetTileCount) == 0x000004, "Wrong alignment on RuntimeVirtualTexture_GetTileCount"); \ +static_assert(sizeof(RuntimeVirtualTexture_GetTileCount) == 0x000004, "Wrong size on RuntimeVirtualTexture_GetTileCount"); \ +static_assert(offsetof(RuntimeVirtualTexture_GetTileCount, ReturnValue) == 0x000000, "Member 'RuntimeVirtualTexture_GetTileCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RuntimeVirtualTexture_GetTileSize \ +static_assert(alignof(RuntimeVirtualTexture_GetTileSize) == 0x000004, "Wrong alignment on RuntimeVirtualTexture_GetTileSize"); \ +static_assert(sizeof(RuntimeVirtualTexture_GetTileSize) == 0x000004, "Wrong size on RuntimeVirtualTexture_GetTileSize"); \ +static_assert(offsetof(RuntimeVirtualTexture_GetTileSize, ReturnValue) == 0x000000, "Member 'RuntimeVirtualTexture_GetTileSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URuntimeVirtualTexture \ +static_assert(alignof(URuntimeVirtualTexture) == 0x000010, "Wrong alignment on URuntimeVirtualTexture"); \ +static_assert(sizeof(URuntimeVirtualTexture) == 0x0000A0, "Wrong size on URuntimeVirtualTexture"); \ +static_assert(offsetof(URuntimeVirtualTexture, TileCount) == 0x000030, "Member 'URuntimeVirtualTexture::TileCount' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, TileSize) == 0x000034, "Member 'URuntimeVirtualTexture::TileSize' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, TileBorderSize) == 0x000038, "Member 'URuntimeVirtualTexture::TileBorderSize' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, MaterialType) == 0x00003C, "Member 'URuntimeVirtualTexture::MaterialType' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, bCompressTextures) == 0x00003D, "Member 'URuntimeVirtualTexture::bCompressTextures' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, bClearTextures) == 0x00003E, "Member 'URuntimeVirtualTexture::bClearTextures' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, bSinglePhysicalSpace) == 0x00003F, "Member 'URuntimeVirtualTexture::bSinglePhysicalSpace' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, bPrivateSpace) == 0x000040, "Member 'URuntimeVirtualTexture::bPrivateSpace' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, bAdaptive) == 0x000041, "Member 'URuntimeVirtualTexture::bAdaptive' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, bContinuousUpdate) == 0x000042, "Member 'URuntimeVirtualTexture::bContinuousUpdate' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, RemoveLowMips) == 0x000044, "Member 'URuntimeVirtualTexture::RemoveLowMips' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, LODGroup) == 0x000048, "Member 'URuntimeVirtualTexture::LODGroup' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, Size) == 0x00004C, "Member 'URuntimeVirtualTexture::Size' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, StreamingTexture) == 0x000050, "Member 'URuntimeVirtualTexture::StreamingTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAIVisibilityVolume \ +static_assert(alignof(ASBZAIVisibilityVolume) == 0x000008, "Wrong alignment on ASBZAIVisibilityVolume"); \ +static_assert(sizeof(ASBZAIVisibilityVolume) == 0x000308, "Wrong size on ASBZAIVisibilityVolume"); \ +static_assert(offsetof(ASBZAIVisibilityVolume, bExcluder) == 0x000300, "Member 'ASBZAIVisibilityVolume::bExcluder' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIVisibilityVolume, bExcludeTrisOnAnyVertexOverlap) == 0x000301, "Member 'ASBZAIVisibilityVolume::bExcludeTrisOnAnyVertexOverlap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZIrradianceVolumeComponent \ +static_assert(alignof(USBZIrradianceVolumeComponent) == 0x000010, "Wrong alignment on USBZIrradianceVolumeComponent"); \ +static_assert(sizeof(USBZIrradianceVolumeComponent) == 0x000300, "Wrong size on USBZIrradianceVolumeComponent"); \ +static_assert(offsetof(USBZIrradianceVolumeComponent, SamplesX) == 0x000298, "Member 'USBZIrradianceVolumeComponent::SamplesX' has a wrong offset!"); \ +static_assert(offsetof(USBZIrradianceVolumeComponent, SamplesY) == 0x00029C, "Member 'USBZIrradianceVolumeComponent::SamplesY' has a wrong offset!"); \ +static_assert(offsetof(USBZIrradianceVolumeComponent, SamplesZ) == 0x0002A0, "Member 'USBZIrradianceVolumeComponent::SamplesZ' has a wrong offset!"); \ +static_assert(offsetof(USBZIrradianceVolumeComponent, Intensity) == 0x0002A4, "Member 'USBZIrradianceVolumeComponent::Intensity' has a wrong offset!"); \ +static_assert(offsetof(USBZIrradianceVolumeComponent, SpecularIntensity) == 0x0002A8, "Member 'USBZIrradianceVolumeComponent::SpecularIntensity' has a wrong offset!"); \ +static_assert(offsetof(USBZIrradianceVolumeComponent, MinimumRoughness) == 0x0002AC, "Member 'USBZIrradianceVolumeComponent::MinimumRoughness' has a wrong offset!"); \ +static_assert(offsetof(USBZIrradianceVolumeComponent, BounceCount) == 0x0002B0, "Member 'USBZIrradianceVolumeComponent::BounceCount' has a wrong offset!"); \ +static_assert(offsetof(USBZIrradianceVolumeComponent, CaptureResolution) == 0x0002B8, "Member 'USBZIrradianceVolumeComponent::CaptureResolution' has a wrong offset!"); \ +static_assert(offsetof(USBZIrradianceVolumeComponent, IrradianceResolution) == 0x0002BC, "Member 'USBZIrradianceVolumeComponent::IrradianceResolution' has a wrong offset!"); \ +static_assert(offsetof(USBZIrradianceVolumeComponent, VisibilityResolution) == 0x0002C0, "Member 'USBZIrradianceVolumeComponent::VisibilityResolution' has a wrong offset!"); \ +static_assert(offsetof(USBZIrradianceVolumeComponent, VisibilityMethod) == 0x0002C4, "Member 'USBZIrradianceVolumeComponent::VisibilityMethod' has a wrong offset!"); \ +static_assert(offsetof(USBZIrradianceVolumeComponent, LightingChannels) == 0x0002C5, "Member 'USBZIrradianceVolumeComponent::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(USBZIrradianceVolumeComponent, MaxDrawDistance) == 0x0002C8, "Member 'USBZIrradianceVolumeComponent::MaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZIrradianceVolumeComponent, MaxDistanceFadeRange) == 0x0002CC, "Member 'USBZIrradianceVolumeComponent::MaxDistanceFadeRange' has a wrong offset!"); \ +static_assert(offsetof(USBZIrradianceVolumeComponent, PositiveXFadeDistance) == 0x0002D0, "Member 'USBZIrradianceVolumeComponent::PositiveXFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZIrradianceVolumeComponent, NegativeXFadeDistance) == 0x0002D4, "Member 'USBZIrradianceVolumeComponent::NegativeXFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZIrradianceVolumeComponent, PositiveYFadeDistance) == 0x0002D8, "Member 'USBZIrradianceVolumeComponent::PositiveYFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZIrradianceVolumeComponent, NegativeYFadeDistance) == 0x0002DC, "Member 'USBZIrradianceVolumeComponent::NegativeYFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZIrradianceVolumeComponent, PositiveZFadeDistance) == 0x0002E0, "Member 'USBZIrradianceVolumeComponent::PositiveZFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZIrradianceVolumeComponent, NegativeZFadeDistance) == 0x0002E4, "Member 'USBZIrradianceVolumeComponent::NegativeZFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZIrradianceVolumeComponent, DistanceFieldSamplesX) == 0x0002E8, "Member 'USBZIrradianceVolumeComponent::DistanceFieldSamplesX' has a wrong offset!"); \ +static_assert(offsetof(USBZIrradianceVolumeComponent, DistanceFieldSamplesY) == 0x0002EC, "Member 'USBZIrradianceVolumeComponent::DistanceFieldSamplesY' has a wrong offset!"); \ +static_assert(offsetof(USBZIrradianceVolumeComponent, DistanceFieldSamplesZ) == 0x0002F0, "Member 'USBZIrradianceVolumeComponent::DistanceFieldSamplesZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMaterialExpressionRoughGlassTexture \ +static_assert(alignof(USBZMaterialExpressionRoughGlassTexture) == 0x000008, "Wrong alignment on USBZMaterialExpressionRoughGlassTexture"); \ +static_assert(sizeof(USBZMaterialExpressionRoughGlassTexture) == 0x000080, "Wrong size on USBZMaterialExpressionRoughGlassTexture"); \ +static_assert(offsetof(USBZMaterialExpressionRoughGlassTexture, UVs) == 0x000048, "Member 'USBZMaterialExpressionRoughGlassTexture::UVs' has a wrong offset!"); \ +static_assert(offsetof(USBZMaterialExpressionRoughGlassTexture, Roughness) == 0x000064, "Member 'USBZMaterialExpressionRoughGlassTexture::Roughness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZVisibilityComponent \ +static_assert(alignof(USBZVisibilityComponent) == 0x000010, "Wrong alignment on USBZVisibilityComponent"); \ +static_assert(sizeof(USBZVisibilityComponent) == 0x000230, "Wrong size on USBZVisibilityComponent"); \ + +#define DUMPER7_ASSERTS_UScene \ +static_assert(alignof(UScene) == 0x000008, "Wrong alignment on UScene"); \ +static_assert(sizeof(UScene) == 0x000030, "Wrong size on UScene"); \ + +#define DUMPER7_ASSERTS_USceneCaptureComponentCube \ +static_assert(alignof(USceneCaptureComponentCube) == 0x000010, "Wrong alignment on USceneCaptureComponentCube"); \ +static_assert(sizeof(USceneCaptureComponentCube) == 0x000320, "Wrong size on USceneCaptureComponentCube"); \ +static_assert(offsetof(USceneCaptureComponentCube, TextureTarget) == 0x0002E8, "Member 'USceneCaptureComponentCube::TextureTarget' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponentCube, bCaptureRotation) == 0x0002F0, "Member 'USceneCaptureComponentCube::bCaptureRotation' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponentCube, TextureTargetLeft) == 0x0002F8, "Member 'USceneCaptureComponentCube::TextureTargetLeft' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponentCube, TextureTargetRight) == 0x000300, "Member 'USceneCaptureComponentCube::TextureTargetRight' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponentCube, TextureTargetODS) == 0x000308, "Member 'USceneCaptureComponentCube::TextureTargetODS' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponentCube, IPD) == 0x000310, "Member 'USceneCaptureComponentCube::IPD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneCaptureCube_OnInterpToggle \ +static_assert(alignof(SceneCaptureCube_OnInterpToggle) == 0x000001, "Wrong alignment on SceneCaptureCube_OnInterpToggle"); \ +static_assert(sizeof(SceneCaptureCube_OnInterpToggle) == 0x000001, "Wrong size on SceneCaptureCube_OnInterpToggle"); \ +static_assert(offsetof(SceneCaptureCube_OnInterpToggle, bEnable) == 0x000000, "Member 'SceneCaptureCube_OnInterpToggle::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASceneCaptureCube \ +static_assert(alignof(ASceneCaptureCube) == 0x000008, "Wrong alignment on ASceneCaptureCube"); \ +static_assert(sizeof(ASceneCaptureCube) == 0x0002C0, "Wrong size on ASceneCaptureCube"); \ +static_assert(offsetof(ASceneCaptureCube, CaptureComponentCube) == 0x0002B8, "Member 'ASceneCaptureCube::CaptureComponentCube' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShadowMapTexture2D \ +static_assert(alignof(UShadowMapTexture2D) == 0x000010, "Wrong alignment on UShadowMapTexture2D"); \ +static_assert(sizeof(UShadowMapTexture2D) == 0x0001B0, "Wrong size on UShadowMapTexture2D"); \ +static_assert(offsetof(UShadowMapTexture2D, ShadowmapFlags) == 0x0001A0, "Member 'UShadowMapTexture2D::ShadowmapFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeletalMeshEditorData \ +static_assert(alignof(USkeletalMeshEditorData) == 0x000008, "Wrong alignment on USkeletalMeshEditorData"); \ +static_assert(sizeof(USkeletalMeshEditorData) == 0x000030, "Wrong size on USkeletalMeshEditorData"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop \ +static_assert(alignof(SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop) == 0x000008, "Wrong alignment on SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop"); \ +static_assert(sizeof(SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop) == 0x000018, "Wrong size on SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop"); \ +static_assert(offsetof(SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop, DirectionalLight) == 0x000000, "Member 'SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop::DirectionalLight' has a wrong offset!"); \ +static_assert(offsetof(SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop, ReturnValue) == 0x000008, "Member 'SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_OverrideAtmosphereLightDirection \ +static_assert(alignof(SkyAtmosphereComponent_OverrideAtmosphereLightDirection) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_OverrideAtmosphereLightDirection"); \ +static_assert(sizeof(SkyAtmosphereComponent_OverrideAtmosphereLightDirection) == 0x000010, "Wrong size on SkyAtmosphereComponent_OverrideAtmosphereLightDirection"); \ +static_assert(offsetof(SkyAtmosphereComponent_OverrideAtmosphereLightDirection, AtmosphereLightIndex) == 0x000000, "Member 'SkyAtmosphereComponent_OverrideAtmosphereLightDirection::AtmosphereLightIndex' has a wrong offset!"); \ +static_assert(offsetof(SkyAtmosphereComponent_OverrideAtmosphereLightDirection, LightDirection) == 0x000004, "Member 'SkyAtmosphereComponent_OverrideAtmosphereLightDirection::LightDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale \ +static_assert(alignof(SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetAtmosphereHeight \ +static_assert(alignof(SkyAtmosphereComponent_SetAtmosphereHeight) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetAtmosphereHeight"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetAtmosphereHeight) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetAtmosphereHeight"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetAtmosphereHeight, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetAtmosphereHeight::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetHeightFogContribution \ +static_assert(alignof(SkyAtmosphereComponent_SetHeightFogContribution) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetHeightFogContribution"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetHeightFogContribution) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetHeightFogContribution"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetHeightFogContribution, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetHeightFogContribution::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieAbsorption \ +static_assert(alignof(SkyAtmosphereComponent_SetMieAbsorption) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieAbsorption"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMieAbsorption) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetMieAbsorption"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMieAbsorption, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieAbsorption::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieAbsorptionScale \ +static_assert(alignof(SkyAtmosphereComponent_SetMieAbsorptionScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieAbsorptionScale"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMieAbsorptionScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMieAbsorptionScale"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMieAbsorptionScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieAbsorptionScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieAnisotropy \ +static_assert(alignof(SkyAtmosphereComponent_SetMieAnisotropy) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieAnisotropy"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMieAnisotropy) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMieAnisotropy"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMieAnisotropy, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieAnisotropy::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieExponentialDistribution \ +static_assert(alignof(SkyAtmosphereComponent_SetMieExponentialDistribution) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieExponentialDistribution"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMieExponentialDistribution) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMieExponentialDistribution"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMieExponentialDistribution, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieExponentialDistribution::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieScattering \ +static_assert(alignof(SkyAtmosphereComponent_SetMieScattering) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieScattering"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMieScattering) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetMieScattering"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMieScattering, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieScattering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieScatteringScale \ +static_assert(alignof(SkyAtmosphereComponent_SetMieScatteringScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieScatteringScale"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMieScatteringScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMieScatteringScale"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMieScatteringScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieScatteringScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMultiScatteringFactor \ +static_assert(alignof(SkyAtmosphereComponent_SetMultiScatteringFactor) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMultiScatteringFactor"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMultiScatteringFactor) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMultiScatteringFactor"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMultiScatteringFactor, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMultiScatteringFactor::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetOtherAbsorption \ +static_assert(alignof(SkyAtmosphereComponent_SetOtherAbsorption) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetOtherAbsorption"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetOtherAbsorption) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetOtherAbsorption"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetOtherAbsorption, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetOtherAbsorption::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetOtherAbsorptionScale \ +static_assert(alignof(SkyAtmosphereComponent_SetOtherAbsorptionScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetOtherAbsorptionScale"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetOtherAbsorptionScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetOtherAbsorptionScale"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetOtherAbsorptionScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetOtherAbsorptionScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetRayleighExponentialDistribution \ +static_assert(alignof(SkyAtmosphereComponent_SetRayleighExponentialDistribution) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetRayleighExponentialDistribution"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetRayleighExponentialDistribution) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetRayleighExponentialDistribution"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetRayleighExponentialDistribution, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetRayleighExponentialDistribution::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetRayleighScattering \ +static_assert(alignof(SkyAtmosphereComponent_SetRayleighScattering) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetRayleighScattering"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetRayleighScattering) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetRayleighScattering"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetRayleighScattering, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetRayleighScattering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetRayleighScatteringScale \ +static_assert(alignof(SkyAtmosphereComponent_SetRayleighScatteringScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetRayleighScatteringScale"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetRayleighScatteringScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetRayleighScatteringScale"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetRayleighScatteringScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetRayleighScatteringScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetSkyLuminanceFactor \ +static_assert(alignof(SkyAtmosphereComponent_SetSkyLuminanceFactor) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetSkyLuminanceFactor"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetSkyLuminanceFactor) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetSkyLuminanceFactor"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetSkyLuminanceFactor, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetSkyLuminanceFactor::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkyAtmosphereComponent \ +static_assert(alignof(USkyAtmosphereComponent) == 0x000010, "Wrong alignment on USkyAtmosphereComponent"); \ +static_assert(sizeof(USkyAtmosphereComponent) == 0x000300, "Wrong size on USkyAtmosphereComponent"); \ +static_assert(offsetof(USkyAtmosphereComponent, TransformMode) == 0x000228, "Member 'USkyAtmosphereComponent::TransformMode' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, BottomRadius) == 0x00022C, "Member 'USkyAtmosphereComponent::BottomRadius' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, GroundAlbedo) == 0x000230, "Member 'USkyAtmosphereComponent::GroundAlbedo' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, AtmosphereHeight) == 0x000234, "Member 'USkyAtmosphereComponent::AtmosphereHeight' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MultiScatteringFactor) == 0x000238, "Member 'USkyAtmosphereComponent::MultiScatteringFactor' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, TraceSampleCountScale) == 0x00023C, "Member 'USkyAtmosphereComponent::TraceSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, RayleighScatteringScale) == 0x000240, "Member 'USkyAtmosphereComponent::RayleighScatteringScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, RayleighScattering) == 0x000244, "Member 'USkyAtmosphereComponent::RayleighScattering' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, RayleighExponentialDistribution) == 0x000254, "Member 'USkyAtmosphereComponent::RayleighExponentialDistribution' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieScatteringScale) == 0x000258, "Member 'USkyAtmosphereComponent::MieScatteringScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieScattering) == 0x00025C, "Member 'USkyAtmosphereComponent::MieScattering' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieAbsorptionScale) == 0x00026C, "Member 'USkyAtmosphereComponent::MieAbsorptionScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieAbsorption) == 0x000270, "Member 'USkyAtmosphereComponent::MieAbsorption' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieAnisotropy) == 0x000280, "Member 'USkyAtmosphereComponent::MieAnisotropy' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieExponentialDistribution) == 0x000284, "Member 'USkyAtmosphereComponent::MieExponentialDistribution' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, OtherAbsorptionScale) == 0x000288, "Member 'USkyAtmosphereComponent::OtherAbsorptionScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, OtherAbsorption) == 0x00028C, "Member 'USkyAtmosphereComponent::OtherAbsorption' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, OtherTentDistribution) == 0x00029C, "Member 'USkyAtmosphereComponent::OtherTentDistribution' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, SkyLuminanceFactor) == 0x0002A8, "Member 'USkyAtmosphereComponent::SkyLuminanceFactor' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, AerialPespectiveViewDistanceScale) == 0x0002B8, "Member 'USkyAtmosphereComponent::AerialPespectiveViewDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, HeightFogContribution) == 0x0002BC, "Member 'USkyAtmosphereComponent::HeightFogContribution' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, TransmittanceMinLightElevationAngle) == 0x0002C0, "Member 'USkyAtmosphereComponent::TransmittanceMinLightElevationAngle' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, AerialPerspectiveStartDepth) == 0x0002C4, "Member 'USkyAtmosphereComponent::AerialPerspectiveStartDepth' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, bStaticLightingBuiltGUID) == 0x0002EC, "Member 'USkyAtmosphereComponent::bStaticLightingBuiltGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISlateTextureAtlasInterface \ +static_assert(alignof(ISlateTextureAtlasInterface) == 0x000001, "Wrong alignment on ISlateTextureAtlasInterface"); \ +static_assert(sizeof(ISlateTextureAtlasInterface) == 0x000001, "Wrong size on ISlateTextureAtlasInterface"); \ + +#define DUMPER7_ASSERTS_USoundConcurrency \ +static_assert(alignof(USoundConcurrency) == 0x000008, "Wrong alignment on USoundConcurrency"); \ +static_assert(sizeof(USoundConcurrency) == 0x000058, "Wrong size on USoundConcurrency"); \ +static_assert(offsetof(USoundConcurrency, Concurrency) == 0x000030, "Member 'USoundConcurrency::Concurrency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundMix \ +static_assert(alignof(USoundMix) == 0x000008, "Wrong alignment on USoundMix"); \ +static_assert(sizeof(USoundMix) == 0x000098, "Wrong size on USoundMix"); \ +static_assert(offsetof(USoundMix, EQPriority) == 0x000034, "Member 'USoundMix::EQPriority' has a wrong offset!"); \ +static_assert(offsetof(USoundMix, EQSettings) == 0x000038, "Member 'USoundMix::EQSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundMix, SoundClassEffects) == 0x000078, "Member 'USoundMix::SoundClassEffects' has a wrong offset!"); \ +static_assert(offsetof(USoundMix, InitialDelay) == 0x000088, "Member 'USoundMix::InitialDelay' has a wrong offset!"); \ +static_assert(offsetof(USoundMix, FadeInTime) == 0x00008C, "Member 'USoundMix::FadeInTime' has a wrong offset!"); \ +static_assert(offsetof(USoundMix, Duration) == 0x000090, "Member 'USoundMix::Duration' has a wrong offset!"); \ +static_assert(offsetof(USoundMix, FadeOutTime) == 0x000094, "Member 'USoundMix::FadeOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeBranch \ +static_assert(alignof(USoundNodeBranch) == 0x000008, "Wrong alignment on USoundNodeBranch"); \ +static_assert(sizeof(USoundNodeBranch) == 0x000060, "Wrong size on USoundNodeBranch"); \ +static_assert(offsetof(USoundNodeBranch, BoolParameterName) == 0x000050, "Member 'USoundNodeBranch::BoolParameterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeLooping \ +static_assert(alignof(USoundNodeLooping) == 0x000008, "Wrong alignment on USoundNodeLooping"); \ +static_assert(sizeof(USoundNodeLooping) == 0x000058, "Wrong size on USoundNodeLooping"); \ +static_assert(offsetof(USoundNodeLooping, LoopCount) == 0x000050, "Member 'USoundNodeLooping::LoopCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeMature \ +static_assert(alignof(USoundNodeMature) == 0x000008, "Wrong alignment on USoundNodeMature"); \ +static_assert(sizeof(USoundNodeMature) == 0x000050, "Wrong size on USoundNodeMature"); \ + +#define DUMPER7_ASSERTS_USoundNodeModulatorContinuous \ +static_assert(alignof(USoundNodeModulatorContinuous) == 0x000008, "Wrong alignment on USoundNodeModulatorContinuous"); \ +static_assert(sizeof(USoundNodeModulatorContinuous) == 0x000098, "Wrong size on USoundNodeModulatorContinuous"); \ +static_assert(offsetof(USoundNodeModulatorContinuous, PitchModulationParams) == 0x000050, "Member 'USoundNodeModulatorContinuous::PitchModulationParams' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeModulatorContinuous, VolumeModulationParams) == 0x000074, "Member 'USoundNodeModulatorContinuous::VolumeModulationParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeRandom \ +static_assert(alignof(USoundNodeRandom) == 0x000008, "Wrong alignment on USoundNodeRandom"); \ +static_assert(sizeof(USoundNodeRandom) == 0x000080, "Wrong size on USoundNodeRandom"); \ +static_assert(offsetof(USoundNodeRandom, Weights) == 0x000050, "Member 'USoundNodeRandom::Weights' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeRandom, HasBeenUsed) == 0x000060, "Member 'USoundNodeRandom::HasBeenUsed' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeRandom, NumRandomUsed) == 0x000070, "Member 'USoundNodeRandom::NumRandomUsed' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeRandom, PreselectAtLevelLoad) == 0x000074, "Member 'USoundNodeRandom::PreselectAtLevelLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeWavePlayer \ +static_assert(alignof(USoundNodeWavePlayer) == 0x000008, "Wrong alignment on USoundNodeWavePlayer"); \ +static_assert(sizeof(USoundNodeWavePlayer) == 0x000098, "Wrong size on USoundNodeWavePlayer"); \ +static_assert(offsetof(USoundNodeWavePlayer, SoundWaveAssetPtr) == 0x000050, "Member 'USoundNodeWavePlayer::SoundWaveAssetPtr' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeWavePlayer, SoundWave) == 0x000080, "Member 'USoundNodeWavePlayer::SoundWave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundSourceBus \ +static_assert(alignof(USoundSourceBus) == 0x000008, "Wrong alignment on USoundSourceBus"); \ +static_assert(sizeof(USoundSourceBus) == 0x000390, "Wrong size on USoundSourceBus"); \ +static_assert(offsetof(USoundSourceBus, SourceBusChannels) == 0x000378, "Member 'USoundSourceBus::SourceBusChannels' has a wrong offset!"); \ +static_assert(offsetof(USoundSourceBus, SourceBusDuration) == 0x00037C, "Member 'USoundSourceBus::SourceBusDuration' has a wrong offset!"); \ +static_assert(offsetof(USoundSourceBus, AudioBus) == 0x000380, "Member 'USoundSourceBus::AudioBus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASpectatorPawn \ +static_assert(alignof(ASpectatorPawn) == 0x000008, "Wrong alignment on ASpectatorPawn"); \ +static_assert(sizeof(ASpectatorPawn) == 0x000358, "Wrong size on ASpectatorPawn"); \ + +#define DUMPER7_ASSERTS_USphereReflectionCaptureComponent \ +static_assert(alignof(USphereReflectionCaptureComponent) == 0x000010, "Wrong alignment on USphereReflectionCaptureComponent"); \ +static_assert(sizeof(USphereReflectionCaptureComponent) == 0x0002C0, "Wrong size on USphereReflectionCaptureComponent"); \ +static_assert(offsetof(USphereReflectionCaptureComponent, InfluenceRadius) == 0x0002B0, "Member 'USphereReflectionCaptureComponent::InfluenceRadius' has a wrong offset!"); \ +static_assert(offsetof(USphereReflectionCaptureComponent, CaptureDistanceScale) == 0x0002B4, "Member 'USphereReflectionCaptureComponent::CaptureDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(USphereReflectionCaptureComponent, PreviewInfluenceRadius) == 0x0002B8, "Member 'USphereReflectionCaptureComponent::PreviewInfluenceRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USplineMetadata \ +static_assert(alignof(USplineMetadata) == 0x000008, "Wrong alignment on USplineMetadata"); \ +static_assert(sizeof(USplineMetadata) == 0x000030, "Wrong size on USplineMetadata"); \ + +#define DUMPER7_ASSERTS_SpotLightComponent_SetInnerConeAngle \ +static_assert(alignof(SpotLightComponent_SetInnerConeAngle) == 0x000004, "Wrong alignment on SpotLightComponent_SetInnerConeAngle"); \ +static_assert(sizeof(SpotLightComponent_SetInnerConeAngle) == 0x000004, "Wrong size on SpotLightComponent_SetInnerConeAngle"); \ +static_assert(offsetof(SpotLightComponent_SetInnerConeAngle, NewInnerConeAngle) == 0x000000, "Member 'SpotLightComponent_SetInnerConeAngle::NewInnerConeAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpotLightComponent_SetOuterConeAngle \ +static_assert(alignof(SpotLightComponent_SetOuterConeAngle) == 0x000004, "Wrong alignment on SpotLightComponent_SetOuterConeAngle"); \ +static_assert(sizeof(SpotLightComponent_SetOuterConeAngle) == 0x000004, "Wrong size on SpotLightComponent_SetOuterConeAngle"); \ +static_assert(offsetof(SpotLightComponent_SetOuterConeAngle, NewOuterConeAngle) == 0x000000, "Member 'SpotLightComponent_SetOuterConeAngle::NewOuterConeAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpotLightComponent \ +static_assert(alignof(USpotLightComponent) == 0x000010, "Wrong alignment on USpotLightComponent"); \ +static_assert(sizeof(USpotLightComponent) == 0x0003E0, "Wrong size on USpotLightComponent"); \ +static_assert(offsetof(USpotLightComponent, InnerConeAngle) == 0x0003C8, "Member 'USpotLightComponent::InnerConeAngle' has a wrong offset!"); \ +static_assert(offsetof(USpotLightComponent, OuterConeAngle) == 0x0003CC, "Member 'USpotLightComponent::OuterConeAngle' has a wrong offset!"); \ +static_assert(offsetof(USpotLightComponent, SBZLightProxy) == 0x0003D0, "Member 'USpotLightComponent::SBZLightProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerShapeCylinder_SetHeight \ +static_assert(alignof(StereoLayerShapeCylinder_SetHeight) == 0x000004, "Wrong alignment on StereoLayerShapeCylinder_SetHeight"); \ +static_assert(sizeof(StereoLayerShapeCylinder_SetHeight) == 0x000004, "Wrong size on StereoLayerShapeCylinder_SetHeight"); \ +static_assert(offsetof(StereoLayerShapeCylinder_SetHeight, InHeight) == 0x000000, "Member 'StereoLayerShapeCylinder_SetHeight::InHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerShapeCylinder_SetOverlayArc \ +static_assert(alignof(StereoLayerShapeCylinder_SetOverlayArc) == 0x000004, "Wrong alignment on StereoLayerShapeCylinder_SetOverlayArc"); \ +static_assert(sizeof(StereoLayerShapeCylinder_SetOverlayArc) == 0x000004, "Wrong size on StereoLayerShapeCylinder_SetOverlayArc"); \ +static_assert(offsetof(StereoLayerShapeCylinder_SetOverlayArc, InOverlayArc) == 0x000000, "Member 'StereoLayerShapeCylinder_SetOverlayArc::InOverlayArc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerShapeCylinder_SetRadius \ +static_assert(alignof(StereoLayerShapeCylinder_SetRadius) == 0x000004, "Wrong alignment on StereoLayerShapeCylinder_SetRadius"); \ +static_assert(sizeof(StereoLayerShapeCylinder_SetRadius) == 0x000004, "Wrong size on StereoLayerShapeCylinder_SetRadius"); \ +static_assert(offsetof(StereoLayerShapeCylinder_SetRadius, InRadius) == 0x000000, "Member 'StereoLayerShapeCylinder_SetRadius::InRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStereoLayerShapeCylinder \ +static_assert(alignof(UStereoLayerShapeCylinder) == 0x000008, "Wrong alignment on UStereoLayerShapeCylinder"); \ +static_assert(sizeof(UStereoLayerShapeCylinder) == 0x000040, "Wrong size on UStereoLayerShapeCylinder"); \ +static_assert(offsetof(UStereoLayerShapeCylinder, Radius) == 0x000030, "Member 'UStereoLayerShapeCylinder::Radius' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerShapeCylinder, OverlayArc) == 0x000034, "Member 'UStereoLayerShapeCylinder::OverlayArc' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerShapeCylinder, Height) == 0x000038, "Member 'UStereoLayerShapeCylinder::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_SetEquirectProps \ +static_assert(alignof(StereoLayerComponent_SetEquirectProps) == 0x000004, "Wrong alignment on StereoLayerComponent_SetEquirectProps"); \ +static_assert(sizeof(StereoLayerComponent_SetEquirectProps) == 0x000048, "Wrong size on StereoLayerComponent_SetEquirectProps"); \ +static_assert(offsetof(StereoLayerComponent_SetEquirectProps, InScaleBiases) == 0x000000, "Member 'StereoLayerComponent_SetEquirectProps::InScaleBiases' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_SetLeftTexture \ +static_assert(alignof(StereoLayerComponent_SetLeftTexture) == 0x000008, "Wrong alignment on StereoLayerComponent_SetLeftTexture"); \ +static_assert(sizeof(StereoLayerComponent_SetLeftTexture) == 0x000008, "Wrong size on StereoLayerComponent_SetLeftTexture"); \ +static_assert(offsetof(StereoLayerComponent_SetLeftTexture, InTexture) == 0x000000, "Member 'StereoLayerComponent_SetLeftTexture::InTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_SetPriority \ +static_assert(alignof(StereoLayerComponent_SetPriority) == 0x000004, "Wrong alignment on StereoLayerComponent_SetPriority"); \ +static_assert(sizeof(StereoLayerComponent_SetPriority) == 0x000004, "Wrong size on StereoLayerComponent_SetPriority"); \ +static_assert(offsetof(StereoLayerComponent_SetPriority, InPriority) == 0x000000, "Member 'StereoLayerComponent_SetPriority::InPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_SetQuadSize \ +static_assert(alignof(StereoLayerComponent_SetQuadSize) == 0x000004, "Wrong alignment on StereoLayerComponent_SetQuadSize"); \ +static_assert(sizeof(StereoLayerComponent_SetQuadSize) == 0x000008, "Wrong size on StereoLayerComponent_SetQuadSize"); \ +static_assert(offsetof(StereoLayerComponent_SetQuadSize, InQuadSize) == 0x000000, "Member 'StereoLayerComponent_SetQuadSize::InQuadSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_SetTexture \ +static_assert(alignof(StereoLayerComponent_SetTexture) == 0x000008, "Wrong alignment on StereoLayerComponent_SetTexture"); \ +static_assert(sizeof(StereoLayerComponent_SetTexture) == 0x000008, "Wrong size on StereoLayerComponent_SetTexture"); \ +static_assert(offsetof(StereoLayerComponent_SetTexture, InTexture) == 0x000000, "Member 'StereoLayerComponent_SetTexture::InTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_SetUVRect \ +static_assert(alignof(StereoLayerComponent_SetUVRect) == 0x000004, "Wrong alignment on StereoLayerComponent_SetUVRect"); \ +static_assert(sizeof(StereoLayerComponent_SetUVRect) == 0x000014, "Wrong size on StereoLayerComponent_SetUVRect"); \ +static_assert(offsetof(StereoLayerComponent_SetUVRect, InUVRect) == 0x000000, "Member 'StereoLayerComponent_SetUVRect::InUVRect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_GetLeftTexture \ +static_assert(alignof(StereoLayerComponent_GetLeftTexture) == 0x000008, "Wrong alignment on StereoLayerComponent_GetLeftTexture"); \ +static_assert(sizeof(StereoLayerComponent_GetLeftTexture) == 0x000008, "Wrong size on StereoLayerComponent_GetLeftTexture"); \ +static_assert(offsetof(StereoLayerComponent_GetLeftTexture, ReturnValue) == 0x000000, "Member 'StereoLayerComponent_GetLeftTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_GetPriority \ +static_assert(alignof(StereoLayerComponent_GetPriority) == 0x000004, "Wrong alignment on StereoLayerComponent_GetPriority"); \ +static_assert(sizeof(StereoLayerComponent_GetPriority) == 0x000004, "Wrong size on StereoLayerComponent_GetPriority"); \ +static_assert(offsetof(StereoLayerComponent_GetPriority, ReturnValue) == 0x000000, "Member 'StereoLayerComponent_GetPriority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_GetQuadSize \ +static_assert(alignof(StereoLayerComponent_GetQuadSize) == 0x000004, "Wrong alignment on StereoLayerComponent_GetQuadSize"); \ +static_assert(sizeof(StereoLayerComponent_GetQuadSize) == 0x000008, "Wrong size on StereoLayerComponent_GetQuadSize"); \ +static_assert(offsetof(StereoLayerComponent_GetQuadSize, ReturnValue) == 0x000000, "Member 'StereoLayerComponent_GetQuadSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_GetTexture \ +static_assert(alignof(StereoLayerComponent_GetTexture) == 0x000008, "Wrong alignment on StereoLayerComponent_GetTexture"); \ +static_assert(sizeof(StereoLayerComponent_GetTexture) == 0x000008, "Wrong size on StereoLayerComponent_GetTexture"); \ +static_assert(offsetof(StereoLayerComponent_GetTexture, ReturnValue) == 0x000000, "Member 'StereoLayerComponent_GetTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_GetUVRect \ +static_assert(alignof(StereoLayerComponent_GetUVRect) == 0x000004, "Wrong alignment on StereoLayerComponent_GetUVRect"); \ +static_assert(sizeof(StereoLayerComponent_GetUVRect) == 0x000014, "Wrong size on StereoLayerComponent_GetUVRect"); \ +static_assert(offsetof(StereoLayerComponent_GetUVRect, ReturnValue) == 0x000000, "Member 'StereoLayerComponent_GetUVRect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStereoLayerComponent \ +static_assert(alignof(UStereoLayerComponent) == 0x000010, "Wrong alignment on UStereoLayerComponent"); \ +static_assert(sizeof(UStereoLayerComponent) == 0x000310, "Wrong size on UStereoLayerComponent"); \ +static_assert(offsetof(UStereoLayerComponent, Texture) == 0x000230, "Member 'UStereoLayerComponent::Texture' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, LeftTexture) == 0x000238, "Member 'UStereoLayerComponent::LeftTexture' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, QuadSize) == 0x000244, "Member 'UStereoLayerComponent::QuadSize' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, UVRect) == 0x00024C, "Member 'UStereoLayerComponent::UVRect' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, CylinderRadius) == 0x000260, "Member 'UStereoLayerComponent::CylinderRadius' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, CylinderOverlayArc) == 0x000264, "Member 'UStereoLayerComponent::CylinderOverlayArc' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, CylinderHeight) == 0x000268, "Member 'UStereoLayerComponent::CylinderHeight' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, EquirectProps) == 0x00026C, "Member 'UStereoLayerComponent::EquirectProps' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, StereoLayerType) == 0x0002B4, "Member 'UStereoLayerComponent::StereoLayerType' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, StereoLayerShape) == 0x0002B5, "Member 'UStereoLayerComponent::StereoLayerShape' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, Shape) == 0x0002B8, "Member 'UStereoLayerComponent::Shape' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, Priority) == 0x0002C0, "Member 'UStereoLayerComponent::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubsystemBlueprintLibrary_GetEngineSubsystem \ +static_assert(alignof(SubsystemBlueprintLibrary_GetEngineSubsystem) == 0x000008, "Wrong alignment on SubsystemBlueprintLibrary_GetEngineSubsystem"); \ +static_assert(sizeof(SubsystemBlueprintLibrary_GetEngineSubsystem) == 0x000010, "Wrong size on SubsystemBlueprintLibrary_GetEngineSubsystem"); \ +static_assert(offsetof(SubsystemBlueprintLibrary_GetEngineSubsystem, Class_0) == 0x000000, "Member 'SubsystemBlueprintLibrary_GetEngineSubsystem::Class_0' has a wrong offset!"); \ +static_assert(offsetof(SubsystemBlueprintLibrary_GetEngineSubsystem, ReturnValue) == 0x000008, "Member 'SubsystemBlueprintLibrary_GetEngineSubsystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubsystemBlueprintLibrary_GetGameInstanceSubsystem \ +static_assert(alignof(SubsystemBlueprintLibrary_GetGameInstanceSubsystem) == 0x000008, "Wrong alignment on SubsystemBlueprintLibrary_GetGameInstanceSubsystem"); \ +static_assert(sizeof(SubsystemBlueprintLibrary_GetGameInstanceSubsystem) == 0x000018, "Wrong size on SubsystemBlueprintLibrary_GetGameInstanceSubsystem"); \ +static_assert(offsetof(SubsystemBlueprintLibrary_GetGameInstanceSubsystem, ContextObject) == 0x000000, "Member 'SubsystemBlueprintLibrary_GetGameInstanceSubsystem::ContextObject' has a wrong offset!"); \ +static_assert(offsetof(SubsystemBlueprintLibrary_GetGameInstanceSubsystem, Class_0) == 0x000008, "Member 'SubsystemBlueprintLibrary_GetGameInstanceSubsystem::Class_0' has a wrong offset!"); \ +static_assert(offsetof(SubsystemBlueprintLibrary_GetGameInstanceSubsystem, ReturnValue) == 0x000010, "Member 'SubsystemBlueprintLibrary_GetGameInstanceSubsystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubsystemBlueprintLibrary_GetLocalPlayerSubsystem \ +static_assert(alignof(SubsystemBlueprintLibrary_GetLocalPlayerSubsystem) == 0x000008, "Wrong alignment on SubsystemBlueprintLibrary_GetLocalPlayerSubsystem"); \ +static_assert(sizeof(SubsystemBlueprintLibrary_GetLocalPlayerSubsystem) == 0x000018, "Wrong size on SubsystemBlueprintLibrary_GetLocalPlayerSubsystem"); \ +static_assert(offsetof(SubsystemBlueprintLibrary_GetLocalPlayerSubsystem, ContextObject) == 0x000000, "Member 'SubsystemBlueprintLibrary_GetLocalPlayerSubsystem::ContextObject' has a wrong offset!"); \ +static_assert(offsetof(SubsystemBlueprintLibrary_GetLocalPlayerSubsystem, Class_0) == 0x000008, "Member 'SubsystemBlueprintLibrary_GetLocalPlayerSubsystem::Class_0' has a wrong offset!"); \ +static_assert(offsetof(SubsystemBlueprintLibrary_GetLocalPlayerSubsystem, ReturnValue) == 0x000010, "Member 'SubsystemBlueprintLibrary_GetLocalPlayerSubsystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController \ +static_assert(alignof(SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController) == 0x000008, "Wrong alignment on SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController"); \ +static_assert(sizeof(SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController) == 0x000018, "Wrong size on SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController"); \ +static_assert(offsetof(SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController, PlayerController) == 0x000000, "Member 'SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController, Class_0) == 0x000008, "Member 'SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController::Class_0' has a wrong offset!"); \ +static_assert(offsetof(SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController, ReturnValue) == 0x000010, "Member 'SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubsystemBlueprintLibrary_GetWorldSubsystem \ +static_assert(alignof(SubsystemBlueprintLibrary_GetWorldSubsystem) == 0x000008, "Wrong alignment on SubsystemBlueprintLibrary_GetWorldSubsystem"); \ +static_assert(sizeof(SubsystemBlueprintLibrary_GetWorldSubsystem) == 0x000018, "Wrong size on SubsystemBlueprintLibrary_GetWorldSubsystem"); \ +static_assert(offsetof(SubsystemBlueprintLibrary_GetWorldSubsystem, ContextObject) == 0x000000, "Member 'SubsystemBlueprintLibrary_GetWorldSubsystem::ContextObject' has a wrong offset!"); \ +static_assert(offsetof(SubsystemBlueprintLibrary_GetWorldSubsystem, Class_0) == 0x000008, "Member 'SubsystemBlueprintLibrary_GetWorldSubsystem::Class_0' has a wrong offset!"); \ +static_assert(offsetof(SubsystemBlueprintLibrary_GetWorldSubsystem, ReturnValue) == 0x000010, "Member 'SubsystemBlueprintLibrary_GetWorldSubsystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubsystemBlueprintLibrary \ +static_assert(alignof(USubsystemBlueprintLibrary) == 0x000008, "Wrong alignment on USubsystemBlueprintLibrary"); \ +static_assert(sizeof(USubsystemBlueprintLibrary) == 0x000030, "Wrong size on USubsystemBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_ATargetPoint \ +static_assert(alignof(ATargetPoint) == 0x000008, "Wrong alignment on ATargetPoint"); \ +static_assert(sizeof(ATargetPoint) == 0x0002A8, "Wrong size on ATargetPoint"); \ + +#define DUMPER7_ASSERTS_UTextPropertyTestObject \ +static_assert(alignof(UTextPropertyTestObject) == 0x000008, "Wrong alignment on UTextPropertyTestObject"); \ +static_assert(sizeof(UTextPropertyTestObject) == 0x000078, "Wrong size on UTextPropertyTestObject"); \ +static_assert(offsetof(UTextPropertyTestObject, DefaultedText) == 0x000030, "Member 'UTextPropertyTestObject::DefaultedText' has a wrong offset!"); \ +static_assert(offsetof(UTextPropertyTestObject, UndefaultedText) == 0x000048, "Member 'UTextPropertyTestObject::UndefaultedText' has a wrong offset!"); \ +static_assert(offsetof(UTextPropertyTestObject, TransientText) == 0x000060, "Member 'UTextPropertyTestObject::TransientText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureLightProfile \ +static_assert(alignof(UTextureLightProfile) == 0x000010, "Wrong alignment on UTextureLightProfile"); \ +static_assert(sizeof(UTextureLightProfile) == 0x0001B0, "Wrong size on UTextureLightProfile"); \ +static_assert(offsetof(UTextureLightProfile, Brightness) == 0x0001A0, "Member 'UTextureLightProfile::Brightness' has a wrong offset!"); \ +static_assert(offsetof(UTextureLightProfile, TextureMultiplier) == 0x0001A4, "Member 'UTextureLightProfile::TextureMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureRenderTargetCube \ +static_assert(alignof(UTextureRenderTargetCube) == 0x000010, "Wrong alignment on UTextureRenderTargetCube"); \ +static_assert(sizeof(UTextureRenderTargetCube) == 0x0001A0, "Wrong size on UTextureRenderTargetCube"); \ +static_assert(offsetof(UTextureRenderTargetCube, SizeX) == 0x000180, "Member 'UTextureRenderTargetCube::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTargetCube, ClearColor) == 0x000184, "Member 'UTextureRenderTargetCube::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTargetCube, OverrideFormat) == 0x000194, "Member 'UTextureRenderTargetCube::OverrideFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTimelineTemplate \ +static_assert(alignof(UTimelineTemplate) == 0x000008, "Wrong alignment on UTimelineTemplate"); \ +static_assert(sizeof(UTimelineTemplate) == 0x0000D0, "Wrong size on UTimelineTemplate"); \ +static_assert(offsetof(UTimelineTemplate, TimelineLength) == 0x000030, "Member 'UTimelineTemplate::TimelineLength' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, LengthMode) == 0x000034, "Member 'UTimelineTemplate::LengthMode' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, EventTracks) == 0x000038, "Member 'UTimelineTemplate::EventTracks' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, FloatTracks) == 0x000048, "Member 'UTimelineTemplate::FloatTracks' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, VectorTracks) == 0x000058, "Member 'UTimelineTemplate::VectorTracks' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, LinearColorTracks) == 0x000068, "Member 'UTimelineTemplate::LinearColorTracks' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, MetaDataArray) == 0x000078, "Member 'UTimelineTemplate::MetaDataArray' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, TimelineGuid) == 0x000088, "Member 'UTimelineTemplate::TimelineGuid' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, TimelineTickGroup) == 0x000098, "Member 'UTimelineTemplate::TimelineTickGroup' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, VariableName) == 0x00009C, "Member 'UTimelineTemplate::VariableName' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, DirectionPropertyName) == 0x0000A8, "Member 'UTimelineTemplate::DirectionPropertyName' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, UpdateFunctionName) == 0x0000B4, "Member 'UTimelineTemplate::UpdateFunctionName' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, FinishedFunctionName) == 0x0000C0, "Member 'UTimelineTemplate::FinishedFunctionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATriggerBox \ +static_assert(alignof(ATriggerBox) == 0x000008, "Wrong alignment on ATriggerBox"); \ +static_assert(sizeof(ATriggerBox) == 0x0002B0, "Wrong size on ATriggerBox"); \ + +#define DUMPER7_ASSERTS_VectorFieldComponent_SetIntensity \ +static_assert(alignof(VectorFieldComponent_SetIntensity) == 0x000004, "Wrong alignment on VectorFieldComponent_SetIntensity"); \ +static_assert(sizeof(VectorFieldComponent_SetIntensity) == 0x000004, "Wrong size on VectorFieldComponent_SetIntensity"); \ +static_assert(offsetof(VectorFieldComponent_SetIntensity, NewIntensity) == 0x000000, "Member 'VectorFieldComponent_SetIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVectorFieldComponent \ +static_assert(alignof(UVectorFieldComponent) == 0x000010, "Wrong alignment on UVectorFieldComponent"); \ +static_assert(sizeof(UVectorFieldComponent) == 0x000530, "Wrong size on UVectorFieldComponent"); \ +static_assert(offsetof(UVectorFieldComponent, VectorField) == 0x000500, "Member 'UVectorFieldComponent::VectorField' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldComponent, Intensity) == 0x000508, "Member 'UVectorFieldComponent::Intensity' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldComponent, Tightness) == 0x00050C, "Member 'UVectorFieldComponent::Tightness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVectorFieldStatic \ +static_assert(alignof(UVectorFieldStatic) == 0x000008, "Wrong alignment on UVectorFieldStatic"); \ +static_assert(sizeof(UVectorFieldStatic) == 0x0000A0, "Wrong size on UVectorFieldStatic"); \ +static_assert(offsetof(UVectorFieldStatic, SizeX) == 0x000050, "Member 'UVectorFieldStatic::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldStatic, SizeY) == 0x000054, "Member 'UVectorFieldStatic::SizeY' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldStatic, SizeZ) == 0x000058, "Member 'UVectorFieldStatic::SizeZ' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldStatic, bAllowCPUAccess) == 0x00005C, "Member 'UVectorFieldStatic::bAllowCPUAccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULightMapVirtualTexture \ +static_assert(alignof(ULightMapVirtualTexture) == 0x000008, "Wrong alignment on ULightMapVirtualTexture"); \ +static_assert(sizeof(ULightMapVirtualTexture) == 0x000030, "Wrong size on ULightMapVirtualTexture"); \ + +#define DUMPER7_ASSERTS_UVoiceChannel \ +static_assert(alignof(UVoiceChannel) == 0x000008, "Wrong alignment on UVoiceChannel"); \ +static_assert(sizeof(UVoiceChannel) == 0x000088, "Wrong size on UVoiceChannel"); \ + +#define DUMPER7_ASSERTS_UVoiceChannelSettings \ +static_assert(alignof(UVoiceChannelSettings) == 0x000008, "Wrong alignment on UVoiceChannelSettings"); \ +static_assert(sizeof(UVoiceChannelSettings) == 0x000038, "Wrong size on UVoiceChannelSettings"); \ +static_assert(offsetof(UVoiceChannelSettings, bIsBeaconVoiceCommunicationEnabled) == 0x000030, "Member 'UVoiceChannelSettings::bIsBeaconVoiceCommunicationEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VOIPStatics_SetMicThreshold \ +static_assert(alignof(VOIPStatics_SetMicThreshold) == 0x000004, "Wrong alignment on VOIPStatics_SetMicThreshold"); \ +static_assert(sizeof(VOIPStatics_SetMicThreshold) == 0x000004, "Wrong size on VOIPStatics_SetMicThreshold"); \ +static_assert(offsetof(VOIPStatics_SetMicThreshold, InThreshold) == 0x000000, "Member 'VOIPStatics_SetMicThreshold::InThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVOIPStatics \ +static_assert(alignof(UVOIPStatics) == 0x000008, "Wrong alignment on UVOIPStatics"); \ +static_assert(sizeof(UVOIPStatics) == 0x000030, "Wrong size on UVOIPStatics"); \ + +#define DUMPER7_ASSERTS_UVolumeTexture \ +static_assert(alignof(UVolumeTexture) == 0x000010, "Wrong alignment on UVolumeTexture"); \ +static_assert(sizeof(UVolumeTexture) == 0x0001D0, "Wrong size on UVolumeTexture"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance \ +static_assert(alignof(VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance) == 0x000001, "Wrong alignment on VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance"); \ +static_assert(sizeof(VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance) == 0x000001, "Wrong size on VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance"); \ +static_assert(offsetof(VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetGroundAlbedo \ +static_assert(alignof(VolumetricCloudComponent_SetGroundAlbedo) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetGroundAlbedo"); \ +static_assert(sizeof(VolumetricCloudComponent_SetGroundAlbedo) == 0x000004, "Wrong size on VolumetricCloudComponent_SetGroundAlbedo"); \ +static_assert(offsetof(VolumetricCloudComponent_SetGroundAlbedo, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetGroundAlbedo::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetLayerBottomAltitude \ +static_assert(alignof(VolumetricCloudComponent_SetLayerBottomAltitude) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetLayerBottomAltitude"); \ +static_assert(sizeof(VolumetricCloudComponent_SetLayerBottomAltitude) == 0x000004, "Wrong size on VolumetricCloudComponent_SetLayerBottomAltitude"); \ +static_assert(offsetof(VolumetricCloudComponent_SetLayerBottomAltitude, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetLayerBottomAltitude::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetLayerHeight \ +static_assert(alignof(VolumetricCloudComponent_SetLayerHeight) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetLayerHeight"); \ +static_assert(sizeof(VolumetricCloudComponent_SetLayerHeight) == 0x000004, "Wrong size on VolumetricCloudComponent_SetLayerHeight"); \ +static_assert(offsetof(VolumetricCloudComponent_SetLayerHeight, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetLayerHeight::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetMaterial \ +static_assert(alignof(VolumetricCloudComponent_SetMaterial) == 0x000008, "Wrong alignment on VolumetricCloudComponent_SetMaterial"); \ +static_assert(sizeof(VolumetricCloudComponent_SetMaterial) == 0x000008, "Wrong size on VolumetricCloudComponent_SetMaterial"); \ +static_assert(offsetof(VolumetricCloudComponent_SetMaterial, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetMaterial::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetPlanetRadius \ +static_assert(alignof(VolumetricCloudComponent_SetPlanetRadius) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetPlanetRadius"); \ +static_assert(sizeof(VolumetricCloudComponent_SetPlanetRadius) == 0x000004, "Wrong size on VolumetricCloudComponent_SetPlanetRadius"); \ +static_assert(offsetof(VolumetricCloudComponent_SetPlanetRadius, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetPlanetRadius::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetReflectionSampleCountScale \ +static_assert(alignof(VolumetricCloudComponent_SetReflectionSampleCountScale) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetReflectionSampleCountScale"); \ +static_assert(sizeof(VolumetricCloudComponent_SetReflectionSampleCountScale) == 0x000004, "Wrong size on VolumetricCloudComponent_SetReflectionSampleCountScale"); \ +static_assert(offsetof(VolumetricCloudComponent_SetReflectionSampleCountScale, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetReflectionSampleCountScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetShadowReflectionSampleCountScale \ +static_assert(alignof(VolumetricCloudComponent_SetShadowReflectionSampleCountScale) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetShadowReflectionSampleCountScale"); \ +static_assert(sizeof(VolumetricCloudComponent_SetShadowReflectionSampleCountScale) == 0x000004, "Wrong size on VolumetricCloudComponent_SetShadowReflectionSampleCountScale"); \ +static_assert(offsetof(VolumetricCloudComponent_SetShadowReflectionSampleCountScale, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetShadowReflectionSampleCountScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetShadowTracingDistance \ +static_assert(alignof(VolumetricCloudComponent_SetShadowTracingDistance) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetShadowTracingDistance"); \ +static_assert(sizeof(VolumetricCloudComponent_SetShadowTracingDistance) == 0x000004, "Wrong size on VolumetricCloudComponent_SetShadowTracingDistance"); \ +static_assert(offsetof(VolumetricCloudComponent_SetShadowTracingDistance, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetShadowTracingDistance::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetShadowViewSampleCountScale \ +static_assert(alignof(VolumetricCloudComponent_SetShadowViewSampleCountScale) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetShadowViewSampleCountScale"); \ +static_assert(sizeof(VolumetricCloudComponent_SetShadowViewSampleCountScale) == 0x000004, "Wrong size on VolumetricCloudComponent_SetShadowViewSampleCountScale"); \ +static_assert(offsetof(VolumetricCloudComponent_SetShadowViewSampleCountScale, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetShadowViewSampleCountScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion \ +static_assert(alignof(VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion"); \ +static_assert(sizeof(VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion) == 0x000004, "Wrong size on VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion"); \ +static_assert(offsetof(VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetStopTracingTransmittanceThreshold \ +static_assert(alignof(VolumetricCloudComponent_SetStopTracingTransmittanceThreshold) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetStopTracingTransmittanceThreshold"); \ +static_assert(sizeof(VolumetricCloudComponent_SetStopTracingTransmittanceThreshold) == 0x000004, "Wrong size on VolumetricCloudComponent_SetStopTracingTransmittanceThreshold"); \ +static_assert(offsetof(VolumetricCloudComponent_SetStopTracingTransmittanceThreshold, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetStopTracingTransmittanceThreshold::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetTracingMaxDistance \ +static_assert(alignof(VolumetricCloudComponent_SetTracingMaxDistance) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetTracingMaxDistance"); \ +static_assert(sizeof(VolumetricCloudComponent_SetTracingMaxDistance) == 0x000004, "Wrong size on VolumetricCloudComponent_SetTracingMaxDistance"); \ +static_assert(offsetof(VolumetricCloudComponent_SetTracingMaxDistance, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetTracingMaxDistance::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetTracingStartMaxDistance \ +static_assert(alignof(VolumetricCloudComponent_SetTracingStartMaxDistance) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetTracingStartMaxDistance"); \ +static_assert(sizeof(VolumetricCloudComponent_SetTracingStartMaxDistance) == 0x000004, "Wrong size on VolumetricCloudComponent_SetTracingStartMaxDistance"); \ +static_assert(offsetof(VolumetricCloudComponent_SetTracingStartMaxDistance, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetTracingStartMaxDistance::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetViewSampleCountScale \ +static_assert(alignof(VolumetricCloudComponent_SetViewSampleCountScale) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetViewSampleCountScale"); \ +static_assert(sizeof(VolumetricCloudComponent_SetViewSampleCountScale) == 0x000004, "Wrong size on VolumetricCloudComponent_SetViewSampleCountScale"); \ +static_assert(offsetof(VolumetricCloudComponent_SetViewSampleCountScale, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetViewSampleCountScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVolumetricCloudComponent \ +static_assert(alignof(UVolumetricCloudComponent) == 0x000010, "Wrong alignment on UVolumetricCloudComponent"); \ +static_assert(sizeof(UVolumetricCloudComponent) == 0x000270, "Wrong size on UVolumetricCloudComponent"); \ +static_assert(offsetof(UVolumetricCloudComponent, LayerBottomAltitude) == 0x000228, "Member 'UVolumetricCloudComponent::LayerBottomAltitude' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, LayerHeight) == 0x00022C, "Member 'UVolumetricCloudComponent::LayerHeight' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, TracingStartMaxDistance) == 0x000230, "Member 'UVolumetricCloudComponent::TracingStartMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, TracingMaxDistance) == 0x000234, "Member 'UVolumetricCloudComponent::TracingMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, PlanetRadius) == 0x000238, "Member 'UVolumetricCloudComponent::PlanetRadius' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, GroundAlbedo) == 0x00023C, "Member 'UVolumetricCloudComponent::GroundAlbedo' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, Material) == 0x000240, "Member 'UVolumetricCloudComponent::Material' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, SkyLightCloudBottomOcclusion) == 0x00024C, "Member 'UVolumetricCloudComponent::SkyLightCloudBottomOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ViewSampleCountScale) == 0x000250, "Member 'UVolumetricCloudComponent::ViewSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ReflectionSampleCountScale) == 0x000254, "Member 'UVolumetricCloudComponent::ReflectionSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ShadowViewSampleCountScale) == 0x000258, "Member 'UVolumetricCloudComponent::ShadowViewSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ShadowReflectionSampleCountScale) == 0x00025C, "Member 'UVolumetricCloudComponent::ShadowReflectionSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ShadowTracingDistance) == 0x000260, "Member 'UVolumetricCloudComponent::ShadowTracingDistance' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, StopTracingTransmittanceThreshold) == 0x000264, "Member 'UVolumetricCloudComponent::StopTracingTransmittanceThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AVolumetricLightmapDensityVolume \ +static_assert(alignof(AVolumetricLightmapDensityVolume) == 0x000008, "Wrong alignment on AVolumetricLightmapDensityVolume"); \ +static_assert(sizeof(AVolumetricLightmapDensityVolume) == 0x000308, "Wrong size on AVolumetricLightmapDensityVolume"); \ +static_assert(offsetof(AVolumetricLightmapDensityVolume, AllowedMipLevelRange) == 0x000300, "Member 'AVolumetricLightmapDensityVolume::AllowedMipLevelRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWindDirectionalSource \ +static_assert(alignof(AWindDirectionalSource) == 0x000008, "Wrong alignment on AWindDirectionalSource"); \ +static_assert(sizeof(AWindDirectionalSource) == 0x0002B0, "Wrong size on AWindDirectionalSource"); \ +static_assert(offsetof(AWindDirectionalSource, Component) == 0x0002A8, "Member 'AWindDirectionalSource::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWorldSettings \ +static_assert(alignof(AWorldSettings) == 0x000008, "Wrong alignment on AWorldSettings"); \ +static_assert(sizeof(AWorldSettings) == 0x000438, "Wrong size on AWorldSettings"); \ +static_assert(offsetof(AWorldSettings, VisibilityCellSize) == 0x0002B0, "Member 'AWorldSettings::VisibilityCellSize' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, VisibilityAggressiveness) == 0x0002B4, "Member 'AWorldSettings::VisibilityAggressiveness' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, NavigationSystemConfig) == 0x0002B8, "Member 'AWorldSettings::NavigationSystemConfig' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, NavigationSystemConfigOverride) == 0x0002C0, "Member 'AWorldSettings::NavigationSystemConfigOverride' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, WorldToMeters) == 0x0002C8, "Member 'AWorldSettings::WorldToMeters' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, KillZ) == 0x0002CC, "Member 'AWorldSettings::KillZ' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, KillZDamageType) == 0x0002D0, "Member 'AWorldSettings::KillZDamageType' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, WorldGravityZ) == 0x0002D8, "Member 'AWorldSettings::WorldGravityZ' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, GlobalGravityZ) == 0x0002DC, "Member 'AWorldSettings::GlobalGravityZ' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultPhysicsVolumeClass) == 0x0002E0, "Member 'AWorldSettings::DefaultPhysicsVolumeClass' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, PhysicsCollisionHandlerClass) == 0x0002E8, "Member 'AWorldSettings::PhysicsCollisionHandlerClass' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultGameMode) == 0x0002F0, "Member 'AWorldSettings::DefaultGameMode' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, GameNetworkManagerClass) == 0x0002F8, "Member 'AWorldSettings::GameNetworkManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, PackedLightAndShadowMapTextureSize) == 0x000300, "Member 'AWorldSettings::PackedLightAndShadowMapTextureSize' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultColorScale) == 0x000304, "Member 'AWorldSettings::DefaultColorScale' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultMaxDistanceFieldOcclusionDistance) == 0x000310, "Member 'AWorldSettings::DefaultMaxDistanceFieldOcclusionDistance' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, GlobalDistanceFieldViewDistance) == 0x000314, "Member 'AWorldSettings::GlobalDistanceFieldViewDistance' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DynamicIndirectShadowsSelfShadowingIntensity) == 0x000318, "Member 'AWorldSettings::DynamicIndirectShadowsSelfShadowingIntensity' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, IrradianceVolumeIntensityBias) == 0x00031C, "Member 'AWorldSettings::IrradianceVolumeIntensityBias' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, bUseSoftwareOcclusion) == 0x000320, "Member 'AWorldSettings::bUseSoftwareOcclusion' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultReverbSettings) == 0x000328, "Member 'AWorldSettings::DefaultReverbSettings' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultAmbientZoneSettings) == 0x000348, "Member 'AWorldSettings::DefaultAmbientZoneSettings' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultBaseSoundMix) == 0x000370, "Member 'AWorldSettings::DefaultBaseSoundMix' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, TimeDilation) == 0x000378, "Member 'AWorldSettings::TimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MatineeTimeDilation) == 0x00037C, "Member 'AWorldSettings::MatineeTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DemoPlayTimeDilation) == 0x000380, "Member 'AWorldSettings::DemoPlayTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MinGlobalTimeDilation) == 0x000384, "Member 'AWorldSettings::MinGlobalTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MaxGlobalTimeDilation) == 0x000388, "Member 'AWorldSettings::MaxGlobalTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MinUndilatedFrameTime) == 0x00038C, "Member 'AWorldSettings::MinUndilatedFrameTime' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MaxUndilatedFrameTime) == 0x000390, "Member 'AWorldSettings::MaxUndilatedFrameTime' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, BroadphaseSettings) == 0x000394, "Member 'AWorldSettings::BroadphaseSettings' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, Pauser) == 0x0003D8, "Member 'AWorldSettings::Pauser' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, ReplicationViewers) == 0x0003E8, "Member 'AWorldSettings::ReplicationViewers' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, AssetUserData) == 0x0003F8, "Member 'AWorldSettings::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, PauserPlayerState) == 0x000408, "Member 'AWorldSettings::PauserPlayerState' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MaxNumberOfBookmarks) == 0x000410, "Member 'AWorldSettings::MaxNumberOfBookmarks' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultBookmarkClass) == 0x000418, "Member 'AWorldSettings::DefaultBookmarkClass' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, BookmarkArray) == 0x000420, "Member 'AWorldSettings::BookmarkArray' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, LastBookmarkClass) == 0x000430, "Member 'AWorldSettings::LastBookmarkClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticPen_C \ +static_assert(alignof(ABP_CosmeticPen_C) == 0x000008, "Wrong alignment on ABP_CosmeticPen_C"); \ +static_assert(sizeof(ABP_CosmeticPen_C) == 0x0002D0, "Wrong size on ABP_CosmeticPen_C"); \ +static_assert(offsetof(ABP_CosmeticPen_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticPen_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkXSXApuHeapInitializationSettings \ +static_assert(alignof(FAkXSXApuHeapInitializationSettings) == 0x000004, "Wrong alignment on FAkXSXApuHeapInitializationSettings"); \ +static_assert(sizeof(FAkXSXApuHeapInitializationSettings) == 0x000008, "Wrong size on FAkXSXApuHeapInitializationSettings"); \ +static_assert(offsetof(FAkXSXApuHeapInitializationSettings, CachedSize) == 0x000000, "Member 'FAkXSXApuHeapInitializationSettings::CachedSize' has a wrong offset!"); \ +static_assert(offsetof(FAkXSXApuHeapInitializationSettings, NonCachedSize) == 0x000004, "Member 'FAkXSXApuHeapInitializationSettings::NonCachedSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkAudioSession \ +static_assert(alignof(FAkAudioSession) == 0x000004, "Wrong alignment on FAkAudioSession"); \ +static_assert(sizeof(FAkAudioSession) == 0x00000C, "Wrong size on FAkAudioSession"); \ +static_assert(offsetof(FAkAudioSession, AudioSessionCategory) == 0x000000, "Member 'FAkAudioSession::AudioSessionCategory' has a wrong offset!"); \ +static_assert(offsetof(FAkAudioSession, AudioSessionCategoryOptions) == 0x000004, "Member 'FAkAudioSession::AudioSessionCategoryOptions' has a wrong offset!"); \ +static_assert(offsetof(FAkAudioSession, AudioSessionMode) == 0x000008, "Member 'FAkAudioSession::AudioSessionMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkMidiEventBase \ +static_assert(alignof(FAkMidiEventBase) == 0x000001, "Wrong alignment on FAkMidiEventBase"); \ +static_assert(sizeof(FAkMidiEventBase) == 0x000002, "Wrong size on FAkMidiEventBase"); \ +static_assert(offsetof(FAkMidiEventBase, Type) == 0x000000, "Member 'FAkMidiEventBase::Type' has a wrong offset!"); \ +static_assert(offsetof(FAkMidiEventBase, Chan) == 0x000001, "Member 'FAkMidiEventBase::Chan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkMidiCc \ +static_assert(alignof(FAkMidiCc) == 0x000001, "Wrong alignment on FAkMidiCc"); \ +static_assert(sizeof(FAkMidiCc) == 0x000004, "Wrong size on FAkMidiCc"); \ +static_assert(offsetof(FAkMidiCc, Cc) == 0x000002, "Member 'FAkMidiCc::Cc' has a wrong offset!"); \ +static_assert(offsetof(FAkMidiCc, Value) == 0x000003, "Member 'FAkMidiCc::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAKWaapiJsonObject \ +static_assert(alignof(FAKWaapiJsonObject) == 0x000008, "Wrong alignment on FAKWaapiJsonObject"); \ +static_assert(sizeof(FAKWaapiJsonObject) == 0x000010, "Wrong size on FAKWaapiJsonObject"); \ + +#define DUMPER7_ASSERTS_FAkSegmentInfo \ +static_assert(alignof(FAkSegmentInfo) == 0x000004, "Wrong alignment on FAkSegmentInfo"); \ +static_assert(sizeof(FAkSegmentInfo) == 0x000024, "Wrong size on FAkSegmentInfo"); \ +static_assert(offsetof(FAkSegmentInfo, CurrentPosition) == 0x000000, "Member 'FAkSegmentInfo::CurrentPosition' has a wrong offset!"); \ +static_assert(offsetof(FAkSegmentInfo, PreEntryDuration) == 0x000004, "Member 'FAkSegmentInfo::PreEntryDuration' has a wrong offset!"); \ +static_assert(offsetof(FAkSegmentInfo, ActiveDuration) == 0x000008, "Member 'FAkSegmentInfo::ActiveDuration' has a wrong offset!"); \ +static_assert(offsetof(FAkSegmentInfo, PostExitDuration) == 0x00000C, "Member 'FAkSegmentInfo::PostExitDuration' has a wrong offset!"); \ +static_assert(offsetof(FAkSegmentInfo, RemainingLookAheadTime) == 0x000010, "Member 'FAkSegmentInfo::RemainingLookAheadTime' has a wrong offset!"); \ +static_assert(offsetof(FAkSegmentInfo, BeatDuration) == 0x000014, "Member 'FAkSegmentInfo::BeatDuration' has a wrong offset!"); \ +static_assert(offsetof(FAkSegmentInfo, BarDuration) == 0x000018, "Member 'FAkSegmentInfo::BarDuration' has a wrong offset!"); \ +static_assert(offsetof(FAkSegmentInfo, GridDuration) == 0x00001C, "Member 'FAkSegmentInfo::GridDuration' has a wrong offset!"); \ +static_assert(offsetof(FAkSegmentInfo, GridOffset) == 0x000020, "Member 'FAkSegmentInfo::GridOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkWwiseObjectDetails \ +static_assert(alignof(FAkWwiseObjectDetails) == 0x000008, "Wrong alignment on FAkWwiseObjectDetails"); \ +static_assert(sizeof(FAkWwiseObjectDetails) == 0x000030, "Wrong size on FAkWwiseObjectDetails"); \ +static_assert(offsetof(FAkWwiseObjectDetails, ItemName) == 0x000000, "Member 'FAkWwiseObjectDetails::ItemName' has a wrong offset!"); \ +static_assert(offsetof(FAkWwiseObjectDetails, ItemPath) == 0x000010, "Member 'FAkWwiseObjectDetails::ItemPath' has a wrong offset!"); \ +static_assert(offsetof(FAkWwiseObjectDetails, ItemId) == 0x000020, "Member 'FAkWwiseObjectDetails::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkWwiseItemToControl \ +static_assert(alignof(FAkWwiseItemToControl) == 0x000008, "Wrong alignment on FAkWwiseItemToControl"); \ +static_assert(sizeof(FAkWwiseItemToControl) == 0x000040, "Wrong size on FAkWwiseItemToControl"); \ +static_assert(offsetof(FAkWwiseItemToControl, ItemPicked) == 0x000000, "Member 'FAkWwiseItemToControl::ItemPicked' has a wrong offset!"); \ +static_assert(offsetof(FAkWwiseItemToControl, ItemPath) == 0x000030, "Member 'FAkWwiseItemToControl::ItemPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkWaapiSubscriptionId \ +static_assert(alignof(FAkWaapiSubscriptionId) == 0x000008, "Wrong alignment on FAkWaapiSubscriptionId"); \ +static_assert(sizeof(FAkWaapiSubscriptionId) == 0x000008, "Wrong size on FAkWaapiSubscriptionId"); \ + +#define DUMPER7_ASSERTS_FAkAdvancedInitializationSettings \ +static_assert(alignof(FAkAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkAdvancedInitializationSettings"); \ +static_assert(sizeof(FAkAdvancedInitializationSettings) == 0x00002C, "Wrong size on FAkAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, IO_MemorySize) == 0x000000, "Member 'FAkAdvancedInitializationSettings::IO_MemorySize' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, IO_Granularity) == 0x000004, "Member 'FAkAdvancedInitializationSettings::IO_Granularity' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, TargetAutoStreamBufferLength) == 0x000008, "Member 'FAkAdvancedInitializationSettings::TargetAutoStreamBufferLength' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, UseStreamCache) == 0x00000C, "Member 'FAkAdvancedInitializationSettings::UseStreamCache' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, MaximumPinnedBytesInCache) == 0x000010, "Member 'FAkAdvancedInitializationSettings::MaximumPinnedBytesInCache' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, EnableGameSyncPreparation) == 0x000014, "Member 'FAkAdvancedInitializationSettings::EnableGameSyncPreparation' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, ContinuousPlaybackLookAhead) == 0x000018, "Member 'FAkAdvancedInitializationSettings::ContinuousPlaybackLookAhead' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, MonitorQueuePoolSize) == 0x00001C, "Member 'FAkAdvancedInitializationSettings::MonitorQueuePoolSize' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, MaximumHardwareTimeoutMs) == 0x000020, "Member 'FAkAdvancedInitializationSettings::MaximumHardwareTimeoutMs' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, DebugOutOfRangeCheckEnabled) == 0x000024, "Member 'FAkAdvancedInitializationSettings::DebugOutOfRangeCheckEnabled' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, DebugOutOfRangeLimit) == 0x000028, "Member 'FAkAdvancedInitializationSettings::DebugOutOfRangeLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkAdvancedInitializationSettingsWithMultiCoreRendering \ +static_assert(alignof(FAkAdvancedInitializationSettingsWithMultiCoreRendering) == 0x000004, "Wrong alignment on FAkAdvancedInitializationSettingsWithMultiCoreRendering"); \ +static_assert(sizeof(FAkAdvancedInitializationSettingsWithMultiCoreRendering) == 0x000030, "Wrong size on FAkAdvancedInitializationSettingsWithMultiCoreRendering"); \ +static_assert(offsetof(FAkAdvancedInitializationSettingsWithMultiCoreRendering, EnableMultiCoreRendering) == 0x00002C, "Member 'FAkAdvancedInitializationSettingsWithMultiCoreRendering::EnableMultiCoreRendering' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkWindowsAdvancedInitializationSettings \ +static_assert(alignof(FAkWindowsAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkWindowsAdvancedInitializationSettings"); \ +static_assert(sizeof(FAkWindowsAdvancedInitializationSettings) == 0x000038, "Wrong size on FAkWindowsAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkWindowsAdvancedInitializationSettings, UseHeadMountedDisplayAudioDevice) == 0x000030, "Member 'FAkWindowsAdvancedInitializationSettings::UseHeadMountedDisplayAudioDevice' has a wrong offset!"); \ +static_assert(offsetof(FAkWindowsAdvancedInitializationSettings, MaxSystemAudioObjects) == 0x000034, "Member 'FAkWindowsAdvancedInitializationSettings::MaxSystemAudioObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkAndroidAdvancedInitializationSettings \ +static_assert(alignof(FAkAndroidAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkAndroidAdvancedInitializationSettings"); \ +static_assert(sizeof(FAkAndroidAdvancedInitializationSettings) == 0x000038, "Wrong size on FAkAndroidAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkAndroidAdvancedInitializationSettings, AudioAPI) == 0x000030, "Member 'FAkAndroidAdvancedInitializationSettings::AudioAPI' has a wrong offset!"); \ +static_assert(offsetof(FAkAndroidAdvancedInitializationSettings, RoundFrameSizeToHardwareSize) == 0x000034, "Member 'FAkAndroidAdvancedInitializationSettings::RoundFrameSizeToHardwareSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkExternalSourceInfo \ +static_assert(alignof(FAkExternalSourceInfo) == 0x000008, "Wrong alignment on FAkExternalSourceInfo"); \ +static_assert(sizeof(FAkExternalSourceInfo) == 0x000038, "Wrong size on FAkExternalSourceInfo"); \ +static_assert(offsetof(FAkExternalSourceInfo, ExternalSrcName) == 0x000000, "Member 'FAkExternalSourceInfo::ExternalSrcName' has a wrong offset!"); \ +static_assert(offsetof(FAkExternalSourceInfo, CodecID) == 0x000010, "Member 'FAkExternalSourceInfo::CodecID' has a wrong offset!"); \ +static_assert(offsetof(FAkExternalSourceInfo, FileName) == 0x000018, "Member 'FAkExternalSourceInfo::FileName' has a wrong offset!"); \ +static_assert(offsetof(FAkExternalSourceInfo, ExternalSourceAsset) == 0x000028, "Member 'FAkExternalSourceInfo::ExternalSourceAsset' has a wrong offset!"); \ +static_assert(offsetof(FAkExternalSourceInfo, IsStreamed) == 0x000030, "Member 'FAkExternalSourceInfo::IsStreamed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkMidiProgramChange \ +static_assert(alignof(FAkMidiProgramChange) == 0x000001, "Wrong alignment on FAkMidiProgramChange"); \ +static_assert(sizeof(FAkMidiProgramChange) == 0x000003, "Wrong size on FAkMidiProgramChange"); \ +static_assert(offsetof(FAkMidiProgramChange, ProgramNum) == 0x000002, "Member 'FAkMidiProgramChange::ProgramNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkMidiChannelAftertouch \ +static_assert(alignof(FAkMidiChannelAftertouch) == 0x000001, "Wrong alignment on FAkMidiChannelAftertouch"); \ +static_assert(sizeof(FAkMidiChannelAftertouch) == 0x000003, "Wrong size on FAkMidiChannelAftertouch"); \ +static_assert(offsetof(FAkMidiChannelAftertouch, Value) == 0x000002, "Member 'FAkMidiChannelAftertouch::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkMidiNoteAftertouch \ +static_assert(alignof(FAkMidiNoteAftertouch) == 0x000001, "Wrong alignment on FAkMidiNoteAftertouch"); \ +static_assert(sizeof(FAkMidiNoteAftertouch) == 0x000004, "Wrong size on FAkMidiNoteAftertouch"); \ +static_assert(offsetof(FAkMidiNoteAftertouch, Note) == 0x000002, "Member 'FAkMidiNoteAftertouch::Note' has a wrong offset!"); \ +static_assert(offsetof(FAkMidiNoteAftertouch, Value) == 0x000003, "Member 'FAkMidiNoteAftertouch::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkMidiPitchBend \ +static_assert(alignof(FAkMidiPitchBend) == 0x000004, "Wrong alignment on FAkMidiPitchBend"); \ +static_assert(sizeof(FAkMidiPitchBend) == 0x000008, "Wrong size on FAkMidiPitchBend"); \ +static_assert(offsetof(FAkMidiPitchBend, ValueLsb) == 0x000002, "Member 'FAkMidiPitchBend::ValueLsb' has a wrong offset!"); \ +static_assert(offsetof(FAkMidiPitchBend, ValueMsb) == 0x000003, "Member 'FAkMidiPitchBend::ValueMsb' has a wrong offset!"); \ +static_assert(offsetof(FAkMidiPitchBend, FullValue) == 0x000004, "Member 'FAkMidiPitchBend::FullValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkMidiNoteOnOff \ +static_assert(alignof(FAkMidiNoteOnOff) == 0x000001, "Wrong alignment on FAkMidiNoteOnOff"); \ +static_assert(sizeof(FAkMidiNoteOnOff) == 0x000004, "Wrong size on FAkMidiNoteOnOff"); \ +static_assert(offsetof(FAkMidiNoteOnOff, Note) == 0x000002, "Member 'FAkMidiNoteOnOff::Note' has a wrong offset!"); \ +static_assert(offsetof(FAkMidiNoteOnOff, Velocity) == 0x000003, "Member 'FAkMidiNoteOnOff::Velocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkMidiGeneric \ +static_assert(alignof(FAkMidiGeneric) == 0x000001, "Wrong alignment on FAkMidiGeneric"); \ +static_assert(sizeof(FAkMidiGeneric) == 0x000004, "Wrong size on FAkMidiGeneric"); \ +static_assert(offsetof(FAkMidiGeneric, Param1) == 0x000002, "Member 'FAkMidiGeneric::Param1' has a wrong offset!"); \ +static_assert(offsetof(FAkMidiGeneric, Param2) == 0x000003, "Member 'FAkMidiGeneric::Param2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneAkAudioRTPCTemplate \ +static_assert(alignof(FMovieSceneAkAudioRTPCTemplate) == 0x000008, "Wrong alignment on FMovieSceneAkAudioRTPCTemplate"); \ +static_assert(sizeof(FMovieSceneAkAudioRTPCTemplate) == 0x000028, "Wrong size on FMovieSceneAkAudioRTPCTemplate"); \ +static_assert(offsetof(FMovieSceneAkAudioRTPCTemplate, Section) == 0x000020, "Member 'FMovieSceneAkAudioRTPCTemplate::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkOutputDeviceID \ +static_assert(alignof(FAkOutputDeviceID) == 0x000004, "Wrong alignment on FAkOutputDeviceID"); \ +static_assert(sizeof(FAkOutputDeviceID) == 0x000004, "Wrong size on FAkOutputDeviceID"); \ +static_assert(offsetof(FAkOutputDeviceID, IdDevice) == 0x000000, "Member 'FAkOutputDeviceID::IdDevice' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkOutputSettings \ +static_assert(alignof(FAkOutputSettings) == 0x000008, "Wrong alignment on FAkOutputSettings"); \ +static_assert(sizeof(FAkOutputSettings) == 0x000018, "Wrong size on FAkOutputSettings"); \ +static_assert(offsetof(FAkOutputSettings, AudioDeviceSharesetName) == 0x000000, "Member 'FAkOutputSettings::AudioDeviceSharesetName' has a wrong offset!"); \ +static_assert(offsetof(FAkOutputSettings, IdDevice) == 0x000010, "Member 'FAkOutputSettings::IdDevice' has a wrong offset!"); \ +static_assert(offsetof(FAkOutputSettings, PanRule) == 0x000014, "Member 'FAkOutputSettings::PanRule' has a wrong offset!"); \ +static_assert(offsetof(FAkOutputSettings, ChannelConfig) == 0x000015, "Member 'FAkOutputSettings::ChannelConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkChannelMask \ +static_assert(alignof(FAkChannelMask) == 0x000004, "Wrong alignment on FAkChannelMask"); \ +static_assert(sizeof(FAkChannelMask) == 0x000004, "Wrong size on FAkChannelMask"); \ +static_assert(offsetof(FAkChannelMask, ChannelMask) == 0x000000, "Member 'FAkChannelMask::ChannelMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkGeometrySurfaceOverride \ +static_assert(alignof(FAkGeometrySurfaceOverride) == 0x000008, "Wrong alignment on FAkGeometrySurfaceOverride"); \ +static_assert(sizeof(FAkGeometrySurfaceOverride) == 0x000018, "Wrong size on FAkGeometrySurfaceOverride"); \ +static_assert(offsetof(FAkGeometrySurfaceOverride, AcousticTexture) == 0x000000, "Member 'FAkGeometrySurfaceOverride::AcousticTexture' has a wrong offset!"); \ +static_assert(offsetof(FAkGeometrySurfaceOverride, bEnableOcclusionOverride) == 0x000008, "Member 'FAkGeometrySurfaceOverride::bEnableOcclusionOverride' has a wrong offset!"); \ +static_assert(offsetof(FAkGeometrySurfaceOverride, OcclusionValue) == 0x00000C, "Member 'FAkGeometrySurfaceOverride::OcclusionValue' has a wrong offset!"); \ +static_assert(offsetof(FAkGeometrySurfaceOverride, SurfaceArea) == 0x000010, "Member 'FAkGeometrySurfaceOverride::SurfaceArea' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkAcousticSurface \ +static_assert(alignof(FAkAcousticSurface) == 0x000008, "Wrong alignment on FAkAcousticSurface"); \ +static_assert(sizeof(FAkAcousticSurface) == 0x000018, "Wrong size on FAkAcousticSurface"); \ +static_assert(offsetof(FAkAcousticSurface, Texture) == 0x000000, "Member 'FAkAcousticSurface::Texture' has a wrong offset!"); \ +static_assert(offsetof(FAkAcousticSurface, Occlusion) == 0x000004, "Member 'FAkAcousticSurface::Occlusion' has a wrong offset!"); \ +static_assert(offsetof(FAkAcousticSurface, Name) == 0x000008, "Member 'FAkAcousticSurface::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkTriangle \ +static_assert(alignof(FAkTriangle) == 0x000002, "Wrong alignment on FAkTriangle"); \ +static_assert(sizeof(FAkTriangle) == 0x000008, "Wrong size on FAkTriangle"); \ +static_assert(offsetof(FAkTriangle, Point0) == 0x000000, "Member 'FAkTriangle::Point0' has a wrong offset!"); \ +static_assert(offsetof(FAkTriangle, Point1) == 0x000002, "Member 'FAkTriangle::Point1' has a wrong offset!"); \ +static_assert(offsetof(FAkTriangle, Point2) == 0x000004, "Member 'FAkTriangle::Point2' has a wrong offset!"); \ +static_assert(offsetof(FAkTriangle, Surface) == 0x000006, "Member 'FAkTriangle::Surface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkGeometryData \ +static_assert(alignof(FAkGeometryData) == 0x000008, "Wrong alignment on FAkGeometryData"); \ +static_assert(sizeof(FAkGeometryData) == 0x000050, "Wrong size on FAkGeometryData"); \ +static_assert(offsetof(FAkGeometryData, Vertices) == 0x000000, "Member 'FAkGeometryData::Vertices' has a wrong offset!"); \ +static_assert(offsetof(FAkGeometryData, Surfaces) == 0x000010, "Member 'FAkGeometryData::Surfaces' has a wrong offset!"); \ +static_assert(offsetof(FAkGeometryData, Triangles) == 0x000020, "Member 'FAkGeometryData::Triangles' has a wrong offset!"); \ +static_assert(offsetof(FAkGeometryData, ToOverrideAcousticTexture) == 0x000030, "Member 'FAkGeometryData::ToOverrideAcousticTexture' has a wrong offset!"); \ +static_assert(offsetof(FAkGeometryData, ToOverrideOcclusion) == 0x000040, "Member 'FAkGeometryData::ToOverrideOcclusion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTangentDataSerializationHelper \ +static_assert(alignof(FMovieSceneTangentDataSerializationHelper) == 0x000004, "Wrong alignment on FMovieSceneTangentDataSerializationHelper"); \ +static_assert(sizeof(FMovieSceneTangentDataSerializationHelper) == 0x000014, "Wrong size on FMovieSceneTangentDataSerializationHelper"); \ +static_assert(offsetof(FMovieSceneTangentDataSerializationHelper, ArriveTangent) == 0x000000, "Member 'FMovieSceneTangentDataSerializationHelper::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTangentDataSerializationHelper, LeaveTangent) == 0x000004, "Member 'FMovieSceneTangentDataSerializationHelper::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTangentDataSerializationHelper, TangentWeightMode) == 0x000008, "Member 'FMovieSceneTangentDataSerializationHelper::TangentWeightMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTangentDataSerializationHelper, ArriveTangentWeight) == 0x00000C, "Member 'FMovieSceneTangentDataSerializationHelper::ArriveTangentWeight' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTangentDataSerializationHelper, LeaveTangentWeight) == 0x000010, "Member 'FMovieSceneTangentDataSerializationHelper::LeaveTangentWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFloatValueSerializationHelper \ +static_assert(alignof(FMovieSceneFloatValueSerializationHelper) == 0x000004, "Wrong alignment on FMovieSceneFloatValueSerializationHelper"); \ +static_assert(sizeof(FMovieSceneFloatValueSerializationHelper) == 0x00001C, "Wrong size on FMovieSceneFloatValueSerializationHelper"); \ +static_assert(offsetof(FMovieSceneFloatValueSerializationHelper, Value) == 0x000000, "Member 'FMovieSceneFloatValueSerializationHelper::Value' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatValueSerializationHelper, InterpMode) == 0x000004, "Member 'FMovieSceneFloatValueSerializationHelper::InterpMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatValueSerializationHelper, TangentMode) == 0x000005, "Member 'FMovieSceneFloatValueSerializationHelper::TangentMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatValueSerializationHelper, Tangent) == 0x000008, "Member 'FMovieSceneFloatValueSerializationHelper::Tangent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFloatChannelSerializationHelper \ +static_assert(alignof(FMovieSceneFloatChannelSerializationHelper) == 0x000008, "Wrong alignment on FMovieSceneFloatChannelSerializationHelper"); \ +static_assert(sizeof(FMovieSceneFloatChannelSerializationHelper) == 0x000030, "Wrong size on FMovieSceneFloatChannelSerializationHelper"); \ +static_assert(offsetof(FMovieSceneFloatChannelSerializationHelper, PreInfinityExtrap) == 0x000000, "Member 'FMovieSceneFloatChannelSerializationHelper::PreInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannelSerializationHelper, PostInfinityExtrap) == 0x000001, "Member 'FMovieSceneFloatChannelSerializationHelper::PostInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannelSerializationHelper, Times) == 0x000008, "Member 'FMovieSceneFloatChannelSerializationHelper::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannelSerializationHelper, Values) == 0x000018, "Member 'FMovieSceneFloatChannelSerializationHelper::Values' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannelSerializationHelper, DefaultValue) == 0x000028, "Member 'FMovieSceneFloatChannelSerializationHelper::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannelSerializationHelper, bHasDefaultValue) == 0x00002C, "Member 'FMovieSceneFloatChannelSerializationHelper::bHasDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkHololensAdvancedInitializationSettings \ +static_assert(alignof(FAkHololensAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkHololensAdvancedInitializationSettings"); \ +static_assert(sizeof(FAkHololensAdvancedInitializationSettings) == 0x000034, "Wrong size on FAkHololensAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkHololensAdvancedInitializationSettings, UseHeadMountedDisplayAudioDevice) == 0x000030, "Member 'FAkHololensAdvancedInitializationSettings::UseHeadMountedDisplayAudioDevice' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkPluginInfo \ +static_assert(alignof(FAkPluginInfo) == 0x000008, "Wrong alignment on FAkPluginInfo"); \ +static_assert(sizeof(FAkPluginInfo) == 0x000028, "Wrong size on FAkPluginInfo"); \ +static_assert(offsetof(FAkPluginInfo, Name) == 0x000000, "Member 'FAkPluginInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FAkPluginInfo, PluginID) == 0x000010, "Member 'FAkPluginInfo::PluginID' has a wrong offset!"); \ +static_assert(offsetof(FAkPluginInfo, DLL) == 0x000018, "Member 'FAkPluginInfo::DLL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkXboxOneGDKApuHeapInitializationSettings \ +static_assert(alignof(FAkXboxOneGDKApuHeapInitializationSettings) == 0x000004, "Wrong alignment on FAkXboxOneGDKApuHeapInitializationSettings"); \ +static_assert(sizeof(FAkXboxOneGDKApuHeapInitializationSettings) == 0x000008, "Wrong size on FAkXboxOneGDKApuHeapInitializationSettings"); \ +static_assert(offsetof(FAkXboxOneGDKApuHeapInitializationSettings, CachedSize) == 0x000000, "Member 'FAkXboxOneGDKApuHeapInitializationSettings::CachedSize' has a wrong offset!"); \ +static_assert(offsetof(FAkXboxOneGDKApuHeapInitializationSettings, NonCachedSize) == 0x000004, "Member 'FAkXboxOneGDKApuHeapInitializationSettings::NonCachedSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkMainOutputSettings \ +static_assert(alignof(FAkMainOutputSettings) == 0x000008, "Wrong alignment on FAkMainOutputSettings"); \ +static_assert(sizeof(FAkMainOutputSettings) == 0x000028, "Wrong size on FAkMainOutputSettings"); \ +static_assert(offsetof(FAkMainOutputSettings, AudioDeviceShareset) == 0x000000, "Member 'FAkMainOutputSettings::AudioDeviceShareset' has a wrong offset!"); \ +static_assert(offsetof(FAkMainOutputSettings, DeviceID) == 0x000010, "Member 'FAkMainOutputSettings::DeviceID' has a wrong offset!"); \ +static_assert(offsetof(FAkMainOutputSettings, PanningRule) == 0x000014, "Member 'FAkMainOutputSettings::PanningRule' has a wrong offset!"); \ +static_assert(offsetof(FAkMainOutputSettings, ChannelConfigType) == 0x000018, "Member 'FAkMainOutputSettings::ChannelConfigType' has a wrong offset!"); \ +static_assert(offsetof(FAkMainOutputSettings, ChannelMask) == 0x00001C, "Member 'FAkMainOutputSettings::ChannelMask' has a wrong offset!"); \ +static_assert(offsetof(FAkMainOutputSettings, NumberOfChannels) == 0x000020, "Member 'FAkMainOutputSettings::NumberOfChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkSpatialAudioSettings \ +static_assert(alignof(FAkSpatialAudioSettings) == 0x000004, "Wrong alignment on FAkSpatialAudioSettings"); \ +static_assert(sizeof(FAkSpatialAudioSettings) == 0x000020, "Wrong size on FAkSpatialAudioSettings"); \ +static_assert(offsetof(FAkSpatialAudioSettings, MaxSoundPropagationDepth) == 0x000000, "Member 'FAkSpatialAudioSettings::MaxSoundPropagationDepth' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, MovementThreshold) == 0x000004, "Member 'FAkSpatialAudioSettings::MovementThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, NumberOfPrimaryRays) == 0x000008, "Member 'FAkSpatialAudioSettings::NumberOfPrimaryRays' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, ReflectionOrder) == 0x00000C, "Member 'FAkSpatialAudioSettings::ReflectionOrder' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, MaximumPathLength) == 0x000010, "Member 'FAkSpatialAudioSettings::MaximumPathLength' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, CPULimitPercentage) == 0x000014, "Member 'FAkSpatialAudioSettings::CPULimitPercentage' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, EnableDiffractionOnReflections) == 0x000018, "Member 'FAkSpatialAudioSettings::EnableDiffractionOnReflections' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, EnableGeometricDiffractionAndTransmission) == 0x000019, "Member 'FAkSpatialAudioSettings::EnableGeometricDiffractionAndTransmission' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, CalcEmitterVirtualPosition) == 0x00001A, "Member 'FAkSpatialAudioSettings::CalcEmitterVirtualPosition' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, UseObstruction) == 0x00001B, "Member 'FAkSpatialAudioSettings::UseObstruction' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, UseOcclusion) == 0x00001C, "Member 'FAkSpatialAudioSettings::UseOcclusion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkCommonInitializationSettings \ +static_assert(alignof(FAkCommonInitializationSettings) == 0x000008, "Wrong alignment on FAkCommonInitializationSettings"); \ +static_assert(sizeof(FAkCommonInitializationSettings) == 0x000060, "Wrong size on FAkCommonInitializationSettings"); \ +static_assert(offsetof(FAkCommonInitializationSettings, MaximumNumberOfMemoryPools) == 0x000000, "Member 'FAkCommonInitializationSettings::MaximumNumberOfMemoryPools' has a wrong offset!"); \ +static_assert(offsetof(FAkCommonInitializationSettings, MaximumNumberOfPositioningPaths) == 0x000004, "Member 'FAkCommonInitializationSettings::MaximumNumberOfPositioningPaths' has a wrong offset!"); \ +static_assert(offsetof(FAkCommonInitializationSettings, CommandQueueSize) == 0x000008, "Member 'FAkCommonInitializationSettings::CommandQueueSize' has a wrong offset!"); \ +static_assert(offsetof(FAkCommonInitializationSettings, SamplesPerFrame) == 0x00000C, "Member 'FAkCommonInitializationSettings::SamplesPerFrame' has a wrong offset!"); \ +static_assert(offsetof(FAkCommonInitializationSettings, MainOutputSettings) == 0x000010, "Member 'FAkCommonInitializationSettings::MainOutputSettings' has a wrong offset!"); \ +static_assert(offsetof(FAkCommonInitializationSettings, StreamingLookAheadRatio) == 0x000038, "Member 'FAkCommonInitializationSettings::StreamingLookAheadRatio' has a wrong offset!"); \ +static_assert(offsetof(FAkCommonInitializationSettings, NumberOfRefillsInVoice) == 0x00003C, "Member 'FAkCommonInitializationSettings::NumberOfRefillsInVoice' has a wrong offset!"); \ +static_assert(offsetof(FAkCommonInitializationSettings, SpatialAudioSettings) == 0x000040, "Member 'FAkCommonInitializationSettings::SpatialAudioSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkCommonInitializationSettingsWithSampleRate \ +static_assert(alignof(FAkCommonInitializationSettingsWithSampleRate) == 0x000008, "Wrong alignment on FAkCommonInitializationSettingsWithSampleRate"); \ +static_assert(sizeof(FAkCommonInitializationSettingsWithSampleRate) == 0x000068, "Wrong size on FAkCommonInitializationSettingsWithSampleRate"); \ +static_assert(offsetof(FAkCommonInitializationSettingsWithSampleRate, SampleRate) == 0x000060, "Member 'FAkCommonInitializationSettingsWithSampleRate::SampleRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkCommunicationSettings \ +static_assert(alignof(FAkCommunicationSettings) == 0x000008, "Wrong alignment on FAkCommunicationSettings"); \ +static_assert(sizeof(FAkCommunicationSettings) == 0x000020, "Wrong size on FAkCommunicationSettings"); \ +static_assert(offsetof(FAkCommunicationSettings, PoolSize) == 0x000000, "Member 'FAkCommunicationSettings::PoolSize' has a wrong offset!"); \ +static_assert(offsetof(FAkCommunicationSettings, DiscoveryBroadcastPort) == 0x000004, "Member 'FAkCommunicationSettings::DiscoveryBroadcastPort' has a wrong offset!"); \ +static_assert(offsetof(FAkCommunicationSettings, CommandPort) == 0x000006, "Member 'FAkCommunicationSettings::CommandPort' has a wrong offset!"); \ +static_assert(offsetof(FAkCommunicationSettings, NotificationPort) == 0x000008, "Member 'FAkCommunicationSettings::NotificationPort' has a wrong offset!"); \ +static_assert(offsetof(FAkCommunicationSettings, NetworkName) == 0x000010, "Member 'FAkCommunicationSettings::NetworkName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkXboxOneAdvancedInitializationSettings \ +static_assert(alignof(FAkXboxOneAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkXboxOneAdvancedInitializationSettings"); \ +static_assert(sizeof(FAkXboxOneAdvancedInitializationSettings) == 0x000034, "Wrong size on FAkXboxOneAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkXboxOneAdvancedInitializationSettings, MaximumNumberOfXMAVoices) == 0x000030, "Member 'FAkXboxOneAdvancedInitializationSettings::MaximumNumberOfXMAVoices' has a wrong offset!"); \ +static_assert(offsetof(FAkXboxOneAdvancedInitializationSettings, UseHardwareCodecLowLatencyMode) == 0x000032, "Member 'FAkXboxOneAdvancedInitializationSettings::UseHardwareCodecLowLatencyMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkCommunicationSettingsWithCommSelection \ +static_assert(alignof(FAkCommunicationSettingsWithCommSelection) == 0x000008, "Wrong alignment on FAkCommunicationSettingsWithCommSelection"); \ +static_assert(sizeof(FAkCommunicationSettingsWithCommSelection) == 0x000028, "Wrong size on FAkCommunicationSettingsWithCommSelection"); \ +static_assert(offsetof(FAkCommunicationSettingsWithCommSelection, CommunicationSystem) == 0x000020, "Member 'FAkCommunicationSettingsWithCommSelection::CommunicationSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkCommunicationSettingsWithSystemInitialization \ +static_assert(alignof(FAkCommunicationSettingsWithSystemInitialization) == 0x000008, "Wrong alignment on FAkCommunicationSettingsWithSystemInitialization"); \ +static_assert(sizeof(FAkCommunicationSettingsWithSystemInitialization) == 0x000028, "Wrong size on FAkCommunicationSettingsWithSystemInitialization"); \ +static_assert(offsetof(FAkCommunicationSettingsWithSystemInitialization, InitializeSystemComms) == 0x000020, "Member 'FAkCommunicationSettingsWithSystemInitialization::InitializeSystemComms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkBoolPropertyToControl \ +static_assert(alignof(FAkBoolPropertyToControl) == 0x000008, "Wrong alignment on FAkBoolPropertyToControl"); \ +static_assert(sizeof(FAkBoolPropertyToControl) == 0x000010, "Wrong size on FAkBoolPropertyToControl"); \ +static_assert(offsetof(FAkBoolPropertyToControl, ItemProperty) == 0x000000, "Member 'FAkBoolPropertyToControl::ItemProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkPropertyToControl \ +static_assert(alignof(FAkPropertyToControl) == 0x000008, "Wrong alignment on FAkPropertyToControl"); \ +static_assert(sizeof(FAkPropertyToControl) == 0x000010, "Wrong size on FAkPropertyToControl"); \ +static_assert(offsetof(FAkPropertyToControl, ItemProperty) == 0x000000, "Member 'FAkPropertyToControl::ItemProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkWinGDKAdvancedInitializationSettings \ +static_assert(alignof(FAkWinGDKAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkWinGDKAdvancedInitializationSettings"); \ +static_assert(sizeof(FAkWinGDKAdvancedInitializationSettings) == 0x000038, "Wrong size on FAkWinGDKAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkWinGDKAdvancedInitializationSettings, UseHeadMountedDisplayAudioDevice) == 0x000030, "Member 'FAkWinGDKAdvancedInitializationSettings::UseHeadMountedDisplayAudioDevice' has a wrong offset!"); \ +static_assert(offsetof(FAkWinGDKAdvancedInitializationSettings, uMaxSystemAudioObjects) == 0x000034, "Member 'FAkWinGDKAdvancedInitializationSettings::uMaxSystemAudioObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkPS4AdvancedInitializationSettings \ +static_assert(alignof(FAkPS4AdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkPS4AdvancedInitializationSettings"); \ +static_assert(sizeof(FAkPS4AdvancedInitializationSettings) == 0x000038, "Wrong size on FAkPS4AdvancedInitializationSettings"); \ +static_assert(offsetof(FAkPS4AdvancedInitializationSettings, ACPBatchBufferSize) == 0x000030, "Member 'FAkPS4AdvancedInitializationSettings::ACPBatchBufferSize' has a wrong offset!"); \ +static_assert(offsetof(FAkPS4AdvancedInitializationSettings, UseHardwareCodecLowLatencyMode) == 0x000034, "Member 'FAkPS4AdvancedInitializationSettings::UseHardwareCodecLowLatencyMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkPS5AdvancedInitializationSettings \ +static_assert(alignof(FAkPS5AdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkPS5AdvancedInitializationSettings"); \ +static_assert(sizeof(FAkPS5AdvancedInitializationSettings) == 0x000034, "Wrong size on FAkPS5AdvancedInitializationSettings"); \ +static_assert(offsetof(FAkPS5AdvancedInitializationSettings, UseHardwareCodecLowLatencyMode) == 0x000030, "Member 'FAkPS5AdvancedInitializationSettings::UseHardwareCodecLowLatencyMode' has a wrong offset!"); \ +static_assert(offsetof(FAkPS5AdvancedInitializationSettings, bVorbisHwAcceleration) == 0x000031, "Member 'FAkPS5AdvancedInitializationSettings::bVorbisHwAcceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkXSXAdvancedInitializationSettings \ +static_assert(alignof(FAkXSXAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkXSXAdvancedInitializationSettings"); \ +static_assert(sizeof(FAkXSXAdvancedInitializationSettings) == 0x00003C, "Wrong size on FAkXSXAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkXSXAdvancedInitializationSettings, MaximumNumberOfXMAVoices) == 0x000030, "Member 'FAkXSXAdvancedInitializationSettings::MaximumNumberOfXMAVoices' has a wrong offset!"); \ +static_assert(offsetof(FAkXSXAdvancedInitializationSettings, UseHardwareCodecLowLatencyMode) == 0x000032, "Member 'FAkXSXAdvancedInitializationSettings::UseHardwareCodecLowLatencyMode' has a wrong offset!"); \ +static_assert(offsetof(FAkXSXAdvancedInitializationSettings, MaximumNumberOfOpusVoices) == 0x000034, "Member 'FAkXSXAdvancedInitializationSettings::MaximumNumberOfOpusVoices' has a wrong offset!"); \ +static_assert(offsetof(FAkXSXAdvancedInitializationSettings, uMaxSystemAudioObjects) == 0x000038, "Member 'FAkXSXAdvancedInitializationSettings::uMaxSystemAudioObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkReverbDescriptor \ +static_assert(alignof(FAkReverbDescriptor) == 0x000008, "Wrong alignment on FAkReverbDescriptor"); \ +static_assert(sizeof(FAkReverbDescriptor) == 0x000028, "Wrong size on FAkReverbDescriptor"); \ + +#define DUMPER7_ASSERTS_FAkAcousticTextureParams \ +static_assert(alignof(FAkAcousticTextureParams) == 0x000010, "Wrong alignment on FAkAcousticTextureParams"); \ +static_assert(sizeof(FAkAcousticTextureParams) == 0x000020, "Wrong size on FAkAcousticTextureParams"); \ +static_assert(offsetof(FAkAcousticTextureParams, AbsorptionValues) == 0x000000, "Member 'FAkAcousticTextureParams::AbsorptionValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkGeometrySurfacePropertiesToMap \ +static_assert(alignof(FAkGeometrySurfacePropertiesToMap) == 0x000008, "Wrong alignment on FAkGeometrySurfacePropertiesToMap"); \ +static_assert(sizeof(FAkGeometrySurfacePropertiesToMap) == 0x000038, "Wrong size on FAkGeometrySurfacePropertiesToMap"); \ +static_assert(offsetof(FAkGeometrySurfacePropertiesToMap, AcousticTexture) == 0x000000, "Member 'FAkGeometrySurfacePropertiesToMap::AcousticTexture' has a wrong offset!"); \ +static_assert(offsetof(FAkGeometrySurfacePropertiesToMap, OcclusionValue) == 0x000030, "Member 'FAkGeometrySurfacePropertiesToMap::OcclusionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkSurfacePoly \ +static_assert(alignof(FAkSurfacePoly) == 0x000008, "Wrong alignment on FAkSurfacePoly"); \ +static_assert(sizeof(FAkSurfacePoly) == 0x000018, "Wrong size on FAkSurfacePoly"); \ +static_assert(offsetof(FAkSurfacePoly, Texture) == 0x000000, "Member 'FAkSurfacePoly::Texture' has a wrong offset!"); \ +static_assert(offsetof(FAkSurfacePoly, Occlusion) == 0x000008, "Member 'FAkSurfacePoly::Occlusion' has a wrong offset!"); \ +static_assert(offsetof(FAkSurfacePoly, EnableSurface) == 0x00000C, "Member 'FAkSurfacePoly::EnableSurface' has a wrong offset!"); \ +static_assert(offsetof(FAkSurfacePoly, SurfaceArea) == 0x000010, "Member 'FAkSurfacePoly::SurfaceArea' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkSurfaceEdgeInfo \ +static_assert(alignof(FAkSurfaceEdgeInfo) == 0x000004, "Wrong alignment on FAkSurfaceEdgeInfo"); \ +static_assert(sizeof(FAkSurfaceEdgeInfo) == 0x000028, "Wrong size on FAkSurfaceEdgeInfo"); \ + +#define DUMPER7_ASSERTS_FAkSurfaceEdgeVerts \ +static_assert(alignof(FAkSurfaceEdgeVerts) == 0x000004, "Wrong alignment on FAkSurfaceEdgeVerts"); \ +static_assert(sizeof(FAkSurfaceEdgeVerts) == 0x000018, "Wrong size on FAkSurfaceEdgeVerts"); \ + +#define DUMPER7_ASSERTS_FAkWaapiFieldNames \ +static_assert(alignof(FAkWaapiFieldNames) == 0x000008, "Wrong alignment on FAkWaapiFieldNames"); \ +static_assert(sizeof(FAkWaapiFieldNames) == 0x000010, "Wrong size on FAkWaapiFieldNames"); \ +static_assert(offsetof(FAkWaapiFieldNames, FieldName) == 0x000000, "Member 'FAkWaapiFieldNames::FieldName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkWaapiUri \ +static_assert(alignof(FAkWaapiUri) == 0x000008, "Wrong alignment on FAkWaapiUri"); \ +static_assert(sizeof(FAkWaapiUri) == 0x000010, "Wrong size on FAkWaapiUri"); \ +static_assert(offsetof(FAkWaapiUri, Uri) == 0x000000, "Member 'FAkWaapiUri::Uri' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkXboxOneGDKAdvancedInitializationSettings \ +static_assert(alignof(FAkXboxOneGDKAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkXboxOneGDKAdvancedInitializationSettings"); \ +static_assert(sizeof(FAkXboxOneGDKAdvancedInitializationSettings) == 0x000034, "Wrong size on FAkXboxOneGDKAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkXboxOneGDKAdvancedInitializationSettings, MaximumNumberOfXMAVoices) == 0x000030, "Member 'FAkXboxOneGDKAdvancedInitializationSettings::MaximumNumberOfXMAVoices' has a wrong offset!"); \ +static_assert(offsetof(FAkXboxOneGDKAdvancedInitializationSettings, UseHardwareCodecLowLatencyMode) == 0x000032, "Member 'FAkXboxOneGDKAdvancedInitializationSettings::UseHardwareCodecLowLatencyMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkXboxOneApuHeapInitializationSettings \ +static_assert(alignof(FAkXboxOneApuHeapInitializationSettings) == 0x000004, "Wrong alignment on FAkXboxOneApuHeapInitializationSettings"); \ +static_assert(sizeof(FAkXboxOneApuHeapInitializationSettings) == 0x000008, "Wrong size on FAkXboxOneApuHeapInitializationSettings"); \ +static_assert(offsetof(FAkXboxOneApuHeapInitializationSettings, CachedSize) == 0x000000, "Member 'FAkXboxOneApuHeapInitializationSettings::CachedSize' has a wrong offset!"); \ +static_assert(offsetof(FAkXboxOneApuHeapInitializationSettings, NonCachedSize) == 0x000004, "Member 'FAkXboxOneApuHeapInitializationSettings::NonCachedSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneAkAudioEventTemplate \ +static_assert(alignof(FMovieSceneAkAudioEventTemplate) == 0x000008, "Wrong alignment on FMovieSceneAkAudioEventTemplate"); \ +static_assert(sizeof(FMovieSceneAkAudioEventTemplate) == 0x000028, "Wrong size on FMovieSceneAkAudioEventTemplate"); \ +static_assert(offsetof(FMovieSceneAkAudioEventTemplate, Section) == 0x000020, "Member 'FMovieSceneAkAudioEventTemplate::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameObject_PostAkEvent \ +static_assert(alignof(AkGameObject_PostAkEvent) == 0x000008, "Wrong alignment on AkGameObject_PostAkEvent"); \ +static_assert(sizeof(AkGameObject_PostAkEvent) == 0x000048, "Wrong size on AkGameObject_PostAkEvent"); \ +static_assert(offsetof(AkGameObject_PostAkEvent, AkEvent) == 0x000000, "Member 'AkGameObject_PostAkEvent::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAkEvent, CallbackMask) == 0x000008, "Member 'AkGameObject_PostAkEvent::CallbackMask' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAkEvent, PostEventCallback) == 0x00000C, "Member 'AkGameObject_PostAkEvent::PostEventCallback' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAkEvent, ExternalSources) == 0x000020, "Member 'AkGameObject_PostAkEvent::ExternalSources' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAkEvent, in_EventName) == 0x000030, "Member 'AkGameObject_PostAkEvent::in_EventName' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAkEvent, ReturnValue) == 0x000040, "Member 'AkGameObject_PostAkEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameObject_PostAkEventAsync \ +static_assert(alignof(AkGameObject_PostAkEventAsync) == 0x000008, "Wrong alignment on AkGameObject_PostAkEventAsync"); \ +static_assert(sizeof(AkGameObject_PostAkEventAsync) == 0x000060, "Wrong size on AkGameObject_PostAkEventAsync"); \ +static_assert(offsetof(AkGameObject_PostAkEventAsync, WorldContextObject) == 0x000000, "Member 'AkGameObject_PostAkEventAsync::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAkEventAsync, AkEvent) == 0x000008, "Member 'AkGameObject_PostAkEventAsync::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAkEventAsync, PlayingID) == 0x000010, "Member 'AkGameObject_PostAkEventAsync::PlayingID' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAkEventAsync, CallbackMask) == 0x000014, "Member 'AkGameObject_PostAkEventAsync::CallbackMask' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAkEventAsync, PostEventCallback) == 0x000018, "Member 'AkGameObject_PostAkEventAsync::PostEventCallback' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAkEventAsync, ExternalSources) == 0x000030, "Member 'AkGameObject_PostAkEventAsync::ExternalSources' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAkEventAsync, LatentInfo) == 0x000040, "Member 'AkGameObject_PostAkEventAsync::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameObject_PostAssociatedAkEvent \ +static_assert(alignof(AkGameObject_PostAssociatedAkEvent) == 0x000008, "Wrong alignment on AkGameObject_PostAssociatedAkEvent"); \ +static_assert(sizeof(AkGameObject_PostAssociatedAkEvent) == 0x000030, "Wrong size on AkGameObject_PostAssociatedAkEvent"); \ +static_assert(offsetof(AkGameObject_PostAssociatedAkEvent, CallbackMask) == 0x000000, "Member 'AkGameObject_PostAssociatedAkEvent::CallbackMask' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAssociatedAkEvent, PostEventCallback) == 0x000004, "Member 'AkGameObject_PostAssociatedAkEvent::PostEventCallback' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAssociatedAkEvent, ExternalSources) == 0x000018, "Member 'AkGameObject_PostAssociatedAkEvent::ExternalSources' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAssociatedAkEvent, ReturnValue) == 0x000028, "Member 'AkGameObject_PostAssociatedAkEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameObject_PostAssociatedAkEventAsync \ +static_assert(alignof(AkGameObject_PostAssociatedAkEventAsync) == 0x000008, "Wrong alignment on AkGameObject_PostAssociatedAkEventAsync"); \ +static_assert(sizeof(AkGameObject_PostAssociatedAkEventAsync) == 0x000058, "Wrong size on AkGameObject_PostAssociatedAkEventAsync"); \ +static_assert(offsetof(AkGameObject_PostAssociatedAkEventAsync, WorldContextObject) == 0x000000, "Member 'AkGameObject_PostAssociatedAkEventAsync::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAssociatedAkEventAsync, CallbackMask) == 0x000008, "Member 'AkGameObject_PostAssociatedAkEventAsync::CallbackMask' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAssociatedAkEventAsync, PostEventCallback) == 0x00000C, "Member 'AkGameObject_PostAssociatedAkEventAsync::PostEventCallback' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAssociatedAkEventAsync, ExternalSources) == 0x000020, "Member 'AkGameObject_PostAssociatedAkEventAsync::ExternalSources' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAssociatedAkEventAsync, LatentInfo) == 0x000030, "Member 'AkGameObject_PostAssociatedAkEventAsync::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAssociatedAkEventAsync, PlayingID) == 0x000050, "Member 'AkGameObject_PostAssociatedAkEventAsync::PlayingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameObject_GetRTPCValue \ +static_assert(alignof(AkGameObject_GetRTPCValue) == 0x000008, "Wrong alignment on AkGameObject_GetRTPCValue"); \ +static_assert(sizeof(AkGameObject_GetRTPCValue) == 0x000030, "Wrong size on AkGameObject_GetRTPCValue"); \ +static_assert(offsetof(AkGameObject_GetRTPCValue, RTPCValue) == 0x000000, "Member 'AkGameObject_GetRTPCValue::RTPCValue' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_GetRTPCValue, InputValueType) == 0x000008, "Member 'AkGameObject_GetRTPCValue::InputValueType' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_GetRTPCValue, Value) == 0x00000C, "Member 'AkGameObject_GetRTPCValue::Value' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_GetRTPCValue, OutputValueType) == 0x000010, "Member 'AkGameObject_GetRTPCValue::OutputValueType' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_GetRTPCValue, RTPC) == 0x000018, "Member 'AkGameObject_GetRTPCValue::RTPC' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_GetRTPCValue, PlayingID) == 0x000028, "Member 'AkGameObject_GetRTPCValue::PlayingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameObject_SetRTPCValue \ +static_assert(alignof(AkGameObject_SetRTPCValue) == 0x000008, "Wrong alignment on AkGameObject_SetRTPCValue"); \ +static_assert(sizeof(AkGameObject_SetRTPCValue) == 0x000020, "Wrong size on AkGameObject_SetRTPCValue"); \ +static_assert(offsetof(AkGameObject_SetRTPCValue, RTPCValue) == 0x000000, "Member 'AkGameObject_SetRTPCValue::RTPCValue' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_SetRTPCValue, Value) == 0x000008, "Member 'AkGameObject_SetRTPCValue::Value' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_SetRTPCValue, InterpolationTimeMs) == 0x00000C, "Member 'AkGameObject_SetRTPCValue::InterpolationTimeMs' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_SetRTPCValue, RTPC) == 0x000010, "Member 'AkGameObject_SetRTPCValue::RTPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkGameObject \ +static_assert(alignof(UAkGameObject) == 0x000010, "Wrong alignment on UAkGameObject"); \ +static_assert(sizeof(UAkGameObject) == 0x000250, "Wrong size on UAkGameObject"); \ +static_assert(offsetof(UAkGameObject, AkAudioEvent) == 0x000228, "Member 'UAkGameObject::AkAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(UAkGameObject, EventName) == 0x000230, "Member 'UAkGameObject::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkRoomComponent_SetGeometryComponent \ +static_assert(alignof(AkRoomComponent_SetGeometryComponent) == 0x000008, "Wrong alignment on AkRoomComponent_SetGeometryComponent"); \ +static_assert(sizeof(AkRoomComponent_SetGeometryComponent) == 0x000008, "Wrong size on AkRoomComponent_SetGeometryComponent"); \ +static_assert(offsetof(AkRoomComponent_SetGeometryComponent, textureSetComponent) == 0x000000, "Member 'AkRoomComponent_SetGeometryComponent::textureSetComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkRoomComponent_GetPrimitiveParent \ +static_assert(alignof(AkRoomComponent_GetPrimitiveParent) == 0x000008, "Wrong alignment on AkRoomComponent_GetPrimitiveParent"); \ +static_assert(sizeof(AkRoomComponent_GetPrimitiveParent) == 0x000008, "Wrong size on AkRoomComponent_GetPrimitiveParent"); \ +static_assert(offsetof(AkRoomComponent_GetPrimitiveParent, ReturnValue) == 0x000000, "Member 'AkRoomComponent_GetPrimitiveParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkRoomComponent \ +static_assert(alignof(UAkRoomComponent) == 0x000010, "Wrong alignment on UAkRoomComponent"); \ +static_assert(sizeof(UAkRoomComponent) == 0x000280, "Wrong size on UAkRoomComponent"); \ +static_assert(offsetof(UAkRoomComponent, bEnable) == 0x000248, "Member 'UAkRoomComponent::bEnable' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, bDynamic) == 0x000249, "Member 'UAkRoomComponent::bDynamic' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, Priority) == 0x00024C, "Member 'UAkRoomComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, WallOcclusion) == 0x000250, "Member 'UAkRoomComponent::WallOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, AuxSendLevel) == 0x000254, "Member 'UAkRoomComponent::AuxSendLevel' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, AutoPost) == 0x000258, "Member 'UAkRoomComponent::AutoPost' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, GeometryComponent) == 0x000268, "Member 'UAkRoomComponent::GeometryComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAkAmbientSound \ +static_assert(alignof(AAkAmbientSound) == 0x000008, "Wrong alignment on AAkAmbientSound"); \ +static_assert(sizeof(AAkAmbientSound) == 0x0002E8, "Wrong size on AAkAmbientSound"); \ +static_assert(offsetof(AAkAmbientSound, AkAudioEvent) == 0x0002A8, "Member 'AAkAmbientSound::AkAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(AAkAmbientSound, AkComponent) == 0x0002B0, "Member 'AAkAmbientSound::AkComponent' has a wrong offset!"); \ +static_assert(offsetof(AAkAmbientSound, StopWhenOwnerIsDestroyed) == 0x0002B8, "Member 'AAkAmbientSound::StopWhenOwnerIsDestroyed' has a wrong offset!"); \ +static_assert(offsetof(AAkAmbientSound, AutoPost) == 0x0002B9, "Member 'AAkAmbientSound::AutoPost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkPortalComponent_GetCurrentState \ +static_assert(alignof(AkPortalComponent_GetCurrentState) == 0x000001, "Wrong alignment on AkPortalComponent_GetCurrentState"); \ +static_assert(sizeof(AkPortalComponent_GetCurrentState) == 0x000001, "Wrong size on AkPortalComponent_GetCurrentState"); \ +static_assert(offsetof(AkPortalComponent_GetCurrentState, ReturnValue) == 0x000000, "Member 'AkPortalComponent_GetCurrentState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkPortalComponent_GetPrimitiveParent \ +static_assert(alignof(AkPortalComponent_GetPrimitiveParent) == 0x000008, "Wrong alignment on AkPortalComponent_GetPrimitiveParent"); \ +static_assert(sizeof(AkPortalComponent_GetPrimitiveParent) == 0x000008, "Wrong size on AkPortalComponent_GetPrimitiveParent"); \ +static_assert(offsetof(AkPortalComponent_GetPrimitiveParent, ReturnValue) == 0x000000, "Member 'AkPortalComponent_GetPrimitiveParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkPortalComponent_PortalPlacementValid \ +static_assert(alignof(AkPortalComponent_PortalPlacementValid) == 0x000001, "Wrong alignment on AkPortalComponent_PortalPlacementValid"); \ +static_assert(sizeof(AkPortalComponent_PortalPlacementValid) == 0x000001, "Wrong size on AkPortalComponent_PortalPlacementValid"); \ +static_assert(offsetof(AkPortalComponent_PortalPlacementValid, ReturnValue) == 0x000000, "Member 'AkPortalComponent_PortalPlacementValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkPortalComponent \ +static_assert(alignof(UAkPortalComponent) == 0x000010, "Wrong alignment on UAkPortalComponent"); \ +static_assert(sizeof(UAkPortalComponent) == 0x0002F0, "Wrong size on UAkPortalComponent"); \ +static_assert(offsetof(UAkPortalComponent, bDynamic) == 0x000228, "Member 'UAkPortalComponent::bDynamic' has a wrong offset!"); \ +static_assert(offsetof(UAkPortalComponent, InitialState) == 0x000229, "Member 'UAkPortalComponent::InitialState' has a wrong offset!"); \ +static_assert(offsetof(UAkPortalComponent, ObstructionRefreshInterval) == 0x00022C, "Member 'UAkPortalComponent::ObstructionRefreshInterval' has a wrong offset!"); \ +static_assert(offsetof(UAkPortalComponent, ObstructionCollisionChannel) == 0x000230, "Member 'UAkPortalComponent::ObstructionCollisionChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkPS5InitializationSettings \ +static_assert(alignof(UAkPS5InitializationSettings) == 0x000008, "Wrong alignment on UAkPS5InitializationSettings"); \ +static_assert(sizeof(UAkPS5InitializationSettings) == 0x0000F8, "Wrong size on UAkPS5InitializationSettings"); \ +static_assert(offsetof(UAkPS5InitializationSettings, CommonSettings) == 0x000038, "Member 'UAkPS5InitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkPS5InitializationSettings, CommunicationSettings) == 0x000098, "Member 'UAkPS5InitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkPS5InitializationSettings, AdvancedSettings) == 0x0000C0, "Member 'UAkPS5InitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkAcousticPortal_SetExtent \ +static_assert(alignof(AkAcousticPortal_SetExtent) == 0x000004, "Wrong alignment on AkAcousticPortal_SetExtent"); \ +static_assert(sizeof(AkAcousticPortal_SetExtent) == 0x00000C, "Wrong size on AkAcousticPortal_SetExtent"); \ +static_assert(offsetof(AkAcousticPortal_SetExtent, Extent) == 0x000000, "Member 'AkAcousticPortal_SetExtent::Extent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkAcousticPortal_GetCurrentState \ +static_assert(alignof(AkAcousticPortal_GetCurrentState) == 0x000001, "Wrong alignment on AkAcousticPortal_GetCurrentState"); \ +static_assert(sizeof(AkAcousticPortal_GetCurrentState) == 0x000001, "Wrong size on AkAcousticPortal_GetCurrentState"); \ +static_assert(offsetof(AkAcousticPortal_GetCurrentState, ReturnValue) == 0x000000, "Member 'AkAcousticPortal_GetCurrentState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAkAcousticPortal \ +static_assert(alignof(AAkAcousticPortal) == 0x000008, "Wrong alignment on AAkAcousticPortal"); \ +static_assert(sizeof(AAkAcousticPortal) == 0x000310, "Wrong size on AAkAcousticPortal"); \ +static_assert(offsetof(AAkAcousticPortal, Portal) == 0x000300, "Member 'AAkAcousticPortal::Portal' has a wrong offset!"); \ +static_assert(offsetof(AAkAcousticPortal, InitialState) == 0x000308, "Member 'AAkAcousticPortal::InitialState' has a wrong offset!"); \ +static_assert(offsetof(AAkAcousticPortal, bRequiresStateMigration) == 0x000309, "Member 'AAkAcousticPortal::bRequiresStateMigration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkDPXInitializationSettings \ +static_assert(alignof(UAkDPXInitializationSettings) == 0x000008, "Wrong alignment on UAkDPXInitializationSettings"); \ +static_assert(sizeof(UAkDPXInitializationSettings) == 0x0000F8, "Wrong size on UAkDPXInitializationSettings"); \ + +#define DUMPER7_ASSERTS_UAkAudioType \ +static_assert(alignof(UAkAudioType) == 0x000008, "Wrong alignment on UAkAudioType"); \ +static_assert(sizeof(UAkAudioType) == 0x000048, "Wrong size on UAkAudioType"); \ +static_assert(offsetof(UAkAudioType, ShortID) == 0x000030, "Member 'UAkAudioType::ShortID' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioType, UserData) == 0x000038, "Member 'UAkAudioType::UserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkPlatformInfo \ +static_assert(alignof(UAkPlatformInfo) == 0x000008, "Wrong alignment on UAkPlatformInfo"); \ +static_assert(sizeof(UAkPlatformInfo) == 0x000078, "Wrong size on UAkPlatformInfo"); \ + +#define DUMPER7_ASSERTS_UAkPS5PlatformInfo \ +static_assert(alignof(UAkPS5PlatformInfo) == 0x000008, "Wrong alignment on UAkPS5PlatformInfo"); \ +static_assert(sizeof(UAkPS5PlatformInfo) == 0x000078, "Wrong size on UAkPS5PlatformInfo"); \ + +#define DUMPER7_ASSERTS_UAkAcousticTexture \ +static_assert(alignof(UAkAcousticTexture) == 0x000008, "Wrong alignment on UAkAcousticTexture"); \ +static_assert(sizeof(UAkAcousticTexture) == 0x000048, "Wrong size on UAkAcousticTexture"); \ + +#define DUMPER7_ASSERTS_AAkReverbVolume \ +static_assert(alignof(AAkReverbVolume) == 0x000008, "Wrong alignment on AAkReverbVolume"); \ +static_assert(sizeof(AAkReverbVolume) == 0x000338, "Wrong size on AAkReverbVolume"); \ +static_assert(offsetof(AAkReverbVolume, bEnabled) == 0x000300, "Member 'AAkReverbVolume::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(AAkReverbVolume, AuxBus) == 0x000308, "Member 'AAkReverbVolume::AuxBus' has a wrong offset!"); \ +static_assert(offsetof(AAkReverbVolume, AuxBusName) == 0x000310, "Member 'AAkReverbVolume::AuxBusName' has a wrong offset!"); \ +static_assert(offsetof(AAkReverbVolume, SendLevel) == 0x000320, "Member 'AAkReverbVolume::SendLevel' has a wrong offset!"); \ +static_assert(offsetof(AAkReverbVolume, FadeRate) == 0x000324, "Member 'AAkReverbVolume::FadeRate' has a wrong offset!"); \ +static_assert(offsetof(AAkReverbVolume, Priority) == 0x000328, "Member 'AAkReverbVolume::Priority' has a wrong offset!"); \ +static_assert(offsetof(AAkReverbVolume, LateReverbComponent) == 0x000330, "Member 'AAkReverbVolume::LateReverbComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkAcousticTextureSetComponent \ +static_assert(alignof(UAkAcousticTextureSetComponent) == 0x000010, "Wrong alignment on UAkAcousticTextureSetComponent"); \ +static_assert(sizeof(UAkAcousticTextureSetComponent) == 0x000240, "Wrong size on UAkAcousticTextureSetComponent"); \ + +#define DUMPER7_ASSERTS_UAkRtpc \ +static_assert(alignof(UAkRtpc) == 0x000008, "Wrong alignment on UAkRtpc"); \ +static_assert(sizeof(UAkRtpc) == 0x000048, "Wrong size on UAkRtpc"); \ + +#define DUMPER7_ASSERTS_AkAndroidInitializationSettings_MigrateMultiCoreRendering \ +static_assert(alignof(AkAndroidInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkAndroidInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(sizeof(AkAndroidInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkAndroidInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(offsetof(AkAndroidInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkAndroidInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkAndroidInitializationSettings \ +static_assert(alignof(UAkAndroidInitializationSettings) == 0x000008, "Wrong alignment on UAkAndroidInitializationSettings"); \ +static_assert(sizeof(UAkAndroidInitializationSettings) == 0x000100, "Wrong size on UAkAndroidInitializationSettings"); \ +static_assert(offsetof(UAkAndroidInitializationSettings, CommonSettings) == 0x000038, "Member 'UAkAndroidInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkAndroidInitializationSettings, CommunicationSettings) == 0x0000A0, "Member 'UAkAndroidInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkAndroidInitializationSettings, AdvancedSettings) == 0x0000C8, "Member 'UAkAndroidInitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkSettings \ +static_assert(alignof(UAkSettings) == 0x000008, "Wrong alignment on UAkSettings"); \ +static_assert(sizeof(UAkSettings) == 0x000328, "Wrong size on UAkSettings"); \ +static_assert(offsetof(UAkSettings, MaxSimultaneousReverbVolumes) == 0x000030, "Member 'UAkSettings::MaxSimultaneousReverbVolumes' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, WwiseProjectPath) == 0x000038, "Member 'UAkSettings::WwiseProjectPath' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, WwiseSoundDataFolder) == 0x000048, "Member 'UAkSettings::WwiseSoundDataFolder' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, bAutoConnectToWAAPI) == 0x000058, "Member 'UAkSettings::bAutoConnectToWAAPI' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, DefaultOcclusionCollisionChannel) == 0x000059, "Member 'UAkSettings::DefaultOcclusionCollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, DefaultFitToGeometryCollisionChannel) == 0x00005A, "Member 'UAkSettings::DefaultFitToGeometryCollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, AkGeometryMap) == 0x000060, "Member 'UAkSettings::AkGeometryMap' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, GlobalDecayAbsorption) == 0x0000B0, "Member 'UAkSettings::GlobalDecayAbsorption' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, DefaultReverbAuxBus) == 0x0000B8, "Member 'UAkSettings::DefaultReverbAuxBus' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, EnvironmentDecayAuxBusMap) == 0x0000E8, "Member 'UAkSettings::EnvironmentDecayAuxBusMap' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, HFDampingName) == 0x000138, "Member 'UAkSettings::HFDampingName' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, DecayEstimateName) == 0x000148, "Member 'UAkSettings::DecayEstimateName' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, TimeToFirstReflectionName) == 0x000158, "Member 'UAkSettings::TimeToFirstReflectionName' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, HFDampingRTPC) == 0x000168, "Member 'UAkSettings::HFDampingRTPC' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, DecayEstimateRTPC) == 0x000198, "Member 'UAkSettings::DecayEstimateRTPC' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, TimeToFirstReflectionRTPC) == 0x0001C8, "Member 'UAkSettings::TimeToFirstReflectionRTPC' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, AudioInputEvent) == 0x0001F8, "Member 'UAkSettings::AudioInputEvent' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, AcousticTextureParamsMap) == 0x000228, "Member 'UAkSettings::AcousticTextureParamsMap' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, SplitSwitchContainerMedia) == 0x000278, "Member 'UAkSettings::SplitSwitchContainerMedia' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, SplitMediaPerFolder) == 0x000279, "Member 'UAkSettings::SplitMediaPerFolder' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, UseEventBasedPackaging) == 0x00027A, "Member 'UAkSettings::UseEventBasedPackaging' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, EnableAutomaticAssetSynchronization) == 0x00027B, "Member 'UAkSettings::EnableAutomaticAssetSynchronization' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, CommandletCommitMessage) == 0x000280, "Member 'UAkSettings::CommandletCommitMessage' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, UnrealCultureToWwiseCulture) == 0x000290, "Member 'UAkSettings::UnrealCultureToWwiseCulture' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, AskedToUseNewAssetManagement) == 0x0002E0, "Member 'UAkSettings::AskedToUseNewAssetManagement' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, bEnableMultiCoreRendering) == 0x0002E1, "Member 'UAkSettings::bEnableMultiCoreRendering' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, MigratedEnableMultiCoreRendering) == 0x0002E2, "Member 'UAkSettings::MigratedEnableMultiCoreRendering' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, FixupRedirectorsDuringMigration) == 0x0002E3, "Member 'UAkSettings::FixupRedirectorsDuringMigration' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, WwiseWindowsInstallationPath) == 0x0002E8, "Member 'UAkSettings::WwiseWindowsInstallationPath' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, WwiseMacInstallationPath) == 0x0002F8, "Member 'UAkSettings::WwiseMacInstallationPath' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, MemoryBudget) == 0x000308, "Member 'UAkSettings::MemoryBudget' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, MasterVolumeRTPC) == 0x000310, "Member 'UAkSettings::MasterVolumeRTPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkAndroidPlatformInfo \ +static_assert(alignof(UAkAndroidPlatformInfo) == 0x000008, "Wrong alignment on UAkAndroidPlatformInfo"); \ +static_assert(sizeof(UAkAndroidPlatformInfo) == 0x000078, "Wrong size on UAkAndroidPlatformInfo"); \ + +#define DUMPER7_ASSERTS_UAkAssetBase \ +static_assert(alignof(UAkAssetBase) == 0x000008, "Wrong alignment on UAkAssetBase"); \ +static_assert(sizeof(UAkAssetBase) == 0x000058, "Wrong size on UAkAssetBase"); \ +static_assert(offsetof(UAkAssetBase, PlatformAssetData) == 0x000048, "Member 'UAkAssetBase::PlatformAssetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkAssetData \ +static_assert(alignof(UAkAssetData) == 0x000008, "Wrong alignment on UAkAssetData"); \ +static_assert(sizeof(UAkAssetData) == 0x000080, "Wrong size on UAkAssetData"); \ +static_assert(offsetof(UAkAssetData, CachedHash) == 0x000030, "Member 'UAkAssetData::CachedHash' has a wrong offset!"); \ +static_assert(offsetof(UAkAssetData, BankLanguage) == 0x000038, "Member 'UAkAssetData::BankLanguage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkAssetDataWithMedia \ +static_assert(alignof(UAkAssetDataWithMedia) == 0x000008, "Wrong alignment on UAkAssetDataWithMedia"); \ +static_assert(sizeof(UAkAssetDataWithMedia) == 0x000090, "Wrong size on UAkAssetDataWithMedia"); \ +static_assert(offsetof(UAkAssetDataWithMedia, MediaList) == 0x000080, "Member 'UAkAssetDataWithMedia::MediaList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkAssetPlatformData \ +static_assert(alignof(UAkAssetPlatformData) == 0x000008, "Wrong alignment on UAkAssetPlatformData"); \ +static_assert(sizeof(UAkAssetPlatformData) == 0x000038, "Wrong size on UAkAssetPlatformData"); \ +static_assert(offsetof(UAkAssetPlatformData, CurrentAssetData) == 0x000030, "Member 'UAkAssetPlatformData::CurrentAssetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkAssetDataSwitchContainerData \ +static_assert(alignof(UAkAssetDataSwitchContainerData) == 0x000008, "Wrong alignment on UAkAssetDataSwitchContainerData"); \ +static_assert(sizeof(UAkAssetDataSwitchContainerData) == 0x000088, "Wrong size on UAkAssetDataSwitchContainerData"); \ +static_assert(offsetof(UAkAssetDataSwitchContainerData, GroupValue) == 0x000030, "Member 'UAkAssetDataSwitchContainerData::GroupValue' has a wrong offset!"); \ +static_assert(offsetof(UAkAssetDataSwitchContainerData, DefaultGroupValue) == 0x000060, "Member 'UAkAssetDataSwitchContainerData::DefaultGroupValue' has a wrong offset!"); \ +static_assert(offsetof(UAkAssetDataSwitchContainerData, MediaList) == 0x000068, "Member 'UAkAssetDataSwitchContainerData::MediaList' has a wrong offset!"); \ +static_assert(offsetof(UAkAssetDataSwitchContainerData, Children) == 0x000078, "Member 'UAkAssetDataSwitchContainerData::Children' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkAssetDataSwitchContainer \ +static_assert(alignof(UAkAssetDataSwitchContainer) == 0x000008, "Wrong alignment on UAkAssetDataSwitchContainer"); \ +static_assert(sizeof(UAkAssetDataSwitchContainer) == 0x0000F8, "Wrong size on UAkAssetDataSwitchContainer"); \ +static_assert(offsetof(UAkAssetDataSwitchContainer, SwitchContainers) == 0x000090, "Member 'UAkAssetDataSwitchContainer::SwitchContainers' has a wrong offset!"); \ +static_assert(offsetof(UAkAssetDataSwitchContainer, DefaultGroupValue) == 0x0000A0, "Member 'UAkAssetDataSwitchContainer::DefaultGroupValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkAudioEventData \ +static_assert(alignof(UAkAudioEventData) == 0x000008, "Wrong alignment on UAkAudioEventData"); \ +static_assert(sizeof(UAkAudioEventData) == 0x000298, "Wrong size on UAkAudioEventData"); \ +static_assert(offsetof(UAkAudioEventData, MaxAttenuationRadius) == 0x0000F8, "Member 'UAkAudioEventData::MaxAttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEventData, IsInfinite) == 0x0000FC, "Member 'UAkAudioEventData::IsInfinite' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEventData, MinimumDuration) == 0x000100, "Member 'UAkAudioEventData::MinimumDuration' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEventData, MaximumDuration) == 0x000104, "Member 'UAkAudioEventData::MaximumDuration' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEventData, LocalizedMedia) == 0x000108, "Member 'UAkAudioEventData::LocalizedMedia' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEventData, PostedEvents) == 0x000158, "Member 'UAkAudioEventData::PostedEvents' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEventData, UserDefinedSends) == 0x0001A8, "Member 'UAkAudioEventData::UserDefinedSends' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEventData, PostedTriggers) == 0x0001F8, "Member 'UAkAudioEventData::PostedTriggers' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEventData, GroupValues) == 0x000248, "Member 'UAkAudioEventData::GroupValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkAudioBank \ +static_assert(alignof(UAkAudioBank) == 0x000008, "Wrong alignment on UAkAudioBank"); \ +static_assert(sizeof(UAkAudioBank) == 0x000120, "Wrong size on UAkAudioBank"); \ +static_assert(offsetof(UAkAudioBank, AutoLoad) == 0x000058, "Member 'UAkAudioBank::AutoLoad' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioBank, LocalizedPlatformAssetDataMap) == 0x000060, "Member 'UAkAudioBank::LocalizedPlatformAssetDataMap' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioBank, LinkedAkEvents) == 0x0000B0, "Member 'UAkAudioBank::LinkedAkEvents' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioBank, CurrentLocalizedPlatformAssetData) == 0x000100, "Member 'UAkAudioBank::CurrentLocalizedPlatformAssetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkAudioEvent_GetIsInfinite \ +static_assert(alignof(AkAudioEvent_GetIsInfinite) == 0x000001, "Wrong alignment on AkAudioEvent_GetIsInfinite"); \ +static_assert(sizeof(AkAudioEvent_GetIsInfinite) == 0x000001, "Wrong size on AkAudioEvent_GetIsInfinite"); \ +static_assert(offsetof(AkAudioEvent_GetIsInfinite, ReturnValue) == 0x000000, "Member 'AkAudioEvent_GetIsInfinite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkAudioEvent_GetMaxAttenuationRadius \ +static_assert(alignof(AkAudioEvent_GetMaxAttenuationRadius) == 0x000004, "Wrong alignment on AkAudioEvent_GetMaxAttenuationRadius"); \ +static_assert(sizeof(AkAudioEvent_GetMaxAttenuationRadius) == 0x000004, "Wrong size on AkAudioEvent_GetMaxAttenuationRadius"); \ +static_assert(offsetof(AkAudioEvent_GetMaxAttenuationRadius, ReturnValue) == 0x000000, "Member 'AkAudioEvent_GetMaxAttenuationRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkAudioEvent_GetMaximumDuration \ +static_assert(alignof(AkAudioEvent_GetMaximumDuration) == 0x000004, "Wrong alignment on AkAudioEvent_GetMaximumDuration"); \ +static_assert(sizeof(AkAudioEvent_GetMaximumDuration) == 0x000004, "Wrong size on AkAudioEvent_GetMaximumDuration"); \ +static_assert(offsetof(AkAudioEvent_GetMaximumDuration, ReturnValue) == 0x000000, "Member 'AkAudioEvent_GetMaximumDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkAudioEvent_GetMinimumDuration \ +static_assert(alignof(AkAudioEvent_GetMinimumDuration) == 0x000004, "Wrong alignment on AkAudioEvent_GetMinimumDuration"); \ +static_assert(sizeof(AkAudioEvent_GetMinimumDuration) == 0x000004, "Wrong size on AkAudioEvent_GetMinimumDuration"); \ +static_assert(offsetof(AkAudioEvent_GetMinimumDuration, ReturnValue) == 0x000000, "Member 'AkAudioEvent_GetMinimumDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkAudioEvent \ +static_assert(alignof(UAkAudioEvent) == 0x000008, "Wrong alignment on UAkAudioEvent"); \ +static_assert(sizeof(UAkAudioEvent) == 0x0000D8, "Wrong size on UAkAudioEvent"); \ +static_assert(offsetof(UAkAudioEvent, LocalizedPlatformAssetDataMap) == 0x000058, "Member 'UAkAudioEvent::LocalizedPlatformAssetDataMap' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEvent, RequiredBank) == 0x0000A8, "Member 'UAkAudioEvent::RequiredBank' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEvent, CurrentLocalizedPlatformData) == 0x0000B8, "Member 'UAkAudioEvent::CurrentLocalizedPlatformData' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEvent, MaxAttenuationRadius) == 0x0000C0, "Member 'UAkAudioEvent::MaxAttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEvent, IsInfinite) == 0x0000C4, "Member 'UAkAudioEvent::IsInfinite' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEvent, MinimumDuration) == 0x0000C8, "Member 'UAkAudioEvent::MinimumDuration' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEvent, MaximumDuration) == 0x0000CC, "Member 'UAkAudioEvent::MaximumDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_EnableDebugSoundObstruction \ +static_assert(alignof(AkComponent_EnableDebugSoundObstruction) == 0x000001, "Wrong alignment on AkComponent_EnableDebugSoundObstruction"); \ +static_assert(sizeof(AkComponent_EnableDebugSoundObstruction) == 0x000001, "Wrong size on AkComponent_EnableDebugSoundObstruction"); \ +static_assert(offsetof(AkComponent_EnableDebugSoundObstruction, bVal) == 0x000000, "Member 'AkComponent_EnableDebugSoundObstruction::bVal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_EnableSoundObstruction \ +static_assert(alignof(AkComponent_EnableSoundObstruction) == 0x000001, "Wrong alignment on AkComponent_EnableSoundObstruction"); \ +static_assert(sizeof(AkComponent_EnableSoundObstruction) == 0x000001, "Wrong size on AkComponent_EnableSoundObstruction"); \ +static_assert(offsetof(AkComponent_EnableSoundObstruction, bVal) == 0x000000, "Member 'AkComponent_EnableSoundObstruction::bVal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_EnableSoundSourceFilter \ +static_assert(alignof(AkComponent_EnableSoundSourceFilter) == 0x000001, "Wrong alignment on AkComponent_EnableSoundSourceFilter"); \ +static_assert(sizeof(AkComponent_EnableSoundSourceFilter) == 0x000001, "Wrong size on AkComponent_EnableSoundSourceFilter"); \ +static_assert(offsetof(AkComponent_EnableSoundSourceFilter, bVal) == 0x000000, "Member 'AkComponent_EnableSoundSourceFilter::bVal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_GetSoundSourceFilter \ +static_assert(alignof(AkComponent_GetSoundSourceFilter) == 0x000001, "Wrong alignment on AkComponent_GetSoundSourceFilter"); \ +static_assert(sizeof(AkComponent_GetSoundSourceFilter) == 0x000001, "Wrong size on AkComponent_GetSoundSourceFilter"); \ +static_assert(offsetof(AkComponent_GetSoundSourceFilter, bVal) == 0x000000, "Member 'AkComponent_GetSoundSourceFilter::bVal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_PostAkEventAndWaitForEnd \ +static_assert(alignof(AkComponent_PostAkEventAndWaitForEnd) == 0x000008, "Wrong alignment on AkComponent_PostAkEventAndWaitForEnd"); \ +static_assert(sizeof(AkComponent_PostAkEventAndWaitForEnd) == 0x000050, "Wrong size on AkComponent_PostAkEventAndWaitForEnd"); \ +static_assert(offsetof(AkComponent_PostAkEventAndWaitForEnd, AkEvent) == 0x000000, "Member 'AkComponent_PostAkEventAndWaitForEnd::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_PostAkEventAndWaitForEnd, in_EventName) == 0x000008, "Member 'AkComponent_PostAkEventAndWaitForEnd::in_EventName' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_PostAkEventAndWaitForEnd, ExternalSources) == 0x000018, "Member 'AkComponent_PostAkEventAndWaitForEnd::ExternalSources' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_PostAkEventAndWaitForEnd, LatentInfo) == 0x000028, "Member 'AkComponent_PostAkEventAndWaitForEnd::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_PostAkEventAndWaitForEnd, ReturnValue) == 0x000048, "Member 'AkComponent_PostAkEventAndWaitForEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_PostAkEventAndWaitForEndAsync \ +static_assert(alignof(AkComponent_PostAkEventAndWaitForEndAsync) == 0x000008, "Wrong alignment on AkComponent_PostAkEventAndWaitForEndAsync"); \ +static_assert(sizeof(AkComponent_PostAkEventAndWaitForEndAsync) == 0x000040, "Wrong size on AkComponent_PostAkEventAndWaitForEndAsync"); \ +static_assert(offsetof(AkComponent_PostAkEventAndWaitForEndAsync, AkEvent) == 0x000000, "Member 'AkComponent_PostAkEventAndWaitForEndAsync::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_PostAkEventAndWaitForEndAsync, PlayingID) == 0x000008, "Member 'AkComponent_PostAkEventAndWaitForEndAsync::PlayingID' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_PostAkEventAndWaitForEndAsync, ExternalSources) == 0x000010, "Member 'AkComponent_PostAkEventAndWaitForEndAsync::ExternalSources' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_PostAkEventAndWaitForEndAsync, LatentInfo) == 0x000020, "Member 'AkComponent_PostAkEventAndWaitForEndAsync::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_PostAkEventByName \ +static_assert(alignof(AkComponent_PostAkEventByName) == 0x000008, "Wrong alignment on AkComponent_PostAkEventByName"); \ +static_assert(sizeof(AkComponent_PostAkEventByName) == 0x000018, "Wrong size on AkComponent_PostAkEventByName"); \ +static_assert(offsetof(AkComponent_PostAkEventByName, in_EventName) == 0x000000, "Member 'AkComponent_PostAkEventByName::in_EventName' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_PostAkEventByName, ReturnValue) == 0x000010, "Member 'AkComponent_PostAkEventByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_PostAssociatedAkEventAndWaitForEnd \ +static_assert(alignof(AkComponent_PostAssociatedAkEventAndWaitForEnd) == 0x000008, "Wrong alignment on AkComponent_PostAssociatedAkEventAndWaitForEnd"); \ +static_assert(sizeof(AkComponent_PostAssociatedAkEventAndWaitForEnd) == 0x000038, "Wrong size on AkComponent_PostAssociatedAkEventAndWaitForEnd"); \ +static_assert(offsetof(AkComponent_PostAssociatedAkEventAndWaitForEnd, ExternalSources) == 0x000000, "Member 'AkComponent_PostAssociatedAkEventAndWaitForEnd::ExternalSources' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_PostAssociatedAkEventAndWaitForEnd, LatentInfo) == 0x000010, "Member 'AkComponent_PostAssociatedAkEventAndWaitForEnd::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_PostAssociatedAkEventAndWaitForEnd, ReturnValue) == 0x000030, "Member 'AkComponent_PostAssociatedAkEventAndWaitForEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_PostAssociatedAkEventAndWaitForEndAsync \ +static_assert(alignof(AkComponent_PostAssociatedAkEventAndWaitForEndAsync) == 0x000008, "Wrong alignment on AkComponent_PostAssociatedAkEventAndWaitForEndAsync"); \ +static_assert(sizeof(AkComponent_PostAssociatedAkEventAndWaitForEndAsync) == 0x000038, "Wrong size on AkComponent_PostAssociatedAkEventAndWaitForEndAsync"); \ +static_assert(offsetof(AkComponent_PostAssociatedAkEventAndWaitForEndAsync, PlayingID) == 0x000000, "Member 'AkComponent_PostAssociatedAkEventAndWaitForEndAsync::PlayingID' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_PostAssociatedAkEventAndWaitForEndAsync, ExternalSources) == 0x000008, "Member 'AkComponent_PostAssociatedAkEventAndWaitForEndAsync::ExternalSources' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_PostAssociatedAkEventAndWaitForEndAsync, LatentInfo) == 0x000018, "Member 'AkComponent_PostAssociatedAkEventAndWaitForEndAsync::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_PostTrigger \ +static_assert(alignof(AkComponent_PostTrigger) == 0x000008, "Wrong alignment on AkComponent_PostTrigger"); \ +static_assert(sizeof(AkComponent_PostTrigger) == 0x000018, "Wrong size on AkComponent_PostTrigger"); \ +static_assert(offsetof(AkComponent_PostTrigger, TriggerValue) == 0x000000, "Member 'AkComponent_PostTrigger::TriggerValue' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_PostTrigger, Trigger) == 0x000008, "Member 'AkComponent_PostTrigger::Trigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_SetAttenuationScalingFactor \ +static_assert(alignof(AkComponent_SetAttenuationScalingFactor) == 0x000004, "Wrong alignment on AkComponent_SetAttenuationScalingFactor"); \ +static_assert(sizeof(AkComponent_SetAttenuationScalingFactor) == 0x000004, "Wrong size on AkComponent_SetAttenuationScalingFactor"); \ +static_assert(offsetof(AkComponent_SetAttenuationScalingFactor, Value) == 0x000000, "Member 'AkComponent_SetAttenuationScalingFactor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_SetEarlyReflectionsAuxBus \ +static_assert(alignof(AkComponent_SetEarlyReflectionsAuxBus) == 0x000008, "Wrong alignment on AkComponent_SetEarlyReflectionsAuxBus"); \ +static_assert(sizeof(AkComponent_SetEarlyReflectionsAuxBus) == 0x000010, "Wrong size on AkComponent_SetEarlyReflectionsAuxBus"); \ +static_assert(offsetof(AkComponent_SetEarlyReflectionsAuxBus, AuxBusName) == 0x000000, "Member 'AkComponent_SetEarlyReflectionsAuxBus::AuxBusName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_SetEarlyReflectionsVolume \ +static_assert(alignof(AkComponent_SetEarlyReflectionsVolume) == 0x000004, "Wrong alignment on AkComponent_SetEarlyReflectionsVolume"); \ +static_assert(sizeof(AkComponent_SetEarlyReflectionsVolume) == 0x000004, "Wrong size on AkComponent_SetEarlyReflectionsVolume"); \ +static_assert(offsetof(AkComponent_SetEarlyReflectionsVolume, SendVolume) == 0x000000, "Member 'AkComponent_SetEarlyReflectionsVolume::SendVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_SetGameObjectRadius \ +static_assert(alignof(AkComponent_SetGameObjectRadius) == 0x000004, "Wrong alignment on AkComponent_SetGameObjectRadius"); \ +static_assert(sizeof(AkComponent_SetGameObjectRadius) == 0x000008, "Wrong size on AkComponent_SetGameObjectRadius"); \ +static_assert(offsetof(AkComponent_SetGameObjectRadius, in_outerRadius) == 0x000000, "Member 'AkComponent_SetGameObjectRadius::in_outerRadius' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_SetGameObjectRadius, in_innerRadius) == 0x000004, "Member 'AkComponent_SetGameObjectRadius::in_innerRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_SetListeners \ +static_assert(alignof(AkComponent_SetListeners) == 0x000008, "Wrong alignment on AkComponent_SetListeners"); \ +static_assert(sizeof(AkComponent_SetListeners) == 0x000010, "Wrong size on AkComponent_SetListeners"); \ +static_assert(offsetof(AkComponent_SetListeners, Listeners) == 0x000000, "Member 'AkComponent_SetListeners::Listeners' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_SetOutputBusVolume \ +static_assert(alignof(AkComponent_SetOutputBusVolume) == 0x000004, "Wrong alignment on AkComponent_SetOutputBusVolume"); \ +static_assert(sizeof(AkComponent_SetOutputBusVolume) == 0x000004, "Wrong size on AkComponent_SetOutputBusVolume"); \ +static_assert(offsetof(AkComponent_SetOutputBusVolume, BusVolume) == 0x000000, "Member 'AkComponent_SetOutputBusVolume::BusVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_SetSoundSourceFilter \ +static_assert(alignof(AkComponent_SetSoundSourceFilter) == 0x000008, "Wrong alignment on AkComponent_SetSoundSourceFilter"); \ +static_assert(sizeof(AkComponent_SetSoundSourceFilter) == 0x000018, "Wrong size on AkComponent_SetSoundSourceFilter"); \ +static_assert(offsetof(AkComponent_SetSoundSourceFilter, bVal) == 0x000000, "Member 'AkComponent_SetSoundSourceFilter::bVal' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_SetSoundSourceFilter, List) == 0x000008, "Member 'AkComponent_SetSoundSourceFilter::List' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_SetStopWhenOwnerDestroyed \ +static_assert(alignof(AkComponent_SetStopWhenOwnerDestroyed) == 0x000001, "Wrong alignment on AkComponent_SetStopWhenOwnerDestroyed"); \ +static_assert(sizeof(AkComponent_SetStopWhenOwnerDestroyed) == 0x000001, "Wrong size on AkComponent_SetStopWhenOwnerDestroyed"); \ +static_assert(offsetof(AkComponent_SetStopWhenOwnerDestroyed, bStopWhenOwnerDestroyed) == 0x000000, "Member 'AkComponent_SetStopWhenOwnerDestroyed::bStopWhenOwnerDestroyed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_SetSwitch \ +static_assert(alignof(AkComponent_SetSwitch) == 0x000008, "Wrong alignment on AkComponent_SetSwitch"); \ +static_assert(sizeof(AkComponent_SetSwitch) == 0x000028, "Wrong size on AkComponent_SetSwitch"); \ +static_assert(offsetof(AkComponent_SetSwitch, SwitchValue) == 0x000000, "Member 'AkComponent_SetSwitch::SwitchValue' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_SetSwitch, SwitchGroup) == 0x000008, "Member 'AkComponent_SetSwitch::SwitchGroup' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_SetSwitch, SwitchState) == 0x000018, "Member 'AkComponent_SetSwitch::SwitchState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_ShowAudioBank \ +static_assert(alignof(AkComponent_ShowAudioBank) == 0x000001, "Wrong alignment on AkComponent_ShowAudioBank"); \ +static_assert(sizeof(AkComponent_ShowAudioBank) == 0x000001, "Wrong size on AkComponent_ShowAudioBank"); \ +static_assert(offsetof(AkComponent_ShowAudioBank, bVal) == 0x000000, "Member 'AkComponent_ShowAudioBank::bVal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_ShowDynamicSoundAttenuation \ +static_assert(alignof(AkComponent_ShowDynamicSoundAttenuation) == 0x000004, "Wrong alignment on AkComponent_ShowDynamicSoundAttenuation"); \ +static_assert(sizeof(AkComponent_ShowDynamicSoundAttenuation) == 0x000008, "Wrong size on AkComponent_ShowDynamicSoundAttenuation"); \ +static_assert(offsetof(AkComponent_ShowDynamicSoundAttenuation, bVal) == 0x000000, "Member 'AkComponent_ShowDynamicSoundAttenuation::bVal' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_ShowDynamicSoundAttenuation, Radius) == 0x000004, "Member 'AkComponent_ShowDynamicSoundAttenuation::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_ShowDynamicSoundSource \ +static_assert(alignof(AkComponent_ShowDynamicSoundSource) == 0x000004, "Wrong alignment on AkComponent_ShowDynamicSoundSource"); \ +static_assert(sizeof(AkComponent_ShowDynamicSoundSource) == 0x000008, "Wrong size on AkComponent_ShowDynamicSoundSource"); \ +static_assert(offsetof(AkComponent_ShowDynamicSoundSource, bVal) == 0x000000, "Member 'AkComponent_ShowDynamicSoundSource::bVal' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_ShowDynamicSoundSource, Radius) == 0x000004, "Member 'AkComponent_ShowDynamicSoundSource::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_ShowSoundEvent \ +static_assert(alignof(AkComponent_ShowSoundEvent) == 0x000001, "Wrong alignment on AkComponent_ShowSoundEvent"); \ +static_assert(sizeof(AkComponent_ShowSoundEvent) == 0x000001, "Wrong size on AkComponent_ShowSoundEvent"); \ +static_assert(offsetof(AkComponent_ShowSoundEvent, bVal) == 0x000000, "Member 'AkComponent_ShowSoundEvent::bVal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_ShowSoundObstruction \ +static_assert(alignof(AkComponent_ShowSoundObstruction) == 0x000004, "Wrong alignment on AkComponent_ShowSoundObstruction"); \ +static_assert(sizeof(AkComponent_ShowSoundObstruction) == 0x000008, "Wrong size on AkComponent_ShowSoundObstruction"); \ +static_assert(offsetof(AkComponent_ShowSoundObstruction, bVal) == 0x000000, "Member 'AkComponent_ShowSoundObstruction::bVal' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_ShowSoundObstruction, Radius) == 0x000004, "Member 'AkComponent_ShowSoundObstruction::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_ShowStaticSoundAttenuation \ +static_assert(alignof(AkComponent_ShowStaticSoundAttenuation) == 0x000004, "Wrong alignment on AkComponent_ShowStaticSoundAttenuation"); \ +static_assert(sizeof(AkComponent_ShowStaticSoundAttenuation) == 0x000008, "Wrong size on AkComponent_ShowStaticSoundAttenuation"); \ +static_assert(offsetof(AkComponent_ShowStaticSoundAttenuation, bVal) == 0x000000, "Member 'AkComponent_ShowStaticSoundAttenuation::bVal' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_ShowStaticSoundAttenuation, Radius) == 0x000004, "Member 'AkComponent_ShowStaticSoundAttenuation::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_ShowStaticSoundSource \ +static_assert(alignof(AkComponent_ShowStaticSoundSource) == 0x000004, "Wrong alignment on AkComponent_ShowStaticSoundSource"); \ +static_assert(sizeof(AkComponent_ShowStaticSoundSource) == 0x000008, "Wrong size on AkComponent_ShowStaticSoundSource"); \ +static_assert(offsetof(AkComponent_ShowStaticSoundSource, bVal) == 0x000000, "Member 'AkComponent_ShowStaticSoundSource::bVal' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_ShowStaticSoundSource, Radius) == 0x000004, "Member 'AkComponent_ShowStaticSoundSource::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_UseEarlyReflections \ +static_assert(alignof(AkComponent_UseEarlyReflections) == 0x000008, "Wrong alignment on AkComponent_UseEarlyReflections"); \ +static_assert(sizeof(AkComponent_UseEarlyReflections) == 0x000028, "Wrong size on AkComponent_UseEarlyReflections"); \ +static_assert(offsetof(AkComponent_UseEarlyReflections, AuxBus) == 0x000000, "Member 'AkComponent_UseEarlyReflections::AuxBus' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_UseEarlyReflections, Order) == 0x000008, "Member 'AkComponent_UseEarlyReflections::Order' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_UseEarlyReflections, BusSendGain) == 0x00000C, "Member 'AkComponent_UseEarlyReflections::BusSendGain' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_UseEarlyReflections, MaxPathLength) == 0x000010, "Member 'AkComponent_UseEarlyReflections::MaxPathLength' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_UseEarlyReflections, SpotReflectors) == 0x000014, "Member 'AkComponent_UseEarlyReflections::SpotReflectors' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_UseEarlyReflections, AuxBusName) == 0x000018, "Member 'AkComponent_UseEarlyReflections::AuxBusName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_UseReverbVolumes \ +static_assert(alignof(AkComponent_UseReverbVolumes) == 0x000001, "Wrong alignment on AkComponent_UseReverbVolumes"); \ +static_assert(sizeof(AkComponent_UseReverbVolumes) == 0x000001, "Wrong size on AkComponent_UseReverbVolumes"); \ +static_assert(offsetof(AkComponent_UseReverbVolumes, inUseReverbVolumes) == 0x000000, "Member 'AkComponent_UseReverbVolumes::inUseReverbVolumes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_GetAttenuationRadius \ +static_assert(alignof(AkComponent_GetAttenuationRadius) == 0x000004, "Wrong alignment on AkComponent_GetAttenuationRadius"); \ +static_assert(sizeof(AkComponent_GetAttenuationRadius) == 0x000004, "Wrong size on AkComponent_GetAttenuationRadius"); \ +static_assert(offsetof(AkComponent_GetAttenuationRadius, ReturnValue) == 0x000000, "Member 'AkComponent_GetAttenuationRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkComponent \ +static_assert(alignof(UAkComponent) == 0x000010, "Wrong alignment on UAkComponent"); \ +static_assert(sizeof(UAkComponent) == 0x000440, "Wrong size on UAkComponent"); \ +static_assert(offsetof(UAkComponent, bUseSpatialAudio) == 0x000248, "Member 'UAkComponent::bUseSpatialAudio' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, OcclusionCollisionChannel) == 0x000250, "Member 'UAkComponent::OcclusionCollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, EnableSpotReflectors) == 0x000251, "Member 'UAkComponent::EnableSpotReflectors' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, outerRadius) == 0x000254, "Member 'UAkComponent::outerRadius' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, innerRadius) == 0x000258, "Member 'UAkComponent::innerRadius' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, EarlyReflectionAuxBus) == 0x000260, "Member 'UAkComponent::EarlyReflectionAuxBus' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, EarlyReflectionAuxBusName) == 0x000268, "Member 'UAkComponent::EarlyReflectionAuxBusName' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, EarlyReflectionOrder) == 0x000278, "Member 'UAkComponent::EarlyReflectionOrder' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, EarlyReflectionBusSendGain) == 0x00027C, "Member 'UAkComponent::EarlyReflectionBusSendGain' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, EarlyReflectionMaxPathLength) == 0x000280, "Member 'UAkComponent::EarlyReflectionMaxPathLength' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, roomReverbAuxBusGain) == 0x000284, "Member 'UAkComponent::roomReverbAuxBusGain' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, diffractionMaxEdges) == 0x000288, "Member 'UAkComponent::diffractionMaxEdges' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, diffractionMaxPaths) == 0x00028C, "Member 'UAkComponent::diffractionMaxPaths' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, diffractionMaxPathLength) == 0x000290, "Member 'UAkComponent::diffractionMaxPathLength' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, DrawFirstOrderReflections) == 0x000294, "Member 'UAkComponent::DrawFirstOrderReflections' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, DrawSecondOrderReflections) == 0x000295, "Member 'UAkComponent::DrawSecondOrderReflections' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, DrawHigherOrderReflections) == 0x000296, "Member 'UAkComponent::DrawHigherOrderReflections' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, DrawDiffraction) == 0x000297, "Member 'UAkComponent::DrawDiffraction' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, MinDistanceThresholdForUpdate) == 0x000298, "Member 'UAkComponent::MinDistanceThresholdForUpdate' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, MinUpdateTime) == 0x00029C, "Member 'UAkComponent::MinUpdateTime' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, bAutoDeactivate) == 0x0002A0, "Member 'UAkComponent::bAutoDeactivate' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, StopWhenOwnerDestroyed) == 0x0002A1, "Member 'UAkComponent::StopWhenOwnerDestroyed' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, AttenuationScalingFactor) == 0x0002A4, "Member 'UAkComponent::AttenuationScalingFactor' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, OcclusionRefreshInterval) == 0x0002A8, "Member 'UAkComponent::OcclusionRefreshInterval' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, bUseReverbVolumes) == 0x0002AC, "Member 'UAkComponent::bUseReverbVolumes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkAudioInputComponent_PostAssociatedAudioInputEvent \ +static_assert(alignof(AkAudioInputComponent_PostAssociatedAudioInputEvent) == 0x000004, "Wrong alignment on AkAudioInputComponent_PostAssociatedAudioInputEvent"); \ +static_assert(sizeof(AkAudioInputComponent_PostAssociatedAudioInputEvent) == 0x000004, "Wrong size on AkAudioInputComponent_PostAssociatedAudioInputEvent"); \ +static_assert(offsetof(AkAudioInputComponent_PostAssociatedAudioInputEvent, ReturnValue) == 0x000000, "Member 'AkAudioInputComponent_PostAssociatedAudioInputEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkAudioInputComponent \ +static_assert(alignof(UAkAudioInputComponent) == 0x000010, "Wrong alignment on UAkAudioInputComponent"); \ +static_assert(sizeof(UAkAudioInputComponent) == 0x000470, "Wrong size on UAkAudioInputComponent"); \ + +#define DUMPER7_ASSERTS_UAkAuxBus \ +static_assert(alignof(UAkAuxBus) == 0x000008, "Wrong alignment on UAkAuxBus"); \ +static_assert(sizeof(UAkAuxBus) == 0x000060, "Wrong size on UAkAuxBus"); \ +static_assert(offsetof(UAkAuxBus, RequiredBank) == 0x000058, "Member 'UAkAuxBus::RequiredBank' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkCheckBox_SetAkBoolProperty \ +static_assert(alignof(AkCheckBox_SetAkBoolProperty) == 0x000008, "Wrong alignment on AkCheckBox_SetAkBoolProperty"); \ +static_assert(sizeof(AkCheckBox_SetAkBoolProperty) == 0x000010, "Wrong size on AkCheckBox_SetAkBoolProperty"); \ +static_assert(offsetof(AkCheckBox_SetAkBoolProperty, ItemProperty) == 0x000000, "Member 'AkCheckBox_SetAkBoolProperty::ItemProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkCheckBox_SetAkItemId \ +static_assert(alignof(AkCheckBox_SetAkItemId) == 0x000004, "Wrong alignment on AkCheckBox_SetAkItemId"); \ +static_assert(sizeof(AkCheckBox_SetAkItemId) == 0x000010, "Wrong size on AkCheckBox_SetAkItemId"); \ +static_assert(offsetof(AkCheckBox_SetAkItemId, ItemId) == 0x000000, "Member 'AkCheckBox_SetAkItemId::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkCheckBox_SetCheckedState \ +static_assert(alignof(AkCheckBox_SetCheckedState) == 0x000001, "Wrong alignment on AkCheckBox_SetCheckedState"); \ +static_assert(sizeof(AkCheckBox_SetCheckedState) == 0x000001, "Wrong size on AkCheckBox_SetCheckedState"); \ +static_assert(offsetof(AkCheckBox_SetCheckedState, InCheckedState) == 0x000000, "Member 'AkCheckBox_SetCheckedState::InCheckedState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkCheckBox_SetIsChecked \ +static_assert(alignof(AkCheckBox_SetIsChecked) == 0x000001, "Wrong alignment on AkCheckBox_SetIsChecked"); \ +static_assert(sizeof(AkCheckBox_SetIsChecked) == 0x000001, "Wrong size on AkCheckBox_SetIsChecked"); \ +static_assert(offsetof(AkCheckBox_SetIsChecked, InIsChecked) == 0x000000, "Member 'AkCheckBox_SetIsChecked::InIsChecked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkCheckBox_GetAkItemId \ +static_assert(alignof(AkCheckBox_GetAkItemId) == 0x000004, "Wrong alignment on AkCheckBox_GetAkItemId"); \ +static_assert(sizeof(AkCheckBox_GetAkItemId) == 0x000010, "Wrong size on AkCheckBox_GetAkItemId"); \ +static_assert(offsetof(AkCheckBox_GetAkItemId, ReturnValue) == 0x000000, "Member 'AkCheckBox_GetAkItemId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkCheckBox_GetAkProperty \ +static_assert(alignof(AkCheckBox_GetAkProperty) == 0x000008, "Wrong alignment on AkCheckBox_GetAkProperty"); \ +static_assert(sizeof(AkCheckBox_GetAkProperty) == 0x000010, "Wrong size on AkCheckBox_GetAkProperty"); \ +static_assert(offsetof(AkCheckBox_GetAkProperty, ReturnValue) == 0x000000, "Member 'AkCheckBox_GetAkProperty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkCheckBox_GetCheckedState \ +static_assert(alignof(AkCheckBox_GetCheckedState) == 0x000001, "Wrong alignment on AkCheckBox_GetCheckedState"); \ +static_assert(sizeof(AkCheckBox_GetCheckedState) == 0x000001, "Wrong size on AkCheckBox_GetCheckedState"); \ +static_assert(offsetof(AkCheckBox_GetCheckedState, ReturnValue) == 0x000000, "Member 'AkCheckBox_GetCheckedState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkCheckBox_IsChecked \ +static_assert(alignof(AkCheckBox_IsChecked) == 0x000001, "Wrong alignment on AkCheckBox_IsChecked"); \ +static_assert(sizeof(AkCheckBox_IsChecked) == 0x000001, "Wrong size on AkCheckBox_IsChecked"); \ +static_assert(offsetof(AkCheckBox_IsChecked, ReturnValue) == 0x000000, "Member 'AkCheckBox_IsChecked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkCheckBox_IsPressed \ +static_assert(alignof(AkCheckBox_IsPressed) == 0x000001, "Wrong alignment on AkCheckBox_IsPressed"); \ +static_assert(sizeof(AkCheckBox_IsPressed) == 0x000001, "Wrong size on AkCheckBox_IsPressed"); \ +static_assert(offsetof(AkCheckBox_IsPressed, ReturnValue) == 0x000000, "Member 'AkCheckBox_IsPressed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkCheckBox \ +static_assert(alignof(UAkCheckBox) == 0x000008, "Wrong alignment on UAkCheckBox"); \ +static_assert(sizeof(UAkCheckBox) == 0x000B58, "Wrong size on UAkCheckBox"); \ +static_assert(offsetof(UAkCheckBox, CheckedState) == 0x000488, "Member 'UAkCheckBox::CheckedState' has a wrong offset!"); \ +static_assert(offsetof(UAkCheckBox, CheckedStateDelegate) == 0x00048C, "Member 'UAkCheckBox::CheckedStateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UAkCheckBox, WidgetStyle) == 0x0004A0, "Member 'UAkCheckBox::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UAkCheckBox, HorizontalAlignment) == 0x000A80, "Member 'UAkCheckBox::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UAkCheckBox, IsFocusable) == 0x000A81, "Member 'UAkCheckBox::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(UAkCheckBox, ThePropertyToControl) == 0x000A88, "Member 'UAkCheckBox::ThePropertyToControl' has a wrong offset!"); \ +static_assert(offsetof(UAkCheckBox, ItemToControl) == 0x000A98, "Member 'UAkCheckBox::ItemToControl' has a wrong offset!"); \ +static_assert(offsetof(UAkCheckBox, AkOnCheckStateChanged) == 0x000AD8, "Member 'UAkCheckBox::AkOnCheckStateChanged' has a wrong offset!"); \ +static_assert(offsetof(UAkCheckBox, OnItemDropped) == 0x000AE8, "Member 'UAkCheckBox::OnItemDropped' has a wrong offset!"); \ +static_assert(offsetof(UAkCheckBox, OnPropertyDropped) == 0x000AF8, "Member 'UAkCheckBox::OnPropertyDropped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDrawPortalComponent \ +static_assert(alignof(UDrawPortalComponent) == 0x000010, "Wrong alignment on UDrawPortalComponent"); \ +static_assert(sizeof(UDrawPortalComponent) == 0x000500, "Wrong size on UDrawPortalComponent"); \ + +#define DUMPER7_ASSERTS_UDrawRoomComponent \ +static_assert(alignof(UDrawRoomComponent) == 0x000010, "Wrong alignment on UDrawRoomComponent"); \ +static_assert(sizeof(UDrawRoomComponent) == 0x000500, "Wrong size on UDrawRoomComponent"); \ + +#define DUMPER7_ASSERTS_UAkFolder \ +static_assert(alignof(UAkFolder) == 0x000008, "Wrong alignment on UAkFolder"); \ +static_assert(sizeof(UAkFolder) == 0x0000C0, "Wrong size on UAkFolder"); \ +static_assert(offsetof(UAkFolder, UnrealFolderPath) == 0x000048, "Member 'UAkFolder::UnrealFolderPath' has a wrong offset!"); \ +static_assert(offsetof(UAkFolder, WwiseFolderPath) == 0x000058, "Member 'UAkFolder::WwiseFolderPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_AddOutput \ +static_assert(alignof(AkGameplayStatics_AddOutput) == 0x000008, "Wrong alignment on AkGameplayStatics_AddOutput"); \ +static_assert(sizeof(AkGameplayStatics_AddOutput) == 0x000020, "Wrong size on AkGameplayStatics_AddOutput"); \ +static_assert(offsetof(AkGameplayStatics_AddOutput, in_Settings) == 0x000000, "Member 'AkGameplayStatics_AddOutput::in_Settings' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_AddOutput, ReturnValue) == 0x000018, "Member 'AkGameplayStatics_AddOutput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_AddOutputCaptureMarker \ +static_assert(alignof(AkGameplayStatics_AddOutputCaptureMarker) == 0x000008, "Wrong alignment on AkGameplayStatics_AddOutputCaptureMarker"); \ +static_assert(sizeof(AkGameplayStatics_AddOutputCaptureMarker) == 0x000010, "Wrong size on AkGameplayStatics_AddOutputCaptureMarker"); \ +static_assert(offsetof(AkGameplayStatics_AddOutputCaptureMarker, MarkerText) == 0x000000, "Member 'AkGameplayStatics_AddOutputCaptureMarker::MarkerText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_CancelEventCallback \ +static_assert(alignof(AkGameplayStatics_CancelEventCallback) == 0x000004, "Wrong alignment on AkGameplayStatics_CancelEventCallback"); \ +static_assert(sizeof(AkGameplayStatics_CancelEventCallback) == 0x000014, "Wrong size on AkGameplayStatics_CancelEventCallback"); \ +static_assert(offsetof(AkGameplayStatics_CancelEventCallback, PostEventCallback) == 0x000000, "Member 'AkGameplayStatics_CancelEventCallback::PostEventCallback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_ExecuteActionOnEvent \ +static_assert(alignof(AkGameplayStatics_ExecuteActionOnEvent) == 0x000008, "Wrong alignment on AkGameplayStatics_ExecuteActionOnEvent"); \ +static_assert(sizeof(AkGameplayStatics_ExecuteActionOnEvent) == 0x000028, "Wrong size on AkGameplayStatics_ExecuteActionOnEvent"); \ +static_assert(offsetof(AkGameplayStatics_ExecuteActionOnEvent, AkEvent) == 0x000000, "Member 'AkGameplayStatics_ExecuteActionOnEvent::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_ExecuteActionOnEvent, ActionType) == 0x000008, "Member 'AkGameplayStatics_ExecuteActionOnEvent::ActionType' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_ExecuteActionOnEvent, Actor) == 0x000010, "Member 'AkGameplayStatics_ExecuteActionOnEvent::Actor' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_ExecuteActionOnEvent, TransitionDuration) == 0x000018, "Member 'AkGameplayStatics_ExecuteActionOnEvent::TransitionDuration' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_ExecuteActionOnEvent, FadeCurve) == 0x00001C, "Member 'AkGameplayStatics_ExecuteActionOnEvent::FadeCurve' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_ExecuteActionOnEvent, PlayingID) == 0x000020, "Member 'AkGameplayStatics_ExecuteActionOnEvent::PlayingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_ExecuteActionOnPlayingID \ +static_assert(alignof(AkGameplayStatics_ExecuteActionOnPlayingID) == 0x000004, "Wrong alignment on AkGameplayStatics_ExecuteActionOnPlayingID"); \ +static_assert(sizeof(AkGameplayStatics_ExecuteActionOnPlayingID) == 0x000010, "Wrong size on AkGameplayStatics_ExecuteActionOnPlayingID"); \ +static_assert(offsetof(AkGameplayStatics_ExecuteActionOnPlayingID, ActionType) == 0x000000, "Member 'AkGameplayStatics_ExecuteActionOnPlayingID::ActionType' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_ExecuteActionOnPlayingID, PlayingID) == 0x000004, "Member 'AkGameplayStatics_ExecuteActionOnPlayingID::PlayingID' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_ExecuteActionOnPlayingID, TransitionDuration) == 0x000008, "Member 'AkGameplayStatics_ExecuteActionOnPlayingID::TransitionDuration' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_ExecuteActionOnPlayingID, FadeCurve) == 0x00000C, "Member 'AkGameplayStatics_ExecuteActionOnPlayingID::FadeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_GetAkAudioTypeUserData \ +static_assert(alignof(AkGameplayStatics_GetAkAudioTypeUserData) == 0x000008, "Wrong alignment on AkGameplayStatics_GetAkAudioTypeUserData"); \ +static_assert(sizeof(AkGameplayStatics_GetAkAudioTypeUserData) == 0x000018, "Wrong size on AkGameplayStatics_GetAkAudioTypeUserData"); \ +static_assert(offsetof(AkGameplayStatics_GetAkAudioTypeUserData, Instance) == 0x000000, "Member 'AkGameplayStatics_GetAkAudioTypeUserData::Instance' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetAkAudioTypeUserData, Type) == 0x000008, "Member 'AkGameplayStatics_GetAkAudioTypeUserData::Type' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetAkAudioTypeUserData, ReturnValue) == 0x000010, "Member 'AkGameplayStatics_GetAkAudioTypeUserData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_GetAkComponent \ +static_assert(alignof(AkGameplayStatics_GetAkComponent) == 0x000008, "Wrong alignment on AkGameplayStatics_GetAkComponent"); \ +static_assert(sizeof(AkGameplayStatics_GetAkComponent) == 0x000030, "Wrong size on AkGameplayStatics_GetAkComponent"); \ +static_assert(offsetof(AkGameplayStatics_GetAkComponent, AttachToComponent) == 0x000000, "Member 'AkGameplayStatics_GetAkComponent::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetAkComponent, ComponentCreated) == 0x000008, "Member 'AkGameplayStatics_GetAkComponent::ComponentCreated' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetAkComponent, AttachPointName) == 0x00000C, "Member 'AkGameplayStatics_GetAkComponent::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetAkComponent, Location) == 0x000018, "Member 'AkGameplayStatics_GetAkComponent::Location' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetAkComponent, LocationType) == 0x000024, "Member 'AkGameplayStatics_GetAkComponent::LocationType' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetAkComponent, ReturnValue) == 0x000028, "Member 'AkGameplayStatics_GetAkComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_GetAkMediaAssetUserData \ +static_assert(alignof(AkGameplayStatics_GetAkMediaAssetUserData) == 0x000008, "Wrong alignment on AkGameplayStatics_GetAkMediaAssetUserData"); \ +static_assert(sizeof(AkGameplayStatics_GetAkMediaAssetUserData) == 0x000018, "Wrong size on AkGameplayStatics_GetAkMediaAssetUserData"); \ +static_assert(offsetof(AkGameplayStatics_GetAkMediaAssetUserData, Instance) == 0x000000, "Member 'AkGameplayStatics_GetAkMediaAssetUserData::Instance' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetAkMediaAssetUserData, Type) == 0x000008, "Member 'AkGameplayStatics_GetAkMediaAssetUserData::Type' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetAkMediaAssetUserData, ReturnValue) == 0x000010, "Member 'AkGameplayStatics_GetAkMediaAssetUserData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_GetAvailableAudioCultures \ +static_assert(alignof(AkGameplayStatics_GetAvailableAudioCultures) == 0x000008, "Wrong alignment on AkGameplayStatics_GetAvailableAudioCultures"); \ +static_assert(sizeof(AkGameplayStatics_GetAvailableAudioCultures) == 0x000010, "Wrong size on AkGameplayStatics_GetAvailableAudioCultures"); \ +static_assert(offsetof(AkGameplayStatics_GetAvailableAudioCultures, ReturnValue) == 0x000000, "Member 'AkGameplayStatics_GetAvailableAudioCultures::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_GetCurrentAudioCulture \ +static_assert(alignof(AkGameplayStatics_GetCurrentAudioCulture) == 0x000008, "Wrong alignment on AkGameplayStatics_GetCurrentAudioCulture"); \ +static_assert(sizeof(AkGameplayStatics_GetCurrentAudioCulture) == 0x000010, "Wrong size on AkGameplayStatics_GetCurrentAudioCulture"); \ +static_assert(offsetof(AkGameplayStatics_GetCurrentAudioCulture, ReturnValue) == 0x000000, "Member 'AkGameplayStatics_GetCurrentAudioCulture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_GetOcclusionScalingFactor \ +static_assert(alignof(AkGameplayStatics_GetOcclusionScalingFactor) == 0x000004, "Wrong alignment on AkGameplayStatics_GetOcclusionScalingFactor"); \ +static_assert(sizeof(AkGameplayStatics_GetOcclusionScalingFactor) == 0x000004, "Wrong size on AkGameplayStatics_GetOcclusionScalingFactor"); \ +static_assert(offsetof(AkGameplayStatics_GetOcclusionScalingFactor, ReturnValue) == 0x000000, "Member 'AkGameplayStatics_GetOcclusionScalingFactor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_GetRTPCValue \ +static_assert(alignof(AkGameplayStatics_GetRTPCValue) == 0x000008, "Wrong alignment on AkGameplayStatics_GetRTPCValue"); \ +static_assert(sizeof(AkGameplayStatics_GetRTPCValue) == 0x000030, "Wrong size on AkGameplayStatics_GetRTPCValue"); \ +static_assert(offsetof(AkGameplayStatics_GetRTPCValue, RTPCValue) == 0x000000, "Member 'AkGameplayStatics_GetRTPCValue::RTPCValue' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetRTPCValue, PlayingID) == 0x000008, "Member 'AkGameplayStatics_GetRTPCValue::PlayingID' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetRTPCValue, InputValueType) == 0x00000C, "Member 'AkGameplayStatics_GetRTPCValue::InputValueType' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetRTPCValue, Value) == 0x000010, "Member 'AkGameplayStatics_GetRTPCValue::Value' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetRTPCValue, OutputValueType) == 0x000014, "Member 'AkGameplayStatics_GetRTPCValue::OutputValueType' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetRTPCValue, Actor) == 0x000018, "Member 'AkGameplayStatics_GetRTPCValue::Actor' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetRTPCValue, RTPC) == 0x000020, "Member 'AkGameplayStatics_GetRTPCValue::RTPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_GetSpeakerAngles \ +static_assert(alignof(AkGameplayStatics_GetSpeakerAngles) == 0x000008, "Wrong alignment on AkGameplayStatics_GetSpeakerAngles"); \ +static_assert(sizeof(AkGameplayStatics_GetSpeakerAngles) == 0x000028, "Wrong size on AkGameplayStatics_GetSpeakerAngles"); \ +static_assert(offsetof(AkGameplayStatics_GetSpeakerAngles, SpeakerAngles) == 0x000000, "Member 'AkGameplayStatics_GetSpeakerAngles::SpeakerAngles' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetSpeakerAngles, HeightAngle) == 0x000010, "Member 'AkGameplayStatics_GetSpeakerAngles::HeightAngle' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetSpeakerAngles, DeviceShareset) == 0x000018, "Member 'AkGameplayStatics_GetSpeakerAngles::DeviceShareset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_IsEditor \ +static_assert(alignof(AkGameplayStatics_IsEditor) == 0x000001, "Wrong alignment on AkGameplayStatics_IsEditor"); \ +static_assert(sizeof(AkGameplayStatics_IsEditor) == 0x000001, "Wrong size on AkGameplayStatics_IsEditor"); \ +static_assert(offsetof(AkGameplayStatics_IsEditor, ReturnValue) == 0x000000, "Member 'AkGameplayStatics_IsEditor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_IsGame \ +static_assert(alignof(AkGameplayStatics_IsGame) == 0x000008, "Wrong alignment on AkGameplayStatics_IsGame"); \ +static_assert(sizeof(AkGameplayStatics_IsGame) == 0x000010, "Wrong size on AkGameplayStatics_IsGame"); \ +static_assert(offsetof(AkGameplayStatics_IsGame, WorldContextObject) == 0x000000, "Member 'AkGameplayStatics_IsGame::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_IsGame, ReturnValue) == 0x000008, "Member 'AkGameplayStatics_IsGame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_LoadBank \ +static_assert(alignof(AkGameplayStatics_LoadBank) == 0x000008, "Wrong alignment on AkGameplayStatics_LoadBank"); \ +static_assert(sizeof(AkGameplayStatics_LoadBank) == 0x000040, "Wrong size on AkGameplayStatics_LoadBank"); \ +static_assert(offsetof(AkGameplayStatics_LoadBank, Bank) == 0x000000, "Member 'AkGameplayStatics_LoadBank::Bank' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_LoadBank, BankName) == 0x000008, "Member 'AkGameplayStatics_LoadBank::BankName' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_LoadBank, LatentInfo) == 0x000018, "Member 'AkGameplayStatics_LoadBank::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_LoadBank, WorldContextObject) == 0x000038, "Member 'AkGameplayStatics_LoadBank::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_LoadBankAsync \ +static_assert(alignof(AkGameplayStatics_LoadBankAsync) == 0x000008, "Wrong alignment on AkGameplayStatics_LoadBankAsync"); \ +static_assert(sizeof(AkGameplayStatics_LoadBankAsync) == 0x000020, "Wrong size on AkGameplayStatics_LoadBankAsync"); \ +static_assert(offsetof(AkGameplayStatics_LoadBankAsync, Bank) == 0x000000, "Member 'AkGameplayStatics_LoadBankAsync::Bank' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_LoadBankAsync, BankLoadedCallback) == 0x000008, "Member 'AkGameplayStatics_LoadBankAsync::BankLoadedCallback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_LoadBankByName \ +static_assert(alignof(AkGameplayStatics_LoadBankByName) == 0x000008, "Wrong alignment on AkGameplayStatics_LoadBankByName"); \ +static_assert(sizeof(AkGameplayStatics_LoadBankByName) == 0x000010, "Wrong size on AkGameplayStatics_LoadBankByName"); \ +static_assert(offsetof(AkGameplayStatics_LoadBankByName, BankName) == 0x000000, "Member 'AkGameplayStatics_LoadBankByName::BankName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_LoadBanks \ +static_assert(alignof(AkGameplayStatics_LoadBanks) == 0x000008, "Wrong alignment on AkGameplayStatics_LoadBanks"); \ +static_assert(sizeof(AkGameplayStatics_LoadBanks) == 0x000018, "Wrong size on AkGameplayStatics_LoadBanks"); \ +static_assert(offsetof(AkGameplayStatics_LoadBanks, SoundBanks) == 0x000000, "Member 'AkGameplayStatics_LoadBanks::SoundBanks' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_LoadBanks, SynchronizeSoundBanks) == 0x000010, "Member 'AkGameplayStatics_LoadBanks::SynchronizeSoundBanks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_PostAndWaitForEndOfEvent \ +static_assert(alignof(AkGameplayStatics_PostAndWaitForEndOfEvent) == 0x000008, "Wrong alignment on AkGameplayStatics_PostAndWaitForEndOfEvent"); \ +static_assert(sizeof(AkGameplayStatics_PostAndWaitForEndOfEvent) == 0x000060, "Wrong size on AkGameplayStatics_PostAndWaitForEndOfEvent"); \ +static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEvent, AkEvent) == 0x000000, "Member 'AkGameplayStatics_PostAndWaitForEndOfEvent::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEvent, Actor) == 0x000008, "Member 'AkGameplayStatics_PostAndWaitForEndOfEvent::Actor' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEvent, bStopWhenAttachedToDestroyed) == 0x000010, "Member 'AkGameplayStatics_PostAndWaitForEndOfEvent::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEvent, ExternalSources) == 0x000018, "Member 'AkGameplayStatics_PostAndWaitForEndOfEvent::ExternalSources' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEvent, EventName) == 0x000028, "Member 'AkGameplayStatics_PostAndWaitForEndOfEvent::EventName' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEvent, LatentInfo) == 0x000038, "Member 'AkGameplayStatics_PostAndWaitForEndOfEvent::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEvent, ReturnValue) == 0x000058, "Member 'AkGameplayStatics_PostAndWaitForEndOfEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_PostAndWaitForEndOfEventAsync \ +static_assert(alignof(AkGameplayStatics_PostAndWaitForEndOfEventAsync) == 0x000008, "Wrong alignment on AkGameplayStatics_PostAndWaitForEndOfEventAsync"); \ +static_assert(sizeof(AkGameplayStatics_PostAndWaitForEndOfEventAsync) == 0x000048, "Wrong size on AkGameplayStatics_PostAndWaitForEndOfEventAsync"); \ +static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEventAsync, AkEvent) == 0x000000, "Member 'AkGameplayStatics_PostAndWaitForEndOfEventAsync::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEventAsync, Actor) == 0x000008, "Member 'AkGameplayStatics_PostAndWaitForEndOfEventAsync::Actor' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEventAsync, PlayingID) == 0x000010, "Member 'AkGameplayStatics_PostAndWaitForEndOfEventAsync::PlayingID' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEventAsync, bStopWhenAttachedToDestroyed) == 0x000014, "Member 'AkGameplayStatics_PostAndWaitForEndOfEventAsync::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEventAsync, ExternalSources) == 0x000018, "Member 'AkGameplayStatics_PostAndWaitForEndOfEventAsync::ExternalSources' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEventAsync, LatentInfo) == 0x000028, "Member 'AkGameplayStatics_PostAndWaitForEndOfEventAsync::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_PostEvent \ +static_assert(alignof(AkGameplayStatics_PostEvent) == 0x000008, "Wrong alignment on AkGameplayStatics_PostEvent"); \ +static_assert(sizeof(AkGameplayStatics_PostEvent) == 0x000058, "Wrong size on AkGameplayStatics_PostEvent"); \ +static_assert(offsetof(AkGameplayStatics_PostEvent, AkEvent) == 0x000000, "Member 'AkGameplayStatics_PostEvent::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEvent, Actor) == 0x000008, "Member 'AkGameplayStatics_PostEvent::Actor' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEvent, CallbackMask) == 0x000010, "Member 'AkGameplayStatics_PostEvent::CallbackMask' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEvent, PostEventCallback) == 0x000014, "Member 'AkGameplayStatics_PostEvent::PostEventCallback' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEvent, ExternalSources) == 0x000028, "Member 'AkGameplayStatics_PostEvent::ExternalSources' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEvent, bStopWhenAttachedToDestroyed) == 0x000038, "Member 'AkGameplayStatics_PostEvent::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEvent, EventName) == 0x000040, "Member 'AkGameplayStatics_PostEvent::EventName' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEvent, ReturnValue) == 0x000050, "Member 'AkGameplayStatics_PostEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_PostEventAtLocation \ +static_assert(alignof(AkGameplayStatics_PostEventAtLocation) == 0x000008, "Wrong alignment on AkGameplayStatics_PostEventAtLocation"); \ +static_assert(sizeof(AkGameplayStatics_PostEventAtLocation) == 0x000040, "Wrong size on AkGameplayStatics_PostEventAtLocation"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAtLocation, AkEvent) == 0x000000, "Member 'AkGameplayStatics_PostEventAtLocation::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAtLocation, Location) == 0x000008, "Member 'AkGameplayStatics_PostEventAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAtLocation, Orientation) == 0x000014, "Member 'AkGameplayStatics_PostEventAtLocation::Orientation' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAtLocation, EventName) == 0x000020, "Member 'AkGameplayStatics_PostEventAtLocation::EventName' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAtLocation, WorldContextObject) == 0x000030, "Member 'AkGameplayStatics_PostEventAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAtLocation, ReturnValue) == 0x000038, "Member 'AkGameplayStatics_PostEventAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_PostEventAtLocationByName \ +static_assert(alignof(AkGameplayStatics_PostEventAtLocationByName) == 0x000008, "Wrong alignment on AkGameplayStatics_PostEventAtLocationByName"); \ +static_assert(sizeof(AkGameplayStatics_PostEventAtLocationByName) == 0x000030, "Wrong size on AkGameplayStatics_PostEventAtLocationByName"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAtLocationByName, EventName) == 0x000000, "Member 'AkGameplayStatics_PostEventAtLocationByName::EventName' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAtLocationByName, Location) == 0x000010, "Member 'AkGameplayStatics_PostEventAtLocationByName::Location' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAtLocationByName, Orientation) == 0x00001C, "Member 'AkGameplayStatics_PostEventAtLocationByName::Orientation' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAtLocationByName, WorldContextObject) == 0x000028, "Member 'AkGameplayStatics_PostEventAtLocationByName::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_PostEventAttached \ +static_assert(alignof(AkGameplayStatics_PostEventAttached) == 0x000008, "Wrong alignment on AkGameplayStatics_PostEventAttached"); \ +static_assert(sizeof(AkGameplayStatics_PostEventAttached) == 0x000038, "Wrong size on AkGameplayStatics_PostEventAttached"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAttached, AkEvent) == 0x000000, "Member 'AkGameplayStatics_PostEventAttached::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAttached, Actor) == 0x000008, "Member 'AkGameplayStatics_PostEventAttached::Actor' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAttached, AttachPointName) == 0x000010, "Member 'AkGameplayStatics_PostEventAttached::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAttached, bStopWhenAttachedToDestroyed) == 0x00001C, "Member 'AkGameplayStatics_PostEventAttached::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAttached, EventName) == 0x000020, "Member 'AkGameplayStatics_PostEventAttached::EventName' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAttached, ReturnValue) == 0x000030, "Member 'AkGameplayStatics_PostEventAttached::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_PostEventByName \ +static_assert(alignof(AkGameplayStatics_PostEventByName) == 0x000008, "Wrong alignment on AkGameplayStatics_PostEventByName"); \ +static_assert(sizeof(AkGameplayStatics_PostEventByName) == 0x000020, "Wrong size on AkGameplayStatics_PostEventByName"); \ +static_assert(offsetof(AkGameplayStatics_PostEventByName, EventName) == 0x000000, "Member 'AkGameplayStatics_PostEventByName::EventName' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventByName, Actor) == 0x000010, "Member 'AkGameplayStatics_PostEventByName::Actor' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventByName, bStopWhenAttachedToDestroyed) == 0x000018, "Member 'AkGameplayStatics_PostEventByName::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_PostTrigger \ +static_assert(alignof(AkGameplayStatics_PostTrigger) == 0x000008, "Wrong alignment on AkGameplayStatics_PostTrigger"); \ +static_assert(sizeof(AkGameplayStatics_PostTrigger) == 0x000020, "Wrong size on AkGameplayStatics_PostTrigger"); \ +static_assert(offsetof(AkGameplayStatics_PostTrigger, TriggerValue) == 0x000000, "Member 'AkGameplayStatics_PostTrigger::TriggerValue' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostTrigger, Actor) == 0x000008, "Member 'AkGameplayStatics_PostTrigger::Actor' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostTrigger, Trigger) == 0x000010, "Member 'AkGameplayStatics_PostTrigger::Trigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_RemoveOutput \ +static_assert(alignof(AkGameplayStatics_RemoveOutput) == 0x000004, "Wrong alignment on AkGameplayStatics_RemoveOutput"); \ +static_assert(sizeof(AkGameplayStatics_RemoveOutput) == 0x000008, "Wrong size on AkGameplayStatics_RemoveOutput"); \ +static_assert(offsetof(AkGameplayStatics_RemoveOutput, ID) == 0x000000, "Member 'AkGameplayStatics_RemoveOutput::ID' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_RemoveOutput, ReturnValue) == 0x000004, "Member 'AkGameplayStatics_RemoveOutput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_ReplaceMainOutput \ +static_assert(alignof(AkGameplayStatics_ReplaceMainOutput) == 0x000008, "Wrong alignment on AkGameplayStatics_ReplaceMainOutput"); \ +static_assert(sizeof(AkGameplayStatics_ReplaceMainOutput) == 0x000018, "Wrong size on AkGameplayStatics_ReplaceMainOutput"); \ +static_assert(offsetof(AkGameplayStatics_ReplaceMainOutput, MainOutputSettings) == 0x000000, "Member 'AkGameplayStatics_ReplaceMainOutput::MainOutputSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_ResetRTPCValue \ +static_assert(alignof(AkGameplayStatics_ResetRTPCValue) == 0x000008, "Wrong alignment on AkGameplayStatics_ResetRTPCValue"); \ +static_assert(sizeof(AkGameplayStatics_ResetRTPCValue) == 0x000028, "Wrong size on AkGameplayStatics_ResetRTPCValue"); \ +static_assert(offsetof(AkGameplayStatics_ResetRTPCValue, RTPCValue) == 0x000000, "Member 'AkGameplayStatics_ResetRTPCValue::RTPCValue' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_ResetRTPCValue, InterpolationTimeMs) == 0x000008, "Member 'AkGameplayStatics_ResetRTPCValue::InterpolationTimeMs' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_ResetRTPCValue, Actor) == 0x000010, "Member 'AkGameplayStatics_ResetRTPCValue::Actor' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_ResetRTPCValue, RTPC) == 0x000018, "Member 'AkGameplayStatics_ResetRTPCValue::RTPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetBusConfig \ +static_assert(alignof(AkGameplayStatics_SetBusConfig) == 0x000008, "Wrong alignment on AkGameplayStatics_SetBusConfig"); \ +static_assert(sizeof(AkGameplayStatics_SetBusConfig) == 0x000018, "Wrong size on AkGameplayStatics_SetBusConfig"); \ +static_assert(offsetof(AkGameplayStatics_SetBusConfig, BusName) == 0x000000, "Member 'AkGameplayStatics_SetBusConfig::BusName' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetBusConfig, ChannelConfiguration) == 0x000010, "Member 'AkGameplayStatics_SetBusConfig::ChannelConfiguration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetCurrentAudioCulture \ +static_assert(alignof(AkGameplayStatics_SetCurrentAudioCulture) == 0x000008, "Wrong alignment on AkGameplayStatics_SetCurrentAudioCulture"); \ +static_assert(sizeof(AkGameplayStatics_SetCurrentAudioCulture) == 0x000038, "Wrong size on AkGameplayStatics_SetCurrentAudioCulture"); \ +static_assert(offsetof(AkGameplayStatics_SetCurrentAudioCulture, AudioCulture) == 0x000000, "Member 'AkGameplayStatics_SetCurrentAudioCulture::AudioCulture' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetCurrentAudioCulture, LatentInfo) == 0x000010, "Member 'AkGameplayStatics_SetCurrentAudioCulture::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetCurrentAudioCulture, WorldContextObject) == 0x000030, "Member 'AkGameplayStatics_SetCurrentAudioCulture::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetCurrentAudioCultureAsync \ +static_assert(alignof(AkGameplayStatics_SetCurrentAudioCultureAsync) == 0x000008, "Wrong alignment on AkGameplayStatics_SetCurrentAudioCultureAsync"); \ +static_assert(sizeof(AkGameplayStatics_SetCurrentAudioCultureAsync) == 0x000028, "Wrong size on AkGameplayStatics_SetCurrentAudioCultureAsync"); \ +static_assert(offsetof(AkGameplayStatics_SetCurrentAudioCultureAsync, AudioCulture) == 0x000000, "Member 'AkGameplayStatics_SetCurrentAudioCultureAsync::AudioCulture' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetCurrentAudioCultureAsync, Completed) == 0x000010, "Member 'AkGameplayStatics_SetCurrentAudioCultureAsync::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetGameObjectToPortalObstruction \ +static_assert(alignof(AkGameplayStatics_SetGameObjectToPortalObstruction) == 0x000008, "Wrong alignment on AkGameplayStatics_SetGameObjectToPortalObstruction"); \ +static_assert(sizeof(AkGameplayStatics_SetGameObjectToPortalObstruction) == 0x000018, "Wrong size on AkGameplayStatics_SetGameObjectToPortalObstruction"); \ +static_assert(offsetof(AkGameplayStatics_SetGameObjectToPortalObstruction, GameObjectAkComponent) == 0x000000, "Member 'AkGameplayStatics_SetGameObjectToPortalObstruction::GameObjectAkComponent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetGameObjectToPortalObstruction, PortalComponent) == 0x000008, "Member 'AkGameplayStatics_SetGameObjectToPortalObstruction::PortalComponent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetGameObjectToPortalObstruction, ObstructionValue) == 0x000010, "Member 'AkGameplayStatics_SetGameObjectToPortalObstruction::ObstructionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetMultipleChannelEmitterPositions \ +static_assert(alignof(AkGameplayStatics_SetMultipleChannelEmitterPositions) == 0x000008, "Wrong alignment on AkGameplayStatics_SetMultipleChannelEmitterPositions"); \ +static_assert(sizeof(AkGameplayStatics_SetMultipleChannelEmitterPositions) == 0x000030, "Wrong size on AkGameplayStatics_SetMultipleChannelEmitterPositions"); \ +static_assert(offsetof(AkGameplayStatics_SetMultipleChannelEmitterPositions, GameObjectAkComponent) == 0x000000, "Member 'AkGameplayStatics_SetMultipleChannelEmitterPositions::GameObjectAkComponent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetMultipleChannelEmitterPositions, ChannelMasks) == 0x000008, "Member 'AkGameplayStatics_SetMultipleChannelEmitterPositions::ChannelMasks' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetMultipleChannelEmitterPositions, Positions) == 0x000018, "Member 'AkGameplayStatics_SetMultipleChannelEmitterPositions::Positions' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetMultipleChannelEmitterPositions, MultiPositionType) == 0x000028, "Member 'AkGameplayStatics_SetMultipleChannelEmitterPositions::MultiPositionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetMultipleChannelMaskEmitterPositions \ +static_assert(alignof(AkGameplayStatics_SetMultipleChannelMaskEmitterPositions) == 0x000008, "Wrong alignment on AkGameplayStatics_SetMultipleChannelMaskEmitterPositions"); \ +static_assert(sizeof(AkGameplayStatics_SetMultipleChannelMaskEmitterPositions) == 0x000030, "Wrong size on AkGameplayStatics_SetMultipleChannelMaskEmitterPositions"); \ +static_assert(offsetof(AkGameplayStatics_SetMultipleChannelMaskEmitterPositions, GameObjectAkComponent) == 0x000000, "Member 'AkGameplayStatics_SetMultipleChannelMaskEmitterPositions::GameObjectAkComponent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetMultipleChannelMaskEmitterPositions, ChannelMasks) == 0x000008, "Member 'AkGameplayStatics_SetMultipleChannelMaskEmitterPositions::ChannelMasks' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetMultipleChannelMaskEmitterPositions, Positions) == 0x000018, "Member 'AkGameplayStatics_SetMultipleChannelMaskEmitterPositions::Positions' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetMultipleChannelMaskEmitterPositions, MultiPositionType) == 0x000028, "Member 'AkGameplayStatics_SetMultipleChannelMaskEmitterPositions::MultiPositionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetMultiplePositions \ +static_assert(alignof(AkGameplayStatics_SetMultiplePositions) == 0x000008, "Wrong alignment on AkGameplayStatics_SetMultiplePositions"); \ +static_assert(sizeof(AkGameplayStatics_SetMultiplePositions) == 0x000020, "Wrong size on AkGameplayStatics_SetMultiplePositions"); \ +static_assert(offsetof(AkGameplayStatics_SetMultiplePositions, GameObjectAkComponent) == 0x000000, "Member 'AkGameplayStatics_SetMultiplePositions::GameObjectAkComponent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetMultiplePositions, Positions) == 0x000008, "Member 'AkGameplayStatics_SetMultiplePositions::Positions' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetMultiplePositions, MultiPositionType) == 0x000018, "Member 'AkGameplayStatics_SetMultiplePositions::MultiPositionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetOcclusionRefreshInterval \ +static_assert(alignof(AkGameplayStatics_SetOcclusionRefreshInterval) == 0x000008, "Wrong alignment on AkGameplayStatics_SetOcclusionRefreshInterval"); \ +static_assert(sizeof(AkGameplayStatics_SetOcclusionRefreshInterval) == 0x000010, "Wrong size on AkGameplayStatics_SetOcclusionRefreshInterval"); \ +static_assert(offsetof(AkGameplayStatics_SetOcclusionRefreshInterval, RefreshInterval) == 0x000000, "Member 'AkGameplayStatics_SetOcclusionRefreshInterval::RefreshInterval' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetOcclusionRefreshInterval, Actor) == 0x000008, "Member 'AkGameplayStatics_SetOcclusionRefreshInterval::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetOcclusionScalingFactor \ +static_assert(alignof(AkGameplayStatics_SetOcclusionScalingFactor) == 0x000004, "Wrong alignment on AkGameplayStatics_SetOcclusionScalingFactor"); \ +static_assert(sizeof(AkGameplayStatics_SetOcclusionScalingFactor) == 0x000004, "Wrong size on AkGameplayStatics_SetOcclusionScalingFactor"); \ +static_assert(offsetof(AkGameplayStatics_SetOcclusionScalingFactor, ScalingFactor) == 0x000000, "Member 'AkGameplayStatics_SetOcclusionScalingFactor::ScalingFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetOutputBusVolume \ +static_assert(alignof(AkGameplayStatics_SetOutputBusVolume) == 0x000008, "Wrong alignment on AkGameplayStatics_SetOutputBusVolume"); \ +static_assert(sizeof(AkGameplayStatics_SetOutputBusVolume) == 0x000010, "Wrong size on AkGameplayStatics_SetOutputBusVolume"); \ +static_assert(offsetof(AkGameplayStatics_SetOutputBusVolume, BusVolume) == 0x000000, "Member 'AkGameplayStatics_SetOutputBusVolume::BusVolume' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetOutputBusVolume, Actor) == 0x000008, "Member 'AkGameplayStatics_SetOutputBusVolume::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetPanningRule \ +static_assert(alignof(AkGameplayStatics_SetPanningRule) == 0x000001, "Wrong alignment on AkGameplayStatics_SetPanningRule"); \ +static_assert(sizeof(AkGameplayStatics_SetPanningRule) == 0x000001, "Wrong size on AkGameplayStatics_SetPanningRule"); \ +static_assert(offsetof(AkGameplayStatics_SetPanningRule, PanRule) == 0x000000, "Member 'AkGameplayStatics_SetPanningRule::PanRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetPortalObstructionAndOcclusion \ +static_assert(alignof(AkGameplayStatics_SetPortalObstructionAndOcclusion) == 0x000008, "Wrong alignment on AkGameplayStatics_SetPortalObstructionAndOcclusion"); \ +static_assert(sizeof(AkGameplayStatics_SetPortalObstructionAndOcclusion) == 0x000010, "Wrong size on AkGameplayStatics_SetPortalObstructionAndOcclusion"); \ +static_assert(offsetof(AkGameplayStatics_SetPortalObstructionAndOcclusion, PortalComponent) == 0x000000, "Member 'AkGameplayStatics_SetPortalObstructionAndOcclusion::PortalComponent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetPortalObstructionAndOcclusion, ObstructionValue) == 0x000008, "Member 'AkGameplayStatics_SetPortalObstructionAndOcclusion::ObstructionValue' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetPortalObstructionAndOcclusion, OcclusionValue) == 0x00000C, "Member 'AkGameplayStatics_SetPortalObstructionAndOcclusion::OcclusionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetPortalToPortalObstruction \ +static_assert(alignof(AkGameplayStatics_SetPortalToPortalObstruction) == 0x000008, "Wrong alignment on AkGameplayStatics_SetPortalToPortalObstruction"); \ +static_assert(sizeof(AkGameplayStatics_SetPortalToPortalObstruction) == 0x000018, "Wrong size on AkGameplayStatics_SetPortalToPortalObstruction"); \ +static_assert(offsetof(AkGameplayStatics_SetPortalToPortalObstruction, PortalComponent0) == 0x000000, "Member 'AkGameplayStatics_SetPortalToPortalObstruction::PortalComponent0' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetPortalToPortalObstruction, PortalComponent1) == 0x000008, "Member 'AkGameplayStatics_SetPortalToPortalObstruction::PortalComponent1' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetPortalToPortalObstruction, ObstructionValue) == 0x000010, "Member 'AkGameplayStatics_SetPortalToPortalObstruction::ObstructionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetReflectionsOrder \ +static_assert(alignof(AkGameplayStatics_SetReflectionsOrder) == 0x000004, "Wrong alignment on AkGameplayStatics_SetReflectionsOrder"); \ +static_assert(sizeof(AkGameplayStatics_SetReflectionsOrder) == 0x000008, "Wrong size on AkGameplayStatics_SetReflectionsOrder"); \ +static_assert(offsetof(AkGameplayStatics_SetReflectionsOrder, Order) == 0x000000, "Member 'AkGameplayStatics_SetReflectionsOrder::Order' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetReflectionsOrder, RefreshPaths) == 0x000004, "Member 'AkGameplayStatics_SetReflectionsOrder::RefreshPaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetRTPCValue \ +static_assert(alignof(AkGameplayStatics_SetRTPCValue) == 0x000008, "Wrong alignment on AkGameplayStatics_SetRTPCValue"); \ +static_assert(sizeof(AkGameplayStatics_SetRTPCValue) == 0x000028, "Wrong size on AkGameplayStatics_SetRTPCValue"); \ +static_assert(offsetof(AkGameplayStatics_SetRTPCValue, RTPCValue) == 0x000000, "Member 'AkGameplayStatics_SetRTPCValue::RTPCValue' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetRTPCValue, Value) == 0x000008, "Member 'AkGameplayStatics_SetRTPCValue::Value' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetRTPCValue, InterpolationTimeMs) == 0x00000C, "Member 'AkGameplayStatics_SetRTPCValue::InterpolationTimeMs' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetRTPCValue, Actor) == 0x000010, "Member 'AkGameplayStatics_SetRTPCValue::Actor' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetRTPCValue, RTPC) == 0x000018, "Member 'AkGameplayStatics_SetRTPCValue::RTPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetSpeakerAngles \ +static_assert(alignof(AkGameplayStatics_SetSpeakerAngles) == 0x000008, "Wrong alignment on AkGameplayStatics_SetSpeakerAngles"); \ +static_assert(sizeof(AkGameplayStatics_SetSpeakerAngles) == 0x000028, "Wrong size on AkGameplayStatics_SetSpeakerAngles"); \ +static_assert(offsetof(AkGameplayStatics_SetSpeakerAngles, SpeakerAngles) == 0x000000, "Member 'AkGameplayStatics_SetSpeakerAngles::SpeakerAngles' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetSpeakerAngles, HeightAngle) == 0x000010, "Member 'AkGameplayStatics_SetSpeakerAngles::HeightAngle' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetSpeakerAngles, DeviceShareset) == 0x000018, "Member 'AkGameplayStatics_SetSpeakerAngles::DeviceShareset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetState \ +static_assert(alignof(AkGameplayStatics_SetState) == 0x000008, "Wrong alignment on AkGameplayStatics_SetState"); \ +static_assert(sizeof(AkGameplayStatics_SetState) == 0x000020, "Wrong size on AkGameplayStatics_SetState"); \ +static_assert(offsetof(AkGameplayStatics_SetState, StateValue) == 0x000000, "Member 'AkGameplayStatics_SetState::StateValue' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetState, StateGroup) == 0x000008, "Member 'AkGameplayStatics_SetState::StateGroup' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetState, State) == 0x000014, "Member 'AkGameplayStatics_SetState::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetSwitch \ +static_assert(alignof(AkGameplayStatics_SetSwitch) == 0x000008, "Wrong alignment on AkGameplayStatics_SetSwitch"); \ +static_assert(sizeof(AkGameplayStatics_SetSwitch) == 0x000028, "Wrong size on AkGameplayStatics_SetSwitch"); \ +static_assert(offsetof(AkGameplayStatics_SetSwitch, SwitchValue) == 0x000000, "Member 'AkGameplayStatics_SetSwitch::SwitchValue' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetSwitch, Actor) == 0x000008, "Member 'AkGameplayStatics_SetSwitch::Actor' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetSwitch, SwitchGroup) == 0x000010, "Member 'AkGameplayStatics_SetSwitch::SwitchGroup' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetSwitch, SwitchState) == 0x00001C, "Member 'AkGameplayStatics_SetSwitch::SwitchState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SpawnAkComponentAtLocation \ +static_assert(alignof(AkGameplayStatics_SpawnAkComponentAtLocation) == 0x000008, "Wrong alignment on AkGameplayStatics_SpawnAkComponentAtLocation"); \ +static_assert(sizeof(AkGameplayStatics_SpawnAkComponentAtLocation) == 0x000050, "Wrong size on AkGameplayStatics_SpawnAkComponentAtLocation"); \ +static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, WorldContextObject) == 0x000000, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, AkEvent) == 0x000008, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, Location) == 0x000010, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, Orientation) == 0x00001C, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::Orientation' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, AutoPost) == 0x000028, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::AutoPost' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, EventName) == 0x000030, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::EventName' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, Type) == 0x000040, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::Type' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, AutoDestroy) == 0x000041, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::AutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, ReturnValue) == 0x000048, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_StartAllAmbientSounds \ +static_assert(alignof(AkGameplayStatics_StartAllAmbientSounds) == 0x000008, "Wrong alignment on AkGameplayStatics_StartAllAmbientSounds"); \ +static_assert(sizeof(AkGameplayStatics_StartAllAmbientSounds) == 0x000008, "Wrong size on AkGameplayStatics_StartAllAmbientSounds"); \ +static_assert(offsetof(AkGameplayStatics_StartAllAmbientSounds, WorldContextObject) == 0x000000, "Member 'AkGameplayStatics_StartAllAmbientSounds::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_StartOutputCapture \ +static_assert(alignof(AkGameplayStatics_StartOutputCapture) == 0x000008, "Wrong alignment on AkGameplayStatics_StartOutputCapture"); \ +static_assert(sizeof(AkGameplayStatics_StartOutputCapture) == 0x000010, "Wrong size on AkGameplayStatics_StartOutputCapture"); \ +static_assert(offsetof(AkGameplayStatics_StartOutputCapture, Filename) == 0x000000, "Member 'AkGameplayStatics_StartOutputCapture::Filename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_StartProfilerCapture \ +static_assert(alignof(AkGameplayStatics_StartProfilerCapture) == 0x000008, "Wrong alignment on AkGameplayStatics_StartProfilerCapture"); \ +static_assert(sizeof(AkGameplayStatics_StartProfilerCapture) == 0x000010, "Wrong size on AkGameplayStatics_StartProfilerCapture"); \ +static_assert(offsetof(AkGameplayStatics_StartProfilerCapture, Filename) == 0x000000, "Member 'AkGameplayStatics_StartProfilerCapture::Filename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_StopActor \ +static_assert(alignof(AkGameplayStatics_StopActor) == 0x000008, "Wrong alignment on AkGameplayStatics_StopActor"); \ +static_assert(sizeof(AkGameplayStatics_StopActor) == 0x000008, "Wrong size on AkGameplayStatics_StopActor"); \ +static_assert(offsetof(AkGameplayStatics_StopActor, Actor) == 0x000000, "Member 'AkGameplayStatics_StopActor::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_StopAllAmbientSounds \ +static_assert(alignof(AkGameplayStatics_StopAllAmbientSounds) == 0x000008, "Wrong alignment on AkGameplayStatics_StopAllAmbientSounds"); \ +static_assert(sizeof(AkGameplayStatics_StopAllAmbientSounds) == 0x000008, "Wrong size on AkGameplayStatics_StopAllAmbientSounds"); \ +static_assert(offsetof(AkGameplayStatics_StopAllAmbientSounds, WorldContextObject) == 0x000000, "Member 'AkGameplayStatics_StopAllAmbientSounds::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_UnloadBank \ +static_assert(alignof(AkGameplayStatics_UnloadBank) == 0x000008, "Wrong alignment on AkGameplayStatics_UnloadBank"); \ +static_assert(sizeof(AkGameplayStatics_UnloadBank) == 0x000040, "Wrong size on AkGameplayStatics_UnloadBank"); \ +static_assert(offsetof(AkGameplayStatics_UnloadBank, Bank) == 0x000000, "Member 'AkGameplayStatics_UnloadBank::Bank' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_UnloadBank, BankName) == 0x000008, "Member 'AkGameplayStatics_UnloadBank::BankName' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_UnloadBank, LatentInfo) == 0x000018, "Member 'AkGameplayStatics_UnloadBank::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_UnloadBank, WorldContextObject) == 0x000038, "Member 'AkGameplayStatics_UnloadBank::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_UnloadBankAsync \ +static_assert(alignof(AkGameplayStatics_UnloadBankAsync) == 0x000008, "Wrong alignment on AkGameplayStatics_UnloadBankAsync"); \ +static_assert(sizeof(AkGameplayStatics_UnloadBankAsync) == 0x000020, "Wrong size on AkGameplayStatics_UnloadBankAsync"); \ +static_assert(offsetof(AkGameplayStatics_UnloadBankAsync, Bank) == 0x000000, "Member 'AkGameplayStatics_UnloadBankAsync::Bank' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_UnloadBankAsync, BankUnloadedCallback) == 0x000008, "Member 'AkGameplayStatics_UnloadBankAsync::BankUnloadedCallback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_UnloadBankByName \ +static_assert(alignof(AkGameplayStatics_UnloadBankByName) == 0x000008, "Wrong alignment on AkGameplayStatics_UnloadBankByName"); \ +static_assert(sizeof(AkGameplayStatics_UnloadBankByName) == 0x000010, "Wrong size on AkGameplayStatics_UnloadBankByName"); \ +static_assert(offsetof(AkGameplayStatics_UnloadBankByName, BankName) == 0x000000, "Member 'AkGameplayStatics_UnloadBankByName::BankName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_UseEarlyReflections \ +static_assert(alignof(AkGameplayStatics_UseEarlyReflections) == 0x000008, "Wrong alignment on AkGameplayStatics_UseEarlyReflections"); \ +static_assert(sizeof(AkGameplayStatics_UseEarlyReflections) == 0x000030, "Wrong size on AkGameplayStatics_UseEarlyReflections"); \ +static_assert(offsetof(AkGameplayStatics_UseEarlyReflections, Actor) == 0x000000, "Member 'AkGameplayStatics_UseEarlyReflections::Actor' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_UseEarlyReflections, AuxBus) == 0x000008, "Member 'AkGameplayStatics_UseEarlyReflections::AuxBus' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_UseEarlyReflections, Order) == 0x000010, "Member 'AkGameplayStatics_UseEarlyReflections::Order' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_UseEarlyReflections, BusSendGain) == 0x000014, "Member 'AkGameplayStatics_UseEarlyReflections::BusSendGain' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_UseEarlyReflections, MaxPathLength) == 0x000018, "Member 'AkGameplayStatics_UseEarlyReflections::MaxPathLength' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_UseEarlyReflections, SpotReflectors) == 0x00001C, "Member 'AkGameplayStatics_UseEarlyReflections::SpotReflectors' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_UseEarlyReflections, AuxBusName) == 0x000020, "Member 'AkGameplayStatics_UseEarlyReflections::AuxBusName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_UseReverbVolumes \ +static_assert(alignof(AkGameplayStatics_UseReverbVolumes) == 0x000008, "Wrong alignment on AkGameplayStatics_UseReverbVolumes"); \ +static_assert(sizeof(AkGameplayStatics_UseReverbVolumes) == 0x000010, "Wrong size on AkGameplayStatics_UseReverbVolumes"); \ +static_assert(offsetof(AkGameplayStatics_UseReverbVolumes, inUseReverbVolumes) == 0x000000, "Member 'AkGameplayStatics_UseReverbVolumes::inUseReverbVolumes' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_UseReverbVolumes, Actor) == 0x000008, "Member 'AkGameplayStatics_UseReverbVolumes::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkGameplayStatics \ +static_assert(alignof(UAkGameplayStatics) == 0x000008, "Wrong alignment on UAkGameplayStatics"); \ +static_assert(sizeof(UAkGameplayStatics) == 0x000030, "Wrong size on UAkGameplayStatics"); \ + +#define DUMPER7_ASSERTS_UAkCallbackInfo \ +static_assert(alignof(UAkCallbackInfo) == 0x000008, "Wrong alignment on UAkCallbackInfo"); \ +static_assert(sizeof(UAkCallbackInfo) == 0x000038, "Wrong size on UAkCallbackInfo"); \ +static_assert(offsetof(UAkCallbackInfo, AkComponent) == 0x000030, "Member 'UAkCallbackInfo::AkComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkEventCallbackInfo \ +static_assert(alignof(UAkEventCallbackInfo) == 0x000008, "Wrong alignment on UAkEventCallbackInfo"); \ +static_assert(sizeof(UAkEventCallbackInfo) == 0x000040, "Wrong size on UAkEventCallbackInfo"); \ +static_assert(offsetof(UAkEventCallbackInfo, PlayingID) == 0x000038, "Member 'UAkEventCallbackInfo::PlayingID' has a wrong offset!"); \ +static_assert(offsetof(UAkEventCallbackInfo, EventID) == 0x00003C, "Member 'UAkEventCallbackInfo::EventID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetCc \ +static_assert(alignof(AkMIDIEventCallbackInfo_GetCc) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetCc"); \ +static_assert(sizeof(AkMIDIEventCallbackInfo_GetCc) == 0x000005, "Wrong size on AkMIDIEventCallbackInfo_GetCc"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetCc, AsCc) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetCc::AsCc' has a wrong offset!"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetCc, ReturnValue) == 0x000004, "Member 'AkMIDIEventCallbackInfo_GetCc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetChannel \ +static_assert(alignof(AkMIDIEventCallbackInfo_GetChannel) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetChannel"); \ +static_assert(sizeof(AkMIDIEventCallbackInfo_GetChannel) == 0x000001, "Wrong size on AkMIDIEventCallbackInfo_GetChannel"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetChannel, ReturnValue) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetChannelAftertouch \ +static_assert(alignof(AkMIDIEventCallbackInfo_GetChannelAftertouch) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetChannelAftertouch"); \ +static_assert(sizeof(AkMIDIEventCallbackInfo_GetChannelAftertouch) == 0x000004, "Wrong size on AkMIDIEventCallbackInfo_GetChannelAftertouch"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetChannelAftertouch, AsChannelAftertouch) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetChannelAftertouch::AsChannelAftertouch' has a wrong offset!"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetChannelAftertouch, ReturnValue) == 0x000003, "Member 'AkMIDIEventCallbackInfo_GetChannelAftertouch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetGeneric \ +static_assert(alignof(AkMIDIEventCallbackInfo_GetGeneric) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetGeneric"); \ +static_assert(sizeof(AkMIDIEventCallbackInfo_GetGeneric) == 0x000005, "Wrong size on AkMIDIEventCallbackInfo_GetGeneric"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetGeneric, AsGeneric) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetGeneric::AsGeneric' has a wrong offset!"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetGeneric, ReturnValue) == 0x000004, "Member 'AkMIDIEventCallbackInfo_GetGeneric::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetNoteAftertouch \ +static_assert(alignof(AkMIDIEventCallbackInfo_GetNoteAftertouch) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetNoteAftertouch"); \ +static_assert(sizeof(AkMIDIEventCallbackInfo_GetNoteAftertouch) == 0x000005, "Wrong size on AkMIDIEventCallbackInfo_GetNoteAftertouch"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetNoteAftertouch, AsNoteAftertouch) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetNoteAftertouch::AsNoteAftertouch' has a wrong offset!"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetNoteAftertouch, ReturnValue) == 0x000004, "Member 'AkMIDIEventCallbackInfo_GetNoteAftertouch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetNoteOff \ +static_assert(alignof(AkMIDIEventCallbackInfo_GetNoteOff) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetNoteOff"); \ +static_assert(sizeof(AkMIDIEventCallbackInfo_GetNoteOff) == 0x000005, "Wrong size on AkMIDIEventCallbackInfo_GetNoteOff"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetNoteOff, AsNoteOff) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetNoteOff::AsNoteOff' has a wrong offset!"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetNoteOff, ReturnValue) == 0x000004, "Member 'AkMIDIEventCallbackInfo_GetNoteOff::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetNoteOn \ +static_assert(alignof(AkMIDIEventCallbackInfo_GetNoteOn) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetNoteOn"); \ +static_assert(sizeof(AkMIDIEventCallbackInfo_GetNoteOn) == 0x000005, "Wrong size on AkMIDIEventCallbackInfo_GetNoteOn"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetNoteOn, AsNoteOn) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetNoteOn::AsNoteOn' has a wrong offset!"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetNoteOn, ReturnValue) == 0x000004, "Member 'AkMIDIEventCallbackInfo_GetNoteOn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetPitchBend \ +static_assert(alignof(AkMIDIEventCallbackInfo_GetPitchBend) == 0x000004, "Wrong alignment on AkMIDIEventCallbackInfo_GetPitchBend"); \ +static_assert(sizeof(AkMIDIEventCallbackInfo_GetPitchBend) == 0x00000C, "Wrong size on AkMIDIEventCallbackInfo_GetPitchBend"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetPitchBend, AsPitchBend) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetPitchBend::AsPitchBend' has a wrong offset!"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetPitchBend, ReturnValue) == 0x000008, "Member 'AkMIDIEventCallbackInfo_GetPitchBend::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetProgramChange \ +static_assert(alignof(AkMIDIEventCallbackInfo_GetProgramChange) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetProgramChange"); \ +static_assert(sizeof(AkMIDIEventCallbackInfo_GetProgramChange) == 0x000004, "Wrong size on AkMIDIEventCallbackInfo_GetProgramChange"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetProgramChange, AsProgramChange) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetProgramChange::AsProgramChange' has a wrong offset!"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetProgramChange, ReturnValue) == 0x000003, "Member 'AkMIDIEventCallbackInfo_GetProgramChange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetType \ +static_assert(alignof(AkMIDIEventCallbackInfo_GetType) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetType"); \ +static_assert(sizeof(AkMIDIEventCallbackInfo_GetType) == 0x000001, "Wrong size on AkMIDIEventCallbackInfo_GetType"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetType, ReturnValue) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkMIDIEventCallbackInfo \ +static_assert(alignof(UAkMIDIEventCallbackInfo) == 0x000008, "Wrong alignment on UAkMIDIEventCallbackInfo"); \ +static_assert(sizeof(UAkMIDIEventCallbackInfo) == 0x000050, "Wrong size on UAkMIDIEventCallbackInfo"); \ + +#define DUMPER7_ASSERTS_UAkMarkerCallbackInfo \ +static_assert(alignof(UAkMarkerCallbackInfo) == 0x000008, "Wrong alignment on UAkMarkerCallbackInfo"); \ +static_assert(sizeof(UAkMarkerCallbackInfo) == 0x000058, "Wrong size on UAkMarkerCallbackInfo"); \ +static_assert(offsetof(UAkMarkerCallbackInfo, Identifier) == 0x000040, "Member 'UAkMarkerCallbackInfo::Identifier' has a wrong offset!"); \ +static_assert(offsetof(UAkMarkerCallbackInfo, Position) == 0x000044, "Member 'UAkMarkerCallbackInfo::Position' has a wrong offset!"); \ +static_assert(offsetof(UAkMarkerCallbackInfo, Label) == 0x000048, "Member 'UAkMarkerCallbackInfo::Label' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkDurationCallbackInfo \ +static_assert(alignof(UAkDurationCallbackInfo) == 0x000008, "Wrong alignment on UAkDurationCallbackInfo"); \ +static_assert(sizeof(UAkDurationCallbackInfo) == 0x000058, "Wrong size on UAkDurationCallbackInfo"); \ +static_assert(offsetof(UAkDurationCallbackInfo, Duration) == 0x000040, "Member 'UAkDurationCallbackInfo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UAkDurationCallbackInfo, EstimatedDuration) == 0x000044, "Member 'UAkDurationCallbackInfo::EstimatedDuration' has a wrong offset!"); \ +static_assert(offsetof(UAkDurationCallbackInfo, AudioNodeID) == 0x000048, "Member 'UAkDurationCallbackInfo::AudioNodeID' has a wrong offset!"); \ +static_assert(offsetof(UAkDurationCallbackInfo, MediaID) == 0x00004C, "Member 'UAkDurationCallbackInfo::MediaID' has a wrong offset!"); \ +static_assert(offsetof(UAkDurationCallbackInfo, bStreaming) == 0x000050, "Member 'UAkDurationCallbackInfo::bStreaming' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkMusicSyncCallbackInfo \ +static_assert(alignof(UAkMusicSyncCallbackInfo) == 0x000008, "Wrong alignment on UAkMusicSyncCallbackInfo"); \ +static_assert(sizeof(UAkMusicSyncCallbackInfo) == 0x000078, "Wrong size on UAkMusicSyncCallbackInfo"); \ +static_assert(offsetof(UAkMusicSyncCallbackInfo, PlayingID) == 0x000038, "Member 'UAkMusicSyncCallbackInfo::PlayingID' has a wrong offset!"); \ +static_assert(offsetof(UAkMusicSyncCallbackInfo, SegmentInfo) == 0x00003C, "Member 'UAkMusicSyncCallbackInfo::SegmentInfo' has a wrong offset!"); \ +static_assert(offsetof(UAkMusicSyncCallbackInfo, MusicSyncType) == 0x000060, "Member 'UAkMusicSyncCallbackInfo::MusicSyncType' has a wrong offset!"); \ +static_assert(offsetof(UAkMusicSyncCallbackInfo, UserCueName) == 0x000068, "Member 'UAkMusicSyncCallbackInfo::UserCueName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkGeometryComponent \ +static_assert(alignof(UAkGeometryComponent) == 0x000010, "Wrong alignment on UAkGeometryComponent"); \ +static_assert(sizeof(UAkGeometryComponent) == 0x0003D0, "Wrong size on UAkGeometryComponent"); \ +static_assert(offsetof(UAkGeometryComponent, MeshType) == 0x000240, "Member 'UAkGeometryComponent::MeshType' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, LOD) == 0x000244, "Member 'UAkGeometryComponent::LOD' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, WeldingThreshold) == 0x000248, "Member 'UAkGeometryComponent::WeldingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, StaticMeshSurfaceOverride) == 0x000250, "Member 'UAkGeometryComponent::StaticMeshSurfaceOverride' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, CollisionMeshSurfaceOverride) == 0x0002A0, "Member 'UAkGeometryComponent::CollisionMeshSurfaceOverride' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, bEnableDiffraction) == 0x0002B8, "Member 'UAkGeometryComponent::bEnableDiffraction' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, bEnableDiffractionOnBoundaryEdges) == 0x0002B9, "Member 'UAkGeometryComponent::bEnableDiffractionOnBoundaryEdges' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, AssociatedRoom) == 0x0002C0, "Member 'UAkGeometryComponent::AssociatedRoom' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, GeometryData) == 0x0002D8, "Member 'UAkGeometryComponent::GeometryData' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, SurfaceAreas) == 0x000328, "Member 'UAkGeometryComponent::SurfaceAreas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkGroupValue \ +static_assert(alignof(UAkGroupValue) == 0x000008, "Wrong alignment on UAkGroupValue"); \ +static_assert(sizeof(UAkGroupValue) == 0x000070, "Wrong size on UAkGroupValue"); \ +static_assert(offsetof(UAkGroupValue, MediaDependencies) == 0x000048, "Member 'UAkGroupValue::MediaDependencies' has a wrong offset!"); \ +static_assert(offsetof(UAkGroupValue, GroupShortID) == 0x000058, "Member 'UAkGroupValue::GroupShortID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkHololensInitializationSettings_MigrateMultiCoreRendering \ +static_assert(alignof(AkHololensInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkHololensInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(sizeof(AkHololensInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkHololensInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(offsetof(AkHololensInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkHololensInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkHololensInitializationSettings \ +static_assert(alignof(UAkHololensInitializationSettings) == 0x000008, "Wrong alignment on UAkHololensInitializationSettings"); \ +static_assert(sizeof(UAkHololensInitializationSettings) == 0x000100, "Wrong size on UAkHololensInitializationSettings"); \ +static_assert(offsetof(UAkHololensInitializationSettings, CommonSettings) == 0x000038, "Member 'UAkHololensInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkHololensInitializationSettings, CommunicationSettings) == 0x0000A0, "Member 'UAkHololensInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkHololensInitializationSettings, AdvancedSettings) == 0x0000C8, "Member 'UAkHololensInitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkHololensPlatformInfo \ +static_assert(alignof(UAkHololensPlatformInfo) == 0x000008, "Wrong alignment on UAkHololensPlatformInfo"); \ +static_assert(sizeof(UAkHololensPlatformInfo) == 0x000078, "Wrong size on UAkHololensPlatformInfo"); \ + +#define DUMPER7_ASSERTS_UAkInitBankAssetData \ +static_assert(alignof(UAkInitBankAssetData) == 0x000008, "Wrong alignment on UAkInitBankAssetData"); \ +static_assert(sizeof(UAkInitBankAssetData) == 0x0000A0, "Wrong size on UAkInitBankAssetData"); \ +static_assert(offsetof(UAkInitBankAssetData, PluginInfos) == 0x000090, "Member 'UAkInitBankAssetData::PluginInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkInitBank \ +static_assert(alignof(UAkInitBank) == 0x000008, "Wrong alignment on UAkInitBank"); \ +static_assert(sizeof(UAkInitBank) == 0x000078, "Wrong size on UAkInitBank"); \ +static_assert(offsetof(UAkInitBank, AvailableAudioCultures) == 0x000058, "Member 'UAkInitBank::AvailableAudioCultures' has a wrong offset!"); \ +static_assert(offsetof(UAkInitBank, DefaultLanguage) == 0x000068, "Member 'UAkInitBank::DefaultLanguage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkIOSInitializationSettings \ +static_assert(alignof(UAkIOSInitializationSettings) == 0x000008, "Wrong alignment on UAkIOSInitializationSettings"); \ +static_assert(sizeof(UAkIOSInitializationSettings) == 0x000108, "Wrong size on UAkIOSInitializationSettings"); \ +static_assert(offsetof(UAkIOSInitializationSettings, CommonSettings) == 0x000038, "Member 'UAkIOSInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkIOSInitializationSettings, AudioSession) == 0x0000A0, "Member 'UAkIOSInitializationSettings::AudioSession' has a wrong offset!"); \ +static_assert(offsetof(UAkIOSInitializationSettings, CommunicationSettings) == 0x0000B0, "Member 'UAkIOSInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkIOSInitializationSettings, AdvancedSettings) == 0x0000D8, "Member 'UAkIOSInitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkIOSPlatformInfo \ +static_assert(alignof(UAkIOSPlatformInfo) == 0x000008, "Wrong alignment on UAkIOSPlatformInfo"); \ +static_assert(sizeof(UAkIOSPlatformInfo) == 0x000078, "Wrong size on UAkIOSPlatformInfo"); \ + +#define DUMPER7_ASSERTS_AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString \ +static_assert(alignof(AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString) == 0x000008, "Wrong alignment on AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString"); \ +static_assert(sizeof(AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString) == 0x000020, "Wrong size on AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString"); \ +static_assert(offsetof(AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString, INAkBoolPropertyToControl) == 0x000000, "Member 'AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString::INAkBoolPropertyToControl' has a wrong offset!"); \ +static_assert(offsetof(AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString, ReturnValue) == 0x000010, "Member 'AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText \ +static_assert(alignof(AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText) == 0x000008, "Wrong alignment on AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText"); \ +static_assert(sizeof(AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText) == 0x000028, "Wrong size on AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText"); \ +static_assert(offsetof(AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText, INAkBoolPropertyToControl) == 0x000000, "Member 'AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText::INAkBoolPropertyToControl' has a wrong offset!"); \ +static_assert(offsetof(AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText, ReturnValue) == 0x000010, "Member 'AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkItemBoolPropertiesConv \ +static_assert(alignof(UAkItemBoolPropertiesConv) == 0x000008, "Wrong alignment on UAkItemBoolPropertiesConv"); \ +static_assert(sizeof(UAkItemBoolPropertiesConv) == 0x000030, "Wrong size on UAkItemBoolPropertiesConv"); \ + +#define DUMPER7_ASSERTS_AkItemBoolProperties_SetSearchText \ +static_assert(alignof(AkItemBoolProperties_SetSearchText) == 0x000008, "Wrong alignment on AkItemBoolProperties_SetSearchText"); \ +static_assert(sizeof(AkItemBoolProperties_SetSearchText) == 0x000010, "Wrong size on AkItemBoolProperties_SetSearchText"); \ +static_assert(offsetof(AkItemBoolProperties_SetSearchText, newText) == 0x000000, "Member 'AkItemBoolProperties_SetSearchText::newText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkItemBoolProperties_GetSearchText \ +static_assert(alignof(AkItemBoolProperties_GetSearchText) == 0x000008, "Wrong alignment on AkItemBoolProperties_GetSearchText"); \ +static_assert(sizeof(AkItemBoolProperties_GetSearchText) == 0x000010, "Wrong size on AkItemBoolProperties_GetSearchText"); \ +static_assert(offsetof(AkItemBoolProperties_GetSearchText, ReturnValue) == 0x000000, "Member 'AkItemBoolProperties_GetSearchText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkItemBoolProperties_GetSelectedProperty \ +static_assert(alignof(AkItemBoolProperties_GetSelectedProperty) == 0x000008, "Wrong alignment on AkItemBoolProperties_GetSelectedProperty"); \ +static_assert(sizeof(AkItemBoolProperties_GetSelectedProperty) == 0x000010, "Wrong size on AkItemBoolProperties_GetSelectedProperty"); \ +static_assert(offsetof(AkItemBoolProperties_GetSelectedProperty, ReturnValue) == 0x000000, "Member 'AkItemBoolProperties_GetSelectedProperty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkItemBoolProperties \ +static_assert(alignof(UAkItemBoolProperties) == 0x000008, "Wrong alignment on UAkItemBoolProperties"); \ +static_assert(sizeof(UAkItemBoolProperties) == 0x000168, "Wrong size on UAkItemBoolProperties"); \ +static_assert(offsetof(UAkItemBoolProperties, OnSelectionChanged) == 0x000128, "Member 'UAkItemBoolProperties::OnSelectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UAkItemBoolProperties, OnPropertyDragged) == 0x000138, "Member 'UAkItemBoolProperties::OnPropertyDragged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkItemPropertiesConv_Conv_FAkPropertyToControlToString \ +static_assert(alignof(AkItemPropertiesConv_Conv_FAkPropertyToControlToString) == 0x000008, "Wrong alignment on AkItemPropertiesConv_Conv_FAkPropertyToControlToString"); \ +static_assert(sizeof(AkItemPropertiesConv_Conv_FAkPropertyToControlToString) == 0x000020, "Wrong size on AkItemPropertiesConv_Conv_FAkPropertyToControlToString"); \ +static_assert(offsetof(AkItemPropertiesConv_Conv_FAkPropertyToControlToString, INAkPropertyToControl) == 0x000000, "Member 'AkItemPropertiesConv_Conv_FAkPropertyToControlToString::INAkPropertyToControl' has a wrong offset!"); \ +static_assert(offsetof(AkItemPropertiesConv_Conv_FAkPropertyToControlToString, ReturnValue) == 0x000010, "Member 'AkItemPropertiesConv_Conv_FAkPropertyToControlToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkItemPropertiesConv_Conv_FAkPropertyToControlToText \ +static_assert(alignof(AkItemPropertiesConv_Conv_FAkPropertyToControlToText) == 0x000008, "Wrong alignment on AkItemPropertiesConv_Conv_FAkPropertyToControlToText"); \ +static_assert(sizeof(AkItemPropertiesConv_Conv_FAkPropertyToControlToText) == 0x000028, "Wrong size on AkItemPropertiesConv_Conv_FAkPropertyToControlToText"); \ +static_assert(offsetof(AkItemPropertiesConv_Conv_FAkPropertyToControlToText, INAkPropertyToControl) == 0x000000, "Member 'AkItemPropertiesConv_Conv_FAkPropertyToControlToText::INAkPropertyToControl' has a wrong offset!"); \ +static_assert(offsetof(AkItemPropertiesConv_Conv_FAkPropertyToControlToText, ReturnValue) == 0x000010, "Member 'AkItemPropertiesConv_Conv_FAkPropertyToControlToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkItemPropertiesConv \ +static_assert(alignof(UAkItemPropertiesConv) == 0x000008, "Wrong alignment on UAkItemPropertiesConv"); \ +static_assert(sizeof(UAkItemPropertiesConv) == 0x000030, "Wrong size on UAkItemPropertiesConv"); \ + +#define DUMPER7_ASSERTS_AkItemProperties_SetSearchText \ +static_assert(alignof(AkItemProperties_SetSearchText) == 0x000008, "Wrong alignment on AkItemProperties_SetSearchText"); \ +static_assert(sizeof(AkItemProperties_SetSearchText) == 0x000010, "Wrong size on AkItemProperties_SetSearchText"); \ +static_assert(offsetof(AkItemProperties_SetSearchText, newText) == 0x000000, "Member 'AkItemProperties_SetSearchText::newText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkItemProperties_GetSearchText \ +static_assert(alignof(AkItemProperties_GetSearchText) == 0x000008, "Wrong alignment on AkItemProperties_GetSearchText"); \ +static_assert(sizeof(AkItemProperties_GetSearchText) == 0x000010, "Wrong size on AkItemProperties_GetSearchText"); \ +static_assert(offsetof(AkItemProperties_GetSearchText, ReturnValue) == 0x000000, "Member 'AkItemProperties_GetSearchText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkItemProperties_GetSelectedProperty \ +static_assert(alignof(AkItemProperties_GetSelectedProperty) == 0x000008, "Wrong alignment on AkItemProperties_GetSelectedProperty"); \ +static_assert(sizeof(AkItemProperties_GetSelectedProperty) == 0x000010, "Wrong size on AkItemProperties_GetSelectedProperty"); \ +static_assert(offsetof(AkItemProperties_GetSelectedProperty, ReturnValue) == 0x000000, "Member 'AkItemProperties_GetSelectedProperty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkItemProperties \ +static_assert(alignof(UAkItemProperties) == 0x000008, "Wrong alignment on UAkItemProperties"); \ +static_assert(sizeof(UAkItemProperties) == 0x000168, "Wrong size on UAkItemProperties"); \ +static_assert(offsetof(UAkItemProperties, OnSelectionChanged) == 0x000128, "Member 'UAkItemProperties::OnSelectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UAkItemProperties, OnPropertyDragged) == 0x000138, "Member 'UAkItemProperties::OnPropertyDragged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkLateReverbComponent_AssociateAkTextureSetComponent \ +static_assert(alignof(AkLateReverbComponent_AssociateAkTextureSetComponent) == 0x000008, "Wrong alignment on AkLateReverbComponent_AssociateAkTextureSetComponent"); \ +static_assert(sizeof(AkLateReverbComponent_AssociateAkTextureSetComponent) == 0x000008, "Wrong size on AkLateReverbComponent_AssociateAkTextureSetComponent"); \ +static_assert(offsetof(AkLateReverbComponent_AssociateAkTextureSetComponent, textureSetComponent) == 0x000000, "Member 'AkLateReverbComponent_AssociateAkTextureSetComponent::textureSetComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkLateReverbComponent \ +static_assert(alignof(UAkLateReverbComponent) == 0x000010, "Wrong alignment on UAkLateReverbComponent"); \ +static_assert(sizeof(UAkLateReverbComponent) == 0x0002B0, "Wrong size on UAkLateReverbComponent"); \ +static_assert(offsetof(UAkLateReverbComponent, bEnable) == 0x000228, "Member 'UAkLateReverbComponent::bEnable' has a wrong offset!"); \ +static_assert(offsetof(UAkLateReverbComponent, SendLevel) == 0x00022C, "Member 'UAkLateReverbComponent::SendLevel' has a wrong offset!"); \ +static_assert(offsetof(UAkLateReverbComponent, FadeRate) == 0x000230, "Member 'UAkLateReverbComponent::FadeRate' has a wrong offset!"); \ +static_assert(offsetof(UAkLateReverbComponent, Priority) == 0x000234, "Member 'UAkLateReverbComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(UAkLateReverbComponent, AutoAssignAuxBus) == 0x000238, "Member 'UAkLateReverbComponent::AutoAssignAuxBus' has a wrong offset!"); \ +static_assert(offsetof(UAkLateReverbComponent, AuxBus) == 0x000240, "Member 'UAkLateReverbComponent::AuxBus' has a wrong offset!"); \ +static_assert(offsetof(UAkLateReverbComponent, AuxBusName) == 0x000248, "Member 'UAkLateReverbComponent::AuxBusName' has a wrong offset!"); \ +static_assert(offsetof(UAkLateReverbComponent, AuxBusManual) == 0x000260, "Member 'UAkLateReverbComponent::AuxBusManual' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkLinuxInitializationSettings_MigrateMultiCoreRendering \ +static_assert(alignof(AkLinuxInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkLinuxInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(sizeof(AkLinuxInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkLinuxInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(offsetof(AkLinuxInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkLinuxInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkLinuxInitializationSettings \ +static_assert(alignof(UAkLinuxInitializationSettings) == 0x000008, "Wrong alignment on UAkLinuxInitializationSettings"); \ +static_assert(sizeof(UAkLinuxInitializationSettings) == 0x0000F8, "Wrong size on UAkLinuxInitializationSettings"); \ +static_assert(offsetof(UAkLinuxInitializationSettings, CommonSettings) == 0x000038, "Member 'UAkLinuxInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkLinuxInitializationSettings, CommunicationSettings) == 0x0000A0, "Member 'UAkLinuxInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkLinuxInitializationSettings, AdvancedSettings) == 0x0000C8, "Member 'UAkLinuxInitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkLinuxPlatformInfo \ +static_assert(alignof(UAkLinuxPlatformInfo) == 0x000008, "Wrong alignment on UAkLinuxPlatformInfo"); \ +static_assert(sizeof(UAkLinuxPlatformInfo) == 0x000078, "Wrong size on UAkLinuxPlatformInfo"); \ + +#define DUMPER7_ASSERTS_AkMacInitializationSettings_MigrateMultiCoreRendering \ +static_assert(alignof(AkMacInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkMacInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(sizeof(AkMacInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkMacInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(offsetof(AkMacInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkMacInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkMacInitializationSettings \ +static_assert(alignof(UAkMacInitializationSettings) == 0x000008, "Wrong alignment on UAkMacInitializationSettings"); \ +static_assert(sizeof(UAkMacInitializationSettings) == 0x0000F8, "Wrong size on UAkMacInitializationSettings"); \ +static_assert(offsetof(UAkMacInitializationSettings, CommonSettings) == 0x000038, "Member 'UAkMacInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkMacInitializationSettings, CommunicationSettings) == 0x0000A0, "Member 'UAkMacInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkMacInitializationSettings, AdvancedSettings) == 0x0000C8, "Member 'UAkMacInitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkMacPlatformInfo \ +static_assert(alignof(UAkMacPlatformInfo) == 0x000008, "Wrong alignment on UAkMacPlatformInfo"); \ +static_assert(sizeof(UAkMacPlatformInfo) == 0x000078, "Wrong size on UAkMacPlatformInfo"); \ + +#define DUMPER7_ASSERTS_UAkMediaAssetData \ +static_assert(alignof(UAkMediaAssetData) == 0x000008, "Wrong alignment on UAkMediaAssetData"); \ +static_assert(sizeof(UAkMediaAssetData) == 0x000080, "Wrong size on UAkMediaAssetData"); \ +static_assert(offsetof(UAkMediaAssetData, IsStreamed) == 0x000030, "Member 'UAkMediaAssetData::IsStreamed' has a wrong offset!"); \ +static_assert(offsetof(UAkMediaAssetData, UseDeviceMemory) == 0x000031, "Member 'UAkMediaAssetData::UseDeviceMemory' has a wrong offset!"); \ +static_assert(offsetof(UAkMediaAssetData, Language) == 0x000038, "Member 'UAkMediaAssetData::Language' has a wrong offset!"); \ +static_assert(offsetof(UAkMediaAssetData, AssetPlatform) == 0x000048, "Member 'UAkMediaAssetData::AssetPlatform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkMediaAsset \ +static_assert(alignof(UAkMediaAsset) == 0x000008, "Wrong alignment on UAkMediaAsset"); \ +static_assert(sizeof(UAkMediaAsset) == 0x000080, "Wrong size on UAkMediaAsset"); \ +static_assert(offsetof(UAkMediaAsset, Id) == 0x000030, "Member 'UAkMediaAsset::Id' has a wrong offset!"); \ +static_assert(offsetof(UAkMediaAsset, MediaName) == 0x000038, "Member 'UAkMediaAsset::MediaName' has a wrong offset!"); \ +static_assert(offsetof(UAkMediaAsset, AutoLoad) == 0x000048, "Member 'UAkMediaAsset::AutoLoad' has a wrong offset!"); \ +static_assert(offsetof(UAkMediaAsset, UserData) == 0x000050, "Member 'UAkMediaAsset::UserData' has a wrong offset!"); \ +static_assert(offsetof(UAkMediaAsset, Language) == 0x000060, "Member 'UAkMediaAsset::Language' has a wrong offset!"); \ +static_assert(offsetof(UAkMediaAsset, CurrentMediaAssetData) == 0x000070, "Member 'UAkMediaAsset::CurrentMediaAssetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkLocalizedMediaAsset \ +static_assert(alignof(UAkLocalizedMediaAsset) == 0x000008, "Wrong alignment on UAkLocalizedMediaAsset"); \ +static_assert(sizeof(UAkLocalizedMediaAsset) == 0x000080, "Wrong size on UAkLocalizedMediaAsset"); \ + +#define DUMPER7_ASSERTS_UAkExternalMediaAsset \ +static_assert(alignof(UAkExternalMediaAsset) == 0x000008, "Wrong alignment on UAkExternalMediaAsset"); \ +static_assert(sizeof(UAkExternalMediaAsset) == 0x0000E0, "Wrong size on UAkExternalMediaAsset"); \ + +#define DUMPER7_ASSERTS_IAkPlatformInitialisationSettingsBase \ +static_assert(alignof(IAkPlatformInitialisationSettingsBase) == 0x000001, "Wrong alignment on IAkPlatformInitialisationSettingsBase"); \ +static_assert(sizeof(IAkPlatformInitialisationSettingsBase) == 0x000001, "Wrong size on IAkPlatformInitialisationSettingsBase"); \ + +#define DUMPER7_ASSERTS_AkPS4InitializationSettings_MigrateMultiCoreRendering \ +static_assert(alignof(AkPS4InitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkPS4InitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(sizeof(AkPS4InitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkPS4InitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(offsetof(AkPS4InitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkPS4InitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkPS4InitializationSettings \ +static_assert(alignof(UAkPS4InitializationSettings) == 0x000008, "Wrong alignment on UAkPS4InitializationSettings"); \ +static_assert(sizeof(UAkPS4InitializationSettings) == 0x0000F8, "Wrong size on UAkPS4InitializationSettings"); \ +static_assert(offsetof(UAkPS4InitializationSettings, CommonSettings) == 0x000038, "Member 'UAkPS4InitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkPS4InitializationSettings, CommunicationSettings) == 0x000098, "Member 'UAkPS4InitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkPS4InitializationSettings, AdvancedSettings) == 0x0000C0, "Member 'UAkPS4InitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkPS4PlatformInfo \ +static_assert(alignof(UAkPS4PlatformInfo) == 0x000008, "Wrong alignment on UAkPS4PlatformInfo"); \ +static_assert(sizeof(UAkPS4PlatformInfo) == 0x000078, "Wrong size on UAkPS4PlatformInfo"); \ + +#define DUMPER7_ASSERTS_UAkSettingsPerUser \ +static_assert(alignof(UAkSettingsPerUser) == 0x000008, "Wrong alignment on UAkSettingsPerUser"); \ +static_assert(sizeof(UAkSettingsPerUser) == 0x000088, "Wrong size on UAkSettingsPerUser"); \ +static_assert(offsetof(UAkSettingsPerUser, WwiseWindowsInstallationPath) == 0x000030, "Member 'UAkSettingsPerUser::WwiseWindowsInstallationPath' has a wrong offset!"); \ +static_assert(offsetof(UAkSettingsPerUser, WwiseMacInstallationPath) == 0x000040, "Member 'UAkSettingsPerUser::WwiseMacInstallationPath' has a wrong offset!"); \ +static_assert(offsetof(UAkSettingsPerUser, EnableAutomaticAssetSynchronization) == 0x000050, "Member 'UAkSettingsPerUser::EnableAutomaticAssetSynchronization' has a wrong offset!"); \ +static_assert(offsetof(UAkSettingsPerUser, WaapiIPAddress) == 0x000058, "Member 'UAkSettingsPerUser::WaapiIPAddress' has a wrong offset!"); \ +static_assert(offsetof(UAkSettingsPerUser, WaapiPort) == 0x000068, "Member 'UAkSettingsPerUser::WaapiPort' has a wrong offset!"); \ +static_assert(offsetof(UAkSettingsPerUser, bAutoConnectToWAAPI) == 0x00006C, "Member 'UAkSettingsPerUser::bAutoConnectToWAAPI' has a wrong offset!"); \ +static_assert(offsetof(UAkSettingsPerUser, AutoSyncSelection) == 0x00006D, "Member 'UAkSettingsPerUser::AutoSyncSelection' has a wrong offset!"); \ +static_assert(offsetof(UAkSettingsPerUser, SuppressWwiseProjectPathWarnings) == 0x00006E, "Member 'UAkSettingsPerUser::SuppressWwiseProjectPathWarnings' has a wrong offset!"); \ +static_assert(offsetof(UAkSettingsPerUser, SoundDataGenerationSkipLanguage) == 0x00006F, "Member 'UAkSettingsPerUser::SoundDataGenerationSkipLanguage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSlider_SetAkSliderItemId \ +static_assert(alignof(AkSlider_SetAkSliderItemId) == 0x000004, "Wrong alignment on AkSlider_SetAkSliderItemId"); \ +static_assert(sizeof(AkSlider_SetAkSliderItemId) == 0x000010, "Wrong size on AkSlider_SetAkSliderItemId"); \ +static_assert(offsetof(AkSlider_SetAkSliderItemId, ItemId) == 0x000000, "Member 'AkSlider_SetAkSliderItemId::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSlider_SetAkSliderItemProperty \ +static_assert(alignof(AkSlider_SetAkSliderItemProperty) == 0x000008, "Wrong alignment on AkSlider_SetAkSliderItemProperty"); \ +static_assert(sizeof(AkSlider_SetAkSliderItemProperty) == 0x000010, "Wrong size on AkSlider_SetAkSliderItemProperty"); \ +static_assert(offsetof(AkSlider_SetAkSliderItemProperty, ItemProperty) == 0x000000, "Member 'AkSlider_SetAkSliderItemProperty::ItemProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSlider_SetIndentHandle \ +static_assert(alignof(AkSlider_SetIndentHandle) == 0x000001, "Wrong alignment on AkSlider_SetIndentHandle"); \ +static_assert(sizeof(AkSlider_SetIndentHandle) == 0x000001, "Wrong size on AkSlider_SetIndentHandle"); \ +static_assert(offsetof(AkSlider_SetIndentHandle, InValue) == 0x000000, "Member 'AkSlider_SetIndentHandle::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSlider_SetLocked \ +static_assert(alignof(AkSlider_SetLocked) == 0x000001, "Wrong alignment on AkSlider_SetLocked"); \ +static_assert(sizeof(AkSlider_SetLocked) == 0x000001, "Wrong size on AkSlider_SetLocked"); \ +static_assert(offsetof(AkSlider_SetLocked, InValue) == 0x000000, "Member 'AkSlider_SetLocked::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSlider_SetSliderBarColor \ +static_assert(alignof(AkSlider_SetSliderBarColor) == 0x000004, "Wrong alignment on AkSlider_SetSliderBarColor"); \ +static_assert(sizeof(AkSlider_SetSliderBarColor) == 0x000010, "Wrong size on AkSlider_SetSliderBarColor"); \ +static_assert(offsetof(AkSlider_SetSliderBarColor, InValue) == 0x000000, "Member 'AkSlider_SetSliderBarColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSlider_SetSliderHandleColor \ +static_assert(alignof(AkSlider_SetSliderHandleColor) == 0x000004, "Wrong alignment on AkSlider_SetSliderHandleColor"); \ +static_assert(sizeof(AkSlider_SetSliderHandleColor) == 0x000010, "Wrong size on AkSlider_SetSliderHandleColor"); \ +static_assert(offsetof(AkSlider_SetSliderHandleColor, InValue) == 0x000000, "Member 'AkSlider_SetSliderHandleColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSlider_SetStepSize \ +static_assert(alignof(AkSlider_SetStepSize) == 0x000004, "Wrong alignment on AkSlider_SetStepSize"); \ +static_assert(sizeof(AkSlider_SetStepSize) == 0x000004, "Wrong size on AkSlider_SetStepSize"); \ +static_assert(offsetof(AkSlider_SetStepSize, InValue) == 0x000000, "Member 'AkSlider_SetStepSize::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSlider_SetValue \ +static_assert(alignof(AkSlider_SetValue) == 0x000004, "Wrong alignment on AkSlider_SetValue"); \ +static_assert(sizeof(AkSlider_SetValue) == 0x000004, "Wrong size on AkSlider_SetValue"); \ +static_assert(offsetof(AkSlider_SetValue, InValue) == 0x000000, "Member 'AkSlider_SetValue::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSlider_GetAkSliderItemId \ +static_assert(alignof(AkSlider_GetAkSliderItemId) == 0x000004, "Wrong alignment on AkSlider_GetAkSliderItemId"); \ +static_assert(sizeof(AkSlider_GetAkSliderItemId) == 0x000010, "Wrong size on AkSlider_GetAkSliderItemId"); \ +static_assert(offsetof(AkSlider_GetAkSliderItemId, ReturnValue) == 0x000000, "Member 'AkSlider_GetAkSliderItemId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSlider_GetAkSliderItemProperty \ +static_assert(alignof(AkSlider_GetAkSliderItemProperty) == 0x000008, "Wrong alignment on AkSlider_GetAkSliderItemProperty"); \ +static_assert(sizeof(AkSlider_GetAkSliderItemProperty) == 0x000010, "Wrong size on AkSlider_GetAkSliderItemProperty"); \ +static_assert(offsetof(AkSlider_GetAkSliderItemProperty, ReturnValue) == 0x000000, "Member 'AkSlider_GetAkSliderItemProperty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSlider_GetValue \ +static_assert(alignof(AkSlider_GetValue) == 0x000004, "Wrong alignment on AkSlider_GetValue"); \ +static_assert(sizeof(AkSlider_GetValue) == 0x000004, "Wrong size on AkSlider_GetValue"); \ +static_assert(offsetof(AkSlider_GetValue, ReturnValue) == 0x000000, "Member 'AkSlider_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkSlider \ +static_assert(alignof(UAkSlider) == 0x000008, "Wrong alignment on UAkSlider"); \ +static_assert(sizeof(UAkSlider) == 0x000580, "Wrong size on UAkSlider"); \ +static_assert(offsetof(UAkSlider, Value) == 0x000128, "Member 'UAkSlider::Value' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, ValueDelegate) == 0x00012C, "Member 'UAkSlider::ValueDelegate' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, WidgetStyle) == 0x000140, "Member 'UAkSlider::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, Orientation) == 0x0004B0, "Member 'UAkSlider::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, SliderBarColor) == 0x0004B4, "Member 'UAkSlider::SliderBarColor' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, SliderHandleColor) == 0x0004C4, "Member 'UAkSlider::SliderHandleColor' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, IndentHandle) == 0x0004D4, "Member 'UAkSlider::IndentHandle' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, Locked) == 0x0004D5, "Member 'UAkSlider::Locked' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, StepSize) == 0x0004D8, "Member 'UAkSlider::StepSize' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, IsFocusable) == 0x0004DC, "Member 'UAkSlider::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, ThePropertyToControl) == 0x0004E0, "Member 'UAkSlider::ThePropertyToControl' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, ItemToControl) == 0x0004F0, "Member 'UAkSlider::ItemToControl' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, OnValueChanged) == 0x000530, "Member 'UAkSlider::OnValueChanged' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, OnItemDropped) == 0x000540, "Member 'UAkSlider::OnItemDropped' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, OnPropertyDropped) == 0x000550, "Member 'UAkSlider::OnPropertyDropped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAkSpatialAudioVolume \ +static_assert(alignof(AAkSpatialAudioVolume) == 0x000008, "Wrong alignment on AAkSpatialAudioVolume"); \ +static_assert(sizeof(AAkSpatialAudioVolume) == 0x000318, "Wrong size on AAkSpatialAudioVolume"); \ +static_assert(offsetof(AAkSpatialAudioVolume, SurfaceReflectorSet) == 0x000300, "Member 'AAkSpatialAudioVolume::SurfaceReflectorSet' has a wrong offset!"); \ +static_assert(offsetof(AAkSpatialAudioVolume, LateReverb) == 0x000308, "Member 'AAkSpatialAudioVolume::LateReverb' has a wrong offset!"); \ +static_assert(offsetof(AAkSpatialAudioVolume, Room) == 0x000310, "Member 'AAkSpatialAudioVolume::Room' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAkSpotReflector \ +static_assert(alignof(AAkSpotReflector) == 0x000008, "Wrong alignment on AAkSpotReflector"); \ +static_assert(sizeof(AAkSpotReflector) == 0x0002D0, "Wrong size on AAkSpotReflector"); \ +static_assert(offsetof(AAkSpotReflector, EarlyReflectionAuxBus) == 0x0002A8, "Member 'AAkSpotReflector::EarlyReflectionAuxBus' has a wrong offset!"); \ +static_assert(offsetof(AAkSpotReflector, EarlyReflectionAuxBusName) == 0x0002B0, "Member 'AAkSpotReflector::EarlyReflectionAuxBusName' has a wrong offset!"); \ +static_assert(offsetof(AAkSpotReflector, AcousticTexture) == 0x0002C0, "Member 'AAkSpotReflector::AcousticTexture' has a wrong offset!"); \ +static_assert(offsetof(AAkSpotReflector, DistanceScalingFactor) == 0x0002C8, "Member 'AAkSpotReflector::DistanceScalingFactor' has a wrong offset!"); \ +static_assert(offsetof(AAkSpotReflector, Level) == 0x0002CC, "Member 'AAkSpotReflector::Level' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkStateValue \ +static_assert(alignof(UAkStateValue) == 0x000008, "Wrong alignment on UAkStateValue"); \ +static_assert(sizeof(UAkStateValue) == 0x000070, "Wrong size on UAkStateValue"); \ + +#define DUMPER7_ASSERTS_UAkSubmixInputComponent \ +static_assert(alignof(UAkSubmixInputComponent) == 0x000010, "Wrong alignment on UAkSubmixInputComponent"); \ +static_assert(sizeof(UAkSubmixInputComponent) == 0x0004C0, "Wrong size on UAkSubmixInputComponent"); \ +static_assert(offsetof(UAkSubmixInputComponent, SubmixToRecord) == 0x000470, "Member 'UAkSubmixInputComponent::SubmixToRecord' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkSurfaceReflectorSetComponent \ +static_assert(alignof(UAkSurfaceReflectorSetComponent) == 0x000010, "Wrong alignment on UAkSurfaceReflectorSetComponent"); \ +static_assert(sizeof(UAkSurfaceReflectorSetComponent) == 0x000270, "Wrong size on UAkSurfaceReflectorSetComponent"); \ +static_assert(offsetof(UAkSurfaceReflectorSetComponent, bEnableSurfaceReflectors) == 0x000240, "Member 'UAkSurfaceReflectorSetComponent::bEnableSurfaceReflectors' has a wrong offset!"); \ +static_assert(offsetof(UAkSurfaceReflectorSetComponent, AcousticPolys) == 0x000248, "Member 'UAkSurfaceReflectorSetComponent::AcousticPolys' has a wrong offset!"); \ +static_assert(offsetof(UAkSurfaceReflectorSetComponent, bEnableDiffraction) == 0x000258, "Member 'UAkSurfaceReflectorSetComponent::bEnableDiffraction' has a wrong offset!"); \ +static_assert(offsetof(UAkSurfaceReflectorSetComponent, bEnableDiffractionOnBoundaryEdges) == 0x000259, "Member 'UAkSurfaceReflectorSetComponent::bEnableDiffractionOnBoundaryEdges' has a wrong offset!"); \ +static_assert(offsetof(UAkSurfaceReflectorSetComponent, AssociatedRoom) == 0x000260, "Member 'UAkSurfaceReflectorSetComponent::AssociatedRoom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSwitchInitializationSettings_MigrateMultiCoreRendering \ +static_assert(alignof(AkSwitchInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkSwitchInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(sizeof(AkSwitchInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkSwitchInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(offsetof(AkSwitchInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkSwitchInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkSwitchInitializationSettings \ +static_assert(alignof(UAkSwitchInitializationSettings) == 0x000008, "Wrong alignment on UAkSwitchInitializationSettings"); \ +static_assert(sizeof(UAkSwitchInitializationSettings) == 0x0000F8, "Wrong size on UAkSwitchInitializationSettings"); \ +static_assert(offsetof(UAkSwitchInitializationSettings, CommonSettings) == 0x000038, "Member 'UAkSwitchInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkSwitchInitializationSettings, CommunicationSettings) == 0x0000A0, "Member 'UAkSwitchInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkSwitchInitializationSettings, AdvancedSettings) == 0x0000C8, "Member 'UAkSwitchInitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkSwitchPlatformInfo \ +static_assert(alignof(UAkSwitchPlatformInfo) == 0x000008, "Wrong alignment on UAkSwitchPlatformInfo"); \ +static_assert(sizeof(UAkSwitchPlatformInfo) == 0x000078, "Wrong size on UAkSwitchPlatformInfo"); \ + +#define DUMPER7_ASSERTS_UAkSwitchValue \ +static_assert(alignof(UAkSwitchValue) == 0x000008, "Wrong alignment on UAkSwitchValue"); \ +static_assert(sizeof(UAkSwitchValue) == 0x000070, "Wrong size on UAkSwitchValue"); \ + +#define DUMPER7_ASSERTS_UAkTrigger \ +static_assert(alignof(UAkTrigger) == 0x000008, "Wrong alignment on UAkTrigger"); \ +static_assert(sizeof(UAkTrigger) == 0x000048, "Wrong size on UAkTrigger"); \ + +#define DUMPER7_ASSERTS_UAkTVOSInitializationSettings \ +static_assert(alignof(UAkTVOSInitializationSettings) == 0x000008, "Wrong alignment on UAkTVOSInitializationSettings"); \ +static_assert(sizeof(UAkTVOSInitializationSettings) == 0x000108, "Wrong size on UAkTVOSInitializationSettings"); \ +static_assert(offsetof(UAkTVOSInitializationSettings, CommonSettings) == 0x000038, "Member 'UAkTVOSInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkTVOSInitializationSettings, AudioSession) == 0x0000A0, "Member 'UAkTVOSInitializationSettings::AudioSession' has a wrong offset!"); \ +static_assert(offsetof(UAkTVOSInitializationSettings, CommunicationSettings) == 0x0000B0, "Member 'UAkTVOSInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkTVOSInitializationSettings, AdvancedSettings) == 0x0000D8, "Member 'UAkTVOSInitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkTVOSPlatformInfo \ +static_assert(alignof(UAkTVOSPlatformInfo) == 0x000008, "Wrong alignment on UAkTVOSPlatformInfo"); \ +static_assert(sizeof(UAkTVOSPlatformInfo) == 0x000078, "Wrong size on UAkTVOSPlatformInfo"); \ + +#define DUMPER7_ASSERTS_AkWaapiCalls_CallWaapi \ +static_assert(alignof(AkWaapiCalls_CallWaapi) == 0x000008, "Wrong alignment on AkWaapiCalls_CallWaapi"); \ +static_assert(sizeof(AkWaapiCalls_CallWaapi) == 0x000040, "Wrong size on AkWaapiCalls_CallWaapi"); \ +static_assert(offsetof(AkWaapiCalls_CallWaapi, WaapiUri) == 0x000000, "Member 'AkWaapiCalls_CallWaapi::WaapiUri' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_CallWaapi, WaapiArgs) == 0x000010, "Member 'AkWaapiCalls_CallWaapi::WaapiArgs' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_CallWaapi, WaapiOptions) == 0x000020, "Member 'AkWaapiCalls_CallWaapi::WaapiOptions' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_CallWaapi, ReturnValue) == 0x000030, "Member 'AkWaapiCalls_CallWaapi::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString \ +static_assert(alignof(AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString) == 0x000008, "Wrong alignment on AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString"); \ +static_assert(sizeof(AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString) == 0x000018, "Wrong size on AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString"); \ +static_assert(offsetof(AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString, INAkWaapiSubscriptionId) == 0x000000, "Member 'AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString::INAkWaapiSubscriptionId' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString, ReturnValue) == 0x000008, "Member 'AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText \ +static_assert(alignof(AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText) == 0x000008, "Wrong alignment on AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText"); \ +static_assert(sizeof(AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText) == 0x000020, "Wrong size on AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText"); \ +static_assert(offsetof(AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText, INAkWaapiSubscriptionId) == 0x000000, "Member 'AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText::INAkWaapiSubscriptionId' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText, ReturnValue) == 0x000008, "Member 'AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiCalls_GetSubscriptionID \ +static_assert(alignof(AkWaapiCalls_GetSubscriptionID) == 0x000008, "Wrong alignment on AkWaapiCalls_GetSubscriptionID"); \ +static_assert(sizeof(AkWaapiCalls_GetSubscriptionID) == 0x000010, "Wrong size on AkWaapiCalls_GetSubscriptionID"); \ +static_assert(offsetof(AkWaapiCalls_GetSubscriptionID, Subscription) == 0x000000, "Member 'AkWaapiCalls_GetSubscriptionID::Subscription' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_GetSubscriptionID, ReturnValue) == 0x000008, "Member 'AkWaapiCalls_GetSubscriptionID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiCalls_RegisterWaapiConnectionLostCallback \ +static_assert(alignof(AkWaapiCalls_RegisterWaapiConnectionLostCallback) == 0x000004, "Wrong alignment on AkWaapiCalls_RegisterWaapiConnectionLostCallback"); \ +static_assert(sizeof(AkWaapiCalls_RegisterWaapiConnectionLostCallback) == 0x000018, "Wrong size on AkWaapiCalls_RegisterWaapiConnectionLostCallback"); \ +static_assert(offsetof(AkWaapiCalls_RegisterWaapiConnectionLostCallback, Callback) == 0x000000, "Member 'AkWaapiCalls_RegisterWaapiConnectionLostCallback::Callback' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_RegisterWaapiConnectionLostCallback, ReturnValue) == 0x000014, "Member 'AkWaapiCalls_RegisterWaapiConnectionLostCallback::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiCalls_RegisterWaapiProjectLoadedCallback \ +static_assert(alignof(AkWaapiCalls_RegisterWaapiProjectLoadedCallback) == 0x000004, "Wrong alignment on AkWaapiCalls_RegisterWaapiProjectLoadedCallback"); \ +static_assert(sizeof(AkWaapiCalls_RegisterWaapiProjectLoadedCallback) == 0x000018, "Wrong size on AkWaapiCalls_RegisterWaapiProjectLoadedCallback"); \ +static_assert(offsetof(AkWaapiCalls_RegisterWaapiProjectLoadedCallback, Callback) == 0x000000, "Member 'AkWaapiCalls_RegisterWaapiProjectLoadedCallback::Callback' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_RegisterWaapiProjectLoadedCallback, ReturnValue) == 0x000014, "Member 'AkWaapiCalls_RegisterWaapiProjectLoadedCallback::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiCalls_SetSubscriptionID \ +static_assert(alignof(AkWaapiCalls_SetSubscriptionID) == 0x000008, "Wrong alignment on AkWaapiCalls_SetSubscriptionID"); \ +static_assert(sizeof(AkWaapiCalls_SetSubscriptionID) == 0x000010, "Wrong size on AkWaapiCalls_SetSubscriptionID"); \ +static_assert(offsetof(AkWaapiCalls_SetSubscriptionID, Subscription) == 0x000000, "Member 'AkWaapiCalls_SetSubscriptionID::Subscription' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_SetSubscriptionID, id) == 0x000008, "Member 'AkWaapiCalls_SetSubscriptionID::id' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiCalls_SubscribeToWaapi \ +static_assert(alignof(AkWaapiCalls_SubscribeToWaapi) == 0x000008, "Wrong alignment on AkWaapiCalls_SubscribeToWaapi"); \ +static_assert(sizeof(AkWaapiCalls_SubscribeToWaapi) == 0x000058, "Wrong size on AkWaapiCalls_SubscribeToWaapi"); \ +static_assert(offsetof(AkWaapiCalls_SubscribeToWaapi, WaapiUri) == 0x000000, "Member 'AkWaapiCalls_SubscribeToWaapi::WaapiUri' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_SubscribeToWaapi, WaapiOptions) == 0x000010, "Member 'AkWaapiCalls_SubscribeToWaapi::WaapiOptions' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_SubscribeToWaapi, CallBack) == 0x000020, "Member 'AkWaapiCalls_SubscribeToWaapi::CallBack' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_SubscribeToWaapi, SubscriptionId) == 0x000038, "Member 'AkWaapiCalls_SubscribeToWaapi::SubscriptionId' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_SubscribeToWaapi, SubscriptionDone) == 0x000040, "Member 'AkWaapiCalls_SubscribeToWaapi::SubscriptionDone' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_SubscribeToWaapi, ReturnValue) == 0x000048, "Member 'AkWaapiCalls_SubscribeToWaapi::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiCalls_Unsubscribe \ +static_assert(alignof(AkWaapiCalls_Unsubscribe) == 0x000008, "Wrong alignment on AkWaapiCalls_Unsubscribe"); \ +static_assert(sizeof(AkWaapiCalls_Unsubscribe) == 0x000020, "Wrong size on AkWaapiCalls_Unsubscribe"); \ +static_assert(offsetof(AkWaapiCalls_Unsubscribe, SubscriptionId) == 0x000000, "Member 'AkWaapiCalls_Unsubscribe::SubscriptionId' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_Unsubscribe, UnsubscriptionDone) == 0x000008, "Member 'AkWaapiCalls_Unsubscribe::UnsubscriptionDone' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_Unsubscribe, ReturnValue) == 0x000010, "Member 'AkWaapiCalls_Unsubscribe::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkWaapiCalls \ +static_assert(alignof(UAkWaapiCalls) == 0x000008, "Wrong alignment on UAkWaapiCalls"); \ +static_assert(sizeof(UAkWaapiCalls) == 0x000030, "Wrong size on UAkWaapiCalls"); \ + +#define DUMPER7_ASSERTS_SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString \ +static_assert(alignof(SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString) == 0x000008, "Wrong alignment on SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString"); \ +static_assert(sizeof(SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString) == 0x000020, "Wrong size on SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString"); \ +static_assert(offsetof(SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString, INAkWaapiFieldNames) == 0x000000, "Member 'SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString::INAkWaapiFieldNames' has a wrong offset!"); \ +static_assert(offsetof(SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString, ReturnValue) == 0x000010, "Member 'SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText \ +static_assert(alignof(SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText) == 0x000008, "Wrong alignment on SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText"); \ +static_assert(sizeof(SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText) == 0x000028, "Wrong size on SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText"); \ +static_assert(offsetof(SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText, INAkWaapiFieldNames) == 0x000000, "Member 'SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText::INAkWaapiFieldNames' has a wrong offset!"); \ +static_assert(offsetof(SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText, ReturnValue) == 0x000010, "Member 'SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USAkWaapiFieldNamesConv \ +static_assert(alignof(USAkWaapiFieldNamesConv) == 0x000008, "Wrong alignment on USAkWaapiFieldNamesConv"); \ +static_assert(sizeof(USAkWaapiFieldNamesConv) == 0x000030, "Wrong size on USAkWaapiFieldNamesConv"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString \ +static_assert(alignof(AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString) == 0x000008, "Wrong alignment on AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString"); \ +static_assert(sizeof(AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString) == 0x000020, "Wrong size on AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString"); \ +static_assert(offsetof(AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString, INAKWaapiJsonObject) == 0x000000, "Member 'AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString::INAKWaapiJsonObject' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString, ReturnValue) == 0x000010, "Member 'AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText \ +static_assert(alignof(AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText) == 0x000008, "Wrong alignment on AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText"); \ +static_assert(sizeof(AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText) == 0x000028, "Wrong size on AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText"); \ +static_assert(offsetof(AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText, INAKWaapiJsonObject) == 0x000000, "Member 'AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText::INAKWaapiJsonObject' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText, ReturnValue) == 0x000010, "Member 'AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_GetArrayField \ +static_assert(alignof(AkWaapiJsonManager_GetArrayField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_GetArrayField"); \ +static_assert(sizeof(AkWaapiJsonManager_GetArrayField) == 0x000030, "Wrong size on AkWaapiJsonManager_GetArrayField"); \ +static_assert(offsetof(AkWaapiJsonManager_GetArrayField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_GetArrayField::FieldName' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_GetArrayField, target) == 0x000010, "Member 'AkWaapiJsonManager_GetArrayField::target' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_GetArrayField, ReturnValue) == 0x000020, "Member 'AkWaapiJsonManager_GetArrayField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_GetBoolField \ +static_assert(alignof(AkWaapiJsonManager_GetBoolField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_GetBoolField"); \ +static_assert(sizeof(AkWaapiJsonManager_GetBoolField) == 0x000028, "Wrong size on AkWaapiJsonManager_GetBoolField"); \ +static_assert(offsetof(AkWaapiJsonManager_GetBoolField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_GetBoolField::FieldName' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_GetBoolField, target) == 0x000010, "Member 'AkWaapiJsonManager_GetBoolField::target' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_GetBoolField, ReturnValue) == 0x000020, "Member 'AkWaapiJsonManager_GetBoolField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_GetIntegerField \ +static_assert(alignof(AkWaapiJsonManager_GetIntegerField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_GetIntegerField"); \ +static_assert(sizeof(AkWaapiJsonManager_GetIntegerField) == 0x000028, "Wrong size on AkWaapiJsonManager_GetIntegerField"); \ +static_assert(offsetof(AkWaapiJsonManager_GetIntegerField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_GetIntegerField::FieldName' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_GetIntegerField, target) == 0x000010, "Member 'AkWaapiJsonManager_GetIntegerField::target' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_GetIntegerField, ReturnValue) == 0x000020, "Member 'AkWaapiJsonManager_GetIntegerField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_GetNumberField \ +static_assert(alignof(AkWaapiJsonManager_GetNumberField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_GetNumberField"); \ +static_assert(sizeof(AkWaapiJsonManager_GetNumberField) == 0x000028, "Wrong size on AkWaapiJsonManager_GetNumberField"); \ +static_assert(offsetof(AkWaapiJsonManager_GetNumberField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_GetNumberField::FieldName' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_GetNumberField, target) == 0x000010, "Member 'AkWaapiJsonManager_GetNumberField::target' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_GetNumberField, ReturnValue) == 0x000020, "Member 'AkWaapiJsonManager_GetNumberField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_GetObjectField \ +static_assert(alignof(AkWaapiJsonManager_GetObjectField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_GetObjectField"); \ +static_assert(sizeof(AkWaapiJsonManager_GetObjectField) == 0x000030, "Wrong size on AkWaapiJsonManager_GetObjectField"); \ +static_assert(offsetof(AkWaapiJsonManager_GetObjectField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_GetObjectField::FieldName' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_GetObjectField, target) == 0x000010, "Member 'AkWaapiJsonManager_GetObjectField::target' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_GetObjectField, ReturnValue) == 0x000020, "Member 'AkWaapiJsonManager_GetObjectField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_GetStringField \ +static_assert(alignof(AkWaapiJsonManager_GetStringField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_GetStringField"); \ +static_assert(sizeof(AkWaapiJsonManager_GetStringField) == 0x000030, "Wrong size on AkWaapiJsonManager_GetStringField"); \ +static_assert(offsetof(AkWaapiJsonManager_GetStringField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_GetStringField::FieldName' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_GetStringField, target) == 0x000010, "Member 'AkWaapiJsonManager_GetStringField::target' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_GetStringField, ReturnValue) == 0x000020, "Member 'AkWaapiJsonManager_GetStringField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_SetArrayObjectFields \ +static_assert(alignof(AkWaapiJsonManager_SetArrayObjectFields) == 0x000008, "Wrong alignment on AkWaapiJsonManager_SetArrayObjectFields"); \ +static_assert(sizeof(AkWaapiJsonManager_SetArrayObjectFields) == 0x000040, "Wrong size on AkWaapiJsonManager_SetArrayObjectFields"); \ +static_assert(offsetof(AkWaapiJsonManager_SetArrayObjectFields, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_SetArrayObjectFields::FieldName' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetArrayObjectFields, FieldObjectValues) == 0x000010, "Member 'AkWaapiJsonManager_SetArrayObjectFields::FieldObjectValues' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetArrayObjectFields, target) == 0x000020, "Member 'AkWaapiJsonManager_SetArrayObjectFields::target' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetArrayObjectFields, ReturnValue) == 0x000030, "Member 'AkWaapiJsonManager_SetArrayObjectFields::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_SetArrayStringFields \ +static_assert(alignof(AkWaapiJsonManager_SetArrayStringFields) == 0x000008, "Wrong alignment on AkWaapiJsonManager_SetArrayStringFields"); \ +static_assert(sizeof(AkWaapiJsonManager_SetArrayStringFields) == 0x000040, "Wrong size on AkWaapiJsonManager_SetArrayStringFields"); \ +static_assert(offsetof(AkWaapiJsonManager_SetArrayStringFields, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_SetArrayStringFields::FieldName' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetArrayStringFields, FieldStringValues) == 0x000010, "Member 'AkWaapiJsonManager_SetArrayStringFields::FieldStringValues' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetArrayStringFields, target) == 0x000020, "Member 'AkWaapiJsonManager_SetArrayStringFields::target' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetArrayStringFields, ReturnValue) == 0x000030, "Member 'AkWaapiJsonManager_SetArrayStringFields::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_SetBoolField \ +static_assert(alignof(AkWaapiJsonManager_SetBoolField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_SetBoolField"); \ +static_assert(sizeof(AkWaapiJsonManager_SetBoolField) == 0x000038, "Wrong size on AkWaapiJsonManager_SetBoolField"); \ +static_assert(offsetof(AkWaapiJsonManager_SetBoolField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_SetBoolField::FieldName' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetBoolField, FieldValue) == 0x000010, "Member 'AkWaapiJsonManager_SetBoolField::FieldValue' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetBoolField, target) == 0x000018, "Member 'AkWaapiJsonManager_SetBoolField::target' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetBoolField, ReturnValue) == 0x000028, "Member 'AkWaapiJsonManager_SetBoolField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_SetNumberField \ +static_assert(alignof(AkWaapiJsonManager_SetNumberField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_SetNumberField"); \ +static_assert(sizeof(AkWaapiJsonManager_SetNumberField) == 0x000038, "Wrong size on AkWaapiJsonManager_SetNumberField"); \ +static_assert(offsetof(AkWaapiJsonManager_SetNumberField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_SetNumberField::FieldName' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetNumberField, FieldValue) == 0x000010, "Member 'AkWaapiJsonManager_SetNumberField::FieldValue' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetNumberField, target) == 0x000018, "Member 'AkWaapiJsonManager_SetNumberField::target' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetNumberField, ReturnValue) == 0x000028, "Member 'AkWaapiJsonManager_SetNumberField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_SetObjectField \ +static_assert(alignof(AkWaapiJsonManager_SetObjectField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_SetObjectField"); \ +static_assert(sizeof(AkWaapiJsonManager_SetObjectField) == 0x000040, "Wrong size on AkWaapiJsonManager_SetObjectField"); \ +static_assert(offsetof(AkWaapiJsonManager_SetObjectField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_SetObjectField::FieldName' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetObjectField, FieldValue) == 0x000010, "Member 'AkWaapiJsonManager_SetObjectField::FieldValue' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetObjectField, target) == 0x000020, "Member 'AkWaapiJsonManager_SetObjectField::target' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetObjectField, ReturnValue) == 0x000030, "Member 'AkWaapiJsonManager_SetObjectField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_SetStringField \ +static_assert(alignof(AkWaapiJsonManager_SetStringField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_SetStringField"); \ +static_assert(sizeof(AkWaapiJsonManager_SetStringField) == 0x000040, "Wrong size on AkWaapiJsonManager_SetStringField"); \ +static_assert(offsetof(AkWaapiJsonManager_SetStringField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_SetStringField::FieldName' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetStringField, FieldValue) == 0x000010, "Member 'AkWaapiJsonManager_SetStringField::FieldValue' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetStringField, target) == 0x000020, "Member 'AkWaapiJsonManager_SetStringField::target' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetStringField, ReturnValue) == 0x000030, "Member 'AkWaapiJsonManager_SetStringField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkWaapiJsonManager \ +static_assert(alignof(UAkWaapiJsonManager) == 0x000008, "Wrong alignment on UAkWaapiJsonManager"); \ +static_assert(sizeof(UAkWaapiJsonManager) == 0x000030, "Wrong size on UAkWaapiJsonManager"); \ + +#define DUMPER7_ASSERTS_AkWaapiUriConv_Conv_FAkWaapiUriToString \ +static_assert(alignof(AkWaapiUriConv_Conv_FAkWaapiUriToString) == 0x000008, "Wrong alignment on AkWaapiUriConv_Conv_FAkWaapiUriToString"); \ +static_assert(sizeof(AkWaapiUriConv_Conv_FAkWaapiUriToString) == 0x000020, "Wrong size on AkWaapiUriConv_Conv_FAkWaapiUriToString"); \ +static_assert(offsetof(AkWaapiUriConv_Conv_FAkWaapiUriToString, INAkWaapiUri) == 0x000000, "Member 'AkWaapiUriConv_Conv_FAkWaapiUriToString::INAkWaapiUri' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiUriConv_Conv_FAkWaapiUriToString, ReturnValue) == 0x000010, "Member 'AkWaapiUriConv_Conv_FAkWaapiUriToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiUriConv_Conv_FAkWaapiUriToText \ +static_assert(alignof(AkWaapiUriConv_Conv_FAkWaapiUriToText) == 0x000008, "Wrong alignment on AkWaapiUriConv_Conv_FAkWaapiUriToText"); \ +static_assert(sizeof(AkWaapiUriConv_Conv_FAkWaapiUriToText) == 0x000028, "Wrong size on AkWaapiUriConv_Conv_FAkWaapiUriToText"); \ +static_assert(offsetof(AkWaapiUriConv_Conv_FAkWaapiUriToText, INAkWaapiUri) == 0x000000, "Member 'AkWaapiUriConv_Conv_FAkWaapiUriToText::INAkWaapiUri' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiUriConv_Conv_FAkWaapiUriToText, ReturnValue) == 0x000010, "Member 'AkWaapiUriConv_Conv_FAkWaapiUriToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkWaapiUriConv \ +static_assert(alignof(UAkWaapiUriConv) == 0x000008, "Wrong alignment on UAkWaapiUriConv"); \ +static_assert(sizeof(UAkWaapiUriConv) == 0x000030, "Wrong size on UAkWaapiUriConv"); \ + +#define DUMPER7_ASSERTS_AkWindowsInitializationSettings_MigrateMultiCoreRendering \ +static_assert(alignof(AkWindowsInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkWindowsInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(sizeof(AkWindowsInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkWindowsInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(offsetof(AkWindowsInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkWindowsInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkWindowsInitializationSettings \ +static_assert(alignof(UAkWindowsInitializationSettings) == 0x000008, "Wrong alignment on UAkWindowsInitializationSettings"); \ +static_assert(sizeof(UAkWindowsInitializationSettings) == 0x000100, "Wrong size on UAkWindowsInitializationSettings"); \ +static_assert(offsetof(UAkWindowsInitializationSettings, CommonSettings) == 0x000038, "Member 'UAkWindowsInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkWindowsInitializationSettings, CommunicationSettings) == 0x0000A0, "Member 'UAkWindowsInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkWindowsInitializationSettings, AdvancedSettings) == 0x0000C8, "Member 'UAkWindowsInitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkWin32PlatformInfo \ +static_assert(alignof(UAkWin32PlatformInfo) == 0x000008, "Wrong alignment on UAkWin32PlatformInfo"); \ +static_assert(sizeof(UAkWin32PlatformInfo) == 0x000078, "Wrong size on UAkWin32PlatformInfo"); \ + +#define DUMPER7_ASSERTS_UAkWin64PlatformInfo \ +static_assert(alignof(UAkWin64PlatformInfo) == 0x000008, "Wrong alignment on UAkWin64PlatformInfo"); \ +static_assert(sizeof(UAkWin64PlatformInfo) == 0x000078, "Wrong size on UAkWin64PlatformInfo"); \ + +#define DUMPER7_ASSERTS_UAkWindowsPlatformInfo \ +static_assert(alignof(UAkWindowsPlatformInfo) == 0x000008, "Wrong alignment on UAkWindowsPlatformInfo"); \ +static_assert(sizeof(UAkWindowsPlatformInfo) == 0x000078, "Wrong size on UAkWindowsPlatformInfo"); \ + +#define DUMPER7_ASSERTS_AkWinGDKInitializationSettings_MigrateMultiCoreRendering \ +static_assert(alignof(AkWinGDKInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkWinGDKInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(sizeof(AkWinGDKInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkWinGDKInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(offsetof(AkWinGDKInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkWinGDKInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkWinGDKInitializationSettings \ +static_assert(alignof(UAkWinGDKInitializationSettings) == 0x000008, "Wrong alignment on UAkWinGDKInitializationSettings"); \ +static_assert(sizeof(UAkWinGDKInitializationSettings) == 0x000100, "Wrong size on UAkWinGDKInitializationSettings"); \ +static_assert(offsetof(UAkWinGDKInitializationSettings, CommonSettings) == 0x000038, "Member 'UAkWinGDKInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkWinGDKInitializationSettings, CommunicationSettings) == 0x0000A0, "Member 'UAkWinGDKInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkWinGDKInitializationSettings, AdvancedSettings) == 0x0000C8, "Member 'UAkWinGDKInitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkWinAnvilInitializationSettings \ +static_assert(alignof(UAkWinAnvilInitializationSettings) == 0x000008, "Wrong alignment on UAkWinAnvilInitializationSettings"); \ +static_assert(sizeof(UAkWinAnvilInitializationSettings) == 0x000100, "Wrong size on UAkWinAnvilInitializationSettings"); \ + +#define DUMPER7_ASSERTS_UAkWinGDKPlatformInfo \ +static_assert(alignof(UAkWinGDKPlatformInfo) == 0x000008, "Wrong alignment on UAkWinGDKPlatformInfo"); \ +static_assert(sizeof(UAkWinGDKPlatformInfo) == 0x000078, "Wrong size on UAkWinGDKPlatformInfo"); \ + +#define DUMPER7_ASSERTS_UAkWinAnvilPlatformInfo \ +static_assert(alignof(UAkWinAnvilPlatformInfo) == 0x000008, "Wrong alignment on UAkWinAnvilPlatformInfo"); \ +static_assert(sizeof(UAkWinAnvilPlatformInfo) == 0x000078, "Wrong size on UAkWinAnvilPlatformInfo"); \ + +#define DUMPER7_ASSERTS_AkWwiseTree_SetSearchText \ +static_assert(alignof(AkWwiseTree_SetSearchText) == 0x000008, "Wrong alignment on AkWwiseTree_SetSearchText"); \ +static_assert(sizeof(AkWwiseTree_SetSearchText) == 0x000010, "Wrong size on AkWwiseTree_SetSearchText"); \ +static_assert(offsetof(AkWwiseTree_SetSearchText, newText) == 0x000000, "Member 'AkWwiseTree_SetSearchText::newText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWwiseTree_GetSearchText \ +static_assert(alignof(AkWwiseTree_GetSearchText) == 0x000008, "Wrong alignment on AkWwiseTree_GetSearchText"); \ +static_assert(sizeof(AkWwiseTree_GetSearchText) == 0x000010, "Wrong size on AkWwiseTree_GetSearchText"); \ +static_assert(offsetof(AkWwiseTree_GetSearchText, ReturnValue) == 0x000000, "Member 'AkWwiseTree_GetSearchText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWwiseTree_GetSelectedItem \ +static_assert(alignof(AkWwiseTree_GetSelectedItem) == 0x000008, "Wrong alignment on AkWwiseTree_GetSelectedItem"); \ +static_assert(sizeof(AkWwiseTree_GetSelectedItem) == 0x000030, "Wrong size on AkWwiseTree_GetSelectedItem"); \ +static_assert(offsetof(AkWwiseTree_GetSelectedItem, ReturnValue) == 0x000000, "Member 'AkWwiseTree_GetSelectedItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkWwiseTree \ +static_assert(alignof(UAkWwiseTree) == 0x000008, "Wrong alignment on UAkWwiseTree"); \ +static_assert(sizeof(UAkWwiseTree) == 0x000168, "Wrong size on UAkWwiseTree"); \ +static_assert(offsetof(UAkWwiseTree, OnSelectionChanged) == 0x000128, "Member 'UAkWwiseTree::OnSelectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UAkWwiseTree, OnItemDragged) == 0x000138, "Member 'UAkWwiseTree::OnItemDragged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkWwiseTreeSelector \ +static_assert(alignof(UAkWwiseTreeSelector) == 0x000008, "Wrong alignment on UAkWwiseTreeSelector"); \ +static_assert(sizeof(UAkWwiseTreeSelector) == 0x000188, "Wrong size on UAkWwiseTreeSelector"); \ +static_assert(offsetof(UAkWwiseTreeSelector, OnSelectionChanged) == 0x000128, "Member 'UAkWwiseTreeSelector::OnSelectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UAkWwiseTreeSelector, OnItemDragged) == 0x000138, "Member 'UAkWwiseTreeSelector::OnItemDragged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkXboxOneGDKInitializationSettings_MigrateMultiCoreRendering \ +static_assert(alignof(AkXboxOneGDKInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkXboxOneGDKInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(sizeof(AkXboxOneGDKInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkXboxOneGDKInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(offsetof(AkXboxOneGDKInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkXboxOneGDKInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkXboxOneGDKInitializationSettings \ +static_assert(alignof(UAkXboxOneGDKInitializationSettings) == 0x000008, "Wrong alignment on UAkXboxOneGDKInitializationSettings"); \ +static_assert(sizeof(UAkXboxOneGDKInitializationSettings) == 0x000100, "Wrong size on UAkXboxOneGDKInitializationSettings"); \ +static_assert(offsetof(UAkXboxOneGDKInitializationSettings, CommonSettings) == 0x000038, "Member 'UAkXboxOneGDKInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkXboxOneGDKInitializationSettings, ApuHeapSettings) == 0x000098, "Member 'UAkXboxOneGDKInitializationSettings::ApuHeapSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkXboxOneGDKInitializationSettings, CommunicationSettings) == 0x0000A0, "Member 'UAkXboxOneGDKInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkXboxOneGDKInitializationSettings, AdvancedSettings) == 0x0000C8, "Member 'UAkXboxOneGDKInitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkXboxOneAnvilInitializationSettings \ +static_assert(alignof(UAkXboxOneAnvilInitializationSettings) == 0x000008, "Wrong alignment on UAkXboxOneAnvilInitializationSettings"); \ +static_assert(sizeof(UAkXboxOneAnvilInitializationSettings) == 0x000100, "Wrong size on UAkXboxOneAnvilInitializationSettings"); \ + +#define DUMPER7_ASSERTS_UAkXB1InitializationSettings \ +static_assert(alignof(UAkXB1InitializationSettings) == 0x000008, "Wrong alignment on UAkXB1InitializationSettings"); \ +static_assert(sizeof(UAkXB1InitializationSettings) == 0x000100, "Wrong size on UAkXB1InitializationSettings"); \ + +#define DUMPER7_ASSERTS_UAkXboxOneGDKPlatformInfo \ +static_assert(alignof(UAkXboxOneGDKPlatformInfo) == 0x000008, "Wrong alignment on UAkXboxOneGDKPlatformInfo"); \ +static_assert(sizeof(UAkXboxOneGDKPlatformInfo) == 0x000078, "Wrong size on UAkXboxOneGDKPlatformInfo"); \ + +#define DUMPER7_ASSERTS_UAkXboxOneAnvilPlatformInfo \ +static_assert(alignof(UAkXboxOneAnvilPlatformInfo) == 0x000008, "Wrong alignment on UAkXboxOneAnvilPlatformInfo"); \ +static_assert(sizeof(UAkXboxOneAnvilPlatformInfo) == 0x000078, "Wrong size on UAkXboxOneAnvilPlatformInfo"); \ + +#define DUMPER7_ASSERTS_UAkXB1PlatformInfo \ +static_assert(alignof(UAkXB1PlatformInfo) == 0x000008, "Wrong alignment on UAkXB1PlatformInfo"); \ +static_assert(sizeof(UAkXB1PlatformInfo) == 0x000078, "Wrong size on UAkXB1PlatformInfo"); \ + +#define DUMPER7_ASSERTS_AkXboxOneInitializationSettings_MigrateMultiCoreRendering \ +static_assert(alignof(AkXboxOneInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkXboxOneInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(sizeof(AkXboxOneInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkXboxOneInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(offsetof(AkXboxOneInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkXboxOneInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkXboxOneInitializationSettings \ +static_assert(alignof(UAkXboxOneInitializationSettings) == 0x000008, "Wrong alignment on UAkXboxOneInitializationSettings"); \ +static_assert(sizeof(UAkXboxOneInitializationSettings) == 0x000100, "Wrong size on UAkXboxOneInitializationSettings"); \ +static_assert(offsetof(UAkXboxOneInitializationSettings, CommonSettings) == 0x000038, "Member 'UAkXboxOneInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkXboxOneInitializationSettings, ApuHeapSettings) == 0x000098, "Member 'UAkXboxOneInitializationSettings::ApuHeapSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkXboxOneInitializationSettings, CommunicationSettings) == 0x0000A0, "Member 'UAkXboxOneInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkXboxOneInitializationSettings, AdvancedSettings) == 0x0000C8, "Member 'UAkXboxOneInitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkXboxOnePlatformInfo \ +static_assert(alignof(UAkXboxOnePlatformInfo) == 0x000008, "Wrong alignment on UAkXboxOnePlatformInfo"); \ +static_assert(sizeof(UAkXboxOnePlatformInfo) == 0x000078, "Wrong size on UAkXboxOnePlatformInfo"); \ + +#define DUMPER7_ASSERTS_AkXSXInitializationSettings_MigrateMultiCoreRendering \ +static_assert(alignof(AkXSXInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkXSXInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(sizeof(AkXSXInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkXSXInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(offsetof(AkXSXInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkXSXInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkXSXInitializationSettings \ +static_assert(alignof(UAkXSXInitializationSettings) == 0x000008, "Wrong alignment on UAkXSXInitializationSettings"); \ +static_assert(sizeof(UAkXSXInitializationSettings) == 0x000108, "Wrong size on UAkXSXInitializationSettings"); \ +static_assert(offsetof(UAkXSXInitializationSettings, CommonSettings) == 0x000038, "Member 'UAkXSXInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkXSXInitializationSettings, ApuHeapSettings) == 0x000098, "Member 'UAkXSXInitializationSettings::ApuHeapSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkXSXInitializationSettings, CommunicationSettings) == 0x0000A0, "Member 'UAkXSXInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkXSXInitializationSettings, AdvancedSettings) == 0x0000C8, "Member 'UAkXSXInitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkMPXInitializationSettings \ +static_assert(alignof(UAkMPXInitializationSettings) == 0x000008, "Wrong alignment on UAkMPXInitializationSettings"); \ +static_assert(sizeof(UAkMPXInitializationSettings) == 0x000108, "Wrong size on UAkMPXInitializationSettings"); \ + +#define DUMPER7_ASSERTS_UAkXSXPlatformInfo \ +static_assert(alignof(UAkXSXPlatformInfo) == 0x000008, "Wrong alignment on UAkXSXPlatformInfo"); \ +static_assert(sizeof(UAkXSXPlatformInfo) == 0x000078, "Wrong size on UAkXSXPlatformInfo"); \ + +#define DUMPER7_ASSERTS_UMovieSceneAkAudioEventSection \ +static_assert(alignof(UMovieSceneAkAudioEventSection) == 0x000008, "Wrong alignment on UMovieSceneAkAudioEventSection"); \ +static_assert(sizeof(UMovieSceneAkAudioEventSection) == 0x0001D8, "Wrong size on UMovieSceneAkAudioEventSection"); \ +static_assert(offsetof(UMovieSceneAkAudioEventSection, Event) == 0x000130, "Member 'UMovieSceneAkAudioEventSection::Event' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkAudioEventSection, RetriggerEvent) == 0x000138, "Member 'UMovieSceneAkAudioEventSection::RetriggerEvent' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkAudioEventSection, ScrubTailLengthMs) == 0x00013C, "Member 'UMovieSceneAkAudioEventSection::ScrubTailLengthMs' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkAudioEventSection, StopAtSectionEnd) == 0x000140, "Member 'UMovieSceneAkAudioEventSection::StopAtSectionEnd' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkAudioEventSection, EventName) == 0x000148, "Member 'UMovieSceneAkAudioEventSection::EventName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkAudioEventSection, MaxSourceDuration) == 0x000178, "Member 'UMovieSceneAkAudioEventSection::MaxSourceDuration' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkAudioEventSection, MaxDurationSourceID) == 0x000180, "Member 'UMovieSceneAkAudioEventSection::MaxDurationSourceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneAkTrack \ +static_assert(alignof(UMovieSceneAkTrack) == 0x000008, "Wrong alignment on UMovieSceneAkTrack"); \ +static_assert(sizeof(UMovieSceneAkTrack) == 0x0000B0, "Wrong size on UMovieSceneAkTrack"); \ +static_assert(offsetof(UMovieSceneAkTrack, Sections) == 0x000098, "Member 'UMovieSceneAkTrack::Sections' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkTrack, bIsAMasterTrack) == 0x0000A8, "Member 'UMovieSceneAkTrack::bIsAMasterTrack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneAkAudioEventTrack \ +static_assert(alignof(UMovieSceneAkAudioEventTrack) == 0x000008, "Wrong alignment on UMovieSceneAkAudioEventTrack"); \ +static_assert(sizeof(UMovieSceneAkAudioEventTrack) == 0x0000B8, "Wrong size on UMovieSceneAkAudioEventTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneAkAudioRTPCSection \ +static_assert(alignof(UMovieSceneAkAudioRTPCSection) == 0x000008, "Wrong alignment on UMovieSceneAkAudioRTPCSection"); \ +static_assert(sizeof(UMovieSceneAkAudioRTPCSection) == 0x000258, "Wrong size on UMovieSceneAkAudioRTPCSection"); \ +static_assert(offsetof(UMovieSceneAkAudioRTPCSection, RTPC) == 0x0000F0, "Member 'UMovieSceneAkAudioRTPCSection::RTPC' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkAudioRTPCSection, Name_0) == 0x0000F8, "Member 'UMovieSceneAkAudioRTPCSection::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkAudioRTPCSection, FloatCurve) == 0x000108, "Member 'UMovieSceneAkAudioRTPCSection::FloatCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkAudioRTPCSection, FloatChannelSerializationHelper) == 0x000188, "Member 'UMovieSceneAkAudioRTPCSection::FloatChannelSerializationHelper' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkAudioRTPCSection, RTPCChannel) == 0x0001B8, "Member 'UMovieSceneAkAudioRTPCSection::RTPCChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneAkAudioRTPCTrack \ +static_assert(alignof(UMovieSceneAkAudioRTPCTrack) == 0x000008, "Wrong alignment on UMovieSceneAkAudioRTPCTrack"); \ +static_assert(sizeof(UMovieSceneAkAudioRTPCTrack) == 0x0000B8, "Wrong size on UMovieSceneAkAudioRTPCTrack"); \ + +#define DUMPER7_ASSERTS_PostEventAsync_PostEventAsync \ +static_assert(alignof(PostEventAsync_PostEventAsync) == 0x000008, "Wrong alignment on PostEventAsync_PostEventAsync"); \ +static_assert(sizeof(PostEventAsync_PostEventAsync) == 0x000050, "Wrong size on PostEventAsync_PostEventAsync"); \ +static_assert(offsetof(PostEventAsync_PostEventAsync, WorldContextObject) == 0x000000, "Member 'PostEventAsync_PostEventAsync::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PostEventAsync_PostEventAsync, AkEvent) == 0x000008, "Member 'PostEventAsync_PostEventAsync::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(PostEventAsync_PostEventAsync, Actor) == 0x000010, "Member 'PostEventAsync_PostEventAsync::Actor' has a wrong offset!"); \ +static_assert(offsetof(PostEventAsync_PostEventAsync, CallbackMask) == 0x000018, "Member 'PostEventAsync_PostEventAsync::CallbackMask' has a wrong offset!"); \ +static_assert(offsetof(PostEventAsync_PostEventAsync, PostEventCallback) == 0x00001C, "Member 'PostEventAsync_PostEventAsync::PostEventCallback' has a wrong offset!"); \ +static_assert(offsetof(PostEventAsync_PostEventAsync, ExternalSources) == 0x000030, "Member 'PostEventAsync_PostEventAsync::ExternalSources' has a wrong offset!"); \ +static_assert(offsetof(PostEventAsync_PostEventAsync, bStopWhenAttachedToDestroyed) == 0x000040, "Member 'PostEventAsync_PostEventAsync::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(PostEventAsync_PostEventAsync, ReturnValue) == 0x000048, "Member 'PostEventAsync_PostEventAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPostEventAsync \ +static_assert(alignof(UPostEventAsync) == 0x000008, "Wrong alignment on UPostEventAsync"); \ +static_assert(sizeof(UPostEventAsync) == 0x0000A8, "Wrong size on UPostEventAsync"); \ +static_assert(offsetof(UPostEventAsync, Completed) == 0x000038, "Member 'UPostEventAsync::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PostEventAtLocationAsync_PostEventAtLocationAsync \ +static_assert(alignof(PostEventAtLocationAsync_PostEventAtLocationAsync) == 0x000008, "Wrong alignment on PostEventAtLocationAsync_PostEventAtLocationAsync"); \ +static_assert(sizeof(PostEventAtLocationAsync_PostEventAtLocationAsync) == 0x000030, "Wrong size on PostEventAtLocationAsync_PostEventAtLocationAsync"); \ +static_assert(offsetof(PostEventAtLocationAsync_PostEventAtLocationAsync, WorldContextObject) == 0x000000, "Member 'PostEventAtLocationAsync_PostEventAtLocationAsync::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PostEventAtLocationAsync_PostEventAtLocationAsync, AkEvent) == 0x000008, "Member 'PostEventAtLocationAsync_PostEventAtLocationAsync::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(PostEventAtLocationAsync_PostEventAtLocationAsync, Location) == 0x000010, "Member 'PostEventAtLocationAsync_PostEventAtLocationAsync::Location' has a wrong offset!"); \ +static_assert(offsetof(PostEventAtLocationAsync_PostEventAtLocationAsync, Orientation) == 0x00001C, "Member 'PostEventAtLocationAsync_PostEventAtLocationAsync::Orientation' has a wrong offset!"); \ +static_assert(offsetof(PostEventAtLocationAsync_PostEventAtLocationAsync, ReturnValue) == 0x000028, "Member 'PostEventAtLocationAsync_PostEventAtLocationAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPostEventAtLocationAsync \ +static_assert(alignof(UPostEventAtLocationAsync) == 0x000008, "Wrong alignment on UPostEventAtLocationAsync"); \ +static_assert(sizeof(UPostEventAtLocationAsync) == 0x000088, "Wrong size on UPostEventAtLocationAsync"); \ +static_assert(offsetof(UPostEventAtLocationAsync, Completed) == 0x000038, "Member 'UPostEventAtLocationAsync::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_OldBook_01_G_SmallDestruction_C \ +static_assert(alignof(ABP_OldBook_01_G_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_OldBook_01_G_SmallDestruction_C"); \ +static_assert(sizeof(ABP_OldBook_01_G_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_OldBook_01_G_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_UGE_TaserBattery_C \ +static_assert(alignof(UGE_TaserBattery_C) == 0x000008, "Wrong alignment on UGE_TaserBattery_C"); \ +static_assert(sizeof(UGE_TaserBattery_C) == 0x0008C0, "Wrong size on UGE_TaserBattery_C"); \ + +#define DUMPER7_ASSERTS_FPaintContext \ +static_assert(alignof(FPaintContext) == 0x000008, "Wrong alignment on FPaintContext"); \ +static_assert(sizeof(FPaintContext) == 0x000030, "Wrong size on FPaintContext"); \ + +#define DUMPER7_ASSERTS_FEventReply \ +static_assert(alignof(FEventReply) == 0x000008, "Wrong alignment on FEventReply"); \ +static_assert(sizeof(FEventReply) == 0x0000C0, "Wrong size on FEventReply"); \ + +#define DUMPER7_ASSERTS_FWidgetAnimationBinding \ +static_assert(alignof(FWidgetAnimationBinding) == 0x000004, "Wrong alignment on FWidgetAnimationBinding"); \ +static_assert(sizeof(FWidgetAnimationBinding) == 0x00002C, "Wrong size on FWidgetAnimationBinding"); \ +static_assert(offsetof(FWidgetAnimationBinding, WidgetName) == 0x000000, "Member 'FWidgetAnimationBinding::WidgetName' has a wrong offset!"); \ +static_assert(offsetof(FWidgetAnimationBinding, SlotWidgetName) == 0x00000C, "Member 'FWidgetAnimationBinding::SlotWidgetName' has a wrong offset!"); \ +static_assert(offsetof(FWidgetAnimationBinding, AnimationGuid) == 0x000018, "Member 'FWidgetAnimationBinding::AnimationGuid' has a wrong offset!"); \ +static_assert(offsetof(FWidgetAnimationBinding, bIsRootWidget) == 0x000028, "Member 'FWidgetAnimationBinding::bIsRootWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWidgetTransform \ +static_assert(alignof(FWidgetTransform) == 0x000004, "Wrong alignment on FWidgetTransform"); \ +static_assert(sizeof(FWidgetTransform) == 0x00001C, "Wrong size on FWidgetTransform"); \ +static_assert(offsetof(FWidgetTransform, Translation) == 0x000000, "Member 'FWidgetTransform::Translation' has a wrong offset!"); \ +static_assert(offsetof(FWidgetTransform, Scale) == 0x000008, "Member 'FWidgetTransform::Scale' has a wrong offset!"); \ +static_assert(offsetof(FWidgetTransform, Shear) == 0x000010, "Member 'FWidgetTransform::Shear' has a wrong offset!"); \ +static_assert(offsetof(FWidgetTransform, Angle) == 0x000018, "Member 'FWidgetTransform::Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRichImageRow \ +static_assert(alignof(FRichImageRow) == 0x000008, "Wrong alignment on FRichImageRow"); \ +static_assert(sizeof(FRichImageRow) == 0x000098, "Wrong size on FRichImageRow"); \ +static_assert(offsetof(FRichImageRow, Brush) == 0x000008, "Member 'FRichImageRow::Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FShapedTextOptions \ +static_assert(alignof(FShapedTextOptions) == 0x000001, "Wrong alignment on FShapedTextOptions"); \ +static_assert(sizeof(FShapedTextOptions) == 0x000003, "Wrong size on FShapedTextOptions"); \ +static_assert(offsetof(FShapedTextOptions, TextShapingMethod) == 0x000001, "Member 'FShapedTextOptions::TextShapingMethod' has a wrong offset!"); \ +static_assert(offsetof(FShapedTextOptions, TextFlowDirection) == 0x000002, "Member 'FShapedTextOptions::TextFlowDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnchorData \ +static_assert(alignof(FAnchorData) == 0x000004, "Wrong alignment on FAnchorData"); \ +static_assert(sizeof(FAnchorData) == 0x000028, "Wrong size on FAnchorData"); \ +static_assert(offsetof(FAnchorData, Offsets) == 0x000000, "Member 'FAnchorData::Offsets' has a wrong offset!"); \ +static_assert(offsetof(FAnchorData, Anchors) == 0x000010, "Member 'FAnchorData::Anchors' has a wrong offset!"); \ +static_assert(offsetof(FAnchorData, Alignment) == 0x000020, "Member 'FAnchorData::Alignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationEventBinding \ +static_assert(alignof(FAnimationEventBinding) == 0x000008, "Wrong alignment on FAnimationEventBinding"); \ +static_assert(sizeof(FAnimationEventBinding) == 0x000030, "Wrong size on FAnimationEventBinding"); \ +static_assert(offsetof(FAnimationEventBinding, Animation) == 0x000000, "Member 'FAnimationEventBinding::Animation' has a wrong offset!"); \ +static_assert(offsetof(FAnimationEventBinding, Delegate) == 0x000008, "Member 'FAnimationEventBinding::Delegate' has a wrong offset!"); \ +static_assert(offsetof(FAnimationEventBinding, AnimationEvent) == 0x00001C, "Member 'FAnimationEventBinding::AnimationEvent' has a wrong offset!"); \ +static_assert(offsetof(FAnimationEventBinding, UserTag) == 0x000020, "Member 'FAnimationEventBinding::UserTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedSlotBinding \ +static_assert(alignof(FNamedSlotBinding) == 0x000008, "Wrong alignment on FNamedSlotBinding"); \ +static_assert(sizeof(FNamedSlotBinding) == 0x000018, "Wrong size on FNamedSlotBinding"); \ +static_assert(offsetof(FNamedSlotBinding, Name) == 0x000000, "Member 'FNamedSlotBinding::Name' has a wrong offset!"); \ +static_assert(offsetof(FNamedSlotBinding, Content) == 0x000010, "Member 'FNamedSlotBinding::Content' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDynamicPropertyPath \ +static_assert(alignof(FDynamicPropertyPath) == 0x000008, "Wrong alignment on FDynamicPropertyPath"); \ +static_assert(sizeof(FDynamicPropertyPath) == 0x000028, "Wrong size on FDynamicPropertyPath"); \ + +#define DUMPER7_ASSERTS_FMovieScene2DTransformMask \ +static_assert(alignof(FMovieScene2DTransformMask) == 0x000004, "Wrong alignment on FMovieScene2DTransformMask"); \ +static_assert(sizeof(FMovieScene2DTransformMask) == 0x000004, "Wrong size on FMovieScene2DTransformMask"); \ +static_assert(offsetof(FMovieScene2DTransformMask, Mask) == 0x000000, "Member 'FMovieScene2DTransformMask::Mask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneWidgetMaterialSectionTemplate \ +static_assert(alignof(FMovieSceneWidgetMaterialSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneWidgetMaterialSectionTemplate"); \ +static_assert(sizeof(FMovieSceneWidgetMaterialSectionTemplate) == 0x000090, "Wrong size on FMovieSceneWidgetMaterialSectionTemplate"); \ +static_assert(offsetof(FMovieSceneWidgetMaterialSectionTemplate, BrushPropertyNamePath) == 0x000080, "Member 'FMovieSceneWidgetMaterialSectionTemplate::BrushPropertyNamePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRadialBoxSettings \ +static_assert(alignof(FRadialBoxSettings) == 0x000004, "Wrong alignment on FRadialBoxSettings"); \ +static_assert(sizeof(FRadialBoxSettings) == 0x000010, "Wrong size on FRadialBoxSettings"); \ +static_assert(offsetof(FRadialBoxSettings, StartingAngle) == 0x000000, "Member 'FRadialBoxSettings::StartingAngle' has a wrong offset!"); \ +static_assert(offsetof(FRadialBoxSettings, bDistributeItemsEvenly) == 0x000004, "Member 'FRadialBoxSettings::bDistributeItemsEvenly' has a wrong offset!"); \ +static_assert(offsetof(FRadialBoxSettings, AngleBetweenItems) == 0x000008, "Member 'FRadialBoxSettings::AngleBetweenItems' has a wrong offset!"); \ +static_assert(offsetof(FRadialBoxSettings, SectorCentralAngle) == 0x00000C, "Member 'FRadialBoxSettings::SectorCentralAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRichTextStyleRow \ +static_assert(alignof(FRichTextStyleRow) == 0x000008, "Wrong alignment on FRichTextStyleRow"); \ +static_assert(sizeof(FRichTextStyleRow) == 0x000298, "Wrong size on FRichTextStyleRow"); \ +static_assert(offsetof(FRichTextStyleRow, TextStyle) == 0x000008, "Member 'FRichTextStyleRow::TextStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlateMeshVertex \ +static_assert(alignof(FSlateMeshVertex) == 0x000004, "Wrong alignment on FSlateMeshVertex"); \ +static_assert(sizeof(FSlateMeshVertex) == 0x00003C, "Wrong size on FSlateMeshVertex"); \ +static_assert(offsetof(FSlateMeshVertex, Position) == 0x000000, "Member 'FSlateMeshVertex::Position' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, Color) == 0x000008, "Member 'FSlateMeshVertex::Color' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, UV0) == 0x00000C, "Member 'FSlateMeshVertex::UV0' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, UV1) == 0x000014, "Member 'FSlateMeshVertex::UV1' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, UV2) == 0x00001C, "Member 'FSlateMeshVertex::UV2' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, UV3) == 0x000024, "Member 'FSlateMeshVertex::UV3' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, UV4) == 0x00002C, "Member 'FSlateMeshVertex::UV4' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, UV5) == 0x000034, "Member 'FSlateMeshVertex::UV5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlateChildSize \ +static_assert(alignof(FSlateChildSize) == 0x000004, "Wrong alignment on FSlateChildSize"); \ +static_assert(sizeof(FSlateChildSize) == 0x000008, "Wrong size on FSlateChildSize"); \ +static_assert(offsetof(FSlateChildSize, Value) == 0x000000, "Member 'FSlateChildSize::Value' has a wrong offset!"); \ +static_assert(offsetof(FSlateChildSize, SizeRule) == 0x000004, "Member 'FSlateChildSize::SizeRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUserWidgetPool \ +static_assert(alignof(FUserWidgetPool) == 0x000008, "Wrong alignment on FUserWidgetPool"); \ +static_assert(sizeof(FUserWidgetPool) == 0x000080, "Wrong size on FUserWidgetPool"); \ +static_assert(offsetof(FUserWidgetPool, ActiveWidgets) == 0x000000, "Member 'FUserWidgetPool::ActiveWidgets' has a wrong offset!"); \ +static_assert(offsetof(FUserWidgetPool, InactiveWidgets) == 0x000010, "Member 'FUserWidgetPool::InactiveWidgets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintWidgetAnimationDelegateBinding \ +static_assert(alignof(FBlueprintWidgetAnimationDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintWidgetAnimationDelegateBinding"); \ +static_assert(sizeof(FBlueprintWidgetAnimationDelegateBinding) == 0x000028, "Wrong size on FBlueprintWidgetAnimationDelegateBinding"); \ +static_assert(offsetof(FBlueprintWidgetAnimationDelegateBinding, Action) == 0x000000, "Member 'FBlueprintWidgetAnimationDelegateBinding::Action' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintWidgetAnimationDelegateBinding, AnimationToBind) == 0x000004, "Member 'FBlueprintWidgetAnimationDelegateBinding::AnimationToBind' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintWidgetAnimationDelegateBinding, FunctionNameToBind) == 0x000010, "Member 'FBlueprintWidgetAnimationDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintWidgetAnimationDelegateBinding, UserTag) == 0x00001C, "Member 'FBlueprintWidgetAnimationDelegateBinding::UserTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDelegateRuntimeBinding \ +static_assert(alignof(FDelegateRuntimeBinding) == 0x000008, "Wrong alignment on FDelegateRuntimeBinding"); \ +static_assert(sizeof(FDelegateRuntimeBinding) == 0x000058, "Wrong size on FDelegateRuntimeBinding"); \ +static_assert(offsetof(FDelegateRuntimeBinding, ObjectName) == 0x000000, "Member 'FDelegateRuntimeBinding::ObjectName' has a wrong offset!"); \ +static_assert(offsetof(FDelegateRuntimeBinding, PropertyName) == 0x000010, "Member 'FDelegateRuntimeBinding::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FDelegateRuntimeBinding, FunctionName) == 0x00001C, "Member 'FDelegateRuntimeBinding::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(FDelegateRuntimeBinding, SourcePath) == 0x000028, "Member 'FDelegateRuntimeBinding::SourcePath' has a wrong offset!"); \ +static_assert(offsetof(FDelegateRuntimeBinding, Kind) == 0x000050, "Member 'FDelegateRuntimeBinding::Kind' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWidgetComponentInstanceData \ +static_assert(alignof(FWidgetComponentInstanceData) == 0x000008, "Wrong alignment on FWidgetComponentInstanceData"); \ +static_assert(sizeof(FWidgetComponentInstanceData) == 0x0000C8, "Wrong size on FWidgetComponentInstanceData"); \ + +#define DUMPER7_ASSERTS_FWidgetNavigationData \ +static_assert(alignof(FWidgetNavigationData) == 0x000004, "Wrong alignment on FWidgetNavigationData"); \ +static_assert(sizeof(FWidgetNavigationData) == 0x00002C, "Wrong size on FWidgetNavigationData"); \ +static_assert(offsetof(FWidgetNavigationData, Rule) == 0x000000, "Member 'FWidgetNavigationData::Rule' has a wrong offset!"); \ +static_assert(offsetof(FWidgetNavigationData, WidgetToFocus) == 0x000004, "Member 'FWidgetNavigationData::WidgetToFocus' has a wrong offset!"); \ +static_assert(offsetof(FWidgetNavigationData, Widget) == 0x000010, "Member 'FWidgetNavigationData::Widget' has a wrong offset!"); \ +static_assert(offsetof(FWidgetNavigationData, CustomDelegate) == 0x000018, "Member 'FWidgetNavigationData::CustomDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVisual \ +static_assert(alignof(UVisual) == 0x000008, "Wrong alignment on UVisual"); \ +static_assert(sizeof(UVisual) == 0x000030, "Wrong size on UVisual"); \ + +#define DUMPER7_ASSERTS_Widget_ForceVolatile \ +static_assert(alignof(Widget_ForceVolatile) == 0x000001, "Wrong alignment on Widget_ForceVolatile"); \ +static_assert(sizeof(Widget_ForceVolatile) == 0x000001, "Wrong size on Widget_ForceVolatile"); \ +static_assert(offsetof(Widget_ForceVolatile, bForce) == 0x000000, "Member 'Widget_ForceVolatile::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetAllNavigationRules \ +static_assert(alignof(Widget_SetAllNavigationRules) == 0x000004, "Wrong alignment on Widget_SetAllNavigationRules"); \ +static_assert(sizeof(Widget_SetAllNavigationRules) == 0x000010, "Wrong size on Widget_SetAllNavigationRules"); \ +static_assert(offsetof(Widget_SetAllNavigationRules, Rule) == 0x000000, "Member 'Widget_SetAllNavigationRules::Rule' has a wrong offset!"); \ +static_assert(offsetof(Widget_SetAllNavigationRules, WidgetToFocus) == 0x000004, "Member 'Widget_SetAllNavigationRules::WidgetToFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetClipping \ +static_assert(alignof(Widget_SetClipping) == 0x000001, "Wrong alignment on Widget_SetClipping"); \ +static_assert(sizeof(Widget_SetClipping) == 0x000001, "Wrong size on Widget_SetClipping"); \ +static_assert(offsetof(Widget_SetClipping, InClipping) == 0x000000, "Member 'Widget_SetClipping::InClipping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetCursor \ +static_assert(alignof(Widget_SetCursor) == 0x000001, "Wrong alignment on Widget_SetCursor"); \ +static_assert(sizeof(Widget_SetCursor) == 0x000001, "Wrong size on Widget_SetCursor"); \ +static_assert(offsetof(Widget_SetCursor, InCursor) == 0x000000, "Member 'Widget_SetCursor::InCursor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetIsEnabled \ +static_assert(alignof(Widget_SetIsEnabled) == 0x000001, "Wrong alignment on Widget_SetIsEnabled"); \ +static_assert(sizeof(Widget_SetIsEnabled) == 0x000001, "Wrong size on Widget_SetIsEnabled"); \ +static_assert(offsetof(Widget_SetIsEnabled, bInIsEnabled) == 0x000000, "Member 'Widget_SetIsEnabled::bInIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetNavigationRule \ +static_assert(alignof(Widget_SetNavigationRule) == 0x000004, "Wrong alignment on Widget_SetNavigationRule"); \ +static_assert(sizeof(Widget_SetNavigationRule) == 0x000010, "Wrong size on Widget_SetNavigationRule"); \ +static_assert(offsetof(Widget_SetNavigationRule, Direction) == 0x000000, "Member 'Widget_SetNavigationRule::Direction' has a wrong offset!"); \ +static_assert(offsetof(Widget_SetNavigationRule, Rule) == 0x000001, "Member 'Widget_SetNavigationRule::Rule' has a wrong offset!"); \ +static_assert(offsetof(Widget_SetNavigationRule, WidgetToFocus) == 0x000004, "Member 'Widget_SetNavigationRule::WidgetToFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetNavigationRuleBase \ +static_assert(alignof(Widget_SetNavigationRuleBase) == 0x000001, "Wrong alignment on Widget_SetNavigationRuleBase"); \ +static_assert(sizeof(Widget_SetNavigationRuleBase) == 0x000002, "Wrong size on Widget_SetNavigationRuleBase"); \ +static_assert(offsetof(Widget_SetNavigationRuleBase, Direction) == 0x000000, "Member 'Widget_SetNavigationRuleBase::Direction' has a wrong offset!"); \ +static_assert(offsetof(Widget_SetNavigationRuleBase, Rule) == 0x000001, "Member 'Widget_SetNavigationRuleBase::Rule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetNavigationRuleCustom \ +static_assert(alignof(Widget_SetNavigationRuleCustom) == 0x000004, "Wrong alignment on Widget_SetNavigationRuleCustom"); \ +static_assert(sizeof(Widget_SetNavigationRuleCustom) == 0x000018, "Wrong size on Widget_SetNavigationRuleCustom"); \ +static_assert(offsetof(Widget_SetNavigationRuleCustom, Direction) == 0x000000, "Member 'Widget_SetNavigationRuleCustom::Direction' has a wrong offset!"); \ +static_assert(offsetof(Widget_SetNavigationRuleCustom, InCustomDelegate) == 0x000004, "Member 'Widget_SetNavigationRuleCustom::InCustomDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetNavigationRuleCustomBoundary \ +static_assert(alignof(Widget_SetNavigationRuleCustomBoundary) == 0x000004, "Wrong alignment on Widget_SetNavigationRuleCustomBoundary"); \ +static_assert(sizeof(Widget_SetNavigationRuleCustomBoundary) == 0x000018, "Wrong size on Widget_SetNavigationRuleCustomBoundary"); \ +static_assert(offsetof(Widget_SetNavigationRuleCustomBoundary, Direction) == 0x000000, "Member 'Widget_SetNavigationRuleCustomBoundary::Direction' has a wrong offset!"); \ +static_assert(offsetof(Widget_SetNavigationRuleCustomBoundary, InCustomDelegate) == 0x000004, "Member 'Widget_SetNavigationRuleCustomBoundary::InCustomDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetNavigationRuleExplicit \ +static_assert(alignof(Widget_SetNavigationRuleExplicit) == 0x000008, "Wrong alignment on Widget_SetNavigationRuleExplicit"); \ +static_assert(sizeof(Widget_SetNavigationRuleExplicit) == 0x000010, "Wrong size on Widget_SetNavigationRuleExplicit"); \ +static_assert(offsetof(Widget_SetNavigationRuleExplicit, Direction) == 0x000000, "Member 'Widget_SetNavigationRuleExplicit::Direction' has a wrong offset!"); \ +static_assert(offsetof(Widget_SetNavigationRuleExplicit, InWidget) == 0x000008, "Member 'Widget_SetNavigationRuleExplicit::InWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetRenderOpacity \ +static_assert(alignof(Widget_SetRenderOpacity) == 0x000004, "Wrong alignment on Widget_SetRenderOpacity"); \ +static_assert(sizeof(Widget_SetRenderOpacity) == 0x000004, "Wrong size on Widget_SetRenderOpacity"); \ +static_assert(offsetof(Widget_SetRenderOpacity, InOpacity) == 0x000000, "Member 'Widget_SetRenderOpacity::InOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetRenderScale \ +static_assert(alignof(Widget_SetRenderScale) == 0x000004, "Wrong alignment on Widget_SetRenderScale"); \ +static_assert(sizeof(Widget_SetRenderScale) == 0x000008, "Wrong size on Widget_SetRenderScale"); \ +static_assert(offsetof(Widget_SetRenderScale, Scale) == 0x000000, "Member 'Widget_SetRenderScale::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetRenderShear \ +static_assert(alignof(Widget_SetRenderShear) == 0x000004, "Wrong alignment on Widget_SetRenderShear"); \ +static_assert(sizeof(Widget_SetRenderShear) == 0x000008, "Wrong size on Widget_SetRenderShear"); \ +static_assert(offsetof(Widget_SetRenderShear, Shear) == 0x000000, "Member 'Widget_SetRenderShear::Shear' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetRenderTransform \ +static_assert(alignof(Widget_SetRenderTransform) == 0x000004, "Wrong alignment on Widget_SetRenderTransform"); \ +static_assert(sizeof(Widget_SetRenderTransform) == 0x00001C, "Wrong size on Widget_SetRenderTransform"); \ +static_assert(offsetof(Widget_SetRenderTransform, InTransform) == 0x000000, "Member 'Widget_SetRenderTransform::InTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetRenderTransformAngle \ +static_assert(alignof(Widget_SetRenderTransformAngle) == 0x000004, "Wrong alignment on Widget_SetRenderTransformAngle"); \ +static_assert(sizeof(Widget_SetRenderTransformAngle) == 0x000004, "Wrong size on Widget_SetRenderTransformAngle"); \ +static_assert(offsetof(Widget_SetRenderTransformAngle, Angle) == 0x000000, "Member 'Widget_SetRenderTransformAngle::Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetRenderTransformPivot \ +static_assert(alignof(Widget_SetRenderTransformPivot) == 0x000004, "Wrong alignment on Widget_SetRenderTransformPivot"); \ +static_assert(sizeof(Widget_SetRenderTransformPivot) == 0x000008, "Wrong size on Widget_SetRenderTransformPivot"); \ +static_assert(offsetof(Widget_SetRenderTransformPivot, Pivot) == 0x000000, "Member 'Widget_SetRenderTransformPivot::Pivot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetRenderTranslation \ +static_assert(alignof(Widget_SetRenderTranslation) == 0x000004, "Wrong alignment on Widget_SetRenderTranslation"); \ +static_assert(sizeof(Widget_SetRenderTranslation) == 0x000008, "Wrong size on Widget_SetRenderTranslation"); \ +static_assert(offsetof(Widget_SetRenderTranslation, Translation) == 0x000000, "Member 'Widget_SetRenderTranslation::Translation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetToolTip \ +static_assert(alignof(Widget_SetToolTip) == 0x000008, "Wrong alignment on Widget_SetToolTip"); \ +static_assert(sizeof(Widget_SetToolTip) == 0x000008, "Wrong size on Widget_SetToolTip"); \ +static_assert(offsetof(Widget_SetToolTip, Widget) == 0x000000, "Member 'Widget_SetToolTip::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetToolTipText \ +static_assert(alignof(Widget_SetToolTipText) == 0x000008, "Wrong alignment on Widget_SetToolTipText"); \ +static_assert(sizeof(Widget_SetToolTipText) == 0x000018, "Wrong size on Widget_SetToolTipText"); \ +static_assert(offsetof(Widget_SetToolTipText, InToolTipText) == 0x000000, "Member 'Widget_SetToolTipText::InToolTipText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetUserFocus \ +static_assert(alignof(Widget_SetUserFocus) == 0x000008, "Wrong alignment on Widget_SetUserFocus"); \ +static_assert(sizeof(Widget_SetUserFocus) == 0x000008, "Wrong size on Widget_SetUserFocus"); \ +static_assert(offsetof(Widget_SetUserFocus, PlayerController) == 0x000000, "Member 'Widget_SetUserFocus::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetVisibility \ +static_assert(alignof(Widget_SetVisibility) == 0x000001, "Wrong alignment on Widget_SetVisibility"); \ +static_assert(sizeof(Widget_SetVisibility) == 0x000001, "Wrong size on Widget_SetVisibility"); \ +static_assert(offsetof(Widget_SetVisibility, InVisibility) == 0x000000, "Member 'Widget_SetVisibility::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetAccessibleSummaryText \ +static_assert(alignof(Widget_GetAccessibleSummaryText) == 0x000008, "Wrong alignment on Widget_GetAccessibleSummaryText"); \ +static_assert(sizeof(Widget_GetAccessibleSummaryText) == 0x000018, "Wrong size on Widget_GetAccessibleSummaryText"); \ +static_assert(offsetof(Widget_GetAccessibleSummaryText, ReturnValue) == 0x000000, "Member 'Widget_GetAccessibleSummaryText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetAccessibleText \ +static_assert(alignof(Widget_GetAccessibleText) == 0x000008, "Wrong alignment on Widget_GetAccessibleText"); \ +static_assert(sizeof(Widget_GetAccessibleText) == 0x000018, "Wrong size on Widget_GetAccessibleText"); \ +static_assert(offsetof(Widget_GetAccessibleText, ReturnValue) == 0x000000, "Member 'Widget_GetAccessibleText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetCachedGeometry \ +static_assert(alignof(Widget_GetCachedGeometry) == 0x000004, "Wrong alignment on Widget_GetCachedGeometry"); \ +static_assert(sizeof(Widget_GetCachedGeometry) == 0x000038, "Wrong size on Widget_GetCachedGeometry"); \ +static_assert(offsetof(Widget_GetCachedGeometry, ReturnValue) == 0x000000, "Member 'Widget_GetCachedGeometry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetClipping \ +static_assert(alignof(Widget_GetClipping) == 0x000001, "Wrong alignment on Widget_GetClipping"); \ +static_assert(sizeof(Widget_GetClipping) == 0x000001, "Wrong size on Widget_GetClipping"); \ +static_assert(offsetof(Widget_GetClipping, ReturnValue) == 0x000000, "Member 'Widget_GetClipping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetDesiredSize \ +static_assert(alignof(Widget_GetDesiredSize) == 0x000004, "Wrong alignment on Widget_GetDesiredSize"); \ +static_assert(sizeof(Widget_GetDesiredSize) == 0x000008, "Wrong size on Widget_GetDesiredSize"); \ +static_assert(offsetof(Widget_GetDesiredSize, ReturnValue) == 0x000000, "Member 'Widget_GetDesiredSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetGameInstance \ +static_assert(alignof(Widget_GetGameInstance) == 0x000008, "Wrong alignment on Widget_GetGameInstance"); \ +static_assert(sizeof(Widget_GetGameInstance) == 0x000008, "Wrong size on Widget_GetGameInstance"); \ +static_assert(offsetof(Widget_GetGameInstance, ReturnValue) == 0x000000, "Member 'Widget_GetGameInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetIsEnabled \ +static_assert(alignof(Widget_GetIsEnabled) == 0x000001, "Wrong alignment on Widget_GetIsEnabled"); \ +static_assert(sizeof(Widget_GetIsEnabled) == 0x000001, "Wrong size on Widget_GetIsEnabled"); \ +static_assert(offsetof(Widget_GetIsEnabled, ReturnValue) == 0x000000, "Member 'Widget_GetIsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetOwningLocalPlayer \ +static_assert(alignof(Widget_GetOwningLocalPlayer) == 0x000008, "Wrong alignment on Widget_GetOwningLocalPlayer"); \ +static_assert(sizeof(Widget_GetOwningLocalPlayer) == 0x000008, "Wrong size on Widget_GetOwningLocalPlayer"); \ +static_assert(offsetof(Widget_GetOwningLocalPlayer, ReturnValue) == 0x000000, "Member 'Widget_GetOwningLocalPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetOwningPlayer \ +static_assert(alignof(Widget_GetOwningPlayer) == 0x000008, "Wrong alignment on Widget_GetOwningPlayer"); \ +static_assert(sizeof(Widget_GetOwningPlayer) == 0x000008, "Wrong size on Widget_GetOwningPlayer"); \ +static_assert(offsetof(Widget_GetOwningPlayer, ReturnValue) == 0x000000, "Member 'Widget_GetOwningPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetPaintSpaceGeometry \ +static_assert(alignof(Widget_GetPaintSpaceGeometry) == 0x000004, "Wrong alignment on Widget_GetPaintSpaceGeometry"); \ +static_assert(sizeof(Widget_GetPaintSpaceGeometry) == 0x000038, "Wrong size on Widget_GetPaintSpaceGeometry"); \ +static_assert(offsetof(Widget_GetPaintSpaceGeometry, ReturnValue) == 0x000000, "Member 'Widget_GetPaintSpaceGeometry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetParent \ +static_assert(alignof(Widget_GetParent) == 0x000008, "Wrong alignment on Widget_GetParent"); \ +static_assert(sizeof(Widget_GetParent) == 0x000008, "Wrong size on Widget_GetParent"); \ +static_assert(offsetof(Widget_GetParent, ReturnValue) == 0x000000, "Member 'Widget_GetParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetRenderOpacity \ +static_assert(alignof(Widget_GetRenderOpacity) == 0x000004, "Wrong alignment on Widget_GetRenderOpacity"); \ +static_assert(sizeof(Widget_GetRenderOpacity) == 0x000004, "Wrong size on Widget_GetRenderOpacity"); \ +static_assert(offsetof(Widget_GetRenderOpacity, ReturnValue) == 0x000000, "Member 'Widget_GetRenderOpacity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetRenderTransformAngle \ +static_assert(alignof(Widget_GetRenderTransformAngle) == 0x000004, "Wrong alignment on Widget_GetRenderTransformAngle"); \ +static_assert(sizeof(Widget_GetRenderTransformAngle) == 0x000004, "Wrong size on Widget_GetRenderTransformAngle"); \ +static_assert(offsetof(Widget_GetRenderTransformAngle, ReturnValue) == 0x000000, "Member 'Widget_GetRenderTransformAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetTickSpaceGeometry \ +static_assert(alignof(Widget_GetTickSpaceGeometry) == 0x000004, "Wrong alignment on Widget_GetTickSpaceGeometry"); \ +static_assert(sizeof(Widget_GetTickSpaceGeometry) == 0x000038, "Wrong size on Widget_GetTickSpaceGeometry"); \ +static_assert(offsetof(Widget_GetTickSpaceGeometry, ReturnValue) == 0x000000, "Member 'Widget_GetTickSpaceGeometry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetVisibility \ +static_assert(alignof(Widget_GetVisibility) == 0x000001, "Wrong alignment on Widget_GetVisibility"); \ +static_assert(sizeof(Widget_GetVisibility) == 0x000001, "Wrong size on Widget_GetVisibility"); \ +static_assert(offsetof(Widget_GetVisibility, ReturnValue) == 0x000000, "Member 'Widget_GetVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasAnyUserFocus \ +static_assert(alignof(Widget_HasAnyUserFocus) == 0x000001, "Wrong alignment on Widget_HasAnyUserFocus"); \ +static_assert(sizeof(Widget_HasAnyUserFocus) == 0x000001, "Wrong size on Widget_HasAnyUserFocus"); \ +static_assert(offsetof(Widget_HasAnyUserFocus, ReturnValue) == 0x000000, "Member 'Widget_HasAnyUserFocus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasFocusedDescendants \ +static_assert(alignof(Widget_HasFocusedDescendants) == 0x000001, "Wrong alignment on Widget_HasFocusedDescendants"); \ +static_assert(sizeof(Widget_HasFocusedDescendants) == 0x000001, "Wrong size on Widget_HasFocusedDescendants"); \ +static_assert(offsetof(Widget_HasFocusedDescendants, ReturnValue) == 0x000000, "Member 'Widget_HasFocusedDescendants::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasKeyboardFocus \ +static_assert(alignof(Widget_HasKeyboardFocus) == 0x000001, "Wrong alignment on Widget_HasKeyboardFocus"); \ +static_assert(sizeof(Widget_HasKeyboardFocus) == 0x000001, "Wrong size on Widget_HasKeyboardFocus"); \ +static_assert(offsetof(Widget_HasKeyboardFocus, ReturnValue) == 0x000000, "Member 'Widget_HasKeyboardFocus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasMouseCapture \ +static_assert(alignof(Widget_HasMouseCapture) == 0x000001, "Wrong alignment on Widget_HasMouseCapture"); \ +static_assert(sizeof(Widget_HasMouseCapture) == 0x000001, "Wrong size on Widget_HasMouseCapture"); \ +static_assert(offsetof(Widget_HasMouseCapture, ReturnValue) == 0x000000, "Member 'Widget_HasMouseCapture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasMouseCaptureByUser \ +static_assert(alignof(Widget_HasMouseCaptureByUser) == 0x000004, "Wrong alignment on Widget_HasMouseCaptureByUser"); \ +static_assert(sizeof(Widget_HasMouseCaptureByUser) == 0x00000C, "Wrong size on Widget_HasMouseCaptureByUser"); \ +static_assert(offsetof(Widget_HasMouseCaptureByUser, UserIndex) == 0x000000, "Member 'Widget_HasMouseCaptureByUser::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(Widget_HasMouseCaptureByUser, PointerIndex) == 0x000004, "Member 'Widget_HasMouseCaptureByUser::PointerIndex' has a wrong offset!"); \ +static_assert(offsetof(Widget_HasMouseCaptureByUser, ReturnValue) == 0x000008, "Member 'Widget_HasMouseCaptureByUser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasUserFocus \ +static_assert(alignof(Widget_HasUserFocus) == 0x000008, "Wrong alignment on Widget_HasUserFocus"); \ +static_assert(sizeof(Widget_HasUserFocus) == 0x000010, "Wrong size on Widget_HasUserFocus"); \ +static_assert(offsetof(Widget_HasUserFocus, PlayerController) == 0x000000, "Member 'Widget_HasUserFocus::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(Widget_HasUserFocus, ReturnValue) == 0x000008, "Member 'Widget_HasUserFocus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasUserFocusedDescendants \ +static_assert(alignof(Widget_HasUserFocusedDescendants) == 0x000008, "Wrong alignment on Widget_HasUserFocusedDescendants"); \ +static_assert(sizeof(Widget_HasUserFocusedDescendants) == 0x000010, "Wrong size on Widget_HasUserFocusedDescendants"); \ +static_assert(offsetof(Widget_HasUserFocusedDescendants, PlayerController) == 0x000000, "Member 'Widget_HasUserFocusedDescendants::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(Widget_HasUserFocusedDescendants, ReturnValue) == 0x000008, "Member 'Widget_HasUserFocusedDescendants::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_IsHovered \ +static_assert(alignof(Widget_IsHovered) == 0x000001, "Wrong alignment on Widget_IsHovered"); \ +static_assert(sizeof(Widget_IsHovered) == 0x000001, "Wrong size on Widget_IsHovered"); \ +static_assert(offsetof(Widget_IsHovered, ReturnValue) == 0x000000, "Member 'Widget_IsHovered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_IsVisible \ +static_assert(alignof(Widget_IsVisible) == 0x000001, "Wrong alignment on Widget_IsVisible"); \ +static_assert(sizeof(Widget_IsVisible) == 0x000001, "Wrong size on Widget_IsVisible"); \ +static_assert(offsetof(Widget_IsVisible, ReturnValue) == 0x000000, "Member 'Widget_IsVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidget \ +static_assert(alignof(UWidget) == 0x000008, "Wrong alignment on UWidget"); \ +static_assert(sizeof(UWidget) == 0x000128, "Wrong size on UWidget"); \ +static_assert(offsetof(UWidget, Slot) == 0x000030, "Member 'UWidget::Slot' has a wrong offset!"); \ +static_assert(offsetof(UWidget, bIsEnabledDelegate) == 0x000038, "Member 'UWidget::bIsEnabledDelegate' has a wrong offset!"); \ +static_assert(offsetof(UWidget, ToolTipText) == 0x000050, "Member 'UWidget::ToolTipText' has a wrong offset!"); \ +static_assert(offsetof(UWidget, ToolTipTextDelegate) == 0x000068, "Member 'UWidget::ToolTipTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UWidget, ToolTipWidget) == 0x000080, "Member 'UWidget::ToolTipWidget' has a wrong offset!"); \ +static_assert(offsetof(UWidget, ToolTipWidgetDelegate) == 0x000088, "Member 'UWidget::ToolTipWidgetDelegate' has a wrong offset!"); \ +static_assert(offsetof(UWidget, VisibilityDelegate) == 0x00009C, "Member 'UWidget::VisibilityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UWidget, RenderTransform) == 0x0000B0, "Member 'UWidget::RenderTransform' has a wrong offset!"); \ +static_assert(offsetof(UWidget, RenderTransformPivot) == 0x0000CC, "Member 'UWidget::RenderTransformPivot' has a wrong offset!"); \ +static_assert(offsetof(UWidget, AccessibleWidgetData) == 0x0000D8, "Member 'UWidget::AccessibleWidgetData' has a wrong offset!"); \ +static_assert(offsetof(UWidget, Cursor) == 0x0000E1, "Member 'UWidget::Cursor' has a wrong offset!"); \ +static_assert(offsetof(UWidget, Clipping) == 0x0000E2, "Member 'UWidget::Clipping' has a wrong offset!"); \ +static_assert(offsetof(UWidget, Visibility) == 0x0000E3, "Member 'UWidget::Visibility' has a wrong offset!"); \ +static_assert(offsetof(UWidget, RenderOpacity) == 0x0000E4, "Member 'UWidget::RenderOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWidget, Navigation) == 0x0000E8, "Member 'UWidget::Navigation' has a wrong offset!"); \ +static_assert(offsetof(UWidget, FlowDirectionPreference) == 0x0000F0, "Member 'UWidget::FlowDirectionPreference' has a wrong offset!"); \ +static_assert(offsetof(UWidget, NativeBindings) == 0x000118, "Member 'UWidget::NativeBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_AddChild \ +static_assert(alignof(PanelWidget_AddChild) == 0x000008, "Wrong alignment on PanelWidget_AddChild"); \ +static_assert(sizeof(PanelWidget_AddChild) == 0x000010, "Wrong size on PanelWidget_AddChild"); \ +static_assert(offsetof(PanelWidget_AddChild, Content) == 0x000000, "Member 'PanelWidget_AddChild::Content' has a wrong offset!"); \ +static_assert(offsetof(PanelWidget_AddChild, ReturnValue) == 0x000008, "Member 'PanelWidget_AddChild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_RemoveChild \ +static_assert(alignof(PanelWidget_RemoveChild) == 0x000008, "Wrong alignment on PanelWidget_RemoveChild"); \ +static_assert(sizeof(PanelWidget_RemoveChild) == 0x000010, "Wrong size on PanelWidget_RemoveChild"); \ +static_assert(offsetof(PanelWidget_RemoveChild, Content) == 0x000000, "Member 'PanelWidget_RemoveChild::Content' has a wrong offset!"); \ +static_assert(offsetof(PanelWidget_RemoveChild, ReturnValue) == 0x000008, "Member 'PanelWidget_RemoveChild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_RemoveChildAt \ +static_assert(alignof(PanelWidget_RemoveChildAt) == 0x000004, "Wrong alignment on PanelWidget_RemoveChildAt"); \ +static_assert(sizeof(PanelWidget_RemoveChildAt) == 0x000008, "Wrong size on PanelWidget_RemoveChildAt"); \ +static_assert(offsetof(PanelWidget_RemoveChildAt, Index_0) == 0x000000, "Member 'PanelWidget_RemoveChildAt::Index_0' has a wrong offset!"); \ +static_assert(offsetof(PanelWidget_RemoveChildAt, ReturnValue) == 0x000004, "Member 'PanelWidget_RemoveChildAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_GetAllChildren \ +static_assert(alignof(PanelWidget_GetAllChildren) == 0x000008, "Wrong alignment on PanelWidget_GetAllChildren"); \ +static_assert(sizeof(PanelWidget_GetAllChildren) == 0x000010, "Wrong size on PanelWidget_GetAllChildren"); \ +static_assert(offsetof(PanelWidget_GetAllChildren, ReturnValue) == 0x000000, "Member 'PanelWidget_GetAllChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_GetChildAt \ +static_assert(alignof(PanelWidget_GetChildAt) == 0x000008, "Wrong alignment on PanelWidget_GetChildAt"); \ +static_assert(sizeof(PanelWidget_GetChildAt) == 0x000010, "Wrong size on PanelWidget_GetChildAt"); \ +static_assert(offsetof(PanelWidget_GetChildAt, Index_0) == 0x000000, "Member 'PanelWidget_GetChildAt::Index_0' has a wrong offset!"); \ +static_assert(offsetof(PanelWidget_GetChildAt, ReturnValue) == 0x000008, "Member 'PanelWidget_GetChildAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_GetChildIndex \ +static_assert(alignof(PanelWidget_GetChildIndex) == 0x000008, "Wrong alignment on PanelWidget_GetChildIndex"); \ +static_assert(sizeof(PanelWidget_GetChildIndex) == 0x000010, "Wrong size on PanelWidget_GetChildIndex"); \ +static_assert(offsetof(PanelWidget_GetChildIndex, Content) == 0x000000, "Member 'PanelWidget_GetChildIndex::Content' has a wrong offset!"); \ +static_assert(offsetof(PanelWidget_GetChildIndex, ReturnValue) == 0x000008, "Member 'PanelWidget_GetChildIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_GetChildrenCount \ +static_assert(alignof(PanelWidget_GetChildrenCount) == 0x000004, "Wrong alignment on PanelWidget_GetChildrenCount"); \ +static_assert(sizeof(PanelWidget_GetChildrenCount) == 0x000004, "Wrong size on PanelWidget_GetChildrenCount"); \ +static_assert(offsetof(PanelWidget_GetChildrenCount, ReturnValue) == 0x000000, "Member 'PanelWidget_GetChildrenCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_HasAnyChildren \ +static_assert(alignof(PanelWidget_HasAnyChildren) == 0x000001, "Wrong alignment on PanelWidget_HasAnyChildren"); \ +static_assert(sizeof(PanelWidget_HasAnyChildren) == 0x000001, "Wrong size on PanelWidget_HasAnyChildren"); \ +static_assert(offsetof(PanelWidget_HasAnyChildren, ReturnValue) == 0x000000, "Member 'PanelWidget_HasAnyChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_HasChild \ +static_assert(alignof(PanelWidget_HasChild) == 0x000008, "Wrong alignment on PanelWidget_HasChild"); \ +static_assert(sizeof(PanelWidget_HasChild) == 0x000010, "Wrong size on PanelWidget_HasChild"); \ +static_assert(offsetof(PanelWidget_HasChild, Content) == 0x000000, "Member 'PanelWidget_HasChild::Content' has a wrong offset!"); \ +static_assert(offsetof(PanelWidget_HasChild, ReturnValue) == 0x000008, "Member 'PanelWidget_HasChild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPanelWidget \ +static_assert(alignof(UPanelWidget) == 0x000008, "Wrong alignment on UPanelWidget"); \ +static_assert(sizeof(UPanelWidget) == 0x000140, "Wrong size on UPanelWidget"); \ +static_assert(offsetof(UPanelWidget, Slots) == 0x000128, "Member 'UPanelWidget::Slots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContentWidget_SetContent \ +static_assert(alignof(ContentWidget_SetContent) == 0x000008, "Wrong alignment on ContentWidget_SetContent"); \ +static_assert(sizeof(ContentWidget_SetContent) == 0x000010, "Wrong size on ContentWidget_SetContent"); \ +static_assert(offsetof(ContentWidget_SetContent, Content) == 0x000000, "Member 'ContentWidget_SetContent::Content' has a wrong offset!"); \ +static_assert(offsetof(ContentWidget_SetContent, ReturnValue) == 0x000008, "Member 'ContentWidget_SetContent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContentWidget_GetContent \ +static_assert(alignof(ContentWidget_GetContent) == 0x000008, "Wrong alignment on ContentWidget_GetContent"); \ +static_assert(sizeof(ContentWidget_GetContent) == 0x000008, "Wrong size on ContentWidget_GetContent"); \ +static_assert(offsetof(ContentWidget_GetContent, ReturnValue) == 0x000000, "Member 'ContentWidget_GetContent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContentWidget_GetContentSlot \ +static_assert(alignof(ContentWidget_GetContentSlot) == 0x000008, "Wrong alignment on ContentWidget_GetContentSlot"); \ +static_assert(sizeof(ContentWidget_GetContentSlot) == 0x000008, "Wrong size on ContentWidget_GetContentSlot"); \ +static_assert(offsetof(ContentWidget_GetContentSlot, ReturnValue) == 0x000000, "Member 'ContentWidget_GetContentSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UContentWidget \ +static_assert(alignof(UContentWidget) == 0x000008, "Wrong alignment on UContentWidget"); \ +static_assert(sizeof(UContentWidget) == 0x000140, "Wrong size on UContentWidget"); \ + +#define DUMPER7_ASSERTS_BackgroundBlur_SetApplyAlphaToBlur \ +static_assert(alignof(BackgroundBlur_SetApplyAlphaToBlur) == 0x000001, "Wrong alignment on BackgroundBlur_SetApplyAlphaToBlur"); \ +static_assert(sizeof(BackgroundBlur_SetApplyAlphaToBlur) == 0x000001, "Wrong size on BackgroundBlur_SetApplyAlphaToBlur"); \ +static_assert(offsetof(BackgroundBlur_SetApplyAlphaToBlur, bInApplyAlphaToBlur) == 0x000000, "Member 'BackgroundBlur_SetApplyAlphaToBlur::bInApplyAlphaToBlur' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BackgroundBlur_SetBlurRadius \ +static_assert(alignof(BackgroundBlur_SetBlurRadius) == 0x000004, "Wrong alignment on BackgroundBlur_SetBlurRadius"); \ +static_assert(sizeof(BackgroundBlur_SetBlurRadius) == 0x000004, "Wrong size on BackgroundBlur_SetBlurRadius"); \ +static_assert(offsetof(BackgroundBlur_SetBlurRadius, InBlurRadius) == 0x000000, "Member 'BackgroundBlur_SetBlurRadius::InBlurRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BackgroundBlur_SetBlurStrength \ +static_assert(alignof(BackgroundBlur_SetBlurStrength) == 0x000004, "Wrong alignment on BackgroundBlur_SetBlurStrength"); \ +static_assert(sizeof(BackgroundBlur_SetBlurStrength) == 0x000004, "Wrong size on BackgroundBlur_SetBlurStrength"); \ +static_assert(offsetof(BackgroundBlur_SetBlurStrength, InStrength) == 0x000000, "Member 'BackgroundBlur_SetBlurStrength::InStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BackgroundBlur_SetHorizontalAlignment \ +static_assert(alignof(BackgroundBlur_SetHorizontalAlignment) == 0x000001, "Wrong alignment on BackgroundBlur_SetHorizontalAlignment"); \ +static_assert(sizeof(BackgroundBlur_SetHorizontalAlignment) == 0x000001, "Wrong size on BackgroundBlur_SetHorizontalAlignment"); \ +static_assert(offsetof(BackgroundBlur_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'BackgroundBlur_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BackgroundBlur_SetLowQualityFallbackBrush \ +static_assert(alignof(BackgroundBlur_SetLowQualityFallbackBrush) == 0x000008, "Wrong alignment on BackgroundBlur_SetLowQualityFallbackBrush"); \ +static_assert(sizeof(BackgroundBlur_SetLowQualityFallbackBrush) == 0x000090, "Wrong size on BackgroundBlur_SetLowQualityFallbackBrush"); \ +static_assert(offsetof(BackgroundBlur_SetLowQualityFallbackBrush, InBrush) == 0x000000, "Member 'BackgroundBlur_SetLowQualityFallbackBrush::InBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BackgroundBlur_SetPadding \ +static_assert(alignof(BackgroundBlur_SetPadding) == 0x000004, "Wrong alignment on BackgroundBlur_SetPadding"); \ +static_assert(sizeof(BackgroundBlur_SetPadding) == 0x000010, "Wrong size on BackgroundBlur_SetPadding"); \ +static_assert(offsetof(BackgroundBlur_SetPadding, InPadding) == 0x000000, "Member 'BackgroundBlur_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BackgroundBlur_SetVerticalAlignment \ +static_assert(alignof(BackgroundBlur_SetVerticalAlignment) == 0x000001, "Wrong alignment on BackgroundBlur_SetVerticalAlignment"); \ +static_assert(sizeof(BackgroundBlur_SetVerticalAlignment) == 0x000001, "Wrong size on BackgroundBlur_SetVerticalAlignment"); \ +static_assert(offsetof(BackgroundBlur_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'BackgroundBlur_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBackgroundBlur \ +static_assert(alignof(UBackgroundBlur) == 0x000008, "Wrong alignment on UBackgroundBlur"); \ +static_assert(sizeof(UBackgroundBlur) == 0x000200, "Wrong size on UBackgroundBlur"); \ +static_assert(offsetof(UBackgroundBlur, Padding) == 0x000140, "Member 'UBackgroundBlur::Padding' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, HorizontalAlignment) == 0x000150, "Member 'UBackgroundBlur::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, VerticalAlignment) == 0x000151, "Member 'UBackgroundBlur::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, bApplyAlphaToBlur) == 0x000152, "Member 'UBackgroundBlur::bApplyAlphaToBlur' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, BlurStrength) == 0x000154, "Member 'UBackgroundBlur::BlurStrength' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, bOverrideAutoRadiusCalculation) == 0x000158, "Member 'UBackgroundBlur::bOverrideAutoRadiusCalculation' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, BlurRadius) == 0x00015C, "Member 'UBackgroundBlur::BlurRadius' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, LowQualityFallbackBrush) == 0x000160, "Member 'UBackgroundBlur::LowQualityFallbackBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InvalidationBox_SetCanCache \ +static_assert(alignof(InvalidationBox_SetCanCache) == 0x000001, "Wrong alignment on InvalidationBox_SetCanCache"); \ +static_assert(sizeof(InvalidationBox_SetCanCache) == 0x000001, "Wrong size on InvalidationBox_SetCanCache"); \ +static_assert(offsetof(InvalidationBox_SetCanCache, CanCache) == 0x000000, "Member 'InvalidationBox_SetCanCache::CanCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InvalidationBox_GetCanCache \ +static_assert(alignof(InvalidationBox_GetCanCache) == 0x000001, "Wrong alignment on InvalidationBox_GetCanCache"); \ +static_assert(sizeof(InvalidationBox_GetCanCache) == 0x000001, "Wrong size on InvalidationBox_GetCanCache"); \ +static_assert(offsetof(InvalidationBox_GetCanCache, ReturnValue) == 0x000000, "Member 'InvalidationBox_GetCanCache::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInvalidationBox \ +static_assert(alignof(UInvalidationBox) == 0x000008, "Wrong alignment on UInvalidationBox"); \ +static_assert(sizeof(UInvalidationBox) == 0x000158, "Wrong size on UInvalidationBox"); \ +static_assert(offsetof(UInvalidationBox, bCanCache) == 0x000140, "Member 'UInvalidationBox::bCanCache' has a wrong offset!"); \ +static_assert(offsetof(UInvalidationBox, CacheRelativeTransforms) == 0x000141, "Member 'UInvalidationBox::CacheRelativeTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPanelSlot \ +static_assert(alignof(UPanelSlot) == 0x000008, "Wrong alignment on UPanelSlot"); \ +static_assert(sizeof(UPanelSlot) == 0x000040, "Wrong size on UPanelSlot"); \ +static_assert(offsetof(UPanelSlot, Parent) == 0x000030, "Member 'UPanelSlot::Parent' has a wrong offset!"); \ +static_assert(offsetof(UPanelSlot, Content) == 0x000038, "Member 'UPanelSlot::Content' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPropertyBinding \ +static_assert(alignof(UPropertyBinding) == 0x000008, "Wrong alignment on UPropertyBinding"); \ +static_assert(sizeof(UPropertyBinding) == 0x000070, "Wrong size on UPropertyBinding"); \ +static_assert(offsetof(UPropertyBinding, SourceObject) == 0x000030, "Member 'UPropertyBinding::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(UPropertyBinding, SourcePath) == 0x000038, "Member 'UPropertyBinding::SourcePath' has a wrong offset!"); \ +static_assert(offsetof(UPropertyBinding, DestinationProperty) == 0x000060, "Member 'UPropertyBinding::DestinationProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MouseCursorBinding_GetValue \ +static_assert(alignof(MouseCursorBinding_GetValue) == 0x000001, "Wrong alignment on MouseCursorBinding_GetValue"); \ +static_assert(sizeof(MouseCursorBinding_GetValue) == 0x000001, "Wrong size on MouseCursorBinding_GetValue"); \ +static_assert(offsetof(MouseCursorBinding_GetValue, ReturnValue) == 0x000000, "Member 'MouseCursorBinding_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMouseCursorBinding \ +static_assert(alignof(UMouseCursorBinding) == 0x000008, "Wrong alignment on UMouseCursorBinding"); \ +static_assert(sizeof(UMouseCursorBinding) == 0x000070, "Wrong size on UMouseCursorBinding"); \ + +#define DUMPER7_ASSERTS_CircularThrobber_SetNumberOfPieces \ +static_assert(alignof(CircularThrobber_SetNumberOfPieces) == 0x000004, "Wrong alignment on CircularThrobber_SetNumberOfPieces"); \ +static_assert(sizeof(CircularThrobber_SetNumberOfPieces) == 0x000004, "Wrong size on CircularThrobber_SetNumberOfPieces"); \ +static_assert(offsetof(CircularThrobber_SetNumberOfPieces, InNumberOfPieces) == 0x000000, "Member 'CircularThrobber_SetNumberOfPieces::InNumberOfPieces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CircularThrobber_SetPeriod \ +static_assert(alignof(CircularThrobber_SetPeriod) == 0x000004, "Wrong alignment on CircularThrobber_SetPeriod"); \ +static_assert(sizeof(CircularThrobber_SetPeriod) == 0x000004, "Wrong size on CircularThrobber_SetPeriod"); \ +static_assert(offsetof(CircularThrobber_SetPeriod, InPeriod) == 0x000000, "Member 'CircularThrobber_SetPeriod::InPeriod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CircularThrobber_SetRadius \ +static_assert(alignof(CircularThrobber_SetRadius) == 0x000004, "Wrong alignment on CircularThrobber_SetRadius"); \ +static_assert(sizeof(CircularThrobber_SetRadius) == 0x000004, "Wrong size on CircularThrobber_SetRadius"); \ +static_assert(offsetof(CircularThrobber_SetRadius, InRadius) == 0x000000, "Member 'CircularThrobber_SetRadius::InRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCircularThrobber \ +static_assert(alignof(UCircularThrobber) == 0x000008, "Wrong alignment on UCircularThrobber"); \ +static_assert(sizeof(UCircularThrobber) == 0x0001E8, "Wrong size on UCircularThrobber"); \ +static_assert(offsetof(UCircularThrobber, NumberOfPieces) == 0x000128, "Member 'UCircularThrobber::NumberOfPieces' has a wrong offset!"); \ +static_assert(offsetof(UCircularThrobber, Period) == 0x00012C, "Member 'UCircularThrobber::Period' has a wrong offset!"); \ +static_assert(offsetof(UCircularThrobber, Radius) == 0x000130, "Member 'UCircularThrobber::Radius' has a wrong offset!"); \ +static_assert(offsetof(UCircularThrobber, PieceImage) == 0x000138, "Member 'UCircularThrobber::PieceImage' has a wrong offset!"); \ +static_assert(offsetof(UCircularThrobber, Image) == 0x000140, "Member 'UCircularThrobber::Image' has a wrong offset!"); \ +static_assert(offsetof(UCircularThrobber, bEnableRadius) == 0x0001D0, "Member 'UCircularThrobber::bEnableRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncTaskDownloadImage_DownloadImage \ +static_assert(alignof(AsyncTaskDownloadImage_DownloadImage) == 0x000008, "Wrong alignment on AsyncTaskDownloadImage_DownloadImage"); \ +static_assert(sizeof(AsyncTaskDownloadImage_DownloadImage) == 0x000018, "Wrong size on AsyncTaskDownloadImage_DownloadImage"); \ +static_assert(offsetof(AsyncTaskDownloadImage_DownloadImage, URL) == 0x000000, "Member 'AsyncTaskDownloadImage_DownloadImage::URL' has a wrong offset!"); \ +static_assert(offsetof(AsyncTaskDownloadImage_DownloadImage, ReturnValue) == 0x000010, "Member 'AsyncTaskDownloadImage_DownloadImage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncTaskDownloadImage \ +static_assert(alignof(UAsyncTaskDownloadImage) == 0x000008, "Wrong alignment on UAsyncTaskDownloadImage"); \ +static_assert(sizeof(UAsyncTaskDownloadImage) == 0x000058, "Wrong size on UAsyncTaskDownloadImage"); \ +static_assert(offsetof(UAsyncTaskDownloadImage, OnSuccess) == 0x000038, "Member 'UAsyncTaskDownloadImage::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UAsyncTaskDownloadImage, OnFail) == 0x000048, "Member 'UAsyncTaskDownloadImage::OnFail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Int32Binding_GetValue \ +static_assert(alignof(Int32Binding_GetValue) == 0x000004, "Wrong alignment on Int32Binding_GetValue"); \ +static_assert(sizeof(Int32Binding_GetValue) == 0x000004, "Wrong size on Int32Binding_GetValue"); \ +static_assert(offsetof(Int32Binding_GetValue, ReturnValue) == 0x000000, "Member 'Int32Binding_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInt32Binding \ +static_assert(alignof(UInt32Binding) == 0x000008, "Wrong alignment on UInt32Binding"); \ +static_assert(sizeof(UInt32Binding) == 0x000070, "Wrong size on UInt32Binding"); \ + +#define DUMPER7_ASSERTS_UserWidget_AddToPlayerScreen \ +static_assert(alignof(UserWidget_AddToPlayerScreen) == 0x000004, "Wrong alignment on UserWidget_AddToPlayerScreen"); \ +static_assert(sizeof(UserWidget_AddToPlayerScreen) == 0x000008, "Wrong size on UserWidget_AddToPlayerScreen"); \ +static_assert(offsetof(UserWidget_AddToPlayerScreen, ZOrder) == 0x000000, "Member 'UserWidget_AddToPlayerScreen::ZOrder' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_AddToPlayerScreen, ReturnValue) == 0x000004, "Member 'UserWidget_AddToPlayerScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_AddToViewport \ +static_assert(alignof(UserWidget_AddToViewport) == 0x000004, "Wrong alignment on UserWidget_AddToViewport"); \ +static_assert(sizeof(UserWidget_AddToViewport) == 0x000004, "Wrong size on UserWidget_AddToViewport"); \ +static_assert(offsetof(UserWidget_AddToViewport, ZOrder) == 0x000000, "Member 'UserWidget_AddToViewport::ZOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_BindToAnimationEvent \ +static_assert(alignof(UserWidget_BindToAnimationEvent) == 0x000008, "Wrong alignment on UserWidget_BindToAnimationEvent"); \ +static_assert(sizeof(UserWidget_BindToAnimationEvent) == 0x000030, "Wrong size on UserWidget_BindToAnimationEvent"); \ +static_assert(offsetof(UserWidget_BindToAnimationEvent, Animation) == 0x000000, "Member 'UserWidget_BindToAnimationEvent::Animation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_BindToAnimationEvent, Delegate) == 0x000008, "Member 'UserWidget_BindToAnimationEvent::Delegate' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_BindToAnimationEvent, AnimationEvent) == 0x00001C, "Member 'UserWidget_BindToAnimationEvent::AnimationEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_BindToAnimationEvent, UserTag) == 0x000020, "Member 'UserWidget_BindToAnimationEvent::UserTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_BindToAnimationFinished \ +static_assert(alignof(UserWidget_BindToAnimationFinished) == 0x000008, "Wrong alignment on UserWidget_BindToAnimationFinished"); \ +static_assert(sizeof(UserWidget_BindToAnimationFinished) == 0x000020, "Wrong size on UserWidget_BindToAnimationFinished"); \ +static_assert(offsetof(UserWidget_BindToAnimationFinished, Animation) == 0x000000, "Member 'UserWidget_BindToAnimationFinished::Animation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_BindToAnimationFinished, Delegate) == 0x000008, "Member 'UserWidget_BindToAnimationFinished::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_BindToAnimationStarted \ +static_assert(alignof(UserWidget_BindToAnimationStarted) == 0x000008, "Wrong alignment on UserWidget_BindToAnimationStarted"); \ +static_assert(sizeof(UserWidget_BindToAnimationStarted) == 0x000020, "Wrong size on UserWidget_BindToAnimationStarted"); \ +static_assert(offsetof(UserWidget_BindToAnimationStarted, Animation) == 0x000000, "Member 'UserWidget_BindToAnimationStarted::Animation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_BindToAnimationStarted, Delegate) == 0x000008, "Member 'UserWidget_BindToAnimationStarted::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_IsAnimationPlayingForward \ +static_assert(alignof(UserWidget_IsAnimationPlayingForward) == 0x000008, "Wrong alignment on UserWidget_IsAnimationPlayingForward"); \ +static_assert(sizeof(UserWidget_IsAnimationPlayingForward) == 0x000010, "Wrong size on UserWidget_IsAnimationPlayingForward"); \ +static_assert(offsetof(UserWidget_IsAnimationPlayingForward, InAnimation) == 0x000000, "Member 'UserWidget_IsAnimationPlayingForward::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_IsAnimationPlayingForward, ReturnValue) == 0x000008, "Member 'UserWidget_IsAnimationPlayingForward::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_ListenForInputAction \ +static_assert(alignof(UserWidget_ListenForInputAction) == 0x000004, "Wrong alignment on UserWidget_ListenForInputAction"); \ +static_assert(sizeof(UserWidget_ListenForInputAction) == 0x000024, "Wrong size on UserWidget_ListenForInputAction"); \ +static_assert(offsetof(UserWidget_ListenForInputAction, ActionName) == 0x000000, "Member 'UserWidget_ListenForInputAction::ActionName' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_ListenForInputAction, EventType) == 0x00000C, "Member 'UserWidget_ListenForInputAction::EventType' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_ListenForInputAction, bConsume) == 0x00000D, "Member 'UserWidget_ListenForInputAction::bConsume' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_ListenForInputAction, Callback) == 0x000010, "Member 'UserWidget_ListenForInputAction::Callback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnAddedToFocusPath \ +static_assert(alignof(UserWidget_OnAddedToFocusPath) == 0x000004, "Wrong alignment on UserWidget_OnAddedToFocusPath"); \ +static_assert(sizeof(UserWidget_OnAddedToFocusPath) == 0x000008, "Wrong size on UserWidget_OnAddedToFocusPath"); \ +static_assert(offsetof(UserWidget_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'UserWidget_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnAnalogValueChanged \ +static_assert(alignof(UserWidget_OnAnalogValueChanged) == 0x000008, "Wrong alignment on UserWidget_OnAnalogValueChanged"); \ +static_assert(sizeof(UserWidget_OnAnalogValueChanged) == 0x000140, "Wrong size on UserWidget_OnAnalogValueChanged"); \ +static_assert(offsetof(UserWidget_OnAnalogValueChanged, MyGeometry) == 0x000000, "Member 'UserWidget_OnAnalogValueChanged::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnAnalogValueChanged, InAnalogInputEvent) == 0x000038, "Member 'UserWidget_OnAnalogValueChanged::InAnalogInputEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnAnalogValueChanged, ReturnValue) == 0x000080, "Member 'UserWidget_OnAnalogValueChanged::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnAnimationFinished \ +static_assert(alignof(UserWidget_OnAnimationFinished) == 0x000008, "Wrong alignment on UserWidget_OnAnimationFinished"); \ +static_assert(sizeof(UserWidget_OnAnimationFinished) == 0x000008, "Wrong size on UserWidget_OnAnimationFinished"); \ +static_assert(offsetof(UserWidget_OnAnimationFinished, Animation) == 0x000000, "Member 'UserWidget_OnAnimationFinished::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnAnimationStarted \ +static_assert(alignof(UserWidget_OnAnimationStarted) == 0x000008, "Wrong alignment on UserWidget_OnAnimationStarted"); \ +static_assert(sizeof(UserWidget_OnAnimationStarted) == 0x000008, "Wrong size on UserWidget_OnAnimationStarted"); \ +static_assert(offsetof(UserWidget_OnAnimationStarted, Animation) == 0x000000, "Member 'UserWidget_OnAnimationStarted::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnDragCancelled \ +static_assert(alignof(UserWidget_OnDragCancelled) == 0x000008, "Wrong alignment on UserWidget_OnDragCancelled"); \ +static_assert(sizeof(UserWidget_OnDragCancelled) == 0x000080, "Wrong size on UserWidget_OnDragCancelled"); \ +static_assert(offsetof(UserWidget_OnDragCancelled, PointerEvent) == 0x000000, "Member 'UserWidget_OnDragCancelled::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragCancelled, Operation) == 0x000078, "Member 'UserWidget_OnDragCancelled::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnDragDetected \ +static_assert(alignof(UserWidget_OnDragDetected) == 0x000008, "Wrong alignment on UserWidget_OnDragDetected"); \ +static_assert(sizeof(UserWidget_OnDragDetected) == 0x0000B8, "Wrong size on UserWidget_OnDragDetected"); \ +static_assert(offsetof(UserWidget_OnDragDetected, MyGeometry) == 0x000000, "Member 'UserWidget_OnDragDetected::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragDetected, PointerEvent) == 0x000038, "Member 'UserWidget_OnDragDetected::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragDetected, Operation) == 0x0000B0, "Member 'UserWidget_OnDragDetected::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnDragEnter \ +static_assert(alignof(UserWidget_OnDragEnter) == 0x000008, "Wrong alignment on UserWidget_OnDragEnter"); \ +static_assert(sizeof(UserWidget_OnDragEnter) == 0x0000B8, "Wrong size on UserWidget_OnDragEnter"); \ +static_assert(offsetof(UserWidget_OnDragEnter, MyGeometry) == 0x000000, "Member 'UserWidget_OnDragEnter::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragEnter, PointerEvent) == 0x000038, "Member 'UserWidget_OnDragEnter::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragEnter, Operation) == 0x0000B0, "Member 'UserWidget_OnDragEnter::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnDragLeave \ +static_assert(alignof(UserWidget_OnDragLeave) == 0x000008, "Wrong alignment on UserWidget_OnDragLeave"); \ +static_assert(sizeof(UserWidget_OnDragLeave) == 0x000080, "Wrong size on UserWidget_OnDragLeave"); \ +static_assert(offsetof(UserWidget_OnDragLeave, PointerEvent) == 0x000000, "Member 'UserWidget_OnDragLeave::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragLeave, Operation) == 0x000078, "Member 'UserWidget_OnDragLeave::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnDragOver \ +static_assert(alignof(UserWidget_OnDragOver) == 0x000008, "Wrong alignment on UserWidget_OnDragOver"); \ +static_assert(sizeof(UserWidget_OnDragOver) == 0x0000C0, "Wrong size on UserWidget_OnDragOver"); \ +static_assert(offsetof(UserWidget_OnDragOver, MyGeometry) == 0x000000, "Member 'UserWidget_OnDragOver::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragOver, PointerEvent) == 0x000038, "Member 'UserWidget_OnDragOver::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragOver, Operation) == 0x0000B0, "Member 'UserWidget_OnDragOver::Operation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragOver, ReturnValue) == 0x0000B8, "Member 'UserWidget_OnDragOver::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnDrop \ +static_assert(alignof(UserWidget_OnDrop) == 0x000008, "Wrong alignment on UserWidget_OnDrop"); \ +static_assert(sizeof(UserWidget_OnDrop) == 0x0000C0, "Wrong size on UserWidget_OnDrop"); \ +static_assert(offsetof(UserWidget_OnDrop, MyGeometry) == 0x000000, "Member 'UserWidget_OnDrop::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDrop, PointerEvent) == 0x000038, "Member 'UserWidget_OnDrop::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDrop, Operation) == 0x0000B0, "Member 'UserWidget_OnDrop::Operation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDrop, ReturnValue) == 0x0000B8, "Member 'UserWidget_OnDrop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnFocusLost \ +static_assert(alignof(UserWidget_OnFocusLost) == 0x000004, "Wrong alignment on UserWidget_OnFocusLost"); \ +static_assert(sizeof(UserWidget_OnFocusLost) == 0x000008, "Wrong size on UserWidget_OnFocusLost"); \ +static_assert(offsetof(UserWidget_OnFocusLost, InFocusEvent) == 0x000000, "Member 'UserWidget_OnFocusLost::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnFocusReceived \ +static_assert(alignof(UserWidget_OnFocusReceived) == 0x000008, "Wrong alignment on UserWidget_OnFocusReceived"); \ +static_assert(sizeof(UserWidget_OnFocusReceived) == 0x000100, "Wrong size on UserWidget_OnFocusReceived"); \ +static_assert(offsetof(UserWidget_OnFocusReceived, MyGeometry) == 0x000000, "Member 'UserWidget_OnFocusReceived::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'UserWidget_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnFocusReceived, ReturnValue) == 0x000040, "Member 'UserWidget_OnFocusReceived::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnKeyChar \ +static_assert(alignof(UserWidget_OnKeyChar) == 0x000008, "Wrong alignment on UserWidget_OnKeyChar"); \ +static_assert(sizeof(UserWidget_OnKeyChar) == 0x000118, "Wrong size on UserWidget_OnKeyChar"); \ +static_assert(offsetof(UserWidget_OnKeyChar, MyGeometry) == 0x000000, "Member 'UserWidget_OnKeyChar::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnKeyChar, InCharacterEvent) == 0x000038, "Member 'UserWidget_OnKeyChar::InCharacterEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnKeyChar, ReturnValue) == 0x000058, "Member 'UserWidget_OnKeyChar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnKeyDown \ +static_assert(alignof(UserWidget_OnKeyDown) == 0x000008, "Wrong alignment on UserWidget_OnKeyDown"); \ +static_assert(sizeof(UserWidget_OnKeyDown) == 0x000138, "Wrong size on UserWidget_OnKeyDown"); \ +static_assert(offsetof(UserWidget_OnKeyDown, MyGeometry) == 0x000000, "Member 'UserWidget_OnKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnKeyDown, InKeyEvent) == 0x000038, "Member 'UserWidget_OnKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnKeyDown, ReturnValue) == 0x000078, "Member 'UserWidget_OnKeyDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnKeyUp \ +static_assert(alignof(UserWidget_OnKeyUp) == 0x000008, "Wrong alignment on UserWidget_OnKeyUp"); \ +static_assert(sizeof(UserWidget_OnKeyUp) == 0x000138, "Wrong size on UserWidget_OnKeyUp"); \ +static_assert(offsetof(UserWidget_OnKeyUp, MyGeometry) == 0x000000, "Member 'UserWidget_OnKeyUp::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnKeyUp, InKeyEvent) == 0x000038, "Member 'UserWidget_OnKeyUp::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnKeyUp, ReturnValue) == 0x000078, "Member 'UserWidget_OnKeyUp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnMotionDetected \ +static_assert(alignof(UserWidget_OnMotionDetected) == 0x000008, "Wrong alignment on UserWidget_OnMotionDetected"); \ +static_assert(sizeof(UserWidget_OnMotionDetected) == 0x000140, "Wrong size on UserWidget_OnMotionDetected"); \ +static_assert(offsetof(UserWidget_OnMotionDetected, MyGeometry) == 0x000000, "Member 'UserWidget_OnMotionDetected::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMotionDetected, InMotionEvent) == 0x000038, "Member 'UserWidget_OnMotionDetected::InMotionEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMotionDetected, ReturnValue) == 0x000080, "Member 'UserWidget_OnMotionDetected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnMouseButtonDoubleClick \ +static_assert(alignof(UserWidget_OnMouseButtonDoubleClick) == 0x000008, "Wrong alignment on UserWidget_OnMouseButtonDoubleClick"); \ +static_assert(sizeof(UserWidget_OnMouseButtonDoubleClick) == 0x000170, "Wrong size on UserWidget_OnMouseButtonDoubleClick"); \ +static_assert(offsetof(UserWidget_OnMouseButtonDoubleClick, InMyGeometry) == 0x000000, "Member 'UserWidget_OnMouseButtonDoubleClick::InMyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseButtonDoubleClick, InMouseEvent) == 0x000038, "Member 'UserWidget_OnMouseButtonDoubleClick::InMouseEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseButtonDoubleClick, ReturnValue) == 0x0000B0, "Member 'UserWidget_OnMouseButtonDoubleClick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnMouseButtonDown \ +static_assert(alignof(UserWidget_OnMouseButtonDown) == 0x000008, "Wrong alignment on UserWidget_OnMouseButtonDown"); \ +static_assert(sizeof(UserWidget_OnMouseButtonDown) == 0x000170, "Wrong size on UserWidget_OnMouseButtonDown"); \ +static_assert(offsetof(UserWidget_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'UserWidget_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'UserWidget_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseButtonDown, ReturnValue) == 0x0000B0, "Member 'UserWidget_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnMouseButtonUp \ +static_assert(alignof(UserWidget_OnMouseButtonUp) == 0x000008, "Wrong alignment on UserWidget_OnMouseButtonUp"); \ +static_assert(sizeof(UserWidget_OnMouseButtonUp) == 0x000170, "Wrong size on UserWidget_OnMouseButtonUp"); \ +static_assert(offsetof(UserWidget_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'UserWidget_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseButtonUp, MouseEvent) == 0x000038, "Member 'UserWidget_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseButtonUp, ReturnValue) == 0x0000B0, "Member 'UserWidget_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnMouseEnter \ +static_assert(alignof(UserWidget_OnMouseEnter) == 0x000008, "Wrong alignment on UserWidget_OnMouseEnter"); \ +static_assert(sizeof(UserWidget_OnMouseEnter) == 0x0000B0, "Wrong size on UserWidget_OnMouseEnter"); \ +static_assert(offsetof(UserWidget_OnMouseEnter, MyGeometry) == 0x000000, "Member 'UserWidget_OnMouseEnter::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseEnter, MouseEvent) == 0x000038, "Member 'UserWidget_OnMouseEnter::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnMouseLeave \ +static_assert(alignof(UserWidget_OnMouseLeave) == 0x000008, "Wrong alignment on UserWidget_OnMouseLeave"); \ +static_assert(sizeof(UserWidget_OnMouseLeave) == 0x000078, "Wrong size on UserWidget_OnMouseLeave"); \ +static_assert(offsetof(UserWidget_OnMouseLeave, MouseEvent) == 0x000000, "Member 'UserWidget_OnMouseLeave::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnMouseMove \ +static_assert(alignof(UserWidget_OnMouseMove) == 0x000008, "Wrong alignment on UserWidget_OnMouseMove"); \ +static_assert(sizeof(UserWidget_OnMouseMove) == 0x000170, "Wrong size on UserWidget_OnMouseMove"); \ +static_assert(offsetof(UserWidget_OnMouseMove, MyGeometry) == 0x000000, "Member 'UserWidget_OnMouseMove::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseMove, MouseEvent) == 0x000038, "Member 'UserWidget_OnMouseMove::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseMove, ReturnValue) == 0x0000B0, "Member 'UserWidget_OnMouseMove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnMouseWheel \ +static_assert(alignof(UserWidget_OnMouseWheel) == 0x000008, "Wrong alignment on UserWidget_OnMouseWheel"); \ +static_assert(sizeof(UserWidget_OnMouseWheel) == 0x000170, "Wrong size on UserWidget_OnMouseWheel"); \ +static_assert(offsetof(UserWidget_OnMouseWheel, MyGeometry) == 0x000000, "Member 'UserWidget_OnMouseWheel::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseWheel, MouseEvent) == 0x000038, "Member 'UserWidget_OnMouseWheel::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseWheel, ReturnValue) == 0x0000B0, "Member 'UserWidget_OnMouseWheel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnPreviewKeyDown \ +static_assert(alignof(UserWidget_OnPreviewKeyDown) == 0x000008, "Wrong alignment on UserWidget_OnPreviewKeyDown"); \ +static_assert(sizeof(UserWidget_OnPreviewKeyDown) == 0x000138, "Wrong size on UserWidget_OnPreviewKeyDown"); \ +static_assert(offsetof(UserWidget_OnPreviewKeyDown, MyGeometry) == 0x000000, "Member 'UserWidget_OnPreviewKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnPreviewKeyDown, InKeyEvent) == 0x000038, "Member 'UserWidget_OnPreviewKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnPreviewKeyDown, ReturnValue) == 0x000078, "Member 'UserWidget_OnPreviewKeyDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnPreviewMouseButtonDown \ +static_assert(alignof(UserWidget_OnPreviewMouseButtonDown) == 0x000008, "Wrong alignment on UserWidget_OnPreviewMouseButtonDown"); \ +static_assert(sizeof(UserWidget_OnPreviewMouseButtonDown) == 0x000170, "Wrong size on UserWidget_OnPreviewMouseButtonDown"); \ +static_assert(offsetof(UserWidget_OnPreviewMouseButtonDown, MyGeometry) == 0x000000, "Member 'UserWidget_OnPreviewMouseButtonDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnPreviewMouseButtonDown, MouseEvent) == 0x000038, "Member 'UserWidget_OnPreviewMouseButtonDown::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnPreviewMouseButtonDown, ReturnValue) == 0x0000B0, "Member 'UserWidget_OnPreviewMouseButtonDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnRemovedFromFocusPath \ +static_assert(alignof(UserWidget_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on UserWidget_OnRemovedFromFocusPath"); \ +static_assert(sizeof(UserWidget_OnRemovedFromFocusPath) == 0x000008, "Wrong size on UserWidget_OnRemovedFromFocusPath"); \ +static_assert(offsetof(UserWidget_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'UserWidget_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnTouchEnded \ +static_assert(alignof(UserWidget_OnTouchEnded) == 0x000008, "Wrong alignment on UserWidget_OnTouchEnded"); \ +static_assert(sizeof(UserWidget_OnTouchEnded) == 0x000170, "Wrong size on UserWidget_OnTouchEnded"); \ +static_assert(offsetof(UserWidget_OnTouchEnded, MyGeometry) == 0x000000, "Member 'UserWidget_OnTouchEnded::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchEnded, InTouchEvent) == 0x000038, "Member 'UserWidget_OnTouchEnded::InTouchEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchEnded, ReturnValue) == 0x0000B0, "Member 'UserWidget_OnTouchEnded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnTouchForceChanged \ +static_assert(alignof(UserWidget_OnTouchForceChanged) == 0x000008, "Wrong alignment on UserWidget_OnTouchForceChanged"); \ +static_assert(sizeof(UserWidget_OnTouchForceChanged) == 0x000170, "Wrong size on UserWidget_OnTouchForceChanged"); \ +static_assert(offsetof(UserWidget_OnTouchForceChanged, MyGeometry) == 0x000000, "Member 'UserWidget_OnTouchForceChanged::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchForceChanged, InTouchEvent) == 0x000038, "Member 'UserWidget_OnTouchForceChanged::InTouchEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchForceChanged, ReturnValue) == 0x0000B0, "Member 'UserWidget_OnTouchForceChanged::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnTouchGesture \ +static_assert(alignof(UserWidget_OnTouchGesture) == 0x000008, "Wrong alignment on UserWidget_OnTouchGesture"); \ +static_assert(sizeof(UserWidget_OnTouchGesture) == 0x000170, "Wrong size on UserWidget_OnTouchGesture"); \ +static_assert(offsetof(UserWidget_OnTouchGesture, MyGeometry) == 0x000000, "Member 'UserWidget_OnTouchGesture::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchGesture, GestureEvent) == 0x000038, "Member 'UserWidget_OnTouchGesture::GestureEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchGesture, ReturnValue) == 0x0000B0, "Member 'UserWidget_OnTouchGesture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnTouchMoved \ +static_assert(alignof(UserWidget_OnTouchMoved) == 0x000008, "Wrong alignment on UserWidget_OnTouchMoved"); \ +static_assert(sizeof(UserWidget_OnTouchMoved) == 0x000170, "Wrong size on UserWidget_OnTouchMoved"); \ +static_assert(offsetof(UserWidget_OnTouchMoved, MyGeometry) == 0x000000, "Member 'UserWidget_OnTouchMoved::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchMoved, InTouchEvent) == 0x000038, "Member 'UserWidget_OnTouchMoved::InTouchEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchMoved, ReturnValue) == 0x0000B0, "Member 'UserWidget_OnTouchMoved::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnTouchStarted \ +static_assert(alignof(UserWidget_OnTouchStarted) == 0x000008, "Wrong alignment on UserWidget_OnTouchStarted"); \ +static_assert(sizeof(UserWidget_OnTouchStarted) == 0x000170, "Wrong size on UserWidget_OnTouchStarted"); \ +static_assert(offsetof(UserWidget_OnTouchStarted, MyGeometry) == 0x000000, "Member 'UserWidget_OnTouchStarted::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchStarted, InTouchEvent) == 0x000038, "Member 'UserWidget_OnTouchStarted::InTouchEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchStarted, ReturnValue) == 0x0000B0, "Member 'UserWidget_OnTouchStarted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_PauseAnimation \ +static_assert(alignof(UserWidget_PauseAnimation) == 0x000008, "Wrong alignment on UserWidget_PauseAnimation"); \ +static_assert(sizeof(UserWidget_PauseAnimation) == 0x000010, "Wrong size on UserWidget_PauseAnimation"); \ +static_assert(offsetof(UserWidget_PauseAnimation, InAnimation) == 0x000000, "Member 'UserWidget_PauseAnimation::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PauseAnimation, ReturnValue) == 0x000008, "Member 'UserWidget_PauseAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_PlayAnimation \ +static_assert(alignof(UserWidget_PlayAnimation) == 0x000008, "Wrong alignment on UserWidget_PlayAnimation"); \ +static_assert(sizeof(UserWidget_PlayAnimation) == 0x000028, "Wrong size on UserWidget_PlayAnimation"); \ +static_assert(offsetof(UserWidget_PlayAnimation, InAnimation) == 0x000000, "Member 'UserWidget_PlayAnimation::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimation, StartAtTime) == 0x000008, "Member 'UserWidget_PlayAnimation::StartAtTime' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimation, NumLoopsToPlay) == 0x00000C, "Member 'UserWidget_PlayAnimation::NumLoopsToPlay' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimation, PlayMode) == 0x000010, "Member 'UserWidget_PlayAnimation::PlayMode' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimation, PlaybackSpeed) == 0x000014, "Member 'UserWidget_PlayAnimation::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimation, bRestoreState) == 0x000018, "Member 'UserWidget_PlayAnimation::bRestoreState' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimation, ReturnValue) == 0x000020, "Member 'UserWidget_PlayAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_PlayAnimationForward \ +static_assert(alignof(UserWidget_PlayAnimationForward) == 0x000008, "Wrong alignment on UserWidget_PlayAnimationForward"); \ +static_assert(sizeof(UserWidget_PlayAnimationForward) == 0x000018, "Wrong size on UserWidget_PlayAnimationForward"); \ +static_assert(offsetof(UserWidget_PlayAnimationForward, InAnimation) == 0x000000, "Member 'UserWidget_PlayAnimationForward::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationForward, PlaybackSpeed) == 0x000008, "Member 'UserWidget_PlayAnimationForward::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationForward, bRestoreState) == 0x00000C, "Member 'UserWidget_PlayAnimationForward::bRestoreState' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationForward, ReturnValue) == 0x000010, "Member 'UserWidget_PlayAnimationForward::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_PlayAnimationReverse \ +static_assert(alignof(UserWidget_PlayAnimationReverse) == 0x000008, "Wrong alignment on UserWidget_PlayAnimationReverse"); \ +static_assert(sizeof(UserWidget_PlayAnimationReverse) == 0x000018, "Wrong size on UserWidget_PlayAnimationReverse"); \ +static_assert(offsetof(UserWidget_PlayAnimationReverse, InAnimation) == 0x000000, "Member 'UserWidget_PlayAnimationReverse::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationReverse, PlaybackSpeed) == 0x000008, "Member 'UserWidget_PlayAnimationReverse::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationReverse, bRestoreState) == 0x00000C, "Member 'UserWidget_PlayAnimationReverse::bRestoreState' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationReverse, ReturnValue) == 0x000010, "Member 'UserWidget_PlayAnimationReverse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_PlayAnimationTimeRange \ +static_assert(alignof(UserWidget_PlayAnimationTimeRange) == 0x000008, "Wrong alignment on UserWidget_PlayAnimationTimeRange"); \ +static_assert(sizeof(UserWidget_PlayAnimationTimeRange) == 0x000028, "Wrong size on UserWidget_PlayAnimationTimeRange"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, InAnimation) == 0x000000, "Member 'UserWidget_PlayAnimationTimeRange::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, StartAtTime) == 0x000008, "Member 'UserWidget_PlayAnimationTimeRange::StartAtTime' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, EndAtTime) == 0x00000C, "Member 'UserWidget_PlayAnimationTimeRange::EndAtTime' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, NumLoopsToPlay) == 0x000010, "Member 'UserWidget_PlayAnimationTimeRange::NumLoopsToPlay' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, PlayMode) == 0x000014, "Member 'UserWidget_PlayAnimationTimeRange::PlayMode' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, PlaybackSpeed) == 0x000018, "Member 'UserWidget_PlayAnimationTimeRange::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, bRestoreState) == 0x00001C, "Member 'UserWidget_PlayAnimationTimeRange::bRestoreState' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, ReturnValue) == 0x000020, "Member 'UserWidget_PlayAnimationTimeRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_PlaySound \ +static_assert(alignof(UserWidget_PlaySound) == 0x000008, "Wrong alignment on UserWidget_PlaySound"); \ +static_assert(sizeof(UserWidget_PlaySound) == 0x000008, "Wrong size on UserWidget_PlaySound"); \ +static_assert(offsetof(UserWidget_PlaySound, SoundToPlay) == 0x000000, "Member 'UserWidget_PlaySound::SoundToPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_PreConstruct \ +static_assert(alignof(UserWidget_PreConstruct) == 0x000001, "Wrong alignment on UserWidget_PreConstruct"); \ +static_assert(sizeof(UserWidget_PreConstruct) == 0x000001, "Wrong size on UserWidget_PreConstruct"); \ +static_assert(offsetof(UserWidget_PreConstruct, IsDesignTime) == 0x000000, "Member 'UserWidget_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_ReverseAnimation \ +static_assert(alignof(UserWidget_ReverseAnimation) == 0x000008, "Wrong alignment on UserWidget_ReverseAnimation"); \ +static_assert(sizeof(UserWidget_ReverseAnimation) == 0x000008, "Wrong size on UserWidget_ReverseAnimation"); \ +static_assert(offsetof(UserWidget_ReverseAnimation, InAnimation) == 0x000000, "Member 'UserWidget_ReverseAnimation::InAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetAlignmentInViewport \ +static_assert(alignof(UserWidget_SetAlignmentInViewport) == 0x000004, "Wrong alignment on UserWidget_SetAlignmentInViewport"); \ +static_assert(sizeof(UserWidget_SetAlignmentInViewport) == 0x000008, "Wrong size on UserWidget_SetAlignmentInViewport"); \ +static_assert(offsetof(UserWidget_SetAlignmentInViewport, Alignment) == 0x000000, "Member 'UserWidget_SetAlignmentInViewport::Alignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetAnchorsInViewport \ +static_assert(alignof(UserWidget_SetAnchorsInViewport) == 0x000004, "Wrong alignment on UserWidget_SetAnchorsInViewport"); \ +static_assert(sizeof(UserWidget_SetAnchorsInViewport) == 0x000010, "Wrong size on UserWidget_SetAnchorsInViewport"); \ +static_assert(offsetof(UserWidget_SetAnchorsInViewport, Anchors) == 0x000000, "Member 'UserWidget_SetAnchorsInViewport::Anchors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetAnimationCurrentTime \ +static_assert(alignof(UserWidget_SetAnimationCurrentTime) == 0x000008, "Wrong alignment on UserWidget_SetAnimationCurrentTime"); \ +static_assert(sizeof(UserWidget_SetAnimationCurrentTime) == 0x000010, "Wrong size on UserWidget_SetAnimationCurrentTime"); \ +static_assert(offsetof(UserWidget_SetAnimationCurrentTime, InAnimation) == 0x000000, "Member 'UserWidget_SetAnimationCurrentTime::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_SetAnimationCurrentTime, InTime) == 0x000008, "Member 'UserWidget_SetAnimationCurrentTime::InTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetColorAndOpacity \ +static_assert(alignof(UserWidget_SetColorAndOpacity) == 0x000004, "Wrong alignment on UserWidget_SetColorAndOpacity"); \ +static_assert(sizeof(UserWidget_SetColorAndOpacity) == 0x000010, "Wrong size on UserWidget_SetColorAndOpacity"); \ +static_assert(offsetof(UserWidget_SetColorAndOpacity, InColorAndOpacity) == 0x000000, "Member 'UserWidget_SetColorAndOpacity::InColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetDesiredSizeInViewport \ +static_assert(alignof(UserWidget_SetDesiredSizeInViewport) == 0x000004, "Wrong alignment on UserWidget_SetDesiredSizeInViewport"); \ +static_assert(sizeof(UserWidget_SetDesiredSizeInViewport) == 0x000008, "Wrong size on UserWidget_SetDesiredSizeInViewport"); \ +static_assert(offsetof(UserWidget_SetDesiredSizeInViewport, Size) == 0x000000, "Member 'UserWidget_SetDesiredSizeInViewport::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetForegroundColor \ +static_assert(alignof(UserWidget_SetForegroundColor) == 0x000008, "Wrong alignment on UserWidget_SetForegroundColor"); \ +static_assert(sizeof(UserWidget_SetForegroundColor) == 0x000028, "Wrong size on UserWidget_SetForegroundColor"); \ +static_assert(offsetof(UserWidget_SetForegroundColor, InForegroundColor) == 0x000000, "Member 'UserWidget_SetForegroundColor::InForegroundColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetInputActionBlocking \ +static_assert(alignof(UserWidget_SetInputActionBlocking) == 0x000001, "Wrong alignment on UserWidget_SetInputActionBlocking"); \ +static_assert(sizeof(UserWidget_SetInputActionBlocking) == 0x000001, "Wrong size on UserWidget_SetInputActionBlocking"); \ +static_assert(offsetof(UserWidget_SetInputActionBlocking, bShouldBlock) == 0x000000, "Member 'UserWidget_SetInputActionBlocking::bShouldBlock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetInputActionPriority \ +static_assert(alignof(UserWidget_SetInputActionPriority) == 0x000004, "Wrong alignment on UserWidget_SetInputActionPriority"); \ +static_assert(sizeof(UserWidget_SetInputActionPriority) == 0x000004, "Wrong size on UserWidget_SetInputActionPriority"); \ +static_assert(offsetof(UserWidget_SetInputActionPriority, NewPriority) == 0x000000, "Member 'UserWidget_SetInputActionPriority::NewPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetNumLoopsToPlay \ +static_assert(alignof(UserWidget_SetNumLoopsToPlay) == 0x000008, "Wrong alignment on UserWidget_SetNumLoopsToPlay"); \ +static_assert(sizeof(UserWidget_SetNumLoopsToPlay) == 0x000010, "Wrong size on UserWidget_SetNumLoopsToPlay"); \ +static_assert(offsetof(UserWidget_SetNumLoopsToPlay, InAnimation) == 0x000000, "Member 'UserWidget_SetNumLoopsToPlay::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_SetNumLoopsToPlay, NumLoopsToPlay) == 0x000008, "Member 'UserWidget_SetNumLoopsToPlay::NumLoopsToPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetOwningPlayer \ +static_assert(alignof(UserWidget_SetOwningPlayer) == 0x000008, "Wrong alignment on UserWidget_SetOwningPlayer"); \ +static_assert(sizeof(UserWidget_SetOwningPlayer) == 0x000008, "Wrong size on UserWidget_SetOwningPlayer"); \ +static_assert(offsetof(UserWidget_SetOwningPlayer, LocalPlayerController) == 0x000000, "Member 'UserWidget_SetOwningPlayer::LocalPlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetPadding \ +static_assert(alignof(UserWidget_SetPadding) == 0x000004, "Wrong alignment on UserWidget_SetPadding"); \ +static_assert(sizeof(UserWidget_SetPadding) == 0x000010, "Wrong size on UserWidget_SetPadding"); \ +static_assert(offsetof(UserWidget_SetPadding, InPadding) == 0x000000, "Member 'UserWidget_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetPlaybackSpeed \ +static_assert(alignof(UserWidget_SetPlaybackSpeed) == 0x000008, "Wrong alignment on UserWidget_SetPlaybackSpeed"); \ +static_assert(sizeof(UserWidget_SetPlaybackSpeed) == 0x000010, "Wrong size on UserWidget_SetPlaybackSpeed"); \ +static_assert(offsetof(UserWidget_SetPlaybackSpeed, InAnimation) == 0x000000, "Member 'UserWidget_SetPlaybackSpeed::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_SetPlaybackSpeed, PlaybackSpeed) == 0x000008, "Member 'UserWidget_SetPlaybackSpeed::PlaybackSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetPositionInViewport \ +static_assert(alignof(UserWidget_SetPositionInViewport) == 0x000004, "Wrong alignment on UserWidget_SetPositionInViewport"); \ +static_assert(sizeof(UserWidget_SetPositionInViewport) == 0x00000C, "Wrong size on UserWidget_SetPositionInViewport"); \ +static_assert(offsetof(UserWidget_SetPositionInViewport, Position) == 0x000000, "Member 'UserWidget_SetPositionInViewport::Position' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_SetPositionInViewport, bRemoveDPIScale) == 0x000008, "Member 'UserWidget_SetPositionInViewport::bRemoveDPIScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_StopAnimation \ +static_assert(alignof(UserWidget_StopAnimation) == 0x000008, "Wrong alignment on UserWidget_StopAnimation"); \ +static_assert(sizeof(UserWidget_StopAnimation) == 0x000008, "Wrong size on UserWidget_StopAnimation"); \ +static_assert(offsetof(UserWidget_StopAnimation, InAnimation) == 0x000000, "Member 'UserWidget_StopAnimation::InAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_StopListeningForInputAction \ +static_assert(alignof(UserWidget_StopListeningForInputAction) == 0x000004, "Wrong alignment on UserWidget_StopListeningForInputAction"); \ +static_assert(sizeof(UserWidget_StopListeningForInputAction) == 0x000010, "Wrong size on UserWidget_StopListeningForInputAction"); \ +static_assert(offsetof(UserWidget_StopListeningForInputAction, ActionName) == 0x000000, "Member 'UserWidget_StopListeningForInputAction::ActionName' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_StopListeningForInputAction, EventType) == 0x00000C, "Member 'UserWidget_StopListeningForInputAction::EventType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_Tick \ +static_assert(alignof(UserWidget_Tick) == 0x000004, "Wrong alignment on UserWidget_Tick"); \ +static_assert(sizeof(UserWidget_Tick) == 0x00003C, "Wrong size on UserWidget_Tick"); \ +static_assert(offsetof(UserWidget_Tick, MyGeometry) == 0x000000, "Member 'UserWidget_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_Tick, InDeltaTime) == 0x000038, "Member 'UserWidget_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_UnbindAllFromAnimationFinished \ +static_assert(alignof(UserWidget_UnbindAllFromAnimationFinished) == 0x000008, "Wrong alignment on UserWidget_UnbindAllFromAnimationFinished"); \ +static_assert(sizeof(UserWidget_UnbindAllFromAnimationFinished) == 0x000008, "Wrong size on UserWidget_UnbindAllFromAnimationFinished"); \ +static_assert(offsetof(UserWidget_UnbindAllFromAnimationFinished, Animation) == 0x000000, "Member 'UserWidget_UnbindAllFromAnimationFinished::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_UnbindAllFromAnimationStarted \ +static_assert(alignof(UserWidget_UnbindAllFromAnimationStarted) == 0x000008, "Wrong alignment on UserWidget_UnbindAllFromAnimationStarted"); \ +static_assert(sizeof(UserWidget_UnbindAllFromAnimationStarted) == 0x000008, "Wrong size on UserWidget_UnbindAllFromAnimationStarted"); \ +static_assert(offsetof(UserWidget_UnbindAllFromAnimationStarted, Animation) == 0x000000, "Member 'UserWidget_UnbindAllFromAnimationStarted::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_UnbindFromAnimationFinished \ +static_assert(alignof(UserWidget_UnbindFromAnimationFinished) == 0x000008, "Wrong alignment on UserWidget_UnbindFromAnimationFinished"); \ +static_assert(sizeof(UserWidget_UnbindFromAnimationFinished) == 0x000020, "Wrong size on UserWidget_UnbindFromAnimationFinished"); \ +static_assert(offsetof(UserWidget_UnbindFromAnimationFinished, Animation) == 0x000000, "Member 'UserWidget_UnbindFromAnimationFinished::Animation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_UnbindFromAnimationFinished, Delegate) == 0x000008, "Member 'UserWidget_UnbindFromAnimationFinished::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_UnbindFromAnimationStarted \ +static_assert(alignof(UserWidget_UnbindFromAnimationStarted) == 0x000008, "Wrong alignment on UserWidget_UnbindFromAnimationStarted"); \ +static_assert(sizeof(UserWidget_UnbindFromAnimationStarted) == 0x000020, "Wrong size on UserWidget_UnbindFromAnimationStarted"); \ +static_assert(offsetof(UserWidget_UnbindFromAnimationStarted, Animation) == 0x000000, "Member 'UserWidget_UnbindFromAnimationStarted::Animation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_UnbindFromAnimationStarted, Delegate) == 0x000008, "Member 'UserWidget_UnbindFromAnimationStarted::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_GetAlignmentInViewport \ +static_assert(alignof(UserWidget_GetAlignmentInViewport) == 0x000004, "Wrong alignment on UserWidget_GetAlignmentInViewport"); \ +static_assert(sizeof(UserWidget_GetAlignmentInViewport) == 0x000008, "Wrong size on UserWidget_GetAlignmentInViewport"); \ +static_assert(offsetof(UserWidget_GetAlignmentInViewport, ReturnValue) == 0x000000, "Member 'UserWidget_GetAlignmentInViewport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_GetAnchorsInViewport \ +static_assert(alignof(UserWidget_GetAnchorsInViewport) == 0x000004, "Wrong alignment on UserWidget_GetAnchorsInViewport"); \ +static_assert(sizeof(UserWidget_GetAnchorsInViewport) == 0x000010, "Wrong size on UserWidget_GetAnchorsInViewport"); \ +static_assert(offsetof(UserWidget_GetAnchorsInViewport, ReturnValue) == 0x000000, "Member 'UserWidget_GetAnchorsInViewport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_GetAnimationCurrentTime \ +static_assert(alignof(UserWidget_GetAnimationCurrentTime) == 0x000008, "Wrong alignment on UserWidget_GetAnimationCurrentTime"); \ +static_assert(sizeof(UserWidget_GetAnimationCurrentTime) == 0x000010, "Wrong size on UserWidget_GetAnimationCurrentTime"); \ +static_assert(offsetof(UserWidget_GetAnimationCurrentTime, InAnimation) == 0x000000, "Member 'UserWidget_GetAnimationCurrentTime::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_GetAnimationCurrentTime, ReturnValue) == 0x000008, "Member 'UserWidget_GetAnimationCurrentTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_GetAnimationLength \ +static_assert(alignof(UserWidget_GetAnimationLength) == 0x000008, "Wrong alignment on UserWidget_GetAnimationLength"); \ +static_assert(sizeof(UserWidget_GetAnimationLength) == 0x000010, "Wrong size on UserWidget_GetAnimationLength"); \ +static_assert(offsetof(UserWidget_GetAnimationLength, InAnimation) == 0x000000, "Member 'UserWidget_GetAnimationLength::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_GetAnimationLength, ReturnValue) == 0x000008, "Member 'UserWidget_GetAnimationLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_GetIsVisible \ +static_assert(alignof(UserWidget_GetIsVisible) == 0x000001, "Wrong alignment on UserWidget_GetIsVisible"); \ +static_assert(sizeof(UserWidget_GetIsVisible) == 0x000001, "Wrong size on UserWidget_GetIsVisible"); \ +static_assert(offsetof(UserWidget_GetIsVisible, ReturnValue) == 0x000000, "Member 'UserWidget_GetIsVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_GetOwningPlayerCameraManager \ +static_assert(alignof(UserWidget_GetOwningPlayerCameraManager) == 0x000008, "Wrong alignment on UserWidget_GetOwningPlayerCameraManager"); \ +static_assert(sizeof(UserWidget_GetOwningPlayerCameraManager) == 0x000008, "Wrong size on UserWidget_GetOwningPlayerCameraManager"); \ +static_assert(offsetof(UserWidget_GetOwningPlayerCameraManager, ReturnValue) == 0x000000, "Member 'UserWidget_GetOwningPlayerCameraManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_GetOwningPlayerPawn \ +static_assert(alignof(UserWidget_GetOwningPlayerPawn) == 0x000008, "Wrong alignment on UserWidget_GetOwningPlayerPawn"); \ +static_assert(sizeof(UserWidget_GetOwningPlayerPawn) == 0x000008, "Wrong size on UserWidget_GetOwningPlayerPawn"); \ +static_assert(offsetof(UserWidget_GetOwningPlayerPawn, ReturnValue) == 0x000000, "Member 'UserWidget_GetOwningPlayerPawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_IsAnimationPlaying \ +static_assert(alignof(UserWidget_IsAnimationPlaying) == 0x000008, "Wrong alignment on UserWidget_IsAnimationPlaying"); \ +static_assert(sizeof(UserWidget_IsAnimationPlaying) == 0x000010, "Wrong size on UserWidget_IsAnimationPlaying"); \ +static_assert(offsetof(UserWidget_IsAnimationPlaying, InAnimation) == 0x000000, "Member 'UserWidget_IsAnimationPlaying::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_IsAnimationPlaying, ReturnValue) == 0x000008, "Member 'UserWidget_IsAnimationPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_IsAnyAnimationPlaying \ +static_assert(alignof(UserWidget_IsAnyAnimationPlaying) == 0x000001, "Wrong alignment on UserWidget_IsAnyAnimationPlaying"); \ +static_assert(sizeof(UserWidget_IsAnyAnimationPlaying) == 0x000001, "Wrong size on UserWidget_IsAnyAnimationPlaying"); \ +static_assert(offsetof(UserWidget_IsAnyAnimationPlaying, ReturnValue) == 0x000000, "Member 'UserWidget_IsAnyAnimationPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_IsInteractable \ +static_assert(alignof(UserWidget_IsInteractable) == 0x000001, "Wrong alignment on UserWidget_IsInteractable"); \ +static_assert(sizeof(UserWidget_IsInteractable) == 0x000001, "Wrong size on UserWidget_IsInteractable"); \ +static_assert(offsetof(UserWidget_IsInteractable, ReturnValue) == 0x000000, "Member 'UserWidget_IsInteractable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_IsInViewport \ +static_assert(alignof(UserWidget_IsInViewport) == 0x000001, "Wrong alignment on UserWidget_IsInViewport"); \ +static_assert(sizeof(UserWidget_IsInViewport) == 0x000001, "Wrong size on UserWidget_IsInViewport"); \ +static_assert(offsetof(UserWidget_IsInViewport, ReturnValue) == 0x000000, "Member 'UserWidget_IsInViewport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_IsListeningForInputAction \ +static_assert(alignof(UserWidget_IsListeningForInputAction) == 0x000004, "Wrong alignment on UserWidget_IsListeningForInputAction"); \ +static_assert(sizeof(UserWidget_IsListeningForInputAction) == 0x000010, "Wrong size on UserWidget_IsListeningForInputAction"); \ +static_assert(offsetof(UserWidget_IsListeningForInputAction, ActionName) == 0x000000, "Member 'UserWidget_IsListeningForInputAction::ActionName' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_IsListeningForInputAction, ReturnValue) == 0x00000C, "Member 'UserWidget_IsListeningForInputAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_IsPlayingAnimation \ +static_assert(alignof(UserWidget_IsPlayingAnimation) == 0x000001, "Wrong alignment on UserWidget_IsPlayingAnimation"); \ +static_assert(sizeof(UserWidget_IsPlayingAnimation) == 0x000001, "Wrong size on UserWidget_IsPlayingAnimation"); \ +static_assert(offsetof(UserWidget_IsPlayingAnimation, ReturnValue) == 0x000000, "Member 'UserWidget_IsPlayingAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnPaint \ +static_assert(alignof(UserWidget_OnPaint) == 0x000008, "Wrong alignment on UserWidget_OnPaint"); \ +static_assert(sizeof(UserWidget_OnPaint) == 0x000030, "Wrong size on UserWidget_OnPaint"); \ +static_assert(offsetof(UserWidget_OnPaint, Context) == 0x000000, "Member 'UserWidget_OnPaint::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUserWidget \ +static_assert(alignof(UUserWidget) == 0x000008, "Wrong alignment on UUserWidget"); \ +static_assert(sizeof(UUserWidget) == 0x000290, "Wrong size on UUserWidget"); \ +static_assert(offsetof(UUserWidget, ColorAndOpacity) == 0x000130, "Member 'UUserWidget::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, ColorAndOpacityDelegate) == 0x000140, "Member 'UUserWidget::ColorAndOpacityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, ForegroundColor) == 0x000158, "Member 'UUserWidget::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, ForegroundColorDelegate) == 0x000180, "Member 'UUserWidget::ForegroundColorDelegate' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, OnVisibilityChanged) == 0x000198, "Member 'UUserWidget::OnVisibilityChanged' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, Padding) == 0x0001C0, "Member 'UUserWidget::Padding' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, ActiveSequencePlayers) == 0x0001D0, "Member 'UUserWidget::ActiveSequencePlayers' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, AnimationTickManager) == 0x0001E0, "Member 'UUserWidget::AnimationTickManager' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, StoppedSequencePlayers) == 0x0001E8, "Member 'UUserWidget::StoppedSequencePlayers' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, NamedSlotBindings) == 0x0001F8, "Member 'UUserWidget::NamedSlotBindings' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, WidgetTree) == 0x000208, "Member 'UUserWidget::WidgetTree' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, Priority) == 0x000210, "Member 'UUserWidget::Priority' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, TickFrequency) == 0x000220, "Member 'UUserWidget::TickFrequency' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, InputComponent) == 0x000228, "Member 'UUserWidget::InputComponent' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, AnimationCallbacks) == 0x000230, "Member 'UUserWidget::AnimationCallbacks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BackgroundBlurSlot_SetHorizontalAlignment \ +static_assert(alignof(BackgroundBlurSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on BackgroundBlurSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(BackgroundBlurSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on BackgroundBlurSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(BackgroundBlurSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'BackgroundBlurSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BackgroundBlurSlot_SetPadding \ +static_assert(alignof(BackgroundBlurSlot_SetPadding) == 0x000004, "Wrong alignment on BackgroundBlurSlot_SetPadding"); \ +static_assert(sizeof(BackgroundBlurSlot_SetPadding) == 0x000010, "Wrong size on BackgroundBlurSlot_SetPadding"); \ +static_assert(offsetof(BackgroundBlurSlot_SetPadding, InPadding) == 0x000000, "Member 'BackgroundBlurSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BackgroundBlurSlot_SetVerticalAlignment \ +static_assert(alignof(BackgroundBlurSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on BackgroundBlurSlot_SetVerticalAlignment"); \ +static_assert(sizeof(BackgroundBlurSlot_SetVerticalAlignment) == 0x000001, "Wrong size on BackgroundBlurSlot_SetVerticalAlignment"); \ +static_assert(offsetof(BackgroundBlurSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'BackgroundBlurSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBackgroundBlurSlot \ +static_assert(alignof(UBackgroundBlurSlot) == 0x000008, "Wrong alignment on UBackgroundBlurSlot"); \ +static_assert(sizeof(UBackgroundBlurSlot) == 0x000068, "Wrong size on UBackgroundBlurSlot"); \ +static_assert(offsetof(UBackgroundBlurSlot, Padding) == 0x000040, "Member 'UBackgroundBlurSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlurSlot, HorizontalAlignment) == 0x000050, "Member 'UBackgroundBlurSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlurSlot, VerticalAlignment) == 0x000051, "Member 'UBackgroundBlurSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BoolBinding_GetValue \ +static_assert(alignof(BoolBinding_GetValue) == 0x000001, "Wrong alignment on BoolBinding_GetValue"); \ +static_assert(sizeof(BoolBinding_GetValue) == 0x000001, "Wrong size on BoolBinding_GetValue"); \ +static_assert(offsetof(BoolBinding_GetValue, ReturnValue) == 0x000000, "Member 'BoolBinding_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBoolBinding \ +static_assert(alignof(UBoolBinding) == 0x000008, "Wrong alignment on UBoolBinding"); \ +static_assert(sizeof(UBoolBinding) == 0x000070, "Wrong size on UBoolBinding"); \ + +#define DUMPER7_ASSERTS_Border_GetDynamicMaterial \ +static_assert(alignof(Border_GetDynamicMaterial) == 0x000008, "Wrong alignment on Border_GetDynamicMaterial"); \ +static_assert(sizeof(Border_GetDynamicMaterial) == 0x000008, "Wrong size on Border_GetDynamicMaterial"); \ +static_assert(offsetof(Border_GetDynamicMaterial, ReturnValue) == 0x000000, "Member 'Border_GetDynamicMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetBrush \ +static_assert(alignof(Border_SetBrush) == 0x000008, "Wrong alignment on Border_SetBrush"); \ +static_assert(sizeof(Border_SetBrush) == 0x000090, "Wrong size on Border_SetBrush"); \ +static_assert(offsetof(Border_SetBrush, InBrush) == 0x000000, "Member 'Border_SetBrush::InBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetBrushColor \ +static_assert(alignof(Border_SetBrushColor) == 0x000004, "Wrong alignment on Border_SetBrushColor"); \ +static_assert(sizeof(Border_SetBrushColor) == 0x000010, "Wrong size on Border_SetBrushColor"); \ +static_assert(offsetof(Border_SetBrushColor, InBrushColor) == 0x000000, "Member 'Border_SetBrushColor::InBrushColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetBrushFromAsset \ +static_assert(alignof(Border_SetBrushFromAsset) == 0x000008, "Wrong alignment on Border_SetBrushFromAsset"); \ +static_assert(sizeof(Border_SetBrushFromAsset) == 0x000008, "Wrong size on Border_SetBrushFromAsset"); \ +static_assert(offsetof(Border_SetBrushFromAsset, Asset) == 0x000000, "Member 'Border_SetBrushFromAsset::Asset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetBrushFromMaterial \ +static_assert(alignof(Border_SetBrushFromMaterial) == 0x000008, "Wrong alignment on Border_SetBrushFromMaterial"); \ +static_assert(sizeof(Border_SetBrushFromMaterial) == 0x000008, "Wrong size on Border_SetBrushFromMaterial"); \ +static_assert(offsetof(Border_SetBrushFromMaterial, Material) == 0x000000, "Member 'Border_SetBrushFromMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetBrushFromTexture \ +static_assert(alignof(Border_SetBrushFromTexture) == 0x000008, "Wrong alignment on Border_SetBrushFromTexture"); \ +static_assert(sizeof(Border_SetBrushFromTexture) == 0x000008, "Wrong size on Border_SetBrushFromTexture"); \ +static_assert(offsetof(Border_SetBrushFromTexture, Texture) == 0x000000, "Member 'Border_SetBrushFromTexture::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetContentColorAndOpacity \ +static_assert(alignof(Border_SetContentColorAndOpacity) == 0x000004, "Wrong alignment on Border_SetContentColorAndOpacity"); \ +static_assert(sizeof(Border_SetContentColorAndOpacity) == 0x000010, "Wrong size on Border_SetContentColorAndOpacity"); \ +static_assert(offsetof(Border_SetContentColorAndOpacity, InContentColorAndOpacity) == 0x000000, "Member 'Border_SetContentColorAndOpacity::InContentColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetDesiredSizeScale \ +static_assert(alignof(Border_SetDesiredSizeScale) == 0x000004, "Wrong alignment on Border_SetDesiredSizeScale"); \ +static_assert(sizeof(Border_SetDesiredSizeScale) == 0x000008, "Wrong size on Border_SetDesiredSizeScale"); \ +static_assert(offsetof(Border_SetDesiredSizeScale, InScale) == 0x000000, "Member 'Border_SetDesiredSizeScale::InScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetHorizontalAlignment \ +static_assert(alignof(Border_SetHorizontalAlignment) == 0x000001, "Wrong alignment on Border_SetHorizontalAlignment"); \ +static_assert(sizeof(Border_SetHorizontalAlignment) == 0x000001, "Wrong size on Border_SetHorizontalAlignment"); \ +static_assert(offsetof(Border_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'Border_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetPadding \ +static_assert(alignof(Border_SetPadding) == 0x000004, "Wrong alignment on Border_SetPadding"); \ +static_assert(sizeof(Border_SetPadding) == 0x000010, "Wrong size on Border_SetPadding"); \ +static_assert(offsetof(Border_SetPadding, InPadding) == 0x000000, "Member 'Border_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetVerticalAlignment \ +static_assert(alignof(Border_SetVerticalAlignment) == 0x000001, "Wrong alignment on Border_SetVerticalAlignment"); \ +static_assert(sizeof(Border_SetVerticalAlignment) == 0x000001, "Wrong size on Border_SetVerticalAlignment"); \ +static_assert(offsetof(Border_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'Border_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBorder \ +static_assert(alignof(UBorder) == 0x000008, "Wrong alignment on UBorder"); \ +static_assert(sizeof(UBorder) == 0x0002B0, "Wrong size on UBorder"); \ +static_assert(offsetof(UBorder, HorizontalAlignment) == 0x000140, "Member 'UBorder::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBorder, VerticalAlignment) == 0x000141, "Member 'UBorder::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBorder, ContentColorAndOpacity) == 0x000144, "Member 'UBorder::ContentColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UBorder, ContentColorAndOpacityDelegate) == 0x000154, "Member 'UBorder::ContentColorAndOpacityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UBorder, Padding) == 0x000168, "Member 'UBorder::Padding' has a wrong offset!"); \ +static_assert(offsetof(UBorder, Background) == 0x000178, "Member 'UBorder::Background' has a wrong offset!"); \ +static_assert(offsetof(UBorder, BackgroundDelegate) == 0x000208, "Member 'UBorder::BackgroundDelegate' has a wrong offset!"); \ +static_assert(offsetof(UBorder, BrushColor) == 0x00021C, "Member 'UBorder::BrushColor' has a wrong offset!"); \ +static_assert(offsetof(UBorder, BrushColorDelegate) == 0x00022C, "Member 'UBorder::BrushColorDelegate' has a wrong offset!"); \ +static_assert(offsetof(UBorder, DesiredSizeScale) == 0x000240, "Member 'UBorder::DesiredSizeScale' has a wrong offset!"); \ +static_assert(offsetof(UBorder, bFlipForRightToLeftFlowDirection) == 0x000248, "Member 'UBorder::bFlipForRightToLeftFlowDirection' has a wrong offset!"); \ +static_assert(offsetof(UBorder, OnMouseButtonDownEvent) == 0x00024C, "Member 'UBorder::OnMouseButtonDownEvent' has a wrong offset!"); \ +static_assert(offsetof(UBorder, OnMouseButtonUpEvent) == 0x000260, "Member 'UBorder::OnMouseButtonUpEvent' has a wrong offset!"); \ +static_assert(offsetof(UBorder, OnMouseMoveEvent) == 0x000274, "Member 'UBorder::OnMouseMoveEvent' has a wrong offset!"); \ +static_assert(offsetof(UBorder, OnMouseDoubleClickEvent) == 0x000288, "Member 'UBorder::OnMouseDoubleClickEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BorderSlot_SetHorizontalAlignment \ +static_assert(alignof(BorderSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on BorderSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(BorderSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on BorderSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(BorderSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'BorderSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BorderSlot_SetPadding \ +static_assert(alignof(BorderSlot_SetPadding) == 0x000004, "Wrong alignment on BorderSlot_SetPadding"); \ +static_assert(sizeof(BorderSlot_SetPadding) == 0x000010, "Wrong size on BorderSlot_SetPadding"); \ +static_assert(offsetof(BorderSlot_SetPadding, InPadding) == 0x000000, "Member 'BorderSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BorderSlot_SetVerticalAlignment \ +static_assert(alignof(BorderSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on BorderSlot_SetVerticalAlignment"); \ +static_assert(sizeof(BorderSlot_SetVerticalAlignment) == 0x000001, "Wrong size on BorderSlot_SetVerticalAlignment"); \ +static_assert(offsetof(BorderSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'BorderSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBorderSlot \ +static_assert(alignof(UBorderSlot) == 0x000008, "Wrong alignment on UBorderSlot"); \ +static_assert(sizeof(UBorderSlot) == 0x000068, "Wrong size on UBorderSlot"); \ +static_assert(offsetof(UBorderSlot, Padding) == 0x000040, "Member 'UBorderSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UBorderSlot, HorizontalAlignment) == 0x000050, "Member 'UBorderSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBorderSlot, VerticalAlignment) == 0x000051, "Member 'UBorderSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BrushBinding_GetValue \ +static_assert(alignof(BrushBinding_GetValue) == 0x000008, "Wrong alignment on BrushBinding_GetValue"); \ +static_assert(sizeof(BrushBinding_GetValue) == 0x000090, "Wrong size on BrushBinding_GetValue"); \ +static_assert(offsetof(BrushBinding_GetValue, ReturnValue) == 0x000000, "Member 'BrushBinding_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBrushBinding \ +static_assert(alignof(UBrushBinding) == 0x000008, "Wrong alignment on UBrushBinding"); \ +static_assert(sizeof(UBrushBinding) == 0x000078, "Wrong size on UBrushBinding"); \ + +#define DUMPER7_ASSERTS_Button_SetBackgroundColor \ +static_assert(alignof(Button_SetBackgroundColor) == 0x000004, "Wrong alignment on Button_SetBackgroundColor"); \ +static_assert(sizeof(Button_SetBackgroundColor) == 0x000010, "Wrong size on Button_SetBackgroundColor"); \ +static_assert(offsetof(Button_SetBackgroundColor, InBackgroundColor) == 0x000000, "Member 'Button_SetBackgroundColor::InBackgroundColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Button_SetClickMethod \ +static_assert(alignof(Button_SetClickMethod) == 0x000001, "Wrong alignment on Button_SetClickMethod"); \ +static_assert(sizeof(Button_SetClickMethod) == 0x000001, "Wrong size on Button_SetClickMethod"); \ +static_assert(offsetof(Button_SetClickMethod, InClickMethod) == 0x000000, "Member 'Button_SetClickMethod::InClickMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Button_SetColorAndOpacity \ +static_assert(alignof(Button_SetColorAndOpacity) == 0x000004, "Wrong alignment on Button_SetColorAndOpacity"); \ +static_assert(sizeof(Button_SetColorAndOpacity) == 0x000010, "Wrong size on Button_SetColorAndOpacity"); \ +static_assert(offsetof(Button_SetColorAndOpacity, InColorAndOpacity) == 0x000000, "Member 'Button_SetColorAndOpacity::InColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Button_SetPressMethod \ +static_assert(alignof(Button_SetPressMethod) == 0x000001, "Wrong alignment on Button_SetPressMethod"); \ +static_assert(sizeof(Button_SetPressMethod) == 0x000001, "Wrong size on Button_SetPressMethod"); \ +static_assert(offsetof(Button_SetPressMethod, InPressMethod) == 0x000000, "Member 'Button_SetPressMethod::InPressMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Button_SetStyle \ +static_assert(alignof(Button_SetStyle) == 0x000008, "Wrong alignment on Button_SetStyle"); \ +static_assert(sizeof(Button_SetStyle) == 0x0002A8, "Wrong size on Button_SetStyle"); \ +static_assert(offsetof(Button_SetStyle, InStyle) == 0x000000, "Member 'Button_SetStyle::InStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Button_SetTouchMethod \ +static_assert(alignof(Button_SetTouchMethod) == 0x000001, "Wrong alignment on Button_SetTouchMethod"); \ +static_assert(sizeof(Button_SetTouchMethod) == 0x000001, "Wrong size on Button_SetTouchMethod"); \ +static_assert(offsetof(Button_SetTouchMethod, InTouchMethod) == 0x000000, "Member 'Button_SetTouchMethod::InTouchMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Button_IsPressed \ +static_assert(alignof(Button_IsPressed) == 0x000001, "Wrong alignment on Button_IsPressed"); \ +static_assert(sizeof(Button_IsPressed) == 0x000001, "Wrong size on Button_IsPressed"); \ +static_assert(offsetof(Button_IsPressed, ReturnValue) == 0x000000, "Member 'Button_IsPressed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UButton \ +static_assert(alignof(UButton) == 0x000008, "Wrong alignment on UButton"); \ +static_assert(sizeof(UButton) == 0x000478, "Wrong size on UButton"); \ +static_assert(offsetof(UButton, Style) == 0x000140, "Member 'UButton::Style' has a wrong offset!"); \ +static_assert(offsetof(UButton, WidgetStyle) == 0x000148, "Member 'UButton::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UButton, ColorAndOpacity) == 0x0003F0, "Member 'UButton::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UButton, BackgroundColor) == 0x000400, "Member 'UButton::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UButton, ClickMethod) == 0x000410, "Member 'UButton::ClickMethod' has a wrong offset!"); \ +static_assert(offsetof(UButton, TouchMethod) == 0x000411, "Member 'UButton::TouchMethod' has a wrong offset!"); \ +static_assert(offsetof(UButton, PressMethod) == 0x000412, "Member 'UButton::PressMethod' has a wrong offset!"); \ +static_assert(offsetof(UButton, IsFocusable) == 0x000413, "Member 'UButton::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(UButton, OnClicked) == 0x000418, "Member 'UButton::OnClicked' has a wrong offset!"); \ +static_assert(offsetof(UButton, OnPressed) == 0x000428, "Member 'UButton::OnPressed' has a wrong offset!"); \ +static_assert(offsetof(UButton, OnReleased) == 0x000438, "Member 'UButton::OnReleased' has a wrong offset!"); \ +static_assert(offsetof(UButton, OnHovered) == 0x000448, "Member 'UButton::OnHovered' has a wrong offset!"); \ +static_assert(offsetof(UButton, OnUnhovered) == 0x000458, "Member 'UButton::OnUnhovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ButtonSlot_SetHorizontalAlignment \ +static_assert(alignof(ButtonSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on ButtonSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(ButtonSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on ButtonSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(ButtonSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'ButtonSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ButtonSlot_SetPadding \ +static_assert(alignof(ButtonSlot_SetPadding) == 0x000004, "Wrong alignment on ButtonSlot_SetPadding"); \ +static_assert(sizeof(ButtonSlot_SetPadding) == 0x000010, "Wrong size on ButtonSlot_SetPadding"); \ +static_assert(offsetof(ButtonSlot_SetPadding, InPadding) == 0x000000, "Member 'ButtonSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ButtonSlot_SetVerticalAlignment \ +static_assert(alignof(ButtonSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on ButtonSlot_SetVerticalAlignment"); \ +static_assert(sizeof(ButtonSlot_SetVerticalAlignment) == 0x000001, "Wrong size on ButtonSlot_SetVerticalAlignment"); \ +static_assert(offsetof(ButtonSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'ButtonSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UButtonSlot \ +static_assert(alignof(UButtonSlot) == 0x000008, "Wrong alignment on UButtonSlot"); \ +static_assert(sizeof(UButtonSlot) == 0x000068, "Wrong size on UButtonSlot"); \ +static_assert(offsetof(UButtonSlot, Padding) == 0x000040, "Member 'UButtonSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UButtonSlot, HorizontalAlignment) == 0x000050, "Member 'UButtonSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UButtonSlot, VerticalAlignment) == 0x000051, "Member 'UButtonSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanel_AddChildToCanvas \ +static_assert(alignof(CanvasPanel_AddChildToCanvas) == 0x000008, "Wrong alignment on CanvasPanel_AddChildToCanvas"); \ +static_assert(sizeof(CanvasPanel_AddChildToCanvas) == 0x000010, "Wrong size on CanvasPanel_AddChildToCanvas"); \ +static_assert(offsetof(CanvasPanel_AddChildToCanvas, Content) == 0x000000, "Member 'CanvasPanel_AddChildToCanvas::Content' has a wrong offset!"); \ +static_assert(offsetof(CanvasPanel_AddChildToCanvas, ReturnValue) == 0x000008, "Member 'CanvasPanel_AddChildToCanvas::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCanvasPanel \ +static_assert(alignof(UCanvasPanel) == 0x000008, "Wrong alignment on UCanvasPanel"); \ +static_assert(sizeof(UCanvasPanel) == 0x000150, "Wrong size on UCanvasPanel"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_SetAlignment \ +static_assert(alignof(CanvasPanelSlot_SetAlignment) == 0x000004, "Wrong alignment on CanvasPanelSlot_SetAlignment"); \ +static_assert(sizeof(CanvasPanelSlot_SetAlignment) == 0x000008, "Wrong size on CanvasPanelSlot_SetAlignment"); \ +static_assert(offsetof(CanvasPanelSlot_SetAlignment, InAlignment) == 0x000000, "Member 'CanvasPanelSlot_SetAlignment::InAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_SetAnchors \ +static_assert(alignof(CanvasPanelSlot_SetAnchors) == 0x000004, "Wrong alignment on CanvasPanelSlot_SetAnchors"); \ +static_assert(sizeof(CanvasPanelSlot_SetAnchors) == 0x000010, "Wrong size on CanvasPanelSlot_SetAnchors"); \ +static_assert(offsetof(CanvasPanelSlot_SetAnchors, InAnchors) == 0x000000, "Member 'CanvasPanelSlot_SetAnchors::InAnchors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_SetAutoSize \ +static_assert(alignof(CanvasPanelSlot_SetAutoSize) == 0x000001, "Wrong alignment on CanvasPanelSlot_SetAutoSize"); \ +static_assert(sizeof(CanvasPanelSlot_SetAutoSize) == 0x000001, "Wrong size on CanvasPanelSlot_SetAutoSize"); \ +static_assert(offsetof(CanvasPanelSlot_SetAutoSize, InbAutoSize) == 0x000000, "Member 'CanvasPanelSlot_SetAutoSize::InbAutoSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_SetLayout \ +static_assert(alignof(CanvasPanelSlot_SetLayout) == 0x000004, "Wrong alignment on CanvasPanelSlot_SetLayout"); \ +static_assert(sizeof(CanvasPanelSlot_SetLayout) == 0x000028, "Wrong size on CanvasPanelSlot_SetLayout"); \ +static_assert(offsetof(CanvasPanelSlot_SetLayout, InLayoutData) == 0x000000, "Member 'CanvasPanelSlot_SetLayout::InLayoutData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_SetMaximum \ +static_assert(alignof(CanvasPanelSlot_SetMaximum) == 0x000004, "Wrong alignment on CanvasPanelSlot_SetMaximum"); \ +static_assert(sizeof(CanvasPanelSlot_SetMaximum) == 0x000008, "Wrong size on CanvasPanelSlot_SetMaximum"); \ +static_assert(offsetof(CanvasPanelSlot_SetMaximum, InMaximumAnchors) == 0x000000, "Member 'CanvasPanelSlot_SetMaximum::InMaximumAnchors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_SetMinimum \ +static_assert(alignof(CanvasPanelSlot_SetMinimum) == 0x000004, "Wrong alignment on CanvasPanelSlot_SetMinimum"); \ +static_assert(sizeof(CanvasPanelSlot_SetMinimum) == 0x000008, "Wrong size on CanvasPanelSlot_SetMinimum"); \ +static_assert(offsetof(CanvasPanelSlot_SetMinimum, InMinimumAnchors) == 0x000000, "Member 'CanvasPanelSlot_SetMinimum::InMinimumAnchors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_SetOffsets \ +static_assert(alignof(CanvasPanelSlot_SetOffsets) == 0x000004, "Wrong alignment on CanvasPanelSlot_SetOffsets"); \ +static_assert(sizeof(CanvasPanelSlot_SetOffsets) == 0x000010, "Wrong size on CanvasPanelSlot_SetOffsets"); \ +static_assert(offsetof(CanvasPanelSlot_SetOffsets, InOffset) == 0x000000, "Member 'CanvasPanelSlot_SetOffsets::InOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_SetPosition \ +static_assert(alignof(CanvasPanelSlot_SetPosition) == 0x000004, "Wrong alignment on CanvasPanelSlot_SetPosition"); \ +static_assert(sizeof(CanvasPanelSlot_SetPosition) == 0x000008, "Wrong size on CanvasPanelSlot_SetPosition"); \ +static_assert(offsetof(CanvasPanelSlot_SetPosition, InPosition) == 0x000000, "Member 'CanvasPanelSlot_SetPosition::InPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_SetSize \ +static_assert(alignof(CanvasPanelSlot_SetSize) == 0x000004, "Wrong alignment on CanvasPanelSlot_SetSize"); \ +static_assert(sizeof(CanvasPanelSlot_SetSize) == 0x000008, "Wrong size on CanvasPanelSlot_SetSize"); \ +static_assert(offsetof(CanvasPanelSlot_SetSize, InSize) == 0x000000, "Member 'CanvasPanelSlot_SetSize::InSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_SetZOrder \ +static_assert(alignof(CanvasPanelSlot_SetZOrder) == 0x000004, "Wrong alignment on CanvasPanelSlot_SetZOrder"); \ +static_assert(sizeof(CanvasPanelSlot_SetZOrder) == 0x000004, "Wrong size on CanvasPanelSlot_SetZOrder"); \ +static_assert(offsetof(CanvasPanelSlot_SetZOrder, InZOrder) == 0x000000, "Member 'CanvasPanelSlot_SetZOrder::InZOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_GetAlignment \ +static_assert(alignof(CanvasPanelSlot_GetAlignment) == 0x000004, "Wrong alignment on CanvasPanelSlot_GetAlignment"); \ +static_assert(sizeof(CanvasPanelSlot_GetAlignment) == 0x000008, "Wrong size on CanvasPanelSlot_GetAlignment"); \ +static_assert(offsetof(CanvasPanelSlot_GetAlignment, ReturnValue) == 0x000000, "Member 'CanvasPanelSlot_GetAlignment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_GetAnchors \ +static_assert(alignof(CanvasPanelSlot_GetAnchors) == 0x000004, "Wrong alignment on CanvasPanelSlot_GetAnchors"); \ +static_assert(sizeof(CanvasPanelSlot_GetAnchors) == 0x000010, "Wrong size on CanvasPanelSlot_GetAnchors"); \ +static_assert(offsetof(CanvasPanelSlot_GetAnchors, ReturnValue) == 0x000000, "Member 'CanvasPanelSlot_GetAnchors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_GetAutoSize \ +static_assert(alignof(CanvasPanelSlot_GetAutoSize) == 0x000001, "Wrong alignment on CanvasPanelSlot_GetAutoSize"); \ +static_assert(sizeof(CanvasPanelSlot_GetAutoSize) == 0x000001, "Wrong size on CanvasPanelSlot_GetAutoSize"); \ +static_assert(offsetof(CanvasPanelSlot_GetAutoSize, ReturnValue) == 0x000000, "Member 'CanvasPanelSlot_GetAutoSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_GetLayout \ +static_assert(alignof(CanvasPanelSlot_GetLayout) == 0x000004, "Wrong alignment on CanvasPanelSlot_GetLayout"); \ +static_assert(sizeof(CanvasPanelSlot_GetLayout) == 0x000028, "Wrong size on CanvasPanelSlot_GetLayout"); \ +static_assert(offsetof(CanvasPanelSlot_GetLayout, ReturnValue) == 0x000000, "Member 'CanvasPanelSlot_GetLayout::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_GetOffsets \ +static_assert(alignof(CanvasPanelSlot_GetOffsets) == 0x000004, "Wrong alignment on CanvasPanelSlot_GetOffsets"); \ +static_assert(sizeof(CanvasPanelSlot_GetOffsets) == 0x000010, "Wrong size on CanvasPanelSlot_GetOffsets"); \ +static_assert(offsetof(CanvasPanelSlot_GetOffsets, ReturnValue) == 0x000000, "Member 'CanvasPanelSlot_GetOffsets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_GetPosition \ +static_assert(alignof(CanvasPanelSlot_GetPosition) == 0x000004, "Wrong alignment on CanvasPanelSlot_GetPosition"); \ +static_assert(sizeof(CanvasPanelSlot_GetPosition) == 0x000008, "Wrong size on CanvasPanelSlot_GetPosition"); \ +static_assert(offsetof(CanvasPanelSlot_GetPosition, ReturnValue) == 0x000000, "Member 'CanvasPanelSlot_GetPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_GetSize \ +static_assert(alignof(CanvasPanelSlot_GetSize) == 0x000004, "Wrong alignment on CanvasPanelSlot_GetSize"); \ +static_assert(sizeof(CanvasPanelSlot_GetSize) == 0x000008, "Wrong size on CanvasPanelSlot_GetSize"); \ +static_assert(offsetof(CanvasPanelSlot_GetSize, ReturnValue) == 0x000000, "Member 'CanvasPanelSlot_GetSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_GetZOrder \ +static_assert(alignof(CanvasPanelSlot_GetZOrder) == 0x000004, "Wrong alignment on CanvasPanelSlot_GetZOrder"); \ +static_assert(sizeof(CanvasPanelSlot_GetZOrder) == 0x000004, "Wrong size on CanvasPanelSlot_GetZOrder"); \ +static_assert(offsetof(CanvasPanelSlot_GetZOrder, ReturnValue) == 0x000000, "Member 'CanvasPanelSlot_GetZOrder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCanvasPanelSlot \ +static_assert(alignof(UCanvasPanelSlot) == 0x000008, "Wrong alignment on UCanvasPanelSlot"); \ +static_assert(sizeof(UCanvasPanelSlot) == 0x000078, "Wrong size on UCanvasPanelSlot"); \ +static_assert(offsetof(UCanvasPanelSlot, LayoutData) == 0x000040, "Member 'UCanvasPanelSlot::LayoutData' has a wrong offset!"); \ +static_assert(offsetof(UCanvasPanelSlot, bAutoSize) == 0x000068, "Member 'UCanvasPanelSlot::bAutoSize' has a wrong offset!"); \ +static_assert(offsetof(UCanvasPanelSlot, ZOrder) == 0x00006C, "Member 'UCanvasPanelSlot::ZOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheckBox_SetCheckedState \ +static_assert(alignof(CheckBox_SetCheckedState) == 0x000001, "Wrong alignment on CheckBox_SetCheckedState"); \ +static_assert(sizeof(CheckBox_SetCheckedState) == 0x000001, "Wrong size on CheckBox_SetCheckedState"); \ +static_assert(offsetof(CheckBox_SetCheckedState, InCheckedState) == 0x000000, "Member 'CheckBox_SetCheckedState::InCheckedState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheckBox_SetClickMethod \ +static_assert(alignof(CheckBox_SetClickMethod) == 0x000001, "Wrong alignment on CheckBox_SetClickMethod"); \ +static_assert(sizeof(CheckBox_SetClickMethod) == 0x000001, "Wrong size on CheckBox_SetClickMethod"); \ +static_assert(offsetof(CheckBox_SetClickMethod, InClickMethod) == 0x000000, "Member 'CheckBox_SetClickMethod::InClickMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheckBox_SetIsChecked \ +static_assert(alignof(CheckBox_SetIsChecked) == 0x000001, "Wrong alignment on CheckBox_SetIsChecked"); \ +static_assert(sizeof(CheckBox_SetIsChecked) == 0x000001, "Wrong size on CheckBox_SetIsChecked"); \ +static_assert(offsetof(CheckBox_SetIsChecked, InIsChecked) == 0x000000, "Member 'CheckBox_SetIsChecked::InIsChecked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheckBox_SetPressMethod \ +static_assert(alignof(CheckBox_SetPressMethod) == 0x000001, "Wrong alignment on CheckBox_SetPressMethod"); \ +static_assert(sizeof(CheckBox_SetPressMethod) == 0x000001, "Wrong size on CheckBox_SetPressMethod"); \ +static_assert(offsetof(CheckBox_SetPressMethod, InPressMethod) == 0x000000, "Member 'CheckBox_SetPressMethod::InPressMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheckBox_SetTouchMethod \ +static_assert(alignof(CheckBox_SetTouchMethod) == 0x000001, "Wrong alignment on CheckBox_SetTouchMethod"); \ +static_assert(sizeof(CheckBox_SetTouchMethod) == 0x000001, "Wrong size on CheckBox_SetTouchMethod"); \ +static_assert(offsetof(CheckBox_SetTouchMethod, InTouchMethod) == 0x000000, "Member 'CheckBox_SetTouchMethod::InTouchMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheckBox_GetCheckedState \ +static_assert(alignof(CheckBox_GetCheckedState) == 0x000001, "Wrong alignment on CheckBox_GetCheckedState"); \ +static_assert(sizeof(CheckBox_GetCheckedState) == 0x000001, "Wrong size on CheckBox_GetCheckedState"); \ +static_assert(offsetof(CheckBox_GetCheckedState, ReturnValue) == 0x000000, "Member 'CheckBox_GetCheckedState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheckBox_IsChecked \ +static_assert(alignof(CheckBox_IsChecked) == 0x000001, "Wrong alignment on CheckBox_IsChecked"); \ +static_assert(sizeof(CheckBox_IsChecked) == 0x000001, "Wrong size on CheckBox_IsChecked"); \ +static_assert(offsetof(CheckBox_IsChecked, ReturnValue) == 0x000000, "Member 'CheckBox_IsChecked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheckBox_IsPressed \ +static_assert(alignof(CheckBox_IsPressed) == 0x000001, "Wrong alignment on CheckBox_IsPressed"); \ +static_assert(sizeof(CheckBox_IsPressed) == 0x000001, "Wrong size on CheckBox_IsPressed"); \ +static_assert(offsetof(CheckBox_IsPressed, ReturnValue) == 0x000000, "Member 'CheckBox_IsPressed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCheckBox \ +static_assert(alignof(UCheckBox) == 0x000008, "Wrong alignment on UCheckBox"); \ +static_assert(sizeof(UCheckBox) == 0x0007F0, "Wrong size on UCheckBox"); \ +static_assert(offsetof(UCheckBox, CheckedState) == 0x000140, "Member 'UCheckBox::CheckedState' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, CheckedStateDelegate) == 0x000144, "Member 'UCheckBox::CheckedStateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, WidgetStyle) == 0x000158, "Member 'UCheckBox::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, Style) == 0x000738, "Member 'UCheckBox::Style' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, UncheckedImage) == 0x000740, "Member 'UCheckBox::UncheckedImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, UncheckedHoveredImage) == 0x000748, "Member 'UCheckBox::UncheckedHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, UncheckedPressedImage) == 0x000750, "Member 'UCheckBox::UncheckedPressedImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, CheckedImage) == 0x000758, "Member 'UCheckBox::CheckedImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, CheckedHoveredImage) == 0x000760, "Member 'UCheckBox::CheckedHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, CheckedPressedImage) == 0x000768, "Member 'UCheckBox::CheckedPressedImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, UndeterminedImage) == 0x000770, "Member 'UCheckBox::UndeterminedImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, UndeterminedHoveredImage) == 0x000778, "Member 'UCheckBox::UndeterminedHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, UndeterminedPressedImage) == 0x000780, "Member 'UCheckBox::UndeterminedPressedImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, HorizontalAlignment) == 0x000788, "Member 'UCheckBox::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, Padding) == 0x00078C, "Member 'UCheckBox::Padding' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, BorderBackgroundColor) == 0x0007A0, "Member 'UCheckBox::BorderBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, ClickMethod) == 0x0007C8, "Member 'UCheckBox::ClickMethod' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, TouchMethod) == 0x0007C9, "Member 'UCheckBox::TouchMethod' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, PressMethod) == 0x0007CA, "Member 'UCheckBox::PressMethod' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, IsFocusable) == 0x0007CB, "Member 'UCheckBox::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, OnCheckStateChanged) == 0x0007D0, "Member 'UCheckBox::OnCheckStateChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheckedStateBinding_GetValue \ +static_assert(alignof(CheckedStateBinding_GetValue) == 0x000001, "Wrong alignment on CheckedStateBinding_GetValue"); \ +static_assert(sizeof(CheckedStateBinding_GetValue) == 0x000001, "Wrong size on CheckedStateBinding_GetValue"); \ +static_assert(offsetof(CheckedStateBinding_GetValue, ReturnValue) == 0x000000, "Member 'CheckedStateBinding_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCheckedStateBinding \ +static_assert(alignof(UCheckedStateBinding) == 0x000008, "Wrong alignment on UCheckedStateBinding"); \ +static_assert(sizeof(UCheckedStateBinding) == 0x000078, "Wrong size on UCheckedStateBinding"); \ + +#define DUMPER7_ASSERTS_ColorBinding_GetLinearValue \ +static_assert(alignof(ColorBinding_GetLinearValue) == 0x000004, "Wrong alignment on ColorBinding_GetLinearValue"); \ +static_assert(sizeof(ColorBinding_GetLinearValue) == 0x000010, "Wrong size on ColorBinding_GetLinearValue"); \ +static_assert(offsetof(ColorBinding_GetLinearValue, ReturnValue) == 0x000000, "Member 'ColorBinding_GetLinearValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ColorBinding_GetSlateValue \ +static_assert(alignof(ColorBinding_GetSlateValue) == 0x000008, "Wrong alignment on ColorBinding_GetSlateValue"); \ +static_assert(sizeof(ColorBinding_GetSlateValue) == 0x000028, "Wrong size on ColorBinding_GetSlateValue"); \ +static_assert(offsetof(ColorBinding_GetSlateValue, ReturnValue) == 0x000000, "Member 'ColorBinding_GetSlateValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UColorBinding \ +static_assert(alignof(UColorBinding) == 0x000008, "Wrong alignment on UColorBinding"); \ +static_assert(sizeof(UColorBinding) == 0x000078, "Wrong size on UColorBinding"); \ + +#define DUMPER7_ASSERTS_UComboBox \ +static_assert(alignof(UComboBox) == 0x000008, "Wrong alignment on UComboBox"); \ +static_assert(sizeof(UComboBox) == 0x000160, "Wrong size on UComboBox"); \ +static_assert(offsetof(UComboBox, Items) == 0x000128, "Member 'UComboBox::Items' has a wrong offset!"); \ +static_assert(offsetof(UComboBox, OnGenerateWidgetEvent) == 0x000138, "Member 'UComboBox::OnGenerateWidgetEvent' has a wrong offset!"); \ +static_assert(offsetof(UComboBox, bIsFocusable) == 0x00014C, "Member 'UComboBox::bIsFocusable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComboBoxString_AddOption \ +static_assert(alignof(ComboBoxString_AddOption) == 0x000008, "Wrong alignment on ComboBoxString_AddOption"); \ +static_assert(sizeof(ComboBoxString_AddOption) == 0x000010, "Wrong size on ComboBoxString_AddOption"); \ +static_assert(offsetof(ComboBoxString_AddOption, Option) == 0x000000, "Member 'ComboBoxString_AddOption::Option' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComboBoxString_RemoveOption \ +static_assert(alignof(ComboBoxString_RemoveOption) == 0x000008, "Wrong alignment on ComboBoxString_RemoveOption"); \ +static_assert(sizeof(ComboBoxString_RemoveOption) == 0x000018, "Wrong size on ComboBoxString_RemoveOption"); \ +static_assert(offsetof(ComboBoxString_RemoveOption, Option) == 0x000000, "Member 'ComboBoxString_RemoveOption::Option' has a wrong offset!"); \ +static_assert(offsetof(ComboBoxString_RemoveOption, ReturnValue) == 0x000010, "Member 'ComboBoxString_RemoveOption::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComboBoxString_SetSelectedIndex \ +static_assert(alignof(ComboBoxString_SetSelectedIndex) == 0x000004, "Wrong alignment on ComboBoxString_SetSelectedIndex"); \ +static_assert(sizeof(ComboBoxString_SetSelectedIndex) == 0x000004, "Wrong size on ComboBoxString_SetSelectedIndex"); \ +static_assert(offsetof(ComboBoxString_SetSelectedIndex, Index_0) == 0x000000, "Member 'ComboBoxString_SetSelectedIndex::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComboBoxString_SetSelectedOption \ +static_assert(alignof(ComboBoxString_SetSelectedOption) == 0x000008, "Wrong alignment on ComboBoxString_SetSelectedOption"); \ +static_assert(sizeof(ComboBoxString_SetSelectedOption) == 0x000010, "Wrong size on ComboBoxString_SetSelectedOption"); \ +static_assert(offsetof(ComboBoxString_SetSelectedOption, Option) == 0x000000, "Member 'ComboBoxString_SetSelectedOption::Option' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComboBoxString_FindOptionIndex \ +static_assert(alignof(ComboBoxString_FindOptionIndex) == 0x000008, "Wrong alignment on ComboBoxString_FindOptionIndex"); \ +static_assert(sizeof(ComboBoxString_FindOptionIndex) == 0x000018, "Wrong size on ComboBoxString_FindOptionIndex"); \ +static_assert(offsetof(ComboBoxString_FindOptionIndex, Option) == 0x000000, "Member 'ComboBoxString_FindOptionIndex::Option' has a wrong offset!"); \ +static_assert(offsetof(ComboBoxString_FindOptionIndex, ReturnValue) == 0x000010, "Member 'ComboBoxString_FindOptionIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComboBoxString_GetOptionAtIndex \ +static_assert(alignof(ComboBoxString_GetOptionAtIndex) == 0x000008, "Wrong alignment on ComboBoxString_GetOptionAtIndex"); \ +static_assert(sizeof(ComboBoxString_GetOptionAtIndex) == 0x000018, "Wrong size on ComboBoxString_GetOptionAtIndex"); \ +static_assert(offsetof(ComboBoxString_GetOptionAtIndex, Index_0) == 0x000000, "Member 'ComboBoxString_GetOptionAtIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ComboBoxString_GetOptionAtIndex, ReturnValue) == 0x000008, "Member 'ComboBoxString_GetOptionAtIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComboBoxString_GetOptionCount \ +static_assert(alignof(ComboBoxString_GetOptionCount) == 0x000004, "Wrong alignment on ComboBoxString_GetOptionCount"); \ +static_assert(sizeof(ComboBoxString_GetOptionCount) == 0x000004, "Wrong size on ComboBoxString_GetOptionCount"); \ +static_assert(offsetof(ComboBoxString_GetOptionCount, ReturnValue) == 0x000000, "Member 'ComboBoxString_GetOptionCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComboBoxString_GetSelectedIndex \ +static_assert(alignof(ComboBoxString_GetSelectedIndex) == 0x000004, "Wrong alignment on ComboBoxString_GetSelectedIndex"); \ +static_assert(sizeof(ComboBoxString_GetSelectedIndex) == 0x000004, "Wrong size on ComboBoxString_GetSelectedIndex"); \ +static_assert(offsetof(ComboBoxString_GetSelectedIndex, ReturnValue) == 0x000000, "Member 'ComboBoxString_GetSelectedIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComboBoxString_GetSelectedOption \ +static_assert(alignof(ComboBoxString_GetSelectedOption) == 0x000008, "Wrong alignment on ComboBoxString_GetSelectedOption"); \ +static_assert(sizeof(ComboBoxString_GetSelectedOption) == 0x000010, "Wrong size on ComboBoxString_GetSelectedOption"); \ +static_assert(offsetof(ComboBoxString_GetSelectedOption, ReturnValue) == 0x000000, "Member 'ComboBoxString_GetSelectedOption::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComboBoxString_IsOpen \ +static_assert(alignof(ComboBoxString_IsOpen) == 0x000001, "Wrong alignment on ComboBoxString_IsOpen"); \ +static_assert(sizeof(ComboBoxString_IsOpen) == 0x000001, "Wrong size on ComboBoxString_IsOpen"); \ +static_assert(offsetof(ComboBoxString_IsOpen, ReturnValue) == 0x000000, "Member 'ComboBoxString_IsOpen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComboBoxString \ +static_assert(alignof(UComboBoxString) == 0x000008, "Wrong alignment on UComboBoxString"); \ +static_assert(sizeof(UComboBoxString) == 0x000EE8, "Wrong size on UComboBoxString"); \ +static_assert(offsetof(UComboBoxString, DefaultOptions) == 0x000128, "Member 'UComboBoxString::DefaultOptions' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, SelectedOption) == 0x000138, "Member 'UComboBoxString::SelectedOption' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, WidgetStyle) == 0x000148, "Member 'UComboBoxString::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, ItemStyle) == 0x000588, "Member 'UComboBoxString::ItemStyle' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, ContentPadding) == 0x000DC0, "Member 'UComboBoxString::ContentPadding' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, MaxListHeight) == 0x000DD0, "Member 'UComboBoxString::MaxListHeight' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, HasDownArrow) == 0x000DD4, "Member 'UComboBoxString::HasDownArrow' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, EnableGamepadNavigationMode) == 0x000DD5, "Member 'UComboBoxString::EnableGamepadNavigationMode' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, Font) == 0x000DD8, "Member 'UComboBoxString::Font' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, ForegroundColor) == 0x000E38, "Member 'UComboBoxString::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, bIsFocusable) == 0x000E60, "Member 'UComboBoxString::bIsFocusable' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, OnGenerateWidgetEvent) == 0x000E64, "Member 'UComboBoxString::OnGenerateWidgetEvent' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, OnSelectionChanged) == 0x000E78, "Member 'UComboBoxString::OnSelectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, OnOpening) == 0x000E88, "Member 'UComboBoxString::OnOpening' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragDropOperation_DragCancelled \ +static_assert(alignof(DragDropOperation_DragCancelled) == 0x000008, "Wrong alignment on DragDropOperation_DragCancelled"); \ +static_assert(sizeof(DragDropOperation_DragCancelled) == 0x000078, "Wrong size on DragDropOperation_DragCancelled"); \ +static_assert(offsetof(DragDropOperation_DragCancelled, PointerEvent) == 0x000000, "Member 'DragDropOperation_DragCancelled::PointerEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragDropOperation_Dragged \ +static_assert(alignof(DragDropOperation_Dragged) == 0x000008, "Wrong alignment on DragDropOperation_Dragged"); \ +static_assert(sizeof(DragDropOperation_Dragged) == 0x000078, "Wrong size on DragDropOperation_Dragged"); \ +static_assert(offsetof(DragDropOperation_Dragged, PointerEvent) == 0x000000, "Member 'DragDropOperation_Dragged::PointerEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragDropOperation_Drop \ +static_assert(alignof(DragDropOperation_Drop) == 0x000008, "Wrong alignment on DragDropOperation_Drop"); \ +static_assert(sizeof(DragDropOperation_Drop) == 0x000078, "Wrong size on DragDropOperation_Drop"); \ +static_assert(offsetof(DragDropOperation_Drop, PointerEvent) == 0x000000, "Member 'DragDropOperation_Drop::PointerEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDragDropOperation \ +static_assert(alignof(UDragDropOperation) == 0x000008, "Wrong alignment on UDragDropOperation"); \ +static_assert(sizeof(UDragDropOperation) == 0x000090, "Wrong size on UDragDropOperation"); \ +static_assert(offsetof(UDragDropOperation, Tag) == 0x000030, "Member 'UDragDropOperation::Tag' has a wrong offset!"); \ +static_assert(offsetof(UDragDropOperation, Payload) == 0x000040, "Member 'UDragDropOperation::Payload' has a wrong offset!"); \ +static_assert(offsetof(UDragDropOperation, DefaultDragVisual) == 0x000048, "Member 'UDragDropOperation::DefaultDragVisual' has a wrong offset!"); \ +static_assert(offsetof(UDragDropOperation, Pivot) == 0x000050, "Member 'UDragDropOperation::Pivot' has a wrong offset!"); \ +static_assert(offsetof(UDragDropOperation, Offset) == 0x000054, "Member 'UDragDropOperation::Offset' has a wrong offset!"); \ +static_assert(offsetof(UDragDropOperation, OnDrop) == 0x000060, "Member 'UDragDropOperation::OnDrop' has a wrong offset!"); \ +static_assert(offsetof(UDragDropOperation, OnDragCancelled) == 0x000070, "Member 'UDragDropOperation::OnDragCancelled' has a wrong offset!"); \ +static_assert(offsetof(UDragDropOperation, OnDragged) == 0x000080, "Member 'UDragDropOperation::OnDragged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicEntryBoxBase_SetEntrySpacing \ +static_assert(alignof(DynamicEntryBoxBase_SetEntrySpacing) == 0x000004, "Wrong alignment on DynamicEntryBoxBase_SetEntrySpacing"); \ +static_assert(sizeof(DynamicEntryBoxBase_SetEntrySpacing) == 0x000008, "Wrong size on DynamicEntryBoxBase_SetEntrySpacing"); \ +static_assert(offsetof(DynamicEntryBoxBase_SetEntrySpacing, InEntrySpacing) == 0x000000, "Member 'DynamicEntryBoxBase_SetEntrySpacing::InEntrySpacing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicEntryBoxBase_SetRadialSettings \ +static_assert(alignof(DynamicEntryBoxBase_SetRadialSettings) == 0x000004, "Wrong alignment on DynamicEntryBoxBase_SetRadialSettings"); \ +static_assert(sizeof(DynamicEntryBoxBase_SetRadialSettings) == 0x000010, "Wrong size on DynamicEntryBoxBase_SetRadialSettings"); \ +static_assert(offsetof(DynamicEntryBoxBase_SetRadialSettings, InSettings) == 0x000000, "Member 'DynamicEntryBoxBase_SetRadialSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicEntryBoxBase_GetAllEntries \ +static_assert(alignof(DynamicEntryBoxBase_GetAllEntries) == 0x000008, "Wrong alignment on DynamicEntryBoxBase_GetAllEntries"); \ +static_assert(sizeof(DynamicEntryBoxBase_GetAllEntries) == 0x000010, "Wrong size on DynamicEntryBoxBase_GetAllEntries"); \ +static_assert(offsetof(DynamicEntryBoxBase_GetAllEntries, ReturnValue) == 0x000000, "Member 'DynamicEntryBoxBase_GetAllEntries::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicEntryBoxBase_GetNumEntries \ +static_assert(alignof(DynamicEntryBoxBase_GetNumEntries) == 0x000004, "Wrong alignment on DynamicEntryBoxBase_GetNumEntries"); \ +static_assert(sizeof(DynamicEntryBoxBase_GetNumEntries) == 0x000004, "Wrong size on DynamicEntryBoxBase_GetNumEntries"); \ +static_assert(offsetof(DynamicEntryBoxBase_GetNumEntries, ReturnValue) == 0x000000, "Member 'DynamicEntryBoxBase_GetNumEntries::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicEntryBoxBase \ +static_assert(alignof(UDynamicEntryBoxBase) == 0x000008, "Wrong alignment on UDynamicEntryBoxBase"); \ +static_assert(sizeof(UDynamicEntryBoxBase) == 0x0001F8, "Wrong size on UDynamicEntryBoxBase"); \ +static_assert(offsetof(UDynamicEntryBoxBase, EntryBoxType) == 0x000128, "Member 'UDynamicEntryBoxBase::EntryBoxType' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, EntrySpacing) == 0x00012C, "Member 'UDynamicEntryBoxBase::EntrySpacing' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, SpacingPattern) == 0x000138, "Member 'UDynamicEntryBoxBase::SpacingPattern' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, EntrySizeRule) == 0x000148, "Member 'UDynamicEntryBoxBase::EntrySizeRule' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, EntryHorizontalAlignment) == 0x000150, "Member 'UDynamicEntryBoxBase::EntryHorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, EntryVerticalAlignment) == 0x000151, "Member 'UDynamicEntryBoxBase::EntryVerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, MaxElementSize) == 0x000154, "Member 'UDynamicEntryBoxBase::MaxElementSize' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, RadialBoxSettings) == 0x000158, "Member 'UDynamicEntryBoxBase::RadialBoxSettings' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, EntryWidgetPool) == 0x000178, "Member 'UDynamicEntryBoxBase::EntryWidgetPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicEntryBox_BP_CreateEntry \ +static_assert(alignof(DynamicEntryBox_BP_CreateEntry) == 0x000008, "Wrong alignment on DynamicEntryBox_BP_CreateEntry"); \ +static_assert(sizeof(DynamicEntryBox_BP_CreateEntry) == 0x000008, "Wrong size on DynamicEntryBox_BP_CreateEntry"); \ +static_assert(offsetof(DynamicEntryBox_BP_CreateEntry, ReturnValue) == 0x000000, "Member 'DynamicEntryBox_BP_CreateEntry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicEntryBox_BP_CreateEntryOfClass \ +static_assert(alignof(DynamicEntryBox_BP_CreateEntryOfClass) == 0x000008, "Wrong alignment on DynamicEntryBox_BP_CreateEntryOfClass"); \ +static_assert(sizeof(DynamicEntryBox_BP_CreateEntryOfClass) == 0x000010, "Wrong size on DynamicEntryBox_BP_CreateEntryOfClass"); \ +static_assert(offsetof(DynamicEntryBox_BP_CreateEntryOfClass, EntryClass) == 0x000000, "Member 'DynamicEntryBox_BP_CreateEntryOfClass::EntryClass' has a wrong offset!"); \ +static_assert(offsetof(DynamicEntryBox_BP_CreateEntryOfClass, ReturnValue) == 0x000008, "Member 'DynamicEntryBox_BP_CreateEntryOfClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicEntryBox_RemoveEntry \ +static_assert(alignof(DynamicEntryBox_RemoveEntry) == 0x000008, "Wrong alignment on DynamicEntryBox_RemoveEntry"); \ +static_assert(sizeof(DynamicEntryBox_RemoveEntry) == 0x000008, "Wrong size on DynamicEntryBox_RemoveEntry"); \ +static_assert(offsetof(DynamicEntryBox_RemoveEntry, EntryWidget) == 0x000000, "Member 'DynamicEntryBox_RemoveEntry::EntryWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicEntryBox_Reset \ +static_assert(alignof(DynamicEntryBox_Reset) == 0x000001, "Wrong alignment on DynamicEntryBox_Reset"); \ +static_assert(sizeof(DynamicEntryBox_Reset) == 0x000001, "Wrong size on DynamicEntryBox_Reset"); \ +static_assert(offsetof(DynamicEntryBox_Reset, bDeleteWidgets) == 0x000000, "Member 'DynamicEntryBox_Reset::bDeleteWidgets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicEntryBox \ +static_assert(alignof(UDynamicEntryBox) == 0x000008, "Wrong alignment on UDynamicEntryBox"); \ +static_assert(sizeof(UDynamicEntryBox) == 0x000200, "Wrong size on UDynamicEntryBox"); \ +static_assert(offsetof(UDynamicEntryBox, EntryWidgetClass) == 0x0001F8, "Member 'UDynamicEntryBox::EntryWidgetClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_SetHintText \ +static_assert(alignof(EditableText_SetHintText) == 0x000008, "Wrong alignment on EditableText_SetHintText"); \ +static_assert(sizeof(EditableText_SetHintText) == 0x000018, "Wrong size on EditableText_SetHintText"); \ +static_assert(offsetof(EditableText_SetHintText, InHintText) == 0x000000, "Member 'EditableText_SetHintText::InHintText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_SetIsPassword \ +static_assert(alignof(EditableText_SetIsPassword) == 0x000001, "Wrong alignment on EditableText_SetIsPassword"); \ +static_assert(sizeof(EditableText_SetIsPassword) == 0x000001, "Wrong size on EditableText_SetIsPassword"); \ +static_assert(offsetof(EditableText_SetIsPassword, InbIsPassword) == 0x000000, "Member 'EditableText_SetIsPassword::InbIsPassword' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_SetIsReadOnly \ +static_assert(alignof(EditableText_SetIsReadOnly) == 0x000001, "Wrong alignment on EditableText_SetIsReadOnly"); \ +static_assert(sizeof(EditableText_SetIsReadOnly) == 0x000001, "Wrong size on EditableText_SetIsReadOnly"); \ +static_assert(offsetof(EditableText_SetIsReadOnly, InbIsReadyOnly) == 0x000000, "Member 'EditableText_SetIsReadOnly::InbIsReadyOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_SetJustification \ +static_assert(alignof(EditableText_SetJustification) == 0x000001, "Wrong alignment on EditableText_SetJustification"); \ +static_assert(sizeof(EditableText_SetJustification) == 0x000001, "Wrong size on EditableText_SetJustification"); \ +static_assert(offsetof(EditableText_SetJustification, InJustification) == 0x000000, "Member 'EditableText_SetJustification::InJustification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_SetText \ +static_assert(alignof(EditableText_SetText) == 0x000008, "Wrong alignment on EditableText_SetText"); \ +static_assert(sizeof(EditableText_SetText) == 0x000018, "Wrong size on EditableText_SetText"); \ +static_assert(offsetof(EditableText_SetText, InText) == 0x000000, "Member 'EditableText_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_GetText \ +static_assert(alignof(EditableText_GetText) == 0x000008, "Wrong alignment on EditableText_GetText"); \ +static_assert(sizeof(EditableText_GetText) == 0x000018, "Wrong size on EditableText_GetText"); \ +static_assert(offsetof(EditableText_GetText, ReturnValue) == 0x000000, "Member 'EditableText_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableText \ +static_assert(alignof(UEditableText) == 0x000008, "Wrong alignment on UEditableText"); \ +static_assert(sizeof(UEditableText) == 0x0004B8, "Wrong size on UEditableText"); \ +static_assert(offsetof(UEditableText, Text) == 0x000128, "Member 'UEditableText::Text' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, TextDelegate) == 0x000140, "Member 'UEditableText::TextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, HintText) == 0x000158, "Member 'UEditableText::HintText' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, HintTextDelegate) == 0x000170, "Member 'UEditableText::HintTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, WidgetStyle) == 0x000188, "Member 'UEditableText::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, Style) == 0x0003C8, "Member 'UEditableText::Style' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, BackgroundImageSelected) == 0x0003D0, "Member 'UEditableText::BackgroundImageSelected' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, BackgroundImageComposing) == 0x0003D8, "Member 'UEditableText::BackgroundImageComposing' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, CaretImage) == 0x0003E0, "Member 'UEditableText::CaretImage' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, Font) == 0x0003E8, "Member 'UEditableText::Font' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, ColorAndOpacity) == 0x000448, "Member 'UEditableText::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, IsReadOnly) == 0x000470, "Member 'UEditableText::IsReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, IsPassword) == 0x000471, "Member 'UEditableText::IsPassword' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, MinimumDesiredWidth) == 0x000474, "Member 'UEditableText::MinimumDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, IsCaretMovedWhenGainFocus) == 0x000478, "Member 'UEditableText::IsCaretMovedWhenGainFocus' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, SelectAllTextWhenFocused) == 0x000479, "Member 'UEditableText::SelectAllTextWhenFocused' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, RevertTextOnEscape) == 0x00047A, "Member 'UEditableText::RevertTextOnEscape' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, ClearKeyboardFocusOnCommit) == 0x00047B, "Member 'UEditableText::ClearKeyboardFocusOnCommit' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, SelectAllTextOnCommit) == 0x00047C, "Member 'UEditableText::SelectAllTextOnCommit' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, AllowContextMenu) == 0x00047D, "Member 'UEditableText::AllowContextMenu' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, KeyboardType) == 0x00047E, "Member 'UEditableText::KeyboardType' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, VirtualKeyboardOptions) == 0x00047F, "Member 'UEditableText::VirtualKeyboardOptions' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, VirtualKeyboardTrigger) == 0x000480, "Member 'UEditableText::VirtualKeyboardTrigger' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, VirtualKeyboardDismissAction) == 0x000481, "Member 'UEditableText::VirtualKeyboardDismissAction' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, Justification) == 0x000482, "Member 'UEditableText::Justification' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, ShapedTextOptions) == 0x000483, "Member 'UEditableText::ShapedTextOptions' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, OnTextChanged) == 0x000488, "Member 'UEditableText::OnTextChanged' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, OnTextCommitted) == 0x000498, "Member 'UEditableText::OnTextCommitted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_SetError \ +static_assert(alignof(EditableTextBox_SetError) == 0x000008, "Wrong alignment on EditableTextBox_SetError"); \ +static_assert(sizeof(EditableTextBox_SetError) == 0x000018, "Wrong size on EditableTextBox_SetError"); \ +static_assert(offsetof(EditableTextBox_SetError, InError) == 0x000000, "Member 'EditableTextBox_SetError::InError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_SetHintText \ +static_assert(alignof(EditableTextBox_SetHintText) == 0x000008, "Wrong alignment on EditableTextBox_SetHintText"); \ +static_assert(sizeof(EditableTextBox_SetHintText) == 0x000018, "Wrong size on EditableTextBox_SetHintText"); \ +static_assert(offsetof(EditableTextBox_SetHintText, InText) == 0x000000, "Member 'EditableTextBox_SetHintText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_SetIsPassword \ +static_assert(alignof(EditableTextBox_SetIsPassword) == 0x000001, "Wrong alignment on EditableTextBox_SetIsPassword"); \ +static_assert(sizeof(EditableTextBox_SetIsPassword) == 0x000001, "Wrong size on EditableTextBox_SetIsPassword"); \ +static_assert(offsetof(EditableTextBox_SetIsPassword, bIsPassword) == 0x000000, "Member 'EditableTextBox_SetIsPassword::bIsPassword' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_SetIsReadOnly \ +static_assert(alignof(EditableTextBox_SetIsReadOnly) == 0x000001, "Wrong alignment on EditableTextBox_SetIsReadOnly"); \ +static_assert(sizeof(EditableTextBox_SetIsReadOnly) == 0x000001, "Wrong size on EditableTextBox_SetIsReadOnly"); \ +static_assert(offsetof(EditableTextBox_SetIsReadOnly, bReadOnly) == 0x000000, "Member 'EditableTextBox_SetIsReadOnly::bReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_SetJustification \ +static_assert(alignof(EditableTextBox_SetJustification) == 0x000001, "Wrong alignment on EditableTextBox_SetJustification"); \ +static_assert(sizeof(EditableTextBox_SetJustification) == 0x000001, "Wrong size on EditableTextBox_SetJustification"); \ +static_assert(offsetof(EditableTextBox_SetJustification, InJustification) == 0x000000, "Member 'EditableTextBox_SetJustification::InJustification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_SetText \ +static_assert(alignof(EditableTextBox_SetText) == 0x000008, "Wrong alignment on EditableTextBox_SetText"); \ +static_assert(sizeof(EditableTextBox_SetText) == 0x000018, "Wrong size on EditableTextBox_SetText"); \ +static_assert(offsetof(EditableTextBox_SetText, InText) == 0x000000, "Member 'EditableTextBox_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_GetText \ +static_assert(alignof(EditableTextBox_GetText) == 0x000008, "Wrong alignment on EditableTextBox_GetText"); \ +static_assert(sizeof(EditableTextBox_GetText) == 0x000018, "Wrong size on EditableTextBox_GetText"); \ +static_assert(offsetof(EditableTextBox_GetText, ReturnValue) == 0x000000, "Member 'EditableTextBox_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_HasError \ +static_assert(alignof(EditableTextBox_HasError) == 0x000001, "Wrong alignment on EditableTextBox_HasError"); \ +static_assert(sizeof(EditableTextBox_HasError) == 0x000001, "Wrong size on EditableTextBox_HasError"); \ +static_assert(offsetof(EditableTextBox_HasError, ReturnValue) == 0x000000, "Member 'EditableTextBox_HasError::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableTextBox \ +static_assert(alignof(UEditableTextBox) == 0x000008, "Wrong alignment on UEditableTextBox"); \ +static_assert(sizeof(UEditableTextBox) == 0x000AE0, "Wrong size on UEditableTextBox"); \ +static_assert(offsetof(UEditableTextBox, Text) == 0x000128, "Member 'UEditableTextBox::Text' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, TextDelegate) == 0x000140, "Member 'UEditableTextBox::TextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, WidgetStyle) == 0x000158, "Member 'UEditableTextBox::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, Style) == 0x0009C0, "Member 'UEditableTextBox::Style' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, HintText) == 0x0009C8, "Member 'UEditableTextBox::HintText' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, HintTextDelegate) == 0x0009E0, "Member 'UEditableTextBox::HintTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, Font) == 0x0009F8, "Member 'UEditableTextBox::Font' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, ForegroundColor) == 0x000A58, "Member 'UEditableTextBox::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, BackgroundColor) == 0x000A68, "Member 'UEditableTextBox::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, ReadOnlyForegroundColor) == 0x000A78, "Member 'UEditableTextBox::ReadOnlyForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, IsReadOnly) == 0x000A88, "Member 'UEditableTextBox::IsReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, IsPassword) == 0x000A89, "Member 'UEditableTextBox::IsPassword' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, MinimumDesiredWidth) == 0x000A8C, "Member 'UEditableTextBox::MinimumDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, Padding) == 0x000A90, "Member 'UEditableTextBox::Padding' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, IsCaretMovedWhenGainFocus) == 0x000AA0, "Member 'UEditableTextBox::IsCaretMovedWhenGainFocus' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, SelectAllTextWhenFocused) == 0x000AA1, "Member 'UEditableTextBox::SelectAllTextWhenFocused' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, RevertTextOnEscape) == 0x000AA2, "Member 'UEditableTextBox::RevertTextOnEscape' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, ClearKeyboardFocusOnCommit) == 0x000AA3, "Member 'UEditableTextBox::ClearKeyboardFocusOnCommit' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, SelectAllTextOnCommit) == 0x000AA4, "Member 'UEditableTextBox::SelectAllTextOnCommit' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, AllowContextMenu) == 0x000AA5, "Member 'UEditableTextBox::AllowContextMenu' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, KeyboardType) == 0x000AA6, "Member 'UEditableTextBox::KeyboardType' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, VirtualKeyboardOptions) == 0x000AA7, "Member 'UEditableTextBox::VirtualKeyboardOptions' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, VirtualKeyboardTrigger) == 0x000AA8, "Member 'UEditableTextBox::VirtualKeyboardTrigger' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, VirtualKeyboardDismissAction) == 0x000AA9, "Member 'UEditableTextBox::VirtualKeyboardDismissAction' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, Justification) == 0x000AAA, "Member 'UEditableTextBox::Justification' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, ShapedTextOptions) == 0x000AAB, "Member 'UEditableTextBox::ShapedTextOptions' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, OnTextChanged) == 0x000AB0, "Member 'UEditableTextBox::OnTextChanged' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, OnTextCommitted) == 0x000AC0, "Member 'UEditableTextBox::OnTextCommitted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExpandableArea_SetIsExpanded \ +static_assert(alignof(ExpandableArea_SetIsExpanded) == 0x000001, "Wrong alignment on ExpandableArea_SetIsExpanded"); \ +static_assert(sizeof(ExpandableArea_SetIsExpanded) == 0x000001, "Wrong size on ExpandableArea_SetIsExpanded"); \ +static_assert(offsetof(ExpandableArea_SetIsExpanded, IsExpanded) == 0x000000, "Member 'ExpandableArea_SetIsExpanded::IsExpanded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExpandableArea_SetIsExpanded_Animated \ +static_assert(alignof(ExpandableArea_SetIsExpanded_Animated) == 0x000001, "Wrong alignment on ExpandableArea_SetIsExpanded_Animated"); \ +static_assert(sizeof(ExpandableArea_SetIsExpanded_Animated) == 0x000001, "Wrong size on ExpandableArea_SetIsExpanded_Animated"); \ +static_assert(offsetof(ExpandableArea_SetIsExpanded_Animated, IsExpanded) == 0x000000, "Member 'ExpandableArea_SetIsExpanded_Animated::IsExpanded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExpandableArea_GetIsExpanded \ +static_assert(alignof(ExpandableArea_GetIsExpanded) == 0x000001, "Wrong alignment on ExpandableArea_GetIsExpanded"); \ +static_assert(sizeof(ExpandableArea_GetIsExpanded) == 0x000001, "Wrong size on ExpandableArea_GetIsExpanded"); \ +static_assert(offsetof(ExpandableArea_GetIsExpanded, ReturnValue) == 0x000000, "Member 'ExpandableArea_GetIsExpanded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExpandableArea \ +static_assert(alignof(UExpandableArea) == 0x000008, "Wrong alignment on UExpandableArea"); \ +static_assert(sizeof(UExpandableArea) == 0x000370, "Wrong size on UExpandableArea"); \ +static_assert(offsetof(UExpandableArea, Style) == 0x000130, "Member 'UExpandableArea::Style' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, BorderBrush) == 0x000260, "Member 'UExpandableArea::BorderBrush' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, BorderColor) == 0x0002F0, "Member 'UExpandableArea::BorderColor' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, bIsExpanded) == 0x000318, "Member 'UExpandableArea::bIsExpanded' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, MaxHeight) == 0x00031C, "Member 'UExpandableArea::MaxHeight' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, HeaderPadding) == 0x000320, "Member 'UExpandableArea::HeaderPadding' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, AreaPadding) == 0x000330, "Member 'UExpandableArea::AreaPadding' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, OnExpansionChanged) == 0x000340, "Member 'UExpandableArea::OnExpansionChanged' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, HeaderContent) == 0x000350, "Member 'UExpandableArea::HeaderContent' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, BodyContent) == 0x000358, "Member 'UExpandableArea::BodyContent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FloatBinding_GetValue \ +static_assert(alignof(FloatBinding_GetValue) == 0x000004, "Wrong alignment on FloatBinding_GetValue"); \ +static_assert(sizeof(FloatBinding_GetValue) == 0x000004, "Wrong size on FloatBinding_GetValue"); \ +static_assert(offsetof(FloatBinding_GetValue, ReturnValue) == 0x000000, "Member 'FloatBinding_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFloatBinding \ +static_assert(alignof(UFloatBinding) == 0x000008, "Wrong alignment on UFloatBinding"); \ +static_assert(sizeof(UFloatBinding) == 0x000070, "Wrong size on UFloatBinding"); \ + +#define DUMPER7_ASSERTS_GridPanel_AddChildToGrid \ +static_assert(alignof(GridPanel_AddChildToGrid) == 0x000008, "Wrong alignment on GridPanel_AddChildToGrid"); \ +static_assert(sizeof(GridPanel_AddChildToGrid) == 0x000018, "Wrong size on GridPanel_AddChildToGrid"); \ +static_assert(offsetof(GridPanel_AddChildToGrid, Content) == 0x000000, "Member 'GridPanel_AddChildToGrid::Content' has a wrong offset!"); \ +static_assert(offsetof(GridPanel_AddChildToGrid, InRow) == 0x000008, "Member 'GridPanel_AddChildToGrid::InRow' has a wrong offset!"); \ +static_assert(offsetof(GridPanel_AddChildToGrid, InColumn) == 0x00000C, "Member 'GridPanel_AddChildToGrid::InColumn' has a wrong offset!"); \ +static_assert(offsetof(GridPanel_AddChildToGrid, ReturnValue) == 0x000010, "Member 'GridPanel_AddChildToGrid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridPanel_SetColumnFill \ +static_assert(alignof(GridPanel_SetColumnFill) == 0x000004, "Wrong alignment on GridPanel_SetColumnFill"); \ +static_assert(sizeof(GridPanel_SetColumnFill) == 0x000008, "Wrong size on GridPanel_SetColumnFill"); \ +static_assert(offsetof(GridPanel_SetColumnFill, ColumnIndex) == 0x000000, "Member 'GridPanel_SetColumnFill::ColumnIndex' has a wrong offset!"); \ +static_assert(offsetof(GridPanel_SetColumnFill, Coefficient) == 0x000004, "Member 'GridPanel_SetColumnFill::Coefficient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridPanel_SetRowFill \ +static_assert(alignof(GridPanel_SetRowFill) == 0x000004, "Wrong alignment on GridPanel_SetRowFill"); \ +static_assert(sizeof(GridPanel_SetRowFill) == 0x000008, "Wrong size on GridPanel_SetRowFill"); \ +static_assert(offsetof(GridPanel_SetRowFill, ColumnIndex) == 0x000000, "Member 'GridPanel_SetRowFill::ColumnIndex' has a wrong offset!"); \ +static_assert(offsetof(GridPanel_SetRowFill, Coefficient) == 0x000004, "Member 'GridPanel_SetRowFill::Coefficient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGridPanel \ +static_assert(alignof(UGridPanel) == 0x000008, "Wrong alignment on UGridPanel"); \ +static_assert(sizeof(UGridPanel) == 0x000170, "Wrong size on UGridPanel"); \ +static_assert(offsetof(UGridPanel, ColumnFill) == 0x000140, "Member 'UGridPanel::ColumnFill' has a wrong offset!"); \ +static_assert(offsetof(UGridPanel, RowFill) == 0x000150, "Member 'UGridPanel::RowFill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetColumn \ +static_assert(alignof(GridSlot_SetColumn) == 0x000004, "Wrong alignment on GridSlot_SetColumn"); \ +static_assert(sizeof(GridSlot_SetColumn) == 0x000004, "Wrong size on GridSlot_SetColumn"); \ +static_assert(offsetof(GridSlot_SetColumn, InColumn) == 0x000000, "Member 'GridSlot_SetColumn::InColumn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetColumnSpan \ +static_assert(alignof(GridSlot_SetColumnSpan) == 0x000004, "Wrong alignment on GridSlot_SetColumnSpan"); \ +static_assert(sizeof(GridSlot_SetColumnSpan) == 0x000004, "Wrong size on GridSlot_SetColumnSpan"); \ +static_assert(offsetof(GridSlot_SetColumnSpan, InColumnSpan) == 0x000000, "Member 'GridSlot_SetColumnSpan::InColumnSpan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetHorizontalAlignment \ +static_assert(alignof(GridSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on GridSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(GridSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on GridSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(GridSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'GridSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetLayer \ +static_assert(alignof(GridSlot_SetLayer) == 0x000004, "Wrong alignment on GridSlot_SetLayer"); \ +static_assert(sizeof(GridSlot_SetLayer) == 0x000004, "Wrong size on GridSlot_SetLayer"); \ +static_assert(offsetof(GridSlot_SetLayer, InLayer) == 0x000000, "Member 'GridSlot_SetLayer::InLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetNudge \ +static_assert(alignof(GridSlot_SetNudge) == 0x000004, "Wrong alignment on GridSlot_SetNudge"); \ +static_assert(sizeof(GridSlot_SetNudge) == 0x000008, "Wrong size on GridSlot_SetNudge"); \ +static_assert(offsetof(GridSlot_SetNudge, InNudge) == 0x000000, "Member 'GridSlot_SetNudge::InNudge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetPadding \ +static_assert(alignof(GridSlot_SetPadding) == 0x000004, "Wrong alignment on GridSlot_SetPadding"); \ +static_assert(sizeof(GridSlot_SetPadding) == 0x000010, "Wrong size on GridSlot_SetPadding"); \ +static_assert(offsetof(GridSlot_SetPadding, InPadding) == 0x000000, "Member 'GridSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetRow \ +static_assert(alignof(GridSlot_SetRow) == 0x000004, "Wrong alignment on GridSlot_SetRow"); \ +static_assert(sizeof(GridSlot_SetRow) == 0x000004, "Wrong size on GridSlot_SetRow"); \ +static_assert(offsetof(GridSlot_SetRow, InRow) == 0x000000, "Member 'GridSlot_SetRow::InRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetRowSpan \ +static_assert(alignof(GridSlot_SetRowSpan) == 0x000004, "Wrong alignment on GridSlot_SetRowSpan"); \ +static_assert(sizeof(GridSlot_SetRowSpan) == 0x000004, "Wrong size on GridSlot_SetRowSpan"); \ +static_assert(offsetof(GridSlot_SetRowSpan, InRowSpan) == 0x000000, "Member 'GridSlot_SetRowSpan::InRowSpan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetVerticalAlignment \ +static_assert(alignof(GridSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on GridSlot_SetVerticalAlignment"); \ +static_assert(sizeof(GridSlot_SetVerticalAlignment) == 0x000001, "Wrong size on GridSlot_SetVerticalAlignment"); \ +static_assert(offsetof(GridSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'GridSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGridSlot \ +static_assert(alignof(UGridSlot) == 0x000008, "Wrong alignment on UGridSlot"); \ +static_assert(sizeof(UGridSlot) == 0x000078, "Wrong size on UGridSlot"); \ +static_assert(offsetof(UGridSlot, Padding) == 0x000040, "Member 'UGridSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, HorizontalAlignment) == 0x000050, "Member 'UGridSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, VerticalAlignment) == 0x000051, "Member 'UGridSlot::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, Row) == 0x000054, "Member 'UGridSlot::Row' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, RowSpan) == 0x000058, "Member 'UGridSlot::RowSpan' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, Column) == 0x00005C, "Member 'UGridSlot::Column' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, ColumnSpan) == 0x000060, "Member 'UGridSlot::ColumnSpan' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, Layer) == 0x000064, "Member 'UGridSlot::Layer' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, Nudge) == 0x000068, "Member 'UGridSlot::Nudge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HorizontalBox_AddChildToHorizontalBox \ +static_assert(alignof(HorizontalBox_AddChildToHorizontalBox) == 0x000008, "Wrong alignment on HorizontalBox_AddChildToHorizontalBox"); \ +static_assert(sizeof(HorizontalBox_AddChildToHorizontalBox) == 0x000010, "Wrong size on HorizontalBox_AddChildToHorizontalBox"); \ +static_assert(offsetof(HorizontalBox_AddChildToHorizontalBox, Content) == 0x000000, "Member 'HorizontalBox_AddChildToHorizontalBox::Content' has a wrong offset!"); \ +static_assert(offsetof(HorizontalBox_AddChildToHorizontalBox, ReturnValue) == 0x000008, "Member 'HorizontalBox_AddChildToHorizontalBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHorizontalBox \ +static_assert(alignof(UHorizontalBox) == 0x000008, "Wrong alignment on UHorizontalBox"); \ +static_assert(sizeof(UHorizontalBox) == 0x000150, "Wrong size on UHorizontalBox"); \ + +#define DUMPER7_ASSERTS_HorizontalBoxSlot_SetHorizontalAlignment \ +static_assert(alignof(HorizontalBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on HorizontalBoxSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(HorizontalBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on HorizontalBoxSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(HorizontalBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'HorizontalBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HorizontalBoxSlot_SetPadding \ +static_assert(alignof(HorizontalBoxSlot_SetPadding) == 0x000004, "Wrong alignment on HorizontalBoxSlot_SetPadding"); \ +static_assert(sizeof(HorizontalBoxSlot_SetPadding) == 0x000010, "Wrong size on HorizontalBoxSlot_SetPadding"); \ +static_assert(offsetof(HorizontalBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'HorizontalBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HorizontalBoxSlot_SetSize \ +static_assert(alignof(HorizontalBoxSlot_SetSize) == 0x000004, "Wrong alignment on HorizontalBoxSlot_SetSize"); \ +static_assert(sizeof(HorizontalBoxSlot_SetSize) == 0x000008, "Wrong size on HorizontalBoxSlot_SetSize"); \ +static_assert(offsetof(HorizontalBoxSlot_SetSize, InSize) == 0x000000, "Member 'HorizontalBoxSlot_SetSize::InSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HorizontalBoxSlot_SetVerticalAlignment \ +static_assert(alignof(HorizontalBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on HorizontalBoxSlot_SetVerticalAlignment"); \ +static_assert(sizeof(HorizontalBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on HorizontalBoxSlot_SetVerticalAlignment"); \ +static_assert(offsetof(HorizontalBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'HorizontalBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHorizontalBoxSlot \ +static_assert(alignof(UHorizontalBoxSlot) == 0x000008, "Wrong alignment on UHorizontalBoxSlot"); \ +static_assert(sizeof(UHorizontalBoxSlot) == 0x000068, "Wrong size on UHorizontalBoxSlot"); \ +static_assert(offsetof(UHorizontalBoxSlot, Padding) == 0x000048, "Member 'UHorizontalBoxSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UHorizontalBoxSlot, Size) == 0x000058, "Member 'UHorizontalBoxSlot::Size' has a wrong offset!"); \ +static_assert(offsetof(UHorizontalBoxSlot, HorizontalAlignment) == 0x000060, "Member 'UHorizontalBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UHorizontalBoxSlot, VerticalAlignment) == 0x000061, "Member 'UHorizontalBoxSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_GetDynamicMaterial \ +static_assert(alignof(Image_GetDynamicMaterial) == 0x000008, "Wrong alignment on Image_GetDynamicMaterial"); \ +static_assert(sizeof(Image_GetDynamicMaterial) == 0x000008, "Wrong size on Image_GetDynamicMaterial"); \ +static_assert(offsetof(Image_GetDynamicMaterial, ReturnValue) == 0x000000, "Member 'Image_GetDynamicMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrush \ +static_assert(alignof(Image_SetBrush) == 0x000008, "Wrong alignment on Image_SetBrush"); \ +static_assert(sizeof(Image_SetBrush) == 0x000090, "Wrong size on Image_SetBrush"); \ +static_assert(offsetof(Image_SetBrush, InBrush) == 0x000000, "Member 'Image_SetBrush::InBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushFromAsset \ +static_assert(alignof(Image_SetBrushFromAsset) == 0x000008, "Wrong alignment on Image_SetBrushFromAsset"); \ +static_assert(sizeof(Image_SetBrushFromAsset) == 0x000008, "Wrong size on Image_SetBrushFromAsset"); \ +static_assert(offsetof(Image_SetBrushFromAsset, Asset) == 0x000000, "Member 'Image_SetBrushFromAsset::Asset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushFromAtlasInterface \ +static_assert(alignof(Image_SetBrushFromAtlasInterface) == 0x000008, "Wrong alignment on Image_SetBrushFromAtlasInterface"); \ +static_assert(sizeof(Image_SetBrushFromAtlasInterface) == 0x000018, "Wrong size on Image_SetBrushFromAtlasInterface"); \ +static_assert(offsetof(Image_SetBrushFromAtlasInterface, AtlasRegion) == 0x000000, "Member 'Image_SetBrushFromAtlasInterface::AtlasRegion' has a wrong offset!"); \ +static_assert(offsetof(Image_SetBrushFromAtlasInterface, bMatchSize) == 0x000010, "Member 'Image_SetBrushFromAtlasInterface::bMatchSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushFromMaterial \ +static_assert(alignof(Image_SetBrushFromMaterial) == 0x000008, "Wrong alignment on Image_SetBrushFromMaterial"); \ +static_assert(sizeof(Image_SetBrushFromMaterial) == 0x000008, "Wrong size on Image_SetBrushFromMaterial"); \ +static_assert(offsetof(Image_SetBrushFromMaterial, Material) == 0x000000, "Member 'Image_SetBrushFromMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushFromSoftMaterial \ +static_assert(alignof(Image_SetBrushFromSoftMaterial) == 0x000008, "Wrong alignment on Image_SetBrushFromSoftMaterial"); \ +static_assert(sizeof(Image_SetBrushFromSoftMaterial) == 0x000030, "Wrong size on Image_SetBrushFromSoftMaterial"); \ +static_assert(offsetof(Image_SetBrushFromSoftMaterial, SoftMaterial) == 0x000000, "Member 'Image_SetBrushFromSoftMaterial::SoftMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushFromSoftTexture \ +static_assert(alignof(Image_SetBrushFromSoftTexture) == 0x000008, "Wrong alignment on Image_SetBrushFromSoftTexture"); \ +static_assert(sizeof(Image_SetBrushFromSoftTexture) == 0x000038, "Wrong size on Image_SetBrushFromSoftTexture"); \ +static_assert(offsetof(Image_SetBrushFromSoftTexture, SoftTexture) == 0x000000, "Member 'Image_SetBrushFromSoftTexture::SoftTexture' has a wrong offset!"); \ +static_assert(offsetof(Image_SetBrushFromSoftTexture, bMatchSize) == 0x000030, "Member 'Image_SetBrushFromSoftTexture::bMatchSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushFromTexture \ +static_assert(alignof(Image_SetBrushFromTexture) == 0x000008, "Wrong alignment on Image_SetBrushFromTexture"); \ +static_assert(sizeof(Image_SetBrushFromTexture) == 0x000010, "Wrong size on Image_SetBrushFromTexture"); \ +static_assert(offsetof(Image_SetBrushFromTexture, Texture) == 0x000000, "Member 'Image_SetBrushFromTexture::Texture' has a wrong offset!"); \ +static_assert(offsetof(Image_SetBrushFromTexture, bMatchSize) == 0x000008, "Member 'Image_SetBrushFromTexture::bMatchSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushFromTextureDynamic \ +static_assert(alignof(Image_SetBrushFromTextureDynamic) == 0x000008, "Wrong alignment on Image_SetBrushFromTextureDynamic"); \ +static_assert(sizeof(Image_SetBrushFromTextureDynamic) == 0x000010, "Wrong size on Image_SetBrushFromTextureDynamic"); \ +static_assert(offsetof(Image_SetBrushFromTextureDynamic, Texture) == 0x000000, "Member 'Image_SetBrushFromTextureDynamic::Texture' has a wrong offset!"); \ +static_assert(offsetof(Image_SetBrushFromTextureDynamic, bMatchSize) == 0x000008, "Member 'Image_SetBrushFromTextureDynamic::bMatchSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushResourceObject \ +static_assert(alignof(Image_SetBrushResourceObject) == 0x000008, "Wrong alignment on Image_SetBrushResourceObject"); \ +static_assert(sizeof(Image_SetBrushResourceObject) == 0x000008, "Wrong size on Image_SetBrushResourceObject"); \ +static_assert(offsetof(Image_SetBrushResourceObject, ResourceObject) == 0x000000, "Member 'Image_SetBrushResourceObject::ResourceObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushSize \ +static_assert(alignof(Image_SetBrushSize) == 0x000004, "Wrong alignment on Image_SetBrushSize"); \ +static_assert(sizeof(Image_SetBrushSize) == 0x000008, "Wrong size on Image_SetBrushSize"); \ +static_assert(offsetof(Image_SetBrushSize, DesiredSize) == 0x000000, "Member 'Image_SetBrushSize::DesiredSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushTintColor \ +static_assert(alignof(Image_SetBrushTintColor) == 0x000008, "Wrong alignment on Image_SetBrushTintColor"); \ +static_assert(sizeof(Image_SetBrushTintColor) == 0x000028, "Wrong size on Image_SetBrushTintColor"); \ +static_assert(offsetof(Image_SetBrushTintColor, TintColor) == 0x000000, "Member 'Image_SetBrushTintColor::TintColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetColorAndOpacity \ +static_assert(alignof(Image_SetColorAndOpacity) == 0x000004, "Wrong alignment on Image_SetColorAndOpacity"); \ +static_assert(sizeof(Image_SetColorAndOpacity) == 0x000010, "Wrong size on Image_SetColorAndOpacity"); \ +static_assert(offsetof(Image_SetColorAndOpacity, InColorAndOpacity) == 0x000000, "Member 'Image_SetColorAndOpacity::InColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetOpacity \ +static_assert(alignof(Image_SetOpacity) == 0x000004, "Wrong alignment on Image_SetOpacity"); \ +static_assert(sizeof(Image_SetOpacity) == 0x000004, "Wrong size on Image_SetOpacity"); \ +static_assert(offsetof(Image_SetOpacity, InOpacity) == 0x000000, "Member 'Image_SetOpacity::InOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UImage \ +static_assert(alignof(UImage) == 0x000008, "Wrong alignment on UImage"); \ +static_assert(sizeof(UImage) == 0x000248, "Wrong size on UImage"); \ +static_assert(offsetof(UImage, Brush) == 0x000128, "Member 'UImage::Brush' has a wrong offset!"); \ +static_assert(offsetof(UImage, BrushDelegate) == 0x0001B8, "Member 'UImage::BrushDelegate' has a wrong offset!"); \ +static_assert(offsetof(UImage, ColorAndOpacity) == 0x0001CC, "Member 'UImage::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UImage, ColorAndOpacityDelegate) == 0x0001DC, "Member 'UImage::ColorAndOpacityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UImage, bFlipForRightToLeftFlowDirection) == 0x0001F0, "Member 'UImage::bFlipForRightToLeftFlowDirection' has a wrong offset!"); \ +static_assert(offsetof(UImage, OnMouseButtonDownEvent) == 0x0001F4, "Member 'UImage::OnMouseButtonDownEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_SetAllowGamepadKeys \ +static_assert(alignof(InputKeySelector_SetAllowGamepadKeys) == 0x000001, "Wrong alignment on InputKeySelector_SetAllowGamepadKeys"); \ +static_assert(sizeof(InputKeySelector_SetAllowGamepadKeys) == 0x000001, "Wrong size on InputKeySelector_SetAllowGamepadKeys"); \ +static_assert(offsetof(InputKeySelector_SetAllowGamepadKeys, bInAllowGamepadKeys) == 0x000000, "Member 'InputKeySelector_SetAllowGamepadKeys::bInAllowGamepadKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_SetAllowModifierKeys \ +static_assert(alignof(InputKeySelector_SetAllowModifierKeys) == 0x000001, "Wrong alignment on InputKeySelector_SetAllowModifierKeys"); \ +static_assert(sizeof(InputKeySelector_SetAllowModifierKeys) == 0x000001, "Wrong size on InputKeySelector_SetAllowModifierKeys"); \ +static_assert(offsetof(InputKeySelector_SetAllowModifierKeys, bInAllowModifierKeys) == 0x000000, "Member 'InputKeySelector_SetAllowModifierKeys::bInAllowModifierKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_SetEscapeKeys \ +static_assert(alignof(InputKeySelector_SetEscapeKeys) == 0x000008, "Wrong alignment on InputKeySelector_SetEscapeKeys"); \ +static_assert(sizeof(InputKeySelector_SetEscapeKeys) == 0x000010, "Wrong size on InputKeySelector_SetEscapeKeys"); \ +static_assert(offsetof(InputKeySelector_SetEscapeKeys, InKeys) == 0x000000, "Member 'InputKeySelector_SetEscapeKeys::InKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_SetKeySelectionText \ +static_assert(alignof(InputKeySelector_SetKeySelectionText) == 0x000008, "Wrong alignment on InputKeySelector_SetKeySelectionText"); \ +static_assert(sizeof(InputKeySelector_SetKeySelectionText) == 0x000018, "Wrong size on InputKeySelector_SetKeySelectionText"); \ +static_assert(offsetof(InputKeySelector_SetKeySelectionText, InKeySelectionText) == 0x000000, "Member 'InputKeySelector_SetKeySelectionText::InKeySelectionText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_SetNoKeySpecifiedText \ +static_assert(alignof(InputKeySelector_SetNoKeySpecifiedText) == 0x000008, "Wrong alignment on InputKeySelector_SetNoKeySpecifiedText"); \ +static_assert(sizeof(InputKeySelector_SetNoKeySpecifiedText) == 0x000018, "Wrong size on InputKeySelector_SetNoKeySpecifiedText"); \ +static_assert(offsetof(InputKeySelector_SetNoKeySpecifiedText, InNoKeySpecifiedText) == 0x000000, "Member 'InputKeySelector_SetNoKeySpecifiedText::InNoKeySpecifiedText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_SetSelectedKey \ +static_assert(alignof(InputKeySelector_SetSelectedKey) == 0x000008, "Wrong alignment on InputKeySelector_SetSelectedKey"); \ +static_assert(sizeof(InputKeySelector_SetSelectedKey) == 0x000028, "Wrong size on InputKeySelector_SetSelectedKey"); \ +static_assert(offsetof(InputKeySelector_SetSelectedKey, InSelectedKey) == 0x000000, "Member 'InputKeySelector_SetSelectedKey::InSelectedKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_SetTextBlockVisibility \ +static_assert(alignof(InputKeySelector_SetTextBlockVisibility) == 0x000001, "Wrong alignment on InputKeySelector_SetTextBlockVisibility"); \ +static_assert(sizeof(InputKeySelector_SetTextBlockVisibility) == 0x000001, "Wrong size on InputKeySelector_SetTextBlockVisibility"); \ +static_assert(offsetof(InputKeySelector_SetTextBlockVisibility, InVisibility) == 0x000000, "Member 'InputKeySelector_SetTextBlockVisibility::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_GetIsSelectingKey \ +static_assert(alignof(InputKeySelector_GetIsSelectingKey) == 0x000001, "Wrong alignment on InputKeySelector_GetIsSelectingKey"); \ +static_assert(sizeof(InputKeySelector_GetIsSelectingKey) == 0x000001, "Wrong size on InputKeySelector_GetIsSelectingKey"); \ +static_assert(offsetof(InputKeySelector_GetIsSelectingKey, ReturnValue) == 0x000000, "Member 'InputKeySelector_GetIsSelectingKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputKeySelector \ +static_assert(alignof(UInputKeySelector) == 0x000008, "Wrong alignment on UInputKeySelector"); \ +static_assert(sizeof(UInputKeySelector) == 0x000780, "Wrong size on UInputKeySelector"); \ +static_assert(offsetof(UInputKeySelector, WidgetStyle) == 0x000128, "Member 'UInputKeySelector::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, TextStyle) == 0x0003D0, "Member 'UInputKeySelector::TextStyle' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, SelectedKey) == 0x000660, "Member 'UInputKeySelector::SelectedKey' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, Font) == 0x000688, "Member 'UInputKeySelector::Font' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, Margin) == 0x0006E8, "Member 'UInputKeySelector::Margin' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, ColorAndOpacity) == 0x0006F8, "Member 'UInputKeySelector::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, KeySelectionText) == 0x000708, "Member 'UInputKeySelector::KeySelectionText' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, NoKeySpecifiedText) == 0x000720, "Member 'UInputKeySelector::NoKeySpecifiedText' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, bAllowModifierKeys) == 0x000738, "Member 'UInputKeySelector::bAllowModifierKeys' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, bAllowGamepadKeys) == 0x000739, "Member 'UInputKeySelector::bAllowGamepadKeys' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, EscapeKeys) == 0x000740, "Member 'UInputKeySelector::EscapeKeys' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, OnKeySelected) == 0x000750, "Member 'UInputKeySelector::OnKeySelected' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, OnIsSelectingKeyChanged) == 0x000760, "Member 'UInputKeySelector::OnIsSelectingKeyChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserListEntry_BP_OnItemExpansionChanged \ +static_assert(alignof(UserListEntry_BP_OnItemExpansionChanged) == 0x000001, "Wrong alignment on UserListEntry_BP_OnItemExpansionChanged"); \ +static_assert(sizeof(UserListEntry_BP_OnItemExpansionChanged) == 0x000001, "Wrong size on UserListEntry_BP_OnItemExpansionChanged"); \ +static_assert(offsetof(UserListEntry_BP_OnItemExpansionChanged, bIsExpanded) == 0x000000, "Member 'UserListEntry_BP_OnItemExpansionChanged::bIsExpanded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserListEntry_BP_OnItemSelectionChanged \ +static_assert(alignof(UserListEntry_BP_OnItemSelectionChanged) == 0x000001, "Wrong alignment on UserListEntry_BP_OnItemSelectionChanged"); \ +static_assert(sizeof(UserListEntry_BP_OnItemSelectionChanged) == 0x000001, "Wrong size on UserListEntry_BP_OnItemSelectionChanged"); \ +static_assert(offsetof(UserListEntry_BP_OnItemSelectionChanged, bIsSelected) == 0x000000, "Member 'UserListEntry_BP_OnItemSelectionChanged::bIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IUserListEntry \ +static_assert(alignof(IUserListEntry) == 0x000001, "Wrong alignment on IUserListEntry"); \ +static_assert(sizeof(IUserListEntry) == 0x000001, "Wrong size on IUserListEntry"); \ + +#define DUMPER7_ASSERTS_UserListEntryLibrary_GetOwningListView \ +static_assert(alignof(UserListEntryLibrary_GetOwningListView) == 0x000008, "Wrong alignment on UserListEntryLibrary_GetOwningListView"); \ +static_assert(sizeof(UserListEntryLibrary_GetOwningListView) == 0x000018, "Wrong size on UserListEntryLibrary_GetOwningListView"); \ +static_assert(offsetof(UserListEntryLibrary_GetOwningListView, UserListEntry) == 0x000000, "Member 'UserListEntryLibrary_GetOwningListView::UserListEntry' has a wrong offset!"); \ +static_assert(offsetof(UserListEntryLibrary_GetOwningListView, ReturnValue) == 0x000010, "Member 'UserListEntryLibrary_GetOwningListView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserListEntryLibrary_IsListItemExpanded \ +static_assert(alignof(UserListEntryLibrary_IsListItemExpanded) == 0x000008, "Wrong alignment on UserListEntryLibrary_IsListItemExpanded"); \ +static_assert(sizeof(UserListEntryLibrary_IsListItemExpanded) == 0x000018, "Wrong size on UserListEntryLibrary_IsListItemExpanded"); \ +static_assert(offsetof(UserListEntryLibrary_IsListItemExpanded, UserListEntry) == 0x000000, "Member 'UserListEntryLibrary_IsListItemExpanded::UserListEntry' has a wrong offset!"); \ +static_assert(offsetof(UserListEntryLibrary_IsListItemExpanded, ReturnValue) == 0x000010, "Member 'UserListEntryLibrary_IsListItemExpanded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserListEntryLibrary_IsListItemSelected \ +static_assert(alignof(UserListEntryLibrary_IsListItemSelected) == 0x000008, "Wrong alignment on UserListEntryLibrary_IsListItemSelected"); \ +static_assert(sizeof(UserListEntryLibrary_IsListItemSelected) == 0x000018, "Wrong size on UserListEntryLibrary_IsListItemSelected"); \ +static_assert(offsetof(UserListEntryLibrary_IsListItemSelected, UserListEntry) == 0x000000, "Member 'UserListEntryLibrary_IsListItemSelected::UserListEntry' has a wrong offset!"); \ +static_assert(offsetof(UserListEntryLibrary_IsListItemSelected, ReturnValue) == 0x000010, "Member 'UserListEntryLibrary_IsListItemSelected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUserListEntryLibrary \ +static_assert(alignof(UUserListEntryLibrary) == 0x000008, "Wrong alignment on UUserListEntryLibrary"); \ +static_assert(sizeof(UUserListEntryLibrary) == 0x000030, "Wrong size on UUserListEntryLibrary"); \ + +#define DUMPER7_ASSERTS_UserObjectListEntry_OnListItemObjectSet \ +static_assert(alignof(UserObjectListEntry_OnListItemObjectSet) == 0x000008, "Wrong alignment on UserObjectListEntry_OnListItemObjectSet"); \ +static_assert(sizeof(UserObjectListEntry_OnListItemObjectSet) == 0x000008, "Wrong size on UserObjectListEntry_OnListItemObjectSet"); \ +static_assert(offsetof(UserObjectListEntry_OnListItemObjectSet, ListItemObject) == 0x000000, "Member 'UserObjectListEntry_OnListItemObjectSet::ListItemObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IUserObjectListEntry \ +static_assert(alignof(IUserObjectListEntry) == 0x000001, "Wrong alignment on IUserObjectListEntry"); \ +static_assert(sizeof(IUserObjectListEntry) == 0x000001, "Wrong size on IUserObjectListEntry"); \ + +#define DUMPER7_ASSERTS_UserObjectListEntryLibrary_GetListItemObject \ +static_assert(alignof(UserObjectListEntryLibrary_GetListItemObject) == 0x000008, "Wrong alignment on UserObjectListEntryLibrary_GetListItemObject"); \ +static_assert(sizeof(UserObjectListEntryLibrary_GetListItemObject) == 0x000018, "Wrong size on UserObjectListEntryLibrary_GetListItemObject"); \ +static_assert(offsetof(UserObjectListEntryLibrary_GetListItemObject, UserObjectListEntry) == 0x000000, "Member 'UserObjectListEntryLibrary_GetListItemObject::UserObjectListEntry' has a wrong offset!"); \ +static_assert(offsetof(UserObjectListEntryLibrary_GetListItemObject, ReturnValue) == 0x000010, "Member 'UserObjectListEntryLibrary_GetListItemObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUserObjectListEntryLibrary \ +static_assert(alignof(UUserObjectListEntryLibrary) == 0x000008, "Wrong alignment on UUserObjectListEntryLibrary"); \ +static_assert(sizeof(UUserObjectListEntryLibrary) == 0x000030, "Wrong size on UUserObjectListEntryLibrary"); \ + +#define DUMPER7_ASSERTS_ListViewBase_SetScrollbarVisibility \ +static_assert(alignof(ListViewBase_SetScrollbarVisibility) == 0x000001, "Wrong alignment on ListViewBase_SetScrollbarVisibility"); \ +static_assert(sizeof(ListViewBase_SetScrollbarVisibility) == 0x000001, "Wrong size on ListViewBase_SetScrollbarVisibility"); \ +static_assert(offsetof(ListViewBase_SetScrollbarVisibility, InVisibility) == 0x000000, "Member 'ListViewBase_SetScrollbarVisibility::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListViewBase_SetScrollOffset \ +static_assert(alignof(ListViewBase_SetScrollOffset) == 0x000004, "Wrong alignment on ListViewBase_SetScrollOffset"); \ +static_assert(sizeof(ListViewBase_SetScrollOffset) == 0x000004, "Wrong size on ListViewBase_SetScrollOffset"); \ +static_assert(offsetof(ListViewBase_SetScrollOffset, InScrollOffset) == 0x000000, "Member 'ListViewBase_SetScrollOffset::InScrollOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListViewBase_SetWheelScrollMultiplier \ +static_assert(alignof(ListViewBase_SetWheelScrollMultiplier) == 0x000004, "Wrong alignment on ListViewBase_SetWheelScrollMultiplier"); \ +static_assert(sizeof(ListViewBase_SetWheelScrollMultiplier) == 0x000004, "Wrong size on ListViewBase_SetWheelScrollMultiplier"); \ +static_assert(offsetof(ListViewBase_SetWheelScrollMultiplier, NewWheelScrollMultiplier) == 0x000000, "Member 'ListViewBase_SetWheelScrollMultiplier::NewWheelScrollMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListViewBase_GetDisplayedEntryWidgets \ +static_assert(alignof(ListViewBase_GetDisplayedEntryWidgets) == 0x000008, "Wrong alignment on ListViewBase_GetDisplayedEntryWidgets"); \ +static_assert(sizeof(ListViewBase_GetDisplayedEntryWidgets) == 0x000010, "Wrong size on ListViewBase_GetDisplayedEntryWidgets"); \ +static_assert(offsetof(ListViewBase_GetDisplayedEntryWidgets, ReturnValue) == 0x000000, "Member 'ListViewBase_GetDisplayedEntryWidgets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UListViewBase \ +static_assert(alignof(UListViewBase) == 0x000008, "Wrong alignment on UListViewBase"); \ +static_assert(sizeof(UListViewBase) == 0x000238, "Wrong size on UListViewBase"); \ +static_assert(offsetof(UListViewBase, EntryWidgetClass) == 0x000128, "Member 'UListViewBase::EntryWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, WheelScrollMultiplier) == 0x000130, "Member 'UListViewBase::WheelScrollMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, bEnableScrollAnimation) == 0x000134, "Member 'UListViewBase::bEnableScrollAnimation' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, bEnableFixedLineOffset) == 0x000135, "Member 'UListViewBase::bEnableFixedLineOffset' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, FixedLineScrollOffset) == 0x000138, "Member 'UListViewBase::FixedLineScrollOffset' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, BP_OnEntryGenerated) == 0x000140, "Member 'UListViewBase::BP_OnEntryGenerated' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, BP_OnEntryReleased) == 0x000150, "Member 'UListViewBase::BP_OnEntryReleased' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, EntryWidgetPool) == 0x000160, "Member 'UListViewBase::EntryWidgetPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_AddItem \ +static_assert(alignof(ListView_AddItem) == 0x000008, "Wrong alignment on ListView_AddItem"); \ +static_assert(sizeof(ListView_AddItem) == 0x000008, "Wrong size on ListView_AddItem"); \ +static_assert(offsetof(ListView_AddItem, Item) == 0x000000, "Member 'ListView_AddItem::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_BP_NavigateToItem \ +static_assert(alignof(ListView_BP_NavigateToItem) == 0x000008, "Wrong alignment on ListView_BP_NavigateToItem"); \ +static_assert(sizeof(ListView_BP_NavigateToItem) == 0x000008, "Wrong size on ListView_BP_NavigateToItem"); \ +static_assert(offsetof(ListView_BP_NavigateToItem, Item) == 0x000000, "Member 'ListView_BP_NavigateToItem::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_BP_ScrollItemIntoView \ +static_assert(alignof(ListView_BP_ScrollItemIntoView) == 0x000008, "Wrong alignment on ListView_BP_ScrollItemIntoView"); \ +static_assert(sizeof(ListView_BP_ScrollItemIntoView) == 0x000008, "Wrong size on ListView_BP_ScrollItemIntoView"); \ +static_assert(offsetof(ListView_BP_ScrollItemIntoView, Item) == 0x000000, "Member 'ListView_BP_ScrollItemIntoView::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_BP_SetItemSelection \ +static_assert(alignof(ListView_BP_SetItemSelection) == 0x000008, "Wrong alignment on ListView_BP_SetItemSelection"); \ +static_assert(sizeof(ListView_BP_SetItemSelection) == 0x000010, "Wrong size on ListView_BP_SetItemSelection"); \ +static_assert(offsetof(ListView_BP_SetItemSelection, Item) == 0x000000, "Member 'ListView_BP_SetItemSelection::Item' has a wrong offset!"); \ +static_assert(offsetof(ListView_BP_SetItemSelection, bSelected) == 0x000008, "Member 'ListView_BP_SetItemSelection::bSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_BP_SetListItems \ +static_assert(alignof(ListView_BP_SetListItems) == 0x000008, "Wrong alignment on ListView_BP_SetListItems"); \ +static_assert(sizeof(ListView_BP_SetListItems) == 0x000010, "Wrong size on ListView_BP_SetListItems"); \ +static_assert(offsetof(ListView_BP_SetListItems, InListItems) == 0x000000, "Member 'ListView_BP_SetListItems::InListItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_BP_SetSelectedItem \ +static_assert(alignof(ListView_BP_SetSelectedItem) == 0x000008, "Wrong alignment on ListView_BP_SetSelectedItem"); \ +static_assert(sizeof(ListView_BP_SetSelectedItem) == 0x000008, "Wrong size on ListView_BP_SetSelectedItem"); \ +static_assert(offsetof(ListView_BP_SetSelectedItem, Item) == 0x000000, "Member 'ListView_BP_SetSelectedItem::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_NavigateToIndex \ +static_assert(alignof(ListView_NavigateToIndex) == 0x000004, "Wrong alignment on ListView_NavigateToIndex"); \ +static_assert(sizeof(ListView_NavigateToIndex) == 0x000004, "Wrong size on ListView_NavigateToIndex"); \ +static_assert(offsetof(ListView_NavigateToIndex, Index_0) == 0x000000, "Member 'ListView_NavigateToIndex::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_RemoveItem \ +static_assert(alignof(ListView_RemoveItem) == 0x000008, "Wrong alignment on ListView_RemoveItem"); \ +static_assert(sizeof(ListView_RemoveItem) == 0x000008, "Wrong size on ListView_RemoveItem"); \ +static_assert(offsetof(ListView_RemoveItem, Item) == 0x000000, "Member 'ListView_RemoveItem::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_ScrollIndexIntoView \ +static_assert(alignof(ListView_ScrollIndexIntoView) == 0x000004, "Wrong alignment on ListView_ScrollIndexIntoView"); \ +static_assert(sizeof(ListView_ScrollIndexIntoView) == 0x000004, "Wrong size on ListView_ScrollIndexIntoView"); \ +static_assert(offsetof(ListView_ScrollIndexIntoView, Index_0) == 0x000000, "Member 'ListView_ScrollIndexIntoView::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_SetSelectedIndex \ +static_assert(alignof(ListView_SetSelectedIndex) == 0x000004, "Wrong alignment on ListView_SetSelectedIndex"); \ +static_assert(sizeof(ListView_SetSelectedIndex) == 0x000004, "Wrong size on ListView_SetSelectedIndex"); \ +static_assert(offsetof(ListView_SetSelectedIndex, Index_0) == 0x000000, "Member 'ListView_SetSelectedIndex::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_SetSelectionMode \ +static_assert(alignof(ListView_SetSelectionMode) == 0x000001, "Wrong alignment on ListView_SetSelectionMode"); \ +static_assert(sizeof(ListView_SetSelectionMode) == 0x000001, "Wrong size on ListView_SetSelectionMode"); \ +static_assert(offsetof(ListView_SetSelectionMode, SelectionMode_0) == 0x000000, "Member 'ListView_SetSelectionMode::SelectionMode_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_BP_GetNumItemsSelected \ +static_assert(alignof(ListView_BP_GetNumItemsSelected) == 0x000004, "Wrong alignment on ListView_BP_GetNumItemsSelected"); \ +static_assert(sizeof(ListView_BP_GetNumItemsSelected) == 0x000004, "Wrong size on ListView_BP_GetNumItemsSelected"); \ +static_assert(offsetof(ListView_BP_GetNumItemsSelected, ReturnValue) == 0x000000, "Member 'ListView_BP_GetNumItemsSelected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_BP_GetSelectedItem \ +static_assert(alignof(ListView_BP_GetSelectedItem) == 0x000008, "Wrong alignment on ListView_BP_GetSelectedItem"); \ +static_assert(sizeof(ListView_BP_GetSelectedItem) == 0x000008, "Wrong size on ListView_BP_GetSelectedItem"); \ +static_assert(offsetof(ListView_BP_GetSelectedItem, ReturnValue) == 0x000000, "Member 'ListView_BP_GetSelectedItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_BP_GetSelectedItems \ +static_assert(alignof(ListView_BP_GetSelectedItems) == 0x000008, "Wrong alignment on ListView_BP_GetSelectedItems"); \ +static_assert(sizeof(ListView_BP_GetSelectedItems) == 0x000018, "Wrong size on ListView_BP_GetSelectedItems"); \ +static_assert(offsetof(ListView_BP_GetSelectedItems, Items) == 0x000000, "Member 'ListView_BP_GetSelectedItems::Items' has a wrong offset!"); \ +static_assert(offsetof(ListView_BP_GetSelectedItems, ReturnValue) == 0x000010, "Member 'ListView_BP_GetSelectedItems::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_BP_IsItemVisible \ +static_assert(alignof(ListView_BP_IsItemVisible) == 0x000008, "Wrong alignment on ListView_BP_IsItemVisible"); \ +static_assert(sizeof(ListView_BP_IsItemVisible) == 0x000010, "Wrong size on ListView_BP_IsItemVisible"); \ +static_assert(offsetof(ListView_BP_IsItemVisible, Item) == 0x000000, "Member 'ListView_BP_IsItemVisible::Item' has a wrong offset!"); \ +static_assert(offsetof(ListView_BP_IsItemVisible, ReturnValue) == 0x000008, "Member 'ListView_BP_IsItemVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_GetIndexForItem \ +static_assert(alignof(ListView_GetIndexForItem) == 0x000008, "Wrong alignment on ListView_GetIndexForItem"); \ +static_assert(sizeof(ListView_GetIndexForItem) == 0x000010, "Wrong size on ListView_GetIndexForItem"); \ +static_assert(offsetof(ListView_GetIndexForItem, Item) == 0x000000, "Member 'ListView_GetIndexForItem::Item' has a wrong offset!"); \ +static_assert(offsetof(ListView_GetIndexForItem, ReturnValue) == 0x000008, "Member 'ListView_GetIndexForItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_GetItemAt \ +static_assert(alignof(ListView_GetItemAt) == 0x000008, "Wrong alignment on ListView_GetItemAt"); \ +static_assert(sizeof(ListView_GetItemAt) == 0x000010, "Wrong size on ListView_GetItemAt"); \ +static_assert(offsetof(ListView_GetItemAt, Index_0) == 0x000000, "Member 'ListView_GetItemAt::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ListView_GetItemAt, ReturnValue) == 0x000008, "Member 'ListView_GetItemAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_GetListItems \ +static_assert(alignof(ListView_GetListItems) == 0x000008, "Wrong alignment on ListView_GetListItems"); \ +static_assert(sizeof(ListView_GetListItems) == 0x000010, "Wrong size on ListView_GetListItems"); \ +static_assert(offsetof(ListView_GetListItems, ReturnValue) == 0x000000, "Member 'ListView_GetListItems::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_GetNumItems \ +static_assert(alignof(ListView_GetNumItems) == 0x000004, "Wrong alignment on ListView_GetNumItems"); \ +static_assert(sizeof(ListView_GetNumItems) == 0x000004, "Wrong size on ListView_GetNumItems"); \ +static_assert(offsetof(ListView_GetNumItems, ReturnValue) == 0x000000, "Member 'ListView_GetNumItems::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_IsRefreshPending \ +static_assert(alignof(ListView_IsRefreshPending) == 0x000001, "Wrong alignment on ListView_IsRefreshPending"); \ +static_assert(sizeof(ListView_IsRefreshPending) == 0x000001, "Wrong size on ListView_IsRefreshPending"); \ +static_assert(offsetof(ListView_IsRefreshPending, ReturnValue) == 0x000000, "Member 'ListView_IsRefreshPending::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UListView \ +static_assert(alignof(UListView) == 0x000008, "Wrong alignment on UListView"); \ +static_assert(sizeof(UListView) == 0x000388, "Wrong size on UListView"); \ +static_assert(offsetof(UListView, Orientation) == 0x0002F8, "Member 'UListView::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UListView, SelectionMode) == 0x0002F9, "Member 'UListView::SelectionMode' has a wrong offset!"); \ +static_assert(offsetof(UListView, ConsumeMouseWheel) == 0x0002FA, "Member 'UListView::ConsumeMouseWheel' has a wrong offset!"); \ +static_assert(offsetof(UListView, bClearSelectionOnClick) == 0x0002FB, "Member 'UListView::bClearSelectionOnClick' has a wrong offset!"); \ +static_assert(offsetof(UListView, bIsFocusable) == 0x0002FC, "Member 'UListView::bIsFocusable' has a wrong offset!"); \ +static_assert(offsetof(UListView, EntrySpacing) == 0x000300, "Member 'UListView::EntrySpacing' has a wrong offset!"); \ +static_assert(offsetof(UListView, bReturnFocusToSelection) == 0x000304, "Member 'UListView::bReturnFocusToSelection' has a wrong offset!"); \ +static_assert(offsetof(UListView, ListItems) == 0x000308, "Member 'UListView::ListItems' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnEntryInitialized) == 0x000328, "Member 'UListView::BP_OnEntryInitialized' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnItemClicked) == 0x000338, "Member 'UListView::BP_OnItemClicked' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnItemDoubleClicked) == 0x000348, "Member 'UListView::BP_OnItemDoubleClicked' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnItemIsHoveredChanged) == 0x000358, "Member 'UListView::BP_OnItemIsHoveredChanged' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnItemSelectionChanged) == 0x000368, "Member 'UListView::BP_OnItemSelectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnItemScrolledIntoView) == 0x000378, "Member 'UListView::BP_OnItemScrolledIntoView' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UListViewDesignerPreviewItem \ +static_assert(alignof(UListViewDesignerPreviewItem) == 0x000008, "Wrong alignment on UListViewDesignerPreviewItem"); \ +static_assert(sizeof(UListViewDesignerPreviewItem) == 0x000030, "Wrong size on UListViewDesignerPreviewItem"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_FitInWindow \ +static_assert(alignof(MenuAnchor_FitInWindow) == 0x000001, "Wrong alignment on MenuAnchor_FitInWindow"); \ +static_assert(sizeof(MenuAnchor_FitInWindow) == 0x000001, "Wrong size on MenuAnchor_FitInWindow"); \ +static_assert(offsetof(MenuAnchor_FitInWindow, bFit) == 0x000000, "Member 'MenuAnchor_FitInWindow::bFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_Open \ +static_assert(alignof(MenuAnchor_Open) == 0x000001, "Wrong alignment on MenuAnchor_Open"); \ +static_assert(sizeof(MenuAnchor_Open) == 0x000001, "Wrong size on MenuAnchor_Open"); \ +static_assert(offsetof(MenuAnchor_Open, bFocusMenu) == 0x000000, "Member 'MenuAnchor_Open::bFocusMenu' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_SetPlacement \ +static_assert(alignof(MenuAnchor_SetPlacement) == 0x000001, "Wrong alignment on MenuAnchor_SetPlacement"); \ +static_assert(sizeof(MenuAnchor_SetPlacement) == 0x000001, "Wrong size on MenuAnchor_SetPlacement"); \ +static_assert(offsetof(MenuAnchor_SetPlacement, InPlacement) == 0x000000, "Member 'MenuAnchor_SetPlacement::InPlacement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_ToggleOpen \ +static_assert(alignof(MenuAnchor_ToggleOpen) == 0x000001, "Wrong alignment on MenuAnchor_ToggleOpen"); \ +static_assert(sizeof(MenuAnchor_ToggleOpen) == 0x000001, "Wrong size on MenuAnchor_ToggleOpen"); \ +static_assert(offsetof(MenuAnchor_ToggleOpen, bFocusOnOpen) == 0x000000, "Member 'MenuAnchor_ToggleOpen::bFocusOnOpen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_GetMenuPosition \ +static_assert(alignof(MenuAnchor_GetMenuPosition) == 0x000004, "Wrong alignment on MenuAnchor_GetMenuPosition"); \ +static_assert(sizeof(MenuAnchor_GetMenuPosition) == 0x000008, "Wrong size on MenuAnchor_GetMenuPosition"); \ +static_assert(offsetof(MenuAnchor_GetMenuPosition, ReturnValue) == 0x000000, "Member 'MenuAnchor_GetMenuPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_HasOpenSubMenus \ +static_assert(alignof(MenuAnchor_HasOpenSubMenus) == 0x000001, "Wrong alignment on MenuAnchor_HasOpenSubMenus"); \ +static_assert(sizeof(MenuAnchor_HasOpenSubMenus) == 0x000001, "Wrong size on MenuAnchor_HasOpenSubMenus"); \ +static_assert(offsetof(MenuAnchor_HasOpenSubMenus, ReturnValue) == 0x000000, "Member 'MenuAnchor_HasOpenSubMenus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_IsOpen \ +static_assert(alignof(MenuAnchor_IsOpen) == 0x000001, "Wrong alignment on MenuAnchor_IsOpen"); \ +static_assert(sizeof(MenuAnchor_IsOpen) == 0x000001, "Wrong size on MenuAnchor_IsOpen"); \ +static_assert(offsetof(MenuAnchor_IsOpen, ReturnValue) == 0x000000, "Member 'MenuAnchor_IsOpen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_ShouldOpenDueToClick \ +static_assert(alignof(MenuAnchor_ShouldOpenDueToClick) == 0x000001, "Wrong alignment on MenuAnchor_ShouldOpenDueToClick"); \ +static_assert(sizeof(MenuAnchor_ShouldOpenDueToClick) == 0x000001, "Wrong size on MenuAnchor_ShouldOpenDueToClick"); \ +static_assert(offsetof(MenuAnchor_ShouldOpenDueToClick, ReturnValue) == 0x000000, "Member 'MenuAnchor_ShouldOpenDueToClick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMenuAnchor \ +static_assert(alignof(UMenuAnchor) == 0x000008, "Wrong alignment on UMenuAnchor"); \ +static_assert(sizeof(UMenuAnchor) == 0x000198, "Wrong size on UMenuAnchor"); \ +static_assert(offsetof(UMenuAnchor, MenuClass) == 0x000140, "Member 'UMenuAnchor::MenuClass' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, OnGetMenuContentEvent) == 0x000148, "Member 'UMenuAnchor::OnGetMenuContentEvent' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, OnGetUserMenuContentEvent) == 0x00015C, "Member 'UMenuAnchor::OnGetUserMenuContentEvent' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, Placement) == 0x000170, "Member 'UMenuAnchor::Placement' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, bFitInWindow) == 0x000171, "Member 'UMenuAnchor::bFitInWindow' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, ShouldDeferPaintingAfterWindowContent) == 0x000172, "Member 'UMenuAnchor::ShouldDeferPaintingAfterWindowContent' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, UseApplicationMenuStack) == 0x000173, "Member 'UMenuAnchor::UseApplicationMenuStack' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, OnMenuOpenChanged) == 0x000178, "Member 'UMenuAnchor::OnMenuOpenChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene2DTransformPropertySystem \ +static_assert(alignof(UMovieScene2DTransformPropertySystem) == 0x000008, "Wrong alignment on UMovieScene2DTransformPropertySystem"); \ +static_assert(sizeof(UMovieScene2DTransformPropertySystem) == 0x000060, "Wrong size on UMovieScene2DTransformPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieScene2DTransformSection \ +static_assert(alignof(UMovieScene2DTransformSection) == 0x000008, "Wrong alignment on UMovieScene2DTransformSection"); \ +static_assert(sizeof(UMovieScene2DTransformSection) == 0x000560, "Wrong size on UMovieScene2DTransformSection"); \ +static_assert(offsetof(UMovieScene2DTransformSection, TransformMask) == 0x0000F8, "Member 'UMovieScene2DTransformSection::TransformMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene2DTransformSection, Translation) == 0x000100, "Member 'UMovieScene2DTransformSection::Translation' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene2DTransformSection, Rotation) == 0x000240, "Member 'UMovieScene2DTransformSection::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene2DTransformSection, Scale) == 0x0002E0, "Member 'UMovieScene2DTransformSection::Scale' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene2DTransformSection, Shear) == 0x000420, "Member 'UMovieScene2DTransformSection::Shear' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene2DTransformTrack \ +static_assert(alignof(UMovieScene2DTransformTrack) == 0x000008, "Wrong alignment on UMovieScene2DTransformTrack"); \ +static_assert(sizeof(UMovieScene2DTransformTrack) == 0x0000D0, "Wrong size on UMovieScene2DTransformTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMarginPropertySystem \ +static_assert(alignof(UMovieSceneMarginPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneMarginPropertySystem"); \ +static_assert(sizeof(UMovieSceneMarginPropertySystem) == 0x000060, "Wrong size on UMovieSceneMarginPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMarginSection \ +static_assert(alignof(UMovieSceneMarginSection) == 0x000008, "Wrong alignment on UMovieSceneMarginSection"); \ +static_assert(sizeof(UMovieSceneMarginSection) == 0x000378, "Wrong size on UMovieSceneMarginSection"); \ +static_assert(offsetof(UMovieSceneMarginSection, TopCurve) == 0x0000F8, "Member 'UMovieSceneMarginSection::TopCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMarginSection, LeftCurve) == 0x000198, "Member 'UMovieSceneMarginSection::LeftCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMarginSection, RightCurve) == 0x000238, "Member 'UMovieSceneMarginSection::RightCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMarginSection, BottomCurve) == 0x0002D8, "Member 'UMovieSceneMarginSection::BottomCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMarginTrack \ +static_assert(alignof(UMovieSceneMarginTrack) == 0x000008, "Wrong alignment on UMovieSceneMarginTrack"); \ +static_assert(sizeof(UMovieSceneMarginTrack) == 0x0000D0, "Wrong size on UMovieSceneMarginTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneWidgetMaterialTrack \ +static_assert(alignof(UMovieSceneWidgetMaterialTrack) == 0x000008, "Wrong alignment on UMovieSceneWidgetMaterialTrack"); \ +static_assert(sizeof(UMovieSceneWidgetMaterialTrack) == 0x0000D0, "Wrong size on UMovieSceneWidgetMaterialTrack"); \ +static_assert(offsetof(UMovieSceneWidgetMaterialTrack, BrushPropertyNamePath) == 0x0000B0, "Member 'UMovieSceneWidgetMaterialTrack::BrushPropertyNamePath' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneWidgetMaterialTrack, TrackName) == 0x0000C0, "Member 'UMovieSceneWidgetMaterialTrack::TrackName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextLayoutWidget_SetJustification \ +static_assert(alignof(TextLayoutWidget_SetJustification) == 0x000001, "Wrong alignment on TextLayoutWidget_SetJustification"); \ +static_assert(sizeof(TextLayoutWidget_SetJustification) == 0x000001, "Wrong size on TextLayoutWidget_SetJustification"); \ +static_assert(offsetof(TextLayoutWidget_SetJustification, InJustification) == 0x000000, "Member 'TextLayoutWidget_SetJustification::InJustification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextLayoutWidget \ +static_assert(alignof(UTextLayoutWidget) == 0x000008, "Wrong alignment on UTextLayoutWidget"); \ +static_assert(sizeof(UTextLayoutWidget) == 0x000148, "Wrong size on UTextLayoutWidget"); \ +static_assert(offsetof(UTextLayoutWidget, ShapedTextOptions) == 0x000128, "Member 'UTextLayoutWidget::ShapedTextOptions' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, Justification) == 0x00012B, "Member 'UTextLayoutWidget::Justification' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, WrappingPolicy) == 0x00012C, "Member 'UTextLayoutWidget::WrappingPolicy' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, Casing) == 0x00012D, "Member 'UTextLayoutWidget::Casing' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, WrapTextAt) == 0x000130, "Member 'UTextLayoutWidget::WrapTextAt' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, Margin) == 0x000134, "Member 'UTextLayoutWidget::Margin' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, LineHeightPercentage) == 0x000144, "Member 'UTextLayoutWidget::LineHeightPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_SetHintText \ +static_assert(alignof(MultiLineEditableText_SetHintText) == 0x000008, "Wrong alignment on MultiLineEditableText_SetHintText"); \ +static_assert(sizeof(MultiLineEditableText_SetHintText) == 0x000018, "Wrong size on MultiLineEditableText_SetHintText"); \ +static_assert(offsetof(MultiLineEditableText_SetHintText, InHintText) == 0x000000, "Member 'MultiLineEditableText_SetHintText::InHintText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_SetIsReadOnly \ +static_assert(alignof(MultiLineEditableText_SetIsReadOnly) == 0x000001, "Wrong alignment on MultiLineEditableText_SetIsReadOnly"); \ +static_assert(sizeof(MultiLineEditableText_SetIsReadOnly) == 0x000001, "Wrong size on MultiLineEditableText_SetIsReadOnly"); \ +static_assert(offsetof(MultiLineEditableText_SetIsReadOnly, bReadOnly) == 0x000000, "Member 'MultiLineEditableText_SetIsReadOnly::bReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_SetText \ +static_assert(alignof(MultiLineEditableText_SetText) == 0x000008, "Wrong alignment on MultiLineEditableText_SetText"); \ +static_assert(sizeof(MultiLineEditableText_SetText) == 0x000018, "Wrong size on MultiLineEditableText_SetText"); \ +static_assert(offsetof(MultiLineEditableText_SetText, InText) == 0x000000, "Member 'MultiLineEditableText_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_SetWidgetStyle \ +static_assert(alignof(MultiLineEditableText_SetWidgetStyle) == 0x000008, "Wrong alignment on MultiLineEditableText_SetWidgetStyle"); \ +static_assert(sizeof(MultiLineEditableText_SetWidgetStyle) == 0x000290, "Wrong size on MultiLineEditableText_SetWidgetStyle"); \ +static_assert(offsetof(MultiLineEditableText_SetWidgetStyle, InWidgetStyle) == 0x000000, "Member 'MultiLineEditableText_SetWidgetStyle::InWidgetStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_GetHintText \ +static_assert(alignof(MultiLineEditableText_GetHintText) == 0x000008, "Wrong alignment on MultiLineEditableText_GetHintText"); \ +static_assert(sizeof(MultiLineEditableText_GetHintText) == 0x000018, "Wrong size on MultiLineEditableText_GetHintText"); \ +static_assert(offsetof(MultiLineEditableText_GetHintText, ReturnValue) == 0x000000, "Member 'MultiLineEditableText_GetHintText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_GetText \ +static_assert(alignof(MultiLineEditableText_GetText) == 0x000008, "Wrong alignment on MultiLineEditableText_GetText"); \ +static_assert(sizeof(MultiLineEditableText_GetText) == 0x000018, "Wrong size on MultiLineEditableText_GetText"); \ +static_assert(offsetof(MultiLineEditableText_GetText, ReturnValue) == 0x000000, "Member 'MultiLineEditableText_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMultiLineEditableText \ +static_assert(alignof(UMultiLineEditableText) == 0x000008, "Wrong alignment on UMultiLineEditableText"); \ +static_assert(sizeof(UMultiLineEditableText) == 0x0004C0, "Wrong size on UMultiLineEditableText"); \ +static_assert(offsetof(UMultiLineEditableText, Text) == 0x000148, "Member 'UMultiLineEditableText::Text' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, HintText) == 0x000160, "Member 'UMultiLineEditableText::HintText' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, HintTextDelegate) == 0x000178, "Member 'UMultiLineEditableText::HintTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, WidgetStyle) == 0x000190, "Member 'UMultiLineEditableText::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, bIsReadOnly) == 0x000420, "Member 'UMultiLineEditableText::bIsReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, Font) == 0x000428, "Member 'UMultiLineEditableText::Font' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, SelectAllTextWhenFocused) == 0x000488, "Member 'UMultiLineEditableText::SelectAllTextWhenFocused' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, ClearTextSelectionOnFocusLoss) == 0x000489, "Member 'UMultiLineEditableText::ClearTextSelectionOnFocusLoss' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, RevertTextOnEscape) == 0x00048A, "Member 'UMultiLineEditableText::RevertTextOnEscape' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, ClearKeyboardFocusOnCommit) == 0x00048B, "Member 'UMultiLineEditableText::ClearKeyboardFocusOnCommit' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, AllowContextMenu) == 0x00048C, "Member 'UMultiLineEditableText::AllowContextMenu' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, VirtualKeyboardOptions) == 0x00048D, "Member 'UMultiLineEditableText::VirtualKeyboardOptions' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, VirtualKeyboardDismissAction) == 0x00048E, "Member 'UMultiLineEditableText::VirtualKeyboardDismissAction' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, OnTextChanged) == 0x000490, "Member 'UMultiLineEditableText::OnTextChanged' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, OnTextCommitted) == 0x0004A0, "Member 'UMultiLineEditableText::OnTextCommitted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetError \ +static_assert(alignof(MultiLineEditableTextBox_SetError) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_SetError"); \ +static_assert(sizeof(MultiLineEditableTextBox_SetError) == 0x000018, "Wrong size on MultiLineEditableTextBox_SetError"); \ +static_assert(offsetof(MultiLineEditableTextBox_SetError, InError) == 0x000000, "Member 'MultiLineEditableTextBox_SetError::InError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetHintText \ +static_assert(alignof(MultiLineEditableTextBox_SetHintText) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_SetHintText"); \ +static_assert(sizeof(MultiLineEditableTextBox_SetHintText) == 0x000018, "Wrong size on MultiLineEditableTextBox_SetHintText"); \ +static_assert(offsetof(MultiLineEditableTextBox_SetHintText, InHintText) == 0x000000, "Member 'MultiLineEditableTextBox_SetHintText::InHintText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetIsReadOnly \ +static_assert(alignof(MultiLineEditableTextBox_SetIsReadOnly) == 0x000001, "Wrong alignment on MultiLineEditableTextBox_SetIsReadOnly"); \ +static_assert(sizeof(MultiLineEditableTextBox_SetIsReadOnly) == 0x000001, "Wrong size on MultiLineEditableTextBox_SetIsReadOnly"); \ +static_assert(offsetof(MultiLineEditableTextBox_SetIsReadOnly, bReadOnly) == 0x000000, "Member 'MultiLineEditableTextBox_SetIsReadOnly::bReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetText \ +static_assert(alignof(MultiLineEditableTextBox_SetText) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_SetText"); \ +static_assert(sizeof(MultiLineEditableTextBox_SetText) == 0x000018, "Wrong size on MultiLineEditableTextBox_SetText"); \ +static_assert(offsetof(MultiLineEditableTextBox_SetText, InText) == 0x000000, "Member 'MultiLineEditableTextBox_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetTextStyle \ +static_assert(alignof(MultiLineEditableTextBox_SetTextStyle) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_SetTextStyle"); \ +static_assert(sizeof(MultiLineEditableTextBox_SetTextStyle) == 0x000290, "Wrong size on MultiLineEditableTextBox_SetTextStyle"); \ +static_assert(offsetof(MultiLineEditableTextBox_SetTextStyle, InTextStyle) == 0x000000, "Member 'MultiLineEditableTextBox_SetTextStyle::InTextStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_GetHintText \ +static_assert(alignof(MultiLineEditableTextBox_GetHintText) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_GetHintText"); \ +static_assert(sizeof(MultiLineEditableTextBox_GetHintText) == 0x000018, "Wrong size on MultiLineEditableTextBox_GetHintText"); \ +static_assert(offsetof(MultiLineEditableTextBox_GetHintText, ReturnValue) == 0x000000, "Member 'MultiLineEditableTextBox_GetHintText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_GetText \ +static_assert(alignof(MultiLineEditableTextBox_GetText) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_GetText"); \ +static_assert(sizeof(MultiLineEditableTextBox_GetText) == 0x000018, "Wrong size on MultiLineEditableTextBox_GetText"); \ +static_assert(offsetof(MultiLineEditableTextBox_GetText, ReturnValue) == 0x000000, "Member 'MultiLineEditableTextBox_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMultiLineEditableTextBox \ +static_assert(alignof(UMultiLineEditableTextBox) == 0x000008, "Wrong alignment on UMultiLineEditableTextBox"); \ +static_assert(sizeof(UMultiLineEditableTextBox) == 0x000D58, "Wrong size on UMultiLineEditableTextBox"); \ +static_assert(offsetof(UMultiLineEditableTextBox, Text) == 0x000148, "Member 'UMultiLineEditableTextBox::Text' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, HintText) == 0x000160, "Member 'UMultiLineEditableTextBox::HintText' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, HintTextDelegate) == 0x000178, "Member 'UMultiLineEditableTextBox::HintTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, WidgetStyle) == 0x000190, "Member 'UMultiLineEditableTextBox::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, TextStyle) == 0x0009F8, "Member 'UMultiLineEditableTextBox::TextStyle' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, bIsReadOnly) == 0x000C88, "Member 'UMultiLineEditableTextBox::bIsReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, AllowContextMenu) == 0x000C89, "Member 'UMultiLineEditableTextBox::AllowContextMenu' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, VirtualKeyboardOptions) == 0x000C8A, "Member 'UMultiLineEditableTextBox::VirtualKeyboardOptions' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, VirtualKeyboardDismissAction) == 0x000C8B, "Member 'UMultiLineEditableTextBox::VirtualKeyboardDismissAction' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, Style) == 0x000C90, "Member 'UMultiLineEditableTextBox::Style' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, Font) == 0x000C98, "Member 'UMultiLineEditableTextBox::Font' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, ForegroundColor) == 0x000CF8, "Member 'UMultiLineEditableTextBox::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, BackgroundColor) == 0x000D08, "Member 'UMultiLineEditableTextBox::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, ReadOnlyForegroundColor) == 0x000D18, "Member 'UMultiLineEditableTextBox::ReadOnlyForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, OnTextChanged) == 0x000D28, "Member 'UMultiLineEditableTextBox::OnTextChanged' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, OnTextCommitted) == 0x000D38, "Member 'UMultiLineEditableTextBox::OnTextCommitted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNamedSlot \ +static_assert(alignof(UNamedSlot) == 0x000008, "Wrong alignment on UNamedSlot"); \ +static_assert(sizeof(UNamedSlot) == 0x000150, "Wrong size on UNamedSlot"); \ + +#define DUMPER7_ASSERTS_INamedSlotInterface \ +static_assert(alignof(INamedSlotInterface) == 0x000001, "Wrong alignment on INamedSlotInterface"); \ +static_assert(sizeof(INamedSlotInterface) == 0x000001, "Wrong size on INamedSlotInterface"); \ + +#define DUMPER7_ASSERTS_UNativeWidgetHost \ +static_assert(alignof(UNativeWidgetHost) == 0x000008, "Wrong alignment on UNativeWidgetHost"); \ +static_assert(sizeof(UNativeWidgetHost) == 0x000138, "Wrong size on UNativeWidgetHost"); \ + +#define DUMPER7_ASSERTS_Overlay_AddChildToOverlay \ +static_assert(alignof(Overlay_AddChildToOverlay) == 0x000008, "Wrong alignment on Overlay_AddChildToOverlay"); \ +static_assert(sizeof(Overlay_AddChildToOverlay) == 0x000010, "Wrong size on Overlay_AddChildToOverlay"); \ +static_assert(offsetof(Overlay_AddChildToOverlay, Content) == 0x000000, "Member 'Overlay_AddChildToOverlay::Content' has a wrong offset!"); \ +static_assert(offsetof(Overlay_AddChildToOverlay, ReturnValue) == 0x000008, "Member 'Overlay_AddChildToOverlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOverlay \ +static_assert(alignof(UOverlay) == 0x000008, "Wrong alignment on UOverlay"); \ +static_assert(sizeof(UOverlay) == 0x000150, "Wrong size on UOverlay"); \ + +#define DUMPER7_ASSERTS_OverlaySlot_SetHorizontalAlignment \ +static_assert(alignof(OverlaySlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on OverlaySlot_SetHorizontalAlignment"); \ +static_assert(sizeof(OverlaySlot_SetHorizontalAlignment) == 0x000001, "Wrong size on OverlaySlot_SetHorizontalAlignment"); \ +static_assert(offsetof(OverlaySlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'OverlaySlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OverlaySlot_SetPadding \ +static_assert(alignof(OverlaySlot_SetPadding) == 0x000004, "Wrong alignment on OverlaySlot_SetPadding"); \ +static_assert(sizeof(OverlaySlot_SetPadding) == 0x000010, "Wrong size on OverlaySlot_SetPadding"); \ +static_assert(offsetof(OverlaySlot_SetPadding, InPadding) == 0x000000, "Member 'OverlaySlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OverlaySlot_SetVerticalAlignment \ +static_assert(alignof(OverlaySlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on OverlaySlot_SetVerticalAlignment"); \ +static_assert(sizeof(OverlaySlot_SetVerticalAlignment) == 0x000001, "Wrong size on OverlaySlot_SetVerticalAlignment"); \ +static_assert(offsetof(OverlaySlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'OverlaySlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOverlaySlot \ +static_assert(alignof(UOverlaySlot) == 0x000008, "Wrong alignment on UOverlaySlot"); \ +static_assert(sizeof(UOverlaySlot) == 0x000060, "Wrong size on UOverlaySlot"); \ +static_assert(offsetof(UOverlaySlot, Padding) == 0x000048, "Member 'UOverlaySlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UOverlaySlot, HorizontalAlignment) == 0x000058, "Member 'UOverlaySlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UOverlaySlot, VerticalAlignment) == 0x000059, "Member 'UOverlaySlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProgressBar_SetFillColorAndOpacity \ +static_assert(alignof(ProgressBar_SetFillColorAndOpacity) == 0x000004, "Wrong alignment on ProgressBar_SetFillColorAndOpacity"); \ +static_assert(sizeof(ProgressBar_SetFillColorAndOpacity) == 0x000010, "Wrong size on ProgressBar_SetFillColorAndOpacity"); \ +static_assert(offsetof(ProgressBar_SetFillColorAndOpacity, InColor) == 0x000000, "Member 'ProgressBar_SetFillColorAndOpacity::InColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProgressBar_SetIsMarquee \ +static_assert(alignof(ProgressBar_SetIsMarquee) == 0x000001, "Wrong alignment on ProgressBar_SetIsMarquee"); \ +static_assert(sizeof(ProgressBar_SetIsMarquee) == 0x000001, "Wrong size on ProgressBar_SetIsMarquee"); \ +static_assert(offsetof(ProgressBar_SetIsMarquee, InbIsMarquee) == 0x000000, "Member 'ProgressBar_SetIsMarquee::InbIsMarquee' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProgressBar_SetPercent \ +static_assert(alignof(ProgressBar_SetPercent) == 0x000004, "Wrong alignment on ProgressBar_SetPercent"); \ +static_assert(sizeof(ProgressBar_SetPercent) == 0x000004, "Wrong size on ProgressBar_SetPercent"); \ +static_assert(offsetof(ProgressBar_SetPercent, InPercent) == 0x000000, "Member 'ProgressBar_SetPercent::InPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProgressBar \ +static_assert(alignof(UProgressBar) == 0x000008, "Wrong alignment on UProgressBar"); \ +static_assert(sizeof(UProgressBar) == 0x000358, "Wrong size on UProgressBar"); \ +static_assert(offsetof(UProgressBar, WidgetStyle) == 0x000128, "Member 'UProgressBar::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, Style) == 0x0002E0, "Member 'UProgressBar::Style' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, BackgroundImage) == 0x0002E8, "Member 'UProgressBar::BackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, FillImage) == 0x0002F0, "Member 'UProgressBar::FillImage' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, MarqueeImage) == 0x0002F8, "Member 'UProgressBar::MarqueeImage' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, Percent) == 0x000300, "Member 'UProgressBar::Percent' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, BarFillType) == 0x000304, "Member 'UProgressBar::BarFillType' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, bIsMarquee) == 0x000305, "Member 'UProgressBar::bIsMarquee' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, BorderPadding) == 0x000308, "Member 'UProgressBar::BorderPadding' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, PercentDelegate) == 0x000310, "Member 'UProgressBar::PercentDelegate' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, FillColorAndOpacity) == 0x000324, "Member 'UProgressBar::FillColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, FillColorAndOpacityDelegate) == 0x000334, "Member 'UProgressBar::FillColorAndOpacityDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RetainerBox_SetEffectMaterial \ +static_assert(alignof(RetainerBox_SetEffectMaterial) == 0x000008, "Wrong alignment on RetainerBox_SetEffectMaterial"); \ +static_assert(sizeof(RetainerBox_SetEffectMaterial) == 0x000008, "Wrong size on RetainerBox_SetEffectMaterial"); \ +static_assert(offsetof(RetainerBox_SetEffectMaterial, EffectMaterial_0) == 0x000000, "Member 'RetainerBox_SetEffectMaterial::EffectMaterial_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RetainerBox_SetRenderingPhase \ +static_assert(alignof(RetainerBox_SetRenderingPhase) == 0x000004, "Wrong alignment on RetainerBox_SetRenderingPhase"); \ +static_assert(sizeof(RetainerBox_SetRenderingPhase) == 0x000008, "Wrong size on RetainerBox_SetRenderingPhase"); \ +static_assert(offsetof(RetainerBox_SetRenderingPhase, RenderPhase) == 0x000000, "Member 'RetainerBox_SetRenderingPhase::RenderPhase' has a wrong offset!"); \ +static_assert(offsetof(RetainerBox_SetRenderingPhase, TotalPhases) == 0x000004, "Member 'RetainerBox_SetRenderingPhase::TotalPhases' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RetainerBox_SetRetainRendering \ +static_assert(alignof(RetainerBox_SetRetainRendering) == 0x000001, "Wrong alignment on RetainerBox_SetRetainRendering"); \ +static_assert(sizeof(RetainerBox_SetRetainRendering) == 0x000001, "Wrong size on RetainerBox_SetRetainRendering"); \ +static_assert(offsetof(RetainerBox_SetRetainRendering, bInRetainRendering) == 0x000000, "Member 'RetainerBox_SetRetainRendering::bInRetainRendering' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RetainerBox_SetTextureParameter \ +static_assert(alignof(RetainerBox_SetTextureParameter) == 0x000004, "Wrong alignment on RetainerBox_SetTextureParameter"); \ +static_assert(sizeof(RetainerBox_SetTextureParameter) == 0x00000C, "Wrong size on RetainerBox_SetTextureParameter"); \ +static_assert(offsetof(RetainerBox_SetTextureParameter, TextureParameter_0) == 0x000000, "Member 'RetainerBox_SetTextureParameter::TextureParameter_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RetainerBox_GetEffectMaterial \ +static_assert(alignof(RetainerBox_GetEffectMaterial) == 0x000008, "Wrong alignment on RetainerBox_GetEffectMaterial"); \ +static_assert(sizeof(RetainerBox_GetEffectMaterial) == 0x000008, "Wrong size on RetainerBox_GetEffectMaterial"); \ +static_assert(offsetof(RetainerBox_GetEffectMaterial, ReturnValue) == 0x000000, "Member 'RetainerBox_GetEffectMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URetainerBox \ +static_assert(alignof(URetainerBox) == 0x000008, "Wrong alignment on URetainerBox"); \ +static_assert(sizeof(URetainerBox) == 0x000178, "Wrong size on URetainerBox"); \ +static_assert(offsetof(URetainerBox, bRetainRender) == 0x000140, "Member 'URetainerBox::bRetainRender' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, RenderOnInvalidation) == 0x000141, "Member 'URetainerBox::RenderOnInvalidation' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, RenderOnPhase) == 0x000142, "Member 'URetainerBox::RenderOnPhase' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, Phase) == 0x000144, "Member 'URetainerBox::Phase' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, PhaseCount) == 0x000148, "Member 'URetainerBox::PhaseCount' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, EffectMaterial) == 0x000150, "Member 'URetainerBox::EffectMaterial' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, TextureParameter) == 0x000158, "Member 'URetainerBox::TextureParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_GetDecoratorByClass \ +static_assert(alignof(RichTextBlock_GetDecoratorByClass) == 0x000008, "Wrong alignment on RichTextBlock_GetDecoratorByClass"); \ +static_assert(sizeof(RichTextBlock_GetDecoratorByClass) == 0x000010, "Wrong size on RichTextBlock_GetDecoratorByClass"); \ +static_assert(offsetof(RichTextBlock_GetDecoratorByClass, DecoratorClass) == 0x000000, "Member 'RichTextBlock_GetDecoratorByClass::DecoratorClass' has a wrong offset!"); \ +static_assert(offsetof(RichTextBlock_GetDecoratorByClass, ReturnValue) == 0x000008, "Member 'RichTextBlock_GetDecoratorByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetAutoWrapText \ +static_assert(alignof(RichTextBlock_SetAutoWrapText) == 0x000001, "Wrong alignment on RichTextBlock_SetAutoWrapText"); \ +static_assert(sizeof(RichTextBlock_SetAutoWrapText) == 0x000001, "Wrong size on RichTextBlock_SetAutoWrapText"); \ +static_assert(offsetof(RichTextBlock_SetAutoWrapText, InAutoTextWrap) == 0x000000, "Member 'RichTextBlock_SetAutoWrapText::InAutoTextWrap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetDefaultColorAndOpacity \ +static_assert(alignof(RichTextBlock_SetDefaultColorAndOpacity) == 0x000008, "Wrong alignment on RichTextBlock_SetDefaultColorAndOpacity"); \ +static_assert(sizeof(RichTextBlock_SetDefaultColorAndOpacity) == 0x000028, "Wrong size on RichTextBlock_SetDefaultColorAndOpacity"); \ +static_assert(offsetof(RichTextBlock_SetDefaultColorAndOpacity, InColorAndOpacity) == 0x000000, "Member 'RichTextBlock_SetDefaultColorAndOpacity::InColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetDefaultFont \ +static_assert(alignof(RichTextBlock_SetDefaultFont) == 0x000008, "Wrong alignment on RichTextBlock_SetDefaultFont"); \ +static_assert(sizeof(RichTextBlock_SetDefaultFont) == 0x000060, "Wrong size on RichTextBlock_SetDefaultFont"); \ +static_assert(offsetof(RichTextBlock_SetDefaultFont, InFontInfo) == 0x000000, "Member 'RichTextBlock_SetDefaultFont::InFontInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetDefaultShadowColorAndOpacity \ +static_assert(alignof(RichTextBlock_SetDefaultShadowColorAndOpacity) == 0x000004, "Wrong alignment on RichTextBlock_SetDefaultShadowColorAndOpacity"); \ +static_assert(sizeof(RichTextBlock_SetDefaultShadowColorAndOpacity) == 0x000010, "Wrong size on RichTextBlock_SetDefaultShadowColorAndOpacity"); \ +static_assert(offsetof(RichTextBlock_SetDefaultShadowColorAndOpacity, InShadowColorAndOpacity) == 0x000000, "Member 'RichTextBlock_SetDefaultShadowColorAndOpacity::InShadowColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetDefaultShadowOffset \ +static_assert(alignof(RichTextBlock_SetDefaultShadowOffset) == 0x000004, "Wrong alignment on RichTextBlock_SetDefaultShadowOffset"); \ +static_assert(sizeof(RichTextBlock_SetDefaultShadowOffset) == 0x000008, "Wrong size on RichTextBlock_SetDefaultShadowOffset"); \ +static_assert(offsetof(RichTextBlock_SetDefaultShadowOffset, InShadowOffset) == 0x000000, "Member 'RichTextBlock_SetDefaultShadowOffset::InShadowOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetDefaultStrikeBrush \ +static_assert(alignof(RichTextBlock_SetDefaultStrikeBrush) == 0x000008, "Wrong alignment on RichTextBlock_SetDefaultStrikeBrush"); \ +static_assert(sizeof(RichTextBlock_SetDefaultStrikeBrush) == 0x000090, "Wrong size on RichTextBlock_SetDefaultStrikeBrush"); \ +static_assert(offsetof(RichTextBlock_SetDefaultStrikeBrush, InStrikeBrush) == 0x000000, "Member 'RichTextBlock_SetDefaultStrikeBrush::InStrikeBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetDefaultTextStyle \ +static_assert(alignof(RichTextBlock_SetDefaultTextStyle) == 0x000008, "Wrong alignment on RichTextBlock_SetDefaultTextStyle"); \ +static_assert(sizeof(RichTextBlock_SetDefaultTextStyle) == 0x000290, "Wrong size on RichTextBlock_SetDefaultTextStyle"); \ +static_assert(offsetof(RichTextBlock_SetDefaultTextStyle, InDefaultTextStyle) == 0x000000, "Member 'RichTextBlock_SetDefaultTextStyle::InDefaultTextStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetMinDesiredWidth \ +static_assert(alignof(RichTextBlock_SetMinDesiredWidth) == 0x000004, "Wrong alignment on RichTextBlock_SetMinDesiredWidth"); \ +static_assert(sizeof(RichTextBlock_SetMinDesiredWidth) == 0x000004, "Wrong size on RichTextBlock_SetMinDesiredWidth"); \ +static_assert(offsetof(RichTextBlock_SetMinDesiredWidth, InMinDesiredWidth) == 0x000000, "Member 'RichTextBlock_SetMinDesiredWidth::InMinDesiredWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetText \ +static_assert(alignof(RichTextBlock_SetText) == 0x000008, "Wrong alignment on RichTextBlock_SetText"); \ +static_assert(sizeof(RichTextBlock_SetText) == 0x000018, "Wrong size on RichTextBlock_SetText"); \ +static_assert(offsetof(RichTextBlock_SetText, InText) == 0x000000, "Member 'RichTextBlock_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetTextStyleSet \ +static_assert(alignof(RichTextBlock_SetTextStyleSet) == 0x000008, "Wrong alignment on RichTextBlock_SetTextStyleSet"); \ +static_assert(sizeof(RichTextBlock_SetTextStyleSet) == 0x000008, "Wrong size on RichTextBlock_SetTextStyleSet"); \ +static_assert(offsetof(RichTextBlock_SetTextStyleSet, NewTextStyleSet) == 0x000000, "Member 'RichTextBlock_SetTextStyleSet::NewTextStyleSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetTextTransformPolicy \ +static_assert(alignof(RichTextBlock_SetTextTransformPolicy) == 0x000001, "Wrong alignment on RichTextBlock_SetTextTransformPolicy"); \ +static_assert(sizeof(RichTextBlock_SetTextTransformPolicy) == 0x000001, "Wrong size on RichTextBlock_SetTextTransformPolicy"); \ +static_assert(offsetof(RichTextBlock_SetTextTransformPolicy, InTransformPolicy) == 0x000000, "Member 'RichTextBlock_SetTextTransformPolicy::InTransformPolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_GetText \ +static_assert(alignof(RichTextBlock_GetText) == 0x000008, "Wrong alignment on RichTextBlock_GetText"); \ +static_assert(sizeof(RichTextBlock_GetText) == 0x000018, "Wrong size on RichTextBlock_GetText"); \ +static_assert(offsetof(RichTextBlock_GetText, ReturnValue) == 0x000000, "Member 'RichTextBlock_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URichTextBlock \ +static_assert(alignof(URichTextBlock) == 0x000008, "Wrong alignment on URichTextBlock"); \ +static_assert(sizeof(URichTextBlock) == 0x0006D8, "Wrong size on URichTextBlock"); \ +static_assert(offsetof(URichTextBlock, Text) == 0x000148, "Member 'URichTextBlock::Text' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, TextStyleSet) == 0x000160, "Member 'URichTextBlock::TextStyleSet' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, DecoratorClasses) == 0x000168, "Member 'URichTextBlock::DecoratorClasses' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, bOverrideDefaultStyle) == 0x000178, "Member 'URichTextBlock::bOverrideDefaultStyle' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, DefaultTextStyleOverride) == 0x000180, "Member 'URichTextBlock::DefaultTextStyleOverride' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, MinDesiredWidth) == 0x000410, "Member 'URichTextBlock::MinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, TextTransformPolicy) == 0x000414, "Member 'URichTextBlock::TextTransformPolicy' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, DefaultTextStyle) == 0x000418, "Member 'URichTextBlock::DefaultTextStyle' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, InstanceDecorators) == 0x0006A8, "Member 'URichTextBlock::InstanceDecorators' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URichTextBlockDecorator \ +static_assert(alignof(URichTextBlockDecorator) == 0x000008, "Wrong alignment on URichTextBlockDecorator"); \ +static_assert(sizeof(URichTextBlockDecorator) == 0x000030, "Wrong size on URichTextBlockDecorator"); \ + +#define DUMPER7_ASSERTS_URichTextBlockImageDecorator \ +static_assert(alignof(URichTextBlockImageDecorator) == 0x000008, "Wrong alignment on URichTextBlockImageDecorator"); \ +static_assert(sizeof(URichTextBlockImageDecorator) == 0x000038, "Wrong size on URichTextBlockImageDecorator"); \ +static_assert(offsetof(URichTextBlockImageDecorator, ImageSet) == 0x000030, "Member 'URichTextBlockImageDecorator::ImageSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SafeZone_SetSidesToPad \ +static_assert(alignof(SafeZone_SetSidesToPad) == 0x000001, "Wrong alignment on SafeZone_SetSidesToPad"); \ +static_assert(sizeof(SafeZone_SetSidesToPad) == 0x000004, "Wrong size on SafeZone_SetSidesToPad"); \ +static_assert(offsetof(SafeZone_SetSidesToPad, InPadLeft) == 0x000000, "Member 'SafeZone_SetSidesToPad::InPadLeft' has a wrong offset!"); \ +static_assert(offsetof(SafeZone_SetSidesToPad, InPadRight) == 0x000001, "Member 'SafeZone_SetSidesToPad::InPadRight' has a wrong offset!"); \ +static_assert(offsetof(SafeZone_SetSidesToPad, InPadTop) == 0x000002, "Member 'SafeZone_SetSidesToPad::InPadTop' has a wrong offset!"); \ +static_assert(offsetof(SafeZone_SetSidesToPad, InPadBottom) == 0x000003, "Member 'SafeZone_SetSidesToPad::InPadBottom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USafeZone \ +static_assert(alignof(USafeZone) == 0x000008, "Wrong alignment on USafeZone"); \ +static_assert(sizeof(USafeZone) == 0x000158, "Wrong size on USafeZone"); \ +static_assert(offsetof(USafeZone, PadLeft) == 0x000140, "Member 'USafeZone::PadLeft' has a wrong offset!"); \ +static_assert(offsetof(USafeZone, PadRight) == 0x000141, "Member 'USafeZone::PadRight' has a wrong offset!"); \ +static_assert(offsetof(USafeZone, PadTop) == 0x000142, "Member 'USafeZone::PadTop' has a wrong offset!"); \ +static_assert(offsetof(USafeZone, PadBottom) == 0x000143, "Member 'USafeZone::PadBottom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USafeZoneSlot \ +static_assert(alignof(USafeZoneSlot) == 0x000008, "Wrong alignment on USafeZoneSlot"); \ +static_assert(sizeof(USafeZoneSlot) == 0x000068, "Wrong size on USafeZoneSlot"); \ +static_assert(offsetof(USafeZoneSlot, bIsTitleSafe) == 0x000040, "Member 'USafeZoneSlot::bIsTitleSafe' has a wrong offset!"); \ +static_assert(offsetof(USafeZoneSlot, SafeAreaScale) == 0x000044, "Member 'USafeZoneSlot::SafeAreaScale' has a wrong offset!"); \ +static_assert(offsetof(USafeZoneSlot, HAlign) == 0x000054, "Member 'USafeZoneSlot::HAlign' has a wrong offset!"); \ +static_assert(offsetof(USafeZoneSlot, VAlign) == 0x000055, "Member 'USafeZoneSlot::VAlign' has a wrong offset!"); \ +static_assert(offsetof(USafeZoneSlot, Padding) == 0x000058, "Member 'USafeZoneSlot::Padding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScaleBox_SetIgnoreInheritedScale \ +static_assert(alignof(ScaleBox_SetIgnoreInheritedScale) == 0x000001, "Wrong alignment on ScaleBox_SetIgnoreInheritedScale"); \ +static_assert(sizeof(ScaleBox_SetIgnoreInheritedScale) == 0x000001, "Wrong size on ScaleBox_SetIgnoreInheritedScale"); \ +static_assert(offsetof(ScaleBox_SetIgnoreInheritedScale, bInIgnoreInheritedScale) == 0x000000, "Member 'ScaleBox_SetIgnoreInheritedScale::bInIgnoreInheritedScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScaleBox_SetStretch \ +static_assert(alignof(ScaleBox_SetStretch) == 0x000001, "Wrong alignment on ScaleBox_SetStretch"); \ +static_assert(sizeof(ScaleBox_SetStretch) == 0x000001, "Wrong size on ScaleBox_SetStretch"); \ +static_assert(offsetof(ScaleBox_SetStretch, InStretch) == 0x000000, "Member 'ScaleBox_SetStretch::InStretch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScaleBox_SetStretchDirection \ +static_assert(alignof(ScaleBox_SetStretchDirection) == 0x000001, "Wrong alignment on ScaleBox_SetStretchDirection"); \ +static_assert(sizeof(ScaleBox_SetStretchDirection) == 0x000001, "Wrong size on ScaleBox_SetStretchDirection"); \ +static_assert(offsetof(ScaleBox_SetStretchDirection, InStretchDirection) == 0x000000, "Member 'ScaleBox_SetStretchDirection::InStretchDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScaleBox_SetUserSpecifiedScale \ +static_assert(alignof(ScaleBox_SetUserSpecifiedScale) == 0x000004, "Wrong alignment on ScaleBox_SetUserSpecifiedScale"); \ +static_assert(sizeof(ScaleBox_SetUserSpecifiedScale) == 0x000004, "Wrong size on ScaleBox_SetUserSpecifiedScale"); \ +static_assert(offsetof(ScaleBox_SetUserSpecifiedScale, InUserSpecifiedScale) == 0x000000, "Member 'ScaleBox_SetUserSpecifiedScale::InUserSpecifiedScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScaleBox \ +static_assert(alignof(UScaleBox) == 0x000008, "Wrong alignment on UScaleBox"); \ +static_assert(sizeof(UScaleBox) == 0x000160, "Wrong size on UScaleBox"); \ +static_assert(offsetof(UScaleBox, Stretch) == 0x000140, "Member 'UScaleBox::Stretch' has a wrong offset!"); \ +static_assert(offsetof(UScaleBox, StretchDirection) == 0x000141, "Member 'UScaleBox::StretchDirection' has a wrong offset!"); \ +static_assert(offsetof(UScaleBox, UserSpecifiedScale) == 0x000144, "Member 'UScaleBox::UserSpecifiedScale' has a wrong offset!"); \ +static_assert(offsetof(UScaleBox, IgnoreInheritedScale) == 0x000148, "Member 'UScaleBox::IgnoreInheritedScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScaleBoxSlot_SetHorizontalAlignment \ +static_assert(alignof(ScaleBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on ScaleBoxSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(ScaleBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on ScaleBoxSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(ScaleBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'ScaleBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScaleBoxSlot_SetPadding \ +static_assert(alignof(ScaleBoxSlot_SetPadding) == 0x000004, "Wrong alignment on ScaleBoxSlot_SetPadding"); \ +static_assert(sizeof(ScaleBoxSlot_SetPadding) == 0x000010, "Wrong size on ScaleBoxSlot_SetPadding"); \ +static_assert(offsetof(ScaleBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'ScaleBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScaleBoxSlot_SetVerticalAlignment \ +static_assert(alignof(ScaleBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on ScaleBoxSlot_SetVerticalAlignment"); \ +static_assert(sizeof(ScaleBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on ScaleBoxSlot_SetVerticalAlignment"); \ +static_assert(offsetof(ScaleBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'ScaleBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScaleBoxSlot \ +static_assert(alignof(UScaleBoxSlot) == 0x000008, "Wrong alignment on UScaleBoxSlot"); \ +static_assert(sizeof(UScaleBoxSlot) == 0x000068, "Wrong size on UScaleBoxSlot"); \ +static_assert(offsetof(UScaleBoxSlot, Padding) == 0x000040, "Member 'UScaleBoxSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UScaleBoxSlot, HorizontalAlignment) == 0x000050, "Member 'UScaleBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UScaleBoxSlot, VerticalAlignment) == 0x000051, "Member 'UScaleBoxSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBar_SetState \ +static_assert(alignof(ScrollBar_SetState) == 0x000004, "Wrong alignment on ScrollBar_SetState"); \ +static_assert(sizeof(ScrollBar_SetState) == 0x000008, "Wrong size on ScrollBar_SetState"); \ +static_assert(offsetof(ScrollBar_SetState, InOffsetFraction) == 0x000000, "Member 'ScrollBar_SetState::InOffsetFraction' has a wrong offset!"); \ +static_assert(offsetof(ScrollBar_SetState, InThumbSizeFraction) == 0x000004, "Member 'ScrollBar_SetState::InThumbSizeFraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScrollBar \ +static_assert(alignof(UScrollBar) == 0x000008, "Wrong alignment on UScrollBar"); \ +static_assert(sizeof(UScrollBar) == 0x000678, "Wrong size on UScrollBar"); \ +static_assert(offsetof(UScrollBar, WidgetStyle) == 0x000128, "Member 'UScrollBar::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, Style) == 0x000640, "Member 'UScrollBar::Style' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, bAlwaysShowScrollbar) == 0x000648, "Member 'UScrollBar::bAlwaysShowScrollbar' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, bAlwaysShowScrollbarTrack) == 0x000649, "Member 'UScrollBar::bAlwaysShowScrollbarTrack' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, Orientation) == 0x00064A, "Member 'UScrollBar::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, Thickness) == 0x00064C, "Member 'UScrollBar::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, Padding) == 0x000654, "Member 'UScrollBar::Padding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_ScrollWidgetIntoView \ +static_assert(alignof(ScrollBox_ScrollWidgetIntoView) == 0x000008, "Wrong alignment on ScrollBox_ScrollWidgetIntoView"); \ +static_assert(sizeof(ScrollBox_ScrollWidgetIntoView) == 0x000010, "Wrong size on ScrollBox_ScrollWidgetIntoView"); \ +static_assert(offsetof(ScrollBox_ScrollWidgetIntoView, WidgetToFind) == 0x000000, "Member 'ScrollBox_ScrollWidgetIntoView::WidgetToFind' has a wrong offset!"); \ +static_assert(offsetof(ScrollBox_ScrollWidgetIntoView, AnimateScroll) == 0x000008, "Member 'ScrollBox_ScrollWidgetIntoView::AnimateScroll' has a wrong offset!"); \ +static_assert(offsetof(ScrollBox_ScrollWidgetIntoView, ScrollDestination) == 0x000009, "Member 'ScrollBox_ScrollWidgetIntoView::ScrollDestination' has a wrong offset!"); \ +static_assert(offsetof(ScrollBox_ScrollWidgetIntoView, Padding) == 0x00000C, "Member 'ScrollBox_ScrollWidgetIntoView::Padding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_SetAllowOverscroll \ +static_assert(alignof(ScrollBox_SetAllowOverscroll) == 0x000001, "Wrong alignment on ScrollBox_SetAllowOverscroll"); \ +static_assert(sizeof(ScrollBox_SetAllowOverscroll) == 0x000001, "Wrong size on ScrollBox_SetAllowOverscroll"); \ +static_assert(offsetof(ScrollBox_SetAllowOverscroll, NewAllowOverscroll) == 0x000000, "Member 'ScrollBox_SetAllowOverscroll::NewAllowOverscroll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_SetAlwaysShowScrollbar \ +static_assert(alignof(ScrollBox_SetAlwaysShowScrollbar) == 0x000001, "Wrong alignment on ScrollBox_SetAlwaysShowScrollbar"); \ +static_assert(sizeof(ScrollBox_SetAlwaysShowScrollbar) == 0x000001, "Wrong size on ScrollBox_SetAlwaysShowScrollbar"); \ +static_assert(offsetof(ScrollBox_SetAlwaysShowScrollbar, NewAlwaysShowScrollbar) == 0x000000, "Member 'ScrollBox_SetAlwaysShowScrollbar::NewAlwaysShowScrollbar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_SetAnimateWheelScrolling \ +static_assert(alignof(ScrollBox_SetAnimateWheelScrolling) == 0x000001, "Wrong alignment on ScrollBox_SetAnimateWheelScrolling"); \ +static_assert(sizeof(ScrollBox_SetAnimateWheelScrolling) == 0x000001, "Wrong size on ScrollBox_SetAnimateWheelScrolling"); \ +static_assert(offsetof(ScrollBox_SetAnimateWheelScrolling, bShouldAnimateWheelScrolling) == 0x000000, "Member 'ScrollBox_SetAnimateWheelScrolling::bShouldAnimateWheelScrolling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_SetConsumeMouseWheel \ +static_assert(alignof(ScrollBox_SetConsumeMouseWheel) == 0x000001, "Wrong alignment on ScrollBox_SetConsumeMouseWheel"); \ +static_assert(sizeof(ScrollBox_SetConsumeMouseWheel) == 0x000001, "Wrong size on ScrollBox_SetConsumeMouseWheel"); \ +static_assert(offsetof(ScrollBox_SetConsumeMouseWheel, NewConsumeMouseWheel) == 0x000000, "Member 'ScrollBox_SetConsumeMouseWheel::NewConsumeMouseWheel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_SetOrientation \ +static_assert(alignof(ScrollBox_SetOrientation) == 0x000001, "Wrong alignment on ScrollBox_SetOrientation"); \ +static_assert(sizeof(ScrollBox_SetOrientation) == 0x000001, "Wrong size on ScrollBox_SetOrientation"); \ +static_assert(offsetof(ScrollBox_SetOrientation, NewOrientation) == 0x000000, "Member 'ScrollBox_SetOrientation::NewOrientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_SetScrollbarPadding \ +static_assert(alignof(ScrollBox_SetScrollbarPadding) == 0x000004, "Wrong alignment on ScrollBox_SetScrollbarPadding"); \ +static_assert(sizeof(ScrollBox_SetScrollbarPadding) == 0x000010, "Wrong size on ScrollBox_SetScrollbarPadding"); \ +static_assert(offsetof(ScrollBox_SetScrollbarPadding, NewScrollbarPadding) == 0x000000, "Member 'ScrollBox_SetScrollbarPadding::NewScrollbarPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_SetScrollbarThickness \ +static_assert(alignof(ScrollBox_SetScrollbarThickness) == 0x000004, "Wrong alignment on ScrollBox_SetScrollbarThickness"); \ +static_assert(sizeof(ScrollBox_SetScrollbarThickness) == 0x000008, "Wrong size on ScrollBox_SetScrollbarThickness"); \ +static_assert(offsetof(ScrollBox_SetScrollbarThickness, NewScrollbarThickness) == 0x000000, "Member 'ScrollBox_SetScrollbarThickness::NewScrollbarThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_SetScrollBarVisibility \ +static_assert(alignof(ScrollBox_SetScrollBarVisibility) == 0x000001, "Wrong alignment on ScrollBox_SetScrollBarVisibility"); \ +static_assert(sizeof(ScrollBox_SetScrollBarVisibility) == 0x000001, "Wrong size on ScrollBox_SetScrollBarVisibility"); \ +static_assert(offsetof(ScrollBox_SetScrollBarVisibility, NewScrollBarVisibility) == 0x000000, "Member 'ScrollBox_SetScrollBarVisibility::NewScrollBarVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_SetScrollOffset \ +static_assert(alignof(ScrollBox_SetScrollOffset) == 0x000004, "Wrong alignment on ScrollBox_SetScrollOffset"); \ +static_assert(sizeof(ScrollBox_SetScrollOffset) == 0x000004, "Wrong size on ScrollBox_SetScrollOffset"); \ +static_assert(offsetof(ScrollBox_SetScrollOffset, NewScrollOffset) == 0x000000, "Member 'ScrollBox_SetScrollOffset::NewScrollOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_SetScrollWhenFocusChanges \ +static_assert(alignof(ScrollBox_SetScrollWhenFocusChanges) == 0x000001, "Wrong alignment on ScrollBox_SetScrollWhenFocusChanges"); \ +static_assert(sizeof(ScrollBox_SetScrollWhenFocusChanges) == 0x000001, "Wrong size on ScrollBox_SetScrollWhenFocusChanges"); \ +static_assert(offsetof(ScrollBox_SetScrollWhenFocusChanges, NewScrollWhenFocusChanges) == 0x000000, "Member 'ScrollBox_SetScrollWhenFocusChanges::NewScrollWhenFocusChanges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_SetWheelScrollMultiplier \ +static_assert(alignof(ScrollBox_SetWheelScrollMultiplier) == 0x000004, "Wrong alignment on ScrollBox_SetWheelScrollMultiplier"); \ +static_assert(sizeof(ScrollBox_SetWheelScrollMultiplier) == 0x000004, "Wrong size on ScrollBox_SetWheelScrollMultiplier"); \ +static_assert(offsetof(ScrollBox_SetWheelScrollMultiplier, NewWheelScrollMultiplier) == 0x000000, "Member 'ScrollBox_SetWheelScrollMultiplier::NewWheelScrollMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_GetScrollOffset \ +static_assert(alignof(ScrollBox_GetScrollOffset) == 0x000004, "Wrong alignment on ScrollBox_GetScrollOffset"); \ +static_assert(sizeof(ScrollBox_GetScrollOffset) == 0x000004, "Wrong size on ScrollBox_GetScrollOffset"); \ +static_assert(offsetof(ScrollBox_GetScrollOffset, ReturnValue) == 0x000000, "Member 'ScrollBox_GetScrollOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_GetScrollOffsetOfEnd \ +static_assert(alignof(ScrollBox_GetScrollOffsetOfEnd) == 0x000004, "Wrong alignment on ScrollBox_GetScrollOffsetOfEnd"); \ +static_assert(sizeof(ScrollBox_GetScrollOffsetOfEnd) == 0x000004, "Wrong size on ScrollBox_GetScrollOffsetOfEnd"); \ +static_assert(offsetof(ScrollBox_GetScrollOffsetOfEnd, ReturnValue) == 0x000000, "Member 'ScrollBox_GetScrollOffsetOfEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_GetViewOffsetFraction \ +static_assert(alignof(ScrollBox_GetViewOffsetFraction) == 0x000004, "Wrong alignment on ScrollBox_GetViewOffsetFraction"); \ +static_assert(sizeof(ScrollBox_GetViewOffsetFraction) == 0x000004, "Wrong size on ScrollBox_GetViewOffsetFraction"); \ +static_assert(offsetof(ScrollBox_GetViewOffsetFraction, ReturnValue) == 0x000000, "Member 'ScrollBox_GetViewOffsetFraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScrollBox \ +static_assert(alignof(UScrollBox) == 0x000008, "Wrong alignment on UScrollBox"); \ +static_assert(sizeof(UScrollBox) == 0x000908, "Wrong size on UScrollBox"); \ +static_assert(offsetof(UScrollBox, WidgetStyle) == 0x000140, "Member 'UScrollBox::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, WidgetBarStyle) == 0x000388, "Member 'UScrollBox::WidgetBarStyle' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, Style) == 0x0008A0, "Member 'UScrollBox::Style' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, BarStyle) == 0x0008A8, "Member 'UScrollBox::BarStyle' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, Orientation) == 0x0008B0, "Member 'UScrollBox::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, ScrollBarVisibility) == 0x0008B1, "Member 'UScrollBox::ScrollBarVisibility' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, ConsumeMouseWheel) == 0x0008B2, "Member 'UScrollBox::ConsumeMouseWheel' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, ScrollbarThickness) == 0x0008B4, "Member 'UScrollBox::ScrollbarThickness' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, ScrollbarPadding) == 0x0008BC, "Member 'UScrollBox::ScrollbarPadding' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, AlwaysShowScrollbar) == 0x0008CC, "Member 'UScrollBox::AlwaysShowScrollbar' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, AlwaysShowScrollbarTrack) == 0x0008CD, "Member 'UScrollBox::AlwaysShowScrollbarTrack' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, AllowOverscroll) == 0x0008CE, "Member 'UScrollBox::AllowOverscroll' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, bAnimateWheelScrolling) == 0x0008CF, "Member 'UScrollBox::bAnimateWheelScrolling' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, NavigationDestination) == 0x0008D0, "Member 'UScrollBox::NavigationDestination' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, NavigationScrollPadding) == 0x0008D4, "Member 'UScrollBox::NavigationScrollPadding' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, ScrollWhenFocusChanges) == 0x0008D8, "Member 'UScrollBox::ScrollWhenFocusChanges' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, bAllowRightClickDragScrolling) == 0x0008D9, "Member 'UScrollBox::bAllowRightClickDragScrolling' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, WheelScrollMultiplier) == 0x0008DC, "Member 'UScrollBox::WheelScrollMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, OnUserScrolled) == 0x0008E0, "Member 'UScrollBox::OnUserScrolled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBoxSlot_SetHorizontalAlignment \ +static_assert(alignof(ScrollBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on ScrollBoxSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(ScrollBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on ScrollBoxSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(ScrollBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'ScrollBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBoxSlot_SetPadding \ +static_assert(alignof(ScrollBoxSlot_SetPadding) == 0x000004, "Wrong alignment on ScrollBoxSlot_SetPadding"); \ +static_assert(sizeof(ScrollBoxSlot_SetPadding) == 0x000010, "Wrong size on ScrollBoxSlot_SetPadding"); \ +static_assert(offsetof(ScrollBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'ScrollBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBoxSlot_SetVerticalAlignment \ +static_assert(alignof(ScrollBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on ScrollBoxSlot_SetVerticalAlignment"); \ +static_assert(sizeof(ScrollBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on ScrollBoxSlot_SetVerticalAlignment"); \ +static_assert(offsetof(ScrollBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'ScrollBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScrollBoxSlot \ +static_assert(alignof(UScrollBoxSlot) == 0x000008, "Wrong alignment on UScrollBoxSlot"); \ +static_assert(sizeof(UScrollBoxSlot) == 0x000060, "Wrong size on UScrollBoxSlot"); \ +static_assert(offsetof(UScrollBoxSlot, Padding) == 0x000040, "Member 'UScrollBoxSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UScrollBoxSlot, HorizontalAlignment) == 0x000050, "Member 'UScrollBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UScrollBoxSlot, VerticalAlignment) == 0x000051, "Member 'UScrollBoxSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBox_SetHeightOverride \ +static_assert(alignof(SizeBox_SetHeightOverride) == 0x000004, "Wrong alignment on SizeBox_SetHeightOverride"); \ +static_assert(sizeof(SizeBox_SetHeightOverride) == 0x000004, "Wrong size on SizeBox_SetHeightOverride"); \ +static_assert(offsetof(SizeBox_SetHeightOverride, InHeightOverride) == 0x000000, "Member 'SizeBox_SetHeightOverride::InHeightOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBox_SetMaxAspectRatio \ +static_assert(alignof(SizeBox_SetMaxAspectRatio) == 0x000004, "Wrong alignment on SizeBox_SetMaxAspectRatio"); \ +static_assert(sizeof(SizeBox_SetMaxAspectRatio) == 0x000004, "Wrong size on SizeBox_SetMaxAspectRatio"); \ +static_assert(offsetof(SizeBox_SetMaxAspectRatio, InMaxAspectRatio) == 0x000000, "Member 'SizeBox_SetMaxAspectRatio::InMaxAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBox_SetMaxDesiredHeight \ +static_assert(alignof(SizeBox_SetMaxDesiredHeight) == 0x000004, "Wrong alignment on SizeBox_SetMaxDesiredHeight"); \ +static_assert(sizeof(SizeBox_SetMaxDesiredHeight) == 0x000004, "Wrong size on SizeBox_SetMaxDesiredHeight"); \ +static_assert(offsetof(SizeBox_SetMaxDesiredHeight, InMaxDesiredHeight) == 0x000000, "Member 'SizeBox_SetMaxDesiredHeight::InMaxDesiredHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBox_SetMaxDesiredWidth \ +static_assert(alignof(SizeBox_SetMaxDesiredWidth) == 0x000004, "Wrong alignment on SizeBox_SetMaxDesiredWidth"); \ +static_assert(sizeof(SizeBox_SetMaxDesiredWidth) == 0x000004, "Wrong size on SizeBox_SetMaxDesiredWidth"); \ +static_assert(offsetof(SizeBox_SetMaxDesiredWidth, InMaxDesiredWidth) == 0x000000, "Member 'SizeBox_SetMaxDesiredWidth::InMaxDesiredWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBox_SetMinAspectRatio \ +static_assert(alignof(SizeBox_SetMinAspectRatio) == 0x000004, "Wrong alignment on SizeBox_SetMinAspectRatio"); \ +static_assert(sizeof(SizeBox_SetMinAspectRatio) == 0x000004, "Wrong size on SizeBox_SetMinAspectRatio"); \ +static_assert(offsetof(SizeBox_SetMinAspectRatio, InMinAspectRatio) == 0x000000, "Member 'SizeBox_SetMinAspectRatio::InMinAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBox_SetMinDesiredHeight \ +static_assert(alignof(SizeBox_SetMinDesiredHeight) == 0x000004, "Wrong alignment on SizeBox_SetMinDesiredHeight"); \ +static_assert(sizeof(SizeBox_SetMinDesiredHeight) == 0x000004, "Wrong size on SizeBox_SetMinDesiredHeight"); \ +static_assert(offsetof(SizeBox_SetMinDesiredHeight, InMinDesiredHeight) == 0x000000, "Member 'SizeBox_SetMinDesiredHeight::InMinDesiredHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBox_SetMinDesiredWidth \ +static_assert(alignof(SizeBox_SetMinDesiredWidth) == 0x000004, "Wrong alignment on SizeBox_SetMinDesiredWidth"); \ +static_assert(sizeof(SizeBox_SetMinDesiredWidth) == 0x000004, "Wrong size on SizeBox_SetMinDesiredWidth"); \ +static_assert(offsetof(SizeBox_SetMinDesiredWidth, InMinDesiredWidth) == 0x000000, "Member 'SizeBox_SetMinDesiredWidth::InMinDesiredWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBox_SetWidthOverride \ +static_assert(alignof(SizeBox_SetWidthOverride) == 0x000004, "Wrong alignment on SizeBox_SetWidthOverride"); \ +static_assert(sizeof(SizeBox_SetWidthOverride) == 0x000004, "Wrong size on SizeBox_SetWidthOverride"); \ +static_assert(offsetof(SizeBox_SetWidthOverride, InWidthOverride) == 0x000000, "Member 'SizeBox_SetWidthOverride::InWidthOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USizeBox \ +static_assert(alignof(USizeBox) == 0x000008, "Wrong alignment on USizeBox"); \ +static_assert(sizeof(USizeBox) == 0x000178, "Wrong size on USizeBox"); \ +static_assert(offsetof(USizeBox, WidthOverride) == 0x000150, "Member 'USizeBox::WidthOverride' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, HeightOverride) == 0x000154, "Member 'USizeBox::HeightOverride' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MinDesiredWidth) == 0x000158, "Member 'USizeBox::MinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MinDesiredHeight) == 0x00015C, "Member 'USizeBox::MinDesiredHeight' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MaxDesiredWidth) == 0x000160, "Member 'USizeBox::MaxDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MaxDesiredHeight) == 0x000164, "Member 'USizeBox::MaxDesiredHeight' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MinAspectRatio) == 0x000168, "Member 'USizeBox::MinAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MaxAspectRatio) == 0x00016C, "Member 'USizeBox::MaxAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBoxSlot_SetHorizontalAlignment \ +static_assert(alignof(SizeBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on SizeBoxSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(SizeBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on SizeBoxSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(SizeBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'SizeBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBoxSlot_SetPadding \ +static_assert(alignof(SizeBoxSlot_SetPadding) == 0x000004, "Wrong alignment on SizeBoxSlot_SetPadding"); \ +static_assert(sizeof(SizeBoxSlot_SetPadding) == 0x000010, "Wrong size on SizeBoxSlot_SetPadding"); \ +static_assert(offsetof(SizeBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'SizeBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBoxSlot_SetVerticalAlignment \ +static_assert(alignof(SizeBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on SizeBoxSlot_SetVerticalAlignment"); \ +static_assert(sizeof(SizeBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on SizeBoxSlot_SetVerticalAlignment"); \ +static_assert(offsetof(SizeBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'SizeBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USizeBoxSlot \ +static_assert(alignof(USizeBoxSlot) == 0x000008, "Wrong alignment on USizeBoxSlot"); \ +static_assert(sizeof(USizeBoxSlot) == 0x000068, "Wrong size on USizeBoxSlot"); \ +static_assert(offsetof(USizeBoxSlot, Padding) == 0x000040, "Member 'USizeBoxSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(USizeBoxSlot, HorizontalAlignment) == 0x000060, "Member 'USizeBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(USizeBoxSlot, VerticalAlignment) == 0x000061, "Member 'USizeBoxSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_AbsoluteToLocal \ +static_assert(alignof(SlateBlueprintLibrary_AbsoluteToLocal) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_AbsoluteToLocal"); \ +static_assert(sizeof(SlateBlueprintLibrary_AbsoluteToLocal) == 0x000048, "Wrong size on SlateBlueprintLibrary_AbsoluteToLocal"); \ +static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToLocal, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_AbsoluteToLocal::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToLocal, AbsoluteCoordinate) == 0x000038, "Member 'SlateBlueprintLibrary_AbsoluteToLocal::AbsoluteCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToLocal, ReturnValue) == 0x000040, "Member 'SlateBlueprintLibrary_AbsoluteToLocal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_AbsoluteToViewport \ +static_assert(alignof(SlateBlueprintLibrary_AbsoluteToViewport) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_AbsoluteToViewport"); \ +static_assert(sizeof(SlateBlueprintLibrary_AbsoluteToViewport) == 0x000020, "Wrong size on SlateBlueprintLibrary_AbsoluteToViewport"); \ +static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToViewport, WorldContextObject) == 0x000000, "Member 'SlateBlueprintLibrary_AbsoluteToViewport::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToViewport, AbsoluteDesktopCoordinate) == 0x000008, "Member 'SlateBlueprintLibrary_AbsoluteToViewport::AbsoluteDesktopCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToViewport, PixelPosition) == 0x000010, "Member 'SlateBlueprintLibrary_AbsoluteToViewport::PixelPosition' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToViewport, ViewportPosition) == 0x000018, "Member 'SlateBlueprintLibrary_AbsoluteToViewport::ViewportPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_EqualEqual_SlateBrush \ +static_assert(alignof(SlateBlueprintLibrary_EqualEqual_SlateBrush) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_EqualEqual_SlateBrush"); \ +static_assert(sizeof(SlateBlueprintLibrary_EqualEqual_SlateBrush) == 0x000128, "Wrong size on SlateBlueprintLibrary_EqualEqual_SlateBrush"); \ +static_assert(offsetof(SlateBlueprintLibrary_EqualEqual_SlateBrush, A) == 0x000000, "Member 'SlateBlueprintLibrary_EqualEqual_SlateBrush::A' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_EqualEqual_SlateBrush, B) == 0x000090, "Member 'SlateBlueprintLibrary_EqualEqual_SlateBrush::B' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_EqualEqual_SlateBrush, ReturnValue) == 0x000120, "Member 'SlateBlueprintLibrary_EqualEqual_SlateBrush::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_GetAbsoluteSize \ +static_assert(alignof(SlateBlueprintLibrary_GetAbsoluteSize) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_GetAbsoluteSize"); \ +static_assert(sizeof(SlateBlueprintLibrary_GetAbsoluteSize) == 0x000040, "Wrong size on SlateBlueprintLibrary_GetAbsoluteSize"); \ +static_assert(offsetof(SlateBlueprintLibrary_GetAbsoluteSize, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_GetAbsoluteSize::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_GetAbsoluteSize, ReturnValue) == 0x000038, "Member 'SlateBlueprintLibrary_GetAbsoluteSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_GetLocalSize \ +static_assert(alignof(SlateBlueprintLibrary_GetLocalSize) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_GetLocalSize"); \ +static_assert(sizeof(SlateBlueprintLibrary_GetLocalSize) == 0x000040, "Wrong size on SlateBlueprintLibrary_GetLocalSize"); \ +static_assert(offsetof(SlateBlueprintLibrary_GetLocalSize, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_GetLocalSize::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_GetLocalSize, ReturnValue) == 0x000038, "Member 'SlateBlueprintLibrary_GetLocalSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_GetLocalTopLeft \ +static_assert(alignof(SlateBlueprintLibrary_GetLocalTopLeft) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_GetLocalTopLeft"); \ +static_assert(sizeof(SlateBlueprintLibrary_GetLocalTopLeft) == 0x000040, "Wrong size on SlateBlueprintLibrary_GetLocalTopLeft"); \ +static_assert(offsetof(SlateBlueprintLibrary_GetLocalTopLeft, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_GetLocalTopLeft::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_GetLocalTopLeft, ReturnValue) == 0x000038, "Member 'SlateBlueprintLibrary_GetLocalTopLeft::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_IsUnderLocation \ +static_assert(alignof(SlateBlueprintLibrary_IsUnderLocation) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_IsUnderLocation"); \ +static_assert(sizeof(SlateBlueprintLibrary_IsUnderLocation) == 0x000044, "Wrong size on SlateBlueprintLibrary_IsUnderLocation"); \ +static_assert(offsetof(SlateBlueprintLibrary_IsUnderLocation, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_IsUnderLocation::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_IsUnderLocation, AbsoluteCoordinate) == 0x000038, "Member 'SlateBlueprintLibrary_IsUnderLocation::AbsoluteCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_IsUnderLocation, ReturnValue) == 0x000040, "Member 'SlateBlueprintLibrary_IsUnderLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_LocalToAbsolute \ +static_assert(alignof(SlateBlueprintLibrary_LocalToAbsolute) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_LocalToAbsolute"); \ +static_assert(sizeof(SlateBlueprintLibrary_LocalToAbsolute) == 0x000048, "Wrong size on SlateBlueprintLibrary_LocalToAbsolute"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToAbsolute, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_LocalToAbsolute::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToAbsolute, LocalCoordinate) == 0x000038, "Member 'SlateBlueprintLibrary_LocalToAbsolute::LocalCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToAbsolute, ReturnValue) == 0x000040, "Member 'SlateBlueprintLibrary_LocalToAbsolute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_LocalToViewport \ +static_assert(alignof(SlateBlueprintLibrary_LocalToViewport) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_LocalToViewport"); \ +static_assert(sizeof(SlateBlueprintLibrary_LocalToViewport) == 0x000058, "Wrong size on SlateBlueprintLibrary_LocalToViewport"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, WorldContextObject) == 0x000000, "Member 'SlateBlueprintLibrary_LocalToViewport::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, Geometry) == 0x000008, "Member 'SlateBlueprintLibrary_LocalToViewport::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, LocalCoordinate) == 0x000040, "Member 'SlateBlueprintLibrary_LocalToViewport::LocalCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, PixelPosition) == 0x000048, "Member 'SlateBlueprintLibrary_LocalToViewport::PixelPosition' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, ViewportPosition) == 0x000050, "Member 'SlateBlueprintLibrary_LocalToViewport::ViewportPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_ScreenToViewport \ +static_assert(alignof(SlateBlueprintLibrary_ScreenToViewport) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_ScreenToViewport"); \ +static_assert(sizeof(SlateBlueprintLibrary_ScreenToViewport) == 0x000018, "Wrong size on SlateBlueprintLibrary_ScreenToViewport"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToViewport, WorldContextObject) == 0x000000, "Member 'SlateBlueprintLibrary_ScreenToViewport::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToViewport, ScreenPosition) == 0x000008, "Member 'SlateBlueprintLibrary_ScreenToViewport::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToViewport, ViewportPosition) == 0x000010, "Member 'SlateBlueprintLibrary_ScreenToViewport::ViewportPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_ScreenToWidgetAbsolute \ +static_assert(alignof(SlateBlueprintLibrary_ScreenToWidgetAbsolute) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_ScreenToWidgetAbsolute"); \ +static_assert(sizeof(SlateBlueprintLibrary_ScreenToWidgetAbsolute) == 0x000020, "Wrong size on SlateBlueprintLibrary_ScreenToWidgetAbsolute"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetAbsolute, WorldContextObject) == 0x000000, "Member 'SlateBlueprintLibrary_ScreenToWidgetAbsolute::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetAbsolute, ScreenPosition) == 0x000008, "Member 'SlateBlueprintLibrary_ScreenToWidgetAbsolute::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetAbsolute, AbsoluteCoordinate) == 0x000010, "Member 'SlateBlueprintLibrary_ScreenToWidgetAbsolute::AbsoluteCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetAbsolute, bIncludeWindowPosition) == 0x000018, "Member 'SlateBlueprintLibrary_ScreenToWidgetAbsolute::bIncludeWindowPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_ScreenToWidgetLocal \ +static_assert(alignof(SlateBlueprintLibrary_ScreenToWidgetLocal) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_ScreenToWidgetLocal"); \ +static_assert(sizeof(SlateBlueprintLibrary_ScreenToWidgetLocal) == 0x000058, "Wrong size on SlateBlueprintLibrary_ScreenToWidgetLocal"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, WorldContextObject) == 0x000000, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, Geometry) == 0x000008, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, ScreenPosition) == 0x000040, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, LocalCoordinate) == 0x000048, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::LocalCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, bIncludeWindowPosition) == 0x000050, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::bIncludeWindowPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_TransformScalarAbsoluteToLocal \ +static_assert(alignof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_TransformScalarAbsoluteToLocal"); \ +static_assert(sizeof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal) == 0x000040, "Wrong size on SlateBlueprintLibrary_TransformScalarAbsoluteToLocal"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_TransformScalarAbsoluteToLocal::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal, AbsoluteScalar) == 0x000038, "Member 'SlateBlueprintLibrary_TransformScalarAbsoluteToLocal::AbsoluteScalar' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal, ReturnValue) == 0x00003C, "Member 'SlateBlueprintLibrary_TransformScalarAbsoluteToLocal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_TransformScalarLocalToAbsolute \ +static_assert(alignof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_TransformScalarLocalToAbsolute"); \ +static_assert(sizeof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute) == 0x000040, "Wrong size on SlateBlueprintLibrary_TransformScalarLocalToAbsolute"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_TransformScalarLocalToAbsolute::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute, LocalScalar) == 0x000038, "Member 'SlateBlueprintLibrary_TransformScalarLocalToAbsolute::LocalScalar' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute, ReturnValue) == 0x00003C, "Member 'SlateBlueprintLibrary_TransformScalarLocalToAbsolute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_TransformVectorAbsoluteToLocal \ +static_assert(alignof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_TransformVectorAbsoluteToLocal"); \ +static_assert(sizeof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal) == 0x000048, "Wrong size on SlateBlueprintLibrary_TransformVectorAbsoluteToLocal"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_TransformVectorAbsoluteToLocal::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal, AbsoluteVector) == 0x000038, "Member 'SlateBlueprintLibrary_TransformVectorAbsoluteToLocal::AbsoluteVector' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal, ReturnValue) == 0x000040, "Member 'SlateBlueprintLibrary_TransformVectorAbsoluteToLocal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_TransformVectorLocalToAbsolute \ +static_assert(alignof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_TransformVectorLocalToAbsolute"); \ +static_assert(sizeof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute) == 0x000048, "Wrong size on SlateBlueprintLibrary_TransformVectorLocalToAbsolute"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_TransformVectorLocalToAbsolute::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute, LocalVector) == 0x000038, "Member 'SlateBlueprintLibrary_TransformVectorLocalToAbsolute::LocalVector' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute, ReturnValue) == 0x000040, "Member 'SlateBlueprintLibrary_TransformVectorLocalToAbsolute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USlateBlueprintLibrary \ +static_assert(alignof(USlateBlueprintLibrary) == 0x000008, "Wrong alignment on USlateBlueprintLibrary"); \ +static_assert(sizeof(USlateBlueprintLibrary) == 0x000030, "Wrong size on USlateBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_USlateVectorArtData \ +static_assert(alignof(USlateVectorArtData) == 0x000008, "Wrong alignment on USlateVectorArtData"); \ +static_assert(sizeof(USlateVectorArtData) == 0x000068, "Wrong size on USlateVectorArtData"); \ +static_assert(offsetof(USlateVectorArtData, VertexData) == 0x000030, "Member 'USlateVectorArtData::VertexData' has a wrong offset!"); \ +static_assert(offsetof(USlateVectorArtData, IndexData) == 0x000040, "Member 'USlateVectorArtData::IndexData' has a wrong offset!"); \ +static_assert(offsetof(USlateVectorArtData, Material) == 0x000050, "Member 'USlateVectorArtData::Material' has a wrong offset!"); \ +static_assert(offsetof(USlateVectorArtData, ExtentMin) == 0x000058, "Member 'USlateVectorArtData::ExtentMin' has a wrong offset!"); \ +static_assert(offsetof(USlateVectorArtData, ExtentMax) == 0x000060, "Member 'USlateVectorArtData::ExtentMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USlateAccessibleWidgetData \ +static_assert(alignof(USlateAccessibleWidgetData) == 0x000008, "Wrong alignment on USlateAccessibleWidgetData"); \ +static_assert(sizeof(USlateAccessibleWidgetData) == 0x000098, "Wrong size on USlateAccessibleWidgetData"); \ +static_assert(offsetof(USlateAccessibleWidgetData, bCanChildrenBeAccessible) == 0x000030, "Member 'USlateAccessibleWidgetData::bCanChildrenBeAccessible' has a wrong offset!"); \ +static_assert(offsetof(USlateAccessibleWidgetData, AccessibleBehavior) == 0x000031, "Member 'USlateAccessibleWidgetData::AccessibleBehavior' has a wrong offset!"); \ +static_assert(offsetof(USlateAccessibleWidgetData, AccessibleSummaryBehavior) == 0x000032, "Member 'USlateAccessibleWidgetData::AccessibleSummaryBehavior' has a wrong offset!"); \ +static_assert(offsetof(USlateAccessibleWidgetData, AccessibleText) == 0x000038, "Member 'USlateAccessibleWidgetData::AccessibleText' has a wrong offset!"); \ +static_assert(offsetof(USlateAccessibleWidgetData, AccessibleTextDelegate) == 0x000050, "Member 'USlateAccessibleWidgetData::AccessibleTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(USlateAccessibleWidgetData, AccessibleSummaryText) == 0x000068, "Member 'USlateAccessibleWidgetData::AccessibleSummaryText' has a wrong offset!"); \ +static_assert(offsetof(USlateAccessibleWidgetData, AccessibleSummaryTextDelegate) == 0x000080, "Member 'USlateAccessibleWidgetData::AccessibleSummaryTextDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Slider_SetIndentHandle \ +static_assert(alignof(Slider_SetIndentHandle) == 0x000001, "Wrong alignment on Slider_SetIndentHandle"); \ +static_assert(sizeof(Slider_SetIndentHandle) == 0x000001, "Wrong size on Slider_SetIndentHandle"); \ +static_assert(offsetof(Slider_SetIndentHandle, InValue) == 0x000000, "Member 'Slider_SetIndentHandle::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Slider_SetLocked \ +static_assert(alignof(Slider_SetLocked) == 0x000001, "Wrong alignment on Slider_SetLocked"); \ +static_assert(sizeof(Slider_SetLocked) == 0x000001, "Wrong size on Slider_SetLocked"); \ +static_assert(offsetof(Slider_SetLocked, InValue) == 0x000000, "Member 'Slider_SetLocked::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Slider_SetMaxValue \ +static_assert(alignof(Slider_SetMaxValue) == 0x000004, "Wrong alignment on Slider_SetMaxValue"); \ +static_assert(sizeof(Slider_SetMaxValue) == 0x000004, "Wrong size on Slider_SetMaxValue"); \ +static_assert(offsetof(Slider_SetMaxValue, InValue) == 0x000000, "Member 'Slider_SetMaxValue::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Slider_SetMinValue \ +static_assert(alignof(Slider_SetMinValue) == 0x000004, "Wrong alignment on Slider_SetMinValue"); \ +static_assert(sizeof(Slider_SetMinValue) == 0x000004, "Wrong size on Slider_SetMinValue"); \ +static_assert(offsetof(Slider_SetMinValue, InValue) == 0x000000, "Member 'Slider_SetMinValue::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Slider_SetSliderBarColor \ +static_assert(alignof(Slider_SetSliderBarColor) == 0x000004, "Wrong alignment on Slider_SetSliderBarColor"); \ +static_assert(sizeof(Slider_SetSliderBarColor) == 0x000010, "Wrong size on Slider_SetSliderBarColor"); \ +static_assert(offsetof(Slider_SetSliderBarColor, InValue) == 0x000000, "Member 'Slider_SetSliderBarColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Slider_SetSliderHandleColor \ +static_assert(alignof(Slider_SetSliderHandleColor) == 0x000004, "Wrong alignment on Slider_SetSliderHandleColor"); \ +static_assert(sizeof(Slider_SetSliderHandleColor) == 0x000010, "Wrong size on Slider_SetSliderHandleColor"); \ +static_assert(offsetof(Slider_SetSliderHandleColor, InValue) == 0x000000, "Member 'Slider_SetSliderHandleColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Slider_SetStepSize \ +static_assert(alignof(Slider_SetStepSize) == 0x000004, "Wrong alignment on Slider_SetStepSize"); \ +static_assert(sizeof(Slider_SetStepSize) == 0x000004, "Wrong size on Slider_SetStepSize"); \ +static_assert(offsetof(Slider_SetStepSize, InValue) == 0x000000, "Member 'Slider_SetStepSize::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Slider_SetValue \ +static_assert(alignof(Slider_SetValue) == 0x000004, "Wrong alignment on Slider_SetValue"); \ +static_assert(sizeof(Slider_SetValue) == 0x000004, "Wrong size on Slider_SetValue"); \ +static_assert(offsetof(Slider_SetValue, InValue) == 0x000000, "Member 'Slider_SetValue::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Slider_GetNormalizedValue \ +static_assert(alignof(Slider_GetNormalizedValue) == 0x000004, "Wrong alignment on Slider_GetNormalizedValue"); \ +static_assert(sizeof(Slider_GetNormalizedValue) == 0x000004, "Wrong size on Slider_GetNormalizedValue"); \ +static_assert(offsetof(Slider_GetNormalizedValue, ReturnValue) == 0x000000, "Member 'Slider_GetNormalizedValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Slider_GetValue \ +static_assert(alignof(Slider_GetValue) == 0x000004, "Wrong alignment on Slider_GetValue"); \ +static_assert(sizeof(Slider_GetValue) == 0x000004, "Wrong size on Slider_GetValue"); \ +static_assert(offsetof(Slider_GetValue, ReturnValue) == 0x000000, "Member 'Slider_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USlider \ +static_assert(alignof(USlider) == 0x000008, "Wrong alignment on USlider"); \ +static_assert(sizeof(USlider) == 0x000548, "Wrong size on USlider"); \ +static_assert(offsetof(USlider, Value) == 0x000128, "Member 'USlider::Value' has a wrong offset!"); \ +static_assert(offsetof(USlider, ValueDelegate) == 0x00012C, "Member 'USlider::ValueDelegate' has a wrong offset!"); \ +static_assert(offsetof(USlider, MinValue) == 0x000140, "Member 'USlider::MinValue' has a wrong offset!"); \ +static_assert(offsetof(USlider, MaxValue) == 0x000144, "Member 'USlider::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(USlider, WidgetStyle) == 0x000148, "Member 'USlider::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(USlider, Orientation) == 0x0004B8, "Member 'USlider::Orientation' has a wrong offset!"); \ +static_assert(offsetof(USlider, SliderBarColor) == 0x0004BC, "Member 'USlider::SliderBarColor' has a wrong offset!"); \ +static_assert(offsetof(USlider, SliderHandleColor) == 0x0004CC, "Member 'USlider::SliderHandleColor' has a wrong offset!"); \ +static_assert(offsetof(USlider, IndentHandle) == 0x0004DC, "Member 'USlider::IndentHandle' has a wrong offset!"); \ +static_assert(offsetof(USlider, Locked) == 0x0004DD, "Member 'USlider::Locked' has a wrong offset!"); \ +static_assert(offsetof(USlider, MouseUsesStep) == 0x0004DE, "Member 'USlider::MouseUsesStep' has a wrong offset!"); \ +static_assert(offsetof(USlider, RequiresControllerLock) == 0x0004DF, "Member 'USlider::RequiresControllerLock' has a wrong offset!"); \ +static_assert(offsetof(USlider, StepSize) == 0x0004E0, "Member 'USlider::StepSize' has a wrong offset!"); \ +static_assert(offsetof(USlider, IsFocusable) == 0x0004E4, "Member 'USlider::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(USlider, OnMouseCaptureBegin) == 0x0004E8, "Member 'USlider::OnMouseCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(USlider, OnMouseCaptureEnd) == 0x0004F8, "Member 'USlider::OnMouseCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(USlider, OnControllerCaptureBegin) == 0x000508, "Member 'USlider::OnControllerCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(USlider, OnControllerCaptureEnd) == 0x000518, "Member 'USlider::OnControllerCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(USlider, OnValueChanged) == 0x000528, "Member 'USlider::OnValueChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Spacer_SetSize \ +static_assert(alignof(Spacer_SetSize) == 0x000004, "Wrong alignment on Spacer_SetSize"); \ +static_assert(sizeof(Spacer_SetSize) == 0x000008, "Wrong size on Spacer_SetSize"); \ +static_assert(offsetof(Spacer_SetSize, InSize) == 0x000000, "Member 'Spacer_SetSize::InSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpacer \ +static_assert(alignof(USpacer) == 0x000008, "Wrong alignment on USpacer"); \ +static_assert(sizeof(USpacer) == 0x000140, "Wrong size on USpacer"); \ +static_assert(offsetof(USpacer, Size) == 0x000128, "Member 'USpacer::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_SetAlwaysUsesDeltaSnap \ +static_assert(alignof(SpinBox_SetAlwaysUsesDeltaSnap) == 0x000001, "Wrong alignment on SpinBox_SetAlwaysUsesDeltaSnap"); \ +static_assert(sizeof(SpinBox_SetAlwaysUsesDeltaSnap) == 0x000001, "Wrong size on SpinBox_SetAlwaysUsesDeltaSnap"); \ +static_assert(offsetof(SpinBox_SetAlwaysUsesDeltaSnap, bNewValue) == 0x000000, "Member 'SpinBox_SetAlwaysUsesDeltaSnap::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_SetDelta \ +static_assert(alignof(SpinBox_SetDelta) == 0x000004, "Wrong alignment on SpinBox_SetDelta"); \ +static_assert(sizeof(SpinBox_SetDelta) == 0x000004, "Wrong size on SpinBox_SetDelta"); \ +static_assert(offsetof(SpinBox_SetDelta, NewValue) == 0x000000, "Member 'SpinBox_SetDelta::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_SetForegroundColor \ +static_assert(alignof(SpinBox_SetForegroundColor) == 0x000008, "Wrong alignment on SpinBox_SetForegroundColor"); \ +static_assert(sizeof(SpinBox_SetForegroundColor) == 0x000028, "Wrong size on SpinBox_SetForegroundColor"); \ +static_assert(offsetof(SpinBox_SetForegroundColor, InForegroundColor) == 0x000000, "Member 'SpinBox_SetForegroundColor::InForegroundColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_SetMaxFractionalDigits \ +static_assert(alignof(SpinBox_SetMaxFractionalDigits) == 0x000004, "Wrong alignment on SpinBox_SetMaxFractionalDigits"); \ +static_assert(sizeof(SpinBox_SetMaxFractionalDigits) == 0x000004, "Wrong size on SpinBox_SetMaxFractionalDigits"); \ +static_assert(offsetof(SpinBox_SetMaxFractionalDigits, NewValue) == 0x000000, "Member 'SpinBox_SetMaxFractionalDigits::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_SetMaxSliderValue \ +static_assert(alignof(SpinBox_SetMaxSliderValue) == 0x000004, "Wrong alignment on SpinBox_SetMaxSliderValue"); \ +static_assert(sizeof(SpinBox_SetMaxSliderValue) == 0x000004, "Wrong size on SpinBox_SetMaxSliderValue"); \ +static_assert(offsetof(SpinBox_SetMaxSliderValue, NewValue) == 0x000000, "Member 'SpinBox_SetMaxSliderValue::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_SetMaxValue \ +static_assert(alignof(SpinBox_SetMaxValue) == 0x000004, "Wrong alignment on SpinBox_SetMaxValue"); \ +static_assert(sizeof(SpinBox_SetMaxValue) == 0x000004, "Wrong size on SpinBox_SetMaxValue"); \ +static_assert(offsetof(SpinBox_SetMaxValue, NewValue) == 0x000000, "Member 'SpinBox_SetMaxValue::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_SetMinFractionalDigits \ +static_assert(alignof(SpinBox_SetMinFractionalDigits) == 0x000004, "Wrong alignment on SpinBox_SetMinFractionalDigits"); \ +static_assert(sizeof(SpinBox_SetMinFractionalDigits) == 0x000004, "Wrong size on SpinBox_SetMinFractionalDigits"); \ +static_assert(offsetof(SpinBox_SetMinFractionalDigits, NewValue) == 0x000000, "Member 'SpinBox_SetMinFractionalDigits::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_SetMinSliderValue \ +static_assert(alignof(SpinBox_SetMinSliderValue) == 0x000004, "Wrong alignment on SpinBox_SetMinSliderValue"); \ +static_assert(sizeof(SpinBox_SetMinSliderValue) == 0x000004, "Wrong size on SpinBox_SetMinSliderValue"); \ +static_assert(offsetof(SpinBox_SetMinSliderValue, NewValue) == 0x000000, "Member 'SpinBox_SetMinSliderValue::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_SetMinValue \ +static_assert(alignof(SpinBox_SetMinValue) == 0x000004, "Wrong alignment on SpinBox_SetMinValue"); \ +static_assert(sizeof(SpinBox_SetMinValue) == 0x000004, "Wrong size on SpinBox_SetMinValue"); \ +static_assert(offsetof(SpinBox_SetMinValue, NewValue) == 0x000000, "Member 'SpinBox_SetMinValue::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_SetValue \ +static_assert(alignof(SpinBox_SetValue) == 0x000004, "Wrong alignment on SpinBox_SetValue"); \ +static_assert(sizeof(SpinBox_SetValue) == 0x000004, "Wrong size on SpinBox_SetValue"); \ +static_assert(offsetof(SpinBox_SetValue, NewValue) == 0x000000, "Member 'SpinBox_SetValue::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_GetAlwaysUsesDeltaSnap \ +static_assert(alignof(SpinBox_GetAlwaysUsesDeltaSnap) == 0x000001, "Wrong alignment on SpinBox_GetAlwaysUsesDeltaSnap"); \ +static_assert(sizeof(SpinBox_GetAlwaysUsesDeltaSnap) == 0x000001, "Wrong size on SpinBox_GetAlwaysUsesDeltaSnap"); \ +static_assert(offsetof(SpinBox_GetAlwaysUsesDeltaSnap, ReturnValue) == 0x000000, "Member 'SpinBox_GetAlwaysUsesDeltaSnap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_GetDelta \ +static_assert(alignof(SpinBox_GetDelta) == 0x000004, "Wrong alignment on SpinBox_GetDelta"); \ +static_assert(sizeof(SpinBox_GetDelta) == 0x000004, "Wrong size on SpinBox_GetDelta"); \ +static_assert(offsetof(SpinBox_GetDelta, ReturnValue) == 0x000000, "Member 'SpinBox_GetDelta::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_GetMaxFractionalDigits \ +static_assert(alignof(SpinBox_GetMaxFractionalDigits) == 0x000004, "Wrong alignment on SpinBox_GetMaxFractionalDigits"); \ +static_assert(sizeof(SpinBox_GetMaxFractionalDigits) == 0x000004, "Wrong size on SpinBox_GetMaxFractionalDigits"); \ +static_assert(offsetof(SpinBox_GetMaxFractionalDigits, ReturnValue) == 0x000000, "Member 'SpinBox_GetMaxFractionalDigits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_GetMaxSliderValue \ +static_assert(alignof(SpinBox_GetMaxSliderValue) == 0x000004, "Wrong alignment on SpinBox_GetMaxSliderValue"); \ +static_assert(sizeof(SpinBox_GetMaxSliderValue) == 0x000004, "Wrong size on SpinBox_GetMaxSliderValue"); \ +static_assert(offsetof(SpinBox_GetMaxSliderValue, ReturnValue) == 0x000000, "Member 'SpinBox_GetMaxSliderValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_GetMaxValue \ +static_assert(alignof(SpinBox_GetMaxValue) == 0x000004, "Wrong alignment on SpinBox_GetMaxValue"); \ +static_assert(sizeof(SpinBox_GetMaxValue) == 0x000004, "Wrong size on SpinBox_GetMaxValue"); \ +static_assert(offsetof(SpinBox_GetMaxValue, ReturnValue) == 0x000000, "Member 'SpinBox_GetMaxValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_GetMinFractionalDigits \ +static_assert(alignof(SpinBox_GetMinFractionalDigits) == 0x000004, "Wrong alignment on SpinBox_GetMinFractionalDigits"); \ +static_assert(sizeof(SpinBox_GetMinFractionalDigits) == 0x000004, "Wrong size on SpinBox_GetMinFractionalDigits"); \ +static_assert(offsetof(SpinBox_GetMinFractionalDigits, ReturnValue) == 0x000000, "Member 'SpinBox_GetMinFractionalDigits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_GetMinSliderValue \ +static_assert(alignof(SpinBox_GetMinSliderValue) == 0x000004, "Wrong alignment on SpinBox_GetMinSliderValue"); \ +static_assert(sizeof(SpinBox_GetMinSliderValue) == 0x000004, "Wrong size on SpinBox_GetMinSliderValue"); \ +static_assert(offsetof(SpinBox_GetMinSliderValue, ReturnValue) == 0x000000, "Member 'SpinBox_GetMinSliderValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_GetMinValue \ +static_assert(alignof(SpinBox_GetMinValue) == 0x000004, "Wrong alignment on SpinBox_GetMinValue"); \ +static_assert(sizeof(SpinBox_GetMinValue) == 0x000004, "Wrong size on SpinBox_GetMinValue"); \ +static_assert(offsetof(SpinBox_GetMinValue, ReturnValue) == 0x000000, "Member 'SpinBox_GetMinValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_GetValue \ +static_assert(alignof(SpinBox_GetValue) == 0x000004, "Wrong alignment on SpinBox_GetValue"); \ +static_assert(sizeof(SpinBox_GetValue) == 0x000004, "Wrong size on SpinBox_GetValue"); \ +static_assert(offsetof(SpinBox_GetValue, ReturnValue) == 0x000000, "Member 'SpinBox_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpinBox \ +static_assert(alignof(USpinBox) == 0x000008, "Wrong alignment on USpinBox"); \ +static_assert(sizeof(USpinBox) == 0x000570, "Wrong size on USpinBox"); \ +static_assert(offsetof(USpinBox, Value) == 0x000128, "Member 'USpinBox::Value' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, ValueDelegate) == 0x00012C, "Member 'USpinBox::ValueDelegate' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, WidgetStyle) == 0x000140, "Member 'USpinBox::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, Style) == 0x000450, "Member 'USpinBox::Style' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MinFractionalDigits) == 0x000458, "Member 'USpinBox::MinFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MaxFractionalDigits) == 0x00045C, "Member 'USpinBox::MaxFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, bAlwaysUsesDeltaSnap) == 0x000460, "Member 'USpinBox::bAlwaysUsesDeltaSnap' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, Delta) == 0x000464, "Member 'USpinBox::Delta' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, SliderExponent) == 0x000468, "Member 'USpinBox::SliderExponent' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, Font) == 0x000470, "Member 'USpinBox::Font' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, Justification) == 0x0004D0, "Member 'USpinBox::Justification' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MinDesiredWidth) == 0x0004D4, "Member 'USpinBox::MinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, ClearKeyboardFocusOnCommit) == 0x0004D8, "Member 'USpinBox::ClearKeyboardFocusOnCommit' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, SelectAllTextOnCommit) == 0x0004D9, "Member 'USpinBox::SelectAllTextOnCommit' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, ForegroundColor) == 0x0004E0, "Member 'USpinBox::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, OnValueChanged) == 0x000508, "Member 'USpinBox::OnValueChanged' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, OnValueCommitted) == 0x000518, "Member 'USpinBox::OnValueCommitted' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, OnBeginSliderMovement) == 0x000528, "Member 'USpinBox::OnBeginSliderMovement' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, OnEndSliderMovement) == 0x000538, "Member 'USpinBox::OnEndSliderMovement' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MinValue) == 0x00054C, "Member 'USpinBox::MinValue' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MaxValue) == 0x000550, "Member 'USpinBox::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MinSliderValue) == 0x000554, "Member 'USpinBox::MinSliderValue' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MaxSliderValue) == 0x000558, "Member 'USpinBox::MaxSliderValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBinding_GetStringValue \ +static_assert(alignof(TextBinding_GetStringValue) == 0x000008, "Wrong alignment on TextBinding_GetStringValue"); \ +static_assert(sizeof(TextBinding_GetStringValue) == 0x000010, "Wrong size on TextBinding_GetStringValue"); \ +static_assert(offsetof(TextBinding_GetStringValue, ReturnValue) == 0x000000, "Member 'TextBinding_GetStringValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBinding_GetTextValue \ +static_assert(alignof(TextBinding_GetTextValue) == 0x000008, "Wrong alignment on TextBinding_GetTextValue"); \ +static_assert(sizeof(TextBinding_GetTextValue) == 0x000018, "Wrong size on TextBinding_GetTextValue"); \ +static_assert(offsetof(TextBinding_GetTextValue, ReturnValue) == 0x000000, "Member 'TextBinding_GetTextValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextBinding \ +static_assert(alignof(UTextBinding) == 0x000008, "Wrong alignment on UTextBinding"); \ +static_assert(sizeof(UTextBinding) == 0x000078, "Wrong size on UTextBinding"); \ + +#define DUMPER7_ASSERTS_TextBlock_GetDynamicFontMaterial \ +static_assert(alignof(TextBlock_GetDynamicFontMaterial) == 0x000008, "Wrong alignment on TextBlock_GetDynamicFontMaterial"); \ +static_assert(sizeof(TextBlock_GetDynamicFontMaterial) == 0x000008, "Wrong size on TextBlock_GetDynamicFontMaterial"); \ +static_assert(offsetof(TextBlock_GetDynamicFontMaterial, ReturnValue) == 0x000000, "Member 'TextBlock_GetDynamicFontMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_GetDynamicOutlineMaterial \ +static_assert(alignof(TextBlock_GetDynamicOutlineMaterial) == 0x000008, "Wrong alignment on TextBlock_GetDynamicOutlineMaterial"); \ +static_assert(sizeof(TextBlock_GetDynamicOutlineMaterial) == 0x000008, "Wrong size on TextBlock_GetDynamicOutlineMaterial"); \ +static_assert(offsetof(TextBlock_GetDynamicOutlineMaterial, ReturnValue) == 0x000000, "Member 'TextBlock_GetDynamicOutlineMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetAutoWrapText \ +static_assert(alignof(TextBlock_SetAutoWrapText) == 0x000001, "Wrong alignment on TextBlock_SetAutoWrapText"); \ +static_assert(sizeof(TextBlock_SetAutoWrapText) == 0x000001, "Wrong size on TextBlock_SetAutoWrapText"); \ +static_assert(offsetof(TextBlock_SetAutoWrapText, InAutoTextWrap) == 0x000000, "Member 'TextBlock_SetAutoWrapText::InAutoTextWrap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetColorAndOpacity \ +static_assert(alignof(TextBlock_SetColorAndOpacity) == 0x000008, "Wrong alignment on TextBlock_SetColorAndOpacity"); \ +static_assert(sizeof(TextBlock_SetColorAndOpacity) == 0x000028, "Wrong size on TextBlock_SetColorAndOpacity"); \ +static_assert(offsetof(TextBlock_SetColorAndOpacity, InColorAndOpacity) == 0x000000, "Member 'TextBlock_SetColorAndOpacity::InColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetFont \ +static_assert(alignof(TextBlock_SetFont) == 0x000008, "Wrong alignment on TextBlock_SetFont"); \ +static_assert(sizeof(TextBlock_SetFont) == 0x000060, "Wrong size on TextBlock_SetFont"); \ +static_assert(offsetof(TextBlock_SetFont, InFontInfo) == 0x000000, "Member 'TextBlock_SetFont::InFontInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetMinDesiredWidth \ +static_assert(alignof(TextBlock_SetMinDesiredWidth) == 0x000004, "Wrong alignment on TextBlock_SetMinDesiredWidth"); \ +static_assert(sizeof(TextBlock_SetMinDesiredWidth) == 0x000004, "Wrong size on TextBlock_SetMinDesiredWidth"); \ +static_assert(offsetof(TextBlock_SetMinDesiredWidth, InMinDesiredWidth) == 0x000000, "Member 'TextBlock_SetMinDesiredWidth::InMinDesiredWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetOpacity \ +static_assert(alignof(TextBlock_SetOpacity) == 0x000004, "Wrong alignment on TextBlock_SetOpacity"); \ +static_assert(sizeof(TextBlock_SetOpacity) == 0x000004, "Wrong size on TextBlock_SetOpacity"); \ +static_assert(offsetof(TextBlock_SetOpacity, InOpacity) == 0x000000, "Member 'TextBlock_SetOpacity::InOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetShadowColorAndOpacity \ +static_assert(alignof(TextBlock_SetShadowColorAndOpacity) == 0x000004, "Wrong alignment on TextBlock_SetShadowColorAndOpacity"); \ +static_assert(sizeof(TextBlock_SetShadowColorAndOpacity) == 0x000010, "Wrong size on TextBlock_SetShadowColorAndOpacity"); \ +static_assert(offsetof(TextBlock_SetShadowColorAndOpacity, InShadowColorAndOpacity) == 0x000000, "Member 'TextBlock_SetShadowColorAndOpacity::InShadowColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetShadowOffset \ +static_assert(alignof(TextBlock_SetShadowOffset) == 0x000004, "Wrong alignment on TextBlock_SetShadowOffset"); \ +static_assert(sizeof(TextBlock_SetShadowOffset) == 0x000008, "Wrong size on TextBlock_SetShadowOffset"); \ +static_assert(offsetof(TextBlock_SetShadowOffset, InShadowOffset) == 0x000000, "Member 'TextBlock_SetShadowOffset::InShadowOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetStrikeBrush \ +static_assert(alignof(TextBlock_SetStrikeBrush) == 0x000008, "Wrong alignment on TextBlock_SetStrikeBrush"); \ +static_assert(sizeof(TextBlock_SetStrikeBrush) == 0x000090, "Wrong size on TextBlock_SetStrikeBrush"); \ +static_assert(offsetof(TextBlock_SetStrikeBrush, InStrikeBrush) == 0x000000, "Member 'TextBlock_SetStrikeBrush::InStrikeBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetText \ +static_assert(alignof(TextBlock_SetText) == 0x000008, "Wrong alignment on TextBlock_SetText"); \ +static_assert(sizeof(TextBlock_SetText) == 0x000018, "Wrong size on TextBlock_SetText"); \ +static_assert(offsetof(TextBlock_SetText, InText) == 0x000000, "Member 'TextBlock_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetTextCasing \ +static_assert(alignof(TextBlock_SetTextCasing) == 0x000001, "Wrong alignment on TextBlock_SetTextCasing"); \ +static_assert(sizeof(TextBlock_SetTextCasing) == 0x000001, "Wrong size on TextBlock_SetTextCasing"); \ +static_assert(offsetof(TextBlock_SetTextCasing, InCasing) == 0x000000, "Member 'TextBlock_SetTextCasing::InCasing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetTextTransformPolicy \ +static_assert(alignof(TextBlock_SetTextTransformPolicy) == 0x000001, "Wrong alignment on TextBlock_SetTextTransformPolicy"); \ +static_assert(sizeof(TextBlock_SetTextTransformPolicy) == 0x000001, "Wrong size on TextBlock_SetTextTransformPolicy"); \ +static_assert(offsetof(TextBlock_SetTextTransformPolicy, InTransformPolicy) == 0x000000, "Member 'TextBlock_SetTextTransformPolicy::InTransformPolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_GetText \ +static_assert(alignof(TextBlock_GetText) == 0x000008, "Wrong alignment on TextBlock_GetText"); \ +static_assert(sizeof(TextBlock_GetText) == 0x000018, "Wrong size on TextBlock_GetText"); \ +static_assert(offsetof(TextBlock_GetText, ReturnValue) == 0x000000, "Member 'TextBlock_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextBlock \ +static_assert(alignof(UTextBlock) == 0x000008, "Wrong alignment on UTextBlock"); \ +static_assert(sizeof(UTextBlock) == 0x000308, "Wrong size on UTextBlock"); \ +static_assert(offsetof(UTextBlock, Text) == 0x000148, "Member 'UTextBlock::Text' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, TextDelegate) == 0x000160, "Member 'UTextBlock::TextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, ColorAndOpacity) == 0x000178, "Member 'UTextBlock::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, ColorAndOpacityDelegate) == 0x0001A0, "Member 'UTextBlock::ColorAndOpacityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, Font) == 0x0001B8, "Member 'UTextBlock::Font' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, StrikeBrush) == 0x000218, "Member 'UTextBlock::StrikeBrush' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, ShadowOffset) == 0x0002A8, "Member 'UTextBlock::ShadowOffset' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, ShadowColorAndOpacity) == 0x0002B0, "Member 'UTextBlock::ShadowColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, ShadowColorAndOpacityDelegate) == 0x0002C0, "Member 'UTextBlock::ShadowColorAndOpacityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, MinDesiredWidth) == 0x0002D4, "Member 'UTextBlock::MinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, bWrapWithInvalidationPanel) == 0x0002D8, "Member 'UTextBlock::bWrapWithInvalidationPanel' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, bAutoWrapText) == 0x0002D9, "Member 'UTextBlock::bAutoWrapText' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, TextTransformPolicy) == 0x0002DA, "Member 'UTextBlock::TextTransformPolicy' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, bSimpleTextMode) == 0x0002DB, "Member 'UTextBlock::bSimpleTextMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Throbber_SetAnimateHorizontally \ +static_assert(alignof(Throbber_SetAnimateHorizontally) == 0x000001, "Wrong alignment on Throbber_SetAnimateHorizontally"); \ +static_assert(sizeof(Throbber_SetAnimateHorizontally) == 0x000001, "Wrong size on Throbber_SetAnimateHorizontally"); \ +static_assert(offsetof(Throbber_SetAnimateHorizontally, bInAnimateHorizontally) == 0x000000, "Member 'Throbber_SetAnimateHorizontally::bInAnimateHorizontally' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Throbber_SetAnimateOpacity \ +static_assert(alignof(Throbber_SetAnimateOpacity) == 0x000001, "Wrong alignment on Throbber_SetAnimateOpacity"); \ +static_assert(sizeof(Throbber_SetAnimateOpacity) == 0x000001, "Wrong size on Throbber_SetAnimateOpacity"); \ +static_assert(offsetof(Throbber_SetAnimateOpacity, bInAnimateOpacity) == 0x000000, "Member 'Throbber_SetAnimateOpacity::bInAnimateOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Throbber_SetAnimateVertically \ +static_assert(alignof(Throbber_SetAnimateVertically) == 0x000001, "Wrong alignment on Throbber_SetAnimateVertically"); \ +static_assert(sizeof(Throbber_SetAnimateVertically) == 0x000001, "Wrong size on Throbber_SetAnimateVertically"); \ +static_assert(offsetof(Throbber_SetAnimateVertically, bInAnimateVertically) == 0x000000, "Member 'Throbber_SetAnimateVertically::bInAnimateVertically' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Throbber_SetNumberOfPieces \ +static_assert(alignof(Throbber_SetNumberOfPieces) == 0x000004, "Wrong alignment on Throbber_SetNumberOfPieces"); \ +static_assert(sizeof(Throbber_SetNumberOfPieces) == 0x000004, "Wrong size on Throbber_SetNumberOfPieces"); \ +static_assert(offsetof(Throbber_SetNumberOfPieces, InNumberOfPieces) == 0x000000, "Member 'Throbber_SetNumberOfPieces::InNumberOfPieces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UThrobber \ +static_assert(alignof(UThrobber) == 0x000008, "Wrong alignment on UThrobber"); \ +static_assert(sizeof(UThrobber) == 0x0001D8, "Wrong size on UThrobber"); \ +static_assert(offsetof(UThrobber, NumberOfPieces) == 0x000128, "Member 'UThrobber::NumberOfPieces' has a wrong offset!"); \ +static_assert(offsetof(UThrobber, bAnimateHorizontally) == 0x00012C, "Member 'UThrobber::bAnimateHorizontally' has a wrong offset!"); \ +static_assert(offsetof(UThrobber, bAnimateVertically) == 0x00012D, "Member 'UThrobber::bAnimateVertically' has a wrong offset!"); \ +static_assert(offsetof(UThrobber, bAnimateOpacity) == 0x00012E, "Member 'UThrobber::bAnimateOpacity' has a wrong offset!"); \ +static_assert(offsetof(UThrobber, PieceImage) == 0x000130, "Member 'UThrobber::PieceImage' has a wrong offset!"); \ +static_assert(offsetof(UThrobber, Image) == 0x000138, "Member 'UThrobber::Image' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TileView_SetEntryHeight \ +static_assert(alignof(TileView_SetEntryHeight) == 0x000004, "Wrong alignment on TileView_SetEntryHeight"); \ +static_assert(sizeof(TileView_SetEntryHeight) == 0x000004, "Wrong size on TileView_SetEntryHeight"); \ +static_assert(offsetof(TileView_SetEntryHeight, NewHeight) == 0x000000, "Member 'TileView_SetEntryHeight::NewHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TileView_SetEntryWidth \ +static_assert(alignof(TileView_SetEntryWidth) == 0x000004, "Wrong alignment on TileView_SetEntryWidth"); \ +static_assert(sizeof(TileView_SetEntryWidth) == 0x000004, "Wrong size on TileView_SetEntryWidth"); \ +static_assert(offsetof(TileView_SetEntryWidth, NewWidth) == 0x000000, "Member 'TileView_SetEntryWidth::NewWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TileView_GetEntryHeight \ +static_assert(alignof(TileView_GetEntryHeight) == 0x000004, "Wrong alignment on TileView_GetEntryHeight"); \ +static_assert(sizeof(TileView_GetEntryHeight) == 0x000004, "Wrong size on TileView_GetEntryHeight"); \ +static_assert(offsetof(TileView_GetEntryHeight, ReturnValue) == 0x000000, "Member 'TileView_GetEntryHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TileView_GetEntryWidth \ +static_assert(alignof(TileView_GetEntryWidth) == 0x000004, "Wrong alignment on TileView_GetEntryWidth"); \ +static_assert(sizeof(TileView_GetEntryWidth) == 0x000004, "Wrong size on TileView_GetEntryWidth"); \ +static_assert(offsetof(TileView_GetEntryWidth, ReturnValue) == 0x000000, "Member 'TileView_GetEntryWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTileView \ +static_assert(alignof(UTileView) == 0x000008, "Wrong alignment on UTileView"); \ +static_assert(sizeof(UTileView) == 0x0003A8, "Wrong size on UTileView"); \ +static_assert(offsetof(UTileView, EntryHeight) == 0x000388, "Member 'UTileView::EntryHeight' has a wrong offset!"); \ +static_assert(offsetof(UTileView, EntryWidth) == 0x00038C, "Member 'UTileView::EntryWidth' has a wrong offset!"); \ +static_assert(offsetof(UTileView, TileAlignment) == 0x000390, "Member 'UTileView::TileAlignment' has a wrong offset!"); \ +static_assert(offsetof(UTileView, bWrapHorizontalNavigation) == 0x000391, "Member 'UTileView::bWrapHorizontalNavigation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TreeView_SetItemExpansion \ +static_assert(alignof(TreeView_SetItemExpansion) == 0x000008, "Wrong alignment on TreeView_SetItemExpansion"); \ +static_assert(sizeof(TreeView_SetItemExpansion) == 0x000010, "Wrong size on TreeView_SetItemExpansion"); \ +static_assert(offsetof(TreeView_SetItemExpansion, Item) == 0x000000, "Member 'TreeView_SetItemExpansion::Item' has a wrong offset!"); \ +static_assert(offsetof(TreeView_SetItemExpansion, bExpandItem) == 0x000008, "Member 'TreeView_SetItemExpansion::bExpandItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTreeView \ +static_assert(alignof(UTreeView) == 0x000008, "Wrong alignment on UTreeView"); \ +static_assert(sizeof(UTreeView) == 0x0003E8, "Wrong size on UTreeView"); \ +static_assert(offsetof(UTreeView, BP_OnGetItemChildren) == 0x000398, "Member 'UTreeView::BP_OnGetItemChildren' has a wrong offset!"); \ +static_assert(offsetof(UTreeView, BP_OnItemExpansionChanged) == 0x0003B0, "Member 'UTreeView::BP_OnItemExpansionChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMGSequencePlayer_SetUserTag \ +static_assert(alignof(UMGSequencePlayer_SetUserTag) == 0x000004, "Wrong alignment on UMGSequencePlayer_SetUserTag"); \ +static_assert(sizeof(UMGSequencePlayer_SetUserTag) == 0x00000C, "Wrong size on UMGSequencePlayer_SetUserTag"); \ +static_assert(offsetof(UMGSequencePlayer_SetUserTag, InUserTag) == 0x000000, "Member 'UMGSequencePlayer_SetUserTag::InUserTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMGSequencePlayer_GetUserTag \ +static_assert(alignof(UMGSequencePlayer_GetUserTag) == 0x000004, "Wrong alignment on UMGSequencePlayer_GetUserTag"); \ +static_assert(sizeof(UMGSequencePlayer_GetUserTag) == 0x00000C, "Wrong size on UMGSequencePlayer_GetUserTag"); \ +static_assert(offsetof(UMGSequencePlayer_GetUserTag, ReturnValue) == 0x000000, "Member 'UMGSequencePlayer_GetUserTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUMGSequencePlayer \ +static_assert(alignof(UUMGSequencePlayer) == 0x000008, "Wrong alignment on UUMGSequencePlayer"); \ +static_assert(sizeof(UUMGSequencePlayer) == 0x0003D8, "Wrong size on UUMGSequencePlayer"); \ +static_assert(offsetof(UUMGSequencePlayer, Animation) == 0x000268, "Member 'UUMGSequencePlayer::Animation' has a wrong offset!"); \ +static_assert(offsetof(UUMGSequencePlayer, RootTemplateInstance) == 0x000278, "Member 'UUMGSequencePlayer::RootTemplateInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUMGSequenceTickManager \ +static_assert(alignof(UUMGSequenceTickManager) == 0x000008, "Wrong alignment on UUMGSequenceTickManager"); \ +static_assert(sizeof(UUMGSequenceTickManager) == 0x000128, "Wrong size on UUMGSequenceTickManager"); \ +static_assert(offsetof(UUMGSequenceTickManager, WeakUserWidgets) == 0x000030, "Member 'UUMGSequenceTickManager::WeakUserWidgets' has a wrong offset!"); \ +static_assert(offsetof(UUMGSequenceTickManager, Linker) == 0x000080, "Member 'UUMGSequenceTickManager::Linker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformGridPanel_AddChildToUniformGrid \ +static_assert(alignof(UniformGridPanel_AddChildToUniformGrid) == 0x000008, "Wrong alignment on UniformGridPanel_AddChildToUniformGrid"); \ +static_assert(sizeof(UniformGridPanel_AddChildToUniformGrid) == 0x000018, "Wrong size on UniformGridPanel_AddChildToUniformGrid"); \ +static_assert(offsetof(UniformGridPanel_AddChildToUniformGrid, Content) == 0x000000, "Member 'UniformGridPanel_AddChildToUniformGrid::Content' has a wrong offset!"); \ +static_assert(offsetof(UniformGridPanel_AddChildToUniformGrid, InRow) == 0x000008, "Member 'UniformGridPanel_AddChildToUniformGrid::InRow' has a wrong offset!"); \ +static_assert(offsetof(UniformGridPanel_AddChildToUniformGrid, InColumn) == 0x00000C, "Member 'UniformGridPanel_AddChildToUniformGrid::InColumn' has a wrong offset!"); \ +static_assert(offsetof(UniformGridPanel_AddChildToUniformGrid, ReturnValue) == 0x000010, "Member 'UniformGridPanel_AddChildToUniformGrid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformGridPanel_SetMinDesiredSlotHeight \ +static_assert(alignof(UniformGridPanel_SetMinDesiredSlotHeight) == 0x000004, "Wrong alignment on UniformGridPanel_SetMinDesiredSlotHeight"); \ +static_assert(sizeof(UniformGridPanel_SetMinDesiredSlotHeight) == 0x000004, "Wrong size on UniformGridPanel_SetMinDesiredSlotHeight"); \ +static_assert(offsetof(UniformGridPanel_SetMinDesiredSlotHeight, InMinDesiredSlotHeight) == 0x000000, "Member 'UniformGridPanel_SetMinDesiredSlotHeight::InMinDesiredSlotHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformGridPanel_SetMinDesiredSlotWidth \ +static_assert(alignof(UniformGridPanel_SetMinDesiredSlotWidth) == 0x000004, "Wrong alignment on UniformGridPanel_SetMinDesiredSlotWidth"); \ +static_assert(sizeof(UniformGridPanel_SetMinDesiredSlotWidth) == 0x000004, "Wrong size on UniformGridPanel_SetMinDesiredSlotWidth"); \ +static_assert(offsetof(UniformGridPanel_SetMinDesiredSlotWidth, InMinDesiredSlotWidth) == 0x000000, "Member 'UniformGridPanel_SetMinDesiredSlotWidth::InMinDesiredSlotWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformGridPanel_SetSlotPadding \ +static_assert(alignof(UniformGridPanel_SetSlotPadding) == 0x000004, "Wrong alignment on UniformGridPanel_SetSlotPadding"); \ +static_assert(sizeof(UniformGridPanel_SetSlotPadding) == 0x000010, "Wrong size on UniformGridPanel_SetSlotPadding"); \ +static_assert(offsetof(UniformGridPanel_SetSlotPadding, InSlotPadding) == 0x000000, "Member 'UniformGridPanel_SetSlotPadding::InSlotPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUniformGridPanel \ +static_assert(alignof(UUniformGridPanel) == 0x000008, "Wrong alignment on UUniformGridPanel"); \ +static_assert(sizeof(UUniformGridPanel) == 0x000168, "Wrong size on UUniformGridPanel"); \ +static_assert(offsetof(UUniformGridPanel, SlotPadding) == 0x000140, "Member 'UUniformGridPanel::SlotPadding' has a wrong offset!"); \ +static_assert(offsetof(UUniformGridPanel, MinDesiredSlotWidth) == 0x000150, "Member 'UUniformGridPanel::MinDesiredSlotWidth' has a wrong offset!"); \ +static_assert(offsetof(UUniformGridPanel, MinDesiredSlotHeight) == 0x000154, "Member 'UUniformGridPanel::MinDesiredSlotHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformGridSlot_SetColumn \ +static_assert(alignof(UniformGridSlot_SetColumn) == 0x000004, "Wrong alignment on UniformGridSlot_SetColumn"); \ +static_assert(sizeof(UniformGridSlot_SetColumn) == 0x000004, "Wrong size on UniformGridSlot_SetColumn"); \ +static_assert(offsetof(UniformGridSlot_SetColumn, InColumn) == 0x000000, "Member 'UniformGridSlot_SetColumn::InColumn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformGridSlot_SetHorizontalAlignment \ +static_assert(alignof(UniformGridSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on UniformGridSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(UniformGridSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on UniformGridSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(UniformGridSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'UniformGridSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformGridSlot_SetRow \ +static_assert(alignof(UniformGridSlot_SetRow) == 0x000004, "Wrong alignment on UniformGridSlot_SetRow"); \ +static_assert(sizeof(UniformGridSlot_SetRow) == 0x000004, "Wrong size on UniformGridSlot_SetRow"); \ +static_assert(offsetof(UniformGridSlot_SetRow, InRow) == 0x000000, "Member 'UniformGridSlot_SetRow::InRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformGridSlot_SetVerticalAlignment \ +static_assert(alignof(UniformGridSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on UniformGridSlot_SetVerticalAlignment"); \ +static_assert(sizeof(UniformGridSlot_SetVerticalAlignment) == 0x000001, "Wrong size on UniformGridSlot_SetVerticalAlignment"); \ +static_assert(offsetof(UniformGridSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'UniformGridSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUniformGridSlot \ +static_assert(alignof(UUniformGridSlot) == 0x000008, "Wrong alignment on UUniformGridSlot"); \ +static_assert(sizeof(UUniformGridSlot) == 0x000058, "Wrong size on UUniformGridSlot"); \ +static_assert(offsetof(UUniformGridSlot, HorizontalAlignment) == 0x000040, "Member 'UUniformGridSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UUniformGridSlot, VerticalAlignment) == 0x000041, "Member 'UUniformGridSlot::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UUniformGridSlot, Row) == 0x000044, "Member 'UUniformGridSlot::Row' has a wrong offset!"); \ +static_assert(offsetof(UUniformGridSlot, Column) == 0x000048, "Member 'UUniformGridSlot::Column' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VerticalBox_AddChildToVerticalBox \ +static_assert(alignof(VerticalBox_AddChildToVerticalBox) == 0x000008, "Wrong alignment on VerticalBox_AddChildToVerticalBox"); \ +static_assert(sizeof(VerticalBox_AddChildToVerticalBox) == 0x000010, "Wrong size on VerticalBox_AddChildToVerticalBox"); \ +static_assert(offsetof(VerticalBox_AddChildToVerticalBox, Content) == 0x000000, "Member 'VerticalBox_AddChildToVerticalBox::Content' has a wrong offset!"); \ +static_assert(offsetof(VerticalBox_AddChildToVerticalBox, ReturnValue) == 0x000008, "Member 'VerticalBox_AddChildToVerticalBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVerticalBox \ +static_assert(alignof(UVerticalBox) == 0x000008, "Wrong alignment on UVerticalBox"); \ +static_assert(sizeof(UVerticalBox) == 0x000150, "Wrong size on UVerticalBox"); \ + +#define DUMPER7_ASSERTS_VerticalBoxSlot_SetHorizontalAlignment \ +static_assert(alignof(VerticalBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on VerticalBoxSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(VerticalBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on VerticalBoxSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(VerticalBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'VerticalBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VerticalBoxSlot_SetPadding \ +static_assert(alignof(VerticalBoxSlot_SetPadding) == 0x000004, "Wrong alignment on VerticalBoxSlot_SetPadding"); \ +static_assert(sizeof(VerticalBoxSlot_SetPadding) == 0x000010, "Wrong size on VerticalBoxSlot_SetPadding"); \ +static_assert(offsetof(VerticalBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'VerticalBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VerticalBoxSlot_SetSize \ +static_assert(alignof(VerticalBoxSlot_SetSize) == 0x000004, "Wrong alignment on VerticalBoxSlot_SetSize"); \ +static_assert(sizeof(VerticalBoxSlot_SetSize) == 0x000008, "Wrong size on VerticalBoxSlot_SetSize"); \ +static_assert(offsetof(VerticalBoxSlot_SetSize, InSize) == 0x000000, "Member 'VerticalBoxSlot_SetSize::InSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VerticalBoxSlot_SetVerticalAlignment \ +static_assert(alignof(VerticalBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on VerticalBoxSlot_SetVerticalAlignment"); \ +static_assert(sizeof(VerticalBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on VerticalBoxSlot_SetVerticalAlignment"); \ +static_assert(offsetof(VerticalBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'VerticalBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVerticalBoxSlot \ +static_assert(alignof(UVerticalBoxSlot) == 0x000008, "Wrong alignment on UVerticalBoxSlot"); \ +static_assert(sizeof(UVerticalBoxSlot) == 0x000068, "Wrong size on UVerticalBoxSlot"); \ +static_assert(offsetof(UVerticalBoxSlot, Size) == 0x000040, "Member 'UVerticalBoxSlot::Size' has a wrong offset!"); \ +static_assert(offsetof(UVerticalBoxSlot, Padding) == 0x000048, "Member 'UVerticalBoxSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UVerticalBoxSlot, HorizontalAlignment) == 0x000060, "Member 'UVerticalBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UVerticalBoxSlot, VerticalAlignment) == 0x000061, "Member 'UVerticalBoxSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Viewport_SetViewLocation \ +static_assert(alignof(Viewport_SetViewLocation) == 0x000004, "Wrong alignment on Viewport_SetViewLocation"); \ +static_assert(sizeof(Viewport_SetViewLocation) == 0x00000C, "Wrong size on Viewport_SetViewLocation"); \ +static_assert(offsetof(Viewport_SetViewLocation, Location) == 0x000000, "Member 'Viewport_SetViewLocation::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Viewport_SetViewRotation \ +static_assert(alignof(Viewport_SetViewRotation) == 0x000004, "Wrong alignment on Viewport_SetViewRotation"); \ +static_assert(sizeof(Viewport_SetViewRotation) == 0x00000C, "Wrong size on Viewport_SetViewRotation"); \ +static_assert(offsetof(Viewport_SetViewRotation, Rotation) == 0x000000, "Member 'Viewport_SetViewRotation::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Viewport_Spawn \ +static_assert(alignof(Viewport_Spawn) == 0x000008, "Wrong alignment on Viewport_Spawn"); \ +static_assert(sizeof(Viewport_Spawn) == 0x000010, "Wrong size on Viewport_Spawn"); \ +static_assert(offsetof(Viewport_Spawn, ActorClass) == 0x000000, "Member 'Viewport_Spawn::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(Viewport_Spawn, ReturnValue) == 0x000008, "Member 'Viewport_Spawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Viewport_GetViewLocation \ +static_assert(alignof(Viewport_GetViewLocation) == 0x000004, "Wrong alignment on Viewport_GetViewLocation"); \ +static_assert(sizeof(Viewport_GetViewLocation) == 0x00000C, "Wrong size on Viewport_GetViewLocation"); \ +static_assert(offsetof(Viewport_GetViewLocation, ReturnValue) == 0x000000, "Member 'Viewport_GetViewLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Viewport_GetViewportWorld \ +static_assert(alignof(Viewport_GetViewportWorld) == 0x000008, "Wrong alignment on Viewport_GetViewportWorld"); \ +static_assert(sizeof(Viewport_GetViewportWorld) == 0x000008, "Wrong size on Viewport_GetViewportWorld"); \ +static_assert(offsetof(Viewport_GetViewportWorld, ReturnValue) == 0x000000, "Member 'Viewport_GetViewportWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Viewport_GetViewRotation \ +static_assert(alignof(Viewport_GetViewRotation) == 0x000004, "Wrong alignment on Viewport_GetViewRotation"); \ +static_assert(sizeof(Viewport_GetViewRotation) == 0x00000C, "Wrong size on Viewport_GetViewRotation"); \ +static_assert(offsetof(Viewport_GetViewRotation, ReturnValue) == 0x000000, "Member 'Viewport_GetViewRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UViewport \ +static_assert(alignof(UViewport) == 0x000008, "Wrong alignment on UViewport"); \ +static_assert(sizeof(UViewport) == 0x000190, "Wrong size on UViewport"); \ +static_assert(offsetof(UViewport, BackgroundColor) == 0x000140, "Member 'UViewport::BackgroundColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisibilityBinding_GetValue \ +static_assert(alignof(VisibilityBinding_GetValue) == 0x000001, "Wrong alignment on VisibilityBinding_GetValue"); \ +static_assert(sizeof(VisibilityBinding_GetValue) == 0x000001, "Wrong size on VisibilityBinding_GetValue"); \ +static_assert(offsetof(VisibilityBinding_GetValue, ReturnValue) == 0x000000, "Member 'VisibilityBinding_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVisibilityBinding \ +static_assert(alignof(UVisibilityBinding) == 0x000008, "Wrong alignment on UVisibilityBinding"); \ +static_assert(sizeof(UVisibilityBinding) == 0x000070, "Wrong size on UVisibilityBinding"); \ + +#define DUMPER7_ASSERTS_WidgetAnimation_BindToAnimationFinished \ +static_assert(alignof(WidgetAnimation_BindToAnimationFinished) == 0x000008, "Wrong alignment on WidgetAnimation_BindToAnimationFinished"); \ +static_assert(sizeof(WidgetAnimation_BindToAnimationFinished) == 0x000020, "Wrong size on WidgetAnimation_BindToAnimationFinished"); \ +static_assert(offsetof(WidgetAnimation_BindToAnimationFinished, Widget) == 0x000000, "Member 'WidgetAnimation_BindToAnimationFinished::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimation_BindToAnimationFinished, Delegate) == 0x000008, "Member 'WidgetAnimation_BindToAnimationFinished::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetAnimation_BindToAnimationStarted \ +static_assert(alignof(WidgetAnimation_BindToAnimationStarted) == 0x000008, "Wrong alignment on WidgetAnimation_BindToAnimationStarted"); \ +static_assert(sizeof(WidgetAnimation_BindToAnimationStarted) == 0x000020, "Wrong size on WidgetAnimation_BindToAnimationStarted"); \ +static_assert(offsetof(WidgetAnimation_BindToAnimationStarted, Widget) == 0x000000, "Member 'WidgetAnimation_BindToAnimationStarted::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimation_BindToAnimationStarted, Delegate) == 0x000008, "Member 'WidgetAnimation_BindToAnimationStarted::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetAnimation_UnbindAllFromAnimationFinished \ +static_assert(alignof(WidgetAnimation_UnbindAllFromAnimationFinished) == 0x000008, "Wrong alignment on WidgetAnimation_UnbindAllFromAnimationFinished"); \ +static_assert(sizeof(WidgetAnimation_UnbindAllFromAnimationFinished) == 0x000008, "Wrong size on WidgetAnimation_UnbindAllFromAnimationFinished"); \ +static_assert(offsetof(WidgetAnimation_UnbindAllFromAnimationFinished, Widget) == 0x000000, "Member 'WidgetAnimation_UnbindAllFromAnimationFinished::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetAnimation_UnbindAllFromAnimationStarted \ +static_assert(alignof(WidgetAnimation_UnbindAllFromAnimationStarted) == 0x000008, "Wrong alignment on WidgetAnimation_UnbindAllFromAnimationStarted"); \ +static_assert(sizeof(WidgetAnimation_UnbindAllFromAnimationStarted) == 0x000008, "Wrong size on WidgetAnimation_UnbindAllFromAnimationStarted"); \ +static_assert(offsetof(WidgetAnimation_UnbindAllFromAnimationStarted, Widget) == 0x000000, "Member 'WidgetAnimation_UnbindAllFromAnimationStarted::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetAnimation_UnbindFromAnimationFinished \ +static_assert(alignof(WidgetAnimation_UnbindFromAnimationFinished) == 0x000008, "Wrong alignment on WidgetAnimation_UnbindFromAnimationFinished"); \ +static_assert(sizeof(WidgetAnimation_UnbindFromAnimationFinished) == 0x000020, "Wrong size on WidgetAnimation_UnbindFromAnimationFinished"); \ +static_assert(offsetof(WidgetAnimation_UnbindFromAnimationFinished, Widget) == 0x000000, "Member 'WidgetAnimation_UnbindFromAnimationFinished::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimation_UnbindFromAnimationFinished, Delegate) == 0x000008, "Member 'WidgetAnimation_UnbindFromAnimationFinished::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetAnimation_UnbindFromAnimationStarted \ +static_assert(alignof(WidgetAnimation_UnbindFromAnimationStarted) == 0x000008, "Wrong alignment on WidgetAnimation_UnbindFromAnimationStarted"); \ +static_assert(sizeof(WidgetAnimation_UnbindFromAnimationStarted) == 0x000020, "Wrong size on WidgetAnimation_UnbindFromAnimationStarted"); \ +static_assert(offsetof(WidgetAnimation_UnbindFromAnimationStarted, Widget) == 0x000000, "Member 'WidgetAnimation_UnbindFromAnimationStarted::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimation_UnbindFromAnimationStarted, Delegate) == 0x000008, "Member 'WidgetAnimation_UnbindFromAnimationStarted::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetAnimation_GetEndTime \ +static_assert(alignof(WidgetAnimation_GetEndTime) == 0x000004, "Wrong alignment on WidgetAnimation_GetEndTime"); \ +static_assert(sizeof(WidgetAnimation_GetEndTime) == 0x000004, "Wrong size on WidgetAnimation_GetEndTime"); \ +static_assert(offsetof(WidgetAnimation_GetEndTime, ReturnValue) == 0x000000, "Member 'WidgetAnimation_GetEndTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetAnimation_GetStartTime \ +static_assert(alignof(WidgetAnimation_GetStartTime) == 0x000004, "Wrong alignment on WidgetAnimation_GetStartTime"); \ +static_assert(sizeof(WidgetAnimation_GetStartTime) == 0x000004, "Wrong size on WidgetAnimation_GetStartTime"); \ +static_assert(offsetof(WidgetAnimation_GetStartTime, ReturnValue) == 0x000000, "Member 'WidgetAnimation_GetStartTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetAnimation \ +static_assert(alignof(UWidgetAnimation) == 0x000008, "Wrong alignment on UWidgetAnimation"); \ +static_assert(sizeof(UWidgetAnimation) == 0x000098, "Wrong size on UWidgetAnimation"); \ +static_assert(offsetof(UWidgetAnimation, MovieScene) == 0x000068, "Member 'UWidgetAnimation::MovieScene' has a wrong offset!"); \ +static_assert(offsetof(UWidgetAnimation, AnimationBindings) == 0x000070, "Member 'UWidgetAnimation::AnimationBindings' has a wrong offset!"); \ +static_assert(offsetof(UWidgetAnimation, bLegacyFinishOnStop) == 0x000080, "Member 'UWidgetAnimation::bLegacyFinishOnStop' has a wrong offset!"); \ +static_assert(offsetof(UWidgetAnimation, DisplayLabel) == 0x000088, "Member 'UWidgetAnimation::DisplayLabel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetAnimationDelegateBinding \ +static_assert(alignof(UWidgetAnimationDelegateBinding) == 0x000008, "Wrong alignment on UWidgetAnimationDelegateBinding"); \ +static_assert(sizeof(UWidgetAnimationDelegateBinding) == 0x000040, "Wrong size on UWidgetAnimationDelegateBinding"); \ +static_assert(offsetof(UWidgetAnimationDelegateBinding, WidgetAnimationDelegateBindings) == 0x000030, "Member 'UWidgetAnimationDelegateBinding::WidgetAnimationDelegateBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject \ +static_assert(alignof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject) == 0x000008, "Wrong alignment on WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject"); \ +static_assert(sizeof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject) == 0x000030, "Wrong size on WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject, Result) == 0x000000, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject::Result' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject, Widget) == 0x000008, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject, InAnimation) == 0x000010, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject, StartAtTime) == 0x000018, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject::StartAtTime' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject, NumLoopsToPlay) == 0x00001C, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject::NumLoopsToPlay' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject, PlayMode) == 0x000020, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject::PlayMode' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject, PlaybackSpeed) == 0x000024, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject, ReturnValue) == 0x000028, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject \ +static_assert(alignof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject) == 0x000008, "Wrong alignment on WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject"); \ +static_assert(sizeof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject) == 0x000038, "Wrong size on WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, Result) == 0x000000, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::Result' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, Widget) == 0x000008, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, InAnimation) == 0x000010, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, StartAtTime) == 0x000018, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::StartAtTime' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, EndAtTime) == 0x00001C, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::EndAtTime' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, NumLoopsToPlay) == 0x000020, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::NumLoopsToPlay' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, PlayMode) == 0x000024, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::PlayMode' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, PlaybackSpeed) == 0x000028, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, ReturnValue) == 0x000030, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetAnimationPlayCallbackProxy \ +static_assert(alignof(UWidgetAnimationPlayCallbackProxy) == 0x000008, "Wrong alignment on UWidgetAnimationPlayCallbackProxy"); \ +static_assert(sizeof(UWidgetAnimationPlayCallbackProxy) == 0x000050, "Wrong size on UWidgetAnimationPlayCallbackProxy"); \ +static_assert(offsetof(UWidgetAnimationPlayCallbackProxy, Finished) == 0x000030, "Member 'UWidgetAnimationPlayCallbackProxy::Finished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBinding_GetValue \ +static_assert(alignof(WidgetBinding_GetValue) == 0x000008, "Wrong alignment on WidgetBinding_GetValue"); \ +static_assert(sizeof(WidgetBinding_GetValue) == 0x000008, "Wrong size on WidgetBinding_GetValue"); \ +static_assert(offsetof(WidgetBinding_GetValue, ReturnValue) == 0x000000, "Member 'WidgetBinding_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetBinding \ +static_assert(alignof(UWidgetBinding) == 0x000008, "Wrong alignment on UWidgetBinding"); \ +static_assert(sizeof(UWidgetBinding) == 0x000070, "Wrong size on UWidgetBinding"); \ + +#define DUMPER7_ASSERTS_UWidgetBlueprintGeneratedClass \ +static_assert(alignof(UWidgetBlueprintGeneratedClass) == 0x000008, "Wrong alignment on UWidgetBlueprintGeneratedClass"); \ +static_assert(sizeof(UWidgetBlueprintGeneratedClass) == 0x000388, "Wrong size on UWidgetBlueprintGeneratedClass"); \ +static_assert(offsetof(UWidgetBlueprintGeneratedClass, WidgetTree) == 0x000348, "Member 'UWidgetBlueprintGeneratedClass::WidgetTree' has a wrong offset!"); \ +static_assert(offsetof(UWidgetBlueprintGeneratedClass, Bindings) == 0x000358, "Member 'UWidgetBlueprintGeneratedClass::Bindings' has a wrong offset!"); \ +static_assert(offsetof(UWidgetBlueprintGeneratedClass, Animations) == 0x000368, "Member 'UWidgetBlueprintGeneratedClass::Animations' has a wrong offset!"); \ +static_assert(offsetof(UWidgetBlueprintGeneratedClass, NamedSlots) == 0x000378, "Member 'UWidgetBlueprintGeneratedClass::NamedSlots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_CaptureJoystick \ +static_assert(alignof(WidgetBlueprintLibrary_CaptureJoystick) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_CaptureJoystick"); \ +static_assert(sizeof(WidgetBlueprintLibrary_CaptureJoystick) == 0x000190, "Wrong size on WidgetBlueprintLibrary_CaptureJoystick"); \ +static_assert(offsetof(WidgetBlueprintLibrary_CaptureJoystick, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_CaptureJoystick::Reply' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_CaptureJoystick, CapturingWidget) == 0x0000C0, "Member 'WidgetBlueprintLibrary_CaptureJoystick::CapturingWidget' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_CaptureJoystick, bInAllJoysticks) == 0x0000C8, "Member 'WidgetBlueprintLibrary_CaptureJoystick::bInAllJoysticks' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_CaptureJoystick, ReturnValue) == 0x0000D0, "Member 'WidgetBlueprintLibrary_CaptureJoystick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_CaptureMouse \ +static_assert(alignof(WidgetBlueprintLibrary_CaptureMouse) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_CaptureMouse"); \ +static_assert(sizeof(WidgetBlueprintLibrary_CaptureMouse) == 0x000188, "Wrong size on WidgetBlueprintLibrary_CaptureMouse"); \ +static_assert(offsetof(WidgetBlueprintLibrary_CaptureMouse, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_CaptureMouse::Reply' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_CaptureMouse, CapturingWidget) == 0x0000C0, "Member 'WidgetBlueprintLibrary_CaptureMouse::CapturingWidget' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_CaptureMouse, ReturnValue) == 0x0000C8, "Member 'WidgetBlueprintLibrary_CaptureMouse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_ClearUserFocus \ +static_assert(alignof(WidgetBlueprintLibrary_ClearUserFocus) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_ClearUserFocus"); \ +static_assert(sizeof(WidgetBlueprintLibrary_ClearUserFocus) == 0x000188, "Wrong size on WidgetBlueprintLibrary_ClearUserFocus"); \ +static_assert(offsetof(WidgetBlueprintLibrary_ClearUserFocus, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_ClearUserFocus::Reply' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_ClearUserFocus, bInAllUsers) == 0x0000C0, "Member 'WidgetBlueprintLibrary_ClearUserFocus::bInAllUsers' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_ClearUserFocus, ReturnValue) == 0x0000C8, "Member 'WidgetBlueprintLibrary_ClearUserFocus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_Create \ +static_assert(alignof(WidgetBlueprintLibrary_Create) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_Create"); \ +static_assert(sizeof(WidgetBlueprintLibrary_Create) == 0x000020, "Wrong size on WidgetBlueprintLibrary_Create"); \ +static_assert(offsetof(WidgetBlueprintLibrary_Create, WorldContextObject) == 0x000000, "Member 'WidgetBlueprintLibrary_Create::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_Create, WidgetType) == 0x000008, "Member 'WidgetBlueprintLibrary_Create::WidgetType' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_Create, OwningPlayer) == 0x000010, "Member 'WidgetBlueprintLibrary_Create::OwningPlayer' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_Create, ReturnValue) == 0x000018, "Member 'WidgetBlueprintLibrary_Create::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_CreateDragDropOperation \ +static_assert(alignof(WidgetBlueprintLibrary_CreateDragDropOperation) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_CreateDragDropOperation"); \ +static_assert(sizeof(WidgetBlueprintLibrary_CreateDragDropOperation) == 0x000010, "Wrong size on WidgetBlueprintLibrary_CreateDragDropOperation"); \ +static_assert(offsetof(WidgetBlueprintLibrary_CreateDragDropOperation, OperationClass) == 0x000000, "Member 'WidgetBlueprintLibrary_CreateDragDropOperation::OperationClass' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_CreateDragDropOperation, ReturnValue) == 0x000008, "Member 'WidgetBlueprintLibrary_CreateDragDropOperation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DetectDrag \ +static_assert(alignof(WidgetBlueprintLibrary_DetectDrag) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DetectDrag"); \ +static_assert(sizeof(WidgetBlueprintLibrary_DetectDrag) == 0x0001A8, "Wrong size on WidgetBlueprintLibrary_DetectDrag"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DetectDrag, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_DetectDrag::Reply' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DetectDrag, WidgetDetectingDrag) == 0x0000C0, "Member 'WidgetBlueprintLibrary_DetectDrag::WidgetDetectingDrag' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DetectDrag, DragKey) == 0x0000C8, "Member 'WidgetBlueprintLibrary_DetectDrag::DragKey' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DetectDrag, ReturnValue) == 0x0000E8, "Member 'WidgetBlueprintLibrary_DetectDrag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DetectDragIfPressed \ +static_assert(alignof(WidgetBlueprintLibrary_DetectDragIfPressed) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DetectDragIfPressed"); \ +static_assert(sizeof(WidgetBlueprintLibrary_DetectDragIfPressed) == 0x000160, "Wrong size on WidgetBlueprintLibrary_DetectDragIfPressed"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DetectDragIfPressed, PointerEvent) == 0x000000, "Member 'WidgetBlueprintLibrary_DetectDragIfPressed::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DetectDragIfPressed, WidgetDetectingDrag) == 0x000078, "Member 'WidgetBlueprintLibrary_DetectDragIfPressed::WidgetDetectingDrag' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DetectDragIfPressed, DragKey) == 0x000080, "Member 'WidgetBlueprintLibrary_DetectDragIfPressed::DragKey' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DetectDragIfPressed, ReturnValue) == 0x0000A0, "Member 'WidgetBlueprintLibrary_DetectDragIfPressed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DrawBox \ +static_assert(alignof(WidgetBlueprintLibrary_DrawBox) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DrawBox"); \ +static_assert(sizeof(WidgetBlueprintLibrary_DrawBox) == 0x000058, "Wrong size on WidgetBlueprintLibrary_DrawBox"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawBox, Context) == 0x000000, "Member 'WidgetBlueprintLibrary_DrawBox::Context' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawBox, Position) == 0x000030, "Member 'WidgetBlueprintLibrary_DrawBox::Position' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawBox, Size) == 0x000038, "Member 'WidgetBlueprintLibrary_DrawBox::Size' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawBox, Brush) == 0x000040, "Member 'WidgetBlueprintLibrary_DrawBox::Brush' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawBox, Tint) == 0x000048, "Member 'WidgetBlueprintLibrary_DrawBox::Tint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DrawLine \ +static_assert(alignof(WidgetBlueprintLibrary_DrawLine) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DrawLine"); \ +static_assert(sizeof(WidgetBlueprintLibrary_DrawLine) == 0x000058, "Wrong size on WidgetBlueprintLibrary_DrawLine"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, Context) == 0x000000, "Member 'WidgetBlueprintLibrary_DrawLine::Context' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, PositionA) == 0x000030, "Member 'WidgetBlueprintLibrary_DrawLine::PositionA' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, PositionB) == 0x000038, "Member 'WidgetBlueprintLibrary_DrawLine::PositionB' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, Tint) == 0x000040, "Member 'WidgetBlueprintLibrary_DrawLine::Tint' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, bAntiAlias) == 0x000050, "Member 'WidgetBlueprintLibrary_DrawLine::bAntiAlias' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, Thickness) == 0x000054, "Member 'WidgetBlueprintLibrary_DrawLine::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DrawLines \ +static_assert(alignof(WidgetBlueprintLibrary_DrawLines) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DrawLines"); \ +static_assert(sizeof(WidgetBlueprintLibrary_DrawLines) == 0x000058, "Wrong size on WidgetBlueprintLibrary_DrawLines"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawLines, Context) == 0x000000, "Member 'WidgetBlueprintLibrary_DrawLines::Context' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawLines, Points) == 0x000030, "Member 'WidgetBlueprintLibrary_DrawLines::Points' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawLines, Tint) == 0x000040, "Member 'WidgetBlueprintLibrary_DrawLines::Tint' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawLines, bAntiAlias) == 0x000050, "Member 'WidgetBlueprintLibrary_DrawLines::bAntiAlias' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawLines, Thickness) == 0x000054, "Member 'WidgetBlueprintLibrary_DrawLines::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DrawText \ +static_assert(alignof(WidgetBlueprintLibrary_DrawText) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DrawText"); \ +static_assert(sizeof(WidgetBlueprintLibrary_DrawText) == 0x000058, "Wrong size on WidgetBlueprintLibrary_DrawText"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawText, Context) == 0x000000, "Member 'WidgetBlueprintLibrary_DrawText::Context' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawText, InString) == 0x000030, "Member 'WidgetBlueprintLibrary_DrawText::InString' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawText, Position) == 0x000040, "Member 'WidgetBlueprintLibrary_DrawText::Position' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawText, Tint) == 0x000048, "Member 'WidgetBlueprintLibrary_DrawText::Tint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DrawTextFormatted \ +static_assert(alignof(WidgetBlueprintLibrary_DrawTextFormatted) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DrawTextFormatted"); \ +static_assert(sizeof(WidgetBlueprintLibrary_DrawTextFormatted) == 0x000078, "Wrong size on WidgetBlueprintLibrary_DrawTextFormatted"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, Context) == 0x000000, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::Context' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, Text) == 0x000030, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::Text' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, Position) == 0x000048, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::Position' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, Font) == 0x000050, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::Font' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, FontSize) == 0x000058, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::FontSize' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, FontTypeFace) == 0x00005C, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::FontTypeFace' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, Tint) == 0x000068, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::Tint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_EndDragDrop \ +static_assert(alignof(WidgetBlueprintLibrary_EndDragDrop) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_EndDragDrop"); \ +static_assert(sizeof(WidgetBlueprintLibrary_EndDragDrop) == 0x000180, "Wrong size on WidgetBlueprintLibrary_EndDragDrop"); \ +static_assert(offsetof(WidgetBlueprintLibrary_EndDragDrop, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_EndDragDrop::Reply' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_EndDragDrop, ReturnValue) == 0x0000C0, "Member 'WidgetBlueprintLibrary_EndDragDrop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetAllWidgetsOfClass \ +static_assert(alignof(WidgetBlueprintLibrary_GetAllWidgetsOfClass) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetAllWidgetsOfClass"); \ +static_assert(sizeof(WidgetBlueprintLibrary_GetAllWidgetsOfClass) == 0x000028, "Wrong size on WidgetBlueprintLibrary_GetAllWidgetsOfClass"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetAllWidgetsOfClass, WorldContextObject) == 0x000000, "Member 'WidgetBlueprintLibrary_GetAllWidgetsOfClass::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetAllWidgetsOfClass, FoundWidgets) == 0x000008, "Member 'WidgetBlueprintLibrary_GetAllWidgetsOfClass::FoundWidgets' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetAllWidgetsOfClass, WidgetClass) == 0x000018, "Member 'WidgetBlueprintLibrary_GetAllWidgetsOfClass::WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetAllWidgetsOfClass, TopLevelOnly) == 0x000020, "Member 'WidgetBlueprintLibrary_GetAllWidgetsOfClass::TopLevelOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetAllWidgetsWithInterface \ +static_assert(alignof(WidgetBlueprintLibrary_GetAllWidgetsWithInterface) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetAllWidgetsWithInterface"); \ +static_assert(sizeof(WidgetBlueprintLibrary_GetAllWidgetsWithInterface) == 0x000028, "Wrong size on WidgetBlueprintLibrary_GetAllWidgetsWithInterface"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetAllWidgetsWithInterface, WorldContextObject) == 0x000000, "Member 'WidgetBlueprintLibrary_GetAllWidgetsWithInterface::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetAllWidgetsWithInterface, FoundWidgets) == 0x000008, "Member 'WidgetBlueprintLibrary_GetAllWidgetsWithInterface::FoundWidgets' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetAllWidgetsWithInterface, Interface) == 0x000018, "Member 'WidgetBlueprintLibrary_GetAllWidgetsWithInterface::Interface' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetAllWidgetsWithInterface, TopLevelOnly) == 0x000020, "Member 'WidgetBlueprintLibrary_GetAllWidgetsWithInterface::TopLevelOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetBrushResource \ +static_assert(alignof(WidgetBlueprintLibrary_GetBrushResource) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetBrushResource"); \ +static_assert(sizeof(WidgetBlueprintLibrary_GetBrushResource) == 0x000098, "Wrong size on WidgetBlueprintLibrary_GetBrushResource"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetBrushResource, Brush) == 0x000000, "Member 'WidgetBlueprintLibrary_GetBrushResource::Brush' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetBrushResource, ReturnValue) == 0x000090, "Member 'WidgetBlueprintLibrary_GetBrushResource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetBrushResourceAsMaterial \ +static_assert(alignof(WidgetBlueprintLibrary_GetBrushResourceAsMaterial) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetBrushResourceAsMaterial"); \ +static_assert(sizeof(WidgetBlueprintLibrary_GetBrushResourceAsMaterial) == 0x000098, "Wrong size on WidgetBlueprintLibrary_GetBrushResourceAsMaterial"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetBrushResourceAsMaterial, Brush) == 0x000000, "Member 'WidgetBlueprintLibrary_GetBrushResourceAsMaterial::Brush' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetBrushResourceAsMaterial, ReturnValue) == 0x000090, "Member 'WidgetBlueprintLibrary_GetBrushResourceAsMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetBrushResourceAsTexture2D \ +static_assert(alignof(WidgetBlueprintLibrary_GetBrushResourceAsTexture2D) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetBrushResourceAsTexture2D"); \ +static_assert(sizeof(WidgetBlueprintLibrary_GetBrushResourceAsTexture2D) == 0x000098, "Wrong size on WidgetBlueprintLibrary_GetBrushResourceAsTexture2D"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetBrushResourceAsTexture2D, Brush) == 0x000000, "Member 'WidgetBlueprintLibrary_GetBrushResourceAsTexture2D::Brush' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetBrushResourceAsTexture2D, ReturnValue) == 0x000090, "Member 'WidgetBlueprintLibrary_GetBrushResourceAsTexture2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetDragDroppingContent \ +static_assert(alignof(WidgetBlueprintLibrary_GetDragDroppingContent) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetDragDroppingContent"); \ +static_assert(sizeof(WidgetBlueprintLibrary_GetDragDroppingContent) == 0x000008, "Wrong size on WidgetBlueprintLibrary_GetDragDroppingContent"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetDragDroppingContent, ReturnValue) == 0x000000, "Member 'WidgetBlueprintLibrary_GetDragDroppingContent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetDynamicMaterial \ +static_assert(alignof(WidgetBlueprintLibrary_GetDynamicMaterial) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetDynamicMaterial"); \ +static_assert(sizeof(WidgetBlueprintLibrary_GetDynamicMaterial) == 0x000098, "Wrong size on WidgetBlueprintLibrary_GetDynamicMaterial"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetDynamicMaterial, Brush) == 0x000000, "Member 'WidgetBlueprintLibrary_GetDynamicMaterial::Brush' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetDynamicMaterial, ReturnValue) == 0x000090, "Member 'WidgetBlueprintLibrary_GetDynamicMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetInputEventFromCharacterEvent \ +static_assert(alignof(WidgetBlueprintLibrary_GetInputEventFromCharacterEvent) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetInputEventFromCharacterEvent"); \ +static_assert(sizeof(WidgetBlueprintLibrary_GetInputEventFromCharacterEvent) == 0x000038, "Wrong size on WidgetBlueprintLibrary_GetInputEventFromCharacterEvent"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromCharacterEvent, Event) == 0x000000, "Member 'WidgetBlueprintLibrary_GetInputEventFromCharacterEvent::Event' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromCharacterEvent, ReturnValue) == 0x000020, "Member 'WidgetBlueprintLibrary_GetInputEventFromCharacterEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetInputEventFromKeyEvent \ +static_assert(alignof(WidgetBlueprintLibrary_GetInputEventFromKeyEvent) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetInputEventFromKeyEvent"); \ +static_assert(sizeof(WidgetBlueprintLibrary_GetInputEventFromKeyEvent) == 0x000058, "Wrong size on WidgetBlueprintLibrary_GetInputEventFromKeyEvent"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromKeyEvent, Event) == 0x000000, "Member 'WidgetBlueprintLibrary_GetInputEventFromKeyEvent::Event' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromKeyEvent, ReturnValue) == 0x000040, "Member 'WidgetBlueprintLibrary_GetInputEventFromKeyEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetInputEventFromNavigationEvent \ +static_assert(alignof(WidgetBlueprintLibrary_GetInputEventFromNavigationEvent) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetInputEventFromNavigationEvent"); \ +static_assert(sizeof(WidgetBlueprintLibrary_GetInputEventFromNavigationEvent) == 0x000038, "Wrong size on WidgetBlueprintLibrary_GetInputEventFromNavigationEvent"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromNavigationEvent, Event) == 0x000000, "Member 'WidgetBlueprintLibrary_GetInputEventFromNavigationEvent::Event' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromNavigationEvent, ReturnValue) == 0x000020, "Member 'WidgetBlueprintLibrary_GetInputEventFromNavigationEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetInputEventFromPointerEvent \ +static_assert(alignof(WidgetBlueprintLibrary_GetInputEventFromPointerEvent) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetInputEventFromPointerEvent"); \ +static_assert(sizeof(WidgetBlueprintLibrary_GetInputEventFromPointerEvent) == 0x000090, "Wrong size on WidgetBlueprintLibrary_GetInputEventFromPointerEvent"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromPointerEvent, Event) == 0x000000, "Member 'WidgetBlueprintLibrary_GetInputEventFromPointerEvent::Event' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromPointerEvent, ReturnValue) == 0x000078, "Member 'WidgetBlueprintLibrary_GetInputEventFromPointerEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent \ +static_assert(alignof(WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent"); \ +static_assert(sizeof(WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent) == 0x000088, "Wrong size on WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent, Event) == 0x000000, "Member 'WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent::Event' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent, ReturnValue) == 0x000048, "Member 'WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetSafeZonePadding \ +static_assert(alignof(WidgetBlueprintLibrary_GetSafeZonePadding) == 0x000010, "Wrong alignment on WidgetBlueprintLibrary_GetSafeZonePadding"); \ +static_assert(sizeof(WidgetBlueprintLibrary_GetSafeZonePadding) == 0x000040, "Wrong size on WidgetBlueprintLibrary_GetSafeZonePadding"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetSafeZonePadding, WorldContextObject) == 0x000000, "Member 'WidgetBlueprintLibrary_GetSafeZonePadding::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetSafeZonePadding, SafePadding) == 0x000010, "Member 'WidgetBlueprintLibrary_GetSafeZonePadding::SafePadding' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetSafeZonePadding, SafePaddingScale) == 0x000020, "Member 'WidgetBlueprintLibrary_GetSafeZonePadding::SafePaddingScale' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetSafeZonePadding, SpillOverPadding) == 0x000030, "Member 'WidgetBlueprintLibrary_GetSafeZonePadding::SpillOverPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_Handled \ +static_assert(alignof(WidgetBlueprintLibrary_Handled) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_Handled"); \ +static_assert(sizeof(WidgetBlueprintLibrary_Handled) == 0x0000C0, "Wrong size on WidgetBlueprintLibrary_Handled"); \ +static_assert(offsetof(WidgetBlueprintLibrary_Handled, ReturnValue) == 0x000000, "Member 'WidgetBlueprintLibrary_Handled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_IsDragDropping \ +static_assert(alignof(WidgetBlueprintLibrary_IsDragDropping) == 0x000001, "Wrong alignment on WidgetBlueprintLibrary_IsDragDropping"); \ +static_assert(sizeof(WidgetBlueprintLibrary_IsDragDropping) == 0x000001, "Wrong size on WidgetBlueprintLibrary_IsDragDropping"); \ +static_assert(offsetof(WidgetBlueprintLibrary_IsDragDropping, ReturnValue) == 0x000000, "Member 'WidgetBlueprintLibrary_IsDragDropping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_LockMouse \ +static_assert(alignof(WidgetBlueprintLibrary_LockMouse) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_LockMouse"); \ +static_assert(sizeof(WidgetBlueprintLibrary_LockMouse) == 0x000188, "Wrong size on WidgetBlueprintLibrary_LockMouse"); \ +static_assert(offsetof(WidgetBlueprintLibrary_LockMouse, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_LockMouse::Reply' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_LockMouse, CapturingWidget) == 0x0000C0, "Member 'WidgetBlueprintLibrary_LockMouse::CapturingWidget' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_LockMouse, ReturnValue) == 0x0000C8, "Member 'WidgetBlueprintLibrary_LockMouse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_MakeBrushFromAsset \ +static_assert(alignof(WidgetBlueprintLibrary_MakeBrushFromAsset) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_MakeBrushFromAsset"); \ +static_assert(sizeof(WidgetBlueprintLibrary_MakeBrushFromAsset) == 0x000098, "Wrong size on WidgetBlueprintLibrary_MakeBrushFromAsset"); \ +static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromAsset, BrushAsset) == 0x000000, "Member 'WidgetBlueprintLibrary_MakeBrushFromAsset::BrushAsset' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromAsset, ReturnValue) == 0x000008, "Member 'WidgetBlueprintLibrary_MakeBrushFromAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_MakeBrushFromMaterial \ +static_assert(alignof(WidgetBlueprintLibrary_MakeBrushFromMaterial) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_MakeBrushFromMaterial"); \ +static_assert(sizeof(WidgetBlueprintLibrary_MakeBrushFromMaterial) == 0x0000A0, "Wrong size on WidgetBlueprintLibrary_MakeBrushFromMaterial"); \ +static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromMaterial, Material) == 0x000000, "Member 'WidgetBlueprintLibrary_MakeBrushFromMaterial::Material' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromMaterial, Width) == 0x000008, "Member 'WidgetBlueprintLibrary_MakeBrushFromMaterial::Width' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromMaterial, Height) == 0x00000C, "Member 'WidgetBlueprintLibrary_MakeBrushFromMaterial::Height' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromMaterial, ReturnValue) == 0x000010, "Member 'WidgetBlueprintLibrary_MakeBrushFromMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_MakeBrushFromTexture \ +static_assert(alignof(WidgetBlueprintLibrary_MakeBrushFromTexture) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_MakeBrushFromTexture"); \ +static_assert(sizeof(WidgetBlueprintLibrary_MakeBrushFromTexture) == 0x0000A0, "Wrong size on WidgetBlueprintLibrary_MakeBrushFromTexture"); \ +static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromTexture, Texture) == 0x000000, "Member 'WidgetBlueprintLibrary_MakeBrushFromTexture::Texture' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromTexture, Width) == 0x000008, "Member 'WidgetBlueprintLibrary_MakeBrushFromTexture::Width' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromTexture, Height) == 0x00000C, "Member 'WidgetBlueprintLibrary_MakeBrushFromTexture::Height' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromTexture, ReturnValue) == 0x000010, "Member 'WidgetBlueprintLibrary_MakeBrushFromTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_NoResourceBrush \ +static_assert(alignof(WidgetBlueprintLibrary_NoResourceBrush) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_NoResourceBrush"); \ +static_assert(sizeof(WidgetBlueprintLibrary_NoResourceBrush) == 0x000090, "Wrong size on WidgetBlueprintLibrary_NoResourceBrush"); \ +static_assert(offsetof(WidgetBlueprintLibrary_NoResourceBrush, ReturnValue) == 0x000000, "Member 'WidgetBlueprintLibrary_NoResourceBrush::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_ReleaseJoystickCapture \ +static_assert(alignof(WidgetBlueprintLibrary_ReleaseJoystickCapture) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_ReleaseJoystickCapture"); \ +static_assert(sizeof(WidgetBlueprintLibrary_ReleaseJoystickCapture) == 0x000188, "Wrong size on WidgetBlueprintLibrary_ReleaseJoystickCapture"); \ +static_assert(offsetof(WidgetBlueprintLibrary_ReleaseJoystickCapture, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_ReleaseJoystickCapture::Reply' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_ReleaseJoystickCapture, bInAllJoysticks) == 0x0000C0, "Member 'WidgetBlueprintLibrary_ReleaseJoystickCapture::bInAllJoysticks' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_ReleaseJoystickCapture, ReturnValue) == 0x0000C8, "Member 'WidgetBlueprintLibrary_ReleaseJoystickCapture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_ReleaseMouseCapture \ +static_assert(alignof(WidgetBlueprintLibrary_ReleaseMouseCapture) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_ReleaseMouseCapture"); \ +static_assert(sizeof(WidgetBlueprintLibrary_ReleaseMouseCapture) == 0x000180, "Wrong size on WidgetBlueprintLibrary_ReleaseMouseCapture"); \ +static_assert(offsetof(WidgetBlueprintLibrary_ReleaseMouseCapture, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_ReleaseMouseCapture::Reply' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_ReleaseMouseCapture, ReturnValue) == 0x0000C0, "Member 'WidgetBlueprintLibrary_ReleaseMouseCapture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetBrushResourceToMaterial \ +static_assert(alignof(WidgetBlueprintLibrary_SetBrushResourceToMaterial) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetBrushResourceToMaterial"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetBrushResourceToMaterial) == 0x000098, "Wrong size on WidgetBlueprintLibrary_SetBrushResourceToMaterial"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetBrushResourceToMaterial, Brush) == 0x000000, "Member 'WidgetBlueprintLibrary_SetBrushResourceToMaterial::Brush' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetBrushResourceToMaterial, Material) == 0x000090, "Member 'WidgetBlueprintLibrary_SetBrushResourceToMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetBrushResourceToTexture \ +static_assert(alignof(WidgetBlueprintLibrary_SetBrushResourceToTexture) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetBrushResourceToTexture"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetBrushResourceToTexture) == 0x000098, "Wrong size on WidgetBlueprintLibrary_SetBrushResourceToTexture"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetBrushResourceToTexture, Brush) == 0x000000, "Member 'WidgetBlueprintLibrary_SetBrushResourceToTexture::Brush' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetBrushResourceToTexture, Texture) == 0x000090, "Member 'WidgetBlueprintLibrary_SetBrushResourceToTexture::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetColorVisionDeficiencyType \ +static_assert(alignof(WidgetBlueprintLibrary_SetColorVisionDeficiencyType) == 0x000004, "Wrong alignment on WidgetBlueprintLibrary_SetColorVisionDeficiencyType"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetColorVisionDeficiencyType) == 0x00000C, "Wrong size on WidgetBlueprintLibrary_SetColorVisionDeficiencyType"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetColorVisionDeficiencyType, Type) == 0x000000, "Member 'WidgetBlueprintLibrary_SetColorVisionDeficiencyType::Type' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetColorVisionDeficiencyType, Severity) == 0x000004, "Member 'WidgetBlueprintLibrary_SetColorVisionDeficiencyType::Severity' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetColorVisionDeficiencyType, CorrectDeficiency) == 0x000008, "Member 'WidgetBlueprintLibrary_SetColorVisionDeficiencyType::CorrectDeficiency' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetColorVisionDeficiencyType, ShowCorrectionWithDeficiency) == 0x000009, "Member 'WidgetBlueprintLibrary_SetColorVisionDeficiencyType::ShowCorrectionWithDeficiency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetHardwareCursor \ +static_assert(alignof(WidgetBlueprintLibrary_SetHardwareCursor) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetHardwareCursor"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetHardwareCursor) == 0x000028, "Wrong size on WidgetBlueprintLibrary_SetHardwareCursor"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetHardwareCursor, WorldContextObject) == 0x000000, "Member 'WidgetBlueprintLibrary_SetHardwareCursor::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetHardwareCursor, CursorShape) == 0x000008, "Member 'WidgetBlueprintLibrary_SetHardwareCursor::CursorShape' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetHardwareCursor, CursorName) == 0x00000C, "Member 'WidgetBlueprintLibrary_SetHardwareCursor::CursorName' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetHardwareCursor, HotSpot) == 0x000018, "Member 'WidgetBlueprintLibrary_SetHardwareCursor::HotSpot' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetHardwareCursor, ReturnValue) == 0x000020, "Member 'WidgetBlueprintLibrary_SetHardwareCursor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetInputMode_GameAndUI \ +static_assert(alignof(WidgetBlueprintLibrary_SetInputMode_GameAndUI) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetInputMode_GameAndUI"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetInputMode_GameAndUI) == 0x000018, "Wrong size on WidgetBlueprintLibrary_SetInputMode_GameAndUI"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUI, Target) == 0x000000, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUI::Target' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUI, InWidgetToFocus) == 0x000008, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUI::InWidgetToFocus' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUI, bLockMouseToViewport) == 0x000010, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUI::bLockMouseToViewport' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUI, bHideCursorDuringCapture) == 0x000011, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUI::bHideCursorDuringCapture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetInputMode_GameAndUIEx \ +static_assert(alignof(WidgetBlueprintLibrary_SetInputMode_GameAndUIEx) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetInputMode_GameAndUIEx"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetInputMode_GameAndUIEx) == 0x000018, "Wrong size on WidgetBlueprintLibrary_SetInputMode_GameAndUIEx"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUIEx, PlayerController) == 0x000000, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUIEx::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUIEx, InWidgetToFocus) == 0x000008, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUIEx::InWidgetToFocus' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUIEx, InMouseLockMode) == 0x000010, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUIEx::InMouseLockMode' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUIEx, bHideCursorDuringCapture) == 0x000011, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUIEx::bHideCursorDuringCapture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetInputMode_GameOnly \ +static_assert(alignof(WidgetBlueprintLibrary_SetInputMode_GameOnly) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetInputMode_GameOnly"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetInputMode_GameOnly) == 0x000008, "Wrong size on WidgetBlueprintLibrary_SetInputMode_GameOnly"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameOnly, PlayerController) == 0x000000, "Member 'WidgetBlueprintLibrary_SetInputMode_GameOnly::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetInputMode_UIOnly \ +static_assert(alignof(WidgetBlueprintLibrary_SetInputMode_UIOnly) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetInputMode_UIOnly"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetInputMode_UIOnly) == 0x000018, "Wrong size on WidgetBlueprintLibrary_SetInputMode_UIOnly"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_UIOnly, Target) == 0x000000, "Member 'WidgetBlueprintLibrary_SetInputMode_UIOnly::Target' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_UIOnly, InWidgetToFocus) == 0x000008, "Member 'WidgetBlueprintLibrary_SetInputMode_UIOnly::InWidgetToFocus' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_UIOnly, bLockMouseToViewport) == 0x000010, "Member 'WidgetBlueprintLibrary_SetInputMode_UIOnly::bLockMouseToViewport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetInputMode_UIOnlyEx \ +static_assert(alignof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetInputMode_UIOnlyEx"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx) == 0x000018, "Wrong size on WidgetBlueprintLibrary_SetInputMode_UIOnlyEx"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx, PlayerController) == 0x000000, "Member 'WidgetBlueprintLibrary_SetInputMode_UIOnlyEx::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx, InWidgetToFocus) == 0x000008, "Member 'WidgetBlueprintLibrary_SetInputMode_UIOnlyEx::InWidgetToFocus' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx, InMouseLockMode) == 0x000010, "Member 'WidgetBlueprintLibrary_SetInputMode_UIOnlyEx::InMouseLockMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetMousePosition \ +static_assert(alignof(WidgetBlueprintLibrary_SetMousePosition) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetMousePosition"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetMousePosition) == 0x000188, "Wrong size on WidgetBlueprintLibrary_SetMousePosition"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetMousePosition, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_SetMousePosition::Reply' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetMousePosition, NewMousePosition) == 0x0000C0, "Member 'WidgetBlueprintLibrary_SetMousePosition::NewMousePosition' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetMousePosition, ReturnValue) == 0x0000C8, "Member 'WidgetBlueprintLibrary_SetMousePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetUserFocus \ +static_assert(alignof(WidgetBlueprintLibrary_SetUserFocus) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetUserFocus"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetUserFocus) == 0x000190, "Wrong size on WidgetBlueprintLibrary_SetUserFocus"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetUserFocus, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_SetUserFocus::Reply' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetUserFocus, FocusWidget) == 0x0000C0, "Member 'WidgetBlueprintLibrary_SetUserFocus::FocusWidget' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetUserFocus, bInAllUsers) == 0x0000C8, "Member 'WidgetBlueprintLibrary_SetUserFocus::bInAllUsers' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetUserFocus, ReturnValue) == 0x0000D0, "Member 'WidgetBlueprintLibrary_SetUserFocus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetWindowTitleBarCloseButtonActive \ +static_assert(alignof(WidgetBlueprintLibrary_SetWindowTitleBarCloseButtonActive) == 0x000001, "Wrong alignment on WidgetBlueprintLibrary_SetWindowTitleBarCloseButtonActive"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetWindowTitleBarCloseButtonActive) == 0x000001, "Wrong size on WidgetBlueprintLibrary_SetWindowTitleBarCloseButtonActive"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetWindowTitleBarCloseButtonActive, bActive) == 0x000000, "Member 'WidgetBlueprintLibrary_SetWindowTitleBarCloseButtonActive::bActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetWindowTitleBarOnCloseClickedDelegate \ +static_assert(alignof(WidgetBlueprintLibrary_SetWindowTitleBarOnCloseClickedDelegate) == 0x000004, "Wrong alignment on WidgetBlueprintLibrary_SetWindowTitleBarOnCloseClickedDelegate"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetWindowTitleBarOnCloseClickedDelegate) == 0x000014, "Wrong size on WidgetBlueprintLibrary_SetWindowTitleBarOnCloseClickedDelegate"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetWindowTitleBarOnCloseClickedDelegate, Delegate) == 0x000000, "Member 'WidgetBlueprintLibrary_SetWindowTitleBarOnCloseClickedDelegate::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetWindowTitleBarState \ +static_assert(alignof(WidgetBlueprintLibrary_SetWindowTitleBarState) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetWindowTitleBarState"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetWindowTitleBarState) == 0x000010, "Wrong size on WidgetBlueprintLibrary_SetWindowTitleBarState"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetWindowTitleBarState, TitleBarContent) == 0x000000, "Member 'WidgetBlueprintLibrary_SetWindowTitleBarState::TitleBarContent' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetWindowTitleBarState, Mode) == 0x000008, "Member 'WidgetBlueprintLibrary_SetWindowTitleBarState::Mode' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetWindowTitleBarState, bTitleBarDragEnabled) == 0x000009, "Member 'WidgetBlueprintLibrary_SetWindowTitleBarState::bTitleBarDragEnabled' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetWindowTitleBarState, bWindowButtonsVisible) == 0x00000A, "Member 'WidgetBlueprintLibrary_SetWindowTitleBarState::bWindowButtonsVisible' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetWindowTitleBarState, bTitleBarVisible) == 0x00000B, "Member 'WidgetBlueprintLibrary_SetWindowTitleBarState::bTitleBarVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_Unhandled \ +static_assert(alignof(WidgetBlueprintLibrary_Unhandled) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_Unhandled"); \ +static_assert(sizeof(WidgetBlueprintLibrary_Unhandled) == 0x0000C0, "Wrong size on WidgetBlueprintLibrary_Unhandled"); \ +static_assert(offsetof(WidgetBlueprintLibrary_Unhandled, ReturnValue) == 0x000000, "Member 'WidgetBlueprintLibrary_Unhandled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_UnlockMouse \ +static_assert(alignof(WidgetBlueprintLibrary_UnlockMouse) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_UnlockMouse"); \ +static_assert(sizeof(WidgetBlueprintLibrary_UnlockMouse) == 0x000180, "Wrong size on WidgetBlueprintLibrary_UnlockMouse"); \ +static_assert(offsetof(WidgetBlueprintLibrary_UnlockMouse, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_UnlockMouse::Reply' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_UnlockMouse, ReturnValue) == 0x0000C0, "Member 'WidgetBlueprintLibrary_UnlockMouse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetBlueprintLibrary \ +static_assert(alignof(UWidgetBlueprintLibrary) == 0x000008, "Wrong alignment on UWidgetBlueprintLibrary"); \ +static_assert(sizeof(UWidgetBlueprintLibrary) == 0x000030, "Wrong size on UWidgetBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetBackgroundColor \ +static_assert(alignof(WidgetComponent_SetBackgroundColor) == 0x000004, "Wrong alignment on WidgetComponent_SetBackgroundColor"); \ +static_assert(sizeof(WidgetComponent_SetBackgroundColor) == 0x000010, "Wrong size on WidgetComponent_SetBackgroundColor"); \ +static_assert(offsetof(WidgetComponent_SetBackgroundColor, NewBackgroundColor) == 0x000000, "Member 'WidgetComponent_SetBackgroundColor::NewBackgroundColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetCylinderArcAngle \ +static_assert(alignof(WidgetComponent_SetCylinderArcAngle) == 0x000004, "Wrong alignment on WidgetComponent_SetCylinderArcAngle"); \ +static_assert(sizeof(WidgetComponent_SetCylinderArcAngle) == 0x000004, "Wrong size on WidgetComponent_SetCylinderArcAngle"); \ +static_assert(offsetof(WidgetComponent_SetCylinderArcAngle, InCylinderArcAngle) == 0x000000, "Member 'WidgetComponent_SetCylinderArcAngle::InCylinderArcAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetDrawAtDesiredSize \ +static_assert(alignof(WidgetComponent_SetDrawAtDesiredSize) == 0x000001, "Wrong alignment on WidgetComponent_SetDrawAtDesiredSize"); \ +static_assert(sizeof(WidgetComponent_SetDrawAtDesiredSize) == 0x000001, "Wrong size on WidgetComponent_SetDrawAtDesiredSize"); \ +static_assert(offsetof(WidgetComponent_SetDrawAtDesiredSize, bInDrawAtDesiredSize) == 0x000000, "Member 'WidgetComponent_SetDrawAtDesiredSize::bInDrawAtDesiredSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetDrawSize \ +static_assert(alignof(WidgetComponent_SetDrawSize) == 0x000004, "Wrong alignment on WidgetComponent_SetDrawSize"); \ +static_assert(sizeof(WidgetComponent_SetDrawSize) == 0x000008, "Wrong size on WidgetComponent_SetDrawSize"); \ +static_assert(offsetof(WidgetComponent_SetDrawSize, Size) == 0x000000, "Member 'WidgetComponent_SetDrawSize::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetGeometryMode \ +static_assert(alignof(WidgetComponent_SetGeometryMode) == 0x000001, "Wrong alignment on WidgetComponent_SetGeometryMode"); \ +static_assert(sizeof(WidgetComponent_SetGeometryMode) == 0x000001, "Wrong size on WidgetComponent_SetGeometryMode"); \ +static_assert(offsetof(WidgetComponent_SetGeometryMode, InGeometryMode) == 0x000000, "Member 'WidgetComponent_SetGeometryMode::InGeometryMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetManuallyRedraw \ +static_assert(alignof(WidgetComponent_SetManuallyRedraw) == 0x000001, "Wrong alignment on WidgetComponent_SetManuallyRedraw"); \ +static_assert(sizeof(WidgetComponent_SetManuallyRedraw) == 0x000001, "Wrong size on WidgetComponent_SetManuallyRedraw"); \ +static_assert(offsetof(WidgetComponent_SetManuallyRedraw, bUseManualRedraw) == 0x000000, "Member 'WidgetComponent_SetManuallyRedraw::bUseManualRedraw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetOwnerPlayer \ +static_assert(alignof(WidgetComponent_SetOwnerPlayer) == 0x000008, "Wrong alignment on WidgetComponent_SetOwnerPlayer"); \ +static_assert(sizeof(WidgetComponent_SetOwnerPlayer) == 0x000008, "Wrong size on WidgetComponent_SetOwnerPlayer"); \ +static_assert(offsetof(WidgetComponent_SetOwnerPlayer, LocalPlayer) == 0x000000, "Member 'WidgetComponent_SetOwnerPlayer::LocalPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetPivot \ +static_assert(alignof(WidgetComponent_SetPivot) == 0x000004, "Wrong alignment on WidgetComponent_SetPivot"); \ +static_assert(sizeof(WidgetComponent_SetPivot) == 0x000008, "Wrong size on WidgetComponent_SetPivot"); \ +static_assert(offsetof(WidgetComponent_SetPivot, InPivot) == 0x000000, "Member 'WidgetComponent_SetPivot::InPivot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetRedrawTime \ +static_assert(alignof(WidgetComponent_SetRedrawTime) == 0x000004, "Wrong alignment on WidgetComponent_SetRedrawTime"); \ +static_assert(sizeof(WidgetComponent_SetRedrawTime) == 0x000004, "Wrong size on WidgetComponent_SetRedrawTime"); \ +static_assert(offsetof(WidgetComponent_SetRedrawTime, InRedrawTime) == 0x000000, "Member 'WidgetComponent_SetRedrawTime::InRedrawTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetTickMode \ +static_assert(alignof(WidgetComponent_SetTickMode) == 0x000001, "Wrong alignment on WidgetComponent_SetTickMode"); \ +static_assert(sizeof(WidgetComponent_SetTickMode) == 0x000001, "Wrong size on WidgetComponent_SetTickMode"); \ +static_assert(offsetof(WidgetComponent_SetTickMode, InTickMode) == 0x000000, "Member 'WidgetComponent_SetTickMode::InTickMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetTickWhenOffscreen \ +static_assert(alignof(WidgetComponent_SetTickWhenOffscreen) == 0x000001, "Wrong alignment on WidgetComponent_SetTickWhenOffscreen"); \ +static_assert(sizeof(WidgetComponent_SetTickWhenOffscreen) == 0x000001, "Wrong size on WidgetComponent_SetTickWhenOffscreen"); \ +static_assert(offsetof(WidgetComponent_SetTickWhenOffscreen, bWantTickWhenOffscreen) == 0x000000, "Member 'WidgetComponent_SetTickWhenOffscreen::bWantTickWhenOffscreen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetTintColorAndOpacity \ +static_assert(alignof(WidgetComponent_SetTintColorAndOpacity) == 0x000004, "Wrong alignment on WidgetComponent_SetTintColorAndOpacity"); \ +static_assert(sizeof(WidgetComponent_SetTintColorAndOpacity) == 0x000010, "Wrong size on WidgetComponent_SetTintColorAndOpacity"); \ +static_assert(offsetof(WidgetComponent_SetTintColorAndOpacity, NewTintColorAndOpacity) == 0x000000, "Member 'WidgetComponent_SetTintColorAndOpacity::NewTintColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetTwoSided \ +static_assert(alignof(WidgetComponent_SetTwoSided) == 0x000001, "Wrong alignment on WidgetComponent_SetTwoSided"); \ +static_assert(sizeof(WidgetComponent_SetTwoSided) == 0x000001, "Wrong size on WidgetComponent_SetTwoSided"); \ +static_assert(offsetof(WidgetComponent_SetTwoSided, bWantTwoSided) == 0x000000, "Member 'WidgetComponent_SetTwoSided::bWantTwoSided' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetWidget \ +static_assert(alignof(WidgetComponent_SetWidget) == 0x000008, "Wrong alignment on WidgetComponent_SetWidget"); \ +static_assert(sizeof(WidgetComponent_SetWidget) == 0x000008, "Wrong size on WidgetComponent_SetWidget"); \ +static_assert(offsetof(WidgetComponent_SetWidget, Widget_0) == 0x000000, "Member 'WidgetComponent_SetWidget::Widget_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetWidgetSpace \ +static_assert(alignof(WidgetComponent_SetWidgetSpace) == 0x000001, "Wrong alignment on WidgetComponent_SetWidgetSpace"); \ +static_assert(sizeof(WidgetComponent_SetWidgetSpace) == 0x000001, "Wrong size on WidgetComponent_SetWidgetSpace"); \ +static_assert(offsetof(WidgetComponent_SetWidgetSpace, NewSpace) == 0x000000, "Member 'WidgetComponent_SetWidgetSpace::NewSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetWindowFocusable \ +static_assert(alignof(WidgetComponent_SetWindowFocusable) == 0x000001, "Wrong alignment on WidgetComponent_SetWindowFocusable"); \ +static_assert(sizeof(WidgetComponent_SetWindowFocusable) == 0x000001, "Wrong size on WidgetComponent_SetWindowFocusable"); \ +static_assert(offsetof(WidgetComponent_SetWindowFocusable, bInWindowFocusable) == 0x000000, "Member 'WidgetComponent_SetWindowFocusable::bInWindowFocusable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetWindowVisibility \ +static_assert(alignof(WidgetComponent_SetWindowVisibility) == 0x000001, "Wrong alignment on WidgetComponent_SetWindowVisibility"); \ +static_assert(sizeof(WidgetComponent_SetWindowVisibility) == 0x000001, "Wrong size on WidgetComponent_SetWindowVisibility"); \ +static_assert(offsetof(WidgetComponent_SetWindowVisibility, InVisibility) == 0x000000, "Member 'WidgetComponent_SetWindowVisibility::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetCurrentDrawSize \ +static_assert(alignof(WidgetComponent_GetCurrentDrawSize) == 0x000004, "Wrong alignment on WidgetComponent_GetCurrentDrawSize"); \ +static_assert(sizeof(WidgetComponent_GetCurrentDrawSize) == 0x000008, "Wrong size on WidgetComponent_GetCurrentDrawSize"); \ +static_assert(offsetof(WidgetComponent_GetCurrentDrawSize, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetCurrentDrawSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetCylinderArcAngle \ +static_assert(alignof(WidgetComponent_GetCylinderArcAngle) == 0x000004, "Wrong alignment on WidgetComponent_GetCylinderArcAngle"); \ +static_assert(sizeof(WidgetComponent_GetCylinderArcAngle) == 0x000004, "Wrong size on WidgetComponent_GetCylinderArcAngle"); \ +static_assert(offsetof(WidgetComponent_GetCylinderArcAngle, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetCylinderArcAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetDrawAtDesiredSize \ +static_assert(alignof(WidgetComponent_GetDrawAtDesiredSize) == 0x000001, "Wrong alignment on WidgetComponent_GetDrawAtDesiredSize"); \ +static_assert(sizeof(WidgetComponent_GetDrawAtDesiredSize) == 0x000001, "Wrong size on WidgetComponent_GetDrawAtDesiredSize"); \ +static_assert(offsetof(WidgetComponent_GetDrawAtDesiredSize, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetDrawAtDesiredSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetDrawSize \ +static_assert(alignof(WidgetComponent_GetDrawSize) == 0x000004, "Wrong alignment on WidgetComponent_GetDrawSize"); \ +static_assert(sizeof(WidgetComponent_GetDrawSize) == 0x000008, "Wrong size on WidgetComponent_GetDrawSize"); \ +static_assert(offsetof(WidgetComponent_GetDrawSize, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetDrawSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetGeometryMode \ +static_assert(alignof(WidgetComponent_GetGeometryMode) == 0x000001, "Wrong alignment on WidgetComponent_GetGeometryMode"); \ +static_assert(sizeof(WidgetComponent_GetGeometryMode) == 0x000001, "Wrong size on WidgetComponent_GetGeometryMode"); \ +static_assert(offsetof(WidgetComponent_GetGeometryMode, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetGeometryMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetManuallyRedraw \ +static_assert(alignof(WidgetComponent_GetManuallyRedraw) == 0x000001, "Wrong alignment on WidgetComponent_GetManuallyRedraw"); \ +static_assert(sizeof(WidgetComponent_GetManuallyRedraw) == 0x000001, "Wrong size on WidgetComponent_GetManuallyRedraw"); \ +static_assert(offsetof(WidgetComponent_GetManuallyRedraw, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetManuallyRedraw::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetMaterialInstance \ +static_assert(alignof(WidgetComponent_GetMaterialInstance) == 0x000008, "Wrong alignment on WidgetComponent_GetMaterialInstance"); \ +static_assert(sizeof(WidgetComponent_GetMaterialInstance) == 0x000008, "Wrong size on WidgetComponent_GetMaterialInstance"); \ +static_assert(offsetof(WidgetComponent_GetMaterialInstance, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetOwnerPlayer \ +static_assert(alignof(WidgetComponent_GetOwnerPlayer) == 0x000008, "Wrong alignment on WidgetComponent_GetOwnerPlayer"); \ +static_assert(sizeof(WidgetComponent_GetOwnerPlayer) == 0x000008, "Wrong size on WidgetComponent_GetOwnerPlayer"); \ +static_assert(offsetof(WidgetComponent_GetOwnerPlayer, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetOwnerPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetPivot \ +static_assert(alignof(WidgetComponent_GetPivot) == 0x000004, "Wrong alignment on WidgetComponent_GetPivot"); \ +static_assert(sizeof(WidgetComponent_GetPivot) == 0x000008, "Wrong size on WidgetComponent_GetPivot"); \ +static_assert(offsetof(WidgetComponent_GetPivot, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetPivot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetRedrawTime \ +static_assert(alignof(WidgetComponent_GetRedrawTime) == 0x000004, "Wrong alignment on WidgetComponent_GetRedrawTime"); \ +static_assert(sizeof(WidgetComponent_GetRedrawTime) == 0x000004, "Wrong size on WidgetComponent_GetRedrawTime"); \ +static_assert(offsetof(WidgetComponent_GetRedrawTime, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetRedrawTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetRenderTarget \ +static_assert(alignof(WidgetComponent_GetRenderTarget) == 0x000008, "Wrong alignment on WidgetComponent_GetRenderTarget"); \ +static_assert(sizeof(WidgetComponent_GetRenderTarget) == 0x000008, "Wrong size on WidgetComponent_GetRenderTarget"); \ +static_assert(offsetof(WidgetComponent_GetRenderTarget, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetRenderTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetTickWhenOffscreen \ +static_assert(alignof(WidgetComponent_GetTickWhenOffscreen) == 0x000001, "Wrong alignment on WidgetComponent_GetTickWhenOffscreen"); \ +static_assert(sizeof(WidgetComponent_GetTickWhenOffscreen) == 0x000001, "Wrong size on WidgetComponent_GetTickWhenOffscreen"); \ +static_assert(offsetof(WidgetComponent_GetTickWhenOffscreen, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetTickWhenOffscreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetTwoSided \ +static_assert(alignof(WidgetComponent_GetTwoSided) == 0x000001, "Wrong alignment on WidgetComponent_GetTwoSided"); \ +static_assert(sizeof(WidgetComponent_GetTwoSided) == 0x000001, "Wrong size on WidgetComponent_GetTwoSided"); \ +static_assert(offsetof(WidgetComponent_GetTwoSided, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetTwoSided::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetUserWidgetObject \ +static_assert(alignof(WidgetComponent_GetUserWidgetObject) == 0x000008, "Wrong alignment on WidgetComponent_GetUserWidgetObject"); \ +static_assert(sizeof(WidgetComponent_GetUserWidgetObject) == 0x000008, "Wrong size on WidgetComponent_GetUserWidgetObject"); \ +static_assert(offsetof(WidgetComponent_GetUserWidgetObject, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetUserWidgetObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetWidget \ +static_assert(alignof(WidgetComponent_GetWidget) == 0x000008, "Wrong alignment on WidgetComponent_GetWidget"); \ +static_assert(sizeof(WidgetComponent_GetWidget) == 0x000008, "Wrong size on WidgetComponent_GetWidget"); \ +static_assert(offsetof(WidgetComponent_GetWidget, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetWidgetSpace \ +static_assert(alignof(WidgetComponent_GetWidgetSpace) == 0x000001, "Wrong alignment on WidgetComponent_GetWidgetSpace"); \ +static_assert(sizeof(WidgetComponent_GetWidgetSpace) == 0x000001, "Wrong size on WidgetComponent_GetWidgetSpace"); \ +static_assert(offsetof(WidgetComponent_GetWidgetSpace, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetWidgetSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetWindowFocusable \ +static_assert(alignof(WidgetComponent_GetWindowFocusable) == 0x000001, "Wrong alignment on WidgetComponent_GetWindowFocusable"); \ +static_assert(sizeof(WidgetComponent_GetWindowFocusable) == 0x000001, "Wrong size on WidgetComponent_GetWindowFocusable"); \ +static_assert(offsetof(WidgetComponent_GetWindowFocusable, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetWindowFocusable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_GetWindowVisiblility \ +static_assert(alignof(WidgetComponent_GetWindowVisiblility) == 0x000001, "Wrong alignment on WidgetComponent_GetWindowVisiblility"); \ +static_assert(sizeof(WidgetComponent_GetWindowVisiblility) == 0x000001, "Wrong size on WidgetComponent_GetWindowVisiblility"); \ +static_assert(offsetof(WidgetComponent_GetWindowVisiblility, ReturnValue) == 0x000000, "Member 'WidgetComponent_GetWindowVisiblility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_IsWidgetVisible \ +static_assert(alignof(WidgetComponent_IsWidgetVisible) == 0x000001, "Wrong alignment on WidgetComponent_IsWidgetVisible"); \ +static_assert(sizeof(WidgetComponent_IsWidgetVisible) == 0x000001, "Wrong size on WidgetComponent_IsWidgetVisible"); \ +static_assert(offsetof(WidgetComponent_IsWidgetVisible, ReturnValue) == 0x000000, "Member 'WidgetComponent_IsWidgetVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetComponent \ +static_assert(alignof(UWidgetComponent) == 0x000010, "Wrong alignment on UWidgetComponent"); \ +static_assert(sizeof(UWidgetComponent) == 0x000650, "Wrong size on UWidgetComponent"); \ +static_assert(offsetof(UWidgetComponent, Space) == 0x000528, "Member 'UWidgetComponent::Space' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, TimingPolicy) == 0x000529, "Member 'UWidgetComponent::TimingPolicy' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, WidgetClass) == 0x000530, "Member 'UWidgetComponent::WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, DrawSize) == 0x000538, "Member 'UWidgetComponent::DrawSize' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bManuallyRedraw) == 0x000540, "Member 'UWidgetComponent::bManuallyRedraw' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bRedrawRequested) == 0x000541, "Member 'UWidgetComponent::bRedrawRequested' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, RedrawTime) == 0x000544, "Member 'UWidgetComponent::RedrawTime' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, CurrentDrawSize) == 0x000550, "Member 'UWidgetComponent::CurrentDrawSize' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bDrawAtDesiredSize) == 0x000558, "Member 'UWidgetComponent::bDrawAtDesiredSize' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, Pivot) == 0x00055C, "Member 'UWidgetComponent::Pivot' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bReceiveHardwareInput) == 0x000564, "Member 'UWidgetComponent::bReceiveHardwareInput' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bWindowFocusable) == 0x000565, "Member 'UWidgetComponent::bWindowFocusable' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, WindowVisibility) == 0x000566, "Member 'UWidgetComponent::WindowVisibility' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bApplyGammaCorrection) == 0x000567, "Member 'UWidgetComponent::bApplyGammaCorrection' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, OwnerPlayer) == 0x000568, "Member 'UWidgetComponent::OwnerPlayer' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, BackgroundColor) == 0x000570, "Member 'UWidgetComponent::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, TintColorAndOpacity) == 0x000580, "Member 'UWidgetComponent::TintColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, OpacityFromTexture) == 0x000590, "Member 'UWidgetComponent::OpacityFromTexture' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, BlendMode) == 0x000594, "Member 'UWidgetComponent::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bIsTwoSided) == 0x000595, "Member 'UWidgetComponent::bIsTwoSided' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, TickWhenOffscreen) == 0x000596, "Member 'UWidgetComponent::TickWhenOffscreen' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, BodySetup) == 0x000598, "Member 'UWidgetComponent::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, TranslucentMaterial) == 0x0005A0, "Member 'UWidgetComponent::TranslucentMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, TranslucentMaterial_OneSided) == 0x0005A8, "Member 'UWidgetComponent::TranslucentMaterial_OneSided' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, OpaqueMaterial) == 0x0005B0, "Member 'UWidgetComponent::OpaqueMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, OpaqueMaterial_OneSided) == 0x0005B8, "Member 'UWidgetComponent::OpaqueMaterial_OneSided' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, MaskedMaterial) == 0x0005C0, "Member 'UWidgetComponent::MaskedMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, MaskedMaterial_OneSided) == 0x0005C8, "Member 'UWidgetComponent::MaskedMaterial_OneSided' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, RenderTarget) == 0x0005D0, "Member 'UWidgetComponent::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, MaterialInstance) == 0x0005D8, "Member 'UWidgetComponent::MaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bAddedToScreen) == 0x0005E0, "Member 'UWidgetComponent::bAddedToScreen' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bEditTimeUsable) == 0x0005E1, "Member 'UWidgetComponent::bEditTimeUsable' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, SharedLayerName) == 0x0005E4, "Member 'UWidgetComponent::SharedLayerName' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, LayerZOrder) == 0x0005F0, "Member 'UWidgetComponent::LayerZOrder' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, GeometryMode) == 0x0005F4, "Member 'UWidgetComponent::GeometryMode' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, CylinderArcAngle) == 0x0005F8, "Member 'UWidgetComponent::CylinderArcAngle' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, TickMode) == 0x0005FC, "Member 'UWidgetComponent::TickMode' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, Widget) == 0x000620, "Member 'UWidgetComponent::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetInteractionComponent_PressAndReleaseKey \ +static_assert(alignof(WidgetInteractionComponent_PressAndReleaseKey) == 0x000008, "Wrong alignment on WidgetInteractionComponent_PressAndReleaseKey"); \ +static_assert(sizeof(WidgetInteractionComponent_PressAndReleaseKey) == 0x000028, "Wrong size on WidgetInteractionComponent_PressAndReleaseKey"); \ +static_assert(offsetof(WidgetInteractionComponent_PressAndReleaseKey, Key) == 0x000000, "Member 'WidgetInteractionComponent_PressAndReleaseKey::Key' has a wrong offset!"); \ +static_assert(offsetof(WidgetInteractionComponent_PressAndReleaseKey, ReturnValue) == 0x000020, "Member 'WidgetInteractionComponent_PressAndReleaseKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetInteractionComponent_PressKey \ +static_assert(alignof(WidgetInteractionComponent_PressKey) == 0x000008, "Wrong alignment on WidgetInteractionComponent_PressKey"); \ +static_assert(sizeof(WidgetInteractionComponent_PressKey) == 0x000028, "Wrong size on WidgetInteractionComponent_PressKey"); \ +static_assert(offsetof(WidgetInteractionComponent_PressKey, Key) == 0x000000, "Member 'WidgetInteractionComponent_PressKey::Key' has a wrong offset!"); \ +static_assert(offsetof(WidgetInteractionComponent_PressKey, bRepeat) == 0x000020, "Member 'WidgetInteractionComponent_PressKey::bRepeat' has a wrong offset!"); \ +static_assert(offsetof(WidgetInteractionComponent_PressKey, ReturnValue) == 0x000021, "Member 'WidgetInteractionComponent_PressKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetInteractionComponent_PressPointerKey \ +static_assert(alignof(WidgetInteractionComponent_PressPointerKey) == 0x000008, "Wrong alignment on WidgetInteractionComponent_PressPointerKey"); \ +static_assert(sizeof(WidgetInteractionComponent_PressPointerKey) == 0x000020, "Wrong size on WidgetInteractionComponent_PressPointerKey"); \ +static_assert(offsetof(WidgetInteractionComponent_PressPointerKey, Key) == 0x000000, "Member 'WidgetInteractionComponent_PressPointerKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetInteractionComponent_ReleaseKey \ +static_assert(alignof(WidgetInteractionComponent_ReleaseKey) == 0x000008, "Wrong alignment on WidgetInteractionComponent_ReleaseKey"); \ +static_assert(sizeof(WidgetInteractionComponent_ReleaseKey) == 0x000028, "Wrong size on WidgetInteractionComponent_ReleaseKey"); \ +static_assert(offsetof(WidgetInteractionComponent_ReleaseKey, Key) == 0x000000, "Member 'WidgetInteractionComponent_ReleaseKey::Key' has a wrong offset!"); \ +static_assert(offsetof(WidgetInteractionComponent_ReleaseKey, ReturnValue) == 0x000020, "Member 'WidgetInteractionComponent_ReleaseKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetInteractionComponent_ReleasePointerKey \ +static_assert(alignof(WidgetInteractionComponent_ReleasePointerKey) == 0x000008, "Wrong alignment on WidgetInteractionComponent_ReleasePointerKey"); \ +static_assert(sizeof(WidgetInteractionComponent_ReleasePointerKey) == 0x000020, "Wrong size on WidgetInteractionComponent_ReleasePointerKey"); \ +static_assert(offsetof(WidgetInteractionComponent_ReleasePointerKey, Key) == 0x000000, "Member 'WidgetInteractionComponent_ReleasePointerKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetInteractionComponent_ScrollWheel \ +static_assert(alignof(WidgetInteractionComponent_ScrollWheel) == 0x000004, "Wrong alignment on WidgetInteractionComponent_ScrollWheel"); \ +static_assert(sizeof(WidgetInteractionComponent_ScrollWheel) == 0x000004, "Wrong size on WidgetInteractionComponent_ScrollWheel"); \ +static_assert(offsetof(WidgetInteractionComponent_ScrollWheel, ScrollDelta) == 0x000000, "Member 'WidgetInteractionComponent_ScrollWheel::ScrollDelta' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetInteractionComponent_SendKeyChar \ +static_assert(alignof(WidgetInteractionComponent_SendKeyChar) == 0x000008, "Wrong alignment on WidgetInteractionComponent_SendKeyChar"); \ +static_assert(sizeof(WidgetInteractionComponent_SendKeyChar) == 0x000018, "Wrong size on WidgetInteractionComponent_SendKeyChar"); \ +static_assert(offsetof(WidgetInteractionComponent_SendKeyChar, Characters) == 0x000000, "Member 'WidgetInteractionComponent_SendKeyChar::Characters' has a wrong offset!"); \ +static_assert(offsetof(WidgetInteractionComponent_SendKeyChar, bRepeat) == 0x000010, "Member 'WidgetInteractionComponent_SendKeyChar::bRepeat' has a wrong offset!"); \ +static_assert(offsetof(WidgetInteractionComponent_SendKeyChar, ReturnValue) == 0x000011, "Member 'WidgetInteractionComponent_SendKeyChar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetInteractionComponent_SetCustomHitResult \ +static_assert(alignof(WidgetInteractionComponent_SetCustomHitResult) == 0x000004, "Wrong alignment on WidgetInteractionComponent_SetCustomHitResult"); \ +static_assert(sizeof(WidgetInteractionComponent_SetCustomHitResult) == 0x000090, "Wrong size on WidgetInteractionComponent_SetCustomHitResult"); \ +static_assert(offsetof(WidgetInteractionComponent_SetCustomHitResult, HitResult) == 0x000000, "Member 'WidgetInteractionComponent_SetCustomHitResult::HitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetInteractionComponent_SetFocus \ +static_assert(alignof(WidgetInteractionComponent_SetFocus) == 0x000008, "Wrong alignment on WidgetInteractionComponent_SetFocus"); \ +static_assert(sizeof(WidgetInteractionComponent_SetFocus) == 0x000008, "Wrong size on WidgetInteractionComponent_SetFocus"); \ +static_assert(offsetof(WidgetInteractionComponent_SetFocus, FocusWidget) == 0x000000, "Member 'WidgetInteractionComponent_SetFocus::FocusWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetInteractionComponent_Get2DHitLocation \ +static_assert(alignof(WidgetInteractionComponent_Get2DHitLocation) == 0x000004, "Wrong alignment on WidgetInteractionComponent_Get2DHitLocation"); \ +static_assert(sizeof(WidgetInteractionComponent_Get2DHitLocation) == 0x000008, "Wrong size on WidgetInteractionComponent_Get2DHitLocation"); \ +static_assert(offsetof(WidgetInteractionComponent_Get2DHitLocation, ReturnValue) == 0x000000, "Member 'WidgetInteractionComponent_Get2DHitLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetInteractionComponent_GetHoveredWidgetComponent \ +static_assert(alignof(WidgetInteractionComponent_GetHoveredWidgetComponent) == 0x000008, "Wrong alignment on WidgetInteractionComponent_GetHoveredWidgetComponent"); \ +static_assert(sizeof(WidgetInteractionComponent_GetHoveredWidgetComponent) == 0x000008, "Wrong size on WidgetInteractionComponent_GetHoveredWidgetComponent"); \ +static_assert(offsetof(WidgetInteractionComponent_GetHoveredWidgetComponent, ReturnValue) == 0x000000, "Member 'WidgetInteractionComponent_GetHoveredWidgetComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetInteractionComponent_GetLastHitResult \ +static_assert(alignof(WidgetInteractionComponent_GetLastHitResult) == 0x000004, "Wrong alignment on WidgetInteractionComponent_GetLastHitResult"); \ +static_assert(sizeof(WidgetInteractionComponent_GetLastHitResult) == 0x000090, "Wrong size on WidgetInteractionComponent_GetLastHitResult"); \ +static_assert(offsetof(WidgetInteractionComponent_GetLastHitResult, ReturnValue) == 0x000000, "Member 'WidgetInteractionComponent_GetLastHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetInteractionComponent_IsOverFocusableWidget \ +static_assert(alignof(WidgetInteractionComponent_IsOverFocusableWidget) == 0x000001, "Wrong alignment on WidgetInteractionComponent_IsOverFocusableWidget"); \ +static_assert(sizeof(WidgetInteractionComponent_IsOverFocusableWidget) == 0x000001, "Wrong size on WidgetInteractionComponent_IsOverFocusableWidget"); \ +static_assert(offsetof(WidgetInteractionComponent_IsOverFocusableWidget, ReturnValue) == 0x000000, "Member 'WidgetInteractionComponent_IsOverFocusableWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetInteractionComponent_IsOverHitTestVisibleWidget \ +static_assert(alignof(WidgetInteractionComponent_IsOverHitTestVisibleWidget) == 0x000001, "Wrong alignment on WidgetInteractionComponent_IsOverHitTestVisibleWidget"); \ +static_assert(sizeof(WidgetInteractionComponent_IsOverHitTestVisibleWidget) == 0x000001, "Wrong size on WidgetInteractionComponent_IsOverHitTestVisibleWidget"); \ +static_assert(offsetof(WidgetInteractionComponent_IsOverHitTestVisibleWidget, ReturnValue) == 0x000000, "Member 'WidgetInteractionComponent_IsOverHitTestVisibleWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetInteractionComponent_IsOverInteractableWidget \ +static_assert(alignof(WidgetInteractionComponent_IsOverInteractableWidget) == 0x000001, "Wrong alignment on WidgetInteractionComponent_IsOverInteractableWidget"); \ +static_assert(sizeof(WidgetInteractionComponent_IsOverInteractableWidget) == 0x000001, "Wrong size on WidgetInteractionComponent_IsOverInteractableWidget"); \ +static_assert(offsetof(WidgetInteractionComponent_IsOverInteractableWidget, ReturnValue) == 0x000000, "Member 'WidgetInteractionComponent_IsOverInteractableWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetInteractionComponent \ +static_assert(alignof(UWidgetInteractionComponent) == 0x000010, "Wrong alignment on UWidgetInteractionComponent"); \ +static_assert(sizeof(UWidgetInteractionComponent) == 0x000430, "Wrong size on UWidgetInteractionComponent"); \ +static_assert(offsetof(UWidgetInteractionComponent, OnHoveredWidgetChanged) == 0x000228, "Member 'UWidgetInteractionComponent::OnHoveredWidgetChanged' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, VirtualUserIndex) == 0x000248, "Member 'UWidgetInteractionComponent::VirtualUserIndex' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, PointerIndex) == 0x00024C, "Member 'UWidgetInteractionComponent::PointerIndex' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, TraceChannel) == 0x000250, "Member 'UWidgetInteractionComponent::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, InteractionDistance) == 0x000254, "Member 'UWidgetInteractionComponent::InteractionDistance' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, InteractionSource) == 0x000258, "Member 'UWidgetInteractionComponent::InteractionSource' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, bEnableHitTesting) == 0x000259, "Member 'UWidgetInteractionComponent::bEnableHitTesting' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, bShowDebug) == 0x00025A, "Member 'UWidgetInteractionComponent::bShowDebug' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, DebugSphereLineThickness) == 0x00025C, "Member 'UWidgetInteractionComponent::DebugSphereLineThickness' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, DebugLineThickness) == 0x000260, "Member 'UWidgetInteractionComponent::DebugLineThickness' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, DebugColor) == 0x000264, "Member 'UWidgetInteractionComponent::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, CustomHitResult) == 0x0002F0, "Member 'UWidgetInteractionComponent::CustomHitResult' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, LocalHitLocation) == 0x000380, "Member 'UWidgetInteractionComponent::LocalHitLocation' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, LastLocalHitLocation) == 0x000388, "Member 'UWidgetInteractionComponent::LastLocalHitLocation' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, HoveredWidgetComponent) == 0x000390, "Member 'UWidgetInteractionComponent::HoveredWidgetComponent' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, LastHitResult) == 0x000398, "Member 'UWidgetInteractionComponent::LastHitResult' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, bIsHoveredWidgetInteractable) == 0x000428, "Member 'UWidgetInteractionComponent::bIsHoveredWidgetInteractable' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, bIsHoveredWidgetFocusable) == 0x000429, "Member 'UWidgetInteractionComponent::bIsHoveredWidgetFocusable' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, bIsHoveredWidgetHitTestVisible) == 0x00042A, "Member 'UWidgetInteractionComponent::bIsHoveredWidgetHitTestVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetMousePositionOnPlatform \ +static_assert(alignof(WidgetLayoutLibrary_GetMousePositionOnPlatform) == 0x000004, "Wrong alignment on WidgetLayoutLibrary_GetMousePositionOnPlatform"); \ +static_assert(sizeof(WidgetLayoutLibrary_GetMousePositionOnPlatform) == 0x000008, "Wrong size on WidgetLayoutLibrary_GetMousePositionOnPlatform"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionOnPlatform, ReturnValue) == 0x000000, "Member 'WidgetLayoutLibrary_GetMousePositionOnPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetMousePositionOnViewport \ +static_assert(alignof(WidgetLayoutLibrary_GetMousePositionOnViewport) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetMousePositionOnViewport"); \ +static_assert(sizeof(WidgetLayoutLibrary_GetMousePositionOnViewport) == 0x000010, "Wrong size on WidgetLayoutLibrary_GetMousePositionOnViewport"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionOnViewport, WorldContextObject) == 0x000000, "Member 'WidgetLayoutLibrary_GetMousePositionOnViewport::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionOnViewport, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_GetMousePositionOnViewport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetMousePositionScaledByDPI \ +static_assert(alignof(WidgetLayoutLibrary_GetMousePositionScaledByDPI) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetMousePositionScaledByDPI"); \ +static_assert(sizeof(WidgetLayoutLibrary_GetMousePositionScaledByDPI) == 0x000018, "Wrong size on WidgetLayoutLibrary_GetMousePositionScaledByDPI"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionScaledByDPI, Player) == 0x000000, "Member 'WidgetLayoutLibrary_GetMousePositionScaledByDPI::Player' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionScaledByDPI, LocationX) == 0x000008, "Member 'WidgetLayoutLibrary_GetMousePositionScaledByDPI::LocationX' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionScaledByDPI, LocationY) == 0x00000C, "Member 'WidgetLayoutLibrary_GetMousePositionScaledByDPI::LocationY' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionScaledByDPI, ReturnValue) == 0x000010, "Member 'WidgetLayoutLibrary_GetMousePositionScaledByDPI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry \ +static_assert(alignof(WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry"); \ +static_assert(sizeof(WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry) == 0x000040, "Wrong size on WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry, PlayerController) == 0x000000, "Member 'WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetViewportScale \ +static_assert(alignof(WidgetLayoutLibrary_GetViewportScale) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetViewportScale"); \ +static_assert(sizeof(WidgetLayoutLibrary_GetViewportScale) == 0x000010, "Wrong size on WidgetLayoutLibrary_GetViewportScale"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetViewportScale, WorldContextObject) == 0x000000, "Member 'WidgetLayoutLibrary_GetViewportScale::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetViewportScale, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_GetViewportScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetViewportSize \ +static_assert(alignof(WidgetLayoutLibrary_GetViewportSize) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetViewportSize"); \ +static_assert(sizeof(WidgetLayoutLibrary_GetViewportSize) == 0x000010, "Wrong size on WidgetLayoutLibrary_GetViewportSize"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetViewportSize, WorldContextObject) == 0x000000, "Member 'WidgetLayoutLibrary_GetViewportSize::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetViewportSize, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_GetViewportSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetViewportWidgetGeometry \ +static_assert(alignof(WidgetLayoutLibrary_GetViewportWidgetGeometry) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetViewportWidgetGeometry"); \ +static_assert(sizeof(WidgetLayoutLibrary_GetViewportWidgetGeometry) == 0x000040, "Wrong size on WidgetLayoutLibrary_GetViewportWidgetGeometry"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetViewportWidgetGeometry, WorldContextObject) == 0x000000, "Member 'WidgetLayoutLibrary_GetViewportWidgetGeometry::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetViewportWidgetGeometry, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_GetViewportWidgetGeometry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition \ +static_assert(alignof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition"); \ +static_assert(sizeof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition) == 0x000020, "Wrong size on WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition"); \ +static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, PlayerController) == 0x000000, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, WorldLocation) == 0x000008, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, ScreenPosition) == 0x000014, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, bPlayerViewportRelative) == 0x00001C, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::bPlayerViewportRelative' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, ReturnValue) == 0x00001D, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_RemoveAllWidgets \ +static_assert(alignof(WidgetLayoutLibrary_RemoveAllWidgets) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_RemoveAllWidgets"); \ +static_assert(sizeof(WidgetLayoutLibrary_RemoveAllWidgets) == 0x000008, "Wrong size on WidgetLayoutLibrary_RemoveAllWidgets"); \ +static_assert(offsetof(WidgetLayoutLibrary_RemoveAllWidgets, WorldContextObject) == 0x000000, "Member 'WidgetLayoutLibrary_RemoveAllWidgets::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsBorderSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsBorderSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsBorderSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsBorderSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsBorderSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsBorderSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsBorderSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsBorderSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsBorderSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsCanvasSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsCanvasSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsCanvasSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsCanvasSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsCanvasSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsCanvasSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsCanvasSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsCanvasSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsCanvasSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsGridSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsGridSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsGridSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsGridSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsGridSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsGridSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsGridSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsGridSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsGridSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsHorizontalBoxSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsHorizontalBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsHorizontalBoxSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsHorizontalBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsHorizontalBoxSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsHorizontalBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsHorizontalBoxSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsHorizontalBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsHorizontalBoxSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsOverlaySlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsOverlaySlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsOverlaySlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsOverlaySlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsOverlaySlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsOverlaySlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsOverlaySlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsOverlaySlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsOverlaySlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsSafeBoxSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsSafeBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsSafeBoxSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsSafeBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsSafeBoxSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsSafeBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsSafeBoxSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsSafeBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsSafeBoxSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsScaleBoxSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsScaleBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsScaleBoxSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsScaleBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsScaleBoxSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsScaleBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsScaleBoxSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsScaleBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsScaleBoxSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsScrollBoxSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsScrollBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsScrollBoxSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsScrollBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsScrollBoxSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsScrollBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsScrollBoxSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsScrollBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsScrollBoxSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsSizeBoxSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsSizeBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsSizeBoxSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsSizeBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsSizeBoxSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsSizeBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsSizeBoxSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsSizeBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsSizeBoxSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsUniformGridSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsUniformGridSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsUniformGridSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsUniformGridSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsUniformGridSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsUniformGridSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsUniformGridSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsUniformGridSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsUniformGridSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsVerticalBoxSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsVerticalBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsVerticalBoxSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsVerticalBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsVerticalBoxSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsVerticalBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsVerticalBoxSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsVerticalBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsVerticalBoxSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsWrapBoxSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsWrapBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsWrapBoxSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsWrapBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsWrapBoxSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsWrapBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsWrapBoxSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsWrapBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsWrapBoxSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetLayoutLibrary \ +static_assert(alignof(UWidgetLayoutLibrary) == 0x000008, "Wrong alignment on UWidgetLayoutLibrary"); \ +static_assert(sizeof(UWidgetLayoutLibrary) == 0x000030, "Wrong size on UWidgetLayoutLibrary"); \ + +#define DUMPER7_ASSERTS_UWidgetNavigation \ +static_assert(alignof(UWidgetNavigation) == 0x000008, "Wrong alignment on UWidgetNavigation"); \ +static_assert(sizeof(UWidgetNavigation) == 0x000138, "Wrong size on UWidgetNavigation"); \ +static_assert(offsetof(UWidgetNavigation, Up) == 0x000030, "Member 'UWidgetNavigation::Up' has a wrong offset!"); \ +static_assert(offsetof(UWidgetNavigation, Down) == 0x00005C, "Member 'UWidgetNavigation::Down' has a wrong offset!"); \ +static_assert(offsetof(UWidgetNavigation, Left) == 0x000088, "Member 'UWidgetNavigation::Left' has a wrong offset!"); \ +static_assert(offsetof(UWidgetNavigation, Right) == 0x0000B4, "Member 'UWidgetNavigation::Right' has a wrong offset!"); \ +static_assert(offsetof(UWidgetNavigation, Next) == 0x0000E0, "Member 'UWidgetNavigation::Next' has a wrong offset!"); \ +static_assert(offsetof(UWidgetNavigation, Previous) == 0x00010C, "Member 'UWidgetNavigation::Previous' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcher_SetActiveWidget \ +static_assert(alignof(WidgetSwitcher_SetActiveWidget) == 0x000008, "Wrong alignment on WidgetSwitcher_SetActiveWidget"); \ +static_assert(sizeof(WidgetSwitcher_SetActiveWidget) == 0x000008, "Wrong size on WidgetSwitcher_SetActiveWidget"); \ +static_assert(offsetof(WidgetSwitcher_SetActiveWidget, Widget) == 0x000000, "Member 'WidgetSwitcher_SetActiveWidget::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcher_SetActiveWidgetIndex \ +static_assert(alignof(WidgetSwitcher_SetActiveWidgetIndex) == 0x000004, "Wrong alignment on WidgetSwitcher_SetActiveWidgetIndex"); \ +static_assert(sizeof(WidgetSwitcher_SetActiveWidgetIndex) == 0x000004, "Wrong size on WidgetSwitcher_SetActiveWidgetIndex"); \ +static_assert(offsetof(WidgetSwitcher_SetActiveWidgetIndex, Index_0) == 0x000000, "Member 'WidgetSwitcher_SetActiveWidgetIndex::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcher_GetActiveWidget \ +static_assert(alignof(WidgetSwitcher_GetActiveWidget) == 0x000008, "Wrong alignment on WidgetSwitcher_GetActiveWidget"); \ +static_assert(sizeof(WidgetSwitcher_GetActiveWidget) == 0x000008, "Wrong size on WidgetSwitcher_GetActiveWidget"); \ +static_assert(offsetof(WidgetSwitcher_GetActiveWidget, ReturnValue) == 0x000000, "Member 'WidgetSwitcher_GetActiveWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcher_GetActiveWidgetIndex \ +static_assert(alignof(WidgetSwitcher_GetActiveWidgetIndex) == 0x000004, "Wrong alignment on WidgetSwitcher_GetActiveWidgetIndex"); \ +static_assert(sizeof(WidgetSwitcher_GetActiveWidgetIndex) == 0x000004, "Wrong size on WidgetSwitcher_GetActiveWidgetIndex"); \ +static_assert(offsetof(WidgetSwitcher_GetActiveWidgetIndex, ReturnValue) == 0x000000, "Member 'WidgetSwitcher_GetActiveWidgetIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcher_GetNumWidgets \ +static_assert(alignof(WidgetSwitcher_GetNumWidgets) == 0x000004, "Wrong alignment on WidgetSwitcher_GetNumWidgets"); \ +static_assert(sizeof(WidgetSwitcher_GetNumWidgets) == 0x000004, "Wrong size on WidgetSwitcher_GetNumWidgets"); \ +static_assert(offsetof(WidgetSwitcher_GetNumWidgets, ReturnValue) == 0x000000, "Member 'WidgetSwitcher_GetNumWidgets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcher_GetWidgetAtIndex \ +static_assert(alignof(WidgetSwitcher_GetWidgetAtIndex) == 0x000008, "Wrong alignment on WidgetSwitcher_GetWidgetAtIndex"); \ +static_assert(sizeof(WidgetSwitcher_GetWidgetAtIndex) == 0x000010, "Wrong size on WidgetSwitcher_GetWidgetAtIndex"); \ +static_assert(offsetof(WidgetSwitcher_GetWidgetAtIndex, Index_0) == 0x000000, "Member 'WidgetSwitcher_GetWidgetAtIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WidgetSwitcher_GetWidgetAtIndex, ReturnValue) == 0x000008, "Member 'WidgetSwitcher_GetWidgetAtIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetSwitcher \ +static_assert(alignof(UWidgetSwitcher) == 0x000008, "Wrong alignment on UWidgetSwitcher"); \ +static_assert(sizeof(UWidgetSwitcher) == 0x000158, "Wrong size on UWidgetSwitcher"); \ +static_assert(offsetof(UWidgetSwitcher, ActiveWidgetIndex) == 0x000140, "Member 'UWidgetSwitcher::ActiveWidgetIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcherSlot_SetHorizontalAlignment \ +static_assert(alignof(WidgetSwitcherSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on WidgetSwitcherSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(WidgetSwitcherSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on WidgetSwitcherSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(WidgetSwitcherSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'WidgetSwitcherSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcherSlot_SetPadding \ +static_assert(alignof(WidgetSwitcherSlot_SetPadding) == 0x000004, "Wrong alignment on WidgetSwitcherSlot_SetPadding"); \ +static_assert(sizeof(WidgetSwitcherSlot_SetPadding) == 0x000010, "Wrong size on WidgetSwitcherSlot_SetPadding"); \ +static_assert(offsetof(WidgetSwitcherSlot_SetPadding, InPadding) == 0x000000, "Member 'WidgetSwitcherSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcherSlot_SetVerticalAlignment \ +static_assert(alignof(WidgetSwitcherSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on WidgetSwitcherSlot_SetVerticalAlignment"); \ +static_assert(sizeof(WidgetSwitcherSlot_SetVerticalAlignment) == 0x000001, "Wrong size on WidgetSwitcherSlot_SetVerticalAlignment"); \ +static_assert(offsetof(WidgetSwitcherSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'WidgetSwitcherSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetSwitcherSlot \ +static_assert(alignof(UWidgetSwitcherSlot) == 0x000008, "Wrong alignment on UWidgetSwitcherSlot"); \ +static_assert(sizeof(UWidgetSwitcherSlot) == 0x000060, "Wrong size on UWidgetSwitcherSlot"); \ +static_assert(offsetof(UWidgetSwitcherSlot, Padding) == 0x000048, "Member 'UWidgetSwitcherSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UWidgetSwitcherSlot, HorizontalAlignment) == 0x000058, "Member 'UWidgetSwitcherSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UWidgetSwitcherSlot, VerticalAlignment) == 0x000059, "Member 'UWidgetSwitcherSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetTree \ +static_assert(alignof(UWidgetTree) == 0x000008, "Wrong alignment on UWidgetTree"); \ +static_assert(sizeof(UWidgetTree) == 0x000038, "Wrong size on UWidgetTree"); \ +static_assert(offsetof(UWidgetTree, RootWidget) == 0x000030, "Member 'UWidgetTree::RootWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindowTitleBarArea_SetHorizontalAlignment \ +static_assert(alignof(WindowTitleBarArea_SetHorizontalAlignment) == 0x000001, "Wrong alignment on WindowTitleBarArea_SetHorizontalAlignment"); \ +static_assert(sizeof(WindowTitleBarArea_SetHorizontalAlignment) == 0x000001, "Wrong size on WindowTitleBarArea_SetHorizontalAlignment"); \ +static_assert(offsetof(WindowTitleBarArea_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'WindowTitleBarArea_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindowTitleBarArea_SetPadding \ +static_assert(alignof(WindowTitleBarArea_SetPadding) == 0x000004, "Wrong alignment on WindowTitleBarArea_SetPadding"); \ +static_assert(sizeof(WindowTitleBarArea_SetPadding) == 0x000010, "Wrong size on WindowTitleBarArea_SetPadding"); \ +static_assert(offsetof(WindowTitleBarArea_SetPadding, InPadding) == 0x000000, "Member 'WindowTitleBarArea_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindowTitleBarArea_SetVerticalAlignment \ +static_assert(alignof(WindowTitleBarArea_SetVerticalAlignment) == 0x000001, "Wrong alignment on WindowTitleBarArea_SetVerticalAlignment"); \ +static_assert(sizeof(WindowTitleBarArea_SetVerticalAlignment) == 0x000001, "Wrong size on WindowTitleBarArea_SetVerticalAlignment"); \ +static_assert(offsetof(WindowTitleBarArea_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'WindowTitleBarArea_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWindowTitleBarArea \ +static_assert(alignof(UWindowTitleBarArea) == 0x000008, "Wrong alignment on UWindowTitleBarArea"); \ +static_assert(sizeof(UWindowTitleBarArea) == 0x000160, "Wrong size on UWindowTitleBarArea"); \ +static_assert(offsetof(UWindowTitleBarArea, bWindowButtonsEnabled) == 0x000140, "Member 'UWindowTitleBarArea::bWindowButtonsEnabled' has a wrong offset!"); \ +static_assert(offsetof(UWindowTitleBarArea, bDoubleClickTogglesFullscreen) == 0x000141, "Member 'UWindowTitleBarArea::bDoubleClickTogglesFullscreen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindowTitleBarAreaSlot_SetHorizontalAlignment \ +static_assert(alignof(WindowTitleBarAreaSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on WindowTitleBarAreaSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(WindowTitleBarAreaSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on WindowTitleBarAreaSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(WindowTitleBarAreaSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'WindowTitleBarAreaSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindowTitleBarAreaSlot_SetPadding \ +static_assert(alignof(WindowTitleBarAreaSlot_SetPadding) == 0x000004, "Wrong alignment on WindowTitleBarAreaSlot_SetPadding"); \ +static_assert(sizeof(WindowTitleBarAreaSlot_SetPadding) == 0x000010, "Wrong size on WindowTitleBarAreaSlot_SetPadding"); \ +static_assert(offsetof(WindowTitleBarAreaSlot_SetPadding, InPadding) == 0x000000, "Member 'WindowTitleBarAreaSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindowTitleBarAreaSlot_SetVerticalAlignment \ +static_assert(alignof(WindowTitleBarAreaSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on WindowTitleBarAreaSlot_SetVerticalAlignment"); \ +static_assert(sizeof(WindowTitleBarAreaSlot_SetVerticalAlignment) == 0x000001, "Wrong size on WindowTitleBarAreaSlot_SetVerticalAlignment"); \ +static_assert(offsetof(WindowTitleBarAreaSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'WindowTitleBarAreaSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWindowTitleBarAreaSlot \ +static_assert(alignof(UWindowTitleBarAreaSlot) == 0x000008, "Wrong alignment on UWindowTitleBarAreaSlot"); \ +static_assert(sizeof(UWindowTitleBarAreaSlot) == 0x000068, "Wrong size on UWindowTitleBarAreaSlot"); \ +static_assert(offsetof(UWindowTitleBarAreaSlot, Padding) == 0x000040, "Member 'UWindowTitleBarAreaSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UWindowTitleBarAreaSlot, HorizontalAlignment) == 0x000050, "Member 'UWindowTitleBarAreaSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UWindowTitleBarAreaSlot, VerticalAlignment) == 0x000051, "Member 'UWindowTitleBarAreaSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WrapBox_AddChildToWrapBox \ +static_assert(alignof(WrapBox_AddChildToWrapBox) == 0x000008, "Wrong alignment on WrapBox_AddChildToWrapBox"); \ +static_assert(sizeof(WrapBox_AddChildToWrapBox) == 0x000010, "Wrong size on WrapBox_AddChildToWrapBox"); \ +static_assert(offsetof(WrapBox_AddChildToWrapBox, Content) == 0x000000, "Member 'WrapBox_AddChildToWrapBox::Content' has a wrong offset!"); \ +static_assert(offsetof(WrapBox_AddChildToWrapBox, ReturnValue) == 0x000008, "Member 'WrapBox_AddChildToWrapBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WrapBox_SetInnerSlotPadding \ +static_assert(alignof(WrapBox_SetInnerSlotPadding) == 0x000004, "Wrong alignment on WrapBox_SetInnerSlotPadding"); \ +static_assert(sizeof(WrapBox_SetInnerSlotPadding) == 0x000008, "Wrong size on WrapBox_SetInnerSlotPadding"); \ +static_assert(offsetof(WrapBox_SetInnerSlotPadding, InPadding) == 0x000000, "Member 'WrapBox_SetInnerSlotPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWrapBox \ +static_assert(alignof(UWrapBox) == 0x000008, "Wrong alignment on UWrapBox"); \ +static_assert(sizeof(UWrapBox) == 0x000168, "Wrong size on UWrapBox"); \ +static_assert(offsetof(UWrapBox, InnerSlotPadding) == 0x000140, "Member 'UWrapBox::InnerSlotPadding' has a wrong offset!"); \ +static_assert(offsetof(UWrapBox, WrapWidth) == 0x000148, "Member 'UWrapBox::WrapWidth' has a wrong offset!"); \ +static_assert(offsetof(UWrapBox, WrapSize) == 0x00014C, "Member 'UWrapBox::WrapSize' has a wrong offset!"); \ +static_assert(offsetof(UWrapBox, bExplicitWrapWidth) == 0x000150, "Member 'UWrapBox::bExplicitWrapWidth' has a wrong offset!"); \ +static_assert(offsetof(UWrapBox, bExplicitWrapSize) == 0x000151, "Member 'UWrapBox::bExplicitWrapSize' has a wrong offset!"); \ +static_assert(offsetof(UWrapBox, Orientation) == 0x000152, "Member 'UWrapBox::Orientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WrapBoxSlot_SetFillEmptySpace \ +static_assert(alignof(WrapBoxSlot_SetFillEmptySpace) == 0x000001, "Wrong alignment on WrapBoxSlot_SetFillEmptySpace"); \ +static_assert(sizeof(WrapBoxSlot_SetFillEmptySpace) == 0x000001, "Wrong size on WrapBoxSlot_SetFillEmptySpace"); \ +static_assert(offsetof(WrapBoxSlot_SetFillEmptySpace, InbFillEmptySpace) == 0x000000, "Member 'WrapBoxSlot_SetFillEmptySpace::InbFillEmptySpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WrapBoxSlot_SetFillSpanWhenLessThan \ +static_assert(alignof(WrapBoxSlot_SetFillSpanWhenLessThan) == 0x000004, "Wrong alignment on WrapBoxSlot_SetFillSpanWhenLessThan"); \ +static_assert(sizeof(WrapBoxSlot_SetFillSpanWhenLessThan) == 0x000004, "Wrong size on WrapBoxSlot_SetFillSpanWhenLessThan"); \ +static_assert(offsetof(WrapBoxSlot_SetFillSpanWhenLessThan, InFillSpanWhenLessThan) == 0x000000, "Member 'WrapBoxSlot_SetFillSpanWhenLessThan::InFillSpanWhenLessThan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WrapBoxSlot_SetHorizontalAlignment \ +static_assert(alignof(WrapBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on WrapBoxSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(WrapBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on WrapBoxSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(WrapBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'WrapBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WrapBoxSlot_SetPadding \ +static_assert(alignof(WrapBoxSlot_SetPadding) == 0x000004, "Wrong alignment on WrapBoxSlot_SetPadding"); \ +static_assert(sizeof(WrapBoxSlot_SetPadding) == 0x000010, "Wrong size on WrapBoxSlot_SetPadding"); \ +static_assert(offsetof(WrapBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'WrapBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WrapBoxSlot_SetVerticalAlignment \ +static_assert(alignof(WrapBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on WrapBoxSlot_SetVerticalAlignment"); \ +static_assert(sizeof(WrapBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on WrapBoxSlot_SetVerticalAlignment"); \ +static_assert(offsetof(WrapBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'WrapBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWrapBoxSlot \ +static_assert(alignof(UWrapBoxSlot) == 0x000008, "Wrong alignment on UWrapBoxSlot"); \ +static_assert(sizeof(UWrapBoxSlot) == 0x000068, "Wrong size on UWrapBoxSlot"); \ +static_assert(offsetof(UWrapBoxSlot, Padding) == 0x000040, "Member 'UWrapBoxSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UWrapBoxSlot, bFillEmptySpace) == 0x000050, "Member 'UWrapBoxSlot::bFillEmptySpace' has a wrong offset!"); \ +static_assert(offsetof(UWrapBoxSlot, FillSpanWhenLessThan) == 0x000054, "Member 'UWrapBoxSlot::FillSpanWhenLessThan' has a wrong offset!"); \ +static_assert(offsetof(UWrapBoxSlot, HorizontalAlignment) == 0x000058, "Member 'UWrapBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UWrapBoxSlot, VerticalAlignment) == 0x000059, "Member 'UWrapBoxSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Credits_Image_C \ +static_assert(alignof(UWBP_UI_Credits_Image_C) == 0x000008, "Wrong alignment on UWBP_UI_Credits_Image_C"); \ +static_assert(sizeof(UWBP_UI_Credits_Image_C) == 0x000298, "Wrong size on UWBP_UI_Credits_Image_C"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFrameRange \ +static_assert(alignof(FMovieSceneFrameRange) == 0x000004, "Wrong alignment on FMovieSceneFrameRange"); \ +static_assert(sizeof(FMovieSceneFrameRange) == 0x000010, "Wrong size on FMovieSceneFrameRange"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationGroupLUTIndex \ +static_assert(alignof(FMovieSceneEvaluationGroupLUTIndex) == 0x000004, "Wrong alignment on FMovieSceneEvaluationGroupLUTIndex"); \ +static_assert(sizeof(FMovieSceneEvaluationGroupLUTIndex) == 0x000008, "Wrong size on FMovieSceneEvaluationGroupLUTIndex"); \ +static_assert(offsetof(FMovieSceneEvaluationGroupLUTIndex, NumInitPtrs) == 0x000000, "Member 'FMovieSceneEvaluationGroupLUTIndex::NumInitPtrs' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationGroupLUTIndex, NumEvalPtrs) == 0x000004, "Member 'FMovieSceneEvaluationGroupLUTIndex::NumEvalPtrs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequenceID \ +static_assert(alignof(FMovieSceneSequenceID) == 0x000004, "Wrong alignment on FMovieSceneSequenceID"); \ +static_assert(sizeof(FMovieSceneSequenceID) == 0x000004, "Wrong size on FMovieSceneSequenceID"); \ +static_assert(offsetof(FMovieSceneSequenceID, Value) == 0x000000, "Member 'FMovieSceneSequenceID::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTrackIdentifier \ +static_assert(alignof(FMovieSceneTrackIdentifier) == 0x000004, "Wrong alignment on FMovieSceneTrackIdentifier"); \ +static_assert(sizeof(FMovieSceneTrackIdentifier) == 0x000004, "Wrong size on FMovieSceneTrackIdentifier"); \ +static_assert(offsetof(FMovieSceneTrackIdentifier, Value) == 0x000000, "Member 'FMovieSceneTrackIdentifier::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldTrackPtr \ +static_assert(alignof(FMovieSceneEvaluationFieldTrackPtr) == 0x000004, "Wrong alignment on FMovieSceneEvaluationFieldTrackPtr"); \ +static_assert(sizeof(FMovieSceneEvaluationFieldTrackPtr) == 0x000008, "Wrong size on FMovieSceneEvaluationFieldTrackPtr"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldTrackPtr, SequenceID) == 0x000000, "Member 'FMovieSceneEvaluationFieldTrackPtr::SequenceID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldTrackPtr, TrackIdentifier) == 0x000004, "Member 'FMovieSceneEvaluationFieldTrackPtr::TrackIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFieldEntry_EvaluationTrack \ +static_assert(alignof(FMovieSceneFieldEntry_EvaluationTrack) == 0x000004, "Wrong alignment on FMovieSceneFieldEntry_EvaluationTrack"); \ +static_assert(sizeof(FMovieSceneFieldEntry_EvaluationTrack) == 0x00000C, "Wrong size on FMovieSceneFieldEntry_EvaluationTrack"); \ +static_assert(offsetof(FMovieSceneFieldEntry_EvaluationTrack, TrackPtr) == 0x000000, "Member 'FMovieSceneFieldEntry_EvaluationTrack::TrackPtr' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFieldEntry_EvaluationTrack, NumChildren) == 0x000008, "Member 'FMovieSceneFieldEntry_EvaluationTrack::NumChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFieldEntry_ChildTemplate \ +static_assert(alignof(FMovieSceneFieldEntry_ChildTemplate) == 0x000004, "Wrong alignment on FMovieSceneFieldEntry_ChildTemplate"); \ +static_assert(sizeof(FMovieSceneFieldEntry_ChildTemplate) == 0x000008, "Wrong size on FMovieSceneFieldEntry_ChildTemplate"); \ +static_assert(offsetof(FMovieSceneFieldEntry_ChildTemplate, ChildIndex) == 0x000000, "Member 'FMovieSceneFieldEntry_ChildTemplate::ChildIndex' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFieldEntry_ChildTemplate, Flags) == 0x000002, "Member 'FMovieSceneFieldEntry_ChildTemplate::Flags' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFieldEntry_ChildTemplate, ForcedTime) == 0x000004, "Member 'FMovieSceneFieldEntry_ChildTemplate::ForcedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationGroup \ +static_assert(alignof(FMovieSceneEvaluationGroup) == 0x000008, "Wrong alignment on FMovieSceneEvaluationGroup"); \ +static_assert(sizeof(FMovieSceneEvaluationGroup) == 0x000030, "Wrong size on FMovieSceneEvaluationGroup"); \ +static_assert(offsetof(FMovieSceneEvaluationGroup, LUTIndices) == 0x000000, "Member 'FMovieSceneEvaluationGroup::LUTIndices' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationGroup, TrackLUT) == 0x000010, "Member 'FMovieSceneEvaluationGroup::TrackLUT' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationGroup, SectionLUT) == 0x000020, "Member 'FMovieSceneEvaluationGroup::SectionLUT' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationKey \ +static_assert(alignof(FMovieSceneEvaluationKey) == 0x000004, "Wrong alignment on FMovieSceneEvaluationKey"); \ +static_assert(sizeof(FMovieSceneEvaluationKey) == 0x00000C, "Wrong size on FMovieSceneEvaluationKey"); \ +static_assert(offsetof(FMovieSceneEvaluationKey, SequenceID) == 0x000000, "Member 'FMovieSceneEvaluationKey::SequenceID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationKey, TrackIdentifier) == 0x000004, "Member 'FMovieSceneEvaluationKey::TrackIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationKey, SectionIndex) == 0x000008, "Member 'FMovieSceneEvaluationKey::SectionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneOrderedEvaluationKey \ +static_assert(alignof(FMovieSceneOrderedEvaluationKey) == 0x000004, "Wrong alignment on FMovieSceneOrderedEvaluationKey"); \ +static_assert(sizeof(FMovieSceneOrderedEvaluationKey) == 0x000010, "Wrong size on FMovieSceneOrderedEvaluationKey"); \ +static_assert(offsetof(FMovieSceneOrderedEvaluationKey, Key) == 0x000000, "Member 'FMovieSceneOrderedEvaluationKey::Key' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneOrderedEvaluationKey, SetupIndex) == 0x00000C, "Member 'FMovieSceneOrderedEvaluationKey::SetupIndex' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneOrderedEvaluationKey, TearDownIndex) == 0x00000E, "Member 'FMovieSceneOrderedEvaluationKey::TearDownIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationMetaData \ +static_assert(alignof(FMovieSceneEvaluationMetaData) == 0x000008, "Wrong alignment on FMovieSceneEvaluationMetaData"); \ +static_assert(sizeof(FMovieSceneEvaluationMetaData) == 0x000020, "Wrong size on FMovieSceneEvaluationMetaData"); \ +static_assert(offsetof(FMovieSceneEvaluationMetaData, ActiveSequences) == 0x000000, "Member 'FMovieSceneEvaluationMetaData::ActiveSequences' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationMetaData, ActiveEntities) == 0x000010, "Member 'FMovieSceneEvaluationMetaData::ActiveEntities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationField \ +static_assert(alignof(FMovieSceneEvaluationField) == 0x000008, "Wrong alignment on FMovieSceneEvaluationField"); \ +static_assert(sizeof(FMovieSceneEvaluationField) == 0x000030, "Wrong size on FMovieSceneEvaluationField"); \ +static_assert(offsetof(FMovieSceneEvaluationField, Ranges) == 0x000000, "Member 'FMovieSceneEvaluationField::Ranges' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationField, Groups) == 0x000010, "Member 'FMovieSceneEvaluationField::Groups' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationField, MetaData) == 0x000020, "Member 'FMovieSceneEvaluationField::MetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvalTemplateBase \ +static_assert(alignof(FMovieSceneEvalTemplateBase) == 0x000008, "Wrong alignment on FMovieSceneEvalTemplateBase"); \ +static_assert(sizeof(FMovieSceneEvalTemplateBase) == 0x000010, "Wrong size on FMovieSceneEvalTemplateBase"); \ + +#define DUMPER7_ASSERTS_FMovieSceneChannel \ +static_assert(alignof(FMovieSceneChannel) == 0x000008, "Wrong alignment on FMovieSceneChannel"); \ +static_assert(sizeof(FMovieSceneChannel) == 0x000008, "Wrong size on FMovieSceneChannel"); \ + +#define DUMPER7_ASSERTS_FMovieSceneBoolChannel \ +static_assert(alignof(FMovieSceneBoolChannel) == 0x000008, "Wrong alignment on FMovieSceneBoolChannel"); \ +static_assert(sizeof(FMovieSceneBoolChannel) == 0x000090, "Wrong size on FMovieSceneBoolChannel"); \ +static_assert(offsetof(FMovieSceneBoolChannel, Times) == 0x000008, "Member 'FMovieSceneBoolChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBoolChannel, DefaultValue) == 0x000018, "Member 'FMovieSceneBoolChannel::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBoolChannel, bHasDefaultValue) == 0x000019, "Member 'FMovieSceneBoolChannel::bHasDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBoolChannel, Values) == 0x000020, "Member 'FMovieSceneBoolChannel::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneObjectBindingID \ +static_assert(alignof(FMovieSceneObjectBindingID) == 0x000004, "Wrong alignment on FMovieSceneObjectBindingID"); \ +static_assert(sizeof(FMovieSceneObjectBindingID) == 0x000018, "Wrong size on FMovieSceneObjectBindingID"); \ +static_assert(offsetof(FMovieSceneObjectBindingID, Guid) == 0x000000, "Member 'FMovieSceneObjectBindingID::Guid' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneObjectBindingID, SequenceID) == 0x000010, "Member 'FMovieSceneObjectBindingID::SequenceID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneObjectBindingID, ResolveParentIndex) == 0x000014, "Member 'FMovieSceneObjectBindingID::ResolveParentIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvalTemplate \ +static_assert(alignof(FMovieSceneEvalTemplate) == 0x000008, "Wrong alignment on FMovieSceneEvalTemplate"); \ +static_assert(sizeof(FMovieSceneEvalTemplate) == 0x000020, "Wrong size on FMovieSceneEvalTemplate"); \ +static_assert(offsetof(FMovieSceneEvalTemplate, CompletionMode) == 0x000010, "Member 'FMovieSceneEvalTemplate::CompletionMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvalTemplate, SourceSectionPtr) == 0x000014, "Member 'FMovieSceneEvalTemplate::SourceSectionPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrackInstanceInputComponent \ +static_assert(alignof(FTrackInstanceInputComponent) == 0x000008, "Wrong alignment on FTrackInstanceInputComponent"); \ +static_assert(sizeof(FTrackInstanceInputComponent) == 0x000010, "Wrong size on FTrackInstanceInputComponent"); \ +static_assert(offsetof(FTrackInstanceInputComponent, Section) == 0x000000, "Member 'FTrackInstanceInputComponent::Section' has a wrong offset!"); \ +static_assert(offsetof(FTrackInstanceInputComponent, OutputIndex) == 0x000008, "Member 'FTrackInstanceInputComponent::OutputIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneDeterminismData \ +static_assert(alignof(FMovieSceneDeterminismData) == 0x000008, "Wrong alignment on FMovieSceneDeterminismData"); \ +static_assert(sizeof(FMovieSceneDeterminismData) == 0x000018, "Wrong size on FMovieSceneDeterminismData"); \ +static_assert(offsetof(FMovieSceneDeterminismData, Fences) == 0x000000, "Member 'FMovieSceneDeterminismData::Fences' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDeterminismData, bParentSequenceRequiresLowerFence) == 0x000010, "Member 'FMovieSceneDeterminismData::bParentSequenceRequiresLowerFence' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDeterminismData, bParentSequenceRequiresUpperFence) == 0x000011, "Member 'FMovieSceneDeterminismData::bParentSequenceRequiresUpperFence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTimeTransform \ +static_assert(alignof(FMovieSceneTimeTransform) == 0x000004, "Wrong alignment on FMovieSceneTimeTransform"); \ +static_assert(sizeof(FMovieSceneTimeTransform) == 0x00000C, "Wrong size on FMovieSceneTimeTransform"); \ +static_assert(offsetof(FMovieSceneTimeTransform, TimeScale) == 0x000000, "Member 'FMovieSceneTimeTransform::TimeScale' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTimeTransform, Offset) == 0x000004, "Member 'FMovieSceneTimeTransform::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTimeWarping \ +static_assert(alignof(FMovieSceneTimeWarping) == 0x000004, "Wrong alignment on FMovieSceneTimeWarping"); \ +static_assert(sizeof(FMovieSceneTimeWarping) == 0x000008, "Wrong size on FMovieSceneTimeWarping"); \ +static_assert(offsetof(FMovieSceneTimeWarping, Start) == 0x000000, "Member 'FMovieSceneTimeWarping::Start' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTimeWarping, End) == 0x000004, "Member 'FMovieSceneTimeWarping::End' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNestedSequenceTransform \ +static_assert(alignof(FMovieSceneNestedSequenceTransform) == 0x000004, "Wrong alignment on FMovieSceneNestedSequenceTransform"); \ +static_assert(sizeof(FMovieSceneNestedSequenceTransform) == 0x000014, "Wrong size on FMovieSceneNestedSequenceTransform"); \ +static_assert(offsetof(FMovieSceneNestedSequenceTransform, LinearTransform) == 0x000000, "Member 'FMovieSceneNestedSequenceTransform::LinearTransform' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNestedSequenceTransform, Warping) == 0x00000C, "Member 'FMovieSceneNestedSequenceTransform::Warping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTangentData \ +static_assert(alignof(FMovieSceneTangentData) == 0x000004, "Wrong alignment on FMovieSceneTangentData"); \ +static_assert(sizeof(FMovieSceneTangentData) == 0x000014, "Wrong size on FMovieSceneTangentData"); \ +static_assert(offsetof(FMovieSceneTangentData, ArriveTangent) == 0x000000, "Member 'FMovieSceneTangentData::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTangentData, LeaveTangent) == 0x000004, "Member 'FMovieSceneTangentData::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTangentData, ArriveTangentWeight) == 0x000008, "Member 'FMovieSceneTangentData::ArriveTangentWeight' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTangentData, LeaveTangentWeight) == 0x00000C, "Member 'FMovieSceneTangentData::LeaveTangentWeight' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTangentData, TangentWeightMode) == 0x000010, "Member 'FMovieSceneTangentData::TangentWeightMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFloatValue \ +static_assert(alignof(FMovieSceneFloatValue) == 0x000004, "Wrong alignment on FMovieSceneFloatValue"); \ +static_assert(sizeof(FMovieSceneFloatValue) == 0x00001C, "Wrong size on FMovieSceneFloatValue"); \ +static_assert(offsetof(FMovieSceneFloatValue, Value) == 0x000000, "Member 'FMovieSceneFloatValue::Value' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatValue, Tangent) == 0x000004, "Member 'FMovieSceneFloatValue::Tangent' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatValue, InterpMode) == 0x000018, "Member 'FMovieSceneFloatValue::InterpMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatValue, TangentMode) == 0x000019, "Member 'FMovieSceneFloatValue::TangentMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatValue, PaddingByte) == 0x00001A, "Member 'FMovieSceneFloatValue::PaddingByte' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneKeyHandleMap \ +static_assert(alignof(FMovieSceneKeyHandleMap) == 0x000008, "Wrong alignment on FMovieSceneKeyHandleMap"); \ +static_assert(sizeof(FMovieSceneKeyHandleMap) == 0x000060, "Wrong size on FMovieSceneKeyHandleMap"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFloatChannel \ +static_assert(alignof(FMovieSceneFloatChannel) == 0x000008, "Wrong alignment on FMovieSceneFloatChannel"); \ +static_assert(sizeof(FMovieSceneFloatChannel) == 0x0000A0, "Wrong size on FMovieSceneFloatChannel"); \ +static_assert(offsetof(FMovieSceneFloatChannel, PreInfinityExtrap) == 0x000008, "Member 'FMovieSceneFloatChannel::PreInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, PostInfinityExtrap) == 0x000009, "Member 'FMovieSceneFloatChannel::PostInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, Times) == 0x000010, "Member 'FMovieSceneFloatChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, Values) == 0x000020, "Member 'FMovieSceneFloatChannel::Values' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, DefaultValue) == 0x000030, "Member 'FMovieSceneFloatChannel::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, bHasDefaultValue) == 0x000034, "Member 'FMovieSceneFloatChannel::bHasDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, KeyHandles) == 0x000038, "Member 'FMovieSceneFloatChannel::KeyHandles' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, TickResolution) == 0x000098, "Member 'FMovieSceneFloatChannel::TickResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationInstanceKey \ +static_assert(alignof(FMovieSceneEvaluationInstanceKey) == 0x000002, "Wrong alignment on FMovieSceneEvaluationInstanceKey"); \ +static_assert(sizeof(FMovieSceneEvaluationInstanceKey) == 0x000004, "Wrong size on FMovieSceneEvaluationInstanceKey"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSegmentIdentifier \ +static_assert(alignof(FMovieSceneSegmentIdentifier) == 0x000004, "Wrong alignment on FMovieSceneSegmentIdentifier"); \ +static_assert(sizeof(FMovieSceneSegmentIdentifier) == 0x000004, "Wrong size on FMovieSceneSegmentIdentifier"); \ +static_assert(offsetof(FMovieSceneSegmentIdentifier, IdentifierIndex) == 0x000000, "Member 'FMovieSceneSegmentIdentifier::IdentifierIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequenceCompilerMaskStruct \ +static_assert(alignof(FMovieSceneSequenceCompilerMaskStruct) == 0x000001, "Wrong alignment on FMovieSceneSequenceCompilerMaskStruct"); \ +static_assert(sizeof(FMovieSceneSequenceCompilerMaskStruct) == 0x000001, "Wrong size on FMovieSceneSequenceCompilerMaskStruct"); \ + +#define DUMPER7_ASSERTS_FEasingComponentData \ +static_assert(alignof(FEasingComponentData) == 0x000008, "Wrong alignment on FEasingComponentData"); \ +static_assert(sizeof(FEasingComponentData) == 0x000008, "Wrong size on FEasingComponentData"); \ +static_assert(offsetof(FEasingComponentData, Section) == 0x000000, "Member 'FEasingComponentData::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneIntegerChannel \ +static_assert(alignof(FMovieSceneIntegerChannel) == 0x000008, "Wrong alignment on FMovieSceneIntegerChannel"); \ +static_assert(sizeof(FMovieSceneIntegerChannel) == 0x000090, "Wrong size on FMovieSceneIntegerChannel"); \ +static_assert(offsetof(FMovieSceneIntegerChannel, Times) == 0x000008, "Member 'FMovieSceneIntegerChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneIntegerChannel, DefaultValue) == 0x000018, "Member 'FMovieSceneIntegerChannel::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneIntegerChannel, bHasDefaultValue) == 0x00001C, "Member 'FMovieSceneIntegerChannel::bHasDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneIntegerChannel, Values) == 0x000020, "Member 'FMovieSceneIntegerChannel::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneBinding \ +static_assert(alignof(FMovieSceneBinding) == 0x000008, "Wrong alignment on FMovieSceneBinding"); \ +static_assert(sizeof(FMovieSceneBinding) == 0x000030, "Wrong size on FMovieSceneBinding"); \ +static_assert(offsetof(FMovieSceneBinding, ObjectGuid) == 0x000000, "Member 'FMovieSceneBinding::ObjectGuid' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBinding, BindingName) == 0x000010, "Member 'FMovieSceneBinding::BindingName' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBinding, Tracks) == 0x000020, "Member 'FMovieSceneBinding::Tracks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTrackImplementation \ +static_assert(alignof(FMovieSceneTrackImplementation) == 0x000008, "Wrong alignment on FMovieSceneTrackImplementation"); \ +static_assert(sizeof(FMovieSceneTrackImplementation) == 0x000010, "Wrong size on FMovieSceneTrackImplementation"); \ + +#define DUMPER7_ASSERTS_FMovieScenePropertySectionData \ +static_assert(alignof(FMovieScenePropertySectionData) == 0x000008, "Wrong alignment on FMovieScenePropertySectionData"); \ +static_assert(sizeof(FMovieScenePropertySectionData) == 0x000020, "Wrong size on FMovieScenePropertySectionData"); \ +static_assert(offsetof(FMovieScenePropertySectionData, PropertyName) == 0x000000, "Member 'FMovieScenePropertySectionData::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePropertySectionData, PropertyPath) == 0x000010, "Member 'FMovieScenePropertySectionData::PropertyPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScenePropertySectionTemplate \ +static_assert(alignof(FMovieScenePropertySectionTemplate) == 0x000008, "Wrong alignment on FMovieScenePropertySectionTemplate"); \ +static_assert(sizeof(FMovieScenePropertySectionTemplate) == 0x000040, "Wrong size on FMovieScenePropertySectionTemplate"); \ +static_assert(offsetof(FMovieScenePropertySectionTemplate, PropertyData) == 0x000020, "Member 'FMovieScenePropertySectionTemplate::PropertyData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneByteChannel \ +static_assert(alignof(FMovieSceneByteChannel) == 0x000008, "Wrong alignment on FMovieSceneByteChannel"); \ +static_assert(sizeof(FMovieSceneByteChannel) == 0x000098, "Wrong size on FMovieSceneByteChannel"); \ +static_assert(offsetof(FMovieSceneByteChannel, Times) == 0x000008, "Member 'FMovieSceneByteChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneByteChannel, DefaultValue) == 0x000018, "Member 'FMovieSceneByteChannel::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneByteChannel, bHasDefaultValue) == 0x000019, "Member 'FMovieSceneByteChannel::bHasDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneByteChannel, Values) == 0x000020, "Member 'FMovieSceneByteChannel::Values' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneByteChannel, Enum) == 0x000030, "Member 'FMovieSceneByteChannel::Enum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScenePropertyBinding \ +static_assert(alignof(FMovieScenePropertyBinding) == 0x000004, "Wrong alignment on FMovieScenePropertyBinding"); \ +static_assert(sizeof(FMovieScenePropertyBinding) == 0x00001C, "Wrong size on FMovieScenePropertyBinding"); \ +static_assert(offsetof(FMovieScenePropertyBinding, PropertyName) == 0x000000, "Member 'FMovieScenePropertyBinding::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePropertyBinding, PropertyPath) == 0x00000C, "Member 'FMovieScenePropertyBinding::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePropertyBinding, bCanUseClassLookup) == 0x000018, "Member 'FMovieScenePropertyBinding::bCanUseClassLookup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldEntityKey \ +static_assert(alignof(FMovieSceneEvaluationFieldEntityKey) == 0x000004, "Wrong alignment on FMovieSceneEvaluationFieldEntityKey"); \ +static_assert(sizeof(FMovieSceneEvaluationFieldEntityKey) == 0x00000C, "Wrong size on FMovieSceneEvaluationFieldEntityKey"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldEntityKey, EntityOwner) == 0x000000, "Member 'FMovieSceneEvaluationFieldEntityKey::EntityOwner' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldEntityKey, EntityID) == 0x000008, "Member 'FMovieSceneEvaluationFieldEntityKey::EntityID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequenceInstanceData \ +static_assert(alignof(FMovieSceneSequenceInstanceData) == 0x000008, "Wrong alignment on FMovieSceneSequenceInstanceData"); \ +static_assert(sizeof(FMovieSceneSequenceInstanceData) == 0x000008, "Wrong size on FMovieSceneSequenceInstanceData"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldSegmentPtr \ +static_assert(alignof(FMovieSceneEvaluationFieldSegmentPtr) == 0x000004, "Wrong alignment on FMovieSceneEvaluationFieldSegmentPtr"); \ +static_assert(sizeof(FMovieSceneEvaluationFieldSegmentPtr) == 0x00000C, "Wrong size on FMovieSceneEvaluationFieldSegmentPtr"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldSegmentPtr, SegmentID) == 0x000008, "Member 'FMovieSceneEvaluationFieldSegmentPtr::SegmentID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationOperand \ +static_assert(alignof(FMovieSceneEvaluationOperand) == 0x000004, "Wrong alignment on FMovieSceneEvaluationOperand"); \ +static_assert(sizeof(FMovieSceneEvaluationOperand) == 0x000014, "Wrong size on FMovieSceneEvaluationOperand"); \ +static_assert(offsetof(FMovieSceneEvaluationOperand, ObjectBindingID) == 0x000000, "Member 'FMovieSceneEvaluationOperand::ObjectBindingID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationOperand, SequenceID) == 0x000010, "Member 'FMovieSceneEvaluationOperand::SequenceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationHookComponent \ +static_assert(alignof(FMovieSceneEvaluationHookComponent) == 0x000008, "Wrong alignment on FMovieSceneEvaluationHookComponent"); \ +static_assert(sizeof(FMovieSceneEvaluationHookComponent) == 0x000020, "Wrong size on FMovieSceneEvaluationHookComponent"); \ +static_assert(offsetof(FMovieSceneEvaluationHookComponent, Interface) == 0x000000, "Member 'FMovieSceneEvaluationHookComponent::Interface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTrackInstanceComponent \ +static_assert(alignof(FMovieSceneTrackInstanceComponent) == 0x000008, "Wrong alignment on FMovieSceneTrackInstanceComponent"); \ +static_assert(sizeof(FMovieSceneTrackInstanceComponent) == 0x000010, "Wrong size on FMovieSceneTrackInstanceComponent"); \ +static_assert(offsetof(FMovieSceneTrackInstanceComponent, Owner) == 0x000000, "Member 'FMovieSceneTrackInstanceComponent::Owner' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTrackInstanceComponent, TrackInstanceClass) == 0x000008, "Member 'FMovieSceneTrackInstanceComponent::TrackInstanceClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSectionGroup \ +static_assert(alignof(FMovieSceneSectionGroup) == 0x000008, "Wrong alignment on FMovieSceneSectionGroup"); \ +static_assert(sizeof(FMovieSceneSectionGroup) == 0x000010, "Wrong size on FMovieSceneSectionGroup"); \ +static_assert(offsetof(FMovieSceneSectionGroup, Sections) == 0x000000, "Member 'FMovieSceneSectionGroup::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneObjectBindingIDs \ +static_assert(alignof(FMovieSceneObjectBindingIDs) == 0x000008, "Wrong alignment on FMovieSceneObjectBindingIDs"); \ +static_assert(sizeof(FMovieSceneObjectBindingIDs) == 0x000010, "Wrong size on FMovieSceneObjectBindingIDs"); \ +static_assert(offsetof(FMovieSceneObjectBindingIDs, IDs) == 0x000000, "Member 'FMovieSceneObjectBindingIDs::IDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTrackLabels \ +static_assert(alignof(FMovieSceneTrackLabels) == 0x000008, "Wrong alignment on FMovieSceneTrackLabels"); \ +static_assert(sizeof(FMovieSceneTrackLabels) == 0x000010, "Wrong size on FMovieSceneTrackLabels"); \ +static_assert(offsetof(FMovieSceneTrackLabels, Strings) == 0x000000, "Member 'FMovieSceneTrackLabels::Strings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneExpansionState \ +static_assert(alignof(FMovieSceneExpansionState) == 0x000001, "Wrong alignment on FMovieSceneExpansionState"); \ +static_assert(sizeof(FMovieSceneExpansionState) == 0x000001, "Wrong size on FMovieSceneExpansionState"); \ +static_assert(offsetof(FMovieSceneExpansionState, bExpanded) == 0x000000, "Member 'FMovieSceneExpansionState::bExpanded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEditorData \ +static_assert(alignof(FMovieSceneEditorData) == 0x000008, "Wrong alignment on FMovieSceneEditorData"); \ +static_assert(sizeof(FMovieSceneEditorData) == 0x0000F0, "Wrong size on FMovieSceneEditorData"); \ +static_assert(offsetof(FMovieSceneEditorData, ExpansionStates) == 0x000000, "Member 'FMovieSceneEditorData::ExpansionStates' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEditorData, PinnedNodes) == 0x000050, "Member 'FMovieSceneEditorData::PinnedNodes' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEditorData, ViewStart) == 0x000060, "Member 'FMovieSceneEditorData::ViewStart' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEditorData, ViewEnd) == 0x000068, "Member 'FMovieSceneEditorData::ViewEnd' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEditorData, WorkStart) == 0x000070, "Member 'FMovieSceneEditorData::WorkStart' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEditorData, WorkEnd) == 0x000078, "Member 'FMovieSceneEditorData::WorkEnd' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEditorData, MarkedFrames) == 0x000080, "Member 'FMovieSceneEditorData::MarkedFrames' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEditorData, WorkingRange) == 0x0000D0, "Member 'FMovieSceneEditorData::WorkingRange' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEditorData, ViewRange) == 0x0000E0, "Member 'FMovieSceneEditorData::ViewRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequenceTransform \ +static_assert(alignof(FMovieSceneSequenceTransform) == 0x000008, "Wrong alignment on FMovieSceneSequenceTransform"); \ +static_assert(sizeof(FMovieSceneSequenceTransform) == 0x000020, "Wrong size on FMovieSceneSequenceTransform"); \ +static_assert(offsetof(FMovieSceneSequenceTransform, LinearTransform) == 0x000000, "Member 'FMovieSceneSequenceTransform::LinearTransform' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceTransform, NestedTransforms) == 0x000010, "Member 'FMovieSceneSequenceTransform::NestedTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneMarkedFrame \ +static_assert(alignof(FMovieSceneMarkedFrame) == 0x000008, "Wrong alignment on FMovieSceneMarkedFrame"); \ +static_assert(sizeof(FMovieSceneMarkedFrame) == 0x000020, "Wrong size on FMovieSceneMarkedFrame"); \ +static_assert(offsetof(FMovieSceneMarkedFrame, FrameNumber) == 0x000000, "Member 'FMovieSceneMarkedFrame::FrameNumber' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMarkedFrame, Label) == 0x000008, "Member 'FMovieSceneMarkedFrame::Label' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMarkedFrame, bIsDeterminismFence) == 0x000018, "Member 'FMovieSceneMarkedFrame::bIsDeterminismFence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTimecodeSource \ +static_assert(alignof(FMovieSceneTimecodeSource) == 0x000004, "Wrong alignment on FMovieSceneTimecodeSource"); \ +static_assert(sizeof(FMovieSceneTimecodeSource) == 0x000018, "Wrong size on FMovieSceneTimecodeSource"); \ +static_assert(offsetof(FMovieSceneTimecodeSource, Timecode) == 0x000000, "Member 'FMovieSceneTimecodeSource::Timecode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTimecodeSource, DeltaFrame) == 0x000014, "Member 'FMovieSceneTimecodeSource::DeltaFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSubSequenceTree \ +static_assert(alignof(FMovieSceneSubSequenceTree) == 0x000008, "Wrong alignment on FMovieSceneSubSequenceTree"); \ +static_assert(sizeof(FMovieSceneSubSequenceTree) == 0x000060, "Wrong size on FMovieSceneSubSequenceTree"); \ + +#define DUMPER7_ASSERTS_FMovieSceneBindingOverrideData \ +static_assert(alignof(FMovieSceneBindingOverrideData) == 0x000004, "Wrong alignment on FMovieSceneBindingOverrideData"); \ +static_assert(sizeof(FMovieSceneBindingOverrideData) == 0x000024, "Wrong size on FMovieSceneBindingOverrideData"); \ +static_assert(offsetof(FMovieSceneBindingOverrideData, ObjectBindingId) == 0x000000, "Member 'FMovieSceneBindingOverrideData::ObjectBindingId' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBindingOverrideData, Object) == 0x000018, "Member 'FMovieSceneBindingOverrideData::Object' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBindingOverrideData, bOverridesDefault) == 0x000020, "Member 'FMovieSceneBindingOverrideData::bOverridesDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptionalMovieSceneBlendType \ +static_assert(alignof(FOptionalMovieSceneBlendType) == 0x000001, "Wrong alignment on FOptionalMovieSceneBlendType"); \ +static_assert(sizeof(FOptionalMovieSceneBlendType) == 0x000002, "Wrong size on FOptionalMovieSceneBlendType"); \ +static_assert(offsetof(FOptionalMovieSceneBlendType, BlendType) == 0x000000, "Member 'FOptionalMovieSceneBlendType::BlendType' has a wrong offset!"); \ +static_assert(offsetof(FOptionalMovieSceneBlendType, bIsValid) == 0x000001, "Member 'FOptionalMovieSceneBlendType::bIsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequenceInstanceDataPtr \ +static_assert(alignof(FMovieSceneSequenceInstanceDataPtr) == 0x000008, "Wrong alignment on FMovieSceneSequenceInstanceDataPtr"); \ +static_assert(sizeof(FMovieSceneSequenceInstanceDataPtr) == 0x000018, "Wrong size on FMovieSceneSequenceInstanceDataPtr"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSubSequenceData \ +static_assert(alignof(FMovieSceneSubSequenceData) == 0x000008, "Wrong alignment on FMovieSceneSubSequenceData"); \ +static_assert(sizeof(FMovieSceneSubSequenceData) == 0x000110, "Wrong size on FMovieSceneSubSequenceData"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, Sequence) == 0x000000, "Member 'FMovieSceneSubSequenceData::Sequence' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, OuterToInnerTransform) == 0x000020, "Member 'FMovieSceneSubSequenceData::OuterToInnerTransform' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, RootToSequenceTransform) == 0x000040, "Member 'FMovieSceneSubSequenceData::RootToSequenceTransform' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, TickResolution) == 0x000060, "Member 'FMovieSceneSubSequenceData::TickResolution' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, DeterministicSequenceID) == 0x000068, "Member 'FMovieSceneSubSequenceData::DeterministicSequenceID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, ParentPlayRange) == 0x00006C, "Member 'FMovieSceneSubSequenceData::ParentPlayRange' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, ParentStartFrameOffset) == 0x00007C, "Member 'FMovieSceneSubSequenceData::ParentStartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, ParentEndFrameOffset) == 0x000080, "Member 'FMovieSceneSubSequenceData::ParentEndFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, ParentFirstLoopStartFrameOffset) == 0x000084, "Member 'FMovieSceneSubSequenceData::ParentFirstLoopStartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, bCanLoop) == 0x000088, "Member 'FMovieSceneSubSequenceData::bCanLoop' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, PlayRange) == 0x00008C, "Member 'FMovieSceneSubSequenceData::PlayRange' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, FullPlayRange) == 0x00009C, "Member 'FMovieSceneSubSequenceData::FullPlayRange' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, UnwarpedPlayRange) == 0x0000AC, "Member 'FMovieSceneSubSequenceData::UnwarpedPlayRange' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, PreRollRange) == 0x0000BC, "Member 'FMovieSceneSubSequenceData::PreRollRange' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, PostRollRange) == 0x0000CC, "Member 'FMovieSceneSubSequenceData::PostRollRange' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, HierarchicalBias) == 0x0000DC, "Member 'FMovieSceneSubSequenceData::HierarchicalBias' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, bHasHierarchicalEasing) == 0x0000DE, "Member 'FMovieSceneSubSequenceData::bHasHierarchicalEasing' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, InstanceData) == 0x0000E0, "Member 'FMovieSceneSubSequenceData::InstanceData' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, SubSectionSignature) == 0x000100, "Member 'FMovieSceneSubSequenceData::SubSectionSignature' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCompiledSequenceFlagStruct \ +static_assert(alignof(FMovieSceneCompiledSequenceFlagStruct) == 0x000001, "Wrong alignment on FMovieSceneCompiledSequenceFlagStruct"); \ +static_assert(sizeof(FMovieSceneCompiledSequenceFlagStruct) == 0x000001, "Wrong size on FMovieSceneCompiledSequenceFlagStruct"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEntitySystemGraphNodes \ +static_assert(alignof(FMovieSceneEntitySystemGraphNodes) == 0x000008, "Wrong alignment on FMovieSceneEntitySystemGraphNodes"); \ +static_assert(sizeof(FMovieSceneEntitySystemGraphNodes) == 0x000038, "Wrong size on FMovieSceneEntitySystemGraphNodes"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEntitySystemGraph \ +static_assert(alignof(FMovieSceneEntitySystemGraph) == 0x000008, "Wrong alignment on FMovieSceneEntitySystemGraph"); \ +static_assert(sizeof(FMovieSceneEntitySystemGraph) == 0x000138, "Wrong size on FMovieSceneEntitySystemGraph"); \ +static_assert(offsetof(FMovieSceneEntitySystemGraph, Nodes) == 0x000080, "Member 'FMovieSceneEntitySystemGraph::Nodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEntitySystemGraphNode \ +static_assert(alignof(FMovieSceneEntitySystemGraphNode) == 0x000008, "Wrong alignment on FMovieSceneEntitySystemGraphNode"); \ +static_assert(sizeof(FMovieSceneEntitySystemGraphNode) == 0x000028, "Wrong size on FMovieSceneEntitySystemGraphNode"); \ +static_assert(offsetof(FMovieSceneEntitySystemGraphNode, System) == 0x000020, "Member 'FMovieSceneEntitySystemGraphNode::System' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvalTemplatePtr \ +static_assert(alignof(FMovieSceneEvalTemplatePtr) == 0x000008, "Wrong alignment on FMovieSceneEvalTemplatePtr"); \ +static_assert(sizeof(FMovieSceneEvalTemplatePtr) == 0x000088, "Wrong size on FMovieSceneEvalTemplatePtr"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEmptyStruct \ +static_assert(alignof(FMovieSceneEmptyStruct) == 0x000001, "Wrong alignment on FMovieSceneEmptyStruct"); \ +static_assert(sizeof(FMovieSceneEmptyStruct) == 0x000001, "Wrong size on FMovieSceneEmptyStruct"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldEntityTree \ +static_assert(alignof(FMovieSceneEvaluationFieldEntityTree) == 0x000008, "Wrong alignment on FMovieSceneEvaluationFieldEntityTree"); \ +static_assert(sizeof(FMovieSceneEvaluationFieldEntityTree) == 0x000060, "Wrong size on FMovieSceneEvaluationFieldEntityTree"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldEntity \ +static_assert(alignof(FMovieSceneEvaluationFieldEntity) == 0x000004, "Wrong alignment on FMovieSceneEvaluationFieldEntity"); \ +static_assert(sizeof(FMovieSceneEvaluationFieldEntity) == 0x000010, "Wrong size on FMovieSceneEvaluationFieldEntity"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldEntity, Key) == 0x000000, "Member 'FMovieSceneEvaluationFieldEntity::Key' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldEntity, SharedMetaDataIndex) == 0x00000C, "Member 'FMovieSceneEvaluationFieldEntity::SharedMetaDataIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldEntityMetaData \ +static_assert(alignof(FMovieSceneEvaluationFieldEntityMetaData) == 0x000008, "Wrong alignment on FMovieSceneEvaluationFieldEntityMetaData"); \ +static_assert(sizeof(FMovieSceneEvaluationFieldEntityMetaData) == 0x000020, "Wrong size on FMovieSceneEvaluationFieldEntityMetaData"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldEntityMetaData, OverrideBoundPropertyPath) == 0x000000, "Member 'FMovieSceneEvaluationFieldEntityMetaData::OverrideBoundPropertyPath' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldEntityMetaData, ForcedTime) == 0x000010, "Member 'FMovieSceneEvaluationFieldEntityMetaData::ForcedTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldEntityMetaData, Flags) == 0x000018, "Member 'FMovieSceneEvaluationFieldEntityMetaData::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldSharedEntityMetaData \ +static_assert(alignof(FMovieSceneEvaluationFieldSharedEntityMetaData) == 0x000004, "Wrong alignment on FMovieSceneEvaluationFieldSharedEntityMetaData"); \ +static_assert(sizeof(FMovieSceneEvaluationFieldSharedEntityMetaData) == 0x000010, "Wrong size on FMovieSceneEvaluationFieldSharedEntityMetaData"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldSharedEntityMetaData, ObjectBindingID) == 0x000000, "Member 'FMovieSceneEvaluationFieldSharedEntityMetaData::ObjectBindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEntityComponentField \ +static_assert(alignof(FMovieSceneEntityComponentField) == 0x000008, "Wrong alignment on FMovieSceneEntityComponentField"); \ +static_assert(sizeof(FMovieSceneEntityComponentField) == 0x0000F0, "Wrong size on FMovieSceneEntityComponentField"); \ +static_assert(offsetof(FMovieSceneEntityComponentField, PersistentEntityTree) == 0x000000, "Member 'FMovieSceneEntityComponentField::PersistentEntityTree' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEntityComponentField, OneShotEntityTree) == 0x000060, "Member 'FMovieSceneEntityComponentField::OneShotEntityTree' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEntityComponentField, Entities) == 0x0000C0, "Member 'FMovieSceneEntityComponentField::Entities' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEntityComponentField, EntityMetaData) == 0x0000D0, "Member 'FMovieSceneEntityComponentField::EntityMetaData' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEntityComponentField, SharedMetaData) == 0x0000E0, "Member 'FMovieSceneEntityComponentField::SharedMetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTemplateGenerationLedger \ +static_assert(alignof(FMovieSceneTemplateGenerationLedger) == 0x000008, "Wrong alignment on FMovieSceneTemplateGenerationLedger"); \ +static_assert(sizeof(FMovieSceneTemplateGenerationLedger) == 0x0000A8, "Wrong size on FMovieSceneTemplateGenerationLedger"); \ +static_assert(offsetof(FMovieSceneTemplateGenerationLedger, LastTrackIdentifier) == 0x000000, "Member 'FMovieSceneTemplateGenerationLedger::LastTrackIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTemplateGenerationLedger, TrackSignatureToTrackIdentifier) == 0x000008, "Member 'FMovieSceneTemplateGenerationLedger::TrackSignatureToTrackIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTemplateGenerationLedger, SubSectionRanges) == 0x000058, "Member 'FMovieSceneTemplateGenerationLedger::SubSectionRanges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationHookEvent \ +static_assert(alignof(FMovieSceneEvaluationHookEvent) == 0x000008, "Wrong alignment on FMovieSceneEvaluationHookEvent"); \ +static_assert(sizeof(FMovieSceneEvaluationHookEvent) == 0x000038, "Wrong size on FMovieSceneEvaluationHookEvent"); \ +static_assert(offsetof(FMovieSceneEvaluationHookEvent, Hook) == 0x000000, "Member 'FMovieSceneEvaluationHookEvent::Hook' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationHookEventContainer \ +static_assert(alignof(FMovieSceneEvaluationHookEventContainer) == 0x000008, "Wrong alignment on FMovieSceneEvaluationHookEventContainer"); \ +static_assert(sizeof(FMovieSceneEvaluationHookEventContainer) == 0x000010, "Wrong size on FMovieSceneEvaluationHookEventContainer"); \ +static_assert(offsetof(FMovieSceneEvaluationHookEventContainer, Events) == 0x000000, "Member 'FMovieSceneEvaluationHookEventContainer::Events' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTrackImplementationPtr \ +static_assert(alignof(FMovieSceneTrackImplementationPtr) == 0x000008, "Wrong alignment on FMovieSceneTrackImplementationPtr"); \ +static_assert(sizeof(FMovieSceneTrackImplementationPtr) == 0x000038, "Wrong size on FMovieSceneTrackImplementationPtr"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationTrack \ +static_assert(alignof(FMovieSceneEvaluationTrack) == 0x000008, "Wrong alignment on FMovieSceneEvaluationTrack"); \ +static_assert(sizeof(FMovieSceneEvaluationTrack) == 0x000078, "Wrong size on FMovieSceneEvaluationTrack"); \ +static_assert(offsetof(FMovieSceneEvaluationTrack, ObjectBindingID) == 0x000000, "Member 'FMovieSceneEvaluationTrack::ObjectBindingID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTrack, EvaluationPriority) == 0x000010, "Member 'FMovieSceneEvaluationTrack::EvaluationPriority' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTrack, EvaluationMethod) == 0x000012, "Member 'FMovieSceneEvaluationTrack::EvaluationMethod' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTrack, SourceTrack) == 0x000014, "Member 'FMovieSceneEvaluationTrack::SourceTrack' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTrack, ChildTemplates) == 0x000020, "Member 'FMovieSceneEvaluationTrack::ChildTemplates' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTrack, TrackTemplate) == 0x000030, "Member 'FMovieSceneEvaluationTrack::TrackTemplate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTrack, EvaluationGroup) == 0x000068, "Member 'FMovieSceneEvaluationTrack::EvaluationGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationTemplateSerialNumber \ +static_assert(alignof(FMovieSceneEvaluationTemplateSerialNumber) == 0x000004, "Wrong alignment on FMovieSceneEvaluationTemplateSerialNumber"); \ +static_assert(sizeof(FMovieSceneEvaluationTemplateSerialNumber) == 0x000004, "Wrong size on FMovieSceneEvaluationTemplateSerialNumber"); \ +static_assert(offsetof(FMovieSceneEvaluationTemplateSerialNumber, Value) == 0x000000, "Member 'FMovieSceneEvaluationTemplateSerialNumber::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationTemplate \ +static_assert(alignof(FMovieSceneEvaluationTemplate) == 0x000008, "Wrong alignment on FMovieSceneEvaluationTemplate"); \ +static_assert(sizeof(FMovieSceneEvaluationTemplate) == 0x000160, "Wrong size on FMovieSceneEvaluationTemplate"); \ +static_assert(offsetof(FMovieSceneEvaluationTemplate, Tracks) == 0x000000, "Member 'FMovieSceneEvaluationTemplate::Tracks' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTemplate, SequenceSignature) == 0x0000A0, "Member 'FMovieSceneEvaluationTemplate::SequenceSignature' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTemplate, TemplateSerialNumber) == 0x0000B0, "Member 'FMovieSceneEvaluationTemplate::TemplateSerialNumber' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTemplate, TemplateLedger) == 0x0000B8, "Member 'FMovieSceneEvaluationTemplate::TemplateLedger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSubSectionData \ +static_assert(alignof(FMovieSceneSubSectionData) == 0x000004, "Wrong alignment on FMovieSceneSubSectionData"); \ +static_assert(sizeof(FMovieSceneSubSectionData) == 0x00001C, "Wrong size on FMovieSceneSubSectionData"); \ +static_assert(offsetof(FMovieSceneSubSectionData, Section) == 0x000000, "Member 'FMovieSceneSubSectionData::Section' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSectionData, ObjectBindingId) == 0x000008, "Member 'FMovieSceneSubSectionData::ObjectBindingId' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSectionData, Flags) == 0x000018, "Member 'FMovieSceneSubSectionData::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneRootEvaluationTemplateInstance \ +static_assert(alignof(FMovieSceneRootEvaluationTemplateInstance) == 0x000008, "Wrong alignment on FMovieSceneRootEvaluationTemplateInstance"); \ +static_assert(sizeof(FMovieSceneRootEvaluationTemplateInstance) == 0x0000E8, "Wrong size on FMovieSceneRootEvaluationTemplateInstance"); \ +static_assert(offsetof(FMovieSceneRootEvaluationTemplateInstance, WeakRootSequence) == 0x000000, "Member 'FMovieSceneRootEvaluationTemplateInstance::WeakRootSequence' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneRootEvaluationTemplateInstance, CompiledDataManager) == 0x000008, "Member 'FMovieSceneRootEvaluationTemplateInstance::CompiledDataManager' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneRootEvaluationTemplateInstance, EntitySystemLinker) == 0x000018, "Member 'FMovieSceneRootEvaluationTemplateInstance::EntitySystemLinker' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneRootEvaluationTemplateInstance, DirectorInstances) == 0x000090, "Member 'FMovieSceneRootEvaluationTemplateInstance::DirectorInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneKeyStruct \ +static_assert(alignof(FMovieSceneKeyStruct) == 0x000008, "Wrong alignment on FMovieSceneKeyStruct"); \ +static_assert(sizeof(FMovieSceneKeyStruct) == 0x000008, "Wrong size on FMovieSceneKeyStruct"); \ + +#define DUMPER7_ASSERTS_FMovieSceneKeyTimeStruct \ +static_assert(alignof(FMovieSceneKeyTimeStruct) == 0x000008, "Wrong alignment on FMovieSceneKeyTimeStruct"); \ +static_assert(sizeof(FMovieSceneKeyTimeStruct) == 0x000028, "Wrong size on FMovieSceneKeyTimeStruct"); \ +static_assert(offsetof(FMovieSceneKeyTimeStruct, Time) == 0x000008, "Member 'FMovieSceneKeyTimeStruct::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeneratedMovieSceneKeyStruct \ +static_assert(alignof(FGeneratedMovieSceneKeyStruct) == 0x000010, "Wrong alignment on FGeneratedMovieSceneKeyStruct"); \ +static_assert(sizeof(FGeneratedMovieSceneKeyStruct) == 0x000050, "Wrong size on FGeneratedMovieSceneKeyStruct"); \ + +#define DUMPER7_ASSERTS_FMovieSceneObjectPathChannelKeyValue \ +static_assert(alignof(FMovieSceneObjectPathChannelKeyValue) == 0x000008, "Wrong alignment on FMovieSceneObjectPathChannelKeyValue"); \ +static_assert(sizeof(FMovieSceneObjectPathChannelKeyValue) == 0x000038, "Wrong size on FMovieSceneObjectPathChannelKeyValue"); \ +static_assert(offsetof(FMovieSceneObjectPathChannelKeyValue, SoftPtr) == 0x000000, "Member 'FMovieSceneObjectPathChannelKeyValue::SoftPtr' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneObjectPathChannelKeyValue, HardPtr) == 0x000030, "Member 'FMovieSceneObjectPathChannelKeyValue::HardPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneObjectPathChannel \ +static_assert(alignof(FMovieSceneObjectPathChannel) == 0x000008, "Wrong alignment on FMovieSceneObjectPathChannel"); \ +static_assert(sizeof(FMovieSceneObjectPathChannel) == 0x0000C8, "Wrong size on FMovieSceneObjectPathChannel"); \ +static_assert(offsetof(FMovieSceneObjectPathChannel, PropertyClass) == 0x000008, "Member 'FMovieSceneObjectPathChannel::PropertyClass' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneObjectPathChannel, Times) == 0x000010, "Member 'FMovieSceneObjectPathChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneObjectPathChannel, Values) == 0x000020, "Member 'FMovieSceneObjectPathChannel::Values' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneObjectPathChannel, DefaultValue) == 0x000030, "Member 'FMovieSceneObjectPathChannel::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScenePossessable \ +static_assert(alignof(FMovieScenePossessable) == 0x000008, "Wrong alignment on FMovieScenePossessable"); \ +static_assert(sizeof(FMovieScenePossessable) == 0x000048, "Wrong size on FMovieScenePossessable"); \ +static_assert(offsetof(FMovieScenePossessable, Tags) == 0x000000, "Member 'FMovieScenePossessable::Tags' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePossessable, Guid) == 0x000010, "Member 'FMovieScenePossessable::Guid' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePossessable, Name) == 0x000020, "Member 'FMovieScenePossessable::Name' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePossessable, PossessedObjectClass) == 0x000030, "Member 'FMovieScenePossessable::PossessedObjectClass' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePossessable, ParentGuid) == 0x000038, "Member 'FMovieScenePossessable::ParentGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEasingSettings \ +static_assert(alignof(FMovieSceneEasingSettings) == 0x000008, "Wrong alignment on FMovieSceneEasingSettings"); \ +static_assert(sizeof(FMovieSceneEasingSettings) == 0x000038, "Wrong size on FMovieSceneEasingSettings"); \ +static_assert(offsetof(FMovieSceneEasingSettings, AutoEaseInDuration) == 0x000000, "Member 'FMovieSceneEasingSettings::AutoEaseInDuration' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEasingSettings, AutoEaseOutDuration) == 0x000004, "Member 'FMovieSceneEasingSettings::AutoEaseOutDuration' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEasingSettings, EaseIn) == 0x000008, "Member 'FMovieSceneEasingSettings::EaseIn' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEasingSettings, bManualEaseIn) == 0x000018, "Member 'FMovieSceneEasingSettings::bManualEaseIn' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEasingSettings, ManualEaseInDuration) == 0x00001C, "Member 'FMovieSceneEasingSettings::ManualEaseInDuration' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEasingSettings, EaseOut) == 0x000020, "Member 'FMovieSceneEasingSettings::EaseOut' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEasingSettings, bManualEaseOut) == 0x000030, "Member 'FMovieSceneEasingSettings::bManualEaseOut' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEasingSettings, ManualEaseOutDuration) == 0x000034, "Member 'FMovieSceneEasingSettings::ManualEaseOutDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSectionEvalOptions \ +static_assert(alignof(FMovieSceneSectionEvalOptions) == 0x000001, "Wrong alignment on FMovieSceneSectionEvalOptions"); \ +static_assert(sizeof(FMovieSceneSectionEvalOptions) == 0x000002, "Wrong size on FMovieSceneSectionEvalOptions"); \ +static_assert(offsetof(FMovieSceneSectionEvalOptions, bCanEditCompletionMode) == 0x000000, "Member 'FMovieSceneSectionEvalOptions::bCanEditCompletionMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionEvalOptions, CompletionMode) == 0x000001, "Member 'FMovieSceneSectionEvalOptions::CompletionMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSectionParameters \ +static_assert(alignof(FMovieSceneSectionParameters) == 0x000004, "Wrong alignment on FMovieSceneSectionParameters"); \ +static_assert(sizeof(FMovieSceneSectionParameters) == 0x000024, "Wrong size on FMovieSceneSectionParameters"); \ +static_assert(offsetof(FMovieSceneSectionParameters, StartFrameOffset) == 0x000000, "Member 'FMovieSceneSectionParameters::StartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionParameters, bCanLoop) == 0x000004, "Member 'FMovieSceneSectionParameters::bCanLoop' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionParameters, EndFrameOffset) == 0x000008, "Member 'FMovieSceneSectionParameters::EndFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionParameters, FirstLoopStartFrameOffset) == 0x00000C, "Member 'FMovieSceneSectionParameters::FirstLoopStartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionParameters, TimeScale) == 0x000010, "Member 'FMovieSceneSectionParameters::TimeScale' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionParameters, HierarchicalBias) == 0x000014, "Member 'FMovieSceneSectionParameters::HierarchicalBias' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionParameters, StartOffset) == 0x000018, "Member 'FMovieSceneSectionParameters::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionParameters, PrerollTime) == 0x00001C, "Member 'FMovieSceneSectionParameters::PrerollTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionParameters, PostrollTime) == 0x000020, "Member 'FMovieSceneSectionParameters::PostrollTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSegment \ +static_assert(alignof(FMovieSceneSegment) == 0x000008, "Wrong alignment on FMovieSceneSegment"); \ +static_assert(sizeof(FMovieSceneSegment) == 0x000058, "Wrong size on FMovieSceneSegment"); \ + +#define DUMPER7_ASSERTS_FSectionEvaluationData \ +static_assert(alignof(FSectionEvaluationData) == 0x000004, "Wrong alignment on FSectionEvaluationData"); \ +static_assert(sizeof(FSectionEvaluationData) == 0x00000C, "Wrong size on FSectionEvaluationData"); \ +static_assert(offsetof(FSectionEvaluationData, ImplIndex) == 0x000000, "Member 'FSectionEvaluationData::ImplIndex' has a wrong offset!"); \ +static_assert(offsetof(FSectionEvaluationData, ForcedTime) == 0x000004, "Member 'FSectionEvaluationData::ForcedTime' has a wrong offset!"); \ +static_assert(offsetof(FSectionEvaluationData, Flags) == 0x000008, "Member 'FSectionEvaluationData::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequenceHierarchyNode \ +static_assert(alignof(FMovieSceneSequenceHierarchyNode) == 0x000008, "Wrong alignment on FMovieSceneSequenceHierarchyNode"); \ +static_assert(sizeof(FMovieSceneSequenceHierarchyNode) == 0x000018, "Wrong size on FMovieSceneSequenceHierarchyNode"); \ +static_assert(offsetof(FMovieSceneSequenceHierarchyNode, ParentID) == 0x000000, "Member 'FMovieSceneSequenceHierarchyNode::ParentID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceHierarchyNode, Children) == 0x000008, "Member 'FMovieSceneSequenceHierarchyNode::Children' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequenceHierarchy \ +static_assert(alignof(FMovieSceneSequenceHierarchy) == 0x000008, "Wrong alignment on FMovieSceneSequenceHierarchy"); \ +static_assert(sizeof(FMovieSceneSequenceHierarchy) == 0x000118, "Wrong size on FMovieSceneSequenceHierarchy"); \ +static_assert(offsetof(FMovieSceneSequenceHierarchy, RootNode) == 0x000000, "Member 'FMovieSceneSequenceHierarchy::RootNode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceHierarchy, Tree) == 0x000018, "Member 'FMovieSceneSequenceHierarchy::Tree' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceHierarchy, SubSequences) == 0x000078, "Member 'FMovieSceneSequenceHierarchy::SubSequences' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceHierarchy, Hierarchy) == 0x0000C8, "Member 'FMovieSceneSequenceHierarchy::Hierarchy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSubSequenceTreeEntry \ +static_assert(alignof(FMovieSceneSubSequenceTreeEntry) == 0x000008, "Wrong alignment on FMovieSceneSubSequenceTreeEntry"); \ +static_assert(sizeof(FMovieSceneSubSequenceTreeEntry) == 0x000018, "Wrong size on FMovieSceneSubSequenceTreeEntry"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequencePlaybackParams \ +static_assert(alignof(FMovieSceneSequencePlaybackParams) == 0x000008, "Wrong alignment on FMovieSceneSequencePlaybackParams"); \ +static_assert(sizeof(FMovieSceneSequencePlaybackParams) == 0x000028, "Wrong size on FMovieSceneSequencePlaybackParams"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackParams, Frame) == 0x000000, "Member 'FMovieSceneSequencePlaybackParams::Frame' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackParams, Time) == 0x000008, "Member 'FMovieSceneSequencePlaybackParams::Time' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackParams, MarkedFrame) == 0x000010, "Member 'FMovieSceneSequencePlaybackParams::MarkedFrame' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackParams, PositionType) == 0x000020, "Member 'FMovieSceneSequencePlaybackParams::PositionType' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackParams, UpdateMethod) == 0x000021, "Member 'FMovieSceneSequencePlaybackParams::UpdateMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequenceLoopCount \ +static_assert(alignof(FMovieSceneSequenceLoopCount) == 0x000004, "Wrong alignment on FMovieSceneSequenceLoopCount"); \ +static_assert(sizeof(FMovieSceneSequenceLoopCount) == 0x000004, "Wrong size on FMovieSceneSequenceLoopCount"); \ +static_assert(offsetof(FMovieSceneSequenceLoopCount, Value) == 0x000000, "Member 'FMovieSceneSequenceLoopCount::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequencePlaybackSettings \ +static_assert(alignof(FMovieSceneSequencePlaybackSettings) == 0x000004, "Wrong alignment on FMovieSceneSequencePlaybackSettings"); \ +static_assert(sizeof(FMovieSceneSequencePlaybackSettings) == 0x000014, "Wrong size on FMovieSceneSequencePlaybackSettings"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackSettings, LoopCount) == 0x000004, "Member 'FMovieSceneSequencePlaybackSettings::LoopCount' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackSettings, PlayRate) == 0x000008, "Member 'FMovieSceneSequencePlaybackSettings::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackSettings, StartTime) == 0x00000C, "Member 'FMovieSceneSequencePlaybackSettings::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequenceReplProperties \ +static_assert(alignof(FMovieSceneSequenceReplProperties) == 0x000004, "Wrong alignment on FMovieSceneSequenceReplProperties"); \ +static_assert(sizeof(FMovieSceneSequenceReplProperties) == 0x000010, "Wrong size on FMovieSceneSequenceReplProperties"); \ +static_assert(offsetof(FMovieSceneSequenceReplProperties, LastKnownPosition) == 0x000000, "Member 'FMovieSceneSequenceReplProperties::LastKnownPosition' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceReplProperties, LastKnownStatus) == 0x000008, "Member 'FMovieSceneSequenceReplProperties::LastKnownStatus' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceReplProperties, LastKnownNumLoops) == 0x00000C, "Member 'FMovieSceneSequenceReplProperties::LastKnownNumLoops' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequenceActorPointers \ +static_assert(alignof(FMovieSceneSequenceActorPointers) == 0x000008, "Wrong alignment on FMovieSceneSequenceActorPointers"); \ +static_assert(sizeof(FMovieSceneSequenceActorPointers) == 0x000018, "Wrong size on FMovieSceneSequenceActorPointers"); \ +static_assert(offsetof(FMovieSceneSequenceActorPointers, SequenceActor) == 0x000000, "Member 'FMovieSceneSequenceActorPointers::SequenceActor' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceActorPointers, SequenceActorInterface) == 0x000008, "Member 'FMovieSceneSequenceActorPointers::SequenceActorInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneWarpCounter \ +static_assert(alignof(FMovieSceneWarpCounter) == 0x000008, "Wrong alignment on FMovieSceneWarpCounter"); \ +static_assert(sizeof(FMovieSceneWarpCounter) == 0x000010, "Wrong size on FMovieSceneWarpCounter"); \ +static_assert(offsetof(FMovieSceneWarpCounter, WarpCounts) == 0x000000, "Member 'FMovieSceneWarpCounter::WarpCounts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSpawnable \ +static_assert(alignof(FMovieSceneSpawnable) == 0x000010, "Wrong alignment on FMovieSceneSpawnable"); \ +static_assert(sizeof(FMovieSceneSpawnable) == 0x000090, "Wrong size on FMovieSceneSpawnable"); \ +static_assert(offsetof(FMovieSceneSpawnable, SpawnTransform) == 0x000000, "Member 'FMovieSceneSpawnable::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, Tags) == 0x000030, "Member 'FMovieSceneSpawnable::Tags' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, bContinuouslyRespawn) == 0x000040, "Member 'FMovieSceneSpawnable::bContinuouslyRespawn' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, bNetAddressableName) == 0x000041, "Member 'FMovieSceneSpawnable::bNetAddressableName' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, bEvaluateTracksWhenNotSpawned) == 0x000042, "Member 'FMovieSceneSpawnable::bEvaluateTracksWhenNotSpawned' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, Guid) == 0x000044, "Member 'FMovieSceneSpawnable::Guid' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, Name) == 0x000058, "Member 'FMovieSceneSpawnable::Name' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, ObjectTemplate) == 0x000068, "Member 'FMovieSceneSpawnable::ObjectTemplate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, ChildPossessables) == 0x000070, "Member 'FMovieSceneSpawnable::ChildPossessables' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, Ownership) == 0x000080, "Member 'FMovieSceneSpawnable::Ownership' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, LevelName) == 0x000084, "Member 'FMovieSceneSpawnable::LevelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTestMovieSceneEvalTemplate \ +static_assert(alignof(FTestMovieSceneEvalTemplate) == 0x000008, "Wrong alignment on FTestMovieSceneEvalTemplate"); \ +static_assert(sizeof(FTestMovieSceneEvalTemplate) == 0x000020, "Wrong size on FTestMovieSceneEvalTemplate"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTrackDisplayOptions \ +static_assert(alignof(FMovieSceneTrackDisplayOptions) == 0x000004, "Wrong alignment on FMovieSceneTrackDisplayOptions"); \ +static_assert(sizeof(FMovieSceneTrackDisplayOptions) == 0x000004, "Wrong size on FMovieSceneTrackDisplayOptions"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTrackEvalOptions \ +static_assert(alignof(FMovieSceneTrackEvalOptions) == 0x000004, "Wrong alignment on FMovieSceneTrackEvalOptions"); \ +static_assert(sizeof(FMovieSceneTrackEvalOptions) == 0x000004, "Wrong size on FMovieSceneTrackEvalOptions"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTrackEvaluationFieldEntry \ +static_assert(alignof(FMovieSceneTrackEvaluationFieldEntry) == 0x000008, "Wrong alignment on FMovieSceneTrackEvaluationFieldEntry"); \ +static_assert(sizeof(FMovieSceneTrackEvaluationFieldEntry) == 0x000020, "Wrong size on FMovieSceneTrackEvaluationFieldEntry"); \ +static_assert(offsetof(FMovieSceneTrackEvaluationFieldEntry, Section) == 0x000000, "Member 'FMovieSceneTrackEvaluationFieldEntry::Section' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTrackEvaluationFieldEntry, Range) == 0x000008, "Member 'FMovieSceneTrackEvaluationFieldEntry::Range' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTrackEvaluationFieldEntry, ForcedTime) == 0x000018, "Member 'FMovieSceneTrackEvaluationFieldEntry::ForcedTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTrackEvaluationFieldEntry, Flags) == 0x00001C, "Member 'FMovieSceneTrackEvaluationFieldEntry::Flags' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTrackEvaluationFieldEntry, LegacySortOrder) == 0x00001E, "Member 'FMovieSceneTrackEvaluationFieldEntry::LegacySortOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTrackEvaluationField \ +static_assert(alignof(FMovieSceneTrackEvaluationField) == 0x000008, "Wrong alignment on FMovieSceneTrackEvaluationField"); \ +static_assert(sizeof(FMovieSceneTrackEvaluationField) == 0x000010, "Wrong size on FMovieSceneTrackEvaluationField"); \ +static_assert(offsetof(FMovieSceneTrackEvaluationField, Entries) == 0x000000, "Member 'FMovieSceneTrackEvaluationField::Entries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTrackInstanceInput \ +static_assert(alignof(FMovieSceneTrackInstanceInput) == 0x000008, "Wrong alignment on FMovieSceneTrackInstanceInput"); \ +static_assert(sizeof(FMovieSceneTrackInstanceInput) == 0x000010, "Wrong size on FMovieSceneTrackInstanceInput"); \ +static_assert(offsetof(FMovieSceneTrackInstanceInput, Section) == 0x000000, "Member 'FMovieSceneTrackInstanceInput::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTrackInstanceEntry \ +static_assert(alignof(FMovieSceneTrackInstanceEntry) == 0x000008, "Wrong alignment on FMovieSceneTrackInstanceEntry"); \ +static_assert(sizeof(FMovieSceneTrackInstanceEntry) == 0x000010, "Wrong size on FMovieSceneTrackInstanceEntry"); \ +static_assert(offsetof(FMovieSceneTrackInstanceEntry, BoundObject) == 0x000000, "Member 'FMovieSceneTrackInstanceEntry::BoundObject' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTrackInstanceEntry, TrackInstance) == 0x000008, "Member 'FMovieSceneTrackInstanceEntry::TrackInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneFloatDecomposer \ +static_assert(alignof(IMovieSceneFloatDecomposer) == 0x000001, "Wrong alignment on IMovieSceneFloatDecomposer"); \ +static_assert(sizeof(IMovieSceneFloatDecomposer) == 0x000001, "Wrong size on IMovieSceneFloatDecomposer"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSignedObject \ +static_assert(alignof(UMovieSceneSignedObject) == 0x000008, "Wrong alignment on UMovieSceneSignedObject"); \ +static_assert(sizeof(UMovieSceneSignedObject) == 0x000058, "Wrong size on UMovieSceneSignedObject"); \ +static_assert(offsetof(UMovieSceneSignedObject, Signature) == 0x000030, "Member 'UMovieSceneSignedObject::Signature' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTrack \ +static_assert(alignof(UMovieSceneTrack) == 0x000008, "Wrong alignment on UMovieSceneTrack"); \ +static_assert(sizeof(UMovieSceneTrack) == 0x000098, "Wrong size on UMovieSceneTrack"); \ +static_assert(offsetof(UMovieSceneTrack, EvalOptions) == 0x000058, "Member 'UMovieSceneTrack::EvalOptions' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTrack, bIsEvalDisabled) == 0x00005D, "Member 'UMovieSceneTrack::bIsEvalDisabled' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTrack, RowsDisabled) == 0x000060, "Member 'UMovieSceneTrack::RowsDisabled' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTrack, EvaluationFieldGuid) == 0x000074, "Member 'UMovieSceneTrack::EvaluationFieldGuid' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTrack, EvaluationField) == 0x000088, "Member 'UMovieSceneTrack::EvaluationField' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNameableTrack \ +static_assert(alignof(UMovieSceneNameableTrack) == 0x000008, "Wrong alignment on UMovieSceneNameableTrack"); \ +static_assert(sizeof(UMovieSceneNameableTrack) == 0x000098, "Wrong size on UMovieSceneNameableTrack"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetBlendType \ +static_assert(alignof(MovieSceneSection_SetBlendType) == 0x000001, "Wrong alignment on MovieSceneSection_SetBlendType"); \ +static_assert(sizeof(MovieSceneSection_SetBlendType) == 0x000001, "Wrong size on MovieSceneSection_SetBlendType"); \ +static_assert(offsetof(MovieSceneSection_SetBlendType, InBlendType) == 0x000000, "Member 'MovieSceneSection_SetBlendType::InBlendType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetCompletionMode \ +static_assert(alignof(MovieSceneSection_SetCompletionMode) == 0x000001, "Wrong alignment on MovieSceneSection_SetCompletionMode"); \ +static_assert(sizeof(MovieSceneSection_SetCompletionMode) == 0x000001, "Wrong size on MovieSceneSection_SetCompletionMode"); \ +static_assert(offsetof(MovieSceneSection_SetCompletionMode, InCompletionMode) == 0x000000, "Member 'MovieSceneSection_SetCompletionMode::InCompletionMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetIsActive \ +static_assert(alignof(MovieSceneSection_SetIsActive) == 0x000001, "Wrong alignment on MovieSceneSection_SetIsActive"); \ +static_assert(sizeof(MovieSceneSection_SetIsActive) == 0x000001, "Wrong size on MovieSceneSection_SetIsActive"); \ +static_assert(offsetof(MovieSceneSection_SetIsActive, bInIsActive) == 0x000000, "Member 'MovieSceneSection_SetIsActive::bInIsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetIsLocked \ +static_assert(alignof(MovieSceneSection_SetIsLocked) == 0x000001, "Wrong alignment on MovieSceneSection_SetIsLocked"); \ +static_assert(sizeof(MovieSceneSection_SetIsLocked) == 0x000001, "Wrong size on MovieSceneSection_SetIsLocked"); \ +static_assert(offsetof(MovieSceneSection_SetIsLocked, bInIsLocked) == 0x000000, "Member 'MovieSceneSection_SetIsLocked::bInIsLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetOverlapPriority \ +static_assert(alignof(MovieSceneSection_SetOverlapPriority) == 0x000004, "Wrong alignment on MovieSceneSection_SetOverlapPriority"); \ +static_assert(sizeof(MovieSceneSection_SetOverlapPriority) == 0x000004, "Wrong size on MovieSceneSection_SetOverlapPriority"); \ +static_assert(offsetof(MovieSceneSection_SetOverlapPriority, NewPriority) == 0x000000, "Member 'MovieSceneSection_SetOverlapPriority::NewPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetPostRollFrames \ +static_assert(alignof(MovieSceneSection_SetPostRollFrames) == 0x000004, "Wrong alignment on MovieSceneSection_SetPostRollFrames"); \ +static_assert(sizeof(MovieSceneSection_SetPostRollFrames) == 0x000004, "Wrong size on MovieSceneSection_SetPostRollFrames"); \ +static_assert(offsetof(MovieSceneSection_SetPostRollFrames, InPostRollFrames) == 0x000000, "Member 'MovieSceneSection_SetPostRollFrames::InPostRollFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetPreRollFrames \ +static_assert(alignof(MovieSceneSection_SetPreRollFrames) == 0x000004, "Wrong alignment on MovieSceneSection_SetPreRollFrames"); \ +static_assert(sizeof(MovieSceneSection_SetPreRollFrames) == 0x000004, "Wrong size on MovieSceneSection_SetPreRollFrames"); \ +static_assert(offsetof(MovieSceneSection_SetPreRollFrames, InPreRollFrames) == 0x000000, "Member 'MovieSceneSection_SetPreRollFrames::InPreRollFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetRowIndex \ +static_assert(alignof(MovieSceneSection_SetRowIndex) == 0x000004, "Wrong alignment on MovieSceneSection_SetRowIndex"); \ +static_assert(sizeof(MovieSceneSection_SetRowIndex) == 0x000004, "Wrong size on MovieSceneSection_SetRowIndex"); \ +static_assert(offsetof(MovieSceneSection_SetRowIndex, NewRowIndex) == 0x000000, "Member 'MovieSceneSection_SetRowIndex::NewRowIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_GetBlendType \ +static_assert(alignof(MovieSceneSection_GetBlendType) == 0x000001, "Wrong alignment on MovieSceneSection_GetBlendType"); \ +static_assert(sizeof(MovieSceneSection_GetBlendType) == 0x000002, "Wrong size on MovieSceneSection_GetBlendType"); \ +static_assert(offsetof(MovieSceneSection_GetBlendType, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetBlendType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_GetCompletionMode \ +static_assert(alignof(MovieSceneSection_GetCompletionMode) == 0x000001, "Wrong alignment on MovieSceneSection_GetCompletionMode"); \ +static_assert(sizeof(MovieSceneSection_GetCompletionMode) == 0x000001, "Wrong size on MovieSceneSection_GetCompletionMode"); \ +static_assert(offsetof(MovieSceneSection_GetCompletionMode, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetCompletionMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_GetOverlapPriority \ +static_assert(alignof(MovieSceneSection_GetOverlapPriority) == 0x000004, "Wrong alignment on MovieSceneSection_GetOverlapPriority"); \ +static_assert(sizeof(MovieSceneSection_GetOverlapPriority) == 0x000004, "Wrong size on MovieSceneSection_GetOverlapPriority"); \ +static_assert(offsetof(MovieSceneSection_GetOverlapPriority, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetOverlapPriority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_GetPostRollFrames \ +static_assert(alignof(MovieSceneSection_GetPostRollFrames) == 0x000004, "Wrong alignment on MovieSceneSection_GetPostRollFrames"); \ +static_assert(sizeof(MovieSceneSection_GetPostRollFrames) == 0x000004, "Wrong size on MovieSceneSection_GetPostRollFrames"); \ +static_assert(offsetof(MovieSceneSection_GetPostRollFrames, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetPostRollFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_GetPreRollFrames \ +static_assert(alignof(MovieSceneSection_GetPreRollFrames) == 0x000004, "Wrong alignment on MovieSceneSection_GetPreRollFrames"); \ +static_assert(sizeof(MovieSceneSection_GetPreRollFrames) == 0x000004, "Wrong size on MovieSceneSection_GetPreRollFrames"); \ +static_assert(offsetof(MovieSceneSection_GetPreRollFrames, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetPreRollFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_GetRowIndex \ +static_assert(alignof(MovieSceneSection_GetRowIndex) == 0x000004, "Wrong alignment on MovieSceneSection_GetRowIndex"); \ +static_assert(sizeof(MovieSceneSection_GetRowIndex) == 0x000004, "Wrong size on MovieSceneSection_GetRowIndex"); \ +static_assert(offsetof(MovieSceneSection_GetRowIndex, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetRowIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_IsActive \ +static_assert(alignof(MovieSceneSection_IsActive) == 0x000001, "Wrong alignment on MovieSceneSection_IsActive"); \ +static_assert(sizeof(MovieSceneSection_IsActive) == 0x000001, "Wrong size on MovieSceneSection_IsActive"); \ +static_assert(offsetof(MovieSceneSection_IsActive, ReturnValue) == 0x000000, "Member 'MovieSceneSection_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_IsLocked \ +static_assert(alignof(MovieSceneSection_IsLocked) == 0x000001, "Wrong alignment on MovieSceneSection_IsLocked"); \ +static_assert(sizeof(MovieSceneSection_IsLocked) == 0x000001, "Wrong size on MovieSceneSection_IsLocked"); \ +static_assert(offsetof(MovieSceneSection_IsLocked, ReturnValue) == 0x000000, "Member 'MovieSceneSection_IsLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSection \ +static_assert(alignof(UMovieSceneSection) == 0x000008, "Wrong alignment on UMovieSceneSection"); \ +static_assert(sizeof(UMovieSceneSection) == 0x0000F0, "Wrong size on UMovieSceneSection"); \ +static_assert(offsetof(UMovieSceneSection, EvalOptions) == 0x000058, "Member 'UMovieSceneSection::EvalOptions' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, Easing) == 0x000060, "Member 'UMovieSceneSection::Easing' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, SectionRange) == 0x000098, "Member 'UMovieSceneSection::SectionRange' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, PreRollFrames) == 0x0000A8, "Member 'UMovieSceneSection::PreRollFrames' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, PostRollFrames) == 0x0000AC, "Member 'UMovieSceneSection::PostRollFrames' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, RowIndex) == 0x0000B0, "Member 'UMovieSceneSection::RowIndex' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, OverlapPriority) == 0x0000B4, "Member 'UMovieSceneSection::OverlapPriority' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, StartTime) == 0x0000BC, "Member 'UMovieSceneSection::StartTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, EndTime) == 0x0000C0, "Member 'UMovieSceneSection::EndTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, PreRollTime) == 0x0000C4, "Member 'UMovieSceneSection::PreRollTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, PostRollTime) == 0x0000C8, "Member 'UMovieSceneSection::PostRollTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, bSupportsInfiniteRange) == 0x0000D0, "Member 'UMovieSceneSection::bSupportsInfiniteRange' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, BlendType) == 0x0000D1, "Member 'UMovieSceneSection::BlendType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBoolSection \ +static_assert(alignof(UMovieSceneBoolSection) == 0x000008, "Wrong alignment on UMovieSceneBoolSection"); \ +static_assert(sizeof(UMovieSceneBoolSection) == 0x000188, "Wrong size on UMovieSceneBoolSection"); \ +static_assert(offsetof(UMovieSceneBoolSection, DefaultValue) == 0x0000F0, "Member 'UMovieSceneBoolSection::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneBoolSection, BoolCurve) == 0x0000F8, "Member 'UMovieSceneBoolSection::BoolCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSpawnSection \ +static_assert(alignof(UMovieSceneSpawnSection) == 0x000008, "Wrong alignment on UMovieSceneSpawnSection"); \ +static_assert(sizeof(UMovieSceneSpawnSection) == 0x000190, "Wrong size on UMovieSceneSpawnSection"); \ + +#define DUMPER7_ASSERTS_IMovieSceneEvaluationHook \ +static_assert(alignof(IMovieSceneEvaluationHook) == 0x000001, "Wrong alignment on IMovieSceneEvaluationHook"); \ +static_assert(sizeof(IMovieSceneEvaluationHook) == 0x000001, "Wrong size on IMovieSceneEvaluationHook"); \ + +#define DUMPER7_ASSERTS_MovieSceneSubSection_SetSequence \ +static_assert(alignof(MovieSceneSubSection_SetSequence) == 0x000008, "Wrong alignment on MovieSceneSubSection_SetSequence"); \ +static_assert(sizeof(MovieSceneSubSection_SetSequence) == 0x000008, "Wrong size on MovieSceneSubSection_SetSequence"); \ +static_assert(offsetof(MovieSceneSubSection_SetSequence, Sequence) == 0x000000, "Member 'MovieSceneSubSection_SetSequence::Sequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSubSection_GetSequence \ +static_assert(alignof(MovieSceneSubSection_GetSequence) == 0x000008, "Wrong alignment on MovieSceneSubSection_GetSequence"); \ +static_assert(sizeof(MovieSceneSubSection_GetSequence) == 0x000008, "Wrong size on MovieSceneSubSection_GetSequence"); \ +static_assert(offsetof(MovieSceneSubSection_GetSequence, ReturnValue) == 0x000000, "Member 'MovieSceneSubSection_GetSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSubSection \ +static_assert(alignof(UMovieSceneSubSection) == 0x000008, "Wrong alignment on UMovieSceneSubSection"); \ +static_assert(sizeof(UMovieSceneSubSection) == 0x000170, "Wrong size on UMovieSceneSubSection"); \ +static_assert(offsetof(UMovieSceneSubSection, Parameters) == 0x0000F0, "Member 'UMovieSceneSubSection::Parameters' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, StartOffset) == 0x000114, "Member 'UMovieSceneSubSection::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, TimeScale) == 0x000118, "Member 'UMovieSceneSubSection::TimeScale' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, PrerollTime) == 0x00011C, "Member 'UMovieSceneSubSection::PrerollTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, NetworkMask) == 0x000120, "Member 'UMovieSceneSubSection::NetworkMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, SubSequence) == 0x000128, "Member 'UMovieSceneSubSection::SubSequence' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, ActorToRecord) == 0x000130, "Member 'UMovieSceneSubSection::ActorToRecord' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, TargetSequenceName) == 0x000150, "Member 'UMovieSceneSubSection::TargetSequenceName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, TargetPathToRecordTo) == 0x000160, "Member 'UMovieSceneSubSection::TargetPathToRecordTo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneTrackTemplateProducer \ +static_assert(alignof(IMovieSceneTrackTemplateProducer) == 0x000001, "Wrong alignment on IMovieSceneTrackTemplateProducer"); \ +static_assert(sizeof(IMovieSceneTrackTemplateProducer) == 0x000001, "Wrong size on IMovieSceneTrackTemplateProducer"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetBoundObjects \ +static_assert(alignof(MovieSceneSequencePlayer_GetBoundObjects) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_GetBoundObjects"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetBoundObjects) == 0x000028, "Wrong size on MovieSceneSequencePlayer_GetBoundObjects"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetBoundObjects, ObjectBinding) == 0x000000, "Member 'MovieSceneSequencePlayer_GetBoundObjects::ObjectBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetBoundObjects, ReturnValue) == 0x000018, "Member 'MovieSceneSequencePlayer_GetBoundObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetDisableCameraCuts \ +static_assert(alignof(MovieSceneSequencePlayer_GetDisableCameraCuts) == 0x000001, "Wrong alignment on MovieSceneSequencePlayer_GetDisableCameraCuts"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetDisableCameraCuts) == 0x000001, "Wrong size on MovieSceneSequencePlayer_GetDisableCameraCuts"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetDisableCameraCuts, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetDisableCameraCuts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetObjectBindings \ +static_assert(alignof(MovieSceneSequencePlayer_GetObjectBindings) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_GetObjectBindings"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetObjectBindings) == 0x000018, "Wrong size on MovieSceneSequencePlayer_GetObjectBindings"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetObjectBindings, InObject) == 0x000000, "Member 'MovieSceneSequencePlayer_GetObjectBindings::InObject' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetObjectBindings, ReturnValue) == 0x000008, "Member 'MovieSceneSequencePlayer_GetObjectBindings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_JumpToFrame \ +static_assert(alignof(MovieSceneSequencePlayer_JumpToFrame) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_JumpToFrame"); \ +static_assert(sizeof(MovieSceneSequencePlayer_JumpToFrame) == 0x000008, "Wrong size on MovieSceneSequencePlayer_JumpToFrame"); \ +static_assert(offsetof(MovieSceneSequencePlayer_JumpToFrame, NewPosition) == 0x000000, "Member 'MovieSceneSequencePlayer_JumpToFrame::NewPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_JumpToMarkedFrame \ +static_assert(alignof(MovieSceneSequencePlayer_JumpToMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_JumpToMarkedFrame"); \ +static_assert(sizeof(MovieSceneSequencePlayer_JumpToMarkedFrame) == 0x000018, "Wrong size on MovieSceneSequencePlayer_JumpToMarkedFrame"); \ +static_assert(offsetof(MovieSceneSequencePlayer_JumpToMarkedFrame, InLabel) == 0x000000, "Member 'MovieSceneSequencePlayer_JumpToMarkedFrame::InLabel' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_JumpToMarkedFrame, ReturnValue) == 0x000010, "Member 'MovieSceneSequencePlayer_JumpToMarkedFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_JumpToSeconds \ +static_assert(alignof(MovieSceneSequencePlayer_JumpToSeconds) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_JumpToSeconds"); \ +static_assert(sizeof(MovieSceneSequencePlayer_JumpToSeconds) == 0x000004, "Wrong size on MovieSceneSequencePlayer_JumpToSeconds"); \ +static_assert(offsetof(MovieSceneSequencePlayer_JumpToSeconds, TimeInSeconds) == 0x000000, "Member 'MovieSceneSequencePlayer_JumpToSeconds::TimeInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_PlayLooping \ +static_assert(alignof(MovieSceneSequencePlayer_PlayLooping) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_PlayLooping"); \ +static_assert(sizeof(MovieSceneSequencePlayer_PlayLooping) == 0x000004, "Wrong size on MovieSceneSequencePlayer_PlayLooping"); \ +static_assert(offsetof(MovieSceneSequencePlayer_PlayLooping, NumLoops) == 0x000000, "Member 'MovieSceneSequencePlayer_PlayLooping::NumLoops' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_PlayTo \ +static_assert(alignof(MovieSceneSequencePlayer_PlayTo) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_PlayTo"); \ +static_assert(sizeof(MovieSceneSequencePlayer_PlayTo) == 0x000028, "Wrong size on MovieSceneSequencePlayer_PlayTo"); \ +static_assert(offsetof(MovieSceneSequencePlayer_PlayTo, PlaybackParams) == 0x000000, "Member 'MovieSceneSequencePlayer_PlayTo::PlaybackParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_PlayToFrame \ +static_assert(alignof(MovieSceneSequencePlayer_PlayToFrame) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_PlayToFrame"); \ +static_assert(sizeof(MovieSceneSequencePlayer_PlayToFrame) == 0x000008, "Wrong size on MovieSceneSequencePlayer_PlayToFrame"); \ +static_assert(offsetof(MovieSceneSequencePlayer_PlayToFrame, NewPosition) == 0x000000, "Member 'MovieSceneSequencePlayer_PlayToFrame::NewPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_PlayToMarkedFrame \ +static_assert(alignof(MovieSceneSequencePlayer_PlayToMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_PlayToMarkedFrame"); \ +static_assert(sizeof(MovieSceneSequencePlayer_PlayToMarkedFrame) == 0x000018, "Wrong size on MovieSceneSequencePlayer_PlayToMarkedFrame"); \ +static_assert(offsetof(MovieSceneSequencePlayer_PlayToMarkedFrame, InLabel) == 0x000000, "Member 'MovieSceneSequencePlayer_PlayToMarkedFrame::InLabel' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_PlayToMarkedFrame, ReturnValue) == 0x000010, "Member 'MovieSceneSequencePlayer_PlayToMarkedFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_PlayToSeconds \ +static_assert(alignof(MovieSceneSequencePlayer_PlayToSeconds) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_PlayToSeconds"); \ +static_assert(sizeof(MovieSceneSequencePlayer_PlayToSeconds) == 0x000004, "Wrong size on MovieSceneSequencePlayer_PlayToSeconds"); \ +static_assert(offsetof(MovieSceneSequencePlayer_PlayToSeconds, TimeInSeconds) == 0x000000, "Member 'MovieSceneSequencePlayer_PlayToSeconds::TimeInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent \ +static_assert(alignof(MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent"); \ +static_assert(sizeof(MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent) == 0x00000C, "Wrong size on MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent"); \ +static_assert(offsetof(MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent, Method) == 0x000000, "Member 'MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent::Method' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent, RelevantTime) == 0x000004, "Member 'MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent::RelevantTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_RPC_OnStopEvent \ +static_assert(alignof(MovieSceneSequencePlayer_RPC_OnStopEvent) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_RPC_OnStopEvent"); \ +static_assert(sizeof(MovieSceneSequencePlayer_RPC_OnStopEvent) == 0x000008, "Wrong size on MovieSceneSequencePlayer_RPC_OnStopEvent"); \ +static_assert(offsetof(MovieSceneSequencePlayer_RPC_OnStopEvent, StoppedTime) == 0x000000, "Member 'MovieSceneSequencePlayer_RPC_OnStopEvent::StoppedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_ScrubToFrame \ +static_assert(alignof(MovieSceneSequencePlayer_ScrubToFrame) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_ScrubToFrame"); \ +static_assert(sizeof(MovieSceneSequencePlayer_ScrubToFrame) == 0x000008, "Wrong size on MovieSceneSequencePlayer_ScrubToFrame"); \ +static_assert(offsetof(MovieSceneSequencePlayer_ScrubToFrame, NewPosition) == 0x000000, "Member 'MovieSceneSequencePlayer_ScrubToFrame::NewPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_ScrubToMarkedFrame \ +static_assert(alignof(MovieSceneSequencePlayer_ScrubToMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_ScrubToMarkedFrame"); \ +static_assert(sizeof(MovieSceneSequencePlayer_ScrubToMarkedFrame) == 0x000018, "Wrong size on MovieSceneSequencePlayer_ScrubToMarkedFrame"); \ +static_assert(offsetof(MovieSceneSequencePlayer_ScrubToMarkedFrame, InLabel) == 0x000000, "Member 'MovieSceneSequencePlayer_ScrubToMarkedFrame::InLabel' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_ScrubToMarkedFrame, ReturnValue) == 0x000010, "Member 'MovieSceneSequencePlayer_ScrubToMarkedFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_ScrubToSeconds \ +static_assert(alignof(MovieSceneSequencePlayer_ScrubToSeconds) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_ScrubToSeconds"); \ +static_assert(sizeof(MovieSceneSequencePlayer_ScrubToSeconds) == 0x000004, "Wrong size on MovieSceneSequencePlayer_ScrubToSeconds"); \ +static_assert(offsetof(MovieSceneSequencePlayer_ScrubToSeconds, TimeInSeconds) == 0x000000, "Member 'MovieSceneSequencePlayer_ScrubToSeconds::TimeInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetDisableCameraCuts \ +static_assert(alignof(MovieSceneSequencePlayer_SetDisableCameraCuts) == 0x000001, "Wrong alignment on MovieSceneSequencePlayer_SetDisableCameraCuts"); \ +static_assert(sizeof(MovieSceneSequencePlayer_SetDisableCameraCuts) == 0x000001, "Wrong size on MovieSceneSequencePlayer_SetDisableCameraCuts"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetDisableCameraCuts, bInDisableCameraCuts) == 0x000000, "Member 'MovieSceneSequencePlayer_SetDisableCameraCuts::bInDisableCameraCuts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetFrameRange \ +static_assert(alignof(MovieSceneSequencePlayer_SetFrameRange) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_SetFrameRange"); \ +static_assert(sizeof(MovieSceneSequencePlayer_SetFrameRange) == 0x00000C, "Wrong size on MovieSceneSequencePlayer_SetFrameRange"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetFrameRange, StartFrame) == 0x000000, "Member 'MovieSceneSequencePlayer_SetFrameRange::StartFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetFrameRange, Duration) == 0x000004, "Member 'MovieSceneSequencePlayer_SetFrameRange::Duration' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetFrameRange, SubFrames) == 0x000008, "Member 'MovieSceneSequencePlayer_SetFrameRange::SubFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetFrameRate \ +static_assert(alignof(MovieSceneSequencePlayer_SetFrameRate) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_SetFrameRate"); \ +static_assert(sizeof(MovieSceneSequencePlayer_SetFrameRate) == 0x000008, "Wrong size on MovieSceneSequencePlayer_SetFrameRate"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetFrameRate, FrameRate) == 0x000000, "Member 'MovieSceneSequencePlayer_SetFrameRate::FrameRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetPlaybackPosition \ +static_assert(alignof(MovieSceneSequencePlayer_SetPlaybackPosition) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_SetPlaybackPosition"); \ +static_assert(sizeof(MovieSceneSequencePlayer_SetPlaybackPosition) == 0x000028, "Wrong size on MovieSceneSequencePlayer_SetPlaybackPosition"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetPlaybackPosition, PlaybackParams) == 0x000000, "Member 'MovieSceneSequencePlayer_SetPlaybackPosition::PlaybackParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetPlayRate \ +static_assert(alignof(MovieSceneSequencePlayer_SetPlayRate) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_SetPlayRate"); \ +static_assert(sizeof(MovieSceneSequencePlayer_SetPlayRate) == 0x000004, "Wrong size on MovieSceneSequencePlayer_SetPlayRate"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetPlayRate, PlayRate) == 0x000000, "Member 'MovieSceneSequencePlayer_SetPlayRate::PlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetTimeRange \ +static_assert(alignof(MovieSceneSequencePlayer_SetTimeRange) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_SetTimeRange"); \ +static_assert(sizeof(MovieSceneSequencePlayer_SetTimeRange) == 0x000008, "Wrong size on MovieSceneSequencePlayer_SetTimeRange"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetTimeRange, StartTime_0) == 0x000000, "Member 'MovieSceneSequencePlayer_SetTimeRange::StartTime_0' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetTimeRange, Duration) == 0x000004, "Member 'MovieSceneSequencePlayer_SetTimeRange::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetCurrentTime \ +static_assert(alignof(MovieSceneSequencePlayer_GetCurrentTime) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetCurrentTime"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetCurrentTime) == 0x000010, "Wrong size on MovieSceneSequencePlayer_GetCurrentTime"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetCurrentTime, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetCurrentTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetDuration \ +static_assert(alignof(MovieSceneSequencePlayer_GetDuration) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetDuration"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetDuration) == 0x000010, "Wrong size on MovieSceneSequencePlayer_GetDuration"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetDuration, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetEndTime \ +static_assert(alignof(MovieSceneSequencePlayer_GetEndTime) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetEndTime"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetEndTime) == 0x000010, "Wrong size on MovieSceneSequencePlayer_GetEndTime"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetEndTime, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetEndTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetFrameDuration \ +static_assert(alignof(MovieSceneSequencePlayer_GetFrameDuration) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetFrameDuration"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetFrameDuration) == 0x000004, "Wrong size on MovieSceneSequencePlayer_GetFrameDuration"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetFrameDuration, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetFrameDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetFrameRate \ +static_assert(alignof(MovieSceneSequencePlayer_GetFrameRate) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetFrameRate"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetFrameRate) == 0x000008, "Wrong size on MovieSceneSequencePlayer_GetFrameRate"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetFrameRate, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetPlayRate \ +static_assert(alignof(MovieSceneSequencePlayer_GetPlayRate) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetPlayRate"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetPlayRate) == 0x000004, "Wrong size on MovieSceneSequencePlayer_GetPlayRate"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetPlayRate, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetPlayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetSequence \ +static_assert(alignof(MovieSceneSequencePlayer_GetSequence) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_GetSequence"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetSequence) == 0x000008, "Wrong size on MovieSceneSequencePlayer_GetSequence"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetSequence, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetStartTime \ +static_assert(alignof(MovieSceneSequencePlayer_GetStartTime) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetStartTime"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetStartTime) == 0x000010, "Wrong size on MovieSceneSequencePlayer_GetStartTime"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetStartTime, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetStartTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_IsPaused \ +static_assert(alignof(MovieSceneSequencePlayer_IsPaused) == 0x000001, "Wrong alignment on MovieSceneSequencePlayer_IsPaused"); \ +static_assert(sizeof(MovieSceneSequencePlayer_IsPaused) == 0x000001, "Wrong size on MovieSceneSequencePlayer_IsPaused"); \ +static_assert(offsetof(MovieSceneSequencePlayer_IsPaused, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_IsPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_IsPlaying \ +static_assert(alignof(MovieSceneSequencePlayer_IsPlaying) == 0x000001, "Wrong alignment on MovieSceneSequencePlayer_IsPlaying"); \ +static_assert(sizeof(MovieSceneSequencePlayer_IsPlaying) == 0x000001, "Wrong size on MovieSceneSequencePlayer_IsPlaying"); \ +static_assert(offsetof(MovieSceneSequencePlayer_IsPlaying, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_IsReversed \ +static_assert(alignof(MovieSceneSequencePlayer_IsReversed) == 0x000001, "Wrong alignment on MovieSceneSequencePlayer_IsReversed"); \ +static_assert(sizeof(MovieSceneSequencePlayer_IsReversed) == 0x000001, "Wrong size on MovieSceneSequencePlayer_IsReversed"); \ +static_assert(offsetof(MovieSceneSequencePlayer_IsReversed, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_IsReversed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSequencePlayer \ +static_assert(alignof(UMovieSceneSequencePlayer) == 0x000008, "Wrong alignment on UMovieSceneSequencePlayer"); \ +static_assert(sizeof(UMovieSceneSequencePlayer) == 0x0004F0, "Wrong size on UMovieSceneSequencePlayer"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, OnPlay) == 0x000268, "Member 'UMovieSceneSequencePlayer::OnPlay' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, OnPlayReverse) == 0x000278, "Member 'UMovieSceneSequencePlayer::OnPlayReverse' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, OnStop) == 0x000288, "Member 'UMovieSceneSequencePlayer::OnStop' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, OnPause) == 0x000298, "Member 'UMovieSceneSequencePlayer::OnPause' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, OnFinished) == 0x0002A8, "Member 'UMovieSceneSequencePlayer::OnFinished' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, Status) == 0x0002B8, "Member 'UMovieSceneSequencePlayer::Status' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, Sequence) == 0x0002C0, "Member 'UMovieSceneSequencePlayer::Sequence' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, StartTime) == 0x0002C8, "Member 'UMovieSceneSequencePlayer::StartTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, DurationFrames) == 0x0002CC, "Member 'UMovieSceneSequencePlayer::DurationFrames' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, DurationSubFrames) == 0x0002D0, "Member 'UMovieSceneSequencePlayer::DurationSubFrames' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, CurrentNumLoops) == 0x0002D4, "Member 'UMovieSceneSequencePlayer::CurrentNumLoops' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, PlaybackSettings) == 0x0002D8, "Member 'UMovieSceneSequencePlayer::PlaybackSettings' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, RootTemplateInstance) == 0x0002F0, "Member 'UMovieSceneSequencePlayer::RootTemplateInstance' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, NetSyncProps) == 0x000440, "Member 'UMovieSceneSequencePlayer::NetSyncProps' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, PlaybackClient) == 0x000450, "Member 'UMovieSceneSequencePlayer::PlaybackClient' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, TickManager) == 0x000460, "Member 'UMovieSceneSequencePlayer::TickManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequence_FindBindingByTag \ +static_assert(alignof(MovieSceneSequence_FindBindingByTag) == 0x000004, "Wrong alignment on MovieSceneSequence_FindBindingByTag"); \ +static_assert(sizeof(MovieSceneSequence_FindBindingByTag) == 0x000024, "Wrong size on MovieSceneSequence_FindBindingByTag"); \ +static_assert(offsetof(MovieSceneSequence_FindBindingByTag, InBindingName) == 0x000000, "Member 'MovieSceneSequence_FindBindingByTag::InBindingName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequence_FindBindingByTag, ReturnValue) == 0x00000C, "Member 'MovieSceneSequence_FindBindingByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequence_FindBindingsByTag \ +static_assert(alignof(MovieSceneSequence_FindBindingsByTag) == 0x000008, "Wrong alignment on MovieSceneSequence_FindBindingsByTag"); \ +static_assert(sizeof(MovieSceneSequence_FindBindingsByTag) == 0x000020, "Wrong size on MovieSceneSequence_FindBindingsByTag"); \ +static_assert(offsetof(MovieSceneSequence_FindBindingsByTag, InBindingName) == 0x000000, "Member 'MovieSceneSequence_FindBindingsByTag::InBindingName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequence_FindBindingsByTag, ReturnValue) == 0x000010, "Member 'MovieSceneSequence_FindBindingsByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSequence \ +static_assert(alignof(UMovieSceneSequence) == 0x000008, "Wrong alignment on UMovieSceneSequence"); \ +static_assert(sizeof(UMovieSceneSequence) == 0x000068, "Wrong size on UMovieSceneSequence"); \ +static_assert(offsetof(UMovieSceneSequence, CompiledData) == 0x000058, "Member 'UMovieSceneSequence::CompiledData' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequence, DefaultCompletionMode) == 0x000060, "Member 'UMovieSceneSequence::DefaultCompletionMode' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequence, bParentContextsAreSignificant) == 0x000061, "Member 'UMovieSceneSequence::bParentContextsAreSignificant' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequence, bPlayableDirectly) == 0x000062, "Member 'UMovieSceneSequence::bPlayableDirectly' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequence, SequenceFlags) == 0x000063, "Member 'UMovieSceneSequence::SequenceFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTestMovieSceneSection \ +static_assert(alignof(UTestMovieSceneSection) == 0x000008, "Wrong alignment on UTestMovieSceneSection"); \ +static_assert(sizeof(UTestMovieSceneSection) == 0x0000F0, "Wrong size on UTestMovieSceneSection"); \ + +#define DUMPER7_ASSERTS_UMovieSceneHookSection \ +static_assert(alignof(UMovieSceneHookSection) == 0x000008, "Wrong alignment on UMovieSceneHookSection"); \ +static_assert(sizeof(UMovieSceneHookSection) == 0x000108, "Wrong size on UMovieSceneHookSection"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEntitySystem \ +static_assert(alignof(UMovieSceneEntitySystem) == 0x000008, "Wrong alignment on UMovieSceneEntitySystem"); \ +static_assert(sizeof(UMovieSceneEntitySystem) == 0x000048, "Wrong size on UMovieSceneEntitySystem"); \ +static_assert(offsetof(UMovieSceneEntitySystem, Linker) == 0x000030, "Member 'UMovieSceneEntitySystem::Linker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSubTrack \ +static_assert(alignof(UMovieSceneSubTrack) == 0x000008, "Wrong alignment on UMovieSceneSubTrack"); \ +static_assert(sizeof(UMovieSceneSubTrack) == 0x0000A8, "Wrong size on UMovieSceneSubTrack"); \ +static_assert(offsetof(UMovieSceneSubTrack, Sections) == 0x000098, "Member 'UMovieSceneSubTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCustomClockSource_OnRequestCurrentTime \ +static_assert(alignof(MovieSceneCustomClockSource_OnRequestCurrentTime) == 0x000004, "Wrong alignment on MovieSceneCustomClockSource_OnRequestCurrentTime"); \ +static_assert(sizeof(MovieSceneCustomClockSource_OnRequestCurrentTime) == 0x00001C, "Wrong size on MovieSceneCustomClockSource_OnRequestCurrentTime"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnRequestCurrentTime, InCurrentTime) == 0x000000, "Member 'MovieSceneCustomClockSource_OnRequestCurrentTime::InCurrentTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnRequestCurrentTime, InPlayRate) == 0x000010, "Member 'MovieSceneCustomClockSource_OnRequestCurrentTime::InPlayRate' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnRequestCurrentTime, ReturnValue) == 0x000014, "Member 'MovieSceneCustomClockSource_OnRequestCurrentTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCustomClockSource_OnStartPlaying \ +static_assert(alignof(MovieSceneCustomClockSource_OnStartPlaying) == 0x000004, "Wrong alignment on MovieSceneCustomClockSource_OnStartPlaying"); \ +static_assert(sizeof(MovieSceneCustomClockSource_OnStartPlaying) == 0x000010, "Wrong size on MovieSceneCustomClockSource_OnStartPlaying"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnStartPlaying, InStartTime) == 0x000000, "Member 'MovieSceneCustomClockSource_OnStartPlaying::InStartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCustomClockSource_OnStopPlaying \ +static_assert(alignof(MovieSceneCustomClockSource_OnStopPlaying) == 0x000004, "Wrong alignment on MovieSceneCustomClockSource_OnStopPlaying"); \ +static_assert(sizeof(MovieSceneCustomClockSource_OnStopPlaying) == 0x000010, "Wrong size on MovieSceneCustomClockSource_OnStopPlaying"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnStopPlaying, InStopTime) == 0x000000, "Member 'MovieSceneCustomClockSource_OnStopPlaying::InStopTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCustomClockSource_OnTick \ +static_assert(alignof(MovieSceneCustomClockSource_OnTick) == 0x000004, "Wrong alignment on MovieSceneCustomClockSource_OnTick"); \ +static_assert(sizeof(MovieSceneCustomClockSource_OnTick) == 0x000008, "Wrong size on MovieSceneCustomClockSource_OnTick"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnTick, DeltaSeconds) == 0x000000, "Member 'MovieSceneCustomClockSource_OnTick::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnTick, InPlayRate) == 0x000004, "Member 'MovieSceneCustomClockSource_OnTick::InPlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneCustomClockSource \ +static_assert(alignof(IMovieSceneCustomClockSource) == 0x000001, "Wrong alignment on IMovieSceneCustomClockSource"); \ +static_assert(sizeof(IMovieSceneCustomClockSource) == 0x000001, "Wrong size on IMovieSceneCustomClockSource"); \ + +#define DUMPER7_ASSERTS_IMovieSceneDeterminismSource \ +static_assert(alignof(IMovieSceneDeterminismSource) == 0x000001, "Wrong alignment on IMovieSceneDeterminismSource"); \ +static_assert(sizeof(IMovieSceneDeterminismSource) == 0x000001, "Wrong size on IMovieSceneDeterminismSource"); \ + +#define DUMPER7_ASSERTS_IMovieSceneEntityProvider \ +static_assert(alignof(IMovieSceneEntityProvider) == 0x000001, "Wrong alignment on IMovieSceneEntityProvider"); \ +static_assert(sizeof(IMovieSceneEntityProvider) == 0x000001, "Wrong size on IMovieSceneEntityProvider"); \ + +#define DUMPER7_ASSERTS_IMovieScenePlaybackClient \ +static_assert(alignof(IMovieScenePlaybackClient) == 0x000001, "Wrong alignment on IMovieScenePlaybackClient"); \ +static_assert(sizeof(IMovieScenePlaybackClient) == 0x000001, "Wrong size on IMovieScenePlaybackClient"); \ + +#define DUMPER7_ASSERTS_INodeAndChannelMappings \ +static_assert(alignof(INodeAndChannelMappings) == 0x000001, "Wrong alignment on INodeAndChannelMappings"); \ +static_assert(sizeof(INodeAndChannelMappings) == 0x000001, "Wrong size on INodeAndChannelMappings"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNodeGroup \ +static_assert(alignof(UMovieSceneNodeGroup) == 0x000008, "Wrong alignment on UMovieSceneNodeGroup"); \ +static_assert(sizeof(UMovieSceneNodeGroup) == 0x000030, "Wrong size on UMovieSceneNodeGroup"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNodeGroupCollection \ +static_assert(alignof(UMovieSceneNodeGroupCollection) == 0x000008, "Wrong alignment on UMovieSceneNodeGroupCollection"); \ +static_assert(sizeof(UMovieSceneNodeGroupCollection) == 0x000030, "Wrong size on UMovieSceneNodeGroupCollection"); \ + +#define DUMPER7_ASSERTS_UMovieScene \ +static_assert(alignof(UMovieScene) == 0x000008, "Wrong alignment on UMovieScene"); \ +static_assert(sizeof(UMovieScene) == 0x000158, "Wrong size on UMovieScene"); \ +static_assert(offsetof(UMovieScene, Spawnables) == 0x000058, "Member 'UMovieScene::Spawnables' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, Possessables) == 0x000068, "Member 'UMovieScene::Possessables' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, ObjectBindings) == 0x000078, "Member 'UMovieScene::ObjectBindings' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, BindingGroups) == 0x000088, "Member 'UMovieScene::BindingGroups' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, MasterTracks) == 0x0000D8, "Member 'UMovieScene::MasterTracks' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, CameraCutTrack) == 0x0000E8, "Member 'UMovieScene::CameraCutTrack' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, SelectionRange) == 0x0000F0, "Member 'UMovieScene::SelectionRange' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, PlaybackRange) == 0x000100, "Member 'UMovieScene::PlaybackRange' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, TickResolution) == 0x000110, "Member 'UMovieScene::TickResolution' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, DisplayRate) == 0x000118, "Member 'UMovieScene::DisplayRate' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, EvaluationType) == 0x000120, "Member 'UMovieScene::EvaluationType' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, ClockSource) == 0x000121, "Member 'UMovieScene::ClockSource' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, CustomClockSourcePath) == 0x000128, "Member 'UMovieScene::CustomClockSourcePath' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, MarkedFrames) == 0x000148, "Member 'UMovieScene::MarkedFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBindingOverrides \ +static_assert(alignof(UMovieSceneBindingOverrides) == 0x000008, "Wrong alignment on UMovieSceneBindingOverrides"); \ +static_assert(sizeof(UMovieSceneBindingOverrides) == 0x000098, "Wrong size on UMovieSceneBindingOverrides"); \ +static_assert(offsetof(UMovieSceneBindingOverrides, BindingData) == 0x000030, "Member 'UMovieSceneBindingOverrides::BindingData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneBindingOwnerInterface \ +static_assert(alignof(IMovieSceneBindingOwnerInterface) == 0x000001, "Wrong alignment on IMovieSceneBindingOwnerInterface"); \ +static_assert(sizeof(IMovieSceneBindingOwnerInterface) == 0x000001, "Wrong size on IMovieSceneBindingOwnerInterface"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBlenderSystem \ +static_assert(alignof(UMovieSceneBlenderSystem) == 0x000008, "Wrong alignment on UMovieSceneBlenderSystem"); \ +static_assert(sizeof(UMovieSceneBlenderSystem) == 0x000070, "Wrong size on UMovieSceneBlenderSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEntityInstantiatorSystem \ +static_assert(alignof(UMovieSceneEntityInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneEntityInstantiatorSystem"); \ +static_assert(sizeof(UMovieSceneEntityInstantiatorSystem) == 0x000048, "Wrong size on UMovieSceneEntityInstantiatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneGenericBoundObjectInstantiator \ +static_assert(alignof(UMovieSceneGenericBoundObjectInstantiator) == 0x000008, "Wrong alignment on UMovieSceneGenericBoundObjectInstantiator"); \ +static_assert(sizeof(UMovieSceneGenericBoundObjectInstantiator) == 0x000048, "Wrong size on UMovieSceneGenericBoundObjectInstantiator"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBoundSceneComponentInstantiator \ +static_assert(alignof(UMovieSceneBoundSceneComponentInstantiator) == 0x000008, "Wrong alignment on UMovieSceneBoundSceneComponentInstantiator"); \ +static_assert(sizeof(UMovieSceneBoundSceneComponentInstantiator) == 0x000048, "Wrong size on UMovieSceneBoundSceneComponentInstantiator"); \ + +#define DUMPER7_ASSERTS_IMovieSceneSceneComponentImpersonator \ +static_assert(alignof(IMovieSceneSceneComponentImpersonator) == 0x000001, "Wrong alignment on IMovieSceneSceneComponentImpersonator"); \ +static_assert(sizeof(IMovieSceneSceneComponentImpersonator) == 0x000001, "Wrong size on IMovieSceneSceneComponentImpersonator"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCompiledData \ +static_assert(alignof(UMovieSceneCompiledData) == 0x000008, "Wrong alignment on UMovieSceneCompiledData"); \ +static_assert(sizeof(UMovieSceneCompiledData) == 0x000400, "Wrong size on UMovieSceneCompiledData"); \ +static_assert(offsetof(UMovieSceneCompiledData, EvaluationTemplate) == 0x000030, "Member 'UMovieSceneCompiledData::EvaluationTemplate' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledData, Hierarchy) == 0x000190, "Member 'UMovieSceneCompiledData::Hierarchy' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledData, EntityComponentField) == 0x0002A8, "Member 'UMovieSceneCompiledData::EntityComponentField' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledData, TrackTemplateField) == 0x000398, "Member 'UMovieSceneCompiledData::TrackTemplateField' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledData, DeterminismFences) == 0x0003C8, "Member 'UMovieSceneCompiledData::DeterminismFences' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledData, CompiledSignature) == 0x0003D8, "Member 'UMovieSceneCompiledData::CompiledSignature' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledData, CompilerVersion) == 0x0003E8, "Member 'UMovieSceneCompiledData::CompilerVersion' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledData, AccumulatedMask) == 0x0003F8, "Member 'UMovieSceneCompiledData::AccumulatedMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledData, AllocatedMask) == 0x0003F9, "Member 'UMovieSceneCompiledData::AllocatedMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledData, AccumulatedFlags) == 0x0003FA, "Member 'UMovieSceneCompiledData::AccumulatedFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCompiledDataManager \ +static_assert(alignof(UMovieSceneCompiledDataManager) == 0x000008, "Wrong alignment on UMovieSceneCompiledDataManager"); \ +static_assert(sizeof(UMovieSceneCompiledDataManager) == 0x000238, "Wrong size on UMovieSceneCompiledDataManager"); \ +static_assert(offsetof(UMovieSceneCompiledDataManager, Hierarchies) == 0x0000E0, "Member 'UMovieSceneCompiledDataManager::Hierarchies' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledDataManager, TrackTemplates) == 0x000130, "Member 'UMovieSceneCompiledDataManager::TrackTemplates' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledDataManager, TrackTemplateFields) == 0x000180, "Member 'UMovieSceneCompiledDataManager::TrackTemplateFields' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledDataManager, EntityComponentFields) == 0x0001D0, "Member 'UMovieSceneCompiledDataManager::EntityComponentFields' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBuiltInEasingFunction \ +static_assert(alignof(UMovieSceneBuiltInEasingFunction) == 0x000008, "Wrong alignment on UMovieSceneBuiltInEasingFunction"); \ +static_assert(sizeof(UMovieSceneBuiltInEasingFunction) == 0x000040, "Wrong size on UMovieSceneBuiltInEasingFunction"); \ +static_assert(offsetof(UMovieSceneBuiltInEasingFunction, Type) == 0x000038, "Member 'UMovieSceneBuiltInEasingFunction::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEasingExternalCurve \ +static_assert(alignof(UMovieSceneEasingExternalCurve) == 0x000008, "Wrong alignment on UMovieSceneEasingExternalCurve"); \ +static_assert(sizeof(UMovieSceneEasingExternalCurve) == 0x000040, "Wrong size on UMovieSceneEasingExternalCurve"); \ +static_assert(offsetof(UMovieSceneEasingExternalCurve, Curve) == 0x000038, "Member 'UMovieSceneEasingExternalCurve::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneEasingFunction_OnEvaluate \ +static_assert(alignof(MovieSceneEasingFunction_OnEvaluate) == 0x000004, "Wrong alignment on MovieSceneEasingFunction_OnEvaluate"); \ +static_assert(sizeof(MovieSceneEasingFunction_OnEvaluate) == 0x000008, "Wrong size on MovieSceneEasingFunction_OnEvaluate"); \ +static_assert(offsetof(MovieSceneEasingFunction_OnEvaluate, Interp) == 0x000000, "Member 'MovieSceneEasingFunction_OnEvaluate::Interp' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneEasingFunction_OnEvaluate, ReturnValue) == 0x000004, "Member 'MovieSceneEasingFunction_OnEvaluate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneEasingFunction \ +static_assert(alignof(IMovieSceneEasingFunction) == 0x000001, "Wrong alignment on IMovieSceneEasingFunction"); \ +static_assert(sizeof(IMovieSceneEasingFunction) == 0x000001, "Wrong size on IMovieSceneEasingFunction"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEntitySystemLinker \ +static_assert(alignof(UMovieSceneEntitySystemLinker) == 0x000008, "Wrong alignment on UMovieSceneEntitySystemLinker"); \ +static_assert(sizeof(UMovieSceneEntitySystemLinker) == 0x0004F8, "Wrong size on UMovieSceneEntitySystemLinker"); \ +static_assert(offsetof(UMovieSceneEntitySystemLinker, SystemGraph) == 0x0002A0, "Member 'UMovieSceneEntitySystemLinker::SystemGraph' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEvalTimeSystem \ +static_assert(alignof(UMovieSceneEvalTimeSystem) == 0x000008, "Wrong alignment on UMovieSceneEvalTimeSystem"); \ +static_assert(sizeof(UMovieSceneEvalTimeSystem) == 0x000058, "Wrong size on UMovieSceneEvalTimeSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEvaluationHookSystem \ +static_assert(alignof(UMovieSceneEvaluationHookSystem) == 0x000008, "Wrong alignment on UMovieSceneEvaluationHookSystem"); \ +static_assert(sizeof(UMovieSceneEvaluationHookSystem) == 0x000098, "Wrong size on UMovieSceneEvaluationHookSystem"); \ +static_assert(offsetof(UMovieSceneEvaluationHookSystem, PendingEventsByRootInstance) == 0x000048, "Member 'UMovieSceneEvaluationHookSystem::PendingEventsByRootInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFolder \ +static_assert(alignof(UMovieSceneFolder) == 0x000008, "Wrong alignment on UMovieSceneFolder"); \ +static_assert(sizeof(UMovieSceneFolder) == 0x000080, "Wrong size on UMovieSceneFolder"); \ +static_assert(offsetof(UMovieSceneFolder, FolderName) == 0x000030, "Member 'UMovieSceneFolder::FolderName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneFolder, ChildFolders) == 0x000040, "Member 'UMovieSceneFolder::ChildFolders' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneFolder, ChildMasterTracks) == 0x000050, "Member 'UMovieSceneFolder::ChildMasterTracks' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneFolder, ChildObjectBindingStrings) == 0x000060, "Member 'UMovieSceneFolder::ChildObjectBindingStrings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneKeyProxy \ +static_assert(alignof(IMovieSceneKeyProxy) == 0x000001, "Wrong alignment on IMovieSceneKeyProxy"); \ +static_assert(sizeof(IMovieSceneKeyProxy) == 0x000001, "Wrong size on IMovieSceneKeyProxy"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMasterInstantiatorSystem \ +static_assert(alignof(UMovieSceneMasterInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneMasterInstantiatorSystem"); \ +static_assert(sizeof(UMovieSceneMasterInstantiatorSystem) == 0x000048, "Wrong size on UMovieSceneMasterInstantiatorSystem"); \ + +#define DUMPER7_ASSERTS_IMovieScenePreAnimatedStateSystemInterface \ +static_assert(alignof(IMovieScenePreAnimatedStateSystemInterface) == 0x000001, "Wrong alignment on IMovieScenePreAnimatedStateSystemInterface"); \ +static_assert(sizeof(IMovieScenePreAnimatedStateSystemInterface) == 0x000001, "Wrong size on IMovieScenePreAnimatedStateSystemInterface"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCachePreAnimatedStateSystem \ +static_assert(alignof(UMovieSceneCachePreAnimatedStateSystem) == 0x000008, "Wrong alignment on UMovieSceneCachePreAnimatedStateSystem"); \ +static_assert(sizeof(UMovieSceneCachePreAnimatedStateSystem) == 0x000068, "Wrong size on UMovieSceneCachePreAnimatedStateSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneRestorePreAnimatedStateSystem \ +static_assert(alignof(UMovieSceneRestorePreAnimatedStateSystem) == 0x000008, "Wrong alignment on UMovieSceneRestorePreAnimatedStateSystem"); \ +static_assert(sizeof(UMovieSceneRestorePreAnimatedStateSystem) == 0x000058, "Wrong size on UMovieSceneRestorePreAnimatedStateSystem"); \ + +#define DUMPER7_ASSERTS_IMovieSceneSequenceActor \ +static_assert(alignof(IMovieSceneSequenceActor) == 0x000001, "Wrong alignment on IMovieSceneSequenceActor"); \ +static_assert(sizeof(IMovieSceneSequenceActor) == 0x000001, "Wrong size on IMovieSceneSequenceActor"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSequenceTickManager \ +static_assert(alignof(UMovieSceneSequenceTickManager) == 0x000008, "Wrong alignment on UMovieSceneSequenceTickManager"); \ +static_assert(sizeof(UMovieSceneSequenceTickManager) == 0x0000D8, "Wrong size on UMovieSceneSequenceTickManager"); \ +static_assert(offsetof(UMovieSceneSequenceTickManager, SequenceActors) == 0x000030, "Member 'UMovieSceneSequenceTickManager::SequenceActors' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequenceTickManager, Linker) == 0x000040, "Member 'UMovieSceneSequenceTickManager::Linker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSpawnablesSystem \ +static_assert(alignof(UMovieSceneSpawnablesSystem) == 0x000008, "Wrong alignment on UMovieSceneSpawnablesSystem"); \ +static_assert(sizeof(UMovieSceneSpawnablesSystem) == 0x000048, "Wrong size on UMovieSceneSpawnablesSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSpawnTrack \ +static_assert(alignof(UMovieSceneSpawnTrack) == 0x000008, "Wrong alignment on UMovieSceneSpawnTrack"); \ +static_assert(sizeof(UMovieSceneSpawnTrack) == 0x0000B8, "Wrong size on UMovieSceneSpawnTrack"); \ +static_assert(offsetof(UMovieSceneSpawnTrack, Sections) == 0x000098, "Member 'UMovieSceneSpawnTrack::Sections' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSpawnTrack, ObjectGuid) == 0x0000A8, "Member 'UMovieSceneSpawnTrack::ObjectGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTestMovieSceneTrack \ +static_assert(alignof(UTestMovieSceneTrack) == 0x000008, "Wrong alignment on UTestMovieSceneTrack"); \ +static_assert(sizeof(UTestMovieSceneTrack) == 0x0000B8, "Wrong size on UTestMovieSceneTrack"); \ +static_assert(offsetof(UTestMovieSceneTrack, bHighPassFilter) == 0x0000A0, "Member 'UTestMovieSceneTrack::bHighPassFilter' has a wrong offset!"); \ +static_assert(offsetof(UTestMovieSceneTrack, SectionArray) == 0x0000A8, "Member 'UTestMovieSceneTrack::SectionArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTestMovieSceneSequence \ +static_assert(alignof(UTestMovieSceneSequence) == 0x000008, "Wrong alignment on UTestMovieSceneSequence"); \ +static_assert(sizeof(UTestMovieSceneSequence) == 0x000070, "Wrong size on UTestMovieSceneSequence"); \ +static_assert(offsetof(UTestMovieSceneSequence, MovieScene) == 0x000068, "Member 'UTestMovieSceneSequence::MovieScene' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTestMovieSceneSubTrack \ +static_assert(alignof(UTestMovieSceneSubTrack) == 0x000008, "Wrong alignment on UTestMovieSceneSubTrack"); \ +static_assert(sizeof(UTestMovieSceneSubTrack) == 0x0000B8, "Wrong size on UTestMovieSceneSubTrack"); \ +static_assert(offsetof(UTestMovieSceneSubTrack, SectionArray) == 0x0000A8, "Member 'UTestMovieSceneSubTrack::SectionArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTestMovieSceneSubSection \ +static_assert(alignof(UTestMovieSceneSubSection) == 0x000008, "Wrong alignment on UTestMovieSceneSubSection"); \ +static_assert(sizeof(UTestMovieSceneSubSection) == 0x000170, "Wrong size on UTestMovieSceneSubSection"); \ + +#define DUMPER7_ASSERTS_UTestMovieSceneEvalHookTrack \ +static_assert(alignof(UTestMovieSceneEvalHookTrack) == 0x000008, "Wrong alignment on UTestMovieSceneEvalHookTrack"); \ +static_assert(sizeof(UTestMovieSceneEvalHookTrack) == 0x0000A8, "Wrong size on UTestMovieSceneEvalHookTrack"); \ +static_assert(offsetof(UTestMovieSceneEvalHookTrack, SectionArray) == 0x000098, "Member 'UTestMovieSceneEvalHookTrack::SectionArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTestMovieSceneEvalHookSection \ +static_assert(alignof(UTestMovieSceneEvalHookSection) == 0x000008, "Wrong alignment on UTestMovieSceneEvalHookSection"); \ +static_assert(sizeof(UTestMovieSceneEvalHookSection) == 0x000120, "Wrong size on UTestMovieSceneEvalHookSection"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTrackInstance \ +static_assert(alignof(UMovieSceneTrackInstance) == 0x000008, "Wrong alignment on UMovieSceneTrackInstance"); \ +static_assert(sizeof(UMovieSceneTrackInstance) == 0x000058, "Wrong size on UMovieSceneTrackInstance"); \ +static_assert(offsetof(UMovieSceneTrackInstance, AnimatedObject) == 0x000030, "Member 'UMovieSceneTrackInstance::AnimatedObject' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTrackInstance, bIsMasterTrackInstance) == 0x000038, "Member 'UMovieSceneTrackInstance::bIsMasterTrackInstance' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTrackInstance, Linker) == 0x000040, "Member 'UMovieSceneTrackInstance::Linker' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTrackInstance, Inputs) == 0x000048, "Member 'UMovieSceneTrackInstance::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTrackInstanceInstantiator \ +static_assert(alignof(UMovieSceneTrackInstanceInstantiator) == 0x000008, "Wrong alignment on UMovieSceneTrackInstanceInstantiator"); \ +static_assert(sizeof(UMovieSceneTrackInstanceInstantiator) == 0x0000F8, "Wrong size on UMovieSceneTrackInstanceInstantiator"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTrackInstanceSystem \ +static_assert(alignof(UMovieSceneTrackInstanceSystem) == 0x000008, "Wrong alignment on UMovieSceneTrackInstanceSystem"); \ +static_assert(sizeof(UMovieSceneTrackInstanceSystem) == 0x000050, "Wrong size on UMovieSceneTrackInstanceSystem"); \ +static_assert(offsetof(UMovieSceneTrackInstanceSystem, Instantiator) == 0x000048, "Member 'UMovieSceneTrackInstanceSystem::Instantiator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CurveFloatDelegateTimer_CreateCurveFloatDelegateTimer \ +static_assert(alignof(CurveFloatDelegateTimer_CreateCurveFloatDelegateTimer) == 0x000008, "Wrong alignment on CurveFloatDelegateTimer_CreateCurveFloatDelegateTimer"); \ +static_assert(sizeof(CurveFloatDelegateTimer_CreateCurveFloatDelegateTimer) == 0x000028, "Wrong size on CurveFloatDelegateTimer_CreateCurveFloatDelegateTimer"); \ +static_assert(offsetof(CurveFloatDelegateTimer_CreateCurveFloatDelegateTimer, WorldContextObject) == 0x000000, "Member 'CurveFloatDelegateTimer_CreateCurveFloatDelegateTimer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CurveFloatDelegateTimer_CreateCurveFloatDelegateTimer, Period) == 0x000008, "Member 'CurveFloatDelegateTimer_CreateCurveFloatDelegateTimer::Period' has a wrong offset!"); \ +static_assert(offsetof(CurveFloatDelegateTimer_CreateCurveFloatDelegateTimer, DelayToFirstExecution) == 0x00000C, "Member 'CurveFloatDelegateTimer_CreateCurveFloatDelegateTimer::DelayToFirstExecution' has a wrong offset!"); \ +static_assert(offsetof(CurveFloatDelegateTimer_CreateCurveFloatDelegateTimer, Curve) == 0x000010, "Member 'CurveFloatDelegateTimer_CreateCurveFloatDelegateTimer::Curve' has a wrong offset!"); \ +static_assert(offsetof(CurveFloatDelegateTimer_CreateCurveFloatDelegateTimer, bLoops) == 0x000018, "Member 'CurveFloatDelegateTimer_CreateCurveFloatDelegateTimer::bLoops' has a wrong offset!"); \ +static_assert(offsetof(CurveFloatDelegateTimer_CreateCurveFloatDelegateTimer, CurveDuration) == 0x00001C, "Member 'CurveFloatDelegateTimer_CreateCurveFloatDelegateTimer::CurveDuration' has a wrong offset!"); \ +static_assert(offsetof(CurveFloatDelegateTimer_CreateCurveFloatDelegateTimer, ReturnValue) == 0x000020, "Member 'CurveFloatDelegateTimer_CreateCurveFloatDelegateTimer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CurveFloatDelegateTimer_DestroyCurveFloatDelegateTimer \ +static_assert(alignof(CurveFloatDelegateTimer_DestroyCurveFloatDelegateTimer) == 0x000008, "Wrong alignment on CurveFloatDelegateTimer_DestroyCurveFloatDelegateTimer"); \ +static_assert(sizeof(CurveFloatDelegateTimer_DestroyCurveFloatDelegateTimer) == 0x000008, "Wrong size on CurveFloatDelegateTimer_DestroyCurveFloatDelegateTimer"); \ +static_assert(offsetof(CurveFloatDelegateTimer_DestroyCurveFloatDelegateTimer, Object) == 0x000000, "Member 'CurveFloatDelegateTimer_DestroyCurveFloatDelegateTimer::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CurveFloatDelegateTimer_FireCurveEvalTick \ +static_assert(alignof(CurveFloatDelegateTimer_FireCurveEvalTick) == 0x000008, "Wrong alignment on CurveFloatDelegateTimer_FireCurveEvalTick"); \ +static_assert(sizeof(CurveFloatDelegateTimer_FireCurveEvalTick) == 0x000010, "Wrong size on CurveFloatDelegateTimer_FireCurveEvalTick"); \ +static_assert(offsetof(CurveFloatDelegateTimer_FireCurveEvalTick, Timer) == 0x000000, "Member 'CurveFloatDelegateTimer_FireCurveEvalTick::Timer' has a wrong offset!"); \ +static_assert(offsetof(CurveFloatDelegateTimer_FireCurveEvalTick, ElapsedTime) == 0x000008, "Member 'CurveFloatDelegateTimer_FireCurveEvalTick::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(CurveFloatDelegateTimer_FireCurveEvalTick, TimeSinceLast) == 0x00000C, "Member 'CurveFloatDelegateTimer_FireCurveEvalTick::TimeSinceLast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCurveFloatDelegateTimer \ +static_assert(alignof(UCurveFloatDelegateTimer) == 0x000008, "Wrong alignment on UCurveFloatDelegateTimer"); \ +static_assert(sizeof(UCurveFloatDelegateTimer) == 0x000070, "Wrong size on UCurveFloatDelegateTimer"); \ +static_assert(offsetof(UCurveFloatDelegateTimer, CurveEvalTick) == 0x000038, "Member 'UCurveFloatDelegateTimer::CurveEvalTick' has a wrong offset!"); \ +static_assert(offsetof(UCurveFloatDelegateTimer, CurveFinished) == 0x000048, "Member 'UCurveFloatDelegateTimer::CurveFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DelegateTimer_CreateDelegateTimer \ +static_assert(alignof(DelegateTimer_CreateDelegateTimer) == 0x000008, "Wrong alignment on DelegateTimer_CreateDelegateTimer"); \ +static_assert(sizeof(DelegateTimer_CreateDelegateTimer) == 0x000018, "Wrong size on DelegateTimer_CreateDelegateTimer"); \ +static_assert(offsetof(DelegateTimer_CreateDelegateTimer, WorldContextObject) == 0x000000, "Member 'DelegateTimer_CreateDelegateTimer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(DelegateTimer_CreateDelegateTimer, Period) == 0x000008, "Member 'DelegateTimer_CreateDelegateTimer::Period' has a wrong offset!"); \ +static_assert(offsetof(DelegateTimer_CreateDelegateTimer, DelayToFirstExecution) == 0x00000C, "Member 'DelegateTimer_CreateDelegateTimer::DelayToFirstExecution' has a wrong offset!"); \ +static_assert(offsetof(DelegateTimer_CreateDelegateTimer, ReturnValue) == 0x000010, "Member 'DelegateTimer_CreateDelegateTimer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DelegateTimer_DestroyDelegateTimer \ +static_assert(alignof(DelegateTimer_DestroyDelegateTimer) == 0x000008, "Wrong alignment on DelegateTimer_DestroyDelegateTimer"); \ +static_assert(sizeof(DelegateTimer_DestroyDelegateTimer) == 0x000008, "Wrong size on DelegateTimer_DestroyDelegateTimer"); \ +static_assert(offsetof(DelegateTimer_DestroyDelegateTimer, Object) == 0x000000, "Member 'DelegateTimer_DestroyDelegateTimer::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDelegateTimer \ +static_assert(alignof(UDelegateTimer) == 0x000008, "Wrong alignment on UDelegateTimer"); \ +static_assert(sizeof(UDelegateTimer) == 0x000068, "Wrong size on UDelegateTimer"); \ +static_assert(offsetof(UDelegateTimer, TickExec) == 0x000038, "Member 'UDelegateTimer::TickExec' has a wrong offset!"); \ +static_assert(offsetof(UDelegateTimer, TimeStart) == 0x000048, "Member 'UDelegateTimer::TimeStart' has a wrong offset!"); \ +static_assert(offsetof(UDelegateTimer, TimeFirstExecution) == 0x000050, "Member 'UDelegateTimer::TimeFirstExecution' has a wrong offset!"); \ +static_assert(offsetof(UDelegateTimer, TimeLastExecution) == 0x000058, "Member 'UDelegateTimer::TimeLastExecution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FiniteStateMachineComponent_SetLocalState \ +static_assert(alignof(FiniteStateMachineComponent_SetLocalState) == 0x000004, "Wrong alignment on FiniteStateMachineComponent_SetLocalState"); \ +static_assert(sizeof(FiniteStateMachineComponent_SetLocalState) == 0x00000C, "Wrong size on FiniteStateMachineComponent_SetLocalState"); \ +static_assert(offsetof(FiniteStateMachineComponent_SetLocalState, NewState) == 0x000000, "Member 'FiniteStateMachineComponent_SetLocalState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FiniteStateMachineComponent_SetState \ +static_assert(alignof(FiniteStateMachineComponent_SetState) == 0x000004, "Wrong alignment on FiniteStateMachineComponent_SetState"); \ +static_assert(sizeof(FiniteStateMachineComponent_SetState) == 0x00000C, "Wrong size on FiniteStateMachineComponent_SetState"); \ +static_assert(offsetof(FiniteStateMachineComponent_SetState, NewState) == 0x000000, "Member 'FiniteStateMachineComponent_SetState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFiniteStateMachineComponent \ +static_assert(alignof(UFiniteStateMachineComponent) == 0x000008, "Wrong alignment on UFiniteStateMachineComponent"); \ +static_assert(sizeof(UFiniteStateMachineComponent) == 0x0000F8, "Wrong size on UFiniteStateMachineComponent"); \ +static_assert(offsetof(UFiniteStateMachineComponent, StateEvent) == 0x0000C0, "Member 'UFiniteStateMachineComponent::StateEvent' has a wrong offset!"); \ +static_assert(offsetof(UFiniteStateMachineComponent, InitialState) == 0x0000D0, "Member 'UFiniteStateMachineComponent::InitialState' has a wrong offset!"); \ +static_assert(offsetof(UFiniteStateMachineComponent, State) == 0x0000DC, "Member 'UFiniteStateMachineComponent::State' has a wrong offset!"); \ +static_assert(offsetof(UFiniteStateMachineComponent, LocalState) == 0x0000E8, "Member 'UFiniteStateMachineComponent::LocalState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeEnhancementsBPLibrary_SixtyFramesPerSecondFrameDuration \ +static_assert(alignof(TimeEnhancementsBPLibrary_SixtyFramesPerSecondFrameDuration) == 0x000004, "Wrong alignment on TimeEnhancementsBPLibrary_SixtyFramesPerSecondFrameDuration"); \ +static_assert(sizeof(TimeEnhancementsBPLibrary_SixtyFramesPerSecondFrameDuration) == 0x000004, "Wrong size on TimeEnhancementsBPLibrary_SixtyFramesPerSecondFrameDuration"); \ +static_assert(offsetof(TimeEnhancementsBPLibrary_SixtyFramesPerSecondFrameDuration, ReturnValue) == 0x000000, "Member 'TimeEnhancementsBPLibrary_SixtyFramesPerSecondFrameDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTimeEnhancementsBPLibrary \ +static_assert(alignof(UTimeEnhancementsBPLibrary) == 0x000008, "Wrong alignment on UTimeEnhancementsBPLibrary"); \ +static_assert(sizeof(UTimeEnhancementsBPLibrary) == 0x000030, "Wrong size on UTimeEnhancementsBPLibrary"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityBindInfo \ +static_assert(alignof(FGameplayAbilityBindInfo) == 0x000008, "Wrong alignment on FGameplayAbilityBindInfo"); \ +static_assert(sizeof(FGameplayAbilityBindInfo) == 0x000010, "Wrong size on FGameplayAbilityBindInfo"); \ +static_assert(offsetof(FGameplayAbilityBindInfo, Command) == 0x000000, "Member 'FGameplayAbilityBindInfo::Command' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityBindInfo, GameplayAbilityClass) == 0x000008, "Member 'FGameplayAbilityBindInfo::GameplayAbilityClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectContextHandle \ +static_assert(alignof(FGameplayEffectContextHandle) == 0x000008, "Wrong alignment on FGameplayEffectContextHandle"); \ +static_assert(sizeof(FGameplayEffectContextHandle) == 0x000018, "Wrong size on FGameplayEffectContextHandle"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityTargetDataHandle \ +static_assert(alignof(FGameplayAbilityTargetDataHandle) == 0x000008, "Wrong alignment on FGameplayAbilityTargetDataHandle"); \ +static_assert(sizeof(FGameplayAbilityTargetDataHandle) == 0x000028, "Wrong size on FGameplayAbilityTargetDataHandle"); \ + +#define DUMPER7_ASSERTS_FGameplayEventData \ +static_assert(alignof(FGameplayEventData) == 0x000008, "Wrong alignment on FGameplayEventData"); \ +static_assert(sizeof(FGameplayEventData) == 0x0000B8, "Wrong size on FGameplayEventData"); \ +static_assert(offsetof(FGameplayEventData, EventTag) == 0x000000, "Member 'FGameplayEventData::EventTag' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, Instigator) == 0x000010, "Member 'FGameplayEventData::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, Target) == 0x000018, "Member 'FGameplayEventData::Target' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, OptionalObject) == 0x000020, "Member 'FGameplayEventData::OptionalObject' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, OptionalObject2) == 0x000028, "Member 'FGameplayEventData::OptionalObject2' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, ContextHandle) == 0x000030, "Member 'FGameplayEventData::ContextHandle' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, InstigatorTags) == 0x000048, "Member 'FGameplayEventData::InstigatorTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, TargetTags) == 0x000068, "Member 'FGameplayEventData::TargetTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, EventMagnitude) == 0x000088, "Member 'FGameplayEventData::EventMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, TargetData) == 0x000090, "Member 'FGameplayEventData::TargetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveGameplayEffectHandle \ +static_assert(alignof(FActiveGameplayEffectHandle) == 0x000004, "Wrong alignment on FActiveGameplayEffectHandle"); \ +static_assert(sizeof(FActiveGameplayEffectHandle) == 0x000008, "Wrong size on FActiveGameplayEffectHandle"); \ +static_assert(offsetof(FActiveGameplayEffectHandle, Handle) == 0x000000, "Member 'FActiveGameplayEffectHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayEffectHandle, bPassedFiltersAndWasExecuted) == 0x000004, "Member 'FActiveGameplayEffectHandle::bPassedFiltersAndWasExecuted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAbilityTriggerData \ +static_assert(alignof(FAbilityTriggerData) == 0x000004, "Wrong alignment on FAbilityTriggerData"); \ +static_assert(sizeof(FAbilityTriggerData) == 0x000010, "Wrong size on FAbilityTriggerData"); \ +static_assert(offsetof(FAbilityTriggerData, TriggerTag) == 0x000000, "Member 'FAbilityTriggerData::TriggerTag' has a wrong offset!"); \ +static_assert(offsetof(FAbilityTriggerData, TriggerSource) == 0x00000C, "Member 'FAbilityTriggerData::TriggerSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectSpecHandle \ +static_assert(alignof(FGameplayEffectSpecHandle) == 0x000008, "Wrong alignment on FGameplayEffectSpecHandle"); \ +static_assert(sizeof(FGameplayEffectSpecHandle) == 0x000010, "Wrong size on FGameplayEffectSpecHandle"); \ + +#define DUMPER7_ASSERTS_FGameplayTagRequirements \ +static_assert(alignof(FGameplayTagRequirements) == 0x000008, "Wrong alignment on FGameplayTagRequirements"); \ +static_assert(sizeof(FGameplayTagRequirements) == 0x000040, "Wrong size on FGameplayTagRequirements"); \ +static_assert(offsetof(FGameplayTagRequirements, RequireTags) == 0x000000, "Member 'FGameplayTagRequirements::RequireTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagRequirements, IgnoreTags) == 0x000020, "Member 'FGameplayTagRequirements::IgnoreTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveGameplayEffectQuery \ +static_assert(alignof(FActiveGameplayEffectQuery) == 0x000008, "Wrong alignment on FActiveGameplayEffectQuery"); \ +static_assert(sizeof(FActiveGameplayEffectQuery) == 0x000088, "Wrong size on FActiveGameplayEffectQuery"); \ + +#define DUMPER7_ASSERTS_FGameplayTargetDataFilterHandle \ +static_assert(alignof(FGameplayTargetDataFilterHandle) == 0x000008, "Wrong alignment on FGameplayTargetDataFilterHandle"); \ +static_assert(sizeof(FGameplayTargetDataFilterHandle) == 0x000010, "Wrong size on FGameplayTargetDataFilterHandle"); \ + +#define DUMPER7_ASSERTS_FPredictionKey \ +static_assert(alignof(FPredictionKey) == 0x000008, "Wrong alignment on FPredictionKey"); \ +static_assert(sizeof(FPredictionKey) == 0x000010, "Wrong size on FPredictionKey"); \ +static_assert(offsetof(FPredictionKey, PredictiveConnection) == 0x000000, "Member 'FPredictionKey::PredictiveConnection' has a wrong offset!"); \ +static_assert(offsetof(FPredictionKey, Current) == 0x000008, "Member 'FPredictionKey::Current' has a wrong offset!"); \ +static_assert(offsetof(FPredictionKey, Base) == 0x00000A, "Member 'FPredictionKey::Base' has a wrong offset!"); \ +static_assert(offsetof(FPredictionKey, bIsStale) == 0x00000C, "Member 'FPredictionKey::bIsStale' has a wrong offset!"); \ +static_assert(offsetof(FPredictionKey, bIsServerInitiated) == 0x00000D, "Member 'FPredictionKey::bIsServerInitiated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAttribute \ +static_assert(alignof(FGameplayAttribute) == 0x000008, "Wrong alignment on FGameplayAttribute"); \ +static_assert(sizeof(FGameplayAttribute) == 0x000038, "Wrong size on FGameplayAttribute"); \ +static_assert(offsetof(FGameplayAttribute, AttributeName) == 0x000000, "Member 'FGameplayAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAttribute, Attribute) == 0x000010, "Member 'FGameplayAttribute::Attribute' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAttribute, AttributeOwner) == 0x000030, "Member 'FGameplayAttribute::AttributeOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectModifiedAttribute \ +static_assert(alignof(FGameplayEffectModifiedAttribute) == 0x000008, "Wrong alignment on FGameplayEffectModifiedAttribute"); \ +static_assert(sizeof(FGameplayEffectModifiedAttribute) == 0x000040, "Wrong size on FGameplayEffectModifiedAttribute"); \ +static_assert(offsetof(FGameplayEffectModifiedAttribute, Attribute) == 0x000000, "Member 'FGameplayEffectModifiedAttribute::Attribute' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectModifiedAttribute, TotalMagnitude) == 0x000038, "Member 'FGameplayEffectModifiedAttribute::TotalMagnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectSpecForRPC \ +static_assert(alignof(FGameplayEffectSpecForRPC) == 0x000008, "Wrong alignment on FGameplayEffectSpecForRPC"); \ +static_assert(sizeof(FGameplayEffectSpecForRPC) == 0x000080, "Wrong size on FGameplayEffectSpecForRPC"); \ +static_assert(offsetof(FGameplayEffectSpecForRPC, Def) == 0x000000, "Member 'FGameplayEffectSpecForRPC::Def' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpecForRPC, ModifiedAttributes) == 0x000008, "Member 'FGameplayEffectSpecForRPC::ModifiedAttributes' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpecForRPC, EffectContext) == 0x000018, "Member 'FGameplayEffectSpecForRPC::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpecForRPC, AggregatedSourceTags) == 0x000030, "Member 'FGameplayEffectSpecForRPC::AggregatedSourceTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpecForRPC, AggregatedTargetTags) == 0x000050, "Member 'FGameplayEffectSpecForRPC::AggregatedTargetTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpecForRPC, Level) == 0x000070, "Member 'FGameplayEffectSpecForRPC::Level' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpecForRPC, Duration) == 0x000074, "Member 'FGameplayEffectSpecForRPC::Duration' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpecForRPC, AbilityLevel) == 0x000078, "Member 'FGameplayEffectSpecForRPC::AbilityLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueParameters \ +static_assert(alignof(FGameplayCueParameters) == 0x000008, "Wrong alignment on FGameplayCueParameters"); \ +static_assert(sizeof(FGameplayCueParameters) == 0x0000C8, "Wrong size on FGameplayCueParameters"); \ +static_assert(offsetof(FGameplayCueParameters, NormalizedMagnitude) == 0x000000, "Member 'FGameplayCueParameters::NormalizedMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, RawMagnitude) == 0x000004, "Member 'FGameplayCueParameters::RawMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, EffectContext) == 0x000008, "Member 'FGameplayCueParameters::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, MatchedTagName) == 0x000020, "Member 'FGameplayCueParameters::MatchedTagName' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, OriginalTag) == 0x00002C, "Member 'FGameplayCueParameters::OriginalTag' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, AggregatedSourceTags) == 0x000038, "Member 'FGameplayCueParameters::AggregatedSourceTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, AggregatedTargetTags) == 0x000058, "Member 'FGameplayCueParameters::AggregatedTargetTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, Location) == 0x000078, "Member 'FGameplayCueParameters::Location' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, Normal) == 0x000084, "Member 'FGameplayCueParameters::Normal' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, Instigator) == 0x000090, "Member 'FGameplayCueParameters::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, EffectCauser) == 0x000098, "Member 'FGameplayCueParameters::EffectCauser' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, SourceObject) == 0x0000A0, "Member 'FGameplayCueParameters::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, PhysicalMaterial) == 0x0000A8, "Member 'FGameplayCueParameters::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, GameplayEffectLevel) == 0x0000B0, "Member 'FGameplayCueParameters::GameplayEffectLevel' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, OriginalDuration) == 0x0000B4, "Member 'FGameplayCueParameters::OriginalDuration' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, AbilityLevel) == 0x0000B8, "Member 'FGameplayCueParameters::AbilityLevel' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, TargetAttachComponent) == 0x0000BC, "Member 'FGameplayCueParameters::TargetAttachComponent' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, bReplicateLocationWhenUsingMinimalRepProxy) == 0x0000C4, "Member 'FGameplayCueParameters::bReplicateLocationWhenUsingMinimalRepProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCuePendingExecute \ +static_assert(alignof(FGameplayCuePendingExecute) == 0x000008, "Wrong alignment on FGameplayCuePendingExecute"); \ +static_assert(sizeof(FGameplayCuePendingExecute) == 0x000188, "Wrong size on FGameplayCuePendingExecute"); \ +static_assert(offsetof(FGameplayCuePendingExecute, PredictionKey) == 0x000020, "Member 'FGameplayCuePendingExecute::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCuePendingExecute, PayloadType) == 0x000030, "Member 'FGameplayCuePendingExecute::PayloadType' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCuePendingExecute, OwningComponent) == 0x000038, "Member 'FGameplayCuePendingExecute::OwningComponent' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCuePendingExecute, FromSpec) == 0x000040, "Member 'FGameplayCuePendingExecute::FromSpec' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCuePendingExecute, CueParameters) == 0x0000C0, "Member 'FGameplayCuePendingExecute::CueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectAttributeCaptureDefinition \ +static_assert(alignof(FGameplayEffectAttributeCaptureDefinition) == 0x000008, "Wrong alignment on FGameplayEffectAttributeCaptureDefinition"); \ +static_assert(sizeof(FGameplayEffectAttributeCaptureDefinition) == 0x000040, "Wrong size on FGameplayEffectAttributeCaptureDefinition"); \ +static_assert(offsetof(FGameplayEffectAttributeCaptureDefinition, AttributeToCapture) == 0x000000, "Member 'FGameplayEffectAttributeCaptureDefinition::AttributeToCapture' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectAttributeCaptureDefinition, AttributeSource) == 0x000038, "Member 'FGameplayEffectAttributeCaptureDefinition::AttributeSource' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectAttributeCaptureDefinition, bSnapshot) == 0x000039, "Member 'FGameplayEffectAttributeCaptureDefinition::bSnapshot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectAttributeCaptureSpec \ +static_assert(alignof(FGameplayEffectAttributeCaptureSpec) == 0x000008, "Wrong alignment on FGameplayEffectAttributeCaptureSpec"); \ +static_assert(sizeof(FGameplayEffectAttributeCaptureSpec) == 0x000050, "Wrong size on FGameplayEffectAttributeCaptureSpec"); \ +static_assert(offsetof(FGameplayEffectAttributeCaptureSpec, BackingDefinition) == 0x000000, "Member 'FGameplayEffectAttributeCaptureSpec::BackingDefinition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectAttributeCaptureSpecContainer \ +static_assert(alignof(FGameplayEffectAttributeCaptureSpecContainer) == 0x000008, "Wrong alignment on FGameplayEffectAttributeCaptureSpecContainer"); \ +static_assert(sizeof(FGameplayEffectAttributeCaptureSpecContainer) == 0x000028, "Wrong size on FGameplayEffectAttributeCaptureSpecContainer"); \ +static_assert(offsetof(FGameplayEffectAttributeCaptureSpecContainer, SourceAttributes) == 0x000000, "Member 'FGameplayEffectAttributeCaptureSpecContainer::SourceAttributes' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectAttributeCaptureSpecContainer, TargetAttributes) == 0x000010, "Member 'FGameplayEffectAttributeCaptureSpecContainer::TargetAttributes' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectAttributeCaptureSpecContainer, bHasNonSnapshottedAttributes) == 0x000020, "Member 'FGameplayEffectAttributeCaptureSpecContainer::bHasNonSnapshottedAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTagContainerAggregator \ +static_assert(alignof(FTagContainerAggregator) == 0x000008, "Wrong alignment on FTagContainerAggregator"); \ +static_assert(sizeof(FTagContainerAggregator) == 0x000088, "Wrong size on FTagContainerAggregator"); \ +static_assert(offsetof(FTagContainerAggregator, CapturedActorTags) == 0x000000, "Member 'FTagContainerAggregator::CapturedActorTags' has a wrong offset!"); \ +static_assert(offsetof(FTagContainerAggregator, CapturedSpecTags) == 0x000020, "Member 'FTagContainerAggregator::CapturedSpecTags' has a wrong offset!"); \ +static_assert(offsetof(FTagContainerAggregator, ScopedTags) == 0x000040, "Member 'FTagContainerAggregator::ScopedTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModifierSpec \ +static_assert(alignof(FModifierSpec) == 0x000004, "Wrong alignment on FModifierSpec"); \ +static_assert(sizeof(FModifierSpec) == 0x000004, "Wrong size on FModifierSpec"); \ +static_assert(offsetof(FModifierSpec, EvaluatedMagnitude) == 0x000000, "Member 'FModifierSpec::EvaluatedMagnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScalableFloat \ +static_assert(alignof(FScalableFloat) == 0x000008, "Wrong alignment on FScalableFloat"); \ +static_assert(sizeof(FScalableFloat) == 0x000038, "Wrong size on FScalableFloat"); \ +static_assert(offsetof(FScalableFloat, Value) == 0x000000, "Member 'FScalableFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FScalableFloat, Curve) == 0x000008, "Member 'FScalableFloat::Curve' has a wrong offset!"); \ +static_assert(offsetof(FScalableFloat, RegistryType) == 0x000020, "Member 'FScalableFloat::RegistryType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilitySpecHandle \ +static_assert(alignof(FGameplayAbilitySpecHandle) == 0x000004, "Wrong alignment on FGameplayAbilitySpecHandle"); \ +static_assert(sizeof(FGameplayAbilitySpecHandle) == 0x000004, "Wrong size on FGameplayAbilitySpecHandle"); \ +static_assert(offsetof(FGameplayAbilitySpecHandle, Handle) == 0x000000, "Member 'FGameplayAbilitySpecHandle::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilitySpecDef \ +static_assert(alignof(FGameplayAbilitySpecDef) == 0x000008, "Wrong alignment on FGameplayAbilitySpecDef"); \ +static_assert(sizeof(FGameplayAbilitySpecDef) == 0x0000A8, "Wrong size on FGameplayAbilitySpecDef"); \ +static_assert(offsetof(FGameplayAbilitySpecDef, Ability) == 0x000000, "Member 'FGameplayAbilitySpecDef::Ability' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecDef, LevelScalableFloat) == 0x000008, "Member 'FGameplayAbilitySpecDef::LevelScalableFloat' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecDef, InputID) == 0x000040, "Member 'FGameplayAbilitySpecDef::InputID' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecDef, RemovalPolicy) == 0x000044, "Member 'FGameplayAbilitySpecDef::RemovalPolicy' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecDef, SourceObject) == 0x000048, "Member 'FGameplayAbilitySpecDef::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecDef, AssignedHandle) == 0x0000A0, "Member 'FGameplayAbilitySpecDef::AssignedHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectSpec \ +static_assert(alignof(FGameplayEffectSpec) == 0x000008, "Wrong alignment on FGameplayEffectSpec"); \ +static_assert(sizeof(FGameplayEffectSpec) == 0x000298, "Wrong size on FGameplayEffectSpec"); \ +static_assert(offsetof(FGameplayEffectSpec, Def) == 0x000000, "Member 'FGameplayEffectSpec::Def' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, ModifiedAttributes) == 0x000008, "Member 'FGameplayEffectSpec::ModifiedAttributes' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, CapturedRelevantAttributes) == 0x000018, "Member 'FGameplayEffectSpec::CapturedRelevantAttributes' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, Duration) == 0x000050, "Member 'FGameplayEffectSpec::Duration' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, Period) == 0x000054, "Member 'FGameplayEffectSpec::Period' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, ChanceToApplyToTarget) == 0x000058, "Member 'FGameplayEffectSpec::ChanceToApplyToTarget' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, CapturedSourceTags) == 0x000060, "Member 'FGameplayEffectSpec::CapturedSourceTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, CapturedTargetTags) == 0x0000E8, "Member 'FGameplayEffectSpec::CapturedTargetTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, DynamicGrantedTags) == 0x000170, "Member 'FGameplayEffectSpec::DynamicGrantedTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, DynamicAssetTags) == 0x000190, "Member 'FGameplayEffectSpec::DynamicAssetTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, Modifiers) == 0x0001B0, "Member 'FGameplayEffectSpec::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, StackCount) == 0x0001C0, "Member 'FGameplayEffectSpec::StackCount' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, GrantedAbilitySpecs) == 0x0001C8, "Member 'FGameplayEffectSpec::GrantedAbilitySpecs' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, EffectContext) == 0x000278, "Member 'FGameplayEffectSpec::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, Level) == 0x000290, "Member 'FGameplayEffectSpec::Level' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveGameplayEffect \ +static_assert(alignof(FActiveGameplayEffect) == 0x000008, "Wrong alignment on FActiveGameplayEffect"); \ +static_assert(sizeof(FActiveGameplayEffect) == 0x000368, "Wrong size on FActiveGameplayEffect"); \ +static_assert(offsetof(FActiveGameplayEffect, Spec) == 0x000018, "Member 'FActiveGameplayEffect::Spec' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayEffect, PredictionKey) == 0x0002B0, "Member 'FActiveGameplayEffect::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayEffect, StartServerWorldTime) == 0x0002C0, "Member 'FActiveGameplayEffect::StartServerWorldTime' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayEffect, CachedStartServerWorldTime) == 0x0002C4, "Member 'FActiveGameplayEffect::CachedStartServerWorldTime' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayEffect, StartWorldTime) == 0x0002C8, "Member 'FActiveGameplayEffect::StartWorldTime' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayEffect, bIsInhibited) == 0x0002CC, "Member 'FActiveGameplayEffect::bIsInhibited' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityTargetData \ +static_assert(alignof(FGameplayAbilityTargetData) == 0x000008, "Wrong alignment on FGameplayAbilityTargetData"); \ +static_assert(sizeof(FGameplayAbilityTargetData) == 0x000008, "Wrong size on FGameplayAbilityTargetData"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotifyData \ +static_assert(alignof(FGameplayCueNotifyData) == 0x000008, "Wrong alignment on FGameplayCueNotifyData"); \ +static_assert(sizeof(FGameplayCueNotifyData) == 0x000040, "Wrong size on FGameplayCueNotifyData"); \ +static_assert(offsetof(FGameplayCueNotifyData, GameplayCueTag) == 0x000000, "Member 'FGameplayCueNotifyData::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotifyData, GameplayCueNotifyObj) == 0x000010, "Member 'FGameplayCueNotifyData::GameplayCueNotifyObj' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotifyData, LoadedGameplayCueClass) == 0x000030, "Member 'FGameplayCueNotifyData::LoadedGameplayCueClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetSerializeScriptStructCache \ +static_assert(alignof(FNetSerializeScriptStructCache) == 0x000008, "Wrong alignment on FNetSerializeScriptStructCache"); \ +static_assert(sizeof(FNetSerializeScriptStructCache) == 0x000010, "Wrong size on FNetSerializeScriptStructCache"); \ +static_assert(offsetof(FNetSerializeScriptStructCache, ScriptStructs) == 0x000000, "Member 'FNetSerializeScriptStructCache::ScriptStructs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityTargetingLocationInfo \ +static_assert(alignof(FGameplayAbilityTargetingLocationInfo) == 0x000010, "Wrong alignment on FGameplayAbilityTargetingLocationInfo"); \ +static_assert(sizeof(FGameplayAbilityTargetingLocationInfo) == 0x000080, "Wrong size on FGameplayAbilityTargetingLocationInfo"); \ +static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, LocationType) == 0x000010, "Member 'FGameplayAbilityTargetingLocationInfo::LocationType' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, LiteralTransform) == 0x000020, "Member 'FGameplayAbilityTargetingLocationInfo::LiteralTransform' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, SourceActor) == 0x000050, "Member 'FGameplayAbilityTargetingLocationInfo::SourceActor' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, SourceComponent) == 0x000058, "Member 'FGameplayAbilityTargetingLocationInfo::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, SourceAbility) == 0x000060, "Member 'FGameplayAbilityTargetingLocationInfo::SourceAbility' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, SourceSocketName) == 0x000068, "Member 'FGameplayAbilityTargetingLocationInfo::SourceSocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityTargetData_ActorArray \ +static_assert(alignof(FGameplayAbilityTargetData_ActorArray) == 0x000010, "Wrong alignment on FGameplayAbilityTargetData_ActorArray"); \ +static_assert(sizeof(FGameplayAbilityTargetData_ActorArray) == 0x0000A0, "Wrong size on FGameplayAbilityTargetData_ActorArray"); \ +static_assert(offsetof(FGameplayAbilityTargetData_ActorArray, SourceLocation) == 0x000010, "Member 'FGameplayAbilityTargetData_ActorArray::SourceLocation' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetData_ActorArray, TargetActorArray) == 0x000090, "Member 'FGameplayAbilityTargetData_ActorArray::TargetActorArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityTargetData_SingleTargetHit \ +static_assert(alignof(FGameplayAbilityTargetData_SingleTargetHit) == 0x000008, "Wrong alignment on FGameplayAbilityTargetData_SingleTargetHit"); \ +static_assert(sizeof(FGameplayAbilityTargetData_SingleTargetHit) == 0x0000A0, "Wrong size on FGameplayAbilityTargetData_SingleTargetHit"); \ +static_assert(offsetof(FGameplayAbilityTargetData_SingleTargetHit, HitResult) == 0x000008, "Member 'FGameplayAbilityTargetData_SingleTargetHit::HitResult' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetData_SingleTargetHit, bHitReplaced) == 0x000098, "Member 'FGameplayAbilityTargetData_SingleTargetHit::bHitReplaced' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityActivationInfo \ +static_assert(alignof(FGameplayAbilityActivationInfo) == 0x000008, "Wrong alignment on FGameplayAbilityActivationInfo"); \ +static_assert(sizeof(FGameplayAbilityActivationInfo) == 0x000018, "Wrong size on FGameplayAbilityActivationInfo"); \ +static_assert(offsetof(FGameplayAbilityActivationInfo, ActivationMode) == 0x000000, "Member 'FGameplayAbilityActivationInfo::ActivationMode' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityActivationInfo, PredictionKeyWhenActivated) == 0x000008, "Member 'FGameplayAbilityActivationInfo::PredictionKeyWhenActivated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMinimalGameplayCueReplicationProxy \ +static_assert(alignof(FMinimalGameplayCueReplicationProxy) == 0x000010, "Wrong alignment on FMinimalGameplayCueReplicationProxy"); \ +static_assert(sizeof(FMinimalGameplayCueReplicationProxy) == 0x000310, "Wrong size on FMinimalGameplayCueReplicationProxy"); \ +static_assert(offsetof(FMinimalGameplayCueReplicationProxy, Owner) == 0x000300, "Member 'FMinimalGameplayCueReplicationProxy::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAttributeMetaData \ +static_assert(alignof(FAttributeMetaData) == 0x000008, "Wrong alignment on FAttributeMetaData"); \ +static_assert(sizeof(FAttributeMetaData) == 0x000030, "Wrong size on FAttributeMetaData"); \ +static_assert(offsetof(FAttributeMetaData, BaseValue) == 0x000008, "Member 'FAttributeMetaData::BaseValue' has a wrong offset!"); \ +static_assert(offsetof(FAttributeMetaData, MinValue) == 0x00000C, "Member 'FAttributeMetaData::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FAttributeMetaData, MaxValue) == 0x000010, "Member 'FAttributeMetaData::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FAttributeMetaData, DerivedAttributeInfo) == 0x000018, "Member 'FAttributeMetaData::DerivedAttributeInfo' has a wrong offset!"); \ +static_assert(offsetof(FAttributeMetaData, bCanStack) == 0x000028, "Member 'FAttributeMetaData::bCanStack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTargetDataFilter \ +static_assert(alignof(FGameplayTargetDataFilter) == 0x000008, "Wrong alignment on FGameplayTargetDataFilter"); \ +static_assert(sizeof(FGameplayTargetDataFilter) == 0x000020, "Wrong size on FGameplayTargetDataFilter"); \ +static_assert(offsetof(FGameplayTargetDataFilter, SelfActor) == 0x000008, "Member 'FGameplayTargetDataFilter::SelfActor' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTargetDataFilter, RequiredActorClass) == 0x000010, "Member 'FGameplayTargetDataFilter::RequiredActorClass' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTargetDataFilter, SelfFilter) == 0x000018, "Member 'FGameplayTargetDataFilter::SelfFilter' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTargetDataFilter, bReverseFilter) == 0x000019, "Member 'FGameplayTargetDataFilter::bReverseFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectRemovalInfo \ +static_assert(alignof(FGameplayEffectRemovalInfo) == 0x000008, "Wrong alignment on FGameplayEffectRemovalInfo"); \ +static_assert(sizeof(FGameplayEffectRemovalInfo) == 0x000020, "Wrong size on FGameplayEffectRemovalInfo"); \ +static_assert(offsetof(FGameplayEffectRemovalInfo, bPrematureRemoval) == 0x000000, "Member 'FGameplayEffectRemovalInfo::bPrematureRemoval' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectRemovalInfo, StackCount) == 0x000004, "Member 'FGameplayEffectRemovalInfo::StackCount' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectRemovalInfo, EffectContext) == 0x000008, "Member 'FGameplayEffectRemovalInfo::EffectContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FReplicatedPredictionKeyItem \ +static_assert(alignof(FReplicatedPredictionKeyItem) == 0x000008, "Wrong alignment on FReplicatedPredictionKeyItem"); \ +static_assert(sizeof(FReplicatedPredictionKeyItem) == 0x000020, "Wrong size on FReplicatedPredictionKeyItem"); \ +static_assert(offsetof(FReplicatedPredictionKeyItem, PredictionKey) == 0x000010, "Member 'FReplicatedPredictionKeyItem::PredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FReplicatedPredictionKeyMap \ +static_assert(alignof(FReplicatedPredictionKeyMap) == 0x000008, "Wrong alignment on FReplicatedPredictionKeyMap"); \ +static_assert(sizeof(FReplicatedPredictionKeyMap) == 0x000118, "Wrong size on FReplicatedPredictionKeyMap"); \ +static_assert(offsetof(FReplicatedPredictionKeyMap, PredictionKeys) == 0x000108, "Member 'FReplicatedPredictionKeyMap::PredictionKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectQuery \ +static_assert(alignof(FGameplayEffectQuery) == 0x000008, "Wrong alignment on FGameplayEffectQuery"); \ +static_assert(sizeof(FGameplayEffectQuery) == 0x000158, "Wrong size on FGameplayEffectQuery"); \ +static_assert(offsetof(FGameplayEffectQuery, CustomMatchDelegate_BP) == 0x000010, "Member 'FGameplayEffectQuery::CustomMatchDelegate_BP' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectQuery, OwningTagQuery) == 0x000028, "Member 'FGameplayEffectQuery::OwningTagQuery' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectQuery, EffectTagQuery) == 0x000070, "Member 'FGameplayEffectQuery::EffectTagQuery' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectQuery, SourceTagQuery) == 0x0000B8, "Member 'FGameplayEffectQuery::SourceTagQuery' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectQuery, ModifyingAttribute) == 0x000100, "Member 'FGameplayEffectQuery::ModifyingAttribute' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectQuery, EffectSource) == 0x000138, "Member 'FGameplayEffectQuery::EffectSource' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectQuery, EffectDefinition) == 0x000140, "Member 'FGameplayEffectQuery::EffectDefinition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAbilityEndedData \ +static_assert(alignof(FAbilityEndedData) == 0x000008, "Wrong alignment on FAbilityEndedData"); \ +static_assert(sizeof(FAbilityEndedData) == 0x000010, "Wrong size on FAbilityEndedData"); \ +static_assert(offsetof(FAbilityEndedData, AbilityThatEnded) == 0x000000, "Member 'FAbilityEndedData::AbilityThatEnded' has a wrong offset!"); \ +static_assert(offsetof(FAbilityEndedData, AbilitySpecHandle) == 0x000008, "Member 'FAbilityEndedData::AbilitySpecHandle' has a wrong offset!"); \ +static_assert(offsetof(FAbilityEndedData, bReplicateEndAbility) == 0x00000C, "Member 'FAbilityEndedData::bReplicateEndAbility' has a wrong offset!"); \ +static_assert(offsetof(FAbilityEndedData, bWasCancelled) == 0x00000D, "Member 'FAbilityEndedData::bWasCancelled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbilities__FServerAbilityRPCBatch \ +static_assert(alignof(GameplayAbilities::FServerAbilityRPCBatch) == 0x000008, "Wrong alignment on GameplayAbilities::FServerAbilityRPCBatch"); \ +static_assert(sizeof(GameplayAbilities::FServerAbilityRPCBatch) == 0x000048, "Wrong size on GameplayAbilities::FServerAbilityRPCBatch"); \ +static_assert(offsetof(GameplayAbilities::FServerAbilityRPCBatch, AbilitySpecHandle) == 0x000000, "Member 'GameplayAbilities::FServerAbilityRPCBatch::AbilitySpecHandle' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbilities::FServerAbilityRPCBatch, PredictionKey) == 0x000008, "Member 'GameplayAbilities::FServerAbilityRPCBatch::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbilities::FServerAbilityRPCBatch, TargetData) == 0x000018, "Member 'GameplayAbilities::FServerAbilityRPCBatch::TargetData' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbilities::FServerAbilityRPCBatch, InputPressed) == 0x000040, "Member 'GameplayAbilities::FServerAbilityRPCBatch::InputPressed' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbilities::FServerAbilityRPCBatch, Ended) == 0x000041, "Member 'GameplayAbilities::FServerAbilityRPCBatch::Ended' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbilities::FServerAbilityRPCBatch, Started) == 0x000042, "Member 'GameplayAbilities::FServerAbilityRPCBatch::Started' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMinimalReplicationTagCountMap \ +static_assert(alignof(FMinimalReplicationTagCountMap) == 0x000008, "Wrong alignment on FMinimalReplicationTagCountMap"); \ +static_assert(sizeof(FMinimalReplicationTagCountMap) == 0x000060, "Wrong size on FMinimalReplicationTagCountMap"); \ +static_assert(offsetof(FMinimalReplicationTagCountMap, Owner) == 0x000050, "Member 'FMinimalReplicationTagCountMap::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConditionalGameplayEffect \ +static_assert(alignof(FConditionalGameplayEffect) == 0x000008, "Wrong alignment on FConditionalGameplayEffect"); \ +static_assert(sizeof(FConditionalGameplayEffect) == 0x000030, "Wrong size on FConditionalGameplayEffect"); \ +static_assert(offsetof(FConditionalGameplayEffect, EffectClass) == 0x000000, "Member 'FConditionalGameplayEffect::EffectClass' has a wrong offset!"); \ +static_assert(offsetof(FConditionalGameplayEffect, RequiredSourceTags) == 0x000008, "Member 'FConditionalGameplayEffect::RequiredSourceTags' has a wrong offset!"); \ +static_assert(offsetof(FConditionalGameplayEffect, bUseOriginalContext) == 0x000028, "Member 'FConditionalGameplayEffect::bUseOriginalContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveGameplayCue \ +static_assert(alignof(FActiveGameplayCue) == 0x000008, "Wrong alignment on FActiveGameplayCue"); \ +static_assert(sizeof(FActiveGameplayCue) == 0x0000F8, "Wrong size on FActiveGameplayCue"); \ +static_assert(offsetof(FActiveGameplayCue, GameplayCueTag) == 0x00000C, "Member 'FActiveGameplayCue::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayCue, PredictionKey) == 0x000018, "Member 'FActiveGameplayCue::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayCue, Parameters) == 0x000028, "Member 'FActiveGameplayCue::Parameters' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayCue, bPredictivelyRemoved) == 0x0000F0, "Member 'FActiveGameplayCue::bPredictivelyRemoved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveGameplayCueContainer \ +static_assert(alignof(FActiveGameplayCueContainer) == 0x000008, "Wrong alignment on FActiveGameplayCueContainer"); \ +static_assert(sizeof(FActiveGameplayCueContainer) == 0x000128, "Wrong size on FActiveGameplayCueContainer"); \ +static_assert(offsetof(FActiveGameplayCueContainer, GameplayCues) == 0x000108, "Member 'FActiveGameplayCueContainer::GameplayCues' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayCueContainer, Owner) == 0x000120, "Member 'FActiveGameplayCueContainer::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveGameplayEffectsContainer \ +static_assert(alignof(FActiveGameplayEffectsContainer) == 0x000008, "Wrong alignment on FActiveGameplayEffectsContainer"); \ +static_assert(sizeof(FActiveGameplayEffectsContainer) == 0x000478, "Wrong size on FActiveGameplayEffectsContainer"); \ +static_assert(offsetof(FActiveGameplayEffectsContainer, GameplayEffects_Internal) == 0x000130, "Member 'FActiveGameplayEffectsContainer::GameplayEffects_Internal' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayEffectsContainer, ApplicationImmunityQueryEffects) == 0x000450, "Member 'FActiveGameplayEffectsContainer::ApplicationImmunityQueryEffects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityLocalAnimMontage \ +static_assert(alignof(FGameplayAbilityLocalAnimMontage) == 0x000008, "Wrong alignment on FGameplayAbilityLocalAnimMontage"); \ +static_assert(sizeof(FGameplayAbilityLocalAnimMontage) == 0x000028, "Wrong size on FGameplayAbilityLocalAnimMontage"); \ +static_assert(offsetof(FGameplayAbilityLocalAnimMontage, AnimMontage) == 0x000000, "Member 'FGameplayAbilityLocalAnimMontage::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityLocalAnimMontage, PlayBit) == 0x000008, "Member 'FGameplayAbilityLocalAnimMontage::PlayBit' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityLocalAnimMontage, PredictionKey) == 0x000010, "Member 'FGameplayAbilityLocalAnimMontage::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityLocalAnimMontage, AnimatingAbility) == 0x000020, "Member 'FGameplayAbilityLocalAnimMontage::AnimatingAbility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityRepAnimMontage \ +static_assert(alignof(FGameplayAbilityRepAnimMontage) == 0x000008, "Wrong alignment on FGameplayAbilityRepAnimMontage"); \ +static_assert(sizeof(FGameplayAbilityRepAnimMontage) == 0x000030, "Wrong size on FGameplayAbilityRepAnimMontage"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, AnimMontage) == 0x000000, "Member 'FGameplayAbilityRepAnimMontage::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, PlayRate) == 0x000008, "Member 'FGameplayAbilityRepAnimMontage::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, Position) == 0x00000C, "Member 'FGameplayAbilityRepAnimMontage::Position' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, BlendTime) == 0x000010, "Member 'FGameplayAbilityRepAnimMontage::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, NextSectionID) == 0x000014, "Member 'FGameplayAbilityRepAnimMontage::NextSectionID' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, PredictionKey) == 0x000018, "Member 'FGameplayAbilityRepAnimMontage::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, SectionIdToPlay) == 0x000028, "Member 'FGameplayAbilityRepAnimMontage::SectionIdToPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilitySpec \ +static_assert(alignof(FGameplayAbilitySpec) == 0x000008, "Wrong alignment on FGameplayAbilitySpec"); \ +static_assert(sizeof(FGameplayAbilitySpec) == 0x0000E0, "Wrong size on FGameplayAbilitySpec"); \ +static_assert(offsetof(FGameplayAbilitySpec, Handle) == 0x00000C, "Member 'FGameplayAbilitySpec::Handle' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, Ability) == 0x000010, "Member 'FGameplayAbilitySpec::Ability' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, Level) == 0x000018, "Member 'FGameplayAbilitySpec::Level' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, InputID) == 0x00001C, "Member 'FGameplayAbilitySpec::InputID' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, SourceObject) == 0x000020, "Member 'FGameplayAbilitySpec::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, ActiveCount) == 0x000028, "Member 'FGameplayAbilitySpec::ActiveCount' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, ActivationInfo) == 0x000030, "Member 'FGameplayAbilitySpec::ActivationInfo' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, DynamicAbilityTags) == 0x000048, "Member 'FGameplayAbilitySpec::DynamicAbilityTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, NonReplicatedInstances) == 0x000068, "Member 'FGameplayAbilitySpec::NonReplicatedInstances' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, ReplicatedInstances) == 0x000078, "Member 'FGameplayAbilitySpec::ReplicatedInstances' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, GameplayEffectHandle) == 0x000088, "Member 'FGameplayAbilitySpec::GameplayEffectHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilitySpecContainer \ +static_assert(alignof(FGameplayAbilitySpecContainer) == 0x000008, "Wrong alignment on FGameplayAbilitySpecContainer"); \ +static_assert(sizeof(FGameplayAbilitySpecContainer) == 0x000120, "Wrong size on FGameplayAbilitySpecContainer"); \ +static_assert(offsetof(FGameplayAbilitySpecContainer, Items) == 0x000108, "Member 'FGameplayAbilitySpecContainer::Items' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecContainer, Owner) == 0x000118, "Member 'FGameplayAbilitySpecContainer::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAttributeData \ +static_assert(alignof(FGameplayAttributeData) == 0x000008, "Wrong alignment on FGameplayAttributeData"); \ +static_assert(sizeof(FGameplayAttributeData) == 0x000010, "Wrong size on FGameplayAttributeData"); \ +static_assert(offsetof(FGameplayAttributeData, BaseValue) == 0x000008, "Member 'FGameplayAttributeData::BaseValue' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAttributeData, CurrentValue) == 0x00000C, "Member 'FGameplayAttributeData::CurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAttributeDefaults \ +static_assert(alignof(FAttributeDefaults) == 0x000008, "Wrong alignment on FAttributeDefaults"); \ +static_assert(sizeof(FAttributeDefaults) == 0x000010, "Wrong size on FAttributeDefaults"); \ +static_assert(offsetof(FAttributeDefaults, Attributes) == 0x000000, "Member 'FAttributeDefaults::Attributes' has a wrong offset!"); \ +static_assert(offsetof(FAttributeDefaults, DefaultStartingTable) == 0x000008, "Member 'FAttributeDefaults::DefaultStartingTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityTargetData_LocationInfo \ +static_assert(alignof(FGameplayAbilityTargetData_LocationInfo) == 0x000010, "Wrong alignment on FGameplayAbilityTargetData_LocationInfo"); \ +static_assert(sizeof(FGameplayAbilityTargetData_LocationInfo) == 0x000110, "Wrong size on FGameplayAbilityTargetData_LocationInfo"); \ +static_assert(offsetof(FGameplayAbilityTargetData_LocationInfo, SourceLocation) == 0x000010, "Member 'FGameplayAbilityTargetData_LocationInfo::SourceLocation' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetData_LocationInfo, TargetLocation) == 0x000090, "Member 'FGameplayAbilityTargetData_LocationInfo::TargetLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilitySpecHandleAndPredictionKey \ +static_assert(alignof(FGameplayAbilitySpecHandleAndPredictionKey) == 0x000004, "Wrong alignment on FGameplayAbilitySpecHandleAndPredictionKey"); \ +static_assert(sizeof(FGameplayAbilitySpecHandleAndPredictionKey) == 0x000008, "Wrong size on FGameplayAbilitySpecHandleAndPredictionKey"); \ +static_assert(offsetof(FGameplayAbilitySpecHandleAndPredictionKey, AbilityHandle) == 0x000000, "Member 'FGameplayAbilitySpecHandleAndPredictionKey::AbilityHandle' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecHandleAndPredictionKey, PredictionKeyAtCreation) == 0x000004, "Member 'FGameplayAbilitySpecHandleAndPredictionKey::PredictionKeyAtCreation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAbilityTaskDebugMessage \ +static_assert(alignof(FAbilityTaskDebugMessage) == 0x000008, "Wrong alignment on FAbilityTaskDebugMessage"); \ +static_assert(sizeof(FAbilityTaskDebugMessage) == 0x000018, "Wrong size on FAbilityTaskDebugMessage"); \ +static_assert(offsetof(FAbilityTaskDebugMessage, FromTask) == 0x000000, "Member 'FAbilityTaskDebugMessage::FromTask' has a wrong offset!"); \ +static_assert(offsetof(FAbilityTaskDebugMessage, Message) == 0x000008, "Member 'FAbilityTaskDebugMessage::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityActorInfo \ +static_assert(alignof(FGameplayAbilityActorInfo) == 0x000008, "Wrong alignment on FGameplayAbilityActorInfo"); \ +static_assert(sizeof(FGameplayAbilityActorInfo) == 0x000050, "Wrong size on FGameplayAbilityActorInfo"); \ +static_assert(offsetof(FGameplayAbilityActorInfo, OwnerActor) == 0x000008, "Member 'FGameplayAbilityActorInfo::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityActorInfo, AvatarActor) == 0x000010, "Member 'FGameplayAbilityActorInfo::AvatarActor' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityActorInfo, PlayerController) == 0x000018, "Member 'FGameplayAbilityActorInfo::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityActorInfo, AbilitySystemComponent) == 0x000020, "Member 'FGameplayAbilityActorInfo::AbilitySystemComponent' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityActorInfo, SkeletalMeshComponent) == 0x000028, "Member 'FGameplayAbilityActorInfo::SkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityActorInfo, AnimInstance) == 0x000030, "Member 'FGameplayAbilityActorInfo::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityActorInfo, MovementComponent) == 0x000038, "Member 'FGameplayAbilityActorInfo::MovementComponent' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityActorInfo, AffectedAnimInstanceTag) == 0x000040, "Member 'FGameplayAbilityActorInfo::AffectedAnimInstanceTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldReticleParameters \ +static_assert(alignof(FWorldReticleParameters) == 0x000004, "Wrong alignment on FWorldReticleParameters"); \ +static_assert(sizeof(FWorldReticleParameters) == 0x00000C, "Wrong size on FWorldReticleParameters"); \ +static_assert(offsetof(FWorldReticleParameters, AOEScale) == 0x000000, "Member 'FWorldReticleParameters::AOEScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPreallocationInfo \ +static_assert(alignof(FPreallocationInfo) == 0x000008, "Wrong alignment on FPreallocationInfo"); \ +static_assert(sizeof(FPreallocationInfo) == 0x000068, "Wrong size on FPreallocationInfo"); \ +static_assert(offsetof(FPreallocationInfo, ClassesNeedingPreallocation) == 0x000050, "Member 'FPreallocationInfo::ClassesNeedingPreallocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueTag \ +static_assert(alignof(FGameplayCueTag) == 0x000004, "Wrong alignment on FGameplayCueTag"); \ +static_assert(sizeof(FGameplayCueTag) == 0x00000C, "Wrong size on FGameplayCueTag"); \ +static_assert(offsetof(FGameplayCueTag, GameplayCueTag) == 0x000000, "Member 'FGameplayCueTag::GameplayCueTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueObjectLibrary \ +static_assert(alignof(FGameplayCueObjectLibrary) == 0x000008, "Wrong alignment on FGameplayCueObjectLibrary"); \ +static_assert(sizeof(FGameplayCueObjectLibrary) == 0x000050, "Wrong size on FGameplayCueObjectLibrary"); \ +static_assert(offsetof(FGameplayCueObjectLibrary, Paths) == 0x000000, "Member 'FGameplayCueObjectLibrary::Paths' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueObjectLibrary, ActorObjectLibrary) == 0x000030, "Member 'FGameplayCueObjectLibrary::ActorObjectLibrary' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueObjectLibrary, StaticObjectLibrary) == 0x000038, "Member 'FGameplayCueObjectLibrary::StaticObjectLibrary' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueObjectLibrary, CueSet) == 0x000040, "Member 'FGameplayCueObjectLibrary::CueSet' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueObjectLibrary, bShouldSyncScan) == 0x00004C, "Member 'FGameplayCueObjectLibrary::bShouldSyncScan' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueObjectLibrary, bShouldAsyncLoad) == 0x00004D, "Member 'FGameplayCueObjectLibrary::bShouldAsyncLoad' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueObjectLibrary, bShouldSyncLoad) == 0x00004E, "Member 'FGameplayCueObjectLibrary::bShouldSyncLoad' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueObjectLibrary, bHasBeenInitialized) == 0x00004F, "Member 'FGameplayCueObjectLibrary::bHasBeenInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueTranslationLink \ +static_assert(alignof(FGameplayCueTranslationLink) == 0x000008, "Wrong alignment on FGameplayCueTranslationLink"); \ +static_assert(sizeof(FGameplayCueTranslationLink) == 0x000018, "Wrong size on FGameplayCueTranslationLink"); \ +static_assert(offsetof(FGameplayCueTranslationLink, RulesCDO) == 0x000000, "Member 'FGameplayCueTranslationLink::RulesCDO' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueTranslatorNodeIndex \ +static_assert(alignof(FGameplayCueTranslatorNodeIndex) == 0x000004, "Wrong alignment on FGameplayCueTranslatorNodeIndex"); \ +static_assert(sizeof(FGameplayCueTranslatorNodeIndex) == 0x000004, "Wrong size on FGameplayCueTranslatorNodeIndex"); \ +static_assert(offsetof(FGameplayCueTranslatorNodeIndex, Index) == 0x000000, "Member 'FGameplayCueTranslatorNodeIndex::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueTranslatorNode \ +static_assert(alignof(FGameplayCueTranslatorNode) == 0x000008, "Wrong alignment on FGameplayCueTranslatorNode"); \ +static_assert(sizeof(FGameplayCueTranslatorNode) == 0x000080, "Wrong size on FGameplayCueTranslatorNode"); \ +static_assert(offsetof(FGameplayCueTranslatorNode, Links) == 0x000000, "Member 'FGameplayCueTranslatorNode::Links' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueTranslatorNode, CachedIndex) == 0x000010, "Member 'FGameplayCueTranslatorNode::CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueTranslatorNode, CachedGameplayTag) == 0x000014, "Member 'FGameplayCueTranslatorNode::CachedGameplayTag' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueTranslatorNode, CachedGameplayTagName) == 0x000020, "Member 'FGameplayCueTranslatorNode::CachedGameplayTagName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueTranslationManager \ +static_assert(alignof(FGameplayCueTranslationManager) == 0x000008, "Wrong alignment on FGameplayCueTranslationManager"); \ +static_assert(sizeof(FGameplayCueTranslationManager) == 0x000080, "Wrong size on FGameplayCueTranslationManager"); \ +static_assert(offsetof(FGameplayCueTranslationManager, TranslationLUT) == 0x000000, "Member 'FGameplayCueTranslationManager::TranslationLUT' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueTranslationManager, TranslationNameToIndexMap) == 0x000010, "Member 'FGameplayCueTranslationManager::TranslationNameToIndexMap' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueTranslationManager, TagManager) == 0x000060, "Member 'FGameplayCueTranslationManager::TagManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInheritedTagContainer \ +static_assert(alignof(FInheritedTagContainer) == 0x000008, "Wrong alignment on FInheritedTagContainer"); \ +static_assert(sizeof(FInheritedTagContainer) == 0x000060, "Wrong size on FInheritedTagContainer"); \ +static_assert(offsetof(FInheritedTagContainer, CombinedTags) == 0x000000, "Member 'FInheritedTagContainer::CombinedTags' has a wrong offset!"); \ +static_assert(offsetof(FInheritedTagContainer, Added) == 0x000020, "Member 'FInheritedTagContainer::Added' has a wrong offset!"); \ +static_assert(offsetof(FInheritedTagContainer, Removed) == 0x000040, "Member 'FInheritedTagContainer::Removed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectCue \ +static_assert(alignof(FGameplayEffectCue) == 0x000008, "Wrong alignment on FGameplayEffectCue"); \ +static_assert(sizeof(FGameplayEffectCue) == 0x000060, "Wrong size on FGameplayEffectCue"); \ +static_assert(offsetof(FGameplayEffectCue, MagnitudeAttribute) == 0x000000, "Member 'FGameplayEffectCue::MagnitudeAttribute' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectCue, MinLevel) == 0x000038, "Member 'FGameplayEffectCue::MinLevel' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectCue, MaxLevel) == 0x00003C, "Member 'FGameplayEffectCue::MaxLevel' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectCue, GameplayCueTags) == 0x000040, "Member 'FGameplayEffectCue::GameplayCueTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayModEvaluationChannelSettings \ +static_assert(alignof(FGameplayModEvaluationChannelSettings) == 0x000001, "Wrong alignment on FGameplayModEvaluationChannelSettings"); \ +static_assert(sizeof(FGameplayModEvaluationChannelSettings) == 0x000001, "Wrong size on FGameplayModEvaluationChannelSettings"); \ +static_assert(offsetof(FGameplayModEvaluationChannelSettings, Channel) == 0x000000, "Member 'FGameplayModEvaluationChannelSettings::Channel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAttributeBasedFloat \ +static_assert(alignof(FAttributeBasedFloat) == 0x000008, "Wrong alignment on FAttributeBasedFloat"); \ +static_assert(sizeof(FAttributeBasedFloat) == 0x000148, "Wrong size on FAttributeBasedFloat"); \ +static_assert(offsetof(FAttributeBasedFloat, Coefficient) == 0x000000, "Member 'FAttributeBasedFloat::Coefficient' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, PreMultiplyAdditiveValue) == 0x000038, "Member 'FAttributeBasedFloat::PreMultiplyAdditiveValue' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, PostMultiplyAdditiveValue) == 0x000070, "Member 'FAttributeBasedFloat::PostMultiplyAdditiveValue' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, BackingAttribute) == 0x0000A8, "Member 'FAttributeBasedFloat::BackingAttribute' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, AttributeCurve) == 0x0000E8, "Member 'FAttributeBasedFloat::AttributeCurve' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, AttributeCalculationType) == 0x000100, "Member 'FAttributeBasedFloat::AttributeCalculationType' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, FinalChannel) == 0x000101, "Member 'FAttributeBasedFloat::FinalChannel' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, SourceTagFilter) == 0x000108, "Member 'FAttributeBasedFloat::SourceTagFilter' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, TargetTagFilter) == 0x000128, "Member 'FAttributeBasedFloat::TargetTagFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomCalculationBasedFloat \ +static_assert(alignof(FCustomCalculationBasedFloat) == 0x000008, "Wrong alignment on FCustomCalculationBasedFloat"); \ +static_assert(sizeof(FCustomCalculationBasedFloat) == 0x0000C8, "Wrong size on FCustomCalculationBasedFloat"); \ +static_assert(offsetof(FCustomCalculationBasedFloat, CalculationClassMagnitude) == 0x000000, "Member 'FCustomCalculationBasedFloat::CalculationClassMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FCustomCalculationBasedFloat, Coefficient) == 0x000008, "Member 'FCustomCalculationBasedFloat::Coefficient' has a wrong offset!"); \ +static_assert(offsetof(FCustomCalculationBasedFloat, PreMultiplyAdditiveValue) == 0x000040, "Member 'FCustomCalculationBasedFloat::PreMultiplyAdditiveValue' has a wrong offset!"); \ +static_assert(offsetof(FCustomCalculationBasedFloat, PostMultiplyAdditiveValue) == 0x000078, "Member 'FCustomCalculationBasedFloat::PostMultiplyAdditiveValue' has a wrong offset!"); \ +static_assert(offsetof(FCustomCalculationBasedFloat, FinalLookupCurve) == 0x0000B0, "Member 'FCustomCalculationBasedFloat::FinalLookupCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetByCallerFloat \ +static_assert(alignof(FSetByCallerFloat) == 0x000004, "Wrong alignment on FSetByCallerFloat"); \ +static_assert(sizeof(FSetByCallerFloat) == 0x000018, "Wrong size on FSetByCallerFloat"); \ +static_assert(offsetof(FSetByCallerFloat, DataName) == 0x000000, "Member 'FSetByCallerFloat::DataName' has a wrong offset!"); \ +static_assert(offsetof(FSetByCallerFloat, DataTag) == 0x00000C, "Member 'FSetByCallerFloat::DataTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectModifierMagnitude \ +static_assert(alignof(FGameplayEffectModifierMagnitude) == 0x000008, "Wrong alignment on FGameplayEffectModifierMagnitude"); \ +static_assert(sizeof(FGameplayEffectModifierMagnitude) == 0x000268, "Wrong size on FGameplayEffectModifierMagnitude"); \ +static_assert(offsetof(FGameplayEffectModifierMagnitude, MagnitudeCalculationType) == 0x000000, "Member 'FGameplayEffectModifierMagnitude::MagnitudeCalculationType' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectModifierMagnitude, ScalableFloatMagnitude) == 0x000008, "Member 'FGameplayEffectModifierMagnitude::ScalableFloatMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectModifierMagnitude, AttributeBasedMagnitude) == 0x000040, "Member 'FGameplayEffectModifierMagnitude::AttributeBasedMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectModifierMagnitude, CustomMagnitude) == 0x000188, "Member 'FGameplayEffectModifierMagnitude::CustomMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectModifierMagnitude, SetByCallerMagnitude) == 0x000250, "Member 'FGameplayEffectModifierMagnitude::SetByCallerMagnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayModifierInfo \ +static_assert(alignof(FGameplayModifierInfo) == 0x000008, "Wrong alignment on FGameplayModifierInfo"); \ +static_assert(sizeof(FGameplayModifierInfo) == 0x000368, "Wrong size on FGameplayModifierInfo"); \ +static_assert(offsetof(FGameplayModifierInfo, Attribute) == 0x000000, "Member 'FGameplayModifierInfo::Attribute' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierInfo, ModifierOp) == 0x000038, "Member 'FGameplayModifierInfo::ModifierOp' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierInfo, Magnitude) == 0x000040, "Member 'FGameplayModifierInfo::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierInfo, ModifierMagnitude) == 0x000078, "Member 'FGameplayModifierInfo::ModifierMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierInfo, EvaluationChannelSettings) == 0x0002E0, "Member 'FGameplayModifierInfo::EvaluationChannelSettings' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierInfo, SourceTags) == 0x0002E8, "Member 'FGameplayModifierInfo::SourceTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierInfo, TargetTags) == 0x000328, "Member 'FGameplayModifierInfo::TargetTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectExecutionScopedModifierInfo \ +static_assert(alignof(FGameplayEffectExecutionScopedModifierInfo) == 0x000008, "Wrong alignment on FGameplayEffectExecutionScopedModifierInfo"); \ +static_assert(sizeof(FGameplayEffectExecutionScopedModifierInfo) == 0x000340, "Wrong size on FGameplayEffectExecutionScopedModifierInfo"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, CapturedAttribute) == 0x000000, "Member 'FGameplayEffectExecutionScopedModifierInfo::CapturedAttribute' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, TransientAggregatorIdentifier) == 0x000040, "Member 'FGameplayEffectExecutionScopedModifierInfo::TransientAggregatorIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, AggregatorType) == 0x00004C, "Member 'FGameplayEffectExecutionScopedModifierInfo::AggregatorType' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, ModifierOp) == 0x00004D, "Member 'FGameplayEffectExecutionScopedModifierInfo::ModifierOp' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, ModifierMagnitude) == 0x000050, "Member 'FGameplayEffectExecutionScopedModifierInfo::ModifierMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, EvaluationChannelSettings) == 0x0002B8, "Member 'FGameplayEffectExecutionScopedModifierInfo::EvaluationChannelSettings' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, SourceTags) == 0x0002C0, "Member 'FGameplayEffectExecutionScopedModifierInfo::SourceTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, TargetTags) == 0x000300, "Member 'FGameplayEffectExecutionScopedModifierInfo::TargetTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectExecutionDefinition \ +static_assert(alignof(FGameplayEffectExecutionDefinition) == 0x000008, "Wrong alignment on FGameplayEffectExecutionDefinition"); \ +static_assert(sizeof(FGameplayEffectExecutionDefinition) == 0x000058, "Wrong size on FGameplayEffectExecutionDefinition"); \ +static_assert(offsetof(FGameplayEffectExecutionDefinition, CalculationClass) == 0x000000, "Member 'FGameplayEffectExecutionDefinition::CalculationClass' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionDefinition, PassedInTags) == 0x000008, "Member 'FGameplayEffectExecutionDefinition::PassedInTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionDefinition, CalculationModifiers) == 0x000028, "Member 'FGameplayEffectExecutionDefinition::CalculationModifiers' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionDefinition, ConditionalGameplayEffectClasses) == 0x000038, "Member 'FGameplayEffectExecutionDefinition::ConditionalGameplayEffectClasses' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionDefinition, ConditionalGameplayEffects) == 0x000048, "Member 'FGameplayEffectExecutionDefinition::ConditionalGameplayEffects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayModifierEvaluatedData \ +static_assert(alignof(FGameplayModifierEvaluatedData) == 0x000008, "Wrong alignment on FGameplayModifierEvaluatedData"); \ +static_assert(sizeof(FGameplayModifierEvaluatedData) == 0x000050, "Wrong size on FGameplayModifierEvaluatedData"); \ +static_assert(offsetof(FGameplayModifierEvaluatedData, Attribute) == 0x000000, "Member 'FGameplayModifierEvaluatedData::Attribute' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierEvaluatedData, ModifierOp) == 0x000038, "Member 'FGameplayModifierEvaluatedData::ModifierOp' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierEvaluatedData, Magnitude) == 0x00003C, "Member 'FGameplayModifierEvaluatedData::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierEvaluatedData, Handle) == 0x000040, "Member 'FGameplayModifierEvaluatedData::Handle' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierEvaluatedData, IsValid) == 0x000048, "Member 'FGameplayModifierEvaluatedData::IsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectCustomExecutionOutput \ +static_assert(alignof(FGameplayEffectCustomExecutionOutput) == 0x000008, "Wrong alignment on FGameplayEffectCustomExecutionOutput"); \ +static_assert(sizeof(FGameplayEffectCustomExecutionOutput) == 0x000018, "Wrong size on FGameplayEffectCustomExecutionOutput"); \ +static_assert(offsetof(FGameplayEffectCustomExecutionOutput, OutputModifiers) == 0x000000, "Member 'FGameplayEffectCustomExecutionOutput::OutputModifiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectCustomExecutionParameters \ +static_assert(alignof(FGameplayEffectCustomExecutionParameters) == 0x000008, "Wrong alignment on FGameplayEffectCustomExecutionParameters"); \ +static_assert(sizeof(FGameplayEffectCustomExecutionParameters) == 0x0000F0, "Wrong size on FGameplayEffectCustomExecutionParameters"); \ + +#define DUMPER7_ASSERTS_FGameplayTagBlueprintPropertyMapping \ +static_assert(alignof(FGameplayTagBlueprintPropertyMapping) == 0x000008, "Wrong alignment on FGameplayTagBlueprintPropertyMapping"); \ +static_assert(sizeof(FGameplayTagBlueprintPropertyMapping) == 0x000058, "Wrong size on FGameplayTagBlueprintPropertyMapping"); \ +static_assert(offsetof(FGameplayTagBlueprintPropertyMapping, TagToMap) == 0x000000, "Member 'FGameplayTagBlueprintPropertyMapping::TagToMap' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagBlueprintPropertyMapping, PropertyToEdit) == 0x000010, "Member 'FGameplayTagBlueprintPropertyMapping::PropertyToEdit' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagBlueprintPropertyMapping, PropertyName) == 0x000030, "Member 'FGameplayTagBlueprintPropertyMapping::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagBlueprintPropertyMapping, PropertyGuid) == 0x00003C, "Member 'FGameplayTagBlueprintPropertyMapping::PropertyGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagBlueprintPropertyMap \ +static_assert(alignof(FGameplayTagBlueprintPropertyMap) == 0x000008, "Wrong alignment on FGameplayTagBlueprintPropertyMap"); \ +static_assert(sizeof(FGameplayTagBlueprintPropertyMap) == 0x000020, "Wrong size on FGameplayTagBlueprintPropertyMap"); \ +static_assert(offsetof(FGameplayTagBlueprintPropertyMap, PropertyMappings) == 0x000010, "Member 'FGameplayTagBlueprintPropertyMap::PropertyMappings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectContext \ +static_assert(alignof(FGameplayEffectContext) == 0x000008, "Wrong alignment on FGameplayEffectContext"); \ +static_assert(sizeof(FGameplayEffectContext) == 0x000070, "Wrong size on FGameplayEffectContext"); \ +static_assert(offsetof(FGameplayEffectContext, Instigator) == 0x000008, "Member 'FGameplayEffectContext::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectContext, EffectCauser) == 0x000010, "Member 'FGameplayEffectContext::EffectCauser' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectContext, AbilityCDO) == 0x000018, "Member 'FGameplayEffectContext::AbilityCDO' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectContext, AbilityInstanceNotReplicated) == 0x000020, "Member 'FGameplayEffectContext::AbilityInstanceNotReplicated' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectContext, AbilityLevel) == 0x000028, "Member 'FGameplayEffectContext::AbilityLevel' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectContext, SourceObject) == 0x00002C, "Member 'FGameplayEffectContext::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectContext, InstigatorAbilitySystemComponent) == 0x000034, "Member 'FGameplayEffectContext::InstigatorAbilitySystemComponent' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectContext, Actors) == 0x000040, "Member 'FGameplayEffectContext::Actors' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectContext, WorldOrigin) == 0x000060, "Member 'FGameplayEffectContext::WorldOrigin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagReponsePair \ +static_assert(alignof(FGameplayTagReponsePair) == 0x000008, "Wrong alignment on FGameplayTagReponsePair"); \ +static_assert(sizeof(FGameplayTagReponsePair) == 0x000030, "Wrong size on FGameplayTagReponsePair"); \ +static_assert(offsetof(FGameplayTagReponsePair, Tag) == 0x000000, "Member 'FGameplayTagReponsePair::Tag' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagReponsePair, ResponseGameplayEffect) == 0x000010, "Member 'FGameplayTagReponsePair::ResponseGameplayEffect' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagReponsePair, ResponseGameplayEffects) == 0x000018, "Member 'FGameplayTagReponsePair::ResponseGameplayEffects' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagReponsePair, SoftCountCap) == 0x000028, "Member 'FGameplayTagReponsePair::SoftCountCap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagResponseTableEntry \ +static_assert(alignof(FGameplayTagResponseTableEntry) == 0x000008, "Wrong alignment on FGameplayTagResponseTableEntry"); \ +static_assert(sizeof(FGameplayTagResponseTableEntry) == 0x000060, "Wrong size on FGameplayTagResponseTableEntry"); \ +static_assert(offsetof(FGameplayTagResponseTableEntry, Positive) == 0x000000, "Member 'FGameplayTagResponseTableEntry::Positive' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagResponseTableEntry, Negative) == 0x000030, "Member 'FGameplayTagResponseTableEntry::Negative' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGameplayCueKey \ +static_assert(alignof(FMovieSceneGameplayCueKey) == 0x000008, "Wrong alignment on FMovieSceneGameplayCueKey"); \ +static_assert(sizeof(FMovieSceneGameplayCueKey) == 0x000080, "Wrong size on FMovieSceneGameplayCueKey"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, Cue) == 0x000000, "Member 'FMovieSceneGameplayCueKey::Cue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, Location) == 0x00000C, "Member 'FMovieSceneGameplayCueKey::Location' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, Normal) == 0x000018, "Member 'FMovieSceneGameplayCueKey::Normal' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, AttachSocketName) == 0x000024, "Member 'FMovieSceneGameplayCueKey::AttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, NormalizedMagnitude) == 0x000030, "Member 'FMovieSceneGameplayCueKey::NormalizedMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, Instigator) == 0x000034, "Member 'FMovieSceneGameplayCueKey::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, EffectCauser) == 0x00004C, "Member 'FMovieSceneGameplayCueKey::EffectCauser' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, PhysicalMaterial) == 0x000068, "Member 'FMovieSceneGameplayCueKey::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, GameplayEffectLevel) == 0x000070, "Member 'FMovieSceneGameplayCueKey::GameplayEffectLevel' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, AbilityLevel) == 0x000074, "Member 'FMovieSceneGameplayCueKey::AbilityLevel' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, bAttachToBinding) == 0x000078, "Member 'FMovieSceneGameplayCueKey::bAttachToBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGameplayCueChannel \ +static_assert(alignof(FMovieSceneGameplayCueChannel) == 0x000008, "Wrong alignment on FMovieSceneGameplayCueChannel"); \ +static_assert(sizeof(FMovieSceneGameplayCueChannel) == 0x000088, "Wrong size on FMovieSceneGameplayCueChannel"); \ +static_assert(offsetof(FMovieSceneGameplayCueChannel, KeyTimes) == 0x000008, "Member 'FMovieSceneGameplayCueChannel::KeyTimes' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueChannel, KeyValues) == 0x000018, "Member 'FMovieSceneGameplayCueChannel::KeyValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityAsync \ +static_assert(alignof(UAbilityAsync) == 0x000008, "Wrong alignment on UAbilityAsync"); \ +static_assert(sizeof(UAbilityAsync) == 0x000040, "Wrong size on UAbilityAsync"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf \ +static_assert(alignof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf) == 0x000008, "Wrong alignment on AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf"); \ +static_assert(sizeof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf) == 0x000018, "Wrong size on AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf, SpecHandle) == 0x000000, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf, ReturnValue) == 0x000010, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget \ +static_assert(alignof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget) == 0x000008, "Wrong alignment on AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget"); \ +static_assert(sizeof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget) == 0x000020, "Wrong size on AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget, SpecHandle) == 0x000000, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget, Target) == 0x000010, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget::Target' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget, ReturnValue) == 0x000018, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_BP_ApplyGameplayEffectToSelf \ +static_assert(alignof(AbilitySystemComponent_BP_ApplyGameplayEffectToSelf) == 0x000008, "Wrong alignment on AbilitySystemComponent_BP_ApplyGameplayEffectToSelf"); \ +static_assert(sizeof(AbilitySystemComponent_BP_ApplyGameplayEffectToSelf) == 0x000030, "Wrong size on AbilitySystemComponent_BP_ApplyGameplayEffectToSelf"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToSelf, GameplayEffectClass) == 0x000000, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToSelf::GameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToSelf, Level) == 0x000008, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToSelf::Level' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToSelf, EffectContext) == 0x000010, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToSelf::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToSelf, ReturnValue) == 0x000028, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToSelf::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_BP_ApplyGameplayEffectToTarget \ +static_assert(alignof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget) == 0x000008, "Wrong alignment on AbilitySystemComponent_BP_ApplyGameplayEffectToTarget"); \ +static_assert(sizeof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget) == 0x000038, "Wrong size on AbilitySystemComponent_BP_ApplyGameplayEffectToTarget"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget, GameplayEffectClass) == 0x000000, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToTarget::GameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget, Target) == 0x000008, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToTarget::Target' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget, Level) == 0x000010, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToTarget::Level' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget, Context) == 0x000018, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToTarget::Context' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget, ReturnValue) == 0x000030, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClientActivateAbilityFailed \ +static_assert(alignof(AbilitySystemComponent_ClientActivateAbilityFailed) == 0x000004, "Wrong alignment on AbilitySystemComponent_ClientActivateAbilityFailed"); \ +static_assert(sizeof(AbilitySystemComponent_ClientActivateAbilityFailed) == 0x000008, "Wrong size on AbilitySystemComponent_ClientActivateAbilityFailed"); \ +static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilityFailed, AbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_ClientActivateAbilityFailed::AbilityToActivate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilityFailed, PredictionKey) == 0x000004, "Member 'AbilitySystemComponent_ClientActivateAbilityFailed::PredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClientActivateAbilitySucceed \ +static_assert(alignof(AbilitySystemComponent_ClientActivateAbilitySucceed) == 0x000008, "Wrong alignment on AbilitySystemComponent_ClientActivateAbilitySucceed"); \ +static_assert(sizeof(AbilitySystemComponent_ClientActivateAbilitySucceed) == 0x000018, "Wrong size on AbilitySystemComponent_ClientActivateAbilitySucceed"); \ +static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilitySucceed, AbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_ClientActivateAbilitySucceed::AbilityToActivate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilitySucceed, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ClientActivateAbilitySucceed::PredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData \ +static_assert(alignof(AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData) == 0x000008, "Wrong alignment on AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData"); \ +static_assert(sizeof(AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData) == 0x0000D0, "Wrong size on AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData"); \ +static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData, AbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData::AbilityToActivate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData, TriggerEventData) == 0x000018, "Member 'AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData::TriggerEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClientCancelAbility \ +static_assert(alignof(AbilitySystemComponent_ClientCancelAbility) == 0x000008, "Wrong alignment on AbilitySystemComponent_ClientCancelAbility"); \ +static_assert(sizeof(AbilitySystemComponent_ClientCancelAbility) == 0x000020, "Wrong size on AbilitySystemComponent_ClientCancelAbility"); \ +static_assert(offsetof(AbilitySystemComponent_ClientCancelAbility, AbilityToCancel) == 0x000000, "Member 'AbilitySystemComponent_ClientCancelAbility::AbilityToCancel' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientCancelAbility, ActivationInfo) == 0x000008, "Member 'AbilitySystemComponent_ClientCancelAbility::ActivationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClientEndAbility \ +static_assert(alignof(AbilitySystemComponent_ClientEndAbility) == 0x000008, "Wrong alignment on AbilitySystemComponent_ClientEndAbility"); \ +static_assert(sizeof(AbilitySystemComponent_ClientEndAbility) == 0x000020, "Wrong size on AbilitySystemComponent_ClientEndAbility"); \ +static_assert(offsetof(AbilitySystemComponent_ClientEndAbility, AbilityToEnd) == 0x000000, "Member 'AbilitySystemComponent_ClientEndAbility::AbilityToEnd' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientEndAbility, ActivationInfo) == 0x000008, "Member 'AbilitySystemComponent_ClientEndAbility::ActivationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClientPrintDebug_Response \ +static_assert(alignof(AbilitySystemComponent_ClientPrintDebug_Response) == 0x000008, "Wrong alignment on AbilitySystemComponent_ClientPrintDebug_Response"); \ +static_assert(sizeof(AbilitySystemComponent_ClientPrintDebug_Response) == 0x000018, "Wrong size on AbilitySystemComponent_ClientPrintDebug_Response"); \ +static_assert(offsetof(AbilitySystemComponent_ClientPrintDebug_Response, Strings) == 0x000000, "Member 'AbilitySystemComponent_ClientPrintDebug_Response::Strings' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientPrintDebug_Response, GameFlags) == 0x000010, "Member 'AbilitySystemComponent_ClientPrintDebug_Response::GameFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClientSetReplicatedEvent \ +static_assert(alignof(AbilitySystemComponent_ClientSetReplicatedEvent) == 0x000008, "Wrong alignment on AbilitySystemComponent_ClientSetReplicatedEvent"); \ +static_assert(sizeof(AbilitySystemComponent_ClientSetReplicatedEvent) == 0x000018, "Wrong size on AbilitySystemComponent_ClientSetReplicatedEvent"); \ +static_assert(offsetof(AbilitySystemComponent_ClientSetReplicatedEvent, EventType) == 0x000000, "Member 'AbilitySystemComponent_ClientSetReplicatedEvent::EventType' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientSetReplicatedEvent, AbilityHandle) == 0x000004, "Member 'AbilitySystemComponent_ClientSetReplicatedEvent::AbilityHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientSetReplicatedEvent, AbilityOriginalPredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ClientSetReplicatedEvent::AbilityOriginalPredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClientTryActivateAbility \ +static_assert(alignof(AbilitySystemComponent_ClientTryActivateAbility) == 0x000004, "Wrong alignment on AbilitySystemComponent_ClientTryActivateAbility"); \ +static_assert(sizeof(AbilitySystemComponent_ClientTryActivateAbility) == 0x000004, "Wrong size on AbilitySystemComponent_ClientTryActivateAbility"); \ +static_assert(offsetof(AbilitySystemComponent_ClientTryActivateAbility, AbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_ClientTryActivateAbility::AbilityToActivate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_GetGameplayEffectCount \ +static_assert(alignof(AbilitySystemComponent_GetGameplayEffectCount) == 0x000008, "Wrong alignment on AbilitySystemComponent_GetGameplayEffectCount"); \ +static_assert(sizeof(AbilitySystemComponent_GetGameplayEffectCount) == 0x000018, "Wrong size on AbilitySystemComponent_GetGameplayEffectCount"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectCount, SourceGameplayEffect) == 0x000000, "Member 'AbilitySystemComponent_GetGameplayEffectCount::SourceGameplayEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectCount, OptionalInstigatorFilterComponent) == 0x000008, "Member 'AbilitySystemComponent_GetGameplayEffectCount::OptionalInstigatorFilterComponent' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectCount, bEnforceOnGoingCheck) == 0x000010, "Member 'AbilitySystemComponent_GetGameplayEffectCount::bEnforceOnGoingCheck' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectCount, ReturnValue) == 0x000014, "Member 'AbilitySystemComponent_GetGameplayEffectCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_K2_InitStats \ +static_assert(alignof(AbilitySystemComponent_K2_InitStats) == 0x000008, "Wrong alignment on AbilitySystemComponent_K2_InitStats"); \ +static_assert(sizeof(AbilitySystemComponent_K2_InitStats) == 0x000010, "Wrong size on AbilitySystemComponent_K2_InitStats"); \ +static_assert(offsetof(AbilitySystemComponent_K2_InitStats, Attributes) == 0x000000, "Member 'AbilitySystemComponent_K2_InitStats::Attributes' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_K2_InitStats, DataTable) == 0x000008, "Member 'AbilitySystemComponent_K2_InitStats::DataTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_Multicast_SetAvatarActor \ +static_assert(alignof(AbilitySystemComponent_Multicast_SetAvatarActor) == 0x000008, "Wrong alignment on AbilitySystemComponent_Multicast_SetAvatarActor"); \ +static_assert(sizeof(AbilitySystemComponent_Multicast_SetAvatarActor) == 0x000008, "Wrong size on AbilitySystemComponent_Multicast_SetAvatarActor"); \ +static_assert(offsetof(AbilitySystemComponent_Multicast_SetAvatarActor, NewAvatarActor) == 0x000000, "Member 'AbilitySystemComponent_Multicast_SetAvatarActor::NewAvatarActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_Multicast_SetOwnerActor \ +static_assert(alignof(AbilitySystemComponent_Multicast_SetOwnerActor) == 0x000008, "Wrong alignment on AbilitySystemComponent_Multicast_SetOwnerActor"); \ +static_assert(sizeof(AbilitySystemComponent_Multicast_SetOwnerActor) == 0x000008, "Wrong size on AbilitySystemComponent_Multicast_SetOwnerActor"); \ +static_assert(offsetof(AbilitySystemComponent_Multicast_SetOwnerActor, NewOwnerActor) == 0x000000, "Member 'AbilitySystemComponent_Multicast_SetOwnerActor::NewOwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_Multicast_SetOwnerAvatarActor \ +static_assert(alignof(AbilitySystemComponent_Multicast_SetOwnerAvatarActor) == 0x000008, "Wrong alignment on AbilitySystemComponent_Multicast_SetOwnerAvatarActor"); \ +static_assert(sizeof(AbilitySystemComponent_Multicast_SetOwnerAvatarActor) == 0x000010, "Wrong size on AbilitySystemComponent_Multicast_SetOwnerAvatarActor"); \ +static_assert(offsetof(AbilitySystemComponent_Multicast_SetOwnerAvatarActor, NewOwnerActor) == 0x000000, "Member 'AbilitySystemComponent_Multicast_SetOwnerAvatarActor::NewOwnerActor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_Multicast_SetOwnerAvatarActor, NewAvatarActor) == 0x000008, "Member 'AbilitySystemComponent_Multicast_SetOwnerAvatarActor::NewAvatarActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded) == 0x000038, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded, GameplayCueTag) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded, PredictionKey) == 0x000010, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded, EffectContext) == 0x000020, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded::EffectContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams) == 0x0000E8, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams, GameplayCueTag) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams, PredictionKey) == 0x000010, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams, Parameters) == 0x000020, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec) == 0x000090, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec, Spec) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec::Spec' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec, PredictionKey) == 0x000080, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec::PredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams) == 0x0000E8, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams, GameplayCueTag) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams, PredictionKey) == 0x000010, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams, GameplayCueParameters) == 0x000020, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams::GameplayCueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted) == 0x000038, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted, GameplayCueTag) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted, PredictionKey) == 0x000010, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted, EffectContext) == 0x000020, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted::EffectContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec) == 0x000090, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec, Spec) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec::Spec' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec, PredictionKey) == 0x000080, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec::PredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams) == 0x0000E8, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams, GameplayCueTag) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams, PredictionKey) == 0x000010, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams, GameplayCueParameters) == 0x000020, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams::GameplayCueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams) == 0x0000F8, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams, GameplayCueTags) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams::GameplayCueTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams, PredictionKey) == 0x000020, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams, GameplayCueParameters) == 0x000030, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams::GameplayCueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted) == 0x000048, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted, GameplayCueTags) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted::GameplayCueTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted, PredictionKey) == 0x000020, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted, EffectContext) == 0x000030, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted::EffectContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams) == 0x0000F8, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams, GameplayCueTags) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams::GameplayCueTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams, PredictionKey) == 0x000020, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams, GameplayCueParameters) == 0x000030, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams::GameplayCueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags \ +static_assert(alignof(AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags) == 0x000008, "Wrong alignment on AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags"); \ +static_assert(sizeof(AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags) == 0x000028, "Wrong size on AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags, Tags) == 0x000000, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags::Tags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags, ReturnValue) == 0x000020, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags \ +static_assert(alignof(AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags) == 0x000008, "Wrong alignment on AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags"); \ +static_assert(sizeof(AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags) == 0x000028, "Wrong size on AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags, Tags) == 0x000000, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags::Tags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags, ReturnValue) == 0x000020, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_RemoveActiveEffectsWithSourceTags \ +static_assert(alignof(AbilitySystemComponent_RemoveActiveEffectsWithSourceTags) == 0x000008, "Wrong alignment on AbilitySystemComponent_RemoveActiveEffectsWithSourceTags"); \ +static_assert(sizeof(AbilitySystemComponent_RemoveActiveEffectsWithSourceTags) == 0x000028, "Wrong size on AbilitySystemComponent_RemoveActiveEffectsWithSourceTags"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithSourceTags, Tags) == 0x000000, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithSourceTags::Tags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithSourceTags, ReturnValue) == 0x000020, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithSourceTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_RemoveActiveEffectsWithTags \ +static_assert(alignof(AbilitySystemComponent_RemoveActiveEffectsWithTags) == 0x000008, "Wrong alignment on AbilitySystemComponent_RemoveActiveEffectsWithTags"); \ +static_assert(sizeof(AbilitySystemComponent_RemoveActiveEffectsWithTags) == 0x000028, "Wrong size on AbilitySystemComponent_RemoveActiveEffectsWithTags"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithTags, Tags) == 0x000000, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithTags::Tags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithTags, ReturnValue) == 0x000020, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_RemoveActiveGameplayEffect \ +static_assert(alignof(AbilitySystemComponent_RemoveActiveGameplayEffect) == 0x000004, "Wrong alignment on AbilitySystemComponent_RemoveActiveGameplayEffect"); \ +static_assert(sizeof(AbilitySystemComponent_RemoveActiveGameplayEffect) == 0x000010, "Wrong size on AbilitySystemComponent_RemoveActiveGameplayEffect"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveGameplayEffect, Handle) == 0x000000, "Member 'AbilitySystemComponent_RemoveActiveGameplayEffect::Handle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveGameplayEffect, StacksToRemove) == 0x000008, "Member 'AbilitySystemComponent_RemoveActiveGameplayEffect::StacksToRemove' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveGameplayEffect, ReturnValue) == 0x00000C, "Member 'AbilitySystemComponent_RemoveActiveGameplayEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect \ +static_assert(alignof(AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect) == 0x000008, "Wrong alignment on AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect"); \ +static_assert(sizeof(AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect) == 0x000018, "Wrong size on AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect, GameplayEffect) == 0x000000, "Member 'AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect::GameplayEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect, InstigatorAbilitySystemComponent) == 0x000008, "Member 'AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect::InstigatorAbilitySystemComponent' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect, StacksToRemove) == 0x000010, "Member 'AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect::StacksToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerAbilityRPCBatch \ +static_assert(alignof(AbilitySystemComponent_ServerAbilityRPCBatch) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerAbilityRPCBatch"); \ +static_assert(sizeof(AbilitySystemComponent_ServerAbilityRPCBatch) == 0x000048, "Wrong size on AbilitySystemComponent_ServerAbilityRPCBatch"); \ +static_assert(offsetof(AbilitySystemComponent_ServerAbilityRPCBatch, BatchInfo) == 0x000000, "Member 'AbilitySystemComponent_ServerAbilityRPCBatch::BatchInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerCancelAbility \ +static_assert(alignof(AbilitySystemComponent_ServerCancelAbility) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerCancelAbility"); \ +static_assert(sizeof(AbilitySystemComponent_ServerCancelAbility) == 0x000020, "Wrong size on AbilitySystemComponent_ServerCancelAbility"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCancelAbility, AbilityToCancel) == 0x000000, "Member 'AbilitySystemComponent_ServerCancelAbility::AbilityToCancel' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCancelAbility, ActivationInfo) == 0x000008, "Member 'AbilitySystemComponent_ServerCancelAbility::ActivationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerCurrentMontageJumpToSectionName \ +static_assert(alignof(AbilitySystemComponent_ServerCurrentMontageJumpToSectionName) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerCurrentMontageJumpToSectionName"); \ +static_assert(sizeof(AbilitySystemComponent_ServerCurrentMontageJumpToSectionName) == 0x000018, "Wrong size on AbilitySystemComponent_ServerCurrentMontageJumpToSectionName"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageJumpToSectionName, ClientAnimMontage) == 0x000000, "Member 'AbilitySystemComponent_ServerCurrentMontageJumpToSectionName::ClientAnimMontage' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageJumpToSectionName, SectionName) == 0x000008, "Member 'AbilitySystemComponent_ServerCurrentMontageJumpToSectionName::SectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerCurrentMontageSetNextSectionName \ +static_assert(alignof(AbilitySystemComponent_ServerCurrentMontageSetNextSectionName) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerCurrentMontageSetNextSectionName"); \ +static_assert(sizeof(AbilitySystemComponent_ServerCurrentMontageSetNextSectionName) == 0x000028, "Wrong size on AbilitySystemComponent_ServerCurrentMontageSetNextSectionName"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageSetNextSectionName, ClientAnimMontage) == 0x000000, "Member 'AbilitySystemComponent_ServerCurrentMontageSetNextSectionName::ClientAnimMontage' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageSetNextSectionName, ClientPosition) == 0x000008, "Member 'AbilitySystemComponent_ServerCurrentMontageSetNextSectionName::ClientPosition' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageSetNextSectionName, SectionName) == 0x00000C, "Member 'AbilitySystemComponent_ServerCurrentMontageSetNextSectionName::SectionName' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageSetNextSectionName, NextSectionName) == 0x000018, "Member 'AbilitySystemComponent_ServerCurrentMontageSetNextSectionName::NextSectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerCurrentMontageSetPlayRate \ +static_assert(alignof(AbilitySystemComponent_ServerCurrentMontageSetPlayRate) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerCurrentMontageSetPlayRate"); \ +static_assert(sizeof(AbilitySystemComponent_ServerCurrentMontageSetPlayRate) == 0x000010, "Wrong size on AbilitySystemComponent_ServerCurrentMontageSetPlayRate"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageSetPlayRate, ClientAnimMontage) == 0x000000, "Member 'AbilitySystemComponent_ServerCurrentMontageSetPlayRate::ClientAnimMontage' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageSetPlayRate, InPlayRate) == 0x000008, "Member 'AbilitySystemComponent_ServerCurrentMontageSetPlayRate::InPlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerEndAbility \ +static_assert(alignof(AbilitySystemComponent_ServerEndAbility) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerEndAbility"); \ +static_assert(sizeof(AbilitySystemComponent_ServerEndAbility) == 0x000030, "Wrong size on AbilitySystemComponent_ServerEndAbility"); \ +static_assert(offsetof(AbilitySystemComponent_ServerEndAbility, AbilityToEnd) == 0x000000, "Member 'AbilitySystemComponent_ServerEndAbility::AbilityToEnd' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerEndAbility, ActivationInfo) == 0x000008, "Member 'AbilitySystemComponent_ServerEndAbility::ActivationInfo' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerEndAbility, PredictionKey) == 0x000020, "Member 'AbilitySystemComponent_ServerEndAbility::PredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerPrintDebug_RequestWithStrings \ +static_assert(alignof(AbilitySystemComponent_ServerPrintDebug_RequestWithStrings) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerPrintDebug_RequestWithStrings"); \ +static_assert(sizeof(AbilitySystemComponent_ServerPrintDebug_RequestWithStrings) == 0x000010, "Wrong size on AbilitySystemComponent_ServerPrintDebug_RequestWithStrings"); \ +static_assert(offsetof(AbilitySystemComponent_ServerPrintDebug_RequestWithStrings, Strings) == 0x000000, "Member 'AbilitySystemComponent_ServerPrintDebug_RequestWithStrings::Strings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerSetInputPressed \ +static_assert(alignof(AbilitySystemComponent_ServerSetInputPressed) == 0x000004, "Wrong alignment on AbilitySystemComponent_ServerSetInputPressed"); \ +static_assert(sizeof(AbilitySystemComponent_ServerSetInputPressed) == 0x000004, "Wrong size on AbilitySystemComponent_ServerSetInputPressed"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetInputPressed, AbilityHandle) == 0x000000, "Member 'AbilitySystemComponent_ServerSetInputPressed::AbilityHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerSetInputReleased \ +static_assert(alignof(AbilitySystemComponent_ServerSetInputReleased) == 0x000004, "Wrong alignment on AbilitySystemComponent_ServerSetInputReleased"); \ +static_assert(sizeof(AbilitySystemComponent_ServerSetInputReleased) == 0x000004, "Wrong size on AbilitySystemComponent_ServerSetInputReleased"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetInputReleased, AbilityHandle) == 0x000000, "Member 'AbilitySystemComponent_ServerSetInputReleased::AbilityHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerSetReplicatedEvent \ +static_assert(alignof(AbilitySystemComponent_ServerSetReplicatedEvent) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerSetReplicatedEvent"); \ +static_assert(sizeof(AbilitySystemComponent_ServerSetReplicatedEvent) == 0x000028, "Wrong size on AbilitySystemComponent_ServerSetReplicatedEvent"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEvent, EventType) == 0x000000, "Member 'AbilitySystemComponent_ServerSetReplicatedEvent::EventType' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEvent, AbilityHandle) == 0x000004, "Member 'AbilitySystemComponent_ServerSetReplicatedEvent::AbilityHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEvent, AbilityOriginalPredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ServerSetReplicatedEvent::AbilityOriginalPredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEvent, CurrentPredictionKey) == 0x000018, "Member 'AbilitySystemComponent_ServerSetReplicatedEvent::CurrentPredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerSetReplicatedEventWithPayload \ +static_assert(alignof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerSetReplicatedEventWithPayload"); \ +static_assert(sizeof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload) == 0x000038, "Wrong size on AbilitySystemComponent_ServerSetReplicatedEventWithPayload"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload, EventType) == 0x000000, "Member 'AbilitySystemComponent_ServerSetReplicatedEventWithPayload::EventType' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload, AbilityHandle) == 0x000004, "Member 'AbilitySystemComponent_ServerSetReplicatedEventWithPayload::AbilityHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload, AbilityOriginalPredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ServerSetReplicatedEventWithPayload::AbilityOriginalPredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload, CurrentPredictionKey) == 0x000018, "Member 'AbilitySystemComponent_ServerSetReplicatedEventWithPayload::CurrentPredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload, VectorPayload) == 0x000028, "Member 'AbilitySystemComponent_ServerSetReplicatedEventWithPayload::VectorPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerSetReplicatedTargetData \ +static_assert(alignof(AbilitySystemComponent_ServerSetReplicatedTargetData) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerSetReplicatedTargetData"); \ +static_assert(sizeof(AbilitySystemComponent_ServerSetReplicatedTargetData) == 0x000060, "Wrong size on AbilitySystemComponent_ServerSetReplicatedTargetData"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetData, AbilityHandle) == 0x000000, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetData::AbilityHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetData, AbilityOriginalPredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetData::AbilityOriginalPredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetData, ReplicatedTargetDataHandle) == 0x000018, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetData::ReplicatedTargetDataHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetData, ApplicationTag) == 0x000040, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetData::ApplicationTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetData, CurrentPredictionKey) == 0x000050, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetData::CurrentPredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled \ +static_assert(alignof(AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled"); \ +static_assert(sizeof(AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled) == 0x000028, "Wrong size on AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled, AbilityHandle) == 0x000000, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled::AbilityHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled, AbilityOriginalPredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled::AbilityOriginalPredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled, CurrentPredictionKey) == 0x000018, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled::CurrentPredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerTryActivateAbility \ +static_assert(alignof(AbilitySystemComponent_ServerTryActivateAbility) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerTryActivateAbility"); \ +static_assert(sizeof(AbilitySystemComponent_ServerTryActivateAbility) == 0x000018, "Wrong size on AbilitySystemComponent_ServerTryActivateAbility"); \ +static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbility, AbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_ServerTryActivateAbility::AbilityToActivate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbility, InputPressed) == 0x000004, "Member 'AbilitySystemComponent_ServerTryActivateAbility::InputPressed' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbility, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ServerTryActivateAbility::PredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerTryActivateAbilityWithEventData \ +static_assert(alignof(AbilitySystemComponent_ServerTryActivateAbilityWithEventData) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerTryActivateAbilityWithEventData"); \ +static_assert(sizeof(AbilitySystemComponent_ServerTryActivateAbilityWithEventData) == 0x0000D0, "Wrong size on AbilitySystemComponent_ServerTryActivateAbilityWithEventData"); \ +static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbilityWithEventData, AbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_ServerTryActivateAbilityWithEventData::AbilityToActivate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbilityWithEventData, InputPressed) == 0x000004, "Member 'AbilitySystemComponent_ServerTryActivateAbilityWithEventData::InputPressed' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbilityWithEventData, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ServerTryActivateAbilityWithEventData::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbilityWithEventData, TriggerEventData) == 0x000018, "Member 'AbilitySystemComponent_ServerTryActivateAbilityWithEventData::TriggerEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_SetActiveGameplayEffectLevel \ +static_assert(alignof(AbilitySystemComponent_SetActiveGameplayEffectLevel) == 0x000004, "Wrong alignment on AbilitySystemComponent_SetActiveGameplayEffectLevel"); \ +static_assert(sizeof(AbilitySystemComponent_SetActiveGameplayEffectLevel) == 0x00000C, "Wrong size on AbilitySystemComponent_SetActiveGameplayEffectLevel"); \ +static_assert(offsetof(AbilitySystemComponent_SetActiveGameplayEffectLevel, ActiveHandle) == 0x000000, "Member 'AbilitySystemComponent_SetActiveGameplayEffectLevel::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_SetActiveGameplayEffectLevel, NewLevel) == 0x000008, "Member 'AbilitySystemComponent_SetActiveGameplayEffectLevel::NewLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery \ +static_assert(alignof(AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery) == 0x000008, "Wrong alignment on AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery"); \ +static_assert(sizeof(AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery) == 0x000160, "Wrong size on AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery"); \ +static_assert(offsetof(AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery, Query) == 0x000000, "Member 'AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery::Query' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery, NewLevel) == 0x000158, "Member 'AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery::NewLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_SetUserAbilityActivationInhibited \ +static_assert(alignof(AbilitySystemComponent_SetUserAbilityActivationInhibited) == 0x000001, "Wrong alignment on AbilitySystemComponent_SetUserAbilityActivationInhibited"); \ +static_assert(sizeof(AbilitySystemComponent_SetUserAbilityActivationInhibited) == 0x000001, "Wrong size on AbilitySystemComponent_SetUserAbilityActivationInhibited"); \ +static_assert(offsetof(AbilitySystemComponent_SetUserAbilityActivationInhibited, NewInhibit) == 0x000000, "Member 'AbilitySystemComponent_SetUserAbilityActivationInhibited::NewInhibit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_TryActivateAbilitiesByTag \ +static_assert(alignof(AbilitySystemComponent_TryActivateAbilitiesByTag) == 0x000008, "Wrong alignment on AbilitySystemComponent_TryActivateAbilitiesByTag"); \ +static_assert(sizeof(AbilitySystemComponent_TryActivateAbilitiesByTag) == 0x000028, "Wrong size on AbilitySystemComponent_TryActivateAbilitiesByTag"); \ +static_assert(offsetof(AbilitySystemComponent_TryActivateAbilitiesByTag, GameplayTagContainer) == 0x000000, "Member 'AbilitySystemComponent_TryActivateAbilitiesByTag::GameplayTagContainer' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_TryActivateAbilitiesByTag, bAllowRemoteActivation) == 0x000020, "Member 'AbilitySystemComponent_TryActivateAbilitiesByTag::bAllowRemoteActivation' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_TryActivateAbilitiesByTag, ReturnValue) == 0x000021, "Member 'AbilitySystemComponent_TryActivateAbilitiesByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_TryActivateAbilityByClass \ +static_assert(alignof(AbilitySystemComponent_TryActivateAbilityByClass) == 0x000008, "Wrong alignment on AbilitySystemComponent_TryActivateAbilityByClass"); \ +static_assert(sizeof(AbilitySystemComponent_TryActivateAbilityByClass) == 0x000010, "Wrong size on AbilitySystemComponent_TryActivateAbilityByClass"); \ +static_assert(offsetof(AbilitySystemComponent_TryActivateAbilityByClass, InAbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_TryActivateAbilityByClass::InAbilityToActivate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_TryActivateAbilityByClass, bAllowRemoteActivation) == 0x000008, "Member 'AbilitySystemComponent_TryActivateAbilityByClass::bAllowRemoteActivation' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_TryActivateAbilityByClass, ReturnValue) == 0x000009, "Member 'AbilitySystemComponent_TryActivateAbilityByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_GetActiveEffects \ +static_assert(alignof(AbilitySystemComponent_GetActiveEffects) == 0x000008, "Wrong alignment on AbilitySystemComponent_GetActiveEffects"); \ +static_assert(sizeof(AbilitySystemComponent_GetActiveEffects) == 0x000168, "Wrong size on AbilitySystemComponent_GetActiveEffects"); \ +static_assert(offsetof(AbilitySystemComponent_GetActiveEffects, Query) == 0x000000, "Member 'AbilitySystemComponent_GetActiveEffects::Query' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetActiveEffects, ReturnValue) == 0x000158, "Member 'AbilitySystemComponent_GetActiveEffects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_GetActiveEffectsWithAllTags \ +static_assert(alignof(AbilitySystemComponent_GetActiveEffectsWithAllTags) == 0x000008, "Wrong alignment on AbilitySystemComponent_GetActiveEffectsWithAllTags"); \ +static_assert(sizeof(AbilitySystemComponent_GetActiveEffectsWithAllTags) == 0x000030, "Wrong size on AbilitySystemComponent_GetActiveEffectsWithAllTags"); \ +static_assert(offsetof(AbilitySystemComponent_GetActiveEffectsWithAllTags, Tags) == 0x000000, "Member 'AbilitySystemComponent_GetActiveEffectsWithAllTags::Tags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetActiveEffectsWithAllTags, ReturnValue) == 0x000020, "Member 'AbilitySystemComponent_GetActiveEffectsWithAllTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_GetGameplayEffectMagnitude \ +static_assert(alignof(AbilitySystemComponent_GetGameplayEffectMagnitude) == 0x000008, "Wrong alignment on AbilitySystemComponent_GetGameplayEffectMagnitude"); \ +static_assert(sizeof(AbilitySystemComponent_GetGameplayEffectMagnitude) == 0x000048, "Wrong size on AbilitySystemComponent_GetGameplayEffectMagnitude"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectMagnitude, Handle) == 0x000000, "Member 'AbilitySystemComponent_GetGameplayEffectMagnitude::Handle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectMagnitude, Attribute) == 0x000008, "Member 'AbilitySystemComponent_GetGameplayEffectMagnitude::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectMagnitude, ReturnValue) == 0x000040, "Member 'AbilitySystemComponent_GetGameplayEffectMagnitude::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_GetUserAbilityActivationInhibited \ +static_assert(alignof(AbilitySystemComponent_GetUserAbilityActivationInhibited) == 0x000001, "Wrong alignment on AbilitySystemComponent_GetUserAbilityActivationInhibited"); \ +static_assert(sizeof(AbilitySystemComponent_GetUserAbilityActivationInhibited) == 0x000001, "Wrong size on AbilitySystemComponent_GetUserAbilityActivationInhibited"); \ +static_assert(offsetof(AbilitySystemComponent_GetUserAbilityActivationInhibited, ReturnValue) == 0x000000, "Member 'AbilitySystemComponent_GetUserAbilityActivationInhibited::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_IsGameplayCueActive \ +static_assert(alignof(AbilitySystemComponent_IsGameplayCueActive) == 0x000004, "Wrong alignment on AbilitySystemComponent_IsGameplayCueActive"); \ +static_assert(sizeof(AbilitySystemComponent_IsGameplayCueActive) == 0x000010, "Wrong size on AbilitySystemComponent_IsGameplayCueActive"); \ +static_assert(offsetof(AbilitySystemComponent_IsGameplayCueActive, GameplayCueTag) == 0x000000, "Member 'AbilitySystemComponent_IsGameplayCueActive::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_IsGameplayCueActive, ReturnValue) == 0x00000C, "Member 'AbilitySystemComponent_IsGameplayCueActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_MakeEffectContext \ +static_assert(alignof(AbilitySystemComponent_MakeEffectContext) == 0x000008, "Wrong alignment on AbilitySystemComponent_MakeEffectContext"); \ +static_assert(sizeof(AbilitySystemComponent_MakeEffectContext) == 0x000018, "Wrong size on AbilitySystemComponent_MakeEffectContext"); \ +static_assert(offsetof(AbilitySystemComponent_MakeEffectContext, ReturnValue) == 0x000000, "Member 'AbilitySystemComponent_MakeEffectContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_MakeOutgoingSpec \ +static_assert(alignof(AbilitySystemComponent_MakeOutgoingSpec) == 0x000008, "Wrong alignment on AbilitySystemComponent_MakeOutgoingSpec"); \ +static_assert(sizeof(AbilitySystemComponent_MakeOutgoingSpec) == 0x000038, "Wrong size on AbilitySystemComponent_MakeOutgoingSpec"); \ +static_assert(offsetof(AbilitySystemComponent_MakeOutgoingSpec, GameplayEffectClass) == 0x000000, "Member 'AbilitySystemComponent_MakeOutgoingSpec::GameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_MakeOutgoingSpec, Level) == 0x000008, "Member 'AbilitySystemComponent_MakeOutgoingSpec::Level' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_MakeOutgoingSpec, Context) == 0x000010, "Member 'AbilitySystemComponent_MakeOutgoingSpec::Context' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_MakeOutgoingSpec, ReturnValue) == 0x000028, "Member 'AbilitySystemComponent_MakeOutgoingSpec::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilitySystemComponent \ +static_assert(alignof(UAbilitySystemComponent) == 0x000008, "Wrong alignment on UAbilitySystemComponent"); \ +static_assert(sizeof(UAbilitySystemComponent) == 0x001318, "Wrong size on UAbilitySystemComponent"); \ +static_assert(offsetof(UAbilitySystemComponent, DefaultStartingData) == 0x000140, "Member 'UAbilitySystemComponent::DefaultStartingData' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, SpawnedAttributes) == 0x000150, "Member 'UAbilitySystemComponent::SpawnedAttributes' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, AffectedAnimInstanceTag) == 0x000160, "Member 'UAbilitySystemComponent::AffectedAnimInstanceTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, OutgoingDuration) == 0x000300, "Member 'UAbilitySystemComponent::OutgoingDuration' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, IncomingDuration) == 0x000304, "Member 'UAbilitySystemComponent::IncomingDuration' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ClientDebugStrings) == 0x000328, "Member 'UAbilitySystemComponent::ClientDebugStrings' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ServerDebugStrings) == 0x000338, "Member 'UAbilitySystemComponent::ServerDebugStrings' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, UserAbilityActivationInhibited) == 0x0003A0, "Member 'UAbilitySystemComponent::UserAbilityActivationInhibited' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ReplicationProxyEnabled) == 0x0003A1, "Member 'UAbilitySystemComponent::ReplicationProxyEnabled' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, bSuppressGrantAbility) == 0x0003A2, "Member 'UAbilitySystemComponent::bSuppressGrantAbility' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, bSuppressGameplayCues) == 0x0003A3, "Member 'UAbilitySystemComponent::bSuppressGameplayCues' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, SpawnedTargetActors) == 0x0003A8, "Member 'UAbilitySystemComponent::SpawnedTargetActors' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, OwnerActor) == 0x0003E0, "Member 'UAbilitySystemComponent::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, AvatarActor) == 0x0003E8, "Member 'UAbilitySystemComponent::AvatarActor' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ActivatableAbilities) == 0x000400, "Member 'UAbilitySystemComponent::ActivatableAbilities' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, AllReplicatedInstancedAbilities) == 0x000550, "Member 'UAbilitySystemComponent::AllReplicatedInstancedAbilities' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, RepAnimMontageInfo) == 0x000760, "Member 'UAbilitySystemComponent::RepAnimMontageInfo' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, bCachedIsNetSimulated) == 0x000790, "Member 'UAbilitySystemComponent::bCachedIsNetSimulated' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, bPendingMontageRep) == 0x000791, "Member 'UAbilitySystemComponent::bPendingMontageRep' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, LocalAnimMontageInfo) == 0x000798, "Member 'UAbilitySystemComponent::LocalAnimMontageInfo' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ActiveGameplayEffects) == 0x000860, "Member 'UAbilitySystemComponent::ActiveGameplayEffects' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ActiveGameplayCues) == 0x000CD8, "Member 'UAbilitySystemComponent::ActiveGameplayCues' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, MinimalReplicationGameplayCues) == 0x000E00, "Member 'UAbilitySystemComponent::MinimalReplicationGameplayCues' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, BlockedAbilityBindings) == 0x001050, "Member 'UAbilitySystemComponent::BlockedAbilityBindings' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, MinimalReplicationTags) == 0x001188, "Member 'UAbilitySystemComponent::MinimalReplicationTags' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ReplicatedPredictionKeyMap) == 0x001200, "Member 'UAbilitySystemComponent::ReplicatedPredictionKeyMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayAbilityBlueprint \ +static_assert(alignof(UGameplayAbilityBlueprint) == 0x000008, "Wrong alignment on UGameplayAbilityBlueprint"); \ +static_assert(sizeof(UGameplayAbilityBlueprint) == 0x0000A8, "Wrong size on UGameplayAbilityBlueprint"); \ + +#define DUMPER7_ASSERTS_AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor \ +static_assert(alignof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor) == 0x000008, "Wrong alignment on AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor"); \ +static_assert(sizeof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor) == 0x0000A8, "Wrong size on AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, TargetActor) == 0x000000, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, SourceFilter) == 0x000008, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::SourceFilter' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, SourceTagRequirements) == 0x000018, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::SourceTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, TargetTagRequirements) == 0x000058, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::TargetTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, TriggerOnce) == 0x000098, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, ListenForPeriodicEffect) == 0x000099, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::ListenForPeriodicEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, ReturnValue) == 0x0000A0, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityAsync_WaitGameplayEffectApplied \ +static_assert(alignof(UAbilityAsync_WaitGameplayEffectApplied) == 0x000008, "Wrong alignment on UAbilityAsync_WaitGameplayEffectApplied"); \ +static_assert(sizeof(UAbilityAsync_WaitGameplayEffectApplied) == 0x000100, "Wrong size on UAbilityAsync_WaitGameplayEffectApplied"); \ +static_assert(offsetof(UAbilityAsync_WaitGameplayEffectApplied, OnApplied) == 0x000040, "Member 'UAbilityAsync_WaitGameplayEffectApplied::OnApplied' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor \ +static_assert(alignof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor) == 0x000008, "Wrong alignment on AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor"); \ +static_assert(sizeof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor) == 0x000020, "Wrong size on AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor, TargetActor) == 0x000000, "Member 'AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor, EventTag) == 0x000008, "Member 'AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor::EventTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor, OnlyTriggerOnce) == 0x000014, "Member 'AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor, OnlyMatchExact) == 0x000015, "Member 'AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor::OnlyMatchExact' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor, ReturnValue) == 0x000018, "Member 'AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityAsync_WaitGameplayEvent \ +static_assert(alignof(UAbilityAsync_WaitGameplayEvent) == 0x000008, "Wrong alignment on UAbilityAsync_WaitGameplayEvent"); \ +static_assert(sizeof(UAbilityAsync_WaitGameplayEvent) == 0x000068, "Wrong size on UAbilityAsync_WaitGameplayEvent"); \ +static_assert(offsetof(UAbilityAsync_WaitGameplayEvent, EventReceived) == 0x000040, "Member 'UAbilityAsync_WaitGameplayEvent::EventReceived' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayAbilitySet \ +static_assert(alignof(UGameplayAbilitySet) == 0x000008, "Wrong alignment on UGameplayAbilitySet"); \ +static_assert(sizeof(UGameplayAbilitySet) == 0x000048, "Wrong size on UGameplayAbilitySet"); \ +static_assert(offsetof(UGameplayAbilitySet, Abilities) == 0x000038, "Member 'UGameplayAbilitySet::Abilities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityAsync_WaitGameplayTag \ +static_assert(alignof(UAbilityAsync_WaitGameplayTag) == 0x000008, "Wrong alignment on UAbilityAsync_WaitGameplayTag"); \ +static_assert(sizeof(UAbilityAsync_WaitGameplayTag) == 0x000060, "Wrong size on UAbilityAsync_WaitGameplayTag"); \ + +#define DUMPER7_ASSERTS_AGameplayAbilityTargetActor \ +static_assert(alignof(AGameplayAbilityTargetActor) == 0x000010, "Wrong alignment on AGameplayAbilityTargetActor"); \ +static_assert(sizeof(AGameplayAbilityTargetActor) == 0x0003D0, "Wrong size on AGameplayAbilityTargetActor"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, ShouldProduceTargetDataOnServer) == 0x0002A8, "Member 'AGameplayAbilityTargetActor::ShouldProduceTargetDataOnServer' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, StartLocation) == 0x0002B0, "Member 'AGameplayAbilityTargetActor::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, MasterPC) == 0x000360, "Member 'AGameplayAbilityTargetActor::MasterPC' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, OwningAbility) == 0x000368, "Member 'AGameplayAbilityTargetActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, bDestroyOnConfirmation) == 0x000370, "Member 'AGameplayAbilityTargetActor::bDestroyOnConfirmation' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, SourceActor) == 0x000378, "Member 'AGameplayAbilityTargetActor::SourceActor' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, ReticleParams) == 0x000380, "Member 'AGameplayAbilityTargetActor::ReticleParams' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, ReticleClass) == 0x000390, "Member 'AGameplayAbilityTargetActor::ReticleClass' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, Filter) == 0x000398, "Member 'AGameplayAbilityTargetActor::Filter' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, bDebug) == 0x0003A8, "Member 'AGameplayAbilityTargetActor::bDebug' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, GenericDelegateBoundASC) == 0x0003C0, "Member 'AGameplayAbilityTargetActor::GenericDelegateBoundASC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor \ +static_assert(alignof(AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor) == 0x000008, "Wrong alignment on AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor"); \ +static_assert(sizeof(AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor) == 0x000020, "Wrong size on AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor, TargetActor) == 0x000000, "Member 'AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor, Tag) == 0x000008, "Member 'AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor::Tag' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor, OnlyTriggerOnce) == 0x000014, "Member 'AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor, ReturnValue) == 0x000018, "Member 'AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityAsync_WaitGameplayTagAdded \ +static_assert(alignof(UAbilityAsync_WaitGameplayTagAdded) == 0x000008, "Wrong alignment on UAbilityAsync_WaitGameplayTagAdded"); \ +static_assert(sizeof(UAbilityAsync_WaitGameplayTagAdded) == 0x000070, "Wrong size on UAbilityAsync_WaitGameplayTagAdded"); \ +static_assert(offsetof(UAbilityAsync_WaitGameplayTagAdded, Added) == 0x000060, "Member 'UAbilityAsync_WaitGameplayTagAdded::Added' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayAbilityTargetActor_Trace \ +static_assert(alignof(AGameplayAbilityTargetActor_Trace) == 0x000010, "Wrong alignment on AGameplayAbilityTargetActor_Trace"); \ +static_assert(sizeof(AGameplayAbilityTargetActor_Trace) == 0x0003F0, "Wrong size on AGameplayAbilityTargetActor_Trace"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_Trace, MaxRange) == 0x0003C8, "Member 'AGameplayAbilityTargetActor_Trace::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_Trace, TraceProfile) == 0x0003CC, "Member 'AGameplayAbilityTargetActor_Trace::TraceProfile' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_Trace, bIncludeOverlaps) == 0x0003D8, "Member 'AGameplayAbilityTargetActor_Trace::bIncludeOverlaps' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_Trace, bTraceAffectsAimPitch) == 0x0003D9, "Member 'AGameplayAbilityTargetActor_Trace::bTraceAffectsAimPitch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor \ +static_assert(alignof(AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor) == 0x000008, "Wrong alignment on AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor"); \ +static_assert(sizeof(AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor) == 0x000020, "Wrong size on AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor, TargetActor) == 0x000000, "Member 'AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor, Tag) == 0x000008, "Member 'AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor::Tag' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor, OnlyTriggerOnce) == 0x000014, "Member 'AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor, ReturnValue) == 0x000018, "Member 'AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityAsync_WaitGameplayTagRemoved \ +static_assert(alignof(UAbilityAsync_WaitGameplayTagRemoved) == 0x000008, "Wrong alignment on UAbilityAsync_WaitGameplayTagRemoved"); \ +static_assert(sizeof(UAbilityAsync_WaitGameplayTagRemoved) == 0x000070, "Wrong size on UAbilityAsync_WaitGameplayTagRemoved"); \ +static_assert(offsetof(UAbilityAsync_WaitGameplayTagRemoved, Removed) == 0x000060, "Member 'UAbilityAsync_WaitGameplayTagRemoved::Removed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayAbilityTargetActor_GroundTrace \ +static_assert(alignof(AGameplayAbilityTargetActor_GroundTrace) == 0x000010, "Wrong alignment on AGameplayAbilityTargetActor_GroundTrace"); \ +static_assert(sizeof(AGameplayAbilityTargetActor_GroundTrace) == 0x000410, "Wrong size on AGameplayAbilityTargetActor_GroundTrace"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_GroundTrace, CollisionRadius) == 0x0003E8, "Member 'AGameplayAbilityTargetActor_GroundTrace::CollisionRadius' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_GroundTrace, CollisionHeight) == 0x0003EC, "Member 'AGameplayAbilityTargetActor_GroundTrace::CollisionHeight' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_GroundTrace, MaximumDownwardOffset) == 0x0003F0, "Member 'AGameplayAbilityTargetActor_GroundTrace::MaximumDownwardOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor, Actor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray) == 0x000040, "Wrong size on AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray, ActorArray) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray::ActorArray' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray, OneTargetPerHandle) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray::OneTargetPerHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult) == 0x0000B8, "Wrong size on AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult, HitResult) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult::HitResult' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult, ReturnValue) == 0x000090, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations) == 0x000010, "Wrong alignment on AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations) == 0x000130, "Wrong size on AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations, SourceLocation) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations::SourceLocation' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations, TargetLocation) == 0x000080, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations, ReturnValue) == 0x000100, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AddAssetTag \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AddAssetTag) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddAssetTag"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AddAssetTag) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_AddAssetTag"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddAssetTag, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddAssetTag::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddAssetTag, NewGameplayTag) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AddAssetTag::NewGameplayTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddAssetTag, ReturnValue) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_AddAssetTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AddAssetTags \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AddAssetTags) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddAssetTags"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AddAssetTags) == 0x000040, "Wrong size on AbilitySystemBlueprintLibrary_AddAssetTags"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddAssetTags, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddAssetTags::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddAssetTags, NewGameplayTags) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AddAssetTags::NewGameplayTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddAssetTags, ReturnValue) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_AddAssetTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AddGrantedTag \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AddGrantedTag) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddGrantedTag"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AddGrantedTag) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_AddGrantedTag"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGrantedTag, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddGrantedTag::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGrantedTag, NewGameplayTag) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AddGrantedTag::NewGameplayTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGrantedTag, ReturnValue) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_AddGrantedTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AddGrantedTags \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AddGrantedTags) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddGrantedTags"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AddGrantedTags) == 0x000040, "Wrong size on AbilitySystemBlueprintLibrary_AddGrantedTags"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGrantedTags, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddGrantedTags::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGrantedTags, NewGameplayTags) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AddGrantedTags::NewGameplayTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGrantedTags, ReturnValue) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_AddGrantedTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect, LinkedGameplayEffect) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect::LinkedGameplayEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec, LinkedGameplayEffectSpec) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec::LinkedGameplayEffectSpec' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec, ReturnValue) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AppendTargetDataHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AppendTargetDataHandle) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AppendTargetDataHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AppendTargetDataHandle) == 0x000078, "Wrong size on AbilitySystemBlueprintLibrary_AppendTargetDataHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AppendTargetDataHandle, TargetHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AppendTargetDataHandle::TargetHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AppendTargetDataHandle, HandleToAdd) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_AppendTargetDataHandle::HandleToAdd' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AppendTargetDataHandle, ReturnValue) == 0x000050, "Member 'AbilitySystemBlueprintLibrary_AppendTargetDataHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude, DataName) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude::DataName' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude, Magnitude) == 0x00001C, "Member 'AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude, ReturnValue) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude, DataTag) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude::DataTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude, Magnitude) == 0x00001C, "Member 'AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude, ReturnValue) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_BreakGameplayCueParameters \ +static_assert(alignof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_BreakGameplayCueParameters"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters) == 0x000190, "Wrong size on AbilitySystemBlueprintLibrary_BreakGameplayCueParameters"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, NormalizedMagnitude) == 0x0000C8, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::NormalizedMagnitude' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, RawMagnitude) == 0x0000CC, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::RawMagnitude' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, EffectContext) == 0x0000D0, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, MatchedTagName) == 0x0000E8, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::MatchedTagName' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, OriginalTag) == 0x0000F4, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::OriginalTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, AggregatedSourceTags) == 0x000100, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::AggregatedSourceTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, AggregatedTargetTags) == 0x000120, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::AggregatedTargetTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, Location) == 0x000140, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::Location' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, Normal) == 0x00014C, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::Normal' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, Instigator) == 0x000158, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::Instigator' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, EffectCauser) == 0x000160, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::EffectCauser' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, SourceObject) == 0x000168, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, PhysicalMaterial) == 0x000170, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, GameplayEffectLevel) == 0x000178, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::GameplayEffectLevel' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, AbilityLevel) == 0x00017C, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::AbilityLevel' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, TargetAttachComponent) == 0x000180, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::TargetAttachComponent' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, bReplicateLocationWhenUsingMinimalRepProxy) == 0x000188, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::bReplicateLocationWhenUsingMinimalRepProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_CloneSpecHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_CloneSpecHandle) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_CloneSpecHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_CloneSpecHandle) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_CloneSpecHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_CloneSpecHandle, InNewInstigator) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_CloneSpecHandle::InNewInstigator' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_CloneSpecHandle, InEffectCauser) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_CloneSpecHandle::InEffectCauser' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_CloneSpecHandle, GameplayEffectSpecHandle_Clone) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_CloneSpecHandle::GameplayEffectSpecHandle_Clone' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_CloneSpecHandle, ReturnValue) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_CloneSpecHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements \ +static_assert(alignof(AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements) == 0x000150, "Wrong size on AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements, SourceTagReqs) == 0x0000C8, "Member 'AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements::SourceTagReqs' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements, TargetTagReqs) == 0x000108, "Member 'AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements::TargetTagReqs' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements, ReturnValue) == 0x000148, "Member 'AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_DoesTargetDataContainActor \ +static_assert(alignof(AbilitySystemBlueprintLibrary_DoesTargetDataContainActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_DoesTargetDataContainActor"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_DoesTargetDataContainActor) == 0x000040, "Wrong size on AbilitySystemBlueprintLibrary_DoesTargetDataContainActor"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesTargetDataContainActor, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_DoesTargetDataContainActor::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesTargetDataContainActor, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_DoesTargetDataContainActor::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesTargetDataContainActor, Actor) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_DoesTargetDataContainActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesTargetDataContainActor, ReturnValue) == 0x000038, "Member 'AbilitySystemBlueprintLibrary_DoesTargetDataContainActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextAddHitResult \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextAddHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextAddHitResult"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextAddHitResult) == 0x0000B0, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextAddHitResult"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextAddHitResult, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextAddHitResult::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextAddHitResult, HitResult) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextAddHitResult::HitResult' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextAddHitResult, bReset) == 0x0000A8, "Member 'AbilitySystemBlueprintLibrary_EffectContextAddHitResult::bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextGetHitResult \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextGetHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextGetHitResult"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextGetHitResult) == 0x0000A8, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextGetHitResult"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetHitResult, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetHitResult::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetHitResult, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextGetOrigin \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextGetOrigin) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextGetOrigin"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextGetOrigin) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextGetOrigin"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetOrigin, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetOrigin::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetOrigin, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextGetSourceObject \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextGetSourceObject) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextGetSourceObject"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextGetSourceObject) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextGetSourceObject"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetSourceObject, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetSourceObject::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetSourceObject, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetSourceObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextHasHitResult \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextHasHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextHasHitResult"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextHasHitResult) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextHasHitResult"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextHasHitResult, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextHasHitResult::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextHasHitResult, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextHasHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextIsValid \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextIsValid) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextIsValid"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextIsValid) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextIsValid"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextIsValid, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextIsValid::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextIsValid, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextIsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextSetOrigin \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextSetOrigin) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextSetOrigin"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextSetOrigin) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextSetOrigin"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextSetOrigin, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextSetOrigin::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextSetOrigin, Origin) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextSetOrigin::Origin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute) == 0x000078, "Wrong size on AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute, AttributeA) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute::AttributeA' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute, AttributeB) == 0x000038, "Member 'AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute::AttributeB' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute, ReturnValue) == 0x000070, "Member 'AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags) == 0x000088, "Wrong size on AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags, AbilitySystem) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags::AbilitySystem' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags, Attribute) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags, SourceTags) == 0x000040, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags::SourceTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags, TargetTags) == 0x000060, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags::TargetTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags, bSuccess) == 0x000080, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags::bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags, ReturnValue) == 0x000084, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase) == 0x000090, "Wrong size on AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, AbilitySystem) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::AbilitySystem' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, Attribute) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, SourceTags) == 0x000040, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::SourceTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, TargetTags) == 0x000060, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::TargetTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, BaseValue) == 0x000080, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::BaseValue' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, bSuccess) == 0x000084, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, ReturnValue) == 0x000088, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_FilterTargetData \ +static_assert(alignof(AbilitySystemBlueprintLibrary_FilterTargetData) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_FilterTargetData"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_FilterTargetData) == 0x000060, "Wrong size on AbilitySystemBlueprintLibrary_FilterTargetData"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_FilterTargetData, TargetDataHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_FilterTargetData::TargetDataHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_FilterTargetData, ActorFilterClass) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_FilterTargetData::ActorFilterClass' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_FilterTargetData, ReturnValue) == 0x000038, "Member 'AbilitySystemBlueprintLibrary_FilterTargetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget \ +static_assert(alignof(AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget) == 0x0000E0, "Wrong size on AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget, TargetCueInterface) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget::TargetCueInterface' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget, EventType) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget::EventType' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget, Parameters) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetAbilitySystemComponent \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetAbilitySystemComponent) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetAbilitySystemComponent"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetAbilitySystemComponent) == 0x000010, "Wrong size on AbilitySystemBlueprintLibrary_GetAbilitySystemComponent"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAbilitySystemComponent, Actor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetAbilitySystemComponent::Actor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAbilitySystemComponent, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetAbilitySystemComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString) == 0x000018, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString, ActiveHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime) == 0x00000C, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime, ActiveHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration) == 0x000018, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration, WorldContextObject) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration, ActiveHandle) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount) == 0x00000C, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount, ActiveHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount) == 0x00000C, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount, ActiveHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime) == 0x00000C, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime, ActiveHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration) == 0x00000C, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration, ActiveHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActorByIndex \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActorByIndex) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActorByIndex"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActorByIndex) == 0x0000D8, "Wrong size on AbilitySystemBlueprintLibrary_GetActorByIndex"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorByIndex, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActorByIndex::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorByIndex, Index_0) == 0x0000C8, "Member 'AbilitySystemBlueprintLibrary_GetActorByIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorByIndex, ReturnValue) == 0x0000D0, "Member 'AbilitySystemBlueprintLibrary_GetActorByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActorCount \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActorCount) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActorCount"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActorCount) == 0x0000D0, "Wrong size on AbilitySystemBlueprintLibrary_GetActorCount"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorCount, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActorCount::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorCount, ReturnValue) == 0x0000C8, "Member 'AbilitySystemBlueprintLibrary_GetActorCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActorsFromTargetData \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActorsFromTargetData) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActorsFromTargetData"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActorsFromTargetData) == 0x000040, "Wrong size on AbilitySystemBlueprintLibrary_GetActorsFromTargetData"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorsFromTargetData, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActorsFromTargetData::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorsFromTargetData, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetActorsFromTargetData::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorsFromTargetData, ReturnValue) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_GetActorsFromTargetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData) == 0x000038, "Wrong size on AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData, ReturnValue) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetDataCountFromTargetData \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetDataCountFromTargetData) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetDataCountFromTargetData"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetDataCountFromTargetData) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_GetDataCountFromTargetData"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetDataCountFromTargetData, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetDataCountFromTargetData::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetDataCountFromTargetData, ReturnValue) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetDataCountFromTargetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetEffectContext \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetEffectContext) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetEffectContext"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetEffectContext) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_GetEffectContext"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetEffectContext, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetEffectContext::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetEffectContext, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_GetEffectContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetFloatAttribute \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetFloatAttribute) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetFloatAttribute"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetFloatAttribute) == 0x000048, "Wrong size on AbilitySystemBlueprintLibrary_GetFloatAttribute"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttribute, Actor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttribute::Actor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttribute, Attribute) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttribute::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttribute, bSuccessfullyFoundAttribute) == 0x000040, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttribute::bSuccessfullyFoundAttribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttribute, ReturnValue) == 0x000044, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetFloatAttributeBase \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetFloatAttributeBase) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetFloatAttributeBase"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetFloatAttributeBase) == 0x000048, "Wrong size on AbilitySystemBlueprintLibrary_GetFloatAttributeBase"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBase, Actor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBase::Actor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBase, Attribute) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBase::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBase, bSuccessfullyFoundAttribute) == 0x000040, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBase::bSuccessfullyFoundAttribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBase, ReturnValue) == 0x000044, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent) == 0x000048, "Wrong size on AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent, AbilitySystemComponent) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent::AbilitySystemComponent' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent, Attribute) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent, bSuccessfullyFoundAttribute) == 0x000040, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent::bSuccessfullyFoundAttribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent, ReturnValue) == 0x000044, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent) == 0x000048, "Wrong size on AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent, AbilitySystem) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent::AbilitySystem' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent, Attribute) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent, bSuccessfullyFoundAttribute) == 0x000040, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent::bSuccessfullyFoundAttribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent, ReturnValue) == 0x000044, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetGameplayCueDirection \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetGameplayCueDirection) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetGameplayCueDirection"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetGameplayCueDirection) == 0x0000E0, "Wrong size on AbilitySystemBlueprintLibrary_GetGameplayCueDirection"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueDirection, TargetActor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueDirection::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueDirection, Parameters) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueDirection::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueDirection, Direction) == 0x0000D0, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueDirection::Direction' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueDirection, ReturnValue) == 0x0000DC, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal) == 0x0000F0, "Wrong size on AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal, TargetActor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal, Parameters) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal, Location) == 0x0000D0, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal::Location' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal, Normal) == 0x0000DC, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal::Normal' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal, ReturnValue) == 0x0000E8, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetHitResult \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetHitResult"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetHitResult) == 0x000158, "Wrong size on AbilitySystemBlueprintLibrary_GetHitResult"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetHitResult, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetHitResult::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetHitResult, ReturnValue) == 0x0000C8, "Member 'AbilitySystemBlueprintLibrary_GetHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetHitResultFromTargetData \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetHitResultFromTargetData) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetHitResultFromTargetData"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetHitResultFromTargetData) == 0x0000C0, "Wrong size on AbilitySystemBlueprintLibrary_GetHitResultFromTargetData"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetHitResultFromTargetData, HitResult) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetHitResultFromTargetData::HitResult' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetHitResultFromTargetData, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetHitResultFromTargetData::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetHitResultFromTargetData, ReturnValue) == 0x00002C, "Member 'AbilitySystemBlueprintLibrary_GetHitResultFromTargetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetInstigatorActor \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetInstigatorActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetInstigatorActor"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetInstigatorActor) == 0x0000D0, "Wrong size on AbilitySystemBlueprintLibrary_GetInstigatorActor"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetInstigatorActor, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetInstigatorActor::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetInstigatorActor, ReturnValue) == 0x0000C8, "Member 'AbilitySystemBlueprintLibrary_GetInstigatorActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetInstigatorTransform \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetInstigatorTransform) == 0x000010, "Wrong alignment on AbilitySystemBlueprintLibrary_GetInstigatorTransform"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetInstigatorTransform) == 0x000100, "Wrong size on AbilitySystemBlueprintLibrary_GetInstigatorTransform"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetInstigatorTransform, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetInstigatorTransform::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetInstigatorTransform, ReturnValue) == 0x0000D0, "Member 'AbilitySystemBlueprintLibrary_GetInstigatorTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude) == 0x000050, "Wrong size on AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude, Attribute) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude, ReturnValue) == 0x000048, "Member 'AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetOrigin \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetOrigin) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetOrigin"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetOrigin) == 0x0000D8, "Wrong size on AbilitySystemBlueprintLibrary_GetOrigin"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetOrigin, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetOrigin::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetOrigin, ReturnValue) == 0x0000C8, "Member 'AbilitySystemBlueprintLibrary_GetOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetTargetDataEndPoint \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetTargetDataEndPoint) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetTargetDataEndPoint"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetTargetDataEndPoint) == 0x000038, "Wrong size on AbilitySystemBlueprintLibrary_GetTargetDataEndPoint"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataEndPoint, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataEndPoint::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataEndPoint, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataEndPoint::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataEndPoint, ReturnValue) == 0x00002C, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataEndPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform) == 0x000010, "Wrong alignment on AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform) == 0x000060, "Wrong size on AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform, ReturnValue) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetTargetDataOrigin \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetTargetDataOrigin) == 0x000010, "Wrong alignment on AbilitySystemBlueprintLibrary_GetTargetDataOrigin"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetTargetDataOrigin) == 0x000060, "Wrong size on AbilitySystemBlueprintLibrary_GetTargetDataOrigin"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataOrigin, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataOrigin::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataOrigin, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataOrigin::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataOrigin, ReturnValue) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_HasHitResult \ +static_assert(alignof(AbilitySystemBlueprintLibrary_HasHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_HasHitResult"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_HasHitResult) == 0x0000D0, "Wrong size on AbilitySystemBlueprintLibrary_HasHitResult"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_HasHitResult, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_HasHitResult::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_HasHitResult, ReturnValue) == 0x0000C8, "Member 'AbilitySystemBlueprintLibrary_HasHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled \ +static_assert(alignof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled) == 0x0000D0, "Wrong size on AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled, ReturnValue) == 0x0000C8, "Member 'AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer \ +static_assert(alignof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer) == 0x0000D0, "Wrong size on AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer, ReturnValue) == 0x0000C8, "Member 'AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_IsValid \ +static_assert(alignof(AbilitySystemBlueprintLibrary_IsValid) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_IsValid"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_IsValid) == 0x000040, "Wrong size on AbilitySystemBlueprintLibrary_IsValid"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_IsValid, Attribute) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_IsValid::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_IsValid, ReturnValue) == 0x000038, "Member 'AbilitySystemBlueprintLibrary_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_MakeFilterHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_MakeFilterHandle) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_MakeFilterHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_MakeFilterHandle) == 0x000038, "Wrong size on AbilitySystemBlueprintLibrary_MakeFilterHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeFilterHandle, Filter) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_MakeFilterHandle::Filter' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeFilterHandle, FilterActor) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_MakeFilterHandle::FilterActor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeFilterHandle, ReturnValue) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_MakeFilterHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_MakeGameplayCueParameters \ +static_assert(alignof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_MakeGameplayCueParameters"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters) == 0x000190, "Wrong size on AbilitySystemBlueprintLibrary_MakeGameplayCueParameters"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, NormalizedMagnitude) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::NormalizedMagnitude' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, RawMagnitude) == 0x000004, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::RawMagnitude' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, EffectContext) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, MatchedTagName) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::MatchedTagName' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, OriginalTag) == 0x00002C, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::OriginalTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, AggregatedSourceTags) == 0x000038, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::AggregatedSourceTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, AggregatedTargetTags) == 0x000058, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::AggregatedTargetTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, Location) == 0x000078, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::Location' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, Normal) == 0x000084, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::Normal' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, Instigator) == 0x000090, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::Instigator' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, EffectCauser) == 0x000098, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::EffectCauser' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, SourceObject) == 0x0000A0, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, PhysicalMaterial) == 0x0000A8, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, GameplayEffectLevel) == 0x0000B0, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::GameplayEffectLevel' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, AbilityLevel) == 0x0000B4, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::AbilityLevel' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, TargetAttachComponent) == 0x0000B8, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::TargetAttachComponent' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, bReplicateLocationWhenUsingMinimalRepProxy) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::bReplicateLocationWhenUsingMinimalRepProxy' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, ReturnValue) == 0x0000C8, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_MakeSpecHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_MakeSpecHandle) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_MakeSpecHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_MakeSpecHandle) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_MakeSpecHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeSpecHandle, InGameplayEffect) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_MakeSpecHandle::InGameplayEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeSpecHandle, InInstigator) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_MakeSpecHandle::InInstigator' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeSpecHandle, InEffectCauser) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_MakeSpecHandle::InEffectCauser' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeSpecHandle, InLevel) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_MakeSpecHandle::InLevel' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeSpecHandle, ReturnValue) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_MakeSpecHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute \ +static_assert(alignof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute) == 0x000078, "Wrong size on AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute, AttributeA) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute::AttributeA' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute, AttributeB) == 0x000038, "Member 'AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute::AttributeB' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute, ReturnValue) == 0x000070, "Member 'AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_SendGameplayEventToActor \ +static_assert(alignof(AbilitySystemBlueprintLibrary_SendGameplayEventToActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_SendGameplayEventToActor"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_SendGameplayEventToActor) == 0x0000D0, "Wrong size on AbilitySystemBlueprintLibrary_SendGameplayEventToActor"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SendGameplayEventToActor, Actor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_SendGameplayEventToActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SendGameplayEventToActor, EventTag) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_SendGameplayEventToActor::EventTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SendGameplayEventToActor, Payload) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_SendGameplayEventToActor::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_SetDuration \ +static_assert(alignof(AbilitySystemBlueprintLibrary_SetDuration) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_SetDuration"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_SetDuration) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_SetDuration"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SetDuration, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_SetDuration::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SetDuration, Duration) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_SetDuration::Duration' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SetDuration, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_SetDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_SetStackCount \ +static_assert(alignof(AbilitySystemBlueprintLibrary_SetStackCount) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_SetStackCount"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_SetStackCount) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_SetStackCount"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SetStackCount, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_SetStackCount::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SetStackCount, StackCount) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_SetStackCount::StackCount' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SetStackCount, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_SetStackCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_SetStackCountToMax \ +static_assert(alignof(AbilitySystemBlueprintLibrary_SetStackCountToMax) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_SetStackCountToMax"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_SetStackCountToMax) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_SetStackCountToMax"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SetStackCountToMax, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_SetStackCountToMax::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SetStackCountToMax, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_SetStackCountToMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_TargetDataHasActor \ +static_assert(alignof(AbilitySystemBlueprintLibrary_TargetDataHasActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_TargetDataHasActor"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_TargetDataHasActor) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_TargetDataHasActor"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasActor, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasActor::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasActor, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasActor::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasActor, ReturnValue) == 0x00002C, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_TargetDataHasEndPoint \ +static_assert(alignof(AbilitySystemBlueprintLibrary_TargetDataHasEndPoint) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_TargetDataHasEndPoint"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_TargetDataHasEndPoint) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_TargetDataHasEndPoint"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasEndPoint, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasEndPoint::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasEndPoint, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasEndPoint::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasEndPoint, ReturnValue) == 0x00002C, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasEndPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_TargetDataHasHitResult \ +static_assert(alignof(AbilitySystemBlueprintLibrary_TargetDataHasHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_TargetDataHasHitResult"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_TargetDataHasHitResult) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_TargetDataHasHitResult"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasHitResult, HitResult) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasHitResult::HitResult' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasHitResult, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasHitResult::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasHitResult, ReturnValue) == 0x00002C, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_TargetDataHasOrigin \ +static_assert(alignof(AbilitySystemBlueprintLibrary_TargetDataHasOrigin) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_TargetDataHasOrigin"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_TargetDataHasOrigin) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_TargetDataHasOrigin"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasOrigin, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasOrigin::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasOrigin, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasOrigin::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasOrigin, ReturnValue) == 0x00002C, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilitySystemBlueprintLibrary \ +static_assert(alignof(UAbilitySystemBlueprintLibrary) == 0x000008, "Wrong alignment on UAbilitySystemBlueprintLibrary"); \ +static_assert(sizeof(UAbilitySystemBlueprintLibrary) == 0x000030, "Wrong size on UAbilitySystemBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_AAbilitySystemDebugHUD \ +static_assert(alignof(AAbilitySystemDebugHUD) == 0x000008, "Wrong alignment on AAbilitySystemDebugHUD"); \ +static_assert(sizeof(AAbilitySystemDebugHUD) == 0x000398, "Wrong size on AAbilitySystemDebugHUD"); \ + +#define DUMPER7_ASSERTS_AbilitySystemGlobals_ServerActivatePlayerAbility \ +static_assert(alignof(AbilitySystemGlobals_ServerActivatePlayerAbility) == 0x000008, "Wrong alignment on AbilitySystemGlobals_ServerActivatePlayerAbility"); \ +static_assert(sizeof(AbilitySystemGlobals_ServerActivatePlayerAbility) == 0x000010, "Wrong size on AbilitySystemGlobals_ServerActivatePlayerAbility"); \ +static_assert(offsetof(AbilitySystemGlobals_ServerActivatePlayerAbility, AbilityNameMatch) == 0x000000, "Member 'AbilitySystemGlobals_ServerActivatePlayerAbility::AbilityNameMatch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemGlobals_ServerCancelPlayerAbility \ +static_assert(alignof(AbilitySystemGlobals_ServerCancelPlayerAbility) == 0x000008, "Wrong alignment on AbilitySystemGlobals_ServerCancelPlayerAbility"); \ +static_assert(sizeof(AbilitySystemGlobals_ServerCancelPlayerAbility) == 0x000010, "Wrong size on AbilitySystemGlobals_ServerCancelPlayerAbility"); \ +static_assert(offsetof(AbilitySystemGlobals_ServerCancelPlayerAbility, AbilityNameMatch) == 0x000000, "Member 'AbilitySystemGlobals_ServerCancelPlayerAbility::AbilityNameMatch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemGlobals_ServerEndPlayerAbility \ +static_assert(alignof(AbilitySystemGlobals_ServerEndPlayerAbility) == 0x000008, "Wrong alignment on AbilitySystemGlobals_ServerEndPlayerAbility"); \ +static_assert(sizeof(AbilitySystemGlobals_ServerEndPlayerAbility) == 0x000010, "Wrong size on AbilitySystemGlobals_ServerEndPlayerAbility"); \ +static_assert(offsetof(AbilitySystemGlobals_ServerEndPlayerAbility, AbilityNameMatch) == 0x000000, "Member 'AbilitySystemGlobals_ServerEndPlayerAbility::AbilityNameMatch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilitySystemGlobals \ +static_assert(alignof(UAbilitySystemGlobals) == 0x000008, "Wrong alignment on UAbilitySystemGlobals"); \ +static_assert(sizeof(UAbilitySystemGlobals) == 0x0002F8, "Wrong size on UAbilitySystemGlobals"); \ +static_assert(offsetof(UAbilitySystemGlobals, AbilitySystemGlobalsClassName) == 0x000030, "Member 'UAbilitySystemGlobals::AbilitySystemGlobalsClassName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailIsDeadTag) == 0x000078, "Member 'UAbilitySystemGlobals::ActivateFailIsDeadTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailIsDeadName) == 0x000084, "Member 'UAbilitySystemGlobals::ActivateFailIsDeadName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailCooldownTag) == 0x000090, "Member 'UAbilitySystemGlobals::ActivateFailCooldownTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailCooldownName) == 0x00009C, "Member 'UAbilitySystemGlobals::ActivateFailCooldownName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailCostTag) == 0x0000A8, "Member 'UAbilitySystemGlobals::ActivateFailCostTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailCostName) == 0x0000B4, "Member 'UAbilitySystemGlobals::ActivateFailCostName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailTagsBlockedTag) == 0x0000C0, "Member 'UAbilitySystemGlobals::ActivateFailTagsBlockedTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailTagsBlockedName) == 0x0000CC, "Member 'UAbilitySystemGlobals::ActivateFailTagsBlockedName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailTagsMissingTag) == 0x0000D8, "Member 'UAbilitySystemGlobals::ActivateFailTagsMissingTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailTagsMissingName) == 0x0000E4, "Member 'UAbilitySystemGlobals::ActivateFailTagsMissingName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailNetworkingTag) == 0x0000F0, "Member 'UAbilitySystemGlobals::ActivateFailNetworkingTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailNetworkingName) == 0x0000FC, "Member 'UAbilitySystemGlobals::ActivateFailNetworkingName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, MinimalReplicationTagCountBits) == 0x000108, "Member 'UAbilitySystemGlobals::MinimalReplicationTagCountBits' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, TargetDataStructCache) == 0x000110, "Member 'UAbilitySystemGlobals::TargetDataStructCache' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, bAllowGameplayModEvaluationChannels) == 0x000120, "Member 'UAbilitySystemGlobals::bAllowGameplayModEvaluationChannels' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, DefaultGameplayModEvaluationChannel) == 0x000121, "Member 'UAbilitySystemGlobals::DefaultGameplayModEvaluationChannel' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GameplayModEvaluationChannelAliases) == 0x000124, "Member 'UAbilitySystemGlobals::GameplayModEvaluationChannelAliases' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalCurveTableName) == 0x0001A0, "Member 'UAbilitySystemGlobals::GlobalCurveTableName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalCurveTable) == 0x0001C0, "Member 'UAbilitySystemGlobals::GlobalCurveTable' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalAttributeMetaDataTableName) == 0x0001C8, "Member 'UAbilitySystemGlobals::GlobalAttributeMetaDataTableName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalAttributeMetaDataTable) == 0x0001E8, "Member 'UAbilitySystemGlobals::GlobalAttributeMetaDataTable' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalAttributeSetDefaultsTableName) == 0x0001F0, "Member 'UAbilitySystemGlobals::GlobalAttributeSetDefaultsTableName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalAttributeSetDefaultsTableNames) == 0x000210, "Member 'UAbilitySystemGlobals::GlobalAttributeSetDefaultsTableNames' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalAttributeDefaultsTables) == 0x000220, "Member 'UAbilitySystemGlobals::GlobalAttributeDefaultsTables' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalGameplayCueManagerClass) == 0x000230, "Member 'UAbilitySystemGlobals::GlobalGameplayCueManagerClass' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalGameplayCueManagerName) == 0x000250, "Member 'UAbilitySystemGlobals::GlobalGameplayCueManagerName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GameplayCueNotifyPaths) == 0x000270, "Member 'UAbilitySystemGlobals::GameplayCueNotifyPaths' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GameplayTagResponseTableName) == 0x000280, "Member 'UAbilitySystemGlobals::GameplayTagResponseTableName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GameplayTagResponseTable) == 0x0002A0, "Member 'UAbilitySystemGlobals::GameplayTagResponseTable' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, PredictTargetGameplayEffects) == 0x0002A8, "Member 'UAbilitySystemGlobals::PredictTargetGameplayEffects' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalGameplayCueManager) == 0x0002B0, "Member 'UAbilitySystemGlobals::GlobalGameplayCueManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAbilitySystemInterface \ +static_assert(alignof(IAbilitySystemInterface) == 0x000001, "Wrong alignment on IAbilitySystemInterface"); \ +static_assert(sizeof(IAbilitySystemInterface) == 0x000001, "Wrong size on IAbilitySystemInterface"); \ + +#define DUMPER7_ASSERTS_IAbilitySystemReplicationProxyInterface \ +static_assert(alignof(IAbilitySystemReplicationProxyInterface) == 0x000001, "Wrong alignment on IAbilitySystemReplicationProxyInterface"); \ +static_assert(sizeof(IAbilitySystemReplicationProxyInterface) == 0x000001, "Wrong size on IAbilitySystemReplicationProxyInterface"); \ + +#define DUMPER7_ASSERTS_UAttributeSet \ +static_assert(alignof(UAttributeSet) == 0x000008, "Wrong alignment on UAttributeSet"); \ +static_assert(sizeof(UAttributeSet) == 0x000040, "Wrong size on UAttributeSet"); \ +static_assert(offsetof(UAttributeSet, CachedOwningAbilitySystemComponent) == 0x000038, "Member 'UAttributeSet::CachedOwningAbilitySystemComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilitySystemTestAttributeSet \ +static_assert(alignof(UAbilitySystemTestAttributeSet) == 0x000008, "Wrong alignment on UAbilitySystemTestAttributeSet"); \ +static_assert(sizeof(UAbilitySystemTestAttributeSet) == 0x000080, "Wrong size on UAbilitySystemTestAttributeSet"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, MaxHealth) == 0x000040, "Member 'UAbilitySystemTestAttributeSet::MaxHealth' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, Health) == 0x000044, "Member 'UAbilitySystemTestAttributeSet::Health' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, Mana) == 0x000048, "Member 'UAbilitySystemTestAttributeSet::Mana' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, MaxMana) == 0x00004C, "Member 'UAbilitySystemTestAttributeSet::MaxMana' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, Damage) == 0x000050, "Member 'UAbilitySystemTestAttributeSet::Damage' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, SpellDamage) == 0x000054, "Member 'UAbilitySystemTestAttributeSet::SpellDamage' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, PhysicalDamage) == 0x000058, "Member 'UAbilitySystemTestAttributeSet::PhysicalDamage' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, CritChance) == 0x00005C, "Member 'UAbilitySystemTestAttributeSet::CritChance' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, CritMultiplier) == 0x000060, "Member 'UAbilitySystemTestAttributeSet::CritMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, ArmorDamageReduction) == 0x000064, "Member 'UAbilitySystemTestAttributeSet::ArmorDamageReduction' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, DodgeChance) == 0x000068, "Member 'UAbilitySystemTestAttributeSet::DodgeChance' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, LifeSteal) == 0x00006C, "Member 'UAbilitySystemTestAttributeSet::LifeSteal' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, Strength) == 0x000070, "Member 'UAbilitySystemTestAttributeSet::Strength' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, StackingAttribute1) == 0x000074, "Member 'UAbilitySystemTestAttributeSet::StackingAttribute1' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, StackingAttribute2) == 0x000078, "Member 'UAbilitySystemTestAttributeSet::StackingAttribute2' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, NoStackAttribute) == 0x00007C, "Member 'UAbilitySystemTestAttributeSet::NoStackAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbilitySystemTestPawn \ +static_assert(alignof(AAbilitySystemTestPawn) == 0x000008, "Wrong alignment on AAbilitySystemTestPawn"); \ +static_assert(sizeof(AAbilitySystemTestPawn) == 0x000378, "Wrong size on AAbilitySystemTestPawn"); \ +static_assert(offsetof(AAbilitySystemTestPawn, AbilitySystemComponent) == 0x000370, "Member 'AAbilitySystemTestPawn::AbilitySystemComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask \ +static_assert(alignof(UAbilityTask) == 0x000008, "Wrong alignment on UAbilityTask"); \ +static_assert(sizeof(UAbilityTask) == 0x000088, "Wrong size on UAbilityTask"); \ +static_assert(offsetof(UAbilityTask, Ability) == 0x000070, "Member 'UAbilityTask::Ability' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask, AbilitySystemComponent) == 0x000078, "Member 'UAbilityTask::AbilitySystemComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_ApplyRootMotion_Base \ +static_assert(alignof(UAbilityTask_ApplyRootMotion_Base) == 0x000008, "Wrong alignment on UAbilityTask_ApplyRootMotion_Base"); \ +static_assert(sizeof(UAbilityTask_ApplyRootMotion_Base) == 0x0000C0, "Wrong size on UAbilityTask_ApplyRootMotion_Base"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotion_Base, ForceName) == 0x000088, "Member 'UAbilityTask_ApplyRootMotion_Base::ForceName' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotion_Base, FinishVelocityMode) == 0x000094, "Member 'UAbilityTask_ApplyRootMotion_Base::FinishVelocityMode' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotion_Base, FinishSetVelocity) == 0x000098, "Member 'UAbilityTask_ApplyRootMotion_Base::FinishSetVelocity' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotion_Base, FinishClampVelocity) == 0x0000A4, "Member 'UAbilityTask_ApplyRootMotion_Base::FinishClampVelocity' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotion_Base, MovementComponent) == 0x0000A8, "Member 'UAbilityTask_ApplyRootMotion_Base::MovementComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce \ +static_assert(alignof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce) == 0x000058, "Wrong size on AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, OwningAbility) == 0x000000, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, TaskInstanceName) == 0x000008, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, WorldDirection_0) == 0x000014, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::WorldDirection_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, Strength_0) == 0x000020, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::Strength_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, Duration_0) == 0x000024, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::Duration_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, bIsAdditive_0) == 0x000028, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::bIsAdditive_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, StrengthOverTime_0) == 0x000030, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::StrengthOverTime_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, VelocityOnFinishMode) == 0x000038, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::VelocityOnFinishMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, SetVelocityOnFinish) == 0x00003C, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::SetVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, ClampVelocityOnFinish) == 0x000048, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::ClampVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, bEnableGravity_0) == 0x00004C, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::bEnableGravity_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, ReturnValue) == 0x000050, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_ApplyRootMotionConstantForce \ +static_assert(alignof(UAbilityTask_ApplyRootMotionConstantForce) == 0x000008, "Wrong alignment on UAbilityTask_ApplyRootMotionConstantForce"); \ +static_assert(sizeof(UAbilityTask_ApplyRootMotionConstantForce) == 0x0000F8, "Wrong size on UAbilityTask_ApplyRootMotionConstantForce"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, OnFinish) == 0x0000C0, "Member 'UAbilityTask_ApplyRootMotionConstantForce::OnFinish' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, WorldDirection) == 0x0000D0, "Member 'UAbilityTask_ApplyRootMotionConstantForce::WorldDirection' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, Strength) == 0x0000DC, "Member 'UAbilityTask_ApplyRootMotionConstantForce::Strength' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, Duration) == 0x0000E0, "Member 'UAbilityTask_ApplyRootMotionConstantForce::Duration' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, bIsAdditive) == 0x0000E4, "Member 'UAbilityTask_ApplyRootMotionConstantForce::bIsAdditive' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, StrengthOverTime) == 0x0000E8, "Member 'UAbilityTask_ApplyRootMotionConstantForce::StrengthOverTime' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, bEnableGravity) == 0x0000F0, "Member 'UAbilityTask_ApplyRootMotionConstantForce::bEnableGravity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce \ +static_assert(alignof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce) == 0x000060, "Wrong size on AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, OwningAbility) == 0x000000, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, TaskInstanceName) == 0x000008, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, Rotation_0) == 0x000014, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::Rotation_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, Distance_0) == 0x000020, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::Distance_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, Height_0) == 0x000024, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::Height_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, Duration_0) == 0x000028, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::Duration_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, MinimumLandedTriggerTime_0) == 0x00002C, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::MinimumLandedTriggerTime_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, bFinishOnLanded_0) == 0x000030, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::bFinishOnLanded_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, VelocityOnFinishMode) == 0x000031, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::VelocityOnFinishMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, SetVelocityOnFinish) == 0x000034, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::SetVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, ClampVelocityOnFinish) == 0x000040, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::ClampVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, PathOffsetCurve_0) == 0x000048, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::PathOffsetCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, TimeMappingCurve_0) == 0x000050, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::TimeMappingCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, ReturnValue) == 0x000058, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback \ +static_assert(alignof(AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback) == 0x000004, "Wrong alignment on AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback) == 0x000090, "Wrong size on AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback, Hit) == 0x000000, "Member 'AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_ApplyRootMotionJumpForce \ +static_assert(alignof(UAbilityTask_ApplyRootMotionJumpForce) == 0x000008, "Wrong alignment on UAbilityTask_ApplyRootMotionJumpForce"); \ +static_assert(sizeof(UAbilityTask_ApplyRootMotionJumpForce) == 0x000118, "Wrong size on UAbilityTask_ApplyRootMotionJumpForce"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, OnFinish) == 0x0000C0, "Member 'UAbilityTask_ApplyRootMotionJumpForce::OnFinish' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, OnLanded) == 0x0000D0, "Member 'UAbilityTask_ApplyRootMotionJumpForce::OnLanded' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, Rotation) == 0x0000E0, "Member 'UAbilityTask_ApplyRootMotionJumpForce::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, Distance) == 0x0000EC, "Member 'UAbilityTask_ApplyRootMotionJumpForce::Distance' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, Height) == 0x0000F0, "Member 'UAbilityTask_ApplyRootMotionJumpForce::Height' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, Duration) == 0x0000F4, "Member 'UAbilityTask_ApplyRootMotionJumpForce::Duration' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, MinimumLandedTriggerTime) == 0x0000F8, "Member 'UAbilityTask_ApplyRootMotionJumpForce::MinimumLandedTriggerTime' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, bFinishOnLanded) == 0x0000FC, "Member 'UAbilityTask_ApplyRootMotionJumpForce::bFinishOnLanded' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, PathOffsetCurve) == 0x000100, "Member 'UAbilityTask_ApplyRootMotionJumpForce::PathOffsetCurve' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, TimeMappingCurve) == 0x000108, "Member 'UAbilityTask_ApplyRootMotionJumpForce::TimeMappingCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce \ +static_assert(alignof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce) == 0x000080, "Wrong size on AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, OwningAbility) == 0x000000, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, TaskInstanceName) == 0x000008, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, TargetActor_0) == 0x000018, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::TargetActor_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, TargetLocationOffset_0) == 0x000020, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::TargetLocationOffset_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, OffsetAlignment_0) == 0x00002C, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::OffsetAlignment_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, Duration_0) == 0x000030, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::Duration_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, TargetLerpSpeedHorizontal) == 0x000038, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::TargetLerpSpeedHorizontal' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, TargetLerpSpeedVertical) == 0x000040, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::TargetLerpSpeedVertical' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, bSetNewMovementMode_0) == 0x000048, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::bSetNewMovementMode_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, MovementMode) == 0x000049, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, bRestrictSpeedToExpected_0) == 0x00004A, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::bRestrictSpeedToExpected_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, PathOffsetCurve_0) == 0x000050, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::PathOffsetCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, TimeMappingCurve_0) == 0x000058, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::TimeMappingCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, VelocityOnFinishMode) == 0x000060, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::VelocityOnFinishMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, SetVelocityOnFinish) == 0x000064, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::SetVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, ClampVelocityOnFinish) == 0x000070, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::ClampVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, bDisableDestinationReachedInterrupt_0) == 0x000074, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::bDisableDestinationReachedInterrupt_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, ReturnValue) == 0x000078, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce \ +static_assert(alignof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce) == 0x0000A8, "Wrong size on AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, OwningAbility) == 0x000000, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TaskInstanceName) == 0x000008, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetDataHandle) == 0x000018, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetDataHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetDataIndex) == 0x000040, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetDataIndex' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetActorIndex) == 0x000044, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetActorIndex' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetLocationOffset_0) == 0x000048, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetLocationOffset_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, OffsetAlignment_0) == 0x000054, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::OffsetAlignment_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, Duration_0) == 0x000058, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::Duration_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetLerpSpeedHorizontal) == 0x000060, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetLerpSpeedHorizontal' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetLerpSpeedVertical) == 0x000068, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetLerpSpeedVertical' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, bSetNewMovementMode_0) == 0x000070, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::bSetNewMovementMode_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, MovementMode) == 0x000071, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, bRestrictSpeedToExpected_0) == 0x000072, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::bRestrictSpeedToExpected_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, PathOffsetCurve_0) == 0x000078, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::PathOffsetCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TimeMappingCurve_0) == 0x000080, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TimeMappingCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, VelocityOnFinishMode) == 0x000088, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::VelocityOnFinishMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, SetVelocityOnFinish) == 0x00008C, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::SetVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, ClampVelocityOnFinish) == 0x000098, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::ClampVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, bDisableDestinationReachedInterrupt_0) == 0x00009C, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::bDisableDestinationReachedInterrupt_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, ReturnValue) == 0x0000A0, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped \ +static_assert(alignof(AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped) == 0x000010, "Wrong size on AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped, OriginalTarget) == 0x000000, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped::OriginalTarget' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped, NewTarget) == 0x000008, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped::NewTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_ApplyRootMotionMoveToActorForce \ +static_assert(alignof(UAbilityTask_ApplyRootMotionMoveToActorForce) == 0x000008, "Wrong alignment on UAbilityTask_ApplyRootMotionMoveToActorForce"); \ +static_assert(sizeof(UAbilityTask_ApplyRootMotionMoveToActorForce) == 0x000138, "Wrong size on UAbilityTask_ApplyRootMotionMoveToActorForce"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, OnFinished) == 0x0000C0, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::OnFinished' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, StartLocation) == 0x0000D8, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetLocation) == 0x0000E4, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetActor) == 0x0000F0, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetLocationOffset) == 0x0000F8, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, OffsetAlignment) == 0x000104, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::OffsetAlignment' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, Duration) == 0x000108, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::Duration' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, bDisableDestinationReachedInterrupt) == 0x00010C, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::bDisableDestinationReachedInterrupt' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, bSetNewMovementMode) == 0x00010D, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::bSetNewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, NewMovementMode) == 0x00010E, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, bRestrictSpeedToExpected) == 0x00010F, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::bRestrictSpeedToExpected' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, PathOffsetCurve) == 0x000110, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::PathOffsetCurve' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TimeMappingCurve) == 0x000118, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TimeMappingCurve' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetLerpSpeedHorizontalCurve) == 0x000120, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetLerpSpeedHorizontalCurve' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetLerpSpeedVerticalCurve) == 0x000128, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetLerpSpeedVerticalCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce \ +static_assert(alignof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce) == 0x000050, "Wrong size on AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, OwningAbility) == 0x000000, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, TaskInstanceName) == 0x000008, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, TargetLocation_0) == 0x000014, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::TargetLocation_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, Duration_0) == 0x000020, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::Duration_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, bSetNewMovementMode_0) == 0x000024, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::bSetNewMovementMode_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, MovementMode) == 0x000025, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, bRestrictSpeedToExpected_0) == 0x000026, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::bRestrictSpeedToExpected_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, PathOffsetCurve_0) == 0x000028, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::PathOffsetCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, VelocityOnFinishMode) == 0x000030, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::VelocityOnFinishMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, SetVelocityOnFinish) == 0x000034, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::SetVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, ClampVelocityOnFinish) == 0x000040, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::ClampVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, ReturnValue) == 0x000048, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_ApplyRootMotionMoveToForce \ +static_assert(alignof(UAbilityTask_ApplyRootMotionMoveToForce) == 0x000008, "Wrong alignment on UAbilityTask_ApplyRootMotionMoveToForce"); \ +static_assert(sizeof(UAbilityTask_ApplyRootMotionMoveToForce) == 0x000110, "Wrong size on UAbilityTask_ApplyRootMotionMoveToForce"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, OnTimedOut) == 0x0000C0, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::OnTimedOut' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, OnTimedOutAndDestinationReached) == 0x0000D0, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::OnTimedOutAndDestinationReached' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, StartLocation) == 0x0000E0, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, TargetLocation) == 0x0000EC, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, Duration) == 0x0000F8, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::Duration' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, bSetNewMovementMode) == 0x0000FC, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::bSetNewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, NewMovementMode) == 0x0000FD, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, bRestrictSpeedToExpected) == 0x0000FE, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::bRestrictSpeedToExpected' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, PathOffsetCurve) == 0x000100, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::PathOffsetCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce \ +static_assert(alignof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce) == 0x000078, "Wrong size on AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, OwningAbility) == 0x000000, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, TaskInstanceName) == 0x000008, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, Location_0) == 0x000014, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::Location_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, LocationActor_0) == 0x000020, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::LocationActor_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, Strength_0) == 0x000028, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::Strength_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, Duration_0) == 0x00002C, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::Duration_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, Radius_0) == 0x000030, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::Radius_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, bIsPush_0) == 0x000034, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::bIsPush_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, bIsAdditive_0) == 0x000035, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::bIsAdditive_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, bNoZForce_0) == 0x000036, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::bNoZForce_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, StrengthDistanceFalloff_0) == 0x000038, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::StrengthDistanceFalloff_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, StrengthOverTime_0) == 0x000040, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::StrengthOverTime_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, bUseFixedWorldDirection_0) == 0x000048, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::bUseFixedWorldDirection_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, FixedWorldDirection_0) == 0x00004C, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::FixedWorldDirection_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, VelocityOnFinishMode) == 0x000058, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::VelocityOnFinishMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, SetVelocityOnFinish) == 0x00005C, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::SetVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, ClampVelocityOnFinish) == 0x000068, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::ClampVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, ReturnValue) == 0x000070, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_ApplyRootMotionRadialForce \ +static_assert(alignof(UAbilityTask_ApplyRootMotionRadialForce) == 0x000008, "Wrong alignment on UAbilityTask_ApplyRootMotionRadialForce"); \ +static_assert(sizeof(UAbilityTask_ApplyRootMotionRadialForce) == 0x000118, "Wrong size on UAbilityTask_ApplyRootMotionRadialForce"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, OnFinish) == 0x0000C0, "Member 'UAbilityTask_ApplyRootMotionRadialForce::OnFinish' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, Location) == 0x0000D0, "Member 'UAbilityTask_ApplyRootMotionRadialForce::Location' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, LocationActor) == 0x0000E0, "Member 'UAbilityTask_ApplyRootMotionRadialForce::LocationActor' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, Strength) == 0x0000E8, "Member 'UAbilityTask_ApplyRootMotionRadialForce::Strength' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, Duration) == 0x0000EC, "Member 'UAbilityTask_ApplyRootMotionRadialForce::Duration' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, Radius) == 0x0000F0, "Member 'UAbilityTask_ApplyRootMotionRadialForce::Radius' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, bIsPush) == 0x0000F4, "Member 'UAbilityTask_ApplyRootMotionRadialForce::bIsPush' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, bIsAdditive) == 0x0000F5, "Member 'UAbilityTask_ApplyRootMotionRadialForce::bIsAdditive' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, bNoZForce) == 0x0000F6, "Member 'UAbilityTask_ApplyRootMotionRadialForce::bNoZForce' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, StrengthDistanceFalloff) == 0x0000F8, "Member 'UAbilityTask_ApplyRootMotionRadialForce::StrengthDistanceFalloff' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, StrengthOverTime) == 0x000100, "Member 'UAbilityTask_ApplyRootMotionRadialForce::StrengthOverTime' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, bUseFixedWorldDirection) == 0x000108, "Member 'UAbilityTask_ApplyRootMotionRadialForce::bUseFixedWorldDirection' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, FixedWorldDirection) == 0x00010C, "Member 'UAbilityTask_ApplyRootMotionRadialForce::FixedWorldDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_MoveToLocation_MoveToLocation \ +static_assert(alignof(AbilityTask_MoveToLocation_MoveToLocation) == 0x000008, "Wrong alignment on AbilityTask_MoveToLocation_MoveToLocation"); \ +static_assert(sizeof(AbilityTask_MoveToLocation_MoveToLocation) == 0x000040, "Wrong size on AbilityTask_MoveToLocation_MoveToLocation"); \ +static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, OwningAbility) == 0x000000, "Member 'AbilityTask_MoveToLocation_MoveToLocation::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, TaskInstanceName) == 0x000008, "Member 'AbilityTask_MoveToLocation_MoveToLocation::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, Location) == 0x000014, "Member 'AbilityTask_MoveToLocation_MoveToLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, Duration) == 0x000020, "Member 'AbilityTask_MoveToLocation_MoveToLocation::Duration' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, OptionalInterpolationCurve) == 0x000028, "Member 'AbilityTask_MoveToLocation_MoveToLocation::OptionalInterpolationCurve' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, OptionalVectorInterpolationCurve) == 0x000030, "Member 'AbilityTask_MoveToLocation_MoveToLocation::OptionalVectorInterpolationCurve' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, ReturnValue) == 0x000038, "Member 'AbilityTask_MoveToLocation_MoveToLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_MoveToLocation \ +static_assert(alignof(UAbilityTask_MoveToLocation) == 0x000008, "Wrong alignment on UAbilityTask_MoveToLocation"); \ +static_assert(sizeof(UAbilityTask_MoveToLocation) == 0x0000D0, "Wrong size on UAbilityTask_MoveToLocation"); \ +static_assert(offsetof(UAbilityTask_MoveToLocation, OnTargetLocationReached) == 0x000088, "Member 'UAbilityTask_MoveToLocation::OnTargetLocationReached' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_MoveToLocation, StartLocation) == 0x00009C, "Member 'UAbilityTask_MoveToLocation::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_MoveToLocation, TargetLocation) == 0x0000A8, "Member 'UAbilityTask_MoveToLocation::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_MoveToLocation, DurationOfMovement) == 0x0000B4, "Member 'UAbilityTask_MoveToLocation::DurationOfMovement' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_MoveToLocation, LerpCurve) == 0x0000C0, "Member 'UAbilityTask_MoveToLocation::LerpCurve' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_MoveToLocation, LerpCurveVector) == 0x0000C8, "Member 'UAbilityTask_MoveToLocation::LerpCurveVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_NetworkSyncPoint_WaitNetSync \ +static_assert(alignof(AbilityTask_NetworkSyncPoint_WaitNetSync) == 0x000008, "Wrong alignment on AbilityTask_NetworkSyncPoint_WaitNetSync"); \ +static_assert(sizeof(AbilityTask_NetworkSyncPoint_WaitNetSync) == 0x000018, "Wrong size on AbilityTask_NetworkSyncPoint_WaitNetSync"); \ +static_assert(offsetof(AbilityTask_NetworkSyncPoint_WaitNetSync, OwningAbility) == 0x000000, "Member 'AbilityTask_NetworkSyncPoint_WaitNetSync::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_NetworkSyncPoint_WaitNetSync, SyncType) == 0x000008, "Member 'AbilityTask_NetworkSyncPoint_WaitNetSync::SyncType' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_NetworkSyncPoint_WaitNetSync, ReturnValue) == 0x000010, "Member 'AbilityTask_NetworkSyncPoint_WaitNetSync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_NetworkSyncPoint \ +static_assert(alignof(UAbilityTask_NetworkSyncPoint) == 0x000008, "Wrong alignment on UAbilityTask_NetworkSyncPoint"); \ +static_assert(sizeof(UAbilityTask_NetworkSyncPoint) == 0x0000A0, "Wrong size on UAbilityTask_NetworkSyncPoint"); \ +static_assert(offsetof(UAbilityTask_NetworkSyncPoint, OnSync) == 0x000088, "Member 'UAbilityTask_NetworkSyncPoint::OnSync' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy \ +static_assert(alignof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy) == 0x000008, "Wrong alignment on AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy"); \ +static_assert(sizeof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy) == 0x000048, "Wrong size on AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, OwningAbility) == 0x000000, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, TaskInstanceName) == 0x000008, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, MontageToPlay_0) == 0x000018, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::MontageToPlay_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, Rate_0) == 0x000020, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::Rate_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, StartSection_0) == 0x000024, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::StartSection_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, bStopWhenAbilityEnds_0) == 0x000030, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::bStopWhenAbilityEnds_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, AnimRootMotionTranslationScale_0) == 0x000034, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::AnimRootMotionTranslationScale_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, StartTimeSeconds_0) == 0x000038, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::StartTimeSeconds_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, ReturnValue) == 0x000040, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_PlayMontageAndWait_OnMontageBlendingOut \ +static_assert(alignof(AbilityTask_PlayMontageAndWait_OnMontageBlendingOut) == 0x000008, "Wrong alignment on AbilityTask_PlayMontageAndWait_OnMontageBlendingOut"); \ +static_assert(sizeof(AbilityTask_PlayMontageAndWait_OnMontageBlendingOut) == 0x000010, "Wrong size on AbilityTask_PlayMontageAndWait_OnMontageBlendingOut"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_OnMontageBlendingOut, Montage) == 0x000000, "Member 'AbilityTask_PlayMontageAndWait_OnMontageBlendingOut::Montage' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_OnMontageBlendingOut, bInterrupted) == 0x000008, "Member 'AbilityTask_PlayMontageAndWait_OnMontageBlendingOut::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_PlayMontageAndWait_OnMontageEnded \ +static_assert(alignof(AbilityTask_PlayMontageAndWait_OnMontageEnded) == 0x000008, "Wrong alignment on AbilityTask_PlayMontageAndWait_OnMontageEnded"); \ +static_assert(sizeof(AbilityTask_PlayMontageAndWait_OnMontageEnded) == 0x000010, "Wrong size on AbilityTask_PlayMontageAndWait_OnMontageEnded"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_OnMontageEnded, Montage) == 0x000000, "Member 'AbilityTask_PlayMontageAndWait_OnMontageEnded::Montage' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_OnMontageEnded, bInterrupted) == 0x000008, "Member 'AbilityTask_PlayMontageAndWait_OnMontageEnded::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_PlayMontageAndWait \ +static_assert(alignof(UAbilityTask_PlayMontageAndWait) == 0x000008, "Wrong alignment on UAbilityTask_PlayMontageAndWait"); \ +static_assert(sizeof(UAbilityTask_PlayMontageAndWait) == 0x000118, "Wrong size on UAbilityTask_PlayMontageAndWait"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, OnCompleted) == 0x000088, "Member 'UAbilityTask_PlayMontageAndWait::OnCompleted' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, OnBlendOut) == 0x000098, "Member 'UAbilityTask_PlayMontageAndWait::OnBlendOut' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, OnInterrupted) == 0x0000A8, "Member 'UAbilityTask_PlayMontageAndWait::OnInterrupted' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, OnCancelled) == 0x0000B8, "Member 'UAbilityTask_PlayMontageAndWait::OnCancelled' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, MontageToPlay) == 0x0000F0, "Member 'UAbilityTask_PlayMontageAndWait::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, Rate) == 0x0000F8, "Member 'UAbilityTask_PlayMontageAndWait::Rate' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, StartSection) == 0x0000FC, "Member 'UAbilityTask_PlayMontageAndWait::StartSection' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, AnimRootMotionTranslationScale) == 0x000108, "Member 'UAbilityTask_PlayMontageAndWait::AnimRootMotionTranslationScale' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, StartTimeSeconds) == 0x00010C, "Member 'UAbilityTask_PlayMontageAndWait::StartTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, bStopWhenAbilityEnds) == 0x000110, "Member 'UAbilityTask_PlayMontageAndWait::bStopWhenAbilityEnds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_Repeat_RepeatAction \ +static_assert(alignof(AbilityTask_Repeat_RepeatAction) == 0x000008, "Wrong alignment on AbilityTask_Repeat_RepeatAction"); \ +static_assert(sizeof(AbilityTask_Repeat_RepeatAction) == 0x000018, "Wrong size on AbilityTask_Repeat_RepeatAction"); \ +static_assert(offsetof(AbilityTask_Repeat_RepeatAction, OwningAbility) == 0x000000, "Member 'AbilityTask_Repeat_RepeatAction::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_Repeat_RepeatAction, TimeBetweenActions) == 0x000008, "Member 'AbilityTask_Repeat_RepeatAction::TimeBetweenActions' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_Repeat_RepeatAction, TotalActionCount) == 0x00000C, "Member 'AbilityTask_Repeat_RepeatAction::TotalActionCount' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_Repeat_RepeatAction, ReturnValue) == 0x000010, "Member 'AbilityTask_Repeat_RepeatAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_Repeat \ +static_assert(alignof(UAbilityTask_Repeat) == 0x000008, "Wrong alignment on UAbilityTask_Repeat"); \ +static_assert(sizeof(UAbilityTask_Repeat) == 0x0000C0, "Wrong size on UAbilityTask_Repeat"); \ +static_assert(offsetof(UAbilityTask_Repeat, OnPerformAction) == 0x000088, "Member 'UAbilityTask_Repeat::OnPerformAction' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_Repeat, OnFinished) == 0x000098, "Member 'UAbilityTask_Repeat::OnFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_SpawnActor_SpawnActor \ +static_assert(alignof(AbilityTask_SpawnActor_SpawnActor) == 0x000008, "Wrong alignment on AbilityTask_SpawnActor_SpawnActor"); \ +static_assert(sizeof(AbilityTask_SpawnActor_SpawnActor) == 0x000040, "Wrong size on AbilityTask_SpawnActor_SpawnActor"); \ +static_assert(offsetof(AbilityTask_SpawnActor_SpawnActor, OwningAbility) == 0x000000, "Member 'AbilityTask_SpawnActor_SpawnActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_SpawnActor, TargetData) == 0x000008, "Member 'AbilityTask_SpawnActor_SpawnActor::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_SpawnActor, Class_0) == 0x000030, "Member 'AbilityTask_SpawnActor_SpawnActor::Class_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_SpawnActor, ReturnValue) == 0x000038, "Member 'AbilityTask_SpawnActor_SpawnActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_SpawnActor_BeginSpawningActor \ +static_assert(alignof(AbilityTask_SpawnActor_BeginSpawningActor) == 0x000008, "Wrong alignment on AbilityTask_SpawnActor_BeginSpawningActor"); \ +static_assert(sizeof(AbilityTask_SpawnActor_BeginSpawningActor) == 0x000048, "Wrong size on AbilityTask_SpawnActor_BeginSpawningActor"); \ +static_assert(offsetof(AbilityTask_SpawnActor_BeginSpawningActor, OwningAbility) == 0x000000, "Member 'AbilityTask_SpawnActor_BeginSpawningActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_BeginSpawningActor, TargetData) == 0x000008, "Member 'AbilityTask_SpawnActor_BeginSpawningActor::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_BeginSpawningActor, Class_0) == 0x000030, "Member 'AbilityTask_SpawnActor_BeginSpawningActor::Class_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_BeginSpawningActor, SpawnedActor) == 0x000038, "Member 'AbilityTask_SpawnActor_BeginSpawningActor::SpawnedActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_BeginSpawningActor, ReturnValue) == 0x000040, "Member 'AbilityTask_SpawnActor_BeginSpawningActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_SpawnActor_FinishSpawningActor \ +static_assert(alignof(AbilityTask_SpawnActor_FinishSpawningActor) == 0x000008, "Wrong alignment on AbilityTask_SpawnActor_FinishSpawningActor"); \ +static_assert(sizeof(AbilityTask_SpawnActor_FinishSpawningActor) == 0x000038, "Wrong size on AbilityTask_SpawnActor_FinishSpawningActor"); \ +static_assert(offsetof(AbilityTask_SpawnActor_FinishSpawningActor, OwningAbility) == 0x000000, "Member 'AbilityTask_SpawnActor_FinishSpawningActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_FinishSpawningActor, TargetData) == 0x000008, "Member 'AbilityTask_SpawnActor_FinishSpawningActor::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_FinishSpawningActor, SpawnedActor) == 0x000030, "Member 'AbilityTask_SpawnActor_FinishSpawningActor::SpawnedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_SpawnActor \ +static_assert(alignof(UAbilityTask_SpawnActor) == 0x000008, "Wrong alignment on UAbilityTask_SpawnActor"); \ +static_assert(sizeof(UAbilityTask_SpawnActor) == 0x0000D0, "Wrong size on UAbilityTask_SpawnActor"); \ +static_assert(offsetof(UAbilityTask_SpawnActor, Success) == 0x000088, "Member 'UAbilityTask_SpawnActor::Success' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_SpawnActor, DidNotSpawn) == 0x000098, "Member 'UAbilityTask_SpawnActor::DidNotSpawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_StartAbilityState_StartAbilityState \ +static_assert(alignof(AbilityTask_StartAbilityState_StartAbilityState) == 0x000008, "Wrong alignment on AbilityTask_StartAbilityState_StartAbilityState"); \ +static_assert(sizeof(AbilityTask_StartAbilityState_StartAbilityState) == 0x000020, "Wrong size on AbilityTask_StartAbilityState_StartAbilityState"); \ +static_assert(offsetof(AbilityTask_StartAbilityState_StartAbilityState, OwningAbility) == 0x000000, "Member 'AbilityTask_StartAbilityState_StartAbilityState::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_StartAbilityState_StartAbilityState, StateName) == 0x000008, "Member 'AbilityTask_StartAbilityState_StartAbilityState::StateName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_StartAbilityState_StartAbilityState, bEndCurrentState) == 0x000014, "Member 'AbilityTask_StartAbilityState_StartAbilityState::bEndCurrentState' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_StartAbilityState_StartAbilityState, ReturnValue) == 0x000018, "Member 'AbilityTask_StartAbilityState_StartAbilityState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_StartAbilityState \ +static_assert(alignof(UAbilityTask_StartAbilityState) == 0x000008, "Wrong alignment on UAbilityTask_StartAbilityState"); \ +static_assert(sizeof(UAbilityTask_StartAbilityState) == 0x0000C0, "Wrong size on UAbilityTask_StartAbilityState"); \ +static_assert(offsetof(UAbilityTask_StartAbilityState, OnStateEnded) == 0x000088, "Member 'UAbilityTask_StartAbilityState::OnStateEnded' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_StartAbilityState, OnStateInterrupted) == 0x000098, "Member 'UAbilityTask_StartAbilityState::OnStateInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_VisualizeTargeting_VisualizeTargeting \ +static_assert(alignof(AbilityTask_VisualizeTargeting_VisualizeTargeting) == 0x000008, "Wrong alignment on AbilityTask_VisualizeTargeting_VisualizeTargeting"); \ +static_assert(sizeof(AbilityTask_VisualizeTargeting_VisualizeTargeting) == 0x000028, "Wrong size on AbilityTask_VisualizeTargeting_VisualizeTargeting"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargeting, OwningAbility) == 0x000000, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargeting::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargeting, Class_0) == 0x000008, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargeting::Class_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargeting, TaskInstanceName) == 0x000010, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargeting::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargeting, Duration) == 0x00001C, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargeting::Duration' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargeting, ReturnValue) == 0x000020, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargeting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor \ +static_assert(alignof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor) == 0x000008, "Wrong alignment on AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor"); \ +static_assert(sizeof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor) == 0x000028, "Wrong size on AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor, OwningAbility) == 0x000000, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor, TargetActor) == 0x000008, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor, TaskInstanceName) == 0x000010, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor, Duration) == 0x00001C, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor::Duration' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor, ReturnValue) == 0x000020, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_VisualizeTargeting_BeginSpawningActor \ +static_assert(alignof(AbilityTask_VisualizeTargeting_BeginSpawningActor) == 0x000008, "Wrong alignment on AbilityTask_VisualizeTargeting_BeginSpawningActor"); \ +static_assert(sizeof(AbilityTask_VisualizeTargeting_BeginSpawningActor) == 0x000020, "Wrong size on AbilityTask_VisualizeTargeting_BeginSpawningActor"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_BeginSpawningActor, OwningAbility) == 0x000000, "Member 'AbilityTask_VisualizeTargeting_BeginSpawningActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_BeginSpawningActor, Class_0) == 0x000008, "Member 'AbilityTask_VisualizeTargeting_BeginSpawningActor::Class_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_BeginSpawningActor, SpawnedActor) == 0x000010, "Member 'AbilityTask_VisualizeTargeting_BeginSpawningActor::SpawnedActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_BeginSpawningActor, ReturnValue) == 0x000018, "Member 'AbilityTask_VisualizeTargeting_BeginSpawningActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_VisualizeTargeting_FinishSpawningActor \ +static_assert(alignof(AbilityTask_VisualizeTargeting_FinishSpawningActor) == 0x000008, "Wrong alignment on AbilityTask_VisualizeTargeting_FinishSpawningActor"); \ +static_assert(sizeof(AbilityTask_VisualizeTargeting_FinishSpawningActor) == 0x000010, "Wrong size on AbilityTask_VisualizeTargeting_FinishSpawningActor"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_FinishSpawningActor, OwningAbility) == 0x000000, "Member 'AbilityTask_VisualizeTargeting_FinishSpawningActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_FinishSpawningActor, SpawnedActor) == 0x000008, "Member 'AbilityTask_VisualizeTargeting_FinishSpawningActor::SpawnedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_VisualizeTargeting \ +static_assert(alignof(UAbilityTask_VisualizeTargeting) == 0x000008, "Wrong alignment on UAbilityTask_VisualizeTargeting"); \ +static_assert(sizeof(UAbilityTask_VisualizeTargeting) == 0x0000B0, "Wrong size on UAbilityTask_VisualizeTargeting"); \ +static_assert(offsetof(UAbilityTask_VisualizeTargeting, TimeElapsed) == 0x000088, "Member 'UAbilityTask_VisualizeTargeting::TimeElapsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAbilityActivate_WaitForAbilityActivate \ +static_assert(alignof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityActivate_WaitForAbilityActivate"); \ +static_assert(sizeof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate) == 0x000030, "Wrong size on AbilityTask_WaitAbilityActivate_WaitForAbilityActivate"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, WithTag) == 0x000008, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::WithTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, WithoutTag) == 0x000014, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::WithoutTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, IncludeTriggeredAbilities) == 0x000020, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::IncludeTriggeredAbilities' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, TriggerOnce) == 0x000021, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, ReturnValue) == 0x000028, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query \ +static_assert(alignof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query"); \ +static_assert(sizeof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query) == 0x000060, "Wrong size on AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query, Query) == 0x000008, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query::Query' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query, IncludeTriggeredAbilities) == 0x000050, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query::IncludeTriggeredAbilities' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query, TriggerOnce) == 0x000051, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query, ReturnValue) == 0x000058, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements \ +static_assert(alignof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements"); \ +static_assert(sizeof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements) == 0x000058, "Wrong size on AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements, TagRequirements) == 0x000008, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements::TagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements, IncludeTriggeredAbilities) == 0x000048, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements::IncludeTriggeredAbilities' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements, TriggerOnce) == 0x000049, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements, ReturnValue) == 0x000050, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAbilityActivate_OnAbilityActivate \ +static_assert(alignof(AbilityTask_WaitAbilityActivate_OnAbilityActivate) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityActivate_OnAbilityActivate"); \ +static_assert(sizeof(AbilityTask_WaitAbilityActivate_OnAbilityActivate) == 0x000008, "Wrong size on AbilityTask_WaitAbilityActivate_OnAbilityActivate"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_OnAbilityActivate, ActivatedAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityActivate_OnAbilityActivate::ActivatedAbility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitAbilityActivate \ +static_assert(alignof(UAbilityTask_WaitAbilityActivate) == 0x000008, "Wrong alignment on UAbilityTask_WaitAbilityActivate"); \ +static_assert(sizeof(UAbilityTask_WaitAbilityActivate) == 0x000148, "Wrong size on UAbilityTask_WaitAbilityActivate"); \ +static_assert(offsetof(UAbilityTask_WaitAbilityActivate, OnActivate) == 0x000088, "Member 'UAbilityTask_WaitAbilityActivate::OnActivate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAbilityCommit_WaitForAbilityCommit \ +static_assert(alignof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityCommit_WaitForAbilityCommit"); \ +static_assert(sizeof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit) == 0x000030, "Wrong size on AbilityTask_WaitAbilityCommit_WaitForAbilityCommit"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit, WithTag) == 0x000008, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit::WithTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit, WithoutTage) == 0x000014, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit::WithoutTage' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit, TriggerOnce) == 0x000020, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit, ReturnValue) == 0x000028, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query \ +static_assert(alignof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query"); \ +static_assert(sizeof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query) == 0x000060, "Wrong size on AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query, Query) == 0x000008, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query::Query' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query, TriggerOnce) == 0x000050, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query, ReturnValue) == 0x000058, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAbilityCommit_OnAbilityCommit \ +static_assert(alignof(AbilityTask_WaitAbilityCommit_OnAbilityCommit) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityCommit_OnAbilityCommit"); \ +static_assert(sizeof(AbilityTask_WaitAbilityCommit_OnAbilityCommit) == 0x000008, "Wrong size on AbilityTask_WaitAbilityCommit_OnAbilityCommit"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_OnAbilityCommit, ActivatedAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityCommit_OnAbilityCommit::ActivatedAbility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitAbilityCommit \ +static_assert(alignof(UAbilityTask_WaitAbilityCommit) == 0x000008, "Wrong alignment on UAbilityTask_WaitAbilityCommit"); \ +static_assert(sizeof(UAbilityTask_WaitAbilityCommit) == 0x000108, "Wrong size on UAbilityTask_WaitAbilityCommit"); \ +static_assert(offsetof(UAbilityTask_WaitAbilityCommit, OnCommit) == 0x000088, "Member 'UAbilityTask_WaitAbilityCommit::OnCommit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAttributeChange_WaitForAttributeChange \ +static_assert(alignof(AbilityTask_WaitAttributeChange_WaitForAttributeChange) == 0x000008, "Wrong alignment on AbilityTask_WaitAttributeChange_WaitForAttributeChange"); \ +static_assert(sizeof(AbilityTask_WaitAttributeChange_WaitForAttributeChange) == 0x000070, "Wrong size on AbilityTask_WaitAttributeChange_WaitForAttributeChange"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, Attribute) == 0x000008, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, WithSrcTag) == 0x000040, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::WithSrcTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, WithoutSrcTag) == 0x00004C, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::WithoutSrcTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, TriggerOnce) == 0x000058, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, OptionalExternalOwner) == 0x000060, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, ReturnValue) == 0x000068, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison \ +static_assert(alignof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison) == 0x000008, "Wrong alignment on AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison"); \ +static_assert(sizeof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison) == 0x000078, "Wrong size on AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, InAttribute) == 0x000008, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::InAttribute' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, InWithTag) == 0x000040, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::InWithTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, InWithoutTag) == 0x00004C, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::InWithoutTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, InComparisonType) == 0x000058, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::InComparisonType' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, InComparisonValue) == 0x00005C, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::InComparisonValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, TriggerOnce) == 0x000060, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, OptionalExternalOwner) == 0x000068, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, ReturnValue) == 0x000070, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitAttributeChange \ +static_assert(alignof(UAbilityTask_WaitAttributeChange) == 0x000008, "Wrong alignment on UAbilityTask_WaitAttributeChange"); \ +static_assert(sizeof(UAbilityTask_WaitAttributeChange) == 0x000108, "Wrong size on UAbilityTask_WaitAttributeChange"); \ +static_assert(offsetof(UAbilityTask_WaitAttributeChange, OnChange) == 0x000088, "Member 'UAbilityTask_WaitAttributeChange::OnChange' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitAttributeChange, ExternalOwner) == 0x000100, "Member 'UAbilityTask_WaitAttributeChange::ExternalOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold \ +static_assert(alignof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold) == 0x000008, "Wrong alignment on AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold"); \ +static_assert(sizeof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold) == 0x000098, "Wrong size on AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, AttributeNumerator) == 0x000008, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::AttributeNumerator' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, AttributeDenominator) == 0x000040, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::AttributeDenominator' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, ComparisonType) == 0x000078, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::ComparisonType' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, ComparisonValue) == 0x00007C, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::ComparisonValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, bTriggerOnce) == 0x000080, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::bTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, OptionalExternalOwner) == 0x000088, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, ReturnValue) == 0x000090, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitAttributeChangeRatioThreshold \ +static_assert(alignof(UAbilityTask_WaitAttributeChangeRatioThreshold) == 0x000008, "Wrong alignment on UAbilityTask_WaitAttributeChangeRatioThreshold"); \ +static_assert(sizeof(UAbilityTask_WaitAttributeChangeRatioThreshold) == 0x000148, "Wrong size on UAbilityTask_WaitAttributeChangeRatioThreshold"); \ +static_assert(offsetof(UAbilityTask_WaitAttributeChangeRatioThreshold, OnChange) == 0x000088, "Member 'UAbilityTask_WaitAttributeChangeRatioThreshold::OnChange' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitAttributeChangeRatioThreshold, ExternalOwner) == 0x000140, "Member 'UAbilityTask_WaitAttributeChangeRatioThreshold::ExternalOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold \ +static_assert(alignof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold) == 0x000008, "Wrong alignment on AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold"); \ +static_assert(sizeof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold) == 0x000060, "Wrong size on AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, Attribute) == 0x000008, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, ComparisonType) == 0x000040, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::ComparisonType' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, ComparisonValue) == 0x000044, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::ComparisonValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, bTriggerOnce) == 0x000048, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::bTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, OptionalExternalOwner) == 0x000050, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, ReturnValue) == 0x000058, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitAttributeChangeThreshold \ +static_assert(alignof(UAbilityTask_WaitAttributeChangeThreshold) == 0x000008, "Wrong alignment on UAbilityTask_WaitAttributeChangeThreshold"); \ +static_assert(sizeof(UAbilityTask_WaitAttributeChangeThreshold) == 0x0000F8, "Wrong size on UAbilityTask_WaitAttributeChangeThreshold"); \ +static_assert(offsetof(UAbilityTask_WaitAttributeChangeThreshold, OnChange) == 0x000088, "Member 'UAbilityTask_WaitAttributeChangeThreshold::OnChange' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitAttributeChangeThreshold, ExternalOwner) == 0x0000F0, "Member 'UAbilityTask_WaitAttributeChangeThreshold::ExternalOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitCancel_WaitCancel \ +static_assert(alignof(AbilityTask_WaitCancel_WaitCancel) == 0x000008, "Wrong alignment on AbilityTask_WaitCancel_WaitCancel"); \ +static_assert(sizeof(AbilityTask_WaitCancel_WaitCancel) == 0x000010, "Wrong size on AbilityTask_WaitCancel_WaitCancel"); \ +static_assert(offsetof(AbilityTask_WaitCancel_WaitCancel, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitCancel_WaitCancel::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitCancel_WaitCancel, ReturnValue) == 0x000008, "Member 'AbilityTask_WaitCancel_WaitCancel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitCancel \ +static_assert(alignof(UAbilityTask_WaitCancel) == 0x000008, "Wrong alignment on UAbilityTask_WaitCancel"); \ +static_assert(sizeof(UAbilityTask_WaitCancel) == 0x0000A0, "Wrong size on UAbilityTask_WaitCancel"); \ +static_assert(offsetof(UAbilityTask_WaitCancel, OnCancel) == 0x000088, "Member 'UAbilityTask_WaitCancel::OnCancel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitConfirm_WaitConfirm \ +static_assert(alignof(AbilityTask_WaitConfirm_WaitConfirm) == 0x000008, "Wrong alignment on AbilityTask_WaitConfirm_WaitConfirm"); \ +static_assert(sizeof(AbilityTask_WaitConfirm_WaitConfirm) == 0x000010, "Wrong size on AbilityTask_WaitConfirm_WaitConfirm"); \ +static_assert(offsetof(AbilityTask_WaitConfirm_WaitConfirm, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitConfirm_WaitConfirm::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitConfirm_WaitConfirm, ReturnValue) == 0x000008, "Member 'AbilityTask_WaitConfirm_WaitConfirm::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitConfirm_OnConfirmCallback \ +static_assert(alignof(AbilityTask_WaitConfirm_OnConfirmCallback) == 0x000008, "Wrong alignment on AbilityTask_WaitConfirm_OnConfirmCallback"); \ +static_assert(sizeof(AbilityTask_WaitConfirm_OnConfirmCallback) == 0x000008, "Wrong size on AbilityTask_WaitConfirm_OnConfirmCallback"); \ +static_assert(offsetof(AbilityTask_WaitConfirm_OnConfirmCallback, InAbility) == 0x000000, "Member 'AbilityTask_WaitConfirm_OnConfirmCallback::InAbility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitConfirm \ +static_assert(alignof(UAbilityTask_WaitConfirm) == 0x000008, "Wrong alignment on UAbilityTask_WaitConfirm"); \ +static_assert(sizeof(UAbilityTask_WaitConfirm) == 0x0000A8, "Wrong size on UAbilityTask_WaitConfirm"); \ +static_assert(offsetof(UAbilityTask_WaitConfirm, OnConfirm) == 0x000088, "Member 'UAbilityTask_WaitConfirm::OnConfirm' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitConfirmCancel_WaitConfirmCancel \ +static_assert(alignof(AbilityTask_WaitConfirmCancel_WaitConfirmCancel) == 0x000008, "Wrong alignment on AbilityTask_WaitConfirmCancel_WaitConfirmCancel"); \ +static_assert(sizeof(AbilityTask_WaitConfirmCancel_WaitConfirmCancel) == 0x000010, "Wrong size on AbilityTask_WaitConfirmCancel_WaitConfirmCancel"); \ +static_assert(offsetof(AbilityTask_WaitConfirmCancel_WaitConfirmCancel, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitConfirmCancel_WaitConfirmCancel::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitConfirmCancel_WaitConfirmCancel, ReturnValue) == 0x000008, "Member 'AbilityTask_WaitConfirmCancel_WaitConfirmCancel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitConfirmCancel \ +static_assert(alignof(UAbilityTask_WaitConfirmCancel) == 0x000008, "Wrong alignment on UAbilityTask_WaitConfirmCancel"); \ +static_assert(sizeof(UAbilityTask_WaitConfirmCancel) == 0x0000B0, "Wrong size on UAbilityTask_WaitConfirmCancel"); \ +static_assert(offsetof(UAbilityTask_WaitConfirmCancel, OnConfirm) == 0x000088, "Member 'UAbilityTask_WaitConfirmCancel::OnConfirm' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitConfirmCancel, OnCancel) == 0x000098, "Member 'UAbilityTask_WaitConfirmCancel::OnCancel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitDelay_WaitDelay \ +static_assert(alignof(AbilityTask_WaitDelay_WaitDelay) == 0x000008, "Wrong alignment on AbilityTask_WaitDelay_WaitDelay"); \ +static_assert(sizeof(AbilityTask_WaitDelay_WaitDelay) == 0x000018, "Wrong size on AbilityTask_WaitDelay_WaitDelay"); \ +static_assert(offsetof(AbilityTask_WaitDelay_WaitDelay, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitDelay_WaitDelay::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitDelay_WaitDelay, Time) == 0x000008, "Member 'AbilityTask_WaitDelay_WaitDelay::Time' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitDelay_WaitDelay, ReturnValue) == 0x000010, "Member 'AbilityTask_WaitDelay_WaitDelay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitDelay \ +static_assert(alignof(UAbilityTask_WaitDelay) == 0x000008, "Wrong alignment on UAbilityTask_WaitDelay"); \ +static_assert(sizeof(UAbilityTask_WaitDelay) == 0x0000A0, "Wrong size on UAbilityTask_WaitDelay"); \ +static_assert(offsetof(UAbilityTask_WaitDelay, OnFinish) == 0x000088, "Member 'UAbilityTask_WaitDelay::OnFinish' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback \ +static_assert(alignof(AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback) == 0x0002A8, "Wrong size on AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback, Target) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback::Target' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback, SpecApplied) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback::SpecApplied' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback, ActiveHandle) == 0x0002A0, "Member 'AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback::ActiveHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEffectApplied \ +static_assert(alignof(UAbilityTask_WaitGameplayEffectApplied) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEffectApplied"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayEffectApplied) == 0x0001C0, "Wrong size on UAbilityTask_WaitGameplayEffectApplied"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectApplied, ExternalOwner) == 0x0001B0, "Member 'UAbilityTask_WaitGameplayEffectApplied::ExternalOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf \ +static_assert(alignof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf) == 0x0000B8, "Wrong size on AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, SourceFilter) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::SourceFilter' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, SourceTagRequirements) == 0x000018, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::SourceTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, TargetTagRequirements) == 0x000058, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::TargetTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, TriggerOnce) == 0x000098, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, OptionalExternalOwner) == 0x0000A0, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, ListenForPeriodicEffect) == 0x0000A8, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::ListenForPeriodicEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, ReturnValue) == 0x0000B0, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query \ +static_assert(alignof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query) == 0x0000C8, "Wrong size on AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, SourceFilter) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::SourceFilter' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, SourceTagQuery) == 0x000018, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::SourceTagQuery' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, TargetTagQuery) == 0x000060, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::TargetTagQuery' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, TriggerOnce) == 0x0000A8, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, OptionalExternalOwner) == 0x0000B0, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, ListenForPeriodicEffect) == 0x0000B8, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::ListenForPeriodicEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, ReturnValue) == 0x0000C0, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEffectApplied_Self \ +static_assert(alignof(UAbilityTask_WaitGameplayEffectApplied_Self) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEffectApplied_Self"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayEffectApplied_Self) == 0x0001E0, "Wrong size on UAbilityTask_WaitGameplayEffectApplied_Self"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectApplied_Self, OnApplied) == 0x0001C0, "Member 'UAbilityTask_WaitGameplayEffectApplied_Self::OnApplied' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget \ +static_assert(alignof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget) == 0x0000B8, "Wrong size on AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, TargetFilter) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::TargetFilter' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, SourceTagRequirements) == 0x000018, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::SourceTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, TargetTagRequirements) == 0x000058, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::TargetTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, TriggerOnce) == 0x000098, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, OptionalExternalOwner) == 0x0000A0, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, ListenForPeriodicEffects) == 0x0000A8, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::ListenForPeriodicEffects' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, ReturnValue) == 0x0000B0, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query \ +static_assert(alignof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query) == 0x0000C8, "Wrong size on AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, SourceFilter) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::SourceFilter' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, SourceTagQuery) == 0x000018, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::SourceTagQuery' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, TargetTagQuery) == 0x000060, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::TargetTagQuery' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, TriggerOnce) == 0x0000A8, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, OptionalExternalOwner) == 0x0000B0, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, ListenForPeriodicEffect) == 0x0000B8, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::ListenForPeriodicEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, ReturnValue) == 0x0000C0, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEffectApplied_Target \ +static_assert(alignof(UAbilityTask_WaitGameplayEffectApplied_Target) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEffectApplied_Target"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayEffectApplied_Target) == 0x0001E0, "Wrong size on UAbilityTask_WaitGameplayEffectApplied_Target"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectApplied_Target, OnApplied) == 0x0001C0, "Member 'UAbilityTask_WaitGameplayEffectApplied_Target::OnApplied' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity \ +static_assert(alignof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity) == 0x0000A0, "Wrong size on AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, SourceTagRequirements) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::SourceTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, TargetTagRequirements) == 0x000048, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::TargetTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, OptionalExternalTarget) == 0x000088, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::OptionalExternalTarget' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, OnlyTriggerOnce) == 0x000090, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, ReturnValue) == 0x000098, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEffectBlockedImmunity \ +static_assert(alignof(UAbilityTask_WaitGameplayEffectBlockedImmunity) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEffectBlockedImmunity"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayEffectBlockedImmunity) == 0x000130, "Wrong size on UAbilityTask_WaitGameplayEffectBlockedImmunity"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectBlockedImmunity, Blocked) == 0x000088, "Member 'UAbilityTask_WaitGameplayEffectBlockedImmunity::Blocked' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectBlockedImmunity, ExternalOwner) == 0x000120, "Member 'UAbilityTask_WaitGameplayEffectBlockedImmunity::ExternalOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved \ +static_assert(alignof(AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved) == 0x000018, "Wrong size on AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved, Handle) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved::Handle' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved, ReturnValue) == 0x000010, "Member 'AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved \ +static_assert(alignof(AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved) == 0x000020, "Wrong size on AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved, InGameplayEffectRemovalInfo) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved::InGameplayEffectRemovalInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEffectRemoved \ +static_assert(alignof(UAbilityTask_WaitGameplayEffectRemoved) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEffectRemoved"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayEffectRemoved) == 0x0000C8, "Wrong size on UAbilityTask_WaitGameplayEffectRemoved"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectRemoved, OnRemoved) == 0x000088, "Member 'UAbilityTask_WaitGameplayEffectRemoved::OnRemoved' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectRemoved, InvalidHandle) == 0x000098, "Member 'UAbilityTask_WaitGameplayEffectRemoved::InvalidHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange \ +static_assert(alignof(AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange) == 0x000018, "Wrong size on AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange, Handle) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange::Handle' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange, ReturnValue) == 0x000010, "Member 'AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange \ +static_assert(alignof(AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange) == 0x000004, "Wrong alignment on AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange) == 0x000010, "Wrong size on AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange, Handle) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange::Handle' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange, NewCount) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange::NewCount' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange, OldCount) == 0x00000C, "Member 'AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange::OldCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEffectStackChange \ +static_assert(alignof(UAbilityTask_WaitGameplayEffectStackChange) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEffectStackChange"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayEffectStackChange) == 0x0000C0, "Wrong size on UAbilityTask_WaitGameplayEffectStackChange"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectStackChange, OnChange) == 0x000088, "Member 'UAbilityTask_WaitGameplayEffectStackChange::OnChange' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectStackChange, InvalidHandle) == 0x000098, "Member 'UAbilityTask_WaitGameplayEffectStackChange::InvalidHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEvent_WaitGameplayEvent \ +static_assert(alignof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEvent_WaitGameplayEvent"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent) == 0x000030, "Wrong size on AbilityTask_WaitGameplayEvent_WaitGameplayEvent"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, EventTag) == 0x000008, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::EventTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, OptionalExternalTarget_0) == 0x000018, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::OptionalExternalTarget_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, OnlyTriggerOnce) == 0x000020, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, OnlyMatchExact) == 0x000021, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::OnlyMatchExact' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, ReturnValue) == 0x000028, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEvent \ +static_assert(alignof(UAbilityTask_WaitGameplayEvent) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEvent"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayEvent) == 0x0000C0, "Wrong size on UAbilityTask_WaitGameplayEvent"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEvent, EventReceived) == 0x000088, "Member 'UAbilityTask_WaitGameplayEvent::EventReceived' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEvent, OptionalExternalTarget) == 0x0000A8, "Member 'UAbilityTask_WaitGameplayEvent::OptionalExternalTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayTag_GameplayTagCallback \ +static_assert(alignof(AbilityTask_WaitGameplayTag_GameplayTagCallback) == 0x000004, "Wrong alignment on AbilityTask_WaitGameplayTag_GameplayTagCallback"); \ +static_assert(sizeof(AbilityTask_WaitGameplayTag_GameplayTagCallback) == 0x000010, "Wrong size on AbilityTask_WaitGameplayTag_GameplayTagCallback"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTag_GameplayTagCallback, Tag) == 0x000000, "Member 'AbilityTask_WaitGameplayTag_GameplayTagCallback::Tag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTag_GameplayTagCallback, NewCount) == 0x00000C, "Member 'AbilityTask_WaitGameplayTag_GameplayTagCallback::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayTag \ +static_assert(alignof(UAbilityTask_WaitGameplayTag) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayTag"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayTag) == 0x0000B0, "Wrong size on UAbilityTask_WaitGameplayTag"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayTag, OptionalExternalTarget) == 0x000098, "Member 'UAbilityTask_WaitGameplayTag::OptionalExternalTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd \ +static_assert(alignof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd"); \ +static_assert(sizeof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd) == 0x000030, "Wrong size on AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd, Tag) == 0x000008, "Member 'AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd::Tag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd, InOptionalExternalTarget) == 0x000018, "Member 'AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd::InOptionalExternalTarget' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd, OnlyTriggerOnce) == 0x000020, "Member 'AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd, ReturnValue) == 0x000028, "Member 'AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayTagAdded \ +static_assert(alignof(UAbilityTask_WaitGameplayTagAdded) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayTagAdded"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayTagAdded) == 0x0000C0, "Wrong size on UAbilityTask_WaitGameplayTagAdded"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayTagAdded, Added) == 0x0000B0, "Member 'UAbilityTask_WaitGameplayTagAdded::Added' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove \ +static_assert(alignof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove"); \ +static_assert(sizeof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove) == 0x000030, "Wrong size on AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove, Tag) == 0x000008, "Member 'AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove::Tag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove, InOptionalExternalTarget) == 0x000018, "Member 'AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove::InOptionalExternalTarget' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove, OnlyTriggerOnce) == 0x000020, "Member 'AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove, ReturnValue) == 0x000028, "Member 'AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayTagRemoved \ +static_assert(alignof(UAbilityTask_WaitGameplayTagRemoved) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayTagRemoved"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayTagRemoved) == 0x0000C0, "Wrong size on UAbilityTask_WaitGameplayTagRemoved"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayTagRemoved, Removed) == 0x0000B0, "Member 'UAbilityTask_WaitGameplayTagRemoved::Removed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitInputPress_WaitInputPress \ +static_assert(alignof(AbilityTask_WaitInputPress_WaitInputPress) == 0x000008, "Wrong alignment on AbilityTask_WaitInputPress_WaitInputPress"); \ +static_assert(sizeof(AbilityTask_WaitInputPress_WaitInputPress) == 0x000018, "Wrong size on AbilityTask_WaitInputPress_WaitInputPress"); \ +static_assert(offsetof(AbilityTask_WaitInputPress_WaitInputPress, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitInputPress_WaitInputPress::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitInputPress_WaitInputPress, bTestAlreadyPressed) == 0x000008, "Member 'AbilityTask_WaitInputPress_WaitInputPress::bTestAlreadyPressed' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitInputPress_WaitInputPress, ReturnValue) == 0x000010, "Member 'AbilityTask_WaitInputPress_WaitInputPress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitInputPress \ +static_assert(alignof(UAbilityTask_WaitInputPress) == 0x000008, "Wrong alignment on UAbilityTask_WaitInputPress"); \ +static_assert(sizeof(UAbilityTask_WaitInputPress) == 0x0000A8, "Wrong size on UAbilityTask_WaitInputPress"); \ +static_assert(offsetof(UAbilityTask_WaitInputPress, OnPress) == 0x000088, "Member 'UAbilityTask_WaitInputPress::OnPress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitInputRelease_WaitInputRelease \ +static_assert(alignof(AbilityTask_WaitInputRelease_WaitInputRelease) == 0x000008, "Wrong alignment on AbilityTask_WaitInputRelease_WaitInputRelease"); \ +static_assert(sizeof(AbilityTask_WaitInputRelease_WaitInputRelease) == 0x000018, "Wrong size on AbilityTask_WaitInputRelease_WaitInputRelease"); \ +static_assert(offsetof(AbilityTask_WaitInputRelease_WaitInputRelease, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitInputRelease_WaitInputRelease::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitInputRelease_WaitInputRelease, bTestAlreadyReleased) == 0x000008, "Member 'AbilityTask_WaitInputRelease_WaitInputRelease::bTestAlreadyReleased' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitInputRelease_WaitInputRelease, ReturnValue) == 0x000010, "Member 'AbilityTask_WaitInputRelease_WaitInputRelease::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitInputRelease \ +static_assert(alignof(UAbilityTask_WaitInputRelease) == 0x000008, "Wrong alignment on UAbilityTask_WaitInputRelease"); \ +static_assert(sizeof(UAbilityTask_WaitInputRelease) == 0x0000A8, "Wrong size on UAbilityTask_WaitInputRelease"); \ +static_assert(offsetof(UAbilityTask_WaitInputRelease, OnRelease) == 0x000088, "Member 'UAbilityTask_WaitInputRelease::OnRelease' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange \ +static_assert(alignof(AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange) == 0x000008, "Wrong alignment on AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange"); \ +static_assert(sizeof(AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange) == 0x000018, "Wrong size on AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange"); \ +static_assert(offsetof(AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange, NewMode) == 0x000008, "Member 'AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange::NewMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange, ReturnValue) == 0x000010, "Member 'AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitMovementModeChange_OnMovementModeChange \ +static_assert(alignof(AbilityTask_WaitMovementModeChange_OnMovementModeChange) == 0x000008, "Wrong alignment on AbilityTask_WaitMovementModeChange_OnMovementModeChange"); \ +static_assert(sizeof(AbilityTask_WaitMovementModeChange_OnMovementModeChange) == 0x000010, "Wrong size on AbilityTask_WaitMovementModeChange_OnMovementModeChange"); \ +static_assert(offsetof(AbilityTask_WaitMovementModeChange_OnMovementModeChange, Character) == 0x000000, "Member 'AbilityTask_WaitMovementModeChange_OnMovementModeChange::Character' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitMovementModeChange_OnMovementModeChange, PrevMovementMode) == 0x000008, "Member 'AbilityTask_WaitMovementModeChange_OnMovementModeChange::PrevMovementMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitMovementModeChange_OnMovementModeChange, PreviousCustomMode) == 0x000009, "Member 'AbilityTask_WaitMovementModeChange_OnMovementModeChange::PreviousCustomMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitMovementModeChange \ +static_assert(alignof(UAbilityTask_WaitMovementModeChange) == 0x000008, "Wrong alignment on UAbilityTask_WaitMovementModeChange"); \ +static_assert(sizeof(UAbilityTask_WaitMovementModeChange) == 0x0000A8, "Wrong size on UAbilityTask_WaitMovementModeChange"); \ +static_assert(offsetof(UAbilityTask_WaitMovementModeChange, OnChange) == 0x000088, "Member 'UAbilityTask_WaitMovementModeChange::OnChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitOverlap_WaitForOverlap \ +static_assert(alignof(AbilityTask_WaitOverlap_WaitForOverlap) == 0x000008, "Wrong alignment on AbilityTask_WaitOverlap_WaitForOverlap"); \ +static_assert(sizeof(AbilityTask_WaitOverlap_WaitForOverlap) == 0x000010, "Wrong size on AbilityTask_WaitOverlap_WaitForOverlap"); \ +static_assert(offsetof(AbilityTask_WaitOverlap_WaitForOverlap, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitOverlap_WaitForOverlap::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitOverlap_WaitForOverlap, ReturnValue) == 0x000008, "Member 'AbilityTask_WaitOverlap_WaitForOverlap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitOverlap_OnHitCallback \ +static_assert(alignof(AbilityTask_WaitOverlap_OnHitCallback) == 0x000008, "Wrong alignment on AbilityTask_WaitOverlap_OnHitCallback"); \ +static_assert(sizeof(AbilityTask_WaitOverlap_OnHitCallback) == 0x0000B8, "Wrong size on AbilityTask_WaitOverlap_OnHitCallback"); \ +static_assert(offsetof(AbilityTask_WaitOverlap_OnHitCallback, HitComp) == 0x000000, "Member 'AbilityTask_WaitOverlap_OnHitCallback::HitComp' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitOverlap_OnHitCallback, OtherActor) == 0x000008, "Member 'AbilityTask_WaitOverlap_OnHitCallback::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitOverlap_OnHitCallback, OtherComp) == 0x000010, "Member 'AbilityTask_WaitOverlap_OnHitCallback::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitOverlap_OnHitCallback, NormalImpulse) == 0x000018, "Member 'AbilityTask_WaitOverlap_OnHitCallback::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitOverlap_OnHitCallback, Hit) == 0x000024, "Member 'AbilityTask_WaitOverlap_OnHitCallback::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitOverlap \ +static_assert(alignof(UAbilityTask_WaitOverlap) == 0x000008, "Wrong alignment on UAbilityTask_WaitOverlap"); \ +static_assert(sizeof(UAbilityTask_WaitOverlap) == 0x000098, "Wrong size on UAbilityTask_WaitOverlap"); \ +static_assert(offsetof(UAbilityTask_WaitOverlap, OnOverlap) == 0x000088, "Member 'UAbilityTask_WaitOverlap::OnOverlap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_WaitTargetData \ +static_assert(alignof(AbilityTask_WaitTargetData_WaitTargetData) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_WaitTargetData"); \ +static_assert(sizeof(AbilityTask_WaitTargetData_WaitTargetData) == 0x000028, "Wrong size on AbilityTask_WaitTargetData_WaitTargetData"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetData, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitTargetData_WaitTargetData::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetData, TaskInstanceName) == 0x000008, "Member 'AbilityTask_WaitTargetData_WaitTargetData::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetData, ConfirmationType) == 0x000014, "Member 'AbilityTask_WaitTargetData_WaitTargetData::ConfirmationType' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetData, Class_0) == 0x000018, "Member 'AbilityTask_WaitTargetData_WaitTargetData::Class_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetData, ReturnValue) == 0x000020, "Member 'AbilityTask_WaitTargetData_WaitTargetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_WaitTargetDataUsingActor \ +static_assert(alignof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_WaitTargetDataUsingActor"); \ +static_assert(sizeof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor) == 0x000028, "Wrong size on AbilityTask_WaitTargetData_WaitTargetDataUsingActor"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitTargetData_WaitTargetDataUsingActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor, TaskInstanceName) == 0x000008, "Member 'AbilityTask_WaitTargetData_WaitTargetDataUsingActor::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor, ConfirmationType) == 0x000014, "Member 'AbilityTask_WaitTargetData_WaitTargetDataUsingActor::ConfirmationType' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor, TargetActor_0) == 0x000018, "Member 'AbilityTask_WaitTargetData_WaitTargetDataUsingActor::TargetActor_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor, ReturnValue) == 0x000020, "Member 'AbilityTask_WaitTargetData_WaitTargetDataUsingActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_BeginSpawningActor \ +static_assert(alignof(AbilityTask_WaitTargetData_BeginSpawningActor) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_BeginSpawningActor"); \ +static_assert(sizeof(AbilityTask_WaitTargetData_BeginSpawningActor) == 0x000020, "Wrong size on AbilityTask_WaitTargetData_BeginSpawningActor"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_BeginSpawningActor, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitTargetData_BeginSpawningActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_BeginSpawningActor, Class_0) == 0x000008, "Member 'AbilityTask_WaitTargetData_BeginSpawningActor::Class_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_BeginSpawningActor, SpawnedActor) == 0x000010, "Member 'AbilityTask_WaitTargetData_BeginSpawningActor::SpawnedActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_BeginSpawningActor, ReturnValue) == 0x000018, "Member 'AbilityTask_WaitTargetData_BeginSpawningActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_FinishSpawningActor \ +static_assert(alignof(AbilityTask_WaitTargetData_FinishSpawningActor) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_FinishSpawningActor"); \ +static_assert(sizeof(AbilityTask_WaitTargetData_FinishSpawningActor) == 0x000010, "Wrong size on AbilityTask_WaitTargetData_FinishSpawningActor"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_FinishSpawningActor, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitTargetData_FinishSpawningActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_FinishSpawningActor, SpawnedActor) == 0x000008, "Member 'AbilityTask_WaitTargetData_FinishSpawningActor::SpawnedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_OnTargetDataCancelledCallback \ +static_assert(alignof(AbilityTask_WaitTargetData_OnTargetDataCancelledCallback) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_OnTargetDataCancelledCallback"); \ +static_assert(sizeof(AbilityTask_WaitTargetData_OnTargetDataCancelledCallback) == 0x000028, "Wrong size on AbilityTask_WaitTargetData_OnTargetDataCancelledCallback"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_OnTargetDataCancelledCallback, Data) == 0x000000, "Member 'AbilityTask_WaitTargetData_OnTargetDataCancelledCallback::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_OnTargetDataReadyCallback \ +static_assert(alignof(AbilityTask_WaitTargetData_OnTargetDataReadyCallback) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_OnTargetDataReadyCallback"); \ +static_assert(sizeof(AbilityTask_WaitTargetData_OnTargetDataReadyCallback) == 0x000028, "Wrong size on AbilityTask_WaitTargetData_OnTargetDataReadyCallback"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_OnTargetDataReadyCallback, Data) == 0x000000, "Member 'AbilityTask_WaitTargetData_OnTargetDataReadyCallback::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback \ +static_assert(alignof(AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback"); \ +static_assert(sizeof(AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback) == 0x000038, "Wrong size on AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback, Data) == 0x000000, "Member 'AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback::Data' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback, ActivationTag) == 0x000028, "Member 'AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback::ActivationTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitTargetData \ +static_assert(alignof(UAbilityTask_WaitTargetData) == 0x000008, "Wrong alignment on UAbilityTask_WaitTargetData"); \ +static_assert(sizeof(UAbilityTask_WaitTargetData) == 0x0000C8, "Wrong size on UAbilityTask_WaitTargetData"); \ +static_assert(offsetof(UAbilityTask_WaitTargetData, ValidData) == 0x000088, "Member 'UAbilityTask_WaitTargetData::ValidData' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitTargetData, Cancelled) == 0x000098, "Member 'UAbilityTask_WaitTargetData::Cancelled' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitTargetData, TargetClass) == 0x0000A8, "Member 'UAbilityTask_WaitTargetData::TargetClass' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitTargetData, TargetActor) == 0x0000B0, "Member 'UAbilityTask_WaitTargetData::TargetActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitVelocityChange_CreateWaitVelocityChange \ +static_assert(alignof(AbilityTask_WaitVelocityChange_CreateWaitVelocityChange) == 0x000008, "Wrong alignment on AbilityTask_WaitVelocityChange_CreateWaitVelocityChange"); \ +static_assert(sizeof(AbilityTask_WaitVelocityChange_CreateWaitVelocityChange) == 0x000020, "Wrong size on AbilityTask_WaitVelocityChange_CreateWaitVelocityChange"); \ +static_assert(offsetof(AbilityTask_WaitVelocityChange_CreateWaitVelocityChange, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitVelocityChange_CreateWaitVelocityChange::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitVelocityChange_CreateWaitVelocityChange, Direction) == 0x000008, "Member 'AbilityTask_WaitVelocityChange_CreateWaitVelocityChange::Direction' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitVelocityChange_CreateWaitVelocityChange, MinimumMagnitude) == 0x000014, "Member 'AbilityTask_WaitVelocityChange_CreateWaitVelocityChange::MinimumMagnitude' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitVelocityChange_CreateWaitVelocityChange, ReturnValue) == 0x000018, "Member 'AbilityTask_WaitVelocityChange_CreateWaitVelocityChange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitVelocityChange \ +static_assert(alignof(UAbilityTask_WaitVelocityChange) == 0x000008, "Wrong alignment on UAbilityTask_WaitVelocityChange"); \ +static_assert(sizeof(UAbilityTask_WaitVelocityChange) == 0x0000B0, "Wrong size on UAbilityTask_WaitVelocityChange"); \ +static_assert(offsetof(UAbilityTask_WaitVelocityChange, OnVelocityChage) == 0x000088, "Member 'UAbilityTask_WaitVelocityChange::OnVelocityChage' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitVelocityChange, CachedMovementComponent) == 0x000098, "Member 'UAbilityTask_WaitVelocityChange::CachedMovementComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_BP_ApplyGameplayEffectToOwner \ +static_assert(alignof(GameplayAbility_BP_ApplyGameplayEffectToOwner) == 0x000008, "Wrong alignment on GameplayAbility_BP_ApplyGameplayEffectToOwner"); \ +static_assert(sizeof(GameplayAbility_BP_ApplyGameplayEffectToOwner) == 0x000018, "Wrong size on GameplayAbility_BP_ApplyGameplayEffectToOwner"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToOwner, GameplayEffectClass) == 0x000000, "Member 'GameplayAbility_BP_ApplyGameplayEffectToOwner::GameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToOwner, GameplayEffectLevel) == 0x000008, "Member 'GameplayAbility_BP_ApplyGameplayEffectToOwner::GameplayEffectLevel' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToOwner, Stacks) == 0x00000C, "Member 'GameplayAbility_BP_ApplyGameplayEffectToOwner::Stacks' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToOwner, ReturnValue) == 0x000010, "Member 'GameplayAbility_BP_ApplyGameplayEffectToOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_BP_ApplyGameplayEffectToTarget \ +static_assert(alignof(GameplayAbility_BP_ApplyGameplayEffectToTarget) == 0x000008, "Wrong alignment on GameplayAbility_BP_ApplyGameplayEffectToTarget"); \ +static_assert(sizeof(GameplayAbility_BP_ApplyGameplayEffectToTarget) == 0x000048, "Wrong size on GameplayAbility_BP_ApplyGameplayEffectToTarget"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToTarget, TargetData) == 0x000000, "Member 'GameplayAbility_BP_ApplyGameplayEffectToTarget::TargetData' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToTarget, GameplayEffectClass) == 0x000028, "Member 'GameplayAbility_BP_ApplyGameplayEffectToTarget::GameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToTarget, GameplayEffectLevel) == 0x000030, "Member 'GameplayAbility_BP_ApplyGameplayEffectToTarget::GameplayEffectLevel' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToTarget, Stacks) == 0x000034, "Member 'GameplayAbility_BP_ApplyGameplayEffectToTarget::Stacks' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToTarget, ReturnValue) == 0x000038, "Member 'GameplayAbility_BP_ApplyGameplayEffectToTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags \ +static_assert(alignof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags) == 0x000008, "Wrong alignment on GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags"); \ +static_assert(sizeof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags) == 0x000028, "Wrong size on GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags"); \ +static_assert(offsetof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags, WithAssetTags) == 0x000000, "Member 'GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags::WithAssetTags' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags, StacksToRemove) == 0x000020, "Member 'GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags::StacksToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags \ +static_assert(alignof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags) == 0x000008, "Wrong alignment on GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags"); \ +static_assert(sizeof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags) == 0x000028, "Wrong size on GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags"); \ +static_assert(offsetof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags, WithGrantedTags) == 0x000000, "Member 'GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags::WithGrantedTags' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags, StacksToRemove) == 0x000020, "Member 'GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags::StacksToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle \ +static_assert(alignof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle) == 0x000004, "Wrong alignment on GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle"); \ +static_assert(sizeof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle) == 0x00000C, "Wrong size on GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle"); \ +static_assert(offsetof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle, Handle) == 0x000000, "Member 'GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle, StacksToRemove) == 0x000008, "Member 'GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle::StacksToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_CancelTaskByInstanceName \ +static_assert(alignof(GameplayAbility_CancelTaskByInstanceName) == 0x000004, "Wrong alignment on GameplayAbility_CancelTaskByInstanceName"); \ +static_assert(sizeof(GameplayAbility_CancelTaskByInstanceName) == 0x00000C, "Wrong size on GameplayAbility_CancelTaskByInstanceName"); \ +static_assert(offsetof(GameplayAbility_CancelTaskByInstanceName, InstanceName) == 0x000000, "Member 'GameplayAbility_CancelTaskByInstanceName::InstanceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_ConfirmTaskByInstanceName \ +static_assert(alignof(GameplayAbility_ConfirmTaskByInstanceName) == 0x000004, "Wrong alignment on GameplayAbility_ConfirmTaskByInstanceName"); \ +static_assert(sizeof(GameplayAbility_ConfirmTaskByInstanceName) == 0x000010, "Wrong size on GameplayAbility_ConfirmTaskByInstanceName"); \ +static_assert(offsetof(GameplayAbility_ConfirmTaskByInstanceName, InstanceName) == 0x000000, "Member 'GameplayAbility_ConfirmTaskByInstanceName::InstanceName' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_ConfirmTaskByInstanceName, bEndTask) == 0x00000C, "Member 'GameplayAbility_ConfirmTaskByInstanceName::bEndTask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_EndAbilityState \ +static_assert(alignof(GameplayAbility_EndAbilityState) == 0x000004, "Wrong alignment on GameplayAbility_EndAbilityState"); \ +static_assert(sizeof(GameplayAbility_EndAbilityState) == 0x00000C, "Wrong size on GameplayAbility_EndAbilityState"); \ +static_assert(offsetof(GameplayAbility_EndAbilityState, OptionalStateNameToEnd) == 0x000000, "Member 'GameplayAbility_EndAbilityState::OptionalStateNameToEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_EndTaskByInstanceName \ +static_assert(alignof(GameplayAbility_EndTaskByInstanceName) == 0x000004, "Wrong alignment on GameplayAbility_EndTaskByInstanceName"); \ +static_assert(sizeof(GameplayAbility_EndTaskByInstanceName) == 0x00000C, "Wrong size on GameplayAbility_EndTaskByInstanceName"); \ +static_assert(offsetof(GameplayAbility_EndTaskByInstanceName, InstanceName) == 0x000000, "Member 'GameplayAbility_EndTaskByInstanceName::InstanceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_ActivateAbilityFromEvent \ +static_assert(alignof(GameplayAbility_K2_ActivateAbilityFromEvent) == 0x000008, "Wrong alignment on GameplayAbility_K2_ActivateAbilityFromEvent"); \ +static_assert(sizeof(GameplayAbility_K2_ActivateAbilityFromEvent) == 0x0000B8, "Wrong size on GameplayAbility_K2_ActivateAbilityFromEvent"); \ +static_assert(offsetof(GameplayAbility_K2_ActivateAbilityFromEvent, EventData) == 0x000000, "Member 'GameplayAbility_K2_ActivateAbilityFromEvent::EventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_AddGameplayCue \ +static_assert(alignof(GameplayAbility_K2_AddGameplayCue) == 0x000008, "Wrong alignment on GameplayAbility_K2_AddGameplayCue"); \ +static_assert(sizeof(GameplayAbility_K2_AddGameplayCue) == 0x000030, "Wrong size on GameplayAbility_K2_AddGameplayCue"); \ +static_assert(offsetof(GameplayAbility_K2_AddGameplayCue, GameplayCueTag) == 0x000000, "Member 'GameplayAbility_K2_AddGameplayCue::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_AddGameplayCue, Context) == 0x000010, "Member 'GameplayAbility_K2_AddGameplayCue::Context' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_AddGameplayCue, bRemoveOnAbilityEnd) == 0x000028, "Member 'GameplayAbility_K2_AddGameplayCue::bRemoveOnAbilityEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_AddGameplayCueWithParams \ +static_assert(alignof(GameplayAbility_K2_AddGameplayCueWithParams) == 0x000008, "Wrong alignment on GameplayAbility_K2_AddGameplayCueWithParams"); \ +static_assert(sizeof(GameplayAbility_K2_AddGameplayCueWithParams) == 0x0000E0, "Wrong size on GameplayAbility_K2_AddGameplayCueWithParams"); \ +static_assert(offsetof(GameplayAbility_K2_AddGameplayCueWithParams, GameplayCueTag) == 0x000000, "Member 'GameplayAbility_K2_AddGameplayCueWithParams::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_AddGameplayCueWithParams, GameplayCueParameter) == 0x000010, "Member 'GameplayAbility_K2_AddGameplayCueWithParams::GameplayCueParameter' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_AddGameplayCueWithParams, bRemoveOnAbilityEnd) == 0x0000D8, "Member 'GameplayAbility_K2_AddGameplayCueWithParams::bRemoveOnAbilityEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_ApplyGameplayEffectSpecToOwner \ +static_assert(alignof(GameplayAbility_K2_ApplyGameplayEffectSpecToOwner) == 0x000008, "Wrong alignment on GameplayAbility_K2_ApplyGameplayEffectSpecToOwner"); \ +static_assert(sizeof(GameplayAbility_K2_ApplyGameplayEffectSpecToOwner) == 0x000018, "Wrong size on GameplayAbility_K2_ApplyGameplayEffectSpecToOwner"); \ +static_assert(offsetof(GameplayAbility_K2_ApplyGameplayEffectSpecToOwner, EffectSpecHandle) == 0x000000, "Member 'GameplayAbility_K2_ApplyGameplayEffectSpecToOwner::EffectSpecHandle' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_ApplyGameplayEffectSpecToOwner, ReturnValue) == 0x000010, "Member 'GameplayAbility_K2_ApplyGameplayEffectSpecToOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_ApplyGameplayEffectSpecToTarget \ +static_assert(alignof(GameplayAbility_K2_ApplyGameplayEffectSpecToTarget) == 0x000008, "Wrong alignment on GameplayAbility_K2_ApplyGameplayEffectSpecToTarget"); \ +static_assert(sizeof(GameplayAbility_K2_ApplyGameplayEffectSpecToTarget) == 0x000048, "Wrong size on GameplayAbility_K2_ApplyGameplayEffectSpecToTarget"); \ +static_assert(offsetof(GameplayAbility_K2_ApplyGameplayEffectSpecToTarget, EffectSpecHandle) == 0x000000, "Member 'GameplayAbility_K2_ApplyGameplayEffectSpecToTarget::EffectSpecHandle' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_ApplyGameplayEffectSpecToTarget, TargetData) == 0x000010, "Member 'GameplayAbility_K2_ApplyGameplayEffectSpecToTarget::TargetData' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_ApplyGameplayEffectSpecToTarget, ReturnValue) == 0x000038, "Member 'GameplayAbility_K2_ApplyGameplayEffectSpecToTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_CheckAbilityCooldown \ +static_assert(alignof(GameplayAbility_K2_CheckAbilityCooldown) == 0x000001, "Wrong alignment on GameplayAbility_K2_CheckAbilityCooldown"); \ +static_assert(sizeof(GameplayAbility_K2_CheckAbilityCooldown) == 0x000001, "Wrong size on GameplayAbility_K2_CheckAbilityCooldown"); \ +static_assert(offsetof(GameplayAbility_K2_CheckAbilityCooldown, ReturnValue) == 0x000000, "Member 'GameplayAbility_K2_CheckAbilityCooldown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_CheckAbilityCost \ +static_assert(alignof(GameplayAbility_K2_CheckAbilityCost) == 0x000001, "Wrong alignment on GameplayAbility_K2_CheckAbilityCost"); \ +static_assert(sizeof(GameplayAbility_K2_CheckAbilityCost) == 0x000001, "Wrong size on GameplayAbility_K2_CheckAbilityCost"); \ +static_assert(offsetof(GameplayAbility_K2_CheckAbilityCost, ReturnValue) == 0x000000, "Member 'GameplayAbility_K2_CheckAbilityCost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_CommitAbility \ +static_assert(alignof(GameplayAbility_K2_CommitAbility) == 0x000001, "Wrong alignment on GameplayAbility_K2_CommitAbility"); \ +static_assert(sizeof(GameplayAbility_K2_CommitAbility) == 0x000001, "Wrong size on GameplayAbility_K2_CommitAbility"); \ +static_assert(offsetof(GameplayAbility_K2_CommitAbility, ReturnValue) == 0x000000, "Member 'GameplayAbility_K2_CommitAbility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_CommitAbilityCooldown \ +static_assert(alignof(GameplayAbility_K2_CommitAbilityCooldown) == 0x000001, "Wrong alignment on GameplayAbility_K2_CommitAbilityCooldown"); \ +static_assert(sizeof(GameplayAbility_K2_CommitAbilityCooldown) == 0x000003, "Wrong size on GameplayAbility_K2_CommitAbilityCooldown"); \ +static_assert(offsetof(GameplayAbility_K2_CommitAbilityCooldown, BroadcastCommitEvent) == 0x000000, "Member 'GameplayAbility_K2_CommitAbilityCooldown::BroadcastCommitEvent' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_CommitAbilityCooldown, ForceCooldown) == 0x000001, "Member 'GameplayAbility_K2_CommitAbilityCooldown::ForceCooldown' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_CommitAbilityCooldown, ReturnValue) == 0x000002, "Member 'GameplayAbility_K2_CommitAbilityCooldown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_CommitAbilityCost \ +static_assert(alignof(GameplayAbility_K2_CommitAbilityCost) == 0x000001, "Wrong alignment on GameplayAbility_K2_CommitAbilityCost"); \ +static_assert(sizeof(GameplayAbility_K2_CommitAbilityCost) == 0x000002, "Wrong size on GameplayAbility_K2_CommitAbilityCost"); \ +static_assert(offsetof(GameplayAbility_K2_CommitAbilityCost, BroadcastCommitEvent) == 0x000000, "Member 'GameplayAbility_K2_CommitAbilityCost::BroadcastCommitEvent' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_CommitAbilityCost, ReturnValue) == 0x000001, "Member 'GameplayAbility_K2_CommitAbilityCost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_ExecuteGameplayCue \ +static_assert(alignof(GameplayAbility_K2_ExecuteGameplayCue) == 0x000008, "Wrong alignment on GameplayAbility_K2_ExecuteGameplayCue"); \ +static_assert(sizeof(GameplayAbility_K2_ExecuteGameplayCue) == 0x000028, "Wrong size on GameplayAbility_K2_ExecuteGameplayCue"); \ +static_assert(offsetof(GameplayAbility_K2_ExecuteGameplayCue, GameplayCueTag) == 0x000000, "Member 'GameplayAbility_K2_ExecuteGameplayCue::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_ExecuteGameplayCue, Context) == 0x000010, "Member 'GameplayAbility_K2_ExecuteGameplayCue::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_ExecuteGameplayCueWithParams \ +static_assert(alignof(GameplayAbility_K2_ExecuteGameplayCueWithParams) == 0x000008, "Wrong alignment on GameplayAbility_K2_ExecuteGameplayCueWithParams"); \ +static_assert(sizeof(GameplayAbility_K2_ExecuteGameplayCueWithParams) == 0x0000D8, "Wrong size on GameplayAbility_K2_ExecuteGameplayCueWithParams"); \ +static_assert(offsetof(GameplayAbility_K2_ExecuteGameplayCueWithParams, GameplayCueTag) == 0x000000, "Member 'GameplayAbility_K2_ExecuteGameplayCueWithParams::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_ExecuteGameplayCueWithParams, GameplayCueParameters) == 0x000010, "Member 'GameplayAbility_K2_ExecuteGameplayCueWithParams::GameplayCueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_OnEndAbility \ +static_assert(alignof(GameplayAbility_K2_OnEndAbility) == 0x000001, "Wrong alignment on GameplayAbility_K2_OnEndAbility"); \ +static_assert(sizeof(GameplayAbility_K2_OnEndAbility) == 0x000001, "Wrong size on GameplayAbility_K2_OnEndAbility"); \ +static_assert(offsetof(GameplayAbility_K2_OnEndAbility, bWasCancelled) == 0x000000, "Member 'GameplayAbility_K2_OnEndAbility::bWasCancelled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_RemoveGameplayCue \ +static_assert(alignof(GameplayAbility_K2_RemoveGameplayCue) == 0x000004, "Wrong alignment on GameplayAbility_K2_RemoveGameplayCue"); \ +static_assert(sizeof(GameplayAbility_K2_RemoveGameplayCue) == 0x00000C, "Wrong size on GameplayAbility_K2_RemoveGameplayCue"); \ +static_assert(offsetof(GameplayAbility_K2_RemoveGameplayCue, GameplayCueTag) == 0x000000, "Member 'GameplayAbility_K2_RemoveGameplayCue::GameplayCueTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_MakeTargetLocationInfoFromOwnerActor \ +static_assert(alignof(GameplayAbility_MakeTargetLocationInfoFromOwnerActor) == 0x000010, "Wrong alignment on GameplayAbility_MakeTargetLocationInfoFromOwnerActor"); \ +static_assert(sizeof(GameplayAbility_MakeTargetLocationInfoFromOwnerActor) == 0x000080, "Wrong size on GameplayAbility_MakeTargetLocationInfoFromOwnerActor"); \ +static_assert(offsetof(GameplayAbility_MakeTargetLocationInfoFromOwnerActor, ReturnValue) == 0x000000, "Member 'GameplayAbility_MakeTargetLocationInfoFromOwnerActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent \ +static_assert(alignof(GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent) == 0x000010, "Wrong alignment on GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent"); \ +static_assert(sizeof(GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent) == 0x000090, "Wrong size on GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent"); \ +static_assert(offsetof(GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent, SocketName) == 0x000000, "Member 'GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent::SocketName' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent, ReturnValue) == 0x000010, "Member 'GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_MontageJumpToSection \ +static_assert(alignof(GameplayAbility_MontageJumpToSection) == 0x000004, "Wrong alignment on GameplayAbility_MontageJumpToSection"); \ +static_assert(sizeof(GameplayAbility_MontageJumpToSection) == 0x00000C, "Wrong size on GameplayAbility_MontageJumpToSection"); \ +static_assert(offsetof(GameplayAbility_MontageJumpToSection, SectionName) == 0x000000, "Member 'GameplayAbility_MontageJumpToSection::SectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_MontageSetNextSectionName \ +static_assert(alignof(GameplayAbility_MontageSetNextSectionName) == 0x000004, "Wrong alignment on GameplayAbility_MontageSetNextSectionName"); \ +static_assert(sizeof(GameplayAbility_MontageSetNextSectionName) == 0x000018, "Wrong size on GameplayAbility_MontageSetNextSectionName"); \ +static_assert(offsetof(GameplayAbility_MontageSetNextSectionName, FromSectionName) == 0x000000, "Member 'GameplayAbility_MontageSetNextSectionName::FromSectionName' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_MontageSetNextSectionName, ToSectionName) == 0x00000C, "Member 'GameplayAbility_MontageSetNextSectionName::ToSectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_MontageStop \ +static_assert(alignof(GameplayAbility_MontageStop) == 0x000004, "Wrong alignment on GameplayAbility_MontageStop"); \ +static_assert(sizeof(GameplayAbility_MontageStop) == 0x000004, "Wrong size on GameplayAbility_MontageStop"); \ +static_assert(offsetof(GameplayAbility_MontageStop, OverrideBlendOutTime) == 0x000000, "Member 'GameplayAbility_MontageStop::OverrideBlendOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_SendGameplayEvent \ +static_assert(alignof(GameplayAbility_SendGameplayEvent) == 0x000008, "Wrong alignment on GameplayAbility_SendGameplayEvent"); \ +static_assert(sizeof(GameplayAbility_SendGameplayEvent) == 0x0000C8, "Wrong size on GameplayAbility_SendGameplayEvent"); \ +static_assert(offsetof(GameplayAbility_SendGameplayEvent, EventTag) == 0x000000, "Member 'GameplayAbility_SendGameplayEvent::EventTag' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_SendGameplayEvent, Payload) == 0x000010, "Member 'GameplayAbility_SendGameplayEvent::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_SetCanBeCanceled \ +static_assert(alignof(GameplayAbility_SetCanBeCanceled) == 0x000001, "Wrong alignment on GameplayAbility_SetCanBeCanceled"); \ +static_assert(sizeof(GameplayAbility_SetCanBeCanceled) == 0x000001, "Wrong size on GameplayAbility_SetCanBeCanceled"); \ +static_assert(offsetof(GameplayAbility_SetCanBeCanceled, bCanBeCanceled) == 0x000000, "Member 'GameplayAbility_SetCanBeCanceled::bCanBeCanceled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_SetShouldBlockOtherAbilities \ +static_assert(alignof(GameplayAbility_SetShouldBlockOtherAbilities) == 0x000001, "Wrong alignment on GameplayAbility_SetShouldBlockOtherAbilities"); \ +static_assert(sizeof(GameplayAbility_SetShouldBlockOtherAbilities) == 0x000001, "Wrong size on GameplayAbility_SetShouldBlockOtherAbilities"); \ +static_assert(offsetof(GameplayAbility_SetShouldBlockOtherAbilities, bShouldBlockAbilities) == 0x000000, "Member 'GameplayAbility_SetShouldBlockOtherAbilities::bShouldBlockAbilities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetAbilityLevel \ +static_assert(alignof(GameplayAbility_GetAbilityLevel) == 0x000004, "Wrong alignment on GameplayAbility_GetAbilityLevel"); \ +static_assert(sizeof(GameplayAbility_GetAbilityLevel) == 0x000004, "Wrong size on GameplayAbility_GetAbilityLevel"); \ +static_assert(offsetof(GameplayAbility_GetAbilityLevel, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetAbilityLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetAbilityLevel_BP \ +static_assert(alignof(GameplayAbility_GetAbilityLevel_BP) == 0x000008, "Wrong alignment on GameplayAbility_GetAbilityLevel_BP"); \ +static_assert(sizeof(GameplayAbility_GetAbilityLevel_BP) == 0x000060, "Wrong size on GameplayAbility_GetAbilityLevel_BP"); \ +static_assert(offsetof(GameplayAbility_GetAbilityLevel_BP, Handle) == 0x000000, "Member 'GameplayAbility_GetAbilityLevel_BP::Handle' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_GetAbilityLevel_BP, ActorInfo) == 0x000008, "Member 'GameplayAbility_GetAbilityLevel_BP::ActorInfo' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_GetAbilityLevel_BP, ReturnValue) == 0x000058, "Member 'GameplayAbility_GetAbilityLevel_BP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetAbilitySystemComponentFromActorInfo \ +static_assert(alignof(GameplayAbility_GetAbilitySystemComponentFromActorInfo) == 0x000008, "Wrong alignment on GameplayAbility_GetAbilitySystemComponentFromActorInfo"); \ +static_assert(sizeof(GameplayAbility_GetAbilitySystemComponentFromActorInfo) == 0x000008, "Wrong size on GameplayAbility_GetAbilitySystemComponentFromActorInfo"); \ +static_assert(offsetof(GameplayAbility_GetAbilitySystemComponentFromActorInfo, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetAbilitySystemComponentFromActorInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetActorInfo \ +static_assert(alignof(GameplayAbility_GetActorInfo) == 0x000008, "Wrong alignment on GameplayAbility_GetActorInfo"); \ +static_assert(sizeof(GameplayAbility_GetActorInfo) == 0x000050, "Wrong size on GameplayAbility_GetActorInfo"); \ +static_assert(offsetof(GameplayAbility_GetActorInfo, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetActorInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetAvatarActorFromActorInfo \ +static_assert(alignof(GameplayAbility_GetAvatarActorFromActorInfo) == 0x000008, "Wrong alignment on GameplayAbility_GetAvatarActorFromActorInfo"); \ +static_assert(sizeof(GameplayAbility_GetAvatarActorFromActorInfo) == 0x000008, "Wrong size on GameplayAbility_GetAvatarActorFromActorInfo"); \ +static_assert(offsetof(GameplayAbility_GetAvatarActorFromActorInfo, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetAvatarActorFromActorInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetContextFromOwner \ +static_assert(alignof(GameplayAbility_GetContextFromOwner) == 0x000008, "Wrong alignment on GameplayAbility_GetContextFromOwner"); \ +static_assert(sizeof(GameplayAbility_GetContextFromOwner) == 0x000040, "Wrong size on GameplayAbility_GetContextFromOwner"); \ +static_assert(offsetof(GameplayAbility_GetContextFromOwner, OptionalTargetData) == 0x000000, "Member 'GameplayAbility_GetContextFromOwner::OptionalTargetData' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_GetContextFromOwner, ReturnValue) == 0x000028, "Member 'GameplayAbility_GetContextFromOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetCooldownTimeRemaining \ +static_assert(alignof(GameplayAbility_GetCooldownTimeRemaining) == 0x000004, "Wrong alignment on GameplayAbility_GetCooldownTimeRemaining"); \ +static_assert(sizeof(GameplayAbility_GetCooldownTimeRemaining) == 0x000004, "Wrong size on GameplayAbility_GetCooldownTimeRemaining"); \ +static_assert(offsetof(GameplayAbility_GetCooldownTimeRemaining, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetCooldownTimeRemaining::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetCurrentMontage \ +static_assert(alignof(GameplayAbility_GetCurrentMontage) == 0x000008, "Wrong alignment on GameplayAbility_GetCurrentMontage"); \ +static_assert(sizeof(GameplayAbility_GetCurrentMontage) == 0x000008, "Wrong size on GameplayAbility_GetCurrentMontage"); \ +static_assert(offsetof(GameplayAbility_GetCurrentMontage, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetCurrentMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetCurrentSourceObject \ +static_assert(alignof(GameplayAbility_GetCurrentSourceObject) == 0x000008, "Wrong alignment on GameplayAbility_GetCurrentSourceObject"); \ +static_assert(sizeof(GameplayAbility_GetCurrentSourceObject) == 0x000008, "Wrong size on GameplayAbility_GetCurrentSourceObject"); \ +static_assert(offsetof(GameplayAbility_GetCurrentSourceObject, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetCurrentSourceObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetGrantedByEffectContext \ +static_assert(alignof(GameplayAbility_GetGrantedByEffectContext) == 0x000008, "Wrong alignment on GameplayAbility_GetGrantedByEffectContext"); \ +static_assert(sizeof(GameplayAbility_GetGrantedByEffectContext) == 0x000018, "Wrong size on GameplayAbility_GetGrantedByEffectContext"); \ +static_assert(offsetof(GameplayAbility_GetGrantedByEffectContext, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetGrantedByEffectContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetOwningActorFromActorInfo \ +static_assert(alignof(GameplayAbility_GetOwningActorFromActorInfo) == 0x000008, "Wrong alignment on GameplayAbility_GetOwningActorFromActorInfo"); \ +static_assert(sizeof(GameplayAbility_GetOwningActorFromActorInfo) == 0x000008, "Wrong size on GameplayAbility_GetOwningActorFromActorInfo"); \ +static_assert(offsetof(GameplayAbility_GetOwningActorFromActorInfo, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetOwningActorFromActorInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetOwningComponentFromActorInfo \ +static_assert(alignof(GameplayAbility_GetOwningComponentFromActorInfo) == 0x000008, "Wrong alignment on GameplayAbility_GetOwningComponentFromActorInfo"); \ +static_assert(sizeof(GameplayAbility_GetOwningComponentFromActorInfo) == 0x000008, "Wrong size on GameplayAbility_GetOwningComponentFromActorInfo"); \ +static_assert(offsetof(GameplayAbility_GetOwningComponentFromActorInfo, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetOwningComponentFromActorInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetSourceObject_BP \ +static_assert(alignof(GameplayAbility_GetSourceObject_BP) == 0x000008, "Wrong alignment on GameplayAbility_GetSourceObject_BP"); \ +static_assert(sizeof(GameplayAbility_GetSourceObject_BP) == 0x000060, "Wrong size on GameplayAbility_GetSourceObject_BP"); \ +static_assert(offsetof(GameplayAbility_GetSourceObject_BP, Handle) == 0x000000, "Member 'GameplayAbility_GetSourceObject_BP::Handle' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_GetSourceObject_BP, ActorInfo) == 0x000008, "Member 'GameplayAbility_GetSourceObject_BP::ActorInfo' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_GetSourceObject_BP, ReturnValue) == 0x000058, "Member 'GameplayAbility_GetSourceObject_BP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_IsLocallyControlled \ +static_assert(alignof(GameplayAbility_IsLocallyControlled) == 0x000001, "Wrong alignment on GameplayAbility_IsLocallyControlled"); \ +static_assert(sizeof(GameplayAbility_IsLocallyControlled) == 0x000001, "Wrong size on GameplayAbility_IsLocallyControlled"); \ +static_assert(offsetof(GameplayAbility_IsLocallyControlled, ReturnValue) == 0x000000, "Member 'GameplayAbility_IsLocallyControlled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_CanActivateAbility \ +static_assert(alignof(GameplayAbility_K2_CanActivateAbility) == 0x000008, "Wrong alignment on GameplayAbility_K2_CanActivateAbility"); \ +static_assert(sizeof(GameplayAbility_K2_CanActivateAbility) == 0x000080, "Wrong size on GameplayAbility_K2_CanActivateAbility"); \ +static_assert(offsetof(GameplayAbility_K2_CanActivateAbility, ActorInfo) == 0x000000, "Member 'GameplayAbility_K2_CanActivateAbility::ActorInfo' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_CanActivateAbility, Handle) == 0x000050, "Member 'GameplayAbility_K2_CanActivateAbility::Handle' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_CanActivateAbility, RelevantTags) == 0x000058, "Member 'GameplayAbility_K2_CanActivateAbility::RelevantTags' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_CanActivateAbility, ReturnValue) == 0x000078, "Member 'GameplayAbility_K2_CanActivateAbility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_HasAuthority \ +static_assert(alignof(GameplayAbility_K2_HasAuthority) == 0x000001, "Wrong alignment on GameplayAbility_K2_HasAuthority"); \ +static_assert(sizeof(GameplayAbility_K2_HasAuthority) == 0x000001, "Wrong size on GameplayAbility_K2_HasAuthority"); \ +static_assert(offsetof(GameplayAbility_K2_HasAuthority, ReturnValue) == 0x000000, "Member 'GameplayAbility_K2_HasAuthority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_ShouldAbilityRespondToEvent \ +static_assert(alignof(GameplayAbility_K2_ShouldAbilityRespondToEvent) == 0x000008, "Wrong alignment on GameplayAbility_K2_ShouldAbilityRespondToEvent"); \ +static_assert(sizeof(GameplayAbility_K2_ShouldAbilityRespondToEvent) == 0x000110, "Wrong size on GameplayAbility_K2_ShouldAbilityRespondToEvent"); \ +static_assert(offsetof(GameplayAbility_K2_ShouldAbilityRespondToEvent, ActorInfo) == 0x000000, "Member 'GameplayAbility_K2_ShouldAbilityRespondToEvent::ActorInfo' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_ShouldAbilityRespondToEvent, Payload) == 0x000050, "Member 'GameplayAbility_K2_ShouldAbilityRespondToEvent::Payload' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_ShouldAbilityRespondToEvent, ReturnValue) == 0x000108, "Member 'GameplayAbility_K2_ShouldAbilityRespondToEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_MakeOutgoingGameplayEffectSpec \ +static_assert(alignof(GameplayAbility_MakeOutgoingGameplayEffectSpec) == 0x000008, "Wrong alignment on GameplayAbility_MakeOutgoingGameplayEffectSpec"); \ +static_assert(sizeof(GameplayAbility_MakeOutgoingGameplayEffectSpec) == 0x000020, "Wrong size on GameplayAbility_MakeOutgoingGameplayEffectSpec"); \ +static_assert(offsetof(GameplayAbility_MakeOutgoingGameplayEffectSpec, GameplayEffectClass) == 0x000000, "Member 'GameplayAbility_MakeOutgoingGameplayEffectSpec::GameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_MakeOutgoingGameplayEffectSpec, Level) == 0x000008, "Member 'GameplayAbility_MakeOutgoingGameplayEffectSpec::Level' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_MakeOutgoingGameplayEffectSpec, ReturnValue) == 0x000010, "Member 'GameplayAbility_MakeOutgoingGameplayEffectSpec::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayAbility \ +static_assert(alignof(UGameplayAbility) == 0x000008, "Wrong alignment on UGameplayAbility"); \ +static_assert(sizeof(UGameplayAbility) == 0x0003C0, "Wrong size on UGameplayAbility"); \ +static_assert(offsetof(UGameplayAbility, AbilityTags) == 0x0000B0, "Member 'UGameplayAbility::AbilityTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bReplicateInputDirectly) == 0x0000D0, "Member 'UGameplayAbility::bReplicateInputDirectly' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, RemoteInstanceEnded) == 0x0000D1, "Member 'UGameplayAbility::RemoteInstanceEnded' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, ReplicationPolicy) == 0x0000D6, "Member 'UGameplayAbility::ReplicationPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, InstancingPolicy) == 0x0000D7, "Member 'UGameplayAbility::InstancingPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bServerRespectsRemoteAbilityCancellation) == 0x0000D8, "Member 'UGameplayAbility::bServerRespectsRemoteAbilityCancellation' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bRetriggerInstancedAbility) == 0x0000D9, "Member 'UGameplayAbility::bRetriggerInstancedAbility' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, CurrentActivationInfo) == 0x0000E0, "Member 'UGameplayAbility::CurrentActivationInfo' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, CurrentEventData) == 0x0000F8, "Member 'UGameplayAbility::CurrentEventData' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, NetExecutionPolicy) == 0x0001B0, "Member 'UGameplayAbility::NetExecutionPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, NetSecurityPolicy) == 0x0001B1, "Member 'UGameplayAbility::NetSecurityPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, CostGameplayEffectClass) == 0x0001B8, "Member 'UGameplayAbility::CostGameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, AbilityTriggers) == 0x0001C0, "Member 'UGameplayAbility::AbilityTriggers' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, CooldownGameplayEffectClass) == 0x0001D0, "Member 'UGameplayAbility::CooldownGameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, CancelAbilitiesWithTag) == 0x0001D8, "Member 'UGameplayAbility::CancelAbilitiesWithTag' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, BlockAbilitiesWithTag) == 0x0001F8, "Member 'UGameplayAbility::BlockAbilitiesWithTag' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, ActivationOwnedTags) == 0x000218, "Member 'UGameplayAbility::ActivationOwnedTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, ActivationRequiredTags) == 0x000238, "Member 'UGameplayAbility::ActivationRequiredTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, ActivationBlockedTags) == 0x000258, "Member 'UGameplayAbility::ActivationBlockedTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, SourceRequiredTags) == 0x000278, "Member 'UGameplayAbility::SourceRequiredTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, SourceBlockedTags) == 0x000298, "Member 'UGameplayAbility::SourceBlockedTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, TargetRequiredTags) == 0x0002B8, "Member 'UGameplayAbility::TargetRequiredTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, TargetBlockedTags) == 0x0002D8, "Member 'UGameplayAbility::TargetBlockedTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, ActiveTasks) == 0x000318, "Member 'UGameplayAbility::ActiveTasks' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, CurrentMontage) == 0x000338, "Member 'UGameplayAbility::CurrentMontage' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bIsActive) == 0x0003A0, "Member 'UGameplayAbility::bIsActive' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bIsAbilityEnding) == 0x0003A1, "Member 'UGameplayAbility::bIsAbilityEnding' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bIsCancelable) == 0x0003A2, "Member 'UGameplayAbility::bIsCancelable' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bIsBlockingOtherAbilities) == 0x0003A3, "Member 'UGameplayAbility::bIsBlockingOtherAbilities' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bMarkPendingKillOnAbilityEnd) == 0x0003B8, "Member 'UGameplayAbility::bMarkPendingKillOnAbilityEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayAbility_CharacterJump \ +static_assert(alignof(UGameplayAbility_CharacterJump) == 0x000008, "Wrong alignment on UGameplayAbility_CharacterJump"); \ +static_assert(sizeof(UGameplayAbility_CharacterJump) == 0x0003C0, "Wrong size on UGameplayAbility_CharacterJump"); \ + +#define DUMPER7_ASSERTS_UGameplayAbility_Montage \ +static_assert(alignof(UGameplayAbility_Montage) == 0x000008, "Wrong alignment on UGameplayAbility_Montage"); \ +static_assert(sizeof(UGameplayAbility_Montage) == 0x0003F8, "Wrong size on UGameplayAbility_Montage"); \ +static_assert(offsetof(UGameplayAbility_Montage, MontageToPlay) == 0x0003C0, "Member 'UGameplayAbility_Montage::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility_Montage, PlayRate) == 0x0003C8, "Member 'UGameplayAbility_Montage::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility_Montage, SectionName) == 0x0003CC, "Member 'UGameplayAbility_Montage::SectionName' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility_Montage, GameplayEffectClassesWhileAnimating) == 0x0003D8, "Member 'UGameplayAbility_Montage::GameplayEffectClassesWhileAnimating' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility_Montage, GameplayEffectsWhileAnimating) == 0x0003E8, "Member 'UGameplayAbility_Montage::GameplayEffectsWhileAnimating' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayAbilityTargetActor_ActorPlacement \ +static_assert(alignof(AGameplayAbilityTargetActor_ActorPlacement) == 0x000010, "Wrong alignment on AGameplayAbilityTargetActor_ActorPlacement"); \ +static_assert(sizeof(AGameplayAbilityTargetActor_ActorPlacement) == 0x000430, "Wrong size on AGameplayAbilityTargetActor_ActorPlacement"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_ActorPlacement, PlacedActorClass) == 0x000410, "Member 'AGameplayAbilityTargetActor_ActorPlacement::PlacedActorClass' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_ActorPlacement, PlacedActorMaterial) == 0x000418, "Member 'AGameplayAbilityTargetActor_ActorPlacement::PlacedActorMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayAbilityTargetActor_Radius \ +static_assert(alignof(AGameplayAbilityTargetActor_Radius) == 0x000010, "Wrong alignment on AGameplayAbilityTargetActor_Radius"); \ +static_assert(sizeof(AGameplayAbilityTargetActor_Radius) == 0x0003D0, "Wrong size on AGameplayAbilityTargetActor_Radius"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_Radius, Radius) == 0x0003C8, "Member 'AGameplayAbilityTargetActor_Radius::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayAbilityTargetActor_SingleLineTrace \ +static_assert(alignof(AGameplayAbilityTargetActor_SingleLineTrace) == 0x000010, "Wrong alignment on AGameplayAbilityTargetActor_SingleLineTrace"); \ +static_assert(sizeof(AGameplayAbilityTargetActor_SingleLineTrace) == 0x0003F0, "Wrong size on AGameplayAbilityTargetActor_SingleLineTrace"); \ + +#define DUMPER7_ASSERTS_GameplayAbilityWorldReticle_FaceTowardSource \ +static_assert(alignof(GameplayAbilityWorldReticle_FaceTowardSource) == 0x000001, "Wrong alignment on GameplayAbilityWorldReticle_FaceTowardSource"); \ +static_assert(sizeof(GameplayAbilityWorldReticle_FaceTowardSource) == 0x000001, "Wrong size on GameplayAbilityWorldReticle_FaceTowardSource"); \ +static_assert(offsetof(GameplayAbilityWorldReticle_FaceTowardSource, bFaceIn2D) == 0x000000, "Member 'GameplayAbilityWorldReticle_FaceTowardSource::bFaceIn2D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbilityWorldReticle_OnTargetingAnActor \ +static_assert(alignof(GameplayAbilityWorldReticle_OnTargetingAnActor) == 0x000001, "Wrong alignment on GameplayAbilityWorldReticle_OnTargetingAnActor"); \ +static_assert(sizeof(GameplayAbilityWorldReticle_OnTargetingAnActor) == 0x000001, "Wrong size on GameplayAbilityWorldReticle_OnTargetingAnActor"); \ +static_assert(offsetof(GameplayAbilityWorldReticle_OnTargetingAnActor, bNewValue) == 0x000000, "Member 'GameplayAbilityWorldReticle_OnTargetingAnActor::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbilityWorldReticle_OnValidTargetChanged \ +static_assert(alignof(GameplayAbilityWorldReticle_OnValidTargetChanged) == 0x000001, "Wrong alignment on GameplayAbilityWorldReticle_OnValidTargetChanged"); \ +static_assert(sizeof(GameplayAbilityWorldReticle_OnValidTargetChanged) == 0x000001, "Wrong size on GameplayAbilityWorldReticle_OnValidTargetChanged"); \ +static_assert(offsetof(GameplayAbilityWorldReticle_OnValidTargetChanged, bNewValue) == 0x000000, "Member 'GameplayAbilityWorldReticle_OnValidTargetChanged::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbilityWorldReticle_SetReticleMaterialParamFloat \ +static_assert(alignof(GameplayAbilityWorldReticle_SetReticleMaterialParamFloat) == 0x000004, "Wrong alignment on GameplayAbilityWorldReticle_SetReticleMaterialParamFloat"); \ +static_assert(sizeof(GameplayAbilityWorldReticle_SetReticleMaterialParamFloat) == 0x000010, "Wrong size on GameplayAbilityWorldReticle_SetReticleMaterialParamFloat"); \ +static_assert(offsetof(GameplayAbilityWorldReticle_SetReticleMaterialParamFloat, ParamName) == 0x000000, "Member 'GameplayAbilityWorldReticle_SetReticleMaterialParamFloat::ParamName' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbilityWorldReticle_SetReticleMaterialParamFloat, value) == 0x00000C, "Member 'GameplayAbilityWorldReticle_SetReticleMaterialParamFloat::value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbilityWorldReticle_SetReticleMaterialParamVector \ +static_assert(alignof(GameplayAbilityWorldReticle_SetReticleMaterialParamVector) == 0x000004, "Wrong alignment on GameplayAbilityWorldReticle_SetReticleMaterialParamVector"); \ +static_assert(sizeof(GameplayAbilityWorldReticle_SetReticleMaterialParamVector) == 0x000018, "Wrong size on GameplayAbilityWorldReticle_SetReticleMaterialParamVector"); \ +static_assert(offsetof(GameplayAbilityWorldReticle_SetReticleMaterialParamVector, ParamName) == 0x000000, "Member 'GameplayAbilityWorldReticle_SetReticleMaterialParamVector::ParamName' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbilityWorldReticle_SetReticleMaterialParamVector, value) == 0x00000C, "Member 'GameplayAbilityWorldReticle_SetReticleMaterialParamVector::value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayAbilityWorldReticle \ +static_assert(alignof(AGameplayAbilityWorldReticle) == 0x000008, "Wrong alignment on AGameplayAbilityWorldReticle"); \ +static_assert(sizeof(AGameplayAbilityWorldReticle) == 0x0002C8, "Wrong size on AGameplayAbilityWorldReticle"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, Parameters) == 0x0002A8, "Member 'AGameplayAbilityWorldReticle::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, bFaceOwnerFlat) == 0x0002B4, "Member 'AGameplayAbilityWorldReticle::bFaceOwnerFlat' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, bSnapToTargetedActor) == 0x0002B5, "Member 'AGameplayAbilityWorldReticle::bSnapToTargetedActor' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, bIsTargetValid) == 0x0002B6, "Member 'AGameplayAbilityWorldReticle::bIsTargetValid' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, bIsTargetAnActor) == 0x0002B7, "Member 'AGameplayAbilityWorldReticle::bIsTargetAnActor' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, MasterPC) == 0x0002B8, "Member 'AGameplayAbilityWorldReticle::MasterPC' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, TargetingActor) == 0x0002C0, "Member 'AGameplayAbilityWorldReticle::TargetingActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayAbilityWorldReticle_ActorVisualization \ +static_assert(alignof(AGameplayAbilityWorldReticle_ActorVisualization) == 0x000008, "Wrong alignment on AGameplayAbilityWorldReticle_ActorVisualization"); \ +static_assert(sizeof(AGameplayAbilityWorldReticle_ActorVisualization) == 0x0002E0, "Wrong size on AGameplayAbilityWorldReticle_ActorVisualization"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle_ActorVisualization, CollisionComponent) == 0x0002C8, "Member 'AGameplayAbilityWorldReticle_ActorVisualization::CollisionComponent' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle_ActorVisualization, VisualizationComponents) == 0x0002D0, "Member 'AGameplayAbilityWorldReticle_ActorVisualization::VisualizationComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueInterface_BlueprintCustomHandler \ +static_assert(alignof(GameplayCueInterface_BlueprintCustomHandler) == 0x000008, "Wrong alignment on GameplayCueInterface_BlueprintCustomHandler"); \ +static_assert(sizeof(GameplayCueInterface_BlueprintCustomHandler) == 0x0000D0, "Wrong size on GameplayCueInterface_BlueprintCustomHandler"); \ +static_assert(offsetof(GameplayCueInterface_BlueprintCustomHandler, EventType) == 0x000000, "Member 'GameplayCueInterface_BlueprintCustomHandler::EventType' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueInterface_BlueprintCustomHandler, Parameters) == 0x000008, "Member 'GameplayCueInterface_BlueprintCustomHandler::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGameplayCueInterface \ +static_assert(alignof(IGameplayCueInterface) == 0x000001, "Wrong alignment on IGameplayCueInterface"); \ +static_assert(sizeof(IGameplayCueInterface) == 0x000001, "Wrong size on IGameplayCueInterface"); \ + +#define DUMPER7_ASSERTS_UGameplayCueManager \ +static_assert(alignof(UGameplayCueManager) == 0x000008, "Wrong alignment on UGameplayCueManager"); \ +static_assert(sizeof(UGameplayCueManager) == 0x000318, "Wrong size on UGameplayCueManager"); \ +static_assert(offsetof(UGameplayCueManager, RuntimeGameplayCueObjectLibrary) == 0x000050, "Member 'UGameplayCueManager::RuntimeGameplayCueObjectLibrary' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueManager, EditorGameplayCueObjectLibrary) == 0x0000A0, "Member 'UGameplayCueManager::EditorGameplayCueObjectLibrary' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueManager, LoadedGameplayCueNotifyClasses) == 0x0002B8, "Member 'UGameplayCueManager::LoadedGameplayCueNotifyClasses' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueManager, GameplayCueClassesForPreallocation) == 0x0002C8, "Member 'UGameplayCueManager::GameplayCueClassesForPreallocation' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueManager, PendingExecuteCues) == 0x0002D8, "Member 'UGameplayCueManager::PendingExecuteCues' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueManager, GameplayCueSendContextCount) == 0x0002E8, "Member 'UGameplayCueManager::GameplayCueSendContextCount' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueManager, PreallocationInfoList_Internal) == 0x0002F0, "Member 'UGameplayCueManager::PreallocationInfoList_Internal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Actor_K2_HandleGameplayCue \ +static_assert(alignof(GameplayCueNotify_Actor_K2_HandleGameplayCue) == 0x000008, "Wrong alignment on GameplayCueNotify_Actor_K2_HandleGameplayCue"); \ +static_assert(sizeof(GameplayCueNotify_Actor_K2_HandleGameplayCue) == 0x0000D8, "Wrong size on GameplayCueNotify_Actor_K2_HandleGameplayCue"); \ +static_assert(offsetof(GameplayCueNotify_Actor_K2_HandleGameplayCue, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Actor_K2_HandleGameplayCue::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_K2_HandleGameplayCue, EventType) == 0x000008, "Member 'GameplayCueNotify_Actor_K2_HandleGameplayCue::EventType' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_K2_HandleGameplayCue, Parameters) == 0x000010, "Member 'GameplayCueNotify_Actor_K2_HandleGameplayCue::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Actor_OnActive \ +static_assert(alignof(GameplayCueNotify_Actor_OnActive) == 0x000008, "Wrong alignment on GameplayCueNotify_Actor_OnActive"); \ +static_assert(sizeof(GameplayCueNotify_Actor_OnActive) == 0x0000D8, "Wrong size on GameplayCueNotify_Actor_OnActive"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnActive, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Actor_OnActive::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnActive, Parameters) == 0x000008, "Member 'GameplayCueNotify_Actor_OnActive::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnActive, ReturnValue) == 0x0000D0, "Member 'GameplayCueNotify_Actor_OnActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Actor_OnExecute \ +static_assert(alignof(GameplayCueNotify_Actor_OnExecute) == 0x000008, "Wrong alignment on GameplayCueNotify_Actor_OnExecute"); \ +static_assert(sizeof(GameplayCueNotify_Actor_OnExecute) == 0x0000D8, "Wrong size on GameplayCueNotify_Actor_OnExecute"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnExecute, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Actor_OnExecute::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnExecute, Parameters) == 0x000008, "Member 'GameplayCueNotify_Actor_OnExecute::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnExecute, ReturnValue) == 0x0000D0, "Member 'GameplayCueNotify_Actor_OnExecute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Actor_OnOwnerDestroyed \ +static_assert(alignof(GameplayCueNotify_Actor_OnOwnerDestroyed) == 0x000008, "Wrong alignment on GameplayCueNotify_Actor_OnOwnerDestroyed"); \ +static_assert(sizeof(GameplayCueNotify_Actor_OnOwnerDestroyed) == 0x000008, "Wrong size on GameplayCueNotify_Actor_OnOwnerDestroyed"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnOwnerDestroyed, DestroyedActor) == 0x000000, "Member 'GameplayCueNotify_Actor_OnOwnerDestroyed::DestroyedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Actor_OnRemove \ +static_assert(alignof(GameplayCueNotify_Actor_OnRemove) == 0x000008, "Wrong alignment on GameplayCueNotify_Actor_OnRemove"); \ +static_assert(sizeof(GameplayCueNotify_Actor_OnRemove) == 0x0000D8, "Wrong size on GameplayCueNotify_Actor_OnRemove"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnRemove, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Actor_OnRemove::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnRemove, Parameters) == 0x000008, "Member 'GameplayCueNotify_Actor_OnRemove::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnRemove, ReturnValue) == 0x0000D0, "Member 'GameplayCueNotify_Actor_OnRemove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Actor_WhileActive \ +static_assert(alignof(GameplayCueNotify_Actor_WhileActive) == 0x000008, "Wrong alignment on GameplayCueNotify_Actor_WhileActive"); \ +static_assert(sizeof(GameplayCueNotify_Actor_WhileActive) == 0x0000D8, "Wrong size on GameplayCueNotify_Actor_WhileActive"); \ +static_assert(offsetof(GameplayCueNotify_Actor_WhileActive, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Actor_WhileActive::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_WhileActive, Parameters) == 0x000008, "Member 'GameplayCueNotify_Actor_WhileActive::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_WhileActive, ReturnValue) == 0x0000D0, "Member 'GameplayCueNotify_Actor_WhileActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayCueNotify_Actor \ +static_assert(alignof(AGameplayCueNotify_Actor) == 0x000008, "Wrong alignment on AGameplayCueNotify_Actor"); \ +static_assert(sizeof(AGameplayCueNotify_Actor) == 0x000310, "Wrong size on AGameplayCueNotify_Actor"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, bAutoDestroyOnRemove) == 0x0002A8, "Member 'AGameplayCueNotify_Actor::bAutoDestroyOnRemove' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, AutoDestroyDelay) == 0x0002AC, "Member 'AGameplayCueNotify_Actor::AutoDestroyDelay' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, WarnIfTimelineIsStillRunning) == 0x0002B0, "Member 'AGameplayCueNotify_Actor::WarnIfTimelineIsStillRunning' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, WarnIfLatentActionIsStillRunning) == 0x0002B1, "Member 'AGameplayCueNotify_Actor::WarnIfLatentActionIsStillRunning' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, GameplayCueTag) == 0x0002B4, "Member 'AGameplayCueNotify_Actor::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, GameplayCueName) == 0x0002C0, "Member 'AGameplayCueNotify_Actor::GameplayCueName' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, bAutoAttachToOwner) == 0x0002CC, "Member 'AGameplayCueNotify_Actor::bAutoAttachToOwner' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, IsOverride) == 0x0002CD, "Member 'AGameplayCueNotify_Actor::IsOverride' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, bUniqueInstancePerInstigator) == 0x0002CE, "Member 'AGameplayCueNotify_Actor::bUniqueInstancePerInstigator' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, bUniqueInstancePerSourceObject) == 0x0002CF, "Member 'AGameplayCueNotify_Actor::bUniqueInstancePerSourceObject' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, bAllowMultipleOnActiveEvents) == 0x0002D0, "Member 'AGameplayCueNotify_Actor::bAllowMultipleOnActiveEvents' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, bAllowMultipleWhileActiveEvents) == 0x0002D1, "Member 'AGameplayCueNotify_Actor::bAllowMultipleWhileActiveEvents' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, NumPreallocatedInstances) == 0x0002D4, "Member 'AGameplayCueNotify_Actor::NumPreallocatedInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Static_K2_HandleGameplayCue \ +static_assert(alignof(GameplayCueNotify_Static_K2_HandleGameplayCue) == 0x000008, "Wrong alignment on GameplayCueNotify_Static_K2_HandleGameplayCue"); \ +static_assert(sizeof(GameplayCueNotify_Static_K2_HandleGameplayCue) == 0x0000D8, "Wrong size on GameplayCueNotify_Static_K2_HandleGameplayCue"); \ +static_assert(offsetof(GameplayCueNotify_Static_K2_HandleGameplayCue, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Static_K2_HandleGameplayCue::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_K2_HandleGameplayCue, EventType) == 0x000008, "Member 'GameplayCueNotify_Static_K2_HandleGameplayCue::EventType' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_K2_HandleGameplayCue, Parameters) == 0x000010, "Member 'GameplayCueNotify_Static_K2_HandleGameplayCue::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Static_OnActive \ +static_assert(alignof(GameplayCueNotify_Static_OnActive) == 0x000008, "Wrong alignment on GameplayCueNotify_Static_OnActive"); \ +static_assert(sizeof(GameplayCueNotify_Static_OnActive) == 0x0000D8, "Wrong size on GameplayCueNotify_Static_OnActive"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnActive, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Static_OnActive::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnActive, Parameters) == 0x000008, "Member 'GameplayCueNotify_Static_OnActive::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnActive, ReturnValue) == 0x0000D0, "Member 'GameplayCueNotify_Static_OnActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Static_OnExecute \ +static_assert(alignof(GameplayCueNotify_Static_OnExecute) == 0x000008, "Wrong alignment on GameplayCueNotify_Static_OnExecute"); \ +static_assert(sizeof(GameplayCueNotify_Static_OnExecute) == 0x0000D8, "Wrong size on GameplayCueNotify_Static_OnExecute"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnExecute, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Static_OnExecute::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnExecute, Parameters) == 0x000008, "Member 'GameplayCueNotify_Static_OnExecute::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnExecute, ReturnValue) == 0x0000D0, "Member 'GameplayCueNotify_Static_OnExecute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Static_OnRemove \ +static_assert(alignof(GameplayCueNotify_Static_OnRemove) == 0x000008, "Wrong alignment on GameplayCueNotify_Static_OnRemove"); \ +static_assert(sizeof(GameplayCueNotify_Static_OnRemove) == 0x0000D8, "Wrong size on GameplayCueNotify_Static_OnRemove"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnRemove, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Static_OnRemove::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnRemove, Parameters) == 0x000008, "Member 'GameplayCueNotify_Static_OnRemove::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnRemove, ReturnValue) == 0x0000D0, "Member 'GameplayCueNotify_Static_OnRemove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Static_WhileActive \ +static_assert(alignof(GameplayCueNotify_Static_WhileActive) == 0x000008, "Wrong alignment on GameplayCueNotify_Static_WhileActive"); \ +static_assert(sizeof(GameplayCueNotify_Static_WhileActive) == 0x0000D8, "Wrong size on GameplayCueNotify_Static_WhileActive"); \ +static_assert(offsetof(GameplayCueNotify_Static_WhileActive, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Static_WhileActive::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_WhileActive, Parameters) == 0x000008, "Member 'GameplayCueNotify_Static_WhileActive::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_WhileActive, ReturnValue) == 0x0000D0, "Member 'GameplayCueNotify_Static_WhileActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCueNotify_Static \ +static_assert(alignof(UGameplayCueNotify_Static) == 0x000008, "Wrong alignment on UGameplayCueNotify_Static"); \ +static_assert(sizeof(UGameplayCueNotify_Static) == 0x000050, "Wrong size on UGameplayCueNotify_Static"); \ +static_assert(offsetof(UGameplayCueNotify_Static, GameplayCueTag) == 0x000030, "Member 'UGameplayCueNotify_Static::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueNotify_Static, GameplayCueName) == 0x00003C, "Member 'UGameplayCueNotify_Static::GameplayCueName' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueNotify_Static, IsOverride) == 0x000048, "Member 'UGameplayCueNotify_Static::IsOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCueNotify_HitImpact \ +static_assert(alignof(UGameplayCueNotify_HitImpact) == 0x000008, "Wrong alignment on UGameplayCueNotify_HitImpact"); \ +static_assert(sizeof(UGameplayCueNotify_HitImpact) == 0x000060, "Wrong size on UGameplayCueNotify_HitImpact"); \ +static_assert(offsetof(UGameplayCueNotify_HitImpact, Sound) == 0x000050, "Member 'UGameplayCueNotify_HitImpact::Sound' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueNotify_HitImpact, ParticleSystem) == 0x000058, "Member 'UGameplayCueNotify_HitImpact::ParticleSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCueSet \ +static_assert(alignof(UGameplayCueSet) == 0x000008, "Wrong alignment on UGameplayCueSet"); \ +static_assert(sizeof(UGameplayCueSet) == 0x000098, "Wrong size on UGameplayCueSet"); \ +static_assert(offsetof(UGameplayCueSet, GameplayCueData) == 0x000038, "Member 'UGameplayCueSet::GameplayCueData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCueTranslator \ +static_assert(alignof(UGameplayCueTranslator) == 0x000008, "Wrong alignment on UGameplayCueTranslator"); \ +static_assert(sizeof(UGameplayCueTranslator) == 0x000030, "Wrong size on UGameplayCueTranslator"); \ + +#define DUMPER7_ASSERTS_UGameplayCueTranslator_Test \ +static_assert(alignof(UGameplayCueTranslator_Test) == 0x000008, "Wrong alignment on UGameplayCueTranslator_Test"); \ +static_assert(sizeof(UGameplayCueTranslator_Test) == 0x000030, "Wrong size on UGameplayCueTranslator_Test"); \ + +#define DUMPER7_ASSERTS_UGameplayEffect \ +static_assert(alignof(UGameplayEffect) == 0x000008, "Wrong alignment on UGameplayEffect"); \ +static_assert(sizeof(UGameplayEffect) == 0x0008C0, "Wrong size on UGameplayEffect"); \ +static_assert(offsetof(UGameplayEffect, DurationPolicy) == 0x000038, "Member 'UGameplayEffect::DurationPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, DurationMagnitude) == 0x000040, "Member 'UGameplayEffect::DurationMagnitude' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, Period) == 0x0002A8, "Member 'UGameplayEffect::Period' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, bExecutePeriodicEffectOnApplication) == 0x0002E0, "Member 'UGameplayEffect::bExecutePeriodicEffectOnApplication' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, PeriodicInhibitionPolicy) == 0x0002E1, "Member 'UGameplayEffect::PeriodicInhibitionPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, Modifiers) == 0x0002E8, "Member 'UGameplayEffect::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, Executions) == 0x0002F8, "Member 'UGameplayEffect::Executions' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, ChanceToApplyToTarget) == 0x000308, "Member 'UGameplayEffect::ChanceToApplyToTarget' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, ApplicationRequirements) == 0x000340, "Member 'UGameplayEffect::ApplicationRequirements' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, TargetEffectClasses) == 0x000350, "Member 'UGameplayEffect::TargetEffectClasses' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, ConditionalGameplayEffects) == 0x000360, "Member 'UGameplayEffect::ConditionalGameplayEffects' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, OverflowEffects) == 0x000370, "Member 'UGameplayEffect::OverflowEffects' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, bDenyOverflowApplication) == 0x000380, "Member 'UGameplayEffect::bDenyOverflowApplication' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, bClearStackOnOverflow) == 0x000381, "Member 'UGameplayEffect::bClearStackOnOverflow' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, PrematureExpirationEffectClasses) == 0x000388, "Member 'UGameplayEffect::PrematureExpirationEffectClasses' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, RoutineExpirationEffectClasses) == 0x000398, "Member 'UGameplayEffect::RoutineExpirationEffectClasses' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, bRequireModifierSuccessToTriggerCues) == 0x0003A8, "Member 'UGameplayEffect::bRequireModifierSuccessToTriggerCues' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, bSuppressStackingCues) == 0x0003A9, "Member 'UGameplayEffect::bSuppressStackingCues' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, bProcessGameplayCueExecute) == 0x0003AA, "Member 'UGameplayEffect::bProcessGameplayCueExecute' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, GameplayCues) == 0x0003B0, "Member 'UGameplayEffect::GameplayCues' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, UIData) == 0x0003C0, "Member 'UGameplayEffect::UIData' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, InheritableGameplayEffectTags) == 0x0003C8, "Member 'UGameplayEffect::InheritableGameplayEffectTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, InheritableOwnedTagsContainer) == 0x000428, "Member 'UGameplayEffect::InheritableOwnedTagsContainer' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, OngoingTagRequirements) == 0x000488, "Member 'UGameplayEffect::OngoingTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, ApplicationTagRequirements) == 0x0004C8, "Member 'UGameplayEffect::ApplicationTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, RemovalTagRequirements) == 0x000508, "Member 'UGameplayEffect::RemovalTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, RemoveGameplayEffectsWithTags) == 0x000548, "Member 'UGameplayEffect::RemoveGameplayEffectsWithTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, GrantedApplicationImmunityTags) == 0x0005A8, "Member 'UGameplayEffect::GrantedApplicationImmunityTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, GrantedApplicationImmunityQuery) == 0x0005E8, "Member 'UGameplayEffect::GrantedApplicationImmunityQuery' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, RemoveGameplayEffectQuery) == 0x000748, "Member 'UGameplayEffect::RemoveGameplayEffectQuery' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, StackingType) == 0x0008A1, "Member 'UGameplayEffect::StackingType' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, StackLimitCount) == 0x0008A4, "Member 'UGameplayEffect::StackLimitCount' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, StackDurationRefreshPolicy) == 0x0008A8, "Member 'UGameplayEffect::StackDurationRefreshPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, StackPeriodResetPolicy) == 0x0008A9, "Member 'UGameplayEffect::StackPeriodResetPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, StackExpirationPolicy) == 0x0008AA, "Member 'UGameplayEffect::StackExpirationPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, GrantedAbilities) == 0x0008B0, "Member 'UGameplayEffect::GrantedAbilities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayEffectCalculation \ +static_assert(alignof(UGameplayEffectCalculation) == 0x000008, "Wrong alignment on UGameplayEffectCalculation"); \ +static_assert(sizeof(UGameplayEffectCalculation) == 0x000040, "Wrong size on UGameplayEffectCalculation"); \ +static_assert(offsetof(UGameplayEffectCalculation, RelevantAttributesToCapture) == 0x000030, "Member 'UGameplayEffectCalculation::RelevantAttributesToCapture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect \ +static_assert(alignof(GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect) == 0x000008, "Wrong alignment on GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect"); \ +static_assert(sizeof(GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect) == 0x0002B0, "Wrong size on GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect"); \ +static_assert(offsetof(GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect, GameplayEffect) == 0x000000, "Member 'GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect::GameplayEffect' has a wrong offset!"); \ +static_assert(offsetof(GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect, Spec) == 0x000008, "Member 'GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect::Spec' has a wrong offset!"); \ +static_assert(offsetof(GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect, ASC) == 0x0002A0, "Member 'GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect::ASC' has a wrong offset!"); \ +static_assert(offsetof(GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect, ReturnValue) == 0x0002A8, "Member 'GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayEffectCustomApplicationRequirement \ +static_assert(alignof(UGameplayEffectCustomApplicationRequirement) == 0x000008, "Wrong alignment on UGameplayEffectCustomApplicationRequirement"); \ +static_assert(sizeof(UGameplayEffectCustomApplicationRequirement) == 0x000030, "Wrong size on UGameplayEffectCustomApplicationRequirement"); \ + +#define DUMPER7_ASSERTS_GameplayEffectExecutionCalculation_Execute \ +static_assert(alignof(GameplayEffectExecutionCalculation_Execute) == 0x000008, "Wrong alignment on GameplayEffectExecutionCalculation_Execute"); \ +static_assert(sizeof(GameplayEffectExecutionCalculation_Execute) == 0x000108, "Wrong size on GameplayEffectExecutionCalculation_Execute"); \ +static_assert(offsetof(GameplayEffectExecutionCalculation_Execute, ExecutionParams) == 0x000000, "Member 'GameplayEffectExecutionCalculation_Execute::ExecutionParams' has a wrong offset!"); \ +static_assert(offsetof(GameplayEffectExecutionCalculation_Execute, OutExecutionOutput) == 0x0000F0, "Member 'GameplayEffectExecutionCalculation_Execute::OutExecutionOutput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayEffectExecutionCalculation \ +static_assert(alignof(UGameplayEffectExecutionCalculation) == 0x000008, "Wrong alignment on UGameplayEffectExecutionCalculation"); \ +static_assert(sizeof(UGameplayEffectExecutionCalculation) == 0x000048, "Wrong size on UGameplayEffectExecutionCalculation"); \ +static_assert(offsetof(UGameplayEffectExecutionCalculation, bRequiresPassedInTags) == 0x000040, "Member 'UGameplayEffectExecutionCalculation::bRequiresPassedInTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayEffectUIData \ +static_assert(alignof(UGameplayEffectUIData) == 0x000008, "Wrong alignment on UGameplayEffectUIData"); \ +static_assert(sizeof(UGameplayEffectUIData) == 0x000030, "Wrong size on UGameplayEffectUIData"); \ + +#define DUMPER7_ASSERTS_UGameplayEffectUIData_TextOnly \ +static_assert(alignof(UGameplayEffectUIData_TextOnly) == 0x000008, "Wrong alignment on UGameplayEffectUIData_TextOnly"); \ +static_assert(sizeof(UGameplayEffectUIData_TextOnly) == 0x000048, "Wrong size on UGameplayEffectUIData_TextOnly"); \ +static_assert(offsetof(UGameplayEffectUIData_TextOnly, Description) == 0x000030, "Member 'UGameplayEffectUIData_TextOnly::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayModMagnitudeCalculation_CalculateBaseMagnitude \ +static_assert(alignof(GameplayModMagnitudeCalculation_CalculateBaseMagnitude) == 0x000008, "Wrong alignment on GameplayModMagnitudeCalculation_CalculateBaseMagnitude"); \ +static_assert(sizeof(GameplayModMagnitudeCalculation_CalculateBaseMagnitude) == 0x0002A0, "Wrong size on GameplayModMagnitudeCalculation_CalculateBaseMagnitude"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_CalculateBaseMagnitude, Spec) == 0x000000, "Member 'GameplayModMagnitudeCalculation_CalculateBaseMagnitude::Spec' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_CalculateBaseMagnitude, ReturnValue) == 0x000298, "Member 'GameplayModMagnitudeCalculation_CalculateBaseMagnitude::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayModMagnitudeCalculation \ +static_assert(alignof(UGameplayModMagnitudeCalculation) == 0x000008, "Wrong alignment on UGameplayModMagnitudeCalculation"); \ +static_assert(sizeof(UGameplayModMagnitudeCalculation) == 0x000048, "Wrong size on UGameplayModMagnitudeCalculation"); \ +static_assert(offsetof(UGameplayModMagnitudeCalculation, bAllowNonNetAuthorityDependencyRegistration) == 0x000040, "Member 'UGameplayModMagnitudeCalculation::bAllowNonNetAuthorityDependencyRegistration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayTagReponseTable_TagResponseEvent \ +static_assert(alignof(GameplayTagReponseTable_TagResponseEvent) == 0x000008, "Wrong alignment on GameplayTagReponseTable_TagResponseEvent"); \ +static_assert(sizeof(GameplayTagReponseTable_TagResponseEvent) == 0x000020, "Wrong size on GameplayTagReponseTable_TagResponseEvent"); \ +static_assert(offsetof(GameplayTagReponseTable_TagResponseEvent, Tag) == 0x000000, "Member 'GameplayTagReponseTable_TagResponseEvent::Tag' has a wrong offset!"); \ +static_assert(offsetof(GameplayTagReponseTable_TagResponseEvent, NewCount) == 0x00000C, "Member 'GameplayTagReponseTable_TagResponseEvent::NewCount' has a wrong offset!"); \ +static_assert(offsetof(GameplayTagReponseTable_TagResponseEvent, ASC) == 0x000010, "Member 'GameplayTagReponseTable_TagResponseEvent::ASC' has a wrong offset!"); \ +static_assert(offsetof(GameplayTagReponseTable_TagResponseEvent, idx) == 0x000018, "Member 'GameplayTagReponseTable_TagResponseEvent::idx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTagReponseTable \ +static_assert(alignof(UGameplayTagReponseTable) == 0x000008, "Wrong alignment on UGameplayTagReponseTable"); \ +static_assert(sizeof(UGameplayTagReponseTable) == 0x0001F8, "Wrong size on UGameplayTagReponseTable"); \ +static_assert(offsetof(UGameplayTagReponseTable, Entries) == 0x000038, "Member 'UGameplayTagReponseTable::Entries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneGameplayCueTriggerSection \ +static_assert(alignof(UMovieSceneGameplayCueTriggerSection) == 0x000008, "Wrong alignment on UMovieSceneGameplayCueTriggerSection"); \ +static_assert(sizeof(UMovieSceneGameplayCueTriggerSection) == 0x000190, "Wrong size on UMovieSceneGameplayCueTriggerSection"); \ +static_assert(offsetof(UMovieSceneGameplayCueTriggerSection, Channel) == 0x000108, "Member 'UMovieSceneGameplayCueTriggerSection::Channel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneGameplayCueSection \ +static_assert(alignof(UMovieSceneGameplayCueSection) == 0x000008, "Wrong alignment on UMovieSceneGameplayCueSection"); \ +static_assert(sizeof(UMovieSceneGameplayCueSection) == 0x000188, "Wrong size on UMovieSceneGameplayCueSection"); \ +static_assert(offsetof(UMovieSceneGameplayCueSection, Cue) == 0x000108, "Member 'UMovieSceneGameplayCueSection::Cue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneGameplayCueTrack_SetSequencerTrackHandler \ +static_assert(alignof(MovieSceneGameplayCueTrack_SetSequencerTrackHandler) == 0x000004, "Wrong alignment on MovieSceneGameplayCueTrack_SetSequencerTrackHandler"); \ +static_assert(sizeof(MovieSceneGameplayCueTrack_SetSequencerTrackHandler) == 0x000014, "Wrong size on MovieSceneGameplayCueTrack_SetSequencerTrackHandler"); \ +static_assert(offsetof(MovieSceneGameplayCueTrack_SetSequencerTrackHandler, InGameplayCueTrackHandler) == 0x000000, "Member 'MovieSceneGameplayCueTrack_SetSequencerTrackHandler::InGameplayCueTrackHandler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneGameplayCueTrack \ +static_assert(alignof(UMovieSceneGameplayCueTrack) == 0x000008, "Wrong alignment on UMovieSceneGameplayCueTrack"); \ +static_assert(sizeof(UMovieSceneGameplayCueTrack) == 0x0000A8, "Wrong size on UMovieSceneGameplayCueTrack"); \ +static_assert(offsetof(UMovieSceneGameplayCueTrack, Sections) == 0x000098, "Member 'UMovieSceneGameplayCueTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITickableAttributeSetInterface \ +static_assert(alignof(ITickableAttributeSetInterface) == 0x000001, "Wrong alignment on ITickableAttributeSetInterface"); \ +static_assert(sizeof(ITickableAttributeSetInterface) == 0x000001, "Wrong size on ITickableAttributeSetInterface"); \ + +#define DUMPER7_ASSERTS_FGameplayResourceSet \ +static_assert(alignof(FGameplayResourceSet) == 0x000002, "Wrong alignment on FGameplayResourceSet"); \ +static_assert(sizeof(FGameplayResourceSet) == 0x000002, "Wrong size on FGameplayResourceSet"); \ + +#define DUMPER7_ASSERTS_UGameplayTask \ +static_assert(alignof(UGameplayTask) == 0x000008, "Wrong alignment on UGameplayTask"); \ +static_assert(sizeof(UGameplayTask) == 0x000070, "Wrong size on UGameplayTask"); \ +static_assert(offsetof(UGameplayTask, InstanceName) == 0x000038, "Member 'UGameplayTask::InstanceName' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTask, ResourceOverlapPolicy) == 0x000046, "Member 'UGameplayTask::ResourceOverlapPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTask, ChildTask) == 0x000068, "Member 'UGameplayTask::ChildTask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTask_TimeLimitedExecution \ +static_assert(alignof(UGameplayTask_TimeLimitedExecution) == 0x000008, "Wrong alignment on UGameplayTask_TimeLimitedExecution"); \ +static_assert(sizeof(UGameplayTask_TimeLimitedExecution) == 0x0000A0, "Wrong size on UGameplayTask_TimeLimitedExecution"); \ +static_assert(offsetof(UGameplayTask_TimeLimitedExecution, OnFinished) == 0x000070, "Member 'UGameplayTask_TimeLimitedExecution::OnFinished' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTask_TimeLimitedExecution, OnTimeExpired) == 0x000080, "Member 'UGameplayTask_TimeLimitedExecution::OnTimeExpired' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayTasksComponent_K2_RunGameplayTask \ +static_assert(alignof(GameplayTasksComponent_K2_RunGameplayTask) == 0x000008, "Wrong alignment on GameplayTasksComponent_K2_RunGameplayTask"); \ +static_assert(sizeof(GameplayTasksComponent_K2_RunGameplayTask) == 0x000048, "Wrong size on GameplayTasksComponent_K2_RunGameplayTask"); \ +static_assert(offsetof(GameplayTasksComponent_K2_RunGameplayTask, TaskOwner) == 0x000000, "Member 'GameplayTasksComponent_K2_RunGameplayTask::TaskOwner' has a wrong offset!"); \ +static_assert(offsetof(GameplayTasksComponent_K2_RunGameplayTask, Task) == 0x000010, "Member 'GameplayTasksComponent_K2_RunGameplayTask::Task' has a wrong offset!"); \ +static_assert(offsetof(GameplayTasksComponent_K2_RunGameplayTask, Priority) == 0x000018, "Member 'GameplayTasksComponent_K2_RunGameplayTask::Priority' has a wrong offset!"); \ +static_assert(offsetof(GameplayTasksComponent_K2_RunGameplayTask, AdditionalRequiredResources) == 0x000020, "Member 'GameplayTasksComponent_K2_RunGameplayTask::AdditionalRequiredResources' has a wrong offset!"); \ +static_assert(offsetof(GameplayTasksComponent_K2_RunGameplayTask, AdditionalClaimedResources) == 0x000030, "Member 'GameplayTasksComponent_K2_RunGameplayTask::AdditionalClaimedResources' has a wrong offset!"); \ +static_assert(offsetof(GameplayTasksComponent_K2_RunGameplayTask, ReturnValue) == 0x000040, "Member 'GameplayTasksComponent_K2_RunGameplayTask::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTasksComponent \ +static_assert(alignof(UGameplayTasksComponent) == 0x000008, "Wrong alignment on UGameplayTasksComponent"); \ +static_assert(sizeof(UGameplayTasksComponent) == 0x000130, "Wrong size on UGameplayTasksComponent"); \ +static_assert(offsetof(UGameplayTasksComponent, SimulatedTasks) == 0x0000D0, "Member 'UGameplayTasksComponent::SimulatedTasks' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTasksComponent, TaskPriorityQueue) == 0x0000E0, "Member 'UGameplayTasksComponent::TaskPriorityQueue' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTasksComponent, TickingTasks) == 0x000100, "Member 'UGameplayTasksComponent::TickingTasks' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTasksComponent, KnownTasks) == 0x000110, "Member 'UGameplayTasksComponent::KnownTasks' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTasksComponent, OnClaimedResourcesChange) == 0x000120, "Member 'UGameplayTasksComponent::OnClaimedResourcesChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayTask_ClaimResource_ClaimResource \ +static_assert(alignof(GameplayTask_ClaimResource_ClaimResource) == 0x000008, "Wrong alignment on GameplayTask_ClaimResource_ClaimResource"); \ +static_assert(sizeof(GameplayTask_ClaimResource_ClaimResource) == 0x000030, "Wrong size on GameplayTask_ClaimResource_ClaimResource"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResource, InTaskOwner) == 0x000000, "Member 'GameplayTask_ClaimResource_ClaimResource::InTaskOwner' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResource, ResourceClass) == 0x000010, "Member 'GameplayTask_ClaimResource_ClaimResource::ResourceClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResource, Priority) == 0x000018, "Member 'GameplayTask_ClaimResource_ClaimResource::Priority' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResource, TaskInstanceName) == 0x00001C, "Member 'GameplayTask_ClaimResource_ClaimResource::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResource, ReturnValue) == 0x000028, "Member 'GameplayTask_ClaimResource_ClaimResource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayTask_ClaimResource_ClaimResources \ +static_assert(alignof(GameplayTask_ClaimResource_ClaimResources) == 0x000008, "Wrong alignment on GameplayTask_ClaimResource_ClaimResources"); \ +static_assert(sizeof(GameplayTask_ClaimResource_ClaimResources) == 0x000038, "Wrong size on GameplayTask_ClaimResource_ClaimResources"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResources, InTaskOwner) == 0x000000, "Member 'GameplayTask_ClaimResource_ClaimResources::InTaskOwner' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResources, ResourceClasses) == 0x000010, "Member 'GameplayTask_ClaimResource_ClaimResources::ResourceClasses' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResources, Priority) == 0x000020, "Member 'GameplayTask_ClaimResource_ClaimResources::Priority' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResources, TaskInstanceName) == 0x000024, "Member 'GameplayTask_ClaimResource_ClaimResources::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResources, ReturnValue) == 0x000030, "Member 'GameplayTask_ClaimResource_ClaimResources::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTask_ClaimResource \ +static_assert(alignof(UGameplayTask_ClaimResource) == 0x000008, "Wrong alignment on UGameplayTask_ClaimResource"); \ +static_assert(sizeof(UGameplayTask_ClaimResource) == 0x000070, "Wrong size on UGameplayTask_ClaimResource"); \ + +#define DUMPER7_ASSERTS_GameplayTask_SpawnActor_SpawnActor \ +static_assert(alignof(GameplayTask_SpawnActor_SpawnActor) == 0x000008, "Wrong alignment on GameplayTask_SpawnActor_SpawnActor"); \ +static_assert(sizeof(GameplayTask_SpawnActor_SpawnActor) == 0x000040, "Wrong size on GameplayTask_SpawnActor_SpawnActor"); \ +static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, TaskOwner) == 0x000000, "Member 'GameplayTask_SpawnActor_SpawnActor::TaskOwner' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, SpawnLocation) == 0x000010, "Member 'GameplayTask_SpawnActor_SpawnActor::SpawnLocation' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, SpawnRotation) == 0x00001C, "Member 'GameplayTask_SpawnActor_SpawnActor::SpawnRotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, Class_0) == 0x000028, "Member 'GameplayTask_SpawnActor_SpawnActor::Class_0' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, bSpawnOnlyOnAuthority) == 0x000030, "Member 'GameplayTask_SpawnActor_SpawnActor::bSpawnOnlyOnAuthority' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, ReturnValue) == 0x000038, "Member 'GameplayTask_SpawnActor_SpawnActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayTask_SpawnActor_BeginSpawningActor \ +static_assert(alignof(GameplayTask_SpawnActor_BeginSpawningActor) == 0x000008, "Wrong alignment on GameplayTask_SpawnActor_BeginSpawningActor"); \ +static_assert(sizeof(GameplayTask_SpawnActor_BeginSpawningActor) == 0x000018, "Wrong size on GameplayTask_SpawnActor_BeginSpawningActor"); \ +static_assert(offsetof(GameplayTask_SpawnActor_BeginSpawningActor, WorldContextObject) == 0x000000, "Member 'GameplayTask_SpawnActor_BeginSpawningActor::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_SpawnActor_BeginSpawningActor, SpawnedActor) == 0x000008, "Member 'GameplayTask_SpawnActor_BeginSpawningActor::SpawnedActor' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_SpawnActor_BeginSpawningActor, ReturnValue) == 0x000010, "Member 'GameplayTask_SpawnActor_BeginSpawningActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayTask_SpawnActor_FinishSpawningActor \ +static_assert(alignof(GameplayTask_SpawnActor_FinishSpawningActor) == 0x000008, "Wrong alignment on GameplayTask_SpawnActor_FinishSpawningActor"); \ +static_assert(sizeof(GameplayTask_SpawnActor_FinishSpawningActor) == 0x000010, "Wrong size on GameplayTask_SpawnActor_FinishSpawningActor"); \ +static_assert(offsetof(GameplayTask_SpawnActor_FinishSpawningActor, WorldContextObject) == 0x000000, "Member 'GameplayTask_SpawnActor_FinishSpawningActor::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_SpawnActor_FinishSpawningActor, SpawnedActor) == 0x000008, "Member 'GameplayTask_SpawnActor_FinishSpawningActor::SpawnedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTask_SpawnActor \ +static_assert(alignof(UGameplayTask_SpawnActor) == 0x000008, "Wrong alignment on UGameplayTask_SpawnActor"); \ +static_assert(sizeof(UGameplayTask_SpawnActor) == 0x0000B0, "Wrong size on UGameplayTask_SpawnActor"); \ +static_assert(offsetof(UGameplayTask_SpawnActor, Success) == 0x000070, "Member 'UGameplayTask_SpawnActor::Success' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTask_SpawnActor, DidNotSpawn) == 0x000080, "Member 'UGameplayTask_SpawnActor::DidNotSpawn' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTask_SpawnActor, ClassToSpawn) == 0x0000A8, "Member 'UGameplayTask_SpawnActor::ClassToSpawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayTask_WaitDelay_TaskWaitDelay \ +static_assert(alignof(GameplayTask_WaitDelay_TaskWaitDelay) == 0x000008, "Wrong alignment on GameplayTask_WaitDelay_TaskWaitDelay"); \ +static_assert(sizeof(GameplayTask_WaitDelay_TaskWaitDelay) == 0x000020, "Wrong size on GameplayTask_WaitDelay_TaskWaitDelay"); \ +static_assert(offsetof(GameplayTask_WaitDelay_TaskWaitDelay, TaskOwner) == 0x000000, "Member 'GameplayTask_WaitDelay_TaskWaitDelay::TaskOwner' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_WaitDelay_TaskWaitDelay, Time) == 0x000010, "Member 'GameplayTask_WaitDelay_TaskWaitDelay::Time' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_WaitDelay_TaskWaitDelay, Priority) == 0x000014, "Member 'GameplayTask_WaitDelay_TaskWaitDelay::Priority' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_WaitDelay_TaskWaitDelay, ReturnValue) == 0x000018, "Member 'GameplayTask_WaitDelay_TaskWaitDelay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTask_WaitDelay \ +static_assert(alignof(UGameplayTask_WaitDelay) == 0x000008, "Wrong alignment on UGameplayTask_WaitDelay"); \ +static_assert(sizeof(UGameplayTask_WaitDelay) == 0x000088, "Wrong size on UGameplayTask_WaitDelay"); \ +static_assert(offsetof(UGameplayTask_WaitDelay, OnFinish) == 0x000070, "Member 'UGameplayTask_WaitDelay::OnFinish' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGameplayTaskOwnerInterface \ +static_assert(alignof(IGameplayTaskOwnerInterface) == 0x000001, "Wrong alignment on IGameplayTaskOwnerInterface"); \ +static_assert(sizeof(IGameplayTaskOwnerInterface) == 0x000001, "Wrong size on IGameplayTaskOwnerInterface"); \ + +#define DUMPER7_ASSERTS_UGameplayTaskResource \ +static_assert(alignof(UGameplayTaskResource) == 0x000008, "Wrong alignment on UGameplayTaskResource"); \ +static_assert(sizeof(UGameplayTaskResource) == 0x000040, "Wrong size on UGameplayTaskResource"); \ +static_assert(offsetof(UGameplayTaskResource, ManualResourceID) == 0x000030, "Member 'UGameplayTaskResource::ManualResourceID' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTaskResource, AutoResourceID) == 0x000034, "Member 'UGameplayTaskResource::AutoResourceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataRegistryCachePolicy \ +static_assert(alignof(FDataRegistryCachePolicy) == 0x000004, "Wrong alignment on FDataRegistryCachePolicy"); \ +static_assert(sizeof(FDataRegistryCachePolicy) == 0x000014, "Wrong size on FDataRegistryCachePolicy"); \ +static_assert(offsetof(FDataRegistryCachePolicy, bCacheIsAlwaysVolatile) == 0x000000, "Member 'FDataRegistryCachePolicy::bCacheIsAlwaysVolatile' has a wrong offset!"); \ +static_assert(offsetof(FDataRegistryCachePolicy, bUseCurveTableCacheVersion) == 0x000001, "Member 'FDataRegistryCachePolicy::bUseCurveTableCacheVersion' has a wrong offset!"); \ +static_assert(offsetof(FDataRegistryCachePolicy, MinNumberKept) == 0x000004, "Member 'FDataRegistryCachePolicy::MinNumberKept' has a wrong offset!"); \ +static_assert(offsetof(FDataRegistryCachePolicy, MaxNumberKept) == 0x000008, "Member 'FDataRegistryCachePolicy::MaxNumberKept' has a wrong offset!"); \ +static_assert(offsetof(FDataRegistryCachePolicy, ForceKeepSeconds) == 0x00000C, "Member 'FDataRegistryCachePolicy::ForceKeepSeconds' has a wrong offset!"); \ +static_assert(offsetof(FDataRegistryCachePolicy, ForceReleaseSeconds) == 0x000010, "Member 'FDataRegistryCachePolicy::ForceReleaseSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataRegistryLookup \ +static_assert(alignof(FDataRegistryLookup) == 0x000008, "Wrong alignment on FDataRegistryLookup"); \ +static_assert(sizeof(FDataRegistryLookup) == 0x000020, "Wrong size on FDataRegistryLookup"); \ + +#define DUMPER7_ASSERTS_FDataRegistrySourceItemId \ +static_assert(alignof(FDataRegistrySourceItemId) == 0x000008, "Wrong alignment on FDataRegistrySourceItemId"); \ +static_assert(sizeof(FDataRegistrySourceItemId) == 0x000050, "Wrong size on FDataRegistrySourceItemId"); \ + +#define DUMPER7_ASSERTS_FDataRegistryType \ +static_assert(alignof(FDataRegistryType) == 0x000004, "Wrong alignment on FDataRegistryType"); \ +static_assert(sizeof(FDataRegistryType) == 0x00000C, "Wrong size on FDataRegistryType"); \ +static_assert(offsetof(FDataRegistryType, Name) == 0x000000, "Member 'FDataRegistryType::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataRegistryId \ +static_assert(alignof(FDataRegistryId) == 0x000004, "Wrong alignment on FDataRegistryId"); \ +static_assert(sizeof(FDataRegistryId) == 0x000018, "Wrong size on FDataRegistryId"); \ +static_assert(offsetof(FDataRegistryId, RegistryType) == 0x000000, "Member 'FDataRegistryId::RegistryType' has a wrong offset!"); \ +static_assert(offsetof(FDataRegistryId, ItemName) == 0x00000C, "Member 'FDataRegistryId::ItemName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataRegistrySource_DataTableRules \ +static_assert(alignof(FDataRegistrySource_DataTableRules) == 0x000004, "Wrong alignment on FDataRegistrySource_DataTableRules"); \ +static_assert(sizeof(FDataRegistrySource_DataTableRules) == 0x000008, "Wrong size on FDataRegistrySource_DataTableRules"); \ +static_assert(offsetof(FDataRegistrySource_DataTableRules, bPrecacheTable) == 0x000000, "Member 'FDataRegistrySource_DataTableRules::bPrecacheTable' has a wrong offset!"); \ +static_assert(offsetof(FDataRegistrySource_DataTableRules, CachedTableKeepSeconds) == 0x000004, "Member 'FDataRegistrySource_DataTableRules::CachedTableKeepSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataRegistryIdFormat \ +static_assert(alignof(FDataRegistryIdFormat) == 0x000004, "Wrong alignment on FDataRegistryIdFormat"); \ +static_assert(sizeof(FDataRegistryIdFormat) == 0x00000C, "Wrong size on FDataRegistryIdFormat"); \ +static_assert(offsetof(FDataRegistryIdFormat, BaseGameplayTag) == 0x000000, "Member 'FDataRegistryIdFormat::BaseGameplayTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataRegistrySource \ +static_assert(alignof(UDataRegistrySource) == 0x000008, "Wrong alignment on UDataRegistrySource"); \ +static_assert(sizeof(UDataRegistrySource) == 0x000040, "Wrong size on UDataRegistrySource"); \ +static_assert(offsetof(UDataRegistrySource, ParentSource) == 0x000038, "Member 'UDataRegistrySource::ParentSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataRegistrySource_DataTable \ +static_assert(alignof(UDataRegistrySource_DataTable) == 0x000008, "Wrong alignment on UDataRegistrySource_DataTable"); \ +static_assert(sizeof(UDataRegistrySource_DataTable) == 0x0000B0, "Wrong size on UDataRegistrySource_DataTable"); \ +static_assert(offsetof(UDataRegistrySource_DataTable, SourceTable) == 0x000040, "Member 'UDataRegistrySource_DataTable::SourceTable' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySource_DataTable, TableRules) == 0x000070, "Member 'UDataRegistrySource_DataTable::TableRules' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySource_DataTable, CachedTable) == 0x000078, "Member 'UDataRegistrySource_DataTable::CachedTable' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySource_DataTable, PreloadTable) == 0x000080, "Member 'UDataRegistrySource_DataTable::PreloadTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataRegistry \ +static_assert(alignof(UDataRegistry) == 0x000008, "Wrong alignment on UDataRegistry"); \ +static_assert(sizeof(UDataRegistry) == 0x0000D0, "Wrong size on UDataRegistry"); \ +static_assert(offsetof(UDataRegistry, RegistryType) == 0x000030, "Member 'UDataRegistry::RegistryType' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistry, IdFormat) == 0x00003C, "Member 'UDataRegistry::IdFormat' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistry, ItemStruct) == 0x000048, "Member 'UDataRegistry::ItemStruct' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistry, DataSources) == 0x000050, "Member 'UDataRegistry::DataSources' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistry, RuntimeSources) == 0x000060, "Member 'UDataRegistry::RuntimeSources' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistry, TimerUpdateFrequency) == 0x000070, "Member 'UDataRegistry::TimerUpdateFrequency' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistry, DefaultCachePolicy) == 0x000074, "Member 'UDataRegistry::DefaultCachePolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataRegistrySettings \ +static_assert(alignof(UDataRegistrySettings) == 0x000008, "Wrong alignment on UDataRegistrySettings"); \ +static_assert(sizeof(UDataRegistrySettings) == 0x000060, "Wrong size on UDataRegistrySettings"); \ +static_assert(offsetof(UDataRegistrySettings, DirectoriesToScan) == 0x000048, "Member 'UDataRegistrySettings::DirectoriesToScan' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySettings, bInitializeAllLoadedRegistries) == 0x000058, "Member 'UDataRegistrySettings::bInitializeAllLoadedRegistries' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySettings, bIgnoreMissingCookedAssetRegistryData) == 0x000059, "Member 'UDataRegistrySettings::bIgnoreMissingCookedAssetRegistryData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMetaDataRegistrySource \ +static_assert(alignof(UMetaDataRegistrySource) == 0x000008, "Wrong alignment on UMetaDataRegistrySource"); \ +static_assert(sizeof(UMetaDataRegistrySource) == 0x000110, "Wrong size on UMetaDataRegistrySource"); \ +static_assert(offsetof(UMetaDataRegistrySource, AssetUsage) == 0x000040, "Member 'UMetaDataRegistrySource::AssetUsage' has a wrong offset!"); \ +static_assert(offsetof(UMetaDataRegistrySource, SearchRules) == 0x000048, "Member 'UMetaDataRegistrySource::SearchRules' has a wrong offset!"); \ +static_assert(offsetof(UMetaDataRegistrySource, RuntimeChildren) == 0x000098, "Member 'UMetaDataRegistrySource::RuntimeChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataRegistrySource_CurveTable \ +static_assert(alignof(UDataRegistrySource_CurveTable) == 0x000008, "Wrong alignment on UDataRegistrySource_CurveTable"); \ +static_assert(sizeof(UDataRegistrySource_CurveTable) == 0x0000B0, "Wrong size on UDataRegistrySource_CurveTable"); \ +static_assert(offsetof(UDataRegistrySource_CurveTable, SourceTable) == 0x000040, "Member 'UDataRegistrySource_CurveTable::SourceTable' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySource_CurveTable, TableRules) == 0x000070, "Member 'UDataRegistrySource_CurveTable::TableRules' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySource_CurveTable, CachedTable) == 0x000078, "Member 'UDataRegistrySource_CurveTable::CachedTable' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySource_CurveTable, PreloadTable) == 0x000080, "Member 'UDataRegistrySource_CurveTable::PreloadTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMetaDataRegistrySource_CurveTable \ +static_assert(alignof(UMetaDataRegistrySource_CurveTable) == 0x000008, "Wrong alignment on UMetaDataRegistrySource_CurveTable"); \ +static_assert(sizeof(UMetaDataRegistrySource_CurveTable) == 0x000120, "Wrong size on UMetaDataRegistrySource_CurveTable"); \ +static_assert(offsetof(UMetaDataRegistrySource_CurveTable, CreatedSource) == 0x000110, "Member 'UMetaDataRegistrySource_CurveTable::CreatedSource' has a wrong offset!"); \ +static_assert(offsetof(UMetaDataRegistrySource_CurveTable, TableRules) == 0x000118, "Member 'UMetaDataRegistrySource_CurveTable::TableRules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMetaDataRegistrySource_DataTable \ +static_assert(alignof(UMetaDataRegistrySource_DataTable) == 0x000008, "Wrong alignment on UMetaDataRegistrySource_DataTable"); \ +static_assert(sizeof(UMetaDataRegistrySource_DataTable) == 0x000120, "Wrong size on UMetaDataRegistrySource_DataTable"); \ +static_assert(offsetof(UMetaDataRegistrySource_DataTable, CreatedSource) == 0x000110, "Member 'UMetaDataRegistrySource_DataTable::CreatedSource' has a wrong offset!"); \ +static_assert(offsetof(UMetaDataRegistrySource_DataTable, TableRules) == 0x000118, "Member 'UMetaDataRegistrySource_DataTable::TableRules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_AcquireItemBP \ +static_assert(alignof(DataRegistrySubsystem_AcquireItemBP) == 0x000004, "Wrong alignment on DataRegistrySubsystem_AcquireItemBP"); \ +static_assert(sizeof(DataRegistrySubsystem_AcquireItemBP) == 0x000030, "Wrong size on DataRegistrySubsystem_AcquireItemBP"); \ +static_assert(offsetof(DataRegistrySubsystem_AcquireItemBP, ItemId) == 0x000000, "Member 'DataRegistrySubsystem_AcquireItemBP::ItemId' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_AcquireItemBP, AcquireCallback) == 0x000018, "Member 'DataRegistrySubsystem_AcquireItemBP::AcquireCallback' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_AcquireItemBP, ReturnValue) == 0x00002C, "Member 'DataRegistrySubsystem_AcquireItemBP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_Conv_DataRegistryIdToString \ +static_assert(alignof(DataRegistrySubsystem_Conv_DataRegistryIdToString) == 0x000008, "Wrong alignment on DataRegistrySubsystem_Conv_DataRegistryIdToString"); \ +static_assert(sizeof(DataRegistrySubsystem_Conv_DataRegistryIdToString) == 0x000028, "Wrong size on DataRegistrySubsystem_Conv_DataRegistryIdToString"); \ +static_assert(offsetof(DataRegistrySubsystem_Conv_DataRegistryIdToString, DataRegistryId) == 0x000000, "Member 'DataRegistrySubsystem_Conv_DataRegistryIdToString::DataRegistryId' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_Conv_DataRegistryIdToString, ReturnValue) == 0x000018, "Member 'DataRegistrySubsystem_Conv_DataRegistryIdToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_Conv_DataRegistryTypeToString \ +static_assert(alignof(DataRegistrySubsystem_Conv_DataRegistryTypeToString) == 0x000008, "Wrong alignment on DataRegistrySubsystem_Conv_DataRegistryTypeToString"); \ +static_assert(sizeof(DataRegistrySubsystem_Conv_DataRegistryTypeToString) == 0x000020, "Wrong size on DataRegistrySubsystem_Conv_DataRegistryTypeToString"); \ +static_assert(offsetof(DataRegistrySubsystem_Conv_DataRegistryTypeToString, DataRegistryType) == 0x000000, "Member 'DataRegistrySubsystem_Conv_DataRegistryTypeToString::DataRegistryType' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_Conv_DataRegistryTypeToString, ReturnValue) == 0x000010, "Member 'DataRegistrySubsystem_Conv_DataRegistryTypeToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_EqualEqual_DataRegistryId \ +static_assert(alignof(DataRegistrySubsystem_EqualEqual_DataRegistryId) == 0x000004, "Wrong alignment on DataRegistrySubsystem_EqualEqual_DataRegistryId"); \ +static_assert(sizeof(DataRegistrySubsystem_EqualEqual_DataRegistryId) == 0x000034, "Wrong size on DataRegistrySubsystem_EqualEqual_DataRegistryId"); \ +static_assert(offsetof(DataRegistrySubsystem_EqualEqual_DataRegistryId, A) == 0x000000, "Member 'DataRegistrySubsystem_EqualEqual_DataRegistryId::A' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EqualEqual_DataRegistryId, B) == 0x000018, "Member 'DataRegistrySubsystem_EqualEqual_DataRegistryId::B' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EqualEqual_DataRegistryId, ReturnValue) == 0x000030, "Member 'DataRegistrySubsystem_EqualEqual_DataRegistryId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_EqualEqual_DataRegistryType \ +static_assert(alignof(DataRegistrySubsystem_EqualEqual_DataRegistryType) == 0x000004, "Wrong alignment on DataRegistrySubsystem_EqualEqual_DataRegistryType"); \ +static_assert(sizeof(DataRegistrySubsystem_EqualEqual_DataRegistryType) == 0x00001C, "Wrong size on DataRegistrySubsystem_EqualEqual_DataRegistryType"); \ +static_assert(offsetof(DataRegistrySubsystem_EqualEqual_DataRegistryType, A) == 0x000000, "Member 'DataRegistrySubsystem_EqualEqual_DataRegistryType::A' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EqualEqual_DataRegistryType, B) == 0x00000C, "Member 'DataRegistrySubsystem_EqualEqual_DataRegistryType::B' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EqualEqual_DataRegistryType, ReturnValue) == 0x000018, "Member 'DataRegistrySubsystem_EqualEqual_DataRegistryType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_EvaluateDataRegistryCurve \ +static_assert(alignof(DataRegistrySubsystem_EvaluateDataRegistryCurve) == 0x000004, "Wrong alignment on DataRegistrySubsystem_EvaluateDataRegistryCurve"); \ +static_assert(sizeof(DataRegistrySubsystem_EvaluateDataRegistryCurve) == 0x000028, "Wrong size on DataRegistrySubsystem_EvaluateDataRegistryCurve"); \ +static_assert(offsetof(DataRegistrySubsystem_EvaluateDataRegistryCurve, ItemId) == 0x000000, "Member 'DataRegistrySubsystem_EvaluateDataRegistryCurve::ItemId' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EvaluateDataRegistryCurve, InputValue) == 0x000018, "Member 'DataRegistrySubsystem_EvaluateDataRegistryCurve::InputValue' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EvaluateDataRegistryCurve, DefaultValue) == 0x00001C, "Member 'DataRegistrySubsystem_EvaluateDataRegistryCurve::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EvaluateDataRegistryCurve, OutResult) == 0x000020, "Member 'DataRegistrySubsystem_EvaluateDataRegistryCurve::OutResult' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EvaluateDataRegistryCurve, OutValue) == 0x000024, "Member 'DataRegistrySubsystem_EvaluateDataRegistryCurve::OutValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_FindCachedItemBP \ +static_assert(alignof(DataRegistrySubsystem_FindCachedItemBP) == 0x000008, "Wrong alignment on DataRegistrySubsystem_FindCachedItemBP"); \ +static_assert(sizeof(DataRegistrySubsystem_FindCachedItemBP) == 0x000028, "Wrong size on DataRegistrySubsystem_FindCachedItemBP"); \ +static_assert(offsetof(DataRegistrySubsystem_FindCachedItemBP, ItemId) == 0x000000, "Member 'DataRegistrySubsystem_FindCachedItemBP::ItemId' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_FindCachedItemBP, OutResult) == 0x000018, "Member 'DataRegistrySubsystem_FindCachedItemBP::OutResult' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_FindCachedItemBP, OutItem) == 0x000020, "Member 'DataRegistrySubsystem_FindCachedItemBP::OutItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_GetCachedItemBP \ +static_assert(alignof(DataRegistrySubsystem_GetCachedItemBP) == 0x000008, "Wrong alignment on DataRegistrySubsystem_GetCachedItemBP"); \ +static_assert(sizeof(DataRegistrySubsystem_GetCachedItemBP) == 0x000028, "Wrong size on DataRegistrySubsystem_GetCachedItemBP"); \ +static_assert(offsetof(DataRegistrySubsystem_GetCachedItemBP, ItemId) == 0x000000, "Member 'DataRegistrySubsystem_GetCachedItemBP::ItemId' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_GetCachedItemBP, OutItem) == 0x000018, "Member 'DataRegistrySubsystem_GetCachedItemBP::OutItem' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_GetCachedItemBP, ReturnValue) == 0x000020, "Member 'DataRegistrySubsystem_GetCachedItemBP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_GetCachedItemFromLookupBP \ +static_assert(alignof(DataRegistrySubsystem_GetCachedItemFromLookupBP) == 0x000008, "Wrong alignment on DataRegistrySubsystem_GetCachedItemFromLookupBP"); \ +static_assert(sizeof(DataRegistrySubsystem_GetCachedItemFromLookupBP) == 0x000048, "Wrong size on DataRegistrySubsystem_GetCachedItemFromLookupBP"); \ +static_assert(offsetof(DataRegistrySubsystem_GetCachedItemFromLookupBP, ItemId) == 0x000000, "Member 'DataRegistrySubsystem_GetCachedItemFromLookupBP::ItemId' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_GetCachedItemFromLookupBP, ResolvedLookup) == 0x000018, "Member 'DataRegistrySubsystem_GetCachedItemFromLookupBP::ResolvedLookup' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_GetCachedItemFromLookupBP, OutItem) == 0x000038, "Member 'DataRegistrySubsystem_GetCachedItemFromLookupBP::OutItem' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_GetCachedItemFromLookupBP, ReturnValue) == 0x000040, "Member 'DataRegistrySubsystem_GetCachedItemFromLookupBP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_IsValidDataRegistryId \ +static_assert(alignof(DataRegistrySubsystem_IsValidDataRegistryId) == 0x000004, "Wrong alignment on DataRegistrySubsystem_IsValidDataRegistryId"); \ +static_assert(sizeof(DataRegistrySubsystem_IsValidDataRegistryId) == 0x00001C, "Wrong size on DataRegistrySubsystem_IsValidDataRegistryId"); \ +static_assert(offsetof(DataRegistrySubsystem_IsValidDataRegistryId, DataRegistryId) == 0x000000, "Member 'DataRegistrySubsystem_IsValidDataRegistryId::DataRegistryId' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_IsValidDataRegistryId, ReturnValue) == 0x000018, "Member 'DataRegistrySubsystem_IsValidDataRegistryId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_IsValidDataRegistryType \ +static_assert(alignof(DataRegistrySubsystem_IsValidDataRegistryType) == 0x000004, "Wrong alignment on DataRegistrySubsystem_IsValidDataRegistryType"); \ +static_assert(sizeof(DataRegistrySubsystem_IsValidDataRegistryType) == 0x000010, "Wrong size on DataRegistrySubsystem_IsValidDataRegistryType"); \ +static_assert(offsetof(DataRegistrySubsystem_IsValidDataRegistryType, DataRegistryType) == 0x000000, "Member 'DataRegistrySubsystem_IsValidDataRegistryType::DataRegistryType' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_IsValidDataRegistryType, ReturnValue) == 0x00000C, "Member 'DataRegistrySubsystem_IsValidDataRegistryType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_NotEqual_DataRegistryId \ +static_assert(alignof(DataRegistrySubsystem_NotEqual_DataRegistryId) == 0x000004, "Wrong alignment on DataRegistrySubsystem_NotEqual_DataRegistryId"); \ +static_assert(sizeof(DataRegistrySubsystem_NotEqual_DataRegistryId) == 0x000034, "Wrong size on DataRegistrySubsystem_NotEqual_DataRegistryId"); \ +static_assert(offsetof(DataRegistrySubsystem_NotEqual_DataRegistryId, A) == 0x000000, "Member 'DataRegistrySubsystem_NotEqual_DataRegistryId::A' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_NotEqual_DataRegistryId, B) == 0x000018, "Member 'DataRegistrySubsystem_NotEqual_DataRegistryId::B' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_NotEqual_DataRegistryId, ReturnValue) == 0x000030, "Member 'DataRegistrySubsystem_NotEqual_DataRegistryId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_NotEqual_DataRegistryType \ +static_assert(alignof(DataRegistrySubsystem_NotEqual_DataRegistryType) == 0x000004, "Wrong alignment on DataRegistrySubsystem_NotEqual_DataRegistryType"); \ +static_assert(sizeof(DataRegistrySubsystem_NotEqual_DataRegistryType) == 0x00001C, "Wrong size on DataRegistrySubsystem_NotEqual_DataRegistryType"); \ +static_assert(offsetof(DataRegistrySubsystem_NotEqual_DataRegistryType, A) == 0x000000, "Member 'DataRegistrySubsystem_NotEqual_DataRegistryType::A' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_NotEqual_DataRegistryType, B) == 0x00000C, "Member 'DataRegistrySubsystem_NotEqual_DataRegistryType::B' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_NotEqual_DataRegistryType, ReturnValue) == 0x000018, "Member 'DataRegistrySubsystem_NotEqual_DataRegistryType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataRegistrySubsystem \ +static_assert(alignof(UDataRegistrySubsystem) == 0x000008, "Wrong alignment on UDataRegistrySubsystem"); \ +static_assert(sizeof(UDataRegistrySubsystem) == 0x0000D0, "Wrong size on UDataRegistrySubsystem"); \ + +#define DUMPER7_ASSERTS_ABPL_SpotLightRail_C \ +static_assert(alignof(ABPL_SpotLightRail_C) == 0x000008, "Wrong alignment on ABPL_SpotLightRail_C"); \ +static_assert(sizeof(ABPL_SpotLightRail_C) == 0x000318, "Wrong size on ABPL_SpotLightRail_C"); \ +static_assert(offsetof(ABPL_SpotLightRail_C, StaticMesh__5) == 0x0002A8, "Member 'ABPL_SpotLightRail_C::StaticMesh__5' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotLightRail_C, DownLight_2) == 0x0002B0, "Member 'ABPL_SpotLightRail_C::DownLight_2' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotLightRail_C, LGT_SpotLightRail_01_LightHolder__2) == 0x0002B8, "Member 'ABPL_SpotLightRail_C::LGT_SpotLightRail_01_LightHolder__2' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotLightRail_C, PointLight_1) == 0x0002C0, "Member 'ABPL_SpotLightRail_C::PointLight_1' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotLightRail_C, DownLight_1) == 0x0002C8, "Member 'ABPL_SpotLightRail_C::DownLight_1' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotLightRail_C, LGT_SpotLightRail_01_LightHolder) == 0x0002D0, "Member 'ABPL_SpotLightRail_C::LGT_SpotLightRail_01_LightHolder' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotLightRail_C, PointLight) == 0x0002D8, "Member 'ABPL_SpotLightRail_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotLightRail_C, StaticMesh__4) == 0x0002E0, "Member 'ABPL_SpotLightRail_C::StaticMesh__4' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotLightRail_C, StaticMesh_3) == 0x0002E8, "Member 'ABPL_SpotLightRail_C::StaticMesh_3' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotLightRail_C, LGT_SpotLightRail_01_LightHolder_1) == 0x0002F0, "Member 'ABPL_SpotLightRail_C::LGT_SpotLightRail_01_LightHolder_1' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotLightRail_C, SmoothAmbiant) == 0x0002F8, "Member 'ABPL_SpotLightRail_C::SmoothAmbiant' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotLightRail_C, DownLight) == 0x000300, "Member 'ABPL_SpotLightRail_C::DownLight' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotLightRail_C, LGT_DeskLamp_02) == 0x000308, "Member 'ABPL_SpotLightRail_C::LGT_DeskLamp_02' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotLightRail_C, DefaultSceneRoot) == 0x000310, "Member 'ABPL_SpotLightRail_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ShockGrenadeFeedback_C \ +static_assert(alignof(UBP_ShockGrenadeFeedback_C) == 0x000008, "Wrong alignment on UBP_ShockGrenadeFeedback_C"); \ +static_assert(sizeof(UBP_ShockGrenadeFeedback_C) == 0x000308, "Wrong size on UBP_ShockGrenadeFeedback_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_DamageFalloff_C_ExecuteUbergraph_WBP_UI_Widget_DamageFalloff \ +static_assert(alignof(WBP_UI_Widget_DamageFalloff_C_ExecuteUbergraph_WBP_UI_Widget_DamageFalloff) == 0x000004, "Wrong alignment on WBP_UI_Widget_DamageFalloff_C_ExecuteUbergraph_WBP_UI_Widget_DamageFalloff"); \ +static_assert(sizeof(WBP_UI_Widget_DamageFalloff_C_ExecuteUbergraph_WBP_UI_Widget_DamageFalloff) == 0x000008, "Wrong size on WBP_UI_Widget_DamageFalloff_C_ExecuteUbergraph_WBP_UI_Widget_DamageFalloff"); \ +static_assert(offsetof(WBP_UI_Widget_DamageFalloff_C_ExecuteUbergraph_WBP_UI_Widget_DamageFalloff, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_DamageFalloff_C_ExecuteUbergraph_WBP_UI_Widget_DamageFalloff::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DamageFalloff_C_ExecuteUbergraph_WBP_UI_Widget_DamageFalloff, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_Widget_DamageFalloff_C_ExecuteUbergraph_WBP_UI_Widget_DamageFalloff::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_DamageFalloff_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_DamageFalloff_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_DamageFalloff_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_DamageFalloff_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_DamageFalloff_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_DamageFalloff_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_DamageFalloff_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_DamageFalloff_C_OnPaint \ +static_assert(alignof(WBP_UI_Widget_DamageFalloff_C_OnPaint) == 0x000008, "Wrong alignment on WBP_UI_Widget_DamageFalloff_C_OnPaint"); \ +static_assert(sizeof(WBP_UI_Widget_DamageFalloff_C_OnPaint) == 0x0000A8, "Wrong size on WBP_UI_Widget_DamageFalloff_C_OnPaint"); \ +static_assert(offsetof(WBP_UI_Widget_DamageFalloff_C_OnPaint, Context) == 0x000000, "Member 'WBP_UI_Widget_DamageFalloff_C_OnPaint::Context' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DamageFalloff_C_OnPaint, CallFunc_MakeLiteralFloat_ReturnValue) == 0x000030, "Member 'WBP_UI_Widget_DamageFalloff_C_OnPaint::CallFunc_MakeLiteralFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DamageFalloff_C_OnPaint, CallFunc_MakeLiteralFloat_ReturnValue_1) == 0x000034, "Member 'WBP_UI_Widget_DamageFalloff_C_OnPaint::CallFunc_MakeLiteralFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DamageFalloff_C_OnPaint, CallFunc_MakeVector2D_ReturnValue) == 0x000038, "Member 'WBP_UI_Widget_DamageFalloff_C_OnPaint::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DamageFalloff_C_OnPaint, CallFunc_GetPaintSpaceGeometry_ReturnValue) == 0x000040, "Member 'WBP_UI_Widget_DamageFalloff_C_OnPaint::CallFunc_GetPaintSpaceGeometry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DamageFalloff_C_OnPaint, CallFunc_GetLocalSize_ReturnValue) == 0x000078, "Member 'WBP_UI_Widget_DamageFalloff_C_OnPaint::CallFunc_GetLocalSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DamageFalloff_C_OnPaint, CallFunc_BreakVector2D_X) == 0x000080, "Member 'WBP_UI_Widget_DamageFalloff_C_OnPaint::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DamageFalloff_C_OnPaint, CallFunc_BreakVector2D_Y) == 0x000084, "Member 'WBP_UI_Widget_DamageFalloff_C_OnPaint::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DamageFalloff_C_OnPaint, CallFunc_Add_FloatFloat_ReturnValue) == 0x000088, "Member 'WBP_UI_Widget_DamageFalloff_C_OnPaint::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DamageFalloff_C_OnPaint, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00008C, "Member 'WBP_UI_Widget_DamageFalloff_C_OnPaint::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DamageFalloff_C_OnPaint, CallFunc_MakeVector2D_ReturnValue_1) == 0x000090, "Member 'WBP_UI_Widget_DamageFalloff_C_OnPaint::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DamageFalloff_C_OnPaint, CallFunc_MakeVector2D_ReturnValue_2) == 0x000098, "Member 'WBP_UI_Widget_DamageFalloff_C_OnPaint::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DamageFalloff_C_OnPaint, CallFunc_MakeVector2D_ReturnValue_3) == 0x0000A0, "Member 'WBP_UI_Widget_DamageFalloff_C_OnPaint::CallFunc_MakeVector2D_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_DamageFalloff_C \ +static_assert(alignof(UWBP_UI_Widget_DamageFalloff_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_DamageFalloff_C"); \ +static_assert(sizeof(UWBP_UI_Widget_DamageFalloff_C) == 0x0002C8, "Wrong size on UWBP_UI_Widget_DamageFalloff_C"); \ +static_assert(offsetof(UWBP_UI_Widget_DamageFalloff_C, UberGraphFrame) == 0x0002B8, "Member 'UWBP_UI_Widget_DamageFalloff_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_DamageFalloff_C, OverlayFalloffDisplay) == 0x0002C0, "Member 'UWBP_UI_Widget_DamageFalloff_C::OverlayFalloffDisplay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDeveloperSettings \ +static_assert(alignof(UDeveloperSettings) == 0x000008, "Wrong alignment on UDeveloperSettings"); \ +static_assert(sizeof(UDeveloperSettings) == 0x000048, "Wrong size on UDeveloperSettings"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus) == 0x0008D8, "Wrong size on WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus, EntryPoint) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus, CallFunc_GetLobbyInfo_CharacterUIInfo) == 0x000008, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus::CallFunc_GetLobbyInfo_CharacterUIInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus, CallFunc_GetLobbyInfo_IsValid) == 0x000430, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus::CallFunc_GetLobbyInfo_IsValid' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus, K2Node_CreateDelegate_OutputDelegate) == 0x000434, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus, K2Node_CustomEvent_ErrorCode) == 0x000448, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus::K2Node_CustomEvent_ErrorCode' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus, CallFunc_GetLobbyInfo_CharacterUIInfo_1) == 0x000450, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus::CallFunc_GetLobbyInfo_CharacterUIInfo_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus, CallFunc_GetLobbyInfo_IsValid_1) == 0x000878, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus::CallFunc_GetLobbyInfo_IsValid_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus, K2Node_CreateDelegate_OutputDelegate_1) == 0x00087C, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus, K2Node_CustomEvent_ErrorCode_1) == 0x000890, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus::K2Node_CustomEvent_ErrorCode_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus, CallFunc_Play2DSound_ReturnValue) == 0x000894, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus, K2Node_CreateDelegate_OutputDelegate_2) == 0x000898, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus, K2Node_Event_bInHasFocus) == 0x0008AC, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus, K2Node_CreateDelegate_OutputDelegate_3) == 0x0008B0, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus, CallFunc_GetSBZOnline_ReturnValue) == 0x0008C8, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus::CallFunc_GetSBZOnline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus, K2Node_Event_IsDesignTime) == 0x0008D0, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_PreConstruct \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnMMStopped \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnMMStopped) == 0x000001, "Wrong alignment on WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnMMStopped"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnMMStopped) == 0x000001, "Wrong size on WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnMMStopped"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnMMStopped, ErrorCode) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnMMStopped::ErrorCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnLobbyUpdate \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnLobbyUpdate) == 0x000001, "Wrong alignment on WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnLobbyUpdate"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnLobbyUpdate) == 0x000001, "Wrong size on WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnLobbyUpdate"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnLobbyUpdate, ErrorCode) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnLobbyUpdate::ErrorCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_GetLobbyInfo \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_GetLobbyInfo) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_GetLobbyInfo"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_GetLobbyInfo) == 0x000448, "Wrong size on WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_GetLobbyInfo"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_GetLobbyInfo, CharacterUIInfo) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_GetLobbyInfo::CharacterUIInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_GetLobbyInfo, IsValid) == 0x000428, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_GetLobbyInfo::IsValid' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_GetLobbyInfo, CallFunc_GetUiLobbyInfo_OutInfo) == 0x000430, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_GetLobbyInfo::CallFunc_GetUiLobbyInfo_OutInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_GetLobbyInfo, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000440, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_GetLobbyInfo::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_CleanWidget \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_CleanWidget) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_CleanWidget"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_CleanWidget) == 0x000028, "Wrong size on WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_CleanWidget"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_CleanWidget, CallFunc_GetText_ReturnValue) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_CleanWidget::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_CleanWidget, CallFunc_Conv_TextToString_ReturnValue) == 0x000018, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_CleanWidget::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo) == 0x000730, "Wrong size on WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, InCharacter) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::InCharacter' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, Temp_bool_Variable) == 0x000428, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, Temp_text_Variable) == 0x000430, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, K2Node_MakeStruct_FormatArgumentData) == 0x000448, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, K2Node_MakeArray_Array) == 0x000488, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, CallFunc_Conv_StringToText_ReturnValue) == 0x000498, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, CallFunc_Format_ReturnValue) == 0x0004B0, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, CallFunc_TextIsEmpty_ReturnValue) == 0x0004C8, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0004D0, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, CallFunc_MakeLiteralByte_ReturnValue) == 0x0004E8, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0004E9, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, CallFunc_LessEqual_ByteByte_ReturnValue) == 0x0004EA, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::CallFunc_LessEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, CallFunc_GreaterEqual_ByteByte_ReturnValue) == 0x0004EB, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::CallFunc_GreaterEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, Temp_bool_Variable_1) == 0x0004EC, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, CallFunc_BooleanAND_ReturnValue) == 0x0004ED, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, CallFunc_BooleanOR_ReturnValue) == 0x0004EE, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, Temp_text_Variable_1) == 0x0004F0, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, Temp_text_Variable_2) == 0x000508, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, K2Node_Select_Default) == 0x000520, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, K2Node_Select_Default_1) == 0x000538, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, Temp_bool_Variable_2) == 0x000550, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, Temp_struct_Variable) == 0x000554, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, Temp_struct_Variable_1) == 0x000564, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, Temp_bool_Variable_3) == 0x000574, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, K2Node_Select_Default_2) == 0x000578, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, CallFunc_GetUIManager_ReturnValue) == 0x000588, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, CallFunc_GetLocalizedPlayerNoName_ReturnValue) == 0x000590, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::CallFunc_GetLocalizedPlayerNoName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, K2Node_Select_Default_3) == 0x0005A8, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, Temp_struct_Variable_2) == 0x0005C0, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0005D0, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, CallFunc_GetUIManager_ReturnValue_1) == 0x0005E8, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, K2Node_MakeStruct_FormatArgumentData_1) == 0x0005F0, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, K2Node_MakeArray_Array_1) == 0x000630, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, CallFunc_Format_ReturnValue_1) == 0x000640, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, CallFunc_Get_ReturnValue) == 0x000658, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, K2Node_MakeStruct_SBZSideBarNotificationData) == 0x000660, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::K2Node_MakeStruct_SBZSideBarNotificationData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, CallFunc_IsPlayerBlocked_ReturnValue) == 0x0006A0, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::CallFunc_IsPlayerBlocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, CallFunc_Not_PreBool_ReturnValue) == 0x0006A1, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, CallFunc_BooleanAND_ReturnValue_1) == 0x0006A2, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, CallFunc_GetUIManager_ReturnValue_2) == 0x0006A8, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::CallFunc_GetUIManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, CallFunc_GetSpriteForNebula_ReturnValue) == 0x0006B0, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::CallFunc_GetSpriteForNebula_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x0006B8, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, Temp_struct_Variable_3) == 0x0006C8, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, CallFunc_GetUIManager_ReturnValue_3) == 0x0006D8, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::CallFunc_GetUIManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, CallFunc_GetSpriteForPlatform_ReturnValue) == 0x0006E0, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::CallFunc_GetSpriteForPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, Temp_bool_Variable_4) == 0x0006E8, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1) == 0x0006F0, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, Temp_object_Variable) == 0x000700, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, K2Node_Select_Default_4) == 0x000708, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, Temp_object_Variable_1) == 0x000718, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, Temp_bool_Variable_5) == 0x000720, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo, K2Node_Select_Default_5) == 0x000728, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetPlayerUIInfo::K2Node_Select_Default_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnControlsReferencePressed \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnControlsReferencePressed) == 0x000004, "Wrong alignment on WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnControlsReferencePressed"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnControlsReferencePressed) == 0x000010, "Wrong size on WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnControlsReferencePressed"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnControlsReferencePressed, ActionName) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnControlsReferencePressed::ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnControlsReferencePressed, K2Node_SwitchName_CmpSuccess) == 0x00000C, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnControlsReferencePressed::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnFocusedVisuals \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnFocusedVisuals) == 0x000004, "Wrong alignment on WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnFocusedVisuals"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnFocusedVisuals) == 0x000008, "Wrong size on WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnFocusedVisuals"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnFocusedVisuals, bIsFocused) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnFocusedVisuals::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnFocusedVisuals, CallFunc_SelectFloat_ReturnValue) == 0x000004, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_OnFocusedVisuals::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_RefreshVisual \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_RefreshVisual) == 0x000001, "Wrong alignment on WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_RefreshVisual"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_RefreshVisual) == 0x000001, "Wrong size on WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_RefreshVisual"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_RefreshVisual, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_RefreshVisual::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetLobbyOwnerVisibility \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetLobbyOwnerVisibility) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetLobbyOwnerVisibility"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetLobbyOwnerVisibility) == 0x000030, "Wrong size on WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetLobbyOwnerVisibility"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetLobbyOwnerVisibility, InUserID) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetLobbyOwnerVisibility::InUserID' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetLobbyOwnerVisibility, Temp_bool_Variable) == 0x000010, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetLobbyOwnerVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetLobbyOwnerVisibility, Temp_byte_Variable) == 0x000011, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetLobbyOwnerVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetLobbyOwnerVisibility, Temp_byte_Variable_1) == 0x000012, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetLobbyOwnerVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetLobbyOwnerVisibility, CallFunc_IsSessionHosted_OutHostId) == 0x000018, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetLobbyOwnerVisibility::CallFunc_IsSessionHosted_OutHostId' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetLobbyOwnerVisibility, CallFunc_IsSessionHosted_ReturnValue) == 0x000028, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetLobbyOwnerVisibility::CallFunc_IsSessionHosted_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetLobbyOwnerVisibility, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000029, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetLobbyOwnerVisibility::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetLobbyOwnerVisibility, CallFunc_BooleanAND_ReturnValue) == 0x00002A, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetLobbyOwnerVisibility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetLobbyOwnerVisibility, K2Node_Select_Default) == 0x00002B, "Member 'WBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C_SetLobbyOwnerVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C \ +static_assert(alignof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C) == 0x000008, "Wrong alignment on UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C"); \ +static_assert(sizeof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C) == 0x0004C8, "Wrong size on UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, UberGraphFrame) == 0x0003C8, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, Background_I) == 0x0003D0, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, Image) == 0x0003D8, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, Image_1) == 0x0003E0, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, Image_2) == 0x0003E8, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, Image_3) == 0x0003F0, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, Image_4) == 0x0003F8, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::Image_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, Image_5) == 0x000400, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::Image_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, Image_6) == 0x000408, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::Image_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, Image_90) == 0x000410, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::Image_90' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, Image_343) == 0x000418, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::Image_343' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, Image_EmptySlot) == 0x000420, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::Image_EmptySlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, Image_NebulaIcon) == 0x000428, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::Image_NebulaIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, Image_PlatformIcon) == 0x000430, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::Image_PlatformIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, LobbyOwner_T) == 0x000438, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::LobbyOwner_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, Outline_I) == 0x000440, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::Outline_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, PlatformName_Hb) == 0x000448, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::PlatformName_Hb' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, PlayerDetails_Vb) == 0x000450, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::PlayerDetails_Vb' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, ReadyStatusBg_I) == 0x000458, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::ReadyStatusBg_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, ReadyStatusLine_I) == 0x000460, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::ReadyStatusLine_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, SecondaryBackground_I) == 0x000468, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::SecondaryBackground_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, Text_InfamyLevel) == 0x000470, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::Text_InfamyLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, Text_NebulaPlayerName) == 0x000478, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::Text_NebulaPlayerName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, Text_PlatformPlayerName) == 0x000480, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::Text_PlatformPlayerName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, Text_ReadyStatus) == 0x000488, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::Text_ReadyStatus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, WBP_RenownLevel) == 0x000490, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::WBP_RenownLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, WBP_VoIP) == 0x000498, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::WBP_VoIP' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, PlayerIdx) == 0x0004A0, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::PlayerIdx' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, HasPlayerStatus) == 0x0004A4, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::HasPlayerStatus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, OnPlayerStatusRemoved) == 0x0004A8, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::OnPlayerStatusRemoved' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C, OnPlayerStatusUpdating) == 0x0004B8, "Member 'UWBP_UI_Preplanning_MainMenu_PlayerReadyStatus_C::OnPlayerStatusUpdating' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInAppPurchaseProductInfo \ +static_assert(alignof(FInAppPurchaseProductInfo) == 0x000008, "Wrong alignment on FInAppPurchaseProductInfo"); \ +static_assert(sizeof(FInAppPurchaseProductInfo) == 0x0000A8, "Wrong size on FInAppPurchaseProductInfo"); \ +static_assert(offsetof(FInAppPurchaseProductInfo, Identifier) == 0x000000, "Member 'FInAppPurchaseProductInfo::Identifier' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo, TransactionIdentifier) == 0x000010, "Member 'FInAppPurchaseProductInfo::TransactionIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo, DisplayName) == 0x000020, "Member 'FInAppPurchaseProductInfo::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo, DisplayDescription) == 0x000030, "Member 'FInAppPurchaseProductInfo::DisplayDescription' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo, DisplayPrice) == 0x000040, "Member 'FInAppPurchaseProductInfo::DisplayPrice' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo, RawPrice) == 0x000050, "Member 'FInAppPurchaseProductInfo::RawPrice' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo, CurrencyCode) == 0x000058, "Member 'FInAppPurchaseProductInfo::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo, CurrencySymbol) == 0x000068, "Member 'FInAppPurchaseProductInfo::CurrencySymbol' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo, DecimalSeparator) == 0x000078, "Member 'FInAppPurchaseProductInfo::DecimalSeparator' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo, GroupingSeparator) == 0x000088, "Member 'FInAppPurchaseProductInfo::GroupingSeparator' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo, ReceiptData) == 0x000098, "Member 'FInAppPurchaseProductInfo::ReceiptData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedInterfaceDef \ +static_assert(alignof(FNamedInterfaceDef) == 0x000008, "Wrong alignment on FNamedInterfaceDef"); \ +static_assert(sizeof(FNamedInterfaceDef) == 0x000020, "Wrong size on FNamedInterfaceDef"); \ +static_assert(offsetof(FNamedInterfaceDef, InterfaceName) == 0x000000, "Member 'FNamedInterfaceDef::InterfaceName' has a wrong offset!"); \ +static_assert(offsetof(FNamedInterfaceDef, InterfaceClassName) == 0x000010, "Member 'FNamedInterfaceDef::InterfaceClassName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInAppPurchaseRestoreInfo \ +static_assert(alignof(FInAppPurchaseRestoreInfo) == 0x000008, "Wrong alignment on FInAppPurchaseRestoreInfo"); \ +static_assert(sizeof(FInAppPurchaseRestoreInfo) == 0x000030, "Wrong size on FInAppPurchaseRestoreInfo"); \ +static_assert(offsetof(FInAppPurchaseRestoreInfo, Identifier) == 0x000000, "Member 'FInAppPurchaseRestoreInfo::Identifier' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseRestoreInfo, ReceiptData) == 0x000010, "Member 'FInAppPurchaseRestoreInfo::ReceiptData' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseRestoreInfo, TransactionIdentifier) == 0x000020, "Member 'FInAppPurchaseRestoreInfo::TransactionIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedInterface \ +static_assert(alignof(FNamedInterface) == 0x000008, "Wrong alignment on FNamedInterface"); \ +static_assert(sizeof(FNamedInterface) == 0x000018, "Wrong size on FNamedInterface"); \ +static_assert(offsetof(FNamedInterface, InterfaceName) == 0x000000, "Member 'FNamedInterface::InterfaceName' has a wrong offset!"); \ +static_assert(offsetof(FNamedInterface, InterfaceObject) == 0x000010, "Member 'FNamedInterface::InterfaceObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInAppPurchaseProductRequest \ +static_assert(alignof(FInAppPurchaseProductRequest) == 0x000008, "Wrong alignment on FInAppPurchaseProductRequest"); \ +static_assert(sizeof(FInAppPurchaseProductRequest) == 0x000018, "Wrong size on FInAppPurchaseProductRequest"); \ +static_assert(offsetof(FInAppPurchaseProductRequest, ProductIdentifier) == 0x000000, "Member 'FInAppPurchaseProductRequest::ProductIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductRequest, bIsConsumable) == 0x000010, "Member 'FInAppPurchaseProductRequest::bIsConsumable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNamedInterfaces \ +static_assert(alignof(UNamedInterfaces) == 0x000008, "Wrong alignment on UNamedInterfaces"); \ +static_assert(sizeof(UNamedInterfaces) == 0x000068, "Wrong size on UNamedInterfaces"); \ +static_assert(offsetof(UNamedInterfaces, NamedInterfaces) == 0x000030, "Member 'UNamedInterfaces::NamedInterfaces' has a wrong offset!"); \ +static_assert(offsetof(UNamedInterfaces, NamedInterfaceDefs) == 0x000040, "Member 'UNamedInterfaces::NamedInterfaceDefs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TurnBasedMatchInterface_OnMatchEnded \ +static_assert(alignof(TurnBasedMatchInterface_OnMatchEnded) == 0x000008, "Wrong alignment on TurnBasedMatchInterface_OnMatchEnded"); \ +static_assert(sizeof(TurnBasedMatchInterface_OnMatchEnded) == 0x000010, "Wrong size on TurnBasedMatchInterface_OnMatchEnded"); \ +static_assert(offsetof(TurnBasedMatchInterface_OnMatchEnded, Match) == 0x000000, "Member 'TurnBasedMatchInterface_OnMatchEnded::Match' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TurnBasedMatchInterface_OnMatchReceivedTurn \ +static_assert(alignof(TurnBasedMatchInterface_OnMatchReceivedTurn) == 0x000008, "Wrong alignment on TurnBasedMatchInterface_OnMatchReceivedTurn"); \ +static_assert(sizeof(TurnBasedMatchInterface_OnMatchReceivedTurn) == 0x000018, "Wrong size on TurnBasedMatchInterface_OnMatchReceivedTurn"); \ +static_assert(offsetof(TurnBasedMatchInterface_OnMatchReceivedTurn, Match) == 0x000000, "Member 'TurnBasedMatchInterface_OnMatchReceivedTurn::Match' has a wrong offset!"); \ +static_assert(offsetof(TurnBasedMatchInterface_OnMatchReceivedTurn, bDidBecomeActive) == 0x000010, "Member 'TurnBasedMatchInterface_OnMatchReceivedTurn::bDidBecomeActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITurnBasedMatchInterface \ +static_assert(alignof(ITurnBasedMatchInterface) == 0x000001, "Wrong alignment on ITurnBasedMatchInterface"); \ +static_assert(sizeof(ITurnBasedMatchInterface) == 0x000001, "Wrong size on ITurnBasedMatchInterface"); \ + +#define DUMPER7_ASSERTS_GA_PlayerCrouch_C_ExecuteUbergraph_GA_PlayerCrouch \ +static_assert(alignof(GA_PlayerCrouch_C_ExecuteUbergraph_GA_PlayerCrouch) == 0x000004, "Wrong alignment on GA_PlayerCrouch_C_ExecuteUbergraph_GA_PlayerCrouch"); \ +static_assert(sizeof(GA_PlayerCrouch_C_ExecuteUbergraph_GA_PlayerCrouch) == 0x000008, "Wrong size on GA_PlayerCrouch_C_ExecuteUbergraph_GA_PlayerCrouch"); \ +static_assert(offsetof(GA_PlayerCrouch_C_ExecuteUbergraph_GA_PlayerCrouch, EntryPoint) == 0x000000, "Member 'GA_PlayerCrouch_C_ExecuteUbergraph_GA_PlayerCrouch::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(GA_PlayerCrouch_C_ExecuteUbergraph_GA_PlayerCrouch, K2Node_Event_bWasCancelled) == 0x000004, "Member 'GA_PlayerCrouch_C_ExecuteUbergraph_GA_PlayerCrouch::K2Node_Event_bWasCancelled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GA_PlayerCrouch_C_K2_OnEndAbility \ +static_assert(alignof(GA_PlayerCrouch_C_K2_OnEndAbility) == 0x000001, "Wrong alignment on GA_PlayerCrouch_C_K2_OnEndAbility"); \ +static_assert(sizeof(GA_PlayerCrouch_C_K2_OnEndAbility) == 0x000001, "Wrong size on GA_PlayerCrouch_C_K2_OnEndAbility"); \ +static_assert(offsetof(GA_PlayerCrouch_C_K2_OnEndAbility, bWasCancelled) == 0x000000, "Member 'GA_PlayerCrouch_C_K2_OnEndAbility::bWasCancelled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_PlayerCrouch_C \ +static_assert(alignof(UGA_PlayerCrouch_C) == 0x000008, "Wrong alignment on UGA_PlayerCrouch_C"); \ +static_assert(sizeof(UGA_PlayerCrouch_C) == 0x000508, "Wrong size on UGA_PlayerCrouch_C"); \ +static_assert(offsetof(UGA_PlayerCrouch_C, UberGraphFrame) == 0x000500, "Member 'UGA_PlayerCrouch_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_Shotgun_FSA12_C \ +static_assert(alignof(UBP_FireWeaponFeedback_Shotgun_FSA12_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_Shotgun_FSA12_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_Shotgun_FSA12_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_Shotgun_FSA12_C"); \ + +#define DUMPER7_ASSERTS_FInAppPurchaseProductInfo2 \ +static_assert(alignof(FInAppPurchaseProductInfo2) == 0x000008, "Wrong alignment on FInAppPurchaseProductInfo2"); \ +static_assert(sizeof(FInAppPurchaseProductInfo2) == 0x0000F8, "Wrong size on FInAppPurchaseProductInfo2"); \ +static_assert(offsetof(FInAppPurchaseProductInfo2, Identifier) == 0x000000, "Member 'FInAppPurchaseProductInfo2::Identifier' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo2, TransactionIdentifier) == 0x000010, "Member 'FInAppPurchaseProductInfo2::TransactionIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo2, DisplayName) == 0x000020, "Member 'FInAppPurchaseProductInfo2::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo2, DisplayDescription) == 0x000030, "Member 'FInAppPurchaseProductInfo2::DisplayDescription' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo2, DisplayPrice) == 0x000040, "Member 'FInAppPurchaseProductInfo2::DisplayPrice' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo2, RawPrice) == 0x000050, "Member 'FInAppPurchaseProductInfo2::RawPrice' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo2, CurrencyCode) == 0x000058, "Member 'FInAppPurchaseProductInfo2::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo2, CurrencySymbol) == 0x000068, "Member 'FInAppPurchaseProductInfo2::CurrencySymbol' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo2, DecimalSeparator) == 0x000078, "Member 'FInAppPurchaseProductInfo2::DecimalSeparator' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo2, GroupingSeparator) == 0x000088, "Member 'FInAppPurchaseProductInfo2::GroupingSeparator' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo2, ReceiptData) == 0x000098, "Member 'FInAppPurchaseProductInfo2::ReceiptData' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo2, DynamicFields) == 0x0000A8, "Member 'FInAppPurchaseProductInfo2::DynamicFields' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintSessionResult \ +static_assert(alignof(FBlueprintSessionResult) == 0x000008, "Wrong alignment on FBlueprintSessionResult"); \ +static_assert(sizeof(FBlueprintSessionResult) == 0x000108, "Wrong size on FBlueprintSessionResult"); \ + +#define DUMPER7_ASSERTS_FPIELoginSettingsInternal \ +static_assert(alignof(FPIELoginSettingsInternal) == 0x000008, "Wrong alignment on FPIELoginSettingsInternal"); \ +static_assert(sizeof(FPIELoginSettingsInternal) == 0x000040, "Wrong size on FPIELoginSettingsInternal"); \ +static_assert(offsetof(FPIELoginSettingsInternal, Id) == 0x000000, "Member 'FPIELoginSettingsInternal::Id' has a wrong offset!"); \ +static_assert(offsetof(FPIELoginSettingsInternal, Token) == 0x000010, "Member 'FPIELoginSettingsInternal::Token' has a wrong offset!"); \ +static_assert(offsetof(FPIELoginSettingsInternal, Type) == 0x000020, "Member 'FPIELoginSettingsInternal::Type' has a wrong offset!"); \ +static_assert(offsetof(FPIELoginSettingsInternal, TokenBytes) == 0x000030, "Member 'FPIELoginSettingsInternal::TokenBytes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInAppPurchaseReceiptInfo2 \ +static_assert(alignof(FInAppPurchaseReceiptInfo2) == 0x000008, "Wrong alignment on FInAppPurchaseReceiptInfo2"); \ +static_assert(sizeof(FInAppPurchaseReceiptInfo2) == 0x000030, "Wrong size on FInAppPurchaseReceiptInfo2"); \ +static_assert(offsetof(FInAppPurchaseReceiptInfo2, ItemName) == 0x000000, "Member 'FInAppPurchaseReceiptInfo2::ItemName' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseReceiptInfo2, ItemId) == 0x000010, "Member 'FInAppPurchaseReceiptInfo2::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseReceiptInfo2, ValidationInfo) == 0x000020, "Member 'FInAppPurchaseReceiptInfo2::ValidationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInAppPurchaseReceiptInfo \ +static_assert(alignof(FInAppPurchaseReceiptInfo) == 0x000008, "Wrong alignment on FInAppPurchaseReceiptInfo"); \ +static_assert(sizeof(FInAppPurchaseReceiptInfo) == 0x000030, "Wrong size on FInAppPurchaseReceiptInfo"); \ +static_assert(offsetof(FInAppPurchaseReceiptInfo, ItemName) == 0x000000, "Member 'FInAppPurchaseReceiptInfo::ItemName' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseReceiptInfo, ItemId) == 0x000010, "Member 'FInAppPurchaseReceiptInfo::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseReceiptInfo, ValidationInfo) == 0x000020, "Member 'FInAppPurchaseReceiptInfo::ValidationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOnlineProxyStoreOffer \ +static_assert(alignof(FOnlineProxyStoreOffer) == 0x000008, "Wrong alignment on FOnlineProxyStoreOffer"); \ +static_assert(sizeof(FOnlineProxyStoreOffer) == 0x000110, "Wrong size on FOnlineProxyStoreOffer"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, OfferId) == 0x000000, "Member 'FOnlineProxyStoreOffer::OfferId' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, Title) == 0x000010, "Member 'FOnlineProxyStoreOffer::Title' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, Description) == 0x000028, "Member 'FOnlineProxyStoreOffer::Description' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, LongDescription) == 0x000040, "Member 'FOnlineProxyStoreOffer::LongDescription' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, RegularPriceText) == 0x000058, "Member 'FOnlineProxyStoreOffer::RegularPriceText' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, RegularPrice) == 0x000070, "Member 'FOnlineProxyStoreOffer::RegularPrice' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, PriceText) == 0x000078, "Member 'FOnlineProxyStoreOffer::PriceText' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, NumericPrice) == 0x000090, "Member 'FOnlineProxyStoreOffer::NumericPrice' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, CurrencyCode) == 0x000098, "Member 'FOnlineProxyStoreOffer::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, ReleaseDate) == 0x0000A8, "Member 'FOnlineProxyStoreOffer::ReleaseDate' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, ExpirationDate) == 0x0000B0, "Member 'FOnlineProxyStoreOffer::ExpirationDate' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, DiscountType) == 0x0000B8, "Member 'FOnlineProxyStoreOffer::DiscountType' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, DynamicFields) == 0x0000C0, "Member 'FOnlineProxyStoreOffer::DynamicFields' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInAppPurchaseRestoreInfo2 \ +static_assert(alignof(FInAppPurchaseRestoreInfo2) == 0x000008, "Wrong alignment on FInAppPurchaseRestoreInfo2"); \ +static_assert(sizeof(FInAppPurchaseRestoreInfo2) == 0x000030, "Wrong size on FInAppPurchaseRestoreInfo2"); \ +static_assert(offsetof(FInAppPurchaseRestoreInfo2, ItemName) == 0x000000, "Member 'FInAppPurchaseRestoreInfo2::ItemName' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseRestoreInfo2, ItemId) == 0x000010, "Member 'FInAppPurchaseRestoreInfo2::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseRestoreInfo2, ValidationInfo) == 0x000020, "Member 'FInAppPurchaseRestoreInfo2::ValidationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInAppPurchaseProductRequest2 \ +static_assert(alignof(FInAppPurchaseProductRequest2) == 0x000008, "Wrong alignment on FInAppPurchaseProductRequest2"); \ +static_assert(sizeof(FInAppPurchaseProductRequest2) == 0x000018, "Wrong size on FInAppPurchaseProductRequest2"); \ +static_assert(offsetof(FInAppPurchaseProductRequest2, ProductIdentifier) == 0x000000, "Member 'FInAppPurchaseProductRequest2::ProductIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductRequest2, bIsConsumable) == 0x000010, "Member 'FInAppPurchaseProductRequest2::bIsConsumable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayerReservation \ +static_assert(alignof(FPlayerReservation) == 0x000008, "Wrong alignment on FPlayerReservation"); \ +static_assert(sizeof(FPlayerReservation) == 0x000050, "Wrong size on FPlayerReservation"); \ +static_assert(offsetof(FPlayerReservation, UniqueId) == 0x000000, "Member 'FPlayerReservation::UniqueId' has a wrong offset!"); \ +static_assert(offsetof(FPlayerReservation, ValidationStr) == 0x000028, "Member 'FPlayerReservation::ValidationStr' has a wrong offset!"); \ +static_assert(offsetof(FPlayerReservation, Platform) == 0x000038, "Member 'FPlayerReservation::Platform' has a wrong offset!"); \ +static_assert(offsetof(FPlayerReservation, bAllowCrossplay) == 0x000048, "Member 'FPlayerReservation::bAllowCrossplay' has a wrong offset!"); \ +static_assert(offsetof(FPlayerReservation, ElapsedTime) == 0x00004C, "Member 'FPlayerReservation::ElapsedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPartyBeaconCrossplayPlatformMapping \ +static_assert(alignof(FPartyBeaconCrossplayPlatformMapping) == 0x000008, "Wrong alignment on FPartyBeaconCrossplayPlatformMapping"); \ +static_assert(sizeof(FPartyBeaconCrossplayPlatformMapping) == 0x000020, "Wrong size on FPartyBeaconCrossplayPlatformMapping"); \ +static_assert(offsetof(FPartyBeaconCrossplayPlatformMapping, PlatformName) == 0x000000, "Member 'FPartyBeaconCrossplayPlatformMapping::PlatformName' has a wrong offset!"); \ +static_assert(offsetof(FPartyBeaconCrossplayPlatformMapping, PlatformType) == 0x000010, "Member 'FPartyBeaconCrossplayPlatformMapping::PlatformType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPartyReservation \ +static_assert(alignof(FPartyReservation) == 0x000008, "Wrong alignment on FPartyReservation"); \ +static_assert(sizeof(FPartyReservation) == 0x000050, "Wrong size on FPartyReservation"); \ +static_assert(offsetof(FPartyReservation, TeamNum) == 0x000000, "Member 'FPartyReservation::TeamNum' has a wrong offset!"); \ +static_assert(offsetof(FPartyReservation, PartyLeader) == 0x000008, "Member 'FPartyReservation::PartyLeader' has a wrong offset!"); \ +static_assert(offsetof(FPartyReservation, PartyMembers) == 0x000030, "Member 'FPartyReservation::PartyMembers' has a wrong offset!"); \ +static_assert(offsetof(FPartyReservation, RemovedPartyMembers) == 0x000040, "Member 'FPartyReservation::RemovedPartyMembers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpectatorReservation \ +static_assert(alignof(FSpectatorReservation) == 0x000008, "Wrong alignment on FSpectatorReservation"); \ +static_assert(sizeof(FSpectatorReservation) == 0x000078, "Wrong size on FSpectatorReservation"); \ +static_assert(offsetof(FSpectatorReservation, SpectatorId) == 0x000000, "Member 'FSpectatorReservation::SpectatorId' has a wrong offset!"); \ +static_assert(offsetof(FSpectatorReservation, Spectator) == 0x000028, "Member 'FSpectatorReservation::Spectator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VoipListenerSynthComponent_IsIdling \ +static_assert(alignof(VoipListenerSynthComponent_IsIdling) == 0x000001, "Wrong alignment on VoipListenerSynthComponent_IsIdling"); \ +static_assert(sizeof(VoipListenerSynthComponent_IsIdling) == 0x000001, "Wrong size on VoipListenerSynthComponent_IsIdling"); \ +static_assert(offsetof(VoipListenerSynthComponent_IsIdling, ReturnValue) == 0x000000, "Member 'VoipListenerSynthComponent_IsIdling::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVoipListenerSynthComponent \ +static_assert(alignof(UVoipListenerSynthComponent) == 0x000010, "Wrong alignment on UVoipListenerSynthComponent"); \ +static_assert(sizeof(UVoipListenerSynthComponent) == 0x000750, "Wrong size on UVoipListenerSynthComponent"); \ + +#define DUMPER7_ASSERTS_AchievementBlueprintLibrary_GetCachedAchievementDescription \ +static_assert(alignof(AchievementBlueprintLibrary_GetCachedAchievementDescription) == 0x000008, "Wrong alignment on AchievementBlueprintLibrary_GetCachedAchievementDescription"); \ +static_assert(sizeof(AchievementBlueprintLibrary_GetCachedAchievementDescription) == 0x000070, "Wrong size on AchievementBlueprintLibrary_GetCachedAchievementDescription"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, WorldContextObject) == 0x000000, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, PlayerController) == 0x000008, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, AchievementID) == 0x000010, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::AchievementID' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, bFoundID) == 0x00001C, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::bFoundID' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, Title) == 0x000020, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::Title' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, LockedDescription) == 0x000038, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::LockedDescription' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, UnlockedDescription) == 0x000050, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::UnlockedDescription' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, bHidden) == 0x000068, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::bHidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AchievementBlueprintLibrary_GetCachedAchievementProgress \ +static_assert(alignof(AchievementBlueprintLibrary_GetCachedAchievementProgress) == 0x000008, "Wrong alignment on AchievementBlueprintLibrary_GetCachedAchievementProgress"); \ +static_assert(sizeof(AchievementBlueprintLibrary_GetCachedAchievementProgress) == 0x000028, "Wrong size on AchievementBlueprintLibrary_GetCachedAchievementProgress"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, WorldContextObject) == 0x000000, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, PlayerController) == 0x000008, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, AchievementID) == 0x000010, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::AchievementID' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, bFoundID) == 0x00001C, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::bFoundID' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, Progress) == 0x000020, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAchievementBlueprintLibrary \ +static_assert(alignof(UAchievementBlueprintLibrary) == 0x000008, "Wrong alignment on UAchievementBlueprintLibrary"); \ +static_assert(sizeof(UAchievementBlueprintLibrary) == 0x000030, "Wrong size on UAchievementBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_AchievementQueryCallbackProxy_CacheAchievementDescriptions \ +static_assert(alignof(AchievementQueryCallbackProxy_CacheAchievementDescriptions) == 0x000008, "Wrong alignment on AchievementQueryCallbackProxy_CacheAchievementDescriptions"); \ +static_assert(sizeof(AchievementQueryCallbackProxy_CacheAchievementDescriptions) == 0x000018, "Wrong size on AchievementQueryCallbackProxy_CacheAchievementDescriptions"); \ +static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievementDescriptions, WorldContextObject) == 0x000000, "Member 'AchievementQueryCallbackProxy_CacheAchievementDescriptions::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievementDescriptions, PlayerController) == 0x000008, "Member 'AchievementQueryCallbackProxy_CacheAchievementDescriptions::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievementDescriptions, ReturnValue) == 0x000010, "Member 'AchievementQueryCallbackProxy_CacheAchievementDescriptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AchievementQueryCallbackProxy_CacheAchievements \ +static_assert(alignof(AchievementQueryCallbackProxy_CacheAchievements) == 0x000008, "Wrong alignment on AchievementQueryCallbackProxy_CacheAchievements"); \ +static_assert(sizeof(AchievementQueryCallbackProxy_CacheAchievements) == 0x000018, "Wrong size on AchievementQueryCallbackProxy_CacheAchievements"); \ +static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievements, WorldContextObject) == 0x000000, "Member 'AchievementQueryCallbackProxy_CacheAchievements::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievements, PlayerController) == 0x000008, "Member 'AchievementQueryCallbackProxy_CacheAchievements::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievements, ReturnValue) == 0x000010, "Member 'AchievementQueryCallbackProxy_CacheAchievements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAchievementQueryCallbackProxy \ +static_assert(alignof(UAchievementQueryCallbackProxy) == 0x000008, "Wrong alignment on UAchievementQueryCallbackProxy"); \ +static_assert(sizeof(UAchievementQueryCallbackProxy) == 0x000070, "Wrong size on UAchievementQueryCallbackProxy"); \ +static_assert(offsetof(UAchievementQueryCallbackProxy, OnSuccess) == 0x000038, "Member 'UAchievementQueryCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UAchievementQueryCallbackProxy, OnFailure) == 0x000048, "Member 'UAchievementQueryCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AchievementWriteCallbackProxy_WriteAchievementProgress \ +static_assert(alignof(AchievementWriteCallbackProxy_WriteAchievementProgress) == 0x000008, "Wrong alignment on AchievementWriteCallbackProxy_WriteAchievementProgress"); \ +static_assert(sizeof(AchievementWriteCallbackProxy_WriteAchievementProgress) == 0x000030, "Wrong size on AchievementWriteCallbackProxy_WriteAchievementProgress"); \ +static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, WorldContextObject) == 0x000000, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, PlayerController) == 0x000008, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, AchievementName) == 0x000010, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::AchievementName' has a wrong offset!"); \ +static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, Progress) == 0x00001C, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::Progress' has a wrong offset!"); \ +static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, UserTag) == 0x000020, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::UserTag' has a wrong offset!"); \ +static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, ReturnValue) == 0x000028, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAchievementWriteCallbackProxy \ +static_assert(alignof(UAchievementWriteCallbackProxy) == 0x000008, "Wrong alignment on UAchievementWriteCallbackProxy"); \ +static_assert(sizeof(UAchievementWriteCallbackProxy) == 0x000090, "Wrong size on UAchievementWriteCallbackProxy"); \ +static_assert(offsetof(UAchievementWriteCallbackProxy, OnSuccess) == 0x000038, "Member 'UAchievementWriteCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UAchievementWriteCallbackProxy, OnFailure) == 0x000048, "Member 'UAchievementWriteCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConnectionCallbackProxy_ConnectToService \ +static_assert(alignof(ConnectionCallbackProxy_ConnectToService) == 0x000008, "Wrong alignment on ConnectionCallbackProxy_ConnectToService"); \ +static_assert(sizeof(ConnectionCallbackProxy_ConnectToService) == 0x000018, "Wrong size on ConnectionCallbackProxy_ConnectToService"); \ +static_assert(offsetof(ConnectionCallbackProxy_ConnectToService, WorldContextObject) == 0x000000, "Member 'ConnectionCallbackProxy_ConnectToService::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ConnectionCallbackProxy_ConnectToService, PlayerController) == 0x000008, "Member 'ConnectionCallbackProxy_ConnectToService::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(ConnectionCallbackProxy_ConnectToService, ReturnValue) == 0x000010, "Member 'ConnectionCallbackProxy_ConnectToService::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConnectionCallbackProxy \ +static_assert(alignof(UConnectionCallbackProxy) == 0x000008, "Wrong alignment on UConnectionCallbackProxy"); \ +static_assert(sizeof(UConnectionCallbackProxy) == 0x000080, "Wrong size on UConnectionCallbackProxy"); \ +static_assert(offsetof(UConnectionCallbackProxy, OnSuccess) == 0x000038, "Member 'UConnectionCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UConnectionCallbackProxy, OnFailure) == 0x000048, "Member 'UConnectionCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CreateSessionCallbackProxy_CreateSession \ +static_assert(alignof(CreateSessionCallbackProxy_CreateSession) == 0x000008, "Wrong alignment on CreateSessionCallbackProxy_CreateSession"); \ +static_assert(sizeof(CreateSessionCallbackProxy_CreateSession) == 0x000020, "Wrong size on CreateSessionCallbackProxy_CreateSession"); \ +static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, WorldContextObject) == 0x000000, "Member 'CreateSessionCallbackProxy_CreateSession::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, PlayerController) == 0x000008, "Member 'CreateSessionCallbackProxy_CreateSession::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, PublicConnections) == 0x000010, "Member 'CreateSessionCallbackProxy_CreateSession::PublicConnections' has a wrong offset!"); \ +static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, bUseLAN) == 0x000014, "Member 'CreateSessionCallbackProxy_CreateSession::bUseLAN' has a wrong offset!"); \ +static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, ReturnValue) == 0x000018, "Member 'CreateSessionCallbackProxy_CreateSession::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCreateSessionCallbackProxy \ +static_assert(alignof(UCreateSessionCallbackProxy) == 0x000008, "Wrong alignment on UCreateSessionCallbackProxy"); \ +static_assert(sizeof(UCreateSessionCallbackProxy) == 0x0000A0, "Wrong size on UCreateSessionCallbackProxy"); \ +static_assert(offsetof(UCreateSessionCallbackProxy, OnSuccess) == 0x000038, "Member 'UCreateSessionCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UCreateSessionCallbackProxy, OnFailure) == 0x000048, "Member 'UCreateSessionCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DestroySessionCallbackProxy_DestroySession \ +static_assert(alignof(DestroySessionCallbackProxy_DestroySession) == 0x000008, "Wrong alignment on DestroySessionCallbackProxy_DestroySession"); \ +static_assert(sizeof(DestroySessionCallbackProxy_DestroySession) == 0x000018, "Wrong size on DestroySessionCallbackProxy_DestroySession"); \ +static_assert(offsetof(DestroySessionCallbackProxy_DestroySession, WorldContextObject) == 0x000000, "Member 'DestroySessionCallbackProxy_DestroySession::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(DestroySessionCallbackProxy_DestroySession, PlayerController) == 0x000008, "Member 'DestroySessionCallbackProxy_DestroySession::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(DestroySessionCallbackProxy_DestroySession, ReturnValue) == 0x000010, "Member 'DestroySessionCallbackProxy_DestroySession::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDestroySessionCallbackProxy \ +static_assert(alignof(UDestroySessionCallbackProxy) == 0x000008, "Wrong alignment on UDestroySessionCallbackProxy"); \ +static_assert(sizeof(UDestroySessionCallbackProxy) == 0x000080, "Wrong size on UDestroySessionCallbackProxy"); \ +static_assert(offsetof(UDestroySessionCallbackProxy, OnSuccess) == 0x000038, "Member 'UDestroySessionCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UDestroySessionCallbackProxy, OnFailure) == 0x000048, "Member 'UDestroySessionCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EndMatchCallbackProxy_EndMatch \ +static_assert(alignof(EndMatchCallbackProxy_EndMatch) == 0x000008, "Wrong alignment on EndMatchCallbackProxy_EndMatch"); \ +static_assert(sizeof(EndMatchCallbackProxy_EndMatch) == 0x000040, "Wrong size on EndMatchCallbackProxy_EndMatch"); \ +static_assert(offsetof(EndMatchCallbackProxy_EndMatch, WorldContextObject) == 0x000000, "Member 'EndMatchCallbackProxy_EndMatch::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(EndMatchCallbackProxy_EndMatch, PlayerController) == 0x000008, "Member 'EndMatchCallbackProxy_EndMatch::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(EndMatchCallbackProxy_EndMatch, MatchActor) == 0x000010, "Member 'EndMatchCallbackProxy_EndMatch::MatchActor' has a wrong offset!"); \ +static_assert(offsetof(EndMatchCallbackProxy_EndMatch, MatchID) == 0x000020, "Member 'EndMatchCallbackProxy_EndMatch::MatchID' has a wrong offset!"); \ +static_assert(offsetof(EndMatchCallbackProxy_EndMatch, LocalPlayerOutcome) == 0x000030, "Member 'EndMatchCallbackProxy_EndMatch::LocalPlayerOutcome' has a wrong offset!"); \ +static_assert(offsetof(EndMatchCallbackProxy_EndMatch, OtherPlayersOutcome) == 0x000031, "Member 'EndMatchCallbackProxy_EndMatch::OtherPlayersOutcome' has a wrong offset!"); \ +static_assert(offsetof(EndMatchCallbackProxy_EndMatch, ReturnValue) == 0x000038, "Member 'EndMatchCallbackProxy_EndMatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEndMatchCallbackProxy \ +static_assert(alignof(UEndMatchCallbackProxy) == 0x000008, "Wrong alignment on UEndMatchCallbackProxy"); \ +static_assert(sizeof(UEndMatchCallbackProxy) == 0x000088, "Wrong size on UEndMatchCallbackProxy"); \ +static_assert(offsetof(UEndMatchCallbackProxy, OnSuccess) == 0x000038, "Member 'UEndMatchCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UEndMatchCallbackProxy, OnFailure) == 0x000048, "Member 'UEndMatchCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EndTurnCallbackProxy_EndTurn \ +static_assert(alignof(EndTurnCallbackProxy_EndTurn) == 0x000008, "Wrong alignment on EndTurnCallbackProxy_EndTurn"); \ +static_assert(sizeof(EndTurnCallbackProxy_EndTurn) == 0x000038, "Wrong size on EndTurnCallbackProxy_EndTurn"); \ +static_assert(offsetof(EndTurnCallbackProxy_EndTurn, WorldContextObject) == 0x000000, "Member 'EndTurnCallbackProxy_EndTurn::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(EndTurnCallbackProxy_EndTurn, PlayerController) == 0x000008, "Member 'EndTurnCallbackProxy_EndTurn::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(EndTurnCallbackProxy_EndTurn, MatchID) == 0x000010, "Member 'EndTurnCallbackProxy_EndTurn::MatchID' has a wrong offset!"); \ +static_assert(offsetof(EndTurnCallbackProxy_EndTurn, TurnBasedMatchInterface) == 0x000020, "Member 'EndTurnCallbackProxy_EndTurn::TurnBasedMatchInterface' has a wrong offset!"); \ +static_assert(offsetof(EndTurnCallbackProxy_EndTurn, ReturnValue) == 0x000030, "Member 'EndTurnCallbackProxy_EndTurn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEndTurnCallbackProxy \ +static_assert(alignof(UEndTurnCallbackProxy) == 0x000008, "Wrong alignment on UEndTurnCallbackProxy"); \ +static_assert(sizeof(UEndTurnCallbackProxy) == 0x000080, "Wrong size on UEndTurnCallbackProxy"); \ +static_assert(offsetof(UEndTurnCallbackProxy, OnSuccess) == 0x000038, "Member 'UEndTurnCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UEndTurnCallbackProxy, OnFailure) == 0x000048, "Member 'UEndTurnCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FindSessionsCallbackProxy_FindSessions \ +static_assert(alignof(FindSessionsCallbackProxy_FindSessions) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_FindSessions"); \ +static_assert(sizeof(FindSessionsCallbackProxy_FindSessions) == 0x000020, "Wrong size on FindSessionsCallbackProxy_FindSessions"); \ +static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, WorldContextObject) == 0x000000, "Member 'FindSessionsCallbackProxy_FindSessions::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, PlayerController) == 0x000008, "Member 'FindSessionsCallbackProxy_FindSessions::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, MaxResults) == 0x000010, "Member 'FindSessionsCallbackProxy_FindSessions::MaxResults' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, bUseLAN) == 0x000014, "Member 'FindSessionsCallbackProxy_FindSessions::bUseLAN' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, ReturnValue) == 0x000018, "Member 'FindSessionsCallbackProxy_FindSessions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetCurrentPlayers \ +static_assert(alignof(FindSessionsCallbackProxy_GetCurrentPlayers) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetCurrentPlayers"); \ +static_assert(sizeof(FindSessionsCallbackProxy_GetCurrentPlayers) == 0x000110, "Wrong size on FindSessionsCallbackProxy_GetCurrentPlayers"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetCurrentPlayers, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetCurrentPlayers::Result' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetCurrentPlayers, ReturnValue) == 0x000108, "Member 'FindSessionsCallbackProxy_GetCurrentPlayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetMaxPlayers \ +static_assert(alignof(FindSessionsCallbackProxy_GetMaxPlayers) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetMaxPlayers"); \ +static_assert(sizeof(FindSessionsCallbackProxy_GetMaxPlayers) == 0x000110, "Wrong size on FindSessionsCallbackProxy_GetMaxPlayers"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetMaxPlayers, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetMaxPlayers::Result' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetMaxPlayers, ReturnValue) == 0x000108, "Member 'FindSessionsCallbackProxy_GetMaxPlayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetPingInMs \ +static_assert(alignof(FindSessionsCallbackProxy_GetPingInMs) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetPingInMs"); \ +static_assert(sizeof(FindSessionsCallbackProxy_GetPingInMs) == 0x000110, "Wrong size on FindSessionsCallbackProxy_GetPingInMs"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetPingInMs, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetPingInMs::Result' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetPingInMs, ReturnValue) == 0x000108, "Member 'FindSessionsCallbackProxy_GetPingInMs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetServerName \ +static_assert(alignof(FindSessionsCallbackProxy_GetServerName) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetServerName"); \ +static_assert(sizeof(FindSessionsCallbackProxy_GetServerName) == 0x000118, "Wrong size on FindSessionsCallbackProxy_GetServerName"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetServerName, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetServerName::Result' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetServerName, ReturnValue) == 0x000108, "Member 'FindSessionsCallbackProxy_GetServerName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFindSessionsCallbackProxy \ +static_assert(alignof(UFindSessionsCallbackProxy) == 0x000008, "Wrong alignment on UFindSessionsCallbackProxy"); \ +static_assert(sizeof(UFindSessionsCallbackProxy) == 0x000098, "Wrong size on UFindSessionsCallbackProxy"); \ +static_assert(offsetof(UFindSessionsCallbackProxy, OnSuccess) == 0x000038, "Member 'UFindSessionsCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UFindSessionsCallbackProxy, OnFailure) == 0x000048, "Member 'UFindSessionsCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch \ +static_assert(alignof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch) == 0x000008, "Wrong alignment on FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch"); \ +static_assert(sizeof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch) == 0x000038, "Wrong size on FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch"); \ +static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, WorldContextObject) == 0x000000, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, PlayerController) == 0x000008, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, MatchActor) == 0x000010, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::MatchActor' has a wrong offset!"); \ +static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, MinPlayers) == 0x000020, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::MinPlayers' has a wrong offset!"); \ +static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, MaxPlayers) == 0x000024, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::MaxPlayers' has a wrong offset!"); \ +static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, PlayerGroup) == 0x000028, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::PlayerGroup' has a wrong offset!"); \ +static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, ShowExistingMatches) == 0x00002C, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::ShowExistingMatches' has a wrong offset!"); \ +static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, ReturnValue) == 0x000030, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFindTurnBasedMatchCallbackProxy \ +static_assert(alignof(UFindTurnBasedMatchCallbackProxy) == 0x000008, "Wrong alignment on UFindTurnBasedMatchCallbackProxy"); \ +static_assert(sizeof(UFindTurnBasedMatchCallbackProxy) == 0x000090, "Wrong size on UFindTurnBasedMatchCallbackProxy"); \ +static_assert(offsetof(UFindTurnBasedMatchCallbackProxy, OnSuccess) == 0x000038, "Member 'UFindTurnBasedMatchCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UFindTurnBasedMatchCallbackProxy, OnFailure) == 0x000048, "Member 'UFindTurnBasedMatchCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase \ +static_assert(alignof(InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase) == 0x000008, "Wrong alignment on InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase"); \ +static_assert(sizeof(InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase) == 0x000028, "Wrong size on InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase, PlayerController) == 0x000000, "Member 'InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase, ProductRequest) == 0x000008, "Member 'InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase::ProductRequest' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase, ReturnValue) == 0x000020, "Member 'InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseCallbackProxy \ +static_assert(alignof(UInAppPurchaseCallbackProxy) == 0x000008, "Wrong alignment on UInAppPurchaseCallbackProxy"); \ +static_assert(sizeof(UInAppPurchaseCallbackProxy) == 0x000088, "Wrong size on UInAppPurchaseCallbackProxy"); \ +static_assert(offsetof(UInAppPurchaseCallbackProxy, OnSuccess) == 0x000030, "Member 'UInAppPurchaseCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseCallbackProxy, OnFailure) == 0x000040, "Member 'UInAppPurchaseCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase \ +static_assert(alignof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase) == 0x000008, "Wrong alignment on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase"); \ +static_assert(sizeof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase) == 0x000028, "Wrong size on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase, PlayerController) == 0x000000, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase, ProductRequest) == 0x000008, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase::ProductRequest' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase, ReturnValue) == 0x000020, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned \ +static_assert(alignof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned) == 0x000008, "Wrong alignment on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned"); \ +static_assert(sizeof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned) == 0x000010, "Wrong size on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned, PlayerController) == 0x000000, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned, ReturnValue) == 0x000008, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases \ +static_assert(alignof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases) == 0x000008, "Wrong alignment on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases"); \ +static_assert(sizeof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases) == 0x000010, "Wrong size on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases, PlayerController) == 0x000000, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases, ReturnValue) == 0x000008, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseCallbackProxy2 \ +static_assert(alignof(UInAppPurchaseCallbackProxy2) == 0x000008, "Wrong alignment on UInAppPurchaseCallbackProxy2"); \ +static_assert(sizeof(UInAppPurchaseCallbackProxy2) == 0x0000B0, "Wrong size on UInAppPurchaseCallbackProxy2"); \ +static_assert(offsetof(UInAppPurchaseCallbackProxy2, OnSuccess) == 0x000030, "Member 'UInAppPurchaseCallbackProxy2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseCallbackProxy2, OnFailure) == 0x000040, "Member 'UInAppPurchaseCallbackProxy2::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery \ +static_assert(alignof(InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery) == 0x000008, "Wrong alignment on InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery"); \ +static_assert(sizeof(InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery) == 0x000020, "Wrong size on InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery"); \ +static_assert(offsetof(InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery, PlayerController) == 0x000000, "Member 'InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery, ProductIdentifiers) == 0x000008, "Member 'InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery::ProductIdentifiers' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery, ReturnValue) == 0x000018, "Member 'InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseQueryCallbackProxy \ +static_assert(alignof(UInAppPurchaseQueryCallbackProxy) == 0x000008, "Wrong alignment on UInAppPurchaseQueryCallbackProxy"); \ +static_assert(sizeof(UInAppPurchaseQueryCallbackProxy) == 0x000098, "Wrong size on UInAppPurchaseQueryCallbackProxy"); \ +static_assert(offsetof(UInAppPurchaseQueryCallbackProxy, OnSuccess) == 0x000030, "Member 'UInAppPurchaseQueryCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseQueryCallbackProxy, OnFailure) == 0x000040, "Member 'UInAppPurchaseQueryCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery \ +static_assert(alignof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery) == 0x000008, "Wrong alignment on InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery"); \ +static_assert(sizeof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery) == 0x000020, "Wrong size on InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery"); \ +static_assert(offsetof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery, PlayerController) == 0x000000, "Member 'InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery, ProductIdentifiers) == 0x000008, "Member 'InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery::ProductIdentifiers' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery, ReturnValue) == 0x000018, "Member 'InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseQueryCallbackProxy2 \ +static_assert(alignof(UInAppPurchaseQueryCallbackProxy2) == 0x000008, "Wrong alignment on UInAppPurchaseQueryCallbackProxy2"); \ +static_assert(sizeof(UInAppPurchaseQueryCallbackProxy2) == 0x000070, "Wrong size on UInAppPurchaseQueryCallbackProxy2"); \ +static_assert(offsetof(UInAppPurchaseQueryCallbackProxy2, OnSuccess) == 0x000030, "Member 'UInAppPurchaseQueryCallbackProxy2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseQueryCallbackProxy2, OnFailure) == 0x000040, "Member 'UInAppPurchaseQueryCallbackProxy2::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore \ +static_assert(alignof(InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore) == 0x000008, "Wrong alignment on InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore"); \ +static_assert(sizeof(InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore) == 0x000020, "Wrong size on InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore"); \ +static_assert(offsetof(InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore, ConsumableProductFlags) == 0x000000, "Member 'InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore::ConsumableProductFlags' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore, PlayerController) == 0x000010, "Member 'InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore, ReturnValue) == 0x000018, "Member 'InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseRestoreCallbackProxy \ +static_assert(alignof(UInAppPurchaseRestoreCallbackProxy) == 0x000008, "Wrong alignment on UInAppPurchaseRestoreCallbackProxy"); \ +static_assert(sizeof(UInAppPurchaseRestoreCallbackProxy) == 0x000098, "Wrong size on UInAppPurchaseRestoreCallbackProxy"); \ +static_assert(offsetof(UInAppPurchaseRestoreCallbackProxy, OnSuccess) == 0x000030, "Member 'UInAppPurchaseRestoreCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseRestoreCallbackProxy, OnFailure) == 0x000040, "Member 'UInAppPurchaseRestoreCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore \ +static_assert(alignof(InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore) == 0x000008, "Wrong alignment on InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore"); \ +static_assert(sizeof(InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore) == 0x000020, "Wrong size on InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore"); \ +static_assert(offsetof(InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore, ConsumableProductFlags) == 0x000000, "Member 'InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore::ConsumableProductFlags' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore, PlayerController) == 0x000010, "Member 'InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore, ReturnValue) == 0x000018, "Member 'InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseRestoreCallbackProxy2 \ +static_assert(alignof(UInAppPurchaseRestoreCallbackProxy2) == 0x000008, "Wrong alignment on UInAppPurchaseRestoreCallbackProxy2"); \ +static_assert(sizeof(UInAppPurchaseRestoreCallbackProxy2) == 0x0000B0, "Wrong size on UInAppPurchaseRestoreCallbackProxy2"); \ +static_assert(offsetof(UInAppPurchaseRestoreCallbackProxy2, OnSuccess) == 0x000030, "Member 'UInAppPurchaseRestoreCallbackProxy2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseRestoreCallbackProxy2, OnFailure) == 0x000040, "Member 'UInAppPurchaseRestoreCallbackProxy2::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIpConnection \ +static_assert(alignof(UIpConnection) == 0x000008, "Wrong alignment on UIpConnection"); \ +static_assert(sizeof(UIpConnection) == 0x001C98, "Wrong size on UIpConnection"); \ +static_assert(offsetof(UIpConnection, SocketErrorDisconnectDelay) == 0x001C48, "Member 'UIpConnection::SocketErrorDisconnectDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIpNetDriver \ +static_assert(alignof(UIpNetDriver) == 0x000008, "Wrong alignment on UIpNetDriver"); \ +static_assert(sizeof(UIpNetDriver) == 0x0007F8, "Wrong size on UIpNetDriver"); \ +static_assert(offsetof(UIpNetDriver, MaxPortCountToTry) == 0x00078C, "Member 'UIpNetDriver::MaxPortCountToTry' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, ServerDesiredSocketReceiveBufferBytes) == 0x00079C, "Member 'UIpNetDriver::ServerDesiredSocketReceiveBufferBytes' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, ServerDesiredSocketSendBufferBytes) == 0x0007A0, "Member 'UIpNetDriver::ServerDesiredSocketSendBufferBytes' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, ClientDesiredSocketReceiveBufferBytes) == 0x0007A4, "Member 'UIpNetDriver::ClientDesiredSocketReceiveBufferBytes' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, ClientDesiredSocketSendBufferBytes) == 0x0007A8, "Member 'UIpNetDriver::ClientDesiredSocketSendBufferBytes' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, MaxSecondsInReceive) == 0x0007B0, "Member 'UIpNetDriver::MaxSecondsInReceive' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, NbPacketsBetweenReceiveTimeTest) == 0x0007B8, "Member 'UIpNetDriver::NbPacketsBetweenReceiveTimeTest' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, ResolutionConnectionTimeout) == 0x0007BC, "Member 'UIpNetDriver::ResolutionConnectionTimeout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JoinSessionCallbackProxy_JoinSession \ +static_assert(alignof(JoinSessionCallbackProxy_JoinSession) == 0x000008, "Wrong alignment on JoinSessionCallbackProxy_JoinSession"); \ +static_assert(sizeof(JoinSessionCallbackProxy_JoinSession) == 0x000120, "Wrong size on JoinSessionCallbackProxy_JoinSession"); \ +static_assert(offsetof(JoinSessionCallbackProxy_JoinSession, WorldContextObject) == 0x000000, "Member 'JoinSessionCallbackProxy_JoinSession::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(JoinSessionCallbackProxy_JoinSession, PlayerController) == 0x000008, "Member 'JoinSessionCallbackProxy_JoinSession::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(JoinSessionCallbackProxy_JoinSession, SearchResult) == 0x000010, "Member 'JoinSessionCallbackProxy_JoinSession::SearchResult' has a wrong offset!"); \ +static_assert(offsetof(JoinSessionCallbackProxy_JoinSession, ReturnValue) == 0x000118, "Member 'JoinSessionCallbackProxy_JoinSession::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJoinSessionCallbackProxy \ +static_assert(alignof(UJoinSessionCallbackProxy) == 0x000008, "Wrong alignment on UJoinSessionCallbackProxy"); \ +static_assert(sizeof(UJoinSessionCallbackProxy) == 0x000188, "Wrong size on UJoinSessionCallbackProxy"); \ +static_assert(offsetof(UJoinSessionCallbackProxy, OnSuccess) == 0x000038, "Member 'UJoinSessionCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UJoinSessionCallbackProxy, OnFailure) == 0x000048, "Member 'UJoinSessionCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LeaderboardBlueprintLibrary_WriteLeaderboardInteger \ +static_assert(alignof(LeaderboardBlueprintLibrary_WriteLeaderboardInteger) == 0x000008, "Wrong alignment on LeaderboardBlueprintLibrary_WriteLeaderboardInteger"); \ +static_assert(sizeof(LeaderboardBlueprintLibrary_WriteLeaderboardInteger) == 0x000020, "Wrong size on LeaderboardBlueprintLibrary_WriteLeaderboardInteger"); \ +static_assert(offsetof(LeaderboardBlueprintLibrary_WriteLeaderboardInteger, PlayerController) == 0x000000, "Member 'LeaderboardBlueprintLibrary_WriteLeaderboardInteger::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(LeaderboardBlueprintLibrary_WriteLeaderboardInteger, StatName) == 0x000008, "Member 'LeaderboardBlueprintLibrary_WriteLeaderboardInteger::StatName' has a wrong offset!"); \ +static_assert(offsetof(LeaderboardBlueprintLibrary_WriteLeaderboardInteger, StatValue) == 0x000014, "Member 'LeaderboardBlueprintLibrary_WriteLeaderboardInteger::StatValue' has a wrong offset!"); \ +static_assert(offsetof(LeaderboardBlueprintLibrary_WriteLeaderboardInteger, ReturnValue) == 0x000018, "Member 'LeaderboardBlueprintLibrary_WriteLeaderboardInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULeaderboardBlueprintLibrary \ +static_assert(alignof(ULeaderboardBlueprintLibrary) == 0x000008, "Wrong alignment on ULeaderboardBlueprintLibrary"); \ +static_assert(sizeof(ULeaderboardBlueprintLibrary) == 0x000030, "Wrong size on ULeaderboardBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush \ +static_assert(alignof(LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush) == 0x000008, "Wrong alignment on LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush"); \ +static_assert(sizeof(LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush) == 0x000020, "Wrong size on LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush"); \ +static_assert(offsetof(LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush, PlayerController) == 0x000000, "Member 'LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush, SessionName) == 0x000008, "Member 'LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush::SessionName' has a wrong offset!"); \ +static_assert(offsetof(LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush, ReturnValue) == 0x000018, "Member 'LeaderboardFlushCallbackProxy_CreateProxyObjectForFlush::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULeaderboardFlushCallbackProxy \ +static_assert(alignof(ULeaderboardFlushCallbackProxy) == 0x000008, "Wrong alignment on ULeaderboardFlushCallbackProxy"); \ +static_assert(sizeof(ULeaderboardFlushCallbackProxy) == 0x000070, "Wrong size on ULeaderboardFlushCallbackProxy"); \ +static_assert(offsetof(ULeaderboardFlushCallbackProxy, OnSuccess) == 0x000030, "Member 'ULeaderboardFlushCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ULeaderboardFlushCallbackProxy, OnFailure) == 0x000040, "Member 'ULeaderboardFlushCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery \ +static_assert(alignof(LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery) == 0x000008, "Wrong alignment on LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery"); \ +static_assert(sizeof(LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery) == 0x000020, "Wrong size on LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery"); \ +static_assert(offsetof(LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery, PlayerController) == 0x000000, "Member 'LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery, StatName) == 0x000008, "Member 'LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery::StatName' has a wrong offset!"); \ +static_assert(offsetof(LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery, ReturnValue) == 0x000018, "Member 'LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULeaderboardQueryCallbackProxy \ +static_assert(alignof(ULeaderboardQueryCallbackProxy) == 0x000008, "Wrong alignment on ULeaderboardQueryCallbackProxy"); \ +static_assert(sizeof(ULeaderboardQueryCallbackProxy) == 0x0000A0, "Wrong size on ULeaderboardQueryCallbackProxy"); \ +static_assert(offsetof(ULeaderboardQueryCallbackProxy, OnSuccess) == 0x000030, "Member 'ULeaderboardQueryCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ULeaderboardQueryCallbackProxy, OnFailure) == 0x000040, "Member 'ULeaderboardQueryCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LogoutCallbackProxy_Logout \ +static_assert(alignof(LogoutCallbackProxy_Logout) == 0x000008, "Wrong alignment on LogoutCallbackProxy_Logout"); \ +static_assert(sizeof(LogoutCallbackProxy_Logout) == 0x000018, "Wrong size on LogoutCallbackProxy_Logout"); \ +static_assert(offsetof(LogoutCallbackProxy_Logout, WorldContextObject) == 0x000000, "Member 'LogoutCallbackProxy_Logout::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LogoutCallbackProxy_Logout, PlayerController) == 0x000008, "Member 'LogoutCallbackProxy_Logout::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(LogoutCallbackProxy_Logout, ReturnValue) == 0x000010, "Member 'LogoutCallbackProxy_Logout::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULogoutCallbackProxy \ +static_assert(alignof(ULogoutCallbackProxy) == 0x000008, "Wrong alignment on ULogoutCallbackProxy"); \ +static_assert(sizeof(ULogoutCallbackProxy) == 0x000070, "Wrong size on ULogoutCallbackProxy"); \ +static_assert(offsetof(ULogoutCallbackProxy, OnSuccess) == 0x000038, "Member 'ULogoutCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ULogoutCallbackProxy, OnFailure) == 0x000048, "Member 'ULogoutCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AOnlineBeacon \ +static_assert(alignof(AOnlineBeacon) == 0x000008, "Wrong alignment on AOnlineBeacon"); \ +static_assert(sizeof(AOnlineBeacon) == 0x0002E8, "Wrong size on AOnlineBeacon"); \ +static_assert(offsetof(AOnlineBeacon, BeaconConnectionInitialTimeout) == 0x0002B0, "Member 'AOnlineBeacon::BeaconConnectionInitialTimeout' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeacon, BeaconConnectionTimeout) == 0x0002B4, "Member 'AOnlineBeacon::BeaconConnectionTimeout' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeacon, EditorBeaconConnectionInitialTimeout) == 0x0002B8, "Member 'AOnlineBeacon::EditorBeaconConnectionInitialTimeout' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeacon, EditorBeaconConnectionTimeout) == 0x0002BC, "Member 'AOnlineBeacon::EditorBeaconConnectionTimeout' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeacon, NetDriver) == 0x0002C0, "Member 'AOnlineBeacon::NetDriver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AOnlineBeaconClient \ +static_assert(alignof(AOnlineBeaconClient) == 0x000008, "Wrong alignment on AOnlineBeaconClient"); \ +static_assert(sizeof(AOnlineBeaconClient) == 0x000348, "Wrong size on AOnlineBeaconClient"); \ +static_assert(offsetof(AOnlineBeaconClient, BeaconOwner) == 0x0002E8, "Member 'AOnlineBeaconClient::BeaconOwner' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconClient, BeaconConnection) == 0x0002F0, "Member 'AOnlineBeaconClient::BeaconConnection' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconClient, ConnectionState) == 0x0002F8, "Member 'AOnlineBeaconClient::ConnectionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AOnlineBeaconHost \ +static_assert(alignof(AOnlineBeaconHost) == 0x000008, "Wrong alignment on AOnlineBeaconHost"); \ +static_assert(sizeof(AOnlineBeaconHost) == 0x0003A0, "Wrong size on AOnlineBeaconHost"); \ +static_assert(offsetof(AOnlineBeaconHost, ListenPort) == 0x0002E8, "Member 'AOnlineBeaconHost::ListenPort' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconHost, bReuseAddressAndPort) == 0x0002EC, "Member 'AOnlineBeaconHost::bReuseAddressAndPort' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconHost, ClientActors) == 0x0002F0, "Member 'AOnlineBeaconHost::ClientActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AOnlineBeaconHostObject \ +static_assert(alignof(AOnlineBeaconHostObject) == 0x000008, "Wrong alignment on AOnlineBeaconHostObject"); \ +static_assert(sizeof(AOnlineBeaconHostObject) == 0x0002D0, "Wrong size on AOnlineBeaconHostObject"); \ +static_assert(offsetof(AOnlineBeaconHostObject, BeaconTypeName) == 0x0002A8, "Member 'AOnlineBeaconHostObject::BeaconTypeName' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconHostObject, ClientBeaconActorClass) == 0x0002B8, "Member 'AOnlineBeaconHostObject::ClientBeaconActorClass' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconHostObject, ClientActors) == 0x0002C0, "Member 'AOnlineBeaconHostObject::ClientActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOnlineEngineInterfaceImpl2 \ +static_assert(alignof(UOnlineEngineInterfaceImpl2) == 0x000008, "Wrong alignment on UOnlineEngineInterfaceImpl2"); \ +static_assert(sizeof(UOnlineEngineInterfaceImpl2) == 0x000198, "Wrong size on UOnlineEngineInterfaceImpl2"); \ +static_assert(offsetof(UOnlineEngineInterfaceImpl2, MappedUniqueNetIdTypes) == 0x000030, "Member 'UOnlineEngineInterfaceImpl2::MappedUniqueNetIdTypes' has a wrong offset!"); \ +static_assert(offsetof(UOnlineEngineInterfaceImpl2, CompatibleUniqueNetIdTypes) == 0x000080, "Member 'UOnlineEngineInterfaceImpl2::CompatibleUniqueNetIdTypes' has a wrong offset!"); \ +static_assert(offsetof(UOnlineEngineInterfaceImpl2, VoiceSubsystemNameOverride) == 0x000090, "Member 'UOnlineEngineInterfaceImpl2::VoiceSubsystemNameOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOnlinePIESettings \ +static_assert(alignof(UOnlinePIESettings) == 0x000008, "Wrong alignment on UOnlinePIESettings"); \ +static_assert(sizeof(UOnlinePIESettings) == 0x000060, "Wrong size on UOnlinePIESettings"); \ +static_assert(offsetof(UOnlinePIESettings, bOnlinePIEEnabled) == 0x000048, "Member 'UOnlinePIESettings::bOnlinePIEEnabled' has a wrong offset!"); \ +static_assert(offsetof(UOnlinePIESettings, Logins) == 0x000050, "Member 'UOnlinePIESettings::Logins' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOnlineSessionClient \ +static_assert(alignof(UOnlineSessionClient) == 0x000008, "Wrong alignment on UOnlineSessionClient"); \ +static_assert(sizeof(UOnlineSessionClient) == 0x0001D0, "Wrong size on UOnlineSessionClient"); \ +static_assert(offsetof(UOnlineSessionClient, bIsFromInvite) == 0x0001C8, "Member 'UOnlineSessionClient::bIsFromInvite' has a wrong offset!"); \ +static_assert(offsetof(UOnlineSessionClient, bHandlingDisconnect) == 0x0001C9, "Member 'UOnlineSessionClient::bHandlingDisconnect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PartyBeaconClient_ClientCancelReservationResponse \ +static_assert(alignof(PartyBeaconClient_ClientCancelReservationResponse) == 0x000001, "Wrong alignment on PartyBeaconClient_ClientCancelReservationResponse"); \ +static_assert(sizeof(PartyBeaconClient_ClientCancelReservationResponse) == 0x000001, "Wrong size on PartyBeaconClient_ClientCancelReservationResponse"); \ +static_assert(offsetof(PartyBeaconClient_ClientCancelReservationResponse, ReservationResponse) == 0x000000, "Member 'PartyBeaconClient_ClientCancelReservationResponse::ReservationResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PartyBeaconClient_ClientReservationResponse \ +static_assert(alignof(PartyBeaconClient_ClientReservationResponse) == 0x000001, "Wrong alignment on PartyBeaconClient_ClientReservationResponse"); \ +static_assert(sizeof(PartyBeaconClient_ClientReservationResponse) == 0x000001, "Wrong size on PartyBeaconClient_ClientReservationResponse"); \ +static_assert(offsetof(PartyBeaconClient_ClientReservationResponse, ReservationResponse) == 0x000000, "Member 'PartyBeaconClient_ClientReservationResponse::ReservationResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PartyBeaconClient_ClientSendReservationUpdates \ +static_assert(alignof(PartyBeaconClient_ClientSendReservationUpdates) == 0x000004, "Wrong alignment on PartyBeaconClient_ClientSendReservationUpdates"); \ +static_assert(sizeof(PartyBeaconClient_ClientSendReservationUpdates) == 0x000004, "Wrong size on PartyBeaconClient_ClientSendReservationUpdates"); \ +static_assert(offsetof(PartyBeaconClient_ClientSendReservationUpdates, NumRemainingReservations) == 0x000000, "Member 'PartyBeaconClient_ClientSendReservationUpdates::NumRemainingReservations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PartyBeaconClient_ServerAddOrUpdateReservationRequest \ +static_assert(alignof(PartyBeaconClient_ServerAddOrUpdateReservationRequest) == 0x000008, "Wrong alignment on PartyBeaconClient_ServerAddOrUpdateReservationRequest"); \ +static_assert(sizeof(PartyBeaconClient_ServerAddOrUpdateReservationRequest) == 0x000060, "Wrong size on PartyBeaconClient_ServerAddOrUpdateReservationRequest"); \ +static_assert(offsetof(PartyBeaconClient_ServerAddOrUpdateReservationRequest, SessionId) == 0x000000, "Member 'PartyBeaconClient_ServerAddOrUpdateReservationRequest::SessionId' has a wrong offset!"); \ +static_assert(offsetof(PartyBeaconClient_ServerAddOrUpdateReservationRequest, Reservation) == 0x000010, "Member 'PartyBeaconClient_ServerAddOrUpdateReservationRequest::Reservation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PartyBeaconClient_ServerCancelReservationRequest \ +static_assert(alignof(PartyBeaconClient_ServerCancelReservationRequest) == 0x000008, "Wrong alignment on PartyBeaconClient_ServerCancelReservationRequest"); \ +static_assert(sizeof(PartyBeaconClient_ServerCancelReservationRequest) == 0x000028, "Wrong size on PartyBeaconClient_ServerCancelReservationRequest"); \ +static_assert(offsetof(PartyBeaconClient_ServerCancelReservationRequest, PartyLeader) == 0x000000, "Member 'PartyBeaconClient_ServerCancelReservationRequest::PartyLeader' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PartyBeaconClient_ServerRemoveMemberFromReservationRequest \ +static_assert(alignof(PartyBeaconClient_ServerRemoveMemberFromReservationRequest) == 0x000008, "Wrong alignment on PartyBeaconClient_ServerRemoveMemberFromReservationRequest"); \ +static_assert(sizeof(PartyBeaconClient_ServerRemoveMemberFromReservationRequest) == 0x000060, "Wrong size on PartyBeaconClient_ServerRemoveMemberFromReservationRequest"); \ +static_assert(offsetof(PartyBeaconClient_ServerRemoveMemberFromReservationRequest, SessionId) == 0x000000, "Member 'PartyBeaconClient_ServerRemoveMemberFromReservationRequest::SessionId' has a wrong offset!"); \ +static_assert(offsetof(PartyBeaconClient_ServerRemoveMemberFromReservationRequest, ReservationUpdate) == 0x000010, "Member 'PartyBeaconClient_ServerRemoveMemberFromReservationRequest::ReservationUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PartyBeaconClient_ServerReservationRequest \ +static_assert(alignof(PartyBeaconClient_ServerReservationRequest) == 0x000008, "Wrong alignment on PartyBeaconClient_ServerReservationRequest"); \ +static_assert(sizeof(PartyBeaconClient_ServerReservationRequest) == 0x000060, "Wrong size on PartyBeaconClient_ServerReservationRequest"); \ +static_assert(offsetof(PartyBeaconClient_ServerReservationRequest, SessionId) == 0x000000, "Member 'PartyBeaconClient_ServerReservationRequest::SessionId' has a wrong offset!"); \ +static_assert(offsetof(PartyBeaconClient_ServerReservationRequest, Reservation) == 0x000010, "Member 'PartyBeaconClient_ServerReservationRequest::Reservation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PartyBeaconClient_ServerUpdateReservationRequest \ +static_assert(alignof(PartyBeaconClient_ServerUpdateReservationRequest) == 0x000008, "Wrong alignment on PartyBeaconClient_ServerUpdateReservationRequest"); \ +static_assert(sizeof(PartyBeaconClient_ServerUpdateReservationRequest) == 0x000060, "Wrong size on PartyBeaconClient_ServerUpdateReservationRequest"); \ +static_assert(offsetof(PartyBeaconClient_ServerUpdateReservationRequest, SessionId) == 0x000000, "Member 'PartyBeaconClient_ServerUpdateReservationRequest::SessionId' has a wrong offset!"); \ +static_assert(offsetof(PartyBeaconClient_ServerUpdateReservationRequest, ReservationUpdate) == 0x000010, "Member 'PartyBeaconClient_ServerUpdateReservationRequest::ReservationUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APartyBeaconClient \ +static_assert(alignof(APartyBeaconClient) == 0x000008, "Wrong alignment on APartyBeaconClient"); \ +static_assert(sizeof(APartyBeaconClient) == 0x000408, "Wrong size on APartyBeaconClient"); \ +static_assert(offsetof(APartyBeaconClient, DestSessionId) == 0x000378, "Member 'APartyBeaconClient::DestSessionId' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconClient, PendingReservation) == 0x000388, "Member 'APartyBeaconClient::PendingReservation' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconClient, RequestType) == 0x0003D8, "Member 'APartyBeaconClient::RequestType' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconClient, bPendingReservationSent) == 0x0003D9, "Member 'APartyBeaconClient::bPendingReservationSent' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconClient, bCancelReservation) == 0x0003DA, "Member 'APartyBeaconClient::bCancelReservation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APartyBeaconHost \ +static_assert(alignof(APartyBeaconHost) == 0x000008, "Wrong alignment on APartyBeaconHost"); \ +static_assert(sizeof(APartyBeaconHost) == 0x000348, "Wrong size on APartyBeaconHost"); \ +static_assert(offsetof(APartyBeaconHost, State) == 0x0002D0, "Member 'APartyBeaconHost::State' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconHost, bLogoutOnSessionTimeout) == 0x000338, "Member 'APartyBeaconHost::bLogoutOnSessionTimeout' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconHost, SessionTimeoutSecs) == 0x00033C, "Member 'APartyBeaconHost::SessionTimeoutSecs' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconHost, TravelSessionTimeoutSecs) == 0x000340, "Member 'APartyBeaconHost::TravelSessionTimeoutSecs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPartyBeaconState \ +static_assert(alignof(UPartyBeaconState) == 0x000008, "Wrong alignment on UPartyBeaconState"); \ +static_assert(sizeof(UPartyBeaconState) == 0x0000B0, "Wrong size on UPartyBeaconState"); \ +static_assert(offsetof(UPartyBeaconState, SessionName) == 0x000030, "Member 'UPartyBeaconState::SessionName' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, NumConsumedReservations) == 0x00003C, "Member 'UPartyBeaconState::NumConsumedReservations' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, MaxReservations) == 0x000040, "Member 'UPartyBeaconState::MaxReservations' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, NumTeams) == 0x000044, "Member 'UPartyBeaconState::NumTeams' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, NumPlayersPerTeam) == 0x000048, "Member 'UPartyBeaconState::NumPlayersPerTeam' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, TeamAssignmentMethod) == 0x00004C, "Member 'UPartyBeaconState::TeamAssignmentMethod' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, ReservedHostTeamNum) == 0x000058, "Member 'UPartyBeaconState::ReservedHostTeamNum' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, ForceTeamNum) == 0x00005C, "Member 'UPartyBeaconState::ForceTeamNum' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, bRestrictCrossConsole) == 0x000060, "Member 'UPartyBeaconState::bRestrictCrossConsole' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, PlatformCrossplayRestrictions) == 0x000068, "Member 'UPartyBeaconState::PlatformCrossplayRestrictions' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, PlatformTypeMapping) == 0x000078, "Member 'UPartyBeaconState::PlatformTypeMapping' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, bEnableRemovalRequests) == 0x000088, "Member 'UPartyBeaconState::bEnableRemovalRequests' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, Reservations) == 0x000090, "Member 'UPartyBeaconState::Reservations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuitMatchCallbackProxy_QuitMatch \ +static_assert(alignof(QuitMatchCallbackProxy_QuitMatch) == 0x000008, "Wrong alignment on QuitMatchCallbackProxy_QuitMatch"); \ +static_assert(sizeof(QuitMatchCallbackProxy_QuitMatch) == 0x000030, "Wrong size on QuitMatchCallbackProxy_QuitMatch"); \ +static_assert(offsetof(QuitMatchCallbackProxy_QuitMatch, WorldContextObject) == 0x000000, "Member 'QuitMatchCallbackProxy_QuitMatch::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuitMatchCallbackProxy_QuitMatch, PlayerController) == 0x000008, "Member 'QuitMatchCallbackProxy_QuitMatch::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(QuitMatchCallbackProxy_QuitMatch, MatchID) == 0x000010, "Member 'QuitMatchCallbackProxy_QuitMatch::MatchID' has a wrong offset!"); \ +static_assert(offsetof(QuitMatchCallbackProxy_QuitMatch, Outcome) == 0x000020, "Member 'QuitMatchCallbackProxy_QuitMatch::Outcome' has a wrong offset!"); \ +static_assert(offsetof(QuitMatchCallbackProxy_QuitMatch, TurnTimeoutInSeconds) == 0x000024, "Member 'QuitMatchCallbackProxy_QuitMatch::TurnTimeoutInSeconds' has a wrong offset!"); \ +static_assert(offsetof(QuitMatchCallbackProxy_QuitMatch, ReturnValue) == 0x000028, "Member 'QuitMatchCallbackProxy_QuitMatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UQuitMatchCallbackProxy \ +static_assert(alignof(UQuitMatchCallbackProxy) == 0x000008, "Wrong alignment on UQuitMatchCallbackProxy"); \ +static_assert(sizeof(UQuitMatchCallbackProxy) == 0x000080, "Wrong size on UQuitMatchCallbackProxy"); \ +static_assert(offsetof(UQuitMatchCallbackProxy, OnSuccess) == 0x000038, "Member 'UQuitMatchCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UQuitMatchCallbackProxy, OnFailure) == 0x000048, "Member 'UQuitMatchCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ShowLoginUICallbackProxy_ShowExternalLoginUI \ +static_assert(alignof(ShowLoginUICallbackProxy_ShowExternalLoginUI) == 0x000008, "Wrong alignment on ShowLoginUICallbackProxy_ShowExternalLoginUI"); \ +static_assert(sizeof(ShowLoginUICallbackProxy_ShowExternalLoginUI) == 0x000018, "Wrong size on ShowLoginUICallbackProxy_ShowExternalLoginUI"); \ +static_assert(offsetof(ShowLoginUICallbackProxy_ShowExternalLoginUI, WorldContextObject) == 0x000000, "Member 'ShowLoginUICallbackProxy_ShowExternalLoginUI::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ShowLoginUICallbackProxy_ShowExternalLoginUI, InPlayerController) == 0x000008, "Member 'ShowLoginUICallbackProxy_ShowExternalLoginUI::InPlayerController' has a wrong offset!"); \ +static_assert(offsetof(ShowLoginUICallbackProxy_ShowExternalLoginUI, ReturnValue) == 0x000010, "Member 'ShowLoginUICallbackProxy_ShowExternalLoginUI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShowLoginUICallbackProxy \ +static_assert(alignof(UShowLoginUICallbackProxy) == 0x000008, "Wrong alignment on UShowLoginUICallbackProxy"); \ +static_assert(sizeof(UShowLoginUICallbackProxy) == 0x000068, "Wrong size on UShowLoginUICallbackProxy"); \ +static_assert(offsetof(UShowLoginUICallbackProxy, OnSuccess) == 0x000038, "Member 'UShowLoginUICallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UShowLoginUICallbackProxy, OnFailure) == 0x000048, "Member 'UShowLoginUICallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpectatorBeaconClient_ClientCancelReservationResponse \ +static_assert(alignof(SpectatorBeaconClient_ClientCancelReservationResponse) == 0x000001, "Wrong alignment on SpectatorBeaconClient_ClientCancelReservationResponse"); \ +static_assert(sizeof(SpectatorBeaconClient_ClientCancelReservationResponse) == 0x000001, "Wrong size on SpectatorBeaconClient_ClientCancelReservationResponse"); \ +static_assert(offsetof(SpectatorBeaconClient_ClientCancelReservationResponse, ReservationResponse) == 0x000000, "Member 'SpectatorBeaconClient_ClientCancelReservationResponse::ReservationResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpectatorBeaconClient_ClientReservationResponse \ +static_assert(alignof(SpectatorBeaconClient_ClientReservationResponse) == 0x000001, "Wrong alignment on SpectatorBeaconClient_ClientReservationResponse"); \ +static_assert(sizeof(SpectatorBeaconClient_ClientReservationResponse) == 0x000001, "Wrong size on SpectatorBeaconClient_ClientReservationResponse"); \ +static_assert(offsetof(SpectatorBeaconClient_ClientReservationResponse, ReservationResponse) == 0x000000, "Member 'SpectatorBeaconClient_ClientReservationResponse::ReservationResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpectatorBeaconClient_ClientSendReservationUpdates \ +static_assert(alignof(SpectatorBeaconClient_ClientSendReservationUpdates) == 0x000004, "Wrong alignment on SpectatorBeaconClient_ClientSendReservationUpdates"); \ +static_assert(sizeof(SpectatorBeaconClient_ClientSendReservationUpdates) == 0x000004, "Wrong size on SpectatorBeaconClient_ClientSendReservationUpdates"); \ +static_assert(offsetof(SpectatorBeaconClient_ClientSendReservationUpdates, NumRemainingReservations) == 0x000000, "Member 'SpectatorBeaconClient_ClientSendReservationUpdates::NumRemainingReservations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpectatorBeaconClient_ServerCancelReservationRequest \ +static_assert(alignof(SpectatorBeaconClient_ServerCancelReservationRequest) == 0x000008, "Wrong alignment on SpectatorBeaconClient_ServerCancelReservationRequest"); \ +static_assert(sizeof(SpectatorBeaconClient_ServerCancelReservationRequest) == 0x000028, "Wrong size on SpectatorBeaconClient_ServerCancelReservationRequest"); \ +static_assert(offsetof(SpectatorBeaconClient_ServerCancelReservationRequest, Spectator) == 0x000000, "Member 'SpectatorBeaconClient_ServerCancelReservationRequest::Spectator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpectatorBeaconClient_ServerReservationRequest \ +static_assert(alignof(SpectatorBeaconClient_ServerReservationRequest) == 0x000008, "Wrong alignment on SpectatorBeaconClient_ServerReservationRequest"); \ +static_assert(sizeof(SpectatorBeaconClient_ServerReservationRequest) == 0x000088, "Wrong size on SpectatorBeaconClient_ServerReservationRequest"); \ +static_assert(offsetof(SpectatorBeaconClient_ServerReservationRequest, SessionId) == 0x000000, "Member 'SpectatorBeaconClient_ServerReservationRequest::SessionId' has a wrong offset!"); \ +static_assert(offsetof(SpectatorBeaconClient_ServerReservationRequest, Reservation) == 0x000010, "Member 'SpectatorBeaconClient_ServerReservationRequest::Reservation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASpectatorBeaconClient \ +static_assert(alignof(ASpectatorBeaconClient) == 0x000008, "Wrong alignment on ASpectatorBeaconClient"); \ +static_assert(sizeof(ASpectatorBeaconClient) == 0x000430, "Wrong size on ASpectatorBeaconClient"); \ +static_assert(offsetof(ASpectatorBeaconClient, DestSessionId) == 0x000378, "Member 'ASpectatorBeaconClient::DestSessionId' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconClient, PendingReservation) == 0x000388, "Member 'ASpectatorBeaconClient::PendingReservation' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconClient, RequestType) == 0x000400, "Member 'ASpectatorBeaconClient::RequestType' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconClient, bPendingReservationSent) == 0x000401, "Member 'ASpectatorBeaconClient::bPendingReservationSent' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconClient, bCancelReservation) == 0x000402, "Member 'ASpectatorBeaconClient::bCancelReservation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASpectatorBeaconHost \ +static_assert(alignof(ASpectatorBeaconHost) == 0x000008, "Wrong alignment on ASpectatorBeaconHost"); \ +static_assert(sizeof(ASpectatorBeaconHost) == 0x000348, "Wrong size on ASpectatorBeaconHost"); \ +static_assert(offsetof(ASpectatorBeaconHost, State) == 0x0002D0, "Member 'ASpectatorBeaconHost::State' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconHost, bLogoutOnSessionTimeout) == 0x000338, "Member 'ASpectatorBeaconHost::bLogoutOnSessionTimeout' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconHost, SessionTimeoutSecs) == 0x00033C, "Member 'ASpectatorBeaconHost::SessionTimeoutSecs' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconHost, TravelSessionTimeoutSecs) == 0x000340, "Member 'ASpectatorBeaconHost::TravelSessionTimeoutSecs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpectatorBeaconState \ +static_assert(alignof(USpectatorBeaconState) == 0x000008, "Wrong alignment on USpectatorBeaconState"); \ +static_assert(sizeof(USpectatorBeaconState) == 0x000068, "Wrong size on USpectatorBeaconState"); \ +static_assert(offsetof(USpectatorBeaconState, SessionName) == 0x000030, "Member 'USpectatorBeaconState::SessionName' has a wrong offset!"); \ +static_assert(offsetof(USpectatorBeaconState, NumConsumedReservations) == 0x00003C, "Member 'USpectatorBeaconState::NumConsumedReservations' has a wrong offset!"); \ +static_assert(offsetof(USpectatorBeaconState, MaxReservations) == 0x000040, "Member 'USpectatorBeaconState::MaxReservations' has a wrong offset!"); \ +static_assert(offsetof(USpectatorBeaconState, bRestrictCrossConsole) == 0x000044, "Member 'USpectatorBeaconState::bRestrictCrossConsole' has a wrong offset!"); \ +static_assert(offsetof(USpectatorBeaconState, Reservations) == 0x000048, "Member 'USpectatorBeaconState::Reservations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATestBeaconClient \ +static_assert(alignof(ATestBeaconClient) == 0x000008, "Wrong alignment on ATestBeaconClient"); \ +static_assert(sizeof(ATestBeaconClient) == 0x000348, "Wrong size on ATestBeaconClient"); \ + +#define DUMPER7_ASSERTS_ATestBeaconHost \ +static_assert(alignof(ATestBeaconHost) == 0x000008, "Wrong alignment on ATestBeaconHost"); \ +static_assert(sizeof(ATestBeaconHost) == 0x0002D0, "Wrong size on ATestBeaconHost"); \ + +#define DUMPER7_ASSERTS_TurnBasedBlueprintLibrary_GetIsMyTurn \ +static_assert(alignof(TurnBasedBlueprintLibrary_GetIsMyTurn) == 0x000008, "Wrong alignment on TurnBasedBlueprintLibrary_GetIsMyTurn"); \ +static_assert(sizeof(TurnBasedBlueprintLibrary_GetIsMyTurn) == 0x000028, "Wrong size on TurnBasedBlueprintLibrary_GetIsMyTurn"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_GetIsMyTurn, WorldContextObject) == 0x000000, "Member 'TurnBasedBlueprintLibrary_GetIsMyTurn::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_GetIsMyTurn, PlayerController) == 0x000008, "Member 'TurnBasedBlueprintLibrary_GetIsMyTurn::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_GetIsMyTurn, MatchID) == 0x000010, "Member 'TurnBasedBlueprintLibrary_GetIsMyTurn::MatchID' has a wrong offset!"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_GetIsMyTurn, bIsMyTurn) == 0x000020, "Member 'TurnBasedBlueprintLibrary_GetIsMyTurn::bIsMyTurn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TurnBasedBlueprintLibrary_GetMyPlayerIndex \ +static_assert(alignof(TurnBasedBlueprintLibrary_GetMyPlayerIndex) == 0x000008, "Wrong alignment on TurnBasedBlueprintLibrary_GetMyPlayerIndex"); \ +static_assert(sizeof(TurnBasedBlueprintLibrary_GetMyPlayerIndex) == 0x000028, "Wrong size on TurnBasedBlueprintLibrary_GetMyPlayerIndex"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_GetMyPlayerIndex, WorldContextObject) == 0x000000, "Member 'TurnBasedBlueprintLibrary_GetMyPlayerIndex::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_GetMyPlayerIndex, PlayerController) == 0x000008, "Member 'TurnBasedBlueprintLibrary_GetMyPlayerIndex::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_GetMyPlayerIndex, MatchID) == 0x000010, "Member 'TurnBasedBlueprintLibrary_GetMyPlayerIndex::MatchID' has a wrong offset!"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_GetMyPlayerIndex, PlayerIndex) == 0x000020, "Member 'TurnBasedBlueprintLibrary_GetMyPlayerIndex::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TurnBasedBlueprintLibrary_GetPlayerDisplayName \ +static_assert(alignof(TurnBasedBlueprintLibrary_GetPlayerDisplayName) == 0x000008, "Wrong alignment on TurnBasedBlueprintLibrary_GetPlayerDisplayName"); \ +static_assert(sizeof(TurnBasedBlueprintLibrary_GetPlayerDisplayName) == 0x000038, "Wrong size on TurnBasedBlueprintLibrary_GetPlayerDisplayName"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_GetPlayerDisplayName, WorldContextObject) == 0x000000, "Member 'TurnBasedBlueprintLibrary_GetPlayerDisplayName::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_GetPlayerDisplayName, PlayerController) == 0x000008, "Member 'TurnBasedBlueprintLibrary_GetPlayerDisplayName::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_GetPlayerDisplayName, MatchID) == 0x000010, "Member 'TurnBasedBlueprintLibrary_GetPlayerDisplayName::MatchID' has a wrong offset!"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_GetPlayerDisplayName, PlayerIndex) == 0x000020, "Member 'TurnBasedBlueprintLibrary_GetPlayerDisplayName::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_GetPlayerDisplayName, PlayerDisplayName) == 0x000028, "Member 'TurnBasedBlueprintLibrary_GetPlayerDisplayName::PlayerDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject \ +static_assert(alignof(TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject) == 0x000008, "Wrong alignment on TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject"); \ +static_assert(sizeof(TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject) == 0x000018, "Wrong size on TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject, WorldContextObject) == 0x000000, "Member 'TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject, PlayerController) == 0x000008, "Member 'TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject, Object) == 0x000010, "Member 'TurnBasedBlueprintLibrary_RegisterTurnBasedMatchInterfaceObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTurnBasedBlueprintLibrary \ +static_assert(alignof(UTurnBasedBlueprintLibrary) == 0x000008, "Wrong alignment on UTurnBasedBlueprintLibrary"); \ +static_assert(sizeof(UTurnBasedBlueprintLibrary) == 0x000030, "Wrong size on UTurnBasedBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_OVK_ARGES_C \ +static_assert(alignof(UCS_FireWeapon_OVK_ARGES_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_OVK_ARGES_C"); \ +static_assert(sizeof(UCS_FireWeapon_OVK_ARGES_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_OVK_ARGES_C"); \ + +#define DUMPER7_ASSERTS_FSubmixEffectDynamicProcessorFilterSettings \ +static_assert(alignof(FSubmixEffectDynamicProcessorFilterSettings) == 0x000004, "Wrong alignment on FSubmixEffectDynamicProcessorFilterSettings"); \ +static_assert(sizeof(FSubmixEffectDynamicProcessorFilterSettings) == 0x00000C, "Wrong size on FSubmixEffectDynamicProcessorFilterSettings"); \ +static_assert(offsetof(FSubmixEffectDynamicProcessorFilterSettings, Cutoff) == 0x000004, "Member 'FSubmixEffectDynamicProcessorFilterSettings::Cutoff' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicProcessorFilterSettings, GainDb) == 0x000008, "Member 'FSubmixEffectDynamicProcessorFilterSettings::GainDb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubmixEffectDynamicsProcessorSettings \ +static_assert(alignof(FSubmixEffectDynamicsProcessorSettings) == 0x000008, "Wrong alignment on FSubmixEffectDynamicsProcessorSettings"); \ +static_assert(sizeof(FSubmixEffectDynamicsProcessorSettings) == 0x000060, "Wrong size on FSubmixEffectDynamicsProcessorSettings"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, DynamicsProcessorType) == 0x000000, "Member 'FSubmixEffectDynamicsProcessorSettings::DynamicsProcessorType' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, PeakMode) == 0x000001, "Member 'FSubmixEffectDynamicsProcessorSettings::PeakMode' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, LinkMode) == 0x000002, "Member 'FSubmixEffectDynamicsProcessorSettings::LinkMode' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, InputGainDb) == 0x000004, "Member 'FSubmixEffectDynamicsProcessorSettings::InputGainDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, ThresholdDb) == 0x000008, "Member 'FSubmixEffectDynamicsProcessorSettings::ThresholdDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, Ratio) == 0x00000C, "Member 'FSubmixEffectDynamicsProcessorSettings::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KneeBandwidthDb) == 0x000010, "Member 'FSubmixEffectDynamicsProcessorSettings::KneeBandwidthDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, LookAheadMsec) == 0x000014, "Member 'FSubmixEffectDynamicsProcessorSettings::LookAheadMsec' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, AttackTimeMsec) == 0x000018, "Member 'FSubmixEffectDynamicsProcessorSettings::AttackTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, ReleaseTimeMsec) == 0x00001C, "Member 'FSubmixEffectDynamicsProcessorSettings::ReleaseTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KeySource) == 0x000020, "Member 'FSubmixEffectDynamicsProcessorSettings::KeySource' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, ExternalAudioBus) == 0x000028, "Member 'FSubmixEffectDynamicsProcessorSettings::ExternalAudioBus' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, ExternalSubmix) == 0x000030, "Member 'FSubmixEffectDynamicsProcessorSettings::ExternalSubmix' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KeyGainDb) == 0x00003C, "Member 'FSubmixEffectDynamicsProcessorSettings::KeyGainDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, OutputGainDb) == 0x000040, "Member 'FSubmixEffectDynamicsProcessorSettings::OutputGainDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KeyHighshelf) == 0x000044, "Member 'FSubmixEffectDynamicsProcessorSettings::KeyHighshelf' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KeyLowshelf) == 0x000050, "Member 'FSubmixEffectDynamicsProcessorSettings::KeyLowshelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubmixEffectEQBand \ +static_assert(alignof(FSubmixEffectEQBand) == 0x000004, "Wrong alignment on FSubmixEffectEQBand"); \ +static_assert(sizeof(FSubmixEffectEQBand) == 0x000010, "Wrong size on FSubmixEffectEQBand"); \ +static_assert(offsetof(FSubmixEffectEQBand, Frequency) == 0x000000, "Member 'FSubmixEffectEQBand::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectEQBand, Bandwidth) == 0x000004, "Member 'FSubmixEffectEQBand::Bandwidth' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectEQBand, GainDb) == 0x000008, "Member 'FSubmixEffectEQBand::GainDb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubmixEffectSubmixEQSettings \ +static_assert(alignof(FSubmixEffectSubmixEQSettings) == 0x000008, "Wrong alignment on FSubmixEffectSubmixEQSettings"); \ +static_assert(sizeof(FSubmixEffectSubmixEQSettings) == 0x000010, "Wrong size on FSubmixEffectSubmixEQSettings"); \ +static_assert(offsetof(FSubmixEffectSubmixEQSettings, EQBands) == 0x000000, "Member 'FSubmixEffectSubmixEQSettings::EQBands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubmixEffectReverbSettings \ +static_assert(alignof(FSubmixEffectReverbSettings) == 0x000004, "Wrong alignment on FSubmixEffectReverbSettings"); \ +static_assert(sizeof(FSubmixEffectReverbSettings) == 0x000040, "Wrong size on FSubmixEffectReverbSettings"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, bBypassEarlyReflections) == 0x000000, "Member 'FSubmixEffectReverbSettings::bBypassEarlyReflections' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, ReflectionsDelay) == 0x000004, "Member 'FSubmixEffectReverbSettings::ReflectionsDelay' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, GainHF) == 0x000008, "Member 'FSubmixEffectReverbSettings::GainHF' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, ReflectionsGain) == 0x00000C, "Member 'FSubmixEffectReverbSettings::ReflectionsGain' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, bBypassLateReflections) == 0x000010, "Member 'FSubmixEffectReverbSettings::bBypassLateReflections' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, LateDelay) == 0x000014, "Member 'FSubmixEffectReverbSettings::LateDelay' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, DecayTime) == 0x000018, "Member 'FSubmixEffectReverbSettings::DecayTime' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, Density) == 0x00001C, "Member 'FSubmixEffectReverbSettings::Density' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, Diffusion) == 0x000020, "Member 'FSubmixEffectReverbSettings::Diffusion' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, AirAbsorptionGainHF) == 0x000024, "Member 'FSubmixEffectReverbSettings::AirAbsorptionGainHF' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, DecayHFRatio) == 0x000028, "Member 'FSubmixEffectReverbSettings::DecayHFRatio' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, LateGain) == 0x00002C, "Member 'FSubmixEffectReverbSettings::LateGain' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, Gain) == 0x000030, "Member 'FSubmixEffectReverbSettings::Gain' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, WetLevel) == 0x000034, "Member 'FSubmixEffectReverbSettings::WetLevel' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, DryLevel) == 0x000038, "Member 'FSubmixEffectReverbSettings::DryLevel' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, bBypass) == 0x00003C, "Member 'FSubmixEffectReverbSettings::bBypass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetLowPassFilterEnabled \ +static_assert(alignof(SynthComponent_SetLowPassFilterEnabled) == 0x000001, "Wrong alignment on SynthComponent_SetLowPassFilterEnabled"); \ +static_assert(sizeof(SynthComponent_SetLowPassFilterEnabled) == 0x000001, "Wrong size on SynthComponent_SetLowPassFilterEnabled"); \ +static_assert(offsetof(SynthComponent_SetLowPassFilterEnabled, InLowPassFilterEnabled) == 0x000000, "Member 'SynthComponent_SetLowPassFilterEnabled::InLowPassFilterEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetLowPassFilterFrequency \ +static_assert(alignof(SynthComponent_SetLowPassFilterFrequency) == 0x000004, "Wrong alignment on SynthComponent_SetLowPassFilterFrequency"); \ +static_assert(sizeof(SynthComponent_SetLowPassFilterFrequency) == 0x000004, "Wrong size on SynthComponent_SetLowPassFilterFrequency"); \ +static_assert(offsetof(SynthComponent_SetLowPassFilterFrequency, InLowPassFilterFrequency) == 0x000000, "Member 'SynthComponent_SetLowPassFilterFrequency::InLowPassFilterFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetOutputToBusOnly \ +static_assert(alignof(SynthComponent_SetOutputToBusOnly) == 0x000001, "Wrong alignment on SynthComponent_SetOutputToBusOnly"); \ +static_assert(sizeof(SynthComponent_SetOutputToBusOnly) == 0x000001, "Wrong size on SynthComponent_SetOutputToBusOnly"); \ +static_assert(offsetof(SynthComponent_SetOutputToBusOnly, bInOutputToBusOnly) == 0x000000, "Member 'SynthComponent_SetOutputToBusOnly::bInOutputToBusOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetSubmixSend \ +static_assert(alignof(SynthComponent_SetSubmixSend) == 0x000008, "Wrong alignment on SynthComponent_SetSubmixSend"); \ +static_assert(sizeof(SynthComponent_SetSubmixSend) == 0x000010, "Wrong size on SynthComponent_SetSubmixSend"); \ +static_assert(offsetof(SynthComponent_SetSubmixSend, Submix) == 0x000000, "Member 'SynthComponent_SetSubmixSend::Submix' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_SetSubmixSend, SendLevel) == 0x000008, "Member 'SynthComponent_SetSubmixSend::SendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetVolumeMultiplier \ +static_assert(alignof(SynthComponent_SetVolumeMultiplier) == 0x000004, "Wrong alignment on SynthComponent_SetVolumeMultiplier"); \ +static_assert(sizeof(SynthComponent_SetVolumeMultiplier) == 0x000004, "Wrong size on SynthComponent_SetVolumeMultiplier"); \ +static_assert(offsetof(SynthComponent_SetVolumeMultiplier, VolumeMultiplier) == 0x000000, "Member 'SynthComponent_SetVolumeMultiplier::VolumeMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_IsPlaying \ +static_assert(alignof(SynthComponent_IsPlaying) == 0x000001, "Wrong alignment on SynthComponent_IsPlaying"); \ +static_assert(sizeof(SynthComponent_IsPlaying) == 0x000001, "Wrong size on SynthComponent_IsPlaying"); \ +static_assert(offsetof(SynthComponent_IsPlaying, ReturnValue) == 0x000000, "Member 'SynthComponent_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USynthComponent \ +static_assert(alignof(USynthComponent) == 0x000010, "Wrong alignment on USynthComponent"); \ +static_assert(sizeof(USynthComponent) == 0x0006F0, "Wrong size on USynthComponent"); \ +static_assert(offsetof(USynthComponent, AttenuationSettings) == 0x000230, "Member 'USynthComponent::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, AttenuationOverrides) == 0x000238, "Member 'USynthComponent::AttenuationOverrides' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, ConcurrencySettings) == 0x0005D8, "Member 'USynthComponent::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, ConcurrencySet) == 0x0005E0, "Member 'USynthComponent::ConcurrencySet' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, SoundClass) == 0x000630, "Member 'USynthComponent::SoundClass' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, SourceEffectChain) == 0x000638, "Member 'USynthComponent::SourceEffectChain' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, SoundSubmix) == 0x000640, "Member 'USynthComponent::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, SoundSubmixSends) == 0x000648, "Member 'USynthComponent::SoundSubmixSends' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, BusSends) == 0x000658, "Member 'USynthComponent::BusSends' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, PreEffectBusSends) == 0x000668, "Member 'USynthComponent::PreEffectBusSends' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, EnvelopeFollowerAttackTime) == 0x00067C, "Member 'USynthComponent::EnvelopeFollowerAttackTime' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, EnvelopeFollowerReleaseTime) == 0x000680, "Member 'USynthComponent::EnvelopeFollowerReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, OnAudioEnvelopeValue) == 0x000688, "Member 'USynthComponent::OnAudioEnvelopeValue' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, Synth) == 0x0006B8, "Member 'USynthComponent::Synth' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, AudioComponent) == 0x0006C0, "Member 'USynthComponent::AudioComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioGenerator \ +static_assert(alignof(UAudioGenerator) == 0x000008, "Wrong alignment on UAudioGenerator"); \ +static_assert(sizeof(UAudioGenerator) == 0x0000B0, "Wrong size on UAudioGenerator"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_AddMasterSubmixEffect \ +static_assert(alignof(AudioMixerBlueprintLibrary_AddMasterSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_AddMasterSubmixEffect"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_AddMasterSubmixEffect) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_AddMasterSubmixEffect"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddMasterSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_AddMasterSubmixEffect::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddMasterSubmixEffect, SubmixEffectPreset) == 0x000008, "Member 'AudioMixerBlueprintLibrary_AddMasterSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain \ +static_assert(alignof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain, PresetChain) == 0x000008, "Member 'AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain::PresetChain' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain, Entry) == 0x000010, "Member 'AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain::Entry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_AddSubmixEffect \ +static_assert(alignof(AudioMixerBlueprintLibrary_AddSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_AddSubmixEffect"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_AddSubmixEffect) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_AddSubmixEffect"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_AddSubmixEffect::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddSubmixEffect, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_AddSubmixEffect::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddSubmixEffect, SubmixEffectPreset) == 0x000010, "Member 'AudioMixerBlueprintLibrary_AddSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddSubmixEffect, ReturnValue) == 0x000018, "Member 'AudioMixerBlueprintLibrary_AddSubmixEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ClearMasterSubmixEffects \ +static_assert(alignof(AudioMixerBlueprintLibrary_ClearMasterSubmixEffects) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ClearMasterSubmixEffects"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_ClearMasterSubmixEffects) == 0x000008, "Wrong size on AudioMixerBlueprintLibrary_ClearMasterSubmixEffects"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ClearMasterSubmixEffects, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ClearMasterSubmixEffects::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride \ +static_assert(alignof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride, FadeTimeSec) == 0x000010, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride::FadeTimeSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ClearSubmixEffects \ +static_assert(alignof(AudioMixerBlueprintLibrary_ClearSubmixEffects) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ClearSubmixEffects"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_ClearSubmixEffects) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_ClearSubmixEffects"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffects, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffects::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffects, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffects::SoundSubmix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies \ +static_assert(alignof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies) == 0x000030, "Wrong size on AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies, Frequencies) == 0x000008, "Member 'AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies::Frequencies' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies, Magnitudes) == 0x000018, "Member 'AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies::Magnitudes' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies, SubmixToAnalyze) == 0x000028, "Member 'AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies::SubmixToAnalyze' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain \ +static_assert(alignof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain, PresetChain) == 0x000008, "Member 'AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain::PresetChain' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain, ReturnValue) == 0x000010, "Member 'AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_GetPhaseForFrequencies \ +static_assert(alignof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_GetPhaseForFrequencies"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies) == 0x000030, "Wrong size on AudioMixerBlueprintLibrary_GetPhaseForFrequencies"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_GetPhaseForFrequencies::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies, Frequencies) == 0x000008, "Member 'AudioMixerBlueprintLibrary_GetPhaseForFrequencies::Frequencies' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies, Phases) == 0x000018, "Member 'AudioMixerBlueprintLibrary_GetPhaseForFrequencies::Phases' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies, SubmixToAnalyze) == 0x000028, "Member 'AudioMixerBlueprintLibrary_GetPhaseForFrequencies::SubmixToAnalyze' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_IsAudioBusActive \ +static_assert(alignof(AudioMixerBlueprintLibrary_IsAudioBusActive) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_IsAudioBusActive"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_IsAudioBusActive) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_IsAudioBusActive"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_IsAudioBusActive, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_IsAudioBusActive::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_IsAudioBusActive, AudioBus) == 0x000008, "Member 'AudioMixerBlueprintLibrary_IsAudioBusActive::AudioBus' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_IsAudioBusActive, ReturnValue) == 0x000010, "Member 'AudioMixerBlueprintLibrary_IsAudioBusActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings \ +static_assert(alignof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings) == 0x000028, "Wrong size on AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InNumBands) == 0x000000, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InNumBands' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InMinimumFrequency) == 0x000004, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InMinimumFrequency' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InMaximumFrequency) == 0x000008, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InMaximumFrequency' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InAttackTimeMsec) == 0x00000C, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InAttackTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InReleaseTimeMsec) == 0x000010, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InReleaseTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, ReturnValue) == 0x000018, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings \ +static_assert(alignof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings) == 0x000028, "Wrong size on AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InNumSemitones) == 0x000000, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InNumSemitones' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InStartingMusicalNote) == 0x000004, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InStartingMusicalNote' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InStartingOctave) == 0x000008, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InStartingOctave' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InAttackTimeMsec) == 0x00000C, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InAttackTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InReleaseTimeMsec) == 0x000010, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InReleaseTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, ReturnValue) == 0x000018, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings \ +static_assert(alignof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, InBandPresetType) == 0x000000, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::InBandPresetType' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, InNumBands) == 0x000004, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::InNumBands' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, InAttackTimeMsec) == 0x000008, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::InAttackTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, InReleaseTimeMsec) == 0x00000C, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::InReleaseTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, ReturnValue) == 0x000010, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_PauseRecordingOutput \ +static_assert(alignof(AudioMixerBlueprintLibrary_PauseRecordingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_PauseRecordingOutput"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_PauseRecordingOutput) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_PauseRecordingOutput"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_PauseRecordingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_PauseRecordingOutput::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_PauseRecordingOutput, SubmixToPause) == 0x000008, "Member 'AudioMixerBlueprintLibrary_PauseRecordingOutput::SubmixToPause' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback \ +static_assert(alignof(AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback) == 0x000008, "Wrong size on AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback, SoundCue) == 0x000000, "Member 'AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback::SoundCue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_PrimeSoundForPlayback \ +static_assert(alignof(AudioMixerBlueprintLibrary_PrimeSoundForPlayback) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_PrimeSoundForPlayback"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_PrimeSoundForPlayback) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_PrimeSoundForPlayback"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_PrimeSoundForPlayback, SoundWave) == 0x000000, "Member 'AudioMixerBlueprintLibrary_PrimeSoundForPlayback::SoundWave' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_PrimeSoundForPlayback, OnLoadCompletion) == 0x000008, "Member 'AudioMixerBlueprintLibrary_PrimeSoundForPlayback::OnLoadCompletion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect \ +static_assert(alignof(AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect, SubmixEffectPreset) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain \ +static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain, PresetChain) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain::PresetChain' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain, EntryIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain::EntryIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSubmixEffect \ +static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSubmixEffect"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSubmixEffect) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSubmixEffect"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffect::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffect, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffect::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffect, SubmixEffectPreset) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex \ +static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex, SubmixChainIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex::SubmixChainIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset \ +static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset, SubmixEffectPreset) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset::SubmixEffectPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex \ +static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex, SubmixChainIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex::SubmixChainIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix \ +static_assert(alignof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix, InSoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix::InSoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix, SubmixChainIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix::SubmixChainIndex' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix, SubmixEffectPreset) == 0x000018, "Member 'AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix::SubmixEffectPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ReplaceSubmixEffect \ +static_assert(alignof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ReplaceSubmixEffect"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_ReplaceSubmixEffect"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ReplaceSubmixEffect::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect, InSoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ReplaceSubmixEffect::InSoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect, SubmixChainIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_ReplaceSubmixEffect::SubmixChainIndex' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect, SubmixEffectPreset) == 0x000018, "Member 'AudioMixerBlueprintLibrary_ReplaceSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ResumeRecordingOutput \ +static_assert(alignof(AudioMixerBlueprintLibrary_ResumeRecordingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ResumeRecordingOutput"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_ResumeRecordingOutput) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_ResumeRecordingOutput"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ResumeRecordingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ResumeRecordingOutput::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ResumeRecordingOutput, SubmixToPause) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ResumeRecordingOutput::SubmixToPause' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry \ +static_assert(alignof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry, PresetChain) == 0x000008, "Member 'AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry::PresetChain' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry, EntryIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry::EntryIndex' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry, bBypassed) == 0x000014, "Member 'AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry::bBypassed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride \ +static_assert(alignof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride) == 0x000028, "Wrong size on AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride, SubmixEffectPresetChain) == 0x000010, "Member 'AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride::SubmixEffectPresetChain' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride, FadeTimeSec) == 0x000020, "Member 'AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride::FadeTimeSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StartAnalyzingOutput \ +static_assert(alignof(AudioMixerBlueprintLibrary_StartAnalyzingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StartAnalyzingOutput"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_StartAnalyzingOutput) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_StartAnalyzingOutput"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, SubmixToAnalyze) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::SubmixToAnalyze' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, FFTSize) == 0x000010, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::FFTSize' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, InterpolationMethod) == 0x000011, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::InterpolationMethod' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, WindowType) == 0x000012, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::WindowType' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, HopSize) == 0x000014, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::HopSize' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, SpectrumType) == 0x000018, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::SpectrumType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StartAudioBus \ +static_assert(alignof(AudioMixerBlueprintLibrary_StartAudioBus) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StartAudioBus"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_StartAudioBus) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_StartAudioBus"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAudioBus, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StartAudioBus::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAudioBus, AudioBus) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StartAudioBus::AudioBus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StartRecordingOutput \ +static_assert(alignof(AudioMixerBlueprintLibrary_StartRecordingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StartRecordingOutput"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_StartRecordingOutput) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_StartRecordingOutput"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartRecordingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StartRecordingOutput::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartRecordingOutput, ExpectedDuration) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StartRecordingOutput::ExpectedDuration' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartRecordingOutput, SubmixToRecord) == 0x000010, "Member 'AudioMixerBlueprintLibrary_StartRecordingOutput::SubmixToRecord' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StopAnalyzingOutput \ +static_assert(alignof(AudioMixerBlueprintLibrary_StopAnalyzingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StopAnalyzingOutput"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_StopAnalyzingOutput) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_StopAnalyzingOutput"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopAnalyzingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StopAnalyzingOutput::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopAnalyzingOutput, SubmixToStopAnalyzing) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StopAnalyzingOutput::SubmixToStopAnalyzing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StopAudioBus \ +static_assert(alignof(AudioMixerBlueprintLibrary_StopAudioBus) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StopAudioBus"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_StopAudioBus) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_StopAudioBus"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopAudioBus, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StopAudioBus::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopAudioBus, AudioBus) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StopAudioBus::AudioBus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StopRecordingOutput \ +static_assert(alignof(AudioMixerBlueprintLibrary_StopRecordingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StopRecordingOutput"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_StopRecordingOutput) == 0x000048, "Wrong size on AudioMixerBlueprintLibrary_StopRecordingOutput"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, ExportType) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::ExportType' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, Name_0) == 0x000010, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, Path) == 0x000020, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::Path' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, SubmixToRecord) == 0x000030, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::SubmixToRecord' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, ExistingSoundWaveToOverwrite) == 0x000038, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::ExistingSoundWaveToOverwrite' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, ReturnValue) == 0x000040, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_TrimAudioCache \ +static_assert(alignof(AudioMixerBlueprintLibrary_TrimAudioCache) == 0x000004, "Wrong alignment on AudioMixerBlueprintLibrary_TrimAudioCache"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_TrimAudioCache) == 0x000008, "Wrong size on AudioMixerBlueprintLibrary_TrimAudioCache"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_TrimAudioCache, InMegabytesToFree) == 0x000000, "Member 'AudioMixerBlueprintLibrary_TrimAudioCache::InMegabytesToFree' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_TrimAudioCache, ReturnValue) == 0x000004, "Member 'AudioMixerBlueprintLibrary_TrimAudioCache::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioMixerBlueprintLibrary \ +static_assert(alignof(UAudioMixerBlueprintLibrary) == 0x000008, "Wrong alignment on UAudioMixerBlueprintLibrary"); \ +static_assert(sizeof(UAudioMixerBlueprintLibrary) == 0x000030, "Wrong size on UAudioMixerBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_GetCurrentTimestamp \ +static_assert(alignof(QuartzClockHandle_GetCurrentTimestamp) == 0x000008, "Wrong alignment on QuartzClockHandle_GetCurrentTimestamp"); \ +static_assert(sizeof(QuartzClockHandle_GetCurrentTimestamp) == 0x000018, "Wrong size on QuartzClockHandle_GetCurrentTimestamp"); \ +static_assert(offsetof(QuartzClockHandle_GetCurrentTimestamp, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetCurrentTimestamp::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetCurrentTimestamp, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetCurrentTimestamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds \ +static_assert(alignof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds) == 0x000008, "Wrong alignment on QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds"); \ +static_assert(sizeof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds) == 0x000018, "Wrong size on QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds"); \ +static_assert(offsetof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds, QuantizationType) == 0x000008, "Member 'QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds::QuantizationType' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds, Multiplier) == 0x00000C, "Member 'QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds, ReturnValue) == 0x000010, "Member 'QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_GetEstimatedRunTime \ +static_assert(alignof(QuartzClockHandle_GetEstimatedRunTime) == 0x000008, "Wrong alignment on QuartzClockHandle_GetEstimatedRunTime"); \ +static_assert(sizeof(QuartzClockHandle_GetEstimatedRunTime) == 0x000010, "Wrong size on QuartzClockHandle_GetEstimatedRunTime"); \ +static_assert(offsetof(QuartzClockHandle_GetEstimatedRunTime, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetEstimatedRunTime::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetEstimatedRunTime, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetEstimatedRunTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_IsClockRunning \ +static_assert(alignof(QuartzClockHandle_IsClockRunning) == 0x000008, "Wrong alignment on QuartzClockHandle_IsClockRunning"); \ +static_assert(sizeof(QuartzClockHandle_IsClockRunning) == 0x000010, "Wrong size on QuartzClockHandle_IsClockRunning"); \ +static_assert(offsetof(QuartzClockHandle_IsClockRunning, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_IsClockRunning::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_IsClockRunning, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_IsClockRunning::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_PauseClock \ +static_assert(alignof(QuartzClockHandle_PauseClock) == 0x000008, "Wrong alignment on QuartzClockHandle_PauseClock"); \ +static_assert(sizeof(QuartzClockHandle_PauseClock) == 0x000010, "Wrong size on QuartzClockHandle_PauseClock"); \ +static_assert(offsetof(QuartzClockHandle_PauseClock, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_PauseClock::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_PauseClock, ClockHandle) == 0x000008, "Member 'QuartzClockHandle_PauseClock::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_ResetTransport \ +static_assert(alignof(QuartzClockHandle_ResetTransport) == 0x000008, "Wrong alignment on QuartzClockHandle_ResetTransport"); \ +static_assert(sizeof(QuartzClockHandle_ResetTransport) == 0x000020, "Wrong size on QuartzClockHandle_ResetTransport"); \ +static_assert(offsetof(QuartzClockHandle_ResetTransport, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_ResetTransport::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_ResetTransport, InDelegate) == 0x000008, "Member 'QuartzClockHandle_ResetTransport::InDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_ResetTransportQuantized \ +static_assert(alignof(QuartzClockHandle_ResetTransportQuantized) == 0x000008, "Wrong alignment on QuartzClockHandle_ResetTransportQuantized"); \ +static_assert(sizeof(QuartzClockHandle_ResetTransportQuantized) == 0x000030, "Wrong size on QuartzClockHandle_ResetTransportQuantized"); \ +static_assert(offsetof(QuartzClockHandle_ResetTransportQuantized, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_ResetTransportQuantized::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_ResetTransportQuantized, InQuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_ResetTransportQuantized::InQuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_ResetTransportQuantized, InDelegate) == 0x000014, "Member 'QuartzClockHandle_ResetTransportQuantized::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_ResetTransportQuantized, ClockHandle) == 0x000028, "Member 'QuartzClockHandle_ResetTransportQuantized::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_ResumeClock \ +static_assert(alignof(QuartzClockHandle_ResumeClock) == 0x000008, "Wrong alignment on QuartzClockHandle_ResumeClock"); \ +static_assert(sizeof(QuartzClockHandle_ResumeClock) == 0x000010, "Wrong size on QuartzClockHandle_ResumeClock"); \ +static_assert(offsetof(QuartzClockHandle_ResumeClock, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_ResumeClock::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_ResumeClock, ClockHandle) == 0x000008, "Member 'QuartzClockHandle_ResumeClock::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_SetBeatsPerMinute \ +static_assert(alignof(QuartzClockHandle_SetBeatsPerMinute) == 0x000008, "Wrong alignment on QuartzClockHandle_SetBeatsPerMinute"); \ +static_assert(sizeof(QuartzClockHandle_SetBeatsPerMinute) == 0x000038, "Wrong size on QuartzClockHandle_SetBeatsPerMinute"); \ +static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SetBeatsPerMinute::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, QuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SetBeatsPerMinute::QuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, Delegate) == 0x000014, "Member 'QuartzClockHandle_SetBeatsPerMinute::Delegate' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, ClockHandle) == 0x000028, "Member 'QuartzClockHandle_SetBeatsPerMinute::ClockHandle' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, BeatsPerMinute) == 0x000030, "Member 'QuartzClockHandle_SetBeatsPerMinute::BeatsPerMinute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_SetMillisecondsPerTick \ +static_assert(alignof(QuartzClockHandle_SetMillisecondsPerTick) == 0x000008, "Wrong alignment on QuartzClockHandle_SetMillisecondsPerTick"); \ +static_assert(sizeof(QuartzClockHandle_SetMillisecondsPerTick) == 0x000038, "Wrong size on QuartzClockHandle_SetMillisecondsPerTick"); \ +static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SetMillisecondsPerTick::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, QuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SetMillisecondsPerTick::QuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, Delegate) == 0x000014, "Member 'QuartzClockHandle_SetMillisecondsPerTick::Delegate' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, ClockHandle) == 0x000028, "Member 'QuartzClockHandle_SetMillisecondsPerTick::ClockHandle' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, MillisecondsPerTick) == 0x000030, "Member 'QuartzClockHandle_SetMillisecondsPerTick::MillisecondsPerTick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_SetSecondsPerTick \ +static_assert(alignof(QuartzClockHandle_SetSecondsPerTick) == 0x000008, "Wrong alignment on QuartzClockHandle_SetSecondsPerTick"); \ +static_assert(sizeof(QuartzClockHandle_SetSecondsPerTick) == 0x000038, "Wrong size on QuartzClockHandle_SetSecondsPerTick"); \ +static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SetSecondsPerTick::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, QuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SetSecondsPerTick::QuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, Delegate) == 0x000014, "Member 'QuartzClockHandle_SetSecondsPerTick::Delegate' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, ClockHandle) == 0x000028, "Member 'QuartzClockHandle_SetSecondsPerTick::ClockHandle' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, SecondsPerTick) == 0x000030, "Member 'QuartzClockHandle_SetSecondsPerTick::SecondsPerTick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_SetThirtySecondNotesPerMinute \ +static_assert(alignof(QuartzClockHandle_SetThirtySecondNotesPerMinute) == 0x000008, "Wrong alignment on QuartzClockHandle_SetThirtySecondNotesPerMinute"); \ +static_assert(sizeof(QuartzClockHandle_SetThirtySecondNotesPerMinute) == 0x000038, "Wrong size on QuartzClockHandle_SetThirtySecondNotesPerMinute"); \ +static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, QuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::QuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, Delegate) == 0x000014, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::Delegate' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, ClockHandle) == 0x000028, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::ClockHandle' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, ThirtySecondsNotesPerMinute) == 0x000030, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::ThirtySecondsNotesPerMinute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_SetTicksPerSecond \ +static_assert(alignof(QuartzClockHandle_SetTicksPerSecond) == 0x000008, "Wrong alignment on QuartzClockHandle_SetTicksPerSecond"); \ +static_assert(sizeof(QuartzClockHandle_SetTicksPerSecond) == 0x000038, "Wrong size on QuartzClockHandle_SetTicksPerSecond"); \ +static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SetTicksPerSecond::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, QuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SetTicksPerSecond::QuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, Delegate) == 0x000014, "Member 'QuartzClockHandle_SetTicksPerSecond::Delegate' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, ClockHandle) == 0x000028, "Member 'QuartzClockHandle_SetTicksPerSecond::ClockHandle' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, TicksPerSecond) == 0x000030, "Member 'QuartzClockHandle_SetTicksPerSecond::TicksPerSecond' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_StartClock \ +static_assert(alignof(QuartzClockHandle_StartClock) == 0x000008, "Wrong alignment on QuartzClockHandle_StartClock"); \ +static_assert(sizeof(QuartzClockHandle_StartClock) == 0x000010, "Wrong size on QuartzClockHandle_StartClock"); \ +static_assert(offsetof(QuartzClockHandle_StartClock, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_StartClock::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_StartClock, ClockHandle) == 0x000008, "Member 'QuartzClockHandle_StartClock::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_StartOtherClock \ +static_assert(alignof(QuartzClockHandle_StartOtherClock) == 0x000008, "Wrong alignment on QuartzClockHandle_StartOtherClock"); \ +static_assert(sizeof(QuartzClockHandle_StartOtherClock) == 0x000038, "Wrong size on QuartzClockHandle_StartOtherClock"); \ +static_assert(offsetof(QuartzClockHandle_StartOtherClock, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_StartOtherClock::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_StartOtherClock, OtherClockName) == 0x000008, "Member 'QuartzClockHandle_StartOtherClock::OtherClockName' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_StartOtherClock, InQuantizationBoundary) == 0x000014, "Member 'QuartzClockHandle_StartOtherClock::InQuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_StartOtherClock, InDelegate) == 0x000020, "Member 'QuartzClockHandle_StartOtherClock::InDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_StopClock \ +static_assert(alignof(QuartzClockHandle_StopClock) == 0x000008, "Wrong alignment on QuartzClockHandle_StopClock"); \ +static_assert(sizeof(QuartzClockHandle_StopClock) == 0x000018, "Wrong size on QuartzClockHandle_StopClock"); \ +static_assert(offsetof(QuartzClockHandle_StopClock, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_StopClock::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_StopClock, CancelPendingEvents) == 0x000008, "Member 'QuartzClockHandle_StopClock::CancelPendingEvents' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_StopClock, ClockHandle) == 0x000010, "Member 'QuartzClockHandle_StopClock::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_SubscribeToAllQuantizationEvents \ +static_assert(alignof(QuartzClockHandle_SubscribeToAllQuantizationEvents) == 0x000008, "Wrong alignment on QuartzClockHandle_SubscribeToAllQuantizationEvents"); \ +static_assert(sizeof(QuartzClockHandle_SubscribeToAllQuantizationEvents) == 0x000028, "Wrong size on QuartzClockHandle_SubscribeToAllQuantizationEvents"); \ +static_assert(offsetof(QuartzClockHandle_SubscribeToAllQuantizationEvents, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SubscribeToAllQuantizationEvents::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SubscribeToAllQuantizationEvents, OnQuantizationEvent) == 0x000008, "Member 'QuartzClockHandle_SubscribeToAllQuantizationEvents::OnQuantizationEvent' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SubscribeToAllQuantizationEvents, ClockHandle) == 0x000020, "Member 'QuartzClockHandle_SubscribeToAllQuantizationEvents::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_SubscribeToQuantizationEvent \ +static_assert(alignof(QuartzClockHandle_SubscribeToQuantizationEvent) == 0x000008, "Wrong alignment on QuartzClockHandle_SubscribeToQuantizationEvent"); \ +static_assert(sizeof(QuartzClockHandle_SubscribeToQuantizationEvent) == 0x000028, "Wrong size on QuartzClockHandle_SubscribeToQuantizationEvent"); \ +static_assert(offsetof(QuartzClockHandle_SubscribeToQuantizationEvent, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SubscribeToQuantizationEvent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SubscribeToQuantizationEvent, InQuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SubscribeToQuantizationEvent::InQuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SubscribeToQuantizationEvent, OnQuantizationEvent) == 0x00000C, "Member 'QuartzClockHandle_SubscribeToQuantizationEvent::OnQuantizationEvent' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SubscribeToQuantizationEvent, ClockHandle) == 0x000020, "Member 'QuartzClockHandle_SubscribeToQuantizationEvent::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_UnsubscribeFromAllTimeDivisions \ +static_assert(alignof(QuartzClockHandle_UnsubscribeFromAllTimeDivisions) == 0x000008, "Wrong alignment on QuartzClockHandle_UnsubscribeFromAllTimeDivisions"); \ +static_assert(sizeof(QuartzClockHandle_UnsubscribeFromAllTimeDivisions) == 0x000010, "Wrong size on QuartzClockHandle_UnsubscribeFromAllTimeDivisions"); \ +static_assert(offsetof(QuartzClockHandle_UnsubscribeFromAllTimeDivisions, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_UnsubscribeFromAllTimeDivisions::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_UnsubscribeFromAllTimeDivisions, ClockHandle) == 0x000008, "Member 'QuartzClockHandle_UnsubscribeFromAllTimeDivisions::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_UnsubscribeFromTimeDivision \ +static_assert(alignof(QuartzClockHandle_UnsubscribeFromTimeDivision) == 0x000008, "Wrong alignment on QuartzClockHandle_UnsubscribeFromTimeDivision"); \ +static_assert(sizeof(QuartzClockHandle_UnsubscribeFromTimeDivision) == 0x000018, "Wrong size on QuartzClockHandle_UnsubscribeFromTimeDivision"); \ +static_assert(offsetof(QuartzClockHandle_UnsubscribeFromTimeDivision, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_UnsubscribeFromTimeDivision::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_UnsubscribeFromTimeDivision, InQuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_UnsubscribeFromTimeDivision::InQuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_UnsubscribeFromTimeDivision, ClockHandle) == 0x000010, "Member 'QuartzClockHandle_UnsubscribeFromTimeDivision::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_GetBeatsPerMinute \ +static_assert(alignof(QuartzClockHandle_GetBeatsPerMinute) == 0x000008, "Wrong alignment on QuartzClockHandle_GetBeatsPerMinute"); \ +static_assert(sizeof(QuartzClockHandle_GetBeatsPerMinute) == 0x000010, "Wrong size on QuartzClockHandle_GetBeatsPerMinute"); \ +static_assert(offsetof(QuartzClockHandle_GetBeatsPerMinute, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetBeatsPerMinute::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetBeatsPerMinute, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetBeatsPerMinute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_GetMillisecondsPerTick \ +static_assert(alignof(QuartzClockHandle_GetMillisecondsPerTick) == 0x000008, "Wrong alignment on QuartzClockHandle_GetMillisecondsPerTick"); \ +static_assert(sizeof(QuartzClockHandle_GetMillisecondsPerTick) == 0x000010, "Wrong size on QuartzClockHandle_GetMillisecondsPerTick"); \ +static_assert(offsetof(QuartzClockHandle_GetMillisecondsPerTick, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetMillisecondsPerTick::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetMillisecondsPerTick, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetMillisecondsPerTick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_GetSecondsPerTick \ +static_assert(alignof(QuartzClockHandle_GetSecondsPerTick) == 0x000008, "Wrong alignment on QuartzClockHandle_GetSecondsPerTick"); \ +static_assert(sizeof(QuartzClockHandle_GetSecondsPerTick) == 0x000010, "Wrong size on QuartzClockHandle_GetSecondsPerTick"); \ +static_assert(offsetof(QuartzClockHandle_GetSecondsPerTick, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetSecondsPerTick::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetSecondsPerTick, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetSecondsPerTick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_GetThirtySecondNotesPerMinute \ +static_assert(alignof(QuartzClockHandle_GetThirtySecondNotesPerMinute) == 0x000008, "Wrong alignment on QuartzClockHandle_GetThirtySecondNotesPerMinute"); \ +static_assert(sizeof(QuartzClockHandle_GetThirtySecondNotesPerMinute) == 0x000010, "Wrong size on QuartzClockHandle_GetThirtySecondNotesPerMinute"); \ +static_assert(offsetof(QuartzClockHandle_GetThirtySecondNotesPerMinute, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetThirtySecondNotesPerMinute::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetThirtySecondNotesPerMinute, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetThirtySecondNotesPerMinute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_GetTicksPerSecond \ +static_assert(alignof(QuartzClockHandle_GetTicksPerSecond) == 0x000008, "Wrong alignment on QuartzClockHandle_GetTicksPerSecond"); \ +static_assert(sizeof(QuartzClockHandle_GetTicksPerSecond) == 0x000010, "Wrong size on QuartzClockHandle_GetTicksPerSecond"); \ +static_assert(offsetof(QuartzClockHandle_GetTicksPerSecond, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetTicksPerSecond::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetTicksPerSecond, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetTicksPerSecond::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UQuartzClockHandle \ +static_assert(alignof(UQuartzClockHandle) == 0x000008, "Wrong alignment on UQuartzClockHandle"); \ +static_assert(sizeof(UQuartzClockHandle) == 0x0001A0, "Wrong size on UQuartzClockHandle"); \ +static_assert(offsetof(UQuartzClockHandle, QuartzSubsystem) == 0x000170, "Member 'UQuartzClockHandle::QuartzSubsystem' has a wrong offset!"); \ +static_assert(offsetof(UQuartzClockHandle, WorldPtr) == 0x000198, "Member 'UQuartzClockHandle::WorldPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectDynamicsProcessorPreset_SetAudioBus \ +static_assert(alignof(SubmixEffectDynamicsProcessorPreset_SetAudioBus) == 0x000008, "Wrong alignment on SubmixEffectDynamicsProcessorPreset_SetAudioBus"); \ +static_assert(sizeof(SubmixEffectDynamicsProcessorPreset_SetAudioBus) == 0x000008, "Wrong size on SubmixEffectDynamicsProcessorPreset_SetAudioBus"); \ +static_assert(offsetof(SubmixEffectDynamicsProcessorPreset_SetAudioBus, AudioBus) == 0x000000, "Member 'SubmixEffectDynamicsProcessorPreset_SetAudioBus::AudioBus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectDynamicsProcessorPreset_SetExternalSubmix \ +static_assert(alignof(SubmixEffectDynamicsProcessorPreset_SetExternalSubmix) == 0x000008, "Wrong alignment on SubmixEffectDynamicsProcessorPreset_SetExternalSubmix"); \ +static_assert(sizeof(SubmixEffectDynamicsProcessorPreset_SetExternalSubmix) == 0x000008, "Wrong size on SubmixEffectDynamicsProcessorPreset_SetExternalSubmix"); \ +static_assert(offsetof(SubmixEffectDynamicsProcessorPreset_SetExternalSubmix, Submix) == 0x000000, "Member 'SubmixEffectDynamicsProcessorPreset_SetExternalSubmix::Submix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectDynamicsProcessorPreset_SetSettings \ +static_assert(alignof(SubmixEffectDynamicsProcessorPreset_SetSettings) == 0x000008, "Wrong alignment on SubmixEffectDynamicsProcessorPreset_SetSettings"); \ +static_assert(sizeof(SubmixEffectDynamicsProcessorPreset_SetSettings) == 0x000060, "Wrong size on SubmixEffectDynamicsProcessorPreset_SetSettings"); \ +static_assert(offsetof(SubmixEffectDynamicsProcessorPreset_SetSettings, Settings_0) == 0x000000, "Member 'SubmixEffectDynamicsProcessorPreset_SetSettings::Settings_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubmixEffectDynamicsProcessorPreset \ +static_assert(alignof(USubmixEffectDynamicsProcessorPreset) == 0x000008, "Wrong alignment on USubmixEffectDynamicsProcessorPreset"); \ +static_assert(sizeof(USubmixEffectDynamicsProcessorPreset) == 0x000158, "Wrong size on USubmixEffectDynamicsProcessorPreset"); \ +static_assert(offsetof(USubmixEffectDynamicsProcessorPreset, Settings) == 0x0000F8, "Member 'USubmixEffectDynamicsProcessorPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectSubmixEQPreset_SetSettings \ +static_assert(alignof(SubmixEffectSubmixEQPreset_SetSettings) == 0x000008, "Wrong alignment on SubmixEffectSubmixEQPreset_SetSettings"); \ +static_assert(sizeof(SubmixEffectSubmixEQPreset_SetSettings) == 0x000010, "Wrong size on SubmixEffectSubmixEQPreset_SetSettings"); \ +static_assert(offsetof(SubmixEffectSubmixEQPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectSubmixEQPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubmixEffectSubmixEQPreset \ +static_assert(alignof(USubmixEffectSubmixEQPreset) == 0x000008, "Wrong alignment on USubmixEffectSubmixEQPreset"); \ +static_assert(sizeof(USubmixEffectSubmixEQPreset) == 0x0000B8, "Wrong size on USubmixEffectSubmixEQPreset"); \ +static_assert(offsetof(USubmixEffectSubmixEQPreset, Settings) == 0x0000A8, "Member 'USubmixEffectSubmixEQPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectReverbPreset_SetSettings \ +static_assert(alignof(SubmixEffectReverbPreset_SetSettings) == 0x000004, "Wrong alignment on SubmixEffectReverbPreset_SetSettings"); \ +static_assert(sizeof(SubmixEffectReverbPreset_SetSettings) == 0x000040, "Wrong size on SubmixEffectReverbPreset_SetSettings"); \ +static_assert(offsetof(SubmixEffectReverbPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectReverbPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectReverbPreset_SetSettingsWithReverbEffect \ +static_assert(alignof(SubmixEffectReverbPreset_SetSettingsWithReverbEffect) == 0x000008, "Wrong alignment on SubmixEffectReverbPreset_SetSettingsWithReverbEffect"); \ +static_assert(sizeof(SubmixEffectReverbPreset_SetSettingsWithReverbEffect) == 0x000010, "Wrong size on SubmixEffectReverbPreset_SetSettingsWithReverbEffect"); \ +static_assert(offsetof(SubmixEffectReverbPreset_SetSettingsWithReverbEffect, InReverbEffect) == 0x000000, "Member 'SubmixEffectReverbPreset_SetSettingsWithReverbEffect::InReverbEffect' has a wrong offset!"); \ +static_assert(offsetof(SubmixEffectReverbPreset_SetSettingsWithReverbEffect, WetLevel) == 0x000008, "Member 'SubmixEffectReverbPreset_SetSettingsWithReverbEffect::WetLevel' has a wrong offset!"); \ +static_assert(offsetof(SubmixEffectReverbPreset_SetSettingsWithReverbEffect, DryLevel) == 0x00000C, "Member 'SubmixEffectReverbPreset_SetSettingsWithReverbEffect::DryLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubmixEffectReverbPreset \ +static_assert(alignof(USubmixEffectReverbPreset) == 0x000008, "Wrong alignment on USubmixEffectReverbPreset"); \ +static_assert(sizeof(USubmixEffectReverbPreset) == 0x000118, "Wrong size on USubmixEffectReverbPreset"); \ +static_assert(offsetof(USubmixEffectReverbPreset, Settings) == 0x0000D8, "Member 'USubmixEffectReverbPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_CreateNewClock \ +static_assert(alignof(QuartzSubsystem_CreateNewClock) == 0x000008, "Wrong alignment on QuartzSubsystem_CreateNewClock"); \ +static_assert(sizeof(QuartzSubsystem_CreateNewClock) == 0x000048, "Wrong size on QuartzSubsystem_CreateNewClock"); \ +static_assert(offsetof(QuartzSubsystem_CreateNewClock, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_CreateNewClock::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_CreateNewClock, ClockName) == 0x000008, "Member 'QuartzSubsystem_CreateNewClock::ClockName' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_CreateNewClock, InSettings) == 0x000018, "Member 'QuartzSubsystem_CreateNewClock::InSettings' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_CreateNewClock, bOverrideSettingsIfClockExists) == 0x000038, "Member 'QuartzSubsystem_CreateNewClock::bOverrideSettingsIfClockExists' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_CreateNewClock, bUseAudioEngineClockManager) == 0x000039, "Member 'QuartzSubsystem_CreateNewClock::bUseAudioEngineClockManager' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_CreateNewClock, ReturnValue) == 0x000040, "Member 'QuartzSubsystem_CreateNewClock::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_DeleteClockByHandle \ +static_assert(alignof(QuartzSubsystem_DeleteClockByHandle) == 0x000008, "Wrong alignment on QuartzSubsystem_DeleteClockByHandle"); \ +static_assert(sizeof(QuartzSubsystem_DeleteClockByHandle) == 0x000010, "Wrong size on QuartzSubsystem_DeleteClockByHandle"); \ +static_assert(offsetof(QuartzSubsystem_DeleteClockByHandle, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_DeleteClockByHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_DeleteClockByHandle, InClockHandle) == 0x000008, "Member 'QuartzSubsystem_DeleteClockByHandle::InClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_DeleteClockByName \ +static_assert(alignof(QuartzSubsystem_DeleteClockByName) == 0x000008, "Wrong alignment on QuartzSubsystem_DeleteClockByName"); \ +static_assert(sizeof(QuartzSubsystem_DeleteClockByName) == 0x000018, "Wrong size on QuartzSubsystem_DeleteClockByName"); \ +static_assert(offsetof(QuartzSubsystem_DeleteClockByName, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_DeleteClockByName::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_DeleteClockByName, ClockName) == 0x000008, "Member 'QuartzSubsystem_DeleteClockByName::ClockName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_DoesClockExist \ +static_assert(alignof(QuartzSubsystem_DoesClockExist) == 0x000008, "Wrong alignment on QuartzSubsystem_DoesClockExist"); \ +static_assert(sizeof(QuartzSubsystem_DoesClockExist) == 0x000018, "Wrong size on QuartzSubsystem_DoesClockExist"); \ +static_assert(offsetof(QuartzSubsystem_DoesClockExist, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_DoesClockExist::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_DoesClockExist, ClockName) == 0x000008, "Member 'QuartzSubsystem_DoesClockExist::ClockName' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_DoesClockExist, ReturnValue) == 0x000014, "Member 'QuartzSubsystem_DoesClockExist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency \ +static_assert(alignof(QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency) == 0x000004, "Wrong alignment on QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency"); \ +static_assert(sizeof(QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency) == 0x000004, "Wrong size on QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency"); \ +static_assert(offsetof(QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency, ReturnValue) == 0x000000, "Member 'QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency \ +static_assert(alignof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency) == 0x000004, "Wrong alignment on QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency"); \ +static_assert(sizeof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency) == 0x000004, "Wrong size on QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency"); \ +static_assert(offsetof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency, ReturnValue) == 0x000000, "Member 'QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency \ +static_assert(alignof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency) == 0x000004, "Wrong alignment on QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency"); \ +static_assert(sizeof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency) == 0x000004, "Wrong size on QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency"); \ +static_assert(offsetof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency, ReturnValue) == 0x000000, "Member 'QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_GetCurrentClockTimestamp \ +static_assert(alignof(QuartzSubsystem_GetCurrentClockTimestamp) == 0x000008, "Wrong alignment on QuartzSubsystem_GetCurrentClockTimestamp"); \ +static_assert(sizeof(QuartzSubsystem_GetCurrentClockTimestamp) == 0x000028, "Wrong size on QuartzSubsystem_GetCurrentClockTimestamp"); \ +static_assert(offsetof(QuartzSubsystem_GetCurrentClockTimestamp, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetCurrentClockTimestamp::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetCurrentClockTimestamp, InClockName) == 0x000008, "Member 'QuartzSubsystem_GetCurrentClockTimestamp::InClockName' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetCurrentClockTimestamp, ReturnValue) == 0x000014, "Member 'QuartzSubsystem_GetCurrentClockTimestamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds \ +static_assert(alignof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds) == 0x000008, "Wrong alignment on QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds"); \ +static_assert(sizeof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds) == 0x000020, "Wrong size on QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds"); \ +static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, ClockName) == 0x000008, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::ClockName' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, QuantizationType) == 0x000014, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::QuantizationType' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, Multiplier) == 0x000018, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, ReturnValue) == 0x00001C, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_GetEstimatedClockRunTime \ +static_assert(alignof(QuartzSubsystem_GetEstimatedClockRunTime) == 0x000008, "Wrong alignment on QuartzSubsystem_GetEstimatedClockRunTime"); \ +static_assert(sizeof(QuartzSubsystem_GetEstimatedClockRunTime) == 0x000018, "Wrong size on QuartzSubsystem_GetEstimatedClockRunTime"); \ +static_assert(offsetof(QuartzSubsystem_GetEstimatedClockRunTime, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetEstimatedClockRunTime::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetEstimatedClockRunTime, InClockName) == 0x000008, "Member 'QuartzSubsystem_GetEstimatedClockRunTime::InClockName' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetEstimatedClockRunTime, ReturnValue) == 0x000014, "Member 'QuartzSubsystem_GetEstimatedClockRunTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency \ +static_assert(alignof(QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency"); \ +static_assert(sizeof(QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency"); \ +static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency \ +static_assert(alignof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency"); \ +static_assert(sizeof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency"); \ +static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency \ +static_assert(alignof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency"); \ +static_assert(sizeof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency"); \ +static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_GetHandleForClock \ +static_assert(alignof(QuartzSubsystem_GetHandleForClock) == 0x000008, "Wrong alignment on QuartzSubsystem_GetHandleForClock"); \ +static_assert(sizeof(QuartzSubsystem_GetHandleForClock) == 0x000020, "Wrong size on QuartzSubsystem_GetHandleForClock"); \ +static_assert(offsetof(QuartzSubsystem_GetHandleForClock, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetHandleForClock::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetHandleForClock, ClockName) == 0x000008, "Member 'QuartzSubsystem_GetHandleForClock::ClockName' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetHandleForClock, ReturnValue) == 0x000018, "Member 'QuartzSubsystem_GetHandleForClock::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_GetRoundTripAverageLatency \ +static_assert(alignof(QuartzSubsystem_GetRoundTripAverageLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetRoundTripAverageLatency"); \ +static_assert(sizeof(QuartzSubsystem_GetRoundTripAverageLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetRoundTripAverageLatency"); \ +static_assert(offsetof(QuartzSubsystem_GetRoundTripAverageLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetRoundTripAverageLatency::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetRoundTripAverageLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetRoundTripAverageLatency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_GetRoundTripMaxLatency \ +static_assert(alignof(QuartzSubsystem_GetRoundTripMaxLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetRoundTripMaxLatency"); \ +static_assert(sizeof(QuartzSubsystem_GetRoundTripMaxLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetRoundTripMaxLatency"); \ +static_assert(offsetof(QuartzSubsystem_GetRoundTripMaxLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetRoundTripMaxLatency::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetRoundTripMaxLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetRoundTripMaxLatency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_GetRoundTripMinLatency \ +static_assert(alignof(QuartzSubsystem_GetRoundTripMinLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetRoundTripMinLatency"); \ +static_assert(sizeof(QuartzSubsystem_GetRoundTripMinLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetRoundTripMinLatency"); \ +static_assert(offsetof(QuartzSubsystem_GetRoundTripMinLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetRoundTripMinLatency::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetRoundTripMinLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetRoundTripMinLatency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_IsClockRunning \ +static_assert(alignof(QuartzSubsystem_IsClockRunning) == 0x000008, "Wrong alignment on QuartzSubsystem_IsClockRunning"); \ +static_assert(sizeof(QuartzSubsystem_IsClockRunning) == 0x000018, "Wrong size on QuartzSubsystem_IsClockRunning"); \ +static_assert(offsetof(QuartzSubsystem_IsClockRunning, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_IsClockRunning::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_IsClockRunning, ClockName) == 0x000008, "Member 'QuartzSubsystem_IsClockRunning::ClockName' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_IsClockRunning, ReturnValue) == 0x000014, "Member 'QuartzSubsystem_IsClockRunning::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_IsQuartzEnabled \ +static_assert(alignof(QuartzSubsystem_IsQuartzEnabled) == 0x000001, "Wrong alignment on QuartzSubsystem_IsQuartzEnabled"); \ +static_assert(sizeof(QuartzSubsystem_IsQuartzEnabled) == 0x000001, "Wrong size on QuartzSubsystem_IsQuartzEnabled"); \ +static_assert(offsetof(QuartzSubsystem_IsQuartzEnabled, ReturnValue) == 0x000000, "Member 'QuartzSubsystem_IsQuartzEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UQuartzSubsystem \ +static_assert(alignof(UQuartzSubsystem) == 0x000008, "Wrong alignment on UQuartzSubsystem"); \ +static_assert(sizeof(UQuartzSubsystem) == 0x000160, "Wrong size on UQuartzSubsystem"); \ + +#define DUMPER7_ASSERTS_USynthSound \ +static_assert(alignof(USynthSound) == 0x000010, "Wrong alignment on USynthSound"); \ +static_assert(sizeof(USynthSound) == 0x0003F0, "Wrong size on USynthSound"); \ +static_assert(offsetof(USynthSound, OwningSynthComponent) == 0x0003D0, "Member 'USynthSound::OwningSynthComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHandlerComponentFactory \ +static_assert(alignof(UHandlerComponentFactory) == 0x000008, "Wrong alignment on UHandlerComponentFactory"); \ +static_assert(sizeof(UHandlerComponentFactory) == 0x000030, "Wrong size on UHandlerComponentFactory"); \ + +#define DUMPER7_ASSERTS_UPacketHandlerProfileConfig \ +static_assert(alignof(UPacketHandlerProfileConfig) == 0x000008, "Wrong alignment on UPacketHandlerProfileConfig"); \ +static_assert(sizeof(UPacketHandlerProfileConfig) == 0x000040, "Wrong size on UPacketHandlerProfileConfig"); \ +static_assert(offsetof(UPacketHandlerProfileConfig, Components) == 0x000030, "Member 'UPacketHandlerProfileConfig::Components' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USteamAuthComponentModuleInterface \ +static_assert(alignof(USteamAuthComponentModuleInterface) == 0x000008, "Wrong alignment on USteamAuthComponentModuleInterface"); \ +static_assert(sizeof(USteamAuthComponentModuleInterface) == 0x000030, "Wrong size on USteamAuthComponentModuleInterface"); \ + +#define DUMPER7_ASSERTS_USteamNetConnection \ +static_assert(alignof(USteamNetConnection) == 0x000008, "Wrong alignment on USteamNetConnection"); \ +static_assert(sizeof(USteamNetConnection) == 0x001CA0, "Wrong size on USteamNetConnection"); \ +static_assert(offsetof(USteamNetConnection, bIsPassthrough) == 0x001C98, "Member 'USteamNetConnection::bIsPassthrough' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USteamNetDriver \ +static_assert(alignof(USteamNetDriver) == 0x000008, "Wrong alignment on USteamNetDriver"); \ +static_assert(sizeof(USteamNetDriver) == 0x000800, "Wrong size on USteamNetDriver"); \ + +#define DUMPER7_ASSERTS_FArtifactSettings \ +static_assert(alignof(FArtifactSettings) == 0x000008, "Wrong alignment on FArtifactSettings"); \ +static_assert(sizeof(FArtifactSettings) == 0x000080, "Wrong size on FArtifactSettings"); \ +static_assert(offsetof(FArtifactSettings, ArtifactName) == 0x000000, "Member 'FArtifactSettings::ArtifactName' has a wrong offset!"); \ +static_assert(offsetof(FArtifactSettings, ClientId) == 0x000010, "Member 'FArtifactSettings::ClientId' has a wrong offset!"); \ +static_assert(offsetof(FArtifactSettings, ClientSecret) == 0x000020, "Member 'FArtifactSettings::ClientSecret' has a wrong offset!"); \ +static_assert(offsetof(FArtifactSettings, ProductId) == 0x000030, "Member 'FArtifactSettings::ProductId' has a wrong offset!"); \ +static_assert(offsetof(FArtifactSettings, SandboxId) == 0x000040, "Member 'FArtifactSettings::SandboxId' has a wrong offset!"); \ +static_assert(offsetof(FArtifactSettings, DeploymentId) == 0x000050, "Member 'FArtifactSettings::DeploymentId' has a wrong offset!"); \ +static_assert(offsetof(FArtifactSettings, EncryptionKey) == 0x000060, "Member 'FArtifactSettings::EncryptionKey' has a wrong offset!"); \ +static_assert(offsetof(FArtifactSettings, OnlineEnvironment) == 0x000070, "Member 'FArtifactSettings::OnlineEnvironment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEOSArtifactSettings \ +static_assert(alignof(UEOSArtifactSettings) == 0x000008, "Wrong alignment on UEOSArtifactSettings"); \ +static_assert(sizeof(UEOSArtifactSettings) == 0x000038, "Wrong size on UEOSArtifactSettings"); \ + +#define DUMPER7_ASSERTS_UEOSSettings \ +static_assert(alignof(UEOSSettings) == 0x000008, "Wrong alignment on UEOSSettings"); \ +static_assert(sizeof(UEOSSettings) == 0x000098, "Wrong size on UEOSSettings"); \ +static_assert(offsetof(UEOSSettings, CacheDir) == 0x000030, "Member 'UEOSSettings::CacheDir' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, DefaultArtifactName) == 0x000040, "Member 'UEOSSettings::DefaultArtifactName' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, TickBudgetInMilliseconds) == 0x000050, "Member 'UEOSSettings::TickBudgetInMilliseconds' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bEnableOverlay) == 0x000054, "Member 'UEOSSettings::bEnableOverlay' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bEnableSocialOverlay) == 0x000055, "Member 'UEOSSettings::bEnableSocialOverlay' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bShouldEnforceBeingLaunchedByEGS) == 0x000056, "Member 'UEOSSettings::bShouldEnforceBeingLaunchedByEGS' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, TitleStorageTags) == 0x000058, "Member 'UEOSSettings::TitleStorageTags' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, TitleStorageReadChunkLength) == 0x000068, "Member 'UEOSSettings::TitleStorageReadChunkLength' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, Artifacts) == 0x000070, "Member 'UEOSSettings::Artifacts' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bUseEAS) == 0x000080, "Member 'UEOSSettings::bUseEAS' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bUseEOSConnect) == 0x000081, "Member 'UEOSSettings::bUseEOSConnect' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bMirrorStatsToEOS) == 0x000082, "Member 'UEOSSettings::bMirrorStatsToEOS' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bMirrorAchievementsToEOS) == 0x000083, "Member 'UEOSSettings::bMirrorAchievementsToEOS' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bUseEOSSessions) == 0x000084, "Member 'UEOSSettings::bUseEOSSessions' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bMirrorPresenceToEAS) == 0x000085, "Member 'UEOSSettings::bMirrorPresenceToEAS' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, SteamTokenType) == 0x000088, "Member 'UEOSSettings::SteamTokenType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetConnectionEOS \ +static_assert(alignof(UNetConnectionEOS) == 0x000008, "Wrong alignment on UNetConnectionEOS"); \ +static_assert(sizeof(UNetConnectionEOS) == 0x001CA0, "Wrong size on UNetConnectionEOS"); \ + +#define DUMPER7_ASSERTS_UNetDriverEOS \ +static_assert(alignof(UNetDriverEOS) == 0x000008, "Wrong alignment on UNetDriverEOS"); \ +static_assert(sizeof(UNetDriverEOS) == 0x000800, "Wrong size on UNetDriverEOS"); \ +static_assert(offsetof(UNetDriverEOS, bIsPassthrough) == 0x0007F8, "Member 'UNetDriverEOS::bIsPassthrough' has a wrong offset!"); \ +static_assert(offsetof(UNetDriverEOS, bIsUsingP2PSockets) == 0x0007F9, "Member 'UNetDriverEOS::bIsUsingP2PSockets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HappyCursor_C_ExecuteUbergraph_HappyCursor \ +static_assert(alignof(HappyCursor_C_ExecuteUbergraph_HappyCursor) == 0x000008, "Wrong alignment on HappyCursor_C_ExecuteUbergraph_HappyCursor"); \ +static_assert(sizeof(HappyCursor_C_ExecuteUbergraph_HappyCursor) == 0x000068, "Wrong size on HappyCursor_C_ExecuteUbergraph_HappyCursor"); \ +static_assert(offsetof(HappyCursor_C_ExecuteUbergraph_HappyCursor, EntryPoint) == 0x000000, "Member 'HappyCursor_C_ExecuteUbergraph_HappyCursor::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(HappyCursor_C_ExecuteUbergraph_HappyCursor, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'HappyCursor_C_ExecuteUbergraph_HappyCursor::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(HappyCursor_C_ExecuteUbergraph_HappyCursor, K2Node_Event_MyGeometry) == 0x000010, "Member 'HappyCursor_C_ExecuteUbergraph_HappyCursor::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(HappyCursor_C_ExecuteUbergraph_HappyCursor, K2Node_Event_InDeltaTime) == 0x000048, "Member 'HappyCursor_C_ExecuteUbergraph_HappyCursor::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(HappyCursor_C_ExecuteUbergraph_HappyCursor, CallFunc_IsCursorOverInteractableWidget_ReturnValue) == 0x00004C, "Member 'HappyCursor_C_ExecuteUbergraph_HappyCursor::CallFunc_IsCursorOverInteractableWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(HappyCursor_C_ExecuteUbergraph_HappyCursor, CallFunc_PauseAnimation_ReturnValue) == 0x000050, "Member 'HappyCursor_C_ExecuteUbergraph_HappyCursor::CallFunc_PauseAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(HappyCursor_C_ExecuteUbergraph_HappyCursor, CallFunc_PlayAnimation_ReturnValue_1) == 0x000058, "Member 'HappyCursor_C_ExecuteUbergraph_HappyCursor::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(HappyCursor_C_ExecuteUbergraph_HappyCursor, CallFunc_PlayAnimation_ReturnValue_2) == 0x000060, "Member 'HappyCursor_C_ExecuteUbergraph_HappyCursor::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HappyCursor_C_Tick \ +static_assert(alignof(HappyCursor_C_Tick) == 0x000004, "Wrong alignment on HappyCursor_C_Tick"); \ +static_assert(sizeof(HappyCursor_C_Tick) == 0x00003C, "Wrong size on HappyCursor_C_Tick"); \ +static_assert(offsetof(HappyCursor_C_Tick, MyGeometry) == 0x000000, "Member 'HappyCursor_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(HappyCursor_C_Tick, InDeltaTime) == 0x000038, "Member 'HappyCursor_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHappyCursor_C \ +static_assert(alignof(UHappyCursor_C) == 0x000008, "Wrong alignment on UHappyCursor_C"); \ +static_assert(sizeof(UHappyCursor_C) == 0x0002B8, "Wrong size on UHappyCursor_C"); \ +static_assert(offsetof(UHappyCursor_C, UberGraphFrame) == 0x000290, "Member 'UHappyCursor_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UHappyCursor_C, FadeRing) == 0x000298, "Member 'UHappyCursor_C::FadeRing' has a wrong offset!"); \ +static_assert(offsetof(UHappyCursor_C, Rotate) == 0x0002A0, "Member 'UHappyCursor_C::Rotate' has a wrong offset!"); \ +static_assert(offsetof(UHappyCursor_C, Ring) == 0x0002A8, "Member 'UHappyCursor_C::Ring' has a wrong offset!"); \ +static_assert(offsetof(UHappyCursor_C, Spinning) == 0x0002B0, "Member 'UHappyCursor_C::Spinning' has a wrong offset!"); \ +static_assert(offsetof(UHappyCursor_C, SpinningAnimationTime) == 0x0002B4, "Member 'UHappyCursor_C::SpinningAnimationTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConnectionAlwaysRelevantNodePair \ +static_assert(alignof(FConnectionAlwaysRelevantNodePair) == 0x000008, "Wrong alignment on FConnectionAlwaysRelevantNodePair"); \ +static_assert(sizeof(FConnectionAlwaysRelevantNodePair) == 0x000010, "Wrong size on FConnectionAlwaysRelevantNodePair"); \ +static_assert(offsetof(FConnectionAlwaysRelevantNodePair, NetConnection) == 0x000000, "Member 'FConnectionAlwaysRelevantNodePair::NetConnection' has a wrong offset!"); \ +static_assert(offsetof(FConnectionAlwaysRelevantNodePair, Node) == 0x000008, "Member 'FConnectionAlwaysRelevantNodePair::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLastLocationGatherInfo \ +static_assert(alignof(FLastLocationGatherInfo) == 0x000008, "Wrong alignment on FLastLocationGatherInfo"); \ +static_assert(sizeof(FLastLocationGatherInfo) == 0x000020, "Wrong size on FLastLocationGatherInfo"); \ +static_assert(offsetof(FLastLocationGatherInfo, Connection) == 0x000000, "Member 'FLastLocationGatherInfo::Connection' has a wrong offset!"); \ +static_assert(offsetof(FLastLocationGatherInfo, LastLocation) == 0x000008, "Member 'FLastLocationGatherInfo::LastLocation' has a wrong offset!"); \ +static_assert(offsetof(FLastLocationGatherInfo, LastOutOfRangeLocationCheck) == 0x000014, "Member 'FLastLocationGatherInfo::LastOutOfRangeLocationCheck' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTearOffActorInfo \ +static_assert(alignof(FTearOffActorInfo) == 0x000008, "Wrong alignment on FTearOffActorInfo"); \ +static_assert(sizeof(FTearOffActorInfo) == 0x000018, "Wrong size on FTearOffActorInfo"); \ +static_assert(offsetof(FTearOffActorInfo, Actor) == 0x000008, "Member 'FTearOffActorInfo::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAlwaysRelevantActorInfo \ +static_assert(alignof(FAlwaysRelevantActorInfo) == 0x000008, "Wrong alignment on FAlwaysRelevantActorInfo"); \ +static_assert(sizeof(FAlwaysRelevantActorInfo) == 0x000018, "Wrong size on FAlwaysRelevantActorInfo"); \ +static_assert(offsetof(FAlwaysRelevantActorInfo, Connection) == 0x000000, "Member 'FAlwaysRelevantActorInfo::Connection' has a wrong offset!"); \ +static_assert(offsetof(FAlwaysRelevantActorInfo, LastViewer) == 0x000008, "Member 'FAlwaysRelevantActorInfo::LastViewer' has a wrong offset!"); \ +static_assert(offsetof(FAlwaysRelevantActorInfo, LastViewTarget) == 0x000010, "Member 'FAlwaysRelevantActorInfo::LastViewTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClassReplicationInfo \ +static_assert(alignof(FClassReplicationInfo) == 0x000010, "Wrong alignment on FClassReplicationInfo"); \ +static_assert(sizeof(FClassReplicationInfo) == 0x000080, "Wrong size on FClassReplicationInfo"); \ +static_assert(offsetof(FClassReplicationInfo, DistancePriorityScale) == 0x000004, "Member 'FClassReplicationInfo::DistancePriorityScale' has a wrong offset!"); \ +static_assert(offsetof(FClassReplicationInfo, StarvationPriorityScale) == 0x000008, "Member 'FClassReplicationInfo::StarvationPriorityScale' has a wrong offset!"); \ +static_assert(offsetof(FClassReplicationInfo, AccumulatedNetPriorityBias) == 0x00000C, "Member 'FClassReplicationInfo::AccumulatedNetPriorityBias' has a wrong offset!"); \ +static_assert(offsetof(FClassReplicationInfo, ReplicationPeriodFrame) == 0x000010, "Member 'FClassReplicationInfo::ReplicationPeriodFrame' has a wrong offset!"); \ +static_assert(offsetof(FClassReplicationInfo, FastPath_ReplicationPeriodFrame) == 0x000012, "Member 'FClassReplicationInfo::FastPath_ReplicationPeriodFrame' has a wrong offset!"); \ +static_assert(offsetof(FClassReplicationInfo, ActorChannelFrameTimeout) == 0x000014, "Member 'FClassReplicationInfo::ActorChannelFrameTimeout' has a wrong offset!"); \ +static_assert(offsetof(FClassReplicationInfo, CullDistance) == 0x00006C, "Member 'FClassReplicationInfo::CullDistance' has a wrong offset!"); \ +static_assert(offsetof(FClassReplicationInfo, CullDistanceSquared) == 0x000070, "Member 'FClassReplicationInfo::CullDistanceSquared' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReplicationGraph \ +static_assert(alignof(UReplicationGraph) == 0x000010, "Wrong alignment on UReplicationGraph"); \ +static_assert(sizeof(UReplicationGraph) == 0x0004E0, "Wrong size on UReplicationGraph"); \ +static_assert(offsetof(UReplicationGraph, ReplicationConnectionManagerClass) == 0x000030, "Member 'UReplicationGraph::ReplicationConnectionManagerClass' has a wrong offset!"); \ +static_assert(offsetof(UReplicationGraph, NetDriver) == 0x000038, "Member 'UReplicationGraph::NetDriver' has a wrong offset!"); \ +static_assert(offsetof(UReplicationGraph, Connections) == 0x000040, "Member 'UReplicationGraph::Connections' has a wrong offset!"); \ +static_assert(offsetof(UReplicationGraph, PendingConnections) == 0x000050, "Member 'UReplicationGraph::PendingConnections' has a wrong offset!"); \ +static_assert(offsetof(UReplicationGraph, GlobalGraphNodes) == 0x0000A0, "Member 'UReplicationGraph::GlobalGraphNodes' has a wrong offset!"); \ +static_assert(offsetof(UReplicationGraph, PrepareForReplicationNodes) == 0x0000B0, "Member 'UReplicationGraph::PrepareForReplicationNodes' has a wrong offset!"); \ +static_assert(offsetof(UReplicationGraph, RpcAllowedBeforeGamestateSynched) == 0x0004B0, "Member 'UReplicationGraph::RpcAllowedBeforeGamestateSynched' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBasicReplicationGraph \ +static_assert(alignof(UBasicReplicationGraph) == 0x000010, "Wrong alignment on UBasicReplicationGraph"); \ +static_assert(sizeof(UBasicReplicationGraph) == 0x000510, "Wrong size on UBasicReplicationGraph"); \ +static_assert(offsetof(UBasicReplicationGraph, GridNode) == 0x0004E0, "Member 'UBasicReplicationGraph::GridNode' has a wrong offset!"); \ +static_assert(offsetof(UBasicReplicationGraph, AlwaysRelevantNode) == 0x0004E8, "Member 'UBasicReplicationGraph::AlwaysRelevantNode' has a wrong offset!"); \ +static_assert(offsetof(UBasicReplicationGraph, AlwaysRelevantForConnectionList) == 0x0004F0, "Member 'UBasicReplicationGraph::AlwaysRelevantForConnectionList' has a wrong offset!"); \ +static_assert(offsetof(UBasicReplicationGraph, ActorsWithoutNetConnection) == 0x000500, "Member 'UBasicReplicationGraph::ActorsWithoutNetConnection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReplicationGraphNode \ +static_assert(alignof(UReplicationGraphNode) == 0x000008, "Wrong alignment on UReplicationGraphNode"); \ +static_assert(sizeof(UReplicationGraphNode) == 0x000058, "Wrong size on UReplicationGraphNode"); \ +static_assert(offsetof(UReplicationGraphNode, AllChildNodes) == 0x000030, "Member 'UReplicationGraphNode::AllChildNodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReplicationGraphNode_ActorList \ +static_assert(alignof(UReplicationGraphNode_ActorList) == 0x000008, "Wrong alignment on UReplicationGraphNode_ActorList"); \ +static_assert(sizeof(UReplicationGraphNode_ActorList) == 0x0000F8, "Wrong size on UReplicationGraphNode_ActorList"); \ + +#define DUMPER7_ASSERTS_UReplicationGraphNode_ActorListFrequencyBuckets \ +static_assert(alignof(UReplicationGraphNode_ActorListFrequencyBuckets) == 0x000008, "Wrong alignment on UReplicationGraphNode_ActorListFrequencyBuckets"); \ +static_assert(sizeof(UReplicationGraphNode_ActorListFrequencyBuckets) == 0x000130, "Wrong size on UReplicationGraphNode_ActorListFrequencyBuckets"); \ + +#define DUMPER7_ASSERTS_UReplicationGraphNode_DynamicSpatialFrequency \ +static_assert(alignof(UReplicationGraphNode_DynamicSpatialFrequency) == 0x000008, "Wrong alignment on UReplicationGraphNode_DynamicSpatialFrequency"); \ +static_assert(sizeof(UReplicationGraphNode_DynamicSpatialFrequency) == 0x000128, "Wrong size on UReplicationGraphNode_DynamicSpatialFrequency"); \ + +#define DUMPER7_ASSERTS_UReplicationGraphNode_ConnectionDormancyNode \ +static_assert(alignof(UReplicationGraphNode_ConnectionDormancyNode) == 0x000008, "Wrong alignment on UReplicationGraphNode_ConnectionDormancyNode"); \ +static_assert(sizeof(UReplicationGraphNode_ConnectionDormancyNode) == 0x000198, "Wrong size on UReplicationGraphNode_ConnectionDormancyNode"); \ + +#define DUMPER7_ASSERTS_UReplicationGraphNode_DormancyNode \ +static_assert(alignof(UReplicationGraphNode_DormancyNode) == 0x000008, "Wrong alignment on UReplicationGraphNode_DormancyNode"); \ +static_assert(sizeof(UReplicationGraphNode_DormancyNode) == 0x000108, "Wrong size on UReplicationGraphNode_DormancyNode"); \ + +#define DUMPER7_ASSERTS_UReplicationGraphNode_GridCell \ +static_assert(alignof(UReplicationGraphNode_GridCell) == 0x000010, "Wrong alignment on UReplicationGraphNode_GridCell"); \ +static_assert(sizeof(UReplicationGraphNode_GridCell) == 0x000150, "Wrong size on UReplicationGraphNode_GridCell"); \ +static_assert(offsetof(UReplicationGraphNode_GridCell, DynamicNode) == 0x000140, "Member 'UReplicationGraphNode_GridCell::DynamicNode' has a wrong offset!"); \ +static_assert(offsetof(UReplicationGraphNode_GridCell, DormancyNode) == 0x000148, "Member 'UReplicationGraphNode_GridCell::DormancyNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReplicationGraphNode_GridSpatialization2D \ +static_assert(alignof(UReplicationGraphNode_GridSpatialization2D) == 0x000008, "Wrong alignment on UReplicationGraphNode_GridSpatialization2D"); \ +static_assert(sizeof(UReplicationGraphNode_GridSpatialization2D) == 0x000240, "Wrong size on UReplicationGraphNode_GridSpatialization2D"); \ + +#define DUMPER7_ASSERTS_UReplicationGraphNode_AlwaysRelevant \ +static_assert(alignof(UReplicationGraphNode_AlwaysRelevant) == 0x000008, "Wrong alignment on UReplicationGraphNode_AlwaysRelevant"); \ +static_assert(sizeof(UReplicationGraphNode_AlwaysRelevant) == 0x000070, "Wrong size on UReplicationGraphNode_AlwaysRelevant"); \ +static_assert(offsetof(UReplicationGraphNode_AlwaysRelevant, ChildNode) == 0x000058, "Member 'UReplicationGraphNode_AlwaysRelevant::ChildNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReplicationGraphNode_AlwaysRelevant_ForConnection \ +static_assert(alignof(UReplicationGraphNode_AlwaysRelevant_ForConnection) == 0x000008, "Wrong alignment on UReplicationGraphNode_AlwaysRelevant_ForConnection"); \ +static_assert(sizeof(UReplicationGraphNode_AlwaysRelevant_ForConnection) == 0x000118, "Wrong size on UReplicationGraphNode_AlwaysRelevant_ForConnection"); \ +static_assert(offsetof(UReplicationGraphNode_AlwaysRelevant_ForConnection, PastRelevantActors) == 0x000108, "Member 'UReplicationGraphNode_AlwaysRelevant_ForConnection::PastRelevantActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReplicationGraphNode_TearOff_ForConnection \ +static_assert(alignof(UReplicationGraphNode_TearOff_ForConnection) == 0x000008, "Wrong alignment on UReplicationGraphNode_TearOff_ForConnection"); \ +static_assert(sizeof(UReplicationGraphNode_TearOff_ForConnection) == 0x000078, "Wrong size on UReplicationGraphNode_TearOff_ForConnection"); \ +static_assert(offsetof(UReplicationGraphNode_TearOff_ForConnection, TearOffActors) == 0x000058, "Member 'UReplicationGraphNode_TearOff_ForConnection::TearOffActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetReplicationGraphConnection \ +static_assert(alignof(UNetReplicationGraphConnection) == 0x000008, "Wrong alignment on UNetReplicationGraphConnection"); \ +static_assert(sizeof(UNetReplicationGraphConnection) == 0x000248, "Wrong size on UNetReplicationGraphConnection"); \ +static_assert(offsetof(UNetReplicationGraphConnection, NetConnection) == 0x000030, "Member 'UNetReplicationGraphConnection::NetConnection' has a wrong offset!"); \ +static_assert(offsetof(UNetReplicationGraphConnection, DebugActor) == 0x000180, "Member 'UNetReplicationGraphConnection::DebugActor' has a wrong offset!"); \ +static_assert(offsetof(UNetReplicationGraphConnection, LastGatherLocations) == 0x000198, "Member 'UNetReplicationGraphConnection::LastGatherLocations' has a wrong offset!"); \ +static_assert(offsetof(UNetReplicationGraphConnection, ConnectionGraphNodes) == 0x0001B0, "Member 'UNetReplicationGraphConnection::ConnectionGraphNodes' has a wrong offset!"); \ +static_assert(offsetof(UNetReplicationGraphConnection, TearOffNode) == 0x0001C0, "Member 'UNetReplicationGraphConnection::TearOffNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ReplicationGraphDebugActor_ClientCellInfo \ +static_assert(alignof(ReplicationGraphDebugActor_ClientCellInfo) == 0x000008, "Wrong alignment on ReplicationGraphDebugActor_ClientCellInfo"); \ +static_assert(sizeof(ReplicationGraphDebugActor_ClientCellInfo) == 0x000028, "Wrong size on ReplicationGraphDebugActor_ClientCellInfo"); \ +static_assert(offsetof(ReplicationGraphDebugActor_ClientCellInfo, CellLocation) == 0x000000, "Member 'ReplicationGraphDebugActor_ClientCellInfo::CellLocation' has a wrong offset!"); \ +static_assert(offsetof(ReplicationGraphDebugActor_ClientCellInfo, CellExtent) == 0x00000C, "Member 'ReplicationGraphDebugActor_ClientCellInfo::CellExtent' has a wrong offset!"); \ +static_assert(offsetof(ReplicationGraphDebugActor_ClientCellInfo, Actors) == 0x000018, "Member 'ReplicationGraphDebugActor_ClientCellInfo::Actors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ReplicationGraphDebugActor_ServerPrintAllActorInfo \ +static_assert(alignof(ReplicationGraphDebugActor_ServerPrintAllActorInfo) == 0x000008, "Wrong alignment on ReplicationGraphDebugActor_ServerPrintAllActorInfo"); \ +static_assert(sizeof(ReplicationGraphDebugActor_ServerPrintAllActorInfo) == 0x000010, "Wrong size on ReplicationGraphDebugActor_ServerPrintAllActorInfo"); \ +static_assert(offsetof(ReplicationGraphDebugActor_ServerPrintAllActorInfo, Str) == 0x000000, "Member 'ReplicationGraphDebugActor_ServerPrintAllActorInfo::Str' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ReplicationGraphDebugActor_ServerSetConditionalActorBreakpoint \ +static_assert(alignof(ReplicationGraphDebugActor_ServerSetConditionalActorBreakpoint) == 0x000008, "Wrong alignment on ReplicationGraphDebugActor_ServerSetConditionalActorBreakpoint"); \ +static_assert(sizeof(ReplicationGraphDebugActor_ServerSetConditionalActorBreakpoint) == 0x000008, "Wrong size on ReplicationGraphDebugActor_ServerSetConditionalActorBreakpoint"); \ +static_assert(offsetof(ReplicationGraphDebugActor_ServerSetConditionalActorBreakpoint, Actor) == 0x000000, "Member 'ReplicationGraphDebugActor_ServerSetConditionalActorBreakpoint::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ReplicationGraphDebugActor_ServerSetCullDistanceForClass \ +static_assert(alignof(ReplicationGraphDebugActor_ServerSetCullDistanceForClass) == 0x000008, "Wrong alignment on ReplicationGraphDebugActor_ServerSetCullDistanceForClass"); \ +static_assert(sizeof(ReplicationGraphDebugActor_ServerSetCullDistanceForClass) == 0x000010, "Wrong size on ReplicationGraphDebugActor_ServerSetCullDistanceForClass"); \ +static_assert(offsetof(ReplicationGraphDebugActor_ServerSetCullDistanceForClass, Class_0) == 0x000000, "Member 'ReplicationGraphDebugActor_ServerSetCullDistanceForClass::Class_0' has a wrong offset!"); \ +static_assert(offsetof(ReplicationGraphDebugActor_ServerSetCullDistanceForClass, CullDistance) == 0x000008, "Member 'ReplicationGraphDebugActor_ServerSetCullDistanceForClass::CullDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ReplicationGraphDebugActor_ServerSetPeriodFrameForClass \ +static_assert(alignof(ReplicationGraphDebugActor_ServerSetPeriodFrameForClass) == 0x000008, "Wrong alignment on ReplicationGraphDebugActor_ServerSetPeriodFrameForClass"); \ +static_assert(sizeof(ReplicationGraphDebugActor_ServerSetPeriodFrameForClass) == 0x000010, "Wrong size on ReplicationGraphDebugActor_ServerSetPeriodFrameForClass"); \ +static_assert(offsetof(ReplicationGraphDebugActor_ServerSetPeriodFrameForClass, Class_0) == 0x000000, "Member 'ReplicationGraphDebugActor_ServerSetPeriodFrameForClass::Class_0' has a wrong offset!"); \ +static_assert(offsetof(ReplicationGraphDebugActor_ServerSetPeriodFrameForClass, PeriodFrame) == 0x000008, "Member 'ReplicationGraphDebugActor_ServerSetPeriodFrameForClass::PeriodFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AReplicationGraphDebugActor \ +static_assert(alignof(AReplicationGraphDebugActor) == 0x000008, "Wrong alignment on AReplicationGraphDebugActor"); \ +static_assert(sizeof(AReplicationGraphDebugActor) == 0x0002B8, "Wrong size on AReplicationGraphDebugActor"); \ +static_assert(offsetof(AReplicationGraphDebugActor, ReplicationGraph) == 0x0002A8, "Member 'AReplicationGraphDebugActor::ReplicationGraph' has a wrong offset!"); \ +static_assert(offsetof(AReplicationGraphDebugActor, ConnectionManager) == 0x0002B0, "Member 'AReplicationGraphDebugActor::ConnectionManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI_WeaponStatsBlueprint_C_GetAccuracyValueArray \ +static_assert(alignof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray) == 0x000008, "Wrong alignment on UI_WeaponStatsBlueprint_C_GetAccuracyValueArray"); \ +static_assert(sizeof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray) == 0x0000A0, "Wrong size on UI_WeaponStatsBlueprint_C_GetAccuracyValueArray"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, RangedWeaponData) == 0x000000, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::RangedWeaponData' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, OutValueArray) == 0x000008, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::OutValueArray' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, AdditionalSpreadCap) == 0x000018, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::AdditionalSpreadCap' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, AdditionalSpreadStart) == 0x00001C, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::AdditionalSpreadStart' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, ShotgunMaxRadius) == 0x000020, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::ShotgunMaxRadius' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, ShotgunMinRadius) == 0x000024, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::ShotgunMinRadius' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, Temp_int_Array_Index_Variable) == 0x000028, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, CallFunc_Array_Length_ReturnValue_1) == 0x000030, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, CallFunc_Greater_IntInt_ReturnValue) == 0x000038, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, CallFunc_Less_IntInt_ReturnValue) == 0x000039, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, Temp_int_Array_Index_Variable_1) == 0x000040, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, CallFunc_Array_Get_Item) == 0x000048, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, CallFunc_Array_Length_ReturnValue_2) == 0x000060, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, CallFunc_Multiply_Vector2DVector2D_ReturnValue) == 0x000064, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::CallFunc_Multiply_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, CallFunc_DistanceSquared2D_ReturnValue) == 0x00006C, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::CallFunc_DistanceSquared2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, K2Node_MakeArray_Array) == 0x000070, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, CallFunc_Sqrt_ReturnValue) == 0x000080, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::CallFunc_Sqrt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, CallFunc_Sqrt_ReturnValue_1) == 0x000084, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::CallFunc_Sqrt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, CallFunc_FMax_ReturnValue) == 0x000088, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, CallFunc_FMin_ReturnValue) == 0x00008C, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, Temp_int_Loop_Counter_Variable_1) == 0x000090, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, CallFunc_Less_IntInt_ReturnValue_1) == 0x000094, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetAccuracyValueArray, CallFunc_Add_IntInt_ReturnValue_1) == 0x000098, "Member 'UI_WeaponStatsBlueprint_C_GetAccuracyValueArray::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI_WeaponStatsBlueprint_C_GetDamageValueArray \ +static_assert(alignof(UI_WeaponStatsBlueprint_C_GetDamageValueArray) == 0x000008, "Wrong alignment on UI_WeaponStatsBlueprint_C_GetDamageValueArray"); \ +static_assert(sizeof(UI_WeaponStatsBlueprint_C_GetDamageValueArray) == 0x000068, "Wrong size on UI_WeaponStatsBlueprint_C_GetDamageValueArray"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetDamageValueArray, RangedWeaponData) == 0x000000, "Member 'UI_WeaponStatsBlueprint_C_GetDamageValueArray::RangedWeaponData' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetDamageValueArray, OutValueArray) == 0x000008, "Member 'UI_WeaponStatsBlueprint_C_GetDamageValueArray::OutValueArray' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetDamageValueArray, ValueArray) == 0x000018, "Member 'UI_WeaponStatsBlueprint_C_GetDamageValueArray::ValueArray' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetDamageValueArray, K2Node_DynamicCast_AsSBZPlayer_Weapon_Fire_Data) == 0x000028, "Member 'UI_WeaponStatsBlueprint_C_GetDamageValueArray::K2Node_DynamicCast_AsSBZPlayer_Weapon_Fire_Data' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetDamageValueArray, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'UI_WeaponStatsBlueprint_C_GetDamageValueArray::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetDamageValueArray, CallFunc_GetProjectilesPerFiredRound_ReturnValue) == 0x000034, "Member 'UI_WeaponStatsBlueprint_C_GetDamageValueArray::CallFunc_GetProjectilesPerFiredRound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetDamageValueArray, CallFunc_GetCriticalMultipliersOnEachDistance_OutMultiplierArray) == 0x000038, "Member 'UI_WeaponStatsBlueprint_C_GetDamageValueArray::CallFunc_GetCriticalMultipliersOnEachDistance_OutMultiplierArray' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetDamageValueArray, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000048, "Member 'UI_WeaponStatsBlueprint_C_GetDamageValueArray::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetDamageValueArray, CallFunc_GetDamageOnEachDistance_OutDamageArray) == 0x000050, "Member 'UI_WeaponStatsBlueprint_C_GetDamageValueArray::CallFunc_GetDamageOnEachDistance_OutDamageArray' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetDamageValueArray, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_WeaponStatsBlueprint_C_GetDamageValueArray::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetDamageValueArray, CallFunc_Array_Add_ReturnValue_1) == 0x000064, "Member 'UI_WeaponStatsBlueprint_C_GetDamageValueArray::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI_WeaponStatsBlueprint_C_GetFireRateValueArray \ +static_assert(alignof(UI_WeaponStatsBlueprint_C_GetFireRateValueArray) == 0x000008, "Wrong alignment on UI_WeaponStatsBlueprint_C_GetFireRateValueArray"); \ +static_assert(sizeof(UI_WeaponStatsBlueprint_C_GetFireRateValueArray) == 0x000028, "Wrong size on UI_WeaponStatsBlueprint_C_GetFireRateValueArray"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetFireRateValueArray, RangedWeaponData) == 0x000000, "Member 'UI_WeaponStatsBlueprint_C_GetFireRateValueArray::RangedWeaponData' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetFireRateValueArray, OutValueArray) == 0x000008, "Member 'UI_WeaponStatsBlueprint_C_GetFireRateValueArray::OutValueArray' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetFireRateValueArray, K2Node_MakeArray_Array) == 0x000018, "Member 'UI_WeaponStatsBlueprint_C_GetFireRateValueArray::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI_WeaponStatsBlueprint_C_GetHandlingValueArray \ +static_assert(alignof(UI_WeaponStatsBlueprint_C_GetHandlingValueArray) == 0x000008, "Wrong alignment on UI_WeaponStatsBlueprint_C_GetHandlingValueArray"); \ +static_assert(sizeof(UI_WeaponStatsBlueprint_C_GetHandlingValueArray) == 0x000060, "Wrong size on UI_WeaponStatsBlueprint_C_GetHandlingValueArray"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetHandlingValueArray, RangedWeaponData) == 0x000000, "Member 'UI_WeaponStatsBlueprint_C_GetHandlingValueArray::RangedWeaponData' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetHandlingValueArray, OutValueArray) == 0x000008, "Member 'UI_WeaponStatsBlueprint_C_GetHandlingValueArray::OutValueArray' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetHandlingValueArray, TargetingTransitionSum) == 0x000018, "Member 'UI_WeaponStatsBlueprint_C_GetHandlingValueArray::TargetingTransitionSum' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetHandlingValueArray, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'UI_WeaponStatsBlueprint_C_GetHandlingValueArray::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetHandlingValueArray, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'UI_WeaponStatsBlueprint_C_GetHandlingValueArray::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetHandlingValueArray, CallFunc_Array_Get_Item) == 0x000028, "Member 'UI_WeaponStatsBlueprint_C_GetHandlingValueArray::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetHandlingValueArray, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'UI_WeaponStatsBlueprint_C_GetHandlingValueArray::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetHandlingValueArray, K2Node_MakeArray_Array) == 0x000040, "Member 'UI_WeaponStatsBlueprint_C_GetHandlingValueArray::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetHandlingValueArray, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'UI_WeaponStatsBlueprint_C_GetHandlingValueArray::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetHandlingValueArray, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'UI_WeaponStatsBlueprint_C_GetHandlingValueArray::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetHandlingValueArray, CallFunc_Add_FloatFloat_ReturnValue) == 0x000058, "Member 'UI_WeaponStatsBlueprint_C_GetHandlingValueArray::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI_WeaponStatsBlueprint_C_GetRecoilValueArray \ +static_assert(alignof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray) == 0x000008, "Wrong alignment on UI_WeaponStatsBlueprint_C_GetRecoilValueArray"); \ +static_assert(sizeof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray) == 0x000090, "Wrong size on UI_WeaponStatsBlueprint_C_GetRecoilValueArray"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, RangedWeaponData) == 0x000000, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::RangedWeaponData' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, OutValueArray) == 0x000008, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::OutValueArray' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, LastY) == 0x000018, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::LastY' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, LastX) == 0x00001C, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::LastX' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, MaxOffsetX) == 0x000020, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::MaxOffsetX' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, MaxOffsetY) == 0x000024, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::MaxOffsetY' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, MaxY) == 0x000028, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::MaxY' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, MaxX) == 0x00002C, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::MaxX' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, CallFunc_Abs_ReturnValue) == 0x000034, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, CallFunc_FMax_ReturnValue) == 0x000038, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, CallFunc_Abs_ReturnValue_1) == 0x00003C, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, CallFunc_FMax_ReturnValue_1) == 0x000040, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::CallFunc_FMax_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, Temp_int_Loop_Counter_Variable) == 0x000044, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, K2Node_MakeArray_Array) == 0x000048, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, Temp_int_Array_Index_Variable) == 0x000060, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, CallFunc_Array_Get_Item) == 0x000064, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, CallFunc_BreakVector2D_X) == 0x00006C, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, CallFunc_BreakVector2D_Y) == 0x000070, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000074, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, CallFunc_Abs_ReturnValue_2) == 0x000078, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::CallFunc_Abs_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x00007C, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, CallFunc_FMax_ReturnValue_2) == 0x000080, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::CallFunc_FMax_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, CallFunc_Abs_ReturnValue_3) == 0x000084, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::CallFunc_Abs_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetRecoilValueArray, CallFunc_FMax_ReturnValue_3) == 0x000088, "Member 'UI_WeaponStatsBlueprint_C_GetRecoilValueArray::CallFunc_FMax_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI_WeaponStatsBlueprint_C_GetStabilityValueArray \ +static_assert(alignof(UI_WeaponStatsBlueprint_C_GetStabilityValueArray) == 0x000008, "Wrong alignment on UI_WeaponStatsBlueprint_C_GetStabilityValueArray"); \ +static_assert(sizeof(UI_WeaponStatsBlueprint_C_GetStabilityValueArray) == 0x000048, "Wrong size on UI_WeaponStatsBlueprint_C_GetStabilityValueArray"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetStabilityValueArray, RangedWeaponData) == 0x000000, "Member 'UI_WeaponStatsBlueprint_C_GetStabilityValueArray::RangedWeaponData' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetStabilityValueArray, OutValueArray) == 0x000008, "Member 'UI_WeaponStatsBlueprint_C_GetStabilityValueArray::OutValueArray' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetStabilityValueArray, CallFunc_GetGunKickHorizontalLeft_OutMin) == 0x000018, "Member 'UI_WeaponStatsBlueprint_C_GetStabilityValueArray::CallFunc_GetGunKickHorizontalLeft_OutMin' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetStabilityValueArray, CallFunc_GetGunKickHorizontalLeft_OutMax) == 0x00001C, "Member 'UI_WeaponStatsBlueprint_C_GetStabilityValueArray::CallFunc_GetGunKickHorizontalLeft_OutMax' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetStabilityValueArray, CallFunc_GetGunKickVerticalTop_OutMin) == 0x000020, "Member 'UI_WeaponStatsBlueprint_C_GetStabilityValueArray::CallFunc_GetGunKickVerticalTop_OutMin' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetStabilityValueArray, CallFunc_GetGunKickVerticalTop_OutMax) == 0x000024, "Member 'UI_WeaponStatsBlueprint_C_GetStabilityValueArray::CallFunc_GetGunKickVerticalTop_OutMax' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetStabilityValueArray, CallFunc_GetGunKickVerticalBottom_OutMin) == 0x000028, "Member 'UI_WeaponStatsBlueprint_C_GetStabilityValueArray::CallFunc_GetGunKickVerticalBottom_OutMin' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetStabilityValueArray, CallFunc_GetGunKickVerticalBottom_OutMax) == 0x00002C, "Member 'UI_WeaponStatsBlueprint_C_GetStabilityValueArray::CallFunc_GetGunKickVerticalBottom_OutMax' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetStabilityValueArray, CallFunc_GetGunKickHorizontalRight_OutMin) == 0x000030, "Member 'UI_WeaponStatsBlueprint_C_GetStabilityValueArray::CallFunc_GetGunKickHorizontalRight_OutMin' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetStabilityValueArray, CallFunc_GetGunKickHorizontalRight_OutMax) == 0x000034, "Member 'UI_WeaponStatsBlueprint_C_GetStabilityValueArray::CallFunc_GetGunKickHorizontalRight_OutMax' has a wrong offset!"); \ +static_assert(offsetof(UI_WeaponStatsBlueprint_C_GetStabilityValueArray, K2Node_MakeArray_Array) == 0x000038, "Member 'UI_WeaponStatsBlueprint_C_GetStabilityValueArray::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUI_WeaponStatsBlueprint_C \ +static_assert(alignof(UUI_WeaponStatsBlueprint_C) == 0x000008, "Wrong alignment on UUI_WeaponStatsBlueprint_C"); \ +static_assert(sizeof(UUI_WeaponStatsBlueprint_C) == 0x000030, "Wrong size on UUI_WeaponStatsBlueprint_C"); \ + +#define DUMPER7_ASSERTS_FHoudiniOutputObjectIdentifier \ +static_assert(alignof(FHoudiniOutputObjectIdentifier) == 0x000008, "Wrong alignment on FHoudiniOutputObjectIdentifier"); \ +static_assert(sizeof(FHoudiniOutputObjectIdentifier) == 0x000040, "Wrong size on FHoudiniOutputObjectIdentifier"); \ +static_assert(offsetof(FHoudiniOutputObjectIdentifier, ObjectId) == 0x000000, "Member 'FHoudiniOutputObjectIdentifier::ObjectId' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObjectIdentifier, GeoId) == 0x000004, "Member 'FHoudiniOutputObjectIdentifier::GeoId' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObjectIdentifier, PartId) == 0x000008, "Member 'FHoudiniOutputObjectIdentifier::PartId' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObjectIdentifier, SplitIdentifier) == 0x000010, "Member 'FHoudiniOutputObjectIdentifier::SplitIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObjectIdentifier, PartName) == 0x000020, "Member 'FHoudiniOutputObjectIdentifier::PartName' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObjectIdentifier, PrimitiveIndex) == 0x000030, "Member 'FHoudiniOutputObjectIdentifier::PrimitiveIndex' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObjectIdentifier, PointIndex) == 0x000034, "Member 'FHoudiniOutputObjectIdentifier::PointIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniCurveOutputProperties \ +static_assert(alignof(FHoudiniCurveOutputProperties) == 0x000004, "Wrong alignment on FHoudiniCurveOutputProperties"); \ +static_assert(sizeof(FHoudiniCurveOutputProperties) == 0x00000C, "Wrong size on FHoudiniCurveOutputProperties"); \ +static_assert(offsetof(FHoudiniCurveOutputProperties, CurveOutputType) == 0x000000, "Member 'FHoudiniCurveOutputProperties::CurveOutputType' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniCurveOutputProperties, NumPoints) == 0x000004, "Member 'FHoudiniCurveOutputProperties::NumPoints' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniCurveOutputProperties, bClosed) == 0x000008, "Member 'FHoudiniCurveOutputProperties::bClosed' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniCurveOutputProperties, CurveType) == 0x000009, "Member 'FHoudiniCurveOutputProperties::CurveType' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniCurveOutputProperties, CurveMethod) == 0x00000A, "Member 'FHoudiniCurveOutputProperties::CurveMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniOutputObject \ +static_assert(alignof(FHoudiniOutputObject) == 0x000008, "Wrong alignment on FHoudiniOutputObject"); \ +static_assert(sizeof(FHoudiniOutputObject) == 0x0000E8, "Wrong size on FHoudiniOutputObject"); \ +static_assert(offsetof(FHoudiniOutputObject, OutputObject) == 0x000000, "Member 'FHoudiniOutputObject::OutputObject' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, OutputComponent) == 0x000008, "Member 'FHoudiniOutputObject::OutputComponent' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, ProxyObject) == 0x000010, "Member 'FHoudiniOutputObject::ProxyObject' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, ProxyComponent) == 0x000018, "Member 'FHoudiniOutputObject::ProxyComponent' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, bProxyIsCurrent) == 0x000020, "Member 'FHoudiniOutputObject::bProxyIsCurrent' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, bIsImplicit) == 0x000021, "Member 'FHoudiniOutputObject::bIsImplicit' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, BakeName) == 0x000028, "Member 'FHoudiniOutputObject::BakeName' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, CurveOutputProperty) == 0x000038, "Member 'FHoudiniOutputObject::CurveOutputProperty' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, CachedAttributes) == 0x000048, "Member 'FHoudiniOutputObject::CachedAttributes' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, CachedTokens) == 0x000098, "Member 'FHoudiniOutputObject::CachedTokens' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniAssetBlueprintOutput \ +static_assert(alignof(FHoudiniAssetBlueprintOutput) == 0x000008, "Wrong alignment on FHoudiniAssetBlueprintOutput"); \ +static_assert(sizeof(FHoudiniAssetBlueprintOutput) == 0x0000F0, "Wrong size on FHoudiniAssetBlueprintOutput"); \ +static_assert(offsetof(FHoudiniAssetBlueprintOutput, OutputIndex) == 0x000000, "Member 'FHoudiniAssetBlueprintOutput::OutputIndex' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniAssetBlueprintOutput, OutputObject) == 0x000008, "Member 'FHoudiniAssetBlueprintOutput::OutputObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniAssetBlueprintInstanceData \ +static_assert(alignof(FHoudiniAssetBlueprintInstanceData) == 0x000008, "Wrong alignment on FHoudiniAssetBlueprintInstanceData"); \ +static_assert(sizeof(FHoudiniAssetBlueprintInstanceData) == 0x000120, "Wrong size on FHoudiniAssetBlueprintInstanceData"); \ +static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, HoudiniAsset) == 0x000068, "Member 'FHoudiniAssetBlueprintInstanceData::HoudiniAsset' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, AssetId) == 0x000070, "Member 'FHoudiniAssetBlueprintInstanceData::AssetId' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, AssetState) == 0x000074, "Member 'FHoudiniAssetBlueprintInstanceData::AssetState' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, SubAssetIndex) == 0x000078, "Member 'FHoudiniAssetBlueprintInstanceData::SubAssetIndex' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, AssetCookCount) == 0x00007C, "Member 'FHoudiniAssetBlueprintInstanceData::AssetCookCount' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, bHasBeenLoaded) == 0x000080, "Member 'FHoudiniAssetBlueprintInstanceData::bHasBeenLoaded' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, bHasBeenDuplicated) == 0x000081, "Member 'FHoudiniAssetBlueprintInstanceData::bHasBeenDuplicated' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, bPendingDelete) == 0x000082, "Member 'FHoudiniAssetBlueprintInstanceData::bPendingDelete' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, bRecookRequested) == 0x000083, "Member 'FHoudiniAssetBlueprintInstanceData::bRecookRequested' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, bRebuildRequested) == 0x000084, "Member 'FHoudiniAssetBlueprintInstanceData::bRebuildRequested' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, bEnableCooking) == 0x000085, "Member 'FHoudiniAssetBlueprintInstanceData::bEnableCooking' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, bForceNeedUpdate) == 0x000086, "Member 'FHoudiniAssetBlueprintInstanceData::bForceNeedUpdate' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, bLastCookSuccess) == 0x000087, "Member 'FHoudiniAssetBlueprintInstanceData::bLastCookSuccess' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, ComponentGUID) == 0x000088, "Member 'FHoudiniAssetBlueprintInstanceData::ComponentGUID' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, HapiGUID) == 0x000098, "Member 'FHoudiniAssetBlueprintInstanceData::HapiGUID' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, bRegisteredComponentTemplate) == 0x0000A8, "Member 'FHoudiniAssetBlueprintInstanceData::bRegisteredComponentTemplate' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, SourceName) == 0x0000B0, "Member 'FHoudiniAssetBlueprintInstanceData::SourceName' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, Outputs) == 0x0000C0, "Member 'FHoudiniAssetBlueprintInstanceData::Outputs' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, Inputs) == 0x000110, "Member 'FHoudiniAssetBlueprintInstanceData::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniGenericAttribute \ +static_assert(alignof(FHoudiniGenericAttribute) == 0x000008, "Wrong alignment on FHoudiniGenericAttribute"); \ +static_assert(sizeof(FHoudiniGenericAttribute) == 0x000050, "Wrong size on FHoudiniGenericAttribute"); \ +static_assert(offsetof(FHoudiniGenericAttribute, AttributeName) == 0x000000, "Member 'FHoudiniGenericAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGenericAttribute, AttributeType) == 0x000010, "Member 'FHoudiniGenericAttribute::AttributeType' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGenericAttribute, AttributeOwner) == 0x000011, "Member 'FHoudiniGenericAttribute::AttributeOwner' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGenericAttribute, AttributeCount) == 0x000014, "Member 'FHoudiniGenericAttribute::AttributeCount' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGenericAttribute, AttributeTupleSize) == 0x000018, "Member 'FHoudiniGenericAttribute::AttributeTupleSize' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGenericAttribute, DoubleValues) == 0x000020, "Member 'FHoudiniGenericAttribute::DoubleValues' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGenericAttribute, IntValues) == 0x000030, "Member 'FHoudiniGenericAttribute::IntValues' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGenericAttribute, StringValues) == 0x000040, "Member 'FHoudiniGenericAttribute::StringValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniMeshSocket \ +static_assert(alignof(FHoudiniMeshSocket) == 0x000010, "Wrong alignment on FHoudiniMeshSocket"); \ +static_assert(sizeof(FHoudiniMeshSocket) == 0x000060, "Wrong size on FHoudiniMeshSocket"); \ + +#define DUMPER7_ASSERTS_FHoudiniGeoPartObject \ +static_assert(alignof(FHoudiniGeoPartObject) == 0x000010, "Wrong alignment on FHoudiniGeoPartObject"); \ +static_assert(sizeof(FHoudiniGeoPartObject) == 0x000230, "Wrong size on FHoudiniGeoPartObject"); \ +static_assert(offsetof(FHoudiniGeoPartObject, AssetId) == 0x000000, "Member 'FHoudiniGeoPartObject::AssetId' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, AssetName) == 0x000008, "Member 'FHoudiniGeoPartObject::AssetName' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, ObjectId) == 0x000018, "Member 'FHoudiniGeoPartObject::ObjectId' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, ObjectName) == 0x000020, "Member 'FHoudiniGeoPartObject::ObjectName' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, GeoId) == 0x000030, "Member 'FHoudiniGeoPartObject::GeoId' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, PartId) == 0x000034, "Member 'FHoudiniGeoPartObject::PartId' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, PartName) == 0x000038, "Member 'FHoudiniGeoPartObject::PartName' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bHasCustomPartName) == 0x000048, "Member 'FHoudiniGeoPartObject::bHasCustomPartName' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, SplitGroups) == 0x000050, "Member 'FHoudiniGeoPartObject::SplitGroups' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, TransformMatrix) == 0x000060, "Member 'FHoudiniGeoPartObject::TransformMatrix' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, NodePath) == 0x000090, "Member 'FHoudiniGeoPartObject::NodePath' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, Type) == 0x0000A0, "Member 'FHoudiniGeoPartObject::Type' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, InstancerType) == 0x0000A1, "Member 'FHoudiniGeoPartObject::InstancerType' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, VolumeName) == 0x0000A8, "Member 'FHoudiniGeoPartObject::VolumeName' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bHasEditLayers) == 0x0000B8, "Member 'FHoudiniGeoPartObject::bHasEditLayers' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, VolumeLayerName) == 0x0000C0, "Member 'FHoudiniGeoPartObject::VolumeLayerName' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, VolumeTileIndex) == 0x0000D0, "Member 'FHoudiniGeoPartObject::VolumeTileIndex' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bIsVisible) == 0x0000D4, "Member 'FHoudiniGeoPartObject::bIsVisible' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bIsEditable) == 0x0000D5, "Member 'FHoudiniGeoPartObject::bIsEditable' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bIsTemplated) == 0x0000D6, "Member 'FHoudiniGeoPartObject::bIsTemplated' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bIsInstanced) == 0x0000D7, "Member 'FHoudiniGeoPartObject::bIsInstanced' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bHasGeoChanged) == 0x0000D8, "Member 'FHoudiniGeoPartObject::bHasGeoChanged' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bHasPartChanged) == 0x0000D9, "Member 'FHoudiniGeoPartObject::bHasPartChanged' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bHasTransformChanged) == 0x0000DA, "Member 'FHoudiniGeoPartObject::bHasTransformChanged' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bHasMaterialsChanged) == 0x0000DB, "Member 'FHoudiniGeoPartObject::bHasMaterialsChanged' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, AllMeshSockets) == 0x000220, "Member 'FHoudiniGeoPartObject::AllMeshSockets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniCurveInfo \ +static_assert(alignof(FHoudiniCurveInfo) == 0x000004, "Wrong alignment on FHoudiniCurveInfo"); \ +static_assert(sizeof(FHoudiniCurveInfo) == 0x00001C, "Wrong size on FHoudiniCurveInfo"); \ + +#define DUMPER7_ASSERTS_FHoudiniVolumeInfo \ +static_assert(alignof(FHoudiniVolumeInfo) == 0x000010, "Wrong alignment on FHoudiniVolumeInfo"); \ +static_assert(sizeof(FHoudiniVolumeInfo) == 0x000080, "Wrong size on FHoudiniVolumeInfo"); \ + +#define DUMPER7_ASSERTS_FHoudiniPartInfo \ +static_assert(alignof(FHoudiniPartInfo) == 0x000008, "Wrong alignment on FHoudiniPartInfo"); \ +static_assert(sizeof(FHoudiniPartInfo) == 0x000048, "Wrong size on FHoudiniPartInfo"); \ + +#define DUMPER7_ASSERTS_FHoudiniGeoInfo \ +static_assert(alignof(FHoudiniGeoInfo) == 0x000008, "Wrong alignment on FHoudiniGeoInfo"); \ +static_assert(sizeof(FHoudiniGeoInfo) == 0x000030, "Wrong size on FHoudiniGeoInfo"); \ + +#define DUMPER7_ASSERTS_FHoudiniObjectInfo \ +static_assert(alignof(FHoudiniObjectInfo) == 0x000008, "Wrong alignment on FHoudiniObjectInfo"); \ +static_assert(sizeof(FHoudiniObjectInfo) == 0x000028, "Wrong size on FHoudiniObjectInfo"); \ + +#define DUMPER7_ASSERTS_FHoudiniBrushInfo \ +static_assert(alignof(FHoudiniBrushInfo) == 0x000010, "Wrong alignment on FHoudiniBrushInfo"); \ +static_assert(sizeof(FHoudiniBrushInfo) == 0x000070, "Wrong size on FHoudiniBrushInfo"); \ +static_assert(offsetof(FHoudiniBrushInfo, BrushActor) == 0x000000, "Member 'FHoudiniBrushInfo::BrushActor' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniBrushInfo, CachedTransform) == 0x000010, "Member 'FHoudiniBrushInfo::CachedTransform' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniBrushInfo, CachedOrigin) == 0x000040, "Member 'FHoudiniBrushInfo::CachedOrigin' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniBrushInfo, CachedExtent) == 0x00004C, "Member 'FHoudiniBrushInfo::CachedExtent' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniBrushInfo, CachedBrushType) == 0x000058, "Member 'FHoudiniBrushInfo::CachedBrushType' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniBrushInfo, CachedSurfaceHash) == 0x000060, "Member 'FHoudiniBrushInfo::CachedSurfaceHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniBakedOutputObjectIdentifier \ +static_assert(alignof(FHoudiniBakedOutputObjectIdentifier) == 0x000008, "Wrong alignment on FHoudiniBakedOutputObjectIdentifier"); \ +static_assert(sizeof(FHoudiniBakedOutputObjectIdentifier) == 0x000018, "Wrong size on FHoudiniBakedOutputObjectIdentifier"); \ +static_assert(offsetof(FHoudiniBakedOutputObjectIdentifier, PartId) == 0x000000, "Member 'FHoudiniBakedOutputObjectIdentifier::PartId' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniBakedOutputObjectIdentifier, SplitIdentifier) == 0x000008, "Member 'FHoudiniBakedOutputObjectIdentifier::SplitIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniBakedOutputObject \ +static_assert(alignof(FHoudiniBakedOutputObject) == 0x000008, "Wrong alignment on FHoudiniBakedOutputObject"); \ +static_assert(sizeof(FHoudiniBakedOutputObject) == 0x0000C0, "Wrong size on FHoudiniBakedOutputObject"); \ +static_assert(offsetof(FHoudiniBakedOutputObject, Actor) == 0x000000, "Member 'FHoudiniBakedOutputObject::Actor' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniBakedOutputObject, Blueprint) == 0x000010, "Member 'FHoudiniBakedOutputObject::Blueprint' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniBakedOutputObject, ActorBakeName) == 0x000020, "Member 'FHoudiniBakedOutputObject::ActorBakeName' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniBakedOutputObject, BakedObject) == 0x000030, "Member 'FHoudiniBakedOutputObject::BakedObject' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniBakedOutputObject, BakedComponent) == 0x000040, "Member 'FHoudiniBakedOutputObject::BakedComponent' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniBakedOutputObject, InstancedActors) == 0x000050, "Member 'FHoudiniBakedOutputObject::InstancedActors' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniBakedOutputObject, InstancedComponents) == 0x000060, "Member 'FHoudiniBakedOutputObject::InstancedComponents' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniBakedOutputObject, LandscapeLayers) == 0x000070, "Member 'FHoudiniBakedOutputObject::LandscapeLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniBakedOutput \ +static_assert(alignof(FHoudiniBakedOutput) == 0x000008, "Wrong alignment on FHoudiniBakedOutput"); \ +static_assert(sizeof(FHoudiniBakedOutput) == 0x000050, "Wrong size on FHoudiniBakedOutput"); \ +static_assert(offsetof(FHoudiniBakedOutput, BakedOutputObjects) == 0x000000, "Member 'FHoudiniBakedOutput::BakedOutputObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniInstancedOutput \ +static_assert(alignof(FHoudiniInstancedOutput) == 0x000008, "Wrong alignment on FHoudiniInstancedOutput"); \ +static_assert(sizeof(FHoudiniInstancedOutput) == 0x000090, "Wrong size on FHoudiniInstancedOutput"); \ +static_assert(offsetof(FHoudiniInstancedOutput, OriginalObject) == 0x000000, "Member 'FHoudiniInstancedOutput::OriginalObject' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInstancedOutput, OriginalObjectIndex) == 0x000030, "Member 'FHoudiniInstancedOutput::OriginalObjectIndex' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInstancedOutput, OriginalTransforms) == 0x000038, "Member 'FHoudiniInstancedOutput::OriginalTransforms' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInstancedOutput, VariationObjects) == 0x000048, "Member 'FHoudiniInstancedOutput::VariationObjects' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInstancedOutput, VariationTransformOffsets) == 0x000058, "Member 'FHoudiniInstancedOutput::VariationTransformOffsets' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInstancedOutput, TransformVariationIndices) == 0x000068, "Member 'FHoudiniInstancedOutput::TransformVariationIndices' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInstancedOutput, OriginalInstanceIndices) == 0x000078, "Member 'FHoudiniInstancedOutput::OriginalInstanceIndices' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInstancedOutput, bChanged) == 0x000088, "Member 'FHoudiniInstancedOutput::bChanged' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniInstancedOutput, bStale) == 0x000089, "Member 'FHoudiniInstancedOutput::bStale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniPDGWorkResultObjectBakedOutput \ +static_assert(alignof(FHoudiniPDGWorkResultObjectBakedOutput) == 0x000008, "Wrong alignment on FHoudiniPDGWorkResultObjectBakedOutput"); \ +static_assert(sizeof(FHoudiniPDGWorkResultObjectBakedOutput) == 0x000010, "Wrong size on FHoudiniPDGWorkResultObjectBakedOutput"); \ +static_assert(offsetof(FHoudiniPDGWorkResultObjectBakedOutput, BakedOutputs) == 0x000000, "Member 'FHoudiniPDGWorkResultObjectBakedOutput::BakedOutputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorkItemTallyBase \ +static_assert(alignof(FWorkItemTallyBase) == 0x000008, "Wrong alignment on FWorkItemTallyBase"); \ +static_assert(sizeof(FWorkItemTallyBase) == 0x000008, "Wrong size on FWorkItemTallyBase"); \ + +#define DUMPER7_ASSERTS_FAggregatedWorkItemTally \ +static_assert(alignof(FAggregatedWorkItemTally) == 0x000008, "Wrong alignment on FAggregatedWorkItemTally"); \ +static_assert(sizeof(FAggregatedWorkItemTally) == 0x000028, "Wrong size on FAggregatedWorkItemTally"); \ +static_assert(offsetof(FAggregatedWorkItemTally, TotalWorkItems) == 0x000008, "Member 'FAggregatedWorkItemTally::TotalWorkItems' has a wrong offset!"); \ +static_assert(offsetof(FAggregatedWorkItemTally, WaitingWorkItems) == 0x00000C, "Member 'FAggregatedWorkItemTally::WaitingWorkItems' has a wrong offset!"); \ +static_assert(offsetof(FAggregatedWorkItemTally, ScheduledWorkItems) == 0x000010, "Member 'FAggregatedWorkItemTally::ScheduledWorkItems' has a wrong offset!"); \ +static_assert(offsetof(FAggregatedWorkItemTally, CookingWorkItems) == 0x000014, "Member 'FAggregatedWorkItemTally::CookingWorkItems' has a wrong offset!"); \ +static_assert(offsetof(FAggregatedWorkItemTally, CookedWorkItems) == 0x000018, "Member 'FAggregatedWorkItemTally::CookedWorkItems' has a wrong offset!"); \ +static_assert(offsetof(FAggregatedWorkItemTally, ErroredWorkItems) == 0x00001C, "Member 'FAggregatedWorkItemTally::ErroredWorkItems' has a wrong offset!"); \ +static_assert(offsetof(FAggregatedWorkItemTally, CookCancelledWorkItems) == 0x000020, "Member 'FAggregatedWorkItemTally::CookCancelledWorkItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorkItemTally \ +static_assert(alignof(FWorkItemTally) == 0x000008, "Wrong alignment on FWorkItemTally"); \ +static_assert(sizeof(FWorkItemTally) == 0x000238, "Wrong size on FWorkItemTally"); \ +static_assert(offsetof(FWorkItemTally, AllWorkItems) == 0x000008, "Member 'FWorkItemTally::AllWorkItems' has a wrong offset!"); \ +static_assert(offsetof(FWorkItemTally, WaitingWorkItems) == 0x000058, "Member 'FWorkItemTally::WaitingWorkItems' has a wrong offset!"); \ +static_assert(offsetof(FWorkItemTally, ScheduledWorkItems) == 0x0000A8, "Member 'FWorkItemTally::ScheduledWorkItems' has a wrong offset!"); \ +static_assert(offsetof(FWorkItemTally, CookingWorkItems) == 0x0000F8, "Member 'FWorkItemTally::CookingWorkItems' has a wrong offset!"); \ +static_assert(offsetof(FWorkItemTally, CookedWorkItems) == 0x000148, "Member 'FWorkItemTally::CookedWorkItems' has a wrong offset!"); \ +static_assert(offsetof(FWorkItemTally, ErroredWorkItems) == 0x000198, "Member 'FWorkItemTally::ErroredWorkItems' has a wrong offset!"); \ +static_assert(offsetof(FWorkItemTally, CookCancelledWorkItems) == 0x0001E8, "Member 'FWorkItemTally::CookCancelledWorkItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOutputActorOwner \ +static_assert(alignof(FOutputActorOwner) == 0x000008, "Wrong alignment on FOutputActorOwner"); \ +static_assert(sizeof(FOutputActorOwner) == 0x000010, "Wrong size on FOutputActorOwner"); \ +static_assert(offsetof(FOutputActorOwner, OutputActor) == 0x000008, "Member 'FOutputActorOwner::OutputActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTOPWorkResultObject \ +static_assert(alignof(FTOPWorkResultObject) == 0x000008, "Wrong alignment on FTOPWorkResultObject"); \ +static_assert(sizeof(FTOPWorkResultObject) == 0x000058, "Wrong size on FTOPWorkResultObject"); \ +static_assert(offsetof(FTOPWorkResultObject, Name) == 0x000008, "Member 'FTOPWorkResultObject::Name' has a wrong offset!"); \ +static_assert(offsetof(FTOPWorkResultObject, FilePath) == 0x000018, "Member 'FTOPWorkResultObject::FilePath' has a wrong offset!"); \ +static_assert(offsetof(FTOPWorkResultObject, State) == 0x000028, "Member 'FTOPWorkResultObject::State' has a wrong offset!"); \ +static_assert(offsetof(FTOPWorkResultObject, WorkItemResultInfoIndex) == 0x00002C, "Member 'FTOPWorkResultObject::WorkItemResultInfoIndex' has a wrong offset!"); \ +static_assert(offsetof(FTOPWorkResultObject, ResultOutputs) == 0x000030, "Member 'FTOPWorkResultObject::ResultOutputs' has a wrong offset!"); \ +static_assert(offsetof(FTOPWorkResultObject, bAutoBakedSinceLastLoad) == 0x000040, "Member 'FTOPWorkResultObject::bAutoBakedSinceLastLoad' has a wrong offset!"); \ +static_assert(offsetof(FTOPWorkResultObject, OutputActorOwner) == 0x000048, "Member 'FTOPWorkResultObject::OutputActorOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTOPWorkResult \ +static_assert(alignof(FTOPWorkResult) == 0x000008, "Wrong alignment on FTOPWorkResult"); \ +static_assert(sizeof(FTOPWorkResult) == 0x000018, "Wrong size on FTOPWorkResult"); \ +static_assert(offsetof(FTOPWorkResult, WorkItemIndex) == 0x000000, "Member 'FTOPWorkResult::WorkItemIndex' has a wrong offset!"); \ +static_assert(offsetof(FTOPWorkResult, WorkItemID) == 0x000004, "Member 'FTOPWorkResult::WorkItemID' has a wrong offset!"); \ +static_assert(offsetof(FTOPWorkResult, ResultObjects) == 0x000008, "Member 'FTOPWorkResult::ResultObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniStaticMeshGenerationProperties \ +static_assert(alignof(FHoudiniStaticMeshGenerationProperties) == 0x000008, "Wrong alignment on FHoudiniStaticMeshGenerationProperties"); \ +static_assert(sizeof(FHoudiniStaticMeshGenerationProperties) == 0x0001B8, "Wrong size on FHoudiniStaticMeshGenerationProperties"); \ +static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedPhysMaterial) == 0x000008, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedPhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, DefaultBodyInstance) == 0x000010, "Member 'FHoudiniStaticMeshGenerationProperties::DefaultBodyInstance' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedCollisionTraceFlag) == 0x000178, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedCollisionTraceFlag' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedLightMapResolution) == 0x00017C, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedLightMapResolution' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedWalkableSlopeOverride) == 0x000180, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedWalkableSlopeOverride' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedLightMapCoordinateIndex) == 0x000190, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedLightMapCoordinateIndex' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedStreamingDistanceMultiplier) == 0x000198, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedStreamingDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedFoliageDefaultSettings) == 0x0001A0, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedFoliageDefaultSettings' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedAssetUserData) == 0x0001A8, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedAssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniSplineComponentInstanceData \ +static_assert(alignof(FHoudiniSplineComponentInstanceData) == 0x000008, "Wrong alignment on FHoudiniSplineComponentInstanceData"); \ +static_assert(sizeof(FHoudiniSplineComponentInstanceData) == 0x000098, "Wrong size on FHoudiniSplineComponentInstanceData"); \ +static_assert(offsetof(FHoudiniSplineComponentInstanceData, CurvePoints) == 0x000068, "Member 'FHoudiniSplineComponentInstanceData::CurvePoints' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniSplineComponentInstanceData, DisplayPoints) == 0x000078, "Member 'FHoudiniSplineComponentInstanceData::DisplayPoints' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniSplineComponentInstanceData, DisplayPointIndexDivider) == 0x000088, "Member 'FHoudiniSplineComponentInstanceData::DisplayPointIndexDivider' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniAsset \ +static_assert(alignof(UHoudiniAsset) == 0x000008, "Wrong alignment on UHoudiniAsset"); \ +static_assert(sizeof(UHoudiniAsset) == 0x000058, "Wrong size on UHoudiniAsset"); \ +static_assert(offsetof(UHoudiniAsset, AssetFileName) == 0x000030, "Member 'UHoudiniAsset::AssetFileName' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAsset, AssetBytes) == 0x000040, "Member 'UHoudiniAsset::AssetBytes' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAsset, AssetBytesCount) == 0x000050, "Member 'UHoudiniAsset::AssetBytesCount' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAsset, bAssetLimitedCommercial) == 0x000054, "Member 'UHoudiniAsset::bAssetLimitedCommercial' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAsset, bAssetNonCommercial) == 0x000055, "Member 'UHoudiniAsset::bAssetNonCommercial' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAsset, bAssetExpanded) == 0x000056, "Member 'UHoudiniAsset::bAssetExpanded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AHoudiniAssetActor \ +static_assert(alignof(AHoudiniAssetActor) == 0x000008, "Wrong alignment on AHoudiniAssetActor"); \ +static_assert(sizeof(AHoudiniAssetActor) == 0x0002B0, "Wrong size on AHoudiniAssetActor"); \ +static_assert(offsetof(AHoudiniAssetActor, HoudiniAssetComponent) == 0x0002A8, "Member 'AHoudiniAssetActor::HoudiniAssetComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetComponent \ +static_assert(alignof(UHoudiniAssetComponent) == 0x000010, "Wrong alignment on UHoudiniAssetComponent"); \ +static_assert(sizeof(UHoudiniAssetComponent) == 0x0009B0, "Wrong size on UHoudiniAssetComponent"); \ +static_assert(offsetof(UHoudiniAssetComponent, HoudiniAsset) == 0x000508, "Member 'UHoudiniAssetComponent::HoudiniAsset' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bCookOnParameterChange) == 0x000510, "Member 'UHoudiniAssetComponent::bCookOnParameterChange' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bUploadTransformsToHoudiniEngine) == 0x000511, "Member 'UHoudiniAssetComponent::bUploadTransformsToHoudiniEngine' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bCookOnTransformChange) == 0x000512, "Member 'UHoudiniAssetComponent::bCookOnTransformChange' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bCookOnAssetInputCook) == 0x000513, "Member 'UHoudiniAssetComponent::bCookOnAssetInputCook' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bOutputless) == 0x000514, "Member 'UHoudiniAssetComponent::bOutputless' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bOutputTemplateGeos) == 0x000515, "Member 'UHoudiniAssetComponent::bOutputTemplateGeos' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bUseOutputNodes) == 0x000516, "Member 'UHoudiniAssetComponent::bUseOutputNodes' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, TemporaryCookFolder) == 0x000518, "Member 'UHoudiniAssetComponent::TemporaryCookFolder' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, BakeFolder) == 0x000528, "Member 'UHoudiniAssetComponent::BakeFolder' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, StaticMeshMethod) == 0x000538, "Member 'UHoudiniAssetComponent::StaticMeshMethod' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, StaticMeshGenerationProperties) == 0x000540, "Member 'UHoudiniAssetComponent::StaticMeshGenerationProperties' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, StaticMeshBuildSettings) == 0x0006F8, "Member 'UHoudiniAssetComponent::StaticMeshBuildSettings' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bOverrideGlobalProxyStaticMeshSettings) == 0x000728, "Member 'UHoudiniAssetComponent::bOverrideGlobalProxyStaticMeshSettings' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bEnableProxyStaticMeshOverride) == 0x000729, "Member 'UHoudiniAssetComponent::bEnableProxyStaticMeshOverride' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bEnableProxyStaticMeshRefinementByTimerOverride) == 0x00072A, "Member 'UHoudiniAssetComponent::bEnableProxyStaticMeshRefinementByTimerOverride' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, ProxyMeshAutoRefineTimeoutSecondsOverride) == 0x00072C, "Member 'UHoudiniAssetComponent::ProxyMeshAutoRefineTimeoutSecondsOverride' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bEnableProxyStaticMeshRefinementOnPreSaveWorldOverride) == 0x000730, "Member 'UHoudiniAssetComponent::bEnableProxyStaticMeshRefinementOnPreSaveWorldOverride' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bEnableProxyStaticMeshRefinementOnPreBeginPIEOverride) == 0x000731, "Member 'UHoudiniAssetComponent::bEnableProxyStaticMeshRefinementOnPreBeginPIEOverride' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, AssetId) == 0x000734, "Member 'UHoudiniAssetComponent::AssetId' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, NodeIdsToCook) == 0x000738, "Member 'UHoudiniAssetComponent::NodeIdsToCook' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, OutputNodeCookCounts) == 0x000748, "Member 'UHoudiniAssetComponent::OutputNodeCookCounts' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, DownstreamHoudiniAssets) == 0x000798, "Member 'UHoudiniAssetComponent::DownstreamHoudiniAssets' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, ComponentGUID) == 0x0007E8, "Member 'UHoudiniAssetComponent::ComponentGUID' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, HapiGUID) == 0x0007F8, "Member 'UHoudiniAssetComponent::HapiGUID' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, HapiAssetName) == 0x000808, "Member 'UHoudiniAssetComponent::HapiAssetName' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, AssetState) == 0x000818, "Member 'UHoudiniAssetComponent::AssetState' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, DebugLastAssetState) == 0x000819, "Member 'UHoudiniAssetComponent::DebugLastAssetState' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, AssetStateResult) == 0x00081A, "Member 'UHoudiniAssetComponent::AssetStateResult' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, SubAssetIndex) == 0x00081C, "Member 'UHoudiniAssetComponent::SubAssetIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, AssetCookCount) == 0x000820, "Member 'UHoudiniAssetComponent::AssetCookCount' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bHasBeenLoaded) == 0x000824, "Member 'UHoudiniAssetComponent::bHasBeenLoaded' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bHasBeenDuplicated) == 0x000825, "Member 'UHoudiniAssetComponent::bHasBeenDuplicated' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bPendingDelete) == 0x000826, "Member 'UHoudiniAssetComponent::bPendingDelete' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bRecookRequested) == 0x000827, "Member 'UHoudiniAssetComponent::bRecookRequested' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bRebuildRequested) == 0x000828, "Member 'UHoudiniAssetComponent::bRebuildRequested' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bEnableCooking) == 0x000829, "Member 'UHoudiniAssetComponent::bEnableCooking' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bForceNeedUpdate) == 0x00082A, "Member 'UHoudiniAssetComponent::bForceNeedUpdate' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bLastCookSuccess) == 0x00082B, "Member 'UHoudiniAssetComponent::bLastCookSuccess' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bParameterDefinitionUpdateNeeded) == 0x00082C, "Member 'UHoudiniAssetComponent::bParameterDefinitionUpdateNeeded' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bBlueprintStructureModified) == 0x00082D, "Member 'UHoudiniAssetComponent::bBlueprintStructureModified' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bBlueprintModified) == 0x00082E, "Member 'UHoudiniAssetComponent::bBlueprintModified' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, Parameters) == 0x000830, "Member 'UHoudiniAssetComponent::Parameters' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, Inputs) == 0x000840, "Member 'UHoudiniAssetComponent::Inputs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, Outputs) == 0x000850, "Member 'UHoudiniAssetComponent::Outputs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, BakedOutputs) == 0x000860, "Member 'UHoudiniAssetComponent::BakedOutputs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, UntrackedOutputs) == 0x000870, "Member 'UHoudiniAssetComponent::UntrackedOutputs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, HandleComponents) == 0x000880, "Member 'UHoudiniAssetComponent::HandleComponents' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bHasComponentTransformChanged) == 0x000890, "Member 'UHoudiniAssetComponent::bHasComponentTransformChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bFullyLoaded) == 0x000891, "Member 'UHoudiniAssetComponent::bFullyLoaded' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, PDGAssetLink) == 0x000898, "Member 'UHoudiniAssetComponent::PDGAssetLink' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, RefineMeshesTimer) == 0x0008A0, "Member 'UHoudiniAssetComponent::RefineMeshesTimer' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bNoProxyMeshNextCookRequested) == 0x0008C0, "Member 'UHoudiniAssetComponent::bNoProxyMeshNextCookRequested' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, InputPresets) == 0x0008C8, "Member 'UHoudiniAssetComponent::InputPresets' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bBakeAfterNextCook) == 0x000918, "Member 'UHoudiniAssetComponent::bBakeAfterNextCook' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bCachedIsPreview) == 0x000978, "Member 'UHoudiniAssetComponent::bCachedIsPreview' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, LastTickTime) == 0x000988, "Member 'UHoudiniAssetComponent::LastTickTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniAssetBlueprintComponent_HasParameter \ +static_assert(alignof(HoudiniAssetBlueprintComponent_HasParameter) == 0x000008, "Wrong alignment on HoudiniAssetBlueprintComponent_HasParameter"); \ +static_assert(sizeof(HoudiniAssetBlueprintComponent_HasParameter) == 0x000018, "Wrong size on HoudiniAssetBlueprintComponent_HasParameter"); \ +static_assert(offsetof(HoudiniAssetBlueprintComponent_HasParameter, Name_0) == 0x000000, "Member 'HoudiniAssetBlueprintComponent_HasParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(HoudiniAssetBlueprintComponent_HasParameter, ReturnValue) == 0x000010, "Member 'HoudiniAssetBlueprintComponent_HasParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniAssetBlueprintComponent_SetFloatParameter \ +static_assert(alignof(HoudiniAssetBlueprintComponent_SetFloatParameter) == 0x000008, "Wrong alignment on HoudiniAssetBlueprintComponent_SetFloatParameter"); \ +static_assert(sizeof(HoudiniAssetBlueprintComponent_SetFloatParameter) == 0x000018, "Wrong size on HoudiniAssetBlueprintComponent_SetFloatParameter"); \ +static_assert(offsetof(HoudiniAssetBlueprintComponent_SetFloatParameter, Name_0) == 0x000000, "Member 'HoudiniAssetBlueprintComponent_SetFloatParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(HoudiniAssetBlueprintComponent_SetFloatParameter, Value) == 0x000010, "Member 'HoudiniAssetBlueprintComponent_SetFloatParameter::Value' has a wrong offset!"); \ +static_assert(offsetof(HoudiniAssetBlueprintComponent_SetFloatParameter, Index_0) == 0x000014, "Member 'HoudiniAssetBlueprintComponent_SetFloatParameter::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniAssetBlueprintComponent_SetToggleValueAt \ +static_assert(alignof(HoudiniAssetBlueprintComponent_SetToggleValueAt) == 0x000008, "Wrong alignment on HoudiniAssetBlueprintComponent_SetToggleValueAt"); \ +static_assert(sizeof(HoudiniAssetBlueprintComponent_SetToggleValueAt) == 0x000018, "Wrong size on HoudiniAssetBlueprintComponent_SetToggleValueAt"); \ +static_assert(offsetof(HoudiniAssetBlueprintComponent_SetToggleValueAt, Name_0) == 0x000000, "Member 'HoudiniAssetBlueprintComponent_SetToggleValueAt::Name_0' has a wrong offset!"); \ +static_assert(offsetof(HoudiniAssetBlueprintComponent_SetToggleValueAt, Value) == 0x000010, "Member 'HoudiniAssetBlueprintComponent_SetToggleValueAt::Value' has a wrong offset!"); \ +static_assert(offsetof(HoudiniAssetBlueprintComponent_SetToggleValueAt, Index_0) == 0x000014, "Member 'HoudiniAssetBlueprintComponent_SetToggleValueAt::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetBlueprintComponent \ +static_assert(alignof(UHoudiniAssetBlueprintComponent) == 0x000010, "Wrong alignment on UHoudiniAssetBlueprintComponent"); \ +static_assert(sizeof(UHoudiniAssetBlueprintComponent) == 0x000AA0, "Wrong size on UHoudiniAssetBlueprintComponent"); \ +static_assert(offsetof(UHoudiniAssetBlueprintComponent, FauxBPProperty) == 0x0009F0, "Member 'UHoudiniAssetBlueprintComponent::FauxBPProperty' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetBlueprintComponent, bHoudiniAssetChanged) == 0x0009F1, "Member 'UHoudiniAssetBlueprintComponent::bHoudiniAssetChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetBlueprintComponent, bUpdatedFromTemplate) == 0x0009F2, "Member 'UHoudiniAssetBlueprintComponent::bUpdatedFromTemplate' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetBlueprintComponent, bIsInBlueprintEditor) == 0x0009F3, "Member 'UHoudiniAssetBlueprintComponent::bIsInBlueprintEditor' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetBlueprintComponent, bCanDeleteHoudiniNodes) == 0x0009F4, "Member 'UHoudiniAssetBlueprintComponent::bCanDeleteHoudiniNodes' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetBlueprintComponent, bHasRegisteredComponentTemplate) == 0x0009F5, "Member 'UHoudiniAssetBlueprintComponent::bHasRegisteredComponentTemplate' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetBlueprintComponent, CachedOutputNodes) == 0x000A00, "Member 'UHoudiniAssetBlueprintComponent::CachedOutputNodes' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetBlueprintComponent, CachedInputNodes) == 0x000A50, "Member 'UHoudiniAssetBlueprintComponent::CachedInputNodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameter \ +static_assert(alignof(UHoudiniAssetParameter) == 0x000008, "Wrong alignment on UHoudiniAssetParameter"); \ +static_assert(sizeof(UHoudiniAssetParameter) == 0x000088, "Wrong size on UHoudiniAssetParameter"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterButton \ +static_assert(alignof(UHoudiniAssetParameterButton) == 0x000008, "Wrong alignment on UHoudiniAssetParameterButton"); \ +static_assert(sizeof(UHoudiniAssetParameterButton) == 0x000088, "Wrong size on UHoudiniAssetParameterButton"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterChoice \ +static_assert(alignof(UHoudiniAssetParameterChoice) == 0x000008, "Wrong alignment on UHoudiniAssetParameterChoice"); \ +static_assert(sizeof(UHoudiniAssetParameterChoice) == 0x0000C0, "Wrong size on UHoudiniAssetParameterChoice"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterColor \ +static_assert(alignof(UHoudiniAssetParameterColor) == 0x000008, "Wrong alignment on UHoudiniAssetParameterColor"); \ +static_assert(sizeof(UHoudiniAssetParameterColor) == 0x000098, "Wrong size on UHoudiniAssetParameterColor"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterFile \ +static_assert(alignof(UHoudiniAssetParameterFile) == 0x000008, "Wrong alignment on UHoudiniAssetParameterFile"); \ +static_assert(sizeof(UHoudiniAssetParameterFile) == 0x0000B0, "Wrong size on UHoudiniAssetParameterFile"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterFloat \ +static_assert(alignof(UHoudiniAssetParameterFloat) == 0x000008, "Wrong alignment on UHoudiniAssetParameterFloat"); \ +static_assert(sizeof(UHoudiniAssetParameterFloat) == 0x0000C0, "Wrong size on UHoudiniAssetParameterFloat"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterFolder \ +static_assert(alignof(UHoudiniAssetParameterFolder) == 0x000008, "Wrong alignment on UHoudiniAssetParameterFolder"); \ +static_assert(sizeof(UHoudiniAssetParameterFolder) == 0x000088, "Wrong size on UHoudiniAssetParameterFolder"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterFolderList \ +static_assert(alignof(UHoudiniAssetParameterFolderList) == 0x000008, "Wrong alignment on UHoudiniAssetParameterFolderList"); \ +static_assert(sizeof(UHoudiniAssetParameterFolderList) == 0x000088, "Wrong size on UHoudiniAssetParameterFolderList"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterInt \ +static_assert(alignof(UHoudiniAssetParameterInt) == 0x000008, "Wrong alignment on UHoudiniAssetParameterInt"); \ +static_assert(sizeof(UHoudiniAssetParameterInt) == 0x0000B8, "Wrong size on UHoudiniAssetParameterInt"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterLabel \ +static_assert(alignof(UHoudiniAssetParameterLabel) == 0x000008, "Wrong alignment on UHoudiniAssetParameterLabel"); \ +static_assert(sizeof(UHoudiniAssetParameterLabel) == 0x000088, "Wrong size on UHoudiniAssetParameterLabel"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterMultiparm \ +static_assert(alignof(UHoudiniAssetParameterMultiparm) == 0x000008, "Wrong alignment on UHoudiniAssetParameterMultiparm"); \ +static_assert(sizeof(UHoudiniAssetParameterMultiparm) == 0x000090, "Wrong size on UHoudiniAssetParameterMultiparm"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterRamp \ +static_assert(alignof(UHoudiniAssetParameterRamp) == 0x000008, "Wrong alignment on UHoudiniAssetParameterRamp"); \ +static_assert(sizeof(UHoudiniAssetParameterRamp) == 0x0000A0, "Wrong size on UHoudiniAssetParameterRamp"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterSeparator \ +static_assert(alignof(UHoudiniAssetParameterSeparator) == 0x000008, "Wrong alignment on UHoudiniAssetParameterSeparator"); \ +static_assert(sizeof(UHoudiniAssetParameterSeparator) == 0x000088, "Wrong size on UHoudiniAssetParameterSeparator"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterString \ +static_assert(alignof(UHoudiniAssetParameterString) == 0x000008, "Wrong alignment on UHoudiniAssetParameterString"); \ +static_assert(sizeof(UHoudiniAssetParameterString) == 0x000098, "Wrong size on UHoudiniAssetParameterString"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterToggle \ +static_assert(alignof(UHoudiniAssetParameterToggle) == 0x000008, "Wrong alignment on UHoudiniAssetParameterToggle"); \ +static_assert(sizeof(UHoudiniAssetParameterToggle) == 0x000098, "Wrong size on UHoudiniAssetParameterToggle"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetComponentMaterials_V1 \ +static_assert(alignof(UHoudiniAssetComponentMaterials_V1) == 0x000008, "Wrong alignment on UHoudiniAssetComponentMaterials_V1"); \ +static_assert(sizeof(UHoudiniAssetComponentMaterials_V1) == 0x0000D0, "Wrong size on UHoudiniAssetComponentMaterials_V1"); \ + +#define DUMPER7_ASSERTS_UHoudiniHandleComponent_V1 \ +static_assert(alignof(UHoudiniHandleComponent_V1) == 0x000010, "Wrong alignment on UHoudiniHandleComponent_V1"); \ +static_assert(sizeof(UHoudiniHandleComponent_V1) == 0x0002C0, "Wrong size on UHoudiniHandleComponent_V1"); \ + +#define DUMPER7_ASSERTS_UHoudiniSplineComponent_V1 \ +static_assert(alignof(UHoudiniSplineComponent_V1) == 0x000010, "Wrong alignment on UHoudiniSplineComponent_V1"); \ +static_assert(sizeof(UHoudiniSplineComponent_V1) == 0x000320, "Wrong size on UHoudiniSplineComponent_V1"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetInput \ +static_assert(alignof(UHoudiniAssetInput) == 0x000008, "Wrong alignment on UHoudiniAssetInput"); \ +static_assert(sizeof(UHoudiniAssetInput) == 0x0001B0, "Wrong size on UHoudiniAssetInput"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetInstanceInput \ +static_assert(alignof(UHoudiniAssetInstanceInput) == 0x000008, "Wrong alignment on UHoudiniAssetInstanceInput"); \ +static_assert(sizeof(UHoudiniAssetInstanceInput) == 0x000170, "Wrong size on UHoudiniAssetInstanceInput"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetInstanceInputField \ +static_assert(alignof(UHoudiniAssetInstanceInputField) == 0x000008, "Wrong alignment on UHoudiniAssetInstanceInputField"); \ +static_assert(sizeof(UHoudiniAssetInstanceInputField) == 0x000190, "Wrong size on UHoudiniAssetInstanceInputField"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetComponent_V1 \ +static_assert(alignof(UHoudiniAssetComponent_V1) == 0x000010, "Wrong alignment on UHoudiniAssetComponent_V1"); \ +static_assert(sizeof(UHoudiniAssetComponent_V1) == 0x000A30, "Wrong size on UHoudiniAssetComponent_V1"); \ +static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedPhysMaterial) == 0x000508, "Member 'UHoudiniAssetComponent_V1::GeneratedPhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent_V1, DefaultBodyInstance) == 0x000510, "Member 'UHoudiniAssetComponent_V1::DefaultBodyInstance' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedCollisionTraceFlag) == 0x000678, "Member 'UHoudiniAssetComponent_V1::GeneratedCollisionTraceFlag' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedLightMapResolution) == 0x00067C, "Member 'UHoudiniAssetComponent_V1::GeneratedLightMapResolution' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedDistanceFieldResolutionScale) == 0x000680, "Member 'UHoudiniAssetComponent_V1::GeneratedDistanceFieldResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedWalkableSlopeOverride) == 0x000684, "Member 'UHoudiniAssetComponent_V1::GeneratedWalkableSlopeOverride' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedLightMapCoordinateIndex) == 0x000694, "Member 'UHoudiniAssetComponent_V1::GeneratedLightMapCoordinateIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedStreamingDistanceMultiplier) == 0x00069C, "Member 'UHoudiniAssetComponent_V1::GeneratedStreamingDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedFoliageDefaultSettings) == 0x0006A0, "Member 'UHoudiniAssetComponent_V1::GeneratedFoliageDefaultSettings' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedAssetUserData) == 0x0006A8, "Member 'UHoudiniAssetComponent_V1::GeneratedAssetUserData' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent_V1, BakeFolder) == 0x0006B8, "Member 'UHoudiniAssetComponent_V1::BakeFolder' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent_V1, TempCookFolder) == 0x0006D0, "Member 'UHoudiniAssetComponent_V1::TempCookFolder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInstancedActorComponent_V1 \ +static_assert(alignof(UHoudiniInstancedActorComponent_V1) == 0x000010, "Wrong alignment on UHoudiniInstancedActorComponent_V1"); \ +static_assert(sizeof(UHoudiniInstancedActorComponent_V1) == 0x000240, "Wrong size on UHoudiniInstancedActorComponent_V1"); \ + +#define DUMPER7_ASSERTS_UHoudiniMeshSplitInstancerComponent_V1 \ +static_assert(alignof(UHoudiniMeshSplitInstancerComponent_V1) == 0x000010, "Wrong alignment on UHoudiniMeshSplitInstancerComponent_V1"); \ +static_assert(sizeof(UHoudiniMeshSplitInstancerComponent_V1) == 0x000250, "Wrong size on UHoudiniMeshSplitInstancerComponent_V1"); \ + +#define DUMPER7_ASSERTS_IHoudiniEngineCopyPropertiesInterface \ +static_assert(alignof(IHoudiniEngineCopyPropertiesInterface) == 0x000001, "Wrong alignment on IHoudiniEngineCopyPropertiesInterface"); \ +static_assert(sizeof(IHoudiniEngineCopyPropertiesInterface) == 0x000001, "Wrong size on IHoudiniEngineCopyPropertiesInterface"); \ + +#define DUMPER7_ASSERTS_UHoudiniHandleParameter \ +static_assert(alignof(UHoudiniHandleParameter) == 0x000008, "Wrong alignment on UHoudiniHandleParameter"); \ +static_assert(sizeof(UHoudiniHandleParameter) == 0x000040, "Wrong size on UHoudiniHandleParameter"); \ +static_assert(offsetof(UHoudiniHandleParameter, AssetParameter) == 0x000030, "Member 'UHoudiniHandleParameter::AssetParameter' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniHandleParameter, TupleIndex) == 0x000038, "Member 'UHoudiniHandleParameter::TupleIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniHandleComponent \ +static_assert(alignof(UHoudiniHandleComponent) == 0x000010, "Wrong alignment on UHoudiniHandleComponent"); \ +static_assert(sizeof(UHoudiniHandleComponent) == 0x000260, "Wrong size on UHoudiniHandleComponent"); \ +static_assert(offsetof(UHoudiniHandleComponent, XformParms) == 0x000228, "Member 'UHoudiniHandleComponent::XformParms' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniHandleComponent, RSTParm) == 0x000238, "Member 'UHoudiniHandleComponent::RSTParm' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniHandleComponent, RotOrderParm) == 0x000240, "Member 'UHoudiniHandleComponent::RotOrderParm' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniHandleComponent, HandleType) == 0x000248, "Member 'UHoudiniHandleComponent::HandleType' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniHandleComponent, HandleName) == 0x000250, "Member 'UHoudiniHandleComponent::HandleName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInput \ +static_assert(alignof(UHoudiniInput) == 0x000008, "Wrong alignment on UHoudiniInput"); \ +static_assert(sizeof(UHoudiniInput) == 0x000200, "Wrong size on UHoudiniInput"); \ +static_assert(offsetof(UHoudiniInput, Name_0) == 0x000030, "Member 'UHoudiniInput::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, Label) == 0x000040, "Member 'UHoudiniInput::Label' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, Type) == 0x000050, "Member 'UHoudiniInput::Type' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, PreviousType) == 0x000051, "Member 'UHoudiniInput::PreviousType' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, AssetNodeId) == 0x000054, "Member 'UHoudiniInput::AssetNodeId' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, InputNodeId) == 0x000058, "Member 'UHoudiniInput::InputNodeId' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, InputIndex) == 0x00005C, "Member 'UHoudiniInput::InputIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, ParmId) == 0x000060, "Member 'UHoudiniInput::ParmId' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bIsObjectPathParameter) == 0x000064, "Member 'UHoudiniInput::bIsObjectPathParameter' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, CreatedDataNodeIds) == 0x000068, "Member 'UHoudiniInput::CreatedDataNodeIds' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bHasChanged) == 0x000078, "Member 'UHoudiniInput::bHasChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bNeedsToTriggerUpdate) == 0x000079, "Member 'UHoudiniInput::bNeedsToTriggerUpdate' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, Help) == 0x000080, "Member 'UHoudiniInput::Help' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, KeepWorldTransform) == 0x000090, "Member 'UHoudiniInput::KeepWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bPackBeforeMerge) == 0x000091, "Member 'UHoudiniInput::bPackBeforeMerge' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bImportAsReference) == 0x000092, "Member 'UHoudiniInput::bImportAsReference' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bImportAsReferenceRotScaleEnabled) == 0x000093, "Member 'UHoudiniInput::bImportAsReferenceRotScaleEnabled' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bExportLODs) == 0x000094, "Member 'UHoudiniInput::bExportLODs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bExportSockets) == 0x000095, "Member 'UHoudiniInput::bExportSockets' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bExportColliders) == 0x000096, "Member 'UHoudiniInput::bExportColliders' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bCookOnCurveChanged) == 0x000097, "Member 'UHoudiniInput::bCookOnCurveChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, GeometryInputObjects) == 0x000098, "Member 'UHoudiniInput::GeometryInputObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bStaticMeshChanged) == 0x0000A8, "Member 'UHoudiniInput::bStaticMeshChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, AssetInputObjects) == 0x0000B0, "Member 'UHoudiniInput::AssetInputObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bInputAssetConnectedInHoudini) == 0x0000C0, "Member 'UHoudiniInput::bInputAssetConnectedInHoudini' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, CurveInputObjects) == 0x0000C8, "Member 'UHoudiniInput::CurveInputObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, DefaultCurveOffset) == 0x0000D8, "Member 'UHoudiniInput::DefaultCurveOffset' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bAddRotAndScaleAttributesOnCurves) == 0x0000DC, "Member 'UHoudiniInput::bAddRotAndScaleAttributesOnCurves' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, LandscapeInputObjects) == 0x0000E0, "Member 'UHoudiniInput::LandscapeInputObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeHasExportTypeChanged) == 0x0000F0, "Member 'UHoudiniInput::bLandscapeHasExportTypeChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, WorldInputObjects) == 0x0000F8, "Member 'UHoudiniInput::WorldInputObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, WorldInputBoundSelectorObjects) == 0x000108, "Member 'UHoudiniInput::WorldInputBoundSelectorObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bIsWorldInputBoundSelector) == 0x000118, "Member 'UHoudiniInput::bIsWorldInputBoundSelector' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bWorldInputBoundSelectorAutoUpdate) == 0x000119, "Member 'UHoudiniInput::bWorldInputBoundSelectorAutoUpdate' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, UnrealSplineResolution) == 0x00011C, "Member 'UHoudiniInput::UnrealSplineResolution' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, SkeletalInputObjects) == 0x000120, "Member 'UHoudiniInput::SkeletalInputObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, LandscapeSelectedComponents) == 0x000130, "Member 'UHoudiniInput::LandscapeSelectedComponents' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, InputNodesPendingDelete) == 0x000180, "Member 'UHoudiniInput::InputNodesPendingDelete' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, LastInsertedInputs) == 0x0001D0, "Member 'UHoudiniInput::LastInsertedInputs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, LastUndoDeletedInputs) == 0x0001E0, "Member 'UHoudiniInput::LastUndoDeletedInputs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bUpdateInputLandscape) == 0x0001F0, "Member 'UHoudiniInput::bUpdateInputLandscape' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, LandscapeExportType) == 0x0001F1, "Member 'UHoudiniInput::LandscapeExportType' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeExportSelectionOnly) == 0x0001F2, "Member 'UHoudiniInput::bLandscapeExportSelectionOnly' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeAutoSelectComponent) == 0x0001F3, "Member 'UHoudiniInput::bLandscapeAutoSelectComponent' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeExportMaterials) == 0x0001F4, "Member 'UHoudiniInput::bLandscapeExportMaterials' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeExportLighting) == 0x0001F5, "Member 'UHoudiniInput::bLandscapeExportLighting' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeExportNormalizedUVs) == 0x0001F6, "Member 'UHoudiniInput::bLandscapeExportNormalizedUVs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeExportTileUVs) == 0x0001F7, "Member 'UHoudiniInput::bLandscapeExportTileUVs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bCanDeleteHoudiniNodes) == 0x0001F8, "Member 'UHoudiniInput::bCanDeleteHoudiniNodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputObject \ +static_assert(alignof(UHoudiniInputObject) == 0x000010, "Wrong alignment on UHoudiniInputObject"); \ +static_assert(sizeof(UHoudiniInputObject) == 0x0000C0, "Wrong size on UHoudiniInputObject"); \ +static_assert(offsetof(UHoudiniInputObject, InputObject) == 0x000030, "Member 'UHoudiniInputObject::InputObject' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, Transform) == 0x000060, "Member 'UHoudiniInputObject::Transform' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, Type) == 0x000090, "Member 'UHoudiniInputObject::Type' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, InputNodeId) == 0x000094, "Member 'UHoudiniInputObject::InputNodeId' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, InputObjectNodeId) == 0x000098, "Member 'UHoudiniInputObject::InputObjectNodeId' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, Guid) == 0x00009C, "Member 'UHoudiniInputObject::Guid' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, bHasChanged) == 0x0000AC, "Member 'UHoudiniInputObject::bHasChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, bNeedsToTriggerUpdate) == 0x0000AD, "Member 'UHoudiniInputObject::bNeedsToTriggerUpdate' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, bTransformChanged) == 0x0000AE, "Member 'UHoudiniInputObject::bTransformChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, bImportAsReference) == 0x0000AF, "Member 'UHoudiniInputObject::bImportAsReference' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, bImportAsReferenceRotScaleEnabled) == 0x0000B0, "Member 'UHoudiniInputObject::bImportAsReferenceRotScaleEnabled' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, bCanDeleteHoudiniNodes) == 0x0000B1, "Member 'UHoudiniInputObject::bCanDeleteHoudiniNodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputStaticMesh \ +static_assert(alignof(UHoudiniInputStaticMesh) == 0x000010, "Wrong alignment on UHoudiniInputStaticMesh"); \ +static_assert(sizeof(UHoudiniInputStaticMesh) == 0x0000D0, "Wrong size on UHoudiniInputStaticMesh"); \ +static_assert(offsetof(UHoudiniInputStaticMesh, BlueprintStaticMeshes) == 0x0000B8, "Member 'UHoudiniInputStaticMesh::BlueprintStaticMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputSkeletalMesh \ +static_assert(alignof(UHoudiniInputSkeletalMesh) == 0x000010, "Wrong alignment on UHoudiniInputSkeletalMesh"); \ +static_assert(sizeof(UHoudiniInputSkeletalMesh) == 0x0000C0, "Wrong size on UHoudiniInputSkeletalMesh"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputSceneComponent \ +static_assert(alignof(UHoudiniInputSceneComponent) == 0x000010, "Wrong alignment on UHoudiniInputSceneComponent"); \ +static_assert(sizeof(UHoudiniInputSceneComponent) == 0x0000F0, "Wrong size on UHoudiniInputSceneComponent"); \ +static_assert(offsetof(UHoudiniInputSceneComponent, ActorTransform) == 0x0000C0, "Member 'UHoudiniInputSceneComponent::ActorTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputMeshComponent \ +static_assert(alignof(UHoudiniInputMeshComponent) == 0x000010, "Wrong alignment on UHoudiniInputMeshComponent"); \ +static_assert(sizeof(UHoudiniInputMeshComponent) == 0x000130, "Wrong size on UHoudiniInputMeshComponent"); \ +static_assert(offsetof(UHoudiniInputMeshComponent, StaticMesh) == 0x0000F0, "Member 'UHoudiniInputMeshComponent::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputMeshComponent, MeshComponentsMaterials) == 0x000120, "Member 'UHoudiniInputMeshComponent::MeshComponentsMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputInstancedMeshComponent \ +static_assert(alignof(UHoudiniInputInstancedMeshComponent) == 0x000010, "Wrong alignment on UHoudiniInputInstancedMeshComponent"); \ +static_assert(sizeof(UHoudiniInputInstancedMeshComponent) == 0x000140, "Wrong size on UHoudiniInputInstancedMeshComponent"); \ +static_assert(offsetof(UHoudiniInputInstancedMeshComponent, InstanceTransforms) == 0x000130, "Member 'UHoudiniInputInstancedMeshComponent::InstanceTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputSplineComponent \ +static_assert(alignof(UHoudiniInputSplineComponent) == 0x000010, "Wrong alignment on UHoudiniInputSplineComponent"); \ +static_assert(sizeof(UHoudiniInputSplineComponent) == 0x000110, "Wrong size on UHoudiniInputSplineComponent"); \ +static_assert(offsetof(UHoudiniInputSplineComponent, NumberOfSplineControlPoints) == 0x0000F0, "Member 'UHoudiniInputSplineComponent::NumberOfSplineControlPoints' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputSplineComponent, SplineLength) == 0x0000F4, "Member 'UHoudiniInputSplineComponent::SplineLength' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputSplineComponent, SplineResolution) == 0x0000F8, "Member 'UHoudiniInputSplineComponent::SplineResolution' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputSplineComponent, SplineClosed) == 0x0000FC, "Member 'UHoudiniInputSplineComponent::SplineClosed' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputSplineComponent, SplineControlPoints) == 0x000100, "Member 'UHoudiniInputSplineComponent::SplineControlPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputHoudiniSplineComponent \ +static_assert(alignof(UHoudiniInputHoudiniSplineComponent) == 0x000010, "Wrong alignment on UHoudiniInputHoudiniSplineComponent"); \ +static_assert(sizeof(UHoudiniInputHoudiniSplineComponent) == 0x0000D0, "Wrong size on UHoudiniInputHoudiniSplineComponent"); \ +static_assert(offsetof(UHoudiniInputHoudiniSplineComponent, CurveType) == 0x0000B8, "Member 'UHoudiniInputHoudiniSplineComponent::CurveType' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputHoudiniSplineComponent, CurveMethod) == 0x0000B9, "Member 'UHoudiniInputHoudiniSplineComponent::CurveMethod' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputHoudiniSplineComponent, Reversed) == 0x0000BA, "Member 'UHoudiniInputHoudiniSplineComponent::Reversed' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputHoudiniSplineComponent, CachedComponent) == 0x0000C0, "Member 'UHoudiniInputHoudiniSplineComponent::CachedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputCameraComponent \ +static_assert(alignof(UHoudiniInputCameraComponent) == 0x000010, "Wrong alignment on UHoudiniInputCameraComponent"); \ +static_assert(sizeof(UHoudiniInputCameraComponent) == 0x000110, "Wrong size on UHoudiniInputCameraComponent"); \ +static_assert(offsetof(UHoudiniInputCameraComponent, FOV) == 0x0000F0, "Member 'UHoudiniInputCameraComponent::FOV' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputCameraComponent, AspectRatio) == 0x0000F4, "Member 'UHoudiniInputCameraComponent::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputCameraComponent, bIsOrthographic) == 0x0000F8, "Member 'UHoudiniInputCameraComponent::bIsOrthographic' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputCameraComponent, OrthoWidth) == 0x0000FC, "Member 'UHoudiniInputCameraComponent::OrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputCameraComponent, OrthoNearClipPlane) == 0x000100, "Member 'UHoudiniInputCameraComponent::OrthoNearClipPlane' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputCameraComponent, OrthoFarClipPlane) == 0x000104, "Member 'UHoudiniInputCameraComponent::OrthoFarClipPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputHoudiniAsset \ +static_assert(alignof(UHoudiniInputHoudiniAsset) == 0x000010, "Wrong alignment on UHoudiniInputHoudiniAsset"); \ +static_assert(sizeof(UHoudiniInputHoudiniAsset) == 0x0000C0, "Wrong size on UHoudiniInputHoudiniAsset"); \ +static_assert(offsetof(UHoudiniInputHoudiniAsset, AssetOutputIndex) == 0x0000B8, "Member 'UHoudiniInputHoudiniAsset::AssetOutputIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputActor \ +static_assert(alignof(UHoudiniInputActor) == 0x000010, "Wrong alignment on UHoudiniInputActor"); \ +static_assert(sizeof(UHoudiniInputActor) == 0x000120, "Wrong size on UHoudiniInputActor"); \ +static_assert(offsetof(UHoudiniInputActor, ActorComponents) == 0x0000B8, "Member 'UHoudiniInputActor::ActorComponents' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputActor, ActorSceneComponents) == 0x0000C8, "Member 'UHoudiniInputActor::ActorSceneComponents' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputActor, LastUpdateNumComponentsAdded) == 0x000118, "Member 'UHoudiniInputActor::LastUpdateNumComponentsAdded' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputActor, LastUpdateNumComponentsRemoved) == 0x00011C, "Member 'UHoudiniInputActor::LastUpdateNumComponentsRemoved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputLandscape \ +static_assert(alignof(UHoudiniInputLandscape) == 0x000010, "Wrong alignment on UHoudiniInputLandscape"); \ +static_assert(sizeof(UHoudiniInputLandscape) == 0x000150, "Wrong size on UHoudiniInputLandscape"); \ +static_assert(offsetof(UHoudiniInputLandscape, CachedInputLandscapeTraqnsform) == 0x000120, "Member 'UHoudiniInputLandscape::CachedInputLandscapeTraqnsform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputBrush \ +static_assert(alignof(UHoudiniInputBrush) == 0x000010, "Wrong alignment on UHoudiniInputBrush"); \ +static_assert(sizeof(UHoudiniInputBrush) == 0x000140, "Wrong size on UHoudiniInputBrush"); \ +static_assert(offsetof(UHoudiniInputBrush, BrushesInfo) == 0x000120, "Member 'UHoudiniInputBrush::BrushesInfo' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputBrush, CombinedModel) == 0x000130, "Member 'UHoudiniInputBrush::CombinedModel' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputBrush, bIgnoreInputObject) == 0x000138, "Member 'UHoudiniInputBrush::bIgnoreInputObject' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputBrush, CachedInputBrushType) == 0x000139, "Member 'UHoudiniInputBrush::CachedInputBrushType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputDataTable \ +static_assert(alignof(UHoudiniInputDataTable) == 0x000010, "Wrong alignment on UHoudiniInputDataTable"); \ +static_assert(sizeof(UHoudiniInputDataTable) == 0x0000C0, "Wrong size on UHoudiniInputDataTable"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputFoliageType_InstancedStaticMesh \ +static_assert(alignof(UHoudiniInputFoliageType_InstancedStaticMesh) == 0x000010, "Wrong alignment on UHoudiniInputFoliageType_InstancedStaticMesh"); \ +static_assert(sizeof(UHoudiniInputFoliageType_InstancedStaticMesh) == 0x0000D0, "Wrong size on UHoudiniInputFoliageType_InstancedStaticMesh"); \ + +#define DUMPER7_ASSERTS_UHoudiniInstancedActorComponent \ +static_assert(alignof(UHoudiniInstancedActorComponent) == 0x000010, "Wrong alignment on UHoudiniInstancedActorComponent"); \ +static_assert(sizeof(UHoudiniInstancedActorComponent) == 0x000240, "Wrong size on UHoudiniInstancedActorComponent"); \ +static_assert(offsetof(UHoudiniInstancedActorComponent, InstancedObject) == 0x000228, "Member 'UHoudiniInstancedActorComponent::InstancedObject' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInstancedActorComponent, InstancedActors) == 0x000230, "Member 'UHoudiniInstancedActorComponent::InstancedActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniMeshSplitInstancerComponent \ +static_assert(alignof(UHoudiniMeshSplitInstancerComponent) == 0x000010, "Wrong alignment on UHoudiniMeshSplitInstancerComponent"); \ +static_assert(sizeof(UHoudiniMeshSplitInstancerComponent) == 0x000250, "Wrong size on UHoudiniMeshSplitInstancerComponent"); \ +static_assert(offsetof(UHoudiniMeshSplitInstancerComponent, Instances) == 0x000228, "Member 'UHoudiniMeshSplitInstancerComponent::Instances' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniMeshSplitInstancerComponent, OverrideMaterials) == 0x000238, "Member 'UHoudiniMeshSplitInstancerComponent::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniMeshSplitInstancerComponent, InstancedMesh) == 0x000248, "Member 'UHoudiniMeshSplitInstancerComponent::InstancedMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniLandscapePtr \ +static_assert(alignof(UHoudiniLandscapePtr) == 0x000008, "Wrong alignment on UHoudiniLandscapePtr"); \ +static_assert(sizeof(UHoudiniLandscapePtr) == 0x000070, "Wrong size on UHoudiniLandscapePtr"); \ +static_assert(offsetof(UHoudiniLandscapePtr, LandscapeSoftPtr) == 0x000030, "Member 'UHoudiniLandscapePtr::LandscapeSoftPtr' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapePtr, BakeType) == 0x000060, "Member 'UHoudiniLandscapePtr::BakeType' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapePtr, EditLayerName) == 0x000064, "Member 'UHoudiniLandscapePtr::EditLayerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniLandscapeEditLayer \ +static_assert(alignof(UHoudiniLandscapeEditLayer) == 0x000008, "Wrong alignment on UHoudiniLandscapeEditLayer"); \ +static_assert(sizeof(UHoudiniLandscapeEditLayer) == 0x000070, "Wrong size on UHoudiniLandscapeEditLayer"); \ +static_assert(offsetof(UHoudiniLandscapeEditLayer, LandscapeSoftPtr) == 0x000030, "Member 'UHoudiniLandscapeEditLayer::LandscapeSoftPtr' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeEditLayer, LayerName) == 0x000060, "Member 'UHoudiniLandscapeEditLayer::LayerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniOutput \ +static_assert(alignof(UHoudiniOutput) == 0x000008, "Wrong alignment on UHoudiniOutput"); \ +static_assert(sizeof(UHoudiniOutput) == 0x0001B8, "Wrong size on UHoudiniOutput"); \ +static_assert(offsetof(UHoudiniOutput, Type) == 0x000030, "Member 'UHoudiniOutput::Type' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, HoudiniGeoPartObjects) == 0x000038, "Member 'UHoudiniOutput::HoudiniGeoPartObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, OutputObjects) == 0x000048, "Member 'UHoudiniOutput::OutputObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, InstancedOutputs) == 0x000098, "Member 'UHoudiniOutput::InstancedOutputs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, AssignementMaterials) == 0x0000E8, "Member 'UHoudiniOutput::AssignementMaterials' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, ReplacementMaterials) == 0x000138, "Member 'UHoudiniOutput::ReplacementMaterials' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, bLandscapeWorldComposition) == 0x00018C, "Member 'UHoudiniOutput::bLandscapeWorldComposition' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, HoudiniCreatedSocketActors) == 0x000190, "Member 'UHoudiniOutput::HoudiniCreatedSocketActors' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, HoudiniAttachedSocketActors) == 0x0001A0, "Member 'UHoudiniOutput::HoudiniAttachedSocketActors' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, bIsEditableNode) == 0x0001B0, "Member 'UHoudiniOutput::bIsEditableNode' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, bHasEditableNodeBuilt) == 0x0001B1, "Member 'UHoudiniOutput::bHasEditableNodeBuilt' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, bIsUpdating) == 0x0001B2, "Member 'UHoudiniOutput::bIsUpdating' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, bCanDeleteHoudiniNodes) == 0x0001B3, "Member 'UHoudiniOutput::bCanDeleteHoudiniNodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameter \ +static_assert(alignof(UHoudiniParameter) == 0x000008, "Wrong alignment on UHoudiniParameter"); \ +static_assert(sizeof(UHoudiniParameter) == 0x000110, "Wrong size on UHoudiniParameter"); \ +static_assert(offsetof(UHoudiniParameter, Name_0) == 0x000030, "Member 'UHoudiniParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, Label) == 0x000040, "Member 'UHoudiniParameter::Label' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, ParmType) == 0x000050, "Member 'UHoudiniParameter::ParmType' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, TupleSize) == 0x000054, "Member 'UHoudiniParameter::TupleSize' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, NodeId) == 0x000058, "Member 'UHoudiniParameter::NodeId' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, ParmId) == 0x00005C, "Member 'UHoudiniParameter::ParmId' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, ParentParmId) == 0x000060, "Member 'UHoudiniParameter::ParentParmId' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, ChildIndex) == 0x000064, "Member 'UHoudiniParameter::ChildIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bIsVisible) == 0x000068, "Member 'UHoudiniParameter::bIsVisible' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bIsParentFolderVisible) == 0x000069, "Member 'UHoudiniParameter::bIsParentFolderVisible' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bIsDisabled) == 0x00006A, "Member 'UHoudiniParameter::bIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bHasChanged) == 0x00006B, "Member 'UHoudiniParameter::bHasChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bNeedsToTriggerUpdate) == 0x00006C, "Member 'UHoudiniParameter::bNeedsToTriggerUpdate' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bIsDefault) == 0x00006D, "Member 'UHoudiniParameter::bIsDefault' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bIsSpare) == 0x00006E, "Member 'UHoudiniParameter::bIsSpare' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bJoinNext) == 0x00006F, "Member 'UHoudiniParameter::bJoinNext' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bIsChildOfMultiParm) == 0x000070, "Member 'UHoudiniParameter::bIsChildOfMultiParm' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bIsDirectChildOfMultiParm) == 0x000071, "Member 'UHoudiniParameter::bIsDirectChildOfMultiParm' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bPendingRevertToDefault) == 0x000072, "Member 'UHoudiniParameter::bPendingRevertToDefault' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, TuplePendingRevertToDefault) == 0x000078, "Member 'UHoudiniParameter::TuplePendingRevertToDefault' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, Help) == 0x000088, "Member 'UHoudiniParameter::Help' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, TagCount) == 0x000098, "Member 'UHoudiniParameter::TagCount' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, ValueIndex) == 0x00009C, "Member 'UHoudiniParameter::ValueIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bHasExpression) == 0x0000A0, "Member 'UHoudiniParameter::bHasExpression' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bShowExpression) == 0x0000A1, "Member 'UHoudiniParameter::bShowExpression' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, ParamExpression) == 0x0000A8, "Member 'UHoudiniParameter::ParamExpression' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, Tags) == 0x0000B8, "Member 'UHoudiniParameter::Tags' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bAutoUpdate) == 0x000108, "Member 'UHoudiniParameter::bAutoUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterButton \ +static_assert(alignof(UHoudiniParameterButton) == 0x000008, "Wrong alignment on UHoudiniParameterButton"); \ +static_assert(sizeof(UHoudiniParameterButton) == 0x000110, "Wrong size on UHoudiniParameterButton"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterButtonStrip \ +static_assert(alignof(UHoudiniParameterButtonStrip) == 0x000008, "Wrong alignment on UHoudiniParameterButtonStrip"); \ +static_assert(sizeof(UHoudiniParameterButtonStrip) == 0x000138, "Wrong size on UHoudiniParameterButtonStrip"); \ +static_assert(offsetof(UHoudiniParameterButtonStrip, Count) == 0x000110, "Member 'UHoudiniParameterButtonStrip::Count' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterButtonStrip, Labels) == 0x000118, "Member 'UHoudiniParameterButtonStrip::Labels' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterButtonStrip, Values) == 0x000128, "Member 'UHoudiniParameterButtonStrip::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterChoice \ +static_assert(alignof(UHoudiniParameterChoice) == 0x000008, "Wrong alignment on UHoudiniParameterChoice"); \ +static_assert(sizeof(UHoudiniParameterChoice) == 0x000180, "Wrong size on UHoudiniParameterChoice"); \ +static_assert(offsetof(UHoudiniParameterChoice, IntValue) == 0x000110, "Member 'UHoudiniParameterChoice::IntValue' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterChoice, DefaultIntValue) == 0x000114, "Member 'UHoudiniParameterChoice::DefaultIntValue' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterChoice, StringValue) == 0x000118, "Member 'UHoudiniParameterChoice::StringValue' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterChoice, DefaultStringValue) == 0x000128, "Member 'UHoudiniParameterChoice::DefaultStringValue' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterChoice, StringChoiceValues) == 0x000138, "Member 'UHoudiniParameterChoice::StringChoiceValues' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterChoice, StringChoiceLabels) == 0x000148, "Member 'UHoudiniParameterChoice::StringChoiceLabels' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterChoice, bIsChildOfRamp) == 0x000168, "Member 'UHoudiniParameterChoice::bIsChildOfRamp' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterChoice, IntValuesArray) == 0x000170, "Member 'UHoudiniParameterChoice::IntValuesArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterColor \ +static_assert(alignof(UHoudiniParameterColor) == 0x000008, "Wrong alignment on UHoudiniParameterColor"); \ +static_assert(sizeof(UHoudiniParameterColor) == 0x000138, "Wrong size on UHoudiniParameterColor"); \ +static_assert(offsetof(UHoudiniParameterColor, Color) == 0x000110, "Member 'UHoudiniParameterColor::Color' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterColor, DefaultColor) == 0x000120, "Member 'UHoudiniParameterColor::DefaultColor' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterColor, bIsChildOfRamp) == 0x000130, "Member 'UHoudiniParameterColor::bIsChildOfRamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterFile \ +static_assert(alignof(UHoudiniParameterFile) == 0x000008, "Wrong alignment on UHoudiniParameterFile"); \ +static_assert(sizeof(UHoudiniParameterFile) == 0x000148, "Wrong size on UHoudiniParameterFile"); \ +static_assert(offsetof(UHoudiniParameterFile, Values) == 0x000110, "Member 'UHoudiniParameterFile::Values' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFile, DefaultValues) == 0x000120, "Member 'UHoudiniParameterFile::DefaultValues' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFile, Filters) == 0x000130, "Member 'UHoudiniParameterFile::Filters' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFile, bIsReadOnly) == 0x000140, "Member 'UHoudiniParameterFile::bIsReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterFloat \ +static_assert(alignof(UHoudiniParameterFloat) == 0x000008, "Wrong alignment on UHoudiniParameterFloat"); \ +static_assert(sizeof(UHoudiniParameterFloat) == 0x000160, "Wrong size on UHoudiniParameterFloat"); \ +static_assert(offsetof(UHoudiniParameterFloat, Values) == 0x000110, "Member 'UHoudiniParameterFloat::Values' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, DefaultValues) == 0x000120, "Member 'UHoudiniParameterFloat::DefaultValues' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, Unit) == 0x000130, "Member 'UHoudiniParameterFloat::Unit' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, bNoSwap) == 0x000140, "Member 'UHoudiniParameterFloat::bNoSwap' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, bHasMin) == 0x000141, "Member 'UHoudiniParameterFloat::bHasMin' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, bHasMax) == 0x000142, "Member 'UHoudiniParameterFloat::bHasMax' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, bHasUIMin) == 0x000143, "Member 'UHoudiniParameterFloat::bHasUIMin' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, bHasUIMax) == 0x000144, "Member 'UHoudiniParameterFloat::bHasUIMax' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, bIsLogarithmic) == 0x000145, "Member 'UHoudiniParameterFloat::bIsLogarithmic' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, Min) == 0x000148, "Member 'UHoudiniParameterFloat::Min' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, Max) == 0x00014C, "Member 'UHoudiniParameterFloat::Max' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, UIMin) == 0x000150, "Member 'UHoudiniParameterFloat::UIMin' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, UIMax) == 0x000154, "Member 'UHoudiniParameterFloat::UIMax' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, bIsChildOfRamp) == 0x000158, "Member 'UHoudiniParameterFloat::bIsChildOfRamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterFolder \ +static_assert(alignof(UHoudiniParameterFolder) == 0x000008, "Wrong alignment on UHoudiniParameterFolder"); \ +static_assert(sizeof(UHoudiniParameterFolder) == 0x000120, "Wrong size on UHoudiniParameterFolder"); \ +static_assert(offsetof(UHoudiniParameterFolder, FolderType) == 0x000110, "Member 'UHoudiniParameterFolder::FolderType' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFolder, bExpanded) == 0x000111, "Member 'UHoudiniParameterFolder::bExpanded' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFolder, bChosen) == 0x000112, "Member 'UHoudiniParameterFolder::bChosen' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFolder, ChildCounter) == 0x000114, "Member 'UHoudiniParameterFolder::ChildCounter' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFolder, bIsContentShown) == 0x000118, "Member 'UHoudiniParameterFolder::bIsContentShown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterFolderList \ +static_assert(alignof(UHoudiniParameterFolderList) == 0x000008, "Wrong alignment on UHoudiniParameterFolderList"); \ +static_assert(sizeof(UHoudiniParameterFolderList) == 0x000128, "Wrong size on UHoudiniParameterFolderList"); \ +static_assert(offsetof(UHoudiniParameterFolderList, bIsTabMenu) == 0x000110, "Member 'UHoudiniParameterFolderList::bIsTabMenu' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFolderList, bIsTabsShown) == 0x000111, "Member 'UHoudiniParameterFolderList::bIsTabsShown' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFolderList, TabFolders) == 0x000118, "Member 'UHoudiniParameterFolderList::TabFolders' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterInt \ +static_assert(alignof(UHoudiniParameterInt) == 0x000008, "Wrong alignment on UHoudiniParameterInt"); \ +static_assert(sizeof(UHoudiniParameterInt) == 0x000158, "Wrong size on UHoudiniParameterInt"); \ +static_assert(offsetof(UHoudiniParameterInt, Values) == 0x000110, "Member 'UHoudiniParameterInt::Values' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterInt, DefaultValues) == 0x000120, "Member 'UHoudiniParameterInt::DefaultValues' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterInt, Unit) == 0x000130, "Member 'UHoudiniParameterInt::Unit' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterInt, bHasMin) == 0x000140, "Member 'UHoudiniParameterInt::bHasMin' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterInt, bHasMax) == 0x000141, "Member 'UHoudiniParameterInt::bHasMax' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterInt, bHasUIMin) == 0x000142, "Member 'UHoudiniParameterInt::bHasUIMin' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterInt, bHasUIMax) == 0x000143, "Member 'UHoudiniParameterInt::bHasUIMax' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterInt, bIsLogarithmic) == 0x000144, "Member 'UHoudiniParameterInt::bIsLogarithmic' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterInt, Min) == 0x000148, "Member 'UHoudiniParameterInt::Min' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterInt, Max) == 0x00014C, "Member 'UHoudiniParameterInt::Max' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterInt, UIMin) == 0x000150, "Member 'UHoudiniParameterInt::UIMin' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterInt, UIMax) == 0x000154, "Member 'UHoudiniParameterInt::UIMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterLabel \ +static_assert(alignof(UHoudiniParameterLabel) == 0x000008, "Wrong alignment on UHoudiniParameterLabel"); \ +static_assert(sizeof(UHoudiniParameterLabel) == 0x000120, "Wrong size on UHoudiniParameterLabel"); \ +static_assert(offsetof(UHoudiniParameterLabel, LabelStrings) == 0x000110, "Member 'UHoudiniParameterLabel::LabelStrings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterMultiParm \ +static_assert(alignof(UHoudiniParameterMultiParm) == 0x000008, "Wrong alignment on UHoudiniParameterMultiParm"); \ +static_assert(sizeof(UHoudiniParameterMultiParm) == 0x000158, "Wrong size on UHoudiniParameterMultiParm"); \ +static_assert(offsetof(UHoudiniParameterMultiParm, bIsShown) == 0x000110, "Member 'UHoudiniParameterMultiParm::bIsShown' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterMultiParm, Value) == 0x000114, "Member 'UHoudiniParameterMultiParm::Value' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterMultiParm, TemplateName) == 0x000118, "Member 'UHoudiniParameterMultiParm::TemplateName' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterMultiParm, MultiparmValue) == 0x000128, "Member 'UHoudiniParameterMultiParm::MultiparmValue' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterMultiParm, MultiParmInstanceNum) == 0x00012C, "Member 'UHoudiniParameterMultiParm::MultiParmInstanceNum' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterMultiParm, MultiParmInstanceLength) == 0x000130, "Member 'UHoudiniParameterMultiParm::MultiParmInstanceLength' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterMultiParm, MultiParmInstanceCount) == 0x000134, "Member 'UHoudiniParameterMultiParm::MultiParmInstanceCount' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterMultiParm, InstanceStartOffset) == 0x000138, "Member 'UHoudiniParameterMultiParm::InstanceStartOffset' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterMultiParm, MultiParmInstanceLastModifyArray) == 0x000140, "Member 'UHoudiniParameterMultiParm::MultiParmInstanceLastModifyArray' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterMultiParm, DefaultInstanceCount) == 0x000150, "Member 'UHoudiniParameterMultiParm::DefaultInstanceCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterOperatorPath \ +static_assert(alignof(UHoudiniParameterOperatorPath) == 0x000008, "Wrong alignment on UHoudiniParameterOperatorPath"); \ +static_assert(sizeof(UHoudiniParameterOperatorPath) == 0x000118, "Wrong size on UHoudiniParameterOperatorPath"); \ +static_assert(offsetof(UHoudiniParameterOperatorPath, HoudiniInput) == 0x000110, "Member 'UHoudiniParameterOperatorPath::HoudiniInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterRampModificationEvent \ +static_assert(alignof(UHoudiniParameterRampModificationEvent) == 0x000008, "Wrong alignment on UHoudiniParameterRampModificationEvent"); \ +static_assert(sizeof(UHoudiniParameterRampModificationEvent) == 0x000058, "Wrong size on UHoudiniParameterRampModificationEvent"); \ +static_assert(offsetof(UHoudiniParameterRampModificationEvent, bIsInsertEvent) == 0x000030, "Member 'UHoudiniParameterRampModificationEvent::bIsInsertEvent' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampModificationEvent, bIsFloatRamp) == 0x000031, "Member 'UHoudiniParameterRampModificationEvent::bIsFloatRamp' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampModificationEvent, DeleteInstanceIndex) == 0x000034, "Member 'UHoudiniParameterRampModificationEvent::DeleteInstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampModificationEvent, InsertPosition) == 0x000038, "Member 'UHoudiniParameterRampModificationEvent::InsertPosition' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampModificationEvent, InsertFloat) == 0x00003C, "Member 'UHoudiniParameterRampModificationEvent::InsertFloat' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampModificationEvent, InsertColor) == 0x000040, "Member 'UHoudiniParameterRampModificationEvent::InsertColor' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampModificationEvent, InsertInterpolation) == 0x000050, "Member 'UHoudiniParameterRampModificationEvent::InsertInterpolation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterRampFloatPoint \ +static_assert(alignof(UHoudiniParameterRampFloatPoint) == 0x000008, "Wrong alignment on UHoudiniParameterRampFloatPoint"); \ +static_assert(sizeof(UHoudiniParameterRampFloatPoint) == 0x000058, "Wrong size on UHoudiniParameterRampFloatPoint"); \ +static_assert(offsetof(UHoudiniParameterRampFloatPoint, Position) == 0x000030, "Member 'UHoudiniParameterRampFloatPoint::Position' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampFloatPoint, Value) == 0x000034, "Member 'UHoudiniParameterRampFloatPoint::Value' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampFloatPoint, Interpolation) == 0x000038, "Member 'UHoudiniParameterRampFloatPoint::Interpolation' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampFloatPoint, InstanceIndex) == 0x00003C, "Member 'UHoudiniParameterRampFloatPoint::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampFloatPoint, PositionParentParm) == 0x000040, "Member 'UHoudiniParameterRampFloatPoint::PositionParentParm' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampFloatPoint, ValueParentParm) == 0x000048, "Member 'UHoudiniParameterRampFloatPoint::ValueParentParm' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampFloatPoint, InterpolationParentParm) == 0x000050, "Member 'UHoudiniParameterRampFloatPoint::InterpolationParentParm' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterRampColorPoint \ +static_assert(alignof(UHoudiniParameterRampColorPoint) == 0x000008, "Wrong alignment on UHoudiniParameterRampColorPoint"); \ +static_assert(sizeof(UHoudiniParameterRampColorPoint) == 0x000068, "Wrong size on UHoudiniParameterRampColorPoint"); \ +static_assert(offsetof(UHoudiniParameterRampColorPoint, Position) == 0x000030, "Member 'UHoudiniParameterRampColorPoint::Position' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampColorPoint, Value) == 0x000034, "Member 'UHoudiniParameterRampColorPoint::Value' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampColorPoint, Interpolation) == 0x000044, "Member 'UHoudiniParameterRampColorPoint::Interpolation' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampColorPoint, InstanceIndex) == 0x000048, "Member 'UHoudiniParameterRampColorPoint::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampColorPoint, PositionParentParm) == 0x000050, "Member 'UHoudiniParameterRampColorPoint::PositionParentParm' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampColorPoint, ValueParentParm) == 0x000058, "Member 'UHoudiniParameterRampColorPoint::ValueParentParm' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampColorPoint, InterpolationParentParm) == 0x000060, "Member 'UHoudiniParameterRampColorPoint::InterpolationParentParm' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterRampFloat \ +static_assert(alignof(UHoudiniParameterRampFloat) == 0x000008, "Wrong alignment on UHoudiniParameterRampFloat"); \ +static_assert(sizeof(UHoudiniParameterRampFloat) == 0x0001C0, "Wrong size on UHoudiniParameterRampFloat"); \ +static_assert(offsetof(UHoudiniParameterRampFloat, Points) == 0x000158, "Member 'UHoudiniParameterRampFloat::Points' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampFloat, CachedPoints) == 0x000168, "Member 'UHoudiniParameterRampFloat::CachedPoints' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampFloat, DefaultPositions) == 0x000178, "Member 'UHoudiniParameterRampFloat::DefaultPositions' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampFloat, DefaultValues) == 0x000188, "Member 'UHoudiniParameterRampFloat::DefaultValues' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampFloat, DefaultChoices) == 0x000198, "Member 'UHoudiniParameterRampFloat::DefaultChoices' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampFloat, NumDefaultPoints) == 0x0001A8, "Member 'UHoudiniParameterRampFloat::NumDefaultPoints' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampFloat, bCaching) == 0x0001AC, "Member 'UHoudiniParameterRampFloat::bCaching' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampFloat, ModificationEvents) == 0x0001B0, "Member 'UHoudiniParameterRampFloat::ModificationEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterRampColor \ +static_assert(alignof(UHoudiniParameterRampColor) == 0x000008, "Wrong alignment on UHoudiniParameterRampColor"); \ +static_assert(sizeof(UHoudiniParameterRampColor) == 0x0001C8, "Wrong size on UHoudiniParameterRampColor"); \ +static_assert(offsetof(UHoudiniParameterRampColor, Points) == 0x000158, "Member 'UHoudiniParameterRampColor::Points' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampColor, bCaching) == 0x000168, "Member 'UHoudiniParameterRampColor::bCaching' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampColor, CachedPoints) == 0x000170, "Member 'UHoudiniParameterRampColor::CachedPoints' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampColor, DefaultPositions) == 0x000180, "Member 'UHoudiniParameterRampColor::DefaultPositions' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampColor, DefaultValues) == 0x000190, "Member 'UHoudiniParameterRampColor::DefaultValues' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampColor, DefaultChoices) == 0x0001A0, "Member 'UHoudiniParameterRampColor::DefaultChoices' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampColor, NumDefaultPoints) == 0x0001B0, "Member 'UHoudiniParameterRampColor::NumDefaultPoints' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterRampColor, ModificationEvents) == 0x0001B8, "Member 'UHoudiniParameterRampColor::ModificationEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterSeparator \ +static_assert(alignof(UHoudiniParameterSeparator) == 0x000008, "Wrong alignment on UHoudiniParameterSeparator"); \ +static_assert(sizeof(UHoudiniParameterSeparator) == 0x000110, "Wrong size on UHoudiniParameterSeparator"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterString \ +static_assert(alignof(UHoudiniParameterString) == 0x000008, "Wrong alignment on UHoudiniParameterString"); \ +static_assert(sizeof(UHoudiniParameterString) == 0x000148, "Wrong size on UHoudiniParameterString"); \ +static_assert(offsetof(UHoudiniParameterString, Values) == 0x000110, "Member 'UHoudiniParameterString::Values' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterString, DefaultValues) == 0x000120, "Member 'UHoudiniParameterString::DefaultValues' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterString, ChosenAssets) == 0x000130, "Member 'UHoudiniParameterString::ChosenAssets' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterString, bIsAssetRef) == 0x000140, "Member 'UHoudiniParameterString::bIsAssetRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniParameterToggle \ +static_assert(alignof(UHoudiniParameterToggle) == 0x000008, "Wrong alignment on UHoudiniParameterToggle"); \ +static_assert(sizeof(UHoudiniParameterToggle) == 0x000130, "Wrong size on UHoudiniParameterToggle"); \ +static_assert(offsetof(UHoudiniParameterToggle, Values) == 0x000110, "Member 'UHoudiniParameterToggle::Values' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterToggle, DefaultValues) == 0x000120, "Member 'UHoudiniParameterToggle::DefaultValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTOPNode \ +static_assert(alignof(UTOPNode) == 0x000010, "Wrong alignment on UTOPNode"); \ +static_assert(sizeof(UTOPNode) == 0x000430, "Wrong size on UTOPNode"); \ +static_assert(offsetof(UTOPNode, NodeId) == 0x000030, "Member 'UTOPNode::NodeId' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, NodeName) == 0x000038, "Member 'UTOPNode::NodeName' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, NodePath) == 0x000048, "Member 'UTOPNode::NodePath' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, ParentName) == 0x000058, "Member 'UTOPNode::ParentName' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, WorkResultParent) == 0x000068, "Member 'UTOPNode::WorkResultParent' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, WorkResult) == 0x000070, "Member 'UTOPNode::WorkResult' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, bHidden) == 0x000080, "Member 'UTOPNode::bHidden' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, bAutoLoad) == 0x000081, "Member 'UTOPNode::bAutoLoad' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, NodeState) == 0x000082, "Member 'UTOPNode::NodeState' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, bCachedHaveNotLoadedWorkResults) == 0x000083, "Member 'UTOPNode::bCachedHaveNotLoadedWorkResults' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, bCachedHaveLoadedWorkResults) == 0x000084, "Member 'UTOPNode::bCachedHaveLoadedWorkResults' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, bHasChildNodes) == 0x000085, "Member 'UTOPNode::bHasChildNodes' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, ClearedLandscapeLayers) == 0x000088, "Member 'UTOPNode::ClearedLandscapeLayers' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, bShow) == 0x000160, "Member 'UTOPNode::bShow' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, BakedWorkResultObjectOutputs) == 0x000168, "Member 'UTOPNode::BakedWorkResultObjectOutputs' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, WorkItemTally) == 0x0001B8, "Member 'UTOPNode::WorkItemTally' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, AggregatedWorkItemTally) == 0x0003F0, "Member 'UTOPNode::AggregatedWorkItemTally' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, bHasReceivedCookCompleteEvent) == 0x000418, "Member 'UTOPNode::bHasReceivedCookCompleteEvent' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, OutputActorOwner) == 0x000420, "Member 'UTOPNode::OutputActorOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTOPNetwork \ +static_assert(alignof(UTOPNetwork) == 0x000008, "Wrong alignment on UTOPNetwork"); \ +static_assert(sizeof(UTOPNetwork) == 0x0000A0, "Wrong size on UTOPNetwork"); \ +static_assert(offsetof(UTOPNetwork, NodeId) == 0x000030, "Member 'UTOPNetwork::NodeId' has a wrong offset!"); \ +static_assert(offsetof(UTOPNetwork, NodeName) == 0x000038, "Member 'UTOPNetwork::NodeName' has a wrong offset!"); \ +static_assert(offsetof(UTOPNetwork, NodePath) == 0x000048, "Member 'UTOPNetwork::NodePath' has a wrong offset!"); \ +static_assert(offsetof(UTOPNetwork, AllTOPNodes) == 0x000058, "Member 'UTOPNetwork::AllTOPNodes' has a wrong offset!"); \ +static_assert(offsetof(UTOPNetwork, SelectedTOPIndex) == 0x000068, "Member 'UTOPNetwork::SelectedTOPIndex' has a wrong offset!"); \ +static_assert(offsetof(UTOPNetwork, ParentName) == 0x000070, "Member 'UTOPNetwork::ParentName' has a wrong offset!"); \ +static_assert(offsetof(UTOPNetwork, bShowResults) == 0x000080, "Member 'UTOPNetwork::bShowResults' has a wrong offset!"); \ +static_assert(offsetof(UTOPNetwork, bAutoLoadResults) == 0x000081, "Member 'UTOPNetwork::bAutoLoadResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniPDGAssetLink \ +static_assert(alignof(UHoudiniPDGAssetLink) == 0x000008, "Wrong alignment on UHoudiniPDGAssetLink"); \ +static_assert(sizeof(UHoudiniPDGAssetLink) == 0x000138, "Wrong size on UHoudiniPDGAssetLink"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, AssetName) == 0x000030, "Member 'UHoudiniPDGAssetLink::AssetName' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, AssetNodePath) == 0x000040, "Member 'UHoudiniPDGAssetLink::AssetNodePath' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, AssetID) == 0x000050, "Member 'UHoudiniPDGAssetLink::AssetID' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, AllTOPNetworks) == 0x000058, "Member 'UHoudiniPDGAssetLink::AllTOPNetworks' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, SelectedTOPNetworkIndex) == 0x000068, "Member 'UHoudiniPDGAssetLink::SelectedTOPNetworkIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, LinkState) == 0x00006C, "Member 'UHoudiniPDGAssetLink::LinkState' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, bAutoCook) == 0x00006D, "Member 'UHoudiniPDGAssetLink::bAutoCook' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, bUseTOPNodeFilter) == 0x00006E, "Member 'UHoudiniPDGAssetLink::bUseTOPNodeFilter' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, bUseTOPOutputFilter) == 0x00006F, "Member 'UHoudiniPDGAssetLink::bUseTOPOutputFilter' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, TOPNodeFilter) == 0x000070, "Member 'UHoudiniPDGAssetLink::TOPNodeFilter' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, TOPOutputFilter) == 0x000080, "Member 'UHoudiniPDGAssetLink::TOPOutputFilter' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, NumWorkitems) == 0x000090, "Member 'UHoudiniPDGAssetLink::NumWorkitems' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, WorkItemTally) == 0x000098, "Member 'UHoudiniPDGAssetLink::WorkItemTally' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, OutputCachePath) == 0x0000C0, "Member 'UHoudiniPDGAssetLink::OutputCachePath' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, bNeedsUIRefresh) == 0x0000D0, "Member 'UHoudiniPDGAssetLink::bNeedsUIRefresh' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, OutputParentActor) == 0x0000D8, "Member 'UHoudiniPDGAssetLink::OutputParentActor' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniPDGAssetLink, BakeFolder) == 0x0000E0, "Member 'UHoudiniPDGAssetLink::BakeFolder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniRuntimeSettings \ +static_assert(alignof(UHoudiniRuntimeSettings) == 0x000008, "Wrong alignment on UHoudiniRuntimeSettings"); \ +static_assert(sizeof(UHoudiniRuntimeSettings) == 0x000308, "Wrong size on UHoudiniRuntimeSettings"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, SessionType) == 0x000030, "Member 'UHoudiniRuntimeSettings::SessionType' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, ServerHost) == 0x000038, "Member 'UHoudiniRuntimeSettings::ServerHost' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, ServerPort) == 0x000048, "Member 'UHoudiniRuntimeSettings::ServerPort' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, ServerPipeName) == 0x000050, "Member 'UHoudiniRuntimeSettings::ServerPipeName' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bStartAutomaticServer) == 0x000060, "Member 'UHoudiniRuntimeSettings::bStartAutomaticServer' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, AutomaticServerTimeout) == 0x000064, "Member 'UHoudiniRuntimeSettings::AutomaticServerTimeout' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bSyncWithHoudiniCook) == 0x000068, "Member 'UHoudiniRuntimeSettings::bSyncWithHoudiniCook' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bCookUsingHoudiniTime) == 0x000069, "Member 'UHoudiniRuntimeSettings::bCookUsingHoudiniTime' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bSyncViewport) == 0x00006A, "Member 'UHoudiniRuntimeSettings::bSyncViewport' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bSyncHoudiniViewport) == 0x00006B, "Member 'UHoudiniRuntimeSettings::bSyncHoudiniViewport' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bSyncUnrealViewport) == 0x00006C, "Member 'UHoudiniRuntimeSettings::bSyncUnrealViewport' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bShowMultiAssetDialog) == 0x00006D, "Member 'UHoudiniRuntimeSettings::bShowMultiAssetDialog' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bPreferHdaMemoryCopyOverHdaSourceFile) == 0x00006E, "Member 'UHoudiniRuntimeSettings::bPreferHdaMemoryCopyOverHdaSourceFile' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bPauseCookingOnStart) == 0x00006F, "Member 'UHoudiniRuntimeSettings::bPauseCookingOnStart' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bDisplaySlateCookingNotifications) == 0x000070, "Member 'UHoudiniRuntimeSettings::bDisplaySlateCookingNotifications' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, DefaultTemporaryCookFolder) == 0x000078, "Member 'UHoudiniRuntimeSettings::DefaultTemporaryCookFolder' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, DefaultBakeFolder) == 0x000088, "Member 'UHoudiniRuntimeSettings::DefaultBakeFolder' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingLandscapesUseDefaultUnrealScaling) == 0x000098, "Member 'UHoudiniRuntimeSettings::MarshallingLandscapesUseDefaultUnrealScaling' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingLandscapesUseFullResolution) == 0x000099, "Member 'UHoudiniRuntimeSettings::MarshallingLandscapesUseFullResolution' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingLandscapesForceMinMaxValues) == 0x00009A, "Member 'UHoudiniRuntimeSettings::MarshallingLandscapesForceMinMaxValues' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingLandscapesForcedMinValue) == 0x00009C, "Member 'UHoudiniRuntimeSettings::MarshallingLandscapesForcedMinValue' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingLandscapesForcedMaxValue) == 0x0000A0, "Member 'UHoudiniRuntimeSettings::MarshallingLandscapesForcedMaxValue' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bAddRotAndScaleAttributesOnCurves) == 0x0000A4, "Member 'UHoudiniRuntimeSettings::bAddRotAndScaleAttributesOnCurves' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingSplineResolution) == 0x0000A8, "Member 'UHoudiniRuntimeSettings::MarshallingSplineResolution' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bEnableProxyStaticMesh) == 0x0000AC, "Member 'UHoudiniRuntimeSettings::bEnableProxyStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bShowDefaultMesh) == 0x0000AD, "Member 'UHoudiniRuntimeSettings::bShowDefaultMesh' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bEnableProxyStaticMeshRefinementByTimer) == 0x0000AE, "Member 'UHoudiniRuntimeSettings::bEnableProxyStaticMeshRefinementByTimer' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, ProxyMeshAutoRefineTimeoutSeconds) == 0x0000B0, "Member 'UHoudiniRuntimeSettings::ProxyMeshAutoRefineTimeoutSeconds' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bEnableProxyStaticMeshRefinementOnPreSaveWorld) == 0x0000B4, "Member 'UHoudiniRuntimeSettings::bEnableProxyStaticMeshRefinementOnPreSaveWorld' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bEnableProxyStaticMeshRefinementOnPreBeginPIE) == 0x0000B5, "Member 'UHoudiniRuntimeSettings::bEnableProxyStaticMeshRefinementOnPreBeginPIE' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, PhysMaterial) == 0x0000C0, "Member 'UHoudiniRuntimeSettings::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, DefaultBodyInstance) == 0x0000C8, "Member 'UHoudiniRuntimeSettings::DefaultBodyInstance' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, CollisionTraceFlag) == 0x000230, "Member 'UHoudiniRuntimeSettings::CollisionTraceFlag' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, LightMapResolution) == 0x000234, "Member 'UHoudiniRuntimeSettings::LightMapResolution' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, LpvBiasMultiplier) == 0x000238, "Member 'UHoudiniRuntimeSettings::LpvBiasMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, GeneratedDistanceFieldResolutionScale) == 0x00023C, "Member 'UHoudiniRuntimeSettings::GeneratedDistanceFieldResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, WalkableSlopeOverride) == 0x000240, "Member 'UHoudiniRuntimeSettings::WalkableSlopeOverride' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, LightMapCoordinateIndex) == 0x000250, "Member 'UHoudiniRuntimeSettings::LightMapCoordinateIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, StreamingDistanceMultiplier) == 0x000258, "Member 'UHoudiniRuntimeSettings::StreamingDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, FoliageDefaultSettings) == 0x000260, "Member 'UHoudiniRuntimeSettings::FoliageDefaultSettings' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, AssetUserData) == 0x000268, "Member 'UHoudiniRuntimeSettings::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bUseFullPrecisionUVs) == 0x000278, "Member 'UHoudiniRuntimeSettings::bUseFullPrecisionUVs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, SrcLightmapIndex) == 0x00027C, "Member 'UHoudiniRuntimeSettings::SrcLightmapIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, DstLightmapIndex) == 0x000280, "Member 'UHoudiniRuntimeSettings::DstLightmapIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, MinLightmapResolution) == 0x000284, "Member 'UHoudiniRuntimeSettings::MinLightmapResolution' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bRemoveDegenerates) == 0x000288, "Member 'UHoudiniRuntimeSettings::bRemoveDegenerates' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, GenerateLightmapUVsFlag) == 0x000289, "Member 'UHoudiniRuntimeSettings::GenerateLightmapUVsFlag' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, RecomputeNormalsFlag) == 0x00028A, "Member 'UHoudiniRuntimeSettings::RecomputeNormalsFlag' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, RecomputeTangentsFlag) == 0x00028B, "Member 'UHoudiniRuntimeSettings::RecomputeTangentsFlag' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bUseMikkTSpace) == 0x00028C, "Member 'UHoudiniRuntimeSettings::bUseMikkTSpace' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bBuildAdjacencyBuffer) == 0x00028D, "Member 'UHoudiniRuntimeSettings::bBuildAdjacencyBuffer' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, DistanceFieldResolutionScale) == 0x000290, "Member 'UHoudiniRuntimeSettings::DistanceFieldResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bPDGAsyncCommandletImportEnabled) == 0x000295, "Member 'UHoudiniRuntimeSettings::bPDGAsyncCommandletImportEnabled' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bEnableBackwardCompatibility) == 0x000296, "Member 'UHoudiniRuntimeSettings::bEnableBackwardCompatibility' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bAutomaticLegacyHDARebuild) == 0x000297, "Member 'UHoudiniRuntimeSettings::bAutomaticLegacyHDARebuild' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bUseCustomHoudiniLocation) == 0x000298, "Member 'UHoudiniRuntimeSettings::bUseCustomHoudiniLocation' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, CustomHoudiniLocation) == 0x0002A0, "Member 'UHoudiniRuntimeSettings::CustomHoudiniLocation' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, HoudiniExecutable) == 0x0002B0, "Member 'UHoudiniRuntimeSettings::HoudiniExecutable' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, CookingThreadStackSize) == 0x0002B4, "Member 'UHoudiniRuntimeSettings::CookingThreadStackSize' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, HoudiniEnvironmentFiles) == 0x0002B8, "Member 'UHoudiniRuntimeSettings::HoudiniEnvironmentFiles' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, OtlSearchPath) == 0x0002C8, "Member 'UHoudiniRuntimeSettings::OtlSearchPath' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, DsoSearchPath) == 0x0002D8, "Member 'UHoudiniRuntimeSettings::DsoSearchPath' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, ImageDsoSearchPath) == 0x0002E8, "Member 'UHoudiniRuntimeSettings::ImageDsoSearchPath' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, AudioDsoSearchPath) == 0x0002F8, "Member 'UHoudiniRuntimeSettings::AudioDsoSearchPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniSplineComponent \ +static_assert(alignof(UHoudiniSplineComponent) == 0x000010, "Wrong alignment on UHoudiniSplineComponent"); \ +static_assert(sizeof(UHoudiniSplineComponent) == 0x0004D0, "Wrong size on UHoudiniSplineComponent"); \ +static_assert(offsetof(UHoudiniSplineComponent, CurvePoints) == 0x000230, "Member 'UHoudiniSplineComponent::CurvePoints' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, DisplayPoints) == 0x000240, "Member 'UHoudiniSplineComponent::DisplayPoints' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, DisplayPointIndexDivider) == 0x000250, "Member 'UHoudiniSplineComponent::DisplayPointIndexDivider' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, HoudiniSplineName) == 0x000260, "Member 'UHoudiniSplineComponent::HoudiniSplineName' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bClosed) == 0x000270, "Member 'UHoudiniSplineComponent::bClosed' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bReversed) == 0x000271, "Member 'UHoudiniSplineComponent::bReversed' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bIsHoudiniSplineVisible) == 0x000272, "Member 'UHoudiniSplineComponent::bIsHoudiniSplineVisible' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, CurveType) == 0x000273, "Member 'UHoudiniSplineComponent::CurveType' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, CurveMethod) == 0x000274, "Member 'UHoudiniSplineComponent::CurveMethod' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bIsOutputCurve) == 0x000275, "Member 'UHoudiniSplineComponent::bIsOutputCurve' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bCookOnCurveChanged) == 0x000276, "Member 'UHoudiniSplineComponent::bCookOnCurveChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bHasChanged) == 0x0004B0, "Member 'UHoudiniSplineComponent::bHasChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bNeedsToTriggerUpdate) == 0x0004B1, "Member 'UHoudiniSplineComponent::bNeedsToTriggerUpdate' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bIsInputCurve) == 0x0004B2, "Member 'UHoudiniSplineComponent::bIsInputCurve' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bIsEditableOutputCurve) == 0x0004B3, "Member 'UHoudiniSplineComponent::bIsEditableOutputCurve' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, NodeId) == 0x0004B4, "Member 'UHoudiniSplineComponent::NodeId' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, PartName) == 0x0004B8, "Member 'UHoudiniSplineComponent::PartName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_AddStaticMaterial \ +static_assert(alignof(HoudiniStaticMesh_AddStaticMaterial) == 0x000008, "Wrong alignment on HoudiniStaticMesh_AddStaticMaterial"); \ +static_assert(sizeof(HoudiniStaticMesh_AddStaticMaterial) == 0x000040, "Wrong size on HoudiniStaticMesh_AddStaticMaterial"); \ +static_assert(offsetof(HoudiniStaticMesh_AddStaticMaterial, InStaticMaterial) == 0x000000, "Member 'HoudiniStaticMesh_AddStaticMaterial::InStaticMaterial' has a wrong offset!"); \ +static_assert(offsetof(HoudiniStaticMesh_AddStaticMaterial, ReturnValue) == 0x000038, "Member 'HoudiniStaticMesh_AddStaticMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_CalculateNormals \ +static_assert(alignof(HoudiniStaticMesh_CalculateNormals) == 0x000001, "Wrong alignment on HoudiniStaticMesh_CalculateNormals"); \ +static_assert(sizeof(HoudiniStaticMesh_CalculateNormals) == 0x000001, "Wrong size on HoudiniStaticMesh_CalculateNormals"); \ +static_assert(offsetof(HoudiniStaticMesh_CalculateNormals, bInComputeWeightedNormals) == 0x000000, "Member 'HoudiniStaticMesh_CalculateNormals::bInComputeWeightedNormals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_CalculateTangents \ +static_assert(alignof(HoudiniStaticMesh_CalculateTangents) == 0x000001, "Wrong alignment on HoudiniStaticMesh_CalculateTangents"); \ +static_assert(sizeof(HoudiniStaticMesh_CalculateTangents) == 0x000001, "Wrong size on HoudiniStaticMesh_CalculateTangents"); \ +static_assert(offsetof(HoudiniStaticMesh_CalculateTangents, bInComputeWeightedNormals) == 0x000000, "Member 'HoudiniStaticMesh_CalculateTangents::bInComputeWeightedNormals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_GetMaterial \ +static_assert(alignof(HoudiniStaticMesh_GetMaterial) == 0x000008, "Wrong alignment on HoudiniStaticMesh_GetMaterial"); \ +static_assert(sizeof(HoudiniStaticMesh_GetMaterial) == 0x000010, "Wrong size on HoudiniStaticMesh_GetMaterial"); \ +static_assert(offsetof(HoudiniStaticMesh_GetMaterial, InMaterialIndex) == 0x000000, "Member 'HoudiniStaticMesh_GetMaterial::InMaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(HoudiniStaticMesh_GetMaterial, ReturnValue) == 0x000008, "Member 'HoudiniStaticMesh_GetMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_Initialize \ +static_assert(alignof(HoudiniStaticMesh_Initialize) == 0x000004, "Wrong alignment on HoudiniStaticMesh_Initialize"); \ +static_assert(sizeof(HoudiniStaticMesh_Initialize) == 0x000014, "Wrong size on HoudiniStaticMesh_Initialize"); \ +static_assert(offsetof(HoudiniStaticMesh_Initialize, InNumVertices) == 0x000000, "Member 'HoudiniStaticMesh_Initialize::InNumVertices' has a wrong offset!"); \ +static_assert(offsetof(HoudiniStaticMesh_Initialize, InNumTriangles) == 0x000004, "Member 'HoudiniStaticMesh_Initialize::InNumTriangles' has a wrong offset!"); \ +static_assert(offsetof(HoudiniStaticMesh_Initialize, InNumUVLayers) == 0x000008, "Member 'HoudiniStaticMesh_Initialize::InNumUVLayers' has a wrong offset!"); \ +static_assert(offsetof(HoudiniStaticMesh_Initialize, InInitialNumStaticMaterials) == 0x00000C, "Member 'HoudiniStaticMesh_Initialize::InInitialNumStaticMaterials' has a wrong offset!"); \ +static_assert(offsetof(HoudiniStaticMesh_Initialize, bInHasNormals) == 0x000010, "Member 'HoudiniStaticMesh_Initialize::bInHasNormals' has a wrong offset!"); \ +static_assert(offsetof(HoudiniStaticMesh_Initialize, bInHasTangents) == 0x000011, "Member 'HoudiniStaticMesh_Initialize::bInHasTangents' has a wrong offset!"); \ +static_assert(offsetof(HoudiniStaticMesh_Initialize, bInHasColors) == 0x000012, "Member 'HoudiniStaticMesh_Initialize::bInHasColors' has a wrong offset!"); \ +static_assert(offsetof(HoudiniStaticMesh_Initialize, bInHasPerFaceMaterials) == 0x000013, "Member 'HoudiniStaticMesh_Initialize::bInHasPerFaceMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_SetHasColors \ +static_assert(alignof(HoudiniStaticMesh_SetHasColors) == 0x000001, "Wrong alignment on HoudiniStaticMesh_SetHasColors"); \ +static_assert(sizeof(HoudiniStaticMesh_SetHasColors) == 0x000001, "Wrong size on HoudiniStaticMesh_SetHasColors"); \ +static_assert(offsetof(HoudiniStaticMesh_SetHasColors, bInHasColors) == 0x000000, "Member 'HoudiniStaticMesh_SetHasColors::bInHasColors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_SetHasNormals \ +static_assert(alignof(HoudiniStaticMesh_SetHasNormals) == 0x000001, "Wrong alignment on HoudiniStaticMesh_SetHasNormals"); \ +static_assert(sizeof(HoudiniStaticMesh_SetHasNormals) == 0x000001, "Wrong size on HoudiniStaticMesh_SetHasNormals"); \ +static_assert(offsetof(HoudiniStaticMesh_SetHasNormals, bInHasNormals) == 0x000000, "Member 'HoudiniStaticMesh_SetHasNormals::bInHasNormals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_SetHasPerFaceMaterials \ +static_assert(alignof(HoudiniStaticMesh_SetHasPerFaceMaterials) == 0x000001, "Wrong alignment on HoudiniStaticMesh_SetHasPerFaceMaterials"); \ +static_assert(sizeof(HoudiniStaticMesh_SetHasPerFaceMaterials) == 0x000001, "Wrong size on HoudiniStaticMesh_SetHasPerFaceMaterials"); \ +static_assert(offsetof(HoudiniStaticMesh_SetHasPerFaceMaterials, bInHasPerFaceMaterials) == 0x000000, "Member 'HoudiniStaticMesh_SetHasPerFaceMaterials::bInHasPerFaceMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_SetHasTangents \ +static_assert(alignof(HoudiniStaticMesh_SetHasTangents) == 0x000001, "Wrong alignment on HoudiniStaticMesh_SetHasTangents"); \ +static_assert(sizeof(HoudiniStaticMesh_SetHasTangents) == 0x000001, "Wrong size on HoudiniStaticMesh_SetHasTangents"); \ +static_assert(offsetof(HoudiniStaticMesh_SetHasTangents, bInHasTangents) == 0x000000, "Member 'HoudiniStaticMesh_SetHasTangents::bInHasTangents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_SetNumStaticMaterials \ +static_assert(alignof(HoudiniStaticMesh_SetNumStaticMaterials) == 0x000004, "Wrong alignment on HoudiniStaticMesh_SetNumStaticMaterials"); \ +static_assert(sizeof(HoudiniStaticMesh_SetNumStaticMaterials) == 0x000004, "Wrong size on HoudiniStaticMesh_SetNumStaticMaterials"); \ +static_assert(offsetof(HoudiniStaticMesh_SetNumStaticMaterials, InNumStaticMaterials) == 0x000000, "Member 'HoudiniStaticMesh_SetNumStaticMaterials::InNumStaticMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_SetNumUVLayers \ +static_assert(alignof(HoudiniStaticMesh_SetNumUVLayers) == 0x000004, "Wrong alignment on HoudiniStaticMesh_SetNumUVLayers"); \ +static_assert(sizeof(HoudiniStaticMesh_SetNumUVLayers) == 0x000004, "Wrong size on HoudiniStaticMesh_SetNumUVLayers"); \ +static_assert(offsetof(HoudiniStaticMesh_SetNumUVLayers, InNumUVLayers) == 0x000000, "Member 'HoudiniStaticMesh_SetNumUVLayers::InNumUVLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_SetStaticMaterial \ +static_assert(alignof(HoudiniStaticMesh_SetStaticMaterial) == 0x000008, "Wrong alignment on HoudiniStaticMesh_SetStaticMaterial"); \ +static_assert(sizeof(HoudiniStaticMesh_SetStaticMaterial) == 0x000040, "Wrong size on HoudiniStaticMesh_SetStaticMaterial"); \ +static_assert(offsetof(HoudiniStaticMesh_SetStaticMaterial, InMaterialIndex) == 0x000000, "Member 'HoudiniStaticMesh_SetStaticMaterial::InMaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(HoudiniStaticMesh_SetStaticMaterial, InStaticMaterial) == 0x000008, "Member 'HoudiniStaticMesh_SetStaticMaterial::InStaticMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_SetTriangleMaterialID \ +static_assert(alignof(HoudiniStaticMesh_SetTriangleMaterialID) == 0x000004, "Wrong alignment on HoudiniStaticMesh_SetTriangleMaterialID"); \ +static_assert(sizeof(HoudiniStaticMesh_SetTriangleMaterialID) == 0x000008, "Wrong size on HoudiniStaticMesh_SetTriangleMaterialID"); \ +static_assert(offsetof(HoudiniStaticMesh_SetTriangleMaterialID, InTriangleIndex) == 0x000000, "Member 'HoudiniStaticMesh_SetTriangleMaterialID::InTriangleIndex' has a wrong offset!"); \ +static_assert(offsetof(HoudiniStaticMesh_SetTriangleMaterialID, InMaterialID) == 0x000004, "Member 'HoudiniStaticMesh_SetTriangleMaterialID::InMaterialID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_SetTriangleVertexColor \ +static_assert(alignof(HoudiniStaticMesh_SetTriangleVertexColor) == 0x000004, "Wrong alignment on HoudiniStaticMesh_SetTriangleVertexColor"); \ +static_assert(sizeof(HoudiniStaticMesh_SetTriangleVertexColor) == 0x00000C, "Wrong size on HoudiniStaticMesh_SetTriangleVertexColor"); \ +static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexColor, InTriangleIndex) == 0x000000, "Member 'HoudiniStaticMesh_SetTriangleVertexColor::InTriangleIndex' has a wrong offset!"); \ +static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexColor, InTriangleVertexIndex) == 0x000004, "Member 'HoudiniStaticMesh_SetTriangleVertexColor::InTriangleVertexIndex' has a wrong offset!"); \ +static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexColor, InColor) == 0x000008, "Member 'HoudiniStaticMesh_SetTriangleVertexColor::InColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_SetTriangleVertexIndices \ +static_assert(alignof(HoudiniStaticMesh_SetTriangleVertexIndices) == 0x000004, "Wrong alignment on HoudiniStaticMesh_SetTriangleVertexIndices"); \ +static_assert(sizeof(HoudiniStaticMesh_SetTriangleVertexIndices) == 0x000010, "Wrong size on HoudiniStaticMesh_SetTriangleVertexIndices"); \ +static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexIndices, InTriangleIndex) == 0x000000, "Member 'HoudiniStaticMesh_SetTriangleVertexIndices::InTriangleIndex' has a wrong offset!"); \ +static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexIndices, InTriangleVertexIndices) == 0x000004, "Member 'HoudiniStaticMesh_SetTriangleVertexIndices::InTriangleVertexIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_SetTriangleVertexNormal \ +static_assert(alignof(HoudiniStaticMesh_SetTriangleVertexNormal) == 0x000004, "Wrong alignment on HoudiniStaticMesh_SetTriangleVertexNormal"); \ +static_assert(sizeof(HoudiniStaticMesh_SetTriangleVertexNormal) == 0x000014, "Wrong size on HoudiniStaticMesh_SetTriangleVertexNormal"); \ +static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexNormal, InTriangleIndex) == 0x000000, "Member 'HoudiniStaticMesh_SetTriangleVertexNormal::InTriangleIndex' has a wrong offset!"); \ +static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexNormal, InTriangleVertexIndex) == 0x000004, "Member 'HoudiniStaticMesh_SetTriangleVertexNormal::InTriangleVertexIndex' has a wrong offset!"); \ +static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexNormal, InNormal) == 0x000008, "Member 'HoudiniStaticMesh_SetTriangleVertexNormal::InNormal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_SetTriangleVertexUTangent \ +static_assert(alignof(HoudiniStaticMesh_SetTriangleVertexUTangent) == 0x000004, "Wrong alignment on HoudiniStaticMesh_SetTriangleVertexUTangent"); \ +static_assert(sizeof(HoudiniStaticMesh_SetTriangleVertexUTangent) == 0x000014, "Wrong size on HoudiniStaticMesh_SetTriangleVertexUTangent"); \ +static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexUTangent, InTriangleIndex) == 0x000000, "Member 'HoudiniStaticMesh_SetTriangleVertexUTangent::InTriangleIndex' has a wrong offset!"); \ +static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexUTangent, InTriangleVertexIndex) == 0x000004, "Member 'HoudiniStaticMesh_SetTriangleVertexUTangent::InTriangleVertexIndex' has a wrong offset!"); \ +static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexUTangent, InUTangent) == 0x000008, "Member 'HoudiniStaticMesh_SetTriangleVertexUTangent::InUTangent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_SetTriangleVertexUV \ +static_assert(alignof(HoudiniStaticMesh_SetTriangleVertexUV) == 0x000004, "Wrong alignment on HoudiniStaticMesh_SetTriangleVertexUV"); \ +static_assert(sizeof(HoudiniStaticMesh_SetTriangleVertexUV) == 0x000010, "Wrong size on HoudiniStaticMesh_SetTriangleVertexUV"); \ +static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexUV, InTriangleIndex) == 0x000000, "Member 'HoudiniStaticMesh_SetTriangleVertexUV::InTriangleIndex' has a wrong offset!"); \ +static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexUV, InTriangleVertexIndex) == 0x000004, "Member 'HoudiniStaticMesh_SetTriangleVertexUV::InTriangleVertexIndex' has a wrong offset!"); \ +static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexUV, InUVLayer) == 0x000005, "Member 'HoudiniStaticMesh_SetTriangleVertexUV::InUVLayer' has a wrong offset!"); \ +static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexUV, InUV) == 0x000008, "Member 'HoudiniStaticMesh_SetTriangleVertexUV::InUV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_SetTriangleVertexVTangent \ +static_assert(alignof(HoudiniStaticMesh_SetTriangleVertexVTangent) == 0x000004, "Wrong alignment on HoudiniStaticMesh_SetTriangleVertexVTangent"); \ +static_assert(sizeof(HoudiniStaticMesh_SetTriangleVertexVTangent) == 0x000014, "Wrong size on HoudiniStaticMesh_SetTriangleVertexVTangent"); \ +static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexVTangent, InTriangleIndex) == 0x000000, "Member 'HoudiniStaticMesh_SetTriangleVertexVTangent::InTriangleIndex' has a wrong offset!"); \ +static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexVTangent, InTriangleVertexIndex) == 0x000004, "Member 'HoudiniStaticMesh_SetTriangleVertexVTangent::InTriangleVertexIndex' has a wrong offset!"); \ +static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexVTangent, InVTangent) == 0x000008, "Member 'HoudiniStaticMesh_SetTriangleVertexVTangent::InVTangent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_SetVertexPosition \ +static_assert(alignof(HoudiniStaticMesh_SetVertexPosition) == 0x000004, "Wrong alignment on HoudiniStaticMesh_SetVertexPosition"); \ +static_assert(sizeof(HoudiniStaticMesh_SetVertexPosition) == 0x000010, "Wrong size on HoudiniStaticMesh_SetVertexPosition"); \ +static_assert(offsetof(HoudiniStaticMesh_SetVertexPosition, InVertexIndex) == 0x000000, "Member 'HoudiniStaticMesh_SetVertexPosition::InVertexIndex' has a wrong offset!"); \ +static_assert(offsetof(HoudiniStaticMesh_SetVertexPosition, InPosition) == 0x000004, "Member 'HoudiniStaticMesh_SetVertexPosition::InPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_CalcBounds \ +static_assert(alignof(HoudiniStaticMesh_CalcBounds) == 0x000004, "Wrong alignment on HoudiniStaticMesh_CalcBounds"); \ +static_assert(sizeof(HoudiniStaticMesh_CalcBounds) == 0x00001C, "Wrong size on HoudiniStaticMesh_CalcBounds"); \ +static_assert(offsetof(HoudiniStaticMesh_CalcBounds, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_CalcBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_GetMaterialIDsPerTriangle \ +static_assert(alignof(HoudiniStaticMesh_GetMaterialIDsPerTriangle) == 0x000008, "Wrong alignment on HoudiniStaticMesh_GetMaterialIDsPerTriangle"); \ +static_assert(sizeof(HoudiniStaticMesh_GetMaterialIDsPerTriangle) == 0x000010, "Wrong size on HoudiniStaticMesh_GetMaterialIDsPerTriangle"); \ +static_assert(offsetof(HoudiniStaticMesh_GetMaterialIDsPerTriangle, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetMaterialIDsPerTriangle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_GetMaterialIndex \ +static_assert(alignof(HoudiniStaticMesh_GetMaterialIndex) == 0x000004, "Wrong alignment on HoudiniStaticMesh_GetMaterialIndex"); \ +static_assert(sizeof(HoudiniStaticMesh_GetMaterialIndex) == 0x000010, "Wrong size on HoudiniStaticMesh_GetMaterialIndex"); \ +static_assert(offsetof(HoudiniStaticMesh_GetMaterialIndex, InMaterialSlotName) == 0x000000, "Member 'HoudiniStaticMesh_GetMaterialIndex::InMaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(HoudiniStaticMesh_GetMaterialIndex, ReturnValue) == 0x00000C, "Member 'HoudiniStaticMesh_GetMaterialIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_GetNumStaticMaterials \ +static_assert(alignof(HoudiniStaticMesh_GetNumStaticMaterials) == 0x000004, "Wrong alignment on HoudiniStaticMesh_GetNumStaticMaterials"); \ +static_assert(sizeof(HoudiniStaticMesh_GetNumStaticMaterials) == 0x000004, "Wrong size on HoudiniStaticMesh_GetNumStaticMaterials"); \ +static_assert(offsetof(HoudiniStaticMesh_GetNumStaticMaterials, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetNumStaticMaterials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_GetNumTriangles \ +static_assert(alignof(HoudiniStaticMesh_GetNumTriangles) == 0x000004, "Wrong alignment on HoudiniStaticMesh_GetNumTriangles"); \ +static_assert(sizeof(HoudiniStaticMesh_GetNumTriangles) == 0x000004, "Wrong size on HoudiniStaticMesh_GetNumTriangles"); \ +static_assert(offsetof(HoudiniStaticMesh_GetNumTriangles, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetNumTriangles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_GetNumUVLayers \ +static_assert(alignof(HoudiniStaticMesh_GetNumUVLayers) == 0x000004, "Wrong alignment on HoudiniStaticMesh_GetNumUVLayers"); \ +static_assert(sizeof(HoudiniStaticMesh_GetNumUVLayers) == 0x000004, "Wrong size on HoudiniStaticMesh_GetNumUVLayers"); \ +static_assert(offsetof(HoudiniStaticMesh_GetNumUVLayers, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetNumUVLayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_GetNumVertexInstances \ +static_assert(alignof(HoudiniStaticMesh_GetNumVertexInstances) == 0x000004, "Wrong alignment on HoudiniStaticMesh_GetNumVertexInstances"); \ +static_assert(sizeof(HoudiniStaticMesh_GetNumVertexInstances) == 0x000004, "Wrong size on HoudiniStaticMesh_GetNumVertexInstances"); \ +static_assert(offsetof(HoudiniStaticMesh_GetNumVertexInstances, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetNumVertexInstances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_GetNumVertices \ +static_assert(alignof(HoudiniStaticMesh_GetNumVertices) == 0x000004, "Wrong alignment on HoudiniStaticMesh_GetNumVertices"); \ +static_assert(sizeof(HoudiniStaticMesh_GetNumVertices) == 0x000004, "Wrong size on HoudiniStaticMesh_GetNumVertices"); \ +static_assert(offsetof(HoudiniStaticMesh_GetNumVertices, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetNumVertices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_GetStaticMaterials \ +static_assert(alignof(HoudiniStaticMesh_GetStaticMaterials) == 0x000008, "Wrong alignment on HoudiniStaticMesh_GetStaticMaterials"); \ +static_assert(sizeof(HoudiniStaticMesh_GetStaticMaterials) == 0x000010, "Wrong size on HoudiniStaticMesh_GetStaticMaterials"); \ +static_assert(offsetof(HoudiniStaticMesh_GetStaticMaterials, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetStaticMaterials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_GetTriangleIndices \ +static_assert(alignof(HoudiniStaticMesh_GetTriangleIndices) == 0x000008, "Wrong alignment on HoudiniStaticMesh_GetTriangleIndices"); \ +static_assert(sizeof(HoudiniStaticMesh_GetTriangleIndices) == 0x000010, "Wrong size on HoudiniStaticMesh_GetTriangleIndices"); \ +static_assert(offsetof(HoudiniStaticMesh_GetTriangleIndices, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetTriangleIndices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_GetVertexInstanceColors \ +static_assert(alignof(HoudiniStaticMesh_GetVertexInstanceColors) == 0x000008, "Wrong alignment on HoudiniStaticMesh_GetVertexInstanceColors"); \ +static_assert(sizeof(HoudiniStaticMesh_GetVertexInstanceColors) == 0x000010, "Wrong size on HoudiniStaticMesh_GetVertexInstanceColors"); \ +static_assert(offsetof(HoudiniStaticMesh_GetVertexInstanceColors, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetVertexInstanceColors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_GetVertexInstanceNormals \ +static_assert(alignof(HoudiniStaticMesh_GetVertexInstanceNormals) == 0x000008, "Wrong alignment on HoudiniStaticMesh_GetVertexInstanceNormals"); \ +static_assert(sizeof(HoudiniStaticMesh_GetVertexInstanceNormals) == 0x000010, "Wrong size on HoudiniStaticMesh_GetVertexInstanceNormals"); \ +static_assert(offsetof(HoudiniStaticMesh_GetVertexInstanceNormals, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetVertexInstanceNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_GetVertexInstanceUTangents \ +static_assert(alignof(HoudiniStaticMesh_GetVertexInstanceUTangents) == 0x000008, "Wrong alignment on HoudiniStaticMesh_GetVertexInstanceUTangents"); \ +static_assert(sizeof(HoudiniStaticMesh_GetVertexInstanceUTangents) == 0x000010, "Wrong size on HoudiniStaticMesh_GetVertexInstanceUTangents"); \ +static_assert(offsetof(HoudiniStaticMesh_GetVertexInstanceUTangents, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetVertexInstanceUTangents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_GetVertexInstanceUVs \ +static_assert(alignof(HoudiniStaticMesh_GetVertexInstanceUVs) == 0x000008, "Wrong alignment on HoudiniStaticMesh_GetVertexInstanceUVs"); \ +static_assert(sizeof(HoudiniStaticMesh_GetVertexInstanceUVs) == 0x000010, "Wrong size on HoudiniStaticMesh_GetVertexInstanceUVs"); \ +static_assert(offsetof(HoudiniStaticMesh_GetVertexInstanceUVs, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetVertexInstanceUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_GetVertexInstanceVTangents \ +static_assert(alignof(HoudiniStaticMesh_GetVertexInstanceVTangents) == 0x000008, "Wrong alignment on HoudiniStaticMesh_GetVertexInstanceVTangents"); \ +static_assert(sizeof(HoudiniStaticMesh_GetVertexInstanceVTangents) == 0x000010, "Wrong size on HoudiniStaticMesh_GetVertexInstanceVTangents"); \ +static_assert(offsetof(HoudiniStaticMesh_GetVertexInstanceVTangents, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetVertexInstanceVTangents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_GetVertexPositions \ +static_assert(alignof(HoudiniStaticMesh_GetVertexPositions) == 0x000008, "Wrong alignment on HoudiniStaticMesh_GetVertexPositions"); \ +static_assert(sizeof(HoudiniStaticMesh_GetVertexPositions) == 0x000010, "Wrong size on HoudiniStaticMesh_GetVertexPositions"); \ +static_assert(offsetof(HoudiniStaticMesh_GetVertexPositions, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetVertexPositions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_HasColors \ +static_assert(alignof(HoudiniStaticMesh_HasColors) == 0x000001, "Wrong alignment on HoudiniStaticMesh_HasColors"); \ +static_assert(sizeof(HoudiniStaticMesh_HasColors) == 0x000001, "Wrong size on HoudiniStaticMesh_HasColors"); \ +static_assert(offsetof(HoudiniStaticMesh_HasColors, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_HasColors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_HasNormals \ +static_assert(alignof(HoudiniStaticMesh_HasNormals) == 0x000001, "Wrong alignment on HoudiniStaticMesh_HasNormals"); \ +static_assert(sizeof(HoudiniStaticMesh_HasNormals) == 0x000001, "Wrong size on HoudiniStaticMesh_HasNormals"); \ +static_assert(offsetof(HoudiniStaticMesh_HasNormals, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_HasNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_HasPerFaceMaterials \ +static_assert(alignof(HoudiniStaticMesh_HasPerFaceMaterials) == 0x000001, "Wrong alignment on HoudiniStaticMesh_HasPerFaceMaterials"); \ +static_assert(sizeof(HoudiniStaticMesh_HasPerFaceMaterials) == 0x000001, "Wrong size on HoudiniStaticMesh_HasPerFaceMaterials"); \ +static_assert(offsetof(HoudiniStaticMesh_HasPerFaceMaterials, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_HasPerFaceMaterials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_HasTangents \ +static_assert(alignof(HoudiniStaticMesh_HasTangents) == 0x000001, "Wrong alignment on HoudiniStaticMesh_HasTangents"); \ +static_assert(sizeof(HoudiniStaticMesh_HasTangents) == 0x000001, "Wrong size on HoudiniStaticMesh_HasTangents"); \ +static_assert(offsetof(HoudiniStaticMesh_HasTangents, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_HasTangents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMesh_IsValid \ +static_assert(alignof(HoudiniStaticMesh_IsValid) == 0x000001, "Wrong alignment on HoudiniStaticMesh_IsValid"); \ +static_assert(sizeof(HoudiniStaticMesh_IsValid) == 0x000002, "Wrong size on HoudiniStaticMesh_IsValid"); \ +static_assert(offsetof(HoudiniStaticMesh_IsValid, bInSkipVertexIndicesCheck) == 0x000000, "Member 'HoudiniStaticMesh_IsValid::bInSkipVertexIndicesCheck' has a wrong offset!"); \ +static_assert(offsetof(HoudiniStaticMesh_IsValid, ReturnValue) == 0x000001, "Member 'HoudiniStaticMesh_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniStaticMesh \ +static_assert(alignof(UHoudiniStaticMesh) == 0x000008, "Wrong alignment on UHoudiniStaticMesh"); \ +static_assert(sizeof(UHoudiniStaticMesh) == 0x0000D0, "Wrong size on UHoudiniStaticMesh"); \ +static_assert(offsetof(UHoudiniStaticMesh, bHasNormals) == 0x000030, "Member 'UHoudiniStaticMesh::bHasNormals' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMesh, bHasTangents) == 0x000031, "Member 'UHoudiniStaticMesh::bHasTangents' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMesh, bHasColors) == 0x000032, "Member 'UHoudiniStaticMesh::bHasColors' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMesh, NumUVLayers) == 0x000034, "Member 'UHoudiniStaticMesh::NumUVLayers' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMesh, bHasPerFaceMaterials) == 0x000038, "Member 'UHoudiniStaticMesh::bHasPerFaceMaterials' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMesh, VertexPositions) == 0x000040, "Member 'UHoudiniStaticMesh::VertexPositions' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMesh, TriangleIndices) == 0x000050, "Member 'UHoudiniStaticMesh::TriangleIndices' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMesh, VertexInstanceColors) == 0x000060, "Member 'UHoudiniStaticMesh::VertexInstanceColors' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMesh, VertexInstanceNormals) == 0x000070, "Member 'UHoudiniStaticMesh::VertexInstanceNormals' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMesh, VertexInstanceUTangents) == 0x000080, "Member 'UHoudiniStaticMesh::VertexInstanceUTangents' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMesh, VertexInstanceVTangents) == 0x000090, "Member 'UHoudiniStaticMesh::VertexInstanceVTangents' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMesh, VertexInstanceUVs) == 0x0000A0, "Member 'UHoudiniStaticMesh::VertexInstanceUVs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMesh, MaterialIDsPerTriangle) == 0x0000B0, "Member 'UHoudiniStaticMesh::MaterialIDsPerTriangle' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMesh, StaticMaterials) == 0x0000C0, "Member 'UHoudiniStaticMesh::StaticMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMeshComponent_GetMesh \ +static_assert(alignof(HoudiniStaticMeshComponent_GetMesh) == 0x000008, "Wrong alignment on HoudiniStaticMeshComponent_GetMesh"); \ +static_assert(sizeof(HoudiniStaticMeshComponent_GetMesh) == 0x000008, "Wrong size on HoudiniStaticMeshComponent_GetMesh"); \ +static_assert(offsetof(HoudiniStaticMeshComponent_GetMesh, ReturnValue) == 0x000000, "Member 'HoudiniStaticMeshComponent_GetMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMeshComponent_SetHoudiniIconVisible \ +static_assert(alignof(HoudiniStaticMeshComponent_SetHoudiniIconVisible) == 0x000001, "Wrong alignment on HoudiniStaticMeshComponent_SetHoudiniIconVisible"); \ +static_assert(sizeof(HoudiniStaticMeshComponent_SetHoudiniIconVisible) == 0x000001, "Wrong size on HoudiniStaticMeshComponent_SetHoudiniIconVisible"); \ +static_assert(offsetof(HoudiniStaticMeshComponent_SetHoudiniIconVisible, bInHoudiniIconVisible) == 0x000000, "Member 'HoudiniStaticMeshComponent_SetHoudiniIconVisible::bInHoudiniIconVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMeshComponent_SetMesh \ +static_assert(alignof(HoudiniStaticMeshComponent_SetMesh) == 0x000008, "Wrong alignment on HoudiniStaticMeshComponent_SetMesh"); \ +static_assert(sizeof(HoudiniStaticMeshComponent_SetMesh) == 0x000008, "Wrong size on HoudiniStaticMeshComponent_SetMesh"); \ +static_assert(offsetof(HoudiniStaticMeshComponent_SetMesh, InMesh) == 0x000000, "Member 'HoudiniStaticMeshComponent_SetMesh::InMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoudiniStaticMeshComponent_IsHoudiniIconVisible \ +static_assert(alignof(HoudiniStaticMeshComponent_IsHoudiniIconVisible) == 0x000001, "Wrong alignment on HoudiniStaticMeshComponent_IsHoudiniIconVisible"); \ +static_assert(sizeof(HoudiniStaticMeshComponent_IsHoudiniIconVisible) == 0x000001, "Wrong size on HoudiniStaticMeshComponent_IsHoudiniIconVisible"); \ +static_assert(offsetof(HoudiniStaticMeshComponent_IsHoudiniIconVisible, ReturnValue) == 0x000000, "Member 'HoudiniStaticMeshComponent_IsHoudiniIconVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniStaticMeshComponent \ +static_assert(alignof(UHoudiniStaticMeshComponent) == 0x000010, "Wrong alignment on UHoudiniStaticMeshComponent"); \ +static_assert(sizeof(UHoudiniStaticMeshComponent) == 0x000550, "Wrong size on UHoudiniStaticMeshComponent"); \ +static_assert(offsetof(UHoudiniStaticMeshComponent, Mesh) == 0x000528, "Member 'UHoudiniStaticMeshComponent::Mesh' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMeshComponent, LocalBounds) == 0x000530, "Member 'UHoudiniStaticMeshComponent::LocalBounds' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMeshComponent, bHoudiniIconVisible) == 0x00054C, "Member 'UHoudiniStaticMeshComponent::bHoudiniIconVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IHoudiniAssetStateEvents \ +static_assert(alignof(IHoudiniAssetStateEvents) == 0x000001, "Wrong alignment on IHoudiniAssetStateEvents"); \ +static_assert(sizeof(IHoudiniAssetStateEvents) == 0x000001, "Wrong size on IHoudiniAssetStateEvents"); \ + +#define DUMPER7_ASSERTS_ABP_FileBoxHolder_01_SmallDestruction_C \ +static_assert(alignof(ABP_FileBoxHolder_01_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_FileBoxHolder_01_SmallDestruction_C"); \ +static_assert(sizeof(ABP_FileBoxHolder_01_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_FileBoxHolder_01_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_UGauntletTestController \ +static_assert(alignof(UGauntletTestController) == 0x000008, "Wrong alignment on UGauntletTestController"); \ +static_assert(sizeof(UGauntletTestController) == 0x000038, "Wrong size on UGauntletTestController"); \ + +#define DUMPER7_ASSERTS_UGauntletTestControllerBootTest \ +static_assert(alignof(UGauntletTestControllerBootTest) == 0x000008, "Wrong alignment on UGauntletTestControllerBootTest"); \ +static_assert(sizeof(UGauntletTestControllerBootTest) == 0x000038, "Wrong size on UGauntletTestControllerBootTest"); \ + +#define DUMPER7_ASSERTS_UGauntletTestControllerErrorTest \ +static_assert(alignof(UGauntletTestControllerErrorTest) == 0x000008, "Wrong alignment on UGauntletTestControllerErrorTest"); \ +static_assert(sizeof(UGauntletTestControllerErrorTest) == 0x000058, "Wrong size on UGauntletTestControllerErrorTest"); \ + +#define DUMPER7_ASSERTS_ABP_FileBox_01_open_SmallDestruction_C \ +static_assert(alignof(ABP_FileBox_01_open_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_FileBox_01_open_SmallDestruction_C"); \ +static_assert(sizeof(ABP_FileBox_01_open_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_FileBox_01_open_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_ACableActor \ +static_assert(alignof(ACableActor) == 0x000008, "Wrong alignment on ACableActor"); \ +static_assert(sizeof(ACableActor) == 0x0002B0, "Wrong size on ACableActor"); \ +static_assert(offsetof(ACableActor, CableComponent) == 0x0002A8, "Member 'ACableActor::CableComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CableComponent_SetAttachEndTo \ +static_assert(alignof(CableComponent_SetAttachEndTo) == 0x000008, "Wrong alignment on CableComponent_SetAttachEndTo"); \ +static_assert(sizeof(CableComponent_SetAttachEndTo) == 0x000020, "Wrong size on CableComponent_SetAttachEndTo"); \ +static_assert(offsetof(CableComponent_SetAttachEndTo, Actor) == 0x000000, "Member 'CableComponent_SetAttachEndTo::Actor' has a wrong offset!"); \ +static_assert(offsetof(CableComponent_SetAttachEndTo, ComponentProperty) == 0x000008, "Member 'CableComponent_SetAttachEndTo::ComponentProperty' has a wrong offset!"); \ +static_assert(offsetof(CableComponent_SetAttachEndTo, SocketName) == 0x000014, "Member 'CableComponent_SetAttachEndTo::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CableComponent_SetAttachEndToComponent \ +static_assert(alignof(CableComponent_SetAttachEndToComponent) == 0x000008, "Wrong alignment on CableComponent_SetAttachEndToComponent"); \ +static_assert(sizeof(CableComponent_SetAttachEndToComponent) == 0x000018, "Wrong size on CableComponent_SetAttachEndToComponent"); \ +static_assert(offsetof(CableComponent_SetAttachEndToComponent, Component) == 0x000000, "Member 'CableComponent_SetAttachEndToComponent::Component' has a wrong offset!"); \ +static_assert(offsetof(CableComponent_SetAttachEndToComponent, SocketName) == 0x000008, "Member 'CableComponent_SetAttachEndToComponent::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CableComponent_GetAttachedActor \ +static_assert(alignof(CableComponent_GetAttachedActor) == 0x000008, "Wrong alignment on CableComponent_GetAttachedActor"); \ +static_assert(sizeof(CableComponent_GetAttachedActor) == 0x000008, "Wrong size on CableComponent_GetAttachedActor"); \ +static_assert(offsetof(CableComponent_GetAttachedActor, ReturnValue) == 0x000000, "Member 'CableComponent_GetAttachedActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CableComponent_GetAttachedComponent \ +static_assert(alignof(CableComponent_GetAttachedComponent) == 0x000008, "Wrong alignment on CableComponent_GetAttachedComponent"); \ +static_assert(sizeof(CableComponent_GetAttachedComponent) == 0x000008, "Wrong size on CableComponent_GetAttachedComponent"); \ +static_assert(offsetof(CableComponent_GetAttachedComponent, ReturnValue) == 0x000000, "Member 'CableComponent_GetAttachedComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CableComponent_GetCableParticleLocations \ +static_assert(alignof(CableComponent_GetCableParticleLocations) == 0x000008, "Wrong alignment on CableComponent_GetCableParticleLocations"); \ +static_assert(sizeof(CableComponent_GetCableParticleLocations) == 0x000010, "Wrong size on CableComponent_GetCableParticleLocations"); \ +static_assert(offsetof(CableComponent_GetCableParticleLocations, Locations) == 0x000000, "Member 'CableComponent_GetCableParticleLocations::Locations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCableComponent \ +static_assert(alignof(UCableComponent) == 0x000010, "Wrong alignment on UCableComponent"); \ +static_assert(sizeof(UCableComponent) == 0x0005D0, "Wrong size on UCableComponent"); \ +static_assert(offsetof(UCableComponent, bAttachStart) == 0x000528, "Member 'UCableComponent::bAttachStart' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, bAttachEnd) == 0x000529, "Member 'UCableComponent::bAttachEnd' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, AttachEndTo) == 0x000530, "Member 'UCableComponent::AttachEndTo' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, AttachEndToSocketName) == 0x000560, "Member 'UCableComponent::AttachEndToSocketName' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, EndLocation) == 0x00056C, "Member 'UCableComponent::EndLocation' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, CableLength) == 0x000578, "Member 'UCableComponent::CableLength' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, NumSegments) == 0x00057C, "Member 'UCableComponent::NumSegments' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, SubstepTime) == 0x000580, "Member 'UCableComponent::SubstepTime' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, SolverIterations) == 0x000584, "Member 'UCableComponent::SolverIterations' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, bEnableStiffness) == 0x000588, "Member 'UCableComponent::bEnableStiffness' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, bUseSubstepping) == 0x000589, "Member 'UCableComponent::bUseSubstepping' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, bSkipCableUpdateWhenNotVisible) == 0x00058A, "Member 'UCableComponent::bSkipCableUpdateWhenNotVisible' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, bSkipCableUpdateWhenNotOwnerRecentlyRendered) == 0x00058B, "Member 'UCableComponent::bSkipCableUpdateWhenNotOwnerRecentlyRendered' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, bEnableCollision) == 0x00058C, "Member 'UCableComponent::bEnableCollision' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, CollisionFriction) == 0x000590, "Member 'UCableComponent::CollisionFriction' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, CableForce) == 0x000594, "Member 'UCableComponent::CableForce' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, CableGravityScale) == 0x0005A0, "Member 'UCableComponent::CableGravityScale' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, CableWidth) == 0x0005A4, "Member 'UCableComponent::CableWidth' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, NumSides) == 0x0005A8, "Member 'UCableComponent::NumSides' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, TileMaterial) == 0x0005AC, "Member 'UCableComponent::TileMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZGameModeBase \ +static_assert(alignof(ASBZGameModeBase) == 0x000008, "Wrong alignment on ASBZGameModeBase"); \ +static_assert(sizeof(ASBZGameModeBase) == 0x000358, "Wrong size on ASBZGameModeBase"); \ +static_assert(offsetof(ASBZGameModeBase, SeamlessActors) == 0x000348, "Member 'ASBZGameModeBase::SeamlessActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZGameSessionBase \ +static_assert(alignof(ASBZGameSessionBase) == 0x000008, "Wrong alignment on ASBZGameSessionBase"); \ +static_assert(sizeof(ASBZGameSessionBase) == 0x0002E8, "Wrong size on ASBZGameSessionBase"); \ + +#define DUMPER7_ASSERTS_SBZUtilityLibrary_GetLocalPlayerController \ +static_assert(alignof(SBZUtilityLibrary_GetLocalPlayerController) == 0x000008, "Wrong alignment on SBZUtilityLibrary_GetLocalPlayerController"); \ +static_assert(sizeof(SBZUtilityLibrary_GetLocalPlayerController) == 0x000010, "Wrong size on SBZUtilityLibrary_GetLocalPlayerController"); \ +static_assert(offsetof(SBZUtilityLibrary_GetLocalPlayerController, WorldContextObject) == 0x000000, "Member 'SBZUtilityLibrary_GetLocalPlayerController::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZUtilityLibrary_GetLocalPlayerController, ReturnValue) == 0x000008, "Member 'SBZUtilityLibrary_GetLocalPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZUtilityLibrary \ +static_assert(alignof(USBZUtilityLibrary) == 0x000008, "Wrong alignment on USBZUtilityLibrary"); \ +static_assert(sizeof(USBZUtilityLibrary) == 0x000030, "Wrong size on USBZUtilityLibrary"); \ + +#define DUMPER7_ASSERTS_FSBZSetStateRequest \ +static_assert(alignof(FSBZSetStateRequest) == 0x000008, "Wrong alignment on FSBZSetStateRequest"); \ +static_assert(sizeof(FSBZSetStateRequest) == 0x000018, "Wrong size on FSBZSetStateRequest"); \ +static_assert(offsetof(FSBZSetStateRequest, Data) == 0x000010, "Member 'FSBZSetStateRequest::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachine \ +static_assert(alignof(USBZStateMachine) == 0x000008, "Wrong alignment on USBZStateMachine"); \ +static_assert(sizeof(USBZStateMachine) == 0x0000C0, "Wrong size on USBZStateMachine"); \ +static_assert(offsetof(USBZStateMachine, CurrentState) == 0x000050, "Member 'USBZStateMachine::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachine, SetStateQueue) == 0x000058, "Member 'USBZStateMachine::SetStateQueue' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachine, States) == 0x000070, "Member 'USBZStateMachine::States' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineData \ +static_assert(alignof(USBZStateMachineData) == 0x000008, "Wrong alignment on USBZStateMachineData"); \ +static_assert(sizeof(USBZStateMachineData) == 0x000038, "Wrong size on USBZStateMachineData"); \ +static_assert(offsetof(USBZStateMachineData, PreviousState) == 0x000030, "Member 'USBZStateMachineData::PreviousState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineState \ +static_assert(alignof(USBZStateMachineState) == 0x000008, "Wrong alignment on USBZStateMachineState"); \ +static_assert(sizeof(USBZStateMachineState) == 0x000040, "Wrong size on USBZStateMachineState"); \ + +#define DUMPER7_ASSERTS_UUTD_GiveWay_C \ +static_assert(alignof(UUTD_GiveWay_C) == 0x000008, "Wrong alignment on UUTD_GiveWay_C"); \ +static_assert(sizeof(UUTD_GiveWay_C) == 0x0000B0, "Wrong size on UUTD_GiveWay_C"); \ + +#define DUMPER7_ASSERTS_FAnimationBudgetAllocatorParameters \ +static_assert(alignof(FAnimationBudgetAllocatorParameters) == 0x000004, "Wrong alignment on FAnimationBudgetAllocatorParameters"); \ +static_assert(sizeof(FAnimationBudgetAllocatorParameters) == 0x000050, "Wrong size on FAnimationBudgetAllocatorParameters"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, BudgetInMs) == 0x000000, "Member 'FAnimationBudgetAllocatorParameters::BudgetInMs' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, MinQuality) == 0x000004, "Member 'FAnimationBudgetAllocatorParameters::MinQuality' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, MaxTickRate) == 0x000008, "Member 'FAnimationBudgetAllocatorParameters::MaxTickRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, WorkUnitSmoothingSpeed) == 0x00000C, "Member 'FAnimationBudgetAllocatorParameters::WorkUnitSmoothingSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, AlwaysTickFalloffAggression) == 0x000010, "Member 'FAnimationBudgetAllocatorParameters::AlwaysTickFalloffAggression' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, InterpolationFalloffAggression) == 0x000014, "Member 'FAnimationBudgetAllocatorParameters::InterpolationFalloffAggression' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, InterpolationMaxRate) == 0x000018, "Member 'FAnimationBudgetAllocatorParameters::InterpolationMaxRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, MaxInterpolatedComponents) == 0x00001C, "Member 'FAnimationBudgetAllocatorParameters::MaxInterpolatedComponents' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, InterpolationTickMultiplier) == 0x000020, "Member 'FAnimationBudgetAllocatorParameters::InterpolationTickMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, InitialEstimatedWorkUnitTimeMs) == 0x000024, "Member 'FAnimationBudgetAllocatorParameters::InitialEstimatedWorkUnitTimeMs' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, MaxTickedOffsreenComponents) == 0x000028, "Member 'FAnimationBudgetAllocatorParameters::MaxTickedOffsreenComponents' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, StateChangeThrottleInFrames) == 0x00002C, "Member 'FAnimationBudgetAllocatorParameters::StateChangeThrottleInFrames' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, BudgetFactorBeforeReducedWork) == 0x000030, "Member 'FAnimationBudgetAllocatorParameters::BudgetFactorBeforeReducedWork' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, BudgetFactorBeforeReducedWorkEpsilon) == 0x000034, "Member 'FAnimationBudgetAllocatorParameters::BudgetFactorBeforeReducedWorkEpsilon' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, BudgetPressureSmoothingSpeed) == 0x000038, "Member 'FAnimationBudgetAllocatorParameters::BudgetPressureSmoothingSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, ReducedWorkThrottleMinInFrames) == 0x00003C, "Member 'FAnimationBudgetAllocatorParameters::ReducedWorkThrottleMinInFrames' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, ReducedWorkThrottleMaxInFrames) == 0x000040, "Member 'FAnimationBudgetAllocatorParameters::ReducedWorkThrottleMaxInFrames' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, BudgetFactorBeforeAggressiveReducedWork) == 0x000044, "Member 'FAnimationBudgetAllocatorParameters::BudgetFactorBeforeAggressiveReducedWork' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, ReducedWorkThrottleMaxPerFrame) == 0x000048, "Member 'FAnimationBudgetAllocatorParameters::ReducedWorkThrottleMaxPerFrame' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, BudgetPressureBeforeEmergencyReducedWork) == 0x00004C, "Member 'FAnimationBudgetAllocatorParameters::BudgetPressureBeforeEmergencyReducedWork' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationBudgetBlueprintLibrary_EnableAnimationBudget \ +static_assert(alignof(AnimationBudgetBlueprintLibrary_EnableAnimationBudget) == 0x000008, "Wrong alignment on AnimationBudgetBlueprintLibrary_EnableAnimationBudget"); \ +static_assert(sizeof(AnimationBudgetBlueprintLibrary_EnableAnimationBudget) == 0x000010, "Wrong size on AnimationBudgetBlueprintLibrary_EnableAnimationBudget"); \ +static_assert(offsetof(AnimationBudgetBlueprintLibrary_EnableAnimationBudget, WorldContextObject) == 0x000000, "Member 'AnimationBudgetBlueprintLibrary_EnableAnimationBudget::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AnimationBudgetBlueprintLibrary_EnableAnimationBudget, bEnabled) == 0x000008, "Member 'AnimationBudgetBlueprintLibrary_EnableAnimationBudget::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters \ +static_assert(alignof(AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters) == 0x000008, "Wrong alignment on AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters"); \ +static_assert(sizeof(AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters) == 0x000058, "Wrong size on AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters"); \ +static_assert(offsetof(AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters, WorldContextObject) == 0x000000, "Member 'AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters, InParameters) == 0x000008, "Member 'AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters::InParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationBudgetBlueprintLibrary \ +static_assert(alignof(UAnimationBudgetBlueprintLibrary) == 0x000008, "Wrong alignment on UAnimationBudgetBlueprintLibrary"); \ +static_assert(sizeof(UAnimationBudgetBlueprintLibrary) == 0x000030, "Wrong size on UAnimationBudgetBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponentBudgeted_SetAutoRegisterWithBudgetAllocator \ +static_assert(alignof(SkeletalMeshComponentBudgeted_SetAutoRegisterWithBudgetAllocator) == 0x000001, "Wrong alignment on SkeletalMeshComponentBudgeted_SetAutoRegisterWithBudgetAllocator"); \ +static_assert(sizeof(SkeletalMeshComponentBudgeted_SetAutoRegisterWithBudgetAllocator) == 0x000001, "Wrong size on SkeletalMeshComponentBudgeted_SetAutoRegisterWithBudgetAllocator"); \ +static_assert(offsetof(SkeletalMeshComponentBudgeted_SetAutoRegisterWithBudgetAllocator, bInAutoRegisterWithBudgetAllocator) == 0x000000, "Member 'SkeletalMeshComponentBudgeted_SetAutoRegisterWithBudgetAllocator::bInAutoRegisterWithBudgetAllocator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeletalMeshComponentBudgeted \ +static_assert(alignof(USkeletalMeshComponentBudgeted) == 0x000010, "Wrong alignment on USkeletalMeshComponentBudgeted"); \ +static_assert(sizeof(USkeletalMeshComponentBudgeted) == 0x001000, "Wrong size on USkeletalMeshComponentBudgeted"); \ +static_assert(offsetof(USkeletalMeshComponentBudgeted, bOptimizeUsingRenderedOnScreen) == 0x000FE5, "Member 'USkeletalMeshComponentBudgeted::bOptimizeUsingRenderedOnScreen' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponentBudgeted, DistFromCameraToBeConsideredClose) == 0x000FE8, "Member 'USkeletalMeshComponentBudgeted::DistFromCameraToBeConsideredClose' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponentBudgeted, RenderedOnScreenTimeTolerance) == 0x000FEC, "Member 'USkeletalMeshComponentBudgeted::RenderedOnScreenTimeTolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DamageType_Justicar_C \ +static_assert(alignof(UBP_DamageType_Justicar_C) == 0x000008, "Wrong alignment on UBP_DamageType_Justicar_C"); \ +static_assert(sizeof(UBP_DamageType_Justicar_C) == 0x000090, "Wrong size on UBP_DamageType_Justicar_C"); \ + +#define DUMPER7_ASSERTS_BP_RedKeycard_C_UserConstructionScript \ +static_assert(alignof(BP_RedKeycard_C_UserConstructionScript) == 0x000001, "Wrong alignment on BP_RedKeycard_C_UserConstructionScript"); \ +static_assert(sizeof(BP_RedKeycard_C_UserConstructionScript) == 0x000001, "Wrong size on BP_RedKeycard_C_UserConstructionScript"); \ +static_assert(offsetof(BP_RedKeycard_C_UserConstructionScript, CallFunc_IsDedicatedServer_ReturnValue) == 0x000000, "Member 'BP_RedKeycard_C_UserConstructionScript::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RedKeycard_C_GetSensorComponent \ +static_assert(alignof(BP_RedKeycard_C_GetSensorComponent) == 0x000008, "Wrong alignment on BP_RedKeycard_C_GetSensorComponent"); \ +static_assert(sizeof(BP_RedKeycard_C_GetSensorComponent) == 0x000008, "Wrong size on BP_RedKeycard_C_GetSensorComponent"); \ +static_assert(offsetof(BP_RedKeycard_C_GetSensorComponent, ReturnValue) == 0x000000, "Member 'BP_RedKeycard_C_GetSensorComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RedKeycard_C_GetSensorOutlineComponent \ +static_assert(alignof(BP_RedKeycard_C_GetSensorOutlineComponent) == 0x000008, "Wrong alignment on BP_RedKeycard_C_GetSensorOutlineComponent"); \ +static_assert(sizeof(BP_RedKeycard_C_GetSensorOutlineComponent) == 0x000008, "Wrong size on BP_RedKeycard_C_GetSensorOutlineComponent"); \ +static_assert(offsetof(BP_RedKeycard_C_GetSensorOutlineComponent, ReturnValue) == 0x000000, "Member 'BP_RedKeycard_C_GetSensorOutlineComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RedKeycard_C \ +static_assert(alignof(ABP_RedKeycard_C) == 0x000008, "Wrong alignment on ABP_RedKeycard_C"); \ +static_assert(sizeof(ABP_RedKeycard_C) == 0x000320, "Wrong size on ABP_RedKeycard_C"); \ +static_assert(offsetof(ABP_RedKeycard_C, text) == 0x000308, "Member 'ABP_RedKeycard_C::text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP \ +static_assert(alignof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP) == 0x000008, "Wrong alignment on WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP"); \ +static_assert(sizeof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP) == 0x000108, "Wrong size on WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP"); \ +static_assert(offsetof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP, EntryPoint) == 0x000000, "Member 'WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP, K2Node_CustomEvent_ChannelName) == 0x000008, "Member 'WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP::K2Node_CustomEvent_ChannelName' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP, K2Node_CustomEvent_PlayerName) == 0x000018, "Member 'WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP::K2Node_CustomEvent_PlayerName' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP, K2Node_CustomEvent_bIsTalking) == 0x000028, "Member 'WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP::K2Node_CustomEvent_bIsTalking' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP, CallFunc_GetSBZGameUserSettings_ReturnValue) == 0x000030, "Member 'WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP::CallFunc_GetSBZGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP, CallFunc_IsVoIPEnabled_ReturnValue) == 0x000038, "Member 'WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP::CallFunc_IsVoIPEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP, K2Node_CreateDelegate_OutputDelegate) == 0x00003C, "Member 'WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP, K2Node_Event_IsDesignTime) == 0x000050, "Member 'WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP, K2Node_CustomEvent_EOSProdID_1) == 0x000058, "Member 'WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP::K2Node_CustomEvent_EOSProdID_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP, K2Node_CustomEvent_bIsMuted) == 0x000068, "Member 'WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP::K2Node_CustomEvent_bIsMuted' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP, K2Node_CreateDelegate_OutputDelegate_1) == 0x00006C, "Member 'WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP, K2Node_CustomEvent_EOSProdID) == 0x000080, "Member 'WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP::K2Node_CustomEvent_EOSProdID' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP, K2Node_CustomEvent_bIsBlocked) == 0x000090, "Member 'WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP::K2Node_CustomEvent_bIsBlocked' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP, K2Node_CreateDelegate_OutputDelegate_2) == 0x000094, "Member 'WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000A8, "Member 'WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x0000A9, "Member 'WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000AC, "Member 'WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP, CallFunc_IsVisible_ReturnValue) == 0x0000C0, "Member 'WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP, CallFunc_GetSBZGameUserSettings_ReturnValue_1) == 0x0000C8, "Member 'WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP::CallFunc_GetSBZGameUserSettings_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP, K2Node_CustomEvent_EOSId) == 0x0000D0, "Member 'WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP::K2Node_CustomEvent_EOSId' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP, K2Node_CustomEvent_Joined) == 0x0000E0, "Member 'WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP::K2Node_CustomEvent_Joined' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP, CallFunc_IsVoIPEnabled_ReturnValue_1) == 0x0000E1, "Member 'WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP::CallFunc_IsVoIPEnabled_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP, CallFunc_BooleanAND_ReturnValue) == 0x0000E2, "Member 'WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000E4, "Member 'WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x0000F8, "Member 'WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP, CallFunc_EqualEqual_StrStr_ReturnValue_2) == 0x000100, "Member 'WBP_VoIP_C_ExecuteUbergraph_WBP_VoIP::CallFunc_EqualEqual_StrStr_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_VoIP_C_VoicechatParticipantsChanged \ +static_assert(alignof(WBP_VoIP_C_VoicechatParticipantsChanged) == 0x000008, "Wrong alignment on WBP_VoIP_C_VoicechatParticipantsChanged"); \ +static_assert(sizeof(WBP_VoIP_C_VoicechatParticipantsChanged) == 0x000018, "Wrong size on WBP_VoIP_C_VoicechatParticipantsChanged"); \ +static_assert(offsetof(WBP_VoIP_C_VoicechatParticipantsChanged, EOSId) == 0x000000, "Member 'WBP_VoIP_C_VoicechatParticipantsChanged::EOSId' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_VoicechatParticipantsChanged, Joined) == 0x000010, "Member 'WBP_VoIP_C_VoicechatParticipantsChanged::Joined' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_VoIP_C_PlayerBlockUpdated \ +static_assert(alignof(WBP_VoIP_C_PlayerBlockUpdated) == 0x000008, "Wrong alignment on WBP_VoIP_C_PlayerBlockUpdated"); \ +static_assert(sizeof(WBP_VoIP_C_PlayerBlockUpdated) == 0x000018, "Wrong size on WBP_VoIP_C_PlayerBlockUpdated"); \ +static_assert(offsetof(WBP_VoIP_C_PlayerBlockUpdated, EOSProdID) == 0x000000, "Member 'WBP_VoIP_C_PlayerBlockUpdated::EOSProdID' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_PlayerBlockUpdated, bIsBlocked) == 0x000010, "Member 'WBP_VoIP_C_PlayerBlockUpdated::bIsBlocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_VoIP_C_PlayerMuteUpdated \ +static_assert(alignof(WBP_VoIP_C_PlayerMuteUpdated) == 0x000008, "Wrong alignment on WBP_VoIP_C_PlayerMuteUpdated"); \ +static_assert(sizeof(WBP_VoIP_C_PlayerMuteUpdated) == 0x000018, "Wrong size on WBP_VoIP_C_PlayerMuteUpdated"); \ +static_assert(offsetof(WBP_VoIP_C_PlayerMuteUpdated, EOSProdID) == 0x000000, "Member 'WBP_VoIP_C_PlayerMuteUpdated::EOSProdID' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_PlayerMuteUpdated, bIsMuted) == 0x000010, "Member 'WBP_VoIP_C_PlayerMuteUpdated::bIsMuted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_VoIP_C_PlayerTalkingUpdated \ +static_assert(alignof(WBP_VoIP_C_PlayerTalkingUpdated) == 0x000008, "Wrong alignment on WBP_VoIP_C_PlayerTalkingUpdated"); \ +static_assert(sizeof(WBP_VoIP_C_PlayerTalkingUpdated) == 0x000028, "Wrong size on WBP_VoIP_C_PlayerTalkingUpdated"); \ +static_assert(offsetof(WBP_VoIP_C_PlayerTalkingUpdated, ChannelName) == 0x000000, "Member 'WBP_VoIP_C_PlayerTalkingUpdated::ChannelName' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_PlayerTalkingUpdated, PlayerName) == 0x000010, "Member 'WBP_VoIP_C_PlayerTalkingUpdated::PlayerName' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_PlayerTalkingUpdated, bIsTalking) == 0x000020, "Member 'WBP_VoIP_C_PlayerTalkingUpdated::bIsTalking' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_VoIP_C_PreConstruct \ +static_assert(alignof(WBP_VoIP_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_VoIP_C_PreConstruct"); \ +static_assert(sizeof(WBP_VoIP_C_PreConstruct) == 0x000001, "Wrong size on WBP_VoIP_C_PreConstruct"); \ +static_assert(offsetof(WBP_VoIP_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_VoIP_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_VoIP_C_CheckState \ +static_assert(alignof(WBP_VoIP_C_CheckState) == 0x000008, "Wrong alignment on WBP_VoIP_C_CheckState"); \ +static_assert(sizeof(WBP_VoIP_C_CheckState) == 0x000038, "Wrong size on WBP_VoIP_C_CheckState"); \ +static_assert(offsetof(WBP_VoIP_C_CheckState, CallFunc_GetLocalPlayerState_ReturnValue) == 0x000000, "Member 'WBP_VoIP_C_CheckState::CallFunc_GetLocalPlayerState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_CheckState, CallFunc_IsPlayerInChannel_InVoiceChannel) == 0x000008, "Member 'WBP_VoIP_C_CheckState::CallFunc_IsPlayerInChannel_InVoiceChannel' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_CheckState, CallFunc_GetEOSProductUserId_ReturnValue) == 0x000010, "Member 'WBP_VoIP_C_CheckState::CallFunc_GetEOSProductUserId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_CheckState, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000020, "Member 'WBP_VoIP_C_CheckState::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_CheckState, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000028, "Member 'WBP_VoIP_C_CheckState::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_CheckState, CallFunc_GetPlayerMuted_bIsMuted) == 0x000030, "Member 'WBP_VoIP_C_CheckState::CallFunc_GetPlayerMuted_bIsMuted' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_CheckState, CallFunc_GetPlayerMuted_ReturnValue) == 0x000031, "Member 'WBP_VoIP_C_CheckState::CallFunc_GetPlayerMuted_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_CheckState, CallFunc_GetPlayerBlocked_ReturnValue) == 0x000032, "Member 'WBP_VoIP_C_CheckState::CallFunc_GetPlayerBlocked_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_VoIP_C_UpdateTalkingIndicator \ +static_assert(alignof(WBP_VoIP_C_UpdateTalkingIndicator) == 0x000008, "Wrong alignment on WBP_VoIP_C_UpdateTalkingIndicator"); \ +static_assert(sizeof(WBP_VoIP_C_UpdateTalkingIndicator) == 0x000018, "Wrong size on WBP_VoIP_C_UpdateTalkingIndicator"); \ +static_assert(offsetof(WBP_VoIP_C_UpdateTalkingIndicator, InPlayerName) == 0x000000, "Member 'WBP_VoIP_C_UpdateTalkingIndicator::InPlayerName' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_UpdateTalkingIndicator, IsTalking_0) == 0x000010, "Member 'WBP_VoIP_C_UpdateTalkingIndicator::IsTalking_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_UpdateTalkingIndicator, CallFunc_CanPlayerTalk_AbleToTalk) == 0x000011, "Member 'WBP_VoIP_C_UpdateTalkingIndicator::CallFunc_CanPlayerTalk_AbleToTalk' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIP_C_UpdateTalkingIndicator, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000012, "Member 'WBP_VoIP_C_UpdateTalkingIndicator::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_VoIP_C \ +static_assert(alignof(UWBP_VoIP_C) == 0x000008, "Wrong alignment on UWBP_VoIP_C"); \ +static_assert(sizeof(UWBP_VoIP_C) == 0x0002C0, "Wrong size on UWBP_VoIP_C"); \ +static_assert(offsetof(UWBP_VoIP_C, UberGraphFrame) == 0x000290, "Member 'UWBP_VoIP_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_VoIP_C, SoundIconOFF) == 0x000298, "Member 'UWBP_VoIP_C::SoundIconOFF' has a wrong offset!"); \ +static_assert(offsetof(UWBP_VoIP_C, SoundIconOn) == 0x0002A0, "Member 'UWBP_VoIP_C::SoundIconOn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_VoIP_C, EOSProdUID) == 0x0002A8, "Member 'UWBP_VoIP_C::EOSProdUID' has a wrong offset!"); \ +static_assert(offsetof(UWBP_VoIP_C, IsMuted) == 0x0002B8, "Member 'UWBP_VoIP_C::IsMuted' has a wrong offset!"); \ +static_assert(offsetof(UWBP_VoIP_C, IsBlocked) == 0x0002B9, "Member 'UWBP_VoIP_C::IsBlocked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_VoIP_C, IsTalking) == 0x0002BA, "Member 'UWBP_VoIP_C::IsTalking' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGamepadCursorSettings \ +static_assert(alignof(UGamepadCursorSettings) == 0x000008, "Wrong alignment on UGamepadCursorSettings"); \ +static_assert(sizeof(UGamepadCursorSettings) == 0x000108, "Wrong size on UGamepadCursorSettings"); \ +static_assert(offsetof(UGamepadCursorSettings, AnalogCursorAccelerationCurve) == 0x000048, "Member 'UGamepadCursorSettings::AnalogCursorAccelerationCurve' has a wrong offset!"); \ +static_assert(offsetof(UGamepadCursorSettings, MaxAnalogCursorSpeed) == 0x0000D0, "Member 'UGamepadCursorSettings::MaxAnalogCursorSpeed' has a wrong offset!"); \ +static_assert(offsetof(UGamepadCursorSettings, MaxAnalogCursorSpeedWhenHovered) == 0x0000D4, "Member 'UGamepadCursorSettings::MaxAnalogCursorSpeedWhenHovered' has a wrong offset!"); \ +static_assert(offsetof(UGamepadCursorSettings, AnalogCursorDragCoefficient) == 0x0000D8, "Member 'UGamepadCursorSettings::AnalogCursorDragCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UGamepadCursorSettings, AnalogCursorDragCoefficientWhenHovered) == 0x0000DC, "Member 'UGamepadCursorSettings::AnalogCursorDragCoefficientWhenHovered' has a wrong offset!"); \ +static_assert(offsetof(UGamepadCursorSettings, MinAnalogCursorSpeed) == 0x0000E0, "Member 'UGamepadCursorSettings::MinAnalogCursorSpeed' has a wrong offset!"); \ +static_assert(offsetof(UGamepadCursorSettings, AnalogCursorDeadZone) == 0x0000E4, "Member 'UGamepadCursorSettings::AnalogCursorDeadZone' has a wrong offset!"); \ +static_assert(offsetof(UGamepadCursorSettings, AnalogCursorAccelerationMultiplier) == 0x0000E8, "Member 'UGamepadCursorSettings::AnalogCursorAccelerationMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UGamepadCursorSettings, AnalogCursorSize) == 0x0000EC, "Member 'UGamepadCursorSettings::AnalogCursorSize' has a wrong offset!"); \ +static_assert(offsetof(UGamepadCursorSettings, bUseEngineAnalogCursor) == 0x0000F0, "Member 'UGamepadCursorSettings::bUseEngineAnalogCursor' has a wrong offset!"); \ +static_assert(offsetof(UGamepadCursorSettings, bAnalogCursorNoAcceleration) == 0x0000F1, "Member 'UGamepadCursorSettings::bAnalogCursorNoAcceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VirtualCursorFunctionLibrary_DisableVirtualCursor \ +static_assert(alignof(VirtualCursorFunctionLibrary_DisableVirtualCursor) == 0x000008, "Wrong alignment on VirtualCursorFunctionLibrary_DisableVirtualCursor"); \ +static_assert(sizeof(VirtualCursorFunctionLibrary_DisableVirtualCursor) == 0x000008, "Wrong size on VirtualCursorFunctionLibrary_DisableVirtualCursor"); \ +static_assert(offsetof(VirtualCursorFunctionLibrary_DisableVirtualCursor, PC) == 0x000000, "Member 'VirtualCursorFunctionLibrary_DisableVirtualCursor::PC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VirtualCursorFunctionLibrary_EnableVirtualCursor \ +static_assert(alignof(VirtualCursorFunctionLibrary_EnableVirtualCursor) == 0x000008, "Wrong alignment on VirtualCursorFunctionLibrary_EnableVirtualCursor"); \ +static_assert(sizeof(VirtualCursorFunctionLibrary_EnableVirtualCursor) == 0x000008, "Wrong size on VirtualCursorFunctionLibrary_EnableVirtualCursor"); \ +static_assert(offsetof(VirtualCursorFunctionLibrary_EnableVirtualCursor, PC) == 0x000000, "Member 'VirtualCursorFunctionLibrary_EnableVirtualCursor::PC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VirtualCursorFunctionLibrary_IsCursorOverInteractableWidget \ +static_assert(alignof(VirtualCursorFunctionLibrary_IsCursorOverInteractableWidget) == 0x000001, "Wrong alignment on VirtualCursorFunctionLibrary_IsCursorOverInteractableWidget"); \ +static_assert(sizeof(VirtualCursorFunctionLibrary_IsCursorOverInteractableWidget) == 0x000001, "Wrong size on VirtualCursorFunctionLibrary_IsCursorOverInteractableWidget"); \ +static_assert(offsetof(VirtualCursorFunctionLibrary_IsCursorOverInteractableWidget, ReturnValue) == 0x000000, "Member 'VirtualCursorFunctionLibrary_IsCursorOverInteractableWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VirtualCursorFunctionLibrary_IsEnabled \ +static_assert(alignof(VirtualCursorFunctionLibrary_IsEnabled) == 0x000001, "Wrong alignment on VirtualCursorFunctionLibrary_IsEnabled"); \ +static_assert(sizeof(VirtualCursorFunctionLibrary_IsEnabled) == 0x000001, "Wrong size on VirtualCursorFunctionLibrary_IsEnabled"); \ +static_assert(offsetof(VirtualCursorFunctionLibrary_IsEnabled, ReturnValue) == 0x000000, "Member 'VirtualCursorFunctionLibrary_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VirtualCursorFunctionLibrary_IsMoving \ +static_assert(alignof(VirtualCursorFunctionLibrary_IsMoving) == 0x000001, "Wrong alignment on VirtualCursorFunctionLibrary_IsMoving"); \ +static_assert(sizeof(VirtualCursorFunctionLibrary_IsMoving) == 0x000001, "Wrong size on VirtualCursorFunctionLibrary_IsMoving"); \ +static_assert(offsetof(VirtualCursorFunctionLibrary_IsMoving, ReturnValue) == 0x000000, "Member 'VirtualCursorFunctionLibrary_IsMoving::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VirtualCursorFunctionLibrary_IsUsingAnalogCursor \ +static_assert(alignof(VirtualCursorFunctionLibrary_IsUsingAnalogCursor) == 0x000001, "Wrong alignment on VirtualCursorFunctionLibrary_IsUsingAnalogCursor"); \ +static_assert(sizeof(VirtualCursorFunctionLibrary_IsUsingAnalogCursor) == 0x000001, "Wrong size on VirtualCursorFunctionLibrary_IsUsingAnalogCursor"); \ +static_assert(offsetof(VirtualCursorFunctionLibrary_IsUsingAnalogCursor, ReturnValue) == 0x000000, "Member 'VirtualCursorFunctionLibrary_IsUsingAnalogCursor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVirtualCursorFunctionLibrary \ +static_assert(alignof(UVirtualCursorFunctionLibrary) == 0x000008, "Wrong alignment on UVirtualCursorFunctionLibrary"); \ +static_assert(sizeof(UVirtualCursorFunctionLibrary) == 0x000030, "Wrong size on UVirtualCursorFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_ABP_BackItemMoneyBag_01_C \ +static_assert(alignof(ABP_BackItemMoneyBag_01_C) == 0x000008, "Wrong alignment on ABP_BackItemMoneyBag_01_C"); \ +static_assert(sizeof(ABP_BackItemMoneyBag_01_C) == 0x000320, "Wrong size on ABP_BackItemMoneyBag_01_C"); \ +static_assert(offsetof(ABP_BackItemMoneyBag_01_C, FX_Leak) == 0x000318, "Member 'ABP_BackItemMoneyBag_01_C::FX_Leak' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrefabricatorAssetCollectionItem \ +static_assert(alignof(FPrefabricatorAssetCollectionItem) == 0x000008, "Wrong alignment on FPrefabricatorAssetCollectionItem"); \ +static_assert(sizeof(FPrefabricatorAssetCollectionItem) == 0x000038, "Wrong size on FPrefabricatorAssetCollectionItem"); \ +static_assert(offsetof(FPrefabricatorAssetCollectionItem, PrefabAsset) == 0x000000, "Member 'FPrefabricatorAssetCollectionItem::PrefabAsset' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorAssetCollectionItem, Weight) == 0x000030, "Member 'FPrefabricatorAssetCollectionItem::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrefabricatorComponentData \ +static_assert(alignof(FPrefabricatorComponentData) == 0x000010, "Wrong alignment on FPrefabricatorComponentData"); \ +static_assert(sizeof(FPrefabricatorComponentData) == 0x000070, "Wrong size on FPrefabricatorComponentData"); \ +static_assert(offsetof(FPrefabricatorComponentData, RelativeTransform) == 0x000000, "Member 'FPrefabricatorComponentData::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorComponentData, ComponentName) == 0x000030, "Member 'FPrefabricatorComponentData::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorComponentData, ComponentClass) == 0x000040, "Member 'FPrefabricatorComponentData::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorComponentData, Properties) == 0x000048, "Member 'FPrefabricatorComponentData::Properties' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorComponentData, CustomProperties) == 0x000058, "Member 'FPrefabricatorComponentData::CustomProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrefabricatorActorData \ +static_assert(alignof(FPrefabricatorActorData) == 0x000010, "Wrong alignment on FPrefabricatorActorData"); \ +static_assert(sizeof(FPrefabricatorActorData) == 0x0000A0, "Wrong size on FPrefabricatorActorData"); \ +static_assert(offsetof(FPrefabricatorActorData, PrefabItemID) == 0x000000, "Member 'FPrefabricatorActorData::PrefabItemID' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorActorData, RelativeTransform) == 0x000010, "Member 'FPrefabricatorActorData::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorActorData, ClassPath) == 0x000040, "Member 'FPrefabricatorActorData::ClassPath' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorActorData, ClassPathRef) == 0x000050, "Member 'FPrefabricatorActorData::ClassPathRef' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorActorData, Properties) == 0x000070, "Member 'FPrefabricatorActorData::Properties' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorActorData, Components) == 0x000080, "Member 'FPrefabricatorActorData::Components' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorActorData, CustomProperties) == 0x000090, "Member 'FPrefabricatorActorData::CustomProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrefabricatorPropertyAssetMapping \ +static_assert(alignof(FPrefabricatorPropertyAssetMapping) == 0x000008, "Wrong alignment on FPrefabricatorPropertyAssetMapping"); \ +static_assert(sizeof(FPrefabricatorPropertyAssetMapping) == 0x000040, "Wrong size on FPrefabricatorPropertyAssetMapping"); \ +static_assert(offsetof(FPrefabricatorPropertyAssetMapping, AssetReference) == 0x000000, "Member 'FPrefabricatorPropertyAssetMapping::AssetReference' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorPropertyAssetMapping, AssetClassName) == 0x000020, "Member 'FPrefabricatorPropertyAssetMapping::AssetClassName' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorPropertyAssetMapping, AssetObjectPath) == 0x000030, "Member 'FPrefabricatorPropertyAssetMapping::AssetObjectPath' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorPropertyAssetMapping, bUseQuotes) == 0x00003C, "Member 'FPrefabricatorPropertyAssetMapping::bUseQuotes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrefabActor_GetPrefabAsset \ +static_assert(alignof(PrefabActor_GetPrefabAsset) == 0x000008, "Wrong alignment on PrefabActor_GetPrefabAsset"); \ +static_assert(sizeof(PrefabActor_GetPrefabAsset) == 0x000008, "Wrong size on PrefabActor_GetPrefabAsset"); \ +static_assert(offsetof(PrefabActor_GetPrefabAsset, ReturnValue) == 0x000000, "Member 'PrefabActor_GetPrefabAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrefabActor_IsPrefabOutdated \ +static_assert(alignof(PrefabActor_IsPrefabOutdated) == 0x000001, "Wrong alignment on PrefabActor_IsPrefabOutdated"); \ +static_assert(sizeof(PrefabActor_IsPrefabOutdated) == 0x000001, "Wrong size on PrefabActor_IsPrefabOutdated"); \ +static_assert(offsetof(PrefabActor_IsPrefabOutdated, ReturnValue) == 0x000000, "Member 'PrefabActor_IsPrefabOutdated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrefabActor_RandomizeSeed \ +static_assert(alignof(PrefabActor_RandomizeSeed) == 0x000004, "Wrong alignment on PrefabActor_RandomizeSeed"); \ +static_assert(sizeof(PrefabActor_RandomizeSeed) == 0x00000C, "Wrong size on PrefabActor_RandomizeSeed"); \ +static_assert(offsetof(PrefabActor_RandomizeSeed, InRandom) == 0x000000, "Member 'PrefabActor_RandomizeSeed::InRandom' has a wrong offset!"); \ +static_assert(offsetof(PrefabActor_RandomizeSeed, bRecursive) == 0x000008, "Member 'PrefabActor_RandomizeSeed::bRecursive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APrefabActor \ +static_assert(alignof(APrefabActor) == 0x000008, "Wrong alignment on APrefabActor"); \ +static_assert(sizeof(APrefabActor) == 0x0002C8, "Wrong size on APrefabActor"); \ +static_assert(offsetof(APrefabActor, PrefabComponent) == 0x0002A8, "Member 'APrefabActor::PrefabComponent' has a wrong offset!"); \ +static_assert(offsetof(APrefabActor, LastUpdateID) == 0x0002B0, "Member 'APrefabActor::LastUpdateID' has a wrong offset!"); \ +static_assert(offsetof(APrefabActor, Seed) == 0x0002C0, "Member 'APrefabActor::Seed' has a wrong offset!"); \ +static_assert(offsetof(APrefabActor, bIsLocked) == 0x0002C7, "Member 'APrefabActor::bIsLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AReplicablePrefabActor \ +static_assert(alignof(AReplicablePrefabActor) == 0x000008, "Wrong alignment on AReplicablePrefabActor"); \ +static_assert(sizeof(AReplicablePrefabActor) == 0x0002C8, "Wrong size on AReplicablePrefabActor"); \ + +#define DUMPER7_ASSERTS_UPrefabComponent \ +static_assert(alignof(UPrefabComponent) == 0x000010, "Wrong alignment on UPrefabComponent"); \ +static_assert(sizeof(UPrefabComponent) == 0x000260, "Wrong size on UPrefabComponent"); \ +static_assert(offsetof(UPrefabComponent, PrefabAssetInterface) == 0x000228, "Member 'UPrefabComponent::PrefabAssetInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APrefabDebugActor \ +static_assert(alignof(APrefabDebugActor) == 0x000008, "Wrong alignment on APrefabDebugActor"); \ +static_assert(sizeof(APrefabDebugActor) == 0x0002C0, "Wrong size on APrefabDebugActor"); \ +static_assert(offsetof(APrefabDebugActor, Actor) == 0x0002A8, "Member 'APrefabDebugActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(APrefabDebugActor, ActorData) == 0x0002B0, "Member 'APrefabDebugActor::ActorData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrefabInstancingBaseActor_Uninstancify \ +static_assert(alignof(PrefabInstancingBaseActor_Uninstancify) == 0x000008, "Wrong alignment on PrefabInstancingBaseActor_Uninstancify"); \ +static_assert(sizeof(PrefabInstancingBaseActor_Uninstancify) == 0x000010, "Wrong size on PrefabInstancingBaseActor_Uninstancify"); \ +static_assert(offsetof(PrefabInstancingBaseActor_Uninstancify, ReturnValue) == 0x000000, "Member 'PrefabInstancingBaseActor_Uninstancify::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APrefabInstancingBaseActor \ +static_assert(alignof(APrefabInstancingBaseActor) == 0x000008, "Wrong alignment on APrefabInstancingBaseActor"); \ +static_assert(sizeof(APrefabInstancingBaseActor) == 0x000308, "Wrong size on APrefabInstancingBaseActor"); \ +static_assert(offsetof(APrefabInstancingBaseActor, ReferencedActors) == 0x0002A8, "Member 'APrefabInstancingBaseActor::ReferencedActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APrefabHSMIActor \ +static_assert(alignof(APrefabHSMIActor) == 0x000008, "Wrong alignment on APrefabHSMIActor"); \ +static_assert(sizeof(APrefabHSMIActor) == 0x000310, "Wrong size on APrefabHSMIActor"); \ +static_assert(offsetof(APrefabHSMIActor, HierarchicalInstancedStaticMesh) == 0x000308, "Member 'APrefabHSMIActor::HierarchicalInstancedStaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APrefabInstancingActor \ +static_assert(alignof(APrefabInstancingActor) == 0x000008, "Wrong alignment on APrefabInstancingActor"); \ +static_assert(sizeof(APrefabInstancingActor) == 0x000300, "Wrong size on APrefabInstancingActor"); \ +static_assert(offsetof(APrefabInstancingActor, InstancedStaticMesh) == 0x0002A8, "Member 'APrefabInstancingActor::InstancedStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(APrefabInstancingActor, HierarchicalInstancedStaticMesh) == 0x0002B0, "Member 'APrefabInstancingActor::HierarchicalInstancedStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(APrefabInstancingActor, bISM) == 0x0002B8, "Member 'APrefabInstancingActor::bISM' has a wrong offset!"); \ +static_assert(offsetof(APrefabInstancingActor, ReferencedActors) == 0x0002C0, "Member 'APrefabInstancingActor::ReferencedActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APrefabInstancingMeshActor \ +static_assert(alignof(APrefabInstancingMeshActor) == 0x000008, "Wrong alignment on APrefabInstancingMeshActor"); \ +static_assert(sizeof(APrefabInstancingMeshActor) == 0x000310, "Wrong size on APrefabInstancingMeshActor"); \ +static_assert(offsetof(APrefabInstancingMeshActor, InstancedStaticMesh) == 0x000308, "Member 'APrefabInstancingMeshActor::InstancedStaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrefabRandomizer_Randomize \ +static_assert(alignof(PrefabRandomizer_Randomize) == 0x000004, "Wrong alignment on PrefabRandomizer_Randomize"); \ +static_assert(sizeof(PrefabRandomizer_Randomize) == 0x000004, "Wrong size on PrefabRandomizer_Randomize"); \ +static_assert(offsetof(PrefabRandomizer_Randomize, InSeed) == 0x000000, "Member 'PrefabRandomizer_Randomize::InSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APrefabRandomizer \ +static_assert(alignof(APrefabRandomizer) == 0x000008, "Wrong alignment on APrefabRandomizer"); \ +static_assert(sizeof(APrefabRandomizer) == 0x0002E8, "Wrong size on APrefabRandomizer"); \ +static_assert(offsetof(APrefabRandomizer, bRandomizeOnBeginPlay) == 0x0002A8, "Member 'APrefabRandomizer::bRandomizeOnBeginPlay' has a wrong offset!"); \ +static_assert(offsetof(APrefabRandomizer, SeedOffset) == 0x0002AC, "Member 'APrefabRandomizer::SeedOffset' has a wrong offset!"); \ +static_assert(offsetof(APrefabRandomizer, MaxBuildTimePerFrame) == 0x0002B0, "Member 'APrefabRandomizer::MaxBuildTimePerFrame' has a wrong offset!"); \ +static_assert(offsetof(APrefabRandomizer, OnRandomizationComplete) == 0x0002B8, "Member 'APrefabRandomizer::OnRandomizationComplete' has a wrong offset!"); \ +static_assert(offsetof(APrefabRandomizer, bFastSyncBuild) == 0x0002C8, "Member 'APrefabRandomizer::bFastSyncBuild' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPrefabricatorProperty \ +static_assert(alignof(UPrefabricatorProperty) == 0x000008, "Wrong alignment on UPrefabricatorProperty"); \ +static_assert(sizeof(UPrefabricatorProperty) == 0x000078, "Wrong size on UPrefabricatorProperty"); \ +static_assert(offsetof(UPrefabricatorProperty, PropertyName) == 0x000030, "Member 'UPrefabricatorProperty::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorProperty, ExportedValue) == 0x000040, "Member 'UPrefabricatorProperty::ExportedValue' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorProperty, AssetSoftReferenceMappings) == 0x000050, "Member 'UPrefabricatorProperty::AssetSoftReferenceMappings' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorProperty, bIsCrossReferencedActor) == 0x000060, "Member 'UPrefabricatorProperty::bIsCrossReferencedActor' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorProperty, CrossReferencePrefabActorId) == 0x000064, "Member 'UPrefabricatorProperty::CrossReferencePrefabActorId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrefabricatorEventListener_PostSpawn \ +static_assert(alignof(PrefabricatorEventListener_PostSpawn) == 0x000008, "Wrong alignment on PrefabricatorEventListener_PostSpawn"); \ +static_assert(sizeof(PrefabricatorEventListener_PostSpawn) == 0x000008, "Wrong size on PrefabricatorEventListener_PostSpawn"); \ +static_assert(offsetof(PrefabricatorEventListener_PostSpawn, Prefab) == 0x000000, "Member 'PrefabricatorEventListener_PostSpawn::Prefab' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPrefabricatorEventListener \ +static_assert(alignof(UPrefabricatorEventListener) == 0x000008, "Wrong alignment on UPrefabricatorEventListener"); \ +static_assert(sizeof(UPrefabricatorEventListener) == 0x000030, "Wrong size on UPrefabricatorEventListener"); \ + +#define DUMPER7_ASSERTS_UPrefabricatorAssetInterface \ +static_assert(alignof(UPrefabricatorAssetInterface) == 0x000008, "Wrong alignment on UPrefabricatorAssetInterface"); \ +static_assert(sizeof(UPrefabricatorAssetInterface) == 0x000040, "Wrong size on UPrefabricatorAssetInterface"); \ +static_assert(offsetof(UPrefabricatorAssetInterface, EventListener) == 0x000030, "Member 'UPrefabricatorAssetInterface::EventListener' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorAssetInterface, bReplicates) == 0x000038, "Member 'UPrefabricatorAssetInterface::bReplicates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPrefabricatorAsset \ +static_assert(alignof(UPrefabricatorAsset) == 0x000008, "Wrong alignment on UPrefabricatorAsset"); \ +static_assert(sizeof(UPrefabricatorAsset) == 0x000078, "Wrong size on UPrefabricatorAsset"); \ +static_assert(offsetof(UPrefabricatorAsset, ActorData) == 0x000040, "Member 'UPrefabricatorAsset::ActorData' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorAsset, PrefabMobility) == 0x000050, "Member 'UPrefabricatorAsset::PrefabMobility' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorAsset, LastUpdateID) == 0x000054, "Member 'UPrefabricatorAsset::LastUpdateID' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorAsset, ThumbnailInfo) == 0x000068, "Member 'UPrefabricatorAsset::ThumbnailInfo' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorAsset, Version) == 0x000070, "Member 'UPrefabricatorAsset::Version' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPrefabricatorAssetCollection \ +static_assert(alignof(UPrefabricatorAssetCollection) == 0x000008, "Wrong alignment on UPrefabricatorAssetCollection"); \ +static_assert(sizeof(UPrefabricatorAssetCollection) == 0x000058, "Wrong size on UPrefabricatorAssetCollection"); \ +static_assert(offsetof(UPrefabricatorAssetCollection, Prefabs) == 0x000040, "Member 'UPrefabricatorAssetCollection::Prefabs' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorAssetCollection, Version) == 0x000050, "Member 'UPrefabricatorAssetCollection::Version' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPrefabricatorAssetUserData \ +static_assert(alignof(UPrefabricatorAssetUserData) == 0x000008, "Wrong alignment on UPrefabricatorAssetUserData"); \ +static_assert(sizeof(UPrefabricatorAssetUserData) == 0x000048, "Wrong size on UPrefabricatorAssetUserData"); \ +static_assert(offsetof(UPrefabricatorAssetUserData, PrefabActor) == 0x000030, "Member 'UPrefabricatorAssetUserData::PrefabActor' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorAssetUserData, ItemID) == 0x000038, "Member 'UPrefabricatorAssetUserData::ItemID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrefabricatorBlueprintLibrary_GetAllAttachedActors \ +static_assert(alignof(PrefabricatorBlueprintLibrary_GetAllAttachedActors) == 0x000008, "Wrong alignment on PrefabricatorBlueprintLibrary_GetAllAttachedActors"); \ +static_assert(sizeof(PrefabricatorBlueprintLibrary_GetAllAttachedActors) == 0x000018, "Wrong size on PrefabricatorBlueprintLibrary_GetAllAttachedActors"); \ +static_assert(offsetof(PrefabricatorBlueprintLibrary_GetAllAttachedActors, Prefab) == 0x000000, "Member 'PrefabricatorBlueprintLibrary_GetAllAttachedActors::Prefab' has a wrong offset!"); \ +static_assert(offsetof(PrefabricatorBlueprintLibrary_GetAllAttachedActors, AttachedActors) == 0x000008, "Member 'PrefabricatorBlueprintLibrary_GetAllAttachedActors::AttachedActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrefabricatorBlueprintLibrary_RandomizePrefab \ +static_assert(alignof(PrefabricatorBlueprintLibrary_RandomizePrefab) == 0x000008, "Wrong alignment on PrefabricatorBlueprintLibrary_RandomizePrefab"); \ +static_assert(sizeof(PrefabricatorBlueprintLibrary_RandomizePrefab) == 0x000010, "Wrong size on PrefabricatorBlueprintLibrary_RandomizePrefab"); \ +static_assert(offsetof(PrefabricatorBlueprintLibrary_RandomizePrefab, PrefabActor) == 0x000000, "Member 'PrefabricatorBlueprintLibrary_RandomizePrefab::PrefabActor' has a wrong offset!"); \ +static_assert(offsetof(PrefabricatorBlueprintLibrary_RandomizePrefab, InRandom) == 0x000008, "Member 'PrefabricatorBlueprintLibrary_RandomizePrefab::InRandom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrefabricatorBlueprintLibrary_SpawnPrefab \ +static_assert(alignof(PrefabricatorBlueprintLibrary_SpawnPrefab) == 0x000010, "Wrong alignment on PrefabricatorBlueprintLibrary_SpawnPrefab"); \ +static_assert(sizeof(PrefabricatorBlueprintLibrary_SpawnPrefab) == 0x000050, "Wrong size on PrefabricatorBlueprintLibrary_SpawnPrefab"); \ +static_assert(offsetof(PrefabricatorBlueprintLibrary_SpawnPrefab, WorldContextObject) == 0x000000, "Member 'PrefabricatorBlueprintLibrary_SpawnPrefab::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PrefabricatorBlueprintLibrary_SpawnPrefab, Prefab) == 0x000008, "Member 'PrefabricatorBlueprintLibrary_SpawnPrefab::Prefab' has a wrong offset!"); \ +static_assert(offsetof(PrefabricatorBlueprintLibrary_SpawnPrefab, Transform) == 0x000010, "Member 'PrefabricatorBlueprintLibrary_SpawnPrefab::Transform' has a wrong offset!"); \ +static_assert(offsetof(PrefabricatorBlueprintLibrary_SpawnPrefab, Seed) == 0x000040, "Member 'PrefabricatorBlueprintLibrary_SpawnPrefab::Seed' has a wrong offset!"); \ +static_assert(offsetof(PrefabricatorBlueprintLibrary_SpawnPrefab, ReturnValue) == 0x000048, "Member 'PrefabricatorBlueprintLibrary_SpawnPrefab::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPrefabricatorBlueprintLibrary \ +static_assert(alignof(UPrefabricatorBlueprintLibrary) == 0x000008, "Wrong alignment on UPrefabricatorBlueprintLibrary"); \ +static_assert(sizeof(UPrefabricatorBlueprintLibrary) == 0x000030, "Wrong size on UPrefabricatorBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UPrefabricatorSettings \ +static_assert(alignof(UPrefabricatorSettings) == 0x000008, "Wrong alignment on UPrefabricatorSettings"); \ +static_assert(sizeof(UPrefabricatorSettings) == 0x000060, "Wrong size on UPrefabricatorSettings"); \ +static_assert(offsetof(UPrefabricatorSettings, PivotPosition) == 0x000048, "Member 'UPrefabricatorSettings::PivotPosition' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorSettings, bAllowDynamicUpdate) == 0x000049, "Member 'UPrefabricatorSettings::bAllowDynamicUpdate' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorSettings, DefaultThumbnailPitch) == 0x00004C, "Member 'UPrefabricatorSettings::DefaultThumbnailPitch' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorSettings, DefaultThumbnailYaw) == 0x000050, "Member 'UPrefabricatorSettings::DefaultThumbnailYaw' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorSettings, DefaultThumbnailZoom) == 0x000054, "Member 'UPrefabricatorSettings::DefaultThumbnailZoom' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorSettings, bCenteredPivotOnMerge) == 0x000058, "Member 'UPrefabricatorSettings::bCenteredPivotOnMerge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPrefabSeedLinkerComponent \ +static_assert(alignof(UPrefabSeedLinkerComponent) == 0x000010, "Wrong alignment on UPrefabSeedLinkerComponent"); \ +static_assert(sizeof(UPrefabSeedLinkerComponent) == 0x000230, "Wrong size on UPrefabSeedLinkerComponent"); \ + +#define DUMPER7_ASSERTS_APrefabSeedLinker \ +static_assert(alignof(APrefabSeedLinker) == 0x000008, "Wrong alignment on APrefabSeedLinker"); \ +static_assert(sizeof(APrefabSeedLinker) == 0x0002C0, "Wrong size on APrefabSeedLinker"); \ +static_assert(offsetof(APrefabSeedLinker, LinkedActors) == 0x0002A8, "Member 'APrefabSeedLinker::LinkedActors' has a wrong offset!"); \ +static_assert(offsetof(APrefabSeedLinker, SeedLinkerComponent) == 0x0002B8, "Member 'APrefabSeedLinker::SeedLinkerComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstructionSystemSavePlayerInfo \ +static_assert(alignof(FConstructionSystemSavePlayerInfo) == 0x000010, "Wrong alignment on FConstructionSystemSavePlayerInfo"); \ +static_assert(sizeof(FConstructionSystemSavePlayerInfo) == 0x000050, "Wrong size on FConstructionSystemSavePlayerInfo"); \ +static_assert(offsetof(FConstructionSystemSavePlayerInfo, bRestorePlayerInfo) == 0x000000, "Member 'FConstructionSystemSavePlayerInfo::bRestorePlayerInfo' has a wrong offset!"); \ +static_assert(offsetof(FConstructionSystemSavePlayerInfo, Transform) == 0x000010, "Member 'FConstructionSystemSavePlayerInfo::Transform' has a wrong offset!"); \ +static_assert(offsetof(FConstructionSystemSavePlayerInfo, ControlRotation) == 0x000040, "Member 'FConstructionSystemSavePlayerInfo::ControlRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstructionSystemSaveConstructedItem \ +static_assert(alignof(FConstructionSystemSaveConstructedItem) == 0x000010, "Wrong alignment on FConstructionSystemSaveConstructedItem"); \ +static_assert(sizeof(FConstructionSystemSaveConstructedItem) == 0x000040, "Wrong size on FConstructionSystemSaveConstructedItem"); \ +static_assert(offsetof(FConstructionSystemSaveConstructedItem, PrefabAsset) == 0x000000, "Member 'FConstructionSystemSaveConstructedItem::PrefabAsset' has a wrong offset!"); \ +static_assert(offsetof(FConstructionSystemSaveConstructedItem, Seed) == 0x000008, "Member 'FConstructionSystemSaveConstructedItem::Seed' has a wrong offset!"); \ +static_assert(offsetof(FConstructionSystemSaveConstructedItem, Transform) == 0x000010, "Member 'FConstructionSystemSaveConstructedItem::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCSnapConstraintWall \ +static_assert(alignof(FPCSnapConstraintWall) == 0x000001, "Wrong alignment on FPCSnapConstraintWall"); \ +static_assert(sizeof(FPCSnapConstraintWall) == 0x000004, "Wrong size on FPCSnapConstraintWall"); \ +static_assert(offsetof(FPCSnapConstraintWall, AttachTop) == 0x000000, "Member 'FPCSnapConstraintWall::AttachTop' has a wrong offset!"); \ +static_assert(offsetof(FPCSnapConstraintWall, AttachBottom) == 0x000001, "Member 'FPCSnapConstraintWall::AttachBottom' has a wrong offset!"); \ +static_assert(offsetof(FPCSnapConstraintWall, AttachLeft) == 0x000002, "Member 'FPCSnapConstraintWall::AttachLeft' has a wrong offset!"); \ +static_assert(offsetof(FPCSnapConstraintWall, AttachRight) == 0x000003, "Member 'FPCSnapConstraintWall::AttachRight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCSnapConstraintFloor \ +static_assert(alignof(FPCSnapConstraintFloor) == 0x000001, "Wrong alignment on FPCSnapConstraintFloor"); \ +static_assert(sizeof(FPCSnapConstraintFloor) == 0x000006, "Wrong size on FPCSnapConstraintFloor"); \ +static_assert(offsetof(FPCSnapConstraintFloor, AttachX) == 0x000000, "Member 'FPCSnapConstraintFloor::AttachX' has a wrong offset!"); \ +static_assert(offsetof(FPCSnapConstraintFloor, AttachXNegative) == 0x000001, "Member 'FPCSnapConstraintFloor::AttachXNegative' has a wrong offset!"); \ +static_assert(offsetof(FPCSnapConstraintFloor, AttachY) == 0x000002, "Member 'FPCSnapConstraintFloor::AttachY' has a wrong offset!"); \ +static_assert(offsetof(FPCSnapConstraintFloor, AttachYNegative) == 0x000003, "Member 'FPCSnapConstraintFloor::AttachYNegative' has a wrong offset!"); \ +static_assert(offsetof(FPCSnapConstraintFloor, AttachZ) == 0x000004, "Member 'FPCSnapConstraintFloor::AttachZ' has a wrong offset!"); \ +static_assert(offsetof(FPCSnapConstraintFloor, AttachZNegative) == 0x000005, "Member 'FPCSnapConstraintFloor::AttachZNegative' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstructionSystemUIPrefabEntry \ +static_assert(alignof(FConstructionSystemUIPrefabEntry) == 0x000008, "Wrong alignment on FConstructionSystemUIPrefabEntry"); \ +static_assert(sizeof(FConstructionSystemUIPrefabEntry) == 0x000040, "Wrong size on FConstructionSystemUIPrefabEntry"); \ +static_assert(offsetof(FConstructionSystemUIPrefabEntry, DisplayName) == 0x000000, "Member 'FConstructionSystemUIPrefabEntry::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FConstructionSystemUIPrefabEntry, Tooltip) == 0x000018, "Member 'FConstructionSystemUIPrefabEntry::Tooltip' has a wrong offset!"); \ +static_assert(offsetof(FConstructionSystemUIPrefabEntry, Icon) == 0x000030, "Member 'FConstructionSystemUIPrefabEntry::Icon' has a wrong offset!"); \ +static_assert(offsetof(FConstructionSystemUIPrefabEntry, Prefab) == 0x000038, "Member 'FConstructionSystemUIPrefabEntry::Prefab' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstructionSystemUICategory \ +static_assert(alignof(FConstructionSystemUICategory) == 0x000008, "Wrong alignment on FConstructionSystemUICategory"); \ +static_assert(sizeof(FConstructionSystemUICategory) == 0x000030, "Wrong size on FConstructionSystemUICategory"); \ +static_assert(offsetof(FConstructionSystemUICategory, DisplayName) == 0x000000, "Member 'FConstructionSystemUICategory::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FConstructionSystemUICategory, Icon) == 0x000018, "Member 'FConstructionSystemUICategory::Icon' has a wrong offset!"); \ +static_assert(offsetof(FConstructionSystemUICategory, PrefabEntries) == 0x000020, "Member 'FConstructionSystemUICategory::PrefabEntries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstructionSystemSaveSystem_HandleConstructionSystemLevelLoad \ +static_assert(alignof(ConstructionSystemSaveSystem_HandleConstructionSystemLevelLoad) == 0x000008, "Wrong alignment on ConstructionSystemSaveSystem_HandleConstructionSystemLevelLoad"); \ +static_assert(sizeof(ConstructionSystemSaveSystem_HandleConstructionSystemLevelLoad) == 0x000008, "Wrong size on ConstructionSystemSaveSystem_HandleConstructionSystemLevelLoad"); \ +static_assert(offsetof(ConstructionSystemSaveSystem_HandleConstructionSystemLevelLoad, WorldContextObject) == 0x000000, "Member 'ConstructionSystemSaveSystem_HandleConstructionSystemLevelLoad::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstructionSystemSaveSystem_LoadConstructionSystemLevel \ +static_assert(alignof(ConstructionSystemSaveSystem_LoadConstructionSystemLevel) == 0x000008, "Wrong alignment on ConstructionSystemSaveSystem_LoadConstructionSystemLevel"); \ +static_assert(sizeof(ConstructionSystemSaveSystem_LoadConstructionSystemLevel) == 0x000030, "Wrong size on ConstructionSystemSaveSystem_LoadConstructionSystemLevel"); \ +static_assert(offsetof(ConstructionSystemSaveSystem_LoadConstructionSystemLevel, WorldContextObject) == 0x000000, "Member 'ConstructionSystemSaveSystem_LoadConstructionSystemLevel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ConstructionSystemSaveSystem_LoadConstructionSystemLevel, LevelName) == 0x000008, "Member 'ConstructionSystemSaveSystem_LoadConstructionSystemLevel::LevelName' has a wrong offset!"); \ +static_assert(offsetof(ConstructionSystemSaveSystem_LoadConstructionSystemLevel, bAbsolute) == 0x000014, "Member 'ConstructionSystemSaveSystem_LoadConstructionSystemLevel::bAbsolute' has a wrong offset!"); \ +static_assert(offsetof(ConstructionSystemSaveSystem_LoadConstructionSystemLevel, SaveSlotName) == 0x000018, "Member 'ConstructionSystemSaveSystem_LoadConstructionSystemLevel::SaveSlotName' has a wrong offset!"); \ +static_assert(offsetof(ConstructionSystemSaveSystem_LoadConstructionSystemLevel, UserIndex) == 0x000028, "Member 'ConstructionSystemSaveSystem_LoadConstructionSystemLevel::UserIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstructionSystemSaveSystem_SaveConstructionSystemLevel \ +static_assert(alignof(ConstructionSystemSaveSystem_SaveConstructionSystemLevel) == 0x000008, "Wrong alignment on ConstructionSystemSaveSystem_SaveConstructionSystemLevel"); \ +static_assert(sizeof(ConstructionSystemSaveSystem_SaveConstructionSystemLevel) == 0x000020, "Wrong size on ConstructionSystemSaveSystem_SaveConstructionSystemLevel"); \ +static_assert(offsetof(ConstructionSystemSaveSystem_SaveConstructionSystemLevel, WorldContextObject) == 0x000000, "Member 'ConstructionSystemSaveSystem_SaveConstructionSystemLevel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ConstructionSystemSaveSystem_SaveConstructionSystemLevel, SaveSlotName) == 0x000008, "Member 'ConstructionSystemSaveSystem_SaveConstructionSystemLevel::SaveSlotName' has a wrong offset!"); \ +static_assert(offsetof(ConstructionSystemSaveSystem_SaveConstructionSystemLevel, UserIndex) == 0x000018, "Member 'ConstructionSystemSaveSystem_SaveConstructionSystemLevel::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(ConstructionSystemSaveSystem_SaveConstructionSystemLevel, bSavePlayerState) == 0x00001C, "Member 'ConstructionSystemSaveSystem_SaveConstructionSystemLevel::bSavePlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstructionSystemSaveSystem \ +static_assert(alignof(UConstructionSystemSaveSystem) == 0x000008, "Wrong alignment on UConstructionSystemSaveSystem"); \ +static_assert(sizeof(UConstructionSystemSaveSystem) == 0x000030, "Wrong size on UConstructionSystemSaveSystem"); \ + +#define DUMPER7_ASSERTS_UConstructionSystemTool \ +static_assert(alignof(UConstructionSystemTool) == 0x000008, "Wrong alignment on UConstructionSystemTool"); \ +static_assert(sizeof(UConstructionSystemTool) == 0x000038, "Wrong size on UConstructionSystemTool"); \ + +#define DUMPER7_ASSERTS_ConstructionSystemBuildTool_HandleInput_RotateCursorStep \ +static_assert(alignof(ConstructionSystemBuildTool_HandleInput_RotateCursorStep) == 0x000004, "Wrong alignment on ConstructionSystemBuildTool_HandleInput_RotateCursorStep"); \ +static_assert(sizeof(ConstructionSystemBuildTool_HandleInput_RotateCursorStep) == 0x000004, "Wrong size on ConstructionSystemBuildTool_HandleInput_RotateCursorStep"); \ +static_assert(offsetof(ConstructionSystemBuildTool_HandleInput_RotateCursorStep, NumSteps) == 0x000000, "Member 'ConstructionSystemBuildTool_HandleInput_RotateCursorStep::NumSteps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstructionSystemBuildTool_SetActivePrefab \ +static_assert(alignof(ConstructionSystemBuildTool_SetActivePrefab) == 0x000008, "Wrong alignment on ConstructionSystemBuildTool_SetActivePrefab"); \ +static_assert(sizeof(ConstructionSystemBuildTool_SetActivePrefab) == 0x000008, "Wrong size on ConstructionSystemBuildTool_SetActivePrefab"); \ +static_assert(offsetof(ConstructionSystemBuildTool_SetActivePrefab, InActivePrefabAsset) == 0x000000, "Member 'ConstructionSystemBuildTool_SetActivePrefab::InActivePrefabAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstructionSystemBuildTool \ +static_assert(alignof(UConstructionSystemBuildTool) == 0x000008, "Wrong alignment on UConstructionSystemBuildTool"); \ +static_assert(sizeof(UConstructionSystemBuildTool) == 0x000188, "Wrong size on UConstructionSystemBuildTool"); \ +static_assert(offsetof(UConstructionSystemBuildTool, TraceDistance) == 0x000038, "Member 'UConstructionSystemBuildTool::TraceDistance' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemBuildTool, CursorRotationStepAngle) == 0x00003C, "Member 'UConstructionSystemBuildTool::CursorRotationStepAngle' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemBuildTool, Cursor) == 0x000040, "Member 'UConstructionSystemBuildTool::Cursor' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemBuildTool, ActivePrefabAsset) == 0x000048, "Member 'UConstructionSystemBuildTool::ActivePrefabAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstructionSystemComponent_EnableConstructionSystem \ +static_assert(alignof(ConstructionSystemComponent_EnableConstructionSystem) == 0x000001, "Wrong alignment on ConstructionSystemComponent_EnableConstructionSystem"); \ +static_assert(sizeof(ConstructionSystemComponent_EnableConstructionSystem) == 0x000001, "Wrong size on ConstructionSystemComponent_EnableConstructionSystem"); \ +static_assert(offsetof(ConstructionSystemComponent_EnableConstructionSystem, InToolType) == 0x000000, "Member 'ConstructionSystemComponent_EnableConstructionSystem::InToolType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstructionSystemComponent_GetActiveTool \ +static_assert(alignof(ConstructionSystemComponent_GetActiveTool) == 0x000008, "Wrong alignment on ConstructionSystemComponent_GetActiveTool"); \ +static_assert(sizeof(ConstructionSystemComponent_GetActiveTool) == 0x000008, "Wrong size on ConstructionSystemComponent_GetActiveTool"); \ +static_assert(offsetof(ConstructionSystemComponent_GetActiveTool, ReturnValue) == 0x000000, "Member 'ConstructionSystemComponent_GetActiveTool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstructionSystemComponent_GetTool \ +static_assert(alignof(ConstructionSystemComponent_GetTool) == 0x000008, "Wrong alignment on ConstructionSystemComponent_GetTool"); \ +static_assert(sizeof(ConstructionSystemComponent_GetTool) == 0x000010, "Wrong size on ConstructionSystemComponent_GetTool"); \ +static_assert(offsetof(ConstructionSystemComponent_GetTool, InToolType) == 0x000000, "Member 'ConstructionSystemComponent_GetTool::InToolType' has a wrong offset!"); \ +static_assert(offsetof(ConstructionSystemComponent_GetTool, ReturnValue) == 0x000008, "Member 'ConstructionSystemComponent_GetTool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstructionSystemComponent_SetActiveTool \ +static_assert(alignof(ConstructionSystemComponent_SetActiveTool) == 0x000001, "Wrong alignment on ConstructionSystemComponent_SetActiveTool"); \ +static_assert(sizeof(ConstructionSystemComponent_SetActiveTool) == 0x000001, "Wrong size on ConstructionSystemComponent_SetActiveTool"); \ +static_assert(offsetof(ConstructionSystemComponent_SetActiveTool, InToolType) == 0x000000, "Member 'ConstructionSystemComponent_SetActiveTool::InToolType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstructionSystemComponent_GetActiveToolType \ +static_assert(alignof(ConstructionSystemComponent_GetActiveToolType) == 0x000001, "Wrong alignment on ConstructionSystemComponent_GetActiveToolType"); \ +static_assert(sizeof(ConstructionSystemComponent_GetActiveToolType) == 0x000001, "Wrong size on ConstructionSystemComponent_GetActiveToolType"); \ +static_assert(offsetof(ConstructionSystemComponent_GetActiveToolType, ReturnValue) == 0x000000, "Member 'ConstructionSystemComponent_GetActiveToolType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstructionSystemComponent \ +static_assert(alignof(UConstructionSystemComponent) == 0x000008, "Wrong alignment on UConstructionSystemComponent"); \ +static_assert(sizeof(UConstructionSystemComponent) == 0x000160, "Wrong size on UConstructionSystemComponent"); \ +static_assert(offsetof(UConstructionSystemComponent, CursorMaterial) == 0x0000C0, "Member 'UConstructionSystemComponent::CursorMaterial' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemComponent, CursorInvalidMaterial) == 0x0000C8, "Member 'UConstructionSystemComponent::CursorInvalidMaterial' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemComponent, TraceStartDistance) == 0x0000D0, "Member 'UConstructionSystemComponent::TraceStartDistance' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemComponent, TraceSweepRadius) == 0x0000D4, "Member 'UConstructionSystemComponent::TraceSweepRadius' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemComponent, ConstructionCameraActor) == 0x0000D8, "Member 'UConstructionSystemComponent::ConstructionCameraActor' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemComponent, ConstructionCameraTransitionTime) == 0x0000E0, "Member 'UConstructionSystemComponent::ConstructionCameraTransitionTime' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemComponent, ConstructionCameraTransitionExp) == 0x0000E4, "Member 'UConstructionSystemComponent::ConstructionCameraTransitionExp' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemComponent, BuildMenuUI) == 0x0000E8, "Member 'UConstructionSystemComponent::BuildMenuUI' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemComponent, BuildMenuData) == 0x0000F0, "Member 'UConstructionSystemComponent::BuildMenuData' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemComponent, BuildMenuUIInstance) == 0x0000F8, "Member 'UConstructionSystemComponent::BuildMenuUIInstance' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemComponent, ActiveToolType) == 0x000100, "Member 'UConstructionSystemComponent::ActiveToolType' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemComponent, Tools) == 0x000108, "Member 'UConstructionSystemComponent::Tools' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstructionSystemItemUserData \ +static_assert(alignof(UConstructionSystemItemUserData) == 0x000008, "Wrong alignment on UConstructionSystemItemUserData"); \ +static_assert(sizeof(UConstructionSystemItemUserData) == 0x000038, "Wrong size on UConstructionSystemItemUserData"); \ +static_assert(offsetof(UConstructionSystemItemUserData, Seed) == 0x000030, "Member 'UConstructionSystemItemUserData::Seed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstructionSystemCursor \ +static_assert(alignof(UConstructionSystemCursor) == 0x000008, "Wrong alignment on UConstructionSystemCursor"); \ +static_assert(sizeof(UConstructionSystemCursor) == 0x000068, "Wrong size on UConstructionSystemCursor"); \ +static_assert(offsetof(UConstructionSystemCursor, CursorGhostActor) == 0x000030, "Member 'UConstructionSystemCursor::CursorGhostActor' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemCursor, CursorSeed) == 0x000038, "Member 'UConstructionSystemCursor::CursorSeed' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemCursor, CursorMaterial) == 0x000040, "Member 'UConstructionSystemCursor::CursorMaterial' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemCursor, CursorInvalidMaterial) == 0x000048, "Member 'UConstructionSystemCursor::CursorInvalidMaterial' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemCursor, SnapComponents) == 0x000050, "Member 'UConstructionSystemCursor::SnapComponents' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemCursor, ActiveSnapComponentIndex) == 0x000060, "Member 'UConstructionSystemCursor::ActiveSnapComponentIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstructionSystemRemoveTool \ +static_assert(alignof(UConstructionSystemRemoveTool) == 0x000008, "Wrong alignment on UConstructionSystemRemoveTool"); \ +static_assert(sizeof(UConstructionSystemRemoveTool) == 0x0000A0, "Wrong size on UConstructionSystemRemoveTool"); \ +static_assert(offsetof(UConstructionSystemRemoveTool, TraceDistance) == 0x000038, "Member 'UConstructionSystemRemoveTool::TraceDistance' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemRemoveTool, FocusedActor) == 0x00003C, "Member 'UConstructionSystemRemoveTool::FocusedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstructionSystemSaveGame \ +static_assert(alignof(UConstructionSystemSaveGame) == 0x000010, "Wrong alignment on UConstructionSystemSaveGame"); \ +static_assert(sizeof(UConstructionSystemSaveGame) == 0x0000B0, "Wrong size on UConstructionSystemSaveGame"); \ +static_assert(offsetof(UConstructionSystemSaveGame, SaveSlotName) == 0x000030, "Member 'UConstructionSystemSaveGame::SaveSlotName' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemSaveGame, UserIndex) == 0x000040, "Member 'UConstructionSystemSaveGame::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemSaveGame, PlayerInfo) == 0x000050, "Member 'UConstructionSystemSaveGame::PlayerInfo' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemSaveGame, ConstructedItems) == 0x0000A0, "Member 'UConstructionSystemSaveGame::ConstructedItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPrefabricatorConstructionSnapComponent \ +static_assert(alignof(UPrefabricatorConstructionSnapComponent) == 0x000010, "Wrong alignment on UPrefabricatorConstructionSnapComponent"); \ +static_assert(sizeof(UPrefabricatorConstructionSnapComponent) == 0x000540, "Wrong size on UPrefabricatorConstructionSnapComponent"); \ +static_assert(offsetof(UPrefabricatorConstructionSnapComponent, SnapType) == 0x000528, "Member 'UPrefabricatorConstructionSnapComponent::SnapType' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorConstructionSnapComponent, FloorConstraint) == 0x000529, "Member 'UPrefabricatorConstructionSnapComponent::FloorConstraint' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorConstructionSnapComponent, WallConstraint) == 0x00052F, "Member 'UPrefabricatorConstructionSnapComponent::WallConstraint' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorConstructionSnapComponent, bAlignToGroundSlope) == 0x000533, "Member 'UPrefabricatorConstructionSnapComponent::bAlignToGroundSlope' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorConstructionSnapComponent, bUseMaxGroundSlopeConstraint) == 0x000534, "Member 'UPrefabricatorConstructionSnapComponent::bUseMaxGroundSlopeConstraint' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorConstructionSnapComponent, MaxGroundPlacementSlope) == 0x000538, "Member 'UPrefabricatorConstructionSnapComponent::MaxGroundPlacementSlope' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APrefabricatorConstructionSnap \ +static_assert(alignof(APrefabricatorConstructionSnap) == 0x000008, "Wrong alignment on APrefabricatorConstructionSnap"); \ +static_assert(sizeof(APrefabricatorConstructionSnap) == 0x0002B0, "Wrong size on APrefabricatorConstructionSnap"); \ +static_assert(offsetof(APrefabricatorConstructionSnap, ConstructionSnapComponent) == 0x0002A8, "Member 'APrefabricatorConstructionSnap::ConstructionSnapComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstructionSystemBuildUI_SetConstructionSystem \ +static_assert(alignof(ConstructionSystemBuildUI_SetConstructionSystem) == 0x000008, "Wrong alignment on ConstructionSystemBuildUI_SetConstructionSystem"); \ +static_assert(sizeof(ConstructionSystemBuildUI_SetConstructionSystem) == 0x000008, "Wrong size on ConstructionSystemBuildUI_SetConstructionSystem"); \ +static_assert(offsetof(ConstructionSystemBuildUI_SetConstructionSystem, ConstructionSystem) == 0x000000, "Member 'ConstructionSystemBuildUI_SetConstructionSystem::ConstructionSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstructionSystemBuildUI_SetUIAsset \ +static_assert(alignof(ConstructionSystemBuildUI_SetUIAsset) == 0x000008, "Wrong alignment on ConstructionSystemBuildUI_SetUIAsset"); \ +static_assert(sizeof(ConstructionSystemBuildUI_SetUIAsset) == 0x000008, "Wrong size on ConstructionSystemBuildUI_SetUIAsset"); \ +static_assert(offsetof(ConstructionSystemBuildUI_SetUIAsset, UIAsset) == 0x000000, "Member 'ConstructionSystemBuildUI_SetUIAsset::UIAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IConstructionSystemBuildUI \ +static_assert(alignof(IConstructionSystemBuildUI) == 0x000001, "Wrong alignment on IConstructionSystemBuildUI"); \ +static_assert(sizeof(IConstructionSystemBuildUI) == 0x000001, "Wrong size on IConstructionSystemBuildUI"); \ + +#define DUMPER7_ASSERTS_UConstructionSystemUIAsset \ +static_assert(alignof(UConstructionSystemUIAsset) == 0x000008, "Wrong alignment on UConstructionSystemUIAsset"); \ +static_assert(sizeof(UConstructionSystemUIAsset) == 0x000060, "Wrong size on UConstructionSystemUIAsset"); \ +static_assert(offsetof(UConstructionSystemUIAsset, MenuTitle) == 0x000038, "Member 'UConstructionSystemUIAsset::MenuTitle' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemUIAsset, Categories) == 0x000050, "Member 'UConstructionSystemUIAsset::Categories' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_GloveSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_GloveSlotButton \ +static_assert(alignof(WBP_UI_Inventory_GloveSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_GloveSlotButton) == 0x000008, "Wrong alignment on WBP_UI_Inventory_GloveSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_GloveSlotButton"); \ +static_assert(sizeof(WBP_UI_Inventory_GloveSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_GloveSlotButton) == 0x000018, "Wrong size on WBP_UI_Inventory_GloveSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_GloveSlotButton"); \ +static_assert(offsetof(WBP_UI_Inventory_GloveSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_GloveSlotButton, EntryPoint) == 0x000000, "Member 'WBP_UI_Inventory_GloveSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_GloveSlotButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_GloveSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_GloveSlotButton, Temp_bool_Variable) == 0x000004, "Member 'WBP_UI_Inventory_GloveSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_GloveSlotButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_GloveSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_GloveSlotButton, Temp_byte_Variable) == 0x000005, "Member 'WBP_UI_Inventory_GloveSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_GloveSlotButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_GloveSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_GloveSlotButton, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_UI_Inventory_GloveSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_GloveSlotButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_GloveSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_GloveSlotButton, K2Node_Event_IsDesignTime) == 0x000007, "Member 'WBP_UI_Inventory_GloveSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_GloveSlotButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_GloveSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_GloveSlotButton, K2Node_Event_bInHasFocus) == 0x000008, "Member 'WBP_UI_Inventory_GloveSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_GloveSlotButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_GloveSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_GloveSlotButton, K2Node_Event_bIsActiveGloveSlot) == 0x000009, "Member 'WBP_UI_Inventory_GloveSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_GloveSlotButton::K2Node_Event_bIsActiveGloveSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_GloveSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_GloveSlotButton, K2Node_Select_Default) == 0x00000A, "Member 'WBP_UI_Inventory_GloveSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_GloveSlotButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_GloveSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_GloveSlotButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000010, "Member 'WBP_UI_Inventory_GloveSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_GloveSlotButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_GloveSlotButton_C_SetActiveGloveSlot \ +static_assert(alignof(WBP_UI_Inventory_GloveSlotButton_C_SetActiveGloveSlot) == 0x000001, "Wrong alignment on WBP_UI_Inventory_GloveSlotButton_C_SetActiveGloveSlot"); \ +static_assert(sizeof(WBP_UI_Inventory_GloveSlotButton_C_SetActiveGloveSlot) == 0x000001, "Wrong size on WBP_UI_Inventory_GloveSlotButton_C_SetActiveGloveSlot"); \ +static_assert(offsetof(WBP_UI_Inventory_GloveSlotButton_C_SetActiveGloveSlot, bIsActiveGloveSlot) == 0x000000, "Member 'WBP_UI_Inventory_GloveSlotButton_C_SetActiveGloveSlot::bIsActiveGloveSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_GloveSlotButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_Inventory_GloveSlotButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_Inventory_GloveSlotButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_Inventory_GloveSlotButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_Inventory_GloveSlotButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_Inventory_GloveSlotButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_Inventory_GloveSlotButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_GloveSlotButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_Inventory_GloveSlotButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Inventory_GloveSlotButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Inventory_GloveSlotButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Inventory_GloveSlotButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Inventory_GloveSlotButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Inventory_GloveSlotButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_GloveSlotButton_C_OnFocused \ +static_assert(alignof(WBP_UI_Inventory_GloveSlotButton_C_OnFocused) == 0x000008, "Wrong alignment on WBP_UI_Inventory_GloveSlotButton_C_OnFocused"); \ +static_assert(sizeof(WBP_UI_Inventory_GloveSlotButton_C_OnFocused) == 0x000028, "Wrong size on WBP_UI_Inventory_GloveSlotButton_C_OnFocused"); \ +static_assert(offsetof(WBP_UI_Inventory_GloveSlotButton_C_OnFocused, bIsFocused) == 0x000000, "Member 'WBP_UI_Inventory_GloveSlotButton_C_OnFocused::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_GloveSlotButton_C_OnFocused, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_UI_Inventory_GloveSlotButton_C_OnFocused::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_GloveSlotButton_C_OnFocused, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_UI_Inventory_GloveSlotButton_C_OnFocused::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_GloveSlotButton_C_OnFocused, CallFunc_SelectColor_ReturnValue) == 0x000018, "Member 'WBP_UI_Inventory_GloveSlotButton_C_OnFocused::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_GloveSlotButton_C_SetGloveNameColor \ +static_assert(alignof(WBP_UI_Inventory_GloveSlotButton_C_SetGloveNameColor) == 0x000008, "Wrong alignment on WBP_UI_Inventory_GloveSlotButton_C_SetGloveNameColor"); \ +static_assert(sizeof(WBP_UI_Inventory_GloveSlotButton_C_SetGloveNameColor) == 0x000038, "Wrong size on WBP_UI_Inventory_GloveSlotButton_C_SetGloveNameColor"); \ +static_assert(offsetof(WBP_UI_Inventory_GloveSlotButton_C_SetGloveNameColor, DesiredColor) == 0x000000, "Member 'WBP_UI_Inventory_GloveSlotButton_C_SetGloveNameColor::DesiredColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_GloveSlotButton_C_SetGloveNameColor, K2Node_MakeStruct_SlateColor) == 0x000010, "Member 'WBP_UI_Inventory_GloveSlotButton_C_SetGloveNameColor::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_GloveSlotButton_C_CanCustomize \ +static_assert(alignof(WBP_UI_Inventory_GloveSlotButton_C_CanCustomize) == 0x000001, "Wrong alignment on WBP_UI_Inventory_GloveSlotButton_C_CanCustomize"); \ +static_assert(sizeof(WBP_UI_Inventory_GloveSlotButton_C_CanCustomize) == 0x000001, "Wrong size on WBP_UI_Inventory_GloveSlotButton_C_CanCustomize"); \ +static_assert(offsetof(WBP_UI_Inventory_GloveSlotButton_C_CanCustomize, bCanCustomize) == 0x000000, "Member 'WBP_UI_Inventory_GloveSlotButton_C_CanCustomize::bCanCustomize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_GloveSlotButton_C_InitializeGloveVisuals \ +static_assert(alignof(WBP_UI_Inventory_GloveSlotButton_C_InitializeGloveVisuals) == 0x000008, "Wrong alignment on WBP_UI_Inventory_GloveSlotButton_C_InitializeGloveVisuals"); \ +static_assert(sizeof(WBP_UI_Inventory_GloveSlotButton_C_InitializeGloveVisuals) == 0x000040, "Wrong size on WBP_UI_Inventory_GloveSlotButton_C_InitializeGloveVisuals"); \ +static_assert(offsetof(WBP_UI_Inventory_GloveSlotButton_C_InitializeGloveVisuals, CallFunc_GetGloveInSlot_ReturnValue) == 0x000000, "Member 'WBP_UI_Inventory_GloveSlotButton_C_InitializeGloveVisuals::CallFunc_GetGloveInSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_GloveSlotButton_C_InitializeGloveVisuals, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_UI_Inventory_GloveSlotButton_C_InitializeGloveVisuals::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_GloveSlotButton_C_InitializeGloveVisuals, CallFunc_GetGloveInSlot_ReturnValue_1) == 0x000010, "Member 'WBP_UI_Inventory_GloveSlotButton_C_InitializeGloveVisuals::CallFunc_GetGloveInSlot_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_GloveSlotButton_C_InitializeGloveVisuals, CallFunc_IsValid_ReturnValue_1) == 0x000018, "Member 'WBP_UI_Inventory_GloveSlotButton_C_InitializeGloveVisuals::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_GloveSlotButton_C_InitializeGloveVisuals, CallFunc_GetDisplayName_OutDisplayName) == 0x000020, "Member 'WBP_UI_Inventory_GloveSlotButton_C_InitializeGloveVisuals::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_GloveSlotButton_C_InitializeGloveVisuals, CallFunc_GetDisplayName_OutHasText) == 0x000038, "Member 'WBP_UI_Inventory_GloveSlotButton_C_InitializeGloveVisuals::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_GloveSlotButton_C_OnHover \ +static_assert(alignof(WBP_UI_Inventory_GloveSlotButton_C_OnHover) == 0x000001, "Wrong alignment on WBP_UI_Inventory_GloveSlotButton_C_OnHover"); \ +static_assert(sizeof(WBP_UI_Inventory_GloveSlotButton_C_OnHover) == 0x000001, "Wrong size on WBP_UI_Inventory_GloveSlotButton_C_OnHover"); \ +static_assert(offsetof(WBP_UI_Inventory_GloveSlotButton_C_OnHover, bIsHovered) == 0x000000, "Member 'WBP_UI_Inventory_GloveSlotButton_C_OnHover::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Inventory_GloveSlotButton_C \ +static_assert(alignof(UWBP_UI_Inventory_GloveSlotButton_C) == 0x000008, "Wrong alignment on UWBP_UI_Inventory_GloveSlotButton_C"); \ +static_assert(sizeof(UWBP_UI_Inventory_GloveSlotButton_C) == 0x000460, "Wrong size on UWBP_UI_Inventory_GloveSlotButton_C"); \ +static_assert(offsetof(UWBP_UI_Inventory_GloveSlotButton_C, UberGraphFrame) == 0x0003C8, "Member 'UWBP_UI_Inventory_GloveSlotButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_GloveSlotButton_C, HoverAnim) == 0x0003D0, "Member 'UWBP_UI_Inventory_GloveSlotButton_C::HoverAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_GloveSlotButton_C, Border_Highlight) == 0x0003D8, "Member 'UWBP_UI_Inventory_GloveSlotButton_C::Border_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_GloveSlotButton_C, Equipped_Text) == 0x0003E0, "Member 'UWBP_UI_Inventory_GloveSlotButton_C::Equipped_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_GloveSlotButton_C, EquippedB) == 0x0003E8, "Member 'UWBP_UI_Inventory_GloveSlotButton_C::EquippedB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_GloveSlotButton_C, Image) == 0x0003F0, "Member 'UWBP_UI_Inventory_GloveSlotButton_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_GloveSlotButton_C, Image_1) == 0x0003F8, "Member 'UWBP_UI_Inventory_GloveSlotButton_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_GloveSlotButton_C, Image_2) == 0x000400, "Member 'UWBP_UI_Inventory_GloveSlotButton_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_GloveSlotButton_C, Image_8) == 0x000408, "Member 'UWBP_UI_Inventory_GloveSlotButton_C::Image_8' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_GloveSlotButton_C, Image_98) == 0x000410, "Member 'UWBP_UI_Inventory_GloveSlotButton_C::Image_98' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_GloveSlotButton_C, Image_511) == 0x000418, "Member 'UWBP_UI_Inventory_GloveSlotButton_C::Image_511' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_GloveSlotButton_C, Image_Background) == 0x000420, "Member 'UWBP_UI_Inventory_GloveSlotButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_GloveSlotButton_C, Overlay_Button) == 0x000428, "Member 'UWBP_UI_Inventory_GloveSlotButton_C::Overlay_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_GloveSlotButton_C, Plus_Icon_1) == 0x000430, "Member 'UWBP_UI_Inventory_GloveSlotButton_C::Plus_Icon_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_GloveSlotButton_C, Preset_O) == 0x000438, "Member 'UWBP_UI_Inventory_GloveSlotButton_C::Preset_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_GloveSlotButton_C, Purchase) == 0x000440, "Member 'UWBP_UI_Inventory_GloveSlotButton_C::Purchase' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_GloveSlotButton_C, TextBlock_Name) == 0x000448, "Member 'UWBP_UI_Inventory_GloveSlotButton_C::TextBlock_Name' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_GloveSlotButton_C, Widget_Icon) == 0x000450, "Member 'UWBP_UI_Inventory_GloveSlotButton_C::Widget_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_GloveSlotButton_C, bHasDisplayName) == 0x000458, "Member 'UWBP_UI_Inventory_GloveSlotButton_C::bHasDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_GloveSlotButton_C, GloveValid) == 0x000459, "Member 'UWBP_UI_Inventory_GloveSlotButton_C::GloveValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZIrradianceOccluder \ +static_assert(alignof(ASBZIrradianceOccluder) == 0x000008, "Wrong alignment on ASBZIrradianceOccluder"); \ +static_assert(sizeof(ASBZIrradianceOccluder) == 0x0002B0, "Wrong size on ASBZIrradianceOccluder"); \ +static_assert(offsetof(ASBZIrradianceOccluder, IrradianceOccluderComponent) == 0x0002A8, "Member 'ASBZIrradianceOccluder::IrradianceOccluderComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZIrradianceOccluderComponent \ +static_assert(alignof(USBZIrradianceOccluderComponent) == 0x000010, "Wrong alignment on USBZIrradianceOccluderComponent"); \ +static_assert(sizeof(USBZIrradianceOccluderComponent) == 0x000230, "Wrong size on USBZIrradianceOccluderComponent"); \ + +#define DUMPER7_ASSERTS_ASBZLightVisibilityArea \ +static_assert(alignof(ASBZLightVisibilityArea) == 0x000008, "Wrong alignment on ASBZLightVisibilityArea"); \ +static_assert(sizeof(ASBZLightVisibilityArea) == 0x0002D0, "Wrong size on ASBZLightVisibilityArea"); \ +static_assert(offsetof(ASBZLightVisibilityArea, Lights) == 0x0002A8, "Member 'ASBZLightVisibilityArea::Lights' has a wrong offset!"); \ +static_assert(offsetof(ASBZLightVisibilityArea, Shapes) == 0x0002B8, "Member 'ASBZLightVisibilityArea::Shapes' has a wrong offset!"); \ +static_assert(offsetof(ASBZLightVisibilityArea, Action) == 0x0002C8, "Member 'ASBZLightVisibilityArea::Action' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZLightVisibilityAreaManager \ +static_assert(alignof(ASBZLightVisibilityAreaManager) == 0x000008, "Wrong alignment on ASBZLightVisibilityAreaManager"); \ +static_assert(sizeof(ASBZLightVisibilityAreaManager) == 0x0002B8, "Wrong size on ASBZLightVisibilityAreaManager"); \ + +#define DUMPER7_ASSERTS_ASBZLightVisibilityShape \ +static_assert(alignof(ASBZLightVisibilityShape) == 0x000008, "Wrong alignment on ASBZLightVisibilityShape"); \ +static_assert(sizeof(ASBZLightVisibilityShape) == 0x0002A8, "Wrong size on ASBZLightVisibilityShape"); \ + +#define DUMPER7_ASSERTS_ASBZLightVisibilityBoxShape \ +static_assert(alignof(ASBZLightVisibilityBoxShape) == 0x000008, "Wrong alignment on ASBZLightVisibilityBoxShape"); \ +static_assert(sizeof(ASBZLightVisibilityBoxShape) == 0x0002B0, "Wrong size on ASBZLightVisibilityBoxShape"); \ +static_assert(offsetof(ASBZLightVisibilityBoxShape, BoxComponent) == 0x0002A8, "Member 'ASBZLightVisibilityBoxShape::BoxComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZSparseIrradianceHintVolume \ +static_assert(alignof(ASBZSparseIrradianceHintVolume) == 0x000008, "Wrong alignment on ASBZSparseIrradianceHintVolume"); \ +static_assert(sizeof(ASBZSparseIrradianceHintVolume) == 0x000308, "Wrong size on ASBZSparseIrradianceHintVolume"); \ +static_assert(offsetof(ASBZSparseIrradianceHintVolume, Action) == 0x000300, "Member 'ASBZSparseIrradianceHintVolume::Action' has a wrong offset!"); \ +static_assert(offsetof(ASBZSparseIrradianceHintVolume, LightingChannels) == 0x000301, "Member 'ASBZSparseIrradianceHintVolume::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(ASBZSparseIrradianceHintVolume, RepulsionDistance) == 0x000304, "Member 'ASBZSparseIrradianceHintVolume::RepulsionDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraCompileHash \ +static_assert(alignof(FNiagaraCompileHash) == 0x000008, "Wrong alignment on FNiagaraCompileHash"); \ +static_assert(sizeof(FNiagaraCompileHash) == 0x000010, "Wrong size on FNiagaraCompileHash"); \ +static_assert(offsetof(FNiagaraCompileHash, DataHash) == 0x000000, "Member 'FNiagaraCompileHash::DataHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraMergeable \ +static_assert(alignof(UNiagaraMergeable) == 0x000008, "Wrong alignment on UNiagaraMergeable"); \ +static_assert(sizeof(UNiagaraMergeable) == 0x000030, "Wrong size on UNiagaraMergeable"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceBase \ +static_assert(alignof(UNiagaraDataInterfaceBase) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceBase"); \ +static_assert(sizeof(UNiagaraDataInterfaceBase) == 0x000030, "Wrong size on UNiagaraDataInterfaceBase"); \ + +#define DUMPER7_ASSERTS_ABP_PokerSet_01_Chip_Open_SmallDestruction_C \ +static_assert(alignof(ABP_PokerSet_01_Chip_Open_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_PokerSet_01_Chip_Open_SmallDestruction_C"); \ +static_assert(sizeof(ABP_PokerSet_01_Chip_Open_SmallDestruction_C) == 0x0002D8, "Wrong size on ABP_PokerSet_01_Chip_Open_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_FNiagaraOutlinerEmitterInstanceData \ +static_assert(alignof(FNiagaraOutlinerEmitterInstanceData) == 0x000008, "Wrong alignment on FNiagaraOutlinerEmitterInstanceData"); \ +static_assert(sizeof(FNiagaraOutlinerEmitterInstanceData) == 0x000020, "Wrong size on FNiagaraOutlinerEmitterInstanceData"); \ +static_assert(offsetof(FNiagaraOutlinerEmitterInstanceData, EmitterName) == 0x000000, "Member 'FNiagaraOutlinerEmitterInstanceData::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerEmitterInstanceData, SimTarget) == 0x000010, "Member 'FNiagaraOutlinerEmitterInstanceData::SimTarget' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerEmitterInstanceData, ExecState) == 0x000014, "Member 'FNiagaraOutlinerEmitterInstanceData::ExecState' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerEmitterInstanceData, NumParticles) == 0x000018, "Member 'FNiagaraOutlinerEmitterInstanceData::NumParticles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraHalfVector3 \ +static_assert(alignof(FNiagaraHalfVector3) == 0x000002, "Wrong alignment on FNiagaraHalfVector3"); \ +static_assert(sizeof(FNiagaraHalfVector3) == 0x000006, "Wrong size on FNiagaraHalfVector3"); \ +static_assert(offsetof(FNiagaraHalfVector3, x) == 0x000000, "Member 'FNiagaraHalfVector3::x' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraHalfVector3, y) == 0x000002, "Member 'FNiagaraHalfVector3::y' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraHalfVector3, z) == 0x000004, "Member 'FNiagaraHalfVector3::z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraTypeDefinitionHandle \ +static_assert(alignof(FNiagaraTypeDefinitionHandle) == 0x000004, "Wrong alignment on FNiagaraTypeDefinitionHandle"); \ +static_assert(sizeof(FNiagaraTypeDefinitionHandle) == 0x000004, "Wrong size on FNiagaraTypeDefinitionHandle"); \ +static_assert(offsetof(FNiagaraTypeDefinitionHandle, RegisteredTypeIndex) == 0x000000, "Member 'FNiagaraTypeDefinitionHandle::RegisteredTypeIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariableBase \ +static_assert(alignof(FNiagaraVariableBase) == 0x000004, "Wrong alignment on FNiagaraVariableBase"); \ +static_assert(sizeof(FNiagaraVariableBase) == 0x000010, "Wrong size on FNiagaraVariableBase"); \ +static_assert(offsetof(FNiagaraVariableBase, Name) == 0x000000, "Member 'FNiagaraVariableBase::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableBase, TypeDefHandle) == 0x00000C, "Member 'FNiagaraVariableBase::TypeDefHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariable \ +static_assert(alignof(FNiagaraVariable) == 0x000008, "Wrong alignment on FNiagaraVariable"); \ +static_assert(sizeof(FNiagaraVariable) == 0x000020, "Wrong size on FNiagaraVariable"); \ +static_assert(offsetof(FNiagaraVariable, VarData) == 0x000010, "Member 'FNiagaraVariable::VarData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraParameterSectionTemplate \ +static_assert(alignof(FMovieSceneNiagaraParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraParameterSectionTemplate) == 0x000040, "Wrong size on FMovieSceneNiagaraParameterSectionTemplate"); \ +static_assert(offsetof(FMovieSceneNiagaraParameterSectionTemplate, Parameter) == 0x000020, "Member 'FMovieSceneNiagaraParameterSectionTemplate::Parameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDebuggerExecuteConsoleCommand \ +static_assert(alignof(FNiagaraDebuggerExecuteConsoleCommand) == 0x000008, "Wrong alignment on FNiagaraDebuggerExecuteConsoleCommand"); \ +static_assert(sizeof(FNiagaraDebuggerExecuteConsoleCommand) == 0x000018, "Wrong size on FNiagaraDebuggerExecuteConsoleCommand"); \ +static_assert(offsetof(FNiagaraDebuggerExecuteConsoleCommand, Command) == 0x000000, "Member 'FNiagaraDebuggerExecuteConsoleCommand::Command' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebuggerExecuteConsoleCommand, bRequiresWorld) == 0x000010, "Member 'FNiagaraDebuggerExecuteConsoleCommand::bRequiresWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDebuggerConnectionClosed \ +static_assert(alignof(FNiagaraDebuggerConnectionClosed) == 0x000004, "Wrong alignment on FNiagaraDebuggerConnectionClosed"); \ +static_assert(sizeof(FNiagaraDebuggerConnectionClosed) == 0x000020, "Wrong size on FNiagaraDebuggerConnectionClosed"); \ +static_assert(offsetof(FNiagaraDebuggerConnectionClosed, SessionId) == 0x000000, "Member 'FNiagaraDebuggerConnectionClosed::SessionId' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebuggerConnectionClosed, InstanceId) == 0x000010, "Member 'FNiagaraDebuggerConnectionClosed::InstanceId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDebuggerAcceptConnection \ +static_assert(alignof(FNiagaraDebuggerAcceptConnection) == 0x000004, "Wrong alignment on FNiagaraDebuggerAcceptConnection"); \ +static_assert(sizeof(FNiagaraDebuggerAcceptConnection) == 0x000020, "Wrong size on FNiagaraDebuggerAcceptConnection"); \ +static_assert(offsetof(FNiagaraDebuggerAcceptConnection, SessionId) == 0x000000, "Member 'FNiagaraDebuggerAcceptConnection::SessionId' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebuggerAcceptConnection, InstanceId) == 0x000010, "Member 'FNiagaraDebuggerAcceptConnection::InstanceId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraMatrix \ +static_assert(alignof(FNiagaraMatrix) == 0x000010, "Wrong alignment on FNiagaraMatrix"); \ +static_assert(sizeof(FNiagaraMatrix) == 0x000040, "Wrong size on FNiagaraMatrix"); \ +static_assert(offsetof(FNiagaraMatrix, Row0) == 0x000000, "Member 'FNiagaraMatrix::Row0' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMatrix, Row1) == 0x000010, "Member 'FNiagaraMatrix::Row1' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMatrix, Row2) == 0x000020, "Member 'FNiagaraMatrix::Row2' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMatrix, Row3) == 0x000030, "Member 'FNiagaraMatrix::Row3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraFloatParameterSectionTemplate \ +static_assert(alignof(FMovieSceneNiagaraFloatParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraFloatParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraFloatParameterSectionTemplate) == 0x0000E0, "Wrong size on FMovieSceneNiagaraFloatParameterSectionTemplate"); \ +static_assert(offsetof(FMovieSceneNiagaraFloatParameterSectionTemplate, FloatChannel) == 0x000040, "Member 'FMovieSceneNiagaraFloatParameterSectionTemplate::FloatChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDebuggerRequestConnection \ +static_assert(alignof(FNiagaraDebuggerRequestConnection) == 0x000004, "Wrong alignment on FNiagaraDebuggerRequestConnection"); \ +static_assert(sizeof(FNiagaraDebuggerRequestConnection) == 0x000020, "Wrong size on FNiagaraDebuggerRequestConnection"); \ +static_assert(offsetof(FNiagaraDebuggerRequestConnection, SessionId) == 0x000000, "Member 'FNiagaraDebuggerRequestConnection::SessionId' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebuggerRequestConnection, InstanceId) == 0x000010, "Member 'FNiagaraDebuggerRequestConnection::InstanceId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraBoolParameterSectionTemplate \ +static_assert(alignof(FMovieSceneNiagaraBoolParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraBoolParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraBoolParameterSectionTemplate) == 0x0000D0, "Wrong size on FMovieSceneNiagaraBoolParameterSectionTemplate"); \ +static_assert(offsetof(FMovieSceneNiagaraBoolParameterSectionTemplate, BoolChannel) == 0x000040, "Member 'FMovieSceneNiagaraBoolParameterSectionTemplate::BoolChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDeviceProfileStateEntry \ +static_assert(alignof(FNiagaraDeviceProfileStateEntry) == 0x000004, "Wrong alignment on FNiagaraDeviceProfileStateEntry"); \ +static_assert(sizeof(FNiagaraDeviceProfileStateEntry) == 0x000014, "Wrong size on FNiagaraDeviceProfileStateEntry"); \ +static_assert(offsetof(FNiagaraDeviceProfileStateEntry, ProfileName) == 0x000000, "Member 'FNiagaraDeviceProfileStateEntry::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDeviceProfileStateEntry, QualityLevelMask) == 0x00000C, "Member 'FNiagaraDeviceProfileStateEntry::QualityLevelMask' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDeviceProfileStateEntry, SetQualityLevelMask) == 0x000010, "Member 'FNiagaraDeviceProfileStateEntry::SetQualityLevelMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraPlatformSetCVarCondition \ +static_assert(alignof(FNiagaraPlatformSetCVarCondition) == 0x000008, "Wrong alignment on FNiagaraPlatformSetCVarCondition"); \ +static_assert(sizeof(FNiagaraPlatformSetCVarCondition) == 0x000030, "Wrong size on FNiagaraPlatformSetCVarCondition"); \ +static_assert(offsetof(FNiagaraPlatformSetCVarCondition, CVarName) == 0x000000, "Member 'FNiagaraPlatformSetCVarCondition::CVarName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSetCVarCondition, Value) == 0x00000C, "Member 'FNiagaraPlatformSetCVarCondition::Value' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSetCVarCondition, MinInt) == 0x000010, "Member 'FNiagaraPlatformSetCVarCondition::MinInt' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSetCVarCondition, MaxInt) == 0x000014, "Member 'FNiagaraPlatformSetCVarCondition::MaxInt' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSetCVarCondition, MinFloat) == 0x000018, "Member 'FNiagaraPlatformSetCVarCondition::MinFloat' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSetCVarCondition, MaxFloat) == 0x00001C, "Member 'FNiagaraPlatformSetCVarCondition::MaxFloat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraPlatformSet \ +static_assert(alignof(FNiagaraPlatformSet) == 0x000008, "Wrong alignment on FNiagaraPlatformSet"); \ +static_assert(sizeof(FNiagaraPlatformSet) == 0x000030, "Wrong size on FNiagaraPlatformSet"); \ +static_assert(offsetof(FNiagaraPlatformSet, QualityLevelMask) == 0x000000, "Member 'FNiagaraPlatformSet::QualityLevelMask' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSet, DeviceProfileStates) == 0x000008, "Member 'FNiagaraPlatformSet::DeviceProfileStates' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSet, CVarConditions) == 0x000018, "Member 'FNiagaraPlatformSet::CVarConditions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraEmitterScalabilitySettings \ +static_assert(alignof(FNiagaraEmitterScalabilitySettings) == 0x000008, "Wrong alignment on FNiagaraEmitterScalabilitySettings"); \ +static_assert(sizeof(FNiagaraEmitterScalabilitySettings) == 0x000038, "Wrong size on FNiagaraEmitterScalabilitySettings"); \ +static_assert(offsetof(FNiagaraEmitterScalabilitySettings, Platforms) == 0x000000, "Member 'FNiagaraEmitterScalabilitySettings::Platforms' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterScalabilitySettings, SpawnCountScale) == 0x000034, "Member 'FNiagaraEmitterScalabilitySettings::SpawnCountScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraEmitterScalabilityOverride \ +static_assert(alignof(FNiagaraEmitterScalabilityOverride) == 0x000008, "Wrong alignment on FNiagaraEmitterScalabilityOverride"); \ +static_assert(sizeof(FNiagaraEmitterScalabilityOverride) == 0x000040, "Wrong size on FNiagaraEmitterScalabilityOverride"); \ + +#define DUMPER7_ASSERTS_FNiagaraEmitterScalabilityOverrides \ +static_assert(alignof(FNiagaraEmitterScalabilityOverrides) == 0x000008, "Wrong alignment on FNiagaraEmitterScalabilityOverrides"); \ +static_assert(sizeof(FNiagaraEmitterScalabilityOverrides) == 0x000010, "Wrong size on FNiagaraEmitterScalabilityOverrides"); \ +static_assert(offsetof(FNiagaraEmitterScalabilityOverrides, Overrides) == 0x000000, "Member 'FNiagaraEmitterScalabilityOverrides::Overrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraNumeric \ +static_assert(alignof(FNiagaraNumeric) == 0x000001, "Wrong alignment on FNiagaraNumeric"); \ +static_assert(sizeof(FNiagaraNumeric) == 0x000001, "Wrong size on FNiagaraNumeric"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraColorParameterSectionTemplate \ +static_assert(alignof(FMovieSceneNiagaraColorParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraColorParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraColorParameterSectionTemplate) == 0x0002C0, "Wrong size on FMovieSceneNiagaraColorParameterSectionTemplate"); \ +static_assert(offsetof(FMovieSceneNiagaraColorParameterSectionTemplate, RedChannel) == 0x000040, "Member 'FMovieSceneNiagaraColorParameterSectionTemplate::RedChannel' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraColorParameterSectionTemplate, GreenChannel) == 0x0000E0, "Member 'FMovieSceneNiagaraColorParameterSectionTemplate::GreenChannel' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraColorParameterSectionTemplate, BlueChannel) == 0x000180, "Member 'FMovieSceneNiagaraColorParameterSectionTemplate::BlueChannel' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraColorParameterSectionTemplate, AlphaChannel) == 0x000220, "Member 'FMovieSceneNiagaraColorParameterSectionTemplate::AlphaChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraIntegerParameterSectionTemplate \ +static_assert(alignof(FMovieSceneNiagaraIntegerParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraIntegerParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraIntegerParameterSectionTemplate) == 0x0000D0, "Wrong size on FMovieSceneNiagaraIntegerParameterSectionTemplate"); \ +static_assert(offsetof(FMovieSceneNiagaraIntegerParameterSectionTemplate, IntegerChannel) == 0x000040, "Member 'FMovieSceneNiagaraIntegerParameterSectionTemplate::IntegerChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraSystemTrackImplementation \ +static_assert(alignof(FMovieSceneNiagaraSystemTrackImplementation) == 0x000008, "Wrong alignment on FMovieSceneNiagaraSystemTrackImplementation"); \ +static_assert(sizeof(FMovieSceneNiagaraSystemTrackImplementation) == 0x000028, "Wrong size on FMovieSceneNiagaraSystemTrackImplementation"); \ +static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, SpawnSectionStartFrame) == 0x000010, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionStartFrame' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, SpawnSectionEndFrame) == 0x000014, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionEndFrame' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, SpawnSectionStartBehavior) == 0x000018, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionStartBehavior' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, SpawnSectionEvaluateBehavior) == 0x00001C, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionEvaluateBehavior' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, SpawnSectionEndBehavior) == 0x000020, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionEndBehavior' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, AgeUpdateMode) == 0x000024, "Member 'FMovieSceneNiagaraSystemTrackImplementation::AgeUpdateMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraSystemTrackTemplate \ +static_assert(alignof(FMovieSceneNiagaraSystemTrackTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraSystemTrackTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraSystemTrackTemplate) == 0x000020, "Wrong size on FMovieSceneNiagaraSystemTrackTemplate"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraVectorParameterSectionTemplate \ +static_assert(alignof(FMovieSceneNiagaraVectorParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraVectorParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraVectorParameterSectionTemplate) == 0x0002C8, "Wrong size on FMovieSceneNiagaraVectorParameterSectionTemplate"); \ +static_assert(offsetof(FMovieSceneNiagaraVectorParameterSectionTemplate, VectorChannels) == 0x000040, "Member 'FMovieSceneNiagaraVectorParameterSectionTemplate::VectorChannels' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraVectorParameterSectionTemplate, ChannelsUsed) == 0x0002C0, "Member 'FMovieSceneNiagaraVectorParameterSectionTemplate::ChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraBakerTextureSource \ +static_assert(alignof(FNiagaraBakerTextureSource) == 0x000004, "Wrong alignment on FNiagaraBakerTextureSource"); \ +static_assert(sizeof(FNiagaraBakerTextureSource) == 0x00000C, "Wrong size on FNiagaraBakerTextureSource"); \ +static_assert(offsetof(FNiagaraBakerTextureSource, SourceName) == 0x000000, "Member 'FNiagaraBakerTextureSource::SourceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraBakerTextureSettings \ +static_assert(alignof(FNiagaraBakerTextureSettings) == 0x000008, "Wrong alignment on FNiagaraBakerTextureSettings"); \ +static_assert(sizeof(FNiagaraBakerTextureSettings) == 0x000038, "Wrong size on FNiagaraBakerTextureSettings"); \ +static_assert(offsetof(FNiagaraBakerTextureSettings, OutputName) == 0x000000, "Member 'FNiagaraBakerTextureSettings::OutputName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerTextureSettings, SourceBinding) == 0x00000C, "Member 'FNiagaraBakerTextureSettings::SourceBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerTextureSettings, FrameSize) == 0x00001C, "Member 'FNiagaraBakerTextureSettings::FrameSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerTextureSettings, TextureSize) == 0x000024, "Member 'FNiagaraBakerTextureSettings::TextureSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerTextureSettings, GeneratedTexture) == 0x000030, "Member 'FNiagaraBakerTextureSettings::GeneratedTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraInt32 \ +static_assert(alignof(FNiagaraInt32) == 0x000004, "Wrong alignment on FNiagaraInt32"); \ +static_assert(sizeof(FNiagaraInt32) == 0x000004, "Wrong size on FNiagaraInt32"); \ +static_assert(offsetof(FNiagaraInt32, Value) == 0x000000, "Member 'FNiagaraInt32::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScalabilityState \ +static_assert(alignof(FNiagaraScalabilityState) == 0x000004, "Wrong alignment on FNiagaraScalabilityState"); \ +static_assert(sizeof(FNiagaraScalabilityState) == 0x000008, "Wrong size on FNiagaraScalabilityState"); \ +static_assert(offsetof(FNiagaraScalabilityState, Significance) == 0x000000, "Member 'FNiagaraScalabilityState::Significance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraCompileDependency \ +static_assert(alignof(FNiagaraCompileDependency) == 0x000008, "Wrong alignment on FNiagaraCompileDependency"); \ +static_assert(sizeof(FNiagaraCompileDependency) == 0x000050, "Wrong size on FNiagaraCompileDependency"); \ +static_assert(offsetof(FNiagaraCompileDependency, LinkerErrorMessage) == 0x000000, "Member 'FNiagaraCompileDependency::LinkerErrorMessage' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileDependency, NodeGuid) == 0x000010, "Member 'FNiagaraCompileDependency::NodeGuid' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileDependency, PinGuid) == 0x000020, "Member 'FNiagaraCompileDependency::PinGuid' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileDependency, StackGuids) == 0x000030, "Member 'FNiagaraCompileDependency::StackGuids' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileDependency, DependentVariable) == 0x000040, "Member 'FNiagaraCompileDependency::DependentVariable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraRandInfo \ +static_assert(alignof(FNiagaraRandInfo) == 0x000004, "Wrong alignment on FNiagaraRandInfo"); \ +static_assert(sizeof(FNiagaraRandInfo) == 0x00000C, "Wrong size on FNiagaraRandInfo"); \ +static_assert(offsetof(FNiagaraRandInfo, Seed1) == 0x000000, "Member 'FNiagaraRandInfo::Seed1' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRandInfo, Seed2) == 0x000004, "Member 'FNiagaraRandInfo::Seed2' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRandInfo, Seed3) == 0x000008, "Member 'FNiagaraRandInfo::Seed3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraUserParameterBinding \ +static_assert(alignof(FNiagaraUserParameterBinding) == 0x000008, "Wrong alignment on FNiagaraUserParameterBinding"); \ +static_assert(sizeof(FNiagaraUserParameterBinding) == 0x000020, "Wrong size on FNiagaraUserParameterBinding"); \ +static_assert(offsetof(FNiagaraUserParameterBinding, Parameter) == 0x000000, "Member 'FNiagaraUserParameterBinding::Parameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptVariableBinding \ +static_assert(alignof(FNiagaraScriptVariableBinding) == 0x000004, "Wrong alignment on FNiagaraScriptVariableBinding"); \ +static_assert(sizeof(FNiagaraScriptVariableBinding) == 0x00000C, "Wrong size on FNiagaraScriptVariableBinding"); \ +static_assert(offsetof(FNiagaraScriptVariableBinding, Name) == 0x000000, "Member 'FNiagaraScriptVariableBinding::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariableDataInterfaceBinding \ +static_assert(alignof(FNiagaraVariableDataInterfaceBinding) == 0x000008, "Wrong alignment on FNiagaraVariableDataInterfaceBinding"); \ +static_assert(sizeof(FNiagaraVariableDataInterfaceBinding) == 0x000020, "Wrong size on FNiagaraVariableDataInterfaceBinding"); \ +static_assert(offsetof(FNiagaraVariableDataInterfaceBinding, BoundVariable) == 0x000000, "Member 'FNiagaraVariableDataInterfaceBinding::BoundVariable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraMaterialAttributeBinding \ +static_assert(alignof(FNiagaraMaterialAttributeBinding) == 0x000004, "Wrong alignment on FNiagaraMaterialAttributeBinding"); \ +static_assert(sizeof(FNiagaraMaterialAttributeBinding) == 0x00003C, "Wrong size on FNiagaraMaterialAttributeBinding"); \ +static_assert(offsetof(FNiagaraMaterialAttributeBinding, MaterialParameterName) == 0x000000, "Member 'FNiagaraMaterialAttributeBinding::MaterialParameterName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMaterialAttributeBinding, NiagaraVariable) == 0x00000C, "Member 'FNiagaraMaterialAttributeBinding::NiagaraVariable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMaterialAttributeBinding, ResolvedNiagaraVariable) == 0x00001C, "Member 'FNiagaraMaterialAttributeBinding::ResolvedNiagaraVariable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMaterialAttributeBinding, NiagaraChildVariable) == 0x00002C, "Member 'FNiagaraMaterialAttributeBinding::NiagaraChildVariable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariableAttributeBinding \ +static_assert(alignof(FNiagaraVariableAttributeBinding) == 0x000008, "Wrong alignment on FNiagaraVariableAttributeBinding"); \ +static_assert(sizeof(FNiagaraVariableAttributeBinding) == 0x000058, "Wrong size on FNiagaraVariableAttributeBinding"); \ +static_assert(offsetof(FNiagaraVariableAttributeBinding, ParamMapVariable) == 0x000000, "Member 'FNiagaraVariableAttributeBinding::ParamMapVariable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableAttributeBinding, DataSetVariable) == 0x000010, "Member 'FNiagaraVariableAttributeBinding::DataSetVariable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableAttributeBinding, RootVariable) == 0x000030, "Member 'FNiagaraVariableAttributeBinding::RootVariable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableAttributeBinding, BindingSourceMode) == 0x000050, "Member 'FNiagaraVariableAttributeBinding::BindingSourceMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariableInfo \ +static_assert(alignof(FNiagaraVariableInfo) == 0x000008, "Wrong alignment on FNiagaraVariableInfo"); \ +static_assert(sizeof(FNiagaraVariableInfo) == 0x000040, "Wrong size on FNiagaraVariableInfo"); \ +static_assert(offsetof(FNiagaraVariableInfo, Variable) == 0x000000, "Member 'FNiagaraVariableInfo::Variable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableInfo, Definition) == 0x000020, "Member 'FNiagaraVariableInfo::Definition' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableInfo, DataInterface) == 0x000038, "Member 'FNiagaraVariableInfo::DataInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemUpdateContext \ +static_assert(alignof(FNiagaraSystemUpdateContext) == 0x000008, "Wrong alignment on FNiagaraSystemUpdateContext"); \ +static_assert(sizeof(FNiagaraSystemUpdateContext) == 0x000068, "Wrong size on FNiagaraSystemUpdateContext"); \ +static_assert(offsetof(FNiagaraSystemUpdateContext, ComponentsToReset) == 0x000000, "Member 'FNiagaraSystemUpdateContext::ComponentsToReset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemUpdateContext, ComponentsToReInit) == 0x000010, "Member 'FNiagaraSystemUpdateContext::ComponentsToReInit' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemUpdateContext, ComponentsToNotifySimDestroy) == 0x000020, "Member 'FNiagaraSystemUpdateContext::ComponentsToNotifySimDestroy' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemUpdateContext, SystemSimsToDestroy) == 0x000030, "Member 'FNiagaraSystemUpdateContext::SystemSimsToDestroy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVMFunctionSpecifier \ +static_assert(alignof(FVMFunctionSpecifier) == 0x000004, "Wrong alignment on FVMFunctionSpecifier"); \ +static_assert(sizeof(FVMFunctionSpecifier) == 0x000018, "Wrong size on FVMFunctionSpecifier"); \ +static_assert(offsetof(FVMFunctionSpecifier, Key) == 0x000000, "Member 'FVMFunctionSpecifier::Key' has a wrong offset!"); \ +static_assert(offsetof(FVMFunctionSpecifier, Value) == 0x00000C, "Member 'FVMFunctionSpecifier::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVMExternalFunctionBindingInfo \ +static_assert(alignof(FVMExternalFunctionBindingInfo) == 0x000008, "Wrong alignment on FVMExternalFunctionBindingInfo"); \ +static_assert(sizeof(FVMExternalFunctionBindingInfo) == 0x000040, "Wrong size on FVMExternalFunctionBindingInfo"); \ +static_assert(offsetof(FVMExternalFunctionBindingInfo, Name) == 0x000000, "Member 'FVMExternalFunctionBindingInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FVMExternalFunctionBindingInfo, OwnerName) == 0x00000C, "Member 'FVMExternalFunctionBindingInfo::OwnerName' has a wrong offset!"); \ +static_assert(offsetof(FVMExternalFunctionBindingInfo, InputParamLocations) == 0x000018, "Member 'FVMExternalFunctionBindingInfo::InputParamLocations' has a wrong offset!"); \ +static_assert(offsetof(FVMExternalFunctionBindingInfo, NumOutputs) == 0x000028, "Member 'FVMExternalFunctionBindingInfo::NumOutputs' has a wrong offset!"); \ +static_assert(offsetof(FVMExternalFunctionBindingInfo, FunctionSpecifiers) == 0x000030, "Member 'FVMExternalFunctionBindingInfo::FunctionSpecifiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatScope \ +static_assert(alignof(FNiagaraStatScope) == 0x000004, "Wrong alignment on FNiagaraStatScope"); \ +static_assert(sizeof(FNiagaraStatScope) == 0x000018, "Wrong size on FNiagaraStatScope"); \ +static_assert(offsetof(FNiagaraStatScope, FullName) == 0x000000, "Member 'FNiagaraStatScope::FullName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatScope, FriendlyName) == 0x00000C, "Member 'FNiagaraStatScope::FriendlyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraTypeDefinition \ +static_assert(alignof(FNiagaraTypeDefinition) == 0x000008, "Wrong alignment on FNiagaraTypeDefinition"); \ +static_assert(sizeof(FNiagaraTypeDefinition) == 0x000010, "Wrong size on FNiagaraTypeDefinition"); \ +static_assert(offsetof(FNiagaraTypeDefinition, ClassStructOrEnum) == 0x000000, "Member 'FNiagaraTypeDefinition::ClassStructOrEnum' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraTypeDefinition, UnderlyingType) == 0x000008, "Member 'FNiagaraTypeDefinition::UnderlyingType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptDataInterfaceCompileInfo \ +static_assert(alignof(FNiagaraScriptDataInterfaceCompileInfo) == 0x000008, "Wrong alignment on FNiagaraScriptDataInterfaceCompileInfo"); \ +static_assert(sizeof(FNiagaraScriptDataInterfaceCompileInfo) == 0x000040, "Wrong size on FNiagaraScriptDataInterfaceCompileInfo"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, Name) == 0x000000, "Member 'FNiagaraScriptDataInterfaceCompileInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, UserPtrIdx) == 0x00000C, "Member 'FNiagaraScriptDataInterfaceCompileInfo::UserPtrIdx' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, Type) == 0x000010, "Member 'FNiagaraScriptDataInterfaceCompileInfo::Type' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, RegisteredParameterMapRead) == 0x000020, "Member 'FNiagaraScriptDataInterfaceCompileInfo::RegisteredParameterMapRead' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, RegisteredParameterMapWrite) == 0x00002C, "Member 'FNiagaraScriptDataInterfaceCompileInfo::RegisteredParameterMapWrite' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, bIsPlaceholder) == 0x000038, "Member 'FNiagaraScriptDataInterfaceCompileInfo::bIsPlaceholder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptDataInterfaceInfo \ +static_assert(alignof(FNiagaraScriptDataInterfaceInfo) == 0x000008, "Wrong alignment on FNiagaraScriptDataInterfaceInfo"); \ +static_assert(sizeof(FNiagaraScriptDataInterfaceInfo) == 0x000040, "Wrong size on FNiagaraScriptDataInterfaceInfo"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, DataInterface) == 0x000000, "Member 'FNiagaraScriptDataInterfaceInfo::DataInterface' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, Name) == 0x000008, "Member 'FNiagaraScriptDataInterfaceInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, UserPtrIdx) == 0x000014, "Member 'FNiagaraScriptDataInterfaceInfo::UserPtrIdx' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, Type) == 0x000018, "Member 'FNiagaraScriptDataInterfaceInfo::Type' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, RegisteredParameterMapRead) == 0x000028, "Member 'FNiagaraScriptDataInterfaceInfo::RegisteredParameterMapRead' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, RegisteredParameterMapWrite) == 0x000034, "Member 'FNiagaraScriptDataInterfaceInfo::RegisteredParameterMapWrite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraFunctionSignature \ +static_assert(alignof(FNiagaraFunctionSignature) == 0x000008, "Wrong alignment on FNiagaraFunctionSignature"); \ +static_assert(sizeof(FNiagaraFunctionSignature) == 0x0000A0, "Wrong size on FNiagaraFunctionSignature"); \ +static_assert(offsetof(FNiagaraFunctionSignature, Name) == 0x000000, "Member 'FNiagaraFunctionSignature::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, Inputs) == 0x000010, "Member 'FNiagaraFunctionSignature::Inputs' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, Outputs) == 0x000020, "Member 'FNiagaraFunctionSignature::Outputs' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, OwnerName) == 0x000030, "Member 'FNiagaraFunctionSignature::OwnerName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, ModuleUsageBitmask) == 0x000040, "Member 'FNiagaraFunctionSignature::ModuleUsageBitmask' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, ContextStageMinIndex) == 0x000044, "Member 'FNiagaraFunctionSignature::ContextStageMinIndex' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, ContextStageMaxIndex) == 0x000048, "Member 'FNiagaraFunctionSignature::ContextStageMaxIndex' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, FunctionSpecifiers) == 0x000050, "Member 'FNiagaraFunctionSignature::FunctionSpecifiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptDataUsageInfo \ +static_assert(alignof(FNiagaraScriptDataUsageInfo) == 0x000001, "Wrong alignment on FNiagaraScriptDataUsageInfo"); \ +static_assert(sizeof(FNiagaraScriptDataUsageInfo) == 0x000001, "Wrong size on FNiagaraScriptDataUsageInfo"); \ +static_assert(offsetof(FNiagaraScriptDataUsageInfo, bReadsAttributeData) == 0x000000, "Member 'FNiagaraScriptDataUsageInfo::bReadsAttributeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDataSetID \ +static_assert(alignof(FNiagaraDataSetID) == 0x000004, "Wrong alignment on FNiagaraDataSetID"); \ +static_assert(sizeof(FNiagaraDataSetID) == 0x000010, "Wrong size on FNiagaraDataSetID"); \ +static_assert(offsetof(FNiagaraDataSetID, Name) == 0x000000, "Member 'FNiagaraDataSetID::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataSetID, Type) == 0x00000C, "Member 'FNiagaraDataSetID::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDataSetProperties \ +static_assert(alignof(FNiagaraDataSetProperties) == 0x000008, "Wrong alignment on FNiagaraDataSetProperties"); \ +static_assert(sizeof(FNiagaraDataSetProperties) == 0x000020, "Wrong size on FNiagaraDataSetProperties"); \ +static_assert(offsetof(FNiagaraDataSetProperties, ID) == 0x000000, "Member 'FNiagaraDataSetProperties::ID' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataSetProperties, Variables) == 0x000010, "Member 'FNiagaraDataSetProperties::Variables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraMaterialOverride \ +static_assert(alignof(FNiagaraMaterialOverride) == 0x000008, "Wrong alignment on FNiagaraMaterialOverride"); \ +static_assert(sizeof(FNiagaraMaterialOverride) == 0x000018, "Wrong size on FNiagaraMaterialOverride"); \ +static_assert(offsetof(FNiagaraMaterialOverride, Material) == 0x000000, "Member 'FNiagaraMaterialOverride::Material' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMaterialOverride, MaterialSubIndex) == 0x000008, "Member 'FNiagaraMaterialOverride::MaterialSubIndex' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMaterialOverride, EmitterRendererProperty) == 0x000010, "Member 'FNiagaraMaterialOverride::EmitterRendererProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNCPoolElement \ +static_assert(alignof(FNCPoolElement) == 0x000008, "Wrong alignment on FNCPoolElement"); \ +static_assert(sizeof(FNCPoolElement) == 0x000010, "Wrong size on FNCPoolElement"); \ +static_assert(offsetof(FNCPoolElement, Component) == 0x000000, "Member 'FNCPoolElement::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNCPool \ +static_assert(alignof(FNCPool) == 0x000008, "Wrong alignment on FNCPool"); \ +static_assert(sizeof(FNCPool) == 0x000010, "Wrong size on FNCPool"); \ +static_assert(offsetof(FNCPool, FreeElements) == 0x000000, "Member 'FNCPool::FreeElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraComponentPropertyBinding \ +static_assert(alignof(FNiagaraComponentPropertyBinding) == 0x000008, "Wrong alignment on FNiagaraComponentPropertyBinding"); \ +static_assert(sizeof(FNiagaraComponentPropertyBinding) == 0x0000F8, "Wrong size on FNiagaraComponentPropertyBinding"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, AttributeBinding) == 0x000000, "Member 'FNiagaraComponentPropertyBinding::AttributeBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, PropertyName) == 0x000058, "Member 'FNiagaraComponentPropertyBinding::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, PropertyType) == 0x000068, "Member 'FNiagaraComponentPropertyBinding::PropertyType' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, MetadataSetterName) == 0x000078, "Member 'FNiagaraComponentPropertyBinding::MetadataSetterName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, PropertySetterParameterDefaults) == 0x000088, "Member 'FNiagaraComponentPropertyBinding::PropertySetterParameterDefaults' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, WritableValue) == 0x0000D8, "Member 'FNiagaraComponentPropertyBinding::WritableValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraEmitterNameSettingsRef \ +static_assert(alignof(FNiagaraEmitterNameSettingsRef) == 0x000008, "Wrong alignment on FNiagaraEmitterNameSettingsRef"); \ +static_assert(sizeof(FNiagaraEmitterNameSettingsRef) == 0x000020, "Wrong size on FNiagaraEmitterNameSettingsRef"); \ +static_assert(offsetof(FNiagaraEmitterNameSettingsRef, SystemName) == 0x000000, "Member 'FNiagaraEmitterNameSettingsRef::SystemName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterNameSettingsRef, EmitterName) == 0x000010, "Member 'FNiagaraEmitterNameSettingsRef::EmitterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBasicParticleData \ +static_assert(alignof(FBasicParticleData) == 0x000004, "Wrong alignment on FBasicParticleData"); \ +static_assert(sizeof(FBasicParticleData) == 0x00001C, "Wrong size on FBasicParticleData"); \ +static_assert(offsetof(FBasicParticleData, Position) == 0x000000, "Member 'FBasicParticleData::Position' has a wrong offset!"); \ +static_assert(offsetof(FBasicParticleData, Size) == 0x00000C, "Member 'FBasicParticleData::Size' has a wrong offset!"); \ +static_assert(offsetof(FBasicParticleData, Velocity) == 0x000010, "Member 'FBasicParticleData::Velocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshTriCoordinate \ +static_assert(alignof(FMeshTriCoordinate) == 0x000004, "Wrong alignment on FMeshTriCoordinate"); \ +static_assert(sizeof(FMeshTriCoordinate) == 0x000010, "Wrong size on FMeshTriCoordinate"); \ +static_assert(offsetof(FMeshTriCoordinate, Tri) == 0x000000, "Member 'FMeshTriCoordinate::Tri' has a wrong offset!"); \ +static_assert(offsetof(FMeshTriCoordinate, BaryCoord) == 0x000004, "Member 'FMeshTriCoordinate::BaryCoord' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDIStaticMeshSectionFilter \ +static_assert(alignof(FNDIStaticMeshSectionFilter) == 0x000008, "Wrong alignment on FNDIStaticMeshSectionFilter"); \ +static_assert(sizeof(FNDIStaticMeshSectionFilter) == 0x000010, "Wrong size on FNDIStaticMeshSectionFilter"); \ +static_assert(offsetof(FNDIStaticMeshSectionFilter, AllowedMaterialSlots) == 0x000000, "Member 'FNDIStaticMeshSectionFilter::AllowedMaterialSlots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraTypeLayoutInfo \ +static_assert(alignof(FNiagaraTypeLayoutInfo) == 0x000008, "Wrong alignment on FNiagaraTypeLayoutInfo"); \ +static_assert(sizeof(FNiagaraTypeLayoutInfo) == 0x000060, "Wrong size on FNiagaraTypeLayoutInfo"); \ +static_assert(offsetof(FNiagaraTypeLayoutInfo, FloatComponentByteOffsets) == 0x000000, "Member 'FNiagaraTypeLayoutInfo::FloatComponentByteOffsets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraTypeLayoutInfo, FloatComponentRegisterOffsets) == 0x000010, "Member 'FNiagaraTypeLayoutInfo::FloatComponentRegisterOffsets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraTypeLayoutInfo, Int32ComponentByteOffsets) == 0x000020, "Member 'FNiagaraTypeLayoutInfo::Int32ComponentByteOffsets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraTypeLayoutInfo, Int32ComponentRegisterOffsets) == 0x000030, "Member 'FNiagaraTypeLayoutInfo::Int32ComponentRegisterOffsets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraTypeLayoutInfo, HalfComponentByteOffsets) == 0x000040, "Member 'FNiagaraTypeLayoutInfo::HalfComponentByteOffsets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraTypeLayoutInfo, HalfComponentRegisterOffsets) == 0x000050, "Member 'FNiagaraTypeLayoutInfo::HalfComponentRegisterOffsets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariableLayoutInfo \ +static_assert(alignof(FNiagaraVariableLayoutInfo) == 0x000008, "Wrong alignment on FNiagaraVariableLayoutInfo"); \ +static_assert(sizeof(FNiagaraVariableLayoutInfo) == 0x000070, "Wrong size on FNiagaraVariableLayoutInfo"); \ +static_assert(offsetof(FNiagaraVariableLayoutInfo, FloatComponentStart) == 0x000000, "Member 'FNiagaraVariableLayoutInfo::FloatComponentStart' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableLayoutInfo, Int32ComponentStart) == 0x000004, "Member 'FNiagaraVariableLayoutInfo::Int32ComponentStart' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableLayoutInfo, HalfComponentStart) == 0x000008, "Member 'FNiagaraVariableLayoutInfo::HalfComponentStart' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableLayoutInfo, LayoutInfo) == 0x000010, "Member 'FNiagaraVariableLayoutInfo::LayoutInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDataSetCompiledData \ +static_assert(alignof(FNiagaraDataSetCompiledData) == 0x000008, "Wrong alignment on FNiagaraDataSetCompiledData"); \ +static_assert(sizeof(FNiagaraDataSetCompiledData) == 0x000048, "Wrong size on FNiagaraDataSetCompiledData"); \ +static_assert(offsetof(FNiagaraDataSetCompiledData, Variables) == 0x000000, "Member 'FNiagaraDataSetCompiledData::Variables' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataSetCompiledData, VariableLayouts) == 0x000010, "Member 'FNiagaraDataSetCompiledData::VariableLayouts' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataSetCompiledData, ID) == 0x000020, "Member 'FNiagaraDataSetCompiledData::ID' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataSetCompiledData, TotalFloatComponents) == 0x000030, "Member 'FNiagaraDataSetCompiledData::TotalFloatComponents' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataSetCompiledData, TotalInt32Components) == 0x000034, "Member 'FNiagaraDataSetCompiledData::TotalInt32Components' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataSetCompiledData, TotalHalfComponents) == 0x000038, "Member 'FNiagaraDataSetCompiledData::TotalHalfComponents' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataSetCompiledData, SimTarget) == 0x000040, "Member 'FNiagaraDataSetCompiledData::SimTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSimpleClientInfo \ +static_assert(alignof(FNiagaraSimpleClientInfo) == 0x000008, "Wrong alignment on FNiagaraSimpleClientInfo"); \ +static_assert(sizeof(FNiagaraSimpleClientInfo) == 0x000040, "Wrong size on FNiagaraSimpleClientInfo"); \ +static_assert(offsetof(FNiagaraSimpleClientInfo, Systems) == 0x000000, "Member 'FNiagaraSimpleClientInfo::Systems' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimpleClientInfo, Actors) == 0x000010, "Member 'FNiagaraSimpleClientInfo::Actors' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimpleClientInfo, Components) == 0x000020, "Member 'FNiagaraSimpleClientInfo::Components' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimpleClientInfo, Emitters) == 0x000030, "Member 'FNiagaraSimpleClientInfo::Emitters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraOutlinerCaptureSettings \ +static_assert(alignof(FNiagaraOutlinerCaptureSettings) == 0x000004, "Wrong alignment on FNiagaraOutlinerCaptureSettings"); \ +static_assert(sizeof(FNiagaraOutlinerCaptureSettings) == 0x00000C, "Wrong size on FNiagaraOutlinerCaptureSettings"); \ +static_assert(offsetof(FNiagaraOutlinerCaptureSettings, bTriggerCapture) == 0x000000, "Member 'FNiagaraOutlinerCaptureSettings::bTriggerCapture' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerCaptureSettings, CaptureDelayFrames) == 0x000004, "Member 'FNiagaraOutlinerCaptureSettings::CaptureDelayFrames' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerCaptureSettings, bGatherPerfData) == 0x000008, "Member 'FNiagaraOutlinerCaptureSettings::bGatherPerfData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraRequestSimpleClientInfoMessage \ +static_assert(alignof(FNiagaraRequestSimpleClientInfoMessage) == 0x000001, "Wrong alignment on FNiagaraRequestSimpleClientInfoMessage"); \ +static_assert(sizeof(FNiagaraRequestSimpleClientInfoMessage) == 0x000001, "Wrong size on FNiagaraRequestSimpleClientInfoMessage"); \ + +#define DUMPER7_ASSERTS_FNiagaraDebugHudTextOptions \ +static_assert(alignof(FNiagaraDebugHudTextOptions) == 0x000004, "Wrong alignment on FNiagaraDebugHudTextOptions"); \ +static_assert(sizeof(FNiagaraDebugHudTextOptions) == 0x000010, "Wrong size on FNiagaraDebugHudTextOptions"); \ +static_assert(offsetof(FNiagaraDebugHudTextOptions, Font) == 0x000000, "Member 'FNiagaraDebugHudTextOptions::Font' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHudTextOptions, HorizontalAlignment) == 0x000004, "Member 'FNiagaraDebugHudTextOptions::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHudTextOptions, VerticalAlignment) == 0x000005, "Member 'FNiagaraDebugHudTextOptions::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHudTextOptions, ScreenOffset) == 0x000008, "Member 'FNiagaraDebugHudTextOptions::ScreenOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDebugHUDVariable \ +static_assert(alignof(FNiagaraDebugHUDVariable) == 0x000008, "Wrong alignment on FNiagaraDebugHUDVariable"); \ +static_assert(sizeof(FNiagaraDebugHUDVariable) == 0x000018, "Wrong size on FNiagaraDebugHUDVariable"); \ +static_assert(offsetof(FNiagaraDebugHUDVariable, bEnabled) == 0x000000, "Member 'FNiagaraDebugHUDVariable::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDVariable, Name) == 0x000008, "Member 'FNiagaraDebugHUDVariable::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDebugHUDSettingsData \ +static_assert(alignof(FNiagaraDebugHUDSettingsData) == 0x000008, "Wrong alignment on FNiagaraDebugHUDSettingsData"); \ +static_assert(sizeof(FNiagaraDebugHUDSettingsData) == 0x0000E0, "Wrong size on FNiagaraDebugHUDSettingsData"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bEnabled) == 0x000000, "Member 'FNiagaraDebugHUDSettingsData::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bValidateSystemSimulationDataBuffers) == 0x000001, "Member 'FNiagaraDebugHUDSettingsData::bValidateSystemSimulationDataBuffers' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bValidateParticleDataBuffers) == 0x000002, "Member 'FNiagaraDebugHUDSettingsData::bValidateParticleDataBuffers' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bOverviewEnabled) == 0x000003, "Member 'FNiagaraDebugHUDSettingsData::bOverviewEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, OverviewFont) == 0x000004, "Member 'FNiagaraDebugHUDSettingsData::OverviewFont' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, OverviewLocation) == 0x000008, "Member 'FNiagaraDebugHUDSettingsData::OverviewLocation' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ActorFilter) == 0x000010, "Member 'FNiagaraDebugHUDSettingsData::ActorFilter' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bComponentFilterEnabled) == 0x000020, "Member 'FNiagaraDebugHUDSettingsData::bComponentFilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ComponentFilter) == 0x000028, "Member 'FNiagaraDebugHUDSettingsData::ComponentFilter' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bSystemFilterEnabled) == 0x000038, "Member 'FNiagaraDebugHUDSettingsData::bSystemFilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemFilter) == 0x000040, "Member 'FNiagaraDebugHUDSettingsData::SystemFilter' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bEmitterFilterEnabled) == 0x000050, "Member 'FNiagaraDebugHUDSettingsData::bEmitterFilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, EmitterFilter) == 0x000058, "Member 'FNiagaraDebugHUDSettingsData::EmitterFilter' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bActorFilterEnabled) == 0x000068, "Member 'FNiagaraDebugHUDSettingsData::bActorFilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemDebugVerbosity) == 0x00006C, "Member 'FNiagaraDebugHUDSettingsData::SystemDebugVerbosity' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemEmitterVerbosity) == 0x000070, "Member 'FNiagaraDebugHUDSettingsData::SystemEmitterVerbosity' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bSystemShowBounds) == 0x000074, "Member 'FNiagaraDebugHUDSettingsData::bSystemShowBounds' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bSystemShowActiveOnlyInWorld) == 0x000075, "Member 'FNiagaraDebugHUDSettingsData::bSystemShowActiveOnlyInWorld' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowSystemVariables) == 0x000076, "Member 'FNiagaraDebugHUDSettingsData::bShowSystemVariables' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemVariables) == 0x000078, "Member 'FNiagaraDebugHUDSettingsData::SystemVariables' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemTextOptions) == 0x000088, "Member 'FNiagaraDebugHUDSettingsData::SystemTextOptions' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowParticleVariables) == 0x000098, "Member 'FNiagaraDebugHUDSettingsData::bShowParticleVariables' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bEnableGpuParticleReadback) == 0x000099, "Member 'FNiagaraDebugHUDSettingsData::bEnableGpuParticleReadback' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ParticlesVariables) == 0x0000A0, "Member 'FNiagaraDebugHUDSettingsData::ParticlesVariables' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ParticleTextOptions) == 0x0000B0, "Member 'FNiagaraDebugHUDSettingsData::ParticleTextOptions' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowParticlesVariablesWithSystem) == 0x0000C0, "Member 'FNiagaraDebugHUDSettingsData::bShowParticlesVariablesWithSystem' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bUseMaxParticlesToDisplay) == 0x0000C1, "Member 'FNiagaraDebugHUDSettingsData::bUseMaxParticlesToDisplay' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, MaxParticlesToDisplay) == 0x0000C4, "Member 'FNiagaraDebugHUDSettingsData::MaxParticlesToDisplay' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PlaybackMode) == 0x0000C8, "Member 'FNiagaraDebugHUDSettingsData::PlaybackMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bPlaybackRateEnabled) == 0x0000C9, "Member 'FNiagaraDebugHUDSettingsData::bPlaybackRateEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PlaybackRate) == 0x0000CC, "Member 'FNiagaraDebugHUDSettingsData::PlaybackRate' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bLoopTimeEnabled) == 0x0000D0, "Member 'FNiagaraDebugHUDSettingsData::bLoopTimeEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, LoopTime) == 0x0000D4, "Member 'FNiagaraDebugHUDSettingsData::LoopTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowGlobalBudgetInfo) == 0x0000D8, "Member 'FNiagaraDebugHUDSettingsData::bShowGlobalBudgetInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraOutlinerTimingData \ +static_assert(alignof(FNiagaraOutlinerTimingData) == 0x000004, "Wrong alignment on FNiagaraOutlinerTimingData"); \ +static_assert(sizeof(FNiagaraOutlinerTimingData) == 0x000008, "Wrong size on FNiagaraOutlinerTimingData"); \ +static_assert(offsetof(FNiagaraOutlinerTimingData, GameThread) == 0x000000, "Member 'FNiagaraOutlinerTimingData::GameThread' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerTimingData, RenderThread) == 0x000004, "Member 'FNiagaraOutlinerTimingData::RenderThread' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraOutlinerSystemInstanceData \ +static_assert(alignof(FNiagaraOutlinerSystemInstanceData) == 0x000008, "Wrong alignment on FNiagaraOutlinerSystemInstanceData"); \ +static_assert(sizeof(FNiagaraOutlinerSystemInstanceData) == 0x000048, "Wrong size on FNiagaraOutlinerSystemInstanceData"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, ComponentName) == 0x000000, "Member 'FNiagaraOutlinerSystemInstanceData::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, Emitters) == 0x000010, "Member 'FNiagaraOutlinerSystemInstanceData::Emitters' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, ActualExecutionState) == 0x000020, "Member 'FNiagaraOutlinerSystemInstanceData::ActualExecutionState' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, RequestedExecutionState) == 0x000024, "Member 'FNiagaraOutlinerSystemInstanceData::RequestedExecutionState' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, ScalabilityState) == 0x000028, "Member 'FNiagaraOutlinerSystemInstanceData::ScalabilityState' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, PoolMethod) == 0x000034, "Member 'FNiagaraOutlinerSystemInstanceData::PoolMethod' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, AverageTime) == 0x000038, "Member 'FNiagaraOutlinerSystemInstanceData::AverageTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, MaxTime) == 0x000040, "Member 'FNiagaraOutlinerSystemInstanceData::MaxTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraOutlinerSystemData \ +static_assert(alignof(FNiagaraOutlinerSystemData) == 0x000008, "Wrong alignment on FNiagaraOutlinerSystemData"); \ +static_assert(sizeof(FNiagaraOutlinerSystemData) == 0x000030, "Wrong size on FNiagaraOutlinerSystemData"); \ +static_assert(offsetof(FNiagaraOutlinerSystemData, SystemInstances) == 0x000000, "Member 'FNiagaraOutlinerSystemData::SystemInstances' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemData, AveragePerFrameTime) == 0x000010, "Member 'FNiagaraOutlinerSystemData::AveragePerFrameTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemData, MaxPerFrameTime) == 0x000018, "Member 'FNiagaraOutlinerSystemData::MaxPerFrameTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemData, AveragePerInstanceTime) == 0x000020, "Member 'FNiagaraOutlinerSystemData::AveragePerInstanceTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemData, MaxPerInstanceTime) == 0x000028, "Member 'FNiagaraOutlinerSystemData::MaxPerInstanceTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraOutlinerWorldData \ +static_assert(alignof(FNiagaraOutlinerWorldData) == 0x000008, "Wrong alignment on FNiagaraOutlinerWorldData"); \ +static_assert(sizeof(FNiagaraOutlinerWorldData) == 0x000068, "Wrong size on FNiagaraOutlinerWorldData"); \ +static_assert(offsetof(FNiagaraOutlinerWorldData, Systems) == 0x000000, "Member 'FNiagaraOutlinerWorldData::Systems' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerWorldData, bHasBegunPlay) == 0x000050, "Member 'FNiagaraOutlinerWorldData::bHasBegunPlay' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerWorldData, WorldType) == 0x000051, "Member 'FNiagaraOutlinerWorldData::WorldType' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerWorldData, NetMode) == 0x000052, "Member 'FNiagaraOutlinerWorldData::NetMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerWorldData, AveragePerFrameTime) == 0x000054, "Member 'FNiagaraOutlinerWorldData::AveragePerFrameTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerWorldData, MaxPerFrameTime) == 0x00005C, "Member 'FNiagaraOutlinerWorldData::MaxPerFrameTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraOutlinerData \ +static_assert(alignof(FNiagaraOutlinerData) == 0x000008, "Wrong alignment on FNiagaraOutlinerData"); \ +static_assert(sizeof(FNiagaraOutlinerData) == 0x000050, "Wrong size on FNiagaraOutlinerData"); \ +static_assert(offsetof(FNiagaraOutlinerData, WorldData) == 0x000000, "Member 'FNiagaraOutlinerData::WorldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDebuggerOutlinerUpdate \ +static_assert(alignof(FNiagaraDebuggerOutlinerUpdate) == 0x000008, "Wrong alignment on FNiagaraDebuggerOutlinerUpdate"); \ +static_assert(sizeof(FNiagaraDebuggerOutlinerUpdate) == 0x000050, "Wrong size on FNiagaraDebuggerOutlinerUpdate"); \ +static_assert(offsetof(FNiagaraDebuggerOutlinerUpdate, OutlinerData) == 0x000000, "Member 'FNiagaraDebuggerOutlinerUpdate::OutlinerData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraGraphViewSettings \ +static_assert(alignof(FNiagaraGraphViewSettings) == 0x000004, "Wrong alignment on FNiagaraGraphViewSettings"); \ +static_assert(sizeof(FNiagaraGraphViewSettings) == 0x000010, "Wrong size on FNiagaraGraphViewSettings"); \ +static_assert(offsetof(FNiagaraGraphViewSettings, Location) == 0x000000, "Member 'FNiagaraGraphViewSettings::Location' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraGraphViewSettings, Zoom) == 0x000008, "Member 'FNiagaraGraphViewSettings::Zoom' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraGraphViewSettings, bIsValid) == 0x00000C, "Member 'FNiagaraGraphViewSettings::bIsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraEmitterScalabilitySettingsArray \ +static_assert(alignof(FNiagaraEmitterScalabilitySettingsArray) == 0x000008, "Wrong alignment on FNiagaraEmitterScalabilitySettingsArray"); \ +static_assert(sizeof(FNiagaraEmitterScalabilitySettingsArray) == 0x000010, "Wrong size on FNiagaraEmitterScalabilitySettingsArray"); \ +static_assert(offsetof(FNiagaraEmitterScalabilitySettingsArray, Settings) == 0x000000, "Member 'FNiagaraEmitterScalabilitySettingsArray::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemScalabilitySettings \ +static_assert(alignof(FNiagaraSystemScalabilitySettings) == 0x000008, "Wrong alignment on FNiagaraSystemScalabilitySettings"); \ +static_assert(sizeof(FNiagaraSystemScalabilitySettings) == 0x000048, "Wrong size on FNiagaraSystemScalabilitySettings"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, Platforms) == 0x000000, "Member 'FNiagaraSystemScalabilitySettings::Platforms' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, MaxDistance) == 0x000034, "Member 'FNiagaraSystemScalabilitySettings::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, MaxInstances) == 0x000038, "Member 'FNiagaraSystemScalabilitySettings::MaxInstances' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, MaxSystemInstances) == 0x00003C, "Member 'FNiagaraSystemScalabilitySettings::MaxSystemInstances' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, MaxTimeWithoutRender) == 0x000040, "Member 'FNiagaraSystemScalabilitySettings::MaxTimeWithoutRender' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, MaxGlobalBudgetUsage) == 0x000044, "Member 'FNiagaraSystemScalabilitySettings::MaxGlobalBudgetUsage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemScalabilityOverride \ +static_assert(alignof(FNiagaraSystemScalabilityOverride) == 0x000008, "Wrong alignment on FNiagaraSystemScalabilityOverride"); \ +static_assert(sizeof(FNiagaraSystemScalabilityOverride) == 0x000050, "Wrong size on FNiagaraSystemScalabilityOverride"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemScalabilityOverrides \ +static_assert(alignof(FNiagaraSystemScalabilityOverrides) == 0x000008, "Wrong alignment on FNiagaraSystemScalabilityOverrides"); \ +static_assert(sizeof(FNiagaraSystemScalabilityOverrides) == 0x000010, "Wrong size on FNiagaraSystemScalabilityOverrides"); \ +static_assert(offsetof(FNiagaraSystemScalabilityOverrides, Overrides) == 0x000000, "Member 'FNiagaraSystemScalabilityOverrides::Overrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemScalabilitySettingsArray \ +static_assert(alignof(FNiagaraSystemScalabilitySettingsArray) == 0x000008, "Wrong alignment on FNiagaraSystemScalabilitySettingsArray"); \ +static_assert(sizeof(FNiagaraSystemScalabilitySettingsArray) == 0x000010, "Wrong size on FNiagaraSystemScalabilitySettingsArray"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettingsArray, Settings) == 0x000000, "Member 'FNiagaraSystemScalabilitySettingsArray::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDetailsLevelScaleOverrides \ +static_assert(alignof(FNiagaraDetailsLevelScaleOverrides) == 0x000004, "Wrong alignment on FNiagaraDetailsLevelScaleOverrides"); \ +static_assert(sizeof(FNiagaraDetailsLevelScaleOverrides) == 0x000014, "Wrong size on FNiagaraDetailsLevelScaleOverrides"); \ +static_assert(offsetof(FNiagaraDetailsLevelScaleOverrides, Low) == 0x000000, "Member 'FNiagaraDetailsLevelScaleOverrides::Low' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDetailsLevelScaleOverrides, Medium) == 0x000004, "Member 'FNiagaraDetailsLevelScaleOverrides::Medium' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDetailsLevelScaleOverrides, High) == 0x000008, "Member 'FNiagaraDetailsLevelScaleOverrides::High' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDetailsLevelScaleOverrides, Epic) == 0x00000C, "Member 'FNiagaraDetailsLevelScaleOverrides::Epic' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDetailsLevelScaleOverrides, Cine) == 0x000010, "Member 'FNiagaraDetailsLevelScaleOverrides::Cine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraEventReceiverProperties \ +static_assert(alignof(FNiagaraEventReceiverProperties) == 0x000004, "Wrong alignment on FNiagaraEventReceiverProperties"); \ +static_assert(sizeof(FNiagaraEventReceiverProperties) == 0x000024, "Wrong size on FNiagaraEventReceiverProperties"); \ +static_assert(offsetof(FNiagaraEventReceiverProperties, Name) == 0x000000, "Member 'FNiagaraEventReceiverProperties::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEventReceiverProperties, SourceEventGenerator) == 0x00000C, "Member 'FNiagaraEventReceiverProperties::SourceEventGenerator' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEventReceiverProperties, SourceEmitter) == 0x000018, "Member 'FNiagaraEventReceiverProperties::SourceEmitter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraEventGeneratorProperties \ +static_assert(alignof(FNiagaraEventGeneratorProperties) == 0x000008, "Wrong alignment on FNiagaraEventGeneratorProperties"); \ +static_assert(sizeof(FNiagaraEventGeneratorProperties) == 0x000058, "Wrong size on FNiagaraEventGeneratorProperties"); \ +static_assert(offsetof(FNiagaraEventGeneratorProperties, MaxEventsPerFrame) == 0x000000, "Member 'FNiagaraEventGeneratorProperties::MaxEventsPerFrame' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEventGeneratorProperties, ID) == 0x000004, "Member 'FNiagaraEventGeneratorProperties::ID' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEventGeneratorProperties, DataSetCompiledData) == 0x000010, "Member 'FNiagaraEventGeneratorProperties::DataSetCompiledData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraEmitterScriptProperties \ +static_assert(alignof(FNiagaraEmitterScriptProperties) == 0x000008, "Wrong alignment on FNiagaraEmitterScriptProperties"); \ +static_assert(sizeof(FNiagaraEmitterScriptProperties) == 0x000028, "Wrong size on FNiagaraEmitterScriptProperties"); \ +static_assert(offsetof(FNiagaraEmitterScriptProperties, Script) == 0x000000, "Member 'FNiagaraEmitterScriptProperties::Script' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterScriptProperties, EventReceivers) == 0x000008, "Member 'FNiagaraEmitterScriptProperties::EventReceivers' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterScriptProperties, EventGenerators) == 0x000018, "Member 'FNiagaraEmitterScriptProperties::EventGenerators' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraEventScriptProperties \ +static_assert(alignof(FNiagaraEventScriptProperties) == 0x000008, "Wrong alignment on FNiagaraEventScriptProperties"); \ +static_assert(sizeof(FNiagaraEventScriptProperties) == 0x000058, "Wrong size on FNiagaraEventScriptProperties"); \ +static_assert(offsetof(FNiagaraEventScriptProperties, ExecutionMode) == 0x000028, "Member 'FNiagaraEventScriptProperties::ExecutionMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEventScriptProperties, SpawnNumber) == 0x00002C, "Member 'FNiagaraEventScriptProperties::SpawnNumber' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEventScriptProperties, MaxEventsPerFrame) == 0x000030, "Member 'FNiagaraEventScriptProperties::MaxEventsPerFrame' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEventScriptProperties, SourceEmitterID) == 0x000034, "Member 'FNiagaraEventScriptProperties::SourceEmitterID' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEventScriptProperties, SourceEventName) == 0x000044, "Member 'FNiagaraEventScriptProperties::SourceEventName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEventScriptProperties, bRandomSpawnNumber) == 0x000050, "Member 'FNiagaraEventScriptProperties::bRandomSpawnNumber' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEventScriptProperties, MinSpawnNumber) == 0x000054, "Member 'FNiagaraEventScriptProperties::MinSpawnNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraEmitterHandle \ +static_assert(alignof(FNiagaraEmitterHandle) == 0x000008, "Wrong alignment on FNiagaraEmitterHandle"); \ +static_assert(sizeof(FNiagaraEmitterHandle) == 0x000038, "Wrong size on FNiagaraEmitterHandle"); \ +static_assert(offsetof(FNiagaraEmitterHandle, Id) == 0x000000, "Member 'FNiagaraEmitterHandle::Id' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterHandle, IdName) == 0x000010, "Member 'FNiagaraEmitterHandle::IdName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterHandle, bIsEnabled) == 0x00001C, "Member 'FNiagaraEmitterHandle::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterHandle, Name) == 0x000020, "Member 'FNiagaraEmitterHandle::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterHandle, Instance) == 0x000030, "Member 'FNiagaraEmitterHandle::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraCollisionEventPayload \ +static_assert(alignof(FNiagaraCollisionEventPayload) == 0x000004, "Wrong alignment on FNiagaraCollisionEventPayload"); \ +static_assert(sizeof(FNiagaraCollisionEventPayload) == 0x00002C, "Wrong size on FNiagaraCollisionEventPayload"); \ +static_assert(offsetof(FNiagaraCollisionEventPayload, CollisionPos) == 0x000000, "Member 'FNiagaraCollisionEventPayload::CollisionPos' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCollisionEventPayload, CollisionNormal) == 0x00000C, "Member 'FNiagaraCollisionEventPayload::CollisionNormal' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCollisionEventPayload, CollisionVelocity) == 0x000018, "Member 'FNiagaraCollisionEventPayload::CollisionVelocity' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCollisionEventPayload, ParticleIndex) == 0x000024, "Member 'FNiagaraCollisionEventPayload::ParticleIndex' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCollisionEventPayload, PhysicalMaterialIndex) == 0x000028, "Member 'FNiagaraCollisionEventPayload::PhysicalMaterialIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraMeshRendererMeshProperties \ +static_assert(alignof(FNiagaraMeshRendererMeshProperties) == 0x000008, "Wrong alignment on FNiagaraMeshRendererMeshProperties"); \ +static_assert(sizeof(FNiagaraMeshRendererMeshProperties) == 0x000028, "Wrong size on FNiagaraMeshRendererMeshProperties"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, Mesh) == 0x000000, "Member 'FNiagaraMeshRendererMeshProperties::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, Scale) == 0x000008, "Member 'FNiagaraMeshRendererMeshProperties::Scale' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, PivotOffset) == 0x000014, "Member 'FNiagaraMeshRendererMeshProperties::PivotOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, PivotOffsetSpace) == 0x000020, "Member 'FNiagaraMeshRendererMeshProperties::PivotOffsetSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraMeshMaterialOverride \ +static_assert(alignof(FNiagaraMeshMaterialOverride) == 0x000008, "Wrong alignment on FNiagaraMeshMaterialOverride"); \ +static_assert(sizeof(FNiagaraMeshMaterialOverride) == 0x000028, "Wrong size on FNiagaraMeshMaterialOverride"); \ +static_assert(offsetof(FNiagaraMeshMaterialOverride, ExplicitMat) == 0x000000, "Member 'FNiagaraMeshMaterialOverride::ExplicitMat' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshMaterialOverride, UserParamBinding) == 0x000008, "Member 'FNiagaraMeshMaterialOverride::UserParamBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FParameterDefinitionsSubscription \ +static_assert(alignof(FParameterDefinitionsSubscription) == 0x000001, "Wrong alignment on FParameterDefinitionsSubscription"); \ +static_assert(sizeof(FParameterDefinitionsSubscription) == 0x000001, "Wrong size on FParameterDefinitionsSubscription"); \ + +#define DUMPER7_ASSERTS_FNiagaraParameters \ +static_assert(alignof(FNiagaraParameters) == 0x000008, "Wrong alignment on FNiagaraParameters"); \ +static_assert(sizeof(FNiagaraParameters) == 0x000010, "Wrong size on FNiagaraParameters"); \ +static_assert(offsetof(FNiagaraParameters, Parameters) == 0x000000, "Member 'FNiagaraParameters::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariableWithOffset \ +static_assert(alignof(FNiagaraVariableWithOffset) == 0x000004, "Wrong alignment on FNiagaraVariableWithOffset"); \ +static_assert(sizeof(FNiagaraVariableWithOffset) == 0x000014, "Wrong size on FNiagaraVariableWithOffset"); \ +static_assert(offsetof(FNiagaraVariableWithOffset, Offset) == 0x000010, "Member 'FNiagaraVariableWithOffset::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraParameterStore \ +static_assert(alignof(FNiagaraParameterStore) == 0x000008, "Wrong alignment on FNiagaraParameterStore"); \ +static_assert(sizeof(FNiagaraParameterStore) == 0x000078, "Wrong size on FNiagaraParameterStore"); \ +static_assert(offsetof(FNiagaraParameterStore, Owner) == 0x000008, "Member 'FNiagaraParameterStore::Owner' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraParameterStore, SortedParameterOffsets) == 0x000010, "Member 'FNiagaraParameterStore::SortedParameterOffsets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraParameterStore, ParameterData) == 0x000020, "Member 'FNiagaraParameterStore::ParameterData' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraParameterStore, DataInterfaces) == 0x000030, "Member 'FNiagaraParameterStore::DataInterfaces' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraParameterStore, UObjects) == 0x000040, "Member 'FNiagaraParameterStore::UObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraBoundParameter \ +static_assert(alignof(FNiagaraBoundParameter) == 0x000008, "Wrong alignment on FNiagaraBoundParameter"); \ +static_assert(sizeof(FNiagaraBoundParameter) == 0x000028, "Wrong size on FNiagaraBoundParameter"); \ +static_assert(offsetof(FNiagaraBoundParameter, Parameter) == 0x000000, "Member 'FNiagaraBoundParameter::Parameter' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBoundParameter, SrcOffset) == 0x000020, "Member 'FNiagaraBoundParameter::SrcOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBoundParameter, DestOffset) == 0x000024, "Member 'FNiagaraBoundParameter::DestOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraPerfBaselineStats \ +static_assert(alignof(FNiagaraPerfBaselineStats) == 0x000004, "Wrong alignment on FNiagaraPerfBaselineStats"); \ +static_assert(sizeof(FNiagaraPerfBaselineStats) == 0x000010, "Wrong size on FNiagaraPerfBaselineStats"); \ +static_assert(offsetof(FNiagaraPerfBaselineStats, PerInstanceAvg_GT) == 0x000000, "Member 'FNiagaraPerfBaselineStats::PerInstanceAvg_GT' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPerfBaselineStats, PerInstanceAvg_RT) == 0x000004, "Member 'FNiagaraPerfBaselineStats::PerInstanceAvg_RT' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPerfBaselineStats, PerInstanceMax_GT) == 0x000008, "Member 'FNiagaraPerfBaselineStats::PerInstanceMax_GT' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPerfBaselineStats, PerInstanceMax_RT) == 0x00000C, "Member 'FNiagaraPerfBaselineStats::PerInstanceMax_RT' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraPlatformSetConflictEntry \ +static_assert(alignof(FNiagaraPlatformSetConflictEntry) == 0x000004, "Wrong alignment on FNiagaraPlatformSetConflictEntry"); \ +static_assert(sizeof(FNiagaraPlatformSetConflictEntry) == 0x000010, "Wrong size on FNiagaraPlatformSetConflictEntry"); \ +static_assert(offsetof(FNiagaraPlatformSetConflictEntry, ProfileName) == 0x000000, "Member 'FNiagaraPlatformSetConflictEntry::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSetConflictEntry, QualityLevelMask) == 0x00000C, "Member 'FNiagaraPlatformSetConflictEntry::QualityLevelMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraPlatformSetConflictInfo \ +static_assert(alignof(FNiagaraPlatformSetConflictInfo) == 0x000008, "Wrong alignment on FNiagaraPlatformSetConflictInfo"); \ +static_assert(sizeof(FNiagaraPlatformSetConflictInfo) == 0x000018, "Wrong size on FNiagaraPlatformSetConflictInfo"); \ +static_assert(offsetof(FNiagaraPlatformSetConflictInfo, SetAIndex) == 0x000000, "Member 'FNiagaraPlatformSetConflictInfo::SetAIndex' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSetConflictInfo, SetBIndex) == 0x000004, "Member 'FNiagaraPlatformSetConflictInfo::SetBIndex' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSetConflictInfo, Conflicts) == 0x000008, "Member 'FNiagaraPlatformSetConflictInfo::Conflicts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraRibbonUVSettings \ +static_assert(alignof(FNiagaraRibbonUVSettings) == 0x000004, "Wrong alignment on FNiagaraRibbonUVSettings"); \ +static_assert(sizeof(FNiagaraRibbonUVSettings) == 0x000024, "Wrong size on FNiagaraRibbonUVSettings"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, DistributionMode) == 0x000000, "Member 'FNiagaraRibbonUVSettings::DistributionMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, LeadingEdgeMode) == 0x000004, "Member 'FNiagaraRibbonUVSettings::LeadingEdgeMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, TrailingEdgeMode) == 0x000008, "Member 'FNiagaraRibbonUVSettings::TrailingEdgeMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, TilingLength) == 0x00000C, "Member 'FNiagaraRibbonUVSettings::TilingLength' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, Offset) == 0x000010, "Member 'FNiagaraRibbonUVSettings::Offset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, Scale) == 0x000018, "Member 'FNiagaraRibbonUVSettings::Scale' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, bEnablePerParticleUOverride) == 0x000020, "Member 'FNiagaraRibbonUVSettings::bEnablePerParticleUOverride' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, bEnablePerParticleVRangeOverride) == 0x000021, "Member 'FNiagaraRibbonUVSettings::bEnablePerParticleVRangeOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraRibbonShapeCustomVertex \ +static_assert(alignof(FNiagaraRibbonShapeCustomVertex) == 0x000004, "Wrong alignment on FNiagaraRibbonShapeCustomVertex"); \ +static_assert(sizeof(FNiagaraRibbonShapeCustomVertex) == 0x000014, "Wrong size on FNiagaraRibbonShapeCustomVertex"); \ +static_assert(offsetof(FNiagaraRibbonShapeCustomVertex, Position) == 0x000000, "Member 'FNiagaraRibbonShapeCustomVertex::Position' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonShapeCustomVertex, Normal) == 0x000008, "Member 'FNiagaraRibbonShapeCustomVertex::Normal' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonShapeCustomVertex, TextureV) == 0x000010, "Member 'FNiagaraRibbonShapeCustomVertex::TextureV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScalabilityManager \ +static_assert(alignof(FNiagaraScalabilityManager) == 0x000008, "Wrong alignment on FNiagaraScalabilityManager"); \ +static_assert(sizeof(FNiagaraScalabilityManager) == 0x000070, "Wrong size on FNiagaraScalabilityManager"); \ +static_assert(offsetof(FNiagaraScalabilityManager, EffectType) == 0x000000, "Member 'FNiagaraScalabilityManager::EffectType' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScalabilityManager, ManagedComponents) == 0x000008, "Member 'FNiagaraScalabilityManager::ManagedComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVersionedNiagaraScriptData \ +static_assert(alignof(FVersionedNiagaraScriptData) == 0x000001, "Wrong alignment on FVersionedNiagaraScriptData"); \ +static_assert(sizeof(FVersionedNiagaraScriptData) == 0x000001, "Wrong size on FVersionedNiagaraScriptData"); \ + +#define DUMPER7_ASSERTS_FNiagaraCompilerTag \ +static_assert(alignof(FNiagaraCompilerTag) == 0x000008, "Wrong alignment on FNiagaraCompilerTag"); \ +static_assert(sizeof(FNiagaraCompilerTag) == 0x000030, "Wrong size on FNiagaraCompilerTag"); \ +static_assert(offsetof(FNiagaraCompilerTag, Variable) == 0x000000, "Member 'FNiagaraCompilerTag::Variable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompilerTag, StringValue) == 0x000020, "Member 'FNiagaraCompilerTag::StringValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVMExecutableData \ +static_assert(alignof(FNiagaraVMExecutableData) == 0x000008, "Wrong alignment on FNiagaraVMExecutableData"); \ +static_assert(sizeof(FNiagaraVMExecutableData) == 0x0000F0, "Wrong size on FNiagaraVMExecutableData"); \ +static_assert(offsetof(FNiagaraVMExecutableData, ByteCode) == 0x000000, "Member 'FNiagaraVMExecutableData::ByteCode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, OptimizedByteCode) == 0x000010, "Member 'FNiagaraVMExecutableData::OptimizedByteCode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, NumTempRegisters) == 0x000020, "Member 'FNiagaraVMExecutableData::NumTempRegisters' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, NumUserPtrs) == 0x000024, "Member 'FNiagaraVMExecutableData::NumUserPtrs' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, CompileTags) == 0x000028, "Member 'FNiagaraVMExecutableData::CompileTags' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, ScriptLiterals) == 0x000038, "Member 'FNiagaraVMExecutableData::ScriptLiterals' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, Attributes) == 0x000048, "Member 'FNiagaraVMExecutableData::Attributes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, DataUsage) == 0x000058, "Member 'FNiagaraVMExecutableData::DataUsage' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, DataInterfaceInfo) == 0x000060, "Member 'FNiagaraVMExecutableData::DataInterfaceInfo' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, CalledVMExternalFunctions) == 0x000070, "Member 'FNiagaraVMExecutableData::CalledVMExternalFunctions' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, ReadDataSets) == 0x000090, "Member 'FNiagaraVMExecutableData::ReadDataSets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, WriteDataSets) == 0x0000A0, "Member 'FNiagaraVMExecutableData::WriteDataSets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, StatScopes) == 0x0000B0, "Member 'FNiagaraVMExecutableData::StatScopes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, DIParamInfo) == 0x0000C0, "Member 'FNiagaraVMExecutableData::DIParamInfo' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, LastCompileStatus) == 0x0000D0, "Member 'FNiagaraVMExecutableData::LastCompileStatus' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, SimulationStageMetaData) == 0x0000D8, "Member 'FNiagaraVMExecutableData::SimulationStageMetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVMExecutableDataId \ +static_assert(alignof(FNiagaraVMExecutableDataId) == 0x000008, "Wrong alignment on FNiagaraVMExecutableDataId"); \ +static_assert(sizeof(FNiagaraVMExecutableDataId) == 0x000058, "Wrong size on FNiagaraVMExecutableDataId"); \ +static_assert(offsetof(FNiagaraVMExecutableDataId, CompilerVersionID) == 0x000000, "Member 'FNiagaraVMExecutableDataId::CompilerVersionID' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableDataId, ScriptUsageType) == 0x000010, "Member 'FNiagaraVMExecutableDataId::ScriptUsageType' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableDataId, ScriptUsageTypeID) == 0x000014, "Member 'FNiagaraVMExecutableDataId::ScriptUsageTypeID' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableDataId, BaseScriptID) == 0x000028, "Member 'FNiagaraVMExecutableDataId::BaseScriptID' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableDataId, BaseScriptCompileHash) == 0x000038, "Member 'FNiagaraVMExecutableDataId::BaseScriptCompileHash' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableDataId, ScriptVersionID) == 0x000048, "Member 'FNiagaraVMExecutableDataId::ScriptVersionID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraModuleDependency \ +static_assert(alignof(FNiagaraModuleDependency) == 0x000008, "Wrong alignment on FNiagaraModuleDependency"); \ +static_assert(sizeof(FNiagaraModuleDependency) == 0x000028, "Wrong size on FNiagaraModuleDependency"); \ +static_assert(offsetof(FNiagaraModuleDependency, Id) == 0x000000, "Member 'FNiagaraModuleDependency::Id' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraModuleDependency, Type) == 0x00000C, "Member 'FNiagaraModuleDependency::Type' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraModuleDependency, ScriptConstraint) == 0x00000D, "Member 'FNiagaraModuleDependency::ScriptConstraint' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraModuleDependency, Description) == 0x000010, "Member 'FNiagaraModuleDependency::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptInstanceParameterStore \ +static_assert(alignof(FNiagaraScriptInstanceParameterStore) == 0x000008, "Wrong alignment on FNiagaraScriptInstanceParameterStore"); \ +static_assert(sizeof(FNiagaraScriptInstanceParameterStore) == 0x000088, "Wrong size on FNiagaraScriptInstanceParameterStore"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptExecutionPaddingInfo \ +static_assert(alignof(FNiagaraScriptExecutionPaddingInfo) == 0x000002, "Wrong alignment on FNiagaraScriptExecutionPaddingInfo"); \ +static_assert(sizeof(FNiagaraScriptExecutionPaddingInfo) == 0x000008, "Wrong size on FNiagaraScriptExecutionPaddingInfo"); \ +static_assert(offsetof(FNiagaraScriptExecutionPaddingInfo, SrcOffset) == 0x000000, "Member 'FNiagaraScriptExecutionPaddingInfo::SrcOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptExecutionPaddingInfo, DestOffset) == 0x000002, "Member 'FNiagaraScriptExecutionPaddingInfo::DestOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptExecutionPaddingInfo, SrcSize) == 0x000004, "Member 'FNiagaraScriptExecutionPaddingInfo::SrcSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptExecutionPaddingInfo, DestSize) == 0x000006, "Member 'FNiagaraScriptExecutionPaddingInfo::DestSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptExecutionParameterStore \ +static_assert(alignof(FNiagaraScriptExecutionParameterStore) == 0x000008, "Wrong alignment on FNiagaraScriptExecutionParameterStore"); \ +static_assert(sizeof(FNiagaraScriptExecutionParameterStore) == 0x000098, "Wrong size on FNiagaraScriptExecutionParameterStore"); \ +static_assert(offsetof(FNiagaraScriptExecutionParameterStore, ParameterSize) == 0x000078, "Member 'FNiagaraScriptExecutionParameterStore::ParameterSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptExecutionParameterStore, PaddedParameterSize) == 0x00007C, "Member 'FNiagaraScriptExecutionParameterStore::PaddedParameterSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptExecutionParameterStore, PaddingInfo) == 0x000080, "Member 'FNiagaraScriptExecutionParameterStore::PaddingInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptHighlight \ +static_assert(alignof(FNiagaraScriptHighlight) == 0x000008, "Wrong alignment on FNiagaraScriptHighlight"); \ +static_assert(sizeof(FNiagaraScriptHighlight) == 0x000028, "Wrong size on FNiagaraScriptHighlight"); \ +static_assert(offsetof(FNiagaraScriptHighlight, Color) == 0x000000, "Member 'FNiagaraScriptHighlight::Color' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptHighlight, DisplayName) == 0x000010, "Member 'FNiagaraScriptHighlight::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemCompileRequest \ +static_assert(alignof(FNiagaraSystemCompileRequest) == 0x000008, "Wrong alignment on FNiagaraSystemCompileRequest"); \ +static_assert(sizeof(FNiagaraSystemCompileRequest) == 0x000080, "Wrong size on FNiagaraSystemCompileRequest"); \ +static_assert(offsetof(FNiagaraSystemCompileRequest, RootObjects) == 0x000008, "Member 'FNiagaraSystemCompileRequest::RootObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEmitterCompiledScriptPair \ +static_assert(alignof(FEmitterCompiledScriptPair) == 0x000008, "Wrong alignment on FEmitterCompiledScriptPair"); \ +static_assert(sizeof(FEmitterCompiledScriptPair) == 0x000090, "Wrong size on FEmitterCompiledScriptPair"); \ + +#define DUMPER7_ASSERTS_FNiagaraParameterDataSetBinding \ +static_assert(alignof(FNiagaraParameterDataSetBinding) == 0x000004, "Wrong alignment on FNiagaraParameterDataSetBinding"); \ +static_assert(sizeof(FNiagaraParameterDataSetBinding) == 0x000008, "Wrong size on FNiagaraParameterDataSetBinding"); \ +static_assert(offsetof(FNiagaraParameterDataSetBinding, ParameterOffset) == 0x000000, "Member 'FNiagaraParameterDataSetBinding::ParameterOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraParameterDataSetBinding, DataSetComponentOffset) == 0x000004, "Member 'FNiagaraParameterDataSetBinding::DataSetComponentOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraParameterDataSetBindingCollection \ +static_assert(alignof(FNiagaraParameterDataSetBindingCollection) == 0x000008, "Wrong alignment on FNiagaraParameterDataSetBindingCollection"); \ +static_assert(sizeof(FNiagaraParameterDataSetBindingCollection) == 0x000020, "Wrong size on FNiagaraParameterDataSetBindingCollection"); \ +static_assert(offsetof(FNiagaraParameterDataSetBindingCollection, FloatOffsets) == 0x000000, "Member 'FNiagaraParameterDataSetBindingCollection::FloatOffsets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraParameterDataSetBindingCollection, Int32Offsets) == 0x000010, "Member 'FNiagaraParameterDataSetBindingCollection::Int32Offsets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemCompiledData \ +static_assert(alignof(FNiagaraSystemCompiledData) == 0x000008, "Wrong alignment on FNiagaraSystemCompiledData"); \ +static_assert(sizeof(FNiagaraSystemCompiledData) == 0x000230, "Wrong size on FNiagaraSystemCompiledData"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, InstanceParamStore) == 0x000000, "Member 'FNiagaraSystemCompiledData::InstanceParamStore' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, DataSetCompiledData) == 0x000078, "Member 'FNiagaraSystemCompiledData::DataSetCompiledData' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceParamsDataSetCompiledData) == 0x0000C0, "Member 'FNiagaraSystemCompiledData::SpawnInstanceParamsDataSetCompiledData' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceParamsDataSetCompiledData) == 0x000108, "Member 'FNiagaraSystemCompiledData::UpdateInstanceParamsDataSetCompiledData' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceGlobalBinding) == 0x000150, "Member 'FNiagaraSystemCompiledData::SpawnInstanceGlobalBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceSystemBinding) == 0x000170, "Member 'FNiagaraSystemCompiledData::SpawnInstanceSystemBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceOwnerBinding) == 0x000190, "Member 'FNiagaraSystemCompiledData::SpawnInstanceOwnerBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceEmitterBindings) == 0x0001B0, "Member 'FNiagaraSystemCompiledData::SpawnInstanceEmitterBindings' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceGlobalBinding) == 0x0001C0, "Member 'FNiagaraSystemCompiledData::UpdateInstanceGlobalBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceSystemBinding) == 0x0001E0, "Member 'FNiagaraSystemCompiledData::UpdateInstanceSystemBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceOwnerBinding) == 0x000200, "Member 'FNiagaraSystemCompiledData::UpdateInstanceOwnerBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceEmitterBindings) == 0x000220, "Member 'FNiagaraSystemCompiledData::UpdateInstanceEmitterBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraEmitterCompiledData \ +static_assert(alignof(FNiagaraEmitterCompiledData) == 0x000008, "Wrong alignment on FNiagaraEmitterCompiledData"); \ +static_assert(sizeof(FNiagaraEmitterCompiledData) == 0x000138, "Wrong size on FNiagaraEmitterCompiledData"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, SpawnAttributes) == 0x000000, "Member 'FNiagaraEmitterCompiledData::SpawnAttributes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterSpawnIntervalVar) == 0x000010, "Member 'FNiagaraEmitterCompiledData::EmitterSpawnIntervalVar' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterInterpSpawnStartDTVar) == 0x000030, "Member 'FNiagaraEmitterCompiledData::EmitterInterpSpawnStartDTVar' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterSpawnGroupVar) == 0x000050, "Member 'FNiagaraEmitterCompiledData::EmitterSpawnGroupVar' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterAgeVar) == 0x000070, "Member 'FNiagaraEmitterCompiledData::EmitterAgeVar' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterRandomSeedVar) == 0x000090, "Member 'FNiagaraEmitterCompiledData::EmitterRandomSeedVar' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterInstanceSeedVar) == 0x0000B0, "Member 'FNiagaraEmitterCompiledData::EmitterInstanceSeedVar' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterTotalSpawnedParticlesVar) == 0x0000D0, "Member 'FNiagaraEmitterCompiledData::EmitterTotalSpawnedParticlesVar' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, DataSetCompiledData) == 0x0000F0, "Member 'FNiagaraEmitterCompiledData::DataSetCompiledData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraInputConditionMetadata \ +static_assert(alignof(FNiagaraInputConditionMetadata) == 0x000008, "Wrong alignment on FNiagaraInputConditionMetadata"); \ +static_assert(sizeof(FNiagaraInputConditionMetadata) == 0x000020, "Wrong size on FNiagaraInputConditionMetadata"); \ +static_assert(offsetof(FNiagaraInputConditionMetadata, InputName) == 0x000000, "Member 'FNiagaraInputConditionMetadata::InputName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraInputConditionMetadata, TargetValues) == 0x000010, "Member 'FNiagaraInputConditionMetadata::TargetValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariableMetaData \ +static_assert(alignof(FNiagaraVariableMetaData) == 0x000008, "Wrong alignment on FNiagaraVariableMetaData"); \ +static_assert(sizeof(FNiagaraVariableMetaData) == 0x0000F8, "Wrong size on FNiagaraVariableMetaData"); \ +static_assert(offsetof(FNiagaraVariableMetaData, Description) == 0x000000, "Member 'FNiagaraVariableMetaData::Description' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, CategoryName) == 0x000018, "Member 'FNiagaraVariableMetaData::CategoryName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, bAdvancedDisplay) == 0x000030, "Member 'FNiagaraVariableMetaData::bAdvancedDisplay' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, EditorSortPriority) == 0x000034, "Member 'FNiagaraVariableMetaData::EditorSortPriority' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, bInlineEditConditionToggle) == 0x000038, "Member 'FNiagaraVariableMetaData::bInlineEditConditionToggle' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, EditCondition) == 0x000040, "Member 'FNiagaraVariableMetaData::EditCondition' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, VisibleCondition) == 0x000060, "Member 'FNiagaraVariableMetaData::VisibleCondition' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, PropertyMetaData) == 0x000080, "Member 'FNiagaraVariableMetaData::PropertyMetaData' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, ParentAttribute) == 0x0000D0, "Member 'FNiagaraVariableMetaData::ParentAttribute' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, VariableGuid) == 0x0000DC, "Member 'FNiagaraVariableMetaData::VariableGuid' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, bIsStaticSwitch) == 0x0000EC, "Member 'FNiagaraVariableMetaData::bIsStaticSwitch' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, StaticSwitchDefaultValue) == 0x0000F0, "Member 'FNiagaraVariableMetaData::StaticSwitchDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraCompileHashVisitorDebugInfo \ +static_assert(alignof(FNiagaraCompileHashVisitorDebugInfo) == 0x000008, "Wrong alignment on FNiagaraCompileHashVisitorDebugInfo"); \ +static_assert(sizeof(FNiagaraCompileHashVisitorDebugInfo) == 0x000030, "Wrong size on FNiagaraCompileHashVisitorDebugInfo"); \ +static_assert(offsetof(FNiagaraCompileHashVisitorDebugInfo, Object) == 0x000000, "Member 'FNiagaraCompileHashVisitorDebugInfo::Object' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileHashVisitorDebugInfo, PropertyKeys) == 0x000010, "Member 'FNiagaraCompileHashVisitorDebugInfo::PropertyKeys' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileHashVisitorDebugInfo, PropertyValues) == 0x000020, "Member 'FNiagaraCompileHashVisitorDebugInfo::PropertyValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraID \ +static_assert(alignof(FNiagaraID) == 0x000004, "Wrong alignment on FNiagaraID"); \ +static_assert(sizeof(FNiagaraID) == 0x000008, "Wrong size on FNiagaraID"); \ +static_assert(offsetof(FNiagaraID, Index) == 0x000000, "Member 'FNiagaraID::Index' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraID, AcquireTag) == 0x000004, "Member 'FNiagaraID::AcquireTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSpawnInfo \ +static_assert(alignof(FNiagaraSpawnInfo) == 0x000004, "Wrong alignment on FNiagaraSpawnInfo"); \ +static_assert(sizeof(FNiagaraSpawnInfo) == 0x000010, "Wrong size on FNiagaraSpawnInfo"); \ +static_assert(offsetof(FNiagaraSpawnInfo, Count) == 0x000000, "Member 'FNiagaraSpawnInfo::Count' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSpawnInfo, InterpStartDt) == 0x000004, "Member 'FNiagaraSpawnInfo::InterpStartDt' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSpawnInfo, IntervalDt) == 0x000008, "Member 'FNiagaraSpawnInfo::IntervalDt' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSpawnInfo, SpawnGroup) == 0x00000C, "Member 'FNiagaraSpawnInfo::SpawnGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraAssetVersion \ +static_assert(alignof(FNiagaraAssetVersion) == 0x000004, "Wrong alignment on FNiagaraAssetVersion"); \ +static_assert(sizeof(FNiagaraAssetVersion) == 0x00001C, "Wrong size on FNiagaraAssetVersion"); \ +static_assert(offsetof(FNiagaraAssetVersion, MajorVersion) == 0x000000, "Member 'FNiagaraAssetVersion::MajorVersion' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraAssetVersion, MinorVersion) == 0x000004, "Member 'FNiagaraAssetVersion::MinorVersion' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraAssetVersion, VersionGuid) == 0x000008, "Member 'FNiagaraAssetVersion::VersionGuid' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraAssetVersion, bIsVisibleInVersionSelector) == 0x000018, "Member 'FNiagaraAssetVersion::bIsVisibleInVersionSelector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraParameterMap \ +static_assert(alignof(FNiagaraParameterMap) == 0x000001, "Wrong alignment on FNiagaraParameterMap"); \ +static_assert(sizeof(FNiagaraParameterMap) == 0x000001, "Wrong size on FNiagaraParameterMap"); \ + +#define DUMPER7_ASSERTS_FNiagaraHalfVector4 \ +static_assert(alignof(FNiagaraHalfVector4) == 0x000002, "Wrong alignment on FNiagaraHalfVector4"); \ +static_assert(sizeof(FNiagaraHalfVector4) == 0x000008, "Wrong size on FNiagaraHalfVector4"); \ +static_assert(offsetof(FNiagaraHalfVector4, x) == 0x000000, "Member 'FNiagaraHalfVector4::x' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraHalfVector4, y) == 0x000002, "Member 'FNiagaraHalfVector4::y' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraHalfVector4, z) == 0x000004, "Member 'FNiagaraHalfVector4::z' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraHalfVector4, w) == 0x000006, "Member 'FNiagaraHalfVector4::w' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraHalfVector2 \ +static_assert(alignof(FNiagaraHalfVector2) == 0x000002, "Wrong alignment on FNiagaraHalfVector2"); \ +static_assert(sizeof(FNiagaraHalfVector2) == 0x000004, "Wrong size on FNiagaraHalfVector2"); \ +static_assert(offsetof(FNiagaraHalfVector2, x) == 0x000000, "Member 'FNiagaraHalfVector2::x' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraHalfVector2, y) == 0x000002, "Member 'FNiagaraHalfVector2::y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraHalf \ +static_assert(alignof(FNiagaraHalf) == 0x000002, "Wrong alignment on FNiagaraHalf"); \ +static_assert(sizeof(FNiagaraHalf) == 0x000002, "Wrong size on FNiagaraHalf"); \ +static_assert(offsetof(FNiagaraHalf, Value) == 0x000000, "Member 'FNiagaraHalf::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraBool \ +static_assert(alignof(FNiagaraBool) == 0x000004, "Wrong alignment on FNiagaraBool"); \ +static_assert(sizeof(FNiagaraBool) == 0x000004, "Wrong size on FNiagaraBool"); \ +static_assert(offsetof(FNiagaraBool, Value) == 0x000000, "Member 'FNiagaraBool::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraFloat \ +static_assert(alignof(FNiagaraFloat) == 0x000004, "Wrong alignment on FNiagaraFloat"); \ +static_assert(sizeof(FNiagaraFloat) == 0x000004, "Wrong size on FNiagaraFloat"); \ +static_assert(offsetof(FNiagaraFloat, Value) == 0x000000, "Member 'FNiagaraFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraWildcard \ +static_assert(alignof(FNiagaraWildcard) == 0x000001, "Wrong alignment on FNiagaraWildcard"); \ +static_assert(sizeof(FNiagaraWildcard) == 0x000001, "Wrong size on FNiagaraWildcard"); \ + +#define DUMPER7_ASSERTS_FNiagaraUserRedirectionParameterStore \ +static_assert(alignof(FNiagaraUserRedirectionParameterStore) == 0x000008, "Wrong alignment on FNiagaraUserRedirectionParameterStore"); \ +static_assert(sizeof(FNiagaraUserRedirectionParameterStore) == 0x0000C8, "Wrong size on FNiagaraUserRedirectionParameterStore"); \ +static_assert(offsetof(FNiagaraUserRedirectionParameterStore, UserParameterRedirects) == 0x000078, "Member 'FNiagaraUserRedirectionParameterStore::UserParameterRedirects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariant \ +static_assert(alignof(FNiagaraVariant) == 0x000008, "Wrong alignment on FNiagaraVariant"); \ +static_assert(sizeof(FNiagaraVariant) == 0x000028, "Wrong size on FNiagaraVariant"); \ +static_assert(offsetof(FNiagaraVariant, Object) == 0x000000, "Member 'FNiagaraVariant::Object' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariant, DataInterface) == 0x000008, "Member 'FNiagaraVariant::DataInterface' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariant, Bytes) == 0x000010, "Member 'FNiagaraVariant::Bytes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariant, CurrentMode) == 0x000020, "Member 'FNiagaraVariant::CurrentMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraWorldManagerTickFunction \ +static_assert(alignof(FNiagaraWorldManagerTickFunction) == 0x000008, "Wrong alignment on FNiagaraWorldManagerTickFunction"); \ +static_assert(sizeof(FNiagaraWorldManagerTickFunction) == 0x000030, "Wrong size on FNiagaraWorldManagerTickFunction"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterface \ +static_assert(alignof(UNiagaraDataInterface) == 0x000008, "Wrong alignment on UNiagaraDataInterface"); \ +static_assert(sizeof(UNiagaraDataInterface) == 0x000040, "Wrong size on UNiagaraDataInterface"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRWBase \ +static_assert(alignof(UNiagaraDataInterfaceRWBase) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRWBase"); \ +static_assert(sizeof(UNiagaraDataInterfaceRWBase) == 0x0000E0, "Wrong size on UNiagaraDataInterfaceRWBase"); \ +static_assert(offsetof(UNiagaraDataInterfaceRWBase, OutputShaderStages) == 0x000040, "Member 'UNiagaraDataInterfaceRWBase::OutputShaderStages' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRWBase, IterationShaderStages) == 0x000090, "Member 'UNiagaraDataInterfaceRWBase::IterationShaderStages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGrid2D \ +static_assert(alignof(UNiagaraDataInterfaceGrid2D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGrid2D"); \ +static_assert(sizeof(UNiagaraDataInterfaceGrid2D) == 0x000100, "Wrong size on UNiagaraDataInterfaceGrid2D"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, NumCellsX) == 0x0000E0, "Member 'UNiagaraDataInterfaceGrid2D::NumCellsX' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, NumCellsY) == 0x0000E4, "Member 'UNiagaraDataInterfaceGrid2D::NumCellsY' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, NumCellsMaxAxis) == 0x0000E8, "Member 'UNiagaraDataInterfaceGrid2D::NumCellsMaxAxis' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, NumAttributes) == 0x0000EC, "Member 'UNiagaraDataInterfaceGrid2D::NumAttributes' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, SetGridFromMaxAxis) == 0x0000F0, "Member 'UNiagaraDataInterfaceGrid2D::SetGridFromMaxAxis' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, WorldBBoxSize) == 0x0000F4, "Member 'UNiagaraDataInterfaceGrid2D::WorldBBoxSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D \ +static_assert(alignof(NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D) == 0x000008, "Wrong alignment on NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D"); \ +static_assert(sizeof(NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D) == 0x000020, "Wrong size on NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D, Component) == 0x000000, "Member 'NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D::Component' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D, Dest) == 0x000008, "Member 'NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D::Dest' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D, TilesX) == 0x000010, "Member 'NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D::TilesX' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D, TilesY) == 0x000014, "Member 'NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D::TilesY' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D, ReturnValue) == 0x000018, "Member 'NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceGrid2DCollection_FillTexture2D \ +static_assert(alignof(NiagaraDataInterfaceGrid2DCollection_FillTexture2D) == 0x000008, "Wrong alignment on NiagaraDataInterfaceGrid2DCollection_FillTexture2D"); \ +static_assert(sizeof(NiagaraDataInterfaceGrid2DCollection_FillTexture2D) == 0x000018, "Wrong size on NiagaraDataInterfaceGrid2DCollection_FillTexture2D"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillTexture2D, Component) == 0x000000, "Member 'NiagaraDataInterfaceGrid2DCollection_FillTexture2D::Component' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillTexture2D, dest) == 0x000008, "Member 'NiagaraDataInterfaceGrid2DCollection_FillTexture2D::dest' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillTexture2D, AttributeIndex) == 0x000010, "Member 'NiagaraDataInterfaceGrid2DCollection_FillTexture2D::AttributeIndex' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillTexture2D, ReturnValue) == 0x000014, "Member 'NiagaraDataInterfaceGrid2DCollection_FillTexture2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize \ +static_assert(alignof(NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize) == 0x000008, "Wrong alignment on NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize"); \ +static_assert(sizeof(NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize) == 0x000010, "Wrong size on NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize, Component) == 0x000000, "Member 'NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize::Component' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize, SizeX) == 0x000008, "Member 'NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize::SizeX' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize, SizeY) == 0x00000C, "Member 'NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize::SizeY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceGrid2DCollection_GetTextureSize \ +static_assert(alignof(NiagaraDataInterfaceGrid2DCollection_GetTextureSize) == 0x000008, "Wrong alignment on NiagaraDataInterfaceGrid2DCollection_GetTextureSize"); \ +static_assert(sizeof(NiagaraDataInterfaceGrid2DCollection_GetTextureSize) == 0x000010, "Wrong size on NiagaraDataInterfaceGrid2DCollection_GetTextureSize"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_GetTextureSize, Component) == 0x000000, "Member 'NiagaraDataInterfaceGrid2DCollection_GetTextureSize::Component' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_GetTextureSize, SizeX) == 0x000008, "Member 'NiagaraDataInterfaceGrid2DCollection_GetTextureSize::SizeX' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_GetTextureSize, SizeY) == 0x00000C, "Member 'NiagaraDataInterfaceGrid2DCollection_GetTextureSize::SizeY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGrid2DCollection \ +static_assert(alignof(UNiagaraDataInterfaceGrid2DCollection) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGrid2DCollection"); \ +static_assert(sizeof(UNiagaraDataInterfaceGrid2DCollection) == 0x0001C8, "Wrong size on UNiagaraDataInterfaceGrid2DCollection"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2DCollection, RenderTargetUserParameter) == 0x000100, "Member 'UNiagaraDataInterfaceGrid2DCollection::RenderTargetUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2DCollection, OverrideBufferFormat) == 0x000120, "Member 'UNiagaraDataInterfaceGrid2DCollection::OverrideBufferFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2DCollection, ManagedRenderTargets) == 0x000178, "Member 'UNiagaraDataInterfaceGrid2DCollection::ManagedRenderTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraTrack \ +static_assert(alignof(UMovieSceneNiagaraTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraTrack) == 0x0000A8, "Wrong size on UMovieSceneNiagaraTrack"); \ +static_assert(offsetof(UMovieSceneNiagaraTrack, Sections) == 0x000098, "Member 'UMovieSceneNiagaraTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraParameterTrack \ +static_assert(alignof(UMovieSceneNiagaraParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraParameterTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraParameterTrack) == 0x0000C8, "Wrong size on UMovieSceneNiagaraParameterTrack"); \ +static_assert(offsetof(UMovieSceneNiagaraParameterTrack, Parameter) == 0x0000A8, "Member 'UMovieSceneNiagaraParameterTrack::Parameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraBoolParameterTrack \ +static_assert(alignof(UMovieSceneNiagaraBoolParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraBoolParameterTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraBoolParameterTrack) == 0x0000D0, "Wrong size on UMovieSceneNiagaraBoolParameterTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraColorParameterTrack \ +static_assert(alignof(UMovieSceneNiagaraColorParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraColorParameterTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraColorParameterTrack) == 0x0000D0, "Wrong size on UMovieSceneNiagaraColorParameterTrack"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceIntRenderTarget2D \ +static_assert(alignof(UNiagaraDataInterfaceIntRenderTarget2D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceIntRenderTarget2D"); \ +static_assert(sizeof(UNiagaraDataInterfaceIntRenderTarget2D) == 0x000158, "Wrong size on UNiagaraDataInterfaceIntRenderTarget2D"); \ +static_assert(offsetof(UNiagaraDataInterfaceIntRenderTarget2D, Size) == 0x0000E0, "Member 'UNiagaraDataInterfaceIntRenderTarget2D::Size' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceIntRenderTarget2D, RenderTargetUserParameter) == 0x0000E8, "Member 'UNiagaraDataInterfaceIntRenderTarget2D::RenderTargetUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceIntRenderTarget2D, ManagedRenderTargets) == 0x000108, "Member 'UNiagaraDataInterfaceIntRenderTarget2D::ManagedRenderTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraFloatParameterTrack \ +static_assert(alignof(UMovieSceneNiagaraFloatParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraFloatParameterTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraFloatParameterTrack) == 0x0000D0, "Wrong size on UMovieSceneNiagaraFloatParameterTrack"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRenderTarget2D \ +static_assert(alignof(UNiagaraDataInterfaceRenderTarget2D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTarget2D"); \ +static_assert(sizeof(UNiagaraDataInterfaceRenderTarget2D) == 0x0001B0, "Wrong size on UNiagaraDataInterfaceRenderTarget2D"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, Size) == 0x0000E0, "Member 'UNiagaraDataInterfaceRenderTarget2D::Size' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, MipMapGeneration) == 0x0000E8, "Member 'UNiagaraDataInterfaceRenderTarget2D::MipMapGeneration' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, OverrideRenderTargetFormat) == 0x0000E9, "Member 'UNiagaraDataInterfaceRenderTarget2D::OverrideRenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, RenderTargetUserParameter) == 0x0000F0, "Member 'UNiagaraDataInterfaceRenderTarget2D::RenderTargetUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, ManagedRenderTargets) == 0x000160, "Member 'UNiagaraDataInterfaceRenderTarget2D::ManagedRenderTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraIntegerParameterTrack \ +static_assert(alignof(UMovieSceneNiagaraIntegerParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraIntegerParameterTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraIntegerParameterTrack) == 0x0000D0, "Wrong size on UMovieSceneNiagaraIntegerParameterTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraSystemSpawnSection \ +static_assert(alignof(UMovieSceneNiagaraSystemSpawnSection) == 0x000008, "Wrong alignment on UMovieSceneNiagaraSystemSpawnSection"); \ +static_assert(sizeof(UMovieSceneNiagaraSystemSpawnSection) == 0x000100, "Wrong size on UMovieSceneNiagaraSystemSpawnSection"); \ +static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, SectionStartBehavior) == 0x0000F0, "Member 'UMovieSceneNiagaraSystemSpawnSection::SectionStartBehavior' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, SectionEvaluateBehavior) == 0x0000F4, "Member 'UMovieSceneNiagaraSystemSpawnSection::SectionEvaluateBehavior' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, SectionEndBehavior) == 0x0000F8, "Member 'UMovieSceneNiagaraSystemSpawnSection::SectionEndBehavior' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, AgeUpdateMode) == 0x0000FC, "Member 'UMovieSceneNiagaraSystemSpawnSection::AgeUpdateMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArray \ +static_assert(alignof(UNiagaraDataInterfaceArray) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArray"); \ +static_assert(sizeof(UNiagaraDataInterfaceArray) == 0x000058, "Wrong size on UNiagaraDataInterfaceArray"); \ +static_assert(offsetof(UNiagaraDataInterfaceArray, MaxElements) == 0x000048, "Member 'UNiagaraDataInterfaceArray::MaxElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFloat4 \ +static_assert(alignof(UNiagaraDataInterfaceArrayFloat4) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFloat4"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayFloat4) == 0x000068, "Wrong size on UNiagaraDataInterfaceArrayFloat4"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayFloat4, FloatData) == 0x000058, "Member 'UNiagaraDataInterfaceArrayFloat4::FloatData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraParameterDefinitionsBase \ +static_assert(alignof(UNiagaraParameterDefinitionsBase) == 0x000008, "Wrong alignment on UNiagaraParameterDefinitionsBase"); \ +static_assert(sizeof(UNiagaraParameterDefinitionsBase) == 0x000030, "Wrong size on UNiagaraParameterDefinitionsBase"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraSystemTrack \ +static_assert(alignof(UMovieSceneNiagaraSystemTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraSystemTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraSystemTrack) == 0x0000B0, "Wrong size on UMovieSceneNiagaraSystemTrack"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceOcclusion \ +static_assert(alignof(UNiagaraDataInterfaceOcclusion) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceOcclusion"); \ +static_assert(sizeof(UNiagaraDataInterfaceOcclusion) == 0x000040, "Wrong size on UNiagaraDataInterfaceOcclusion"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraVectorParameterTrack \ +static_assert(alignof(UMovieSceneNiagaraVectorParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraVectorParameterTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraVectorParameterTrack) == 0x0000D8, "Wrong size on UMovieSceneNiagaraVectorParameterTrack"); \ +static_assert(offsetof(UMovieSceneNiagaraVectorParameterTrack, ChannelsUsed) == 0x0000D0, "Member 'UMovieSceneNiagaraVectorParameterTrack::ChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraActor_OnNiagaraSystemFinished \ +static_assert(alignof(NiagaraActor_OnNiagaraSystemFinished) == 0x000008, "Wrong alignment on NiagaraActor_OnNiagaraSystemFinished"); \ +static_assert(sizeof(NiagaraActor_OnNiagaraSystemFinished) == 0x000008, "Wrong size on NiagaraActor_OnNiagaraSystemFinished"); \ +static_assert(offsetof(NiagaraActor_OnNiagaraSystemFinished, FinishedComponent) == 0x000000, "Member 'NiagaraActor_OnNiagaraSystemFinished::FinishedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraActor_SetDestroyOnSystemFinish \ +static_assert(alignof(NiagaraActor_SetDestroyOnSystemFinish) == 0x000001, "Wrong alignment on NiagaraActor_SetDestroyOnSystemFinish"); \ +static_assert(sizeof(NiagaraActor_SetDestroyOnSystemFinish) == 0x000001, "Wrong size on NiagaraActor_SetDestroyOnSystemFinish"); \ +static_assert(offsetof(NiagaraActor_SetDestroyOnSystemFinish, bShouldDestroyOnSystemFinish) == 0x000000, "Member 'NiagaraActor_SetDestroyOnSystemFinish::bShouldDestroyOnSystemFinish' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANiagaraActor \ +static_assert(alignof(ANiagaraActor) == 0x000008, "Wrong alignment on ANiagaraActor"); \ +static_assert(sizeof(ANiagaraActor) == 0x0002B8, "Wrong size on ANiagaraActor"); \ +static_assert(offsetof(ANiagaraActor, NiagaraComponent) == 0x0002A8, "Member 'ANiagaraActor::NiagaraComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraBakerSettings \ +static_assert(alignof(UNiagaraBakerSettings) == 0x000008, "Wrong alignment on UNiagaraBakerSettings"); \ +static_assert(sizeof(UNiagaraBakerSettings) == 0x000120, "Wrong size on UNiagaraBakerSettings"); \ +static_assert(offsetof(UNiagaraBakerSettings, StartSeconds) == 0x000030, "Member 'UNiagaraBakerSettings::StartSeconds' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, DurationSeconds) == 0x000034, "Member 'UNiagaraBakerSettings::DurationSeconds' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, FramesPerSecond) == 0x000038, "Member 'UNiagaraBakerSettings::FramesPerSecond' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, FramesPerDimension) == 0x000040, "Member 'UNiagaraBakerSettings::FramesPerDimension' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, OutputTextures) == 0x000048, "Member 'UNiagaraBakerSettings::OutputTextures' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraViewportMode) == 0x000058, "Member 'UNiagaraBakerSettings::CameraViewportMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraViewportLocation) == 0x00005C, "Member 'UNiagaraBakerSettings::CameraViewportLocation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraViewportRotation) == 0x0000B0, "Member 'UNiagaraBakerSettings::CameraViewportRotation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraOrbitDistance) == 0x000104, "Member 'UNiagaraBakerSettings::CameraOrbitDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraFOV) == 0x000108, "Member 'UNiagaraBakerSettings::CameraFOV' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraOrthoWidth) == 0x00010C, "Member 'UNiagaraBakerSettings::CameraOrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraAspectRatio) == 0x000114, "Member 'UNiagaraBakerSettings::CameraAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRenderTarget2DArray \ +static_assert(alignof(UNiagaraDataInterfaceRenderTarget2DArray) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTarget2DArray"); \ +static_assert(sizeof(UNiagaraDataInterfaceRenderTarget2DArray) == 0x000160, "Wrong size on UNiagaraDataInterfaceRenderTarget2DArray"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2DArray, Size) == 0x0000E0, "Member 'UNiagaraDataInterfaceRenderTarget2DArray::Size' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2DArray, OverrideRenderTargetFormat) == 0x0000EC, "Member 'UNiagaraDataInterfaceRenderTarget2DArray::OverrideRenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2DArray, RenderTargetUserParameter) == 0x0000F0, "Member 'UNiagaraDataInterfaceRenderTarget2DArray::RenderTargetUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2DArray, ManagedRenderTargets) == 0x000110, "Member 'UNiagaraDataInterfaceRenderTarget2DArray::ManagedRenderTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_AdvanceSimulation \ +static_assert(alignof(NiagaraComponent_AdvanceSimulation) == 0x000004, "Wrong alignment on NiagaraComponent_AdvanceSimulation"); \ +static_assert(sizeof(NiagaraComponent_AdvanceSimulation) == 0x000008, "Wrong size on NiagaraComponent_AdvanceSimulation"); \ +static_assert(offsetof(NiagaraComponent_AdvanceSimulation, TickCount) == 0x000000, "Member 'NiagaraComponent_AdvanceSimulation::TickCount' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_AdvanceSimulation, TickDeltaSeconds) == 0x000004, "Member 'NiagaraComponent_AdvanceSimulation::TickDeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_AdvanceSimulationByTime \ +static_assert(alignof(NiagaraComponent_AdvanceSimulationByTime) == 0x000004, "Wrong alignment on NiagaraComponent_AdvanceSimulationByTime"); \ +static_assert(sizeof(NiagaraComponent_AdvanceSimulationByTime) == 0x000008, "Wrong size on NiagaraComponent_AdvanceSimulationByTime"); \ +static_assert(offsetof(NiagaraComponent_AdvanceSimulationByTime, SimulateTime) == 0x000000, "Member 'NiagaraComponent_AdvanceSimulationByTime::SimulateTime' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_AdvanceSimulationByTime, TickDeltaSeconds) == 0x000004, "Member 'NiagaraComponent_AdvanceSimulationByTime::TickDeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetDataInterface \ +static_assert(alignof(NiagaraComponent_GetDataInterface) == 0x000008, "Wrong alignment on NiagaraComponent_GetDataInterface"); \ +static_assert(sizeof(NiagaraComponent_GetDataInterface) == 0x000018, "Wrong size on NiagaraComponent_GetDataInterface"); \ +static_assert(offsetof(NiagaraComponent_GetDataInterface, Name_0) == 0x000000, "Member 'NiagaraComponent_GetDataInterface::Name_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetDataInterface, ReturnValue) == 0x000010, "Member 'NiagaraComponent_GetDataInterface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetNiagaraParticlePositions_DebugOnly \ +static_assert(alignof(NiagaraComponent_GetNiagaraParticlePositions_DebugOnly) == 0x000008, "Wrong alignment on NiagaraComponent_GetNiagaraParticlePositions_DebugOnly"); \ +static_assert(sizeof(NiagaraComponent_GetNiagaraParticlePositions_DebugOnly) == 0x000020, "Wrong size on NiagaraComponent_GetNiagaraParticlePositions_DebugOnly"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraParticlePositions_DebugOnly, InEmitterName) == 0x000000, "Member 'NiagaraComponent_GetNiagaraParticlePositions_DebugOnly::InEmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraParticlePositions_DebugOnly, ReturnValue) == 0x000010, "Member 'NiagaraComponent_GetNiagaraParticlePositions_DebugOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetNiagaraParticleValues_DebugOnly \ +static_assert(alignof(NiagaraComponent_GetNiagaraParticleValues_DebugOnly) == 0x000008, "Wrong alignment on NiagaraComponent_GetNiagaraParticleValues_DebugOnly"); \ +static_assert(sizeof(NiagaraComponent_GetNiagaraParticleValues_DebugOnly) == 0x000030, "Wrong size on NiagaraComponent_GetNiagaraParticleValues_DebugOnly"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraParticleValues_DebugOnly, InEmitterName) == 0x000000, "Member 'NiagaraComponent_GetNiagaraParticleValues_DebugOnly::InEmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraParticleValues_DebugOnly, InValueName) == 0x000010, "Member 'NiagaraComponent_GetNiagaraParticleValues_DebugOnly::InValueName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraParticleValues_DebugOnly, ReturnValue) == 0x000020, "Member 'NiagaraComponent_GetNiagaraParticleValues_DebugOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly \ +static_assert(alignof(NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly) == 0x000008, "Wrong alignment on NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly"); \ +static_assert(sizeof(NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly) == 0x000030, "Wrong size on NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly, InEmitterName) == 0x000000, "Member 'NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly::InEmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly, InValueName) == 0x000010, "Member 'NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly::InValueName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly, ReturnValue) == 0x000020, "Member 'NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SeekToDesiredAge \ +static_assert(alignof(NiagaraComponent_SeekToDesiredAge) == 0x000004, "Wrong alignment on NiagaraComponent_SeekToDesiredAge"); \ +static_assert(sizeof(NiagaraComponent_SeekToDesiredAge) == 0x000004, "Wrong size on NiagaraComponent_SeekToDesiredAge"); \ +static_assert(offsetof(NiagaraComponent_SeekToDesiredAge, InDesiredAge) == 0x000000, "Member 'NiagaraComponent_SeekToDesiredAge::InDesiredAge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetAgeUpdateMode \ +static_assert(alignof(NiagaraComponent_SetAgeUpdateMode) == 0x000001, "Wrong alignment on NiagaraComponent_SetAgeUpdateMode"); \ +static_assert(sizeof(NiagaraComponent_SetAgeUpdateMode) == 0x000001, "Wrong size on NiagaraComponent_SetAgeUpdateMode"); \ +static_assert(offsetof(NiagaraComponent_SetAgeUpdateMode, InAgeUpdateMode) == 0x000000, "Member 'NiagaraComponent_SetAgeUpdateMode::InAgeUpdateMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetAllowScalability \ +static_assert(alignof(NiagaraComponent_SetAllowScalability) == 0x000001, "Wrong alignment on NiagaraComponent_SetAllowScalability"); \ +static_assert(sizeof(NiagaraComponent_SetAllowScalability) == 0x000001, "Wrong size on NiagaraComponent_SetAllowScalability"); \ +static_assert(offsetof(NiagaraComponent_SetAllowScalability, bAllow) == 0x000000, "Member 'NiagaraComponent_SetAllowScalability::bAllow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetAsset \ +static_assert(alignof(NiagaraComponent_SetAsset) == 0x000008, "Wrong alignment on NiagaraComponent_SetAsset"); \ +static_assert(sizeof(NiagaraComponent_SetAsset) == 0x000010, "Wrong size on NiagaraComponent_SetAsset"); \ +static_assert(offsetof(NiagaraComponent_SetAsset, InAsset) == 0x000000, "Member 'NiagaraComponent_SetAsset::InAsset' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetAsset, bResetExistingOverrideParameters) == 0x000008, "Member 'NiagaraComponent_SetAsset::bResetExistingOverrideParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetAutoDestroy \ +static_assert(alignof(NiagaraComponent_SetAutoDestroy) == 0x000001, "Wrong alignment on NiagaraComponent_SetAutoDestroy"); \ +static_assert(sizeof(NiagaraComponent_SetAutoDestroy) == 0x000001, "Wrong size on NiagaraComponent_SetAutoDestroy"); \ +static_assert(offsetof(NiagaraComponent_SetAutoDestroy, bInAutoDestroy) == 0x000000, "Member 'NiagaraComponent_SetAutoDestroy::bInAutoDestroy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetCanRenderWhileSeeking \ +static_assert(alignof(NiagaraComponent_SetCanRenderWhileSeeking) == 0x000001, "Wrong alignment on NiagaraComponent_SetCanRenderWhileSeeking"); \ +static_assert(sizeof(NiagaraComponent_SetCanRenderWhileSeeking) == 0x000001, "Wrong size on NiagaraComponent_SetCanRenderWhileSeeking"); \ +static_assert(offsetof(NiagaraComponent_SetCanRenderWhileSeeking, bInCanRenderWhileSeeking) == 0x000000, "Member 'NiagaraComponent_SetCanRenderWhileSeeking::bInCanRenderWhileSeeking' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetDesiredAge \ +static_assert(alignof(NiagaraComponent_SetDesiredAge) == 0x000004, "Wrong alignment on NiagaraComponent_SetDesiredAge"); \ +static_assert(sizeof(NiagaraComponent_SetDesiredAge) == 0x000004, "Wrong size on NiagaraComponent_SetDesiredAge"); \ +static_assert(offsetof(NiagaraComponent_SetDesiredAge, InDesiredAge) == 0x000000, "Member 'NiagaraComponent_SetDesiredAge::InDesiredAge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetForceSolo \ +static_assert(alignof(NiagaraComponent_SetForceSolo) == 0x000001, "Wrong alignment on NiagaraComponent_SetForceSolo"); \ +static_assert(sizeof(NiagaraComponent_SetForceSolo) == 0x000001, "Wrong size on NiagaraComponent_SetForceSolo"); \ +static_assert(offsetof(NiagaraComponent_SetForceSolo, bInForceSolo) == 0x000000, "Member 'NiagaraComponent_SetForceSolo::bInForceSolo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetGpuComputeDebug \ +static_assert(alignof(NiagaraComponent_SetGpuComputeDebug) == 0x000001, "Wrong alignment on NiagaraComponent_SetGpuComputeDebug"); \ +static_assert(sizeof(NiagaraComponent_SetGpuComputeDebug) == 0x000001, "Wrong size on NiagaraComponent_SetGpuComputeDebug"); \ +static_assert(offsetof(NiagaraComponent_SetGpuComputeDebug, bEnableDebug) == 0x000000, "Member 'NiagaraComponent_SetGpuComputeDebug::bEnableDebug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta \ +static_assert(alignof(NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta) == 0x000001, "Wrong alignment on NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta"); \ +static_assert(sizeof(NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta) == 0x000001, "Wrong size on NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta"); \ +static_assert(offsetof(NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta, bLock) == 0x000000, "Member 'NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta::bLock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetMaxSimTime \ +static_assert(alignof(NiagaraComponent_SetMaxSimTime) == 0x000004, "Wrong alignment on NiagaraComponent_SetMaxSimTime"); \ +static_assert(sizeof(NiagaraComponent_SetMaxSimTime) == 0x000004, "Wrong size on NiagaraComponent_SetMaxSimTime"); \ +static_assert(offsetof(NiagaraComponent_SetMaxSimTime, InMaxTime) == 0x000000, "Member 'NiagaraComponent_SetMaxSimTime::InMaxTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableActor \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableActor) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableActor"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableActor) == 0x000018, "Wrong size on NiagaraComponent_SetNiagaraVariableActor"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableActor, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableActor::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableActor, Actor) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableActor::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableBool \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableBool) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableBool"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableBool) == 0x000018, "Wrong size on NiagaraComponent_SetNiagaraVariableBool"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableBool, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableBool::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableBool, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableBool::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableFloat \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableFloat) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableFloat"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableFloat) == 0x000018, "Wrong size on NiagaraComponent_SetNiagaraVariableFloat"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableFloat, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableFloat::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableFloat, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableFloat::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableInt \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableInt) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableInt"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableInt) == 0x000018, "Wrong size on NiagaraComponent_SetNiagaraVariableInt"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableInt, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableInt::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableInt, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableInt::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableLinearColor \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableLinearColor) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableLinearColor"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableLinearColor) == 0x000020, "Wrong size on NiagaraComponent_SetNiagaraVariableLinearColor"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableLinearColor, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableLinearColor::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableLinearColor, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableLinearColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableObject \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableObject) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableObject"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableObject) == 0x000018, "Wrong size on NiagaraComponent_SetNiagaraVariableObject"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableObject, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableObject::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableObject, Object) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableQuat \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableQuat) == 0x000010, "Wrong alignment on NiagaraComponent_SetNiagaraVariableQuat"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableQuat) == 0x000020, "Wrong size on NiagaraComponent_SetNiagaraVariableQuat"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableQuat, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableQuat::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableQuat, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableQuat::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableVec2 \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableVec2) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableVec2"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableVec2) == 0x000018, "Wrong size on NiagaraComponent_SetNiagaraVariableVec2"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableVec2, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableVec2::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableVec2, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableVec2::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableVec3 \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableVec3) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableVec3"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableVec3) == 0x000020, "Wrong size on NiagaraComponent_SetNiagaraVariableVec3"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableVec3, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableVec3::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableVec3, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableVec3::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableVec4 \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableVec4) == 0x000010, "Wrong alignment on NiagaraComponent_SetNiagaraVariableVec4"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableVec4) == 0x000020, "Wrong size on NiagaraComponent_SetNiagaraVariableVec4"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableVec4, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableVec4::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableVec4, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableVec4::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetPaused \ +static_assert(alignof(NiagaraComponent_SetPaused) == 0x000001, "Wrong alignment on NiagaraComponent_SetPaused"); \ +static_assert(sizeof(NiagaraComponent_SetPaused) == 0x000001, "Wrong size on NiagaraComponent_SetPaused"); \ +static_assert(offsetof(NiagaraComponent_SetPaused, bInPaused) == 0x000000, "Member 'NiagaraComponent_SetPaused::bInPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetPreviewLODDistance \ +static_assert(alignof(NiagaraComponent_SetPreviewLODDistance) == 0x000004, "Wrong alignment on NiagaraComponent_SetPreviewLODDistance"); \ +static_assert(sizeof(NiagaraComponent_SetPreviewLODDistance) == 0x000008, "Wrong size on NiagaraComponent_SetPreviewLODDistance"); \ +static_assert(offsetof(NiagaraComponent_SetPreviewLODDistance, bEnablePreviewLODDistance) == 0x000000, "Member 'NiagaraComponent_SetPreviewLODDistance::bEnablePreviewLODDistance' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetPreviewLODDistance, PreviewLODDistance) == 0x000004, "Member 'NiagaraComponent_SetPreviewLODDistance::PreviewLODDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetRandomSeedOffset \ +static_assert(alignof(NiagaraComponent_SetRandomSeedOffset) == 0x000004, "Wrong alignment on NiagaraComponent_SetRandomSeedOffset"); \ +static_assert(sizeof(NiagaraComponent_SetRandomSeedOffset) == 0x000004, "Wrong size on NiagaraComponent_SetRandomSeedOffset"); \ +static_assert(offsetof(NiagaraComponent_SetRandomSeedOffset, NewRandomSeedOffset) == 0x000000, "Member 'NiagaraComponent_SetRandomSeedOffset::NewRandomSeedOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetRenderingEnabled \ +static_assert(alignof(NiagaraComponent_SetRenderingEnabled) == 0x000001, "Wrong alignment on NiagaraComponent_SetRenderingEnabled"); \ +static_assert(sizeof(NiagaraComponent_SetRenderingEnabled) == 0x000001, "Wrong size on NiagaraComponent_SetRenderingEnabled"); \ +static_assert(offsetof(NiagaraComponent_SetRenderingEnabled, bInRenderingEnabled) == 0x000000, "Member 'NiagaraComponent_SetRenderingEnabled::bInRenderingEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetSeekDelta \ +static_assert(alignof(NiagaraComponent_SetSeekDelta) == 0x000004, "Wrong alignment on NiagaraComponent_SetSeekDelta"); \ +static_assert(sizeof(NiagaraComponent_SetSeekDelta) == 0x000004, "Wrong size on NiagaraComponent_SetSeekDelta"); \ +static_assert(offsetof(NiagaraComponent_SetSeekDelta, InSeekDelta) == 0x000000, "Member 'NiagaraComponent_SetSeekDelta::InSeekDelta' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetTickBehavior \ +static_assert(alignof(NiagaraComponent_SetTickBehavior) == 0x000001, "Wrong alignment on NiagaraComponent_SetTickBehavior"); \ +static_assert(sizeof(NiagaraComponent_SetTickBehavior) == 0x000001, "Wrong size on NiagaraComponent_SetTickBehavior"); \ +static_assert(offsetof(NiagaraComponent_SetTickBehavior, NewTickBehavior) == 0x000000, "Member 'NiagaraComponent_SetTickBehavior::NewTickBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableActor \ +static_assert(alignof(NiagaraComponent_SetVariableActor) == 0x000008, "Wrong alignment on NiagaraComponent_SetVariableActor"); \ +static_assert(sizeof(NiagaraComponent_SetVariableActor) == 0x000018, "Wrong size on NiagaraComponent_SetVariableActor"); \ +static_assert(offsetof(NiagaraComponent_SetVariableActor, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableActor::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableActor, Actor) == 0x000010, "Member 'NiagaraComponent_SetVariableActor::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableBool \ +static_assert(alignof(NiagaraComponent_SetVariableBool) == 0x000004, "Wrong alignment on NiagaraComponent_SetVariableBool"); \ +static_assert(sizeof(NiagaraComponent_SetVariableBool) == 0x000010, "Wrong size on NiagaraComponent_SetVariableBool"); \ +static_assert(offsetof(NiagaraComponent_SetVariableBool, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableBool::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableBool, InValue) == 0x00000C, "Member 'NiagaraComponent_SetVariableBool::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableFloat \ +static_assert(alignof(NiagaraComponent_SetVariableFloat) == 0x000004, "Wrong alignment on NiagaraComponent_SetVariableFloat"); \ +static_assert(sizeof(NiagaraComponent_SetVariableFloat) == 0x000010, "Wrong size on NiagaraComponent_SetVariableFloat"); \ +static_assert(offsetof(NiagaraComponent_SetVariableFloat, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableFloat::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableFloat, InValue) == 0x00000C, "Member 'NiagaraComponent_SetVariableFloat::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableInt \ +static_assert(alignof(NiagaraComponent_SetVariableInt) == 0x000004, "Wrong alignment on NiagaraComponent_SetVariableInt"); \ +static_assert(sizeof(NiagaraComponent_SetVariableInt) == 0x000010, "Wrong size on NiagaraComponent_SetVariableInt"); \ +static_assert(offsetof(NiagaraComponent_SetVariableInt, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableInt::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableInt, InValue) == 0x00000C, "Member 'NiagaraComponent_SetVariableInt::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableLinearColor \ +static_assert(alignof(NiagaraComponent_SetVariableLinearColor) == 0x000004, "Wrong alignment on NiagaraComponent_SetVariableLinearColor"); \ +static_assert(sizeof(NiagaraComponent_SetVariableLinearColor) == 0x00001C, "Wrong size on NiagaraComponent_SetVariableLinearColor"); \ +static_assert(offsetof(NiagaraComponent_SetVariableLinearColor, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableLinearColor::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableLinearColor, InValue) == 0x00000C, "Member 'NiagaraComponent_SetVariableLinearColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableMaterial \ +static_assert(alignof(NiagaraComponent_SetVariableMaterial) == 0x000008, "Wrong alignment on NiagaraComponent_SetVariableMaterial"); \ +static_assert(sizeof(NiagaraComponent_SetVariableMaterial) == 0x000018, "Wrong size on NiagaraComponent_SetVariableMaterial"); \ +static_assert(offsetof(NiagaraComponent_SetVariableMaterial, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableMaterial::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableMaterial, Object) == 0x000010, "Member 'NiagaraComponent_SetVariableMaterial::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableObject \ +static_assert(alignof(NiagaraComponent_SetVariableObject) == 0x000008, "Wrong alignment on NiagaraComponent_SetVariableObject"); \ +static_assert(sizeof(NiagaraComponent_SetVariableObject) == 0x000018, "Wrong size on NiagaraComponent_SetVariableObject"); \ +static_assert(offsetof(NiagaraComponent_SetVariableObject, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableObject::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableObject, Object) == 0x000010, "Member 'NiagaraComponent_SetVariableObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableQuat \ +static_assert(alignof(NiagaraComponent_SetVariableQuat) == 0x000010, "Wrong alignment on NiagaraComponent_SetVariableQuat"); \ +static_assert(sizeof(NiagaraComponent_SetVariableQuat) == 0x000020, "Wrong size on NiagaraComponent_SetVariableQuat"); \ +static_assert(offsetof(NiagaraComponent_SetVariableQuat, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableQuat::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableQuat, InValue) == 0x000010, "Member 'NiagaraComponent_SetVariableQuat::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableTextureRenderTarget \ +static_assert(alignof(NiagaraComponent_SetVariableTextureRenderTarget) == 0x000008, "Wrong alignment on NiagaraComponent_SetVariableTextureRenderTarget"); \ +static_assert(sizeof(NiagaraComponent_SetVariableTextureRenderTarget) == 0x000018, "Wrong size on NiagaraComponent_SetVariableTextureRenderTarget"); \ +static_assert(offsetof(NiagaraComponent_SetVariableTextureRenderTarget, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableTextureRenderTarget::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableTextureRenderTarget, TextureRenderTarget) == 0x000010, "Member 'NiagaraComponent_SetVariableTextureRenderTarget::TextureRenderTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableVec2 \ +static_assert(alignof(NiagaraComponent_SetVariableVec2) == 0x000004, "Wrong alignment on NiagaraComponent_SetVariableVec2"); \ +static_assert(sizeof(NiagaraComponent_SetVariableVec2) == 0x000014, "Wrong size on NiagaraComponent_SetVariableVec2"); \ +static_assert(offsetof(NiagaraComponent_SetVariableVec2, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableVec2::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableVec2, InValue) == 0x00000C, "Member 'NiagaraComponent_SetVariableVec2::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableVec3 \ +static_assert(alignof(NiagaraComponent_SetVariableVec3) == 0x000004, "Wrong alignment on NiagaraComponent_SetVariableVec3"); \ +static_assert(sizeof(NiagaraComponent_SetVariableVec3) == 0x000018, "Wrong size on NiagaraComponent_SetVariableVec3"); \ +static_assert(offsetof(NiagaraComponent_SetVariableVec3, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableVec3::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableVec3, InValue) == 0x00000C, "Member 'NiagaraComponent_SetVariableVec3::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableVec4 \ +static_assert(alignof(NiagaraComponent_SetVariableVec4) == 0x000010, "Wrong alignment on NiagaraComponent_SetVariableVec4"); \ +static_assert(sizeof(NiagaraComponent_SetVariableVec4) == 0x000020, "Wrong size on NiagaraComponent_SetVariableVec4"); \ +static_assert(offsetof(NiagaraComponent_SetVariableVec4, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableVec4::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableVec4, InValue) == 0x000010, "Member 'NiagaraComponent_SetVariableVec4::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetAgeUpdateMode \ +static_assert(alignof(NiagaraComponent_GetAgeUpdateMode) == 0x000001, "Wrong alignment on NiagaraComponent_GetAgeUpdateMode"); \ +static_assert(sizeof(NiagaraComponent_GetAgeUpdateMode) == 0x000001, "Wrong size on NiagaraComponent_GetAgeUpdateMode"); \ +static_assert(offsetof(NiagaraComponent_GetAgeUpdateMode, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetAgeUpdateMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetAsset \ +static_assert(alignof(NiagaraComponent_GetAsset) == 0x000008, "Wrong alignment on NiagaraComponent_GetAsset"); \ +static_assert(sizeof(NiagaraComponent_GetAsset) == 0x000008, "Wrong size on NiagaraComponent_GetAsset"); \ +static_assert(offsetof(NiagaraComponent_GetAsset, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetDesiredAge \ +static_assert(alignof(NiagaraComponent_GetDesiredAge) == 0x000004, "Wrong alignment on NiagaraComponent_GetDesiredAge"); \ +static_assert(sizeof(NiagaraComponent_GetDesiredAge) == 0x000004, "Wrong size on NiagaraComponent_GetDesiredAge"); \ +static_assert(offsetof(NiagaraComponent_GetDesiredAge, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetDesiredAge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetForceSolo \ +static_assert(alignof(NiagaraComponent_GetForceSolo) == 0x000001, "Wrong alignment on NiagaraComponent_GetForceSolo"); \ +static_assert(sizeof(NiagaraComponent_GetForceSolo) == 0x000001, "Wrong size on NiagaraComponent_GetForceSolo"); \ +static_assert(offsetof(NiagaraComponent_GetForceSolo, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetForceSolo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta \ +static_assert(alignof(NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta) == 0x000001, "Wrong alignment on NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta"); \ +static_assert(sizeof(NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta) == 0x000001, "Wrong size on NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta"); \ +static_assert(offsetof(NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetMaxSimTime \ +static_assert(alignof(NiagaraComponent_GetMaxSimTime) == 0x000004, "Wrong alignment on NiagaraComponent_GetMaxSimTime"); \ +static_assert(sizeof(NiagaraComponent_GetMaxSimTime) == 0x000004, "Wrong size on NiagaraComponent_GetMaxSimTime"); \ +static_assert(offsetof(NiagaraComponent_GetMaxSimTime, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetMaxSimTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetPreviewLODDistance \ +static_assert(alignof(NiagaraComponent_GetPreviewLODDistance) == 0x000004, "Wrong alignment on NiagaraComponent_GetPreviewLODDistance"); \ +static_assert(sizeof(NiagaraComponent_GetPreviewLODDistance) == 0x000004, "Wrong size on NiagaraComponent_GetPreviewLODDistance"); \ +static_assert(offsetof(NiagaraComponent_GetPreviewLODDistance, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetPreviewLODDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetPreviewLODDistanceEnabled \ +static_assert(alignof(NiagaraComponent_GetPreviewLODDistanceEnabled) == 0x000001, "Wrong alignment on NiagaraComponent_GetPreviewLODDistanceEnabled"); \ +static_assert(sizeof(NiagaraComponent_GetPreviewLODDistanceEnabled) == 0x000001, "Wrong size on NiagaraComponent_GetPreviewLODDistanceEnabled"); \ +static_assert(offsetof(NiagaraComponent_GetPreviewLODDistanceEnabled, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetPreviewLODDistanceEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetRandomSeedOffset \ +static_assert(alignof(NiagaraComponent_GetRandomSeedOffset) == 0x000004, "Wrong alignment on NiagaraComponent_GetRandomSeedOffset"); \ +static_assert(sizeof(NiagaraComponent_GetRandomSeedOffset) == 0x000004, "Wrong size on NiagaraComponent_GetRandomSeedOffset"); \ +static_assert(offsetof(NiagaraComponent_GetRandomSeedOffset, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetRandomSeedOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetSeekDelta \ +static_assert(alignof(NiagaraComponent_GetSeekDelta) == 0x000004, "Wrong alignment on NiagaraComponent_GetSeekDelta"); \ +static_assert(sizeof(NiagaraComponent_GetSeekDelta) == 0x000004, "Wrong size on NiagaraComponent_GetSeekDelta"); \ +static_assert(offsetof(NiagaraComponent_GetSeekDelta, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetSeekDelta::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetTickBehavior \ +static_assert(alignof(NiagaraComponent_GetTickBehavior) == 0x000001, "Wrong alignment on NiagaraComponent_GetTickBehavior"); \ +static_assert(sizeof(NiagaraComponent_GetTickBehavior) == 0x000001, "Wrong size on NiagaraComponent_GetTickBehavior"); \ +static_assert(offsetof(NiagaraComponent_GetTickBehavior, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetTickBehavior::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_IsPaused \ +static_assert(alignof(NiagaraComponent_IsPaused) == 0x000001, "Wrong alignment on NiagaraComponent_IsPaused"); \ +static_assert(sizeof(NiagaraComponent_IsPaused) == 0x000001, "Wrong size on NiagaraComponent_IsPaused"); \ +static_assert(offsetof(NiagaraComponent_IsPaused, ReturnValue) == 0x000000, "Member 'NiagaraComponent_IsPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraComponent \ +static_assert(alignof(UNiagaraComponent) == 0x000010, "Wrong alignment on UNiagaraComponent"); \ +static_assert(sizeof(UNiagaraComponent) == 0x0006B0, "Wrong size on UNiagaraComponent"); \ +static_assert(offsetof(UNiagaraComponent, Asset) == 0x000500, "Member 'UNiagaraComponent::Asset' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, TickBehavior) == 0x000508, "Member 'UNiagaraComponent::TickBehavior' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, RandomSeedOffset) == 0x00050C, "Member 'UNiagaraComponent::RandomSeedOffset' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, OverrideParameters) == 0x000510, "Member 'UNiagaraComponent::OverrideParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, MaxTimeBeforeForceUpdateTransform) == 0x00060C, "Member 'UNiagaraComponent::MaxTimeBeforeForceUpdateTransform' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, EmitterMaterials) == 0x000610, "Member 'UNiagaraComponent::EmitterMaterials' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, OnSystemFinished) == 0x000628, "Member 'UNiagaraComponent::OnSystemFinished' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, AutoAttachParent) == 0x000638, "Member 'UNiagaraComponent::AutoAttachParent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, AutoAttachSocketName) == 0x000640, "Member 'UNiagaraComponent::AutoAttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, AutoAttachLocationRule) == 0x00064C, "Member 'UNiagaraComponent::AutoAttachLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, AutoAttachRotationRule) == 0x00064D, "Member 'UNiagaraComponent::AutoAttachRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, AutoAttachScaleRule) == 0x00064E, "Member 'UNiagaraComponent::AutoAttachScaleRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraComponentPool \ +static_assert(alignof(UNiagaraComponentPool) == 0x000008, "Wrong alignment on UNiagaraComponentPool"); \ +static_assert(sizeof(UNiagaraComponentPool) == 0x000088, "Wrong size on UNiagaraComponentPool"); \ +static_assert(offsetof(UNiagaraComponentPool, WorldParticleSystemPools) == 0x000030, "Member 'UNiagaraComponentPool::WorldParticleSystemPools' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraRendererProperties \ +static_assert(alignof(UNiagaraRendererProperties) == 0x000008, "Wrong alignment on UNiagaraRendererProperties"); \ +static_assert(sizeof(UNiagaraRendererProperties) == 0x000080, "Wrong size on UNiagaraRendererProperties"); \ +static_assert(offsetof(UNiagaraRendererProperties, Platforms) == 0x000030, "Member 'UNiagaraRendererProperties::Platforms' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRendererProperties, SortOrderHint) == 0x000060, "Member 'UNiagaraRendererProperties::SortOrderHint' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRendererProperties, MotionVectorSetting) == 0x000064, "Member 'UNiagaraRendererProperties::MotionVectorSetting' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRendererProperties, bIsEnabled) == 0x000068, "Member 'UNiagaraRendererProperties::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRendererProperties, bMotionBlurEnabled) == 0x000069, "Member 'UNiagaraRendererProperties::bMotionBlurEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceAudioPlayer \ +static_assert(alignof(UNiagaraDataInterfaceAudioPlayer) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioPlayer"); \ +static_assert(sizeof(UNiagaraDataInterfaceAudioPlayer) == 0x000078, "Wrong size on UNiagaraDataInterfaceAudioPlayer"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, SoundToPlay) == 0x000040, "Member 'UNiagaraDataInterfaceAudioPlayer::SoundToPlay' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, Attenuation) == 0x000048, "Member 'UNiagaraDataInterfaceAudioPlayer::Attenuation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, Concurrency) == 0x000050, "Member 'UNiagaraDataInterfaceAudioPlayer::Concurrency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, ParameterNames) == 0x000058, "Member 'UNiagaraDataInterfaceAudioPlayer::ParameterNames' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, bLimitPlaysPerTick) == 0x000068, "Member 'UNiagaraDataInterfaceAudioPlayer::bLimitPlaysPerTick' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, MaxPlaysPerTick) == 0x00006C, "Member 'UNiagaraDataInterfaceAudioPlayer::MaxPlaysPerTick' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, bStopWhenComponentIsDestroyed) == 0x000070, "Member 'UNiagaraDataInterfaceAudioPlayer::bStopWhenComponentIsDestroyed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraPreviewAxis_ApplyToPreview \ +static_assert(alignof(NiagaraPreviewAxis_ApplyToPreview) == 0x000008, "Wrong alignment on NiagaraPreviewAxis_ApplyToPreview"); \ +static_assert(sizeof(NiagaraPreviewAxis_ApplyToPreview) == 0x000020, "Wrong size on NiagaraPreviewAxis_ApplyToPreview"); \ +static_assert(offsetof(NiagaraPreviewAxis_ApplyToPreview, PreviewComponent) == 0x000000, "Member 'NiagaraPreviewAxis_ApplyToPreview::PreviewComponent' has a wrong offset!"); \ +static_assert(offsetof(NiagaraPreviewAxis_ApplyToPreview, PreviewIndex) == 0x000008, "Member 'NiagaraPreviewAxis_ApplyToPreview::PreviewIndex' has a wrong offset!"); \ +static_assert(offsetof(NiagaraPreviewAxis_ApplyToPreview, bIsXAxis) == 0x00000C, "Member 'NiagaraPreviewAxis_ApplyToPreview::bIsXAxis' has a wrong offset!"); \ +static_assert(offsetof(NiagaraPreviewAxis_ApplyToPreview, OutLabelText) == 0x000010, "Member 'NiagaraPreviewAxis_ApplyToPreview::OutLabelText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraPreviewAxis_Num \ +static_assert(alignof(NiagaraPreviewAxis_Num) == 0x000004, "Wrong alignment on NiagaraPreviewAxis_Num"); \ +static_assert(sizeof(NiagaraPreviewAxis_Num) == 0x000004, "Wrong size on NiagaraPreviewAxis_Num"); \ +static_assert(offsetof(NiagaraPreviewAxis_Num, ReturnValue) == 0x000000, "Member 'NiagaraPreviewAxis_Num::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraPreviewAxis \ +static_assert(alignof(UNiagaraPreviewAxis) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis"); \ +static_assert(sizeof(UNiagaraPreviewAxis) == 0x000030, "Wrong size on UNiagaraPreviewAxis"); \ + +#define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamBase \ +static_assert(alignof(UNiagaraPreviewAxis_InterpParamBase) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamBase"); \ +static_assert(sizeof(UNiagaraPreviewAxis_InterpParamBase) == 0x000040, "Wrong size on UNiagaraPreviewAxis_InterpParamBase"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamBase, Param) == 0x000030, "Member 'UNiagaraPreviewAxis_InterpParamBase::Param' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamBase, Count) == 0x00003C, "Member 'UNiagaraPreviewAxis_InterpParamBase::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamInt32 \ +static_assert(alignof(UNiagaraPreviewAxis_InterpParamInt32) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamInt32"); \ +static_assert(sizeof(UNiagaraPreviewAxis_InterpParamInt32) == 0x000048, "Wrong size on UNiagaraPreviewAxis_InterpParamInt32"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamInt32, Min) == 0x000040, "Member 'UNiagaraPreviewAxis_InterpParamInt32::Min' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamInt32, Max) == 0x000044, "Member 'UNiagaraPreviewAxis_InterpParamInt32::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraComponentRendererProperties \ +static_assert(alignof(UNiagaraComponentRendererProperties) == 0x000008, "Wrong alignment on UNiagaraComponentRendererProperties"); \ +static_assert(sizeof(UNiagaraComponentRendererProperties) == 0x0001B8, "Wrong size on UNiagaraComponentRendererProperties"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, ComponentType) == 0x000080, "Member 'UNiagaraComponentRendererProperties::ComponentType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, ComponentCountLimit) == 0x000088, "Member 'UNiagaraComponentRendererProperties::ComponentCountLimit' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, EnabledBinding) == 0x000090, "Member 'UNiagaraComponentRendererProperties::EnabledBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, RendererVisibilityTagBinding) == 0x0000E8, "Member 'UNiagaraComponentRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, bAssignComponentsOnParticleID) == 0x000140, "Member 'UNiagaraComponentRendererProperties::bAssignComponentsOnParticleID' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, bOnlyCreateComponentsOnParticleSpawn) == 0x000141, "Member 'UNiagaraComponentRendererProperties::bOnlyCreateComponentsOnParticleSpawn' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, RendererVisibility) == 0x000144, "Member 'UNiagaraComponentRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, TemplateComponent) == 0x000148, "Member 'UNiagaraComponentRendererProperties::TemplateComponent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, PropertyBindings) == 0x000150, "Member 'UNiagaraComponentRendererProperties::PropertyBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceSkeletalMesh \ +static_assert(alignof(UNiagaraDataInterfaceSkeletalMesh) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceSkeletalMesh"); \ +static_assert(sizeof(UNiagaraDataInterfaceSkeletalMesh) == 0x0000D8, "Wrong size on UNiagaraDataInterfaceSkeletalMesh"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, SourceMode) == 0x000040, "Member 'UNiagaraDataInterfaceSkeletalMesh::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, Source) == 0x000048, "Member 'UNiagaraDataInterfaceSkeletalMesh::Source' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, MeshUserParameter) == 0x000050, "Member 'UNiagaraDataInterfaceSkeletalMesh::MeshUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, SourceComponent) == 0x000070, "Member 'UNiagaraDataInterfaceSkeletalMesh::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, SkinningMode) == 0x000078, "Member 'UNiagaraDataInterfaceSkeletalMesh::SkinningMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, SamplingRegions) == 0x000080, "Member 'UNiagaraDataInterfaceSkeletalMesh::SamplingRegions' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, WholeMeshLOD) == 0x000090, "Member 'UNiagaraDataInterfaceSkeletalMesh::WholeMeshLOD' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, FilteredBones) == 0x000098, "Member 'UNiagaraDataInterfaceSkeletalMesh::FilteredBones' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, FilteredSockets) == 0x0000A8, "Member 'UNiagaraDataInterfaceSkeletalMesh::FilteredSockets' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, ExcludeBoneName) == 0x0000B8, "Member 'UNiagaraDataInterfaceSkeletalMesh::ExcludeBoneName' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, UvSetIndex) == 0x0000C8, "Member 'UNiagaraDataInterfaceSkeletalMesh::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, bRequireCurrentFrameData) == 0x0000CC, "Member 'UNiagaraDataInterfaceSkeletalMesh::bRequireCurrentFrameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraComponentSettings \ +static_assert(alignof(UNiagaraComponentSettings) == 0x000008, "Wrong alignment on UNiagaraComponentSettings"); \ +static_assert(sizeof(UNiagaraComponentSettings) == 0x000120, "Wrong size on UNiagaraComponentSettings"); \ +static_assert(offsetof(UNiagaraComponentSettings, SuppressActivationList) == 0x000030, "Member 'UNiagaraComponentSettings::SuppressActivationList' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentSettings, ForceAutoPooolingList) == 0x000080, "Member 'UNiagaraComponentSettings::ForceAutoPooolingList' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentSettings, SuppressEmitterList) == 0x0000D0, "Member 'UNiagaraComponentSettings::SuppressEmitterList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraConvertInPlaceUtilityBase \ +static_assert(alignof(UNiagaraConvertInPlaceUtilityBase) == 0x000008, "Wrong alignment on UNiagaraConvertInPlaceUtilityBase"); \ +static_assert(sizeof(UNiagaraConvertInPlaceUtilityBase) == 0x000030, "Wrong size on UNiagaraConvertInPlaceUtilityBase"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayBool \ +static_assert(alignof(UNiagaraDataInterfaceArrayBool) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayBool"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayBool) == 0x000068, "Wrong size on UNiagaraDataInterfaceArrayBool"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayBool, BoolData) == 0x000058, "Member 'UNiagaraDataInterfaceArrayBool::BoolData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceCurveBase \ +static_assert(alignof(UNiagaraDataInterfaceCurveBase) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCurveBase"); \ +static_assert(sizeof(UNiagaraDataInterfaceCurveBase) == 0x000078, "Wrong size on UNiagaraDataInterfaceCurveBase"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, ShaderLUT) == 0x000040, "Member 'UNiagaraDataInterfaceCurveBase::ShaderLUT' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, LUTMinTime) == 0x000050, "Member 'UNiagaraDataInterfaceCurveBase::LUTMinTime' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, LUTMaxTime) == 0x000054, "Member 'UNiagaraDataInterfaceCurveBase::LUTMaxTime' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, LUTInvTimeRange) == 0x000058, "Member 'UNiagaraDataInterfaceCurveBase::LUTInvTimeRange' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, LUTNumSamplesMinusOne) == 0x00005C, "Member 'UNiagaraDataInterfaceCurveBase::LUTNumSamplesMinusOne' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, ExposedName) == 0x000064, "Member 'UNiagaraDataInterfaceCurveBase::ExposedName' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, ExposedTexture) == 0x000070, "Member 'UNiagaraDataInterfaceCurveBase::ExposedTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamVector4 \ +static_assert(alignof(UNiagaraPreviewAxis_InterpParamVector4) == 0x000010, "Wrong alignment on UNiagaraPreviewAxis_InterpParamVector4"); \ +static_assert(sizeof(UNiagaraPreviewAxis_InterpParamVector4) == 0x000060, "Wrong size on UNiagaraPreviewAxis_InterpParamVector4"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector4, Min) == 0x000040, "Member 'UNiagaraPreviewAxis_InterpParamVector4::Min' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector4, Max) == 0x000050, "Member 'UNiagaraPreviewAxis_InterpParamVector4::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterface2DArrayTexture \ +static_assert(alignof(UNiagaraDataInterface2DArrayTexture) == 0x000008, "Wrong alignment on UNiagaraDataInterface2DArrayTexture"); \ +static_assert(sizeof(UNiagaraDataInterface2DArrayTexture) == 0x000058, "Wrong size on UNiagaraDataInterface2DArrayTexture"); \ +static_assert(offsetof(UNiagaraDataInterface2DArrayTexture, Texture) == 0x000040, "Member 'UNiagaraDataInterface2DArrayTexture::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFloat \ +static_assert(alignof(UNiagaraDataInterfaceArrayFloat) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFloat"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayFloat) == 0x000068, "Wrong size on UNiagaraDataInterfaceArrayFloat"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayFloat, FloatData) == 0x000058, "Member 'UNiagaraDataInterfaceArrayFloat::FloatData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFloat2 \ +static_assert(alignof(UNiagaraDataInterfaceArrayFloat2) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFloat2"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayFloat2) == 0x000068, "Wrong size on UNiagaraDataInterfaceArrayFloat2"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayFloat2, FloatData) == 0x000058, "Member 'UNiagaraDataInterfaceArrayFloat2::FloatData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFloat3 \ +static_assert(alignof(UNiagaraDataInterfaceArrayFloat3) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFloat3"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayFloat3) == 0x000068, "Wrong size on UNiagaraDataInterfaceArrayFloat3"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayFloat3, FloatData) == 0x000058, "Member 'UNiagaraDataInterfaceArrayFloat3::FloatData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayColor \ +static_assert(alignof(UNiagaraDataInterfaceArrayColor) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayColor"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayColor) == 0x000068, "Wrong size on UNiagaraDataInterfaceArrayColor"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayColor, ColorData) == 0x000058, "Member 'UNiagaraDataInterfaceArrayColor::ColorData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayQuat \ +static_assert(alignof(UNiagaraDataInterfaceArrayQuat) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayQuat"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayQuat) == 0x000068, "Wrong size on UNiagaraDataInterfaceArrayQuat"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayQuat, QuatData) == 0x000058, "Member 'UNiagaraDataInterfaceArrayQuat::QuatData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool, ReturnValue) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue, Index_0) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue, ReturnValue) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor, ReturnValue) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue, Index_0) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue, ReturnValue) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat, ReturnValue) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue, Index_0) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue, ReturnValue) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32 \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32, ReturnValue) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value, Index_0) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value, ReturnValue) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat, ReturnValue) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue) == 0x000010, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue) == 0x000030, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue, Index_0) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue, ReturnValue) == 0x000020, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector, ReturnValue) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D, ReturnValue) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue, Index_0) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue, ReturnValue) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4 \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4, ReturnValue) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value) == 0x000010, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value) == 0x000030, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value, Index_0) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value, ReturnValue) == 0x000020, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue, Index_0) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue, ReturnValue) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool, ArrayData) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue, Index_0) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue, Value) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue, bSizeToFit) == 0x000019, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor, ArrayData) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue) == 0x000030, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue, Index_0) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue, Value) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue, bSizeToFit) == 0x000028, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat, ArrayData) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue, Index_0) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue, Value) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue, bSizeToFit) == 0x00001C, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32 \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32, ArrayData) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value, Index_0) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value, Value) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value, bSizeToFit) == 0x00001C, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat, ArrayData) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue) == 0x000010, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue) == 0x000040, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue, Index_0) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue, Value) == 0x000020, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue, bSizeToFit) == 0x000030, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector, ArrayData) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D, ArrayData) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue, Index_0) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue, Value) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue, bSizeToFit) == 0x000020, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4 \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4, ArrayData) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value) == 0x000010, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value) == 0x000040, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value, Index_0) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value, Value) == 0x000020, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value, bSizeToFit) == 0x000030, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue, Index_0) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue, Value) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue, bSizeToFit) == 0x000024, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFunctionLibrary \ +static_assert(alignof(UNiagaraDataInterfaceArrayFunctionLibrary) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFunctionLibrary"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayFunctionLibrary) == 0x000030, "Wrong size on UNiagaraDataInterfaceArrayFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayInt32 \ +static_assert(alignof(UNiagaraDataInterfaceArrayInt32) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayInt32"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayInt32) == 0x000068, "Wrong size on UNiagaraDataInterfaceArrayInt32"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayInt32, IntData) == 0x000058, "Member 'UNiagaraDataInterfaceArrayInt32::IntData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceAudioSubmix \ +static_assert(alignof(UNiagaraDataInterfaceAudioSubmix) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioSubmix"); \ +static_assert(sizeof(UNiagaraDataInterfaceAudioSubmix) == 0x000048, "Wrong size on UNiagaraDataInterfaceAudioSubmix"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioSubmix, Submix) == 0x000040, "Member 'UNiagaraDataInterfaceAudioSubmix::Submix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceAudioOscilloscope \ +static_assert(alignof(UNiagaraDataInterfaceAudioOscilloscope) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioOscilloscope"); \ +static_assert(sizeof(UNiagaraDataInterfaceAudioOscilloscope) == 0x000050, "Wrong size on UNiagaraDataInterfaceAudioOscilloscope"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioOscilloscope, Submix) == 0x000040, "Member 'UNiagaraDataInterfaceAudioOscilloscope::Submix' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioOscilloscope, Resolution) == 0x000048, "Member 'UNiagaraDataInterfaceAudioOscilloscope::Resolution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioOscilloscope, ScopeInMilliseconds) == 0x00004C, "Member 'UNiagaraDataInterfaceAudioOscilloscope::ScopeInMilliseconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceAudioSpectrum \ +static_assert(alignof(UNiagaraDataInterfaceAudioSpectrum) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioSpectrum"); \ +static_assert(sizeof(UNiagaraDataInterfaceAudioSpectrum) == 0x000058, "Wrong size on UNiagaraDataInterfaceAudioSpectrum"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioSpectrum, Resolution) == 0x000048, "Member 'UNiagaraDataInterfaceAudioSpectrum::Resolution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioSpectrum, MinimumFrequency) == 0x00004C, "Member 'UNiagaraDataInterfaceAudioSpectrum::MinimumFrequency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioSpectrum, MaximumFrequency) == 0x000050, "Member 'UNiagaraDataInterfaceAudioSpectrum::MaximumFrequency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioSpectrum, NoiseFloorDb) == 0x000054, "Member 'UNiagaraDataInterfaceAudioSpectrum::NoiseFloorDb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceCamera \ +static_assert(alignof(UNiagaraDataInterfaceCamera) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCamera"); \ +static_assert(sizeof(UNiagaraDataInterfaceCamera) == 0x000048, "Wrong size on UNiagaraDataInterfaceCamera"); \ +static_assert(offsetof(UNiagaraDataInterfaceCamera, PlayerControllerIndex) == 0x000040, "Member 'UNiagaraDataInterfaceCamera::PlayerControllerIndex' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCamera, bRequireCurrentFrameData) == 0x000044, "Member 'UNiagaraDataInterfaceCamera::bRequireCurrentFrameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceCollisionQuery \ +static_assert(alignof(UNiagaraDataInterfaceCollisionQuery) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCollisionQuery"); \ +static_assert(sizeof(UNiagaraDataInterfaceCollisionQuery) == 0x000050, "Wrong size on UNiagaraDataInterfaceCollisionQuery"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceColorCurve \ +static_assert(alignof(UNiagaraDataInterfaceColorCurve) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceColorCurve"); \ +static_assert(sizeof(UNiagaraDataInterfaceColorCurve) == 0x000278, "Wrong size on UNiagaraDataInterfaceColorCurve"); \ +static_assert(offsetof(UNiagaraDataInterfaceColorCurve, RedCurve) == 0x000078, "Member 'UNiagaraDataInterfaceColorCurve::RedCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceColorCurve, GreenCurve) == 0x0000F8, "Member 'UNiagaraDataInterfaceColorCurve::GreenCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceColorCurve, BlueCurve) == 0x000178, "Member 'UNiagaraDataInterfaceColorCurve::BlueCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceColorCurve, AlphaCurve) == 0x0001F8, "Member 'UNiagaraDataInterfaceColorCurve::AlphaCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceCubeTexture \ +static_assert(alignof(UNiagaraDataInterfaceCubeTexture) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCubeTexture"); \ +static_assert(sizeof(UNiagaraDataInterfaceCubeTexture) == 0x000050, "Wrong size on UNiagaraDataInterfaceCubeTexture"); \ +static_assert(offsetof(UNiagaraDataInterfaceCubeTexture, Texture) == 0x000040, "Member 'UNiagaraDataInterfaceCubeTexture::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceCurlNoise \ +static_assert(alignof(UNiagaraDataInterfaceCurlNoise) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCurlNoise"); \ +static_assert(sizeof(UNiagaraDataInterfaceCurlNoise) == 0x000050, "Wrong size on UNiagaraDataInterfaceCurlNoise"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurlNoise, Seed) == 0x000040, "Member 'UNiagaraDataInterfaceCurlNoise::Seed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceCurve \ +static_assert(alignof(UNiagaraDataInterfaceCurve) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCurve"); \ +static_assert(sizeof(UNiagaraDataInterfaceCurve) == 0x0000F8, "Wrong size on UNiagaraDataInterfaceCurve"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurve, Curve) == 0x000078, "Member 'UNiagaraDataInterfaceCurve::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceDebugDraw \ +static_assert(alignof(UNiagaraDataInterfaceDebugDraw) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceDebugDraw"); \ +static_assert(sizeof(UNiagaraDataInterfaceDebugDraw) == 0x000040, "Wrong size on UNiagaraDataInterfaceDebugDraw"); \ + +#define DUMPER7_ASSERTS_NiagaraParticleCallbackHandler_ReceiveParticleData \ +static_assert(alignof(NiagaraParticleCallbackHandler_ReceiveParticleData) == 0x000008, "Wrong alignment on NiagaraParticleCallbackHandler_ReceiveParticleData"); \ +static_assert(sizeof(NiagaraParticleCallbackHandler_ReceiveParticleData) == 0x000018, "Wrong size on NiagaraParticleCallbackHandler_ReceiveParticleData"); \ +static_assert(offsetof(NiagaraParticleCallbackHandler_ReceiveParticleData, Data) == 0x000000, "Member 'NiagaraParticleCallbackHandler_ReceiveParticleData::Data' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParticleCallbackHandler_ReceiveParticleData, NiagaraSystem) == 0x000010, "Member 'NiagaraParticleCallbackHandler_ReceiveParticleData::NiagaraSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INiagaraParticleCallbackHandler \ +static_assert(alignof(INiagaraParticleCallbackHandler) == 0x000001, "Wrong alignment on INiagaraParticleCallbackHandler"); \ +static_assert(sizeof(INiagaraParticleCallbackHandler) == 0x000001, "Wrong size on INiagaraParticleCallbackHandler"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceExport \ +static_assert(alignof(UNiagaraDataInterfaceExport) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceExport"); \ +static_assert(sizeof(UNiagaraDataInterfaceExport) == 0x000070, "Wrong size on UNiagaraDataInterfaceExport"); \ +static_assert(offsetof(UNiagaraDataInterfaceExport, CallbackHandlerParameter) == 0x000040, "Member 'UNiagaraDataInterfaceExport::CallbackHandlerParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceExport, GPUAllocationMode) == 0x000060, "Member 'UNiagaraDataInterfaceExport::GPUAllocationMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceExport, GPUAllocationFixedSize) == 0x000064, "Member 'UNiagaraDataInterfaceExport::GPUAllocationFixedSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceExport, GPUAllocationPerParticleSize) == 0x000068, "Member 'UNiagaraDataInterfaceExport::GPUAllocationPerParticleSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGBuffer \ +static_assert(alignof(UNiagaraDataInterfaceGBuffer) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGBuffer"); \ +static_assert(sizeof(UNiagaraDataInterfaceGBuffer) == 0x000040, "Wrong size on UNiagaraDataInterfaceGBuffer"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGrid2DCollectionReader \ +static_assert(alignof(UNiagaraDataInterfaceGrid2DCollectionReader) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGrid2DCollectionReader"); \ +static_assert(sizeof(UNiagaraDataInterfaceGrid2DCollectionReader) == 0x000170, "Wrong size on UNiagaraDataInterfaceGrid2DCollectionReader"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2DCollectionReader, EmitterName) == 0x000100, "Member 'UNiagaraDataInterfaceGrid2DCollectionReader::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2DCollectionReader, DIName) == 0x000110, "Member 'UNiagaraDataInterfaceGrid2DCollectionReader::DIName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGrid3D \ +static_assert(alignof(UNiagaraDataInterfaceGrid3D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGrid3D"); \ +static_assert(sizeof(UNiagaraDataInterfaceGrid3D) == 0x000108, "Wrong size on UNiagaraDataInterfaceGrid3D"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, NumCells) == 0x0000E0, "Member 'UNiagaraDataInterfaceGrid3D::NumCells' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, CellSize) == 0x0000EC, "Member 'UNiagaraDataInterfaceGrid3D::CellSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, NumCellsMaxAxis) == 0x0000F0, "Member 'UNiagaraDataInterfaceGrid3D::NumCellsMaxAxis' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, SetResolutionMethod) == 0x0000F4, "Member 'UNiagaraDataInterfaceGrid3D::SetResolutionMethod' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, WorldBBoxSize) == 0x0000F8, "Member 'UNiagaraDataInterfaceGrid3D::WorldBBoxSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture \ +static_assert(alignof(NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture) == 0x000008, "Wrong alignment on NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture"); \ +static_assert(sizeof(NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture) == 0x000020, "Wrong size on NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture, Component) == 0x000000, "Member 'NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture::Component' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture, Dest) == 0x000008, "Member 'NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture::Dest' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture, TilesX) == 0x000010, "Member 'NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture::TilesX' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture, TilesY) == 0x000014, "Member 'NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture::TilesY' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture, TileZ) == 0x000018, "Member 'NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture::TileZ' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture, ReturnValue) == 0x00001C, "Member 'NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture \ +static_assert(alignof(NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture) == 0x000008, "Wrong alignment on NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture"); \ +static_assert(sizeof(NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture) == 0x000018, "Wrong size on NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture, Component) == 0x000000, "Member 'NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture::Component' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture, dest) == 0x000008, "Member 'NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture::dest' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture, AttributeIndex) == 0x000010, "Member 'NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture::AttributeIndex' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture, ReturnValue) == 0x000014, "Member 'NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize \ +static_assert(alignof(NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize) == 0x000008, "Wrong alignment on NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize"); \ +static_assert(sizeof(NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize) == 0x000018, "Wrong size on NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize, Component) == 0x000000, "Member 'NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize::Component' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize, SizeX) == 0x000008, "Member 'NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize::SizeX' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize, SizeY) == 0x00000C, "Member 'NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize::SizeY' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize, SizeZ) == 0x000010, "Member 'NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize::SizeZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceGrid3DCollection_GetTextureSize \ +static_assert(alignof(NiagaraDataInterfaceGrid3DCollection_GetTextureSize) == 0x000008, "Wrong alignment on NiagaraDataInterfaceGrid3DCollection_GetTextureSize"); \ +static_assert(sizeof(NiagaraDataInterfaceGrid3DCollection_GetTextureSize) == 0x000018, "Wrong size on NiagaraDataInterfaceGrid3DCollection_GetTextureSize"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_GetTextureSize, Component) == 0x000000, "Member 'NiagaraDataInterfaceGrid3DCollection_GetTextureSize::Component' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_GetTextureSize, SizeX) == 0x000008, "Member 'NiagaraDataInterfaceGrid3DCollection_GetTextureSize::SizeX' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_GetTextureSize, SizeY) == 0x00000C, "Member 'NiagaraDataInterfaceGrid3DCollection_GetTextureSize::SizeY' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_GetTextureSize, SizeZ) == 0x000010, "Member 'NiagaraDataInterfaceGrid3DCollection_GetTextureSize::SizeZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGrid3DCollection \ +static_assert(alignof(UNiagaraDataInterfaceGrid3DCollection) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGrid3DCollection"); \ +static_assert(sizeof(UNiagaraDataInterfaceGrid3DCollection) == 0x000188, "Wrong size on UNiagaraDataInterfaceGrid3DCollection"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3DCollection, NumAttributes) == 0x000108, "Member 'UNiagaraDataInterfaceGrid3DCollection::NumAttributes' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3DCollection, RenderTargetUserParameter) == 0x000110, "Member 'UNiagaraDataInterfaceGrid3DCollection::RenderTargetUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3DCollection, OverrideBufferFormat) == 0x000130, "Member 'UNiagaraDataInterfaceGrid3DCollection::OverrideBufferFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceLandscape \ +static_assert(alignof(UNiagaraDataInterfaceLandscape) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceLandscape"); \ +static_assert(sizeof(UNiagaraDataInterfaceLandscape) == 0x000060, "Wrong size on UNiagaraDataInterfaceLandscape"); \ +static_assert(offsetof(UNiagaraDataInterfaceLandscape, SourceLandscape) == 0x000040, "Member 'UNiagaraDataInterfaceLandscape::SourceLandscape' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceLandscape, SourceMode) == 0x000048, "Member 'UNiagaraDataInterfaceLandscape::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceLandscape, PhysicalMaterials) == 0x000050, "Member 'UNiagaraDataInterfaceLandscape::PhysicalMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceMeshRendererInfo \ +static_assert(alignof(UNiagaraDataInterfaceMeshRendererInfo) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceMeshRendererInfo"); \ +static_assert(sizeof(UNiagaraDataInterfaceMeshRendererInfo) == 0x000058, "Wrong size on UNiagaraDataInterfaceMeshRendererInfo"); \ +static_assert(offsetof(UNiagaraDataInterfaceMeshRendererInfo, MeshRenderer) == 0x000040, "Member 'UNiagaraDataInterfaceMeshRendererInfo::MeshRenderer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceNeighborGrid3D \ +static_assert(alignof(UNiagaraDataInterfaceNeighborGrid3D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceNeighborGrid3D"); \ +static_assert(sizeof(UNiagaraDataInterfaceNeighborGrid3D) == 0x000110, "Wrong size on UNiagaraDataInterfaceNeighborGrid3D"); \ +static_assert(offsetof(UNiagaraDataInterfaceNeighborGrid3D, MaxNeighborsPerCell) == 0x000108, "Member 'UNiagaraDataInterfaceNeighborGrid3D::MaxNeighborsPerCell' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceParticleRead \ +static_assert(alignof(UNiagaraDataInterfaceParticleRead) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceParticleRead"); \ +static_assert(sizeof(UNiagaraDataInterfaceParticleRead) == 0x0000F0, "Wrong size on UNiagaraDataInterfaceParticleRead"); \ +static_assert(offsetof(UNiagaraDataInterfaceParticleRead, EmitterName) == 0x0000E0, "Member 'UNiagaraDataInterfaceParticleRead::EmitterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfacePlatformSet \ +static_assert(alignof(UNiagaraDataInterfacePlatformSet) == 0x000008, "Wrong alignment on UNiagaraDataInterfacePlatformSet"); \ +static_assert(sizeof(UNiagaraDataInterfacePlatformSet) == 0x000070, "Wrong size on UNiagaraDataInterfacePlatformSet"); \ +static_assert(offsetof(UNiagaraDataInterfacePlatformSet, Platforms) == 0x000040, "Member 'UNiagaraDataInterfacePlatformSet::Platforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRenderTargetCube \ +static_assert(alignof(UNiagaraDataInterfaceRenderTargetCube) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTargetCube"); \ +static_assert(sizeof(UNiagaraDataInterfaceRenderTargetCube) == 0x000158, "Wrong size on UNiagaraDataInterfaceRenderTargetCube"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetCube, Size) == 0x0000E0, "Member 'UNiagaraDataInterfaceRenderTargetCube::Size' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetCube, OverrideRenderTargetFormat) == 0x0000E4, "Member 'UNiagaraDataInterfaceRenderTargetCube::OverrideRenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetCube, RenderTargetUserParameter) == 0x0000E8, "Member 'UNiagaraDataInterfaceRenderTargetCube::RenderTargetUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetCube, ManagedRenderTargets) == 0x000108, "Member 'UNiagaraDataInterfaceRenderTargetCube::ManagedRenderTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRenderTargetVolume \ +static_assert(alignof(UNiagaraDataInterfaceRenderTargetVolume) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTargetVolume"); \ +static_assert(sizeof(UNiagaraDataInterfaceRenderTargetVolume) == 0x000160, "Wrong size on UNiagaraDataInterfaceRenderTargetVolume"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, Size) == 0x0000E0, "Member 'UNiagaraDataInterfaceRenderTargetVolume::Size' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, OverrideRenderTargetFormat) == 0x0000EC, "Member 'UNiagaraDataInterfaceRenderTargetVolume::OverrideRenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, RenderTargetUserParameter) == 0x0000F0, "Member 'UNiagaraDataInterfaceRenderTargetVolume::RenderTargetUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, ManagedRenderTargets) == 0x000110, "Member 'UNiagaraDataInterfaceRenderTargetVolume::ManagedRenderTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceSimpleCounter \ +static_assert(alignof(UNiagaraDataInterfaceSimpleCounter) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceSimpleCounter"); \ +static_assert(sizeof(UNiagaraDataInterfaceSimpleCounter) == 0x000040, "Wrong size on UNiagaraDataInterfaceSimpleCounter"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceSpline \ +static_assert(alignof(UNiagaraDataInterfaceSpline) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceSpline"); \ +static_assert(sizeof(UNiagaraDataInterfaceSpline) == 0x000068, "Wrong size on UNiagaraDataInterfaceSpline"); \ +static_assert(offsetof(UNiagaraDataInterfaceSpline, Source) == 0x000040, "Member 'UNiagaraDataInterfaceSpline::Source' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSpline, SplineUserParameter) == 0x000048, "Member 'UNiagaraDataInterfaceSpline::SplineUserParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceStaticMesh \ +static_assert(alignof(UNiagaraDataInterfaceStaticMesh) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceStaticMesh"); \ +static_assert(sizeof(UNiagaraDataInterfaceStaticMesh) == 0x000090, "Wrong size on UNiagaraDataInterfaceStaticMesh"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, SourceMode) == 0x000040, "Member 'UNiagaraDataInterfaceStaticMesh::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, DefaultMesh) == 0x000048, "Member 'UNiagaraDataInterfaceStaticMesh::DefaultMesh' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, Source) == 0x000050, "Member 'UNiagaraDataInterfaceStaticMesh::Source' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, SourceComponent) == 0x000058, "Member 'UNiagaraDataInterfaceStaticMesh::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, SectionFilter) == 0x000060, "Member 'UNiagaraDataInterfaceStaticMesh::SectionFilter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, bUsePhysicsBodyVelocity) == 0x000070, "Member 'UNiagaraDataInterfaceStaticMesh::bUsePhysicsBodyVelocity' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, FilteredSockets) == 0x000078, "Member 'UNiagaraDataInterfaceStaticMesh::FilteredSockets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceTexture \ +static_assert(alignof(UNiagaraDataInterfaceTexture) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceTexture"); \ +static_assert(sizeof(UNiagaraDataInterfaceTexture) == 0x000050, "Wrong size on UNiagaraDataInterfaceTexture"); \ +static_assert(offsetof(UNiagaraDataInterfaceTexture, Texture) == 0x000040, "Member 'UNiagaraDataInterfaceTexture::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceVector2DCurve \ +static_assert(alignof(UNiagaraDataInterfaceVector2DCurve) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVector2DCurve"); \ +static_assert(sizeof(UNiagaraDataInterfaceVector2DCurve) == 0x000178, "Wrong size on UNiagaraDataInterfaceVector2DCurve"); \ +static_assert(offsetof(UNiagaraDataInterfaceVector2DCurve, XCurve) == 0x000078, "Member 'UNiagaraDataInterfaceVector2DCurve::XCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVector2DCurve, YCurve) == 0x0000F8, "Member 'UNiagaraDataInterfaceVector2DCurve::YCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceVector4Curve \ +static_assert(alignof(UNiagaraDataInterfaceVector4Curve) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVector4Curve"); \ +static_assert(sizeof(UNiagaraDataInterfaceVector4Curve) == 0x000278, "Wrong size on UNiagaraDataInterfaceVector4Curve"); \ +static_assert(offsetof(UNiagaraDataInterfaceVector4Curve, XCurve) == 0x000078, "Member 'UNiagaraDataInterfaceVector4Curve::XCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVector4Curve, YCurve) == 0x0000F8, "Member 'UNiagaraDataInterfaceVector4Curve::YCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVector4Curve, ZCurve) == 0x000178, "Member 'UNiagaraDataInterfaceVector4Curve::ZCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVector4Curve, WCurve) == 0x0001F8, "Member 'UNiagaraDataInterfaceVector4Curve::WCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceVectorCurve \ +static_assert(alignof(UNiagaraDataInterfaceVectorCurve) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVectorCurve"); \ +static_assert(sizeof(UNiagaraDataInterfaceVectorCurve) == 0x0001F8, "Wrong size on UNiagaraDataInterfaceVectorCurve"); \ +static_assert(offsetof(UNiagaraDataInterfaceVectorCurve, XCurve) == 0x000078, "Member 'UNiagaraDataInterfaceVectorCurve::XCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVectorCurve, YCurve) == 0x0000F8, "Member 'UNiagaraDataInterfaceVectorCurve::YCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVectorCurve, ZCurve) == 0x000178, "Member 'UNiagaraDataInterfaceVectorCurve::ZCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceVectorField \ +static_assert(alignof(UNiagaraDataInterfaceVectorField) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVectorField"); \ +static_assert(sizeof(UNiagaraDataInterfaceVectorField) == 0x000050, "Wrong size on UNiagaraDataInterfaceVectorField"); \ +static_assert(offsetof(UNiagaraDataInterfaceVectorField, Field) == 0x000040, "Member 'UNiagaraDataInterfaceVectorField::Field' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVectorField, bTileX) == 0x000048, "Member 'UNiagaraDataInterfaceVectorField::bTileX' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVectorField, bTileY) == 0x000049, "Member 'UNiagaraDataInterfaceVectorField::bTileY' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVectorField, bTileZ) == 0x00004A, "Member 'UNiagaraDataInterfaceVectorField::bTileZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceVolumeTexture \ +static_assert(alignof(UNiagaraDataInterfaceVolumeTexture) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVolumeTexture"); \ +static_assert(sizeof(UNiagaraDataInterfaceVolumeTexture) == 0x000058, "Wrong size on UNiagaraDataInterfaceVolumeTexture"); \ +static_assert(offsetof(UNiagaraDataInterfaceVolumeTexture, Texture) == 0x000040, "Member 'UNiagaraDataInterfaceVolumeTexture::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDebugHUDSettings \ +static_assert(alignof(UNiagaraDebugHUDSettings) == 0x000008, "Wrong alignment on UNiagaraDebugHUDSettings"); \ +static_assert(sizeof(UNiagaraDebugHUDSettings) == 0x000130, "Wrong size on UNiagaraDebugHUDSettings"); \ +static_assert(offsetof(UNiagaraDebugHUDSettings, Data) == 0x000050, "Member 'UNiagaraDebugHUDSettings::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraEditorDataBase \ +static_assert(alignof(UNiagaraEditorDataBase) == 0x000008, "Wrong alignment on UNiagaraEditorDataBase"); \ +static_assert(sizeof(UNiagaraEditorDataBase) == 0x000030, "Wrong size on UNiagaraEditorDataBase"); \ + +#define DUMPER7_ASSERTS_UNiagaraEditorParametersAdapterBase \ +static_assert(alignof(UNiagaraEditorParametersAdapterBase) == 0x000008, "Wrong alignment on UNiagaraEditorParametersAdapterBase"); \ +static_assert(sizeof(UNiagaraEditorParametersAdapterBase) == 0x000030, "Wrong size on UNiagaraEditorParametersAdapterBase"); \ + +#define DUMPER7_ASSERTS_UNiagaraSignificanceHandler \ +static_assert(alignof(UNiagaraSignificanceHandler) == 0x000008, "Wrong alignment on UNiagaraSignificanceHandler"); \ +static_assert(sizeof(UNiagaraSignificanceHandler) == 0x000030, "Wrong size on UNiagaraSignificanceHandler"); \ + +#define DUMPER7_ASSERTS_UNiagaraSignificanceHandlerDistance \ +static_assert(alignof(UNiagaraSignificanceHandlerDistance) == 0x000008, "Wrong alignment on UNiagaraSignificanceHandlerDistance"); \ +static_assert(sizeof(UNiagaraSignificanceHandlerDistance) == 0x000030, "Wrong size on UNiagaraSignificanceHandlerDistance"); \ + +#define DUMPER7_ASSERTS_UNiagaraSignificanceHandlerAge \ +static_assert(alignof(UNiagaraSignificanceHandlerAge) == 0x000008, "Wrong alignment on UNiagaraSignificanceHandlerAge"); \ +static_assert(sizeof(UNiagaraSignificanceHandlerAge) == 0x000030, "Wrong size on UNiagaraSignificanceHandlerAge"); \ + +#define DUMPER7_ASSERTS_UNiagaraEffectType \ +static_assert(alignof(UNiagaraEffectType) == 0x000008, "Wrong alignment on UNiagaraEffectType"); \ +static_assert(sizeof(UNiagaraEffectType) == 0x0000A0, "Wrong size on UNiagaraEffectType"); \ +static_assert(offsetof(UNiagaraEffectType, UpdateFrequency) == 0x000030, "Member 'UNiagaraEffectType::UpdateFrequency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, CullReaction) == 0x000034, "Member 'UNiagaraEffectType::CullReaction' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, SignificanceHandler) == 0x000038, "Member 'UNiagaraEffectType::SignificanceHandler' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, DetailLevelScalabilitySettings) == 0x000040, "Member 'UNiagaraEffectType::DetailLevelScalabilitySettings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, SystemScalabilitySettings) == 0x000050, "Member 'UNiagaraEffectType::SystemScalabilitySettings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, EmitterScalabilitySettings) == 0x000060, "Member 'UNiagaraEffectType::EmitterScalabilitySettings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, PerformanceBaselineController) == 0x000078, "Member 'UNiagaraEffectType::PerformanceBaselineController' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, PerfBaselineStats) == 0x000080, "Member 'UNiagaraEffectType::PerfBaselineStats' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, PerfBaselineVersion) == 0x000090, "Member 'UNiagaraEffectType::PerfBaselineVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraEmitter \ +static_assert(alignof(UNiagaraEmitter) == 0x000008, "Wrong alignment on UNiagaraEmitter"); \ +static_assert(sizeof(UNiagaraEmitter) == 0x0002A8, "Wrong size on UNiagaraEmitter"); \ +static_assert(offsetof(UNiagaraEmitter, bLocalSpace) == 0x000030, "Member 'UNiagaraEmitter::bLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, bDeterminism) == 0x000031, "Member 'UNiagaraEmitter::bDeterminism' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, RandomSeed) == 0x000034, "Member 'UNiagaraEmitter::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, AllocationMode) == 0x000038, "Member 'UNiagaraEmitter::AllocationMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, PreAllocationCount) == 0x00003C, "Member 'UNiagaraEmitter::PreAllocationCount' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, UpdateScriptProps) == 0x000040, "Member 'UNiagaraEmitter::UpdateScriptProps' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, SpawnScriptProps) == 0x000068, "Member 'UNiagaraEmitter::SpawnScriptProps' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, SimTarget) == 0x000090, "Member 'UNiagaraEmitter::SimTarget' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, FixedBounds) == 0x000094, "Member 'UNiagaraEmitter::FixedBounds' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, MinDetailLevel) == 0x0000B0, "Member 'UNiagaraEmitter::MinDetailLevel' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, MaxDetailLevel) == 0x0000B4, "Member 'UNiagaraEmitter::MaxDetailLevel' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, GlobalSpawnCountScaleOverrides) == 0x0000B8, "Member 'UNiagaraEmitter::GlobalSpawnCountScaleOverrides' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, Platforms) == 0x0000D0, "Member 'UNiagaraEmitter::Platforms' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, ScalabilityOverrides) == 0x000100, "Member 'UNiagaraEmitter::ScalabilityOverrides' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, MaxDeltaTimePerTick) == 0x000114, "Member 'UNiagaraEmitter::MaxDeltaTimePerTick' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, DefaultShaderStageIndex) == 0x000118, "Member 'UNiagaraEmitter::DefaultShaderStageIndex' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, MaxUpdateIterations) == 0x00011C, "Member 'UNiagaraEmitter::MaxUpdateIterations' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, SpawnStages) == 0x000120, "Member 'UNiagaraEmitter::SpawnStages' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, UniqueEmitterName) == 0x000178, "Member 'UNiagaraEmitter::UniqueEmitterName' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, RendererProperties) == 0x000188, "Member 'UNiagaraEmitter::RendererProperties' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, EventHandlerScriptProps) == 0x000198, "Member 'UNiagaraEmitter::EventHandlerScriptProps' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, SimulationStages) == 0x0001A8, "Member 'UNiagaraEmitter::SimulationStages' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, GPUComputeScript) == 0x0001B8, "Member 'UNiagaraEmitter::GPUComputeScript' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, SharedEventGeneratorIds) == 0x0001C0, "Member 'UNiagaraEmitter::SharedEventGeneratorIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraEventReceiverEmitterAction \ +static_assert(alignof(UNiagaraEventReceiverEmitterAction) == 0x000008, "Wrong alignment on UNiagaraEventReceiverEmitterAction"); \ +static_assert(sizeof(UNiagaraEventReceiverEmitterAction) == 0x000030, "Wrong size on UNiagaraEventReceiverEmitterAction"); \ + +#define DUMPER7_ASSERTS_UNiagaraEventReceiverEmitterAction_SpawnParticles \ +static_assert(alignof(UNiagaraEventReceiverEmitterAction_SpawnParticles) == 0x000008, "Wrong alignment on UNiagaraEventReceiverEmitterAction_SpawnParticles"); \ +static_assert(sizeof(UNiagaraEventReceiverEmitterAction_SpawnParticles) == 0x000038, "Wrong size on UNiagaraEventReceiverEmitterAction_SpawnParticles"); \ +static_assert(offsetof(UNiagaraEventReceiverEmitterAction_SpawnParticles, NumParticles) == 0x000030, "Member 'UNiagaraEventReceiverEmitterAction_SpawnParticles::NumParticles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_GetNiagaraParameterCollection \ +static_assert(alignof(NiagaraFunctionLibrary_GetNiagaraParameterCollection) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_GetNiagaraParameterCollection"); \ +static_assert(sizeof(NiagaraFunctionLibrary_GetNiagaraParameterCollection) == 0x000018, "Wrong size on NiagaraFunctionLibrary_GetNiagaraParameterCollection"); \ +static_assert(offsetof(NiagaraFunctionLibrary_GetNiagaraParameterCollection, WorldContextObject) == 0x000000, "Member 'NiagaraFunctionLibrary_GetNiagaraParameterCollection::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_GetNiagaraParameterCollection, Collection) == 0x000008, "Member 'NiagaraFunctionLibrary_GetNiagaraParameterCollection::Collection' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_GetNiagaraParameterCollection, ReturnValue) == 0x000010, "Member 'NiagaraFunctionLibrary_GetNiagaraParameterCollection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent \ +static_assert(alignof(NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent"); \ +static_assert(sizeof(NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent) == 0x000020, "Wrong size on NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent"); \ +static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent, SkeletalMeshComponent) == 0x000018, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableSkeletalMeshComponent::SkeletalMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh \ +static_assert(alignof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh"); \ +static_assert(sizeof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh) == 0x000020, "Wrong size on NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh"); \ +static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh, StaticMesh) == 0x000018, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMesh::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent \ +static_assert(alignof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent"); \ +static_assert(sizeof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent) == 0x000020, "Wrong size on NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent"); \ +static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent, StaticMeshComponent) == 0x000018, "Member 'NiagaraFunctionLibrary_OverrideSystemUserVariableStaticMeshComponent::StaticMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions \ +static_assert(alignof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions) == 0x000028, "Wrong size on NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions, SamplingRegions) == 0x000018, "Member 'NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions::SamplingRegions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SetTexture2DArrayObject \ +static_assert(alignof(NiagaraFunctionLibrary_SetTexture2DArrayObject) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SetTexture2DArrayObject"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SetTexture2DArrayObject) == 0x000020, "Wrong size on NiagaraFunctionLibrary_SetTexture2DArrayObject"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetTexture2DArrayObject, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_SetTexture2DArrayObject::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetTexture2DArrayObject, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_SetTexture2DArrayObject::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetTexture2DArrayObject, Texture) == 0x000018, "Member 'NiagaraFunctionLibrary_SetTexture2DArrayObject::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SetTextureObject \ +static_assert(alignof(NiagaraFunctionLibrary_SetTextureObject) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SetTextureObject"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SetTextureObject) == 0x000020, "Wrong size on NiagaraFunctionLibrary_SetTextureObject"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetTextureObject, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_SetTextureObject::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetTextureObject, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_SetTextureObject::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetTextureObject, Texture) == 0x000018, "Member 'NiagaraFunctionLibrary_SetTextureObject::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SetVolumeTextureObject \ +static_assert(alignof(NiagaraFunctionLibrary_SetVolumeTextureObject) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SetVolumeTextureObject"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SetVolumeTextureObject) == 0x000020, "Wrong size on NiagaraFunctionLibrary_SetVolumeTextureObject"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetVolumeTextureObject, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_SetVolumeTextureObject::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetVolumeTextureObject, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_SetVolumeTextureObject::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetVolumeTextureObject, Texture) == 0x000018, "Member 'NiagaraFunctionLibrary_SetVolumeTextureObject::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SpawnSystemAtLocation \ +static_assert(alignof(NiagaraFunctionLibrary_SpawnSystemAtLocation) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SpawnSystemAtLocation"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SpawnSystemAtLocation) == 0x000040, "Wrong size on NiagaraFunctionLibrary_SpawnSystemAtLocation"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, WorldContextObject) == 0x000000, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, SystemTemplate) == 0x000008, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::SystemTemplate' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, Location) == 0x000010, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, Rotation) == 0x00001C, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, Scale) == 0x000028, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::Scale' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, bAutoDestroy) == 0x000034, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, bAutoActivate) == 0x000035, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::bAutoActivate' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, PoolingMethod) == 0x000036, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::PoolingMethod' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, bPreCullCheck) == 0x000037, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::bPreCullCheck' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, ReturnValue) == 0x000038, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SpawnSystemAttached \ +static_assert(alignof(NiagaraFunctionLibrary_SpawnSystemAttached) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SpawnSystemAttached"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SpawnSystemAttached) == 0x000048, "Wrong size on NiagaraFunctionLibrary_SpawnSystemAttached"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, SystemTemplate) == 0x000000, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::SystemTemplate' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, AttachToComponent) == 0x000008, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, AttachPointName) == 0x000010, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, Location) == 0x00001C, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::Location' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, Rotation) == 0x000028, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::Rotation' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, LocationType) == 0x000034, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::LocationType' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, bAutoDestroy) == 0x000035, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, bAutoActivate) == 0x000036, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::bAutoActivate' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, PoolingMethod) == 0x000037, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::PoolingMethod' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, bPreCullCheck) == 0x000038, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::bPreCullCheck' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, ReturnValue) == 0x000040, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraFunctionLibrary \ +static_assert(alignof(UNiagaraFunctionLibrary) == 0x000008, "Wrong alignment on UNiagaraFunctionLibrary"); \ +static_assert(sizeof(UNiagaraFunctionLibrary) == 0x000030, "Wrong size on UNiagaraFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UNiagaraLightRendererProperties \ +static_assert(alignof(UNiagaraLightRendererProperties) == 0x000008, "Wrong alignment on UNiagaraLightRendererProperties"); \ +static_assert(sizeof(UNiagaraLightRendererProperties) == 0x000338, "Wrong size on UNiagaraLightRendererProperties"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, RadiusScale) == 0x000084, "Member 'UNiagaraLightRendererProperties::RadiusScale' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, DefaultExponent) == 0x000088, "Member 'UNiagaraLightRendererProperties::DefaultExponent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, ColorAdd) == 0x00008C, "Member 'UNiagaraLightRendererProperties::ColorAdd' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, RendererVisibility) == 0x000098, "Member 'UNiagaraLightRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, LightRenderingEnabledBinding) == 0x0000A0, "Member 'UNiagaraLightRendererProperties::LightRenderingEnabledBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, LightExponentBinding) == 0x0000F8, "Member 'UNiagaraLightRendererProperties::LightExponentBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, PositionBinding) == 0x000150, "Member 'UNiagaraLightRendererProperties::PositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, ColorBinding) == 0x0001A8, "Member 'UNiagaraLightRendererProperties::ColorBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, RadiusBinding) == 0x000200, "Member 'UNiagaraLightRendererProperties::RadiusBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, VolumetricScatteringBinding) == 0x000258, "Member 'UNiagaraLightRendererProperties::VolumetricScatteringBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, RendererVisibilityTagBinding) == 0x0002B0, "Member 'UNiagaraLightRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraMeshRendererProperties \ +static_assert(alignof(UNiagaraMeshRendererProperties) == 0x000008, "Wrong alignment on UNiagaraMeshRendererProperties"); \ +static_assert(sizeof(UNiagaraMeshRendererProperties) == 0x0008A0, "Wrong size on UNiagaraMeshRendererProperties"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, Meshes) == 0x000080, "Member 'UNiagaraMeshRendererProperties::Meshes' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, SourceMode) == 0x000090, "Member 'UNiagaraMeshRendererProperties::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, SortMode) == 0x000091, "Member 'UNiagaraMeshRendererProperties::SortMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, OverrideMaterials) == 0x000098, "Member 'UNiagaraMeshRendererProperties::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, SubImageSize) == 0x0000A8, "Member 'UNiagaraMeshRendererProperties::SubImageSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, FacingMode) == 0x0000B0, "Member 'UNiagaraMeshRendererProperties::FacingMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, LockedAxis) == 0x0000B8, "Member 'UNiagaraMeshRendererProperties::LockedAxis' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, LockedAxisSpace) == 0x0000C4, "Member 'UNiagaraMeshRendererProperties::LockedAxisSpace' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MinCameraDistance) == 0x0000C8, "Member 'UNiagaraMeshRendererProperties::MinCameraDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MaxCameraDistance) == 0x0000CC, "Member 'UNiagaraMeshRendererProperties::MaxCameraDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, RendererVisibility) == 0x0000D0, "Member 'UNiagaraMeshRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PositionBinding) == 0x0000D8, "Member 'UNiagaraMeshRendererProperties::PositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, ColorBinding) == 0x000130, "Member 'UNiagaraMeshRendererProperties::ColorBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, VelocityBinding) == 0x000188, "Member 'UNiagaraMeshRendererProperties::VelocityBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MeshOrientationBinding) == 0x0001E0, "Member 'UNiagaraMeshRendererProperties::MeshOrientationBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, ScaleBinding) == 0x000238, "Member 'UNiagaraMeshRendererProperties::ScaleBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, SubImageIndexBinding) == 0x000290, "Member 'UNiagaraMeshRendererProperties::SubImageIndexBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterialBinding) == 0x0002E8, "Member 'UNiagaraMeshRendererProperties::DynamicMaterialBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterial1Binding) == 0x000340, "Member 'UNiagaraMeshRendererProperties::DynamicMaterial1Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterial2Binding) == 0x000398, "Member 'UNiagaraMeshRendererProperties::DynamicMaterial2Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterial3Binding) == 0x0003F0, "Member 'UNiagaraMeshRendererProperties::DynamicMaterial3Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MaterialRandomBinding) == 0x000448, "Member 'UNiagaraMeshRendererProperties::MaterialRandomBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, CustomSortingBinding) == 0x0004A0, "Member 'UNiagaraMeshRendererProperties::CustomSortingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, NormalizedAgeBinding) == 0x0004F8, "Member 'UNiagaraMeshRendererProperties::NormalizedAgeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, CameraOffsetBinding) == 0x000550, "Member 'UNiagaraMeshRendererProperties::CameraOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, RendererVisibilityTagBinding) == 0x0005A8, "Member 'UNiagaraMeshRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MeshIndexBinding) == 0x000600, "Member 'UNiagaraMeshRendererProperties::MeshIndexBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MaterialParameterBindings) == 0x000658, "Member 'UNiagaraMeshRendererProperties::MaterialParameterBindings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PrevPositionBinding) == 0x000668, "Member 'UNiagaraMeshRendererProperties::PrevPositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PrevScaleBinding) == 0x0006C0, "Member 'UNiagaraMeshRendererProperties::PrevScaleBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PrevMeshOrientationBinding) == 0x000718, "Member 'UNiagaraMeshRendererProperties::PrevMeshOrientationBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PrevCameraOffsetBinding) == 0x000770, "Member 'UNiagaraMeshRendererProperties::PrevCameraOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PrevVelocityBinding) == 0x0007C8, "Member 'UNiagaraMeshRendererProperties::PrevVelocityBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, ParticleMesh) == 0x000888, "Member 'UNiagaraMeshRendererProperties::ParticleMesh' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PivotOffset) == 0x000890, "Member 'UNiagaraMeshRendererProperties::PivotOffset' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PivotOffsetSpace) == 0x00089C, "Member 'UNiagaraMeshRendererProperties::PivotOffsetSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraMessageDataBase \ +static_assert(alignof(UNiagaraMessageDataBase) == 0x000008, "Wrong alignment on UNiagaraMessageDataBase"); \ +static_assert(sizeof(UNiagaraMessageDataBase) == 0x000030, "Wrong size on UNiagaraMessageDataBase"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetBoolParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_GetBoolParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetBoolParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_GetBoolParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_GetBoolParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetBoolParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetBoolParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetBoolParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetBoolParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetColorParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_GetColorParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetColorParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_GetColorParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_GetColorParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetColorParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetColorParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetColorParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetColorParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetFloatParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_GetFloatParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetFloatParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_GetFloatParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_GetFloatParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetFloatParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetFloatParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetFloatParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetFloatParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetIntParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_GetIntParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetIntParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_GetIntParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_GetIntParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetIntParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetIntParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetIntParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetIntParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetQuatParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_GetQuatParameter) == 0x000010, "Wrong alignment on NiagaraParameterCollectionInstance_GetQuatParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_GetQuatParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_GetQuatParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetQuatParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetQuatParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetQuatParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetQuatParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetVector2DParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_GetVector2DParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetVector2DParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_GetVector2DParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_GetVector2DParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetVector2DParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetVector2DParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetVector2DParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetVector2DParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetVector4Parameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_GetVector4Parameter) == 0x000010, "Wrong alignment on NiagaraParameterCollectionInstance_GetVector4Parameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_GetVector4Parameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_GetVector4Parameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetVector4Parameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetVector4Parameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetVector4Parameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetVector4Parameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetVectorParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_GetVectorParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetVectorParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_GetVectorParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_GetVectorParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetVectorParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetVectorParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetVectorParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetVectorParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetBoolParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_SetBoolParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetBoolParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_SetBoolParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_SetBoolParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetBoolParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetBoolParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetBoolParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetBoolParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetColorParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_SetColorParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetColorParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_SetColorParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_SetColorParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetColorParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetColorParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetColorParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetColorParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetFloatParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_SetFloatParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetFloatParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_SetFloatParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_SetFloatParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetFloatParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetFloatParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetFloatParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetFloatParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetIntParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_SetIntParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetIntParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_SetIntParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_SetIntParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetIntParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetIntParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetIntParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetIntParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetQuatParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_SetQuatParameter) == 0x000010, "Wrong alignment on NiagaraParameterCollectionInstance_SetQuatParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_SetQuatParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_SetQuatParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetQuatParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetQuatParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetQuatParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetQuatParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetVector2DParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_SetVector2DParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetVector2DParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_SetVector2DParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_SetVector2DParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetVector2DParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetVector2DParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetVector2DParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetVector2DParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetVector4Parameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_SetVector4Parameter) == 0x000010, "Wrong alignment on NiagaraParameterCollectionInstance_SetVector4Parameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_SetVector4Parameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_SetVector4Parameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetVector4Parameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetVector4Parameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetVector4Parameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetVector4Parameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetVectorParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_SetVectorParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetVectorParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_SetVectorParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_SetVectorParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetVectorParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetVectorParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetVectorParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetVectorParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraParameterCollectionInstance \ +static_assert(alignof(UNiagaraParameterCollectionInstance) == 0x000008, "Wrong alignment on UNiagaraParameterCollectionInstance"); \ +static_assert(sizeof(UNiagaraParameterCollectionInstance) == 0x0000E8, "Wrong size on UNiagaraParameterCollectionInstance"); \ +static_assert(offsetof(UNiagaraParameterCollectionInstance, Collection) == 0x000030, "Member 'UNiagaraParameterCollectionInstance::Collection' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraParameterCollectionInstance, OverridenParameters) == 0x000038, "Member 'UNiagaraParameterCollectionInstance::OverridenParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraParameterCollectionInstance, ParameterStorage) == 0x000048, "Member 'UNiagaraParameterCollectionInstance::ParameterStorage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraParameterCollection \ +static_assert(alignof(UNiagaraParameterCollection) == 0x000008, "Wrong alignment on UNiagaraParameterCollection"); \ +static_assert(sizeof(UNiagaraParameterCollection) == 0x000070, "Wrong size on UNiagaraParameterCollection"); \ +static_assert(offsetof(UNiagaraParameterCollection, Namespace) == 0x000030, "Member 'UNiagaraParameterCollection::Namespace' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraParameterCollection, Parameters) == 0x000040, "Member 'UNiagaraParameterCollection::Parameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraParameterCollection, SourceMaterialCollection) == 0x000050, "Member 'UNiagaraParameterCollection::SourceMaterialCollection' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraParameterCollection, DefaultInstance) == 0x000058, "Member 'UNiagaraParameterCollection::DefaultInstance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraParameterCollection, CompileId) == 0x000060, "Member 'UNiagaraParameterCollection::CompileId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraBaselineController_GetSystem \ +static_assert(alignof(NiagaraBaselineController_GetSystem) == 0x000008, "Wrong alignment on NiagaraBaselineController_GetSystem"); \ +static_assert(sizeof(NiagaraBaselineController_GetSystem) == 0x000008, "Wrong size on NiagaraBaselineController_GetSystem"); \ +static_assert(offsetof(NiagaraBaselineController_GetSystem, ReturnValue) == 0x000000, "Member 'NiagaraBaselineController_GetSystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraBaselineController_OnEndTest \ +static_assert(alignof(NiagaraBaselineController_OnEndTest) == 0x000004, "Wrong alignment on NiagaraBaselineController_OnEndTest"); \ +static_assert(sizeof(NiagaraBaselineController_OnEndTest) == 0x000010, "Wrong size on NiagaraBaselineController_OnEndTest"); \ +static_assert(offsetof(NiagaraBaselineController_OnEndTest, Stats) == 0x000000, "Member 'NiagaraBaselineController_OnEndTest::Stats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraBaselineController_OnOwnerTick \ +static_assert(alignof(NiagaraBaselineController_OnOwnerTick) == 0x000004, "Wrong alignment on NiagaraBaselineController_OnOwnerTick"); \ +static_assert(sizeof(NiagaraBaselineController_OnOwnerTick) == 0x000004, "Wrong size on NiagaraBaselineController_OnOwnerTick"); \ +static_assert(offsetof(NiagaraBaselineController_OnOwnerTick, DeltaTime) == 0x000000, "Member 'NiagaraBaselineController_OnOwnerTick::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraBaselineController_OnTickTest \ +static_assert(alignof(NiagaraBaselineController_OnTickTest) == 0x000001, "Wrong alignment on NiagaraBaselineController_OnTickTest"); \ +static_assert(sizeof(NiagaraBaselineController_OnTickTest) == 0x000001, "Wrong size on NiagaraBaselineController_OnTickTest"); \ +static_assert(offsetof(NiagaraBaselineController_OnTickTest, ReturnValue) == 0x000000, "Member 'NiagaraBaselineController_OnTickTest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraBaselineController \ +static_assert(alignof(UNiagaraBaselineController) == 0x000008, "Wrong alignment on UNiagaraBaselineController"); \ +static_assert(sizeof(UNiagaraBaselineController) == 0x000078, "Wrong size on UNiagaraBaselineController"); \ +static_assert(offsetof(UNiagaraBaselineController, TestDuration) == 0x000030, "Member 'UNiagaraBaselineController::TestDuration' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBaselineController, EffectType) == 0x000038, "Member 'UNiagaraBaselineController::EffectType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBaselineController, Owner) == 0x000040, "Member 'UNiagaraBaselineController::Owner' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBaselineController, System) == 0x000048, "Member 'UNiagaraBaselineController::System' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraBaselineController_Basic \ +static_assert(alignof(UNiagaraBaselineController_Basic) == 0x000008, "Wrong alignment on UNiagaraBaselineController_Basic"); \ +static_assert(sizeof(UNiagaraBaselineController_Basic) == 0x000090, "Wrong size on UNiagaraBaselineController_Basic"); \ +static_assert(offsetof(UNiagaraBaselineController_Basic, NumInstances) == 0x000078, "Member 'UNiagaraBaselineController_Basic::NumInstances' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBaselineController_Basic, SpawnedComponents) == 0x000080, "Member 'UNiagaraBaselineController_Basic::SpawnedComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANiagaraPerfBaselineActor \ +static_assert(alignof(ANiagaraPerfBaselineActor) == 0x000008, "Wrong alignment on ANiagaraPerfBaselineActor"); \ +static_assert(sizeof(ANiagaraPerfBaselineActor) == 0x0002B8, "Wrong size on ANiagaraPerfBaselineActor"); \ +static_assert(offsetof(ANiagaraPerfBaselineActor, Controller) == 0x0002A8, "Member 'ANiagaraPerfBaselineActor::Controller' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPerfBaselineActor, Label) == 0x0002B0, "Member 'ANiagaraPerfBaselineActor::Label' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraPrecompileContainer \ +static_assert(alignof(UNiagaraPrecompileContainer) == 0x000008, "Wrong alignment on UNiagaraPrecompileContainer"); \ +static_assert(sizeof(UNiagaraPrecompileContainer) == 0x000048, "Wrong size on UNiagaraPrecompileContainer"); \ +static_assert(offsetof(UNiagaraPrecompileContainer, Scripts) == 0x000030, "Member 'UNiagaraPrecompileContainer::Scripts' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPrecompileContainer, System) == 0x000040, "Member 'UNiagaraPrecompileContainer::System' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraPreviewBase_SetLabelText \ +static_assert(alignof(NiagaraPreviewBase_SetLabelText) == 0x000008, "Wrong alignment on NiagaraPreviewBase_SetLabelText"); \ +static_assert(sizeof(NiagaraPreviewBase_SetLabelText) == 0x000030, "Wrong size on NiagaraPreviewBase_SetLabelText"); \ +static_assert(offsetof(NiagaraPreviewBase_SetLabelText, InXAxisText) == 0x000000, "Member 'NiagaraPreviewBase_SetLabelText::InXAxisText' has a wrong offset!"); \ +static_assert(offsetof(NiagaraPreviewBase_SetLabelText, InYAxisText) == 0x000018, "Member 'NiagaraPreviewBase_SetLabelText::InYAxisText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraPreviewBase_SetSystem \ +static_assert(alignof(NiagaraPreviewBase_SetSystem) == 0x000008, "Wrong alignment on NiagaraPreviewBase_SetSystem"); \ +static_assert(sizeof(NiagaraPreviewBase_SetSystem) == 0x000008, "Wrong size on NiagaraPreviewBase_SetSystem"); \ +static_assert(offsetof(NiagaraPreviewBase_SetSystem, InSystem) == 0x000000, "Member 'NiagaraPreviewBase_SetSystem::InSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANiagaraPreviewBase \ +static_assert(alignof(ANiagaraPreviewBase) == 0x000008, "Wrong alignment on ANiagaraPreviewBase"); \ +static_assert(sizeof(ANiagaraPreviewBase) == 0x0002A8, "Wrong size on ANiagaraPreviewBase"); \ + +#define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamFloat \ +static_assert(alignof(UNiagaraPreviewAxis_InterpParamFloat) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamFloat"); \ +static_assert(sizeof(UNiagaraPreviewAxis_InterpParamFloat) == 0x000048, "Wrong size on UNiagaraPreviewAxis_InterpParamFloat"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamFloat, Min) == 0x000040, "Member 'UNiagaraPreviewAxis_InterpParamFloat::Min' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamFloat, Max) == 0x000044, "Member 'UNiagaraPreviewAxis_InterpParamFloat::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamVector2D \ +static_assert(alignof(UNiagaraPreviewAxis_InterpParamVector2D) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamVector2D"); \ +static_assert(sizeof(UNiagaraPreviewAxis_InterpParamVector2D) == 0x000050, "Wrong size on UNiagaraPreviewAxis_InterpParamVector2D"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector2D, Min) == 0x000040, "Member 'UNiagaraPreviewAxis_InterpParamVector2D::Min' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector2D, Max) == 0x000048, "Member 'UNiagaraPreviewAxis_InterpParamVector2D::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamVector \ +static_assert(alignof(UNiagaraPreviewAxis_InterpParamVector) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamVector"); \ +static_assert(sizeof(UNiagaraPreviewAxis_InterpParamVector) == 0x000058, "Wrong size on UNiagaraPreviewAxis_InterpParamVector"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector, Min) == 0x000040, "Member 'UNiagaraPreviewAxis_InterpParamVector::Min' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector, Max) == 0x00004C, "Member 'UNiagaraPreviewAxis_InterpParamVector::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamLinearColor \ +static_assert(alignof(UNiagaraPreviewAxis_InterpParamLinearColor) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamLinearColor"); \ +static_assert(sizeof(UNiagaraPreviewAxis_InterpParamLinearColor) == 0x000060, "Wrong size on UNiagaraPreviewAxis_InterpParamLinearColor"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamLinearColor, Min) == 0x000040, "Member 'UNiagaraPreviewAxis_InterpParamLinearColor::Min' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamLinearColor, Max) == 0x000050, "Member 'UNiagaraPreviewAxis_InterpParamLinearColor::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraPreviewGrid_ActivatePreviews \ +static_assert(alignof(NiagaraPreviewGrid_ActivatePreviews) == 0x000001, "Wrong alignment on NiagaraPreviewGrid_ActivatePreviews"); \ +static_assert(sizeof(NiagaraPreviewGrid_ActivatePreviews) == 0x000001, "Wrong size on NiagaraPreviewGrid_ActivatePreviews"); \ +static_assert(offsetof(NiagaraPreviewGrid_ActivatePreviews, bReset) == 0x000000, "Member 'NiagaraPreviewGrid_ActivatePreviews::bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraPreviewGrid_GetPreviews \ +static_assert(alignof(NiagaraPreviewGrid_GetPreviews) == 0x000008, "Wrong alignment on NiagaraPreviewGrid_GetPreviews"); \ +static_assert(sizeof(NiagaraPreviewGrid_GetPreviews) == 0x000010, "Wrong size on NiagaraPreviewGrid_GetPreviews"); \ +static_assert(offsetof(NiagaraPreviewGrid_GetPreviews, OutPreviews) == 0x000000, "Member 'NiagaraPreviewGrid_GetPreviews::OutPreviews' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraPreviewGrid_SetPaused \ +static_assert(alignof(NiagaraPreviewGrid_SetPaused) == 0x000001, "Wrong alignment on NiagaraPreviewGrid_SetPaused"); \ +static_assert(sizeof(NiagaraPreviewGrid_SetPaused) == 0x000001, "Wrong size on NiagaraPreviewGrid_SetPaused"); \ +static_assert(offsetof(NiagaraPreviewGrid_SetPaused, bPaused) == 0x000000, "Member 'NiagaraPreviewGrid_SetPaused::bPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANiagaraPreviewGrid \ +static_assert(alignof(ANiagaraPreviewGrid) == 0x000008, "Wrong alignment on ANiagaraPreviewGrid"); \ +static_assert(sizeof(ANiagaraPreviewGrid) == 0x0002F8, "Wrong size on ANiagaraPreviewGrid"); \ +static_assert(offsetof(ANiagaraPreviewGrid, System) == 0x0002A8, "Member 'ANiagaraPreviewGrid::System' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, ResetMode) == 0x0002B0, "Member 'ANiagaraPreviewGrid::ResetMode' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, PreviewAxisX) == 0x0002B8, "Member 'ANiagaraPreviewGrid::PreviewAxisX' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, PreviewAxisY) == 0x0002C0, "Member 'ANiagaraPreviewGrid::PreviewAxisY' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, PreviewClass) == 0x0002C8, "Member 'ANiagaraPreviewGrid::PreviewClass' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, SpacingX) == 0x0002D0, "Member 'ANiagaraPreviewGrid::SpacingX' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, SpacingY) == 0x0002D4, "Member 'ANiagaraPreviewGrid::SpacingY' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, NumX) == 0x0002D8, "Member 'ANiagaraPreviewGrid::NumX' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, NumY) == 0x0002DC, "Member 'ANiagaraPreviewGrid::NumY' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, PreviewComponents) == 0x0002E0, "Member 'ANiagaraPreviewGrid::PreviewComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraRibbonRendererProperties \ +static_assert(alignof(UNiagaraRibbonRendererProperties) == 0x000008, "Wrong alignment on UNiagaraRibbonRendererProperties"); \ +static_assert(sizeof(UNiagaraRibbonRendererProperties) == 0x000868, "Wrong size on UNiagaraRibbonRendererProperties"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, Material) == 0x000080, "Member 'UNiagaraRibbonRendererProperties::Material' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, MaterialUserParamBinding) == 0x000088, "Member 'UNiagaraRibbonRendererProperties::MaterialUserParamBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, FacingMode) == 0x0000A8, "Member 'UNiagaraRibbonRendererProperties::FacingMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, UV0Settings) == 0x0000AC, "Member 'UNiagaraRibbonRendererProperties::UV0Settings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, UV1Settings) == 0x0000D0, "Member 'UNiagaraRibbonRendererProperties::UV1Settings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, DrawDirection) == 0x0000F4, "Member 'UNiagaraRibbonRendererProperties::DrawDirection' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, Shape) == 0x0000F5, "Member 'UNiagaraRibbonRendererProperties::Shape' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, bEnableAccurateGeometry) == 0x0000F6, "Member 'UNiagaraRibbonRendererProperties::bEnableAccurateGeometry' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, WidthSegmentationCount) == 0x0000F8, "Member 'UNiagaraRibbonRendererProperties::WidthSegmentationCount' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, MultiPlaneCount) == 0x0000FC, "Member 'UNiagaraRibbonRendererProperties::MultiPlaneCount' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, TubeSubdivisions) == 0x000100, "Member 'UNiagaraRibbonRendererProperties::TubeSubdivisions' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, CustomVertices) == 0x000108, "Member 'UNiagaraRibbonRendererProperties::CustomVertices' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, CurveTension) == 0x000118, "Member 'UNiagaraRibbonRendererProperties::CurveTension' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, TessellationMode) == 0x00011C, "Member 'UNiagaraRibbonRendererProperties::TessellationMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, TessellationFactor) == 0x000120, "Member 'UNiagaraRibbonRendererProperties::TessellationFactor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, bUseConstantFactor) == 0x000124, "Member 'UNiagaraRibbonRendererProperties::bUseConstantFactor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, TessellationAngle) == 0x000128, "Member 'UNiagaraRibbonRendererProperties::TessellationAngle' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, bScreenSpaceTessellation) == 0x00012C, "Member 'UNiagaraRibbonRendererProperties::bScreenSpaceTessellation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, PositionBinding) == 0x000130, "Member 'UNiagaraRibbonRendererProperties::PositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, ColorBinding) == 0x000188, "Member 'UNiagaraRibbonRendererProperties::ColorBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, VelocityBinding) == 0x0001E0, "Member 'UNiagaraRibbonRendererProperties::VelocityBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, NormalizedAgeBinding) == 0x000238, "Member 'UNiagaraRibbonRendererProperties::NormalizedAgeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonTwistBinding) == 0x000290, "Member 'UNiagaraRibbonRendererProperties::RibbonTwistBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonWidthBinding) == 0x0002E8, "Member 'UNiagaraRibbonRendererProperties::RibbonWidthBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonFacingBinding) == 0x000340, "Member 'UNiagaraRibbonRendererProperties::RibbonFacingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonIdBinding) == 0x000398, "Member 'UNiagaraRibbonRendererProperties::RibbonIdBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonLinkOrderBinding) == 0x0003F0, "Member 'UNiagaraRibbonRendererProperties::RibbonLinkOrderBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, MaterialRandomBinding) == 0x000448, "Member 'UNiagaraRibbonRendererProperties::MaterialRandomBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterialBinding) == 0x0004A0, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterialBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterial1Binding) == 0x0004F8, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterial1Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterial2Binding) == 0x000550, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterial2Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterial3Binding) == 0x0005A8, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterial3Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonUVDistance) == 0x000600, "Member 'UNiagaraRibbonRendererProperties::RibbonUVDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, U0OverrideBinding) == 0x000658, "Member 'UNiagaraRibbonRendererProperties::U0OverrideBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, V0RangeOverrideBinding) == 0x0006B0, "Member 'UNiagaraRibbonRendererProperties::V0RangeOverrideBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, U1OverrideBinding) == 0x000708, "Member 'UNiagaraRibbonRendererProperties::U1OverrideBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, V1RangeOverrideBinding) == 0x000760, "Member 'UNiagaraRibbonRendererProperties::V1RangeOverrideBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, MaterialParameterBindings) == 0x0007B8, "Member 'UNiagaraRibbonRendererProperties::MaterialParameterBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraScript \ +static_assert(alignof(UNiagaraScript) == 0x000008, "Wrong alignment on UNiagaraScript"); \ +static_assert(sizeof(UNiagaraScript) == 0x0002E8, "Wrong size on UNiagaraScript"); \ +static_assert(offsetof(UNiagaraScript, Usage) == 0x000030, "Member 'UNiagaraScript::Usage' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, UsageId) == 0x000034, "Member 'UNiagaraScript::UsageId' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, RapidIterationParameters) == 0x000048, "Member 'UNiagaraScript::RapidIterationParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, ScriptExecutionParamStore) == 0x0000C0, "Member 'UNiagaraScript::ScriptExecutionParamStore' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, ScriptExecutionBoundParameters) == 0x000158, "Member 'UNiagaraScript::ScriptExecutionBoundParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, CachedScriptVMId) == 0x000168, "Member 'UNiagaraScript::CachedScriptVMId' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, CachedScriptVM) == 0x0001D0, "Member 'UNiagaraScript::CachedScriptVM' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, CachedParameterCollectionReferences) == 0x0002C0, "Member 'UNiagaraScript::CachedParameterCollectionReferences' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, CachedDefaultDataInterfaces) == 0x0002D0, "Member 'UNiagaraScript::CachedDefaultDataInterfaces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraScriptSourceBase \ +static_assert(alignof(UNiagaraScriptSourceBase) == 0x000008, "Wrong alignment on UNiagaraScriptSourceBase"); \ +static_assert(sizeof(UNiagaraScriptSourceBase) == 0x000050, "Wrong size on UNiagaraScriptSourceBase"); \ + +#define DUMPER7_ASSERTS_UNiagaraSettings \ +static_assert(alignof(UNiagaraSettings) == 0x000008, "Wrong alignment on UNiagaraSettings"); \ +static_assert(sizeof(UNiagaraSettings) == 0x0000E0, "Wrong size on UNiagaraSettings"); \ +static_assert(offsetof(UNiagaraSettings, DefaultEffectType) == 0x000048, "Member 'UNiagaraSettings::DefaultEffectType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, QualityLevels) == 0x000068, "Member 'UNiagaraSettings::QualityLevels' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, ComponentRendererWarningsPerClass) == 0x000078, "Member 'UNiagaraSettings::ComponentRendererWarningsPerClass' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultRenderTargetFormat) == 0x0000C8, "Member 'UNiagaraSettings::DefaultRenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultGridFormat) == 0x0000C9, "Member 'UNiagaraSettings::DefaultGridFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultRendererMotionVectorSetting) == 0x0000CC, "Member 'UNiagaraSettings::DefaultRendererMotionVectorSetting' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, NDISkelMesh_GpuMaxInfluences) == 0x0000D0, "Member 'UNiagaraSettings::NDISkelMesh_GpuMaxInfluences' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, NDISkelMesh_GpuUniformSamplingFormat) == 0x0000D1, "Member 'UNiagaraSettings::NDISkelMesh_GpuUniformSamplingFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, NDISkelMesh_AdjacencyTriangleIndexFormat) == 0x0000D2, "Member 'UNiagaraSettings::NDISkelMesh_AdjacencyTriangleIndexFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultEffectTypePtr) == 0x0000D8, "Member 'UNiagaraSettings::DefaultEffectTypePtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraSimulationStageBase \ +static_assert(alignof(UNiagaraSimulationStageBase) == 0x000008, "Wrong alignment on UNiagaraSimulationStageBase"); \ +static_assert(sizeof(UNiagaraSimulationStageBase) == 0x000048, "Wrong size on UNiagaraSimulationStageBase"); \ +static_assert(offsetof(UNiagaraSimulationStageBase, Script) == 0x000030, "Member 'UNiagaraSimulationStageBase::Script' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageBase, SimulationStageName) == 0x000038, "Member 'UNiagaraSimulationStageBase::SimulationStageName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraSimulationStageGeneric \ +static_assert(alignof(UNiagaraSimulationStageGeneric) == 0x000008, "Wrong alignment on UNiagaraSimulationStageGeneric"); \ +static_assert(sizeof(UNiagaraSimulationStageGeneric) == 0x000078, "Wrong size on UNiagaraSimulationStageGeneric"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, IterationSource) == 0x000048, "Member 'UNiagaraSimulationStageGeneric::IterationSource' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, Iterations) == 0x00004C, "Member 'UNiagaraSimulationStageGeneric::Iterations' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, DataInterface) == 0x000058, "Member 'UNiagaraSimulationStageGeneric::DataInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraSpriteRendererProperties \ +static_assert(alignof(UNiagaraSpriteRendererProperties) == 0x000008, "Wrong alignment on UNiagaraSpriteRendererProperties"); \ +static_assert(sizeof(UNiagaraSpriteRendererProperties) == 0x000AB8, "Wrong size on UNiagaraSpriteRendererProperties"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, Material) == 0x000080, "Member 'UNiagaraSpriteRendererProperties::Material' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SourceMode) == 0x000088, "Member 'UNiagaraSpriteRendererProperties::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaterialUserParamBinding) == 0x000090, "Member 'UNiagaraSpriteRendererProperties::MaterialUserParamBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, Alignment) == 0x0000B0, "Member 'UNiagaraSpriteRendererProperties::Alignment' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, FacingMode) == 0x0000B1, "Member 'UNiagaraSpriteRendererProperties::FacingMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PivotInUVSpace) == 0x0000B4, "Member 'UNiagaraSpriteRendererProperties::PivotInUVSpace' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SortMode) == 0x0000BC, "Member 'UNiagaraSpriteRendererProperties::SortMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SubImageSize) == 0x0000C0, "Member 'UNiagaraSpriteRendererProperties::SubImageSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MinFacingCameraBlendDistance) == 0x0000CC, "Member 'UNiagaraSpriteRendererProperties::MinFacingCameraBlendDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaxFacingCameraBlendDistance) == 0x0000D0, "Member 'UNiagaraSpriteRendererProperties::MaxFacingCameraBlendDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MinCameraDistance) == 0x0000D8, "Member 'UNiagaraSpriteRendererProperties::MinCameraDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaxCameraDistance) == 0x0000DC, "Member 'UNiagaraSpriteRendererProperties::MaxCameraDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, RendererVisibility) == 0x0000E0, "Member 'UNiagaraSpriteRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PositionBinding) == 0x0000E8, "Member 'UNiagaraSpriteRendererProperties::PositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, ColorBinding) == 0x000140, "Member 'UNiagaraSpriteRendererProperties::ColorBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, VelocityBinding) == 0x000198, "Member 'UNiagaraSpriteRendererProperties::VelocityBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteRotationBinding) == 0x0001F0, "Member 'UNiagaraSpriteRendererProperties::SpriteRotationBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteSizeBinding) == 0x000248, "Member 'UNiagaraSpriteRendererProperties::SpriteSizeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteFacingBinding) == 0x0002A0, "Member 'UNiagaraSpriteRendererProperties::SpriteFacingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteAlignmentBinding) == 0x0002F8, "Member 'UNiagaraSpriteRendererProperties::SpriteAlignmentBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SubImageIndexBinding) == 0x000350, "Member 'UNiagaraSpriteRendererProperties::SubImageIndexBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterialBinding) == 0x0003A8, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterialBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterial1Binding) == 0x000400, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterial1Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterial2Binding) == 0x000458, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterial2Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterial3Binding) == 0x0004B0, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterial3Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, CameraOffsetBinding) == 0x000508, "Member 'UNiagaraSpriteRendererProperties::CameraOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, UVScaleBinding) == 0x000560, "Member 'UNiagaraSpriteRendererProperties::UVScaleBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PivotOffsetBinding) == 0x0005B8, "Member 'UNiagaraSpriteRendererProperties::PivotOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaterialRandomBinding) == 0x000610, "Member 'UNiagaraSpriteRendererProperties::MaterialRandomBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, CustomSortingBinding) == 0x000668, "Member 'UNiagaraSpriteRendererProperties::CustomSortingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, NormalizedAgeBinding) == 0x0006C0, "Member 'UNiagaraSpriteRendererProperties::NormalizedAgeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, RendererVisibilityTagBinding) == 0x000718, "Member 'UNiagaraSpriteRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaterialParameterBindings) == 0x000770, "Member 'UNiagaraSpriteRendererProperties::MaterialParameterBindings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevPositionBinding) == 0x000780, "Member 'UNiagaraSpriteRendererProperties::PrevPositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevVelocityBinding) == 0x0007D8, "Member 'UNiagaraSpriteRendererProperties::PrevVelocityBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteRotationBinding) == 0x000830, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteRotationBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteSizeBinding) == 0x000888, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteSizeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteFacingBinding) == 0x0008E0, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteFacingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteAlignmentBinding) == 0x000938, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteAlignmentBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevCameraOffsetBinding) == 0x000990, "Member 'UNiagaraSpriteRendererProperties::PrevCameraOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevPivotOffsetBinding) == 0x0009E8, "Member 'UNiagaraSpriteRendererProperties::PrevPivotOffsetBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraSystem \ +static_assert(alignof(UNiagaraSystem) == 0x000008, "Wrong alignment on UNiagaraSystem"); \ +static_assert(sizeof(UNiagaraSystem) == 0x0004B8, "Wrong size on UNiagaraSystem"); \ +static_assert(offsetof(UNiagaraSystem, bDumpDebugSystemInfo) == 0x000038, "Member 'UNiagaraSystem::bDumpDebugSystemInfo' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bDumpDebugEmitterInfo) == 0x000039, "Member 'UNiagaraSystem::bDumpDebugEmitterInfo' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bRequireCurrentFrameData) == 0x00003B, "Member 'UNiagaraSystem::bRequireCurrentFrameData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, EffectType) == 0x000040, "Member 'UNiagaraSystem::EffectType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bOverrideScalabilitySettings) == 0x000048, "Member 'UNiagaraSystem::bOverrideScalabilitySettings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, ScalabilityOverrides) == 0x000050, "Member 'UNiagaraSystem::ScalabilityOverrides' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, SystemScalabilityOverrides) == 0x000060, "Member 'UNiagaraSystem::SystemScalabilityOverrides' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, EmitterHandles) == 0x000070, "Member 'UNiagaraSystem::EmitterHandles' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, ParameterCollectionOverrides) == 0x000080, "Member 'UNiagaraSystem::ParameterCollectionOverrides' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, SystemSpawnScript) == 0x000090, "Member 'UNiagaraSystem::SystemSpawnScript' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, SystemUpdateScript) == 0x000098, "Member 'UNiagaraSystem::SystemUpdateScript' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, SystemCompiledData) == 0x0000B0, "Member 'UNiagaraSystem::SystemCompiledData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, ExposedParameters) == 0x0002E0, "Member 'UNiagaraSystem::ExposedParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, FixedBounds) == 0x0003A8, "Member 'UNiagaraSystem::FixedBounds' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bAutoDeactivate) == 0x0003C4, "Member 'UNiagaraSystem::bAutoDeactivate' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, WarmupTime) == 0x0003C8, "Member 'UNiagaraSystem::WarmupTime' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, WarmupTickCount) == 0x0003CC, "Member 'UNiagaraSystem::WarmupTickCount' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, WarmupTickDelta) == 0x0003D0, "Member 'UNiagaraSystem::WarmupTickDelta' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bHasSystemScriptDIsWithPerInstanceData) == 0x0003D4, "Member 'UNiagaraSystem::bHasSystemScriptDIsWithPerInstanceData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bNeedsGPUContextInitForDataInterfaces) == 0x0003D5, "Member 'UNiagaraSystem::bNeedsGPUContextInitForDataInterfaces' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, UserDINamesReadInSystemScripts) == 0x0003D8, "Member 'UNiagaraSystem::UserDINamesReadInSystemScripts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InteractableRareMinerals_C \ +static_assert(alignof(ABP_InteractableRareMinerals_C) == 0x000008, "Wrong alignment on ABP_InteractableRareMinerals_C"); \ +static_assert(sizeof(ABP_InteractableRareMinerals_C) == 0x000368, "Wrong size on ABP_InteractableRareMinerals_C"); \ +static_assert(offsetof(ABP_InteractableRareMinerals_C, Ak) == 0x000358, "Member 'ABP_InteractableRareMinerals_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableRareMinerals_C, StaticMesh) == 0x000360, "Member 'ABP_InteractableRareMinerals_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSimulationStageMetaData \ +static_assert(alignof(FSimulationStageMetaData) == 0x000008, "Wrong alignment on FSimulationStageMetaData"); \ +static_assert(sizeof(FSimulationStageMetaData) == 0x000038, "Wrong size on FSimulationStageMetaData"); \ +static_assert(offsetof(FSimulationStageMetaData, SimulationStageName) == 0x000000, "Member 'FSimulationStageMetaData::SimulationStageName' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, IterationSource) == 0x00000C, "Member 'FSimulationStageMetaData::IterationSource' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, OutputDestinations) == 0x000020, "Member 'FSimulationStageMetaData::OutputDestinations' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, MinStage) == 0x000030, "Member 'FSimulationStageMetaData::MinStage' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, MaxStage) == 0x000034, "Member 'FSimulationStageMetaData::MaxStage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDataInterfaceGeneratedFunction \ +static_assert(alignof(FNiagaraDataInterfaceGeneratedFunction) == 0x000008, "Wrong alignment on FNiagaraDataInterfaceGeneratedFunction"); \ +static_assert(sizeof(FNiagaraDataInterfaceGeneratedFunction) == 0x000030, "Wrong size on FNiagaraDataInterfaceGeneratedFunction"); \ + +#define DUMPER7_ASSERTS_FNiagaraDataInterfaceGPUParamInfo \ +static_assert(alignof(FNiagaraDataInterfaceGPUParamInfo) == 0x000008, "Wrong alignment on FNiagaraDataInterfaceGPUParamInfo"); \ +static_assert(sizeof(FNiagaraDataInterfaceGPUParamInfo) == 0x000030, "Wrong size on FNiagaraDataInterfaceGPUParamInfo"); \ +static_assert(offsetof(FNiagaraDataInterfaceGPUParamInfo, DataInterfaceHLSLSymbol) == 0x000000, "Member 'FNiagaraDataInterfaceGPUParamInfo::DataInterfaceHLSLSymbol' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataInterfaceGPUParamInfo, DIClassName) == 0x000010, "Member 'FNiagaraDataInterfaceGPUParamInfo::DIClassName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataInterfaceGPUParamInfo, GeneratedFunctions) == 0x000020, "Member 'FNiagaraDataInterfaceGPUParamInfo::GeneratedFunctions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraCompileEvent \ +static_assert(alignof(FNiagaraCompileEvent) == 0x000008, "Wrong alignment on FNiagaraCompileEvent"); \ +static_assert(sizeof(FNiagaraCompileEvent) == 0x000060, "Wrong size on FNiagaraCompileEvent"); \ +static_assert(offsetof(FNiagaraCompileEvent, Severity) == 0x000000, "Member 'FNiagaraCompileEvent::Severity' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileEvent, Message) == 0x000008, "Member 'FNiagaraCompileEvent::Message' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileEvent, ShortDescription) == 0x000018, "Member 'FNiagaraCompileEvent::ShortDescription' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileEvent, bDismissable) == 0x000028, "Member 'FNiagaraCompileEvent::bDismissable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileEvent, NodeGuid) == 0x00002C, "Member 'FNiagaraCompileEvent::NodeGuid' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileEvent, PinGuid) == 0x00003C, "Member 'FNiagaraCompileEvent::PinGuid' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileEvent, StackGuids) == 0x000050, "Member 'FNiagaraCompileEvent::StackGuids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraScriptBase \ +static_assert(alignof(UNiagaraScriptBase) == 0x000008, "Wrong alignment on UNiagaraScriptBase"); \ +static_assert(sizeof(UNiagaraScriptBase) == 0x000030, "Wrong size on UNiagaraScriptBase"); \ + +#define DUMPER7_ASSERTS_AnimNotify_PlayNiagaraEffect_GetSpawnedEffect \ +static_assert(alignof(AnimNotify_PlayNiagaraEffect_GetSpawnedEffect) == 0x000008, "Wrong alignment on AnimNotify_PlayNiagaraEffect_GetSpawnedEffect"); \ +static_assert(sizeof(AnimNotify_PlayNiagaraEffect_GetSpawnedEffect) == 0x000008, "Wrong size on AnimNotify_PlayNiagaraEffect_GetSpawnedEffect"); \ +static_assert(offsetof(AnimNotify_PlayNiagaraEffect_GetSpawnedEffect, ReturnValue) == 0x000000, "Member 'AnimNotify_PlayNiagaraEffect_GetSpawnedEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_PlayNiagaraEffect \ +static_assert(alignof(UAnimNotify_PlayNiagaraEffect) == 0x000010, "Wrong alignment on UAnimNotify_PlayNiagaraEffect"); \ +static_assert(sizeof(UAnimNotify_PlayNiagaraEffect) == 0x0000A0, "Wrong size on UAnimNotify_PlayNiagaraEffect"); \ +static_assert(offsetof(UAnimNotify_PlayNiagaraEffect, Template) == 0x000040, "Member 'UAnimNotify_PlayNiagaraEffect::Template' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayNiagaraEffect, LocationOffset) == 0x000048, "Member 'UAnimNotify_PlayNiagaraEffect::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayNiagaraEffect, RotationOffset) == 0x000054, "Member 'UAnimNotify_PlayNiagaraEffect::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayNiagaraEffect, Scale) == 0x000060, "Member 'UAnimNotify_PlayNiagaraEffect::Scale' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayNiagaraEffect, bAbsoluteScale) == 0x00006C, "Member 'UAnimNotify_PlayNiagaraEffect::bAbsoluteScale' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayNiagaraEffect, SocketName) == 0x000094, "Member 'UAnimNotify_PlayNiagaraEffect::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect \ +static_assert(alignof(AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect) == 0x000008, "Wrong alignment on AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect"); \ +static_assert(sizeof(AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect) == 0x000010, "Wrong size on AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect"); \ +static_assert(offsetof(AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect, MeshComp) == 0x000000, "Member 'AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect, ReturnValue) == 0x000008, "Member 'AnimNotifyState_TimedNiagaraEffect_GetSpawnedEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_TimedNiagaraEffect \ +static_assert(alignof(UAnimNotifyState_TimedNiagaraEffect) == 0x000008, "Wrong alignment on UAnimNotifyState_TimedNiagaraEffect"); \ +static_assert(sizeof(UAnimNotifyState_TimedNiagaraEffect) == 0x000068, "Wrong size on UAnimNotifyState_TimedNiagaraEffect"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffect, Template) == 0x000038, "Member 'UAnimNotifyState_TimedNiagaraEffect::Template' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffect, SocketName) == 0x000040, "Member 'UAnimNotifyState_TimedNiagaraEffect::SocketName' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffect, LocationOffset) == 0x00004C, "Member 'UAnimNotifyState_TimedNiagaraEffect::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffect, RotationOffset) == 0x000058, "Member 'UAnimNotifyState_TimedNiagaraEffect::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffect, bDestroyAtEnd) == 0x000064, "Member 'UAnimNotifyState_TimedNiagaraEffect::bDestroyAtEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress \ +static_assert(alignof(AnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress) == 0x000008, "Wrong alignment on AnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress"); \ +static_assert(sizeof(AnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress) == 0x000010, "Wrong size on AnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress"); \ +static_assert(offsetof(AnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress, MeshComp) == 0x000000, "Member 'AnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress, ReturnValue) == 0x000008, "Member 'AnimNotifyState_TimedNiagaraEffectAdvanced_GetNotifyProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_TimedNiagaraEffectAdvanced \ +static_assert(alignof(UAnimNotifyState_TimedNiagaraEffectAdvanced) == 0x000008, "Wrong alignment on UAnimNotifyState_TimedNiagaraEffectAdvanced"); \ +static_assert(sizeof(UAnimNotifyState_TimedNiagaraEffectAdvanced) == 0x0000B8, "Wrong size on UAnimNotifyState_TimedNiagaraEffectAdvanced"); \ + +#define DUMPER7_ASSERTS_FLowEntryRegexCaptureGroup \ +static_assert(alignof(FLowEntryRegexCaptureGroup) == 0x000008, "Wrong alignment on FLowEntryRegexCaptureGroup"); \ +static_assert(sizeof(FLowEntryRegexCaptureGroup) == 0x000020, "Wrong size on FLowEntryRegexCaptureGroup"); \ +static_assert(offsetof(FLowEntryRegexCaptureGroup, CaptureGroupNumber) == 0x000000, "Member 'FLowEntryRegexCaptureGroup::CaptureGroupNumber' has a wrong offset!"); \ +static_assert(offsetof(FLowEntryRegexCaptureGroup, BeginIndex) == 0x000004, "Member 'FLowEntryRegexCaptureGroup::BeginIndex' has a wrong offset!"); \ +static_assert(offsetof(FLowEntryRegexCaptureGroup, EndIndex) == 0x000008, "Member 'FLowEntryRegexCaptureGroup::EndIndex' has a wrong offset!"); \ +static_assert(offsetof(FLowEntryRegexCaptureGroup, Match) == 0x000010, "Member 'FLowEntryRegexCaptureGroup::Match' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLowEntryRegexMatch \ +static_assert(alignof(FLowEntryRegexMatch) == 0x000008, "Wrong alignment on FLowEntryRegexMatch"); \ +static_assert(sizeof(FLowEntryRegexMatch) == 0x000030, "Wrong size on FLowEntryRegexMatch"); \ +static_assert(offsetof(FLowEntryRegexMatch, MatchNumber) == 0x000000, "Member 'FLowEntryRegexMatch::MatchNumber' has a wrong offset!"); \ +static_assert(offsetof(FLowEntryRegexMatch, BeginIndex) == 0x000004, "Member 'FLowEntryRegexMatch::BeginIndex' has a wrong offset!"); \ +static_assert(offsetof(FLowEntryRegexMatch, EndIndex) == 0x000008, "Member 'FLowEntryRegexMatch::EndIndex' has a wrong offset!"); \ +static_assert(offsetof(FLowEntryRegexMatch, Match) == 0x000010, "Member 'FLowEntryRegexMatch::Match' has a wrong offset!"); \ +static_assert(offsetof(FLowEntryRegexMatch, CaptureGroups) == 0x000020, "Member 'FLowEntryRegexMatch::CaptureGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULowEntryBitDataEntry \ +static_assert(alignof(ULowEntryBitDataEntry) == 0x000008, "Wrong alignment on ULowEntryBitDataEntry"); \ +static_assert(sizeof(ULowEntryBitDataEntry) == 0x0000D8, "Wrong size on ULowEntryBitDataEntry"); \ +static_assert(offsetof(ULowEntryBitDataEntry, Type) == 0x000030, "Member 'ULowEntryBitDataEntry::Type' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryBitDataEntry, ByteValue) == 0x000031, "Member 'ULowEntryBitDataEntry::ByteValue' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryBitDataEntry, IntegerValue) == 0x000034, "Member 'ULowEntryBitDataEntry::IntegerValue' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryBitDataEntry, LongBytesValue) == 0x000038, "Member 'ULowEntryBitDataEntry::LongBytesValue' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryBitDataEntry, FloatValue) == 0x000040, "Member 'ULowEntryBitDataEntry::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryBitDataEntry, DoubleBytesValue) == 0x000048, "Member 'ULowEntryBitDataEntry::DoubleBytesValue' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryBitDataEntry, BooleanValue) == 0x000050, "Member 'ULowEntryBitDataEntry::BooleanValue' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryBitDataEntry, StringUtf8Value) == 0x000058, "Member 'ULowEntryBitDataEntry::StringUtf8Value' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryBitDataEntry, ByteArrayValue) == 0x000068, "Member 'ULowEntryBitDataEntry::ByteArrayValue' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryBitDataEntry, IntegerArrayValue) == 0x000078, "Member 'ULowEntryBitDataEntry::IntegerArrayValue' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryBitDataEntry, LongBytesArrayValue) == 0x000088, "Member 'ULowEntryBitDataEntry::LongBytesArrayValue' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryBitDataEntry, FloatArrayValue) == 0x000098, "Member 'ULowEntryBitDataEntry::FloatArrayValue' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryBitDataEntry, DoubleBytesArrayValue) == 0x0000A8, "Member 'ULowEntryBitDataEntry::DoubleBytesArrayValue' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryBitDataEntry, BooleanArrayValue) == 0x0000B8, "Member 'ULowEntryBitDataEntry::BooleanArrayValue' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryBitDataEntry, StringUtf8ArrayValue) == 0x0000C8, "Member 'ULowEntryBitDataEntry::StringUtf8ArrayValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetBit \ +static_assert(alignof(LowEntryBitDataReader_GetBit) == 0x000001, "Wrong alignment on LowEntryBitDataReader_GetBit"); \ +static_assert(sizeof(LowEntryBitDataReader_GetBit) == 0x000001, "Wrong size on LowEntryBitDataReader_GetBit"); \ +static_assert(offsetof(LowEntryBitDataReader_GetBit, ReturnValue) == 0x000000, "Member 'LowEntryBitDataReader_GetBit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetBitArray \ +static_assert(alignof(LowEntryBitDataReader_GetBitArray) == 0x000008, "Wrong alignment on LowEntryBitDataReader_GetBitArray"); \ +static_assert(sizeof(LowEntryBitDataReader_GetBitArray) == 0x000010, "Wrong size on LowEntryBitDataReader_GetBitArray"); \ +static_assert(offsetof(LowEntryBitDataReader_GetBitArray, ReturnValue) == 0x000000, "Member 'LowEntryBitDataReader_GetBitArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetBoolean \ +static_assert(alignof(LowEntryBitDataReader_GetBoolean) == 0x000001, "Wrong alignment on LowEntryBitDataReader_GetBoolean"); \ +static_assert(sizeof(LowEntryBitDataReader_GetBoolean) == 0x000001, "Wrong size on LowEntryBitDataReader_GetBoolean"); \ +static_assert(offsetof(LowEntryBitDataReader_GetBoolean, ReturnValue) == 0x000000, "Member 'LowEntryBitDataReader_GetBoolean::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetBooleanArray \ +static_assert(alignof(LowEntryBitDataReader_GetBooleanArray) == 0x000008, "Wrong alignment on LowEntryBitDataReader_GetBooleanArray"); \ +static_assert(sizeof(LowEntryBitDataReader_GetBooleanArray) == 0x000010, "Wrong size on LowEntryBitDataReader_GetBooleanArray"); \ +static_assert(offsetof(LowEntryBitDataReader_GetBooleanArray, ReturnValue) == 0x000000, "Member 'LowEntryBitDataReader_GetBooleanArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetByte \ +static_assert(alignof(LowEntryBitDataReader_GetByte) == 0x000001, "Wrong alignment on LowEntryBitDataReader_GetByte"); \ +static_assert(sizeof(LowEntryBitDataReader_GetByte) == 0x000001, "Wrong size on LowEntryBitDataReader_GetByte"); \ +static_assert(offsetof(LowEntryBitDataReader_GetByte, ReturnValue) == 0x000000, "Member 'LowEntryBitDataReader_GetByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetByteArray \ +static_assert(alignof(LowEntryBitDataReader_GetByteArray) == 0x000008, "Wrong alignment on LowEntryBitDataReader_GetByteArray"); \ +static_assert(sizeof(LowEntryBitDataReader_GetByteArray) == 0x000010, "Wrong size on LowEntryBitDataReader_GetByteArray"); \ +static_assert(offsetof(LowEntryBitDataReader_GetByteArray, ReturnValue) == 0x000000, "Member 'LowEntryBitDataReader_GetByteArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetByteArrayLeastSignificantBits \ +static_assert(alignof(LowEntryBitDataReader_GetByteArrayLeastSignificantBits) == 0x000008, "Wrong alignment on LowEntryBitDataReader_GetByteArrayLeastSignificantBits"); \ +static_assert(sizeof(LowEntryBitDataReader_GetByteArrayLeastSignificantBits) == 0x000018, "Wrong size on LowEntryBitDataReader_GetByteArrayLeastSignificantBits"); \ +static_assert(offsetof(LowEntryBitDataReader_GetByteArrayLeastSignificantBits, BitCount) == 0x000000, "Member 'LowEntryBitDataReader_GetByteArrayLeastSignificantBits::BitCount' has a wrong offset!"); \ +static_assert(offsetof(LowEntryBitDataReader_GetByteArrayLeastSignificantBits, ReturnValue) == 0x000008, "Member 'LowEntryBitDataReader_GetByteArrayLeastSignificantBits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetByteArrayMostSignificantBits \ +static_assert(alignof(LowEntryBitDataReader_GetByteArrayMostSignificantBits) == 0x000008, "Wrong alignment on LowEntryBitDataReader_GetByteArrayMostSignificantBits"); \ +static_assert(sizeof(LowEntryBitDataReader_GetByteArrayMostSignificantBits) == 0x000018, "Wrong size on LowEntryBitDataReader_GetByteArrayMostSignificantBits"); \ +static_assert(offsetof(LowEntryBitDataReader_GetByteArrayMostSignificantBits, BitCount) == 0x000000, "Member 'LowEntryBitDataReader_GetByteArrayMostSignificantBits::BitCount' has a wrong offset!"); \ +static_assert(offsetof(LowEntryBitDataReader_GetByteArrayMostSignificantBits, ReturnValue) == 0x000008, "Member 'LowEntryBitDataReader_GetByteArrayMostSignificantBits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetByteLeastSignificantBits \ +static_assert(alignof(LowEntryBitDataReader_GetByteLeastSignificantBits) == 0x000004, "Wrong alignment on LowEntryBitDataReader_GetByteLeastSignificantBits"); \ +static_assert(sizeof(LowEntryBitDataReader_GetByteLeastSignificantBits) == 0x000008, "Wrong size on LowEntryBitDataReader_GetByteLeastSignificantBits"); \ +static_assert(offsetof(LowEntryBitDataReader_GetByteLeastSignificantBits, BitCount) == 0x000000, "Member 'LowEntryBitDataReader_GetByteLeastSignificantBits::BitCount' has a wrong offset!"); \ +static_assert(offsetof(LowEntryBitDataReader_GetByteLeastSignificantBits, ReturnValue) == 0x000004, "Member 'LowEntryBitDataReader_GetByteLeastSignificantBits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetByteMostSignificantBits \ +static_assert(alignof(LowEntryBitDataReader_GetByteMostSignificantBits) == 0x000004, "Wrong alignment on LowEntryBitDataReader_GetByteMostSignificantBits"); \ +static_assert(sizeof(LowEntryBitDataReader_GetByteMostSignificantBits) == 0x000008, "Wrong size on LowEntryBitDataReader_GetByteMostSignificantBits"); \ +static_assert(offsetof(LowEntryBitDataReader_GetByteMostSignificantBits, BitCount) == 0x000000, "Member 'LowEntryBitDataReader_GetByteMostSignificantBits::BitCount' has a wrong offset!"); \ +static_assert(offsetof(LowEntryBitDataReader_GetByteMostSignificantBits, ReturnValue) == 0x000004, "Member 'LowEntryBitDataReader_GetByteMostSignificantBits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetClone \ +static_assert(alignof(LowEntryBitDataReader_GetClone) == 0x000008, "Wrong alignment on LowEntryBitDataReader_GetClone"); \ +static_assert(sizeof(LowEntryBitDataReader_GetClone) == 0x000008, "Wrong size on LowEntryBitDataReader_GetClone"); \ +static_assert(offsetof(LowEntryBitDataReader_GetClone, ReturnValue) == 0x000000, "Member 'LowEntryBitDataReader_GetClone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetDoubleBytes \ +static_assert(alignof(LowEntryBitDataReader_GetDoubleBytes) == 0x000008, "Wrong alignment on LowEntryBitDataReader_GetDoubleBytes"); \ +static_assert(sizeof(LowEntryBitDataReader_GetDoubleBytes) == 0x000008, "Wrong size on LowEntryBitDataReader_GetDoubleBytes"); \ +static_assert(offsetof(LowEntryBitDataReader_GetDoubleBytes, ReturnValue) == 0x000000, "Member 'LowEntryBitDataReader_GetDoubleBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetDoubleBytesArray \ +static_assert(alignof(LowEntryBitDataReader_GetDoubleBytesArray) == 0x000008, "Wrong alignment on LowEntryBitDataReader_GetDoubleBytesArray"); \ +static_assert(sizeof(LowEntryBitDataReader_GetDoubleBytesArray) == 0x000010, "Wrong size on LowEntryBitDataReader_GetDoubleBytesArray"); \ +static_assert(offsetof(LowEntryBitDataReader_GetDoubleBytesArray, ReturnValue) == 0x000000, "Member 'LowEntryBitDataReader_GetDoubleBytesArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetFloat \ +static_assert(alignof(LowEntryBitDataReader_GetFloat) == 0x000004, "Wrong alignment on LowEntryBitDataReader_GetFloat"); \ +static_assert(sizeof(LowEntryBitDataReader_GetFloat) == 0x000004, "Wrong size on LowEntryBitDataReader_GetFloat"); \ +static_assert(offsetof(LowEntryBitDataReader_GetFloat, ReturnValue) == 0x000000, "Member 'LowEntryBitDataReader_GetFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetFloatArray \ +static_assert(alignof(LowEntryBitDataReader_GetFloatArray) == 0x000008, "Wrong alignment on LowEntryBitDataReader_GetFloatArray"); \ +static_assert(sizeof(LowEntryBitDataReader_GetFloatArray) == 0x000010, "Wrong size on LowEntryBitDataReader_GetFloatArray"); \ +static_assert(offsetof(LowEntryBitDataReader_GetFloatArray, ReturnValue) == 0x000000, "Member 'LowEntryBitDataReader_GetFloatArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetInteger \ +static_assert(alignof(LowEntryBitDataReader_GetInteger) == 0x000004, "Wrong alignment on LowEntryBitDataReader_GetInteger"); \ +static_assert(sizeof(LowEntryBitDataReader_GetInteger) == 0x000004, "Wrong size on LowEntryBitDataReader_GetInteger"); \ +static_assert(offsetof(LowEntryBitDataReader_GetInteger, ReturnValue) == 0x000000, "Member 'LowEntryBitDataReader_GetInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetIntegerArray \ +static_assert(alignof(LowEntryBitDataReader_GetIntegerArray) == 0x000008, "Wrong alignment on LowEntryBitDataReader_GetIntegerArray"); \ +static_assert(sizeof(LowEntryBitDataReader_GetIntegerArray) == 0x000010, "Wrong size on LowEntryBitDataReader_GetIntegerArray"); \ +static_assert(offsetof(LowEntryBitDataReader_GetIntegerArray, ReturnValue) == 0x000000, "Member 'LowEntryBitDataReader_GetIntegerArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetIntegerArrayLeastSignificantBits \ +static_assert(alignof(LowEntryBitDataReader_GetIntegerArrayLeastSignificantBits) == 0x000008, "Wrong alignment on LowEntryBitDataReader_GetIntegerArrayLeastSignificantBits"); \ +static_assert(sizeof(LowEntryBitDataReader_GetIntegerArrayLeastSignificantBits) == 0x000018, "Wrong size on LowEntryBitDataReader_GetIntegerArrayLeastSignificantBits"); \ +static_assert(offsetof(LowEntryBitDataReader_GetIntegerArrayLeastSignificantBits, BitCount) == 0x000000, "Member 'LowEntryBitDataReader_GetIntegerArrayLeastSignificantBits::BitCount' has a wrong offset!"); \ +static_assert(offsetof(LowEntryBitDataReader_GetIntegerArrayLeastSignificantBits, ReturnValue) == 0x000008, "Member 'LowEntryBitDataReader_GetIntegerArrayLeastSignificantBits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetIntegerArrayMostSignificantBits \ +static_assert(alignof(LowEntryBitDataReader_GetIntegerArrayMostSignificantBits) == 0x000008, "Wrong alignment on LowEntryBitDataReader_GetIntegerArrayMostSignificantBits"); \ +static_assert(sizeof(LowEntryBitDataReader_GetIntegerArrayMostSignificantBits) == 0x000018, "Wrong size on LowEntryBitDataReader_GetIntegerArrayMostSignificantBits"); \ +static_assert(offsetof(LowEntryBitDataReader_GetIntegerArrayMostSignificantBits, BitCount) == 0x000000, "Member 'LowEntryBitDataReader_GetIntegerArrayMostSignificantBits::BitCount' has a wrong offset!"); \ +static_assert(offsetof(LowEntryBitDataReader_GetIntegerArrayMostSignificantBits, ReturnValue) == 0x000008, "Member 'LowEntryBitDataReader_GetIntegerArrayMostSignificantBits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetIntegerLeastSignificantBits \ +static_assert(alignof(LowEntryBitDataReader_GetIntegerLeastSignificantBits) == 0x000004, "Wrong alignment on LowEntryBitDataReader_GetIntegerLeastSignificantBits"); \ +static_assert(sizeof(LowEntryBitDataReader_GetIntegerLeastSignificantBits) == 0x000008, "Wrong size on LowEntryBitDataReader_GetIntegerLeastSignificantBits"); \ +static_assert(offsetof(LowEntryBitDataReader_GetIntegerLeastSignificantBits, BitCount) == 0x000000, "Member 'LowEntryBitDataReader_GetIntegerLeastSignificantBits::BitCount' has a wrong offset!"); \ +static_assert(offsetof(LowEntryBitDataReader_GetIntegerLeastSignificantBits, ReturnValue) == 0x000004, "Member 'LowEntryBitDataReader_GetIntegerLeastSignificantBits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetIntegerMostSignificantBits \ +static_assert(alignof(LowEntryBitDataReader_GetIntegerMostSignificantBits) == 0x000004, "Wrong alignment on LowEntryBitDataReader_GetIntegerMostSignificantBits"); \ +static_assert(sizeof(LowEntryBitDataReader_GetIntegerMostSignificantBits) == 0x000008, "Wrong size on LowEntryBitDataReader_GetIntegerMostSignificantBits"); \ +static_assert(offsetof(LowEntryBitDataReader_GetIntegerMostSignificantBits, BitCount) == 0x000000, "Member 'LowEntryBitDataReader_GetIntegerMostSignificantBits::BitCount' has a wrong offset!"); \ +static_assert(offsetof(LowEntryBitDataReader_GetIntegerMostSignificantBits, ReturnValue) == 0x000004, "Member 'LowEntryBitDataReader_GetIntegerMostSignificantBits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetLongBytes \ +static_assert(alignof(LowEntryBitDataReader_GetLongBytes) == 0x000008, "Wrong alignment on LowEntryBitDataReader_GetLongBytes"); \ +static_assert(sizeof(LowEntryBitDataReader_GetLongBytes) == 0x000008, "Wrong size on LowEntryBitDataReader_GetLongBytes"); \ +static_assert(offsetof(LowEntryBitDataReader_GetLongBytes, ReturnValue) == 0x000000, "Member 'LowEntryBitDataReader_GetLongBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetLongBytesArray \ +static_assert(alignof(LowEntryBitDataReader_GetLongBytesArray) == 0x000008, "Wrong alignment on LowEntryBitDataReader_GetLongBytesArray"); \ +static_assert(sizeof(LowEntryBitDataReader_GetLongBytesArray) == 0x000010, "Wrong size on LowEntryBitDataReader_GetLongBytesArray"); \ +static_assert(offsetof(LowEntryBitDataReader_GetLongBytesArray, ReturnValue) == 0x000000, "Member 'LowEntryBitDataReader_GetLongBytesArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetPosition \ +static_assert(alignof(LowEntryBitDataReader_GetPosition) == 0x000004, "Wrong alignment on LowEntryBitDataReader_GetPosition"); \ +static_assert(sizeof(LowEntryBitDataReader_GetPosition) == 0x000004, "Wrong size on LowEntryBitDataReader_GetPosition"); \ +static_assert(offsetof(LowEntryBitDataReader_GetPosition, ReturnValue) == 0x000000, "Member 'LowEntryBitDataReader_GetPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetPositiveInteger1 \ +static_assert(alignof(LowEntryBitDataReader_GetPositiveInteger1) == 0x000004, "Wrong alignment on LowEntryBitDataReader_GetPositiveInteger1"); \ +static_assert(sizeof(LowEntryBitDataReader_GetPositiveInteger1) == 0x000004, "Wrong size on LowEntryBitDataReader_GetPositiveInteger1"); \ +static_assert(offsetof(LowEntryBitDataReader_GetPositiveInteger1, ReturnValue) == 0x000000, "Member 'LowEntryBitDataReader_GetPositiveInteger1::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetPositiveInteger1Array \ +static_assert(alignof(LowEntryBitDataReader_GetPositiveInteger1Array) == 0x000008, "Wrong alignment on LowEntryBitDataReader_GetPositiveInteger1Array"); \ +static_assert(sizeof(LowEntryBitDataReader_GetPositiveInteger1Array) == 0x000010, "Wrong size on LowEntryBitDataReader_GetPositiveInteger1Array"); \ +static_assert(offsetof(LowEntryBitDataReader_GetPositiveInteger1Array, ReturnValue) == 0x000000, "Member 'LowEntryBitDataReader_GetPositiveInteger1Array::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetPositiveInteger2 \ +static_assert(alignof(LowEntryBitDataReader_GetPositiveInteger2) == 0x000004, "Wrong alignment on LowEntryBitDataReader_GetPositiveInteger2"); \ +static_assert(sizeof(LowEntryBitDataReader_GetPositiveInteger2) == 0x000004, "Wrong size on LowEntryBitDataReader_GetPositiveInteger2"); \ +static_assert(offsetof(LowEntryBitDataReader_GetPositiveInteger2, ReturnValue) == 0x000000, "Member 'LowEntryBitDataReader_GetPositiveInteger2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetPositiveInteger2Array \ +static_assert(alignof(LowEntryBitDataReader_GetPositiveInteger2Array) == 0x000008, "Wrong alignment on LowEntryBitDataReader_GetPositiveInteger2Array"); \ +static_assert(sizeof(LowEntryBitDataReader_GetPositiveInteger2Array) == 0x000010, "Wrong size on LowEntryBitDataReader_GetPositiveInteger2Array"); \ +static_assert(offsetof(LowEntryBitDataReader_GetPositiveInteger2Array, ReturnValue) == 0x000000, "Member 'LowEntryBitDataReader_GetPositiveInteger2Array::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetPositiveInteger3 \ +static_assert(alignof(LowEntryBitDataReader_GetPositiveInteger3) == 0x000004, "Wrong alignment on LowEntryBitDataReader_GetPositiveInteger3"); \ +static_assert(sizeof(LowEntryBitDataReader_GetPositiveInteger3) == 0x000004, "Wrong size on LowEntryBitDataReader_GetPositiveInteger3"); \ +static_assert(offsetof(LowEntryBitDataReader_GetPositiveInteger3, ReturnValue) == 0x000000, "Member 'LowEntryBitDataReader_GetPositiveInteger3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetPositiveInteger3Array \ +static_assert(alignof(LowEntryBitDataReader_GetPositiveInteger3Array) == 0x000008, "Wrong alignment on LowEntryBitDataReader_GetPositiveInteger3Array"); \ +static_assert(sizeof(LowEntryBitDataReader_GetPositiveInteger3Array) == 0x000010, "Wrong size on LowEntryBitDataReader_GetPositiveInteger3Array"); \ +static_assert(offsetof(LowEntryBitDataReader_GetPositiveInteger3Array, ReturnValue) == 0x000000, "Member 'LowEntryBitDataReader_GetPositiveInteger3Array::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetStringUtf8 \ +static_assert(alignof(LowEntryBitDataReader_GetStringUtf8) == 0x000008, "Wrong alignment on LowEntryBitDataReader_GetStringUtf8"); \ +static_assert(sizeof(LowEntryBitDataReader_GetStringUtf8) == 0x000010, "Wrong size on LowEntryBitDataReader_GetStringUtf8"); \ +static_assert(offsetof(LowEntryBitDataReader_GetStringUtf8, ReturnValue) == 0x000000, "Member 'LowEntryBitDataReader_GetStringUtf8::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_GetStringUtf8Array \ +static_assert(alignof(LowEntryBitDataReader_GetStringUtf8Array) == 0x000008, "Wrong alignment on LowEntryBitDataReader_GetStringUtf8Array"); \ +static_assert(sizeof(LowEntryBitDataReader_GetStringUtf8Array) == 0x000010, "Wrong size on LowEntryBitDataReader_GetStringUtf8Array"); \ +static_assert(offsetof(LowEntryBitDataReader_GetStringUtf8Array, ReturnValue) == 0x000000, "Member 'LowEntryBitDataReader_GetStringUtf8Array::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_Remaining \ +static_assert(alignof(LowEntryBitDataReader_Remaining) == 0x000004, "Wrong alignment on LowEntryBitDataReader_Remaining"); \ +static_assert(sizeof(LowEntryBitDataReader_Remaining) == 0x000004, "Wrong size on LowEntryBitDataReader_Remaining"); \ +static_assert(offsetof(LowEntryBitDataReader_Remaining, ReturnValue) == 0x000000, "Member 'LowEntryBitDataReader_Remaining::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataReader_SetPosition \ +static_assert(alignof(LowEntryBitDataReader_SetPosition) == 0x000004, "Wrong alignment on LowEntryBitDataReader_SetPosition"); \ +static_assert(sizeof(LowEntryBitDataReader_SetPosition) == 0x000004, "Wrong size on LowEntryBitDataReader_SetPosition"); \ +static_assert(offsetof(LowEntryBitDataReader_SetPosition, Position_) == 0x000000, "Member 'LowEntryBitDataReader_SetPosition::Position_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULowEntryBitDataReader \ +static_assert(alignof(ULowEntryBitDataReader) == 0x000008, "Wrong alignment on ULowEntryBitDataReader"); \ +static_assert(sizeof(ULowEntryBitDataReader) == 0x000050, "Wrong size on ULowEntryBitDataReader"); \ +static_assert(offsetof(ULowEntryBitDataReader, Bytes) == 0x000030, "Member 'ULowEntryBitDataReader::Bytes' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryBitDataReader, Position) == 0x000040, "Member 'ULowEntryBitDataReader::Position' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryBitDataReader, CurrentByte) == 0x000044, "Member 'ULowEntryBitDataReader::CurrentByte' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryBitDataReader, CurrentBytePosition) == 0x000048, "Member 'ULowEntryBitDataReader::CurrentBytePosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddBit \ +static_assert(alignof(LowEntryBitDataWriter_AddBit) == 0x000001, "Wrong alignment on LowEntryBitDataWriter_AddBit"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddBit) == 0x000001, "Wrong size on LowEntryBitDataWriter_AddBit"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddBit, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddBit::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddBitArray \ +static_assert(alignof(LowEntryBitDataWriter_AddBitArray) == 0x000008, "Wrong alignment on LowEntryBitDataWriter_AddBitArray"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddBitArray) == 0x000010, "Wrong size on LowEntryBitDataWriter_AddBitArray"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddBitArray, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddBitArray::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddBoolean \ +static_assert(alignof(LowEntryBitDataWriter_AddBoolean) == 0x000001, "Wrong alignment on LowEntryBitDataWriter_AddBoolean"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddBoolean) == 0x000001, "Wrong size on LowEntryBitDataWriter_AddBoolean"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddBoolean, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddBoolean::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddBooleanArray \ +static_assert(alignof(LowEntryBitDataWriter_AddBooleanArray) == 0x000008, "Wrong alignment on LowEntryBitDataWriter_AddBooleanArray"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddBooleanArray) == 0x000010, "Wrong size on LowEntryBitDataWriter_AddBooleanArray"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddBooleanArray, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddBooleanArray::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddByte \ +static_assert(alignof(LowEntryBitDataWriter_AddByte) == 0x000001, "Wrong alignment on LowEntryBitDataWriter_AddByte"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddByte) == 0x000001, "Wrong size on LowEntryBitDataWriter_AddByte"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddByte, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddByte::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddByteArray \ +static_assert(alignof(LowEntryBitDataWriter_AddByteArray) == 0x000008, "Wrong alignment on LowEntryBitDataWriter_AddByteArray"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddByteArray) == 0x000010, "Wrong size on LowEntryBitDataWriter_AddByteArray"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddByteArray, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddByteArray::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddByteArrayLeastSignificantBits \ +static_assert(alignof(LowEntryBitDataWriter_AddByteArrayLeastSignificantBits) == 0x000008, "Wrong alignment on LowEntryBitDataWriter_AddByteArrayLeastSignificantBits"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddByteArrayLeastSignificantBits) == 0x000018, "Wrong size on LowEntryBitDataWriter_AddByteArrayLeastSignificantBits"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddByteArrayLeastSignificantBits, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddByteArrayLeastSignificantBits::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddByteArrayLeastSignificantBits, BitCount) == 0x000010, "Member 'LowEntryBitDataWriter_AddByteArrayLeastSignificantBits::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddByteArrayMostSignificantBits \ +static_assert(alignof(LowEntryBitDataWriter_AddByteArrayMostSignificantBits) == 0x000008, "Wrong alignment on LowEntryBitDataWriter_AddByteArrayMostSignificantBits"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddByteArrayMostSignificantBits) == 0x000018, "Wrong size on LowEntryBitDataWriter_AddByteArrayMostSignificantBits"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddByteArrayMostSignificantBits, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddByteArrayMostSignificantBits::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddByteArrayMostSignificantBits, BitCount) == 0x000010, "Member 'LowEntryBitDataWriter_AddByteArrayMostSignificantBits::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddByteLeastSignificantBits \ +static_assert(alignof(LowEntryBitDataWriter_AddByteLeastSignificantBits) == 0x000004, "Wrong alignment on LowEntryBitDataWriter_AddByteLeastSignificantBits"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddByteLeastSignificantBits) == 0x000008, "Wrong size on LowEntryBitDataWriter_AddByteLeastSignificantBits"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddByteLeastSignificantBits, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddByteLeastSignificantBits::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddByteLeastSignificantBits, BitCount) == 0x000004, "Member 'LowEntryBitDataWriter_AddByteLeastSignificantBits::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddByteMostSignificantBits \ +static_assert(alignof(LowEntryBitDataWriter_AddByteMostSignificantBits) == 0x000004, "Wrong alignment on LowEntryBitDataWriter_AddByteMostSignificantBits"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddByteMostSignificantBits) == 0x000008, "Wrong size on LowEntryBitDataWriter_AddByteMostSignificantBits"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddByteMostSignificantBits, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddByteMostSignificantBits::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddByteMostSignificantBits, BitCount) == 0x000004, "Member 'LowEntryBitDataWriter_AddByteMostSignificantBits::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddDoubleBytes \ +static_assert(alignof(LowEntryBitDataWriter_AddDoubleBytes) == 0x000008, "Wrong alignment on LowEntryBitDataWriter_AddDoubleBytes"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddDoubleBytes) == 0x000008, "Wrong size on LowEntryBitDataWriter_AddDoubleBytes"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddDoubleBytes, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddDoubleBytes::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddDoubleBytesArray \ +static_assert(alignof(LowEntryBitDataWriter_AddDoubleBytesArray) == 0x000008, "Wrong alignment on LowEntryBitDataWriter_AddDoubleBytesArray"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddDoubleBytesArray) == 0x000010, "Wrong size on LowEntryBitDataWriter_AddDoubleBytesArray"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddDoubleBytesArray, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddDoubleBytesArray::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddFloat \ +static_assert(alignof(LowEntryBitDataWriter_AddFloat) == 0x000004, "Wrong alignment on LowEntryBitDataWriter_AddFloat"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddFloat) == 0x000004, "Wrong size on LowEntryBitDataWriter_AddFloat"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddFloat, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddFloatArray \ +static_assert(alignof(LowEntryBitDataWriter_AddFloatArray) == 0x000008, "Wrong alignment on LowEntryBitDataWriter_AddFloatArray"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddFloatArray) == 0x000010, "Wrong size on LowEntryBitDataWriter_AddFloatArray"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddFloatArray, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddFloatArray::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddInteger \ +static_assert(alignof(LowEntryBitDataWriter_AddInteger) == 0x000004, "Wrong alignment on LowEntryBitDataWriter_AddInteger"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddInteger) == 0x000004, "Wrong size on LowEntryBitDataWriter_AddInteger"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddInteger, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddInteger::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddIntegerArray \ +static_assert(alignof(LowEntryBitDataWriter_AddIntegerArray) == 0x000008, "Wrong alignment on LowEntryBitDataWriter_AddIntegerArray"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddIntegerArray) == 0x000010, "Wrong size on LowEntryBitDataWriter_AddIntegerArray"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddIntegerArray, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddIntegerArray::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddIntegerArrayLeastSignificantBits \ +static_assert(alignof(LowEntryBitDataWriter_AddIntegerArrayLeastSignificantBits) == 0x000008, "Wrong alignment on LowEntryBitDataWriter_AddIntegerArrayLeastSignificantBits"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddIntegerArrayLeastSignificantBits) == 0x000018, "Wrong size on LowEntryBitDataWriter_AddIntegerArrayLeastSignificantBits"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddIntegerArrayLeastSignificantBits, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddIntegerArrayLeastSignificantBits::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddIntegerArrayLeastSignificantBits, BitCount) == 0x000010, "Member 'LowEntryBitDataWriter_AddIntegerArrayLeastSignificantBits::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddIntegerArrayMostSignificantBits \ +static_assert(alignof(LowEntryBitDataWriter_AddIntegerArrayMostSignificantBits) == 0x000008, "Wrong alignment on LowEntryBitDataWriter_AddIntegerArrayMostSignificantBits"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddIntegerArrayMostSignificantBits) == 0x000018, "Wrong size on LowEntryBitDataWriter_AddIntegerArrayMostSignificantBits"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddIntegerArrayMostSignificantBits, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddIntegerArrayMostSignificantBits::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddIntegerArrayMostSignificantBits, BitCount) == 0x000010, "Member 'LowEntryBitDataWriter_AddIntegerArrayMostSignificantBits::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddIntegerLeastSignificantBits \ +static_assert(alignof(LowEntryBitDataWriter_AddIntegerLeastSignificantBits) == 0x000004, "Wrong alignment on LowEntryBitDataWriter_AddIntegerLeastSignificantBits"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddIntegerLeastSignificantBits) == 0x000008, "Wrong size on LowEntryBitDataWriter_AddIntegerLeastSignificantBits"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddIntegerLeastSignificantBits, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddIntegerLeastSignificantBits::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddIntegerLeastSignificantBits, BitCount) == 0x000004, "Member 'LowEntryBitDataWriter_AddIntegerLeastSignificantBits::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddIntegerMostSignificantBits \ +static_assert(alignof(LowEntryBitDataWriter_AddIntegerMostSignificantBits) == 0x000004, "Wrong alignment on LowEntryBitDataWriter_AddIntegerMostSignificantBits"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddIntegerMostSignificantBits) == 0x000008, "Wrong size on LowEntryBitDataWriter_AddIntegerMostSignificantBits"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddIntegerMostSignificantBits, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddIntegerMostSignificantBits::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddIntegerMostSignificantBits, BitCount) == 0x000004, "Member 'LowEntryBitDataWriter_AddIntegerMostSignificantBits::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddLongBytes \ +static_assert(alignof(LowEntryBitDataWriter_AddLongBytes) == 0x000008, "Wrong alignment on LowEntryBitDataWriter_AddLongBytes"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddLongBytes) == 0x000008, "Wrong size on LowEntryBitDataWriter_AddLongBytes"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddLongBytes, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddLongBytes::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddLongBytesArray \ +static_assert(alignof(LowEntryBitDataWriter_AddLongBytesArray) == 0x000008, "Wrong alignment on LowEntryBitDataWriter_AddLongBytesArray"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddLongBytesArray) == 0x000010, "Wrong size on LowEntryBitDataWriter_AddLongBytesArray"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddLongBytesArray, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddLongBytesArray::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddPositiveInteger1 \ +static_assert(alignof(LowEntryBitDataWriter_AddPositiveInteger1) == 0x000004, "Wrong alignment on LowEntryBitDataWriter_AddPositiveInteger1"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddPositiveInteger1) == 0x000004, "Wrong size on LowEntryBitDataWriter_AddPositiveInteger1"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddPositiveInteger1, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddPositiveInteger1::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddPositiveInteger1Array \ +static_assert(alignof(LowEntryBitDataWriter_AddPositiveInteger1Array) == 0x000008, "Wrong alignment on LowEntryBitDataWriter_AddPositiveInteger1Array"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddPositiveInteger1Array) == 0x000010, "Wrong size on LowEntryBitDataWriter_AddPositiveInteger1Array"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddPositiveInteger1Array, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddPositiveInteger1Array::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddPositiveInteger2 \ +static_assert(alignof(LowEntryBitDataWriter_AddPositiveInteger2) == 0x000004, "Wrong alignment on LowEntryBitDataWriter_AddPositiveInteger2"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddPositiveInteger2) == 0x000004, "Wrong size on LowEntryBitDataWriter_AddPositiveInteger2"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddPositiveInteger2, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddPositiveInteger2::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddPositiveInteger2Array \ +static_assert(alignof(LowEntryBitDataWriter_AddPositiveInteger2Array) == 0x000008, "Wrong alignment on LowEntryBitDataWriter_AddPositiveInteger2Array"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddPositiveInteger2Array) == 0x000010, "Wrong size on LowEntryBitDataWriter_AddPositiveInteger2Array"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddPositiveInteger2Array, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddPositiveInteger2Array::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddPositiveInteger3 \ +static_assert(alignof(LowEntryBitDataWriter_AddPositiveInteger3) == 0x000004, "Wrong alignment on LowEntryBitDataWriter_AddPositiveInteger3"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddPositiveInteger3) == 0x000004, "Wrong size on LowEntryBitDataWriter_AddPositiveInteger3"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddPositiveInteger3, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddPositiveInteger3::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddPositiveInteger3Array \ +static_assert(alignof(LowEntryBitDataWriter_AddPositiveInteger3Array) == 0x000008, "Wrong alignment on LowEntryBitDataWriter_AddPositiveInteger3Array"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddPositiveInteger3Array) == 0x000010, "Wrong size on LowEntryBitDataWriter_AddPositiveInteger3Array"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddPositiveInteger3Array, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddPositiveInteger3Array::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddStringUtf8 \ +static_assert(alignof(LowEntryBitDataWriter_AddStringUtf8) == 0x000008, "Wrong alignment on LowEntryBitDataWriter_AddStringUtf8"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddStringUtf8) == 0x000010, "Wrong size on LowEntryBitDataWriter_AddStringUtf8"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddStringUtf8, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddStringUtf8::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryBitDataWriter_AddStringUtf8Array \ +static_assert(alignof(LowEntryBitDataWriter_AddStringUtf8Array) == 0x000008, "Wrong alignment on LowEntryBitDataWriter_AddStringUtf8Array"); \ +static_assert(sizeof(LowEntryBitDataWriter_AddStringUtf8Array) == 0x000010, "Wrong size on LowEntryBitDataWriter_AddStringUtf8Array"); \ +static_assert(offsetof(LowEntryBitDataWriter_AddStringUtf8Array, Value) == 0x000000, "Member 'LowEntryBitDataWriter_AddStringUtf8Array::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULowEntryBitDataWriter \ +static_assert(alignof(ULowEntryBitDataWriter) == 0x000008, "Wrong alignment on ULowEntryBitDataWriter"); \ +static_assert(sizeof(ULowEntryBitDataWriter) == 0x000048, "Wrong size on ULowEntryBitDataWriter"); \ +static_assert(offsetof(ULowEntryBitDataWriter, Bytes) == 0x000030, "Member 'ULowEntryBitDataWriter::Bytes' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryBitDataWriter, CurrentByte) == 0x000040, "Member 'ULowEntryBitDataWriter::CurrentByte' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryBitDataWriter, CurrentBytePosition) == 0x000044, "Member 'ULowEntryBitDataWriter::CurrentBytePosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULowEntryByteArray \ +static_assert(alignof(ULowEntryByteArray) == 0x000008, "Wrong alignment on ULowEntryByteArray"); \ +static_assert(sizeof(ULowEntryByteArray) == 0x000040, "Wrong size on ULowEntryByteArray"); \ +static_assert(offsetof(ULowEntryByteArray, ByteArray) == 0x000030, "Member 'ULowEntryByteArray::ByteArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULowEntryByteDataEntry \ +static_assert(alignof(ULowEntryByteDataEntry) == 0x000008, "Wrong alignment on ULowEntryByteDataEntry"); \ +static_assert(sizeof(ULowEntryByteDataEntry) == 0x0000D8, "Wrong size on ULowEntryByteDataEntry"); \ +static_assert(offsetof(ULowEntryByteDataEntry, Type) == 0x000030, "Member 'ULowEntryByteDataEntry::Type' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryByteDataEntry, ByteValue) == 0x000031, "Member 'ULowEntryByteDataEntry::ByteValue' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryByteDataEntry, IntegerValue) == 0x000034, "Member 'ULowEntryByteDataEntry::IntegerValue' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryByteDataEntry, LongBytesValue) == 0x000038, "Member 'ULowEntryByteDataEntry::LongBytesValue' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryByteDataEntry, FloatValue) == 0x000040, "Member 'ULowEntryByteDataEntry::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryByteDataEntry, DoubleBytesValue) == 0x000048, "Member 'ULowEntryByteDataEntry::DoubleBytesValue' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryByteDataEntry, BooleanValue) == 0x000050, "Member 'ULowEntryByteDataEntry::BooleanValue' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryByteDataEntry, StringUtf8Value) == 0x000058, "Member 'ULowEntryByteDataEntry::StringUtf8Value' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryByteDataEntry, ByteArrayValue) == 0x000068, "Member 'ULowEntryByteDataEntry::ByteArrayValue' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryByteDataEntry, IntegerArrayValue) == 0x000078, "Member 'ULowEntryByteDataEntry::IntegerArrayValue' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryByteDataEntry, LongBytesArrayValue) == 0x000088, "Member 'ULowEntryByteDataEntry::LongBytesArrayValue' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryByteDataEntry, FloatArrayValue) == 0x000098, "Member 'ULowEntryByteDataEntry::FloatArrayValue' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryByteDataEntry, DoubleBytesArrayValue) == 0x0000A8, "Member 'ULowEntryByteDataEntry::DoubleBytesArrayValue' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryByteDataEntry, BooleanArrayValue) == 0x0000B8, "Member 'ULowEntryByteDataEntry::BooleanArrayValue' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryByteDataEntry, StringUtf8ArrayValue) == 0x0000C8, "Member 'ULowEntryByteDataEntry::StringUtf8ArrayValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataReader_GetBoolean \ +static_assert(alignof(LowEntryByteDataReader_GetBoolean) == 0x000001, "Wrong alignment on LowEntryByteDataReader_GetBoolean"); \ +static_assert(sizeof(LowEntryByteDataReader_GetBoolean) == 0x000001, "Wrong size on LowEntryByteDataReader_GetBoolean"); \ +static_assert(offsetof(LowEntryByteDataReader_GetBoolean, ReturnValue) == 0x000000, "Member 'LowEntryByteDataReader_GetBoolean::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataReader_GetBooleanArray \ +static_assert(alignof(LowEntryByteDataReader_GetBooleanArray) == 0x000008, "Wrong alignment on LowEntryByteDataReader_GetBooleanArray"); \ +static_assert(sizeof(LowEntryByteDataReader_GetBooleanArray) == 0x000010, "Wrong size on LowEntryByteDataReader_GetBooleanArray"); \ +static_assert(offsetof(LowEntryByteDataReader_GetBooleanArray, ReturnValue) == 0x000000, "Member 'LowEntryByteDataReader_GetBooleanArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataReader_GetByte \ +static_assert(alignof(LowEntryByteDataReader_GetByte) == 0x000001, "Wrong alignment on LowEntryByteDataReader_GetByte"); \ +static_assert(sizeof(LowEntryByteDataReader_GetByte) == 0x000001, "Wrong size on LowEntryByteDataReader_GetByte"); \ +static_assert(offsetof(LowEntryByteDataReader_GetByte, ReturnValue) == 0x000000, "Member 'LowEntryByteDataReader_GetByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataReader_GetByteArray \ +static_assert(alignof(LowEntryByteDataReader_GetByteArray) == 0x000008, "Wrong alignment on LowEntryByteDataReader_GetByteArray"); \ +static_assert(sizeof(LowEntryByteDataReader_GetByteArray) == 0x000010, "Wrong size on LowEntryByteDataReader_GetByteArray"); \ +static_assert(offsetof(LowEntryByteDataReader_GetByteArray, ReturnValue) == 0x000000, "Member 'LowEntryByteDataReader_GetByteArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataReader_GetClone \ +static_assert(alignof(LowEntryByteDataReader_GetClone) == 0x000008, "Wrong alignment on LowEntryByteDataReader_GetClone"); \ +static_assert(sizeof(LowEntryByteDataReader_GetClone) == 0x000008, "Wrong size on LowEntryByteDataReader_GetClone"); \ +static_assert(offsetof(LowEntryByteDataReader_GetClone, ReturnValue) == 0x000000, "Member 'LowEntryByteDataReader_GetClone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataReader_GetDoubleBytes \ +static_assert(alignof(LowEntryByteDataReader_GetDoubleBytes) == 0x000008, "Wrong alignment on LowEntryByteDataReader_GetDoubleBytes"); \ +static_assert(sizeof(LowEntryByteDataReader_GetDoubleBytes) == 0x000008, "Wrong size on LowEntryByteDataReader_GetDoubleBytes"); \ +static_assert(offsetof(LowEntryByteDataReader_GetDoubleBytes, ReturnValue) == 0x000000, "Member 'LowEntryByteDataReader_GetDoubleBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataReader_GetDoubleBytesArray \ +static_assert(alignof(LowEntryByteDataReader_GetDoubleBytesArray) == 0x000008, "Wrong alignment on LowEntryByteDataReader_GetDoubleBytesArray"); \ +static_assert(sizeof(LowEntryByteDataReader_GetDoubleBytesArray) == 0x000010, "Wrong size on LowEntryByteDataReader_GetDoubleBytesArray"); \ +static_assert(offsetof(LowEntryByteDataReader_GetDoubleBytesArray, ReturnValue) == 0x000000, "Member 'LowEntryByteDataReader_GetDoubleBytesArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataReader_GetFloat \ +static_assert(alignof(LowEntryByteDataReader_GetFloat) == 0x000004, "Wrong alignment on LowEntryByteDataReader_GetFloat"); \ +static_assert(sizeof(LowEntryByteDataReader_GetFloat) == 0x000004, "Wrong size on LowEntryByteDataReader_GetFloat"); \ +static_assert(offsetof(LowEntryByteDataReader_GetFloat, ReturnValue) == 0x000000, "Member 'LowEntryByteDataReader_GetFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataReader_GetFloatArray \ +static_assert(alignof(LowEntryByteDataReader_GetFloatArray) == 0x000008, "Wrong alignment on LowEntryByteDataReader_GetFloatArray"); \ +static_assert(sizeof(LowEntryByteDataReader_GetFloatArray) == 0x000010, "Wrong size on LowEntryByteDataReader_GetFloatArray"); \ +static_assert(offsetof(LowEntryByteDataReader_GetFloatArray, ReturnValue) == 0x000000, "Member 'LowEntryByteDataReader_GetFloatArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataReader_GetInteger \ +static_assert(alignof(LowEntryByteDataReader_GetInteger) == 0x000004, "Wrong alignment on LowEntryByteDataReader_GetInteger"); \ +static_assert(sizeof(LowEntryByteDataReader_GetInteger) == 0x000004, "Wrong size on LowEntryByteDataReader_GetInteger"); \ +static_assert(offsetof(LowEntryByteDataReader_GetInteger, ReturnValue) == 0x000000, "Member 'LowEntryByteDataReader_GetInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataReader_GetIntegerArray \ +static_assert(alignof(LowEntryByteDataReader_GetIntegerArray) == 0x000008, "Wrong alignment on LowEntryByteDataReader_GetIntegerArray"); \ +static_assert(sizeof(LowEntryByteDataReader_GetIntegerArray) == 0x000010, "Wrong size on LowEntryByteDataReader_GetIntegerArray"); \ +static_assert(offsetof(LowEntryByteDataReader_GetIntegerArray, ReturnValue) == 0x000000, "Member 'LowEntryByteDataReader_GetIntegerArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataReader_GetLongBytes \ +static_assert(alignof(LowEntryByteDataReader_GetLongBytes) == 0x000008, "Wrong alignment on LowEntryByteDataReader_GetLongBytes"); \ +static_assert(sizeof(LowEntryByteDataReader_GetLongBytes) == 0x000008, "Wrong size on LowEntryByteDataReader_GetLongBytes"); \ +static_assert(offsetof(LowEntryByteDataReader_GetLongBytes, ReturnValue) == 0x000000, "Member 'LowEntryByteDataReader_GetLongBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataReader_GetLongBytesArray \ +static_assert(alignof(LowEntryByteDataReader_GetLongBytesArray) == 0x000008, "Wrong alignment on LowEntryByteDataReader_GetLongBytesArray"); \ +static_assert(sizeof(LowEntryByteDataReader_GetLongBytesArray) == 0x000010, "Wrong size on LowEntryByteDataReader_GetLongBytesArray"); \ +static_assert(offsetof(LowEntryByteDataReader_GetLongBytesArray, ReturnValue) == 0x000000, "Member 'LowEntryByteDataReader_GetLongBytesArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataReader_GetPosition \ +static_assert(alignof(LowEntryByteDataReader_GetPosition) == 0x000004, "Wrong alignment on LowEntryByteDataReader_GetPosition"); \ +static_assert(sizeof(LowEntryByteDataReader_GetPosition) == 0x000004, "Wrong size on LowEntryByteDataReader_GetPosition"); \ +static_assert(offsetof(LowEntryByteDataReader_GetPosition, ReturnValue) == 0x000000, "Member 'LowEntryByteDataReader_GetPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataReader_GetPositiveInteger1 \ +static_assert(alignof(LowEntryByteDataReader_GetPositiveInteger1) == 0x000004, "Wrong alignment on LowEntryByteDataReader_GetPositiveInteger1"); \ +static_assert(sizeof(LowEntryByteDataReader_GetPositiveInteger1) == 0x000004, "Wrong size on LowEntryByteDataReader_GetPositiveInteger1"); \ +static_assert(offsetof(LowEntryByteDataReader_GetPositiveInteger1, ReturnValue) == 0x000000, "Member 'LowEntryByteDataReader_GetPositiveInteger1::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataReader_GetPositiveInteger1Array \ +static_assert(alignof(LowEntryByteDataReader_GetPositiveInteger1Array) == 0x000008, "Wrong alignment on LowEntryByteDataReader_GetPositiveInteger1Array"); \ +static_assert(sizeof(LowEntryByteDataReader_GetPositiveInteger1Array) == 0x000010, "Wrong size on LowEntryByteDataReader_GetPositiveInteger1Array"); \ +static_assert(offsetof(LowEntryByteDataReader_GetPositiveInteger1Array, ReturnValue) == 0x000000, "Member 'LowEntryByteDataReader_GetPositiveInteger1Array::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataReader_GetPositiveInteger2 \ +static_assert(alignof(LowEntryByteDataReader_GetPositiveInteger2) == 0x000004, "Wrong alignment on LowEntryByteDataReader_GetPositiveInteger2"); \ +static_assert(sizeof(LowEntryByteDataReader_GetPositiveInteger2) == 0x000004, "Wrong size on LowEntryByteDataReader_GetPositiveInteger2"); \ +static_assert(offsetof(LowEntryByteDataReader_GetPositiveInteger2, ReturnValue) == 0x000000, "Member 'LowEntryByteDataReader_GetPositiveInteger2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataReader_GetPositiveInteger2Array \ +static_assert(alignof(LowEntryByteDataReader_GetPositiveInteger2Array) == 0x000008, "Wrong alignment on LowEntryByteDataReader_GetPositiveInteger2Array"); \ +static_assert(sizeof(LowEntryByteDataReader_GetPositiveInteger2Array) == 0x000010, "Wrong size on LowEntryByteDataReader_GetPositiveInteger2Array"); \ +static_assert(offsetof(LowEntryByteDataReader_GetPositiveInteger2Array, ReturnValue) == 0x000000, "Member 'LowEntryByteDataReader_GetPositiveInteger2Array::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataReader_GetPositiveInteger3 \ +static_assert(alignof(LowEntryByteDataReader_GetPositiveInteger3) == 0x000004, "Wrong alignment on LowEntryByteDataReader_GetPositiveInteger3"); \ +static_assert(sizeof(LowEntryByteDataReader_GetPositiveInteger3) == 0x000004, "Wrong size on LowEntryByteDataReader_GetPositiveInteger3"); \ +static_assert(offsetof(LowEntryByteDataReader_GetPositiveInteger3, ReturnValue) == 0x000000, "Member 'LowEntryByteDataReader_GetPositiveInteger3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataReader_GetPositiveInteger3Array \ +static_assert(alignof(LowEntryByteDataReader_GetPositiveInteger3Array) == 0x000008, "Wrong alignment on LowEntryByteDataReader_GetPositiveInteger3Array"); \ +static_assert(sizeof(LowEntryByteDataReader_GetPositiveInteger3Array) == 0x000010, "Wrong size on LowEntryByteDataReader_GetPositiveInteger3Array"); \ +static_assert(offsetof(LowEntryByteDataReader_GetPositiveInteger3Array, ReturnValue) == 0x000000, "Member 'LowEntryByteDataReader_GetPositiveInteger3Array::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataReader_GetStringUtf8 \ +static_assert(alignof(LowEntryByteDataReader_GetStringUtf8) == 0x000008, "Wrong alignment on LowEntryByteDataReader_GetStringUtf8"); \ +static_assert(sizeof(LowEntryByteDataReader_GetStringUtf8) == 0x000010, "Wrong size on LowEntryByteDataReader_GetStringUtf8"); \ +static_assert(offsetof(LowEntryByteDataReader_GetStringUtf8, ReturnValue) == 0x000000, "Member 'LowEntryByteDataReader_GetStringUtf8::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataReader_GetStringUtf8Array \ +static_assert(alignof(LowEntryByteDataReader_GetStringUtf8Array) == 0x000008, "Wrong alignment on LowEntryByteDataReader_GetStringUtf8Array"); \ +static_assert(sizeof(LowEntryByteDataReader_GetStringUtf8Array) == 0x000010, "Wrong size on LowEntryByteDataReader_GetStringUtf8Array"); \ +static_assert(offsetof(LowEntryByteDataReader_GetStringUtf8Array, ReturnValue) == 0x000000, "Member 'LowEntryByteDataReader_GetStringUtf8Array::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataReader_Remaining \ +static_assert(alignof(LowEntryByteDataReader_Remaining) == 0x000004, "Wrong alignment on LowEntryByteDataReader_Remaining"); \ +static_assert(sizeof(LowEntryByteDataReader_Remaining) == 0x000004, "Wrong size on LowEntryByteDataReader_Remaining"); \ +static_assert(offsetof(LowEntryByteDataReader_Remaining, ReturnValue) == 0x000000, "Member 'LowEntryByteDataReader_Remaining::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataReader_SetPosition \ +static_assert(alignof(LowEntryByteDataReader_SetPosition) == 0x000004, "Wrong alignment on LowEntryByteDataReader_SetPosition"); \ +static_assert(sizeof(LowEntryByteDataReader_SetPosition) == 0x000004, "Wrong size on LowEntryByteDataReader_SetPosition"); \ +static_assert(offsetof(LowEntryByteDataReader_SetPosition, Position_) == 0x000000, "Member 'LowEntryByteDataReader_SetPosition::Position_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULowEntryByteDataReader \ +static_assert(alignof(ULowEntryByteDataReader) == 0x000008, "Wrong alignment on ULowEntryByteDataReader"); \ +static_assert(sizeof(ULowEntryByteDataReader) == 0x000048, "Wrong size on ULowEntryByteDataReader"); \ +static_assert(offsetof(ULowEntryByteDataReader, Bytes) == 0x000030, "Member 'ULowEntryByteDataReader::Bytes' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryByteDataReader, Position) == 0x000040, "Member 'ULowEntryByteDataReader::Position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataWriter_AddBoolean \ +static_assert(alignof(LowEntryByteDataWriter_AddBoolean) == 0x000001, "Wrong alignment on LowEntryByteDataWriter_AddBoolean"); \ +static_assert(sizeof(LowEntryByteDataWriter_AddBoolean) == 0x000001, "Wrong size on LowEntryByteDataWriter_AddBoolean"); \ +static_assert(offsetof(LowEntryByteDataWriter_AddBoolean, Value) == 0x000000, "Member 'LowEntryByteDataWriter_AddBoolean::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataWriter_AddBooleanArray \ +static_assert(alignof(LowEntryByteDataWriter_AddBooleanArray) == 0x000008, "Wrong alignment on LowEntryByteDataWriter_AddBooleanArray"); \ +static_assert(sizeof(LowEntryByteDataWriter_AddBooleanArray) == 0x000010, "Wrong size on LowEntryByteDataWriter_AddBooleanArray"); \ +static_assert(offsetof(LowEntryByteDataWriter_AddBooleanArray, Value) == 0x000000, "Member 'LowEntryByteDataWriter_AddBooleanArray::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataWriter_AddByte \ +static_assert(alignof(LowEntryByteDataWriter_AddByte) == 0x000001, "Wrong alignment on LowEntryByteDataWriter_AddByte"); \ +static_assert(sizeof(LowEntryByteDataWriter_AddByte) == 0x000001, "Wrong size on LowEntryByteDataWriter_AddByte"); \ +static_assert(offsetof(LowEntryByteDataWriter_AddByte, Value) == 0x000000, "Member 'LowEntryByteDataWriter_AddByte::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataWriter_AddByteArray \ +static_assert(alignof(LowEntryByteDataWriter_AddByteArray) == 0x000008, "Wrong alignment on LowEntryByteDataWriter_AddByteArray"); \ +static_assert(sizeof(LowEntryByteDataWriter_AddByteArray) == 0x000010, "Wrong size on LowEntryByteDataWriter_AddByteArray"); \ +static_assert(offsetof(LowEntryByteDataWriter_AddByteArray, Value) == 0x000000, "Member 'LowEntryByteDataWriter_AddByteArray::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataWriter_AddDoubleBytes \ +static_assert(alignof(LowEntryByteDataWriter_AddDoubleBytes) == 0x000008, "Wrong alignment on LowEntryByteDataWriter_AddDoubleBytes"); \ +static_assert(sizeof(LowEntryByteDataWriter_AddDoubleBytes) == 0x000008, "Wrong size on LowEntryByteDataWriter_AddDoubleBytes"); \ +static_assert(offsetof(LowEntryByteDataWriter_AddDoubleBytes, Value) == 0x000000, "Member 'LowEntryByteDataWriter_AddDoubleBytes::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataWriter_AddDoubleBytesArray \ +static_assert(alignof(LowEntryByteDataWriter_AddDoubleBytesArray) == 0x000008, "Wrong alignment on LowEntryByteDataWriter_AddDoubleBytesArray"); \ +static_assert(sizeof(LowEntryByteDataWriter_AddDoubleBytesArray) == 0x000010, "Wrong size on LowEntryByteDataWriter_AddDoubleBytesArray"); \ +static_assert(offsetof(LowEntryByteDataWriter_AddDoubleBytesArray, Value) == 0x000000, "Member 'LowEntryByteDataWriter_AddDoubleBytesArray::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataWriter_AddFloat \ +static_assert(alignof(LowEntryByteDataWriter_AddFloat) == 0x000004, "Wrong alignment on LowEntryByteDataWriter_AddFloat"); \ +static_assert(sizeof(LowEntryByteDataWriter_AddFloat) == 0x000004, "Wrong size on LowEntryByteDataWriter_AddFloat"); \ +static_assert(offsetof(LowEntryByteDataWriter_AddFloat, Value) == 0x000000, "Member 'LowEntryByteDataWriter_AddFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataWriter_AddFloatArray \ +static_assert(alignof(LowEntryByteDataWriter_AddFloatArray) == 0x000008, "Wrong alignment on LowEntryByteDataWriter_AddFloatArray"); \ +static_assert(sizeof(LowEntryByteDataWriter_AddFloatArray) == 0x000010, "Wrong size on LowEntryByteDataWriter_AddFloatArray"); \ +static_assert(offsetof(LowEntryByteDataWriter_AddFloatArray, Value) == 0x000000, "Member 'LowEntryByteDataWriter_AddFloatArray::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataWriter_AddInteger \ +static_assert(alignof(LowEntryByteDataWriter_AddInteger) == 0x000004, "Wrong alignment on LowEntryByteDataWriter_AddInteger"); \ +static_assert(sizeof(LowEntryByteDataWriter_AddInteger) == 0x000004, "Wrong size on LowEntryByteDataWriter_AddInteger"); \ +static_assert(offsetof(LowEntryByteDataWriter_AddInteger, Value) == 0x000000, "Member 'LowEntryByteDataWriter_AddInteger::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataWriter_AddIntegerArray \ +static_assert(alignof(LowEntryByteDataWriter_AddIntegerArray) == 0x000008, "Wrong alignment on LowEntryByteDataWriter_AddIntegerArray"); \ +static_assert(sizeof(LowEntryByteDataWriter_AddIntegerArray) == 0x000010, "Wrong size on LowEntryByteDataWriter_AddIntegerArray"); \ +static_assert(offsetof(LowEntryByteDataWriter_AddIntegerArray, Value) == 0x000000, "Member 'LowEntryByteDataWriter_AddIntegerArray::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataWriter_AddLongBytes \ +static_assert(alignof(LowEntryByteDataWriter_AddLongBytes) == 0x000008, "Wrong alignment on LowEntryByteDataWriter_AddLongBytes"); \ +static_assert(sizeof(LowEntryByteDataWriter_AddLongBytes) == 0x000008, "Wrong size on LowEntryByteDataWriter_AddLongBytes"); \ +static_assert(offsetof(LowEntryByteDataWriter_AddLongBytes, Value) == 0x000000, "Member 'LowEntryByteDataWriter_AddLongBytes::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataWriter_AddLongBytesArray \ +static_assert(alignof(LowEntryByteDataWriter_AddLongBytesArray) == 0x000008, "Wrong alignment on LowEntryByteDataWriter_AddLongBytesArray"); \ +static_assert(sizeof(LowEntryByteDataWriter_AddLongBytesArray) == 0x000010, "Wrong size on LowEntryByteDataWriter_AddLongBytesArray"); \ +static_assert(offsetof(LowEntryByteDataWriter_AddLongBytesArray, Value) == 0x000000, "Member 'LowEntryByteDataWriter_AddLongBytesArray::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataWriter_AddPositiveInteger1 \ +static_assert(alignof(LowEntryByteDataWriter_AddPositiveInteger1) == 0x000004, "Wrong alignment on LowEntryByteDataWriter_AddPositiveInteger1"); \ +static_assert(sizeof(LowEntryByteDataWriter_AddPositiveInteger1) == 0x000004, "Wrong size on LowEntryByteDataWriter_AddPositiveInteger1"); \ +static_assert(offsetof(LowEntryByteDataWriter_AddPositiveInteger1, Value) == 0x000000, "Member 'LowEntryByteDataWriter_AddPositiveInteger1::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataWriter_AddPositiveInteger1Array \ +static_assert(alignof(LowEntryByteDataWriter_AddPositiveInteger1Array) == 0x000008, "Wrong alignment on LowEntryByteDataWriter_AddPositiveInteger1Array"); \ +static_assert(sizeof(LowEntryByteDataWriter_AddPositiveInteger1Array) == 0x000010, "Wrong size on LowEntryByteDataWriter_AddPositiveInteger1Array"); \ +static_assert(offsetof(LowEntryByteDataWriter_AddPositiveInteger1Array, Value) == 0x000000, "Member 'LowEntryByteDataWriter_AddPositiveInteger1Array::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataWriter_AddPositiveInteger2 \ +static_assert(alignof(LowEntryByteDataWriter_AddPositiveInteger2) == 0x000004, "Wrong alignment on LowEntryByteDataWriter_AddPositiveInteger2"); \ +static_assert(sizeof(LowEntryByteDataWriter_AddPositiveInteger2) == 0x000004, "Wrong size on LowEntryByteDataWriter_AddPositiveInteger2"); \ +static_assert(offsetof(LowEntryByteDataWriter_AddPositiveInteger2, Value) == 0x000000, "Member 'LowEntryByteDataWriter_AddPositiveInteger2::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataWriter_AddPositiveInteger2Array \ +static_assert(alignof(LowEntryByteDataWriter_AddPositiveInteger2Array) == 0x000008, "Wrong alignment on LowEntryByteDataWriter_AddPositiveInteger2Array"); \ +static_assert(sizeof(LowEntryByteDataWriter_AddPositiveInteger2Array) == 0x000010, "Wrong size on LowEntryByteDataWriter_AddPositiveInteger2Array"); \ +static_assert(offsetof(LowEntryByteDataWriter_AddPositiveInteger2Array, Value) == 0x000000, "Member 'LowEntryByteDataWriter_AddPositiveInteger2Array::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataWriter_AddPositiveInteger3 \ +static_assert(alignof(LowEntryByteDataWriter_AddPositiveInteger3) == 0x000004, "Wrong alignment on LowEntryByteDataWriter_AddPositiveInteger3"); \ +static_assert(sizeof(LowEntryByteDataWriter_AddPositiveInteger3) == 0x000004, "Wrong size on LowEntryByteDataWriter_AddPositiveInteger3"); \ +static_assert(offsetof(LowEntryByteDataWriter_AddPositiveInteger3, Value) == 0x000000, "Member 'LowEntryByteDataWriter_AddPositiveInteger3::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataWriter_AddPositiveInteger3Array \ +static_assert(alignof(LowEntryByteDataWriter_AddPositiveInteger3Array) == 0x000008, "Wrong alignment on LowEntryByteDataWriter_AddPositiveInteger3Array"); \ +static_assert(sizeof(LowEntryByteDataWriter_AddPositiveInteger3Array) == 0x000010, "Wrong size on LowEntryByteDataWriter_AddPositiveInteger3Array"); \ +static_assert(offsetof(LowEntryByteDataWriter_AddPositiveInteger3Array, Value) == 0x000000, "Member 'LowEntryByteDataWriter_AddPositiveInteger3Array::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataWriter_AddStringUtf8 \ +static_assert(alignof(LowEntryByteDataWriter_AddStringUtf8) == 0x000008, "Wrong alignment on LowEntryByteDataWriter_AddStringUtf8"); \ +static_assert(sizeof(LowEntryByteDataWriter_AddStringUtf8) == 0x000010, "Wrong size on LowEntryByteDataWriter_AddStringUtf8"); \ +static_assert(offsetof(LowEntryByteDataWriter_AddStringUtf8, Value) == 0x000000, "Member 'LowEntryByteDataWriter_AddStringUtf8::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryByteDataWriter_AddStringUtf8Array \ +static_assert(alignof(LowEntryByteDataWriter_AddStringUtf8Array) == 0x000008, "Wrong alignment on LowEntryByteDataWriter_AddStringUtf8Array"); \ +static_assert(sizeof(LowEntryByteDataWriter_AddStringUtf8Array) == 0x000010, "Wrong size on LowEntryByteDataWriter_AddStringUtf8Array"); \ +static_assert(offsetof(LowEntryByteDataWriter_AddStringUtf8Array, Value) == 0x000000, "Member 'LowEntryByteDataWriter_AddStringUtf8Array::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULowEntryByteDataWriter \ +static_assert(alignof(ULowEntryByteDataWriter) == 0x000008, "Wrong alignment on ULowEntryByteDataWriter"); \ +static_assert(sizeof(ULowEntryByteDataWriter) == 0x000040, "Wrong size on ULowEntryByteDataWriter"); \ +static_assert(offsetof(ULowEntryByteDataWriter, Bytes) == 0x000030, "Member 'ULowEntryByteDataWriter::Bytes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryDouble_CastToLongBytes \ +static_assert(alignof(LowEntryDouble_CastToLongBytes) == 0x000008, "Wrong alignment on LowEntryDouble_CastToLongBytes"); \ +static_assert(sizeof(LowEntryDouble_CastToLongBytes) == 0x000008, "Wrong size on LowEntryDouble_CastToLongBytes"); \ +static_assert(offsetof(LowEntryDouble_CastToLongBytes, ReturnValue) == 0x000000, "Member 'LowEntryDouble_CastToLongBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryDouble_CastToString \ +static_assert(alignof(LowEntryDouble_CastToString) == 0x000008, "Wrong alignment on LowEntryDouble_CastToString"); \ +static_assert(sizeof(LowEntryDouble_CastToString) == 0x000018, "Wrong size on LowEntryDouble_CastToString"); \ +static_assert(offsetof(LowEntryDouble_CastToString, MinFractionalDigits) == 0x000000, "Member 'LowEntryDouble_CastToString::MinFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(LowEntryDouble_CastToString, ReturnValue) == 0x000008, "Member 'LowEntryDouble_CastToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryDouble_CreateClone \ +static_assert(alignof(LowEntryDouble_CreateClone) == 0x000008, "Wrong alignment on LowEntryDouble_CreateClone"); \ +static_assert(sizeof(LowEntryDouble_CreateClone) == 0x000008, "Wrong size on LowEntryDouble_CreateClone"); \ +static_assert(offsetof(LowEntryDouble_CreateClone, ReturnValue) == 0x000000, "Member 'LowEntryDouble_CreateClone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryDouble_DoubleBytes_Add \ +static_assert(alignof(LowEntryDouble_DoubleBytes_Add) == 0x000008, "Wrong alignment on LowEntryDouble_DoubleBytes_Add"); \ +static_assert(sizeof(LowEntryDouble_DoubleBytes_Add) == 0x000008, "Wrong size on LowEntryDouble_DoubleBytes_Add"); \ +static_assert(offsetof(LowEntryDouble_DoubleBytes_Add, Value) == 0x000000, "Member 'LowEntryDouble_DoubleBytes_Add::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryDouble_DoubleBytes_Equals \ +static_assert(alignof(LowEntryDouble_DoubleBytes_Equals) == 0x000008, "Wrong alignment on LowEntryDouble_DoubleBytes_Equals"); \ +static_assert(sizeof(LowEntryDouble_DoubleBytes_Equals) == 0x000010, "Wrong size on LowEntryDouble_DoubleBytes_Equals"); \ +static_assert(offsetof(LowEntryDouble_DoubleBytes_Equals, Value) == 0x000000, "Member 'LowEntryDouble_DoubleBytes_Equals::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryDouble_DoubleBytes_Equals, ReturnValue) == 0x000008, "Member 'LowEntryDouble_DoubleBytes_Equals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryDouble_DoubleBytes_GreaterThan \ +static_assert(alignof(LowEntryDouble_DoubleBytes_GreaterThan) == 0x000008, "Wrong alignment on LowEntryDouble_DoubleBytes_GreaterThan"); \ +static_assert(sizeof(LowEntryDouble_DoubleBytes_GreaterThan) == 0x000010, "Wrong size on LowEntryDouble_DoubleBytes_GreaterThan"); \ +static_assert(offsetof(LowEntryDouble_DoubleBytes_GreaterThan, Value) == 0x000000, "Member 'LowEntryDouble_DoubleBytes_GreaterThan::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryDouble_DoubleBytes_GreaterThan, ReturnValue) == 0x000008, "Member 'LowEntryDouble_DoubleBytes_GreaterThan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryDouble_DoubleBytes_LessThan \ +static_assert(alignof(LowEntryDouble_DoubleBytes_LessThan) == 0x000008, "Wrong alignment on LowEntryDouble_DoubleBytes_LessThan"); \ +static_assert(sizeof(LowEntryDouble_DoubleBytes_LessThan) == 0x000010, "Wrong size on LowEntryDouble_DoubleBytes_LessThan"); \ +static_assert(offsetof(LowEntryDouble_DoubleBytes_LessThan, Value) == 0x000000, "Member 'LowEntryDouble_DoubleBytes_LessThan::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryDouble_DoubleBytes_LessThan, ReturnValue) == 0x000008, "Member 'LowEntryDouble_DoubleBytes_LessThan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryDouble_DoubleBytes_Subtract \ +static_assert(alignof(LowEntryDouble_DoubleBytes_Subtract) == 0x000008, "Wrong alignment on LowEntryDouble_DoubleBytes_Subtract"); \ +static_assert(sizeof(LowEntryDouble_DoubleBytes_Subtract) == 0x000008, "Wrong size on LowEntryDouble_DoubleBytes_Subtract"); \ +static_assert(offsetof(LowEntryDouble_DoubleBytes_Subtract, Value) == 0x000000, "Member 'LowEntryDouble_DoubleBytes_Subtract::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryDouble_Float_Add \ +static_assert(alignof(LowEntryDouble_Float_Add) == 0x000004, "Wrong alignment on LowEntryDouble_Float_Add"); \ +static_assert(sizeof(LowEntryDouble_Float_Add) == 0x000004, "Wrong size on LowEntryDouble_Float_Add"); \ +static_assert(offsetof(LowEntryDouble_Float_Add, Value) == 0x000000, "Member 'LowEntryDouble_Float_Add::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryDouble_Float_Equals \ +static_assert(alignof(LowEntryDouble_Float_Equals) == 0x000004, "Wrong alignment on LowEntryDouble_Float_Equals"); \ +static_assert(sizeof(LowEntryDouble_Float_Equals) == 0x000008, "Wrong size on LowEntryDouble_Float_Equals"); \ +static_assert(offsetof(LowEntryDouble_Float_Equals, Value) == 0x000000, "Member 'LowEntryDouble_Float_Equals::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryDouble_Float_Equals, ReturnValue) == 0x000004, "Member 'LowEntryDouble_Float_Equals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryDouble_Float_GreaterThan \ +static_assert(alignof(LowEntryDouble_Float_GreaterThan) == 0x000004, "Wrong alignment on LowEntryDouble_Float_GreaterThan"); \ +static_assert(sizeof(LowEntryDouble_Float_GreaterThan) == 0x000008, "Wrong size on LowEntryDouble_Float_GreaterThan"); \ +static_assert(offsetof(LowEntryDouble_Float_GreaterThan, Value) == 0x000000, "Member 'LowEntryDouble_Float_GreaterThan::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryDouble_Float_GreaterThan, ReturnValue) == 0x000004, "Member 'LowEntryDouble_Float_GreaterThan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryDouble_Float_LessThan \ +static_assert(alignof(LowEntryDouble_Float_LessThan) == 0x000004, "Wrong alignment on LowEntryDouble_Float_LessThan"); \ +static_assert(sizeof(LowEntryDouble_Float_LessThan) == 0x000008, "Wrong size on LowEntryDouble_Float_LessThan"); \ +static_assert(offsetof(LowEntryDouble_Float_LessThan, Value) == 0x000000, "Member 'LowEntryDouble_Float_LessThan::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryDouble_Float_LessThan, ReturnValue) == 0x000004, "Member 'LowEntryDouble_Float_LessThan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryDouble_Float_Subtract \ +static_assert(alignof(LowEntryDouble_Float_Subtract) == 0x000004, "Wrong alignment on LowEntryDouble_Float_Subtract"); \ +static_assert(sizeof(LowEntryDouble_Float_Subtract) == 0x000004, "Wrong size on LowEntryDouble_Float_Subtract"); \ +static_assert(offsetof(LowEntryDouble_Float_Subtract, Value) == 0x000000, "Member 'LowEntryDouble_Float_Subtract::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryDouble_GetBytes \ +static_assert(alignof(LowEntryDouble_GetBytes) == 0x000008, "Wrong alignment on LowEntryDouble_GetBytes"); \ +static_assert(sizeof(LowEntryDouble_GetBytes) == 0x000010, "Wrong size on LowEntryDouble_GetBytes"); \ +static_assert(offsetof(LowEntryDouble_GetBytes, ReturnValue) == 0x000000, "Member 'LowEntryDouble_GetBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryDouble_Integer_GreaterThan \ +static_assert(alignof(LowEntryDouble_Integer_GreaterThan) == 0x000004, "Wrong alignment on LowEntryDouble_Integer_GreaterThan"); \ +static_assert(sizeof(LowEntryDouble_Integer_GreaterThan) == 0x000008, "Wrong size on LowEntryDouble_Integer_GreaterThan"); \ +static_assert(offsetof(LowEntryDouble_Integer_GreaterThan, Value) == 0x000000, "Member 'LowEntryDouble_Integer_GreaterThan::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryDouble_Integer_GreaterThan, ReturnValue) == 0x000004, "Member 'LowEntryDouble_Integer_GreaterThan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryDouble_Integer_LessThan \ +static_assert(alignof(LowEntryDouble_Integer_LessThan) == 0x000004, "Wrong alignment on LowEntryDouble_Integer_LessThan"); \ +static_assert(sizeof(LowEntryDouble_Integer_LessThan) == 0x000008, "Wrong size on LowEntryDouble_Integer_LessThan"); \ +static_assert(offsetof(LowEntryDouble_Integer_LessThan, Value) == 0x000000, "Member 'LowEntryDouble_Integer_LessThan::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryDouble_Integer_LessThan, ReturnValue) == 0x000004, "Member 'LowEntryDouble_Integer_LessThan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryDouble_LongBytes_GreaterThan \ +static_assert(alignof(LowEntryDouble_LongBytes_GreaterThan) == 0x000008, "Wrong alignment on LowEntryDouble_LongBytes_GreaterThan"); \ +static_assert(sizeof(LowEntryDouble_LongBytes_GreaterThan) == 0x000010, "Wrong size on LowEntryDouble_LongBytes_GreaterThan"); \ +static_assert(offsetof(LowEntryDouble_LongBytes_GreaterThan, Value) == 0x000000, "Member 'LowEntryDouble_LongBytes_GreaterThan::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryDouble_LongBytes_GreaterThan, ReturnValue) == 0x000008, "Member 'LowEntryDouble_LongBytes_GreaterThan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryDouble_LongBytes_LessThan \ +static_assert(alignof(LowEntryDouble_LongBytes_LessThan) == 0x000008, "Wrong alignment on LowEntryDouble_LongBytes_LessThan"); \ +static_assert(sizeof(LowEntryDouble_LongBytes_LessThan) == 0x000010, "Wrong size on LowEntryDouble_LongBytes_LessThan"); \ +static_assert(offsetof(LowEntryDouble_LongBytes_LessThan, Value) == 0x000000, "Member 'LowEntryDouble_LongBytes_LessThan::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryDouble_LongBytes_LessThan, ReturnValue) == 0x000008, "Member 'LowEntryDouble_LongBytes_LessThan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryDouble_SetBytes \ +static_assert(alignof(LowEntryDouble_SetBytes) == 0x000008, "Wrong alignment on LowEntryDouble_SetBytes"); \ +static_assert(sizeof(LowEntryDouble_SetBytes) == 0x000018, "Wrong size on LowEntryDouble_SetBytes"); \ +static_assert(offsetof(LowEntryDouble_SetBytes, ByteArray) == 0x000000, "Member 'LowEntryDouble_SetBytes::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryDouble_SetBytes, Index_0) == 0x000010, "Member 'LowEntryDouble_SetBytes::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryDouble_SetBytes, Length) == 0x000014, "Member 'LowEntryDouble_SetBytes::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULowEntryDouble \ +static_assert(alignof(ULowEntryDouble) == 0x000008, "Wrong alignment on ULowEntryDouble"); \ +static_assert(sizeof(ULowEntryDouble) == 0x000040, "Wrong size on ULowEntryDouble"); \ +static_assert(offsetof(ULowEntryDouble, Bytes) == 0x000030, "Member 'ULowEntryDouble::Bytes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULowEntryExecutionQueue \ +static_assert(alignof(ULowEntryExecutionQueue) == 0x000008, "Wrong alignment on ULowEntryExecutionQueue"); \ +static_assert(sizeof(ULowEntryExecutionQueue) == 0x000038, "Wrong size on ULowEntryExecutionQueue"); \ +static_assert(offsetof(ULowEntryExecutionQueue, Count) == 0x000030, "Member 'ULowEntryExecutionQueue::Count' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryExecutionQueue, Next) == 0x000034, "Member 'ULowEntryExecutionQueue::Next' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_AndroidPlatform \ +static_assert(alignof(LowEntryExtendedStandardLibrary_AndroidPlatform) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_AndroidPlatform"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_AndroidPlatform) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_AndroidPlatform"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_AndroidPlatform, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_AndroidPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_AreAndroidHeadphonesPluggedIn \ +static_assert(alignof(LowEntryExtendedStandardLibrary_AreAndroidHeadphonesPluggedIn) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_AreAndroidHeadphonesPluggedIn"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_AreAndroidHeadphonesPluggedIn) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_AreAndroidHeadphonesPluggedIn"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_AreAndroidHeadphonesPluggedIn, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_AreAndroidHeadphonesPluggedIn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_AreBytesEqual \ +static_assert(alignof(LowEntryExtendedStandardLibrary_AreBytesEqual) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_AreBytesEqual"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_AreBytesEqual) == 0x000038, "Wrong size on LowEntryExtendedStandardLibrary_AreBytesEqual"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_AreBytesEqual, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_AreBytesEqual::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_AreBytesEqual, B) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_AreBytesEqual::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_AreBytesEqual, IndexA) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_AreBytesEqual::IndexA' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_AreBytesEqual, LengthA) == 0x000024, "Member 'LowEntryExtendedStandardLibrary_AreBytesEqual::LengthA' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_AreBytesEqual, IndexB) == 0x000028, "Member 'LowEntryExtendedStandardLibrary_AreBytesEqual::IndexB' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_AreBytesEqual, LengthB) == 0x00002C, "Member 'LowEntryExtendedStandardLibrary_AreBytesEqual::LengthB' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_AreBytesEqual, ReturnValue) == 0x000030, "Member 'LowEntryExtendedStandardLibrary_AreBytesEqual::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_Base64ToBase64Url \ +static_assert(alignof(LowEntryExtendedStandardLibrary_Base64ToBase64Url) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_Base64ToBase64Url"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_Base64ToBase64Url) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_Base64ToBase64Url"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Base64ToBase64Url, Base64) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_Base64ToBase64Url::Base64' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Base64ToBase64Url, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_Base64ToBase64Url::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_Base64ToBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_Base64ToBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_Base64ToBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_Base64ToBytes) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_Base64ToBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Base64ToBytes, Base64) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_Base64ToBytes::Base64' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Base64ToBytes, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_Base64ToBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_Base64UrlToBase64 \ +static_assert(alignof(LowEntryExtendedStandardLibrary_Base64UrlToBase64) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_Base64UrlToBase64"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_Base64UrlToBase64) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_Base64UrlToBase64"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Base64UrlToBase64, Base64Url) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_Base64UrlToBase64::Base64Url' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Base64UrlToBase64, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_Base64UrlToBase64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_Base64UrlToBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_Base64UrlToBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_Base64UrlToBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_Base64UrlToBytes) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_Base64UrlToBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Base64UrlToBytes, Base64Url) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_Base64UrlToBytes::Base64Url' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Base64UrlToBytes, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_Base64UrlToBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BCrypt \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BCrypt) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BCrypt"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BCrypt) == 0x000040, "Wrong size on LowEntryExtendedStandardLibrary_BCrypt"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BCrypt, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BCrypt::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BCrypt, Salt) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BCrypt::Salt' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BCrypt, Strength) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_BCrypt::Strength' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BCrypt, Index_0) == 0x000024, "Member 'LowEntryExtendedStandardLibrary_BCrypt::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BCrypt, Length) == 0x000028, "Member 'LowEntryExtendedStandardLibrary_BCrypt::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BCrypt, ReturnValue) == 0x000030, "Member 'LowEntryExtendedStandardLibrary_BCrypt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BinaryToBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BinaryToBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BinaryToBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BinaryToBytes) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_BinaryToBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BinaryToBytes, Binary) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BinaryToBytes::Binary' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BinaryToBytes, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BinaryToBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBit \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBit) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBit"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBit) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBit"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBit, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBit::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBit, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBitArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBitArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBitArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBitArray) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBitArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBitArray, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBitArray::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBitArray, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBitArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBoolean \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBoolean) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBoolean"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBoolean) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBoolean"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBoolean, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBoolean::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBoolean, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBoolean::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBooleanArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBooleanArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBooleanArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBooleanArray) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBooleanArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBooleanArray, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBooleanArray::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBooleanArray, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromBooleanArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByte \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByte) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByte"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByte) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByte"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByte, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByte::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByte, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArray) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArray, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArray::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArray, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArrayLeastSignificantBits \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArrayLeastSignificantBits) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArrayLeastSignificantBits"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArrayLeastSignificantBits) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArrayLeastSignificantBits"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArrayLeastSignificantBits, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArrayLeastSignificantBits::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArrayLeastSignificantBits, BitCount) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArrayLeastSignificantBits::BitCount' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArrayLeastSignificantBits, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArrayLeastSignificantBits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArrayMostSignificantBits \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArrayMostSignificantBits) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArrayMostSignificantBits"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArrayMostSignificantBits) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArrayMostSignificantBits"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArrayMostSignificantBits, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArrayMostSignificantBits::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArrayMostSignificantBits, BitCount) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArrayMostSignificantBits::BitCount' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArrayMostSignificantBits, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteArrayMostSignificantBits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteLeastSignificantBits \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteLeastSignificantBits) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteLeastSignificantBits"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteLeastSignificantBits) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteLeastSignificantBits"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteLeastSignificantBits, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteLeastSignificantBits::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteLeastSignificantBits, BitCount) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteLeastSignificantBits::BitCount' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteLeastSignificantBits, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteLeastSignificantBits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteMostSignificantBits \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteMostSignificantBits) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteMostSignificantBits"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteMostSignificantBits) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteMostSignificantBits"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteMostSignificantBits, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteMostSignificantBits::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteMostSignificantBits, BitCount) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteMostSignificantBits::BitCount' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteMostSignificantBits, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromByteMostSignificantBits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromDoubleBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromDoubleBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromDoubleBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromDoubleBytes) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromDoubleBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromDoubleBytes, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromDoubleBytes::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromDoubleBytes, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromDoubleBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromDoubleBytesArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromDoubleBytesArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromDoubleBytesArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromDoubleBytesArray) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromDoubleBytesArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromDoubleBytesArray, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromDoubleBytesArray::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromDoubleBytesArray, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromDoubleBytesArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromFloat \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromFloat) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromFloat"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromFloat) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromFloat"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromFloat, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromFloat, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromFloatArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromFloatArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromFloatArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromFloatArray) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromFloatArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromFloatArray, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromFloatArray::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromFloatArray, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromFloatArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromInteger \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromInteger) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromInteger"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromInteger) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromInteger"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromInteger, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromInteger::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromInteger, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArray) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArray, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArray::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArray, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArrayLeastSignificantBits \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArrayLeastSignificantBits) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArrayLeastSignificantBits"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArrayLeastSignificantBits) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArrayLeastSignificantBits"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArrayLeastSignificantBits, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArrayLeastSignificantBits::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArrayLeastSignificantBits, BitCount) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArrayLeastSignificantBits::BitCount' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArrayLeastSignificantBits, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArrayLeastSignificantBits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArrayMostSignificantBits \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArrayMostSignificantBits) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArrayMostSignificantBits"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArrayMostSignificantBits) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArrayMostSignificantBits"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArrayMostSignificantBits, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArrayMostSignificantBits::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArrayMostSignificantBits, BitCount) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArrayMostSignificantBits::BitCount' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArrayMostSignificantBits, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerArrayMostSignificantBits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerLeastSignificantBits \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerLeastSignificantBits) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerLeastSignificantBits"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerLeastSignificantBits) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerLeastSignificantBits"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerLeastSignificantBits, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerLeastSignificantBits::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerLeastSignificantBits, BitCount) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerLeastSignificantBits::BitCount' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerLeastSignificantBits, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerLeastSignificantBits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerMostSignificantBits \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerMostSignificantBits) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerMostSignificantBits"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerMostSignificantBits) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerMostSignificantBits"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerMostSignificantBits, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerMostSignificantBits::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerMostSignificantBits, BitCount) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerMostSignificantBits::BitCount' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerMostSignificantBits, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromIntegerMostSignificantBits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromLongBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromLongBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromLongBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromLongBytes) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromLongBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromLongBytes, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromLongBytes::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromLongBytes, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromLongBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromLongBytesArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromLongBytesArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromLongBytesArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromLongBytesArray) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromLongBytesArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromLongBytesArray, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromLongBytesArray::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromLongBytesArray, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromLongBytesArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger1 \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger1) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger1"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger1) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger1"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger1, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger1::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger1, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger1::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger1Array \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger1Array) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger1Array"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger1Array) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger1Array"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger1Array, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger1Array::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger1Array, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger1Array::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger2 \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger2) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger2"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger2) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger2"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger2, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger2::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger2, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger2Array \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger2Array) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger2Array"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger2Array) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger2Array"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger2Array, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger2Array::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger2Array, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger2Array::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger3 \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger3) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger3"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger3) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger3"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger3, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger3::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger3, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger3Array \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger3Array) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger3Array"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger3Array) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger3Array"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger3Array, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger3Array::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger3Array, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromPositiveInteger3Array::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromStringUtf8 \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromStringUtf8) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromStringUtf8"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromStringUtf8) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromStringUtf8"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromStringUtf8, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromStringUtf8::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromStringUtf8, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromStringUtf8::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromStringUtf8Array \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromStringUtf8Array) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromStringUtf8Array"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromStringUtf8Array) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromStringUtf8Array"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromStringUtf8Array, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromStringUtf8Array::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromStringUtf8Array, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BitDataEntry_CreateFromStringUtf8Array::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataReader_Create \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataReader_Create) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataReader_Create"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataReader_Create) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_BitDataReader_Create"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataReader_Create, Bytes) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataReader_Create::Bytes' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataReader_Create, Index_0) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BitDataReader_Create::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataReader_Create, Length) == 0x000014, "Member 'LowEntryExtendedStandardLibrary_BitDataReader_Create::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataReader_Create, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_BitDataReader_Create::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataWriter_CreateFromEntryArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataWriter_CreateFromEntryArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataWriter_CreateFromEntryArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataWriter_CreateFromEntryArray) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_BitDataWriter_CreateFromEntryArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataWriter_CreateFromEntryArray, Array) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataWriter_CreateFromEntryArray::Array' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataWriter_CreateFromEntryArray, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BitDataWriter_CreateFromEntryArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataWriter_CreateFromEntryArrayPure \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataWriter_CreateFromEntryArrayPure) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataWriter_CreateFromEntryArrayPure"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataWriter_CreateFromEntryArrayPure) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_BitDataWriter_CreateFromEntryArrayPure"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataWriter_CreateFromEntryArrayPure, Array) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataWriter_CreateFromEntryArrayPure::Array' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataWriter_CreateFromEntryArrayPure, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BitDataWriter_CreateFromEntryArrayPure::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitDataWriter_GetBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitDataWriter_GetBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitDataWriter_GetBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitDataWriter_GetBytes) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_BitDataWriter_GetBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataWriter_GetBytes, BitDataWriter) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitDataWriter_GetBytes::BitDataWriter' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitDataWriter_GetBytes, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_BitDataWriter_GetBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitsToByte \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitsToByte) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_BitsToByte"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitsToByte) == 0x000009, "Wrong size on LowEntryExtendedStandardLibrary_BitsToByte"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitsToByte, Bit1) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitsToByte::Bit1' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitsToByte, Bit2) == 0x000001, "Member 'LowEntryExtendedStandardLibrary_BitsToByte::Bit2' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitsToByte, Bit3) == 0x000002, "Member 'LowEntryExtendedStandardLibrary_BitsToByte::Bit3' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitsToByte, Bit4) == 0x000003, "Member 'LowEntryExtendedStandardLibrary_BitsToByte::Bit4' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitsToByte, Bit5) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_BitsToByte::Bit5' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitsToByte, Bit6) == 0x000005, "Member 'LowEntryExtendedStandardLibrary_BitsToByte::Bit6' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitsToByte, Bit7) == 0x000006, "Member 'LowEntryExtendedStandardLibrary_BitsToByte::Bit7' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitsToByte, Bit8) == 0x000007, "Member 'LowEntryExtendedStandardLibrary_BitsToByte::Bit8' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitsToByte, Byte) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_BitsToByte::Byte' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BitStringToBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BitStringToBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BitStringToBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BitStringToBytes) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_BitStringToBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitStringToBytes, Bits) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BitStringToBytes::Bits' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BitStringToBytes, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BitStringToBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BooleanToByte \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BooleanToByte) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_BooleanToByte"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BooleanToByte) == 0x000002, "Wrong size on LowEntryExtendedStandardLibrary_BooleanToByte"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BooleanToByte, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BooleanToByte::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BooleanToByte, ReturnValue) == 0x000001, "Member 'LowEntryExtendedStandardLibrary_BooleanToByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BooleanToBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BooleanToBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BooleanToBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BooleanToBytes) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_BooleanToBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BooleanToBytes, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BooleanToBytes::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BooleanToBytes, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_BooleanToBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromBoolean \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromBoolean) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromBoolean"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromBoolean) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromBoolean"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromBoolean, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromBoolean::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromBoolean, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromBoolean::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromBooleanArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromBooleanArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromBooleanArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromBooleanArray) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromBooleanArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromBooleanArray, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromBooleanArray::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromBooleanArray, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromBooleanArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromByte \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromByte) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromByte"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromByte) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromByte"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromByte, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromByte::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromByte, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromByteArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromByteArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromByteArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromByteArray) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromByteArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromByteArray, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromByteArray::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromByteArray, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromByteArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromDoubleBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromDoubleBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromDoubleBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromDoubleBytes) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromDoubleBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromDoubleBytes, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromDoubleBytes::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromDoubleBytes, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromDoubleBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromDoubleBytesArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromDoubleBytesArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromDoubleBytesArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromDoubleBytesArray) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromDoubleBytesArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromDoubleBytesArray, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromDoubleBytesArray::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromDoubleBytesArray, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromDoubleBytesArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromFloat \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromFloat) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromFloat"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromFloat) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromFloat"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromFloat, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromFloat, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromFloatArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromFloatArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromFloatArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromFloatArray) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromFloatArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromFloatArray, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromFloatArray::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromFloatArray, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromFloatArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromInteger \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromInteger) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromInteger"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromInteger) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromInteger"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromInteger, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromInteger::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromInteger, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromIntegerArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromIntegerArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromIntegerArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromIntegerArray) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromIntegerArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromIntegerArray, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromIntegerArray::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromIntegerArray, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromIntegerArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromLongBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromLongBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromLongBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromLongBytes) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromLongBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromLongBytes, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromLongBytes::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromLongBytes, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromLongBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromLongBytesArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromLongBytesArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromLongBytesArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromLongBytesArray) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromLongBytesArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromLongBytesArray, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromLongBytesArray::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromLongBytesArray, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromLongBytesArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger1 \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger1) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger1"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger1) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger1"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger1, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger1::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger1, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger1::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger1Array \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger1Array) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger1Array"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger1Array) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger1Array"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger1Array, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger1Array::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger1Array, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger1Array::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger2 \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger2) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger2"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger2) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger2"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger2, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger2::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger2, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger2Array \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger2Array) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger2Array"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger2Array) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger2Array"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger2Array, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger2Array::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger2Array, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger2Array::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger3 \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger3) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger3"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger3) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger3"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger3, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger3::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger3, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger3Array \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger3Array) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger3Array"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger3Array) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger3Array"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger3Array, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger3Array::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger3Array, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromPositiveInteger3Array::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromStringUtf8 \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromStringUtf8) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromStringUtf8"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromStringUtf8) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromStringUtf8"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromStringUtf8, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromStringUtf8::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromStringUtf8, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromStringUtf8::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromStringUtf8Array \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromStringUtf8Array) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromStringUtf8Array"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromStringUtf8Array) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromStringUtf8Array"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromStringUtf8Array, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromStringUtf8Array::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromStringUtf8Array, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_ByteDataEntry_CreateFromStringUtf8Array::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteDataReader_Create \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteDataReader_Create) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteDataReader_Create"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteDataReader_Create) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_ByteDataReader_Create"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataReader_Create, Bytes) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteDataReader_Create::Bytes' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataReader_Create, Index_0) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_ByteDataReader_Create::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataReader_Create, Length) == 0x000014, "Member 'LowEntryExtendedStandardLibrary_ByteDataReader_Create::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataReader_Create, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_ByteDataReader_Create::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteDataWriter_CreateFromEntryArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteDataWriter_CreateFromEntryArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteDataWriter_CreateFromEntryArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteDataWriter_CreateFromEntryArray) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_ByteDataWriter_CreateFromEntryArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataWriter_CreateFromEntryArray, Array) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteDataWriter_CreateFromEntryArray::Array' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataWriter_CreateFromEntryArray, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_ByteDataWriter_CreateFromEntryArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteDataWriter_CreateFromEntryArrayPure \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteDataWriter_CreateFromEntryArrayPure) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteDataWriter_CreateFromEntryArrayPure"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteDataWriter_CreateFromEntryArrayPure) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_ByteDataWriter_CreateFromEntryArrayPure"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataWriter_CreateFromEntryArrayPure, Array) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteDataWriter_CreateFromEntryArrayPure::Array' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataWriter_CreateFromEntryArrayPure, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_ByteDataWriter_CreateFromEntryArrayPure::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteDataWriter_GetBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteDataWriter_GetBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteDataWriter_GetBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteDataWriter_GetBytes) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_ByteDataWriter_GetBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataWriter_GetBytes, ByteDataWriter) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteDataWriter_GetBytes::ByteDataWriter' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteDataWriter_GetBytes, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_ByteDataWriter_GetBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BytesSubArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BytesSubArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BytesSubArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BytesSubArray) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_BytesSubArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesSubArray, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BytesSubArray::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesSubArray, Index_0) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BytesSubArray::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesSubArray, Length) == 0x000014, "Member 'LowEntryExtendedStandardLibrary_BytesSubArray::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesSubArray, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_BytesSubArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BytesToBase64 \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BytesToBase64) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BytesToBase64"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BytesToBase64) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_BytesToBase64"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToBase64, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BytesToBase64::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToBase64, Index_0) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BytesToBase64::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToBase64, Length) == 0x000014, "Member 'LowEntryExtendedStandardLibrary_BytesToBase64::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToBase64, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_BytesToBase64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BytesToBase64Url \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BytesToBase64Url) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BytesToBase64Url"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BytesToBase64Url) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_BytesToBase64Url"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToBase64Url, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BytesToBase64Url::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToBase64Url, Index_0) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BytesToBase64Url::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToBase64Url, Length) == 0x000014, "Member 'LowEntryExtendedStandardLibrary_BytesToBase64Url::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToBase64Url, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_BytesToBase64Url::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BytesToBinary \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BytesToBinary) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BytesToBinary"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BytesToBinary) == 0x000030, "Wrong size on LowEntryExtendedStandardLibrary_BytesToBinary"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToBinary, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BytesToBinary::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToBinary, AddSpaces) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BytesToBinary::AddSpaces' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToBinary, Index_0) == 0x000014, "Member 'LowEntryExtendedStandardLibrary_BytesToBinary::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToBinary, Length) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_BytesToBinary::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToBinary, ReturnValue) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_BytesToBinary::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BytesToBitString \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BytesToBitString) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BytesToBitString"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BytesToBitString) == 0x000030, "Wrong size on LowEntryExtendedStandardLibrary_BytesToBitString"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToBitString, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BytesToBitString::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToBitString, AddSpaces) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BytesToBitString::AddSpaces' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToBitString, Index_0) == 0x000014, "Member 'LowEntryExtendedStandardLibrary_BytesToBitString::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToBitString, Length) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_BytesToBitString::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToBitString, ReturnValue) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_BytesToBitString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BytesToBoolean \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BytesToBoolean) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BytesToBoolean"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BytesToBoolean) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_BytesToBoolean"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToBoolean, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BytesToBoolean::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToBoolean, Index_0) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BytesToBoolean::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToBoolean, Length) == 0x000014, "Member 'LowEntryExtendedStandardLibrary_BytesToBoolean::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToBoolean, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_BytesToBoolean::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BytesToByte \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BytesToByte) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BytesToByte"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BytesToByte) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_BytesToByte"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToByte, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BytesToByte::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToByte, Index_0) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BytesToByte::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToByte, Length) == 0x000014, "Member 'LowEntryExtendedStandardLibrary_BytesToByte::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToByte, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_BytesToByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BytesToDoubleBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BytesToDoubleBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BytesToDoubleBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BytesToDoubleBytes) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_BytesToDoubleBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToDoubleBytes, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BytesToDoubleBytes::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToDoubleBytes, Index_0) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BytesToDoubleBytes::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToDoubleBytes, Length) == 0x000014, "Member 'LowEntryExtendedStandardLibrary_BytesToDoubleBytes::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToDoubleBytes, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_BytesToDoubleBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BytesToExistingImage \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BytesToExistingImage) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BytesToExistingImage"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BytesToExistingImage) == 0x000038, "Wrong size on LowEntryExtendedStandardLibrary_BytesToExistingImage"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToExistingImage, ReusedGivenTexture2D) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BytesToExistingImage::ReusedGivenTexture2D' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToExistingImage, Texture2D) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_BytesToExistingImage::Texture2D' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToExistingImage, ByteArray) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BytesToExistingImage::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToExistingImage, ImageFormat) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_BytesToExistingImage::ImageFormat' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToExistingImage, Index_0) == 0x000024, "Member 'LowEntryExtendedStandardLibrary_BytesToExistingImage::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToExistingImage, Length) == 0x000028, "Member 'LowEntryExtendedStandardLibrary_BytesToExistingImage::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToExistingImage, ReturnValue) == 0x000030, "Member 'LowEntryExtendedStandardLibrary_BytesToExistingImage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BytesToFloat \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BytesToFloat) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BytesToFloat"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BytesToFloat) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_BytesToFloat"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToFloat, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BytesToFloat::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToFloat, Index_0) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BytesToFloat::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToFloat, Length) == 0x000014, "Member 'LowEntryExtendedStandardLibrary_BytesToFloat::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToFloat, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_BytesToFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BytesToHex \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BytesToHex) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BytesToHex"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BytesToHex) == 0x000030, "Wrong size on LowEntryExtendedStandardLibrary_BytesToHex"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToHex, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BytesToHex::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToHex, AddSpaces) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BytesToHex::AddSpaces' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToHex, Index_0) == 0x000014, "Member 'LowEntryExtendedStandardLibrary_BytesToHex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToHex, Length) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_BytesToHex::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToHex, ReturnValue) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_BytesToHex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BytesToImage \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BytesToImage) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BytesToImage"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BytesToImage) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_BytesToImage"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToImage, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BytesToImage::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToImage, ImageFormat) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BytesToImage::ImageFormat' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToImage, Index_0) == 0x000014, "Member 'LowEntryExtendedStandardLibrary_BytesToImage::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToImage, Length) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_BytesToImage::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToImage, ReturnValue) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_BytesToImage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BytesToInteger \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BytesToInteger) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BytesToInteger"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BytesToInteger) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_BytesToInteger"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToInteger, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BytesToInteger::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToInteger, Index_0) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BytesToInteger::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToInteger, Length) == 0x000014, "Member 'LowEntryExtendedStandardLibrary_BytesToInteger::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToInteger, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_BytesToInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BytesToLongBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BytesToLongBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BytesToLongBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BytesToLongBytes) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_BytesToLongBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToLongBytes, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BytesToLongBytes::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToLongBytes, Index_0) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BytesToLongBytes::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToLongBytes, Length) == 0x000014, "Member 'LowEntryExtendedStandardLibrary_BytesToLongBytes::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToLongBytes, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_BytesToLongBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BytesToPixels \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BytesToPixels) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BytesToPixels"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BytesToPixels) == 0x000038, "Wrong size on LowEntryExtendedStandardLibrary_BytesToPixels"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToPixels, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BytesToPixels::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToPixels, ImageFormat) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BytesToPixels::ImageFormat' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToPixels, Width) == 0x000014, "Member 'LowEntryExtendedStandardLibrary_BytesToPixels::Width' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToPixels, Height) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_BytesToPixels::Height' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToPixels, Pixels) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_BytesToPixels::Pixels' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToPixels, Index_0) == 0x000030, "Member 'LowEntryExtendedStandardLibrary_BytesToPixels::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToPixels, Length) == 0x000034, "Member 'LowEntryExtendedStandardLibrary_BytesToPixels::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_BytesToStringUtf8 \ +static_assert(alignof(LowEntryExtendedStandardLibrary_BytesToStringUtf8) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_BytesToStringUtf8"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_BytesToStringUtf8) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_BytesToStringUtf8"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToStringUtf8, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_BytesToStringUtf8::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToStringUtf8, Index_0) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_BytesToStringUtf8::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToStringUtf8, Length) == 0x000014, "Member 'LowEntryExtendedStandardLibrary_BytesToStringUtf8::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_BytesToStringUtf8, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_BytesToStringUtf8::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteToBits \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteToBits) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteToBits"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteToBits) == 0x000009, "Wrong size on LowEntryExtendedStandardLibrary_ByteToBits"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteToBits, Byte) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteToBits::Byte' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteToBits, Bit1) == 0x000001, "Member 'LowEntryExtendedStandardLibrary_ByteToBits::Bit1' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteToBits, Bit2) == 0x000002, "Member 'LowEntryExtendedStandardLibrary_ByteToBits::Bit2' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteToBits, Bit3) == 0x000003, "Member 'LowEntryExtendedStandardLibrary_ByteToBits::Bit3' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteToBits, Bit4) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_ByteToBits::Bit4' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteToBits, Bit5) == 0x000005, "Member 'LowEntryExtendedStandardLibrary_ByteToBits::Bit5' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteToBits, Bit6) == 0x000006, "Member 'LowEntryExtendedStandardLibrary_ByteToBits::Bit6' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteToBits, Bit7) == 0x000007, "Member 'LowEntryExtendedStandardLibrary_ByteToBits::Bit7' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteToBits, Bit8) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_ByteToBits::Bit8' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteToBoolean \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteToBoolean) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteToBoolean"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteToBoolean) == 0x000002, "Wrong size on LowEntryExtendedStandardLibrary_ByteToBoolean"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteToBoolean, Byte) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteToBoolean::Byte' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteToBoolean, ReturnValue) == 0x000001, "Member 'LowEntryExtendedStandardLibrary_ByteToBoolean::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ByteToBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ByteToBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ByteToBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ByteToBytes) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_ByteToBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteToBytes, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ByteToBytes::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ByteToBytes, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_ByteToBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_CarriageReturnCharacter \ +static_assert(alignof(LowEntryExtendedStandardLibrary_CarriageReturnCharacter) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_CarriageReturnCharacter"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_CarriageReturnCharacter) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_CarriageReturnCharacter"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CarriageReturnCharacter, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_CarriageReturnCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_CaseSwitchByte \ +static_assert(alignof(LowEntryExtendedStandardLibrary_CaseSwitchByte) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_CaseSwitchByte"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_CaseSwitchByte) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_CaseSwitchByte"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchByte, OnlyCheckFirstX) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchByte::OnlyCheckFirstX' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchByte, Value) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchByte::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchByte, _1__) == 0x000005, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchByte::_1__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchByte, _2__) == 0x000006, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchByte::_2__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchByte, _3__) == 0x000007, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchByte::_3__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchByte, _4__) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchByte::_4__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchByte, _5__) == 0x000009, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchByte::_5__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchByte, _6__) == 0x00000A, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchByte::_6__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchByte, _7__) == 0x00000B, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchByte::_7__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchByte, _8__) == 0x00000C, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchByte::_8__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchByte, _9__) == 0x00000D, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchByte::_9__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchByte, _10__) == 0x00000E, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchByte::_10__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchByte, Branch) == 0x00000F, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchByte::Branch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_CaseSwitchInteger \ +static_assert(alignof(LowEntryExtendedStandardLibrary_CaseSwitchInteger) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_CaseSwitchInteger"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_CaseSwitchInteger) == 0x000034, "Wrong size on LowEntryExtendedStandardLibrary_CaseSwitchInteger"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchInteger, OnlyCheckFirstX) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchInteger::OnlyCheckFirstX' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchInteger, Value) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchInteger::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchInteger, _1__) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchInteger::_1__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchInteger, _2__) == 0x00000C, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchInteger::_2__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchInteger, _3__) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchInteger::_3__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchInteger, _4__) == 0x000014, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchInteger::_4__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchInteger, _5__) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchInteger::_5__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchInteger, _6__) == 0x00001C, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchInteger::_6__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchInteger, _7__) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchInteger::_7__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchInteger, _8__) == 0x000024, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchInteger::_8__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchInteger, _9__) == 0x000028, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchInteger::_9__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchInteger, _10__) == 0x00002C, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchInteger::_10__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchInteger, Branch) == 0x000030, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchInteger::Branch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_CaseSwitchObject \ +static_assert(alignof(LowEntryExtendedStandardLibrary_CaseSwitchObject) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_CaseSwitchObject"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_CaseSwitchObject) == 0x000068, "Wrong size on LowEntryExtendedStandardLibrary_CaseSwitchObject"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchObject, OnlyCheckFirstX) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchObject::OnlyCheckFirstX' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchObject, Value) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchObject::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchObject, _1__) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchObject::_1__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchObject, _2__) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchObject::_2__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchObject, _3__) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchObject::_3__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchObject, _4__) == 0x000028, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchObject::_4__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchObject, _5__) == 0x000030, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchObject::_5__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchObject, _6__) == 0x000038, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchObject::_6__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchObject, _7__) == 0x000040, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchObject::_7__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchObject, _8__) == 0x000048, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchObject::_8__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchObject, _9__) == 0x000050, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchObject::_9__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchObject, _10__) == 0x000058, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchObject::_10__' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CaseSwitchObject, Branch) == 0x000060, "Member 'LowEntryExtendedStandardLibrary_CaseSwitchObject::Branch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_CeilDecimals \ +static_assert(alignof(LowEntryExtendedStandardLibrary_CeilDecimals) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_CeilDecimals"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_CeilDecimals) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_CeilDecimals"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CeilDecimals, Number) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_CeilDecimals::Number' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CeilDecimals, Decimals) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_CeilDecimals::Decimals' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CeilDecimals, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_CeilDecimals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ChangeMap \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ChangeMap) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ChangeMap"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ChangeMap) == 0x000030, "Wrong size on LowEntryExtendedStandardLibrary_ChangeMap"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ChangeMap, WorldContextObject) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ChangeMap::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ChangeMap, Map) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_ChangeMap::Map' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ChangeMap, Args) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_ChangeMap::Args' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ChangeMap, SpecificPlayer) == 0x000028, "Member 'LowEntryExtendedStandardLibrary_ChangeMap::SpecificPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ClearUserFocus \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ClearUserFocus) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_ClearUserFocus"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ClearUserFocus) == 0x000004, "Wrong size on LowEntryExtendedStandardLibrary_ClearUserFocus"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ClearUserFocus, UserIndex) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ClearUserFocus::UserIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ClipboardGet \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ClipboardGet) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ClipboardGet"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ClipboardGet) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_ClipboardGet"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ClipboardGet, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ClipboardGet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ClipboardSet \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ClipboardSet) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ClipboardSet"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ClipboardSet) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_ClipboardSet"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ClipboardSet, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ClipboardSet::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ConvertLocalDateToUtcDate \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ConvertLocalDateToUtcDate) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ConvertLocalDateToUtcDate"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ConvertLocalDateToUtcDate) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_ConvertLocalDateToUtcDate"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ConvertLocalDateToUtcDate, Local) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ConvertLocalDateToUtcDate::Local' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ConvertLocalDateToUtcDate, Utc) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_ConvertLocalDateToUtcDate::Utc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ConvertUtcDateToLocalDate \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ConvertUtcDateToLocalDate) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ConvertUtcDateToLocalDate"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ConvertUtcDateToLocalDate) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_ConvertUtcDateToLocalDate"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ConvertUtcDateToLocalDate, Utc) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ConvertUtcDateToLocalDate::Utc' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ConvertUtcDateToLocalDate, Local) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_ConvertUtcDateToLocalDate::Local' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_CreateObject_0 \ +static_assert(alignof(LowEntryExtendedStandardLibrary_CreateObject_0) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_CreateObject_0"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_CreateObject_0) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_CreateObject_0"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CreateObject_0, Class_0) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_CreateObject_0::Class_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CreateObject_0, Object) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_CreateObject_0::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_CreateString \ +static_assert(alignof(LowEntryExtendedStandardLibrary_CreateString) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_CreateString"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_CreateString) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_CreateString"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CreateString, Length) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_CreateString::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CreateString, Filler) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_CreateString::Filler' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_CreateString, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_CreateString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_DateTime_FromUnixTimestamp \ +static_assert(alignof(LowEntryExtendedStandardLibrary_DateTime_FromUnixTimestamp) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_DateTime_FromUnixTimestamp"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_DateTime_FromUnixTimestamp) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_DateTime_FromUnixTimestamp"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_DateTime_FromUnixTimestamp, Timestamp) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_DateTime_FromUnixTimestamp::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_DateTime_FromUnixTimestamp, DateTime) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_DateTime_FromUnixTimestamp::DateTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_DateTime_ToIso8601 \ +static_assert(alignof(LowEntryExtendedStandardLibrary_DateTime_ToIso8601) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_DateTime_ToIso8601"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_DateTime_ToIso8601) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_DateTime_ToIso8601"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_DateTime_ToIso8601, DateTime) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_DateTime_ToIso8601::DateTime' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_DateTime_ToIso8601, String) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_DateTime_ToIso8601::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_DateTime_ToString \ +static_assert(alignof(LowEntryExtendedStandardLibrary_DateTime_ToString) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_DateTime_ToString"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_DateTime_ToString) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_DateTime_ToString"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_DateTime_ToString, DateTime) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_DateTime_ToString::DateTime' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_DateTime_ToString, String) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_DateTime_ToString::String' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_DateTime_ToString, Format) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_DateTime_ToString::Format' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_DateTime_ToUnixTimestamp \ +static_assert(alignof(LowEntryExtendedStandardLibrary_DateTime_ToUnixTimestamp) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_DateTime_ToUnixTimestamp"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_DateTime_ToUnixTimestamp) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_DateTime_ToUnixTimestamp"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_DateTime_ToUnixTimestamp, DateTime) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_DateTime_ToUnixTimestamp::DateTime' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_DateTime_ToUnixTimestamp, Timestamp) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_DateTime_ToUnixTimestamp::Timestamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_DebugBuild \ +static_assert(alignof(LowEntryExtendedStandardLibrary_DebugBuild) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_DebugBuild"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_DebugBuild) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_DebugBuild"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_DebugBuild, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_DebugBuild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_DelayFrames \ +static_assert(alignof(LowEntryExtendedStandardLibrary_DelayFrames) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_DelayFrames"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_DelayFrames) == 0x000030, "Wrong size on LowEntryExtendedStandardLibrary_DelayFrames"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_DelayFrames, WorldContextObject) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_DelayFrames::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_DelayFrames, Frames) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_DelayFrames::Frames' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_DelayFrames, LatentInfo) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_DelayFrames::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_DesktopPlatform \ +static_assert(alignof(LowEntryExtendedStandardLibrary_DesktopPlatform) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_DesktopPlatform"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_DesktopPlatform) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_DesktopPlatform"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_DesktopPlatform, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_DesktopPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_DevelopmentBuild \ +static_assert(alignof(LowEntryExtendedStandardLibrary_DevelopmentBuild) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_DevelopmentBuild"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_DevelopmentBuild) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_DevelopmentBuild"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_DevelopmentBuild, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_DevelopmentBuild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_Divide_Vector2dVector2d \ +static_assert(alignof(LowEntryExtendedStandardLibrary_Divide_Vector2dVector2d) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_Divide_Vector2dVector2d"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_Divide_Vector2dVector2d) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_Divide_Vector2dVector2d"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Divide_Vector2dVector2d, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_Divide_Vector2dVector2d::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Divide_Vector2dVector2d, B) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_Divide_Vector2dVector2d::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Divide_Vector2dVector2d, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_Divide_Vector2dVector2d::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_Double_Create \ +static_assert(alignof(LowEntryExtendedStandardLibrary_Double_Create) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_Double_Create"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_Double_Create) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_Double_Create"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Double_Create, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_Double_Create::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Double_Create, Index_0) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_Double_Create::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Double_Create, Length) == 0x000014, "Member 'LowEntryExtendedStandardLibrary_Double_Create::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Double_Create, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_Double_Create::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_Double_CreateZero \ +static_assert(alignof(LowEntryExtendedStandardLibrary_Double_CreateZero) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_Double_CreateZero"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_Double_CreateZero) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_Double_CreateZero"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Double_CreateZero, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_Double_CreateZero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_EncapsulateByteArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_EncapsulateByteArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_EncapsulateByteArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_EncapsulateByteArray) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_EncapsulateByteArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_EncapsulateByteArray, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_EncapsulateByteArray::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_EncapsulateByteArray, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_EncapsulateByteArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ExecToBoolean \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ExecToBoolean) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_ExecToBoolean"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ExecToBoolean) == 0x000002, "Wrong size on LowEntryExtendedStandardLibrary_ExecToBoolean"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ExecToBoolean, Branch) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ExecToBoolean::Branch' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ExecToBoolean, Value) == 0x000001, "Member 'LowEntryExtendedStandardLibrary_ExecToBoolean::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ExecToByte \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ExecToByte) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_ExecToByte"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ExecToByte) == 0x000002, "Wrong size on LowEntryExtendedStandardLibrary_ExecToByte"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ExecToByte, Branch) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ExecToByte::Branch' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ExecToByte, Value) == 0x000001, "Member 'LowEntryExtendedStandardLibrary_ExecToByte::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ExecToInteger \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ExecToInteger) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_ExecToInteger"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ExecToInteger) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_ExecToInteger"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ExecToInteger, Branch) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ExecToInteger::Branch' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ExecToInteger, Value) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_ExecToInteger::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_FloatToBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_FloatToBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_FloatToBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_FloatToBytes) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_FloatToBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_FloatToBytes, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_FloatToBytes::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_FloatToBytes, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_FloatToBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_FloorDecimals \ +static_assert(alignof(LowEntryExtendedStandardLibrary_FloorDecimals) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_FloorDecimals"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_FloorDecimals) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_FloorDecimals"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_FloorDecimals, Number) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_FloorDecimals::Number' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_FloorDecimals, Decimals) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_FloorDecimals::Decimals' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_FloorDecimals, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_FloorDecimals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GenerateRandomBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GenerateRandomBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_GenerateRandomBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GenerateRandomBytes) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_GenerateRandomBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GenerateRandomBytes, Length) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GenerateRandomBytes::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GenerateRandomBytes, ByteArray) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_GenerateRandomBytes::ByteArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GenerateRandomBytesRandomLength \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GenerateRandomBytesRandomLength) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_GenerateRandomBytesRandomLength"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GenerateRandomBytesRandomLength) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_GenerateRandomBytesRandomLength"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GenerateRandomBytesRandomLength, MinLength) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GenerateRandomBytesRandomLength::MinLength' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GenerateRandomBytesRandomLength, MaxLength) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GenerateRandomBytesRandomLength::MaxLength' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GenerateRandomBytesRandomLength, ByteArray) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_GenerateRandomBytesRandomLength::ByteArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetAbsoluteSize \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetAbsoluteSize) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GetAbsoluteSize"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetAbsoluteSize) == 0x000040, "Wrong size on LowEntryExtendedStandardLibrary_GetAbsoluteSize"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetAbsoluteSize, Geometry) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetAbsoluteSize::Geometry' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetAbsoluteSize, ReturnValue) == 0x000038, "Member 'LowEntryExtendedStandardLibrary_GetAbsoluteSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetAbsoluteToLocalScale \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetAbsoluteToLocalScale) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GetAbsoluteToLocalScale"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetAbsoluteToLocalScale) == 0x000040, "Wrong size on LowEntryExtendedStandardLibrary_GetAbsoluteToLocalScale"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetAbsoluteToLocalScale, Geometry) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetAbsoluteToLocalScale::Geometry' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetAbsoluteToLocalScale, ReturnValue) == 0x000038, "Member 'LowEntryExtendedStandardLibrary_GetAbsoluteToLocalScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetAndroidBuildVersion \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetAndroidBuildVersion) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GetAndroidBuildVersion"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetAndroidBuildVersion) == 0x000004, "Wrong size on LowEntryExtendedStandardLibrary_GetAndroidBuildVersion"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetAndroidBuildVersion, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetAndroidBuildVersion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetAndroidDefaultLocale \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetAndroidDefaultLocale) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_GetAndroidDefaultLocale"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetAndroidDefaultLocale) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_GetAndroidDefaultLocale"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetAndroidDefaultLocale, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetAndroidDefaultLocale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetAndroidDeviceMake \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetAndroidDeviceMake) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_GetAndroidDeviceMake"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetAndroidDeviceMake) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_GetAndroidDeviceMake"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetAndroidDeviceMake, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetAndroidDeviceMake::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetAndroidDeviceModel \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetAndroidDeviceModel) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_GetAndroidDeviceModel"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetAndroidDeviceModel) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_GetAndroidDeviceModel"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetAndroidDeviceModel, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetAndroidDeviceModel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetAndroidGlVersion \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetAndroidGlVersion) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_GetAndroidGlVersion"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetAndroidGlVersion) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_GetAndroidGlVersion"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetAndroidGlVersion, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetAndroidGlVersion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetAndroidGpuFamily \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetAndroidGpuFamily) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_GetAndroidGpuFamily"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetAndroidGpuFamily) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_GetAndroidGpuFamily"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetAndroidGpuFamily, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetAndroidGpuFamily::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetAndroidNumberOfCores \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetAndroidNumberOfCores) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GetAndroidNumberOfCores"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetAndroidNumberOfCores) == 0x000004, "Wrong size on LowEntryExtendedStandardLibrary_GetAndroidNumberOfCores"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetAndroidNumberOfCores, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetAndroidNumberOfCores::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetAndroidOsLanguage \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetAndroidOsLanguage) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_GetAndroidOsLanguage"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetAndroidOsLanguage) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_GetAndroidOsLanguage"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetAndroidOsLanguage, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetAndroidOsLanguage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetAndroidVersion \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetAndroidVersion) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_GetAndroidVersion"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetAndroidVersion) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_GetAndroidVersion"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetAndroidVersion, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetAndroidVersion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetAndroidVolume \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetAndroidVolume) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GetAndroidVolume"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetAndroidVolume) == 0x000004, "Wrong size on LowEntryExtendedStandardLibrary_GetAndroidVolume"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetAndroidVolume, Volume) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetAndroidVolume::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetBatteryCharge \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetBatteryCharge) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GetBatteryCharge"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetBatteryCharge) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_GetBatteryCharge"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetBatteryCharge, Percentage) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetBatteryCharge::Percentage' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetBatteryCharge, Success) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GetBatteryCharge::Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetBatteryState \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetBatteryState) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_GetBatteryState"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetBatteryState) == 0x000002, "Wrong size on LowEntryExtendedStandardLibrary_GetBatteryState"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetBatteryState, State) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetBatteryState::State' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetBatteryState, Success) == 0x000001, "Member 'LowEntryExtendedStandardLibrary_GetBatteryState::Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetBatteryTemperature \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetBatteryTemperature) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GetBatteryTemperature"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetBatteryTemperature) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_GetBatteryTemperature"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetBatteryTemperature, Celsius) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetBatteryTemperature::Celsius' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetBatteryTemperature, Success) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GetBatteryTemperature::Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetByteWithBitSet \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetByteWithBitSet) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GetByteWithBitSet"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetByteWithBitSet) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_GetByteWithBitSet"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetByteWithBitSet, Byte) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetByteWithBitSet::Byte' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetByteWithBitSet, Bit) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GetByteWithBitSet::Bit' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetByteWithBitSet, Value) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_GetByteWithBitSet::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetByteWithBitSet, ReturnValue) == 0x000009, "Member 'LowEntryExtendedStandardLibrary_GetByteWithBitSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetClassWithName \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetClassWithName) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_GetClassWithName"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetClassWithName) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_GetClassWithName"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetClassWithName, ClassName) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetClassWithName::ClassName' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetClassWithName, Class_) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_GetClassWithName::Class_' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetClassWithName, Success) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_GetClassWithName::Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetCurrentVolume \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetCurrentVolume) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GetCurrentVolume"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetCurrentVolume) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_GetCurrentVolume"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetCurrentVolume, Volume) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetCurrentVolume::Volume' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetCurrentVolume, Success) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GetCurrentVolume::Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetCurrentVolumePercentage \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetCurrentVolumePercentage) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GetCurrentVolumePercentage"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetCurrentVolumePercentage) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_GetCurrentVolumePercentage"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetCurrentVolumePercentage, Percentage) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetCurrentVolumePercentage::Percentage' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetCurrentVolumePercentage, Success) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GetCurrentVolumePercentage::Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetGenericTeamId \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetGenericTeamId) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_GetGenericTeamId"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetGenericTeamId) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_GetGenericTeamId"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetGenericTeamId, Target) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetGenericTeamId::Target' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetGenericTeamId, TeamID) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_GetGenericTeamId::TeamID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetKeyboardFocusedWidgetType \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetKeyboardFocusedWidgetType) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GetKeyboardFocusedWidgetType"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetKeyboardFocusedWidgetType) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_GetKeyboardFocusedWidgetType"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetKeyboardFocusedWidgetType, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetKeyboardFocusedWidgetType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetLocalToAbsoluteScale \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetLocalToAbsoluteScale) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GetLocalToAbsoluteScale"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetLocalToAbsoluteScale) == 0x000040, "Wrong size on LowEntryExtendedStandardLibrary_GetLocalToAbsoluteScale"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetLocalToAbsoluteScale, Geometry) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetLocalToAbsoluteScale::Geometry' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetLocalToAbsoluteScale, ReturnValue) == 0x000038, "Member 'LowEntryExtendedStandardLibrary_GetLocalToAbsoluteScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetMaximumVolume \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetMaximumVolume) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GetMaximumVolume"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetMaximumVolume) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_GetMaximumVolume"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetMaximumVolume, Volume) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetMaximumVolume::Volume' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetMaximumVolume, Success) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GetMaximumVolume::Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetMousePosition \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetMousePosition) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GetMousePosition"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetMousePosition) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_GetMousePosition"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetMousePosition, Success) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetMousePosition::Success' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetMousePosition, X) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GetMousePosition::X' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetMousePosition, Y) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_GetMousePosition::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetMousePositionInPercentages \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetMousePositionInPercentages) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GetMousePositionInPercentages"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetMousePositionInPercentages) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_GetMousePositionInPercentages"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetMousePositionInPercentages, Success) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetMousePositionInPercentages::Success' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetMousePositionInPercentages, X) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GetMousePositionInPercentages::X' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetMousePositionInPercentages, Y) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_GetMousePositionInPercentages::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetPrimaryMonitorResolution \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetPrimaryMonitorResolution) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GetPrimaryMonitorResolution"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetPrimaryMonitorResolution) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_GetPrimaryMonitorResolution"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetPrimaryMonitorResolution, Width) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetPrimaryMonitorResolution::Width' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetPrimaryMonitorResolution, Height) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GetPrimaryMonitorResolution::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetPrimaryMonitorWorkArea \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetPrimaryMonitorWorkArea) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GetPrimaryMonitorWorkArea"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetPrimaryMonitorWorkArea) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_GetPrimaryMonitorWorkArea"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetPrimaryMonitorWorkArea, X) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetPrimaryMonitorWorkArea::X' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetPrimaryMonitorWorkArea, Y) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GetPrimaryMonitorWorkArea::Y' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetPrimaryMonitorWorkArea, Width) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_GetPrimaryMonitorWorkArea::Width' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetPrimaryMonitorWorkArea, Height) == 0x00000C, "Member 'LowEntryExtendedStandardLibrary_GetPrimaryMonitorWorkArea::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetProjectName \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetProjectName) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_GetProjectName"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetProjectName) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_GetProjectName"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetProjectName, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetProjectName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetProjectVersion \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetProjectVersion) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_GetProjectVersion"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetProjectVersion) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_GetProjectVersion"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetProjectVersion, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetProjectVersion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetSplitScreenType \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetSplitScreenType) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_GetSplitScreenType"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetSplitScreenType) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_GetSplitScreenType"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetSplitScreenType, Type) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetSplitScreenType::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetUserFocusedWidgetType \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetUserFocusedWidgetType) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GetUserFocusedWidgetType"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetUserFocusedWidgetType) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_GetUserFocusedWidgetType"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetUserFocusedWidgetType, UserIndex) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetUserFocusedWidgetType::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetUserFocusedWidgetType, ReturnValue) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GetUserFocusedWidgetType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetWindowBorderSize \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetWindowBorderSize) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GetWindowBorderSize"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetWindowBorderSize) == 0x000014, "Wrong size on LowEntryExtendedStandardLibrary_GetWindowBorderSize"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetWindowBorderSize, Success) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetWindowBorderSize::Success' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetWindowBorderSize, Margin) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GetWindowBorderSize::Margin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetWindowBounds \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetWindowBounds) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GetWindowBounds"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetWindowBounds) == 0x000014, "Wrong size on LowEntryExtendedStandardLibrary_GetWindowBounds"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetWindowBounds, Success) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetWindowBounds::Success' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetWindowBounds, X) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GetWindowBounds::X' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetWindowBounds, Y) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_GetWindowBounds::Y' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetWindowBounds, Width) == 0x00000C, "Member 'LowEntryExtendedStandardLibrary_GetWindowBounds::Width' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetWindowBounds, Height) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_GetWindowBounds::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetWindowMode \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetWindowMode) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_GetWindowMode"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetWindowMode) == 0x000003, "Wrong size on LowEntryExtendedStandardLibrary_GetWindowMode"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetWindowMode, Success) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetWindowMode::Success' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetWindowMode, Fullscreen) == 0x000001, "Member 'LowEntryExtendedStandardLibrary_GetWindowMode::Fullscreen' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetWindowMode, IsFullscreenWindowed) == 0x000002, "Member 'LowEntryExtendedStandardLibrary_GetWindowMode::IsFullscreenWindowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetWindowPositiomInPercentagesCentered \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetWindowPositiomInPercentagesCentered) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GetWindowPositiomInPercentagesCentered"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetWindowPositiomInPercentagesCentered) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_GetWindowPositiomInPercentagesCentered"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetWindowPositiomInPercentagesCentered, Success) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetWindowPositiomInPercentagesCentered::Success' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetWindowPositiomInPercentagesCentered, X) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GetWindowPositiomInPercentagesCentered::X' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetWindowPositiomInPercentagesCentered, Y) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_GetWindowPositiomInPercentagesCentered::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetWindowPosition \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetWindowPosition) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GetWindowPosition"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetWindowPosition) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_GetWindowPosition"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetWindowPosition, Success) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetWindowPosition::Success' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetWindowPosition, X) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GetWindowPosition::X' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetWindowPosition, Y) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_GetWindowPosition::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GetWindowSize \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GetWindowSize) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GetWindowSize"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GetWindowSize) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_GetWindowSize"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetWindowSize, Success) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GetWindowSize::Success' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetWindowSize, Width) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GetWindowSize::Width' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GetWindowSize, Height) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_GetWindowSize::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GrayscalePixel \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GrayscalePixel) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GrayscalePixel"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GrayscalePixel) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_GrayscalePixel"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GrayscalePixel, Pixel) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GrayscalePixel::Pixel' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GrayscalePixel, ReturnValue) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GrayscalePixel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GrayscalePixels \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GrayscalePixels) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_GrayscalePixels"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GrayscalePixels) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_GrayscalePixels"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GrayscalePixels, Pixel) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GrayscalePixels::Pixel' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GrayscalePixels, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_GrayscalePixels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GreaterByteFloat \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GreaterByteFloat) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GreaterByteFloat"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GreaterByteFloat) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_GreaterByteFloat"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterByteFloat, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GreaterByteFloat::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterByteFloat, B) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GreaterByteFloat::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterByteFloat, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_GreaterByteFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GreaterByteInteger \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GreaterByteInteger) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GreaterByteInteger"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GreaterByteInteger) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_GreaterByteInteger"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterByteInteger, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GreaterByteInteger::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterByteInteger, B) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GreaterByteInteger::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterByteInteger, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_GreaterByteInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GreaterEqualByteFloat \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GreaterEqualByteFloat) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GreaterEqualByteFloat"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GreaterEqualByteFloat) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_GreaterEqualByteFloat"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterEqualByteFloat, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GreaterEqualByteFloat::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterEqualByteFloat, B) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GreaterEqualByteFloat::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterEqualByteFloat, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_GreaterEqualByteFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GreaterEqualByteInteger \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GreaterEqualByteInteger) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GreaterEqualByteInteger"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GreaterEqualByteInteger) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_GreaterEqualByteInteger"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterEqualByteInteger, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GreaterEqualByteInteger::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterEqualByteInteger, B) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GreaterEqualByteInteger::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterEqualByteInteger, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_GreaterEqualByteInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GreaterEqualFloatByte \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GreaterEqualFloatByte) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GreaterEqualFloatByte"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GreaterEqualFloatByte) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_GreaterEqualFloatByte"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterEqualFloatByte, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GreaterEqualFloatByte::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterEqualFloatByte, B) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GreaterEqualFloatByte::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterEqualFloatByte, ReturnValue) == 0x000005, "Member 'LowEntryExtendedStandardLibrary_GreaterEqualFloatByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GreaterEqualFloatInteger \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GreaterEqualFloatInteger) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GreaterEqualFloatInteger"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GreaterEqualFloatInteger) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_GreaterEqualFloatInteger"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterEqualFloatInteger, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GreaterEqualFloatInteger::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterEqualFloatInteger, B) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GreaterEqualFloatInteger::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterEqualFloatInteger, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_GreaterEqualFloatInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GreaterEqualIntegerByte \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GreaterEqualIntegerByte) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GreaterEqualIntegerByte"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GreaterEqualIntegerByte) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_GreaterEqualIntegerByte"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterEqualIntegerByte, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GreaterEqualIntegerByte::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterEqualIntegerByte, B) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GreaterEqualIntegerByte::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterEqualIntegerByte, ReturnValue) == 0x000005, "Member 'LowEntryExtendedStandardLibrary_GreaterEqualIntegerByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GreaterEqualIntegerFloat \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GreaterEqualIntegerFloat) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GreaterEqualIntegerFloat"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GreaterEqualIntegerFloat) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_GreaterEqualIntegerFloat"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterEqualIntegerFloat, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GreaterEqualIntegerFloat::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterEqualIntegerFloat, B) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GreaterEqualIntegerFloat::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterEqualIntegerFloat, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_GreaterEqualIntegerFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GreaterEqualStringString \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GreaterEqualStringString) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_GreaterEqualStringString"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GreaterEqualStringString) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_GreaterEqualStringString"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterEqualStringString, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GreaterEqualStringString::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterEqualStringString, B) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_GreaterEqualStringString::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterEqualStringString, ReturnValue) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_GreaterEqualStringString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GreaterFloatByte \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GreaterFloatByte) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GreaterFloatByte"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GreaterFloatByte) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_GreaterFloatByte"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterFloatByte, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GreaterFloatByte::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterFloatByte, B) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GreaterFloatByte::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterFloatByte, ReturnValue) == 0x000005, "Member 'LowEntryExtendedStandardLibrary_GreaterFloatByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GreaterFloatInteger \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GreaterFloatInteger) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GreaterFloatInteger"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GreaterFloatInteger) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_GreaterFloatInteger"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterFloatInteger, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GreaterFloatInteger::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterFloatInteger, B) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GreaterFloatInteger::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterFloatInteger, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_GreaterFloatInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GreaterIntegerByte \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GreaterIntegerByte) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GreaterIntegerByte"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GreaterIntegerByte) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_GreaterIntegerByte"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterIntegerByte, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GreaterIntegerByte::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterIntegerByte, B) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GreaterIntegerByte::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterIntegerByte, ReturnValue) == 0x000005, "Member 'LowEntryExtendedStandardLibrary_GreaterIntegerByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GreaterIntegerFloat \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GreaterIntegerFloat) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_GreaterIntegerFloat"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GreaterIntegerFloat) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_GreaterIntegerFloat"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterIntegerFloat, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GreaterIntegerFloat::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterIntegerFloat, B) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_GreaterIntegerFloat::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterIntegerFloat, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_GreaterIntegerFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_GreaterStringString \ +static_assert(alignof(LowEntryExtendedStandardLibrary_GreaterStringString) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_GreaterStringString"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_GreaterStringString) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_GreaterStringString"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterStringString, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_GreaterStringString::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterStringString, B) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_GreaterStringString::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_GreaterStringString, ReturnValue) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_GreaterStringString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_Hashcash \ +static_assert(alignof(LowEntryExtendedStandardLibrary_Hashcash) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_Hashcash"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_Hashcash) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_Hashcash"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Hashcash, Resource) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_Hashcash::Resource' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Hashcash, Bits) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_Hashcash::Bits' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Hashcash, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_Hashcash::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_HashcashArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_HashcashArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_HashcashArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_HashcashArray) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_HashcashArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HashcashArray, Resources) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_HashcashArray::Resources' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HashcashArray, Bits) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_HashcashArray::Bits' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HashcashArray, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_HashcashArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_HashcashArrayCustomCreationDate \ +static_assert(alignof(LowEntryExtendedStandardLibrary_HashcashArrayCustomCreationDate) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_HashcashArrayCustomCreationDate"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_HashcashArrayCustomCreationDate) == 0x000030, "Wrong size on LowEntryExtendedStandardLibrary_HashcashArrayCustomCreationDate"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HashcashArrayCustomCreationDate, Resources) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_HashcashArrayCustomCreationDate::Resources' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HashcashArrayCustomCreationDate, UtcDate) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_HashcashArrayCustomCreationDate::UtcDate' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HashcashArrayCustomCreationDate, Bits) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_HashcashArrayCustomCreationDate::Bits' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HashcashArrayCustomCreationDate, ReturnValue) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_HashcashArrayCustomCreationDate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_HashcashCustomCreationDate \ +static_assert(alignof(LowEntryExtendedStandardLibrary_HashcashCustomCreationDate) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_HashcashCustomCreationDate"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_HashcashCustomCreationDate) == 0x000030, "Wrong size on LowEntryExtendedStandardLibrary_HashcashCustomCreationDate"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HashcashCustomCreationDate, Resource) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_HashcashCustomCreationDate::Resource' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HashcashCustomCreationDate, UtcDate) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_HashcashCustomCreationDate::UtcDate' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HashcashCustomCreationDate, Bits) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_HashcashCustomCreationDate::Bits' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HashcashCustomCreationDate, ReturnValue) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_HashcashCustomCreationDate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_HashcashParse \ +static_assert(alignof(LowEntryExtendedStandardLibrary_HashcashParse) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_HashcashParse"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_HashcashParse) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_HashcashParse"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HashcashParse, Hash) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_HashcashParse::Hash' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HashcashParse, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_HashcashParse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_HashcashParseArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_HashcashParseArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_HashcashParseArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_HashcashParseArray) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_HashcashParseArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HashcashParseArray, Hashes) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_HashcashParseArray::Hashes' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HashcashParseArray, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_HashcashParseArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_HexToBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_HexToBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_HexToBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_HexToBytes) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_HexToBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HexToBytes, Hex) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_HexToBytes::Hex' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HexToBytes, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_HexToBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_HMAC \ +static_assert(alignof(LowEntryExtendedStandardLibrary_HMAC) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_HMAC"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_HMAC) == 0x000040, "Wrong size on LowEntryExtendedStandardLibrary_HMAC"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HMAC, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_HMAC::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HMAC, Key) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_HMAC::Key' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HMAC, Algorithm) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_HMAC::Algorithm' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HMAC, Index_0) == 0x000024, "Member 'LowEntryExtendedStandardLibrary_HMAC::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HMAC, Length) == 0x000028, "Member 'LowEntryExtendedStandardLibrary_HMAC::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HMAC, ReturnValue) == 0x000030, "Member 'LowEntryExtendedStandardLibrary_HMAC::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_HostGame \ +static_assert(alignof(LowEntryExtendedStandardLibrary_HostGame) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_HostGame"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_HostGame) == 0x000030, "Wrong size on LowEntryExtendedStandardLibrary_HostGame"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HostGame, WorldContextObject) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_HostGame::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HostGame, Map) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_HostGame::Map' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HostGame, Args) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_HostGame::Args' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_HostGame, SpecificPlayer) == 0x000028, "Member 'LowEntryExtendedStandardLibrary_HostGame::SpecificPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_Html5Platform \ +static_assert(alignof(LowEntryExtendedStandardLibrary_Html5Platform) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_Html5Platform"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_Html5Platform) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_Html5Platform"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Html5Platform, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_Html5Platform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_IntegerToBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_IntegerToBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_IntegerToBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_IntegerToBytes) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_IntegerToBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_IntegerToBytes, Value) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_IntegerToBytes::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_IntegerToBytes, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_IntegerToBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_IosPlatform \ +static_assert(alignof(LowEntryExtendedStandardLibrary_IosPlatform) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_IosPlatform"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_IosPlatform) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_IosPlatform"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_IosPlatform, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_IosPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_IsAndroidDaydreamApplication \ +static_assert(alignof(LowEntryExtendedStandardLibrary_IsAndroidDaydreamApplication) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_IsAndroidDaydreamApplication"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_IsAndroidDaydreamApplication) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_IsAndroidDaydreamApplication"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_IsAndroidDaydreamApplication, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_IsAndroidDaydreamApplication::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_IsBitSet \ +static_assert(alignof(LowEntryExtendedStandardLibrary_IsBitSet) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_IsBitSet"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_IsBitSet) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_IsBitSet"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_IsBitSet, B) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_IsBitSet::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_IsBitSet, Bit) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_IsBitSet::Bit' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_IsBitSet, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_IsBitSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_IsWorldRenderingEnabled \ +static_assert(alignof(LowEntryExtendedStandardLibrary_IsWorldRenderingEnabled) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_IsWorldRenderingEnabled"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_IsWorldRenderingEnabled) == 0x000002, "Wrong size on LowEntryExtendedStandardLibrary_IsWorldRenderingEnabled"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_IsWorldRenderingEnabled, Success) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_IsWorldRenderingEnabled::Success' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_IsWorldRenderingEnabled, Enabled) == 0x000001, "Member 'LowEntryExtendedStandardLibrary_IsWorldRenderingEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_JoinGame \ +static_assert(alignof(LowEntryExtendedStandardLibrary_JoinGame) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_JoinGame"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_JoinGame) == 0x000030, "Wrong size on LowEntryExtendedStandardLibrary_JoinGame"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_JoinGame, WorldContextObject) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_JoinGame::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_JoinGame, ServerAddress) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_JoinGame::ServerAddress' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_JoinGame, Args) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_JoinGame::Args' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_JoinGame, SpecificPlayer) == 0x000028, "Member 'LowEntryExtendedStandardLibrary_JoinGame::SpecificPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_LatentAction_Create_Boolean \ +static_assert(alignof(LowEntryExtendedStandardLibrary_LatentAction_Create_Boolean) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_LatentAction_Create_Boolean"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_LatentAction_Create_Boolean) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_LatentAction_Create_Boolean"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LatentAction_Create_Boolean, LatentAction) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_LatentAction_Create_Boolean::LatentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_LatentAction_Create_Float \ +static_assert(alignof(LowEntryExtendedStandardLibrary_LatentAction_Create_Float) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_LatentAction_Create_Float"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_LatentAction_Create_Float) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_LatentAction_Create_Float"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LatentAction_Create_Float, LatentAction) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_LatentAction_Create_Float::LatentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_LatentAction_Create_Integer \ +static_assert(alignof(LowEntryExtendedStandardLibrary_LatentAction_Create_Integer) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_LatentAction_Create_Integer"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_LatentAction_Create_Integer) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_LatentAction_Create_Integer"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LatentAction_Create_Integer, LatentAction) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_LatentAction_Create_Integer::LatentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_LatentAction_Create_None \ +static_assert(alignof(LowEntryExtendedStandardLibrary_LatentAction_Create_None) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_LatentAction_Create_None"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_LatentAction_Create_None) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_LatentAction_Create_None"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LatentAction_Create_None, LatentAction) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_LatentAction_Create_None::LatentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_LatentAction_Create_Object \ +static_assert(alignof(LowEntryExtendedStandardLibrary_LatentAction_Create_Object) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_LatentAction_Create_Object"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_LatentAction_Create_Object) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_LatentAction_Create_Object"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LatentAction_Create_Object, LatentAction) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_LatentAction_Create_Object::LatentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_LatentAction_Create_String \ +static_assert(alignof(LowEntryExtendedStandardLibrary_LatentAction_Create_String) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_LatentAction_Create_String"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_LatentAction_Create_String) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_LatentAction_Create_String"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LatentAction_Create_String, LatentAction) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_LatentAction_Create_String::LatentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_LessByteFloat \ +static_assert(alignof(LowEntryExtendedStandardLibrary_LessByteFloat) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_LessByteFloat"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_LessByteFloat) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_LessByteFloat"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessByteFloat, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_LessByteFloat::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessByteFloat, B) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_LessByteFloat::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessByteFloat, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_LessByteFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_LessByteInteger \ +static_assert(alignof(LowEntryExtendedStandardLibrary_LessByteInteger) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_LessByteInteger"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_LessByteInteger) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_LessByteInteger"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessByteInteger, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_LessByteInteger::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessByteInteger, B) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_LessByteInteger::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessByteInteger, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_LessByteInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_LessEqualByteFloat \ +static_assert(alignof(LowEntryExtendedStandardLibrary_LessEqualByteFloat) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_LessEqualByteFloat"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_LessEqualByteFloat) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_LessEqualByteFloat"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessEqualByteFloat, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_LessEqualByteFloat::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessEqualByteFloat, B) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_LessEqualByteFloat::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessEqualByteFloat, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_LessEqualByteFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_LessEqualByteInteger \ +static_assert(alignof(LowEntryExtendedStandardLibrary_LessEqualByteInteger) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_LessEqualByteInteger"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_LessEqualByteInteger) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_LessEqualByteInteger"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessEqualByteInteger, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_LessEqualByteInteger::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessEqualByteInteger, B) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_LessEqualByteInteger::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessEqualByteInteger, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_LessEqualByteInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_LessEqualFloatByte \ +static_assert(alignof(LowEntryExtendedStandardLibrary_LessEqualFloatByte) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_LessEqualFloatByte"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_LessEqualFloatByte) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_LessEqualFloatByte"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessEqualFloatByte, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_LessEqualFloatByte::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessEqualFloatByte, B) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_LessEqualFloatByte::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessEqualFloatByte, ReturnValue) == 0x000005, "Member 'LowEntryExtendedStandardLibrary_LessEqualFloatByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_LessEqualFloatInteger \ +static_assert(alignof(LowEntryExtendedStandardLibrary_LessEqualFloatInteger) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_LessEqualFloatInteger"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_LessEqualFloatInteger) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_LessEqualFloatInteger"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessEqualFloatInteger, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_LessEqualFloatInteger::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessEqualFloatInteger, B) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_LessEqualFloatInteger::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessEqualFloatInteger, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_LessEqualFloatInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_LessEqualIntegerByte \ +static_assert(alignof(LowEntryExtendedStandardLibrary_LessEqualIntegerByte) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_LessEqualIntegerByte"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_LessEqualIntegerByte) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_LessEqualIntegerByte"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessEqualIntegerByte, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_LessEqualIntegerByte::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessEqualIntegerByte, B) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_LessEqualIntegerByte::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessEqualIntegerByte, ReturnValue) == 0x000005, "Member 'LowEntryExtendedStandardLibrary_LessEqualIntegerByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_LessEqualIntegerFloat \ +static_assert(alignof(LowEntryExtendedStandardLibrary_LessEqualIntegerFloat) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_LessEqualIntegerFloat"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_LessEqualIntegerFloat) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_LessEqualIntegerFloat"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessEqualIntegerFloat, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_LessEqualIntegerFloat::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessEqualIntegerFloat, B) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_LessEqualIntegerFloat::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessEqualIntegerFloat, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_LessEqualIntegerFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_LessEqualStringString \ +static_assert(alignof(LowEntryExtendedStandardLibrary_LessEqualStringString) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_LessEqualStringString"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_LessEqualStringString) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_LessEqualStringString"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessEqualStringString, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_LessEqualStringString::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessEqualStringString, B) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_LessEqualStringString::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessEqualStringString, ReturnValue) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_LessEqualStringString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_LessFloatByte \ +static_assert(alignof(LowEntryExtendedStandardLibrary_LessFloatByte) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_LessFloatByte"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_LessFloatByte) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_LessFloatByte"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessFloatByte, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_LessFloatByte::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessFloatByte, B) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_LessFloatByte::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessFloatByte, ReturnValue) == 0x000005, "Member 'LowEntryExtendedStandardLibrary_LessFloatByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_LessFloatInteger \ +static_assert(alignof(LowEntryExtendedStandardLibrary_LessFloatInteger) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_LessFloatInteger"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_LessFloatInteger) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_LessFloatInteger"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessFloatInteger, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_LessFloatInteger::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessFloatInteger, B) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_LessFloatInteger::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessFloatInteger, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_LessFloatInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_LessIntegerByte \ +static_assert(alignof(LowEntryExtendedStandardLibrary_LessIntegerByte) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_LessIntegerByte"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_LessIntegerByte) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_LessIntegerByte"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessIntegerByte, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_LessIntegerByte::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessIntegerByte, B) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_LessIntegerByte::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessIntegerByte, ReturnValue) == 0x000005, "Member 'LowEntryExtendedStandardLibrary_LessIntegerByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_LessIntegerFloat \ +static_assert(alignof(LowEntryExtendedStandardLibrary_LessIntegerFloat) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_LessIntegerFloat"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_LessIntegerFloat) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_LessIntegerFloat"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessIntegerFloat, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_LessIntegerFloat::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessIntegerFloat, B) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_LessIntegerFloat::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessIntegerFloat, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_LessIntegerFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_LessStringString \ +static_assert(alignof(LowEntryExtendedStandardLibrary_LessStringString) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_LessStringString"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_LessStringString) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_LessStringString"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessStringString, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_LessStringString::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessStringString, B) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_LessStringString::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LessStringString, ReturnValue) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_LessStringString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_LinuxPlatform \ +static_assert(alignof(LowEntryExtendedStandardLibrary_LinuxPlatform) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_LinuxPlatform"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_LinuxPlatform) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_LinuxPlatform"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LinuxPlatform, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_LinuxPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_LoadVideo \ +static_assert(alignof(LowEntryExtendedStandardLibrary_LoadVideo) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_LoadVideo"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_LoadVideo) == 0x000038, "Wrong size on LowEntryExtendedStandardLibrary_LoadVideo"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LoadVideo, MediaSoundComponent) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_LoadVideo::MediaSoundComponent' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LoadVideo, Url) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_LoadVideo::Url' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LoadVideo, Success) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_LoadVideo::Success' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LoadVideo, MediaPlayer) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_LoadVideo::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LoadVideo, MediaTexture) == 0x000028, "Member 'LowEntryExtendedStandardLibrary_LoadVideo::MediaTexture' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LoadVideo, PlayOnOpen) == 0x000030, "Member 'LowEntryExtendedStandardLibrary_LoadVideo::PlayOnOpen' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_LoadVideo, Loop) == 0x000031, "Member 'LowEntryExtendedStandardLibrary_LoadVideo::Loop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_Long_Create \ +static_assert(alignof(LowEntryExtendedStandardLibrary_Long_Create) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_Long_Create"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_Long_Create) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_Long_Create"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Long_Create, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_Long_Create::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Long_Create, Index_0) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_Long_Create::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Long_Create, Length) == 0x000014, "Member 'LowEntryExtendedStandardLibrary_Long_Create::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Long_Create, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_Long_Create::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_Long_CreateZero \ +static_assert(alignof(LowEntryExtendedStandardLibrary_Long_CreateZero) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_Long_CreateZero"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_Long_CreateZero) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_Long_CreateZero"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Long_CreateZero, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_Long_CreateZero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_MacPlatform \ +static_assert(alignof(LowEntryExtendedStandardLibrary_MacPlatform) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_MacPlatform"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_MacPlatform) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_MacPlatform"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MacPlatform, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_MacPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_MaxOfDateTimeArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_MaxOfDateTimeArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_MaxOfDateTimeArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_MaxOfDateTimeArray) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_MaxOfDateTimeArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MaxOfDateTimeArray, DateTimeArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_MaxOfDateTimeArray::DateTimeArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MaxOfDateTimeArray, IndexOfMaxValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_MaxOfDateTimeArray::IndexOfMaxValue' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MaxOfDateTimeArray, MaxValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_MaxOfDateTimeArray::MaxValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_MaxOfStringArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_MaxOfStringArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_MaxOfStringArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_MaxOfStringArray) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_MaxOfStringArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MaxOfStringArray, StringArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_MaxOfStringArray::StringArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MaxOfStringArray, IndexOfMaxValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_MaxOfStringArray::IndexOfMaxValue' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MaxOfStringArray, MaxValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_MaxOfStringArray::MaxValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_MaxOfTimespanArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_MaxOfTimespanArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_MaxOfTimespanArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_MaxOfTimespanArray) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_MaxOfTimespanArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MaxOfTimespanArray, TimespanArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_MaxOfTimespanArray::TimespanArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MaxOfTimespanArray, IndexOfMaxValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_MaxOfTimespanArray::IndexOfMaxValue' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MaxOfTimespanArray, MaxValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_MaxOfTimespanArray::MaxValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_MaxString \ +static_assert(alignof(LowEntryExtendedStandardLibrary_MaxString) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_MaxString"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_MaxString) == 0x000030, "Wrong size on LowEntryExtendedStandardLibrary_MaxString"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MaxString, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_MaxString::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MaxString, B) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_MaxString::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MaxString, ReturnValue) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_MaxString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_Md5 \ +static_assert(alignof(LowEntryExtendedStandardLibrary_Md5) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_Md5"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_Md5) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_Md5"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Md5, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_Md5::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Md5, Index_0) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_Md5::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Md5, Length) == 0x000014, "Member 'LowEntryExtendedStandardLibrary_Md5::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Md5, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_Md5::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_MergeBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_MergeBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_MergeBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_MergeBytes) == 0x000030, "Wrong size on LowEntryExtendedStandardLibrary_MergeBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MergeBytes, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_MergeBytes::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MergeBytes, B) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_MergeBytes::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MergeBytes, ReturnValue) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_MergeBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_MergeEncapsulatedByteArrays \ +static_assert(alignof(LowEntryExtendedStandardLibrary_MergeEncapsulatedByteArrays) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_MergeEncapsulatedByteArrays"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_MergeEncapsulatedByteArrays) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_MergeEncapsulatedByteArrays"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MergeEncapsulatedByteArrays, ByteArrays) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_MergeEncapsulatedByteArrays::ByteArrays' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MergeEncapsulatedByteArrays, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_MergeEncapsulatedByteArrays::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_MinOfDateTimeArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_MinOfDateTimeArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_MinOfDateTimeArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_MinOfDateTimeArray) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_MinOfDateTimeArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MinOfDateTimeArray, DateTimeArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_MinOfDateTimeArray::DateTimeArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MinOfDateTimeArray, IndexOfMinValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_MinOfDateTimeArray::IndexOfMinValue' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MinOfDateTimeArray, MinValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_MinOfDateTimeArray::MinValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_MinOfStringArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_MinOfStringArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_MinOfStringArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_MinOfStringArray) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_MinOfStringArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MinOfStringArray, StringArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_MinOfStringArray::StringArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MinOfStringArray, IndexOfMinValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_MinOfStringArray::IndexOfMinValue' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MinOfStringArray, MinValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_MinOfStringArray::MinValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_MinOfTimespanArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_MinOfTimespanArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_MinOfTimespanArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_MinOfTimespanArray) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_MinOfTimespanArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MinOfTimespanArray, TimespanArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_MinOfTimespanArray::TimespanArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MinOfTimespanArray, IndexOfMinValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_MinOfTimespanArray::IndexOfMinValue' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MinOfTimespanArray, MinValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_MinOfTimespanArray::MinValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_MinString \ +static_assert(alignof(LowEntryExtendedStandardLibrary_MinString) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_MinString"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_MinString) == 0x000030, "Wrong size on LowEntryExtendedStandardLibrary_MinString"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MinString, A) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_MinString::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MinString, B) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_MinString::B' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_MinString, ReturnValue) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_MinString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_NewlineCharacter \ +static_assert(alignof(LowEntryExtendedStandardLibrary_NewlineCharacter) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_NewlineCharacter"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_NewlineCharacter) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_NewlineCharacter"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_NewlineCharacter, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_NewlineCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_NextQueueExecution \ +static_assert(alignof(LowEntryExtendedStandardLibrary_NextQueueExecution) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_NextQueueExecution"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_NextQueueExecution) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_NextQueueExecution"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_NextQueueExecution, Queue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_NextQueueExecution::Queue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ParsedHashcashIsValid \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ParsedHashcashIsValid) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ParsedHashcashIsValid"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ParsedHashcashIsValid) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_ParsedHashcashIsValid"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ParsedHashcashIsValid, Target) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ParsedHashcashIsValid::Target' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ParsedHashcashIsValid, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_ParsedHashcashIsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ParseStringIntoDoubleBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ParseStringIntoDoubleBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ParseStringIntoDoubleBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ParseStringIntoDoubleBytes) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_ParseStringIntoDoubleBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ParseStringIntoDoubleBytes, String) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ParseStringIntoDoubleBytes::String' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ParseStringIntoDoubleBytes, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_ParseStringIntoDoubleBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ParseStringIntoLongBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ParseStringIntoLongBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ParseStringIntoLongBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ParseStringIntoLongBytes) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_ParseStringIntoLongBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ParseStringIntoLongBytes, String) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ParseStringIntoLongBytes::String' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ParseStringIntoLongBytes, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_ParseStringIntoLongBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_Pearson \ +static_assert(alignof(LowEntryExtendedStandardLibrary_Pearson) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_Pearson"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_Pearson) == 0x000030, "Wrong size on LowEntryExtendedStandardLibrary_Pearson"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Pearson, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_Pearson::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Pearson, HashLength) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_Pearson::HashLength' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Pearson, Index_0) == 0x000014, "Member 'LowEntryExtendedStandardLibrary_Pearson::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Pearson, Length) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_Pearson::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Pearson, ReturnValue) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_Pearson::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_PixelsToBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_PixelsToBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_PixelsToBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_PixelsToBytes) == 0x000038, "Wrong size on LowEntryExtendedStandardLibrary_PixelsToBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_PixelsToBytes, Width) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_PixelsToBytes::Width' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_PixelsToBytes, Height) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_PixelsToBytes::Height' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_PixelsToBytes, Pixels) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_PixelsToBytes::Pixels' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_PixelsToBytes, ImageFormat) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_PixelsToBytes::ImageFormat' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_PixelsToBytes, ByteArray) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_PixelsToBytes::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_PixelsToBytes, CompressionQuality) == 0x000030, "Member 'LowEntryExtendedStandardLibrary_PixelsToBytes::CompressionQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_PixelsToExistingTexture2D \ +static_assert(alignof(LowEntryExtendedStandardLibrary_PixelsToExistingTexture2D) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_PixelsToExistingTexture2D"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_PixelsToExistingTexture2D) == 0x000030, "Wrong size on LowEntryExtendedStandardLibrary_PixelsToExistingTexture2D"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_PixelsToExistingTexture2D, ReusedGivenTexture2D) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_PixelsToExistingTexture2D::ReusedGivenTexture2D' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_PixelsToExistingTexture2D, Texture2D) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_PixelsToExistingTexture2D::Texture2D' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_PixelsToExistingTexture2D, Width) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_PixelsToExistingTexture2D::Width' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_PixelsToExistingTexture2D, Height) == 0x000014, "Member 'LowEntryExtendedStandardLibrary_PixelsToExistingTexture2D::Height' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_PixelsToExistingTexture2D, Pixels) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_PixelsToExistingTexture2D::Pixels' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_PixelsToExistingTexture2D, ReturnValue) == 0x000028, "Member 'LowEntryExtendedStandardLibrary_PixelsToExistingTexture2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_PixelsToTexture2D \ +static_assert(alignof(LowEntryExtendedStandardLibrary_PixelsToTexture2D) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_PixelsToTexture2D"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_PixelsToTexture2D) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_PixelsToTexture2D"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_PixelsToTexture2D, Width) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_PixelsToTexture2D::Width' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_PixelsToTexture2D, Height) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_PixelsToTexture2D::Height' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_PixelsToTexture2D, Pixels) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_PixelsToTexture2D::Pixels' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_PixelsToTexture2D, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_PixelsToTexture2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_PlayerControllerGetLocalPlayer \ +static_assert(alignof(LowEntryExtendedStandardLibrary_PlayerControllerGetLocalPlayer) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_PlayerControllerGetLocalPlayer"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_PlayerControllerGetLocalPlayer) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_PlayerControllerGetLocalPlayer"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_PlayerControllerGetLocalPlayer, PlayerController) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_PlayerControllerGetLocalPlayer::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_PlayerControllerGetLocalPlayer, Success) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_PlayerControllerGetLocalPlayer::Success' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_PlayerControllerGetLocalPlayer, LocalPlayer) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_PlayerControllerGetLocalPlayer::LocalPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_Ps4Platform \ +static_assert(alignof(LowEntryExtendedStandardLibrary_Ps4Platform) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_Ps4Platform"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_Ps4Platform) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_Ps4Platform"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Ps4Platform, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_Ps4Platform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_QueueExecutions \ +static_assert(alignof(LowEntryExtendedStandardLibrary_QueueExecutions) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_QueueExecutions"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_QueueExecutions) == 0x000030, "Wrong size on LowEntryExtendedStandardLibrary_QueueExecutions"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_QueueExecutions, WorldContextObject) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_QueueExecutions::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_QueueExecutions, Queue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_QueueExecutions::Queue' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_QueueExecutions, LatentInfo) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_QueueExecutions::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_RandomDelay \ +static_assert(alignof(LowEntryExtendedStandardLibrary_RandomDelay) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_RandomDelay"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_RandomDelay) == 0x000030, "Wrong size on LowEntryExtendedStandardLibrary_RandomDelay"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RandomDelay, WorldContextObject) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_RandomDelay::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RandomDelay, MinDuration) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_RandomDelay::MinDuration' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RandomDelay, MaxDuration) == 0x00000C, "Member 'LowEntryExtendedStandardLibrary_RandomDelay::MaxDuration' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RandomDelay, LatentInfo) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_RandomDelay::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_RandomDelayFrames \ +static_assert(alignof(LowEntryExtendedStandardLibrary_RandomDelayFrames) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_RandomDelayFrames"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_RandomDelayFrames) == 0x000030, "Wrong size on LowEntryExtendedStandardLibrary_RandomDelayFrames"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RandomDelayFrames, WorldContextObject) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_RandomDelayFrames::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RandomDelayFrames, MinFrames) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_RandomDelayFrames::MinFrames' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RandomDelayFrames, MaxFrames) == 0x00000C, "Member 'LowEntryExtendedStandardLibrary_RandomDelayFrames::MaxFrames' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RandomDelayFrames, LatentInfo) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_RandomDelayFrames::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_RegexCount \ +static_assert(alignof(LowEntryExtendedStandardLibrary_RegexCount) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_RegexCount"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_RegexCount) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_RegexCount"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RegexCount, String) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_RegexCount::String' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RegexCount, Pattern) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_RegexCount::Pattern' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RegexCount, ReturnValue) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_RegexCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_RegexGetMatches \ +static_assert(alignof(LowEntryExtendedStandardLibrary_RegexGetMatches) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_RegexGetMatches"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_RegexGetMatches) == 0x000030, "Wrong size on LowEntryExtendedStandardLibrary_RegexGetMatches"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RegexGetMatches, String) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_RegexGetMatches::String' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RegexGetMatches, Pattern) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_RegexGetMatches::Pattern' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RegexGetMatches, ReturnValue) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_RegexGetMatches::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_RegexMatch \ +static_assert(alignof(LowEntryExtendedStandardLibrary_RegexMatch) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_RegexMatch"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_RegexMatch) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_RegexMatch"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RegexMatch, String) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_RegexMatch::String' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RegexMatch, Pattern) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_RegexMatch::Pattern' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RegexMatch, ReturnValue) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_RegexMatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_RegexReplace \ +static_assert(alignof(LowEntryExtendedStandardLibrary_RegexReplace) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_RegexReplace"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_RegexReplace) == 0x000040, "Wrong size on LowEntryExtendedStandardLibrary_RegexReplace"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RegexReplace, String) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_RegexReplace::String' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RegexReplace, Pattern) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_RegexReplace::Pattern' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RegexReplace, Replacement) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_RegexReplace::Replacement' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RegexReplace, ReturnValue) == 0x000030, "Member 'LowEntryExtendedStandardLibrary_RegexReplace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_RemoveCharactersExcept \ +static_assert(alignof(LowEntryExtendedStandardLibrary_RemoveCharactersExcept) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_RemoveCharactersExcept"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_RemoveCharactersExcept) == 0x000038, "Wrong size on LowEntryExtendedStandardLibrary_RemoveCharactersExcept"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RemoveCharactersExcept, String) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_RemoveCharactersExcept::String' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RemoveCharactersExcept, KeepLowercaseAZ) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_RemoveCharactersExcept::KeepLowercaseAZ' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RemoveCharactersExcept, KeepUppercaseAZ) == 0x000011, "Member 'LowEntryExtendedStandardLibrary_RemoveCharactersExcept::KeepUppercaseAZ' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RemoveCharactersExcept, KeepNumbers) == 0x000012, "Member 'LowEntryExtendedStandardLibrary_RemoveCharactersExcept::KeepNumbers' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RemoveCharactersExcept, OtherCharactersToKeep) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_RemoveCharactersExcept::OtherCharactersToKeep' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RemoveCharactersExcept, ReturnValue) == 0x000028, "Member 'LowEntryExtendedStandardLibrary_RemoveCharactersExcept::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ReplaceCharactersExcept \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ReplaceCharactersExcept) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ReplaceCharactersExcept"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ReplaceCharactersExcept) == 0x000048, "Wrong size on LowEntryExtendedStandardLibrary_ReplaceCharactersExcept"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ReplaceCharactersExcept, String) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ReplaceCharactersExcept::String' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ReplaceCharactersExcept, ReplacementCharacter) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_ReplaceCharactersExcept::ReplacementCharacter' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ReplaceCharactersExcept, KeepLowercaseAZ) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_ReplaceCharactersExcept::KeepLowercaseAZ' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ReplaceCharactersExcept, KeepUppercaseAZ) == 0x000021, "Member 'LowEntryExtendedStandardLibrary_ReplaceCharactersExcept::KeepUppercaseAZ' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ReplaceCharactersExcept, KeepNumbers) == 0x000022, "Member 'LowEntryExtendedStandardLibrary_ReplaceCharactersExcept::KeepNumbers' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ReplaceCharactersExcept, OtherCharactersToKeep) == 0x000028, "Member 'LowEntryExtendedStandardLibrary_ReplaceCharactersExcept::OtherCharactersToKeep' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ReplaceCharactersExcept, ReturnValue) == 0x000038, "Member 'LowEntryExtendedStandardLibrary_ReplaceCharactersExcept::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_RetriggerableDelayFrames \ +static_assert(alignof(LowEntryExtendedStandardLibrary_RetriggerableDelayFrames) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_RetriggerableDelayFrames"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_RetriggerableDelayFrames) == 0x000030, "Wrong size on LowEntryExtendedStandardLibrary_RetriggerableDelayFrames"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RetriggerableDelayFrames, WorldContextObject) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_RetriggerableDelayFrames::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RetriggerableDelayFrames, Frames) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_RetriggerableDelayFrames::Frames' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RetriggerableDelayFrames, LatentInfo) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_RetriggerableDelayFrames::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_RetriggerableRandomDelay \ +static_assert(alignof(LowEntryExtendedStandardLibrary_RetriggerableRandomDelay) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_RetriggerableRandomDelay"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_RetriggerableRandomDelay) == 0x000030, "Wrong size on LowEntryExtendedStandardLibrary_RetriggerableRandomDelay"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RetriggerableRandomDelay, WorldContextObject) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_RetriggerableRandomDelay::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RetriggerableRandomDelay, MinDuration) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_RetriggerableRandomDelay::MinDuration' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RetriggerableRandomDelay, MaxDuration) == 0x00000C, "Member 'LowEntryExtendedStandardLibrary_RetriggerableRandomDelay::MaxDuration' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RetriggerableRandomDelay, LatentInfo) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_RetriggerableRandomDelay::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_RetriggerableRandomDelayFrames \ +static_assert(alignof(LowEntryExtendedStandardLibrary_RetriggerableRandomDelayFrames) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_RetriggerableRandomDelayFrames"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_RetriggerableRandomDelayFrames) == 0x000030, "Wrong size on LowEntryExtendedStandardLibrary_RetriggerableRandomDelayFrames"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RetriggerableRandomDelayFrames, WorldContextObject) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_RetriggerableRandomDelayFrames::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RetriggerableRandomDelayFrames, MinFrames) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_RetriggerableRandomDelayFrames::MinFrames' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RetriggerableRandomDelayFrames, MaxFrames) == 0x00000C, "Member 'LowEntryExtendedStandardLibrary_RetriggerableRandomDelayFrames::MaxFrames' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RetriggerableRandomDelayFrames, LatentInfo) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_RetriggerableRandomDelayFrames::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_RoundDecimals \ +static_assert(alignof(LowEntryExtendedStandardLibrary_RoundDecimals) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_RoundDecimals"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_RoundDecimals) == 0x00000C, "Wrong size on LowEntryExtendedStandardLibrary_RoundDecimals"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RoundDecimals, Number) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_RoundDecimals::Number' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RoundDecimals, Decimals) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_RoundDecimals::Decimals' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_RoundDecimals, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_RoundDecimals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SceneCapture2D_GetFov \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SceneCapture2D_GetFov) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SceneCapture2D_GetFov"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SceneCapture2D_GetFov) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_SceneCapture2D_GetFov"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SceneCapture2D_GetFov, SceneCapture2D) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SceneCapture2D_GetFov::SceneCapture2D' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SceneCapture2D_GetFov, Fov) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_SceneCapture2D_GetFov::Fov' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SceneCapture2D_SetFov \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SceneCapture2D_SetFov) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SceneCapture2D_SetFov"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SceneCapture2D_SetFov) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_SceneCapture2D_SetFov"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SceneCapture2D_SetFov, SceneCapture2D) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SceneCapture2D_SetFov::SceneCapture2D' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SceneCapture2D_SetFov, Fov) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_SceneCapture2D_SetFov::Fov' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SceneCapture2DToBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SceneCapture2DToBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SceneCapture2DToBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SceneCapture2DToBytes) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_SceneCapture2DToBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SceneCapture2DToBytes, SceneCapture2D) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SceneCapture2DToBytes::SceneCapture2D' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SceneCapture2DToBytes, ImageFormat) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_SceneCapture2DToBytes::ImageFormat' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SceneCapture2DToBytes, ByteArray) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_SceneCapture2DToBytes::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SceneCapture2DToBytes, CompressionQuality) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_SceneCapture2DToBytes::CompressionQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SceneCapture2DToPixels \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SceneCapture2DToPixels) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SceneCapture2DToPixels"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SceneCapture2DToPixels) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_SceneCapture2DToPixels"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SceneCapture2DToPixels, SceneCapture2D) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SceneCapture2DToPixels::SceneCapture2D' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SceneCapture2DToPixels, Width) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_SceneCapture2DToPixels::Width' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SceneCapture2DToPixels, Height) == 0x00000C, "Member 'LowEntryExtendedStandardLibrary_SceneCapture2DToPixels::Height' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SceneCapture2DToPixels, Pixels) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_SceneCapture2DToPixels::Pixels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SceneCaptureComponent2D_GetFov \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SceneCaptureComponent2D_GetFov) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SceneCaptureComponent2D_GetFov"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SceneCaptureComponent2D_GetFov) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_SceneCaptureComponent2D_GetFov"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SceneCaptureComponent2D_GetFov, SceneCaptureComponent2D) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SceneCaptureComponent2D_GetFov::SceneCaptureComponent2D' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SceneCaptureComponent2D_GetFov, Fov) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_SceneCaptureComponent2D_GetFov::Fov' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SceneCaptureComponent2D_SetFov \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SceneCaptureComponent2D_SetFov) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SceneCaptureComponent2D_SetFov"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SceneCaptureComponent2D_SetFov) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_SceneCaptureComponent2D_SetFov"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SceneCaptureComponent2D_SetFov, SceneCaptureComponent2D) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SceneCaptureComponent2D_SetFov::SceneCaptureComponent2D' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SceneCaptureComponent2D_SetFov, Fov) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_SceneCaptureComponent2D_SetFov::Fov' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SceneCaptureComponent2DToBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SceneCaptureComponent2DToBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SceneCaptureComponent2DToBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SceneCaptureComponent2DToBytes) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_SceneCaptureComponent2DToBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SceneCaptureComponent2DToBytes, SceneCaptureComponent2D) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SceneCaptureComponent2DToBytes::SceneCaptureComponent2D' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SceneCaptureComponent2DToBytes, ImageFormat) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_SceneCaptureComponent2DToBytes::ImageFormat' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SceneCaptureComponent2DToBytes, ByteArray) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_SceneCaptureComponent2DToBytes::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SceneCaptureComponent2DToBytes, CompressionQuality) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_SceneCaptureComponent2DToBytes::CompressionQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SceneCaptureComponent2DToPixels \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SceneCaptureComponent2DToPixels) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SceneCaptureComponent2DToPixels"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SceneCaptureComponent2DToPixels) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_SceneCaptureComponent2DToPixels"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SceneCaptureComponent2DToPixels, SceneCaptureComponent2D) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SceneCaptureComponent2DToPixels::SceneCaptureComponent2D' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SceneCaptureComponent2DToPixels, Width) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_SceneCaptureComponent2DToPixels::Width' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SceneCaptureComponent2DToPixels, Height) == 0x00000C, "Member 'LowEntryExtendedStandardLibrary_SceneCaptureComponent2DToPixels::Height' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SceneCaptureComponent2DToPixels, Pixels) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_SceneCaptureComponent2DToPixels::Pixels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ServerChangeMap \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ServerChangeMap) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_ServerChangeMap"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ServerChangeMap) == 0x000030, "Wrong size on LowEntryExtendedStandardLibrary_ServerChangeMap"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ServerChangeMap, WorldContextObject) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ServerChangeMap::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ServerChangeMap, Map) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_ServerChangeMap::Map' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ServerChangeMap, Args) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_ServerChangeMap::Args' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ServerChangeMap, SpecificPlayer) == 0x000028, "Member 'LowEntryExtendedStandardLibrary_ServerChangeMap::SpecificPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SetGenericTeamId \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SetGenericTeamId) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SetGenericTeamId"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SetGenericTeamId) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_SetGenericTeamId"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SetGenericTeamId, Target) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SetGenericTeamId::Target' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SetGenericTeamId, TeamID) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_SetGenericTeamId::TeamID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SetMouseLockedToViewport \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SetMouseLockedToViewport) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_SetMouseLockedToViewport"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SetMouseLockedToViewport) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_SetMouseLockedToViewport"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SetMouseLockedToViewport, Locked) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SetMouseLockedToViewport::Locked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SetMousePosition \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SetMousePosition) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_SetMousePosition"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SetMousePosition) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_SetMousePosition"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SetMousePosition, X) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SetMousePosition::X' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SetMousePosition, Y) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_SetMousePosition::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SetMousePositionInPercentages \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SetMousePositionInPercentages) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_SetMousePositionInPercentages"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SetMousePositionInPercentages) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_SetMousePositionInPercentages"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SetMousePositionInPercentages, X) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SetMousePositionInPercentages::X' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SetMousePositionInPercentages, Y) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_SetMousePositionInPercentages::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SetSplitScreenEnabled \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SetSplitScreenEnabled) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_SetSplitScreenEnabled"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SetSplitScreenEnabled) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_SetSplitScreenEnabled"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SetSplitScreenEnabled, Enabled) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SetSplitScreenEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SetSplitScreenType_ThreePlayers \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SetSplitScreenType_ThreePlayers) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_SetSplitScreenType_ThreePlayers"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SetSplitScreenType_ThreePlayers) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_SetSplitScreenType_ThreePlayers"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SetSplitScreenType_ThreePlayers, Type) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SetSplitScreenType_ThreePlayers::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SetSplitScreenType_TwoPlayers \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SetSplitScreenType_TwoPlayers) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_SetSplitScreenType_TwoPlayers"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SetSplitScreenType_TwoPlayers) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_SetSplitScreenType_TwoPlayers"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SetSplitScreenType_TwoPlayers, Type) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SetSplitScreenType_TwoPlayers::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SetWindowMode \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SetWindowMode) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_SetWindowMode"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SetWindowMode) == 0x000002, "Wrong size on LowEntryExtendedStandardLibrary_SetWindowMode"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SetWindowMode, Fullscreen) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SetWindowMode::Fullscreen' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SetWindowMode, IsFullscreenWindowed) == 0x000001, "Member 'LowEntryExtendedStandardLibrary_SetWindowMode::IsFullscreenWindowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SetWindowPositiomInPercentagesCentered \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SetWindowPositiomInPercentagesCentered) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_SetWindowPositiomInPercentagesCentered"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SetWindowPositiomInPercentagesCentered) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_SetWindowPositiomInPercentagesCentered"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SetWindowPositiomInPercentagesCentered, X) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SetWindowPositiomInPercentagesCentered::X' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SetWindowPositiomInPercentagesCentered, Y) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_SetWindowPositiomInPercentagesCentered::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SetWindowPosition \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SetWindowPosition) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_SetWindowPosition"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SetWindowPosition) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_SetWindowPosition"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SetWindowPosition, X) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SetWindowPosition::X' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SetWindowPosition, Y) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_SetWindowPosition::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SetWindowSize \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SetWindowSize) == 0x000004, "Wrong alignment on LowEntryExtendedStandardLibrary_SetWindowSize"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SetWindowSize) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_SetWindowSize"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SetWindowSize, Width) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SetWindowSize::Width' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SetWindowSize, Height) == 0x000004, "Member 'LowEntryExtendedStandardLibrary_SetWindowSize::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SetWorldRenderingEnabled \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SetWorldRenderingEnabled) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_SetWorldRenderingEnabled"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SetWorldRenderingEnabled) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_SetWorldRenderingEnabled"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SetWorldRenderingEnabled, Enabled) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SetWorldRenderingEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_Sha1 \ +static_assert(alignof(LowEntryExtendedStandardLibrary_Sha1) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_Sha1"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_Sha1) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_Sha1"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Sha1, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_Sha1::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Sha1, Index_0) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_Sha1::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Sha1, Length) == 0x000014, "Member 'LowEntryExtendedStandardLibrary_Sha1::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Sha1, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_Sha1::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_Sha256 \ +static_assert(alignof(LowEntryExtendedStandardLibrary_Sha256) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_Sha256"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_Sha256) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_Sha256"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Sha256, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_Sha256::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Sha256, Index_0) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_Sha256::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Sha256, Length) == 0x000014, "Member 'LowEntryExtendedStandardLibrary_Sha256::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Sha256, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_Sha256::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_Sha512 \ +static_assert(alignof(LowEntryExtendedStandardLibrary_Sha512) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_Sha512"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_Sha512) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_Sha512"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Sha512, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_Sha512::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Sha512, Index_0) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_Sha512::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Sha512, Length) == 0x000014, "Member 'LowEntryExtendedStandardLibrary_Sha512::Length' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Sha512, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_Sha512::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_ShippingBuild \ +static_assert(alignof(LowEntryExtendedStandardLibrary_ShippingBuild) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_ShippingBuild"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_ShippingBuild) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_ShippingBuild"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_ShippingBuild, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_ShippingBuild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SimpleKismetSystemLibraryPrintString \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SimpleKismetSystemLibraryPrintString) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SimpleKismetSystemLibraryPrintString"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SimpleKismetSystemLibraryPrintString) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_SimpleKismetSystemLibraryPrintString"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SimpleKismetSystemLibraryPrintString, InString) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SimpleKismetSystemLibraryPrintString::InString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SortByteArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SortByteArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SortByteArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SortByteArray) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_SortByteArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortByteArray, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SortByteArray::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortByteArray, Reversed) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_SortByteArray::Reversed' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortByteArray, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_SortByteArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SortByteArrayDirectly \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SortByteArrayDirectly) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SortByteArrayDirectly"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SortByteArrayDirectly) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_SortByteArrayDirectly"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortByteArrayDirectly, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SortByteArrayDirectly::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortByteArrayDirectly, Reversed) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_SortByteArrayDirectly::Reversed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SortDateTimeArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SortDateTimeArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SortDateTimeArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SortDateTimeArray) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_SortDateTimeArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortDateTimeArray, DateTimeArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SortDateTimeArray::DateTimeArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortDateTimeArray, Reversed) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_SortDateTimeArray::Reversed' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortDateTimeArray, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_SortDateTimeArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SortDateTimeArrayDirectly \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SortDateTimeArrayDirectly) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SortDateTimeArrayDirectly"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SortDateTimeArrayDirectly) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_SortDateTimeArrayDirectly"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortDateTimeArrayDirectly, DateTimeArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SortDateTimeArrayDirectly::DateTimeArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortDateTimeArrayDirectly, Reversed) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_SortDateTimeArrayDirectly::Reversed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SortFloatArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SortFloatArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SortFloatArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SortFloatArray) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_SortFloatArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortFloatArray, FloatArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SortFloatArray::FloatArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortFloatArray, Reversed) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_SortFloatArray::Reversed' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortFloatArray, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_SortFloatArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SortFloatArrayDirectly \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SortFloatArrayDirectly) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SortFloatArrayDirectly"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SortFloatArrayDirectly) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_SortFloatArrayDirectly"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortFloatArrayDirectly, FloatArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SortFloatArrayDirectly::FloatArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortFloatArrayDirectly, Reversed) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_SortFloatArrayDirectly::Reversed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SortIntegerArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SortIntegerArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SortIntegerArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SortIntegerArray) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_SortIntegerArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortIntegerArray, IntegerArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SortIntegerArray::IntegerArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortIntegerArray, Reversed) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_SortIntegerArray::Reversed' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortIntegerArray, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_SortIntegerArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SortIntegerArrayDirectly \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SortIntegerArrayDirectly) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SortIntegerArrayDirectly"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SortIntegerArrayDirectly) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_SortIntegerArrayDirectly"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortIntegerArrayDirectly, IntegerArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SortIntegerArrayDirectly::IntegerArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortIntegerArrayDirectly, Reversed) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_SortIntegerArrayDirectly::Reversed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SortObjectArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SortObjectArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SortObjectArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SortObjectArray) == 0x000038, "Wrong size on LowEntryExtendedStandardLibrary_SortObjectArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortObjectArray, ObjectArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SortObjectArray::ObjectArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortObjectArray, Comparator) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_SortObjectArray::Comparator' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortObjectArray, Reversed) == 0x000024, "Member 'LowEntryExtendedStandardLibrary_SortObjectArray::Reversed' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortObjectArray, ReturnValue) == 0x000028, "Member 'LowEntryExtendedStandardLibrary_SortObjectArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SortObjectArrayDirectly \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SortObjectArrayDirectly) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SortObjectArrayDirectly"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SortObjectArrayDirectly) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_SortObjectArrayDirectly"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortObjectArrayDirectly, ObjectArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SortObjectArrayDirectly::ObjectArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortObjectArrayDirectly, Comparator) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_SortObjectArrayDirectly::Comparator' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortObjectArrayDirectly, Reversed) == 0x000024, "Member 'LowEntryExtendedStandardLibrary_SortObjectArrayDirectly::Reversed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SortStringArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SortStringArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SortStringArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SortStringArray) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_SortStringArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortStringArray, StringArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SortStringArray::StringArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortStringArray, Reversed) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_SortStringArray::Reversed' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortStringArray, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_SortStringArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SortStringArrayDirectly \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SortStringArrayDirectly) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SortStringArrayDirectly"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SortStringArrayDirectly) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_SortStringArrayDirectly"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortStringArrayDirectly, StringArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SortStringArrayDirectly::StringArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortStringArrayDirectly, Reversed) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_SortStringArrayDirectly::Reversed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SortTimespanArray \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SortTimespanArray) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SortTimespanArray"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SortTimespanArray) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_SortTimespanArray"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortTimespanArray, TimespanArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SortTimespanArray::TimespanArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortTimespanArray, Reversed) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_SortTimespanArray::Reversed' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortTimespanArray, ReturnValue) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_SortTimespanArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SortTimespanArrayDirectly \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SortTimespanArrayDirectly) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SortTimespanArrayDirectly"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SortTimespanArrayDirectly) == 0x000018, "Wrong size on LowEntryExtendedStandardLibrary_SortTimespanArrayDirectly"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortTimespanArrayDirectly, TimespanArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SortTimespanArrayDirectly::TimespanArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SortTimespanArrayDirectly, Reversed) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_SortTimespanArrayDirectly::Reversed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SoundClass_GetPitch \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SoundClass_GetPitch) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SoundClass_GetPitch"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SoundClass_GetPitch) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_SoundClass_GetPitch"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SoundClass_GetPitch, SoundClass) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SoundClass_GetPitch::SoundClass' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SoundClass_GetPitch, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_SoundClass_GetPitch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SoundClass_GetVolume \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SoundClass_GetVolume) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SoundClass_GetVolume"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SoundClass_GetVolume) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_SoundClass_GetVolume"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SoundClass_GetVolume, SoundClass) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SoundClass_GetVolume::SoundClass' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SoundClass_GetVolume, ReturnValue) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_SoundClass_GetVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SoundClass_SetPitch \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SoundClass_SetPitch) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SoundClass_SetPitch"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SoundClass_SetPitch) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_SoundClass_SetPitch"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SoundClass_SetPitch, SoundClass) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SoundClass_SetPitch::SoundClass' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SoundClass_SetPitch, Pitch) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_SoundClass_SetPitch::Pitch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SoundClass_SetVolume \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SoundClass_SetVolume) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SoundClass_SetVolume"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SoundClass_SetVolume) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_SoundClass_SetVolume"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SoundClass_SetVolume, SoundClass) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SoundClass_SetVolume::SoundClass' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SoundClass_SetVolume, Volume) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_SoundClass_SetVolume::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SplitBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SplitBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_SplitBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SplitBytes) == 0x000038, "Wrong size on LowEntryExtendedStandardLibrary_SplitBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SplitBytes, ByteArray) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SplitBytes::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SplitBytes, LengthA) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_SplitBytes::LengthA' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SplitBytes, A) == 0x000018, "Member 'LowEntryExtendedStandardLibrary_SplitBytes::A' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SplitBytes, B) == 0x000028, "Member 'LowEntryExtendedStandardLibrary_SplitBytes::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_StringToBytesUtf8 \ +static_assert(alignof(LowEntryExtendedStandardLibrary_StringToBytesUtf8) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_StringToBytesUtf8"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_StringToBytesUtf8) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_StringToBytesUtf8"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_StringToBytesUtf8, String) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_StringToBytesUtf8::String' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_StringToBytesUtf8, ReturnValue) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_StringToBytesUtf8::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_SwitchPlatform \ +static_assert(alignof(LowEntryExtendedStandardLibrary_SwitchPlatform) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_SwitchPlatform"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_SwitchPlatform) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_SwitchPlatform"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_SwitchPlatform, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_SwitchPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_TabCharacter \ +static_assert(alignof(LowEntryExtendedStandardLibrary_TabCharacter) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_TabCharacter"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_TabCharacter) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_TabCharacter"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_TabCharacter, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_TabCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_TestBuild \ +static_assert(alignof(LowEntryExtendedStandardLibrary_TestBuild) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_TestBuild"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_TestBuild) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_TestBuild"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_TestBuild, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_TestBuild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_Texture2DToBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_Texture2DToBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_Texture2DToBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_Texture2DToBytes) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_Texture2DToBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Texture2DToBytes, Texture2D) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_Texture2DToBytes::Texture2D' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Texture2DToBytes, ImageFormat) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_Texture2DToBytes::ImageFormat' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Texture2DToBytes, ByteArray) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_Texture2DToBytes::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Texture2DToBytes, CompressionQuality) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_Texture2DToBytes::CompressionQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_Texture2DToPixels \ +static_assert(alignof(LowEntryExtendedStandardLibrary_Texture2DToPixels) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_Texture2DToPixels"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_Texture2DToPixels) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_Texture2DToPixels"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Texture2DToPixels, Texture2D) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_Texture2DToPixels::Texture2D' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Texture2DToPixels, Width) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_Texture2DToPixels::Width' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Texture2DToPixels, Height) == 0x00000C, "Member 'LowEntryExtendedStandardLibrary_Texture2DToPixels::Height' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Texture2DToPixels, Pixels) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_Texture2DToPixels::Pixels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_TextureRenderTarget2DToBytes \ +static_assert(alignof(LowEntryExtendedStandardLibrary_TextureRenderTarget2DToBytes) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_TextureRenderTarget2DToBytes"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_TextureRenderTarget2DToBytes) == 0x000028, "Wrong size on LowEntryExtendedStandardLibrary_TextureRenderTarget2DToBytes"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_TextureRenderTarget2DToBytes, TextureRenderTarget2D) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_TextureRenderTarget2DToBytes::TextureRenderTarget2D' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_TextureRenderTarget2DToBytes, ImageFormat) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_TextureRenderTarget2DToBytes::ImageFormat' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_TextureRenderTarget2DToBytes, ByteArray) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_TextureRenderTarget2DToBytes::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_TextureRenderTarget2DToBytes, CompressionQuality) == 0x000020, "Member 'LowEntryExtendedStandardLibrary_TextureRenderTarget2DToBytes::CompressionQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_TextureRenderTarget2DToPixels \ +static_assert(alignof(LowEntryExtendedStandardLibrary_TextureRenderTarget2DToPixels) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_TextureRenderTarget2DToPixels"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_TextureRenderTarget2DToPixels) == 0x000020, "Wrong size on LowEntryExtendedStandardLibrary_TextureRenderTarget2DToPixels"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_TextureRenderTarget2DToPixels, TextureRenderTarget2D) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_TextureRenderTarget2DToPixels::TextureRenderTarget2D' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_TextureRenderTarget2DToPixels, Width) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_TextureRenderTarget2DToPixels::Width' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_TextureRenderTarget2DToPixels, Height) == 0x00000C, "Member 'LowEntryExtendedStandardLibrary_TextureRenderTarget2DToPixels::Height' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_TextureRenderTarget2DToPixels, Pixels) == 0x000010, "Member 'LowEntryExtendedStandardLibrary_TextureRenderTarget2DToPixels::Pixels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_TextureUpdateResource \ +static_assert(alignof(LowEntryExtendedStandardLibrary_TextureUpdateResource) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_TextureUpdateResource"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_TextureUpdateResource) == 0x000008, "Wrong size on LowEntryExtendedStandardLibrary_TextureUpdateResource"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_TextureUpdateResource, Texture) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_TextureUpdateResource::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_TickFrames \ +static_assert(alignof(LowEntryExtendedStandardLibrary_TickFrames) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_TickFrames"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_TickFrames) == 0x000038, "Wrong size on LowEntryExtendedStandardLibrary_TickFrames"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_TickFrames, WorldContextObject) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_TickFrames::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_TickFrames, LatentInfo) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_TickFrames::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_TickFrames, Ticks) == 0x000028, "Member 'LowEntryExtendedStandardLibrary_TickFrames::Ticks' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_TickFrames, FramesInterval) == 0x00002C, "Member 'LowEntryExtendedStandardLibrary_TickFrames::FramesInterval' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_TickFrames, Tick) == 0x000030, "Member 'LowEntryExtendedStandardLibrary_TickFrames::Tick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_TickSeconds \ +static_assert(alignof(LowEntryExtendedStandardLibrary_TickSeconds) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_TickSeconds"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_TickSeconds) == 0x000038, "Wrong size on LowEntryExtendedStandardLibrary_TickSeconds"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_TickSeconds, WorldContextObject) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_TickSeconds::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_TickSeconds, LatentInfo) == 0x000008, "Member 'LowEntryExtendedStandardLibrary_TickSeconds::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_TickSeconds, Ticks) == 0x000028, "Member 'LowEntryExtendedStandardLibrary_TickSeconds::Ticks' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_TickSeconds, SecondsInterval) == 0x00002C, "Member 'LowEntryExtendedStandardLibrary_TickSeconds::SecondsInterval' has a wrong offset!"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_TickSeconds, Tick) == 0x000030, "Member 'LowEntryExtendedStandardLibrary_TickSeconds::Tick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_Windows32Platform \ +static_assert(alignof(LowEntryExtendedStandardLibrary_Windows32Platform) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_Windows32Platform"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_Windows32Platform) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_Windows32Platform"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Windows32Platform, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_Windows32Platform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_Windows64Platform \ +static_assert(alignof(LowEntryExtendedStandardLibrary_Windows64Platform) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_Windows64Platform"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_Windows64Platform) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_Windows64Platform"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_Windows64Platform, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_Windows64Platform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_WindowsNewlineCharacter \ +static_assert(alignof(LowEntryExtendedStandardLibrary_WindowsNewlineCharacter) == 0x000008, "Wrong alignment on LowEntryExtendedStandardLibrary_WindowsNewlineCharacter"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_WindowsNewlineCharacter) == 0x000010, "Wrong size on LowEntryExtendedStandardLibrary_WindowsNewlineCharacter"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_WindowsNewlineCharacter, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_WindowsNewlineCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_WindowsPlatform \ +static_assert(alignof(LowEntryExtendedStandardLibrary_WindowsPlatform) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_WindowsPlatform"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_WindowsPlatform) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_WindowsPlatform"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_WindowsPlatform, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_WindowsPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_WindowsRtArmPlatform \ +static_assert(alignof(LowEntryExtendedStandardLibrary_WindowsRtArmPlatform) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_WindowsRtArmPlatform"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_WindowsRtArmPlatform) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_WindowsRtArmPlatform"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_WindowsRtArmPlatform, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_WindowsRtArmPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_WindowsRtPlatform \ +static_assert(alignof(LowEntryExtendedStandardLibrary_WindowsRtPlatform) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_WindowsRtPlatform"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_WindowsRtPlatform) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_WindowsRtPlatform"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_WindowsRtPlatform, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_WindowsRtPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_WithEditor \ +static_assert(alignof(LowEntryExtendedStandardLibrary_WithEditor) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_WithEditor"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_WithEditor) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_WithEditor"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_WithEditor, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_WithEditor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryExtendedStandardLibrary_XboxOnePlatform \ +static_assert(alignof(LowEntryExtendedStandardLibrary_XboxOnePlatform) == 0x000001, "Wrong alignment on LowEntryExtendedStandardLibrary_XboxOnePlatform"); \ +static_assert(sizeof(LowEntryExtendedStandardLibrary_XboxOnePlatform) == 0x000001, "Wrong size on LowEntryExtendedStandardLibrary_XboxOnePlatform"); \ +static_assert(offsetof(LowEntryExtendedStandardLibrary_XboxOnePlatform, ReturnValue) == 0x000000, "Member 'LowEntryExtendedStandardLibrary_XboxOnePlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULowEntryExtendedStandardLibrary \ +static_assert(alignof(ULowEntryExtendedStandardLibrary) == 0x000008, "Wrong alignment on ULowEntryExtendedStandardLibrary"); \ +static_assert(sizeof(ULowEntryExtendedStandardLibrary) == 0x000030, "Wrong size on ULowEntryExtendedStandardLibrary"); \ + +#define DUMPER7_ASSERTS_LowEntryLatentActionBoolean_Done \ +static_assert(alignof(LowEntryLatentActionBoolean_Done) == 0x000001, "Wrong alignment on LowEntryLatentActionBoolean_Done"); \ +static_assert(sizeof(LowEntryLatentActionBoolean_Done) == 0x000001, "Wrong size on LowEntryLatentActionBoolean_Done"); \ +static_assert(offsetof(LowEntryLatentActionBoolean_Done, Result_) == 0x000000, "Member 'LowEntryLatentActionBoolean_Done::Result_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLatentActionBoolean_GetResult \ +static_assert(alignof(LowEntryLatentActionBoolean_GetResult) == 0x000001, "Wrong alignment on LowEntryLatentActionBoolean_GetResult"); \ +static_assert(sizeof(LowEntryLatentActionBoolean_GetResult) == 0x000001, "Wrong size on LowEntryLatentActionBoolean_GetResult"); \ +static_assert(offsetof(LowEntryLatentActionBoolean_GetResult, Result_) == 0x000000, "Member 'LowEntryLatentActionBoolean_GetResult::Result_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLatentActionBoolean_IsDone \ +static_assert(alignof(LowEntryLatentActionBoolean_IsDone) == 0x000001, "Wrong alignment on LowEntryLatentActionBoolean_IsDone"); \ +static_assert(sizeof(LowEntryLatentActionBoolean_IsDone) == 0x000001, "Wrong size on LowEntryLatentActionBoolean_IsDone"); \ +static_assert(offsetof(LowEntryLatentActionBoolean_IsDone, ReturnValue) == 0x000000, "Member 'LowEntryLatentActionBoolean_IsDone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLatentActionBoolean_WaitTillDone \ +static_assert(alignof(LowEntryLatentActionBoolean_WaitTillDone) == 0x000008, "Wrong alignment on LowEntryLatentActionBoolean_WaitTillDone"); \ +static_assert(sizeof(LowEntryLatentActionBoolean_WaitTillDone) == 0x000030, "Wrong size on LowEntryLatentActionBoolean_WaitTillDone"); \ +static_assert(offsetof(LowEntryLatentActionBoolean_WaitTillDone, WorldContextObject) == 0x000000, "Member 'LowEntryLatentActionBoolean_WaitTillDone::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LowEntryLatentActionBoolean_WaitTillDone, LatentInfo) == 0x000008, "Member 'LowEntryLatentActionBoolean_WaitTillDone::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(LowEntryLatentActionBoolean_WaitTillDone, Result_) == 0x000028, "Member 'LowEntryLatentActionBoolean_WaitTillDone::Result_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULowEntryLatentActionBoolean \ +static_assert(alignof(ULowEntryLatentActionBoolean) == 0x000008, "Wrong alignment on ULowEntryLatentActionBoolean"); \ +static_assert(sizeof(ULowEntryLatentActionBoolean) == 0x000038, "Wrong size on ULowEntryLatentActionBoolean"); \ +static_assert(offsetof(ULowEntryLatentActionBoolean, Finished) == 0x000030, "Member 'ULowEntryLatentActionBoolean::Finished' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryLatentActionBoolean, Result) == 0x000031, "Member 'ULowEntryLatentActionBoolean::Result' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryLatentActionBoolean, KeepAliveCount) == 0x000034, "Member 'ULowEntryLatentActionBoolean::KeepAliveCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLatentActionFloat_Done \ +static_assert(alignof(LowEntryLatentActionFloat_Done) == 0x000004, "Wrong alignment on LowEntryLatentActionFloat_Done"); \ +static_assert(sizeof(LowEntryLatentActionFloat_Done) == 0x000004, "Wrong size on LowEntryLatentActionFloat_Done"); \ +static_assert(offsetof(LowEntryLatentActionFloat_Done, Result_) == 0x000000, "Member 'LowEntryLatentActionFloat_Done::Result_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLatentActionFloat_GetResult \ +static_assert(alignof(LowEntryLatentActionFloat_GetResult) == 0x000004, "Wrong alignment on LowEntryLatentActionFloat_GetResult"); \ +static_assert(sizeof(LowEntryLatentActionFloat_GetResult) == 0x000004, "Wrong size on LowEntryLatentActionFloat_GetResult"); \ +static_assert(offsetof(LowEntryLatentActionFloat_GetResult, Result_) == 0x000000, "Member 'LowEntryLatentActionFloat_GetResult::Result_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLatentActionFloat_IsDone \ +static_assert(alignof(LowEntryLatentActionFloat_IsDone) == 0x000001, "Wrong alignment on LowEntryLatentActionFloat_IsDone"); \ +static_assert(sizeof(LowEntryLatentActionFloat_IsDone) == 0x000001, "Wrong size on LowEntryLatentActionFloat_IsDone"); \ +static_assert(offsetof(LowEntryLatentActionFloat_IsDone, ReturnValue) == 0x000000, "Member 'LowEntryLatentActionFloat_IsDone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLatentActionFloat_WaitTillDone \ +static_assert(alignof(LowEntryLatentActionFloat_WaitTillDone) == 0x000008, "Wrong alignment on LowEntryLatentActionFloat_WaitTillDone"); \ +static_assert(sizeof(LowEntryLatentActionFloat_WaitTillDone) == 0x000030, "Wrong size on LowEntryLatentActionFloat_WaitTillDone"); \ +static_assert(offsetof(LowEntryLatentActionFloat_WaitTillDone, WorldContextObject) == 0x000000, "Member 'LowEntryLatentActionFloat_WaitTillDone::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LowEntryLatentActionFloat_WaitTillDone, LatentInfo) == 0x000008, "Member 'LowEntryLatentActionFloat_WaitTillDone::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(LowEntryLatentActionFloat_WaitTillDone, Result_) == 0x000028, "Member 'LowEntryLatentActionFloat_WaitTillDone::Result_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULowEntryLatentActionFloat \ +static_assert(alignof(ULowEntryLatentActionFloat) == 0x000008, "Wrong alignment on ULowEntryLatentActionFloat"); \ +static_assert(sizeof(ULowEntryLatentActionFloat) == 0x000040, "Wrong size on ULowEntryLatentActionFloat"); \ +static_assert(offsetof(ULowEntryLatentActionFloat, Finished) == 0x000030, "Member 'ULowEntryLatentActionFloat::Finished' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryLatentActionFloat, Result) == 0x000034, "Member 'ULowEntryLatentActionFloat::Result' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryLatentActionFloat, KeepAliveCount) == 0x000038, "Member 'ULowEntryLatentActionFloat::KeepAliveCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLatentActionInteger_Done \ +static_assert(alignof(LowEntryLatentActionInteger_Done) == 0x000004, "Wrong alignment on LowEntryLatentActionInteger_Done"); \ +static_assert(sizeof(LowEntryLatentActionInteger_Done) == 0x000004, "Wrong size on LowEntryLatentActionInteger_Done"); \ +static_assert(offsetof(LowEntryLatentActionInteger_Done, Result_) == 0x000000, "Member 'LowEntryLatentActionInteger_Done::Result_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLatentActionInteger_GetResult \ +static_assert(alignof(LowEntryLatentActionInteger_GetResult) == 0x000004, "Wrong alignment on LowEntryLatentActionInteger_GetResult"); \ +static_assert(sizeof(LowEntryLatentActionInteger_GetResult) == 0x000004, "Wrong size on LowEntryLatentActionInteger_GetResult"); \ +static_assert(offsetof(LowEntryLatentActionInteger_GetResult, Result_) == 0x000000, "Member 'LowEntryLatentActionInteger_GetResult::Result_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLatentActionInteger_IsDone \ +static_assert(alignof(LowEntryLatentActionInteger_IsDone) == 0x000001, "Wrong alignment on LowEntryLatentActionInteger_IsDone"); \ +static_assert(sizeof(LowEntryLatentActionInteger_IsDone) == 0x000001, "Wrong size on LowEntryLatentActionInteger_IsDone"); \ +static_assert(offsetof(LowEntryLatentActionInteger_IsDone, ReturnValue) == 0x000000, "Member 'LowEntryLatentActionInteger_IsDone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLatentActionInteger_WaitTillDone \ +static_assert(alignof(LowEntryLatentActionInteger_WaitTillDone) == 0x000008, "Wrong alignment on LowEntryLatentActionInteger_WaitTillDone"); \ +static_assert(sizeof(LowEntryLatentActionInteger_WaitTillDone) == 0x000030, "Wrong size on LowEntryLatentActionInteger_WaitTillDone"); \ +static_assert(offsetof(LowEntryLatentActionInteger_WaitTillDone, WorldContextObject) == 0x000000, "Member 'LowEntryLatentActionInteger_WaitTillDone::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LowEntryLatentActionInteger_WaitTillDone, LatentInfo) == 0x000008, "Member 'LowEntryLatentActionInteger_WaitTillDone::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(LowEntryLatentActionInteger_WaitTillDone, Result_) == 0x000028, "Member 'LowEntryLatentActionInteger_WaitTillDone::Result_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULowEntryLatentActionInteger \ +static_assert(alignof(ULowEntryLatentActionInteger) == 0x000008, "Wrong alignment on ULowEntryLatentActionInteger"); \ +static_assert(sizeof(ULowEntryLatentActionInteger) == 0x000040, "Wrong size on ULowEntryLatentActionInteger"); \ +static_assert(offsetof(ULowEntryLatentActionInteger, Finished) == 0x000030, "Member 'ULowEntryLatentActionInteger::Finished' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryLatentActionInteger, Result) == 0x000034, "Member 'ULowEntryLatentActionInteger::Result' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryLatentActionInteger, KeepAliveCount) == 0x000038, "Member 'ULowEntryLatentActionInteger::KeepAliveCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLatentActionNone_IsDone \ +static_assert(alignof(LowEntryLatentActionNone_IsDone) == 0x000001, "Wrong alignment on LowEntryLatentActionNone_IsDone"); \ +static_assert(sizeof(LowEntryLatentActionNone_IsDone) == 0x000001, "Wrong size on LowEntryLatentActionNone_IsDone"); \ +static_assert(offsetof(LowEntryLatentActionNone_IsDone, ReturnValue) == 0x000000, "Member 'LowEntryLatentActionNone_IsDone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLatentActionNone_WaitTillDone \ +static_assert(alignof(LowEntryLatentActionNone_WaitTillDone) == 0x000008, "Wrong alignment on LowEntryLatentActionNone_WaitTillDone"); \ +static_assert(sizeof(LowEntryLatentActionNone_WaitTillDone) == 0x000028, "Wrong size on LowEntryLatentActionNone_WaitTillDone"); \ +static_assert(offsetof(LowEntryLatentActionNone_WaitTillDone, WorldContextObject) == 0x000000, "Member 'LowEntryLatentActionNone_WaitTillDone::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LowEntryLatentActionNone_WaitTillDone, LatentInfo) == 0x000008, "Member 'LowEntryLatentActionNone_WaitTillDone::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULowEntryLatentActionNone \ +static_assert(alignof(ULowEntryLatentActionNone) == 0x000008, "Wrong alignment on ULowEntryLatentActionNone"); \ +static_assert(sizeof(ULowEntryLatentActionNone) == 0x000038, "Wrong size on ULowEntryLatentActionNone"); \ +static_assert(offsetof(ULowEntryLatentActionNone, Finished) == 0x000030, "Member 'ULowEntryLatentActionNone::Finished' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryLatentActionNone, KeepAliveCount) == 0x000034, "Member 'ULowEntryLatentActionNone::KeepAliveCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLatentActionObject_Done \ +static_assert(alignof(LowEntryLatentActionObject_Done) == 0x000008, "Wrong alignment on LowEntryLatentActionObject_Done"); \ +static_assert(sizeof(LowEntryLatentActionObject_Done) == 0x000008, "Wrong size on LowEntryLatentActionObject_Done"); \ +static_assert(offsetof(LowEntryLatentActionObject_Done, Result_) == 0x000000, "Member 'LowEntryLatentActionObject_Done::Result_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLatentActionObject_GetResult \ +static_assert(alignof(LowEntryLatentActionObject_GetResult) == 0x000008, "Wrong alignment on LowEntryLatentActionObject_GetResult"); \ +static_assert(sizeof(LowEntryLatentActionObject_GetResult) == 0x000008, "Wrong size on LowEntryLatentActionObject_GetResult"); \ +static_assert(offsetof(LowEntryLatentActionObject_GetResult, Result_) == 0x000000, "Member 'LowEntryLatentActionObject_GetResult::Result_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLatentActionObject_IsDone \ +static_assert(alignof(LowEntryLatentActionObject_IsDone) == 0x000001, "Wrong alignment on LowEntryLatentActionObject_IsDone"); \ +static_assert(sizeof(LowEntryLatentActionObject_IsDone) == 0x000001, "Wrong size on LowEntryLatentActionObject_IsDone"); \ +static_assert(offsetof(LowEntryLatentActionObject_IsDone, ReturnValue) == 0x000000, "Member 'LowEntryLatentActionObject_IsDone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLatentActionObject_WaitTillDone \ +static_assert(alignof(LowEntryLatentActionObject_WaitTillDone) == 0x000008, "Wrong alignment on LowEntryLatentActionObject_WaitTillDone"); \ +static_assert(sizeof(LowEntryLatentActionObject_WaitTillDone) == 0x000030, "Wrong size on LowEntryLatentActionObject_WaitTillDone"); \ +static_assert(offsetof(LowEntryLatentActionObject_WaitTillDone, WorldContextObject) == 0x000000, "Member 'LowEntryLatentActionObject_WaitTillDone::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LowEntryLatentActionObject_WaitTillDone, LatentInfo) == 0x000008, "Member 'LowEntryLatentActionObject_WaitTillDone::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(LowEntryLatentActionObject_WaitTillDone, Result_) == 0x000028, "Member 'LowEntryLatentActionObject_WaitTillDone::Result_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULowEntryLatentActionObject \ +static_assert(alignof(ULowEntryLatentActionObject) == 0x000008, "Wrong alignment on ULowEntryLatentActionObject"); \ +static_assert(sizeof(ULowEntryLatentActionObject) == 0x000048, "Wrong size on ULowEntryLatentActionObject"); \ +static_assert(offsetof(ULowEntryLatentActionObject, Finished) == 0x000030, "Member 'ULowEntryLatentActionObject::Finished' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryLatentActionObject, Result) == 0x000038, "Member 'ULowEntryLatentActionObject::Result' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryLatentActionObject, KeepAliveCount) == 0x000040, "Member 'ULowEntryLatentActionObject::KeepAliveCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLatentActionString_Done \ +static_assert(alignof(LowEntryLatentActionString_Done) == 0x000008, "Wrong alignment on LowEntryLatentActionString_Done"); \ +static_assert(sizeof(LowEntryLatentActionString_Done) == 0x000010, "Wrong size on LowEntryLatentActionString_Done"); \ +static_assert(offsetof(LowEntryLatentActionString_Done, Result_) == 0x000000, "Member 'LowEntryLatentActionString_Done::Result_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLatentActionString_GetResult \ +static_assert(alignof(LowEntryLatentActionString_GetResult) == 0x000008, "Wrong alignment on LowEntryLatentActionString_GetResult"); \ +static_assert(sizeof(LowEntryLatentActionString_GetResult) == 0x000010, "Wrong size on LowEntryLatentActionString_GetResult"); \ +static_assert(offsetof(LowEntryLatentActionString_GetResult, Result_) == 0x000000, "Member 'LowEntryLatentActionString_GetResult::Result_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLatentActionString_IsDone \ +static_assert(alignof(LowEntryLatentActionString_IsDone) == 0x000001, "Wrong alignment on LowEntryLatentActionString_IsDone"); \ +static_assert(sizeof(LowEntryLatentActionString_IsDone) == 0x000001, "Wrong size on LowEntryLatentActionString_IsDone"); \ +static_assert(offsetof(LowEntryLatentActionString_IsDone, ReturnValue) == 0x000000, "Member 'LowEntryLatentActionString_IsDone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLatentActionString_WaitTillDone \ +static_assert(alignof(LowEntryLatentActionString_WaitTillDone) == 0x000008, "Wrong alignment on LowEntryLatentActionString_WaitTillDone"); \ +static_assert(sizeof(LowEntryLatentActionString_WaitTillDone) == 0x000038, "Wrong size on LowEntryLatentActionString_WaitTillDone"); \ +static_assert(offsetof(LowEntryLatentActionString_WaitTillDone, WorldContextObject) == 0x000000, "Member 'LowEntryLatentActionString_WaitTillDone::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LowEntryLatentActionString_WaitTillDone, LatentInfo) == 0x000008, "Member 'LowEntryLatentActionString_WaitTillDone::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(LowEntryLatentActionString_WaitTillDone, Result_) == 0x000028, "Member 'LowEntryLatentActionString_WaitTillDone::Result_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULowEntryLatentActionString \ +static_assert(alignof(ULowEntryLatentActionString) == 0x000008, "Wrong alignment on ULowEntryLatentActionString"); \ +static_assert(sizeof(ULowEntryLatentActionString) == 0x000050, "Wrong size on ULowEntryLatentActionString"); \ +static_assert(offsetof(ULowEntryLatentActionString, Finished) == 0x000030, "Member 'ULowEntryLatentActionString::Finished' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryLatentActionString, Result) == 0x000038, "Member 'ULowEntryLatentActionString::Result' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryLatentActionString, KeepAliveCount) == 0x000048, "Member 'ULowEntryLatentActionString::KeepAliveCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLong_CastToDoubleBytes \ +static_assert(alignof(LowEntryLong_CastToDoubleBytes) == 0x000008, "Wrong alignment on LowEntryLong_CastToDoubleBytes"); \ +static_assert(sizeof(LowEntryLong_CastToDoubleBytes) == 0x000008, "Wrong size on LowEntryLong_CastToDoubleBytes"); \ +static_assert(offsetof(LowEntryLong_CastToDoubleBytes, ReturnValue) == 0x000000, "Member 'LowEntryLong_CastToDoubleBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLong_CastToString \ +static_assert(alignof(LowEntryLong_CastToString) == 0x000008, "Wrong alignment on LowEntryLong_CastToString"); \ +static_assert(sizeof(LowEntryLong_CastToString) == 0x000010, "Wrong size on LowEntryLong_CastToString"); \ +static_assert(offsetof(LowEntryLong_CastToString, ReturnValue) == 0x000000, "Member 'LowEntryLong_CastToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLong_CreateClone \ +static_assert(alignof(LowEntryLong_CreateClone) == 0x000008, "Wrong alignment on LowEntryLong_CreateClone"); \ +static_assert(sizeof(LowEntryLong_CreateClone) == 0x000008, "Wrong size on LowEntryLong_CreateClone"); \ +static_assert(offsetof(LowEntryLong_CreateClone, ReturnValue) == 0x000000, "Member 'LowEntryLong_CreateClone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLong_DoubleBytes_GreaterThan \ +static_assert(alignof(LowEntryLong_DoubleBytes_GreaterThan) == 0x000008, "Wrong alignment on LowEntryLong_DoubleBytes_GreaterThan"); \ +static_assert(sizeof(LowEntryLong_DoubleBytes_GreaterThan) == 0x000010, "Wrong size on LowEntryLong_DoubleBytes_GreaterThan"); \ +static_assert(offsetof(LowEntryLong_DoubleBytes_GreaterThan, Value) == 0x000000, "Member 'LowEntryLong_DoubleBytes_GreaterThan::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryLong_DoubleBytes_GreaterThan, ReturnValue) == 0x000008, "Member 'LowEntryLong_DoubleBytes_GreaterThan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLong_DoubleBytes_LessThan \ +static_assert(alignof(LowEntryLong_DoubleBytes_LessThan) == 0x000008, "Wrong alignment on LowEntryLong_DoubleBytes_LessThan"); \ +static_assert(sizeof(LowEntryLong_DoubleBytes_LessThan) == 0x000010, "Wrong size on LowEntryLong_DoubleBytes_LessThan"); \ +static_assert(offsetof(LowEntryLong_DoubleBytes_LessThan, Value) == 0x000000, "Member 'LowEntryLong_DoubleBytes_LessThan::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryLong_DoubleBytes_LessThan, ReturnValue) == 0x000008, "Member 'LowEntryLong_DoubleBytes_LessThan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLong_Float_GreaterThan \ +static_assert(alignof(LowEntryLong_Float_GreaterThan) == 0x000004, "Wrong alignment on LowEntryLong_Float_GreaterThan"); \ +static_assert(sizeof(LowEntryLong_Float_GreaterThan) == 0x000008, "Wrong size on LowEntryLong_Float_GreaterThan"); \ +static_assert(offsetof(LowEntryLong_Float_GreaterThan, Value) == 0x000000, "Member 'LowEntryLong_Float_GreaterThan::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryLong_Float_GreaterThan, ReturnValue) == 0x000004, "Member 'LowEntryLong_Float_GreaterThan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLong_Float_LessThan \ +static_assert(alignof(LowEntryLong_Float_LessThan) == 0x000004, "Wrong alignment on LowEntryLong_Float_LessThan"); \ +static_assert(sizeof(LowEntryLong_Float_LessThan) == 0x000008, "Wrong size on LowEntryLong_Float_LessThan"); \ +static_assert(offsetof(LowEntryLong_Float_LessThan, Value) == 0x000000, "Member 'LowEntryLong_Float_LessThan::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryLong_Float_LessThan, ReturnValue) == 0x000004, "Member 'LowEntryLong_Float_LessThan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLong_GetBytes \ +static_assert(alignof(LowEntryLong_GetBytes) == 0x000008, "Wrong alignment on LowEntryLong_GetBytes"); \ +static_assert(sizeof(LowEntryLong_GetBytes) == 0x000010, "Wrong size on LowEntryLong_GetBytes"); \ +static_assert(offsetof(LowEntryLong_GetBytes, ReturnValue) == 0x000000, "Member 'LowEntryLong_GetBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLong_Integer_Add \ +static_assert(alignof(LowEntryLong_Integer_Add) == 0x000004, "Wrong alignment on LowEntryLong_Integer_Add"); \ +static_assert(sizeof(LowEntryLong_Integer_Add) == 0x000004, "Wrong size on LowEntryLong_Integer_Add"); \ +static_assert(offsetof(LowEntryLong_Integer_Add, Value) == 0x000000, "Member 'LowEntryLong_Integer_Add::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLong_Integer_Equals \ +static_assert(alignof(LowEntryLong_Integer_Equals) == 0x000004, "Wrong alignment on LowEntryLong_Integer_Equals"); \ +static_assert(sizeof(LowEntryLong_Integer_Equals) == 0x000008, "Wrong size on LowEntryLong_Integer_Equals"); \ +static_assert(offsetof(LowEntryLong_Integer_Equals, Value) == 0x000000, "Member 'LowEntryLong_Integer_Equals::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryLong_Integer_Equals, ReturnValue) == 0x000004, "Member 'LowEntryLong_Integer_Equals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLong_Integer_GreaterThan \ +static_assert(alignof(LowEntryLong_Integer_GreaterThan) == 0x000004, "Wrong alignment on LowEntryLong_Integer_GreaterThan"); \ +static_assert(sizeof(LowEntryLong_Integer_GreaterThan) == 0x000008, "Wrong size on LowEntryLong_Integer_GreaterThan"); \ +static_assert(offsetof(LowEntryLong_Integer_GreaterThan, Value) == 0x000000, "Member 'LowEntryLong_Integer_GreaterThan::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryLong_Integer_GreaterThan, ReturnValue) == 0x000004, "Member 'LowEntryLong_Integer_GreaterThan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLong_Integer_LessThan \ +static_assert(alignof(LowEntryLong_Integer_LessThan) == 0x000004, "Wrong alignment on LowEntryLong_Integer_LessThan"); \ +static_assert(sizeof(LowEntryLong_Integer_LessThan) == 0x000008, "Wrong size on LowEntryLong_Integer_LessThan"); \ +static_assert(offsetof(LowEntryLong_Integer_LessThan, Value) == 0x000000, "Member 'LowEntryLong_Integer_LessThan::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryLong_Integer_LessThan, ReturnValue) == 0x000004, "Member 'LowEntryLong_Integer_LessThan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLong_Integer_Subtract \ +static_assert(alignof(LowEntryLong_Integer_Subtract) == 0x000004, "Wrong alignment on LowEntryLong_Integer_Subtract"); \ +static_assert(sizeof(LowEntryLong_Integer_Subtract) == 0x000004, "Wrong size on LowEntryLong_Integer_Subtract"); \ +static_assert(offsetof(LowEntryLong_Integer_Subtract, Value) == 0x000000, "Member 'LowEntryLong_Integer_Subtract::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLong_LongBytes_Add \ +static_assert(alignof(LowEntryLong_LongBytes_Add) == 0x000008, "Wrong alignment on LowEntryLong_LongBytes_Add"); \ +static_assert(sizeof(LowEntryLong_LongBytes_Add) == 0x000008, "Wrong size on LowEntryLong_LongBytes_Add"); \ +static_assert(offsetof(LowEntryLong_LongBytes_Add, Value) == 0x000000, "Member 'LowEntryLong_LongBytes_Add::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLong_LongBytes_Equals \ +static_assert(alignof(LowEntryLong_LongBytes_Equals) == 0x000008, "Wrong alignment on LowEntryLong_LongBytes_Equals"); \ +static_assert(sizeof(LowEntryLong_LongBytes_Equals) == 0x000010, "Wrong size on LowEntryLong_LongBytes_Equals"); \ +static_assert(offsetof(LowEntryLong_LongBytes_Equals, Value) == 0x000000, "Member 'LowEntryLong_LongBytes_Equals::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryLong_LongBytes_Equals, ReturnValue) == 0x000008, "Member 'LowEntryLong_LongBytes_Equals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLong_LongBytes_GreaterThan \ +static_assert(alignof(LowEntryLong_LongBytes_GreaterThan) == 0x000008, "Wrong alignment on LowEntryLong_LongBytes_GreaterThan"); \ +static_assert(sizeof(LowEntryLong_LongBytes_GreaterThan) == 0x000010, "Wrong size on LowEntryLong_LongBytes_GreaterThan"); \ +static_assert(offsetof(LowEntryLong_LongBytes_GreaterThan, Value) == 0x000000, "Member 'LowEntryLong_LongBytes_GreaterThan::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryLong_LongBytes_GreaterThan, ReturnValue) == 0x000008, "Member 'LowEntryLong_LongBytes_GreaterThan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLong_LongBytes_LessThan \ +static_assert(alignof(LowEntryLong_LongBytes_LessThan) == 0x000008, "Wrong alignment on LowEntryLong_LongBytes_LessThan"); \ +static_assert(sizeof(LowEntryLong_LongBytes_LessThan) == 0x000010, "Wrong size on LowEntryLong_LongBytes_LessThan"); \ +static_assert(offsetof(LowEntryLong_LongBytes_LessThan, Value) == 0x000000, "Member 'LowEntryLong_LongBytes_LessThan::Value' has a wrong offset!"); \ +static_assert(offsetof(LowEntryLong_LongBytes_LessThan, ReturnValue) == 0x000008, "Member 'LowEntryLong_LongBytes_LessThan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLong_LongBytes_Subtract \ +static_assert(alignof(LowEntryLong_LongBytes_Subtract) == 0x000008, "Wrong alignment on LowEntryLong_LongBytes_Subtract"); \ +static_assert(sizeof(LowEntryLong_LongBytes_Subtract) == 0x000008, "Wrong size on LowEntryLong_LongBytes_Subtract"); \ +static_assert(offsetof(LowEntryLong_LongBytes_Subtract, Value) == 0x000000, "Member 'LowEntryLong_LongBytes_Subtract::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryLong_SetBytes \ +static_assert(alignof(LowEntryLong_SetBytes) == 0x000008, "Wrong alignment on LowEntryLong_SetBytes"); \ +static_assert(sizeof(LowEntryLong_SetBytes) == 0x000018, "Wrong size on LowEntryLong_SetBytes"); \ +static_assert(offsetof(LowEntryLong_SetBytes, ByteArray) == 0x000000, "Member 'LowEntryLong_SetBytes::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(LowEntryLong_SetBytes, Index_0) == 0x000010, "Member 'LowEntryLong_SetBytes::Index_0' has a wrong offset!"); \ +static_assert(offsetof(LowEntryLong_SetBytes, Length) == 0x000014, "Member 'LowEntryLong_SetBytes::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULowEntryLong \ +static_assert(alignof(ULowEntryLong) == 0x000008, "Wrong alignment on ULowEntryLong"); \ +static_assert(sizeof(ULowEntryLong) == 0x000040, "Wrong size on ULowEntryLong"); \ +static_assert(offsetof(ULowEntryLong, Bytes) == 0x000030, "Member 'ULowEntryLong::Bytes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryParsedHashcash_GetBits \ +static_assert(alignof(LowEntryParsedHashcash_GetBits) == 0x000004, "Wrong alignment on LowEntryParsedHashcash_GetBits"); \ +static_assert(sizeof(LowEntryParsedHashcash_GetBits) == 0x000004, "Wrong size on LowEntryParsedHashcash_GetBits"); \ +static_assert(offsetof(LowEntryParsedHashcash_GetBits, ReturnValue) == 0x000000, "Member 'LowEntryParsedHashcash_GetBits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryParsedHashcash_GetDate \ +static_assert(alignof(LowEntryParsedHashcash_GetDate) == 0x000008, "Wrong alignment on LowEntryParsedHashcash_GetDate"); \ +static_assert(sizeof(LowEntryParsedHashcash_GetDate) == 0x000008, "Wrong size on LowEntryParsedHashcash_GetDate"); \ +static_assert(offsetof(LowEntryParsedHashcash_GetDate, ReturnValue) == 0x000000, "Member 'LowEntryParsedHashcash_GetDate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryParsedHashcash_GetResource \ +static_assert(alignof(LowEntryParsedHashcash_GetResource) == 0x000008, "Wrong alignment on LowEntryParsedHashcash_GetResource"); \ +static_assert(sizeof(LowEntryParsedHashcash_GetResource) == 0x000010, "Wrong size on LowEntryParsedHashcash_GetResource"); \ +static_assert(offsetof(LowEntryParsedHashcash_GetResource, ReturnValue) == 0x000000, "Member 'LowEntryParsedHashcash_GetResource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LowEntryParsedHashcash_ToString \ +static_assert(alignof(LowEntryParsedHashcash_ToString) == 0x000008, "Wrong alignment on LowEntryParsedHashcash_ToString"); \ +static_assert(sizeof(LowEntryParsedHashcash_ToString) == 0x000010, "Wrong size on LowEntryParsedHashcash_ToString"); \ +static_assert(offsetof(LowEntryParsedHashcash_ToString, ReturnValue) == 0x000000, "Member 'LowEntryParsedHashcash_ToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULowEntryParsedHashcash \ +static_assert(alignof(ULowEntryParsedHashcash) == 0x000008, "Wrong alignment on ULowEntryParsedHashcash"); \ +static_assert(sizeof(ULowEntryParsedHashcash) == 0x000058, "Wrong size on ULowEntryParsedHashcash"); \ +static_assert(offsetof(ULowEntryParsedHashcash, Valid) == 0x000030, "Member 'ULowEntryParsedHashcash::Valid' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryParsedHashcash, Resource) == 0x000038, "Member 'ULowEntryParsedHashcash::Resource' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryParsedHashcash, Date) == 0x000048, "Member 'ULowEntryParsedHashcash::Date' has a wrong offset!"); \ +static_assert(offsetof(ULowEntryParsedHashcash, Bits) == 0x000050, "Member 'ULowEntryParsedHashcash::Bits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase \ +static_assert(alignof(BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase) == 0x000008, "Wrong alignment on BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase"); \ +static_assert(sizeof(BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase) == 0x000058, "Wrong size on BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase, EntryPoint) == 0x000000, "Member 'BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase, CallFunc_GetLocalPlayerController_ReturnValue) == 0x000008, "Member 'BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase::CallFunc_GetLocalPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase, K2Node_DynamicCast_AsSBZPlayer_Controller) == 0x000010, "Member 'BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase::K2Node_DynamicCast_AsSBZPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase, CallFunc_K2_GetPawn_ReturnValue) == 0x000020, "Member 'BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase, K2Node_DynamicCast_AsSBZPlayer_Character) == 0x000028, "Member 'BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase::K2Node_DynamicCast_AsSBZPlayer_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase, CallFunc_IsValid_ReturnValue_1) == 0x000040, "Member 'BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase, CallFunc_IsValid_ReturnValue_2) == 0x000041, "Member 'BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase, CallFunc_GetCurrentActiveMontage_ReturnValue) == 0x000048, "Member 'BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase::CallFunc_GetCurrentActiveMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase, CallFunc_GetAnimation_Animation) == 0x000050, "Member 'BP_CosmeticHardcase_C_ExecuteUbergraph_BP_CosmeticHardcase::CallFunc_GetAnimation_Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CosmeticHardcase_C_ReceiveTick \ +static_assert(alignof(BP_CosmeticHardcase_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CosmeticHardcase_C_ReceiveTick"); \ +static_assert(sizeof(BP_CosmeticHardcase_C_ReceiveTick) == 0x000004, "Wrong size on BP_CosmeticHardcase_C_ReceiveTick"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_CosmeticHardcase_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CosmeticHardcase_C_GetAnimation \ +static_assert(alignof(BP_CosmeticHardcase_C_GetAnimation) == 0x000008, "Wrong alignment on BP_CosmeticHardcase_C_GetAnimation"); \ +static_assert(sizeof(BP_CosmeticHardcase_C_GetAnimation) == 0x000030, "Wrong size on BP_CosmeticHardcase_C_GetAnimation"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_GetAnimation, Duration) == 0x000000, "Member 'BP_CosmeticHardcase_C_GetAnimation::Duration' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_GetAnimation, Animation) == 0x000008, "Member 'BP_CosmeticHardcase_C_GetAnimation::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_GetAnimation, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_CosmeticHardcase_C_GetAnimation::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_GetAnimation, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_CosmeticHardcase_C_GetAnimation::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_GetAnimation, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_CosmeticHardcase_C_GetAnimation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_GetAnimation, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_CosmeticHardcase_C_GetAnimation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_GetAnimation, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_CosmeticHardcase_C_GetAnimation::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_GetAnimation, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_CosmeticHardcase_C_GetAnimation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_GetAnimation, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000029, "Member 'BP_CosmeticHardcase_C_GetAnimation::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CosmeticHardcase_C_PlayAnimation \ +static_assert(alignof(BP_CosmeticHardcase_C_PlayAnimation) == 0x000008, "Wrong alignment on BP_CosmeticHardcase_C_PlayAnimation"); \ +static_assert(sizeof(BP_CosmeticHardcase_C_PlayAnimation) == 0x000018, "Wrong size on BP_CosmeticHardcase_C_PlayAnimation"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_PlayAnimation, Animation) == 0x000000, "Member 'BP_CosmeticHardcase_C_PlayAnimation::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_PlayAnimation, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_CosmeticHardcase_C_PlayAnimation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_PlayAnimation, CallFunc_Montage_GetPlayRate_ReturnValue) == 0x00000C, "Member 'BP_CosmeticHardcase_C_PlayAnimation::CallFunc_Montage_GetPlayRate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticHardcase_C_PlayAnimation, CallFunc_Montage_GetPosition_ReturnValue) == 0x000010, "Member 'BP_CosmeticHardcase_C_PlayAnimation::CallFunc_Montage_GetPosition_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticHardcase_C \ +static_assert(alignof(ABP_CosmeticHardcase_C) == 0x000008, "Wrong alignment on ABP_CosmeticHardcase_C"); \ +static_assert(sizeof(ABP_CosmeticHardcase_C) == 0x000300, "Wrong size on ABP_CosmeticHardcase_C"); \ +static_assert(offsetof(ABP_CosmeticHardcase_C, UberGraphFrame) == 0x0002C8, "Member 'ABP_CosmeticHardcase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticHardcase_C, SkeletalMesh) == 0x0002D0, "Member 'ABP_CosmeticHardcase_C::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticHardcase_C, Player) == 0x0002D8, "Member 'ABP_CosmeticHardcase_C::Player' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticHardcase_C, PlayerAnimInstance) == 0x0002E0, "Member 'ABP_CosmeticHardcase_C::PlayerAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticHardcase_C, PlayerAnimMontage) == 0x0002E8, "Member 'ABP_CosmeticHardcase_C::PlayerAnimMontage' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticHardcase_C, Animations) == 0x0002F0, "Member 'ABP_CosmeticHardcase_C::Animations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTransform \ +static_assert(alignof(FLiveLinkTransform) == 0x000008, "Wrong alignment on FLiveLinkTransform"); \ +static_assert(sizeof(FLiveLinkTransform) == 0x000020, "Wrong size on FLiveLinkTransform"); \ + +#define DUMPER7_ASSERTS_FLiveLinkBaseStaticData \ +static_assert(alignof(FLiveLinkBaseStaticData) == 0x000008, "Wrong alignment on FLiveLinkBaseStaticData"); \ +static_assert(sizeof(FLiveLinkBaseStaticData) == 0x000010, "Wrong size on FLiveLinkBaseStaticData"); \ +static_assert(offsetof(FLiveLinkBaseStaticData, PropertyNames) == 0x000000, "Member 'FLiveLinkBaseStaticData::PropertyNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTransformStaticData \ +static_assert(alignof(FLiveLinkTransformStaticData) == 0x000008, "Wrong alignment on FLiveLinkTransformStaticData"); \ +static_assert(sizeof(FLiveLinkTransformStaticData) == 0x000018, "Wrong size on FLiveLinkTransformStaticData"); \ +static_assert(offsetof(FLiveLinkTransformStaticData, bIsLocationSupported) == 0x000010, "Member 'FLiveLinkTransformStaticData::bIsLocationSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTransformStaticData, bIsRotationSupported) == 0x000011, "Member 'FLiveLinkTransformStaticData::bIsRotationSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTransformStaticData, bIsScaleSupported) == 0x000012, "Member 'FLiveLinkTransformStaticData::bIsScaleSupported' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkLightStaticData \ +static_assert(alignof(FLiveLinkLightStaticData) == 0x000008, "Wrong alignment on FLiveLinkLightStaticData"); \ +static_assert(sizeof(FLiveLinkLightStaticData) == 0x000028, "Wrong size on FLiveLinkLightStaticData"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsTemperatureSupported) == 0x000018, "Member 'FLiveLinkLightStaticData::bIsTemperatureSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsIntensitySupported) == 0x000019, "Member 'FLiveLinkLightStaticData::bIsIntensitySupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsLightColorSupported) == 0x00001A, "Member 'FLiveLinkLightStaticData::bIsLightColorSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsInnerConeAngleSupported) == 0x00001B, "Member 'FLiveLinkLightStaticData::bIsInnerConeAngleSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsOuterConeAngleSupported) == 0x00001C, "Member 'FLiveLinkLightStaticData::bIsOuterConeAngleSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsAttenuationRadiusSupported) == 0x00001D, "Member 'FLiveLinkLightStaticData::bIsAttenuationRadiusSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsSourceLenghtSupported) == 0x00001E, "Member 'FLiveLinkLightStaticData::bIsSourceLenghtSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsSourceRadiusSupported) == 0x00001F, "Member 'FLiveLinkLightStaticData::bIsSourceRadiusSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsSoftSourceRadiusSupported) == 0x000020, "Member 'FLiveLinkLightStaticData::bIsSoftSourceRadiusSupported' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkWorldTime \ +static_assert(alignof(FLiveLinkWorldTime) == 0x000008, "Wrong alignment on FLiveLinkWorldTime"); \ +static_assert(sizeof(FLiveLinkWorldTime) == 0x000010, "Wrong size on FLiveLinkWorldTime"); \ +static_assert(offsetof(FLiveLinkWorldTime, Time) == 0x000000, "Member 'FLiveLinkWorldTime::Time' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkWorldTime, Offset) == 0x000008, "Member 'FLiveLinkWorldTime::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkMetaData \ +static_assert(alignof(FLiveLinkMetaData) == 0x000008, "Wrong alignment on FLiveLinkMetaData"); \ +static_assert(sizeof(FLiveLinkMetaData) == 0x000060, "Wrong size on FLiveLinkMetaData"); \ +static_assert(offsetof(FLiveLinkMetaData, StringMetaData) == 0x000000, "Member 'FLiveLinkMetaData::StringMetaData' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkMetaData, SceneTime) == 0x000050, "Member 'FLiveLinkMetaData::SceneTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkBaseFrameData \ +static_assert(alignof(FLiveLinkBaseFrameData) == 0x000008, "Wrong alignment on FLiveLinkBaseFrameData"); \ +static_assert(sizeof(FLiveLinkBaseFrameData) == 0x0000A0, "Wrong size on FLiveLinkBaseFrameData"); \ +static_assert(offsetof(FLiveLinkBaseFrameData, WorldTime) == 0x000000, "Member 'FLiveLinkBaseFrameData::WorldTime' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkBaseFrameData, MetaData) == 0x000010, "Member 'FLiveLinkBaseFrameData::MetaData' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkBaseFrameData, PropertyValues) == 0x000070, "Member 'FLiveLinkBaseFrameData::PropertyValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTransformFrameData \ +static_assert(alignof(FLiveLinkTransformFrameData) == 0x000010, "Wrong alignment on FLiveLinkTransformFrameData"); \ +static_assert(sizeof(FLiveLinkTransformFrameData) == 0x0000D0, "Wrong size on FLiveLinkTransformFrameData"); \ +static_assert(offsetof(FLiveLinkTransformFrameData, Transform) == 0x0000A0, "Member 'FLiveLinkTransformFrameData::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkLightFrameData \ +static_assert(alignof(FLiveLinkLightFrameData) == 0x000010, "Wrong alignment on FLiveLinkLightFrameData"); \ +static_assert(sizeof(FLiveLinkLightFrameData) == 0x000100, "Wrong size on FLiveLinkLightFrameData"); \ +static_assert(offsetof(FLiveLinkLightFrameData, Temperature) == 0x0000D0, "Member 'FLiveLinkLightFrameData::Temperature' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, Intensity) == 0x0000D4, "Member 'FLiveLinkLightFrameData::Intensity' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, LightColor) == 0x0000D8, "Member 'FLiveLinkLightFrameData::LightColor' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, InnerConeAngle) == 0x0000DC, "Member 'FLiveLinkLightFrameData::InnerConeAngle' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, OuterConeAngle) == 0x0000E0, "Member 'FLiveLinkLightFrameData::OuterConeAngle' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, AttenuationRadius) == 0x0000E4, "Member 'FLiveLinkLightFrameData::AttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, SourceRadius) == 0x0000E8, "Member 'FLiveLinkLightFrameData::SourceRadius' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, SoftSourceRadius) == 0x0000EC, "Member 'FLiveLinkLightFrameData::SoftSourceRadius' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, SourceLength) == 0x0000F0, "Member 'FLiveLinkLightFrameData::SourceLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkBaseBlueprintData \ +static_assert(alignof(FLiveLinkBaseBlueprintData) == 0x000008, "Wrong alignment on FLiveLinkBaseBlueprintData"); \ +static_assert(sizeof(FLiveLinkBaseBlueprintData) == 0x000008, "Wrong size on FLiveLinkBaseBlueprintData"); \ + +#define DUMPER7_ASSERTS_FLiveLinkLightBlueprintData \ +static_assert(alignof(FLiveLinkLightBlueprintData) == 0x000010, "Wrong alignment on FLiveLinkLightBlueprintData"); \ +static_assert(sizeof(FLiveLinkLightBlueprintData) == 0x000130, "Wrong size on FLiveLinkLightBlueprintData"); \ +static_assert(offsetof(FLiveLinkLightBlueprintData, StaticData) == 0x000008, "Member 'FLiveLinkLightBlueprintData::StaticData' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightBlueprintData, FrameData) == 0x000030, "Member 'FLiveLinkLightBlueprintData::FrameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSubjectName \ +static_assert(alignof(FLiveLinkSubjectName) == 0x000004, "Wrong alignment on FLiveLinkSubjectName"); \ +static_assert(sizeof(FLiveLinkSubjectName) == 0x00000C, "Wrong size on FLiveLinkSubjectName"); \ +static_assert(offsetof(FLiveLinkSubjectName, Name) == 0x000000, "Member 'FLiveLinkSubjectName::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCachedSubjectFrame \ +static_assert(alignof(FCachedSubjectFrame) == 0x000008, "Wrong alignment on FCachedSubjectFrame"); \ +static_assert(sizeof(FCachedSubjectFrame) == 0x000160, "Wrong size on FCachedSubjectFrame"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSubjectKey \ +static_assert(alignof(FLiveLinkSubjectKey) == 0x000004, "Wrong alignment on FLiveLinkSubjectKey"); \ +static_assert(sizeof(FLiveLinkSubjectKey) == 0x00001C, "Wrong size on FLiveLinkSubjectKey"); \ +static_assert(offsetof(FLiveLinkSubjectKey, Source) == 0x000000, "Member 'FLiveLinkSubjectKey::Source' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectKey, SubjectName) == 0x000010, "Member 'FLiveLinkSubjectKey::SubjectName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSubjectPreset \ +static_assert(alignof(FLiveLinkSubjectPreset) == 0x000008, "Wrong alignment on FLiveLinkSubjectPreset"); \ +static_assert(sizeof(FLiveLinkSubjectPreset) == 0x000040, "Wrong size on FLiveLinkSubjectPreset"); \ +static_assert(offsetof(FLiveLinkSubjectPreset, Key) == 0x000000, "Member 'FLiveLinkSubjectPreset::Key' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectPreset, Role) == 0x000020, "Member 'FLiveLinkSubjectPreset::Role' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectPreset, Settings) == 0x000028, "Member 'FLiveLinkSubjectPreset::Settings' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectPreset, VirtualSubject) == 0x000030, "Member 'FLiveLinkSubjectPreset::VirtualSubject' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectPreset, bEnabled) == 0x000038, "Member 'FLiveLinkSubjectPreset::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSourceHandle \ +static_assert(alignof(FLiveLinkSourceHandle) == 0x000008, "Wrong alignment on FLiveLinkSourceHandle"); \ +static_assert(sizeof(FLiveLinkSourceHandle) == 0x000018, "Wrong size on FLiveLinkSourceHandle"); \ + +#define DUMPER7_ASSERTS_FSubjectFrameHandle \ +static_assert(alignof(FSubjectFrameHandle) == 0x000008, "Wrong alignment on FSubjectFrameHandle"); \ +static_assert(sizeof(FSubjectFrameHandle) == 0x000018, "Wrong size on FSubjectFrameHandle"); \ + +#define DUMPER7_ASSERTS_FSubjectMetadata \ +static_assert(alignof(FSubjectMetadata) == 0x000008, "Wrong alignment on FSubjectMetadata"); \ +static_assert(sizeof(FSubjectMetadata) == 0x000070, "Wrong size on FSubjectMetadata"); \ +static_assert(offsetof(FSubjectMetadata, StringMetadata) == 0x000000, "Member 'FSubjectMetadata::StringMetadata' has a wrong offset!"); \ +static_assert(offsetof(FSubjectMetadata, SceneTimecode) == 0x000050, "Member 'FSubjectMetadata::SceneTimecode' has a wrong offset!"); \ +static_assert(offsetof(FSubjectMetadata, SceneFramerate) == 0x000064, "Member 'FSubjectMetadata::SceneFramerate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkAnimationFrameData \ +static_assert(alignof(FLiveLinkAnimationFrameData) == 0x000008, "Wrong alignment on FLiveLinkAnimationFrameData"); \ +static_assert(sizeof(FLiveLinkAnimationFrameData) == 0x0000B0, "Wrong size on FLiveLinkAnimationFrameData"); \ +static_assert(offsetof(FLiveLinkAnimationFrameData, Transforms) == 0x0000A0, "Member 'FLiveLinkAnimationFrameData::Transforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSkeletonStaticData \ +static_assert(alignof(FLiveLinkSkeletonStaticData) == 0x000008, "Wrong alignment on FLiveLinkSkeletonStaticData"); \ +static_assert(sizeof(FLiveLinkSkeletonStaticData) == 0x000030, "Wrong size on FLiveLinkSkeletonStaticData"); \ +static_assert(offsetof(FLiveLinkSkeletonStaticData, BoneNames) == 0x000010, "Member 'FLiveLinkSkeletonStaticData::BoneNames' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSkeletonStaticData, BoneParents) == 0x000020, "Member 'FLiveLinkSkeletonStaticData::BoneParents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkBasicBlueprintData \ +static_assert(alignof(FLiveLinkBasicBlueprintData) == 0x000008, "Wrong alignment on FLiveLinkBasicBlueprintData"); \ +static_assert(sizeof(FLiveLinkBasicBlueprintData) == 0x0000B8, "Wrong size on FLiveLinkBasicBlueprintData"); \ +static_assert(offsetof(FLiveLinkBasicBlueprintData, StaticData) == 0x000008, "Member 'FLiveLinkBasicBlueprintData::StaticData' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkBasicBlueprintData, FrameData) == 0x000018, "Member 'FLiveLinkBasicBlueprintData::FrameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkCameraStaticData \ +static_assert(alignof(FLiveLinkCameraStaticData) == 0x000008, "Wrong alignment on FLiveLinkCameraStaticData"); \ +static_assert(sizeof(FLiveLinkCameraStaticData) == 0x000028, "Wrong size on FLiveLinkCameraStaticData"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, bIsFieldOfViewSupported) == 0x000018, "Member 'FLiveLinkCameraStaticData::bIsFieldOfViewSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, bIsAspectRatioSupported) == 0x000019, "Member 'FLiveLinkCameraStaticData::bIsAspectRatioSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, bIsFocalLengthSupported) == 0x00001A, "Member 'FLiveLinkCameraStaticData::bIsFocalLengthSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, bIsProjectionModeSupported) == 0x00001B, "Member 'FLiveLinkCameraStaticData::bIsProjectionModeSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, FilmBackWidth) == 0x00001C, "Member 'FLiveLinkCameraStaticData::FilmBackWidth' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, FilmBackHeight) == 0x000020, "Member 'FLiveLinkCameraStaticData::FilmBackHeight' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, bIsApertureSupported) == 0x000024, "Member 'FLiveLinkCameraStaticData::bIsApertureSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, bIsFocusDistanceSupported) == 0x000025, "Member 'FLiveLinkCameraStaticData::bIsFocusDistanceSupported' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkCameraFrameData \ +static_assert(alignof(FLiveLinkCameraFrameData) == 0x000010, "Wrong alignment on FLiveLinkCameraFrameData"); \ +static_assert(sizeof(FLiveLinkCameraFrameData) == 0x0000F0, "Wrong size on FLiveLinkCameraFrameData"); \ +static_assert(offsetof(FLiveLinkCameraFrameData, FieldOfView) == 0x0000D0, "Member 'FLiveLinkCameraFrameData::FieldOfView' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraFrameData, AspectRatio) == 0x0000D4, "Member 'FLiveLinkCameraFrameData::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraFrameData, FocalLength) == 0x0000D8, "Member 'FLiveLinkCameraFrameData::FocalLength' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraFrameData, Aperture) == 0x0000DC, "Member 'FLiveLinkCameraFrameData::Aperture' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraFrameData, FocusDistance) == 0x0000E0, "Member 'FLiveLinkCameraFrameData::FocusDistance' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraFrameData, ProjectionMode) == 0x0000E4, "Member 'FLiveLinkCameraFrameData::ProjectionMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkCameraBlueprintData \ +static_assert(alignof(FLiveLinkCameraBlueprintData) == 0x000010, "Wrong alignment on FLiveLinkCameraBlueprintData"); \ +static_assert(sizeof(FLiveLinkCameraBlueprintData) == 0x000120, "Wrong size on FLiveLinkCameraBlueprintData"); \ +static_assert(offsetof(FLiveLinkCameraBlueprintData, StaticData) == 0x000008, "Member 'FLiveLinkCameraBlueprintData::StaticData' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraBlueprintData, FrameData) == 0x000030, "Member 'FLiveLinkCameraBlueprintData::FrameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkCurveConversionSettings \ +static_assert(alignof(FLiveLinkCurveConversionSettings) == 0x000008, "Wrong alignment on FLiveLinkCurveConversionSettings"); \ +static_assert(sizeof(FLiveLinkCurveConversionSettings) == 0x000050, "Wrong size on FLiveLinkCurveConversionSettings"); \ +static_assert(offsetof(FLiveLinkCurveConversionSettings, CurveConversionAssetMap) == 0x000000, "Member 'FLiveLinkCurveConversionSettings::CurveConversionAssetMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSourcePreset \ +static_assert(alignof(FLiveLinkSourcePreset) == 0x000008, "Wrong alignment on FLiveLinkSourcePreset"); \ +static_assert(sizeof(FLiveLinkSourcePreset) == 0x000030, "Wrong size on FLiveLinkSourcePreset"); \ +static_assert(offsetof(FLiveLinkSourcePreset, Guid) == 0x000000, "Member 'FLiveLinkSourcePreset::Guid' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourcePreset, Settings) == 0x000010, "Member 'FLiveLinkSourcePreset::Settings' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourcePreset, SourceType) == 0x000018, "Member 'FLiveLinkSourcePreset::SourceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkRefSkeleton \ +static_assert(alignof(FLiveLinkRefSkeleton) == 0x000008, "Wrong alignment on FLiveLinkRefSkeleton"); \ +static_assert(sizeof(FLiveLinkRefSkeleton) == 0x000020, "Wrong size on FLiveLinkRefSkeleton"); \ +static_assert(offsetof(FLiveLinkRefSkeleton, BoneNames) == 0x000000, "Member 'FLiveLinkRefSkeleton::BoneNames' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkRefSkeleton, BoneParents) == 0x000010, "Member 'FLiveLinkRefSkeleton::BoneParents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSubjectRepresentation \ +static_assert(alignof(FLiveLinkSubjectRepresentation) == 0x000008, "Wrong alignment on FLiveLinkSubjectRepresentation"); \ +static_assert(sizeof(FLiveLinkSubjectRepresentation) == 0x000018, "Wrong size on FLiveLinkSubjectRepresentation"); \ +static_assert(offsetof(FLiveLinkSubjectRepresentation, Subject) == 0x000000, "Member 'FLiveLinkSubjectRepresentation::Subject' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectRepresentation, Role) == 0x000010, "Member 'FLiveLinkSubjectRepresentation::Role' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkInterpolationSettings \ +static_assert(alignof(FLiveLinkInterpolationSettings) == 0x000004, "Wrong alignment on FLiveLinkInterpolationSettings"); \ +static_assert(sizeof(FLiveLinkInterpolationSettings) == 0x000008, "Wrong size on FLiveLinkInterpolationSettings"); \ +static_assert(offsetof(FLiveLinkInterpolationSettings, bUseInterpolation) == 0x000000, "Member 'FLiveLinkInterpolationSettings::bUseInterpolation' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkInterpolationSettings, InterpolationOffset) == 0x000004, "Member 'FLiveLinkInterpolationSettings::InterpolationOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTimeSynchronizationSettings \ +static_assert(alignof(FLiveLinkTimeSynchronizationSettings) == 0x000004, "Wrong alignment on FLiveLinkTimeSynchronizationSettings"); \ +static_assert(sizeof(FLiveLinkTimeSynchronizationSettings) == 0x00000C, "Wrong size on FLiveLinkTimeSynchronizationSettings"); \ +static_assert(offsetof(FLiveLinkTimeSynchronizationSettings, FrameRate) == 0x000000, "Member 'FLiveLinkTimeSynchronizationSettings::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTimeSynchronizationSettings, FrameOffset) == 0x000008, "Member 'FLiveLinkTimeSynchronizationSettings::FrameOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSourceDebugInfo \ +static_assert(alignof(FLiveLinkSourceDebugInfo) == 0x000004, "Wrong alignment on FLiveLinkSourceDebugInfo"); \ +static_assert(sizeof(FLiveLinkSourceDebugInfo) == 0x000014, "Wrong size on FLiveLinkSourceDebugInfo"); \ +static_assert(offsetof(FLiveLinkSourceDebugInfo, SubjectName) == 0x000000, "Member 'FLiveLinkSourceDebugInfo::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceDebugInfo, SnapshotIndex) == 0x00000C, "Member 'FLiveLinkSourceDebugInfo::SnapshotIndex' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceDebugInfo, NumberOfBufferAtSnapshot) == 0x000010, "Member 'FLiveLinkSourceDebugInfo::NumberOfBufferAtSnapshot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSourceBufferManagementSettings \ +static_assert(alignof(FLiveLinkSourceBufferManagementSettings) == 0x000008, "Wrong alignment on FLiveLinkSourceBufferManagementSettings"); \ +static_assert(sizeof(FLiveLinkSourceBufferManagementSettings) == 0x000058, "Wrong size on FLiveLinkSourceBufferManagementSettings"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bValidEngineTimeEnabled) == 0x000000, "Member 'FLiveLinkSourceBufferManagementSettings::bValidEngineTimeEnabled' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, ValidEngineTime) == 0x000004, "Member 'FLiveLinkSourceBufferManagementSettings::ValidEngineTime' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, EngineTimeOffset) == 0x000008, "Member 'FLiveLinkSourceBufferManagementSettings::EngineTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, EngineTimeClockOffset) == 0x000010, "Member 'FLiveLinkSourceBufferManagementSettings::EngineTimeClockOffset' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bGenerateSubFrame) == 0x000018, "Member 'FLiveLinkSourceBufferManagementSettings::bGenerateSubFrame' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, DetectedFrameRate) == 0x00001C, "Member 'FLiveLinkSourceBufferManagementSettings::DetectedFrameRate' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bUseTimecodeSmoothLatest) == 0x000024, "Member 'FLiveLinkSourceBufferManagementSettings::bUseTimecodeSmoothLatest' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, SourceTimecodeFrameRate) == 0x000028, "Member 'FLiveLinkSourceBufferManagementSettings::SourceTimecodeFrameRate' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bValidTimecodeFrameEnabled) == 0x000030, "Member 'FLiveLinkSourceBufferManagementSettings::bValidTimecodeFrameEnabled' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, ValidTimecodeFrame) == 0x000034, "Member 'FLiveLinkSourceBufferManagementSettings::ValidTimecodeFrame' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, TimecodeFrameOffset) == 0x000038, "Member 'FLiveLinkSourceBufferManagementSettings::TimecodeFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, TimecodeClockOffset) == 0x000040, "Member 'FLiveLinkSourceBufferManagementSettings::TimecodeClockOffset' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, LatestOffset) == 0x000048, "Member 'FLiveLinkSourceBufferManagementSettings::LatestOffset' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, MaxNumberOfFrameToBuffered) == 0x00004C, "Member 'FLiveLinkSourceBufferManagementSettings::MaxNumberOfFrameToBuffered' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bKeepAtLeastOneFrame) == 0x000050, "Member 'FLiveLinkSourceBufferManagementSettings::bKeepAtLeastOneFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTransformBlueprintData \ +static_assert(alignof(FLiveLinkTransformBlueprintData) == 0x000010, "Wrong alignment on FLiveLinkTransformBlueprintData"); \ +static_assert(sizeof(FLiveLinkTransformBlueprintData) == 0x0000F0, "Wrong size on FLiveLinkTransformBlueprintData"); \ +static_assert(offsetof(FLiveLinkTransformBlueprintData, StaticData) == 0x000008, "Member 'FLiveLinkTransformBlueprintData::StaticData' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTransformBlueprintData, FrameData) == 0x000020, "Member 'FLiveLinkTransformBlueprintData::FrameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkCurveElement \ +static_assert(alignof(FLiveLinkCurveElement) == 0x000004, "Wrong alignment on FLiveLinkCurveElement"); \ +static_assert(sizeof(FLiveLinkCurveElement) == 0x000010, "Wrong size on FLiveLinkCurveElement"); \ +static_assert(offsetof(FLiveLinkCurveElement, CurveName) == 0x000000, "Member 'FLiveLinkCurveElement::CurveName' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCurveElement, CurveValue) == 0x00000C, "Member 'FLiveLinkCurveElement::CurveValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkFrameData \ +static_assert(alignof(FLiveLinkFrameData) == 0x000008, "Wrong alignment on FLiveLinkFrameData"); \ +static_assert(sizeof(FLiveLinkFrameData) == 0x000090, "Wrong size on FLiveLinkFrameData"); \ +static_assert(offsetof(FLiveLinkFrameData, Transforms) == 0x000000, "Member 'FLiveLinkFrameData::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkFrameData, CurveElements) == 0x000010, "Member 'FLiveLinkFrameData::CurveElements' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkFrameData, WorldTime) == 0x000020, "Member 'FLiveLinkFrameData::WorldTime' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkFrameData, MetaData) == 0x000030, "Member 'FLiveLinkFrameData::MetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkFrameRate \ +static_assert(alignof(FLiveLinkFrameRate) == 0x000004, "Wrong alignment on FLiveLinkFrameRate"); \ +static_assert(sizeof(FLiveLinkFrameRate) == 0x000008, "Wrong size on FLiveLinkFrameRate"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTimeCode_Base_DEPRECATED \ +static_assert(alignof(FLiveLinkTimeCode_Base_DEPRECATED) == 0x000004, "Wrong alignment on FLiveLinkTimeCode_Base_DEPRECATED"); \ +static_assert(sizeof(FLiveLinkTimeCode_Base_DEPRECATED) == 0x000010, "Wrong size on FLiveLinkTimeCode_Base_DEPRECATED"); \ +static_assert(offsetof(FLiveLinkTimeCode_Base_DEPRECATED, Seconds) == 0x000000, "Member 'FLiveLinkTimeCode_Base_DEPRECATED::Seconds' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTimeCode_Base_DEPRECATED, Frames) == 0x000004, "Member 'FLiveLinkTimeCode_Base_DEPRECATED::Frames' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTimeCode_Base_DEPRECATED, FrameRate) == 0x000008, "Member 'FLiveLinkTimeCode_Base_DEPRECATED::FrameRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTimeCode \ +static_assert(alignof(FLiveLinkTimeCode) == 0x000004, "Wrong alignment on FLiveLinkTimeCode"); \ +static_assert(sizeof(FLiveLinkTimeCode) == 0x000010, "Wrong size on FLiveLinkTimeCode"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTime \ +static_assert(alignof(FLiveLinkTime) == 0x000008, "Wrong alignment on FLiveLinkTime"); \ +static_assert(sizeof(FLiveLinkTime) == 0x000018, "Wrong size on FLiveLinkTime"); \ +static_assert(offsetof(FLiveLinkTime, WorldTime) == 0x000000, "Member 'FLiveLinkTime::WorldTime' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTime, SceneTime) == 0x000008, "Member 'FLiveLinkTime::SceneTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkFramePreProcessor \ +static_assert(alignof(ULiveLinkFramePreProcessor) == 0x000008, "Wrong alignment on ULiveLinkFramePreProcessor"); \ +static_assert(sizeof(ULiveLinkFramePreProcessor) == 0x000030, "Wrong size on ULiveLinkFramePreProcessor"); \ + +#define DUMPER7_ASSERTS_ULiveLinkFrameInterpolationProcessor \ +static_assert(alignof(ULiveLinkFrameInterpolationProcessor) == 0x000008, "Wrong alignment on ULiveLinkFrameInterpolationProcessor"); \ +static_assert(sizeof(ULiveLinkFrameInterpolationProcessor) == 0x000030, "Wrong size on ULiveLinkFrameInterpolationProcessor"); \ + +#define DUMPER7_ASSERTS_ULiveLinkSourceSettings \ +static_assert(alignof(ULiveLinkSourceSettings) == 0x000008, "Wrong alignment on ULiveLinkSourceSettings"); \ +static_assert(sizeof(ULiveLinkSourceSettings) == 0x0000A8, "Wrong size on ULiveLinkSourceSettings"); \ +static_assert(offsetof(ULiveLinkSourceSettings, Mode) == 0x000030, "Member 'ULiveLinkSourceSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSourceSettings, BufferSettings) == 0x000038, "Member 'ULiveLinkSourceSettings::BufferSettings' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSourceSettings, ConnectionString) == 0x000090, "Member 'ULiveLinkSourceSettings::ConnectionString' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSourceSettings, Factory) == 0x0000A0, "Member 'ULiveLinkSourceSettings::Factory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkFrameTranslator \ +static_assert(alignof(ULiveLinkFrameTranslator) == 0x000008, "Wrong alignment on ULiveLinkFrameTranslator"); \ +static_assert(sizeof(ULiveLinkFrameTranslator) == 0x000030, "Wrong size on ULiveLinkFrameTranslator"); \ + +#define DUMPER7_ASSERTS_ULiveLinkRole \ +static_assert(alignof(ULiveLinkRole) == 0x000008, "Wrong alignment on ULiveLinkRole"); \ +static_assert(sizeof(ULiveLinkRole) == 0x000030, "Wrong size on ULiveLinkRole"); \ + +#define DUMPER7_ASSERTS_ULiveLinkBasicRole \ +static_assert(alignof(ULiveLinkBasicRole) == 0x000008, "Wrong alignment on ULiveLinkBasicRole"); \ +static_assert(sizeof(ULiveLinkBasicRole) == 0x000030, "Wrong size on ULiveLinkBasicRole"); \ + +#define DUMPER7_ASSERTS_ULiveLinkVirtualSubject \ +static_assert(alignof(ULiveLinkVirtualSubject) == 0x000008, "Wrong alignment on ULiveLinkVirtualSubject"); \ +static_assert(sizeof(ULiveLinkVirtualSubject) == 0x000168, "Wrong size on ULiveLinkVirtualSubject"); \ +static_assert(offsetof(ULiveLinkVirtualSubject, Role) == 0x000038, "Member 'ULiveLinkVirtualSubject::Role' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkVirtualSubject, Subjects) == 0x000040, "Member 'ULiveLinkVirtualSubject::Subjects' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkVirtualSubject, FrameTranslators) == 0x000050, "Member 'ULiveLinkVirtualSubject::FrameTranslators' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkVirtualSubject, bRebroadcastSubject) == 0x000060, "Member 'ULiveLinkVirtualSubject::bRebroadcastSubject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkController \ +static_assert(alignof(ULiveLinkController) == 0x000008, "Wrong alignment on ULiveLinkController"); \ +static_assert(sizeof(ULiveLinkController) == 0x000030, "Wrong size on ULiveLinkController"); \ + +#define DUMPER7_ASSERTS_ULiveLinkSourceFactory \ +static_assert(alignof(ULiveLinkSourceFactory) == 0x000008, "Wrong alignment on ULiveLinkSourceFactory"); \ +static_assert(sizeof(ULiveLinkSourceFactory) == 0x000030, "Wrong size on ULiveLinkSourceFactory"); \ + +#define DUMPER7_ASSERTS_ULiveLinkAnimationRole \ +static_assert(alignof(ULiveLinkAnimationRole) == 0x000008, "Wrong alignment on ULiveLinkAnimationRole"); \ +static_assert(sizeof(ULiveLinkAnimationRole) == 0x000030, "Wrong size on ULiveLinkAnimationRole"); \ + +#define DUMPER7_ASSERTS_ULiveLinkTransformRole \ +static_assert(alignof(ULiveLinkTransformRole) == 0x000008, "Wrong alignment on ULiveLinkTransformRole"); \ +static_assert(sizeof(ULiveLinkTransformRole) == 0x000030, "Wrong size on ULiveLinkTransformRole"); \ + +#define DUMPER7_ASSERTS_ULiveLinkCameraRole \ +static_assert(alignof(ULiveLinkCameraRole) == 0x000008, "Wrong alignment on ULiveLinkCameraRole"); \ +static_assert(sizeof(ULiveLinkCameraRole) == 0x000030, "Wrong size on ULiveLinkCameraRole"); \ + +#define DUMPER7_ASSERTS_ULiveLinkCurveRemapSettings \ +static_assert(alignof(ULiveLinkCurveRemapSettings) == 0x000008, "Wrong alignment on ULiveLinkCurveRemapSettings"); \ +static_assert(sizeof(ULiveLinkCurveRemapSettings) == 0x0000F8, "Wrong size on ULiveLinkCurveRemapSettings"); \ +static_assert(offsetof(ULiveLinkCurveRemapSettings, CurveConversionSettings) == 0x0000A8, "Member 'ULiveLinkCurveRemapSettings::CurveConversionSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkLightRole \ +static_assert(alignof(ULiveLinkLightRole) == 0x000008, "Wrong alignment on ULiveLinkLightRole"); \ +static_assert(sizeof(ULiveLinkLightRole) == 0x000030, "Wrong size on ULiveLinkLightRole"); \ + +#define DUMPER7_ASSERTS_ULiveLinkSubjectSettings \ +static_assert(alignof(ULiveLinkSubjectSettings) == 0x000008, "Wrong alignment on ULiveLinkSubjectSettings"); \ +static_assert(sizeof(ULiveLinkSubjectSettings) == 0x000070, "Wrong size on ULiveLinkSubjectSettings"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, PreProcessors) == 0x000030, "Member 'ULiveLinkSubjectSettings::PreProcessors' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, InterpolationProcessor) == 0x000040, "Member 'ULiveLinkSubjectSettings::InterpolationProcessor' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, Translators) == 0x000048, "Member 'ULiveLinkSubjectSettings::Translators' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, Role) == 0x000058, "Member 'ULiveLinkSubjectSettings::Role' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, FrameRate) == 0x000060, "Member 'ULiveLinkSubjectSettings::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, bRebroadcastSubject) == 0x000068, "Member 'ULiveLinkSubjectSettings::bRebroadcastSubject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_InventoryReward_C_ExecuteUbergraph_WBP_UI_Results_Reward_InventoryReward \ +static_assert(alignof(WBP_UI_Results_Reward_InventoryReward_C_ExecuteUbergraph_WBP_UI_Results_Reward_InventoryReward) == 0x000008, "Wrong alignment on WBP_UI_Results_Reward_InventoryReward_C_ExecuteUbergraph_WBP_UI_Results_Reward_InventoryReward"); \ +static_assert(sizeof(WBP_UI_Results_Reward_InventoryReward_C_ExecuteUbergraph_WBP_UI_Results_Reward_InventoryReward) == 0x000078, "Wrong size on WBP_UI_Results_Reward_InventoryReward_C_ExecuteUbergraph_WBP_UI_Results_Reward_InventoryReward"); \ +static_assert(offsetof(WBP_UI_Results_Reward_InventoryReward_C_ExecuteUbergraph_WBP_UI_Results_Reward_InventoryReward, EntryPoint) == 0x000000, "Member 'WBP_UI_Results_Reward_InventoryReward_C_ExecuteUbergraph_WBP_UI_Results_Reward_InventoryReward::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_InventoryReward_C_ExecuteUbergraph_WBP_UI_Results_Reward_InventoryReward, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_UI_Results_Reward_InventoryReward_C_ExecuteUbergraph_WBP_UI_Results_Reward_InventoryReward::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_InventoryReward_C_ExecuteUbergraph_WBP_UI_Results_Reward_InventoryReward, K2Node_CustomEvent_Loaded) == 0x000010, "Member 'WBP_UI_Results_Reward_InventoryReward_C_ExecuteUbergraph_WBP_UI_Results_Reward_InventoryReward::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_InventoryReward_C_ExecuteUbergraph_WBP_UI_Results_Reward_InventoryReward, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_UI_Results_Reward_InventoryReward_C_ExecuteUbergraph_WBP_UI_Results_Reward_InventoryReward::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_InventoryReward_C_ExecuteUbergraph_WBP_UI_Results_Reward_InventoryReward, CallFunc_Create_ReturnValue) == 0x000030, "Member 'WBP_UI_Results_Reward_InventoryReward_C_ExecuteUbergraph_WBP_UI_Results_Reward_InventoryReward::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_InventoryReward_C_ExecuteUbergraph_WBP_UI_Results_Reward_InventoryReward, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'WBP_UI_Results_Reward_InventoryReward_C_ExecuteUbergraph_WBP_UI_Results_Reward_InventoryReward::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_InventoryReward_C_ExecuteUbergraph_WBP_UI_Results_Reward_InventoryReward, K2Node_Event_IsDesignTime) == 0x000039, "Member 'WBP_UI_Results_Reward_InventoryReward_C_ExecuteUbergraph_WBP_UI_Results_Reward_InventoryReward::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_InventoryReward_C_ExecuteUbergraph_WBP_UI_Results_Reward_InventoryReward, K2Node_MakeStruct_SlateColor) == 0x000040, "Member 'WBP_UI_Results_Reward_InventoryReward_C_ExecuteUbergraph_WBP_UI_Results_Reward_InventoryReward::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_InventoryReward_C_ExecuteUbergraph_WBP_UI_Results_Reward_InventoryReward, Temp_object_Variable) == 0x000068, "Member 'WBP_UI_Results_Reward_InventoryReward_C_ExecuteUbergraph_WBP_UI_Results_Reward_InventoryReward::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_InventoryReward_C_ExecuteUbergraph_WBP_UI_Results_Reward_InventoryReward, CallFunc_IsValid_ReturnValue_1) == 0x000070, "Member 'WBP_UI_Results_Reward_InventoryReward_C_ExecuteUbergraph_WBP_UI_Results_Reward_InventoryReward::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_InventoryReward_C_PreConstruct \ +static_assert(alignof(WBP_UI_Results_Reward_InventoryReward_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Results_Reward_InventoryReward_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Results_Reward_InventoryReward_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Results_Reward_InventoryReward_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Results_Reward_InventoryReward_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Results_Reward_InventoryReward_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_InventoryReward_C_OnLoaded_F99AF3214864DD0BF5551FB49B41A8BC \ +static_assert(alignof(WBP_UI_Results_Reward_InventoryReward_C_OnLoaded_F99AF3214864DD0BF5551FB49B41A8BC) == 0x000008, "Wrong alignment on WBP_UI_Results_Reward_InventoryReward_C_OnLoaded_F99AF3214864DD0BF5551FB49B41A8BC"); \ +static_assert(sizeof(WBP_UI_Results_Reward_InventoryReward_C_OnLoaded_F99AF3214864DD0BF5551FB49B41A8BC) == 0x000008, "Wrong size on WBP_UI_Results_Reward_InventoryReward_C_OnLoaded_F99AF3214864DD0BF5551FB49B41A8BC"); \ +static_assert(offsetof(WBP_UI_Results_Reward_InventoryReward_C_OnLoaded_F99AF3214864DD0BF5551FB49B41A8BC, Loaded) == 0x000000, "Member 'WBP_UI_Results_Reward_InventoryReward_C_OnLoaded_F99AF3214864DD0BF5551FB49B41A8BC::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_InventoryReward_C_PlayAppearAnim \ +static_assert(alignof(WBP_UI_Results_Reward_InventoryReward_C_PlayAppearAnim) == 0x000008, "Wrong alignment on WBP_UI_Results_Reward_InventoryReward_C_PlayAppearAnim"); \ +static_assert(sizeof(WBP_UI_Results_Reward_InventoryReward_C_PlayAppearAnim) == 0x000008, "Wrong size on WBP_UI_Results_Reward_InventoryReward_C_PlayAppearAnim"); \ +static_assert(offsetof(WBP_UI_Results_Reward_InventoryReward_C_PlayAppearAnim, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'WBP_UI_Results_Reward_InventoryReward_C_PlayAppearAnim::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Results_Reward_InventoryReward_C \ +static_assert(alignof(UWBP_UI_Results_Reward_InventoryReward_C) == 0x000008, "Wrong alignment on UWBP_UI_Results_Reward_InventoryReward_C"); \ +static_assert(sizeof(UWBP_UI_Results_Reward_InventoryReward_C) == 0x000318, "Wrong size on UWBP_UI_Results_Reward_InventoryReward_C"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_InventoryReward_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Results_Reward_InventoryReward_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_InventoryReward_C, FadInMod) == 0x000298, "Member 'UWBP_UI_Results_Reward_InventoryReward_C::FadInMod' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_InventoryReward_C, Border_Frame) == 0x0002A0, "Member 'UWBP_UI_Results_Reward_InventoryReward_C::Border_Frame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_InventoryReward_C, Icon) == 0x0002A8, "Member 'UWBP_UI_Results_Reward_InventoryReward_C::Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_InventoryReward_C, Image) == 0x0002B0, "Member 'UWBP_UI_Results_Reward_InventoryReward_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_InventoryReward_C, Image_1) == 0x0002B8, "Member 'UWBP_UI_Results_Reward_InventoryReward_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_InventoryReward_C, Image_2) == 0x0002C0, "Member 'UWBP_UI_Results_Reward_InventoryReward_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_InventoryReward_C, Image_3) == 0x0002C8, "Member 'UWBP_UI_Results_Reward_InventoryReward_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_InventoryReward_C, Image_4) == 0x0002D0, "Member 'UWBP_UI_Results_Reward_InventoryReward_C::Image_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_InventoryReward_C, Image_5) == 0x0002D8, "Member 'UWBP_UI_Results_Reward_InventoryReward_C::Image_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_InventoryReward_C, Image_6) == 0x0002E0, "Member 'UWBP_UI_Results_Reward_InventoryReward_C::Image_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_InventoryReward_C, Image_511) == 0x0002E8, "Member 'UWBP_UI_Results_Reward_InventoryReward_C::Image_511' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_InventoryReward_C, ModName_T) == 0x0002F0, "Member 'UWBP_UI_Results_Reward_InventoryReward_C::ModName_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_InventoryReward_C, Unlocked_T) == 0x0002F8, "Member 'UWBP_UI_Results_Reward_InventoryReward_C::Unlocked_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_InventoryReward_C, Inventory) == 0x000300, "Member 'UWBP_UI_Results_Reward_InventoryReward_C::Inventory' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_InventoryReward_C, Desired_Icon_Size_) == 0x000308, "Member 'UWBP_UI_Results_Reward_InventoryReward_C::Desired_Icon_Size_' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_InventoryReward_C, Icon_Translation) == 0x000310, "Member 'UWBP_UI_Results_Reward_InventoryReward_C::Icon_Translation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkRoleProjectSetting \ +static_assert(alignof(FLiveLinkRoleProjectSetting) == 0x000008, "Wrong alignment on FLiveLinkRoleProjectSetting"); \ +static_assert(sizeof(FLiveLinkRoleProjectSetting) == 0x000028, "Wrong size on FLiveLinkRoleProjectSetting"); \ +static_assert(offsetof(FLiveLinkRoleProjectSetting, Role) == 0x000000, "Member 'FLiveLinkRoleProjectSetting::Role' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkRoleProjectSetting, SettingClass) == 0x000008, "Member 'FLiveLinkRoleProjectSetting::SettingClass' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkRoleProjectSetting, FrameInterpolationProcessor) == 0x000010, "Member 'FLiveLinkRoleProjectSetting::FrameInterpolationProcessor' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkRoleProjectSetting, FramePreProcessors) == 0x000018, "Member 'FLiveLinkRoleProjectSetting::FramePreProcessors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LiveLinkPose \ +static_assert(alignof(FAnimNode_LiveLinkPose) == 0x000008, "Wrong alignment on FAnimNode_LiveLinkPose"); \ +static_assert(sizeof(FAnimNode_LiveLinkPose) == 0x000068, "Wrong size on FAnimNode_LiveLinkPose"); \ +static_assert(offsetof(FAnimNode_LiveLinkPose, InputPose) == 0x000020, "Member 'FAnimNode_LiveLinkPose::InputPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LiveLinkPose, LiveLinkSubjectName) == 0x000030, "Member 'FAnimNode_LiveLinkPose::LiveLinkSubjectName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LiveLinkPose, RetargetAsset) == 0x000040, "Member 'FAnimNode_LiveLinkPose::RetargetAsset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LiveLinkPose, CurrentRetargetAsset) == 0x000048, "Member 'FAnimNode_LiveLinkPose::CurrentRetargetAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkInstanceProxy \ +static_assert(alignof(FLiveLinkInstanceProxy) == 0x000010, "Wrong alignment on FLiveLinkInstanceProxy"); \ +static_assert(sizeof(FLiveLinkInstanceProxy) == 0x0007E0, "Wrong size on FLiveLinkInstanceProxy"); \ +static_assert(offsetof(FLiveLinkInstanceProxy, PoseNode) == 0x000770, "Member 'FLiveLinkInstanceProxy::PoseNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProviderPollResult \ +static_assert(alignof(FProviderPollResult) == 0x000008, "Wrong alignment on FProviderPollResult"); \ +static_assert(sizeof(FProviderPollResult) == 0x000038, "Wrong size on FProviderPollResult"); \ +static_assert(offsetof(FProviderPollResult, Name) == 0x000010, "Member 'FProviderPollResult::Name' has a wrong offset!"); \ +static_assert(offsetof(FProviderPollResult, MachineName) == 0x000020, "Member 'FProviderPollResult::MachineName' has a wrong offset!"); \ +static_assert(offsetof(FProviderPollResult, MachineTimeOffset) == 0x000030, "Member 'FProviderPollResult::MachineTimeOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkRetargetAssetReference \ +static_assert(alignof(FLiveLinkRetargetAssetReference) == 0x000001, "Wrong alignment on FLiveLinkRetargetAssetReference"); \ +static_assert(sizeof(FLiveLinkRetargetAssetReference) == 0x000001, "Wrong size on FLiveLinkRetargetAssetReference"); \ + +#define DUMPER7_ASSERTS_ULiveLinkTransformAxisSwitchPreProcessor \ +static_assert(alignof(ULiveLinkTransformAxisSwitchPreProcessor) == 0x000008, "Wrong alignment on ULiveLinkTransformAxisSwitchPreProcessor"); \ +static_assert(sizeof(ULiveLinkTransformAxisSwitchPreProcessor) == 0x000060, "Wrong size on ULiveLinkTransformAxisSwitchPreProcessor"); \ +static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, FrontAxis) == 0x000030, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::FrontAxis' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, RightAxis) == 0x000031, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::RightAxis' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, UpAxis) == 0x000032, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::UpAxis' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, bUseOffsetPosition) == 0x000033, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::bUseOffsetPosition' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, bUseOffsetOrientation) == 0x000034, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::bUseOffsetOrientation' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, OffsetPosition) == 0x000038, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::OffsetPosition' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, OffsetOrientation) == 0x000044, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::OffsetOrientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkAnimationAxisSwitchPreProcessor \ +static_assert(alignof(ULiveLinkAnimationAxisSwitchPreProcessor) == 0x000008, "Wrong alignment on ULiveLinkAnimationAxisSwitchPreProcessor"); \ +static_assert(sizeof(ULiveLinkAnimationAxisSwitchPreProcessor) == 0x000060, "Wrong size on ULiveLinkAnimationAxisSwitchPreProcessor"); \ + +#define DUMPER7_ASSERTS_ULiveLinkBasicFrameInterpolationProcessor \ +static_assert(alignof(ULiveLinkBasicFrameInterpolationProcessor) == 0x000008, "Wrong alignment on ULiveLinkBasicFrameInterpolationProcessor"); \ +static_assert(sizeof(ULiveLinkBasicFrameInterpolationProcessor) == 0x000048, "Wrong size on ULiveLinkBasicFrameInterpolationProcessor"); \ +static_assert(offsetof(ULiveLinkBasicFrameInterpolationProcessor, bInterpolatePropertyValues) == 0x000030, "Member 'ULiveLinkBasicFrameInterpolationProcessor::bInterpolatePropertyValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_ChildCount \ +static_assert(alignof(LiveLinkBlueprintLibrary_ChildCount) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_ChildCount"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_ChildCount) == 0x000028, "Wrong size on LiveLinkBlueprintLibrary_ChildCount"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_ChildCount, LiveLinkTransform) == 0x000000, "Member 'LiveLinkBlueprintLibrary_ChildCount::LiveLinkTransform' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_ChildCount, ReturnValue) == 0x000020, "Member 'LiveLinkBlueprintLibrary_ChildCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_ComponentSpaceTransform \ +static_assert(alignof(LiveLinkBlueprintLibrary_ComponentSpaceTransform) == 0x000010, "Wrong alignment on LiveLinkBlueprintLibrary_ComponentSpaceTransform"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_ComponentSpaceTransform) == 0x000050, "Wrong size on LiveLinkBlueprintLibrary_ComponentSpaceTransform"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_ComponentSpaceTransform, LiveLinkTransform) == 0x000000, "Member 'LiveLinkBlueprintLibrary_ComponentSpaceTransform::LiveLinkTransform' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_ComponentSpaceTransform, Transform) == 0x000020, "Member 'LiveLinkBlueprintLibrary_ComponentSpaceTransform::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame \ +static_assert(alignof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame) == 0x000028, "Wrong size on LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame, SubjectRepresentation) == 0x000000, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame::SubjectRepresentation' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame, OutBlueprintData) == 0x000018, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame::OutBlueprintData' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame, ReturnValue) == 0x000020, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime \ +static_assert(alignof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime) == 0x000040, "Wrong size on LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime, SubjectName) == 0x000000, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime, Role) == 0x000010, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime::Role' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime, SceneTime) == 0x000018, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime::SceneTime' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime, OutBlueprintData) == 0x000030, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime::OutBlueprintData' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime, ReturnValue) == 0x000038, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset \ +static_assert(alignof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset) == 0x000030, "Wrong size on LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset, SubjectName) == 0x000000, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset, Role) == 0x000010, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset::Role' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset, WorldTimeOffset) == 0x000018, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset::WorldTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset, OutBlueprintData) == 0x000020, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset::OutBlueprintData' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset, ReturnValue) == 0x000028, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole \ +static_assert(alignof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole) == 0x000028, "Wrong size on LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole, SubjectName) == 0x000000, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole, Role) == 0x000010, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole::Role' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole, OutBlueprintData) == 0x000018, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole::OutBlueprintData' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole, ReturnValue) == 0x000020, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetAnimationFrameData \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetAnimationFrameData) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetAnimationFrameData"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetAnimationFrameData) == 0x0000D0, "Wrong size on LiveLinkBlueprintLibrary_GetAnimationFrameData"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetAnimationFrameData, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetAnimationFrameData::SubjectFrameHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetAnimationFrameData, AnimationFrameData) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetAnimationFrameData::AnimationFrameData' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetAnimationFrameData, ReturnValue) == 0x0000C8, "Member 'LiveLinkBlueprintLibrary_GetAnimationFrameData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetAnimationStaticData \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetAnimationStaticData) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetAnimationStaticData"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetAnimationStaticData) == 0x000050, "Wrong size on LiveLinkBlueprintLibrary_GetAnimationStaticData"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetAnimationStaticData, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetAnimationStaticData::SubjectFrameHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetAnimationStaticData, AnimationStaticData) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetAnimationStaticData::AnimationStaticData' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetAnimationStaticData, ReturnValue) == 0x000048, "Member 'LiveLinkBlueprintLibrary_GetAnimationStaticData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetBasicData \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetBasicData) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetBasicData"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetBasicData) == 0x0000D0, "Wrong size on LiveLinkBlueprintLibrary_GetBasicData"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetBasicData, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetBasicData::SubjectFrameHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetBasicData, BasicBlueprintData) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetBasicData::BasicBlueprintData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetChildren \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetChildren) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetChildren"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetChildren) == 0x000030, "Wrong size on LiveLinkBlueprintLibrary_GetChildren"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetChildren, LiveLinkTransform) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetChildren::LiveLinkTransform' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetChildren, Children) == 0x000020, "Member 'LiveLinkBlueprintLibrary_GetChildren::Children' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetCurves \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetCurves) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetCurves"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetCurves) == 0x000068, "Wrong size on LiveLinkBlueprintLibrary_GetCurves"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetCurves, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetCurves::SubjectFrameHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetCurves, Curves) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetCurves::Curves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames) == 0x000018, "Wrong size on LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames, bIncludeVirtualSubject) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames::bIncludeVirtualSubject' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames, ReturnValue) == 0x000008, "Member 'LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole) == 0x000018, "Wrong size on LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole, SubjectName) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole, ReturnValue) == 0x000010, "Member 'LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetLiveLinkSubjects \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetLiveLinkSubjects) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetLiveLinkSubjects"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetLiveLinkSubjects) == 0x000018, "Wrong size on LiveLinkBlueprintLibrary_GetLiveLinkSubjects"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetLiveLinkSubjects, bIncludeDisabledSubject) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetLiveLinkSubjects::bIncludeDisabledSubject' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetLiveLinkSubjects, bIncludeVirtualSubject) == 0x000001, "Member 'LiveLinkBlueprintLibrary_GetLiveLinkSubjects::bIncludeVirtualSubject' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetLiveLinkSubjects, ReturnValue) == 0x000008, "Member 'LiveLinkBlueprintLibrary_GetLiveLinkSubjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetMetadata \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetMetadata) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetMetadata"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetMetadata) == 0x000088, "Wrong size on LiveLinkBlueprintLibrary_GetMetadata"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetMetadata, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetMetadata::SubjectFrameHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetMetadata, Metadata) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetMetadata::Metadata' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetParent \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetParent) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetParent"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetParent) == 0x000040, "Wrong size on LiveLinkBlueprintLibrary_GetParent"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetParent, LiveLinkTransform) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetParent::LiveLinkTransform' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetParent, Parent) == 0x000020, "Member 'LiveLinkBlueprintLibrary_GetParent::Parent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetPropertyValue \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetPropertyValue) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetPropertyValue"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetPropertyValue) == 0x0000D0, "Wrong size on LiveLinkBlueprintLibrary_GetPropertyValue"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetPropertyValue, BasicData) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetPropertyValue::BasicData' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetPropertyValue, PropertyName) == 0x0000B8, "Member 'LiveLinkBlueprintLibrary_GetPropertyValue::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetPropertyValue, Value) == 0x0000C4, "Member 'LiveLinkBlueprintLibrary_GetPropertyValue::Value' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetPropertyValue, ReturnValue) == 0x0000C8, "Member 'LiveLinkBlueprintLibrary_GetPropertyValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetRootTransform \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetRootTransform) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetRootTransform"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetRootTransform) == 0x000038, "Wrong size on LiveLinkBlueprintLibrary_GetRootTransform"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetRootTransform, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetRootTransform::SubjectFrameHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetRootTransform, LiveLinkTransform) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetRootTransform::LiveLinkTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetSourceMachineName \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetSourceMachineName) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetSourceMachineName"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetSourceMachineName) == 0x000030, "Wrong size on LiveLinkBlueprintLibrary_GetSourceMachineName"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetSourceMachineName, SourceHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetSourceMachineName::SourceHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetSourceMachineName, ReturnValue) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetSourceMachineName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetSourceStatus \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetSourceStatus) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetSourceStatus"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetSourceStatus) == 0x000030, "Wrong size on LiveLinkBlueprintLibrary_GetSourceStatus"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetSourceStatus, SourceHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetSourceStatus::SourceHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetSourceStatus, ReturnValue) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetSourceStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetSourceType \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetSourceType) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetSourceType"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetSourceType) == 0x000030, "Wrong size on LiveLinkBlueprintLibrary_GetSourceType"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetSourceType, SourceHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetSourceType::SourceHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetSourceType, ReturnValue) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetSourceType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole) == 0x000028, "Wrong size on LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole, SubjectKey) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole::SubjectKey' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole, ReturnValue) == 0x000020, "Member 'LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetTransformByIndex \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetTransformByIndex) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetTransformByIndex"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetTransformByIndex) == 0x000040, "Wrong size on LiveLinkBlueprintLibrary_GetTransformByIndex"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetTransformByIndex, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetTransformByIndex::SubjectFrameHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetTransformByIndex, TransformIndex) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetTransformByIndex::TransformIndex' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetTransformByIndex, LiveLinkTransform) == 0x000020, "Member 'LiveLinkBlueprintLibrary_GetTransformByIndex::LiveLinkTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetTransformByName \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetTransformByName) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetTransformByName"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetTransformByName) == 0x000048, "Wrong size on LiveLinkBlueprintLibrary_GetTransformByName"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetTransformByName, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetTransformByName::SubjectFrameHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetTransformByName, TransformName_0) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetTransformByName::TransformName_0' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetTransformByName, LiveLinkTransform) == 0x000028, "Member 'LiveLinkBlueprintLibrary_GetTransformByName::LiveLinkTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_HasParent \ +static_assert(alignof(LiveLinkBlueprintLibrary_HasParent) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_HasParent"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_HasParent) == 0x000028, "Wrong size on LiveLinkBlueprintLibrary_HasParent"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_HasParent, LiveLinkTransform) == 0x000000, "Member 'LiveLinkBlueprintLibrary_HasParent::LiveLinkTransform' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_HasParent, ReturnValue) == 0x000020, "Member 'LiveLinkBlueprintLibrary_HasParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled \ +static_assert(alignof(LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled) == 0x000004, "Wrong alignment on LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled) == 0x000010, "Wrong size on LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled, SubjectName) == 0x000000, "Member 'LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled, ReturnValue) == 0x00000C, "Member 'LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_IsSourceStillValid \ +static_assert(alignof(LiveLinkBlueprintLibrary_IsSourceStillValid) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_IsSourceStillValid"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_IsSourceStillValid) == 0x000020, "Wrong size on LiveLinkBlueprintLibrary_IsSourceStillValid"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_IsSourceStillValid, SourceHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_IsSourceStillValid::SourceHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_IsSourceStillValid, ReturnValue) == 0x000018, "Member 'LiveLinkBlueprintLibrary_IsSourceStillValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled \ +static_assert(alignof(LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled) == 0x000004, "Wrong alignment on LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled) == 0x000020, "Wrong size on LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled, SubjectKey) == 0x000000, "Member 'LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled::SubjectKey' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled, bForThisFrame) == 0x00001C, "Member 'LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled::bForThisFrame' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled, ReturnValue) == 0x00001D, "Member 'LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_NumberOfTransforms \ +static_assert(alignof(LiveLinkBlueprintLibrary_NumberOfTransforms) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_NumberOfTransforms"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_NumberOfTransforms) == 0x000020, "Wrong size on LiveLinkBlueprintLibrary_NumberOfTransforms"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_NumberOfTransforms, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_NumberOfTransforms::SubjectFrameHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_NumberOfTransforms, ReturnValue) == 0x000018, "Member 'LiveLinkBlueprintLibrary_NumberOfTransforms::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_ParentBoneSpaceTransform \ +static_assert(alignof(LiveLinkBlueprintLibrary_ParentBoneSpaceTransform) == 0x000010, "Wrong alignment on LiveLinkBlueprintLibrary_ParentBoneSpaceTransform"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_ParentBoneSpaceTransform) == 0x000050, "Wrong size on LiveLinkBlueprintLibrary_ParentBoneSpaceTransform"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_ParentBoneSpaceTransform, LiveLinkTransform) == 0x000000, "Member 'LiveLinkBlueprintLibrary_ParentBoneSpaceTransform::LiveLinkTransform' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_ParentBoneSpaceTransform, Transform) == 0x000020, "Member 'LiveLinkBlueprintLibrary_ParentBoneSpaceTransform::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_RemoveSource \ +static_assert(alignof(LiveLinkBlueprintLibrary_RemoveSource) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_RemoveSource"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_RemoveSource) == 0x000020, "Wrong size on LiveLinkBlueprintLibrary_RemoveSource"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_RemoveSource, SourceHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_RemoveSource::SourceHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_RemoveSource, ReturnValue) == 0x000018, "Member 'LiveLinkBlueprintLibrary_RemoveSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled \ +static_assert(alignof(LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled) == 0x000004, "Wrong alignment on LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled) == 0x000020, "Wrong size on LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled, SubjectKey) == 0x000000, "Member 'LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled::SubjectKey' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled, bEnabled) == 0x00001C, "Member 'LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_TransformName \ +static_assert(alignof(LiveLinkBlueprintLibrary_TransformName) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_TransformName"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_TransformName) == 0x000030, "Wrong size on LiveLinkBlueprintLibrary_TransformName"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_TransformName, LiveLinkTransform) == 0x000000, "Member 'LiveLinkBlueprintLibrary_TransformName::LiveLinkTransform' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_TransformName, Name_0) == 0x000020, "Member 'LiveLinkBlueprintLibrary_TransformName::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_TransformNames \ +static_assert(alignof(LiveLinkBlueprintLibrary_TransformNames) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_TransformNames"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_TransformNames) == 0x000028, "Wrong size on LiveLinkBlueprintLibrary_TransformNames"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_TransformNames, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_TransformNames::SubjectFrameHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_TransformNames, TransformNames_0) == 0x000018, "Member 'LiveLinkBlueprintLibrary_TransformNames::TransformNames_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkBlueprintLibrary \ +static_assert(alignof(ULiveLinkBlueprintLibrary) == 0x000008, "Wrong alignment on ULiveLinkBlueprintLibrary"); \ +static_assert(sizeof(ULiveLinkBlueprintLibrary) == 0x000030, "Wrong size on ULiveLinkBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_ULiveLinkAnimationFrameInterpolationProcessor \ +static_assert(alignof(ULiveLinkAnimationFrameInterpolationProcessor) == 0x000008, "Wrong alignment on ULiveLinkAnimationFrameInterpolationProcessor"); \ +static_assert(sizeof(ULiveLinkAnimationFrameInterpolationProcessor) == 0x000058, "Wrong size on ULiveLinkAnimationFrameInterpolationProcessor"); \ + +#define DUMPER7_ASSERTS_ULiveLinkAnimationRoleToTransform \ +static_assert(alignof(ULiveLinkAnimationRoleToTransform) == 0x000008, "Wrong alignment on ULiveLinkAnimationRoleToTransform"); \ +static_assert(sizeof(ULiveLinkAnimationRoleToTransform) == 0x000050, "Wrong size on ULiveLinkAnimationRoleToTransform"); \ +static_assert(offsetof(ULiveLinkAnimationRoleToTransform, BoneName) == 0x000030, "Member 'ULiveLinkAnimationRoleToTransform::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkAnimationVirtualSubject \ +static_assert(alignof(ULiveLinkAnimationVirtualSubject) == 0x000008, "Wrong alignment on ULiveLinkAnimationVirtualSubject"); \ +static_assert(sizeof(ULiveLinkAnimationVirtualSubject) == 0x000170, "Wrong size on ULiveLinkAnimationVirtualSubject"); \ +static_assert(offsetof(ULiveLinkAnimationVirtualSubject, bAppendSubjectNameToBones) == 0x000169, "Member 'ULiveLinkAnimationVirtualSubject::bAppendSubjectNameToBones' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal \ +static_assert(alignof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal) == 0x000008, "Wrong alignment on LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal"); \ +static_assert(sizeof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal) == 0x0000A8, "Wrong size on LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal"); \ +static_assert(offsetof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal, InStruct) == 0x000000, "Member 'LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal::InStruct' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal, bInShouldStampCurrentTime) == 0x0000A0, "Member 'LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal::bInShouldStampCurrentTime' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal, ReturnValue) == 0x0000A1, "Member 'LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal \ +static_assert(alignof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal) == 0x000008, "Wrong alignment on LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal"); \ +static_assert(sizeof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal) == 0x000018, "Wrong size on LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal"); \ +static_assert(offsetof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal, InStruct) == 0x000000, "Member 'LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal::InStruct' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal, ReturnValue) == 0x000010, "Member 'LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkBlueprintVirtualSubject \ +static_assert(alignof(ULiveLinkBlueprintVirtualSubject) == 0x000008, "Wrong alignment on ULiveLinkBlueprintVirtualSubject"); \ +static_assert(sizeof(ULiveLinkBlueprintVirtualSubject) == 0x000190, "Wrong size on ULiveLinkBlueprintVirtualSubject"); \ + +#define DUMPER7_ASSERTS_LiveLinkComponent_GetAvailableSubjectNames \ +static_assert(alignof(LiveLinkComponent_GetAvailableSubjectNames) == 0x000008, "Wrong alignment on LiveLinkComponent_GetAvailableSubjectNames"); \ +static_assert(sizeof(LiveLinkComponent_GetAvailableSubjectNames) == 0x000010, "Wrong size on LiveLinkComponent_GetAvailableSubjectNames"); \ +static_assert(offsetof(LiveLinkComponent_GetAvailableSubjectNames, SubjectNames) == 0x000000, "Member 'LiveLinkComponent_GetAvailableSubjectNames::SubjectNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkComponent_GetSubjectData \ +static_assert(alignof(LiveLinkComponent_GetSubjectData) == 0x000008, "Wrong alignment on LiveLinkComponent_GetSubjectData"); \ +static_assert(sizeof(LiveLinkComponent_GetSubjectData) == 0x000028, "Wrong size on LiveLinkComponent_GetSubjectData"); \ +static_assert(offsetof(LiveLinkComponent_GetSubjectData, SubjectName) == 0x000000, "Member 'LiveLinkComponent_GetSubjectData::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkComponent_GetSubjectData, bSuccess) == 0x00000C, "Member 'LiveLinkComponent_GetSubjectData::bSuccess' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkComponent_GetSubjectData, SubjectFrameHandle) == 0x000010, "Member 'LiveLinkComponent_GetSubjectData::SubjectFrameHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkComponent_GetSubjectDataAtSceneTime \ +static_assert(alignof(LiveLinkComponent_GetSubjectDataAtSceneTime) == 0x000008, "Wrong alignment on LiveLinkComponent_GetSubjectDataAtSceneTime"); \ +static_assert(sizeof(LiveLinkComponent_GetSubjectDataAtSceneTime) == 0x000040, "Wrong size on LiveLinkComponent_GetSubjectDataAtSceneTime"); \ +static_assert(offsetof(LiveLinkComponent_GetSubjectDataAtSceneTime, SubjectName) == 0x000000, "Member 'LiveLinkComponent_GetSubjectDataAtSceneTime::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkComponent_GetSubjectDataAtSceneTime, SceneTime) == 0x00000C, "Member 'LiveLinkComponent_GetSubjectDataAtSceneTime::SceneTime' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkComponent_GetSubjectDataAtSceneTime, bSuccess) == 0x000020, "Member 'LiveLinkComponent_GetSubjectDataAtSceneTime::bSuccess' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkComponent_GetSubjectDataAtSceneTime, SubjectFrameHandle) == 0x000028, "Member 'LiveLinkComponent_GetSubjectDataAtSceneTime::SubjectFrameHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkComponent_GetSubjectDataAtWorldTime \ +static_assert(alignof(LiveLinkComponent_GetSubjectDataAtWorldTime) == 0x000008, "Wrong alignment on LiveLinkComponent_GetSubjectDataAtWorldTime"); \ +static_assert(sizeof(LiveLinkComponent_GetSubjectDataAtWorldTime) == 0x000030, "Wrong size on LiveLinkComponent_GetSubjectDataAtWorldTime"); \ +static_assert(offsetof(LiveLinkComponent_GetSubjectDataAtWorldTime, SubjectName) == 0x000000, "Member 'LiveLinkComponent_GetSubjectDataAtWorldTime::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkComponent_GetSubjectDataAtWorldTime, WorldTime) == 0x00000C, "Member 'LiveLinkComponent_GetSubjectDataAtWorldTime::WorldTime' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkComponent_GetSubjectDataAtWorldTime, bSuccess) == 0x000010, "Member 'LiveLinkComponent_GetSubjectDataAtWorldTime::bSuccess' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkComponent_GetSubjectDataAtWorldTime, SubjectFrameHandle) == 0x000018, "Member 'LiveLinkComponent_GetSubjectDataAtWorldTime::SubjectFrameHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkComponent \ +static_assert(alignof(ULiveLinkComponent) == 0x000008, "Wrong alignment on ULiveLinkComponent"); \ +static_assert(sizeof(ULiveLinkComponent) == 0x0000E0, "Wrong size on ULiveLinkComponent"); \ +static_assert(offsetof(ULiveLinkComponent, OnLiveLinkUpdated) == 0x0000C0, "Member 'ULiveLinkComponent::OnLiveLinkUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkDrivenComponent \ +static_assert(alignof(ULiveLinkDrivenComponent) == 0x000008, "Wrong alignment on ULiveLinkDrivenComponent"); \ +static_assert(sizeof(ULiveLinkDrivenComponent) == 0x0000E0, "Wrong size on ULiveLinkDrivenComponent"); \ +static_assert(offsetof(ULiveLinkDrivenComponent, SubjectName) == 0x0000C0, "Member 'ULiveLinkDrivenComponent::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkDrivenComponent, ActorTransformBone) == 0x0000CC, "Member 'ULiveLinkDrivenComponent::ActorTransformBone' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkDrivenComponent, bModifyActorTransform) == 0x0000D8, "Member 'ULiveLinkDrivenComponent::bModifyActorTransform' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkDrivenComponent, bSetRelativeLocation) == 0x0000D9, "Member 'ULiveLinkDrivenComponent::bSetRelativeLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkInstance_SetRetargetAsset \ +static_assert(alignof(LiveLinkInstance_SetRetargetAsset) == 0x000008, "Wrong alignment on LiveLinkInstance_SetRetargetAsset"); \ +static_assert(sizeof(LiveLinkInstance_SetRetargetAsset) == 0x000008, "Wrong size on LiveLinkInstance_SetRetargetAsset"); \ +static_assert(offsetof(LiveLinkInstance_SetRetargetAsset, RetargetAsset) == 0x000000, "Member 'LiveLinkInstance_SetRetargetAsset::RetargetAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkInstance_SetSubject \ +static_assert(alignof(LiveLinkInstance_SetSubject) == 0x000004, "Wrong alignment on LiveLinkInstance_SetSubject"); \ +static_assert(sizeof(LiveLinkInstance_SetSubject) == 0x00000C, "Wrong size on LiveLinkInstance_SetSubject"); \ +static_assert(offsetof(LiveLinkInstance_SetSubject, SubjectName) == 0x000000, "Member 'LiveLinkInstance_SetSubject::SubjectName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkInstance \ +static_assert(alignof(ULiveLinkInstance) == 0x000010, "Wrong alignment on ULiveLinkInstance"); \ +static_assert(sizeof(ULiveLinkInstance) == 0x0002C0, "Wrong size on ULiveLinkInstance"); \ +static_assert(offsetof(ULiveLinkInstance, CurrentRetargetAsset) == 0x0002B8, "Member 'ULiveLinkInstance::CurrentRetargetAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkMessageBusFinder_ConnectToProvider \ +static_assert(alignof(LiveLinkMessageBusFinder_ConnectToProvider) == 0x000008, "Wrong alignment on LiveLinkMessageBusFinder_ConnectToProvider"); \ +static_assert(sizeof(LiveLinkMessageBusFinder_ConnectToProvider) == 0x000050, "Wrong size on LiveLinkMessageBusFinder_ConnectToProvider"); \ +static_assert(offsetof(LiveLinkMessageBusFinder_ConnectToProvider, Provider) == 0x000000, "Member 'LiveLinkMessageBusFinder_ConnectToProvider::Provider' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkMessageBusFinder_ConnectToProvider, SourceHandle) == 0x000038, "Member 'LiveLinkMessageBusFinder_ConnectToProvider::SourceHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkMessageBusFinder_ConstructMessageBusFinder \ +static_assert(alignof(LiveLinkMessageBusFinder_ConstructMessageBusFinder) == 0x000008, "Wrong alignment on LiveLinkMessageBusFinder_ConstructMessageBusFinder"); \ +static_assert(sizeof(LiveLinkMessageBusFinder_ConstructMessageBusFinder) == 0x000008, "Wrong size on LiveLinkMessageBusFinder_ConstructMessageBusFinder"); \ +static_assert(offsetof(LiveLinkMessageBusFinder_ConstructMessageBusFinder, ReturnValue) == 0x000000, "Member 'LiveLinkMessageBusFinder_ConstructMessageBusFinder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkMessageBusFinder_GetAvailableProviders \ +static_assert(alignof(LiveLinkMessageBusFinder_GetAvailableProviders) == 0x000008, "Wrong alignment on LiveLinkMessageBusFinder_GetAvailableProviders"); \ +static_assert(sizeof(LiveLinkMessageBusFinder_GetAvailableProviders) == 0x000040, "Wrong size on LiveLinkMessageBusFinder_GetAvailableProviders"); \ +static_assert(offsetof(LiveLinkMessageBusFinder_GetAvailableProviders, WorldContextObject) == 0x000000, "Member 'LiveLinkMessageBusFinder_GetAvailableProviders::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkMessageBusFinder_GetAvailableProviders, LatentInfo) == 0x000008, "Member 'LiveLinkMessageBusFinder_GetAvailableProviders::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkMessageBusFinder_GetAvailableProviders, Duration) == 0x000028, "Member 'LiveLinkMessageBusFinder_GetAvailableProviders::Duration' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkMessageBusFinder_GetAvailableProviders, AvailableProviders) == 0x000030, "Member 'LiveLinkMessageBusFinder_GetAvailableProviders::AvailableProviders' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkMessageBusFinder \ +static_assert(alignof(ULiveLinkMessageBusFinder) == 0x000008, "Wrong alignment on ULiveLinkMessageBusFinder"); \ +static_assert(sizeof(ULiveLinkMessageBusFinder) == 0x000088, "Wrong size on ULiveLinkMessageBusFinder"); \ + +#define DUMPER7_ASSERTS_ULiveLinkMessageBusSourceFactory \ +static_assert(alignof(ULiveLinkMessageBusSourceFactory) == 0x000008, "Wrong alignment on ULiveLinkMessageBusSourceFactory"); \ +static_assert(sizeof(ULiveLinkMessageBusSourceFactory) == 0x000030, "Wrong size on ULiveLinkMessageBusSourceFactory"); \ + +#define DUMPER7_ASSERTS_ULiveLinkMessageBusSourceSettings \ +static_assert(alignof(ULiveLinkMessageBusSourceSettings) == 0x000008, "Wrong alignment on ULiveLinkMessageBusSourceSettings"); \ +static_assert(sizeof(ULiveLinkMessageBusSourceSettings) == 0x0000A8, "Wrong size on ULiveLinkMessageBusSourceSettings"); \ + +#define DUMPER7_ASSERTS_LiveLinkPreset_AddToClient \ +static_assert(alignof(LiveLinkPreset_AddToClient) == 0x000001, "Wrong alignment on LiveLinkPreset_AddToClient"); \ +static_assert(sizeof(LiveLinkPreset_AddToClient) == 0x000002, "Wrong size on LiveLinkPreset_AddToClient"); \ +static_assert(offsetof(LiveLinkPreset_AddToClient, bRecreatePresets) == 0x000000, "Member 'LiveLinkPreset_AddToClient::bRecreatePresets' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkPreset_AddToClient, ReturnValue) == 0x000001, "Member 'LiveLinkPreset_AddToClient::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkPreset_ApplyToClient \ +static_assert(alignof(LiveLinkPreset_ApplyToClient) == 0x000001, "Wrong alignment on LiveLinkPreset_ApplyToClient"); \ +static_assert(sizeof(LiveLinkPreset_ApplyToClient) == 0x000001, "Wrong size on LiveLinkPreset_ApplyToClient"); \ +static_assert(offsetof(LiveLinkPreset_ApplyToClient, ReturnValue) == 0x000000, "Member 'LiveLinkPreset_ApplyToClient::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkPreset \ +static_assert(alignof(ULiveLinkPreset) == 0x000008, "Wrong alignment on ULiveLinkPreset"); \ +static_assert(sizeof(ULiveLinkPreset) == 0x000050, "Wrong size on ULiveLinkPreset"); \ +static_assert(offsetof(ULiveLinkPreset, Sources) == 0x000030, "Member 'ULiveLinkPreset::Sources' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkPreset, Subjects) == 0x000040, "Member 'ULiveLinkPreset::Subjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkRetargetAsset \ +static_assert(alignof(ULiveLinkRetargetAsset) == 0x000008, "Wrong alignment on ULiveLinkRetargetAsset"); \ +static_assert(sizeof(ULiveLinkRetargetAsset) == 0x000030, "Wrong size on ULiveLinkRetargetAsset"); \ + +#define DUMPER7_ASSERTS_LiveLinkRemapAsset_GetRemappedBoneName \ +static_assert(alignof(LiveLinkRemapAsset_GetRemappedBoneName) == 0x000004, "Wrong alignment on LiveLinkRemapAsset_GetRemappedBoneName"); \ +static_assert(sizeof(LiveLinkRemapAsset_GetRemappedBoneName) == 0x000018, "Wrong size on LiveLinkRemapAsset_GetRemappedBoneName"); \ +static_assert(offsetof(LiveLinkRemapAsset_GetRemappedBoneName, BoneName) == 0x000000, "Member 'LiveLinkRemapAsset_GetRemappedBoneName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkRemapAsset_GetRemappedBoneName, ReturnValue) == 0x00000C, "Member 'LiveLinkRemapAsset_GetRemappedBoneName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkRemapAsset_GetRemappedCurveName \ +static_assert(alignof(LiveLinkRemapAsset_GetRemappedCurveName) == 0x000004, "Wrong alignment on LiveLinkRemapAsset_GetRemappedCurveName"); \ +static_assert(sizeof(LiveLinkRemapAsset_GetRemappedCurveName) == 0x000018, "Wrong size on LiveLinkRemapAsset_GetRemappedCurveName"); \ +static_assert(offsetof(LiveLinkRemapAsset_GetRemappedCurveName, CurveName) == 0x000000, "Member 'LiveLinkRemapAsset_GetRemappedCurveName::CurveName' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkRemapAsset_GetRemappedCurveName, ReturnValue) == 0x00000C, "Member 'LiveLinkRemapAsset_GetRemappedCurveName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkRemapAsset_RemapCurveElements \ +static_assert(alignof(LiveLinkRemapAsset_RemapCurveElements) == 0x000008, "Wrong alignment on LiveLinkRemapAsset_RemapCurveElements"); \ +static_assert(sizeof(LiveLinkRemapAsset_RemapCurveElements) == 0x000050, "Wrong size on LiveLinkRemapAsset_RemapCurveElements"); \ +static_assert(offsetof(LiveLinkRemapAsset_RemapCurveElements, CurveItems) == 0x000000, "Member 'LiveLinkRemapAsset_RemapCurveElements::CurveItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkRemapAsset \ +static_assert(alignof(ULiveLinkRemapAsset) == 0x000008, "Wrong alignment on ULiveLinkRemapAsset"); \ +static_assert(sizeof(ULiveLinkRemapAsset) == 0x0000D0, "Wrong size on ULiveLinkRemapAsset"); \ + +#define DUMPER7_ASSERTS_ULiveLinkSettings \ +static_assert(alignof(ULiveLinkSettings) == 0x000008, "Wrong alignment on ULiveLinkSettings"); \ +static_assert(sizeof(ULiveLinkSettings) == 0x0000E0, "Wrong size on ULiveLinkSettings"); \ +static_assert(offsetof(ULiveLinkSettings, DefaultRoleSettings) == 0x000030, "Member 'ULiveLinkSettings::DefaultRoleSettings' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, FrameInterpolationProcessor) == 0x000040, "Member 'ULiveLinkSettings::FrameInterpolationProcessor' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, DefaultLiveLinkPreset) == 0x000048, "Member 'ULiveLinkSettings::DefaultLiveLinkPreset' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, PresetSaveDir) == 0x000078, "Member 'ULiveLinkSettings::PresetSaveDir' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, ClockOffsetCorrectionStep) == 0x000088, "Member 'ULiveLinkSettings::ClockOffsetCorrectionStep' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, DefaultMessageBusSourceMode) == 0x00008C, "Member 'ULiveLinkSettings::DefaultMessageBusSourceMode' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, MessageBusPingRequestFrequency) == 0x000090, "Member 'ULiveLinkSettings::MessageBusPingRequestFrequency' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, MessageBusHeartbeatFrequency) == 0x000098, "Member 'ULiveLinkSettings::MessageBusHeartbeatFrequency' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, MessageBusHeartbeatTimeout) == 0x0000A0, "Member 'ULiveLinkSettings::MessageBusHeartbeatTimeout' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, MessageBusTimeBeforeRemovingInactiveSource) == 0x0000A8, "Member 'ULiveLinkSettings::MessageBusTimeBeforeRemovingInactiveSource' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, TimeWithoutFrameToBeConsiderAsInvalid) == 0x0000B0, "Member 'ULiveLinkSettings::TimeWithoutFrameToBeConsiderAsInvalid' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, ValidColor) == 0x0000B8, "Member 'ULiveLinkSettings::ValidColor' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, InvalidColor) == 0x0000C8, "Member 'ULiveLinkSettings::InvalidColor' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, TextSizeSource) == 0x0000D8, "Member 'ULiveLinkSettings::TextSizeSource' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, TextSizeSubject) == 0x0000D9, "Member 'ULiveLinkSettings::TextSizeSubject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkTimecodeProvider \ +static_assert(alignof(ULiveLinkTimecodeProvider) == 0x000008, "Wrong alignment on ULiveLinkTimecodeProvider"); \ +static_assert(sizeof(ULiveLinkTimecodeProvider) == 0x0000D8, "Wrong size on ULiveLinkTimecodeProvider"); \ +static_assert(offsetof(ULiveLinkTimecodeProvider, SubjectKey) == 0x000038, "Member 'ULiveLinkTimecodeProvider::SubjectKey' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTimecodeProvider, Evaluation) == 0x000054, "Member 'ULiveLinkTimecodeProvider::Evaluation' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTimecodeProvider, bOverrideFrameRate) == 0x000058, "Member 'ULiveLinkTimecodeProvider::bOverrideFrameRate' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTimecodeProvider, OverrideFrameRate) == 0x00005C, "Member 'ULiveLinkTimecodeProvider::OverrideFrameRate' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTimecodeProvider, BufferSize) == 0x000064, "Member 'ULiveLinkTimecodeProvider::BufferSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkTimeSynchronizationSource \ +static_assert(alignof(ULiveLinkTimeSynchronizationSource) == 0x000008, "Wrong alignment on ULiveLinkTimeSynchronizationSource"); \ +static_assert(sizeof(ULiveLinkTimeSynchronizationSource) == 0x000098, "Wrong size on ULiveLinkTimeSynchronizationSource"); \ +static_assert(offsetof(ULiveLinkTimeSynchronizationSource, SubjectName) == 0x000038, "Member 'ULiveLinkTimeSynchronizationSource::SubjectName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkVirtualSubjectSourceSettings \ +static_assert(alignof(ULiveLinkVirtualSubjectSourceSettings) == 0x000008, "Wrong alignment on ULiveLinkVirtualSubjectSourceSettings"); \ +static_assert(sizeof(ULiveLinkVirtualSubjectSourceSettings) == 0x0000B8, "Wrong size on ULiveLinkVirtualSubjectSourceSettings"); \ +static_assert(offsetof(ULiveLinkVirtualSubjectSourceSettings, SourceName) == 0x0000A8, "Member 'ULiveLinkVirtualSubjectSourceSettings::SourceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SSDFinished_C_ExecuteUbergraph_BP_SSDFinished \ +static_assert(alignof(BP_SSDFinished_C_ExecuteUbergraph_BP_SSDFinished) == 0x000008, "Wrong alignment on BP_SSDFinished_C_ExecuteUbergraph_BP_SSDFinished"); \ +static_assert(sizeof(BP_SSDFinished_C_ExecuteUbergraph_BP_SSDFinished) == 0x000020, "Wrong size on BP_SSDFinished_C_ExecuteUbergraph_BP_SSDFinished"); \ +static_assert(offsetof(BP_SSDFinished_C_ExecuteUbergraph_BP_SSDFinished, EntryPoint) == 0x000000, "Member 'BP_SSDFinished_C_ExecuteUbergraph_BP_SSDFinished::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SSDFinished_C_ExecuteUbergraph_BP_SSDFinished, K2Node_Event_bStateToChangeTo) == 0x000004, "Member 'BP_SSDFinished_C_ExecuteUbergraph_BP_SSDFinished::K2Node_Event_bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_SSDFinished_C_ExecuteUbergraph_BP_SSDFinished, K2Node_Event_bDoCosmetics) == 0x000005, "Member 'BP_SSDFinished_C_ExecuteUbergraph_BP_SSDFinished::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_SSDFinished_C_ExecuteUbergraph_BP_SSDFinished, K2Node_ComponentBoundEvent_Interactable) == 0x000008, "Member 'BP_SSDFinished_C_ExecuteUbergraph_BP_SSDFinished::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_SSDFinished_C_ExecuteUbergraph_BP_SSDFinished, K2Node_ComponentBoundEvent_Interactor) == 0x000010, "Member 'BP_SSDFinished_C_ExecuteUbergraph_BP_SSDFinished::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_SSDFinished_C_ExecuteUbergraph_BP_SSDFinished, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000018, "Member 'BP_SSDFinished_C_ExecuteUbergraph_BP_SSDFinished::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_SSDFinished_C_ExecuteUbergraph_BP_SSDFinished, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'BP_SSDFinished_C_ExecuteUbergraph_BP_SSDFinished::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SSDFinished_C_BndEvt__BP_ConnectedSSD_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_SSDFinished_C_BndEvt__BP_ConnectedSSD_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_SSDFinished_C_BndEvt__BP_ConnectedSSD_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_SSDFinished_C_BndEvt__BP_ConnectedSSD_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_SSDFinished_C_BndEvt__BP_ConnectedSSD_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_SSDFinished_C_BndEvt__BP_ConnectedSSD_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_SSDFinished_C_BndEvt__BP_ConnectedSSD_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_SSDFinished_C_BndEvt__BP_ConnectedSSD_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_SSDFinished_C_BndEvt__BP_ConnectedSSD_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_SSDFinished_C_BndEvt__BP_ConnectedSSD_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_SSDFinished_C_BndEvt__BP_ConnectedSSD_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SSDFinished_C_OnStateChanged \ +static_assert(alignof(BP_SSDFinished_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_SSDFinished_C_OnStateChanged"); \ +static_assert(sizeof(BP_SSDFinished_C_OnStateChanged) == 0x000002, "Wrong size on BP_SSDFinished_C_OnStateChanged"); \ +static_assert(offsetof(BP_SSDFinished_C_OnStateChanged, bStateToChangeTo) == 0x000000, "Member 'BP_SSDFinished_C_OnStateChanged::bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_SSDFinished_C_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_SSDFinished_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SSDFinished_C_GetState \ +static_assert(alignof(BP_SSDFinished_C_GetState) == 0x000001, "Wrong alignment on BP_SSDFinished_C_GetState"); \ +static_assert(sizeof(BP_SSDFinished_C_GetState) == 0x000001, "Wrong size on BP_SSDFinished_C_GetState"); \ +static_assert(offsetof(BP_SSDFinished_C_GetState, State) == 0x000000, "Member 'BP_SSDFinished_C_GetState::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SSDFinished_C \ +static_assert(alignof(ABP_SSDFinished_C) == 0x000008, "Wrong alignment on ABP_SSDFinished_C"); \ +static_assert(sizeof(ABP_SSDFinished_C) == 0x000348, "Wrong size on ABP_SSDFinished_C"); \ +static_assert(offsetof(ABP_SSDFinished_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_SSDFinished_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_SSDFinished_C, Box) == 0x0002E0, "Member 'ABP_SSDFinished_C::Box' has a wrong offset!"); \ +static_assert(offsetof(ABP_SSDFinished_C, SBZInteractable) == 0x0002E8, "Member 'ABP_SSDFinished_C::SBZInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_SSDFinished_C, SBZOutline) == 0x0002F0, "Member 'ABP_SSDFinished_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_SSDFinished_C, Mesh) == 0x0002F8, "Member 'ABP_SSDFinished_C::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_SSDFinished_C, DefaultSceneRoot) == 0x000300, "Member 'ABP_SSDFinished_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_SSDFinished_C, SSDTaken) == 0x000308, "Member 'ABP_SSDFinished_C::SSDTaken' has a wrong offset!"); \ +static_assert(offsetof(ABP_SSDFinished_C, DisableEffect) == 0x000318, "Member 'ABP_SSDFinished_C::DisableEffect' has a wrong offset!"); \ +static_assert(offsetof(ABP_SSDFinished_C, StartFlickering) == 0x000328, "Member 'ABP_SSDFinished_C::StartFlickering' has a wrong offset!"); \ +static_assert(offsetof(ABP_SSDFinished_C, StopFlickering) == 0x000338, "Member 'ABP_SSDFinished_C::StopFlickering' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGE_Throwable_Flashbang_C \ +static_assert(alignof(UGE_Throwable_Flashbang_C) == 0x000008, "Wrong alignment on UGE_Throwable_Flashbang_C"); \ +static_assert(sizeof(UGE_Throwable_Flashbang_C) == 0x0008C0, "Wrong size on UGE_Throwable_Flashbang_C"); \ + +#define DUMPER7_ASSERTS_FTimedDataInputEvaluationData \ +static_assert(alignof(FTimedDataInputEvaluationData) == 0x000004, "Wrong alignment on FTimedDataInputEvaluationData"); \ +static_assert(sizeof(FTimedDataInputEvaluationData) == 0x000008, "Wrong size on FTimedDataInputEvaluationData"); \ +static_assert(offsetof(FTimedDataInputEvaluationData, DistanceToNewestSampleSeconds) == 0x000000, "Member 'FTimedDataInputEvaluationData::DistanceToNewestSampleSeconds' has a wrong offset!"); \ +static_assert(offsetof(FTimedDataInputEvaluationData, DistanceToOldestSampleSeconds) == 0x000004, "Member 'FTimedDataInputEvaluationData::DistanceToOldestSampleSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimedDataChannelSampleTime \ +static_assert(alignof(FTimedDataChannelSampleTime) == 0x000008, "Wrong alignment on FTimedDataChannelSampleTime"); \ +static_assert(sizeof(FTimedDataChannelSampleTime) == 0x000018, "Wrong size on FTimedDataChannelSampleTime"); \ + +#define DUMPER7_ASSERTS_UTimeSynchronizationSource \ +static_assert(alignof(UTimeSynchronizationSource) == 0x000008, "Wrong alignment on UTimeSynchronizationSource"); \ +static_assert(sizeof(UTimeSynchronizationSource) == 0x000038, "Wrong size on UTimeSynchronizationSource"); \ +static_assert(offsetof(UTimeSynchronizationSource, bUseForSynchronization) == 0x000030, "Member 'UTimeSynchronizationSource::bUseForSynchronization' has a wrong offset!"); \ +static_assert(offsetof(UTimeSynchronizationSource, FrameOffset) == 0x000034, "Member 'UTimeSynchronizationSource::FrameOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFixedFrameRateCustomTimeStep \ +static_assert(alignof(UFixedFrameRateCustomTimeStep) == 0x000008, "Wrong alignment on UFixedFrameRateCustomTimeStep"); \ +static_assert(sizeof(UFixedFrameRateCustomTimeStep) == 0x000030, "Wrong size on UFixedFrameRateCustomTimeStep"); \ + +#define DUMPER7_ASSERTS_UGenlockedCustomTimeStep \ +static_assert(alignof(UGenlockedCustomTimeStep) == 0x000008, "Wrong alignment on UGenlockedCustomTimeStep"); \ +static_assert(sizeof(UGenlockedCustomTimeStep) == 0x000030, "Wrong size on UGenlockedCustomTimeStep"); \ + +#define DUMPER7_ASSERTS_UGenlockedFixedRateCustomTimeStep \ +static_assert(alignof(UGenlockedFixedRateCustomTimeStep) == 0x000008, "Wrong alignment on UGenlockedFixedRateCustomTimeStep"); \ +static_assert(sizeof(UGenlockedFixedRateCustomTimeStep) == 0x000050, "Wrong size on UGenlockedFixedRateCustomTimeStep"); \ +static_assert(offsetof(UGenlockedFixedRateCustomTimeStep, FrameRate) == 0x000030, "Member 'UGenlockedFixedRateCustomTimeStep::FrameRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGenlockedTimecodeProvider \ +static_assert(alignof(UGenlockedTimecodeProvider) == 0x000008, "Wrong alignment on UGenlockedTimecodeProvider"); \ +static_assert(sizeof(UGenlockedTimecodeProvider) == 0x000060, "Wrong size on UGenlockedTimecodeProvider"); \ +static_assert(offsetof(UGenlockedTimecodeProvider, bUseGenlockToCount) == 0x000038, "Member 'UGenlockedTimecodeProvider::bUseGenlockToCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber \ +static_assert(alignof(TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber, A) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber::A' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber, B) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber::B' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Add_FrameNumberInteger \ +static_assert(alignof(TimeManagementBlueprintLibrary_Add_FrameNumberInteger) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Add_FrameNumberInteger"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Add_FrameNumberInteger) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Add_FrameNumberInteger"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberInteger, A) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberInteger::A' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberInteger, B) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberInteger::B' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberInteger, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger \ +static_assert(alignof(TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger) == 0x000008, "Wrong size on TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger, InFrameNumber) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger::InFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger, ReturnValue) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds \ +static_assert(alignof(TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds, InFrameRate) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds::InFrameRate' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds \ +static_assert(alignof(TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds) == 0x000014, "Wrong size on TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds, InFrameTime) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds::InFrameTime' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds, ReturnValue) == 0x000010, "Member 'TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Conv_TimecodeToString \ +static_assert(alignof(TimeManagementBlueprintLibrary_Conv_TimecodeToString) == 0x000008, "Wrong alignment on TimeManagementBlueprintLibrary_Conv_TimecodeToString"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Conv_TimecodeToString) == 0x000028, "Wrong size on TimeManagementBlueprintLibrary_Conv_TimecodeToString"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_TimecodeToString, InTimecode) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Conv_TimecodeToString::InTimecode' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_TimecodeToString, bForceSignDisplay) == 0x000014, "Member 'TimeManagementBlueprintLibrary_Conv_TimecodeToString::bForceSignDisplay' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_TimecodeToString, ReturnValue) == 0x000018, "Member 'TimeManagementBlueprintLibrary_Conv_TimecodeToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Divide_FrameNumberInteger \ +static_assert(alignof(TimeManagementBlueprintLibrary_Divide_FrameNumberInteger) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Divide_FrameNumberInteger"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Divide_FrameNumberInteger) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Divide_FrameNumberInteger"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Divide_FrameNumberInteger, A) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Divide_FrameNumberInteger::A' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Divide_FrameNumberInteger, B) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Divide_FrameNumberInteger::B' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Divide_FrameNumberInteger, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Divide_FrameNumberInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_GetTimecode \ +static_assert(alignof(TimeManagementBlueprintLibrary_GetTimecode) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_GetTimecode"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_GetTimecode) == 0x000014, "Wrong size on TimeManagementBlueprintLibrary_GetTimecode"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_GetTimecode, ReturnValue) == 0x000000, "Member 'TimeManagementBlueprintLibrary_GetTimecode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_GetTimecodeFrameRate \ +static_assert(alignof(TimeManagementBlueprintLibrary_GetTimecodeFrameRate) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_GetTimecodeFrameRate"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_GetTimecodeFrameRate) == 0x000008, "Wrong size on TimeManagementBlueprintLibrary_GetTimecodeFrameRate"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_GetTimecodeFrameRate, ReturnValue) == 0x000000, "Member 'TimeManagementBlueprintLibrary_GetTimecodeFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_IsValid_Framerate \ +static_assert(alignof(TimeManagementBlueprintLibrary_IsValid_Framerate) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_IsValid_Framerate"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_IsValid_Framerate) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_IsValid_Framerate"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_IsValid_Framerate, InFrameRate) == 0x000000, "Member 'TimeManagementBlueprintLibrary_IsValid_Framerate::InFrameRate' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_IsValid_Framerate, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_IsValid_Framerate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_IsValid_MultipleOf \ +static_assert(alignof(TimeManagementBlueprintLibrary_IsValid_MultipleOf) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_IsValid_MultipleOf"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_IsValid_MultipleOf) == 0x000014, "Wrong size on TimeManagementBlueprintLibrary_IsValid_MultipleOf"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_IsValid_MultipleOf, InFrameRate) == 0x000000, "Member 'TimeManagementBlueprintLibrary_IsValid_MultipleOf::InFrameRate' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_IsValid_MultipleOf, OtherFramerate) == 0x000008, "Member 'TimeManagementBlueprintLibrary_IsValid_MultipleOf::OtherFramerate' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_IsValid_MultipleOf, ReturnValue) == 0x000010, "Member 'TimeManagementBlueprintLibrary_IsValid_MultipleOf::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger \ +static_assert(alignof(TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger, A) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger::A' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger, B) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger::B' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate \ +static_assert(alignof(TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate) == 0x000014, "Wrong size on TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate, TimeInSeconds) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate::TimeInSeconds' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate, FrameRate) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate, ReturnValue) == 0x00000C, "Member 'TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_SnapFrameTimeToRate \ +static_assert(alignof(TimeManagementBlueprintLibrary_SnapFrameTimeToRate) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_SnapFrameTimeToRate"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_SnapFrameTimeToRate) == 0x000020, "Wrong size on TimeManagementBlueprintLibrary_SnapFrameTimeToRate"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_SnapFrameTimeToRate, SourceTime) == 0x000000, "Member 'TimeManagementBlueprintLibrary_SnapFrameTimeToRate::SourceTime' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_SnapFrameTimeToRate, SourceRate) == 0x000008, "Member 'TimeManagementBlueprintLibrary_SnapFrameTimeToRate::SourceRate' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_SnapFrameTimeToRate, SnapToRate) == 0x000010, "Member 'TimeManagementBlueprintLibrary_SnapFrameTimeToRate::SnapToRate' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_SnapFrameTimeToRate, ReturnValue) == 0x000018, "Member 'TimeManagementBlueprintLibrary_SnapFrameTimeToRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber \ +static_assert(alignof(TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber, A) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber::A' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber, B) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber::B' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger \ +static_assert(alignof(TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger, A) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger::A' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger, B) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger::B' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_TransformTime \ +static_assert(alignof(TimeManagementBlueprintLibrary_TransformTime) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_TransformTime"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_TransformTime) == 0x000020, "Wrong size on TimeManagementBlueprintLibrary_TransformTime"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_TransformTime, SourceTime) == 0x000000, "Member 'TimeManagementBlueprintLibrary_TransformTime::SourceTime' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_TransformTime, SourceRate) == 0x000008, "Member 'TimeManagementBlueprintLibrary_TransformTime::SourceRate' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_TransformTime, DestinationRate) == 0x000010, "Member 'TimeManagementBlueprintLibrary_TransformTime::DestinationRate' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_TransformTime, ReturnValue) == 0x000018, "Member 'TimeManagementBlueprintLibrary_TransformTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTimeManagementBlueprintLibrary \ +static_assert(alignof(UTimeManagementBlueprintLibrary) == 0x000008, "Wrong alignment on UTimeManagementBlueprintLibrary"); \ +static_assert(sizeof(UTimeManagementBlueprintLibrary) == 0x000030, "Wrong size on UTimeManagementBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton \ +static_assert(alignof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton) == 0x000008, "Wrong alignment on WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton"); \ +static_assert(sizeof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton) == 0x000120, "Wrong size on WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, EntryPoint) == 0x000000, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, Temp_bool_Variable) == 0x000010, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, Temp_object_Variable) == 0x000018, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, K2Node_DynamicCast_AsPaper_Sprite) == 0x000020, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000030, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, K2Node_CustomEvent_Loaded) == 0x000040, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, CallFunc_GetHeistData_ReturnValue) == 0x000048, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::CallFunc_GetHeistData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, K2Node_Event_bInIsHovered) == 0x000051, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, K2Node_Event_bInHasFocus) == 0x000052, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000058, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, K2Node_Event_bInIsDisabled) == 0x000060, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, CallFunc_GetUIManager_ReturnValue) == 0x000068, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, CallFunc_GetMenuWidget_ReturnValue) == 0x000070, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, K2Node_DynamicCast_AsSBZMain_Menu_Widget) == 0x000078, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::K2Node_DynamicCast_AsSBZMain_Menu_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, K2Node_DynamicCast_bSuccess_1) == 0x000080, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, CallFunc_GetUIManager_ReturnValue_1) == 0x000088, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, CallFunc_GetMenuWidget_ReturnValue_1) == 0x000090, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::CallFunc_GetMenuWidget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, CallFunc_IsEmpty_ReturnValue) == 0x000098, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, K2Node_DynamicCast_AsSBZMain_Menu_Widget_1) == 0x0000A0, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::K2Node_DynamicCast_AsSBZMain_Menu_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, K2Node_DynamicCast_bSuccess_2) == 0x0000A8, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, K2Node_CreateDelegate_OutputDelegate) == 0x0000AC, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, K2Node_Select_Default) == 0x0000C0, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, CallFunc_IsEmpty_ReturnValue_1) == 0x000118, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::CallFunc_IsEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000119, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton, K2Node_Event_bIsFocused) == 0x00011A, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ExecuteUbergraph_WBP_UI_CrimeNetStoryModeVideoButton::K2Node_Event_bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNetStoryModeVideoButton_C_OnFocusChanged \ +static_assert(alignof(WBP_UI_CrimeNetStoryModeVideoButton_C_OnFocusChanged) == 0x000001, "Wrong alignment on WBP_UI_CrimeNetStoryModeVideoButton_C_OnFocusChanged"); \ +static_assert(sizeof(WBP_UI_CrimeNetStoryModeVideoButton_C_OnFocusChanged) == 0x000001, "Wrong size on WBP_UI_CrimeNetStoryModeVideoButton_C_OnFocusChanged"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_OnFocusChanged, bIsFocused) == 0x000000, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_OnFocusChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNetStoryModeVideoButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_UI_CrimeNetStoryModeVideoButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_UI_CrimeNetStoryModeVideoButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_UI_CrimeNetStoryModeVideoButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_UI_CrimeNetStoryModeVideoButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNetStoryModeVideoButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_CrimeNetStoryModeVideoButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_CrimeNetStoryModeVideoButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_CrimeNetStoryModeVideoButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_CrimeNetStoryModeVideoButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNetStoryModeVideoButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_CrimeNetStoryModeVideoButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_CrimeNetStoryModeVideoButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_CrimeNetStoryModeVideoButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_CrimeNetStoryModeVideoButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNetStoryModeVideoButton_C_OnLoaded_8C94C37A4CF920479DF0A59BD3C0C3AE \ +static_assert(alignof(WBP_UI_CrimeNetStoryModeVideoButton_C_OnLoaded_8C94C37A4CF920479DF0A59BD3C0C3AE) == 0x000008, "Wrong alignment on WBP_UI_CrimeNetStoryModeVideoButton_C_OnLoaded_8C94C37A4CF920479DF0A59BD3C0C3AE"); \ +static_assert(sizeof(WBP_UI_CrimeNetStoryModeVideoButton_C_OnLoaded_8C94C37A4CF920479DF0A59BD3C0C3AE) == 0x000008, "Wrong size on WBP_UI_CrimeNetStoryModeVideoButton_C_OnLoaded_8C94C37A4CF920479DF0A59BD3C0C3AE"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_OnLoaded_8C94C37A4CF920479DF0A59BD3C0C3AE, Loaded) == 0x000000, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_OnLoaded_8C94C37A4CF920479DF0A59BD3C0C3AE::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNetStoryModeVideoButton_C_OnHoverChanged \ +static_assert(alignof(WBP_UI_CrimeNetStoryModeVideoButton_C_OnHoverChanged) == 0x000001, "Wrong alignment on WBP_UI_CrimeNetStoryModeVideoButton_C_OnHoverChanged"); \ +static_assert(sizeof(WBP_UI_CrimeNetStoryModeVideoButton_C_OnHoverChanged) == 0x000001, "Wrong size on WBP_UI_CrimeNetStoryModeVideoButton_C_OnHoverChanged"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_OnHoverChanged, bIsHovered) == 0x000000, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_OnHoverChanged::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNetStoryModeVideoButton_C_OnFocusedChanged \ +static_assert(alignof(WBP_UI_CrimeNetStoryModeVideoButton_C_OnFocusedChanged) == 0x000008, "Wrong alignment on WBP_UI_CrimeNetStoryModeVideoButton_C_OnFocusedChanged"); \ +static_assert(sizeof(WBP_UI_CrimeNetStoryModeVideoButton_C_OnFocusedChanged) == 0x000018, "Wrong size on WBP_UI_CrimeNetStoryModeVideoButton_C_OnFocusedChanged"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_OnFocusedChanged, bIsFocused) == 0x000000, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_OnFocusedChanged::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_OnFocusedChanged, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_OnFocusedChanged::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_OnFocusedChanged, Temp_byte_Variable) == 0x000002, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_OnFocusedChanged::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_OnFocusedChanged, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_OnFocusedChanged::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_OnFocusedChanged, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_OnFocusedChanged::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_OnFocusedChanged, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_OnFocusedChanged::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_OnFocusedChanged, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000010, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_OnFocusedChanged::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals \ +static_assert(alignof(WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals) == 0x000008, "Wrong alignment on WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals"); \ +static_assert(sizeof(WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals) == 0x0001D0, "Wrong size on WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals, Temp_text_Variable) == 0x000008, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals, Temp_text_Variable_1) == 0x000020, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals, Temp_bool_Variable_1) == 0x000038, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals, K2Node_Select_Default) == 0x000040, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals, Temp_bool_Variable_2) == 0x000098, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals, CallFunc_BreakSoftObjectPath_PathString) == 0x0000A0, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals::CallFunc_BreakSoftObjectPath_PathString' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals, K2Node_Select_Default_1) == 0x0000B0, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals, CallFunc_GetBaseFilename_ReturnValue) == 0x000108, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals::CallFunc_GetBaseFilename_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals, CallFunc_Conv_StringToText_ReturnValue) == 0x000118, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals, CallFunc_TextIsEmpty_ReturnValue) == 0x000130, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals, CallFunc_Not_PreBool_ReturnValue) == 0x000131, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals, CallFunc_IsValid_ReturnValue_1) == 0x000132, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals, K2Node_Select_Default_2) == 0x000138, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals, K2Node_MakeStruct_FormatArgumentData_1) == 0x000150, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals, K2Node_MakeArray_Array) == 0x000190, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals, CallFunc_Format_ReturnValue) == 0x0001A0, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals, CallFunc_ClampText_ReturnValue) == 0x0001B8, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_InitializeButtonVisuals::CallFunc_ClampText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNetStoryModeVideoButton_C_OnDisabledChanged \ +static_assert(alignof(WBP_UI_CrimeNetStoryModeVideoButton_C_OnDisabledChanged) == 0x000001, "Wrong alignment on WBP_UI_CrimeNetStoryModeVideoButton_C_OnDisabledChanged"); \ +static_assert(sizeof(WBP_UI_CrimeNetStoryModeVideoButton_C_OnDisabledChanged) == 0x000005, "Wrong size on WBP_UI_CrimeNetStoryModeVideoButton_C_OnDisabledChanged"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_OnDisabledChanged, InDisabled) == 0x000000, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_OnDisabledChanged::InDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_OnDisabledChanged, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_OnDisabledChanged::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_OnDisabledChanged, Temp_byte_Variable) == 0x000002, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_OnDisabledChanged::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_OnDisabledChanged, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_OnDisabledChanged::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_OnDisabledChanged, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_OnDisabledChanged::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked \ +static_assert(alignof(WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked) == 0x000008, "Wrong alignment on WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked"); \ +static_assert(sizeof(WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked) == 0x000090, "Wrong size on WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked, Temp_int_Variable) == 0x000004, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked, Temp_int_Variable_1) == 0x000008, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked, Temp_bool_Variable_1) == 0x00000C, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked, Temp_bool_Variable_2) == 0x00000D, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked, CallFunc_IsEmpty_ReturnValue) == 0x00000E, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked, CallFunc_IsEmpty_ReturnValue_1) == 0x00000F, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked::CallFunc_IsEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked, CallFunc_Get_ReturnValue) == 0x000010, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked, CallFunc_GetProgressionSaveGame_ReturnValue) == 0x000018, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked::CallFunc_GetProgressionSaveGame_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked, K2Node_Select_Default) == 0x000020, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000028, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked, K2Node_Select_Default_1) == 0x000030, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked, K2Node_Select_Default_2) == 0x000088, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked, CallFunc_IsEmpty_ReturnValue_2) == 0x000089, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked::CallFunc_IsEmpty_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked, CallFunc_Not_PreBool_ReturnValue_1) == 0x00008A, "Member 'WBP_UI_CrimeNetStoryModeVideoButton_C_SetButtonLocked::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_CrimeNetStoryModeVideoButton_C \ +static_assert(alignof(UWBP_UI_CrimeNetStoryModeVideoButton_C) == 0x000008, "Wrong alignment on UWBP_UI_CrimeNetStoryModeVideoButton_C"); \ +static_assert(sizeof(UWBP_UI_CrimeNetStoryModeVideoButton_C) == 0x000438, "Wrong size on UWBP_UI_CrimeNetStoryModeVideoButton_C"); \ +static_assert(offsetof(UWBP_UI_CrimeNetStoryModeVideoButton_C, UberGraphFrame) == 0x0003B8, "Member 'UWBP_UI_CrimeNetStoryModeVideoButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNetStoryModeVideoButton_C, LockedPressed) == 0x0003C0, "Member 'UWBP_UI_CrimeNetStoryModeVideoButton_C::LockedPressed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNetStoryModeVideoButton_C, OnFocused) == 0x0003C8, "Member 'UWBP_UI_CrimeNetStoryModeVideoButton_C::OnFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNetStoryModeVideoButton_C, BWEffect_RB) == 0x0003D0, "Member 'UWBP_UI_CrimeNetStoryModeVideoButton_C::BWEffect_RB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNetStoryModeVideoButton_C, DefaultOutline_B) == 0x0003D8, "Member 'UWBP_UI_CrimeNetStoryModeVideoButton_C::DefaultOutline_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNetStoryModeVideoButton_C, Disabled_O) == 0x0003E0, "Member 'UWBP_UI_CrimeNetStoryModeVideoButton_C::Disabled_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNetStoryModeVideoButton_C, Disabled_T) == 0x0003E8, "Member 'UWBP_UI_CrimeNetStoryModeVideoButton_C::Disabled_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNetStoryModeVideoButton_C, HeistBackground_I) == 0x0003F0, "Member 'UWBP_UI_CrimeNetStoryModeVideoButton_C::HeistBackground_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNetStoryModeVideoButton_C, Image_Disabled_Overlay) == 0x0003F8, "Member 'UWBP_UI_CrimeNetStoryModeVideoButton_C::Image_Disabled_Overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNetStoryModeVideoButton_C, Image_TextBackground) == 0x000400, "Member 'UWBP_UI_CrimeNetStoryModeVideoButton_C::Image_TextBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNetStoryModeVideoButton_C, LockIcon) == 0x000408, "Member 'UWBP_UI_CrimeNetStoryModeVideoButton_C::LockIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNetStoryModeVideoButton_C, SelectedOutline_B) == 0x000410, "Member 'UWBP_UI_CrimeNetStoryModeVideoButton_C::SelectedOutline_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNetStoryModeVideoButton_C, Text_HeistName) == 0x000418, "Member 'UWBP_UI_CrimeNetStoryModeVideoButton_C::Text_HeistName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNetStoryModeVideoButton_C, DynamicMaterials) == 0x000420, "Member 'UWBP_UI_CrimeNetStoryModeVideoButton_C::DynamicMaterials' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNetStoryModeVideoButton_C, Color_DisabledOverlayDefault) == 0x000428, "Member 'UWBP_UI_CrimeNetStoryModeVideoButton_C::Color_DisabledOverlayDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTransformControllerData \ +static_assert(alignof(FLiveLinkTransformControllerData) == 0x000001, "Wrong alignment on FLiveLinkTransformControllerData"); \ +static_assert(sizeof(FLiveLinkTransformControllerData) == 0x000006, "Wrong size on FLiveLinkTransformControllerData"); \ +static_assert(offsetof(FLiveLinkTransformControllerData, bWorldTransform) == 0x000000, "Member 'FLiveLinkTransformControllerData::bWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTransformControllerData, bUseLocation) == 0x000001, "Member 'FLiveLinkTransformControllerData::bUseLocation' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTransformControllerData, bUseRotation) == 0x000002, "Member 'FLiveLinkTransformControllerData::bUseRotation' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTransformControllerData, bUseScale) == 0x000003, "Member 'FLiveLinkTransformControllerData::bUseScale' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTransformControllerData, bSweep) == 0x000004, "Member 'FLiveLinkTransformControllerData::bSweep' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTransformControllerData, bTeleport) == 0x000005, "Member 'FLiveLinkTransformControllerData::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkComponentController \ +static_assert(alignof(ULiveLinkComponentController) == 0x000008, "Wrong alignment on ULiveLinkComponentController"); \ +static_assert(sizeof(ULiveLinkComponentController) == 0x000178, "Wrong size on ULiveLinkComponentController"); \ +static_assert(offsetof(ULiveLinkComponentController, SubjectRepresentation) == 0x0000C0, "Member 'ULiveLinkComponentController::SubjectRepresentation' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkComponentController, ControllerMap) == 0x0000D8, "Member 'ULiveLinkComponentController::ControllerMap' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkComponentController, bUpdateInEditor) == 0x000128, "Member 'ULiveLinkComponentController::bUpdateInEditor' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkComponentController, OnLiveLinkUpdated) == 0x000130, "Member 'ULiveLinkComponentController::OnLiveLinkUpdated' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkComponentController, ComponentToControl) == 0x000140, "Member 'ULiveLinkComponentController::ComponentToControl' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkComponentController, bDisableEvaluateLiveLinkWhenSpawnable) == 0x000170, "Member 'ULiveLinkComponentController::bDisableEvaluateLiveLinkWhenSpawnable' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkComponentController, bEvaluateLiveLink) == 0x000171, "Member 'ULiveLinkComponentController::bEvaluateLiveLink' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkComponentSettings \ +static_assert(alignof(ULiveLinkComponentSettings) == 0x000008, "Wrong alignment on ULiveLinkComponentSettings"); \ +static_assert(sizeof(ULiveLinkComponentSettings) == 0x000080, "Wrong size on ULiveLinkComponentSettings"); \ +static_assert(offsetof(ULiveLinkComponentSettings, DefaultControllerForRole) == 0x000030, "Member 'ULiveLinkComponentSettings::DefaultControllerForRole' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkControllerBase \ +static_assert(alignof(ULiveLinkControllerBase) == 0x000008, "Wrong alignment on ULiveLinkControllerBase"); \ +static_assert(sizeof(ULiveLinkControllerBase) == 0x000050, "Wrong size on ULiveLinkControllerBase"); \ + +#define DUMPER7_ASSERTS_ULiveLinkLightController \ +static_assert(alignof(ULiveLinkLightController) == 0x000008, "Wrong alignment on ULiveLinkLightController"); \ +static_assert(sizeof(ULiveLinkLightController) == 0x000050, "Wrong size on ULiveLinkLightController"); \ + +#define DUMPER7_ASSERTS_ULiveLinkTransformController \ +static_assert(alignof(ULiveLinkTransformController) == 0x000008, "Wrong alignment on ULiveLinkTransformController"); \ +static_assert(sizeof(ULiveLinkTransformController) == 0x000058, "Wrong size on ULiveLinkTransformController"); \ +static_assert(offsetof(ULiveLinkTransformController, TransformData) == 0x000050, "Member 'ULiveLinkTransformController::TransformData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Abp_VentilationRoof_01_Rotation_C \ +static_assert(alignof(Abp_VentilationRoof_01_Rotation_C) == 0x000008, "Wrong alignment on Abp_VentilationRoof_01_Rotation_C"); \ +static_assert(sizeof(Abp_VentilationRoof_01_Rotation_C) == 0x0002D8, "Wrong size on Abp_VentilationRoof_01_Rotation_C"); \ +static_assert(offsetof(Abp_VentilationRoof_01_Rotation_C, StaticMesh) == 0x0002A8, "Member 'Abp_VentilationRoof_01_Rotation_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(Abp_VentilationRoof_01_Rotation_C, DefaultSceneRoot) == 0x0002B0, "Member 'Abp_VentilationRoof_01_Rotation_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(Abp_VentilationRoof_01_Rotation_C, area1_rotation_speed) == 0x0002B8, "Member 'Abp_VentilationRoof_01_Rotation_C::area1_rotation_speed' has a wrong offset!"); \ +static_assert(offsetof(Abp_VentilationRoof_01_Rotation_C, area2_rotation_speed) == 0x0002BC, "Member 'Abp_VentilationRoof_01_Rotation_C::area2_rotation_speed' has a wrong offset!"); \ +static_assert(offsetof(Abp_VentilationRoof_01_Rotation_C, area3_rotation_speed) == 0x0002C0, "Member 'Abp_VentilationRoof_01_Rotation_C::area3_rotation_speed' has a wrong offset!"); \ +static_assert(offsetof(Abp_VentilationRoof_01_Rotation_C, area4_rotation_speed) == 0x0002C4, "Member 'Abp_VentilationRoof_01_Rotation_C::area4_rotation_speed' has a wrong offset!"); \ +static_assert(offsetof(Abp_VentilationRoof_01_Rotation_C, area5_rotation_speed) == 0x0002C8, "Member 'Abp_VentilationRoof_01_Rotation_C::area5_rotation_speed' has a wrong offset!"); \ +static_assert(offsetof(Abp_VentilationRoof_01_Rotation_C, area6_rotation_speed) == 0x0002CC, "Member 'Abp_VentilationRoof_01_Rotation_C::area6_rotation_speed' has a wrong offset!"); \ +static_assert(offsetof(Abp_VentilationRoof_01_Rotation_C, vibration_speed) == 0x0002D0, "Member 'Abp_VentilationRoof_01_Rotation_C::vibration_speed' has a wrong offset!"); \ +static_assert(offsetof(Abp_VentilationRoof_01_Rotation_C, vibration_strenght) == 0x0002D4, "Member 'Abp_VentilationRoof_01_Rotation_C::vibration_strenght' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkPropertyData \ +static_assert(alignof(FLiveLinkPropertyData) == 0x000008, "Wrong alignment on FLiveLinkPropertyData"); \ +static_assert(sizeof(FLiveLinkPropertyData) == 0x000060, "Wrong size on FLiveLinkPropertyData"); \ +static_assert(offsetof(FLiveLinkPropertyData, PropertyName) == 0x000000, "Member 'FLiveLinkPropertyData::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPropertyData, FloatChannel) == 0x000010, "Member 'FLiveLinkPropertyData::FloatChannel' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPropertyData, StringChannel) == 0x000020, "Member 'FLiveLinkPropertyData::StringChannel' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPropertyData, IntegerChannel) == 0x000030, "Member 'FLiveLinkPropertyData::IntegerChannel' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPropertyData, BoolChannel) == 0x000040, "Member 'FLiveLinkPropertyData::BoolChannel' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPropertyData, ByteChannel) == 0x000050, "Member 'FLiveLinkPropertyData::ByteChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSubSectionData \ +static_assert(alignof(FLiveLinkSubSectionData) == 0x000008, "Wrong alignment on FLiveLinkSubSectionData"); \ +static_assert(sizeof(FLiveLinkSubSectionData) == 0x000010, "Wrong size on FLiveLinkSubSectionData"); \ +static_assert(offsetof(FLiveLinkSubSectionData, Properties) == 0x000000, "Member 'FLiveLinkSubSectionData::Properties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneLiveLinkSectionTemplate \ +static_assert(alignof(FMovieSceneLiveLinkSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneLiveLinkSectionTemplate"); \ +static_assert(sizeof(FMovieSceneLiveLinkSectionTemplate) == 0x0000C8, "Wrong size on FMovieSceneLiveLinkSectionTemplate"); \ +static_assert(offsetof(FMovieSceneLiveLinkSectionTemplate, SubjectPreset) == 0x000040, "Member 'FMovieSceneLiveLinkSectionTemplate::SubjectPreset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneLiveLinkSectionTemplate, ChannelMask) == 0x000080, "Member 'FMovieSceneLiveLinkSectionTemplate::ChannelMask' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneLiveLinkSectionTemplate, SubSectionsData) == 0x000090, "Member 'FMovieSceneLiveLinkSectionTemplate::SubSectionsData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLiveLinkSection \ +static_assert(alignof(UMovieSceneLiveLinkSection) == 0x000008, "Wrong alignment on UMovieSceneLiveLinkSection"); \ +static_assert(sizeof(UMovieSceneLiveLinkSection) == 0x000240, "Wrong size on UMovieSceneLiveLinkSection"); \ +static_assert(offsetof(UMovieSceneLiveLinkSection, SubjectPreset) == 0x0000F0, "Member 'UMovieSceneLiveLinkSection::SubjectPreset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLiveLinkSection, ChannelMask) == 0x000130, "Member 'UMovieSceneLiveLinkSection::ChannelMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLiveLinkSection, SubSections) == 0x000140, "Member 'UMovieSceneLiveLinkSection::SubSections' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLiveLinkSection, SubjectName) == 0x000160, "Member 'UMovieSceneLiveLinkSection::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLiveLinkSection, TemplateToPush) == 0x000170, "Member 'UMovieSceneLiveLinkSection::TemplateToPush' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLiveLinkSection, RefSkeleton) == 0x000200, "Member 'UMovieSceneLiveLinkSection::RefSkeleton' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLiveLinkSection, CurveNames) == 0x000220, "Member 'UMovieSceneLiveLinkSection::CurveNames' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLiveLinkSection, PropertyFloatChannels) == 0x000230, "Member 'UMovieSceneLiveLinkSection::PropertyFloatChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLiveLinkSubSection \ +static_assert(alignof(UMovieSceneLiveLinkSubSection) == 0x000008, "Wrong alignment on UMovieSceneLiveLinkSubSection"); \ +static_assert(sizeof(UMovieSceneLiveLinkSubSection) == 0x000058, "Wrong size on UMovieSceneLiveLinkSubSection"); \ +static_assert(offsetof(UMovieSceneLiveLinkSubSection, SubSectionData) == 0x000030, "Member 'UMovieSceneLiveLinkSubSection::SubSectionData' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLiveLinkSubSection, SubjectRole) == 0x000040, "Member 'UMovieSceneLiveLinkSubSection::SubjectRole' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLiveLinkSubSectionAnimation \ +static_assert(alignof(UMovieSceneLiveLinkSubSectionAnimation) == 0x000008, "Wrong alignment on UMovieSceneLiveLinkSubSectionAnimation"); \ +static_assert(sizeof(UMovieSceneLiveLinkSubSectionAnimation) == 0x000068, "Wrong size on UMovieSceneLiveLinkSubSectionAnimation"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLiveLinkSubSectionBasicRole \ +static_assert(alignof(UMovieSceneLiveLinkSubSectionBasicRole) == 0x000008, "Wrong alignment on UMovieSceneLiveLinkSubSectionBasicRole"); \ +static_assert(sizeof(UMovieSceneLiveLinkSubSectionBasicRole) == 0x000068, "Wrong size on UMovieSceneLiveLinkSubSectionBasicRole"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLiveLinkSubSectionProperties \ +static_assert(alignof(UMovieSceneLiveLinkSubSectionProperties) == 0x000008, "Wrong alignment on UMovieSceneLiveLinkSubSectionProperties"); \ +static_assert(sizeof(UMovieSceneLiveLinkSubSectionProperties) == 0x000068, "Wrong size on UMovieSceneLiveLinkSubSectionProperties"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLiveLinkTrack \ +static_assert(alignof(UMovieSceneLiveLinkTrack) == 0x000008, "Wrong alignment on UMovieSceneLiveLinkTrack"); \ +static_assert(sizeof(UMovieSceneLiveLinkTrack) == 0x0000E0, "Wrong size on UMovieSceneLiveLinkTrack"); \ +static_assert(offsetof(UMovieSceneLiveLinkTrack, TrackRole) == 0x0000D8, "Member 'UMovieSceneLiveLinkTrack::TrackRole' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_Revolver_Bullkick500_C \ +static_assert(alignof(UBP_FireWeaponFeedback_Revolver_Bullkick500_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_Revolver_Bullkick500_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_Revolver_Bullkick500_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_Revolver_Bullkick500_C"); \ + +#define DUMPER7_ASSERTS_BP_InteractableDataCenterServer_C_ExecuteUbergraph_BP_InteractableDataCenterServer \ +static_assert(alignof(BP_InteractableDataCenterServer_C_ExecuteUbergraph_BP_InteractableDataCenterServer) == 0x000008, "Wrong alignment on BP_InteractableDataCenterServer_C_ExecuteUbergraph_BP_InteractableDataCenterServer"); \ +static_assert(sizeof(BP_InteractableDataCenterServer_C_ExecuteUbergraph_BP_InteractableDataCenterServer) == 0x000020, "Wrong size on BP_InteractableDataCenterServer_C_ExecuteUbergraph_BP_InteractableDataCenterServer"); \ +static_assert(offsetof(BP_InteractableDataCenterServer_C_ExecuteUbergraph_BP_InteractableDataCenterServer, EntryPoint) == 0x000000, "Member 'BP_InteractableDataCenterServer_C_ExecuteUbergraph_BP_InteractableDataCenterServer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDataCenterServer_C_ExecuteUbergraph_BP_InteractableDataCenterServer, K2Node_ComponentBoundEvent_Interactable) == 0x000008, "Member 'BP_InteractableDataCenterServer_C_ExecuteUbergraph_BP_InteractableDataCenterServer::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDataCenterServer_C_ExecuteUbergraph_BP_InteractableDataCenterServer, K2Node_ComponentBoundEvent_Interactor) == 0x000010, "Member 'BP_InteractableDataCenterServer_C_ExecuteUbergraph_BP_InteractableDataCenterServer::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDataCenterServer_C_ExecuteUbergraph_BP_InteractableDataCenterServer, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000018, "Member 'BP_InteractableDataCenterServer_C_ExecuteUbergraph_BP_InteractableDataCenterServer::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDataCenterServer_C_ExecuteUbergraph_BP_InteractableDataCenterServer, K2Node_CustomEvent_interactable) == 0x000019, "Member 'BP_InteractableDataCenterServer_C_ExecuteUbergraph_BP_InteractableDataCenterServer::K2Node_CustomEvent_interactable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractableDataCenterServer_C_BndEvt__BP_InteractableDataCenterServer_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_InteractableDataCenterServer_C_BndEvt__BP_InteractableDataCenterServer_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_InteractableDataCenterServer_C_BndEvt__BP_InteractableDataCenterServer_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_InteractableDataCenterServer_C_BndEvt__BP_InteractableDataCenterServer_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_InteractableDataCenterServer_C_BndEvt__BP_InteractableDataCenterServer_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_InteractableDataCenterServer_C_BndEvt__BP_InteractableDataCenterServer_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_InteractableDataCenterServer_C_BndEvt__BP_InteractableDataCenterServer_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDataCenterServer_C_BndEvt__BP_InteractableDataCenterServer_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_InteractableDataCenterServer_C_BndEvt__BP_InteractableDataCenterServer_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDataCenterServer_C_BndEvt__BP_InteractableDataCenterServer_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_InteractableDataCenterServer_C_BndEvt__BP_InteractableDataCenterServer_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractableDataCenterServer_C_setInteractable \ +static_assert(alignof(BP_InteractableDataCenterServer_C_setInteractable) == 0x000001, "Wrong alignment on BP_InteractableDataCenterServer_C_setInteractable"); \ +static_assert(sizeof(BP_InteractableDataCenterServer_C_setInteractable) == 0x000001, "Wrong size on BP_InteractableDataCenterServer_C_setInteractable"); \ +static_assert(offsetof(BP_InteractableDataCenterServer_C_setInteractable, interactable) == 0x000000, "Member 'BP_InteractableDataCenterServer_C_setInteractable::interactable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InteractableDataCenterServer_C \ +static_assert(alignof(ABP_InteractableDataCenterServer_C) == 0x000008, "Wrong alignment on ABP_InteractableDataCenterServer_C"); \ +static_assert(sizeof(ABP_InteractableDataCenterServer_C) == 0x000380, "Wrong size on ABP_InteractableDataCenterServer_C"); \ +static_assert(offsetof(ABP_InteractableDataCenterServer_C, UberGraphFrame_BP_InteractableDataCenterServer_C) == 0x000358, "Member 'ABP_InteractableDataCenterServer_C::UberGraphFrame_BP_InteractableDataCenterServer_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableDataCenterServer_C, Ak) == 0x000360, "Member 'ABP_InteractableDataCenterServer_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableDataCenterServer_C, StaticMesh) == 0x000368, "Member 'ABP_InteractableDataCenterServer_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableDataCenterServer_C, onInteractionComplete) == 0x000370, "Member 'ABP_InteractableDataCenterServer_C::onInteractionComplete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScalarParameterNameAndCurve \ +static_assert(alignof(FScalarParameterNameAndCurve) == 0x000008, "Wrong alignment on FScalarParameterNameAndCurve"); \ +static_assert(sizeof(FScalarParameterNameAndCurve) == 0x0000B0, "Wrong size on FScalarParameterNameAndCurve"); \ +static_assert(offsetof(FScalarParameterNameAndCurve, ParameterName) == 0x000000, "Member 'FScalarParameterNameAndCurve::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FScalarParameterNameAndCurve, ParameterCurve) == 0x000010, "Member 'FScalarParameterNameAndCurve::ParameterCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoolParameterNameAndCurve \ +static_assert(alignof(FBoolParameterNameAndCurve) == 0x000008, "Wrong alignment on FBoolParameterNameAndCurve"); \ +static_assert(sizeof(FBoolParameterNameAndCurve) == 0x0000A0, "Wrong size on FBoolParameterNameAndCurve"); \ +static_assert(offsetof(FBoolParameterNameAndCurve, ParameterName) == 0x000000, "Member 'FBoolParameterNameAndCurve::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FBoolParameterNameAndCurve, ParameterCurve) == 0x000010, "Member 'FBoolParameterNameAndCurve::ParameterCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector2DParameterNameAndCurves \ +static_assert(alignof(FVector2DParameterNameAndCurves) == 0x000008, "Wrong alignment on FVector2DParameterNameAndCurves"); \ +static_assert(sizeof(FVector2DParameterNameAndCurves) == 0x000150, "Wrong size on FVector2DParameterNameAndCurves"); \ +static_assert(offsetof(FVector2DParameterNameAndCurves, ParameterName) == 0x000000, "Member 'FVector2DParameterNameAndCurves::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FVector2DParameterNameAndCurves, XCurve) == 0x000010, "Member 'FVector2DParameterNameAndCurves::XCurve' has a wrong offset!"); \ +static_assert(offsetof(FVector2DParameterNameAndCurves, YCurve) == 0x0000B0, "Member 'FVector2DParameterNameAndCurves::YCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVectorParameterNameAndCurves \ +static_assert(alignof(FVectorParameterNameAndCurves) == 0x000008, "Wrong alignment on FVectorParameterNameAndCurves"); \ +static_assert(sizeof(FVectorParameterNameAndCurves) == 0x0001F0, "Wrong size on FVectorParameterNameAndCurves"); \ +static_assert(offsetof(FVectorParameterNameAndCurves, ParameterName) == 0x000000, "Member 'FVectorParameterNameAndCurves::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FVectorParameterNameAndCurves, XCurve) == 0x000010, "Member 'FVectorParameterNameAndCurves::XCurve' has a wrong offset!"); \ +static_assert(offsetof(FVectorParameterNameAndCurves, YCurve) == 0x0000B0, "Member 'FVectorParameterNameAndCurves::YCurve' has a wrong offset!"); \ +static_assert(offsetof(FVectorParameterNameAndCurves, ZCurve) == 0x000150, "Member 'FVectorParameterNameAndCurves::ZCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FColorParameterNameAndCurves \ +static_assert(alignof(FColorParameterNameAndCurves) == 0x000008, "Wrong alignment on FColorParameterNameAndCurves"); \ +static_assert(sizeof(FColorParameterNameAndCurves) == 0x000290, "Wrong size on FColorParameterNameAndCurves"); \ +static_assert(offsetof(FColorParameterNameAndCurves, ParameterName) == 0x000000, "Member 'FColorParameterNameAndCurves::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FColorParameterNameAndCurves, RedCurve) == 0x000010, "Member 'FColorParameterNameAndCurves::RedCurve' has a wrong offset!"); \ +static_assert(offsetof(FColorParameterNameAndCurves, GreenCurve) == 0x0000B0, "Member 'FColorParameterNameAndCurves::GreenCurve' has a wrong offset!"); \ +static_assert(offsetof(FColorParameterNameAndCurves, BlueCurve) == 0x000150, "Member 'FColorParameterNameAndCurves::BlueCurve' has a wrong offset!"); \ +static_assert(offsetof(FColorParameterNameAndCurves, AlphaCurve) == 0x0001F0, "Member 'FColorParameterNameAndCurves::AlphaCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformParameterNameAndCurves \ +static_assert(alignof(FTransformParameterNameAndCurves) == 0x000008, "Wrong alignment on FTransformParameterNameAndCurves"); \ +static_assert(sizeof(FTransformParameterNameAndCurves) == 0x0005B0, "Wrong size on FTransformParameterNameAndCurves"); \ +static_assert(offsetof(FTransformParameterNameAndCurves, ParameterName) == 0x000000, "Member 'FTransformParameterNameAndCurves::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FTransformParameterNameAndCurves, Translation) == 0x000010, "Member 'FTransformParameterNameAndCurves::Translation' has a wrong offset!"); \ +static_assert(offsetof(FTransformParameterNameAndCurves, Rotation) == 0x0001F0, "Member 'FTransformParameterNameAndCurves::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FTransformParameterNameAndCurves, Scale) == 0x0003D0, "Member 'FTransformParameterNameAndCurves::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneParameterSectionTemplate \ +static_assert(alignof(FMovieSceneParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneParameterSectionTemplate) == 0x000080, "Wrong size on FMovieSceneParameterSectionTemplate"); \ +static_assert(offsetof(FMovieSceneParameterSectionTemplate, Scalars) == 0x000020, "Member 'FMovieSceneParameterSectionTemplate::Scalars' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneParameterSectionTemplate, Bools) == 0x000030, "Member 'FMovieSceneParameterSectionTemplate::Bools' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneParameterSectionTemplate, Vector2Ds) == 0x000040, "Member 'FMovieSceneParameterSectionTemplate::Vector2Ds' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneParameterSectionTemplate, Vectors) == 0x000050, "Member 'FMovieSceneParameterSectionTemplate::Vectors' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneParameterSectionTemplate, Colors) == 0x000060, "Member 'FMovieSceneParameterSectionTemplate::Colors' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneParameterSectionTemplate, Transforms) == 0x000070, "Member 'FMovieSceneParameterSectionTemplate::Transforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneColorKeyStruct \ +static_assert(alignof(FMovieSceneColorKeyStruct) == 0x000008, "Wrong alignment on FMovieSceneColorKeyStruct"); \ +static_assert(sizeof(FMovieSceneColorKeyStruct) == 0x000038, "Wrong size on FMovieSceneColorKeyStruct"); \ +static_assert(offsetof(FMovieSceneColorKeyStruct, Color) == 0x000008, "Member 'FMovieSceneColorKeyStruct::Color' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneColorKeyStruct, Time) == 0x000018, "Member 'FMovieSceneColorKeyStruct::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneStringChannel \ +static_assert(alignof(FMovieSceneStringChannel) == 0x000008, "Wrong alignment on FMovieSceneStringChannel"); \ +static_assert(sizeof(FMovieSceneStringChannel) == 0x0000A0, "Wrong size on FMovieSceneStringChannel"); \ +static_assert(offsetof(FMovieSceneStringChannel, Times) == 0x000008, "Member 'FMovieSceneStringChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneStringChannel, Values) == 0x000018, "Member 'FMovieSceneStringChannel::Values' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneStringChannel, DefaultValue) == 0x000028, "Member 'FMovieSceneStringChannel::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneStringChannel, bHasDefaultValue) == 0x000038, "Member 'FMovieSceneStringChannel::bHasDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventParameters \ +static_assert(alignof(FMovieSceneEventParameters) == 0x000008, "Wrong alignment on FMovieSceneEventParameters"); \ +static_assert(sizeof(FMovieSceneEventParameters) == 0x000030, "Wrong size on FMovieSceneEventParameters"); \ + +#define DUMPER7_ASSERTS_FEventPayload \ +static_assert(alignof(FEventPayload) == 0x000008, "Wrong alignment on FEventPayload"); \ +static_assert(sizeof(FEventPayload) == 0x000040, "Wrong size on FEventPayload"); \ +static_assert(offsetof(FEventPayload, EventName) == 0x000000, "Member 'FEventPayload::EventName' has a wrong offset!"); \ +static_assert(offsetof(FEventPayload, Parameters) == 0x000010, "Member 'FEventPayload::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventSectionData \ +static_assert(alignof(FMovieSceneEventSectionData) == 0x000008, "Wrong alignment on FMovieSceneEventSectionData"); \ +static_assert(sizeof(FMovieSceneEventSectionData) == 0x000088, "Wrong size on FMovieSceneEventSectionData"); \ +static_assert(offsetof(FMovieSceneEventSectionData, Times) == 0x000008, "Member 'FMovieSceneEventSectionData::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEventSectionData, KeyValues) == 0x000018, "Member 'FMovieSceneEventSectionData::KeyValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventSectionTemplate \ +static_assert(alignof(FMovieSceneEventSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneEventSectionTemplate"); \ +static_assert(sizeof(FMovieSceneEventSectionTemplate) == 0x0000B0, "Wrong size on FMovieSceneEventSectionTemplate"); \ +static_assert(offsetof(FMovieSceneEventSectionTemplate, EventData) == 0x000020, "Member 'FMovieSceneEventSectionTemplate::EventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneVectorKeyStructBase \ +static_assert(alignof(FMovieSceneVectorKeyStructBase) == 0x000008, "Wrong alignment on FMovieSceneVectorKeyStructBase"); \ +static_assert(sizeof(FMovieSceneVectorKeyStructBase) == 0x000028, "Wrong size on FMovieSceneVectorKeyStructBase"); \ +static_assert(offsetof(FMovieSceneVectorKeyStructBase, Time) == 0x000008, "Member 'FMovieSceneVectorKeyStructBase::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneVector4KeyStruct \ +static_assert(alignof(FMovieSceneVector4KeyStruct) == 0x000010, "Wrong alignment on FMovieSceneVector4KeyStruct"); \ +static_assert(sizeof(FMovieSceneVector4KeyStruct) == 0x000040, "Wrong size on FMovieSceneVector4KeyStruct"); \ +static_assert(offsetof(FMovieSceneVector4KeyStruct, Vector) == 0x000030, "Member 'FMovieSceneVector4KeyStruct::Vector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneVectorKeyStruct \ +static_assert(alignof(FMovieSceneVectorKeyStruct) == 0x000008, "Wrong alignment on FMovieSceneVectorKeyStruct"); \ +static_assert(sizeof(FMovieSceneVectorKeyStruct) == 0x000038, "Wrong size on FMovieSceneVectorKeyStruct"); \ +static_assert(offsetof(FMovieSceneVectorKeyStruct, Vector) == 0x000028, "Member 'FMovieSceneVectorKeyStruct::Vector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneActorReferenceKey \ +static_assert(alignof(FMovieSceneActorReferenceKey) == 0x000004, "Wrong alignment on FMovieSceneActorReferenceKey"); \ +static_assert(sizeof(FMovieSceneActorReferenceKey) == 0x000030, "Wrong size on FMovieSceneActorReferenceKey"); \ +static_assert(offsetof(FMovieSceneActorReferenceKey, Object) == 0x000000, "Member 'FMovieSceneActorReferenceKey::Object' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneActorReferenceKey, ComponentName) == 0x000018, "Member 'FMovieSceneActorReferenceKey::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneActorReferenceKey, SocketName) == 0x000024, "Member 'FMovieSceneActorReferenceKey::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneActorReferenceData \ +static_assert(alignof(FMovieSceneActorReferenceData) == 0x000008, "Wrong alignment on FMovieSceneActorReferenceData"); \ +static_assert(sizeof(FMovieSceneActorReferenceData) == 0x0000B8, "Wrong size on FMovieSceneActorReferenceData"); \ +static_assert(offsetof(FMovieSceneActorReferenceData, KeyTimes) == 0x000008, "Member 'FMovieSceneActorReferenceData::KeyTimes' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneActorReferenceData, DefaultValue) == 0x000018, "Member 'FMovieSceneActorReferenceData::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneActorReferenceData, KeyValues) == 0x000048, "Member 'FMovieSceneActorReferenceData::KeyValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneActorReferenceSectionTemplate \ +static_assert(alignof(FMovieSceneActorReferenceSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneActorReferenceSectionTemplate"); \ +static_assert(sizeof(FMovieSceneActorReferenceSectionTemplate) == 0x0000F8, "Wrong size on FMovieSceneActorReferenceSectionTemplate"); \ +static_assert(offsetof(FMovieSceneActorReferenceSectionTemplate, PropertyData) == 0x000020, "Member 'FMovieSceneActorReferenceSectionTemplate::PropertyData' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneActorReferenceSectionTemplate, ActorReferenceData) == 0x000040, "Member 'FMovieSceneActorReferenceSectionTemplate::ActorReferenceData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScene3DPathSectionTemplate \ +static_assert(alignof(FMovieScene3DPathSectionTemplate) == 0x000008, "Wrong alignment on FMovieScene3DPathSectionTemplate"); \ +static_assert(sizeof(FMovieScene3DPathSectionTemplate) == 0x0000E0, "Wrong size on FMovieScene3DPathSectionTemplate"); \ +static_assert(offsetof(FMovieScene3DPathSectionTemplate, PathBindingID) == 0x000020, "Member 'FMovieScene3DPathSectionTemplate::PathBindingID' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DPathSectionTemplate, TimingCurve) == 0x000038, "Member 'FMovieScene3DPathSectionTemplate::TimingCurve' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DPathSectionTemplate, FrontAxisEnum) == 0x0000D8, "Member 'FMovieScene3DPathSectionTemplate::FrontAxisEnum' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DPathSectionTemplate, UpAxisEnum) == 0x0000D9, "Member 'FMovieScene3DPathSectionTemplate::UpAxisEnum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTransformMask \ +static_assert(alignof(FMovieSceneTransformMask) == 0x000004, "Wrong alignment on FMovieSceneTransformMask"); \ +static_assert(sizeof(FMovieSceneTransformMask) == 0x000004, "Wrong size on FMovieSceneTransformMask"); \ +static_assert(offsetof(FMovieSceneTransformMask, Mask) == 0x000000, "Member 'FMovieSceneTransformMask::Mask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScene3DTransformKeyStruct \ +static_assert(alignof(FMovieScene3DTransformKeyStruct) == 0x000008, "Wrong alignment on FMovieScene3DTransformKeyStruct"); \ +static_assert(sizeof(FMovieScene3DTransformKeyStruct) == 0x000048, "Wrong size on FMovieScene3DTransformKeyStruct"); \ +static_assert(offsetof(FMovieScene3DTransformKeyStruct, Location) == 0x000008, "Member 'FMovieScene3DTransformKeyStruct::Location' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DTransformKeyStruct, Rotation) == 0x000014, "Member 'FMovieScene3DTransformKeyStruct::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DTransformKeyStruct, Scale) == 0x000020, "Member 'FMovieScene3DTransformKeyStruct::Scale' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DTransformKeyStruct, Time) == 0x00002C, "Member 'FMovieScene3DTransformKeyStruct::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScene3DScaleKeyStruct \ +static_assert(alignof(FMovieScene3DScaleKeyStruct) == 0x000008, "Wrong alignment on FMovieScene3DScaleKeyStruct"); \ +static_assert(sizeof(FMovieScene3DScaleKeyStruct) == 0x000030, "Wrong size on FMovieScene3DScaleKeyStruct"); \ +static_assert(offsetof(FMovieScene3DScaleKeyStruct, Scale) == 0x000008, "Member 'FMovieScene3DScaleKeyStruct::Scale' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DScaleKeyStruct, Time) == 0x000014, "Member 'FMovieScene3DScaleKeyStruct::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScene3DRotationKeyStruct \ +static_assert(alignof(FMovieScene3DRotationKeyStruct) == 0x000008, "Wrong alignment on FMovieScene3DRotationKeyStruct"); \ +static_assert(sizeof(FMovieScene3DRotationKeyStruct) == 0x000030, "Wrong size on FMovieScene3DRotationKeyStruct"); \ +static_assert(offsetof(FMovieScene3DRotationKeyStruct, Rotation) == 0x000008, "Member 'FMovieScene3DRotationKeyStruct::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DRotationKeyStruct, Time) == 0x000014, "Member 'FMovieScene3DRotationKeyStruct::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScene3DLocationKeyStruct \ +static_assert(alignof(FMovieScene3DLocationKeyStruct) == 0x000008, "Wrong alignment on FMovieScene3DLocationKeyStruct"); \ +static_assert(sizeof(FMovieScene3DLocationKeyStruct) == 0x000030, "Wrong size on FMovieScene3DLocationKeyStruct"); \ +static_assert(offsetof(FMovieScene3DLocationKeyStruct, Location) == 0x000008, "Member 'FMovieScene3DLocationKeyStruct::Location' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DLocationKeyStruct, Time) == 0x000014, "Member 'FMovieScene3DLocationKeyStruct::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneAudioSectionTemplate \ +static_assert(alignof(FMovieSceneAudioSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneAudioSectionTemplate"); \ +static_assert(sizeof(FMovieSceneAudioSectionTemplate) == 0x000028, "Wrong size on FMovieSceneAudioSectionTemplate"); \ +static_assert(offsetof(FMovieSceneAudioSectionTemplate, AudioSection) == 0x000020, "Member 'FMovieSceneAudioSectionTemplate::AudioSection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCameraAnimSectionData \ +static_assert(alignof(FMovieSceneCameraAnimSectionData) == 0x000008, "Wrong alignment on FMovieSceneCameraAnimSectionData"); \ +static_assert(sizeof(FMovieSceneCameraAnimSectionData) == 0x000020, "Wrong size on FMovieSceneCameraAnimSectionData"); \ +static_assert(offsetof(FMovieSceneCameraAnimSectionData, CameraAnim) == 0x000000, "Member 'FMovieSceneCameraAnimSectionData::CameraAnim' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraAnimSectionData, PlayRate) == 0x000008, "Member 'FMovieSceneCameraAnimSectionData::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraAnimSectionData, PlayScale) == 0x00000C, "Member 'FMovieSceneCameraAnimSectionData::PlayScale' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraAnimSectionData, BlendInTime) == 0x000010, "Member 'FMovieSceneCameraAnimSectionData::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraAnimSectionData, BlendOutTime) == 0x000014, "Member 'FMovieSceneCameraAnimSectionData::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraAnimSectionData, bLooping) == 0x000018, "Member 'FMovieSceneCameraAnimSectionData::bLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCameraAnimSectionTemplate \ +static_assert(alignof(FMovieSceneCameraAnimSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneCameraAnimSectionTemplate"); \ +static_assert(sizeof(FMovieSceneCameraAnimSectionTemplate) == 0x000048, "Wrong size on FMovieSceneCameraAnimSectionTemplate"); \ +static_assert(offsetof(FMovieSceneCameraAnimSectionTemplate, SourceData) == 0x000020, "Member 'FMovieSceneCameraAnimSectionTemplate::SourceData' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraAnimSectionTemplate, SectionStartTime) == 0x000040, "Member 'FMovieSceneCameraAnimSectionTemplate::SectionStartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCameraShakeSectionData \ +static_assert(alignof(FMovieSceneCameraShakeSectionData) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeSectionData"); \ +static_assert(sizeof(FMovieSceneCameraShakeSectionData) == 0x000020, "Wrong size on FMovieSceneCameraShakeSectionData"); \ +static_assert(offsetof(FMovieSceneCameraShakeSectionData, ShakeClass) == 0x000000, "Member 'FMovieSceneCameraShakeSectionData::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeSectionData, PlayScale) == 0x000008, "Member 'FMovieSceneCameraShakeSectionData::PlayScale' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeSectionData, PlaySpace) == 0x00000C, "Member 'FMovieSceneCameraShakeSectionData::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeSectionData, UserDefinedPlaySpace) == 0x000010, "Member 'FMovieSceneCameraShakeSectionData::UserDefinedPlaySpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCameraShakeSourceShakeSectionTemplate \ +static_assert(alignof(FMovieSceneCameraShakeSourceShakeSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeSourceShakeSectionTemplate"); \ +static_assert(sizeof(FMovieSceneCameraShakeSourceShakeSectionTemplate) == 0x000048, "Wrong size on FMovieSceneCameraShakeSourceShakeSectionTemplate"); \ +static_assert(offsetof(FMovieSceneCameraShakeSourceShakeSectionTemplate, SourceData) == 0x000020, "Member 'FMovieSceneCameraShakeSourceShakeSectionTemplate::SourceData' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeSourceShakeSectionTemplate, SectionStartTime) == 0x000040, "Member 'FMovieSceneCameraShakeSourceShakeSectionTemplate::SectionStartTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeSourceShakeSectionTemplate, SectionEndTime) == 0x000044, "Member 'FMovieSceneCameraShakeSourceShakeSectionTemplate::SectionEndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCameraShakeSourceTrigger \ +static_assert(alignof(FMovieSceneCameraShakeSourceTrigger) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeSourceTrigger"); \ +static_assert(sizeof(FMovieSceneCameraShakeSourceTrigger) == 0x000020, "Wrong size on FMovieSceneCameraShakeSourceTrigger"); \ +static_assert(offsetof(FMovieSceneCameraShakeSourceTrigger, ShakeClass) == 0x000000, "Member 'FMovieSceneCameraShakeSourceTrigger::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeSourceTrigger, PlayScale) == 0x000008, "Member 'FMovieSceneCameraShakeSourceTrigger::PlayScale' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeSourceTrigger, PlaySpace) == 0x00000C, "Member 'FMovieSceneCameraShakeSourceTrigger::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeSourceTrigger, UserDefinedPlaySpace) == 0x000010, "Member 'FMovieSceneCameraShakeSourceTrigger::UserDefinedPlaySpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCameraShakeSourceTriggerChannel \ +static_assert(alignof(FMovieSceneCameraShakeSourceTriggerChannel) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeSourceTriggerChannel"); \ +static_assert(sizeof(FMovieSceneCameraShakeSourceTriggerChannel) == 0x000088, "Wrong size on FMovieSceneCameraShakeSourceTriggerChannel"); \ +static_assert(offsetof(FMovieSceneCameraShakeSourceTriggerChannel, KeyTimes) == 0x000008, "Member 'FMovieSceneCameraShakeSourceTriggerChannel::KeyTimes' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeSourceTriggerChannel, KeyValues) == 0x000018, "Member 'FMovieSceneCameraShakeSourceTriggerChannel::KeyValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCameraShakeSourceTriggerSectionTemplate \ +static_assert(alignof(FMovieSceneCameraShakeSourceTriggerSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeSourceTriggerSectionTemplate"); \ +static_assert(sizeof(FMovieSceneCameraShakeSourceTriggerSectionTemplate) == 0x000040, "Wrong size on FMovieSceneCameraShakeSourceTriggerSectionTemplate"); \ +static_assert(offsetof(FMovieSceneCameraShakeSourceTriggerSectionTemplate, TriggerTimes) == 0x000020, "Member 'FMovieSceneCameraShakeSourceTriggerSectionTemplate::TriggerTimes' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeSourceTriggerSectionTemplate, TriggerValues) == 0x000030, "Member 'FMovieSceneCameraShakeSourceTriggerSectionTemplate::TriggerValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCameraShakeSectionTemplate \ +static_assert(alignof(FMovieSceneCameraShakeSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeSectionTemplate"); \ +static_assert(sizeof(FMovieSceneCameraShakeSectionTemplate) == 0x000048, "Wrong size on FMovieSceneCameraShakeSectionTemplate"); \ +static_assert(offsetof(FMovieSceneCameraShakeSectionTemplate, SourceData) == 0x000020, "Member 'FMovieSceneCameraShakeSectionTemplate::SourceData' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeSectionTemplate, SectionStartTime) == 0x000040, "Member 'FMovieSceneCameraShakeSectionTemplate::SectionStartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneColorSectionTemplate \ +static_assert(alignof(FMovieSceneColorSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneColorSectionTemplate"); \ +static_assert(sizeof(FMovieSceneColorSectionTemplate) == 0x0002C8, "Wrong size on FMovieSceneColorSectionTemplate"); \ +static_assert(offsetof(FMovieSceneColorSectionTemplate, Curves) == 0x000040, "Member 'FMovieSceneColorSectionTemplate::Curves' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneColorSectionTemplate, BlendType) == 0x0002C0, "Member 'FMovieSceneColorSectionTemplate::BlendType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventPtrs \ +static_assert(alignof(FMovieSceneEventPtrs) == 0x000008, "Wrong alignment on FMovieSceneEventPtrs"); \ +static_assert(sizeof(FMovieSceneEventPtrs) == 0x000028, "Wrong size on FMovieSceneEventPtrs"); \ +static_assert(offsetof(FMovieSceneEventPtrs, Function) == 0x000000, "Member 'FMovieSceneEventPtrs::Function' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEventPtrs, BoundObjectProperty) == 0x000008, "Member 'FMovieSceneEventPtrs::BoundObjectProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvent \ +static_assert(alignof(FMovieSceneEvent) == 0x000008, "Wrong alignment on FMovieSceneEvent"); \ +static_assert(sizeof(FMovieSceneEvent) == 0x000028, "Wrong size on FMovieSceneEvent"); \ +static_assert(offsetof(FMovieSceneEvent, Ptrs) == 0x000000, "Member 'FMovieSceneEvent::Ptrs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventPayloadVariable \ +static_assert(alignof(FMovieSceneEventPayloadVariable) == 0x000008, "Wrong alignment on FMovieSceneEventPayloadVariable"); \ +static_assert(sizeof(FMovieSceneEventPayloadVariable) == 0x000010, "Wrong size on FMovieSceneEventPayloadVariable"); \ +static_assert(offsetof(FMovieSceneEventPayloadVariable, Value) == 0x000000, "Member 'FMovieSceneEventPayloadVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventChannel \ +static_assert(alignof(FMovieSceneEventChannel) == 0x000008, "Wrong alignment on FMovieSceneEventChannel"); \ +static_assert(sizeof(FMovieSceneEventChannel) == 0x000088, "Wrong size on FMovieSceneEventChannel"); \ +static_assert(offsetof(FMovieSceneEventChannel, KeyTimes) == 0x000008, "Member 'FMovieSceneEventChannel::KeyTimes' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEventChannel, KeyValues) == 0x000018, "Member 'FMovieSceneEventChannel::KeyValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventTriggerData \ +static_assert(alignof(FMovieSceneEventTriggerData) == 0x000008, "Wrong alignment on FMovieSceneEventTriggerData"); \ +static_assert(sizeof(FMovieSceneEventTriggerData) == 0x000048, "Wrong size on FMovieSceneEventTriggerData"); \ +static_assert(offsetof(FMovieSceneEventTriggerData, Ptrs) == 0x000000, "Member 'FMovieSceneEventTriggerData::Ptrs' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEventTriggerData, ObjectBindingID) == 0x000028, "Member 'FMovieSceneEventTriggerData::ObjectBindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFadeSectionTemplate \ +static_assert(alignof(FMovieSceneFadeSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneFadeSectionTemplate"); \ +static_assert(sizeof(FMovieSceneFadeSectionTemplate) == 0x0000D8, "Wrong size on FMovieSceneFadeSectionTemplate"); \ +static_assert(offsetof(FMovieSceneFadeSectionTemplate, FadeCurve) == 0x000020, "Member 'FMovieSceneFadeSectionTemplate::FadeCurve' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFadeSectionTemplate, FadeColor) == 0x0000C0, "Member 'FMovieSceneFadeSectionTemplate::FadeColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneMaterialParameterCollectionTemplate \ +static_assert(alignof(FMovieSceneMaterialParameterCollectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneMaterialParameterCollectionTemplate"); \ +static_assert(sizeof(FMovieSceneMaterialParameterCollectionTemplate) == 0x000088, "Wrong size on FMovieSceneMaterialParameterCollectionTemplate"); \ +static_assert(offsetof(FMovieSceneMaterialParameterCollectionTemplate, MPC) == 0x000080, "Member 'FMovieSceneMaterialParameterCollectionTemplate::MPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneObjectPropertyTemplate \ +static_assert(alignof(FMovieSceneObjectPropertyTemplate) == 0x000008, "Wrong alignment on FMovieSceneObjectPropertyTemplate"); \ +static_assert(sizeof(FMovieSceneObjectPropertyTemplate) == 0x000108, "Wrong size on FMovieSceneObjectPropertyTemplate"); \ +static_assert(offsetof(FMovieSceneObjectPropertyTemplate, ObjectChannel) == 0x000040, "Member 'FMovieSceneObjectPropertyTemplate::ObjectChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneComponentMaterialSectionTemplate \ +static_assert(alignof(FMovieSceneComponentMaterialSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneComponentMaterialSectionTemplate"); \ +static_assert(sizeof(FMovieSceneComponentMaterialSectionTemplate) == 0x000088, "Wrong size on FMovieSceneComponentMaterialSectionTemplate"); \ +static_assert(offsetof(FMovieSceneComponentMaterialSectionTemplate, MaterialIndex) == 0x000080, "Member 'FMovieSceneComponentMaterialSectionTemplate::MaterialIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneParticleParameterSectionTemplate \ +static_assert(alignof(FMovieSceneParticleParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneParticleParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneParticleParameterSectionTemplate) == 0x000080, "Wrong size on FMovieSceneParticleParameterSectionTemplate"); \ + +#define DUMPER7_ASSERTS_FMovieSceneParticleChannel \ +static_assert(alignof(FMovieSceneParticleChannel) == 0x000008, "Wrong alignment on FMovieSceneParticleChannel"); \ +static_assert(sizeof(FMovieSceneParticleChannel) == 0x000098, "Wrong size on FMovieSceneParticleChannel"); \ + +#define DUMPER7_ASSERTS_FMovieSceneParticleSectionTemplate \ +static_assert(alignof(FMovieSceneParticleSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneParticleSectionTemplate"); \ +static_assert(sizeof(FMovieSceneParticleSectionTemplate) == 0x0000B8, "Wrong size on FMovieSceneParticleSectionTemplate"); \ +static_assert(offsetof(FMovieSceneParticleSectionTemplate, ParticleKeys) == 0x000020, "Member 'FMovieSceneParticleSectionTemplate::ParticleKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScenePrimitiveMaterialTemplate \ +static_assert(alignof(FMovieScenePrimitiveMaterialTemplate) == 0x000008, "Wrong alignment on FMovieScenePrimitiveMaterialTemplate"); \ +static_assert(sizeof(FMovieScenePrimitiveMaterialTemplate) == 0x0000F0, "Wrong size on FMovieScenePrimitiveMaterialTemplate"); \ +static_assert(offsetof(FMovieScenePrimitiveMaterialTemplate, MaterialIndex) == 0x000020, "Member 'FMovieScenePrimitiveMaterialTemplate::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePrimitiveMaterialTemplate, MaterialChannel) == 0x000028, "Member 'FMovieScenePrimitiveMaterialTemplate::MaterialChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneStringPropertySectionTemplate \ +static_assert(alignof(FMovieSceneStringPropertySectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneStringPropertySectionTemplate"); \ +static_assert(sizeof(FMovieSceneStringPropertySectionTemplate) == 0x0000E0, "Wrong size on FMovieSceneStringPropertySectionTemplate"); \ +static_assert(offsetof(FMovieSceneStringPropertySectionTemplate, StringCurve) == 0x000040, "Member 'FMovieSceneStringPropertySectionTemplate::StringCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneBoolPropertySectionTemplate \ +static_assert(alignof(FMovieSceneBoolPropertySectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneBoolPropertySectionTemplate"); \ +static_assert(sizeof(FMovieSceneBoolPropertySectionTemplate) == 0x0000D0, "Wrong size on FMovieSceneBoolPropertySectionTemplate"); \ +static_assert(offsetof(FMovieSceneBoolPropertySectionTemplate, BoolCurve) == 0x000040, "Member 'FMovieSceneBoolPropertySectionTemplate::BoolCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSkeletalAnimationParams \ +static_assert(alignof(FMovieSceneSkeletalAnimationParams) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimationParams"); \ +static_assert(sizeof(FMovieSceneSkeletalAnimationParams) == 0x0000D8, "Wrong size on FMovieSceneSkeletalAnimationParams"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, Animation) == 0x000000, "Member 'FMovieSceneSkeletalAnimationParams::Animation' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, FirstLoopStartFrameOffset) == 0x000008, "Member 'FMovieSceneSkeletalAnimationParams::FirstLoopStartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, StartFrameOffset) == 0x00000C, "Member 'FMovieSceneSkeletalAnimationParams::StartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, EndFrameOffset) == 0x000010, "Member 'FMovieSceneSkeletalAnimationParams::EndFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, PlayRate) == 0x000014, "Member 'FMovieSceneSkeletalAnimationParams::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, SlotName) == 0x00001C, "Member 'FMovieSceneSkeletalAnimationParams::SlotName' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, Weight) == 0x000028, "Member 'FMovieSceneSkeletalAnimationParams::Weight' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, bSkipAnimNotifiers) == 0x0000C8, "Member 'FMovieSceneSkeletalAnimationParams::bSkipAnimNotifiers' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, bForceCustomMode) == 0x0000C9, "Member 'FMovieSceneSkeletalAnimationParams::bForceCustomMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, StartOffset) == 0x0000CC, "Member 'FMovieSceneSkeletalAnimationParams::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, EndOffset) == 0x0000D0, "Member 'FMovieSceneSkeletalAnimationParams::EndOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSkeletalAnimationSectionTemplateParameters \ +static_assert(alignof(FMovieSceneSkeletalAnimationSectionTemplateParameters) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimationSectionTemplateParameters"); \ +static_assert(sizeof(FMovieSceneSkeletalAnimationSectionTemplateParameters) == 0x0000E0, "Wrong size on FMovieSceneSkeletalAnimationSectionTemplateParameters"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationSectionTemplateParameters, SectionStartTime) == 0x0000D8, "Member 'FMovieSceneSkeletalAnimationSectionTemplateParameters::SectionStartTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationSectionTemplateParameters, SectionEndTime) == 0x0000DC, "Member 'FMovieSceneSkeletalAnimationSectionTemplateParameters::SectionEndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSkeletalAnimationSectionTemplate \ +static_assert(alignof(FMovieSceneSkeletalAnimationSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimationSectionTemplate"); \ +static_assert(sizeof(FMovieSceneSkeletalAnimationSectionTemplate) == 0x000100, "Wrong size on FMovieSceneSkeletalAnimationSectionTemplate"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationSectionTemplate, Params) == 0x000020, "Member 'FMovieSceneSkeletalAnimationSectionTemplate::Params' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSkeletalAnimRootMotionTrackParams \ +static_assert(alignof(FMovieSceneSkeletalAnimRootMotionTrackParams) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimRootMotionTrackParams"); \ +static_assert(sizeof(FMovieSceneSkeletalAnimRootMotionTrackParams) == 0x000030, "Wrong size on FMovieSceneSkeletalAnimRootMotionTrackParams"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSlomoSectionTemplate \ +static_assert(alignof(FMovieSceneSlomoSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneSlomoSectionTemplate"); \ +static_assert(sizeof(FMovieSceneSlomoSectionTemplate) == 0x0000C0, "Wrong size on FMovieSceneSlomoSectionTemplate"); \ +static_assert(offsetof(FMovieSceneSlomoSectionTemplate, SlomoCurve) == 0x000020, "Member 'FMovieSceneSlomoSectionTemplate::SlomoCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelVisibilityComponentData \ +static_assert(alignof(FLevelVisibilityComponentData) == 0x000008, "Wrong alignment on FLevelVisibilityComponentData"); \ +static_assert(sizeof(FLevelVisibilityComponentData) == 0x000008, "Wrong size on FLevelVisibilityComponentData"); \ +static_assert(offsetof(FLevelVisibilityComponentData, Section) == 0x000000, "Member 'FLevelVisibilityComponentData::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneVector2DKeyStruct \ +static_assert(alignof(FMovieSceneVector2DKeyStruct) == 0x000008, "Wrong alignment on FMovieSceneVector2DKeyStruct"); \ +static_assert(sizeof(FMovieSceneVector2DKeyStruct) == 0x000030, "Wrong size on FMovieSceneVector2DKeyStruct"); \ +static_assert(offsetof(FMovieSceneVector2DKeyStruct, Vector) == 0x000028, "Member 'FMovieSceneVector2DKeyStruct::Vector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneVisibilitySectionTemplate \ +static_assert(alignof(FMovieSceneVisibilitySectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneVisibilitySectionTemplate"); \ +static_assert(sizeof(FMovieSceneVisibilitySectionTemplate) == 0x0000D0, "Wrong size on FMovieSceneVisibilitySectionTemplate"); \ + +#define DUMPER7_ASSERTS_MovieSceneTransformOrigin_BP_GetTransformOrigin \ +static_assert(alignof(MovieSceneTransformOrigin_BP_GetTransformOrigin) == 0x000010, "Wrong alignment on MovieSceneTransformOrigin_BP_GetTransformOrigin"); \ +static_assert(sizeof(MovieSceneTransformOrigin_BP_GetTransformOrigin) == 0x000030, "Wrong size on MovieSceneTransformOrigin_BP_GetTransformOrigin"); \ +static_assert(offsetof(MovieSceneTransformOrigin_BP_GetTransformOrigin, ReturnValue) == 0x000000, "Member 'MovieSceneTransformOrigin_BP_GetTransformOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneTransformOrigin \ +static_assert(alignof(IMovieSceneTransformOrigin) == 0x000001, "Wrong alignment on IMovieSceneTransformOrigin"); \ +static_assert(sizeof(IMovieSceneTransformOrigin) == 0x000001, "Wrong size on IMovieSceneTransformOrigin"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBaseValueEvaluatorSystem \ +static_assert(alignof(UMovieSceneBaseValueEvaluatorSystem) == 0x000008, "Wrong alignment on UMovieSceneBaseValueEvaluatorSystem"); \ +static_assert(sizeof(UMovieSceneBaseValueEvaluatorSystem) == 0x000048, "Wrong size on UMovieSceneBaseValueEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePropertyTrack \ +static_assert(alignof(UMovieScenePropertyTrack) == 0x000008, "Wrong alignment on UMovieScenePropertyTrack"); \ +static_assert(sizeof(UMovieScenePropertyTrack) == 0x0000D0, "Wrong size on UMovieScenePropertyTrack"); \ +static_assert(offsetof(UMovieScenePropertyTrack, SectionToKey) == 0x000098, "Member 'UMovieScenePropertyTrack::SectionToKey' has a wrong offset!"); \ +static_assert(offsetof(UMovieScenePropertyTrack, PropertyBinding) == 0x0000A0, "Member 'UMovieScenePropertyTrack::PropertyBinding' has a wrong offset!"); \ +static_assert(offsetof(UMovieScenePropertyTrack, Sections) == 0x0000C0, "Member 'UMovieScenePropertyTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScene3DConstraintSection_SetConstraintBindingID \ +static_assert(alignof(MovieScene3DConstraintSection_SetConstraintBindingID) == 0x000004, "Wrong alignment on MovieScene3DConstraintSection_SetConstraintBindingID"); \ +static_assert(sizeof(MovieScene3DConstraintSection_SetConstraintBindingID) == 0x000018, "Wrong size on MovieScene3DConstraintSection_SetConstraintBindingID"); \ +static_assert(offsetof(MovieScene3DConstraintSection_SetConstraintBindingID, InConstraintBindingID) == 0x000000, "Member 'MovieScene3DConstraintSection_SetConstraintBindingID::InConstraintBindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScene3DConstraintSection_GetConstraintBindingID \ +static_assert(alignof(MovieScene3DConstraintSection_GetConstraintBindingID) == 0x000004, "Wrong alignment on MovieScene3DConstraintSection_GetConstraintBindingID"); \ +static_assert(sizeof(MovieScene3DConstraintSection_GetConstraintBindingID) == 0x000018, "Wrong size on MovieScene3DConstraintSection_GetConstraintBindingID"); \ +static_assert(offsetof(MovieScene3DConstraintSection_GetConstraintBindingID, ReturnValue) == 0x000000, "Member 'MovieScene3DConstraintSection_GetConstraintBindingID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DConstraintSection \ +static_assert(alignof(UMovieScene3DConstraintSection) == 0x000008, "Wrong alignment on UMovieScene3DConstraintSection"); \ +static_assert(sizeof(UMovieScene3DConstraintSection) == 0x000118, "Wrong size on UMovieScene3DConstraintSection"); \ +static_assert(offsetof(UMovieScene3DConstraintSection, ConstraintId) == 0x0000F0, "Member 'UMovieScene3DConstraintSection::ConstraintId' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DConstraintSection, ConstraintBindingID) == 0x000100, "Member 'UMovieScene3DConstraintSection::ConstraintBindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DAttachSection \ +static_assert(alignof(UMovieScene3DAttachSection) == 0x000008, "Wrong alignment on UMovieScene3DAttachSection"); \ +static_assert(sizeof(UMovieScene3DAttachSection) == 0x000140, "Wrong size on UMovieScene3DAttachSection"); \ +static_assert(offsetof(UMovieScene3DAttachSection, AttachSocketName) == 0x000120, "Member 'UMovieScene3DAttachSection::AttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, AttachComponentName) == 0x00012C, "Member 'UMovieScene3DAttachSection::AttachComponentName' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, AttachmentLocationRule) == 0x000138, "Member 'UMovieScene3DAttachSection::AttachmentLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, AttachmentRotationRule) == 0x000139, "Member 'UMovieScene3DAttachSection::AttachmentRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, AttachmentScaleRule) == 0x00013A, "Member 'UMovieScene3DAttachSection::AttachmentScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, DetachmentLocationRule) == 0x00013B, "Member 'UMovieScene3DAttachSection::DetachmentLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, DetachmentRotationRule) == 0x00013C, "Member 'UMovieScene3DAttachSection::DetachmentRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, DetachmentScaleRule) == 0x00013D, "Member 'UMovieScene3DAttachSection::DetachmentScaleRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeEvaluator \ +static_assert(alignof(UMovieSceneCameraShakeEvaluator) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeEvaluator"); \ +static_assert(sizeof(UMovieSceneCameraShakeEvaluator) == 0x000030, "Wrong size on UMovieSceneCameraShakeEvaluator"); \ + +#define DUMPER7_ASSERTS_UIntegerChannelEvaluatorSystem \ +static_assert(alignof(UIntegerChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UIntegerChannelEvaluatorSystem"); \ +static_assert(sizeof(UIntegerChannelEvaluatorSystem) == 0x000048, "Wrong size on UIntegerChannelEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneVectorSection \ +static_assert(alignof(UMovieSceneVectorSection) == 0x000008, "Wrong alignment on UMovieSceneVectorSection"); \ +static_assert(sizeof(UMovieSceneVectorSection) == 0x000380, "Wrong size on UMovieSceneVectorSection"); \ +static_assert(offsetof(UMovieSceneVectorSection, Curves) == 0x0000F8, "Member 'UMovieSceneVectorSection::Curves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneVectorSection, ChannelsUsed) == 0x000378, "Member 'UMovieSceneVectorSection::ChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScenePropertySystem \ +static_assert(alignof(UMovieScenePropertySystem) == 0x000008, "Wrong alignment on UMovieScenePropertySystem"); \ +static_assert(sizeof(UMovieScenePropertySystem) == 0x000060, "Wrong size on UMovieScenePropertySystem"); \ +static_assert(offsetof(UMovieScenePropertySystem, InstantiatorSystem) == 0x000050, "Member 'UMovieScenePropertySystem::InstantiatorSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBoolPropertySystem \ +static_assert(alignof(UMovieSceneBoolPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneBoolPropertySystem"); \ +static_assert(sizeof(UMovieSceneBoolPropertySystem) == 0x000060, "Wrong size on UMovieSceneBoolPropertySystem"); \ + +#define DUMPER7_ASSERTS_MovieSceneParameterSection_AddBoolParameterKey \ +static_assert(alignof(MovieSceneParameterSection_AddBoolParameterKey) == 0x000004, "Wrong alignment on MovieSceneParameterSection_AddBoolParameterKey"); \ +static_assert(sizeof(MovieSceneParameterSection_AddBoolParameterKey) == 0x000014, "Wrong size on MovieSceneParameterSection_AddBoolParameterKey"); \ +static_assert(offsetof(MovieSceneParameterSection_AddBoolParameterKey, InParameterName) == 0x000000, "Member 'MovieSceneParameterSection_AddBoolParameterKey::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_AddBoolParameterKey, InTime) == 0x00000C, "Member 'MovieSceneParameterSection_AddBoolParameterKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_AddBoolParameterKey, InValue) == 0x000010, "Member 'MovieSceneParameterSection_AddBoolParameterKey::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneParameterSection_AddColorParameterKey \ +static_assert(alignof(MovieSceneParameterSection_AddColorParameterKey) == 0x000004, "Wrong alignment on MovieSceneParameterSection_AddColorParameterKey"); \ +static_assert(sizeof(MovieSceneParameterSection_AddColorParameterKey) == 0x000020, "Wrong size on MovieSceneParameterSection_AddColorParameterKey"); \ +static_assert(offsetof(MovieSceneParameterSection_AddColorParameterKey, InParameterName) == 0x000000, "Member 'MovieSceneParameterSection_AddColorParameterKey::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_AddColorParameterKey, InTime) == 0x00000C, "Member 'MovieSceneParameterSection_AddColorParameterKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_AddColorParameterKey, InValue) == 0x000010, "Member 'MovieSceneParameterSection_AddColorParameterKey::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneParameterSection_AddScalarParameterKey \ +static_assert(alignof(MovieSceneParameterSection_AddScalarParameterKey) == 0x000004, "Wrong alignment on MovieSceneParameterSection_AddScalarParameterKey"); \ +static_assert(sizeof(MovieSceneParameterSection_AddScalarParameterKey) == 0x000014, "Wrong size on MovieSceneParameterSection_AddScalarParameterKey"); \ +static_assert(offsetof(MovieSceneParameterSection_AddScalarParameterKey, InParameterName) == 0x000000, "Member 'MovieSceneParameterSection_AddScalarParameterKey::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_AddScalarParameterKey, InTime) == 0x00000C, "Member 'MovieSceneParameterSection_AddScalarParameterKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_AddScalarParameterKey, InValue) == 0x000010, "Member 'MovieSceneParameterSection_AddScalarParameterKey::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneParameterSection_AddTransformParameterKey \ +static_assert(alignof(MovieSceneParameterSection_AddTransformParameterKey) == 0x000010, "Wrong alignment on MovieSceneParameterSection_AddTransformParameterKey"); \ +static_assert(sizeof(MovieSceneParameterSection_AddTransformParameterKey) == 0x000040, "Wrong size on MovieSceneParameterSection_AddTransformParameterKey"); \ +static_assert(offsetof(MovieSceneParameterSection_AddTransformParameterKey, InParameterName) == 0x000000, "Member 'MovieSceneParameterSection_AddTransformParameterKey::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_AddTransformParameterKey, InTime) == 0x00000C, "Member 'MovieSceneParameterSection_AddTransformParameterKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_AddTransformParameterKey, InValue) == 0x000010, "Member 'MovieSceneParameterSection_AddTransformParameterKey::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneParameterSection_AddVector2DParameterKey \ +static_assert(alignof(MovieSceneParameterSection_AddVector2DParameterKey) == 0x000004, "Wrong alignment on MovieSceneParameterSection_AddVector2DParameterKey"); \ +static_assert(sizeof(MovieSceneParameterSection_AddVector2DParameterKey) == 0x000018, "Wrong size on MovieSceneParameterSection_AddVector2DParameterKey"); \ +static_assert(offsetof(MovieSceneParameterSection_AddVector2DParameterKey, InParameterName) == 0x000000, "Member 'MovieSceneParameterSection_AddVector2DParameterKey::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_AddVector2DParameterKey, InTime) == 0x00000C, "Member 'MovieSceneParameterSection_AddVector2DParameterKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_AddVector2DParameterKey, InValue) == 0x000010, "Member 'MovieSceneParameterSection_AddVector2DParameterKey::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneParameterSection_AddVectorParameterKey \ +static_assert(alignof(MovieSceneParameterSection_AddVectorParameterKey) == 0x000004, "Wrong alignment on MovieSceneParameterSection_AddVectorParameterKey"); \ +static_assert(sizeof(MovieSceneParameterSection_AddVectorParameterKey) == 0x00001C, "Wrong size on MovieSceneParameterSection_AddVectorParameterKey"); \ +static_assert(offsetof(MovieSceneParameterSection_AddVectorParameterKey, InParameterName) == 0x000000, "Member 'MovieSceneParameterSection_AddVectorParameterKey::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_AddVectorParameterKey, InTime) == 0x00000C, "Member 'MovieSceneParameterSection_AddVectorParameterKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_AddVectorParameterKey, InValue) == 0x000010, "Member 'MovieSceneParameterSection_AddVectorParameterKey::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneParameterSection_RemoveBoolParameter \ +static_assert(alignof(MovieSceneParameterSection_RemoveBoolParameter) == 0x000004, "Wrong alignment on MovieSceneParameterSection_RemoveBoolParameter"); \ +static_assert(sizeof(MovieSceneParameterSection_RemoveBoolParameter) == 0x000010, "Wrong size on MovieSceneParameterSection_RemoveBoolParameter"); \ +static_assert(offsetof(MovieSceneParameterSection_RemoveBoolParameter, InParameterName) == 0x000000, "Member 'MovieSceneParameterSection_RemoveBoolParameter::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_RemoveBoolParameter, ReturnValue) == 0x00000C, "Member 'MovieSceneParameterSection_RemoveBoolParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneParameterSection_RemoveColorParameter \ +static_assert(alignof(MovieSceneParameterSection_RemoveColorParameter) == 0x000004, "Wrong alignment on MovieSceneParameterSection_RemoveColorParameter"); \ +static_assert(sizeof(MovieSceneParameterSection_RemoveColorParameter) == 0x000010, "Wrong size on MovieSceneParameterSection_RemoveColorParameter"); \ +static_assert(offsetof(MovieSceneParameterSection_RemoveColorParameter, InParameterName) == 0x000000, "Member 'MovieSceneParameterSection_RemoveColorParameter::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_RemoveColorParameter, ReturnValue) == 0x00000C, "Member 'MovieSceneParameterSection_RemoveColorParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneParameterSection_RemoveScalarParameter \ +static_assert(alignof(MovieSceneParameterSection_RemoveScalarParameter) == 0x000004, "Wrong alignment on MovieSceneParameterSection_RemoveScalarParameter"); \ +static_assert(sizeof(MovieSceneParameterSection_RemoveScalarParameter) == 0x000010, "Wrong size on MovieSceneParameterSection_RemoveScalarParameter"); \ +static_assert(offsetof(MovieSceneParameterSection_RemoveScalarParameter, InParameterName) == 0x000000, "Member 'MovieSceneParameterSection_RemoveScalarParameter::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_RemoveScalarParameter, ReturnValue) == 0x00000C, "Member 'MovieSceneParameterSection_RemoveScalarParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneParameterSection_RemoveTransformParameter \ +static_assert(alignof(MovieSceneParameterSection_RemoveTransformParameter) == 0x000004, "Wrong alignment on MovieSceneParameterSection_RemoveTransformParameter"); \ +static_assert(sizeof(MovieSceneParameterSection_RemoveTransformParameter) == 0x000010, "Wrong size on MovieSceneParameterSection_RemoveTransformParameter"); \ +static_assert(offsetof(MovieSceneParameterSection_RemoveTransformParameter, InParameterName) == 0x000000, "Member 'MovieSceneParameterSection_RemoveTransformParameter::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_RemoveTransformParameter, ReturnValue) == 0x00000C, "Member 'MovieSceneParameterSection_RemoveTransformParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneParameterSection_RemoveVector2DParameter \ +static_assert(alignof(MovieSceneParameterSection_RemoveVector2DParameter) == 0x000004, "Wrong alignment on MovieSceneParameterSection_RemoveVector2DParameter"); \ +static_assert(sizeof(MovieSceneParameterSection_RemoveVector2DParameter) == 0x000010, "Wrong size on MovieSceneParameterSection_RemoveVector2DParameter"); \ +static_assert(offsetof(MovieSceneParameterSection_RemoveVector2DParameter, InParameterName) == 0x000000, "Member 'MovieSceneParameterSection_RemoveVector2DParameter::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_RemoveVector2DParameter, ReturnValue) == 0x00000C, "Member 'MovieSceneParameterSection_RemoveVector2DParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneParameterSection_RemoveVectorParameter \ +static_assert(alignof(MovieSceneParameterSection_RemoveVectorParameter) == 0x000004, "Wrong alignment on MovieSceneParameterSection_RemoveVectorParameter"); \ +static_assert(sizeof(MovieSceneParameterSection_RemoveVectorParameter) == 0x000010, "Wrong size on MovieSceneParameterSection_RemoveVectorParameter"); \ +static_assert(offsetof(MovieSceneParameterSection_RemoveVectorParameter, InParameterName) == 0x000000, "Member 'MovieSceneParameterSection_RemoveVectorParameter::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_RemoveVectorParameter, ReturnValue) == 0x00000C, "Member 'MovieSceneParameterSection_RemoveVectorParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneParameterSection_GetParameterNames \ +static_assert(alignof(MovieSceneParameterSection_GetParameterNames) == 0x000008, "Wrong alignment on MovieSceneParameterSection_GetParameterNames"); \ +static_assert(sizeof(MovieSceneParameterSection_GetParameterNames) == 0x000050, "Wrong size on MovieSceneParameterSection_GetParameterNames"); \ +static_assert(offsetof(MovieSceneParameterSection_GetParameterNames, ParameterNames) == 0x000000, "Member 'MovieSceneParameterSection_GetParameterNames::ParameterNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneParameterSection \ +static_assert(alignof(UMovieSceneParameterSection) == 0x000008, "Wrong alignment on UMovieSceneParameterSection"); \ +static_assert(sizeof(UMovieSceneParameterSection) == 0x000150, "Wrong size on UMovieSceneParameterSection"); \ +static_assert(offsetof(UMovieSceneParameterSection, BoolParameterNamesAndCurves) == 0x0000F0, "Member 'UMovieSceneParameterSection::BoolParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneParameterSection, ScalarParameterNamesAndCurves) == 0x000100, "Member 'UMovieSceneParameterSection::ScalarParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneParameterSection, Vector2DParameterNamesAndCurves) == 0x000110, "Member 'UMovieSceneParameterSection::Vector2DParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneParameterSection, VectorParameterNamesAndCurves) == 0x000120, "Member 'UMovieSceneParameterSection::VectorParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneParameterSection, ColorParameterNamesAndCurves) == 0x000130, "Member 'UMovieSceneParameterSection::ColorParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneParameterSection, TransformParameterNamesAndCurves) == 0x000140, "Member 'UMovieSceneParameterSection::TransformParameterNamesAndCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UByteChannelEvaluatorSystem \ +static_assert(alignof(UByteChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UByteChannelEvaluatorSystem"); \ +static_assert(sizeof(UByteChannelEvaluatorSystem) == 0x000048, "Wrong size on UByteChannelEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UFloatChannelEvaluatorSystem \ +static_assert(alignof(UFloatChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UFloatChannelEvaluatorSystem"); \ +static_assert(sizeof(UFloatChannelEvaluatorSystem) == 0x000048, "Wrong size on UFloatChannelEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DConstraintTrack \ +static_assert(alignof(UMovieScene3DConstraintTrack) == 0x000008, "Wrong alignment on UMovieScene3DConstraintTrack"); \ +static_assert(sizeof(UMovieScene3DConstraintTrack) == 0x0000A8, "Wrong size on UMovieScene3DConstraintTrack"); \ +static_assert(offsetof(UMovieScene3DConstraintTrack, ConstraintSections) == 0x000098, "Member 'UMovieScene3DConstraintTrack::ConstraintSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DAttachTrack \ +static_assert(alignof(UMovieScene3DAttachTrack) == 0x000008, "Wrong alignment on UMovieScene3DAttachTrack"); \ +static_assert(sizeof(UMovieScene3DAttachTrack) == 0x0000A8, "Wrong size on UMovieScene3DAttachTrack"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DPathSection \ +static_assert(alignof(UMovieScene3DPathSection) == 0x000008, "Wrong alignment on UMovieScene3DPathSection"); \ +static_assert(sizeof(UMovieScene3DPathSection) == 0x0001C0, "Wrong size on UMovieScene3DPathSection"); \ +static_assert(offsetof(UMovieScene3DPathSection, TimingCurve) == 0x000118, "Member 'UMovieScene3DPathSection::TimingCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DPathSection, FrontAxisEnum) == 0x0001B8, "Member 'UMovieScene3DPathSection::FrontAxisEnum' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DPathSection, UpAxisEnum) == 0x0001B9, "Member 'UMovieScene3DPathSection::UpAxisEnum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DPathTrack \ +static_assert(alignof(UMovieScene3DPathTrack) == 0x000008, "Wrong alignment on UMovieScene3DPathTrack"); \ +static_assert(sizeof(UMovieScene3DPathTrack) == 0x0000B0, "Wrong size on UMovieScene3DPathTrack"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DTransformPropertySystem \ +static_assert(alignof(UMovieScene3DTransformPropertySystem) == 0x000008, "Wrong alignment on UMovieScene3DTransformPropertySystem"); \ +static_assert(sizeof(UMovieScene3DTransformPropertySystem) == 0x000060, "Wrong size on UMovieScene3DTransformPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DTransformSection \ +static_assert(alignof(UMovieScene3DTransformSection) == 0x000008, "Wrong alignment on UMovieScene3DTransformSection"); \ +static_assert(sizeof(UMovieScene3DTransformSection) == 0x000748, "Wrong size on UMovieScene3DTransformSection"); \ +static_assert(offsetof(UMovieScene3DTransformSection, TransformMask) == 0x0000F8, "Member 'UMovieScene3DTransformSection::TransformMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DTransformSection, Translation) == 0x000100, "Member 'UMovieScene3DTransformSection::Translation' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DTransformSection, Rotation) == 0x0002E0, "Member 'UMovieScene3DTransformSection::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DTransformSection, Scale) == 0x0004C0, "Member 'UMovieScene3DTransformSection::Scale' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DTransformSection, ManualWeight) == 0x0006A0, "Member 'UMovieScene3DTransformSection::ManualWeight' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DTransformSection, bUseQuaternionInterpolation) == 0x000740, "Member 'UMovieScene3DTransformSection::bUseQuaternionInterpolation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DTransformTrack \ +static_assert(alignof(UMovieScene3DTransformTrack) == 0x000008, "Wrong alignment on UMovieScene3DTransformTrack"); \ +static_assert(sizeof(UMovieScene3DTransformTrack) == 0x0000D0, "Wrong size on UMovieScene3DTransformTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneActorReferenceSection \ +static_assert(alignof(UMovieSceneActorReferenceSection) == 0x000008, "Wrong alignment on UMovieSceneActorReferenceSection"); \ +static_assert(sizeof(UMovieSceneActorReferenceSection) == 0x000238, "Wrong size on UMovieSceneActorReferenceSection"); \ +static_assert(offsetof(UMovieSceneActorReferenceSection, ActorReferenceData) == 0x0000F0, "Member 'UMovieSceneActorReferenceSection::ActorReferenceData' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneActorReferenceSection, ActorGuidIndexCurve) == 0x0001A8, "Member 'UMovieSceneActorReferenceSection::ActorGuidIndexCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneActorReferenceSection, ActorGuidStrings) == 0x000228, "Member 'UMovieSceneActorReferenceSection::ActorGuidStrings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneStringTrack \ +static_assert(alignof(UMovieSceneStringTrack) == 0x000008, "Wrong alignment on UMovieSceneStringTrack"); \ +static_assert(sizeof(UMovieSceneStringTrack) == 0x0000D8, "Wrong size on UMovieSceneStringTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneActorReferenceTrack \ +static_assert(alignof(UMovieSceneActorReferenceTrack) == 0x000008, "Wrong alignment on UMovieSceneActorReferenceTrack"); \ +static_assert(sizeof(UMovieSceneActorReferenceTrack) == 0x0000D8, "Wrong size on UMovieSceneActorReferenceTrack"); \ + +#define DUMPER7_ASSERTS_MovieSceneAudioSection_SetSound \ +static_assert(alignof(MovieSceneAudioSection_SetSound) == 0x000008, "Wrong alignment on MovieSceneAudioSection_SetSound"); \ +static_assert(sizeof(MovieSceneAudioSection_SetSound) == 0x000008, "Wrong size on MovieSceneAudioSection_SetSound"); \ +static_assert(offsetof(MovieSceneAudioSection_SetSound, InSound) == 0x000000, "Member 'MovieSceneAudioSection_SetSound::InSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAudioSection_SetStartOffset \ +static_assert(alignof(MovieSceneAudioSection_SetStartOffset) == 0x000004, "Wrong alignment on MovieSceneAudioSection_SetStartOffset"); \ +static_assert(sizeof(MovieSceneAudioSection_SetStartOffset) == 0x000004, "Wrong size on MovieSceneAudioSection_SetStartOffset"); \ +static_assert(offsetof(MovieSceneAudioSection_SetStartOffset, InStartOffset) == 0x000000, "Member 'MovieSceneAudioSection_SetStartOffset::InStartOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAudioSection_GetSound \ +static_assert(alignof(MovieSceneAudioSection_GetSound) == 0x000008, "Wrong alignment on MovieSceneAudioSection_GetSound"); \ +static_assert(sizeof(MovieSceneAudioSection_GetSound) == 0x000008, "Wrong size on MovieSceneAudioSection_GetSound"); \ +static_assert(offsetof(MovieSceneAudioSection_GetSound, ReturnValue) == 0x000000, "Member 'MovieSceneAudioSection_GetSound::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAudioSection_GetStartOffset \ +static_assert(alignof(MovieSceneAudioSection_GetStartOffset) == 0x000004, "Wrong alignment on MovieSceneAudioSection_GetStartOffset"); \ +static_assert(sizeof(MovieSceneAudioSection_GetStartOffset) == 0x000004, "Wrong size on MovieSceneAudioSection_GetStartOffset"); \ +static_assert(offsetof(MovieSceneAudioSection_GetStartOffset, ReturnValue) == 0x000000, "Member 'MovieSceneAudioSection_GetStartOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneAudioSection \ +static_assert(alignof(UMovieSceneAudioSection) == 0x000008, "Wrong alignment on UMovieSceneAudioSection"); \ +static_assert(sizeof(UMovieSceneAudioSection) == 0x000350, "Wrong size on UMovieSceneAudioSection"); \ +static_assert(offsetof(UMovieSceneAudioSection, Sound) == 0x0000F0, "Member 'UMovieSceneAudioSection::Sound' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, StartFrameOffset) == 0x0000F8, "Member 'UMovieSceneAudioSection::StartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, StartOffset) == 0x0000FC, "Member 'UMovieSceneAudioSection::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, AudioStartTime) == 0x000100, "Member 'UMovieSceneAudioSection::AudioStartTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, AudioDilationFactor) == 0x000104, "Member 'UMovieSceneAudioSection::AudioDilationFactor' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, AudioVolume) == 0x000108, "Member 'UMovieSceneAudioSection::AudioVolume' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, SoundVolume) == 0x000110, "Member 'UMovieSceneAudioSection::SoundVolume' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, PitchMultiplier) == 0x0001B0, "Member 'UMovieSceneAudioSection::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, AttachActorData) == 0x000250, "Member 'UMovieSceneAudioSection::AttachActorData' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, bLooping) == 0x000308, "Member 'UMovieSceneAudioSection::bLooping' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, bSuppressSubtitles) == 0x000309, "Member 'UMovieSceneAudioSection::bSuppressSubtitles' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, bOverrideAttenuation) == 0x00030A, "Member 'UMovieSceneAudioSection::bOverrideAttenuation' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, AttenuationSettings) == 0x000310, "Member 'UMovieSceneAudioSection::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, OnQueueSubtitles) == 0x000318, "Member 'UMovieSceneAudioSection::OnQueueSubtitles' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, OnAudioFinished) == 0x000330, "Member 'UMovieSceneAudioSection::OnAudioFinished' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, OnAudioPlaybackPercent) == 0x000340, "Member 'UMovieSceneAudioSection::OnAudioPlaybackPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneAudioTrack \ +static_assert(alignof(UMovieSceneAudioTrack) == 0x000008, "Wrong alignment on UMovieSceneAudioTrack"); \ +static_assert(sizeof(UMovieSceneAudioTrack) == 0x0000B0, "Wrong size on UMovieSceneAudioTrack"); \ +static_assert(offsetof(UMovieSceneAudioTrack, AudioSections) == 0x0000A0, "Member 'UMovieSceneAudioTrack::AudioSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBoolTrack \ +static_assert(alignof(UMovieSceneBoolTrack) == 0x000008, "Wrong alignment on UMovieSceneBoolTrack"); \ +static_assert(sizeof(UMovieSceneBoolTrack) == 0x0000D8, "Wrong size on UMovieSceneBoolTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBytePropertySystem \ +static_assert(alignof(UMovieSceneBytePropertySystem) == 0x000008, "Wrong alignment on UMovieSceneBytePropertySystem"); \ +static_assert(sizeof(UMovieSceneBytePropertySystem) == 0x000060, "Wrong size on UMovieSceneBytePropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneByteSection \ +static_assert(alignof(UMovieSceneByteSection) == 0x000008, "Wrong alignment on UMovieSceneByteSection"); \ +static_assert(sizeof(UMovieSceneByteSection) == 0x000190, "Wrong size on UMovieSceneByteSection"); \ +static_assert(offsetof(UMovieSceneByteSection, ByteCurve) == 0x0000F8, "Member 'UMovieSceneByteSection::ByteCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWeightAndEasingEvaluatorSystem \ +static_assert(alignof(UWeightAndEasingEvaluatorSystem) == 0x000008, "Wrong alignment on UWeightAndEasingEvaluatorSystem"); \ +static_assert(sizeof(UWeightAndEasingEvaluatorSystem) == 0x000080, "Wrong size on UWeightAndEasingEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneByteTrack \ +static_assert(alignof(UMovieSceneByteTrack) == 0x000008, "Wrong alignment on UMovieSceneByteTrack"); \ +static_assert(sizeof(UMovieSceneByteTrack) == 0x0000D8, "Wrong size on UMovieSceneByteTrack"); \ +static_assert(offsetof(UMovieSceneByteTrack, Enum) == 0x0000D0, "Member 'UMovieSceneByteTrack::Enum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraAnimSection \ +static_assert(alignof(UMovieSceneCameraAnimSection) == 0x000008, "Wrong alignment on UMovieSceneCameraAnimSection"); \ +static_assert(sizeof(UMovieSceneCameraAnimSection) == 0x000130, "Wrong size on UMovieSceneCameraAnimSection"); \ +static_assert(offsetof(UMovieSceneCameraAnimSection, AnimData) == 0x0000F0, "Member 'UMovieSceneCameraAnimSection::AnimData' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraAnimSection, CameraAnim) == 0x000110, "Member 'UMovieSceneCameraAnimSection::CameraAnim' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraAnimSection, PlayRate) == 0x000118, "Member 'UMovieSceneCameraAnimSection::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraAnimSection, PlayScale) == 0x00011C, "Member 'UMovieSceneCameraAnimSection::PlayScale' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraAnimSection, BlendInTime) == 0x000120, "Member 'UMovieSceneCameraAnimSection::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraAnimSection, BlendOutTime) == 0x000124, "Member 'UMovieSceneCameraAnimSection::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraAnimSection, bLooping) == 0x000128, "Member 'UMovieSceneCameraAnimSection::bLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraAnimTrack \ +static_assert(alignof(UMovieSceneCameraAnimTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraAnimTrack"); \ +static_assert(sizeof(UMovieSceneCameraAnimTrack) == 0x0000B0, "Wrong size on UMovieSceneCameraAnimTrack"); \ +static_assert(offsetof(UMovieSceneCameraAnimTrack, CameraAnimSections) == 0x0000A0, "Member 'UMovieSceneCameraAnimTrack::CameraAnimSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCameraCutSection_SetCameraBindingID \ +static_assert(alignof(MovieSceneCameraCutSection_SetCameraBindingID) == 0x000004, "Wrong alignment on MovieSceneCameraCutSection_SetCameraBindingID"); \ +static_assert(sizeof(MovieSceneCameraCutSection_SetCameraBindingID) == 0x000018, "Wrong size on MovieSceneCameraCutSection_SetCameraBindingID"); \ +static_assert(offsetof(MovieSceneCameraCutSection_SetCameraBindingID, InCameraBindingID) == 0x000000, "Member 'MovieSceneCameraCutSection_SetCameraBindingID::InCameraBindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCameraCutSection_GetCameraBindingID \ +static_assert(alignof(MovieSceneCameraCutSection_GetCameraBindingID) == 0x000004, "Wrong alignment on MovieSceneCameraCutSection_GetCameraBindingID"); \ +static_assert(sizeof(MovieSceneCameraCutSection_GetCameraBindingID) == 0x000018, "Wrong size on MovieSceneCameraCutSection_GetCameraBindingID"); \ +static_assert(offsetof(MovieSceneCameraCutSection_GetCameraBindingID, ReturnValue) == 0x000000, "Member 'MovieSceneCameraCutSection_GetCameraBindingID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraCutSection \ +static_assert(alignof(UMovieSceneCameraCutSection) == 0x000010, "Wrong alignment on UMovieSceneCameraCutSection"); \ +static_assert(sizeof(UMovieSceneCameraCutSection) == 0x000170, "Wrong size on UMovieSceneCameraCutSection"); \ +static_assert(offsetof(UMovieSceneCameraCutSection, bLockPreviousCamera) == 0x0000F8, "Member 'UMovieSceneCameraCutSection::bLockPreviousCamera' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraCutSection, CameraGuid) == 0x0000FC, "Member 'UMovieSceneCameraCutSection::CameraGuid' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraCutSection, CameraBindingID) == 0x00010C, "Member 'UMovieSceneCameraCutSection::CameraBindingID' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraCutSection, InitialCameraCutTransform) == 0x000130, "Member 'UMovieSceneCameraCutSection::InitialCameraCutTransform' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraCutSection, bHasInitialCameraCutTransform) == 0x000160, "Member 'UMovieSceneCameraCutSection::bHasInitialCameraCutTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraCutTrack \ +static_assert(alignof(UMovieSceneCameraCutTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraCutTrack"); \ +static_assert(sizeof(UMovieSceneCameraCutTrack) == 0x0000B0, "Wrong size on UMovieSceneCameraCutTrack"); \ +static_assert(offsetof(UMovieSceneCameraCutTrack, bCanBlend) == 0x000098, "Member 'UMovieSceneCameraCutTrack::bCanBlend' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraCutTrack, Sections) == 0x0000A0, "Member 'UMovieSceneCameraCutTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraCutTrackInstance \ +static_assert(alignof(UMovieSceneCameraCutTrackInstance) == 0x000008, "Wrong alignment on UMovieSceneCameraCutTrackInstance"); \ +static_assert(sizeof(UMovieSceneCameraCutTrackInstance) == 0x0000C0, "Wrong size on UMovieSceneCameraCutTrackInstance"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeSection \ +static_assert(alignof(UMovieSceneCameraShakeSection) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSection"); \ +static_assert(sizeof(UMovieSceneCameraShakeSection) == 0x000130, "Wrong size on UMovieSceneCameraShakeSection"); \ +static_assert(offsetof(UMovieSceneCameraShakeSection, ShakeData) == 0x0000F0, "Member 'UMovieSceneCameraShakeSection::ShakeData' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraShakeSection, ShakeClass) == 0x000110, "Member 'UMovieSceneCameraShakeSection::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraShakeSection, PlayScale) == 0x000118, "Member 'UMovieSceneCameraShakeSection::PlayScale' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraShakeSection, PlaySpace) == 0x00011C, "Member 'UMovieSceneCameraShakeSection::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraShakeSection, UserDefinedPlaySpace) == 0x000120, "Member 'UMovieSceneCameraShakeSection::UserDefinedPlaySpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeSourceShakeSection \ +static_assert(alignof(UMovieSceneCameraShakeSourceShakeSection) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSourceShakeSection"); \ +static_assert(sizeof(UMovieSceneCameraShakeSourceShakeSection) == 0x000110, "Wrong size on UMovieSceneCameraShakeSourceShakeSection"); \ +static_assert(offsetof(UMovieSceneCameraShakeSourceShakeSection, ShakeData) == 0x0000F0, "Member 'UMovieSceneCameraShakeSourceShakeSection::ShakeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeSourceShakeTrack \ +static_assert(alignof(UMovieSceneCameraShakeSourceShakeTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSourceShakeTrack"); \ +static_assert(sizeof(UMovieSceneCameraShakeSourceShakeTrack) == 0x0000B0, "Wrong size on UMovieSceneCameraShakeSourceShakeTrack"); \ +static_assert(offsetof(UMovieSceneCameraShakeSourceShakeTrack, CameraShakeSections) == 0x0000A0, "Member 'UMovieSceneCameraShakeSourceShakeTrack::CameraShakeSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeSourceTriggerSection \ +static_assert(alignof(UMovieSceneCameraShakeSourceTriggerSection) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSourceTriggerSection"); \ +static_assert(sizeof(UMovieSceneCameraShakeSourceTriggerSection) == 0x000178, "Wrong size on UMovieSceneCameraShakeSourceTriggerSection"); \ +static_assert(offsetof(UMovieSceneCameraShakeSourceTriggerSection, Channel) == 0x0000F0, "Member 'UMovieSceneCameraShakeSourceTriggerSection::Channel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeSourceTriggerTrack \ +static_assert(alignof(UMovieSceneCameraShakeSourceTriggerTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSourceTriggerTrack"); \ +static_assert(sizeof(UMovieSceneCameraShakeSourceTriggerTrack) == 0x0000B0, "Wrong size on UMovieSceneCameraShakeSourceTriggerTrack"); \ +static_assert(offsetof(UMovieSceneCameraShakeSourceTriggerTrack, Sections) == 0x0000A0, "Member 'UMovieSceneCameraShakeSourceTriggerTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeTrack \ +static_assert(alignof(UMovieSceneCameraShakeTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeTrack"); \ +static_assert(sizeof(UMovieSceneCameraShakeTrack) == 0x0000B0, "Wrong size on UMovieSceneCameraShakeTrack"); \ +static_assert(offsetof(UMovieSceneCameraShakeTrack, CameraShakeSections) == 0x0000A0, "Member 'UMovieSceneCameraShakeTrack::CameraShakeSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCinematicShotSection_SetShotDisplayName \ +static_assert(alignof(MovieSceneCinematicShotSection_SetShotDisplayName) == 0x000008, "Wrong alignment on MovieSceneCinematicShotSection_SetShotDisplayName"); \ +static_assert(sizeof(MovieSceneCinematicShotSection_SetShotDisplayName) == 0x000010, "Wrong size on MovieSceneCinematicShotSection_SetShotDisplayName"); \ +static_assert(offsetof(MovieSceneCinematicShotSection_SetShotDisplayName, InShotDisplayName) == 0x000000, "Member 'MovieSceneCinematicShotSection_SetShotDisplayName::InShotDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCinematicShotSection_GetShotDisplayName \ +static_assert(alignof(MovieSceneCinematicShotSection_GetShotDisplayName) == 0x000008, "Wrong alignment on MovieSceneCinematicShotSection_GetShotDisplayName"); \ +static_assert(sizeof(MovieSceneCinematicShotSection_GetShotDisplayName) == 0x000010, "Wrong size on MovieSceneCinematicShotSection_GetShotDisplayName"); \ +static_assert(offsetof(MovieSceneCinematicShotSection_GetShotDisplayName, ReturnValue) == 0x000000, "Member 'MovieSceneCinematicShotSection_GetShotDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCinematicShotSection \ +static_assert(alignof(UMovieSceneCinematicShotSection) == 0x000008, "Wrong alignment on UMovieSceneCinematicShotSection"); \ +static_assert(sizeof(UMovieSceneCinematicShotSection) == 0x000198, "Wrong size on UMovieSceneCinematicShotSection"); \ +static_assert(offsetof(UMovieSceneCinematicShotSection, ShotDisplayName) == 0x000170, "Member 'UMovieSceneCinematicShotSection::ShotDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCinematicShotSection, DisplayName) == 0x000180, "Member 'UMovieSceneCinematicShotSection::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCinematicShotTrack \ +static_assert(alignof(UMovieSceneCinematicShotTrack) == 0x000008, "Wrong alignment on UMovieSceneCinematicShotTrack"); \ +static_assert(sizeof(UMovieSceneCinematicShotTrack) == 0x0000A8, "Wrong size on UMovieSceneCinematicShotTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneColorPropertySystem \ +static_assert(alignof(UMovieSceneColorPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneColorPropertySystem"); \ +static_assert(sizeof(UMovieSceneColorPropertySystem) == 0x000060, "Wrong size on UMovieSceneColorPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneColorSection \ +static_assert(alignof(UMovieSceneColorSection) == 0x000008, "Wrong alignment on UMovieSceneColorSection"); \ +static_assert(sizeof(UMovieSceneColorSection) == 0x000378, "Wrong size on UMovieSceneColorSection"); \ +static_assert(offsetof(UMovieSceneColorSection, RedCurve) == 0x0000F8, "Member 'UMovieSceneColorSection::RedCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneColorSection, GreenCurve) == 0x000198, "Member 'UMovieSceneColorSection::GreenCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneColorSection, BlueCurve) == 0x000238, "Member 'UMovieSceneColorSection::BlueCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneColorSection, AlphaCurve) == 0x0002D8, "Member 'UMovieSceneColorSection::AlphaCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneColorTrack \ +static_assert(alignof(UMovieSceneColorTrack) == 0x000008, "Wrong alignment on UMovieSceneColorTrack"); \ +static_assert(sizeof(UMovieSceneColorTrack) == 0x0000D8, "Wrong size on UMovieSceneColorTrack"); \ +static_assert(offsetof(UMovieSceneColorTrack, bIsSlateColor) == 0x0000D0, "Member 'UMovieSceneColorTrack::bIsSlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneComponentAttachmentInvalidatorSystem \ +static_assert(alignof(UMovieSceneComponentAttachmentInvalidatorSystem) == 0x000008, "Wrong alignment on UMovieSceneComponentAttachmentInvalidatorSystem"); \ +static_assert(sizeof(UMovieSceneComponentAttachmentInvalidatorSystem) == 0x000048, "Wrong size on UMovieSceneComponentAttachmentInvalidatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneComponentAttachmentSystem \ +static_assert(alignof(UMovieSceneComponentAttachmentSystem) == 0x000008, "Wrong alignment on UMovieSceneComponentAttachmentSystem"); \ +static_assert(sizeof(UMovieSceneComponentAttachmentSystem) == 0x0001C8, "Wrong size on UMovieSceneComponentAttachmentSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneComponentMobilitySystem \ +static_assert(alignof(UMovieSceneComponentMobilitySystem) == 0x000008, "Wrong alignment on UMovieSceneComponentMobilitySystem"); \ +static_assert(sizeof(UMovieSceneComponentMobilitySystem) == 0x000228, "Wrong size on UMovieSceneComponentMobilitySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneComponentTransformSystem \ +static_assert(alignof(UMovieSceneComponentTransformSystem) == 0x000008, "Wrong alignment on UMovieSceneComponentTransformSystem"); \ +static_assert(sizeof(UMovieSceneComponentTransformSystem) == 0x000060, "Wrong size on UMovieSceneComponentTransformSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDeferredComponentMovementSystem \ +static_assert(alignof(UMovieSceneDeferredComponentMovementSystem) == 0x000008, "Wrong alignment on UMovieSceneDeferredComponentMovementSystem"); \ +static_assert(sizeof(UMovieSceneDeferredComponentMovementSystem) == 0x000060, "Wrong size on UMovieSceneDeferredComponentMovementSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEnumPropertySystem \ +static_assert(alignof(UMovieSceneEnumPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneEnumPropertySystem"); \ +static_assert(sizeof(UMovieSceneEnumPropertySystem) == 0x000060, "Wrong size on UMovieSceneEnumPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEnumSection \ +static_assert(alignof(UMovieSceneEnumSection) == 0x000008, "Wrong alignment on UMovieSceneEnumSection"); \ +static_assert(sizeof(UMovieSceneEnumSection) == 0x000190, "Wrong size on UMovieSceneEnumSection"); \ +static_assert(offsetof(UMovieSceneEnumSection, EnumCurve) == 0x0000F8, "Member 'UMovieSceneEnumSection::EnumCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEnumTrack \ +static_assert(alignof(UMovieSceneEnumTrack) == 0x000008, "Wrong alignment on UMovieSceneEnumTrack"); \ +static_assert(sizeof(UMovieSceneEnumTrack) == 0x0000D8, "Wrong size on UMovieSceneEnumTrack"); \ +static_assert(offsetof(UMovieSceneEnumTrack, Enum) == 0x0000D0, "Member 'UMovieSceneEnumTrack::Enum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEulerTransformPropertySystem \ +static_assert(alignof(UMovieSceneEulerTransformPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneEulerTransformPropertySystem"); \ +static_assert(sizeof(UMovieSceneEulerTransformPropertySystem) == 0x000060, "Wrong size on UMovieSceneEulerTransformPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEulerTransformTrack \ +static_assert(alignof(UMovieSceneEulerTransformTrack) == 0x000008, "Wrong alignment on UMovieSceneEulerTransformTrack"); \ +static_assert(sizeof(UMovieSceneEulerTransformTrack) == 0x0000D0, "Wrong size on UMovieSceneEulerTransformTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEventSectionBase \ +static_assert(alignof(UMovieSceneEventSectionBase) == 0x000008, "Wrong alignment on UMovieSceneEventSectionBase"); \ +static_assert(sizeof(UMovieSceneEventSectionBase) == 0x0000F0, "Wrong size on UMovieSceneEventSectionBase"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEventRepeaterSection \ +static_assert(alignof(UMovieSceneEventRepeaterSection) == 0x000008, "Wrong alignment on UMovieSceneEventRepeaterSection"); \ +static_assert(sizeof(UMovieSceneEventRepeaterSection) == 0x000120, "Wrong size on UMovieSceneEventRepeaterSection"); \ +static_assert(offsetof(UMovieSceneEventRepeaterSection, Event) == 0x0000F8, "Member 'UMovieSceneEventRepeaterSection::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEventSection \ +static_assert(alignof(UMovieSceneEventSection) == 0x000008, "Wrong alignment on UMovieSceneEventSection"); \ +static_assert(sizeof(UMovieSceneEventSection) == 0x0001F0, "Wrong size on UMovieSceneEventSection"); \ +static_assert(offsetof(UMovieSceneEventSection, Events) == 0x0000F0, "Member 'UMovieSceneEventSection::Events' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneEventSection, EventData) == 0x000168, "Member 'UMovieSceneEventSection::EventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEventSystem \ +static_assert(alignof(UMovieSceneEventSystem) == 0x000008, "Wrong alignment on UMovieSceneEventSystem"); \ +static_assert(sizeof(UMovieSceneEventSystem) == 0x000098, "Wrong size on UMovieSceneEventSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePreSpawnEventSystem \ +static_assert(alignof(UMovieScenePreSpawnEventSystem) == 0x000008, "Wrong alignment on UMovieScenePreSpawnEventSystem"); \ +static_assert(sizeof(UMovieScenePreSpawnEventSystem) == 0x000098, "Wrong size on UMovieScenePreSpawnEventSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePostSpawnEventSystem \ +static_assert(alignof(UMovieScenePostSpawnEventSystem) == 0x000008, "Wrong alignment on UMovieScenePostSpawnEventSystem"); \ +static_assert(sizeof(UMovieScenePostSpawnEventSystem) == 0x000098, "Wrong size on UMovieScenePostSpawnEventSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePostEvalEventSystem \ +static_assert(alignof(UMovieScenePostEvalEventSystem) == 0x000008, "Wrong alignment on UMovieScenePostEvalEventSystem"); \ +static_assert(sizeof(UMovieScenePostEvalEventSystem) == 0x000098, "Wrong size on UMovieScenePostEvalEventSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEventTrack \ +static_assert(alignof(UMovieSceneEventTrack) == 0x000008, "Wrong alignment on UMovieSceneEventTrack"); \ +static_assert(sizeof(UMovieSceneEventTrack) == 0x0000C0, "Wrong size on UMovieSceneEventTrack"); \ +static_assert(offsetof(UMovieSceneEventTrack, EventPosition) == 0x0000AC, "Member 'UMovieSceneEventTrack::EventPosition' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneEventTrack, Sections) == 0x0000B0, "Member 'UMovieSceneEventTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEventTriggerSection \ +static_assert(alignof(UMovieSceneEventTriggerSection) == 0x000008, "Wrong alignment on UMovieSceneEventTriggerSection"); \ +static_assert(sizeof(UMovieSceneEventTriggerSection) == 0x000180, "Wrong size on UMovieSceneEventTriggerSection"); \ +static_assert(offsetof(UMovieSceneEventTriggerSection, EventChannel) == 0x0000F8, "Member 'UMovieSceneEventTriggerSection::EventChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFadeSection \ +static_assert(alignof(UMovieSceneFadeSection) == 0x000008, "Wrong alignment on UMovieSceneFadeSection"); \ +static_assert(sizeof(UMovieSceneFadeSection) == 0x0001A8, "Wrong size on UMovieSceneFadeSection"); \ +static_assert(offsetof(UMovieSceneFadeSection, FloatCurve) == 0x0000F0, "Member 'UMovieSceneFadeSection::FloatCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneFadeSection, FadeColor) == 0x000190, "Member 'UMovieSceneFadeSection::FadeColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFloatTrack \ +static_assert(alignof(UMovieSceneFloatTrack) == 0x000008, "Wrong alignment on UMovieSceneFloatTrack"); \ +static_assert(sizeof(UMovieSceneFloatTrack) == 0x0000D0, "Wrong size on UMovieSceneFloatTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFadeTrack \ +static_assert(alignof(UMovieSceneFadeTrack) == 0x000008, "Wrong alignment on UMovieSceneFadeTrack"); \ +static_assert(sizeof(UMovieSceneFadeTrack) == 0x0000D8, "Wrong size on UMovieSceneFadeTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFloatPropertySystem \ +static_assert(alignof(UMovieSceneFloatPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneFloatPropertySystem"); \ +static_assert(sizeof(UMovieSceneFloatPropertySystem) == 0x000060, "Wrong size on UMovieSceneFloatPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFloatSection \ +static_assert(alignof(UMovieSceneFloatSection) == 0x000008, "Wrong alignment on UMovieSceneFloatSection"); \ +static_assert(sizeof(UMovieSceneFloatSection) == 0x000198, "Wrong size on UMovieSceneFloatSection"); \ +static_assert(offsetof(UMovieSceneFloatSection, FloatCurve) == 0x0000F8, "Member 'UMovieSceneFloatSection::FloatCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneHierarchicalBiasSystem \ +static_assert(alignof(UMovieSceneHierarchicalBiasSystem) == 0x000008, "Wrong alignment on UMovieSceneHierarchicalBiasSystem"); \ +static_assert(sizeof(UMovieSceneHierarchicalBiasSystem) == 0x000048, "Wrong size on UMovieSceneHierarchicalBiasSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneInitialValueSystem \ +static_assert(alignof(UMovieSceneInitialValueSystem) == 0x000008, "Wrong alignment on UMovieSceneInitialValueSystem"); \ +static_assert(sizeof(UMovieSceneInitialValueSystem) == 0x000048, "Wrong size on UMovieSceneInitialValueSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneIntegerPropertySystem \ +static_assert(alignof(UMovieSceneIntegerPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneIntegerPropertySystem"); \ +static_assert(sizeof(UMovieSceneIntegerPropertySystem) == 0x000060, "Wrong size on UMovieSceneIntegerPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneIntegerSection \ +static_assert(alignof(UMovieSceneIntegerSection) == 0x000008, "Wrong alignment on UMovieSceneIntegerSection"); \ +static_assert(sizeof(UMovieSceneIntegerSection) == 0x000188, "Wrong size on UMovieSceneIntegerSection"); \ +static_assert(offsetof(UMovieSceneIntegerSection, IntegerCurve) == 0x0000F8, "Member 'UMovieSceneIntegerSection::IntegerCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneIntegerTrack \ +static_assert(alignof(UMovieSceneIntegerTrack) == 0x000008, "Wrong alignment on UMovieSceneIntegerTrack"); \ +static_assert(sizeof(UMovieSceneIntegerTrack) == 0x0000D0, "Wrong size on UMovieSceneIntegerTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneInterrogatedPropertyInstantiatorSystem \ +static_assert(alignof(UMovieSceneInterrogatedPropertyInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneInterrogatedPropertyInstantiatorSystem"); \ +static_assert(sizeof(UMovieSceneInterrogatedPropertyInstantiatorSystem) == 0x0001F0, "Wrong size on UMovieSceneInterrogatedPropertyInstantiatorSystem"); \ + +#define DUMPER7_ASSERTS_MovieSceneLevelVisibilitySection_SetLevelNames \ +static_assert(alignof(MovieSceneLevelVisibilitySection_SetLevelNames) == 0x000008, "Wrong alignment on MovieSceneLevelVisibilitySection_SetLevelNames"); \ +static_assert(sizeof(MovieSceneLevelVisibilitySection_SetLevelNames) == 0x000010, "Wrong size on MovieSceneLevelVisibilitySection_SetLevelNames"); \ +static_assert(offsetof(MovieSceneLevelVisibilitySection_SetLevelNames, InLevelNames) == 0x000000, "Member 'MovieSceneLevelVisibilitySection_SetLevelNames::InLevelNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneLevelVisibilitySection_SetVisibility \ +static_assert(alignof(MovieSceneLevelVisibilitySection_SetVisibility) == 0x000001, "Wrong alignment on MovieSceneLevelVisibilitySection_SetVisibility"); \ +static_assert(sizeof(MovieSceneLevelVisibilitySection_SetVisibility) == 0x000001, "Wrong size on MovieSceneLevelVisibilitySection_SetVisibility"); \ +static_assert(offsetof(MovieSceneLevelVisibilitySection_SetVisibility, InVisibility) == 0x000000, "Member 'MovieSceneLevelVisibilitySection_SetVisibility::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneLevelVisibilitySection_GetLevelNames \ +static_assert(alignof(MovieSceneLevelVisibilitySection_GetLevelNames) == 0x000008, "Wrong alignment on MovieSceneLevelVisibilitySection_GetLevelNames"); \ +static_assert(sizeof(MovieSceneLevelVisibilitySection_GetLevelNames) == 0x000010, "Wrong size on MovieSceneLevelVisibilitySection_GetLevelNames"); \ +static_assert(offsetof(MovieSceneLevelVisibilitySection_GetLevelNames, ReturnValue) == 0x000000, "Member 'MovieSceneLevelVisibilitySection_GetLevelNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneLevelVisibilitySection_GetVisibility \ +static_assert(alignof(MovieSceneLevelVisibilitySection_GetVisibility) == 0x000001, "Wrong alignment on MovieSceneLevelVisibilitySection_GetVisibility"); \ +static_assert(sizeof(MovieSceneLevelVisibilitySection_GetVisibility) == 0x000001, "Wrong size on MovieSceneLevelVisibilitySection_GetVisibility"); \ +static_assert(offsetof(MovieSceneLevelVisibilitySection_GetVisibility, ReturnValue) == 0x000000, "Member 'MovieSceneLevelVisibilitySection_GetVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLevelVisibilitySection \ +static_assert(alignof(UMovieSceneLevelVisibilitySection) == 0x000008, "Wrong alignment on UMovieSceneLevelVisibilitySection"); \ +static_assert(sizeof(UMovieSceneLevelVisibilitySection) == 0x000110, "Wrong size on UMovieSceneLevelVisibilitySection"); \ +static_assert(offsetof(UMovieSceneLevelVisibilitySection, Visibility) == 0x0000F8, "Member 'UMovieSceneLevelVisibilitySection::Visibility' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLevelVisibilitySection, LevelNames) == 0x000100, "Member 'UMovieSceneLevelVisibilitySection::LevelNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLevelVisibilitySystem \ +static_assert(alignof(UMovieSceneLevelVisibilitySystem) == 0x000008, "Wrong alignment on UMovieSceneLevelVisibilitySystem"); \ +static_assert(sizeof(UMovieSceneLevelVisibilitySystem) == 0x0001D0, "Wrong size on UMovieSceneLevelVisibilitySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLevelVisibilityTrack \ +static_assert(alignof(UMovieSceneLevelVisibilityTrack) == 0x000008, "Wrong alignment on UMovieSceneLevelVisibilityTrack"); \ +static_assert(sizeof(UMovieSceneLevelVisibilityTrack) == 0x0000A8, "Wrong size on UMovieSceneLevelVisibilityTrack"); \ +static_assert(offsetof(UMovieSceneLevelVisibilityTrack, Sections) == 0x000098, "Member 'UMovieSceneLevelVisibilityTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMaterialTrack \ +static_assert(alignof(UMovieSceneMaterialTrack) == 0x000008, "Wrong alignment on UMovieSceneMaterialTrack"); \ +static_assert(sizeof(UMovieSceneMaterialTrack) == 0x0000A8, "Wrong size on UMovieSceneMaterialTrack"); \ +static_assert(offsetof(UMovieSceneMaterialTrack, Sections) == 0x000098, "Member 'UMovieSceneMaterialTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMaterialParameterCollectionTrack \ +static_assert(alignof(UMovieSceneMaterialParameterCollectionTrack) == 0x000008, "Wrong alignment on UMovieSceneMaterialParameterCollectionTrack"); \ +static_assert(sizeof(UMovieSceneMaterialParameterCollectionTrack) == 0x0000B8, "Wrong size on UMovieSceneMaterialParameterCollectionTrack"); \ +static_assert(offsetof(UMovieSceneMaterialParameterCollectionTrack, MPC) == 0x0000B0, "Member 'UMovieSceneMaterialParameterCollectionTrack::MPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneComponentMaterialTrack \ +static_assert(alignof(UMovieSceneComponentMaterialTrack) == 0x000008, "Wrong alignment on UMovieSceneComponentMaterialTrack"); \ +static_assert(sizeof(UMovieSceneComponentMaterialTrack) == 0x0000B8, "Wrong size on UMovieSceneComponentMaterialTrack"); \ +static_assert(offsetof(UMovieSceneComponentMaterialTrack, MaterialIndex) == 0x0000B0, "Member 'UMovieSceneComponentMaterialTrack::MaterialIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMotionVectorSimulationSystem \ +static_assert(alignof(UMovieSceneMotionVectorSimulationSystem) == 0x000008, "Wrong alignment on UMovieSceneMotionVectorSimulationSystem"); \ +static_assert(sizeof(UMovieSceneMotionVectorSimulationSystem) == 0x0000A0, "Wrong size on UMovieSceneMotionVectorSimulationSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneObjectPropertySection \ +static_assert(alignof(UMovieSceneObjectPropertySection) == 0x000008, "Wrong alignment on UMovieSceneObjectPropertySection"); \ +static_assert(sizeof(UMovieSceneObjectPropertySection) == 0x0001B8, "Wrong size on UMovieSceneObjectPropertySection"); \ +static_assert(offsetof(UMovieSceneObjectPropertySection, ObjectChannel) == 0x0000F0, "Member 'UMovieSceneObjectPropertySection::ObjectChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneObjectPropertyTrack \ +static_assert(alignof(UMovieSceneObjectPropertyTrack) == 0x000008, "Wrong alignment on UMovieSceneObjectPropertyTrack"); \ +static_assert(sizeof(UMovieSceneObjectPropertyTrack) == 0x0000E0, "Wrong size on UMovieSceneObjectPropertyTrack"); \ +static_assert(offsetof(UMovieSceneObjectPropertyTrack, PropertyClass) == 0x0000D8, "Member 'UMovieSceneObjectPropertyTrack::PropertyClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneParticleParameterTrack \ +static_assert(alignof(UMovieSceneParticleParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneParticleParameterTrack"); \ +static_assert(sizeof(UMovieSceneParticleParameterTrack) == 0x0000B0, "Wrong size on UMovieSceneParticleParameterTrack"); \ +static_assert(offsetof(UMovieSceneParticleParameterTrack, Sections) == 0x0000A0, "Member 'UMovieSceneParticleParameterTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneParticleSection \ +static_assert(alignof(UMovieSceneParticleSection) == 0x000008, "Wrong alignment on UMovieSceneParticleSection"); \ +static_assert(sizeof(UMovieSceneParticleSection) == 0x000188, "Wrong size on UMovieSceneParticleSection"); \ +static_assert(offsetof(UMovieSceneParticleSection, ParticleKeys) == 0x0000F0, "Member 'UMovieSceneParticleSection::ParticleKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneParticleTrack \ +static_assert(alignof(UMovieSceneParticleTrack) == 0x000008, "Wrong alignment on UMovieSceneParticleTrack"); \ +static_assert(sizeof(UMovieSceneParticleTrack) == 0x0000B0, "Wrong size on UMovieSceneParticleTrack"); \ +static_assert(offsetof(UMovieSceneParticleTrack, ParticleSections) == 0x0000A0, "Member 'UMovieSceneParticleTrack::ParticleSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScenePiecewiseBoolBlenderSystem \ +static_assert(alignof(UMovieScenePiecewiseBoolBlenderSystem) == 0x000008, "Wrong alignment on UMovieScenePiecewiseBoolBlenderSystem"); \ +static_assert(sizeof(UMovieScenePiecewiseBoolBlenderSystem) == 0x000098, "Wrong size on UMovieScenePiecewiseBoolBlenderSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePiecewiseByteBlenderSystem \ +static_assert(alignof(UMovieScenePiecewiseByteBlenderSystem) == 0x000008, "Wrong alignment on UMovieScenePiecewiseByteBlenderSystem"); \ +static_assert(sizeof(UMovieScenePiecewiseByteBlenderSystem) == 0x000098, "Wrong size on UMovieScenePiecewiseByteBlenderSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePiecewiseEnumBlenderSystem \ +static_assert(alignof(UMovieScenePiecewiseEnumBlenderSystem) == 0x000008, "Wrong alignment on UMovieScenePiecewiseEnumBlenderSystem"); \ +static_assert(sizeof(UMovieScenePiecewiseEnumBlenderSystem) == 0x000098, "Wrong size on UMovieScenePiecewiseEnumBlenderSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePiecewiseFloatBlenderSystem \ +static_assert(alignof(UMovieScenePiecewiseFloatBlenderSystem) == 0x000008, "Wrong alignment on UMovieScenePiecewiseFloatBlenderSystem"); \ +static_assert(sizeof(UMovieScenePiecewiseFloatBlenderSystem) == 0x000130, "Wrong size on UMovieScenePiecewiseFloatBlenderSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePiecewiseIntegerBlenderSystem \ +static_assert(alignof(UMovieScenePiecewiseIntegerBlenderSystem) == 0x000008, "Wrong alignment on UMovieScenePiecewiseIntegerBlenderSystem"); \ +static_assert(sizeof(UMovieScenePiecewiseIntegerBlenderSystem) == 0x0000B8, "Wrong size on UMovieScenePiecewiseIntegerBlenderSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePrimitiveMaterialSection \ +static_assert(alignof(UMovieScenePrimitiveMaterialSection) == 0x000008, "Wrong alignment on UMovieScenePrimitiveMaterialSection"); \ +static_assert(sizeof(UMovieScenePrimitiveMaterialSection) == 0x0001B8, "Wrong size on UMovieScenePrimitiveMaterialSection"); \ +static_assert(offsetof(UMovieScenePrimitiveMaterialSection, MaterialChannel) == 0x0000F0, "Member 'UMovieScenePrimitiveMaterialSection::MaterialChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScenePrimitiveMaterialTrack \ +static_assert(alignof(UMovieScenePrimitiveMaterialTrack) == 0x000008, "Wrong alignment on UMovieScenePrimitiveMaterialTrack"); \ +static_assert(sizeof(UMovieScenePrimitiveMaterialTrack) == 0x0000E0, "Wrong size on UMovieScenePrimitiveMaterialTrack"); \ +static_assert(offsetof(UMovieScenePrimitiveMaterialTrack, MaterialIndex) == 0x0000D8, "Member 'UMovieScenePrimitiveMaterialTrack::MaterialIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScenePropertyInstantiatorSystem \ +static_assert(alignof(UMovieScenePropertyInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieScenePropertyInstantiatorSystem"); \ +static_assert(sizeof(UMovieScenePropertyInstantiatorSystem) == 0x000250, "Wrong size on UMovieScenePropertyInstantiatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneQuaternionInterpolationRotationSystem \ +static_assert(alignof(UMovieSceneQuaternionInterpolationRotationSystem) == 0x000008, "Wrong alignment on UMovieSceneQuaternionInterpolationRotationSystem"); \ +static_assert(sizeof(UMovieSceneQuaternionInterpolationRotationSystem) == 0x000048, "Wrong size on UMovieSceneQuaternionInterpolationRotationSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSkeletalAnimationSection \ +static_assert(alignof(UMovieSceneSkeletalAnimationSection) == 0x000010, "Wrong alignment on UMovieSceneSkeletalAnimationSection"); \ +static_assert(sizeof(UMovieSceneSkeletalAnimationSection) == 0x000280, "Wrong size on UMovieSceneSkeletalAnimationSection"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, Params_0) == 0x0000F0, "Member 'UMovieSceneSkeletalAnimationSection::Params_0' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, AnimSequence) == 0x0001C8, "Member 'UMovieSceneSkeletalAnimationSection::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, Animation) == 0x0001D0, "Member 'UMovieSceneSkeletalAnimationSection::Animation' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, StartOffset) == 0x0001D8, "Member 'UMovieSceneSkeletalAnimationSection::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, EndOffset) == 0x0001DC, "Member 'UMovieSceneSkeletalAnimationSection::EndOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, PlayRate) == 0x0001E0, "Member 'UMovieSceneSkeletalAnimationSection::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, SlotName) == 0x0001E8, "Member 'UMovieSceneSkeletalAnimationSection::SlotName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, StartLocationOffset) == 0x0001F4, "Member 'UMovieSceneSkeletalAnimationSection::StartLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, StartRotationOffset) == 0x000200, "Member 'UMovieSceneSkeletalAnimationSection::StartRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, bMatchWithPrevious) == 0x00020C, "Member 'UMovieSceneSkeletalAnimationSection::bMatchWithPrevious' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, MatchedBoneName) == 0x000210, "Member 'UMovieSceneSkeletalAnimationSection::MatchedBoneName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, MatchedLocationOffset) == 0x00021C, "Member 'UMovieSceneSkeletalAnimationSection::MatchedLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, MatchedRotationOffset) == 0x000228, "Member 'UMovieSceneSkeletalAnimationSection::MatchedRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, bMatchTranslation) == 0x000234, "Member 'UMovieSceneSkeletalAnimationSection::bMatchTranslation' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, bMatchIncludeZHeight) == 0x000235, "Member 'UMovieSceneSkeletalAnimationSection::bMatchIncludeZHeight' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, bMatchRotationYaw) == 0x000236, "Member 'UMovieSceneSkeletalAnimationSection::bMatchRotationYaw' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, bMatchRotationPitch) == 0x000237, "Member 'UMovieSceneSkeletalAnimationSection::bMatchRotationPitch' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, bMatchRotationRoll) == 0x000238, "Member 'UMovieSceneSkeletalAnimationSection::bMatchRotationRoll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSkeletalAnimationTrack \ +static_assert(alignof(UMovieSceneSkeletalAnimationTrack) == 0x000008, "Wrong alignment on UMovieSceneSkeletalAnimationTrack"); \ +static_assert(sizeof(UMovieSceneSkeletalAnimationTrack) == 0x0000F0, "Wrong size on UMovieSceneSkeletalAnimationTrack"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationTrack, AnimationSections) == 0x0000A0, "Member 'UMovieSceneSkeletalAnimationTrack::AnimationSections' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationTrack, bUseLegacySectionIndexBlend) == 0x0000B0, "Member 'UMovieSceneSkeletalAnimationTrack::bUseLegacySectionIndexBlend' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationTrack, RootMotionParams) == 0x0000B8, "Member 'UMovieSceneSkeletalAnimationTrack::RootMotionParams' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationTrack, bBlendFirstChildOfRoot) == 0x0000E8, "Member 'UMovieSceneSkeletalAnimationTrack::bBlendFirstChildOfRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSlomoSection \ +static_assert(alignof(UMovieSceneSlomoSection) == 0x000008, "Wrong alignment on UMovieSceneSlomoSection"); \ +static_assert(sizeof(UMovieSceneSlomoSection) == 0x000190, "Wrong size on UMovieSceneSlomoSection"); \ +static_assert(offsetof(UMovieSceneSlomoSection, FloatCurve) == 0x0000F0, "Member 'UMovieSceneSlomoSection::FloatCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSlomoTrack \ +static_assert(alignof(UMovieSceneSlomoTrack) == 0x000008, "Wrong alignment on UMovieSceneSlomoTrack"); \ +static_assert(sizeof(UMovieSceneSlomoTrack) == 0x0000D8, "Wrong size on UMovieSceneSlomoTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneStringSection \ +static_assert(alignof(UMovieSceneStringSection) == 0x000008, "Wrong alignment on UMovieSceneStringSection"); \ +static_assert(sizeof(UMovieSceneStringSection) == 0x000190, "Wrong size on UMovieSceneStringSection"); \ +static_assert(offsetof(UMovieSceneStringSection, StringCurve) == 0x0000F0, "Member 'UMovieSceneStringSection::StringCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTransformOriginSystem \ +static_assert(alignof(UMovieSceneTransformOriginSystem) == 0x000008, "Wrong alignment on UMovieSceneTransformOriginSystem"); \ +static_assert(sizeof(UMovieSceneTransformOriginSystem) == 0x000080, "Wrong size on UMovieSceneTransformOriginSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTransformTrack \ +static_assert(alignof(UMovieSceneTransformTrack) == 0x000008, "Wrong alignment on UMovieSceneTransformTrack"); \ +static_assert(sizeof(UMovieSceneTransformTrack) == 0x0000D0, "Wrong size on UMovieSceneTransformTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneVectorPropertySystem \ +static_assert(alignof(UMovieSceneVectorPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneVectorPropertySystem"); \ +static_assert(sizeof(UMovieSceneVectorPropertySystem) == 0x000060, "Wrong size on UMovieSceneVectorPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneVectorTrack \ +static_assert(alignof(UMovieSceneVectorTrack) == 0x000008, "Wrong alignment on UMovieSceneVectorTrack"); \ +static_assert(sizeof(UMovieSceneVectorTrack) == 0x0000D8, "Wrong size on UMovieSceneVectorTrack"); \ +static_assert(offsetof(UMovieSceneVectorTrack, NumChannelsUsed) == 0x0000D0, "Member 'UMovieSceneVectorTrack::NumChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneVisibilityTrack \ +static_assert(alignof(UMovieSceneVisibilityTrack) == 0x000008, "Wrong alignment on UMovieSceneVisibilityTrack"); \ +static_assert(sizeof(UMovieSceneVisibilityTrack) == 0x0000D8, "Wrong size on UMovieSceneVisibilityTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneHierarchicalEasingInstantiatorSystem \ +static_assert(alignof(UMovieSceneHierarchicalEasingInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneHierarchicalEasingInstantiatorSystem"); \ +static_assert(sizeof(UMovieSceneHierarchicalEasingInstantiatorSystem) == 0x000098, "Wrong size on UMovieSceneHierarchicalEasingInstantiatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTakeSection \ +static_assert(alignof(UMovieSceneTakeSection) == 0x000008, "Wrong alignment on UMovieSceneTakeSection"); \ +static_assert(sizeof(UMovieSceneTakeSection) == 0x000470, "Wrong size on UMovieSceneTakeSection"); \ +static_assert(offsetof(UMovieSceneTakeSection, HoursCurve) == 0x0000F0, "Member 'UMovieSceneTakeSection::HoursCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSection, MinutesCurve) == 0x000180, "Member 'UMovieSceneTakeSection::MinutesCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSection, SecondsCurve) == 0x000210, "Member 'UMovieSceneTakeSection::SecondsCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSection, FramesCurve) == 0x0002A0, "Member 'UMovieSceneTakeSection::FramesCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSection, SubFramesCurve) == 0x000330, "Member 'UMovieSceneTakeSection::SubFramesCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSection, Slate) == 0x0003D0, "Member 'UMovieSceneTakeSection::Slate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTakeSettings \ +static_assert(alignof(UMovieSceneTakeSettings) == 0x000008, "Wrong alignment on UMovieSceneTakeSettings"); \ +static_assert(sizeof(UMovieSceneTakeSettings) == 0x000090, "Wrong size on UMovieSceneTakeSettings"); \ +static_assert(offsetof(UMovieSceneTakeSettings, HoursName) == 0x000030, "Member 'UMovieSceneTakeSettings::HoursName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSettings, MinutesName) == 0x000040, "Member 'UMovieSceneTakeSettings::MinutesName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSettings, SecondsName) == 0x000050, "Member 'UMovieSceneTakeSettings::SecondsName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSettings, FramesName) == 0x000060, "Member 'UMovieSceneTakeSettings::FramesName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSettings, SubFramesName) == 0x000070, "Member 'UMovieSceneTakeSettings::SubFramesName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSettings, SlateName) == 0x000080, "Member 'UMovieSceneTakeSettings::SlateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTakeTrack \ +static_assert(alignof(UMovieSceneTakeTrack) == 0x000008, "Wrong alignment on UMovieSceneTakeTrack"); \ +static_assert(sizeof(UMovieSceneTakeTrack) == 0x0000A8, "Wrong size on UMovieSceneTakeTrack"); \ +static_assert(offsetof(UMovieSceneTakeTrack, Sections) == 0x000098, "Member 'UMovieSceneTakeTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserStatItemInfo \ +static_assert(alignof(FAccelByteModelsUserStatItemInfo) == 0x000008, "Wrong alignment on FAccelByteModelsUserStatItemInfo"); \ +static_assert(sizeof(FAccelByteModelsUserStatItemInfo) == 0x000098, "Wrong size on FAccelByteModelsUserStatItemInfo"); \ +static_assert(offsetof(FAccelByteModelsUserStatItemInfo, CreatedAt) == 0x000000, "Member 'FAccelByteModelsUserStatItemInfo::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatItemInfo, Namespace) == 0x000010, "Member 'FAccelByteModelsUserStatItemInfo::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatItemInfo, userId) == 0x000020, "Member 'FAccelByteModelsUserStatItemInfo::userId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatItemInfo, StatCode) == 0x000030, "Member 'FAccelByteModelsUserStatItemInfo::StatCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatItemInfo, StatName) == 0x000040, "Member 'FAccelByteModelsUserStatItemInfo::StatName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatItemInfo, Tags) == 0x000050, "Member 'FAccelByteModelsUserStatItemInfo::Tags' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatItemInfo, UpdatedAt) == 0x000060, "Member 'FAccelByteModelsUserStatItemInfo::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatItemInfo, Value) == 0x000070, "Member 'FAccelByteModelsUserStatItemInfo::Value' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatItemInfo, AdditionalData) == 0x000078, "Member 'FAccelByteModelsUserStatItemInfo::AdditionalData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPaging \ +static_assert(alignof(FAccelByteModelsPaging) == 0x000008, "Wrong alignment on FAccelByteModelsPaging"); \ +static_assert(sizeof(FAccelByteModelsPaging) == 0x000040, "Wrong size on FAccelByteModelsPaging"); \ +static_assert(offsetof(FAccelByteModelsPaging, First) == 0x000000, "Member 'FAccelByteModelsPaging::First' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPaging, Last) == 0x000010, "Member 'FAccelByteModelsPaging::Last' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPaging, Next) == 0x000020, "Member 'FAccelByteModelsPaging::Next' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPaging, Previous) == 0x000030, "Member 'FAccelByteModelsPaging::Previous' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserStatItemPagingSlicedResult \ +static_assert(alignof(FAccelByteModelsUserStatItemPagingSlicedResult) == 0x000008, "Wrong alignment on FAccelByteModelsUserStatItemPagingSlicedResult"); \ +static_assert(sizeof(FAccelByteModelsUserStatItemPagingSlicedResult) == 0x000050, "Wrong size on FAccelByteModelsUserStatItemPagingSlicedResult"); \ +static_assert(offsetof(FAccelByteModelsUserStatItemPagingSlicedResult, Data) == 0x000000, "Member 'FAccelByteModelsUserStatItemPagingSlicedResult::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatItemPagingSlicedResult, Paging) == 0x000010, "Member 'FAccelByteModelsUserStatItemPagingSlicedResult::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsAdminGameRecord \ +static_assert(alignof(FAccelByteModelsAdminGameRecord) == 0x000008, "Wrong alignment on FAccelByteModelsAdminGameRecord"); \ +static_assert(sizeof(FAccelByteModelsAdminGameRecord) == 0x000050, "Wrong size on FAccelByteModelsAdminGameRecord"); \ +static_assert(offsetof(FAccelByteModelsAdminGameRecord, Key) == 0x000000, "Member 'FAccelByteModelsAdminGameRecord::Key' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsAdminGameRecord, Namespace) == 0x000010, "Member 'FAccelByteModelsAdminGameRecord::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsAdminGameRecord, Created_At) == 0x000020, "Member 'FAccelByteModelsAdminGameRecord::Created_At' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsAdminGameRecord, Updated_At) == 0x000028, "Member 'FAccelByteModelsAdminGameRecord::Updated_At' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsAdminGameRecord, Value) == 0x000030, "Member 'FAccelByteModelsAdminGameRecord::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsItemLootBoxItem \ +static_assert(alignof(FAccelByteModelsItemLootBoxItem) == 0x000008, "Wrong alignment on FAccelByteModelsItemLootBoxItem"); \ +static_assert(sizeof(FAccelByteModelsItemLootBoxItem) == 0x000048, "Wrong size on FAccelByteModelsItemLootBoxItem"); \ +static_assert(offsetof(FAccelByteModelsItemLootBoxItem, ItemId) == 0x000000, "Member 'FAccelByteModelsItemLootBoxItem::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemLootBoxItem, ItemSku) == 0x000010, "Member 'FAccelByteModelsItemLootBoxItem::ItemSku' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemLootBoxItem, ItemType) == 0x000020, "Member 'FAccelByteModelsItemLootBoxItem::ItemType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemLootBoxItem, Duration) == 0x000030, "Member 'FAccelByteModelsItemLootBoxItem::Duration' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemLootBoxItem, EndDate) == 0x000038, "Member 'FAccelByteModelsItemLootBoxItem::EndDate' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemLootBoxItem, Count) == 0x000040, "Member 'FAccelByteModelsItemLootBoxItem::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsItemReward \ +static_assert(alignof(FAccelByteModelsItemReward) == 0x000008, "Wrong alignment on FAccelByteModelsItemReward"); \ +static_assert(sizeof(FAccelByteModelsItemReward) == 0x000030, "Wrong size on FAccelByteModelsItemReward"); \ +static_assert(offsetof(FAccelByteModelsItemReward, Name) == 0x000000, "Member 'FAccelByteModelsItemReward::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemReward, Type) == 0x000010, "Member 'FAccelByteModelsItemReward::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemReward, LootBoxItems) == 0x000018, "Member 'FAccelByteModelsItemReward::LootBoxItems' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemReward, Weight) == 0x000028, "Member 'FAccelByteModelsItemReward::Weight' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemReward, Odds) == 0x00002C, "Member 'FAccelByteModelsItemReward::Odds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsItemLootBoxConfig \ +static_assert(alignof(FAccelByteModelsItemLootBoxConfig) == 0x000008, "Wrong alignment on FAccelByteModelsItemLootBoxConfig"); \ +static_assert(sizeof(FAccelByteModelsItemLootBoxConfig) == 0x000018, "Wrong size on FAccelByteModelsItemLootBoxConfig"); \ +static_assert(offsetof(FAccelByteModelsItemLootBoxConfig, RewardCount) == 0x000000, "Member 'FAccelByteModelsItemLootBoxConfig::RewardCount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemLootBoxConfig, Rewards) == 0x000008, "Member 'FAccelByteModelsItemLootBoxConfig::Rewards' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsAttributes \ +static_assert(alignof(FAccelByteModelsAttributes) == 0x000008, "Wrong alignment on FAccelByteModelsAttributes"); \ +static_assert(sizeof(FAccelByteModelsAttributes) == 0x000040, "Wrong size on FAccelByteModelsAttributes"); \ +static_assert(offsetof(FAccelByteModelsAttributes, ServerId) == 0x000000, "Member 'FAccelByteModelsAttributes::ServerId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsAttributes, ServerName) == 0x000010, "Member 'FAccelByteModelsAttributes::ServerName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsAttributes, CharacterId) == 0x000020, "Member 'FAccelByteModelsAttributes::CharacterId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsAttributes, CharacterName) == 0x000030, "Member 'FAccelByteModelsAttributes::CharacterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsDistributionReceiver \ +static_assert(alignof(FAccelByteModelsDistributionReceiver) == 0x000008, "Wrong alignment on FAccelByteModelsDistributionReceiver"); \ +static_assert(sizeof(FAccelByteModelsDistributionReceiver) == 0x000070, "Wrong size on FAccelByteModelsDistributionReceiver"); \ +static_assert(offsetof(FAccelByteModelsDistributionReceiver, UserId) == 0x000000, "Member 'FAccelByteModelsDistributionReceiver::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDistributionReceiver, Namespace) == 0x000010, "Member 'FAccelByteModelsDistributionReceiver::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDistributionReceiver, ExtUserId) == 0x000020, "Member 'FAccelByteModelsDistributionReceiver::ExtUserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDistributionReceiver, Attributes) == 0x000030, "Member 'FAccelByteModelsDistributionReceiver::Attributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArrayModelsDistributionReceiver \ +static_assert(alignof(FArrayModelsDistributionReceiver) == 0x000008, "Wrong alignment on FArrayModelsDistributionReceiver"); \ +static_assert(sizeof(FArrayModelsDistributionReceiver) == 0x000010, "Wrong size on FArrayModelsDistributionReceiver"); \ +static_assert(offsetof(FArrayModelsDistributionReceiver, Content) == 0x000000, "Member 'FArrayModelsDistributionReceiver::Content' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPartyJoinRequest \ +static_assert(alignof(FPartyJoinRequest) == 0x000008, "Wrong alignment on FPartyJoinRequest"); \ +static_assert(sizeof(FPartyJoinRequest) == 0x000020, "Wrong size on FPartyJoinRequest"); \ +static_assert(offsetof(FPartyJoinRequest, partyID) == 0x000000, "Member 'FPartyJoinRequest::partyID' has a wrong offset!"); \ +static_assert(offsetof(FPartyJoinRequest, invitationToken) == 0x000010, "Member 'FPartyJoinRequest::invitationToken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserAchievement \ +static_assert(alignof(FAccelByteModelsUserAchievement) == 0x000008, "Wrong alignment on FAccelByteModelsUserAchievement"); \ +static_assert(sizeof(FAccelByteModelsUserAchievement) == 0x000088, "Wrong size on FAccelByteModelsUserAchievement"); \ +static_assert(offsetof(FAccelByteModelsUserAchievement, Id) == 0x000000, "Member 'FAccelByteModelsUserAchievement::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserAchievement, Name) == 0x000010, "Member 'FAccelByteModelsUserAchievement::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserAchievement, AchievementCode) == 0x000060, "Member 'FAccelByteModelsUserAchievement::AchievementCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserAchievement, AchievedAt) == 0x000070, "Member 'FAccelByteModelsUserAchievement::AchievedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserAchievement, LatestValue) == 0x000080, "Member 'FAccelByteModelsUserAchievement::LatestValue' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserAchievement, Status) == 0x000084, "Member 'FAccelByteModelsUserAchievement::Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPredefinedEvent \ +static_assert(alignof(FAccelByteModelsPredefinedEvent) == 0x000008, "Wrong alignment on FAccelByteModelsPredefinedEvent"); \ +static_assert(sizeof(FAccelByteModelsPredefinedEvent) == 0x000018, "Wrong size on FAccelByteModelsPredefinedEvent"); \ +static_assert(offsetof(FAccelByteModelsPredefinedEvent, PreDefinedEventName) == 0x000008, "Member 'FAccelByteModelsPredefinedEvent::PreDefinedEventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatV2GroupChatModeratorDeleteGroupChatPayload \ +static_assert(alignof(FAccelByteModelsChatV2GroupChatModeratorDeleteGroupChatPayload) == 0x000008, "Wrong alignment on FAccelByteModelsChatV2GroupChatModeratorDeleteGroupChatPayload"); \ +static_assert(sizeof(FAccelByteModelsChatV2GroupChatModeratorDeleteGroupChatPayload) == 0x000048, "Wrong size on FAccelByteModelsChatV2GroupChatModeratorDeleteGroupChatPayload"); \ +static_assert(offsetof(FAccelByteModelsChatV2GroupChatModeratorDeleteGroupChatPayload, GroupId) == 0x000018, "Member 'FAccelByteModelsChatV2GroupChatModeratorDeleteGroupChatPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatV2GroupChatModeratorDeleteGroupChatPayload, ModeratorId) == 0x000028, "Member 'FAccelByteModelsChatV2GroupChatModeratorDeleteGroupChatPayload::ModeratorId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatV2GroupChatModeratorDeleteGroupChatPayload, ChatId) == 0x000038, "Member 'FAccelByteModelsChatV2GroupChatModeratorDeleteGroupChatPayload::ChatId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsAchievementIcon \ +static_assert(alignof(FAccelByteModelsAchievementIcon) == 0x000008, "Wrong alignment on FAccelByteModelsAchievementIcon"); \ +static_assert(sizeof(FAccelByteModelsAchievementIcon) == 0x000020, "Wrong size on FAccelByteModelsAchievementIcon"); \ +static_assert(offsetof(FAccelByteModelsAchievementIcon, Url) == 0x000000, "Member 'FAccelByteModelsAchievementIcon::Url' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsAchievementIcon, Slug) == 0x000010, "Member 'FAccelByteModelsAchievementIcon::Slug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPublicAchievement \ +static_assert(alignof(FAccelByteModelsPublicAchievement) == 0x000008, "Wrong alignment on FAccelByteModelsPublicAchievement"); \ +static_assert(sizeof(FAccelByteModelsPublicAchievement) == 0x0000D0, "Wrong size on FAccelByteModelsPublicAchievement"); \ +static_assert(offsetof(FAccelByteModelsPublicAchievement, AchievementCode) == 0x000000, "Member 'FAccelByteModelsPublicAchievement::AchievementCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicAchievement, Namespace) == 0x000010, "Member 'FAccelByteModelsPublicAchievement::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicAchievement, Name) == 0x000020, "Member 'FAccelByteModelsPublicAchievement::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicAchievement, Description) == 0x000030, "Member 'FAccelByteModelsPublicAchievement::Description' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicAchievement, LockedIcons) == 0x000040, "Member 'FAccelByteModelsPublicAchievement::LockedIcons' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicAchievement, UnlockedIcons) == 0x000050, "Member 'FAccelByteModelsPublicAchievement::UnlockedIcons' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicAchievement, Hidden) == 0x000060, "Member 'FAccelByteModelsPublicAchievement::Hidden' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicAchievement, ListOrder) == 0x000064, "Member 'FAccelByteModelsPublicAchievement::ListOrder' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicAchievement, Tags) == 0x000068, "Member 'FAccelByteModelsPublicAchievement::Tags' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicAchievement, Incremental) == 0x000078, "Member 'FAccelByteModelsPublicAchievement::Incremental' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicAchievement, Global) == 0x000079, "Member 'FAccelByteModelsPublicAchievement::Global' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicAchievement, GoalValue) == 0x00007C, "Member 'FAccelByteModelsPublicAchievement::GoalValue' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicAchievement, StatCode) == 0x000080, "Member 'FAccelByteModelsPublicAchievement::StatCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicAchievement, CreatedAt) == 0x000090, "Member 'FAccelByteModelsPublicAchievement::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicAchievement, UpdatedAt) == 0x0000A0, "Member 'FAccelByteModelsPublicAchievement::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicAchievement, CustomAttributes) == 0x0000B0, "Member 'FAccelByteModelsPublicAchievement::CustomAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPaginatedPublicAchievement \ +static_assert(alignof(FAccelByteModelsPaginatedPublicAchievement) == 0x000008, "Wrong alignment on FAccelByteModelsPaginatedPublicAchievement"); \ +static_assert(sizeof(FAccelByteModelsPaginatedPublicAchievement) == 0x000050, "Wrong size on FAccelByteModelsPaginatedPublicAchievement"); \ +static_assert(offsetof(FAccelByteModelsPaginatedPublicAchievement, Data) == 0x000000, "Member 'FAccelByteModelsPaginatedPublicAchievement::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPaginatedPublicAchievement, Paging) == 0x000010, "Member 'FAccelByteModelsPaginatedPublicAchievement::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsFreeFormNotificationRequest \ +static_assert(alignof(FAccelByteModelsFreeFormNotificationRequest) == 0x000008, "Wrong alignment on FAccelByteModelsFreeFormNotificationRequest"); \ +static_assert(sizeof(FAccelByteModelsFreeFormNotificationRequest) == 0x000020, "Wrong size on FAccelByteModelsFreeFormNotificationRequest"); \ +static_assert(offsetof(FAccelByteModelsFreeFormNotificationRequest, Topic) == 0x000000, "Member 'FAccelByteModelsFreeFormNotificationRequest::Topic' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFreeFormNotificationRequest, Message) == 0x000010, "Member 'FAccelByteModelsFreeFormNotificationRequest::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelScreenshots \ +static_assert(alignof(FAccelByteModelScreenshots) == 0x000008, "Wrong alignment on FAccelByteModelScreenshots"); \ +static_assert(sizeof(FAccelByteModelScreenshots) == 0x000060, "Wrong size on FAccelByteModelScreenshots"); \ +static_assert(offsetof(FAccelByteModelScreenshots, ContentType) == 0x000000, "Member 'FAccelByteModelScreenshots::ContentType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelScreenshots, Description) == 0x000010, "Member 'FAccelByteModelScreenshots::Description' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelScreenshots, FileExtension) == 0x000020, "Member 'FAccelByteModelScreenshots::FileExtension' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelScreenshots, ScreenshotId) == 0x000030, "Member 'FAccelByteModelScreenshots::ScreenshotId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelScreenshots, Source) == 0x000040, "Member 'FAccelByteModelScreenshots::Source' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelScreenshots, Url) == 0x000050, "Member 'FAccelByteModelScreenshots::Url' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupMemberRoleUpdatedPayload \ +static_assert(alignof(FAccelByteModelsGroupMemberRoleUpdatedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGroupMemberRoleUpdatedPayload"); \ +static_assert(sizeof(FAccelByteModelsGroupMemberRoleUpdatedPayload) == 0x000048, "Wrong size on FAccelByteModelsGroupMemberRoleUpdatedPayload"); \ +static_assert(offsetof(FAccelByteModelsGroupMemberRoleUpdatedPayload, GroupId) == 0x000018, "Member 'FAccelByteModelsGroupMemberRoleUpdatedPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupMemberRoleUpdatedPayload, MemberRoleId) == 0x000028, "Member 'FAccelByteModelsGroupMemberRoleUpdatedPayload::MemberRoleId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupMemberRoleUpdatedPayload, UpdatedUserId) == 0x000038, "Member 'FAccelByteModelsGroupMemberRoleUpdatedPayload::UpdatedUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsCountInfo \ +static_assert(alignof(FAccelByteModelsCountInfo) == 0x000004, "Wrong alignment on FAccelByteModelsCountInfo"); \ +static_assert(sizeof(FAccelByteModelsCountInfo) == 0x00000C, "Wrong size on FAccelByteModelsCountInfo"); \ +static_assert(offsetof(FAccelByteModelsCountInfo, NumberOfAchievements) == 0x000000, "Member 'FAccelByteModelsCountInfo::NumberOfAchievements' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCountInfo, NumberOfHiddenAchievements) == 0x000004, "Member 'FAccelByteModelsCountInfo::NumberOfHiddenAchievements' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCountInfo, NumberOfVisibleAchievements) == 0x000008, "Member 'FAccelByteModelsCountInfo::NumberOfVisibleAchievements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FValidationDescription \ +static_assert(alignof(FValidationDescription) == 0x000008, "Wrong alignment on FValidationDescription"); \ +static_assert(sizeof(FValidationDescription) == 0x000020, "Wrong size on FValidationDescription"); \ +static_assert(offsetof(FValidationDescription, Language) == 0x000000, "Member 'FValidationDescription::Language' has a wrong offset!"); \ +static_assert(offsetof(FValidationDescription, Message) == 0x000010, "Member 'FValidationDescription::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FValidation \ +static_assert(alignof(FValidation) == 0x000008, "Wrong alignment on FValidation"); \ +static_assert(sizeof(FValidation) == 0x000088, "Wrong size on FValidation"); \ +static_assert(offsetof(FValidation, AllowDigit) == 0x000000, "Member 'FValidation::AllowDigit' has a wrong offset!"); \ +static_assert(offsetof(FValidation, AllowLetter) == 0x000001, "Member 'FValidation::AllowLetter' has a wrong offset!"); \ +static_assert(offsetof(FValidation, AllowSpace) == 0x000002, "Member 'FValidation::AllowSpace' has a wrong offset!"); \ +static_assert(offsetof(FValidation, AllowUnicode) == 0x000003, "Member 'FValidation::AllowUnicode' has a wrong offset!"); \ +static_assert(offsetof(FValidation, Description) == 0x000008, "Member 'FValidation::Description' has a wrong offset!"); \ +static_assert(offsetof(FValidation, IsCustomRegex) == 0x000028, "Member 'FValidation::IsCustomRegex' has a wrong offset!"); \ +static_assert(offsetof(FValidation, LetterCase) == 0x000030, "Member 'FValidation::LetterCase' has a wrong offset!"); \ +static_assert(offsetof(FValidation, MaxLength) == 0x000040, "Member 'FValidation::MaxLength' has a wrong offset!"); \ +static_assert(offsetof(FValidation, MaxRepeatingAlphaNum) == 0x000044, "Member 'FValidation::MaxRepeatingAlphaNum' has a wrong offset!"); \ +static_assert(offsetof(FValidation, MaxRepeatingSpecialCharacter) == 0x000048, "Member 'FValidation::MaxRepeatingSpecialCharacter' has a wrong offset!"); \ +static_assert(offsetof(FValidation, MinCharType) == 0x00004C, "Member 'FValidation::MinCharType' has a wrong offset!"); \ +static_assert(offsetof(FValidation, MinLength) == 0x000050, "Member 'FValidation::MinLength' has a wrong offset!"); \ +static_assert(offsetof(FValidation, Regex) == 0x000058, "Member 'FValidation::Regex' has a wrong offset!"); \ +static_assert(offsetof(FValidation, SpecialCharacterLocation) == 0x000068, "Member 'FValidation::SpecialCharacterLocation' has a wrong offset!"); \ +static_assert(offsetof(FValidation, SpecialCharacters) == 0x000078, "Member 'FValidation::SpecialCharacters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataInputValidation \ +static_assert(alignof(FDataInputValidation) == 0x000008, "Wrong alignment on FDataInputValidation"); \ +static_assert(sizeof(FDataInputValidation) == 0x000098, "Wrong size on FDataInputValidation"); \ +static_assert(offsetof(FDataInputValidation, Field) == 0x000000, "Member 'FDataInputValidation::Field' has a wrong offset!"); \ +static_assert(offsetof(FDataInputValidation, Validation) == 0x000010, "Member 'FDataInputValidation::Validation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUnblockPlayerNotif \ +static_assert(alignof(FAccelByteModelsUnblockPlayerNotif) == 0x000008, "Wrong alignment on FAccelByteModelsUnblockPlayerNotif"); \ +static_assert(sizeof(FAccelByteModelsUnblockPlayerNotif) == 0x000020, "Wrong size on FAccelByteModelsUnblockPlayerNotif"); \ +static_assert(offsetof(FAccelByteModelsUnblockPlayerNotif, UserId) == 0x000000, "Member 'FAccelByteModelsUnblockPlayerNotif::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUnblockPlayerNotif, UnblockedUserId) == 0x000010, "Member 'FAccelByteModelsUnblockPlayerNotif::UnblockedUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserStatCycleItemInfo \ +static_assert(alignof(FAccelByteModelsUserStatCycleItemInfo) == 0x000008, "Wrong alignment on FAccelByteModelsUserStatCycleItemInfo"); \ +static_assert(sizeof(FAccelByteModelsUserStatCycleItemInfo) == 0x000088, "Wrong size on FAccelByteModelsUserStatCycleItemInfo"); \ +static_assert(offsetof(FAccelByteModelsUserStatCycleItemInfo, StatCode) == 0x000000, "Member 'FAccelByteModelsUserStatCycleItemInfo::StatCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatCycleItemInfo, StatName) == 0x000010, "Member 'FAccelByteModelsUserStatCycleItemInfo::StatName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatCycleItemInfo, CycleId) == 0x000020, "Member 'FAccelByteModelsUserStatCycleItemInfo::CycleId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatCycleItemInfo, CycleName) == 0x000030, "Member 'FAccelByteModelsUserStatCycleItemInfo::CycleName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatCycleItemInfo, Namespace) == 0x000040, "Member 'FAccelByteModelsUserStatCycleItemInfo::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatCycleItemInfo, Value) == 0x000050, "Member 'FAccelByteModelsUserStatCycleItemInfo::Value' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatCycleItemInfo, Tags) == 0x000058, "Member 'FAccelByteModelsUserStatCycleItemInfo::Tags' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatCycleItemInfo, CreatedAt) == 0x000068, "Member 'FAccelByteModelsUserStatCycleItemInfo::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatCycleItemInfo, UpdatedAt) == 0x000070, "Member 'FAccelByteModelsUserStatCycleItemInfo::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatCycleItemInfo, UserId) == 0x000078, "Member 'FAccelByteModelsUserStatCycleItemInfo::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserStatCycleItemPagingSlicedResult \ +static_assert(alignof(FAccelByteModelsUserStatCycleItemPagingSlicedResult) == 0x000008, "Wrong alignment on FAccelByteModelsUserStatCycleItemPagingSlicedResult"); \ +static_assert(sizeof(FAccelByteModelsUserStatCycleItemPagingSlicedResult) == 0x000050, "Wrong size on FAccelByteModelsUserStatCycleItemPagingSlicedResult"); \ +static_assert(offsetof(FAccelByteModelsUserStatCycleItemPagingSlicedResult, Data) == 0x000000, "Member 'FAccelByteModelsUserStatCycleItemPagingSlicedResult::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatCycleItemPagingSlicedResult, Paging) == 0x000010, "Member 'FAccelByteModelsUserStatCycleItemPagingSlicedResult::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatQueryTopicRequest \ +static_assert(alignof(FAccelByteModelsChatQueryTopicRequest) == 0x000008, "Wrong alignment on FAccelByteModelsChatQueryTopicRequest"); \ +static_assert(sizeof(FAccelByteModelsChatQueryTopicRequest) == 0x000018, "Wrong size on FAccelByteModelsChatQueryTopicRequest"); \ +static_assert(offsetof(FAccelByteModelsChatQueryTopicRequest, Keyword) == 0x000000, "Member 'FAccelByteModelsChatQueryTopicRequest::Keyword' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatQueryTopicRequest, Offset) == 0x000010, "Member 'FAccelByteModelsChatQueryTopicRequest::Offset' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatQueryTopicRequest, Limit) == 0x000014, "Member 'FAccelByteModelsChatQueryTopicRequest::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsAchievementGetUsersPayload \ +static_assert(alignof(FAccelByteModelsAchievementGetUsersPayload) == 0x000008, "Wrong alignment on FAccelByteModelsAchievementGetUsersPayload"); \ +static_assert(sizeof(FAccelByteModelsAchievementGetUsersPayload) == 0x000028, "Wrong size on FAccelByteModelsAchievementGetUsersPayload"); \ +static_assert(offsetof(FAccelByteModelsAchievementGetUsersPayload, UserId) == 0x000018, "Member 'FAccelByteModelsAchievementGetUsersPayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsCategoryInfo \ +static_assert(alignof(FAccelByteModelsCategoryInfo) == 0x000008, "Wrong alignment on FAccelByteModelsCategoryInfo"); \ +static_assert(sizeof(FAccelByteModelsCategoryInfo) == 0x000058, "Wrong size on FAccelByteModelsCategoryInfo"); \ +static_assert(offsetof(FAccelByteModelsCategoryInfo, Namespace) == 0x000000, "Member 'FAccelByteModelsCategoryInfo::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCategoryInfo, ParentCategoryPath) == 0x000010, "Member 'FAccelByteModelsCategoryInfo::ParentCategoryPath' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCategoryInfo, CategoryPath) == 0x000020, "Member 'FAccelByteModelsCategoryInfo::CategoryPath' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCategoryInfo, CreatedAt) == 0x000030, "Member 'FAccelByteModelsCategoryInfo::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCategoryInfo, UpdatedAt) == 0x000038, "Member 'FAccelByteModelsCategoryInfo::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCategoryInfo, DisplayName) == 0x000040, "Member 'FAccelByteModelsCategoryInfo::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCategoryInfo, Root) == 0x000050, "Member 'FAccelByteModelsCategoryInfo::Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArrayModelsCategoryInfoResponse \ +static_assert(alignof(FArrayModelsCategoryInfoResponse) == 0x000008, "Wrong alignment on FArrayModelsCategoryInfoResponse"); \ +static_assert(sizeof(FArrayModelsCategoryInfoResponse) == 0x000010, "Wrong size on FArrayModelsCategoryInfoResponse"); \ +static_assert(offsetof(FArrayModelsCategoryInfoResponse, Content) == 0x000000, "Member 'FArrayModelsCategoryInfoResponse::Content' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatUpdateUserTopicNotif \ +static_assert(alignof(FAccelByteModelsChatUpdateUserTopicNotif) == 0x000008, "Wrong alignment on FAccelByteModelsChatUpdateUserTopicNotif"); \ +static_assert(sizeof(FAccelByteModelsChatUpdateUserTopicNotif) == 0x000050, "Wrong size on FAccelByteModelsChatUpdateUserTopicNotif"); \ +static_assert(offsetof(FAccelByteModelsChatUpdateUserTopicNotif, Type) == 0x000000, "Member 'FAccelByteModelsChatUpdateUserTopicNotif::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatUpdateUserTopicNotif, Name) == 0x000008, "Member 'FAccelByteModelsChatUpdateUserTopicNotif::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatUpdateUserTopicNotif, TopicId) == 0x000018, "Member 'FAccelByteModelsChatUpdateUserTopicNotif::TopicId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatUpdateUserTopicNotif, SenderId) == 0x000028, "Member 'FAccelByteModelsChatUpdateUserTopicNotif::SenderId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatUpdateUserTopicNotif, UserId) == 0x000038, "Member 'FAccelByteModelsChatUpdateUserTopicNotif::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatUpdateUserTopicNotif, IsChannel) == 0x000048, "Member 'FAccelByteModelsChatUpdateUserTopicNotif::IsChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMultiLanguageAchievement \ +static_assert(alignof(FAccelByteModelsMultiLanguageAchievement) == 0x000008, "Wrong alignment on FAccelByteModelsMultiLanguageAchievement"); \ +static_assert(sizeof(FAccelByteModelsMultiLanguageAchievement) == 0x000150, "Wrong size on FAccelByteModelsMultiLanguageAchievement"); \ +static_assert(offsetof(FAccelByteModelsMultiLanguageAchievement, AchievementCode) == 0x000000, "Member 'FAccelByteModelsMultiLanguageAchievement::AchievementCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMultiLanguageAchievement, Namespace) == 0x000010, "Member 'FAccelByteModelsMultiLanguageAchievement::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMultiLanguageAchievement, Name) == 0x000020, "Member 'FAccelByteModelsMultiLanguageAchievement::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMultiLanguageAchievement, Description) == 0x000070, "Member 'FAccelByteModelsMultiLanguageAchievement::Description' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMultiLanguageAchievement, LockedIcons) == 0x0000C0, "Member 'FAccelByteModelsMultiLanguageAchievement::LockedIcons' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMultiLanguageAchievement, UnlockedIcons) == 0x0000D0, "Member 'FAccelByteModelsMultiLanguageAchievement::UnlockedIcons' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMultiLanguageAchievement, Hidden) == 0x0000E0, "Member 'FAccelByteModelsMultiLanguageAchievement::Hidden' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMultiLanguageAchievement, ListOrder) == 0x0000E4, "Member 'FAccelByteModelsMultiLanguageAchievement::ListOrder' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMultiLanguageAchievement, Tags) == 0x0000E8, "Member 'FAccelByteModelsMultiLanguageAchievement::Tags' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMultiLanguageAchievement, Incremental) == 0x0000F8, "Member 'FAccelByteModelsMultiLanguageAchievement::Incremental' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMultiLanguageAchievement, Global) == 0x0000F9, "Member 'FAccelByteModelsMultiLanguageAchievement::Global' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMultiLanguageAchievement, GoalValue) == 0x0000FC, "Member 'FAccelByteModelsMultiLanguageAchievement::GoalValue' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMultiLanguageAchievement, StatCode) == 0x000100, "Member 'FAccelByteModelsMultiLanguageAchievement::StatCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMultiLanguageAchievement, CreatedAt) == 0x000110, "Member 'FAccelByteModelsMultiLanguageAchievement::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMultiLanguageAchievement, UpdatedAt) == 0x000120, "Member 'FAccelByteModelsMultiLanguageAchievement::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMultiLanguageAchievement, CustomAttributes) == 0x000130, "Member 'FAccelByteModelsMultiLanguageAchievement::CustomAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsItemRecurring \ +static_assert(alignof(FAccelByteModelsItemRecurring) == 0x000004, "Wrong alignment on FAccelByteModelsItemRecurring"); \ +static_assert(sizeof(FAccelByteModelsItemRecurring) == 0x000010, "Wrong size on FAccelByteModelsItemRecurring"); \ +static_assert(offsetof(FAccelByteModelsItemRecurring, Cycle) == 0x000000, "Member 'FAccelByteModelsItemRecurring::Cycle' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemRecurring, FixedFreeDays) == 0x000004, "Member 'FAccelByteModelsItemRecurring::FixedFreeDays' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemRecurring, FixedTrialCycles) == 0x000008, "Member 'FAccelByteModelsItemRecurring::FixedTrialCycles' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemRecurring, GraceDays) == 0x00000C, "Member 'FAccelByteModelsItemRecurring::GraceDays' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelItemPredicate \ +static_assert(alignof(FAccelByteModelItemPredicate) == 0x000008, "Wrong alignment on FAccelByteModelItemPredicate"); \ +static_assert(sizeof(FAccelByteModelItemPredicate) == 0x000050, "Wrong size on FAccelByteModelItemPredicate"); \ +static_assert(offsetof(FAccelByteModelItemPredicate, Name) == 0x000000, "Member 'FAccelByteModelItemPredicate::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelItemPredicate, PredicateType) == 0x000010, "Member 'FAccelByteModelItemPredicate::PredicateType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelItemPredicate, Comparison) == 0x000018, "Member 'FAccelByteModelItemPredicate::Comparison' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelItemPredicate, AnyOf) == 0x000028, "Member 'FAccelByteModelItemPredicate::AnyOf' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelItemPredicate, Values) == 0x000030, "Member 'FAccelByteModelItemPredicate::Values' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelItemPredicate, Value) == 0x000040, "Member 'FAccelByteModelItemPredicate::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelItemConditionGroup \ +static_assert(alignof(FAccelByteModelItemConditionGroup) == 0x000008, "Wrong alignment on FAccelByteModelItemConditionGroup"); \ +static_assert(sizeof(FAccelByteModelItemConditionGroup) == 0x000020, "Wrong size on FAccelByteModelItemConditionGroup"); \ +static_assert(offsetof(FAccelByteModelItemConditionGroup, Predicates) == 0x000000, "Member 'FAccelByteModelItemConditionGroup::Predicates' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelItemConditionGroup, Operator) == 0x000010, "Member 'FAccelByteModelItemConditionGroup::Operator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelItemPurchaseCondition \ +static_assert(alignof(FAccelByteModelItemPurchaseCondition) == 0x000008, "Wrong alignment on FAccelByteModelItemPurchaseCondition"); \ +static_assert(sizeof(FAccelByteModelItemPurchaseCondition) == 0x000010, "Wrong size on FAccelByteModelItemPurchaseCondition"); \ +static_assert(offsetof(FAccelByteModelItemPurchaseCondition, ConditionGroups) == 0x000000, "Member 'FAccelByteModelItemPurchaseCondition::ConditionGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsItemImage \ +static_assert(alignof(FAccelByteModelsItemImage) == 0x000008, "Wrong alignment on FAccelByteModelsItemImage"); \ +static_assert(sizeof(FAccelByteModelsItemImage) == 0x000048, "Wrong size on FAccelByteModelsItemImage"); \ +static_assert(offsetof(FAccelByteModelsItemImage, As) == 0x000000, "Member 'FAccelByteModelsItemImage::As' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemImage, Caption) == 0x000010, "Member 'FAccelByteModelsItemImage::Caption' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemImage, Height) == 0x000020, "Member 'FAccelByteModelsItemImage::Height' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemImage, Width) == 0x000024, "Member 'FAccelByteModelsItemImage::Width' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemImage, ImageUrl) == 0x000028, "Member 'FAccelByteModelsItemImage::ImageUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemImage, SmallImageUrl) == 0x000038, "Member 'FAccelByteModelsItemImage::SmallImageUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelItemBoxItem \ +static_assert(alignof(FAccelByteModelItemBoxItem) == 0x000008, "Wrong alignment on FAccelByteModelItemBoxItem"); \ +static_assert(sizeof(FAccelByteModelItemBoxItem) == 0x000048, "Wrong size on FAccelByteModelItemBoxItem"); \ +static_assert(offsetof(FAccelByteModelItemBoxItem, ItemId) == 0x000000, "Member 'FAccelByteModelItemBoxItem::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelItemBoxItem, ItemSku) == 0x000010, "Member 'FAccelByteModelItemBoxItem::ItemSku' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelItemBoxItem, ItemType) == 0x000020, "Member 'FAccelByteModelItemBoxItem::ItemType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelItemBoxItem, Duration) == 0x000030, "Member 'FAccelByteModelItemBoxItem::Duration' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelItemBoxItem, EndDate) == 0x000038, "Member 'FAccelByteModelItemBoxItem::EndDate' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelItemBoxItem, Count) == 0x000040, "Member 'FAccelByteModelItemBoxItem::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelItemOptionBoxConfig \ +static_assert(alignof(FAccelByteModelItemOptionBoxConfig) == 0x000008, "Wrong alignment on FAccelByteModelItemOptionBoxConfig"); \ +static_assert(sizeof(FAccelByteModelItemOptionBoxConfig) == 0x000010, "Wrong size on FAccelByteModelItemOptionBoxConfig"); \ +static_assert(offsetof(FAccelByteModelItemOptionBoxConfig, BoxItems) == 0x000000, "Member 'FAccelByteModelItemOptionBoxConfig::BoxItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsItemRegionDataItem \ +static_assert(alignof(FAccelByteModelsItemRegionDataItem) == 0x000008, "Wrong alignment on FAccelByteModelsItemRegionDataItem"); \ +static_assert(sizeof(FAccelByteModelsItemRegionDataItem) == 0x000068, "Wrong size on FAccelByteModelsItemRegionDataItem"); \ +static_assert(offsetof(FAccelByteModelsItemRegionDataItem, Price) == 0x000000, "Member 'FAccelByteModelsItemRegionDataItem::Price' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemRegionDataItem, DiscountPercentage) == 0x000008, "Member 'FAccelByteModelsItemRegionDataItem::DiscountPercentage' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemRegionDataItem, DiscountAmount) == 0x00000C, "Member 'FAccelByteModelsItemRegionDataItem::DiscountAmount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemRegionDataItem, DiscountedPrice) == 0x000010, "Member 'FAccelByteModelsItemRegionDataItem::DiscountedPrice' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemRegionDataItem, CurrencyCode) == 0x000018, "Member 'FAccelByteModelsItemRegionDataItem::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemRegionDataItem, CurrencyType) == 0x000028, "Member 'FAccelByteModelsItemRegionDataItem::CurrencyType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemRegionDataItem, CurrencyNamespace) == 0x000030, "Member 'FAccelByteModelsItemRegionDataItem::CurrencyNamespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemRegionDataItem, TrialPrice) == 0x000040, "Member 'FAccelByteModelsItemRegionDataItem::TrialPrice' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemRegionDataItem, PurchaseAt) == 0x000048, "Member 'FAccelByteModelsItemRegionDataItem::PurchaseAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemRegionDataItem, ExpireAt) == 0x000050, "Member 'FAccelByteModelsItemRegionDataItem::ExpireAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemRegionDataItem, DiscountPurchaseAt) == 0x000058, "Member 'FAccelByteModelsItemRegionDataItem::DiscountPurchaseAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemRegionDataItem, DiscountExpireAt) == 0x000060, "Member 'FAccelByteModelsItemRegionDataItem::DiscountExpireAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsItemSaleConfig \ +static_assert(alignof(FAccelByteModelsItemSaleConfig) == 0x000008, "Wrong alignment on FAccelByteModelsItemSaleConfig"); \ +static_assert(sizeof(FAccelByteModelsItemSaleConfig) == 0x000018, "Wrong size on FAccelByteModelsItemSaleConfig"); \ +static_assert(offsetof(FAccelByteModelsItemSaleConfig, CurrencyCode) == 0x000000, "Member 'FAccelByteModelsItemSaleConfig::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemSaleConfig, Price) == 0x000010, "Member 'FAccelByteModelsItemSaleConfig::Price' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsItemInfo \ +static_assert(alignof(FAccelByteModelsItemInfo) == 0x000008, "Wrong alignment on FAccelByteModelsItemInfo"); \ +static_assert(sizeof(FAccelByteModelsItemInfo) == 0x0002D0, "Wrong size on FAccelByteModelsItemInfo"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, Title) == 0x000000, "Member 'FAccelByteModelsItemInfo::Title' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, Description) == 0x000010, "Member 'FAccelByteModelsItemInfo::Description' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, LongDescription) == 0x000020, "Member 'FAccelByteModelsItemInfo::LongDescription' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, ItemId) == 0x000030, "Member 'FAccelByteModelsItemInfo::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, AppId) == 0x000040, "Member 'FAccelByteModelsItemInfo::AppId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, AppType) == 0x000050, "Member 'FAccelByteModelsItemInfo::AppType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, SeasonType) == 0x000060, "Member 'FAccelByteModelsItemInfo::SeasonType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, BaseAppId) == 0x000068, "Member 'FAccelByteModelsItemInfo::BaseAppId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, Sku) == 0x000078, "Member 'FAccelByteModelsItemInfo::Sku' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, Namespace) == 0x000088, "Member 'FAccelByteModelsItemInfo::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, Name) == 0x000098, "Member 'FAccelByteModelsItemInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, EntitlementType) == 0x0000A8, "Member 'FAccelByteModelsItemInfo::EntitlementType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, UseCount) == 0x0000AC, "Member 'FAccelByteModelsItemInfo::UseCount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, Stackable) == 0x0000B0, "Member 'FAccelByteModelsItemInfo::Stackable' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, CategoryPath) == 0x0000B8, "Member 'FAccelByteModelsItemInfo::CategoryPath' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, Status) == 0x0000C8, "Member 'FAccelByteModelsItemInfo::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, Listable) == 0x0000C9, "Member 'FAccelByteModelsItemInfo::Listable' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, Purchasable) == 0x0000CA, "Member 'FAccelByteModelsItemInfo::Purchasable' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, SectionExclusive) == 0x0000CB, "Member 'FAccelByteModelsItemInfo::SectionExclusive' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, ItemType) == 0x0000CC, "Member 'FAccelByteModelsItemInfo::ItemType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, TargetNamespace) == 0x0000D0, "Member 'FAccelByteModelsItemInfo::TargetNamespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, TargetCurrencyCode) == 0x0000E0, "Member 'FAccelByteModelsItemInfo::TargetCurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, TargetItemId) == 0x0000F0, "Member 'FAccelByteModelsItemInfo::TargetItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, Images) == 0x000100, "Member 'FAccelByteModelsItemInfo::Images' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, ThumbnailUrl) == 0x000110, "Member 'FAccelByteModelsItemInfo::ThumbnailUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, RegionData) == 0x000120, "Member 'FAccelByteModelsItemInfo::RegionData' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, Recurring) == 0x000130, "Member 'FAccelByteModelsItemInfo::Recurring' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, ItemIds) == 0x000140, "Member 'FAccelByteModelsItemInfo::ItemIds' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, ItemQty) == 0x000150, "Member 'FAccelByteModelsItemInfo::ItemQty' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, BoundItemIds) == 0x0001A0, "Member 'FAccelByteModelsItemInfo::BoundItemIds' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, Tags) == 0x0001B0, "Member 'FAccelByteModelsItemInfo::Tags' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, Features) == 0x0001C0, "Member 'FAccelByteModelsItemInfo::Features' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, MaxCountPerUser) == 0x0001D0, "Member 'FAccelByteModelsItemInfo::MaxCountPerUser' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, MaxCount) == 0x0001D4, "Member 'FAccelByteModelsItemInfo::MaxCount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, Clazz) == 0x0001D8, "Member 'FAccelByteModelsItemInfo::Clazz' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, BoothName) == 0x0001E8, "Member 'FAccelByteModelsItemInfo::BoothName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, DisplayOrder) == 0x0001F8, "Member 'FAccelByteModelsItemInfo::DisplayOrder' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, Ext) == 0x000200, "Member 'FAccelByteModelsItemInfo::Ext' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, Region) == 0x000220, "Member 'FAccelByteModelsItemInfo::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, Language) == 0x000230, "Member 'FAccelByteModelsItemInfo::Language' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, CreatedAt) == 0x000240, "Member 'FAccelByteModelsItemInfo::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, UpdatedAt) == 0x000248, "Member 'FAccelByteModelsItemInfo::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, PurchaseCondition) == 0x000250, "Member 'FAccelByteModelsItemInfo::PurchaseCondition' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, OptionBoxConfig) == 0x000260, "Member 'FAccelByteModelsItemInfo::OptionBoxConfig' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, Fresh) == 0x000270, "Member 'FAccelByteModelsItemInfo::Fresh' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, bSellable) == 0x000271, "Member 'FAccelByteModelsItemInfo::bSellable' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, Sellable) == 0x000272, "Member 'FAccelByteModelsItemInfo::Sellable' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, SaleConfig) == 0x000278, "Member 'FAccelByteModelsItemInfo::SaleConfig' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, LocalExt) == 0x000290, "Member 'FAccelByteModelsItemInfo::LocalExt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, LootBoxConfig) == 0x0002B0, "Member 'FAccelByteModelsItemInfo::LootBoxConfig' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfo, Flexible) == 0x0002C8, "Member 'FAccelByteModelsItemInfo::Flexible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2MatchmakingMetrics \ +static_assert(alignof(FAccelByteModelsV2MatchmakingMetrics) == 0x000004, "Wrong alignment on FAccelByteModelsV2MatchmakingMetrics"); \ +static_assert(sizeof(FAccelByteModelsV2MatchmakingMetrics) == 0x000004, "Wrong size on FAccelByteModelsV2MatchmakingMetrics"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingMetrics, QueueTime) == 0x000000, "Member 'FAccelByteModelsV2MatchmakingMetrics::QueueTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPaginatedUserAchievement \ +static_assert(alignof(FAccelByteModelsPaginatedUserAchievement) == 0x000008, "Wrong alignment on FAccelByteModelsPaginatedUserAchievement"); \ +static_assert(sizeof(FAccelByteModelsPaginatedUserAchievement) == 0x000060, "Wrong size on FAccelByteModelsPaginatedUserAchievement"); \ +static_assert(offsetof(FAccelByteModelsPaginatedUserAchievement, CountInfo) == 0x000000, "Member 'FAccelByteModelsPaginatedUserAchievement::CountInfo' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPaginatedUserAchievement, Data) == 0x000010, "Member 'FAccelByteModelsPaginatedUserAchievement::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPaginatedUserAchievement, Paging) == 0x000020, "Member 'FAccelByteModelsPaginatedUserAchievement::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsDistributionAttributes \ +static_assert(alignof(FAccelByteModelsDistributionAttributes) == 0x000008, "Wrong alignment on FAccelByteModelsDistributionAttributes"); \ +static_assert(sizeof(FAccelByteModelsDistributionAttributes) == 0x000040, "Wrong size on FAccelByteModelsDistributionAttributes"); \ +static_assert(offsetof(FAccelByteModelsDistributionAttributes, Attributes) == 0x000000, "Member 'FAccelByteModelsDistributionAttributes::Attributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatV2TopicJoinedPayload \ +static_assert(alignof(FAccelByteModelsChatV2TopicJoinedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsChatV2TopicJoinedPayload"); \ +static_assert(sizeof(FAccelByteModelsChatV2TopicJoinedPayload) == 0x000038, "Wrong size on FAccelByteModelsChatV2TopicJoinedPayload"); \ +static_assert(offsetof(FAccelByteModelsChatV2TopicJoinedPayload, UserId) == 0x000018, "Member 'FAccelByteModelsChatV2TopicJoinedPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatV2TopicJoinedPayload, TopicId) == 0x000028, "Member 'FAccelByteModelsChatV2TopicJoinedPayload::TopicId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatV2TopicUserAddedPayload \ +static_assert(alignof(FAccelByteModelsChatV2TopicUserAddedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsChatV2TopicUserAddedPayload"); \ +static_assert(sizeof(FAccelByteModelsChatV2TopicUserAddedPayload) == 0x000038, "Wrong size on FAccelByteModelsChatV2TopicUserAddedPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserGlobalAchievement \ +static_assert(alignof(FAccelByteModelsUserGlobalAchievement) == 0x000008, "Wrong alignment on FAccelByteModelsUserGlobalAchievement"); \ +static_assert(sizeof(FAccelByteModelsUserGlobalAchievement) == 0x0000A0, "Wrong size on FAccelByteModelsUserGlobalAchievement"); \ +static_assert(offsetof(FAccelByteModelsUserGlobalAchievement, Id) == 0x000000, "Member 'FAccelByteModelsUserGlobalAchievement::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserGlobalAchievement, Name) == 0x000010, "Member 'FAccelByteModelsUserGlobalAchievement::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserGlobalAchievement, AchievementCode) == 0x000060, "Member 'FAccelByteModelsUserGlobalAchievement::AchievementCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserGlobalAchievement, Namespace) == 0x000070, "Member 'FAccelByteModelsUserGlobalAchievement::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserGlobalAchievement, Status) == 0x000080, "Member 'FAccelByteModelsUserGlobalAchievement::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserGlobalAchievement, LatestValue) == 0x000084, "Member 'FAccelByteModelsUserGlobalAchievement::LatestValue' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserGlobalAchievement, AchievedAt) == 0x000088, "Member 'FAccelByteModelsUserGlobalAchievement::AchievedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserGlobalAchievement, CreatedAt) == 0x000090, "Member 'FAccelByteModelsUserGlobalAchievement::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserGlobalAchievement, UpdatedAt) == 0x000098, "Member 'FAccelByteModelsUserGlobalAchievement::UpdatedAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPaginatedUserGlobalAchievement \ +static_assert(alignof(FAccelByteModelsPaginatedUserGlobalAchievement) == 0x000008, "Wrong alignment on FAccelByteModelsPaginatedUserGlobalAchievement"); \ +static_assert(sizeof(FAccelByteModelsPaginatedUserGlobalAchievement) == 0x000050, "Wrong size on FAccelByteModelsPaginatedUserGlobalAchievement"); \ +static_assert(offsetof(FAccelByteModelsPaginatedUserGlobalAchievement, Data) == 0x000000, "Member 'FAccelByteModelsPaginatedUserGlobalAchievement::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPaginatedUserGlobalAchievement, Paging) == 0x000010, "Member 'FAccelByteModelsPaginatedUserGlobalAchievement::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMemberRequestGroupResponse \ +static_assert(alignof(FAccelByteModelsMemberRequestGroupResponse) == 0x000008, "Wrong alignment on FAccelByteModelsMemberRequestGroupResponse"); \ +static_assert(sizeof(FAccelByteModelsMemberRequestGroupResponse) == 0x000020, "Wrong size on FAccelByteModelsMemberRequestGroupResponse"); \ +static_assert(offsetof(FAccelByteModelsMemberRequestGroupResponse, GroupId) == 0x000000, "Member 'FAccelByteModelsMemberRequestGroupResponse::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMemberRequestGroupResponse, UserId) == 0x000010, "Member 'FAccelByteModelsMemberRequestGroupResponse::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsJoinGroupResponse \ +static_assert(alignof(FAccelByteModelsJoinGroupResponse) == 0x000008, "Wrong alignment on FAccelByteModelsJoinGroupResponse"); \ +static_assert(sizeof(FAccelByteModelsJoinGroupResponse) == 0x000030, "Wrong size on FAccelByteModelsJoinGroupResponse"); \ +static_assert(offsetof(FAccelByteModelsJoinGroupResponse, Status) == 0x000020, "Member 'FAccelByteModelsJoinGroupResponse::Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlatformSyncMobileGoogleResponse \ +static_assert(alignof(FAccelByteModelsPlatformSyncMobileGoogleResponse) == 0x000001, "Wrong alignment on FAccelByteModelsPlatformSyncMobileGoogleResponse"); \ +static_assert(sizeof(FAccelByteModelsPlatformSyncMobileGoogleResponse) == 0x000001, "Wrong size on FAccelByteModelsPlatformSyncMobileGoogleResponse"); \ +static_assert(offsetof(FAccelByteModelsPlatformSyncMobileGoogleResponse, NeedConsume) == 0x000000, "Member 'FAccelByteModelsPlatformSyncMobileGoogleResponse::NeedConsume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCGroups \ +static_assert(alignof(FAccelByteModelsUGCGroups) == 0x000008, "Wrong alignment on FAccelByteModelsUGCGroups"); \ +static_assert(sizeof(FAccelByteModelsUGCGroups) == 0x000058, "Wrong size on FAccelByteModelsUGCGroups"); \ +static_assert(offsetof(FAccelByteModelsUGCGroups, Contents) == 0x000000, "Member 'FAccelByteModelsUGCGroups::Contents' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCGroups, CreatedAt) == 0x000010, "Member 'FAccelByteModelsUGCGroups::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCGroups, Id) == 0x000018, "Member 'FAccelByteModelsUGCGroups::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCGroups, Name) == 0x000028, "Member 'FAccelByteModelsUGCGroups::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCGroups, Namespace) == 0x000038, "Member 'FAccelByteModelsUGCGroups::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCGroups, UserId) == 0x000048, "Member 'FAccelByteModelsUGCGroups::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGlobalAchievementContributors \ +static_assert(alignof(FAccelByteModelsGlobalAchievementContributors) == 0x000008, "Wrong alignment on FAccelByteModelsGlobalAchievementContributors"); \ +static_assert(sizeof(FAccelByteModelsGlobalAchievementContributors) == 0x000058, "Wrong size on FAccelByteModelsGlobalAchievementContributors"); \ +static_assert(offsetof(FAccelByteModelsGlobalAchievementContributors, Id) == 0x000000, "Member 'FAccelByteModelsGlobalAchievementContributors::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGlobalAchievementContributors, Namespace) == 0x000010, "Member 'FAccelByteModelsGlobalAchievementContributors::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGlobalAchievementContributors, AchievementCode) == 0x000020, "Member 'FAccelByteModelsGlobalAchievementContributors::AchievementCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGlobalAchievementContributors, UserId) == 0x000030, "Member 'FAccelByteModelsGlobalAchievementContributors::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGlobalAchievementContributors, ContributedValue) == 0x000040, "Member 'FAccelByteModelsGlobalAchievementContributors::ContributedValue' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGlobalAchievementContributors, CreatedAt) == 0x000048, "Member 'FAccelByteModelsGlobalAchievementContributors::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGlobalAchievementContributors, UpdatedAt) == 0x000050, "Member 'FAccelByteModelsGlobalAchievementContributors::UpdatedAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPaginatedGlobalAchievementContributors \ +static_assert(alignof(FAccelByteModelsPaginatedGlobalAchievementContributors) == 0x000008, "Wrong alignment on FAccelByteModelsPaginatedGlobalAchievementContributors"); \ +static_assert(sizeof(FAccelByteModelsPaginatedGlobalAchievementContributors) == 0x000050, "Wrong size on FAccelByteModelsPaginatedGlobalAchievementContributors"); \ +static_assert(offsetof(FAccelByteModelsPaginatedGlobalAchievementContributors, Data) == 0x000000, "Member 'FAccelByteModelsPaginatedGlobalAchievementContributors::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPaginatedGlobalAchievementContributors, Paging) == 0x000010, "Member 'FAccelByteModelsPaginatedGlobalAchievementContributors::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatAddUserToTopicRequest \ +static_assert(alignof(FAccelByteModelsChatAddUserToTopicRequest) == 0x000008, "Wrong alignment on FAccelByteModelsChatAddUserToTopicRequest"); \ +static_assert(sizeof(FAccelByteModelsChatAddUserToTopicRequest) == 0x000020, "Wrong size on FAccelByteModelsChatAddUserToTopicRequest"); \ +static_assert(offsetof(FAccelByteModelsChatAddUserToTopicRequest, TopicId) == 0x000000, "Member 'FAccelByteModelsChatAddUserToTopicRequest::TopicId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatAddUserToTopicRequest, UserId) == 0x000010, "Member 'FAccelByteModelsChatAddUserToTopicRequest::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlatformPredicateValidateResults \ +static_assert(alignof(FAccelByteModelsPlatformPredicateValidateResults) == 0x000008, "Wrong alignment on FAccelByteModelsPlatformPredicateValidateResults"); \ +static_assert(sizeof(FAccelByteModelsPlatformPredicateValidateResults) == 0x000040, "Wrong size on FAccelByteModelsPlatformPredicateValidateResults"); \ +static_assert(offsetof(FAccelByteModelsPlatformPredicateValidateResults, PredicateName) == 0x000000, "Member 'FAccelByteModelsPlatformPredicateValidateResults::PredicateName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformPredicateValidateResults, Validated) == 0x000010, "Member 'FAccelByteModelsPlatformPredicateValidateResults::Validated' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformPredicateValidateResults, Matched) == 0x000020, "Member 'FAccelByteModelsPlatformPredicateValidateResults::Matched' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformPredicateValidateResults, Unmatched) == 0x000030, "Member 'FAccelByteModelsPlatformPredicateValidateResults::Unmatched' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsLobbyType \ +static_assert(alignof(FAccelByteModelsLobbyType) == 0x000008, "Wrong alignment on FAccelByteModelsLobbyType"); \ +static_assert(sizeof(FAccelByteModelsLobbyType) == 0x000010, "Wrong size on FAccelByteModelsLobbyType"); \ +static_assert(offsetof(FAccelByteModelsLobbyType, Type) == 0x000000, "Member 'FAccelByteModelsLobbyType::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsLobbyBaseResponse \ +static_assert(alignof(FAccelByteModelsLobbyBaseResponse) == 0x000008, "Wrong alignment on FAccelByteModelsLobbyBaseResponse"); \ +static_assert(sizeof(FAccelByteModelsLobbyBaseResponse) == 0x000030, "Wrong size on FAccelByteModelsLobbyBaseResponse"); \ +static_assert(offsetof(FAccelByteModelsLobbyBaseResponse, Id) == 0x000010, "Member 'FAccelByteModelsLobbyBaseResponse::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLobbyBaseResponse, Code) == 0x000020, "Member 'FAccelByteModelsLobbyBaseResponse::Code' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsListIncomingFriendsResponse \ +static_assert(alignof(FAccelByteModelsListIncomingFriendsResponse) == 0x000008, "Wrong alignment on FAccelByteModelsListIncomingFriendsResponse"); \ +static_assert(sizeof(FAccelByteModelsListIncomingFriendsResponse) == 0x000040, "Wrong size on FAccelByteModelsListIncomingFriendsResponse"); \ +static_assert(offsetof(FAccelByteModelsListIncomingFriendsResponse, friendsId) == 0x000030, "Member 'FAccelByteModelsListIncomingFriendsResponse::friendsId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGlobalAchievementContributed \ +static_assert(alignof(FAccelByteModelsGlobalAchievementContributed) == 0x000008, "Wrong alignment on FAccelByteModelsGlobalAchievementContributed"); \ +static_assert(sizeof(FAccelByteModelsGlobalAchievementContributed) == 0x000098, "Wrong size on FAccelByteModelsGlobalAchievementContributed"); \ +static_assert(offsetof(FAccelByteModelsGlobalAchievementContributed, Id) == 0x000000, "Member 'FAccelByteModelsGlobalAchievementContributed::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGlobalAchievementContributed, Name) == 0x000010, "Member 'FAccelByteModelsGlobalAchievementContributed::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGlobalAchievementContributed, Namespace) == 0x000060, "Member 'FAccelByteModelsGlobalAchievementContributed::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGlobalAchievementContributed, AchievementCode) == 0x000070, "Member 'FAccelByteModelsGlobalAchievementContributed::AchievementCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGlobalAchievementContributed, UserId) == 0x000080, "Member 'FAccelByteModelsGlobalAchievementContributed::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGlobalAchievementContributed, ContributedValue) == 0x000090, "Member 'FAccelByteModelsGlobalAchievementContributed::ContributedValue' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGlobalAchievementContributed, CanClaimReward) == 0x000094, "Member 'FAccelByteModelsGlobalAchievementContributed::CanClaimReward' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPaginatedGlobalAchievementUserContributed \ +static_assert(alignof(FAccelByteModelsPaginatedGlobalAchievementUserContributed) == 0x000008, "Wrong alignment on FAccelByteModelsPaginatedGlobalAchievementUserContributed"); \ +static_assert(sizeof(FAccelByteModelsPaginatedGlobalAchievementUserContributed) == 0x000050, "Wrong size on FAccelByteModelsPaginatedGlobalAchievementUserContributed"); \ +static_assert(offsetof(FAccelByteModelsPaginatedGlobalAchievementUserContributed, Data) == 0x000000, "Member 'FAccelByteModelsPaginatedGlobalAchievementUserContributed::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPaginatedGlobalAchievementUserContributed, Paging) == 0x000010, "Member 'FAccelByteModelsPaginatedGlobalAchievementUserContributed::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsBulkStatItemCreate \ +static_assert(alignof(FAccelByteModelsBulkStatItemCreate) == 0x000008, "Wrong alignment on FAccelByteModelsBulkStatItemCreate"); \ +static_assert(sizeof(FAccelByteModelsBulkStatItemCreate) == 0x000010, "Wrong size on FAccelByteModelsBulkStatItemCreate"); \ +static_assert(offsetof(FAccelByteModelsBulkStatItemCreate, StatCode) == 0x000000, "Member 'FAccelByteModelsBulkStatItemCreate::StatCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserBlockedPayload \ +static_assert(alignof(FAccelByteModelsUserBlockedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsUserBlockedPayload"); \ +static_assert(sizeof(FAccelByteModelsUserBlockedPayload) == 0x000038, "Wrong size on FAccelByteModelsUserBlockedPayload"); \ +static_assert(offsetof(FAccelByteModelsUserBlockedPayload, SenderId) == 0x000018, "Member 'FAccelByteModelsUserBlockedPayload::SenderId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserBlockedPayload, ReceiverId) == 0x000028, "Member 'FAccelByteModelsUserBlockedPayload::ReceiverId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSeasonPassGetUserSpecificSeasonDataPayload \ +static_assert(alignof(FAccelByteModelsSeasonPassGetUserSpecificSeasonDataPayload) == 0x000008, "Wrong alignment on FAccelByteModelsSeasonPassGetUserSpecificSeasonDataPayload"); \ +static_assert(sizeof(FAccelByteModelsSeasonPassGetUserSpecificSeasonDataPayload) == 0x000038, "Wrong size on FAccelByteModelsSeasonPassGetUserSpecificSeasonDataPayload"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassGetUserSpecificSeasonDataPayload, UserId) == 0x000018, "Member 'FAccelByteModelsSeasonPassGetUserSpecificSeasonDataPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassGetUserSpecificSeasonDataPayload, SeasonId) == 0x000028, "Member 'FAccelByteModelsSeasonPassGetUserSpecificSeasonDataPayload::SeasonId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPublicTag \ +static_assert(alignof(FAccelByteModelsPublicTag) == 0x000008, "Wrong alignment on FAccelByteModelsPublicTag"); \ +static_assert(sizeof(FAccelByteModelsPublicTag) == 0x000030, "Wrong size on FAccelByteModelsPublicTag"); \ +static_assert(offsetof(FAccelByteModelsPublicTag, Name) == 0x000000, "Member 'FAccelByteModelsPublicTag::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicTag, Namespace) == 0x000010, "Member 'FAccelByteModelsPublicTag::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicTag, CreatedAt) == 0x000020, "Member 'FAccelByteModelsPublicTag::CreatedAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPaginatedPublicTag \ +static_assert(alignof(FAccelByteModelsPaginatedPublicTag) == 0x000008, "Wrong alignment on FAccelByteModelsPaginatedPublicTag"); \ +static_assert(sizeof(FAccelByteModelsPaginatedPublicTag) == 0x000050, "Wrong size on FAccelByteModelsPaginatedPublicTag"); \ +static_assert(offsetof(FAccelByteModelsPaginatedPublicTag, Data) == 0x000000, "Member 'FAccelByteModelsPaginatedPublicTag::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPaginatedPublicTag, Paging) == 0x000010, "Member 'FAccelByteModelsPaginatedPublicTag::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2SessionUser \ +static_assert(alignof(FAccelByteModelsV2SessionUser) == 0x000008, "Wrong alignment on FAccelByteModelsV2SessionUser"); \ +static_assert(sizeof(FAccelByteModelsV2SessionUser) == 0x000040, "Wrong size on FAccelByteModelsV2SessionUser"); \ +static_assert(offsetof(FAccelByteModelsV2SessionUser, ID) == 0x000000, "Member 'FAccelByteModelsV2SessionUser::ID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2SessionUser, Status) == 0x000010, "Member 'FAccelByteModelsV2SessionUser::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2SessionUser, StatusV2) == 0x000011, "Member 'FAccelByteModelsV2SessionUser::StatusV2' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2SessionUser, UpdatedAt) == 0x000018, "Member 'FAccelByteModelsV2SessionUser::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2SessionUser, PlatformID) == 0x000020, "Member 'FAccelByteModelsV2SessionUser::PlatformID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2SessionUser, PlatformUserID) == 0x000030, "Member 'FAccelByteModelsV2SessionUser::PlatformUserID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2PartyUserRejectedEvent \ +static_assert(alignof(FAccelByteModelsV2PartyUserRejectedEvent) == 0x000008, "Wrong alignment on FAccelByteModelsV2PartyUserRejectedEvent"); \ +static_assert(sizeof(FAccelByteModelsV2PartyUserRejectedEvent) == 0x000030, "Wrong size on FAccelByteModelsV2PartyUserRejectedEvent"); \ +static_assert(offsetof(FAccelByteModelsV2PartyUserRejectedEvent, PartyID) == 0x000000, "Member 'FAccelByteModelsV2PartyUserRejectedEvent::PartyID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PartyUserRejectedEvent, RejectedID) == 0x000010, "Member 'FAccelByteModelsV2PartyUserRejectedEvent::RejectedID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PartyUserRejectedEvent, Members) == 0x000020, "Member 'FAccelByteModelsV2PartyUserRejectedEvent::Members' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsCancelFriendsResponse \ +static_assert(alignof(FAccelByteModelsCancelFriendsResponse) == 0x000008, "Wrong alignment on FAccelByteModelsCancelFriendsResponse"); \ +static_assert(sizeof(FAccelByteModelsCancelFriendsResponse) == 0x000040, "Wrong size on FAccelByteModelsCancelFriendsResponse"); \ +static_assert(offsetof(FAccelByteModelsCancelFriendsResponse, FriendId) == 0x000030, "Member 'FAccelByteModelsCancelFriendsResponse::FriendId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2PartyInvitedEvent \ +static_assert(alignof(FAccelByteModelsV2PartyInvitedEvent) == 0x000008, "Wrong alignment on FAccelByteModelsV2PartyInvitedEvent"); \ +static_assert(sizeof(FAccelByteModelsV2PartyInvitedEvent) == 0x000020, "Wrong size on FAccelByteModelsV2PartyInvitedEvent"); \ +static_assert(offsetof(FAccelByteModelsV2PartyInvitedEvent, SenderID) == 0x000000, "Member 'FAccelByteModelsV2PartyInvitedEvent::SenderID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PartyInvitedEvent, PartyID) == 0x000010, "Member 'FAccelByteModelsV2PartyInvitedEvent::PartyID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsLocalizedPolicyVersionObject \ +static_assert(alignof(FAccelByteModelsLocalizedPolicyVersionObject) == 0x000008, "Wrong alignment on FAccelByteModelsLocalizedPolicyVersionObject"); \ +static_assert(sizeof(FAccelByteModelsLocalizedPolicyVersionObject) == 0x000090, "Wrong size on FAccelByteModelsLocalizedPolicyVersionObject"); \ +static_assert(offsetof(FAccelByteModelsLocalizedPolicyVersionObject, Id) == 0x000000, "Member 'FAccelByteModelsLocalizedPolicyVersionObject::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLocalizedPolicyVersionObject, CreatedAt) == 0x000010, "Member 'FAccelByteModelsLocalizedPolicyVersionObject::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLocalizedPolicyVersionObject, UpdatedAt) == 0x000018, "Member 'FAccelByteModelsLocalizedPolicyVersionObject::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLocalizedPolicyVersionObject, LocaleCode) == 0x000020, "Member 'FAccelByteModelsLocalizedPolicyVersionObject::LocaleCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLocalizedPolicyVersionObject, ContentType) == 0x000030, "Member 'FAccelByteModelsLocalizedPolicyVersionObject::ContentType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLocalizedPolicyVersionObject, AttachmentLocation) == 0x000040, "Member 'FAccelByteModelsLocalizedPolicyVersionObject::AttachmentLocation' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLocalizedPolicyVersionObject, AttachmentVersionIdentifier) == 0x000050, "Member 'FAccelByteModelsLocalizedPolicyVersionObject::AttachmentVersionIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLocalizedPolicyVersionObject, Description) == 0x000060, "Member 'FAccelByteModelsLocalizedPolicyVersionObject::Description' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLocalizedPolicyVersionObject, Status) == 0x000070, "Member 'FAccelByteModelsLocalizedPolicyVersionObject::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLocalizedPolicyVersionObject, PublishedDate) == 0x000080, "Member 'FAccelByteModelsLocalizedPolicyVersionObject::PublishedDate' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLocalizedPolicyVersionObject, IsDefaultSelection) == 0x000088, "Member 'FAccelByteModelsLocalizedPolicyVersionObject::IsDefaultSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPolicyVersionWithLocalizedVersionObject \ +static_assert(alignof(FAccelByteModelsPolicyVersionWithLocalizedVersionObject) == 0x000008, "Wrong alignment on FAccelByteModelsPolicyVersionWithLocalizedVersionObject"); \ +static_assert(sizeof(FAccelByteModelsPolicyVersionWithLocalizedVersionObject) == 0x000070, "Wrong size on FAccelByteModelsPolicyVersionWithLocalizedVersionObject"); \ +static_assert(offsetof(FAccelByteModelsPolicyVersionWithLocalizedVersionObject, Id) == 0x000000, "Member 'FAccelByteModelsPolicyVersionWithLocalizedVersionObject::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPolicyVersionWithLocalizedVersionObject, CreatedAt) == 0x000010, "Member 'FAccelByteModelsPolicyVersionWithLocalizedVersionObject::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPolicyVersionWithLocalizedVersionObject, UpdatedAt) == 0x000018, "Member 'FAccelByteModelsPolicyVersionWithLocalizedVersionObject::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPolicyVersionWithLocalizedVersionObject, DisplayVersion) == 0x000020, "Member 'FAccelByteModelsPolicyVersionWithLocalizedVersionObject::DisplayVersion' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPolicyVersionWithLocalizedVersionObject, Description) == 0x000030, "Member 'FAccelByteModelsPolicyVersionWithLocalizedVersionObject::Description' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPolicyVersionWithLocalizedVersionObject, Status) == 0x000040, "Member 'FAccelByteModelsPolicyVersionWithLocalizedVersionObject::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPolicyVersionWithLocalizedVersionObject, PublishedDate) == 0x000050, "Member 'FAccelByteModelsPolicyVersionWithLocalizedVersionObject::PublishedDate' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPolicyVersionWithLocalizedVersionObject, LocalizedPolicyVersions) == 0x000058, "Member 'FAccelByteModelsPolicyVersionWithLocalizedVersionObject::LocalizedPolicyVersions' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPolicyVersionWithLocalizedVersionObject, IsCommitted) == 0x000068, "Member 'FAccelByteModelsPolicyVersionWithLocalizedVersionObject::IsCommitted' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPolicyVersionWithLocalizedVersionObject, IsCrucial) == 0x000069, "Member 'FAccelByteModelsPolicyVersionWithLocalizedVersionObject::IsCrucial' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPolicyVersionWithLocalizedVersionObject, IsInEffect) == 0x00006A, "Member 'FAccelByteModelsPolicyVersionWithLocalizedVersionObject::IsInEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPublicPolicy \ +static_assert(alignof(FAccelByteModelsPublicPolicy) == 0x000008, "Wrong alignment on FAccelByteModelsPublicPolicy"); \ +static_assert(sizeof(FAccelByteModelsPublicPolicy) == 0x0000C0, "Wrong size on FAccelByteModelsPublicPolicy"); \ +static_assert(offsetof(FAccelByteModelsPublicPolicy, Id) == 0x000000, "Member 'FAccelByteModelsPublicPolicy::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicPolicy, createdAt) == 0x000010, "Member 'FAccelByteModelsPublicPolicy::createdAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicPolicy, updatedAt) == 0x000018, "Member 'FAccelByteModelsPublicPolicy::updatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicPolicy, ReadableId) == 0x000020, "Member 'FAccelByteModelsPublicPolicy::ReadableId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicPolicy, PolicyName) == 0x000030, "Member 'FAccelByteModelsPublicPolicy::PolicyName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicPolicy, PolicyType) == 0x000040, "Member 'FAccelByteModelsPublicPolicy::PolicyType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicPolicy, Namespace) == 0x000050, "Member 'FAccelByteModelsPublicPolicy::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicPolicy, CountryCode) == 0x000060, "Member 'FAccelByteModelsPublicPolicy::CountryCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicPolicy, CountryGroupCode) == 0x000070, "Member 'FAccelByteModelsPublicPolicy::CountryGroupCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicPolicy, BaseUrls) == 0x000080, "Member 'FAccelByteModelsPublicPolicy::BaseUrls' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicPolicy, ShouldNotifyOnUpdate) == 0x000090, "Member 'FAccelByteModelsPublicPolicy::ShouldNotifyOnUpdate' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicPolicy, PolicyVersions) == 0x000098, "Member 'FAccelByteModelsPublicPolicy::PolicyVersions' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicPolicy, Description) == 0x0000A8, "Member 'FAccelByteModelsPublicPolicy::Description' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicPolicy, IsMandatory) == 0x0000B8, "Member 'FAccelByteModelsPublicPolicy::IsMandatory' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicPolicy, IsDefaultOpted) == 0x0000B9, "Member 'FAccelByteModelsPublicPolicy::IsDefaultOpted' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicPolicy, IsDefaultSelection) == 0x0000BA, "Member 'FAccelByteModelsPublicPolicy::IsDefaultSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArrayModelsPublicPolicyResponse \ +static_assert(alignof(FArrayModelsPublicPolicyResponse) == 0x000008, "Wrong alignment on FArrayModelsPublicPolicyResponse"); \ +static_assert(sizeof(FArrayModelsPublicPolicyResponse) == 0x000010, "Wrong size on FArrayModelsPublicPolicyResponse"); \ +static_assert(offsetof(FArrayModelsPublicPolicyResponse, Content) == 0x000000, "Member 'FArrayModelsPublicPolicyResponse::Content' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserPlatformInfo \ +static_assert(alignof(FAccelByteModelsUserPlatformInfo) == 0x000008, "Wrong alignment on FAccelByteModelsUserPlatformInfo"); \ +static_assert(sizeof(FAccelByteModelsUserPlatformInfo) == 0x000030, "Wrong size on FAccelByteModelsUserPlatformInfo"); \ +static_assert(offsetof(FAccelByteModelsUserPlatformInfo, platformName) == 0x000000, "Member 'FAccelByteModelsUserPlatformInfo::platformName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserPlatformInfo, platformUserId) == 0x000010, "Member 'FAccelByteModelsUserPlatformInfo::platformUserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserPlatformInfo, platformDisplayName) == 0x000020, "Member 'FAccelByteModelsUserPlatformInfo::platformDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsLoadFriendWithPlatformData \ +static_assert(alignof(FAccelByteModelsLoadFriendWithPlatformData) == 0x000008, "Wrong alignment on FAccelByteModelsLoadFriendWithPlatformData"); \ +static_assert(sizeof(FAccelByteModelsLoadFriendWithPlatformData) == 0x000060, "Wrong size on FAccelByteModelsLoadFriendWithPlatformData"); \ +static_assert(offsetof(FAccelByteModelsLoadFriendWithPlatformData, userId) == 0x000030, "Member 'FAccelByteModelsLoadFriendWithPlatformData::userId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLoadFriendWithPlatformData, displayName) == 0x000040, "Member 'FAccelByteModelsLoadFriendWithPlatformData::displayName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLoadFriendWithPlatformData, platformInfos) == 0x000050, "Member 'FAccelByteModelsLoadFriendWithPlatformData::platformInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCGetFollowedContentResponse \ +static_assert(alignof(FAccelByteModelsUGCGetFollowedContentResponse) == 0x000008, "Wrong alignment on FAccelByteModelsUGCGetFollowedContentResponse"); \ +static_assert(sizeof(FAccelByteModelsUGCGetFollowedContentResponse) == 0x000010, "Wrong size on FAccelByteModelsUGCGetFollowedContentResponse"); \ +static_assert(offsetof(FAccelByteModelsUGCGetFollowedContentResponse, Screenshots) == 0x000000, "Member 'FAccelByteModelsUGCGetFollowedContentResponse::Screenshots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGetFriendshipStatusResponse \ +static_assert(alignof(FAccelByteModelsGetFriendshipStatusResponse) == 0x000008, "Wrong alignment on FAccelByteModelsGetFriendshipStatusResponse"); \ +static_assert(sizeof(FAccelByteModelsGetFriendshipStatusResponse) == 0x000048, "Wrong size on FAccelByteModelsGetFriendshipStatusResponse"); \ +static_assert(offsetof(FAccelByteModelsGetFriendshipStatusResponse, friendshipStatus) == 0x000030, "Member 'FAccelByteModelsGetFriendshipStatusResponse::friendshipStatus' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGetFriendshipStatusResponse, FriendId) == 0x000038, "Member 'FAccelByteModelsGetFriendshipStatusResponse::FriendId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGDPRSubmitAccountDeletionResponse \ +static_assert(alignof(FAccelByteModelsGDPRSubmitAccountDeletionResponse) == 0x000008, "Wrong alignment on FAccelByteModelsGDPRSubmitAccountDeletionResponse"); \ +static_assert(sizeof(FAccelByteModelsGDPRSubmitAccountDeletionResponse) == 0x000020, "Wrong size on FAccelByteModelsGDPRSubmitAccountDeletionResponse"); \ +static_assert(offsetof(FAccelByteModelsGDPRSubmitAccountDeletionResponse, Namespace) == 0x000000, "Member 'FAccelByteModelsGDPRSubmitAccountDeletionResponse::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGDPRSubmitAccountDeletionResponse, UserID) == 0x000010, "Member 'FAccelByteModelsGDPRSubmitAccountDeletionResponse::UserID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCUploadScreenshotV2 \ +static_assert(alignof(FAccelByteModelsUGCUploadScreenshotV2) == 0x000008, "Wrong alignment on FAccelByteModelsUGCUploadScreenshotV2"); \ +static_assert(sizeof(FAccelByteModelsUGCUploadScreenshotV2) == 0x000030, "Wrong size on FAccelByteModelsUGCUploadScreenshotV2"); \ +static_assert(offsetof(FAccelByteModelsUGCUploadScreenshotV2, ContentType) == 0x000000, "Member 'FAccelByteModelsUGCUploadScreenshotV2::ContentType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUploadScreenshotV2, Description) == 0x000010, "Member 'FAccelByteModelsUGCUploadScreenshotV2::Description' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUploadScreenshotV2, FileExtension) == 0x000020, "Member 'FAccelByteModelsUGCUploadScreenshotV2::FileExtension' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsRetrieveUserEligibilitiesResponse \ +static_assert(alignof(FAccelByteModelsRetrieveUserEligibilitiesResponse) == 0x000008, "Wrong alignment on FAccelByteModelsRetrieveUserEligibilitiesResponse"); \ +static_assert(sizeof(FAccelByteModelsRetrieveUserEligibilitiesResponse) == 0x0000A8, "Wrong size on FAccelByteModelsRetrieveUserEligibilitiesResponse"); \ +static_assert(offsetof(FAccelByteModelsRetrieveUserEligibilitiesResponse, ReadableId) == 0x000000, "Member 'FAccelByteModelsRetrieveUserEligibilitiesResponse::ReadableId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRetrieveUserEligibilitiesResponse, PolicyName) == 0x000010, "Member 'FAccelByteModelsRetrieveUserEligibilitiesResponse::PolicyName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRetrieveUserEligibilitiesResponse, PolicyType) == 0x000020, "Member 'FAccelByteModelsRetrieveUserEligibilitiesResponse::PolicyType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRetrieveUserEligibilitiesResponse, Namespace) == 0x000030, "Member 'FAccelByteModelsRetrieveUserEligibilitiesResponse::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRetrieveUserEligibilitiesResponse, CountryCode) == 0x000040, "Member 'FAccelByteModelsRetrieveUserEligibilitiesResponse::CountryCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRetrieveUserEligibilitiesResponse, CountryGrupCode) == 0x000050, "Member 'FAccelByteModelsRetrieveUserEligibilitiesResponse::CountryGrupCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRetrieveUserEligibilitiesResponse, BaseUrls) == 0x000060, "Member 'FAccelByteModelsRetrieveUserEligibilitiesResponse::BaseUrls' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRetrieveUserEligibilitiesResponse, PolicyVersions) == 0x000070, "Member 'FAccelByteModelsRetrieveUserEligibilitiesResponse::PolicyVersions' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRetrieveUserEligibilitiesResponse, Description) == 0x000080, "Member 'FAccelByteModelsRetrieveUserEligibilitiesResponse::Description' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRetrieveUserEligibilitiesResponse, PolicyId) == 0x000090, "Member 'FAccelByteModelsRetrieveUserEligibilitiesResponse::PolicyId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRetrieveUserEligibilitiesResponse, IsMandatory) == 0x0000A0, "Member 'FAccelByteModelsRetrieveUserEligibilitiesResponse::IsMandatory' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRetrieveUserEligibilitiesResponse, IsAccepted) == 0x0000A1, "Member 'FAccelByteModelsRetrieveUserEligibilitiesResponse::IsAccepted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArrayModelsRetrieveUserEligibilitiesResponse \ +static_assert(alignof(FArrayModelsRetrieveUserEligibilitiesResponse) == 0x000008, "Wrong alignment on FArrayModelsRetrieveUserEligibilitiesResponse"); \ +static_assert(sizeof(FArrayModelsRetrieveUserEligibilitiesResponse) == 0x000010, "Wrong size on FArrayModelsRetrieveUserEligibilitiesResponse"); \ +static_assert(offsetof(FArrayModelsRetrieveUserEligibilitiesResponse, Content) == 0x000000, "Member 'FArrayModelsRetrieveUserEligibilitiesResponse::Content' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsListOutgoingFriendsResponse \ +static_assert(alignof(FAccelByteModelsListOutgoingFriendsResponse) == 0x000008, "Wrong alignment on FAccelByteModelsListOutgoingFriendsResponse"); \ +static_assert(sizeof(FAccelByteModelsListOutgoingFriendsResponse) == 0x000040, "Wrong size on FAccelByteModelsListOutgoingFriendsResponse"); \ +static_assert(offsetof(FAccelByteModelsListOutgoingFriendsResponse, friendsId) == 0x000030, "Member 'FAccelByteModelsListOutgoingFriendsResponse::friendsId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsLoadFriendListResponse \ +static_assert(alignof(FAccelByteModelsLoadFriendListResponse) == 0x000008, "Wrong alignment on FAccelByteModelsLoadFriendListResponse"); \ +static_assert(sizeof(FAccelByteModelsLoadFriendListResponse) == 0x000040, "Wrong size on FAccelByteModelsLoadFriendListResponse"); \ +static_assert(offsetof(FAccelByteModelsLoadFriendListResponse, friendsId) == 0x000030, "Member 'FAccelByteModelsLoadFriendListResponse::friendsId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsAcceptAgreementResponse \ +static_assert(alignof(FAccelByteModelsAcceptAgreementResponse) == 0x000001, "Wrong alignment on FAccelByteModelsAcceptAgreementResponse"); \ +static_assert(sizeof(FAccelByteModelsAcceptAgreementResponse) == 0x000001, "Wrong size on FAccelByteModelsAcceptAgreementResponse"); \ +static_assert(offsetof(FAccelByteModelsAcceptAgreementResponse, Proceed) == 0x000000, "Member 'FAccelByteModelsAcceptAgreementResponse::Proceed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserRecord \ +static_assert(alignof(FAccelByteModelsUserRecord) == 0x000008, "Wrong alignment on FAccelByteModelsUserRecord"); \ +static_assert(sizeof(FAccelByteModelsUserRecord) == 0x000070, "Wrong size on FAccelByteModelsUserRecord"); \ +static_assert(offsetof(FAccelByteModelsUserRecord, Key) == 0x000000, "Member 'FAccelByteModelsUserRecord::Key' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserRecord, Namespace) == 0x000010, "Member 'FAccelByteModelsUserRecord::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserRecord, UserId) == 0x000020, "Member 'FAccelByteModelsUserRecord::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserRecord, IsPublic) == 0x000030, "Member 'FAccelByteModelsUserRecord::IsPublic' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserRecord, CreatedAt) == 0x000038, "Member 'FAccelByteModelsUserRecord::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserRecord, UpdatedAt) == 0x000040, "Member 'FAccelByteModelsUserRecord::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserRecord, SetBy) == 0x000048, "Member 'FAccelByteModelsUserRecord::SetBy' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserRecord, Value) == 0x000050, "Member 'FAccelByteModelsUserRecord::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlatformRewardItem \ +static_assert(alignof(FAccelByteModelsPlatformRewardItem) == 0x000008, "Wrong alignment on FAccelByteModelsPlatformRewardItem"); \ +static_assert(sizeof(FAccelByteModelsPlatformRewardItem) == 0x000030, "Wrong size on FAccelByteModelsPlatformRewardItem"); \ +static_assert(offsetof(FAccelByteModelsPlatformRewardItem, ItemType) == 0x000000, "Member 'FAccelByteModelsPlatformRewardItem::ItemType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformRewardItem, ItemId) == 0x000010, "Member 'FAccelByteModelsPlatformRewardItem::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformRewardItem, ItemSku) == 0x000020, "Member 'FAccelByteModelsPlatformRewardItem::ItemSku' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlatformRewardCurrency \ +static_assert(alignof(FAccelByteModelsPlatformRewardCurrency) == 0x000008, "Wrong alignment on FAccelByteModelsPlatformRewardCurrency"); \ +static_assert(sizeof(FAccelByteModelsPlatformRewardCurrency) == 0x000020, "Wrong size on FAccelByteModelsPlatformRewardCurrency"); \ +static_assert(offsetof(FAccelByteModelsPlatformRewardCurrency, Namespace) == 0x000000, "Member 'FAccelByteModelsPlatformRewardCurrency::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformRewardCurrency, CurrencyCode) == 0x000010, "Member 'FAccelByteModelsPlatformRewardCurrency::CurrencyCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlatformReward \ +static_assert(alignof(FAccelByteModelsPlatformReward) == 0x000008, "Wrong alignment on FAccelByteModelsPlatformReward"); \ +static_assert(sizeof(FAccelByteModelsPlatformReward) == 0x000060, "Wrong size on FAccelByteModelsPlatformReward"); \ +static_assert(offsetof(FAccelByteModelsPlatformReward, Type) == 0x000000, "Member 'FAccelByteModelsPlatformReward::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformReward, Item) == 0x000008, "Member 'FAccelByteModelsPlatformReward::Item' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformReward, Currency) == 0x000038, "Member 'FAccelByteModelsPlatformReward::Currency' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformReward, Quantity) == 0x000058, "Member 'FAccelByteModelsPlatformReward::Quantity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsFulfillRewards \ +static_assert(alignof(FAccelByteModelsFulfillRewards) == 0x000008, "Wrong alignment on FAccelByteModelsFulfillRewards"); \ +static_assert(sizeof(FAccelByteModelsFulfillRewards) == 0x000038, "Wrong size on FAccelByteModelsFulfillRewards"); \ +static_assert(offsetof(FAccelByteModelsFulfillRewards, Rewards) == 0x000000, "Member 'FAccelByteModelsFulfillRewards::Rewards' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFulfillRewards, Source) == 0x000010, "Member 'FAccelByteModelsFulfillRewards::Source' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFulfillRewards, Origin) == 0x000011, "Member 'FAccelByteModelsFulfillRewards::Origin' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFulfillRewards, Metadata) == 0x000018, "Member 'FAccelByteModelsFulfillRewards::Metadata' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsReportingAdditionalInfoChat \ +static_assert(alignof(FAccelByteModelsReportingAdditionalInfoChat) == 0x000008, "Wrong alignment on FAccelByteModelsReportingAdditionalInfoChat"); \ +static_assert(sizeof(FAccelByteModelsReportingAdditionalInfoChat) == 0x000020, "Wrong size on FAccelByteModelsReportingAdditionalInfoChat"); \ +static_assert(offsetof(FAccelByteModelsReportingAdditionalInfoChat, ChatCreatedAt) == 0x000000, "Member 'FAccelByteModelsReportingAdditionalInfoChat::ChatCreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReportingAdditionalInfoChat, TopicId) == 0x000010, "Member 'FAccelByteModelsReportingAdditionalInfoChat::TopicId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsBinaryInfo \ +static_assert(alignof(FAccelByteModelsBinaryInfo) == 0x000008, "Wrong alignment on FAccelByteModelsBinaryInfo"); \ +static_assert(sizeof(FAccelByteModelsBinaryInfo) == 0x000038, "Wrong size on FAccelByteModelsBinaryInfo"); \ +static_assert(offsetof(FAccelByteModelsBinaryInfo, Content_Type) == 0x000000, "Member 'FAccelByteModelsBinaryInfo::Content_Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsBinaryInfo, File_Location) == 0x000010, "Member 'FAccelByteModelsBinaryInfo::File_Location' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsBinaryInfo, Url) == 0x000020, "Member 'FAccelByteModelsBinaryInfo::Url' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsBinaryInfo, Version) == 0x000030, "Member 'FAccelByteModelsBinaryInfo::Version' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUpdateSystemMessagesResponse \ +static_assert(alignof(FAccelByteModelsUpdateSystemMessagesResponse) == 0x000008, "Wrong alignment on FAccelByteModelsUpdateSystemMessagesResponse"); \ +static_assert(sizeof(FAccelByteModelsUpdateSystemMessagesResponse) == 0x000008, "Wrong size on FAccelByteModelsUpdateSystemMessagesResponse"); \ +static_assert(offsetof(FAccelByteModelsUpdateSystemMessagesResponse, Processed) == 0x000000, "Member 'FAccelByteModelsUpdateSystemMessagesResponse::Processed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGameRecord \ +static_assert(alignof(FAccelByteModelsGameRecord) == 0x000008, "Wrong alignment on FAccelByteModelsGameRecord"); \ +static_assert(sizeof(FAccelByteModelsGameRecord) == 0x000058, "Wrong size on FAccelByteModelsGameRecord"); \ +static_assert(offsetof(FAccelByteModelsGameRecord, Key) == 0x000000, "Member 'FAccelByteModelsGameRecord::Key' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameRecord, Namespace) == 0x000010, "Member 'FAccelByteModelsGameRecord::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameRecord, CreatedAt) == 0x000020, "Member 'FAccelByteModelsGameRecord::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameRecord, UpdatedAt) == 0x000028, "Member 'FAccelByteModelsGameRecord::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameRecord, SetBy) == 0x000030, "Member 'FAccelByteModelsGameRecord::SetBy' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameRecord, Value) == 0x000038, "Member 'FAccelByteModelsGameRecord::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserBinaryRecord \ +static_assert(alignof(FAccelByteModelsUserBinaryRecord) == 0x000008, "Wrong alignment on FAccelByteModelsUserBinaryRecord"); \ +static_assert(sizeof(FAccelByteModelsUserBinaryRecord) == 0x000088, "Wrong size on FAccelByteModelsUserBinaryRecord"); \ +static_assert(offsetof(FAccelByteModelsUserBinaryRecord, Binary_Info) == 0x000000, "Member 'FAccelByteModelsUserBinaryRecord::Binary_Info' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserBinaryRecord, Created_At) == 0x000038, "Member 'FAccelByteModelsUserBinaryRecord::Created_At' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserBinaryRecord, Is_Public) == 0x000040, "Member 'FAccelByteModelsUserBinaryRecord::Is_Public' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserBinaryRecord, Key) == 0x000048, "Member 'FAccelByteModelsUserBinaryRecord::Key' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserBinaryRecord, Namespace) == 0x000058, "Member 'FAccelByteModelsUserBinaryRecord::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserBinaryRecord, Set_By) == 0x000068, "Member 'FAccelByteModelsUserBinaryRecord::Set_By' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserBinaryRecord, Updated_At) == 0x000070, "Member 'FAccelByteModelsUserBinaryRecord::Updated_At' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserBinaryRecord, User_Id) == 0x000078, "Member 'FAccelByteModelsUserBinaryRecord::User_Id' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMPV2MatchmakingStartedPayload \ +static_assert(alignof(FAccelByteModelsMPV2MatchmakingStartedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsMPV2MatchmakingStartedPayload"); \ +static_assert(sizeof(FAccelByteModelsMPV2MatchmakingStartedPayload) == 0x000058, "Wrong size on FAccelByteModelsMPV2MatchmakingStartedPayload"); \ +static_assert(offsetof(FAccelByteModelsMPV2MatchmakingStartedPayload, UserId) == 0x000018, "Member 'FAccelByteModelsMPV2MatchmakingStartedPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMPV2MatchmakingStartedPayload, MatchTicketId) == 0x000028, "Member 'FAccelByteModelsMPV2MatchmakingStartedPayload::MatchTicketId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMPV2MatchmakingStartedPayload, PartySessionId) == 0x000038, "Member 'FAccelByteModelsMPV2MatchmakingStartedPayload::PartySessionId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMPV2MatchmakingStartedPayload, MatchPool) == 0x000048, "Member 'FAccelByteModelsMPV2MatchmakingStartedPayload::MatchPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsBinaryInfoWithTime \ +static_assert(alignof(FAccelByteModelsBinaryInfoWithTime) == 0x000008, "Wrong alignment on FAccelByteModelsBinaryInfoWithTime"); \ +static_assert(sizeof(FAccelByteModelsBinaryInfoWithTime) == 0x000048, "Wrong size on FAccelByteModelsBinaryInfoWithTime"); \ +static_assert(offsetof(FAccelByteModelsBinaryInfoWithTime, Created_At) == 0x000038, "Member 'FAccelByteModelsBinaryInfoWithTime::Created_At' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsBinaryInfoWithTime, Updated_At) == 0x000040, "Member 'FAccelByteModelsBinaryInfoWithTime::Updated_At' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGameBinaryRecord \ +static_assert(alignof(FAccelByteModelsGameBinaryRecord) == 0x000008, "Wrong alignment on FAccelByteModelsGameBinaryRecord"); \ +static_assert(sizeof(FAccelByteModelsGameBinaryRecord) == 0x000080, "Wrong size on FAccelByteModelsGameBinaryRecord"); \ +static_assert(offsetof(FAccelByteModelsGameBinaryRecord, Binary_Info) == 0x000000, "Member 'FAccelByteModelsGameBinaryRecord::Binary_Info' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameBinaryRecord, Created_At) == 0x000048, "Member 'FAccelByteModelsGameBinaryRecord::Created_At' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameBinaryRecord, Key) == 0x000050, "Member 'FAccelByteModelsGameBinaryRecord::Key' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameBinaryRecord, Namespace) == 0x000060, "Member 'FAccelByteModelsGameBinaryRecord::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameBinaryRecord, Set_By) == 0x000070, "Member 'FAccelByteModelsGameBinaryRecord::Set_By' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameBinaryRecord, Updated_At) == 0x000078, "Member 'FAccelByteModelsGameBinaryRecord::Updated_At' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsRegisterServerRequest \ +static_assert(alignof(FAccelByteModelsRegisterServerRequest) == 0x000008, "Wrong alignment on FAccelByteModelsRegisterServerRequest"); \ +static_assert(sizeof(FAccelByteModelsRegisterServerRequest) == 0x000058, "Wrong size on FAccelByteModelsRegisterServerRequest"); \ +static_assert(offsetof(FAccelByteModelsRegisterServerRequest, Game_version) == 0x000000, "Member 'FAccelByteModelsRegisterServerRequest::Game_version' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRegisterServerRequest, Ip) == 0x000010, "Member 'FAccelByteModelsRegisterServerRequest::Ip' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRegisterServerRequest, Pod_name) == 0x000020, "Member 'FAccelByteModelsRegisterServerRequest::Pod_name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRegisterServerRequest, Port) == 0x000030, "Member 'FAccelByteModelsRegisterServerRequest::Port' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRegisterServerRequest, Provider) == 0x000038, "Member 'FAccelByteModelsRegisterServerRequest::Provider' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRegisterServerRequest, Custom_attribute) == 0x000048, "Member 'FAccelByteModelsRegisterServerRequest::Custom_attribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsListGameRecords \ +static_assert(alignof(FAccelByteModelsListGameRecords) == 0x000008, "Wrong alignment on FAccelByteModelsListGameRecords"); \ +static_assert(sizeof(FAccelByteModelsListGameRecords) == 0x000010, "Wrong size on FAccelByteModelsListGameRecords"); \ +static_assert(offsetof(FAccelByteModelsListGameRecords, Data) == 0x000000, "Member 'FAccelByteModelsListGameRecords::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQuerySystemMessageOptions \ +static_assert(alignof(FQuerySystemMessageOptions) == 0x000008, "Wrong alignment on FQuerySystemMessageOptions"); \ +static_assert(sizeof(FQuerySystemMessageOptions) == 0x000030, "Wrong size on FQuerySystemMessageOptions"); \ +static_assert(offsetof(FQuerySystemMessageOptions, UnreadOnly) == 0x000000, "Member 'FQuerySystemMessageOptions::UnreadOnly' has a wrong offset!"); \ +static_assert(offsetof(FQuerySystemMessageOptions, StartCreatedAt) == 0x000008, "Member 'FQuerySystemMessageOptions::StartCreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FQuerySystemMessageOptions, EndCreatedAt) == 0x000010, "Member 'FQuerySystemMessageOptions::EndCreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FQuerySystemMessageOptions, Category) == 0x000018, "Member 'FQuerySystemMessageOptions::Category' has a wrong offset!"); \ +static_assert(offsetof(FQuerySystemMessageOptions, Offset) == 0x000028, "Member 'FQuerySystemMessageOptions::Offset' has a wrong offset!"); \ +static_assert(offsetof(FQuerySystemMessageOptions, Limit) == 0x00002C, "Member 'FQuerySystemMessageOptions::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserSeasonPaging \ +static_assert(alignof(FAccelByteModelsUserSeasonPaging) == 0x000008, "Wrong alignment on FAccelByteModelsUserSeasonPaging"); \ +static_assert(sizeof(FAccelByteModelsUserSeasonPaging) == 0x000020, "Wrong size on FAccelByteModelsUserSeasonPaging"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonPaging, Previous) == 0x000000, "Member 'FAccelByteModelsUserSeasonPaging::Previous' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonPaging, Next) == 0x000010, "Member 'FAccelByteModelsUserSeasonPaging::Next' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGetPublicUserRecordKeys \ +static_assert(alignof(FAccelByteModelsGetPublicUserRecordKeys) == 0x000008, "Wrong alignment on FAccelByteModelsGetPublicUserRecordKeys"); \ +static_assert(sizeof(FAccelByteModelsGetPublicUserRecordKeys) == 0x000020, "Wrong size on FAccelByteModelsGetPublicUserRecordKeys"); \ +static_assert(offsetof(FAccelByteModelsGetPublicUserRecordKeys, Key) == 0x000000, "Member 'FAccelByteModelsGetPublicUserRecordKeys::Key' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGetPublicUserRecordKeys, UserId) == 0x000010, "Member 'FAccelByteModelsGetPublicUserRecordKeys::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPaginatedBulkGetPublicUserRecordKeysResponse \ +static_assert(alignof(FAccelByteModelsPaginatedBulkGetPublicUserRecordKeysResponse) == 0x000008, "Wrong alignment on FAccelByteModelsPaginatedBulkGetPublicUserRecordKeysResponse"); \ +static_assert(sizeof(FAccelByteModelsPaginatedBulkGetPublicUserRecordKeysResponse) == 0x000050, "Wrong size on FAccelByteModelsPaginatedBulkGetPublicUserRecordKeysResponse"); \ +static_assert(offsetof(FAccelByteModelsPaginatedBulkGetPublicUserRecordKeysResponse, Data) == 0x000000, "Member 'FAccelByteModelsPaginatedBulkGetPublicUserRecordKeysResponse::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPaginatedBulkGetPublicUserRecordKeysResponse, Paging) == 0x000010, "Member 'FAccelByteModelsPaginatedBulkGetPublicUserRecordKeysResponse::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCGetContentBulkRequest \ +static_assert(alignof(FAccelByteModelsUGCGetContentBulkRequest) == 0x000008, "Wrong alignment on FAccelByteModelsUGCGetContentBulkRequest"); \ +static_assert(sizeof(FAccelByteModelsUGCGetContentBulkRequest) == 0x000010, "Wrong size on FAccelByteModelsUGCGetContentBulkRequest"); \ +static_assert(offsetof(FAccelByteModelsUGCGetContentBulkRequest, ContentIds) == 0x000000, "Member 'FAccelByteModelsUGCGetContentBulkRequest::ContentIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsListUserBinaryRecords \ +static_assert(alignof(FAccelByteModelsListUserBinaryRecords) == 0x000008, "Wrong alignment on FAccelByteModelsListUserBinaryRecords"); \ +static_assert(sizeof(FAccelByteModelsListUserBinaryRecords) == 0x000010, "Wrong size on FAccelByteModelsListUserBinaryRecords"); \ +static_assert(offsetof(FAccelByteModelsListUserBinaryRecords, Data) == 0x000000, "Member 'FAccelByteModelsListUserBinaryRecords::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatUnmutedNotif \ +static_assert(alignof(FAccelByteModelsChatUnmutedNotif) == 0x000008, "Wrong alignment on FAccelByteModelsChatUnmutedNotif"); \ +static_assert(sizeof(FAccelByteModelsChatUnmutedNotif) == 0x000010, "Wrong size on FAccelByteModelsChatUnmutedNotif"); \ +static_assert(offsetof(FAccelByteModelsChatUnmutedNotif, TopicId) == 0x000000, "Member 'FAccelByteModelsChatUnmutedNotif::TopicId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSeason \ +static_assert(alignof(FAccelByteModelsSeason) == 0x000008, "Wrong alignment on FAccelByteModelsSeason"); \ +static_assert(sizeof(FAccelByteModelsSeason) == 0x000050, "Wrong size on FAccelByteModelsSeason"); \ +static_assert(offsetof(FAccelByteModelsSeason, Id) == 0x000000, "Member 'FAccelByteModelsSeason::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeason, Namespace) == 0x000010, "Member 'FAccelByteModelsSeason::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeason, Name) == 0x000020, "Member 'FAccelByteModelsSeason::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeason, Start) == 0x000030, "Member 'FAccelByteModelsSeason::Start' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeason, End) == 0x000038, "Member 'FAccelByteModelsSeason::End' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeason, Status) == 0x000040, "Member 'FAccelByteModelsSeason::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeason, PublishedAt) == 0x000048, "Member 'FAccelByteModelsSeason::PublishedAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject \ +static_assert(alignof(FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject) == 0x000008, "Wrong alignment on FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject"); \ +static_assert(sizeof(FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject) == 0x000170, "Wrong size on FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject, Id) == 0x000000, "Member 'FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject, Namespace) == 0x000010, "Member 'FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject, UserId) == 0x000020, "Member 'FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject, SeasonId) == 0x000030, "Member 'FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject::SeasonId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject, EnrolledAt) == 0x000040, "Member 'FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject::EnrolledAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject, EnrolledPasses) == 0x000048, "Member 'FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject::EnrolledPasses' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject, CurrentTierIndex) == 0x000058, "Member 'FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject::CurrentTierIndex' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject, LastTierIndex) == 0x00005C, "Member 'FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject::LastTierIndex' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject, RequiredExp) == 0x000060, "Member 'FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject::RequiredExp' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject, CurrentExp) == 0x000064, "Member 'FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject::CurrentExp' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject, Cleared) == 0x000068, "Member 'FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject::Cleared' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject, Season) == 0x000070, "Member 'FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject::Season' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject, ToClaimRewards) == 0x0000C0, "Member 'FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject::ToClaimRewards' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject, ClaimingRewards) == 0x000110, "Member 'FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject::ClaimingRewards' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject, CreatedAt) == 0x000160, "Member 'FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject, UpdatedAt) == 0x000168, "Member 'FAccelByteModelsUserSeasonInfoClaimRewardAsJsonObject::UpdatedAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsListGameBinaryRecords \ +static_assert(alignof(FAccelByteModelsListGameBinaryRecords) == 0x000008, "Wrong alignment on FAccelByteModelsListGameBinaryRecords"); \ +static_assert(sizeof(FAccelByteModelsListGameBinaryRecords) == 0x000010, "Wrong size on FAccelByteModelsListGameBinaryRecords"); \ +static_assert(offsetof(FAccelByteModelsListGameBinaryRecords, Data) == 0x000000, "Member 'FAccelByteModelsListGameBinaryRecords::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserStatItemCreatedPayload \ +static_assert(alignof(FAccelByteModelsUserStatItemCreatedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsUserStatItemCreatedPayload"); \ +static_assert(sizeof(FAccelByteModelsUserStatItemCreatedPayload) == 0x000038, "Wrong size on FAccelByteModelsUserStatItemCreatedPayload"); \ +static_assert(offsetof(FAccelByteModelsUserStatItemCreatedPayload, UserId) == 0x000018, "Member 'FAccelByteModelsUserStatItemCreatedPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatItemCreatedPayload, StatCodes) == 0x000028, "Member 'FAccelByteModelsUserStatItemCreatedPayload::StatCodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserStatItemResetPayload \ +static_assert(alignof(FAccelByteModelsUserStatItemResetPayload) == 0x000008, "Wrong alignment on FAccelByteModelsUserStatItemResetPayload"); \ +static_assert(sizeof(FAccelByteModelsUserStatItemResetPayload) == 0x000038, "Wrong size on FAccelByteModelsUserStatItemResetPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPaginatedUserBinaryRecords \ +static_assert(alignof(FAccelByteModelsPaginatedUserBinaryRecords) == 0x000008, "Wrong alignment on FAccelByteModelsPaginatedUserBinaryRecords"); \ +static_assert(sizeof(FAccelByteModelsPaginatedUserBinaryRecords) == 0x000050, "Wrong size on FAccelByteModelsPaginatedUserBinaryRecords"); \ +static_assert(offsetof(FAccelByteModelsPaginatedUserBinaryRecords, Data) == 0x000000, "Member 'FAccelByteModelsPaginatedUserBinaryRecords::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPaginatedUserBinaryRecords, Paging) == 0x000010, "Member 'FAccelByteModelsPaginatedUserBinaryRecords::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGlobalStatItemValueResponse \ +static_assert(alignof(FAccelByteModelsGlobalStatItemValueResponse) == 0x000008, "Wrong alignment on FAccelByteModelsGlobalStatItemValueResponse"); \ +static_assert(sizeof(FAccelByteModelsGlobalStatItemValueResponse) == 0x000058, "Wrong size on FAccelByteModelsGlobalStatItemValueResponse"); \ +static_assert(offsetof(FAccelByteModelsGlobalStatItemValueResponse, StatCode) == 0x000000, "Member 'FAccelByteModelsGlobalStatItemValueResponse::StatCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGlobalStatItemValueResponse, StatName) == 0x000010, "Member 'FAccelByteModelsGlobalStatItemValueResponse::StatName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGlobalStatItemValueResponse, Namespace) == 0x000020, "Member 'FAccelByteModelsGlobalStatItemValueResponse::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGlobalStatItemValueResponse, Value) == 0x000030, "Member 'FAccelByteModelsGlobalStatItemValueResponse::Value' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGlobalStatItemValueResponse, Tags) == 0x000038, "Member 'FAccelByteModelsGlobalStatItemValueResponse::Tags' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGlobalStatItemValueResponse, CreatedAt) == 0x000048, "Member 'FAccelByteModelsGlobalStatItemValueResponse::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGlobalStatItemValueResponse, UpdatedAt) == 0x000050, "Member 'FAccelByteModelsGlobalStatItemValueResponse::UpdatedAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPaginatedGameBinaryRecords \ +static_assert(alignof(FAccelByteModelsPaginatedGameBinaryRecords) == 0x000008, "Wrong alignment on FAccelByteModelsPaginatedGameBinaryRecords"); \ +static_assert(sizeof(FAccelByteModelsPaginatedGameBinaryRecords) == 0x000050, "Wrong size on FAccelByteModelsPaginatedGameBinaryRecords"); \ +static_assert(offsetof(FAccelByteModelsPaginatedGameBinaryRecords, Data) == 0x000000, "Member 'FAccelByteModelsPaginatedGameBinaryRecords::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPaginatedGameBinaryRecords, Paging) == 0x000010, "Member 'FAccelByteModelsPaginatedGameBinaryRecords::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserProfileCreatedPayload \ +static_assert(alignof(FAccelByteModelsUserProfileCreatedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsUserProfileCreatedPayload"); \ +static_assert(sizeof(FAccelByteModelsUserProfileCreatedPayload) == 0x000038, "Wrong size on FAccelByteModelsUserProfileCreatedPayload"); \ +static_assert(offsetof(FAccelByteModelsUserProfileCreatedPayload, UpdatedFields) == 0x000018, "Member 'FAccelByteModelsUserProfileCreatedPayload::UpdatedFields' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserProfileUpdatedPayload \ +static_assert(alignof(FAccelByteModelsUserProfileUpdatedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsUserProfileUpdatedPayload"); \ +static_assert(sizeof(FAccelByteModelsUserProfileUpdatedPayload) == 0x000038, "Wrong size on FAccelByteModelsUserProfileUpdatedPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserRankingV3 \ +static_assert(alignof(FAccelByteModelsUserRankingV3) == 0x000008, "Wrong alignment on FAccelByteModelsUserRankingV3"); \ +static_assert(sizeof(FAccelByteModelsUserRankingV3) == 0x000030, "Wrong size on FAccelByteModelsUserRankingV3"); \ +static_assert(offsetof(FAccelByteModelsUserRankingV3, Point) == 0x000000, "Member 'FAccelByteModelsUserRankingV3::Point' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserRankingV3, Rank) == 0x000004, "Member 'FAccelByteModelsUserRankingV3::Rank' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserRankingV3, Hidden) == 0x000008, "Member 'FAccelByteModelsUserRankingV3::Hidden' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserRankingV3, AdditionalData) == 0x000010, "Member 'FAccelByteModelsUserRankingV3::AdditionalData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsCycleRank \ +static_assert(alignof(FAccelByteModelsCycleRank) == 0x000008, "Wrong alignment on FAccelByteModelsCycleRank"); \ +static_assert(sizeof(FAccelByteModelsCycleRank) == 0x000040, "Wrong size on FAccelByteModelsCycleRank"); \ +static_assert(offsetof(FAccelByteModelsCycleRank, AdditionalData) == 0x000000, "Member 'FAccelByteModelsCycleRank::AdditionalData' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCycleRank, Hidden) == 0x000020, "Member 'FAccelByteModelsCycleRank::Hidden' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCycleRank, Point) == 0x000024, "Member 'FAccelByteModelsCycleRank::Point' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCycleRank, Rank) == 0x000028, "Member 'FAccelByteModelsCycleRank::Rank' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCycleRank, CycleId) == 0x000030, "Member 'FAccelByteModelsCycleRank::CycleId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserRankingDataV3 \ +static_assert(alignof(FAccelByteModelsUserRankingDataV3) == 0x000008, "Wrong alignment on FAccelByteModelsUserRankingDataV3"); \ +static_assert(sizeof(FAccelByteModelsUserRankingDataV3) == 0x000040, "Wrong size on FAccelByteModelsUserRankingDataV3"); \ +static_assert(offsetof(FAccelByteModelsUserRankingDataV3, AllTime) == 0x000000, "Member 'FAccelByteModelsUserRankingDataV3::AllTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserRankingDataV3, Cycles) == 0x000030, "Member 'FAccelByteModelsUserRankingDataV3::Cycles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsBlockPlayerResponse \ +static_assert(alignof(FAccelByteModelsBlockPlayerResponse) == 0x000008, "Wrong alignment on FAccelByteModelsBlockPlayerResponse"); \ +static_assert(sizeof(FAccelByteModelsBlockPlayerResponse) == 0x000040, "Wrong size on FAccelByteModelsBlockPlayerResponse"); \ +static_assert(offsetof(FAccelByteModelsBlockPlayerResponse, BlockedUserId) == 0x000030, "Member 'FAccelByteModelsBlockPlayerResponse::BlockedUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUser2FaBackupCode \ +static_assert(alignof(FUser2FaBackupCode) == 0x000008, "Wrong alignment on FUser2FaBackupCode"); \ +static_assert(sizeof(FUser2FaBackupCode) == 0x000028, "Wrong size on FUser2FaBackupCode"); \ +static_assert(offsetof(FUser2FaBackupCode, GeneratedAt) == 0x000000, "Member 'FUser2FaBackupCode::GeneratedAt' has a wrong offset!"); \ +static_assert(offsetof(FUser2FaBackupCode, InvalidCodes) == 0x000008, "Member 'FUser2FaBackupCode::InvalidCodes' has a wrong offset!"); \ +static_assert(offsetof(FUser2FaBackupCode, ValidCodes) == 0x000018, "Member 'FUser2FaBackupCode::ValidCodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUnblockPlayerResponse \ +static_assert(alignof(FAccelByteModelsUnblockPlayerResponse) == 0x000008, "Wrong alignment on FAccelByteModelsUnblockPlayerResponse"); \ +static_assert(sizeof(FAccelByteModelsUnblockPlayerResponse) == 0x000040, "Wrong size on FAccelByteModelsUnblockPlayerResponse"); \ +static_assert(offsetof(FAccelByteModelsUnblockPlayerResponse, UnblockedUserId) == 0x000030, "Member 'FAccelByteModelsUnblockPlayerResponse::UnblockedUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserIdState \ +static_assert(alignof(FAccelByteModelsUserIdState) == 0x000008, "Wrong alignment on FAccelByteModelsUserIdState"); \ +static_assert(sizeof(FAccelByteModelsUserIdState) == 0x000018, "Wrong size on FAccelByteModelsUserIdState"); \ +static_assert(offsetof(FAccelByteModelsUserIdState, State) == 0x000000, "Member 'FAccelByteModelsUserIdState::State' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserIdState, UserId) == 0x000008, "Member 'FAccelByteModelsUserIdState::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsClaimedGlobalAchievements \ +static_assert(alignof(FAccelByteModelsClaimedGlobalAchievements) == 0x000008, "Wrong alignment on FAccelByteModelsClaimedGlobalAchievements"); \ +static_assert(sizeof(FAccelByteModelsClaimedGlobalAchievements) == 0x000018, "Wrong size on FAccelByteModelsClaimedGlobalAchievements"); \ +static_assert(offsetof(FAccelByteModelsClaimedGlobalAchievements, AchievementCode) == 0x000000, "Member 'FAccelByteModelsClaimedGlobalAchievements::AchievementCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsClaimedGlobalAchievements, AchievedAt) == 0x000010, "Member 'FAccelByteModelsClaimedGlobalAchievements::AchievedAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPluginInfo \ +static_assert(alignof(FAccelByteModelsPluginInfo) == 0x000008, "Wrong alignment on FAccelByteModelsPluginInfo"); \ +static_assert(sizeof(FAccelByteModelsPluginInfo) == 0x000020, "Wrong size on FAccelByteModelsPluginInfo"); \ +static_assert(offsetof(FAccelByteModelsPluginInfo, Name) == 0x000000, "Member 'FAccelByteModelsPluginInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPluginInfo, Version) == 0x000010, "Member 'FAccelByteModelsPluginInfo::Version' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSDKInitializedPayload \ +static_assert(alignof(FAccelByteModelsSDKInitializedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsSDKInitializedPayload"); \ +static_assert(sizeof(FAccelByteModelsSDKInitializedPayload) == 0x000028, "Wrong size on FAccelByteModelsSDKInitializedPayload"); \ +static_assert(offsetof(FAccelByteModelsSDKInitializedPayload, Plugins) == 0x000018, "Member 'FAccelByteModelsSDKInitializedPayload::Plugins' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlockedData \ +static_assert(alignof(FBlockedData) == 0x000008, "Wrong alignment on FBlockedData"); \ +static_assert(sizeof(FBlockedData) == 0x000010, "Wrong size on FBlockedData"); \ +static_assert(offsetof(FBlockedData, BlockedUserId) == 0x000000, "Member 'FBlockedData::BlockedUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsListBlockedUserResponse \ +static_assert(alignof(FAccelByteModelsListBlockedUserResponse) == 0x000008, "Wrong alignment on FAccelByteModelsListBlockedUserResponse"); \ +static_assert(sizeof(FAccelByteModelsListBlockedUserResponse) == 0x000040, "Wrong size on FAccelByteModelsListBlockedUserResponse"); \ +static_assert(offsetof(FAccelByteModelsListBlockedUserResponse, Data) == 0x000030, "Member 'FAccelByteModelsListBlockedUserResponse::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatTopicQueryData \ +static_assert(alignof(FAccelByteModelsChatTopicQueryData) == 0x000008, "Wrong alignment on FAccelByteModelsChatTopicQueryData"); \ +static_assert(sizeof(FAccelByteModelsChatTopicQueryData) == 0x000048, "Wrong size on FAccelByteModelsChatTopicQueryData"); \ +static_assert(offsetof(FAccelByteModelsChatTopicQueryData, TopicId) == 0x000000, "Member 'FAccelByteModelsChatTopicQueryData::TopicId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatTopicQueryData, UpdatedAt) == 0x000010, "Member 'FAccelByteModelsChatTopicQueryData::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatTopicQueryData, Name) == 0x000018, "Member 'FAccelByteModelsChatTopicQueryData::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatTopicQueryData, Type) == 0x000028, "Member 'FAccelByteModelsChatTopicQueryData::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatTopicQueryData, Members) == 0x000030, "Member 'FAccelByteModelsChatTopicQueryData::Members' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatTopicQueryData, UnreadChats) == 0x000040, "Member 'FAccelByteModelsChatTopicQueryData::UnreadChats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlockerData \ +static_assert(alignof(FBlockerData) == 0x000008, "Wrong alignment on FBlockerData"); \ +static_assert(sizeof(FBlockerData) == 0x000010, "Wrong size on FBlockerData"); \ +static_assert(offsetof(FBlockerData, UserId) == 0x000000, "Member 'FBlockerData::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsListBlockerResponse \ +static_assert(alignof(FAccelByteModelsListBlockerResponse) == 0x000008, "Wrong alignment on FAccelByteModelsListBlockerResponse"); \ +static_assert(sizeof(FAccelByteModelsListBlockerResponse) == 0x000040, "Wrong size on FAccelByteModelsListBlockerResponse"); \ +static_assert(offsetof(FAccelByteModelsListBlockerResponse, Data) == 0x000030, "Member 'FAccelByteModelsListBlockerResponse::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetPartyDataRequest \ +static_assert(alignof(FGetPartyDataRequest) == 0x000008, "Wrong alignment on FGetPartyDataRequest"); \ +static_assert(sizeof(FGetPartyDataRequest) == 0x000010, "Wrong size on FGetPartyDataRequest"); \ +static_assert(offsetof(FGetPartyDataRequest, partyId) == 0x000000, "Member 'FGetPartyDataRequest::partyId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsReasonGroupsItem \ +static_assert(alignof(FAccelByteModelsReasonGroupsItem) == 0x000008, "Wrong alignment on FAccelByteModelsReasonGroupsItem"); \ +static_assert(sizeof(FAccelByteModelsReasonGroupsItem) == 0x000020, "Wrong size on FAccelByteModelsReasonGroupsItem"); \ +static_assert(offsetof(FAccelByteModelsReasonGroupsItem, ID) == 0x000000, "Member 'FAccelByteModelsReasonGroupsItem::ID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReasonGroupsItem, Title) == 0x000010, "Member 'FAccelByteModelsReasonGroupsItem::Title' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsOrderCreate \ +static_assert(alignof(FAccelByteModelsOrderCreate) == 0x000008, "Wrong alignment on FAccelByteModelsOrderCreate"); \ +static_assert(sizeof(FAccelByteModelsOrderCreate) == 0x000070, "Wrong size on FAccelByteModelsOrderCreate"); \ +static_assert(offsetof(FAccelByteModelsOrderCreate, ItemId) == 0x000000, "Member 'FAccelByteModelsOrderCreate::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderCreate, Quantity) == 0x000010, "Member 'FAccelByteModelsOrderCreate::Quantity' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderCreate, Price) == 0x000014, "Member 'FAccelByteModelsOrderCreate::Price' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderCreate, DiscountedPrice) == 0x000018, "Member 'FAccelByteModelsOrderCreate::DiscountedPrice' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderCreate, CurrencyCode) == 0x000020, "Member 'FAccelByteModelsOrderCreate::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderCreate, Region) == 0x000030, "Member 'FAccelByteModelsOrderCreate::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderCreate, Language) == 0x000040, "Member 'FAccelByteModelsOrderCreate::Language' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderCreate, ReturnUrl) == 0x000050, "Member 'FAccelByteModelsOrderCreate::ReturnUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderCreate, SectionId) == 0x000060, "Member 'FAccelByteModelsOrderCreate::SectionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGlobalAchievementClaimPayload \ +static_assert(alignof(FAccelByteModelsGlobalAchievementClaimPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGlobalAchievementClaimPayload"); \ +static_assert(sizeof(FAccelByteModelsGlobalAchievementClaimPayload) == 0x000028, "Wrong size on FAccelByteModelsGlobalAchievementClaimPayload"); \ +static_assert(offsetof(FAccelByteModelsGlobalAchievementClaimPayload, AchievementCode) == 0x000018, "Member 'FAccelByteModelsGlobalAchievementClaimPayload::AchievementCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsBlockPlayerNotif \ +static_assert(alignof(FAccelByteModelsBlockPlayerNotif) == 0x000008, "Wrong alignment on FAccelByteModelsBlockPlayerNotif"); \ +static_assert(sizeof(FAccelByteModelsBlockPlayerNotif) == 0x000020, "Wrong size on FAccelByteModelsBlockPlayerNotif"); \ +static_assert(offsetof(FAccelByteModelsBlockPlayerNotif, UserId) == 0x000000, "Member 'FAccelByteModelsBlockPlayerNotif::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsBlockPlayerNotif, BlockedUserId) == 0x000010, "Member 'FAccelByteModelsBlockPlayerNotif::BlockedUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsEntitlementSummaryEventPayload \ +static_assert(alignof(FAccelByteModelsEntitlementSummaryEventPayload) == 0x000008, "Wrong alignment on FAccelByteModelsEntitlementSummaryEventPayload"); \ +static_assert(sizeof(FAccelByteModelsEntitlementSummaryEventPayload) == 0x000060, "Wrong size on FAccelByteModelsEntitlementSummaryEventPayload"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSummaryEventPayload, Id) == 0x000000, "Member 'FAccelByteModelsEntitlementSummaryEventPayload::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSummaryEventPayload, Name) == 0x000010, "Member 'FAccelByteModelsEntitlementSummaryEventPayload::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSummaryEventPayload, Type) == 0x000020, "Member 'FAccelByteModelsEntitlementSummaryEventPayload::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSummaryEventPayload, Clazz) == 0x000030, "Member 'FAccelByteModelsEntitlementSummaryEventPayload::Clazz' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSummaryEventPayload, ItemId) == 0x000040, "Member 'FAccelByteModelsEntitlementSummaryEventPayload::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSummaryEventPayload, StoreId) == 0x000050, "Member 'FAccelByteModelsEntitlementSummaryEventPayload::StoreId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsItemInspectOpenedPayload \ +static_assert(alignof(FAccelByteModelsItemInspectOpenedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsItemInspectOpenedPayload"); \ +static_assert(sizeof(FAccelByteModelsItemInspectOpenedPayload) == 0x000058, "Wrong size on FAccelByteModelsItemInspectOpenedPayload"); \ +static_assert(offsetof(FAccelByteModelsItemInspectOpenedPayload, ItemId) == 0x000018, "Member 'FAccelByteModelsItemInspectOpenedPayload::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInspectOpenedPayload, ItemNamespace) == 0x000028, "Member 'FAccelByteModelsItemInspectOpenedPayload::ItemNamespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInspectOpenedPayload, StoreId) == 0x000038, "Member 'FAccelByteModelsItemInspectOpenedPayload::StoreId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInspectOpenedPayload, Language) == 0x000048, "Member 'FAccelByteModelsItemInspectOpenedPayload::Language' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsItemInspectClosedPayload \ +static_assert(alignof(FAccelByteModelsItemInspectClosedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsItemInspectClosedPayload"); \ +static_assert(sizeof(FAccelByteModelsItemInspectClosedPayload) == 0x000058, "Wrong size on FAccelByteModelsItemInspectClosedPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupJoinRequestRejectedPayload \ +static_assert(alignof(FAccelByteModelsGroupJoinRequestRejectedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGroupJoinRequestRejectedPayload"); \ +static_assert(sizeof(FAccelByteModelsGroupJoinRequestRejectedPayload) == 0x000048, "Wrong size on FAccelByteModelsGroupJoinRequestRejectedPayload"); \ +static_assert(offsetof(FAccelByteModelsGroupJoinRequestRejectedPayload, GroupId) == 0x000018, "Member 'FAccelByteModelsGroupJoinRequestRejectedPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupJoinRequestRejectedPayload, AdminUserId) == 0x000028, "Member 'FAccelByteModelsGroupJoinRequestRejectedPayload::AdminUserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupJoinRequestRejectedPayload, RejectedUserId) == 0x000038, "Member 'FAccelByteModelsGroupJoinRequestRejectedPayload::RejectedUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsCreditUserWalletRequest \ +static_assert(alignof(FAccelByteModelsCreditUserWalletRequest) == 0x000008, "Wrong alignment on FAccelByteModelsCreditUserWalletRequest"); \ +static_assert(sizeof(FAccelByteModelsCreditUserWalletRequest) == 0x000028, "Wrong size on FAccelByteModelsCreditUserWalletRequest"); \ +static_assert(offsetof(FAccelByteModelsCreditUserWalletRequest, Amount) == 0x000000, "Member 'FAccelByteModelsCreditUserWalletRequest::Amount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCreditUserWalletRequest, Source) == 0x000008, "Member 'FAccelByteModelsCreditUserWalletRequest::Source' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCreditUserWalletRequest, Reason) == 0x000010, "Member 'FAccelByteModelsCreditUserWalletRequest::Reason' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCreditUserWalletRequest, Origin) == 0x000020, "Member 'FAccelByteModelsCreditUserWalletRequest::Origin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupJoinRequestAcceptedPayload \ +static_assert(alignof(FAccelByteModelsGroupJoinRequestAcceptedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGroupJoinRequestAcceptedPayload"); \ +static_assert(sizeof(FAccelByteModelsGroupJoinRequestAcceptedPayload) == 0x000048, "Wrong size on FAccelByteModelsGroupJoinRequestAcceptedPayload"); \ +static_assert(offsetof(FAccelByteModelsGroupJoinRequestAcceptedPayload, GroupId) == 0x000018, "Member 'FAccelByteModelsGroupJoinRequestAcceptedPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupJoinRequestAcceptedPayload, AdminUserId) == 0x000028, "Member 'FAccelByteModelsGroupJoinRequestAcceptedPayload::AdminUserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupJoinRequestAcceptedPayload, AcceptedUserId) == 0x000038, "Member 'FAccelByteModelsGroupJoinRequestAcceptedPayload::AcceptedUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlatformSyncMobileApple \ +static_assert(alignof(FAccelByteModelsPlatformSyncMobileApple) == 0x000008, "Wrong alignment on FAccelByteModelsPlatformSyncMobileApple"); \ +static_assert(sizeof(FAccelByteModelsPlatformSyncMobileApple) == 0x000058, "Wrong size on FAccelByteModelsPlatformSyncMobileApple"); \ +static_assert(offsetof(FAccelByteModelsPlatformSyncMobileApple, ProductId) == 0x000000, "Member 'FAccelByteModelsPlatformSyncMobileApple::ProductId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformSyncMobileApple, TransactionId) == 0x000010, "Member 'FAccelByteModelsPlatformSyncMobileApple::TransactionId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformSyncMobileApple, ReceiptData) == 0x000020, "Member 'FAccelByteModelsPlatformSyncMobileApple::ReceiptData' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformSyncMobileApple, ExcludeOldTransactions) == 0x000030, "Member 'FAccelByteModelsPlatformSyncMobileApple::ExcludeOldTransactions' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformSyncMobileApple, Region) == 0x000038, "Member 'FAccelByteModelsPlatformSyncMobileApple::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformSyncMobileApple, Language) == 0x000048, "Member 'FAccelByteModelsPlatformSyncMobileApple::Language' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsFriendRequestSentPayload \ +static_assert(alignof(FAccelByteModelsFriendRequestSentPayload) == 0x000008, "Wrong alignment on FAccelByteModelsFriendRequestSentPayload"); \ +static_assert(sizeof(FAccelByteModelsFriendRequestSentPayload) == 0x000038, "Wrong size on FAccelByteModelsFriendRequestSentPayload"); \ +static_assert(offsetof(FAccelByteModelsFriendRequestSentPayload, SenderId) == 0x000018, "Member 'FAccelByteModelsFriendRequestSentPayload::SenderId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFriendRequestSentPayload, ReceiverId) == 0x000028, "Member 'FAccelByteModelsFriendRequestSentPayload::ReceiverId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlockPlayerRequest \ +static_assert(alignof(FBlockPlayerRequest) == 0x000008, "Wrong alignment on FBlockPlayerRequest"); \ +static_assert(sizeof(FBlockPlayerRequest) == 0x000010, "Wrong size on FBlockPlayerRequest"); \ +static_assert(offsetof(FBlockPlayerRequest, UserID) == 0x000000, "Member 'FBlockPlayerRequest::UserID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsDSRegisteredPayload \ +static_assert(alignof(FAccelByteModelsDSRegisteredPayload) == 0x000008, "Wrong alignment on FAccelByteModelsDSRegisteredPayload"); \ +static_assert(sizeof(FAccelByteModelsDSRegisteredPayload) == 0x000028, "Wrong size on FAccelByteModelsDSRegisteredPayload"); \ +static_assert(offsetof(FAccelByteModelsDSRegisteredPayload, PodName) == 0x000018, "Member 'FAccelByteModelsDSRegisteredPayload::PodName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsDSUnregisteredPayload \ +static_assert(alignof(FAccelByteModelsDSUnregisteredPayload) == 0x000008, "Wrong alignment on FAccelByteModelsDSUnregisteredPayload"); \ +static_assert(sizeof(FAccelByteModelsDSUnregisteredPayload) == 0x000028, "Wrong size on FAccelByteModelsDSUnregisteredPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPopulatedItemInfo \ +static_assert(alignof(FAccelByteModelsPopulatedItemInfo) == 0x000008, "Wrong alignment on FAccelByteModelsPopulatedItemInfo"); \ +static_assert(sizeof(FAccelByteModelsPopulatedItemInfo) == 0x0002E0, "Wrong size on FAccelByteModelsPopulatedItemInfo"); \ +static_assert(offsetof(FAccelByteModelsPopulatedItemInfo, Items) == 0x0002D0, "Member 'FAccelByteModelsPopulatedItemInfo::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGameStandardEvent \ +static_assert(alignof(FAccelByteModelsGameStandardEvent) == 0x000008, "Wrong alignment on FAccelByteModelsGameStandardEvent"); \ +static_assert(sizeof(FAccelByteModelsGameStandardEvent) == 0x000018, "Wrong size on FAccelByteModelsGameStandardEvent"); \ +static_assert(offsetof(FAccelByteModelsGameStandardEvent, GameStandardEventName) == 0x000008, "Member 'FAccelByteModelsGameStandardEvent::GameStandardEventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsQuestEndedPayload \ +static_assert(alignof(FAccelByteModelsQuestEndedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsQuestEndedPayload"); \ +static_assert(sizeof(FAccelByteModelsQuestEndedPayload) == 0x000068, "Wrong size on FAccelByteModelsQuestEndedPayload"); \ +static_assert(offsetof(FAccelByteModelsQuestEndedPayload, QuestName) == 0x000018, "Member 'FAccelByteModelsQuestEndedPayload::QuestName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsQuestEndedPayload, QuestID) == 0x000028, "Member 'FAccelByteModelsQuestEndedPayload::QuestID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsQuestEndedPayload, QuestType) == 0x000038, "Member 'FAccelByteModelsQuestEndedPayload::QuestType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsQuestEndedPayload, QuestOutcome) == 0x000048, "Member 'FAccelByteModelsQuestEndedPayload::QuestOutcome' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsQuestEndedPayload, QuestDifficulty) == 0x000058, "Member 'FAccelByteModelsQuestEndedPayload::QuestDifficulty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsItemPagingSlicedResult \ +static_assert(alignof(FAccelByteModelsItemPagingSlicedResult) == 0x000008, "Wrong alignment on FAccelByteModelsItemPagingSlicedResult"); \ +static_assert(sizeof(FAccelByteModelsItemPagingSlicedResult) == 0x000050, "Wrong size on FAccelByteModelsItemPagingSlicedResult"); \ +static_assert(offsetof(FAccelByteModelsItemPagingSlicedResult, Data) == 0x000000, "Member 'FAccelByteModelsItemPagingSlicedResult::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemPagingSlicedResult, Paging) == 0x000010, "Member 'FAccelByteModelsItemPagingSlicedResult::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserOrdersRequest \ +static_assert(alignof(FAccelByteModelsUserOrdersRequest) == 0x000008, "Wrong alignment on FAccelByteModelsUserOrdersRequest"); \ +static_assert(sizeof(FAccelByteModelsUserOrdersRequest) == 0x000020, "Wrong size on FAccelByteModelsUserOrdersRequest"); \ +static_assert(offsetof(FAccelByteModelsUserOrdersRequest, ItemId) == 0x000000, "Member 'FAccelByteModelsUserOrdersRequest::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserOrdersRequest, Status) == 0x000010, "Member 'FAccelByteModelsUserOrdersRequest::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserOrdersRequest, Offset) == 0x000014, "Member 'FAccelByteModelsUserOrdersRequest::Offset' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserOrdersRequest, Limit) == 0x000018, "Member 'FAccelByteModelsUserOrdersRequest::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsAcceptAgreementRequest \ +static_assert(alignof(FAccelByteModelsAcceptAgreementRequest) == 0x000008, "Wrong alignment on FAccelByteModelsAcceptAgreementRequest"); \ +static_assert(sizeof(FAccelByteModelsAcceptAgreementRequest) == 0x000038, "Wrong size on FAccelByteModelsAcceptAgreementRequest"); \ +static_assert(offsetof(FAccelByteModelsAcceptAgreementRequest, LocalizedPolicyVersionId) == 0x000000, "Member 'FAccelByteModelsAcceptAgreementRequest::LocalizedPolicyVersionId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsAcceptAgreementRequest, PolicyVersionId) == 0x000010, "Member 'FAccelByteModelsAcceptAgreementRequest::PolicyVersionId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsAcceptAgreementRequest, PolicyId) == 0x000020, "Member 'FAccelByteModelsAcceptAgreementRequest::PolicyId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsAcceptAgreementRequest, IsAccepted) == 0x000030, "Member 'FAccelByteModelsAcceptAgreementRequest::IsAccepted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPublicPlayerRecordUpdatedPayload \ +static_assert(alignof(FAccelByteModelsPublicPlayerRecordUpdatedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsPublicPlayerRecordUpdatedPayload"); \ +static_assert(sizeof(FAccelByteModelsPublicPlayerRecordUpdatedPayload) == 0x000038, "Wrong size on FAccelByteModelsPublicPlayerRecordUpdatedPayload"); \ +static_assert(offsetof(FAccelByteModelsPublicPlayerRecordUpdatedPayload, UserId) == 0x000018, "Member 'FAccelByteModelsPublicPlayerRecordUpdatedPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicPlayerRecordUpdatedPayload, Key) == 0x000028, "Member 'FAccelByteModelsPublicPlayerRecordUpdatedPayload::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsItemDynamicData \ +static_assert(alignof(FAccelByteModelsItemDynamicData) == 0x000008, "Wrong alignment on FAccelByteModelsItemDynamicData"); \ +static_assert(sizeof(FAccelByteModelsItemDynamicData) == 0x000030, "Wrong size on FAccelByteModelsItemDynamicData"); \ +static_assert(offsetof(FAccelByteModelsItemDynamicData, Namespace) == 0x000000, "Member 'FAccelByteModelsItemDynamicData::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemDynamicData, ItemId) == 0x000010, "Member 'FAccelByteModelsItemDynamicData::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemDynamicData, AvailableCount) == 0x000020, "Member 'FAccelByteModelsItemDynamicData::AvailableCount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemDynamicData, UserAvailableCount) == 0x000024, "Member 'FAccelByteModelsItemDynamicData::UserAvailableCount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemDynamicData, UserPurchaseLimit) == 0x000028, "Member 'FAccelByteModelsItemDynamicData::UserPurchaseLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FListAccelByteModelsUserRecord \ +static_assert(alignof(FListAccelByteModelsUserRecord) == 0x000008, "Wrong alignment on FListAccelByteModelsUserRecord"); \ +static_assert(sizeof(FListAccelByteModelsUserRecord) == 0x000010, "Wrong size on FListAccelByteModelsUserRecord"); \ +static_assert(offsetof(FListAccelByteModelsUserRecord, Data) == 0x000000, "Member 'FListAccelByteModelsUserRecord::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGetPlayerRecordSizeRequest \ +static_assert(alignof(FAccelByteModelsGetPlayerRecordSizeRequest) == 0x000008, "Wrong alignment on FAccelByteModelsGetPlayerRecordSizeRequest"); \ +static_assert(sizeof(FAccelByteModelsGetPlayerRecordSizeRequest) == 0x000020, "Wrong size on FAccelByteModelsGetPlayerRecordSizeRequest"); \ +static_assert(offsetof(FAccelByteModelsGetPlayerRecordSizeRequest, Keys) == 0x000000, "Member 'FAccelByteModelsGetPlayerRecordSizeRequest::Keys' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGetPlayerRecordSizeRequest, User_id) == 0x000010, "Member 'FAccelByteModelsGetPlayerRecordSizeRequest::User_id' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserRanking \ +static_assert(alignof(FAccelByteModelsUserRanking) == 0x000008, "Wrong alignment on FAccelByteModelsUserRanking"); \ +static_assert(sizeof(FAccelByteModelsUserRanking) == 0x000030, "Wrong size on FAccelByteModelsUserRanking"); \ +static_assert(offsetof(FAccelByteModelsUserRanking, point) == 0x000000, "Member 'FAccelByteModelsUserRanking::point' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserRanking, rank) == 0x000004, "Member 'FAccelByteModelsUserRanking::rank' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserRanking, hidden) == 0x000008, "Member 'FAccelByteModelsUserRanking::hidden' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserRanking, additionalData) == 0x000010, "Member 'FAccelByteModelsUserRanking::additionalData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserRankingData \ +static_assert(alignof(FAccelByteModelsUserRankingData) == 0x000008, "Wrong alignment on FAccelByteModelsUserRankingData"); \ +static_assert(sizeof(FAccelByteModelsUserRankingData) == 0x000100, "Wrong size on FAccelByteModelsUserRankingData"); \ +static_assert(offsetof(FAccelByteModelsUserRankingData, allTime) == 0x000000, "Member 'FAccelByteModelsUserRankingData::allTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserRankingData, current) == 0x000030, "Member 'FAccelByteModelsUserRankingData::current' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserRankingData, daily) == 0x000060, "Member 'FAccelByteModelsUserRankingData::daily' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserRankingData, monthly) == 0x000090, "Member 'FAccelByteModelsUserRankingData::monthly' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserRankingData, weekly) == 0x0000C0, "Member 'FAccelByteModelsUserRankingData::weekly' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserRankingData, userId) == 0x0000F0, "Member 'FAccelByteModelsUserRankingData::userId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsReplaceUserRecordResponse \ +static_assert(alignof(FAccelByteModelsReplaceUserRecordResponse) == 0x000008, "Wrong alignment on FAccelByteModelsReplaceUserRecordResponse"); \ +static_assert(sizeof(FAccelByteModelsReplaceUserRecordResponse) == 0x000008, "Wrong size on FAccelByteModelsReplaceUserRecordResponse"); \ +static_assert(offsetof(FAccelByteModelsReplaceUserRecordResponse, Updated_At) == 0x000000, "Member 'FAccelByteModelsReplaceUserRecordResponse::Updated_At' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsCurrencyList \ +static_assert(alignof(FAccelByteModelsCurrencyList) == 0x000008, "Wrong alignment on FAccelByteModelsCurrencyList"); \ +static_assert(sizeof(FAccelByteModelsCurrencyList) == 0x000098, "Wrong size on FAccelByteModelsCurrencyList"); \ +static_assert(offsetof(FAccelByteModelsCurrencyList, CurrencyCode) == 0x000000, "Member 'FAccelByteModelsCurrencyList::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCurrencyList, LocalizationDescriptions) == 0x000010, "Member 'FAccelByteModelsCurrencyList::LocalizationDescriptions' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCurrencyList, CurrencySymbol) == 0x000060, "Member 'FAccelByteModelsCurrencyList::CurrencySymbol' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCurrencyList, Namespace) == 0x000070, "Member 'FAccelByteModelsCurrencyList::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCurrencyList, CurrencyType) == 0x000080, "Member 'FAccelByteModelsCurrencyList::CurrencyType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCurrencyList, Decimals) == 0x000084, "Member 'FAccelByteModelsCurrencyList::Decimals' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCurrencyList, CreatedAt) == 0x000088, "Member 'FAccelByteModelsCurrencyList::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCurrencyList, UpdateAt) == 0x000090, "Member 'FAccelByteModelsCurrencyList::UpdateAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArrayModelsCurrencyList \ +static_assert(alignof(FArrayModelsCurrencyList) == 0x000008, "Wrong alignment on FArrayModelsCurrencyList"); \ +static_assert(sizeof(FArrayModelsCurrencyList) == 0x000010, "Wrong size on FArrayModelsCurrencyList"); \ +static_assert(offsetof(FArrayModelsCurrencyList, Content) == 0x000000, "Member 'FArrayModelsCurrencyList::Content' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUserBan \ +static_assert(alignof(FUserBan) == 0x000008, "Wrong alignment on FUserBan"); \ +static_assert(sizeof(FUserBan) == 0x000028, "Wrong size on FUserBan"); \ +static_assert(offsetof(FUserBan, Reason) == 0x000000, "Member 'FUserBan::Reason' has a wrong offset!"); \ +static_assert(offsetof(FUserBan, EndDate) == 0x000008, "Member 'FUserBan::EndDate' has a wrong offset!"); \ +static_assert(offsetof(FUserBan, Comment) == 0x000018, "Member 'FUserBan::Comment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FErrorOAuthInfo \ +static_assert(alignof(FErrorOAuthInfo) == 0x000008, "Wrong alignment on FErrorOAuthInfo"); \ +static_assert(sizeof(FErrorOAuthInfo) == 0x000100, "Wrong size on FErrorOAuthInfo"); \ +static_assert(offsetof(FErrorOAuthInfo, ErrorCode) == 0x000000, "Member 'FErrorOAuthInfo::ErrorCode' has a wrong offset!"); \ +static_assert(offsetof(FErrorOAuthInfo, ErrorMessage) == 0x000008, "Member 'FErrorOAuthInfo::ErrorMessage' has a wrong offset!"); \ +static_assert(offsetof(FErrorOAuthInfo, Error) == 0x000018, "Member 'FErrorOAuthInfo::Error' has a wrong offset!"); \ +static_assert(offsetof(FErrorOAuthInfo, Error_description) == 0x000028, "Member 'FErrorOAuthInfo::Error_description' has a wrong offset!"); \ +static_assert(offsetof(FErrorOAuthInfo, Error_uri) == 0x000038, "Member 'FErrorOAuthInfo::Error_uri' has a wrong offset!"); \ +static_assert(offsetof(FErrorOAuthInfo, Mfa_token) == 0x000048, "Member 'FErrorOAuthInfo::Mfa_token' has a wrong offset!"); \ +static_assert(offsetof(FErrorOAuthInfo, Factors) == 0x000058, "Member 'FErrorOAuthInfo::Factors' has a wrong offset!"); \ +static_assert(offsetof(FErrorOAuthInfo, Default_factor) == 0x000068, "Member 'FErrorOAuthInfo::Default_factor' has a wrong offset!"); \ +static_assert(offsetof(FErrorOAuthInfo, Email) == 0x000078, "Member 'FErrorOAuthInfo::Email' has a wrong offset!"); \ +static_assert(offsetof(FErrorOAuthInfo, PlatformId) == 0x000088, "Member 'FErrorOAuthInfo::PlatformId' has a wrong offset!"); \ +static_assert(offsetof(FErrorOAuthInfo, LinkingToken) == 0x000098, "Member 'FErrorOAuthInfo::LinkingToken' has a wrong offset!"); \ +static_assert(offsetof(FErrorOAuthInfo, ClientId) == 0x0000A8, "Member 'FErrorOAuthInfo::ClientId' has a wrong offset!"); \ +static_assert(offsetof(FErrorOAuthInfo, UserBan) == 0x0000B8, "Member 'FErrorOAuthInfo::UserBan' has a wrong offset!"); \ +static_assert(offsetof(FErrorOAuthInfo, MessageVariables) == 0x0000E0, "Member 'FErrorOAuthInfo::MessageVariables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsEntitlementItemSnapshot \ +static_assert(alignof(FAccelByteModelsEntitlementItemSnapshot) == 0x000008, "Wrong alignment on FAccelByteModelsEntitlementItemSnapshot"); \ +static_assert(sizeof(FAccelByteModelsEntitlementItemSnapshot) == 0x0001E8, "Wrong size on FAccelByteModelsEntitlementItemSnapshot"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, ItemId) == 0x000000, "Member 'FAccelByteModelsEntitlementItemSnapshot::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, AppId) == 0x000010, "Member 'FAccelByteModelsEntitlementItemSnapshot::AppId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, AppType) == 0x000020, "Member 'FAccelByteModelsEntitlementItemSnapshot::AppType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, BaseAppId) == 0x000028, "Member 'FAccelByteModelsEntitlementItemSnapshot::BaseAppId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, Sku) == 0x000038, "Member 'FAccelByteModelsEntitlementItemSnapshot::Sku' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, Namespace) == 0x000048, "Member 'FAccelByteModelsEntitlementItemSnapshot::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, Name) == 0x000058, "Member 'FAccelByteModelsEntitlementItemSnapshot::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, Listable) == 0x000068, "Member 'FAccelByteModelsEntitlementItemSnapshot::Listable' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, EntitlementType) == 0x000069, "Member 'FAccelByteModelsEntitlementItemSnapshot::EntitlementType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, UseCount) == 0x00006C, "Member 'FAccelByteModelsEntitlementItemSnapshot::UseCount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, Stackable) == 0x000070, "Member 'FAccelByteModelsEntitlementItemSnapshot::Stackable' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, Purchasable) == 0x000071, "Member 'FAccelByteModelsEntitlementItemSnapshot::Purchasable' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, ItemType) == 0x000072, "Member 'FAccelByteModelsEntitlementItemSnapshot::ItemType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, ThumbnailUrl) == 0x000078, "Member 'FAccelByteModelsEntitlementItemSnapshot::ThumbnailUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, TargetNamespace) == 0x000088, "Member 'FAccelByteModelsEntitlementItemSnapshot::TargetNamespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, TargetCurrencyCode) == 0x000098, "Member 'FAccelByteModelsEntitlementItemSnapshot::TargetCurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, TargetItemId) == 0x0000A8, "Member 'FAccelByteModelsEntitlementItemSnapshot::TargetItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, Title) == 0x0000B8, "Member 'FAccelByteModelsEntitlementItemSnapshot::Title' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, Description) == 0x0000C8, "Member 'FAccelByteModelsEntitlementItemSnapshot::Description' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, Recurring) == 0x0000D8, "Member 'FAccelByteModelsEntitlementItemSnapshot::Recurring' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, RegionDataItem) == 0x0000E8, "Member 'FAccelByteModelsEntitlementItemSnapshot::RegionDataItem' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, ItemIds) == 0x000150, "Member 'FAccelByteModelsEntitlementItemSnapshot::ItemIds' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, ItemQty) == 0x000160, "Member 'FAccelByteModelsEntitlementItemSnapshot::ItemQty' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, Features) == 0x000180, "Member 'FAccelByteModelsEntitlementItemSnapshot::Features' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, MaxCountPerUser) == 0x000190, "Member 'FAccelByteModelsEntitlementItemSnapshot::MaxCountPerUser' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, MaxCount) == 0x000194, "Member 'FAccelByteModelsEntitlementItemSnapshot::MaxCount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, BoothName) == 0x000198, "Member 'FAccelByteModelsEntitlementItemSnapshot::BoothName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, Region) == 0x0001A8, "Member 'FAccelByteModelsEntitlementItemSnapshot::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, Language) == 0x0001B8, "Member 'FAccelByteModelsEntitlementItemSnapshot::Language' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, CreatedAt) == 0x0001C8, "Member 'FAccelByteModelsEntitlementItemSnapshot::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, UpdatedAt) == 0x0001D0, "Member 'FAccelByteModelsEntitlementItemSnapshot::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementItemSnapshot, OptionBoxConfig) == 0x0001D8, "Member 'FAccelByteModelsEntitlementItemSnapshot::OptionBoxConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsEntitlementReward \ +static_assert(alignof(FAccelByteModelsEntitlementReward) == 0x000008, "Wrong alignment on FAccelByteModelsEntitlementReward"); \ +static_assert(sizeof(FAccelByteModelsEntitlementReward) == 0x000028, "Wrong size on FAccelByteModelsEntitlementReward"); \ +static_assert(offsetof(FAccelByteModelsEntitlementReward, ItemId) == 0x000000, "Member 'FAccelByteModelsEntitlementReward::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementReward, ItemSku) == 0x000010, "Member 'FAccelByteModelsEntitlementReward::ItemSku' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementReward, Count) == 0x000020, "Member 'FAccelByteModelsEntitlementReward::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsEntitlementInfo \ +static_assert(alignof(FAccelByteModelsEntitlementInfo) == 0x000008, "Wrong alignment on FAccelByteModelsEntitlementInfo"); \ +static_assert(sizeof(FAccelByteModelsEntitlementInfo) == 0x000330, "Wrong size on FAccelByteModelsEntitlementInfo"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, Id) == 0x000000, "Member 'FAccelByteModelsEntitlementInfo::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, Namespace) == 0x000010, "Member 'FAccelByteModelsEntitlementInfo::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, Clazz) == 0x000020, "Member 'FAccelByteModelsEntitlementInfo::Clazz' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, Type) == 0x000021, "Member 'FAccelByteModelsEntitlementInfo::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, Status) == 0x000022, "Member 'FAccelByteModelsEntitlementInfo::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, AppId) == 0x000028, "Member 'FAccelByteModelsEntitlementInfo::AppId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, AppType) == 0x000038, "Member 'FAccelByteModelsEntitlementInfo::AppType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, Sku) == 0x000040, "Member 'FAccelByteModelsEntitlementInfo::Sku' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, UserId) == 0x000050, "Member 'FAccelByteModelsEntitlementInfo::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, ItemId) == 0x000060, "Member 'FAccelByteModelsEntitlementInfo::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, GrantedCode) == 0x000070, "Member 'FAccelByteModelsEntitlementInfo::GrantedCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, ItemNamespace) == 0x000080, "Member 'FAccelByteModelsEntitlementInfo::ItemNamespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, Name) == 0x000090, "Member 'FAccelByteModelsEntitlementInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, Features) == 0x0000A0, "Member 'FAccelByteModelsEntitlementInfo::Features' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, UseCount) == 0x0000B0, "Member 'FAccelByteModelsEntitlementInfo::UseCount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, Source) == 0x0000B4, "Member 'FAccelByteModelsEntitlementInfo::Source' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, ItemSnapshot) == 0x0000B8, "Member 'FAccelByteModelsEntitlementInfo::ItemSnapshot' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, StartDate) == 0x0002A0, "Member 'FAccelByteModelsEntitlementInfo::StartDate' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, EndDate) == 0x0002B0, "Member 'FAccelByteModelsEntitlementInfo::EndDate' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, Stackable) == 0x0002C0, "Member 'FAccelByteModelsEntitlementInfo::Stackable' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, GrantedAt) == 0x0002C8, "Member 'FAccelByteModelsEntitlementInfo::GrantedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, CreatedAt) == 0x0002D0, "Member 'FAccelByteModelsEntitlementInfo::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, UpdatedAt) == 0x0002D8, "Member 'FAccelByteModelsEntitlementInfo::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, OptionBoxConfig) == 0x0002E0, "Member 'FAccelByteModelsEntitlementInfo::OptionBoxConfig' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, RequestId) == 0x0002F0, "Member 'FAccelByteModelsEntitlementInfo::RequestId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, Replayed) == 0x000300, "Member 'FAccelByteModelsEntitlementInfo::Replayed' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, Rewards) == 0x000308, "Member 'FAccelByteModelsEntitlementInfo::Rewards' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementInfo, LootBoxConfig) == 0x000318, "Member 'FAccelByteModelsEntitlementInfo::LootBoxConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsEntitlementPagingSlicedResult \ +static_assert(alignof(FAccelByteModelsEntitlementPagingSlicedResult) == 0x000008, "Wrong alignment on FAccelByteModelsEntitlementPagingSlicedResult"); \ +static_assert(sizeof(FAccelByteModelsEntitlementPagingSlicedResult) == 0x000050, "Wrong size on FAccelByteModelsEntitlementPagingSlicedResult"); \ +static_assert(offsetof(FAccelByteModelsEntitlementPagingSlicedResult, Data) == 0x000000, "Member 'FAccelByteModelsEntitlementPagingSlicedResult::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementPagingSlicedResult, Paging) == 0x000010, "Member 'FAccelByteModelsEntitlementPagingSlicedResult::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCancelMatchmakingRequest \ +static_assert(alignof(FCancelMatchmakingRequest) == 0x000008, "Wrong alignment on FCancelMatchmakingRequest"); \ +static_assert(sizeof(FCancelMatchmakingRequest) == 0x000018, "Wrong size on FCancelMatchmakingRequest"); \ +static_assert(offsetof(FCancelMatchmakingRequest, gameMode) == 0x000000, "Member 'FCancelMatchmakingRequest::gameMode' has a wrong offset!"); \ +static_assert(offsetof(FCancelMatchmakingRequest, isTempParty) == 0x000010, "Member 'FCancelMatchmakingRequest::isTempParty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsEntitlementGrantData \ +static_assert(alignof(FAccelByteModelsEntitlementGrantData) == 0x000008, "Wrong alignment on FAccelByteModelsEntitlementGrantData"); \ +static_assert(sizeof(FAccelByteModelsEntitlementGrantData) == 0x000050, "Wrong size on FAccelByteModelsEntitlementGrantData"); \ +static_assert(offsetof(FAccelByteModelsEntitlementGrantData, ItemId) == 0x000000, "Member 'FAccelByteModelsEntitlementGrantData::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementGrantData, ItemNamespace) == 0x000010, "Member 'FAccelByteModelsEntitlementGrantData::ItemNamespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementGrantData, StoreId) == 0x000020, "Member 'FAccelByteModelsEntitlementGrantData::StoreId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementGrantData, GrantedCode) == 0x000030, "Member 'FAccelByteModelsEntitlementGrantData::GrantedCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementGrantData, Source) == 0x000040, "Member 'FAccelByteModelsEntitlementGrantData::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccountLinkedPlatform \ +static_assert(alignof(FAccountLinkedPlatform) == 0x000008, "Wrong alignment on FAccountLinkedPlatform"); \ +static_assert(sizeof(FAccountLinkedPlatform) == 0x000020, "Wrong size on FAccountLinkedPlatform"); \ +static_assert(offsetof(FAccountLinkedPlatform, Namespace) == 0x000000, "Member 'FAccountLinkedPlatform::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccountLinkedPlatform, PlatformUserId) == 0x000010, "Member 'FAccountLinkedPlatform::PlatformUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccountLinkPublisherAccount \ +static_assert(alignof(FAccountLinkPublisherAccount) == 0x000008, "Wrong alignment on FAccountLinkPublisherAccount"); \ +static_assert(sizeof(FAccountLinkPublisherAccount) == 0x000030, "Wrong size on FAccountLinkPublisherAccount"); \ +static_assert(offsetof(FAccountLinkPublisherAccount, UserId) == 0x000000, "Member 'FAccountLinkPublisherAccount::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccountLinkPublisherAccount, Namespace) == 0x000010, "Member 'FAccountLinkPublisherAccount::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccountLinkPublisherAccount, LinkedPlatforms) == 0x000020, "Member 'FAccountLinkPublisherAccount::LinkedPlatforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccountLinkConflictMessageVariables \ +static_assert(alignof(FAccountLinkConflictMessageVariables) == 0x000008, "Wrong alignment on FAccountLinkConflictMessageVariables"); \ +static_assert(sizeof(FAccountLinkConflictMessageVariables) == 0x000020, "Wrong size on FAccountLinkConflictMessageVariables"); \ +static_assert(offsetof(FAccountLinkConflictMessageVariables, PlatformUserID) == 0x000000, "Member 'FAccountLinkConflictMessageVariables::PlatformUserID' has a wrong offset!"); \ +static_assert(offsetof(FAccountLinkConflictMessageVariables, PublisherAccounts) == 0x000010, "Member 'FAccountLinkConflictMessageVariables::PublisherAccounts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlayerBinaryRecordDeletedPayload \ +static_assert(alignof(FAccelByteModelsPlayerBinaryRecordDeletedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsPlayerBinaryRecordDeletedPayload"); \ +static_assert(sizeof(FAccelByteModelsPlayerBinaryRecordDeletedPayload) == 0x000038, "Wrong size on FAccelByteModelsPlayerBinaryRecordDeletedPayload"); \ +static_assert(offsetof(FAccelByteModelsPlayerBinaryRecordDeletedPayload, UserId) == 0x000018, "Member 'FAccelByteModelsPlayerBinaryRecordDeletedPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayerBinaryRecordDeletedPayload, Key) == 0x000028, "Member 'FAccelByteModelsPlayerBinaryRecordDeletedPayload::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsEntitlementOwnership \ +static_assert(alignof(FAccelByteModelsEntitlementOwnership) == 0x000008, "Wrong alignment on FAccelByteModelsEntitlementOwnership"); \ +static_assert(sizeof(FAccelByteModelsEntitlementOwnership) == 0x000010, "Wrong size on FAccelByteModelsEntitlementOwnership"); \ +static_assert(offsetof(FAccelByteModelsEntitlementOwnership, Owned) == 0x000000, "Member 'FAccelByteModelsEntitlementOwnership::Owned' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementOwnership, EndDate) == 0x000008, "Member 'FAccelByteModelsEntitlementOwnership::EndDate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatPublicTopicQueryData \ +static_assert(alignof(FAccelByteModelsChatPublicTopicQueryData) == 0x000008, "Wrong alignment on FAccelByteModelsChatPublicTopicQueryData"); \ +static_assert(sizeof(FAccelByteModelsChatPublicTopicQueryData) == 0x000028, "Wrong size on FAccelByteModelsChatPublicTopicQueryData"); \ +static_assert(offsetof(FAccelByteModelsChatPublicTopicQueryData, TopicId) == 0x000000, "Member 'FAccelByteModelsChatPublicTopicQueryData::TopicId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatPublicTopicQueryData, Name) == 0x000010, "Member 'FAccelByteModelsChatPublicTopicQueryData::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatPublicTopicQueryData, NumberOfMembers) == 0x000020, "Member 'FAccelByteModelsChatPublicTopicQueryData::NumberOfMembers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2ServerQueryGameSessionsRequest \ +static_assert(alignof(FAccelByteModelsV2ServerQueryGameSessionsRequest) == 0x000008, "Wrong alignment on FAccelByteModelsV2ServerQueryGameSessionsRequest"); \ +static_assert(sizeof(FAccelByteModelsV2ServerQueryGameSessionsRequest) == 0x0000A8, "Wrong size on FAccelByteModelsV2ServerQueryGameSessionsRequest"); \ +static_assert(offsetof(FAccelByteModelsV2ServerQueryGameSessionsRequest, Status) == 0x000000, "Member 'FAccelByteModelsV2ServerQueryGameSessionsRequest::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2ServerQueryGameSessionsRequest, StatusV2) == 0x000001, "Member 'FAccelByteModelsV2ServerQueryGameSessionsRequest::StatusV2' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2ServerQueryGameSessionsRequest, SessionID) == 0x000008, "Member 'FAccelByteModelsV2ServerQueryGameSessionsRequest::SessionID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2ServerQueryGameSessionsRequest, MatchPool) == 0x000018, "Member 'FAccelByteModelsV2ServerQueryGameSessionsRequest::MatchPool' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2ServerQueryGameSessionsRequest, GameMode) == 0x000028, "Member 'FAccelByteModelsV2ServerQueryGameSessionsRequest::GameMode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2ServerQueryGameSessionsRequest, Joinability) == 0x000038, "Member 'FAccelByteModelsV2ServerQueryGameSessionsRequest::Joinability' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2ServerQueryGameSessionsRequest, MemberID) == 0x000040, "Member 'FAccelByteModelsV2ServerQueryGameSessionsRequest::MemberID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2ServerQueryGameSessionsRequest, ConfigurationName) == 0x000050, "Member 'FAccelByteModelsV2ServerQueryGameSessionsRequest::ConfigurationName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2ServerQueryGameSessionsRequest, FromTime) == 0x000060, "Member 'FAccelByteModelsV2ServerQueryGameSessionsRequest::FromTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2ServerQueryGameSessionsRequest, ToTime) == 0x000068, "Member 'FAccelByteModelsV2ServerQueryGameSessionsRequest::ToTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2ServerQueryGameSessionsRequest, DsPodName) == 0x000070, "Member 'FAccelByteModelsV2ServerQueryGameSessionsRequest::DsPodName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2ServerQueryGameSessionsRequest, IsSoftDeleted) == 0x000080, "Member 'FAccelByteModelsV2ServerQueryGameSessionsRequest::IsSoftDeleted' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2ServerQueryGameSessionsRequest, IsPersistent) == 0x000081, "Member 'FAccelByteModelsV2ServerQueryGameSessionsRequest::IsPersistent' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2ServerQueryGameSessionsRequest, OrderBy) == 0x000088, "Member 'FAccelByteModelsV2ServerQueryGameSessionsRequest::OrderBy' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2ServerQueryGameSessionsRequest, Order) == 0x000098, "Member 'FAccelByteModelsV2ServerQueryGameSessionsRequest::Order' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlatformLink \ +static_assert(alignof(FPlatformLink) == 0x000008, "Wrong alignment on FPlatformLink"); \ +static_assert(sizeof(FPlatformLink) == 0x000090, "Wrong size on FPlatformLink"); \ +static_assert(offsetof(FPlatformLink, DisplayName) == 0x000000, "Member 'FPlatformLink::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FPlatformLink, EmailAddress) == 0x000010, "Member 'FPlatformLink::EmailAddress' has a wrong offset!"); \ +static_assert(offsetof(FPlatformLink, LinkedAt) == 0x000020, "Member 'FPlatformLink::LinkedAt' has a wrong offset!"); \ +static_assert(offsetof(FPlatformLink, Namespace) == 0x000030, "Member 'FPlatformLink::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FPlatformLink, OriginNamespace) == 0x000040, "Member 'FPlatformLink::OriginNamespace' has a wrong offset!"); \ +static_assert(offsetof(FPlatformLink, PlatformId) == 0x000050, "Member 'FPlatformLink::PlatformId' has a wrong offset!"); \ +static_assert(offsetof(FPlatformLink, PlatformUserId) == 0x000060, "Member 'FPlatformLink::PlatformUserId' has a wrong offset!"); \ +static_assert(offsetof(FPlatformLink, UserId) == 0x000070, "Member 'FPlatformLink::UserId' has a wrong offset!"); \ +static_assert(offsetof(FPlatformLink, AccountGroup) == 0x000080, "Member 'FPlatformLink::AccountGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPagedPlatformLinks \ +static_assert(alignof(FPagedPlatformLinks) == 0x000008, "Wrong alignment on FPagedPlatformLinks"); \ +static_assert(sizeof(FPagedPlatformLinks) == 0x000050, "Wrong size on FPagedPlatformLinks"); \ +static_assert(offsetof(FPagedPlatformLinks, Data) == 0x000000, "Member 'FPagedPlatformLinks::Data' has a wrong offset!"); \ +static_assert(offsetof(FPagedPlatformLinks, Paging) == 0x000010, "Member 'FPagedPlatformLinks::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGetAdminUserRecordKeys \ +static_assert(alignof(FAccelByteModelsGetAdminUserRecordKeys) == 0x000008, "Wrong alignment on FAccelByteModelsGetAdminUserRecordKeys"); \ +static_assert(sizeof(FAccelByteModelsGetAdminUserRecordKeys) == 0x000020, "Wrong size on FAccelByteModelsGetAdminUserRecordKeys"); \ +static_assert(offsetof(FAccelByteModelsGetAdminUserRecordKeys, Key) == 0x000000, "Member 'FAccelByteModelsGetAdminUserRecordKeys::Key' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGetAdminUserRecordKeys, User_Id) == 0x000010, "Member 'FAccelByteModelsGetAdminUserRecordKeys::User_Id' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPaginatedGetAdminUserRecordKeysResponse \ +static_assert(alignof(FAccelByteModelsPaginatedGetAdminUserRecordKeysResponse) == 0x000008, "Wrong alignment on FAccelByteModelsPaginatedGetAdminUserRecordKeysResponse"); \ +static_assert(sizeof(FAccelByteModelsPaginatedGetAdminUserRecordKeysResponse) == 0x000050, "Wrong size on FAccelByteModelsPaginatedGetAdminUserRecordKeysResponse"); \ +static_assert(offsetof(FAccelByteModelsPaginatedGetAdminUserRecordKeysResponse, Data) == 0x000000, "Member 'FAccelByteModelsPaginatedGetAdminUserRecordKeysResponse::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPaginatedGetAdminUserRecordKeysResponse, Paging) == 0x000010, "Member 'FAccelByteModelsPaginatedGetAdminUserRecordKeysResponse::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlatformValidateDetails \ +static_assert(alignof(FAccelByteModelsPlatformValidateDetails) == 0x000008, "Wrong alignment on FAccelByteModelsPlatformValidateDetails"); \ +static_assert(sizeof(FAccelByteModelsPlatformValidateDetails) == 0x000010, "Wrong size on FAccelByteModelsPlatformValidateDetails"); \ +static_assert(offsetof(FAccelByteModelsPlatformValidateDetails, PredicateValidateResults) == 0x000000, "Member 'FAccelByteModelsPlatformValidateDetails::PredicateValidateResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlatformValidateUserItemPurchaseResponse \ +static_assert(alignof(FAccelByteModelsPlatformValidateUserItemPurchaseResponse) == 0x000008, "Wrong alignment on FAccelByteModelsPlatformValidateUserItemPurchaseResponse"); \ +static_assert(sizeof(FAccelByteModelsPlatformValidateUserItemPurchaseResponse) == 0x000038, "Wrong size on FAccelByteModelsPlatformValidateUserItemPurchaseResponse"); \ +static_assert(offsetof(FAccelByteModelsPlatformValidateUserItemPurchaseResponse, ItemId) == 0x000000, "Member 'FAccelByteModelsPlatformValidateUserItemPurchaseResponse::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformValidateUserItemPurchaseResponse, Sku) == 0x000010, "Member 'FAccelByteModelsPlatformValidateUserItemPurchaseResponse::Sku' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformValidateUserItemPurchaseResponse, Purchasable) == 0x000020, "Member 'FAccelByteModelsPlatformValidateUserItemPurchaseResponse::Purchasable' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformValidateUserItemPurchaseResponse, ValidateDetails) == 0x000028, "Member 'FAccelByteModelsPlatformValidateUserItemPurchaseResponse::ValidateDetails' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsCreditSummaryEventPayload \ +static_assert(alignof(FAccelByteModelsCreditSummaryEventPayload) == 0x000008, "Wrong alignment on FAccelByteModelsCreditSummaryEventPayload"); \ +static_assert(sizeof(FAccelByteModelsCreditSummaryEventPayload) == 0x000038, "Wrong size on FAccelByteModelsCreditSummaryEventPayload"); \ +static_assert(offsetof(FAccelByteModelsCreditSummaryEventPayload, WalletId) == 0x000000, "Member 'FAccelByteModelsCreditSummaryEventPayload::WalletId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCreditSummaryEventPayload, UserId) == 0x000010, "Member 'FAccelByteModelsCreditSummaryEventPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCreditSummaryEventPayload, Amount) == 0x000020, "Member 'FAccelByteModelsCreditSummaryEventPayload::Amount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCreditSummaryEventPayload, CurrencyCode) == 0x000028, "Member 'FAccelByteModelsCreditSummaryEventPayload::CurrencyCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSubscriptionSummaryEventPayload \ +static_assert(alignof(FAccelByteModelsSubscriptionSummaryEventPayload) == 0x000008, "Wrong alignment on FAccelByteModelsSubscriptionSummaryEventPayload"); \ +static_assert(sizeof(FAccelByteModelsSubscriptionSummaryEventPayload) == 0x000060, "Wrong size on FAccelByteModelsSubscriptionSummaryEventPayload"); \ +static_assert(offsetof(FAccelByteModelsSubscriptionSummaryEventPayload, Id) == 0x000000, "Member 'FAccelByteModelsSubscriptionSummaryEventPayload::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSubscriptionSummaryEventPayload, UserId) == 0x000010, "Member 'FAccelByteModelsSubscriptionSummaryEventPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSubscriptionSummaryEventPayload, ItemId) == 0x000020, "Member 'FAccelByteModelsSubscriptionSummaryEventPayload::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSubscriptionSummaryEventPayload, Sku) == 0x000030, "Member 'FAccelByteModelsSubscriptionSummaryEventPayload::Sku' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSubscriptionSummaryEventPayload, Status) == 0x000040, "Member 'FAccelByteModelsSubscriptionSummaryEventPayload::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSubscriptionSummaryEventPayload, SubscribedBy) == 0x000050, "Member 'FAccelByteModelsSubscriptionSummaryEventPayload::SubscribedBy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsItemFulfilledPayload \ +static_assert(alignof(FAccelByteModelsItemFulfilledPayload) == 0x000008, "Wrong alignment on FAccelByteModelsItemFulfilledPayload"); \ +static_assert(sizeof(FAccelByteModelsItemFulfilledPayload) == 0x000058, "Wrong size on FAccelByteModelsItemFulfilledPayload"); \ +static_assert(offsetof(FAccelByteModelsItemFulfilledPayload, UserId) == 0x000018, "Member 'FAccelByteModelsItemFulfilledPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemFulfilledPayload, EntitlementSummaries) == 0x000028, "Member 'FAccelByteModelsItemFulfilledPayload::EntitlementSummaries' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemFulfilledPayload, CreditSummaries) == 0x000038, "Member 'FAccelByteModelsItemFulfilledPayload::CreditSummaries' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemFulfilledPayload, SubscriptionSummaries) == 0x000048, "Member 'FAccelByteModelsItemFulfilledPayload::SubscriptionSummaries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGameProfileAttribute \ +static_assert(alignof(FAccelByteModelsGameProfileAttribute) == 0x000008, "Wrong alignment on FAccelByteModelsGameProfileAttribute"); \ +static_assert(sizeof(FAccelByteModelsGameProfileAttribute) == 0x000020, "Wrong size on FAccelByteModelsGameProfileAttribute"); \ +static_assert(offsetof(FAccelByteModelsGameProfileAttribute, name) == 0x000000, "Member 'FAccelByteModelsGameProfileAttribute::name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameProfileAttribute, value) == 0x000010, "Member 'FAccelByteModelsGameProfileAttribute::value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsRequestFriendsResponse \ +static_assert(alignof(FAccelByteModelsRequestFriendsResponse) == 0x000008, "Wrong alignment on FAccelByteModelsRequestFriendsResponse"); \ +static_assert(sizeof(FAccelByteModelsRequestFriendsResponse) == 0x000040, "Wrong size on FAccelByteModelsRequestFriendsResponse"); \ +static_assert(offsetof(FAccelByteModelsRequestFriendsResponse, FriendId) == 0x000030, "Member 'FAccelByteModelsRequestFriendsResponse::FriendId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUpdateGroupRequest \ +static_assert(alignof(FAccelByteModelsUpdateGroupRequest) == 0x000008, "Wrong alignment on FAccelByteModelsUpdateGroupRequest"); \ +static_assert(sizeof(FAccelByteModelsUpdateGroupRequest) == 0x000048, "Wrong size on FAccelByteModelsUpdateGroupRequest"); \ +static_assert(offsetof(FAccelByteModelsUpdateGroupRequest, GroupName) == 0x000000, "Member 'FAccelByteModelsUpdateGroupRequest::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUpdateGroupRequest, GroupRegion) == 0x000010, "Member 'FAccelByteModelsUpdateGroupRequest::GroupRegion' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUpdateGroupRequest, GroupType) == 0x000020, "Member 'FAccelByteModelsUpdateGroupRequest::GroupType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUpdateGroupRequest, GroupDescription) == 0x000028, "Member 'FAccelByteModelsUpdateGroupRequest::GroupDescription' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUpdateGroupRequest, GroupIcon) == 0x000038, "Member 'FAccelByteModelsUpdateGroupRequest::GroupIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatReadChatData \ +static_assert(alignof(FAccelByteModelsChatReadChatData) == 0x000008, "Wrong alignment on FAccelByteModelsChatReadChatData"); \ +static_assert(sizeof(FAccelByteModelsChatReadChatData) == 0x000060, "Wrong size on FAccelByteModelsChatReadChatData"); \ +static_assert(offsetof(FAccelByteModelsChatReadChatData, TopicId) == 0x000000, "Member 'FAccelByteModelsChatReadChatData::TopicId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatReadChatData, ChatIds) == 0x000010, "Member 'FAccelByteModelsChatReadChatData::ChatIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUnfriendResponse \ +static_assert(alignof(FAccelByteModelsUnfriendResponse) == 0x000008, "Wrong alignment on FAccelByteModelsUnfriendResponse"); \ +static_assert(sizeof(FAccelByteModelsUnfriendResponse) == 0x000040, "Wrong size on FAccelByteModelsUnfriendResponse"); \ +static_assert(offsetof(FAccelByteModelsUnfriendResponse, FriendId) == 0x000030, "Member 'FAccelByteModelsUnfriendResponse::FriendId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsLeaderboardGetUserRankingPayload \ +static_assert(alignof(FAccelByteModelsLeaderboardGetUserRankingPayload) == 0x000008, "Wrong alignment on FAccelByteModelsLeaderboardGetUserRankingPayload"); \ +static_assert(sizeof(FAccelByteModelsLeaderboardGetUserRankingPayload) == 0x000038, "Wrong size on FAccelByteModelsLeaderboardGetUserRankingPayload"); \ +static_assert(offsetof(FAccelByteModelsLeaderboardGetUserRankingPayload, LeaderboardCode) == 0x000018, "Member 'FAccelByteModelsLeaderboardGetUserRankingPayload::LeaderboardCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLeaderboardGetUserRankingPayload, UserId) == 0x000028, "Member 'FAccelByteModelsLeaderboardGetUserRankingPayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUser \ +static_assert(alignof(FAccelByteModelsUser) == 0x000008, "Wrong alignment on FAccelByteModelsUser"); \ +static_assert(sizeof(FAccelByteModelsUser) == 0x000030, "Wrong size on FAccelByteModelsUser"); \ +static_assert(offsetof(FAccelByteModelsUser, User_id) == 0x000000, "Member 'FAccelByteModelsUser::User_id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUser, ExtraAttributes) == 0x000010, "Member 'FAccelByteModelsUser::ExtraAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMatchingParty \ +static_assert(alignof(FAccelByteModelsMatchingParty) == 0x000008, "Wrong alignment on FAccelByteModelsMatchingParty"); \ +static_assert(sizeof(FAccelByteModelsMatchingParty) == 0x000040, "Wrong size on FAccelByteModelsMatchingParty"); \ +static_assert(offsetof(FAccelByteModelsMatchingParty, Party_id) == 0x000000, "Member 'FAccelByteModelsMatchingParty::Party_id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMatchingParty, Party_members) == 0x000010, "Member 'FAccelByteModelsMatchingParty::Party_members' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMatchingParty, Party_attributes) == 0x000020, "Member 'FAccelByteModelsMatchingParty::Party_attributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMatchingAlly \ +static_assert(alignof(FAccelByteModelsMatchingAlly) == 0x000008, "Wrong alignment on FAccelByteModelsMatchingAlly"); \ +static_assert(sizeof(FAccelByteModelsMatchingAlly) == 0x000010, "Wrong size on FAccelByteModelsMatchingAlly"); \ +static_assert(offsetof(FAccelByteModelsMatchingAlly, Matching_parties) == 0x000000, "Member 'FAccelByteModelsMatchingAlly::Matching_parties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMatchRequest \ +static_assert(alignof(FAccelByteModelsMatchRequest) == 0x000008, "Wrong alignment on FAccelByteModelsMatchRequest"); \ +static_assert(sizeof(FAccelByteModelsMatchRequest) == 0x000040, "Wrong size on FAccelByteModelsMatchRequest"); \ +static_assert(offsetof(FAccelByteModelsMatchRequest, Session_id) == 0x000000, "Member 'FAccelByteModelsMatchRequest::Session_id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMatchRequest, Namespace) == 0x000010, "Member 'FAccelByteModelsMatchRequest::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMatchRequest, Game_mode) == 0x000020, "Member 'FAccelByteModelsMatchRequest::Game_mode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMatchRequest, Matching_allies) == 0x000030, "Member 'FAccelByteModelsMatchRequest::Matching_allies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsAcceptFriendsResponse \ +static_assert(alignof(FAccelByteModelsAcceptFriendsResponse) == 0x000008, "Wrong alignment on FAccelByteModelsAcceptFriendsResponse"); \ +static_assert(sizeof(FAccelByteModelsAcceptFriendsResponse) == 0x000040, "Wrong size on FAccelByteModelsAcceptFriendsResponse"); \ +static_assert(offsetof(FAccelByteModelsAcceptFriendsResponse, FriendId) == 0x000030, "Member 'FAccelByteModelsAcceptFriendsResponse::FriendId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsRejectFriendsResponse \ +static_assert(alignof(FAccelByteModelsRejectFriendsResponse) == 0x000008, "Wrong alignment on FAccelByteModelsRejectFriendsResponse"); \ +static_assert(sizeof(FAccelByteModelsRejectFriendsResponse) == 0x000040, "Wrong size on FAccelByteModelsRejectFriendsResponse"); \ +static_assert(offsetof(FAccelByteModelsRejectFriendsResponse, FriendId) == 0x000030, "Member 'FAccelByteModelsRejectFriendsResponse::FriendId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSyncThirdPartyFriendInfo \ +static_assert(alignof(FAccelByteModelsSyncThirdPartyFriendInfo) == 0x000008, "Wrong alignment on FAccelByteModelsSyncThirdPartyFriendInfo"); \ +static_assert(sizeof(FAccelByteModelsSyncThirdPartyFriendInfo) == 0x000038, "Wrong size on FAccelByteModelsSyncThirdPartyFriendInfo"); \ +static_assert(offsetof(FAccelByteModelsSyncThirdPartyFriendInfo, IsLogin) == 0x000000, "Member 'FAccelByteModelsSyncThirdPartyFriendInfo::IsLogin' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSyncThirdPartyFriendInfo, PlatformId) == 0x000008, "Member 'FAccelByteModelsSyncThirdPartyFriendInfo::PlatformId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSyncThirdPartyFriendInfo, PlatformToken) == 0x000018, "Member 'FAccelByteModelsSyncThirdPartyFriendInfo::PlatformToken' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSyncThirdPartyFriendInfo, PsnEnv) == 0x000028, "Member 'FAccelByteModelsSyncThirdPartyFriendInfo::PsnEnv' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSyncThirdPartyFriendsRequest \ +static_assert(alignof(FAccelByteModelsSyncThirdPartyFriendsRequest) == 0x000008, "Wrong alignment on FAccelByteModelsSyncThirdPartyFriendsRequest"); \ +static_assert(sizeof(FAccelByteModelsSyncThirdPartyFriendsRequest) == 0x000010, "Wrong size on FAccelByteModelsSyncThirdPartyFriendsRequest"); \ +static_assert(offsetof(FAccelByteModelsSyncThirdPartyFriendsRequest, FriendSyncDetails) == 0x000000, "Member 'FAccelByteModelsSyncThirdPartyFriendsRequest::FriendSyncDetails' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsAcceptFriendsNotif \ +static_assert(alignof(FAccelByteModelsAcceptFriendsNotif) == 0x000008, "Wrong alignment on FAccelByteModelsAcceptFriendsNotif"); \ +static_assert(sizeof(FAccelByteModelsAcceptFriendsNotif) == 0x000010, "Wrong size on FAccelByteModelsAcceptFriendsNotif"); \ +static_assert(offsetof(FAccelByteModelsAcceptFriendsNotif, friendId) == 0x000000, "Member 'FAccelByteModelsAcceptFriendsNotif::friendId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPublicUserInfo \ +static_assert(alignof(FPublicUserInfo) == 0x000008, "Wrong alignment on FPublicUserInfo"); \ +static_assert(sizeof(FPublicUserInfo) == 0x000050, "Wrong size on FPublicUserInfo"); \ +static_assert(offsetof(FPublicUserInfo, CreatedAt) == 0x000000, "Member 'FPublicUserInfo::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FPublicUserInfo, DisplayName) == 0x000010, "Member 'FPublicUserInfo::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FPublicUserInfo, Namespace) == 0x000020, "Member 'FPublicUserInfo::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FPublicUserInfo, UserId) == 0x000030, "Member 'FPublicUserInfo::UserId' has a wrong offset!"); \ +static_assert(offsetof(FPublicUserInfo, UserName) == 0x000040, "Member 'FPublicUserInfo::UserName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsRequestFriendsNotif \ +static_assert(alignof(FAccelByteModelsRequestFriendsNotif) == 0x000008, "Wrong alignment on FAccelByteModelsRequestFriendsNotif"); \ +static_assert(sizeof(FAccelByteModelsRequestFriendsNotif) == 0x000010, "Wrong size on FAccelByteModelsRequestFriendsNotif"); \ +static_assert(offsetof(FAccelByteModelsRequestFriendsNotif, friendId) == 0x000000, "Member 'FAccelByteModelsRequestFriendsNotif::friendId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBannedBy \ +static_assert(alignof(FBannedBy) == 0x000008, "Wrong alignment on FBannedBy"); \ +static_assert(sizeof(FBannedBy) == 0x000020, "Wrong size on FBannedBy"); \ +static_assert(offsetof(FBannedBy, DisplayName) == 0x000000, "Member 'FBannedBy::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FBannedBy, UserId) == 0x000010, "Member 'FBannedBy::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUnfriendNotif \ +static_assert(alignof(FAccelByteModelsUnfriendNotif) == 0x000008, "Wrong alignment on FAccelByteModelsUnfriendNotif"); \ +static_assert(sizeof(FAccelByteModelsUnfriendNotif) == 0x000010, "Wrong size on FAccelByteModelsUnfriendNotif"); \ +static_assert(offsetof(FAccelByteModelsUnfriendNotif, friendId) == 0x000000, "Member 'FAccelByteModelsUnfriendNotif::friendId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2GameSessionTeamParties \ +static_assert(alignof(FAccelByteModelsV2GameSessionTeamParties) == 0x000008, "Wrong alignment on FAccelByteModelsV2GameSessionTeamParties"); \ +static_assert(sizeof(FAccelByteModelsV2GameSessionTeamParties) == 0x000020, "Wrong size on FAccelByteModelsV2GameSessionTeamParties"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionTeamParties, PartyID) == 0x000000, "Member 'FAccelByteModelsV2GameSessionTeamParties::PartyID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionTeamParties, UserIDs) == 0x000010, "Member 'FAccelByteModelsV2GameSessionTeamParties::UserIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2GameSessionTeam \ +static_assert(alignof(FAccelByteModelsV2GameSessionTeam) == 0x000008, "Wrong alignment on FAccelByteModelsV2GameSessionTeam"); \ +static_assert(sizeof(FAccelByteModelsV2GameSessionTeam) == 0x000020, "Wrong size on FAccelByteModelsV2GameSessionTeam"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionTeam, UserIDs) == 0x000000, "Member 'FAccelByteModelsV2GameSessionTeam::UserIDs' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionTeam, Parties) == 0x000010, "Member 'FAccelByteModelsV2GameSessionTeam::Parties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2MatchmakingTicketPlayerData \ +static_assert(alignof(FAccelByteModelsV2MatchmakingTicketPlayerData) == 0x000008, "Wrong alignment on FAccelByteModelsV2MatchmakingTicketPlayerData"); \ +static_assert(sizeof(FAccelByteModelsV2MatchmakingTicketPlayerData) == 0x000030, "Wrong size on FAccelByteModelsV2MatchmakingTicketPlayerData"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingTicketPlayerData, PlayerID) == 0x000000, "Member 'FAccelByteModelsV2MatchmakingTicketPlayerData::PlayerID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingTicketPlayerData, Attributes) == 0x000010, "Member 'FAccelByteModelsV2MatchmakingTicketPlayerData::Attributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2MatchmakingTicket \ +static_assert(alignof(FAccelByteModelsV2MatchmakingTicket) == 0x000008, "Wrong alignment on FAccelByteModelsV2MatchmakingTicket"); \ +static_assert(sizeof(FAccelByteModelsV2MatchmakingTicket) == 0x000088, "Wrong size on FAccelByteModelsV2MatchmakingTicket"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingTicket, TicketID) == 0x000000, "Member 'FAccelByteModelsV2MatchmakingTicket::TicketID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingTicket, MatchPool) == 0x000010, "Member 'FAccelByteModelsV2MatchmakingTicket::MatchPool' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingTicket, CreatedAt) == 0x000020, "Member 'FAccelByteModelsV2MatchmakingTicket::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingTicket, Latencies) == 0x000028, "Member 'FAccelByteModelsV2MatchmakingTicket::Latencies' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingTicket, Players) == 0x000078, "Member 'FAccelByteModelsV2MatchmakingTicket::Players' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsDSBackfillProposalReceivedPayload \ +static_assert(alignof(FAccelByteModelsDSBackfillProposalReceivedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsDSBackfillProposalReceivedPayload"); \ +static_assert(sizeof(FAccelByteModelsDSBackfillProposalReceivedPayload) == 0x000088, "Wrong size on FAccelByteModelsDSBackfillProposalReceivedPayload"); \ +static_assert(offsetof(FAccelByteModelsDSBackfillProposalReceivedPayload, BackfillTicketId) == 0x000028, "Member 'FAccelByteModelsDSBackfillProposalReceivedPayload::BackfillTicketId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSBackfillProposalReceivedPayload, ProposalId) == 0x000038, "Member 'FAccelByteModelsDSBackfillProposalReceivedPayload::ProposalId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSBackfillProposalReceivedPayload, MatchPool) == 0x000048, "Member 'FAccelByteModelsDSBackfillProposalReceivedPayload::MatchPool' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSBackfillProposalReceivedPayload, GameSessionId) == 0x000058, "Member 'FAccelByteModelsDSBackfillProposalReceivedPayload::GameSessionId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSBackfillProposalReceivedPayload, ProposedTeams) == 0x000068, "Member 'FAccelByteModelsDSBackfillProposalReceivedPayload::ProposedTeams' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSBackfillProposalReceivedPayload, AddedTickets) == 0x000078, "Member 'FAccelByteModelsDSBackfillProposalReceivedPayload::AddedTickets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCCreatorState \ +static_assert(alignof(FAccelByteModelsUGCCreatorState) == 0x000008, "Wrong alignment on FAccelByteModelsUGCCreatorState"); \ +static_assert(sizeof(FAccelByteModelsUGCCreatorState) == 0x000018, "Wrong size on FAccelByteModelsUGCCreatorState"); \ +static_assert(offsetof(FAccelByteModelsUGCCreatorState, State) == 0x000000, "Member 'FAccelByteModelsUGCCreatorState::State' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCCreatorState, UserId) == 0x000008, "Member 'FAccelByteModelsUGCCreatorState::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsCancelFriendsNotif \ +static_assert(alignof(FAccelByteModelsCancelFriendsNotif) == 0x000008, "Wrong alignment on FAccelByteModelsCancelFriendsNotif"); \ +static_assert(sizeof(FAccelByteModelsCancelFriendsNotif) == 0x000010, "Wrong size on FAccelByteModelsCancelFriendsNotif"); \ +static_assert(offsetof(FAccelByteModelsCancelFriendsNotif, userId) == 0x000000, "Member 'FAccelByteModelsCancelFriendsNotif::userId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsRejectFriendsNotif \ +static_assert(alignof(FAccelByteModelsRejectFriendsNotif) == 0x000008, "Wrong alignment on FAccelByteModelsRejectFriendsNotif"); \ +static_assert(sizeof(FAccelByteModelsRejectFriendsNotif) == 0x000010, "Wrong size on FAccelByteModelsRejectFriendsNotif"); \ +static_assert(offsetof(FAccelByteModelsRejectFriendsNotif, userId) == 0x000000, "Member 'FAccelByteModelsRejectFriendsNotif::userId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBaseUserInfo \ +static_assert(alignof(FBaseUserInfo) == 0x000008, "Wrong alignment on FBaseUserInfo"); \ +static_assert(sizeof(FBaseUserInfo) == 0x0000A0, "Wrong size on FBaseUserInfo"); \ +static_assert(offsetof(FBaseUserInfo, AvatarUrl) == 0x000000, "Member 'FBaseUserInfo::AvatarUrl' has a wrong offset!"); \ +static_assert(offsetof(FBaseUserInfo, DisplayName) == 0x000010, "Member 'FBaseUserInfo::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FBaseUserInfo, PlatformUserIds) == 0x000020, "Member 'FBaseUserInfo::PlatformUserIds' has a wrong offset!"); \ +static_assert(offsetof(FBaseUserInfo, UserId) == 0x000070, "Member 'FBaseUserInfo::UserId' has a wrong offset!"); \ +static_assert(offsetof(FBaseUserInfo, PublisherAvatarUrl) == 0x000080, "Member 'FBaseUserInfo::PublisherAvatarUrl' has a wrong offset!"); \ +static_assert(offsetof(FBaseUserInfo, Username) == 0x000090, "Member 'FBaseUserInfo::Username' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPartyDataUpdateStringRequest \ +static_assert(alignof(FAccelByteModelsPartyDataUpdateStringRequest) == 0x000008, "Wrong alignment on FAccelByteModelsPartyDataUpdateStringRequest"); \ +static_assert(sizeof(FAccelByteModelsPartyDataUpdateStringRequest) == 0x000030, "Wrong size on FAccelByteModelsPartyDataUpdateStringRequest"); \ +static_assert(offsetof(FAccelByteModelsPartyDataUpdateStringRequest, UpdatedAt) == 0x000000, "Member 'FAccelByteModelsPartyDataUpdateStringRequest::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyDataUpdateStringRequest, Custom_attribute) == 0x000010, "Member 'FAccelByteModelsPartyDataUpdateStringRequest::Custom_attribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSetSessionAttributeRequest \ +static_assert(alignof(FAccelByteModelsSetSessionAttributeRequest) == 0x000008, "Wrong alignment on FAccelByteModelsSetSessionAttributeRequest"); \ +static_assert(sizeof(FAccelByteModelsSetSessionAttributeRequest) == 0x000050, "Wrong size on FAccelByteModelsSetSessionAttributeRequest"); \ +static_assert(offsetof(FAccelByteModelsSetSessionAttributeRequest, Attributes) == 0x000000, "Member 'FAccelByteModelsSetSessionAttributeRequest::Attributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsEntitlementSummary \ +static_assert(alignof(FAccelByteModelsEntitlementSummary) == 0x000008, "Wrong alignment on FAccelByteModelsEntitlementSummary"); \ +static_assert(sizeof(FAccelByteModelsEntitlementSummary) == 0x0000A8, "Wrong size on FAccelByteModelsEntitlementSummary"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSummary, Id) == 0x000000, "Member 'FAccelByteModelsEntitlementSummary::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSummary, ItemId) == 0x000010, "Member 'FAccelByteModelsEntitlementSummary::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSummary, Namespace) == 0x000020, "Member 'FAccelByteModelsEntitlementSummary::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSummary, Name) == 0x000030, "Member 'FAccelByteModelsEntitlementSummary::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSummary, UserId) == 0x000040, "Member 'FAccelByteModelsEntitlementSummary::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSummary, Clazz) == 0x000050, "Member 'FAccelByteModelsEntitlementSummary::Clazz' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSummary, Type) == 0x000051, "Member 'FAccelByteModelsEntitlementSummary::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSummary, Stackable) == 0x000052, "Member 'FAccelByteModelsEntitlementSummary::Stackable' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSummary, StackedUseCount) == 0x000054, "Member 'FAccelByteModelsEntitlementSummary::StackedUseCount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSummary, StoreId) == 0x000058, "Member 'FAccelByteModelsEntitlementSummary::StoreId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSummary, StackedQuantity) == 0x000068, "Member 'FAccelByteModelsEntitlementSummary::StackedQuantity' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSummary, CreatedAt) == 0x000070, "Member 'FAccelByteModelsEntitlementSummary::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSummary, UpdatedAt) == 0x000080, "Member 'FAccelByteModelsEntitlementSummary::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSummary, GrantedCode) == 0x000088, "Member 'FAccelByteModelsEntitlementSummary::GrantedCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSummary, StartDate) == 0x000098, "Member 'FAccelByteModelsEntitlementSummary::StartDate' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSummary, EndDate) == 0x0000A0, "Member 'FAccelByteModelsEntitlementSummary::EndDate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsCreditSummary \ +static_assert(alignof(FAccelByteModelsCreditSummary) == 0x000008, "Wrong alignment on FAccelByteModelsCreditSummary"); \ +static_assert(sizeof(FAccelByteModelsCreditSummary) == 0x000048, "Wrong size on FAccelByteModelsCreditSummary"); \ +static_assert(offsetof(FAccelByteModelsCreditSummary, WalletId) == 0x000000, "Member 'FAccelByteModelsCreditSummary::WalletId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCreditSummary, Namespace) == 0x000010, "Member 'FAccelByteModelsCreditSummary::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCreditSummary, UserId) == 0x000020, "Member 'FAccelByteModelsCreditSummary::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCreditSummary, Amount) == 0x000030, "Member 'FAccelByteModelsCreditSummary::Amount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCreditSummary, CurrencyCode) == 0x000038, "Member 'FAccelByteModelsCreditSummary::CurrencyCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSubscriptionSummary \ +static_assert(alignof(FAccelByteModelsSubscriptionSummary) == 0x000008, "Wrong alignment on FAccelByteModelsSubscriptionSummary"); \ +static_assert(sizeof(FAccelByteModelsSubscriptionSummary) == 0x000070, "Wrong size on FAccelByteModelsSubscriptionSummary"); \ +static_assert(offsetof(FAccelByteModelsSubscriptionSummary, Id) == 0x000000, "Member 'FAccelByteModelsSubscriptionSummary::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSubscriptionSummary, Namespace) == 0x000010, "Member 'FAccelByteModelsSubscriptionSummary::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSubscriptionSummary, UserId) == 0x000020, "Member 'FAccelByteModelsSubscriptionSummary::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSubscriptionSummary, ItemId) == 0x000030, "Member 'FAccelByteModelsSubscriptionSummary::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSubscriptionSummary, Sku) == 0x000040, "Member 'FAccelByteModelsSubscriptionSummary::Sku' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSubscriptionSummary, Status) == 0x000050, "Member 'FAccelByteModelsSubscriptionSummary::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSubscriptionSummary, CurrentPeriodStart) == 0x000058, "Member 'FAccelByteModelsSubscriptionSummary::CurrentPeriodStart' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSubscriptionSummary, CurrentPeriodEnd) == 0x000060, "Member 'FAccelByteModelsSubscriptionSummary::CurrentPeriodEnd' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSubscriptionSummary, SubscribedBy) == 0x000068, "Member 'FAccelByteModelsSubscriptionSummary::SubscribedBy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsFulfillmentResult \ +static_assert(alignof(FAccelByteModelsFulfillmentResult) == 0x000008, "Wrong alignment on FAccelByteModelsFulfillmentResult"); \ +static_assert(sizeof(FAccelByteModelsFulfillmentResult) == 0x000050, "Wrong size on FAccelByteModelsFulfillmentResult"); \ +static_assert(offsetof(FAccelByteModelsFulfillmentResult, Namespace) == 0x000000, "Member 'FAccelByteModelsFulfillmentResult::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFulfillmentResult, UserId) == 0x000010, "Member 'FAccelByteModelsFulfillmentResult::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFulfillmentResult, EntitlementSummaries) == 0x000020, "Member 'FAccelByteModelsFulfillmentResult::EntitlementSummaries' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFulfillmentResult, CreditSummaries) == 0x000030, "Member 'FAccelByteModelsFulfillmentResult::CreditSummaries' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFulfillmentResult, SubscriptionSummaries) == 0x000040, "Member 'FAccelByteModelsFulfillmentResult::SubscriptionSummaries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelBytePresenceStatus \ +static_assert(alignof(FAccelBytePresenceStatus) == 0x000008, "Wrong alignment on FAccelBytePresenceStatus"); \ +static_assert(sizeof(FAccelBytePresenceStatus) == 0x000018, "Wrong size on FAccelBytePresenceStatus"); \ +static_assert(offsetof(FAccelBytePresenceStatus, Availability) == 0x000000, "Member 'FAccelBytePresenceStatus::Availability' has a wrong offset!"); \ +static_assert(offsetof(FAccelBytePresenceStatus, Activity) == 0x000008, "Member 'FAccelBytePresenceStatus::Activity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsCampaignCodeRedeemedPayload \ +static_assert(alignof(FAccelByteModelsCampaignCodeRedeemedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsCampaignCodeRedeemedPayload"); \ +static_assert(sizeof(FAccelByteModelsCampaignCodeRedeemedPayload) == 0x000068, "Wrong size on FAccelByteModelsCampaignCodeRedeemedPayload"); \ +static_assert(offsetof(FAccelByteModelsCampaignCodeRedeemedPayload, Code) == 0x000058, "Member 'FAccelByteModelsCampaignCodeRedeemedPayload::Code' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FListBulkUserInfoRequest \ +static_assert(alignof(FListBulkUserInfoRequest) == 0x000008, "Wrong alignment on FListBulkUserInfoRequest"); \ +static_assert(sizeof(FListBulkUserInfoRequest) == 0x000010, "Wrong size on FListBulkUserInfoRequest"); \ +static_assert(offsetof(FListBulkUserInfoRequest, UserIds) == 0x000000, "Member 'FListBulkUserInfoRequest::UserIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsReasonItem \ +static_assert(alignof(FAccelByteModelsReasonItem) == 0x000008, "Wrong alignment on FAccelByteModelsReasonItem"); \ +static_assert(sizeof(FAccelByteModelsReasonItem) == 0x000020, "Wrong size on FAccelByteModelsReasonItem"); \ +static_assert(offsetof(FAccelByteModelsReasonItem, Title) == 0x000000, "Member 'FAccelByteModelsReasonItem::Title' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReasonItem, Description) == 0x000010, "Member 'FAccelByteModelsReasonItem::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsReasonsResponse \ +static_assert(alignof(FAccelByteModelsReasonsResponse) == 0x000008, "Wrong alignment on FAccelByteModelsReasonsResponse"); \ +static_assert(sizeof(FAccelByteModelsReasonsResponse) == 0x000050, "Wrong size on FAccelByteModelsReasonsResponse"); \ +static_assert(offsetof(FAccelByteModelsReasonsResponse, Data) == 0x000000, "Member 'FAccelByteModelsReasonsResponse::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReasonsResponse, Paging) == 0x000010, "Member 'FAccelByteModelsReasonsResponse::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelSpayLoadURL \ +static_assert(alignof(FAccelByteModelSpayLoadURL) == 0x000008, "Wrong alignment on FAccelByteModelSpayLoadURL"); \ +static_assert(sizeof(FAccelByteModelSpayLoadURL) == 0x000020, "Wrong size on FAccelByteModelSpayLoadURL"); \ +static_assert(offsetof(FAccelByteModelSpayLoadURL, Source) == 0x000000, "Member 'FAccelByteModelSpayLoadURL::Source' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelSpayLoadURL, Url) == 0x000010, "Member 'FAccelByteModelSpayLoadURL::Url' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCModifyContentShareCodeRequest \ +static_assert(alignof(FAccelByteModelsUGCModifyContentShareCodeRequest) == 0x000008, "Wrong alignment on FAccelByteModelsUGCModifyContentShareCodeRequest"); \ +static_assert(sizeof(FAccelByteModelsUGCModifyContentShareCodeRequest) == 0x000010, "Wrong size on FAccelByteModelsUGCModifyContentShareCodeRequest"); \ +static_assert(offsetof(FAccelByteModelsUGCModifyContentShareCodeRequest, ShareCode) == 0x000000, "Member 'FAccelByteModelsUGCModifyContentShareCodeRequest::ShareCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupMember \ +static_assert(alignof(FAccelByteModelsGroupMember) == 0x000008, "Wrong alignment on FAccelByteModelsGroupMember"); \ +static_assert(sizeof(FAccelByteModelsGroupMember) == 0x000020, "Wrong size on FAccelByteModelsGroupMember"); \ +static_assert(offsetof(FAccelByteModelsGroupMember, UserId) == 0x000000, "Member 'FAccelByteModelsGroupMember::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupMember, MemberRoleId) == 0x000010, "Member 'FAccelByteModelsGroupMember::MemberRoleId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsRuleInformation \ +static_assert(alignof(FAccelByteModelsRuleInformation) == 0x000008, "Wrong alignment on FAccelByteModelsRuleInformation"); \ +static_assert(sizeof(FAccelByteModelsRuleInformation) == 0x000018, "Wrong size on FAccelByteModelsRuleInformation"); \ +static_assert(offsetof(FAccelByteModelsRuleInformation, RuleAttribute) == 0x000000, "Member 'FAccelByteModelsRuleInformation::RuleAttribute' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRuleInformation, RuleCriteria) == 0x000010, "Member 'FAccelByteModelsRuleInformation::RuleCriteria' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRuleInformation, RuleValue) == 0x000014, "Member 'FAccelByteModelsRuleInformation::RuleValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsRules \ +static_assert(alignof(FAccelByteModelsRules) == 0x000008, "Wrong alignment on FAccelByteModelsRules"); \ +static_assert(sizeof(FAccelByteModelsRules) == 0x000018, "Wrong size on FAccelByteModelsRules"); \ +static_assert(offsetof(FAccelByteModelsRules, AllowedAction) == 0x000000, "Member 'FAccelByteModelsRules::AllowedAction' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRules, RuleDetail) == 0x000008, "Member 'FAccelByteModelsRules::RuleDetail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupRules \ +static_assert(alignof(FAccelByteModelsGroupRules) == 0x000008, "Wrong alignment on FAccelByteModelsGroupRules"); \ +static_assert(sizeof(FAccelByteModelsGroupRules) == 0x000030, "Wrong size on FAccelByteModelsGroupRules"); \ +static_assert(offsetof(FAccelByteModelsGroupRules, GroupCustomRule) == 0x000000, "Member 'FAccelByteModelsGroupRules::GroupCustomRule' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupRules, GroupPredefinedRules) == 0x000020, "Member 'FAccelByteModelsGroupRules::GroupPredefinedRules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupInformation \ +static_assert(alignof(FAccelByteModelsGroupInformation) == 0x000008, "Wrong alignment on FAccelByteModelsGroupInformation"); \ +static_assert(sizeof(FAccelByteModelsGroupInformation) == 0x0000D0, "Wrong size on FAccelByteModelsGroupInformation"); \ +static_assert(offsetof(FAccelByteModelsGroupInformation, ConfigurationCode) == 0x000000, "Member 'FAccelByteModelsGroupInformation::ConfigurationCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupInformation, CustomAttributes) == 0x000010, "Member 'FAccelByteModelsGroupInformation::CustomAttributes' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupInformation, GroupDescription) == 0x000030, "Member 'FAccelByteModelsGroupInformation::GroupDescription' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupInformation, GroupIcon) == 0x000040, "Member 'FAccelByteModelsGroupInformation::GroupIcon' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupInformation, GroupId) == 0x000050, "Member 'FAccelByteModelsGroupInformation::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupInformation, GroupMaxMember) == 0x000060, "Member 'FAccelByteModelsGroupInformation::GroupMaxMember' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupInformation, GroupMembers) == 0x000068, "Member 'FAccelByteModelsGroupInformation::GroupMembers' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupInformation, GroupName) == 0x000078, "Member 'FAccelByteModelsGroupInformation::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupInformation, GroupRegion) == 0x000088, "Member 'FAccelByteModelsGroupInformation::GroupRegion' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupInformation, GroupRules) == 0x000098, "Member 'FAccelByteModelsGroupInformation::GroupRules' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupInformation, GroupType) == 0x0000C8, "Member 'FAccelByteModelsGroupInformation::GroupType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsBanGroupChatRequest \ +static_assert(alignof(FAccelByteModelsBanGroupChatRequest) == 0x000008, "Wrong alignment on FAccelByteModelsBanGroupChatRequest"); \ +static_assert(sizeof(FAccelByteModelsBanGroupChatRequest) == 0x000010, "Wrong size on FAccelByteModelsBanGroupChatRequest"); \ +static_assert(offsetof(FAccelByteModelsBanGroupChatRequest, UserIDs) == 0x000000, "Member 'FAccelByteModelsBanGroupChatRequest::UserIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPublicUserOtherPlatformInfo \ +static_assert(alignof(FPublicUserOtherPlatformInfo) == 0x000008, "Wrong alignment on FPublicUserOtherPlatformInfo"); \ +static_assert(sizeof(FPublicUserOtherPlatformInfo) == 0x000070, "Wrong size on FPublicUserOtherPlatformInfo"); \ +static_assert(offsetof(FPublicUserOtherPlatformInfo, DisplayName) == 0x000000, "Member 'FPublicUserOtherPlatformInfo::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FPublicUserOtherPlatformInfo, Namespace) == 0x000010, "Member 'FPublicUserOtherPlatformInfo::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FPublicUserOtherPlatformInfo, PlatformDisplayName) == 0x000020, "Member 'FPublicUserOtherPlatformInfo::PlatformDisplayName' has a wrong offset!"); \ +static_assert(offsetof(FPublicUserOtherPlatformInfo, PlatformId) == 0x000030, "Member 'FPublicUserOtherPlatformInfo::PlatformId' has a wrong offset!"); \ +static_assert(offsetof(FPublicUserOtherPlatformInfo, PlatformUserId) == 0x000040, "Member 'FPublicUserOtherPlatformInfo::PlatformUserId' has a wrong offset!"); \ +static_assert(offsetof(FPublicUserOtherPlatformInfo, UserId) == 0x000050, "Member 'FPublicUserOtherPlatformInfo::UserId' has a wrong offset!"); \ +static_assert(offsetof(FPublicUserOtherPlatformInfo, UserName) == 0x000060, "Member 'FPublicUserOtherPlatformInfo::UserName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPublicPagedUserOtherPlatformInfo \ +static_assert(alignof(FPublicPagedUserOtherPlatformInfo) == 0x000008, "Wrong alignment on FPublicPagedUserOtherPlatformInfo"); \ +static_assert(sizeof(FPublicPagedUserOtherPlatformInfo) == 0x000050, "Wrong size on FPublicPagedUserOtherPlatformInfo"); \ +static_assert(offsetof(FPublicPagedUserOtherPlatformInfo, Data) == 0x000000, "Member 'FPublicPagedUserOtherPlatformInfo::Data' has a wrong offset!"); \ +static_assert(offsetof(FPublicPagedUserOtherPlatformInfo, Paging) == 0x000010, "Member 'FPublicPagedUserOtherPlatformInfo::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsQueryUserSeasonExp \ +static_assert(alignof(FAccelByteModelsQueryUserSeasonExp) == 0x000008, "Wrong alignment on FAccelByteModelsQueryUserSeasonExp"); \ +static_assert(sizeof(FAccelByteModelsQueryUserSeasonExp) == 0x000010, "Wrong size on FAccelByteModelsQueryUserSeasonExp"); \ +static_assert(offsetof(FAccelByteModelsQueryUserSeasonExp, Tags) == 0x000000, "Member 'FAccelByteModelsQueryUserSeasonExp::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatUserBanUnbanNotif \ +static_assert(alignof(FAccelByteModelsChatUserBanUnbanNotif) == 0x000008, "Wrong alignment on FAccelByteModelsChatUserBanUnbanNotif"); \ +static_assert(sizeof(FAccelByteModelsChatUserBanUnbanNotif) == 0x000040, "Wrong size on FAccelByteModelsChatUserBanUnbanNotif"); \ +static_assert(offsetof(FAccelByteModelsChatUserBanUnbanNotif, UserId) == 0x000000, "Member 'FAccelByteModelsChatUserBanUnbanNotif::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatUserBanUnbanNotif, Namespace) == 0x000010, "Member 'FAccelByteModelsChatUserBanUnbanNotif::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatUserBanUnbanNotif, Ban) == 0x000020, "Member 'FAccelByteModelsChatUserBanUnbanNotif::Ban' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatUserBanUnbanNotif, EndDate) == 0x000028, "Member 'FAccelByteModelsChatUserBanUnbanNotif::EndDate' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatUserBanUnbanNotif, Reason) == 0x000038, "Member 'FAccelByteModelsChatUserBanUnbanNotif::Reason' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatUserBanUnbanNotif, Enable) == 0x000039, "Member 'FAccelByteModelsChatUserBanUnbanNotif::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatUnblockUserResponse \ +static_assert(alignof(FAccelByteModelsChatUnblockUserResponse) == 0x000008, "Wrong alignment on FAccelByteModelsChatUnblockUserResponse"); \ +static_assert(sizeof(FAccelByteModelsChatUnblockUserResponse) == 0x000018, "Wrong size on FAccelByteModelsChatUnblockUserResponse"); \ +static_assert(offsetof(FAccelByteModelsChatUnblockUserResponse, Processed) == 0x000000, "Member 'FAccelByteModelsChatUnblockUserResponse::Processed' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatUnblockUserResponse, UserId) == 0x000008, "Member 'FAccelByteModelsChatUnblockUserResponse::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteSeasonPassExcessStrategy \ +static_assert(alignof(FAccelByteSeasonPassExcessStrategy) == 0x000008, "Wrong alignment on FAccelByteSeasonPassExcessStrategy"); \ +static_assert(sizeof(FAccelByteSeasonPassExcessStrategy) == 0x000020, "Wrong size on FAccelByteSeasonPassExcessStrategy"); \ +static_assert(offsetof(FAccelByteSeasonPassExcessStrategy, Method) == 0x000000, "Member 'FAccelByteSeasonPassExcessStrategy::Method' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteSeasonPassExcessStrategy, Currency) == 0x000008, "Member 'FAccelByteSeasonPassExcessStrategy::Currency' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteSeasonPassExcessStrategy, PercentPerExp) == 0x000018, "Member 'FAccelByteSeasonPassExcessStrategy::PercentPerExp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGetGroupListResponse \ +static_assert(alignof(FAccelByteModelsGetGroupListResponse) == 0x000008, "Wrong alignment on FAccelByteModelsGetGroupListResponse"); \ +static_assert(sizeof(FAccelByteModelsGetGroupListResponse) == 0x000050, "Wrong size on FAccelByteModelsGetGroupListResponse"); \ +static_assert(offsetof(FAccelByteModelsGetGroupListResponse, data) == 0x000000, "Member 'FAccelByteModelsGetGroupListResponse::data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGetGroupListResponse, Paging) == 0x000010, "Member 'FAccelByteModelsGetGroupListResponse::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsXBoxDLCSync \ +static_assert(alignof(FAccelByteModelsXBoxDLCSync) == 0x000008, "Wrong alignment on FAccelByteModelsXBoxDLCSync"); \ +static_assert(sizeof(FAccelByteModelsXBoxDLCSync) == 0x000010, "Wrong size on FAccelByteModelsXBoxDLCSync"); \ +static_assert(offsetof(FAccelByteModelsXBoxDLCSync, XstsToken) == 0x000000, "Member 'FAccelByteModelsXBoxDLCSync::XstsToken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupInviteCanceledPayload \ +static_assert(alignof(FAccelByteModelsGroupInviteCanceledPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGroupInviteCanceledPayload"); \ +static_assert(sizeof(FAccelByteModelsGroupInviteCanceledPayload) == 0x000048, "Wrong size on FAccelByteModelsGroupInviteCanceledPayload"); \ +static_assert(offsetof(FAccelByteModelsGroupInviteCanceledPayload, GroupId) == 0x000018, "Member 'FAccelByteModelsGroupInviteCanceledPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupInviteCanceledPayload, AdminUserId) == 0x000028, "Member 'FAccelByteModelsGroupInviteCanceledPayload::AdminUserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupInviteCanceledPayload, CanceledUserId) == 0x000038, "Member 'FAccelByteModelsGroupInviteCanceledPayload::CanceledUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsItemCriteriaV3 \ +static_assert(alignof(FAccelByteModelsItemCriteriaV3) == 0x000008, "Wrong alignment on FAccelByteModelsItemCriteriaV3"); \ +static_assert(sizeof(FAccelByteModelsItemCriteriaV3) == 0x0000B8, "Wrong size on FAccelByteModelsItemCriteriaV3"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV3, StoreId) == 0x000000, "Member 'FAccelByteModelsItemCriteriaV3::StoreId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV3, CategoryPath) == 0x000010, "Member 'FAccelByteModelsItemCriteriaV3::CategoryPath' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV3, IncludeSubCategoryItem) == 0x000020, "Member 'FAccelByteModelsItemCriteriaV3::IncludeSubCategoryItem' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV3, ItemType) == 0x000021, "Member 'FAccelByteModelsItemCriteriaV3::ItemType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV3, AppType) == 0x000022, "Member 'FAccelByteModelsItemCriteriaV3::AppType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV3, BaseAppId) == 0x000028, "Member 'FAccelByteModelsItemCriteriaV3::BaseAppId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV3, Tags) == 0x000038, "Member 'FAccelByteModelsItemCriteriaV3::Tags' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV3, Features) == 0x000048, "Member 'FAccelByteModelsItemCriteriaV3::Features' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV3, ItemStatus) == 0x000058, "Member 'FAccelByteModelsItemCriteriaV3::ItemStatus' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV3, Region) == 0x000060, "Member 'FAccelByteModelsItemCriteriaV3::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV3, AvailableDate) == 0x000070, "Member 'FAccelByteModelsItemCriteriaV3::AvailableDate' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV3, TargetNamespace) == 0x000078, "Member 'FAccelByteModelsItemCriteriaV3::TargetNamespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV3, ItemName) == 0x000088, "Member 'FAccelByteModelsItemCriteriaV3::ItemName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV3, bSectionExclusive) == 0x000098, "Member 'FAccelByteModelsItemCriteriaV3::bSectionExclusive' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV3, Offset) == 0x00009C, "Member 'FAccelByteModelsItemCriteriaV3::Offset' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV3, Limit) == 0x0000A0, "Member 'FAccelByteModelsItemCriteriaV3::Limit' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV3, SortBy) == 0x0000A8, "Member 'FAccelByteModelsItemCriteriaV3::SortBy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserGroupInformationResponse \ +static_assert(alignof(FAccelByteModelsUserGroupInformationResponse) == 0x000008, "Wrong alignment on FAccelByteModelsUserGroupInformationResponse"); \ +static_assert(sizeof(FAccelByteModelsUserGroupInformationResponse) == 0x000040, "Wrong size on FAccelByteModelsUserGroupInformationResponse"); \ +static_assert(offsetof(FAccelByteModelsUserGroupInformationResponse, GroupId) == 0x000000, "Member 'FAccelByteModelsUserGroupInformationResponse::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserGroupInformationResponse, UserId) == 0x000010, "Member 'FAccelByteModelsUserGroupInformationResponse::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserGroupInformationResponse, Status) == 0x000020, "Member 'FAccelByteModelsUserGroupInformationResponse::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserGroupInformationResponse, MemberRoleId) == 0x000030, "Member 'FAccelByteModelsUserGroupInformationResponse::MemberRoleId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGetGroupMemberListResponse \ +static_assert(alignof(FAccelByteModelsGetGroupMemberListResponse) == 0x000008, "Wrong alignment on FAccelByteModelsGetGroupMemberListResponse"); \ +static_assert(sizeof(FAccelByteModelsGetGroupMemberListResponse) == 0x000050, "Wrong size on FAccelByteModelsGetGroupMemberListResponse"); \ +static_assert(offsetof(FAccelByteModelsGetGroupMemberListResponse, data) == 0x000000, "Member 'FAccelByteModelsGetGroupMemberListResponse::data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGetGroupMemberListResponse, Paging) == 0x000010, "Member 'FAccelByteModelsGetGroupMemberListResponse::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCSearchContentsResponse \ +static_assert(alignof(FAccelByteModelsUGCSearchContentsResponse) == 0x000008, "Wrong alignment on FAccelByteModelsUGCSearchContentsResponse"); \ +static_assert(sizeof(FAccelByteModelsUGCSearchContentsResponse) == 0x000180, "Wrong size on FAccelByteModelsUGCSearchContentsResponse"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsResponse, ChannelId) == 0x000000, "Member 'FAccelByteModelsUGCSearchContentsResponse::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsResponse, CreatedTime) == 0x000010, "Member 'FAccelByteModelsUGCSearchContentsResponse::CreatedTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsResponse, CreatorFollowState) == 0x000020, "Member 'FAccelByteModelsUGCSearchContentsResponse::CreatorFollowState' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsResponse, CreatorName) == 0x000038, "Member 'FAccelByteModelsUGCSearchContentsResponse::CreatorName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsResponse, DownloadCount) == 0x000048, "Member 'FAccelByteModelsUGCSearchContentsResponse::DownloadCount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsResponse, FileExtension) == 0x000050, "Member 'FAccelByteModelsUGCSearchContentsResponse::FileExtension' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsResponse, Groups) == 0x000060, "Member 'FAccelByteModelsUGCSearchContentsResponse::Groups' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsResponse, Id) == 0x000070, "Member 'FAccelByteModelsUGCSearchContentsResponse::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsResponse, IsHidden) == 0x000080, "Member 'FAccelByteModelsUGCSearchContentsResponse::IsHidden' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsResponse, IsOfficial) == 0x000081, "Member 'FAccelByteModelsUGCSearchContentsResponse::IsOfficial' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsResponse, LikeCount) == 0x000084, "Member 'FAccelByteModelsUGCSearchContentsResponse::LikeCount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsResponse, LikeState) == 0x000088, "Member 'FAccelByteModelsUGCSearchContentsResponse::LikeState' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsResponse, Name) == 0x0000A0, "Member 'FAccelByteModelsUGCSearchContentsResponse::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsResponse, Namespace) == 0x0000B0, "Member 'FAccelByteModelsUGCSearchContentsResponse::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsResponse, Payload) == 0x0000C0, "Member 'FAccelByteModelsUGCSearchContentsResponse::Payload' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsResponse, PayloadURL) == 0x0000D0, "Member 'FAccelByteModelsUGCSearchContentsResponse::PayloadURL' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsResponse, PreviewURL) == 0x0000E0, "Member 'FAccelByteModelsUGCSearchContentsResponse::PreviewURL' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsResponse, Screenshots) == 0x0000F0, "Member 'FAccelByteModelsUGCSearchContentsResponse::Screenshots' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsResponse, ShareCode) == 0x000100, "Member 'FAccelByteModelsUGCSearchContentsResponse::ShareCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsResponse, SubType) == 0x000110, "Member 'FAccelByteModelsUGCSearchContentsResponse::SubType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsResponse, Tags) == 0x000120, "Member 'FAccelByteModelsUGCSearchContentsResponse::Tags' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsResponse, Type) == 0x000130, "Member 'FAccelByteModelsUGCSearchContentsResponse::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsResponse, UpdatedTime) == 0x000140, "Member 'FAccelByteModelsUGCSearchContentsResponse::UpdatedTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsResponse, UserId) == 0x000150, "Member 'FAccelByteModelsUGCSearchContentsResponse::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsResponse, CustomAttributes) == 0x000160, "Member 'FAccelByteModelsUGCSearchContentsResponse::CustomAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsResetUserStatItemValue \ +static_assert(alignof(FAccelByteModelsResetUserStatItemValue) == 0x000008, "Wrong alignment on FAccelByteModelsResetUserStatItemValue"); \ +static_assert(sizeof(FAccelByteModelsResetUserStatItemValue) == 0x000020, "Wrong size on FAccelByteModelsResetUserStatItemValue"); \ +static_assert(offsetof(FAccelByteModelsResetUserStatItemValue, UserId) == 0x000000, "Member 'FAccelByteModelsResetUserStatItemValue::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResetUserStatItemValue, StatCode) == 0x000010, "Member 'FAccelByteModelsResetUserStatItemValue::StatCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupLeftPayload \ +static_assert(alignof(FAccelByteModelsGroupLeftPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGroupLeftPayload"); \ +static_assert(sizeof(FAccelByteModelsGroupLeftPayload) == 0x000038, "Wrong size on FAccelByteModelsGroupLeftPayload"); \ +static_assert(offsetof(FAccelByteModelsGroupLeftPayload, GroupId) == 0x000018, "Member 'FAccelByteModelsGroupLeftPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupLeftPayload, UserId) == 0x000028, "Member 'FAccelByteModelsGroupLeftPayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsOrderCurrencySummary \ +static_assert(alignof(FAccelByteModelsOrderCurrencySummary) == 0x000008, "Wrong alignment on FAccelByteModelsOrderCurrencySummary"); \ +static_assert(sizeof(FAccelByteModelsOrderCurrencySummary) == 0x000040, "Wrong size on FAccelByteModelsOrderCurrencySummary"); \ +static_assert(offsetof(FAccelByteModelsOrderCurrencySummary, CurrencyCode) == 0x000000, "Member 'FAccelByteModelsOrderCurrencySummary::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderCurrencySummary, CurrencySymbol) == 0x000010, "Member 'FAccelByteModelsOrderCurrencySummary::CurrencySymbol' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderCurrencySummary, CurrencyType) == 0x000020, "Member 'FAccelByteModelsOrderCurrencySummary::CurrencyType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderCurrencySummary, Namespace) == 0x000028, "Member 'FAccelByteModelsOrderCurrencySummary::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderCurrencySummary, Decimals) == 0x000038, "Member 'FAccelByteModelsOrderCurrencySummary::Decimals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsOrderSummary \ +static_assert(alignof(FAccelByteModelsOrderSummary) == 0x000008, "Wrong alignment on FAccelByteModelsOrderSummary"); \ +static_assert(sizeof(FAccelByteModelsOrderSummary) == 0x000068, "Wrong size on FAccelByteModelsOrderSummary"); \ +static_assert(offsetof(FAccelByteModelsOrderSummary, Currency) == 0x000000, "Member 'FAccelByteModelsOrderSummary::Currency' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderSummary, Ext) == 0x000040, "Member 'FAccelByteModelsOrderSummary::Ext' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderSummary, Free) == 0x000060, "Member 'FAccelByteModelsOrderSummary::Free' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsFulfillmentRequest \ +static_assert(alignof(FAccelByteModelsFulfillmentRequest) == 0x000008, "Wrong alignment on FAccelByteModelsFulfillmentRequest"); \ +static_assert(sizeof(FAccelByteModelsFulfillmentRequest) == 0x000130, "Wrong size on FAccelByteModelsFulfillmentRequest"); \ +static_assert(offsetof(FAccelByteModelsFulfillmentRequest, ItemId) == 0x000000, "Member 'FAccelByteModelsFulfillmentRequest::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFulfillmentRequest, Quantity) == 0x000010, "Member 'FAccelByteModelsFulfillmentRequest::Quantity' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFulfillmentRequest, OrderNo) == 0x000018, "Member 'FAccelByteModelsFulfillmentRequest::OrderNo' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFulfillmentRequest, Source) == 0x000028, "Member 'FAccelByteModelsFulfillmentRequest::Source' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFulfillmentRequest, Region) == 0x000030, "Member 'FAccelByteModelsFulfillmentRequest::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFulfillmentRequest, Language) == 0x000040, "Member 'FAccelByteModelsFulfillmentRequest::Language' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFulfillmentRequest, StoreId) == 0x000050, "Member 'FAccelByteModelsFulfillmentRequest::StoreId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFulfillmentRequest, ItemSku) == 0x000060, "Member 'FAccelByteModelsFulfillmentRequest::ItemSku' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFulfillmentRequest, Order) == 0x000070, "Member 'FAccelByteModelsFulfillmentRequest::Order' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFulfillmentRequest, StartDate) == 0x0000D8, "Member 'FAccelByteModelsFulfillmentRequest::StartDate' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFulfillmentRequest, EndDate) == 0x0000E0, "Member 'FAccelByteModelsFulfillmentRequest::EndDate' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFulfillmentRequest, Duration) == 0x0000E8, "Member 'FAccelByteModelsFulfillmentRequest::Duration' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFulfillmentRequest, Origin) == 0x0000EC, "Member 'FAccelByteModelsFulfillmentRequest::Origin' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFulfillmentRequest, Metadata) == 0x0000F0, "Member 'FAccelByteModelsFulfillmentRequest::Metadata' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFulfillmentRequest, OverrideBundleItemQty) == 0x000110, "Member 'FAccelByteModelsFulfillmentRequest::OverrideBundleItemQty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGetUserGroupInfoResponse \ +static_assert(alignof(FAccelByteModelsGetUserGroupInfoResponse) == 0x000008, "Wrong alignment on FAccelByteModelsGetUserGroupInfoResponse"); \ +static_assert(sizeof(FAccelByteModelsGetUserGroupInfoResponse) == 0x000040, "Wrong size on FAccelByteModelsGetUserGroupInfoResponse"); \ +static_assert(offsetof(FAccelByteModelsGetUserGroupInfoResponse, GroupId) == 0x000000, "Member 'FAccelByteModelsGetUserGroupInfoResponse::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGetUserGroupInfoResponse, MemberRoleId) == 0x000010, "Member 'FAccelByteModelsGetUserGroupInfoResponse::MemberRoleId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGetUserGroupInfoResponse, Status) == 0x000020, "Member 'FAccelByteModelsGetUserGroupInfoResponse::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGetUserGroupInfoResponse, UserId) == 0x000030, "Member 'FAccelByteModelsGetUserGroupInfoResponse::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlayerBinaryRecordGetAllPayload \ +static_assert(alignof(FAccelByteModelsPlayerBinaryRecordGetAllPayload) == 0x000008, "Wrong alignment on FAccelByteModelsPlayerBinaryRecordGetAllPayload"); \ +static_assert(sizeof(FAccelByteModelsPlayerBinaryRecordGetAllPayload) == 0x000028, "Wrong size on FAccelByteModelsPlayerBinaryRecordGetAllPayload"); \ +static_assert(offsetof(FAccelByteModelsPlayerBinaryRecordGetAllPayload, UserId) == 0x000018, "Member 'FAccelByteModelsPlayerBinaryRecordGetAllPayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatReadChatResponse \ +static_assert(alignof(FAccelByteModelsChatReadChatResponse) == 0x000008, "Wrong alignment on FAccelByteModelsChatReadChatResponse"); \ +static_assert(sizeof(FAccelByteModelsChatReadChatResponse) == 0x000018, "Wrong size on FAccelByteModelsChatReadChatResponse"); \ +static_assert(offsetof(FAccelByteModelsChatReadChatResponse, Processed) == 0x000000, "Member 'FAccelByteModelsChatReadChatResponse::Processed' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatReadChatResponse, Result) == 0x000008, "Member 'FAccelByteModelsChatReadChatResponse::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsKickGroupMemberResponse \ +static_assert(alignof(FAccelByteModelsKickGroupMemberResponse) == 0x000008, "Wrong alignment on FAccelByteModelsKickGroupMemberResponse"); \ +static_assert(sizeof(FAccelByteModelsKickGroupMemberResponse) == 0x000020, "Wrong size on FAccelByteModelsKickGroupMemberResponse"); \ +static_assert(offsetof(FAccelByteModelsKickGroupMemberResponse, GroupId) == 0x000000, "Member 'FAccelByteModelsKickGroupMemberResponse::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsKickGroupMemberResponse, KickedUserId) == 0x000010, "Member 'FAccelByteModelsKickGroupMemberResponse::KickedUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMemberRequestResponse \ +static_assert(alignof(FAccelByteModelsMemberRequestResponse) == 0x000008, "Wrong alignment on FAccelByteModelsMemberRequestResponse"); \ +static_assert(sizeof(FAccelByteModelsMemberRequestResponse) == 0x000028, "Wrong size on FAccelByteModelsMemberRequestResponse"); \ +static_assert(offsetof(FAccelByteModelsMemberRequestResponse, GroupId) == 0x000000, "Member 'FAccelByteModelsMemberRequestResponse::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMemberRequestResponse, UserId) == 0x000010, "Member 'FAccelByteModelsMemberRequestResponse::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMemberRequestResponse, RequestType) == 0x000020, "Member 'FAccelByteModelsMemberRequestResponse::RequestType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGetMemberRequestsListResponse \ +static_assert(alignof(FAccelByteModelsGetMemberRequestsListResponse) == 0x000008, "Wrong alignment on FAccelByteModelsGetMemberRequestsListResponse"); \ +static_assert(sizeof(FAccelByteModelsGetMemberRequestsListResponse) == 0x000050, "Wrong size on FAccelByteModelsGetMemberRequestsListResponse"); \ +static_assert(offsetof(FAccelByteModelsGetMemberRequestsListResponse, Data) == 0x000000, "Member 'FAccelByteModelsGetMemberRequestsListResponse::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGetMemberRequestsListResponse, Paging) == 0x000010, "Member 'FAccelByteModelsGetMemberRequestsListResponse::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUpdateCustomRulesRequest \ +static_assert(alignof(FAccelByteModelsUpdateCustomRulesRequest) == 0x000008, "Wrong alignment on FAccelByteModelsUpdateCustomRulesRequest"); \ +static_assert(sizeof(FAccelByteModelsUpdateCustomRulesRequest) == 0x000020, "Wrong size on FAccelByteModelsUpdateCustomRulesRequest"); \ +static_assert(offsetof(FAccelByteModelsUpdateCustomRulesRequest, GroupCustomRule) == 0x000000, "Member 'FAccelByteModelsUpdateCustomRulesRequest::GroupCustomRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsServerInfo \ +static_assert(alignof(FAccelByteModelsServerInfo) == 0x000008, "Wrong alignment on FAccelByteModelsServerInfo"); \ +static_assert(sizeof(FAccelByteModelsServerInfo) == 0x000128, "Wrong size on FAccelByteModelsServerInfo"); \ +static_assert(offsetof(FAccelByteModelsServerInfo, Pod_name) == 0x000000, "Member 'FAccelByteModelsServerInfo::Pod_name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsServerInfo, Image_version) == 0x000010, "Member 'FAccelByteModelsServerInfo::Image_version' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsServerInfo, Namespace) == 0x000020, "Member 'FAccelByteModelsServerInfo::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsServerInfo, Ip) == 0x000030, "Member 'FAccelByteModelsServerInfo::Ip' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsServerInfo, Alternate_ips) == 0x000040, "Member 'FAccelByteModelsServerInfo::Alternate_ips' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsServerInfo, Port) == 0x000050, "Member 'FAccelByteModelsServerInfo::Port' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsServerInfo, Ports) == 0x000058, "Member 'FAccelByteModelsServerInfo::Ports' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsServerInfo, Provider) == 0x0000A8, "Member 'FAccelByteModelsServerInfo::Provider' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsServerInfo, Game_version) == 0x0000B8, "Member 'FAccelByteModelsServerInfo::Game_version' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsServerInfo, Status) == 0x0000C8, "Member 'FAccelByteModelsServerInfo::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsServerInfo, Last_update) == 0x0000D8, "Member 'FAccelByteModelsServerInfo::Last_update' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsServerInfo, Region) == 0x0000E8, "Member 'FAccelByteModelsServerInfo::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsServerInfo, Custom_attribute) == 0x0000F8, "Member 'FAccelByteModelsServerInfo::Custom_attribute' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsServerInfo, Deployment) == 0x000108, "Member 'FAccelByteModelsServerInfo::Deployment' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsServerInfo, Session_id) == 0x000118, "Member 'FAccelByteModelsServerInfo::Session_id' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2GameSessionDSInformation \ +static_assert(alignof(FAccelByteModelsV2GameSessionDSInformation) == 0x000008, "Wrong alignment on FAccelByteModelsV2GameSessionDSInformation"); \ +static_assert(sizeof(FAccelByteModelsV2GameSessionDSInformation) == 0x000138, "Wrong size on FAccelByteModelsV2GameSessionDSInformation"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionDSInformation, Server) == 0x000000, "Member 'FAccelByteModelsV2GameSessionDSInformation::Server' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionDSInformation, RequestedAt) == 0x000128, "Member 'FAccelByteModelsV2GameSessionDSInformation::RequestedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionDSInformation, Status) == 0x000130, "Member 'FAccelByteModelsV2GameSessionDSInformation::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionDSInformation, StatusV2) == 0x000131, "Member 'FAccelByteModelsV2GameSessionDSInformation::StatusV2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelbyteModelsV2SessionStorage \ +static_assert(alignof(FAccelbyteModelsV2SessionStorage) == 0x000008, "Wrong alignment on FAccelbyteModelsV2SessionStorage"); \ +static_assert(sizeof(FAccelbyteModelsV2SessionStorage) == 0x000070, "Wrong size on FAccelbyteModelsV2SessionStorage"); \ +static_assert(offsetof(FAccelbyteModelsV2SessionStorage, Leader) == 0x000000, "Member 'FAccelbyteModelsV2SessionStorage::Leader' has a wrong offset!"); \ +static_assert(offsetof(FAccelbyteModelsV2SessionStorage, Member) == 0x000020, "Member 'FAccelbyteModelsV2SessionStorage::Member' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2SessionConfiguration \ +static_assert(alignof(FAccelByteModelsV2SessionConfiguration) == 0x000008, "Wrong alignment on FAccelByteModelsV2SessionConfiguration"); \ +static_assert(sizeof(FAccelByteModelsV2SessionConfiguration) == 0x000070, "Wrong size on FAccelByteModelsV2SessionConfiguration"); \ +static_assert(offsetof(FAccelByteModelsV2SessionConfiguration, Type) == 0x000000, "Member 'FAccelByteModelsV2SessionConfiguration::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2SessionConfiguration, Joinability) == 0x000001, "Member 'FAccelByteModelsV2SessionConfiguration::Joinability' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2SessionConfiguration, Name) == 0x000008, "Member 'FAccelByteModelsV2SessionConfiguration::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2SessionConfiguration, MinPlayers) == 0x000018, "Member 'FAccelByteModelsV2SessionConfiguration::MinPlayers' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2SessionConfiguration, MaxPlayers) == 0x000020, "Member 'FAccelByteModelsV2SessionConfiguration::MaxPlayers' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2SessionConfiguration, InactiveTimeout) == 0x000028, "Member 'FAccelByteModelsV2SessionConfiguration::InactiveTimeout' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2SessionConfiguration, InviteTimeout) == 0x000030, "Member 'FAccelByteModelsV2SessionConfiguration::InviteTimeout' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2SessionConfiguration, Deployment) == 0x000038, "Member 'FAccelByteModelsV2SessionConfiguration::Deployment' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2SessionConfiguration, ClientVersion) == 0x000048, "Member 'FAccelByteModelsV2SessionConfiguration::ClientVersion' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2SessionConfiguration, RequestedRegions) == 0x000058, "Member 'FAccelByteModelsV2SessionConfiguration::RequestedRegions' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2SessionConfiguration, TextChat) == 0x000068, "Member 'FAccelByteModelsV2SessionConfiguration::TextChat' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2SessionConfiguration, Persistent) == 0x000069, "Member 'FAccelByteModelsV2SessionConfiguration::Persistent' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2SessionConfiguration, AutoJoin) == 0x00006A, "Member 'FAccelByteModelsV2SessionConfiguration::AutoJoin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2BaseSession \ +static_assert(alignof(FAccelByteModelsV2BaseSession) == 0x000008, "Wrong alignment on FAccelByteModelsV2BaseSession"); \ +static_assert(sizeof(FAccelByteModelsV2BaseSession) == 0x000178, "Wrong size on FAccelByteModelsV2BaseSession"); \ +static_assert(offsetof(FAccelByteModelsV2BaseSession, ID) == 0x000000, "Member 'FAccelByteModelsV2BaseSession::ID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2BaseSession, Namespace) == 0x000010, "Member 'FAccelByteModelsV2BaseSession::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2BaseSession, IsActive) == 0x000020, "Member 'FAccelByteModelsV2BaseSession::IsActive' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2BaseSession, IsFull) == 0x000021, "Member 'FAccelByteModelsV2BaseSession::IsFull' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2BaseSession, Attributes) == 0x000028, "Member 'FAccelByteModelsV2BaseSession::Attributes' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2BaseSession, Members) == 0x000048, "Member 'FAccelByteModelsV2BaseSession::Members' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2BaseSession, CreatedBy) == 0x000058, "Member 'FAccelByteModelsV2BaseSession::CreatedBy' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2BaseSession, LeaderID) == 0x000068, "Member 'FAccelByteModelsV2BaseSession::LeaderID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2BaseSession, CreatedAt) == 0x000078, "Member 'FAccelByteModelsV2BaseSession::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2BaseSession, UpdatedAt) == 0x000080, "Member 'FAccelByteModelsV2BaseSession::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2BaseSession, Configuration) == 0x000088, "Member 'FAccelByteModelsV2BaseSession::Configuration' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2BaseSession, Version) == 0x0000F8, "Member 'FAccelByteModelsV2BaseSession::Version' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2BaseSession, SessionType) == 0x000100, "Member 'FAccelByteModelsV2BaseSession::SessionType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2BaseSession, Storage) == 0x000108, "Member 'FAccelByteModelsV2BaseSession::Storage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2GameSession \ +static_assert(alignof(FAccelByteModelsV2GameSession) == 0x000008, "Wrong alignment on FAccelByteModelsV2GameSession"); \ +static_assert(sizeof(FAccelByteModelsV2GameSession) == 0x0002F0, "Wrong size on FAccelByteModelsV2GameSession"); \ +static_assert(offsetof(FAccelByteModelsV2GameSession, Teams) == 0x000178, "Member 'FAccelByteModelsV2GameSession::Teams' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSession, DSInformation) == 0x000188, "Member 'FAccelByteModelsV2GameSession::DSInformation' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSession, BackfillTicketID) == 0x0002C0, "Member 'FAccelByteModelsV2GameSession::BackfillTicketID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSession, MatchPool) == 0x0002D0, "Member 'FAccelByteModelsV2GameSession::MatchPool' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSession, Code) == 0x0002E0, "Member 'FAccelByteModelsV2GameSession::Code' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2PaginatedGameSessionQueryResult \ +static_assert(alignof(FAccelByteModelsV2PaginatedGameSessionQueryResult) == 0x000008, "Wrong alignment on FAccelByteModelsV2PaginatedGameSessionQueryResult"); \ +static_assert(sizeof(FAccelByteModelsV2PaginatedGameSessionQueryResult) == 0x000050, "Wrong size on FAccelByteModelsV2PaginatedGameSessionQueryResult"); \ +static_assert(offsetof(FAccelByteModelsV2PaginatedGameSessionQueryResult, Data) == 0x000000, "Member 'FAccelByteModelsV2PaginatedGameSessionQueryResult::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PaginatedGameSessionQueryResult, Paging) == 0x000010, "Member 'FAccelByteModelsV2PaginatedGameSessionQueryResult::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMemberRolePermission \ +static_assert(alignof(FAccelByteModelsMemberRolePermission) == 0x000008, "Wrong alignment on FAccelByteModelsMemberRolePermission"); \ +static_assert(sizeof(FAccelByteModelsMemberRolePermission) == 0x000018, "Wrong size on FAccelByteModelsMemberRolePermission"); \ +static_assert(offsetof(FAccelByteModelsMemberRolePermission, Action) == 0x000000, "Member 'FAccelByteModelsMemberRolePermission::Action' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMemberRolePermission, ResourceName) == 0x000008, "Member 'FAccelByteModelsMemberRolePermission::ResourceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMemberRole \ +static_assert(alignof(FAccelByteModelsMemberRole) == 0x000008, "Wrong alignment on FAccelByteModelsMemberRole"); \ +static_assert(sizeof(FAccelByteModelsMemberRole) == 0x000030, "Wrong size on FAccelByteModelsMemberRole"); \ +static_assert(offsetof(FAccelByteModelsMemberRole, MemberRoleId) == 0x000000, "Member 'FAccelByteModelsMemberRole::MemberRoleId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMemberRole, MemberRoleName) == 0x000010, "Member 'FAccelByteModelsMemberRole::MemberRoleName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMemberRole, MemberRolePermissions) == 0x000020, "Member 'FAccelByteModelsMemberRole::MemberRolePermissions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGetMemberRolesListResponse \ +static_assert(alignof(FAccelByteModelsGetMemberRolesListResponse) == 0x000008, "Wrong alignment on FAccelByteModelsGetMemberRolesListResponse"); \ +static_assert(sizeof(FAccelByteModelsGetMemberRolesListResponse) == 0x000050, "Wrong size on FAccelByteModelsGetMemberRolesListResponse"); \ +static_assert(offsetof(FAccelByteModelsGetMemberRolesListResponse, Paging) == 0x000000, "Member 'FAccelByteModelsGetMemberRolesListResponse::Paging' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGetMemberRolesListResponse, Data) == 0x000040, "Member 'FAccelByteModelsGetMemberRolesListResponse::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteGetSystemMessageStatsResponse \ +static_assert(alignof(FAccelByteGetSystemMessageStatsResponse) == 0x000008, "Wrong alignment on FAccelByteGetSystemMessageStatsResponse"); \ +static_assert(sizeof(FAccelByteGetSystemMessageStatsResponse) == 0x000010, "Wrong size on FAccelByteGetSystemMessageStatsResponse"); \ +static_assert(offsetof(FAccelByteGetSystemMessageStatsResponse, OldestUnread) == 0x000000, "Member 'FAccelByteGetSystemMessageStatsResponse::OldestUnread' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteGetSystemMessageStatsResponse, Unread) == 0x000008, "Member 'FAccelByteGetSystemMessageStatsResponse::Unread' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUnbanGroupChatRequest \ +static_assert(alignof(FAccelByteModelsUnbanGroupChatRequest) == 0x000008, "Wrong alignment on FAccelByteModelsUnbanGroupChatRequest"); \ +static_assert(sizeof(FAccelByteModelsUnbanGroupChatRequest) == 0x000010, "Wrong size on FAccelByteModelsUnbanGroupChatRequest"); \ +static_assert(offsetof(FAccelByteModelsUnbanGroupChatRequest, UserIDs) == 0x000000, "Member 'FAccelByteModelsUnbanGroupChatRequest::UserIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBan \ +static_assert(alignof(FBan) == 0x000008, "Wrong alignment on FBan"); \ +static_assert(sizeof(FBan) == 0x000030, "Wrong size on FBan"); \ +static_assert(offsetof(FBan, Ban) == 0x000000, "Member 'FBan::Ban' has a wrong offset!"); \ +static_assert(offsetof(FBan, BanId) == 0x000010, "Member 'FBan::BanId' has a wrong offset!"); \ +static_assert(offsetof(FBan, EndDate) == 0x000020, "Member 'FBan::EndDate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlayerLeveledPayload \ +static_assert(alignof(FAccelByteModelsPlayerLeveledPayload) == 0x000008, "Wrong alignment on FAccelByteModelsPlayerLeveledPayload"); \ +static_assert(sizeof(FAccelByteModelsPlayerLeveledPayload) == 0x000068, "Wrong size on FAccelByteModelsPlayerLeveledPayload"); \ +static_assert(offsetof(FAccelByteModelsPlayerLeveledPayload, LevelStatus) == 0x000018, "Member 'FAccelByteModelsPlayerLeveledPayload::LevelStatus' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayerLeveledPayload, LevelID) == 0x000028, "Member 'FAccelByteModelsPlayerLeveledPayload::LevelID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayerLeveledPayload, LevelName) == 0x000038, "Member 'FAccelByteModelsPlayerLeveledPayload::LevelName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayerLeveledPayload, LevelDifficulty) == 0x000048, "Member 'FAccelByteModelsPlayerLeveledPayload::LevelDifficulty' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayerLeveledPayload, LevelSubject) == 0x000058, "Member 'FAccelByteModelsPlayerLeveledPayload::LevelSubject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserPoint \ +static_assert(alignof(FAccelByteModelsUserPoint) == 0x000008, "Wrong alignment on FAccelByteModelsUserPoint"); \ +static_assert(sizeof(FAccelByteModelsUserPoint) == 0x000040, "Wrong size on FAccelByteModelsUserPoint"); \ +static_assert(offsetof(FAccelByteModelsUserPoint, point) == 0x000000, "Member 'FAccelByteModelsUserPoint::point' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserPoint, userId) == 0x000008, "Member 'FAccelByteModelsUserPoint::userId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserPoint, hidden) == 0x000018, "Member 'FAccelByteModelsUserPoint::hidden' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserPoint, additionalData) == 0x000020, "Member 'FAccelByteModelsUserPoint::additionalData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsLeaderboardRankingResult \ +static_assert(alignof(FAccelByteModelsLeaderboardRankingResult) == 0x000008, "Wrong alignment on FAccelByteModelsLeaderboardRankingResult"); \ +static_assert(sizeof(FAccelByteModelsLeaderboardRankingResult) == 0x000050, "Wrong size on FAccelByteModelsLeaderboardRankingResult"); \ +static_assert(offsetof(FAccelByteModelsLeaderboardRankingResult, data) == 0x000000, "Member 'FAccelByteModelsLeaderboardRankingResult::data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLeaderboardRankingResult, paging) == 0x000010, "Member 'FAccelByteModelsLeaderboardRankingResult::paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCScreenshotRequest \ +static_assert(alignof(FAccelByteModelsUGCScreenshotRequest) == 0x000008, "Wrong alignment on FAccelByteModelsUGCScreenshotRequest"); \ +static_assert(sizeof(FAccelByteModelsUGCScreenshotRequest) == 0x000030, "Wrong size on FAccelByteModelsUGCScreenshotRequest"); \ +static_assert(offsetof(FAccelByteModelsUGCScreenshotRequest, ContentType) == 0x000000, "Member 'FAccelByteModelsUGCScreenshotRequest::ContentType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCScreenshotRequest, Description) == 0x000010, "Member 'FAccelByteModelsUGCScreenshotRequest::Description' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCScreenshotRequest, FileExtension) == 0x000020, "Member 'FAccelByteModelsUGCScreenshotRequest::FileExtension' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCPayloadUrl \ +static_assert(alignof(FAccelByteModelsUGCPayloadUrl) == 0x000008, "Wrong alignment on FAccelByteModelsUGCPayloadUrl"); \ +static_assert(sizeof(FAccelByteModelsUGCPayloadUrl) == 0x000020, "Wrong size on FAccelByteModelsUGCPayloadUrl"); \ +static_assert(offsetof(FAccelByteModelsUGCPayloadUrl, Source) == 0x000000, "Member 'FAccelByteModelsUGCPayloadUrl::Source' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCPayloadUrl, Url) == 0x000010, "Member 'FAccelByteModelsUGCPayloadUrl::Url' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCScreenshot \ +static_assert(alignof(FAccelByteModelsUGCScreenshot) == 0x000008, "Wrong alignment on FAccelByteModelsUGCScreenshot"); \ +static_assert(sizeof(FAccelByteModelsUGCScreenshot) == 0x000060, "Wrong size on FAccelByteModelsUGCScreenshot"); \ +static_assert(offsetof(FAccelByteModelsUGCScreenshot, ContentType) == 0x000000, "Member 'FAccelByteModelsUGCScreenshot::ContentType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCScreenshot, Description) == 0x000010, "Member 'FAccelByteModelsUGCScreenshot::Description' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCScreenshot, FileExtension) == 0x000020, "Member 'FAccelByteModelsUGCScreenshot::FileExtension' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCScreenshot, ScreenshotId) == 0x000030, "Member 'FAccelByteModelsUGCScreenshot::ScreenshotId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCScreenshot, Source) == 0x000040, "Member 'FAccelByteModelsUGCScreenshot::Source' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCScreenshot, Url) == 0x000050, "Member 'FAccelByteModelsUGCScreenshot::Url' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCContentResponse \ +static_assert(alignof(FAccelByteModelsUGCContentResponse) == 0x000008, "Wrong alignment on FAccelByteModelsUGCContentResponse"); \ +static_assert(sizeof(FAccelByteModelsUGCContentResponse) == 0x000170, "Wrong size on FAccelByteModelsUGCContentResponse"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponse, ChannelId) == 0x000000, "Member 'FAccelByteModelsUGCContentResponse::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponse, CreatedTime) == 0x000010, "Member 'FAccelByteModelsUGCContentResponse::CreatedTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponse, CreatorFollowState) == 0x000018, "Member 'FAccelByteModelsUGCContentResponse::CreatorFollowState' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponse, CreatorName) == 0x000030, "Member 'FAccelByteModelsUGCContentResponse::CreatorName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponse, DownloadCount) == 0x000040, "Member 'FAccelByteModelsUGCContentResponse::DownloadCount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponse, FileExtension) == 0x000048, "Member 'FAccelByteModelsUGCContentResponse::FileExtension' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponse, Groups) == 0x000058, "Member 'FAccelByteModelsUGCContentResponse::Groups' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponse, Id) == 0x000068, "Member 'FAccelByteModelsUGCContentResponse::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponse, IsHidden) == 0x000078, "Member 'FAccelByteModelsUGCContentResponse::IsHidden' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponse, IsOfficial) == 0x000079, "Member 'FAccelByteModelsUGCContentResponse::IsOfficial' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponse, LikeCount) == 0x00007C, "Member 'FAccelByteModelsUGCContentResponse::LikeCount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponse, LikeState) == 0x000080, "Member 'FAccelByteModelsUGCContentResponse::LikeState' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponse, Name) == 0x000098, "Member 'FAccelByteModelsUGCContentResponse::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponse, Namespace) == 0x0000A8, "Member 'FAccelByteModelsUGCContentResponse::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponse, Payload) == 0x0000B8, "Member 'FAccelByteModelsUGCContentResponse::Payload' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponse, PayloadUrl) == 0x0000C8, "Member 'FAccelByteModelsUGCContentResponse::PayloadUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponse, PreviewURL) == 0x0000D8, "Member 'FAccelByteModelsUGCContentResponse::PreviewURL' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponse, Screenshots) == 0x0000E8, "Member 'FAccelByteModelsUGCContentResponse::Screenshots' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponse, ShareCode) == 0x0000F8, "Member 'FAccelByteModelsUGCContentResponse::ShareCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponse, SubType) == 0x000108, "Member 'FAccelByteModelsUGCContentResponse::SubType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponse, Tags) == 0x000118, "Member 'FAccelByteModelsUGCContentResponse::Tags' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponse, Type) == 0x000128, "Member 'FAccelByteModelsUGCContentResponse::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponse, UserId) == 0x000138, "Member 'FAccelByteModelsUGCContentResponse::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponse, UpdatedTime) == 0x000148, "Member 'FAccelByteModelsUGCContentResponse::UpdatedTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponse, CustomAttributes) == 0x000150, "Member 'FAccelByteModelsUGCContentResponse::CustomAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCContentPageResponse \ +static_assert(alignof(FAccelByteModelsUGCContentPageResponse) == 0x000008, "Wrong alignment on FAccelByteModelsUGCContentPageResponse"); \ +static_assert(sizeof(FAccelByteModelsUGCContentPageResponse) == 0x000050, "Wrong size on FAccelByteModelsUGCContentPageResponse"); \ +static_assert(offsetof(FAccelByteModelsUGCContentPageResponse, Data) == 0x000000, "Member 'FAccelByteModelsUGCContentPageResponse::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentPageResponse, Paging) == 0x000010, "Member 'FAccelByteModelsUGCContentPageResponse::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsLeaderboardData \ +static_assert(alignof(FAccelByteModelsLeaderboardData) == 0x000008, "Wrong alignment on FAccelByteModelsLeaderboardData"); \ +static_assert(sizeof(FAccelByteModelsLeaderboardData) == 0x000088, "Wrong size on FAccelByteModelsLeaderboardData"); \ +static_assert(offsetof(FAccelByteModelsLeaderboardData, Descending) == 0x000000, "Member 'FAccelByteModelsLeaderboardData::Descending' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLeaderboardData, IconUrl) == 0x000008, "Member 'FAccelByteModelsLeaderboardData::IconUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLeaderboardData, IsDeleted) == 0x000018, "Member 'FAccelByteModelsLeaderboardData::IsDeleted' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLeaderboardData, LeaderboardCode) == 0x000020, "Member 'FAccelByteModelsLeaderboardData::LeaderboardCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLeaderboardData, Name) == 0x000030, "Member 'FAccelByteModelsLeaderboardData::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLeaderboardData, Description) == 0x000040, "Member 'FAccelByteModelsLeaderboardData::Description' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLeaderboardData, StatCode) == 0x000050, "Member 'FAccelByteModelsLeaderboardData::StatCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLeaderboardData, CyleIds) == 0x000060, "Member 'FAccelByteModelsLeaderboardData::CyleIds' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLeaderboardData, AllTime) == 0x000070, "Member 'FAccelByteModelsLeaderboardData::AllTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLeaderboardData, CreatedAt) == 0x000078, "Member 'FAccelByteModelsLeaderboardData::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLeaderboardData, DeletedAt) == 0x000080, "Member 'FAccelByteModelsLeaderboardData::DeletedAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPaginatedLeaderboardData \ +static_assert(alignof(FAccelByteModelsPaginatedLeaderboardData) == 0x000008, "Wrong alignment on FAccelByteModelsPaginatedLeaderboardData"); \ +static_assert(sizeof(FAccelByteModelsPaginatedLeaderboardData) == 0x000050, "Wrong size on FAccelByteModelsPaginatedLeaderboardData"); \ +static_assert(offsetof(FAccelByteModelsPaginatedLeaderboardData, Data) == 0x000000, "Member 'FAccelByteModelsPaginatedLeaderboardData::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPaginatedLeaderboardData, Paging) == 0x000010, "Member 'FAccelByteModelsPaginatedLeaderboardData::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsLeaderboardRankingResultV3 \ +static_assert(alignof(FAccelByteModelsLeaderboardRankingResultV3) == 0x000008, "Wrong alignment on FAccelByteModelsLeaderboardRankingResultV3"); \ +static_assert(sizeof(FAccelByteModelsLeaderboardRankingResultV3) == 0x000050, "Wrong size on FAccelByteModelsLeaderboardRankingResultV3"); \ +static_assert(offsetof(FAccelByteModelsLeaderboardRankingResultV3, Data) == 0x000000, "Member 'FAccelByteModelsLeaderboardRankingResultV3::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLeaderboardRankingResultV3, Paging) == 0x000010, "Member 'FAccelByteModelsLeaderboardRankingResultV3::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPublicGameProfileInfo \ +static_assert(alignof(FAccelByteModelsPublicGameProfileInfo) == 0x000008, "Wrong alignment on FAccelByteModelsPublicGameProfileInfo"); \ +static_assert(sizeof(FAccelByteModelsPublicGameProfileInfo) == 0x000040, "Wrong size on FAccelByteModelsPublicGameProfileInfo"); \ +static_assert(offsetof(FAccelByteModelsPublicGameProfileInfo, profileId) == 0x000000, "Member 'FAccelByteModelsPublicGameProfileInfo::profileId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicGameProfileInfo, Namespace) == 0x000010, "Member 'FAccelByteModelsPublicGameProfileInfo::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicGameProfileInfo, profileName) == 0x000020, "Member 'FAccelByteModelsPublicGameProfileInfo::profileName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicGameProfileInfo, avatarUrl) == 0x000030, "Member 'FAccelByteModelsPublicGameProfileInfo::avatarUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPublicGameProfile \ +static_assert(alignof(FAccelByteModelsPublicGameProfile) == 0x000008, "Wrong alignment on FAccelByteModelsPublicGameProfile"); \ +static_assert(sizeof(FAccelByteModelsPublicGameProfile) == 0x000020, "Wrong size on FAccelByteModelsPublicGameProfile"); \ +static_assert(offsetof(FAccelByteModelsPublicGameProfile, gameProfiles) == 0x000000, "Member 'FAccelByteModelsPublicGameProfile::gameProfiles' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicGameProfile, userId) == 0x000010, "Member 'FAccelByteModelsPublicGameProfile::userId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2PartyCreateRequest \ +static_assert(alignof(FAccelByteModelsV2PartyCreateRequest) == 0x000008, "Wrong alignment on FAccelByteModelsV2PartyCreateRequest"); \ +static_assert(sizeof(FAccelByteModelsV2PartyCreateRequest) == 0x000070, "Wrong size on FAccelByteModelsV2PartyCreateRequest"); \ +static_assert(offsetof(FAccelByteModelsV2PartyCreateRequest, Members) == 0x000000, "Member 'FAccelByteModelsV2PartyCreateRequest::Members' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PartyCreateRequest, Attributes) == 0x000010, "Member 'FAccelByteModelsV2PartyCreateRequest::Attributes' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PartyCreateRequest, Joinability) == 0x000030, "Member 'FAccelByteModelsV2PartyCreateRequest::Joinability' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PartyCreateRequest, ConfigurationName) == 0x000038, "Member 'FAccelByteModelsV2PartyCreateRequest::ConfigurationName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PartyCreateRequest, MaxPlayers) == 0x000048, "Member 'FAccelByteModelsV2PartyCreateRequest::MaxPlayers' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PartyCreateRequest, MinPlayers) == 0x000050, "Member 'FAccelByteModelsV2PartyCreateRequest::MinPlayers' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PartyCreateRequest, InactiveTimeout) == 0x000058, "Member 'FAccelByteModelsV2PartyCreateRequest::InactiveTimeout' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PartyCreateRequest, InviteTimeout) == 0x000060, "Member 'FAccelByteModelsV2PartyCreateRequest::InviteTimeout' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PartyCreateRequest, Type) == 0x000068, "Member 'FAccelByteModelsV2PartyCreateRequest::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCUpdateScreenshotV2 \ +static_assert(alignof(FAccelByteModelsUGCUpdateScreenshotV2) == 0x000008, "Wrong alignment on FAccelByteModelsUGCUpdateScreenshotV2"); \ +static_assert(sizeof(FAccelByteModelsUGCUpdateScreenshotV2) == 0x000020, "Wrong size on FAccelByteModelsUGCUpdateScreenshotV2"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateScreenshotV2, Description) == 0x000000, "Member 'FAccelByteModelsUGCUpdateScreenshotV2::Description' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateScreenshotV2, ScreenshotId) == 0x000010, "Member 'FAccelByteModelsUGCUpdateScreenshotV2::ScreenshotId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSeasonPassClaimRewardPayload \ +static_assert(alignof(FAccelByteModelsSeasonPassClaimRewardPayload) == 0x000008, "Wrong alignment on FAccelByteModelsSeasonPassClaimRewardPayload"); \ +static_assert(sizeof(FAccelByteModelsSeasonPassClaimRewardPayload) == 0x000050, "Wrong size on FAccelByteModelsSeasonPassClaimRewardPayload"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassClaimRewardPayload, UserId) == 0x000018, "Member 'FAccelByteModelsSeasonPassClaimRewardPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassClaimRewardPayload, PassCode) == 0x000028, "Member 'FAccelByteModelsSeasonPassClaimRewardPayload::PassCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassClaimRewardPayload, TierIndex) == 0x000038, "Member 'FAccelByteModelsSeasonPassClaimRewardPayload::TierIndex' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassClaimRewardPayload, RewardCode) == 0x000040, "Member 'FAccelByteModelsSeasonPassClaimRewardPayload::RewardCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsServerStatusHistory \ +static_assert(alignof(FAccelByteModelsServerStatusHistory) == 0x000008, "Wrong alignment on FAccelByteModelsServerStatusHistory"); \ +static_assert(sizeof(FAccelByteModelsServerStatusHistory) == 0x000020, "Wrong size on FAccelByteModelsServerStatusHistory"); \ +static_assert(offsetof(FAccelByteModelsServerStatusHistory, Status) == 0x000000, "Member 'FAccelByteModelsServerStatusHistory::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsServerStatusHistory, Time_stamp) == 0x000010, "Member 'FAccelByteModelsServerStatusHistory::Time_stamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsBulkUserRankingDataValueV3 \ +static_assert(alignof(FAccelByteModelsBulkUserRankingDataValueV3) == 0x000008, "Wrong alignment on FAccelByteModelsBulkUserRankingDataValueV3"); \ +static_assert(sizeof(FAccelByteModelsBulkUserRankingDataValueV3) == 0x000050, "Wrong size on FAccelByteModelsBulkUserRankingDataValueV3"); \ +static_assert(offsetof(FAccelByteModelsBulkUserRankingDataValueV3, UserId) == 0x000040, "Member 'FAccelByteModelsBulkUserRankingDataValueV3::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsBulkUserRankingDataV3 \ +static_assert(alignof(FAccelByteModelsBulkUserRankingDataV3) == 0x000008, "Wrong alignment on FAccelByteModelsBulkUserRankingDataV3"); \ +static_assert(sizeof(FAccelByteModelsBulkUserRankingDataV3) == 0x000010, "Wrong size on FAccelByteModelsBulkUserRankingDataV3"); \ +static_assert(offsetof(FAccelByteModelsBulkUserRankingDataV3, Data) == 0x000000, "Member 'FAccelByteModelsBulkUserRankingDataV3::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMatchmakingResponse \ +static_assert(alignof(FAccelByteModelsMatchmakingResponse) == 0x000008, "Wrong alignment on FAccelByteModelsMatchmakingResponse"); \ +static_assert(sizeof(FAccelByteModelsMatchmakingResponse) == 0x000030, "Wrong size on FAccelByteModelsMatchmakingResponse"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSessionEndedNotification \ +static_assert(alignof(FAccelByteModelsSessionEndedNotification) == 0x000008, "Wrong alignment on FAccelByteModelsSessionEndedNotification"); \ +static_assert(sizeof(FAccelByteModelsSessionEndedNotification) == 0x000018, "Wrong size on FAccelByteModelsSessionEndedNotification"); \ +static_assert(offsetof(FAccelByteModelsSessionEndedNotification, Is_active) == 0x000000, "Member 'FAccelByteModelsSessionEndedNotification::Is_active' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionEndedNotification, Session_id) == 0x000008, "Member 'FAccelByteModelsSessionEndedNotification::Session_id' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2MatchmakingCreateTicketRequest \ +static_assert(alignof(FAccelByteModelsV2MatchmakingCreateTicketRequest) == 0x000008, "Wrong alignment on FAccelByteModelsV2MatchmakingCreateTicketRequest"); \ +static_assert(sizeof(FAccelByteModelsV2MatchmakingCreateTicketRequest) == 0x000090, "Wrong size on FAccelByteModelsV2MatchmakingCreateTicketRequest"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingCreateTicketRequest, Attributes) == 0x000000, "Member 'FAccelByteModelsV2MatchmakingCreateTicketRequest::Attributes' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingCreateTicketRequest, Latencies) == 0x000020, "Member 'FAccelByteModelsV2MatchmakingCreateTicketRequest::Latencies' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingCreateTicketRequest, MatchPool) == 0x000070, "Member 'FAccelByteModelsV2MatchmakingCreateTicketRequest::MatchPool' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingCreateTicketRequest, SessionId) == 0x000080, "Member 'FAccelByteModelsV2MatchmakingCreateTicketRequest::SessionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsReadyConsentRequest \ +static_assert(alignof(FAccelByteModelsReadyConsentRequest) == 0x000008, "Wrong alignment on FAccelByteModelsReadyConsentRequest"); \ +static_assert(sizeof(FAccelByteModelsReadyConsentRequest) == 0x000020, "Wrong size on FAccelByteModelsReadyConsentRequest"); \ +static_assert(offsetof(FAccelByteModelsReadyConsentRequest, Code) == 0x000000, "Member 'FAccelByteModelsReadyConsentRequest::Code' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReadyConsentRequest, MatchId) == 0x000010, "Member 'FAccelByteModelsReadyConsentRequest::MatchId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsRejectConsentRequest \ +static_assert(alignof(FAccelByteModelsRejectConsentRequest) == 0x000008, "Wrong alignment on FAccelByteModelsRejectConsentRequest"); \ +static_assert(sizeof(FAccelByteModelsRejectConsentRequest) == 0x000020, "Wrong size on FAccelByteModelsRejectConsentRequest"); \ +static_assert(offsetof(FAccelByteModelsRejectConsentRequest, Code) == 0x000000, "Member 'FAccelByteModelsRejectConsentRequest::Code' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRejectConsentRequest, MatchId) == 0x000010, "Member 'FAccelByteModelsRejectConsentRequest::MatchId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSeasonClaimRewardResponse \ +static_assert(alignof(FAccelByteModelsSeasonClaimRewardResponse) == 0x000008, "Wrong alignment on FAccelByteModelsSeasonClaimRewardResponse"); \ +static_assert(sizeof(FAccelByteModelsSeasonClaimRewardResponse) == 0x0000A0, "Wrong size on FAccelByteModelsSeasonClaimRewardResponse"); \ + +#define DUMPER7_ASSERTS_FArrayModelsAcceptAgreementRequest \ +static_assert(alignof(FArrayModelsAcceptAgreementRequest) == 0x000008, "Wrong alignment on FArrayModelsAcceptAgreementRequest"); \ +static_assert(sizeof(FArrayModelsAcceptAgreementRequest) == 0x000010, "Wrong size on FArrayModelsAcceptAgreementRequest"); \ +static_assert(offsetof(FArrayModelsAcceptAgreementRequest, Content) == 0x000000, "Member 'FArrayModelsAcceptAgreementRequest::Content' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMatchingAllies \ +static_assert(alignof(FAccelByteModelsMatchingAllies) == 0x000008, "Wrong alignment on FAccelByteModelsMatchingAllies"); \ +static_assert(sizeof(FAccelByteModelsMatchingAllies) == 0x000010, "Wrong size on FAccelByteModelsMatchingAllies"); \ +static_assert(offsetof(FAccelByteModelsMatchingAllies, Data) == 0x000000, "Member 'FAccelByteModelsMatchingAllies::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMatchmakingNotice \ +static_assert(alignof(FAccelByteModelsMatchmakingNotice) == 0x000008, "Wrong alignment on FAccelByteModelsMatchmakingNotice"); \ +static_assert(sizeof(FAccelByteModelsMatchmakingNotice) == 0x000088, "Wrong size on FAccelByteModelsMatchmakingNotice"); \ +static_assert(offsetof(FAccelByteModelsMatchmakingNotice, MatchId) == 0x000000, "Member 'FAccelByteModelsMatchmakingNotice::MatchId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMatchmakingNotice, Status) == 0x000010, "Member 'FAccelByteModelsMatchmakingNotice::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMatchmakingNotice, GameMode) == 0x000018, "Member 'FAccelByteModelsMatchmakingNotice::GameMode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMatchmakingNotice, Deployment) == 0x000028, "Member 'FAccelByteModelsMatchmakingNotice::Deployment' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMatchmakingNotice, ClientVersion) == 0x000038, "Member 'FAccelByteModelsMatchmakingNotice::ClientVersion' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMatchmakingNotice, Joinable) == 0x000048, "Member 'FAccelByteModelsMatchmakingNotice::Joinable' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMatchmakingNotice, MatchingAllies) == 0x000050, "Member 'FAccelByteModelsMatchmakingNotice::MatchingAllies' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMatchmakingNotice, Region) == 0x000060, "Member 'FAccelByteModelsMatchmakingNotice::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMatchmakingNotice, Message) == 0x000070, "Member 'FAccelByteModelsMatchmakingNotice::Message' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMatchmakingNotice, ErrorCode) == 0x000080, "Member 'FAccelByteModelsMatchmakingNotice::ErrorCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsOrderInfoTransaction \ +static_assert(alignof(FAccelByteModelsOrderInfoTransaction) == 0x000008, "Wrong alignment on FAccelByteModelsOrderInfoTransaction"); \ +static_assert(sizeof(FAccelByteModelsOrderInfoTransaction) == 0x000110, "Wrong size on FAccelByteModelsOrderInfoTransaction"); \ +static_assert(offsetof(FAccelByteModelsOrderInfoTransaction, TransactionId) == 0x000000, "Member 'FAccelByteModelsOrderInfoTransaction::TransactionId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfoTransaction, Amount) == 0x000010, "Member 'FAccelByteModelsOrderInfoTransaction::Amount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfoTransaction, Vat) == 0x000014, "Member 'FAccelByteModelsOrderInfoTransaction::Vat' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfoTransaction, SalesTax) == 0x000018, "Member 'FAccelByteModelsOrderInfoTransaction::SalesTax' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfoTransaction, Currency) == 0x000020, "Member 'FAccelByteModelsOrderInfoTransaction::Currency' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfoTransaction, Type) == 0x000060, "Member 'FAccelByteModelsOrderInfoTransaction::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfoTransaction, Status) == 0x000070, "Member 'FAccelByteModelsOrderInfoTransaction::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfoTransaction, Provider) == 0x000080, "Member 'FAccelByteModelsOrderInfoTransaction::Provider' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfoTransaction, PaymentProviderFee) == 0x000090, "Member 'FAccelByteModelsOrderInfoTransaction::PaymentProviderFee' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfoTransaction, PaymentMethod) == 0x000098, "Member 'FAccelByteModelsOrderInfoTransaction::PaymentMethod' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfoTransaction, PaymentMethodFee) == 0x0000A8, "Member 'FAccelByteModelsOrderInfoTransaction::PaymentMethodFee' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfoTransaction, MerchantId) == 0x0000B0, "Member 'FAccelByteModelsOrderInfoTransaction::MerchantId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfoTransaction, ExternalTransactionId) == 0x0000C0, "Member 'FAccelByteModelsOrderInfoTransaction::ExternalTransactionId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfoTransaction, ExternalStatusCode) == 0x0000D0, "Member 'FAccelByteModelsOrderInfoTransaction::ExternalStatusCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfoTransaction, ExternalMessage) == 0x0000E0, "Member 'FAccelByteModelsOrderInfoTransaction::ExternalMessage' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfoTransaction, TransactionStartTime) == 0x0000F0, "Member 'FAccelByteModelsOrderInfoTransaction::TransactionStartTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfoTransaction, TransactionEndTime) == 0x000100, "Member 'FAccelByteModelsOrderInfoTransaction::TransactionEndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGetAllSessionAttributesResponse \ +static_assert(alignof(FAccelByteModelsGetAllSessionAttributesResponse) == 0x000008, "Wrong alignment on FAccelByteModelsGetAllSessionAttributesResponse"); \ +static_assert(sizeof(FAccelByteModelsGetAllSessionAttributesResponse) == 0x000050, "Wrong size on FAccelByteModelsGetAllSessionAttributesResponse"); \ +static_assert(offsetof(FAccelByteModelsGetAllSessionAttributesResponse, attributes) == 0x000030, "Member 'FAccelByteModelsGetAllSessionAttributesResponse::attributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPartyDataUpdateRequest \ +static_assert(alignof(FAccelByteModelsPartyDataUpdateRequest) == 0x000008, "Wrong alignment on FAccelByteModelsPartyDataUpdateRequest"); \ +static_assert(sizeof(FAccelByteModelsPartyDataUpdateRequest) == 0x000028, "Wrong size on FAccelByteModelsPartyDataUpdateRequest"); \ +static_assert(offsetof(FAccelByteModelsPartyDataUpdateRequest, UpdatedAt) == 0x000000, "Member 'FAccelByteModelsPartyDataUpdateRequest::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyDataUpdateRequest, Custom_attribute) == 0x000008, "Member 'FAccelByteModelsPartyDataUpdateRequest::Custom_attribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMPV2PartySessionCreatedPayload \ +static_assert(alignof(FAccelByteModelsMPV2PartySessionCreatedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsMPV2PartySessionCreatedPayload"); \ +static_assert(sizeof(FAccelByteModelsMPV2PartySessionCreatedPayload) == 0x000038, "Wrong size on FAccelByteModelsMPV2PartySessionCreatedPayload"); \ +static_assert(offsetof(FAccelByteModelsMPV2PartySessionCreatedPayload, UserId) == 0x000018, "Member 'FAccelByteModelsMPV2PartySessionCreatedPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMPV2PartySessionCreatedPayload, PartySessionId) == 0x000028, "Member 'FAccelByteModelsMPV2PartySessionCreatedPayload::PartySessionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMPV2PartySessionJoinedPayload \ +static_assert(alignof(FAccelByteModelsMPV2PartySessionJoinedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsMPV2PartySessionJoinedPayload"); \ +static_assert(sizeof(FAccelByteModelsMPV2PartySessionJoinedPayload) == 0x000038, "Wrong size on FAccelByteModelsMPV2PartySessionJoinedPayload"); \ + +#define DUMPER7_ASSERTS_FPermission \ +static_assert(alignof(FPermission) == 0x000008, "Wrong alignment on FPermission"); \ +static_assert(sizeof(FPermission) == 0x000040, "Wrong size on FPermission"); \ +static_assert(offsetof(FPermission, Action) == 0x000000, "Member 'FPermission::Action' has a wrong offset!"); \ +static_assert(offsetof(FPermission, Resource) == 0x000008, "Member 'FPermission::Resource' has a wrong offset!"); \ +static_assert(offsetof(FPermission, SchedAction) == 0x000018, "Member 'FPermission::SchedAction' has a wrong offset!"); \ +static_assert(offsetof(FPermission, SchedCron) == 0x000020, "Member 'FPermission::SchedCron' has a wrong offset!"); \ +static_assert(offsetof(FPermission, SchedRange) == 0x000030, "Member 'FPermission::SchedRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamespaceRole \ +static_assert(alignof(FNamespaceRole) == 0x000008, "Wrong alignment on FNamespaceRole"); \ +static_assert(sizeof(FNamespaceRole) == 0x000020, "Wrong size on FNamespaceRole"); \ +static_assert(offsetof(FNamespaceRole, Namespace) == 0x000000, "Member 'FNamespaceRole::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FNamespaceRole, RoleId) == 0x000010, "Member 'FNamespaceRole::RoleId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccountUserData \ +static_assert(alignof(FAccountUserData) == 0x000008, "Wrong alignment on FAccountUserData"); \ +static_assert(sizeof(FAccountUserData) == 0x0001A0, "Wrong size on FAccountUserData"); \ +static_assert(offsetof(FAccountUserData, AuthType) == 0x000000, "Member 'FAccountUserData::AuthType' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, Bans) == 0x000010, "Member 'FAccountUserData::Bans' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, Country) == 0x000020, "Member 'FAccountUserData::Country' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, CreatedAt) == 0x000030, "Member 'FAccountUserData::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, DateOfBirth) == 0x000040, "Member 'FAccountUserData::DateOfBirth' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, DisplayName) == 0x000050, "Member 'FAccountUserData::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, EmailVerified) == 0x000060, "Member 'FAccountUserData::EmailVerified' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, Enabled) == 0x000061, "Member 'FAccountUserData::Enabled' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, LastEnabledChangedTime) == 0x000068, "Member 'FAccountUserData::LastEnabledChangedTime' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, LoginId) == 0x000078, "Member 'FAccountUserData::LoginId' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, Namespace) == 0x000088, "Member 'FAccountUserData::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, Permissions) == 0x000098, "Member 'FAccountUserData::Permissions' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, PhoneVerified) == 0x0000A8, "Member 'FAccountUserData::PhoneVerified' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, PlatformId) == 0x0000B0, "Member 'FAccountUserData::PlatformId' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, PlatformUserId) == 0x0000C0, "Member 'FAccountUserData::PlatformUserId' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, Roles) == 0x0000D0, "Member 'FAccountUserData::Roles' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, UserId) == 0x0000E0, "Member 'FAccountUserData::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, Username) == 0x0000F0, "Member 'FAccountUserData::Username' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, EmailAddress) == 0x000100, "Member 'FAccountUserData::EmailAddress' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, AvatarUrl) == 0x000110, "Member 'FAccountUserData::AvatarUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, DeletionDate) == 0x000120, "Member 'FAccountUserData::DeletionDate' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, DeletionStatus) == 0x000130, "Member 'FAccountUserData::DeletionStatus' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, LastDateOfBirthChangedTime) == 0x000138, "Member 'FAccountUserData::LastDateOfBirthChangedTime' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, NamespaceRoles) == 0x000140, "Member 'FAccountUserData::NamespaceRoles' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, NewEmailAddress) == 0x000150, "Member 'FAccountUserData::NewEmailAddress' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, OldEmailAddress) == 0x000160, "Member 'FAccountUserData::OldEmailAddress' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, PhoneNumber) == 0x000170, "Member 'FAccountUserData::PhoneNumber' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, PlatformAvatarUrl) == 0x000180, "Member 'FAccountUserData::PlatformAvatarUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccountUserData, PlatformDisplayName) == 0x000190, "Member 'FAccountUserData::PlatformDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsReadyConsentNotice \ +static_assert(alignof(FAccelByteModelsReadyConsentNotice) == 0x000008, "Wrong alignment on FAccelByteModelsReadyConsentNotice"); \ +static_assert(sizeof(FAccelByteModelsReadyConsentNotice) == 0x000020, "Wrong size on FAccelByteModelsReadyConsentNotice"); \ +static_assert(offsetof(FAccelByteModelsReadyConsentNotice, MatchId) == 0x000000, "Member 'FAccelByteModelsReadyConsentNotice::MatchId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReadyConsentNotice, UserId) == 0x000010, "Member 'FAccelByteModelsReadyConsentNotice::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsKickNotice \ +static_assert(alignof(FAccelByteModelsKickNotice) == 0x000008, "Wrong alignment on FAccelByteModelsKickNotice"); \ +static_assert(sizeof(FAccelByteModelsKickNotice) == 0x000040, "Wrong size on FAccelByteModelsKickNotice"); \ +static_assert(offsetof(FAccelByteModelsKickNotice, LeaderId) == 0x000000, "Member 'FAccelByteModelsKickNotice::LeaderId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsKickNotice, Leader) == 0x000010, "Member 'FAccelByteModelsKickNotice::Leader' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsKickNotice, UserId) == 0x000020, "Member 'FAccelByteModelsKickNotice::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsKickNotice, PartyId) == 0x000030, "Member 'FAccelByteModelsKickNotice::PartyId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUser2FaSecretKey \ +static_assert(alignof(FUser2FaSecretKey) == 0x000008, "Wrong alignment on FUser2FaSecretKey"); \ +static_assert(sizeof(FUser2FaSecretKey) == 0x000020, "Wrong size on FUser2FaSecretKey"); \ +static_assert(offsetof(FUser2FaSecretKey, SecretKey) == 0x000000, "Member 'FUser2FaSecretKey::SecretKey' has a wrong offset!"); \ +static_assert(offsetof(FUser2FaSecretKey, Uri) == 0x000010, "Member 'FUser2FaSecretKey::Uri' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsRejectConsentNotice \ +static_assert(alignof(FAccelByteModelsRejectConsentNotice) == 0x000008, "Wrong alignment on FAccelByteModelsRejectConsentNotice"); \ +static_assert(sizeof(FAccelByteModelsRejectConsentNotice) == 0x000020, "Wrong size on FAccelByteModelsRejectConsentNotice"); \ +static_assert(offsetof(FAccelByteModelsRejectConsentNotice, MatchId) == 0x000000, "Member 'FAccelByteModelsRejectConsentNotice::MatchId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRejectConsentNotice, UserId) == 0x000010, "Member 'FAccelByteModelsRejectConsentNotice::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsServerCreateSessionRequest \ +static_assert(alignof(FAccelByteModelsServerCreateSessionRequest) == 0x000008, "Wrong alignment on FAccelByteModelsServerCreateSessionRequest"); \ +static_assert(sizeof(FAccelByteModelsServerCreateSessionRequest) == 0x000090, "Wrong size on FAccelByteModelsServerCreateSessionRequest"); \ +static_assert(offsetof(FAccelByteModelsServerCreateSessionRequest, Client_version) == 0x000000, "Member 'FAccelByteModelsServerCreateSessionRequest::Client_version' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsServerCreateSessionRequest, Configuration) == 0x000010, "Member 'FAccelByteModelsServerCreateSessionRequest::Configuration' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsServerCreateSessionRequest, Deployment) == 0x000020, "Member 'FAccelByteModelsServerCreateSessionRequest::Deployment' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsServerCreateSessionRequest, Game_mode) == 0x000030, "Member 'FAccelByteModelsServerCreateSessionRequest::Game_mode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsServerCreateSessionRequest, Namespace) == 0x000040, "Member 'FAccelByteModelsServerCreateSessionRequest::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsServerCreateSessionRequest, Pod_name) == 0x000050, "Member 'FAccelByteModelsServerCreateSessionRequest::Pod_name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsServerCreateSessionRequest, Region) == 0x000060, "Member 'FAccelByteModelsServerCreateSessionRequest::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsServerCreateSessionRequest, Session_id) == 0x000070, "Member 'FAccelByteModelsServerCreateSessionRequest::Session_id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsServerCreateSessionRequest, Matching_allies) == 0x000080, "Member 'FAccelByteModelsServerCreateSessionRequest::Matching_allies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsRematchmakingNotice \ +static_assert(alignof(FAccelByteModelsRematchmakingNotice) == 0x000004, "Wrong alignment on FAccelByteModelsRematchmakingNotice"); \ +static_assert(sizeof(FAccelByteModelsRematchmakingNotice) == 0x000004, "Wrong size on FAccelByteModelsRematchmakingNotice"); \ +static_assert(offsetof(FAccelByteModelsRematchmakingNotice, BanDuration) == 0x000000, "Member 'FAccelByteModelsRematchmakingNotice::BanDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsDsNotice \ +static_assert(alignof(FAccelByteModelsDsNotice) == 0x000008, "Wrong alignment on FAccelByteModelsDsNotice"); \ +static_assert(sizeof(FAccelByteModelsDsNotice) == 0x0000F8, "Wrong size on FAccelByteModelsDsNotice"); \ +static_assert(offsetof(FAccelByteModelsDsNotice, Status) == 0x000000, "Member 'FAccelByteModelsDsNotice::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDsNotice, MatchId) == 0x000010, "Member 'FAccelByteModelsDsNotice::MatchId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDsNotice, PodName) == 0x000020, "Member 'FAccelByteModelsDsNotice::PodName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDsNotice, Ip) == 0x000030, "Member 'FAccelByteModelsDsNotice::Ip' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDsNotice, ImageVersion) == 0x000040, "Member 'FAccelByteModelsDsNotice::ImageVersion' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDsNotice, ServerVersion) == 0x000050, "Member 'FAccelByteModelsDsNotice::ServerVersion' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDsNotice, Port) == 0x000060, "Member 'FAccelByteModelsDsNotice::Port' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDsNotice, Message) == 0x000068, "Member 'FAccelByteModelsDsNotice::Message' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDsNotice, IsOK) == 0x000078, "Member 'FAccelByteModelsDsNotice::IsOK' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDsNotice, Region) == 0x000088, "Member 'FAccelByteModelsDsNotice::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDsNotice, Ports) == 0x000098, "Member 'FAccelByteModelsDsNotice::Ports' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDsNotice, CustomAttribute) == 0x0000E8, "Member 'FAccelByteModelsDsNotice::CustomAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsDSMServer \ +static_assert(alignof(FAccelByteModelsDSMServer) == 0x000008, "Wrong alignment on FAccelByteModelsDSMServer"); \ +static_assert(sizeof(FAccelByteModelsDSMServer) == 0x000128, "Wrong size on FAccelByteModelsDSMServer"); \ +static_assert(offsetof(FAccelByteModelsDSMServer, Custom_attribute) == 0x000000, "Member 'FAccelByteModelsDSMServer::Custom_attribute' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSMServer, Deployment) == 0x000010, "Member 'FAccelByteModelsDSMServer::Deployment' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSMServer, Game_version) == 0x000020, "Member 'FAccelByteModelsDSMServer::Game_version' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSMServer, Image_version) == 0x000030, "Member 'FAccelByteModelsDSMServer::Image_version' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSMServer, Ip) == 0x000040, "Member 'FAccelByteModelsDSMServer::Ip' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSMServer, Namespace) == 0x000050, "Member 'FAccelByteModelsDSMServer::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSMServer, Params) == 0x000060, "Member 'FAccelByteModelsDSMServer::Params' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSMServer, Pod_name) == 0x000070, "Member 'FAccelByteModelsDSMServer::Pod_name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSMServer, Port) == 0x000080, "Member 'FAccelByteModelsDSMServer::Port' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSMServer, Ports) == 0x000088, "Member 'FAccelByteModelsDSMServer::Ports' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSMServer, Protocol) == 0x0000D8, "Member 'FAccelByteModelsDSMServer::Protocol' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSMServer, Provider) == 0x0000E8, "Member 'FAccelByteModelsDSMServer::Provider' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSMServer, Region) == 0x0000F8, "Member 'FAccelByteModelsDSMServer::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSMServer, Session_id) == 0x000108, "Member 'FAccelByteModelsDSMServer::Session_id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSMServer, Status_history) == 0x000118, "Member 'FAccelByteModelsDSMServer::Status_history' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPersonalMessageResponse \ +static_assert(alignof(FAccelByteModelsPersonalMessageResponse) == 0x000008, "Wrong alignment on FAccelByteModelsPersonalMessageResponse"); \ +static_assert(sizeof(FAccelByteModelsPersonalMessageResponse) == 0x000030, "Wrong size on FAccelByteModelsPersonalMessageResponse"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPartyMessageResponse \ +static_assert(alignof(FAccelByteModelsPartyMessageResponse) == 0x000008, "Wrong alignment on FAccelByteModelsPartyMessageResponse"); \ +static_assert(sizeof(FAccelByteModelsPartyMessageResponse) == 0x000030, "Wrong size on FAccelByteModelsPartyMessageResponse"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsJoinDefaultChannelResponse \ +static_assert(alignof(FAccelByteModelsJoinDefaultChannelResponse) == 0x000008, "Wrong alignment on FAccelByteModelsJoinDefaultChannelResponse"); \ +static_assert(sizeof(FAccelByteModelsJoinDefaultChannelResponse) == 0x000040, "Wrong size on FAccelByteModelsJoinDefaultChannelResponse"); \ +static_assert(offsetof(FAccelByteModelsJoinDefaultChannelResponse, ChannelSlug) == 0x000030, "Member 'FAccelByteModelsJoinDefaultChannelResponse::ChannelSlug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSessionNotificationMessage \ +static_assert(alignof(FAccelByteModelsSessionNotificationMessage) == 0x000008, "Wrong alignment on FAccelByteModelsSessionNotificationMessage"); \ +static_assert(sizeof(FAccelByteModelsSessionNotificationMessage) == 0x000038, "Wrong size on FAccelByteModelsSessionNotificationMessage"); \ +static_assert(offsetof(FAccelByteModelsSessionNotificationMessage, Type) == 0x000000, "Member 'FAccelByteModelsSessionNotificationMessage::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionNotificationMessage, Topic) == 0x000010, "Member 'FAccelByteModelsSessionNotificationMessage::Topic' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionNotificationMessage, Payload) == 0x000020, "Member 'FAccelByteModelsSessionNotificationMessage::Payload' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionNotificationMessage, SentAt) == 0x000030, "Member 'FAccelByteModelsSessionNotificationMessage::SentAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsTwitchDropEntitlement \ +static_assert(alignof(FAccelByteModelsTwitchDropEntitlement) == 0x000008, "Wrong alignment on FAccelByteModelsTwitchDropEntitlement"); \ +static_assert(sizeof(FAccelByteModelsTwitchDropEntitlement) == 0x000030, "Wrong size on FAccelByteModelsTwitchDropEntitlement"); \ +static_assert(offsetof(FAccelByteModelsTwitchDropEntitlement, GameId) == 0x000000, "Member 'FAccelByteModelsTwitchDropEntitlement::GameId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsTwitchDropEntitlement, Region) == 0x000010, "Member 'FAccelByteModelsTwitchDropEntitlement::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsTwitchDropEntitlement, Language) == 0x000020, "Member 'FAccelByteModelsTwitchDropEntitlement::Language' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChannelMessageResponse \ +static_assert(alignof(FAccelByteModelsChannelMessageResponse) == 0x000008, "Wrong alignment on FAccelByteModelsChannelMessageResponse"); \ +static_assert(sizeof(FAccelByteModelsChannelMessageResponse) == 0x000040, "Wrong size on FAccelByteModelsChannelMessageResponse"); \ +static_assert(offsetof(FAccelByteModelsChannelMessageResponse, Message) == 0x000030, "Member 'FAccelByteModelsChannelMessageResponse::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSessionBrowserAddPlayerRequest \ +static_assert(alignof(FAccelByteModelsSessionBrowserAddPlayerRequest) == 0x000008, "Wrong alignment on FAccelByteModelsSessionBrowserAddPlayerRequest"); \ +static_assert(sizeof(FAccelByteModelsSessionBrowserAddPlayerRequest) == 0x000018, "Wrong size on FAccelByteModelsSessionBrowserAddPlayerRequest"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserAddPlayerRequest, User_id) == 0x000000, "Member 'FAccelByteModelsSessionBrowserAddPlayerRequest::User_id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserAddPlayerRequest, As_spectator) == 0x000010, "Member 'FAccelByteModelsSessionBrowserAddPlayerRequest::As_spectator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPersonalMessageNotice \ +static_assert(alignof(FAccelByteModelsPersonalMessageNotice) == 0x000008, "Wrong alignment on FAccelByteModelsPersonalMessageNotice"); \ +static_assert(sizeof(FAccelByteModelsPersonalMessageNotice) == 0x000050, "Wrong size on FAccelByteModelsPersonalMessageNotice"); \ +static_assert(offsetof(FAccelByteModelsPersonalMessageNotice, Id) == 0x000000, "Member 'FAccelByteModelsPersonalMessageNotice::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPersonalMessageNotice, From) == 0x000010, "Member 'FAccelByteModelsPersonalMessageNotice::From' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPersonalMessageNotice, To) == 0x000020, "Member 'FAccelByteModelsPersonalMessageNotice::To' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPersonalMessageNotice, Payload) == 0x000030, "Member 'FAccelByteModelsPersonalMessageNotice::Payload' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPersonalMessageNotice, ReceivedAt) == 0x000040, "Member 'FAccelByteModelsPersonalMessageNotice::ReceivedAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsFulFillCodeRequest \ +static_assert(alignof(FAccelByteModelsFulFillCodeRequest) == 0x000008, "Wrong alignment on FAccelByteModelsFulFillCodeRequest"); \ +static_assert(sizeof(FAccelByteModelsFulFillCodeRequest) == 0x000030, "Wrong size on FAccelByteModelsFulFillCodeRequest"); \ +static_assert(offsetof(FAccelByteModelsFulFillCodeRequest, Code) == 0x000000, "Member 'FAccelByteModelsFulFillCodeRequest::Code' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFulFillCodeRequest, Region) == 0x000010, "Member 'FAccelByteModelsFulFillCodeRequest::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFulFillCodeRequest, Language) == 0x000020, "Member 'FAccelByteModelsFulFillCodeRequest::Language' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsNotificationMessage \ +static_assert(alignof(FAccelByteModelsNotificationMessage) == 0x000008, "Wrong alignment on FAccelByteModelsNotificationMessage"); \ +static_assert(sizeof(FAccelByteModelsNotificationMessage) == 0x000058, "Wrong size on FAccelByteModelsNotificationMessage"); \ +static_assert(offsetof(FAccelByteModelsNotificationMessage, Id) == 0x000000, "Member 'FAccelByteModelsNotificationMessage::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsNotificationMessage, From) == 0x000010, "Member 'FAccelByteModelsNotificationMessage::From' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsNotificationMessage, To) == 0x000020, "Member 'FAccelByteModelsNotificationMessage::To' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsNotificationMessage, Topic) == 0x000030, "Member 'FAccelByteModelsNotificationMessage::Topic' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsNotificationMessage, Payload) == 0x000040, "Member 'FAccelByteModelsNotificationMessage::Payload' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsNotificationMessage, SentAt) == 0x000050, "Member 'FAccelByteModelsNotificationMessage::SentAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChannelMessageNotice \ +static_assert(alignof(FAccelByteModelsChannelMessageNotice) == 0x000008, "Wrong alignment on FAccelByteModelsChannelMessageNotice"); \ +static_assert(sizeof(FAccelByteModelsChannelMessageNotice) == 0x000040, "Wrong size on FAccelByteModelsChannelMessageNotice"); \ +static_assert(offsetof(FAccelByteModelsChannelMessageNotice, From) == 0x000000, "Member 'FAccelByteModelsChannelMessageNotice::From' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChannelMessageNotice, ChannelSlug) == 0x000010, "Member 'FAccelByteModelsChannelMessageNotice::ChannelSlug' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChannelMessageNotice, Payload) == 0x000020, "Member 'FAccelByteModelsChannelMessageNotice::Payload' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChannelMessageNotice, SentAt) == 0x000030, "Member 'FAccelByteModelsChannelMessageNotice::SentAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPartyMessageNotice \ +static_assert(alignof(FAccelByteModelsPartyMessageNotice) == 0x000008, "Wrong alignment on FAccelByteModelsPartyMessageNotice"); \ +static_assert(sizeof(FAccelByteModelsPartyMessageNotice) == 0x000050, "Wrong size on FAccelByteModelsPartyMessageNotice"); \ +static_assert(offsetof(FAccelByteModelsPartyMessageNotice, Id) == 0x000000, "Member 'FAccelByteModelsPartyMessageNotice::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyMessageNotice, From) == 0x000010, "Member 'FAccelByteModelsPartyMessageNotice::From' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyMessageNotice, To) == 0x000020, "Member 'FAccelByteModelsPartyMessageNotice::To' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyMessageNotice, Payload) == 0x000030, "Member 'FAccelByteModelsPartyMessageNotice::Payload' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyMessageNotice, ReceivedAt) == 0x000040, "Member 'FAccelByteModelsPartyMessageNotice::ReceivedAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsOrderBundleItemInfo \ +static_assert(alignof(FAccelByteModelsOrderBundleItemInfo) == 0x000008, "Wrong alignment on FAccelByteModelsOrderBundleItemInfo"); \ +static_assert(sizeof(FAccelByteModelsOrderBundleItemInfo) == 0x000040, "Wrong size on FAccelByteModelsOrderBundleItemInfo"); \ +static_assert(offsetof(FAccelByteModelsOrderBundleItemInfo, Price) == 0x000000, "Member 'FAccelByteModelsOrderBundleItemInfo::Price' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderBundleItemInfo, DiscountedPrice) == 0x000004, "Member 'FAccelByteModelsOrderBundleItemInfo::DiscountedPrice' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderBundleItemInfo, ItemName) == 0x000008, "Member 'FAccelByteModelsOrderBundleItemInfo::ItemName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderBundleItemInfo, ItemId) == 0x000018, "Member 'FAccelByteModelsOrderBundleItemInfo::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderBundleItemInfo, ItemSku) == 0x000028, "Member 'FAccelByteModelsOrderBundleItemInfo::ItemSku' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderBundleItemInfo, Quantity) == 0x000038, "Member 'FAccelByteModelsOrderBundleItemInfo::Quantity' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderBundleItemInfo, Purchased) == 0x00003C, "Member 'FAccelByteModelsOrderBundleItemInfo::Purchased' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsOrderInfo \ +static_assert(alignof(FAccelByteModelsOrderInfo) == 0x000008, "Wrong alignment on FAccelByteModelsOrderInfo"); \ +static_assert(sizeof(FAccelByteModelsOrderInfo) == 0x000378, "Wrong size on FAccelByteModelsOrderInfo"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, OrderNo) == 0x000000, "Member 'FAccelByteModelsOrderInfo::OrderNo' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, PaymentOrderNo) == 0x000010, "Member 'FAccelByteModelsOrderInfo::PaymentOrderNo' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, Namespace) == 0x000020, "Member 'FAccelByteModelsOrderInfo::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, UserId) == 0x000030, "Member 'FAccelByteModelsOrderInfo::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, ItemId) == 0x000040, "Member 'FAccelByteModelsOrderInfo::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, Sandbox) == 0x000050, "Member 'FAccelByteModelsOrderInfo::Sandbox' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, Quantity) == 0x000054, "Member 'FAccelByteModelsOrderInfo::Quantity' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, Price) == 0x000058, "Member 'FAccelByteModelsOrderInfo::Price' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, DiscountedPrice) == 0x00005C, "Member 'FAccelByteModelsOrderInfo::DiscountedPrice' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, Vat) == 0x000060, "Member 'FAccelByteModelsOrderInfo::Vat' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, SalesTax) == 0x000064, "Member 'FAccelByteModelsOrderInfo::SalesTax' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, PaymentProvider) == 0x000068, "Member 'FAccelByteModelsOrderInfo::PaymentProvider' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, PaymentProviderFee) == 0x00006C, "Member 'FAccelByteModelsOrderInfo::PaymentProviderFee' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, PaymentMethodFee) == 0x000070, "Member 'FAccelByteModelsOrderInfo::PaymentMethodFee' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, Currency) == 0x000078, "Member 'FAccelByteModelsOrderInfo::Currency' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, PaymentStationUrl) == 0x0000B8, "Member 'FAccelByteModelsOrderInfo::PaymentStationUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, ItemSnapshot) == 0x0000C8, "Member 'FAccelByteModelsOrderInfo::ItemSnapshot' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, Region) == 0x0002B0, "Member 'FAccelByteModelsOrderInfo::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, Language) == 0x0002C0, "Member 'FAccelByteModelsOrderInfo::Language' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, Status) == 0x0002D0, "Member 'FAccelByteModelsOrderInfo::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, StatusReason) == 0x0002D8, "Member 'FAccelByteModelsOrderInfo::StatusReason' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, CreatedTime) == 0x0002E8, "Member 'FAccelByteModelsOrderInfo::CreatedTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, ChargedTime) == 0x0002F0, "Member 'FAccelByteModelsOrderInfo::ChargedTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, FulfilledTime) == 0x0002F8, "Member 'FAccelByteModelsOrderInfo::FulfilledTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, RefundedTime) == 0x000300, "Member 'FAccelByteModelsOrderInfo::RefundedTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, ChargebackTime) == 0x000308, "Member 'FAccelByteModelsOrderInfo::ChargebackTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, ChargebackReversedTime) == 0x000310, "Member 'FAccelByteModelsOrderInfo::ChargebackReversedTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, ExpireTime) == 0x000318, "Member 'FAccelByteModelsOrderInfo::ExpireTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, PaymentRemainSeconds) == 0x000320, "Member 'FAccelByteModelsOrderInfo::PaymentRemainSeconds' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, Ext) == 0x000328, "Member 'FAccelByteModelsOrderInfo::Ext' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, TotalTax) == 0x000348, "Member 'FAccelByteModelsOrderInfo::TotalTax' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, TotalPrice) == 0x00034C, "Member 'FAccelByteModelsOrderInfo::TotalPrice' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, SubtotalPrice) == 0x000350, "Member 'FAccelByteModelsOrderInfo::SubtotalPrice' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, OrderBundleItemInfos) == 0x000358, "Member 'FAccelByteModelsOrderInfo::OrderBundleItemInfos' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, CreatedAt) == 0x000368, "Member 'FAccelByteModelsOrderInfo::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfo, UpdatedAt) == 0x000370, "Member 'FAccelByteModelsOrderInfo::UpdatedAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGameProfile \ +static_assert(alignof(FAccelByteModelsGameProfile) == 0x000008, "Wrong alignment on FAccelByteModelsGameProfile"); \ +static_assert(sizeof(FAccelByteModelsGameProfile) == 0x0000C0, "Wrong size on FAccelByteModelsGameProfile"); \ +static_assert(offsetof(FAccelByteModelsGameProfile, profileId) == 0x000000, "Member 'FAccelByteModelsGameProfile::profileId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameProfile, userId) == 0x000010, "Member 'FAccelByteModelsGameProfile::userId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameProfile, Namespace) == 0x000020, "Member 'FAccelByteModelsGameProfile::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameProfile, profileName) == 0x000030, "Member 'FAccelByteModelsGameProfile::profileName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameProfile, avatarUrl) == 0x000040, "Member 'FAccelByteModelsGameProfile::avatarUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameProfile, label) == 0x000050, "Member 'FAccelByteModelsGameProfile::label' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameProfile, tags) == 0x000060, "Member 'FAccelByteModelsGameProfile::tags' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameProfile, attributes) == 0x000070, "Member 'FAccelByteModelsGameProfile::attributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsDeregisterLocalServerRequest \ +static_assert(alignof(FAccelByteModelsDeregisterLocalServerRequest) == 0x000008, "Wrong alignment on FAccelByteModelsDeregisterLocalServerRequest"); \ +static_assert(sizeof(FAccelByteModelsDeregisterLocalServerRequest) == 0x000010, "Wrong size on FAccelByteModelsDeregisterLocalServerRequest"); \ +static_assert(offsetof(FAccelByteModelsDeregisterLocalServerRequest, Name) == 0x000000, "Member 'FAccelByteModelsDeregisterLocalServerRequest::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsDSMSession \ +static_assert(alignof(FAccelByteModelsDSMSession) == 0x000008, "Wrong alignment on FAccelByteModelsDSMSession"); \ +static_assert(sizeof(FAccelByteModelsDSMSession) == 0x000168, "Wrong size on FAccelByteModelsDSMSession"); \ +static_assert(offsetof(FAccelByteModelsDSMSession, Server) == 0x000000, "Member 'FAccelByteModelsDSMSession::Server' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSMSession, Id) == 0x000128, "Member 'FAccelByteModelsDSMSession::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSMSession, Namespace) == 0x000138, "Member 'FAccelByteModelsDSMSession::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSMSession, Provider) == 0x000148, "Member 'FAccelByteModelsDSMSession::Provider' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSMSession, Region) == 0x000158, "Member 'FAccelByteModelsDSMSession::Region' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupPredefinedRuleDeletedPayload \ +static_assert(alignof(FAccelByteModelsGroupPredefinedRuleDeletedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGroupPredefinedRuleDeletedPayload"); \ +static_assert(sizeof(FAccelByteModelsGroupPredefinedRuleDeletedPayload) == 0x000038, "Wrong size on FAccelByteModelsGroupPredefinedRuleDeletedPayload"); \ +static_assert(offsetof(FAccelByteModelsGroupPredefinedRuleDeletedPayload, GroupId) == 0x000018, "Member 'FAccelByteModelsGroupPredefinedRuleDeletedPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupPredefinedRuleDeletedPayload, AdminUserId) == 0x000028, "Member 'FAccelByteModelsGroupPredefinedRuleDeletedPayload::AdminUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsBulkStatItemOperationResult \ +static_assert(alignof(FAccelByteModelsBulkStatItemOperationResult) == 0x000008, "Wrong alignment on FAccelByteModelsBulkStatItemOperationResult"); \ +static_assert(sizeof(FAccelByteModelsBulkStatItemOperationResult) == 0x000078, "Wrong size on FAccelByteModelsBulkStatItemOperationResult"); \ +static_assert(offsetof(FAccelByteModelsBulkStatItemOperationResult, Details) == 0x000000, "Member 'FAccelByteModelsBulkStatItemOperationResult::Details' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsBulkStatItemOperationResult, StatCode) == 0x000050, "Member 'FAccelByteModelsBulkStatItemOperationResult::StatCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsBulkStatItemOperationResult, Success) == 0x000060, "Member 'FAccelByteModelsBulkStatItemOperationResult::Success' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsBulkStatItemOperationResult, UserId) == 0x000068, "Member 'FAccelByteModelsBulkStatItemOperationResult::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsAchievementGetSpecificPayload \ +static_assert(alignof(FAccelByteModelsAchievementGetSpecificPayload) == 0x000008, "Wrong alignment on FAccelByteModelsAchievementGetSpecificPayload"); \ +static_assert(sizeof(FAccelByteModelsAchievementGetSpecificPayload) == 0x000028, "Wrong size on FAccelByteModelsAchievementGetSpecificPayload"); \ +static_assert(offsetof(FAccelByteModelsAchievementGetSpecificPayload, AchievementCode) == 0x000018, "Member 'FAccelByteModelsAchievementGetSpecificPayload::AchievementCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsActionUpdateSystemMessage \ +static_assert(alignof(FAccelByteModelsActionUpdateSystemMessage) == 0x000008, "Wrong alignment on FAccelByteModelsActionUpdateSystemMessage"); \ +static_assert(sizeof(FAccelByteModelsActionUpdateSystemMessage) == 0x000018, "Wrong size on FAccelByteModelsActionUpdateSystemMessage"); \ +static_assert(offsetof(FAccelByteModelsActionUpdateSystemMessage, ID) == 0x000000, "Member 'FAccelByteModelsActionUpdateSystemMessage::ID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsActionUpdateSystemMessage, Read) == 0x000010, "Member 'FAccelByteModelsActionUpdateSystemMessage::Read' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsActionUpdateSystemMessage, Keep) == 0x000011, "Member 'FAccelByteModelsActionUpdateSystemMessage::Keep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPagedOrderInfo \ +static_assert(alignof(FAccelByteModelsPagedOrderInfo) == 0x000008, "Wrong alignment on FAccelByteModelsPagedOrderInfo"); \ +static_assert(sizeof(FAccelByteModelsPagedOrderInfo) == 0x000050, "Wrong size on FAccelByteModelsPagedOrderInfo"); \ +static_assert(offsetof(FAccelByteModelsPagedOrderInfo, Data) == 0x000000, "Member 'FAccelByteModelsPagedOrderInfo::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPagedOrderInfo, Paging) == 0x000010, "Member 'FAccelByteModelsPagedOrderInfo::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatRemoveUserFromTopicRequest \ +static_assert(alignof(FAccelByteModelsChatRemoveUserFromTopicRequest) == 0x000008, "Wrong alignment on FAccelByteModelsChatRemoveUserFromTopicRequest"); \ +static_assert(sizeof(FAccelByteModelsChatRemoveUserFromTopicRequest) == 0x000020, "Wrong size on FAccelByteModelsChatRemoveUserFromTopicRequest"); \ +static_assert(offsetof(FAccelByteModelsChatRemoveUserFromTopicRequest, TopicId) == 0x000000, "Member 'FAccelByteModelsChatRemoveUserFromTopicRequest::TopicId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatRemoveUserFromTopicRequest, UserId) == 0x000010, "Member 'FAccelByteModelsChatRemoveUserFromTopicRequest::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsOrderHistoryInfo \ +static_assert(alignof(FAccelByteModelsOrderHistoryInfo) == 0x000008, "Wrong alignment on FAccelByteModelsOrderHistoryInfo"); \ +static_assert(sizeof(FAccelByteModelsOrderHistoryInfo) == 0x000070, "Wrong size on FAccelByteModelsOrderHistoryInfo"); \ +static_assert(offsetof(FAccelByteModelsOrderHistoryInfo, OrderNo) == 0x000000, "Member 'FAccelByteModelsOrderHistoryInfo::OrderNo' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderHistoryInfo, Operator) == 0x000010, "Member 'FAccelByteModelsOrderHistoryInfo::Operator' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderHistoryInfo, Action) == 0x000020, "Member 'FAccelByteModelsOrderHistoryInfo::Action' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderHistoryInfo, Reason) == 0x000030, "Member 'FAccelByteModelsOrderHistoryInfo::Reason' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderHistoryInfo, Namespace) == 0x000040, "Member 'FAccelByteModelsOrderHistoryInfo::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderHistoryInfo, UserId) == 0x000050, "Member 'FAccelByteModelsOrderHistoryInfo::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderHistoryInfo, CreatedAt) == 0x000060, "Member 'FAccelByteModelsOrderHistoryInfo::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderHistoryInfo, UpdatedAt) == 0x000068, "Member 'FAccelByteModelsOrderHistoryInfo::UpdatedAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArrayModelsOrderHistoryInfo \ +static_assert(alignof(FArrayModelsOrderHistoryInfo) == 0x000008, "Wrong alignment on FArrayModelsOrderHistoryInfo"); \ +static_assert(sizeof(FArrayModelsOrderHistoryInfo) == 0x000010, "Wrong size on FArrayModelsOrderHistoryInfo"); \ +static_assert(offsetof(FArrayModelsOrderHistoryInfo, Content) == 0x000000, "Member 'FArrayModelsOrderHistoryInfo::Content' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOauth2Session \ +static_assert(alignof(FOauth2Session) == 0x000008, "Wrong alignment on FOauth2Session"); \ +static_assert(sizeof(FOauth2Session) == 0x000028, "Wrong size on FOauth2Session"); \ +static_assert(offsetof(FOauth2Session, Session_id) == 0x000000, "Member 'FOauth2Session::Session_id' has a wrong offset!"); \ +static_assert(offsetof(FOauth2Session, Expires_in) == 0x000010, "Member 'FOauth2Session::Expires_in' has a wrong offset!"); \ +static_assert(offsetof(FOauth2Session, Refresh_id) == 0x000018, "Member 'FOauth2Session::Refresh_id' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsEntitlementOwnershipDetail \ +static_assert(alignof(FAccelByteModelsEntitlementOwnershipDetail) == 0x000008, "Wrong alignment on FAccelByteModelsEntitlementOwnershipDetail"); \ +static_assert(sizeof(FAccelByteModelsEntitlementOwnershipDetail) == 0x000050, "Wrong size on FAccelByteModelsEntitlementOwnershipDetail"); \ +static_assert(offsetof(FAccelByteModelsEntitlementOwnershipDetail, AppId) == 0x000000, "Member 'FAccelByteModelsEntitlementOwnershipDetail::AppId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementOwnershipDetail, AppType) == 0x000010, "Member 'FAccelByteModelsEntitlementOwnershipDetail::AppType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementOwnershipDetail, Sku) == 0x000020, "Member 'FAccelByteModelsEntitlementOwnershipDetail::Sku' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementOwnershipDetail, ItemId) == 0x000030, "Member 'FAccelByteModelsEntitlementOwnershipDetail::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementOwnershipDetail, ItemNamespace) == 0x000040, "Member 'FAccelByteModelsEntitlementOwnershipDetail::ItemNamespace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsEntitlementOwnershipDetails \ +static_assert(alignof(FAccelByteModelsEntitlementOwnershipDetails) == 0x000008, "Wrong alignment on FAccelByteModelsEntitlementOwnershipDetails"); \ +static_assert(sizeof(FAccelByteModelsEntitlementOwnershipDetails) == 0x000010, "Wrong size on FAccelByteModelsEntitlementOwnershipDetails"); \ +static_assert(offsetof(FAccelByteModelsEntitlementOwnershipDetails, Entitlements) == 0x000000, "Member 'FAccelByteModelsEntitlementOwnershipDetails::Entitlements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsInfoPartyResponse \ +static_assert(alignof(FAccelByteModelsInfoPartyResponse) == 0x000008, "Wrong alignment on FAccelByteModelsInfoPartyResponse"); \ +static_assert(sizeof(FAccelByteModelsInfoPartyResponse) == 0x000090, "Wrong size on FAccelByteModelsInfoPartyResponse"); \ +static_assert(offsetof(FAccelByteModelsInfoPartyResponse, PartyId) == 0x000030, "Member 'FAccelByteModelsInfoPartyResponse::PartyId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsInfoPartyResponse, LeaderId) == 0x000040, "Member 'FAccelByteModelsInfoPartyResponse::LeaderId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsInfoPartyResponse, Leader) == 0x000050, "Member 'FAccelByteModelsInfoPartyResponse::Leader' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsInfoPartyResponse, Members) == 0x000060, "Member 'FAccelByteModelsInfoPartyResponse::Members' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsInfoPartyResponse, Invitees) == 0x000070, "Member 'FAccelByteModelsInfoPartyResponse::Invitees' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsInfoPartyResponse, InvitationToken) == 0x000080, "Member 'FAccelByteModelsInfoPartyResponse::InvitationToken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsCreatePartyResponse \ +static_assert(alignof(FAccelByteModelsCreatePartyResponse) == 0x000008, "Wrong alignment on FAccelByteModelsCreatePartyResponse"); \ +static_assert(sizeof(FAccelByteModelsCreatePartyResponse) == 0x0000A0, "Wrong size on FAccelByteModelsCreatePartyResponse"); \ +static_assert(offsetof(FAccelByteModelsCreatePartyResponse, PartyId) == 0x000030, "Member 'FAccelByteModelsCreatePartyResponse::PartyId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCreatePartyResponse, LeaderId) == 0x000040, "Member 'FAccelByteModelsCreatePartyResponse::LeaderId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCreatePartyResponse, Leader) == 0x000050, "Member 'FAccelByteModelsCreatePartyResponse::Leader' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCreatePartyResponse, Members) == 0x000060, "Member 'FAccelByteModelsCreatePartyResponse::Members' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCreatePartyResponse, Invitees) == 0x000070, "Member 'FAccelByteModelsCreatePartyResponse::Invitees' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCreatePartyResponse, InvitationToken) == 0x000080, "Member 'FAccelByteModelsCreatePartyResponse::InvitationToken' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCreatePartyResponse, PartyCode) == 0x000090, "Member 'FAccelByteModelsCreatePartyResponse::PartyCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPriceDetail \ +static_assert(alignof(FAccelByteModelsPriceDetail) == 0x000008, "Wrong alignment on FAccelByteModelsPriceDetail"); \ +static_assert(sizeof(FAccelByteModelsPriceDetail) == 0x000040, "Wrong size on FAccelByteModelsPriceDetail"); \ +static_assert(offsetof(FAccelByteModelsPriceDetail, Price) == 0x000000, "Member 'FAccelByteModelsPriceDetail::Price' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPriceDetail, DiscountedPrice) == 0x000004, "Member 'FAccelByteModelsPriceDetail::DiscountedPrice' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPriceDetail, ItemId) == 0x000008, "Member 'FAccelByteModelsPriceDetail::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPriceDetail, ItemSku) == 0x000018, "Member 'FAccelByteModelsPriceDetail::ItemSku' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPriceDetail, Quantity) == 0x000028, "Member 'FAccelByteModelsPriceDetail::Quantity' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPriceDetail, Owned) == 0x00002C, "Member 'FAccelByteModelsPriceDetail::Owned' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPriceDetail, ItemName) == 0x000030, "Member 'FAccelByteModelsPriceDetail::ItemName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsEstimatedPrice \ +static_assert(alignof(FAccelByteModelsEstimatedPrice) == 0x000008, "Wrong alignment on FAccelByteModelsEstimatedPrice"); \ +static_assert(sizeof(FAccelByteModelsEstimatedPrice) == 0x000038, "Wrong size on FAccelByteModelsEstimatedPrice"); \ +static_assert(offsetof(FAccelByteModelsEstimatedPrice, CurrencyCode) == 0x000000, "Member 'FAccelByteModelsEstimatedPrice::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEstimatedPrice, CurrencyNamespace) == 0x000010, "Member 'FAccelByteModelsEstimatedPrice::CurrencyNamespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEstimatedPrice, Price) == 0x000020, "Member 'FAccelByteModelsEstimatedPrice::Price' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEstimatedPrice, DiscountedPrice) == 0x000024, "Member 'FAccelByteModelsEstimatedPrice::DiscountedPrice' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEstimatedPrice, PriceDetails) == 0x000028, "Member 'FAccelByteModelsEstimatedPrice::PriceDetails' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsEstimatedPrices \ +static_assert(alignof(FAccelByteModelsEstimatedPrices) == 0x000008, "Wrong alignment on FAccelByteModelsEstimatedPrices"); \ +static_assert(sizeof(FAccelByteModelsEstimatedPrices) == 0x000030, "Wrong size on FAccelByteModelsEstimatedPrices"); \ +static_assert(offsetof(FAccelByteModelsEstimatedPrices, ItemId) == 0x000000, "Member 'FAccelByteModelsEstimatedPrices::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEstimatedPrices, Region) == 0x000010, "Member 'FAccelByteModelsEstimatedPrices::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEstimatedPrices, EstimatedPrices) == 0x000020, "Member 'FAccelByteModelsEstimatedPrices::EstimatedPrices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSeasonPassGetCurrentSeasonPayload \ +static_assert(alignof(FAccelByteModelsSeasonPassGetCurrentSeasonPayload) == 0x000008, "Wrong alignment on FAccelByteModelsSeasonPassGetCurrentSeasonPayload"); \ +static_assert(sizeof(FAccelByteModelsSeasonPassGetCurrentSeasonPayload) == 0x000038, "Wrong size on FAccelByteModelsSeasonPassGetCurrentSeasonPayload"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassGetCurrentSeasonPayload, UserId) == 0x000018, "Member 'FAccelByteModelsSeasonPassGetCurrentSeasonPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassGetCurrentSeasonPayload, Language) == 0x000028, "Member 'FAccelByteModelsSeasonPassGetCurrentSeasonPayload::Language' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCCreateUGCResponseV2 \ +static_assert(alignof(FAccelByteModelsUGCCreateUGCResponseV2) == 0x000008, "Wrong alignment on FAccelByteModelsUGCCreateUGCResponseV2"); \ +static_assert(sizeof(FAccelByteModelsUGCCreateUGCResponseV2) == 0x000118, "Wrong size on FAccelByteModelsUGCCreateUGCResponseV2"); \ +static_assert(offsetof(FAccelByteModelsUGCCreateUGCResponseV2, ChannelId) == 0x000000, "Member 'FAccelByteModelsUGCCreateUGCResponseV2::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCCreateUGCResponseV2, ContentType) == 0x000010, "Member 'FAccelByteModelsUGCCreateUGCResponseV2::ContentType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCCreateUGCResponseV2, CreatedTime) == 0x000020, "Member 'FAccelByteModelsUGCCreateUGCResponseV2::CreatedTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCCreateUGCResponseV2, FileExtension) == 0x000028, "Member 'FAccelByteModelsUGCCreateUGCResponseV2::FileExtension' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCCreateUGCResponseV2, FileLocation) == 0x000038, "Member 'FAccelByteModelsUGCCreateUGCResponseV2::FileLocation' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCCreateUGCResponseV2, Id) == 0x000048, "Member 'FAccelByteModelsUGCCreateUGCResponseV2::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCCreateUGCResponseV2, IsHidden) == 0x000058, "Member 'FAccelByteModelsUGCCreateUGCResponseV2::IsHidden' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCCreateUGCResponseV2, IsOfficial) == 0x000059, "Member 'FAccelByteModelsUGCCreateUGCResponseV2::IsOfficial' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCCreateUGCResponseV2, Name) == 0x000060, "Member 'FAccelByteModelsUGCCreateUGCResponseV2::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCCreateUGCResponseV2, Namespace) == 0x000070, "Member 'FAccelByteModelsUGCCreateUGCResponseV2::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCCreateUGCResponseV2, ParentNamespace) == 0x000080, "Member 'FAccelByteModelsUGCCreateUGCResponseV2::ParentNamespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCCreateUGCResponseV2, PayloadUrl) == 0x000090, "Member 'FAccelByteModelsUGCCreateUGCResponseV2::PayloadUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCCreateUGCResponseV2, ShareCode) == 0x0000A0, "Member 'FAccelByteModelsUGCCreateUGCResponseV2::ShareCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCCreateUGCResponseV2, Type) == 0x0000B0, "Member 'FAccelByteModelsUGCCreateUGCResponseV2::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCCreateUGCResponseV2, SubType) == 0x0000C0, "Member 'FAccelByteModelsUGCCreateUGCResponseV2::SubType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCCreateUGCResponseV2, Tags) == 0x0000D0, "Member 'FAccelByteModelsUGCCreateUGCResponseV2::Tags' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCCreateUGCResponseV2, UpdatedTime) == 0x0000E0, "Member 'FAccelByteModelsUGCCreateUGCResponseV2::UpdatedTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCCreateUGCResponseV2, UserId) == 0x0000E8, "Member 'FAccelByteModelsUGCCreateUGCResponseV2::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCCreateUGCResponseV2, CustomAttributes) == 0x0000F8, "Member 'FAccelByteModelsUGCCreateUGCResponseV2::CustomAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsLeavePartyResponse \ +static_assert(alignof(FAccelByteModelsLeavePartyResponse) == 0x000008, "Wrong alignment on FAccelByteModelsLeavePartyResponse"); \ +static_assert(sizeof(FAccelByteModelsLeavePartyResponse) == 0x000030, "Wrong size on FAccelByteModelsLeavePartyResponse"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGetSessionAttributeAllResponse \ +static_assert(alignof(FAccelByteModelsGetSessionAttributeAllResponse) == 0x000008, "Wrong alignment on FAccelByteModelsGetSessionAttributeAllResponse"); \ +static_assert(sizeof(FAccelByteModelsGetSessionAttributeAllResponse) == 0x000080, "Wrong size on FAccelByteModelsGetSessionAttributeAllResponse"); \ +static_assert(offsetof(FAccelByteModelsGetSessionAttributeAllResponse, Attributes) == 0x000030, "Member 'FAccelByteModelsGetSessionAttributeAllResponse::Attributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlatformSyncMobileGoogle \ +static_assert(alignof(FAccelByteModelsPlatformSyncMobileGoogle) == 0x000008, "Wrong alignment on FAccelByteModelsPlatformSyncMobileGoogle"); \ +static_assert(sizeof(FAccelByteModelsPlatformSyncMobileGoogle) == 0x000070, "Wrong size on FAccelByteModelsPlatformSyncMobileGoogle"); \ +static_assert(offsetof(FAccelByteModelsPlatformSyncMobileGoogle, OrderId) == 0x000000, "Member 'FAccelByteModelsPlatformSyncMobileGoogle::OrderId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformSyncMobileGoogle, PackageName) == 0x000010, "Member 'FAccelByteModelsPlatformSyncMobileGoogle::PackageName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformSyncMobileGoogle, ProductId) == 0x000020, "Member 'FAccelByteModelsPlatformSyncMobileGoogle::ProductId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformSyncMobileGoogle, PurchaseTime) == 0x000030, "Member 'FAccelByteModelsPlatformSyncMobileGoogle::PurchaseTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformSyncMobileGoogle, PurchaseToken) == 0x000038, "Member 'FAccelByteModelsPlatformSyncMobileGoogle::PurchaseToken' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformSyncMobileGoogle, AutoAck) == 0x000048, "Member 'FAccelByteModelsPlatformSyncMobileGoogle::AutoAck' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformSyncMobileGoogle, Region) == 0x000050, "Member 'FAccelByteModelsPlatformSyncMobileGoogle::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformSyncMobileGoogle, Language) == 0x000060, "Member 'FAccelByteModelsPlatformSyncMobileGoogle::Language' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupMemberKickedPayload \ +static_assert(alignof(FAccelByteModelsGroupMemberKickedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGroupMemberKickedPayload"); \ +static_assert(sizeof(FAccelByteModelsGroupMemberKickedPayload) == 0x000048, "Wrong size on FAccelByteModelsGroupMemberKickedPayload"); \ +static_assert(offsetof(FAccelByteModelsGroupMemberKickedPayload, GroupId) == 0x000018, "Member 'FAccelByteModelsGroupMemberKickedPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupMemberKickedPayload, AdminUserId) == 0x000028, "Member 'FAccelByteModelsGroupMemberKickedPayload::AdminUserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupMemberKickedPayload, KickedUserId) == 0x000038, "Member 'FAccelByteModelsGroupMemberKickedPayload::KickedUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPartyInviteResponse \ +static_assert(alignof(FAccelByteModelsPartyInviteResponse) == 0x000008, "Wrong alignment on FAccelByteModelsPartyInviteResponse"); \ +static_assert(sizeof(FAccelByteModelsPartyInviteResponse) == 0x000040, "Wrong size on FAccelByteModelsPartyInviteResponse"); \ +static_assert(offsetof(FAccelByteModelsPartyInviteResponse, InviteeID) == 0x000030, "Member 'FAccelByteModelsPartyInviteResponse::InviteeID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPartyJoinResponse \ +static_assert(alignof(FAccelByteModelsPartyJoinResponse) == 0x000008, "Wrong alignment on FAccelByteModelsPartyJoinResponse"); \ +static_assert(sizeof(FAccelByteModelsPartyJoinResponse) == 0x000090, "Wrong size on FAccelByteModelsPartyJoinResponse"); \ +static_assert(offsetof(FAccelByteModelsPartyJoinResponse, PartyId) == 0x000030, "Member 'FAccelByteModelsPartyJoinResponse::PartyId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyJoinResponse, LeaderId) == 0x000040, "Member 'FAccelByteModelsPartyJoinResponse::LeaderId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyJoinResponse, Leader) == 0x000050, "Member 'FAccelByteModelsPartyJoinResponse::Leader' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyJoinResponse, Members) == 0x000060, "Member 'FAccelByteModelsPartyJoinResponse::Members' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyJoinResponse, Invitees) == 0x000070, "Member 'FAccelByteModelsPartyJoinResponse::Invitees' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyJoinResponse, InvitationToken) == 0x000080, "Member 'FAccelByteModelsPartyJoinResponse::InvitationToken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPartyRejectResponse \ +static_assert(alignof(FAccelByteModelsPartyRejectResponse) == 0x000008, "Wrong alignment on FAccelByteModelsPartyRejectResponse"); \ +static_assert(sizeof(FAccelByteModelsPartyRejectResponse) == 0x000040, "Wrong size on FAccelByteModelsPartyRejectResponse"); \ +static_assert(offsetof(FAccelByteModelsPartyRejectResponse, PartyId) == 0x000030, "Member 'FAccelByteModelsPartyRejectResponse::PartyId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsFriendRequestAcceptedPayload \ +static_assert(alignof(FAccelByteModelsFriendRequestAcceptedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsFriendRequestAcceptedPayload"); \ +static_assert(sizeof(FAccelByteModelsFriendRequestAcceptedPayload) == 0x000038, "Wrong size on FAccelByteModelsFriendRequestAcceptedPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsKickPartyMemberResponse \ +static_assert(alignof(FAccelByteModelsKickPartyMemberResponse) == 0x000008, "Wrong alignment on FAccelByteModelsKickPartyMemberResponse"); \ +static_assert(sizeof(FAccelByteModelsKickPartyMemberResponse) == 0x000040, "Wrong size on FAccelByteModelsKickPartyMemberResponse"); \ +static_assert(offsetof(FAccelByteModelsKickPartyMemberResponse, UserId) == 0x000030, "Member 'FAccelByteModelsKickPartyMemberResponse::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCUpdateContentFileLocationResponseV2 \ +static_assert(alignof(FAccelByteModelsUGCUpdateContentFileLocationResponseV2) == 0x000008, "Wrong alignment on FAccelByteModelsUGCUpdateContentFileLocationResponseV2"); \ +static_assert(sizeof(FAccelByteModelsUGCUpdateContentFileLocationResponseV2) == 0x000118, "Wrong size on FAccelByteModelsUGCUpdateContentFileLocationResponseV2"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateContentFileLocationResponseV2, ChannelId) == 0x000000, "Member 'FAccelByteModelsUGCUpdateContentFileLocationResponseV2::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateContentFileLocationResponseV2, ContentType) == 0x000010, "Member 'FAccelByteModelsUGCUpdateContentFileLocationResponseV2::ContentType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateContentFileLocationResponseV2, CreatedTime) == 0x000020, "Member 'FAccelByteModelsUGCUpdateContentFileLocationResponseV2::CreatedTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateContentFileLocationResponseV2, CustomAttributes) == 0x000028, "Member 'FAccelByteModelsUGCUpdateContentFileLocationResponseV2::CustomAttributes' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateContentFileLocationResponseV2, FileExtension) == 0x000048, "Member 'FAccelByteModelsUGCUpdateContentFileLocationResponseV2::FileExtension' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateContentFileLocationResponseV2, FileLocation) == 0x000058, "Member 'FAccelByteModelsUGCUpdateContentFileLocationResponseV2::FileLocation' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateContentFileLocationResponseV2, Id) == 0x000068, "Member 'FAccelByteModelsUGCUpdateContentFileLocationResponseV2::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateContentFileLocationResponseV2, IsHidden) == 0x000078, "Member 'FAccelByteModelsUGCUpdateContentFileLocationResponseV2::IsHidden' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateContentFileLocationResponseV2, IsOfficial) == 0x000079, "Member 'FAccelByteModelsUGCUpdateContentFileLocationResponseV2::IsOfficial' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateContentFileLocationResponseV2, Name) == 0x000080, "Member 'FAccelByteModelsUGCUpdateContentFileLocationResponseV2::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateContentFileLocationResponseV2, Namespace) == 0x000090, "Member 'FAccelByteModelsUGCUpdateContentFileLocationResponseV2::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateContentFileLocationResponseV2, ParentNamespace) == 0x0000A0, "Member 'FAccelByteModelsUGCUpdateContentFileLocationResponseV2::ParentNamespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateContentFileLocationResponseV2, PayloadUrl) == 0x0000B0, "Member 'FAccelByteModelsUGCUpdateContentFileLocationResponseV2::PayloadUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateContentFileLocationResponseV2, ShareCode) == 0x0000C0, "Member 'FAccelByteModelsUGCUpdateContentFileLocationResponseV2::ShareCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateContentFileLocationResponseV2, SubType) == 0x0000D0, "Member 'FAccelByteModelsUGCUpdateContentFileLocationResponseV2::SubType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateContentFileLocationResponseV2, Tags) == 0x0000E0, "Member 'FAccelByteModelsUGCUpdateContentFileLocationResponseV2::Tags' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateContentFileLocationResponseV2, Type) == 0x0000F0, "Member 'FAccelByteModelsUGCUpdateContentFileLocationResponseV2::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateContentFileLocationResponseV2, UpdatedTime) == 0x000100, "Member 'FAccelByteModelsUGCUpdateContentFileLocationResponseV2::UpdatedTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateContentFileLocationResponseV2, UserId) == 0x000108, "Member 'FAccelByteModelsUGCUpdateContentFileLocationResponseV2::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPartyGenerateCodeResponse \ +static_assert(alignof(FAccelByteModelsPartyGenerateCodeResponse) == 0x000008, "Wrong alignment on FAccelByteModelsPartyGenerateCodeResponse"); \ +static_assert(sizeof(FAccelByteModelsPartyGenerateCodeResponse) == 0x000040, "Wrong size on FAccelByteModelsPartyGenerateCodeResponse"); \ +static_assert(offsetof(FAccelByteModelsPartyGenerateCodeResponse, PartyCode) == 0x000030, "Member 'FAccelByteModelsPartyGenerateCodeResponse::PartyCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMPV1MatchmakingStartedPayload \ +static_assert(alignof(FAccelByteModelsMPV1MatchmakingStartedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsMPV1MatchmakingStartedPayload"); \ +static_assert(sizeof(FAccelByteModelsMPV1MatchmakingStartedPayload) == 0x0000B8, "Wrong size on FAccelByteModelsMPV1MatchmakingStartedPayload"); \ +static_assert(offsetof(FAccelByteModelsMPV1MatchmakingStartedPayload, UserId) == 0x000018, "Member 'FAccelByteModelsMPV1MatchmakingStartedPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMPV1MatchmakingStartedPayload, GameMode) == 0x000028, "Member 'FAccelByteModelsMPV1MatchmakingStartedPayload::GameMode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMPV1MatchmakingStartedPayload, ServerName) == 0x000038, "Member 'FAccelByteModelsMPV1MatchmakingStartedPayload::ServerName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMPV1MatchmakingStartedPayload, ClientVersion) == 0x000048, "Member 'FAccelByteModelsMPV1MatchmakingStartedPayload::ClientVersion' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMPV1MatchmakingStartedPayload, Latencies) == 0x000058, "Member 'FAccelByteModelsMPV1MatchmakingStartedPayload::Latencies' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMPV1MatchmakingStartedPayload, PartyAttributes) == 0x000068, "Member 'FAccelByteModelsMPV1MatchmakingStartedPayload::PartyAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPartyGetCodeResponse \ +static_assert(alignof(FAccelByteModelsPartyGetCodeResponse) == 0x000008, "Wrong alignment on FAccelByteModelsPartyGetCodeResponse"); \ +static_assert(sizeof(FAccelByteModelsPartyGetCodeResponse) == 0x000040, "Wrong size on FAccelByteModelsPartyGetCodeResponse"); \ +static_assert(offsetof(FAccelByteModelsPartyGetCodeResponse, PartyCode) == 0x000030, "Member 'FAccelByteModelsPartyGetCodeResponse::PartyCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCUpdateContentScreenshotResponse \ +static_assert(alignof(FAccelByteModelsUGCUpdateContentScreenshotResponse) == 0x000008, "Wrong alignment on FAccelByteModelsUGCUpdateContentScreenshotResponse"); \ +static_assert(sizeof(FAccelByteModelsUGCUpdateContentScreenshotResponse) == 0x000010, "Wrong size on FAccelByteModelsUGCUpdateContentScreenshotResponse"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateContentScreenshotResponse, Screenshots) == 0x000000, "Member 'FAccelByteModelsUGCUpdateContentScreenshotResponse::Screenshots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGetFriendshipStatusStringResponse \ +static_assert(alignof(FAccelByteModelsGetFriendshipStatusStringResponse) == 0x000008, "Wrong alignment on FAccelByteModelsGetFriendshipStatusStringResponse"); \ +static_assert(sizeof(FAccelByteModelsGetFriendshipStatusStringResponse) == 0x000050, "Wrong size on FAccelByteModelsGetFriendshipStatusStringResponse"); \ +static_assert(offsetof(FAccelByteModelsGetFriendshipStatusStringResponse, friendshipStatus) == 0x000030, "Member 'FAccelByteModelsGetFriendshipStatusStringResponse::friendshipStatus' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGetFriendshipStatusStringResponse, FriendId) == 0x000040, "Member 'FAccelByteModelsGetFriendshipStatusStringResponse::FriendId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsBulkGetItemsBySkus \ +static_assert(alignof(FAccelByteModelsBulkGetItemsBySkus) == 0x000008, "Wrong alignment on FAccelByteModelsBulkGetItemsBySkus"); \ +static_assert(sizeof(FAccelByteModelsBulkGetItemsBySkus) == 0x000020, "Wrong size on FAccelByteModelsBulkGetItemsBySkus"); \ +static_assert(offsetof(FAccelByteModelsBulkGetItemsBySkus, Sku) == 0x000000, "Member 'FAccelByteModelsBulkGetItemsBySkus::Sku' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsBulkGetItemsBySkus, ItemId) == 0x000010, "Member 'FAccelByteModelsBulkGetItemsBySkus::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatV2UserBlockedPayload \ +static_assert(alignof(FAccelByteModelsChatV2UserBlockedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsChatV2UserBlockedPayload"); \ +static_assert(sizeof(FAccelByteModelsChatV2UserBlockedPayload) == 0x000038, "Wrong size on FAccelByteModelsChatV2UserBlockedPayload"); \ +static_assert(offsetof(FAccelByteModelsChatV2UserBlockedPayload, UserId) == 0x000018, "Member 'FAccelByteModelsChatV2UserBlockedPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatV2UserBlockedPayload, BlockedUserId) == 0x000028, "Member 'FAccelByteModelsChatV2UserBlockedPayload::BlockedUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPartyDeleteCodeResponse \ +static_assert(alignof(FAccelByteModelsPartyDeleteCodeResponse) == 0x000008, "Wrong alignment on FAccelByteModelsPartyDeleteCodeResponse"); \ +static_assert(sizeof(FAccelByteModelsPartyDeleteCodeResponse) == 0x000030, "Wrong size on FAccelByteModelsPartyDeleteCodeResponse"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGameRecordGetRecordByKeyPayload \ +static_assert(alignof(FAccelByteModelsGameRecordGetRecordByKeyPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGameRecordGetRecordByKeyPayload"); \ +static_assert(sizeof(FAccelByteModelsGameRecordGetRecordByKeyPayload) == 0x000038, "Wrong size on FAccelByteModelsGameRecordGetRecordByKeyPayload"); \ +static_assert(offsetof(FAccelByteModelsGameRecordGetRecordByKeyPayload, UserId) == 0x000018, "Member 'FAccelByteModelsGameRecordGetRecordByKeyPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameRecordGetRecordByKeyPayload, Key) == 0x000028, "Member 'FAccelByteModelsGameRecordGetRecordByKeyPayload::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatQueryTopicResponse \ +static_assert(alignof(FAccelByteModelsChatQueryTopicResponse) == 0x000008, "Wrong alignment on FAccelByteModelsChatQueryTopicResponse"); \ +static_assert(sizeof(FAccelByteModelsChatQueryTopicResponse) == 0x000018, "Wrong size on FAccelByteModelsChatQueryTopicResponse"); \ +static_assert(offsetof(FAccelByteModelsChatQueryTopicResponse, Processed) == 0x000000, "Member 'FAccelByteModelsChatQueryTopicResponse::Processed' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatQueryTopicResponse, Data) == 0x000008, "Member 'FAccelByteModelsChatQueryTopicResponse::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPartyPromoteLeaderResponse \ +static_assert(alignof(FAccelByteModelsPartyPromoteLeaderResponse) == 0x000008, "Wrong alignment on FAccelByteModelsPartyPromoteLeaderResponse"); \ +static_assert(sizeof(FAccelByteModelsPartyPromoteLeaderResponse) == 0x000090, "Wrong size on FAccelByteModelsPartyPromoteLeaderResponse"); \ +static_assert(offsetof(FAccelByteModelsPartyPromoteLeaderResponse, PartyId) == 0x000030, "Member 'FAccelByteModelsPartyPromoteLeaderResponse::PartyId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyPromoteLeaderResponse, LeaderId) == 0x000040, "Member 'FAccelByteModelsPartyPromoteLeaderResponse::LeaderId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyPromoteLeaderResponse, Leader) == 0x000050, "Member 'FAccelByteModelsPartyPromoteLeaderResponse::Leader' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyPromoteLeaderResponse, Members) == 0x000060, "Member 'FAccelByteModelsPartyPromoteLeaderResponse::Members' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyPromoteLeaderResponse, Invitees) == 0x000070, "Member 'FAccelByteModelsPartyPromoteLeaderResponse::Invitees' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyPromoteLeaderResponse, invitationToken) == 0x000080, "Member 'FAccelByteModelsPartyPromoteLeaderResponse::invitationToken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPartyData \ +static_assert(alignof(FAccelByteModelsPartyData) == 0x000008, "Wrong alignment on FAccelByteModelsPartyData"); \ +static_assert(sizeof(FAccelByteModelsPartyData) == 0x000078, "Wrong size on FAccelByteModelsPartyData"); \ +static_assert(offsetof(FAccelByteModelsPartyData, Custom_Attribute) == 0x000000, "Member 'FAccelByteModelsPartyData::Custom_Attribute' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyData, Invitees) == 0x000020, "Member 'FAccelByteModelsPartyData::Invitees' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyData, Leader) == 0x000030, "Member 'FAccelByteModelsPartyData::Leader' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyData, Members) == 0x000040, "Member 'FAccelByteModelsPartyData::Members' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyData, Namespace) == 0x000050, "Member 'FAccelByteModelsPartyData::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyData, PartyId) == 0x000060, "Member 'FAccelByteModelsPartyData::PartyId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyData, UpdatedAt) == 0x000070, "Member 'FAccelByteModelsPartyData::UpdatedAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsBulkFriendsRequest \ +static_assert(alignof(FAccelByteModelsBulkFriendsRequest) == 0x000008, "Wrong alignment on FAccelByteModelsBulkFriendsRequest"); \ +static_assert(sizeof(FAccelByteModelsBulkFriendsRequest) == 0x000010, "Wrong size on FAccelByteModelsBulkFriendsRequest"); \ +static_assert(offsetof(FAccelByteModelsBulkFriendsRequest, FriendIds) == 0x000000, "Member 'FAccelByteModelsBulkFriendsRequest::FriendIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPartyDataNotif \ +static_assert(alignof(FAccelByteModelsPartyDataNotif) == 0x000008, "Wrong alignment on FAccelByteModelsPartyDataNotif"); \ +static_assert(sizeof(FAccelByteModelsPartyDataNotif) == 0x000080, "Wrong size on FAccelByteModelsPartyDataNotif"); \ +static_assert(offsetof(FAccelByteModelsPartyDataNotif, PartyId) == 0x000000, "Member 'FAccelByteModelsPartyDataNotif::PartyId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyDataNotif, Namespace) == 0x000010, "Member 'FAccelByteModelsPartyDataNotif::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyDataNotif, Leader) == 0x000020, "Member 'FAccelByteModelsPartyDataNotif::Leader' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyDataNotif, Members) == 0x000030, "Member 'FAccelByteModelsPartyDataNotif::Members' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyDataNotif, Invitees) == 0x000040, "Member 'FAccelByteModelsPartyDataNotif::Invitees' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyDataNotif, Custom_attribute) == 0x000050, "Member 'FAccelByteModelsPartyDataNotif::Custom_attribute' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyDataNotif, UpdatedAt) == 0x000070, "Member 'FAccelByteModelsPartyDataNotif::UpdatedAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatV2TopicUpdatedPayload \ +static_assert(alignof(FAccelByteModelsChatV2TopicUpdatedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsChatV2TopicUpdatedPayload"); \ +static_assert(sizeof(FAccelByteModelsChatV2TopicUpdatedPayload) == 0x000040, "Wrong size on FAccelByteModelsChatV2TopicUpdatedPayload"); \ +static_assert(offsetof(FAccelByteModelsChatV2TopicUpdatedPayload, UserId) == 0x000018, "Member 'FAccelByteModelsChatV2TopicUpdatedPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatV2TopicUpdatedPayload, Name) == 0x000028, "Member 'FAccelByteModelsChatV2TopicUpdatedPayload::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatV2TopicUpdatedPayload, IsChannel) == 0x000038, "Member 'FAccelByteModelsChatV2TopicUpdatedPayload::IsChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPartyGetInvitedNotice \ +static_assert(alignof(FAccelByteModelsPartyGetInvitedNotice) == 0x000008, "Wrong alignment on FAccelByteModelsPartyGetInvitedNotice"); \ +static_assert(sizeof(FAccelByteModelsPartyGetInvitedNotice) == 0x000030, "Wrong size on FAccelByteModelsPartyGetInvitedNotice"); \ +static_assert(offsetof(FAccelByteModelsPartyGetInvitedNotice, From) == 0x000000, "Member 'FAccelByteModelsPartyGetInvitedNotice::From' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyGetInvitedNotice, PartyId) == 0x000010, "Member 'FAccelByteModelsPartyGetInvitedNotice::PartyId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyGetInvitedNotice, InvitationToken) == 0x000020, "Member 'FAccelByteModelsPartyGetInvitedNotice::InvitationToken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2MatchmakingProposedProposal \ +static_assert(alignof(FAccelByteModelsV2MatchmakingProposedProposal) == 0x000008, "Wrong alignment on FAccelByteModelsV2MatchmakingProposedProposal"); \ +static_assert(sizeof(FAccelByteModelsV2MatchmakingProposedProposal) == 0x000030, "Wrong size on FAccelByteModelsV2MatchmakingProposedProposal"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingProposedProposal, BackfillID) == 0x000000, "Member 'FAccelByteModelsV2MatchmakingProposedProposal::BackfillID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingProposedProposal, ProposalID) == 0x000010, "Member 'FAccelByteModelsV2MatchmakingProposedProposal::ProposalID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingProposedProposal, Status) == 0x000020, "Member 'FAccelByteModelsV2MatchmakingProposedProposal::Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCUploadScreenshotsRequestV2 \ +static_assert(alignof(FAccelByteModelsUGCUploadScreenshotsRequestV2) == 0x000008, "Wrong alignment on FAccelByteModelsUGCUploadScreenshotsRequestV2"); \ +static_assert(sizeof(FAccelByteModelsUGCUploadScreenshotsRequestV2) == 0x000010, "Wrong size on FAccelByteModelsUGCUploadScreenshotsRequestV2"); \ +static_assert(offsetof(FAccelByteModelsUGCUploadScreenshotsRequestV2, Screenshots) == 0x000000, "Member 'FAccelByteModelsUGCUploadScreenshotsRequestV2::Screenshots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPartyJoinNotice \ +static_assert(alignof(FAccelByteModelsPartyJoinNotice) == 0x000008, "Wrong alignment on FAccelByteModelsPartyJoinNotice"); \ +static_assert(sizeof(FAccelByteModelsPartyJoinNotice) == 0x000010, "Wrong size on FAccelByteModelsPartyJoinNotice"); \ +static_assert(offsetof(FAccelByteModelsPartyJoinNotice, UserId) == 0x000000, "Member 'FAccelByteModelsPartyJoinNotice::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPartyRejectNotice \ +static_assert(alignof(FAccelByteModelsPartyRejectNotice) == 0x000008, "Wrong alignment on FAccelByteModelsPartyRejectNotice"); \ +static_assert(sizeof(FAccelByteModelsPartyRejectNotice) == 0x000040, "Wrong size on FAccelByteModelsPartyRejectNotice"); \ +static_assert(offsetof(FAccelByteModelsPartyRejectNotice, PartyId) == 0x000000, "Member 'FAccelByteModelsPartyRejectNotice::PartyId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyRejectNotice, LeaderId) == 0x000010, "Member 'FAccelByteModelsPartyRejectNotice::LeaderId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyRejectNotice, Leader) == 0x000020, "Member 'FAccelByteModelsPartyRejectNotice::Leader' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyRejectNotice, UserId) == 0x000030, "Member 'FAccelByteModelsPartyRejectNotice::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPagedPublicUsersInfo \ +static_assert(alignof(FPagedPublicUsersInfo) == 0x000008, "Wrong alignment on FPagedPublicUsersInfo"); \ +static_assert(sizeof(FPagedPublicUsersInfo) == 0x000050, "Wrong size on FPagedPublicUsersInfo"); \ +static_assert(offsetof(FPagedPublicUsersInfo, Data) == 0x000000, "Member 'FPagedPublicUsersInfo::Data' has a wrong offset!"); \ +static_assert(offsetof(FPagedPublicUsersInfo, Paging) == 0x000010, "Member 'FPagedPublicUsersInfo::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatDisconnectNotif \ +static_assert(alignof(FAccelByteModelsChatDisconnectNotif) == 0x000008, "Wrong alignment on FAccelByteModelsChatDisconnectNotif"); \ +static_assert(sizeof(FAccelByteModelsChatDisconnectNotif) == 0x000010, "Wrong size on FAccelByteModelsChatDisconnectNotif"); \ +static_assert(offsetof(FAccelByteModelsChatDisconnectNotif, Message) == 0x000000, "Member 'FAccelByteModelsChatDisconnectNotif::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsLeavePartyNotice \ +static_assert(alignof(FAccelByteModelsLeavePartyNotice) == 0x000008, "Wrong alignment on FAccelByteModelsLeavePartyNotice"); \ +static_assert(sizeof(FAccelByteModelsLeavePartyNotice) == 0x000040, "Wrong size on FAccelByteModelsLeavePartyNotice"); \ +static_assert(offsetof(FAccelByteModelsLeavePartyNotice, UserID) == 0x000000, "Member 'FAccelByteModelsLeavePartyNotice::UserID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLeavePartyNotice, LeaderID) == 0x000010, "Member 'FAccelByteModelsLeavePartyNotice::LeaderID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLeavePartyNotice, Leader) == 0x000020, "Member 'FAccelByteModelsLeavePartyNotice::Leader' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLeavePartyNotice, PartyId) == 0x000030, "Member 'FAccelByteModelsLeavePartyNotice::PartyId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGotKickedFromPartyNotice \ +static_assert(alignof(FAccelByteModelsGotKickedFromPartyNotice) == 0x000008, "Wrong alignment on FAccelByteModelsGotKickedFromPartyNotice"); \ +static_assert(sizeof(FAccelByteModelsGotKickedFromPartyNotice) == 0x000040, "Wrong size on FAccelByteModelsGotKickedFromPartyNotice"); \ +static_assert(offsetof(FAccelByteModelsGotKickedFromPartyNotice, LeaderId) == 0x000000, "Member 'FAccelByteModelsGotKickedFromPartyNotice::LeaderId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGotKickedFromPartyNotice, Leader) == 0x000010, "Member 'FAccelByteModelsGotKickedFromPartyNotice::Leader' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGotKickedFromPartyNotice, UserId) == 0x000020, "Member 'FAccelByteModelsGotKickedFromPartyNotice::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGotKickedFromPartyNotice, PartyId) == 0x000030, "Member 'FAccelByteModelsGotKickedFromPartyNotice::PartyId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPartyNotif \ +static_assert(alignof(FAccelByteModelsPartyNotif) == 0x000008, "Wrong alignment on FAccelByteModelsPartyNotif"); \ +static_assert(sizeof(FAccelByteModelsPartyNotif) == 0x000030, "Wrong size on FAccelByteModelsPartyNotif"); \ +static_assert(offsetof(FAccelByteModelsPartyNotif, Sender) == 0x000000, "Member 'FAccelByteModelsPartyNotif::Sender' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyNotif, Topic) == 0x000010, "Member 'FAccelByteModelsPartyNotif::Topic' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyNotif, Payload) == 0x000020, "Member 'FAccelByteModelsPartyNotif::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCPreviewMetadata \ +static_assert(alignof(FAccelByteModelsUGCPreviewMetadata) == 0x000008, "Wrong alignment on FAccelByteModelsUGCPreviewMetadata"); \ +static_assert(sizeof(FAccelByteModelsUGCPreviewMetadata) == 0x000020, "Wrong size on FAccelByteModelsUGCPreviewMetadata"); \ +static_assert(offsetof(FAccelByteModelsUGCPreviewMetadata, PreviewContentType) == 0x000000, "Member 'FAccelByteModelsUGCPreviewMetadata::PreviewContentType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCPreviewMetadata, PreviewFileExtension) == 0x000010, "Member 'FAccelByteModelsUGCPreviewMetadata::PreviewFileExtension' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCRequest \ +static_assert(alignof(FAccelByteModelsUGCRequest) == 0x000008, "Wrong alignment on FAccelByteModelsUGCRequest"); \ +static_assert(sizeof(FAccelByteModelsUGCRequest) == 0x0000B0, "Wrong size on FAccelByteModelsUGCRequest"); \ +static_assert(offsetof(FAccelByteModelsUGCRequest, ContentType) == 0x000000, "Member 'FAccelByteModelsUGCRequest::ContentType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCRequest, FileExtension) == 0x000010, "Member 'FAccelByteModelsUGCRequest::FileExtension' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCRequest, Name) == 0x000020, "Member 'FAccelByteModelsUGCRequest::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCRequest, Preview) == 0x000030, "Member 'FAccelByteModelsUGCRequest::Preview' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCRequest, Type) == 0x000040, "Member 'FAccelByteModelsUGCRequest::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCRequest, SubType) == 0x000050, "Member 'FAccelByteModelsUGCRequest::SubType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCRequest, Tags) == 0x000060, "Member 'FAccelByteModelsUGCRequest::Tags' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCRequest, CustomAttributes) == 0x000070, "Member 'FAccelByteModelsUGCRequest::CustomAttributes' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCRequest, PreviewMetadata) == 0x000090, "Member 'FAccelByteModelsUGCRequest::PreviewMetadata' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCUpdateRequest \ +static_assert(alignof(FAccelByteModelsUGCUpdateRequest) == 0x000008, "Wrong alignment on FAccelByteModelsUGCUpdateRequest"); \ +static_assert(sizeof(FAccelByteModelsUGCUpdateRequest) == 0x0000B8, "Wrong size on FAccelByteModelsUGCUpdateRequest"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateRequest, UpdateContentFile) == 0x0000B0, "Member 'FAccelByteModelsUGCUpdateRequest::UpdateContentFile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsInvitationNotice \ +static_assert(alignof(FAccelByteModelsInvitationNotice) == 0x000008, "Wrong alignment on FAccelByteModelsInvitationNotice"); \ +static_assert(sizeof(FAccelByteModelsInvitationNotice) == 0x000020, "Wrong size on FAccelByteModelsInvitationNotice"); \ +static_assert(offsetof(FAccelByteModelsInvitationNotice, InviterID) == 0x000000, "Member 'FAccelByteModelsInvitationNotice::InviterID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsInvitationNotice, InviteeID) == 0x000010, "Member 'FAccelByteModelsInvitationNotice::InviteeID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPartyMemberConnectionNotice \ +static_assert(alignof(FAccelByteModelsPartyMemberConnectionNotice) == 0x000008, "Wrong alignment on FAccelByteModelsPartyMemberConnectionNotice"); \ +static_assert(sizeof(FAccelByteModelsPartyMemberConnectionNotice) == 0x000020, "Wrong size on FAccelByteModelsPartyMemberConnectionNotice"); \ +static_assert(offsetof(FAccelByteModelsPartyMemberConnectionNotice, UserId) == 0x000000, "Member 'FAccelByteModelsPartyMemberConnectionNotice::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPartyMemberConnectionNotice, PartyId) == 0x000010, "Member 'FAccelByteModelsPartyMemberConnectionNotice::PartyId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCContentDownloaderV2 \ +static_assert(alignof(FAccelByteModelsUGCContentDownloaderV2) == 0x000008, "Wrong alignment on FAccelByteModelsUGCContentDownloaderV2"); \ +static_assert(sizeof(FAccelByteModelsUGCContentDownloaderV2) == 0x000038, "Wrong size on FAccelByteModelsUGCContentDownloaderV2"); \ +static_assert(offsetof(FAccelByteModelsUGCContentDownloaderV2, ContentId) == 0x000000, "Member 'FAccelByteModelsUGCContentDownloaderV2::ContentId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentDownloaderV2, CreatedTime) == 0x000010, "Member 'FAccelByteModelsUGCContentDownloaderV2::CreatedTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentDownloaderV2, DownloadedBy) == 0x000018, "Member 'FAccelByteModelsUGCContentDownloaderV2::DownloadedBy' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentDownloaderV2, Namespace) == 0x000028, "Member 'FAccelByteModelsUGCContentDownloaderV2::Namespace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCGetPaginatedContentDownloaderResponseV2 \ +static_assert(alignof(FAccelByteModelsUGCGetPaginatedContentDownloaderResponseV2) == 0x000008, "Wrong alignment on FAccelByteModelsUGCGetPaginatedContentDownloaderResponseV2"); \ +static_assert(sizeof(FAccelByteModelsUGCGetPaginatedContentDownloaderResponseV2) == 0x000050, "Wrong size on FAccelByteModelsUGCGetPaginatedContentDownloaderResponseV2"); \ +static_assert(offsetof(FAccelByteModelsUGCGetPaginatedContentDownloaderResponseV2, Data) == 0x000000, "Member 'FAccelByteModelsUGCGetPaginatedContentDownloaderResponseV2::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCGetPaginatedContentDownloaderResponseV2, Paging) == 0x000010, "Member 'FAccelByteModelsUGCGetPaginatedContentDownloaderResponseV2::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUnblockPlayerRequest \ +static_assert(alignof(FUnblockPlayerRequest) == 0x000008, "Wrong alignment on FUnblockPlayerRequest"); \ +static_assert(sizeof(FUnblockPlayerRequest) == 0x000010, "Wrong size on FUnblockPlayerRequest"); \ +static_assert(offsetof(FUnblockPlayerRequest, UserID) == 0x000000, "Member 'FUnblockPlayerRequest::UserID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGetOnlineUsersResponse \ +static_assert(alignof(FAccelByteModelsGetOnlineUsersResponse) == 0x000008, "Wrong alignment on FAccelByteModelsGetOnlineUsersResponse"); \ +static_assert(sizeof(FAccelByteModelsGetOnlineUsersResponse) == 0x000080, "Wrong size on FAccelByteModelsGetOnlineUsersResponse"); \ +static_assert(offsetof(FAccelByteModelsGetOnlineUsersResponse, Code) == 0x000000, "Member 'FAccelByteModelsGetOnlineUsersResponse::Code' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGetOnlineUsersResponse, type) == 0x000010, "Member 'FAccelByteModelsGetOnlineUsersResponse::type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGetOnlineUsersResponse, id) == 0x000020, "Member 'FAccelByteModelsGetOnlineUsersResponse::id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGetOnlineUsersResponse, friendsId) == 0x000030, "Member 'FAccelByteModelsGetOnlineUsersResponse::friendsId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGetOnlineUsersResponse, availability) == 0x000040, "Member 'FAccelByteModelsGetOnlineUsersResponse::availability' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGetOnlineUsersResponse, activity) == 0x000050, "Member 'FAccelByteModelsGetOnlineUsersResponse::activity' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGetOnlineUsersResponse, lastSeenAt) == 0x000060, "Member 'FAccelByteModelsGetOnlineUsersResponse::lastSeenAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGetOnlineUsersResponse, Platform) == 0x000070, "Member 'FAccelByteModelsGetOnlineUsersResponse::Platform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAcceptedPolicies \ +static_assert(alignof(FAcceptedPolicies) == 0x000008, "Wrong alignment on FAcceptedPolicies"); \ +static_assert(sizeof(FAcceptedPolicies) == 0x000038, "Wrong size on FAcceptedPolicies"); \ +static_assert(offsetof(FAcceptedPolicies, IsAccepted) == 0x000000, "Member 'FAcceptedPolicies::IsAccepted' has a wrong offset!"); \ +static_assert(offsetof(FAcceptedPolicies, LocalizedPolicyVersionId) == 0x000008, "Member 'FAcceptedPolicies::LocalizedPolicyVersionId' has a wrong offset!"); \ +static_assert(offsetof(FAcceptedPolicies, PolicyVersionId) == 0x000018, "Member 'FAcceptedPolicies::PolicyVersionId' has a wrong offset!"); \ +static_assert(offsetof(FAcceptedPolicies, PolicyId) == 0x000028, "Member 'FAcceptedPolicies::PolicyId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRegisterRequestv3 \ +static_assert(alignof(FRegisterRequestv3) == 0x000008, "Wrong alignment on FRegisterRequestv3"); \ +static_assert(sizeof(FRegisterRequestv3) == 0x000080, "Wrong size on FRegisterRequestv3"); \ +static_assert(offsetof(FRegisterRequestv3, AcceptedPolicies) == 0x000000, "Member 'FRegisterRequestv3::AcceptedPolicies' has a wrong offset!"); \ +static_assert(offsetof(FRegisterRequestv3, AuthType) == 0x000010, "Member 'FRegisterRequestv3::AuthType' has a wrong offset!"); \ +static_assert(offsetof(FRegisterRequestv3, DisplayName) == 0x000020, "Member 'FRegisterRequestv3::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FRegisterRequestv3, EmailAddress) == 0x000030, "Member 'FRegisterRequestv3::EmailAddress' has a wrong offset!"); \ +static_assert(offsetof(FRegisterRequestv3, Username) == 0x000040, "Member 'FRegisterRequestv3::Username' has a wrong offset!"); \ +static_assert(offsetof(FRegisterRequestv3, Password) == 0x000050, "Member 'FRegisterRequestv3::Password' has a wrong offset!"); \ +static_assert(offsetof(FRegisterRequestv3, Country) == 0x000060, "Member 'FRegisterRequestv3::Country' has a wrong offset!"); \ +static_assert(offsetof(FRegisterRequestv3, DateOfBirth) == 0x000070, "Member 'FRegisterRequestv3::DateOfBirth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserStatusNotif \ +static_assert(alignof(FAccelByteModelsUserStatusNotif) == 0x000008, "Wrong alignment on FAccelByteModelsUserStatusNotif"); \ +static_assert(sizeof(FAccelByteModelsUserStatusNotif) == 0x000058, "Wrong size on FAccelByteModelsUserStatusNotif"); \ +static_assert(offsetof(FAccelByteModelsUserStatusNotif, UserID) == 0x000000, "Member 'FAccelByteModelsUserStatusNotif::UserID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatusNotif, Availability) == 0x000010, "Member 'FAccelByteModelsUserStatusNotif::Availability' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatusNotif, Activity) == 0x000018, "Member 'FAccelByteModelsUserStatusNotif::Activity' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatusNotif, Namespace) == 0x000028, "Member 'FAccelByteModelsUserStatusNotif::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatusNotif, LastSeenAt) == 0x000038, "Member 'FAccelByteModelsUserStatusNotif::LastSeenAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatusNotif, Platform) == 0x000048, "Member 'FAccelByteModelsUserStatusNotif::Platform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsBulkUserStatusNotif \ +static_assert(alignof(FAccelByteModelsBulkUserStatusNotif) == 0x000008, "Wrong alignment on FAccelByteModelsBulkUserStatusNotif"); \ +static_assert(sizeof(FAccelByteModelsBulkUserStatusNotif) == 0x000038, "Wrong size on FAccelByteModelsBulkUserStatusNotif"); \ +static_assert(offsetof(FAccelByteModelsBulkUserStatusNotif, Data) == 0x000000, "Member 'FAccelByteModelsBulkUserStatusNotif::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsBulkUserStatusNotif, Online) == 0x000010, "Member 'FAccelByteModelsBulkUserStatusNotif::Online' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsBulkUserStatusNotif, Busy) == 0x000014, "Member 'FAccelByteModelsBulkUserStatusNotif::Busy' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsBulkUserStatusNotif, Invisible) == 0x000018, "Member 'FAccelByteModelsBulkUserStatusNotif::Invisible' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsBulkUserStatusNotif, Offline) == 0x00001C, "Member 'FAccelByteModelsBulkUserStatusNotif::Offline' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsBulkUserStatusNotif, Away) == 0x000020, "Member 'FAccelByteModelsBulkUserStatusNotif::Away' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsBulkUserStatusNotif, NotProcessed) == 0x000028, "Member 'FAccelByteModelsBulkUserStatusNotif::NotProcessed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPartyRejectRequest \ +static_assert(alignof(FPartyRejectRequest) == 0x000008, "Wrong alignment on FPartyRejectRequest"); \ +static_assert(sizeof(FPartyRejectRequest) == 0x000020, "Wrong size on FPartyRejectRequest"); \ +static_assert(offsetof(FPartyRejectRequest, partyID) == 0x000000, "Member 'FPartyRejectRequest::partyID' has a wrong offset!"); \ +static_assert(offsetof(FPartyRejectRequest, invitationToken) == 0x000010, "Member 'FPartyRejectRequest::invitationToken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSetOnlineUsersResponse \ +static_assert(alignof(FAccelByteModelsSetOnlineUsersResponse) == 0x000008, "Wrong alignment on FAccelByteModelsSetOnlineUsersResponse"); \ +static_assert(sizeof(FAccelByteModelsSetOnlineUsersResponse) == 0x000030, "Wrong size on FAccelByteModelsSetOnlineUsersResponse"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsQuestStartedPayload \ +static_assert(alignof(FAccelByteModelsQuestStartedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsQuestStartedPayload"); \ +static_assert(sizeof(FAccelByteModelsQuestStartedPayload) == 0x000058, "Wrong size on FAccelByteModelsQuestStartedPayload"); \ +static_assert(offsetof(FAccelByteModelsQuestStartedPayload, QuestName) == 0x000018, "Member 'FAccelByteModelsQuestStartedPayload::QuestName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsQuestStartedPayload, QuestID) == 0x000028, "Member 'FAccelByteModelsQuestStartedPayload::QuestID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsQuestStartedPayload, QuestType) == 0x000038, "Member 'FAccelByteModelsQuestStartedPayload::QuestType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsQuestStartedPayload, QuestDifficulty) == 0x000048, "Member 'FAccelByteModelsQuestStartedPayload::QuestDifficulty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPubIp \ +static_assert(alignof(FAccelByteModelsPubIp) == 0x000008, "Wrong alignment on FAccelByteModelsPubIp"); \ +static_assert(sizeof(FAccelByteModelsPubIp) == 0x000010, "Wrong size on FAccelByteModelsPubIp"); \ +static_assert(offsetof(FAccelByteModelsPubIp, Ip) == 0x000000, "Member 'FAccelByteModelsPubIp::Ip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUsersPresenceNotice \ +static_assert(alignof(FAccelByteModelsUsersPresenceNotice) == 0x000008, "Wrong alignment on FAccelByteModelsUsersPresenceNotice"); \ +static_assert(sizeof(FAccelByteModelsUsersPresenceNotice) == 0x000040, "Wrong size on FAccelByteModelsUsersPresenceNotice"); \ +static_assert(offsetof(FAccelByteModelsUsersPresenceNotice, UserID) == 0x000000, "Member 'FAccelByteModelsUsersPresenceNotice::UserID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUsersPresenceNotice, Availability) == 0x000010, "Member 'FAccelByteModelsUsersPresenceNotice::Availability' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUsersPresenceNotice, Activity) == 0x000018, "Member 'FAccelByteModelsUsersPresenceNotice::Activity' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUsersPresenceNotice, Platform) == 0x000028, "Member 'FAccelByteModelsUsersPresenceNotice::Platform' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUsersPresenceNotice, LastSeenAt) == 0x000038, "Member 'FAccelByteModelsUsersPresenceNotice::LastSeenAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSyncThirdPartyFriendsResponse \ +static_assert(alignof(FAccelByteModelsSyncThirdPartyFriendsResponse) == 0x000008, "Wrong alignment on FAccelByteModelsSyncThirdPartyFriendsResponse"); \ +static_assert(sizeof(FAccelByteModelsSyncThirdPartyFriendsResponse) == 0x000030, "Wrong size on FAccelByteModelsSyncThirdPartyFriendsResponse"); \ +static_assert(offsetof(FAccelByteModelsSyncThirdPartyFriendsResponse, Detail) == 0x000000, "Member 'FAccelByteModelsSyncThirdPartyFriendsResponse::Detail' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSyncThirdPartyFriendsResponse, PlatformId) == 0x000010, "Member 'FAccelByteModelsSyncThirdPartyFriendsResponse::PlatformId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSyncThirdPartyFriendsResponse, Status) == 0x000020, "Member 'FAccelByteModelsSyncThirdPartyFriendsResponse::Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsRewardItem \ +static_assert(alignof(FAccelByteModelsRewardItem) == 0x000008, "Wrong alignment on FAccelByteModelsRewardItem"); \ +static_assert(sizeof(FAccelByteModelsRewardItem) == 0x000020, "Wrong size on FAccelByteModelsRewardItem"); \ +static_assert(offsetof(FAccelByteModelsRewardItem, ItemId) == 0x000000, "Member 'FAccelByteModelsRewardItem::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRewardItem, Quantity) == 0x000010, "Member 'FAccelByteModelsRewardItem::Quantity' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRewardItem, Duration) == 0x000014, "Member 'FAccelByteModelsRewardItem::Duration' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRewardItem, EndDate) == 0x000018, "Member 'FAccelByteModelsRewardItem::EndDate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsRewardCondition \ +static_assert(alignof(FAccelByteModelsRewardCondition) == 0x000008, "Wrong alignment on FAccelByteModelsRewardCondition"); \ +static_assert(sizeof(FAccelByteModelsRewardCondition) == 0x000040, "Wrong size on FAccelByteModelsRewardCondition"); \ +static_assert(offsetof(FAccelByteModelsRewardCondition, ConditionName) == 0x000000, "Member 'FAccelByteModelsRewardCondition::ConditionName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRewardCondition, Condition) == 0x000010, "Member 'FAccelByteModelsRewardCondition::Condition' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRewardCondition, EventName) == 0x000020, "Member 'FAccelByteModelsRewardCondition::EventName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRewardCondition, RewardItems) == 0x000030, "Member 'FAccelByteModelsRewardCondition::RewardItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsRewardInfo \ +static_assert(alignof(FAccelByteModelsRewardInfo) == 0x000008, "Wrong alignment on FAccelByteModelsRewardInfo"); \ +static_assert(sizeof(FAccelByteModelsRewardInfo) == 0x000098, "Wrong size on FAccelByteModelsRewardInfo"); \ +static_assert(offsetof(FAccelByteModelsRewardInfo, RewardId) == 0x000000, "Member 'FAccelByteModelsRewardInfo::RewardId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRewardInfo, Namespace) == 0x000010, "Member 'FAccelByteModelsRewardInfo::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRewardInfo, RewardCode) == 0x000020, "Member 'FAccelByteModelsRewardInfo::RewardCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRewardInfo, Description) == 0x000030, "Member 'FAccelByteModelsRewardInfo::Description' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRewardInfo, EventTopic) == 0x000040, "Member 'FAccelByteModelsRewardInfo::EventTopic' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRewardInfo, RewardConditions) == 0x000050, "Member 'FAccelByteModelsRewardInfo::RewardConditions' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRewardInfo, MaxAwarded) == 0x000060, "Member 'FAccelByteModelsRewardInfo::MaxAwarded' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRewardInfo, MaxAwardedPerUser) == 0x000064, "Member 'FAccelByteModelsRewardInfo::MaxAwardedPerUser' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRewardInfo, CreatedAt) == 0x000068, "Member 'FAccelByteModelsRewardInfo::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRewardInfo, UpdatedAt) == 0x000070, "Member 'FAccelByteModelsRewardInfo::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRewardInfo, UserIdExpression) == 0x000078, "Member 'FAccelByteModelsRewardInfo::UserIdExpression' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRewardInfo, NamespaceExpression) == 0x000088, "Member 'FAccelByteModelsRewardInfo::NamespaceExpression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsItemInfoV2 \ +static_assert(alignof(FAccelByteModelsItemInfoV2) == 0x000008, "Wrong alignment on FAccelByteModelsItemInfoV2"); \ +static_assert(sizeof(FAccelByteModelsItemInfoV2) == 0x000258, "Wrong size on FAccelByteModelsItemInfoV2"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, ItemId) == 0x000000, "Member 'FAccelByteModelsItemInfoV2::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, AppId) == 0x000010, "Member 'FAccelByteModelsItemInfoV2::AppId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, AppType) == 0x000020, "Member 'FAccelByteModelsItemInfoV2::AppType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, SeasonType) == 0x000030, "Member 'FAccelByteModelsItemInfoV2::SeasonType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, BaseAppId) == 0x000038, "Member 'FAccelByteModelsItemInfoV2::BaseAppId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, Namespace) == 0x000048, "Member 'FAccelByteModelsItemInfoV2::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, Sku) == 0x000058, "Member 'FAccelByteModelsItemInfoV2::Sku' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, Name) == 0x000068, "Member 'FAccelByteModelsItemInfoV2::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, EntitlementType) == 0x000078, "Member 'FAccelByteModelsItemInfoV2::EntitlementType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, UseCount) == 0x00007C, "Member 'FAccelByteModelsItemInfoV2::UseCount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, Stackable) == 0x000080, "Member 'FAccelByteModelsItemInfoV2::Stackable' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, CategoryPath) == 0x000088, "Member 'FAccelByteModelsItemInfoV2::CategoryPath' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, Images) == 0x000098, "Member 'FAccelByteModelsItemInfoV2::Images' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, ThumbnailUrl) == 0x0000A8, "Member 'FAccelByteModelsItemInfoV2::ThumbnailUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, Localizations) == 0x0000B8, "Member 'FAccelByteModelsItemInfoV2::Localizations' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, Status) == 0x0000D8, "Member 'FAccelByteModelsItemInfoV2::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, Listable) == 0x0000D9, "Member 'FAccelByteModelsItemInfoV2::Listable' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, Purchasable) == 0x0000DA, "Member 'FAccelByteModelsItemInfoV2::Purchasable' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, bSectionExclusive) == 0x0000DB, "Member 'FAccelByteModelsItemInfoV2::bSectionExclusive' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, ItemType) == 0x0000DC, "Member 'FAccelByteModelsItemInfoV2::ItemType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, TargetNamespace) == 0x0000E0, "Member 'FAccelByteModelsItemInfoV2::TargetNamespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, TargetCurrencyCode) == 0x0000F0, "Member 'FAccelByteModelsItemInfoV2::TargetCurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, TargetItemId) == 0x000100, "Member 'FAccelByteModelsItemInfoV2::TargetItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, RegionData) == 0x000110, "Member 'FAccelByteModelsItemInfoV2::RegionData' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, Recurring) == 0x000130, "Member 'FAccelByteModelsItemInfoV2::Recurring' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, ItemIds) == 0x000140, "Member 'FAccelByteModelsItemInfoV2::ItemIds' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, ItemQty) == 0x000150, "Member 'FAccelByteModelsItemInfoV2::ItemQty' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, BoundItemIds) == 0x000170, "Member 'FAccelByteModelsItemInfoV2::BoundItemIds' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, Tags) == 0x000180, "Member 'FAccelByteModelsItemInfoV2::Tags' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, Features) == 0x000190, "Member 'FAccelByteModelsItemInfoV2::Features' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, MaxCountPerUser) == 0x0001A0, "Member 'FAccelByteModelsItemInfoV2::MaxCountPerUser' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, MaxCount) == 0x0001A4, "Member 'FAccelByteModelsItemInfoV2::MaxCount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, Clazz) == 0x0001A8, "Member 'FAccelByteModelsItemInfoV2::Clazz' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, Ext) == 0x0001B8, "Member 'FAccelByteModelsItemInfoV2::Ext' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, BoothName) == 0x0001D8, "Member 'FAccelByteModelsItemInfoV2::BoothName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, DisplayOrder) == 0x0001E8, "Member 'FAccelByteModelsItemInfoV2::DisplayOrder' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, CreatedAt) == 0x0001F0, "Member 'FAccelByteModelsItemInfoV2::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, UpdatedAt) == 0x0001F8, "Member 'FAccelByteModelsItemInfoV2::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, PurchaseCondition) == 0x000200, "Member 'FAccelByteModelsItemInfoV2::PurchaseCondition' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, OptionBoxConfig) == 0x000210, "Member 'FAccelByteModelsItemInfoV2::OptionBoxConfig' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, LootBoxConfig) == 0x000220, "Member 'FAccelByteModelsItemInfoV2::LootBoxConfig' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, bSellable) == 0x000238, "Member 'FAccelByteModelsItemInfoV2::bSellable' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, Sellable) == 0x000239, "Member 'FAccelByteModelsItemInfoV2::Sellable' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemInfoV2, SaleConfig) == 0x000240, "Member 'FAccelByteModelsItemInfoV2::SaleConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsQueryRewardPaging \ +static_assert(alignof(FAccelByteModelsQueryRewardPaging) == 0x000008, "Wrong alignment on FAccelByteModelsQueryRewardPaging"); \ +static_assert(sizeof(FAccelByteModelsQueryRewardPaging) == 0x000020, "Wrong size on FAccelByteModelsQueryRewardPaging"); \ +static_assert(offsetof(FAccelByteModelsQueryRewardPaging, Previous) == 0x000000, "Member 'FAccelByteModelsQueryRewardPaging::Previous' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsQueryRewardPaging, Next) == 0x000010, "Member 'FAccelByteModelsQueryRewardPaging::Next' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsQueryReward \ +static_assert(alignof(FAccelByteModelsQueryReward) == 0x000008, "Wrong alignment on FAccelByteModelsQueryReward"); \ +static_assert(sizeof(FAccelByteModelsQueryReward) == 0x000030, "Wrong size on FAccelByteModelsQueryReward"); \ +static_assert(offsetof(FAccelByteModelsQueryReward, Data) == 0x000000, "Member 'FAccelByteModelsQueryReward::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsQueryReward, Paging) == 0x000010, "Member 'FAccelByteModelsQueryReward::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCUploadContentURLResponseV2 \ +static_assert(alignof(FAccelByteModelsUGCUploadContentURLResponseV2) == 0x000008, "Wrong alignment on FAccelByteModelsUGCUploadContentURLResponseV2"); \ +static_assert(sizeof(FAccelByteModelsUGCUploadContentURLResponseV2) == 0x000040, "Wrong size on FAccelByteModelsUGCUploadContentURLResponseV2"); \ +static_assert(offsetof(FAccelByteModelsUGCUploadContentURLResponseV2, ContentType) == 0x000000, "Member 'FAccelByteModelsUGCUploadContentURLResponseV2::ContentType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUploadContentURLResponseV2, FileExtension) == 0x000010, "Member 'FAccelByteModelsUGCUploadContentURLResponseV2::FileExtension' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUploadContentURLResponseV2, Url) == 0x000020, "Member 'FAccelByteModelsUGCUploadContentURLResponseV2::Url' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUploadContentURLResponseV2, FileLocation) == 0x000030, "Member 'FAccelByteModelsUGCUploadContentURLResponseV2::FileLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatV2TopicQuitPayload \ +static_assert(alignof(FAccelByteModelsChatV2TopicQuitPayload) == 0x000008, "Wrong alignment on FAccelByteModelsChatV2TopicQuitPayload"); \ +static_assert(sizeof(FAccelByteModelsChatV2TopicQuitPayload) == 0x000038, "Wrong size on FAccelByteModelsChatV2TopicQuitPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSeasonPassTier \ +static_assert(alignof(FAccelByteModelsSeasonPassTier) == 0x000008, "Wrong alignment on FAccelByteModelsSeasonPassTier"); \ +static_assert(sizeof(FAccelByteModelsSeasonPassTier) == 0x000068, "Wrong size on FAccelByteModelsSeasonPassTier"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassTier, Id) == 0x000000, "Member 'FAccelByteModelsSeasonPassTier::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassTier, RequiredExp) == 0x000010, "Member 'FAccelByteModelsSeasonPassTier::RequiredExp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSeasonPass \ +static_assert(alignof(FAccelByteModelsSeasonPass) == 0x000008, "Wrong alignment on FAccelByteModelsSeasonPass"); \ +static_assert(sizeof(FAccelByteModelsSeasonPass) == 0x0000A8, "Wrong size on FAccelByteModelsSeasonPass"); \ +static_assert(offsetof(FAccelByteModelsSeasonPass, Title) == 0x000000, "Member 'FAccelByteModelsSeasonPass::Title' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPass, Description) == 0x000010, "Member 'FAccelByteModelsSeasonPass::Description' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPass, SeasonId) == 0x000020, "Member 'FAccelByteModelsSeasonPass::SeasonId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPass, Code) == 0x000030, "Member 'FAccelByteModelsSeasonPass::Code' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPass, Namespace) == 0x000040, "Member 'FAccelByteModelsSeasonPass::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPass, DisplayOrder) == 0x000050, "Member 'FAccelByteModelsSeasonPass::DisplayOrder' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPass, AutoEnroll) == 0x000060, "Member 'FAccelByteModelsSeasonPass::AutoEnroll' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPass, PassItemId) == 0x000068, "Member 'FAccelByteModelsSeasonPass::PassItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPass, Images) == 0x000078, "Member 'FAccelByteModelsSeasonPass::Images' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPass, Language) == 0x000088, "Member 'FAccelByteModelsSeasonPass::Language' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPass, CreatedAt) == 0x000098, "Member 'FAccelByteModelsSeasonPass::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPass, UpdatedAt) == 0x0000A0, "Member 'FAccelByteModelsSeasonPass::UpdatedAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSeasonPassRewardCurrency \ +static_assert(alignof(FAccelByteModelsSeasonPassRewardCurrency) == 0x000008, "Wrong alignment on FAccelByteModelsSeasonPassRewardCurrency"); \ +static_assert(sizeof(FAccelByteModelsSeasonPassRewardCurrency) == 0x000020, "Wrong size on FAccelByteModelsSeasonPassRewardCurrency"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassRewardCurrency, Namespace) == 0x000000, "Member 'FAccelByteModelsSeasonPassRewardCurrency::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassRewardCurrency, CurrencyCode) == 0x000010, "Member 'FAccelByteModelsSeasonPassRewardCurrency::CurrencyCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSeasonPassReward \ +static_assert(alignof(FAccelByteModelsSeasonPassReward) == 0x000008, "Wrong alignment on FAccelByteModelsSeasonPassReward"); \ +static_assert(sizeof(FAccelByteModelsSeasonPassReward) == 0x0000C8, "Wrong size on FAccelByteModelsSeasonPassReward"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassReward, Namespace) == 0x000000, "Member 'FAccelByteModelsSeasonPassReward::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassReward, SeasonId) == 0x000010, "Member 'FAccelByteModelsSeasonPassReward::SeasonId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassReward, Code) == 0x000020, "Member 'FAccelByteModelsSeasonPassReward::Code' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassReward, Type) == 0x000030, "Member 'FAccelByteModelsSeasonPassReward::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassReward, ItemId) == 0x000038, "Member 'FAccelByteModelsSeasonPassReward::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassReward, ItemName) == 0x000048, "Member 'FAccelByteModelsSeasonPassReward::ItemName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassReward, ItemSku) == 0x000058, "Member 'FAccelByteModelsSeasonPassReward::ItemSku' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassReward, Currency) == 0x000068, "Member 'FAccelByteModelsSeasonPassReward::Currency' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassReward, Quantity) == 0x000078, "Member 'FAccelByteModelsSeasonPassReward::Quantity' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassReward, Image) == 0x000080, "Member 'FAccelByteModelsSeasonPassReward::Image' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSeasonInfo \ +static_assert(alignof(FAccelByteModelsSeasonInfo) == 0x000008, "Wrong alignment on FAccelByteModelsSeasonInfo"); \ +static_assert(sizeof(FAccelByteModelsSeasonInfo) == 0x000138, "Wrong size on FAccelByteModelsSeasonInfo"); \ +static_assert(offsetof(FAccelByteModelsSeasonInfo, Title) == 0x000000, "Member 'FAccelByteModelsSeasonInfo::Title' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonInfo, Description) == 0x000010, "Member 'FAccelByteModelsSeasonInfo::Description' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonInfo, Id) == 0x000020, "Member 'FAccelByteModelsSeasonInfo::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonInfo, Namespace) == 0x000030, "Member 'FAccelByteModelsSeasonInfo::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonInfo, Name) == 0x000040, "Member 'FAccelByteModelsSeasonInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonInfo, Start) == 0x000050, "Member 'FAccelByteModelsSeasonInfo::Start' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonInfo, End) == 0x000058, "Member 'FAccelByteModelsSeasonInfo::End' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonInfo, TierItemId) == 0x000060, "Member 'FAccelByteModelsSeasonInfo::TierItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonInfo, AutoClaim) == 0x000070, "Member 'FAccelByteModelsSeasonInfo::AutoClaim' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonInfo, Images) == 0x000078, "Member 'FAccelByteModelsSeasonInfo::Images' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonInfo, PassCodes) == 0x000088, "Member 'FAccelByteModelsSeasonInfo::PassCodes' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonInfo, Status) == 0x000098, "Member 'FAccelByteModelsSeasonInfo::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonInfo, PublishedAt) == 0x0000A0, "Member 'FAccelByteModelsSeasonInfo::PublishedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonInfo, Language) == 0x0000A8, "Member 'FAccelByteModelsSeasonInfo::Language' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonInfo, CreatedAt) == 0x0000B8, "Member 'FAccelByteModelsSeasonInfo::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonInfo, UpdatedAt) == 0x0000C0, "Member 'FAccelByteModelsSeasonInfo::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonInfo, Passes) == 0x0000C8, "Member 'FAccelByteModelsSeasonInfo::Passes' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonInfo, Rewards) == 0x0000D8, "Member 'FAccelByteModelsSeasonInfo::Rewards' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonInfo, Tiers) == 0x000128, "Member 'FAccelByteModelsSeasonInfo::Tiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSessionBrowserRecentPlayerData \ +static_assert(alignof(FAccelByteModelsSessionBrowserRecentPlayerData) == 0x000008, "Wrong alignment on FAccelByteModelsSessionBrowserRecentPlayerData"); \ +static_assert(sizeof(FAccelByteModelsSessionBrowserRecentPlayerData) == 0x000020, "Wrong size on FAccelByteModelsSessionBrowserRecentPlayerData"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserRecentPlayerData, Other_id) == 0x000000, "Member 'FAccelByteModelsSessionBrowserRecentPlayerData::Other_id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserRecentPlayerData, Other_display_name) == 0x000010, "Member 'FAccelByteModelsSessionBrowserRecentPlayerData::Other_display_name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGDPRAccountDeletionStatusResponse \ +static_assert(alignof(FAccelByteModelsGDPRAccountDeletionStatusResponse) == 0x000008, "Wrong alignment on FAccelByteModelsGDPRAccountDeletionStatusResponse"); \ +static_assert(sizeof(FAccelByteModelsGDPRAccountDeletionStatusResponse) == 0x000050, "Wrong size on FAccelByteModelsGDPRAccountDeletionStatusResponse"); \ +static_assert(offsetof(FAccelByteModelsGDPRAccountDeletionStatusResponse, DeletionDate) == 0x000000, "Member 'FAccelByteModelsGDPRAccountDeletionStatusResponse::DeletionDate' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGDPRAccountDeletionStatusResponse, DeletionStatus) == 0x000010, "Member 'FAccelByteModelsGDPRAccountDeletionStatusResponse::DeletionStatus' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGDPRAccountDeletionStatusResponse, DisplayName) == 0x000018, "Member 'FAccelByteModelsGDPRAccountDeletionStatusResponse::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGDPRAccountDeletionStatusResponse, ExecutionDate) == 0x000028, "Member 'FAccelByteModelsGDPRAccountDeletionStatusResponse::ExecutionDate' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGDPRAccountDeletionStatusResponse, Status) == 0x000030, "Member 'FAccelByteModelsGDPRAccountDeletionStatusResponse::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGDPRAccountDeletionStatusResponse, UserID) == 0x000040, "Member 'FAccelByteModelsGDPRAccountDeletionStatusResponse::UserID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserSeasonInfo \ +static_assert(alignof(FAccelByteModelsUserSeasonInfo) == 0x000008, "Wrong alignment on FAccelByteModelsUserSeasonInfo"); \ +static_assert(sizeof(FAccelByteModelsUserSeasonInfo) == 0x000180, "Wrong size on FAccelByteModelsUserSeasonInfo"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfo, Id) == 0x000000, "Member 'FAccelByteModelsUserSeasonInfo::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfo, Namespace) == 0x000010, "Member 'FAccelByteModelsUserSeasonInfo::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfo, UserId) == 0x000020, "Member 'FAccelByteModelsUserSeasonInfo::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfo, SeasonId) == 0x000030, "Member 'FAccelByteModelsUserSeasonInfo::SeasonId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfo, EnrolledAt) == 0x000040, "Member 'FAccelByteModelsUserSeasonInfo::EnrolledAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfo, EnrolledPasses) == 0x000048, "Member 'FAccelByteModelsUserSeasonInfo::EnrolledPasses' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfo, CurrentTierIndex) == 0x000058, "Member 'FAccelByteModelsUserSeasonInfo::CurrentTierIndex' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfo, LastTierIndex) == 0x00005C, "Member 'FAccelByteModelsUserSeasonInfo::LastTierIndex' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfo, RequiredExp) == 0x000060, "Member 'FAccelByteModelsUserSeasonInfo::RequiredExp' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfo, CurrentExp) == 0x000064, "Member 'FAccelByteModelsUserSeasonInfo::CurrentExp' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfo, Cleared) == 0x000068, "Member 'FAccelByteModelsUserSeasonInfo::Cleared' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfo, Season) == 0x000070, "Member 'FAccelByteModelsUserSeasonInfo::Season' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfo, CreatedAt) == 0x000160, "Member 'FAccelByteModelsUserSeasonInfo::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfo, UpdatedAt) == 0x000168, "Member 'FAccelByteModelsUserSeasonInfo::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfo, TotalPaidForExp) == 0x000170, "Member 'FAccelByteModelsUserSeasonInfo::TotalPaidForExp' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfo, TotalSweatExp) == 0x000174, "Member 'FAccelByteModelsUserSeasonInfo::TotalSweatExp' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfo, TotalExp) == 0x000178, "Member 'FAccelByteModelsUserSeasonInfo::TotalExp' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfo, AccumulatedXpBoost) == 0x00017C, "Member 'FAccelByteModelsUserSeasonInfo::AccumulatedXpBoost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCModifyUGCResponseV2 \ +static_assert(alignof(FAccelByteModelsUGCModifyUGCResponseV2) == 0x000008, "Wrong alignment on FAccelByteModelsUGCModifyUGCResponseV2"); \ +static_assert(sizeof(FAccelByteModelsUGCModifyUGCResponseV2) == 0x000108, "Wrong size on FAccelByteModelsUGCModifyUGCResponseV2"); \ +static_assert(offsetof(FAccelByteModelsUGCModifyUGCResponseV2, ChannelId) == 0x000000, "Member 'FAccelByteModelsUGCModifyUGCResponseV2::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCModifyUGCResponseV2, ContentType) == 0x000010, "Member 'FAccelByteModelsUGCModifyUGCResponseV2::ContentType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCModifyUGCResponseV2, CreatedTime) == 0x000020, "Member 'FAccelByteModelsUGCModifyUGCResponseV2::CreatedTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCModifyUGCResponseV2, FileExtension) == 0x000028, "Member 'FAccelByteModelsUGCModifyUGCResponseV2::FileExtension' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCModifyUGCResponseV2, Id) == 0x000038, "Member 'FAccelByteModelsUGCModifyUGCResponseV2::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCModifyUGCResponseV2, IsHidden) == 0x000048, "Member 'FAccelByteModelsUGCModifyUGCResponseV2::IsHidden' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCModifyUGCResponseV2, IsOfficial) == 0x000049, "Member 'FAccelByteModelsUGCModifyUGCResponseV2::IsOfficial' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCModifyUGCResponseV2, Name) == 0x000050, "Member 'FAccelByteModelsUGCModifyUGCResponseV2::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCModifyUGCResponseV2, Namespace) == 0x000060, "Member 'FAccelByteModelsUGCModifyUGCResponseV2::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCModifyUGCResponseV2, ParentNamespace) == 0x000070, "Member 'FAccelByteModelsUGCModifyUGCResponseV2::ParentNamespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCModifyUGCResponseV2, PayloadUrl) == 0x000080, "Member 'FAccelByteModelsUGCModifyUGCResponseV2::PayloadUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCModifyUGCResponseV2, ShareCode) == 0x000090, "Member 'FAccelByteModelsUGCModifyUGCResponseV2::ShareCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCModifyUGCResponseV2, Type) == 0x0000A0, "Member 'FAccelByteModelsUGCModifyUGCResponseV2::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCModifyUGCResponseV2, SubType) == 0x0000B0, "Member 'FAccelByteModelsUGCModifyUGCResponseV2::SubType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCModifyUGCResponseV2, Tags) == 0x0000C0, "Member 'FAccelByteModelsUGCModifyUGCResponseV2::Tags' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCModifyUGCResponseV2, UpdatedTime) == 0x0000D0, "Member 'FAccelByteModelsUGCModifyUGCResponseV2::UpdatedTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCModifyUGCResponseV2, UserId) == 0x0000D8, "Member 'FAccelByteModelsUGCModifyUGCResponseV2::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCModifyUGCResponseV2, CustomAttributes) == 0x0000E8, "Member 'FAccelByteModelsUGCModifyUGCResponseV2::CustomAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsServerSessionResponse \ +static_assert(alignof(FAccelByteModelsServerSessionResponse) == 0x000008, "Wrong alignment on FAccelByteModelsServerSessionResponse"); \ +static_assert(sizeof(FAccelByteModelsServerSessionResponse) == 0x000010, "Wrong size on FAccelByteModelsServerSessionResponse"); \ +static_assert(offsetof(FAccelByteModelsServerSessionResponse, Session_id) == 0x000000, "Member 'FAccelByteModelsServerSessionResponse::Session_id' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMPV2GameSessionCreatedPayload \ +static_assert(alignof(FAccelByteModelsMPV2GameSessionCreatedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsMPV2GameSessionCreatedPayload"); \ +static_assert(sizeof(FAccelByteModelsMPV2GameSessionCreatedPayload) == 0x000038, "Wrong size on FAccelByteModelsMPV2GameSessionCreatedPayload"); \ +static_assert(offsetof(FAccelByteModelsMPV2GameSessionCreatedPayload, UserId) == 0x000018, "Member 'FAccelByteModelsMPV2GameSessionCreatedPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMPV2GameSessionCreatedPayload, GameSessionId) == 0x000028, "Member 'FAccelByteModelsMPV2GameSessionCreatedPayload::GameSessionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMPV2GameSessionInvitedPayload \ +static_assert(alignof(FAccelByteModelsMPV2GameSessionInvitedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsMPV2GameSessionInvitedPayload"); \ +static_assert(sizeof(FAccelByteModelsMPV2GameSessionInvitedPayload) == 0x000038, "Wrong size on FAccelByteModelsMPV2GameSessionInvitedPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserBannedNotification \ +static_assert(alignof(FAccelByteModelsUserBannedNotification) == 0x000008, "Wrong alignment on FAccelByteModelsUserBannedNotification"); \ +static_assert(sizeof(FAccelByteModelsUserBannedNotification) == 0x000040, "Wrong size on FAccelByteModelsUserBannedNotification"); \ +static_assert(offsetof(FAccelByteModelsUserBannedNotification, UserId) == 0x000000, "Member 'FAccelByteModelsUserBannedNotification::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserBannedNotification, Namespace) == 0x000010, "Member 'FAccelByteModelsUserBannedNotification::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserBannedNotification, Ban) == 0x000020, "Member 'FAccelByteModelsUserBannedNotification::Ban' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserBannedNotification, EndDate) == 0x000028, "Member 'FAccelByteModelsUserBannedNotification::EndDate' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserBannedNotification, Reason) == 0x000038, "Member 'FAccelByteModelsUserBannedNotification::Reason' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserBannedNotification, Enable) == 0x000039, "Member 'FAccelByteModelsUserBannedNotification::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsDataPartyResponse \ +static_assert(alignof(FAccelByteModelsDataPartyResponse) == 0x000008, "Wrong alignment on FAccelByteModelsDataPartyResponse"); \ +static_assert(sizeof(FAccelByteModelsDataPartyResponse) == 0x0000E0, "Wrong size on FAccelByteModelsDataPartyResponse"); \ +static_assert(offsetof(FAccelByteModelsDataPartyResponse, custom_attribute) == 0x000030, "Member 'FAccelByteModelsDataPartyResponse::custom_attribute' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDataPartyResponse, updatedAt) == 0x000080, "Member 'FAccelByteModelsDataPartyResponse::updatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDataPartyResponse, partyId) == 0x000090, "Member 'FAccelByteModelsDataPartyResponse::partyId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDataPartyResponse, leader) == 0x0000A0, "Member 'FAccelByteModelsDataPartyResponse::leader' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDataPartyResponse, members) == 0x0000B0, "Member 'FAccelByteModelsDataPartyResponse::members' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDataPartyResponse, invitees) == 0x0000C0, "Member 'FAccelByteModelsDataPartyResponse::invitees' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDataPartyResponse, invitationToken) == 0x0000D0, "Member 'FAccelByteModelsDataPartyResponse::invitationToken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGetSessionAttributeResponse \ +static_assert(alignof(FAccelByteModelsGetSessionAttributeResponse) == 0x000008, "Wrong alignment on FAccelByteModelsGetSessionAttributeResponse"); \ +static_assert(sizeof(FAccelByteModelsGetSessionAttributeResponse) == 0x000050, "Wrong size on FAccelByteModelsGetSessionAttributeResponse"); \ +static_assert(offsetof(FAccelByteModelsGetSessionAttributeResponse, Key) == 0x000030, "Member 'FAccelByteModelsGetSessionAttributeResponse::Key' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGetSessionAttributeResponse, Value) == 0x000040, "Member 'FAccelByteModelsGetSessionAttributeResponse::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatUpdateTopicNotif \ +static_assert(alignof(FAccelByteModelsChatUpdateTopicNotif) == 0x000008, "Wrong alignment on FAccelByteModelsChatUpdateTopicNotif"); \ +static_assert(sizeof(FAccelByteModelsChatUpdateTopicNotif) == 0x000038, "Wrong size on FAccelByteModelsChatUpdateTopicNotif"); \ +static_assert(offsetof(FAccelByteModelsChatUpdateTopicNotif, Name) == 0x000000, "Member 'FAccelByteModelsChatUpdateTopicNotif::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatUpdateTopicNotif, TopicId) == 0x000010, "Member 'FAccelByteModelsChatUpdateTopicNotif::TopicId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatUpdateTopicNotif, SenderId) == 0x000020, "Member 'FAccelByteModelsChatUpdateTopicNotif::SenderId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatUpdateTopicNotif, IsChannel) == 0x000030, "Member 'FAccelByteModelsChatUpdateTopicNotif::IsChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserSeasonData \ +static_assert(alignof(FAccelByteModelsUserSeasonData) == 0x000008, "Wrong alignment on FAccelByteModelsUserSeasonData"); \ +static_assert(sizeof(FAccelByteModelsUserSeasonData) == 0x000068, "Wrong size on FAccelByteModelsUserSeasonData"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonData, Id) == 0x000000, "Member 'FAccelByteModelsUserSeasonData::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonData, Namespace) == 0x000010, "Member 'FAccelByteModelsUserSeasonData::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonData, SeasonId) == 0x000020, "Member 'FAccelByteModelsUserSeasonData::SeasonId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonData, UserId) == 0x000030, "Member 'FAccelByteModelsUserSeasonData::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonData, GrantExp) == 0x000040, "Member 'FAccelByteModelsUserSeasonData::GrantExp' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonData, Tags) == 0x000048, "Member 'FAccelByteModelsUserSeasonData::Tags' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonData, CreatedAt) == 0x000058, "Member 'FAccelByteModelsUserSeasonData::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonData, Source) == 0x000060, "Member 'FAccelByteModelsUserSeasonData::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMatchmakingResult \ +static_assert(alignof(FAccelByteModelsMatchmakingResult) == 0x000008, "Wrong alignment on FAccelByteModelsMatchmakingResult"); \ +static_assert(sizeof(FAccelByteModelsMatchmakingResult) == 0x0000C8, "Wrong size on FAccelByteModelsMatchmakingResult"); \ +static_assert(offsetof(FAccelByteModelsMatchmakingResult, Channel) == 0x000000, "Member 'FAccelByteModelsMatchmakingResult::Channel' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMatchmakingResult, Client_version) == 0x000010, "Member 'FAccelByteModelsMatchmakingResult::Client_version' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMatchmakingResult, Game_mode) == 0x000020, "Member 'FAccelByteModelsMatchmakingResult::Game_mode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMatchmakingResult, Joinable) == 0x000030, "Member 'FAccelByteModelsMatchmakingResult::Joinable' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMatchmakingResult, Match_id) == 0x000038, "Member 'FAccelByteModelsMatchmakingResult::Match_id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMatchmakingResult, Matching_allies) == 0x000048, "Member 'FAccelByteModelsMatchmakingResult::Matching_allies' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMatchmakingResult, Namespace) == 0x000058, "Member 'FAccelByteModelsMatchmakingResult::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMatchmakingResult, Party_attributes) == 0x000068, "Member 'FAccelByteModelsMatchmakingResult::Party_attributes' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMatchmakingResult, Party_id) == 0x000088, "Member 'FAccelByteModelsMatchmakingResult::Party_id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMatchmakingResult, Queued_at) == 0x000098, "Member 'FAccelByteModelsMatchmakingResult::Queued_at' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMatchmakingResult, Region) == 0x0000A0, "Member 'FAccelByteModelsMatchmakingResult::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMatchmakingResult, Server_name) == 0x0000B0, "Member 'FAccelByteModelsMatchmakingResult::Server_name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMatchmakingResult, Status) == 0x0000C0, "Member 'FAccelByteModelsMatchmakingResult::Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FJwkSet \ +static_assert(alignof(FJwkSet) == 0x000008, "Wrong alignment on FJwkSet"); \ +static_assert(sizeof(FJwkSet) == 0x000010, "Wrong size on FJwkSet"); \ +static_assert(offsetof(FJwkSet, keys) == 0x000000, "Member 'FJwkSet::keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSessionBrowserGameSetting \ +static_assert(alignof(FAccelByteModelsSessionBrowserGameSetting) == 0x000008, "Wrong alignment on FAccelByteModelsSessionBrowserGameSetting"); \ +static_assert(sizeof(FAccelByteModelsSessionBrowserGameSetting) == 0x000068, "Wrong size on FAccelByteModelsSessionBrowserGameSetting"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserGameSetting, Mode) == 0x000000, "Member 'FAccelByteModelsSessionBrowserGameSetting::Mode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserGameSetting, Map_name) == 0x000010, "Member 'FAccelByteModelsSessionBrowserGameSetting::Map_name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserGameSetting, Num_bot) == 0x000020, "Member 'FAccelByteModelsSessionBrowserGameSetting::Num_bot' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserGameSetting, Max_player) == 0x000024, "Member 'FAccelByteModelsSessionBrowserGameSetting::Max_player' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserGameSetting, Current_player) == 0x000028, "Member 'FAccelByteModelsSessionBrowserGameSetting::Current_player' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserGameSetting, Max_internal_player) == 0x00002C, "Member 'FAccelByteModelsSessionBrowserGameSetting::Max_internal_player' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserGameSetting, Current_internal_player) == 0x000030, "Member 'FAccelByteModelsSessionBrowserGameSetting::Current_internal_player' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserGameSetting, Allow_join_in_progress) == 0x000034, "Member 'FAccelByteModelsSessionBrowserGameSetting::Allow_join_in_progress' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserGameSetting, Password) == 0x000038, "Member 'FAccelByteModelsSessionBrowserGameSetting::Password' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserGameSetting, Settings) == 0x000048, "Member 'FAccelByteModelsSessionBrowserGameSetting::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSessionBrowserServer \ +static_assert(alignof(FAccelByteModelsSessionBrowserServer) == 0x000008, "Wrong alignment on FAccelByteModelsSessionBrowserServer"); \ +static_assert(sizeof(FAccelByteModelsSessionBrowserServer) == 0x000068, "Wrong size on FAccelByteModelsSessionBrowserServer"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserServer, Ip) == 0x000000, "Member 'FAccelByteModelsSessionBrowserServer::Ip' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserServer, Port) == 0x000010, "Member 'FAccelByteModelsSessionBrowserServer::Port' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserServer, Region) == 0x000018, "Member 'FAccelByteModelsSessionBrowserServer::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserServer, Status) == 0x000028, "Member 'FAccelByteModelsSessionBrowserServer::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserServer, Pod_name) == 0x000038, "Member 'FAccelByteModelsSessionBrowserServer::Pod_name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserServer, Deployment) == 0x000048, "Member 'FAccelByteModelsSessionBrowserServer::Deployment' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserServer, Game_version) == 0x000058, "Member 'FAccelByteModelsSessionBrowserServer::Game_version' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSessionBrowserData \ +static_assert(alignof(FAccelByteModelsSessionBrowserData) == 0x000008, "Wrong alignment on FAccelByteModelsSessionBrowserData"); \ +static_assert(sizeof(FAccelByteModelsSessionBrowserData) == 0x000230, "Wrong size on FAccelByteModelsSessionBrowserData"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserData, Session_id) == 0x000000, "Member 'FAccelByteModelsSessionBrowserData::Session_id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserData, Namespace) == 0x000010, "Member 'FAccelByteModelsSessionBrowserData::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserData, User_id) == 0x000020, "Member 'FAccelByteModelsSessionBrowserData::User_id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserData, Username) == 0x000030, "Member 'FAccelByteModelsSessionBrowserData::Username' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserData, Session_type) == 0x000040, "Member 'FAccelByteModelsSessionBrowserData::Session_type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserData, Game_version) == 0x000050, "Member 'FAccelByteModelsSessionBrowserData::Game_version' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserData, Joinable) == 0x000060, "Member 'FAccelByteModelsSessionBrowserData::Joinable' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserData, Game_session_setting) == 0x000068, "Member 'FAccelByteModelsSessionBrowserData::Game_session_setting' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserData, Server) == 0x0000D0, "Member 'FAccelByteModelsSessionBrowserData::Server' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserData, All_players) == 0x000138, "Member 'FAccelByteModelsSessionBrowserData::All_players' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserData, Players) == 0x000148, "Member 'FAccelByteModelsSessionBrowserData::Players' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserData, Spectators) == 0x000158, "Member 'FAccelByteModelsSessionBrowserData::Spectators' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserData, Match) == 0x000168, "Member 'FAccelByteModelsSessionBrowserData::Match' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsResourceSourcedPayload \ +static_assert(alignof(FAccelByteModelsResourceSourcedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsResourceSourcedPayload"); \ +static_assert(sizeof(FAccelByteModelsResourceSourcedPayload) == 0x000098, "Wrong size on FAccelByteModelsResourceSourcedPayload"); \ +static_assert(offsetof(FAccelByteModelsResourceSourcedPayload, ResourceName) == 0x000018, "Member 'FAccelByteModelsResourceSourcedPayload::ResourceName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceSourcedPayload, ResourceID) == 0x000028, "Member 'FAccelByteModelsResourceSourcedPayload::ResourceID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceSourcedPayload, ResourceCategory) == 0x000038, "Member 'FAccelByteModelsResourceSourcedPayload::ResourceCategory' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceSourcedPayload, ResourceRating) == 0x000048, "Member 'FAccelByteModelsResourceSourcedPayload::ResourceRating' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceSourcedPayload, ResourceSource) == 0x000058, "Member 'FAccelByteModelsResourceSourcedPayload::ResourceSource' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceSourcedPayload, ResourceLevelRequirement) == 0x000068, "Member 'FAccelByteModelsResourceSourcedPayload::ResourceLevelRequirement' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceSourcedPayload, ResourceRarity) == 0x000078, "Member 'FAccelByteModelsResourceSourcedPayload::ResourceRarity' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceSourcedPayload, SourcedAmount) == 0x000088, "Member 'FAccelByteModelsResourceSourcedPayload::SourcedAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserProfileUploadURLResult \ +static_assert(alignof(FAccelByteModelsUserProfileUploadURLResult) == 0x000008, "Wrong alignment on FAccelByteModelsUserProfileUploadURLResult"); \ +static_assert(sizeof(FAccelByteModelsUserProfileUploadURLResult) == 0x000040, "Wrong size on FAccelByteModelsUserProfileUploadURLResult"); \ +static_assert(offsetof(FAccelByteModelsUserProfileUploadURLResult, Url) == 0x000000, "Member 'FAccelByteModelsUserProfileUploadURLResult::Url' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileUploadURLResult, AccessUrl) == 0x000010, "Member 'FAccelByteModelsUserProfileUploadURLResult::AccessUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileUploadURLResult, Method) == 0x000020, "Member 'FAccelByteModelsUserProfileUploadURLResult::Method' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileUploadURLResult, ContentType) == 0x000030, "Member 'FAccelByteModelsUserProfileUploadURLResult::ContentType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsDSClaimedPayload \ +static_assert(alignof(FAccelByteModelsDSClaimedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsDSClaimedPayload"); \ +static_assert(sizeof(FAccelByteModelsDSClaimedPayload) == 0x000038, "Wrong size on FAccelByteModelsDSClaimedPayload"); \ +static_assert(offsetof(FAccelByteModelsDSClaimedPayload, GameSessionId) == 0x000028, "Member 'FAccelByteModelsDSClaimedPayload::GameSessionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMPV1MatchmakingReadyConsentPayload \ +static_assert(alignof(FAccelByteModelsMPV1MatchmakingReadyConsentPayload) == 0x000008, "Wrong alignment on FAccelByteModelsMPV1MatchmakingReadyConsentPayload"); \ +static_assert(sizeof(FAccelByteModelsMPV1MatchmakingReadyConsentPayload) == 0x000038, "Wrong size on FAccelByteModelsMPV1MatchmakingReadyConsentPayload"); \ +static_assert(offsetof(FAccelByteModelsMPV1MatchmakingReadyConsentPayload, UserId) == 0x000018, "Member 'FAccelByteModelsMPV1MatchmakingReadyConsentPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMPV1MatchmakingReadyConsentPayload, MatchId) == 0x000028, "Member 'FAccelByteModelsMPV1MatchmakingReadyConsentPayload::MatchId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMPV1MatchmakingRejectMatchPayload \ +static_assert(alignof(FAccelByteModelsMPV1MatchmakingRejectMatchPayload) == 0x000008, "Wrong alignment on FAccelByteModelsMPV1MatchmakingRejectMatchPayload"); \ +static_assert(sizeof(FAccelByteModelsMPV1MatchmakingRejectMatchPayload) == 0x000038, "Wrong size on FAccelByteModelsMPV1MatchmakingRejectMatchPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSessionBrowserGetResult \ +static_assert(alignof(FAccelByteModelsSessionBrowserGetResult) == 0x000008, "Wrong alignment on FAccelByteModelsSessionBrowserGetResult"); \ +static_assert(sizeof(FAccelByteModelsSessionBrowserGetResult) == 0x000050, "Wrong size on FAccelByteModelsSessionBrowserGetResult"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserGetResult, Sessions) == 0x000000, "Member 'FAccelByteModelsSessionBrowserGetResult::Sessions' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserGetResult, pagination) == 0x000010, "Member 'FAccelByteModelsSessionBrowserGetResult::pagination' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSessionBrowserAddPlayerResponse \ +static_assert(alignof(FAccelByteModelsSessionBrowserAddPlayerResponse) == 0x000001, "Wrong alignment on FAccelByteModelsSessionBrowserAddPlayerResponse"); \ +static_assert(sizeof(FAccelByteModelsSessionBrowserAddPlayerResponse) == 0x000001, "Wrong size on FAccelByteModelsSessionBrowserAddPlayerResponse"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserAddPlayerResponse, Status) == 0x000000, "Member 'FAccelByteModelsSessionBrowserAddPlayerResponse::Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUpdateMetadataRequest \ +static_assert(alignof(FAccelByteModelsUpdateMetadataRequest) == 0x000008, "Wrong alignment on FAccelByteModelsUpdateMetadataRequest"); \ +static_assert(sizeof(FAccelByteModelsUpdateMetadataRequest) == 0x000030, "Wrong size on FAccelByteModelsUpdateMetadataRequest"); \ +static_assert(offsetof(FAccelByteModelsUpdateMetadataRequest, Label) == 0x000000, "Member 'FAccelByteModelsUpdateMetadataRequest::Label' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUpdateMetadataRequest, Tags) == 0x000010, "Member 'FAccelByteModelsUpdateMetadataRequest::Tags' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUpdateMetadataRequest, CustomAttribute) == 0x000020, "Member 'FAccelByteModelsUpdateMetadataRequest::CustomAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsDequeueRequest \ +static_assert(alignof(FAccelByteModelsDequeueRequest) == 0x000008, "Wrong alignment on FAccelByteModelsDequeueRequest"); \ +static_assert(sizeof(FAccelByteModelsDequeueRequest) == 0x000010, "Wrong size on FAccelByteModelsDequeueRequest"); \ +static_assert(offsetof(FAccelByteModelsDequeueRequest, Match_id) == 0x000000, "Member 'FAccelByteModelsDequeueRequest::Match_id' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSessionBrowserRecentPlayerGetResult \ +static_assert(alignof(FAccelByteModelsSessionBrowserRecentPlayerGetResult) == 0x000008, "Wrong alignment on FAccelByteModelsSessionBrowserRecentPlayerGetResult"); \ +static_assert(sizeof(FAccelByteModelsSessionBrowserRecentPlayerGetResult) == 0x000010, "Wrong size on FAccelByteModelsSessionBrowserRecentPlayerGetResult"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserRecentPlayerGetResult, Data) == 0x000000, "Member 'FAccelByteModelsSessionBrowserRecentPlayerGetResult::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsStatItemValueResponse \ +static_assert(alignof(FAccelByteModelsStatItemValueResponse) == 0x000008, "Wrong alignment on FAccelByteModelsStatItemValueResponse"); \ +static_assert(sizeof(FAccelByteModelsStatItemValueResponse) == 0x000088, "Wrong size on FAccelByteModelsStatItemValueResponse"); \ +static_assert(offsetof(FAccelByteModelsStatItemValueResponse, StatCode) == 0x000000, "Member 'FAccelByteModelsStatItemValueResponse::StatCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatItemValueResponse, statName) == 0x000010, "Member 'FAccelByteModelsStatItemValueResponse::statName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatItemValueResponse, Namespace) == 0x000020, "Member 'FAccelByteModelsStatItemValueResponse::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatItemValueResponse, Value) == 0x000030, "Member 'FAccelByteModelsStatItemValueResponse::Value' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatItemValueResponse, Tags) == 0x000038, "Member 'FAccelByteModelsStatItemValueResponse::Tags' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatItemValueResponse, CreatedAt) == 0x000048, "Member 'FAccelByteModelsStatItemValueResponse::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatItemValueResponse, UpdatedAt) == 0x000050, "Member 'FAccelByteModelsStatItemValueResponse::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatItemValueResponse, UserId) == 0x000058, "Member 'FAccelByteModelsStatItemValueResponse::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatItemValueResponse, AdditionalData) == 0x000068, "Member 'FAccelByteModelsStatItemValueResponse::AdditionalData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatConnectNotif \ +static_assert(alignof(FAccelByteModelsChatConnectNotif) == 0x000008, "Wrong alignment on FAccelByteModelsChatConnectNotif"); \ +static_assert(sizeof(FAccelByteModelsChatConnectNotif) == 0x000010, "Wrong size on FAccelByteModelsChatConnectNotif"); \ +static_assert(offsetof(FAccelByteModelsChatConnectNotif, SessionID) == 0x000000, "Member 'FAccelByteModelsChatConnectNotif::SessionID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCSearchContentsPagingResponse \ +static_assert(alignof(FAccelByteModelsUGCSearchContentsPagingResponse) == 0x000008, "Wrong alignment on FAccelByteModelsUGCSearchContentsPagingResponse"); \ +static_assert(sizeof(FAccelByteModelsUGCSearchContentsPagingResponse) == 0x000050, "Wrong size on FAccelByteModelsUGCSearchContentsPagingResponse"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsPagingResponse, Data) == 0x000000, "Member 'FAccelByteModelsUGCSearchContentsPagingResponse::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsPagingResponse, Paging) == 0x000010, "Member 'FAccelByteModelsUGCSearchContentsPagingResponse::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCResponse \ +static_assert(alignof(FAccelByteModelsUGCResponse) == 0x000008, "Wrong alignment on FAccelByteModelsUGCResponse"); \ +static_assert(sizeof(FAccelByteModelsUGCResponse) == 0x000110, "Wrong size on FAccelByteModelsUGCResponse"); \ +static_assert(offsetof(FAccelByteModelsUGCResponse, ChannelId) == 0x000000, "Member 'FAccelByteModelsUGCResponse::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCResponse, ContentType) == 0x000010, "Member 'FAccelByteModelsUGCResponse::ContentType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCResponse, CreatedTime) == 0x000020, "Member 'FAccelByteModelsUGCResponse::CreatedTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCResponse, CreatorName) == 0x000028, "Member 'FAccelByteModelsUGCResponse::CreatorName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCResponse, FileExtension) == 0x000038, "Member 'FAccelByteModelsUGCResponse::FileExtension' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCResponse, Id) == 0x000048, "Member 'FAccelByteModelsUGCResponse::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCResponse, IsOfficial) == 0x000058, "Member 'FAccelByteModelsUGCResponse::IsOfficial' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCResponse, Name) == 0x000060, "Member 'FAccelByteModelsUGCResponse::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCResponse, Namespace) == 0x000070, "Member 'FAccelByteModelsUGCResponse::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCResponse, PayloadUrl) == 0x000080, "Member 'FAccelByteModelsUGCResponse::PayloadUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCResponse, Preview) == 0x000090, "Member 'FAccelByteModelsUGCResponse::Preview' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCResponse, ShareCode) == 0x0000A0, "Member 'FAccelByteModelsUGCResponse::ShareCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCResponse, SubType) == 0x0000B0, "Member 'FAccelByteModelsUGCResponse::SubType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCResponse, Tags) == 0x0000C0, "Member 'FAccelByteModelsUGCResponse::Tags' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCResponse, Type) == 0x0000D0, "Member 'FAccelByteModelsUGCResponse::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCResponse, UserId) == 0x0000E0, "Member 'FAccelByteModelsUGCResponse::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCResponse, CustomAttributes) == 0x0000F0, "Member 'FAccelByteModelsUGCResponse::CustomAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteJwtError \ +static_assert(alignof(FAccelByteJwtError) == 0x000008, "Wrong alignment on FAccelByteJwtError"); \ +static_assert(sizeof(FAccelByteJwtError) == 0x000018, "Wrong size on FAccelByteJwtError"); \ +static_assert(offsetof(FAccelByteJwtError, Code) == 0x000000, "Member 'FAccelByteJwtError::Code' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteJwtError, Message) == 0x000008, "Member 'FAccelByteJwtError::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSetSessionAttributesResponse \ +static_assert(alignof(FAccelByteModelsSetSessionAttributesResponse) == 0x000008, "Wrong alignment on FAccelByteModelsSetSessionAttributesResponse"); \ +static_assert(sizeof(FAccelByteModelsSetSessionAttributesResponse) == 0x000030, "Wrong size on FAccelByteModelsSetSessionAttributesResponse"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGetSessionAttributesResponse \ +static_assert(alignof(FAccelByteModelsGetSessionAttributesResponse) == 0x000008, "Wrong alignment on FAccelByteModelsGetSessionAttributesResponse"); \ +static_assert(sizeof(FAccelByteModelsGetSessionAttributesResponse) == 0x000040, "Wrong size on FAccelByteModelsGetSessionAttributesResponse"); \ +static_assert(offsetof(FAccelByteModelsGetSessionAttributesResponse, Value) == 0x000030, "Member 'FAccelByteModelsGetSessionAttributesResponse::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRefreshTokenRequest \ +static_assert(alignof(FRefreshTokenRequest) == 0x000008, "Wrong alignment on FRefreshTokenRequest"); \ +static_assert(sizeof(FRefreshTokenRequest) == 0x000010, "Wrong size on FRefreshTokenRequest"); \ +static_assert(offsetof(FRefreshTokenRequest, AccessToken) == 0x000000, "Member 'FRefreshTokenRequest::AccessToken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGlobalAchievementGetContributedPayload \ +static_assert(alignof(FAccelByteModelsGlobalAchievementGetContributedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGlobalAchievementGetContributedPayload"); \ +static_assert(sizeof(FAccelByteModelsGlobalAchievementGetContributedPayload) == 0x000028, "Wrong size on FAccelByteModelsGlobalAchievementGetContributedPayload"); \ +static_assert(offsetof(FAccelByteModelsGlobalAchievementGetContributedPayload, AchievementCode) == 0x000018, "Member 'FAccelByteModelsGlobalAchievementGetContributedPayload::AchievementCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSessionBrowserGetByUserIdsResult \ +static_assert(alignof(FAccelByteModelsSessionBrowserGetByUserIdsResult) == 0x000008, "Wrong alignment on FAccelByteModelsSessionBrowserGetByUserIdsResult"); \ +static_assert(sizeof(FAccelByteModelsSessionBrowserGetByUserIdsResult) == 0x000010, "Wrong size on FAccelByteModelsSessionBrowserGetByUserIdsResult"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserGetByUserIdsResult, Data) == 0x000000, "Member 'FAccelByteModelsSessionBrowserGetByUserIdsResult::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsQuerySystemMessagesResponseItem \ +static_assert(alignof(FAccelByteModelsQuerySystemMessagesResponseItem) == 0x000008, "Wrong alignment on FAccelByteModelsQuerySystemMessagesResponseItem"); \ +static_assert(sizeof(FAccelByteModelsQuerySystemMessagesResponseItem) == 0x000050, "Wrong size on FAccelByteModelsQuerySystemMessagesResponseItem"); \ +static_assert(offsetof(FAccelByteModelsQuerySystemMessagesResponseItem, Id) == 0x000000, "Member 'FAccelByteModelsQuerySystemMessagesResponseItem::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsQuerySystemMessagesResponseItem, Category) == 0x000010, "Member 'FAccelByteModelsQuerySystemMessagesResponseItem::Category' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsQuerySystemMessagesResponseItem, Message) == 0x000020, "Member 'FAccelByteModelsQuerySystemMessagesResponseItem::Message' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsQuerySystemMessagesResponseItem, CreatedAt) == 0x000030, "Member 'FAccelByteModelsQuerySystemMessagesResponseItem::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsQuerySystemMessagesResponseItem, UpdatedAt) == 0x000038, "Member 'FAccelByteModelsQuerySystemMessagesResponseItem::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsQuerySystemMessagesResponseItem, ExpiredAt) == 0x000040, "Member 'FAccelByteModelsQuerySystemMessagesResponseItem::ExpiredAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsQuerySystemMessagesResponseItem, ReadAt) == 0x000048, "Member 'FAccelByteModelsQuerySystemMessagesResponseItem::ReadAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsQuerySystemMessagesResponse \ +static_assert(alignof(FAccelByteModelsQuerySystemMessagesResponse) == 0x000008, "Wrong alignment on FAccelByteModelsQuerySystemMessagesResponse"); \ +static_assert(sizeof(FAccelByteModelsQuerySystemMessagesResponse) == 0x000010, "Wrong size on FAccelByteModelsQuerySystemMessagesResponse"); \ +static_assert(offsetof(FAccelByteModelsQuerySystemMessagesResponse, Data) == 0x000000, "Member 'FAccelByteModelsQuerySystemMessagesResponse::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArrayModelsBulkStatItemOperationResultResponse \ +static_assert(alignof(FArrayModelsBulkStatItemOperationResultResponse) == 0x000008, "Wrong alignment on FArrayModelsBulkStatItemOperationResultResponse"); \ +static_assert(sizeof(FArrayModelsBulkStatItemOperationResultResponse) == 0x000010, "Wrong size on FArrayModelsBulkStatItemOperationResultResponse"); \ +static_assert(offsetof(FArrayModelsBulkStatItemOperationResultResponse, Content) == 0x000000, "Member 'FArrayModelsBulkStatItemOperationResultResponse::Content' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatQueryChatData \ +static_assert(alignof(FAccelByteModelsChatQueryChatData) == 0x000008, "Wrong alignment on FAccelByteModelsChatQueryChatData"); \ +static_assert(sizeof(FAccelByteModelsChatQueryChatData) == 0x000050, "Wrong size on FAccelByteModelsChatQueryChatData"); \ +static_assert(offsetof(FAccelByteModelsChatQueryChatData, ChatId) == 0x000000, "Member 'FAccelByteModelsChatQueryChatData::ChatId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatQueryChatData, TopicId) == 0x000010, "Member 'FAccelByteModelsChatQueryChatData::TopicId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatQueryChatData, Message) == 0x000020, "Member 'FAccelByteModelsChatQueryChatData::Message' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatQueryChatData, CreatedAt) == 0x000030, "Member 'FAccelByteModelsChatQueryChatData::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatQueryChatData, From) == 0x000038, "Member 'FAccelByteModelsChatQueryChatData::From' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatQueryChatData, ReadAt) == 0x000048, "Member 'FAccelByteModelsChatQueryChatData::ReadAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatQueryChatResponse \ +static_assert(alignof(FAccelByteModelsChatQueryChatResponse) == 0x000008, "Wrong alignment on FAccelByteModelsChatQueryChatResponse"); \ +static_assert(sizeof(FAccelByteModelsChatQueryChatResponse) == 0x000018, "Wrong size on FAccelByteModelsChatQueryChatResponse"); \ +static_assert(offsetof(FAccelByteModelsChatQueryChatResponse, Processed) == 0x000000, "Member 'FAccelByteModelsChatQueryChatResponse::Processed' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatQueryChatResponse, Data) == 0x000008, "Member 'FAccelByteModelsChatQueryChatResponse::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCPreview \ +static_assert(alignof(FAccelByteModelsUGCPreview) == 0x000008, "Wrong alignment on FAccelByteModelsUGCPreview"); \ +static_assert(sizeof(FAccelByteModelsUGCPreview) == 0x000010, "Wrong size on FAccelByteModelsUGCPreview"); \ +static_assert(offsetof(FAccelByteModelsUGCPreview, Preview) == 0x000000, "Member 'FAccelByteModelsUGCPreview::Preview' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserCurrentPlatform \ +static_assert(alignof(FAccelByteModelsUserCurrentPlatform) == 0x000008, "Wrong alignment on FAccelByteModelsUserCurrentPlatform"); \ +static_assert(sizeof(FAccelByteModelsUserCurrentPlatform) == 0x000020, "Wrong size on FAccelByteModelsUserCurrentPlatform"); \ +static_assert(offsetof(FAccelByteModelsUserCurrentPlatform, userID) == 0x000000, "Member 'FAccelByteModelsUserCurrentPlatform::userID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserCurrentPlatform, currentPlatform) == 0x000010, "Member 'FAccelByteModelsUserCurrentPlatform::currentPlatform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCTagResponse \ +static_assert(alignof(FAccelByteModelsUGCTagResponse) == 0x000008, "Wrong alignment on FAccelByteModelsUGCTagResponse"); \ +static_assert(sizeof(FAccelByteModelsUGCTagResponse) == 0x000030, "Wrong size on FAccelByteModelsUGCTagResponse"); \ +static_assert(offsetof(FAccelByteModelsUGCTagResponse, Id) == 0x000000, "Member 'FAccelByteModelsUGCTagResponse::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCTagResponse, Namespace) == 0x000010, "Member 'FAccelByteModelsUGCTagResponse::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCTagResponse, Tag) == 0x000020, "Member 'FAccelByteModelsUGCTagResponse::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCTagsPagingResponse \ +static_assert(alignof(FAccelByteModelsUGCTagsPagingResponse) == 0x000008, "Wrong alignment on FAccelByteModelsUGCTagsPagingResponse"); \ +static_assert(sizeof(FAccelByteModelsUGCTagsPagingResponse) == 0x000050, "Wrong size on FAccelByteModelsUGCTagsPagingResponse"); \ +static_assert(offsetof(FAccelByteModelsUGCTagsPagingResponse, Data) == 0x000000, "Member 'FAccelByteModelsUGCTagsPagingResponse::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCTagsPagingResponse, Paging) == 0x000010, "Member 'FAccelByteModelsUGCTagsPagingResponse::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsTimeLimitedBalance \ +static_assert(alignof(FAccelByteModelsTimeLimitedBalance) == 0x000008, "Wrong alignment on FAccelByteModelsTimeLimitedBalance"); \ +static_assert(sizeof(FAccelByteModelsTimeLimitedBalance) == 0x000020, "Wrong size on FAccelByteModelsTimeLimitedBalance"); \ +static_assert(offsetof(FAccelByteModelsTimeLimitedBalance, Balance) == 0x000000, "Member 'FAccelByteModelsTimeLimitedBalance::Balance' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsTimeLimitedBalance, BalanceSource) == 0x000008, "Member 'FAccelByteModelsTimeLimitedBalance::BalanceSource' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsTimeLimitedBalance, ExpiredAt) == 0x000018, "Member 'FAccelByteModelsTimeLimitedBalance::ExpiredAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsWalletCreditResponse \ +static_assert(alignof(FAccelByteModelsWalletCreditResponse) == 0x000008, "Wrong alignment on FAccelByteModelsWalletCreditResponse"); \ +static_assert(sizeof(FAccelByteModelsWalletCreditResponse) == 0x0000A0, "Wrong size on FAccelByteModelsWalletCreditResponse"); \ +static_assert(offsetof(FAccelByteModelsWalletCreditResponse, Id) == 0x000000, "Member 'FAccelByteModelsWalletCreditResponse::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletCreditResponse, Namespace) == 0x000010, "Member 'FAccelByteModelsWalletCreditResponse::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletCreditResponse, UserId) == 0x000020, "Member 'FAccelByteModelsWalletCreditResponse::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletCreditResponse, CurrencySymbol) == 0x000030, "Member 'FAccelByteModelsWalletCreditResponse::CurrencySymbol' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletCreditResponse, CurrencyCode) == 0x000040, "Member 'FAccelByteModelsWalletCreditResponse::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletCreditResponse, Balance) == 0x000050, "Member 'FAccelByteModelsWalletCreditResponse::Balance' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletCreditResponse, BalanceOrigin) == 0x000058, "Member 'FAccelByteModelsWalletCreditResponse::BalanceOrigin' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletCreditResponse, timeLimitedBalances) == 0x000068, "Member 'FAccelByteModelsWalletCreditResponse::timeLimitedBalances' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletCreditResponse, CreatedAt) == 0x000078, "Member 'FAccelByteModelsWalletCreditResponse::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletCreditResponse, UpdatedAt) == 0x000080, "Member 'FAccelByteModelsWalletCreditResponse::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletCreditResponse, TotalPermanentBalance) == 0x000088, "Member 'FAccelByteModelsWalletCreditResponse::TotalPermanentBalance' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletCreditResponse, TotalTimeLimitedBalance) == 0x000090, "Member 'FAccelByteModelsWalletCreditResponse::TotalTimeLimitedBalance' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletCreditResponse, Status) == 0x000098, "Member 'FAccelByteModelsWalletCreditResponse::Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCTypeResponse \ +static_assert(alignof(FAccelByteModelsUGCTypeResponse) == 0x000008, "Wrong alignment on FAccelByteModelsUGCTypeResponse"); \ +static_assert(sizeof(FAccelByteModelsUGCTypeResponse) == 0x000040, "Wrong size on FAccelByteModelsUGCTypeResponse"); \ +static_assert(offsetof(FAccelByteModelsUGCTypeResponse, Id) == 0x000000, "Member 'FAccelByteModelsUGCTypeResponse::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCTypeResponse, Namespace) == 0x000010, "Member 'FAccelByteModelsUGCTypeResponse::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCTypeResponse, Subtype) == 0x000020, "Member 'FAccelByteModelsUGCTypeResponse::Subtype' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCTypeResponse, Type) == 0x000030, "Member 'FAccelByteModelsUGCTypeResponse::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCTypesPagingResponse \ +static_assert(alignof(FAccelByteModelsUGCTypesPagingResponse) == 0x000008, "Wrong alignment on FAccelByteModelsUGCTypesPagingResponse"); \ +static_assert(sizeof(FAccelByteModelsUGCTypesPagingResponse) == 0x000050, "Wrong size on FAccelByteModelsUGCTypesPagingResponse"); \ +static_assert(offsetof(FAccelByteModelsUGCTypesPagingResponse, Data) == 0x000000, "Member 'FAccelByteModelsUGCTypesPagingResponse::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCTypesPagingResponse, Paging) == 0x000010, "Member 'FAccelByteModelsUGCTypesPagingResponse::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCChannelResponse \ +static_assert(alignof(FAccelByteModelsUGCChannelResponse) == 0x000008, "Wrong alignment on FAccelByteModelsUGCChannelResponse"); \ +static_assert(sizeof(FAccelByteModelsUGCChannelResponse) == 0x000040, "Wrong size on FAccelByteModelsUGCChannelResponse"); \ +static_assert(offsetof(FAccelByteModelsUGCChannelResponse, Id) == 0x000000, "Member 'FAccelByteModelsUGCChannelResponse::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCChannelResponse, Name) == 0x000010, "Member 'FAccelByteModelsUGCChannelResponse::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCChannelResponse, Namespace) == 0x000020, "Member 'FAccelByteModelsUGCChannelResponse::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCChannelResponse, UserId) == 0x000030, "Member 'FAccelByteModelsUGCChannelResponse::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserStatItem \ +static_assert(alignof(FAccelByteModelsUserStatItem) == 0x000008, "Wrong alignment on FAccelByteModelsUserStatItem"); \ +static_assert(sizeof(FAccelByteModelsUserStatItem) == 0x000030, "Wrong size on FAccelByteModelsUserStatItem"); \ +static_assert(offsetof(FAccelByteModelsUserStatItem, StatCode) == 0x000000, "Member 'FAccelByteModelsUserStatItem::StatCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatItem, AdditionalData) == 0x000010, "Member 'FAccelByteModelsUserStatItem::AdditionalData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCChannelsPagingResponse \ +static_assert(alignof(FAccelByteModelsUGCChannelsPagingResponse) == 0x000008, "Wrong alignment on FAccelByteModelsUGCChannelsPagingResponse"); \ +static_assert(sizeof(FAccelByteModelsUGCChannelsPagingResponse) == 0x000050, "Wrong size on FAccelByteModelsUGCChannelsPagingResponse"); \ +static_assert(offsetof(FAccelByteModelsUGCChannelsPagingResponse, Data) == 0x000000, "Member 'FAccelByteModelsUGCChannelsPagingResponse::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCChannelsPagingResponse, Paging) == 0x000010, "Member 'FAccelByteModelsUGCChannelsPagingResponse::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCUpdateLikeStatusToContentResponse \ +static_assert(alignof(FAccelByteModelsUGCUpdateLikeStatusToContentResponse) == 0x000008, "Wrong alignment on FAccelByteModelsUGCUpdateLikeStatusToContentResponse"); \ +static_assert(sizeof(FAccelByteModelsUGCUpdateLikeStatusToContentResponse) == 0x000018, "Wrong size on FAccelByteModelsUGCUpdateLikeStatusToContentResponse"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateLikeStatusToContentResponse, ContentId) == 0x000000, "Member 'FAccelByteModelsUGCUpdateLikeStatusToContentResponse::ContentId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateLikeStatusToContentResponse, LikeStatus) == 0x000010, "Member 'FAccelByteModelsUGCUpdateLikeStatusToContentResponse::LikeStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsLoadFriendListWithPlatformResponse \ +static_assert(alignof(FAccelByteModelsLoadFriendListWithPlatformResponse) == 0x000008, "Wrong alignment on FAccelByteModelsLoadFriendListWithPlatformResponse"); \ +static_assert(sizeof(FAccelByteModelsLoadFriendListWithPlatformResponse) == 0x000080, "Wrong size on FAccelByteModelsLoadFriendListWithPlatformResponse"); \ +static_assert(offsetof(FAccelByteModelsLoadFriendListWithPlatformResponse, Data) == 0x000030, "Member 'FAccelByteModelsLoadFriendListWithPlatformResponse::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLoadFriendListWithPlatformResponse, Paging) == 0x000040, "Member 'FAccelByteModelsLoadFriendListWithPlatformResponse::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCGetListFollowersResponse \ +static_assert(alignof(FAccelByteModelsUGCGetListFollowersResponse) == 0x000008, "Wrong alignment on FAccelByteModelsUGCGetListFollowersResponse"); \ +static_assert(sizeof(FAccelByteModelsUGCGetListFollowersResponse) == 0x000030, "Wrong size on FAccelByteModelsUGCGetListFollowersResponse"); \ +static_assert(offsetof(FAccelByteModelsUGCGetListFollowersResponse, FollowCount) == 0x000000, "Member 'FAccelByteModelsUGCGetListFollowersResponse::FollowCount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCGetListFollowersResponse, FollowingCount) == 0x000004, "Member 'FAccelByteModelsUGCGetListFollowersResponse::FollowingCount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCGetListFollowersResponse, Id) == 0x000008, "Member 'FAccelByteModelsUGCGetListFollowersResponse::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCGetListFollowersResponse, Namespace) == 0x000018, "Member 'FAccelByteModelsUGCGetListFollowersResponse::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCGetListFollowersResponse, TotalLikedContent) == 0x000028, "Member 'FAccelByteModelsUGCGetListFollowersResponse::TotalLikedContent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCGetListFollowersPagingResponse \ +static_assert(alignof(FAccelByteModelsUGCGetListFollowersPagingResponse) == 0x000008, "Wrong alignment on FAccelByteModelsUGCGetListFollowersPagingResponse"); \ +static_assert(sizeof(FAccelByteModelsUGCGetListFollowersPagingResponse) == 0x000050, "Wrong size on FAccelByteModelsUGCGetListFollowersPagingResponse"); \ +static_assert(offsetof(FAccelByteModelsUGCGetListFollowersPagingResponse, Data) == 0x000000, "Member 'FAccelByteModelsUGCGetListFollowersPagingResponse::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCGetListFollowersPagingResponse, Paging) == 0x000010, "Member 'FAccelByteModelsUGCGetListFollowersPagingResponse::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsEntitlementOwnershipItemIds \ +static_assert(alignof(FAccelByteModelsEntitlementOwnershipItemIds) == 0x000008, "Wrong alignment on FAccelByteModelsEntitlementOwnershipItemIds"); \ +static_assert(sizeof(FAccelByteModelsEntitlementOwnershipItemIds) == 0x000018, "Wrong size on FAccelByteModelsEntitlementOwnershipItemIds"); \ +static_assert(offsetof(FAccelByteModelsEntitlementOwnershipItemIds, Owned) == 0x000000, "Member 'FAccelByteModelsEntitlementOwnershipItemIds::Owned' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementOwnershipItemIds, ItemId) == 0x000008, "Member 'FAccelByteModelsEntitlementOwnershipItemIds::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatV2TopicDeletedPayload \ +static_assert(alignof(FAccelByteModelsChatV2TopicDeletedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsChatV2TopicDeletedPayload"); \ +static_assert(sizeof(FAccelByteModelsChatV2TopicDeletedPayload) == 0x000038, "Wrong size on FAccelByteModelsChatV2TopicDeletedPayload"); \ +static_assert(offsetof(FAccelByteModelsChatV2TopicDeletedPayload, UserId) == 0x000018, "Member 'FAccelByteModelsChatV2TopicDeletedPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatV2TopicDeletedPayload, TopicId) == 0x000028, "Member 'FAccelByteModelsChatV2TopicDeletedPayload::TopicId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCUpdateFollowStatusToUserResponse \ +static_assert(alignof(FAccelByteModelsUGCUpdateFollowStatusToUserResponse) == 0x000008, "Wrong alignment on FAccelByteModelsUGCUpdateFollowStatusToUserResponse"); \ +static_assert(sizeof(FAccelByteModelsUGCUpdateFollowStatusToUserResponse) == 0x000018, "Wrong size on FAccelByteModelsUGCUpdateFollowStatusToUserResponse"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateFollowStatusToUserResponse, FollowStatus) == 0x000000, "Member 'FAccelByteModelsUGCUpdateFollowStatusToUserResponse::FollowStatus' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateFollowStatusToUserResponse, UserId) == 0x000008, "Member 'FAccelByteModelsUGCUpdateFollowStatusToUserResponse::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMPV1PartyJoinedPayload \ +static_assert(alignof(FAccelByteModelsMPV1PartyJoinedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsMPV1PartyJoinedPayload"); \ +static_assert(sizeof(FAccelByteModelsMPV1PartyJoinedPayload) == 0x000038, "Wrong size on FAccelByteModelsMPV1PartyJoinedPayload"); \ +static_assert(offsetof(FAccelByteModelsMPV1PartyJoinedPayload, UserId) == 0x000018, "Member 'FAccelByteModelsMPV1PartyJoinedPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMPV1PartyJoinedPayload, PartyId) == 0x000028, "Member 'FAccelByteModelsMPV1PartyJoinedPayload::PartyId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCContentResponseV2 \ +static_assert(alignof(FAccelByteModelsUGCContentResponseV2) == 0x000008, "Wrong alignment on FAccelByteModelsUGCContentResponseV2"); \ +static_assert(sizeof(FAccelByteModelsUGCContentResponseV2) == 0x000148, "Wrong size on FAccelByteModelsUGCContentResponseV2"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponseV2, ChannelId) == 0x000000, "Member 'FAccelByteModelsUGCContentResponseV2::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponseV2, CreatedTime) == 0x000010, "Member 'FAccelByteModelsUGCContentResponseV2::CreatedTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponseV2, CreatorFollowState) == 0x000020, "Member 'FAccelByteModelsUGCContentResponseV2::CreatorFollowState' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponseV2, DownloadCount) == 0x000038, "Member 'FAccelByteModelsUGCContentResponseV2::DownloadCount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponseV2, FileExtension) == 0x000040, "Member 'FAccelByteModelsUGCContentResponseV2::FileExtension' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponseV2, Groups) == 0x000050, "Member 'FAccelByteModelsUGCContentResponseV2::Groups' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponseV2, Id) == 0x000060, "Member 'FAccelByteModelsUGCContentResponseV2::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponseV2, IsHidden) == 0x000070, "Member 'FAccelByteModelsUGCContentResponseV2::IsHidden' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponseV2, IsOfficial) == 0x000071, "Member 'FAccelByteModelsUGCContentResponseV2::IsOfficial' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponseV2, LikeCount) == 0x000074, "Member 'FAccelByteModelsUGCContentResponseV2::LikeCount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponseV2, LikeState) == 0x000078, "Member 'FAccelByteModelsUGCContentResponseV2::LikeState' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponseV2, Name) == 0x000090, "Member 'FAccelByteModelsUGCContentResponseV2::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponseV2, Namespace) == 0x0000A0, "Member 'FAccelByteModelsUGCContentResponseV2::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponseV2, PayloadURL) == 0x0000B0, "Member 'FAccelByteModelsUGCContentResponseV2::PayloadURL' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponseV2, Screenshots) == 0x0000C0, "Member 'FAccelByteModelsUGCContentResponseV2::Screenshots' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponseV2, ShareCode) == 0x0000D0, "Member 'FAccelByteModelsUGCContentResponseV2::ShareCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponseV2, SubType) == 0x0000E0, "Member 'FAccelByteModelsUGCContentResponseV2::SubType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponseV2, Tags) == 0x0000F0, "Member 'FAccelByteModelsUGCContentResponseV2::Tags' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponseV2, Type) == 0x000100, "Member 'FAccelByteModelsUGCContentResponseV2::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponseV2, UpdatedTime) == 0x000110, "Member 'FAccelByteModelsUGCContentResponseV2::UpdatedTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponseV2, UserId) == 0x000118, "Member 'FAccelByteModelsUGCContentResponseV2::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentResponseV2, CustomAttributes) == 0x000128, "Member 'FAccelByteModelsUGCContentResponseV2::CustomAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCSearchContentsPagingResponseV2 \ +static_assert(alignof(FAccelByteModelsUGCSearchContentsPagingResponseV2) == 0x000008, "Wrong alignment on FAccelByteModelsUGCSearchContentsPagingResponseV2"); \ +static_assert(sizeof(FAccelByteModelsUGCSearchContentsPagingResponseV2) == 0x000050, "Wrong size on FAccelByteModelsUGCSearchContentsPagingResponseV2"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsPagingResponseV2, Data) == 0x000000, "Member 'FAccelByteModelsUGCSearchContentsPagingResponseV2::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsPagingResponseV2, Paging) == 0x000010, "Member 'FAccelByteModelsUGCSearchContentsPagingResponseV2::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCUpdateScreenshotsV2 \ +static_assert(alignof(FAccelByteModelsUGCUpdateScreenshotsV2) == 0x000008, "Wrong alignment on FAccelByteModelsUGCUpdateScreenshotsV2"); \ +static_assert(sizeof(FAccelByteModelsUGCUpdateScreenshotsV2) == 0x000010, "Wrong size on FAccelByteModelsUGCUpdateScreenshotsV2"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateScreenshotsV2, Screenshots) == 0x000000, "Member 'FAccelByteModelsUGCUpdateScreenshotsV2::Screenshots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCAddDownloadContentCountResponseV2 \ +static_assert(alignof(FAccelByteModelsUGCAddDownloadContentCountResponseV2) == 0x000008, "Wrong alignment on FAccelByteModelsUGCAddDownloadContentCountResponseV2"); \ +static_assert(sizeof(FAccelByteModelsUGCAddDownloadContentCountResponseV2) == 0x000010, "Wrong size on FAccelByteModelsUGCAddDownloadContentCountResponseV2"); \ +static_assert(offsetof(FAccelByteModelsUGCAddDownloadContentCountResponseV2, ContentId) == 0x000000, "Member 'FAccelByteModelsUGCAddDownloadContentCountResponseV2::ContentId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2MatchmakingTicketStatus \ +static_assert(alignof(FAccelByteModelsV2MatchmakingTicketStatus) == 0x000008, "Wrong alignment on FAccelByteModelsV2MatchmakingTicketStatus"); \ +static_assert(sizeof(FAccelByteModelsV2MatchmakingTicketStatus) == 0x000068, "Wrong size on FAccelByteModelsV2MatchmakingTicketStatus"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingTicketStatus, MatchFound) == 0x000000, "Member 'FAccelByteModelsV2MatchmakingTicketStatus::MatchFound' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingTicketStatus, MatchPool) == 0x000008, "Member 'FAccelByteModelsV2MatchmakingTicketStatus::MatchPool' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingTicketStatus, MatchTicketID) == 0x000018, "Member 'FAccelByteModelsV2MatchmakingTicketStatus::MatchTicketID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingTicketStatus, ProposedProposal) == 0x000028, "Member 'FAccelByteModelsV2MatchmakingTicketStatus::ProposedProposal' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingTicketStatus, SessionID) == 0x000058, "Member 'FAccelByteModelsV2MatchmakingTicketStatus::SessionID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2MatchmakingTicketStatuses \ +static_assert(alignof(FAccelByteModelsV2MatchmakingTicketStatuses) == 0x000008, "Wrong alignment on FAccelByteModelsV2MatchmakingTicketStatuses"); \ +static_assert(sizeof(FAccelByteModelsV2MatchmakingTicketStatuses) == 0x000050, "Wrong size on FAccelByteModelsV2MatchmakingTicketStatuses"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingTicketStatuses, Data) == 0x000000, "Member 'FAccelByteModelsV2MatchmakingTicketStatuses::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingTicketStatuses, Pagination) == 0x000010, "Member 'FAccelByteModelsV2MatchmakingTicketStatuses::Pagination' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsDSBackfillProposalAcceptedPayload \ +static_assert(alignof(FAccelByteModelsDSBackfillProposalAcceptedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsDSBackfillProposalAcceptedPayload"); \ +static_assert(sizeof(FAccelByteModelsDSBackfillProposalAcceptedPayload) == 0x000088, "Wrong size on FAccelByteModelsDSBackfillProposalAcceptedPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCContentLikerV2 \ +static_assert(alignof(FAccelByteModelsUGCContentLikerV2) == 0x000008, "Wrong alignment on FAccelByteModelsUGCContentLikerV2"); \ +static_assert(sizeof(FAccelByteModelsUGCContentLikerV2) == 0x000038, "Wrong size on FAccelByteModelsUGCContentLikerV2"); \ +static_assert(offsetof(FAccelByteModelsUGCContentLikerV2, ContentId) == 0x000000, "Member 'FAccelByteModelsUGCContentLikerV2::ContentId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentLikerV2, CreatedTime) == 0x000010, "Member 'FAccelByteModelsUGCContentLikerV2::CreatedTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentLikerV2, LikedBy) == 0x000018, "Member 'FAccelByteModelsUGCContentLikerV2::LikedBy' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCContentLikerV2, Namespace) == 0x000028, "Member 'FAccelByteModelsUGCContentLikerV2::Namespace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCGetPaginatedContentLikerResponseV2 \ +static_assert(alignof(FAccelByteModelsUGCGetPaginatedContentLikerResponseV2) == 0x000008, "Wrong alignment on FAccelByteModelsUGCGetPaginatedContentLikerResponseV2"); \ +static_assert(sizeof(FAccelByteModelsUGCGetPaginatedContentLikerResponseV2) == 0x000050, "Wrong size on FAccelByteModelsUGCGetPaginatedContentLikerResponseV2"); \ +static_assert(offsetof(FAccelByteModelsUGCGetPaginatedContentLikerResponseV2, Data) == 0x000000, "Member 'FAccelByteModelsUGCGetPaginatedContentLikerResponseV2::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCGetPaginatedContentLikerResponseV2, Paging) == 0x000010, "Member 'FAccelByteModelsUGCGetPaginatedContentLikerResponseV2::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsDSGameClientJoinedPayload \ +static_assert(alignof(FAccelByteModelsDSGameClientJoinedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsDSGameClientJoinedPayload"); \ +static_assert(sizeof(FAccelByteModelsDSGameClientJoinedPayload) == 0x000038, "Wrong size on FAccelByteModelsDSGameClientJoinedPayload"); \ +static_assert(offsetof(FAccelByteModelsDSGameClientJoinedPayload, UserId) == 0x000028, "Member 'FAccelByteModelsDSGameClientJoinedPayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRegisterResponse \ +static_assert(alignof(FRegisterResponse) == 0x000008, "Wrong alignment on FRegisterResponse"); \ +static_assert(sizeof(FRegisterResponse) == 0x000080, "Wrong size on FRegisterResponse"); \ +static_assert(offsetof(FRegisterResponse, Namespace) == 0x000000, "Member 'FRegisterResponse::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FRegisterResponse, UserId) == 0x000010, "Member 'FRegisterResponse::UserId' has a wrong offset!"); \ +static_assert(offsetof(FRegisterResponse, AuthType) == 0x000020, "Member 'FRegisterResponse::AuthType' has a wrong offset!"); \ +static_assert(offsetof(FRegisterResponse, DisplayName) == 0x000030, "Member 'FRegisterResponse::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FRegisterResponse, EmailAddress) == 0x000040, "Member 'FRegisterResponse::EmailAddress' has a wrong offset!"); \ +static_assert(offsetof(FRegisterResponse, Country) == 0x000050, "Member 'FRegisterResponse::Country' has a wrong offset!"); \ +static_assert(offsetof(FRegisterResponse, DateOfBirth) == 0x000060, "Member 'FRegisterResponse::DateOfBirth' has a wrong offset!"); \ +static_assert(offsetof(FRegisterResponse, Username) == 0x000070, "Member 'FRegisterResponse::Username' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsRegisterLocalServerRequest \ +static_assert(alignof(FAccelByteModelsRegisterLocalServerRequest) == 0x000008, "Wrong alignment on FAccelByteModelsRegisterLocalServerRequest"); \ +static_assert(sizeof(FAccelByteModelsRegisterLocalServerRequest) == 0x000038, "Wrong size on FAccelByteModelsRegisterLocalServerRequest"); \ +static_assert(offsetof(FAccelByteModelsRegisterLocalServerRequest, Ip) == 0x000000, "Member 'FAccelByteModelsRegisterLocalServerRequest::Ip' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRegisterLocalServerRequest, Name) == 0x000010, "Member 'FAccelByteModelsRegisterLocalServerRequest::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRegisterLocalServerRequest, Port) == 0x000020, "Member 'FAccelByteModelsRegisterLocalServerRequest::Port' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRegisterLocalServerRequest, Custom_attribute) == 0x000028, "Member 'FAccelByteModelsRegisterLocalServerRequest::Custom_attribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUserDataResponse \ +static_assert(alignof(FUserDataResponse) == 0x000008, "Wrong alignment on FUserDataResponse"); \ +static_assert(sizeof(FUserDataResponse) == 0x000040, "Wrong size on FUserDataResponse"); \ +static_assert(offsetof(FUserDataResponse, DisplayName) == 0x000000, "Member 'FUserDataResponse::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FUserDataResponse, EmailAddress) == 0x000010, "Member 'FUserDataResponse::EmailAddress' has a wrong offset!"); \ +static_assert(offsetof(FUserDataResponse, Namespace) == 0x000020, "Member 'FUserDataResponse::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FUserDataResponse, UserId) == 0x000030, "Member 'FUserDataResponse::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGameRecordDeletedPayload \ +static_assert(alignof(FAccelByteModelsGameRecordDeletedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGameRecordDeletedPayload"); \ +static_assert(sizeof(FAccelByteModelsGameRecordDeletedPayload) == 0x000038, "Wrong size on FAccelByteModelsGameRecordDeletedPayload"); \ +static_assert(offsetof(FAccelByteModelsGameRecordDeletedPayload, Key) == 0x000018, "Member 'FAccelByteModelsGameRecordDeletedPayload::Key' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameRecordDeletedPayload, UserId) == 0x000028, "Member 'FAccelByteModelsGameRecordDeletedPayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSimpleUserData \ +static_assert(alignof(FSimpleUserData) == 0x000008, "Wrong alignment on FSimpleUserData"); \ +static_assert(sizeof(FSimpleUserData) == 0x000040, "Wrong size on FSimpleUserData"); \ +static_assert(offsetof(FSimpleUserData, Namespace) == 0x000000, "Member 'FSimpleUserData::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FSimpleUserData, UserId) == 0x000010, "Member 'FSimpleUserData::UserId' has a wrong offset!"); \ +static_assert(offsetof(FSimpleUserData, DisplayName) == 0x000020, "Member 'FSimpleUserData::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FSimpleUserData, Username) == 0x000030, "Member 'FSimpleUserData::Username' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlatformUserIdMap \ +static_assert(alignof(FPlatformUserIdMap) == 0x000008, "Wrong alignment on FPlatformUserIdMap"); \ +static_assert(sizeof(FPlatformUserIdMap) == 0x000030, "Wrong size on FPlatformUserIdMap"); \ +static_assert(offsetof(FPlatformUserIdMap, UserId) == 0x000000, "Member 'FPlatformUserIdMap::UserId' has a wrong offset!"); \ +static_assert(offsetof(FPlatformUserIdMap, PlatformUserId) == 0x000010, "Member 'FPlatformUserIdMap::PlatformUserId' has a wrong offset!"); \ +static_assert(offsetof(FPlatformUserIdMap, PlatformId) == 0x000020, "Member 'FPlatformUserIdMap::PlatformId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBulkPlatformUserIdResponse \ +static_assert(alignof(FBulkPlatformUserIdResponse) == 0x000008, "Wrong alignment on FBulkPlatformUserIdResponse"); \ +static_assert(sizeof(FBulkPlatformUserIdResponse) == 0x000010, "Wrong size on FBulkPlatformUserIdResponse"); \ +static_assert(offsetof(FBulkPlatformUserIdResponse, UserIdPlatforms) == 0x000000, "Member 'FBulkPlatformUserIdResponse::UserIdPlatforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserPointV3 \ +static_assert(alignof(FAccelByteModelsUserPointV3) == 0x000008, "Wrong alignment on FAccelByteModelsUserPointV3"); \ +static_assert(sizeof(FAccelByteModelsUserPointV3) == 0x000038, "Wrong size on FAccelByteModelsUserPointV3"); \ +static_assert(offsetof(FAccelByteModelsUserPointV3, Hidden) == 0x000000, "Member 'FAccelByteModelsUserPointV3::Hidden' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserPointV3, Point) == 0x000004, "Member 'FAccelByteModelsUserPointV3::Point' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserPointV3, UserId) == 0x000008, "Member 'FAccelByteModelsUserPointV3::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserPointV3, AdditionalData) == 0x000018, "Member 'FAccelByteModelsUserPointV3::AdditionalData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRequestDSModel \ +static_assert(alignof(FRequestDSModel) == 0x000008, "Wrong alignment on FRequestDSModel"); \ +static_assert(sizeof(FRequestDSModel) == 0x000060, "Wrong size on FRequestDSModel"); \ +static_assert(offsetof(FRequestDSModel, SessionID) == 0x000000, "Member 'FRequestDSModel::SessionID' has a wrong offset!"); \ +static_assert(offsetof(FRequestDSModel, GameMode) == 0x000010, "Member 'FRequestDSModel::GameMode' has a wrong offset!"); \ +static_assert(offsetof(FRequestDSModel, ClientVersion) == 0x000020, "Member 'FRequestDSModel::ClientVersion' has a wrong offset!"); \ +static_assert(offsetof(FRequestDSModel, Region) == 0x000030, "Member 'FRequestDSModel::Region' has a wrong offset!"); \ +static_assert(offsetof(FRequestDSModel, Deployment) == 0x000040, "Member 'FRequestDSModel::Deployment' has a wrong offset!"); \ +static_assert(offsetof(FRequestDSModel, ServerName) == 0x000050, "Member 'FRequestDSModel::ServerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FListBulkUserInfo \ +static_assert(alignof(FListBulkUserInfo) == 0x000008, "Wrong alignment on FListBulkUserInfo"); \ +static_assert(sizeof(FListBulkUserInfo) == 0x000010, "Wrong size on FListBulkUserInfo"); \ +static_assert(offsetof(FListBulkUserInfo, Data) == 0x000000, "Member 'FListBulkUserInfo::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserIdWrapper \ +static_assert(alignof(FAccelByteModelsUserIdWrapper) == 0x000008, "Wrong alignment on FAccelByteModelsUserIdWrapper"); \ +static_assert(sizeof(FAccelByteModelsUserIdWrapper) == 0x000010, "Wrong size on FAccelByteModelsUserIdWrapper"); \ +static_assert(offsetof(FAccelByteModelsUserIdWrapper, UserId) == 0x000000, "Member 'FAccelByteModelsUserIdWrapper::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCountryInfo \ +static_assert(alignof(FCountryInfo) == 0x000008, "Wrong alignment on FCountryInfo"); \ +static_assert(sizeof(FCountryInfo) == 0x000040, "Wrong size on FCountryInfo"); \ +static_assert(offsetof(FCountryInfo, CountryCode) == 0x000000, "Member 'FCountryInfo::CountryCode' has a wrong offset!"); \ +static_assert(offsetof(FCountryInfo, CountryName) == 0x000010, "Member 'FCountryInfo::CountryName' has a wrong offset!"); \ +static_assert(offsetof(FCountryInfo, State) == 0x000020, "Member 'FCountryInfo::State' has a wrong offset!"); \ +static_assert(offsetof(FCountryInfo, City) == 0x000030, "Member 'FCountryInfo::City' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsBulkGetPlayerRecordSizeRequest \ +static_assert(alignof(FAccelByteModelsBulkGetPlayerRecordSizeRequest) == 0x000008, "Wrong alignment on FAccelByteModelsBulkGetPlayerRecordSizeRequest"); \ +static_assert(sizeof(FAccelByteModelsBulkGetPlayerRecordSizeRequest) == 0x000010, "Wrong size on FAccelByteModelsBulkGetPlayerRecordSizeRequest"); \ +static_assert(offsetof(FAccelByteModelsBulkGetPlayerRecordSizeRequest, Data) == 0x000000, "Member 'FAccelByteModelsBulkGetPlayerRecordSizeRequest::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsFetchUser \ +static_assert(alignof(FAccelByteModelsFetchUser) == 0x000008, "Wrong alignment on FAccelByteModelsFetchUser"); \ +static_assert(sizeof(FAccelByteModelsFetchUser) == 0x000028, "Wrong size on FAccelByteModelsFetchUser"); \ +static_assert(offsetof(FAccelByteModelsFetchUser, ProfileId) == 0x000000, "Member 'FAccelByteModelsFetchUser::ProfileId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFetchUser, StatCode) == 0x000010, "Member 'FAccelByteModelsFetchUser::StatCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFetchUser, Value) == 0x000020, "Member 'FAccelByteModelsFetchUser::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccountLinkConflictErrorJson \ +static_assert(alignof(FAccountLinkConflictErrorJson) == 0x000008, "Wrong alignment on FAccountLinkConflictErrorJson"); \ +static_assert(sizeof(FAccountLinkConflictErrorJson) == 0x000040, "Wrong size on FAccountLinkConflictErrorJson"); \ +static_assert(offsetof(FAccountLinkConflictErrorJson, ErrorCode) == 0x000000, "Member 'FAccountLinkConflictErrorJson::ErrorCode' has a wrong offset!"); \ +static_assert(offsetof(FAccountLinkConflictErrorJson, ErrorMessage) == 0x000010, "Member 'FAccountLinkConflictErrorJson::ErrorMessage' has a wrong offset!"); \ +static_assert(offsetof(FAccountLinkConflictErrorJson, MessageVariables) == 0x000020, "Member 'FAccountLinkConflictErrorJson::MessageVariables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FJsonWebTokenResponse \ +static_assert(alignof(FJsonWebTokenResponse) == 0x000008, "Wrong alignment on FJsonWebTokenResponse"); \ +static_assert(sizeof(FJsonWebTokenResponse) == 0x000020, "Wrong size on FJsonWebTokenResponse"); \ +static_assert(offsetof(FJsonWebTokenResponse, Jwt_token) == 0x000000, "Member 'FJsonWebTokenResponse::Jwt_token' has a wrong offset!"); \ +static_assert(offsetof(FJsonWebTokenResponse, Session_id) == 0x000010, "Member 'FJsonWebTokenResponse::Session_id' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOauth2TokenPermission \ +static_assert(alignof(FOauth2TokenPermission) == 0x000008, "Wrong alignment on FOauth2TokenPermission"); \ +static_assert(sizeof(FOauth2TokenPermission) == 0x000018, "Wrong size on FOauth2TokenPermission"); \ +static_assert(offsetof(FOauth2TokenPermission, Resource) == 0x000000, "Member 'FOauth2TokenPermission::Resource' has a wrong offset!"); \ +static_assert(offsetof(FOauth2TokenPermission, Action) == 0x000010, "Member 'FOauth2TokenPermission::Action' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOauth2TokenBan \ +static_assert(alignof(FOauth2TokenBan) == 0x000008, "Wrong alignment on FOauth2TokenBan"); \ +static_assert(sizeof(FOauth2TokenBan) == 0x000030, "Wrong size on FOauth2TokenBan"); \ +static_assert(offsetof(FOauth2TokenBan, Ban) == 0x000000, "Member 'FOauth2TokenBan::Ban' has a wrong offset!"); \ +static_assert(offsetof(FOauth2TokenBan, TargetedNamespace) == 0x000010, "Member 'FOauth2TokenBan::TargetedNamespace' has a wrong offset!"); \ +static_assert(offsetof(FOauth2TokenBan, EndDate) == 0x000020, "Member 'FOauth2TokenBan::EndDate' has a wrong offset!"); \ +static_assert(offsetof(FOauth2TokenBan, Enabled) == 0x000028, "Member 'FOauth2TokenBan::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOauth2Token \ +static_assert(alignof(FOauth2Token) == 0x000008, "Wrong alignment on FOauth2Token"); \ +static_assert(sizeof(FOauth2Token) == 0x0000D0, "Wrong size on FOauth2Token"); \ +static_assert(offsetof(FOauth2Token, Access_token) == 0x000000, "Member 'FOauth2Token::Access_token' has a wrong offset!"); \ +static_assert(offsetof(FOauth2Token, Auth_Trust_Id) == 0x000010, "Member 'FOauth2Token::Auth_Trust_Id' has a wrong offset!"); \ +static_assert(offsetof(FOauth2Token, Refresh_token) == 0x000020, "Member 'FOauth2Token::Refresh_token' has a wrong offset!"); \ +static_assert(offsetof(FOauth2Token, Token_type) == 0x000030, "Member 'FOauth2Token::Token_type' has a wrong offset!"); \ +static_assert(offsetof(FOauth2Token, Expires_in) == 0x000040, "Member 'FOauth2Token::Expires_in' has a wrong offset!"); \ +static_assert(offsetof(FOauth2Token, Refresh_expires_in) == 0x000044, "Member 'FOauth2Token::Refresh_expires_in' has a wrong offset!"); \ +static_assert(offsetof(FOauth2Token, Is_comply) == 0x000048, "Member 'FOauth2Token::Is_comply' has a wrong offset!"); \ +static_assert(offsetof(FOauth2Token, Permissions) == 0x000050, "Member 'FOauth2Token::Permissions' has a wrong offset!"); \ +static_assert(offsetof(FOauth2Token, Roles) == 0x000060, "Member 'FOauth2Token::Roles' has a wrong offset!"); \ +static_assert(offsetof(FOauth2Token, Bans) == 0x000070, "Member 'FOauth2Token::Bans' has a wrong offset!"); \ +static_assert(offsetof(FOauth2Token, User_id) == 0x000080, "Member 'FOauth2Token::User_id' has a wrong offset!"); \ +static_assert(offsetof(FOauth2Token, Display_name) == 0x000090, "Member 'FOauth2Token::Display_name' has a wrong offset!"); \ +static_assert(offsetof(FOauth2Token, Namespace) == 0x0000A0, "Member 'FOauth2Token::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FOauth2Token, Platform_id) == 0x0000B0, "Member 'FOauth2Token::Platform_id' has a wrong offset!"); \ +static_assert(offsetof(FOauth2Token, Platform_user_id) == 0x0000C0, "Member 'FOauth2Token::Platform_user_id' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsWalletInfo \ +static_assert(alignof(FAccelByteModelsWalletInfo) == 0x000008, "Wrong alignment on FAccelByteModelsWalletInfo"); \ +static_assert(sizeof(FAccelByteModelsWalletInfo) == 0x0000A0, "Wrong size on FAccelByteModelsWalletInfo"); \ +static_assert(offsetof(FAccelByteModelsWalletInfo, Id) == 0x000000, "Member 'FAccelByteModelsWalletInfo::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletInfo, Namespace) == 0x000010, "Member 'FAccelByteModelsWalletInfo::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletInfo, UserId) == 0x000020, "Member 'FAccelByteModelsWalletInfo::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletInfo, CurrencyCode) == 0x000030, "Member 'FAccelByteModelsWalletInfo::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletInfo, CurrencySymbol) == 0x000040, "Member 'FAccelByteModelsWalletInfo::CurrencySymbol' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletInfo, Balance) == 0x000050, "Member 'FAccelByteModelsWalletInfo::Balance' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletInfo, BalanceOrigin) == 0x000058, "Member 'FAccelByteModelsWalletInfo::BalanceOrigin' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletInfo, TimeLimitedBalances) == 0x000068, "Member 'FAccelByteModelsWalletInfo::TimeLimitedBalances' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletInfo, CreatedAt) == 0x000078, "Member 'FAccelByteModelsWalletInfo::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletInfo, UpdatedAt) == 0x000080, "Member 'FAccelByteModelsWalletInfo::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletInfo, TotalPermanentBalance) == 0x000088, "Member 'FAccelByteModelsWalletInfo::TotalPermanentBalance' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletInfo, TotalTimeLimitedBalance) == 0x000090, "Member 'FAccelByteModelsWalletInfo::TotalTimeLimitedBalance' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletInfo, Status) == 0x000098, "Member 'FAccelByteModelsWalletInfo::Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsBulkUserStatItemInc \ +static_assert(alignof(FAccelByteModelsBulkUserStatItemInc) == 0x000008, "Wrong alignment on FAccelByteModelsBulkUserStatItemInc"); \ +static_assert(sizeof(FAccelByteModelsBulkUserStatItemInc) == 0x000028, "Wrong size on FAccelByteModelsBulkUserStatItemInc"); \ +static_assert(offsetof(FAccelByteModelsBulkUserStatItemInc, inc) == 0x000000, "Member 'FAccelByteModelsBulkUserStatItemInc::inc' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsBulkUserStatItemInc, userId) == 0x000008, "Member 'FAccelByteModelsBulkUserStatItemInc::userId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsBulkUserStatItemInc, statCode) == 0x000018, "Member 'FAccelByteModelsBulkUserStatItemInc::statCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsWalletInfoResponse \ +static_assert(alignof(FAccelByteModelsWalletInfoResponse) == 0x000008, "Wrong alignment on FAccelByteModelsWalletInfoResponse"); \ +static_assert(sizeof(FAccelByteModelsWalletInfoResponse) == 0x000070, "Wrong size on FAccelByteModelsWalletInfoResponse"); \ +static_assert(offsetof(FAccelByteModelsWalletInfoResponse, Namespace) == 0x000000, "Member 'FAccelByteModelsWalletInfoResponse::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletInfoResponse, UserId) == 0x000010, "Member 'FAccelByteModelsWalletInfoResponse::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletInfoResponse, CurrencyCode) == 0x000020, "Member 'FAccelByteModelsWalletInfoResponse::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletInfoResponse, CurrencySymbol) == 0x000030, "Member 'FAccelByteModelsWalletInfoResponse::CurrencySymbol' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletInfoResponse, Balance) == 0x000040, "Member 'FAccelByteModelsWalletInfoResponse::Balance' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletInfoResponse, WalletInfos) == 0x000048, "Member 'FAccelByteModelsWalletInfoResponse::WalletInfos' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletInfoResponse, WalletStatus) == 0x000058, "Member 'FAccelByteModelsWalletInfoResponse::WalletStatus' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletInfoResponse, Status) == 0x000059, "Member 'FAccelByteModelsWalletInfoResponse::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletInfoResponse, Id) == 0x000060, "Member 'FAccelByteModelsWalletInfoResponse::Id' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCSearchContentsRequest \ +static_assert(alignof(FAccelByteModelsUGCSearchContentsRequest) == 0x000008, "Wrong alignment on FAccelByteModelsUGCSearchContentsRequest"); \ +static_assert(sizeof(FAccelByteModelsUGCSearchContentsRequest) == 0x000070, "Wrong size on FAccelByteModelsUGCSearchContentsRequest"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsRequest, Name) == 0x000000, "Member 'FAccelByteModelsUGCSearchContentsRequest::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsRequest, Creator) == 0x000010, "Member 'FAccelByteModelsUGCSearchContentsRequest::Creator' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsRequest, Type) == 0x000020, "Member 'FAccelByteModelsUGCSearchContentsRequest::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsRequest, Subtype) == 0x000030, "Member 'FAccelByteModelsUGCSearchContentsRequest::Subtype' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsRequest, Tags) == 0x000040, "Member 'FAccelByteModelsUGCSearchContentsRequest::Tags' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsRequest, bIsOfficial) == 0x000050, "Member 'FAccelByteModelsUGCSearchContentsRequest::bIsOfficial' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsRequest, bIsHidden) == 0x000051, "Member 'FAccelByteModelsUGCSearchContentsRequest::bIsHidden' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsRequest, UserId) == 0x000058, "Member 'FAccelByteModelsUGCSearchContentsRequest::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsRequest, SortBy) == 0x000068, "Member 'FAccelByteModelsUGCSearchContentsRequest::SortBy' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCSearchContentsRequest, OrderBy) == 0x000069, "Member 'FAccelByteModelsUGCSearchContentsRequest::OrderBy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsRefreshTokenResponse \ +static_assert(alignof(FAccelByteModelsRefreshTokenResponse) == 0x000008, "Wrong alignment on FAccelByteModelsRefreshTokenResponse"); \ +static_assert(sizeof(FAccelByteModelsRefreshTokenResponse) == 0x000030, "Wrong size on FAccelByteModelsRefreshTokenResponse"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsDisconnectNotif \ +static_assert(alignof(FAccelByteModelsDisconnectNotif) == 0x000008, "Wrong alignment on FAccelByteModelsDisconnectNotif"); \ +static_assert(sizeof(FAccelByteModelsDisconnectNotif) == 0x000010, "Wrong size on FAccelByteModelsDisconnectNotif"); \ +static_assert(offsetof(FAccelByteModelsDisconnectNotif, Message) == 0x000000, "Member 'FAccelByteModelsDisconnectNotif::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSlot \ +static_assert(alignof(FAccelByteModelsSlot) == 0x000008, "Wrong alignment on FAccelByteModelsSlot"); \ +static_assert(sizeof(FAccelByteModelsSlot) == 0x0000D0, "Wrong size on FAccelByteModelsSlot"); \ +static_assert(offsetof(FAccelByteModelsSlot, Checksum) == 0x000000, "Member 'FAccelByteModelsSlot::Checksum' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSlot, CustomAttribute) == 0x000010, "Member 'FAccelByteModelsSlot::CustomAttribute' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSlot, DateAccessed) == 0x000020, "Member 'FAccelByteModelsSlot::DateAccessed' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSlot, DateCreated) == 0x000028, "Member 'FAccelByteModelsSlot::DateCreated' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSlot, DateModified) == 0x000030, "Member 'FAccelByteModelsSlot::DateModified' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSlot, Label) == 0x000038, "Member 'FAccelByteModelsSlot::Label' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSlot, MimeType) == 0x000048, "Member 'FAccelByteModelsSlot::MimeType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSlot, Namespace) == 0x000058, "Member 'FAccelByteModelsSlot::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSlot, OriginalName) == 0x000068, "Member 'FAccelByteModelsSlot::OriginalName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSlot, SlotId) == 0x000078, "Member 'FAccelByteModelsSlot::SlotId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSlot, Status) == 0x000088, "Member 'FAccelByteModelsSlot::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSlot, StoredName) == 0x000098, "Member 'FAccelByteModelsSlot::StoredName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSlot, Tags) == 0x0000A8, "Member 'FAccelByteModelsSlot::Tags' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSlot, UserId) == 0x0000B8, "Member 'FAccelByteModelsSlot::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSlot, Size) == 0x0000C8, "Member 'FAccelByteModelsSlot::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsLobbySessionId \ +static_assert(alignof(FAccelByteModelsLobbySessionId) == 0x000008, "Wrong alignment on FAccelByteModelsLobbySessionId"); \ +static_assert(sizeof(FAccelByteModelsLobbySessionId) == 0x000010, "Wrong size on FAccelByteModelsLobbySessionId"); \ +static_assert(offsetof(FAccelByteModelsLobbySessionId, LobbySessionID) == 0x000000, "Member 'FAccelByteModelsLobbySessionId::LobbySessionID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGameProfileRequest \ +static_assert(alignof(FAccelByteModelsGameProfileRequest) == 0x000008, "Wrong alignment on FAccelByteModelsGameProfileRequest"); \ +static_assert(sizeof(FAccelByteModelsGameProfileRequest) == 0x000090, "Wrong size on FAccelByteModelsGameProfileRequest"); \ +static_assert(offsetof(FAccelByteModelsGameProfileRequest, attributes) == 0x000000, "Member 'FAccelByteModelsGameProfileRequest::attributes' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameProfileRequest, avatarUrl) == 0x000050, "Member 'FAccelByteModelsGameProfileRequest::avatarUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameProfileRequest, label) == 0x000060, "Member 'FAccelByteModelsGameProfileRequest::label' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameProfileRequest, profileName) == 0x000070, "Member 'FAccelByteModelsGameProfileRequest::profileName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameProfileRequest, tags) == 0x000080, "Member 'FAccelByteModelsGameProfileRequest::tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSendPrivateMessageRequest \ +static_assert(alignof(FSendPrivateMessageRequest) == 0x000008, "Wrong alignment on FSendPrivateMessageRequest"); \ +static_assert(sizeof(FSendPrivateMessageRequest) == 0x000020, "Wrong size on FSendPrivateMessageRequest"); \ +static_assert(offsetof(FSendPrivateMessageRequest, UserID) == 0x000000, "Member 'FSendPrivateMessageRequest::UserID' has a wrong offset!"); \ +static_assert(offsetof(FSendPrivateMessageRequest, Message) == 0x000010, "Member 'FSendPrivateMessageRequest::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupUpdatable \ +static_assert(alignof(FAccelByteModelsGroupUpdatable) == 0x000008, "Wrong alignment on FAccelByteModelsGroupUpdatable"); \ +static_assert(sizeof(FAccelByteModelsGroupUpdatable) == 0x000068, "Wrong size on FAccelByteModelsGroupUpdatable"); \ +static_assert(offsetof(FAccelByteModelsGroupUpdatable, GroupName) == 0x000000, "Member 'FAccelByteModelsGroupUpdatable::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupUpdatable, GroupRegion) == 0x000010, "Member 'FAccelByteModelsGroupUpdatable::GroupRegion' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupUpdatable, GroupType) == 0x000020, "Member 'FAccelByteModelsGroupUpdatable::GroupType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupUpdatable, CustomAttributes) == 0x000028, "Member 'FAccelByteModelsGroupUpdatable::CustomAttributes' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupUpdatable, GroupDescription) == 0x000048, "Member 'FAccelByteModelsGroupUpdatable::GroupDescription' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupUpdatable, GroupIcon) == 0x000058, "Member 'FAccelByteModelsGroupUpdatable::GroupIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsCreateGroupRequest \ +static_assert(alignof(FAccelByteModelsCreateGroupRequest) == 0x000008, "Wrong alignment on FAccelByteModelsCreateGroupRequest"); \ +static_assert(sizeof(FAccelByteModelsCreateGroupRequest) == 0x0000B0, "Wrong size on FAccelByteModelsCreateGroupRequest"); \ +static_assert(offsetof(FAccelByteModelsCreateGroupRequest, ConfigurationCode) == 0x000068, "Member 'FAccelByteModelsCreateGroupRequest::ConfigurationCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCreateGroupRequest, GroupMaxMember) == 0x000078, "Member 'FAccelByteModelsCreateGroupRequest::GroupMaxMember' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCreateGroupRequest, GroupRules) == 0x000080, "Member 'FAccelByteModelsCreateGroupRequest::GroupRules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatNotif \ +static_assert(alignof(FAccelByteModelsChatNotif) == 0x000008, "Wrong alignment on FAccelByteModelsChatNotif"); \ +static_assert(sizeof(FAccelByteModelsChatNotif) == 0x000048, "Wrong size on FAccelByteModelsChatNotif"); \ +static_assert(offsetof(FAccelByteModelsChatNotif, ChatId) == 0x000000, "Member 'FAccelByteModelsChatNotif::ChatId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatNotif, Message) == 0x000010, "Member 'FAccelByteModelsChatNotif::Message' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatNotif, CreatedAt) == 0x000020, "Member 'FAccelByteModelsChatNotif::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatNotif, TopicId) == 0x000028, "Member 'FAccelByteModelsChatNotif::TopicId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatNotif, From) == 0x000038, "Member 'FAccelByteModelsChatNotif::From' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FListUserDataRequest \ +static_assert(alignof(FListUserDataRequest) == 0x000008, "Wrong alignment on FListUserDataRequest"); \ +static_assert(sizeof(FListUserDataRequest) == 0x000010, "Wrong size on FListUserDataRequest"); \ +static_assert(offsetof(FListUserDataRequest, UserIds) == 0x000000, "Member 'FListUserDataRequest::UserIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsLimitOffsetRequest \ +static_assert(alignof(FAccelByteModelsLimitOffsetRequest) == 0x000004, "Wrong alignment on FAccelByteModelsLimitOffsetRequest"); \ +static_assert(sizeof(FAccelByteModelsLimitOffsetRequest) == 0x000008, "Wrong size on FAccelByteModelsLimitOffsetRequest"); \ +static_assert(offsetof(FAccelByteModelsLimitOffsetRequest, Limit) == 0x000000, "Member 'FAccelByteModelsLimitOffsetRequest::Limit' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLimitOffsetRequest, Offset) == 0x000004, "Member 'FAccelByteModelsLimitOffsetRequest::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2GameSessionEndedEvent \ +static_assert(alignof(FAccelByteModelsV2GameSessionEndedEvent) == 0x000008, "Wrong alignment on FAccelByteModelsV2GameSessionEndedEvent"); \ +static_assert(sizeof(FAccelByteModelsV2GameSessionEndedEvent) == 0x000018, "Wrong size on FAccelByteModelsV2GameSessionEndedEvent"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionEndedEvent, SessionID) == 0x000000, "Member 'FAccelByteModelsV2GameSessionEndedEvent::SessionID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionEndedEvent, TextChat) == 0x000010, "Member 'FAccelByteModelsV2GameSessionEndedEvent::TextChat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGetGroupListRequest \ +static_assert(alignof(FAccelByteModelsGetGroupListRequest) == 0x000008, "Wrong alignment on FAccelByteModelsGetGroupListRequest"); \ +static_assert(sizeof(FAccelByteModelsGetGroupListRequest) == 0x000028, "Wrong size on FAccelByteModelsGetGroupListRequest"); \ +static_assert(offsetof(FAccelByteModelsGetGroupListRequest, GroupName) == 0x000008, "Member 'FAccelByteModelsGetGroupListRequest::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGetGroupListRequest, GroupRegion) == 0x000018, "Member 'FAccelByteModelsGetGroupListRequest::GroupRegion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatRefreshTokenResponse \ +static_assert(alignof(FAccelByteModelsChatRefreshTokenResponse) == 0x000008, "Wrong alignment on FAccelByteModelsChatRefreshTokenResponse"); \ +static_assert(sizeof(FAccelByteModelsChatRefreshTokenResponse) == 0x000010, "Wrong size on FAccelByteModelsChatRefreshTokenResponse"); \ +static_assert(offsetof(FAccelByteModelsChatRefreshTokenResponse, Code) == 0x000000, "Member 'FAccelByteModelsChatRefreshTokenResponse::Code' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2SessionStorageChangedEvent \ +static_assert(alignof(FAccelByteModelsV2SessionStorageChangedEvent) == 0x000008, "Wrong alignment on FAccelByteModelsV2SessionStorageChangedEvent"); \ +static_assert(sizeof(FAccelByteModelsV2SessionStorageChangedEvent) == 0x000058, "Wrong size on FAccelByteModelsV2SessionStorageChangedEvent"); \ +static_assert(offsetof(FAccelByteModelsV2SessionStorageChangedEvent, Namespace) == 0x000000, "Member 'FAccelByteModelsV2SessionStorageChangedEvent::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2SessionStorageChangedEvent, SessionID) == 0x000010, "Member 'FAccelByteModelsV2SessionStorageChangedEvent::SessionID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2SessionStorageChangedEvent, ActorUserID) == 0x000020, "Member 'FAccelByteModelsV2SessionStorageChangedEvent::ActorUserID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2SessionStorageChangedEvent, IsLeader) == 0x000030, "Member 'FAccelByteModelsV2SessionStorageChangedEvent::IsLeader' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2SessionStorageChangedEvent, StorageChanges) == 0x000038, "Member 'FAccelByteModelsV2SessionStorageChangedEvent::StorageChanges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUpdateGroupCustomAttributesRequest \ +static_assert(alignof(FAccelByteModelsUpdateGroupCustomAttributesRequest) == 0x000008, "Wrong alignment on FAccelByteModelsUpdateGroupCustomAttributesRequest"); \ +static_assert(sizeof(FAccelByteModelsUpdateGroupCustomAttributesRequest) == 0x000020, "Wrong size on FAccelByteModelsUpdateGroupCustomAttributesRequest"); \ +static_assert(offsetof(FAccelByteModelsUpdateGroupCustomAttributesRequest, CustomAttributes) == 0x000000, "Member 'FAccelByteModelsUpdateGroupCustomAttributesRequest::CustomAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2NativeSessionSyncNotif \ +static_assert(alignof(FAccelByteModelsV2NativeSessionSyncNotif) == 0x000008, "Wrong alignment on FAccelByteModelsV2NativeSessionSyncNotif"); \ +static_assert(sizeof(FAccelByteModelsV2NativeSessionSyncNotif) == 0x000040, "Wrong size on FAccelByteModelsV2NativeSessionSyncNotif"); \ +static_assert(offsetof(FAccelByteModelsV2NativeSessionSyncNotif, PlatformName) == 0x000000, "Member 'FAccelByteModelsV2NativeSessionSyncNotif::PlatformName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2NativeSessionSyncNotif, PlatformSessionID) == 0x000010, "Member 'FAccelByteModelsV2NativeSessionSyncNotif::PlatformSessionID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2NativeSessionSyncNotif, Namespace) == 0x000020, "Member 'FAccelByteModelsV2NativeSessionSyncNotif::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2NativeSessionSyncNotif, SessionID) == 0x000030, "Member 'FAccelByteModelsV2NativeSessionSyncNotif::SessionID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsEntitlementUpdate \ +static_assert(alignof(FAccelByteModelsEntitlementUpdate) == 0x000008, "Wrong alignment on FAccelByteModelsEntitlementUpdate"); \ +static_assert(sizeof(FAccelByteModelsEntitlementUpdate) == 0x0000F0, "Wrong size on FAccelByteModelsEntitlementUpdate"); \ +static_assert(offsetof(FAccelByteModelsEntitlementUpdate, Id) == 0x000000, "Member 'FAccelByteModelsEntitlementUpdate::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementUpdate, Namespace) == 0x000010, "Member 'FAccelByteModelsEntitlementUpdate::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementUpdate, Clazz) == 0x000020, "Member 'FAccelByteModelsEntitlementUpdate::Clazz' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementUpdate, Type) == 0x000021, "Member 'FAccelByteModelsEntitlementUpdate::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementUpdate, Status) == 0x000022, "Member 'FAccelByteModelsEntitlementUpdate::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementUpdate, AppId) == 0x000028, "Member 'FAccelByteModelsEntitlementUpdate::AppId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementUpdate, AppType) == 0x000038, "Member 'FAccelByteModelsEntitlementUpdate::AppType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementUpdate, Sku) == 0x000040, "Member 'FAccelByteModelsEntitlementUpdate::Sku' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementUpdate, UserId) == 0x000050, "Member 'FAccelByteModelsEntitlementUpdate::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementUpdate, ItemId) == 0x000060, "Member 'FAccelByteModelsEntitlementUpdate::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementUpdate, GrantedCode) == 0x000070, "Member 'FAccelByteModelsEntitlementUpdate::GrantedCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementUpdate, ItemNamespace) == 0x000080, "Member 'FAccelByteModelsEntitlementUpdate::ItemNamespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementUpdate, Name) == 0x000090, "Member 'FAccelByteModelsEntitlementUpdate::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementUpdate, UseCount) == 0x0000A0, "Member 'FAccelByteModelsEntitlementUpdate::UseCount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementUpdate, Source) == 0x0000A4, "Member 'FAccelByteModelsEntitlementUpdate::Source' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementUpdate, StartDate) == 0x0000A8, "Member 'FAccelByteModelsEntitlementUpdate::StartDate' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementUpdate, EndDate) == 0x0000B0, "Member 'FAccelByteModelsEntitlementUpdate::EndDate' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementUpdate, GrantedAt) == 0x0000B8, "Member 'FAccelByteModelsEntitlementUpdate::GrantedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementUpdate, CreatedAt) == 0x0000C0, "Member 'FAccelByteModelsEntitlementUpdate::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementUpdate, UpdatedAt) == 0x0000C8, "Member 'FAccelByteModelsEntitlementUpdate::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementUpdate, Origin) == 0x0000D0, "Member 'FAccelByteModelsEntitlementUpdate::Origin' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementUpdate, CollectionId) == 0x0000D8, "Member 'FAccelByteModelsEntitlementUpdate::CollectionId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementUpdate, Stackable) == 0x0000E8, "Member 'FAccelByteModelsEntitlementUpdate::Stackable' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementUpdate, StackedUseCount) == 0x0000EC, "Member 'FAccelByteModelsEntitlementUpdate::StackedUseCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsEntitlementUpdatedNotification \ +static_assert(alignof(FAccelByteModelsEntitlementUpdatedNotification) == 0x000008, "Wrong alignment on FAccelByteModelsEntitlementUpdatedNotification"); \ +static_assert(sizeof(FAccelByteModelsEntitlementUpdatedNotification) == 0x000018, "Wrong size on FAccelByteModelsEntitlementUpdatedNotification"); \ +static_assert(offsetof(FAccelByteModelsEntitlementUpdatedNotification, Action) == 0x000000, "Member 'FAccelByteModelsEntitlementUpdatedNotification::Action' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementUpdatedNotification, Data) == 0x000008, "Member 'FAccelByteModelsEntitlementUpdatedNotification::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUpdateGroupPredefinedRuleRequest \ +static_assert(alignof(FAccelByteModelsUpdateGroupPredefinedRuleRequest) == 0x000008, "Wrong alignment on FAccelByteModelsUpdateGroupPredefinedRuleRequest"); \ +static_assert(sizeof(FAccelByteModelsUpdateGroupPredefinedRuleRequest) == 0x000010, "Wrong size on FAccelByteModelsUpdateGroupPredefinedRuleRequest"); \ +static_assert(offsetof(FAccelByteModelsUpdateGroupPredefinedRuleRequest, RuleDetail) == 0x000000, "Member 'FAccelByteModelsUpdateGroupPredefinedRuleRequest::RuleDetail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsItemCriteria \ +static_assert(alignof(FAccelByteModelsItemCriteria) == 0x000008, "Wrong alignment on FAccelByteModelsItemCriteria"); \ +static_assert(sizeof(FAccelByteModelsItemCriteria) == 0x000090, "Wrong size on FAccelByteModelsItemCriteria"); \ +static_assert(offsetof(FAccelByteModelsItemCriteria, StoreId) == 0x000000, "Member 'FAccelByteModelsItemCriteria::StoreId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteria, ItemType) == 0x000010, "Member 'FAccelByteModelsItemCriteria::ItemType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteria, AppType) == 0x000011, "Member 'FAccelByteModelsItemCriteria::AppType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteria, Region) == 0x000018, "Member 'FAccelByteModelsItemCriteria::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteria, Language) == 0x000028, "Member 'FAccelByteModelsItemCriteria::Language' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteria, CategoryPath) == 0x000038, "Member 'FAccelByteModelsItemCriteria::CategoryPath' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteria, IncludeSubCategoryItem) == 0x000048, "Member 'FAccelByteModelsItemCriteria::IncludeSubCategoryItem' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteria, BaseAppId) == 0x000050, "Member 'FAccelByteModelsItemCriteria::BaseAppId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteria, Tags) == 0x000060, "Member 'FAccelByteModelsItemCriteria::Tags' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteria, Features) == 0x000070, "Member 'FAccelByteModelsItemCriteria::Features' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteria, SortBy) == 0x000080, "Member 'FAccelByteModelsItemCriteria::SortBy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSeasonClaimRewardResponseJsonWrapper \ +static_assert(alignof(FAccelByteModelsSeasonClaimRewardResponseJsonWrapper) == 0x000008, "Wrong alignment on FAccelByteModelsSeasonClaimRewardResponseJsonWrapper"); \ +static_assert(sizeof(FAccelByteModelsSeasonClaimRewardResponseJsonWrapper) == 0x0000A0, "Wrong size on FAccelByteModelsSeasonClaimRewardResponseJsonWrapper"); \ +static_assert(offsetof(FAccelByteModelsSeasonClaimRewardResponseJsonWrapper, ToClaimRewards) == 0x000000, "Member 'FAccelByteModelsSeasonClaimRewardResponseJsonWrapper::ToClaimRewards' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonClaimRewardResponseJsonWrapper, ClaimingRewards) == 0x000050, "Member 'FAccelByteModelsSeasonClaimRewardResponseJsonWrapper::ClaimingRewards' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatActionCreateTopicServerResponse \ +static_assert(alignof(FAccelByteModelsChatActionCreateTopicServerResponse) == 0x000008, "Wrong alignment on FAccelByteModelsChatActionCreateTopicServerResponse"); \ +static_assert(sizeof(FAccelByteModelsChatActionCreateTopicServerResponse) == 0x000050, "Wrong size on FAccelByteModelsChatActionCreateTopicServerResponse"); \ +static_assert(offsetof(FAccelByteModelsChatActionCreateTopicServerResponse, Namespace) == 0x000000, "Member 'FAccelByteModelsChatActionCreateTopicServerResponse::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatActionCreateTopicServerResponse, TopicId) == 0x000010, "Member 'FAccelByteModelsChatActionCreateTopicServerResponse::TopicId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatActionCreateTopicServerResponse, Name) == 0x000020, "Member 'FAccelByteModelsChatActionCreateTopicServerResponse::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatActionCreateTopicServerResponse, Type) == 0x000030, "Member 'FAccelByteModelsChatActionCreateTopicServerResponse::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatActionCreateTopicServerResponse, IsJoinable) == 0x000031, "Member 'FAccelByteModelsChatActionCreateTopicServerResponse::IsJoinable' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatActionCreateTopicServerResponse, IsChannel) == 0x000032, "Member 'FAccelByteModelsChatActionCreateTopicServerResponse::IsChannel' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatActionCreateTopicServerResponse, CreatedAt) == 0x000038, "Member 'FAccelByteModelsChatActionCreateTopicServerResponse::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatActionCreateTopicServerResponse, CreatedBy) == 0x000040, "Member 'FAccelByteModelsChatActionCreateTopicServerResponse::CreatedBy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsBulkStatItemInc \ +static_assert(alignof(FAccelByteModelsBulkStatItemInc) == 0x000008, "Wrong alignment on FAccelByteModelsBulkStatItemInc"); \ +static_assert(sizeof(FAccelByteModelsBulkStatItemInc) == 0x000018, "Wrong size on FAccelByteModelsBulkStatItemInc"); \ +static_assert(offsetof(FAccelByteModelsBulkStatItemInc, inc) == 0x000000, "Member 'FAccelByteModelsBulkStatItemInc::inc' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsBulkStatItemInc, statCode) == 0x000008, "Member 'FAccelByteModelsBulkStatItemInc::statCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsRewardGetRewardByCodePayload \ +static_assert(alignof(FAccelByteModelsRewardGetRewardByCodePayload) == 0x000008, "Wrong alignment on FAccelByteModelsRewardGetRewardByCodePayload"); \ +static_assert(sizeof(FAccelByteModelsRewardGetRewardByCodePayload) == 0x000038, "Wrong size on FAccelByteModelsRewardGetRewardByCodePayload"); \ +static_assert(offsetof(FAccelByteModelsRewardGetRewardByCodePayload, UserId) == 0x000018, "Member 'FAccelByteModelsRewardGetRewardByCodePayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRewardGetRewardByCodePayload, RewardCode) == 0x000028, "Member 'FAccelByteModelsRewardGetRewardByCodePayload::RewardCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserProfileInfo \ +static_assert(alignof(FAccelByteModelsUserProfileInfo) == 0x000008, "Wrong alignment on FAccelByteModelsUserProfileInfo"); \ +static_assert(sizeof(FAccelByteModelsUserProfileInfo) == 0x000110, "Wrong size on FAccelByteModelsUserProfileInfo"); \ +static_assert(offsetof(FAccelByteModelsUserProfileInfo, UserId) == 0x000000, "Member 'FAccelByteModelsUserProfileInfo::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileInfo, Namespace) == 0x000010, "Member 'FAccelByteModelsUserProfileInfo::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileInfo, FirstName) == 0x000020, "Member 'FAccelByteModelsUserProfileInfo::FirstName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileInfo, LastName) == 0x000030, "Member 'FAccelByteModelsUserProfileInfo::LastName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileInfo, AvatarSmallUrl) == 0x000040, "Member 'FAccelByteModelsUserProfileInfo::AvatarSmallUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileInfo, AvatarUrl) == 0x000050, "Member 'FAccelByteModelsUserProfileInfo::AvatarUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileInfo, AvatarLargeUrl) == 0x000060, "Member 'FAccelByteModelsUserProfileInfo::AvatarLargeUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileInfo, Status) == 0x000070, "Member 'FAccelByteModelsUserProfileInfo::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileInfo, Language) == 0x000080, "Member 'FAccelByteModelsUserProfileInfo::Language' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileInfo, DateOfBirth) == 0x000090, "Member 'FAccelByteModelsUserProfileInfo::DateOfBirth' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileInfo, Timezone) == 0x0000A0, "Member 'FAccelByteModelsUserProfileInfo::Timezone' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileInfo, CustomAttributes) == 0x0000B0, "Member 'FAccelByteModelsUserProfileInfo::CustomAttributes' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileInfo, ZipCode) == 0x0000D0, "Member 'FAccelByteModelsUserProfileInfo::ZipCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileInfo, PublicId) == 0x0000E0, "Member 'FAccelByteModelsUserProfileInfo::PublicId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileInfo, PrivateCustomAttributes) == 0x0000F0, "Member 'FAccelByteModelsUserProfileInfo::PrivateCustomAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserProfileCreateRequest \ +static_assert(alignof(FAccelByteModelsUserProfileCreateRequest) == 0x000008, "Wrong alignment on FAccelByteModelsUserProfileCreateRequest"); \ +static_assert(sizeof(FAccelByteModelsUserProfileCreateRequest) == 0x0000C0, "Wrong size on FAccelByteModelsUserProfileCreateRequest"); \ +static_assert(offsetof(FAccelByteModelsUserProfileCreateRequest, FirstName) == 0x000000, "Member 'FAccelByteModelsUserProfileCreateRequest::FirstName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileCreateRequest, LastName) == 0x000010, "Member 'FAccelByteModelsUserProfileCreateRequest::LastName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileCreateRequest, Language) == 0x000020, "Member 'FAccelByteModelsUserProfileCreateRequest::Language' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileCreateRequest, AvatarSmallUrl) == 0x000030, "Member 'FAccelByteModelsUserProfileCreateRequest::AvatarSmallUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileCreateRequest, AvatarUrl) == 0x000040, "Member 'FAccelByteModelsUserProfileCreateRequest::AvatarUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileCreateRequest, AvatarLargeUrl) == 0x000050, "Member 'FAccelByteModelsUserProfileCreateRequest::AvatarLargeUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileCreateRequest, Timezone) == 0x000060, "Member 'FAccelByteModelsUserProfileCreateRequest::Timezone' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileCreateRequest, DateOfBirth) == 0x000070, "Member 'FAccelByteModelsUserProfileCreateRequest::DateOfBirth' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileCreateRequest, CustomAttributes) == 0x000080, "Member 'FAccelByteModelsUserProfileCreateRequest::CustomAttributes' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileCreateRequest, PrivateCustomAttributes) == 0x0000A0, "Member 'FAccelByteModelsUserProfileCreateRequest::PrivateCustomAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTime \ +static_assert(alignof(FTime) == 0x000008, "Wrong alignment on FTime"); \ +static_assert(sizeof(FTime) == 0x000008, "Wrong size on FTime"); \ +static_assert(offsetof(FTime, CurrentTime) == 0x000000, "Member 'FTime::CurrentTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserProfileUpdateRequest \ +static_assert(alignof(FAccelByteModelsUserProfileUpdateRequest) == 0x000008, "Wrong alignment on FAccelByteModelsUserProfileUpdateRequest"); \ +static_assert(sizeof(FAccelByteModelsUserProfileUpdateRequest) == 0x0000D0, "Wrong size on FAccelByteModelsUserProfileUpdateRequest"); \ +static_assert(offsetof(FAccelByteModelsUserProfileUpdateRequest, FirstName) == 0x000000, "Member 'FAccelByteModelsUserProfileUpdateRequest::FirstName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileUpdateRequest, LastName) == 0x000010, "Member 'FAccelByteModelsUserProfileUpdateRequest::LastName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileUpdateRequest, AvatarSmallUrl) == 0x000020, "Member 'FAccelByteModelsUserProfileUpdateRequest::AvatarSmallUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileUpdateRequest, AvatarUrl) == 0x000030, "Member 'FAccelByteModelsUserProfileUpdateRequest::AvatarUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileUpdateRequest, AvatarLargeUrl) == 0x000040, "Member 'FAccelByteModelsUserProfileUpdateRequest::AvatarLargeUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileUpdateRequest, Language) == 0x000050, "Member 'FAccelByteModelsUserProfileUpdateRequest::Language' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileUpdateRequest, Timezone) == 0x000060, "Member 'FAccelByteModelsUserProfileUpdateRequest::Timezone' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileUpdateRequest, DateOfBirth) == 0x000070, "Member 'FAccelByteModelsUserProfileUpdateRequest::DateOfBirth' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileUpdateRequest, ZipCode) == 0x000080, "Member 'FAccelByteModelsUserProfileUpdateRequest::ZipCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileUpdateRequest, PrivateCustomAttributes) == 0x000090, "Member 'FAccelByteModelsUserProfileUpdateRequest::PrivateCustomAttributes' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserProfileUpdateRequest, CustomAttributes) == 0x0000B0, "Member 'FAccelByteModelsUserProfileUpdateRequest::CustomAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatSystemMessageNotif \ +static_assert(alignof(FAccelByteModelsChatSystemMessageNotif) == 0x000008, "Wrong alignment on FAccelByteModelsChatSystemMessageNotif"); \ +static_assert(sizeof(FAccelByteModelsChatSystemMessageNotif) == 0x000040, "Wrong size on FAccelByteModelsChatSystemMessageNotif"); \ +static_assert(offsetof(FAccelByteModelsChatSystemMessageNotif, MessageId) == 0x000000, "Member 'FAccelByteModelsChatSystemMessageNotif::MessageId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatSystemMessageNotif, Category) == 0x000010, "Member 'FAccelByteModelsChatSystemMessageNotif::Category' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatSystemMessageNotif, Message) == 0x000020, "Member 'FAccelByteModelsChatSystemMessageNotif::Message' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatSystemMessageNotif, CreatedAt) == 0x000030, "Member 'FAccelByteModelsChatSystemMessageNotif::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatSystemMessageNotif, ExpiredAt) == 0x000038, "Member 'FAccelByteModelsChatSystemMessageNotif::ExpiredAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsQosServer \ +static_assert(alignof(FAccelByteModelsQosServer) == 0x000008, "Wrong alignment on FAccelByteModelsQosServer"); \ +static_assert(sizeof(FAccelByteModelsQosServer) == 0x000048, "Wrong size on FAccelByteModelsQosServer"); \ +static_assert(offsetof(FAccelByteModelsQosServer, Ip) == 0x000000, "Member 'FAccelByteModelsQosServer::Ip' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsQosServer, Port) == 0x000010, "Member 'FAccelByteModelsQosServer::Port' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsQosServer, Region) == 0x000018, "Member 'FAccelByteModelsQosServer::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsQosServer, Status) == 0x000028, "Member 'FAccelByteModelsQosServer::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsQosServer, Last_update) == 0x000038, "Member 'FAccelByteModelsQosServer::Last_update' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsQosServerList \ +static_assert(alignof(FAccelByteModelsQosServerList) == 0x000008, "Wrong alignment on FAccelByteModelsQosServerList"); \ +static_assert(sizeof(FAccelByteModelsQosServerList) == 0x000010, "Wrong size on FAccelByteModelsQosServerList"); \ +static_assert(offsetof(FAccelByteModelsQosServerList, Servers) == 0x000000, "Member 'FAccelByteModelsQosServerList::Servers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatQueryTopicByIdResponse \ +static_assert(alignof(FAccelByteModelsChatQueryTopicByIdResponse) == 0x000008, "Wrong alignment on FAccelByteModelsChatQueryTopicByIdResponse"); \ +static_assert(sizeof(FAccelByteModelsChatQueryTopicByIdResponse) == 0x000050, "Wrong size on FAccelByteModelsChatQueryTopicByIdResponse"); \ +static_assert(offsetof(FAccelByteModelsChatQueryTopicByIdResponse, Processed) == 0x000000, "Member 'FAccelByteModelsChatQueryTopicByIdResponse::Processed' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatQueryTopicByIdResponse, Data) == 0x000008, "Member 'FAccelByteModelsChatQueryTopicByIdResponse::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2PartyUserJoinedEvent \ +static_assert(alignof(FAccelByteModelsV2PartyUserJoinedEvent) == 0x000008, "Wrong alignment on FAccelByteModelsV2PartyUserJoinedEvent"); \ +static_assert(sizeof(FAccelByteModelsV2PartyUserJoinedEvent) == 0x000020, "Wrong size on FAccelByteModelsV2PartyUserJoinedEvent"); \ +static_assert(offsetof(FAccelByteModelsV2PartyUserJoinedEvent, PartyID) == 0x000000, "Member 'FAccelByteModelsV2PartyUserJoinedEvent::PartyID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PartyUserJoinedEvent, Members) == 0x000010, "Member 'FAccelByteModelsV2PartyUserJoinedEvent::Members' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetRejectConsentRequest \ +static_assert(alignof(FSetRejectConsentRequest) == 0x000008, "Wrong alignment on FSetRejectConsentRequest"); \ +static_assert(sizeof(FSetRejectConsentRequest) == 0x000010, "Wrong size on FSetRejectConsentRequest"); \ +static_assert(offsetof(FSetRejectConsentRequest, matchId) == 0x000000, "Member 'FSetRejectConsentRequest::matchId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetReadyConsentRequest \ +static_assert(alignof(FSetReadyConsentRequest) == 0x000008, "Wrong alignment on FSetReadyConsentRequest"); \ +static_assert(sizeof(FSetReadyConsentRequest) == 0x000010, "Wrong size on FSetReadyConsentRequest"); \ +static_assert(offsetof(FSetReadyConsentRequest, matchId) == 0x000000, "Member 'FSetReadyConsentRequest::matchId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStartMatchmakingRequest \ +static_assert(alignof(FStartMatchmakingRequest) == 0x000008, "Wrong alignment on FStartMatchmakingRequest"); \ +static_assert(sizeof(FStartMatchmakingRequest) == 0x000010, "Wrong size on FStartMatchmakingRequest"); \ +static_assert(offsetof(FStartMatchmakingRequest, gameMode) == 0x000000, "Member 'FStartMatchmakingRequest::gameMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSendChannelMessageRequest \ +static_assert(alignof(FSendChannelMessageRequest) == 0x000008, "Wrong alignment on FSendChannelMessageRequest"); \ +static_assert(sizeof(FSendChannelMessageRequest) == 0x000010, "Wrong size on FSendChannelMessageRequest"); \ +static_assert(offsetof(FSendChannelMessageRequest, Message) == 0x000000, "Member 'FSendChannelMessageRequest::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSendPartyMessageRequest \ +static_assert(alignof(FSendPartyMessageRequest) == 0x000008, "Wrong alignment on FSendPartyMessageRequest"); \ +static_assert(sizeof(FSendPartyMessageRequest) == 0x000010, "Wrong size on FSendPartyMessageRequest"); \ +static_assert(offsetof(FSendPartyMessageRequest, Message) == 0x000000, "Member 'FSendPartyMessageRequest::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlayerRecordGetRecordsPayload \ +static_assert(alignof(FAccelByteModelsPlayerRecordGetRecordsPayload) == 0x000008, "Wrong alignment on FAccelByteModelsPlayerRecordGetRecordsPayload"); \ +static_assert(sizeof(FAccelByteModelsPlayerRecordGetRecordsPayload) == 0x000038, "Wrong size on FAccelByteModelsPlayerRecordGetRecordsPayload"); \ +static_assert(offsetof(FAccelByteModelsPlayerRecordGetRecordsPayload, UserId) == 0x000018, "Member 'FAccelByteModelsPlayerRecordGetRecordsPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayerRecordGetRecordsPayload, Keys) == 0x000028, "Member 'FAccelByteModelsPlayerRecordGetRecordsPayload::Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPublicPlayerRecordGetOtherUserRecordsPayload \ +static_assert(alignof(FAccelByteModelsPublicPlayerRecordGetOtherUserRecordsPayload) == 0x000008, "Wrong alignment on FAccelByteModelsPublicPlayerRecordGetOtherUserRecordsPayload"); \ +static_assert(sizeof(FAccelByteModelsPublicPlayerRecordGetOtherUserRecordsPayload) == 0x000038, "Wrong size on FAccelByteModelsPublicPlayerRecordGetOtherUserRecordsPayload"); \ + +#define DUMPER7_ASSERTS_FWritePartyStorageRequest \ +static_assert(alignof(FWritePartyStorageRequest) == 0x000010, "Wrong alignment on FWritePartyStorageRequest"); \ +static_assert(sizeof(FWritePartyStorageRequest) == 0x000060, "Wrong size on FWritePartyStorageRequest"); \ +static_assert(offsetof(FWritePartyStorageRequest, partyId) == 0x000000, "Member 'FWritePartyStorageRequest::partyId' has a wrong offset!"); \ +static_assert(offsetof(FWritePartyStorageRequest, RetryAttempt) == 0x000010, "Member 'FWritePartyStorageRequest::RetryAttempt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetPartyStorageRequest \ +static_assert(alignof(FGetPartyStorageRequest) == 0x000008, "Wrong alignment on FGetPartyStorageRequest"); \ +static_assert(sizeof(FGetPartyStorageRequest) == 0x000010, "Wrong size on FGetPartyStorageRequest"); \ +static_assert(offsetof(FGetPartyStorageRequest, partyId) == 0x000000, "Member 'FGetPartyStorageRequest::partyId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPartyPromoteLeaderRequest \ +static_assert(alignof(FPartyPromoteLeaderRequest) == 0x000008, "Wrong alignment on FPartyPromoteLeaderRequest"); \ +static_assert(sizeof(FPartyPromoteLeaderRequest) == 0x000010, "Wrong size on FPartyPromoteLeaderRequest"); \ +static_assert(offsetof(FPartyPromoteLeaderRequest, userId) == 0x000000, "Member 'FPartyPromoteLeaderRequest::userId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPublicPlayerRecordGetSameRecordsFromUsersPayload \ +static_assert(alignof(FAccelByteModelsPublicPlayerRecordGetSameRecordsFromUsersPayload) == 0x000008, "Wrong alignment on FAccelByteModelsPublicPlayerRecordGetSameRecordsFromUsersPayload"); \ +static_assert(sizeof(FAccelByteModelsPublicPlayerRecordGetSameRecordsFromUsersPayload) == 0x000038, "Wrong size on FAccelByteModelsPublicPlayerRecordGetSameRecordsFromUsersPayload"); \ +static_assert(offsetof(FAccelByteModelsPublicPlayerRecordGetSameRecordsFromUsersPayload, Key) == 0x000018, "Member 'FAccelByteModelsPublicPlayerRecordGetSameRecordsFromUsersPayload::Key' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicPlayerRecordGetSameRecordsFromUsersPayload, UserIds) == 0x000028, "Member 'FAccelByteModelsPublicPlayerRecordGetSameRecordsFromUsersPayload::UserIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPartyJoinViaCodeRequest \ +static_assert(alignof(FPartyJoinViaCodeRequest) == 0x000008, "Wrong alignment on FPartyJoinViaCodeRequest"); \ +static_assert(sizeof(FPartyJoinViaCodeRequest) == 0x000010, "Wrong size on FPartyJoinViaCodeRequest"); \ +static_assert(offsetof(FPartyJoinViaCodeRequest, partyCode) == 0x000000, "Member 'FPartyJoinViaCodeRequest::partyCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPartyKickRequest \ +static_assert(alignof(FPartyKickRequest) == 0x000008, "Wrong alignment on FPartyKickRequest"); \ +static_assert(sizeof(FPartyKickRequest) == 0x000010, "Wrong size on FPartyKickRequest"); \ +static_assert(offsetof(FPartyKickRequest, memberID) == 0x000000, "Member 'FPartyKickRequest::memberID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsStatCycleItemGetItemListPayload \ +static_assert(alignof(FAccelByteModelsStatCycleItemGetItemListPayload) == 0x000008, "Wrong alignment on FAccelByteModelsStatCycleItemGetItemListPayload"); \ +static_assert(sizeof(FAccelByteModelsStatCycleItemGetItemListPayload) == 0x000038, "Wrong size on FAccelByteModelsStatCycleItemGetItemListPayload"); \ +static_assert(offsetof(FAccelByteModelsStatCycleItemGetItemListPayload, UserId) == 0x000018, "Member 'FAccelByteModelsStatCycleItemGetItemListPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatCycleItemGetItemListPayload, CycleId) == 0x000028, "Member 'FAccelByteModelsStatCycleItemGetItemListPayload::CycleId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsStatCycleItemGetCycleItemsPayload \ +static_assert(alignof(FAccelByteModelsStatCycleItemGetCycleItemsPayload) == 0x000008, "Wrong alignment on FAccelByteModelsStatCycleItemGetCycleItemsPayload"); \ +static_assert(sizeof(FAccelByteModelsStatCycleItemGetCycleItemsPayload) == 0x000048, "Wrong size on FAccelByteModelsStatCycleItemGetCycleItemsPayload"); \ +static_assert(offsetof(FAccelByteModelsStatCycleItemGetCycleItemsPayload, StatCodes) == 0x000038, "Member 'FAccelByteModelsStatCycleItemGetCycleItemsPayload::StatCodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPartyInviteRequest \ +static_assert(alignof(FPartyInviteRequest) == 0x000008, "Wrong alignment on FPartyInviteRequest"); \ +static_assert(sizeof(FPartyInviteRequest) == 0x000010, "Wrong size on FPartyInviteRequest"); \ +static_assert(offsetof(FPartyInviteRequest, friendID) == 0x000000, "Member 'FPartyInviteRequest::friendID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBulkGetUserPresenceRequest \ +static_assert(alignof(FBulkGetUserPresenceRequest) == 0x000008, "Wrong alignment on FBulkGetUserPresenceRequest"); \ +static_assert(sizeof(FBulkGetUserPresenceRequest) == 0x000018, "Wrong size on FBulkGetUserPresenceRequest"); \ +static_assert(offsetof(FBulkGetUserPresenceRequest, bCountOnly) == 0x000000, "Member 'FBulkGetUserPresenceRequest::bCountOnly' has a wrong offset!"); \ +static_assert(offsetof(FBulkGetUserPresenceRequest, UserIds) == 0x000008, "Member 'FBulkGetUserPresenceRequest::UserIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetSessionAttributeRequest \ +static_assert(alignof(FGetSessionAttributeRequest) == 0x000008, "Wrong alignment on FGetSessionAttributeRequest"); \ +static_assert(sizeof(FGetSessionAttributeRequest) == 0x000010, "Wrong size on FGetSessionAttributeRequest"); \ +static_assert(offsetof(FGetSessionAttributeRequest, Key) == 0x000000, "Member 'FGetSessionAttributeRequest::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetSessionAttributeRequest \ +static_assert(alignof(FSetSessionAttributeRequest) == 0x000008, "Wrong alignment on FSetSessionAttributeRequest"); \ +static_assert(sizeof(FSetSessionAttributeRequest) == 0x000020, "Wrong size on FSetSessionAttributeRequest"); \ +static_assert(offsetof(FSetSessionAttributeRequest, Key) == 0x000000, "Member 'FSetSessionAttributeRequest::Key' has a wrong offset!"); \ +static_assert(offsetof(FSetSessionAttributeRequest, Value) == 0x000010, "Member 'FSetSessionAttributeRequest::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSendSignalingMessageRequest \ +static_assert(alignof(FSendSignalingMessageRequest) == 0x000008, "Wrong alignment on FSendSignalingMessageRequest"); \ +static_assert(sizeof(FSendSignalingMessageRequest) == 0x000020, "Wrong size on FSendSignalingMessageRequest"); \ +static_assert(offsetof(FSendSignalingMessageRequest, UserID) == 0x000000, "Member 'FSendSignalingMessageRequest::UserID' has a wrong offset!"); \ +static_assert(offsetof(FSendSignalingMessageRequest, Message) == 0x000010, "Member 'FSendSignalingMessageRequest::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2GameSessionMembersChangedEvent \ +static_assert(alignof(FAccelByteModelsV2GameSessionMembersChangedEvent) == 0x000008, "Wrong alignment on FAccelByteModelsV2GameSessionMembersChangedEvent"); \ +static_assert(sizeof(FAccelByteModelsV2GameSessionMembersChangedEvent) == 0x000330, "Wrong size on FAccelByteModelsV2GameSessionMembersChangedEvent"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionMembersChangedEvent, SessionID) == 0x000000, "Member 'FAccelByteModelsV2GameSessionMembersChangedEvent::SessionID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionMembersChangedEvent, Members) == 0x000010, "Member 'FAccelByteModelsV2GameSessionMembersChangedEvent::Members' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionMembersChangedEvent, JoinerID) == 0x000020, "Member 'FAccelByteModelsV2GameSessionMembersChangedEvent::JoinerID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionMembersChangedEvent, LeaderID) == 0x000030, "Member 'FAccelByteModelsV2GameSessionMembersChangedEvent::LeaderID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionMembersChangedEvent, Session) == 0x000040, "Member 'FAccelByteModelsV2GameSessionMembersChangedEvent::Session' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetRetryParametersRequest \ +static_assert(alignof(FSetRetryParametersRequest) == 0x000004, "Wrong alignment on FSetRetryParametersRequest"); \ +static_assert(sizeof(FSetRetryParametersRequest) == 0x00000C, "Wrong size on FSetRetryParametersRequest"); \ +static_assert(offsetof(FSetRetryParametersRequest, NewTotalTimeout) == 0x000000, "Member 'FSetRetryParametersRequest::NewTotalTimeout' has a wrong offset!"); \ +static_assert(offsetof(FSetRetryParametersRequest, NewBackoffDelay) == 0x000004, "Member 'FSetRetryParametersRequest::NewBackoffDelay' has a wrong offset!"); \ +static_assert(offsetof(FSetRetryParametersRequest, NewMaxDelay) == 0x000008, "Member 'FSetRetryParametersRequest::NewMaxDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatMutedNotif \ +static_assert(alignof(FAccelByteModelsChatMutedNotif) == 0x000008, "Wrong alignment on FAccelByteModelsChatMutedNotif"); \ +static_assert(sizeof(FAccelByteModelsChatMutedNotif) == 0x000020, "Wrong size on FAccelByteModelsChatMutedNotif"); \ +static_assert(offsetof(FAccelByteModelsChatMutedNotif, TopicId) == 0x000000, "Member 'FAccelByteModelsChatMutedNotif::TopicId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatMutedNotif, ExpiredAt) == 0x000010, "Member 'FAccelByteModelsChatMutedNotif::ExpiredAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatMutedNotif, RemainingTime) == 0x000018, "Member 'FAccelByteModelsChatMutedNotif::RemainingTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2GameSessionUserInvitedEvent \ +static_assert(alignof(FAccelByteModelsV2GameSessionUserInvitedEvent) == 0x000008, "Wrong alignment on FAccelByteModelsV2GameSessionUserInvitedEvent"); \ +static_assert(sizeof(FAccelByteModelsV2GameSessionUserInvitedEvent) == 0x000020, "Wrong size on FAccelByteModelsV2GameSessionUserInvitedEvent"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionUserInvitedEvent, SessionID) == 0x000000, "Member 'FAccelByteModelsV2GameSessionUserInvitedEvent::SessionID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionUserInvitedEvent, SenderID) == 0x000010, "Member 'FAccelByteModelsV2GameSessionUserInvitedEvent::SenderID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUnbanGroupChatResponse \ +static_assert(alignof(FAccelByteModelsUnbanGroupChatResponse) == 0x000008, "Wrong alignment on FAccelByteModelsUnbanGroupChatResponse"); \ +static_assert(sizeof(FAccelByteModelsUnbanGroupChatResponse) == 0x000010, "Wrong size on FAccelByteModelsUnbanGroupChatResponse"); \ +static_assert(offsetof(FAccelByteModelsUnbanGroupChatResponse, UserIDs) == 0x000000, "Member 'FAccelByteModelsUnbanGroupChatResponse::UserIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsBanGroupChatResponse \ +static_assert(alignof(FAccelByteModelsBanGroupChatResponse) == 0x000008, "Wrong alignment on FAccelByteModelsBanGroupChatResponse"); \ +static_assert(sizeof(FAccelByteModelsBanGroupChatResponse) == 0x000010, "Wrong size on FAccelByteModelsBanGroupChatResponse"); \ +static_assert(offsetof(FAccelByteModelsBanGroupChatResponse, UserIDs) == 0x000000, "Member 'FAccelByteModelsBanGroupChatResponse::UserIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2PartySession \ +static_assert(alignof(FAccelByteModelsV2PartySession) == 0x000008, "Wrong alignment on FAccelByteModelsV2PartySession"); \ +static_assert(sizeof(FAccelByteModelsV2PartySession) == 0x000188, "Wrong size on FAccelByteModelsV2PartySession"); \ +static_assert(offsetof(FAccelByteModelsV2PartySession, Code) == 0x000178, "Member 'FAccelByteModelsV2PartySession::Code' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2PartyMembersChangedEvent \ +static_assert(alignof(FAccelByteModelsV2PartyMembersChangedEvent) == 0x000008, "Wrong alignment on FAccelByteModelsV2PartyMembersChangedEvent"); \ +static_assert(sizeof(FAccelByteModelsV2PartyMembersChangedEvent) == 0x0001C8, "Wrong size on FAccelByteModelsV2PartyMembersChangedEvent"); \ +static_assert(offsetof(FAccelByteModelsV2PartyMembersChangedEvent, PartyID) == 0x000000, "Member 'FAccelByteModelsV2PartyMembersChangedEvent::PartyID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PartyMembersChangedEvent, JoinerID) == 0x000010, "Member 'FAccelByteModelsV2PartyMembersChangedEvent::JoinerID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PartyMembersChangedEvent, LeaderID) == 0x000020, "Member 'FAccelByteModelsV2PartyMembersChangedEvent::LeaderID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PartyMembersChangedEvent, Members) == 0x000030, "Member 'FAccelByteModelsV2PartyMembersChangedEvent::Members' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PartyMembersChangedEvent, Session) == 0x000040, "Member 'FAccelByteModelsV2PartyMembersChangedEvent::Session' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSnapshotMessage \ +static_assert(alignof(FAccelByteModelsSnapshotMessage) == 0x000008, "Wrong alignment on FAccelByteModelsSnapshotMessage"); \ +static_assert(sizeof(FAccelByteModelsSnapshotMessage) == 0x000038, "Wrong size on FAccelByteModelsSnapshotMessage"); \ +static_assert(offsetof(FAccelByteModelsSnapshotMessage, ChatId) == 0x000000, "Member 'FAccelByteModelsSnapshotMessage::ChatId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSnapshotMessage, CreatedAt) == 0x000010, "Member 'FAccelByteModelsSnapshotMessage::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSnapshotMessage, Message) == 0x000018, "Member 'FAccelByteModelsSnapshotMessage::Message' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSnapshotMessage, SenderId) == 0x000028, "Member 'FAccelByteModelsSnapshotMessage::SenderId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatSnapshotResponse \ +static_assert(alignof(FAccelByteModelsChatSnapshotResponse) == 0x000008, "Wrong alignment on FAccelByteModelsChatSnapshotResponse"); \ +static_assert(sizeof(FAccelByteModelsChatSnapshotResponse) == 0x000078, "Wrong size on FAccelByteModelsChatSnapshotResponse"); \ +static_assert(offsetof(FAccelByteModelsChatSnapshotResponse, ChatId) == 0x000000, "Member 'FAccelByteModelsChatSnapshotResponse::ChatId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatSnapshotResponse, CreatedAt) == 0x000010, "Member 'FAccelByteModelsChatSnapshotResponse::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatSnapshotResponse, JoinedTopics) == 0x000018, "Member 'FAccelByteModelsChatSnapshotResponse::JoinedTopics' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatSnapshotResponse, Messages) == 0x000028, "Member 'FAccelByteModelsChatSnapshotResponse::Messages' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatSnapshotResponse, Namespace) == 0x000038, "Member 'FAccelByteModelsChatSnapshotResponse::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatSnapshotResponse, SenderId) == 0x000048, "Member 'FAccelByteModelsChatSnapshotResponse::SenderId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatSnapshotResponse, TicketId) == 0x000058, "Member 'FAccelByteModelsChatSnapshotResponse::TicketId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatSnapshotResponse, TopicId) == 0x000068, "Member 'FAccelByteModelsChatSnapshotResponse::TopicId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUnmuteGroupChatRequest \ +static_assert(alignof(FAccelByteModelsUnmuteGroupChatRequest) == 0x000008, "Wrong alignment on FAccelByteModelsUnmuteGroupChatRequest"); \ +static_assert(sizeof(FAccelByteModelsUnmuteGroupChatRequest) == 0x000010, "Wrong size on FAccelByteModelsUnmuteGroupChatRequest"); \ +static_assert(offsetof(FAccelByteModelsUnmuteGroupChatRequest, UserId) == 0x000000, "Member 'FAccelByteModelsUnmuteGroupChatRequest::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMuteGroupChatRequest \ +static_assert(alignof(FAccelByteModelsMuteGroupChatRequest) == 0x000008, "Wrong alignment on FAccelByteModelsMuteGroupChatRequest"); \ +static_assert(sizeof(FAccelByteModelsMuteGroupChatRequest) == 0x000018, "Wrong size on FAccelByteModelsMuteGroupChatRequest"); \ +static_assert(offsetof(FAccelByteModelsMuteGroupChatRequest, UserId) == 0x000000, "Member 'FAccelByteModelsMuteGroupChatRequest::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMuteGroupChatRequest, Duration) == 0x000010, "Member 'FAccelByteModelsMuteGroupChatRequest::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteGetSystemMessageStatsRequest \ +static_assert(alignof(FAccelByteGetSystemMessageStatsRequest) == 0x000001, "Wrong alignment on FAccelByteGetSystemMessageStatsRequest"); \ +static_assert(sizeof(FAccelByteGetSystemMessageStatsRequest) == 0x000001, "Wrong size on FAccelByteGetSystemMessageStatsRequest"); \ + +#define DUMPER7_ASSERTS_FSystemMessageNotifMessage \ +static_assert(alignof(FSystemMessageNotifMessage) == 0x000008, "Wrong alignment on FSystemMessageNotifMessage"); \ +static_assert(sizeof(FSystemMessageNotifMessage) == 0x000070, "Wrong size on FSystemMessageNotifMessage"); \ +static_assert(offsetof(FSystemMessageNotifMessage, MessageId) == 0x000000, "Member 'FSystemMessageNotifMessage::MessageId' has a wrong offset!"); \ +static_assert(offsetof(FSystemMessageNotifMessage, CreatedAt) == 0x000010, "Member 'FSystemMessageNotifMessage::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FSystemMessageNotifMessage, ExpiredAt) == 0x000018, "Member 'FSystemMessageNotifMessage::ExpiredAt' has a wrong offset!"); \ +static_assert(offsetof(FSystemMessageNotifMessage, UpdatedAt) == 0x000020, "Member 'FSystemMessageNotifMessage::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FSystemMessageNotifMessage, ReadAt) == 0x000028, "Member 'FSystemMessageNotifMessage::ReadAt' has a wrong offset!"); \ +static_assert(offsetof(FSystemMessageNotifMessage, Title) == 0x000030, "Member 'FSystemMessageNotifMessage::Title' has a wrong offset!"); \ +static_assert(offsetof(FSystemMessageNotifMessage, Body) == 0x000040, "Member 'FSystemMessageNotifMessage::Body' has a wrong offset!"); \ +static_assert(offsetof(FSystemMessageNotifMessage, Gift) == 0x000050, "Member 'FSystemMessageNotifMessage::Gift' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsDeleteSystemMessagesResponse \ +static_assert(alignof(FAccelByteModelsDeleteSystemMessagesResponse) == 0x000008, "Wrong alignment on FAccelByteModelsDeleteSystemMessagesResponse"); \ +static_assert(sizeof(FAccelByteModelsDeleteSystemMessagesResponse) == 0x000008, "Wrong size on FAccelByteModelsDeleteSystemMessagesResponse"); \ +static_assert(offsetof(FAccelByteModelsDeleteSystemMessagesResponse, Processed) == 0x000000, "Member 'FAccelByteModelsDeleteSystemMessagesResponse::Processed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupMemberRoleDeletedPayload \ +static_assert(alignof(FAccelByteModelsGroupMemberRoleDeletedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGroupMemberRoleDeletedPayload"); \ +static_assert(sizeof(FAccelByteModelsGroupMemberRoleDeletedPayload) == 0x000048, "Wrong size on FAccelByteModelsGroupMemberRoleDeletedPayload"); \ +static_assert(offsetof(FAccelByteModelsGroupMemberRoleDeletedPayload, GroupId) == 0x000018, "Member 'FAccelByteModelsGroupMemberRoleDeletedPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupMemberRoleDeletedPayload, MemberRoleId) == 0x000028, "Member 'FAccelByteModelsGroupMemberRoleDeletedPayload::MemberRoleId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupMemberRoleDeletedPayload, UpdatedUserId) == 0x000038, "Member 'FAccelByteModelsGroupMemberRoleDeletedPayload::UpdatedUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatBlockUserResponse \ +static_assert(alignof(FAccelByteModelsChatBlockUserResponse) == 0x000008, "Wrong alignment on FAccelByteModelsChatBlockUserResponse"); \ +static_assert(sizeof(FAccelByteModelsChatBlockUserResponse) == 0x000018, "Wrong size on FAccelByteModelsChatBlockUserResponse"); \ +static_assert(offsetof(FAccelByteModelsChatBlockUserResponse, Processed) == 0x000000, "Member 'FAccelByteModelsChatBlockUserResponse::Processed' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatBlockUserResponse, UserId) == 0x000008, "Member 'FAccelByteModelsChatBlockUserResponse::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupJoinRequestCanceledPayload \ +static_assert(alignof(FAccelByteModelsGroupJoinRequestCanceledPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGroupJoinRequestCanceledPayload"); \ +static_assert(sizeof(FAccelByteModelsGroupJoinRequestCanceledPayload) == 0x000038, "Wrong size on FAccelByteModelsGroupJoinRequestCanceledPayload"); \ +static_assert(offsetof(FAccelByteModelsGroupJoinRequestCanceledPayload, GroupId) == 0x000018, "Member 'FAccelByteModelsGroupJoinRequestCanceledPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupJoinRequestCanceledPayload, UserId) == 0x000028, "Member 'FAccelByteModelsGroupJoinRequestCanceledPayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatActionUserTopicResponse \ +static_assert(alignof(FAccelByteModelsChatActionUserTopicResponse) == 0x000008, "Wrong alignment on FAccelByteModelsChatActionUserTopicResponse"); \ +static_assert(sizeof(FAccelByteModelsChatActionUserTopicResponse) == 0x000028, "Wrong size on FAccelByteModelsChatActionUserTopicResponse"); \ +static_assert(offsetof(FAccelByteModelsChatActionUserTopicResponse, Processed) == 0x000000, "Member 'FAccelByteModelsChatActionUserTopicResponse::Processed' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatActionUserTopicResponse, TopicId) == 0x000008, "Member 'FAccelByteModelsChatActionUserTopicResponse::TopicId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatActionUserTopicResponse, UserId) == 0x000018, "Member 'FAccelByteModelsChatActionUserTopicResponse::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatActionTopicResponse \ +static_assert(alignof(FAccelByteModelsChatActionTopicResponse) == 0x000008, "Wrong alignment on FAccelByteModelsChatActionTopicResponse"); \ +static_assert(sizeof(FAccelByteModelsChatActionTopicResponse) == 0x000018, "Wrong size on FAccelByteModelsChatActionTopicResponse"); \ +static_assert(offsetof(FAccelByteModelsChatActionTopicResponse, Processed) == 0x000000, "Member 'FAccelByteModelsChatActionTopicResponse::Processed' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatActionTopicResponse, TopicId) == 0x000008, "Member 'FAccelByteModelsChatActionTopicResponse::TopicId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGameBinaryRecordGetRecordsByKeysPayload \ +static_assert(alignof(FAccelByteModelsGameBinaryRecordGetRecordsByKeysPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGameBinaryRecordGetRecordsByKeysPayload"); \ +static_assert(sizeof(FAccelByteModelsGameBinaryRecordGetRecordsByKeysPayload) == 0x000038, "Wrong size on FAccelByteModelsGameBinaryRecordGetRecordsByKeysPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatUpdateTopicRequest \ +static_assert(alignof(FAccelByteModelsChatUpdateTopicRequest) == 0x000008, "Wrong alignment on FAccelByteModelsChatUpdateTopicRequest"); \ +static_assert(sizeof(FAccelByteModelsChatUpdateTopicRequest) == 0x000028, "Wrong size on FAccelByteModelsChatUpdateTopicRequest"); \ +static_assert(offsetof(FAccelByteModelsChatUpdateTopicRequest, TopicId) == 0x000000, "Member 'FAccelByteModelsChatUpdateTopicRequest::TopicId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatUpdateTopicRequest, Name) == 0x000010, "Member 'FAccelByteModelsChatUpdateTopicRequest::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatUpdateTopicRequest, IsJoinable) == 0x000020, "Member 'FAccelByteModelsChatUpdateTopicRequest::IsJoinable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatCreateTopicRequest \ +static_assert(alignof(FAccelByteModelsChatCreateTopicRequest) == 0x000008, "Wrong alignment on FAccelByteModelsChatCreateTopicRequest"); \ +static_assert(sizeof(FAccelByteModelsChatCreateTopicRequest) == 0x0000B8, "Wrong size on FAccelByteModelsChatCreateTopicRequest"); \ +static_assert(offsetof(FAccelByteModelsChatCreateTopicRequest, Name) == 0x000000, "Member 'FAccelByteModelsChatCreateTopicRequest::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatCreateTopicRequest, Members) == 0x000010, "Member 'FAccelByteModelsChatCreateTopicRequest::Members' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatCreateTopicRequest, Admins) == 0x000060, "Member 'FAccelByteModelsChatCreateTopicRequest::Admins' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatCreateTopicRequest, IsJoinable) == 0x0000B0, "Member 'FAccelByteModelsChatCreateTopicRequest::IsJoinable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsReadChatNotif \ +static_assert(alignof(FAccelByteModelsReadChatNotif) == 0x000008, "Wrong alignment on FAccelByteModelsReadChatNotif"); \ +static_assert(sizeof(FAccelByteModelsReadChatNotif) == 0x000010, "Wrong size on FAccelByteModelsReadChatNotif"); \ +static_assert(offsetof(FAccelByteModelsReadChatNotif, ReadChat) == 0x000000, "Member 'FAccelByteModelsReadChatNotif::ReadChat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatQueryChatRequest \ +static_assert(alignof(FAccelByteModelsChatQueryChatRequest) == 0x000008, "Wrong alignment on FAccelByteModelsChatQueryChatRequest"); \ +static_assert(sizeof(FAccelByteModelsChatQueryChatRequest) == 0x000018, "Wrong size on FAccelByteModelsChatQueryChatRequest"); \ +static_assert(offsetof(FAccelByteModelsChatQueryChatRequest, TopicId) == 0x000000, "Member 'FAccelByteModelsChatQueryChatRequest::TopicId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatQueryChatRequest, Limit) == 0x000010, "Member 'FAccelByteModelsChatQueryChatRequest::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlayerBinaryRecordGetRecordPayload \ +static_assert(alignof(FAccelByteModelsPlayerBinaryRecordGetRecordPayload) == 0x000008, "Wrong alignment on FAccelByteModelsPlayerBinaryRecordGetRecordPayload"); \ +static_assert(sizeof(FAccelByteModelsPlayerBinaryRecordGetRecordPayload) == 0x000038, "Wrong size on FAccelByteModelsPlayerBinaryRecordGetRecordPayload"); \ +static_assert(offsetof(FAccelByteModelsPlayerBinaryRecordGetRecordPayload, UserId) == 0x000018, "Member 'FAccelByteModelsPlayerBinaryRecordGetRecordPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayerBinaryRecordGetRecordPayload, Key) == 0x000028, "Member 'FAccelByteModelsPlayerBinaryRecordGetRecordPayload::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatQueryPublicTopicResponse \ +static_assert(alignof(FAccelByteModelsChatQueryPublicTopicResponse) == 0x000008, "Wrong alignment on FAccelByteModelsChatQueryPublicTopicResponse"); \ +static_assert(sizeof(FAccelByteModelsChatQueryPublicTopicResponse) == 0x000018, "Wrong size on FAccelByteModelsChatQueryPublicTopicResponse"); \ +static_assert(offsetof(FAccelByteModelsChatQueryPublicTopicResponse, Processed) == 0x000000, "Member 'FAccelByteModelsChatQueryPublicTopicResponse::Processed' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatQueryPublicTopicResponse, Data) == 0x000008, "Member 'FAccelByteModelsChatQueryPublicTopicResponse::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatSendChatResponse \ +static_assert(alignof(FAccelByteModelsChatSendChatResponse) == 0x000008, "Wrong alignment on FAccelByteModelsChatSendChatResponse"); \ +static_assert(sizeof(FAccelByteModelsChatSendChatResponse) == 0x000038, "Wrong size on FAccelByteModelsChatSendChatResponse"); \ +static_assert(offsetof(FAccelByteModelsChatSendChatResponse, Processed) == 0x000000, "Member 'FAccelByteModelsChatSendChatResponse::Processed' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatSendChatResponse, TopicId) == 0x000008, "Member 'FAccelByteModelsChatSendChatResponse::TopicId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatSendChatResponse, ChatId) == 0x000018, "Member 'FAccelByteModelsChatSendChatResponse::ChatId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatSendChatResponse, Message) == 0x000028, "Member 'FAccelByteModelsChatSendChatResponse::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsBulkGetRecordsByKeysRequest \ +static_assert(alignof(FAccelByteModelsBulkGetRecordsByKeysRequest) == 0x000008, "Wrong alignment on FAccelByteModelsBulkGetRecordsByKeysRequest"); \ +static_assert(sizeof(FAccelByteModelsBulkGetRecordsByKeysRequest) == 0x000010, "Wrong size on FAccelByteModelsBulkGetRecordsByKeysRequest"); \ +static_assert(offsetof(FAccelByteModelsBulkGetRecordsByKeysRequest, Keys) == 0x000000, "Member 'FAccelByteModelsBulkGetRecordsByKeysRequest::Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsAdminUserRecord \ +static_assert(alignof(FAccelByteModelsAdminUserRecord) == 0x000008, "Wrong alignment on FAccelByteModelsAdminUserRecord"); \ +static_assert(sizeof(FAccelByteModelsAdminUserRecord) == 0x000060, "Wrong size on FAccelByteModelsAdminUserRecord"); \ +static_assert(offsetof(FAccelByteModelsAdminUserRecord, Key) == 0x000000, "Member 'FAccelByteModelsAdminUserRecord::Key' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsAdminUserRecord, Namespace) == 0x000010, "Member 'FAccelByteModelsAdminUserRecord::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsAdminUserRecord, UserId) == 0x000020, "Member 'FAccelByteModelsAdminUserRecord::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsAdminUserRecord, CreatedAt) == 0x000030, "Member 'FAccelByteModelsAdminUserRecord::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsAdminUserRecord, UpdatedAt) == 0x000038, "Member 'FAccelByteModelsAdminUserRecord::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsAdminUserRecord, Value) == 0x000040, "Member 'FAccelByteModelsAdminUserRecord::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2QueryPartiesResponse \ +static_assert(alignof(FAccelByteModelsV2QueryPartiesResponse) == 0x000008, "Wrong alignment on FAccelByteModelsV2QueryPartiesResponse"); \ +static_assert(sizeof(FAccelByteModelsV2QueryPartiesResponse) == 0x000010, "Wrong size on FAccelByteModelsV2QueryPartiesResponse"); \ +static_assert(offsetof(FAccelByteModelsV2QueryPartiesResponse, Data) == 0x000000, "Member 'FAccelByteModelsV2QueryPartiesResponse::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlayerRecordSizeResponse \ +static_assert(alignof(FAccelByteModelsPlayerRecordSizeResponse) == 0x000008, "Wrong alignment on FAccelByteModelsPlayerRecordSizeResponse"); \ +static_assert(sizeof(FAccelByteModelsPlayerRecordSizeResponse) == 0x000030, "Wrong size on FAccelByteModelsPlayerRecordSizeResponse"); \ +static_assert(offsetof(FAccelByteModelsPlayerRecordSizeResponse, CurrentSize) == 0x000000, "Member 'FAccelByteModelsPlayerRecordSizeResponse::CurrentSize' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayerRecordSizeResponse, Key) == 0x000008, "Member 'FAccelByteModelsPlayerRecordSizeResponse::Key' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayerRecordSizeResponse, RemainingSize) == 0x000018, "Member 'FAccelByteModelsPlayerRecordSizeResponse::RemainingSize' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayerRecordSizeResponse, UserId) == 0x000020, "Member 'FAccelByteModelsPlayerRecordSizeResponse::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPaginatedBulkGetPlayerRecordSizeResponse \ +static_assert(alignof(FAccelByteModelsPaginatedBulkGetPlayerRecordSizeResponse) == 0x000008, "Wrong alignment on FAccelByteModelsPaginatedBulkGetPlayerRecordSizeResponse"); \ +static_assert(sizeof(FAccelByteModelsPaginatedBulkGetPlayerRecordSizeResponse) == 0x000010, "Wrong size on FAccelByteModelsPaginatedBulkGetPlayerRecordSizeResponse"); \ +static_assert(offsetof(FAccelByteModelsPaginatedBulkGetPlayerRecordSizeResponse, Data) == 0x000000, "Member 'FAccelByteModelsPaginatedBulkGetPlayerRecordSizeResponse::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPaginatedRecordsKey \ +static_assert(alignof(FAccelByteModelsPaginatedRecordsKey) == 0x000008, "Wrong alignment on FAccelByteModelsPaginatedRecordsKey"); \ +static_assert(sizeof(FAccelByteModelsPaginatedRecordsKey) == 0x000050, "Wrong size on FAccelByteModelsPaginatedRecordsKey"); \ +static_assert(offsetof(FAccelByteModelsPaginatedRecordsKey, Data) == 0x000000, "Member 'FAccelByteModelsPaginatedRecordsKey::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPaginatedRecordsKey, Paging) == 0x000010, "Member 'FAccelByteModelsPaginatedRecordsKey::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsConcurrentReplaceRequest \ +static_assert(alignof(FAccelByteModelsConcurrentReplaceRequest) == 0x000008, "Wrong alignment on FAccelByteModelsConcurrentReplaceRequest"); \ +static_assert(sizeof(FAccelByteModelsConcurrentReplaceRequest) == 0x000028, "Wrong size on FAccelByteModelsConcurrentReplaceRequest"); \ +static_assert(offsetof(FAccelByteModelsConcurrentReplaceRequest, UpdatedAt) == 0x000000, "Member 'FAccelByteModelsConcurrentReplaceRequest::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsConcurrentReplaceRequest, Value) == 0x000008, "Member 'FAccelByteModelsConcurrentReplaceRequest::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArrayByte \ +static_assert(alignof(FArrayByte) == 0x000008, "Wrong alignment on FArrayByte"); \ +static_assert(sizeof(FArrayByte) == 0x000010, "Wrong size on FArrayByte"); \ +static_assert(offsetof(FArrayByte, Content) == 0x000000, "Member 'FArrayByte::Content' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBinaryFileStructure \ +static_assert(alignof(FBinaryFileStructure) == 0x000008, "Wrong alignment on FBinaryFileStructure"); \ +static_assert(sizeof(FBinaryFileStructure) == 0x000050, "Wrong size on FBinaryFileStructure"); \ +static_assert(offsetof(FBinaryFileStructure, Segments) == 0x000000, "Member 'FBinaryFileStructure::Segments' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsServerClaimedNotification \ +static_assert(alignof(FAccelByteModelsServerClaimedNotification) == 0x000008, "Wrong alignment on FAccelByteModelsServerClaimedNotification"); \ +static_assert(sizeof(FAccelByteModelsServerClaimedNotification) == 0x000040, "Wrong size on FAccelByteModelsServerClaimedNotification"); \ +static_assert(offsetof(FAccelByteModelsServerClaimedNotification, Game_mode) == 0x000000, "Member 'FAccelByteModelsServerClaimedNotification::Game_mode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsServerClaimedNotification, Matching_allies) == 0x000010, "Member 'FAccelByteModelsServerClaimedNotification::Matching_allies' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsServerClaimedNotification, Namespace) == 0x000020, "Member 'FAccelByteModelsServerClaimedNotification::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsServerClaimedNotification, Session_id) == 0x000030, "Member 'FAccelByteModelsServerClaimedNotification::Session_id' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSeasonPassGetUserCurrentSeasonDataPayload \ +static_assert(alignof(FAccelByteModelsSeasonPassGetUserCurrentSeasonDataPayload) == 0x000008, "Wrong alignment on FAccelByteModelsSeasonPassGetUserCurrentSeasonDataPayload"); \ +static_assert(sizeof(FAccelByteModelsSeasonPassGetUserCurrentSeasonDataPayload) == 0x000028, "Wrong size on FAccelByteModelsSeasonPassGetUserCurrentSeasonDataPayload"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassGetUserCurrentSeasonDataPayload, UserId) == 0x000018, "Member 'FAccelByteModelsSeasonPassGetUserCurrentSeasonDataPayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsListServerResponse \ +static_assert(alignof(FAccelByteModelsListServerResponse) == 0x000008, "Wrong alignment on FAccelByteModelsListServerResponse"); \ +static_assert(sizeof(FAccelByteModelsListServerResponse) == 0x000050, "Wrong size on FAccelByteModelsListServerResponse"); \ +static_assert(offsetof(FAccelByteModelsListServerResponse, Servers) == 0x000000, "Member 'FAccelByteModelsListServerResponse::Servers' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsListServerResponse, Paging) == 0x000010, "Member 'FAccelByteModelsListServerResponse::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsServerCreateSessionResponse \ +static_assert(alignof(FAccelByteModelsServerCreateSessionResponse) == 0x000008, "Wrong alignment on FAccelByteModelsServerCreateSessionResponse"); \ +static_assert(sizeof(FAccelByteModelsServerCreateSessionResponse) == 0x000168, "Wrong size on FAccelByteModelsServerCreateSessionResponse"); \ +static_assert(offsetof(FAccelByteModelsServerCreateSessionResponse, Session) == 0x000000, "Member 'FAccelByteModelsServerCreateSessionResponse::Session' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsServerTimeoutResponse \ +static_assert(alignof(FAccelByteModelsServerTimeoutResponse) == 0x000004, "Wrong alignment on FAccelByteModelsServerTimeoutResponse"); \ +static_assert(sizeof(FAccelByteModelsServerTimeoutResponse) == 0x000004, "Wrong size on FAccelByteModelsServerTimeoutResponse"); \ +static_assert(offsetof(FAccelByteModelsServerTimeoutResponse, Session_timeout) == 0x000000, "Member 'FAccelByteModelsServerTimeoutResponse::Session_timeout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsDSMClient \ +static_assert(alignof(FAccelByteModelsDSMClient) == 0x000008, "Wrong alignment on FAccelByteModelsDSMClient"); \ +static_assert(sizeof(FAccelByteModelsDSMClient) == 0x000040, "Wrong size on FAccelByteModelsDSMClient"); \ +static_assert(offsetof(FAccelByteModelsDSMClient, Host_address) == 0x000000, "Member 'FAccelByteModelsDSMClient::Host_address' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSMClient, Region) == 0x000010, "Member 'FAccelByteModelsDSMClient::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSMClient, Provider) == 0x000020, "Member 'FAccelByteModelsDSMClient::Provider' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSMClient, Status) == 0x000030, "Member 'FAccelByteModelsDSMClient::Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsShutdownServerRequest \ +static_assert(alignof(FAccelByteModelsShutdownServerRequest) == 0x000008, "Wrong alignment on FAccelByteModelsShutdownServerRequest"); \ +static_assert(sizeof(FAccelByteModelsShutdownServerRequest) == 0x000028, "Wrong size on FAccelByteModelsShutdownServerRequest"); \ +static_assert(offsetof(FAccelByteModelsShutdownServerRequest, Kill_me) == 0x000000, "Member 'FAccelByteModelsShutdownServerRequest::Kill_me' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsShutdownServerRequest, Pod_name) == 0x000008, "Member 'FAccelByteModelsShutdownServerRequest::Pod_name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsShutdownServerRequest, Session_id) == 0x000018, "Member 'FAccelByteModelsShutdownServerRequest::Session_id' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSyncOculusConsumableEntitlementInfo \ +static_assert(alignof(FAccelByteModelsSyncOculusConsumableEntitlementInfo) == 0x000008, "Wrong alignment on FAccelByteModelsSyncOculusConsumableEntitlementInfo"); \ +static_assert(sizeof(FAccelByteModelsSyncOculusConsumableEntitlementInfo) == 0x000040, "Wrong size on FAccelByteModelsSyncOculusConsumableEntitlementInfo"); \ +static_assert(offsetof(FAccelByteModelsSyncOculusConsumableEntitlementInfo, TransactionId) == 0x000000, "Member 'FAccelByteModelsSyncOculusConsumableEntitlementInfo::TransactionId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSyncOculusConsumableEntitlementInfo, OculusItemSku) == 0x000010, "Member 'FAccelByteModelsSyncOculusConsumableEntitlementInfo::OculusItemSku' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSyncOculusConsumableEntitlementInfo, ItemIdentityType) == 0x000020, "Member 'FAccelByteModelsSyncOculusConsumableEntitlementInfo::ItemIdentityType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSyncOculusConsumableEntitlementInfo, ItemIdentity) == 0x000028, "Member 'FAccelByteModelsSyncOculusConsumableEntitlementInfo::ItemIdentity' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSyncOculusConsumableEntitlementInfo, IAPOrderStatus) == 0x000038, "Member 'FAccelByteModelsSyncOculusConsumableEntitlementInfo::IAPOrderStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSellItemEntitlementInfo \ +static_assert(alignof(FAccelByteModelsSellItemEntitlementInfo) == 0x000008, "Wrong alignment on FAccelByteModelsSellItemEntitlementInfo"); \ +static_assert(sizeof(FAccelByteModelsSellItemEntitlementInfo) == 0x000358, "Wrong size on FAccelByteModelsSellItemEntitlementInfo"); \ +static_assert(offsetof(FAccelByteModelsSellItemEntitlementInfo, RequestId) == 0x000000, "Member 'FAccelByteModelsSellItemEntitlementInfo::RequestId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSellItemEntitlementInfo, bReplayed) == 0x000010, "Member 'FAccelByteModelsSellItemEntitlementInfo::bReplayed' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSellItemEntitlementInfo, CreditSummaries) == 0x000018, "Member 'FAccelByteModelsSellItemEntitlementInfo::CreditSummaries' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSellItemEntitlementInfo, EntitlementInfo) == 0x000028, "Member 'FAccelByteModelsSellItemEntitlementInfo::EntitlementInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSellUserEntitlementRequest \ +static_assert(alignof(FAccelByteModelsSellUserEntitlementRequest) == 0x000008, "Wrong alignment on FAccelByteModelsSellUserEntitlementRequest"); \ +static_assert(sizeof(FAccelByteModelsSellUserEntitlementRequest) == 0x000018, "Wrong size on FAccelByteModelsSellUserEntitlementRequest"); \ +static_assert(offsetof(FAccelByteModelsSellUserEntitlementRequest, UseCount) == 0x000000, "Member 'FAccelByteModelsSellUserEntitlementRequest::UseCount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSellUserEntitlementRequest, RequestId) == 0x000008, "Member 'FAccelByteModelsSellUserEntitlementRequest::RequestId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMPV2PartySessionKickedPayload \ +static_assert(alignof(FAccelByteModelsMPV2PartySessionKickedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsMPV2PartySessionKickedPayload"); \ +static_assert(sizeof(FAccelByteModelsMPV2PartySessionKickedPayload) == 0x000038, "Wrong size on FAccelByteModelsMPV2PartySessionKickedPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsViewInfo \ +static_assert(alignof(FAccelByteModelsViewInfo) == 0x000008, "Wrong alignment on FAccelByteModelsViewInfo"); \ +static_assert(sizeof(FAccelByteModelsViewInfo) == 0x000098, "Wrong size on FAccelByteModelsViewInfo"); \ +static_assert(offsetof(FAccelByteModelsViewInfo, Title) == 0x000000, "Member 'FAccelByteModelsViewInfo::Title' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsViewInfo, Description) == 0x000010, "Member 'FAccelByteModelsViewInfo::Description' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsViewInfo, LongDescription) == 0x000020, "Member 'FAccelByteModelsViewInfo::LongDescription' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsViewInfo, ViewId) == 0x000030, "Member 'FAccelByteModelsViewInfo::ViewId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsViewInfo, Namespace) == 0x000040, "Member 'FAccelByteModelsViewInfo::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsViewInfo, Name) == 0x000050, "Member 'FAccelByteModelsViewInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsViewInfo, DisplayOrder) == 0x000060, "Member 'FAccelByteModelsViewInfo::DisplayOrder' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsViewInfo, CreatedAt) == 0x000068, "Member 'FAccelByteModelsViewInfo::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsViewInfo, UpdatedAt) == 0x000070, "Member 'FAccelByteModelsViewInfo::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsViewInfo, LocalExt) == 0x000078, "Member 'FAccelByteModelsViewInfo::LocalExt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSectionInfo \ +static_assert(alignof(FAccelByteModelsSectionInfo) == 0x000008, "Wrong alignment on FAccelByteModelsSectionInfo"); \ +static_assert(sizeof(FAccelByteModelsSectionInfo) == 0x0000D0, "Wrong size on FAccelByteModelsSectionInfo"); \ +static_assert(offsetof(FAccelByteModelsSectionInfo, Title) == 0x000000, "Member 'FAccelByteModelsSectionInfo::Title' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSectionInfo, Description) == 0x000010, "Member 'FAccelByteModelsSectionInfo::Description' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSectionInfo, LongDescription) == 0x000020, "Member 'FAccelByteModelsSectionInfo::LongDescription' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSectionInfo, SectionId) == 0x000030, "Member 'FAccelByteModelsSectionInfo::SectionId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSectionInfo, Namespace) == 0x000040, "Member 'FAccelByteModelsSectionInfo::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSectionInfo, ViewId) == 0x000050, "Member 'FAccelByteModelsSectionInfo::ViewId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSectionInfo, Name) == 0x000060, "Member 'FAccelByteModelsSectionInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSectionInfo, Active) == 0x000070, "Member 'FAccelByteModelsSectionInfo::Active' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSectionInfo, StartDate) == 0x000078, "Member 'FAccelByteModelsSectionInfo::StartDate' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSectionInfo, EndDate) == 0x000080, "Member 'FAccelByteModelsSectionInfo::EndDate' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSectionInfo, CurrentRotationItems) == 0x000088, "Member 'FAccelByteModelsSectionInfo::CurrentRotationItems' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSectionInfo, CurrentRotationExpireAt) == 0x000098, "Member 'FAccelByteModelsSectionInfo::CurrentRotationExpireAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSectionInfo, CreatedAt) == 0x0000A0, "Member 'FAccelByteModelsSectionInfo::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSectionInfo, UpdatedAt) == 0x0000A8, "Member 'FAccelByteModelsSectionInfo::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSectionInfo, LocalExt) == 0x0000B0, "Member 'FAccelByteModelsSectionInfo::LocalExt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsItemPagingSlicedResultV2 \ +static_assert(alignof(FAccelByteModelsItemPagingSlicedResultV2) == 0x000008, "Wrong alignment on FAccelByteModelsItemPagingSlicedResultV2"); \ +static_assert(sizeof(FAccelByteModelsItemPagingSlicedResultV2) == 0x000050, "Wrong size on FAccelByteModelsItemPagingSlicedResultV2"); \ +static_assert(offsetof(FAccelByteModelsItemPagingSlicedResultV2, Data) == 0x000000, "Member 'FAccelByteModelsItemPagingSlicedResultV2::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemPagingSlicedResultV2, Paging) == 0x000010, "Member 'FAccelByteModelsItemPagingSlicedResultV2::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSeasonPassTierJsonObject \ +static_assert(alignof(FAccelByteModelsSeasonPassTierJsonObject) == 0x000008, "Wrong alignment on FAccelByteModelsSeasonPassTierJsonObject"); \ +static_assert(sizeof(FAccelByteModelsSeasonPassTierJsonObject) == 0x000038, "Wrong size on FAccelByteModelsSeasonPassTierJsonObject"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassTierJsonObject, Id) == 0x000000, "Member 'FAccelByteModelsSeasonPassTierJsonObject::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassTierJsonObject, RequiredExp) == 0x000010, "Member 'FAccelByteModelsSeasonPassTierJsonObject::RequiredExp' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassTierJsonObject, Rewards) == 0x000018, "Member 'FAccelByteModelsSeasonPassTierJsonObject::Rewards' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSeasonTierRewardAsJsonObject \ +static_assert(alignof(FAccelByteModelsSeasonTierRewardAsJsonObject) == 0x000008, "Wrong alignment on FAccelByteModelsSeasonTierRewardAsJsonObject"); \ +static_assert(sizeof(FAccelByteModelsSeasonTierRewardAsJsonObject) == 0x000138, "Wrong size on FAccelByteModelsSeasonTierRewardAsJsonObject"); \ +static_assert(offsetof(FAccelByteModelsSeasonTierRewardAsJsonObject, Title) == 0x000000, "Member 'FAccelByteModelsSeasonTierRewardAsJsonObject::Title' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonTierRewardAsJsonObject, Description) == 0x000010, "Member 'FAccelByteModelsSeasonTierRewardAsJsonObject::Description' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonTierRewardAsJsonObject, Id) == 0x000020, "Member 'FAccelByteModelsSeasonTierRewardAsJsonObject::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonTierRewardAsJsonObject, Namespace) == 0x000030, "Member 'FAccelByteModelsSeasonTierRewardAsJsonObject::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonTierRewardAsJsonObject, Name) == 0x000040, "Member 'FAccelByteModelsSeasonTierRewardAsJsonObject::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonTierRewardAsJsonObject, Start) == 0x000050, "Member 'FAccelByteModelsSeasonTierRewardAsJsonObject::Start' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonTierRewardAsJsonObject, End) == 0x000058, "Member 'FAccelByteModelsSeasonTierRewardAsJsonObject::End' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonTierRewardAsJsonObject, TierItemId) == 0x000060, "Member 'FAccelByteModelsSeasonTierRewardAsJsonObject::TierItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonTierRewardAsJsonObject, AutoClaim) == 0x000070, "Member 'FAccelByteModelsSeasonTierRewardAsJsonObject::AutoClaim' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonTierRewardAsJsonObject, Images) == 0x000078, "Member 'FAccelByteModelsSeasonTierRewardAsJsonObject::Images' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonTierRewardAsJsonObject, PassCodes) == 0x000088, "Member 'FAccelByteModelsSeasonTierRewardAsJsonObject::PassCodes' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonTierRewardAsJsonObject, Status) == 0x000098, "Member 'FAccelByteModelsSeasonTierRewardAsJsonObject::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonTierRewardAsJsonObject, PublishedAt) == 0x0000A0, "Member 'FAccelByteModelsSeasonTierRewardAsJsonObject::PublishedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonTierRewardAsJsonObject, Language) == 0x0000A8, "Member 'FAccelByteModelsSeasonTierRewardAsJsonObject::Language' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonTierRewardAsJsonObject, CreatedAt) == 0x0000B8, "Member 'FAccelByteModelsSeasonTierRewardAsJsonObject::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonTierRewardAsJsonObject, UpdatedAt) == 0x0000C0, "Member 'FAccelByteModelsSeasonTierRewardAsJsonObject::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonTierRewardAsJsonObject, Passes) == 0x0000C8, "Member 'FAccelByteModelsSeasonTierRewardAsJsonObject::Passes' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonTierRewardAsJsonObject, Rewards) == 0x0000D8, "Member 'FAccelByteModelsSeasonTierRewardAsJsonObject::Rewards' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonTierRewardAsJsonObject, Tiers) == 0x000128, "Member 'FAccelByteModelsSeasonTierRewardAsJsonObject::Tiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsItemCriteriaV2 \ +static_assert(alignof(FAccelByteModelsItemCriteriaV2) == 0x000008, "Wrong alignment on FAccelByteModelsItemCriteriaV2"); \ +static_assert(sizeof(FAccelByteModelsItemCriteriaV2) == 0x0000A0, "Wrong size on FAccelByteModelsItemCriteriaV2"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV2, StoreId) == 0x000000, "Member 'FAccelByteModelsItemCriteriaV2::StoreId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV2, CategoryPath) == 0x000010, "Member 'FAccelByteModelsItemCriteriaV2::CategoryPath' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV2, IncludeSubCategoryItem) == 0x000020, "Member 'FAccelByteModelsItemCriteriaV2::IncludeSubCategoryItem' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV2, ItemType) == 0x000021, "Member 'FAccelByteModelsItemCriteriaV2::ItemType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV2, AppType) == 0x000022, "Member 'FAccelByteModelsItemCriteriaV2::AppType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV2, BaseAppId) == 0x000028, "Member 'FAccelByteModelsItemCriteriaV2::BaseAppId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV2, Tags) == 0x000038, "Member 'FAccelByteModelsItemCriteriaV2::Tags' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV2, Features) == 0x000048, "Member 'FAccelByteModelsItemCriteriaV2::Features' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV2, ActiveOnly) == 0x000058, "Member 'FAccelByteModelsItemCriteriaV2::ActiveOnly' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV2, Region) == 0x000060, "Member 'FAccelByteModelsItemCriteriaV2::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV2, AvailableDate) == 0x000070, "Member 'FAccelByteModelsItemCriteriaV2::AvailableDate' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV2, TargetNamespace) == 0x000078, "Member 'FAccelByteModelsItemCriteriaV2::TargetNamespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV2, Offset) == 0x000088, "Member 'FAccelByteModelsItemCriteriaV2::Offset' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV2, Limit) == 0x00008C, "Member 'FAccelByteModelsItemCriteriaV2::Limit' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsItemCriteriaV2, SortBy) == 0x000090, "Member 'FAccelByteModelsItemCriteriaV2::SortBy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlatformStore \ +static_assert(alignof(FAccelByteModelsPlatformStore) == 0x000008, "Wrong alignment on FAccelByteModelsPlatformStore"); \ +static_assert(sizeof(FAccelByteModelsPlatformStore) == 0x0000A0, "Wrong size on FAccelByteModelsPlatformStore"); \ +static_assert(offsetof(FAccelByteModelsPlatformStore, StoreId) == 0x000000, "Member 'FAccelByteModelsPlatformStore::StoreId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformStore, Namespace) == 0x000010, "Member 'FAccelByteModelsPlatformStore::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformStore, Title) == 0x000020, "Member 'FAccelByteModelsPlatformStore::Title' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformStore, Description) == 0x000030, "Member 'FAccelByteModelsPlatformStore::Description' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformStore, Published) == 0x000040, "Member 'FAccelByteModelsPlatformStore::Published' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformStore, SupportedLanguages) == 0x000048, "Member 'FAccelByteModelsPlatformStore::SupportedLanguages' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformStore, SupportedRegions) == 0x000058, "Member 'FAccelByteModelsPlatformStore::SupportedRegions' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformStore, DefaultRegion) == 0x000068, "Member 'FAccelByteModelsPlatformStore::DefaultRegion' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformStore, DefaultLanguage) == 0x000078, "Member 'FAccelByteModelsPlatformStore::DefaultLanguage' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformStore, PublishedTime) == 0x000088, "Member 'FAccelByteModelsPlatformStore::PublishedTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformStore, CreatedAt) == 0x000090, "Member 'FAccelByteModelsPlatformStore::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlatformStore, UpdatedAt) == 0x000098, "Member 'FAccelByteModelsPlatformStore::UpdatedAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsWalletTransactionInfo \ +static_assert(alignof(FAccelByteModelsWalletTransactionInfo) == 0x000008, "Wrong alignment on FAccelByteModelsWalletTransactionInfo"); \ +static_assert(sizeof(FAccelByteModelsWalletTransactionInfo) == 0x0000A0, "Wrong size on FAccelByteModelsWalletTransactionInfo"); \ +static_assert(offsetof(FAccelByteModelsWalletTransactionInfo, WalletId) == 0x000000, "Member 'FAccelByteModelsWalletTransactionInfo::WalletId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletTransactionInfo, Amount) == 0x000010, "Member 'FAccelByteModelsWalletTransactionInfo::Amount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletTransactionInfo, Reason) == 0x000018, "Member 'FAccelByteModelsWalletTransactionInfo::Reason' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletTransactionInfo, Namespace) == 0x000028, "Member 'FAccelByteModelsWalletTransactionInfo::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletTransactionInfo, UserId) == 0x000038, "Member 'FAccelByteModelsWalletTransactionInfo::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletTransactionInfo, Operator) == 0x000048, "Member 'FAccelByteModelsWalletTransactionInfo::Operator' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletTransactionInfo, WalletAction) == 0x000058, "Member 'FAccelByteModelsWalletTransactionInfo::WalletAction' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletTransactionInfo, CurrencyCode) == 0x000060, "Member 'FAccelByteModelsWalletTransactionInfo::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletTransactionInfo, BalanceSource) == 0x000070, "Member 'FAccelByteModelsWalletTransactionInfo::BalanceSource' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletTransactionInfo, CreatedAt) == 0x000080, "Member 'FAccelByteModelsWalletTransactionInfo::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletTransactionInfo, UpdatedAt) == 0x000090, "Member 'FAccelByteModelsWalletTransactionInfo::UpdatedAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsWalletTransactionPaging \ +static_assert(alignof(FAccelByteModelsWalletTransactionPaging) == 0x000008, "Wrong alignment on FAccelByteModelsWalletTransactionPaging"); \ +static_assert(sizeof(FAccelByteModelsWalletTransactionPaging) == 0x000050, "Wrong size on FAccelByteModelsWalletTransactionPaging"); \ +static_assert(offsetof(FAccelByteModelsWalletTransactionPaging, Data) == 0x000000, "Member 'FAccelByteModelsWalletTransactionPaging::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsWalletTransactionPaging, Paging) == 0x000010, "Member 'FAccelByteModelsWalletTransactionPaging::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupFindPayload \ +static_assert(alignof(FAccelByteModelsGroupFindPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGroupFindPayload"); \ +static_assert(sizeof(FAccelByteModelsGroupFindPayload) == 0x000048, "Wrong size on FAccelByteModelsGroupFindPayload"); \ +static_assert(offsetof(FAccelByteModelsGroupFindPayload, UserId) == 0x000018, "Member 'FAccelByteModelsGroupFindPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupFindPayload, GroupName) == 0x000028, "Member 'FAccelByteModelsGroupFindPayload::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupFindPayload, GroupRegion) == 0x000038, "Member 'FAccelByteModelsGroupFindPayload::GroupRegion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsDebitUserWalletRequest \ +static_assert(alignof(FAccelByteModelsDebitUserWalletRequest) == 0x000008, "Wrong alignment on FAccelByteModelsDebitUserWalletRequest"); \ +static_assert(sizeof(FAccelByteModelsDebitUserWalletRequest) == 0x000018, "Wrong size on FAccelByteModelsDebitUserWalletRequest"); \ +static_assert(offsetof(FAccelByteModelsDebitUserWalletRequest, Amount) == 0x000000, "Member 'FAccelByteModelsDebitUserWalletRequest::Amount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDebitUserWalletRequest, Reason) == 0x000008, "Member 'FAccelByteModelsDebitUserWalletRequest::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupCustomRuleUpdatedPayload \ +static_assert(alignof(FAccelByteModelsGroupCustomRuleUpdatedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGroupCustomRuleUpdatedPayload"); \ +static_assert(sizeof(FAccelByteModelsGroupCustomRuleUpdatedPayload) == 0x000058, "Wrong size on FAccelByteModelsGroupCustomRuleUpdatedPayload"); \ +static_assert(offsetof(FAccelByteModelsGroupCustomRuleUpdatedPayload, GroupId) == 0x000018, "Member 'FAccelByteModelsGroupCustomRuleUpdatedPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupCustomRuleUpdatedPayload, AdminUserId) == 0x000028, "Member 'FAccelByteModelsGroupCustomRuleUpdatedPayload::AdminUserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupCustomRuleUpdatedPayload, GroupRules) == 0x000038, "Member 'FAccelByteModelsGroupCustomRuleUpdatedPayload::GroupRules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsOrderInfoPaymentUrl \ +static_assert(alignof(FAccelByteModelsOrderInfoPaymentUrl) == 0x000008, "Wrong alignment on FAccelByteModelsOrderInfoPaymentUrl"); \ +static_assert(sizeof(FAccelByteModelsOrderInfoPaymentUrl) == 0x000050, "Wrong size on FAccelByteModelsOrderInfoPaymentUrl"); \ +static_assert(offsetof(FAccelByteModelsOrderInfoPaymentUrl, PaymentProvider) == 0x000000, "Member 'FAccelByteModelsOrderInfoPaymentUrl::PaymentProvider' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfoPaymentUrl, PaymentUrl) == 0x000010, "Member 'FAccelByteModelsOrderInfoPaymentUrl::PaymentUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfoPaymentUrl, PaymentToken) == 0x000020, "Member 'FAccelByteModelsOrderInfoPaymentUrl::PaymentToken' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfoPaymentUrl, ReturnUrl) == 0x000030, "Member 'FAccelByteModelsOrderInfoPaymentUrl::ReturnUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsOrderInfoPaymentUrl, PaymentType) == 0x000040, "Member 'FAccelByteModelsOrderInfoPaymentUrl::PaymentType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2MatchmakingExpiredNotif \ +static_assert(alignof(FAccelByteModelsV2MatchmakingExpiredNotif) == 0x000008, "Wrong alignment on FAccelByteModelsV2MatchmakingExpiredNotif"); \ +static_assert(sizeof(FAccelByteModelsV2MatchmakingExpiredNotif) == 0x000038, "Wrong size on FAccelByteModelsV2MatchmakingExpiredNotif"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingExpiredNotif, TicketID) == 0x000000, "Member 'FAccelByteModelsV2MatchmakingExpiredNotif::TicketID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingExpiredNotif, Namespace) == 0x000010, "Member 'FAccelByteModelsV2MatchmakingExpiredNotif::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingExpiredNotif, CreatedAt) == 0x000020, "Member 'FAccelByteModelsV2MatchmakingExpiredNotif::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingExpiredNotif, MatchPool) == 0x000028, "Member 'FAccelByteModelsV2MatchmakingExpiredNotif::MatchPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMultipleServicePlayStationInfo \ +static_assert(alignof(FAccelByteModelsMultipleServicePlayStationInfo) == 0x000008, "Wrong alignment on FAccelByteModelsMultipleServicePlayStationInfo"); \ +static_assert(sizeof(FAccelByteModelsMultipleServicePlayStationInfo) == 0x000048, "Wrong size on FAccelByteModelsMultipleServicePlayStationInfo"); \ +static_assert(offsetof(FAccelByteModelsMultipleServicePlayStationInfo, TransactionId) == 0x000000, "Member 'FAccelByteModelsMultipleServicePlayStationInfo::TransactionId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMultipleServicePlayStationInfo, PsnItemId) == 0x000010, "Member 'FAccelByteModelsMultipleServicePlayStationInfo::PsnItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMultipleServicePlayStationInfo, ItemId) == 0x000020, "Member 'FAccelByteModelsMultipleServicePlayStationInfo::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMultipleServicePlayStationInfo, Sku) == 0x000030, "Member 'FAccelByteModelsMultipleServicePlayStationInfo::Sku' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMultipleServicePlayStationInfo, IAPOrderStatus) == 0x000040, "Member 'FAccelByteModelsMultipleServicePlayStationInfo::IAPOrderStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMultipleServicePSNIAPSync \ +static_assert(alignof(FAccelByteModelsMultipleServicePSNIAPSync) == 0x000008, "Wrong alignment on FAccelByteModelsMultipleServicePSNIAPSync"); \ +static_assert(sizeof(FAccelByteModelsMultipleServicePSNIAPSync) == 0x000038, "Wrong size on FAccelByteModelsMultipleServicePSNIAPSync"); \ +static_assert(offsetof(FAccelByteModelsMultipleServicePSNIAPSync, ProductId) == 0x000000, "Member 'FAccelByteModelsMultipleServicePSNIAPSync::ProductId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMultipleServicePSNIAPSync, Price) == 0x000010, "Member 'FAccelByteModelsMultipleServicePSNIAPSync::Price' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMultipleServicePSNIAPSync, CurrencyCode) == 0x000018, "Member 'FAccelByteModelsMultipleServicePSNIAPSync::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMultipleServicePSNIAPSync, ServiceLabel) == 0x000028, "Member 'FAccelByteModelsMultipleServicePSNIAPSync::ServiceLabel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMultipleServicePSNDLCSync \ +static_assert(alignof(FAccelByteModelsMultipleServicePSNDLCSync) == 0x000008, "Wrong alignment on FAccelByteModelsMultipleServicePSNDLCSync"); \ +static_assert(sizeof(FAccelByteModelsMultipleServicePSNDLCSync) == 0x000010, "Wrong size on FAccelByteModelsMultipleServicePSNDLCSync"); \ +static_assert(offsetof(FAccelByteModelsMultipleServicePSNDLCSync, ServiceLabel) == 0x000000, "Member 'FAccelByteModelsMultipleServicePSNDLCSync::ServiceLabel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlayStationIAPSync \ +static_assert(alignof(FAccelByteModelsPlayStationIAPSync) == 0x000008, "Wrong alignment on FAccelByteModelsPlayStationIAPSync"); \ +static_assert(sizeof(FAccelByteModelsPlayStationIAPSync) == 0x000030, "Wrong size on FAccelByteModelsPlayStationIAPSync"); \ +static_assert(offsetof(FAccelByteModelsPlayStationIAPSync, ProductId) == 0x000000, "Member 'FAccelByteModelsPlayStationIAPSync::ProductId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayStationIAPSync, Price) == 0x000010, "Member 'FAccelByteModelsPlayStationIAPSync::Price' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayStationIAPSync, CurrencyCode) == 0x000018, "Member 'FAccelByteModelsPlayStationIAPSync::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayStationIAPSync, ServiceLabel) == 0x000028, "Member 'FAccelByteModelsPlayStationIAPSync::ServiceLabel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2MatchmakingGetTicketDetailsResponse \ +static_assert(alignof(FAccelByteModelsV2MatchmakingGetTicketDetailsResponse) == 0x000008, "Wrong alignment on FAccelByteModelsV2MatchmakingGetTicketDetailsResponse"); \ +static_assert(sizeof(FAccelByteModelsV2MatchmakingGetTicketDetailsResponse) == 0x000018, "Wrong size on FAccelByteModelsV2MatchmakingGetTicketDetailsResponse"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingGetTicketDetailsResponse, MatchFound) == 0x000000, "Member 'FAccelByteModelsV2MatchmakingGetTicketDetailsResponse::MatchFound' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingGetTicketDetailsResponse, SessionId) == 0x000008, "Member 'FAccelByteModelsV2MatchmakingGetTicketDetailsResponse::SessionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlayStationDLCSync \ +static_assert(alignof(FAccelByteModelsPlayStationDLCSync) == 0x000004, "Wrong alignment on FAccelByteModelsPlayStationDLCSync"); \ +static_assert(sizeof(FAccelByteModelsPlayStationDLCSync) == 0x000004, "Wrong size on FAccelByteModelsPlayStationDLCSync"); \ +static_assert(offsetof(FAccelByteModelsPlayStationDLCSync, ServiceLabel) == 0x000000, "Member 'FAccelByteModelsPlayStationDLCSync::ServiceLabel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsAddUserIntoSessionRequest \ +static_assert(alignof(FAccelByteModelsAddUserIntoSessionRequest) == 0x000008, "Wrong alignment on FAccelByteModelsAddUserIntoSessionRequest"); \ +static_assert(sizeof(FAccelByteModelsAddUserIntoSessionRequest) == 0x000020, "Wrong size on FAccelByteModelsAddUserIntoSessionRequest"); \ +static_assert(offsetof(FAccelByteModelsAddUserIntoSessionRequest, User_id) == 0x000000, "Member 'FAccelByteModelsAddUserIntoSessionRequest::User_id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsAddUserIntoSessionRequest, Party_id) == 0x000010, "Member 'FAccelByteModelsAddUserIntoSessionRequest::Party_id' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsBulkRevokeEntitlements \ +static_assert(alignof(FAccelByteModelsBulkRevokeEntitlements) == 0x000004, "Wrong alignment on FAccelByteModelsBulkRevokeEntitlements"); \ +static_assert(sizeof(FAccelByteModelsBulkRevokeEntitlements) == 0x000004, "Wrong size on FAccelByteModelsBulkRevokeEntitlements"); \ +static_assert(offsetof(FAccelByteModelsBulkRevokeEntitlements, Affected) == 0x000000, "Member 'FAccelByteModelsBulkRevokeEntitlements::Affected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsStackableEntitlementInfo \ +static_assert(alignof(FAccelByteModelsStackableEntitlementInfo) == 0x000008, "Wrong alignment on FAccelByteModelsStackableEntitlementInfo"); \ +static_assert(sizeof(FAccelByteModelsStackableEntitlementInfo) == 0x0002F0, "Wrong size on FAccelByteModelsStackableEntitlementInfo"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, Id) == 0x000000, "Member 'FAccelByteModelsStackableEntitlementInfo::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, Namespace) == 0x000010, "Member 'FAccelByteModelsStackableEntitlementInfo::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, Clazz) == 0x000020, "Member 'FAccelByteModelsStackableEntitlementInfo::Clazz' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, Type) == 0x000021, "Member 'FAccelByteModelsStackableEntitlementInfo::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, Status) == 0x000022, "Member 'FAccelByteModelsStackableEntitlementInfo::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, AppId) == 0x000028, "Member 'FAccelByteModelsStackableEntitlementInfo::AppId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, AppType) == 0x000038, "Member 'FAccelByteModelsStackableEntitlementInfo::AppType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, Sku) == 0x000040, "Member 'FAccelByteModelsStackableEntitlementInfo::Sku' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, UserId) == 0x000050, "Member 'FAccelByteModelsStackableEntitlementInfo::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, ItemId) == 0x000060, "Member 'FAccelByteModelsStackableEntitlementInfo::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, GrantedCode) == 0x000070, "Member 'FAccelByteModelsStackableEntitlementInfo::GrantedCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, ItemNamespace) == 0x000080, "Member 'FAccelByteModelsStackableEntitlementInfo::ItemNamespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, Name) == 0x000090, "Member 'FAccelByteModelsStackableEntitlementInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, UseCount) == 0x0000A0, "Member 'FAccelByteModelsStackableEntitlementInfo::UseCount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, Quantity) == 0x0000A4, "Member 'FAccelByteModelsStackableEntitlementInfo::Quantity' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, Source) == 0x0000A8, "Member 'FAccelByteModelsStackableEntitlementInfo::Source' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, DistributedQuantity) == 0x0000AC, "Member 'FAccelByteModelsStackableEntitlementInfo::DistributedQuantity' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, TargetNamespace) == 0x0000B0, "Member 'FAccelByteModelsStackableEntitlementInfo::TargetNamespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, ItemSnapshot) == 0x0000C0, "Member 'FAccelByteModelsStackableEntitlementInfo::ItemSnapshot' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, StartDate) == 0x0002A8, "Member 'FAccelByteModelsStackableEntitlementInfo::StartDate' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, EndDate) == 0x0002B8, "Member 'FAccelByteModelsStackableEntitlementInfo::EndDate' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, Stackable) == 0x0002C8, "Member 'FAccelByteModelsStackableEntitlementInfo::Stackable' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, GrantedAt) == 0x0002D0, "Member 'FAccelByteModelsStackableEntitlementInfo::GrantedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, CreatedAt) == 0x0002D8, "Member 'FAccelByteModelsStackableEntitlementInfo::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, UpdatedAt) == 0x0002E0, "Member 'FAccelByteModelsStackableEntitlementInfo::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, StackedUseCount) == 0x0002E8, "Member 'FAccelByteModelsStackableEntitlementInfo::StackedUseCount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStackableEntitlementInfo, StackedQuantity) == 0x0002EC, "Member 'FAccelByteModelsStackableEntitlementInfo::StackedQuantity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsEntitlementGrant \ +static_assert(alignof(FAccelByteModelsEntitlementGrant) == 0x000008, "Wrong alignment on FAccelByteModelsEntitlementGrant"); \ +static_assert(sizeof(FAccelByteModelsEntitlementGrant) == 0x000058, "Wrong size on FAccelByteModelsEntitlementGrant"); \ +static_assert(offsetof(FAccelByteModelsEntitlementGrant, ItemId) == 0x000000, "Member 'FAccelByteModelsEntitlementGrant::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementGrant, GrantedCode) == 0x000010, "Member 'FAccelByteModelsEntitlementGrant::GrantedCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementGrant, ItemNamespace) == 0x000020, "Member 'FAccelByteModelsEntitlementGrant::ItemNamespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementGrant, Quantity) == 0x000030, "Member 'FAccelByteModelsEntitlementGrant::Quantity' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementGrant, Source) == 0x000034, "Member 'FAccelByteModelsEntitlementGrant::Source' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementGrant, Region) == 0x000038, "Member 'FAccelByteModelsEntitlementGrant::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementGrant, Language) == 0x000048, "Member 'FAccelByteModelsEntitlementGrant::Language' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsOwnershipToken \ +static_assert(alignof(FAccelByteModelsOwnershipToken) == 0x000008, "Wrong alignment on FAccelByteModelsOwnershipToken"); \ +static_assert(sizeof(FAccelByteModelsOwnershipToken) == 0x000010, "Wrong size on FAccelByteModelsOwnershipToken"); \ +static_assert(offsetof(FAccelByteModelsOwnershipToken, OwnershipToken) == 0x000000, "Member 'FAccelByteModelsOwnershipToken::OwnershipToken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatV2ConnectedPayload \ +static_assert(alignof(FAccelByteModelsChatV2ConnectedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsChatV2ConnectedPayload"); \ +static_assert(sizeof(FAccelByteModelsChatV2ConnectedPayload) == 0x000028, "Wrong size on FAccelByteModelsChatV2ConnectedPayload"); \ +static_assert(offsetof(FAccelByteModelsChatV2ConnectedPayload, UserId) == 0x000018, "Member 'FAccelByteModelsChatV2ConnectedPayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsConsumeUserEntitlementRequest \ +static_assert(alignof(FAccelByteModelsConsumeUserEntitlementRequest) == 0x000008, "Wrong alignment on FAccelByteModelsConsumeUserEntitlementRequest"); \ +static_assert(sizeof(FAccelByteModelsConsumeUserEntitlementRequest) == 0x000028, "Wrong size on FAccelByteModelsConsumeUserEntitlementRequest"); \ +static_assert(offsetof(FAccelByteModelsConsumeUserEntitlementRequest, UseCount) == 0x000000, "Member 'FAccelByteModelsConsumeUserEntitlementRequest::UseCount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsConsumeUserEntitlementRequest, Options) == 0x000008, "Member 'FAccelByteModelsConsumeUserEntitlementRequest::Options' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsConsumeUserEntitlementRequest, RequestId) == 0x000018, "Member 'FAccelByteModelsConsumeUserEntitlementRequest::RequestId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsEntitlementSyncBase \ +static_assert(alignof(FAccelByteModelsEntitlementSyncBase) == 0x000008, "Wrong alignment on FAccelByteModelsEntitlementSyncBase"); \ +static_assert(sizeof(FAccelByteModelsEntitlementSyncBase) == 0x000070, "Wrong size on FAccelByteModelsEntitlementSyncBase"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSyncBase, ProductId) == 0x000000, "Member 'FAccelByteModelsEntitlementSyncBase::ProductId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSyncBase, Price) == 0x000010, "Member 'FAccelByteModelsEntitlementSyncBase::Price' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSyncBase, CurrencyCode) == 0x000018, "Member 'FAccelByteModelsEntitlementSyncBase::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSyncBase, XstsToken) == 0x000028, "Member 'FAccelByteModelsEntitlementSyncBase::XstsToken' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSyncBase, ServiceLabel) == 0x000038, "Member 'FAccelByteModelsEntitlementSyncBase::ServiceLabel' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSyncBase, Region) == 0x000040, "Member 'FAccelByteModelsEntitlementSyncBase::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSyncBase, Language) == 0x000050, "Member 'FAccelByteModelsEntitlementSyncBase::Language' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsEntitlementSyncBase, EpicGamesJwtToken) == 0x000060, "Member 'FAccelByteModelsEntitlementSyncBase::EpicGamesJwtToken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2CreateTicketErrorDetails \ +static_assert(alignof(FAccelByteModelsV2CreateTicketErrorDetails) == 0x000008, "Wrong alignment on FAccelByteModelsV2CreateTicketErrorDetails"); \ +static_assert(sizeof(FAccelByteModelsV2CreateTicketErrorDetails) == 0x000010, "Wrong size on FAccelByteModelsV2CreateTicketErrorDetails"); \ +static_assert(offsetof(FAccelByteModelsV2CreateTicketErrorDetails, TicketID) == 0x000000, "Member 'FAccelByteModelsV2CreateTicketErrorDetails::TicketID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FErrorCreateMatchmakingTicketV2 \ +static_assert(alignof(FErrorCreateMatchmakingTicketV2) == 0x000008, "Wrong alignment on FErrorCreateMatchmakingTicketV2"); \ +static_assert(sizeof(FErrorCreateMatchmakingTicketV2) == 0x000038, "Wrong size on FErrorCreateMatchmakingTicketV2"); \ +static_assert(offsetof(FErrorCreateMatchmakingTicketV2, ErrorCode) == 0x000000, "Member 'FErrorCreateMatchmakingTicketV2::ErrorCode' has a wrong offset!"); \ +static_assert(offsetof(FErrorCreateMatchmakingTicketV2, ErrorMessage) == 0x000008, "Member 'FErrorCreateMatchmakingTicketV2::ErrorMessage' has a wrong offset!"); \ +static_assert(offsetof(FErrorCreateMatchmakingTicketV2, ExistingTicketID) == 0x000018, "Member 'FErrorCreateMatchmakingTicketV2::ExistingTicketID' has a wrong offset!"); \ +static_assert(offsetof(FErrorCreateMatchmakingTicketV2, MessageVariables) == 0x000028, "Member 'FErrorCreateMatchmakingTicketV2::MessageVariables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserUnblockedPayload \ +static_assert(alignof(FAccelByteModelsUserUnblockedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsUserUnblockedPayload"); \ +static_assert(sizeof(FAccelByteModelsUserUnblockedPayload) == 0x000038, "Wrong size on FAccelByteModelsUserUnblockedPayload"); \ +static_assert(offsetof(FAccelByteModelsUserUnblockedPayload, SenderId) == 0x000018, "Member 'FAccelByteModelsUserUnblockedPayload::SenderId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserUnblockedPayload, ReceiverId) == 0x000028, "Member 'FAccelByteModelsUserUnblockedPayload::ReceiverId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FErrorInfo \ +static_assert(alignof(FErrorInfo) == 0x000008, "Wrong alignment on FErrorInfo"); \ +static_assert(sizeof(FErrorInfo) == 0x000040, "Wrong size on FErrorInfo"); \ +static_assert(offsetof(FErrorInfo, NumericErrorCode) == 0x000000, "Member 'FErrorInfo::NumericErrorCode' has a wrong offset!"); \ +static_assert(offsetof(FErrorInfo, ErrorCode) == 0x000004, "Member 'FErrorInfo::ErrorCode' has a wrong offset!"); \ +static_assert(offsetof(FErrorInfo, Code) == 0x000008, "Member 'FErrorInfo::Code' has a wrong offset!"); \ +static_assert(offsetof(FErrorInfo, ErrorMessage) == 0x000010, "Member 'FErrorInfo::ErrorMessage' has a wrong offset!"); \ +static_assert(offsetof(FErrorInfo, Message) == 0x000020, "Member 'FErrorInfo::Message' has a wrong offset!"); \ +static_assert(offsetof(FErrorInfo, Error) == 0x000030, "Member 'FErrorInfo::Error' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsRewardCollectedPayload \ +static_assert(alignof(FAccelByteModelsRewardCollectedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsRewardCollectedPayload"); \ +static_assert(sizeof(FAccelByteModelsRewardCollectedPayload) == 0x000048, "Wrong size on FAccelByteModelsRewardCollectedPayload"); \ +static_assert(offsetof(FAccelByteModelsRewardCollectedPayload, RewardName) == 0x000018, "Member 'FAccelByteModelsRewardCollectedPayload::RewardName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRewardCollectedPayload, RewardType) == 0x000028, "Member 'FAccelByteModelsRewardCollectedPayload::RewardType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRewardCollectedPayload, RewardAmount) == 0x000038, "Member 'FAccelByteModelsRewardCollectedPayload::RewardAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlayerDeadPayload \ +static_assert(alignof(FAccelByteModelsPlayerDeadPayload) == 0x000008, "Wrong alignment on FAccelByteModelsPlayerDeadPayload"); \ +static_assert(sizeof(FAccelByteModelsPlayerDeadPayload) == 0x000058, "Wrong size on FAccelByteModelsPlayerDeadPayload"); \ +static_assert(offsetof(FAccelByteModelsPlayerDeadPayload, DeathTimeStamp) == 0x000018, "Member 'FAccelByteModelsPlayerDeadPayload::DeathTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayerDeadPayload, DeathType) == 0x000028, "Member 'FAccelByteModelsPlayerDeadPayload::DeathType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayerDeadPayload, DeathCause) == 0x000038, "Member 'FAccelByteModelsPlayerDeadPayload::DeathCause' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayerDeadPayload, DeathLocation) == 0x000048, "Member 'FAccelByteModelsPlayerDeadPayload::DeathLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsResourceActionedPayload \ +static_assert(alignof(FAccelByteModelsResourceActionedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsResourceActionedPayload"); \ +static_assert(sizeof(FAccelByteModelsResourceActionedPayload) == 0x0000B8, "Wrong size on FAccelByteModelsResourceActionedPayload"); \ +static_assert(offsetof(FAccelByteModelsResourceActionedPayload, ResourceName) == 0x000018, "Member 'FAccelByteModelsResourceActionedPayload::ResourceName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceActionedPayload, ResourceID) == 0x000028, "Member 'FAccelByteModelsResourceActionedPayload::ResourceID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceActionedPayload, ResourceCategory) == 0x000038, "Member 'FAccelByteModelsResourceActionedPayload::ResourceCategory' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceActionedPayload, ResourceRating) == 0x000048, "Member 'FAccelByteModelsResourceActionedPayload::ResourceRating' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceActionedPayload, ResourceSource) == 0x000058, "Member 'FAccelByteModelsResourceActionedPayload::ResourceSource' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceActionedPayload, ResourceLevelRequirement) == 0x000068, "Member 'FAccelByteModelsResourceActionedPayload::ResourceLevelRequirement' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceActionedPayload, ResourceRarity) == 0x000078, "Member 'FAccelByteModelsResourceActionedPayload::ResourceRarity' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceActionedPayload, EquipLocation) == 0x000088, "Member 'FAccelByteModelsResourceActionedPayload::EquipLocation' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceActionedPayload, ActionName) == 0x000098, "Member 'FAccelByteModelsResourceActionedPayload::ActionName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceActionedPayload, ActionTarget) == 0x0000A8, "Member 'FAccelByteModelsResourceActionedPayload::ActionTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsResourceUpgradedPayload \ +static_assert(alignof(FAccelByteModelsResourceUpgradedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsResourceUpgradedPayload"); \ +static_assert(sizeof(FAccelByteModelsResourceUpgradedPayload) == 0x0000B8, "Wrong size on FAccelByteModelsResourceUpgradedPayload"); \ +static_assert(offsetof(FAccelByteModelsResourceUpgradedPayload, ResourceName) == 0x000018, "Member 'FAccelByteModelsResourceUpgradedPayload::ResourceName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceUpgradedPayload, ResourceID) == 0x000028, "Member 'FAccelByteModelsResourceUpgradedPayload::ResourceID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceUpgradedPayload, ResourceCategory) == 0x000038, "Member 'FAccelByteModelsResourceUpgradedPayload::ResourceCategory' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceUpgradedPayload, ResourceRating) == 0x000048, "Member 'FAccelByteModelsResourceUpgradedPayload::ResourceRating' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceUpgradedPayload, ResourceSource) == 0x000058, "Member 'FAccelByteModelsResourceUpgradedPayload::ResourceSource' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceUpgradedPayload, ResourceLevelRequirement) == 0x000068, "Member 'FAccelByteModelsResourceUpgradedPayload::ResourceLevelRequirement' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceUpgradedPayload, ResourceRarity) == 0x000078, "Member 'FAccelByteModelsResourceUpgradedPayload::ResourceRarity' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceUpgradedPayload, UpgradeType) == 0x000088, "Member 'FAccelByteModelsResourceUpgradedPayload::UpgradeType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceUpgradedPayload, UpgradeSource) == 0x000098, "Member 'FAccelByteModelsResourceUpgradedPayload::UpgradeSource' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceUpgradedPayload, UpgradeLevel) == 0x0000A8, "Member 'FAccelByteModelsResourceUpgradedPayload::UpgradeLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPublicPlayerRecordGetOtherUserKeysPayload \ +static_assert(alignof(FAccelByteModelsPublicPlayerRecordGetOtherUserKeysPayload) == 0x000008, "Wrong alignment on FAccelByteModelsPublicPlayerRecordGetOtherUserKeysPayload"); \ +static_assert(sizeof(FAccelByteModelsPublicPlayerRecordGetOtherUserKeysPayload) == 0x000028, "Wrong size on FAccelByteModelsPublicPlayerRecordGetOtherUserKeysPayload"); \ +static_assert(offsetof(FAccelByteModelsPublicPlayerRecordGetOtherUserKeysPayload, UserId) == 0x000018, "Member 'FAccelByteModelsPublicPlayerRecordGetOtherUserKeysPayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsResourceSinkedPayload \ +static_assert(alignof(FAccelByteModelsResourceSinkedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsResourceSinkedPayload"); \ +static_assert(sizeof(FAccelByteModelsResourceSinkedPayload) == 0x0000A8, "Wrong size on FAccelByteModelsResourceSinkedPayload"); \ +static_assert(offsetof(FAccelByteModelsResourceSinkedPayload, ResourceName) == 0x000018, "Member 'FAccelByteModelsResourceSinkedPayload::ResourceName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceSinkedPayload, ResourceID) == 0x000028, "Member 'FAccelByteModelsResourceSinkedPayload::ResourceID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceSinkedPayload, ResourceCategory) == 0x000038, "Member 'FAccelByteModelsResourceSinkedPayload::ResourceCategory' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceSinkedPayload, ResourceRating) == 0x000048, "Member 'FAccelByteModelsResourceSinkedPayload::ResourceRating' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceSinkedPayload, ResourceSource) == 0x000058, "Member 'FAccelByteModelsResourceSinkedPayload::ResourceSource' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceSinkedPayload, ResourceLevelRequirement) == 0x000068, "Member 'FAccelByteModelsResourceSinkedPayload::ResourceLevelRequirement' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceSinkedPayload, ResourceRarity) == 0x000078, "Member 'FAccelByteModelsResourceSinkedPayload::ResourceRarity' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceSinkedPayload, SinkAmount) == 0x000088, "Member 'FAccelByteModelsResourceSinkedPayload::SinkAmount' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsResourceSinkedPayload, SinkedReason) == 0x000098, "Member 'FAccelByteModelsResourceSinkedPayload::SinkedReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlayerRecordDeletedPayload \ +static_assert(alignof(FAccelByteModelsPlayerRecordDeletedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsPlayerRecordDeletedPayload"); \ +static_assert(sizeof(FAccelByteModelsPlayerRecordDeletedPayload) == 0x000038, "Wrong size on FAccelByteModelsPlayerRecordDeletedPayload"); \ +static_assert(offsetof(FAccelByteModelsPlayerRecordDeletedPayload, Key) == 0x000018, "Member 'FAccelByteModelsPlayerRecordDeletedPayload::Key' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayerRecordDeletedPayload, UserId) == 0x000028, "Member 'FAccelByteModelsPlayerRecordDeletedPayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteLRUHttpStruct \ +static_assert(alignof(FAccelByteLRUHttpStruct) == 0x000008, "Wrong alignment on FAccelByteLRUHttpStruct"); \ +static_assert(sizeof(FAccelByteLRUHttpStruct) == 0x000058, "Wrong size on FAccelByteLRUHttpStruct"); \ +static_assert(offsetof(FAccelByteLRUHttpStruct, RequestHeaders) == 0x000000, "Member 'FAccelByteLRUHttpStruct::RequestHeaders' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteLRUHttpStruct, ResponseHeaders) == 0x000010, "Member 'FAccelByteLRUHttpStruct::ResponseHeaders' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteLRUHttpStruct, ResponseCode) == 0x000020, "Member 'FAccelByteLRUHttpStruct::ResponseCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteLRUHttpStruct, RequestURL) == 0x000028, "Member 'FAccelByteLRUHttpStruct::RequestURL' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteLRUHttpStruct, ResponsePayload) == 0x000038, "Member 'FAccelByteLRUHttpStruct::ResponsePayload' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteLRUHttpStruct, ExpireTime) == 0x000048, "Member 'FAccelByteLRUHttpStruct::ExpireTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGetGroupsByGroupIdsRequest \ +static_assert(alignof(FAccelByteModelsGetGroupsByGroupIdsRequest) == 0x000008, "Wrong alignment on FAccelByteModelsGetGroupsByGroupIdsRequest"); \ +static_assert(sizeof(FAccelByteModelsGetGroupsByGroupIdsRequest) == 0x000010, "Wrong size on FAccelByteModelsGetGroupsByGroupIdsRequest"); \ +static_assert(offsetof(FAccelByteModelsGetGroupsByGroupIdsRequest, GroupIds) == 0x000000, "Member 'FAccelByteModelsGetGroupsByGroupIdsRequest::GroupIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsStatCycleItemGetListCyclePayload \ +static_assert(alignof(FAccelByteModelsStatCycleItemGetListCyclePayload) == 0x000008, "Wrong alignment on FAccelByteModelsStatCycleItemGetListCyclePayload"); \ +static_assert(sizeof(FAccelByteModelsStatCycleItemGetListCyclePayload) == 0x000028, "Wrong size on FAccelByteModelsStatCycleItemGetListCyclePayload"); \ +static_assert(offsetof(FAccelByteModelsStatCycleItemGetListCyclePayload, UserId) == 0x000018, "Member 'FAccelByteModelsStatCycleItemGetListCyclePayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsEmptyRequest \ +static_assert(alignof(FAccelByteModelsEmptyRequest) == 0x000001, "Wrong alignment on FAccelByteModelsEmptyRequest"); \ +static_assert(sizeof(FAccelByteModelsEmptyRequest) == 0x000001, "Wrong size on FAccelByteModelsEmptyRequest"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGetGroupMembersListByGroupIdRequest \ +static_assert(alignof(FAccelByteModelsGetGroupMembersListByGroupIdRequest) == 0x000004, "Wrong alignment on FAccelByteModelsGetGroupMembersListByGroupIdRequest"); \ +static_assert(sizeof(FAccelByteModelsGetGroupMembersListByGroupIdRequest) == 0x00000C, "Wrong size on FAccelByteModelsGetGroupMembersListByGroupIdRequest"); \ +static_assert(offsetof(FAccelByteModelsGetGroupMembersListByGroupIdRequest, SortBy) == 0x000008, "Member 'FAccelByteModelsGetGroupMembersListByGroupIdRequest::SortBy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserStatItemGetItemsPayload \ +static_assert(alignof(FAccelByteModelsUserStatItemGetItemsPayload) == 0x000008, "Wrong alignment on FAccelByteModelsUserStatItemGetItemsPayload"); \ +static_assert(sizeof(FAccelByteModelsUserStatItemGetItemsPayload) == 0x000038, "Wrong size on FAccelByteModelsUserStatItemGetItemsPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsBulkUserRankingDataRequestV3 \ +static_assert(alignof(FAccelByteModelsBulkUserRankingDataRequestV3) == 0x000008, "Wrong alignment on FAccelByteModelsBulkUserRankingDataRequestV3"); \ +static_assert(sizeof(FAccelByteModelsBulkUserRankingDataRequestV3) == 0x000010, "Wrong size on FAccelByteModelsBulkUserRankingDataRequestV3"); \ +static_assert(offsetof(FAccelByteModelsBulkUserRankingDataRequestV3, UserIds) == 0x000000, "Member 'FAccelByteModelsBulkUserRankingDataRequestV3::UserIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMPV2GameSessionLeaderPromotedPayload \ +static_assert(alignof(FAccelByteModelsMPV2GameSessionLeaderPromotedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsMPV2GameSessionLeaderPromotedPayload"); \ +static_assert(sizeof(FAccelByteModelsMPV2GameSessionLeaderPromotedPayload) == 0x000038, "Wrong size on FAccelByteModelsMPV2GameSessionLeaderPromotedPayload"); \ +static_assert(offsetof(FAccelByteModelsMPV2GameSessionLeaderPromotedPayload, PromotedUserId) == 0x000018, "Member 'FAccelByteModelsMPV2GameSessionLeaderPromotedPayload::PromotedUserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMPV2GameSessionLeaderPromotedPayload, GameSessionId) == 0x000028, "Member 'FAccelByteModelsMPV2GameSessionLeaderPromotedPayload::GameSessionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLobbyMessages \ +static_assert(alignof(FLobbyMessages) == 0x000008, "Wrong alignment on FLobbyMessages"); \ +static_assert(sizeof(FLobbyMessages) == 0x000020, "Wrong size on FLobbyMessages"); \ +static_assert(offsetof(FLobbyMessages, Code) == 0x000000, "Member 'FLobbyMessages::Code' has a wrong offset!"); \ +static_assert(offsetof(FLobbyMessages, CodeName) == 0x000010, "Member 'FLobbyMessages::CodeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMPV1PartyLeavePayload \ +static_assert(alignof(FAccelByteModelsMPV1PartyLeavePayload) == 0x000008, "Wrong alignment on FAccelByteModelsMPV1PartyLeavePayload"); \ +static_assert(sizeof(FAccelByteModelsMPV1PartyLeavePayload) == 0x000038, "Wrong size on FAccelByteModelsMPV1PartyLeavePayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsActivePartiesData \ +static_assert(alignof(FAccelByteModelsActivePartiesData) == 0x000008, "Wrong alignment on FAccelByteModelsActivePartiesData"); \ +static_assert(sizeof(FAccelByteModelsActivePartiesData) == 0x000050, "Wrong size on FAccelByteModelsActivePartiesData"); \ +static_assert(offsetof(FAccelByteModelsActivePartiesData, Data) == 0x000000, "Member 'FAccelByteModelsActivePartiesData::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsActivePartiesData, Paging) == 0x000010, "Member 'FAccelByteModelsActivePartiesData::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsFriendRequestData \ +static_assert(alignof(FAccelByteModelsFriendRequestData) == 0x000008, "Wrong alignment on FAccelByteModelsFriendRequestData"); \ +static_assert(sizeof(FAccelByteModelsFriendRequestData) == 0x000018, "Wrong size on FAccelByteModelsFriendRequestData"); \ +static_assert(offsetof(FAccelByteModelsFriendRequestData, FriendId) == 0x000000, "Member 'FAccelByteModelsFriendRequestData::FriendId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFriendRequestData, RequestedAt) == 0x000010, "Member 'FAccelByteModelsFriendRequestData::RequestedAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsListIncomingFriendsWithTimeResponse \ +static_assert(alignof(FAccelByteModelsListIncomingFriendsWithTimeResponse) == 0x000008, "Wrong alignment on FAccelByteModelsListIncomingFriendsWithTimeResponse"); \ +static_assert(sizeof(FAccelByteModelsListIncomingFriendsWithTimeResponse) == 0x000040, "Wrong size on FAccelByteModelsListIncomingFriendsWithTimeResponse"); \ +static_assert(offsetof(FAccelByteModelsListIncomingFriendsWithTimeResponse, Data) == 0x000030, "Member 'FAccelByteModelsListIncomingFriendsWithTimeResponse::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsListOutgoingFriendsWithTimeResponse \ +static_assert(alignof(FAccelByteModelsListOutgoingFriendsWithTimeResponse) == 0x000008, "Wrong alignment on FAccelByteModelsListOutgoingFriendsWithTimeResponse"); \ +static_assert(sizeof(FAccelByteModelsListOutgoingFriendsWithTimeResponse) == 0x000040, "Wrong size on FAccelByteModelsListOutgoingFriendsWithTimeResponse"); \ +static_assert(offsetof(FAccelByteModelsListOutgoingFriendsWithTimeResponse, Data) == 0x000030, "Member 'FAccelByteModelsListOutgoingFriendsWithTimeResponse::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChannelMessageRequest \ +static_assert(alignof(FAccelByteModelsChannelMessageRequest) == 0x000008, "Wrong alignment on FAccelByteModelsChannelMessageRequest"); \ +static_assert(sizeof(FAccelByteModelsChannelMessageRequest) == 0x000020, "Wrong size on FAccelByteModelsChannelMessageRequest"); \ +static_assert(offsetof(FAccelByteModelsChannelMessageRequest, ChannelSlug) == 0x000000, "Member 'FAccelByteModelsChannelMessageRequest::ChannelSlug' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChannelMessageRequest, payload) == 0x000010, "Member 'FAccelByteModelsChannelMessageRequest::payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPartySetLimitRequest \ +static_assert(alignof(FAccelByteModelsPartySetLimitRequest) == 0x000004, "Wrong alignment on FAccelByteModelsPartySetLimitRequest"); \ +static_assert(sizeof(FAccelByteModelsPartySetLimitRequest) == 0x000004, "Wrong size on FAccelByteModelsPartySetLimitRequest"); \ +static_assert(offsetof(FAccelByteModelsPartySetLimitRequest, Limit) == 0x000000, "Member 'FAccelByteModelsPartySetLimitRequest::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatV2GroupChatModeratorMutedUserPayload \ +static_assert(alignof(FAccelByteModelsChatV2GroupChatModeratorMutedUserPayload) == 0x000008, "Wrong alignment on FAccelByteModelsChatV2GroupChatModeratorMutedUserPayload"); \ +static_assert(sizeof(FAccelByteModelsChatV2GroupChatModeratorMutedUserPayload) == 0x000048, "Wrong size on FAccelByteModelsChatV2GroupChatModeratorMutedUserPayload"); \ +static_assert(offsetof(FAccelByteModelsChatV2GroupChatModeratorMutedUserPayload, GroupId) == 0x000018, "Member 'FAccelByteModelsChatV2GroupChatModeratorMutedUserPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatV2GroupChatModeratorMutedUserPayload, ModeratorId) == 0x000028, "Member 'FAccelByteModelsChatV2GroupChatModeratorMutedUserPayload::ModeratorId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatV2GroupChatModeratorMutedUserPayload, MutedUserId) == 0x000038, "Member 'FAccelByteModelsChatV2GroupChatModeratorMutedUserPayload::MutedUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPartySendNotifResponse \ +static_assert(alignof(FAccelByteModelsPartySendNotifResponse) == 0x000008, "Wrong alignment on FAccelByteModelsPartySendNotifResponse"); \ +static_assert(sizeof(FAccelByteModelsPartySendNotifResponse) == 0x000030, "Wrong size on FAccelByteModelsPartySendNotifResponse"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2MatchmakingCreateBackfillTicketResponse \ +static_assert(alignof(FAccelByteModelsV2MatchmakingCreateBackfillTicketResponse) == 0x000008, "Wrong alignment on FAccelByteModelsV2MatchmakingCreateBackfillTicketResponse"); \ +static_assert(sizeof(FAccelByteModelsV2MatchmakingCreateBackfillTicketResponse) == 0x000010, "Wrong size on FAccelByteModelsV2MatchmakingCreateBackfillTicketResponse"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingCreateBackfillTicketResponse, Id) == 0x000000, "Member 'FAccelByteModelsV2MatchmakingCreateBackfillTicketResponse::Id' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2MatchmakingBackfillProposalNotif \ +static_assert(alignof(FAccelByteModelsV2MatchmakingBackfillProposalNotif) == 0x000008, "Wrong alignment on FAccelByteModelsV2MatchmakingBackfillProposalNotif"); \ +static_assert(sizeof(FAccelByteModelsV2MatchmakingBackfillProposalNotif) == 0x000060, "Wrong size on FAccelByteModelsV2MatchmakingBackfillProposalNotif"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingBackfillProposalNotif, BackfillTicketID) == 0x000000, "Member 'FAccelByteModelsV2MatchmakingBackfillProposalNotif::BackfillTicketID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingBackfillProposalNotif, ProposalID) == 0x000010, "Member 'FAccelByteModelsV2MatchmakingBackfillProposalNotif::ProposalID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingBackfillProposalNotif, MatchPool) == 0x000020, "Member 'FAccelByteModelsV2MatchmakingBackfillProposalNotif::MatchPool' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingBackfillProposalNotif, MatchSessionID) == 0x000030, "Member 'FAccelByteModelsV2MatchmakingBackfillProposalNotif::MatchSessionID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingBackfillProposalNotif, ProposedTeams) == 0x000040, "Member 'FAccelByteModelsV2MatchmakingBackfillProposalNotif::ProposedTeams' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingBackfillProposalNotif, AddedTickets) == 0x000050, "Member 'FAccelByteModelsV2MatchmakingBackfillProposalNotif::AddedTickets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2MatchmakingCanceledNotif \ +static_assert(alignof(FAccelByteModelsV2MatchmakingCanceledNotif) == 0x000008, "Wrong alignment on FAccelByteModelsV2MatchmakingCanceledNotif"); \ +static_assert(sizeof(FAccelByteModelsV2MatchmakingCanceledNotif) == 0x000020, "Wrong size on FAccelByteModelsV2MatchmakingCanceledNotif"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingCanceledNotif, Namespace) == 0x000000, "Member 'FAccelByteModelsV2MatchmakingCanceledNotif::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingCanceledNotif, UserIDs) == 0x000010, "Member 'FAccelByteModelsV2MatchmakingCanceledNotif::UserIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2StartMatchmakingNotif \ +static_assert(alignof(FAccelByteModelsV2StartMatchmakingNotif) == 0x000008, "Wrong alignment on FAccelByteModelsV2StartMatchmakingNotif"); \ +static_assert(sizeof(FAccelByteModelsV2StartMatchmakingNotif) == 0x000048, "Wrong size on FAccelByteModelsV2StartMatchmakingNotif"); \ +static_assert(offsetof(FAccelByteModelsV2StartMatchmakingNotif, TicketID) == 0x000000, "Member 'FAccelByteModelsV2StartMatchmakingNotif::TicketID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2StartMatchmakingNotif, PartyID) == 0x000010, "Member 'FAccelByteModelsV2StartMatchmakingNotif::PartyID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2StartMatchmakingNotif, Namespace) == 0x000020, "Member 'FAccelByteModelsV2StartMatchmakingNotif::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2StartMatchmakingNotif, CreatedAt) == 0x000030, "Member 'FAccelByteModelsV2StartMatchmakingNotif::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2StartMatchmakingNotif, MatchPool) == 0x000038, "Member 'FAccelByteModelsV2StartMatchmakingNotif::MatchPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2Ticket \ +static_assert(alignof(FAccelByteModelsV2Ticket) == 0x000008, "Wrong alignment on FAccelByteModelsV2Ticket"); \ +static_assert(sizeof(FAccelByteModelsV2Ticket) == 0x000010, "Wrong size on FAccelByteModelsV2Ticket"); \ +static_assert(offsetof(FAccelByteModelsV2Ticket, TicketId) == 0x000000, "Member 'FAccelByteModelsV2Ticket::TicketId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2MatchFoundNotif \ +static_assert(alignof(FAccelByteModelsV2MatchFoundNotif) == 0x000008, "Wrong alignment on FAccelByteModelsV2MatchFoundNotif"); \ +static_assert(sizeof(FAccelByteModelsV2MatchFoundNotif) == 0x000058, "Wrong size on FAccelByteModelsV2MatchFoundNotif"); \ +static_assert(offsetof(FAccelByteModelsV2MatchFoundNotif, Id) == 0x000000, "Member 'FAccelByteModelsV2MatchFoundNotif::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchFoundNotif, Namespace) == 0x000010, "Member 'FAccelByteModelsV2MatchFoundNotif::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchFoundNotif, CreatedAt) == 0x000020, "Member 'FAccelByteModelsV2MatchFoundNotif::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchFoundNotif, MatchPool) == 0x000028, "Member 'FAccelByteModelsV2MatchFoundNotif::MatchPool' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchFoundNotif, Teams) == 0x000038, "Member 'FAccelByteModelsV2MatchFoundNotif::Teams' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchFoundNotif, Tickets) == 0x000048, "Member 'FAccelByteModelsV2MatchFoundNotif::Tickets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2MatchmakingCreateTicketResponse \ +static_assert(alignof(FAccelByteModelsV2MatchmakingCreateTicketResponse) == 0x000008, "Wrong alignment on FAccelByteModelsV2MatchmakingCreateTicketResponse"); \ +static_assert(sizeof(FAccelByteModelsV2MatchmakingCreateTicketResponse) == 0x000018, "Wrong size on FAccelByteModelsV2MatchmakingCreateTicketResponse"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingCreateTicketResponse, MatchTicketId) == 0x000000, "Member 'FAccelByteModelsV2MatchmakingCreateTicketResponse::MatchTicketId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchmakingCreateTicketResponse, QueueTime) == 0x000010, "Member 'FAccelByteModelsV2MatchmakingCreateTicketResponse::QueueTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2MatchTicketOptionalParams \ +static_assert(alignof(FAccelByteModelsV2MatchTicketOptionalParams) == 0x000008, "Wrong alignment on FAccelByteModelsV2MatchTicketOptionalParams"); \ +static_assert(sizeof(FAccelByteModelsV2MatchTicketOptionalParams) == 0x000040, "Wrong size on FAccelByteModelsV2MatchTicketOptionalParams"); \ +static_assert(offsetof(FAccelByteModelsV2MatchTicketOptionalParams, SessionId) == 0x000000, "Member 'FAccelByteModelsV2MatchTicketOptionalParams::SessionId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2MatchTicketOptionalParams, Attributes) == 0x000010, "Member 'FAccelByteModelsV2MatchTicketOptionalParams::Attributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStatsDMetric \ +static_assert(alignof(FStatsDMetric) == 0x000008, "Wrong alignment on FStatsDMetric"); \ +static_assert(sizeof(FStatsDMetric) == 0x000030, "Wrong size on FStatsDMetric"); \ +static_assert(offsetof(FStatsDMetric, Name) == 0x000000, "Member 'FStatsDMetric::Name' has a wrong offset!"); \ +static_assert(offsetof(FStatsDMetric, Value) == 0x000010, "Member 'FStatsDMetric::Value' has a wrong offset!"); \ +static_assert(offsetof(FStatsDMetric, Tags) == 0x000020, "Member 'FStatsDMetric::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRefreshInfo \ +static_assert(alignof(FRefreshInfo) == 0x000008, "Wrong alignment on FRefreshInfo"); \ +static_assert(sizeof(FRefreshInfo) == 0x000018, "Wrong size on FRefreshInfo"); \ +static_assert(offsetof(FRefreshInfo, RefreshToken) == 0x000000, "Member 'FRefreshInfo::RefreshToken' has a wrong offset!"); \ +static_assert(offsetof(FRefreshInfo, Expiration) == 0x000010, "Member 'FRefreshInfo::Expiration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsRewardGetAllRewardPayload \ +static_assert(alignof(FAccelByteModelsRewardGetAllRewardPayload) == 0x000008, "Wrong alignment on FAccelByteModelsRewardGetAllRewardPayload"); \ +static_assert(sizeof(FAccelByteModelsRewardGetAllRewardPayload) == 0x000038, "Wrong size on FAccelByteModelsRewardGetAllRewardPayload"); \ +static_assert(offsetof(FAccelByteModelsRewardGetAllRewardPayload, UserId) == 0x000018, "Member 'FAccelByteModelsRewardGetAllRewardPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRewardGetAllRewardPayload, EventTopic) == 0x000028, "Member 'FAccelByteModelsRewardGetAllRewardPayload::EventTopic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsRewardGetRewardByIdPayload \ +static_assert(alignof(FAccelByteModelsRewardGetRewardByIdPayload) == 0x000008, "Wrong alignment on FAccelByteModelsRewardGetRewardByIdPayload"); \ +static_assert(sizeof(FAccelByteModelsRewardGetRewardByIdPayload) == 0x000038, "Wrong size on FAccelByteModelsRewardGetRewardByIdPayload"); \ +static_assert(offsetof(FAccelByteModelsRewardGetRewardByIdPayload, UserId) == 0x000018, "Member 'FAccelByteModelsRewardGetRewardByIdPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsRewardGetRewardByIdPayload, RewardId) == 0x000028, "Member 'FAccelByteModelsRewardGetRewardByIdPayload::RewardId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSeasonPassBulkRewardClaimedPayload \ +static_assert(alignof(FAccelByteModelsSeasonPassBulkRewardClaimedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsSeasonPassBulkRewardClaimedPayload"); \ +static_assert(sizeof(FAccelByteModelsSeasonPassBulkRewardClaimedPayload) == 0x000028, "Wrong size on FAccelByteModelsSeasonPassBulkRewardClaimedPayload"); \ +static_assert(offsetof(FAccelByteModelsSeasonPassBulkRewardClaimedPayload, UserId) == 0x000018, "Member 'FAccelByteModelsSeasonPassBulkRewardClaimedPayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsLeaderboardGetUsersRankingsPayload \ +static_assert(alignof(FAccelByteModelsLeaderboardGetUsersRankingsPayload) == 0x000008, "Wrong alignment on FAccelByteModelsLeaderboardGetUsersRankingsPayload"); \ +static_assert(sizeof(FAccelByteModelsLeaderboardGetUsersRankingsPayload) == 0x000048, "Wrong size on FAccelByteModelsLeaderboardGetUsersRankingsPayload"); \ +static_assert(offsetof(FAccelByteModelsLeaderboardGetUsersRankingsPayload, LeaderboardCode) == 0x000018, "Member 'FAccelByteModelsLeaderboardGetUsersRankingsPayload::LeaderboardCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLeaderboardGetUsersRankingsPayload, UserId) == 0x000028, "Member 'FAccelByteModelsLeaderboardGetUsersRankingsPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLeaderboardGetUsersRankingsPayload, TargetUserIds) == 0x000038, "Member 'FAccelByteModelsLeaderboardGetUsersRankingsPayload::TargetUserIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsLeaderboardGetRankingByCycleIdPayload \ +static_assert(alignof(FAccelByteModelsLeaderboardGetRankingByCycleIdPayload) == 0x000008, "Wrong alignment on FAccelByteModelsLeaderboardGetRankingByCycleIdPayload"); \ +static_assert(sizeof(FAccelByteModelsLeaderboardGetRankingByCycleIdPayload) == 0x000048, "Wrong size on FAccelByteModelsLeaderboardGetRankingByCycleIdPayload"); \ +static_assert(offsetof(FAccelByteModelsLeaderboardGetRankingByCycleIdPayload, LeaderboardCode) == 0x000018, "Member 'FAccelByteModelsLeaderboardGetRankingByCycleIdPayload::LeaderboardCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLeaderboardGetRankingByCycleIdPayload, CycleId) == 0x000028, "Member 'FAccelByteModelsLeaderboardGetRankingByCycleIdPayload::CycleId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLeaderboardGetRankingByCycleIdPayload, UserId) == 0x000038, "Member 'FAccelByteModelsLeaderboardGetRankingByCycleIdPayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsLeaderboardGetLeaderboardsPayload \ +static_assert(alignof(FAccelByteModelsLeaderboardGetLeaderboardsPayload) == 0x000008, "Wrong alignment on FAccelByteModelsLeaderboardGetLeaderboardsPayload"); \ +static_assert(sizeof(FAccelByteModelsLeaderboardGetLeaderboardsPayload) == 0x000028, "Wrong size on FAccelByteModelsLeaderboardGetLeaderboardsPayload"); \ +static_assert(offsetof(FAccelByteModelsLeaderboardGetLeaderboardsPayload, UserId) == 0x000018, "Member 'FAccelByteModelsLeaderboardGetLeaderboardsPayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsLeaderboardGetRankingsPayload \ +static_assert(alignof(FAccelByteModelsLeaderboardGetRankingsPayload) == 0x000008, "Wrong alignment on FAccelByteModelsLeaderboardGetRankingsPayload"); \ +static_assert(sizeof(FAccelByteModelsLeaderboardGetRankingsPayload) == 0x000038, "Wrong size on FAccelByteModelsLeaderboardGetRankingsPayload"); \ +static_assert(offsetof(FAccelByteModelsLeaderboardGetRankingsPayload, LeaderboardCode) == 0x000018, "Member 'FAccelByteModelsLeaderboardGetRankingsPayload::LeaderboardCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLeaderboardGetRankingsPayload, UserId) == 0x000028, "Member 'FAccelByteModelsLeaderboardGetRankingsPayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsAchievementGetTagsPayload \ +static_assert(alignof(FAccelByteModelsAchievementGetTagsPayload) == 0x000008, "Wrong alignment on FAccelByteModelsAchievementGetTagsPayload"); \ +static_assert(sizeof(FAccelByteModelsAchievementGetTagsPayload) == 0x000028, "Wrong size on FAccelByteModelsAchievementGetTagsPayload"); \ +static_assert(offsetof(FAccelByteModelsAchievementGetTagsPayload, Name) == 0x000018, "Member 'FAccelByteModelsAchievementGetTagsPayload::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGlobalAchievementGetContributorsPayload \ +static_assert(alignof(FAccelByteModelsGlobalAchievementGetContributorsPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGlobalAchievementGetContributorsPayload"); \ +static_assert(sizeof(FAccelByteModelsGlobalAchievementGetContributorsPayload) == 0x000028, "Wrong size on FAccelByteModelsGlobalAchievementGetContributorsPayload"); \ +static_assert(offsetof(FAccelByteModelsGlobalAchievementGetContributorsPayload, AchievementCode) == 0x000018, "Member 'FAccelByteModelsGlobalAchievementGetContributorsPayload::AchievementCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGlobalAchievementGetPayload \ +static_assert(alignof(FAccelByteModelsGlobalAchievementGetPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGlobalAchievementGetPayload"); \ +static_assert(sizeof(FAccelByteModelsGlobalAchievementGetPayload) == 0x000028, "Wrong size on FAccelByteModelsGlobalAchievementGetPayload"); \ +static_assert(offsetof(FAccelByteModelsGlobalAchievementGetPayload, AchievementCode) == 0x000018, "Member 'FAccelByteModelsGlobalAchievementGetPayload::AchievementCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsAchievementsGetAllPayload \ +static_assert(alignof(FAccelByteModelsAchievementsGetAllPayload) == 0x000008, "Wrong alignment on FAccelByteModelsAchievementsGetAllPayload"); \ +static_assert(sizeof(FAccelByteModelsAchievementsGetAllPayload) == 0x000028, "Wrong size on FAccelByteModelsAchievementsGetAllPayload"); \ +static_assert(offsetof(FAccelByteModelsAchievementsGetAllPayload, UserId) == 0x000018, "Member 'FAccelByteModelsAchievementsGetAllPayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsAchievementUnlockedPayload \ +static_assert(alignof(FAccelByteModelsAchievementUnlockedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsAchievementUnlockedPayload"); \ +static_assert(sizeof(FAccelByteModelsAchievementUnlockedPayload) == 0x000028, "Wrong size on FAccelByteModelsAchievementUnlockedPayload"); \ +static_assert(offsetof(FAccelByteModelsAchievementUnlockedPayload, AchievementCode) == 0x000018, "Member 'FAccelByteModelsAchievementUnlockedPayload::AchievementCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupMemberByGroupIdPayload \ +static_assert(alignof(FAccelByteModelsGroupMemberByGroupIdPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGroupMemberByGroupIdPayload"); \ +static_assert(sizeof(FAccelByteModelsGroupMemberByGroupIdPayload) == 0x000038, "Wrong size on FAccelByteModelsGroupMemberByGroupIdPayload"); \ +static_assert(offsetof(FAccelByteModelsGroupMemberByGroupIdPayload, GroupId) == 0x000018, "Member 'FAccelByteModelsGroupMemberByGroupIdPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupMemberByGroupIdPayload, UserId) == 0x000028, "Member 'FAccelByteModelsGroupMemberByGroupIdPayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupJoinRequestListPayload \ +static_assert(alignof(FAccelByteModelsGroupJoinRequestListPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGroupJoinRequestListPayload"); \ +static_assert(sizeof(FAccelByteModelsGroupJoinRequestListPayload) == 0x000038, "Wrong size on FAccelByteModelsGroupJoinRequestListPayload"); \ +static_assert(offsetof(FAccelByteModelsGroupJoinRequestListPayload, GroupId) == 0x000018, "Member 'FAccelByteModelsGroupJoinRequestListPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupJoinRequestListPayload, UserId) == 0x000028, "Member 'FAccelByteModelsGroupJoinRequestListPayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupGetInvitationListPayload \ +static_assert(alignof(FAccelByteModelsGroupGetInvitationListPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGroupGetInvitationListPayload"); \ +static_assert(sizeof(FAccelByteModelsGroupGetInvitationListPayload) == 0x000028, "Wrong size on FAccelByteModelsGroupGetInvitationListPayload"); \ +static_assert(offsetof(FAccelByteModelsGroupGetInvitationListPayload, UserId) == 0x000018, "Member 'FAccelByteModelsGroupGetInvitationListPayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupInviteRejectedPayload \ +static_assert(alignof(FAccelByteModelsGroupInviteRejectedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGroupInviteRejectedPayload"); \ +static_assert(sizeof(FAccelByteModelsGroupInviteRejectedPayload) == 0x000038, "Wrong size on FAccelByteModelsGroupInviteRejectedPayload"); \ +static_assert(offsetof(FAccelByteModelsGroupInviteRejectedPayload, GroupId) == 0x000018, "Member 'FAccelByteModelsGroupInviteRejectedPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupInviteRejectedPayload, UserId) == 0x000028, "Member 'FAccelByteModelsGroupInviteRejectedPayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupInviteAcceptedPayload \ +static_assert(alignof(FAccelByteModelsGroupInviteAcceptedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGroupInviteAcceptedPayload"); \ +static_assert(sizeof(FAccelByteModelsGroupInviteAcceptedPayload) == 0x000038, "Wrong size on FAccelByteModelsGroupInviteAcceptedPayload"); \ +static_assert(offsetof(FAccelByteModelsGroupInviteAcceptedPayload, GroupId) == 0x000018, "Member 'FAccelByteModelsGroupInviteAcceptedPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupInviteAcceptedPayload, UserId) == 0x000028, "Member 'FAccelByteModelsGroupInviteAcceptedPayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupInviteUserPayload \ +static_assert(alignof(FAccelByteModelsGroupInviteUserPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGroupInviteUserPayload"); \ +static_assert(sizeof(FAccelByteModelsGroupInviteUserPayload) == 0x000048, "Wrong size on FAccelByteModelsGroupInviteUserPayload"); \ +static_assert(offsetof(FAccelByteModelsGroupInviteUserPayload, GroupId) == 0x000018, "Member 'FAccelByteModelsGroupInviteUserPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupInviteUserPayload, AdminUserId) == 0x000028, "Member 'FAccelByteModelsGroupInviteUserPayload::AdminUserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupInviteUserPayload, InvitedUserId) == 0x000038, "Member 'FAccelByteModelsGroupInviteUserPayload::InvitedUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupDeletedPayload \ +static_assert(alignof(FAccelByteModelsGroupDeletedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGroupDeletedPayload"); \ +static_assert(sizeof(FAccelByteModelsGroupDeletedPayload) == 0x000038, "Wrong size on FAccelByteModelsGroupDeletedPayload"); \ +static_assert(offsetof(FAccelByteModelsGroupDeletedPayload, GroupId) == 0x000018, "Member 'FAccelByteModelsGroupDeletedPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupDeletedPayload, UserId) == 0x000028, "Member 'FAccelByteModelsGroupDeletedPayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupJoinedPayload \ +static_assert(alignof(FAccelByteModelsGroupJoinedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGroupJoinedPayload"); \ +static_assert(sizeof(FAccelByteModelsGroupJoinedPayload) == 0x000048, "Wrong size on FAccelByteModelsGroupJoinedPayload"); \ +static_assert(offsetof(FAccelByteModelsGroupJoinedPayload, GroupId) == 0x000018, "Member 'FAccelByteModelsGroupJoinedPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupJoinedPayload, Status) == 0x000028, "Member 'FAccelByteModelsGroupJoinedPayload::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupJoinedPayload, UserId) == 0x000038, "Member 'FAccelByteModelsGroupJoinedPayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupFindByIdsPayload \ +static_assert(alignof(FAccelByteModelsGroupFindByIdsPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGroupFindByIdsPayload"); \ +static_assert(sizeof(FAccelByteModelsGroupFindByIdsPayload) == 0x000038, "Wrong size on FAccelByteModelsGroupFindByIdsPayload"); \ +static_assert(offsetof(FAccelByteModelsGroupFindByIdsPayload, UserId) == 0x000018, "Member 'FAccelByteModelsGroupFindByIdsPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupFindByIdsPayload, GroupIds) == 0x000028, "Member 'FAccelByteModelsGroupFindByIdsPayload::GroupIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupInformationPayload \ +static_assert(alignof(FAccelByteModelsGroupInformationPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGroupInformationPayload"); \ +static_assert(sizeof(FAccelByteModelsGroupInformationPayload) == 0x000038, "Wrong size on FAccelByteModelsGroupInformationPayload"); \ +static_assert(offsetof(FAccelByteModelsGroupInformationPayload, GroupId) == 0x000018, "Member 'FAccelByteModelsGroupInformationPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupInformationPayload, UserId) == 0x000028, "Member 'FAccelByteModelsGroupInformationPayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupPredefinedRuleUpdatedPayload \ +static_assert(alignof(FAccelByteModelsGroupPredefinedRuleUpdatedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGroupPredefinedRuleUpdatedPayload"); \ +static_assert(sizeof(FAccelByteModelsGroupPredefinedRuleUpdatedPayload) == 0x000038, "Wrong size on FAccelByteModelsGroupPredefinedRuleUpdatedPayload"); \ +static_assert(offsetof(FAccelByteModelsGroupPredefinedRuleUpdatedPayload, GroupId) == 0x000018, "Member 'FAccelByteModelsGroupPredefinedRuleUpdatedPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupPredefinedRuleUpdatedPayload, AdminUserId) == 0x000028, "Member 'FAccelByteModelsGroupPredefinedRuleUpdatedPayload::AdminUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupCustomAttributesUpdatedPayload \ +static_assert(alignof(FAccelByteModelsGroupCustomAttributesUpdatedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGroupCustomAttributesUpdatedPayload"); \ +static_assert(sizeof(FAccelByteModelsGroupCustomAttributesUpdatedPayload) == 0x000058, "Wrong size on FAccelByteModelsGroupCustomAttributesUpdatedPayload"); \ +static_assert(offsetof(FAccelByteModelsGroupCustomAttributesUpdatedPayload, GroupId) == 0x000018, "Member 'FAccelByteModelsGroupCustomAttributesUpdatedPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupCustomAttributesUpdatedPayload, AdminUserId) == 0x000028, "Member 'FAccelByteModelsGroupCustomAttributesUpdatedPayload::AdminUserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupCustomAttributesUpdatedPayload, CustomAttributes) == 0x000038, "Member 'FAccelByteModelsGroupCustomAttributesUpdatedPayload::CustomAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupUpdatedPayload \ +static_assert(alignof(FAccelByteModelsGroupUpdatedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGroupUpdatedPayload"); \ +static_assert(sizeof(FAccelByteModelsGroupUpdatedPayload) == 0x000060, "Wrong size on FAccelByteModelsGroupUpdatedPayload"); \ +static_assert(offsetof(FAccelByteModelsGroupUpdatedPayload, ConfigurationCode) == 0x000018, "Member 'FAccelByteModelsGroupUpdatedPayload::ConfigurationCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupUpdatedPayload, GroupId) == 0x000028, "Member 'FAccelByteModelsGroupUpdatedPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupUpdatedPayload, GroupMaxMember) == 0x000038, "Member 'FAccelByteModelsGroupUpdatedPayload::GroupMaxMember' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupUpdatedPayload, GroupName) == 0x000040, "Member 'FAccelByteModelsGroupUpdatedPayload::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupUpdatedPayload, GroupRegion) == 0x000050, "Member 'FAccelByteModelsGroupUpdatedPayload::GroupRegion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGroupCreatedPayload \ +static_assert(alignof(FAccelByteModelsGroupCreatedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGroupCreatedPayload"); \ +static_assert(sizeof(FAccelByteModelsGroupCreatedPayload) == 0x000060, "Wrong size on FAccelByteModelsGroupCreatedPayload"); \ +static_assert(offsetof(FAccelByteModelsGroupCreatedPayload, ConfigurationCode) == 0x000018, "Member 'FAccelByteModelsGroupCreatedPayload::ConfigurationCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupCreatedPayload, GroupId) == 0x000028, "Member 'FAccelByteModelsGroupCreatedPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupCreatedPayload, GroupMaxMember) == 0x000038, "Member 'FAccelByteModelsGroupCreatedPayload::GroupMaxMember' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupCreatedPayload, GroupName) == 0x000040, "Member 'FAccelByteModelsGroupCreatedPayload::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGroupCreatedPayload, GroupRegion) == 0x000050, "Member 'FAccelByteModelsGroupCreatedPayload::GroupRegion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatV2GroupChatModeratorUnbannedUserPayload \ +static_assert(alignof(FAccelByteModelsChatV2GroupChatModeratorUnbannedUserPayload) == 0x000008, "Wrong alignment on FAccelByteModelsChatV2GroupChatModeratorUnbannedUserPayload"); \ +static_assert(sizeof(FAccelByteModelsChatV2GroupChatModeratorUnbannedUserPayload) == 0x000048, "Wrong size on FAccelByteModelsChatV2GroupChatModeratorUnbannedUserPayload"); \ +static_assert(offsetof(FAccelByteModelsChatV2GroupChatModeratorUnbannedUserPayload, GroupId) == 0x000018, "Member 'FAccelByteModelsChatV2GroupChatModeratorUnbannedUserPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatV2GroupChatModeratorUnbannedUserPayload, ModeratorId) == 0x000028, "Member 'FAccelByteModelsChatV2GroupChatModeratorUnbannedUserPayload::ModeratorId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatV2GroupChatModeratorUnbannedUserPayload, UnbannedUserId) == 0x000038, "Member 'FAccelByteModelsChatV2GroupChatModeratorUnbannedUserPayload::UnbannedUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatV2GroupChatModeratorBannedUserPayload \ +static_assert(alignof(FAccelByteModelsChatV2GroupChatModeratorBannedUserPayload) == 0x000008, "Wrong alignment on FAccelByteModelsChatV2GroupChatModeratorBannedUserPayload"); \ +static_assert(sizeof(FAccelByteModelsChatV2GroupChatModeratorBannedUserPayload) == 0x000048, "Wrong size on FAccelByteModelsChatV2GroupChatModeratorBannedUserPayload"); \ +static_assert(offsetof(FAccelByteModelsChatV2GroupChatModeratorBannedUserPayload, GroupId) == 0x000018, "Member 'FAccelByteModelsChatV2GroupChatModeratorBannedUserPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatV2GroupChatModeratorBannedUserPayload, ModeratorId) == 0x000028, "Member 'FAccelByteModelsChatV2GroupChatModeratorBannedUserPayload::ModeratorId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatV2GroupChatModeratorBannedUserPayload, BannedUserId) == 0x000038, "Member 'FAccelByteModelsChatV2GroupChatModeratorBannedUserPayload::BannedUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatV2GroupChatModeratorUnmutedUserPayload \ +static_assert(alignof(FAccelByteModelsChatV2GroupChatModeratorUnmutedUserPayload) == 0x000008, "Wrong alignment on FAccelByteModelsChatV2GroupChatModeratorUnmutedUserPayload"); \ +static_assert(sizeof(FAccelByteModelsChatV2GroupChatModeratorUnmutedUserPayload) == 0x000048, "Wrong size on FAccelByteModelsChatV2GroupChatModeratorUnmutedUserPayload"); \ +static_assert(offsetof(FAccelByteModelsChatV2GroupChatModeratorUnmutedUserPayload, GroupId) == 0x000018, "Member 'FAccelByteModelsChatV2GroupChatModeratorUnmutedUserPayload::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatV2GroupChatModeratorUnmutedUserPayload, ModeratorId) == 0x000028, "Member 'FAccelByteModelsChatV2GroupChatModeratorUnmutedUserPayload::ModeratorId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatV2GroupChatModeratorUnmutedUserPayload, UnmutedUserId) == 0x000038, "Member 'FAccelByteModelsChatV2GroupChatModeratorUnmutedUserPayload::UnmutedUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatV2UserUnblockedPayload \ +static_assert(alignof(FAccelByteModelsChatV2UserUnblockedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsChatV2UserUnblockedPayload"); \ +static_assert(sizeof(FAccelByteModelsChatV2UserUnblockedPayload) == 0x000038, "Wrong size on FAccelByteModelsChatV2UserUnblockedPayload"); \ +static_assert(offsetof(FAccelByteModelsChatV2UserUnblockedPayload, UserId) == 0x000018, "Member 'FAccelByteModelsChatV2UserUnblockedPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatV2UserUnblockedPayload, UnblockedUserId) == 0x000028, "Member 'FAccelByteModelsChatV2UserUnblockedPayload::UnblockedUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatV2TopicUserRemovedPayload \ +static_assert(alignof(FAccelByteModelsChatV2TopicUserRemovedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsChatV2TopicUserRemovedPayload"); \ +static_assert(sizeof(FAccelByteModelsChatV2TopicUserRemovedPayload) == 0x000038, "Wrong size on FAccelByteModelsChatV2TopicUserRemovedPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatV2GroupTopicCreatedPayload \ +static_assert(alignof(FAccelByteModelsChatV2GroupTopicCreatedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsChatV2GroupTopicCreatedPayload"); \ +static_assert(sizeof(FAccelByteModelsChatV2GroupTopicCreatedPayload) == 0x0000E0, "Wrong size on FAccelByteModelsChatV2GroupTopicCreatedPayload"); \ +static_assert(offsetof(FAccelByteModelsChatV2GroupTopicCreatedPayload, UserId) == 0x000018, "Member 'FAccelByteModelsChatV2GroupTopicCreatedPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatV2GroupTopicCreatedPayload, Name) == 0x000028, "Member 'FAccelByteModelsChatV2GroupTopicCreatedPayload::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatV2GroupTopicCreatedPayload, Members) == 0x000038, "Member 'FAccelByteModelsChatV2GroupTopicCreatedPayload::Members' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatV2GroupTopicCreatedPayload, Admins) == 0x000088, "Member 'FAccelByteModelsChatV2GroupTopicCreatedPayload::Admins' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatV2GroupTopicCreatedPayload, IsJoinable) == 0x0000D8, "Member 'FAccelByteModelsChatV2GroupTopicCreatedPayload::IsJoinable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatV2PersonalTopicCreatedPayload \ +static_assert(alignof(FAccelByteModelsChatV2PersonalTopicCreatedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsChatV2PersonalTopicCreatedPayload"); \ +static_assert(sizeof(FAccelByteModelsChatV2PersonalTopicCreatedPayload) == 0x000038, "Wrong size on FAccelByteModelsChatV2PersonalTopicCreatedPayload"); \ +static_assert(offsetof(FAccelByteModelsChatV2PersonalTopicCreatedPayload, UserId) == 0x000018, "Member 'FAccelByteModelsChatV2PersonalTopicCreatedPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatV2PersonalTopicCreatedPayload, TargetUserId) == 0x000028, "Member 'FAccelByteModelsChatV2PersonalTopicCreatedPayload::TargetUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsChatV2DisconnectedPayload \ +static_assert(alignof(FAccelByteModelsChatV2DisconnectedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsChatV2DisconnectedPayload"); \ +static_assert(sizeof(FAccelByteModelsChatV2DisconnectedPayload) == 0x000030, "Wrong size on FAccelByteModelsChatV2DisconnectedPayload"); \ +static_assert(offsetof(FAccelByteModelsChatV2DisconnectedPayload, UserId) == 0x000018, "Member 'FAccelByteModelsChatV2DisconnectedPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsChatV2DisconnectedPayload, StatusCode) == 0x000028, "Member 'FAccelByteModelsChatV2DisconnectedPayload::StatusCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserUnbannedPayload \ +static_assert(alignof(FAccelByteModelsUserUnbannedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsUserUnbannedPayload"); \ +static_assert(sizeof(FAccelByteModelsUserUnbannedPayload) == 0x000030, "Wrong size on FAccelByteModelsUserUnbannedPayload"); \ +static_assert(offsetof(FAccelByteModelsUserUnbannedPayload, UserId) == 0x000018, "Member 'FAccelByteModelsUserUnbannedPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserUnbannedPayload, BanType) == 0x000028, "Member 'FAccelByteModelsUserUnbannedPayload::BanType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserBannedPayload \ +static_assert(alignof(FAccelByteModelsUserBannedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsUserBannedPayload"); \ +static_assert(sizeof(FAccelByteModelsUserBannedPayload) == 0x000048, "Wrong size on FAccelByteModelsUserBannedPayload"); \ +static_assert(offsetof(FAccelByteModelsUserBannedPayload, UserId) == 0x000018, "Member 'FAccelByteModelsUserBannedPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserBannedPayload, BanType) == 0x000028, "Member 'FAccelByteModelsUserBannedPayload::BanType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserBannedPayload, EndDate) == 0x000030, "Member 'FAccelByteModelsUserBannedPayload::EndDate' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserBannedPayload, Reason) == 0x000040, "Member 'FAccelByteModelsUserBannedPayload::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserPresenceStatusUpdatedPayload \ +static_assert(alignof(FAccelByteModelsUserPresenceStatusUpdatedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsUserPresenceStatusUpdatedPayload"); \ +static_assert(sizeof(FAccelByteModelsUserPresenceStatusUpdatedPayload) == 0x000038, "Wrong size on FAccelByteModelsUserPresenceStatusUpdatedPayload"); \ +static_assert(offsetof(FAccelByteModelsUserPresenceStatusUpdatedPayload, UserId) == 0x000018, "Member 'FAccelByteModelsUserPresenceStatusUpdatedPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserPresenceStatusUpdatedPayload, Status) == 0x000028, "Member 'FAccelByteModelsUserPresenceStatusUpdatedPayload::Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsFriendUnfriendedPayload \ +static_assert(alignof(FAccelByteModelsFriendUnfriendedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsFriendUnfriendedPayload"); \ +static_assert(sizeof(FAccelByteModelsFriendUnfriendedPayload) == 0x000038, "Wrong size on FAccelByteModelsFriendUnfriendedPayload"); \ +static_assert(offsetof(FAccelByteModelsFriendUnfriendedPayload, SenderId) == 0x000018, "Member 'FAccelByteModelsFriendUnfriendedPayload::SenderId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsFriendUnfriendedPayload, FriendId) == 0x000028, "Member 'FAccelByteModelsFriendUnfriendedPayload::FriendId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsFriendRequestRejectedPayload \ +static_assert(alignof(FAccelByteModelsFriendRequestRejectedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsFriendRequestRejectedPayload"); \ +static_assert(sizeof(FAccelByteModelsFriendRequestRejectedPayload) == 0x000038, "Wrong size on FAccelByteModelsFriendRequestRejectedPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsFriendRequestCancelledPayload \ +static_assert(alignof(FAccelByteModelsFriendRequestCancelledPayload) == 0x000008, "Wrong alignment on FAccelByteModelsFriendRequestCancelledPayload"); \ +static_assert(sizeof(FAccelByteModelsFriendRequestCancelledPayload) == 0x000038, "Wrong size on FAccelByteModelsFriendRequestCancelledPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsDSBackfillProposalRejectedPayload \ +static_assert(alignof(FAccelByteModelsDSBackfillProposalRejectedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsDSBackfillProposalRejectedPayload"); \ +static_assert(sizeof(FAccelByteModelsDSBackfillProposalRejectedPayload) == 0x000088, "Wrong size on FAccelByteModelsDSBackfillProposalRejectedPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsDSGameClientLeftPayload \ +static_assert(alignof(FAccelByteModelsDSGameClientLeftPayload) == 0x000008, "Wrong alignment on FAccelByteModelsDSGameClientLeftPayload"); \ +static_assert(sizeof(FAccelByteModelsDSGameClientLeftPayload) == 0x000038, "Wrong size on FAccelByteModelsDSGameClientLeftPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsDSMemberChangedNotifReceivedPayload \ +static_assert(alignof(FAccelByteModelsDSMemberChangedNotifReceivedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsDSMemberChangedNotifReceivedPayload"); \ +static_assert(sizeof(FAccelByteModelsDSMemberChangedNotifReceivedPayload) == 0x000058, "Wrong size on FAccelByteModelsDSMemberChangedNotifReceivedPayload"); \ +static_assert(offsetof(FAccelByteModelsDSMemberChangedNotifReceivedPayload, GameSessionId) == 0x000028, "Member 'FAccelByteModelsDSMemberChangedNotifReceivedPayload::GameSessionId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSMemberChangedNotifReceivedPayload, Members) == 0x000038, "Member 'FAccelByteModelsDSMemberChangedNotifReceivedPayload::Members' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsDSMemberChangedNotifReceivedPayload, Teams) == 0x000048, "Member 'FAccelByteModelsDSMemberChangedNotifReceivedPayload::Teams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsDSHubConnectedPayload \ +static_assert(alignof(FAccelByteModelsDSHubConnectedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsDSHubConnectedPayload"); \ +static_assert(sizeof(FAccelByteModelsDSHubConnectedPayload) == 0x000028, "Wrong size on FAccelByteModelsDSHubConnectedPayload"); \ +static_assert(offsetof(FAccelByteModelsDSHubConnectedPayload, PodName) == 0x000018, "Member 'FAccelByteModelsDSHubConnectedPayload::PodName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsDSHubDisconnectedPayload \ +static_assert(alignof(FAccelByteModelsDSHubDisconnectedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsDSHubDisconnectedPayload"); \ +static_assert(sizeof(FAccelByteModelsDSHubDisconnectedPayload) == 0x000030, "Wrong size on FAccelByteModelsDSHubDisconnectedPayload"); \ +static_assert(offsetof(FAccelByteModelsDSHubDisconnectedPayload, StatusCode) == 0x000028, "Member 'FAccelByteModelsDSHubDisconnectedPayload::StatusCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMPV2MatchmakingCanceledPayload \ +static_assert(alignof(FAccelByteModelsMPV2MatchmakingCanceledPayload) == 0x000008, "Wrong alignment on FAccelByteModelsMPV2MatchmakingCanceledPayload"); \ +static_assert(sizeof(FAccelByteModelsMPV2MatchmakingCanceledPayload) == 0x000038, "Wrong size on FAccelByteModelsMPV2MatchmakingCanceledPayload"); \ +static_assert(offsetof(FAccelByteModelsMPV2MatchmakingCanceledPayload, UserId) == 0x000018, "Member 'FAccelByteModelsMPV2MatchmakingCanceledPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMPV2MatchmakingCanceledPayload, MatchTicketId) == 0x000028, "Member 'FAccelByteModelsMPV2MatchmakingCanceledPayload::MatchTicketId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMPV2MatchmakingRequestedPayload \ +static_assert(alignof(FAccelByteModelsMPV2MatchmakingRequestedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsMPV2MatchmakingRequestedPayload"); \ +static_assert(sizeof(FAccelByteModelsMPV2MatchmakingRequestedPayload) == 0x000080, "Wrong size on FAccelByteModelsMPV2MatchmakingRequestedPayload"); \ +static_assert(offsetof(FAccelByteModelsMPV2MatchmakingRequestedPayload, UserId) == 0x000018, "Member 'FAccelByteModelsMPV2MatchmakingRequestedPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMPV2MatchmakingRequestedPayload, MatchPool) == 0x000028, "Member 'FAccelByteModelsMPV2MatchmakingRequestedPayload::MatchPool' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMPV2MatchmakingRequestedPayload, PartySessionId) == 0x000038, "Member 'FAccelByteModelsMPV2MatchmakingRequestedPayload::PartySessionId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMPV2MatchmakingRequestedPayload, Attributes) == 0x000048, "Member 'FAccelByteModelsMPV2MatchmakingRequestedPayload::Attributes' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMPV2MatchmakingRequestedPayload, MatchTicketId) == 0x000068, "Member 'FAccelByteModelsMPV2MatchmakingRequestedPayload::MatchTicketId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMPV2MatchmakingRequestedPayload, QueueTime) == 0x000078, "Member 'FAccelByteModelsMPV2MatchmakingRequestedPayload::QueueTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMPV2PartySessionLeaderPromotedPayload \ +static_assert(alignof(FAccelByteModelsMPV2PartySessionLeaderPromotedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsMPV2PartySessionLeaderPromotedPayload"); \ +static_assert(sizeof(FAccelByteModelsMPV2PartySessionLeaderPromotedPayload) == 0x000038, "Wrong size on FAccelByteModelsMPV2PartySessionLeaderPromotedPayload"); \ +static_assert(offsetof(FAccelByteModelsMPV2PartySessionLeaderPromotedPayload, PromotedUserId) == 0x000018, "Member 'FAccelByteModelsMPV2PartySessionLeaderPromotedPayload::PromotedUserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMPV2PartySessionLeaderPromotedPayload, PartySessionId) == 0x000028, "Member 'FAccelByteModelsMPV2PartySessionLeaderPromotedPayload::PartySessionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMPV2PartySessionLeftPayload \ +static_assert(alignof(FAccelByteModelsMPV2PartySessionLeftPayload) == 0x000008, "Wrong alignment on FAccelByteModelsMPV2PartySessionLeftPayload"); \ +static_assert(sizeof(FAccelByteModelsMPV2PartySessionLeftPayload) == 0x000038, "Wrong size on FAccelByteModelsMPV2PartySessionLeftPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMPV2PartySessionInvitedPayload \ +static_assert(alignof(FAccelByteModelsMPV2PartySessionInvitedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsMPV2PartySessionInvitedPayload"); \ +static_assert(sizeof(FAccelByteModelsMPV2PartySessionInvitedPayload) == 0x000038, "Wrong size on FAccelByteModelsMPV2PartySessionInvitedPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMPV2GameSessionLeftPayload \ +static_assert(alignof(FAccelByteModelsMPV2GameSessionLeftPayload) == 0x000008, "Wrong alignment on FAccelByteModelsMPV2GameSessionLeftPayload"); \ +static_assert(sizeof(FAccelByteModelsMPV2GameSessionLeftPayload) == 0x000038, "Wrong size on FAccelByteModelsMPV2GameSessionLeftPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMPV2GameSessionJoinedPayload \ +static_assert(alignof(FAccelByteModelsMPV2GameSessionJoinedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsMPV2GameSessionJoinedPayload"); \ +static_assert(sizeof(FAccelByteModelsMPV2GameSessionJoinedPayload) == 0x000038, "Wrong size on FAccelByteModelsMPV2GameSessionJoinedPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMPV1PartyKickPayload \ +static_assert(alignof(FAccelByteModelsMPV1PartyKickPayload) == 0x000008, "Wrong alignment on FAccelByteModelsMPV1PartyKickPayload"); \ +static_assert(sizeof(FAccelByteModelsMPV1PartyKickPayload) == 0x000038, "Wrong size on FAccelByteModelsMPV1PartyKickPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMPV1PartyInvitePayload \ +static_assert(alignof(FAccelByteModelsMPV1PartyInvitePayload) == 0x000008, "Wrong alignment on FAccelByteModelsMPV1PartyInvitePayload"); \ +static_assert(sizeof(FAccelByteModelsMPV1PartyInvitePayload) == 0x000038, "Wrong size on FAccelByteModelsMPV1PartyInvitePayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMPV1MatchmakingCanceledPayload \ +static_assert(alignof(FAccelByteModelsMPV1MatchmakingCanceledPayload) == 0x000008, "Wrong alignment on FAccelByteModelsMPV1MatchmakingCanceledPayload"); \ +static_assert(sizeof(FAccelByteModelsMPV1MatchmakingCanceledPayload) == 0x000040, "Wrong size on FAccelByteModelsMPV1MatchmakingCanceledPayload"); \ +static_assert(offsetof(FAccelByteModelsMPV1MatchmakingCanceledPayload, UserId) == 0x000018, "Member 'FAccelByteModelsMPV1MatchmakingCanceledPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMPV1MatchmakingCanceledPayload, GameMode) == 0x000028, "Member 'FAccelByteModelsMPV1MatchmakingCanceledPayload::GameMode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsMPV1MatchmakingCanceledPayload, IsTempParty) == 0x000038, "Member 'FAccelByteModelsMPV1MatchmakingCanceledPayload::IsTempParty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsLobbyConnectedPayload \ +static_assert(alignof(FAccelByteModelsLobbyConnectedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsLobbyConnectedPayload"); \ +static_assert(sizeof(FAccelByteModelsLobbyConnectedPayload) == 0x000028, "Wrong size on FAccelByteModelsLobbyConnectedPayload"); \ +static_assert(offsetof(FAccelByteModelsLobbyConnectedPayload, UserId) == 0x000018, "Member 'FAccelByteModelsLobbyConnectedPayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsLobbyDisconnectedPayload \ +static_assert(alignof(FAccelByteModelsLobbyDisconnectedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsLobbyDisconnectedPayload"); \ +static_assert(sizeof(FAccelByteModelsLobbyDisconnectedPayload) == 0x000030, "Wrong size on FAccelByteModelsLobbyDisconnectedPayload"); \ +static_assert(offsetof(FAccelByteModelsLobbyDisconnectedPayload, StatusCode) == 0x000028, "Member 'FAccelByteModelsLobbyDisconnectedPayload::StatusCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPaymentSuccededPayload \ +static_assert(alignof(FAccelByteModelsPaymentSuccededPayload) == 0x000008, "Wrong alignment on FAccelByteModelsPaymentSuccededPayload"); \ +static_assert(sizeof(FAccelByteModelsPaymentSuccededPayload) == 0x000070, "Wrong size on FAccelByteModelsPaymentSuccededPayload"); \ +static_assert(offsetof(FAccelByteModelsPaymentSuccededPayload, UserId) == 0x000018, "Member 'FAccelByteModelsPaymentSuccededPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPaymentSuccededPayload, ItemId) == 0x000028, "Member 'FAccelByteModelsPaymentSuccededPayload::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPaymentSuccededPayload, Price) == 0x000038, "Member 'FAccelByteModelsPaymentSuccededPayload::Price' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPaymentSuccededPayload, OrderNo) == 0x000040, "Member 'FAccelByteModelsPaymentSuccededPayload::OrderNo' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPaymentSuccededPayload, PaymentOrderNo) == 0x000050, "Member 'FAccelByteModelsPaymentSuccededPayload::PaymentOrderNo' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPaymentSuccededPayload, Status) == 0x000060, "Member 'FAccelByteModelsPaymentSuccededPayload::Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPaymentFailedPayload \ +static_assert(alignof(FAccelByteModelsPaymentFailedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsPaymentFailedPayload"); \ +static_assert(sizeof(FAccelByteModelsPaymentFailedPayload) == 0x000070, "Wrong size on FAccelByteModelsPaymentFailedPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsEntitlementGrantedPayload \ +static_assert(alignof(FAccelByteModelsEntitlementGrantedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsEntitlementGrantedPayload"); \ +static_assert(sizeof(FAccelByteModelsEntitlementGrantedPayload) == 0x000028, "Wrong size on FAccelByteModelsEntitlementGrantedPayload"); \ +static_assert(offsetof(FAccelByteModelsEntitlementGrantedPayload, Entitlements) == 0x000018, "Member 'FAccelByteModelsEntitlementGrantedPayload::Entitlements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsCurrencyUpdatedPayload \ +static_assert(alignof(FAccelByteModelsCurrencyUpdatedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsCurrencyUpdatedPayload"); \ +static_assert(sizeof(FAccelByteModelsCurrencyUpdatedPayload) == 0x000038, "Wrong size on FAccelByteModelsCurrencyUpdatedPayload"); \ +static_assert(offsetof(FAccelByteModelsCurrencyUpdatedPayload, WalletId) == 0x000018, "Member 'FAccelByteModelsCurrencyUpdatedPayload::WalletId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCurrencyUpdatedPayload, CurrencyCode) == 0x000028, "Member 'FAccelByteModelsCurrencyUpdatedPayload::CurrencyCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsStoreOpenedPayload \ +static_assert(alignof(FAccelByteModelsStoreOpenedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsStoreOpenedPayload"); \ +static_assert(sizeof(FAccelByteModelsStoreOpenedPayload) == 0x000048, "Wrong size on FAccelByteModelsStoreOpenedPayload"); \ +static_assert(offsetof(FAccelByteModelsStoreOpenedPayload, StoreId) == 0x000018, "Member 'FAccelByteModelsStoreOpenedPayload::StoreId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStoreOpenedPayload, StoreName) == 0x000028, "Member 'FAccelByteModelsStoreOpenedPayload::StoreName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStoreOpenedPayload, Category) == 0x000038, "Member 'FAccelByteModelsStoreOpenedPayload::Category' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsStoreClosedPayload \ +static_assert(alignof(FAccelByteModelsStoreClosedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsStoreClosedPayload"); \ +static_assert(sizeof(FAccelByteModelsStoreClosedPayload) == 0x000048, "Wrong size on FAccelByteModelsStoreClosedPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGameBinaryRecordGetRecordsByQueryPayload \ +static_assert(alignof(FAccelByteModelsGameBinaryRecordGetRecordsByQueryPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGameBinaryRecordGetRecordsByQueryPayload"); \ +static_assert(sizeof(FAccelByteModelsGameBinaryRecordGetRecordsByQueryPayload) == 0x000038, "Wrong size on FAccelByteModelsGameBinaryRecordGetRecordsByQueryPayload"); \ +static_assert(offsetof(FAccelByteModelsGameBinaryRecordGetRecordsByQueryPayload, UserId) == 0x000018, "Member 'FAccelByteModelsGameBinaryRecordGetRecordsByQueryPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameBinaryRecordGetRecordsByQueryPayload, Query) == 0x000028, "Member 'FAccelByteModelsGameBinaryRecordGetRecordsByQueryPayload::Query' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGameBinaryRecordGetRecordPayload \ +static_assert(alignof(FAccelByteModelsGameBinaryRecordGetRecordPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGameBinaryRecordGetRecordPayload"); \ +static_assert(sizeof(FAccelByteModelsGameBinaryRecordGetRecordPayload) == 0x000038, "Wrong size on FAccelByteModelsGameBinaryRecordGetRecordPayload"); \ +static_assert(offsetof(FAccelByteModelsGameBinaryRecordGetRecordPayload, UserId) == 0x000018, "Member 'FAccelByteModelsGameBinaryRecordGetRecordPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameBinaryRecordGetRecordPayload, Key) == 0x000028, "Member 'FAccelByteModelsGameBinaryRecordGetRecordPayload::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlayerBinaryRecordRecordUpdatedPayload \ +static_assert(alignof(FAccelByteModelsPlayerBinaryRecordRecordUpdatedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsPlayerBinaryRecordRecordUpdatedPayload"); \ +static_assert(sizeof(FAccelByteModelsPlayerBinaryRecordRecordUpdatedPayload) == 0x000038, "Wrong size on FAccelByteModelsPlayerBinaryRecordRecordUpdatedPayload"); \ +static_assert(offsetof(FAccelByteModelsPlayerBinaryRecordRecordUpdatedPayload, UserId) == 0x000018, "Member 'FAccelByteModelsPlayerBinaryRecordRecordUpdatedPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayerBinaryRecordRecordUpdatedPayload, Key) == 0x000028, "Member 'FAccelByteModelsPlayerBinaryRecordRecordUpdatedPayload::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlayerBinaryRecordGetRecordsByQueryPayload \ +static_assert(alignof(FAccelByteModelsPlayerBinaryRecordGetRecordsByQueryPayload) == 0x000008, "Wrong alignment on FAccelByteModelsPlayerBinaryRecordGetRecordsByQueryPayload"); \ +static_assert(sizeof(FAccelByteModelsPlayerBinaryRecordGetRecordsByQueryPayload) == 0x000038, "Wrong size on FAccelByteModelsPlayerBinaryRecordGetRecordsByQueryPayload"); \ +static_assert(offsetof(FAccelByteModelsPlayerBinaryRecordGetRecordsByQueryPayload, UserId) == 0x000018, "Member 'FAccelByteModelsPlayerBinaryRecordGetRecordsByQueryPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayerBinaryRecordGetRecordsByQueryPayload, Query) == 0x000028, "Member 'FAccelByteModelsPlayerBinaryRecordGetRecordsByQueryPayload::Query' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlayerBinaryRecordGetSameRecordsFromUsersPayload \ +static_assert(alignof(FAccelByteModelsPlayerBinaryRecordGetSameRecordsFromUsersPayload) == 0x000008, "Wrong alignment on FAccelByteModelsPlayerBinaryRecordGetSameRecordsFromUsersPayload"); \ +static_assert(sizeof(FAccelByteModelsPlayerBinaryRecordGetSameRecordsFromUsersPayload) == 0x000038, "Wrong size on FAccelByteModelsPlayerBinaryRecordGetSameRecordsFromUsersPayload"); \ +static_assert(offsetof(FAccelByteModelsPlayerBinaryRecordGetSameRecordsFromUsersPayload, Key) == 0x000018, "Member 'FAccelByteModelsPlayerBinaryRecordGetSameRecordsFromUsersPayload::Key' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayerBinaryRecordGetSameRecordsFromUsersPayload, UserIds) == 0x000028, "Member 'FAccelByteModelsPlayerBinaryRecordGetSameRecordsFromUsersPayload::UserIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlayerBinaryRecordGetRecordsPayload \ +static_assert(alignof(FAccelByteModelsPlayerBinaryRecordGetRecordsPayload) == 0x000008, "Wrong alignment on FAccelByteModelsPlayerBinaryRecordGetRecordsPayload"); \ +static_assert(sizeof(FAccelByteModelsPlayerBinaryRecordGetRecordsPayload) == 0x000038, "Wrong size on FAccelByteModelsPlayerBinaryRecordGetRecordsPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlayerBinaryRecordCreatedPayload \ +static_assert(alignof(FAccelByteModelsPlayerBinaryRecordCreatedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsPlayerBinaryRecordCreatedPayload"); \ +static_assert(sizeof(FAccelByteModelsPlayerBinaryRecordCreatedPayload) == 0x000038, "Wrong size on FAccelByteModelsPlayerBinaryRecordCreatedPayload"); \ +static_assert(offsetof(FAccelByteModelsPlayerBinaryRecordCreatedPayload, UserId) == 0x000018, "Member 'FAccelByteModelsPlayerBinaryRecordCreatedPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayerBinaryRecordCreatedPayload, Key) == 0x000028, "Member 'FAccelByteModelsPlayerBinaryRecordCreatedPayload::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGameRecordGetRecordsByKeysPayload \ +static_assert(alignof(FAccelByteModelsGameRecordGetRecordsByKeysPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGameRecordGetRecordsByKeysPayload"); \ +static_assert(sizeof(FAccelByteModelsGameRecordGetRecordsByKeysPayload) == 0x000038, "Wrong size on FAccelByteModelsGameRecordGetRecordsByKeysPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGameRecordUpdatedPayload \ +static_assert(alignof(FAccelByteModelsGameRecordUpdatedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGameRecordUpdatedPayload"); \ +static_assert(sizeof(FAccelByteModelsGameRecordUpdatedPayload) == 0x000068, "Wrong size on FAccelByteModelsGameRecordUpdatedPayload"); \ +static_assert(offsetof(FAccelByteModelsGameRecordUpdatedPayload, Key) == 0x000018, "Member 'FAccelByteModelsGameRecordUpdatedPayload::Key' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameRecordUpdatedPayload, SetBy) == 0x000028, "Member 'FAccelByteModelsGameRecordUpdatedPayload::SetBy' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameRecordUpdatedPayload, Strategy) == 0x000038, "Member 'FAccelByteModelsGameRecordUpdatedPayload::Strategy' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameRecordUpdatedPayload, Value) == 0x000048, "Member 'FAccelByteModelsGameRecordUpdatedPayload::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGameRecordCreatedPayload \ +static_assert(alignof(FAccelByteModelsGameRecordCreatedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsGameRecordCreatedPayload"); \ +static_assert(sizeof(FAccelByteModelsGameRecordCreatedPayload) == 0x000038, "Wrong size on FAccelByteModelsGameRecordCreatedPayload"); \ +static_assert(offsetof(FAccelByteModelsGameRecordCreatedPayload, UserId) == 0x000018, "Member 'FAccelByteModelsGameRecordCreatedPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGameRecordCreatedPayload, Key) == 0x000028, "Member 'FAccelByteModelsGameRecordCreatedPayload::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlayerRecordUpdatedPayload \ +static_assert(alignof(FAccelByteModelsPlayerRecordUpdatedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsPlayerRecordUpdatedPayload"); \ +static_assert(sizeof(FAccelByteModelsPlayerRecordUpdatedPayload) == 0x000080, "Wrong size on FAccelByteModelsPlayerRecordUpdatedPayload"); \ +static_assert(offsetof(FAccelByteModelsPlayerRecordUpdatedPayload, Key) == 0x000018, "Member 'FAccelByteModelsPlayerRecordUpdatedPayload::Key' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayerRecordUpdatedPayload, IsPublic) == 0x000028, "Member 'FAccelByteModelsPlayerRecordUpdatedPayload::IsPublic' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayerRecordUpdatedPayload, UserId) == 0x000030, "Member 'FAccelByteModelsPlayerRecordUpdatedPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayerRecordUpdatedPayload, SetBy) == 0x000040, "Member 'FAccelByteModelsPlayerRecordUpdatedPayload::SetBy' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayerRecordUpdatedPayload, Strategy) == 0x000050, "Member 'FAccelByteModelsPlayerRecordUpdatedPayload::Strategy' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayerRecordUpdatedPayload, Value) == 0x000060, "Member 'FAccelByteModelsPlayerRecordUpdatedPayload::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPublicPlayerRecordGetRecordPayload \ +static_assert(alignof(FAccelByteModelsPublicPlayerRecordGetRecordPayload) == 0x000008, "Wrong alignment on FAccelByteModelsPublicPlayerRecordGetRecordPayload"); \ +static_assert(sizeof(FAccelByteModelsPublicPlayerRecordGetRecordPayload) == 0x000038, "Wrong size on FAccelByteModelsPublicPlayerRecordGetRecordPayload"); \ +static_assert(offsetof(FAccelByteModelsPublicPlayerRecordGetRecordPayload, UserId) == 0x000018, "Member 'FAccelByteModelsPublicPlayerRecordGetRecordPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicPlayerRecordGetRecordPayload, Key) == 0x000028, "Member 'FAccelByteModelsPublicPlayerRecordGetRecordPayload::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPlayerRecordCreatedPayload \ +static_assert(alignof(FAccelByteModelsPlayerRecordCreatedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsPlayerRecordCreatedPayload"); \ +static_assert(sizeof(FAccelByteModelsPlayerRecordCreatedPayload) == 0x000038, "Wrong size on FAccelByteModelsPlayerRecordCreatedPayload"); \ +static_assert(offsetof(FAccelByteModelsPlayerRecordCreatedPayload, Key) == 0x000018, "Member 'FAccelByteModelsPlayerRecordCreatedPayload::Key' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPlayerRecordCreatedPayload, UserId) == 0x000028, "Member 'FAccelByteModelsPlayerRecordCreatedPayload::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsStatCycleItemGetConfigByCycleIdPayload \ +static_assert(alignof(FAccelByteModelsStatCycleItemGetConfigByCycleIdPayload) == 0x000008, "Wrong alignment on FAccelByteModelsStatCycleItemGetConfigByCycleIdPayload"); \ +static_assert(sizeof(FAccelByteModelsStatCycleItemGetConfigByCycleIdPayload) == 0x000038, "Wrong size on FAccelByteModelsStatCycleItemGetConfigByCycleIdPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsGlobalStatItemGetItemByCodePayload \ +static_assert(alignof(FAccelByteModelsGlobalStatItemGetItemByCodePayload) == 0x000008, "Wrong alignment on FAccelByteModelsGlobalStatItemGetItemByCodePayload"); \ +static_assert(sizeof(FAccelByteModelsGlobalStatItemGetItemByCodePayload) == 0x000038, "Wrong size on FAccelByteModelsGlobalStatItemGetItemByCodePayload"); \ +static_assert(offsetof(FAccelByteModelsGlobalStatItemGetItemByCodePayload, UserId) == 0x000018, "Member 'FAccelByteModelsGlobalStatItemGetItemByCodePayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsGlobalStatItemGetItemByCodePayload, StatCode) == 0x000028, "Member 'FAccelByteModelsGlobalStatItemGetItemByCodePayload::StatCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserStatItemGetSameItemsFromUsersPayload \ +static_assert(alignof(FAccelByteModelsUserStatItemGetSameItemsFromUsersPayload) == 0x000008, "Wrong alignment on FAccelByteModelsUserStatItemGetSameItemsFromUsersPayload"); \ +static_assert(sizeof(FAccelByteModelsUserStatItemGetSameItemsFromUsersPayload) == 0x000038, "Wrong size on FAccelByteModelsUserStatItemGetSameItemsFromUsersPayload"); \ +static_assert(offsetof(FAccelByteModelsUserStatItemGetSameItemsFromUsersPayload, StatCode) == 0x000018, "Member 'FAccelByteModelsUserStatItemGetSameItemsFromUsersPayload::StatCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserStatItemGetSameItemsFromUsersPayload, UserIds) == 0x000028, "Member 'FAccelByteModelsUserStatItemGetSameItemsFromUsersPayload::UserIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserStatItemGetItemsByCodesPayload \ +static_assert(alignof(FAccelByteModelsUserStatItemGetItemsByCodesPayload) == 0x000008, "Wrong alignment on FAccelByteModelsUserStatItemGetItemsByCodesPayload"); \ +static_assert(sizeof(FAccelByteModelsUserStatItemGetItemsByCodesPayload) == 0x000038, "Wrong size on FAccelByteModelsUserStatItemGetItemsByCodesPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserStatItemDeletedPayload \ +static_assert(alignof(FAccelByteModelsUserStatItemDeletedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsUserStatItemDeletedPayload"); \ +static_assert(sizeof(FAccelByteModelsUserStatItemDeletedPayload) == 0x000038, "Wrong size on FAccelByteModelsUserStatItemDeletedPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserStatItemUpdatedPayload \ +static_assert(alignof(FAccelByteModelsUserStatItemUpdatedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsUserStatItemUpdatedPayload"); \ +static_assert(sizeof(FAccelByteModelsUserStatItemUpdatedPayload) == 0x000038, "Wrong size on FAccelByteModelsUserStatItemUpdatedPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsAgreementDocument \ +static_assert(alignof(FAccelByteModelsAgreementDocument) == 0x000008, "Wrong alignment on FAccelByteModelsAgreementDocument"); \ +static_assert(sizeof(FAccelByteModelsAgreementDocument) == 0x000030, "Wrong size on FAccelByteModelsAgreementDocument"); \ +static_assert(offsetof(FAccelByteModelsAgreementDocument, LocalizedPolicyVersionId) == 0x000000, "Member 'FAccelByteModelsAgreementDocument::LocalizedPolicyVersionId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsAgreementDocument, PolicyVersionId) == 0x000010, "Member 'FAccelByteModelsAgreementDocument::PolicyVersionId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsAgreementDocument, PolicyId) == 0x000020, "Member 'FAccelByteModelsAgreementDocument::PolicyId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserAgreementAcceptedPayload \ +static_assert(alignof(FAccelByteModelsUserAgreementAcceptedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsUserAgreementAcceptedPayload"); \ +static_assert(sizeof(FAccelByteModelsUserAgreementAcceptedPayload) == 0x000028, "Wrong size on FAccelByteModelsUserAgreementAcceptedPayload"); \ +static_assert(offsetof(FAccelByteModelsUserAgreementAcceptedPayload, AgreementDocuments) == 0x000018, "Member 'FAccelByteModelsUserAgreementAcceptedPayload::AgreementDocuments' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserAgreementNotAcceptedPayload \ +static_assert(alignof(FAccelByteModelsUserAgreementNotAcceptedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsUserAgreementNotAcceptedPayload"); \ +static_assert(sizeof(FAccelByteModelsUserAgreementNotAcceptedPayload) == 0x000028, "Wrong size on FAccelByteModelsUserAgreementNotAcceptedPayload"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsLoginFailedPayload \ +static_assert(alignof(FAccelByteModelsLoginFailedPayload) == 0x000008, "Wrong alignment on FAccelByteModelsLoginFailedPayload"); \ +static_assert(sizeof(FAccelByteModelsLoginFailedPayload) == 0x000038, "Wrong size on FAccelByteModelsLoginFailedPayload"); \ +static_assert(offsetof(FAccelByteModelsLoginFailedPayload, Namespace) == 0x000018, "Member 'FAccelByteModelsLoginFailedPayload::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLoginFailedPayload, PlatformId) == 0x000028, "Member 'FAccelByteModelsLoginFailedPayload::PlatformId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsLoginSuccededPayload \ +static_assert(alignof(FAccelByteModelsLoginSuccededPayload) == 0x000008, "Wrong alignment on FAccelByteModelsLoginSuccededPayload"); \ +static_assert(sizeof(FAccelByteModelsLoginSuccededPayload) == 0x000068, "Wrong size on FAccelByteModelsLoginSuccededPayload"); \ +static_assert(offsetof(FAccelByteModelsLoginSuccededPayload, UserId) == 0x000038, "Member 'FAccelByteModelsLoginSuccededPayload::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLoginSuccededPayload, PlatformUserId) == 0x000048, "Member 'FAccelByteModelsLoginSuccededPayload::PlatformUserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsLoginSuccededPayload, DeviceId) == 0x000058, "Member 'FAccelByteModelsLoginSuccededPayload::DeviceId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelBytePresenceBroadcastEventPayload \ +static_assert(alignof(FAccelBytePresenceBroadcastEventPayload) == 0x000008, "Wrong alignment on FAccelBytePresenceBroadcastEventPayload"); \ +static_assert(sizeof(FAccelBytePresenceBroadcastEventPayload) == 0x000060, "Wrong size on FAccelBytePresenceBroadcastEventPayload"); \ +static_assert(offsetof(FAccelBytePresenceBroadcastEventPayload, Flight_id) == 0x000000, "Member 'FAccelBytePresenceBroadcastEventPayload::Flight_id' has a wrong offset!"); \ +static_assert(offsetof(FAccelBytePresenceBroadcastEventPayload, Platform_name) == 0x000010, "Member 'FAccelBytePresenceBroadcastEventPayload::Platform_name' has a wrong offset!"); \ +static_assert(offsetof(FAccelBytePresenceBroadcastEventPayload, Game_state) == 0x000020, "Member 'FAccelBytePresenceBroadcastEventPayload::Game_state' has a wrong offset!"); \ +static_assert(offsetof(FAccelBytePresenceBroadcastEventPayload, Game_context) == 0x000030, "Member 'FAccelBytePresenceBroadcastEventPayload::Game_context' has a wrong offset!"); \ +static_assert(offsetof(FAccelBytePresenceBroadcastEventPayload, Additional_data) == 0x000040, "Member 'FAccelBytePresenceBroadcastEventPayload::Additional_data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsReasonGroupsResponse \ +static_assert(alignof(FAccelByteModelsReasonGroupsResponse) == 0x000008, "Wrong alignment on FAccelByteModelsReasonGroupsResponse"); \ +static_assert(sizeof(FAccelByteModelsReasonGroupsResponse) == 0x000050, "Wrong size on FAccelByteModelsReasonGroupsResponse"); \ +static_assert(offsetof(FAccelByteModelsReasonGroupsResponse, Data) == 0x000000, "Member 'FAccelByteModelsReasonGroupsResponse::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReasonGroupsResponse, Paging) == 0x000010, "Member 'FAccelByteModelsReasonGroupsResponse::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsReportingSubmitResponse \ +static_assert(alignof(FAccelByteModelsReportingSubmitResponse) == 0x000008, "Wrong alignment on FAccelByteModelsReportingSubmitResponse"); \ +static_assert(sizeof(FAccelByteModelsReportingSubmitResponse) == 0x000098, "Wrong size on FAccelByteModelsReportingSubmitResponse"); \ +static_assert(offsetof(FAccelByteModelsReportingSubmitResponse, Category) == 0x000000, "Member 'FAccelByteModelsReportingSubmitResponse::Category' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReportingSubmitResponse, Namespace) == 0x000008, "Member 'FAccelByteModelsReportingSubmitResponse::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReportingSubmitResponse, ObjectID) == 0x000018, "Member 'FAccelByteModelsReportingSubmitResponse::ObjectID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReportingSubmitResponse, ObjectType) == 0x000028, "Member 'FAccelByteModelsReportingSubmitResponse::ObjectType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReportingSubmitResponse, Status) == 0x000038, "Member 'FAccelByteModelsReportingSubmitResponse::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReportingSubmitResponse, TicketID) == 0x000048, "Member 'FAccelByteModelsReportingSubmitResponse::TicketID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReportingSubmitResponse, UpdateAt) == 0x000058, "Member 'FAccelByteModelsReportingSubmitResponse::UpdateAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReportingSubmitResponse, UserID) == 0x000068, "Member 'FAccelByteModelsReportingSubmitResponse::UserID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReportingSubmitResponse, CreatedAt) == 0x000078, "Member 'FAccelByteModelsReportingSubmitResponse::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReportingSubmitResponse, ExtensionCategory) == 0x000088, "Member 'FAccelByteModelsReportingSubmitResponse::ExtensionCategory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsReportingSubmitDataBase \ +static_assert(alignof(FAccelByteModelsReportingSubmitDataBase) == 0x000008, "Wrong alignment on FAccelByteModelsReportingSubmitDataBase"); \ +static_assert(sizeof(FAccelByteModelsReportingSubmitDataBase) == 0x000068, "Wrong size on FAccelByteModelsReportingSubmitDataBase"); \ +static_assert(offsetof(FAccelByteModelsReportingSubmitDataBase, Category) == 0x000000, "Member 'FAccelByteModelsReportingSubmitDataBase::Category' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReportingSubmitDataBase, Comment) == 0x000008, "Member 'FAccelByteModelsReportingSubmitDataBase::Comment' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReportingSubmitDataBase, ObjectId) == 0x000018, "Member 'FAccelByteModelsReportingSubmitDataBase::ObjectId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReportingSubmitDataBase, ObjectType) == 0x000028, "Member 'FAccelByteModelsReportingSubmitDataBase::ObjectType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReportingSubmitDataBase, Reason) == 0x000038, "Member 'FAccelByteModelsReportingSubmitDataBase::Reason' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReportingSubmitDataBase, UserID) == 0x000048, "Member 'FAccelByteModelsReportingSubmitDataBase::UserID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReportingSubmitDataBase, ExtensionCategory) == 0x000058, "Member 'FAccelByteModelsReportingSubmitDataBase::ExtensionCategory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsReportingSubmitDataChatRequest \ +static_assert(alignof(FAccelByteModelsReportingSubmitDataChatRequest) == 0x000008, "Wrong alignment on FAccelByteModelsReportingSubmitDataChatRequest"); \ +static_assert(sizeof(FAccelByteModelsReportingSubmitDataChatRequest) == 0x000088, "Wrong size on FAccelByteModelsReportingSubmitDataChatRequest"); \ +static_assert(offsetof(FAccelByteModelsReportingSubmitDataChatRequest, AdditionalInfo) == 0x000068, "Member 'FAccelByteModelsReportingSubmitDataChatRequest::AdditionalInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsReportingSubmitDataChat \ +static_assert(alignof(FAccelByteModelsReportingSubmitDataChat) == 0x000008, "Wrong alignment on FAccelByteModelsReportingSubmitDataChat"); \ +static_assert(sizeof(FAccelByteModelsReportingSubmitDataChat) == 0x000058, "Wrong size on FAccelByteModelsReportingSubmitDataChat"); \ +static_assert(offsetof(FAccelByteModelsReportingSubmitDataChat, UserId) == 0x000000, "Member 'FAccelByteModelsReportingSubmitDataChat::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReportingSubmitDataChat, ChatTopicId) == 0x000010, "Member 'FAccelByteModelsReportingSubmitDataChat::ChatTopicId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReportingSubmitDataChat, ChatId) == 0x000020, "Member 'FAccelByteModelsReportingSubmitDataChat::ChatId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReportingSubmitDataChat, Comment) == 0x000030, "Member 'FAccelByteModelsReportingSubmitDataChat::Comment' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReportingSubmitDataChat, Reason) == 0x000040, "Member 'FAccelByteModelsReportingSubmitDataChat::Reason' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsReportingSubmitDataChat, ChatCreatedAt) == 0x000050, "Member 'FAccelByteModelsReportingSubmitDataChat::ChatCreatedAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsReportingAdditionalInfo \ +static_assert(alignof(FAccelByteModelsReportingAdditionalInfo) == 0x000008, "Wrong alignment on FAccelByteModelsReportingAdditionalInfo"); \ +static_assert(sizeof(FAccelByteModelsReportingAdditionalInfo) == 0x000010, "Wrong size on FAccelByteModelsReportingAdditionalInfo"); \ +static_assert(offsetof(FAccelByteModelsReportingAdditionalInfo, Screenshots) == 0x000000, "Member 'FAccelByteModelsReportingAdditionalInfo::Screenshots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsReportingSubmitData \ +static_assert(alignof(FAccelByteModelsReportingSubmitData) == 0x000008, "Wrong alignment on FAccelByteModelsReportingSubmitData"); \ +static_assert(sizeof(FAccelByteModelsReportingSubmitData) == 0x000078, "Wrong size on FAccelByteModelsReportingSubmitData"); \ +static_assert(offsetof(FAccelByteModelsReportingSubmitData, AdditionalInfo) == 0x000068, "Member 'FAccelByteModelsReportingSubmitData::AdditionalInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserSeasonExpHistory \ +static_assert(alignof(FAccelByteModelsUserSeasonExpHistory) == 0x000008, "Wrong alignment on FAccelByteModelsUserSeasonExpHistory"); \ +static_assert(sizeof(FAccelByteModelsUserSeasonExpHistory) == 0x000038, "Wrong size on FAccelByteModelsUserSeasonExpHistory"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonExpHistory, Data) == 0x000000, "Member 'FAccelByteModelsUserSeasonExpHistory::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonExpHistory, Paging) == 0x000010, "Member 'FAccelByteModelsUserSeasonExpHistory::Paging' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonExpHistory, Total) == 0x000030, "Member 'FAccelByteModelsUserSeasonExpHistory::Total' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSeasonClaimRewardRequest \ +static_assert(alignof(FAccelByteModelsSeasonClaimRewardRequest) == 0x000008, "Wrong alignment on FAccelByteModelsSeasonClaimRewardRequest"); \ +static_assert(sizeof(FAccelByteModelsSeasonClaimRewardRequest) == 0x000028, "Wrong size on FAccelByteModelsSeasonClaimRewardRequest"); \ +static_assert(offsetof(FAccelByteModelsSeasonClaimRewardRequest, PassCode) == 0x000000, "Member 'FAccelByteModelsSeasonClaimRewardRequest::PassCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonClaimRewardRequest, TierIndex) == 0x000010, "Member 'FAccelByteModelsSeasonClaimRewardRequest::TierIndex' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSeasonClaimRewardRequest, RewardCode) == 0x000018, "Member 'FAccelByteModelsSeasonClaimRewardRequest::RewardCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUserSeasonInfoWithoutReward \ +static_assert(alignof(FAccelByteModelsUserSeasonInfoWithoutReward) == 0x000008, "Wrong alignment on FAccelByteModelsUserSeasonInfoWithoutReward"); \ +static_assert(sizeof(FAccelByteModelsUserSeasonInfoWithoutReward) == 0x0000E0, "Wrong size on FAccelByteModelsUserSeasonInfoWithoutReward"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoWithoutReward, Id) == 0x000000, "Member 'FAccelByteModelsUserSeasonInfoWithoutReward::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoWithoutReward, Namespace) == 0x000010, "Member 'FAccelByteModelsUserSeasonInfoWithoutReward::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoWithoutReward, UserId) == 0x000020, "Member 'FAccelByteModelsUserSeasonInfoWithoutReward::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoWithoutReward, SeasonId) == 0x000030, "Member 'FAccelByteModelsUserSeasonInfoWithoutReward::SeasonId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoWithoutReward, EnrolledAt) == 0x000040, "Member 'FAccelByteModelsUserSeasonInfoWithoutReward::EnrolledAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoWithoutReward, EnrolledPasses) == 0x000048, "Member 'FAccelByteModelsUserSeasonInfoWithoutReward::EnrolledPasses' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoWithoutReward, CurrentTierIndex) == 0x000058, "Member 'FAccelByteModelsUserSeasonInfoWithoutReward::CurrentTierIndex' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoWithoutReward, LastTierIndex) == 0x00005C, "Member 'FAccelByteModelsUserSeasonInfoWithoutReward::LastTierIndex' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoWithoutReward, RequiredExp) == 0x000060, "Member 'FAccelByteModelsUserSeasonInfoWithoutReward::RequiredExp' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoWithoutReward, CurrentExp) == 0x000064, "Member 'FAccelByteModelsUserSeasonInfoWithoutReward::CurrentExp' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoWithoutReward, Cleared) == 0x000068, "Member 'FAccelByteModelsUserSeasonInfoWithoutReward::Cleared' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoWithoutReward, Season) == 0x000070, "Member 'FAccelByteModelsUserSeasonInfoWithoutReward::Season' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoWithoutReward, CreatedAt) == 0x0000C0, "Member 'FAccelByteModelsUserSeasonInfoWithoutReward::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoWithoutReward, UpdatedAt) == 0x0000C8, "Member 'FAccelByteModelsUserSeasonInfoWithoutReward::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoWithoutReward, TotalPaidForExp) == 0x0000D0, "Member 'FAccelByteModelsUserSeasonInfoWithoutReward::TotalPaidForExp' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoWithoutReward, TotalSweatExp) == 0x0000D4, "Member 'FAccelByteModelsUserSeasonInfoWithoutReward::TotalSweatExp' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUserSeasonInfoWithoutReward, TotalExp) == 0x0000D8, "Member 'FAccelByteModelsUserSeasonInfoWithoutReward::TotalExp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSessionBrowserJoinSessionRequest \ +static_assert(alignof(FAccelByteModelsSessionBrowserJoinSessionRequest) == 0x000008, "Wrong alignment on FAccelByteModelsSessionBrowserJoinSessionRequest"); \ +static_assert(sizeof(FAccelByteModelsSessionBrowserJoinSessionRequest) == 0x000010, "Wrong size on FAccelByteModelsSessionBrowserJoinSessionRequest"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserJoinSessionRequest, Password) == 0x000000, "Member 'FAccelByteModelsSessionBrowserJoinSessionRequest::Password' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSessionBrowserUpdateRequest \ +static_assert(alignof(FAccelByteModelsSessionBrowserUpdateRequest) == 0x000004, "Wrong alignment on FAccelByteModelsSessionBrowserUpdateRequest"); \ +static_assert(sizeof(FAccelByteModelsSessionBrowserUpdateRequest) == 0x000008, "Wrong size on FAccelByteModelsSessionBrowserUpdateRequest"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserUpdateRequest, Game_current_player) == 0x000000, "Member 'FAccelByteModelsSessionBrowserUpdateRequest::Game_current_player' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserUpdateRequest, Game_max_player) == 0x000004, "Member 'FAccelByteModelsSessionBrowserUpdateRequest::Game_max_player' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsSessionBrowserCreateRequest \ +static_assert(alignof(FAccelByteModelsSessionBrowserCreateRequest) == 0x000008, "Wrong alignment on FAccelByteModelsSessionBrowserCreateRequest"); \ +static_assert(sizeof(FAccelByteModelsSessionBrowserCreateRequest) == 0x0000A8, "Wrong size on FAccelByteModelsSessionBrowserCreateRequest"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserCreateRequest, Namespace) == 0x000000, "Member 'FAccelByteModelsSessionBrowserCreateRequest::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserCreateRequest, Session_type) == 0x000010, "Member 'FAccelByteModelsSessionBrowserCreateRequest::Session_type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserCreateRequest, Username) == 0x000020, "Member 'FAccelByteModelsSessionBrowserCreateRequest::Username' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserCreateRequest, Game_version) == 0x000030, "Member 'FAccelByteModelsSessionBrowserCreateRequest::Game_version' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsSessionBrowserCreateRequest, Game_session_setting) == 0x000040, "Member 'FAccelByteModelsSessionBrowserCreateRequest::Game_session_setting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsBulkUserCurrentPlatformResponse \ +static_assert(alignof(FAccelByteModelsBulkUserCurrentPlatformResponse) == 0x000008, "Wrong alignment on FAccelByteModelsBulkUserCurrentPlatformResponse"); \ +static_assert(sizeof(FAccelByteModelsBulkUserCurrentPlatformResponse) == 0x000010, "Wrong size on FAccelByteModelsBulkUserCurrentPlatformResponse"); \ +static_assert(offsetof(FAccelByteModelsBulkUserCurrentPlatformResponse, Data) == 0x000000, "Member 'FAccelByteModelsBulkUserCurrentPlatformResponse::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsBulkUserCurrentPlatformRequest \ +static_assert(alignof(FAccelByteModelsBulkUserCurrentPlatformRequest) == 0x000008, "Wrong alignment on FAccelByteModelsBulkUserCurrentPlatformRequest"); \ +static_assert(sizeof(FAccelByteModelsBulkUserCurrentPlatformRequest) == 0x000010, "Wrong size on FAccelByteModelsBulkUserCurrentPlatformRequest"); \ +static_assert(offsetof(FAccelByteModelsBulkUserCurrentPlatformRequest, userIDs) == 0x000000, "Member 'FAccelByteModelsBulkUserCurrentPlatformRequest::userIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2SessionInvitePlatformResponse \ +static_assert(alignof(FAccelByteModelsV2SessionInvitePlatformResponse) == 0x000008, "Wrong alignment on FAccelByteModelsV2SessionInvitePlatformResponse"); \ +static_assert(sizeof(FAccelByteModelsV2SessionInvitePlatformResponse) == 0x000010, "Wrong size on FAccelByteModelsV2SessionInvitePlatformResponse"); \ +static_assert(offsetof(FAccelByteModelsV2SessionInvitePlatformResponse, PlatformUserID) == 0x000000, "Member 'FAccelByteModelsV2SessionInvitePlatformResponse::PlatformUserID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2SessionInvitePlatformRequest \ +static_assert(alignof(FAccelByteModelsV2SessionInvitePlatformRequest) == 0x000008, "Wrong alignment on FAccelByteModelsV2SessionInvitePlatformRequest"); \ +static_assert(sizeof(FAccelByteModelsV2SessionInvitePlatformRequest) == 0x000020, "Wrong size on FAccelByteModelsV2SessionInvitePlatformRequest"); \ +static_assert(offsetof(FAccelByteModelsV2SessionInvitePlatformRequest, PlatformID) == 0x000000, "Member 'FAccelByteModelsV2SessionInvitePlatformRequest::PlatformID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2SessionInvitePlatformRequest, UserID) == 0x000010, "Member 'FAccelByteModelsV2SessionInvitePlatformRequest::UserID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2SessionRecentPlayer \ +static_assert(alignof(FAccelByteModelsV2SessionRecentPlayer) == 0x000008, "Wrong alignment on FAccelByteModelsV2SessionRecentPlayer"); \ +static_assert(sizeof(FAccelByteModelsV2SessionRecentPlayer) == 0x000038, "Wrong size on FAccelByteModelsV2SessionRecentPlayer"); \ +static_assert(offsetof(FAccelByteModelsV2SessionRecentPlayer, Namespace) == 0x000000, "Member 'FAccelByteModelsV2SessionRecentPlayer::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2SessionRecentPlayer, PlatformName) == 0x000010, "Member 'FAccelByteModelsV2SessionRecentPlayer::PlatformName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2SessionRecentPlayer, UserId) == 0x000020, "Member 'FAccelByteModelsV2SessionRecentPlayer::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2SessionRecentPlayer, LastPlayedTime) == 0x000030, "Member 'FAccelByteModelsV2SessionRecentPlayer::LastPlayedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2SessionRecentPlayers \ +static_assert(alignof(FAccelByteModelsV2SessionRecentPlayers) == 0x000008, "Wrong alignment on FAccelByteModelsV2SessionRecentPlayers"); \ +static_assert(sizeof(FAccelByteModelsV2SessionRecentPlayers) == 0x000010, "Wrong size on FAccelByteModelsV2SessionRecentPlayers"); \ +static_assert(offsetof(FAccelByteModelsV2SessionRecentPlayers, Data) == 0x000000, "Member 'FAccelByteModelsV2SessionRecentPlayers::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2DSSessionReadyRequest \ +static_assert(alignof(FAccelByteModelsV2DSSessionReadyRequest) == 0x000001, "Wrong alignment on FAccelByteModelsV2DSSessionReadyRequest"); \ +static_assert(sizeof(FAccelByteModelsV2DSSessionReadyRequest) == 0x000001, "Wrong size on FAccelByteModelsV2DSSessionReadyRequest"); \ +static_assert(offsetof(FAccelByteModelsV2DSSessionReadyRequest, Ready) == 0x000000, "Member 'FAccelByteModelsV2DSSessionReadyRequest::Ready' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2GameSessionTeamsSetting \ +static_assert(alignof(FAccelByteModelsV2GameSessionTeamsSetting) == 0x000008, "Wrong alignment on FAccelByteModelsV2GameSessionTeamsSetting"); \ +static_assert(sizeof(FAccelByteModelsV2GameSessionTeamsSetting) == 0x000010, "Wrong size on FAccelByteModelsV2GameSessionTeamsSetting"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionTeamsSetting, Teams) == 0x000000, "Member 'FAccelByteModelsV2GameSessionTeamsSetting::Teams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2GameSessionLeaderPromotionRequest \ +static_assert(alignof(FAccelByteModelsV2GameSessionLeaderPromotionRequest) == 0x000008, "Wrong alignment on FAccelByteModelsV2GameSessionLeaderPromotionRequest"); \ +static_assert(sizeof(FAccelByteModelsV2GameSessionLeaderPromotionRequest) == 0x000010, "Wrong size on FAccelByteModelsV2GameSessionLeaderPromotionRequest"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionLeaderPromotionRequest, LeaderID) == 0x000000, "Member 'FAccelByteModelsV2GameSessionLeaderPromotionRequest::LeaderID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2PlayerAttributesPlatform \ +static_assert(alignof(FAccelByteModelsV2PlayerAttributesPlatform) == 0x000008, "Wrong alignment on FAccelByteModelsV2PlayerAttributesPlatform"); \ +static_assert(sizeof(FAccelByteModelsV2PlayerAttributesPlatform) == 0x000020, "Wrong size on FAccelByteModelsV2PlayerAttributesPlatform"); \ +static_assert(offsetof(FAccelByteModelsV2PlayerAttributesPlatform, Name) == 0x000000, "Member 'FAccelByteModelsV2PlayerAttributesPlatform::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PlayerAttributesPlatform, UserID) == 0x000010, "Member 'FAccelByteModelsV2PlayerAttributesPlatform::UserID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2StorePlayerAttributesRequest \ +static_assert(alignof(FAccelByteModelsV2StorePlayerAttributesRequest) == 0x000008, "Wrong alignment on FAccelByteModelsV2StorePlayerAttributesRequest"); \ +static_assert(sizeof(FAccelByteModelsV2StorePlayerAttributesRequest) == 0x000048, "Wrong size on FAccelByteModelsV2StorePlayerAttributesRequest"); \ +static_assert(offsetof(FAccelByteModelsV2StorePlayerAttributesRequest, CurrentPlatform) == 0x000000, "Member 'FAccelByteModelsV2StorePlayerAttributesRequest::CurrentPlatform' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2StorePlayerAttributesRequest, Data) == 0x000010, "Member 'FAccelByteModelsV2StorePlayerAttributesRequest::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2StorePlayerAttributesRequest, CrossplayEnabled) == 0x000030, "Member 'FAccelByteModelsV2StorePlayerAttributesRequest::CrossplayEnabled' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2StorePlayerAttributesRequest, Platforms) == 0x000038, "Member 'FAccelByteModelsV2StorePlayerAttributesRequest::Platforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2PlayerAttributes \ +static_assert(alignof(FAccelByteModelsV2PlayerAttributes) == 0x000008, "Wrong alignment on FAccelByteModelsV2PlayerAttributes"); \ +static_assert(sizeof(FAccelByteModelsV2PlayerAttributes) == 0x000058, "Wrong size on FAccelByteModelsV2PlayerAttributes"); \ +static_assert(offsetof(FAccelByteModelsV2PlayerAttributes, UserID) == 0x000000, "Member 'FAccelByteModelsV2PlayerAttributes::UserID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PlayerAttributes, CurrentPlatform) == 0x000010, "Member 'FAccelByteModelsV2PlayerAttributes::CurrentPlatform' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PlayerAttributes, Data) == 0x000020, "Member 'FAccelByteModelsV2PlayerAttributes::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PlayerAttributes, CrossplayEnabled) == 0x000040, "Member 'FAccelByteModelsV2PlayerAttributes::CrossplayEnabled' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PlayerAttributes, Platforms) == 0x000048, "Member 'FAccelByteModelsV2PlayerAttributes::Platforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2QueryPartiesRequest \ +static_assert(alignof(FAccelByteModelsV2QueryPartiesRequest) == 0x000008, "Wrong alignment on FAccelByteModelsV2QueryPartiesRequest"); \ +static_assert(sizeof(FAccelByteModelsV2QueryPartiesRequest) == 0x000078, "Wrong size on FAccelByteModelsV2QueryPartiesRequest"); \ +static_assert(offsetof(FAccelByteModelsV2QueryPartiesRequest, AttributeKey) == 0x000000, "Member 'FAccelByteModelsV2QueryPartiesRequest::AttributeKey' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2QueryPartiesRequest, AttributeValue) == 0x000010, "Member 'FAccelByteModelsV2QueryPartiesRequest::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2QueryPartiesRequest, LeaderID) == 0x000020, "Member 'FAccelByteModelsV2QueryPartiesRequest::LeaderID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2QueryPartiesRequest, MemberID) == 0x000030, "Member 'FAccelByteModelsV2QueryPartiesRequest::MemberID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2QueryPartiesRequest, MemberStatus) == 0x000040, "Member 'FAccelByteModelsV2QueryPartiesRequest::MemberStatus' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2QueryPartiesRequest, JoinType) == 0x000041, "Member 'FAccelByteModelsV2QueryPartiesRequest::JoinType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2QueryPartiesRequest, PartyID) == 0x000048, "Member 'FAccelByteModelsV2QueryPartiesRequest::PartyID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2QueryPartiesRequest, OrderBy) == 0x000058, "Member 'FAccelByteModelsV2QueryPartiesRequest::OrderBy' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2QueryPartiesRequest, Order) == 0x000068, "Member 'FAccelByteModelsV2QueryPartiesRequest::Order' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2GameSessionUserRejectedEvent \ +static_assert(alignof(FAccelByteModelsV2GameSessionUserRejectedEvent) == 0x000008, "Wrong alignment on FAccelByteModelsV2GameSessionUserRejectedEvent"); \ +static_assert(sizeof(FAccelByteModelsV2GameSessionUserRejectedEvent) == 0x000030, "Wrong size on FAccelByteModelsV2GameSessionUserRejectedEvent"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionUserRejectedEvent, SessionID) == 0x000000, "Member 'FAccelByteModelsV2GameSessionUserRejectedEvent::SessionID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionUserRejectedEvent, Members) == 0x000010, "Member 'FAccelByteModelsV2GameSessionUserRejectedEvent::Members' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionUserRejectedEvent, RejectedID) == 0x000020, "Member 'FAccelByteModelsV2GameSessionUserRejectedEvent::RejectedID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2GameSessionUserKickedEvent \ +static_assert(alignof(FAccelByteModelsV2GameSessionUserKickedEvent) == 0x000008, "Wrong alignment on FAccelByteModelsV2GameSessionUserKickedEvent"); \ +static_assert(sizeof(FAccelByteModelsV2GameSessionUserKickedEvent) == 0x000010, "Wrong size on FAccelByteModelsV2GameSessionUserKickedEvent"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionUserKickedEvent, SessionID) == 0x000000, "Member 'FAccelByteModelsV2GameSessionUserKickedEvent::SessionID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2GameSessionUserJoinedEvent \ +static_assert(alignof(FAccelByteModelsV2GameSessionUserJoinedEvent) == 0x000008, "Wrong alignment on FAccelByteModelsV2GameSessionUserJoinedEvent"); \ +static_assert(sizeof(FAccelByteModelsV2GameSessionUserJoinedEvent) == 0x000020, "Wrong size on FAccelByteModelsV2GameSessionUserJoinedEvent"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionUserJoinedEvent, SessionID) == 0x000000, "Member 'FAccelByteModelsV2GameSessionUserJoinedEvent::SessionID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionUserJoinedEvent, Members) == 0x000010, "Member 'FAccelByteModelsV2GameSessionUserJoinedEvent::Members' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2PartyUserKickedEvent \ +static_assert(alignof(FAccelByteModelsV2PartyUserKickedEvent) == 0x000008, "Wrong alignment on FAccelByteModelsV2PartyUserKickedEvent"); \ +static_assert(sizeof(FAccelByteModelsV2PartyUserKickedEvent) == 0x000010, "Wrong size on FAccelByteModelsV2PartyUserKickedEvent"); \ +static_assert(offsetof(FAccelByteModelsV2PartyUserKickedEvent, PartyID) == 0x000000, "Member 'FAccelByteModelsV2PartyUserKickedEvent::PartyID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2GameSessionQuery \ +static_assert(alignof(FAccelByteModelsV2GameSessionQuery) == 0x000008, "Wrong alignment on FAccelByteModelsV2GameSessionQuery"); \ +static_assert(sizeof(FAccelByteModelsV2GameSessionQuery) == 0x000020, "Wrong size on FAccelByteModelsV2GameSessionQuery"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionQuery, JsonWrapper) == 0x000000, "Member 'FAccelByteModelsV2GameSessionQuery::JsonWrapper' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2PaginatedPartyQueryResult \ +static_assert(alignof(FAccelByteModelsV2PaginatedPartyQueryResult) == 0x000008, "Wrong alignment on FAccelByteModelsV2PaginatedPartyQueryResult"); \ +static_assert(sizeof(FAccelByteModelsV2PaginatedPartyQueryResult) == 0x000050, "Wrong size on FAccelByteModelsV2PaginatedPartyQueryResult"); \ +static_assert(offsetof(FAccelByteModelsV2PaginatedPartyQueryResult, Data) == 0x000000, "Member 'FAccelByteModelsV2PaginatedPartyQueryResult::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PaginatedPartyQueryResult, Paging) == 0x000010, "Member 'FAccelByteModelsV2PaginatedPartyQueryResult::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2PartyUserInvitedEvent \ +static_assert(alignof(FAccelByteModelsV2PartyUserInvitedEvent) == 0x000008, "Wrong alignment on FAccelByteModelsV2PartyUserInvitedEvent"); \ +static_assert(sizeof(FAccelByteModelsV2PartyUserInvitedEvent) == 0x000020, "Wrong size on FAccelByteModelsV2PartyUserInvitedEvent"); \ +static_assert(offsetof(FAccelByteModelsV2PartyUserInvitedEvent, SenderID) == 0x000000, "Member 'FAccelByteModelsV2PartyUserInvitedEvent::SenderID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PartyUserInvitedEvent, PartyID) == 0x000010, "Member 'FAccelByteModelsV2PartyUserInvitedEvent::PartyID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2PartyUpdateRequest \ +static_assert(alignof(FAccelByteModelsV2PartyUpdateRequest) == 0x000008, "Wrong alignment on FAccelByteModelsV2PartyUpdateRequest"); \ +static_assert(sizeof(FAccelByteModelsV2PartyUpdateRequest) == 0x000058, "Wrong size on FAccelByteModelsV2PartyUpdateRequest"); \ +static_assert(offsetof(FAccelByteModelsV2PartyUpdateRequest, Attributes) == 0x000000, "Member 'FAccelByteModelsV2PartyUpdateRequest::Attributes' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PartyUpdateRequest, Joinability) == 0x000020, "Member 'FAccelByteModelsV2PartyUpdateRequest::Joinability' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PartyUpdateRequest, Version) == 0x000028, "Member 'FAccelByteModelsV2PartyUpdateRequest::Version' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PartyUpdateRequest, Type) == 0x000030, "Member 'FAccelByteModelsV2PartyUpdateRequest::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PartyUpdateRequest, InactiveTimeout) == 0x000038, "Member 'FAccelByteModelsV2PartyUpdateRequest::InactiveTimeout' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PartyUpdateRequest, InviteTimeout) == 0x000040, "Member 'FAccelByteModelsV2PartyUpdateRequest::InviteTimeout' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PartyUpdateRequest, MinPlayers) == 0x000048, "Member 'FAccelByteModelsV2PartyUpdateRequest::MinPlayers' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2PartyUpdateRequest, MaxPlayers) == 0x000050, "Member 'FAccelByteModelsV2PartyUpdateRequest::MaxPlayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2PartyLeaderPromotionRequest \ +static_assert(alignof(FAccelByteModelsV2PartyLeaderPromotionRequest) == 0x000008, "Wrong alignment on FAccelByteModelsV2PartyLeaderPromotionRequest"); \ +static_assert(sizeof(FAccelByteModelsV2PartyLeaderPromotionRequest) == 0x000010, "Wrong size on FAccelByteModelsV2PartyLeaderPromotionRequest"); \ +static_assert(offsetof(FAccelByteModelsV2PartyLeaderPromotionRequest, LeaderID) == 0x000000, "Member 'FAccelByteModelsV2PartyLeaderPromotionRequest::LeaderID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2SessionInviteRequest \ +static_assert(alignof(FAccelByteModelsV2SessionInviteRequest) == 0x000008, "Wrong alignment on FAccelByteModelsV2SessionInviteRequest"); \ +static_assert(sizeof(FAccelByteModelsV2SessionInviteRequest) == 0x000010, "Wrong size on FAccelByteModelsV2SessionInviteRequest"); \ +static_assert(offsetof(FAccelByteModelsV2SessionInviteRequest, UserID) == 0x000000, "Member 'FAccelByteModelsV2SessionInviteRequest::UserID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2GameSessionBaseRequest \ +static_assert(alignof(FAccelByteModelsV2GameSessionBaseRequest) == 0x000008, "Wrong alignment on FAccelByteModelsV2GameSessionBaseRequest"); \ +static_assert(sizeof(FAccelByteModelsV2GameSessionBaseRequest) == 0x0000B8, "Wrong size on FAccelByteModelsV2GameSessionBaseRequest"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionBaseRequest, ConfigurationName) == 0x000000, "Member 'FAccelByteModelsV2GameSessionBaseRequest::ConfigurationName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionBaseRequest, Attributes) == 0x000010, "Member 'FAccelByteModelsV2GameSessionBaseRequest::Attributes' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionBaseRequest, Type) == 0x000030, "Member 'FAccelByteModelsV2GameSessionBaseRequest::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionBaseRequest, Joinability) == 0x000031, "Member 'FAccelByteModelsV2GameSessionBaseRequest::Joinability' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionBaseRequest, Teams) == 0x000038, "Member 'FAccelByteModelsV2GameSessionBaseRequest::Teams' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionBaseRequest, ClientVersion) == 0x000048, "Member 'FAccelByteModelsV2GameSessionBaseRequest::ClientVersion' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionBaseRequest, ServerName) == 0x000058, "Member 'FAccelByteModelsV2GameSessionBaseRequest::ServerName' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionBaseRequest, Deployment) == 0x000068, "Member 'FAccelByteModelsV2GameSessionBaseRequest::Deployment' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionBaseRequest, RequestedRegions) == 0x000078, "Member 'FAccelByteModelsV2GameSessionBaseRequest::RequestedRegions' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionBaseRequest, MaxPlayers) == 0x000088, "Member 'FAccelByteModelsV2GameSessionBaseRequest::MaxPlayers' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionBaseRequest, MinPlayers) == 0x000090, "Member 'FAccelByteModelsV2GameSessionBaseRequest::MinPlayers' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionBaseRequest, InactiveTimeout) == 0x000098, "Member 'FAccelByteModelsV2GameSessionBaseRequest::InactiveTimeout' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionBaseRequest, InviteTimeout) == 0x0000A0, "Member 'FAccelByteModelsV2GameSessionBaseRequest::InviteTimeout' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionBaseRequest, MatchPool) == 0x0000A8, "Member 'FAccelByteModelsV2GameSessionBaseRequest::MatchPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2GameSessionUpdateRequest \ +static_assert(alignof(FAccelByteModelsV2GameSessionUpdateRequest) == 0x000008, "Wrong alignment on FAccelByteModelsV2GameSessionUpdateRequest"); \ +static_assert(sizeof(FAccelByteModelsV2GameSessionUpdateRequest) == 0x0000C8, "Wrong size on FAccelByteModelsV2GameSessionUpdateRequest"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionUpdateRequest, Version) == 0x0000B8, "Member 'FAccelByteModelsV2GameSessionUpdateRequest::Version' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2GameSessionUpdateRequest, bIncludeEmptyTeams) == 0x0000C0, "Member 'FAccelByteModelsV2GameSessionUpdateRequest::bIncludeEmptyTeams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2GameSessionCreateRequest \ +static_assert(alignof(FAccelByteModelsV2GameSessionCreateRequest) == 0x000008, "Wrong alignment on FAccelByteModelsV2GameSessionCreateRequest"); \ +static_assert(sizeof(FAccelByteModelsV2GameSessionCreateRequest) == 0x0000C0, "Wrong size on FAccelByteModelsV2GameSessionCreateRequest"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsV2DSStatusChangedNotif \ +static_assert(alignof(FAccelByteModelsV2DSStatusChangedNotif) == 0x000008, "Wrong alignment on FAccelByteModelsV2DSStatusChangedNotif"); \ +static_assert(sizeof(FAccelByteModelsV2DSStatusChangedNotif) == 0x000438, "Wrong size on FAccelByteModelsV2DSStatusChangedNotif"); \ +static_assert(offsetof(FAccelByteModelsV2DSStatusChangedNotif, GameServer) == 0x000000, "Member 'FAccelByteModelsV2DSStatusChangedNotif::GameServer' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2DSStatusChangedNotif, SessionID) == 0x000128, "Member 'FAccelByteModelsV2DSStatusChangedNotif::SessionID' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2DSStatusChangedNotif, Error) == 0x000138, "Member 'FAccelByteModelsV2DSStatusChangedNotif::Error' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsV2DSStatusChangedNotif, Session) == 0x000148, "Member 'FAccelByteModelsV2DSStatusChangedNotif::Session' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsMultipleStatSortBy \ +static_assert(alignof(FAccelByteModelsMultipleStatSortBy) == 0x000008, "Wrong alignment on FAccelByteModelsMultipleStatSortBy"); \ +static_assert(sizeof(FAccelByteModelsMultipleStatSortBy) == 0x000010, "Wrong size on FAccelByteModelsMultipleStatSortBy"); \ +static_assert(offsetof(FAccelByteModelsMultipleStatSortBy, SortBy) == 0x000000, "Member 'FAccelByteModelsMultipleStatSortBy::SortBy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsStatCycleConfig \ +static_assert(alignof(FAccelByteModelsStatCycleConfig) == 0x000008, "Wrong alignment on FAccelByteModelsStatCycleConfig"); \ +static_assert(sizeof(FAccelByteModelsStatCycleConfig) == 0x0000A8, "Wrong size on FAccelByteModelsStatCycleConfig"); \ +static_assert(offsetof(FAccelByteModelsStatCycleConfig, Id) == 0x000000, "Member 'FAccelByteModelsStatCycleConfig::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatCycleConfig, Namespace) == 0x000010, "Member 'FAccelByteModelsStatCycleConfig::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatCycleConfig, CycleType) == 0x000020, "Member 'FAccelByteModelsStatCycleConfig::CycleType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatCycleConfig, Name) == 0x000028, "Member 'FAccelByteModelsStatCycleConfig::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatCycleConfig, Description) == 0x000038, "Member 'FAccelByteModelsStatCycleConfig::Description' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatCycleConfig, ResetTime) == 0x000048, "Member 'FAccelByteModelsStatCycleConfig::ResetTime' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatCycleConfig, ResetDay) == 0x000058, "Member 'FAccelByteModelsStatCycleConfig::ResetDay' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatCycleConfig, ResetDate) == 0x00005C, "Member 'FAccelByteModelsStatCycleConfig::ResetDate' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatCycleConfig, ResetMonth) == 0x000060, "Member 'FAccelByteModelsStatCycleConfig::ResetMonth' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatCycleConfig, SeasonPeriod) == 0x000064, "Member 'FAccelByteModelsStatCycleConfig::SeasonPeriod' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatCycleConfig, CurrentVersion) == 0x000068, "Member 'FAccelByteModelsStatCycleConfig::CurrentVersion' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatCycleConfig, Status) == 0x000070, "Member 'FAccelByteModelsStatCycleConfig::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatCycleConfig, NextReset) == 0x000080, "Member 'FAccelByteModelsStatCycleConfig::NextReset' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatCycleConfig, Start) == 0x000088, "Member 'FAccelByteModelsStatCycleConfig::Start' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatCycleConfig, End) == 0x000090, "Member 'FAccelByteModelsStatCycleConfig::End' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatCycleConfig, CreatedAt) == 0x000098, "Member 'FAccelByteModelsStatCycleConfig::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatCycleConfig, UpdatedAt) == 0x0000A0, "Member 'FAccelByteModelsStatCycleConfig::UpdatedAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsStatCycleConfigPagingResult \ +static_assert(alignof(FAccelByteModelsStatCycleConfigPagingResult) == 0x000008, "Wrong alignment on FAccelByteModelsStatCycleConfigPagingResult"); \ +static_assert(sizeof(FAccelByteModelsStatCycleConfigPagingResult) == 0x000050, "Wrong size on FAccelByteModelsStatCycleConfigPagingResult"); \ +static_assert(offsetof(FAccelByteModelsStatCycleConfigPagingResult, Data) == 0x000000, "Member 'FAccelByteModelsStatCycleConfigPagingResult::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatCycleConfigPagingResult, Paging) == 0x000010, "Member 'FAccelByteModelsStatCycleConfigPagingResult::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUpdateUserStatItemValueResponse \ +static_assert(alignof(FAccelByteModelsUpdateUserStatItemValueResponse) == 0x000004, "Wrong alignment on FAccelByteModelsUpdateUserStatItemValueResponse"); \ +static_assert(sizeof(FAccelByteModelsUpdateUserStatItemValueResponse) == 0x000004, "Wrong size on FAccelByteModelsUpdateUserStatItemValueResponse"); \ +static_assert(offsetof(FAccelByteModelsUpdateUserStatItemValueResponse, CurrentValue) == 0x000000, "Member 'FAccelByteModelsUpdateUserStatItemValueResponse::CurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPublicUpdateUserStatItem \ +static_assert(alignof(FAccelByteModelsPublicUpdateUserStatItem) == 0x000008, "Wrong alignment on FAccelByteModelsPublicUpdateUserStatItem"); \ +static_assert(sizeof(FAccelByteModelsPublicUpdateUserStatItem) == 0x000028, "Wrong size on FAccelByteModelsPublicUpdateUserStatItem"); \ +static_assert(offsetof(FAccelByteModelsPublicUpdateUserStatItem, UpdateStrategy) == 0x000000, "Member 'FAccelByteModelsPublicUpdateUserStatItem::UpdateStrategy' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicUpdateUserStatItem, Value) == 0x000004, "Member 'FAccelByteModelsPublicUpdateUserStatItem::Value' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicUpdateUserStatItem, AdditionalData) == 0x000008, "Member 'FAccelByteModelsPublicUpdateUserStatItem::AdditionalData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUpdateUserStatItemWithStatCode \ +static_assert(alignof(FAccelByteModelsUpdateUserStatItemWithStatCode) == 0x000008, "Wrong alignment on FAccelByteModelsUpdateUserStatItemWithStatCode"); \ +static_assert(sizeof(FAccelByteModelsUpdateUserStatItemWithStatCode) == 0x000038, "Wrong size on FAccelByteModelsUpdateUserStatItemWithStatCode"); \ +static_assert(offsetof(FAccelByteModelsUpdateUserStatItemWithStatCode, StatCode) == 0x000000, "Member 'FAccelByteModelsUpdateUserStatItemWithStatCode::StatCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUpdateUserStatItemWithStatCode, UpdateStrategy) == 0x000010, "Member 'FAccelByteModelsUpdateUserStatItemWithStatCode::UpdateStrategy' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUpdateUserStatItemWithStatCode, Value) == 0x000014, "Member 'FAccelByteModelsUpdateUserStatItemWithStatCode::Value' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUpdateUserStatItemWithStatCode, AdditionalData) == 0x000018, "Member 'FAccelByteModelsUpdateUserStatItemWithStatCode::AdditionalData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUpdateUserStatItemsResponse \ +static_assert(alignof(FAccelByteModelsUpdateUserStatItemsResponse) == 0x000008, "Wrong alignment on FAccelByteModelsUpdateUserStatItemsResponse"); \ +static_assert(sizeof(FAccelByteModelsUpdateUserStatItemsResponse) == 0x000048, "Wrong size on FAccelByteModelsUpdateUserStatItemsResponse"); \ +static_assert(offsetof(FAccelByteModelsUpdateUserStatItemsResponse, Success) == 0x000000, "Member 'FAccelByteModelsUpdateUserStatItemsResponse::Success' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUpdateUserStatItemsResponse, StatCode) == 0x000008, "Member 'FAccelByteModelsUpdateUserStatItemsResponse::StatCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUpdateUserStatItemsResponse, Details) == 0x000018, "Member 'FAccelByteModelsUpdateUserStatItemsResponse::Details' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUpdateUserStatItemsResponse, UserId) == 0x000038, "Member 'FAccelByteModelsUpdateUserStatItemsResponse::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUpdateUserStatItem \ +static_assert(alignof(FAccelByteModelsUpdateUserStatItem) == 0x000008, "Wrong alignment on FAccelByteModelsUpdateUserStatItem"); \ +static_assert(sizeof(FAccelByteModelsUpdateUserStatItem) == 0x000058, "Wrong size on FAccelByteModelsUpdateUserStatItem"); \ +static_assert(offsetof(FAccelByteModelsUpdateUserStatItem, UserId) == 0x000000, "Member 'FAccelByteModelsUpdateUserStatItem::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUpdateUserStatItem, AdditionalKey) == 0x000010, "Member 'FAccelByteModelsUpdateUserStatItem::AdditionalKey' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUpdateUserStatItem, StatCode) == 0x000020, "Member 'FAccelByteModelsUpdateUserStatItem::StatCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUpdateUserStatItem, UpdateStrategy) == 0x000030, "Member 'FAccelByteModelsUpdateUserStatItem::UpdateStrategy' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUpdateUserStatItem, Value) == 0x000034, "Member 'FAccelByteModelsUpdateUserStatItem::Value' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUpdateUserStatItem, AdditionalData) == 0x000038, "Member 'FAccelByteModelsUpdateUserStatItem::AdditionalData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsStatItemIncResult \ +static_assert(alignof(FAccelByteModelsStatItemIncResult) == 0x000004, "Wrong alignment on FAccelByteModelsStatItemIncResult"); \ +static_assert(sizeof(FAccelByteModelsStatItemIncResult) == 0x000004, "Wrong size on FAccelByteModelsStatItemIncResult"); \ +static_assert(offsetof(FAccelByteModelsStatItemIncResult, currentValue) == 0x000000, "Member 'FAccelByteModelsStatItemIncResult::currentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsStatInfo \ +static_assert(alignof(FAccelByteModelsStatInfo) == 0x000008, "Wrong alignment on FAccelByteModelsStatInfo"); \ +static_assert(sizeof(FAccelByteModelsStatInfo) == 0x000098, "Wrong size on FAccelByteModelsStatInfo"); \ +static_assert(offsetof(FAccelByteModelsStatInfo, CreatedAt) == 0x000000, "Member 'FAccelByteModelsStatInfo::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatInfo, DefaultValue) == 0x000010, "Member 'FAccelByteModelsStatInfo::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatInfo, Description) == 0x000018, "Member 'FAccelByteModelsStatInfo::Description' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatInfo, IncrementOnly) == 0x000028, "Member 'FAccelByteModelsStatInfo::IncrementOnly' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatInfo, Maximum) == 0x00002C, "Member 'FAccelByteModelsStatInfo::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatInfo, Minimum) == 0x000030, "Member 'FAccelByteModelsStatInfo::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatInfo, Name) == 0x000038, "Member 'FAccelByteModelsStatInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatInfo, Namespace) == 0x000048, "Member 'FAccelByteModelsStatInfo::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatInfo, SetAsGlobal) == 0x000058, "Member 'FAccelByteModelsStatInfo::SetAsGlobal' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatInfo, SetBy) == 0x000059, "Member 'FAccelByteModelsStatInfo::SetBy' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatInfo, StatCode) == 0x000060, "Member 'FAccelByteModelsStatInfo::StatCode' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatInfo, Status) == 0x000070, "Member 'FAccelByteModelsStatInfo::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatInfo, UpdatedAt) == 0x000078, "Member 'FAccelByteModelsStatInfo::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsStatInfo, CycleIds) == 0x000088, "Member 'FAccelByteModelsStatInfo::CycleIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsTurnManagerMetric \ +static_assert(alignof(FAccelByteModelsTurnManagerMetric) == 0x000008, "Wrong alignment on FAccelByteModelsTurnManagerMetric"); \ +static_assert(sizeof(FAccelByteModelsTurnManagerMetric) == 0x000020, "Wrong size on FAccelByteModelsTurnManagerMetric"); \ +static_assert(offsetof(FAccelByteModelsTurnManagerMetric, Region) == 0x000000, "Member 'FAccelByteModelsTurnManagerMetric::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsTurnManagerMetric, Type) == 0x000010, "Member 'FAccelByteModelsTurnManagerMetric::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsTurnServerCredential \ +static_assert(alignof(FAccelByteModelsTurnServerCredential) == 0x000008, "Wrong alignment on FAccelByteModelsTurnServerCredential"); \ +static_assert(sizeof(FAccelByteModelsTurnServerCredential) == 0x000048, "Wrong size on FAccelByteModelsTurnServerCredential"); \ +static_assert(offsetof(FAccelByteModelsTurnServerCredential, Ip) == 0x000000, "Member 'FAccelByteModelsTurnServerCredential::Ip' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsTurnServerCredential, Port) == 0x000010, "Member 'FAccelByteModelsTurnServerCredential::Port' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsTurnServerCredential, Region) == 0x000018, "Member 'FAccelByteModelsTurnServerCredential::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsTurnServerCredential, Username) == 0x000028, "Member 'FAccelByteModelsTurnServerCredential::Username' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsTurnServerCredential, Password) == 0x000038, "Member 'FAccelByteModelsTurnServerCredential::Password' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsTurnServer \ +static_assert(alignof(FAccelByteModelsTurnServer) == 0x000008, "Wrong alignment on FAccelByteModelsTurnServer"); \ +static_assert(sizeof(FAccelByteModelsTurnServer) == 0x000050, "Wrong size on FAccelByteModelsTurnServer"); \ +static_assert(offsetof(FAccelByteModelsTurnServer, Ip) == 0x000000, "Member 'FAccelByteModelsTurnServer::Ip' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsTurnServer, Port) == 0x000010, "Member 'FAccelByteModelsTurnServer::Port' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsTurnServer, Qos_port) == 0x000014, "Member 'FAccelByteModelsTurnServer::Qos_port' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsTurnServer, Region) == 0x000018, "Member 'FAccelByteModelsTurnServer::Region' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsTurnServer, Status) == 0x000028, "Member 'FAccelByteModelsTurnServer::Status' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsTurnServer, Last_update) == 0x000038, "Member 'FAccelByteModelsTurnServer::Last_update' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsTurnServer, Current_time) == 0x000048, "Member 'FAccelByteModelsTurnServer::Current_time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsTurnServerList \ +static_assert(alignof(FAccelByteModelsTurnServerList) == 0x000008, "Wrong alignment on FAccelByteModelsTurnServerList"); \ +static_assert(sizeof(FAccelByteModelsTurnServerList) == 0x000010, "Wrong size on FAccelByteModelsTurnServerList"); \ +static_assert(offsetof(FAccelByteModelsTurnServerList, Servers) == 0x000000, "Member 'FAccelByteModelsTurnServerList::Servers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCUpdateContentFileLocationRequestV2 \ +static_assert(alignof(FAccelByteModelsUGCUpdateContentFileLocationRequestV2) == 0x000008, "Wrong alignment on FAccelByteModelsUGCUpdateContentFileLocationRequestV2"); \ +static_assert(sizeof(FAccelByteModelsUGCUpdateContentFileLocationRequestV2) == 0x000020, "Wrong size on FAccelByteModelsUGCUpdateContentFileLocationRequestV2"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateContentFileLocationRequestV2, FileExtension) == 0x000000, "Member 'FAccelByteModelsUGCUpdateContentFileLocationRequestV2::FileExtension' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCUpdateContentFileLocationRequestV2, FileLocation) == 0x000010, "Member 'FAccelByteModelsUGCUpdateContentFileLocationRequestV2::FileLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsModifyUGCRequestV2 \ +static_assert(alignof(FAccelByteModelsModifyUGCRequestV2) == 0x000008, "Wrong alignment on FAccelByteModelsModifyUGCRequestV2"); \ +static_assert(sizeof(FAccelByteModelsModifyUGCRequestV2) == 0x000060, "Wrong size on FAccelByteModelsModifyUGCRequestV2"); \ +static_assert(offsetof(FAccelByteModelsModifyUGCRequestV2, Name) == 0x000000, "Member 'FAccelByteModelsModifyUGCRequestV2::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsModifyUGCRequestV2, Type) == 0x000010, "Member 'FAccelByteModelsModifyUGCRequestV2::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsModifyUGCRequestV2, SubType) == 0x000020, "Member 'FAccelByteModelsModifyUGCRequestV2::SubType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsModifyUGCRequestV2, Tags) == 0x000030, "Member 'FAccelByteModelsModifyUGCRequestV2::Tags' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsModifyUGCRequestV2, CustomAttributes) == 0x000040, "Member 'FAccelByteModelsModifyUGCRequestV2::CustomAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsCreateUGCRequestV2 \ +static_assert(alignof(FAccelByteModelsCreateUGCRequestV2) == 0x000008, "Wrong alignment on FAccelByteModelsCreateUGCRequestV2"); \ +static_assert(sizeof(FAccelByteModelsCreateUGCRequestV2) == 0x000080, "Wrong size on FAccelByteModelsCreateUGCRequestV2"); \ +static_assert(offsetof(FAccelByteModelsCreateUGCRequestV2, ContentType) == 0x000000, "Member 'FAccelByteModelsCreateUGCRequestV2::ContentType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCreateUGCRequestV2, FileExtension) == 0x000010, "Member 'FAccelByteModelsCreateUGCRequestV2::FileExtension' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCreateUGCRequestV2, Name) == 0x000020, "Member 'FAccelByteModelsCreateUGCRequestV2::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCreateUGCRequestV2, Type) == 0x000030, "Member 'FAccelByteModelsCreateUGCRequestV2::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCreateUGCRequestV2, SubType) == 0x000040, "Member 'FAccelByteModelsCreateUGCRequestV2::SubType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCreateUGCRequestV2, Tags) == 0x000050, "Member 'FAccelByteModelsCreateUGCRequestV2::Tags' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsCreateUGCRequestV2, CustomAttributes) == 0x000060, "Member 'FAccelByteModelsCreateUGCRequestV2::CustomAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCGetGroupsResponse \ +static_assert(alignof(FAccelByteModelsUGCGetGroupsResponse) == 0x000008, "Wrong alignment on FAccelByteModelsUGCGetGroupsResponse"); \ +static_assert(sizeof(FAccelByteModelsUGCGetGroupsResponse) == 0x000050, "Wrong size on FAccelByteModelsUGCGetGroupsResponse"); \ +static_assert(offsetof(FAccelByteModelsUGCGetGroupsResponse, Data) == 0x000000, "Member 'FAccelByteModelsUGCGetGroupsResponse::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCGetGroupsResponse, Paging) == 0x000010, "Member 'FAccelByteModelsUGCGetGroupsResponse::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCFollowedUsersResponse \ +static_assert(alignof(FAccelByteModelsUGCFollowedUsersResponse) == 0x000008, "Wrong alignment on FAccelByteModelsUGCFollowedUsersResponse"); \ +static_assert(sizeof(FAccelByteModelsUGCFollowedUsersResponse) == 0x000050, "Wrong size on FAccelByteModelsUGCFollowedUsersResponse"); \ +static_assert(offsetof(FAccelByteModelsUGCFollowedUsersResponse, Data) == 0x000000, "Member 'FAccelByteModelsUGCFollowedUsersResponse::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCFollowedUsersResponse, Paging) == 0x000010, "Member 'FAccelByteModelsUGCFollowedUsersResponse::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUploadContentURLRequestV2 \ +static_assert(alignof(FAccelByteModelsUploadContentURLRequestV2) == 0x000008, "Wrong alignment on FAccelByteModelsUploadContentURLRequestV2"); \ +static_assert(sizeof(FAccelByteModelsUploadContentURLRequestV2) == 0x000020, "Wrong size on FAccelByteModelsUploadContentURLRequestV2"); \ +static_assert(offsetof(FAccelByteModelsUploadContentURLRequestV2, ContentType) == 0x000000, "Member 'FAccelByteModelsUploadContentURLRequestV2::ContentType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUploadContentURLRequestV2, FileExtension) == 0x000010, "Member 'FAccelByteModelsUploadContentURLRequestV2::FileExtension' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCFilterRequestV2 \ +static_assert(alignof(FAccelByteModelsUGCFilterRequestV2) == 0x000008, "Wrong alignment on FAccelByteModelsUGCFilterRequestV2"); \ +static_assert(sizeof(FAccelByteModelsUGCFilterRequestV2) == 0x000040, "Wrong size on FAccelByteModelsUGCFilterRequestV2"); \ +static_assert(offsetof(FAccelByteModelsUGCFilterRequestV2, Name) == 0x000000, "Member 'FAccelByteModelsUGCFilterRequestV2::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCFilterRequestV2, Type) == 0x000010, "Member 'FAccelByteModelsUGCFilterRequestV2::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCFilterRequestV2, SubType) == 0x000020, "Member 'FAccelByteModelsUGCFilterRequestV2::SubType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsUGCFilterRequestV2, Tags) == 0x000030, "Member 'FAccelByteModelsUGCFilterRequestV2::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCScreenshotsRequest \ +static_assert(alignof(FAccelByteModelsUGCScreenshotsRequest) == 0x000008, "Wrong alignment on FAccelByteModelsUGCScreenshotsRequest"); \ +static_assert(sizeof(FAccelByteModelsUGCScreenshotsRequest) == 0x000010, "Wrong size on FAccelByteModelsUGCScreenshotsRequest"); \ +static_assert(offsetof(FAccelByteModelsUGCScreenshotsRequest, Screenshots) == 0x000000, "Member 'FAccelByteModelsUGCScreenshotsRequest::Screenshots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContentRequest \ +static_assert(alignof(FContentRequest) == 0x000008, "Wrong alignment on FContentRequest"); \ +static_assert(sizeof(FContentRequest) == 0x000030, "Wrong size on FContentRequest"); \ +static_assert(offsetof(FContentRequest, ContentType) == 0x000000, "Member 'FContentRequest::ContentType' has a wrong offset!"); \ +static_assert(offsetof(FContentRequest, Description) == 0x000010, "Member 'FContentRequest::Description' has a wrong offset!"); \ +static_assert(offsetof(FContentRequest, FileExtension) == 0x000020, "Member 'FContentRequest::FileExtension' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsUGCBulkGetContentByShareCodeRequest \ +static_assert(alignof(FAccelByteModelsUGCBulkGetContentByShareCodeRequest) == 0x000008, "Wrong alignment on FAccelByteModelsUGCBulkGetContentByShareCodeRequest"); \ +static_assert(sizeof(FAccelByteModelsUGCBulkGetContentByShareCodeRequest) == 0x000010, "Wrong size on FAccelByteModelsUGCBulkGetContentByShareCodeRequest"); \ +static_assert(offsetof(FAccelByteModelsUGCBulkGetContentByShareCodeRequest, ShareCodes) == 0x000000, "Member 'FAccelByteModelsUGCBulkGetContentByShareCodeRequest::ShareCodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FaccelByteUserPlatformInfoData \ +static_assert(alignof(FaccelByteUserPlatformInfoData) == 0x000008, "Wrong alignment on FaccelByteUserPlatformInfoData"); \ +static_assert(sizeof(FaccelByteUserPlatformInfoData) == 0x000050, "Wrong size on FaccelByteUserPlatformInfoData"); \ +static_assert(offsetof(FaccelByteUserPlatformInfoData, userId) == 0x000000, "Member 'FaccelByteUserPlatformInfoData::userId' has a wrong offset!"); \ +static_assert(offsetof(FaccelByteUserPlatformInfoData, displayName) == 0x000010, "Member 'FaccelByteUserPlatformInfoData::displayName' has a wrong offset!"); \ +static_assert(offsetof(FaccelByteUserPlatformInfoData, username) == 0x000020, "Member 'FaccelByteUserPlatformInfoData::username' has a wrong offset!"); \ +static_assert(offsetof(FaccelByteUserPlatformInfoData, avatarUrl) == 0x000030, "Member 'FaccelByteUserPlatformInfoData::avatarUrl' has a wrong offset!"); \ +static_assert(offsetof(FaccelByteUserPlatformInfoData, platformInfos) == 0x000040, "Member 'FaccelByteUserPlatformInfoData::platformInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FaccelByteBulkGetUsersPlatformInfoResponse \ +static_assert(alignof(FaccelByteBulkGetUsersPlatformInfoResponse) == 0x000008, "Wrong alignment on FaccelByteBulkGetUsersPlatformInfoResponse"); \ +static_assert(sizeof(FaccelByteBulkGetUsersPlatformInfoResponse) == 0x000010, "Wrong size on FaccelByteBulkGetUsersPlatformInfoResponse"); \ +static_assert(offsetof(FaccelByteBulkGetUsersPlatformInfoResponse, Data) == 0x000000, "Member 'FaccelByteBulkGetUsersPlatformInfoResponse::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FThirdPartyPlatformTokenData \ +static_assert(alignof(FThirdPartyPlatformTokenData) == 0x000008, "Wrong alignment on FThirdPartyPlatformTokenData"); \ +static_assert(sizeof(FThirdPartyPlatformTokenData) == 0x000028, "Wrong size on FThirdPartyPlatformTokenData"); \ +static_assert(offsetof(FThirdPartyPlatformTokenData, Platform_token) == 0x000000, "Member 'FThirdPartyPlatformTokenData::Platform_token' has a wrong offset!"); \ +static_assert(offsetof(FThirdPartyPlatformTokenData, Platform_token_expires_at) == 0x000010, "Member 'FThirdPartyPlatformTokenData::Platform_token_expires_at' has a wrong offset!"); \ +static_assert(offsetof(FThirdPartyPlatformTokenData, Sand_box_id) == 0x000018, "Member 'FThirdPartyPlatformTokenData::Sand_box_id' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FListUserDataResponse \ +static_assert(alignof(FListUserDataResponse) == 0x000008, "Wrong alignment on FListUserDataResponse"); \ +static_assert(sizeof(FListUserDataResponse) == 0x000010, "Wrong size on FListUserDataResponse"); \ +static_assert(offsetof(FListUserDataResponse, Data) == 0x000000, "Member 'FListUserDataResponse::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHeadlessAccount \ +static_assert(alignof(FHeadlessAccount) == 0x000008, "Wrong alignment on FHeadlessAccount"); \ +static_assert(sizeof(FHeadlessAccount) == 0x000040, "Wrong size on FHeadlessAccount"); \ +static_assert(offsetof(FHeadlessAccount, DisplayName) == 0x000000, "Member 'FHeadlessAccount::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FHeadlessAccount, Email) == 0x000010, "Member 'FHeadlessAccount::Email' has a wrong offset!"); \ +static_assert(offsetof(FHeadlessAccount, LinkedGames) == 0x000020, "Member 'FHeadlessAccount::LinkedGames' has a wrong offset!"); \ +static_assert(offsetof(FHeadlessAccount, UserName) == 0x000030, "Member 'FHeadlessAccount::UserName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConflictLinkHeadlessAccountResult \ +static_assert(alignof(FConflictLinkHeadlessAccountResult) == 0x000008, "Wrong alignment on FConflictLinkHeadlessAccountResult"); \ +static_assert(sizeof(FConflictLinkHeadlessAccountResult) == 0x0000A0, "Wrong size on FConflictLinkHeadlessAccountResult"); \ +static_assert(offsetof(FConflictLinkHeadlessAccountResult, CurrentAccount) == 0x000000, "Member 'FConflictLinkHeadlessAccountResult::CurrentAccount' has a wrong offset!"); \ +static_assert(offsetof(FConflictLinkHeadlessAccountResult, HeadlessAccount) == 0x000040, "Member 'FConflictLinkHeadlessAccountResult::HeadlessAccount' has a wrong offset!"); \ +static_assert(offsetof(FConflictLinkHeadlessAccountResult, bPlatformAlreadyLinked) == 0x000080, "Member 'FConflictLinkHeadlessAccountResult::bPlatformAlreadyLinked' has a wrong offset!"); \ +static_assert(offsetof(FConflictLinkHeadlessAccountResult, PlatformId) == 0x000088, "Member 'FConflictLinkHeadlessAccountResult::PlatformId' has a wrong offset!"); \ +static_assert(offsetof(FConflictLinkHeadlessAccountResult, bPlatformLinkConflict) == 0x000098, "Member 'FConflictLinkHeadlessAccountResult::bPlatformLinkConflict' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLinkHeadlessAccountRequest \ +static_assert(alignof(FLinkHeadlessAccountRequest) == 0x000008, "Wrong alignment on FLinkHeadlessAccountRequest"); \ +static_assert(sizeof(FLinkHeadlessAccountRequest) == 0x000020, "Wrong size on FLinkHeadlessAccountRequest"); \ +static_assert(offsetof(FLinkHeadlessAccountRequest, ChosenNamespaces) == 0x000000, "Member 'FLinkHeadlessAccountRequest::ChosenNamespaces' has a wrong offset!"); \ +static_assert(offsetof(FLinkHeadlessAccountRequest, OneTimeLinkCode) == 0x000010, "Member 'FLinkHeadlessAccountRequest::OneTimeLinkCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCodeForTokenExchangeResponse \ +static_assert(alignof(FCodeForTokenExchangeResponse) == 0x000008, "Wrong alignment on FCodeForTokenExchangeResponse"); \ +static_assert(sizeof(FCodeForTokenExchangeResponse) == 0x000010, "Wrong size on FCodeForTokenExchangeResponse"); \ +static_assert(offsetof(FCodeForTokenExchangeResponse, Code) == 0x000000, "Member 'FCodeForTokenExchangeResponse::Code' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeneratedOneTimeCode \ +static_assert(alignof(FGeneratedOneTimeCode) == 0x000008, "Wrong alignment on FGeneratedOneTimeCode"); \ +static_assert(sizeof(FGeneratedOneTimeCode) == 0x000028, "Wrong size on FGeneratedOneTimeCode"); \ +static_assert(offsetof(FGeneratedOneTimeCode, OneTimeLinkCode) == 0x000000, "Member 'FGeneratedOneTimeCode::OneTimeLinkCode' has a wrong offset!"); \ +static_assert(offsetof(FGeneratedOneTimeCode, OneTimeLinkURL) == 0x000010, "Member 'FGeneratedOneTimeCode::OneTimeLinkURL' has a wrong offset!"); \ +static_assert(offsetof(FGeneratedOneTimeCode, Exp) == 0x000020, "Member 'FGeneratedOneTimeCode::Exp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlatformUserInformation \ +static_assert(alignof(FPlatformUserInformation) == 0x000008, "Wrong alignment on FPlatformUserInformation"); \ +static_assert(sizeof(FPlatformUserInformation) == 0x000070, "Wrong size on FPlatformUserInformation"); \ +static_assert(offsetof(FPlatformUserInformation, DisplayName) == 0x000000, "Member 'FPlatformUserInformation::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FPlatformUserInformation, EmailAddress) == 0x000010, "Member 'FPlatformUserInformation::EmailAddress' has a wrong offset!"); \ +static_assert(offsetof(FPlatformUserInformation, LinkedAt) == 0x000020, "Member 'FPlatformUserInformation::LinkedAt' has a wrong offset!"); \ +static_assert(offsetof(FPlatformUserInformation, Namespace) == 0x000030, "Member 'FPlatformUserInformation::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FPlatformUserInformation, PlatformId) == 0x000040, "Member 'FPlatformUserInformation::PlatformId' has a wrong offset!"); \ +static_assert(offsetof(FPlatformUserInformation, PlatformUserId) == 0x000050, "Member 'FPlatformUserInformation::PlatformUserId' has a wrong offset!"); \ +static_assert(offsetof(FPlatformUserInformation, XboxUserId) == 0x000060, "Member 'FPlatformUserInformation::XboxUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetUserInformationResponse \ +static_assert(alignof(FGetUserInformationResponse) == 0x000008, "Wrong alignment on FGetUserInformationResponse"); \ +static_assert(sizeof(FGetUserInformationResponse) == 0x000070, "Wrong size on FGetUserInformationResponse"); \ +static_assert(offsetof(FGetUserInformationResponse, Country) == 0x000000, "Member 'FGetUserInformationResponse::Country' has a wrong offset!"); \ +static_assert(offsetof(FGetUserInformationResponse, DisplayName) == 0x000010, "Member 'FGetUserInformationResponse::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FGetUserInformationResponse, EmailAddresses) == 0x000020, "Member 'FGetUserInformationResponse::EmailAddresses' has a wrong offset!"); \ +static_assert(offsetof(FGetUserInformationResponse, PhoneNumber) == 0x000030, "Member 'FGetUserInformationResponse::PhoneNumber' has a wrong offset!"); \ +static_assert(offsetof(FGetUserInformationResponse, PlatformUsers) == 0x000040, "Member 'FGetUserInformationResponse::PlatformUsers' has a wrong offset!"); \ +static_assert(offsetof(FGetUserInformationResponse, Username) == 0x000050, "Member 'FGetUserInformationResponse::Username' has a wrong offset!"); \ +static_assert(offsetof(FGetUserInformationResponse, XboxUserId) == 0x000060, "Member 'FGetUserInformationResponse::XboxUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetPublisherUserResponse \ +static_assert(alignof(FGetPublisherUserResponse) == 0x000008, "Wrong alignment on FGetPublisherUserResponse"); \ +static_assert(sizeof(FGetPublisherUserResponse) == 0x000020, "Wrong size on FGetPublisherUserResponse"); \ +static_assert(offsetof(FGetPublisherUserResponse, Namespace) == 0x000000, "Member 'FGetPublisherUserResponse::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FGetPublisherUserResponse, UserId) == 0x000010, "Member 'FGetPublisherUserResponse::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBanUserResponse \ +static_assert(alignof(FBanUserResponse) == 0x000008, "Wrong alignment on FBanUserResponse"); \ +static_assert(sizeof(FBanUserResponse) == 0x0000B0, "Wrong size on FBanUserResponse"); \ +static_assert(offsetof(FBanUserResponse, Ban) == 0x000000, "Member 'FBanUserResponse::Ban' has a wrong offset!"); \ +static_assert(offsetof(FBanUserResponse, BanId) == 0x000010, "Member 'FBanUserResponse::BanId' has a wrong offset!"); \ +static_assert(offsetof(FBanUserResponse, BannedBy) == 0x000020, "Member 'FBanUserResponse::BannedBy' has a wrong offset!"); \ +static_assert(offsetof(FBanUserResponse, Comment) == 0x000040, "Member 'FBanUserResponse::Comment' has a wrong offset!"); \ +static_assert(offsetof(FBanUserResponse, CreatedAt) == 0x000050, "Member 'FBanUserResponse::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FBanUserResponse, DisableDate) == 0x000060, "Member 'FBanUserResponse::DisableDate' has a wrong offset!"); \ +static_assert(offsetof(FBanUserResponse, Enabled) == 0x000070, "Member 'FBanUserResponse::Enabled' has a wrong offset!"); \ +static_assert(offsetof(FBanUserResponse, EndDate) == 0x000078, "Member 'FBanUserResponse::EndDate' has a wrong offset!"); \ +static_assert(offsetof(FBanUserResponse, Namespace) == 0x000088, "Member 'FBanUserResponse::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FBanUserResponse, Reason) == 0x000098, "Member 'FBanUserResponse::Reason' has a wrong offset!"); \ +static_assert(offsetof(FBanUserResponse, UserId) == 0x0000A0, "Member 'FBanUserResponse::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetUserBansResponse \ +static_assert(alignof(FGetUserBansResponse) == 0x000008, "Wrong alignment on FGetUserBansResponse"); \ +static_assert(sizeof(FGetUserBansResponse) == 0x000050, "Wrong size on FGetUserBansResponse"); \ +static_assert(offsetof(FGetUserBansResponse, Data) == 0x000000, "Member 'FGetUserBansResponse::Data' has a wrong offset!"); \ +static_assert(offsetof(FGetUserBansResponse, Paging) == 0x000010, "Member 'FGetUserBansResponse::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBanUserRequest \ +static_assert(alignof(FBanUserRequest) == 0x000008, "Wrong alignment on FBanUserRequest"); \ +static_assert(sizeof(FBanUserRequest) == 0x000030, "Wrong size on FBanUserRequest"); \ +static_assert(offsetof(FBanUserRequest, Ban) == 0x000000, "Member 'FBanUserRequest::Ban' has a wrong offset!"); \ +static_assert(offsetof(FBanUserRequest, Comment) == 0x000008, "Member 'FBanUserRequest::Comment' has a wrong offset!"); \ +static_assert(offsetof(FBanUserRequest, EndDate) == 0x000018, "Member 'FBanUserRequest::EndDate' has a wrong offset!"); \ +static_assert(offsetof(FBanUserRequest, Reason) == 0x000028, "Member 'FBanUserRequest::Reason' has a wrong offset!"); \ +static_assert(offsetof(FBanUserRequest, SkipNotif) == 0x000029, "Member 'FBanUserRequest::SkipNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUser2FaMethod \ +static_assert(alignof(FUser2FaMethod) == 0x000008, "Wrong alignment on FUser2FaMethod"); \ +static_assert(sizeof(FUser2FaMethod) == 0x000020, "Wrong size on FUser2FaMethod"); \ +static_assert(offsetof(FUser2FaMethod, Default) == 0x000000, "Member 'FUser2FaMethod::Default' has a wrong offset!"); \ +static_assert(offsetof(FUser2FaMethod, Enabled) == 0x000010, "Member 'FUser2FaMethod::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputValidation \ +static_assert(alignof(FInputValidation) == 0x000008, "Wrong alignment on FInputValidation"); \ +static_assert(sizeof(FInputValidation) == 0x000018, "Wrong size on FInputValidation"); \ +static_assert(offsetof(FInputValidation, Data) == 0x000000, "Member 'FInputValidation::Data' has a wrong offset!"); \ +static_assert(offsetof(FInputValidation, Version) == 0x000010, "Member 'FInputValidation::Version' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUserOtherPlatformInfo \ +static_assert(alignof(FUserOtherPlatformInfo) == 0x000008, "Wrong alignment on FUserOtherPlatformInfo"); \ +static_assert(sizeof(FUserOtherPlatformInfo) == 0x000198, "Wrong size on FUserOtherPlatformInfo"); \ +static_assert(offsetof(FUserOtherPlatformInfo, AuthType) == 0x000000, "Member 'FUserOtherPlatformInfo::AuthType' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, Bans) == 0x000010, "Member 'FUserOtherPlatformInfo::Bans' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, Country) == 0x000020, "Member 'FUserOtherPlatformInfo::Country' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, CreatedAt) == 0x000030, "Member 'FUserOtherPlatformInfo::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, DateOfBirth) == 0x000040, "Member 'FUserOtherPlatformInfo::DateOfBirth' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, DeletionStatus) == 0x000050, "Member 'FUserOtherPlatformInfo::DeletionStatus' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, DisplayName) == 0x000058, "Member 'FUserOtherPlatformInfo::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, EmailAddress) == 0x000068, "Member 'FUserOtherPlatformInfo::EmailAddress' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, EmailVerified) == 0x000078, "Member 'FUserOtherPlatformInfo::EmailVerified' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, Enabled) == 0x000079, "Member 'FUserOtherPlatformInfo::Enabled' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, LastDateOfBirthChangedTime) == 0x000080, "Member 'FUserOtherPlatformInfo::LastDateOfBirthChangedTime' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, LastEnabledChangedTime) == 0x000090, "Member 'FUserOtherPlatformInfo::LastEnabledChangedTime' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, Namespace) == 0x0000A0, "Member 'FUserOtherPlatformInfo::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, NamespaceRoles) == 0x0000B0, "Member 'FUserOtherPlatformInfo::NamespaceRoles' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, NewEmailAddress) == 0x0000C0, "Member 'FUserOtherPlatformInfo::NewEmailAddress' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, OldEmailAddress) == 0x0000D0, "Member 'FUserOtherPlatformInfo::OldEmailAddress' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, Permissions) == 0x0000E0, "Member 'FUserOtherPlatformInfo::Permissions' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, PhoneNumber) == 0x0000F0, "Member 'FUserOtherPlatformInfo::PhoneNumber' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, PhoneVerified) == 0x000100, "Member 'FUserOtherPlatformInfo::PhoneVerified' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, PlatformDisplayName) == 0x000108, "Member 'FUserOtherPlatformInfo::PlatformDisplayName' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, PlatformId) == 0x000118, "Member 'FUserOtherPlatformInfo::PlatformId' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, PlatformUserId) == 0x000128, "Member 'FUserOtherPlatformInfo::PlatformUserId' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, Roles) == 0x000138, "Member 'FUserOtherPlatformInfo::Roles' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, UserId) == 0x000148, "Member 'FUserOtherPlatformInfo::UserId' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, Username) == 0x000158, "Member 'FUserOtherPlatformInfo::Username' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, AvatarUrl) == 0x000168, "Member 'FUserOtherPlatformInfo::AvatarUrl' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, DeletionDate) == 0x000178, "Member 'FUserOtherPlatformInfo::DeletionDate' has a wrong offset!"); \ +static_assert(offsetof(FUserOtherPlatformInfo, PlatformAvatarUrl) == 0x000188, "Member 'FUserOtherPlatformInfo::PlatformAvatarUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPagedUserOtherPlatformInfo \ +static_assert(alignof(FPagedUserOtherPlatformInfo) == 0x000008, "Wrong alignment on FPagedUserOtherPlatformInfo"); \ +static_assert(sizeof(FPagedUserOtherPlatformInfo) == 0x000058, "Wrong size on FPagedUserOtherPlatformInfo"); \ +static_assert(offsetof(FPagedUserOtherPlatformInfo, Data) == 0x000000, "Member 'FPagedUserOtherPlatformInfo::Data' has a wrong offset!"); \ +static_assert(offsetof(FPagedUserOtherPlatformInfo, Paging) == 0x000010, "Member 'FPagedUserOtherPlatformInfo::Paging' has a wrong offset!"); \ +static_assert(offsetof(FPagedUserOtherPlatformInfo, TotalData) == 0x000050, "Member 'FPagedUserOtherPlatformInfo::TotalData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUpdateEmailRequest \ +static_assert(alignof(FUpdateEmailRequest) == 0x000008, "Wrong alignment on FUpdateEmailRequest"); \ +static_assert(sizeof(FUpdateEmailRequest) == 0x000020, "Wrong size on FUpdateEmailRequest"); \ +static_assert(offsetof(FUpdateEmailRequest, Code) == 0x000000, "Member 'FUpdateEmailRequest::Code' has a wrong offset!"); \ +static_assert(offsetof(FUpdateEmailRequest, EmailAddress) == 0x000010, "Member 'FUpdateEmailRequest::EmailAddress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLinkPlatformAccountRequest \ +static_assert(alignof(FLinkPlatformAccountRequest) == 0x000008, "Wrong alignment on FLinkPlatformAccountRequest"); \ +static_assert(sizeof(FLinkPlatformAccountRequest) == 0x000020, "Wrong size on FLinkPlatformAccountRequest"); \ +static_assert(offsetof(FLinkPlatformAccountRequest, PlatformId) == 0x000000, "Member 'FLinkPlatformAccountRequest::PlatformId' has a wrong offset!"); \ +static_assert(offsetof(FLinkPlatformAccountRequest, PlatformUserId) == 0x000010, "Member 'FLinkPlatformAccountRequest::PlatformUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUpgradeUserRequest \ +static_assert(alignof(FUpgradeUserRequest) == 0x000008, "Wrong alignment on FUpgradeUserRequest"); \ +static_assert(sizeof(FUpgradeUserRequest) == 0x000018, "Wrong size on FUpgradeUserRequest"); \ +static_assert(offsetof(FUpgradeUserRequest, Temporary_session_id) == 0x000000, "Member 'FUpgradeUserRequest::Temporary_session_id' has a wrong offset!"); \ +static_assert(offsetof(FUpgradeUserRequest, Expires_in) == 0x000010, "Member 'FUpgradeUserRequest::Expires_in' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBulkPlatformUserIdRequest \ +static_assert(alignof(FBulkPlatformUserIdRequest) == 0x000008, "Wrong alignment on FBulkPlatformUserIdRequest"); \ +static_assert(sizeof(FBulkPlatformUserIdRequest) == 0x000010, "Wrong size on FBulkPlatformUserIdRequest"); \ +static_assert(offsetof(FBulkPlatformUserIdRequest, PlatformUserIDs) == 0x000000, "Member 'FBulkPlatformUserIdRequest::PlatformUserIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUpgradeAndVerifyRequest \ +static_assert(alignof(FUpgradeAndVerifyRequest) == 0x000008, "Wrong alignment on FUpgradeAndVerifyRequest"); \ +static_assert(sizeof(FUpgradeAndVerifyRequest) == 0x000080, "Wrong size on FUpgradeAndVerifyRequest"); \ +static_assert(offsetof(FUpgradeAndVerifyRequest, Code) == 0x000000, "Member 'FUpgradeAndVerifyRequest::Code' has a wrong offset!"); \ +static_assert(offsetof(FUpgradeAndVerifyRequest, Country) == 0x000010, "Member 'FUpgradeAndVerifyRequest::Country' has a wrong offset!"); \ +static_assert(offsetof(FUpgradeAndVerifyRequest, DateOfBirth) == 0x000020, "Member 'FUpgradeAndVerifyRequest::DateOfBirth' has a wrong offset!"); \ +static_assert(offsetof(FUpgradeAndVerifyRequest, DisplayName) == 0x000030, "Member 'FUpgradeAndVerifyRequest::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FUpgradeAndVerifyRequest, EmailAddress) == 0x000040, "Member 'FUpgradeAndVerifyRequest::EmailAddress' has a wrong offset!"); \ +static_assert(offsetof(FUpgradeAndVerifyRequest, Password) == 0x000050, "Member 'FUpgradeAndVerifyRequest::Password' has a wrong offset!"); \ +static_assert(offsetof(FUpgradeAndVerifyRequest, ReachMinimumAge) == 0x000060, "Member 'FUpgradeAndVerifyRequest::ReachMinimumAge' has a wrong offset!"); \ +static_assert(offsetof(FUpgradeAndVerifyRequest, Username) == 0x000068, "Member 'FUpgradeAndVerifyRequest::Username' has a wrong offset!"); \ +static_assert(offsetof(FUpgradeAndVerifyRequest, ValidateOnly) == 0x000078, "Member 'FUpgradeAndVerifyRequest::ValidateOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVerificationCodeRequest \ +static_assert(alignof(FVerificationCodeRequest) == 0x000008, "Wrong alignment on FVerificationCodeRequest"); \ +static_assert(sizeof(FVerificationCodeRequest) == 0x000028, "Wrong size on FVerificationCodeRequest"); \ +static_assert(offsetof(FVerificationCodeRequest, Context) == 0x000000, "Member 'FVerificationCodeRequest::Context' has a wrong offset!"); \ +static_assert(offsetof(FVerificationCodeRequest, LanguageTag) == 0x000008, "Member 'FVerificationCodeRequest::LanguageTag' has a wrong offset!"); \ +static_assert(offsetof(FVerificationCodeRequest, EmailAddress) == 0x000018, "Member 'FVerificationCodeRequest::EmailAddress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FResetPasswordRequest \ +static_assert(alignof(FResetPasswordRequest) == 0x000008, "Wrong alignment on FResetPasswordRequest"); \ +static_assert(sizeof(FResetPasswordRequest) == 0x000030, "Wrong size on FResetPasswordRequest"); \ +static_assert(offsetof(FResetPasswordRequest, Code) == 0x000000, "Member 'FResetPasswordRequest::Code' has a wrong offset!"); \ +static_assert(offsetof(FResetPasswordRequest, EmailAddress) == 0x000010, "Member 'FResetPasswordRequest::EmailAddress' has a wrong offset!"); \ +static_assert(offsetof(FResetPasswordRequest, NewPassword) == 0x000020, "Member 'FResetPasswordRequest::NewPassword' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUserUpdateRequest \ +static_assert(alignof(FUserUpdateRequest) == 0x000008, "Wrong alignment on FUserUpdateRequest"); \ +static_assert(sizeof(FUserUpdateRequest) == 0x000070, "Wrong size on FUserUpdateRequest"); \ +static_assert(offsetof(FUserUpdateRequest, Country) == 0x000000, "Member 'FUserUpdateRequest::Country' has a wrong offset!"); \ +static_assert(offsetof(FUserUpdateRequest, DateOfBirth) == 0x000010, "Member 'FUserUpdateRequest::DateOfBirth' has a wrong offset!"); \ +static_assert(offsetof(FUserUpdateRequest, DisplayName) == 0x000020, "Member 'FUserUpdateRequest::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FUserUpdateRequest, EmailAddress) == 0x000030, "Member 'FUserUpdateRequest::EmailAddress' has a wrong offset!"); \ +static_assert(offsetof(FUserUpdateRequest, LanguageTag) == 0x000040, "Member 'FUserUpdateRequest::LanguageTag' has a wrong offset!"); \ +static_assert(offsetof(FUserUpdateRequest, Username) == 0x000050, "Member 'FUserUpdateRequest::Username' has a wrong offset!"); \ +static_assert(offsetof(FUserUpdateRequest, AvatarUrl) == 0x000060, "Member 'FUserUpdateRequest::AvatarUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRegisterRequestv2 \ +static_assert(alignof(FRegisterRequestv2) == 0x000008, "Wrong alignment on FRegisterRequestv2"); \ +static_assert(sizeof(FRegisterRequestv2) == 0x000070, "Wrong size on FRegisterRequestv2"); \ +static_assert(offsetof(FRegisterRequestv2, AuthType) == 0x000000, "Member 'FRegisterRequestv2::AuthType' has a wrong offset!"); \ +static_assert(offsetof(FRegisterRequestv2, DisplayName) == 0x000010, "Member 'FRegisterRequestv2::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FRegisterRequestv2, EmailAddress) == 0x000020, "Member 'FRegisterRequestv2::EmailAddress' has a wrong offset!"); \ +static_assert(offsetof(FRegisterRequestv2, Password) == 0x000030, "Member 'FRegisterRequestv2::Password' has a wrong offset!"); \ +static_assert(offsetof(FRegisterRequestv2, Country) == 0x000040, "Member 'FRegisterRequestv2::Country' has a wrong offset!"); \ +static_assert(offsetof(FRegisterRequestv2, DateOfBirth) == 0x000050, "Member 'FRegisterRequestv2::DateOfBirth' has a wrong offset!"); \ +static_assert(offsetof(FRegisterRequestv2, Username) == 0x000060, "Member 'FRegisterRequestv2::Username' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRegisterRequest \ +static_assert(alignof(FRegisterRequest) == 0x000008, "Wrong alignment on FRegisterRequest"); \ +static_assert(sizeof(FRegisterRequest) == 0x000060, "Wrong size on FRegisterRequest"); \ +static_assert(offsetof(FRegisterRequest, AuthType) == 0x000000, "Member 'FRegisterRequest::AuthType' has a wrong offset!"); \ +static_assert(offsetof(FRegisterRequest, DisplayName) == 0x000010, "Member 'FRegisterRequest::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FRegisterRequest, EmailAddress) == 0x000020, "Member 'FRegisterRequest::EmailAddress' has a wrong offset!"); \ +static_assert(offsetof(FRegisterRequest, Password) == 0x000030, "Member 'FRegisterRequest::Password' has a wrong offset!"); \ +static_assert(offsetof(FRegisterRequest, Country) == 0x000040, "Member 'FRegisterRequest::Country' has a wrong offset!"); \ +static_assert(offsetof(FRegisterRequest, DateOfBirth) == 0x000050, "Member 'FRegisterRequest::DateOfBirth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteModelsPublicUserProfileInfo \ +static_assert(alignof(FAccelByteModelsPublicUserProfileInfo) == 0x000008, "Wrong alignment on FAccelByteModelsPublicUserProfileInfo"); \ +static_assert(sizeof(FAccelByteModelsPublicUserProfileInfo) == 0x000090, "Wrong size on FAccelByteModelsPublicUserProfileInfo"); \ +static_assert(offsetof(FAccelByteModelsPublicUserProfileInfo, UserId) == 0x000000, "Member 'FAccelByteModelsPublicUserProfileInfo::UserId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicUserProfileInfo, Namespace) == 0x000010, "Member 'FAccelByteModelsPublicUserProfileInfo::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicUserProfileInfo, AvatarSmallUrl) == 0x000020, "Member 'FAccelByteModelsPublicUserProfileInfo::AvatarSmallUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicUserProfileInfo, AvatarUrl) == 0x000030, "Member 'FAccelByteModelsPublicUserProfileInfo::AvatarUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicUserProfileInfo, AvatarLargeUrl) == 0x000040, "Member 'FAccelByteModelsPublicUserProfileInfo::AvatarLargeUrl' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicUserProfileInfo, CustomAttributes) == 0x000050, "Member 'FAccelByteModelsPublicUserProfileInfo::CustomAttributes' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicUserProfileInfo, PublicId) == 0x000070, "Member 'FAccelByteModelsPublicUserProfileInfo::PublicId' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteModelsPublicUserProfileInfo, TimeZone) == 0x000080, "Member 'FAccelByteModelsPublicUserProfileInfo::TimeZone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVersionInfo \ +static_assert(alignof(FVersionInfo) == 0x000008, "Wrong alignment on FVersionInfo"); \ +static_assert(sizeof(FVersionInfo) == 0x000040, "Wrong size on FVersionInfo"); \ +static_assert(offsetof(FVersionInfo, Name) == 0x000000, "Member 'FVersionInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FVersionInfo, Version) == 0x000010, "Member 'FVersionInfo::Version' has a wrong offset!"); \ +static_assert(offsetof(FVersionInfo, GitHash) == 0x000020, "Member 'FVersionInfo::GitHash' has a wrong offset!"); \ +static_assert(offsetof(FVersionInfo, Realm) == 0x000030, "Member 'FVersionInfo::Realm' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABAchievement_ClaimGlobalAchievements \ +static_assert(alignof(ABAchievement_ClaimGlobalAchievements) == 0x000008, "Wrong alignment on ABAchievement_ClaimGlobalAchievements"); \ +static_assert(sizeof(ABAchievement_ClaimGlobalAchievements) == 0x000038, "Wrong size on ABAchievement_ClaimGlobalAchievements"); \ +static_assert(offsetof(ABAchievement_ClaimGlobalAchievements, AchievementCode) == 0x000000, "Member 'ABAchievement_ClaimGlobalAchievements::AchievementCode' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_ClaimGlobalAchievements, OnSuccess) == 0x000010, "Member 'ABAchievement_ClaimGlobalAchievements::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_ClaimGlobalAchievements, OnError) == 0x000024, "Member 'ABAchievement_ClaimGlobalAchievements::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABAchievement_GetAchievement \ +static_assert(alignof(ABAchievement_GetAchievement) == 0x000008, "Wrong alignment on ABAchievement_GetAchievement"); \ +static_assert(sizeof(ABAchievement_GetAchievement) == 0x000038, "Wrong size on ABAchievement_GetAchievement"); \ +static_assert(offsetof(ABAchievement_GetAchievement, AchievementCode) == 0x000000, "Member 'ABAchievement_GetAchievement::AchievementCode' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_GetAchievement, OnSuccess) == 0x000010, "Member 'ABAchievement_GetAchievement::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_GetAchievement, OnError) == 0x000024, "Member 'ABAchievement_GetAchievement::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABAchievement_GetTags \ +static_assert(alignof(ABAchievement_GetTags) == 0x000008, "Wrong alignment on ABAchievement_GetTags"); \ +static_assert(sizeof(ABAchievement_GetTags) == 0x000048, "Wrong size on ABAchievement_GetTags"); \ +static_assert(offsetof(ABAchievement_GetTags, Name_0) == 0x000000, "Member 'ABAchievement_GetTags::Name_0' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_GetTags, SortBy) == 0x000010, "Member 'ABAchievement_GetTags::SortBy' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_GetTags, OnSuccess) == 0x000014, "Member 'ABAchievement_GetTags::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_GetTags, OnError) == 0x000028, "Member 'ABAchievement_GetTags::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_GetTags, Offset) == 0x00003C, "Member 'ABAchievement_GetTags::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_GetTags, Limit) == 0x000040, "Member 'ABAchievement_GetTags::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABAchievement_QueryAchievements \ +static_assert(alignof(ABAchievement_QueryAchievements) == 0x000008, "Wrong alignment on ABAchievement_QueryAchievements"); \ +static_assert(sizeof(ABAchievement_QueryAchievements) == 0x000060, "Wrong size on ABAchievement_QueryAchievements"); \ +static_assert(offsetof(ABAchievement_QueryAchievements, Language) == 0x000000, "Member 'ABAchievement_QueryAchievements::Language' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryAchievements, SortBy) == 0x000010, "Member 'ABAchievement_QueryAchievements::SortBy' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryAchievements, OnSuccess) == 0x000014, "Member 'ABAchievement_QueryAchievements::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryAchievements, OnError) == 0x000028, "Member 'ABAchievement_QueryAchievements::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryAchievements, Offset) == 0x00003C, "Member 'ABAchievement_QueryAchievements::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryAchievements, Limit) == 0x000040, "Member 'ABAchievement_QueryAchievements::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryAchievements, TagQuery) == 0x000048, "Member 'ABAchievement_QueryAchievements::TagQuery' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryAchievements, bGlobal) == 0x000058, "Member 'ABAchievement_QueryAchievements::bGlobal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABAchievement_QueryGlobalAchievementContributors \ +static_assert(alignof(ABAchievement_QueryGlobalAchievementContributors) == 0x000008, "Wrong alignment on ABAchievement_QueryGlobalAchievementContributors"); \ +static_assert(sizeof(ABAchievement_QueryGlobalAchievementContributors) == 0x000048, "Wrong size on ABAchievement_QueryGlobalAchievementContributors"); \ +static_assert(offsetof(ABAchievement_QueryGlobalAchievementContributors, AchievementCode) == 0x000000, "Member 'ABAchievement_QueryGlobalAchievementContributors::AchievementCode' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryGlobalAchievementContributors, SortBy) == 0x000010, "Member 'ABAchievement_QueryGlobalAchievementContributors::SortBy' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryGlobalAchievementContributors, OnSuccess) == 0x000014, "Member 'ABAchievement_QueryGlobalAchievementContributors::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryGlobalAchievementContributors, OnError) == 0x000028, "Member 'ABAchievement_QueryGlobalAchievementContributors::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryGlobalAchievementContributors, Offset) == 0x00003C, "Member 'ABAchievement_QueryGlobalAchievementContributors::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryGlobalAchievementContributors, Limit) == 0x000040, "Member 'ABAchievement_QueryGlobalAchievementContributors::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABAchievement_QueryGlobalAchievements \ +static_assert(alignof(ABAchievement_QueryGlobalAchievements) == 0x000008, "Wrong alignment on ABAchievement_QueryGlobalAchievements"); \ +static_assert(sizeof(ABAchievement_QueryGlobalAchievements) == 0x000048, "Wrong size on ABAchievement_QueryGlobalAchievements"); \ +static_assert(offsetof(ABAchievement_QueryGlobalAchievements, AchievementCode) == 0x000000, "Member 'ABAchievement_QueryGlobalAchievements::AchievementCode' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryGlobalAchievements, AchievementStatus) == 0x000010, "Member 'ABAchievement_QueryGlobalAchievements::AchievementStatus' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryGlobalAchievements, SortBy) == 0x000011, "Member 'ABAchievement_QueryGlobalAchievements::SortBy' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryGlobalAchievements, OnSuccess) == 0x000014, "Member 'ABAchievement_QueryGlobalAchievements::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryGlobalAchievements, OnError) == 0x000028, "Member 'ABAchievement_QueryGlobalAchievements::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryGlobalAchievements, Offset) == 0x00003C, "Member 'ABAchievement_QueryGlobalAchievements::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryGlobalAchievements, Limit) == 0x000040, "Member 'ABAchievement_QueryGlobalAchievements::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABAchievement_QueryGlobalAchievementUserContributed \ +static_assert(alignof(ABAchievement_QueryGlobalAchievementUserContributed) == 0x000008, "Wrong alignment on ABAchievement_QueryGlobalAchievementUserContributed"); \ +static_assert(sizeof(ABAchievement_QueryGlobalAchievementUserContributed) == 0x000048, "Wrong size on ABAchievement_QueryGlobalAchievementUserContributed"); \ +static_assert(offsetof(ABAchievement_QueryGlobalAchievementUserContributed, AchievementCode) == 0x000000, "Member 'ABAchievement_QueryGlobalAchievementUserContributed::AchievementCode' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryGlobalAchievementUserContributed, SortBy) == 0x000010, "Member 'ABAchievement_QueryGlobalAchievementUserContributed::SortBy' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryGlobalAchievementUserContributed, OnSuccess) == 0x000014, "Member 'ABAchievement_QueryGlobalAchievementUserContributed::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryGlobalAchievementUserContributed, OnError) == 0x000028, "Member 'ABAchievement_QueryGlobalAchievementUserContributed::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryGlobalAchievementUserContributed, Offset) == 0x00003C, "Member 'ABAchievement_QueryGlobalAchievementUserContributed::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryGlobalAchievementUserContributed, Limit) == 0x000040, "Member 'ABAchievement_QueryGlobalAchievementUserContributed::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABAchievement_QueryUserAchievements \ +static_assert(alignof(ABAchievement_QueryUserAchievements) == 0x000008, "Wrong alignment on ABAchievement_QueryUserAchievements"); \ +static_assert(sizeof(ABAchievement_QueryUserAchievements) == 0x000048, "Wrong size on ABAchievement_QueryUserAchievements"); \ +static_assert(offsetof(ABAchievement_QueryUserAchievements, SortBy) == 0x000000, "Member 'ABAchievement_QueryUserAchievements::SortBy' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryUserAchievements, OnSuccess) == 0x000004, "Member 'ABAchievement_QueryUserAchievements::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryUserAchievements, OnError) == 0x000018, "Member 'ABAchievement_QueryUserAchievements::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryUserAchievements, Offset) == 0x00002C, "Member 'ABAchievement_QueryUserAchievements::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryUserAchievements, Limit) == 0x000030, "Member 'ABAchievement_QueryUserAchievements::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryUserAchievements, PreferUnlocked) == 0x000034, "Member 'ABAchievement_QueryUserAchievements::PreferUnlocked' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_QueryUserAchievements, TagQuery) == 0x000038, "Member 'ABAchievement_QueryUserAchievements::TagQuery' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABAchievement_UnlockAchievement \ +static_assert(alignof(ABAchievement_UnlockAchievement) == 0x000008, "Wrong alignment on ABAchievement_UnlockAchievement"); \ +static_assert(sizeof(ABAchievement_UnlockAchievement) == 0x000038, "Wrong size on ABAchievement_UnlockAchievement"); \ +static_assert(offsetof(ABAchievement_UnlockAchievement, AchievementCode) == 0x000000, "Member 'ABAchievement_UnlockAchievement::AchievementCode' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_UnlockAchievement, OnSuccess) == 0x000010, "Member 'ABAchievement_UnlockAchievement::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABAchievement_UnlockAchievement, OnError) == 0x000024, "Member 'ABAchievement_UnlockAchievement::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABAchievement \ +static_assert(alignof(UABAchievement) == 0x000008, "Wrong alignment on UABAchievement"); \ +static_assert(sizeof(UABAchievement) == 0x000040, "Wrong size on UABAchievement"); \ + +#define DUMPER7_ASSERTS_ABAgreement_AcceptPolicyVersion \ +static_assert(alignof(ABAgreement_AcceptPolicyVersion) == 0x000008, "Wrong alignment on ABAgreement_AcceptPolicyVersion"); \ +static_assert(sizeof(ABAgreement_AcceptPolicyVersion) == 0x000038, "Wrong size on ABAgreement_AcceptPolicyVersion"); \ +static_assert(offsetof(ABAgreement_AcceptPolicyVersion, LocalizedPolicyVersionId) == 0x000000, "Member 'ABAgreement_AcceptPolicyVersion::LocalizedPolicyVersionId' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_AcceptPolicyVersion, OnSuccess) == 0x000010, "Member 'ABAgreement_AcceptPolicyVersion::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_AcceptPolicyVersion, OnError) == 0x000024, "Member 'ABAgreement_AcceptPolicyVersion::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABAgreement_BulkAcceptPolicyVersions \ +static_assert(alignof(ABAgreement_BulkAcceptPolicyVersions) == 0x000008, "Wrong alignment on ABAgreement_BulkAcceptPolicyVersions"); \ +static_assert(sizeof(ABAgreement_BulkAcceptPolicyVersions) == 0x000038, "Wrong size on ABAgreement_BulkAcceptPolicyVersions"); \ +static_assert(offsetof(ABAgreement_BulkAcceptPolicyVersions, AgreementRequests) == 0x000000, "Member 'ABAgreement_BulkAcceptPolicyVersions::AgreementRequests' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_BulkAcceptPolicyVersions, OnSuccess) == 0x000010, "Member 'ABAgreement_BulkAcceptPolicyVersions::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_BulkAcceptPolicyVersions, OnError) == 0x000024, "Member 'ABAgreement_BulkAcceptPolicyVersions::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABAgreement_GetLegalDocument \ +static_assert(alignof(ABAgreement_GetLegalDocument) == 0x000008, "Wrong alignment on ABAgreement_GetLegalDocument"); \ +static_assert(sizeof(ABAgreement_GetLegalDocument) == 0x000038, "Wrong size on ABAgreement_GetLegalDocument"); \ +static_assert(offsetof(ABAgreement_GetLegalDocument, Url) == 0x000000, "Member 'ABAgreement_GetLegalDocument::Url' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_GetLegalDocument, OnSuccess) == 0x000010, "Member 'ABAgreement_GetLegalDocument::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_GetLegalDocument, OnError) == 0x000024, "Member 'ABAgreement_GetLegalDocument::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABAgreement_GetLegalPolicies \ +static_assert(alignof(ABAgreement_GetLegalPolicies) == 0x000004, "Wrong alignment on ABAgreement_GetLegalPolicies"); \ +static_assert(sizeof(ABAgreement_GetLegalPolicies) == 0x00002C, "Wrong size on ABAgreement_GetLegalPolicies"); \ +static_assert(offsetof(ABAgreement_GetLegalPolicies, AgreementPolicyType) == 0x000000, "Member 'ABAgreement_GetLegalPolicies::AgreementPolicyType' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_GetLegalPolicies, DefaultOnEmpty) == 0x000001, "Member 'ABAgreement_GetLegalPolicies::DefaultOnEmpty' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_GetLegalPolicies, OnSuccess) == 0x000004, "Member 'ABAgreement_GetLegalPolicies::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_GetLegalPolicies, OnError) == 0x000018, "Member 'ABAgreement_GetLegalPolicies::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABAgreement_GetLegalPoliciesByCountry \ +static_assert(alignof(ABAgreement_GetLegalPoliciesByCountry) == 0x000008, "Wrong alignment on ABAgreement_GetLegalPoliciesByCountry"); \ +static_assert(sizeof(ABAgreement_GetLegalPoliciesByCountry) == 0x000040, "Wrong size on ABAgreement_GetLegalPoliciesByCountry"); \ +static_assert(offsetof(ABAgreement_GetLegalPoliciesByCountry, CountryCode) == 0x000000, "Member 'ABAgreement_GetLegalPoliciesByCountry::CountryCode' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_GetLegalPoliciesByCountry, AgreementPolicyType) == 0x000010, "Member 'ABAgreement_GetLegalPoliciesByCountry::AgreementPolicyType' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_GetLegalPoliciesByCountry, DefaultOnEmpty) == 0x000011, "Member 'ABAgreement_GetLegalPoliciesByCountry::DefaultOnEmpty' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_GetLegalPoliciesByCountry, OnSuccess) == 0x000014, "Member 'ABAgreement_GetLegalPoliciesByCountry::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_GetLegalPoliciesByCountry, OnError) == 0x000028, "Member 'ABAgreement_GetLegalPoliciesByCountry::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABAgreement_GetLegalPoliciesByCountryAndTags \ +static_assert(alignof(ABAgreement_GetLegalPoliciesByCountryAndTags) == 0x000008, "Wrong alignment on ABAgreement_GetLegalPoliciesByCountryAndTags"); \ +static_assert(sizeof(ABAgreement_GetLegalPoliciesByCountryAndTags) == 0x000058, "Wrong size on ABAgreement_GetLegalPoliciesByCountryAndTags"); \ +static_assert(offsetof(ABAgreement_GetLegalPoliciesByCountryAndTags, CountryCode) == 0x000000, "Member 'ABAgreement_GetLegalPoliciesByCountryAndTags::CountryCode' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_GetLegalPoliciesByCountryAndTags, AgreementPolicyType) == 0x000010, "Member 'ABAgreement_GetLegalPoliciesByCountryAndTags::AgreementPolicyType' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_GetLegalPoliciesByCountryAndTags, Tags) == 0x000018, "Member 'ABAgreement_GetLegalPoliciesByCountryAndTags::Tags' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_GetLegalPoliciesByCountryAndTags, DefaultOnEmpty) == 0x000028, "Member 'ABAgreement_GetLegalPoliciesByCountryAndTags::DefaultOnEmpty' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_GetLegalPoliciesByCountryAndTags, OnSuccess) == 0x00002C, "Member 'ABAgreement_GetLegalPoliciesByCountryAndTags::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_GetLegalPoliciesByCountryAndTags, OnError) == 0x000040, "Member 'ABAgreement_GetLegalPoliciesByCountryAndTags::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABAgreement_GetLegalPoliciesByNamespace \ +static_assert(alignof(ABAgreement_GetLegalPoliciesByNamespace) == 0x000008, "Wrong alignment on ABAgreement_GetLegalPoliciesByNamespace"); \ +static_assert(sizeof(ABAgreement_GetLegalPoliciesByNamespace) == 0x000040, "Wrong size on ABAgreement_GetLegalPoliciesByNamespace"); \ +static_assert(offsetof(ABAgreement_GetLegalPoliciesByNamespace, Namesapce) == 0x000000, "Member 'ABAgreement_GetLegalPoliciesByNamespace::Namesapce' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_GetLegalPoliciesByNamespace, AgreementPolicyType) == 0x000010, "Member 'ABAgreement_GetLegalPoliciesByNamespace::AgreementPolicyType' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_GetLegalPoliciesByNamespace, DefaultOnEmpty) == 0x000011, "Member 'ABAgreement_GetLegalPoliciesByNamespace::DefaultOnEmpty' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_GetLegalPoliciesByNamespace, OnSuccess) == 0x000014, "Member 'ABAgreement_GetLegalPoliciesByNamespace::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_GetLegalPoliciesByNamespace, OnError) == 0x000028, "Member 'ABAgreement_GetLegalPoliciesByNamespace::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABAgreement_GetLegalPoliciesByTags \ +static_assert(alignof(ABAgreement_GetLegalPoliciesByTags) == 0x000008, "Wrong alignment on ABAgreement_GetLegalPoliciesByTags"); \ +static_assert(sizeof(ABAgreement_GetLegalPoliciesByTags) == 0x000048, "Wrong size on ABAgreement_GetLegalPoliciesByTags"); \ +static_assert(offsetof(ABAgreement_GetLegalPoliciesByTags, AgreementPolicyType) == 0x000000, "Member 'ABAgreement_GetLegalPoliciesByTags::AgreementPolicyType' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_GetLegalPoliciesByTags, tags) == 0x000008, "Member 'ABAgreement_GetLegalPoliciesByTags::tags' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_GetLegalPoliciesByTags, DefaultOnEmpty) == 0x000018, "Member 'ABAgreement_GetLegalPoliciesByTags::DefaultOnEmpty' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_GetLegalPoliciesByTags, OnSuccess) == 0x00001C, "Member 'ABAgreement_GetLegalPoliciesByTags::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_GetLegalPoliciesByTags, OnError) == 0x000030, "Member 'ABAgreement_GetLegalPoliciesByTags::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABAgreement_QueryLegalEligibilities \ +static_assert(alignof(ABAgreement_QueryLegalEligibilities) == 0x000008, "Wrong alignment on ABAgreement_QueryLegalEligibilities"); \ +static_assert(sizeof(ABAgreement_QueryLegalEligibilities) == 0x000038, "Wrong size on ABAgreement_QueryLegalEligibilities"); \ +static_assert(offsetof(ABAgreement_QueryLegalEligibilities, Namespace) == 0x000000, "Member 'ABAgreement_QueryLegalEligibilities::Namespace' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_QueryLegalEligibilities, OnSuccess) == 0x000010, "Member 'ABAgreement_QueryLegalEligibilities::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABAgreement_QueryLegalEligibilities, OnError) == 0x000024, "Member 'ABAgreement_QueryLegalEligibilities::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABAgreement \ +static_assert(alignof(UABAgreement) == 0x000008, "Wrong alignment on UABAgreement"); \ +static_assert(sizeof(UABAgreement) == 0x000040, "Wrong size on UABAgreement"); \ + +#define DUMPER7_ASSERTS_ABBinaryCloudSave_BulkGetCurrentUserBinaryRecords \ +static_assert(alignof(ABBinaryCloudSave_BulkGetCurrentUserBinaryRecords) == 0x000008, "Wrong alignment on ABBinaryCloudSave_BulkGetCurrentUserBinaryRecords"); \ +static_assert(sizeof(ABBinaryCloudSave_BulkGetCurrentUserBinaryRecords) == 0x000038, "Wrong size on ABBinaryCloudSave_BulkGetCurrentUserBinaryRecords"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkGetCurrentUserBinaryRecords, Keys) == 0x000000, "Member 'ABBinaryCloudSave_BulkGetCurrentUserBinaryRecords::Keys' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkGetCurrentUserBinaryRecords, OnSuccess) == 0x000010, "Member 'ABBinaryCloudSave_BulkGetCurrentUserBinaryRecords::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkGetCurrentUserBinaryRecords, OnError) == 0x000024, "Member 'ABBinaryCloudSave_BulkGetCurrentUserBinaryRecords::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABBinaryCloudSave_BulkGetGameBinaryRecords \ +static_assert(alignof(ABBinaryCloudSave_BulkGetGameBinaryRecords) == 0x000008, "Wrong alignment on ABBinaryCloudSave_BulkGetGameBinaryRecords"); \ +static_assert(sizeof(ABBinaryCloudSave_BulkGetGameBinaryRecords) == 0x000038, "Wrong size on ABBinaryCloudSave_BulkGetGameBinaryRecords"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkGetGameBinaryRecords, Keys) == 0x000000, "Member 'ABBinaryCloudSave_BulkGetGameBinaryRecords::Keys' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkGetGameBinaryRecords, OnSuccess) == 0x000010, "Member 'ABBinaryCloudSave_BulkGetGameBinaryRecords::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkGetGameBinaryRecords, OnError) == 0x000024, "Member 'ABBinaryCloudSave_BulkGetGameBinaryRecords::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABBinaryCloudSave_BulkGetPublicUserBinaryRecordsByKeys \ +static_assert(alignof(ABBinaryCloudSave_BulkGetPublicUserBinaryRecordsByKeys) == 0x000008, "Wrong alignment on ABBinaryCloudSave_BulkGetPublicUserBinaryRecordsByKeys"); \ +static_assert(sizeof(ABBinaryCloudSave_BulkGetPublicUserBinaryRecordsByKeys) == 0x000048, "Wrong size on ABBinaryCloudSave_BulkGetPublicUserBinaryRecordsByKeys"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkGetPublicUserBinaryRecordsByKeys, Keys) == 0x000000, "Member 'ABBinaryCloudSave_BulkGetPublicUserBinaryRecordsByKeys::Keys' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkGetPublicUserBinaryRecordsByKeys, UserId) == 0x000010, "Member 'ABBinaryCloudSave_BulkGetPublicUserBinaryRecordsByKeys::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkGetPublicUserBinaryRecordsByKeys, OnSuccess) == 0x000020, "Member 'ABBinaryCloudSave_BulkGetPublicUserBinaryRecordsByKeys::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkGetPublicUserBinaryRecordsByKeys, OnError) == 0x000034, "Member 'ABBinaryCloudSave_BulkGetPublicUserBinaryRecordsByKeys::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABBinaryCloudSave_BulkGetPublicUserBinaryRecordsByUserIds \ +static_assert(alignof(ABBinaryCloudSave_BulkGetPublicUserBinaryRecordsByUserIds) == 0x000008, "Wrong alignment on ABBinaryCloudSave_BulkGetPublicUserBinaryRecordsByUserIds"); \ +static_assert(sizeof(ABBinaryCloudSave_BulkGetPublicUserBinaryRecordsByUserIds) == 0x000048, "Wrong size on ABBinaryCloudSave_BulkGetPublicUserBinaryRecordsByUserIds"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkGetPublicUserBinaryRecordsByUserIds, Key) == 0x000000, "Member 'ABBinaryCloudSave_BulkGetPublicUserBinaryRecordsByUserIds::Key' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkGetPublicUserBinaryRecordsByUserIds, UserIds) == 0x000010, "Member 'ABBinaryCloudSave_BulkGetPublicUserBinaryRecordsByUserIds::UserIds' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkGetPublicUserBinaryRecordsByUserIds, OnSuccess) == 0x000020, "Member 'ABBinaryCloudSave_BulkGetPublicUserBinaryRecordsByUserIds::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkGetPublicUserBinaryRecordsByUserIds, OnError) == 0x000034, "Member 'ABBinaryCloudSave_BulkGetPublicUserBinaryRecordsByUserIds::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABBinaryCloudSave_BulkQueryCurrentUserBinaryRecords \ +static_assert(alignof(ABBinaryCloudSave_BulkQueryCurrentUserBinaryRecords) == 0x000008, "Wrong alignment on ABBinaryCloudSave_BulkQueryCurrentUserBinaryRecords"); \ +static_assert(sizeof(ABBinaryCloudSave_BulkQueryCurrentUserBinaryRecords) == 0x000040, "Wrong size on ABBinaryCloudSave_BulkQueryCurrentUserBinaryRecords"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkQueryCurrentUserBinaryRecords, Query) == 0x000000, "Member 'ABBinaryCloudSave_BulkQueryCurrentUserBinaryRecords::Query' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkQueryCurrentUserBinaryRecords, OnSuccess) == 0x000010, "Member 'ABBinaryCloudSave_BulkQueryCurrentUserBinaryRecords::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkQueryCurrentUserBinaryRecords, OnError) == 0x000024, "Member 'ABBinaryCloudSave_BulkQueryCurrentUserBinaryRecords::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkQueryCurrentUserBinaryRecords, Offset) == 0x000038, "Member 'ABBinaryCloudSave_BulkQueryCurrentUserBinaryRecords::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkQueryCurrentUserBinaryRecords, Limit) == 0x00003C, "Member 'ABBinaryCloudSave_BulkQueryCurrentUserBinaryRecords::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABBinaryCloudSave_BulkQueryGameBinaryRecords \ +static_assert(alignof(ABBinaryCloudSave_BulkQueryGameBinaryRecords) == 0x000008, "Wrong alignment on ABBinaryCloudSave_BulkQueryGameBinaryRecords"); \ +static_assert(sizeof(ABBinaryCloudSave_BulkQueryGameBinaryRecords) == 0x000040, "Wrong size on ABBinaryCloudSave_BulkQueryGameBinaryRecords"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkQueryGameBinaryRecords, Query) == 0x000000, "Member 'ABBinaryCloudSave_BulkQueryGameBinaryRecords::Query' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkQueryGameBinaryRecords, OnSuccess) == 0x000010, "Member 'ABBinaryCloudSave_BulkQueryGameBinaryRecords::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkQueryGameBinaryRecords, OnError) == 0x000024, "Member 'ABBinaryCloudSave_BulkQueryGameBinaryRecords::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkQueryGameBinaryRecords, Offset) == 0x000038, "Member 'ABBinaryCloudSave_BulkQueryGameBinaryRecords::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkQueryGameBinaryRecords, Limit) == 0x00003C, "Member 'ABBinaryCloudSave_BulkQueryGameBinaryRecords::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABBinaryCloudSave_BulkQueryPublicUserBinaryRecords \ +static_assert(alignof(ABBinaryCloudSave_BulkQueryPublicUserBinaryRecords) == 0x000008, "Wrong alignment on ABBinaryCloudSave_BulkQueryPublicUserBinaryRecords"); \ +static_assert(sizeof(ABBinaryCloudSave_BulkQueryPublicUserBinaryRecords) == 0x000040, "Wrong size on ABBinaryCloudSave_BulkQueryPublicUserBinaryRecords"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkQueryPublicUserBinaryRecords, UserId) == 0x000000, "Member 'ABBinaryCloudSave_BulkQueryPublicUserBinaryRecords::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkQueryPublicUserBinaryRecords, OnSuccess) == 0x000010, "Member 'ABBinaryCloudSave_BulkQueryPublicUserBinaryRecords::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkQueryPublicUserBinaryRecords, OnError) == 0x000024, "Member 'ABBinaryCloudSave_BulkQueryPublicUserBinaryRecords::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkQueryPublicUserBinaryRecords, Offset) == 0x000038, "Member 'ABBinaryCloudSave_BulkQueryPublicUserBinaryRecords::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_BulkQueryPublicUserBinaryRecords, Limit) == 0x00003C, "Member 'ABBinaryCloudSave_BulkQueryPublicUserBinaryRecords::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABBinaryCloudSave_DeleteUserBinaryRecord \ +static_assert(alignof(ABBinaryCloudSave_DeleteUserBinaryRecord) == 0x000008, "Wrong alignment on ABBinaryCloudSave_DeleteUserBinaryRecord"); \ +static_assert(sizeof(ABBinaryCloudSave_DeleteUserBinaryRecord) == 0x000038, "Wrong size on ABBinaryCloudSave_DeleteUserBinaryRecord"); \ +static_assert(offsetof(ABBinaryCloudSave_DeleteUserBinaryRecord, Key) == 0x000000, "Member 'ABBinaryCloudSave_DeleteUserBinaryRecord::Key' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_DeleteUserBinaryRecord, OnSuccess) == 0x000010, "Member 'ABBinaryCloudSave_DeleteUserBinaryRecord::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_DeleteUserBinaryRecord, OnError) == 0x000024, "Member 'ABBinaryCloudSave_DeleteUserBinaryRecord::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABBinaryCloudSave_GetCurrentUserBinaryRecord \ +static_assert(alignof(ABBinaryCloudSave_GetCurrentUserBinaryRecord) == 0x000008, "Wrong alignment on ABBinaryCloudSave_GetCurrentUserBinaryRecord"); \ +static_assert(sizeof(ABBinaryCloudSave_GetCurrentUserBinaryRecord) == 0x000038, "Wrong size on ABBinaryCloudSave_GetCurrentUserBinaryRecord"); \ +static_assert(offsetof(ABBinaryCloudSave_GetCurrentUserBinaryRecord, Key) == 0x000000, "Member 'ABBinaryCloudSave_GetCurrentUserBinaryRecord::Key' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_GetCurrentUserBinaryRecord, OnSuccess) == 0x000010, "Member 'ABBinaryCloudSave_GetCurrentUserBinaryRecord::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_GetCurrentUserBinaryRecord, OnError) == 0x000024, "Member 'ABBinaryCloudSave_GetCurrentUserBinaryRecord::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABBinaryCloudSave_GetGameBinaryRecord \ +static_assert(alignof(ABBinaryCloudSave_GetGameBinaryRecord) == 0x000008, "Wrong alignment on ABBinaryCloudSave_GetGameBinaryRecord"); \ +static_assert(sizeof(ABBinaryCloudSave_GetGameBinaryRecord) == 0x000038, "Wrong size on ABBinaryCloudSave_GetGameBinaryRecord"); \ +static_assert(offsetof(ABBinaryCloudSave_GetGameBinaryRecord, Key) == 0x000000, "Member 'ABBinaryCloudSave_GetGameBinaryRecord::Key' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_GetGameBinaryRecord, OnSuccess) == 0x000010, "Member 'ABBinaryCloudSave_GetGameBinaryRecord::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_GetGameBinaryRecord, OnError) == 0x000024, "Member 'ABBinaryCloudSave_GetGameBinaryRecord::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABBinaryCloudSave_GetPublicUserBinaryRecord \ +static_assert(alignof(ABBinaryCloudSave_GetPublicUserBinaryRecord) == 0x000008, "Wrong alignment on ABBinaryCloudSave_GetPublicUserBinaryRecord"); \ +static_assert(sizeof(ABBinaryCloudSave_GetPublicUserBinaryRecord) == 0x000048, "Wrong size on ABBinaryCloudSave_GetPublicUserBinaryRecord"); \ +static_assert(offsetof(ABBinaryCloudSave_GetPublicUserBinaryRecord, Key) == 0x000000, "Member 'ABBinaryCloudSave_GetPublicUserBinaryRecord::Key' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_GetPublicUserBinaryRecord, UserId) == 0x000010, "Member 'ABBinaryCloudSave_GetPublicUserBinaryRecord::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_GetPublicUserBinaryRecord, OnSuccess) == 0x000020, "Member 'ABBinaryCloudSave_GetPublicUserBinaryRecord::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_GetPublicUserBinaryRecord, OnError) == 0x000034, "Member 'ABBinaryCloudSave_GetPublicUserBinaryRecord::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABBinaryCloudSave_RequestUserBinaryRecordPresignedUrl \ +static_assert(alignof(ABBinaryCloudSave_RequestUserBinaryRecordPresignedUrl) == 0x000008, "Wrong alignment on ABBinaryCloudSave_RequestUserBinaryRecordPresignedUrl"); \ +static_assert(sizeof(ABBinaryCloudSave_RequestUserBinaryRecordPresignedUrl) == 0x000048, "Wrong size on ABBinaryCloudSave_RequestUserBinaryRecordPresignedUrl"); \ +static_assert(offsetof(ABBinaryCloudSave_RequestUserBinaryRecordPresignedUrl, Key) == 0x000000, "Member 'ABBinaryCloudSave_RequestUserBinaryRecordPresignedUrl::Key' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_RequestUserBinaryRecordPresignedUrl, FileType) == 0x000010, "Member 'ABBinaryCloudSave_RequestUserBinaryRecordPresignedUrl::FileType' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_RequestUserBinaryRecordPresignedUrl, OnSuccess) == 0x000020, "Member 'ABBinaryCloudSave_RequestUserBinaryRecordPresignedUrl::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_RequestUserBinaryRecordPresignedUrl, OnError) == 0x000034, "Member 'ABBinaryCloudSave_RequestUserBinaryRecordPresignedUrl::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABBinaryCloudSave_SaveUserBinaryRecord \ +static_assert(alignof(ABBinaryCloudSave_SaveUserBinaryRecord) == 0x000008, "Wrong alignment on ABBinaryCloudSave_SaveUserBinaryRecord"); \ +static_assert(sizeof(ABBinaryCloudSave_SaveUserBinaryRecord) == 0x000050, "Wrong size on ABBinaryCloudSave_SaveUserBinaryRecord"); \ +static_assert(offsetof(ABBinaryCloudSave_SaveUserBinaryRecord, Key) == 0x000000, "Member 'ABBinaryCloudSave_SaveUserBinaryRecord::Key' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_SaveUserBinaryRecord, bIsPublic) == 0x000010, "Member 'ABBinaryCloudSave_SaveUserBinaryRecord::bIsPublic' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_SaveUserBinaryRecord, FileType) == 0x000018, "Member 'ABBinaryCloudSave_SaveUserBinaryRecord::FileType' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_SaveUserBinaryRecord, OnSuccess) == 0x000028, "Member 'ABBinaryCloudSave_SaveUserBinaryRecord::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_SaveUserBinaryRecord, OnError) == 0x00003C, "Member 'ABBinaryCloudSave_SaveUserBinaryRecord::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABBinaryCloudSave_UpdateUserBinaryRecordFile \ +static_assert(alignof(ABBinaryCloudSave_UpdateUserBinaryRecordFile) == 0x000008, "Wrong alignment on ABBinaryCloudSave_UpdateUserBinaryRecordFile"); \ +static_assert(sizeof(ABBinaryCloudSave_UpdateUserBinaryRecordFile) == 0x000058, "Wrong size on ABBinaryCloudSave_UpdateUserBinaryRecordFile"); \ +static_assert(offsetof(ABBinaryCloudSave_UpdateUserBinaryRecordFile, Key) == 0x000000, "Member 'ABBinaryCloudSave_UpdateUserBinaryRecordFile::Key' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_UpdateUserBinaryRecordFile, FileType) == 0x000010, "Member 'ABBinaryCloudSave_UpdateUserBinaryRecordFile::FileType' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_UpdateUserBinaryRecordFile, FileLocation) == 0x000020, "Member 'ABBinaryCloudSave_UpdateUserBinaryRecordFile::FileLocation' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_UpdateUserBinaryRecordFile, OnSuccess) == 0x000030, "Member 'ABBinaryCloudSave_UpdateUserBinaryRecordFile::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_UpdateUserBinaryRecordFile, OnError) == 0x000044, "Member 'ABBinaryCloudSave_UpdateUserBinaryRecordFile::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABBinaryCloudSave_UpdateUserBinaryRecordMetadata \ +static_assert(alignof(ABBinaryCloudSave_UpdateUserBinaryRecordMetadata) == 0x000008, "Wrong alignment on ABBinaryCloudSave_UpdateUserBinaryRecordMetadata"); \ +static_assert(sizeof(ABBinaryCloudSave_UpdateUserBinaryRecordMetadata) == 0x000040, "Wrong size on ABBinaryCloudSave_UpdateUserBinaryRecordMetadata"); \ +static_assert(offsetof(ABBinaryCloudSave_UpdateUserBinaryRecordMetadata, Key) == 0x000000, "Member 'ABBinaryCloudSave_UpdateUserBinaryRecordMetadata::Key' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_UpdateUserBinaryRecordMetadata, bIsPublic) == 0x000010, "Member 'ABBinaryCloudSave_UpdateUserBinaryRecordMetadata::bIsPublic' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_UpdateUserBinaryRecordMetadata, OnSuccess) == 0x000014, "Member 'ABBinaryCloudSave_UpdateUserBinaryRecordMetadata::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABBinaryCloudSave_UpdateUserBinaryRecordMetadata, OnError) == 0x000028, "Member 'ABBinaryCloudSave_UpdateUserBinaryRecordMetadata::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABBinaryCloudSave \ +static_assert(alignof(UABBinaryCloudSave) == 0x000008, "Wrong alignment on UABBinaryCloudSave"); \ +static_assert(sizeof(UABBinaryCloudSave) == 0x000040, "Wrong size on UABBinaryCloudSave"); \ + +#define DUMPER7_ASSERTS_ABBlock_BlockPlayer \ +static_assert(alignof(ABBlock_BlockPlayer) == 0x000008, "Wrong alignment on ABBlock_BlockPlayer"); \ +static_assert(sizeof(ABBlock_BlockPlayer) == 0x000038, "Wrong size on ABBlock_BlockPlayer"); \ +static_assert(offsetof(ABBlock_BlockPlayer, Request) == 0x000000, "Member 'ABBlock_BlockPlayer::Request' has a wrong offset!"); \ +static_assert(offsetof(ABBlock_BlockPlayer, OnResponse) == 0x000010, "Member 'ABBlock_BlockPlayer::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABBlock_BlockPlayer, OnError) == 0x000024, "Member 'ABBlock_BlockPlayer::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABBlock_GetListOfBlockedUsers \ +static_assert(alignof(ABBlock_GetListOfBlockedUsers) == 0x000004, "Wrong alignment on ABBlock_GetListOfBlockedUsers"); \ +static_assert(sizeof(ABBlock_GetListOfBlockedUsers) == 0x000028, "Wrong size on ABBlock_GetListOfBlockedUsers"); \ +static_assert(offsetof(ABBlock_GetListOfBlockedUsers, OnResponse) == 0x000000, "Member 'ABBlock_GetListOfBlockedUsers::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABBlock_GetListOfBlockedUsers, OnError) == 0x000014, "Member 'ABBlock_GetListOfBlockedUsers::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABBlock_GetListOfBlockers \ +static_assert(alignof(ABBlock_GetListOfBlockers) == 0x000004, "Wrong alignment on ABBlock_GetListOfBlockers"); \ +static_assert(sizeof(ABBlock_GetListOfBlockers) == 0x000028, "Wrong size on ABBlock_GetListOfBlockers"); \ +static_assert(offsetof(ABBlock_GetListOfBlockers, OnResponse) == 0x000000, "Member 'ABBlock_GetListOfBlockers::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABBlock_GetListOfBlockers, OnError) == 0x000014, "Member 'ABBlock_GetListOfBlockers::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABBlock_SetBlockPlayerNotifDelegate \ +static_assert(alignof(ABBlock_SetBlockPlayerNotifDelegate) == 0x000004, "Wrong alignment on ABBlock_SetBlockPlayerNotifDelegate"); \ +static_assert(sizeof(ABBlock_SetBlockPlayerNotifDelegate) == 0x000014, "Wrong size on ABBlock_SetBlockPlayerNotifDelegate"); \ +static_assert(offsetof(ABBlock_SetBlockPlayerNotifDelegate, OnNotif) == 0x000000, "Member 'ABBlock_SetBlockPlayerNotifDelegate::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABBlock_SetUnblockPlayerNotifDelegate \ +static_assert(alignof(ABBlock_SetUnblockPlayerNotifDelegate) == 0x000004, "Wrong alignment on ABBlock_SetUnblockPlayerNotifDelegate"); \ +static_assert(sizeof(ABBlock_SetUnblockPlayerNotifDelegate) == 0x000014, "Wrong size on ABBlock_SetUnblockPlayerNotifDelegate"); \ +static_assert(offsetof(ABBlock_SetUnblockPlayerNotifDelegate, OnNotif) == 0x000000, "Member 'ABBlock_SetUnblockPlayerNotifDelegate::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABBlock_UnblockPlayer \ +static_assert(alignof(ABBlock_UnblockPlayer) == 0x000008, "Wrong alignment on ABBlock_UnblockPlayer"); \ +static_assert(sizeof(ABBlock_UnblockPlayer) == 0x000038, "Wrong size on ABBlock_UnblockPlayer"); \ +static_assert(offsetof(ABBlock_UnblockPlayer, Request) == 0x000000, "Member 'ABBlock_UnblockPlayer::Request' has a wrong offset!"); \ +static_assert(offsetof(ABBlock_UnblockPlayer, OnResponse) == 0x000010, "Member 'ABBlock_UnblockPlayer::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABBlock_UnblockPlayer, OnError) == 0x000024, "Member 'ABBlock_UnblockPlayer::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABBlock \ +static_assert(alignof(UABBlock) == 0x000008, "Wrong alignment on UABBlock"); \ +static_assert(sizeof(UABBlock) == 0x000040, "Wrong size on UABBlock"); \ + +#define DUMPER7_ASSERTS_ABCatalog_GetCategory \ +static_assert(alignof(ABCatalog_GetCategory) == 0x000008, "Wrong alignment on ABCatalog_GetCategory"); \ +static_assert(sizeof(ABCatalog_GetCategory) == 0x000048, "Wrong size on ABCatalog_GetCategory"); \ +static_assert(offsetof(ABCatalog_GetCategory, CategoryPath) == 0x000000, "Member 'ABCatalog_GetCategory::CategoryPath' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetCategory, Language) == 0x000010, "Member 'ABCatalog_GetCategory::Language' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetCategory, OnSuccess) == 0x000020, "Member 'ABCatalog_GetCategory::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetCategory, OnError) == 0x000034, "Member 'ABCatalog_GetCategory::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCatalog_GetChildCategories \ +static_assert(alignof(ABCatalog_GetChildCategories) == 0x000008, "Wrong alignment on ABCatalog_GetChildCategories"); \ +static_assert(sizeof(ABCatalog_GetChildCategories) == 0x000048, "Wrong size on ABCatalog_GetChildCategories"); \ +static_assert(offsetof(ABCatalog_GetChildCategories, CategoryPath) == 0x000000, "Member 'ABCatalog_GetChildCategories::CategoryPath' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetChildCategories, Language) == 0x000010, "Member 'ABCatalog_GetChildCategories::Language' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetChildCategories, OnSuccess) == 0x000020, "Member 'ABCatalog_GetChildCategories::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetChildCategories, OnError) == 0x000034, "Member 'ABCatalog_GetChildCategories::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCatalog_GetDescendantCategories \ +static_assert(alignof(ABCatalog_GetDescendantCategories) == 0x000008, "Wrong alignment on ABCatalog_GetDescendantCategories"); \ +static_assert(sizeof(ABCatalog_GetDescendantCategories) == 0x000048, "Wrong size on ABCatalog_GetDescendantCategories"); \ +static_assert(offsetof(ABCatalog_GetDescendantCategories, CategoryPath) == 0x000000, "Member 'ABCatalog_GetDescendantCategories::CategoryPath' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetDescendantCategories, Language) == 0x000010, "Member 'ABCatalog_GetDescendantCategories::Language' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetDescendantCategories, OnSuccess) == 0x000020, "Member 'ABCatalog_GetDescendantCategories::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetDescendantCategories, OnError) == 0x000034, "Member 'ABCatalog_GetDescendantCategories::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCatalog_GetItemByAppId \ +static_assert(alignof(ABCatalog_GetItemByAppId) == 0x000008, "Wrong alignment on ABCatalog_GetItemByAppId"); \ +static_assert(sizeof(ABCatalog_GetItemByAppId) == 0x000058, "Wrong size on ABCatalog_GetItemByAppId"); \ +static_assert(offsetof(ABCatalog_GetItemByAppId, AppId) == 0x000000, "Member 'ABCatalog_GetItemByAppId::AppId' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetItemByAppId, Language) == 0x000010, "Member 'ABCatalog_GetItemByAppId::Language' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetItemByAppId, Region) == 0x000020, "Member 'ABCatalog_GetItemByAppId::Region' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetItemByAppId, OnSuccess) == 0x000030, "Member 'ABCatalog_GetItemByAppId::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetItemByAppId, OnError) == 0x000044, "Member 'ABCatalog_GetItemByAppId::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCatalog_GetItemById \ +static_assert(alignof(ABCatalog_GetItemById) == 0x000008, "Wrong alignment on ABCatalog_GetItemById"); \ +static_assert(sizeof(ABCatalog_GetItemById) == 0x000070, "Wrong size on ABCatalog_GetItemById"); \ +static_assert(offsetof(ABCatalog_GetItemById, ItemId) == 0x000000, "Member 'ABCatalog_GetItemById::ItemId' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetItemById, Language) == 0x000010, "Member 'ABCatalog_GetItemById::Language' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetItemById, Region) == 0x000020, "Member 'ABCatalog_GetItemById::Region' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetItemById, StoreId) == 0x000030, "Member 'ABCatalog_GetItemById::StoreId' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetItemById, bPopulateBundle) == 0x000040, "Member 'ABCatalog_GetItemById::bPopulateBundle' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetItemById, OnSuccess) == 0x000044, "Member 'ABCatalog_GetItemById::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetItemById, OnError) == 0x000058, "Member 'ABCatalog_GetItemById::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCatalog_GetItemDynamicData \ +static_assert(alignof(ABCatalog_GetItemDynamicData) == 0x000008, "Wrong alignment on ABCatalog_GetItemDynamicData"); \ +static_assert(sizeof(ABCatalog_GetItemDynamicData) == 0x000038, "Wrong size on ABCatalog_GetItemDynamicData"); \ +static_assert(offsetof(ABCatalog_GetItemDynamicData, ItemId) == 0x000000, "Member 'ABCatalog_GetItemDynamicData::ItemId' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetItemDynamicData, OnSuccess) == 0x000010, "Member 'ABCatalog_GetItemDynamicData::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetItemDynamicData, OnError) == 0x000024, "Member 'ABCatalog_GetItemDynamicData::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCatalog_GetItemsByCriteria \ +static_assert(alignof(ABCatalog_GetItemsByCriteria) == 0x000008, "Wrong alignment on ABCatalog_GetItemsByCriteria"); \ +static_assert(sizeof(ABCatalog_GetItemsByCriteria) == 0x0000D0, "Wrong size on ABCatalog_GetItemsByCriteria"); \ +static_assert(offsetof(ABCatalog_GetItemsByCriteria, ItemCriteria) == 0x000000, "Member 'ABCatalog_GetItemsByCriteria::ItemCriteria' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetItemsByCriteria, Offset) == 0x000090, "Member 'ABCatalog_GetItemsByCriteria::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetItemsByCriteria, Limit) == 0x000094, "Member 'ABCatalog_GetItemsByCriteria::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetItemsByCriteria, SortBy) == 0x000098, "Member 'ABCatalog_GetItemsByCriteria::SortBy' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetItemsByCriteria, OnSuccess) == 0x0000A8, "Member 'ABCatalog_GetItemsByCriteria::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetItemsByCriteria, OnError) == 0x0000BC, "Member 'ABCatalog_GetItemsByCriteria::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCatalog_GetRootCategories \ +static_assert(alignof(ABCatalog_GetRootCategories) == 0x000008, "Wrong alignment on ABCatalog_GetRootCategories"); \ +static_assert(sizeof(ABCatalog_GetRootCategories) == 0x000038, "Wrong size on ABCatalog_GetRootCategories"); \ +static_assert(offsetof(ABCatalog_GetRootCategories, Language) == 0x000000, "Member 'ABCatalog_GetRootCategories::Language' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetRootCategories, OnSuccess) == 0x000010, "Member 'ABCatalog_GetRootCategories::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_GetRootCategories, OnError) == 0x000024, "Member 'ABCatalog_GetRootCategories::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCatalog_SearchItem \ +static_assert(alignof(ABCatalog_SearchItem) == 0x000008, "Wrong alignment on ABCatalog_SearchItem"); \ +static_assert(sizeof(ABCatalog_SearchItem) == 0x000060, "Wrong size on ABCatalog_SearchItem"); \ +static_assert(offsetof(ABCatalog_SearchItem, Language) == 0x000000, "Member 'ABCatalog_SearchItem::Language' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_SearchItem, Keyword) == 0x000010, "Member 'ABCatalog_SearchItem::Keyword' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_SearchItem, Offset) == 0x000020, "Member 'ABCatalog_SearchItem::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_SearchItem, Limit) == 0x000024, "Member 'ABCatalog_SearchItem::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_SearchItem, Region) == 0x000028, "Member 'ABCatalog_SearchItem::Region' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_SearchItem, OnSuccess) == 0x000038, "Member 'ABCatalog_SearchItem::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCatalog_SearchItem, OnError) == 0x00004C, "Member 'ABCatalog_SearchItem::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABCatalog \ +static_assert(alignof(UABCatalog) == 0x000008, "Wrong alignment on UABCatalog"); \ +static_assert(sizeof(UABCatalog) == 0x000040, "Wrong size on UABCatalog"); \ + +#define DUMPER7_ASSERTS_ABCloudSave_BulkGetGameRecords \ +static_assert(alignof(ABCloudSave_BulkGetGameRecords) == 0x000008, "Wrong alignment on ABCloudSave_BulkGetGameRecords"); \ +static_assert(sizeof(ABCloudSave_BulkGetGameRecords) == 0x000038, "Wrong size on ABCloudSave_BulkGetGameRecords"); \ +static_assert(offsetof(ABCloudSave_BulkGetGameRecords, Keys) == 0x000000, "Member 'ABCloudSave_BulkGetGameRecords::Keys' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_BulkGetGameRecords, OnSuccess) == 0x000010, "Member 'ABCloudSave_BulkGetGameRecords::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_BulkGetGameRecords, OnError) == 0x000024, "Member 'ABCloudSave_BulkGetGameRecords::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCloudSave_BulkGetOtherPlayerPublicRecordKeys \ +static_assert(alignof(ABCloudSave_BulkGetOtherPlayerPublicRecordKeys) == 0x000008, "Wrong alignment on ABCloudSave_BulkGetOtherPlayerPublicRecordKeys"); \ +static_assert(sizeof(ABCloudSave_BulkGetOtherPlayerPublicRecordKeys) == 0x000040, "Wrong size on ABCloudSave_BulkGetOtherPlayerPublicRecordKeys"); \ +static_assert(offsetof(ABCloudSave_BulkGetOtherPlayerPublicRecordKeys, UserId) == 0x000000, "Member 'ABCloudSave_BulkGetOtherPlayerPublicRecordKeys::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_BulkGetOtherPlayerPublicRecordKeys, OnSuccess) == 0x000010, "Member 'ABCloudSave_BulkGetOtherPlayerPublicRecordKeys::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_BulkGetOtherPlayerPublicRecordKeys, OnError) == 0x000024, "Member 'ABCloudSave_BulkGetOtherPlayerPublicRecordKeys::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_BulkGetOtherPlayerPublicRecordKeys, Offset) == 0x000038, "Member 'ABCloudSave_BulkGetOtherPlayerPublicRecordKeys::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_BulkGetOtherPlayerPublicRecordKeys, Limit) == 0x00003C, "Member 'ABCloudSave_BulkGetOtherPlayerPublicRecordKeys::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCloudSave_BulkGetOtherPlayerPublicRecords \ +static_assert(alignof(ABCloudSave_BulkGetOtherPlayerPublicRecords) == 0x000008, "Wrong alignment on ABCloudSave_BulkGetOtherPlayerPublicRecords"); \ +static_assert(sizeof(ABCloudSave_BulkGetOtherPlayerPublicRecords) == 0x000048, "Wrong size on ABCloudSave_BulkGetOtherPlayerPublicRecords"); \ +static_assert(offsetof(ABCloudSave_BulkGetOtherPlayerPublicRecords, UserId) == 0x000000, "Member 'ABCloudSave_BulkGetOtherPlayerPublicRecords::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_BulkGetOtherPlayerPublicRecords, Keys) == 0x000010, "Member 'ABCloudSave_BulkGetOtherPlayerPublicRecords::Keys' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_BulkGetOtherPlayerPublicRecords, OnSuccess) == 0x000020, "Member 'ABCloudSave_BulkGetOtherPlayerPublicRecords::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_BulkGetOtherPlayerPublicRecords, OnError) == 0x000034, "Member 'ABCloudSave_BulkGetOtherPlayerPublicRecords::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCloudSave_BulkGetUserRecords \ +static_assert(alignof(ABCloudSave_BulkGetUserRecords) == 0x000008, "Wrong alignment on ABCloudSave_BulkGetUserRecords"); \ +static_assert(sizeof(ABCloudSave_BulkGetUserRecords) == 0x000038, "Wrong size on ABCloudSave_BulkGetUserRecords"); \ +static_assert(offsetof(ABCloudSave_BulkGetUserRecords, Keys) == 0x000000, "Member 'ABCloudSave_BulkGetUserRecords::Keys' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_BulkGetUserRecords, OnSuccess) == 0x000010, "Member 'ABCloudSave_BulkGetUserRecords::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_BulkGetUserRecords, OnError) == 0x000024, "Member 'ABCloudSave_BulkGetUserRecords::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCloudSave_DeleteGameRecord \ +static_assert(alignof(ABCloudSave_DeleteGameRecord) == 0x000008, "Wrong alignment on ABCloudSave_DeleteGameRecord"); \ +static_assert(sizeof(ABCloudSave_DeleteGameRecord) == 0x000038, "Wrong size on ABCloudSave_DeleteGameRecord"); \ +static_assert(offsetof(ABCloudSave_DeleteGameRecord, Key) == 0x000000, "Member 'ABCloudSave_DeleteGameRecord::Key' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_DeleteGameRecord, OnSuccess) == 0x000010, "Member 'ABCloudSave_DeleteGameRecord::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_DeleteGameRecord, OnError) == 0x000024, "Member 'ABCloudSave_DeleteGameRecord::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCloudSave_DeleteUserRecord \ +static_assert(alignof(ABCloudSave_DeleteUserRecord) == 0x000008, "Wrong alignment on ABCloudSave_DeleteUserRecord"); \ +static_assert(sizeof(ABCloudSave_DeleteUserRecord) == 0x000038, "Wrong size on ABCloudSave_DeleteUserRecord"); \ +static_assert(offsetof(ABCloudSave_DeleteUserRecord, Key) == 0x000000, "Member 'ABCloudSave_DeleteUserRecord::Key' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_DeleteUserRecord, OnSuccess) == 0x000010, "Member 'ABCloudSave_DeleteUserRecord::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_DeleteUserRecord, OnError) == 0x000024, "Member 'ABCloudSave_DeleteUserRecord::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCloudSave_GetGameRecord \ +static_assert(alignof(ABCloudSave_GetGameRecord) == 0x000008, "Wrong alignment on ABCloudSave_GetGameRecord"); \ +static_assert(sizeof(ABCloudSave_GetGameRecord) == 0x000038, "Wrong size on ABCloudSave_GetGameRecord"); \ +static_assert(offsetof(ABCloudSave_GetGameRecord, Key) == 0x000000, "Member 'ABCloudSave_GetGameRecord::Key' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_GetGameRecord, OnSuccess) == 0x000010, "Member 'ABCloudSave_GetGameRecord::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_GetGameRecord, OnError) == 0x000024, "Member 'ABCloudSave_GetGameRecord::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCloudSave_GetPublicUserRecord \ +static_assert(alignof(ABCloudSave_GetPublicUserRecord) == 0x000008, "Wrong alignment on ABCloudSave_GetPublicUserRecord"); \ +static_assert(sizeof(ABCloudSave_GetPublicUserRecord) == 0x000048, "Wrong size on ABCloudSave_GetPublicUserRecord"); \ +static_assert(offsetof(ABCloudSave_GetPublicUserRecord, Key) == 0x000000, "Member 'ABCloudSave_GetPublicUserRecord::Key' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_GetPublicUserRecord, UserId) == 0x000010, "Member 'ABCloudSave_GetPublicUserRecord::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_GetPublicUserRecord, OnSuccess) == 0x000020, "Member 'ABCloudSave_GetPublicUserRecord::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_GetPublicUserRecord, OnError) == 0x000034, "Member 'ABCloudSave_GetPublicUserRecord::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCloudSave_GetUserRecord \ +static_assert(alignof(ABCloudSave_GetUserRecord) == 0x000008, "Wrong alignment on ABCloudSave_GetUserRecord"); \ +static_assert(sizeof(ABCloudSave_GetUserRecord) == 0x000038, "Wrong size on ABCloudSave_GetUserRecord"); \ +static_assert(offsetof(ABCloudSave_GetUserRecord, Key) == 0x000000, "Member 'ABCloudSave_GetUserRecord::Key' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_GetUserRecord, OnSuccess) == 0x000010, "Member 'ABCloudSave_GetUserRecord::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_GetUserRecord, OnError) == 0x000024, "Member 'ABCloudSave_GetUserRecord::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCloudSave_ReplaceGameRecord \ +static_assert(alignof(ABCloudSave_ReplaceGameRecord) == 0x000008, "Wrong alignment on ABCloudSave_ReplaceGameRecord"); \ +static_assert(sizeof(ABCloudSave_ReplaceGameRecord) == 0x000058, "Wrong size on ABCloudSave_ReplaceGameRecord"); \ +static_assert(offsetof(ABCloudSave_ReplaceGameRecord, Key) == 0x000000, "Member 'ABCloudSave_ReplaceGameRecord::Key' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceGameRecord, RecordRequest) == 0x000010, "Member 'ABCloudSave_ReplaceGameRecord::RecordRequest' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceGameRecord, OnSuccess) == 0x000030, "Member 'ABCloudSave_ReplaceGameRecord::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceGameRecord, OnError) == 0x000044, "Member 'ABCloudSave_ReplaceGameRecord::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCloudSave_ReplaceGameRecordCheckLatest \ +static_assert(alignof(ABCloudSave_ReplaceGameRecordCheckLatest) == 0x000008, "Wrong alignment on ABCloudSave_ReplaceGameRecordCheckLatest"); \ +static_assert(sizeof(ABCloudSave_ReplaceGameRecordCheckLatest) == 0x000060, "Wrong size on ABCloudSave_ReplaceGameRecordCheckLatest"); \ +static_assert(offsetof(ABCloudSave_ReplaceGameRecordCheckLatest, Key) == 0x000000, "Member 'ABCloudSave_ReplaceGameRecordCheckLatest::Key' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceGameRecordCheckLatest, LastUpdated) == 0x000010, "Member 'ABCloudSave_ReplaceGameRecordCheckLatest::LastUpdated' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceGameRecordCheckLatest, RecordRequest) == 0x000018, "Member 'ABCloudSave_ReplaceGameRecordCheckLatest::RecordRequest' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceGameRecordCheckLatest, OnSuccess) == 0x000038, "Member 'ABCloudSave_ReplaceGameRecordCheckLatest::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceGameRecordCheckLatest, OnError) == 0x00004C, "Member 'ABCloudSave_ReplaceGameRecordCheckLatest::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCloudSave_ReplaceGameRecordCheckLatestRetry \ +static_assert(alignof(ABCloudSave_ReplaceGameRecordCheckLatestRetry) == 0x000008, "Wrong alignment on ABCloudSave_ReplaceGameRecordCheckLatestRetry"); \ +static_assert(sizeof(ABCloudSave_ReplaceGameRecordCheckLatestRetry) == 0x000078, "Wrong size on ABCloudSave_ReplaceGameRecordCheckLatestRetry"); \ +static_assert(offsetof(ABCloudSave_ReplaceGameRecordCheckLatestRetry, TryAttempt) == 0x000000, "Member 'ABCloudSave_ReplaceGameRecordCheckLatestRetry::TryAttempt' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceGameRecordCheckLatestRetry, Key) == 0x000008, "Member 'ABCloudSave_ReplaceGameRecordCheckLatestRetry::Key' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceGameRecordCheckLatestRetry, RecordRequest) == 0x000018, "Member 'ABCloudSave_ReplaceGameRecordCheckLatestRetry::RecordRequest' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceGameRecordCheckLatestRetry, PayloadModifier) == 0x000038, "Member 'ABCloudSave_ReplaceGameRecordCheckLatestRetry::PayloadModifier' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceGameRecordCheckLatestRetry, OnSuccess) == 0x00004C, "Member 'ABCloudSave_ReplaceGameRecordCheckLatestRetry::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceGameRecordCheckLatestRetry, OnError) == 0x000060, "Member 'ABCloudSave_ReplaceGameRecordCheckLatestRetry::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCloudSave_ReplaceUserRecord \ +static_assert(alignof(ABCloudSave_ReplaceUserRecord) == 0x000008, "Wrong alignment on ABCloudSave_ReplaceUserRecord"); \ +static_assert(sizeof(ABCloudSave_ReplaceUserRecord) == 0x000060, "Wrong size on ABCloudSave_ReplaceUserRecord"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecord, Key) == 0x000000, "Member 'ABCloudSave_ReplaceUserRecord::Key' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecord, RecordRequest) == 0x000010, "Member 'ABCloudSave_ReplaceUserRecord::RecordRequest' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecord, IsPublic) == 0x000030, "Member 'ABCloudSave_ReplaceUserRecord::IsPublic' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecord, OnSuccess) == 0x000034, "Member 'ABCloudSave_ReplaceUserRecord::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecord, OnError) == 0x000048, "Member 'ABCloudSave_ReplaceUserRecord::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCloudSave_ReplaceUserRecordCheckLatest \ +static_assert(alignof(ABCloudSave_ReplaceUserRecordCheckLatest) == 0x000008, "Wrong alignment on ABCloudSave_ReplaceUserRecordCheckLatest"); \ +static_assert(sizeof(ABCloudSave_ReplaceUserRecordCheckLatest) == 0x000060, "Wrong size on ABCloudSave_ReplaceUserRecordCheckLatest"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecordCheckLatest, Key) == 0x000000, "Member 'ABCloudSave_ReplaceUserRecordCheckLatest::Key' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecordCheckLatest, LastUpdated) == 0x000010, "Member 'ABCloudSave_ReplaceUserRecordCheckLatest::LastUpdated' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecordCheckLatest, RecordRequest) == 0x000018, "Member 'ABCloudSave_ReplaceUserRecordCheckLatest::RecordRequest' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecordCheckLatest, OnSuccess) == 0x000038, "Member 'ABCloudSave_ReplaceUserRecordCheckLatest::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecordCheckLatest, OnError) == 0x00004C, "Member 'ABCloudSave_ReplaceUserRecordCheckLatest::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCloudSave_ReplaceUserRecordCheckLatestRetry \ +static_assert(alignof(ABCloudSave_ReplaceUserRecordCheckLatestRetry) == 0x000008, "Wrong alignment on ABCloudSave_ReplaceUserRecordCheckLatestRetry"); \ +static_assert(sizeof(ABCloudSave_ReplaceUserRecordCheckLatestRetry) == 0x000078, "Wrong size on ABCloudSave_ReplaceUserRecordCheckLatestRetry"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecordCheckLatestRetry, TryAttempt) == 0x000000, "Member 'ABCloudSave_ReplaceUserRecordCheckLatestRetry::TryAttempt' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecordCheckLatestRetry, Key) == 0x000008, "Member 'ABCloudSave_ReplaceUserRecordCheckLatestRetry::Key' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecordCheckLatestRetry, RecordRequest) == 0x000018, "Member 'ABCloudSave_ReplaceUserRecordCheckLatestRetry::RecordRequest' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecordCheckLatestRetry, PayloadModifier) == 0x000038, "Member 'ABCloudSave_ReplaceUserRecordCheckLatestRetry::PayloadModifier' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecordCheckLatestRetry, OnSuccess) == 0x00004C, "Member 'ABCloudSave_ReplaceUserRecordCheckLatestRetry::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecordCheckLatestRetry, OnError) == 0x000060, "Member 'ABCloudSave_ReplaceUserRecordCheckLatestRetry::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCloudSave_ReplaceUserRecordCheckLatestRetryWithResponse \ +static_assert(alignof(ABCloudSave_ReplaceUserRecordCheckLatestRetryWithResponse) == 0x000008, "Wrong alignment on ABCloudSave_ReplaceUserRecordCheckLatestRetryWithResponse"); \ +static_assert(sizeof(ABCloudSave_ReplaceUserRecordCheckLatestRetryWithResponse) == 0x000078, "Wrong size on ABCloudSave_ReplaceUserRecordCheckLatestRetryWithResponse"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecordCheckLatestRetryWithResponse, TryAttempt) == 0x000000, "Member 'ABCloudSave_ReplaceUserRecordCheckLatestRetryWithResponse::TryAttempt' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecordCheckLatestRetryWithResponse, Key) == 0x000008, "Member 'ABCloudSave_ReplaceUserRecordCheckLatestRetryWithResponse::Key' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecordCheckLatestRetryWithResponse, RecordRequest) == 0x000018, "Member 'ABCloudSave_ReplaceUserRecordCheckLatestRetryWithResponse::RecordRequest' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecordCheckLatestRetryWithResponse, PayloadModifier) == 0x000038, "Member 'ABCloudSave_ReplaceUserRecordCheckLatestRetryWithResponse::PayloadModifier' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecordCheckLatestRetryWithResponse, OnSuccess) == 0x00004C, "Member 'ABCloudSave_ReplaceUserRecordCheckLatestRetryWithResponse::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecordCheckLatestRetryWithResponse, OnError) == 0x000060, "Member 'ABCloudSave_ReplaceUserRecordCheckLatestRetryWithResponse::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCloudSave_ReplaceUserRecordCheckLatestWithResponse \ +static_assert(alignof(ABCloudSave_ReplaceUserRecordCheckLatestWithResponse) == 0x000008, "Wrong alignment on ABCloudSave_ReplaceUserRecordCheckLatestWithResponse"); \ +static_assert(sizeof(ABCloudSave_ReplaceUserRecordCheckLatestWithResponse) == 0x000060, "Wrong size on ABCloudSave_ReplaceUserRecordCheckLatestWithResponse"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecordCheckLatestWithResponse, Key) == 0x000000, "Member 'ABCloudSave_ReplaceUserRecordCheckLatestWithResponse::Key' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecordCheckLatestWithResponse, LastUpdated) == 0x000010, "Member 'ABCloudSave_ReplaceUserRecordCheckLatestWithResponse::LastUpdated' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecordCheckLatestWithResponse, RecordRequest) == 0x000018, "Member 'ABCloudSave_ReplaceUserRecordCheckLatestWithResponse::RecordRequest' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecordCheckLatestWithResponse, OnSuccess) == 0x000038, "Member 'ABCloudSave_ReplaceUserRecordCheckLatestWithResponse::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_ReplaceUserRecordCheckLatestWithResponse, OnError) == 0x00004C, "Member 'ABCloudSave_ReplaceUserRecordCheckLatestWithResponse::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCloudSave_SaveGameRecord \ +static_assert(alignof(ABCloudSave_SaveGameRecord) == 0x000008, "Wrong alignment on ABCloudSave_SaveGameRecord"); \ +static_assert(sizeof(ABCloudSave_SaveGameRecord) == 0x000058, "Wrong size on ABCloudSave_SaveGameRecord"); \ +static_assert(offsetof(ABCloudSave_SaveGameRecord, Key) == 0x000000, "Member 'ABCloudSave_SaveGameRecord::Key' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_SaveGameRecord, RecordRequest) == 0x000010, "Member 'ABCloudSave_SaveGameRecord::RecordRequest' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_SaveGameRecord, OnSuccess) == 0x000030, "Member 'ABCloudSave_SaveGameRecord::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_SaveGameRecord, OnError) == 0x000044, "Member 'ABCloudSave_SaveGameRecord::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCloudSave_SaveUserRecord \ +static_assert(alignof(ABCloudSave_SaveUserRecord) == 0x000008, "Wrong alignment on ABCloudSave_SaveUserRecord"); \ +static_assert(sizeof(ABCloudSave_SaveUserRecord) == 0x000060, "Wrong size on ABCloudSave_SaveUserRecord"); \ +static_assert(offsetof(ABCloudSave_SaveUserRecord, Key) == 0x000000, "Member 'ABCloudSave_SaveUserRecord::Key' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_SaveUserRecord, RecordRequest) == 0x000010, "Member 'ABCloudSave_SaveUserRecord::RecordRequest' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_SaveUserRecord, IsPublic) == 0x000030, "Member 'ABCloudSave_SaveUserRecord::IsPublic' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_SaveUserRecord, OnSuccess) == 0x000034, "Member 'ABCloudSave_SaveUserRecord::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCloudSave_SaveUserRecord, OnError) == 0x000048, "Member 'ABCloudSave_SaveUserRecord::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABCloudSave \ +static_assert(alignof(UABCloudSave) == 0x000008, "Wrong alignment on UABCloudSave"); \ +static_assert(sizeof(UABCloudSave) == 0x000040, "Wrong size on UABCloudSave"); \ + +#define DUMPER7_ASSERTS_ABCurrency_GetCurrencyList \ +static_assert(alignof(ABCurrency_GetCurrencyList) == 0x000004, "Wrong alignment on ABCurrency_GetCurrencyList"); \ +static_assert(sizeof(ABCurrency_GetCurrencyList) == 0x00002C, "Wrong size on ABCurrency_GetCurrencyList"); \ +static_assert(offsetof(ABCurrency_GetCurrencyList, OnSuccess) == 0x000000, "Member 'ABCurrency_GetCurrencyList::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABCurrency_GetCurrencyList, OnError) == 0x000014, "Member 'ABCurrency_GetCurrencyList::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABCurrency_GetCurrencyList, CurrencyType) == 0x000028, "Member 'ABCurrency_GetCurrencyList::CurrencyType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABCurrency \ +static_assert(alignof(UABCurrency) == 0x000008, "Wrong alignment on UABCurrency"); \ +static_assert(sizeof(UABCurrency) == 0x000040, "Wrong size on UABCurrency"); \ + +#define DUMPER7_ASSERTS_ABEntitlement_ConsumeUserEntitlement \ +static_assert(alignof(ABEntitlement_ConsumeUserEntitlement) == 0x000008, "Wrong alignment on ABEntitlement_ConsumeUserEntitlement"); \ +static_assert(sizeof(ABEntitlement_ConsumeUserEntitlement) == 0x000040, "Wrong size on ABEntitlement_ConsumeUserEntitlement"); \ +static_assert(offsetof(ABEntitlement_ConsumeUserEntitlement, EntitlementId) == 0x000000, "Member 'ABEntitlement_ConsumeUserEntitlement::EntitlementId' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_ConsumeUserEntitlement, UseCount) == 0x000010, "Member 'ABEntitlement_ConsumeUserEntitlement::UseCount' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_ConsumeUserEntitlement, OnSuccess) == 0x000014, "Member 'ABEntitlement_ConsumeUserEntitlement::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_ConsumeUserEntitlement, OnError) == 0x000028, "Member 'ABEntitlement_ConsumeUserEntitlement::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABEntitlement_CreateDistributionReceiver \ +static_assert(alignof(ABEntitlement_CreateDistributionReceiver) == 0x000008, "Wrong alignment on ABEntitlement_CreateDistributionReceiver"); \ +static_assert(sizeof(ABEntitlement_CreateDistributionReceiver) == 0x000078, "Wrong size on ABEntitlement_CreateDistributionReceiver"); \ +static_assert(offsetof(ABEntitlement_CreateDistributionReceiver, ExtUserId) == 0x000000, "Member 'ABEntitlement_CreateDistributionReceiver::ExtUserId' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_CreateDistributionReceiver, Attributes) == 0x000010, "Member 'ABEntitlement_CreateDistributionReceiver::Attributes' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_CreateDistributionReceiver, OnSuccess) == 0x000050, "Member 'ABEntitlement_CreateDistributionReceiver::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_CreateDistributionReceiver, OnError) == 0x000064, "Member 'ABEntitlement_CreateDistributionReceiver::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABEntitlement_DeleteDistributionReceiver \ +static_assert(alignof(ABEntitlement_DeleteDistributionReceiver) == 0x000008, "Wrong alignment on ABEntitlement_DeleteDistributionReceiver"); \ +static_assert(sizeof(ABEntitlement_DeleteDistributionReceiver) == 0x000048, "Wrong size on ABEntitlement_DeleteDistributionReceiver"); \ +static_assert(offsetof(ABEntitlement_DeleteDistributionReceiver, ExtUserId) == 0x000000, "Member 'ABEntitlement_DeleteDistributionReceiver::ExtUserId' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_DeleteDistributionReceiver, UserId) == 0x000010, "Member 'ABEntitlement_DeleteDistributionReceiver::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_DeleteDistributionReceiver, OnSuccess) == 0x000020, "Member 'ABEntitlement_DeleteDistributionReceiver::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_DeleteDistributionReceiver, OnError) == 0x000034, "Member 'ABEntitlement_DeleteDistributionReceiver::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABEntitlement_GetDistributionReceiver \ +static_assert(alignof(ABEntitlement_GetDistributionReceiver) == 0x000008, "Wrong alignment on ABEntitlement_GetDistributionReceiver"); \ +static_assert(sizeof(ABEntitlement_GetDistributionReceiver) == 0x000048, "Wrong size on ABEntitlement_GetDistributionReceiver"); \ +static_assert(offsetof(ABEntitlement_GetDistributionReceiver, PublisherNamespace) == 0x000000, "Member 'ABEntitlement_GetDistributionReceiver::PublisherNamespace' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_GetDistributionReceiver, PublisherUserId) == 0x000010, "Member 'ABEntitlement_GetDistributionReceiver::PublisherUserId' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_GetDistributionReceiver, OnSuccess) == 0x000020, "Member 'ABEntitlement_GetDistributionReceiver::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_GetDistributionReceiver, OnError) == 0x000034, "Member 'ABEntitlement_GetDistributionReceiver::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABEntitlement_GetUserEntitlementById \ +static_assert(alignof(ABEntitlement_GetUserEntitlementById) == 0x000008, "Wrong alignment on ABEntitlement_GetUserEntitlementById"); \ +static_assert(sizeof(ABEntitlement_GetUserEntitlementById) == 0x000038, "Wrong size on ABEntitlement_GetUserEntitlementById"); \ +static_assert(offsetof(ABEntitlement_GetUserEntitlementById, Entitlementid) == 0x000000, "Member 'ABEntitlement_GetUserEntitlementById::Entitlementid' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_GetUserEntitlementById, OnSuccess) == 0x000010, "Member 'ABEntitlement_GetUserEntitlementById::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_GetUserEntitlementById, OnError) == 0x000024, "Member 'ABEntitlement_GetUserEntitlementById::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABEntitlement_GetUserEntitlementOwnershipAny \ +static_assert(alignof(ABEntitlement_GetUserEntitlementOwnershipAny) == 0x000008, "Wrong alignment on ABEntitlement_GetUserEntitlementOwnershipAny"); \ +static_assert(sizeof(ABEntitlement_GetUserEntitlementOwnershipAny) == 0x000058, "Wrong size on ABEntitlement_GetUserEntitlementOwnershipAny"); \ +static_assert(offsetof(ABEntitlement_GetUserEntitlementOwnershipAny, ItemIds) == 0x000000, "Member 'ABEntitlement_GetUserEntitlementOwnershipAny::ItemIds' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_GetUserEntitlementOwnershipAny, AppIds) == 0x000010, "Member 'ABEntitlement_GetUserEntitlementOwnershipAny::AppIds' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_GetUserEntitlementOwnershipAny, Skus) == 0x000020, "Member 'ABEntitlement_GetUserEntitlementOwnershipAny::Skus' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_GetUserEntitlementOwnershipAny, OnSuccess) == 0x000030, "Member 'ABEntitlement_GetUserEntitlementOwnershipAny::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_GetUserEntitlementOwnershipAny, OnError) == 0x000044, "Member 'ABEntitlement_GetUserEntitlementOwnershipAny::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABEntitlement_GetUserEntitlementOwnershipByAppId \ +static_assert(alignof(ABEntitlement_GetUserEntitlementOwnershipByAppId) == 0x000008, "Wrong alignment on ABEntitlement_GetUserEntitlementOwnershipByAppId"); \ +static_assert(sizeof(ABEntitlement_GetUserEntitlementOwnershipByAppId) == 0x000038, "Wrong size on ABEntitlement_GetUserEntitlementOwnershipByAppId"); \ +static_assert(offsetof(ABEntitlement_GetUserEntitlementOwnershipByAppId, AppId) == 0x000000, "Member 'ABEntitlement_GetUserEntitlementOwnershipByAppId::AppId' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_GetUserEntitlementOwnershipByAppId, OnSuccess) == 0x000010, "Member 'ABEntitlement_GetUserEntitlementOwnershipByAppId::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_GetUserEntitlementOwnershipByAppId, OnError) == 0x000024, "Member 'ABEntitlement_GetUserEntitlementOwnershipByAppId::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABEntitlement_GetUserEntitlementOwnershipByItemId \ +static_assert(alignof(ABEntitlement_GetUserEntitlementOwnershipByItemId) == 0x000008, "Wrong alignment on ABEntitlement_GetUserEntitlementOwnershipByItemId"); \ +static_assert(sizeof(ABEntitlement_GetUserEntitlementOwnershipByItemId) == 0x000038, "Wrong size on ABEntitlement_GetUserEntitlementOwnershipByItemId"); \ +static_assert(offsetof(ABEntitlement_GetUserEntitlementOwnershipByItemId, ItemId) == 0x000000, "Member 'ABEntitlement_GetUserEntitlementOwnershipByItemId::ItemId' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_GetUserEntitlementOwnershipByItemId, OnSuccess) == 0x000010, "Member 'ABEntitlement_GetUserEntitlementOwnershipByItemId::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_GetUserEntitlementOwnershipByItemId, OnError) == 0x000024, "Member 'ABEntitlement_GetUserEntitlementOwnershipByItemId::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABEntitlement_GetUserEntitlementOwnershipBySku \ +static_assert(alignof(ABEntitlement_GetUserEntitlementOwnershipBySku) == 0x000008, "Wrong alignment on ABEntitlement_GetUserEntitlementOwnershipBySku"); \ +static_assert(sizeof(ABEntitlement_GetUserEntitlementOwnershipBySku) == 0x000038, "Wrong size on ABEntitlement_GetUserEntitlementOwnershipBySku"); \ +static_assert(offsetof(ABEntitlement_GetUserEntitlementOwnershipBySku, Sku) == 0x000000, "Member 'ABEntitlement_GetUserEntitlementOwnershipBySku::Sku' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_GetUserEntitlementOwnershipBySku, OnSuccess) == 0x000010, "Member 'ABEntitlement_GetUserEntitlementOwnershipBySku::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_GetUserEntitlementOwnershipBySku, OnError) == 0x000024, "Member 'ABEntitlement_GetUserEntitlementOwnershipBySku::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABEntitlement_QueryUserEntitlements \ +static_assert(alignof(ABEntitlement_QueryUserEntitlements) == 0x000008, "Wrong alignment on ABEntitlement_QueryUserEntitlements"); \ +static_assert(sizeof(ABEntitlement_QueryUserEntitlements) == 0x000058, "Wrong size on ABEntitlement_QueryUserEntitlements"); \ +static_assert(offsetof(ABEntitlement_QueryUserEntitlements, EntitlementName) == 0x000000, "Member 'ABEntitlement_QueryUserEntitlements::EntitlementName' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_QueryUserEntitlements, ItemIds) == 0x000010, "Member 'ABEntitlement_QueryUserEntitlements::ItemIds' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_QueryUserEntitlements, Offset) == 0x000020, "Member 'ABEntitlement_QueryUserEntitlements::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_QueryUserEntitlements, Limit) == 0x000024, "Member 'ABEntitlement_QueryUserEntitlements::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_QueryUserEntitlements, OnSuccess) == 0x000028, "Member 'ABEntitlement_QueryUserEntitlements::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_QueryUserEntitlements, OnError) == 0x00003C, "Member 'ABEntitlement_QueryUserEntitlements::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_QueryUserEntitlements, EntitlementClass) == 0x000050, "Member 'ABEntitlement_QueryUserEntitlements::EntitlementClass' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_QueryUserEntitlements, AppType) == 0x000051, "Member 'ABEntitlement_QueryUserEntitlements::AppType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABEntitlement_SyncMobilePlatformPurchaseApple \ +static_assert(alignof(ABEntitlement_SyncMobilePlatformPurchaseApple) == 0x000008, "Wrong alignment on ABEntitlement_SyncMobilePlatformPurchaseApple"); \ +static_assert(sizeof(ABEntitlement_SyncMobilePlatformPurchaseApple) == 0x000080, "Wrong size on ABEntitlement_SyncMobilePlatformPurchaseApple"); \ +static_assert(offsetof(ABEntitlement_SyncMobilePlatformPurchaseApple, SyncRequest) == 0x000000, "Member 'ABEntitlement_SyncMobilePlatformPurchaseApple::SyncRequest' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_SyncMobilePlatformPurchaseApple, OnSuccess) == 0x000058, "Member 'ABEntitlement_SyncMobilePlatformPurchaseApple::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_SyncMobilePlatformPurchaseApple, OnError) == 0x00006C, "Member 'ABEntitlement_SyncMobilePlatformPurchaseApple::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABEntitlement_SyncMobilePlatformPurchaseGoogle \ +static_assert(alignof(ABEntitlement_SyncMobilePlatformPurchaseGoogle) == 0x000008, "Wrong alignment on ABEntitlement_SyncMobilePlatformPurchaseGoogle"); \ +static_assert(sizeof(ABEntitlement_SyncMobilePlatformPurchaseGoogle) == 0x000098, "Wrong size on ABEntitlement_SyncMobilePlatformPurchaseGoogle"); \ +static_assert(offsetof(ABEntitlement_SyncMobilePlatformPurchaseGoogle, SyncRequest) == 0x000000, "Member 'ABEntitlement_SyncMobilePlatformPurchaseGoogle::SyncRequest' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_SyncMobilePlatformPurchaseGoogle, OnSuccess) == 0x000070, "Member 'ABEntitlement_SyncMobilePlatformPurchaseGoogle::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_SyncMobilePlatformPurchaseGoogle, OnError) == 0x000084, "Member 'ABEntitlement_SyncMobilePlatformPurchaseGoogle::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABEntitlement_SyncMobilePlatformPurchaseGooglePlay \ +static_assert(alignof(ABEntitlement_SyncMobilePlatformPurchaseGooglePlay) == 0x000008, "Wrong alignment on ABEntitlement_SyncMobilePlatformPurchaseGooglePlay"); \ +static_assert(sizeof(ABEntitlement_SyncMobilePlatformPurchaseGooglePlay) == 0x000098, "Wrong size on ABEntitlement_SyncMobilePlatformPurchaseGooglePlay"); \ +static_assert(offsetof(ABEntitlement_SyncMobilePlatformPurchaseGooglePlay, SyncRequest) == 0x000000, "Member 'ABEntitlement_SyncMobilePlatformPurchaseGooglePlay::SyncRequest' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_SyncMobilePlatformPurchaseGooglePlay, OnSuccess) == 0x000070, "Member 'ABEntitlement_SyncMobilePlatformPurchaseGooglePlay::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_SyncMobilePlatformPurchaseGooglePlay, OnError) == 0x000084, "Member 'ABEntitlement_SyncMobilePlatformPurchaseGooglePlay::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABEntitlement_SyncPlatformPurchase \ +static_assert(alignof(ABEntitlement_SyncPlatformPurchase) == 0x000004, "Wrong alignment on ABEntitlement_SyncPlatformPurchase"); \ +static_assert(sizeof(ABEntitlement_SyncPlatformPurchase) == 0x00002C, "Wrong size on ABEntitlement_SyncPlatformPurchase"); \ +static_assert(offsetof(ABEntitlement_SyncPlatformPurchase, PlatformType) == 0x000000, "Member 'ABEntitlement_SyncPlatformPurchase::PlatformType' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_SyncPlatformPurchase, OnSuccess) == 0x000004, "Member 'ABEntitlement_SyncPlatformPurchase::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_SyncPlatformPurchase, OnError) == 0x000018, "Member 'ABEntitlement_SyncPlatformPurchase::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABEntitlement_SyncPlatformPurchaseSingleItem \ +static_assert(alignof(ABEntitlement_SyncPlatformPurchaseSingleItem) == 0x000008, "Wrong alignment on ABEntitlement_SyncPlatformPurchaseSingleItem"); \ +static_assert(sizeof(ABEntitlement_SyncPlatformPurchaseSingleItem) == 0x0000A0, "Wrong size on ABEntitlement_SyncPlatformPurchaseSingleItem"); \ +static_assert(offsetof(ABEntitlement_SyncPlatformPurchaseSingleItem, EntitlementSyncBase) == 0x000000, "Member 'ABEntitlement_SyncPlatformPurchaseSingleItem::EntitlementSyncBase' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_SyncPlatformPurchaseSingleItem, PlatformType) == 0x000070, "Member 'ABEntitlement_SyncPlatformPurchaseSingleItem::PlatformType' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_SyncPlatformPurchaseSingleItem, OnSuccess) == 0x000074, "Member 'ABEntitlement_SyncPlatformPurchaseSingleItem::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_SyncPlatformPurchaseSingleItem, OnError) == 0x000088, "Member 'ABEntitlement_SyncPlatformPurchaseSingleItem::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABEntitlement_SyncTwitchDropEntitlement \ +static_assert(alignof(ABEntitlement_SyncTwitchDropEntitlement) == 0x000008, "Wrong alignment on ABEntitlement_SyncTwitchDropEntitlement"); \ +static_assert(sizeof(ABEntitlement_SyncTwitchDropEntitlement) == 0x000058, "Wrong size on ABEntitlement_SyncTwitchDropEntitlement"); \ +static_assert(offsetof(ABEntitlement_SyncTwitchDropEntitlement, TwitchDropModel) == 0x000000, "Member 'ABEntitlement_SyncTwitchDropEntitlement::TwitchDropModel' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_SyncTwitchDropEntitlement, OnSuccess) == 0x000030, "Member 'ABEntitlement_SyncTwitchDropEntitlement::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_SyncTwitchDropEntitlement, OnError) == 0x000044, "Member 'ABEntitlement_SyncTwitchDropEntitlement::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABEntitlement_UpdateDistributionReceiver \ +static_assert(alignof(ABEntitlement_UpdateDistributionReceiver) == 0x000008, "Wrong alignment on ABEntitlement_UpdateDistributionReceiver"); \ +static_assert(sizeof(ABEntitlement_UpdateDistributionReceiver) == 0x000078, "Wrong size on ABEntitlement_UpdateDistributionReceiver"); \ +static_assert(offsetof(ABEntitlement_UpdateDistributionReceiver, ExtUserId) == 0x000000, "Member 'ABEntitlement_UpdateDistributionReceiver::ExtUserId' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_UpdateDistributionReceiver, Attributes) == 0x000010, "Member 'ABEntitlement_UpdateDistributionReceiver::Attributes' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_UpdateDistributionReceiver, OnSuccess) == 0x000050, "Member 'ABEntitlement_UpdateDistributionReceiver::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_UpdateDistributionReceiver, OnError) == 0x000064, "Member 'ABEntitlement_UpdateDistributionReceiver::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABEntitlement_ValidateUserItemPurchaseCondition \ +static_assert(alignof(ABEntitlement_ValidateUserItemPurchaseCondition) == 0x000008, "Wrong alignment on ABEntitlement_ValidateUserItemPurchaseCondition"); \ +static_assert(sizeof(ABEntitlement_ValidateUserItemPurchaseCondition) == 0x000038, "Wrong size on ABEntitlement_ValidateUserItemPurchaseCondition"); \ +static_assert(offsetof(ABEntitlement_ValidateUserItemPurchaseCondition, Items) == 0x000000, "Member 'ABEntitlement_ValidateUserItemPurchaseCondition::Items' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_ValidateUserItemPurchaseCondition, OnSuccess) == 0x000010, "Member 'ABEntitlement_ValidateUserItemPurchaseCondition::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABEntitlement_ValidateUserItemPurchaseCondition, OnError) == 0x000024, "Member 'ABEntitlement_ValidateUserItemPurchaseCondition::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABEntitlement \ +static_assert(alignof(UABEntitlement) == 0x000008, "Wrong alignment on UABEntitlement"); \ +static_assert(sizeof(UABEntitlement) == 0x000040, "Wrong size on UABEntitlement"); \ + +#define DUMPER7_ASSERTS_ABFriends_AcceptFriend \ +static_assert(alignof(ABFriends_AcceptFriend) == 0x000008, "Wrong alignment on ABFriends_AcceptFriend"); \ +static_assert(sizeof(ABFriends_AcceptFriend) == 0x000038, "Wrong size on ABFriends_AcceptFriend"); \ +static_assert(offsetof(ABFriends_AcceptFriend, UserId) == 0x000000, "Member 'ABFriends_AcceptFriend::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABFriends_AcceptFriend, OnResponse) == 0x000010, "Member 'ABFriends_AcceptFriend::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABFriends_AcceptFriend, OnError) == 0x000024, "Member 'ABFriends_AcceptFriend::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABFriends_BulkFriendRequest \ +static_assert(alignof(ABFriends_BulkFriendRequest) == 0x000008, "Wrong alignment on ABFriends_BulkFriendRequest"); \ +static_assert(sizeof(ABFriends_BulkFriendRequest) == 0x000038, "Wrong size on ABFriends_BulkFriendRequest"); \ +static_assert(offsetof(ABFriends_BulkFriendRequest, UserIds) == 0x000000, "Member 'ABFriends_BulkFriendRequest::UserIds' has a wrong offset!"); \ +static_assert(offsetof(ABFriends_BulkFriendRequest, OnSuccess) == 0x000010, "Member 'ABFriends_BulkFriendRequest::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABFriends_BulkFriendRequest, OnError) == 0x000024, "Member 'ABFriends_BulkFriendRequest::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABFriends_CancelFriendRequest \ +static_assert(alignof(ABFriends_CancelFriendRequest) == 0x000008, "Wrong alignment on ABFriends_CancelFriendRequest"); \ +static_assert(sizeof(ABFriends_CancelFriendRequest) == 0x000038, "Wrong size on ABFriends_CancelFriendRequest"); \ +static_assert(offsetof(ABFriends_CancelFriendRequest, UserId) == 0x000000, "Member 'ABFriends_CancelFriendRequest::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABFriends_CancelFriendRequest, OnResponse) == 0x000010, "Member 'ABFriends_CancelFriendRequest::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABFriends_CancelFriendRequest, OnError) == 0x000024, "Member 'ABFriends_CancelFriendRequest::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABFriends_GetFriendshipStatus \ +static_assert(alignof(ABFriends_GetFriendshipStatus) == 0x000008, "Wrong alignment on ABFriends_GetFriendshipStatus"); \ +static_assert(sizeof(ABFriends_GetFriendshipStatus) == 0x000038, "Wrong size on ABFriends_GetFriendshipStatus"); \ +static_assert(offsetof(ABFriends_GetFriendshipStatus, UserId) == 0x000000, "Member 'ABFriends_GetFriendshipStatus::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABFriends_GetFriendshipStatus, OnResponse) == 0x000010, "Member 'ABFriends_GetFriendshipStatus::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABFriends_GetFriendshipStatus, OnError) == 0x000024, "Member 'ABFriends_GetFriendshipStatus::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABFriends_ListIncomingFriends \ +static_assert(alignof(ABFriends_ListIncomingFriends) == 0x000004, "Wrong alignment on ABFriends_ListIncomingFriends"); \ +static_assert(sizeof(ABFriends_ListIncomingFriends) == 0x000028, "Wrong size on ABFriends_ListIncomingFriends"); \ +static_assert(offsetof(ABFriends_ListIncomingFriends, OnResponse) == 0x000000, "Member 'ABFriends_ListIncomingFriends::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABFriends_ListIncomingFriends, OnError) == 0x000014, "Member 'ABFriends_ListIncomingFriends::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABFriends_ListOutgoingFriends \ +static_assert(alignof(ABFriends_ListOutgoingFriends) == 0x000004, "Wrong alignment on ABFriends_ListOutgoingFriends"); \ +static_assert(sizeof(ABFriends_ListOutgoingFriends) == 0x000028, "Wrong size on ABFriends_ListOutgoingFriends"); \ +static_assert(offsetof(ABFriends_ListOutgoingFriends, OnResponse) == 0x000000, "Member 'ABFriends_ListOutgoingFriends::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABFriends_ListOutgoingFriends, OnError) == 0x000014, "Member 'ABFriends_ListOutgoingFriends::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABFriends_LoadFriendsList \ +static_assert(alignof(ABFriends_LoadFriendsList) == 0x000004, "Wrong alignment on ABFriends_LoadFriendsList"); \ +static_assert(sizeof(ABFriends_LoadFriendsList) == 0x000028, "Wrong size on ABFriends_LoadFriendsList"); \ +static_assert(offsetof(ABFriends_LoadFriendsList, OnResponse) == 0x000000, "Member 'ABFriends_LoadFriendsList::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABFriends_LoadFriendsList, OnError) == 0x000014, "Member 'ABFriends_LoadFriendsList::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABFriends_RejectFriend \ +static_assert(alignof(ABFriends_RejectFriend) == 0x000008, "Wrong alignment on ABFriends_RejectFriend"); \ +static_assert(sizeof(ABFriends_RejectFriend) == 0x000038, "Wrong size on ABFriends_RejectFriend"); \ +static_assert(offsetof(ABFriends_RejectFriend, UserId) == 0x000000, "Member 'ABFriends_RejectFriend::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABFriends_RejectFriend, OnResponse) == 0x000010, "Member 'ABFriends_RejectFriend::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABFriends_RejectFriend, OnError) == 0x000024, "Member 'ABFriends_RejectFriend::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABFriends_RequestFriend \ +static_assert(alignof(ABFriends_RequestFriend) == 0x000008, "Wrong alignment on ABFriends_RequestFriend"); \ +static_assert(sizeof(ABFriends_RequestFriend) == 0x000038, "Wrong size on ABFriends_RequestFriend"); \ +static_assert(offsetof(ABFriends_RequestFriend, UserId) == 0x000000, "Member 'ABFriends_RequestFriend::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABFriends_RequestFriend, OnResponse) == 0x000010, "Member 'ABFriends_RequestFriend::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABFriends_RequestFriend, OnError) == 0x000024, "Member 'ABFriends_RequestFriend::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABFriends_SetOnCancelFriendsNotifDelegate \ +static_assert(alignof(ABFriends_SetOnCancelFriendsNotifDelegate) == 0x000004, "Wrong alignment on ABFriends_SetOnCancelFriendsNotifDelegate"); \ +static_assert(sizeof(ABFriends_SetOnCancelFriendsNotifDelegate) == 0x000014, "Wrong size on ABFriends_SetOnCancelFriendsNotifDelegate"); \ +static_assert(offsetof(ABFriends_SetOnCancelFriendsNotifDelegate, OnNotif) == 0x000000, "Member 'ABFriends_SetOnCancelFriendsNotifDelegate::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABFriends_SetOnFriendRequestAcceptedNotifDelegate \ +static_assert(alignof(ABFriends_SetOnFriendRequestAcceptedNotifDelegate) == 0x000004, "Wrong alignment on ABFriends_SetOnFriendRequestAcceptedNotifDelegate"); \ +static_assert(sizeof(ABFriends_SetOnFriendRequestAcceptedNotifDelegate) == 0x000014, "Wrong size on ABFriends_SetOnFriendRequestAcceptedNotifDelegate"); \ +static_assert(offsetof(ABFriends_SetOnFriendRequestAcceptedNotifDelegate, OnNotif) == 0x000000, "Member 'ABFriends_SetOnFriendRequestAcceptedNotifDelegate::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABFriends_SetOnIncomingRequestFriendsNotifDelegate \ +static_assert(alignof(ABFriends_SetOnIncomingRequestFriendsNotifDelegate) == 0x000004, "Wrong alignment on ABFriends_SetOnIncomingRequestFriendsNotifDelegate"); \ +static_assert(sizeof(ABFriends_SetOnIncomingRequestFriendsNotifDelegate) == 0x000014, "Wrong size on ABFriends_SetOnIncomingRequestFriendsNotifDelegate"); \ +static_assert(offsetof(ABFriends_SetOnIncomingRequestFriendsNotifDelegate, OnNotif) == 0x000000, "Member 'ABFriends_SetOnIncomingRequestFriendsNotifDelegate::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABFriends_SetOnRejectFriendsNotifDelegate \ +static_assert(alignof(ABFriends_SetOnRejectFriendsNotifDelegate) == 0x000004, "Wrong alignment on ABFriends_SetOnRejectFriendsNotifDelegate"); \ +static_assert(sizeof(ABFriends_SetOnRejectFriendsNotifDelegate) == 0x000014, "Wrong size on ABFriends_SetOnRejectFriendsNotifDelegate"); \ +static_assert(offsetof(ABFriends_SetOnRejectFriendsNotifDelegate, OnNotif) == 0x000000, "Member 'ABFriends_SetOnRejectFriendsNotifDelegate::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABFriends_SetOnUnfriendNotifDelegate \ +static_assert(alignof(ABFriends_SetOnUnfriendNotifDelegate) == 0x000004, "Wrong alignment on ABFriends_SetOnUnfriendNotifDelegate"); \ +static_assert(sizeof(ABFriends_SetOnUnfriendNotifDelegate) == 0x000014, "Wrong size on ABFriends_SetOnUnfriendNotifDelegate"); \ +static_assert(offsetof(ABFriends_SetOnUnfriendNotifDelegate, OnNotif) == 0x000000, "Member 'ABFriends_SetOnUnfriendNotifDelegate::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABFriends_Unfriend \ +static_assert(alignof(ABFriends_Unfriend) == 0x000008, "Wrong alignment on ABFriends_Unfriend"); \ +static_assert(sizeof(ABFriends_Unfriend) == 0x000038, "Wrong size on ABFriends_Unfriend"); \ +static_assert(offsetof(ABFriends_Unfriend, UserId) == 0x000000, "Member 'ABFriends_Unfriend::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABFriends_Unfriend, OnResponse) == 0x000010, "Member 'ABFriends_Unfriend::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABFriends_Unfriend, OnError) == 0x000024, "Member 'ABFriends_Unfriend::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABFriends \ +static_assert(alignof(UABFriends) == 0x000008, "Wrong alignment on UABFriends"); \ +static_assert(sizeof(UABFriends) == 0x000040, "Wrong size on UABFriends"); \ + +#define DUMPER7_ASSERTS_ABFulfillment_RedeemCode \ +static_assert(alignof(ABFulfillment_RedeemCode) == 0x000008, "Wrong alignment on ABFulfillment_RedeemCode"); \ +static_assert(sizeof(ABFulfillment_RedeemCode) == 0x000058, "Wrong size on ABFulfillment_RedeemCode"); \ +static_assert(offsetof(ABFulfillment_RedeemCode, Code) == 0x000000, "Member 'ABFulfillment_RedeemCode::Code' has a wrong offset!"); \ +static_assert(offsetof(ABFulfillment_RedeemCode, Region) == 0x000010, "Member 'ABFulfillment_RedeemCode::Region' has a wrong offset!"); \ +static_assert(offsetof(ABFulfillment_RedeemCode, Language) == 0x000020, "Member 'ABFulfillment_RedeemCode::Language' has a wrong offset!"); \ +static_assert(offsetof(ABFulfillment_RedeemCode, OnSuccess) == 0x000030, "Member 'ABFulfillment_RedeemCode::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABFulfillment_RedeemCode, OnError) == 0x000044, "Member 'ABFulfillment_RedeemCode::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABFulfillment \ +static_assert(alignof(UABFulfillment) == 0x000008, "Wrong alignment on UABFulfillment"); \ +static_assert(sizeof(UABFulfillment) == 0x000040, "Wrong size on UABFulfillment"); \ + +#define DUMPER7_ASSERTS_ABGroup_AcceptGroupInvitation \ +static_assert(alignof(ABGroup_AcceptGroupInvitation) == 0x000008, "Wrong alignment on ABGroup_AcceptGroupInvitation"); \ +static_assert(sizeof(ABGroup_AcceptGroupInvitation) == 0x000038, "Wrong size on ABGroup_AcceptGroupInvitation"); \ +static_assert(offsetof(ABGroup_AcceptGroupInvitation, GroupId) == 0x000000, "Member 'ABGroup_AcceptGroupInvitation::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_AcceptGroupInvitation, OnSuccess) == 0x000010, "Member 'ABGroup_AcceptGroupInvitation::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_AcceptGroupInvitation, OnError) == 0x000024, "Member 'ABGroup_AcceptGroupInvitation::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_AcceptGroupJoinRequest \ +static_assert(alignof(ABGroup_AcceptGroupJoinRequest) == 0x000008, "Wrong alignment on ABGroup_AcceptGroupJoinRequest"); \ +static_assert(sizeof(ABGroup_AcceptGroupJoinRequest) == 0x000038, "Wrong size on ABGroup_AcceptGroupJoinRequest"); \ +static_assert(offsetof(ABGroup_AcceptGroupJoinRequest, UserId) == 0x000000, "Member 'ABGroup_AcceptGroupJoinRequest::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_AcceptGroupJoinRequest, OnSuccess) == 0x000010, "Member 'ABGroup_AcceptGroupJoinRequest::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_AcceptGroupJoinRequest, OnError) == 0x000024, "Member 'ABGroup_AcceptGroupJoinRequest::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_AcceptV2GroupInvitation \ +static_assert(alignof(ABGroup_AcceptV2GroupInvitation) == 0x000008, "Wrong alignment on ABGroup_AcceptV2GroupInvitation"); \ +static_assert(sizeof(ABGroup_AcceptV2GroupInvitation) == 0x000038, "Wrong size on ABGroup_AcceptV2GroupInvitation"); \ +static_assert(offsetof(ABGroup_AcceptV2GroupInvitation, GroupId) == 0x000000, "Member 'ABGroup_AcceptV2GroupInvitation::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_AcceptV2GroupInvitation, OnSuccess) == 0x000010, "Member 'ABGroup_AcceptV2GroupInvitation::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_AcceptV2GroupInvitation, OnError) == 0x000024, "Member 'ABGroup_AcceptV2GroupInvitation::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_AcceptV2GroupJoinRequest \ +static_assert(alignof(ABGroup_AcceptV2GroupJoinRequest) == 0x000008, "Wrong alignment on ABGroup_AcceptV2GroupJoinRequest"); \ +static_assert(sizeof(ABGroup_AcceptV2GroupJoinRequest) == 0x000048, "Wrong size on ABGroup_AcceptV2GroupJoinRequest"); \ +static_assert(offsetof(ABGroup_AcceptV2GroupJoinRequest, UserId) == 0x000000, "Member 'ABGroup_AcceptV2GroupJoinRequest::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_AcceptV2GroupJoinRequest, GroupId) == 0x000010, "Member 'ABGroup_AcceptV2GroupJoinRequest::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_AcceptV2GroupJoinRequest, OnSuccess) == 0x000020, "Member 'ABGroup_AcceptV2GroupJoinRequest::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_AcceptV2GroupJoinRequest, OnError) == 0x000034, "Member 'ABGroup_AcceptV2GroupJoinRequest::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_AssignMemberRole \ +static_assert(alignof(ABGroup_AssignMemberRole) == 0x000008, "Wrong alignment on ABGroup_AssignMemberRole"); \ +static_assert(sizeof(ABGroup_AssignMemberRole) == 0x000048, "Wrong size on ABGroup_AssignMemberRole"); \ +static_assert(offsetof(ABGroup_AssignMemberRole, MemberRoleId) == 0x000000, "Member 'ABGroup_AssignMemberRole::MemberRoleId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_AssignMemberRole, RequestContent) == 0x000010, "Member 'ABGroup_AssignMemberRole::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_AssignMemberRole, OnSuccess) == 0x000020, "Member 'ABGroup_AssignMemberRole::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_AssignMemberRole, OnError) == 0x000034, "Member 'ABGroup_AssignMemberRole::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_AssignV2MemberRole \ +static_assert(alignof(ABGroup_AssignV2MemberRole) == 0x000008, "Wrong alignment on ABGroup_AssignV2MemberRole"); \ +static_assert(sizeof(ABGroup_AssignV2MemberRole) == 0x000058, "Wrong size on ABGroup_AssignV2MemberRole"); \ +static_assert(offsetof(ABGroup_AssignV2MemberRole, MemberRoleId) == 0x000000, "Member 'ABGroup_AssignV2MemberRole::MemberRoleId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_AssignV2MemberRole, GroupId) == 0x000010, "Member 'ABGroup_AssignV2MemberRole::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_AssignV2MemberRole, RequestContent) == 0x000020, "Member 'ABGroup_AssignV2MemberRole::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_AssignV2MemberRole, OnSuccess) == 0x000030, "Member 'ABGroup_AssignV2MemberRole::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_AssignV2MemberRole, OnError) == 0x000044, "Member 'ABGroup_AssignV2MemberRole::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_CancelGroupMemberInvitation \ +static_assert(alignof(ABGroup_CancelGroupMemberInvitation) == 0x000008, "Wrong alignment on ABGroup_CancelGroupMemberInvitation"); \ +static_assert(sizeof(ABGroup_CancelGroupMemberInvitation) == 0x000048, "Wrong size on ABGroup_CancelGroupMemberInvitation"); \ +static_assert(offsetof(ABGroup_CancelGroupMemberInvitation, UserId) == 0x000000, "Member 'ABGroup_CancelGroupMemberInvitation::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_CancelGroupMemberInvitation, GroupId) == 0x000010, "Member 'ABGroup_CancelGroupMemberInvitation::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_CancelGroupMemberInvitation, OnSuccess) == 0x000020, "Member 'ABGroup_CancelGroupMemberInvitation::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_CancelGroupMemberInvitation, OnError) == 0x000034, "Member 'ABGroup_CancelGroupMemberInvitation::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_CancelJoinGroupRequest \ +static_assert(alignof(ABGroup_CancelJoinGroupRequest) == 0x000008, "Wrong alignment on ABGroup_CancelJoinGroupRequest"); \ +static_assert(sizeof(ABGroup_CancelJoinGroupRequest) == 0x000038, "Wrong size on ABGroup_CancelJoinGroupRequest"); \ +static_assert(offsetof(ABGroup_CancelJoinGroupRequest, GroupId) == 0x000000, "Member 'ABGroup_CancelJoinGroupRequest::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_CancelJoinGroupRequest, OnSuccess) == 0x000010, "Member 'ABGroup_CancelJoinGroupRequest::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_CancelJoinGroupRequest, OnError) == 0x000024, "Member 'ABGroup_CancelJoinGroupRequest::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_CreateGroup \ +static_assert(alignof(ABGroup_CreateGroup) == 0x000008, "Wrong alignment on ABGroup_CreateGroup"); \ +static_assert(sizeof(ABGroup_CreateGroup) == 0x0000D8, "Wrong size on ABGroup_CreateGroup"); \ +static_assert(offsetof(ABGroup_CreateGroup, RequestContent) == 0x000000, "Member 'ABGroup_CreateGroup::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_CreateGroup, OnSuccess) == 0x0000B0, "Member 'ABGroup_CreateGroup::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_CreateGroup, OnError) == 0x0000C4, "Member 'ABGroup_CreateGroup::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_CreateV2Group \ +static_assert(alignof(ABGroup_CreateV2Group) == 0x000008, "Wrong alignment on ABGroup_CreateV2Group"); \ +static_assert(sizeof(ABGroup_CreateV2Group) == 0x0000D8, "Wrong size on ABGroup_CreateV2Group"); \ +static_assert(offsetof(ABGroup_CreateV2Group, RequestContent) == 0x000000, "Member 'ABGroup_CreateV2Group::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_CreateV2Group, OnSuccess) == 0x0000B0, "Member 'ABGroup_CreateV2Group::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_CreateV2Group, OnError) == 0x0000C4, "Member 'ABGroup_CreateV2Group::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_DeleteGroup \ +static_assert(alignof(ABGroup_DeleteGroup) == 0x000008, "Wrong alignment on ABGroup_DeleteGroup"); \ +static_assert(sizeof(ABGroup_DeleteGroup) == 0x000038, "Wrong size on ABGroup_DeleteGroup"); \ +static_assert(offsetof(ABGroup_DeleteGroup, GroupId) == 0x000000, "Member 'ABGroup_DeleteGroup::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_DeleteGroup, OnSuccess) == 0x000010, "Member 'ABGroup_DeleteGroup::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_DeleteGroup, OnError) == 0x000024, "Member 'ABGroup_DeleteGroup::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_DeleteGroupPredefinedRule \ +static_assert(alignof(ABGroup_DeleteGroupPredefinedRule) == 0x000008, "Wrong alignment on ABGroup_DeleteGroupPredefinedRule"); \ +static_assert(sizeof(ABGroup_DeleteGroupPredefinedRule) == 0x000040, "Wrong size on ABGroup_DeleteGroupPredefinedRule"); \ +static_assert(offsetof(ABGroup_DeleteGroupPredefinedRule, GroupId) == 0x000000, "Member 'ABGroup_DeleteGroupPredefinedRule::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_DeleteGroupPredefinedRule, AllowedAction) == 0x000010, "Member 'ABGroup_DeleteGroupPredefinedRule::AllowedAction' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_DeleteGroupPredefinedRule, OnSuccess) == 0x000014, "Member 'ABGroup_DeleteGroupPredefinedRule::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_DeleteGroupPredefinedRule, OnError) == 0x000028, "Member 'ABGroup_DeleteGroupPredefinedRule::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_DeleteMemberRole \ +static_assert(alignof(ABGroup_DeleteMemberRole) == 0x000008, "Wrong alignment on ABGroup_DeleteMemberRole"); \ +static_assert(sizeof(ABGroup_DeleteMemberRole) == 0x000048, "Wrong size on ABGroup_DeleteMemberRole"); \ +static_assert(offsetof(ABGroup_DeleteMemberRole, MemberRoleId) == 0x000000, "Member 'ABGroup_DeleteMemberRole::MemberRoleId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_DeleteMemberRole, RequestContent) == 0x000010, "Member 'ABGroup_DeleteMemberRole::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_DeleteMemberRole, OnSuccess) == 0x000020, "Member 'ABGroup_DeleteMemberRole::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_DeleteMemberRole, OnError) == 0x000034, "Member 'ABGroup_DeleteMemberRole::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_DeleteV2Group \ +static_assert(alignof(ABGroup_DeleteV2Group) == 0x000008, "Wrong alignment on ABGroup_DeleteV2Group"); \ +static_assert(sizeof(ABGroup_DeleteV2Group) == 0x000038, "Wrong size on ABGroup_DeleteV2Group"); \ +static_assert(offsetof(ABGroup_DeleteV2Group, GroupId) == 0x000000, "Member 'ABGroup_DeleteV2Group::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_DeleteV2Group, OnSuccess) == 0x000010, "Member 'ABGroup_DeleteV2Group::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_DeleteV2Group, OnError) == 0x000024, "Member 'ABGroup_DeleteV2Group::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_DeleteV2GroupPredefinedRule \ +static_assert(alignof(ABGroup_DeleteV2GroupPredefinedRule) == 0x000008, "Wrong alignment on ABGroup_DeleteV2GroupPredefinedRule"); \ +static_assert(sizeof(ABGroup_DeleteV2GroupPredefinedRule) == 0x000040, "Wrong size on ABGroup_DeleteV2GroupPredefinedRule"); \ +static_assert(offsetof(ABGroup_DeleteV2GroupPredefinedRule, GroupId) == 0x000000, "Member 'ABGroup_DeleteV2GroupPredefinedRule::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_DeleteV2GroupPredefinedRule, AllowedAction) == 0x000010, "Member 'ABGroup_DeleteV2GroupPredefinedRule::AllowedAction' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_DeleteV2GroupPredefinedRule, OnSuccess) == 0x000014, "Member 'ABGroup_DeleteV2GroupPredefinedRule::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_DeleteV2GroupPredefinedRule, OnError) == 0x000028, "Member 'ABGroup_DeleteV2GroupPredefinedRule::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_DeleteV2MemberRole \ +static_assert(alignof(ABGroup_DeleteV2MemberRole) == 0x000008, "Wrong alignment on ABGroup_DeleteV2MemberRole"); \ +static_assert(sizeof(ABGroup_DeleteV2MemberRole) == 0x000058, "Wrong size on ABGroup_DeleteV2MemberRole"); \ +static_assert(offsetof(ABGroup_DeleteV2MemberRole, MemberRoleId) == 0x000000, "Member 'ABGroup_DeleteV2MemberRole::MemberRoleId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_DeleteV2MemberRole, GroupId) == 0x000010, "Member 'ABGroup_DeleteV2MemberRole::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_DeleteV2MemberRole, RequestContent) == 0x000020, "Member 'ABGroup_DeleteV2MemberRole::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_DeleteV2MemberRole, OnSuccess) == 0x000030, "Member 'ABGroup_DeleteV2MemberRole::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_DeleteV2MemberRole, OnError) == 0x000044, "Member 'ABGroup_DeleteV2MemberRole::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_GetAllMemberRoles \ +static_assert(alignof(ABGroup_GetAllMemberRoles) == 0x000004, "Wrong alignment on ABGroup_GetAllMemberRoles"); \ +static_assert(sizeof(ABGroup_GetAllMemberRoles) == 0x000030, "Wrong size on ABGroup_GetAllMemberRoles"); \ +static_assert(offsetof(ABGroup_GetAllMemberRoles, RequestContent) == 0x000000, "Member 'ABGroup_GetAllMemberRoles::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetAllMemberRoles, OnSuccess) == 0x000008, "Member 'ABGroup_GetAllMemberRoles::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetAllMemberRoles, OnError) == 0x00001C, "Member 'ABGroup_GetAllMemberRoles::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_GetGroup \ +static_assert(alignof(ABGroup_GetGroup) == 0x000008, "Wrong alignment on ABGroup_GetGroup"); \ +static_assert(sizeof(ABGroup_GetGroup) == 0x000038, "Wrong size on ABGroup_GetGroup"); \ +static_assert(offsetof(ABGroup_GetGroup, GroupId) == 0x000000, "Member 'ABGroup_GetGroup::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetGroup, OnSuccess) == 0x000010, "Member 'ABGroup_GetGroup::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetGroup, OnError) == 0x000024, "Member 'ABGroup_GetGroup::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_GetGroupInviteRequestList \ +static_assert(alignof(ABGroup_GetGroupInviteRequestList) == 0x000008, "Wrong alignment on ABGroup_GetGroupInviteRequestList"); \ +static_assert(sizeof(ABGroup_GetGroupInviteRequestList) == 0x000040, "Wrong size on ABGroup_GetGroupInviteRequestList"); \ +static_assert(offsetof(ABGroup_GetGroupInviteRequestList, GroupId) == 0x000000, "Member 'ABGroup_GetGroupInviteRequestList::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetGroupInviteRequestList, RequestContent) == 0x000010, "Member 'ABGroup_GetGroupInviteRequestList::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetGroupInviteRequestList, OnSuccess) == 0x000018, "Member 'ABGroup_GetGroupInviteRequestList::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetGroupInviteRequestList, OnError) == 0x00002C, "Member 'ABGroup_GetGroupInviteRequestList::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_GetGroupJoinRequestList \ +static_assert(alignof(ABGroup_GetGroupJoinRequestList) == 0x000008, "Wrong alignment on ABGroup_GetGroupJoinRequestList"); \ +static_assert(sizeof(ABGroup_GetGroupJoinRequestList) == 0x000040, "Wrong size on ABGroup_GetGroupJoinRequestList"); \ +static_assert(offsetof(ABGroup_GetGroupJoinRequestList, GroupId) == 0x000000, "Member 'ABGroup_GetGroupJoinRequestList::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetGroupJoinRequestList, RequestContent) == 0x000010, "Member 'ABGroup_GetGroupJoinRequestList::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetGroupJoinRequestList, OnSuccess) == 0x000018, "Member 'ABGroup_GetGroupJoinRequestList::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetGroupJoinRequestList, OnError) == 0x00002C, "Member 'ABGroup_GetGroupJoinRequestList::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_GetGroupJoinRequests \ +static_assert(alignof(ABGroup_GetGroupJoinRequests) == 0x000008, "Wrong alignment on ABGroup_GetGroupJoinRequests"); \ +static_assert(sizeof(ABGroup_GetGroupJoinRequests) == 0x000040, "Wrong size on ABGroup_GetGroupJoinRequests"); \ +static_assert(offsetof(ABGroup_GetGroupJoinRequests, GroupId) == 0x000000, "Member 'ABGroup_GetGroupJoinRequests::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetGroupJoinRequests, RequestContent) == 0x000010, "Member 'ABGroup_GetGroupJoinRequests::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetGroupJoinRequests, OnSuccess) == 0x000018, "Member 'ABGroup_GetGroupJoinRequests::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetGroupJoinRequests, OnError) == 0x00002C, "Member 'ABGroup_GetGroupJoinRequests::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_GetGroupList \ +static_assert(alignof(ABGroup_GetGroupList) == 0x000008, "Wrong alignment on ABGroup_GetGroupList"); \ +static_assert(sizeof(ABGroup_GetGroupList) == 0x000050, "Wrong size on ABGroup_GetGroupList"); \ +static_assert(offsetof(ABGroup_GetGroupList, RequestContent) == 0x000000, "Member 'ABGroup_GetGroupList::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetGroupList, OnSuccess) == 0x000028, "Member 'ABGroup_GetGroupList::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetGroupList, OnError) == 0x00003C, "Member 'ABGroup_GetGroupList::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_GetGroupMembersListByGroupId \ +static_assert(alignof(ABGroup_GetGroupMembersListByGroupId) == 0x000008, "Wrong alignment on ABGroup_GetGroupMembersListByGroupId"); \ +static_assert(sizeof(ABGroup_GetGroupMembersListByGroupId) == 0x000048, "Wrong size on ABGroup_GetGroupMembersListByGroupId"); \ +static_assert(offsetof(ABGroup_GetGroupMembersListByGroupId, GroupId) == 0x000000, "Member 'ABGroup_GetGroupMembersListByGroupId::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetGroupMembersListByGroupId, RequestContent) == 0x000010, "Member 'ABGroup_GetGroupMembersListByGroupId::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetGroupMembersListByGroupId, OnSuccess) == 0x00001C, "Member 'ABGroup_GetGroupMembersListByGroupId::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetGroupMembersListByGroupId, OnError) == 0x000030, "Member 'ABGroup_GetGroupMembersListByGroupId::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_GetGroupsByGroupIds \ +static_assert(alignof(ABGroup_GetGroupsByGroupIds) == 0x000008, "Wrong alignment on ABGroup_GetGroupsByGroupIds"); \ +static_assert(sizeof(ABGroup_GetGroupsByGroupIds) == 0x000038, "Wrong size on ABGroup_GetGroupsByGroupIds"); \ +static_assert(offsetof(ABGroup_GetGroupsByGroupIds, GroupIds) == 0x000000, "Member 'ABGroup_GetGroupsByGroupIds::GroupIds' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetGroupsByGroupIds, OnSuccess) == 0x000010, "Member 'ABGroup_GetGroupsByGroupIds::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetGroupsByGroupIds, OnError) == 0x000024, "Member 'ABGroup_GetGroupsByGroupIds::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_GetMemberRoles \ +static_assert(alignof(ABGroup_GetMemberRoles) == 0x000004, "Wrong alignment on ABGroup_GetMemberRoles"); \ +static_assert(sizeof(ABGroup_GetMemberRoles) == 0x000030, "Wrong size on ABGroup_GetMemberRoles"); \ +static_assert(offsetof(ABGroup_GetMemberRoles, RequestContent) == 0x000000, "Member 'ABGroup_GetMemberRoles::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetMemberRoles, OnSuccess) == 0x000008, "Member 'ABGroup_GetMemberRoles::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetMemberRoles, OnError) == 0x00001C, "Member 'ABGroup_GetMemberRoles::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_GetMyJoinedGroupInfo \ +static_assert(alignof(ABGroup_GetMyJoinedGroupInfo) == 0x000004, "Wrong alignment on ABGroup_GetMyJoinedGroupInfo"); \ +static_assert(sizeof(ABGroup_GetMyJoinedGroupInfo) == 0x000030, "Wrong size on ABGroup_GetMyJoinedGroupInfo"); \ +static_assert(offsetof(ABGroup_GetMyJoinedGroupInfo, RequestContent) == 0x000000, "Member 'ABGroup_GetMyJoinedGroupInfo::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetMyJoinedGroupInfo, OnSuccess) == 0x000008, "Member 'ABGroup_GetMyJoinedGroupInfo::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetMyJoinedGroupInfo, OnError) == 0x00001C, "Member 'ABGroup_GetMyJoinedGroupInfo::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_GetMyJoinGroupRequest \ +static_assert(alignof(ABGroup_GetMyJoinGroupRequest) == 0x000004, "Wrong alignment on ABGroup_GetMyJoinGroupRequest"); \ +static_assert(sizeof(ABGroup_GetMyJoinGroupRequest) == 0x000030, "Wrong size on ABGroup_GetMyJoinGroupRequest"); \ +static_assert(offsetof(ABGroup_GetMyJoinGroupRequest, RequestContent) == 0x000000, "Member 'ABGroup_GetMyJoinGroupRequest::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetMyJoinGroupRequest, OnSuccess) == 0x000008, "Member 'ABGroup_GetMyJoinGroupRequest::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetMyJoinGroupRequest, OnError) == 0x00001C, "Member 'ABGroup_GetMyJoinGroupRequest::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_GetUserGroupInfoByUserId \ +static_assert(alignof(ABGroup_GetUserGroupInfoByUserId) == 0x000008, "Wrong alignment on ABGroup_GetUserGroupInfoByUserId"); \ +static_assert(sizeof(ABGroup_GetUserGroupInfoByUserId) == 0x000038, "Wrong size on ABGroup_GetUserGroupInfoByUserId"); \ +static_assert(offsetof(ABGroup_GetUserGroupInfoByUserId, UserId) == 0x000000, "Member 'ABGroup_GetUserGroupInfoByUserId::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetUserGroupInfoByUserId, OnSuccess) == 0x000010, "Member 'ABGroup_GetUserGroupInfoByUserId::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetUserGroupInfoByUserId, OnError) == 0x000024, "Member 'ABGroup_GetUserGroupInfoByUserId::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_GetUserGroupStatusInfo \ +static_assert(alignof(ABGroup_GetUserGroupStatusInfo) == 0x000008, "Wrong alignment on ABGroup_GetUserGroupStatusInfo"); \ +static_assert(sizeof(ABGroup_GetUserGroupStatusInfo) == 0x000048, "Wrong size on ABGroup_GetUserGroupStatusInfo"); \ +static_assert(offsetof(ABGroup_GetUserGroupStatusInfo, UserId) == 0x000000, "Member 'ABGroup_GetUserGroupStatusInfo::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetUserGroupStatusInfo, GroupId) == 0x000010, "Member 'ABGroup_GetUserGroupStatusInfo::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetUserGroupStatusInfo, OnSuccess) == 0x000020, "Member 'ABGroup_GetUserGroupStatusInfo::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_GetUserGroupStatusInfo, OnError) == 0x000034, "Member 'ABGroup_GetUserGroupStatusInfo::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_InviteUserToGroup \ +static_assert(alignof(ABGroup_InviteUserToGroup) == 0x000008, "Wrong alignment on ABGroup_InviteUserToGroup"); \ +static_assert(sizeof(ABGroup_InviteUserToGroup) == 0x000038, "Wrong size on ABGroup_InviteUserToGroup"); \ +static_assert(offsetof(ABGroup_InviteUserToGroup, UserId) == 0x000000, "Member 'ABGroup_InviteUserToGroup::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_InviteUserToGroup, OnSuccess) == 0x000010, "Member 'ABGroup_InviteUserToGroup::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_InviteUserToGroup, OnError) == 0x000024, "Member 'ABGroup_InviteUserToGroup::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_InviteUserToV2Group \ +static_assert(alignof(ABGroup_InviteUserToV2Group) == 0x000008, "Wrong alignment on ABGroup_InviteUserToV2Group"); \ +static_assert(sizeof(ABGroup_InviteUserToV2Group) == 0x000048, "Wrong size on ABGroup_InviteUserToV2Group"); \ +static_assert(offsetof(ABGroup_InviteUserToV2Group, UserId) == 0x000000, "Member 'ABGroup_InviteUserToV2Group::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_InviteUserToV2Group, GroupId) == 0x000010, "Member 'ABGroup_InviteUserToV2Group::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_InviteUserToV2Group, OnSuccess) == 0x000020, "Member 'ABGroup_InviteUserToV2Group::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_InviteUserToV2Group, OnError) == 0x000034, "Member 'ABGroup_InviteUserToV2Group::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_JoinGroup \ +static_assert(alignof(ABGroup_JoinGroup) == 0x000008, "Wrong alignment on ABGroup_JoinGroup"); \ +static_assert(sizeof(ABGroup_JoinGroup) == 0x000038, "Wrong size on ABGroup_JoinGroup"); \ +static_assert(offsetof(ABGroup_JoinGroup, GroupId) == 0x000000, "Member 'ABGroup_JoinGroup::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_JoinGroup, OnSuccess) == 0x000010, "Member 'ABGroup_JoinGroup::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_JoinGroup, OnError) == 0x000024, "Member 'ABGroup_JoinGroup::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_JoinV2Group \ +static_assert(alignof(ABGroup_JoinV2Group) == 0x000008, "Wrong alignment on ABGroup_JoinV2Group"); \ +static_assert(sizeof(ABGroup_JoinV2Group) == 0x000038, "Wrong size on ABGroup_JoinV2Group"); \ +static_assert(offsetof(ABGroup_JoinV2Group, GroupId) == 0x000000, "Member 'ABGroup_JoinV2Group::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_JoinV2Group, OnSuccess) == 0x000010, "Member 'ABGroup_JoinV2Group::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_JoinV2Group, OnError) == 0x000024, "Member 'ABGroup_JoinV2Group::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_KickGroupMember \ +static_assert(alignof(ABGroup_KickGroupMember) == 0x000008, "Wrong alignment on ABGroup_KickGroupMember"); \ +static_assert(sizeof(ABGroup_KickGroupMember) == 0x000038, "Wrong size on ABGroup_KickGroupMember"); \ +static_assert(offsetof(ABGroup_KickGroupMember, UserId) == 0x000000, "Member 'ABGroup_KickGroupMember::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_KickGroupMember, OnSuccess) == 0x000010, "Member 'ABGroup_KickGroupMember::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_KickGroupMember, OnError) == 0x000024, "Member 'ABGroup_KickGroupMember::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_KickV2GroupMember \ +static_assert(alignof(ABGroup_KickV2GroupMember) == 0x000008, "Wrong alignment on ABGroup_KickV2GroupMember"); \ +static_assert(sizeof(ABGroup_KickV2GroupMember) == 0x000048, "Wrong size on ABGroup_KickV2GroupMember"); \ +static_assert(offsetof(ABGroup_KickV2GroupMember, UserId) == 0x000000, "Member 'ABGroup_KickV2GroupMember::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_KickV2GroupMember, GroupId) == 0x000010, "Member 'ABGroup_KickV2GroupMember::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_KickV2GroupMember, OnSuccess) == 0x000020, "Member 'ABGroup_KickV2GroupMember::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_KickV2GroupMember, OnError) == 0x000034, "Member 'ABGroup_KickV2GroupMember::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_LeaveGroup \ +static_assert(alignof(ABGroup_LeaveGroup) == 0x000004, "Wrong alignment on ABGroup_LeaveGroup"); \ +static_assert(sizeof(ABGroup_LeaveGroup) == 0x000028, "Wrong size on ABGroup_LeaveGroup"); \ +static_assert(offsetof(ABGroup_LeaveGroup, OnSuccess) == 0x000000, "Member 'ABGroup_LeaveGroup::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_LeaveGroup, OnError) == 0x000014, "Member 'ABGroup_LeaveGroup::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_LeaveV2Group \ +static_assert(alignof(ABGroup_LeaveV2Group) == 0x000008, "Wrong alignment on ABGroup_LeaveV2Group"); \ +static_assert(sizeof(ABGroup_LeaveV2Group) == 0x000038, "Wrong size on ABGroup_LeaveV2Group"); \ +static_assert(offsetof(ABGroup_LeaveV2Group, GroupId) == 0x000000, "Member 'ABGroup_LeaveV2Group::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_LeaveV2Group, OnSuccess) == 0x000010, "Member 'ABGroup_LeaveV2Group::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_LeaveV2Group, OnError) == 0x000024, "Member 'ABGroup_LeaveV2Group::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_RejectGroupInvitation \ +static_assert(alignof(ABGroup_RejectGroupInvitation) == 0x000008, "Wrong alignment on ABGroup_RejectGroupInvitation"); \ +static_assert(sizeof(ABGroup_RejectGroupInvitation) == 0x000038, "Wrong size on ABGroup_RejectGroupInvitation"); \ +static_assert(offsetof(ABGroup_RejectGroupInvitation, GroupId) == 0x000000, "Member 'ABGroup_RejectGroupInvitation::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_RejectGroupInvitation, OnSuccess) == 0x000010, "Member 'ABGroup_RejectGroupInvitation::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_RejectGroupInvitation, OnError) == 0x000024, "Member 'ABGroup_RejectGroupInvitation::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_RejectGroupJoinRequest \ +static_assert(alignof(ABGroup_RejectGroupJoinRequest) == 0x000008, "Wrong alignment on ABGroup_RejectGroupJoinRequest"); \ +static_assert(sizeof(ABGroup_RejectGroupJoinRequest) == 0x000038, "Wrong size on ABGroup_RejectGroupJoinRequest"); \ +static_assert(offsetof(ABGroup_RejectGroupJoinRequest, UserId) == 0x000000, "Member 'ABGroup_RejectGroupJoinRequest::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_RejectGroupJoinRequest, OnSuccess) == 0x000010, "Member 'ABGroup_RejectGroupJoinRequest::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_RejectGroupJoinRequest, OnError) == 0x000024, "Member 'ABGroup_RejectGroupJoinRequest::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_RejectV2GroupInvitation \ +static_assert(alignof(ABGroup_RejectV2GroupInvitation) == 0x000008, "Wrong alignment on ABGroup_RejectV2GroupInvitation"); \ +static_assert(sizeof(ABGroup_RejectV2GroupInvitation) == 0x000038, "Wrong size on ABGroup_RejectV2GroupInvitation"); \ +static_assert(offsetof(ABGroup_RejectV2GroupInvitation, GroupId) == 0x000000, "Member 'ABGroup_RejectV2GroupInvitation::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_RejectV2GroupInvitation, OnSuccess) == 0x000010, "Member 'ABGroup_RejectV2GroupInvitation::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_RejectV2GroupInvitation, OnError) == 0x000024, "Member 'ABGroup_RejectV2GroupInvitation::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_RejectV2GroupJoinRequest \ +static_assert(alignof(ABGroup_RejectV2GroupJoinRequest) == 0x000008, "Wrong alignment on ABGroup_RejectV2GroupJoinRequest"); \ +static_assert(sizeof(ABGroup_RejectV2GroupJoinRequest) == 0x000048, "Wrong size on ABGroup_RejectV2GroupJoinRequest"); \ +static_assert(offsetof(ABGroup_RejectV2GroupJoinRequest, UserId) == 0x000000, "Member 'ABGroup_RejectV2GroupJoinRequest::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_RejectV2GroupJoinRequest, GroupId) == 0x000010, "Member 'ABGroup_RejectV2GroupJoinRequest::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_RejectV2GroupJoinRequest, OnSuccess) == 0x000020, "Member 'ABGroup_RejectV2GroupJoinRequest::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_RejectV2GroupJoinRequest, OnError) == 0x000034, "Member 'ABGroup_RejectV2GroupJoinRequest::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_UpdateGroup \ +static_assert(alignof(ABGroup_UpdateGroup) == 0x000008, "Wrong alignment on ABGroup_UpdateGroup"); \ +static_assert(sizeof(ABGroup_UpdateGroup) == 0x0000A8, "Wrong size on ABGroup_UpdateGroup"); \ +static_assert(offsetof(ABGroup_UpdateGroup, GroupId) == 0x000000, "Member 'ABGroup_UpdateGroup::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateGroup, bCompletelyReplace) == 0x000010, "Member 'ABGroup_UpdateGroup::bCompletelyReplace' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateGroup, RequestContent) == 0x000018, "Member 'ABGroup_UpdateGroup::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateGroup, OnSuccess) == 0x000080, "Member 'ABGroup_UpdateGroup::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateGroup, OnError) == 0x000094, "Member 'ABGroup_UpdateGroup::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_UpdateGroupCustomAttributes \ +static_assert(alignof(ABGroup_UpdateGroupCustomAttributes) == 0x000008, "Wrong alignment on ABGroup_UpdateGroupCustomAttributes"); \ +static_assert(sizeof(ABGroup_UpdateGroupCustomAttributes) == 0x000058, "Wrong size on ABGroup_UpdateGroupCustomAttributes"); \ +static_assert(offsetof(ABGroup_UpdateGroupCustomAttributes, GroupId) == 0x000000, "Member 'ABGroup_UpdateGroupCustomAttributes::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateGroupCustomAttributes, RequestContent) == 0x000010, "Member 'ABGroup_UpdateGroupCustomAttributes::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateGroupCustomAttributes, OnSuccess) == 0x000030, "Member 'ABGroup_UpdateGroupCustomAttributes::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateGroupCustomAttributes, OnError) == 0x000044, "Member 'ABGroup_UpdateGroupCustomAttributes::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_UpdateGroupCustomRule \ +static_assert(alignof(ABGroup_UpdateGroupCustomRule) == 0x000008, "Wrong alignment on ABGroup_UpdateGroupCustomRule"); \ +static_assert(sizeof(ABGroup_UpdateGroupCustomRule) == 0x000058, "Wrong size on ABGroup_UpdateGroupCustomRule"); \ +static_assert(offsetof(ABGroup_UpdateGroupCustomRule, GroupId) == 0x000000, "Member 'ABGroup_UpdateGroupCustomRule::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateGroupCustomRule, RequestContent) == 0x000010, "Member 'ABGroup_UpdateGroupCustomRule::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateGroupCustomRule, OnSuccess) == 0x000030, "Member 'ABGroup_UpdateGroupCustomRule::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateGroupCustomRule, OnError) == 0x000044, "Member 'ABGroup_UpdateGroupCustomRule::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_UpdateGroupPredefinedRule \ +static_assert(alignof(ABGroup_UpdateGroupPredefinedRule) == 0x000008, "Wrong alignment on ABGroup_UpdateGroupPredefinedRule"); \ +static_assert(sizeof(ABGroup_UpdateGroupPredefinedRule) == 0x000050, "Wrong size on ABGroup_UpdateGroupPredefinedRule"); \ +static_assert(offsetof(ABGroup_UpdateGroupPredefinedRule, GroupId) == 0x000000, "Member 'ABGroup_UpdateGroupPredefinedRule::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateGroupPredefinedRule, AllowedAction) == 0x000010, "Member 'ABGroup_UpdateGroupPredefinedRule::AllowedAction' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateGroupPredefinedRule, RequestContent) == 0x000018, "Member 'ABGroup_UpdateGroupPredefinedRule::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateGroupPredefinedRule, OnSuccess) == 0x000028, "Member 'ABGroup_UpdateGroupPredefinedRule::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateGroupPredefinedRule, OnError) == 0x00003C, "Member 'ABGroup_UpdateGroupPredefinedRule::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_UpdateV2Group \ +static_assert(alignof(ABGroup_UpdateV2Group) == 0x000008, "Wrong alignment on ABGroup_UpdateV2Group"); \ +static_assert(sizeof(ABGroup_UpdateV2Group) == 0x000080, "Wrong size on ABGroup_UpdateV2Group"); \ +static_assert(offsetof(ABGroup_UpdateV2Group, GroupId) == 0x000000, "Member 'ABGroup_UpdateV2Group::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateV2Group, RequestContent) == 0x000010, "Member 'ABGroup_UpdateV2Group::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateV2Group, OnSuccess) == 0x000058, "Member 'ABGroup_UpdateV2Group::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateV2Group, OnError) == 0x00006C, "Member 'ABGroup_UpdateV2Group::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_UpdateV2GroupCustomAttributes \ +static_assert(alignof(ABGroup_UpdateV2GroupCustomAttributes) == 0x000008, "Wrong alignment on ABGroup_UpdateV2GroupCustomAttributes"); \ +static_assert(sizeof(ABGroup_UpdateV2GroupCustomAttributes) == 0x000058, "Wrong size on ABGroup_UpdateV2GroupCustomAttributes"); \ +static_assert(offsetof(ABGroup_UpdateV2GroupCustomAttributes, GroupId) == 0x000000, "Member 'ABGroup_UpdateV2GroupCustomAttributes::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateV2GroupCustomAttributes, RequestContent) == 0x000010, "Member 'ABGroup_UpdateV2GroupCustomAttributes::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateV2GroupCustomAttributes, OnSuccess) == 0x000030, "Member 'ABGroup_UpdateV2GroupCustomAttributes::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateV2GroupCustomAttributes, OnError) == 0x000044, "Member 'ABGroup_UpdateV2GroupCustomAttributes::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_UpdateV2GroupCustomRule \ +static_assert(alignof(ABGroup_UpdateV2GroupCustomRule) == 0x000008, "Wrong alignment on ABGroup_UpdateV2GroupCustomRule"); \ +static_assert(sizeof(ABGroup_UpdateV2GroupCustomRule) == 0x000058, "Wrong size on ABGroup_UpdateV2GroupCustomRule"); \ +static_assert(offsetof(ABGroup_UpdateV2GroupCustomRule, GroupId) == 0x000000, "Member 'ABGroup_UpdateV2GroupCustomRule::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateV2GroupCustomRule, RequestContent) == 0x000010, "Member 'ABGroup_UpdateV2GroupCustomRule::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateV2GroupCustomRule, OnSuccess) == 0x000030, "Member 'ABGroup_UpdateV2GroupCustomRule::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateV2GroupCustomRule, OnError) == 0x000044, "Member 'ABGroup_UpdateV2GroupCustomRule::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGroup_UpdateV2GroupPredefinedRule \ +static_assert(alignof(ABGroup_UpdateV2GroupPredefinedRule) == 0x000008, "Wrong alignment on ABGroup_UpdateV2GroupPredefinedRule"); \ +static_assert(sizeof(ABGroup_UpdateV2GroupPredefinedRule) == 0x000050, "Wrong size on ABGroup_UpdateV2GroupPredefinedRule"); \ +static_assert(offsetof(ABGroup_UpdateV2GroupPredefinedRule, GroupId) == 0x000000, "Member 'ABGroup_UpdateV2GroupPredefinedRule::GroupId' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateV2GroupPredefinedRule, AllowedAction) == 0x000010, "Member 'ABGroup_UpdateV2GroupPredefinedRule::AllowedAction' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateV2GroupPredefinedRule, RequestContent) == 0x000018, "Member 'ABGroup_UpdateV2GroupPredefinedRule::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateV2GroupPredefinedRule, OnSuccess) == 0x000028, "Member 'ABGroup_UpdateV2GroupPredefinedRule::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABGroup_UpdateV2GroupPredefinedRule, OnError) == 0x00003C, "Member 'ABGroup_UpdateV2GroupPredefinedRule::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABGroup \ +static_assert(alignof(UABGroup) == 0x000008, "Wrong alignment on UABGroup"); \ +static_assert(sizeof(UABGroup) == 0x000040, "Wrong size on UABGroup"); \ + +#define DUMPER7_ASSERTS_ABLeaderboard_GetBulkUserRankingV3 \ +static_assert(alignof(ABLeaderboard_GetBulkUserRankingV3) == 0x000008, "Wrong alignment on ABLeaderboard_GetBulkUserRankingV3"); \ +static_assert(sizeof(ABLeaderboard_GetBulkUserRankingV3) == 0x000048, "Wrong size on ABLeaderboard_GetBulkUserRankingV3"); \ +static_assert(offsetof(ABLeaderboard_GetBulkUserRankingV3, UserIds) == 0x000000, "Member 'ABLeaderboard_GetBulkUserRankingV3::UserIds' has a wrong offset!"); \ +static_assert(offsetof(ABLeaderboard_GetBulkUserRankingV3, LeaderboardCode) == 0x000010, "Member 'ABLeaderboard_GetBulkUserRankingV3::LeaderboardCode' has a wrong offset!"); \ +static_assert(offsetof(ABLeaderboard_GetBulkUserRankingV3, OnSuccess) == 0x000020, "Member 'ABLeaderboard_GetBulkUserRankingV3::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABLeaderboard_GetBulkUserRankingV3, OnError) == 0x000034, "Member 'ABLeaderboard_GetBulkUserRankingV3::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABLeaderboard_GetLeaderboards \ +static_assert(alignof(ABLeaderboard_GetLeaderboards) == 0x000004, "Wrong alignment on ABLeaderboard_GetLeaderboards"); \ +static_assert(sizeof(ABLeaderboard_GetLeaderboards) == 0x000030, "Wrong size on ABLeaderboard_GetLeaderboards"); \ +static_assert(offsetof(ABLeaderboard_GetLeaderboards, Offset) == 0x000000, "Member 'ABLeaderboard_GetLeaderboards::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABLeaderboard_GetLeaderboards, Limit) == 0x000004, "Member 'ABLeaderboard_GetLeaderboards::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABLeaderboard_GetLeaderboards, OnSuccess) == 0x000008, "Member 'ABLeaderboard_GetLeaderboards::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABLeaderboard_GetLeaderboards, OnError) == 0x00001C, "Member 'ABLeaderboard_GetLeaderboards::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABLeaderboard_GetRankingByCycle \ +static_assert(alignof(ABLeaderboard_GetRankingByCycle) == 0x000008, "Wrong alignment on ABLeaderboard_GetRankingByCycle"); \ +static_assert(sizeof(ABLeaderboard_GetRankingByCycle) == 0x000050, "Wrong size on ABLeaderboard_GetRankingByCycle"); \ +static_assert(offsetof(ABLeaderboard_GetRankingByCycle, LeaderboardCode) == 0x000000, "Member 'ABLeaderboard_GetRankingByCycle::LeaderboardCode' has a wrong offset!"); \ +static_assert(offsetof(ABLeaderboard_GetRankingByCycle, CycleId) == 0x000010, "Member 'ABLeaderboard_GetRankingByCycle::CycleId' has a wrong offset!"); \ +static_assert(offsetof(ABLeaderboard_GetRankingByCycle, Offset) == 0x000020, "Member 'ABLeaderboard_GetRankingByCycle::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABLeaderboard_GetRankingByCycle, Limit) == 0x000024, "Member 'ABLeaderboard_GetRankingByCycle::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABLeaderboard_GetRankingByCycle, OnSuccess) == 0x000028, "Member 'ABLeaderboard_GetRankingByCycle::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABLeaderboard_GetRankingByCycle, OnError) == 0x00003C, "Member 'ABLeaderboard_GetRankingByCycle::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABLeaderboard_GetRankings \ +static_assert(alignof(ABLeaderboard_GetRankings) == 0x000008, "Wrong alignment on ABLeaderboard_GetRankings"); \ +static_assert(sizeof(ABLeaderboard_GetRankings) == 0x000048, "Wrong size on ABLeaderboard_GetRankings"); \ +static_assert(offsetof(ABLeaderboard_GetRankings, LeaderboardCode) == 0x000000, "Member 'ABLeaderboard_GetRankings::LeaderboardCode' has a wrong offset!"); \ +static_assert(offsetof(ABLeaderboard_GetRankings, TimeFrame) == 0x000010, "Member 'ABLeaderboard_GetRankings::TimeFrame' has a wrong offset!"); \ +static_assert(offsetof(ABLeaderboard_GetRankings, Offset) == 0x000014, "Member 'ABLeaderboard_GetRankings::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABLeaderboard_GetRankings, Limit) == 0x000018, "Member 'ABLeaderboard_GetRankings::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABLeaderboard_GetRankings, OnSuccess) == 0x00001C, "Member 'ABLeaderboard_GetRankings::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABLeaderboard_GetRankings, OnError) == 0x000030, "Member 'ABLeaderboard_GetRankings::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABLeaderboard_GetRankingsV3 \ +static_assert(alignof(ABLeaderboard_GetRankingsV3) == 0x000008, "Wrong alignment on ABLeaderboard_GetRankingsV3"); \ +static_assert(sizeof(ABLeaderboard_GetRankingsV3) == 0x000040, "Wrong size on ABLeaderboard_GetRankingsV3"); \ +static_assert(offsetof(ABLeaderboard_GetRankingsV3, LeaderboardCode) == 0x000000, "Member 'ABLeaderboard_GetRankingsV3::LeaderboardCode' has a wrong offset!"); \ +static_assert(offsetof(ABLeaderboard_GetRankingsV3, Offset) == 0x000010, "Member 'ABLeaderboard_GetRankingsV3::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABLeaderboard_GetRankingsV3, Limit) == 0x000014, "Member 'ABLeaderboard_GetRankingsV3::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABLeaderboard_GetRankingsV3, OnSuccess) == 0x000018, "Member 'ABLeaderboard_GetRankingsV3::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABLeaderboard_GetRankingsV3, OnError) == 0x00002C, "Member 'ABLeaderboard_GetRankingsV3::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABLeaderboard_GetUserRanking \ +static_assert(alignof(ABLeaderboard_GetUserRanking) == 0x000008, "Wrong alignment on ABLeaderboard_GetUserRanking"); \ +static_assert(sizeof(ABLeaderboard_GetUserRanking) == 0x000048, "Wrong size on ABLeaderboard_GetUserRanking"); \ +static_assert(offsetof(ABLeaderboard_GetUserRanking, UserId) == 0x000000, "Member 'ABLeaderboard_GetUserRanking::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABLeaderboard_GetUserRanking, LeaderboardCode) == 0x000010, "Member 'ABLeaderboard_GetUserRanking::LeaderboardCode' has a wrong offset!"); \ +static_assert(offsetof(ABLeaderboard_GetUserRanking, OnSuccess) == 0x000020, "Member 'ABLeaderboard_GetUserRanking::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABLeaderboard_GetUserRanking, OnError) == 0x000034, "Member 'ABLeaderboard_GetUserRanking::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABLeaderboard_GetUserRankingV3 \ +static_assert(alignof(ABLeaderboard_GetUserRankingV3) == 0x000008, "Wrong alignment on ABLeaderboard_GetUserRankingV3"); \ +static_assert(sizeof(ABLeaderboard_GetUserRankingV3) == 0x000048, "Wrong size on ABLeaderboard_GetUserRankingV3"); \ +static_assert(offsetof(ABLeaderboard_GetUserRankingV3, UserId) == 0x000000, "Member 'ABLeaderboard_GetUserRankingV3::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABLeaderboard_GetUserRankingV3, LeaderboardCode) == 0x000010, "Member 'ABLeaderboard_GetUserRankingV3::LeaderboardCode' has a wrong offset!"); \ +static_assert(offsetof(ABLeaderboard_GetUserRankingV3, OnSuccess) == 0x000020, "Member 'ABLeaderboard_GetUserRankingV3::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABLeaderboard_GetUserRankingV3, OnError) == 0x000034, "Member 'ABLeaderboard_GetUserRankingV3::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABLeaderboard \ +static_assert(alignof(UABLeaderboard) == 0x000008, "Wrong alignment on UABLeaderboard"); \ +static_assert(sizeof(UABLeaderboard) == 0x000040, "Wrong size on UABLeaderboard"); \ + +#define DUMPER7_ASSERTS_ABMatchmaking_CancelMatchmaking \ +static_assert(alignof(ABMatchmaking_CancelMatchmaking) == 0x000008, "Wrong alignment on ABMatchmaking_CancelMatchmaking"); \ +static_assert(sizeof(ABMatchmaking_CancelMatchmaking) == 0x000040, "Wrong size on ABMatchmaking_CancelMatchmaking"); \ +static_assert(offsetof(ABMatchmaking_CancelMatchmaking, Request) == 0x000000, "Member 'ABMatchmaking_CancelMatchmaking::Request' has a wrong offset!"); \ +static_assert(offsetof(ABMatchmaking_CancelMatchmaking, OnResponse) == 0x000018, "Member 'ABMatchmaking_CancelMatchmaking::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABMatchmaking_CancelMatchmaking, OnError) == 0x00002C, "Member 'ABMatchmaking_CancelMatchmaking::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABMatchmaking_SetOnDs \ +static_assert(alignof(ABMatchmaking_SetOnDs) == 0x000004, "Wrong alignment on ABMatchmaking_SetOnDs"); \ +static_assert(sizeof(ABMatchmaking_SetOnDs) == 0x000014, "Wrong size on ABMatchmaking_SetOnDs"); \ +static_assert(offsetof(ABMatchmaking_SetOnDs, OnNotif) == 0x000000, "Member 'ABMatchmaking_SetOnDs::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABMatchmaking_SetOnMatchmaking \ +static_assert(alignof(ABMatchmaking_SetOnMatchmaking) == 0x000004, "Wrong alignment on ABMatchmaking_SetOnMatchmaking"); \ +static_assert(sizeof(ABMatchmaking_SetOnMatchmaking) == 0x000014, "Wrong size on ABMatchmaking_SetOnMatchmaking"); \ +static_assert(offsetof(ABMatchmaking_SetOnMatchmaking, OnNotif) == 0x000000, "Member 'ABMatchmaking_SetOnMatchmaking::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABMatchmaking_SetOnRematchmaking \ +static_assert(alignof(ABMatchmaking_SetOnRematchmaking) == 0x000004, "Wrong alignment on ABMatchmaking_SetOnRematchmaking"); \ +static_assert(sizeof(ABMatchmaking_SetOnRematchmaking) == 0x000014, "Wrong size on ABMatchmaking_SetOnRematchmaking"); \ +static_assert(offsetof(ABMatchmaking_SetOnRematchmaking, OnNotif) == 0x000000, "Member 'ABMatchmaking_SetOnRematchmaking::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABMatchmaking_SetOnSetReadyConsent \ +static_assert(alignof(ABMatchmaking_SetOnSetReadyConsent) == 0x000004, "Wrong alignment on ABMatchmaking_SetOnSetReadyConsent"); \ +static_assert(sizeof(ABMatchmaking_SetOnSetReadyConsent) == 0x000014, "Wrong size on ABMatchmaking_SetOnSetReadyConsent"); \ +static_assert(offsetof(ABMatchmaking_SetOnSetReadyConsent, OnNotif) == 0x000000, "Member 'ABMatchmaking_SetOnSetReadyConsent::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABMatchmaking_SetOnSetRejectConsent \ +static_assert(alignof(ABMatchmaking_SetOnSetRejectConsent) == 0x000004, "Wrong alignment on ABMatchmaking_SetOnSetRejectConsent"); \ +static_assert(sizeof(ABMatchmaking_SetOnSetRejectConsent) == 0x000014, "Wrong size on ABMatchmaking_SetOnSetRejectConsent"); \ +static_assert(offsetof(ABMatchmaking_SetOnSetRejectConsent, OnNotif) == 0x000000, "Member 'ABMatchmaking_SetOnSetRejectConsent::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABMatchmaking_SetReadyConsent \ +static_assert(alignof(ABMatchmaking_SetReadyConsent) == 0x000008, "Wrong alignment on ABMatchmaking_SetReadyConsent"); \ +static_assert(sizeof(ABMatchmaking_SetReadyConsent) == 0x000038, "Wrong size on ABMatchmaking_SetReadyConsent"); \ +static_assert(offsetof(ABMatchmaking_SetReadyConsent, Request) == 0x000000, "Member 'ABMatchmaking_SetReadyConsent::Request' has a wrong offset!"); \ +static_assert(offsetof(ABMatchmaking_SetReadyConsent, OnResponse) == 0x000010, "Member 'ABMatchmaking_SetReadyConsent::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABMatchmaking_SetReadyConsent, OnError) == 0x000024, "Member 'ABMatchmaking_SetReadyConsent::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABMatchmaking_SetRejectConsent \ +static_assert(alignof(ABMatchmaking_SetRejectConsent) == 0x000008, "Wrong alignment on ABMatchmaking_SetRejectConsent"); \ +static_assert(sizeof(ABMatchmaking_SetRejectConsent) == 0x000038, "Wrong size on ABMatchmaking_SetRejectConsent"); \ +static_assert(offsetof(ABMatchmaking_SetRejectConsent, Request) == 0x000000, "Member 'ABMatchmaking_SetRejectConsent::Request' has a wrong offset!"); \ +static_assert(offsetof(ABMatchmaking_SetRejectConsent, OnResponse) == 0x000010, "Member 'ABMatchmaking_SetRejectConsent::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABMatchmaking_SetRejectConsent, OnError) == 0x000024, "Member 'ABMatchmaking_SetRejectConsent::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABMatchmaking_StartMatchmaking \ +static_assert(alignof(ABMatchmaking_StartMatchmaking) == 0x000008, "Wrong alignment on ABMatchmaking_StartMatchmaking"); \ +static_assert(sizeof(ABMatchmaking_StartMatchmaking) == 0x000038, "Wrong size on ABMatchmaking_StartMatchmaking"); \ +static_assert(offsetof(ABMatchmaking_StartMatchmaking, Request) == 0x000000, "Member 'ABMatchmaking_StartMatchmaking::Request' has a wrong offset!"); \ +static_assert(offsetof(ABMatchmaking_StartMatchmaking, OnResponse) == 0x000010, "Member 'ABMatchmaking_StartMatchmaking::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABMatchmaking_StartMatchmaking, OnError) == 0x000024, "Member 'ABMatchmaking_StartMatchmaking::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABMatchmaking \ +static_assert(alignof(UABMatchmaking) == 0x000008, "Wrong alignment on UABMatchmaking"); \ +static_assert(sizeof(UABMatchmaking) == 0x000040, "Wrong size on UABMatchmaking"); \ + +#define DUMPER7_ASSERTS_ABMessage_SendChannelMessage \ +static_assert(alignof(ABMessage_SendChannelMessage) == 0x000008, "Wrong alignment on ABMessage_SendChannelMessage"); \ +static_assert(sizeof(ABMessage_SendChannelMessage) == 0x000048, "Wrong size on ABMessage_SendChannelMessage"); \ +static_assert(offsetof(ABMessage_SendChannelMessage, Request) == 0x000000, "Member 'ABMessage_SendChannelMessage::Request' has a wrong offset!"); \ +static_assert(offsetof(ABMessage_SendChannelMessage, OnResponse) == 0x000010, "Member 'ABMessage_SendChannelMessage::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABMessage_SendChannelMessage, OnError) == 0x000024, "Member 'ABMessage_SendChannelMessage::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABMessage_SendChannelMessage, ReturnValue) == 0x000038, "Member 'ABMessage_SendChannelMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABMessage_SendJoinDefaultChannelChatRequest \ +static_assert(alignof(ABMessage_SendJoinDefaultChannelChatRequest) == 0x000008, "Wrong alignment on ABMessage_SendJoinDefaultChannelChatRequest"); \ +static_assert(sizeof(ABMessage_SendJoinDefaultChannelChatRequest) == 0x000038, "Wrong size on ABMessage_SendJoinDefaultChannelChatRequest"); \ +static_assert(offsetof(ABMessage_SendJoinDefaultChannelChatRequest, OnResponse) == 0x000000, "Member 'ABMessage_SendJoinDefaultChannelChatRequest::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABMessage_SendJoinDefaultChannelChatRequest, OnError) == 0x000014, "Member 'ABMessage_SendJoinDefaultChannelChatRequest::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABMessage_SendJoinDefaultChannelChatRequest, ReturnValue) == 0x000028, "Member 'ABMessage_SendJoinDefaultChannelChatRequest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABMessage_SendPartyMessage \ +static_assert(alignof(ABMessage_SendPartyMessage) == 0x000008, "Wrong alignment on ABMessage_SendPartyMessage"); \ +static_assert(sizeof(ABMessage_SendPartyMessage) == 0x000048, "Wrong size on ABMessage_SendPartyMessage"); \ +static_assert(offsetof(ABMessage_SendPartyMessage, Request) == 0x000000, "Member 'ABMessage_SendPartyMessage::Request' has a wrong offset!"); \ +static_assert(offsetof(ABMessage_SendPartyMessage, OnResponse) == 0x000010, "Member 'ABMessage_SendPartyMessage::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABMessage_SendPartyMessage, OnError) == 0x000024, "Member 'ABMessage_SendPartyMessage::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABMessage_SendPartyMessage, ReturnValue) == 0x000038, "Member 'ABMessage_SendPartyMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABMessage_SendPrivateMessage \ +static_assert(alignof(ABMessage_SendPrivateMessage) == 0x000008, "Wrong alignment on ABMessage_SendPrivateMessage"); \ +static_assert(sizeof(ABMessage_SendPrivateMessage) == 0x000058, "Wrong size on ABMessage_SendPrivateMessage"); \ +static_assert(offsetof(ABMessage_SendPrivateMessage, Request) == 0x000000, "Member 'ABMessage_SendPrivateMessage::Request' has a wrong offset!"); \ +static_assert(offsetof(ABMessage_SendPrivateMessage, OnResponse) == 0x000020, "Member 'ABMessage_SendPrivateMessage::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABMessage_SendPrivateMessage, OnError) == 0x000034, "Member 'ABMessage_SendPrivateMessage::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABMessage_SendPrivateMessage, ReturnValue) == 0x000048, "Member 'ABMessage_SendPrivateMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABMessage_SetChannelMessageNotifDelegate \ +static_assert(alignof(ABMessage_SetChannelMessageNotifDelegate) == 0x000004, "Wrong alignment on ABMessage_SetChannelMessageNotifDelegate"); \ +static_assert(sizeof(ABMessage_SetChannelMessageNotifDelegate) == 0x000014, "Wrong size on ABMessage_SetChannelMessageNotifDelegate"); \ +static_assert(offsetof(ABMessage_SetChannelMessageNotifDelegate, OnNotif) == 0x000000, "Member 'ABMessage_SetChannelMessageNotifDelegate::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABMessage_SetMessageNotifDelegate \ +static_assert(alignof(ABMessage_SetMessageNotifDelegate) == 0x000004, "Wrong alignment on ABMessage_SetMessageNotifDelegate"); \ +static_assert(sizeof(ABMessage_SetMessageNotifDelegate) == 0x000014, "Wrong size on ABMessage_SetMessageNotifDelegate"); \ +static_assert(offsetof(ABMessage_SetMessageNotifDelegate, OnNotif) == 0x000000, "Member 'ABMessage_SetMessageNotifDelegate::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABMessage_SetOnPartyChatNotification \ +static_assert(alignof(ABMessage_SetOnPartyChatNotification) == 0x000004, "Wrong alignment on ABMessage_SetOnPartyChatNotification"); \ +static_assert(sizeof(ABMessage_SetOnPartyChatNotification) == 0x000014, "Wrong size on ABMessage_SetOnPartyChatNotification"); \ +static_assert(offsetof(ABMessage_SetOnPartyChatNotification, OnPartyChatNotif) == 0x000000, "Member 'ABMessage_SetOnPartyChatNotification::OnPartyChatNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABMessage_SetPrivateMessageNotifDelegate \ +static_assert(alignof(ABMessage_SetPrivateMessageNotifDelegate) == 0x000004, "Wrong alignment on ABMessage_SetPrivateMessageNotifDelegate"); \ +static_assert(sizeof(ABMessage_SetPrivateMessageNotifDelegate) == 0x000014, "Wrong size on ABMessage_SetPrivateMessageNotifDelegate"); \ +static_assert(offsetof(ABMessage_SetPrivateMessageNotifDelegate, OnNotif) == 0x000000, "Member 'ABMessage_SetPrivateMessageNotifDelegate::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABMessage \ +static_assert(alignof(UABMessage) == 0x000008, "Wrong alignment on UABMessage"); \ +static_assert(sizeof(UABMessage) == 0x000040, "Wrong size on UABMessage"); \ + +#define DUMPER7_ASSERTS_ABOrder_CancelOrder \ +static_assert(alignof(ABOrder_CancelOrder) == 0x000008, "Wrong alignment on ABOrder_CancelOrder"); \ +static_assert(sizeof(ABOrder_CancelOrder) == 0x000038, "Wrong size on ABOrder_CancelOrder"); \ +static_assert(offsetof(ABOrder_CancelOrder, OrderNo) == 0x000000, "Member 'ABOrder_CancelOrder::OrderNo' has a wrong offset!"); \ +static_assert(offsetof(ABOrder_CancelOrder, OnSuccess) == 0x000010, "Member 'ABOrder_CancelOrder::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABOrder_CancelOrder, OnError) == 0x000024, "Member 'ABOrder_CancelOrder::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABOrder_CreateNewOrder \ +static_assert(alignof(ABOrder_CreateNewOrder) == 0x000008, "Wrong alignment on ABOrder_CreateNewOrder"); \ +static_assert(sizeof(ABOrder_CreateNewOrder) == 0x000098, "Wrong size on ABOrder_CreateNewOrder"); \ +static_assert(offsetof(ABOrder_CreateNewOrder, OrderCreateRequest) == 0x000000, "Member 'ABOrder_CreateNewOrder::OrderCreateRequest' has a wrong offset!"); \ +static_assert(offsetof(ABOrder_CreateNewOrder, OnSuccess) == 0x000070, "Member 'ABOrder_CreateNewOrder::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABOrder_CreateNewOrder, OnError) == 0x000084, "Member 'ABOrder_CreateNewOrder::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABOrder_GetUserOrder \ +static_assert(alignof(ABOrder_GetUserOrder) == 0x000008, "Wrong alignment on ABOrder_GetUserOrder"); \ +static_assert(sizeof(ABOrder_GetUserOrder) == 0x000038, "Wrong size on ABOrder_GetUserOrder"); \ +static_assert(offsetof(ABOrder_GetUserOrder, OrderNo) == 0x000000, "Member 'ABOrder_GetUserOrder::OrderNo' has a wrong offset!"); \ +static_assert(offsetof(ABOrder_GetUserOrder, OnSuccess) == 0x000010, "Member 'ABOrder_GetUserOrder::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABOrder_GetUserOrder, OnError) == 0x000024, "Member 'ABOrder_GetUserOrder::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABOrder_GetUserOrderHistory \ +static_assert(alignof(ABOrder_GetUserOrderHistory) == 0x000008, "Wrong alignment on ABOrder_GetUserOrderHistory"); \ +static_assert(sizeof(ABOrder_GetUserOrderHistory) == 0x000038, "Wrong size on ABOrder_GetUserOrderHistory"); \ +static_assert(offsetof(ABOrder_GetUserOrderHistory, OrderNo) == 0x000000, "Member 'ABOrder_GetUserOrderHistory::OrderNo' has a wrong offset!"); \ +static_assert(offsetof(ABOrder_GetUserOrderHistory, OnSuccess) == 0x000010, "Member 'ABOrder_GetUserOrderHistory::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABOrder_GetUserOrderHistory, OnError) == 0x000024, "Member 'ABOrder_GetUserOrderHistory::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABOrder_GetUserOrders \ +static_assert(alignof(ABOrder_GetUserOrders) == 0x000004, "Wrong alignment on ABOrder_GetUserOrders"); \ +static_assert(sizeof(ABOrder_GetUserOrders) == 0x000030, "Wrong size on ABOrder_GetUserOrders"); \ +static_assert(offsetof(ABOrder_GetUserOrders, Page) == 0x000000, "Member 'ABOrder_GetUserOrders::Page' has a wrong offset!"); \ +static_assert(offsetof(ABOrder_GetUserOrders, Size) == 0x000004, "Member 'ABOrder_GetUserOrders::Size' has a wrong offset!"); \ +static_assert(offsetof(ABOrder_GetUserOrders, OnSuccess) == 0x000008, "Member 'ABOrder_GetUserOrders::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABOrder_GetUserOrders, OnError) == 0x00001C, "Member 'ABOrder_GetUserOrders::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABOrder \ +static_assert(alignof(UABOrder) == 0x000008, "Wrong alignment on UABOrder"); \ +static_assert(sizeof(UABOrder) == 0x000040, "Wrong size on UABOrder"); \ + +#define DUMPER7_ASSERTS_ABParty_CreateParty \ +static_assert(alignof(ABParty_CreateParty) == 0x000004, "Wrong alignment on ABParty_CreateParty"); \ +static_assert(sizeof(ABParty_CreateParty) == 0x000028, "Wrong size on ABParty_CreateParty"); \ +static_assert(offsetof(ABParty_CreateParty, OnResponse) == 0x000000, "Member 'ABParty_CreateParty::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABParty_CreateParty, OnError) == 0x000014, "Member 'ABParty_CreateParty::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_GetPartyData \ +static_assert(alignof(ABParty_GetPartyData) == 0x000008, "Wrong alignment on ABParty_GetPartyData"); \ +static_assert(sizeof(ABParty_GetPartyData) == 0x000038, "Wrong size on ABParty_GetPartyData"); \ +static_assert(offsetof(ABParty_GetPartyData, Request) == 0x000000, "Member 'ABParty_GetPartyData::Request' has a wrong offset!"); \ +static_assert(offsetof(ABParty_GetPartyData, OnResponse) == 0x000010, "Member 'ABParty_GetPartyData::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABParty_GetPartyData, OnError) == 0x000024, "Member 'ABParty_GetPartyData::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_GetPartyStorage \ +static_assert(alignof(ABParty_GetPartyStorage) == 0x000008, "Wrong alignment on ABParty_GetPartyStorage"); \ +static_assert(sizeof(ABParty_GetPartyStorage) == 0x000038, "Wrong size on ABParty_GetPartyStorage"); \ +static_assert(offsetof(ABParty_GetPartyStorage, Request) == 0x000000, "Member 'ABParty_GetPartyStorage::Request' has a wrong offset!"); \ +static_assert(offsetof(ABParty_GetPartyStorage, OnResponse) == 0x000010, "Member 'ABParty_GetPartyStorage::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABParty_GetPartyStorage, OnError) == 0x000024, "Member 'ABParty_GetPartyStorage::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_PartyDeleteCode \ +static_assert(alignof(ABParty_PartyDeleteCode) == 0x000004, "Wrong alignment on ABParty_PartyDeleteCode"); \ +static_assert(sizeof(ABParty_PartyDeleteCode) == 0x000028, "Wrong size on ABParty_PartyDeleteCode"); \ +static_assert(offsetof(ABParty_PartyDeleteCode, OnResponse) == 0x000000, "Member 'ABParty_PartyDeleteCode::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABParty_PartyDeleteCode, OnError) == 0x000014, "Member 'ABParty_PartyDeleteCode::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_PartyGenerateCode \ +static_assert(alignof(ABParty_PartyGenerateCode) == 0x000004, "Wrong alignment on ABParty_PartyGenerateCode"); \ +static_assert(sizeof(ABParty_PartyGenerateCode) == 0x000028, "Wrong size on ABParty_PartyGenerateCode"); \ +static_assert(offsetof(ABParty_PartyGenerateCode, OnResponse) == 0x000000, "Member 'ABParty_PartyGenerateCode::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABParty_PartyGenerateCode, OnError) == 0x000014, "Member 'ABParty_PartyGenerateCode::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_PartyGetCode \ +static_assert(alignof(ABParty_PartyGetCode) == 0x000004, "Wrong alignment on ABParty_PartyGetCode"); \ +static_assert(sizeof(ABParty_PartyGetCode) == 0x000028, "Wrong size on ABParty_PartyGetCode"); \ +static_assert(offsetof(ABParty_PartyGetCode, OnResponse) == 0x000000, "Member 'ABParty_PartyGetCode::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABParty_PartyGetCode, OnError) == 0x000014, "Member 'ABParty_PartyGetCode::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_PartyInfo \ +static_assert(alignof(ABParty_PartyInfo) == 0x000004, "Wrong alignment on ABParty_PartyInfo"); \ +static_assert(sizeof(ABParty_PartyInfo) == 0x000028, "Wrong size on ABParty_PartyInfo"); \ +static_assert(offsetof(ABParty_PartyInfo, OnResponse) == 0x000000, "Member 'ABParty_PartyInfo::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABParty_PartyInfo, OnError) == 0x000014, "Member 'ABParty_PartyInfo::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_PartyInvite \ +static_assert(alignof(ABParty_PartyInvite) == 0x000008, "Wrong alignment on ABParty_PartyInvite"); \ +static_assert(sizeof(ABParty_PartyInvite) == 0x000038, "Wrong size on ABParty_PartyInvite"); \ +static_assert(offsetof(ABParty_PartyInvite, Request) == 0x000000, "Member 'ABParty_PartyInvite::Request' has a wrong offset!"); \ +static_assert(offsetof(ABParty_PartyInvite, OnResponse) == 0x000010, "Member 'ABParty_PartyInvite::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABParty_PartyInvite, OnError) == 0x000024, "Member 'ABParty_PartyInvite::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_PartyJoin \ +static_assert(alignof(ABParty_PartyJoin) == 0x000008, "Wrong alignment on ABParty_PartyJoin"); \ +static_assert(sizeof(ABParty_PartyJoin) == 0x000048, "Wrong size on ABParty_PartyJoin"); \ +static_assert(offsetof(ABParty_PartyJoin, Request) == 0x000000, "Member 'ABParty_PartyJoin::Request' has a wrong offset!"); \ +static_assert(offsetof(ABParty_PartyJoin, OnResponse) == 0x000020, "Member 'ABParty_PartyJoin::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABParty_PartyJoin, OnError) == 0x000034, "Member 'ABParty_PartyJoin::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_PartyJoinViaCode \ +static_assert(alignof(ABParty_PartyJoinViaCode) == 0x000008, "Wrong alignment on ABParty_PartyJoinViaCode"); \ +static_assert(sizeof(ABParty_PartyJoinViaCode) == 0x000038, "Wrong size on ABParty_PartyJoinViaCode"); \ +static_assert(offsetof(ABParty_PartyJoinViaCode, Request) == 0x000000, "Member 'ABParty_PartyJoinViaCode::Request' has a wrong offset!"); \ +static_assert(offsetof(ABParty_PartyJoinViaCode, OnResponse) == 0x000010, "Member 'ABParty_PartyJoinViaCode::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABParty_PartyJoinViaCode, OnError) == 0x000024, "Member 'ABParty_PartyJoinViaCode::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_PartyKick \ +static_assert(alignof(ABParty_PartyKick) == 0x000008, "Wrong alignment on ABParty_PartyKick"); \ +static_assert(sizeof(ABParty_PartyKick) == 0x000038, "Wrong size on ABParty_PartyKick"); \ +static_assert(offsetof(ABParty_PartyKick, Request) == 0x000000, "Member 'ABParty_PartyKick::Request' has a wrong offset!"); \ +static_assert(offsetof(ABParty_PartyKick, OnResponse) == 0x000010, "Member 'ABParty_PartyKick::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABParty_PartyKick, OnError) == 0x000024, "Member 'ABParty_PartyKick::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_PartyLeave \ +static_assert(alignof(ABParty_PartyLeave) == 0x000004, "Wrong alignment on ABParty_PartyLeave"); \ +static_assert(sizeof(ABParty_PartyLeave) == 0x000028, "Wrong size on ABParty_PartyLeave"); \ +static_assert(offsetof(ABParty_PartyLeave, OnResponse) == 0x000000, "Member 'ABParty_PartyLeave::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABParty_PartyLeave, OnError) == 0x000014, "Member 'ABParty_PartyLeave::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_PartyPromoteLeader \ +static_assert(alignof(ABParty_PartyPromoteLeader) == 0x000008, "Wrong alignment on ABParty_PartyPromoteLeader"); \ +static_assert(sizeof(ABParty_PartyPromoteLeader) == 0x000038, "Wrong size on ABParty_PartyPromoteLeader"); \ +static_assert(offsetof(ABParty_PartyPromoteLeader, Request) == 0x000000, "Member 'ABParty_PartyPromoteLeader::Request' has a wrong offset!"); \ +static_assert(offsetof(ABParty_PartyPromoteLeader, OnResponse) == 0x000010, "Member 'ABParty_PartyPromoteLeader::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABParty_PartyPromoteLeader, OnError) == 0x000024, "Member 'ABParty_PartyPromoteLeader::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_PartyReject \ +static_assert(alignof(ABParty_PartyReject) == 0x000008, "Wrong alignment on ABParty_PartyReject"); \ +static_assert(sizeof(ABParty_PartyReject) == 0x000048, "Wrong size on ABParty_PartyReject"); \ +static_assert(offsetof(ABParty_PartyReject, Request) == 0x000000, "Member 'ABParty_PartyReject::Request' has a wrong offset!"); \ +static_assert(offsetof(ABParty_PartyReject, OnResponse) == 0x000020, "Member 'ABParty_PartyReject::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABParty_PartyReject, OnError) == 0x000034, "Member 'ABParty_PartyReject::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_SetOnPartyDataUpdate \ +static_assert(alignof(ABParty_SetOnPartyDataUpdate) == 0x000004, "Wrong alignment on ABParty_SetOnPartyDataUpdate"); \ +static_assert(sizeof(ABParty_SetOnPartyDataUpdate) == 0x000014, "Wrong size on ABParty_SetOnPartyDataUpdate"); \ +static_assert(offsetof(ABParty_SetOnPartyDataUpdate, OnNotif) == 0x000000, "Member 'ABParty_SetOnPartyDataUpdate::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_SetOnPartyDataUpdateNotifDelegate \ +static_assert(alignof(ABParty_SetOnPartyDataUpdateNotifDelegate) == 0x000004, "Wrong alignment on ABParty_SetOnPartyDataUpdateNotifDelegate"); \ +static_assert(sizeof(ABParty_SetOnPartyDataUpdateNotifDelegate) == 0x000014, "Wrong size on ABParty_SetOnPartyDataUpdateNotifDelegate"); \ +static_assert(offsetof(ABParty_SetOnPartyDataUpdateNotifDelegate, OnNotif) == 0x000000, "Member 'ABParty_SetOnPartyDataUpdateNotifDelegate::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_SetOnPartyGetInvited \ +static_assert(alignof(ABParty_SetOnPartyGetInvited) == 0x000004, "Wrong alignment on ABParty_SetOnPartyGetInvited"); \ +static_assert(sizeof(ABParty_SetOnPartyGetInvited) == 0x000014, "Wrong size on ABParty_SetOnPartyGetInvited"); \ +static_assert(offsetof(ABParty_SetOnPartyGetInvited, OnNotif) == 0x000000, "Member 'ABParty_SetOnPartyGetInvited::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_SetOnPartyInvite \ +static_assert(alignof(ABParty_SetOnPartyInvite) == 0x000004, "Wrong alignment on ABParty_SetOnPartyInvite"); \ +static_assert(sizeof(ABParty_SetOnPartyInvite) == 0x000014, "Wrong size on ABParty_SetOnPartyInvite"); \ +static_assert(offsetof(ABParty_SetOnPartyInvite, OnNotif) == 0x000000, "Member 'ABParty_SetOnPartyInvite::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_SetOnPartyJoin \ +static_assert(alignof(ABParty_SetOnPartyJoin) == 0x000004, "Wrong alignment on ABParty_SetOnPartyJoin"); \ +static_assert(sizeof(ABParty_SetOnPartyJoin) == 0x000014, "Wrong size on ABParty_SetOnPartyJoin"); \ +static_assert(offsetof(ABParty_SetOnPartyJoin, OnNotif) == 0x000000, "Member 'ABParty_SetOnPartyJoin::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_SetOnPartyKick \ +static_assert(alignof(ABParty_SetOnPartyKick) == 0x000004, "Wrong alignment on ABParty_SetOnPartyKick"); \ +static_assert(sizeof(ABParty_SetOnPartyKick) == 0x000014, "Wrong size on ABParty_SetOnPartyKick"); \ +static_assert(offsetof(ABParty_SetOnPartyKick, OnNotif) == 0x000000, "Member 'ABParty_SetOnPartyKick::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_SetOnPartyLeave \ +static_assert(alignof(ABParty_SetOnPartyLeave) == 0x000004, "Wrong alignment on ABParty_SetOnPartyLeave"); \ +static_assert(sizeof(ABParty_SetOnPartyLeave) == 0x000014, "Wrong size on ABParty_SetOnPartyLeave"); \ +static_assert(offsetof(ABParty_SetOnPartyLeave, OnNotif) == 0x000000, "Member 'ABParty_SetOnPartyLeave::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_SetOnPartyMemberConnect \ +static_assert(alignof(ABParty_SetOnPartyMemberConnect) == 0x000004, "Wrong alignment on ABParty_SetOnPartyMemberConnect"); \ +static_assert(sizeof(ABParty_SetOnPartyMemberConnect) == 0x000014, "Wrong size on ABParty_SetOnPartyMemberConnect"); \ +static_assert(offsetof(ABParty_SetOnPartyMemberConnect, OnNotif) == 0x000000, "Member 'ABParty_SetOnPartyMemberConnect::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_SetOnPartyMemberDisconnect \ +static_assert(alignof(ABParty_SetOnPartyMemberDisconnect) == 0x000004, "Wrong alignment on ABParty_SetOnPartyMemberDisconnect"); \ +static_assert(sizeof(ABParty_SetOnPartyMemberDisconnect) == 0x000014, "Wrong size on ABParty_SetOnPartyMemberDisconnect"); \ +static_assert(offsetof(ABParty_SetOnPartyMemberDisconnect, OnNotif) == 0x000000, "Member 'ABParty_SetOnPartyMemberDisconnect::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_SetOnPartyMemberLeave \ +static_assert(alignof(ABParty_SetOnPartyMemberLeave) == 0x000004, "Wrong alignment on ABParty_SetOnPartyMemberLeave"); \ +static_assert(sizeof(ABParty_SetOnPartyMemberLeave) == 0x000014, "Wrong size on ABParty_SetOnPartyMemberLeave"); \ +static_assert(offsetof(ABParty_SetOnPartyMemberLeave, OnNotif) == 0x000000, "Member 'ABParty_SetOnPartyMemberLeave::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_SetOnPartyReject \ +static_assert(alignof(ABParty_SetOnPartyReject) == 0x000004, "Wrong alignment on ABParty_SetOnPartyReject"); \ +static_assert(sizeof(ABParty_SetOnPartyReject) == 0x000014, "Wrong size on ABParty_SetOnPartyReject"); \ +static_assert(offsetof(ABParty_SetOnPartyReject, OnNotif) == 0x000000, "Member 'ABParty_SetOnPartyReject::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_SetOnPartyUpdate \ +static_assert(alignof(ABParty_SetOnPartyUpdate) == 0x000004, "Wrong alignment on ABParty_SetOnPartyUpdate"); \ +static_assert(sizeof(ABParty_SetOnPartyUpdate) == 0x000014, "Wrong size on ABParty_SetOnPartyUpdate"); \ +static_assert(offsetof(ABParty_SetOnPartyUpdate, OnNotif) == 0x000000, "Member 'ABParty_SetOnPartyUpdate::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_SetPartySizeLimit \ +static_assert(alignof(ABParty_SetPartySizeLimit) == 0x000008, "Wrong alignment on ABParty_SetPartySizeLimit"); \ +static_assert(sizeof(ABParty_SetPartySizeLimit) == 0x000040, "Wrong size on ABParty_SetPartySizeLimit"); \ +static_assert(offsetof(ABParty_SetPartySizeLimit, PartyId) == 0x000000, "Member 'ABParty_SetPartySizeLimit::PartyId' has a wrong offset!"); \ +static_assert(offsetof(ABParty_SetPartySizeLimit, Limit) == 0x000010, "Member 'ABParty_SetPartySizeLimit::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABParty_SetPartySizeLimit, OnSuccess) == 0x000014, "Member 'ABParty_SetPartySizeLimit::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABParty_SetPartySizeLimit, OnError) == 0x000028, "Member 'ABParty_SetPartySizeLimit::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABParty_WritePartyStorage \ +static_assert(alignof(ABParty_WritePartyStorage) == 0x000010, "Wrong alignment on ABParty_WritePartyStorage"); \ +static_assert(sizeof(ABParty_WritePartyStorage) == 0x000090, "Wrong size on ABParty_WritePartyStorage"); \ +static_assert(offsetof(ABParty_WritePartyStorage, Request) == 0x000000, "Member 'ABParty_WritePartyStorage::Request' has a wrong offset!"); \ +static_assert(offsetof(ABParty_WritePartyStorage, OnResponse) == 0x000060, "Member 'ABParty_WritePartyStorage::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABParty_WritePartyStorage, OnError) == 0x000074, "Member 'ABParty_WritePartyStorage::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABParty \ +static_assert(alignof(UABParty) == 0x000008, "Wrong alignment on UABParty"); \ +static_assert(sizeof(UABParty) == 0x000040, "Wrong size on UABParty"); \ + +#define DUMPER7_ASSERTS_ABPresence_BulkGetUserPresence \ +static_assert(alignof(ABPresence_BulkGetUserPresence) == 0x000008, "Wrong alignment on ABPresence_BulkGetUserPresence"); \ +static_assert(sizeof(ABPresence_BulkGetUserPresence) == 0x000040, "Wrong size on ABPresence_BulkGetUserPresence"); \ +static_assert(offsetof(ABPresence_BulkGetUserPresence, Request) == 0x000000, "Member 'ABPresence_BulkGetUserPresence::Request' has a wrong offset!"); \ +static_assert(offsetof(ABPresence_BulkGetUserPresence, OnResponse) == 0x000018, "Member 'ABPresence_BulkGetUserPresence::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABPresence_BulkGetUserPresence, OnError) == 0x00002C, "Member 'ABPresence_BulkGetUserPresence::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABPresence_GetAllFriendsStatus \ +static_assert(alignof(ABPresence_GetAllFriendsStatus) == 0x000004, "Wrong alignment on ABPresence_GetAllFriendsStatus"); \ +static_assert(sizeof(ABPresence_GetAllFriendsStatus) == 0x000028, "Wrong size on ABPresence_GetAllFriendsStatus"); \ +static_assert(offsetof(ABPresence_GetAllFriendsStatus, OnResponse) == 0x000000, "Member 'ABPresence_GetAllFriendsStatus::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABPresence_GetAllFriendsStatus, OnError) == 0x000014, "Member 'ABPresence_GetAllFriendsStatus::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABPresence_SetOnFriendStatusNotif \ +static_assert(alignof(ABPresence_SetOnFriendStatusNotif) == 0x000004, "Wrong alignment on ABPresence_SetOnFriendStatusNotif"); \ +static_assert(sizeof(ABPresence_SetOnFriendStatusNotif) == 0x000014, "Wrong size on ABPresence_SetOnFriendStatusNotif"); \ +static_assert(offsetof(ABPresence_SetOnFriendStatusNotif, OnNotif) == 0x000000, "Member 'ABPresence_SetOnFriendStatusNotif::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABPresence_SetPresenceStatus \ +static_assert(alignof(ABPresence_SetPresenceStatus) == 0x000008, "Wrong alignment on ABPresence_SetPresenceStatus"); \ +static_assert(sizeof(ABPresence_SetPresenceStatus) == 0x000040, "Wrong size on ABPresence_SetPresenceStatus"); \ +static_assert(offsetof(ABPresence_SetPresenceStatus, Request) == 0x000000, "Member 'ABPresence_SetPresenceStatus::Request' has a wrong offset!"); \ +static_assert(offsetof(ABPresence_SetPresenceStatus, OnResponse) == 0x000018, "Member 'ABPresence_SetPresenceStatus::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABPresence_SetPresenceStatus, OnError) == 0x00002C, "Member 'ABPresence_SetPresenceStatus::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABPresence \ +static_assert(alignof(UABPresence) == 0x000008, "Wrong alignment on UABPresence"); \ +static_assert(sizeof(UABPresence) == 0x000040, "Wrong size on UABPresence"); \ + +#define DUMPER7_ASSERTS_ABReward_GetRewardByRewardCode \ +static_assert(alignof(ABReward_GetRewardByRewardCode) == 0x000008, "Wrong alignment on ABReward_GetRewardByRewardCode"); \ +static_assert(sizeof(ABReward_GetRewardByRewardCode) == 0x000038, "Wrong size on ABReward_GetRewardByRewardCode"); \ +static_assert(offsetof(ABReward_GetRewardByRewardCode, RewardCode) == 0x000000, "Member 'ABReward_GetRewardByRewardCode::RewardCode' has a wrong offset!"); \ +static_assert(offsetof(ABReward_GetRewardByRewardCode, OnSuccess) == 0x000010, "Member 'ABReward_GetRewardByRewardCode::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABReward_GetRewardByRewardCode, OnError) == 0x000024, "Member 'ABReward_GetRewardByRewardCode::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABReward_GetRewardByRewardId \ +static_assert(alignof(ABReward_GetRewardByRewardId) == 0x000008, "Wrong alignment on ABReward_GetRewardByRewardId"); \ +static_assert(sizeof(ABReward_GetRewardByRewardId) == 0x000038, "Wrong size on ABReward_GetRewardByRewardId"); \ +static_assert(offsetof(ABReward_GetRewardByRewardId, RewardId) == 0x000000, "Member 'ABReward_GetRewardByRewardId::RewardId' has a wrong offset!"); \ +static_assert(offsetof(ABReward_GetRewardByRewardId, OnSuccess) == 0x000010, "Member 'ABReward_GetRewardByRewardId::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABReward_GetRewardByRewardId, OnError) == 0x000024, "Member 'ABReward_GetRewardByRewardId::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABReward_QueryRewards \ +static_assert(alignof(ABReward_QueryRewards) == 0x000008, "Wrong alignment on ABReward_QueryRewards"); \ +static_assert(sizeof(ABReward_QueryRewards) == 0x000048, "Wrong size on ABReward_QueryRewards"); \ +static_assert(offsetof(ABReward_QueryRewards, EventTopic) == 0x000000, "Member 'ABReward_QueryRewards::EventTopic' has a wrong offset!"); \ +static_assert(offsetof(ABReward_QueryRewards, Offset) == 0x000010, "Member 'ABReward_QueryRewards::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABReward_QueryRewards, Limit) == 0x000014, "Member 'ABReward_QueryRewards::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABReward_QueryRewards, SortBy) == 0x000018, "Member 'ABReward_QueryRewards::SortBy' has a wrong offset!"); \ +static_assert(offsetof(ABReward_QueryRewards, OnSuccess) == 0x00001C, "Member 'ABReward_QueryRewards::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABReward_QueryRewards, OnError) == 0x000030, "Member 'ABReward_QueryRewards::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABReward \ +static_assert(alignof(UABReward) == 0x000008, "Wrong alignment on UABReward"); \ +static_assert(sizeof(UABReward) == 0x000040, "Wrong size on UABReward"); \ + +#define DUMPER7_ASSERTS_ABSeasonPass_BulkClaimRewards \ +static_assert(alignof(ABSeasonPass_BulkClaimRewards) == 0x000004, "Wrong alignment on ABSeasonPass_BulkClaimRewards"); \ +static_assert(sizeof(ABSeasonPass_BulkClaimRewards) == 0x000028, "Wrong size on ABSeasonPass_BulkClaimRewards"); \ +static_assert(offsetof(ABSeasonPass_BulkClaimRewards, OnSuccess) == 0x000000, "Member 'ABSeasonPass_BulkClaimRewards::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABSeasonPass_BulkClaimRewards, OnError) == 0x000014, "Member 'ABSeasonPass_BulkClaimRewards::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABSeasonPass_ClaimRewards \ +static_assert(alignof(ABSeasonPass_ClaimRewards) == 0x000008, "Wrong alignment on ABSeasonPass_ClaimRewards"); \ +static_assert(sizeof(ABSeasonPass_ClaimRewards) == 0x000050, "Wrong size on ABSeasonPass_ClaimRewards"); \ +static_assert(offsetof(ABSeasonPass_ClaimRewards, RewardRequest) == 0x000000, "Member 'ABSeasonPass_ClaimRewards::RewardRequest' has a wrong offset!"); \ +static_assert(offsetof(ABSeasonPass_ClaimRewards, OnSuccess) == 0x000028, "Member 'ABSeasonPass_ClaimRewards::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABSeasonPass_ClaimRewards, OnError) == 0x00003C, "Member 'ABSeasonPass_ClaimRewards::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABSeasonPass_GetCurrentSeason \ +static_assert(alignof(ABSeasonPass_GetCurrentSeason) == 0x000008, "Wrong alignment on ABSeasonPass_GetCurrentSeason"); \ +static_assert(sizeof(ABSeasonPass_GetCurrentSeason) == 0x000038, "Wrong size on ABSeasonPass_GetCurrentSeason"); \ +static_assert(offsetof(ABSeasonPass_GetCurrentSeason, Language) == 0x000000, "Member 'ABSeasonPass_GetCurrentSeason::Language' has a wrong offset!"); \ +static_assert(offsetof(ABSeasonPass_GetCurrentSeason, OnSuccess) == 0x000010, "Member 'ABSeasonPass_GetCurrentSeason::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABSeasonPass_GetCurrentSeason, OnError) == 0x000024, "Member 'ABSeasonPass_GetCurrentSeason::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABSeasonPass_GetCurrentUserSeason \ +static_assert(alignof(ABSeasonPass_GetCurrentUserSeason) == 0x000004, "Wrong alignment on ABSeasonPass_GetCurrentUserSeason"); \ +static_assert(sizeof(ABSeasonPass_GetCurrentUserSeason) == 0x000028, "Wrong size on ABSeasonPass_GetCurrentUserSeason"); \ +static_assert(offsetof(ABSeasonPass_GetCurrentUserSeason, OnSuccess) == 0x000000, "Member 'ABSeasonPass_GetCurrentUserSeason::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABSeasonPass_GetCurrentUserSeason, OnError) == 0x000014, "Member 'ABSeasonPass_GetCurrentUserSeason::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABSeasonPass_GetUserSeason \ +static_assert(alignof(ABSeasonPass_GetUserSeason) == 0x000008, "Wrong alignment on ABSeasonPass_GetUserSeason"); \ +static_assert(sizeof(ABSeasonPass_GetUserSeason) == 0x000038, "Wrong size on ABSeasonPass_GetUserSeason"); \ +static_assert(offsetof(ABSeasonPass_GetUserSeason, SeasonId) == 0x000000, "Member 'ABSeasonPass_GetUserSeason::SeasonId' has a wrong offset!"); \ +static_assert(offsetof(ABSeasonPass_GetUserSeason, OnSuccess) == 0x000010, "Member 'ABSeasonPass_GetUserSeason::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABSeasonPass_GetUserSeason, OnError) == 0x000024, "Member 'ABSeasonPass_GetUserSeason::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABSeasonPass \ +static_assert(alignof(UABSeasonPass) == 0x000008, "Wrong alignment on UABSeasonPass"); \ +static_assert(sizeof(UABSeasonPass) == 0x000040, "Wrong size on UABSeasonPass"); \ + +#define DUMPER7_ASSERTS_ABServerAchievement_UnlockAchievement \ +static_assert(alignof(ABServerAchievement_UnlockAchievement) == 0x000008, "Wrong alignment on ABServerAchievement_UnlockAchievement"); \ +static_assert(sizeof(ABServerAchievement_UnlockAchievement) == 0x000048, "Wrong size on ABServerAchievement_UnlockAchievement"); \ +static_assert(offsetof(ABServerAchievement_UnlockAchievement, UserId) == 0x000000, "Member 'ABServerAchievement_UnlockAchievement::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABServerAchievement_UnlockAchievement, AchievementCode) == 0x000010, "Member 'ABServerAchievement_UnlockAchievement::AchievementCode' has a wrong offset!"); \ +static_assert(offsetof(ABServerAchievement_UnlockAchievement, OnSuccess) == 0x000020, "Member 'ABServerAchievement_UnlockAchievement::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerAchievement_UnlockAchievement, OnError) == 0x000034, "Member 'ABServerAchievement_UnlockAchievement::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABServerAchievement \ +static_assert(alignof(UABServerAchievement) == 0x000008, "Wrong alignment on UABServerAchievement"); \ +static_assert(sizeof(UABServerAchievement) == 0x000040, "Wrong size on UABServerAchievement"); \ + +#define DUMPER7_ASSERTS_ABServerDSM_ConfigureAutoShutdown \ +static_assert(alignof(ABServerDSM_ConfigureAutoShutdown) == 0x000004, "Wrong alignment on ABServerDSM_ConfigureAutoShutdown"); \ +static_assert(sizeof(ABServerDSM_ConfigureAutoShutdown) == 0x000008, "Wrong size on ABServerDSM_ConfigureAutoShutdown"); \ +static_assert(offsetof(ABServerDSM_ConfigureAutoShutdown, TickSeconds) == 0x000000, "Member 'ABServerDSM_ConfigureAutoShutdown::TickSeconds' has a wrong offset!"); \ +static_assert(offsetof(ABServerDSM_ConfigureAutoShutdown, CountdownStart) == 0x000004, "Member 'ABServerDSM_ConfigureAutoShutdown::CountdownStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerDSM_DeregisterLocalServerFromDSM \ +static_assert(alignof(ABServerDSM_DeregisterLocalServerFromDSM) == 0x000008, "Wrong alignment on ABServerDSM_DeregisterLocalServerFromDSM"); \ +static_assert(sizeof(ABServerDSM_DeregisterLocalServerFromDSM) == 0x000038, "Wrong size on ABServerDSM_DeregisterLocalServerFromDSM"); \ +static_assert(offsetof(ABServerDSM_DeregisterLocalServerFromDSM, ServerName) == 0x000000, "Member 'ABServerDSM_DeregisterLocalServerFromDSM::ServerName' has a wrong offset!"); \ +static_assert(offsetof(ABServerDSM_DeregisterLocalServerFromDSM, OnSuccess) == 0x000010, "Member 'ABServerDSM_DeregisterLocalServerFromDSM::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerDSM_DeregisterLocalServerFromDSM, OnError) == 0x000024, "Member 'ABServerDSM_DeregisterLocalServerFromDSM::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerDSM_GetPlayerNum \ +static_assert(alignof(ABServerDSM_GetPlayerNum) == 0x000004, "Wrong alignment on ABServerDSM_GetPlayerNum"); \ +static_assert(sizeof(ABServerDSM_GetPlayerNum) == 0x000004, "Wrong size on ABServerDSM_GetPlayerNum"); \ +static_assert(offsetof(ABServerDSM_GetPlayerNum, ReturnValue) == 0x000000, "Member 'ABServerDSM_GetPlayerNum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerDSM_GetServerInfo \ +static_assert(alignof(ABServerDSM_GetServerInfo) == 0x000004, "Wrong alignment on ABServerDSM_GetServerInfo"); \ +static_assert(sizeof(ABServerDSM_GetServerInfo) == 0x000028, "Wrong size on ABServerDSM_GetServerInfo"); \ +static_assert(offsetof(ABServerDSM_GetServerInfo, OnSuccess) == 0x000000, "Member 'ABServerDSM_GetServerInfo::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerDSM_GetServerInfo, OnError) == 0x000014, "Member 'ABServerDSM_GetServerInfo::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerDSM_GetSessionId \ +static_assert(alignof(ABServerDSM_GetSessionId) == 0x000004, "Wrong alignment on ABServerDSM_GetSessionId"); \ +static_assert(sizeof(ABServerDSM_GetSessionId) == 0x000028, "Wrong size on ABServerDSM_GetSessionId"); \ +static_assert(offsetof(ABServerDSM_GetSessionId, OnSuccess) == 0x000000, "Member 'ABServerDSM_GetSessionId::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerDSM_GetSessionId, OnError) == 0x000014, "Member 'ABServerDSM_GetSessionId::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerDSM_RegisterLocalServerToDSM \ +static_assert(alignof(ABServerDSM_RegisterLocalServerToDSM) == 0x000008, "Wrong alignment on ABServerDSM_RegisterLocalServerToDSM"); \ +static_assert(sizeof(ABServerDSM_RegisterLocalServerToDSM) == 0x000050, "Wrong size on ABServerDSM_RegisterLocalServerToDSM"); \ +static_assert(offsetof(ABServerDSM_RegisterLocalServerToDSM, IPAddress) == 0x000000, "Member 'ABServerDSM_RegisterLocalServerToDSM::IPAddress' has a wrong offset!"); \ +static_assert(offsetof(ABServerDSM_RegisterLocalServerToDSM, Port) == 0x000010, "Member 'ABServerDSM_RegisterLocalServerToDSM::Port' has a wrong offset!"); \ +static_assert(offsetof(ABServerDSM_RegisterLocalServerToDSM, ServerName) == 0x000018, "Member 'ABServerDSM_RegisterLocalServerToDSM::ServerName' has a wrong offset!"); \ +static_assert(offsetof(ABServerDSM_RegisterLocalServerToDSM, OnSuccess) == 0x000028, "Member 'ABServerDSM_RegisterLocalServerToDSM::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerDSM_RegisterLocalServerToDSM, OnError) == 0x00003C, "Member 'ABServerDSM_RegisterLocalServerToDSM::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerDSM_RegisterServerToDSM \ +static_assert(alignof(ABServerDSM_RegisterServerToDSM) == 0x000004, "Wrong alignment on ABServerDSM_RegisterServerToDSM"); \ +static_assert(sizeof(ABServerDSM_RegisterServerToDSM) == 0x00002C, "Wrong size on ABServerDSM_RegisterServerToDSM"); \ +static_assert(offsetof(ABServerDSM_RegisterServerToDSM, Port) == 0x000000, "Member 'ABServerDSM_RegisterServerToDSM::Port' has a wrong offset!"); \ +static_assert(offsetof(ABServerDSM_RegisterServerToDSM, OnSuccess) == 0x000004, "Member 'ABServerDSM_RegisterServerToDSM::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerDSM_RegisterServerToDSM, OnError) == 0x000018, "Member 'ABServerDSM_RegisterServerToDSM::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerDSM_SendShutdownToDSM \ +static_assert(alignof(ABServerDSM_SendShutdownToDSM) == 0x000008, "Wrong alignment on ABServerDSM_SendShutdownToDSM"); \ +static_assert(sizeof(ABServerDSM_SendShutdownToDSM) == 0x000040, "Wrong size on ABServerDSM_SendShutdownToDSM"); \ +static_assert(offsetof(ABServerDSM_SendShutdownToDSM, KillMe) == 0x000000, "Member 'ABServerDSM_SendShutdownToDSM::KillMe' has a wrong offset!"); \ +static_assert(offsetof(ABServerDSM_SendShutdownToDSM, MatchId) == 0x000008, "Member 'ABServerDSM_SendShutdownToDSM::MatchId' has a wrong offset!"); \ +static_assert(offsetof(ABServerDSM_SendShutdownToDSM, OnSuccess) == 0x000018, "Member 'ABServerDSM_SendShutdownToDSM::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerDSM_SendShutdownToDSM, OnError) == 0x00002C, "Member 'ABServerDSM_SendShutdownToDSM::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerDSM_SetOnAutoShutdownErrorDelegate \ +static_assert(alignof(ABServerDSM_SetOnAutoShutdownErrorDelegate) == 0x000004, "Wrong alignment on ABServerDSM_SetOnAutoShutdownErrorDelegate"); \ +static_assert(sizeof(ABServerDSM_SetOnAutoShutdownErrorDelegate) == 0x000014, "Wrong size on ABServerDSM_SetOnAutoShutdownErrorDelegate"); \ +static_assert(offsetof(ABServerDSM_SetOnAutoShutdownErrorDelegate, OnShutdownError) == 0x000000, "Member 'ABServerDSM_SetOnAutoShutdownErrorDelegate::OnShutdownError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerDSM_SetOnAutoShutdownResponse \ +static_assert(alignof(ABServerDSM_SetOnAutoShutdownResponse) == 0x000004, "Wrong alignment on ABServerDSM_SetOnAutoShutdownResponse"); \ +static_assert(sizeof(ABServerDSM_SetOnAutoShutdownResponse) == 0x000014, "Wrong size on ABServerDSM_SetOnAutoShutdownResponse"); \ +static_assert(offsetof(ABServerDSM_SetOnAutoShutdownResponse, OnAutoShutdown) == 0x000000, "Member 'ABServerDSM_SetOnAutoShutdownResponse::OnAutoShutdown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerDSM_SetServerName \ +static_assert(alignof(ABServerDSM_SetServerName) == 0x000008, "Wrong alignment on ABServerDSM_SetServerName"); \ +static_assert(sizeof(ABServerDSM_SetServerName) == 0x000010, "Wrong size on ABServerDSM_SetServerName"); \ +static_assert(offsetof(ABServerDSM_SetServerName, Name_0) == 0x000000, "Member 'ABServerDSM_SetServerName::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerDSM_SetServerType \ +static_assert(alignof(ABServerDSM_SetServerType) == 0x000001, "Wrong alignment on ABServerDSM_SetServerType"); \ +static_assert(sizeof(ABServerDSM_SetServerType) == 0x000001, "Wrong size on ABServerDSM_SetServerType"); \ +static_assert(offsetof(ABServerDSM_SetServerType, Type) == 0x000000, "Member 'ABServerDSM_SetServerType::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABServerDSM \ +static_assert(alignof(UABServerDSM) == 0x000008, "Wrong alignment on UABServerDSM"); \ +static_assert(sizeof(UABServerDSM) == 0x000040, "Wrong size on UABServerDSM"); \ + +#define DUMPER7_ASSERTS_ABServerLobby_GetListOfBlockedUsers \ +static_assert(alignof(ABServerLobby_GetListOfBlockedUsers) == 0x000008, "Wrong alignment on ABServerLobby_GetListOfBlockedUsers"); \ +static_assert(sizeof(ABServerLobby_GetListOfBlockedUsers) == 0x000038, "Wrong size on ABServerLobby_GetListOfBlockedUsers"); \ +static_assert(offsetof(ABServerLobby_GetListOfBlockedUsers, UserId) == 0x000000, "Member 'ABServerLobby_GetListOfBlockedUsers::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABServerLobby_GetListOfBlockedUsers, OnSuccess) == 0x000010, "Member 'ABServerLobby_GetListOfBlockedUsers::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerLobby_GetListOfBlockedUsers, OnError) == 0x000024, "Member 'ABServerLobby_GetListOfBlockedUsers::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerLobby_GetListOfBlockers \ +static_assert(alignof(ABServerLobby_GetListOfBlockers) == 0x000008, "Wrong alignment on ABServerLobby_GetListOfBlockers"); \ +static_assert(sizeof(ABServerLobby_GetListOfBlockers) == 0x000038, "Wrong size on ABServerLobby_GetListOfBlockers"); \ +static_assert(offsetof(ABServerLobby_GetListOfBlockers, UserId) == 0x000000, "Member 'ABServerLobby_GetListOfBlockers::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABServerLobby_GetListOfBlockers, OnSuccess) == 0x000010, "Member 'ABServerLobby_GetListOfBlockers::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerLobby_GetListOfBlockers, OnError) == 0x000024, "Member 'ABServerLobby_GetListOfBlockers::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerLobby_GetPartyDataByUserId \ +static_assert(alignof(ABServerLobby_GetPartyDataByUserId) == 0x000008, "Wrong alignment on ABServerLobby_GetPartyDataByUserId"); \ +static_assert(sizeof(ABServerLobby_GetPartyDataByUserId) == 0x000038, "Wrong size on ABServerLobby_GetPartyDataByUserId"); \ +static_assert(offsetof(ABServerLobby_GetPartyDataByUserId, UserId) == 0x000000, "Member 'ABServerLobby_GetPartyDataByUserId::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABServerLobby_GetPartyDataByUserId, OnSuccess) == 0x000010, "Member 'ABServerLobby_GetPartyDataByUserId::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerLobby_GetPartyDataByUserId, OnError) == 0x000024, "Member 'ABServerLobby_GetPartyDataByUserId::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerLobby_GetPartyStorage \ +static_assert(alignof(ABServerLobby_GetPartyStorage) == 0x000008, "Wrong alignment on ABServerLobby_GetPartyStorage"); \ +static_assert(sizeof(ABServerLobby_GetPartyStorage) == 0x000038, "Wrong size on ABServerLobby_GetPartyStorage"); \ +static_assert(offsetof(ABServerLobby_GetPartyStorage, PartyId) == 0x000000, "Member 'ABServerLobby_GetPartyStorage::PartyId' has a wrong offset!"); \ +static_assert(offsetof(ABServerLobby_GetPartyStorage, OnSuccess) == 0x000010, "Member 'ABServerLobby_GetPartyStorage::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerLobby_GetPartyStorage, OnError) == 0x000024, "Member 'ABServerLobby_GetPartyStorage::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerLobby_GetSessionAttribute \ +static_assert(alignof(ABServerLobby_GetSessionAttribute) == 0x000008, "Wrong alignment on ABServerLobby_GetSessionAttribute"); \ +static_assert(sizeof(ABServerLobby_GetSessionAttribute) == 0x000048, "Wrong size on ABServerLobby_GetSessionAttribute"); \ +static_assert(offsetof(ABServerLobby_GetSessionAttribute, UserId) == 0x000000, "Member 'ABServerLobby_GetSessionAttribute::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABServerLobby_GetSessionAttribute, Key) == 0x000010, "Member 'ABServerLobby_GetSessionAttribute::Key' has a wrong offset!"); \ +static_assert(offsetof(ABServerLobby_GetSessionAttribute, OnSuccess) == 0x000020, "Member 'ABServerLobby_GetSessionAttribute::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerLobby_GetSessionAttribute, OnError) == 0x000034, "Member 'ABServerLobby_GetSessionAttribute::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerLobby_GetSessionAttributeAll \ +static_assert(alignof(ABServerLobby_GetSessionAttributeAll) == 0x000008, "Wrong alignment on ABServerLobby_GetSessionAttributeAll"); \ +static_assert(sizeof(ABServerLobby_GetSessionAttributeAll) == 0x000038, "Wrong size on ABServerLobby_GetSessionAttributeAll"); \ +static_assert(offsetof(ABServerLobby_GetSessionAttributeAll, UserId) == 0x000000, "Member 'ABServerLobby_GetSessionAttributeAll::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABServerLobby_GetSessionAttributeAll, OnSuccess) == 0x000010, "Member 'ABServerLobby_GetSessionAttributeAll::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerLobby_GetSessionAttributeAll, OnError) == 0x000024, "Member 'ABServerLobby_GetSessionAttributeAll::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerLobby_SetSessionAttribute \ +static_assert(alignof(ABServerLobby_SetSessionAttribute) == 0x000008, "Wrong alignment on ABServerLobby_SetSessionAttribute"); \ +static_assert(sizeof(ABServerLobby_SetSessionAttribute) == 0x000088, "Wrong size on ABServerLobby_SetSessionAttribute"); \ +static_assert(offsetof(ABServerLobby_SetSessionAttribute, UserId) == 0x000000, "Member 'ABServerLobby_SetSessionAttribute::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABServerLobby_SetSessionAttribute, Attributes) == 0x000010, "Member 'ABServerLobby_SetSessionAttribute::Attributes' has a wrong offset!"); \ +static_assert(offsetof(ABServerLobby_SetSessionAttribute, OnSuccess) == 0x000060, "Member 'ABServerLobby_SetSessionAttribute::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerLobby_SetSessionAttribute, OnError) == 0x000074, "Member 'ABServerLobby_SetSessionAttribute::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerLobby_SetSessionAttributeString \ +static_assert(alignof(ABServerLobby_SetSessionAttributeString) == 0x000008, "Wrong alignment on ABServerLobby_SetSessionAttributeString"); \ +static_assert(sizeof(ABServerLobby_SetSessionAttributeString) == 0x000058, "Wrong size on ABServerLobby_SetSessionAttributeString"); \ +static_assert(offsetof(ABServerLobby_SetSessionAttributeString, UserId) == 0x000000, "Member 'ABServerLobby_SetSessionAttributeString::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABServerLobby_SetSessionAttributeString, Key) == 0x000010, "Member 'ABServerLobby_SetSessionAttributeString::Key' has a wrong offset!"); \ +static_assert(offsetof(ABServerLobby_SetSessionAttributeString, Value) == 0x000020, "Member 'ABServerLobby_SetSessionAttributeString::Value' has a wrong offset!"); \ +static_assert(offsetof(ABServerLobby_SetSessionAttributeString, OnSuccess) == 0x000030, "Member 'ABServerLobby_SetSessionAttributeString::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerLobby_SetSessionAttributeString, OnError) == 0x000044, "Member 'ABServerLobby_SetSessionAttributeString::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerLobby_WritePartyStorage \ +static_assert(alignof(ABServerLobby_WritePartyStorage) == 0x000008, "Wrong alignment on ABServerLobby_WritePartyStorage"); \ +static_assert(sizeof(ABServerLobby_WritePartyStorage) == 0x000050, "Wrong size on ABServerLobby_WritePartyStorage"); \ +static_assert(offsetof(ABServerLobby_WritePartyStorage, PartyId) == 0x000000, "Member 'ABServerLobby_WritePartyStorage::PartyId' has a wrong offset!"); \ +static_assert(offsetof(ABServerLobby_WritePartyStorage, PayloadModifier) == 0x000010, "Member 'ABServerLobby_WritePartyStorage::PayloadModifier' has a wrong offset!"); \ +static_assert(offsetof(ABServerLobby_WritePartyStorage, RetryAttempt) == 0x000024, "Member 'ABServerLobby_WritePartyStorage::RetryAttempt' has a wrong offset!"); \ +static_assert(offsetof(ABServerLobby_WritePartyStorage, OnSuccess) == 0x000028, "Member 'ABServerLobby_WritePartyStorage::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerLobby_WritePartyStorage, OnError) == 0x00003C, "Member 'ABServerLobby_WritePartyStorage::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABServerLobby \ +static_assert(alignof(UABServerLobby) == 0x000008, "Wrong alignment on UABServerLobby"); \ +static_assert(sizeof(UABServerLobby) == 0x000040, "Wrong size on UABServerLobby"); \ + +#define DUMPER7_ASSERTS_ABServerMatchmaking_ActivateSessionStatusPolling \ +static_assert(alignof(ABServerMatchmaking_ActivateSessionStatusPolling) == 0x000008, "Wrong alignment on ABServerMatchmaking_ActivateSessionStatusPolling"); \ +static_assert(sizeof(ABServerMatchmaking_ActivateSessionStatusPolling) == 0x000040, "Wrong size on ABServerMatchmaking_ActivateSessionStatusPolling"); \ +static_assert(offsetof(ABServerMatchmaking_ActivateSessionStatusPolling, MatchId) == 0x000000, "Member 'ABServerMatchmaking_ActivateSessionStatusPolling::MatchId' has a wrong offset!"); \ +static_assert(offsetof(ABServerMatchmaking_ActivateSessionStatusPolling, IntervalSec) == 0x000010, "Member 'ABServerMatchmaking_ActivateSessionStatusPolling::IntervalSec' has a wrong offset!"); \ +static_assert(offsetof(ABServerMatchmaking_ActivateSessionStatusPolling, OnSuccess) == 0x000014, "Member 'ABServerMatchmaking_ActivateSessionStatusPolling::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerMatchmaking_ActivateSessionStatusPolling, OnError) == 0x000028, "Member 'ABServerMatchmaking_ActivateSessionStatusPolling::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerMatchmaking_AddUserToSession \ +static_assert(alignof(ABServerMatchmaking_AddUserToSession) == 0x000008, "Wrong alignment on ABServerMatchmaking_AddUserToSession"); \ +static_assert(sizeof(ABServerMatchmaking_AddUserToSession) == 0x000068, "Wrong size on ABServerMatchmaking_AddUserToSession"); \ +static_assert(offsetof(ABServerMatchmaking_AddUserToSession, ChannelName) == 0x000000, "Member 'ABServerMatchmaking_AddUserToSession::ChannelName' has a wrong offset!"); \ +static_assert(offsetof(ABServerMatchmaking_AddUserToSession, MatchId) == 0x000010, "Member 'ABServerMatchmaking_AddUserToSession::MatchId' has a wrong offset!"); \ +static_assert(offsetof(ABServerMatchmaking_AddUserToSession, UserId) == 0x000020, "Member 'ABServerMatchmaking_AddUserToSession::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABServerMatchmaking_AddUserToSession, OptionalPartyId) == 0x000030, "Member 'ABServerMatchmaking_AddUserToSession::OptionalPartyId' has a wrong offset!"); \ +static_assert(offsetof(ABServerMatchmaking_AddUserToSession, OnSuccess) == 0x000040, "Member 'ABServerMatchmaking_AddUserToSession::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerMatchmaking_AddUserToSession, OnError) == 0x000054, "Member 'ABServerMatchmaking_AddUserToSession::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerMatchmaking_DequeueJoinableSession \ +static_assert(alignof(ABServerMatchmaking_DequeueJoinableSession) == 0x000008, "Wrong alignment on ABServerMatchmaking_DequeueJoinableSession"); \ +static_assert(sizeof(ABServerMatchmaking_DequeueJoinableSession) == 0x000038, "Wrong size on ABServerMatchmaking_DequeueJoinableSession"); \ +static_assert(offsetof(ABServerMatchmaking_DequeueJoinableSession, MatchId) == 0x000000, "Member 'ABServerMatchmaking_DequeueJoinableSession::MatchId' has a wrong offset!"); \ +static_assert(offsetof(ABServerMatchmaking_DequeueJoinableSession, OnSuccess) == 0x000010, "Member 'ABServerMatchmaking_DequeueJoinableSession::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerMatchmaking_DequeueJoinableSession, OnError) == 0x000024, "Member 'ABServerMatchmaking_DequeueJoinableSession::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerMatchmaking_EnqueueJoinableSession \ +static_assert(alignof(ABServerMatchmaking_EnqueueJoinableSession) == 0x000008, "Wrong alignment on ABServerMatchmaking_EnqueueJoinableSession"); \ +static_assert(sizeof(ABServerMatchmaking_EnqueueJoinableSession) == 0x0000F0, "Wrong size on ABServerMatchmaking_EnqueueJoinableSession"); \ +static_assert(offsetof(ABServerMatchmaking_EnqueueJoinableSession, MatchmakingResult) == 0x000000, "Member 'ABServerMatchmaking_EnqueueJoinableSession::MatchmakingResult' has a wrong offset!"); \ +static_assert(offsetof(ABServerMatchmaking_EnqueueJoinableSession, OnSuccess) == 0x0000C8, "Member 'ABServerMatchmaking_EnqueueJoinableSession::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerMatchmaking_EnqueueJoinableSession, OnError) == 0x0000DC, "Member 'ABServerMatchmaking_EnqueueJoinableSession::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerMatchmaking_QuerySessionStatus \ +static_assert(alignof(ABServerMatchmaking_QuerySessionStatus) == 0x000008, "Wrong alignment on ABServerMatchmaking_QuerySessionStatus"); \ +static_assert(sizeof(ABServerMatchmaking_QuerySessionStatus) == 0x000038, "Wrong size on ABServerMatchmaking_QuerySessionStatus"); \ +static_assert(offsetof(ABServerMatchmaking_QuerySessionStatus, MatchId) == 0x000000, "Member 'ABServerMatchmaking_QuerySessionStatus::MatchId' has a wrong offset!"); \ +static_assert(offsetof(ABServerMatchmaking_QuerySessionStatus, OnSuccess) == 0x000010, "Member 'ABServerMatchmaking_QuerySessionStatus::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerMatchmaking_QuerySessionStatus, OnError) == 0x000024, "Member 'ABServerMatchmaking_QuerySessionStatus::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerMatchmaking_RebalanceMatchmakingBasedOnMMR \ +static_assert(alignof(ABServerMatchmaking_RebalanceMatchmakingBasedOnMMR) == 0x000008, "Wrong alignment on ABServerMatchmaking_RebalanceMatchmakingBasedOnMMR"); \ +static_assert(sizeof(ABServerMatchmaking_RebalanceMatchmakingBasedOnMMR) == 0x000038, "Wrong size on ABServerMatchmaking_RebalanceMatchmakingBasedOnMMR"); \ +static_assert(offsetof(ABServerMatchmaking_RebalanceMatchmakingBasedOnMMR, MatchId) == 0x000000, "Member 'ABServerMatchmaking_RebalanceMatchmakingBasedOnMMR::MatchId' has a wrong offset!"); \ +static_assert(offsetof(ABServerMatchmaking_RebalanceMatchmakingBasedOnMMR, OnSuccess) == 0x000010, "Member 'ABServerMatchmaking_RebalanceMatchmakingBasedOnMMR::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerMatchmaking_RebalanceMatchmakingBasedOnMMR, OnError) == 0x000024, "Member 'ABServerMatchmaking_RebalanceMatchmakingBasedOnMMR::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerMatchmaking_RemoveUserFromSession \ +static_assert(alignof(ABServerMatchmaking_RemoveUserFromSession) == 0x000008, "Wrong alignment on ABServerMatchmaking_RemoveUserFromSession"); \ +static_assert(sizeof(ABServerMatchmaking_RemoveUserFromSession) == 0x000120, "Wrong size on ABServerMatchmaking_RemoveUserFromSession"); \ +static_assert(offsetof(ABServerMatchmaking_RemoveUserFromSession, ChannelName) == 0x000000, "Member 'ABServerMatchmaking_RemoveUserFromSession::ChannelName' has a wrong offset!"); \ +static_assert(offsetof(ABServerMatchmaking_RemoveUserFromSession, MatchId) == 0x000010, "Member 'ABServerMatchmaking_RemoveUserFromSession::MatchId' has a wrong offset!"); \ +static_assert(offsetof(ABServerMatchmaking_RemoveUserFromSession, UserId) == 0x000020, "Member 'ABServerMatchmaking_RemoveUserFromSession::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABServerMatchmaking_RemoveUserFromSession, OptionalBody) == 0x000030, "Member 'ABServerMatchmaking_RemoveUserFromSession::OptionalBody' has a wrong offset!"); \ +static_assert(offsetof(ABServerMatchmaking_RemoveUserFromSession, OnSuccess) == 0x0000F8, "Member 'ABServerMatchmaking_RemoveUserFromSession::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerMatchmaking_RemoveUserFromSession, OnError) == 0x00010C, "Member 'ABServerMatchmaking_RemoveUserFromSession::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABServerMatchmaking \ +static_assert(alignof(UABServerMatchmaking) == 0x000008, "Wrong alignment on UABServerMatchmaking"); \ +static_assert(sizeof(UABServerMatchmaking) == 0x000040, "Wrong size on UABServerMatchmaking"); \ + +#define DUMPER7_ASSERTS_ABServerOauth2_GetJwks \ +static_assert(alignof(ABServerOauth2_GetJwks) == 0x000004, "Wrong alignment on ABServerOauth2_GetJwks"); \ +static_assert(sizeof(ABServerOauth2_GetJwks) == 0x000028, "Wrong size on ABServerOauth2_GetJwks"); \ +static_assert(offsetof(ABServerOauth2_GetJwks, OnSuccess) == 0x000000, "Member 'ABServerOauth2_GetJwks::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerOauth2_GetJwks, OnError) == 0x000014, "Member 'ABServerOauth2_GetJwks::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerOauth2_LoginWithClientCredentials \ +static_assert(alignof(ABServerOauth2_LoginWithClientCredentials) == 0x000004, "Wrong alignment on ABServerOauth2_LoginWithClientCredentials"); \ +static_assert(sizeof(ABServerOauth2_LoginWithClientCredentials) == 0x000028, "Wrong size on ABServerOauth2_LoginWithClientCredentials"); \ +static_assert(offsetof(ABServerOauth2_LoginWithClientCredentials, OnSuccess) == 0x000000, "Member 'ABServerOauth2_LoginWithClientCredentials::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerOauth2_LoginWithClientCredentials, OnError) == 0x000014, "Member 'ABServerOauth2_LoginWithClientCredentials::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABServerOauth2 \ +static_assert(alignof(UABServerOauth2) == 0x000008, "Wrong alignment on UABServerOauth2"); \ +static_assert(sizeof(UABServerOauth2) == 0x000040, "Wrong size on UABServerOauth2"); \ + +#define DUMPER7_ASSERTS_ABServerSessionBrowser_CreateGameSessionPrivate \ +static_assert(alignof(ABServerSessionBrowser_CreateGameSessionPrivate) == 0x000008, "Wrong alignment on ABServerSessionBrowser_CreateGameSessionPrivate"); \ +static_assert(sizeof(ABServerSessionBrowser_CreateGameSessionPrivate) == 0x000098, "Wrong size on ABServerSessionBrowser_CreateGameSessionPrivate"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionPrivate, GameMode) == 0x000000, "Member 'ABServerSessionBrowser_CreateGameSessionPrivate::GameMode' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionPrivate, GameMapName) == 0x000010, "Member 'ABServerSessionBrowser_CreateGameSessionPrivate::GameMapName' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionPrivate, GameVersion) == 0x000020, "Member 'ABServerSessionBrowser_CreateGameSessionPrivate::GameVersion' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionPrivate, BotCount) == 0x000030, "Member 'ABServerSessionBrowser_CreateGameSessionPrivate::BotCount' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionPrivate, MaxPlayer) == 0x000034, "Member 'ABServerSessionBrowser_CreateGameSessionPrivate::MaxPlayer' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionPrivate, MaxSpectator) == 0x000038, "Member 'ABServerSessionBrowser_CreateGameSessionPrivate::MaxSpectator' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionPrivate, Password) == 0x000040, "Member 'ABServerSessionBrowser_CreateGameSessionPrivate::Password' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionPrivate, OtherSettings) == 0x000050, "Member 'ABServerSessionBrowser_CreateGameSessionPrivate::OtherSettings' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionPrivate, OnSuccess) == 0x000070, "Member 'ABServerSessionBrowser_CreateGameSessionPrivate::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionPrivate, OnError) == 0x000084, "Member 'ABServerSessionBrowser_CreateGameSessionPrivate::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerSessionBrowser_CreateGameSessionPublic \ +static_assert(alignof(ABServerSessionBrowser_CreateGameSessionPublic) == 0x000008, "Wrong alignment on ABServerSessionBrowser_CreateGameSessionPublic"); \ +static_assert(sizeof(ABServerSessionBrowser_CreateGameSessionPublic) == 0x000080, "Wrong size on ABServerSessionBrowser_CreateGameSessionPublic"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionPublic, GameMode) == 0x000000, "Member 'ABServerSessionBrowser_CreateGameSessionPublic::GameMode' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionPublic, GameMapName) == 0x000010, "Member 'ABServerSessionBrowser_CreateGameSessionPublic::GameMapName' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionPublic, GameVersion) == 0x000020, "Member 'ABServerSessionBrowser_CreateGameSessionPublic::GameVersion' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionPublic, BotCount) == 0x000030, "Member 'ABServerSessionBrowser_CreateGameSessionPublic::BotCount' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionPublic, MaxPlayer) == 0x000034, "Member 'ABServerSessionBrowser_CreateGameSessionPublic::MaxPlayer' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionPublic, OtherSettings) == 0x000038, "Member 'ABServerSessionBrowser_CreateGameSessionPublic::OtherSettings' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionPublic, OnSuccess) == 0x000058, "Member 'ABServerSessionBrowser_CreateGameSessionPublic::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionPublic, OnError) == 0x00006C, "Member 'ABServerSessionBrowser_CreateGameSessionPublic::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerSessionBrowser_CreateGameSessionTypeSpecificByStruct \ +static_assert(alignof(ABServerSessionBrowser_CreateGameSessionTypeSpecificByStruct) == 0x000008, "Wrong alignment on ABServerSessionBrowser_CreateGameSessionTypeSpecificByStruct"); \ +static_assert(sizeof(ABServerSessionBrowser_CreateGameSessionTypeSpecificByStruct) == 0x0000D0, "Wrong size on ABServerSessionBrowser_CreateGameSessionTypeSpecificByStruct"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionTypeSpecificByStruct, CreateSessionRequest) == 0x000000, "Member 'ABServerSessionBrowser_CreateGameSessionTypeSpecificByStruct::CreateSessionRequest' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionTypeSpecificByStruct, OnSuccess) == 0x0000A8, "Member 'ABServerSessionBrowser_CreateGameSessionTypeSpecificByStruct::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionTypeSpecificByStruct, OnError) == 0x0000BC, "Member 'ABServerSessionBrowser_CreateGameSessionTypeSpecificByStruct::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum \ +static_assert(alignof(ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum) == 0x000008, "Wrong alignment on ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum"); \ +static_assert(sizeof(ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum) == 0x0000A0, "Wrong size on ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum, SessionType) == 0x000000, "Member 'ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum::SessionType' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum, GameMode) == 0x000008, "Member 'ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum::GameMode' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum, GameMapName) == 0x000018, "Member 'ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum::GameMapName' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum, GameVersion) == 0x000028, "Member 'ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum::GameVersion' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum, BotCount) == 0x000038, "Member 'ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum::BotCount' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum, MaxPlayer) == 0x00003C, "Member 'ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum::MaxPlayer' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum, MaxSpectator) == 0x000040, "Member 'ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum::MaxSpectator' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum, Password) == 0x000048, "Member 'ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum::Password' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum, OtherSettings) == 0x000058, "Member 'ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum::OtherSettings' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum, OnSuccess) == 0x000078, "Member 'ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum, OnError) == 0x00008C, "Member 'ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByEnum::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString \ +static_assert(alignof(ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString) == 0x000008, "Wrong alignment on ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString"); \ +static_assert(sizeof(ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString) == 0x0000A8, "Wrong size on ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString, SessionTypeString) == 0x000000, "Member 'ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString::SessionTypeString' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString, GameMode) == 0x000010, "Member 'ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString::GameMode' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString, GameMapName) == 0x000020, "Member 'ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString::GameMapName' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString, GameVersion) == 0x000030, "Member 'ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString::GameVersion' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString, BotCount) == 0x000040, "Member 'ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString::BotCount' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString, MaxPlayer) == 0x000044, "Member 'ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString::MaxPlayer' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString, MaxSpectator) == 0x000048, "Member 'ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString::MaxSpectator' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString, Password) == 0x000050, "Member 'ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString::Password' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString, OtherSettings) == 0x000060, "Member 'ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString::OtherSettings' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString, OnSuccess) == 0x000080, "Member 'ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString, OnError) == 0x000094, "Member 'ABServerSessionBrowser_CreateGameSessionTypeSpecifiedByString::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerSessionBrowser_GetGameSessionsByTypeEnum \ +static_assert(alignof(ABServerSessionBrowser_GetGameSessionsByTypeEnum) == 0x000008, "Wrong alignment on ABServerSessionBrowser_GetGameSessionsByTypeEnum"); \ +static_assert(sizeof(ABServerSessionBrowser_GetGameSessionsByTypeEnum) == 0x000048, "Wrong size on ABServerSessionBrowser_GetGameSessionsByTypeEnum"); \ +static_assert(offsetof(ABServerSessionBrowser_GetGameSessionsByTypeEnum, SessionType) == 0x000000, "Member 'ABServerSessionBrowser_GetGameSessionsByTypeEnum::SessionType' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_GetGameSessionsByTypeEnum, GameMode) == 0x000008, "Member 'ABServerSessionBrowser_GetGameSessionsByTypeEnum::GameMode' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_GetGameSessionsByTypeEnum, OnSuccess) == 0x000018, "Member 'ABServerSessionBrowser_GetGameSessionsByTypeEnum::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_GetGameSessionsByTypeEnum, OnError) == 0x00002C, "Member 'ABServerSessionBrowser_GetGameSessionsByTypeEnum::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_GetGameSessionsByTypeEnum, Offset) == 0x000040, "Member 'ABServerSessionBrowser_GetGameSessionsByTypeEnum::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_GetGameSessionsByTypeEnum, Limit) == 0x000044, "Member 'ABServerSessionBrowser_GetGameSessionsByTypeEnum::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist \ +static_assert(alignof(ABServerSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist) == 0x000008, "Wrong alignment on ABServerSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist"); \ +static_assert(sizeof(ABServerSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist) == 0x000058, "Wrong size on ABServerSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist"); \ +static_assert(offsetof(ABServerSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist, SessionType) == 0x000000, "Member 'ABServerSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist::SessionType' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist, GameMode) == 0x000008, "Member 'ABServerSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist::GameMode' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist, MatchExist) == 0x000018, "Member 'ABServerSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist::MatchExist' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist, OnSuccess) == 0x000028, "Member 'ABServerSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist, OnError) == 0x00003C, "Member 'ABServerSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist, Offset) == 0x000050, "Member 'ABServerSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist, Limit) == 0x000054, "Member 'ABServerSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerSessionBrowser_GetGameSessionsByTypeString \ +static_assert(alignof(ABServerSessionBrowser_GetGameSessionsByTypeString) == 0x000008, "Wrong alignment on ABServerSessionBrowser_GetGameSessionsByTypeString"); \ +static_assert(sizeof(ABServerSessionBrowser_GetGameSessionsByTypeString) == 0x000050, "Wrong size on ABServerSessionBrowser_GetGameSessionsByTypeString"); \ +static_assert(offsetof(ABServerSessionBrowser_GetGameSessionsByTypeString, SessionTypeString) == 0x000000, "Member 'ABServerSessionBrowser_GetGameSessionsByTypeString::SessionTypeString' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_GetGameSessionsByTypeString, GameMode) == 0x000010, "Member 'ABServerSessionBrowser_GetGameSessionsByTypeString::GameMode' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_GetGameSessionsByTypeString, OnSuccess) == 0x000020, "Member 'ABServerSessionBrowser_GetGameSessionsByTypeString::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_GetGameSessionsByTypeString, OnError) == 0x000034, "Member 'ABServerSessionBrowser_GetGameSessionsByTypeString::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_GetGameSessionsByTypeString, Offset) == 0x000048, "Member 'ABServerSessionBrowser_GetGameSessionsByTypeString::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_GetGameSessionsByTypeString, Limit) == 0x00004C, "Member 'ABServerSessionBrowser_GetGameSessionsByTypeString::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerSessionBrowser_GetGameSessionsByTypeStringAndMatchExist \ +static_assert(alignof(ABServerSessionBrowser_GetGameSessionsByTypeStringAndMatchExist) == 0x000008, "Wrong alignment on ABServerSessionBrowser_GetGameSessionsByTypeStringAndMatchExist"); \ +static_assert(sizeof(ABServerSessionBrowser_GetGameSessionsByTypeStringAndMatchExist) == 0x000060, "Wrong size on ABServerSessionBrowser_GetGameSessionsByTypeStringAndMatchExist"); \ +static_assert(offsetof(ABServerSessionBrowser_GetGameSessionsByTypeStringAndMatchExist, SessionTypeString) == 0x000000, "Member 'ABServerSessionBrowser_GetGameSessionsByTypeStringAndMatchExist::SessionTypeString' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_GetGameSessionsByTypeStringAndMatchExist, GameMode) == 0x000010, "Member 'ABServerSessionBrowser_GetGameSessionsByTypeStringAndMatchExist::GameMode' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_GetGameSessionsByTypeStringAndMatchExist, MatchExist) == 0x000020, "Member 'ABServerSessionBrowser_GetGameSessionsByTypeStringAndMatchExist::MatchExist' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_GetGameSessionsByTypeStringAndMatchExist, OnSuccess) == 0x000030, "Member 'ABServerSessionBrowser_GetGameSessionsByTypeStringAndMatchExist::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_GetGameSessionsByTypeStringAndMatchExist, OnError) == 0x000044, "Member 'ABServerSessionBrowser_GetGameSessionsByTypeStringAndMatchExist::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_GetGameSessionsByTypeStringAndMatchExist, Offset) == 0x000058, "Member 'ABServerSessionBrowser_GetGameSessionsByTypeStringAndMatchExist::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_GetGameSessionsByTypeStringAndMatchExist, Limit) == 0x00005C, "Member 'ABServerSessionBrowser_GetGameSessionsByTypeStringAndMatchExist::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerSessionBrowser_GetRecentPlayer \ +static_assert(alignof(ABServerSessionBrowser_GetRecentPlayer) == 0x000008, "Wrong alignment on ABServerSessionBrowser_GetRecentPlayer"); \ +static_assert(sizeof(ABServerSessionBrowser_GetRecentPlayer) == 0x000040, "Wrong size on ABServerSessionBrowser_GetRecentPlayer"); \ +static_assert(offsetof(ABServerSessionBrowser_GetRecentPlayer, UserId) == 0x000000, "Member 'ABServerSessionBrowser_GetRecentPlayer::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_GetRecentPlayer, OnSuccess) == 0x000010, "Member 'ABServerSessionBrowser_GetRecentPlayer::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_GetRecentPlayer, OnError) == 0x000024, "Member 'ABServerSessionBrowser_GetRecentPlayer::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_GetRecentPlayer, Offset) == 0x000038, "Member 'ABServerSessionBrowser_GetRecentPlayer::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_GetRecentPlayer, Limit) == 0x00003C, "Member 'ABServerSessionBrowser_GetRecentPlayer::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerSessionBrowser_JoinSession \ +static_assert(alignof(ABServerSessionBrowser_JoinSession) == 0x000008, "Wrong alignment on ABServerSessionBrowser_JoinSession"); \ +static_assert(sizeof(ABServerSessionBrowser_JoinSession) == 0x000048, "Wrong size on ABServerSessionBrowser_JoinSession"); \ +static_assert(offsetof(ABServerSessionBrowser_JoinSession, SessionId) == 0x000000, "Member 'ABServerSessionBrowser_JoinSession::SessionId' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_JoinSession, Password) == 0x000010, "Member 'ABServerSessionBrowser_JoinSession::Password' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_JoinSession, OnSuccess) == 0x000020, "Member 'ABServerSessionBrowser_JoinSession::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_JoinSession, OnError) == 0x000034, "Member 'ABServerSessionBrowser_JoinSession::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerSessionBrowser_RegisterPlayer \ +static_assert(alignof(ABServerSessionBrowser_RegisterPlayer) == 0x000008, "Wrong alignment on ABServerSessionBrowser_RegisterPlayer"); \ +static_assert(sizeof(ABServerSessionBrowser_RegisterPlayer) == 0x000050, "Wrong size on ABServerSessionBrowser_RegisterPlayer"); \ +static_assert(offsetof(ABServerSessionBrowser_RegisterPlayer, SessionId) == 0x000000, "Member 'ABServerSessionBrowser_RegisterPlayer::SessionId' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_RegisterPlayer, PlayerToAdd) == 0x000010, "Member 'ABServerSessionBrowser_RegisterPlayer::PlayerToAdd' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_RegisterPlayer, AsSpectator) == 0x000020, "Member 'ABServerSessionBrowser_RegisterPlayer::AsSpectator' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_RegisterPlayer, OnSuccess) == 0x000024, "Member 'ABServerSessionBrowser_RegisterPlayer::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_RegisterPlayer, OnError) == 0x000038, "Member 'ABServerSessionBrowser_RegisterPlayer::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerSessionBrowser_RemoveGameSession \ +static_assert(alignof(ABServerSessionBrowser_RemoveGameSession) == 0x000008, "Wrong alignment on ABServerSessionBrowser_RemoveGameSession"); \ +static_assert(sizeof(ABServerSessionBrowser_RemoveGameSession) == 0x000038, "Wrong size on ABServerSessionBrowser_RemoveGameSession"); \ +static_assert(offsetof(ABServerSessionBrowser_RemoveGameSession, SessionId) == 0x000000, "Member 'ABServerSessionBrowser_RemoveGameSession::SessionId' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_RemoveGameSession, OnSuccess) == 0x000010, "Member 'ABServerSessionBrowser_RemoveGameSession::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_RemoveGameSession, OnError) == 0x000024, "Member 'ABServerSessionBrowser_RemoveGameSession::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerSessionBrowser_UnregisterPlayer \ +static_assert(alignof(ABServerSessionBrowser_UnregisterPlayer) == 0x000008, "Wrong alignment on ABServerSessionBrowser_UnregisterPlayer"); \ +static_assert(sizeof(ABServerSessionBrowser_UnregisterPlayer) == 0x000048, "Wrong size on ABServerSessionBrowser_UnregisterPlayer"); \ +static_assert(offsetof(ABServerSessionBrowser_UnregisterPlayer, SessionId) == 0x000000, "Member 'ABServerSessionBrowser_UnregisterPlayer::SessionId' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_UnregisterPlayer, PlayerToRemove) == 0x000010, "Member 'ABServerSessionBrowser_UnregisterPlayer::PlayerToRemove' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_UnregisterPlayer, OnSuccess) == 0x000020, "Member 'ABServerSessionBrowser_UnregisterPlayer::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_UnregisterPlayer, OnError) == 0x000034, "Member 'ABServerSessionBrowser_UnregisterPlayer::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerSessionBrowser_UpdateGameSession \ +static_assert(alignof(ABServerSessionBrowser_UpdateGameSession) == 0x000008, "Wrong alignment on ABServerSessionBrowser_UpdateGameSession"); \ +static_assert(sizeof(ABServerSessionBrowser_UpdateGameSession) == 0x000040, "Wrong size on ABServerSessionBrowser_UpdateGameSession"); \ +static_assert(offsetof(ABServerSessionBrowser_UpdateGameSession, SessionId) == 0x000000, "Member 'ABServerSessionBrowser_UpdateGameSession::SessionId' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_UpdateGameSession, MaxPlayer) == 0x000010, "Member 'ABServerSessionBrowser_UpdateGameSession::MaxPlayer' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_UpdateGameSession, CurrentPlayerCount) == 0x000014, "Member 'ABServerSessionBrowser_UpdateGameSession::CurrentPlayerCount' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_UpdateGameSession, OnSuccess) == 0x000018, "Member 'ABServerSessionBrowser_UpdateGameSession::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_UpdateGameSession, OnError) == 0x00002C, "Member 'ABServerSessionBrowser_UpdateGameSession::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerSessionBrowser_UpdateGameSessionByStruct \ +static_assert(alignof(ABServerSessionBrowser_UpdateGameSessionByStruct) == 0x000008, "Wrong alignment on ABServerSessionBrowser_UpdateGameSessionByStruct"); \ +static_assert(sizeof(ABServerSessionBrowser_UpdateGameSessionByStruct) == 0x000040, "Wrong size on ABServerSessionBrowser_UpdateGameSessionByStruct"); \ +static_assert(offsetof(ABServerSessionBrowser_UpdateGameSessionByStruct, SessionId) == 0x000000, "Member 'ABServerSessionBrowser_UpdateGameSessionByStruct::SessionId' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_UpdateGameSessionByStruct, UpdateSessionRequest) == 0x000010, "Member 'ABServerSessionBrowser_UpdateGameSessionByStruct::UpdateSessionRequest' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_UpdateGameSessionByStruct, OnSuccess) == 0x000018, "Member 'ABServerSessionBrowser_UpdateGameSessionByStruct::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerSessionBrowser_UpdateGameSessionByStruct, OnError) == 0x00002C, "Member 'ABServerSessionBrowser_UpdateGameSessionByStruct::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABServerSessionBrowser \ +static_assert(alignof(UABServerSessionBrowser) == 0x000008, "Wrong alignment on UABServerSessionBrowser"); \ +static_assert(sizeof(UABServerSessionBrowser) == 0x000040, "Wrong size on UABServerSessionBrowser"); \ + +#define DUMPER7_ASSERTS_ABServerStatistic_BulkFetchStatItemsValue \ +static_assert(alignof(ABServerStatistic_BulkFetchStatItemsValue) == 0x000008, "Wrong alignment on ABServerStatistic_BulkFetchStatItemsValue"); \ +static_assert(sizeof(ABServerStatistic_BulkFetchStatItemsValue) == 0x000048, "Wrong size on ABServerStatistic_BulkFetchStatItemsValue"); \ +static_assert(offsetof(ABServerStatistic_BulkFetchStatItemsValue, StatCode) == 0x000000, "Member 'ABServerStatistic_BulkFetchStatItemsValue::StatCode' has a wrong offset!"); \ +static_assert(offsetof(ABServerStatistic_BulkFetchStatItemsValue, UserIds) == 0x000010, "Member 'ABServerStatistic_BulkFetchStatItemsValue::UserIds' has a wrong offset!"); \ +static_assert(offsetof(ABServerStatistic_BulkFetchStatItemsValue, OnSuccess) == 0x000020, "Member 'ABServerStatistic_BulkFetchStatItemsValue::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerStatistic_BulkFetchStatItemsValue, OnError) == 0x000034, "Member 'ABServerStatistic_BulkFetchStatItemsValue::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerStatistic_CreateUserStatItems \ +static_assert(alignof(ABServerStatistic_CreateUserStatItems) == 0x000008, "Wrong alignment on ABServerStatistic_CreateUserStatItems"); \ +static_assert(sizeof(ABServerStatistic_CreateUserStatItems) == 0x000048, "Wrong size on ABServerStatistic_CreateUserStatItems"); \ +static_assert(offsetof(ABServerStatistic_CreateUserStatItems, UserId) == 0x000000, "Member 'ABServerStatistic_CreateUserStatItems::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABServerStatistic_CreateUserStatItems, StatCodes) == 0x000010, "Member 'ABServerStatistic_CreateUserStatItems::StatCodes' has a wrong offset!"); \ +static_assert(offsetof(ABServerStatistic_CreateUserStatItems, OnSuccess) == 0x000020, "Member 'ABServerStatistic_CreateUserStatItems::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerStatistic_CreateUserStatItems, OnError) == 0x000034, "Member 'ABServerStatistic_CreateUserStatItems::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerStatistic_GetAllUserStatItems \ +static_assert(alignof(ABServerStatistic_GetAllUserStatItems) == 0x000008, "Wrong alignment on ABServerStatistic_GetAllUserStatItems"); \ +static_assert(sizeof(ABServerStatistic_GetAllUserStatItems) == 0x000048, "Wrong size on ABServerStatistic_GetAllUserStatItems"); \ +static_assert(offsetof(ABServerStatistic_GetAllUserStatItems, UserId) == 0x000000, "Member 'ABServerStatistic_GetAllUserStatItems::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABServerStatistic_GetAllUserStatItems, OnSuccess) == 0x000010, "Member 'ABServerStatistic_GetAllUserStatItems::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerStatistic_GetAllUserStatItems, OnError) == 0x000024, "Member 'ABServerStatistic_GetAllUserStatItems::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABServerStatistic_GetAllUserStatItems, Limit) == 0x000038, "Member 'ABServerStatistic_GetAllUserStatItems::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABServerStatistic_GetAllUserStatItems, Offset) == 0x00003C, "Member 'ABServerStatistic_GetAllUserStatItems::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABServerStatistic_GetAllUserStatItems, SortBy) == 0x000040, "Member 'ABServerStatistic_GetAllUserStatItems::SortBy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerStatistic_GetGlobalStatItemsByStatCode \ +static_assert(alignof(ABServerStatistic_GetGlobalStatItemsByStatCode) == 0x000008, "Wrong alignment on ABServerStatistic_GetGlobalStatItemsByStatCode"); \ +static_assert(sizeof(ABServerStatistic_GetGlobalStatItemsByStatCode) == 0x000038, "Wrong size on ABServerStatistic_GetGlobalStatItemsByStatCode"); \ +static_assert(offsetof(ABServerStatistic_GetGlobalStatItemsByStatCode, StatCode) == 0x000000, "Member 'ABServerStatistic_GetGlobalStatItemsByStatCode::StatCode' has a wrong offset!"); \ +static_assert(offsetof(ABServerStatistic_GetGlobalStatItemsByStatCode, OnSuccess) == 0x000010, "Member 'ABServerStatistic_GetGlobalStatItemsByStatCode::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerStatistic_GetGlobalStatItemsByStatCode, OnError) == 0x000024, "Member 'ABServerStatistic_GetGlobalStatItemsByStatCode::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerStatistic_GetUserStatItems \ +static_assert(alignof(ABServerStatistic_GetUserStatItems) == 0x000008, "Wrong alignment on ABServerStatistic_GetUserStatItems"); \ +static_assert(sizeof(ABServerStatistic_GetUserStatItems) == 0x000068, "Wrong size on ABServerStatistic_GetUserStatItems"); \ +static_assert(offsetof(ABServerStatistic_GetUserStatItems, UserId) == 0x000000, "Member 'ABServerStatistic_GetUserStatItems::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABServerStatistic_GetUserStatItems, StatCodes) == 0x000010, "Member 'ABServerStatistic_GetUserStatItems::StatCodes' has a wrong offset!"); \ +static_assert(offsetof(ABServerStatistic_GetUserStatItems, Tags) == 0x000020, "Member 'ABServerStatistic_GetUserStatItems::Tags' has a wrong offset!"); \ +static_assert(offsetof(ABServerStatistic_GetUserStatItems, OnSuccess) == 0x000030, "Member 'ABServerStatistic_GetUserStatItems::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerStatistic_GetUserStatItems, OnError) == 0x000044, "Member 'ABServerStatistic_GetUserStatItems::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABServerStatistic_GetUserStatItems, Limit) == 0x000058, "Member 'ABServerStatistic_GetUserStatItems::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABServerStatistic_GetUserStatItems, Offset) == 0x00005C, "Member 'ABServerStatistic_GetUserStatItems::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABServerStatistic_GetUserStatItems, SortBy) == 0x000060, "Member 'ABServerStatistic_GetUserStatItems::SortBy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerStatistic_IncrementManyUsersStatItems \ +static_assert(alignof(ABServerStatistic_IncrementManyUsersStatItems) == 0x000008, "Wrong alignment on ABServerStatistic_IncrementManyUsersStatItems"); \ +static_assert(sizeof(ABServerStatistic_IncrementManyUsersStatItems) == 0x000038, "Wrong size on ABServerStatistic_IncrementManyUsersStatItems"); \ +static_assert(offsetof(ABServerStatistic_IncrementManyUsersStatItems, Data) == 0x000000, "Member 'ABServerStatistic_IncrementManyUsersStatItems::Data' has a wrong offset!"); \ +static_assert(offsetof(ABServerStatistic_IncrementManyUsersStatItems, OnSuccess) == 0x000010, "Member 'ABServerStatistic_IncrementManyUsersStatItems::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerStatistic_IncrementManyUsersStatItems, OnError) == 0x000024, "Member 'ABServerStatistic_IncrementManyUsersStatItems::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerStatistic_IncrementUserStatItems \ +static_assert(alignof(ABServerStatistic_IncrementUserStatItems) == 0x000008, "Wrong alignment on ABServerStatistic_IncrementUserStatItems"); \ +static_assert(sizeof(ABServerStatistic_IncrementUserStatItems) == 0x000048, "Wrong size on ABServerStatistic_IncrementUserStatItems"); \ +static_assert(offsetof(ABServerStatistic_IncrementUserStatItems, UserId) == 0x000000, "Member 'ABServerStatistic_IncrementUserStatItems::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABServerStatistic_IncrementUserStatItems, Data) == 0x000010, "Member 'ABServerStatistic_IncrementUserStatItems::Data' has a wrong offset!"); \ +static_assert(offsetof(ABServerStatistic_IncrementUserStatItems, OnSuccess) == 0x000020, "Member 'ABServerStatistic_IncrementUserStatItems::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerStatistic_IncrementUserStatItems, OnError) == 0x000034, "Member 'ABServerStatistic_IncrementUserStatItems::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABServerStatistic \ +static_assert(alignof(UABServerStatistic) == 0x000008, "Wrong alignment on UABServerStatistic"); \ +static_assert(sizeof(UABServerStatistic) == 0x000040, "Wrong size on UABServerStatistic"); \ + +#define DUMPER7_ASSERTS_ABServerUGC_DeleteContentByShareCode \ +static_assert(alignof(ABServerUGC_DeleteContentByShareCode) == 0x000008, "Wrong alignment on ABServerUGC_DeleteContentByShareCode"); \ +static_assert(sizeof(ABServerUGC_DeleteContentByShareCode) == 0x000058, "Wrong size on ABServerUGC_DeleteContentByShareCode"); \ +static_assert(offsetof(ABServerUGC_DeleteContentByShareCode, UserId) == 0x000000, "Member 'ABServerUGC_DeleteContentByShareCode::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABServerUGC_DeleteContentByShareCode, ChannelId) == 0x000010, "Member 'ABServerUGC_DeleteContentByShareCode::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(ABServerUGC_DeleteContentByShareCode, ShareCode) == 0x000020, "Member 'ABServerUGC_DeleteContentByShareCode::ShareCode' has a wrong offset!"); \ +static_assert(offsetof(ABServerUGC_DeleteContentByShareCode, OnSuccess) == 0x000030, "Member 'ABServerUGC_DeleteContentByShareCode::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerUGC_DeleteContentByShareCode, OnError) == 0x000044, "Member 'ABServerUGC_DeleteContentByShareCode::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerUGC_ModifyContentByShareCode \ +static_assert(alignof(ABServerUGC_ModifyContentByShareCode) == 0x000008, "Wrong alignment on ABServerUGC_ModifyContentByShareCode"); \ +static_assert(sizeof(ABServerUGC_ModifyContentByShareCode) == 0x000110, "Wrong size on ABServerUGC_ModifyContentByShareCode"); \ +static_assert(offsetof(ABServerUGC_ModifyContentByShareCode, UserId) == 0x000000, "Member 'ABServerUGC_ModifyContentByShareCode::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABServerUGC_ModifyContentByShareCode, ChannelId) == 0x000010, "Member 'ABServerUGC_ModifyContentByShareCode::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(ABServerUGC_ModifyContentByShareCode, ShareCode) == 0x000020, "Member 'ABServerUGC_ModifyContentByShareCode::ShareCode' has a wrong offset!"); \ +static_assert(offsetof(ABServerUGC_ModifyContentByShareCode, ModifyRequest) == 0x000030, "Member 'ABServerUGC_ModifyContentByShareCode::ModifyRequest' has a wrong offset!"); \ +static_assert(offsetof(ABServerUGC_ModifyContentByShareCode, OnSuccess) == 0x0000E8, "Member 'ABServerUGC_ModifyContentByShareCode::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerUGC_ModifyContentByShareCode, OnError) == 0x0000FC, "Member 'ABServerUGC_ModifyContentByShareCode::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerUGC_SearchContents \ +static_assert(alignof(ABServerUGC_SearchContents) == 0x000008, "Wrong alignment on ABServerUGC_SearchContents"); \ +static_assert(sizeof(ABServerUGC_SearchContents) == 0x0000A0, "Wrong size on ABServerUGC_SearchContents"); \ +static_assert(offsetof(ABServerUGC_SearchContents, Request) == 0x000000, "Member 'ABServerUGC_SearchContents::Request' has a wrong offset!"); \ +static_assert(offsetof(ABServerUGC_SearchContents, OnSuccess) == 0x000070, "Member 'ABServerUGC_SearchContents::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerUGC_SearchContents, OnError) == 0x000084, "Member 'ABServerUGC_SearchContents::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABServerUGC_SearchContents, Limit) == 0x000098, "Member 'ABServerUGC_SearchContents::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABServerUGC_SearchContents, Offset) == 0x00009C, "Member 'ABServerUGC_SearchContents::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABServerUGC_SearchContentsSpecificToChannel \ +static_assert(alignof(ABServerUGC_SearchContentsSpecificToChannel) == 0x000008, "Wrong alignment on ABServerUGC_SearchContentsSpecificToChannel"); \ +static_assert(sizeof(ABServerUGC_SearchContentsSpecificToChannel) == 0x0000B0, "Wrong size on ABServerUGC_SearchContentsSpecificToChannel"); \ +static_assert(offsetof(ABServerUGC_SearchContentsSpecificToChannel, ChannelId) == 0x000000, "Member 'ABServerUGC_SearchContentsSpecificToChannel::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(ABServerUGC_SearchContentsSpecificToChannel, Request) == 0x000010, "Member 'ABServerUGC_SearchContentsSpecificToChannel::Request' has a wrong offset!"); \ +static_assert(offsetof(ABServerUGC_SearchContentsSpecificToChannel, OnSuccess) == 0x000080, "Member 'ABServerUGC_SearchContentsSpecificToChannel::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABServerUGC_SearchContentsSpecificToChannel, OnError) == 0x000094, "Member 'ABServerUGC_SearchContentsSpecificToChannel::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABServerUGC_SearchContentsSpecificToChannel, Limit) == 0x0000A8, "Member 'ABServerUGC_SearchContentsSpecificToChannel::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABServerUGC_SearchContentsSpecificToChannel, Offset) == 0x0000AC, "Member 'ABServerUGC_SearchContentsSpecificToChannel::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABServerUGC \ +static_assert(alignof(UABServerUGC) == 0x000008, "Wrong alignment on UABServerUGC"); \ +static_assert(sizeof(UABServerUGC) == 0x000040, "Wrong size on UABServerUGC"); \ + +#define DUMPER7_ASSERTS_ABSessionAttribute_GetAllSessionAttribute \ +static_assert(alignof(ABSessionAttribute_GetAllSessionAttribute) == 0x000008, "Wrong alignment on ABSessionAttribute_GetAllSessionAttribute"); \ +static_assert(sizeof(ABSessionAttribute_GetAllSessionAttribute) == 0x000038, "Wrong size on ABSessionAttribute_GetAllSessionAttribute"); \ +static_assert(offsetof(ABSessionAttribute_GetAllSessionAttribute, OnResponse) == 0x000000, "Member 'ABSessionAttribute_GetAllSessionAttribute::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABSessionAttribute_GetAllSessionAttribute, OnError) == 0x000014, "Member 'ABSessionAttribute_GetAllSessionAttribute::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABSessionAttribute_GetAllSessionAttribute, ReturnValue) == 0x000028, "Member 'ABSessionAttribute_GetAllSessionAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABSessionAttribute_GetSessionAttribute \ +static_assert(alignof(ABSessionAttribute_GetSessionAttribute) == 0x000008, "Wrong alignment on ABSessionAttribute_GetSessionAttribute"); \ +static_assert(sizeof(ABSessionAttribute_GetSessionAttribute) == 0x000048, "Wrong size on ABSessionAttribute_GetSessionAttribute"); \ +static_assert(offsetof(ABSessionAttribute_GetSessionAttribute, Request) == 0x000000, "Member 'ABSessionAttribute_GetSessionAttribute::Request' has a wrong offset!"); \ +static_assert(offsetof(ABSessionAttribute_GetSessionAttribute, OnResponse) == 0x000010, "Member 'ABSessionAttribute_GetSessionAttribute::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABSessionAttribute_GetSessionAttribute, OnError) == 0x000024, "Member 'ABSessionAttribute_GetSessionAttribute::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABSessionAttribute_GetSessionAttribute, ReturnValue) == 0x000038, "Member 'ABSessionAttribute_GetSessionAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABSessionAttribute_SetSessionAttribute \ +static_assert(alignof(ABSessionAttribute_SetSessionAttribute) == 0x000008, "Wrong alignment on ABSessionAttribute_SetSessionAttribute"); \ +static_assert(sizeof(ABSessionAttribute_SetSessionAttribute) == 0x000058, "Wrong size on ABSessionAttribute_SetSessionAttribute"); \ +static_assert(offsetof(ABSessionAttribute_SetSessionAttribute, Request) == 0x000000, "Member 'ABSessionAttribute_SetSessionAttribute::Request' has a wrong offset!"); \ +static_assert(offsetof(ABSessionAttribute_SetSessionAttribute, OnResponse) == 0x000020, "Member 'ABSessionAttribute_SetSessionAttribute::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABSessionAttribute_SetSessionAttribute, OnError) == 0x000034, "Member 'ABSessionAttribute_SetSessionAttribute::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABSessionAttribute_SetSessionAttribute, ReturnValue) == 0x000048, "Member 'ABSessionAttribute_SetSessionAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABSessionAttribute \ +static_assert(alignof(UABSessionAttribute) == 0x000008, "Wrong alignment on UABSessionAttribute"); \ +static_assert(sizeof(UABSessionAttribute) == 0x000040, "Wrong size on UABSessionAttribute"); \ + +#define DUMPER7_ASSERTS_ABSessionBrowser_CreateGameSessionPrivate \ +static_assert(alignof(ABSessionBrowser_CreateGameSessionPrivate) == 0x000008, "Wrong alignment on ABSessionBrowser_CreateGameSessionPrivate"); \ +static_assert(sizeof(ABSessionBrowser_CreateGameSessionPrivate) == 0x000098, "Wrong size on ABSessionBrowser_CreateGameSessionPrivate"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionPrivate, GameMode) == 0x000000, "Member 'ABSessionBrowser_CreateGameSessionPrivate::GameMode' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionPrivate, GameMapName) == 0x000010, "Member 'ABSessionBrowser_CreateGameSessionPrivate::GameMapName' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionPrivate, GameVersion) == 0x000020, "Member 'ABSessionBrowser_CreateGameSessionPrivate::GameVersion' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionPrivate, BotCount) == 0x000030, "Member 'ABSessionBrowser_CreateGameSessionPrivate::BotCount' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionPrivate, MaxPlayer) == 0x000034, "Member 'ABSessionBrowser_CreateGameSessionPrivate::MaxPlayer' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionPrivate, MaxSpectator) == 0x000038, "Member 'ABSessionBrowser_CreateGameSessionPrivate::MaxSpectator' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionPrivate, Password) == 0x000040, "Member 'ABSessionBrowser_CreateGameSessionPrivate::Password' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionPrivate, OtherSettings) == 0x000050, "Member 'ABSessionBrowser_CreateGameSessionPrivate::OtherSettings' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionPrivate, OnSuccess) == 0x000070, "Member 'ABSessionBrowser_CreateGameSessionPrivate::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionPrivate, OnError) == 0x000084, "Member 'ABSessionBrowser_CreateGameSessionPrivate::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABSessionBrowser_CreateGameSessionPublic \ +static_assert(alignof(ABSessionBrowser_CreateGameSessionPublic) == 0x000008, "Wrong alignment on ABSessionBrowser_CreateGameSessionPublic"); \ +static_assert(sizeof(ABSessionBrowser_CreateGameSessionPublic) == 0x000080, "Wrong size on ABSessionBrowser_CreateGameSessionPublic"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionPublic, GameMode) == 0x000000, "Member 'ABSessionBrowser_CreateGameSessionPublic::GameMode' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionPublic, GameMapName) == 0x000010, "Member 'ABSessionBrowser_CreateGameSessionPublic::GameMapName' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionPublic, GameVersion) == 0x000020, "Member 'ABSessionBrowser_CreateGameSessionPublic::GameVersion' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionPublic, BotCount) == 0x000030, "Member 'ABSessionBrowser_CreateGameSessionPublic::BotCount' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionPublic, MaxPlayer) == 0x000034, "Member 'ABSessionBrowser_CreateGameSessionPublic::MaxPlayer' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionPublic, OtherSettings) == 0x000038, "Member 'ABSessionBrowser_CreateGameSessionPublic::OtherSettings' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionPublic, OnSuccess) == 0x000058, "Member 'ABSessionBrowser_CreateGameSessionPublic::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionPublic, OnError) == 0x00006C, "Member 'ABSessionBrowser_CreateGameSessionPublic::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABSessionBrowser_CreateGameSessionTypeSpecificByStruct \ +static_assert(alignof(ABSessionBrowser_CreateGameSessionTypeSpecificByStruct) == 0x000008, "Wrong alignment on ABSessionBrowser_CreateGameSessionTypeSpecificByStruct"); \ +static_assert(sizeof(ABSessionBrowser_CreateGameSessionTypeSpecificByStruct) == 0x0000D0, "Wrong size on ABSessionBrowser_CreateGameSessionTypeSpecificByStruct"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionTypeSpecificByStruct, CreateSessionRequest) == 0x000000, "Member 'ABSessionBrowser_CreateGameSessionTypeSpecificByStruct::CreateSessionRequest' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionTypeSpecificByStruct, OnSuccess) == 0x0000A8, "Member 'ABSessionBrowser_CreateGameSessionTypeSpecificByStruct::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionTypeSpecificByStruct, OnError) == 0x0000BC, "Member 'ABSessionBrowser_CreateGameSessionTypeSpecificByStruct::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum \ +static_assert(alignof(ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum) == 0x000008, "Wrong alignment on ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum"); \ +static_assert(sizeof(ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum) == 0x0000A0, "Wrong size on ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum, SessionType) == 0x000000, "Member 'ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum::SessionType' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum, GameMode) == 0x000008, "Member 'ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum::GameMode' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum, GameMapName) == 0x000018, "Member 'ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum::GameMapName' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum, GameVersion) == 0x000028, "Member 'ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum::GameVersion' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum, BotCount) == 0x000038, "Member 'ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum::BotCount' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum, MaxPlayer) == 0x00003C, "Member 'ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum::MaxPlayer' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum, MaxSpectator) == 0x000040, "Member 'ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum::MaxSpectator' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum, Password) == 0x000048, "Member 'ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum::Password' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum, OtherSettings) == 0x000058, "Member 'ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum::OtherSettings' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum, OnSuccess) == 0x000078, "Member 'ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum, OnError) == 0x00008C, "Member 'ABSessionBrowser_CreateGameSessionTypeSpecifiedByEnum::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABSessionBrowser_CreateGameSessionTypeSpecifiedByString \ +static_assert(alignof(ABSessionBrowser_CreateGameSessionTypeSpecifiedByString) == 0x000008, "Wrong alignment on ABSessionBrowser_CreateGameSessionTypeSpecifiedByString"); \ +static_assert(sizeof(ABSessionBrowser_CreateGameSessionTypeSpecifiedByString) == 0x0000A8, "Wrong size on ABSessionBrowser_CreateGameSessionTypeSpecifiedByString"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionTypeSpecifiedByString, SessionTypeString) == 0x000000, "Member 'ABSessionBrowser_CreateGameSessionTypeSpecifiedByString::SessionTypeString' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionTypeSpecifiedByString, GameMode) == 0x000010, "Member 'ABSessionBrowser_CreateGameSessionTypeSpecifiedByString::GameMode' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionTypeSpecifiedByString, GameMapName) == 0x000020, "Member 'ABSessionBrowser_CreateGameSessionTypeSpecifiedByString::GameMapName' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionTypeSpecifiedByString, GameVersion) == 0x000030, "Member 'ABSessionBrowser_CreateGameSessionTypeSpecifiedByString::GameVersion' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionTypeSpecifiedByString, BotCount) == 0x000040, "Member 'ABSessionBrowser_CreateGameSessionTypeSpecifiedByString::BotCount' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionTypeSpecifiedByString, MaxPlayer) == 0x000044, "Member 'ABSessionBrowser_CreateGameSessionTypeSpecifiedByString::MaxPlayer' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionTypeSpecifiedByString, MaxSpectator) == 0x000048, "Member 'ABSessionBrowser_CreateGameSessionTypeSpecifiedByString::MaxSpectator' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionTypeSpecifiedByString, Password) == 0x000050, "Member 'ABSessionBrowser_CreateGameSessionTypeSpecifiedByString::Password' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionTypeSpecifiedByString, OtherSettings) == 0x000060, "Member 'ABSessionBrowser_CreateGameSessionTypeSpecifiedByString::OtherSettings' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionTypeSpecifiedByString, OnSuccess) == 0x000080, "Member 'ABSessionBrowser_CreateGameSessionTypeSpecifiedByString::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_CreateGameSessionTypeSpecifiedByString, OnError) == 0x000094, "Member 'ABSessionBrowser_CreateGameSessionTypeSpecifiedByString::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABSessionBrowser_GetGameSession \ +static_assert(alignof(ABSessionBrowser_GetGameSession) == 0x000008, "Wrong alignment on ABSessionBrowser_GetGameSession"); \ +static_assert(sizeof(ABSessionBrowser_GetGameSession) == 0x000038, "Wrong size on ABSessionBrowser_GetGameSession"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSession, SessionId) == 0x000000, "Member 'ABSessionBrowser_GetGameSession::SessionId' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSession, OnSuccess) == 0x000010, "Member 'ABSessionBrowser_GetGameSession::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSession, OnError) == 0x000024, "Member 'ABSessionBrowser_GetGameSession::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABSessionBrowser_GetGameSessionsByTypeEnum \ +static_assert(alignof(ABSessionBrowser_GetGameSessionsByTypeEnum) == 0x000008, "Wrong alignment on ABSessionBrowser_GetGameSessionsByTypeEnum"); \ +static_assert(sizeof(ABSessionBrowser_GetGameSessionsByTypeEnum) == 0x000048, "Wrong size on ABSessionBrowser_GetGameSessionsByTypeEnum"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByTypeEnum, SessionType) == 0x000000, "Member 'ABSessionBrowser_GetGameSessionsByTypeEnum::SessionType' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByTypeEnum, GameMode) == 0x000008, "Member 'ABSessionBrowser_GetGameSessionsByTypeEnum::GameMode' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByTypeEnum, OnSuccess) == 0x000018, "Member 'ABSessionBrowser_GetGameSessionsByTypeEnum::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByTypeEnum, OnError) == 0x00002C, "Member 'ABSessionBrowser_GetGameSessionsByTypeEnum::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByTypeEnum, Offset) == 0x000040, "Member 'ABSessionBrowser_GetGameSessionsByTypeEnum::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByTypeEnum, Limit) == 0x000044, "Member 'ABSessionBrowser_GetGameSessionsByTypeEnum::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist \ +static_assert(alignof(ABSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist) == 0x000008, "Wrong alignment on ABSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist"); \ +static_assert(sizeof(ABSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist) == 0x000058, "Wrong size on ABSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist, SessionType) == 0x000000, "Member 'ABSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist::SessionType' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist, GameMode) == 0x000008, "Member 'ABSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist::GameMode' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist, MatchExist) == 0x000018, "Member 'ABSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist::MatchExist' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist, OnSuccess) == 0x000028, "Member 'ABSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist, OnError) == 0x00003C, "Member 'ABSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist, Offset) == 0x000050, "Member 'ABSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist, Limit) == 0x000054, "Member 'ABSessionBrowser_GetGameSessionsByTypeEnumAndMatchExist::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABSessionBrowser_GetGameSessionsByTypeString \ +static_assert(alignof(ABSessionBrowser_GetGameSessionsByTypeString) == 0x000008, "Wrong alignment on ABSessionBrowser_GetGameSessionsByTypeString"); \ +static_assert(sizeof(ABSessionBrowser_GetGameSessionsByTypeString) == 0x000050, "Wrong size on ABSessionBrowser_GetGameSessionsByTypeString"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByTypeString, SessionTypeString) == 0x000000, "Member 'ABSessionBrowser_GetGameSessionsByTypeString::SessionTypeString' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByTypeString, GameMode) == 0x000010, "Member 'ABSessionBrowser_GetGameSessionsByTypeString::GameMode' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByTypeString, OnSuccess) == 0x000020, "Member 'ABSessionBrowser_GetGameSessionsByTypeString::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByTypeString, OnError) == 0x000034, "Member 'ABSessionBrowser_GetGameSessionsByTypeString::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByTypeString, Offset) == 0x000048, "Member 'ABSessionBrowser_GetGameSessionsByTypeString::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByTypeString, Limit) == 0x00004C, "Member 'ABSessionBrowser_GetGameSessionsByTypeString::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABSessionBrowser_GetGameSessionsByTypeStringAndMatchExist \ +static_assert(alignof(ABSessionBrowser_GetGameSessionsByTypeStringAndMatchExist) == 0x000008, "Wrong alignment on ABSessionBrowser_GetGameSessionsByTypeStringAndMatchExist"); \ +static_assert(sizeof(ABSessionBrowser_GetGameSessionsByTypeStringAndMatchExist) == 0x000060, "Wrong size on ABSessionBrowser_GetGameSessionsByTypeStringAndMatchExist"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByTypeStringAndMatchExist, SessionTypeString) == 0x000000, "Member 'ABSessionBrowser_GetGameSessionsByTypeStringAndMatchExist::SessionTypeString' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByTypeStringAndMatchExist, GameMode) == 0x000010, "Member 'ABSessionBrowser_GetGameSessionsByTypeStringAndMatchExist::GameMode' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByTypeStringAndMatchExist, MatchExist) == 0x000020, "Member 'ABSessionBrowser_GetGameSessionsByTypeStringAndMatchExist::MatchExist' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByTypeStringAndMatchExist, OnSuccess) == 0x000030, "Member 'ABSessionBrowser_GetGameSessionsByTypeStringAndMatchExist::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByTypeStringAndMatchExist, OnError) == 0x000044, "Member 'ABSessionBrowser_GetGameSessionsByTypeStringAndMatchExist::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByTypeStringAndMatchExist, Offset) == 0x000058, "Member 'ABSessionBrowser_GetGameSessionsByTypeStringAndMatchExist::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByTypeStringAndMatchExist, Limit) == 0x00005C, "Member 'ABSessionBrowser_GetGameSessionsByTypeStringAndMatchExist::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABSessionBrowser_GetGameSessionsByUserIds \ +static_assert(alignof(ABSessionBrowser_GetGameSessionsByUserIds) == 0x000008, "Wrong alignment on ABSessionBrowser_GetGameSessionsByUserIds"); \ +static_assert(sizeof(ABSessionBrowser_GetGameSessionsByUserIds) == 0x000038, "Wrong size on ABSessionBrowser_GetGameSessionsByUserIds"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByUserIds, UserIds) == 0x000000, "Member 'ABSessionBrowser_GetGameSessionsByUserIds::UserIds' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByUserIds, OnSuccess) == 0x000010, "Member 'ABSessionBrowser_GetGameSessionsByUserIds::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetGameSessionsByUserIds, OnError) == 0x000024, "Member 'ABSessionBrowser_GetGameSessionsByUserIds::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABSessionBrowser_GetRecentPlayer \ +static_assert(alignof(ABSessionBrowser_GetRecentPlayer) == 0x000008, "Wrong alignment on ABSessionBrowser_GetRecentPlayer"); \ +static_assert(sizeof(ABSessionBrowser_GetRecentPlayer) == 0x000040, "Wrong size on ABSessionBrowser_GetRecentPlayer"); \ +static_assert(offsetof(ABSessionBrowser_GetRecentPlayer, UserId) == 0x000000, "Member 'ABSessionBrowser_GetRecentPlayer::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetRecentPlayer, OnSuccess) == 0x000010, "Member 'ABSessionBrowser_GetRecentPlayer::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetRecentPlayer, OnError) == 0x000024, "Member 'ABSessionBrowser_GetRecentPlayer::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetRecentPlayer, Offset) == 0x000038, "Member 'ABSessionBrowser_GetRecentPlayer::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_GetRecentPlayer, Limit) == 0x00003C, "Member 'ABSessionBrowser_GetRecentPlayer::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABSessionBrowser_JoinSession \ +static_assert(alignof(ABSessionBrowser_JoinSession) == 0x000008, "Wrong alignment on ABSessionBrowser_JoinSession"); \ +static_assert(sizeof(ABSessionBrowser_JoinSession) == 0x000048, "Wrong size on ABSessionBrowser_JoinSession"); \ +static_assert(offsetof(ABSessionBrowser_JoinSession, SessionId) == 0x000000, "Member 'ABSessionBrowser_JoinSession::SessionId' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_JoinSession, Password) == 0x000010, "Member 'ABSessionBrowser_JoinSession::Password' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_JoinSession, OnSuccess) == 0x000020, "Member 'ABSessionBrowser_JoinSession::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_JoinSession, OnError) == 0x000034, "Member 'ABSessionBrowser_JoinSession::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABSessionBrowser_RegisterPlayer \ +static_assert(alignof(ABSessionBrowser_RegisterPlayer) == 0x000008, "Wrong alignment on ABSessionBrowser_RegisterPlayer"); \ +static_assert(sizeof(ABSessionBrowser_RegisterPlayer) == 0x000050, "Wrong size on ABSessionBrowser_RegisterPlayer"); \ +static_assert(offsetof(ABSessionBrowser_RegisterPlayer, SessionId) == 0x000000, "Member 'ABSessionBrowser_RegisterPlayer::SessionId' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_RegisterPlayer, PlayerToAdd) == 0x000010, "Member 'ABSessionBrowser_RegisterPlayer::PlayerToAdd' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_RegisterPlayer, AsSpectator) == 0x000020, "Member 'ABSessionBrowser_RegisterPlayer::AsSpectator' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_RegisterPlayer, OnSuccess) == 0x000024, "Member 'ABSessionBrowser_RegisterPlayer::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_RegisterPlayer, OnError) == 0x000038, "Member 'ABSessionBrowser_RegisterPlayer::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABSessionBrowser_RemoveGameSession \ +static_assert(alignof(ABSessionBrowser_RemoveGameSession) == 0x000008, "Wrong alignment on ABSessionBrowser_RemoveGameSession"); \ +static_assert(sizeof(ABSessionBrowser_RemoveGameSession) == 0x000038, "Wrong size on ABSessionBrowser_RemoveGameSession"); \ +static_assert(offsetof(ABSessionBrowser_RemoveGameSession, SessionId) == 0x000000, "Member 'ABSessionBrowser_RemoveGameSession::SessionId' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_RemoveGameSession, OnSuccess) == 0x000010, "Member 'ABSessionBrowser_RemoveGameSession::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_RemoveGameSession, OnError) == 0x000024, "Member 'ABSessionBrowser_RemoveGameSession::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABSessionBrowser_UnregisterPlayer \ +static_assert(alignof(ABSessionBrowser_UnregisterPlayer) == 0x000008, "Wrong alignment on ABSessionBrowser_UnregisterPlayer"); \ +static_assert(sizeof(ABSessionBrowser_UnregisterPlayer) == 0x000048, "Wrong size on ABSessionBrowser_UnregisterPlayer"); \ +static_assert(offsetof(ABSessionBrowser_UnregisterPlayer, SessionId) == 0x000000, "Member 'ABSessionBrowser_UnregisterPlayer::SessionId' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_UnregisterPlayer, PlayerToRemove) == 0x000010, "Member 'ABSessionBrowser_UnregisterPlayer::PlayerToRemove' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_UnregisterPlayer, OnSuccess) == 0x000020, "Member 'ABSessionBrowser_UnregisterPlayer::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_UnregisterPlayer, OnError) == 0x000034, "Member 'ABSessionBrowser_UnregisterPlayer::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABSessionBrowser_UpdateGameSession \ +static_assert(alignof(ABSessionBrowser_UpdateGameSession) == 0x000008, "Wrong alignment on ABSessionBrowser_UpdateGameSession"); \ +static_assert(sizeof(ABSessionBrowser_UpdateGameSession) == 0x000040, "Wrong size on ABSessionBrowser_UpdateGameSession"); \ +static_assert(offsetof(ABSessionBrowser_UpdateGameSession, SessionId) == 0x000000, "Member 'ABSessionBrowser_UpdateGameSession::SessionId' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_UpdateGameSession, MaxPlayer) == 0x000010, "Member 'ABSessionBrowser_UpdateGameSession::MaxPlayer' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_UpdateGameSession, CurrentPlayerCount) == 0x000014, "Member 'ABSessionBrowser_UpdateGameSession::CurrentPlayerCount' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_UpdateGameSession, OnSuccess) == 0x000018, "Member 'ABSessionBrowser_UpdateGameSession::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_UpdateGameSession, OnError) == 0x00002C, "Member 'ABSessionBrowser_UpdateGameSession::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABSessionBrowser_UpdateGameSessionByStruct \ +static_assert(alignof(ABSessionBrowser_UpdateGameSessionByStruct) == 0x000008, "Wrong alignment on ABSessionBrowser_UpdateGameSessionByStruct"); \ +static_assert(sizeof(ABSessionBrowser_UpdateGameSessionByStruct) == 0x000040, "Wrong size on ABSessionBrowser_UpdateGameSessionByStruct"); \ +static_assert(offsetof(ABSessionBrowser_UpdateGameSessionByStruct, SessionId) == 0x000000, "Member 'ABSessionBrowser_UpdateGameSessionByStruct::SessionId' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_UpdateGameSessionByStruct, UpdateSessionRequest) == 0x000010, "Member 'ABSessionBrowser_UpdateGameSessionByStruct::UpdateSessionRequest' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_UpdateGameSessionByStruct, OnSuccess) == 0x000018, "Member 'ABSessionBrowser_UpdateGameSessionByStruct::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_UpdateGameSessionByStruct, OnError) == 0x00002C, "Member 'ABSessionBrowser_UpdateGameSessionByStruct::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABSessionBrowser_UpdateGameSettings \ +static_assert(alignof(ABSessionBrowser_UpdateGameSettings) == 0x000008, "Wrong alignment on ABSessionBrowser_UpdateGameSettings"); \ +static_assert(sizeof(ABSessionBrowser_UpdateGameSettings) == 0x000088, "Wrong size on ABSessionBrowser_UpdateGameSettings"); \ +static_assert(offsetof(ABSessionBrowser_UpdateGameSettings, SessionId) == 0x000000, "Member 'ABSessionBrowser_UpdateGameSettings::SessionId' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_UpdateGameSettings, Settings) == 0x000010, "Member 'ABSessionBrowser_UpdateGameSettings::Settings' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_UpdateGameSettings, OnSuccess) == 0x000060, "Member 'ABSessionBrowser_UpdateGameSettings::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_UpdateGameSettings, OnError) == 0x000074, "Member 'ABSessionBrowser_UpdateGameSettings::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABSessionBrowser_UpdateGameSettingsByJsonObject \ +static_assert(alignof(ABSessionBrowser_UpdateGameSettingsByJsonObject) == 0x000008, "Wrong alignment on ABSessionBrowser_UpdateGameSettingsByJsonObject"); \ +static_assert(sizeof(ABSessionBrowser_UpdateGameSettingsByJsonObject) == 0x000058, "Wrong size on ABSessionBrowser_UpdateGameSettingsByJsonObject"); \ +static_assert(offsetof(ABSessionBrowser_UpdateGameSettingsByJsonObject, SessionId) == 0x000000, "Member 'ABSessionBrowser_UpdateGameSettingsByJsonObject::SessionId' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_UpdateGameSettingsByJsonObject, Settings) == 0x000010, "Member 'ABSessionBrowser_UpdateGameSettingsByJsonObject::Settings' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_UpdateGameSettingsByJsonObject, OnSuccess) == 0x000030, "Member 'ABSessionBrowser_UpdateGameSettingsByJsonObject::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABSessionBrowser_UpdateGameSettingsByJsonObject, OnError) == 0x000044, "Member 'ABSessionBrowser_UpdateGameSettingsByJsonObject::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABSessionBrowser \ +static_assert(alignof(UABSessionBrowser) == 0x000008, "Wrong alignment on UABSessionBrowser"); \ +static_assert(sizeof(UABSessionBrowser) == 0x000040, "Wrong size on UABSessionBrowser"); \ + +#define DUMPER7_ASSERTS_ABSignaling_SendSignalingMessage \ +static_assert(alignof(ABSignaling_SendSignalingMessage) == 0x000008, "Wrong alignment on ABSignaling_SendSignalingMessage"); \ +static_assert(sizeof(ABSignaling_SendSignalingMessage) == 0x000030, "Wrong size on ABSignaling_SendSignalingMessage"); \ +static_assert(offsetof(ABSignaling_SendSignalingMessage, Request) == 0x000000, "Member 'ABSignaling_SendSignalingMessage::Request' has a wrong offset!"); \ +static_assert(offsetof(ABSignaling_SendSignalingMessage, ReturnValue) == 0x000020, "Member 'ABSignaling_SendSignalingMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABSignaling_SetSignalingP2PNotif \ +static_assert(alignof(ABSignaling_SetSignalingP2PNotif) == 0x000004, "Wrong alignment on ABSignaling_SetSignalingP2PNotif"); \ +static_assert(sizeof(ABSignaling_SetSignalingP2PNotif) == 0x000014, "Wrong size on ABSignaling_SetSignalingP2PNotif"); \ +static_assert(offsetof(ABSignaling_SetSignalingP2PNotif, OnNotif) == 0x000000, "Member 'ABSignaling_SetSignalingP2PNotif::OnNotif' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABSignaling \ +static_assert(alignof(UABSignaling) == 0x000008, "Wrong alignment on UABSignaling"); \ +static_assert(sizeof(UABSignaling) == 0x000040, "Wrong size on UABSignaling"); \ + +#define DUMPER7_ASSERTS_ABStatistic_BulkFetchStatItemsValue \ +static_assert(alignof(ABStatistic_BulkFetchStatItemsValue) == 0x000008, "Wrong alignment on ABStatistic_BulkFetchStatItemsValue"); \ +static_assert(sizeof(ABStatistic_BulkFetchStatItemsValue) == 0x000048, "Wrong size on ABStatistic_BulkFetchStatItemsValue"); \ +static_assert(offsetof(ABStatistic_BulkFetchStatItemsValue, StatCode) == 0x000000, "Member 'ABStatistic_BulkFetchStatItemsValue::StatCode' has a wrong offset!"); \ +static_assert(offsetof(ABStatistic_BulkFetchStatItemsValue, UserIds) == 0x000010, "Member 'ABStatistic_BulkFetchStatItemsValue::UserIds' has a wrong offset!"); \ +static_assert(offsetof(ABStatistic_BulkFetchStatItemsValue, OnSuccess) == 0x000020, "Member 'ABStatistic_BulkFetchStatItemsValue::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABStatistic_BulkFetchStatItemsValue, OnError) == 0x000034, "Member 'ABStatistic_BulkFetchStatItemsValue::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABStatistic_CreateUserStatItems \ +static_assert(alignof(ABStatistic_CreateUserStatItems) == 0x000008, "Wrong alignment on ABStatistic_CreateUserStatItems"); \ +static_assert(sizeof(ABStatistic_CreateUserStatItems) == 0x000038, "Wrong size on ABStatistic_CreateUserStatItems"); \ +static_assert(offsetof(ABStatistic_CreateUserStatItems, StatCodes) == 0x000000, "Member 'ABStatistic_CreateUserStatItems::StatCodes' has a wrong offset!"); \ +static_assert(offsetof(ABStatistic_CreateUserStatItems, OnSuccess) == 0x000010, "Member 'ABStatistic_CreateUserStatItems::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABStatistic_CreateUserStatItems, OnError) == 0x000024, "Member 'ABStatistic_CreateUserStatItems::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABStatistic_GetAllUserStatItems \ +static_assert(alignof(ABStatistic_GetAllUserStatItems) == 0x000004, "Wrong alignment on ABStatistic_GetAllUserStatItems"); \ +static_assert(sizeof(ABStatistic_GetAllUserStatItems) == 0x000034, "Wrong size on ABStatistic_GetAllUserStatItems"); \ +static_assert(offsetof(ABStatistic_GetAllUserStatItems, OnSuccess) == 0x000000, "Member 'ABStatistic_GetAllUserStatItems::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABStatistic_GetAllUserStatItems, OnError) == 0x000014, "Member 'ABStatistic_GetAllUserStatItems::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABStatistic_GetAllUserStatItems, Limit) == 0x000028, "Member 'ABStatistic_GetAllUserStatItems::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABStatistic_GetAllUserStatItems, Offset) == 0x00002C, "Member 'ABStatistic_GetAllUserStatItems::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABStatistic_GetAllUserStatItems, SortBy) == 0x000030, "Member 'ABStatistic_GetAllUserStatItems::SortBy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABStatistic_GetGlobalStatItemsByStatCode \ +static_assert(alignof(ABStatistic_GetGlobalStatItemsByStatCode) == 0x000008, "Wrong alignment on ABStatistic_GetGlobalStatItemsByStatCode"); \ +static_assert(sizeof(ABStatistic_GetGlobalStatItemsByStatCode) == 0x000038, "Wrong size on ABStatistic_GetGlobalStatItemsByStatCode"); \ +static_assert(offsetof(ABStatistic_GetGlobalStatItemsByStatCode, StatCode) == 0x000000, "Member 'ABStatistic_GetGlobalStatItemsByStatCode::StatCode' has a wrong offset!"); \ +static_assert(offsetof(ABStatistic_GetGlobalStatItemsByStatCode, OnSuccess) == 0x000010, "Member 'ABStatistic_GetGlobalStatItemsByStatCode::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABStatistic_GetGlobalStatItemsByStatCode, OnError) == 0x000024, "Member 'ABStatistic_GetGlobalStatItemsByStatCode::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABStatistic_GetUserStatItems \ +static_assert(alignof(ABStatistic_GetUserStatItems) == 0x000008, "Wrong alignment on ABStatistic_GetUserStatItems"); \ +static_assert(sizeof(ABStatistic_GetUserStatItems) == 0x000058, "Wrong size on ABStatistic_GetUserStatItems"); \ +static_assert(offsetof(ABStatistic_GetUserStatItems, StatCodes) == 0x000000, "Member 'ABStatistic_GetUserStatItems::StatCodes' has a wrong offset!"); \ +static_assert(offsetof(ABStatistic_GetUserStatItems, Tags) == 0x000010, "Member 'ABStatistic_GetUserStatItems::Tags' has a wrong offset!"); \ +static_assert(offsetof(ABStatistic_GetUserStatItems, OnSuccess) == 0x000020, "Member 'ABStatistic_GetUserStatItems::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABStatistic_GetUserStatItems, OnError) == 0x000034, "Member 'ABStatistic_GetUserStatItems::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABStatistic_GetUserStatItems, Limit) == 0x000048, "Member 'ABStatistic_GetUserStatItems::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABStatistic_GetUserStatItems, Offset) == 0x00004C, "Member 'ABStatistic_GetUserStatItems::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABStatistic_GetUserStatItems, SortBy) == 0x000050, "Member 'ABStatistic_GetUserStatItems::SortBy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABStatistic_IncrementUserStatItems \ +static_assert(alignof(ABStatistic_IncrementUserStatItems) == 0x000008, "Wrong alignment on ABStatistic_IncrementUserStatItems"); \ +static_assert(sizeof(ABStatistic_IncrementUserStatItems) == 0x000038, "Wrong size on ABStatistic_IncrementUserStatItems"); \ +static_assert(offsetof(ABStatistic_IncrementUserStatItems, Data) == 0x000000, "Member 'ABStatistic_IncrementUserStatItems::Data' has a wrong offset!"); \ +static_assert(offsetof(ABStatistic_IncrementUserStatItems, OnSuccess) == 0x000010, "Member 'ABStatistic_IncrementUserStatItems::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABStatistic_IncrementUserStatItems, OnError) == 0x000024, "Member 'ABStatistic_IncrementUserStatItems::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABStatistic \ +static_assert(alignof(UABStatistic) == 0x000008, "Wrong alignment on UABStatistic"); \ +static_assert(sizeof(UABStatistic) == 0x000040, "Wrong size on UABStatistic"); \ + +#define DUMPER7_ASSERTS_ABUGC_AddDownloadContentCountV2 \ +static_assert(alignof(ABUGC_AddDownloadContentCountV2) == 0x000008, "Wrong alignment on ABUGC_AddDownloadContentCountV2"); \ +static_assert(sizeof(ABUGC_AddDownloadContentCountV2) == 0x000038, "Wrong size on ABUGC_AddDownloadContentCountV2"); \ +static_assert(offsetof(ABUGC_AddDownloadContentCountV2, ContentId) == 0x000000, "Member 'ABUGC_AddDownloadContentCountV2::ContentId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_AddDownloadContentCountV2, OnSuccess) == 0x000010, "Member 'ABUGC_AddDownloadContentCountV2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_AddDownloadContentCountV2, OnError) == 0x000024, "Member 'ABUGC_AddDownloadContentCountV2::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_BulkGetContentByShareCode \ +static_assert(alignof(ABUGC_BulkGetContentByShareCode) == 0x000008, "Wrong alignment on ABUGC_BulkGetContentByShareCode"); \ +static_assert(sizeof(ABUGC_BulkGetContentByShareCode) == 0x000038, "Wrong size on ABUGC_BulkGetContentByShareCode"); \ +static_assert(offsetof(ABUGC_BulkGetContentByShareCode, ShareCodes) == 0x000000, "Member 'ABUGC_BulkGetContentByShareCode::ShareCodes' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_BulkGetContentByShareCode, OnSuccess) == 0x000010, "Member 'ABUGC_BulkGetContentByShareCode::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_BulkGetContentByShareCode, OnError) == 0x000024, "Member 'ABUGC_BulkGetContentByShareCode::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_BulkGetContentByShareCodeV2 \ +static_assert(alignof(ABUGC_BulkGetContentByShareCodeV2) == 0x000008, "Wrong alignment on ABUGC_BulkGetContentByShareCodeV2"); \ +static_assert(sizeof(ABUGC_BulkGetContentByShareCodeV2) == 0x000038, "Wrong size on ABUGC_BulkGetContentByShareCodeV2"); \ +static_assert(offsetof(ABUGC_BulkGetContentByShareCodeV2, ShareCodes) == 0x000000, "Member 'ABUGC_BulkGetContentByShareCodeV2::ShareCodes' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_BulkGetContentByShareCodeV2, OnSuccess) == 0x000010, "Member 'ABUGC_BulkGetContentByShareCodeV2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_BulkGetContentByShareCodeV2, OnError) == 0x000024, "Member 'ABUGC_BulkGetContentByShareCodeV2::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_CreateChannel \ +static_assert(alignof(ABUGC_CreateChannel) == 0x000008, "Wrong alignment on ABUGC_CreateChannel"); \ +static_assert(sizeof(ABUGC_CreateChannel) == 0x000038, "Wrong size on ABUGC_CreateChannel"); \ +static_assert(offsetof(ABUGC_CreateChannel, ChannelName) == 0x000000, "Member 'ABUGC_CreateChannel::ChannelName' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_CreateChannel, OnSuccess) == 0x000010, "Member 'ABUGC_CreateChannel::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_CreateChannel, OnError) == 0x000024, "Member 'ABUGC_CreateChannel::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_CreateContent \ +static_assert(alignof(ABUGC_CreateContent) == 0x000008, "Wrong alignment on ABUGC_CreateContent"); \ +static_assert(sizeof(ABUGC_CreateContent) == 0x0000A8, "Wrong size on ABUGC_CreateContent"); \ +static_assert(offsetof(ABUGC_CreateContent, ChannelId) == 0x000000, "Member 'ABUGC_CreateContent::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_CreateContent, Name_0) == 0x000010, "Member 'ABUGC_CreateContent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_CreateContent, Type) == 0x000020, "Member 'ABUGC_CreateContent::Type' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_CreateContent, SubType) == 0x000030, "Member 'ABUGC_CreateContent::SubType' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_CreateContent, Tags) == 0x000040, "Member 'ABUGC_CreateContent::Tags' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_CreateContent, Preview) == 0x000050, "Member 'ABUGC_CreateContent::Preview' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_CreateContent, FileExtension) == 0x000060, "Member 'ABUGC_CreateContent::FileExtension' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_CreateContent, OnSuccess) == 0x000070, "Member 'ABUGC_CreateContent::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_CreateContent, OnError) == 0x000084, "Member 'ABUGC_CreateContent::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_CreateContent, ContentType) == 0x000098, "Member 'ABUGC_CreateContent::ContentType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_CreateContentByStruct \ +static_assert(alignof(ABUGC_CreateContentByStruct) == 0x000008, "Wrong alignment on ABUGC_CreateContentByStruct"); \ +static_assert(sizeof(ABUGC_CreateContentByStruct) == 0x0000E8, "Wrong size on ABUGC_CreateContentByStruct"); \ +static_assert(offsetof(ABUGC_CreateContentByStruct, ChannelId) == 0x000000, "Member 'ABUGC_CreateContentByStruct::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_CreateContentByStruct, UGCRequest) == 0x000010, "Member 'ABUGC_CreateContentByStruct::UGCRequest' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_CreateContentByStruct, OnSuccess) == 0x0000C0, "Member 'ABUGC_CreateContentByStruct::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_CreateContentByStruct, OnError) == 0x0000D4, "Member 'ABUGC_CreateContentByStruct::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_CreateContentV2 \ +static_assert(alignof(ABUGC_CreateContentV2) == 0x000008, "Wrong alignment on ABUGC_CreateContentV2"); \ +static_assert(sizeof(ABUGC_CreateContentV2) == 0x0000B8, "Wrong size on ABUGC_CreateContentV2"); \ +static_assert(offsetof(ABUGC_CreateContentV2, ChannelId) == 0x000000, "Member 'ABUGC_CreateContentV2::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_CreateContentV2, CreateRequest) == 0x000010, "Member 'ABUGC_CreateContentV2::CreateRequest' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_CreateContentV2, OnSuccess) == 0x000090, "Member 'ABUGC_CreateContentV2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_CreateContentV2, OnError) == 0x0000A4, "Member 'ABUGC_CreateContentV2::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_DeleteChannel \ +static_assert(alignof(ABUGC_DeleteChannel) == 0x000008, "Wrong alignment on ABUGC_DeleteChannel"); \ +static_assert(sizeof(ABUGC_DeleteChannel) == 0x000038, "Wrong size on ABUGC_DeleteChannel"); \ +static_assert(offsetof(ABUGC_DeleteChannel, ChannelId) == 0x000000, "Member 'ABUGC_DeleteChannel::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_DeleteChannel, OnSuccess) == 0x000010, "Member 'ABUGC_DeleteChannel::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_DeleteChannel, OnError) == 0x000024, "Member 'ABUGC_DeleteChannel::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_DeleteContent \ +static_assert(alignof(ABUGC_DeleteContent) == 0x000008, "Wrong alignment on ABUGC_DeleteContent"); \ +static_assert(sizeof(ABUGC_DeleteContent) == 0x000048, "Wrong size on ABUGC_DeleteContent"); \ +static_assert(offsetof(ABUGC_DeleteContent, ChannelId) == 0x000000, "Member 'ABUGC_DeleteContent::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_DeleteContent, ContentId) == 0x000010, "Member 'ABUGC_DeleteContent::ContentId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_DeleteContent, OnSuccess) == 0x000020, "Member 'ABUGC_DeleteContent::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_DeleteContent, OnError) == 0x000034, "Member 'ABUGC_DeleteContent::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_DeleteContentByShareCode \ +static_assert(alignof(ABUGC_DeleteContentByShareCode) == 0x000008, "Wrong alignment on ABUGC_DeleteContentByShareCode"); \ +static_assert(sizeof(ABUGC_DeleteContentByShareCode) == 0x000048, "Wrong size on ABUGC_DeleteContentByShareCode"); \ +static_assert(offsetof(ABUGC_DeleteContentByShareCode, ChannelId) == 0x000000, "Member 'ABUGC_DeleteContentByShareCode::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_DeleteContentByShareCode, ShareCode) == 0x000010, "Member 'ABUGC_DeleteContentByShareCode::ShareCode' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_DeleteContentByShareCode, OnSuccess) == 0x000020, "Member 'ABUGC_DeleteContentByShareCode::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_DeleteContentByShareCode, OnError) == 0x000034, "Member 'ABUGC_DeleteContentByShareCode::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_DeleteContentScreenshotV2 \ +static_assert(alignof(ABUGC_DeleteContentScreenshotV2) == 0x000008, "Wrong alignment on ABUGC_DeleteContentScreenshotV2"); \ +static_assert(sizeof(ABUGC_DeleteContentScreenshotV2) == 0x000048, "Wrong size on ABUGC_DeleteContentScreenshotV2"); \ +static_assert(offsetof(ABUGC_DeleteContentScreenshotV2, ContentId) == 0x000000, "Member 'ABUGC_DeleteContentScreenshotV2::ContentId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_DeleteContentScreenshotV2, ScreenshotId) == 0x000010, "Member 'ABUGC_DeleteContentScreenshotV2::ScreenshotId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_DeleteContentScreenshotV2, OnSuccess) == 0x000020, "Member 'ABUGC_DeleteContentScreenshotV2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_DeleteContentScreenshotV2, OnError) == 0x000034, "Member 'ABUGC_DeleteContentScreenshotV2::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_DeleteContentV2 \ +static_assert(alignof(ABUGC_DeleteContentV2) == 0x000008, "Wrong alignment on ABUGC_DeleteContentV2"); \ +static_assert(sizeof(ABUGC_DeleteContentV2) == 0x000048, "Wrong size on ABUGC_DeleteContentV2"); \ +static_assert(offsetof(ABUGC_DeleteContentV2, ChannelId) == 0x000000, "Member 'ABUGC_DeleteContentV2::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_DeleteContentV2, ContentId) == 0x000010, "Member 'ABUGC_DeleteContentV2::ContentId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_DeleteContentV2, OnSuccess) == 0x000020, "Member 'ABUGC_DeleteContentV2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_DeleteContentV2, OnError) == 0x000034, "Member 'ABUGC_DeleteContentV2::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_GenerateUploadContentURLV2 \ +static_assert(alignof(ABUGC_GenerateUploadContentURLV2) == 0x000008, "Wrong alignment on ABUGC_GenerateUploadContentURLV2"); \ +static_assert(sizeof(ABUGC_GenerateUploadContentURLV2) == 0x000068, "Wrong size on ABUGC_GenerateUploadContentURLV2"); \ +static_assert(offsetof(ABUGC_GenerateUploadContentURLV2, ChannelId) == 0x000000, "Member 'ABUGC_GenerateUploadContentURLV2::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GenerateUploadContentURLV2, ContentId) == 0x000010, "Member 'ABUGC_GenerateUploadContentURLV2::ContentId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GenerateUploadContentURLV2, UploadRequest) == 0x000020, "Member 'ABUGC_GenerateUploadContentURLV2::UploadRequest' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GenerateUploadContentURLV2, OnSuccess) == 0x000040, "Member 'ABUGC_GenerateUploadContentURLV2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GenerateUploadContentURLV2, OnError) == 0x000054, "Member 'ABUGC_GenerateUploadContentURLV2::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_GetChannels \ +static_assert(alignof(ABUGC_GetChannels) == 0x000008, "Wrong alignment on ABUGC_GetChannels"); \ +static_assert(sizeof(ABUGC_GetChannels) == 0x000040, "Wrong size on ABUGC_GetChannels"); \ +static_assert(offsetof(ABUGC_GetChannels, OnSuccess) == 0x000000, "Member 'ABUGC_GetChannels::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetChannels, OnError) == 0x000014, "Member 'ABUGC_GetChannels::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetChannels, Limit) == 0x000028, "Member 'ABUGC_GetChannels::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetChannels, Offset) == 0x00002C, "Member 'ABUGC_GetChannels::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetChannels, ChannelName) == 0x000030, "Member 'ABUGC_GetChannels::ChannelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_GetChannelsByUserId \ +static_assert(alignof(ABUGC_GetChannelsByUserId) == 0x000008, "Wrong alignment on ABUGC_GetChannelsByUserId"); \ +static_assert(sizeof(ABUGC_GetChannelsByUserId) == 0x000040, "Wrong size on ABUGC_GetChannelsByUserId"); \ +static_assert(offsetof(ABUGC_GetChannelsByUserId, UserId) == 0x000000, "Member 'ABUGC_GetChannelsByUserId::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetChannelsByUserId, OnSuccess) == 0x000010, "Member 'ABUGC_GetChannelsByUserId::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetChannelsByUserId, OnError) == 0x000024, "Member 'ABUGC_GetChannelsByUserId::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetChannelsByUserId, Limit) == 0x000038, "Member 'ABUGC_GetChannelsByUserId::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetChannelsByUserId, Offset) == 0x00003C, "Member 'ABUGC_GetChannelsByUserId::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_GetContentBulkByIdsV2 \ +static_assert(alignof(ABUGC_GetContentBulkByIdsV2) == 0x000008, "Wrong alignment on ABUGC_GetContentBulkByIdsV2"); \ +static_assert(sizeof(ABUGC_GetContentBulkByIdsV2) == 0x000038, "Wrong size on ABUGC_GetContentBulkByIdsV2"); \ +static_assert(offsetof(ABUGC_GetContentBulkByIdsV2, ContentIds) == 0x000000, "Member 'ABUGC_GetContentBulkByIdsV2::ContentIds' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetContentBulkByIdsV2, OnSuccess) == 0x000010, "Member 'ABUGC_GetContentBulkByIdsV2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetContentBulkByIdsV2, OnError) == 0x000024, "Member 'ABUGC_GetContentBulkByIdsV2::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_GetContentByContentId \ +static_assert(alignof(ABUGC_GetContentByContentId) == 0x000008, "Wrong alignment on ABUGC_GetContentByContentId"); \ +static_assert(sizeof(ABUGC_GetContentByContentId) == 0x000038, "Wrong size on ABUGC_GetContentByContentId"); \ +static_assert(offsetof(ABUGC_GetContentByContentId, ContentId) == 0x000000, "Member 'ABUGC_GetContentByContentId::ContentId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetContentByContentId, OnSuccess) == 0x000010, "Member 'ABUGC_GetContentByContentId::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetContentByContentId, OnError) == 0x000024, "Member 'ABUGC_GetContentByContentId::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_GetContentByContentIdV2 \ +static_assert(alignof(ABUGC_GetContentByContentIdV2) == 0x000008, "Wrong alignment on ABUGC_GetContentByContentIdV2"); \ +static_assert(sizeof(ABUGC_GetContentByContentIdV2) == 0x000038, "Wrong size on ABUGC_GetContentByContentIdV2"); \ +static_assert(offsetof(ABUGC_GetContentByContentIdV2, ContentId) == 0x000000, "Member 'ABUGC_GetContentByContentIdV2::ContentId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetContentByContentIdV2, OnSuccess) == 0x000010, "Member 'ABUGC_GetContentByContentIdV2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetContentByContentIdV2, OnError) == 0x000024, "Member 'ABUGC_GetContentByContentIdV2::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_GetContentByShareCode \ +static_assert(alignof(ABUGC_GetContentByShareCode) == 0x000008, "Wrong alignment on ABUGC_GetContentByShareCode"); \ +static_assert(sizeof(ABUGC_GetContentByShareCode) == 0x000038, "Wrong size on ABUGC_GetContentByShareCode"); \ +static_assert(offsetof(ABUGC_GetContentByShareCode, ShareCode) == 0x000000, "Member 'ABUGC_GetContentByShareCode::ShareCode' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetContentByShareCode, OnSuccess) == 0x000010, "Member 'ABUGC_GetContentByShareCode::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetContentByShareCode, OnError) == 0x000024, "Member 'ABUGC_GetContentByShareCode::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_GetContentByShareCodeV2 \ +static_assert(alignof(ABUGC_GetContentByShareCodeV2) == 0x000008, "Wrong alignment on ABUGC_GetContentByShareCodeV2"); \ +static_assert(sizeof(ABUGC_GetContentByShareCodeV2) == 0x000038, "Wrong size on ABUGC_GetContentByShareCodeV2"); \ +static_assert(offsetof(ABUGC_GetContentByShareCodeV2, ShareCode) == 0x000000, "Member 'ABUGC_GetContentByShareCodeV2::ShareCode' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetContentByShareCodeV2, OnSuccess) == 0x000010, "Member 'ABUGC_GetContentByShareCodeV2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetContentByShareCodeV2, OnError) == 0x000024, "Member 'ABUGC_GetContentByShareCodeV2::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_GetContentPreviewAsIntArray \ +static_assert(alignof(ABUGC_GetContentPreviewAsIntArray) == 0x000008, "Wrong alignment on ABUGC_GetContentPreviewAsIntArray"); \ +static_assert(sizeof(ABUGC_GetContentPreviewAsIntArray) == 0x000038, "Wrong size on ABUGC_GetContentPreviewAsIntArray"); \ +static_assert(offsetof(ABUGC_GetContentPreviewAsIntArray, ContentId) == 0x000000, "Member 'ABUGC_GetContentPreviewAsIntArray::ContentId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetContentPreviewAsIntArray, OnSuccess) == 0x000010, "Member 'ABUGC_GetContentPreviewAsIntArray::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetContentPreviewAsIntArray, OnError) == 0x000024, "Member 'ABUGC_GetContentPreviewAsIntArray::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_GetContentPreviewAsStruct \ +static_assert(alignof(ABUGC_GetContentPreviewAsStruct) == 0x000008, "Wrong alignment on ABUGC_GetContentPreviewAsStruct"); \ +static_assert(sizeof(ABUGC_GetContentPreviewAsStruct) == 0x000038, "Wrong size on ABUGC_GetContentPreviewAsStruct"); \ +static_assert(offsetof(ABUGC_GetContentPreviewAsStruct, ContentId) == 0x000000, "Member 'ABUGC_GetContentPreviewAsStruct::ContentId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetContentPreviewAsStruct, OnSuccess) == 0x000010, "Member 'ABUGC_GetContentPreviewAsStruct::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetContentPreviewAsStruct, OnError) == 0x000024, "Member 'ABUGC_GetContentPreviewAsStruct::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_GetListContentDownloaderV2 \ +static_assert(alignof(ABUGC_GetListContentDownloaderV2) == 0x000008, "Wrong alignment on ABUGC_GetListContentDownloaderV2"); \ +static_assert(sizeof(ABUGC_GetListContentDownloaderV2) == 0x000058, "Wrong size on ABUGC_GetListContentDownloaderV2"); \ +static_assert(offsetof(ABUGC_GetListContentDownloaderV2, ContentId) == 0x000000, "Member 'ABUGC_GetListContentDownloaderV2::ContentId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetListContentDownloaderV2, OnSuccess) == 0x000010, "Member 'ABUGC_GetListContentDownloaderV2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetListContentDownloaderV2, OnError) == 0x000024, "Member 'ABUGC_GetListContentDownloaderV2::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetListContentDownloaderV2, UserId) == 0x000038, "Member 'ABUGC_GetListContentDownloaderV2::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetListContentDownloaderV2, Limit) == 0x000048, "Member 'ABUGC_GetListContentDownloaderV2::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetListContentDownloaderV2, Offset) == 0x00004C, "Member 'ABUGC_GetListContentDownloaderV2::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetListContentDownloaderV2, SortBy) == 0x000050, "Member 'ABUGC_GetListContentDownloaderV2::SortBy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_GetListContentLikerV2 \ +static_assert(alignof(ABUGC_GetListContentLikerV2) == 0x000008, "Wrong alignment on ABUGC_GetListContentLikerV2"); \ +static_assert(sizeof(ABUGC_GetListContentLikerV2) == 0x000040, "Wrong size on ABUGC_GetListContentLikerV2"); \ +static_assert(offsetof(ABUGC_GetListContentLikerV2, ContentId) == 0x000000, "Member 'ABUGC_GetListContentLikerV2::ContentId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetListContentLikerV2, OnSuccess) == 0x000010, "Member 'ABUGC_GetListContentLikerV2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetListContentLikerV2, OnError) == 0x000024, "Member 'ABUGC_GetListContentLikerV2::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetListContentLikerV2, Limit) == 0x000038, "Member 'ABUGC_GetListContentLikerV2::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetListContentLikerV2, Offset) == 0x00003C, "Member 'ABUGC_GetListContentLikerV2::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_GetListFollowers \ +static_assert(alignof(ABUGC_GetListFollowers) == 0x000008, "Wrong alignment on ABUGC_GetListFollowers"); \ +static_assert(sizeof(ABUGC_GetListFollowers) == 0x000040, "Wrong size on ABUGC_GetListFollowers"); \ +static_assert(offsetof(ABUGC_GetListFollowers, UserId) == 0x000000, "Member 'ABUGC_GetListFollowers::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetListFollowers, OnSuccess) == 0x000010, "Member 'ABUGC_GetListFollowers::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetListFollowers, OnError) == 0x000024, "Member 'ABUGC_GetListFollowers::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetListFollowers, Limit) == 0x000038, "Member 'ABUGC_GetListFollowers::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetListFollowers, Offset) == 0x00003C, "Member 'ABUGC_GetListFollowers::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_GetTags \ +static_assert(alignof(ABUGC_GetTags) == 0x000004, "Wrong alignment on ABUGC_GetTags"); \ +static_assert(sizeof(ABUGC_GetTags) == 0x000030, "Wrong size on ABUGC_GetTags"); \ +static_assert(offsetof(ABUGC_GetTags, OnSuccess) == 0x000000, "Member 'ABUGC_GetTags::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetTags, OnError) == 0x000014, "Member 'ABUGC_GetTags::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetTags, Limit) == 0x000028, "Member 'ABUGC_GetTags::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetTags, Offset) == 0x00002C, "Member 'ABUGC_GetTags::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_GetTypes \ +static_assert(alignof(ABUGC_GetTypes) == 0x000004, "Wrong alignment on ABUGC_GetTypes"); \ +static_assert(sizeof(ABUGC_GetTypes) == 0x000030, "Wrong size on ABUGC_GetTypes"); \ +static_assert(offsetof(ABUGC_GetTypes, OnSuccess) == 0x000000, "Member 'ABUGC_GetTypes::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetTypes, OnError) == 0x000014, "Member 'ABUGC_GetTypes::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetTypes, Limit) == 0x000028, "Member 'ABUGC_GetTypes::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetTypes, Offset) == 0x00002C, "Member 'ABUGC_GetTypes::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_GetUserContentsV2 \ +static_assert(alignof(ABUGC_GetUserContentsV2) == 0x000008, "Wrong alignment on ABUGC_GetUserContentsV2"); \ +static_assert(sizeof(ABUGC_GetUserContentsV2) == 0x000040, "Wrong size on ABUGC_GetUserContentsV2"); \ +static_assert(offsetof(ABUGC_GetUserContentsV2, UserId) == 0x000000, "Member 'ABUGC_GetUserContentsV2::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetUserContentsV2, OnSuccess) == 0x000010, "Member 'ABUGC_GetUserContentsV2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetUserContentsV2, OnError) == 0x000024, "Member 'ABUGC_GetUserContentsV2::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetUserContentsV2, Limit) == 0x000038, "Member 'ABUGC_GetUserContentsV2::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_GetUserContentsV2, Offset) == 0x00003C, "Member 'ABUGC_GetUserContentsV2::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_ModifyContent \ +static_assert(alignof(ABUGC_ModifyContent) == 0x000008, "Wrong alignment on ABUGC_ModifyContent"); \ +static_assert(sizeof(ABUGC_ModifyContent) == 0x0000B8, "Wrong size on ABUGC_ModifyContent"); \ +static_assert(offsetof(ABUGC_ModifyContent, ChannelId) == 0x000000, "Member 'ABUGC_ModifyContent::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContent, ContentId) == 0x000010, "Member 'ABUGC_ModifyContent::ContentId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContent, Name_0) == 0x000020, "Member 'ABUGC_ModifyContent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContent, Type) == 0x000030, "Member 'ABUGC_ModifyContent::Type' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContent, SubType) == 0x000040, "Member 'ABUGC_ModifyContent::SubType' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContent, Tags) == 0x000050, "Member 'ABUGC_ModifyContent::Tags' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContent, Preview) == 0x000060, "Member 'ABUGC_ModifyContent::Preview' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContent, FileExtension) == 0x000070, "Member 'ABUGC_ModifyContent::FileExtension' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContent, OnSuccess) == 0x000080, "Member 'ABUGC_ModifyContent::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContent, OnError) == 0x000094, "Member 'ABUGC_ModifyContent::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContent, ContentType) == 0x0000A8, "Member 'ABUGC_ModifyContent::ContentType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_ModifyContentByShareCode \ +static_assert(alignof(ABUGC_ModifyContentByShareCode) == 0x000008, "Wrong alignment on ABUGC_ModifyContentByShareCode"); \ +static_assert(sizeof(ABUGC_ModifyContentByShareCode) == 0x000100, "Wrong size on ABUGC_ModifyContentByShareCode"); \ +static_assert(offsetof(ABUGC_ModifyContentByShareCode, ChannelId) == 0x000000, "Member 'ABUGC_ModifyContentByShareCode::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContentByShareCode, ShareCode) == 0x000010, "Member 'ABUGC_ModifyContentByShareCode::ShareCode' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContentByShareCode, ModifyRequest) == 0x000020, "Member 'ABUGC_ModifyContentByShareCode::ModifyRequest' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContentByShareCode, OnSuccess) == 0x0000D8, "Member 'ABUGC_ModifyContentByShareCode::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContentByShareCode, OnError) == 0x0000EC, "Member 'ABUGC_ModifyContentByShareCode::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_ModifyContentByStruct \ +static_assert(alignof(ABUGC_ModifyContentByStruct) == 0x000008, "Wrong alignment on ABUGC_ModifyContentByStruct"); \ +static_assert(sizeof(ABUGC_ModifyContentByStruct) == 0x0000F8, "Wrong size on ABUGC_ModifyContentByStruct"); \ +static_assert(offsetof(ABUGC_ModifyContentByStruct, ChannelId) == 0x000000, "Member 'ABUGC_ModifyContentByStruct::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContentByStruct, ContentId) == 0x000010, "Member 'ABUGC_ModifyContentByStruct::ContentId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContentByStruct, UGCRequest) == 0x000020, "Member 'ABUGC_ModifyContentByStruct::UGCRequest' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContentByStruct, OnSuccess) == 0x0000D0, "Member 'ABUGC_ModifyContentByStruct::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContentByStruct, OnError) == 0x0000E4, "Member 'ABUGC_ModifyContentByStruct::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_ModifyContentByUpdateStruct \ +static_assert(alignof(ABUGC_ModifyContentByUpdateStruct) == 0x000008, "Wrong alignment on ABUGC_ModifyContentByUpdateStruct"); \ +static_assert(sizeof(ABUGC_ModifyContentByUpdateStruct) == 0x000100, "Wrong size on ABUGC_ModifyContentByUpdateStruct"); \ +static_assert(offsetof(ABUGC_ModifyContentByUpdateStruct, ChannelId) == 0x000000, "Member 'ABUGC_ModifyContentByUpdateStruct::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContentByUpdateStruct, ContentId) == 0x000010, "Member 'ABUGC_ModifyContentByUpdateStruct::ContentId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContentByUpdateStruct, UGCRequest) == 0x000020, "Member 'ABUGC_ModifyContentByUpdateStruct::UGCRequest' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContentByUpdateStruct, OnSuccess) == 0x0000D8, "Member 'ABUGC_ModifyContentByUpdateStruct::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContentByUpdateStruct, OnError) == 0x0000EC, "Member 'ABUGC_ModifyContentByUpdateStruct::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_ModifyContentShareCode \ +static_assert(alignof(ABUGC_ModifyContentShareCode) == 0x000008, "Wrong alignment on ABUGC_ModifyContentShareCode"); \ +static_assert(sizeof(ABUGC_ModifyContentShareCode) == 0x000058, "Wrong size on ABUGC_ModifyContentShareCode"); \ +static_assert(offsetof(ABUGC_ModifyContentShareCode, ChannelId) == 0x000000, "Member 'ABUGC_ModifyContentShareCode::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContentShareCode, ContentId) == 0x000010, "Member 'ABUGC_ModifyContentShareCode::ContentId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContentShareCode, ModifyContentShareCodeRequest) == 0x000020, "Member 'ABUGC_ModifyContentShareCode::ModifyContentShareCodeRequest' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContentShareCode, OnSuccess) == 0x000030, "Member 'ABUGC_ModifyContentShareCode::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContentShareCode, OnError) == 0x000044, "Member 'ABUGC_ModifyContentShareCode::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_ModifyContentShareCodeV2 \ +static_assert(alignof(ABUGC_ModifyContentShareCodeV2) == 0x000008, "Wrong alignment on ABUGC_ModifyContentShareCodeV2"); \ +static_assert(sizeof(ABUGC_ModifyContentShareCodeV2) == 0x000058, "Wrong size on ABUGC_ModifyContentShareCodeV2"); \ +static_assert(offsetof(ABUGC_ModifyContentShareCodeV2, ChannelId) == 0x000000, "Member 'ABUGC_ModifyContentShareCodeV2::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContentShareCodeV2, ContentId) == 0x000010, "Member 'ABUGC_ModifyContentShareCodeV2::ContentId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContentShareCodeV2, ModifyContentShareCodeRequest) == 0x000020, "Member 'ABUGC_ModifyContentShareCodeV2::ModifyContentShareCodeRequest' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContentShareCodeV2, OnSuccess) == 0x000030, "Member 'ABUGC_ModifyContentShareCodeV2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContentShareCodeV2, OnError) == 0x000044, "Member 'ABUGC_ModifyContentShareCodeV2::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_ModifyContentV2 \ +static_assert(alignof(ABUGC_ModifyContentV2) == 0x000008, "Wrong alignment on ABUGC_ModifyContentV2"); \ +static_assert(sizeof(ABUGC_ModifyContentV2) == 0x0000A8, "Wrong size on ABUGC_ModifyContentV2"); \ +static_assert(offsetof(ABUGC_ModifyContentV2, ChannelId) == 0x000000, "Member 'ABUGC_ModifyContentV2::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContentV2, ContentId) == 0x000010, "Member 'ABUGC_ModifyContentV2::ContentId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContentV2, ModifyRequest) == 0x000020, "Member 'ABUGC_ModifyContentV2::ModifyRequest' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContentV2, OnSuccess) == 0x000080, "Member 'ABUGC_ModifyContentV2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_ModifyContentV2, OnError) == 0x000094, "Member 'ABUGC_ModifyContentV2::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_SearchAllContents \ +static_assert(alignof(ABUGC_SearchAllContents) == 0x000008, "Wrong alignment on ABUGC_SearchAllContents"); \ +static_assert(sizeof(ABUGC_SearchAllContents) == 0x0000A0, "Wrong size on ABUGC_SearchAllContents"); \ +static_assert(offsetof(ABUGC_SearchAllContents, Request) == 0x000000, "Member 'ABUGC_SearchAllContents::Request' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchAllContents, OnSuccess) == 0x000070, "Member 'ABUGC_SearchAllContents::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchAllContents, OnError) == 0x000084, "Member 'ABUGC_SearchAllContents::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchAllContents, Limit) == 0x000098, "Member 'ABUGC_SearchAllContents::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchAllContents, Offset) == 0x00009C, "Member 'ABUGC_SearchAllContents::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_SearchContents \ +static_assert(alignof(ABUGC_SearchContents) == 0x000008, "Wrong alignment on ABUGC_SearchContents"); \ +static_assert(sizeof(ABUGC_SearchContents) == 0x0000A0, "Wrong size on ABUGC_SearchContents"); \ +static_assert(offsetof(ABUGC_SearchContents, Name_0) == 0x000000, "Member 'ABUGC_SearchContents::Name_0' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContents, Creator) == 0x000010, "Member 'ABUGC_SearchContents::Creator' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContents, Type) == 0x000020, "Member 'ABUGC_SearchContents::Type' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContents, Subtype) == 0x000030, "Member 'ABUGC_SearchContents::Subtype' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContents, Tags) == 0x000040, "Member 'ABUGC_SearchContents::Tags' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContents, IsOfficial) == 0x000050, "Member 'ABUGC_SearchContents::IsOfficial' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContents, UserId) == 0x000058, "Member 'ABUGC_SearchContents::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContents, OnSuccess) == 0x000068, "Member 'ABUGC_SearchContents::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContents, OnError) == 0x00007C, "Member 'ABUGC_SearchContents::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContents, SortBy) == 0x000090, "Member 'ABUGC_SearchContents::SortBy' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContents, OrderBy) == 0x000091, "Member 'ABUGC_SearchContents::OrderBy' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContents, Limit) == 0x000094, "Member 'ABUGC_SearchContents::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContents, Offset) == 0x000098, "Member 'ABUGC_SearchContents::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_SearchContentsByChannelId \ +static_assert(alignof(ABUGC_SearchContentsByChannelId) == 0x000008, "Wrong alignment on ABUGC_SearchContentsByChannelId"); \ +static_assert(sizeof(ABUGC_SearchContentsByChannelId) == 0x0000B0, "Wrong size on ABUGC_SearchContentsByChannelId"); \ +static_assert(offsetof(ABUGC_SearchContentsByChannelId, ChannelId) == 0x000000, "Member 'ABUGC_SearchContentsByChannelId::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsByChannelId, Request) == 0x000010, "Member 'ABUGC_SearchContentsByChannelId::Request' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsByChannelId, OnSuccess) == 0x000080, "Member 'ABUGC_SearchContentsByChannelId::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsByChannelId, OnError) == 0x000094, "Member 'ABUGC_SearchContentsByChannelId::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsByChannelId, Limit) == 0x0000A8, "Member 'ABUGC_SearchContentsByChannelId::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsByChannelId, Offset) == 0x0000AC, "Member 'ABUGC_SearchContentsByChannelId::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_SearchContentsSpecificToChannel \ +static_assert(alignof(ABUGC_SearchContentsSpecificToChannel) == 0x000008, "Wrong alignment on ABUGC_SearchContentsSpecificToChannel"); \ +static_assert(sizeof(ABUGC_SearchContentsSpecificToChannel) == 0x0000B0, "Wrong size on ABUGC_SearchContentsSpecificToChannel"); \ +static_assert(offsetof(ABUGC_SearchContentsSpecificToChannel, ChannelId) == 0x000000, "Member 'ABUGC_SearchContentsSpecificToChannel::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsSpecificToChannel, Name_0) == 0x000010, "Member 'ABUGC_SearchContentsSpecificToChannel::Name_0' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsSpecificToChannel, Creator) == 0x000020, "Member 'ABUGC_SearchContentsSpecificToChannel::Creator' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsSpecificToChannel, Type) == 0x000030, "Member 'ABUGC_SearchContentsSpecificToChannel::Type' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsSpecificToChannel, Subtype) == 0x000040, "Member 'ABUGC_SearchContentsSpecificToChannel::Subtype' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsSpecificToChannel, Tags) == 0x000050, "Member 'ABUGC_SearchContentsSpecificToChannel::Tags' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsSpecificToChannel, IsOfficial) == 0x000060, "Member 'ABUGC_SearchContentsSpecificToChannel::IsOfficial' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsSpecificToChannel, UserId) == 0x000068, "Member 'ABUGC_SearchContentsSpecificToChannel::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsSpecificToChannel, OnSuccess) == 0x000078, "Member 'ABUGC_SearchContentsSpecificToChannel::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsSpecificToChannel, OnError) == 0x00008C, "Member 'ABUGC_SearchContentsSpecificToChannel::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsSpecificToChannel, SortBy) == 0x0000A0, "Member 'ABUGC_SearchContentsSpecificToChannel::SortBy' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsSpecificToChannel, OrderBy) == 0x0000A1, "Member 'ABUGC_SearchContentsSpecificToChannel::OrderBy' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsSpecificToChannel, Limit) == 0x0000A4, "Member 'ABUGC_SearchContentsSpecificToChannel::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsSpecificToChannel, Offset) == 0x0000A8, "Member 'ABUGC_SearchContentsSpecificToChannel::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_SearchContentsSpecificToChannelV2 \ +static_assert(alignof(ABUGC_SearchContentsSpecificToChannelV2) == 0x000008, "Wrong alignment on ABUGC_SearchContentsSpecificToChannelV2"); \ +static_assert(sizeof(ABUGC_SearchContentsSpecificToChannelV2) == 0x000048, "Wrong size on ABUGC_SearchContentsSpecificToChannelV2"); \ +static_assert(offsetof(ABUGC_SearchContentsSpecificToChannelV2, ChannelId) == 0x000000, "Member 'ABUGC_SearchContentsSpecificToChannelV2::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsSpecificToChannelV2, OnSuccess) == 0x000010, "Member 'ABUGC_SearchContentsSpecificToChannelV2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsSpecificToChannelV2, OnError) == 0x000024, "Member 'ABUGC_SearchContentsSpecificToChannelV2::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsSpecificToChannelV2, Limit) == 0x000038, "Member 'ABUGC_SearchContentsSpecificToChannelV2::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsSpecificToChannelV2, Offset) == 0x00003C, "Member 'ABUGC_SearchContentsSpecificToChannelV2::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsSpecificToChannelV2, SortBy) == 0x000040, "Member 'ABUGC_SearchContentsSpecificToChannelV2::SortBy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_SearchContentsV2 \ +static_assert(alignof(ABUGC_SearchContentsV2) == 0x000008, "Wrong alignment on ABUGC_SearchContentsV2"); \ +static_assert(sizeof(ABUGC_SearchContentsV2) == 0x000078, "Wrong size on ABUGC_SearchContentsV2"); \ +static_assert(offsetof(ABUGC_SearchContentsV2, Filter) == 0x000000, "Member 'ABUGC_SearchContentsV2::Filter' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsV2, OnSuccess) == 0x000040, "Member 'ABUGC_SearchContentsV2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsV2, OnError) == 0x000054, "Member 'ABUGC_SearchContentsV2::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsV2, Limit) == 0x000068, "Member 'ABUGC_SearchContentsV2::Limit' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsV2, Offset) == 0x00006C, "Member 'ABUGC_SearchContentsV2::Offset' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_SearchContentsV2, SortBy) == 0x000070, "Member 'ABUGC_SearchContentsV2::SortBy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_UpdateContentFileLocationV2 \ +static_assert(alignof(ABUGC_UpdateContentFileLocationV2) == 0x000008, "Wrong alignment on ABUGC_UpdateContentFileLocationV2"); \ +static_assert(sizeof(ABUGC_UpdateContentFileLocationV2) == 0x000068, "Wrong size on ABUGC_UpdateContentFileLocationV2"); \ +static_assert(offsetof(ABUGC_UpdateContentFileLocationV2, ChannelId) == 0x000000, "Member 'ABUGC_UpdateContentFileLocationV2::ChannelId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_UpdateContentFileLocationV2, ContentId) == 0x000010, "Member 'ABUGC_UpdateContentFileLocationV2::ContentId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_UpdateContentFileLocationV2, FileExtension) == 0x000020, "Member 'ABUGC_UpdateContentFileLocationV2::FileExtension' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_UpdateContentFileLocationV2, S3Key) == 0x000030, "Member 'ABUGC_UpdateContentFileLocationV2::S3Key' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_UpdateContentFileLocationV2, OnSuccess) == 0x000040, "Member 'ABUGC_UpdateContentFileLocationV2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_UpdateContentFileLocationV2, OnError) == 0x000054, "Member 'ABUGC_UpdateContentFileLocationV2::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_UpdateContentScreenshotV2 \ +static_assert(alignof(ABUGC_UpdateContentScreenshotV2) == 0x000008, "Wrong alignment on ABUGC_UpdateContentScreenshotV2"); \ +static_assert(sizeof(ABUGC_UpdateContentScreenshotV2) == 0x000048, "Wrong size on ABUGC_UpdateContentScreenshotV2"); \ +static_assert(offsetof(ABUGC_UpdateContentScreenshotV2, ContentId) == 0x000000, "Member 'ABUGC_UpdateContentScreenshotV2::ContentId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_UpdateContentScreenshotV2, ScreenshotsRequest) == 0x000010, "Member 'ABUGC_UpdateContentScreenshotV2::ScreenshotsRequest' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_UpdateContentScreenshotV2, OnSuccess) == 0x000020, "Member 'ABUGC_UpdateContentScreenshotV2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_UpdateContentScreenshotV2, OnError) == 0x000034, "Member 'ABUGC_UpdateContentScreenshotV2::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_UpdateFollowStatusToUser \ +static_assert(alignof(ABUGC_UpdateFollowStatusToUser) == 0x000008, "Wrong alignment on ABUGC_UpdateFollowStatusToUser"); \ +static_assert(sizeof(ABUGC_UpdateFollowStatusToUser) == 0x000040, "Wrong size on ABUGC_UpdateFollowStatusToUser"); \ +static_assert(offsetof(ABUGC_UpdateFollowStatusToUser, UserId) == 0x000000, "Member 'ABUGC_UpdateFollowStatusToUser::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_UpdateFollowStatusToUser, bFollowStatus) == 0x000010, "Member 'ABUGC_UpdateFollowStatusToUser::bFollowStatus' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_UpdateFollowStatusToUser, OnSuccess) == 0x000014, "Member 'ABUGC_UpdateFollowStatusToUser::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_UpdateFollowStatusToUser, OnError) == 0x000028, "Member 'ABUGC_UpdateFollowStatusToUser::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_UpdateLikeStatusToContent \ +static_assert(alignof(ABUGC_UpdateLikeStatusToContent) == 0x000008, "Wrong alignment on ABUGC_UpdateLikeStatusToContent"); \ +static_assert(sizeof(ABUGC_UpdateLikeStatusToContent) == 0x000040, "Wrong size on ABUGC_UpdateLikeStatusToContent"); \ +static_assert(offsetof(ABUGC_UpdateLikeStatusToContent, ContentId) == 0x000000, "Member 'ABUGC_UpdateLikeStatusToContent::ContentId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_UpdateLikeStatusToContent, bLikeStatus) == 0x000010, "Member 'ABUGC_UpdateLikeStatusToContent::bLikeStatus' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_UpdateLikeStatusToContent, OnSuccess) == 0x000014, "Member 'ABUGC_UpdateLikeStatusToContent::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_UpdateLikeStatusToContent, OnError) == 0x000028, "Member 'ABUGC_UpdateLikeStatusToContent::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_UpdateLikeStatusToContentV2 \ +static_assert(alignof(ABUGC_UpdateLikeStatusToContentV2) == 0x000008, "Wrong alignment on ABUGC_UpdateLikeStatusToContentV2"); \ +static_assert(sizeof(ABUGC_UpdateLikeStatusToContentV2) == 0x000040, "Wrong size on ABUGC_UpdateLikeStatusToContentV2"); \ +static_assert(offsetof(ABUGC_UpdateLikeStatusToContentV2, ContentId) == 0x000000, "Member 'ABUGC_UpdateLikeStatusToContentV2::ContentId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_UpdateLikeStatusToContentV2, bLikeStatus) == 0x000010, "Member 'ABUGC_UpdateLikeStatusToContentV2::bLikeStatus' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_UpdateLikeStatusToContentV2, OnSuccess) == 0x000014, "Member 'ABUGC_UpdateLikeStatusToContentV2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_UpdateLikeStatusToContentV2, OnError) == 0x000028, "Member 'ABUGC_UpdateLikeStatusToContentV2::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUGC_UploadContentScreenshotV2 \ +static_assert(alignof(ABUGC_UploadContentScreenshotV2) == 0x000008, "Wrong alignment on ABUGC_UploadContentScreenshotV2"); \ +static_assert(sizeof(ABUGC_UploadContentScreenshotV2) == 0x000048, "Wrong size on ABUGC_UploadContentScreenshotV2"); \ +static_assert(offsetof(ABUGC_UploadContentScreenshotV2, ContentId) == 0x000000, "Member 'ABUGC_UploadContentScreenshotV2::ContentId' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_UploadContentScreenshotV2, ScreenshotsRequest) == 0x000010, "Member 'ABUGC_UploadContentScreenshotV2::ScreenshotsRequest' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_UploadContentScreenshotV2, OnSuccess) == 0x000020, "Member 'ABUGC_UploadContentScreenshotV2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUGC_UploadContentScreenshotV2, OnError) == 0x000034, "Member 'ABUGC_UploadContentScreenshotV2::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABUGC \ +static_assert(alignof(UABUGC) == 0x000008, "Wrong alignment on UABUGC"); \ +static_assert(sizeof(UABUGC) == 0x000040, "Wrong size on UABUGC"); \ + +#define DUMPER7_ASSERTS_ABUser_BulkGetUserByOtherPlatformUserIds \ +static_assert(alignof(ABUser_BulkGetUserByOtherPlatformUserIds) == 0x000008, "Wrong alignment on ABUser_BulkGetUserByOtherPlatformUserIds"); \ +static_assert(sizeof(ABUser_BulkGetUserByOtherPlatformUserIds) == 0x000040, "Wrong size on ABUser_BulkGetUserByOtherPlatformUserIds"); \ +static_assert(offsetof(ABUser_BulkGetUserByOtherPlatformUserIds, PlatformType) == 0x000000, "Member 'ABUser_BulkGetUserByOtherPlatformUserIds::PlatformType' has a wrong offset!"); \ +static_assert(offsetof(ABUser_BulkGetUserByOtherPlatformUserIds, OtherPlatformUserId) == 0x000008, "Member 'ABUser_BulkGetUserByOtherPlatformUserIds::OtherPlatformUserId' has a wrong offset!"); \ +static_assert(offsetof(ABUser_BulkGetUserByOtherPlatformUserIds, OnSuccess) == 0x000018, "Member 'ABUser_BulkGetUserByOtherPlatformUserIds::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_BulkGetUserByOtherPlatformUserIds, OnError) == 0x00002C, "Member 'ABUser_BulkGetUserByOtherPlatformUserIds::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_BulkGetUserInfo \ +static_assert(alignof(ABUser_BulkGetUserInfo) == 0x000008, "Wrong alignment on ABUser_BulkGetUserInfo"); \ +static_assert(sizeof(ABUser_BulkGetUserInfo) == 0x000038, "Wrong size on ABUser_BulkGetUserInfo"); \ +static_assert(offsetof(ABUser_BulkGetUserInfo, UserIds) == 0x000000, "Member 'ABUser_BulkGetUserInfo::UserIds' has a wrong offset!"); \ +static_assert(offsetof(ABUser_BulkGetUserInfo, OnSuccess) == 0x000010, "Member 'ABUser_BulkGetUserInfo::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_BulkGetUserInfo, OnError) == 0x000024, "Member 'ABUser_BulkGetUserInfo::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_ForcedLinkOtherPlatform \ +static_assert(alignof(ABUser_ForcedLinkOtherPlatform) == 0x000008, "Wrong alignment on ABUser_ForcedLinkOtherPlatform"); \ +static_assert(sizeof(ABUser_ForcedLinkOtherPlatform) == 0x000040, "Wrong size on ABUser_ForcedLinkOtherPlatform"); \ +static_assert(offsetof(ABUser_ForcedLinkOtherPlatform, PlatformType) == 0x000000, "Member 'ABUser_ForcedLinkOtherPlatform::PlatformType' has a wrong offset!"); \ +static_assert(offsetof(ABUser_ForcedLinkOtherPlatform, PlatformUserId) == 0x000008, "Member 'ABUser_ForcedLinkOtherPlatform::PlatformUserId' has a wrong offset!"); \ +static_assert(offsetof(ABUser_ForcedLinkOtherPlatform, OnSuccess) == 0x000018, "Member 'ABUser_ForcedLinkOtherPlatform::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_ForcedLinkOtherPlatform, OnError) == 0x00002C, "Member 'ABUser_ForcedLinkOtherPlatform::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_GetCountryFromIP \ +static_assert(alignof(ABUser_GetCountryFromIP) == 0x000004, "Wrong alignment on ABUser_GetCountryFromIP"); \ +static_assert(sizeof(ABUser_GetCountryFromIP) == 0x000028, "Wrong size on ABUser_GetCountryFromIP"); \ +static_assert(offsetof(ABUser_GetCountryFromIP, OnSuccess) == 0x000000, "Member 'ABUser_GetCountryFromIP::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_GetCountryFromIP, OnError) == 0x000014, "Member 'ABUser_GetCountryFromIP::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_GetData \ +static_assert(alignof(ABUser_GetData) == 0x000004, "Wrong alignment on ABUser_GetData"); \ +static_assert(sizeof(ABUser_GetData) == 0x000028, "Wrong size on ABUser_GetData"); \ +static_assert(offsetof(ABUser_GetData, OnSuccess) == 0x000000, "Member 'ABUser_GetData::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_GetData, OnError) == 0x000014, "Member 'ABUser_GetData::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_GetPlatformLinks \ +static_assert(alignof(ABUser_GetPlatformLinks) == 0x000004, "Wrong alignment on ABUser_GetPlatformLinks"); \ +static_assert(sizeof(ABUser_GetPlatformLinks) == 0x000028, "Wrong size on ABUser_GetPlatformLinks"); \ +static_assert(offsetof(ABUser_GetPlatformLinks, OnSuccess) == 0x000000, "Member 'ABUser_GetPlatformLinks::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_GetPlatformLinks, OnError) == 0x000014, "Member 'ABUser_GetPlatformLinks::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_GetUserByOtherPlatformUserId \ +static_assert(alignof(ABUser_GetUserByOtherPlatformUserId) == 0x000008, "Wrong alignment on ABUser_GetUserByOtherPlatformUserId"); \ +static_assert(sizeof(ABUser_GetUserByOtherPlatformUserId) == 0x000040, "Wrong size on ABUser_GetUserByOtherPlatformUserId"); \ +static_assert(offsetof(ABUser_GetUserByOtherPlatformUserId, PlatformType) == 0x000000, "Member 'ABUser_GetUserByOtherPlatformUserId::PlatformType' has a wrong offset!"); \ +static_assert(offsetof(ABUser_GetUserByOtherPlatformUserId, OtherPlatformUserId) == 0x000008, "Member 'ABUser_GetUserByOtherPlatformUserId::OtherPlatformUserId' has a wrong offset!"); \ +static_assert(offsetof(ABUser_GetUserByOtherPlatformUserId, OnSuccess) == 0x000018, "Member 'ABUser_GetUserByOtherPlatformUserId::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_GetUserByOtherPlatformUserId, OnError) == 0x00002C, "Member 'ABUser_GetUserByOtherPlatformUserId::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_GetUserByUserId \ +static_assert(alignof(ABUser_GetUserByUserId) == 0x000008, "Wrong alignment on ABUser_GetUserByUserId"); \ +static_assert(sizeof(ABUser_GetUserByUserId) == 0x000038, "Wrong size on ABUser_GetUserByUserId"); \ +static_assert(offsetof(ABUser_GetUserByUserId, UserId) == 0x000000, "Member 'ABUser_GetUserByUserId::UserId' has a wrong offset!"); \ +static_assert(offsetof(ABUser_GetUserByUserId, OnSuccess) == 0x000010, "Member 'ABUser_GetUserByUserId::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_GetUserByUserId, OnError) == 0x000024, "Member 'ABUser_GetUserByUserId::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_GetUserEligibleToPlay \ +static_assert(alignof(ABUser_GetUserEligibleToPlay) == 0x000004, "Wrong alignment on ABUser_GetUserEligibleToPlay"); \ +static_assert(sizeof(ABUser_GetUserEligibleToPlay) == 0x000028, "Wrong size on ABUser_GetUserEligibleToPlay"); \ +static_assert(offsetof(ABUser_GetUserEligibleToPlay, OnSuccess) == 0x000000, "Member 'ABUser_GetUserEligibleToPlay::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_GetUserEligibleToPlay, OnError) == 0x000014, "Member 'ABUser_GetUserEligibleToPlay::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_LinkOtherPlatform \ +static_assert(alignof(ABUser_LinkOtherPlatform) == 0x000008, "Wrong alignment on ABUser_LinkOtherPlatform"); \ +static_assert(sizeof(ABUser_LinkOtherPlatform) == 0x000040, "Wrong size on ABUser_LinkOtherPlatform"); \ +static_assert(offsetof(ABUser_LinkOtherPlatform, PlatformType) == 0x000000, "Member 'ABUser_LinkOtherPlatform::PlatformType' has a wrong offset!"); \ +static_assert(offsetof(ABUser_LinkOtherPlatform, Ticket) == 0x000008, "Member 'ABUser_LinkOtherPlatform::Ticket' has a wrong offset!"); \ +static_assert(offsetof(ABUser_LinkOtherPlatform, OnSuccess) == 0x000018, "Member 'ABUser_LinkOtherPlatform::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_LinkOtherPlatform, OnError) == 0x00002C, "Member 'ABUser_LinkOtherPlatform::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_LoginByExchangeCodeForToken \ +static_assert(alignof(ABUser_LoginByExchangeCodeForToken) == 0x000008, "Wrong alignment on ABUser_LoginByExchangeCodeForToken"); \ +static_assert(sizeof(ABUser_LoginByExchangeCodeForToken) == 0x000038, "Wrong size on ABUser_LoginByExchangeCodeForToken"); \ +static_assert(offsetof(ABUser_LoginByExchangeCodeForToken, Code) == 0x000000, "Member 'ABUser_LoginByExchangeCodeForToken::Code' has a wrong offset!"); \ +static_assert(offsetof(ABUser_LoginByExchangeCodeForToken, OnSuccess) == 0x000010, "Member 'ABUser_LoginByExchangeCodeForToken::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_LoginByExchangeCodeForToken, OnError) == 0x000024, "Member 'ABUser_LoginByExchangeCodeForToken::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_LoginWithDeviceId \ +static_assert(alignof(ABUser_LoginWithDeviceId) == 0x000004, "Wrong alignment on ABUser_LoginWithDeviceId"); \ +static_assert(sizeof(ABUser_LoginWithDeviceId) == 0x000028, "Wrong size on ABUser_LoginWithDeviceId"); \ +static_assert(offsetof(ABUser_LoginWithDeviceId, OnSuccess) == 0x000000, "Member 'ABUser_LoginWithDeviceId::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_LoginWithDeviceId, OnError) == 0x000014, "Member 'ABUser_LoginWithDeviceId::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_LoginWithLauncher \ +static_assert(alignof(ABUser_LoginWithLauncher) == 0x000004, "Wrong alignment on ABUser_LoginWithLauncher"); \ +static_assert(sizeof(ABUser_LoginWithLauncher) == 0x000028, "Wrong size on ABUser_LoginWithLauncher"); \ +static_assert(offsetof(ABUser_LoginWithLauncher, OnSuccess) == 0x000000, "Member 'ABUser_LoginWithLauncher::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_LoginWithLauncher, OnError) == 0x000014, "Member 'ABUser_LoginWithLauncher::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_LoginWithOtherPlatform \ +static_assert(alignof(ABUser_LoginWithOtherPlatform) == 0x000008, "Wrong alignment on ABUser_LoginWithOtherPlatform"); \ +static_assert(sizeof(ABUser_LoginWithOtherPlatform) == 0x000048, "Wrong size on ABUser_LoginWithOtherPlatform"); \ +static_assert(offsetof(ABUser_LoginWithOtherPlatform, PlatformType) == 0x000000, "Member 'ABUser_LoginWithOtherPlatform::PlatformType' has a wrong offset!"); \ +static_assert(offsetof(ABUser_LoginWithOtherPlatform, PlatformToken) == 0x000008, "Member 'ABUser_LoginWithOtherPlatform::PlatformToken' has a wrong offset!"); \ +static_assert(offsetof(ABUser_LoginWithOtherPlatform, OnSuccess) == 0x000018, "Member 'ABUser_LoginWithOtherPlatform::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_LoginWithOtherPlatform, OnError) == 0x00002C, "Member 'ABUser_LoginWithOtherPlatform::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABUser_LoginWithOtherPlatform, bCreateHeadless) == 0x000040, "Member 'ABUser_LoginWithOtherPlatform::bCreateHeadless' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_LoginWithOtherPlatformId \ +static_assert(alignof(ABUser_LoginWithOtherPlatformId) == 0x000008, "Wrong alignment on ABUser_LoginWithOtherPlatformId"); \ +static_assert(sizeof(ABUser_LoginWithOtherPlatformId) == 0x000050, "Wrong size on ABUser_LoginWithOtherPlatformId"); \ +static_assert(offsetof(ABUser_LoginWithOtherPlatformId, PlatformId) == 0x000000, "Member 'ABUser_LoginWithOtherPlatformId::PlatformId' has a wrong offset!"); \ +static_assert(offsetof(ABUser_LoginWithOtherPlatformId, PlatformToken) == 0x000010, "Member 'ABUser_LoginWithOtherPlatformId::PlatformToken' has a wrong offset!"); \ +static_assert(offsetof(ABUser_LoginWithOtherPlatformId, OnSuccess) == 0x000020, "Member 'ABUser_LoginWithOtherPlatformId::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_LoginWithOtherPlatformId, OnError) == 0x000034, "Member 'ABUser_LoginWithOtherPlatformId::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABUser_LoginWithOtherPlatformId, bCreateHeadless) == 0x000048, "Member 'ABUser_LoginWithOtherPlatformId::bCreateHeadless' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_LoginWithRefreshToken \ +static_assert(alignof(ABUser_LoginWithRefreshToken) == 0x000004, "Wrong alignment on ABUser_LoginWithRefreshToken"); \ +static_assert(sizeof(ABUser_LoginWithRefreshToken) == 0x000028, "Wrong size on ABUser_LoginWithRefreshToken"); \ +static_assert(offsetof(ABUser_LoginWithRefreshToken, OnSuccess) == 0x000000, "Member 'ABUser_LoginWithRefreshToken::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_LoginWithRefreshToken, OnError) == 0x000014, "Member 'ABUser_LoginWithRefreshToken::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_LoginWithUsername \ +static_assert(alignof(ABUser_LoginWithUsername) == 0x000008, "Wrong alignment on ABUser_LoginWithUsername"); \ +static_assert(sizeof(ABUser_LoginWithUsername) == 0x000048, "Wrong size on ABUser_LoginWithUsername"); \ +static_assert(offsetof(ABUser_LoginWithUsername, Username) == 0x000000, "Member 'ABUser_LoginWithUsername::Username' has a wrong offset!"); \ +static_assert(offsetof(ABUser_LoginWithUsername, Password) == 0x000010, "Member 'ABUser_LoginWithUsername::Password' has a wrong offset!"); \ +static_assert(offsetof(ABUser_LoginWithUsername, OnSuccess) == 0x000020, "Member 'ABUser_LoginWithUsername::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_LoginWithUsername, OnError) == 0x000034, "Member 'ABUser_LoginWithUsername::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_Logout \ +static_assert(alignof(ABUser_Logout) == 0x000004, "Wrong alignment on ABUser_Logout"); \ +static_assert(sizeof(ABUser_Logout) == 0x000028, "Wrong size on ABUser_Logout"); \ +static_assert(offsetof(ABUser_Logout, OnSuccess) == 0x000000, "Member 'ABUser_Logout::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_Logout, OnError) == 0x000014, "Member 'ABUser_Logout::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_Register \ +static_assert(alignof(ABUser_Register) == 0x000008, "Wrong alignment on ABUser_Register"); \ +static_assert(sizeof(ABUser_Register) == 0x000078, "Wrong size on ABUser_Register"); \ +static_assert(offsetof(ABUser_Register, Username) == 0x000000, "Member 'ABUser_Register::Username' has a wrong offset!"); \ +static_assert(offsetof(ABUser_Register, Password) == 0x000010, "Member 'ABUser_Register::Password' has a wrong offset!"); \ +static_assert(offsetof(ABUser_Register, DisplayName) == 0x000020, "Member 'ABUser_Register::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(ABUser_Register, Country) == 0x000030, "Member 'ABUser_Register::Country' has a wrong offset!"); \ +static_assert(offsetof(ABUser_Register, DateOfBirth) == 0x000040, "Member 'ABUser_Register::DateOfBirth' has a wrong offset!"); \ +static_assert(offsetof(ABUser_Register, OnSuccess) == 0x000050, "Member 'ABUser_Register::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_Register, OnError) == 0x000064, "Member 'ABUser_Register::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_Registerv2 \ +static_assert(alignof(ABUser_Registerv2) == 0x000008, "Wrong alignment on ABUser_Registerv2"); \ +static_assert(sizeof(ABUser_Registerv2) == 0x000088, "Wrong size on ABUser_Registerv2"); \ +static_assert(offsetof(ABUser_Registerv2, EmailAddress) == 0x000000, "Member 'ABUser_Registerv2::EmailAddress' has a wrong offset!"); \ +static_assert(offsetof(ABUser_Registerv2, Username) == 0x000010, "Member 'ABUser_Registerv2::Username' has a wrong offset!"); \ +static_assert(offsetof(ABUser_Registerv2, Password) == 0x000020, "Member 'ABUser_Registerv2::Password' has a wrong offset!"); \ +static_assert(offsetof(ABUser_Registerv2, DisplayName) == 0x000030, "Member 'ABUser_Registerv2::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(ABUser_Registerv2, Country) == 0x000040, "Member 'ABUser_Registerv2::Country' has a wrong offset!"); \ +static_assert(offsetof(ABUser_Registerv2, DateOfBirth) == 0x000050, "Member 'ABUser_Registerv2::DateOfBirth' has a wrong offset!"); \ +static_assert(offsetof(ABUser_Registerv2, OnSuccess) == 0x000060, "Member 'ABUser_Registerv2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_Registerv2, OnError) == 0x000074, "Member 'ABUser_Registerv2::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_Registerv3 \ +static_assert(alignof(ABUser_Registerv3) == 0x000008, "Wrong alignment on ABUser_Registerv3"); \ +static_assert(sizeof(ABUser_Registerv3) == 0x0000A8, "Wrong size on ABUser_Registerv3"); \ +static_assert(offsetof(ABUser_Registerv3, RegisterRequest) == 0x000000, "Member 'ABUser_Registerv3::RegisterRequest' has a wrong offset!"); \ +static_assert(offsetof(ABUser_Registerv3, OnSuccess) == 0x000080, "Member 'ABUser_Registerv3::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_Registerv3, OnError) == 0x000094, "Member 'ABUser_Registerv3::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_ResetPassword \ +static_assert(alignof(ABUser_ResetPassword) == 0x000008, "Wrong alignment on ABUser_ResetPassword"); \ +static_assert(sizeof(ABUser_ResetPassword) == 0x000058, "Wrong size on ABUser_ResetPassword"); \ +static_assert(offsetof(ABUser_ResetPassword, VerificationCode) == 0x000000, "Member 'ABUser_ResetPassword::VerificationCode' has a wrong offset!"); \ +static_assert(offsetof(ABUser_ResetPassword, EmailAddress) == 0x000010, "Member 'ABUser_ResetPassword::EmailAddress' has a wrong offset!"); \ +static_assert(offsetof(ABUser_ResetPassword, NewPassword) == 0x000020, "Member 'ABUser_ResetPassword::NewPassword' has a wrong offset!"); \ +static_assert(offsetof(ABUser_ResetPassword, OnSuccess) == 0x000030, "Member 'ABUser_ResetPassword::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_ResetPassword, OnError) == 0x000044, "Member 'ABUser_ResetPassword::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_SearchUsers \ +static_assert(alignof(ABUser_SearchUsers) == 0x000008, "Wrong alignment on ABUser_SearchUsers"); \ +static_assert(sizeof(ABUser_SearchUsers) == 0x000038, "Wrong size on ABUser_SearchUsers"); \ +static_assert(offsetof(ABUser_SearchUsers, Query) == 0x000000, "Member 'ABUser_SearchUsers::Query' has a wrong offset!"); \ +static_assert(offsetof(ABUser_SearchUsers, OnSuccess) == 0x000010, "Member 'ABUser_SearchUsers::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_SearchUsers, OnError) == 0x000024, "Member 'ABUser_SearchUsers::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_SearchUsersByType \ +static_assert(alignof(ABUser_SearchUsersByType) == 0x000008, "Wrong alignment on ABUser_SearchUsersByType"); \ +static_assert(sizeof(ABUser_SearchUsersByType) == 0x000040, "Wrong size on ABUser_SearchUsersByType"); \ +static_assert(offsetof(ABUser_SearchUsersByType, Query) == 0x000000, "Member 'ABUser_SearchUsersByType::Query' has a wrong offset!"); \ +static_assert(offsetof(ABUser_SearchUsersByType, By) == 0x000010, "Member 'ABUser_SearchUsersByType::By' has a wrong offset!"); \ +static_assert(offsetof(ABUser_SearchUsersByType, OnSuccess) == 0x000014, "Member 'ABUser_SearchUsersByType::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_SearchUsersByType, OnError) == 0x000028, "Member 'ABUser_SearchUsersByType::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_SendResetPasswordCode \ +static_assert(alignof(ABUser_SendResetPasswordCode) == 0x000008, "Wrong alignment on ABUser_SendResetPasswordCode"); \ +static_assert(sizeof(ABUser_SendResetPasswordCode) == 0x000038, "Wrong size on ABUser_SendResetPasswordCode"); \ +static_assert(offsetof(ABUser_SendResetPasswordCode, EmailAddress) == 0x000000, "Member 'ABUser_SendResetPasswordCode::EmailAddress' has a wrong offset!"); \ +static_assert(offsetof(ABUser_SendResetPasswordCode, OnSuccess) == 0x000010, "Member 'ABUser_SendResetPasswordCode::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_SendResetPasswordCode, OnError) == 0x000024, "Member 'ABUser_SendResetPasswordCode::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_SendUpdateEmailVerificationCode \ +static_assert(alignof(ABUser_SendUpdateEmailVerificationCode) == 0x000004, "Wrong alignment on ABUser_SendUpdateEmailVerificationCode"); \ +static_assert(sizeof(ABUser_SendUpdateEmailVerificationCode) == 0x000028, "Wrong size on ABUser_SendUpdateEmailVerificationCode"); \ +static_assert(offsetof(ABUser_SendUpdateEmailVerificationCode, OnSuccess) == 0x000000, "Member 'ABUser_SendUpdateEmailVerificationCode::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_SendUpdateEmailVerificationCode, OnError) == 0x000014, "Member 'ABUser_SendUpdateEmailVerificationCode::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_SendUpgradeVerificationCode \ +static_assert(alignof(ABUser_SendUpgradeVerificationCode) == 0x000008, "Wrong alignment on ABUser_SendUpgradeVerificationCode"); \ +static_assert(sizeof(ABUser_SendUpgradeVerificationCode) == 0x000038, "Wrong size on ABUser_SendUpgradeVerificationCode"); \ +static_assert(offsetof(ABUser_SendUpgradeVerificationCode, EmailAddress) == 0x000000, "Member 'ABUser_SendUpgradeVerificationCode::EmailAddress' has a wrong offset!"); \ +static_assert(offsetof(ABUser_SendUpgradeVerificationCode, OnSuccess) == 0x000010, "Member 'ABUser_SendUpgradeVerificationCode::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_SendUpgradeVerificationCode, OnError) == 0x000024, "Member 'ABUser_SendUpgradeVerificationCode::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_SendVerificationCode \ +static_assert(alignof(ABUser_SendVerificationCode) == 0x000004, "Wrong alignment on ABUser_SendVerificationCode"); \ +static_assert(sizeof(ABUser_SendVerificationCode) == 0x000028, "Wrong size on ABUser_SendVerificationCode"); \ +static_assert(offsetof(ABUser_SendVerificationCode, OnSuccess) == 0x000000, "Member 'ABUser_SendVerificationCode::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_SendVerificationCode, OnError) == 0x000014, "Member 'ABUser_SendVerificationCode::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_TryRelogin \ +static_assert(alignof(ABUser_TryRelogin) == 0x000008, "Wrong alignment on ABUser_TryRelogin"); \ +static_assert(sizeof(ABUser_TryRelogin) == 0x000038, "Wrong size on ABUser_TryRelogin"); \ +static_assert(offsetof(ABUser_TryRelogin, PlatformUserID) == 0x000000, "Member 'ABUser_TryRelogin::PlatformUserID' has a wrong offset!"); \ +static_assert(offsetof(ABUser_TryRelogin, OnSuccess) == 0x000010, "Member 'ABUser_TryRelogin::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_TryRelogin, OnError) == 0x000024, "Member 'ABUser_TryRelogin::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_UnlinkAllOtherPlatform \ +static_assert(alignof(ABUser_UnlinkAllOtherPlatform) == 0x000004, "Wrong alignment on ABUser_UnlinkAllOtherPlatform"); \ +static_assert(sizeof(ABUser_UnlinkAllOtherPlatform) == 0x00002C, "Wrong size on ABUser_UnlinkAllOtherPlatform"); \ +static_assert(offsetof(ABUser_UnlinkAllOtherPlatform, PlatformType) == 0x000000, "Member 'ABUser_UnlinkAllOtherPlatform::PlatformType' has a wrong offset!"); \ +static_assert(offsetof(ABUser_UnlinkAllOtherPlatform, OnSuccess) == 0x000004, "Member 'ABUser_UnlinkAllOtherPlatform::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_UnlinkAllOtherPlatform, OnError) == 0x000018, "Member 'ABUser_UnlinkAllOtherPlatform::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_UnlinkAllOtherPlatformId \ +static_assert(alignof(ABUser_UnlinkAllOtherPlatformId) == 0x000008, "Wrong alignment on ABUser_UnlinkAllOtherPlatformId"); \ +static_assert(sizeof(ABUser_UnlinkAllOtherPlatformId) == 0x000038, "Wrong size on ABUser_UnlinkAllOtherPlatformId"); \ +static_assert(offsetof(ABUser_UnlinkAllOtherPlatformId, PlatformId) == 0x000000, "Member 'ABUser_UnlinkAllOtherPlatformId::PlatformId' has a wrong offset!"); \ +static_assert(offsetof(ABUser_UnlinkAllOtherPlatformId, OnSuccess) == 0x000010, "Member 'ABUser_UnlinkAllOtherPlatformId::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_UnlinkAllOtherPlatformId, OnError) == 0x000024, "Member 'ABUser_UnlinkAllOtherPlatformId::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_UnlinkOtherPlatform \ +static_assert(alignof(ABUser_UnlinkOtherPlatform) == 0x000004, "Wrong alignment on ABUser_UnlinkOtherPlatform"); \ +static_assert(sizeof(ABUser_UnlinkOtherPlatform) == 0x00002C, "Wrong size on ABUser_UnlinkOtherPlatform"); \ +static_assert(offsetof(ABUser_UnlinkOtherPlatform, PlatformType) == 0x000000, "Member 'ABUser_UnlinkOtherPlatform::PlatformType' has a wrong offset!"); \ +static_assert(offsetof(ABUser_UnlinkOtherPlatform, OnSuccess) == 0x000004, "Member 'ABUser_UnlinkOtherPlatform::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_UnlinkOtherPlatform, OnError) == 0x000018, "Member 'ABUser_UnlinkOtherPlatform::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_UnlinkOtherPlatformId \ +static_assert(alignof(ABUser_UnlinkOtherPlatformId) == 0x000008, "Wrong alignment on ABUser_UnlinkOtherPlatformId"); \ +static_assert(sizeof(ABUser_UnlinkOtherPlatformId) == 0x000038, "Wrong size on ABUser_UnlinkOtherPlatformId"); \ +static_assert(offsetof(ABUser_UnlinkOtherPlatformId, PlatformId) == 0x000000, "Member 'ABUser_UnlinkOtherPlatformId::PlatformId' has a wrong offset!"); \ +static_assert(offsetof(ABUser_UnlinkOtherPlatformId, OnSuccess) == 0x000010, "Member 'ABUser_UnlinkOtherPlatformId::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_UnlinkOtherPlatformId, OnError) == 0x000024, "Member 'ABUser_UnlinkOtherPlatformId::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_UnlinkOtherPlatformWithCustomErrorHandler \ +static_assert(alignof(ABUser_UnlinkOtherPlatformWithCustomErrorHandler) == 0x000004, "Wrong alignment on ABUser_UnlinkOtherPlatformWithCustomErrorHandler"); \ +static_assert(sizeof(ABUser_UnlinkOtherPlatformWithCustomErrorHandler) == 0x00002C, "Wrong size on ABUser_UnlinkOtherPlatformWithCustomErrorHandler"); \ +static_assert(offsetof(ABUser_UnlinkOtherPlatformWithCustomErrorHandler, PlatformType) == 0x000000, "Member 'ABUser_UnlinkOtherPlatformWithCustomErrorHandler::PlatformType' has a wrong offset!"); \ +static_assert(offsetof(ABUser_UnlinkOtherPlatformWithCustomErrorHandler, OnSuccess) == 0x000004, "Member 'ABUser_UnlinkOtherPlatformWithCustomErrorHandler::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_UnlinkOtherPlatformWithCustomErrorHandler, OnError) == 0x000018, "Member 'ABUser_UnlinkOtherPlatformWithCustomErrorHandler::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_UpdateEmail \ +static_assert(alignof(ABUser_UpdateEmail) == 0x000008, "Wrong alignment on ABUser_UpdateEmail"); \ +static_assert(sizeof(ABUser_UpdateEmail) == 0x000048, "Wrong size on ABUser_UpdateEmail"); \ +static_assert(offsetof(ABUser_UpdateEmail, UpdateEmailRequest) == 0x000000, "Member 'ABUser_UpdateEmail::UpdateEmailRequest' has a wrong offset!"); \ +static_assert(offsetof(ABUser_UpdateEmail, OnSuccess) == 0x000020, "Member 'ABUser_UpdateEmail::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_UpdateEmail, OnError) == 0x000034, "Member 'ABUser_UpdateEmail::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_UpdateUser \ +static_assert(alignof(ABUser_UpdateUser) == 0x000008, "Wrong alignment on ABUser_UpdateUser"); \ +static_assert(sizeof(ABUser_UpdateUser) == 0x000098, "Wrong size on ABUser_UpdateUser"); \ +static_assert(offsetof(ABUser_UpdateUser, UpdateRequest) == 0x000000, "Member 'ABUser_UpdateUser::UpdateRequest' has a wrong offset!"); \ +static_assert(offsetof(ABUser_UpdateUser, OnSuccess) == 0x000070, "Member 'ABUser_UpdateUser::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_UpdateUser, OnError) == 0x000084, "Member 'ABUser_UpdateUser::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_Upgrade \ +static_assert(alignof(ABUser_Upgrade) == 0x000008, "Wrong alignment on ABUser_Upgrade"); \ +static_assert(sizeof(ABUser_Upgrade) == 0x000048, "Wrong size on ABUser_Upgrade"); \ +static_assert(offsetof(ABUser_Upgrade, Username) == 0x000000, "Member 'ABUser_Upgrade::Username' has a wrong offset!"); \ +static_assert(offsetof(ABUser_Upgrade, Password) == 0x000010, "Member 'ABUser_Upgrade::Password' has a wrong offset!"); \ +static_assert(offsetof(ABUser_Upgrade, OnSuccess) == 0x000020, "Member 'ABUser_Upgrade::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_Upgrade, OnError) == 0x000034, "Member 'ABUser_Upgrade::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_UpgradeAndVerify \ +static_assert(alignof(ABUser_UpgradeAndVerify) == 0x000008, "Wrong alignment on ABUser_UpgradeAndVerify"); \ +static_assert(sizeof(ABUser_UpgradeAndVerify) == 0x000058, "Wrong size on ABUser_UpgradeAndVerify"); \ +static_assert(offsetof(ABUser_UpgradeAndVerify, Username) == 0x000000, "Member 'ABUser_UpgradeAndVerify::Username' has a wrong offset!"); \ +static_assert(offsetof(ABUser_UpgradeAndVerify, Password) == 0x000010, "Member 'ABUser_UpgradeAndVerify::Password' has a wrong offset!"); \ +static_assert(offsetof(ABUser_UpgradeAndVerify, VerificationCode) == 0x000020, "Member 'ABUser_UpgradeAndVerify::VerificationCode' has a wrong offset!"); \ +static_assert(offsetof(ABUser_UpgradeAndVerify, OnSuccess) == 0x000030, "Member 'ABUser_UpgradeAndVerify::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_UpgradeAndVerify, OnError) == 0x000044, "Member 'ABUser_UpgradeAndVerify::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_Upgradev2 \ +static_assert(alignof(ABUser_Upgradev2) == 0x000008, "Wrong alignment on ABUser_Upgradev2"); \ +static_assert(sizeof(ABUser_Upgradev2) == 0x000058, "Wrong size on ABUser_Upgradev2"); \ +static_assert(offsetof(ABUser_Upgradev2, EmailAddress) == 0x000000, "Member 'ABUser_Upgradev2::EmailAddress' has a wrong offset!"); \ +static_assert(offsetof(ABUser_Upgradev2, Username) == 0x000010, "Member 'ABUser_Upgradev2::Username' has a wrong offset!"); \ +static_assert(offsetof(ABUser_Upgradev2, Password) == 0x000020, "Member 'ABUser_Upgradev2::Password' has a wrong offset!"); \ +static_assert(offsetof(ABUser_Upgradev2, OnSuccess) == 0x000030, "Member 'ABUser_Upgradev2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_Upgradev2, OnError) == 0x000044, "Member 'ABUser_Upgradev2::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUser_Verify \ +static_assert(alignof(ABUser_Verify) == 0x000008, "Wrong alignment on ABUser_Verify"); \ +static_assert(sizeof(ABUser_Verify) == 0x000038, "Wrong size on ABUser_Verify"); \ +static_assert(offsetof(ABUser_Verify, VerificationCode) == 0x000000, "Member 'ABUser_Verify::VerificationCode' has a wrong offset!"); \ +static_assert(offsetof(ABUser_Verify, OnSuccess) == 0x000010, "Member 'ABUser_Verify::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABUser_Verify, OnError) == 0x000024, "Member 'ABUser_Verify::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABUser \ +static_assert(alignof(UABUser) == 0x000008, "Wrong alignment on UABUser"); \ +static_assert(sizeof(UABUser) == 0x000040, "Wrong size on UABUser"); \ + +#define DUMPER7_ASSERTS_ABUtilities_AddOrReplaceJsonArrayValue \ +static_assert(alignof(ABUtilities_AddOrReplaceJsonArrayValue) == 0x000008, "Wrong alignment on ABUtilities_AddOrReplaceJsonArrayValue"); \ +static_assert(sizeof(ABUtilities_AddOrReplaceJsonArrayValue) == 0x000040, "Wrong size on ABUtilities_AddOrReplaceJsonArrayValue"); \ +static_assert(offsetof(ABUtilities_AddOrReplaceJsonArrayValue, ObjectWrapper) == 0x000000, "Member 'ABUtilities_AddOrReplaceJsonArrayValue::ObjectWrapper' has a wrong offset!"); \ +static_assert(offsetof(ABUtilities_AddOrReplaceJsonArrayValue, Key) == 0x000020, "Member 'ABUtilities_AddOrReplaceJsonArrayValue::Key' has a wrong offset!"); \ +static_assert(offsetof(ABUtilities_AddOrReplaceJsonArrayValue, Value) == 0x000030, "Member 'ABUtilities_AddOrReplaceJsonArrayValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUtilities_AddOrReplaceJsonBoolValue \ +static_assert(alignof(ABUtilities_AddOrReplaceJsonBoolValue) == 0x000008, "Wrong alignment on ABUtilities_AddOrReplaceJsonBoolValue"); \ +static_assert(sizeof(ABUtilities_AddOrReplaceJsonBoolValue) == 0x000038, "Wrong size on ABUtilities_AddOrReplaceJsonBoolValue"); \ +static_assert(offsetof(ABUtilities_AddOrReplaceJsonBoolValue, ObjectWrapper) == 0x000000, "Member 'ABUtilities_AddOrReplaceJsonBoolValue::ObjectWrapper' has a wrong offset!"); \ +static_assert(offsetof(ABUtilities_AddOrReplaceJsonBoolValue, Key) == 0x000020, "Member 'ABUtilities_AddOrReplaceJsonBoolValue::Key' has a wrong offset!"); \ +static_assert(offsetof(ABUtilities_AddOrReplaceJsonBoolValue, Value) == 0x000030, "Member 'ABUtilities_AddOrReplaceJsonBoolValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUtilities_AddOrReplaceJsonNumberValue \ +static_assert(alignof(ABUtilities_AddOrReplaceJsonNumberValue) == 0x000008, "Wrong alignment on ABUtilities_AddOrReplaceJsonNumberValue"); \ +static_assert(sizeof(ABUtilities_AddOrReplaceJsonNumberValue) == 0x000038, "Wrong size on ABUtilities_AddOrReplaceJsonNumberValue"); \ +static_assert(offsetof(ABUtilities_AddOrReplaceJsonNumberValue, ObjectWrapper) == 0x000000, "Member 'ABUtilities_AddOrReplaceJsonNumberValue::ObjectWrapper' has a wrong offset!"); \ +static_assert(offsetof(ABUtilities_AddOrReplaceJsonNumberValue, Key) == 0x000020, "Member 'ABUtilities_AddOrReplaceJsonNumberValue::Key' has a wrong offset!"); \ +static_assert(offsetof(ABUtilities_AddOrReplaceJsonNumberValue, Value) == 0x000030, "Member 'ABUtilities_AddOrReplaceJsonNumberValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUtilities_AddOrReplaceJsonStringValue \ +static_assert(alignof(ABUtilities_AddOrReplaceJsonStringValue) == 0x000008, "Wrong alignment on ABUtilities_AddOrReplaceJsonStringValue"); \ +static_assert(sizeof(ABUtilities_AddOrReplaceJsonStringValue) == 0x000040, "Wrong size on ABUtilities_AddOrReplaceJsonStringValue"); \ +static_assert(offsetof(ABUtilities_AddOrReplaceJsonStringValue, ObjectWrapper) == 0x000000, "Member 'ABUtilities_AddOrReplaceJsonStringValue::ObjectWrapper' has a wrong offset!"); \ +static_assert(offsetof(ABUtilities_AddOrReplaceJsonStringValue, Key) == 0x000020, "Member 'ABUtilities_AddOrReplaceJsonStringValue::Key' has a wrong offset!"); \ +static_assert(offsetof(ABUtilities_AddOrReplaceJsonStringValue, Value) == 0x000030, "Member 'ABUtilities_AddOrReplaceJsonStringValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUtilities_DateTimeToString \ +static_assert(alignof(ABUtilities_DateTimeToString) == 0x000008, "Wrong alignment on ABUtilities_DateTimeToString"); \ +static_assert(sizeof(ABUtilities_DateTimeToString) == 0x000018, "Wrong size on ABUtilities_DateTimeToString"); \ +static_assert(offsetof(ABUtilities_DateTimeToString, DateTime) == 0x000000, "Member 'ABUtilities_DateTimeToString::DateTime' has a wrong offset!"); \ +static_assert(offsetof(ABUtilities_DateTimeToString, ReturnValue) == 0x000008, "Member 'ABUtilities_DateTimeToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUtilities_GetJsonObjectAsJsonString \ +static_assert(alignof(ABUtilities_GetJsonObjectAsJsonString) == 0x000008, "Wrong alignment on ABUtilities_GetJsonObjectAsJsonString"); \ +static_assert(sizeof(ABUtilities_GetJsonObjectAsJsonString) == 0x000030, "Wrong size on ABUtilities_GetJsonObjectAsJsonString"); \ +static_assert(offsetof(ABUtilities_GetJsonObjectAsJsonString, ObjectWrapper) == 0x000000, "Member 'ABUtilities_GetJsonObjectAsJsonString::ObjectWrapper' has a wrong offset!"); \ +static_assert(offsetof(ABUtilities_GetJsonObjectAsJsonString, ReturnValue) == 0x000020, "Member 'ABUtilities_GetJsonObjectAsJsonString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUtilities_GetJsonValueAsArray \ +static_assert(alignof(ABUtilities_GetJsonValueAsArray) == 0x000008, "Wrong alignment on ABUtilities_GetJsonValueAsArray"); \ +static_assert(sizeof(ABUtilities_GetJsonValueAsArray) == 0x000048, "Wrong size on ABUtilities_GetJsonValueAsArray"); \ +static_assert(offsetof(ABUtilities_GetJsonValueAsArray, ObjectWrapper) == 0x000000, "Member 'ABUtilities_GetJsonValueAsArray::ObjectWrapper' has a wrong offset!"); \ +static_assert(offsetof(ABUtilities_GetJsonValueAsArray, Key) == 0x000020, "Member 'ABUtilities_GetJsonValueAsArray::Key' has a wrong offset!"); \ +static_assert(offsetof(ABUtilities_GetJsonValueAsArray, OutArray) == 0x000030, "Member 'ABUtilities_GetJsonValueAsArray::OutArray' has a wrong offset!"); \ +static_assert(offsetof(ABUtilities_GetJsonValueAsArray, ReturnValue) == 0x000040, "Member 'ABUtilities_GetJsonValueAsArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUtilities_GetJsonValueAsBool \ +static_assert(alignof(ABUtilities_GetJsonValueAsBool) == 0x000008, "Wrong alignment on ABUtilities_GetJsonValueAsBool"); \ +static_assert(sizeof(ABUtilities_GetJsonValueAsBool) == 0x000038, "Wrong size on ABUtilities_GetJsonValueAsBool"); \ +static_assert(offsetof(ABUtilities_GetJsonValueAsBool, ObjectWrapper) == 0x000000, "Member 'ABUtilities_GetJsonValueAsBool::ObjectWrapper' has a wrong offset!"); \ +static_assert(offsetof(ABUtilities_GetJsonValueAsBool, Key) == 0x000020, "Member 'ABUtilities_GetJsonValueAsBool::Key' has a wrong offset!"); \ +static_assert(offsetof(ABUtilities_GetJsonValueAsBool, OutBool) == 0x000030, "Member 'ABUtilities_GetJsonValueAsBool::OutBool' has a wrong offset!"); \ +static_assert(offsetof(ABUtilities_GetJsonValueAsBool, ReturnValue) == 0x000031, "Member 'ABUtilities_GetJsonValueAsBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUtilities_GetJsonValueAsNumber \ +static_assert(alignof(ABUtilities_GetJsonValueAsNumber) == 0x000008, "Wrong alignment on ABUtilities_GetJsonValueAsNumber"); \ +static_assert(sizeof(ABUtilities_GetJsonValueAsNumber) == 0x000038, "Wrong size on ABUtilities_GetJsonValueAsNumber"); \ +static_assert(offsetof(ABUtilities_GetJsonValueAsNumber, ObjectWrapper) == 0x000000, "Member 'ABUtilities_GetJsonValueAsNumber::ObjectWrapper' has a wrong offset!"); \ +static_assert(offsetof(ABUtilities_GetJsonValueAsNumber, Key) == 0x000020, "Member 'ABUtilities_GetJsonValueAsNumber::Key' has a wrong offset!"); \ +static_assert(offsetof(ABUtilities_GetJsonValueAsNumber, OutNumber) == 0x000030, "Member 'ABUtilities_GetJsonValueAsNumber::OutNumber' has a wrong offset!"); \ +static_assert(offsetof(ABUtilities_GetJsonValueAsNumber, ReturnValue) == 0x000034, "Member 'ABUtilities_GetJsonValueAsNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUtilities_GetJsonValueAsString \ +static_assert(alignof(ABUtilities_GetJsonValueAsString) == 0x000008, "Wrong alignment on ABUtilities_GetJsonValueAsString"); \ +static_assert(sizeof(ABUtilities_GetJsonValueAsString) == 0x000048, "Wrong size on ABUtilities_GetJsonValueAsString"); \ +static_assert(offsetof(ABUtilities_GetJsonValueAsString, ObjectWrapper) == 0x000000, "Member 'ABUtilities_GetJsonValueAsString::ObjectWrapper' has a wrong offset!"); \ +static_assert(offsetof(ABUtilities_GetJsonValueAsString, Key) == 0x000020, "Member 'ABUtilities_GetJsonValueAsString::Key' has a wrong offset!"); \ +static_assert(offsetof(ABUtilities_GetJsonValueAsString, OutString) == 0x000030, "Member 'ABUtilities_GetJsonValueAsString::OutString' has a wrong offset!"); \ +static_assert(offsetof(ABUtilities_GetJsonValueAsString, ReturnValue) == 0x000040, "Member 'ABUtilities_GetJsonValueAsString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABUtilities \ +static_assert(alignof(UABUtilities) == 0x000008, "Wrong alignment on UABUtilities"); \ +static_assert(sizeof(UABUtilities) == 0x000030, "Wrong size on UABUtilities"); \ + +#define DUMPER7_ASSERTS_ABWallet_GetWalletInfoByCurrencyCode \ +static_assert(alignof(ABWallet_GetWalletInfoByCurrencyCode) == 0x000008, "Wrong alignment on ABWallet_GetWalletInfoByCurrencyCode"); \ +static_assert(sizeof(ABWallet_GetWalletInfoByCurrencyCode) == 0x000038, "Wrong size on ABWallet_GetWalletInfoByCurrencyCode"); \ +static_assert(offsetof(ABWallet_GetWalletInfoByCurrencyCode, CurrencyCode) == 0x000000, "Member 'ABWallet_GetWalletInfoByCurrencyCode::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(ABWallet_GetWalletInfoByCurrencyCode, OnSuccess) == 0x000010, "Member 'ABWallet_GetWalletInfoByCurrencyCode::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABWallet_GetWalletInfoByCurrencyCode, OnError) == 0x000024, "Member 'ABWallet_GetWalletInfoByCurrencyCode::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABWallet_GetWalletInfoByCurrencyCodeV2 \ +static_assert(alignof(ABWallet_GetWalletInfoByCurrencyCodeV2) == 0x000008, "Wrong alignment on ABWallet_GetWalletInfoByCurrencyCodeV2"); \ +static_assert(sizeof(ABWallet_GetWalletInfoByCurrencyCodeV2) == 0x000038, "Wrong size on ABWallet_GetWalletInfoByCurrencyCodeV2"); \ +static_assert(offsetof(ABWallet_GetWalletInfoByCurrencyCodeV2, CurrencyCode) == 0x000000, "Member 'ABWallet_GetWalletInfoByCurrencyCodeV2::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(ABWallet_GetWalletInfoByCurrencyCodeV2, OnSuccess) == 0x000010, "Member 'ABWallet_GetWalletInfoByCurrencyCodeV2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABWallet_GetWalletInfoByCurrencyCodeV2, OnError) == 0x000024, "Member 'ABWallet_GetWalletInfoByCurrencyCodeV2::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABWallet \ +static_assert(alignof(UABWallet) == 0x000008, "Wrong alignment on UABWallet"); \ +static_assert(sizeof(UABWallet) == 0x000040, "Wrong size on UABWallet"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsAchievement_ClaimGlobalAchievements \ +static_assert(alignof(AccelByteBlueprintsAchievement_ClaimGlobalAchievements) == 0x000008, "Wrong alignment on AccelByteBlueprintsAchievement_ClaimGlobalAchievements"); \ +static_assert(sizeof(AccelByteBlueprintsAchievement_ClaimGlobalAchievements) == 0x000038, "Wrong size on AccelByteBlueprintsAchievement_ClaimGlobalAchievements"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_ClaimGlobalAchievements, AchievementCode) == 0x000000, "Member 'AccelByteBlueprintsAchievement_ClaimGlobalAchievements::AchievementCode' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_ClaimGlobalAchievements, OnSuccess) == 0x000010, "Member 'AccelByteBlueprintsAchievement_ClaimGlobalAchievements::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_ClaimGlobalAchievements, OnError) == 0x000024, "Member 'AccelByteBlueprintsAchievement_ClaimGlobalAchievements::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsAchievement_GetAchievement \ +static_assert(alignof(AccelByteBlueprintsAchievement_GetAchievement) == 0x000008, "Wrong alignment on AccelByteBlueprintsAchievement_GetAchievement"); \ +static_assert(sizeof(AccelByteBlueprintsAchievement_GetAchievement) == 0x000038, "Wrong size on AccelByteBlueprintsAchievement_GetAchievement"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_GetAchievement, AchievementCode) == 0x000000, "Member 'AccelByteBlueprintsAchievement_GetAchievement::AchievementCode' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_GetAchievement, OnSuccess) == 0x000010, "Member 'AccelByteBlueprintsAchievement_GetAchievement::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_GetAchievement, OnError) == 0x000024, "Member 'AccelByteBlueprintsAchievement_GetAchievement::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsAchievement_GetTags \ +static_assert(alignof(AccelByteBlueprintsAchievement_GetTags) == 0x000008, "Wrong alignment on AccelByteBlueprintsAchievement_GetTags"); \ +static_assert(sizeof(AccelByteBlueprintsAchievement_GetTags) == 0x000048, "Wrong size on AccelByteBlueprintsAchievement_GetTags"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_GetTags, Name_0) == 0x000000, "Member 'AccelByteBlueprintsAchievement_GetTags::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_GetTags, SortBy) == 0x000010, "Member 'AccelByteBlueprintsAchievement_GetTags::SortBy' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_GetTags, OnSuccess) == 0x000014, "Member 'AccelByteBlueprintsAchievement_GetTags::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_GetTags, OnError) == 0x000028, "Member 'AccelByteBlueprintsAchievement_GetTags::OnError' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_GetTags, Offset) == 0x00003C, "Member 'AccelByteBlueprintsAchievement_GetTags::Offset' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_GetTags, Limit) == 0x000040, "Member 'AccelByteBlueprintsAchievement_GetTags::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsAchievement_QueryAchievements \ +static_assert(alignof(AccelByteBlueprintsAchievement_QueryAchievements) == 0x000008, "Wrong alignment on AccelByteBlueprintsAchievement_QueryAchievements"); \ +static_assert(sizeof(AccelByteBlueprintsAchievement_QueryAchievements) == 0x000060, "Wrong size on AccelByteBlueprintsAchievement_QueryAchievements"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryAchievements, Language) == 0x000000, "Member 'AccelByteBlueprintsAchievement_QueryAchievements::Language' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryAchievements, SortBy) == 0x000010, "Member 'AccelByteBlueprintsAchievement_QueryAchievements::SortBy' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryAchievements, OnSuccess) == 0x000014, "Member 'AccelByteBlueprintsAchievement_QueryAchievements::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryAchievements, OnError) == 0x000028, "Member 'AccelByteBlueprintsAchievement_QueryAchievements::OnError' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryAchievements, Offset) == 0x00003C, "Member 'AccelByteBlueprintsAchievement_QueryAchievements::Offset' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryAchievements, Limit) == 0x000040, "Member 'AccelByteBlueprintsAchievement_QueryAchievements::Limit' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryAchievements, TagQuery) == 0x000048, "Member 'AccelByteBlueprintsAchievement_QueryAchievements::TagQuery' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryAchievements, bGlobal) == 0x000058, "Member 'AccelByteBlueprintsAchievement_QueryAchievements::bGlobal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsAchievement_QueryGlobalAchievementContributors \ +static_assert(alignof(AccelByteBlueprintsAchievement_QueryGlobalAchievementContributors) == 0x000008, "Wrong alignment on AccelByteBlueprintsAchievement_QueryGlobalAchievementContributors"); \ +static_assert(sizeof(AccelByteBlueprintsAchievement_QueryGlobalAchievementContributors) == 0x000048, "Wrong size on AccelByteBlueprintsAchievement_QueryGlobalAchievementContributors"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryGlobalAchievementContributors, AchievementCode) == 0x000000, "Member 'AccelByteBlueprintsAchievement_QueryGlobalAchievementContributors::AchievementCode' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryGlobalAchievementContributors, SortBy) == 0x000010, "Member 'AccelByteBlueprintsAchievement_QueryGlobalAchievementContributors::SortBy' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryGlobalAchievementContributors, OnSuccess) == 0x000014, "Member 'AccelByteBlueprintsAchievement_QueryGlobalAchievementContributors::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryGlobalAchievementContributors, OnError) == 0x000028, "Member 'AccelByteBlueprintsAchievement_QueryGlobalAchievementContributors::OnError' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryGlobalAchievementContributors, Offset) == 0x00003C, "Member 'AccelByteBlueprintsAchievement_QueryGlobalAchievementContributors::Offset' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryGlobalAchievementContributors, Limit) == 0x000040, "Member 'AccelByteBlueprintsAchievement_QueryGlobalAchievementContributors::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsAchievement_QueryGlobalAchievements \ +static_assert(alignof(AccelByteBlueprintsAchievement_QueryGlobalAchievements) == 0x000008, "Wrong alignment on AccelByteBlueprintsAchievement_QueryGlobalAchievements"); \ +static_assert(sizeof(AccelByteBlueprintsAchievement_QueryGlobalAchievements) == 0x000048, "Wrong size on AccelByteBlueprintsAchievement_QueryGlobalAchievements"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryGlobalAchievements, AchievementCode) == 0x000000, "Member 'AccelByteBlueprintsAchievement_QueryGlobalAchievements::AchievementCode' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryGlobalAchievements, AchievementStatus) == 0x000010, "Member 'AccelByteBlueprintsAchievement_QueryGlobalAchievements::AchievementStatus' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryGlobalAchievements, SortBy) == 0x000011, "Member 'AccelByteBlueprintsAchievement_QueryGlobalAchievements::SortBy' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryGlobalAchievements, OnSuccess) == 0x000014, "Member 'AccelByteBlueprintsAchievement_QueryGlobalAchievements::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryGlobalAchievements, OnError) == 0x000028, "Member 'AccelByteBlueprintsAchievement_QueryGlobalAchievements::OnError' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryGlobalAchievements, Offset) == 0x00003C, "Member 'AccelByteBlueprintsAchievement_QueryGlobalAchievements::Offset' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryGlobalAchievements, Limit) == 0x000040, "Member 'AccelByteBlueprintsAchievement_QueryGlobalAchievements::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsAchievement_QueryGlobalAchievementUserContributed \ +static_assert(alignof(AccelByteBlueprintsAchievement_QueryGlobalAchievementUserContributed) == 0x000008, "Wrong alignment on AccelByteBlueprintsAchievement_QueryGlobalAchievementUserContributed"); \ +static_assert(sizeof(AccelByteBlueprintsAchievement_QueryGlobalAchievementUserContributed) == 0x000048, "Wrong size on AccelByteBlueprintsAchievement_QueryGlobalAchievementUserContributed"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryGlobalAchievementUserContributed, AchievementCode) == 0x000000, "Member 'AccelByteBlueprintsAchievement_QueryGlobalAchievementUserContributed::AchievementCode' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryGlobalAchievementUserContributed, SortBy) == 0x000010, "Member 'AccelByteBlueprintsAchievement_QueryGlobalAchievementUserContributed::SortBy' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryGlobalAchievementUserContributed, OnSuccess) == 0x000014, "Member 'AccelByteBlueprintsAchievement_QueryGlobalAchievementUserContributed::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryGlobalAchievementUserContributed, OnError) == 0x000028, "Member 'AccelByteBlueprintsAchievement_QueryGlobalAchievementUserContributed::OnError' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryGlobalAchievementUserContributed, Offset) == 0x00003C, "Member 'AccelByteBlueprintsAchievement_QueryGlobalAchievementUserContributed::Offset' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryGlobalAchievementUserContributed, Limit) == 0x000040, "Member 'AccelByteBlueprintsAchievement_QueryGlobalAchievementUserContributed::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsAchievement_QueryUserAchievements \ +static_assert(alignof(AccelByteBlueprintsAchievement_QueryUserAchievements) == 0x000008, "Wrong alignment on AccelByteBlueprintsAchievement_QueryUserAchievements"); \ +static_assert(sizeof(AccelByteBlueprintsAchievement_QueryUserAchievements) == 0x000048, "Wrong size on AccelByteBlueprintsAchievement_QueryUserAchievements"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryUserAchievements, SortBy) == 0x000000, "Member 'AccelByteBlueprintsAchievement_QueryUserAchievements::SortBy' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryUserAchievements, OnSuccess) == 0x000004, "Member 'AccelByteBlueprintsAchievement_QueryUserAchievements::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryUserAchievements, OnError) == 0x000018, "Member 'AccelByteBlueprintsAchievement_QueryUserAchievements::OnError' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryUserAchievements, Offset) == 0x00002C, "Member 'AccelByteBlueprintsAchievement_QueryUserAchievements::Offset' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryUserAchievements, Limit) == 0x000030, "Member 'AccelByteBlueprintsAchievement_QueryUserAchievements::Limit' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryUserAchievements, preferUnlocked) == 0x000034, "Member 'AccelByteBlueprintsAchievement_QueryUserAchievements::preferUnlocked' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_QueryUserAchievements, TagQuery) == 0x000038, "Member 'AccelByteBlueprintsAchievement_QueryUserAchievements::TagQuery' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsAchievement_UnlockAchievement \ +static_assert(alignof(AccelByteBlueprintsAchievement_UnlockAchievement) == 0x000008, "Wrong alignment on AccelByteBlueprintsAchievement_UnlockAchievement"); \ +static_assert(sizeof(AccelByteBlueprintsAchievement_UnlockAchievement) == 0x000038, "Wrong size on AccelByteBlueprintsAchievement_UnlockAchievement"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_UnlockAchievement, AchievementCode) == 0x000000, "Member 'AccelByteBlueprintsAchievement_UnlockAchievement::AchievementCode' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_UnlockAchievement, OnSuccess) == 0x000010, "Member 'AccelByteBlueprintsAchievement_UnlockAchievement::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsAchievement_UnlockAchievement, OnError) == 0x000024, "Member 'AccelByteBlueprintsAchievement_UnlockAchievement::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAccelByteBlueprintsAchievement \ +static_assert(alignof(UAccelByteBlueprintsAchievement) == 0x000008, "Wrong alignment on UAccelByteBlueprintsAchievement"); \ +static_assert(sizeof(UAccelByteBlueprintsAchievement) == 0x000030, "Wrong size on UAccelByteBlueprintsAchievement"); \ + +#define DUMPER7_ASSERTS_ABCredentials_GetAccessToken \ +static_assert(alignof(ABCredentials_GetAccessToken) == 0x000008, "Wrong alignment on ABCredentials_GetAccessToken"); \ +static_assert(sizeof(ABCredentials_GetAccessToken) == 0x000010, "Wrong size on ABCredentials_GetAccessToken"); \ +static_assert(offsetof(ABCredentials_GetAccessToken, ReturnValue) == 0x000000, "Member 'ABCredentials_GetAccessToken::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCredentials_GetAccountUserData \ +static_assert(alignof(ABCredentials_GetAccountUserData) == 0x000008, "Wrong alignment on ABCredentials_GetAccountUserData"); \ +static_assert(sizeof(ABCredentials_GetAccountUserData) == 0x0001A0, "Wrong size on ABCredentials_GetAccountUserData"); \ +static_assert(offsetof(ABCredentials_GetAccountUserData, ReturnValue) == 0x000000, "Member 'ABCredentials_GetAccountUserData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCredentials_GetAuthToken \ +static_assert(alignof(ABCredentials_GetAuthToken) == 0x000008, "Wrong alignment on ABCredentials_GetAuthToken"); \ +static_assert(sizeof(ABCredentials_GetAuthToken) == 0x0000D0, "Wrong size on ABCredentials_GetAuthToken"); \ +static_assert(offsetof(ABCredentials_GetAuthToken, ReturnValue) == 0x000000, "Member 'ABCredentials_GetAuthToken::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCredentials_GetLinkingToken \ +static_assert(alignof(ABCredentials_GetLinkingToken) == 0x000008, "Wrong alignment on ABCredentials_GetLinkingToken"); \ +static_assert(sizeof(ABCredentials_GetLinkingToken) == 0x000010, "Wrong size on ABCredentials_GetLinkingToken"); \ +static_assert(offsetof(ABCredentials_GetLinkingToken, ReturnValue) == 0x000000, "Member 'ABCredentials_GetLinkingToken::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCredentials_GetNamespace \ +static_assert(alignof(ABCredentials_GetNamespace) == 0x000008, "Wrong alignment on ABCredentials_GetNamespace"); \ +static_assert(sizeof(ABCredentials_GetNamespace) == 0x000010, "Wrong size on ABCredentials_GetNamespace"); \ +static_assert(offsetof(ABCredentials_GetNamespace, ReturnValue) == 0x000000, "Member 'ABCredentials_GetNamespace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCredentials_GetPlatformUserId \ +static_assert(alignof(ABCredentials_GetPlatformUserId) == 0x000008, "Wrong alignment on ABCredentials_GetPlatformUserId"); \ +static_assert(sizeof(ABCredentials_GetPlatformUserId) == 0x000010, "Wrong size on ABCredentials_GetPlatformUserId"); \ +static_assert(offsetof(ABCredentials_GetPlatformUserId, ReturnValue) == 0x000000, "Member 'ABCredentials_GetPlatformUserId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCredentials_GetRefreshToken \ +static_assert(alignof(ABCredentials_GetRefreshToken) == 0x000008, "Wrong alignment on ABCredentials_GetRefreshToken"); \ +static_assert(sizeof(ABCredentials_GetRefreshToken) == 0x000010, "Wrong size on ABCredentials_GetRefreshToken"); \ +static_assert(offsetof(ABCredentials_GetRefreshToken, ReturnValue) == 0x000000, "Member 'ABCredentials_GetRefreshToken::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCredentials_GetUserDisplayName \ +static_assert(alignof(ABCredentials_GetUserDisplayName) == 0x000008, "Wrong alignment on ABCredentials_GetUserDisplayName"); \ +static_assert(sizeof(ABCredentials_GetUserDisplayName) == 0x000010, "Wrong size on ABCredentials_GetUserDisplayName"); \ +static_assert(offsetof(ABCredentials_GetUserDisplayName, ReturnValue) == 0x000000, "Member 'ABCredentials_GetUserDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCredentials_GetUserEmailAddress \ +static_assert(alignof(ABCredentials_GetUserEmailAddress) == 0x000008, "Wrong alignment on ABCredentials_GetUserEmailAddress"); \ +static_assert(sizeof(ABCredentials_GetUserEmailAddress) == 0x000010, "Wrong size on ABCredentials_GetUserEmailAddress"); \ +static_assert(offsetof(ABCredentials_GetUserEmailAddress, ReturnValue) == 0x000000, "Member 'ABCredentials_GetUserEmailAddress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCredentials_GetUserId \ +static_assert(alignof(ABCredentials_GetUserId) == 0x000008, "Wrong alignment on ABCredentials_GetUserId"); \ +static_assert(sizeof(ABCredentials_GetUserId) == 0x000010, "Wrong size on ABCredentials_GetUserId"); \ +static_assert(offsetof(ABCredentials_GetUserId, ReturnValue) == 0x000000, "Member 'ABCredentials_GetUserId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCredentials_IsComply \ +static_assert(alignof(ABCredentials_IsComply) == 0x000001, "Wrong alignment on ABCredentials_IsComply"); \ +static_assert(sizeof(ABCredentials_IsComply) == 0x000001, "Wrong size on ABCredentials_IsComply"); \ +static_assert(offsetof(ABCredentials_IsComply, ReturnValue) == 0x000000, "Member 'ABCredentials_IsComply::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCredentials_IsSessionValid \ +static_assert(alignof(ABCredentials_IsSessionValid) == 0x000001, "Wrong alignment on ABCredentials_IsSessionValid"); \ +static_assert(sizeof(ABCredentials_IsSessionValid) == 0x000001, "Wrong size on ABCredentials_IsSessionValid"); \ +static_assert(offsetof(ABCredentials_IsSessionValid, ReturnValue) == 0x000000, "Member 'ABCredentials_IsSessionValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCredentials_PollRefreshToken \ +static_assert(alignof(ABCredentials_PollRefreshToken) == 0x000004, "Wrong alignment on ABCredentials_PollRefreshToken"); \ +static_assert(sizeof(ABCredentials_PollRefreshToken) == 0x000004, "Wrong size on ABCredentials_PollRefreshToken"); \ +static_assert(offsetof(ABCredentials_PollRefreshToken, CurrentTime) == 0x000000, "Member 'ABCredentials_PollRefreshToken::CurrentTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCredentials_ScheduleRefreshToken \ +static_assert(alignof(ABCredentials_ScheduleRefreshToken) == 0x000004, "Wrong alignment on ABCredentials_ScheduleRefreshToken"); \ +static_assert(sizeof(ABCredentials_ScheduleRefreshToken) == 0x000004, "Wrong size on ABCredentials_ScheduleRefreshToken"); \ +static_assert(offsetof(ABCredentials_ScheduleRefreshToken, NextRefreshTime) == 0x000000, "Member 'ABCredentials_ScheduleRefreshToken::NextRefreshTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCredentials_SetAccountUserData \ +static_assert(alignof(ABCredentials_SetAccountUserData) == 0x000008, "Wrong alignment on ABCredentials_SetAccountUserData"); \ +static_assert(sizeof(ABCredentials_SetAccountUserData) == 0x0001A0, "Wrong size on ABCredentials_SetAccountUserData"); \ +static_assert(offsetof(ABCredentials_SetAccountUserData, InAccountUserData) == 0x000000, "Member 'ABCredentials_SetAccountUserData::InAccountUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCredentials_SetAuthToken \ +static_assert(alignof(ABCredentials_SetAuthToken) == 0x000008, "Wrong alignment on ABCredentials_SetAuthToken"); \ +static_assert(sizeof(ABCredentials_SetAuthToken) == 0x0000D8, "Wrong size on ABCredentials_SetAuthToken"); \ +static_assert(offsetof(ABCredentials_SetAuthToken, NewAuthToken) == 0x000000, "Member 'ABCredentials_SetAuthToken::NewAuthToken' has a wrong offset!"); \ +static_assert(offsetof(ABCredentials_SetAuthToken, CurrentTime) == 0x0000D0, "Member 'ABCredentials_SetAuthToken::CurrentTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCredentials_SetClientCredentials \ +static_assert(alignof(ABCredentials_SetClientCredentials) == 0x000001, "Wrong alignment on ABCredentials_SetClientCredentials"); \ +static_assert(sizeof(ABCredentials_SetClientCredentials) == 0x000001, "Wrong size on ABCredentials_SetClientCredentials"); \ +static_assert(offsetof(ABCredentials_SetClientCredentials, Environment) == 0x000000, "Member 'ABCredentials_SetClientCredentials::Environment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCredentials_SetErrorOAuth \ +static_assert(alignof(ABCredentials_SetErrorOAuth) == 0x000008, "Wrong alignment on ABCredentials_SetErrorOAuth"); \ +static_assert(sizeof(ABCredentials_SetErrorOAuth) == 0x000100, "Wrong size on ABCredentials_SetErrorOAuth"); \ +static_assert(offsetof(ABCredentials_SetErrorOAuth, ErrorOAuthInfo) == 0x000000, "Member 'ABCredentials_SetErrorOAuth::ErrorOAuthInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABCredentials_SetUserEmailAddress \ +static_assert(alignof(ABCredentials_SetUserEmailAddress) == 0x000008, "Wrong alignment on ABCredentials_SetUserEmailAddress"); \ +static_assert(sizeof(ABCredentials_SetUserEmailAddress) == 0x000010, "Wrong size on ABCredentials_SetUserEmailAddress"); \ +static_assert(offsetof(ABCredentials_SetUserEmailAddress, EmailAddress) == 0x000000, "Member 'ABCredentials_SetUserEmailAddress::EmailAddress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABCredentials \ +static_assert(alignof(UABCredentials) == 0x000008, "Wrong alignment on UABCredentials"); \ +static_assert(sizeof(UABCredentials) == 0x000040, "Wrong size on UABCredentials"); \ + +#define DUMPER7_ASSERTS_UABApiClient \ +static_assert(alignof(UABApiClient) == 0x000008, "Wrong alignment on UABApiClient"); \ +static_assert(sizeof(UABApiClient) == 0x000118, "Wrong size on UABApiClient"); \ +static_assert(offsetof(UABApiClient, Credentials) == 0x000030, "Member 'UABApiClient::Credentials' has a wrong offset!"); \ +static_assert(offsetof(UABApiClient, User) == 0x000038, "Member 'UABApiClient::User' has a wrong offset!"); \ +static_assert(offsetof(UABApiClient, Lobby) == 0x000040, "Member 'UABApiClient::Lobby' has a wrong offset!"); \ +static_assert(offsetof(UABApiClient, Party) == 0x000048, "Member 'UABApiClient::Party' has a wrong offset!"); \ +static_assert(offsetof(UABApiClient, Matchmaking) == 0x000050, "Member 'UABApiClient::Matchmaking' has a wrong offset!"); \ +static_assert(offsetof(UABApiClient, Friends) == 0x000058, "Member 'UABApiClient::Friends' has a wrong offset!"); \ +static_assert(offsetof(UABApiClient, Catalog) == 0x000060, "Member 'UABApiClient::Catalog' has a wrong offset!"); \ +static_assert(offsetof(UABApiClient, Order) == 0x000068, "Member 'UABApiClient::Order' has a wrong offset!"); \ +static_assert(offsetof(UABApiClient, Entitlement) == 0x000070, "Member 'UABApiClient::Entitlement' has a wrong offset!"); \ +static_assert(offsetof(UABApiClient, Currency) == 0x000078, "Member 'UABApiClient::Currency' has a wrong offset!"); \ +static_assert(offsetof(UABApiClient, Wallet) == 0x000080, "Member 'UABApiClient::Wallet' has a wrong offset!"); \ +static_assert(offsetof(UABApiClient, Fulfillment) == 0x000088, "Member 'UABApiClient::Fulfillment' has a wrong offset!"); \ +static_assert(offsetof(UABApiClient, CloudSave) == 0x000090, "Member 'UABApiClient::CloudSave' has a wrong offset!"); \ +static_assert(offsetof(UABApiClient, Agreement) == 0x000098, "Member 'UABApiClient::Agreement' has a wrong offset!"); \ +static_assert(offsetof(UABApiClient, Reward) == 0x0000A0, "Member 'UABApiClient::Reward' has a wrong offset!"); \ +static_assert(offsetof(UABApiClient, SeasonPass) == 0x0000A8, "Member 'UABApiClient::SeasonPass' has a wrong offset!"); \ +static_assert(offsetof(UABApiClient, Statistic) == 0x0000B0, "Member 'UABApiClient::Statistic' has a wrong offset!"); \ +static_assert(offsetof(UABApiClient, Leaderboard) == 0x0000B8, "Member 'UABApiClient::Leaderboard' has a wrong offset!"); \ +static_assert(offsetof(UABApiClient, Achievement) == 0x0000C0, "Member 'UABApiClient::Achievement' has a wrong offset!"); \ +static_assert(offsetof(UABApiClient, SessionBrowser) == 0x0000C8, "Member 'UABApiClient::SessionBrowser' has a wrong offset!"); \ +static_assert(offsetof(UABApiClient, UGC) == 0x0000D0, "Member 'UABApiClient::UGC' has a wrong offset!"); \ +static_assert(offsetof(UABApiClient, Presence) == 0x0000D8, "Member 'UABApiClient::Presence' has a wrong offset!"); \ +static_assert(offsetof(UABApiClient, Block) == 0x0000E0, "Member 'UABApiClient::Block' has a wrong offset!"); \ +static_assert(offsetof(UABApiClient, Message) == 0x0000E8, "Member 'UABApiClient::Message' has a wrong offset!"); \ +static_assert(offsetof(UABApiClient, SessionAttribute) == 0x0000F0, "Member 'UABApiClient::SessionAttribute' has a wrong offset!"); \ +static_assert(offsetof(UABApiClient, Signaling) == 0x0000F8, "Member 'UABApiClient::Signaling' has a wrong offset!"); \ +static_assert(offsetof(UABApiClient, Group) == 0x000100, "Member 'UABApiClient::Group' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABMultiRegistry_GetApiClient \ +static_assert(alignof(ABMultiRegistry_GetApiClient) == 0x000008, "Wrong alignment on ABMultiRegistry_GetApiClient"); \ +static_assert(sizeof(ABMultiRegistry_GetApiClient) == 0x000018, "Wrong size on ABMultiRegistry_GetApiClient"); \ +static_assert(offsetof(ABMultiRegistry_GetApiClient, Key) == 0x000000, "Member 'ABMultiRegistry_GetApiClient::Key' has a wrong offset!"); \ +static_assert(offsetof(ABMultiRegistry_GetApiClient, ReturnValue) == 0x000010, "Member 'ABMultiRegistry_GetApiClient::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABMultiRegistry \ +static_assert(alignof(UABMultiRegistry) == 0x000008, "Wrong alignment on UABMultiRegistry"); \ +static_assert(sizeof(UABMultiRegistry) == 0x000030, "Wrong size on UABMultiRegistry"); \ + +#define DUMPER7_ASSERTS_ABLobby_IsConnected \ +static_assert(alignof(ABLobby_IsConnected) == 0x000001, "Wrong alignment on ABLobby_IsConnected"); \ +static_assert(sizeof(ABLobby_IsConnected) == 0x000001, "Wrong size on ABLobby_IsConnected"); \ +static_assert(offsetof(ABLobby_IsConnected, ReturnValue) == 0x000000, "Member 'ABLobby_IsConnected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABLobby_RefreshToken \ +static_assert(alignof(ABLobby_RefreshToken) == 0x000008, "Wrong alignment on ABLobby_RefreshToken"); \ +static_assert(sizeof(ABLobby_RefreshToken) == 0x000048, "Wrong size on ABLobby_RefreshToken"); \ +static_assert(offsetof(ABLobby_RefreshToken, Request) == 0x000000, "Member 'ABLobby_RefreshToken::Request' has a wrong offset!"); \ +static_assert(offsetof(ABLobby_RefreshToken, OnResponse) == 0x000010, "Member 'ABLobby_RefreshToken::OnResponse' has a wrong offset!"); \ +static_assert(offsetof(ABLobby_RefreshToken, OnError) == 0x000024, "Member 'ABLobby_RefreshToken::OnError' has a wrong offset!"); \ +static_assert(offsetof(ABLobby_RefreshToken, ReturnValue) == 0x000038, "Member 'ABLobby_RefreshToken::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABLobby_RequestDS \ +static_assert(alignof(ABLobby_RequestDS) == 0x000008, "Wrong alignment on ABLobby_RequestDS"); \ +static_assert(sizeof(ABLobby_RequestDS) == 0x000070, "Wrong size on ABLobby_RequestDS"); \ +static_assert(offsetof(ABLobby_RequestDS, Request) == 0x000000, "Member 'ABLobby_RequestDS::Request' has a wrong offset!"); \ +static_assert(offsetof(ABLobby_RequestDS, ReturnValue) == 0x000060, "Member 'ABLobby_RequestDS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABLobby_SetOnConnected \ +static_assert(alignof(ABLobby_SetOnConnected) == 0x000004, "Wrong alignment on ABLobby_SetOnConnected"); \ +static_assert(sizeof(ABLobby_SetOnConnected) == 0x000014, "Wrong size on ABLobby_SetOnConnected"); \ +static_assert(offsetof(ABLobby_SetOnConnected, OnConnected) == 0x000000, "Member 'ABLobby_SetOnConnected::OnConnected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABLobby_SetOnConnectFailed \ +static_assert(alignof(ABLobby_SetOnConnectFailed) == 0x000004, "Wrong alignment on ABLobby_SetOnConnectFailed"); \ +static_assert(sizeof(ABLobby_SetOnConnectFailed) == 0x000014, "Wrong size on ABLobby_SetOnConnectFailed"); \ +static_assert(offsetof(ABLobby_SetOnConnectFailed, OnConnectError) == 0x000000, "Member 'ABLobby_SetOnConnectFailed::OnConnectError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABLobby_SetOnConnectionClosed \ +static_assert(alignof(ABLobby_SetOnConnectionClosed) == 0x000004, "Wrong alignment on ABLobby_SetOnConnectionClosed"); \ +static_assert(sizeof(ABLobby_SetOnConnectionClosed) == 0x000014, "Wrong size on ABLobby_SetOnConnectionClosed"); \ +static_assert(offsetof(ABLobby_SetOnConnectionClosed, OnConnectionClosed) == 0x000000, "Member 'ABLobby_SetOnConnectionClosed::OnConnectionClosed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABLobby_SetOnDisconnect \ +static_assert(alignof(ABLobby_SetOnDisconnect) == 0x000004, "Wrong alignment on ABLobby_SetOnDisconnect"); \ +static_assert(sizeof(ABLobby_SetOnDisconnect) == 0x000014, "Wrong size on ABLobby_SetOnDisconnect"); \ +static_assert(offsetof(ABLobby_SetOnDisconnect, OnDisconnected) == 0x000000, "Member 'ABLobby_SetOnDisconnect::OnDisconnected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABLobby_SetOnErrorNotification \ +static_assert(alignof(ABLobby_SetOnErrorNotification) == 0x000004, "Wrong alignment on ABLobby_SetOnErrorNotification"); \ +static_assert(sizeof(ABLobby_SetOnErrorNotification) == 0x000014, "Wrong size on ABLobby_SetOnErrorNotification"); \ +static_assert(offsetof(ABLobby_SetOnErrorNotification, OnErrorNotification) == 0x000000, "Member 'ABLobby_SetOnErrorNotification::OnErrorNotification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABLobby_SetRetryParameters \ +static_assert(alignof(ABLobby_SetRetryParameters) == 0x000004, "Wrong alignment on ABLobby_SetRetryParameters"); \ +static_assert(sizeof(ABLobby_SetRetryParameters) == 0x00000C, "Wrong size on ABLobby_SetRetryParameters"); \ +static_assert(offsetof(ABLobby_SetRetryParameters, Request) == 0x000000, "Member 'ABLobby_SetRetryParameters::Request' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABLobby \ +static_assert(alignof(UABLobby) == 0x000008, "Wrong alignment on UABLobby"); \ +static_assert(sizeof(UABLobby) == 0x000040, "Wrong size on UABLobby"); \ + +#define DUMPER7_ASSERTS_ABServerCredentials_GetAccessToken \ +static_assert(alignof(ABServerCredentials_GetAccessToken) == 0x000008, "Wrong alignment on ABServerCredentials_GetAccessToken"); \ +static_assert(sizeof(ABServerCredentials_GetAccessToken) == 0x000010, "Wrong size on ABServerCredentials_GetAccessToken"); \ +static_assert(offsetof(ABServerCredentials_GetAccessToken, ReturnValue) == 0x000000, "Member 'ABServerCredentials_GetAccessToken::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABServerCredentials \ +static_assert(alignof(UABServerCredentials) == 0x000008, "Wrong alignment on UABServerCredentials"); \ +static_assert(sizeof(UABServerCredentials) == 0x000040, "Wrong size on UABServerCredentials"); \ + +#define DUMPER7_ASSERTS_UServerApiClient \ +static_assert(alignof(UServerApiClient) == 0x000008, "Wrong alignment on UServerApiClient"); \ +static_assert(sizeof(UServerApiClient) == 0x000080, "Wrong size on UServerApiClient"); \ +static_assert(offsetof(UServerApiClient, Credentials) == 0x000030, "Member 'UServerApiClient::Credentials' has a wrong offset!"); \ +static_assert(offsetof(UServerApiClient, ServerOauth2) == 0x000038, "Member 'UServerApiClient::ServerOauth2' has a wrong offset!"); \ +static_assert(offsetof(UServerApiClient, ServerDSM) == 0x000040, "Member 'UServerApiClient::ServerDSM' has a wrong offset!"); \ +static_assert(offsetof(UServerApiClient, ServerLobby) == 0x000048, "Member 'UServerApiClient::ServerLobby' has a wrong offset!"); \ +static_assert(offsetof(UServerApiClient, ServerMatchmaking) == 0x000050, "Member 'UServerApiClient::ServerMatchmaking' has a wrong offset!"); \ +static_assert(offsetof(UServerApiClient, ServerSessionBrowser) == 0x000058, "Member 'UServerApiClient::ServerSessionBrowser' has a wrong offset!"); \ +static_assert(offsetof(UServerApiClient, ServerAchievement) == 0x000060, "Member 'UServerApiClient::ServerAchievement' has a wrong offset!"); \ +static_assert(offsetof(UServerApiClient, ServerStatistic) == 0x000068, "Member 'UServerApiClient::ServerStatistic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ServerMultiRegistry_GetServerApiClient \ +static_assert(alignof(ServerMultiRegistry_GetServerApiClient) == 0x000008, "Wrong alignment on ServerMultiRegistry_GetServerApiClient"); \ +static_assert(sizeof(ServerMultiRegistry_GetServerApiClient) == 0x000018, "Wrong size on ServerMultiRegistry_GetServerApiClient"); \ +static_assert(offsetof(ServerMultiRegistry_GetServerApiClient, Key) == 0x000000, "Member 'ServerMultiRegistry_GetServerApiClient::Key' has a wrong offset!"); \ +static_assert(offsetof(ServerMultiRegistry_GetServerApiClient, ReturnValue) == 0x000010, "Member 'ServerMultiRegistry_GetServerApiClient::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UServerMultiRegistry \ +static_assert(alignof(UServerMultiRegistry) == 0x000008, "Wrong alignment on UServerMultiRegistry"); \ +static_assert(sizeof(UServerMultiRegistry) == 0x000030, "Wrong size on UServerMultiRegistry"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsCategory_GetCategory \ +static_assert(alignof(AccelByteBlueprintsCategory_GetCategory) == 0x000008, "Wrong alignment on AccelByteBlueprintsCategory_GetCategory"); \ +static_assert(sizeof(AccelByteBlueprintsCategory_GetCategory) == 0x000048, "Wrong size on AccelByteBlueprintsCategory_GetCategory"); \ +static_assert(offsetof(AccelByteBlueprintsCategory_GetCategory, ParentPath) == 0x000000, "Member 'AccelByteBlueprintsCategory_GetCategory::ParentPath' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCategory_GetCategory, Language) == 0x000010, "Member 'AccelByteBlueprintsCategory_GetCategory::Language' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCategory_GetCategory, OnSuccess) == 0x000020, "Member 'AccelByteBlueprintsCategory_GetCategory::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCategory_GetCategory, OnError) == 0x000034, "Member 'AccelByteBlueprintsCategory_GetCategory::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsCategory_GetChildCategories \ +static_assert(alignof(AccelByteBlueprintsCategory_GetChildCategories) == 0x000008, "Wrong alignment on AccelByteBlueprintsCategory_GetChildCategories"); \ +static_assert(sizeof(AccelByteBlueprintsCategory_GetChildCategories) == 0x000048, "Wrong size on AccelByteBlueprintsCategory_GetChildCategories"); \ +static_assert(offsetof(AccelByteBlueprintsCategory_GetChildCategories, Language) == 0x000000, "Member 'AccelByteBlueprintsCategory_GetChildCategories::Language' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCategory_GetChildCategories, CategoryPath) == 0x000010, "Member 'AccelByteBlueprintsCategory_GetChildCategories::CategoryPath' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCategory_GetChildCategories, OnSuccess) == 0x000020, "Member 'AccelByteBlueprintsCategory_GetChildCategories::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCategory_GetChildCategories, OnError) == 0x000034, "Member 'AccelByteBlueprintsCategory_GetChildCategories::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsCategory_GetDescendantCategories \ +static_assert(alignof(AccelByteBlueprintsCategory_GetDescendantCategories) == 0x000008, "Wrong alignment on AccelByteBlueprintsCategory_GetDescendantCategories"); \ +static_assert(sizeof(AccelByteBlueprintsCategory_GetDescendantCategories) == 0x000048, "Wrong size on AccelByteBlueprintsCategory_GetDescendantCategories"); \ +static_assert(offsetof(AccelByteBlueprintsCategory_GetDescendantCategories, Language) == 0x000000, "Member 'AccelByteBlueprintsCategory_GetDescendantCategories::Language' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCategory_GetDescendantCategories, CategoryPath) == 0x000010, "Member 'AccelByteBlueprintsCategory_GetDescendantCategories::CategoryPath' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCategory_GetDescendantCategories, OnSuccess) == 0x000020, "Member 'AccelByteBlueprintsCategory_GetDescendantCategories::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCategory_GetDescendantCategories, OnError) == 0x000034, "Member 'AccelByteBlueprintsCategory_GetDescendantCategories::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsCategory_GetRootCategories \ +static_assert(alignof(AccelByteBlueprintsCategory_GetRootCategories) == 0x000008, "Wrong alignment on AccelByteBlueprintsCategory_GetRootCategories"); \ +static_assert(sizeof(AccelByteBlueprintsCategory_GetRootCategories) == 0x000038, "Wrong size on AccelByteBlueprintsCategory_GetRootCategories"); \ +static_assert(offsetof(AccelByteBlueprintsCategory_GetRootCategories, Language) == 0x000000, "Member 'AccelByteBlueprintsCategory_GetRootCategories::Language' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCategory_GetRootCategories, OnSuccess) == 0x000010, "Member 'AccelByteBlueprintsCategory_GetRootCategories::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCategory_GetRootCategories, OnError) == 0x000024, "Member 'AccelByteBlueprintsCategory_GetRootCategories::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAccelByteBlueprintsCategory \ +static_assert(alignof(UAccelByteBlueprintsCategory) == 0x000008, "Wrong alignment on UAccelByteBlueprintsCategory"); \ +static_assert(sizeof(UAccelByteBlueprintsCategory) == 0x000030, "Wrong size on UAccelByteBlueprintsCategory"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsCloudStorage_CreateSlot \ +static_assert(alignof(AccelByteBlueprintsCloudStorage_CreateSlot) == 0x000008, "Wrong alignment on AccelByteBlueprintsCloudStorage_CreateSlot"); \ +static_assert(sizeof(AccelByteBlueprintsCloudStorage_CreateSlot) == 0x000078, "Wrong size on AccelByteBlueprintsCloudStorage_CreateSlot"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_CreateSlot, Data) == 0x000000, "Member 'AccelByteBlueprintsCloudStorage_CreateSlot::Data' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_CreateSlot, FileName) == 0x000010, "Member 'AccelByteBlueprintsCloudStorage_CreateSlot::FileName' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_CreateSlot, Tags) == 0x000020, "Member 'AccelByteBlueprintsCloudStorage_CreateSlot::Tags' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_CreateSlot, Label) == 0x000030, "Member 'AccelByteBlueprintsCloudStorage_CreateSlot::Label' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_CreateSlot, CustomAttribute) == 0x000040, "Member 'AccelByteBlueprintsCloudStorage_CreateSlot::CustomAttribute' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_CreateSlot, OnSuccess) == 0x000050, "Member 'AccelByteBlueprintsCloudStorage_CreateSlot::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_CreateSlot, OnError) == 0x000064, "Member 'AccelByteBlueprintsCloudStorage_CreateSlot::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsCloudStorage_DeleteSlot \ +static_assert(alignof(AccelByteBlueprintsCloudStorage_DeleteSlot) == 0x000008, "Wrong alignment on AccelByteBlueprintsCloudStorage_DeleteSlot"); \ +static_assert(sizeof(AccelByteBlueprintsCloudStorage_DeleteSlot) == 0x000038, "Wrong size on AccelByteBlueprintsCloudStorage_DeleteSlot"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_DeleteSlot, SlotId) == 0x000000, "Member 'AccelByteBlueprintsCloudStorage_DeleteSlot::SlotId' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_DeleteSlot, OnSuccess) == 0x000010, "Member 'AccelByteBlueprintsCloudStorage_DeleteSlot::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_DeleteSlot, OnError) == 0x000024, "Member 'AccelByteBlueprintsCloudStorage_DeleteSlot::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsCloudStorage_GetAllSlots \ +static_assert(alignof(AccelByteBlueprintsCloudStorage_GetAllSlots) == 0x000004, "Wrong alignment on AccelByteBlueprintsCloudStorage_GetAllSlots"); \ +static_assert(sizeof(AccelByteBlueprintsCloudStorage_GetAllSlots) == 0x000028, "Wrong size on AccelByteBlueprintsCloudStorage_GetAllSlots"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_GetAllSlots, OnSuccess) == 0x000000, "Member 'AccelByteBlueprintsCloudStorage_GetAllSlots::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_GetAllSlots, OnError) == 0x000014, "Member 'AccelByteBlueprintsCloudStorage_GetAllSlots::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsCloudStorage_GetSlot \ +static_assert(alignof(AccelByteBlueprintsCloudStorage_GetSlot) == 0x000008, "Wrong alignment on AccelByteBlueprintsCloudStorage_GetSlot"); \ +static_assert(sizeof(AccelByteBlueprintsCloudStorage_GetSlot) == 0x000038, "Wrong size on AccelByteBlueprintsCloudStorage_GetSlot"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_GetSlot, SlotId) == 0x000000, "Member 'AccelByteBlueprintsCloudStorage_GetSlot::SlotId' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_GetSlot, OnSuccess) == 0x000010, "Member 'AccelByteBlueprintsCloudStorage_GetSlot::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_GetSlot, OnError) == 0x000024, "Member 'AccelByteBlueprintsCloudStorage_GetSlot::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsCloudStorage_UpdateSlot \ +static_assert(alignof(AccelByteBlueprintsCloudStorage_UpdateSlot) == 0x000008, "Wrong alignment on AccelByteBlueprintsCloudStorage_UpdateSlot"); \ +static_assert(sizeof(AccelByteBlueprintsCloudStorage_UpdateSlot) == 0x000088, "Wrong size on AccelByteBlueprintsCloudStorage_UpdateSlot"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_UpdateSlot, SlotId) == 0x000000, "Member 'AccelByteBlueprintsCloudStorage_UpdateSlot::SlotId' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_UpdateSlot, FileName) == 0x000010, "Member 'AccelByteBlueprintsCloudStorage_UpdateSlot::FileName' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_UpdateSlot, Data) == 0x000020, "Member 'AccelByteBlueprintsCloudStorage_UpdateSlot::Data' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_UpdateSlot, Tags) == 0x000030, "Member 'AccelByteBlueprintsCloudStorage_UpdateSlot::Tags' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_UpdateSlot, Label) == 0x000040, "Member 'AccelByteBlueprintsCloudStorage_UpdateSlot::Label' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_UpdateSlot, CustomAttribute) == 0x000050, "Member 'AccelByteBlueprintsCloudStorage_UpdateSlot::CustomAttribute' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_UpdateSlot, OnSuccess) == 0x000060, "Member 'AccelByteBlueprintsCloudStorage_UpdateSlot::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_UpdateSlot, OnError) == 0x000074, "Member 'AccelByteBlueprintsCloudStorage_UpdateSlot::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsCloudStorage_UpdateSlotMetadata \ +static_assert(alignof(AccelByteBlueprintsCloudStorage_UpdateSlotMetadata) == 0x000008, "Wrong alignment on AccelByteBlueprintsCloudStorage_UpdateSlotMetadata"); \ +static_assert(sizeof(AccelByteBlueprintsCloudStorage_UpdateSlotMetadata) == 0x000078, "Wrong size on AccelByteBlueprintsCloudStorage_UpdateSlotMetadata"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_UpdateSlotMetadata, SlotId) == 0x000000, "Member 'AccelByteBlueprintsCloudStorage_UpdateSlotMetadata::SlotId' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_UpdateSlotMetadata, FileName) == 0x000010, "Member 'AccelByteBlueprintsCloudStorage_UpdateSlotMetadata::FileName' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_UpdateSlotMetadata, Tags) == 0x000020, "Member 'AccelByteBlueprintsCloudStorage_UpdateSlotMetadata::Tags' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_UpdateSlotMetadata, Label) == 0x000030, "Member 'AccelByteBlueprintsCloudStorage_UpdateSlotMetadata::Label' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_UpdateSlotMetadata, CustomAttribute) == 0x000040, "Member 'AccelByteBlueprintsCloudStorage_UpdateSlotMetadata::CustomAttribute' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_UpdateSlotMetadata, OnSuccess) == 0x000050, "Member 'AccelByteBlueprintsCloudStorage_UpdateSlotMetadata::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCloudStorage_UpdateSlotMetadata, OnError) == 0x000064, "Member 'AccelByteBlueprintsCloudStorage_UpdateSlotMetadata::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAccelByteBlueprintsCloudStorage \ +static_assert(alignof(UAccelByteBlueprintsCloudStorage) == 0x000008, "Wrong alignment on UAccelByteBlueprintsCloudStorage"); \ +static_assert(sizeof(UAccelByteBlueprintsCloudStorage) == 0x000030, "Wrong size on UAccelByteBlueprintsCloudStorage"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsCredentials_GetOAuthClientId \ +static_assert(alignof(AccelByteBlueprintsCredentials_GetOAuthClientId) == 0x000008, "Wrong alignment on AccelByteBlueprintsCredentials_GetOAuthClientId"); \ +static_assert(sizeof(AccelByteBlueprintsCredentials_GetOAuthClientId) == 0x000010, "Wrong size on AccelByteBlueprintsCredentials_GetOAuthClientId"); \ +static_assert(offsetof(AccelByteBlueprintsCredentials_GetOAuthClientId, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsCredentials_GetOAuthClientId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsCredentials_GetOAuthClientSecret \ +static_assert(alignof(AccelByteBlueprintsCredentials_GetOAuthClientSecret) == 0x000008, "Wrong alignment on AccelByteBlueprintsCredentials_GetOAuthClientSecret"); \ +static_assert(sizeof(AccelByteBlueprintsCredentials_GetOAuthClientSecret) == 0x000010, "Wrong size on AccelByteBlueprintsCredentials_GetOAuthClientSecret"); \ +static_assert(offsetof(AccelByteBlueprintsCredentials_GetOAuthClientSecret, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsCredentials_GetOAuthClientSecret::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsCredentials_GetUserDisplayName \ +static_assert(alignof(AccelByteBlueprintsCredentials_GetUserDisplayName) == 0x000008, "Wrong alignment on AccelByteBlueprintsCredentials_GetUserDisplayName"); \ +static_assert(sizeof(AccelByteBlueprintsCredentials_GetUserDisplayName) == 0x000010, "Wrong size on AccelByteBlueprintsCredentials_GetUserDisplayName"); \ +static_assert(offsetof(AccelByteBlueprintsCredentials_GetUserDisplayName, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsCredentials_GetUserDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsCredentials_GetUserEmailAddress \ +static_assert(alignof(AccelByteBlueprintsCredentials_GetUserEmailAddress) == 0x000008, "Wrong alignment on AccelByteBlueprintsCredentials_GetUserEmailAddress"); \ +static_assert(sizeof(AccelByteBlueprintsCredentials_GetUserEmailAddress) == 0x000010, "Wrong size on AccelByteBlueprintsCredentials_GetUserEmailAddress"); \ +static_assert(offsetof(AccelByteBlueprintsCredentials_GetUserEmailAddress, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsCredentials_GetUserEmailAddress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsCredentials_GetUserId \ +static_assert(alignof(AccelByteBlueprintsCredentials_GetUserId) == 0x000008, "Wrong alignment on AccelByteBlueprintsCredentials_GetUserId"); \ +static_assert(sizeof(AccelByteBlueprintsCredentials_GetUserId) == 0x000010, "Wrong size on AccelByteBlueprintsCredentials_GetUserId"); \ +static_assert(offsetof(AccelByteBlueprintsCredentials_GetUserId, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsCredentials_GetUserId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsCredentials_GetUserName \ +static_assert(alignof(AccelByteBlueprintsCredentials_GetUserName) == 0x000008, "Wrong alignment on AccelByteBlueprintsCredentials_GetUserName"); \ +static_assert(sizeof(AccelByteBlueprintsCredentials_GetUserName) == 0x000010, "Wrong size on AccelByteBlueprintsCredentials_GetUserName"); \ +static_assert(offsetof(AccelByteBlueprintsCredentials_GetUserName, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsCredentials_GetUserName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsCredentials_GetUserNamespace \ +static_assert(alignof(AccelByteBlueprintsCredentials_GetUserNamespace) == 0x000008, "Wrong alignment on AccelByteBlueprintsCredentials_GetUserNamespace"); \ +static_assert(sizeof(AccelByteBlueprintsCredentials_GetUserNamespace) == 0x000010, "Wrong size on AccelByteBlueprintsCredentials_GetUserNamespace"); \ +static_assert(offsetof(AccelByteBlueprintsCredentials_GetUserNamespace, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsCredentials_GetUserNamespace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsCredentials_GetUserSessionId \ +static_assert(alignof(AccelByteBlueprintsCredentials_GetUserSessionId) == 0x000008, "Wrong alignment on AccelByteBlueprintsCredentials_GetUserSessionId"); \ +static_assert(sizeof(AccelByteBlueprintsCredentials_GetUserSessionId) == 0x000010, "Wrong size on AccelByteBlueprintsCredentials_GetUserSessionId"); \ +static_assert(offsetof(AccelByteBlueprintsCredentials_GetUserSessionId, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsCredentials_GetUserSessionId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAccelByteBlueprintsCredentials \ +static_assert(alignof(UAccelByteBlueprintsCredentials) == 0x000008, "Wrong alignment on UAccelByteBlueprintsCredentials"); \ +static_assert(sizeof(UAccelByteBlueprintsCredentials) == 0x000030, "Wrong size on UAccelByteBlueprintsCredentials"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsCurrency_GetCurrencyList \ +static_assert(alignof(AccelByteBlueprintsCurrency_GetCurrencyList) == 0x000008, "Wrong alignment on AccelByteBlueprintsCurrency_GetCurrencyList"); \ +static_assert(sizeof(AccelByteBlueprintsCurrency_GetCurrencyList) == 0x000040, "Wrong size on AccelByteBlueprintsCurrency_GetCurrencyList"); \ +static_assert(offsetof(AccelByteBlueprintsCurrency_GetCurrencyList, Namespace) == 0x000000, "Member 'AccelByteBlueprintsCurrency_GetCurrencyList::Namespace' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCurrency_GetCurrencyList, OnSuccess) == 0x000010, "Member 'AccelByteBlueprintsCurrency_GetCurrencyList::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCurrency_GetCurrencyList, OnError) == 0x000024, "Member 'AccelByteBlueprintsCurrency_GetCurrencyList::OnError' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsCurrency_GetCurrencyList, CurrencyType) == 0x000038, "Member 'AccelByteBlueprintsCurrency_GetCurrencyList::CurrencyType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAccelByteBlueprintsCurrency \ +static_assert(alignof(UAccelByteBlueprintsCurrency) == 0x000008, "Wrong alignment on UAccelByteBlueprintsCurrency"); \ +static_assert(sizeof(UAccelByteBlueprintsCurrency) == 0x000030, "Wrong size on UAccelByteBlueprintsCurrency"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsEntitlement_QueryUserEntitlements \ +static_assert(alignof(AccelByteBlueprintsEntitlement_QueryUserEntitlements) == 0x000008, "Wrong alignment on AccelByteBlueprintsEntitlement_QueryUserEntitlements"); \ +static_assert(sizeof(AccelByteBlueprintsEntitlement_QueryUserEntitlements) == 0x000058, "Wrong size on AccelByteBlueprintsEntitlement_QueryUserEntitlements"); \ +static_assert(offsetof(AccelByteBlueprintsEntitlement_QueryUserEntitlements, EntitlementName) == 0x000000, "Member 'AccelByteBlueprintsEntitlement_QueryUserEntitlements::EntitlementName' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsEntitlement_QueryUserEntitlements, ItemId) == 0x000010, "Member 'AccelByteBlueprintsEntitlement_QueryUserEntitlements::ItemId' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsEntitlement_QueryUserEntitlements, Page) == 0x000020, "Member 'AccelByteBlueprintsEntitlement_QueryUserEntitlements::Page' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsEntitlement_QueryUserEntitlements, Size) == 0x000024, "Member 'AccelByteBlueprintsEntitlement_QueryUserEntitlements::Size' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsEntitlement_QueryUserEntitlements, OnSuccess) == 0x000028, "Member 'AccelByteBlueprintsEntitlement_QueryUserEntitlements::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsEntitlement_QueryUserEntitlements, OnError) == 0x00003C, "Member 'AccelByteBlueprintsEntitlement_QueryUserEntitlements::OnError' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsEntitlement_QueryUserEntitlements, EntitlementClass) == 0x000050, "Member 'AccelByteBlueprintsEntitlement_QueryUserEntitlements::EntitlementClass' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsEntitlement_QueryUserEntitlements, AppType) == 0x000051, "Member 'AccelByteBlueprintsEntitlement_QueryUserEntitlements::AppType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsEntitlement_QueryUserEntitlementsMany \ +static_assert(alignof(AccelByteBlueprintsEntitlement_QueryUserEntitlementsMany) == 0x000008, "Wrong alignment on AccelByteBlueprintsEntitlement_QueryUserEntitlementsMany"); \ +static_assert(sizeof(AccelByteBlueprintsEntitlement_QueryUserEntitlementsMany) == 0x000058, "Wrong size on AccelByteBlueprintsEntitlement_QueryUserEntitlementsMany"); \ +static_assert(offsetof(AccelByteBlueprintsEntitlement_QueryUserEntitlementsMany, EntitlementName) == 0x000000, "Member 'AccelByteBlueprintsEntitlement_QueryUserEntitlementsMany::EntitlementName' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsEntitlement_QueryUserEntitlementsMany, ItemIds) == 0x000010, "Member 'AccelByteBlueprintsEntitlement_QueryUserEntitlementsMany::ItemIds' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsEntitlement_QueryUserEntitlementsMany, Page) == 0x000020, "Member 'AccelByteBlueprintsEntitlement_QueryUserEntitlementsMany::Page' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsEntitlement_QueryUserEntitlementsMany, Size) == 0x000024, "Member 'AccelByteBlueprintsEntitlement_QueryUserEntitlementsMany::Size' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsEntitlement_QueryUserEntitlementsMany, OnSuccess) == 0x000028, "Member 'AccelByteBlueprintsEntitlement_QueryUserEntitlementsMany::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsEntitlement_QueryUserEntitlementsMany, OnError) == 0x00003C, "Member 'AccelByteBlueprintsEntitlement_QueryUserEntitlementsMany::OnError' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsEntitlement_QueryUserEntitlementsMany, EntitlementClass) == 0x000050, "Member 'AccelByteBlueprintsEntitlement_QueryUserEntitlementsMany::EntitlementClass' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsEntitlement_QueryUserEntitlementsMany, AppType) == 0x000051, "Member 'AccelByteBlueprintsEntitlement_QueryUserEntitlementsMany::AppType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAccelByteBlueprintsEntitlement \ +static_assert(alignof(UAccelByteBlueprintsEntitlement) == 0x000008, "Wrong alignment on UAccelByteBlueprintsEntitlement"); \ +static_assert(sizeof(UAccelByteBlueprintsEntitlement) == 0x000030, "Wrong size on UAccelByteBlueprintsEntitlement"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsGameProfile_BatchGetPublicGameProfiles \ +static_assert(alignof(AccelByteBlueprintsGameProfile_BatchGetPublicGameProfiles) == 0x000008, "Wrong alignment on AccelByteBlueprintsGameProfile_BatchGetPublicGameProfiles"); \ +static_assert(sizeof(AccelByteBlueprintsGameProfile_BatchGetPublicGameProfiles) == 0x000038, "Wrong size on AccelByteBlueprintsGameProfile_BatchGetPublicGameProfiles"); \ +static_assert(offsetof(AccelByteBlueprintsGameProfile_BatchGetPublicGameProfiles, UserIds) == 0x000000, "Member 'AccelByteBlueprintsGameProfile_BatchGetPublicGameProfiles::UserIds' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGameProfile_BatchGetPublicGameProfiles, OnSuccess) == 0x000010, "Member 'AccelByteBlueprintsGameProfile_BatchGetPublicGameProfiles::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGameProfile_BatchGetPublicGameProfiles, OnError) == 0x000024, "Member 'AccelByteBlueprintsGameProfile_BatchGetPublicGameProfiles::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsGameProfile_CreateGameProfile \ +static_assert(alignof(AccelByteBlueprintsGameProfile_CreateGameProfile) == 0x000008, "Wrong alignment on AccelByteBlueprintsGameProfile_CreateGameProfile"); \ +static_assert(sizeof(AccelByteBlueprintsGameProfile_CreateGameProfile) == 0x0000B8, "Wrong size on AccelByteBlueprintsGameProfile_CreateGameProfile"); \ +static_assert(offsetof(AccelByteBlueprintsGameProfile_CreateGameProfile, GameProfileRequest) == 0x000000, "Member 'AccelByteBlueprintsGameProfile_CreateGameProfile::GameProfileRequest' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGameProfile_CreateGameProfile, OnSuccess) == 0x000090, "Member 'AccelByteBlueprintsGameProfile_CreateGameProfile::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGameProfile_CreateGameProfile, OnError) == 0x0000A4, "Member 'AccelByteBlueprintsGameProfile_CreateGameProfile::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsGameProfile_DeleteGameProfile \ +static_assert(alignof(AccelByteBlueprintsGameProfile_DeleteGameProfile) == 0x000008, "Wrong alignment on AccelByteBlueprintsGameProfile_DeleteGameProfile"); \ +static_assert(sizeof(AccelByteBlueprintsGameProfile_DeleteGameProfile) == 0x000038, "Wrong size on AccelByteBlueprintsGameProfile_DeleteGameProfile"); \ +static_assert(offsetof(AccelByteBlueprintsGameProfile_DeleteGameProfile, ProfileId) == 0x000000, "Member 'AccelByteBlueprintsGameProfile_DeleteGameProfile::ProfileId' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGameProfile_DeleteGameProfile, OnSuccess) == 0x000010, "Member 'AccelByteBlueprintsGameProfile_DeleteGameProfile::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGameProfile_DeleteGameProfile, OnError) == 0x000024, "Member 'AccelByteBlueprintsGameProfile_DeleteGameProfile::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsGameProfile_GetAllGameProfiles \ +static_assert(alignof(AccelByteBlueprintsGameProfile_GetAllGameProfiles) == 0x000004, "Wrong alignment on AccelByteBlueprintsGameProfile_GetAllGameProfiles"); \ +static_assert(sizeof(AccelByteBlueprintsGameProfile_GetAllGameProfiles) == 0x000028, "Wrong size on AccelByteBlueprintsGameProfile_GetAllGameProfiles"); \ +static_assert(offsetof(AccelByteBlueprintsGameProfile_GetAllGameProfiles, OnSuccess) == 0x000000, "Member 'AccelByteBlueprintsGameProfile_GetAllGameProfiles::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGameProfile_GetAllGameProfiles, OnError) == 0x000014, "Member 'AccelByteBlueprintsGameProfile_GetAllGameProfiles::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsGameProfile_GetGameProfile \ +static_assert(alignof(AccelByteBlueprintsGameProfile_GetGameProfile) == 0x000008, "Wrong alignment on AccelByteBlueprintsGameProfile_GetGameProfile"); \ +static_assert(sizeof(AccelByteBlueprintsGameProfile_GetGameProfile) == 0x000038, "Wrong size on AccelByteBlueprintsGameProfile_GetGameProfile"); \ +static_assert(offsetof(AccelByteBlueprintsGameProfile_GetGameProfile, ProfileId) == 0x000000, "Member 'AccelByteBlueprintsGameProfile_GetGameProfile::ProfileId' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGameProfile_GetGameProfile, OnSuccess) == 0x000010, "Member 'AccelByteBlueprintsGameProfile_GetGameProfile::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGameProfile_GetGameProfile, OnError) == 0x000024, "Member 'AccelByteBlueprintsGameProfile_GetGameProfile::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsGameProfile_GetGameProfileAttribute \ +static_assert(alignof(AccelByteBlueprintsGameProfile_GetGameProfileAttribute) == 0x000008, "Wrong alignment on AccelByteBlueprintsGameProfile_GetGameProfileAttribute"); \ +static_assert(sizeof(AccelByteBlueprintsGameProfile_GetGameProfileAttribute) == 0x000048, "Wrong size on AccelByteBlueprintsGameProfile_GetGameProfileAttribute"); \ +static_assert(offsetof(AccelByteBlueprintsGameProfile_GetGameProfileAttribute, ProfileId) == 0x000000, "Member 'AccelByteBlueprintsGameProfile_GetGameProfileAttribute::ProfileId' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGameProfile_GetGameProfileAttribute, AttributeName) == 0x000010, "Member 'AccelByteBlueprintsGameProfile_GetGameProfileAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGameProfile_GetGameProfileAttribute, OnSuccess) == 0x000020, "Member 'AccelByteBlueprintsGameProfile_GetGameProfileAttribute::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGameProfile_GetGameProfileAttribute, OnError) == 0x000034, "Member 'AccelByteBlueprintsGameProfile_GetGameProfileAttribute::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsGameProfile_UpdateGameProfile \ +static_assert(alignof(AccelByteBlueprintsGameProfile_UpdateGameProfile) == 0x000008, "Wrong alignment on AccelByteBlueprintsGameProfile_UpdateGameProfile"); \ +static_assert(sizeof(AccelByteBlueprintsGameProfile_UpdateGameProfile) == 0x0000C8, "Wrong size on AccelByteBlueprintsGameProfile_UpdateGameProfile"); \ +static_assert(offsetof(AccelByteBlueprintsGameProfile_UpdateGameProfile, ProfileId) == 0x000000, "Member 'AccelByteBlueprintsGameProfile_UpdateGameProfile::ProfileId' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGameProfile_UpdateGameProfile, GameProfileRequest) == 0x000010, "Member 'AccelByteBlueprintsGameProfile_UpdateGameProfile::GameProfileRequest' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGameProfile_UpdateGameProfile, OnSuccess) == 0x0000A0, "Member 'AccelByteBlueprintsGameProfile_UpdateGameProfile::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGameProfile_UpdateGameProfile, OnError) == 0x0000B4, "Member 'AccelByteBlueprintsGameProfile_UpdateGameProfile::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsGameProfile_UpdateGameProfileAttribute \ +static_assert(alignof(AccelByteBlueprintsGameProfile_UpdateGameProfileAttribute) == 0x000008, "Wrong alignment on AccelByteBlueprintsGameProfile_UpdateGameProfileAttribute"); \ +static_assert(sizeof(AccelByteBlueprintsGameProfile_UpdateGameProfileAttribute) == 0x000058, "Wrong size on AccelByteBlueprintsGameProfile_UpdateGameProfileAttribute"); \ +static_assert(offsetof(AccelByteBlueprintsGameProfile_UpdateGameProfileAttribute, ProfileId) == 0x000000, "Member 'AccelByteBlueprintsGameProfile_UpdateGameProfileAttribute::ProfileId' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGameProfile_UpdateGameProfileAttribute, Attribute) == 0x000010, "Member 'AccelByteBlueprintsGameProfile_UpdateGameProfileAttribute::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGameProfile_UpdateGameProfileAttribute, OnSuccess) == 0x000030, "Member 'AccelByteBlueprintsGameProfile_UpdateGameProfileAttribute::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGameProfile_UpdateGameProfileAttribute, OnError) == 0x000044, "Member 'AccelByteBlueprintsGameProfile_UpdateGameProfileAttribute::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAccelByteBlueprintsGameProfile \ +static_assert(alignof(UAccelByteBlueprintsGameProfile) == 0x000008, "Wrong alignment on UAccelByteBlueprintsGameProfile"); \ +static_assert(sizeof(UAccelByteBlueprintsGameProfile) == 0x000030, "Wrong size on UAccelByteBlueprintsGameProfile"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsGroup_CreateGroup \ +static_assert(alignof(AccelByteBlueprintsGroup_CreateGroup) == 0x000008, "Wrong alignment on AccelByteBlueprintsGroup_CreateGroup"); \ +static_assert(sizeof(AccelByteBlueprintsGroup_CreateGroup) == 0x0000D8, "Wrong size on AccelByteBlueprintsGroup_CreateGroup"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_CreateGroup, RequestContent) == 0x000000, "Member 'AccelByteBlueprintsGroup_CreateGroup::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_CreateGroup, OnSuccess) == 0x0000B0, "Member 'AccelByteBlueprintsGroup_CreateGroup::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_CreateGroup, OnError) == 0x0000C4, "Member 'AccelByteBlueprintsGroup_CreateGroup::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsGroup_DeleteGroup \ +static_assert(alignof(AccelByteBlueprintsGroup_DeleteGroup) == 0x000008, "Wrong alignment on AccelByteBlueprintsGroup_DeleteGroup"); \ +static_assert(sizeof(AccelByteBlueprintsGroup_DeleteGroup) == 0x000038, "Wrong size on AccelByteBlueprintsGroup_DeleteGroup"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_DeleteGroup, GroupId) == 0x000000, "Member 'AccelByteBlueprintsGroup_DeleteGroup::GroupId' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_DeleteGroup, OnSuccess) == 0x000010, "Member 'AccelByteBlueprintsGroup_DeleteGroup::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_DeleteGroup, OnError) == 0x000024, "Member 'AccelByteBlueprintsGroup_DeleteGroup::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsGroup_DeleteGroupPredefinedRule \ +static_assert(alignof(AccelByteBlueprintsGroup_DeleteGroupPredefinedRule) == 0x000008, "Wrong alignment on AccelByteBlueprintsGroup_DeleteGroupPredefinedRule"); \ +static_assert(sizeof(AccelByteBlueprintsGroup_DeleteGroupPredefinedRule) == 0x000040, "Wrong size on AccelByteBlueprintsGroup_DeleteGroupPredefinedRule"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_DeleteGroupPredefinedRule, GroupId) == 0x000000, "Member 'AccelByteBlueprintsGroup_DeleteGroupPredefinedRule::GroupId' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_DeleteGroupPredefinedRule, AllowedAction) == 0x000010, "Member 'AccelByteBlueprintsGroup_DeleteGroupPredefinedRule::AllowedAction' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_DeleteGroupPredefinedRule, OnSuccess) == 0x000014, "Member 'AccelByteBlueprintsGroup_DeleteGroupPredefinedRule::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_DeleteGroupPredefinedRule, OnError) == 0x000028, "Member 'AccelByteBlueprintsGroup_DeleteGroupPredefinedRule::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsGroup_GetGroup \ +static_assert(alignof(AccelByteBlueprintsGroup_GetGroup) == 0x000008, "Wrong alignment on AccelByteBlueprintsGroup_GetGroup"); \ +static_assert(sizeof(AccelByteBlueprintsGroup_GetGroup) == 0x000038, "Wrong size on AccelByteBlueprintsGroup_GetGroup"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_GetGroup, GroupId) == 0x000000, "Member 'AccelByteBlueprintsGroup_GetGroup::GroupId' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_GetGroup, OnSuccess) == 0x000010, "Member 'AccelByteBlueprintsGroup_GetGroup::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_GetGroup, OnError) == 0x000024, "Member 'AccelByteBlueprintsGroup_GetGroup::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsGroup_GetGroupList \ +static_assert(alignof(AccelByteBlueprintsGroup_GetGroupList) == 0x000008, "Wrong alignment on AccelByteBlueprintsGroup_GetGroupList"); \ +static_assert(sizeof(AccelByteBlueprintsGroup_GetGroupList) == 0x000050, "Wrong size on AccelByteBlueprintsGroup_GetGroupList"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_GetGroupList, RequestContent) == 0x000000, "Member 'AccelByteBlueprintsGroup_GetGroupList::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_GetGroupList, OnSuccess) == 0x000028, "Member 'AccelByteBlueprintsGroup_GetGroupList::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_GetGroupList, OnError) == 0x00003C, "Member 'AccelByteBlueprintsGroup_GetGroupList::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsGroup_UpdateGroup \ +static_assert(alignof(AccelByteBlueprintsGroup_UpdateGroup) == 0x000008, "Wrong alignment on AccelByteBlueprintsGroup_UpdateGroup"); \ +static_assert(sizeof(AccelByteBlueprintsGroup_UpdateGroup) == 0x0000A8, "Wrong size on AccelByteBlueprintsGroup_UpdateGroup"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_UpdateGroup, GroupId) == 0x000000, "Member 'AccelByteBlueprintsGroup_UpdateGroup::GroupId' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_UpdateGroup, bCompletelyReplace) == 0x000010, "Member 'AccelByteBlueprintsGroup_UpdateGroup::bCompletelyReplace' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_UpdateGroup, RequestContent) == 0x000018, "Member 'AccelByteBlueprintsGroup_UpdateGroup::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_UpdateGroup, OnSuccess) == 0x000080, "Member 'AccelByteBlueprintsGroup_UpdateGroup::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_UpdateGroup, OnError) == 0x000094, "Member 'AccelByteBlueprintsGroup_UpdateGroup::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsGroup_UpdateGroupCustomAttributes \ +static_assert(alignof(AccelByteBlueprintsGroup_UpdateGroupCustomAttributes) == 0x000008, "Wrong alignment on AccelByteBlueprintsGroup_UpdateGroupCustomAttributes"); \ +static_assert(sizeof(AccelByteBlueprintsGroup_UpdateGroupCustomAttributes) == 0x000058, "Wrong size on AccelByteBlueprintsGroup_UpdateGroupCustomAttributes"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_UpdateGroupCustomAttributes, GroupId) == 0x000000, "Member 'AccelByteBlueprintsGroup_UpdateGroupCustomAttributes::GroupId' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_UpdateGroupCustomAttributes, RequestContent) == 0x000010, "Member 'AccelByteBlueprintsGroup_UpdateGroupCustomAttributes::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_UpdateGroupCustomAttributes, OnSuccess) == 0x000030, "Member 'AccelByteBlueprintsGroup_UpdateGroupCustomAttributes::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_UpdateGroupCustomAttributes, OnError) == 0x000044, "Member 'AccelByteBlueprintsGroup_UpdateGroupCustomAttributes::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsGroup_UpdateGroupCustomRule \ +static_assert(alignof(AccelByteBlueprintsGroup_UpdateGroupCustomRule) == 0x000008, "Wrong alignment on AccelByteBlueprintsGroup_UpdateGroupCustomRule"); \ +static_assert(sizeof(AccelByteBlueprintsGroup_UpdateGroupCustomRule) == 0x000058, "Wrong size on AccelByteBlueprintsGroup_UpdateGroupCustomRule"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_UpdateGroupCustomRule, GroupId) == 0x000000, "Member 'AccelByteBlueprintsGroup_UpdateGroupCustomRule::GroupId' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_UpdateGroupCustomRule, RequestContent) == 0x000010, "Member 'AccelByteBlueprintsGroup_UpdateGroupCustomRule::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_UpdateGroupCustomRule, OnSuccess) == 0x000030, "Member 'AccelByteBlueprintsGroup_UpdateGroupCustomRule::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_UpdateGroupCustomRule, OnError) == 0x000044, "Member 'AccelByteBlueprintsGroup_UpdateGroupCustomRule::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsGroup_UpdateGroupPredefinedRule \ +static_assert(alignof(AccelByteBlueprintsGroup_UpdateGroupPredefinedRule) == 0x000008, "Wrong alignment on AccelByteBlueprintsGroup_UpdateGroupPredefinedRule"); \ +static_assert(sizeof(AccelByteBlueprintsGroup_UpdateGroupPredefinedRule) == 0x000050, "Wrong size on AccelByteBlueprintsGroup_UpdateGroupPredefinedRule"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_UpdateGroupPredefinedRule, GroupId) == 0x000000, "Member 'AccelByteBlueprintsGroup_UpdateGroupPredefinedRule::GroupId' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_UpdateGroupPredefinedRule, AllowedAction) == 0x000010, "Member 'AccelByteBlueprintsGroup_UpdateGroupPredefinedRule::AllowedAction' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_UpdateGroupPredefinedRule, RequestContent) == 0x000018, "Member 'AccelByteBlueprintsGroup_UpdateGroupPredefinedRule::RequestContent' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_UpdateGroupPredefinedRule, OnSuccess) == 0x000028, "Member 'AccelByteBlueprintsGroup_UpdateGroupPredefinedRule::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsGroup_UpdateGroupPredefinedRule, OnError) == 0x00003C, "Member 'AccelByteBlueprintsGroup_UpdateGroupPredefinedRule::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAccelByteBlueprintsGroup \ +static_assert(alignof(UAccelByteBlueprintsGroup) == 0x000008, "Wrong alignment on UAccelByteBlueprintsGroup"); \ +static_assert(sizeof(UAccelByteBlueprintsGroup) == 0x000030, "Wrong size on UAccelByteBlueprintsGroup"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsItem_GetItemById \ +static_assert(alignof(AccelByteBlueprintsItem_GetItemById) == 0x000008, "Wrong alignment on AccelByteBlueprintsItem_GetItemById"); \ +static_assert(sizeof(AccelByteBlueprintsItem_GetItemById) == 0x000058, "Wrong size on AccelByteBlueprintsItem_GetItemById"); \ +static_assert(offsetof(AccelByteBlueprintsItem_GetItemById, ItemId) == 0x000000, "Member 'AccelByteBlueprintsItem_GetItemById::ItemId' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsItem_GetItemById, Region) == 0x000010, "Member 'AccelByteBlueprintsItem_GetItemById::Region' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsItem_GetItemById, Language) == 0x000020, "Member 'AccelByteBlueprintsItem_GetItemById::Language' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsItem_GetItemById, OnSuccess) == 0x000030, "Member 'AccelByteBlueprintsItem_GetItemById::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsItem_GetItemById, OnError) == 0x000044, "Member 'AccelByteBlueprintsItem_GetItemById::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsItem_GetItemsByCriteria \ +static_assert(alignof(AccelByteBlueprintsItem_GetItemsByCriteria) == 0x000008, "Wrong alignment on AccelByteBlueprintsItem_GetItemsByCriteria"); \ +static_assert(sizeof(AccelByteBlueprintsItem_GetItemsByCriteria) == 0x0000D0, "Wrong size on AccelByteBlueprintsItem_GetItemsByCriteria"); \ +static_assert(offsetof(AccelByteBlueprintsItem_GetItemsByCriteria, ItemCriteria) == 0x000000, "Member 'AccelByteBlueprintsItem_GetItemsByCriteria::ItemCriteria' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsItem_GetItemsByCriteria, Offset) == 0x000090, "Member 'AccelByteBlueprintsItem_GetItemsByCriteria::Offset' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsItem_GetItemsByCriteria, Limit) == 0x000094, "Member 'AccelByteBlueprintsItem_GetItemsByCriteria::Limit' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsItem_GetItemsByCriteria, SortBy) == 0x000098, "Member 'AccelByteBlueprintsItem_GetItemsByCriteria::SortBy' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsItem_GetItemsByCriteria, OnSuccess) == 0x0000A8, "Member 'AccelByteBlueprintsItem_GetItemsByCriteria::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsItem_GetItemsByCriteria, OnError) == 0x0000BC, "Member 'AccelByteBlueprintsItem_GetItemsByCriteria::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsItem_SearchItem \ +static_assert(alignof(AccelByteBlueprintsItem_SearchItem) == 0x000008, "Wrong alignment on AccelByteBlueprintsItem_SearchItem"); \ +static_assert(sizeof(AccelByteBlueprintsItem_SearchItem) == 0x000060, "Wrong size on AccelByteBlueprintsItem_SearchItem"); \ +static_assert(offsetof(AccelByteBlueprintsItem_SearchItem, Language) == 0x000000, "Member 'AccelByteBlueprintsItem_SearchItem::Language' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsItem_SearchItem, Keyword) == 0x000010, "Member 'AccelByteBlueprintsItem_SearchItem::Keyword' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsItem_SearchItem, Page) == 0x000020, "Member 'AccelByteBlueprintsItem_SearchItem::Page' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsItem_SearchItem, Size) == 0x000024, "Member 'AccelByteBlueprintsItem_SearchItem::Size' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsItem_SearchItem, Region) == 0x000028, "Member 'AccelByteBlueprintsItem_SearchItem::Region' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsItem_SearchItem, OnSuccess) == 0x000038, "Member 'AccelByteBlueprintsItem_SearchItem::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsItem_SearchItem, OnError) == 0x00004C, "Member 'AccelByteBlueprintsItem_SearchItem::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsItem_GetItemByAppId \ +static_assert(alignof(AccelByteBlueprintsItem_GetItemByAppId) == 0x000008, "Wrong alignment on AccelByteBlueprintsItem_GetItemByAppId"); \ +static_assert(sizeof(AccelByteBlueprintsItem_GetItemByAppId) == 0x000058, "Wrong size on AccelByteBlueprintsItem_GetItemByAppId"); \ +static_assert(offsetof(AccelByteBlueprintsItem_GetItemByAppId, AppId) == 0x000000, "Member 'AccelByteBlueprintsItem_GetItemByAppId::AppId' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsItem_GetItemByAppId, Region) == 0x000010, "Member 'AccelByteBlueprintsItem_GetItemByAppId::Region' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsItem_GetItemByAppId, Language) == 0x000020, "Member 'AccelByteBlueprintsItem_GetItemByAppId::Language' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsItem_GetItemByAppId, OnSuccess) == 0x000030, "Member 'AccelByteBlueprintsItem_GetItemByAppId::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsItem_GetItemByAppId, OnError) == 0x000044, "Member 'AccelByteBlueprintsItem_GetItemByAppId::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAccelByteBlueprintsItem \ +static_assert(alignof(UAccelByteBlueprintsItem) == 0x000008, "Wrong alignment on UAccelByteBlueprintsItem"); \ +static_assert(sizeof(UAccelByteBlueprintsItem) == 0x000030, "Wrong size on UAccelByteBlueprintsItem"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_AcceptFriend \ +static_assert(alignof(AccelByteBlueprintsLobby_AcceptFriend) == 0x000008, "Wrong alignment on AccelByteBlueprintsLobby_AcceptFriend"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_AcceptFriend) == 0x000010, "Wrong size on AccelByteBlueprintsLobby_AcceptFriend"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_AcceptFriend, UserId) == 0x000000, "Member 'AccelByteBlueprintsLobby_AcceptFriend::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_BindEvent \ +static_assert(alignof(AccelByteBlueprintsLobby_BindEvent) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_BindEvent"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_BindEvent) == 0x0001A4, "Wrong size on AccelByteBlueprintsLobby_BindEvent"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_BindEvent, OnConnectSuccess) == 0x000000, "Member 'AccelByteBlueprintsLobby_BindEvent::OnConnectSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_BindEvent, OnConnectError) == 0x000014, "Member 'AccelByteBlueprintsLobby_BindEvent::OnConnectError' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_BindEvent, OnConnectionClosed) == 0x000028, "Member 'AccelByteBlueprintsLobby_BindEvent::OnConnectionClosed' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_BindEvent, OnLeavePartyNotice) == 0x00003C, "Member 'AccelByteBlueprintsLobby_BindEvent::OnLeavePartyNotice' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_BindEvent, OnInvitePartyInvitationNotice) == 0x000050, "Member 'AccelByteBlueprintsLobby_BindEvent::OnInvitePartyInvitationNotice' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_BindEvent, OnInvitePartyGetInvitedNotice) == 0x000064, "Member 'AccelByteBlueprintsLobby_BindEvent::OnInvitePartyGetInvitedNotice' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_BindEvent, OnInvitePartyJoinNotice) == 0x000078, "Member 'AccelByteBlueprintsLobby_BindEvent::OnInvitePartyJoinNotice' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_BindEvent, OnInvitePartyKickedNotice) == 0x00008C, "Member 'AccelByteBlueprintsLobby_BindEvent::OnInvitePartyKickedNotice' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_BindEvent, OnPartyConnectNotice) == 0x0000A0, "Member 'AccelByteBlueprintsLobby_BindEvent::OnPartyConnectNotice' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_BindEvent, OnPartyDisconnectNotice) == 0x0000B4, "Member 'AccelByteBlueprintsLobby_BindEvent::OnPartyDisconnectNotice' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_BindEvent, OnPrivateMessageNotice) == 0x0000C8, "Member 'AccelByteBlueprintsLobby_BindEvent::OnPrivateMessageNotice' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_BindEvent, OnPartyMessageNotice) == 0x0000DC, "Member 'AccelByteBlueprintsLobby_BindEvent::OnPartyMessageNotice' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_BindEvent, OnUserPresenceNotice) == 0x0000F0, "Member 'AccelByteBlueprintsLobby_BindEvent::OnUserPresenceNotice' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_BindEvent, OnNotificationMessage) == 0x000104, "Member 'AccelByteBlueprintsLobby_BindEvent::OnNotificationMessage' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_BindEvent, OnMatchmakingNotice) == 0x000118, "Member 'AccelByteBlueprintsLobby_BindEvent::OnMatchmakingNotice' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_BindEvent, OnReadyConsentNotice) == 0x00012C, "Member 'AccelByteBlueprintsLobby_BindEvent::OnReadyConsentNotice' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_BindEvent, OnRematchmakingNotice) == 0x000140, "Member 'AccelByteBlueprintsLobby_BindEvent::OnRematchmakingNotice' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_BindEvent, OnDsNotice) == 0x000154, "Member 'AccelByteBlueprintsLobby_BindEvent::OnDsNotice' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_BindEvent, OnAcceptFriendsNotifDelegate) == 0x000168, "Member 'AccelByteBlueprintsLobby_BindEvent::OnAcceptFriendsNotifDelegate' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_BindEvent, OnRequestFriendsNotifDelegate) == 0x00017C, "Member 'AccelByteBlueprintsLobby_BindEvent::OnRequestFriendsNotifDelegate' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_BindEvent, OnParsingError) == 0x000190, "Member 'AccelByteBlueprintsLobby_BindEvent::OnParsingError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_CancelFriendRequest \ +static_assert(alignof(AccelByteBlueprintsLobby_CancelFriendRequest) == 0x000008, "Wrong alignment on AccelByteBlueprintsLobby_CancelFriendRequest"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_CancelFriendRequest) == 0x000010, "Wrong size on AccelByteBlueprintsLobby_CancelFriendRequest"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_CancelFriendRequest, UserId) == 0x000000, "Member 'AccelByteBlueprintsLobby_CancelFriendRequest::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_GetFriendshipStatus \ +static_assert(alignof(AccelByteBlueprintsLobby_GetFriendshipStatus) == 0x000008, "Wrong alignment on AccelByteBlueprintsLobby_GetFriendshipStatus"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_GetFriendshipStatus) == 0x000010, "Wrong size on AccelByteBlueprintsLobby_GetFriendshipStatus"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_GetFriendshipStatus, UserId) == 0x000000, "Member 'AccelByteBlueprintsLobby_GetFriendshipStatus::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_IsConnected \ +static_assert(alignof(AccelByteBlueprintsLobby_IsConnected) == 0x000001, "Wrong alignment on AccelByteBlueprintsLobby_IsConnected"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_IsConnected) == 0x000001, "Wrong size on AccelByteBlueprintsLobby_IsConnected"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_IsConnected, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsLobby_IsConnected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_RejectFriend \ +static_assert(alignof(AccelByteBlueprintsLobby_RejectFriend) == 0x000008, "Wrong alignment on AccelByteBlueprintsLobby_RejectFriend"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_RejectFriend) == 0x000010, "Wrong size on AccelByteBlueprintsLobby_RejectFriend"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_RejectFriend, UserId) == 0x000000, "Member 'AccelByteBlueprintsLobby_RejectFriend::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_RequestFriend \ +static_assert(alignof(AccelByteBlueprintsLobby_RequestFriend) == 0x000008, "Wrong alignment on AccelByteBlueprintsLobby_RequestFriend"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_RequestFriend) == 0x000010, "Wrong size on AccelByteBlueprintsLobby_RequestFriend"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_RequestFriend, UserId) == 0x000000, "Member 'AccelByteBlueprintsLobby_RequestFriend::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SendAcceptInvitationRequest \ +static_assert(alignof(AccelByteBlueprintsLobby_SendAcceptInvitationRequest) == 0x000008, "Wrong alignment on AccelByteBlueprintsLobby_SendAcceptInvitationRequest"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SendAcceptInvitationRequest) == 0x000020, "Wrong size on AccelByteBlueprintsLobby_SendAcceptInvitationRequest"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SendAcceptInvitationRequest, PartyId) == 0x000000, "Member 'AccelByteBlueprintsLobby_SendAcceptInvitationRequest::PartyId' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SendAcceptInvitationRequest, InvitationToken) == 0x000010, "Member 'AccelByteBlueprintsLobby_SendAcceptInvitationRequest::InvitationToken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SendCancelMatchmaking \ +static_assert(alignof(AccelByteBlueprintsLobby_SendCancelMatchmaking) == 0x000008, "Wrong alignment on AccelByteBlueprintsLobby_SendCancelMatchmaking"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SendCancelMatchmaking) == 0x000010, "Wrong size on AccelByteBlueprintsLobby_SendCancelMatchmaking"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SendCancelMatchmaking, GameMode) == 0x000000, "Member 'AccelByteBlueprintsLobby_SendCancelMatchmaking::GameMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SendInviteToPartyRequest \ +static_assert(alignof(AccelByteBlueprintsLobby_SendInviteToPartyRequest) == 0x000008, "Wrong alignment on AccelByteBlueprintsLobby_SendInviteToPartyRequest"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SendInviteToPartyRequest) == 0x000010, "Wrong size on AccelByteBlueprintsLobby_SendInviteToPartyRequest"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SendInviteToPartyRequest, UserId) == 0x000000, "Member 'AccelByteBlueprintsLobby_SendInviteToPartyRequest::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SendKickPartyMemberRequest \ +static_assert(alignof(AccelByteBlueprintsLobby_SendKickPartyMemberRequest) == 0x000008, "Wrong alignment on AccelByteBlueprintsLobby_SendKickPartyMemberRequest"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SendKickPartyMemberRequest) == 0x000010, "Wrong size on AccelByteBlueprintsLobby_SendKickPartyMemberRequest"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SendKickPartyMemberRequest, UserId) == 0x000000, "Member 'AccelByteBlueprintsLobby_SendKickPartyMemberRequest::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SendPartyMessage \ +static_assert(alignof(AccelByteBlueprintsLobby_SendPartyMessage) == 0x000008, "Wrong alignment on AccelByteBlueprintsLobby_SendPartyMessage"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SendPartyMessage) == 0x000010, "Wrong size on AccelByteBlueprintsLobby_SendPartyMessage"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SendPartyMessage, Message) == 0x000000, "Member 'AccelByteBlueprintsLobby_SendPartyMessage::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SendPrivateMessage \ +static_assert(alignof(AccelByteBlueprintsLobby_SendPrivateMessage) == 0x000008, "Wrong alignment on AccelByteBlueprintsLobby_SendPrivateMessage"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SendPrivateMessage) == 0x000020, "Wrong size on AccelByteBlueprintsLobby_SendPrivateMessage"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SendPrivateMessage, UserId) == 0x000000, "Member 'AccelByteBlueprintsLobby_SendPrivateMessage::UserId' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SendPrivateMessage, Message) == 0x000010, "Member 'AccelByteBlueprintsLobby_SendPrivateMessage::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SendReadyConsentRequest \ +static_assert(alignof(AccelByteBlueprintsLobby_SendReadyConsentRequest) == 0x000008, "Wrong alignment on AccelByteBlueprintsLobby_SendReadyConsentRequest"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SendReadyConsentRequest) == 0x000010, "Wrong size on AccelByteBlueprintsLobby_SendReadyConsentRequest"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SendReadyConsentRequest, MatchId) == 0x000000, "Member 'AccelByteBlueprintsLobby_SendReadyConsentRequest::MatchId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SendRejectConsentRequest \ +static_assert(alignof(AccelByteBlueprintsLobby_SendRejectConsentRequest) == 0x000008, "Wrong alignment on AccelByteBlueprintsLobby_SendRejectConsentRequest"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SendRejectConsentRequest) == 0x000010, "Wrong size on AccelByteBlueprintsLobby_SendRejectConsentRequest"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SendRejectConsentRequest, MatchId) == 0x000000, "Member 'AccelByteBlueprintsLobby_SendRejectConsentRequest::MatchId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SendStartMatchmaking \ +static_assert(alignof(AccelByteBlueprintsLobby_SendStartMatchmaking) == 0x000008, "Wrong alignment on AccelByteBlueprintsLobby_SendStartMatchmaking"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SendStartMatchmaking) == 0x000010, "Wrong size on AccelByteBlueprintsLobby_SendStartMatchmaking"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SendStartMatchmaking, GameMode) == 0x000000, "Member 'AccelByteBlueprintsLobby_SendStartMatchmaking::GameMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetAcceptFriendResponseDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetAcceptFriendResponseDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetAcceptFriendResponseDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetAcceptFriendResponseDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetAcceptFriendResponseDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetAcceptFriendResponseDelegate, OnAcceptFriendsResponse) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetAcceptFriendResponseDelegate::OnAcceptFriendsResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetCancelFriendRequestResponseDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetCancelFriendRequestResponseDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetCancelFriendRequestResponseDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetCancelFriendRequestResponseDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetCancelFriendRequestResponseDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetCancelFriendRequestResponseDelegate, OnCancelFriendsResponse) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetCancelFriendRequestResponseDelegate::OnCancelFriendsResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetCancelMatchmakingResponseDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetCancelMatchmakingResponseDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetCancelMatchmakingResponseDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetCancelMatchmakingResponseDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetCancelMatchmakingResponseDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetCancelMatchmakingResponseDelegate, OnMatchmakingCancel) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetCancelMatchmakingResponseDelegate::OnMatchmakingCancel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetCreatePartyResponseDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetCreatePartyResponseDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetCreatePartyResponseDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetCreatePartyResponseDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetCreatePartyResponseDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetCreatePartyResponseDelegate, OnCreatePartyResponse) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetCreatePartyResponseDelegate::OnCreatePartyResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetDsNotifDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetDsNotifDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetDsNotifDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetDsNotifDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetDsNotifDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetDsNotifDelegate, OnDsNotice) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetDsNotifDelegate::OnDsNotice' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetGetAllUserPresenceResponseDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetGetAllUserPresenceResponseDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetGetAllUserPresenceResponseDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetGetAllUserPresenceResponseDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetGetAllUserPresenceResponseDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetGetAllUserPresenceResponseDelegate, OnGetAllUserPresenceResponse) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetGetAllUserPresenceResponseDelegate::OnGetAllUserPresenceResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetGetFriendshipStatusResponseDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetGetFriendshipStatusResponseDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetGetFriendshipStatusResponseDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetGetFriendshipStatusResponseDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetGetFriendshipStatusResponseDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetGetFriendshipStatusResponseDelegate, OnGetFriendshipStatusResponse) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetGetFriendshipStatusResponseDelegate::OnGetFriendshipStatusResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetInfoPartyResponseDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetInfoPartyResponseDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetInfoPartyResponseDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetInfoPartyResponseDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetInfoPartyResponseDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetInfoPartyResponseDelegate, OnInfoPartyResponse) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetInfoPartyResponseDelegate::OnInfoPartyResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetInvitePartyJoinResponseDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetInvitePartyJoinResponseDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetInvitePartyJoinResponseDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetInvitePartyJoinResponseDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetInvitePartyJoinResponseDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetInvitePartyJoinResponseDelegate, OnInvitePartyJoinResponse) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetInvitePartyJoinResponseDelegate::OnInvitePartyJoinResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetInvitePartyKickMemberResponseDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetInvitePartyKickMemberResponseDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetInvitePartyKickMemberResponseDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetInvitePartyKickMemberResponseDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetInvitePartyKickMemberResponseDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetInvitePartyKickMemberResponseDelegate, OnInvitePartyKickMemberResponse) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetInvitePartyKickMemberResponseDelegate::OnInvitePartyKickMemberResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetInvitePartyResponseDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetInvitePartyResponseDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetInvitePartyResponseDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetInvitePartyResponseDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetInvitePartyResponseDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetInvitePartyResponseDelegate, OnInvitePartyResponse) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetInvitePartyResponseDelegate::OnInvitePartyResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetLeavePartyResponseDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetLeavePartyResponseDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetLeavePartyResponseDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetLeavePartyResponseDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetLeavePartyResponseDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetLeavePartyResponseDelegate, OnLeavePartyResponse) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetLeavePartyResponseDelegate::OnLeavePartyResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetListIncomingFriendsResponseDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetListIncomingFriendsResponseDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetListIncomingFriendsResponseDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetListIncomingFriendsResponseDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetListIncomingFriendsResponseDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetListIncomingFriendsResponseDelegate, OnListIncomingFriendsResponse) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetListIncomingFriendsResponseDelegate::OnListIncomingFriendsResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetListOutgoingFriendsResponseDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetListOutgoingFriendsResponseDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetListOutgoingFriendsResponseDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetListOutgoingFriendsResponseDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetListOutgoingFriendsResponseDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetListOutgoingFriendsResponseDelegate, OnListOutgoingFriendsResponse) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetListOutgoingFriendsResponseDelegate::OnListOutgoingFriendsResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetLoadFriendsListResponseDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetLoadFriendsListResponseDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetLoadFriendsListResponseDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetLoadFriendsListResponseDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetLoadFriendsListResponseDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetLoadFriendsListResponseDelegate, OnLoadFriendListResponse) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetLoadFriendsListResponseDelegate::OnLoadFriendListResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetMatchmakingNotifDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetMatchmakingNotifDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetMatchmakingNotifDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetMatchmakingNotifDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetMatchmakingNotifDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetMatchmakingNotifDelegate, OnMatchmakingNotice) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetMatchmakingNotifDelegate::OnMatchmakingNotice' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetPartyMessageResponseDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetPartyMessageResponseDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetPartyMessageResponseDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetPartyMessageResponseDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetPartyMessageResponseDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetPartyMessageResponseDelegate, OnPartyMessageResponse) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetPartyMessageResponseDelegate::OnPartyMessageResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetPresenceStatus \ +static_assert(alignof(AccelByteBlueprintsLobby_SetPresenceStatus) == 0x000008, "Wrong alignment on AccelByteBlueprintsLobby_SetPresenceStatus"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetPresenceStatus) == 0x000018, "Wrong size on AccelByteBlueprintsLobby_SetPresenceStatus"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetPresenceStatus, State) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetPresenceStatus::State' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetPresenceStatus, Activity) == 0x000008, "Member 'AccelByteBlueprintsLobby_SetPresenceStatus::Activity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetPrivateMessageResponseDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetPrivateMessageResponseDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetPrivateMessageResponseDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetPrivateMessageResponseDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetPrivateMessageResponseDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetPrivateMessageResponseDelegate, OnPrivateMessageResponse) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetPrivateMessageResponseDelegate::OnPrivateMessageResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetReadyConsentNotifDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetReadyConsentNotifDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetReadyConsentNotifDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetReadyConsentNotifDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetReadyConsentNotifDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetReadyConsentNotifDelegate, OnReadyConsentNotice) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetReadyConsentNotifDelegate::OnReadyConsentNotice' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetReadyConsentResponseDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetReadyConsentResponseDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetReadyConsentResponseDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetReadyConsentResponseDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetReadyConsentResponseDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetReadyConsentResponseDelegate, OnReadyConsentResponse) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetReadyConsentResponseDelegate::OnReadyConsentResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetRejectConsentNotifDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetRejectConsentNotifDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetRejectConsentNotifDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetRejectConsentNotifDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetRejectConsentNotifDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetRejectConsentNotifDelegate, OnRejectConsentNotice) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetRejectConsentNotifDelegate::OnRejectConsentNotice' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetRejectConsentResponseDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetRejectConsentResponseDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetRejectConsentResponseDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetRejectConsentResponseDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetRejectConsentResponseDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetRejectConsentResponseDelegate, OnRejectConsentResponse) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetRejectConsentResponseDelegate::OnRejectConsentResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetRejectFriendResponseDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetRejectFriendResponseDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetRejectFriendResponseDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetRejectFriendResponseDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetRejectFriendResponseDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetRejectFriendResponseDelegate, OnRejectFriendsResponse) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetRejectFriendResponseDelegate::OnRejectFriendsResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetRematchmakingNotifDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetRematchmakingNotifDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetRematchmakingNotifDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetRematchmakingNotifDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetRematchmakingNotifDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetRematchmakingNotifDelegate, OnRematchmakingNotice) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetRematchmakingNotifDelegate::OnRematchmakingNotice' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetRequestFriendResponseDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetRequestFriendResponseDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetRequestFriendResponseDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetRequestFriendResponseDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetRequestFriendResponseDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetRequestFriendResponseDelegate, OnRequestFriendsResponseDelegate) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetRequestFriendResponseDelegate::OnRequestFriendsResponseDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetStartMatchmakingResponseDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetStartMatchmakingResponseDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetStartMatchmakingResponseDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetStartMatchmakingResponseDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetStartMatchmakingResponseDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetStartMatchmakingResponseDelegate, OnMatchmakingStart) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetStartMatchmakingResponseDelegate::OnMatchmakingStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetUnfriendResponseDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetUnfriendResponseDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetUnfriendResponseDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetUnfriendResponseDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetUnfriendResponseDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetUnfriendResponseDelegate, OnUnfriendResponse) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetUnfriendResponseDelegate::OnUnfriendResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_SetUserPresenceResponseDelegate \ +static_assert(alignof(AccelByteBlueprintsLobby_SetUserPresenceResponseDelegate) == 0x000004, "Wrong alignment on AccelByteBlueprintsLobby_SetUserPresenceResponseDelegate"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_SetUserPresenceResponseDelegate) == 0x000014, "Wrong size on AccelByteBlueprintsLobby_SetUserPresenceResponseDelegate"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_SetUserPresenceResponseDelegate, OnUserPresenceResponse) == 0x000000, "Member 'AccelByteBlueprintsLobby_SetUserPresenceResponseDelegate::OnUserPresenceResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsLobby_Unfriend \ +static_assert(alignof(AccelByteBlueprintsLobby_Unfriend) == 0x000008, "Wrong alignment on AccelByteBlueprintsLobby_Unfriend"); \ +static_assert(sizeof(AccelByteBlueprintsLobby_Unfriend) == 0x000010, "Wrong size on AccelByteBlueprintsLobby_Unfriend"); \ +static_assert(offsetof(AccelByteBlueprintsLobby_Unfriend, UserId) == 0x000000, "Member 'AccelByteBlueprintsLobby_Unfriend::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAccelByteBlueprintsLobby \ +static_assert(alignof(UAccelByteBlueprintsLobby) == 0x000008, "Wrong alignment on UAccelByteBlueprintsLobby"); \ +static_assert(sizeof(UAccelByteBlueprintsLobby) == 0x000030, "Wrong size on UAccelByteBlueprintsLobby"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsOrder_CancelOrder \ +static_assert(alignof(AccelByteBlueprintsOrder_CancelOrder) == 0x000008, "Wrong alignment on AccelByteBlueprintsOrder_CancelOrder"); \ +static_assert(sizeof(AccelByteBlueprintsOrder_CancelOrder) == 0x000038, "Wrong size on AccelByteBlueprintsOrder_CancelOrder"); \ +static_assert(offsetof(AccelByteBlueprintsOrder_CancelOrder, OrderNo) == 0x000000, "Member 'AccelByteBlueprintsOrder_CancelOrder::OrderNo' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsOrder_CancelOrder, OnSuccess) == 0x000010, "Member 'AccelByteBlueprintsOrder_CancelOrder::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsOrder_CancelOrder, OnError) == 0x000024, "Member 'AccelByteBlueprintsOrder_CancelOrder::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsOrder_CreateNewOrder \ +static_assert(alignof(AccelByteBlueprintsOrder_CreateNewOrder) == 0x000008, "Wrong alignment on AccelByteBlueprintsOrder_CreateNewOrder"); \ +static_assert(sizeof(AccelByteBlueprintsOrder_CreateNewOrder) == 0x000098, "Wrong size on AccelByteBlueprintsOrder_CreateNewOrder"); \ +static_assert(offsetof(AccelByteBlueprintsOrder_CreateNewOrder, OrderCreate) == 0x000000, "Member 'AccelByteBlueprintsOrder_CreateNewOrder::OrderCreate' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsOrder_CreateNewOrder, OnSuccess) == 0x000070, "Member 'AccelByteBlueprintsOrder_CreateNewOrder::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsOrder_CreateNewOrder, OnError) == 0x000084, "Member 'AccelByteBlueprintsOrder_CreateNewOrder::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsOrder_GetUserOrder \ +static_assert(alignof(AccelByteBlueprintsOrder_GetUserOrder) == 0x000008, "Wrong alignment on AccelByteBlueprintsOrder_GetUserOrder"); \ +static_assert(sizeof(AccelByteBlueprintsOrder_GetUserOrder) == 0x000038, "Wrong size on AccelByteBlueprintsOrder_GetUserOrder"); \ +static_assert(offsetof(AccelByteBlueprintsOrder_GetUserOrder, OrderNo) == 0x000000, "Member 'AccelByteBlueprintsOrder_GetUserOrder::OrderNo' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsOrder_GetUserOrder, OnSuccess) == 0x000010, "Member 'AccelByteBlueprintsOrder_GetUserOrder::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsOrder_GetUserOrder, OnError) == 0x000024, "Member 'AccelByteBlueprintsOrder_GetUserOrder::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsOrder_GetUserOrderHistory \ +static_assert(alignof(AccelByteBlueprintsOrder_GetUserOrderHistory) == 0x000008, "Wrong alignment on AccelByteBlueprintsOrder_GetUserOrderHistory"); \ +static_assert(sizeof(AccelByteBlueprintsOrder_GetUserOrderHistory) == 0x000038, "Wrong size on AccelByteBlueprintsOrder_GetUserOrderHistory"); \ +static_assert(offsetof(AccelByteBlueprintsOrder_GetUserOrderHistory, OrderNo) == 0x000000, "Member 'AccelByteBlueprintsOrder_GetUserOrderHistory::OrderNo' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsOrder_GetUserOrderHistory, OnSuccess) == 0x000010, "Member 'AccelByteBlueprintsOrder_GetUserOrderHistory::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsOrder_GetUserOrderHistory, OnError) == 0x000024, "Member 'AccelByteBlueprintsOrder_GetUserOrderHistory::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsOrder_GetUserOrders \ +static_assert(alignof(AccelByteBlueprintsOrder_GetUserOrders) == 0x000004, "Wrong alignment on AccelByteBlueprintsOrder_GetUserOrders"); \ +static_assert(sizeof(AccelByteBlueprintsOrder_GetUserOrders) == 0x000030, "Wrong size on AccelByteBlueprintsOrder_GetUserOrders"); \ +static_assert(offsetof(AccelByteBlueprintsOrder_GetUserOrders, Page) == 0x000000, "Member 'AccelByteBlueprintsOrder_GetUserOrders::Page' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsOrder_GetUserOrders, Size) == 0x000004, "Member 'AccelByteBlueprintsOrder_GetUserOrders::Size' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsOrder_GetUserOrders, OnSuccess) == 0x000008, "Member 'AccelByteBlueprintsOrder_GetUserOrders::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsOrder_GetUserOrders, OnError) == 0x00001C, "Member 'AccelByteBlueprintsOrder_GetUserOrders::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAccelByteBlueprintsOrder \ +static_assert(alignof(UAccelByteBlueprintsOrder) == 0x000008, "Wrong alignment on UAccelByteBlueprintsOrder"); \ +static_assert(sizeof(UAccelByteBlueprintsOrder) == 0x000030, "Wrong size on UAccelByteBlueprintsOrder"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsReward_GetRewardByRewardCode \ +static_assert(alignof(AccelByteBlueprintsReward_GetRewardByRewardCode) == 0x000008, "Wrong alignment on AccelByteBlueprintsReward_GetRewardByRewardCode"); \ +static_assert(sizeof(AccelByteBlueprintsReward_GetRewardByRewardCode) == 0x000038, "Wrong size on AccelByteBlueprintsReward_GetRewardByRewardCode"); \ +static_assert(offsetof(AccelByteBlueprintsReward_GetRewardByRewardCode, RewardCode) == 0x000000, "Member 'AccelByteBlueprintsReward_GetRewardByRewardCode::RewardCode' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsReward_GetRewardByRewardCode, OnSuccess) == 0x000010, "Member 'AccelByteBlueprintsReward_GetRewardByRewardCode::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsReward_GetRewardByRewardCode, OnError) == 0x000024, "Member 'AccelByteBlueprintsReward_GetRewardByRewardCode::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsReward_GetRewardByRewardId \ +static_assert(alignof(AccelByteBlueprintsReward_GetRewardByRewardId) == 0x000008, "Wrong alignment on AccelByteBlueprintsReward_GetRewardByRewardId"); \ +static_assert(sizeof(AccelByteBlueprintsReward_GetRewardByRewardId) == 0x000038, "Wrong size on AccelByteBlueprintsReward_GetRewardByRewardId"); \ +static_assert(offsetof(AccelByteBlueprintsReward_GetRewardByRewardId, RewardId) == 0x000000, "Member 'AccelByteBlueprintsReward_GetRewardByRewardId::RewardId' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsReward_GetRewardByRewardId, OnSuccess) == 0x000010, "Member 'AccelByteBlueprintsReward_GetRewardByRewardId::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsReward_GetRewardByRewardId, OnError) == 0x000024, "Member 'AccelByteBlueprintsReward_GetRewardByRewardId::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsReward_QueryRewards \ +static_assert(alignof(AccelByteBlueprintsReward_QueryRewards) == 0x000008, "Wrong alignment on AccelByteBlueprintsReward_QueryRewards"); \ +static_assert(sizeof(AccelByteBlueprintsReward_QueryRewards) == 0x000048, "Wrong size on AccelByteBlueprintsReward_QueryRewards"); \ +static_assert(offsetof(AccelByteBlueprintsReward_QueryRewards, EventTopic) == 0x000000, "Member 'AccelByteBlueprintsReward_QueryRewards::EventTopic' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsReward_QueryRewards, Offset) == 0x000010, "Member 'AccelByteBlueprintsReward_QueryRewards::Offset' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsReward_QueryRewards, Limit) == 0x000014, "Member 'AccelByteBlueprintsReward_QueryRewards::Limit' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsReward_QueryRewards, SortBy) == 0x000018, "Member 'AccelByteBlueprintsReward_QueryRewards::SortBy' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsReward_QueryRewards, OnSuccess) == 0x00001C, "Member 'AccelByteBlueprintsReward_QueryRewards::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsReward_QueryRewards, OnError) == 0x000030, "Member 'AccelByteBlueprintsReward_QueryRewards::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAccelByteBlueprintsReward \ +static_assert(alignof(UAccelByteBlueprintsReward) == 0x000008, "Wrong alignment on UAccelByteBlueprintsReward"); \ +static_assert(sizeof(UAccelByteBlueprintsReward) == 0x000030, "Wrong size on UAccelByteBlueprintsReward"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerCredentials_GetClientAccessToken \ +static_assert(alignof(AccelByteBlueprintsServerCredentials_GetClientAccessToken) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerCredentials_GetClientAccessToken"); \ +static_assert(sizeof(AccelByteBlueprintsServerCredentials_GetClientAccessToken) == 0x000010, "Wrong size on AccelByteBlueprintsServerCredentials_GetClientAccessToken"); \ +static_assert(offsetof(AccelByteBlueprintsServerCredentials_GetClientAccessToken, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerCredentials_GetClientAccessToken::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerCredentials_GetClientNamespace \ +static_assert(alignof(AccelByteBlueprintsServerCredentials_GetClientNamespace) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerCredentials_GetClientNamespace"); \ +static_assert(sizeof(AccelByteBlueprintsServerCredentials_GetClientNamespace) == 0x000010, "Wrong size on AccelByteBlueprintsServerCredentials_GetClientNamespace"); \ +static_assert(offsetof(AccelByteBlueprintsServerCredentials_GetClientNamespace, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerCredentials_GetClientNamespace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerCredentials_GetMatchId \ +static_assert(alignof(AccelByteBlueprintsServerCredentials_GetMatchId) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerCredentials_GetMatchId"); \ +static_assert(sizeof(AccelByteBlueprintsServerCredentials_GetMatchId) == 0x000010, "Wrong size on AccelByteBlueprintsServerCredentials_GetMatchId"); \ +static_assert(offsetof(AccelByteBlueprintsServerCredentials_GetMatchId, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerCredentials_GetMatchId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAccelByteBlueprintsServerCredentials \ +static_assert(alignof(UAccelByteBlueprintsServerCredentials) == 0x000008, "Wrong alignment on UAccelByteBlueprintsServerCredentials"); \ +static_assert(sizeof(UAccelByteBlueprintsServerCredentials) == 0x000030, "Wrong size on UAccelByteBlueprintsServerCredentials"); \ + +#define DUMPER7_ASSERTS_UAccelByteServerSettings \ +static_assert(alignof(UAccelByteServerSettings) == 0x000008, "Wrong alignment on UAccelByteServerSettings"); \ +static_assert(sizeof(UAccelByteServerSettings) == 0x0001C8, "Wrong size on UAccelByteServerSettings"); \ +static_assert(offsetof(UAccelByteServerSettings, ForceEnableSettings) == 0x000030, "Member 'UAccelByteServerSettings::ForceEnableSettings' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, ClientId) == 0x000038, "Member 'UAccelByteServerSettings::ClientId' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, ClientSecret) == 0x000048, "Member 'UAccelByteServerSettings::ClientSecret' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, Namespace) == 0x000058, "Member 'UAccelByteServerSettings::Namespace' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, PublisherNamespace) == 0x000068, "Member 'UAccelByteServerSettings::PublisherNamespace' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, RedirectURI) == 0x000078, "Member 'UAccelByteServerSettings::RedirectURI' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, BaseUrl) == 0x000088, "Member 'UAccelByteServerSettings::BaseUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, IamServerUrl) == 0x000098, "Member 'UAccelByteServerSettings::IamServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, DSMControllerServerUrl) == 0x0000A8, "Member 'UAccelByteServerSettings::DSMControllerServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, StatisticServerUrl) == 0x0000B8, "Member 'UAccelByteServerSettings::StatisticServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, PlatformServerUrl) == 0x0000C8, "Member 'UAccelByteServerSettings::PlatformServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, QosManagerServerUrl) == 0x0000D8, "Member 'UAccelByteServerSettings::QosManagerServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, GameTelemetryServerUrl) == 0x0000E8, "Member 'UAccelByteServerSettings::GameTelemetryServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, AchievementServerUrl) == 0x0000F8, "Member 'UAccelByteServerSettings::AchievementServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, UGCServerUrl) == 0x000108, "Member 'UAccelByteServerSettings::UGCServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, MatchmakingServerUrl) == 0x000118, "Member 'UAccelByteServerSettings::MatchmakingServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, LobbyServerUrl) == 0x000128, "Member 'UAccelByteServerSettings::LobbyServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, CloudSaveServerUrl) == 0x000138, "Member 'UAccelByteServerSettings::CloudSaveServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, SeasonPassServerUrl) == 0x000148, "Member 'UAccelByteServerSettings::SeasonPassServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, SessionBrowserServerUrl) == 0x000158, "Member 'UAccelByteServerSettings::SessionBrowserServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, SessionServerUrl) == 0x000168, "Member 'UAccelByteServerSettings::SessionServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, ChatServerUrl) == 0x000178, "Member 'UAccelByteServerSettings::ChatServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, QosPingTimeout) == 0x000188, "Member 'UAccelByteServerSettings::QosPingTimeout' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, DSHubServerUrl) == 0x000190, "Member 'UAccelByteServerSettings::DSHubServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, MatchmakingV2ServerUrl) == 0x0001A0, "Member 'UAccelByteServerSettings::MatchmakingV2ServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, AMSServerWatchdogUrl) == 0x0001B0, "Member 'UAccelByteServerSettings::AMSServerWatchdogUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, AMSHeartbeatInterval) == 0x0001C0, "Member 'UAccelByteServerSettings::AMSHeartbeatInterval' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteServerSettings, bSendPredefinedEvent) == 0x0001C4, "Member 'UAccelByteServerSettings::bSendPredefinedEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAccelByteServerSettingsDev \ +static_assert(alignof(UAccelByteServerSettingsDev) == 0x000008, "Wrong alignment on UAccelByteServerSettingsDev"); \ +static_assert(sizeof(UAccelByteServerSettingsDev) == 0x0001C8, "Wrong size on UAccelByteServerSettingsDev"); \ + +#define DUMPER7_ASSERTS_UAccelByteServerSettingsCert \ +static_assert(alignof(UAccelByteServerSettingsCert) == 0x000008, "Wrong alignment on UAccelByteServerSettingsCert"); \ +static_assert(sizeof(UAccelByteServerSettingsCert) == 0x0001C8, "Wrong size on UAccelByteServerSettingsCert"); \ + +#define DUMPER7_ASSERTS_UAccelByteServerSettingsProd \ +static_assert(alignof(UAccelByteServerSettingsProd) == 0x000008, "Wrong alignment on UAccelByteServerSettingsProd"); \ +static_assert(sizeof(UAccelByteServerSettingsProd) == 0x0001C8, "Wrong size on UAccelByteServerSettingsProd"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_GetAchievementServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_GetAchievementServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_GetAchievementServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_GetAchievementServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_GetAchievementServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_GetAchievementServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_GetAchievementServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_GetAMSServerWatchdogUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_GetAMSServerWatchdogUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_GetAMSServerWatchdogUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_GetAMSServerWatchdogUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_GetAMSServerWatchdogUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_GetAMSServerWatchdogUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_GetAMSServerWatchdogUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_GetChatServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_GetChatServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_GetChatServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_GetChatServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_GetChatServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_GetChatServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_GetChatServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_GetClientId \ +static_assert(alignof(AccelByteBlueprintsServerSettings_GetClientId) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_GetClientId"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_GetClientId) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_GetClientId"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_GetClientId, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_GetClientId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_GetClientSecret \ +static_assert(alignof(AccelByteBlueprintsServerSettings_GetClientSecret) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_GetClientSecret"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_GetClientSecret) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_GetClientSecret"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_GetClientSecret, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_GetClientSecret::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_GetCloudSaveServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_GetCloudSaveServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_GetCloudSaveServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_GetCloudSaveServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_GetCloudSaveServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_GetCloudSaveServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_GetCloudSaveServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_GetDSHubServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_GetDSHubServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_GetDSHubServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_GetDSHubServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_GetDSHubServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_GetDSHubServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_GetDSHubServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_GetDSMControllerServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_GetDSMControllerServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_GetDSMControllerServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_GetDSMControllerServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_GetDSMControllerServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_GetDSMControllerServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_GetDSMControllerServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_GetGameTelemetryServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_GetGameTelemetryServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_GetGameTelemetryServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_GetGameTelemetryServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_GetGameTelemetryServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_GetGameTelemetryServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_GetGameTelemetryServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_GetGDPRServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_GetGDPRServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_GetGDPRServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_GetGDPRServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_GetGDPRServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_GetGDPRServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_GetGDPRServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_GetIamServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_GetIamServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_GetIamServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_GetIamServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_GetIamServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_GetIamServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_GetIamServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_GetLobbyServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_GetLobbyServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_GetLobbyServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_GetLobbyServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_GetLobbyServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_GetLobbyServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_GetLobbyServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_GetMatchmakingServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_GetMatchmakingServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_GetMatchmakingServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_GetMatchmakingServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_GetMatchmakingServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_GetMatchmakingServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_GetMatchmakingServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_GetMatchmakingV2ServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_GetMatchmakingV2ServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_GetMatchmakingV2ServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_GetMatchmakingV2ServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_GetMatchmakingV2ServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_GetMatchmakingV2ServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_GetMatchmakingV2ServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_GetNamespace \ +static_assert(alignof(AccelByteBlueprintsServerSettings_GetNamespace) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_GetNamespace"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_GetNamespace) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_GetNamespace"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_GetNamespace, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_GetNamespace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_GetPlatformServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_GetPlatformServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_GetPlatformServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_GetPlatformServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_GetPlatformServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_GetPlatformServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_GetPlatformServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_GetPublisherNamespace \ +static_assert(alignof(AccelByteBlueprintsServerSettings_GetPublisherNamespace) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_GetPublisherNamespace"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_GetPublisherNamespace) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_GetPublisherNamespace"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_GetPublisherNamespace, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_GetPublisherNamespace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_GetQosManagerServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_GetQosManagerServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_GetQosManagerServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_GetQosManagerServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_GetQosManagerServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_GetQosManagerServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_GetQosManagerServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_GetQosPingTimeout \ +static_assert(alignof(AccelByteBlueprintsServerSettings_GetQosPingTimeout) == 0x000004, "Wrong alignment on AccelByteBlueprintsServerSettings_GetQosPingTimeout"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_GetQosPingTimeout) == 0x000004, "Wrong size on AccelByteBlueprintsServerSettings_GetQosPingTimeout"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_GetQosPingTimeout, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_GetQosPingTimeout::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_GetSeasonPassServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_GetSeasonPassServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_GetSeasonPassServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_GetSeasonPassServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_GetSeasonPassServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_GetSeasonPassServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_GetSeasonPassServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_GetSessionBrowserServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_GetSessionBrowserServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_GetSessionBrowserServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_GetSessionBrowserServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_GetSessionBrowserServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_GetSessionBrowserServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_GetSessionBrowserServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_GetSessionServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_GetSessionServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_GetSessionServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_GetSessionServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_GetSessionServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_GetSessionServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_GetSessionServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_GetStatisticServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_GetStatisticServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_GetStatisticServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_GetStatisticServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_GetStatisticServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_GetStatisticServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_GetStatisticServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_GetUGCServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_GetUGCServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_GetUGCServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_GetUGCServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_GetUGCServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_GetUGCServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_GetUGCServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_IsSendPredefinedEvent \ +static_assert(alignof(AccelByteBlueprintsServerSettings_IsSendPredefinedEvent) == 0x000001, "Wrong alignment on AccelByteBlueprintsServerSettings_IsSendPredefinedEvent"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_IsSendPredefinedEvent) == 0x000001, "Wrong size on AccelByteBlueprintsServerSettings_IsSendPredefinedEvent"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_IsSendPredefinedEvent, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_IsSendPredefinedEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_ResetSettings \ +static_assert(alignof(AccelByteBlueprintsServerSettings_ResetSettings) == 0x000001, "Wrong alignment on AccelByteBlueprintsServerSettings_ResetSettings"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_ResetSettings) == 0x000001, "Wrong size on AccelByteBlueprintsServerSettings_ResetSettings"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_ResetSettings, Environment) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_ResetSettings::Environment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_SetAchievementServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_SetAchievementServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_SetAchievementServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_SetAchievementServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_SetAchievementServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_SetAchievementServerUrl, AchievementServerUrl) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_SetAchievementServerUrl::AchievementServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_SetAMSServerWatchdogUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_SetAMSServerWatchdogUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_SetAMSServerWatchdogUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_SetAMSServerWatchdogUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_SetAMSServerWatchdogUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_SetAMSServerWatchdogUrl, AMSServerUrl) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_SetAMSServerWatchdogUrl::AMSServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_SetChatServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_SetChatServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_SetChatServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_SetChatServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_SetChatServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_SetChatServerUrl, ChatServerUrl) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_SetChatServerUrl::ChatServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_SetClientId \ +static_assert(alignof(AccelByteBlueprintsServerSettings_SetClientId) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_SetClientId"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_SetClientId) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_SetClientId"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_SetClientId, ClientId) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_SetClientId::ClientId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_SetClientSecret \ +static_assert(alignof(AccelByteBlueprintsServerSettings_SetClientSecret) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_SetClientSecret"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_SetClientSecret) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_SetClientSecret"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_SetClientSecret, ClientSecret) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_SetClientSecret::ClientSecret' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_SetCloudSaveServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_SetCloudSaveServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_SetCloudSaveServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_SetCloudSaveServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_SetCloudSaveServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_SetCloudSaveServerUrl, CloudServerUrl) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_SetCloudSaveServerUrl::CloudServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_SetDSHubServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_SetDSHubServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_SetDSHubServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_SetDSHubServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_SetDSHubServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_SetDSHubServerUrl, DSHubServerUrl) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_SetDSHubServerUrl::DSHubServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_SetDSMControllerServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_SetDSMControllerServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_SetDSMControllerServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_SetDSMControllerServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_SetDSMControllerServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_SetDSMControllerServerUrl, DSMControllerServerUrl) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_SetDSMControllerServerUrl::DSMControllerServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_SetGameTelemetryServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_SetGameTelemetryServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_SetGameTelemetryServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_SetGameTelemetryServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_SetGameTelemetryServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_SetGameTelemetryServerUrl, GameTelemetryServerUrl) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_SetGameTelemetryServerUrl::GameTelemetryServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_SetIamServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_SetIamServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_SetIamServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_SetIamServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_SetIamServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_SetIamServerUrl, IamServerUrl) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_SetIamServerUrl::IamServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_SetLobbyServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_SetLobbyServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_SetLobbyServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_SetLobbyServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_SetLobbyServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_SetLobbyServerUrl, LobbyServerUrl) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_SetLobbyServerUrl::LobbyServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_SetMatchmakingServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_SetMatchmakingServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_SetMatchmakingServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_SetMatchmakingServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_SetMatchmakingServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_SetMatchmakingServerUrl, MatchmakingServerurl) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_SetMatchmakingServerUrl::MatchmakingServerurl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_SetMatchmakingV2ServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_SetMatchmakingV2ServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_SetMatchmakingV2ServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_SetMatchmakingV2ServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_SetMatchmakingV2ServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_SetMatchmakingV2ServerUrl, MatchmakingV2ServerUrl) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_SetMatchmakingV2ServerUrl::MatchmakingV2ServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_SetNamespace \ +static_assert(alignof(AccelByteBlueprintsServerSettings_SetNamespace) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_SetNamespace"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_SetNamespace) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_SetNamespace"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_SetNamespace, Namespace) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_SetNamespace::Namespace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_SetPlatformServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_SetPlatformServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_SetPlatformServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_SetPlatformServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_SetPlatformServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_SetPlatformServerUrl, PlatformServerUrl) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_SetPlatformServerUrl::PlatformServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_SetPublisherNamespace \ +static_assert(alignof(AccelByteBlueprintsServerSettings_SetPublisherNamespace) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_SetPublisherNamespace"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_SetPublisherNamespace) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_SetPublisherNamespace"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_SetPublisherNamespace, PublisherNamespace) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_SetPublisherNamespace::PublisherNamespace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_SetQosManagerServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_SetQosManagerServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_SetQosManagerServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_SetQosManagerServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_SetQosManagerServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_SetQosManagerServerUrl, PlatformServerUrl) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_SetQosManagerServerUrl::PlatformServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_SetQosPingTimeout \ +static_assert(alignof(AccelByteBlueprintsServerSettings_SetQosPingTimeout) == 0x000004, "Wrong alignment on AccelByteBlueprintsServerSettings_SetQosPingTimeout"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_SetQosPingTimeout) == 0x000004, "Wrong size on AccelByteBlueprintsServerSettings_SetQosPingTimeout"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_SetQosPingTimeout, QosPingTimeout) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_SetQosPingTimeout::QosPingTimeout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_SetSeasonPassServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_SetSeasonPassServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_SetSeasonPassServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_SetSeasonPassServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_SetSeasonPassServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_SetSeasonPassServerUrl, SessionPassServerUrl) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_SetSeasonPassServerUrl::SessionPassServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_SetSendPredefinedEvent \ +static_assert(alignof(AccelByteBlueprintsServerSettings_SetSendPredefinedEvent) == 0x000001, "Wrong alignment on AccelByteBlueprintsServerSettings_SetSendPredefinedEvent"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_SetSendPredefinedEvent) == 0x000001, "Wrong size on AccelByteBlueprintsServerSettings_SetSendPredefinedEvent"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_SetSendPredefinedEvent, bEnabled) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_SetSendPredefinedEvent::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_SetSessionBrowserServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_SetSessionBrowserServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_SetSessionBrowserServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_SetSessionBrowserServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_SetSessionBrowserServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_SetSessionBrowserServerUrl, SessionBrowserServerUrl) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_SetSessionBrowserServerUrl::SessionBrowserServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_SetSessionServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_SetSessionServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_SetSessionServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_SetSessionServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_SetSessionServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_SetSessionServerUrl, SessionServerUrl) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_SetSessionServerUrl::SessionServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_SetStatisticServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_SetStatisticServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_SetStatisticServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_SetStatisticServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_SetStatisticServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_SetStatisticServerUrl, StatisticServerUrl) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_SetStatisticServerUrl::StatisticServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_SetUGCServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_SetUGCServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_SetUGCServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_SetUGCServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_SetUGCServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_SetUGCServerUrl, UGCServerUrl) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_SetUGCServerUrl::UGCServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsServerSettings_SetGDPRServerUrl \ +static_assert(alignof(AccelByteBlueprintsServerSettings_SetGDPRServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsServerSettings_SetGDPRServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsServerSettings_SetGDPRServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsServerSettings_SetGDPRServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsServerSettings_SetGDPRServerUrl, GDPRServerUrl) == 0x000000, "Member 'AccelByteBlueprintsServerSettings_SetGDPRServerUrl::GDPRServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAccelByteBlueprintsServerSettings \ +static_assert(alignof(UAccelByteBlueprintsServerSettings) == 0x000008, "Wrong alignment on UAccelByteBlueprintsServerSettings"); \ +static_assert(sizeof(UAccelByteBlueprintsServerSettings) == 0x000030, "Wrong size on UAccelByteBlueprintsServerSettings"); \ + +#define DUMPER7_ASSERTS_UAccelByteSettings \ +static_assert(alignof(UAccelByteSettings) == 0x000008, "Wrong alignment on UAccelByteSettings"); \ +static_assert(sizeof(UAccelByteSettings) == 0x000230, "Wrong size on UAccelByteSettings"); \ +static_assert(offsetof(UAccelByteSettings, ClientId) == 0x000030, "Member 'UAccelByteSettings::ClientId' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, ClientSecret) == 0x000040, "Member 'UAccelByteSettings::ClientSecret' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, Namespace) == 0x000050, "Member 'UAccelByteSettings::Namespace' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, PublisherNamespace) == 0x000060, "Member 'UAccelByteSettings::PublisherNamespace' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, RedirectURI) == 0x000070, "Member 'UAccelByteSettings::RedirectURI' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, BaseUrl) == 0x000080, "Member 'UAccelByteSettings::BaseUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, IamServerUrl) == 0x000090, "Member 'UAccelByteSettings::IamServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, PlatformServerUrl) == 0x0000A0, "Member 'UAccelByteSettings::PlatformServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, LobbyServerUrl) == 0x0000B0, "Member 'UAccelByteSettings::LobbyServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, CloudStorageServerUrl) == 0x0000C0, "Member 'UAccelByteSettings::CloudStorageServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, BasicServerUrl) == 0x0000D0, "Member 'UAccelByteSettings::BasicServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, GameProfileServerUrl) == 0x0000E0, "Member 'UAccelByteSettings::GameProfileServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, GroupServerUrl) == 0x0000F0, "Member 'UAccelByteSettings::GroupServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, StatisticServerUrl) == 0x000100, "Member 'UAccelByteSettings::StatisticServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, QosManagerServerUrl) == 0x000110, "Member 'UAccelByteSettings::QosManagerServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, ChatServerUrl) == 0x000120, "Member 'UAccelByteSettings::ChatServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, LeaderboardServerUrl) == 0x000130, "Member 'UAccelByteSettings::LeaderboardServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, CloudSaveServerUrl) == 0x000140, "Member 'UAccelByteSettings::CloudSaveServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, GameTelemetryServerUrl) == 0x000150, "Member 'UAccelByteSettings::GameTelemetryServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, AgreementServerUrl) == 0x000160, "Member 'UAccelByteSettings::AgreementServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, AchievementServerUrl) == 0x000170, "Member 'UAccelByteSettings::AchievementServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, SessionBrowserServerUrl) == 0x000180, "Member 'UAccelByteSettings::SessionBrowserServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, TurnManagerServerUrl) == 0x000190, "Member 'UAccelByteSettings::TurnManagerServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, UGCServerUrl) == 0x0001A0, "Member 'UAccelByteSettings::UGCServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, ReportingServerUrl) == 0x0001B0, "Member 'UAccelByteSettings::ReportingServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, SessionServerUrl) == 0x0001C0, "Member 'UAccelByteSettings::SessionServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, MatchmakingV2ServerUrl) == 0x0001D0, "Member 'UAccelByteSettings::MatchmakingV2ServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, AppId) == 0x0001E0, "Member 'UAccelByteSettings::AppId' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, CustomerName) == 0x0001F0, "Member 'UAccelByteSettings::CustomerName' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, SettingsEnvironment) == 0x000200, "Member 'UAccelByteSettings::SettingsEnvironment' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, HeartBeatData) == 0x000210, "Member 'UAccelByteSettings::HeartBeatData' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, QosLatencyPollIntervalSecs) == 0x000220, "Member 'UAccelByteSettings::QosLatencyPollIntervalSecs' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, QosServerLatencyPollIntervalSecs) == 0x000224, "Member 'UAccelByteSettings::QosServerLatencyPollIntervalSecs' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, QosPingTimeout) == 0x000228, "Member 'UAccelByteSettings::QosPingTimeout' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, bEnableHttpCache) == 0x00022C, "Member 'UAccelByteSettings::bEnableHttpCache' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, HttpCacheType) == 0x00022D, "Member 'UAccelByteSettings::HttpCacheType' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, bSendPredefinedEvent) == 0x00022E, "Member 'UAccelByteSettings::bSendPredefinedEvent' has a wrong offset!"); \ +static_assert(offsetof(UAccelByteSettings, bServerUseAMS) == 0x00022F, "Member 'UAccelByteSettings::bServerUseAMS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAccelByteSettingsDev \ +static_assert(alignof(UAccelByteSettingsDev) == 0x000008, "Wrong alignment on UAccelByteSettingsDev"); \ +static_assert(sizeof(UAccelByteSettingsDev) == 0x000230, "Wrong size on UAccelByteSettingsDev"); \ + +#define DUMPER7_ASSERTS_UAccelByteSettingsCert \ +static_assert(alignof(UAccelByteSettingsCert) == 0x000008, "Wrong alignment on UAccelByteSettingsCert"); \ +static_assert(sizeof(UAccelByteSettingsCert) == 0x000230, "Wrong size on UAccelByteSettingsCert"); \ + +#define DUMPER7_ASSERTS_UAccelByteSettingsProd \ +static_assert(alignof(UAccelByteSettingsProd) == 0x000008, "Wrong alignment on UAccelByteSettingsProd"); \ +static_assert(sizeof(UAccelByteSettingsProd) == 0x000230, "Wrong size on UAccelByteSettingsProd"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetAchievementServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_GetAchievementServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetAchievementServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetAchievementServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetAchievementServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetAchievementServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetAchievementServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetAppId \ +static_assert(alignof(AccelByteBlueprintsSettings_GetAppId) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetAppId"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetAppId) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetAppId"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetAppId, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetAppId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetBasicServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_GetBasicServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetBasicServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetBasicServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetBasicServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetBasicServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetBasicServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetChatServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_GetChatServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetChatServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetChatServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetChatServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetChatServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetChatServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetClientId \ +static_assert(alignof(AccelByteBlueprintsSettings_GetClientId) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetClientId"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetClientId) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetClientId"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetClientId, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetClientId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetClientSecret \ +static_assert(alignof(AccelByteBlueprintsSettings_GetClientSecret) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetClientSecret"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetClientSecret) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetClientSecret"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetClientSecret, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetClientSecret::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetCloudSaveServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_GetCloudSaveServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetCloudSaveServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetCloudSaveServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetCloudSaveServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetCloudSaveServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetCloudSaveServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetCloudStorageServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_GetCloudStorageServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetCloudStorageServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetCloudStorageServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetCloudStorageServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetCloudStorageServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetCloudStorageServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetCustomerName \ +static_assert(alignof(AccelByteBlueprintsSettings_GetCustomerName) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetCustomerName"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetCustomerName) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetCustomerName"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetCustomerName, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetCustomerName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetGameProfileServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_GetGameProfileServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetGameProfileServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetGameProfileServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetGameProfileServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetGameProfileServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetGameProfileServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetGameTelemetryServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_GetGameTelemetryServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetGameTelemetryServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetGameTelemetryServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetGameTelemetryServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetGameTelemetryServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetGameTelemetryServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetGDPRServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_GetGDPRServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetGDPRServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetGDPRServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetGDPRServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetGDPRServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetGDPRServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetGroupServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_GetGroupServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetGroupServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetGroupServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetGroupServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetGroupServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetGroupServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetHeartBeatData \ +static_assert(alignof(AccelByteBlueprintsSettings_GetHeartBeatData) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetHeartBeatData"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetHeartBeatData) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetHeartBeatData"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetHeartBeatData, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetHeartBeatData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetHttpCacheType \ +static_assert(alignof(AccelByteBlueprintsSettings_GetHttpCacheType) == 0x000001, "Wrong alignment on AccelByteBlueprintsSettings_GetHttpCacheType"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetHttpCacheType) == 0x000001, "Wrong size on AccelByteBlueprintsSettings_GetHttpCacheType"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetHttpCacheType, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetHttpCacheType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetIamServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_GetIamServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetIamServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetIamServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetIamServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetIamServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetIamServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetLeaderboardServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_GetLeaderboardServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetLeaderboardServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetLeaderboardServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetLeaderboardServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetLeaderboardServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetLeaderboardServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetLobbyServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_GetLobbyServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetLobbyServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetLobbyServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetLobbyServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetLobbyServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetLobbyServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetMatchmakingV2ServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_GetMatchmakingV2ServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetMatchmakingV2ServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetMatchmakingV2ServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetMatchmakingV2ServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetMatchmakingV2ServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetMatchmakingV2ServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetNamespace \ +static_assert(alignof(AccelByteBlueprintsSettings_GetNamespace) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetNamespace"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetNamespace) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetNamespace"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetNamespace, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetNamespace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetPlatformServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_GetPlatformServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetPlatformServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetPlatformServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetPlatformServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetPlatformServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetPlatformServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetPublisherNamespace \ +static_assert(alignof(AccelByteBlueprintsSettings_GetPublisherNamespace) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetPublisherNamespace"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetPublisherNamespace) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetPublisherNamespace"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetPublisherNamespace, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetPublisherNamespace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetQosLatencyPollIntervalSecs \ +static_assert(alignof(AccelByteBlueprintsSettings_GetQosLatencyPollIntervalSecs) == 0x000004, "Wrong alignment on AccelByteBlueprintsSettings_GetQosLatencyPollIntervalSecs"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetQosLatencyPollIntervalSecs) == 0x000004, "Wrong size on AccelByteBlueprintsSettings_GetQosLatencyPollIntervalSecs"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetQosLatencyPollIntervalSecs, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetQosLatencyPollIntervalSecs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetQosManagerServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_GetQosManagerServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetQosManagerServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetQosManagerServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetQosManagerServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetQosManagerServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetQosManagerServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetQosPingTimeout \ +static_assert(alignof(AccelByteBlueprintsSettings_GetQosPingTimeout) == 0x000004, "Wrong alignment on AccelByteBlueprintsSettings_GetQosPingTimeout"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetQosPingTimeout) == 0x000004, "Wrong size on AccelByteBlueprintsSettings_GetQosPingTimeout"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetQosPingTimeout, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetQosPingTimeout::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetQosServerLatencyPollIntervalSecs \ +static_assert(alignof(AccelByteBlueprintsSettings_GetQosServerLatencyPollIntervalSecs) == 0x000004, "Wrong alignment on AccelByteBlueprintsSettings_GetQosServerLatencyPollIntervalSecs"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetQosServerLatencyPollIntervalSecs) == 0x000004, "Wrong size on AccelByteBlueprintsSettings_GetQosServerLatencyPollIntervalSecs"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetQosServerLatencyPollIntervalSecs, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetQosServerLatencyPollIntervalSecs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetReportingServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_GetReportingServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetReportingServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetReportingServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetReportingServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetReportingServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetReportingServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetSessionBrowserServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_GetSessionBrowserServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetSessionBrowserServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetSessionBrowserServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetSessionBrowserServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetSessionBrowserServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetSessionBrowserServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetSessionServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_GetSessionServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetSessionServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetSessionServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetSessionServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetSessionServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetSessionServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetSettingsEnvironment \ +static_assert(alignof(AccelByteBlueprintsSettings_GetSettingsEnvironment) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetSettingsEnvironment"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetSettingsEnvironment) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetSettingsEnvironment"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetSettingsEnvironment, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetSettingsEnvironment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetStatisticServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_GetStatisticServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetStatisticServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetStatisticServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetStatisticServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetStatisticServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetStatisticServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetTurnManagerServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_GetTurnManagerServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetTurnManagerServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetTurnManagerServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetTurnManagerServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetTurnManagerServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetTurnManagerServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_GetUGCServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_GetUGCServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_GetUGCServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_GetUGCServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_GetUGCServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_GetUGCServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_GetUGCServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_IsHttpCacheEnabled \ +static_assert(alignof(AccelByteBlueprintsSettings_IsHttpCacheEnabled) == 0x000001, "Wrong alignment on AccelByteBlueprintsSettings_IsHttpCacheEnabled"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_IsHttpCacheEnabled) == 0x000001, "Wrong size on AccelByteBlueprintsSettings_IsHttpCacheEnabled"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_IsHttpCacheEnabled, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_IsHttpCacheEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_IsSendPredefinedEvent \ +static_assert(alignof(AccelByteBlueprintsSettings_IsSendPredefinedEvent) == 0x000001, "Wrong alignment on AccelByteBlueprintsSettings_IsSendPredefinedEvent"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_IsSendPredefinedEvent) == 0x000001, "Wrong size on AccelByteBlueprintsSettings_IsSendPredefinedEvent"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_IsSendPredefinedEvent, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_IsSendPredefinedEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_IsServerUseAMS \ +static_assert(alignof(AccelByteBlueprintsSettings_IsServerUseAMS) == 0x000001, "Wrong alignment on AccelByteBlueprintsSettings_IsServerUseAMS"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_IsServerUseAMS) == 0x000001, "Wrong size on AccelByteBlueprintsSettings_IsServerUseAMS"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_IsServerUseAMS, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsSettings_IsServerUseAMS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_ResetSettings \ +static_assert(alignof(AccelByteBlueprintsSettings_ResetSettings) == 0x000001, "Wrong alignment on AccelByteBlueprintsSettings_ResetSettings"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_ResetSettings) == 0x000001, "Wrong size on AccelByteBlueprintsSettings_ResetSettings"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_ResetSettings, Environment) == 0x000000, "Member 'AccelByteBlueprintsSettings_ResetSettings::Environment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetAchievementServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_SetAchievementServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetAchievementServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetAchievementServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetAchievementServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetAchievementServerUrl, CloudSaveServerUrl) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetAchievementServerUrl::CloudSaveServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetAppId \ +static_assert(alignof(AccelByteBlueprintsSettings_SetAppId) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetAppId"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetAppId) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetAppId"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetAppId, AppId) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetAppId::AppId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetBasicServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_SetBasicServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetBasicServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetBasicServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetBasicServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetBasicServerUrl, BasicServerUrl) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetBasicServerUrl::BasicServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetChatServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_SetChatServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetChatServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetChatServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetChatServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetChatServerUrl, ChatServerUrl) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetChatServerUrl::ChatServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetClientId \ +static_assert(alignof(AccelByteBlueprintsSettings_SetClientId) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetClientId"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetClientId) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetClientId"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetClientId, ClientId) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetClientId::ClientId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetClientSecret \ +static_assert(alignof(AccelByteBlueprintsSettings_SetClientSecret) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetClientSecret"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetClientSecret) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetClientSecret"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetClientSecret, ClientSecret) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetClientSecret::ClientSecret' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetCloudSaveServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_SetCloudSaveServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetCloudSaveServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetCloudSaveServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetCloudSaveServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetCloudSaveServerUrl, CloudSaveServerUrl) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetCloudSaveServerUrl::CloudSaveServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetCloudStorageServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_SetCloudStorageServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetCloudStorageServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetCloudStorageServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetCloudStorageServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetCloudStorageServerUrl, CloudStorageServerUrl) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetCloudStorageServerUrl::CloudStorageServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetGameProfileServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_SetGameProfileServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetGameProfileServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetGameProfileServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetGameProfileServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetGameProfileServerUrl, GameProfileServerUrl) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetGameProfileServerUrl::GameProfileServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetGameTelemetryServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_SetGameTelemetryServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetGameTelemetryServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetGameTelemetryServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetGameTelemetryServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetGameTelemetryServerUrl, GameTelemetryServerUrl) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetGameTelemetryServerUrl::GameTelemetryServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetGDPRServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_SetGDPRServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetGDPRServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetGDPRServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetGDPRServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetGDPRServerUrl, GDPRServerUrl) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetGDPRServerUrl::GDPRServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetGroupServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_SetGroupServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetGroupServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetGroupServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetGroupServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetGroupServerUrl, GroupServerUrl) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetGroupServerUrl::GroupServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetHttpCacheType \ +static_assert(alignof(AccelByteBlueprintsSettings_SetHttpCacheType) == 0x000001, "Wrong alignment on AccelByteBlueprintsSettings_SetHttpCacheType"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetHttpCacheType) == 0x000001, "Wrong size on AccelByteBlueprintsSettings_SetHttpCacheType"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetHttpCacheType, Type) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetHttpCacheType::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetIamServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_SetIamServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetIamServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetIamServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetIamServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetIamServerUrl, IamServerUrl) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetIamServerUrl::IamServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetLeaderboardServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_SetLeaderboardServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetLeaderboardServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetLeaderboardServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetLeaderboardServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetLeaderboardServerUrl, LeaderboardServerUrl) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetLeaderboardServerUrl::LeaderboardServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetLobbyServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_SetLobbyServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetLobbyServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetLobbyServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetLobbyServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetLobbyServerUrl, LobbyServerUrl) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetLobbyServerUrl::LobbyServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetMatchmakingV2ServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_SetMatchmakingV2ServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetMatchmakingV2ServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetMatchmakingV2ServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetMatchmakingV2ServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetMatchmakingV2ServerUrl, MatchmakingV2ServerUrl) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetMatchmakingV2ServerUrl::MatchmakingV2ServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetNamespace \ +static_assert(alignof(AccelByteBlueprintsSettings_SetNamespace) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetNamespace"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetNamespace) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetNamespace"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetNamespace, Namespace) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetNamespace::Namespace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetPlatformServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_SetPlatformServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetPlatformServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetPlatformServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetPlatformServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetPlatformServerUrl, PlatformServerUrl) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetPlatformServerUrl::PlatformServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetPublisherNamespace \ +static_assert(alignof(AccelByteBlueprintsSettings_SetPublisherNamespace) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetPublisherNamespace"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetPublisherNamespace) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetPublisherNamespace"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetPublisherNamespace, PublisherNamespace) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetPublisherNamespace::PublisherNamespace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetQosLatencyPollIntervalSecs \ +static_assert(alignof(AccelByteBlueprintsSettings_SetQosLatencyPollIntervalSecs) == 0x000004, "Wrong alignment on AccelByteBlueprintsSettings_SetQosLatencyPollIntervalSecs"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetQosLatencyPollIntervalSecs) == 0x000004, "Wrong size on AccelByteBlueprintsSettings_SetQosLatencyPollIntervalSecs"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetQosLatencyPollIntervalSecs, QosLatencyPollIntervalSecs) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetQosLatencyPollIntervalSecs::QosLatencyPollIntervalSecs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetQosManagerServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_SetQosManagerServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetQosManagerServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetQosManagerServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetQosManagerServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetQosManagerServerUrl, QosManagerServerUrl) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetQosManagerServerUrl::QosManagerServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetQosPingTimeout \ +static_assert(alignof(AccelByteBlueprintsSettings_SetQosPingTimeout) == 0x000004, "Wrong alignment on AccelByteBlueprintsSettings_SetQosPingTimeout"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetQosPingTimeout) == 0x000004, "Wrong size on AccelByteBlueprintsSettings_SetQosPingTimeout"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetQosPingTimeout, QosPingTimeout) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetQosPingTimeout::QosPingTimeout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetReportingServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_SetReportingServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetReportingServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetReportingServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetReportingServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetReportingServerUrl, ReportingServerUrl) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetReportingServerUrl::ReportingServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetSeasonPassServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_SetSeasonPassServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetSeasonPassServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetSeasonPassServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetSeasonPassServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetSeasonPassServerUrl, SeasonPassServerUrl) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetSeasonPassServerUrl::SeasonPassServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetServerQosLatencyPollIntervalSecs \ +static_assert(alignof(AccelByteBlueprintsSettings_SetServerQosLatencyPollIntervalSecs) == 0x000004, "Wrong alignment on AccelByteBlueprintsSettings_SetServerQosLatencyPollIntervalSecs"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetServerQosLatencyPollIntervalSecs) == 0x000004, "Wrong size on AccelByteBlueprintsSettings_SetServerQosLatencyPollIntervalSecs"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetServerQosLatencyPollIntervalSecs, QosServerLatencyPollIntervalSecs) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetServerQosLatencyPollIntervalSecs::QosServerLatencyPollIntervalSecs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetServerUseAMS \ +static_assert(alignof(AccelByteBlueprintsSettings_SetServerUseAMS) == 0x000001, "Wrong alignment on AccelByteBlueprintsSettings_SetServerUseAMS"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetServerUseAMS) == 0x000001, "Wrong size on AccelByteBlueprintsSettings_SetServerUseAMS"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetServerUseAMS, bEnable) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetServerUseAMS::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetSessionBrowserServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_SetSessionBrowserServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetSessionBrowserServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetSessionBrowserServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetSessionBrowserServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetSessionBrowserServerUrl, SessionBrowserServerUrl) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetSessionBrowserServerUrl::SessionBrowserServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetSessionServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_SetSessionServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetSessionServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetSessionServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetSessionServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetSessionServerUrl, SessionServerUrl) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetSessionServerUrl::SessionServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetStatisticServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_SetStatisticServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetStatisticServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetStatisticServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetStatisticServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetStatisticServerUrl, StatisticServerUrl) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetStatisticServerUrl::StatisticServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetTurnManagerServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_SetTurnManagerServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetTurnManagerServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetTurnManagerServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetTurnManagerServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetTurnManagerServerUrl, TurnManagerServerUrl) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetTurnManagerServerUrl::TurnManagerServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsSettings_SetUGCServerUrl \ +static_assert(alignof(AccelByteBlueprintsSettings_SetUGCServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsSettings_SetUGCServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsSettings_SetUGCServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsSettings_SetUGCServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsSettings_SetUGCServerUrl, UGCServerUrl) == 0x000000, "Member 'AccelByteBlueprintsSettings_SetUGCServerUrl::UGCServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAccelByteBlueprintsSettings \ +static_assert(alignof(UAccelByteBlueprintsSettings) == 0x000008, "Wrong alignment on UAccelByteBlueprintsSettings"); \ +static_assert(sizeof(UAccelByteBlueprintsSettings) == 0x000030, "Wrong size on UAccelByteBlueprintsSettings"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsStatistic_CreateUserStatItems \ +static_assert(alignof(AccelByteBlueprintsStatistic_CreateUserStatItems) == 0x000008, "Wrong alignment on AccelByteBlueprintsStatistic_CreateUserStatItems"); \ +static_assert(sizeof(AccelByteBlueprintsStatistic_CreateUserStatItems) == 0x000038, "Wrong size on AccelByteBlueprintsStatistic_CreateUserStatItems"); \ +static_assert(offsetof(AccelByteBlueprintsStatistic_CreateUserStatItems, StatCodes) == 0x000000, "Member 'AccelByteBlueprintsStatistic_CreateUserStatItems::StatCodes' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsStatistic_CreateUserStatItems, OnSuccess) == 0x000010, "Member 'AccelByteBlueprintsStatistic_CreateUserStatItems::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsStatistic_CreateUserStatItems, OnError) == 0x000024, "Member 'AccelByteBlueprintsStatistic_CreateUserStatItems::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsStatistic_GetAllUserStatItems \ +static_assert(alignof(AccelByteBlueprintsStatistic_GetAllUserStatItems) == 0x000004, "Wrong alignment on AccelByteBlueprintsStatistic_GetAllUserStatItems"); \ +static_assert(sizeof(AccelByteBlueprintsStatistic_GetAllUserStatItems) == 0x000028, "Wrong size on AccelByteBlueprintsStatistic_GetAllUserStatItems"); \ +static_assert(offsetof(AccelByteBlueprintsStatistic_GetAllUserStatItems, OnSuccess) == 0x000000, "Member 'AccelByteBlueprintsStatistic_GetAllUserStatItems::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsStatistic_GetAllUserStatItems, OnError) == 0x000014, "Member 'AccelByteBlueprintsStatistic_GetAllUserStatItems::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsStatistic_GetGlobalStatItemsByStatCode \ +static_assert(alignof(AccelByteBlueprintsStatistic_GetGlobalStatItemsByStatCode) == 0x000008, "Wrong alignment on AccelByteBlueprintsStatistic_GetGlobalStatItemsByStatCode"); \ +static_assert(sizeof(AccelByteBlueprintsStatistic_GetGlobalStatItemsByStatCode) == 0x000038, "Wrong size on AccelByteBlueprintsStatistic_GetGlobalStatItemsByStatCode"); \ +static_assert(offsetof(AccelByteBlueprintsStatistic_GetGlobalStatItemsByStatCode, StatCode) == 0x000000, "Member 'AccelByteBlueprintsStatistic_GetGlobalStatItemsByStatCode::StatCode' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsStatistic_GetGlobalStatItemsByStatCode, OnSuccess) == 0x000010, "Member 'AccelByteBlueprintsStatistic_GetGlobalStatItemsByStatCode::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsStatistic_GetGlobalStatItemsByStatCode, OnError) == 0x000024, "Member 'AccelByteBlueprintsStatistic_GetGlobalStatItemsByStatCode::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsStatistic_GetUserStatItems \ +static_assert(alignof(AccelByteBlueprintsStatistic_GetUserStatItems) == 0x000008, "Wrong alignment on AccelByteBlueprintsStatistic_GetUserStatItems"); \ +static_assert(sizeof(AccelByteBlueprintsStatistic_GetUserStatItems) == 0x000048, "Wrong size on AccelByteBlueprintsStatistic_GetUserStatItems"); \ +static_assert(offsetof(AccelByteBlueprintsStatistic_GetUserStatItems, StatCodes) == 0x000000, "Member 'AccelByteBlueprintsStatistic_GetUserStatItems::StatCodes' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsStatistic_GetUserStatItems, Tags) == 0x000010, "Member 'AccelByteBlueprintsStatistic_GetUserStatItems::Tags' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsStatistic_GetUserStatItems, OnSuccess) == 0x000020, "Member 'AccelByteBlueprintsStatistic_GetUserStatItems::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsStatistic_GetUserStatItems, OnError) == 0x000034, "Member 'AccelByteBlueprintsStatistic_GetUserStatItems::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsStatistic_IncrementUserStatItems \ +static_assert(alignof(AccelByteBlueprintsStatistic_IncrementUserStatItems) == 0x000008, "Wrong alignment on AccelByteBlueprintsStatistic_IncrementUserStatItems"); \ +static_assert(sizeof(AccelByteBlueprintsStatistic_IncrementUserStatItems) == 0x000038, "Wrong size on AccelByteBlueprintsStatistic_IncrementUserStatItems"); \ +static_assert(offsetof(AccelByteBlueprintsStatistic_IncrementUserStatItems, Data) == 0x000000, "Member 'AccelByteBlueprintsStatistic_IncrementUserStatItems::Data' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsStatistic_IncrementUserStatItems, OnSuccess) == 0x000010, "Member 'AccelByteBlueprintsStatistic_IncrementUserStatItems::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsStatistic_IncrementUserStatItems, OnError) == 0x000024, "Member 'AccelByteBlueprintsStatistic_IncrementUserStatItems::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAccelByteBlueprintsStatistic \ +static_assert(alignof(UAccelByteBlueprintsStatistic) == 0x000008, "Wrong alignment on UAccelByteBlueprintsStatistic"); \ +static_assert(sizeof(UAccelByteBlueprintsStatistic) == 0x000030, "Wrong size on UAccelByteBlueprintsStatistic"); \ + +#define DUMPER7_ASSERTS_BPUser_GetPlatformLinks \ +static_assert(alignof(BPUser_GetPlatformLinks) == 0x000004, "Wrong alignment on BPUser_GetPlatformLinks"); \ +static_assert(sizeof(BPUser_GetPlatformLinks) == 0x000028, "Wrong size on BPUser_GetPlatformLinks"); \ +static_assert(offsetof(BPUser_GetPlatformLinks, OnSuccess) == 0x000000, "Member 'BPUser_GetPlatformLinks::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPUser_GetPlatformLinks, OnError) == 0x000014, "Member 'BPUser_GetPlatformLinks::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPUser_GetUserEligibleToPlay \ +static_assert(alignof(BPUser_GetUserEligibleToPlay) == 0x000004, "Wrong alignment on BPUser_GetUserEligibleToPlay"); \ +static_assert(sizeof(BPUser_GetUserEligibleToPlay) == 0x000028, "Wrong size on BPUser_GetUserEligibleToPlay"); \ +static_assert(offsetof(BPUser_GetUserEligibleToPlay, OnSuccess) == 0x000000, "Member 'BPUser_GetUserEligibleToPlay::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPUser_GetUserEligibleToPlay, OnError) == 0x000014, "Member 'BPUser_GetUserEligibleToPlay::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPUser_LinkOtherPlatform \ +static_assert(alignof(BPUser_LinkOtherPlatform) == 0x000008, "Wrong alignment on BPUser_LinkOtherPlatform"); \ +static_assert(sizeof(BPUser_LinkOtherPlatform) == 0x000040, "Wrong size on BPUser_LinkOtherPlatform"); \ +static_assert(offsetof(BPUser_LinkOtherPlatform, PlatformType) == 0x000000, "Member 'BPUser_LinkOtherPlatform::PlatformType' has a wrong offset!"); \ +static_assert(offsetof(BPUser_LinkOtherPlatform, Ticket) == 0x000008, "Member 'BPUser_LinkOtherPlatform::Ticket' has a wrong offset!"); \ +static_assert(offsetof(BPUser_LinkOtherPlatform, OnSuccess) == 0x000018, "Member 'BPUser_LinkOtherPlatform::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPUser_LinkOtherPlatform, OnError) == 0x00002C, "Member 'BPUser_LinkOtherPlatform::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPUser_LoginWithDeviceId \ +static_assert(alignof(BPUser_LoginWithDeviceId) == 0x000004, "Wrong alignment on BPUser_LoginWithDeviceId"); \ +static_assert(sizeof(BPUser_LoginWithDeviceId) == 0x000028, "Wrong size on BPUser_LoginWithDeviceId"); \ +static_assert(offsetof(BPUser_LoginWithDeviceId, OnSuccess) == 0x000000, "Member 'BPUser_LoginWithDeviceId::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPUser_LoginWithDeviceId, OnError) == 0x000014, "Member 'BPUser_LoginWithDeviceId::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPUser_LoginWithOtherPlatform \ +static_assert(alignof(BPUser_LoginWithOtherPlatform) == 0x000008, "Wrong alignment on BPUser_LoginWithOtherPlatform"); \ +static_assert(sizeof(BPUser_LoginWithOtherPlatform) == 0x000048, "Wrong size on BPUser_LoginWithOtherPlatform"); \ +static_assert(offsetof(BPUser_LoginWithOtherPlatform, PlatformType) == 0x000000, "Member 'BPUser_LoginWithOtherPlatform::PlatformType' has a wrong offset!"); \ +static_assert(offsetof(BPUser_LoginWithOtherPlatform, Token) == 0x000008, "Member 'BPUser_LoginWithOtherPlatform::Token' has a wrong offset!"); \ +static_assert(offsetof(BPUser_LoginWithOtherPlatform, OnSuccess) == 0x000018, "Member 'BPUser_LoginWithOtherPlatform::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPUser_LoginWithOtherPlatform, OnError) == 0x00002C, "Member 'BPUser_LoginWithOtherPlatform::OnError' has a wrong offset!"); \ +static_assert(offsetof(BPUser_LoginWithOtherPlatform, bCreateHeadless) == 0x000040, "Member 'BPUser_LoginWithOtherPlatform::bCreateHeadless' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPUser_LoginWithUsername \ +static_assert(alignof(BPUser_LoginWithUsername) == 0x000008, "Wrong alignment on BPUser_LoginWithUsername"); \ +static_assert(sizeof(BPUser_LoginWithUsername) == 0x000048, "Wrong size on BPUser_LoginWithUsername"); \ +static_assert(offsetof(BPUser_LoginWithUsername, Username) == 0x000000, "Member 'BPUser_LoginWithUsername::Username' has a wrong offset!"); \ +static_assert(offsetof(BPUser_LoginWithUsername, Password) == 0x000010, "Member 'BPUser_LoginWithUsername::Password' has a wrong offset!"); \ +static_assert(offsetof(BPUser_LoginWithUsername, OnSuccess) == 0x000020, "Member 'BPUser_LoginWithUsername::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPUser_LoginWithUsername, OnError) == 0x000034, "Member 'BPUser_LoginWithUsername::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPUser_Logout \ +static_assert(alignof(BPUser_Logout) == 0x000004, "Wrong alignment on BPUser_Logout"); \ +static_assert(sizeof(BPUser_Logout) == 0x000028, "Wrong size on BPUser_Logout"); \ +static_assert(offsetof(BPUser_Logout, OnSuccess) == 0x000000, "Member 'BPUser_Logout::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPUser_Logout, OnError) == 0x000014, "Member 'BPUser_Logout::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPUser_Register \ +static_assert(alignof(BPUser_Register) == 0x000008, "Wrong alignment on BPUser_Register"); \ +static_assert(sizeof(BPUser_Register) == 0x000078, "Wrong size on BPUser_Register"); \ +static_assert(offsetof(BPUser_Register, Username) == 0x000000, "Member 'BPUser_Register::Username' has a wrong offset!"); \ +static_assert(offsetof(BPUser_Register, Password) == 0x000010, "Member 'BPUser_Register::Password' has a wrong offset!"); \ +static_assert(offsetof(BPUser_Register, DisplayName) == 0x000020, "Member 'BPUser_Register::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(BPUser_Register, Country) == 0x000030, "Member 'BPUser_Register::Country' has a wrong offset!"); \ +static_assert(offsetof(BPUser_Register, DateOfBirth) == 0x000040, "Member 'BPUser_Register::DateOfBirth' has a wrong offset!"); \ +static_assert(offsetof(BPUser_Register, OnSuccess) == 0x000050, "Member 'BPUser_Register::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPUser_Register, OnError) == 0x000064, "Member 'BPUser_Register::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPUser_ResetPassword \ +static_assert(alignof(BPUser_ResetPassword) == 0x000008, "Wrong alignment on BPUser_ResetPassword"); \ +static_assert(sizeof(BPUser_ResetPassword) == 0x000058, "Wrong size on BPUser_ResetPassword"); \ +static_assert(offsetof(BPUser_ResetPassword, VerificationCode) == 0x000000, "Member 'BPUser_ResetPassword::VerificationCode' has a wrong offset!"); \ +static_assert(offsetof(BPUser_ResetPassword, EmailAddress) == 0x000010, "Member 'BPUser_ResetPassword::EmailAddress' has a wrong offset!"); \ +static_assert(offsetof(BPUser_ResetPassword, NewPassword) == 0x000020, "Member 'BPUser_ResetPassword::NewPassword' has a wrong offset!"); \ +static_assert(offsetof(BPUser_ResetPassword, OnSuccess) == 0x000030, "Member 'BPUser_ResetPassword::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPUser_ResetPassword, OnError) == 0x000044, "Member 'BPUser_ResetPassword::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPUser_SendResetPasswordCode \ +static_assert(alignof(BPUser_SendResetPasswordCode) == 0x000008, "Wrong alignment on BPUser_SendResetPasswordCode"); \ +static_assert(sizeof(BPUser_SendResetPasswordCode) == 0x000038, "Wrong size on BPUser_SendResetPasswordCode"); \ +static_assert(offsetof(BPUser_SendResetPasswordCode, EmailAddress) == 0x000000, "Member 'BPUser_SendResetPasswordCode::EmailAddress' has a wrong offset!"); \ +static_assert(offsetof(BPUser_SendResetPasswordCode, OnSuccess) == 0x000010, "Member 'BPUser_SendResetPasswordCode::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPUser_SendResetPasswordCode, OnError) == 0x000024, "Member 'BPUser_SendResetPasswordCode::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPUser_SendUpgradeVerificationCode \ +static_assert(alignof(BPUser_SendUpgradeVerificationCode) == 0x000008, "Wrong alignment on BPUser_SendUpgradeVerificationCode"); \ +static_assert(sizeof(BPUser_SendUpgradeVerificationCode) == 0x000038, "Wrong size on BPUser_SendUpgradeVerificationCode"); \ +static_assert(offsetof(BPUser_SendUpgradeVerificationCode, EmailAddress) == 0x000000, "Member 'BPUser_SendUpgradeVerificationCode::EmailAddress' has a wrong offset!"); \ +static_assert(offsetof(BPUser_SendUpgradeVerificationCode, OnSuccess) == 0x000010, "Member 'BPUser_SendUpgradeVerificationCode::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPUser_SendUpgradeVerificationCode, OnError) == 0x000024, "Member 'BPUser_SendUpgradeVerificationCode::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPUser_SendVerificationCode \ +static_assert(alignof(BPUser_SendVerificationCode) == 0x000004, "Wrong alignment on BPUser_SendVerificationCode"); \ +static_assert(sizeof(BPUser_SendVerificationCode) == 0x000028, "Wrong size on BPUser_SendVerificationCode"); \ +static_assert(offsetof(BPUser_SendVerificationCode, OnSuccess) == 0x000000, "Member 'BPUser_SendVerificationCode::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPUser_SendVerificationCode, OnError) == 0x000014, "Member 'BPUser_SendVerificationCode::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPUser_UnlinkAllOtherPlatform \ +static_assert(alignof(BPUser_UnlinkAllOtherPlatform) == 0x000004, "Wrong alignment on BPUser_UnlinkAllOtherPlatform"); \ +static_assert(sizeof(BPUser_UnlinkAllOtherPlatform) == 0x00002C, "Wrong size on BPUser_UnlinkAllOtherPlatform"); \ +static_assert(offsetof(BPUser_UnlinkAllOtherPlatform, PlatformType) == 0x000000, "Member 'BPUser_UnlinkAllOtherPlatform::PlatformType' has a wrong offset!"); \ +static_assert(offsetof(BPUser_UnlinkAllOtherPlatform, OnSuccess) == 0x000004, "Member 'BPUser_UnlinkAllOtherPlatform::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPUser_UnlinkAllOtherPlatform, OnError) == 0x000018, "Member 'BPUser_UnlinkAllOtherPlatform::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPUser_UnlinkAllOtherPlatformId \ +static_assert(alignof(BPUser_UnlinkAllOtherPlatformId) == 0x000008, "Wrong alignment on BPUser_UnlinkAllOtherPlatformId"); \ +static_assert(sizeof(BPUser_UnlinkAllOtherPlatformId) == 0x000038, "Wrong size on BPUser_UnlinkAllOtherPlatformId"); \ +static_assert(offsetof(BPUser_UnlinkAllOtherPlatformId, PlatformId) == 0x000000, "Member 'BPUser_UnlinkAllOtherPlatformId::PlatformId' has a wrong offset!"); \ +static_assert(offsetof(BPUser_UnlinkAllOtherPlatformId, OnSuccess) == 0x000010, "Member 'BPUser_UnlinkAllOtherPlatformId::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPUser_UnlinkAllOtherPlatformId, OnError) == 0x000024, "Member 'BPUser_UnlinkAllOtherPlatformId::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPUser_UnlinkOtherPlatform \ +static_assert(alignof(BPUser_UnlinkOtherPlatform) == 0x000004, "Wrong alignment on BPUser_UnlinkOtherPlatform"); \ +static_assert(sizeof(BPUser_UnlinkOtherPlatform) == 0x00002C, "Wrong size on BPUser_UnlinkOtherPlatform"); \ +static_assert(offsetof(BPUser_UnlinkOtherPlatform, PlatformType) == 0x000000, "Member 'BPUser_UnlinkOtherPlatform::PlatformType' has a wrong offset!"); \ +static_assert(offsetof(BPUser_UnlinkOtherPlatform, OnSuccess) == 0x000004, "Member 'BPUser_UnlinkOtherPlatform::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPUser_UnlinkOtherPlatform, OnError) == 0x000018, "Member 'BPUser_UnlinkOtherPlatform::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPUser_UnlinkOtherPlatformId \ +static_assert(alignof(BPUser_UnlinkOtherPlatformId) == 0x000008, "Wrong alignment on BPUser_UnlinkOtherPlatformId"); \ +static_assert(sizeof(BPUser_UnlinkOtherPlatformId) == 0x000038, "Wrong size on BPUser_UnlinkOtherPlatformId"); \ +static_assert(offsetof(BPUser_UnlinkOtherPlatformId, PlatformId) == 0x000000, "Member 'BPUser_UnlinkOtherPlatformId::PlatformId' has a wrong offset!"); \ +static_assert(offsetof(BPUser_UnlinkOtherPlatformId, OnSuccess) == 0x000010, "Member 'BPUser_UnlinkOtherPlatformId::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPUser_UnlinkOtherPlatformId, OnError) == 0x000024, "Member 'BPUser_UnlinkOtherPlatformId::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPUser_UnlinkOtherPlatformWithCustomErrorHandler \ +static_assert(alignof(BPUser_UnlinkOtherPlatformWithCustomErrorHandler) == 0x000004, "Wrong alignment on BPUser_UnlinkOtherPlatformWithCustomErrorHandler"); \ +static_assert(sizeof(BPUser_UnlinkOtherPlatformWithCustomErrorHandler) == 0x00002C, "Wrong size on BPUser_UnlinkOtherPlatformWithCustomErrorHandler"); \ +static_assert(offsetof(BPUser_UnlinkOtherPlatformWithCustomErrorHandler, PlatformType) == 0x000000, "Member 'BPUser_UnlinkOtherPlatformWithCustomErrorHandler::PlatformType' has a wrong offset!"); \ +static_assert(offsetof(BPUser_UnlinkOtherPlatformWithCustomErrorHandler, OnSuccess) == 0x000004, "Member 'BPUser_UnlinkOtherPlatformWithCustomErrorHandler::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPUser_UnlinkOtherPlatformWithCustomErrorHandler, OnError) == 0x000018, "Member 'BPUser_UnlinkOtherPlatformWithCustomErrorHandler::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPUser_Upgrade \ +static_assert(alignof(BPUser_Upgrade) == 0x000008, "Wrong alignment on BPUser_Upgrade"); \ +static_assert(sizeof(BPUser_Upgrade) == 0x000048, "Wrong size on BPUser_Upgrade"); \ +static_assert(offsetof(BPUser_Upgrade, Username) == 0x000000, "Member 'BPUser_Upgrade::Username' has a wrong offset!"); \ +static_assert(offsetof(BPUser_Upgrade, Password) == 0x000010, "Member 'BPUser_Upgrade::Password' has a wrong offset!"); \ +static_assert(offsetof(BPUser_Upgrade, OnSuccess) == 0x000020, "Member 'BPUser_Upgrade::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPUser_Upgrade, OnError) == 0x000034, "Member 'BPUser_Upgrade::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPUser_UpgradeAndVerify \ +static_assert(alignof(BPUser_UpgradeAndVerify) == 0x000008, "Wrong alignment on BPUser_UpgradeAndVerify"); \ +static_assert(sizeof(BPUser_UpgradeAndVerify) == 0x000058, "Wrong size on BPUser_UpgradeAndVerify"); \ +static_assert(offsetof(BPUser_UpgradeAndVerify, Username) == 0x000000, "Member 'BPUser_UpgradeAndVerify::Username' has a wrong offset!"); \ +static_assert(offsetof(BPUser_UpgradeAndVerify, Password) == 0x000010, "Member 'BPUser_UpgradeAndVerify::Password' has a wrong offset!"); \ +static_assert(offsetof(BPUser_UpgradeAndVerify, VerificationCode) == 0x000020, "Member 'BPUser_UpgradeAndVerify::VerificationCode' has a wrong offset!"); \ +static_assert(offsetof(BPUser_UpgradeAndVerify, OnSuccess) == 0x000030, "Member 'BPUser_UpgradeAndVerify::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPUser_UpgradeAndVerify, OnError) == 0x000044, "Member 'BPUser_UpgradeAndVerify::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPUser_Verify \ +static_assert(alignof(BPUser_Verify) == 0x000008, "Wrong alignment on BPUser_Verify"); \ +static_assert(sizeof(BPUser_Verify) == 0x000038, "Wrong size on BPUser_Verify"); \ +static_assert(offsetof(BPUser_Verify, VerificationCode) == 0x000000, "Member 'BPUser_Verify::VerificationCode' has a wrong offset!"); \ +static_assert(offsetof(BPUser_Verify, OnSuccess) == 0x000010, "Member 'BPUser_Verify::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPUser_Verify, OnError) == 0x000024, "Member 'BPUser_Verify::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPUser \ +static_assert(alignof(UBPUser) == 0x000008, "Wrong alignment on UBPUser"); \ +static_assert(sizeof(UBPUser) == 0x000030, "Wrong size on UBPUser"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsUserProfile_CreateUserProfile \ +static_assert(alignof(AccelByteBlueprintsUserProfile_CreateUserProfile) == 0x000008, "Wrong alignment on AccelByteBlueprintsUserProfile_CreateUserProfile"); \ +static_assert(sizeof(AccelByteBlueprintsUserProfile_CreateUserProfile) == 0x0000E8, "Wrong size on AccelByteBlueprintsUserProfile_CreateUserProfile"); \ +static_assert(offsetof(AccelByteBlueprintsUserProfile_CreateUserProfile, ProfileCreateRequest) == 0x000000, "Member 'AccelByteBlueprintsUserProfile_CreateUserProfile::ProfileCreateRequest' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsUserProfile_CreateUserProfile, OnSuccess) == 0x0000C0, "Member 'AccelByteBlueprintsUserProfile_CreateUserProfile::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsUserProfile_CreateUserProfile, OnError) == 0x0000D4, "Member 'AccelByteBlueprintsUserProfile_CreateUserProfile::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsUserProfile_GenerateUploadURL \ +static_assert(alignof(AccelByteBlueprintsUserProfile_GenerateUploadURL) == 0x000008, "Wrong alignment on AccelByteBlueprintsUserProfile_GenerateUploadURL"); \ +static_assert(sizeof(AccelByteBlueprintsUserProfile_GenerateUploadURL) == 0x000040, "Wrong size on AccelByteBlueprintsUserProfile_GenerateUploadURL"); \ +static_assert(offsetof(AccelByteBlueprintsUserProfile_GenerateUploadURL, Folder) == 0x000000, "Member 'AccelByteBlueprintsUserProfile_GenerateUploadURL::Folder' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsUserProfile_GenerateUploadURL, FileType) == 0x000010, "Member 'AccelByteBlueprintsUserProfile_GenerateUploadURL::FileType' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsUserProfile_GenerateUploadURL, OnSuccess) == 0x000014, "Member 'AccelByteBlueprintsUserProfile_GenerateUploadURL::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsUserProfile_GenerateUploadURL, OnError) == 0x000028, "Member 'AccelByteBlueprintsUserProfile_GenerateUploadURL::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsUserProfile_GenerateUploadURLForUserContent \ +static_assert(alignof(AccelByteBlueprintsUserProfile_GenerateUploadURLForUserContent) == 0x000008, "Wrong alignment on AccelByteBlueprintsUserProfile_GenerateUploadURLForUserContent"); \ +static_assert(sizeof(AccelByteBlueprintsUserProfile_GenerateUploadURLForUserContent) == 0x000040, "Wrong size on AccelByteBlueprintsUserProfile_GenerateUploadURLForUserContent"); \ +static_assert(offsetof(AccelByteBlueprintsUserProfile_GenerateUploadURLForUserContent, UserId) == 0x000000, "Member 'AccelByteBlueprintsUserProfile_GenerateUploadURLForUserContent::UserId' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsUserProfile_GenerateUploadURLForUserContent, FileType) == 0x000010, "Member 'AccelByteBlueprintsUserProfile_GenerateUploadURLForUserContent::FileType' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsUserProfile_GenerateUploadURLForUserContent, OnSuccess) == 0x000014, "Member 'AccelByteBlueprintsUserProfile_GenerateUploadURLForUserContent::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsUserProfile_GenerateUploadURLForUserContent, OnError) == 0x000028, "Member 'AccelByteBlueprintsUserProfile_GenerateUploadURLForUserContent::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsUserProfile_GetPrivateCustomAttributes \ +static_assert(alignof(AccelByteBlueprintsUserProfile_GetPrivateCustomAttributes) == 0x000004, "Wrong alignment on AccelByteBlueprintsUserProfile_GetPrivateCustomAttributes"); \ +static_assert(sizeof(AccelByteBlueprintsUserProfile_GetPrivateCustomAttributes) == 0x000028, "Wrong size on AccelByteBlueprintsUserProfile_GetPrivateCustomAttributes"); \ +static_assert(offsetof(AccelByteBlueprintsUserProfile_GetPrivateCustomAttributes, OnSuccess) == 0x000000, "Member 'AccelByteBlueprintsUserProfile_GetPrivateCustomAttributes::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsUserProfile_GetPrivateCustomAttributes, OnError) == 0x000014, "Member 'AccelByteBlueprintsUserProfile_GetPrivateCustomAttributes::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsUserProfile_GetUserProfile \ +static_assert(alignof(AccelByteBlueprintsUserProfile_GetUserProfile) == 0x000004, "Wrong alignment on AccelByteBlueprintsUserProfile_GetUserProfile"); \ +static_assert(sizeof(AccelByteBlueprintsUserProfile_GetUserProfile) == 0x000028, "Wrong size on AccelByteBlueprintsUserProfile_GetUserProfile"); \ +static_assert(offsetof(AccelByteBlueprintsUserProfile_GetUserProfile, OnSuccess) == 0x000000, "Member 'AccelByteBlueprintsUserProfile_GetUserProfile::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsUserProfile_GetUserProfile, OnError) == 0x000014, "Member 'AccelByteBlueprintsUserProfile_GetUserProfile::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsUserProfile_UpdatePrivateCustomAttributes \ +static_assert(alignof(AccelByteBlueprintsUserProfile_UpdatePrivateCustomAttributes) == 0x000008, "Wrong alignment on AccelByteBlueprintsUserProfile_UpdatePrivateCustomAttributes"); \ +static_assert(sizeof(AccelByteBlueprintsUserProfile_UpdatePrivateCustomAttributes) == 0x000048, "Wrong size on AccelByteBlueprintsUserProfile_UpdatePrivateCustomAttributes"); \ +static_assert(offsetof(AccelByteBlueprintsUserProfile_UpdatePrivateCustomAttributes, PrivateCustomAttributesUpdateRequest) == 0x000000, "Member 'AccelByteBlueprintsUserProfile_UpdatePrivateCustomAttributes::PrivateCustomAttributesUpdateRequest' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsUserProfile_UpdatePrivateCustomAttributes, OnSuccess) == 0x000020, "Member 'AccelByteBlueprintsUserProfile_UpdatePrivateCustomAttributes::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsUserProfile_UpdatePrivateCustomAttributes, OnError) == 0x000034, "Member 'AccelByteBlueprintsUserProfile_UpdatePrivateCustomAttributes::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsUserProfile_UpdateUserProfile \ +static_assert(alignof(AccelByteBlueprintsUserProfile_UpdateUserProfile) == 0x000008, "Wrong alignment on AccelByteBlueprintsUserProfile_UpdateUserProfile"); \ +static_assert(sizeof(AccelByteBlueprintsUserProfile_UpdateUserProfile) == 0x0000F8, "Wrong size on AccelByteBlueprintsUserProfile_UpdateUserProfile"); \ +static_assert(offsetof(AccelByteBlueprintsUserProfile_UpdateUserProfile, ProfileUpdateRequest) == 0x000000, "Member 'AccelByteBlueprintsUserProfile_UpdateUserProfile::ProfileUpdateRequest' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsUserProfile_UpdateUserProfile, OnSuccess) == 0x0000D0, "Member 'AccelByteBlueprintsUserProfile_UpdateUserProfile::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsUserProfile_UpdateUserProfile, OnError) == 0x0000E4, "Member 'AccelByteBlueprintsUserProfile_UpdateUserProfile::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAccelByteBlueprintsUserProfile \ +static_assert(alignof(UAccelByteBlueprintsUserProfile) == 0x000008, "Wrong alignment on UAccelByteBlueprintsUserProfile"); \ +static_assert(sizeof(UAccelByteBlueprintsUserProfile) == 0x000030, "Wrong size on UAccelByteBlueprintsUserProfile"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsWallet_GetWalletInfoByCurrencyCode \ +static_assert(alignof(AccelByteBlueprintsWallet_GetWalletInfoByCurrencyCode) == 0x000008, "Wrong alignment on AccelByteBlueprintsWallet_GetWalletInfoByCurrencyCode"); \ +static_assert(sizeof(AccelByteBlueprintsWallet_GetWalletInfoByCurrencyCode) == 0x000038, "Wrong size on AccelByteBlueprintsWallet_GetWalletInfoByCurrencyCode"); \ +static_assert(offsetof(AccelByteBlueprintsWallet_GetWalletInfoByCurrencyCode, CurrencyCode) == 0x000000, "Member 'AccelByteBlueprintsWallet_GetWalletInfoByCurrencyCode::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsWallet_GetWalletInfoByCurrencyCode, OnSuccess) == 0x000010, "Member 'AccelByteBlueprintsWallet_GetWalletInfoByCurrencyCode::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsWallet_GetWalletInfoByCurrencyCode, OnError) == 0x000024, "Member 'AccelByteBlueprintsWallet_GetWalletInfoByCurrencyCode::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsWallet_GetWalletInfoByCurrencyCodeV2 \ +static_assert(alignof(AccelByteBlueprintsWallet_GetWalletInfoByCurrencyCodeV2) == 0x000008, "Wrong alignment on AccelByteBlueprintsWallet_GetWalletInfoByCurrencyCodeV2"); \ +static_assert(sizeof(AccelByteBlueprintsWallet_GetWalletInfoByCurrencyCodeV2) == 0x000038, "Wrong size on AccelByteBlueprintsWallet_GetWalletInfoByCurrencyCodeV2"); \ +static_assert(offsetof(AccelByteBlueprintsWallet_GetWalletInfoByCurrencyCodeV2, CurrencyCode) == 0x000000, "Member 'AccelByteBlueprintsWallet_GetWalletInfoByCurrencyCodeV2::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsWallet_GetWalletInfoByCurrencyCodeV2, OnSuccess) == 0x000010, "Member 'AccelByteBlueprintsWallet_GetWalletInfoByCurrencyCodeV2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(AccelByteBlueprintsWallet_GetWalletInfoByCurrencyCodeV2, OnError) == 0x000024, "Member 'AccelByteBlueprintsWallet_GetWalletInfoByCurrencyCodeV2::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAccelByteBlueprintsWallet \ +static_assert(alignof(UAccelByteBlueprintsWallet) == 0x000008, "Wrong alignment on UAccelByteBlueprintsWallet"); \ +static_assert(sizeof(UAccelByteBlueprintsWallet) == 0x000030, "Wrong size on UAccelByteBlueprintsWallet"); \ + +#define DUMPER7_ASSERTS_BP_PhoneToolCamera_C_ExecuteUbergraph_BP_PhoneToolCamera \ +static_assert(alignof(BP_PhoneToolCamera_C_ExecuteUbergraph_BP_PhoneToolCamera) == 0x000004, "Wrong alignment on BP_PhoneToolCamera_C_ExecuteUbergraph_BP_PhoneToolCamera"); \ +static_assert(sizeof(BP_PhoneToolCamera_C_ExecuteUbergraph_BP_PhoneToolCamera) == 0x000004, "Wrong size on BP_PhoneToolCamera_C_ExecuteUbergraph_BP_PhoneToolCamera"); \ +static_assert(offsetof(BP_PhoneToolCamera_C_ExecuteUbergraph_BP_PhoneToolCamera, EntryPoint) == 0x000000, "Member 'BP_PhoneToolCamera_C_ExecuteUbergraph_BP_PhoneToolCamera::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhoneToolCamera_C_UserConstructionScript \ +static_assert(alignof(BP_PhoneToolCamera_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_PhoneToolCamera_C_UserConstructionScript"); \ +static_assert(sizeof(BP_PhoneToolCamera_C_UserConstructionScript) == 0x000070, "Wrong size on BP_PhoneToolCamera_C_UserConstructionScript"); \ +static_assert(offsetof(BP_PhoneToolCamera_C_UserConstructionScript, CallFunc_Conv_ByteToFloat_ReturnValue) == 0x000000, "Member 'BP_PhoneToolCamera_C_UserConstructionScript::CallFunc_Conv_ByteToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhoneToolCamera_C_UserConstructionScript, CallFunc_Conv_ByteToFloat_ReturnValue_1) == 0x000004, "Member 'BP_PhoneToolCamera_C_UserConstructionScript::CallFunc_Conv_ByteToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhoneToolCamera_C_UserConstructionScript, CallFunc_Conv_ByteToFloat_ReturnValue_2) == 0x000008, "Member 'BP_PhoneToolCamera_C_UserConstructionScript::CallFunc_Conv_ByteToFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PhoneToolCamera_C_UserConstructionScript, CallFunc_Conv_ByteToFloat_ReturnValue_3) == 0x00000C, "Member 'BP_PhoneToolCamera_C_UserConstructionScript::CallFunc_Conv_ByteToFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PhoneToolCamera_C_UserConstructionScript, CallFunc_Conv_ByteToFloat_ReturnValue_4) == 0x000010, "Member 'BP_PhoneToolCamera_C_UserConstructionScript::CallFunc_Conv_ByteToFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PhoneToolCamera_C_UserConstructionScript, CallFunc_MakeVector4_ReturnValue) == 0x000020, "Member 'BP_PhoneToolCamera_C_UserConstructionScript::CallFunc_MakeVector4_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhoneToolCamera_C_UserConstructionScript, CallFunc_Conv_ByteToFloat_ReturnValue_5) == 0x000030, "Member 'BP_PhoneToolCamera_C_UserConstructionScript::CallFunc_Conv_ByteToFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PhoneToolCamera_C_UserConstructionScript, CallFunc_MakeVector4_ReturnValue_1) == 0x000040, "Member 'BP_PhoneToolCamera_C_UserConstructionScript::CallFunc_MakeVector4_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhoneToolCamera_C_UserConstructionScript, CallFunc_Conv_ByteToFloat_ReturnValue_6) == 0x000050, "Member 'BP_PhoneToolCamera_C_UserConstructionScript::CallFunc_Conv_ByteToFloat_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_PhoneToolCamera_C_UserConstructionScript, CallFunc_Conv_ByteToFloat_ReturnValue_7) == 0x000054, "Member 'BP_PhoneToolCamera_C_UserConstructionScript::CallFunc_Conv_ByteToFloat_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_PhoneToolCamera_C_UserConstructionScript, CallFunc_Conv_ByteToFloat_ReturnValue_8) == 0x000058, "Member 'BP_PhoneToolCamera_C_UserConstructionScript::CallFunc_Conv_ByteToFloat_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_PhoneToolCamera_C_UserConstructionScript, CallFunc_MakeVector4_ReturnValue_2) == 0x000060, "Member 'BP_PhoneToolCamera_C_UserConstructionScript::CallFunc_MakeVector4_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PhoneToolCamera_C \ +static_assert(alignof(ABP_PhoneToolCamera_C) == 0x000010, "Wrong alignment on ABP_PhoneToolCamera_C"); \ +static_assert(sizeof(ABP_PhoneToolCamera_C) == 0x0005E0, "Wrong size on ABP_PhoneToolCamera_C"); \ +static_assert(offsetof(ABP_PhoneToolCamera_C, UberGraphFrame) == 0x000590, "Member 'ABP_PhoneToolCamera_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhoneToolCamera_C, ControlID) == 0x000598, "Member 'ABP_PhoneToolCamera_C::ControlID' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhoneToolCamera_C, In_Controls_Reference_Idle) == 0x0005A0, "Member 'ABP_PhoneToolCamera_C::In_Controls_Reference_Idle' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhoneToolCamera_C, Glow_Intensity) == 0x0005C8, "Member 'ABP_PhoneToolCamera_C::Glow_Intensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhoneToolCamera_C, Phone_Ready_Color) == 0x0005CC, "Member 'ABP_PhoneToolCamera_C::Phone_Ready_Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhoneToolCamera_C, Phone_Activaded_Color) == 0x0005D0, "Member 'ABP_PhoneToolCamera_C::Phone_Activaded_Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhoneToolCamera_C, Phone_Success_Color) == 0x0005D4, "Member 'ABP_PhoneToolCamera_C::Phone_Success_Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteUniqueIdComposite \ +static_assert(alignof(FAccelByteUniqueIdComposite) == 0x000008, "Wrong alignment on FAccelByteUniqueIdComposite"); \ +static_assert(sizeof(FAccelByteUniqueIdComposite) == 0x000030, "Wrong size on FAccelByteUniqueIdComposite"); \ +static_assert(offsetof(FAccelByteUniqueIdComposite, Id) == 0x000000, "Member 'FAccelByteUniqueIdComposite::Id' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteUniqueIdComposite, PlatformType) == 0x000010, "Member 'FAccelByteUniqueIdComposite::PlatformType' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteUniqueIdComposite, PlatformId) == 0x000020, "Member 'FAccelByteUniqueIdComposite::PlatformId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAuthHandlerComponentAccelByteFactory \ +static_assert(alignof(UAuthHandlerComponentAccelByteFactory) == 0x000008, "Wrong alignment on UAuthHandlerComponentAccelByteFactory"); \ +static_assert(sizeof(UAuthHandlerComponentAccelByteFactory) == 0x000030, "Wrong size on UAuthHandlerComponentAccelByteFactory"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Credits_Title_C \ +static_assert(alignof(UWBP_UI_Credits_Title_C) == 0x000008, "Wrong alignment on UWBP_UI_Credits_Title_C"); \ +static_assert(sizeof(UWBP_UI_Credits_Title_C) == 0x000298, "Wrong size on UWBP_UI_Credits_Title_C"); \ + +#define DUMPER7_ASSERTS_FAccelByteSignalingTurnServer \ +static_assert(alignof(FAccelByteSignalingTurnServer) == 0x000008, "Wrong alignment on FAccelByteSignalingTurnServer"); \ +static_assert(sizeof(FAccelByteSignalingTurnServer) == 0x000038, "Wrong size on FAccelByteSignalingTurnServer"); \ +static_assert(offsetof(FAccelByteSignalingTurnServer, Host) == 0x000000, "Member 'FAccelByteSignalingTurnServer::Host' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteSignalingTurnServer, Port) == 0x000010, "Member 'FAccelByteSignalingTurnServer::Port' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteSignalingTurnServer, Username) == 0x000018, "Member 'FAccelByteSignalingTurnServer::Username' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteSignalingTurnServer, Password) == 0x000028, "Member 'FAccelByteSignalingTurnServer::Password' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteSignalingMessage \ +static_assert(alignof(FAccelByteSignalingMessage) == 0x000008, "Wrong alignment on FAccelByteSignalingMessage"); \ +static_assert(sizeof(FAccelByteSignalingMessage) == 0x000060, "Wrong size on FAccelByteSignalingMessage"); \ +static_assert(offsetof(FAccelByteSignalingMessage, Type) == 0x000000, "Member 'FAccelByteSignalingMessage::Type' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteSignalingMessage, Channel) == 0x000010, "Member 'FAccelByteSignalingMessage::Channel' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteSignalingMessage, Data) == 0x000018, "Member 'FAccelByteSignalingMessage::Data' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteSignalingMessage, TurnServer) == 0x000028, "Member 'FAccelByteSignalingMessage::TurnServer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIpConnectionAccelByte \ +static_assert(alignof(UIpConnectionAccelByte) == 0x000008, "Wrong alignment on UIpConnectionAccelByte"); \ +static_assert(sizeof(UIpConnectionAccelByte) == 0x001CB0, "Wrong size on UIpConnectionAccelByte"); \ + +#define DUMPER7_ASSERTS_UIpNetDriverAccelByte \ +static_assert(alignof(UIpNetDriverAccelByte) == 0x000008, "Wrong alignment on UIpNetDriverAccelByte"); \ +static_assert(sizeof(UIpNetDriverAccelByte) == 0x000800, "Wrong size on UIpNetDriverAccelByte"); \ + +#define DUMPER7_ASSERTS_UGA_HackDrone_C \ +static_assert(alignof(UGA_HackDrone_C) == 0x000008, "Wrong alignment on UGA_HackDrone_C"); \ +static_assert(sizeof(UGA_HackDrone_C) == 0x0004D8, "Wrong size on UGA_HackDrone_C"); \ + +#define DUMPER7_ASSERTS_CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor \ +static_assert(alignof(CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor) == 0x000008, "Wrong alignment on CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor"); \ +static_assert(sizeof(CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor) == 0x000058, "Wrong size on CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor"); \ +static_assert(offsetof(CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor, EntryPoint) == 0x000000, "Member 'CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor, ___int_Loop_Counter_Variable) == 0x000004, "Member 'CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor::___int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor, CallFunc_Create_ReturnValue) == 0x000010, "Member 'CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor, K2Node_Event_DeltaSeconds) == 0x000018, "Member 'CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor, CallFunc_GetPlayerController_ReturnValue) == 0x000020, "Member 'CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor, CallFunc_GetPlayerController_ReturnValue_1) == 0x000028, "Member 'CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor, CallFunc_WasInputKeyJustPressed_ReturnValue) == 0x000030, "Member 'CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor::CallFunc_WasInputKeyJustPressed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor, CallFunc_IsInputKeyDown_ReturnValue) == 0x000031, "Member 'CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor::CallFunc_IsInputKeyDown_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor, CallFunc_WasInputKeyJustReleased_ReturnValue) == 0x000032, "Member 'CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor::CallFunc_WasInputKeyJustReleased_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor, ___int_Array_Index_Variable) == 0x000034, "Member 'CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor::___int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor, CallFunc_GetAllActorsOfClass_OutActors) == 0x000038, "Member 'CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor, CallFunc_Array_Get_Item) == 0x000048, "Member 'CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'CustomWeaponFOVActor_C_ExecuteUbergraph_CustomWeaponFOVActor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CustomWeaponFOVActor_C_ReceiveTick \ +static_assert(alignof(CustomWeaponFOVActor_C_ReceiveTick) == 0x000004, "Wrong alignment on CustomWeaponFOVActor_C_ReceiveTick"); \ +static_assert(sizeof(CustomWeaponFOVActor_C_ReceiveTick) == 0x000004, "Wrong size on CustomWeaponFOVActor_C_ReceiveTick"); \ +static_assert(offsetof(CustomWeaponFOVActor_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'CustomWeaponFOVActor_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CustomWeaponFOVActor_C_SaveCustomWeaponFOVFloat \ +static_assert(alignof(CustomWeaponFOVActor_C_SaveCustomWeaponFOVFloat) == 0x000008, "Wrong alignment on CustomWeaponFOVActor_C_SaveCustomWeaponFOVFloat"); \ +static_assert(sizeof(CustomWeaponFOVActor_C_SaveCustomWeaponFOVFloat) == 0x000018, "Wrong size on CustomWeaponFOVActor_C_SaveCustomWeaponFOVFloat"); \ +static_assert(offsetof(CustomWeaponFOVActor_C_SaveCustomWeaponFOVFloat, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'CustomWeaponFOVActor_C_SaveCustomWeaponFOVFloat::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVActor_C_SaveCustomWeaponFOVFloat, CallFunc_CreateSaveGameObject_ReturnValue) == 0x000008, "Member 'CustomWeaponFOVActor_C_SaveCustomWeaponFOVFloat::CallFunc_CreateSaveGameObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVActor_C_SaveCustomWeaponFOVFloat, CallFunc_SaveGameToSlot_ReturnValue) == 0x000010, "Member 'CustomWeaponFOVActor_C_SaveCustomWeaponFOVFloat::CallFunc_SaveGameToSlot_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CustomWeaponFOVActor_C_LoadCustomWeaponFOVFloat \ +static_assert(alignof(CustomWeaponFOVActor_C_LoadCustomWeaponFOVFloat) == 0x000008, "Wrong alignment on CustomWeaponFOVActor_C_LoadCustomWeaponFOVFloat"); \ +static_assert(sizeof(CustomWeaponFOVActor_C_LoadCustomWeaponFOVFloat) == 0x000018, "Wrong size on CustomWeaponFOVActor_C_LoadCustomWeaponFOVFloat"); \ +static_assert(offsetof(CustomWeaponFOVActor_C_LoadCustomWeaponFOVFloat, CallFunc_LoadGameFromSlot_ReturnValue) == 0x000000, "Member 'CustomWeaponFOVActor_C_LoadCustomWeaponFOVFloat::CallFunc_LoadGameFromSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVActor_C_LoadCustomWeaponFOVFloat, K2Node_DynamicCast_AsCustom_Weapon_FOVSave) == 0x000008, "Member 'CustomWeaponFOVActor_C_LoadCustomWeaponFOVFloat::K2Node_DynamicCast_AsCustom_Weapon_FOVSave' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVActor_C_LoadCustomWeaponFOVFloat, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'CustomWeaponFOVActor_C_LoadCustomWeaponFOVFloat::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACustomWeaponFOVActor_C \ +static_assert(alignof(ACustomWeaponFOVActor_C) == 0x000008, "Wrong alignment on ACustomWeaponFOVActor_C"); \ +static_assert(sizeof(ACustomWeaponFOVActor_C) == 0x000300, "Wrong size on ACustomWeaponFOVActor_C"); \ +static_assert(offsetof(ACustomWeaponFOVActor_C, UberGraphFrame_CustomWeaponFOVActor_C) == 0x0002C8, "Member 'ACustomWeaponFOVActor_C::UberGraphFrame_CustomWeaponFOVActor_C' has a wrong offset!"); \ +static_assert(offsetof(ACustomWeaponFOVActor_C, MTModWeaponFOV) == 0x0002D0, "Member 'ACustomWeaponFOVActor_C::MTModWeaponFOV' has a wrong offset!"); \ +static_assert(offsetof(ACustomWeaponFOVActor_C, WeaponFOVUIState) == 0x0002D4, "Member 'ACustomWeaponFOVActor_C::WeaponFOVUIState' has a wrong offset!"); \ +static_assert(offsetof(ACustomWeaponFOVActor_C, WeaponFOVWidget) == 0x0002D8, "Member 'ACustomWeaponFOVActor_C::WeaponFOVWidget' has a wrong offset!"); \ +static_assert(offsetof(ACustomWeaponFOVActor_C, WeaponFOVWidgetState) == 0x0002E0, "Member 'ACustomWeaponFOVActor_C::WeaponFOVWidgetState' has a wrong offset!"); \ +static_assert(offsetof(ACustomWeaponFOVActor_C, WeaponFOVObject) == 0x0002E8, "Member 'ACustomWeaponFOVActor_C::WeaponFOVObject' has a wrong offset!"); \ +static_assert(offsetof(ACustomWeaponFOVActor_C, WeaponFOVSaveSlot) == 0x0002F0, "Member 'ACustomWeaponFOVActor_C::WeaponFOVSaveSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayerRecordProgressSummary \ +static_assert(alignof(FPlayerRecordProgressSummary) == 0x000008, "Wrong alignment on FPlayerRecordProgressSummary"); \ +static_assert(sizeof(FPlayerRecordProgressSummary) == 0x000018, "Wrong size on FPlayerRecordProgressSummary"); \ +static_assert(offsetof(FPlayerRecordProgressSummary, Status) == 0x000000, "Member 'FPlayerRecordProgressSummary::Status' has a wrong offset!"); \ +static_assert(offsetof(FPlayerRecordProgressSummary, Total) == 0x000010, "Member 'FPlayerRecordProgressSummary::Total' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayerRecordSummaryData \ +static_assert(alignof(FPlayerRecordSummaryData) == 0x000008, "Wrong alignment on FPlayerRecordSummaryData"); \ +static_assert(sizeof(FPlayerRecordSummaryData) == 0x000048, "Wrong size on FPlayerRecordSummaryData"); \ +static_assert(offsetof(FPlayerRecordSummaryData, Namespace) == 0x000000, "Member 'FPlayerRecordSummaryData::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FPlayerRecordSummaryData, UserId) == 0x000010, "Member 'FPlayerRecordSummaryData::UserId' has a wrong offset!"); \ +static_assert(offsetof(FPlayerRecordSummaryData, Tag) == 0x000020, "Member 'FPlayerRecordSummaryData::Tag' has a wrong offset!"); \ +static_assert(offsetof(FPlayerRecordSummaryData, Total) == 0x000030, "Member 'FPlayerRecordSummaryData::Total' has a wrong offset!"); \ +static_assert(offsetof(FPlayerRecordSummaryData, ProgressSummary) == 0x000038, "Member 'FPlayerRecordSummaryData::ProgressSummary' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayerRecordSummary \ +static_assert(alignof(FPlayerRecordSummary) == 0x000008, "Wrong alignment on FPlayerRecordSummary"); \ +static_assert(sizeof(FPlayerRecordSummary) == 0x000050, "Wrong size on FPlayerRecordSummary"); \ +static_assert(offsetof(FPlayerRecordSummary, Data) == 0x000000, "Member 'FPlayerRecordSummary::Data' has a wrong offset!"); \ +static_assert(offsetof(FPlayerRecordSummary, Paging) == 0x000010, "Member 'FPlayerRecordSummary::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChallengeErrorResponse \ +static_assert(alignof(FChallengeErrorResponse) == 0x000008, "Wrong alignment on FChallengeErrorResponse"); \ +static_assert(sizeof(FChallengeErrorResponse) == 0x000038, "Wrong size on FChallengeErrorResponse"); \ +static_assert(offsetof(FChallengeErrorResponse, Details) == 0x000000, "Member 'FChallengeErrorResponse::Details' has a wrong offset!"); \ +static_assert(offsetof(FChallengeErrorResponse, ErrorCode) == 0x000010, "Member 'FChallengeErrorResponse::ErrorCode' has a wrong offset!"); \ +static_assert(offsetof(FChallengeErrorResponse, ErrorMessage) == 0x000018, "Member 'FChallengeErrorResponse::ErrorMessage' has a wrong offset!"); \ +static_assert(offsetof(FChallengeErrorResponse, TraceId) == 0x000028, "Member 'FChallengeErrorResponse::TraceId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompleteChallenge \ +static_assert(alignof(FCompleteChallenge) == 0x000008, "Wrong alignment on FCompleteChallenge"); \ +static_assert(sizeof(FCompleteChallenge) == 0x000050, "Wrong size on FCompleteChallenge"); \ +static_assert(offsetof(FCompleteChallenge, Error) == 0x000000, "Member 'FCompleteChallenge::Error' has a wrong offset!"); \ +static_assert(offsetof(FCompleteChallenge, Success) == 0x000038, "Member 'FCompleteChallenge::Success' has a wrong offset!"); \ +static_assert(offsetof(FCompleteChallenge, UserId) == 0x000040, "Member 'FCompleteChallenge::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChallengeStat \ +static_assert(alignof(FChallengeStat) == 0x000008, "Wrong alignment on FChallengeStat"); \ +static_assert(sizeof(FChallengeStat) == 0x000018, "Wrong size on FChallengeStat"); \ +static_assert(offsetof(FChallengeStat, StatCode) == 0x000000, "Member 'FChallengeStat::StatCode' has a wrong offset!"); \ +static_assert(offsetof(FChallengeStat, Value) == 0x000010, "Member 'FChallengeStat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChallengeObjectives \ +static_assert(alignof(FChallengeObjectives) == 0x000008, "Wrong alignment on FChallengeObjectives"); \ +static_assert(sizeof(FChallengeObjectives) == 0x000010, "Wrong size on FChallengeObjectives"); \ +static_assert(offsetof(FChallengeObjectives, Stats) == 0x000000, "Member 'FChallengeObjectives::Stats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FItemDetails \ +static_assert(alignof(FItemDetails) == 0x000008, "Wrong alignment on FItemDetails"); \ +static_assert(sizeof(FItemDetails) == 0x000018, "Wrong size on FItemDetails"); \ +static_assert(offsetof(FItemDetails, ItemId) == 0x000000, "Member 'FItemDetails::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FItemDetails, Quantity) == 0x000010, "Member 'FItemDetails::Quantity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChallengePrerequisites \ +static_assert(alignof(FChallengePrerequisites) == 0x000008, "Wrong alignment on FChallengePrerequisites"); \ +static_assert(sizeof(FChallengePrerequisites) == 0x000030, "Wrong size on FChallengePrerequisites"); \ +static_assert(offsetof(FChallengePrerequisites, CompletedChallengeIds) == 0x000000, "Member 'FChallengePrerequisites::CompletedChallengeIds' has a wrong offset!"); \ +static_assert(offsetof(FChallengePrerequisites, Stats) == 0x000010, "Member 'FChallengePrerequisites::Stats' has a wrong offset!"); \ +static_assert(offsetof(FChallengePrerequisites, Items) == 0x000020, "Member 'FChallengePrerequisites::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRewardItemDetails \ +static_assert(alignof(FRewardItemDetails) == 0x000008, "Wrong alignment on FRewardItemDetails"); \ +static_assert(sizeof(FRewardItemDetails) == 0x000028, "Wrong size on FRewardItemDetails"); \ +static_assert(offsetof(FRewardItemDetails, Sku) == 0x000000, "Member 'FRewardItemDetails::Sku' has a wrong offset!"); \ +static_assert(offsetof(FRewardItemDetails, ItemId) == 0x000010, "Member 'FRewardItemDetails::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FRewardItemDetails, Quantity) == 0x000020, "Member 'FRewardItemDetails::Quantity' has a wrong offset!"); \ +static_assert(offsetof(FRewardItemDetails, IsActive) == 0x000024, "Member 'FRewardItemDetails::IsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChallengeReward \ +static_assert(alignof(FChallengeReward) == 0x000008, "Wrong alignment on FChallengeReward"); \ +static_assert(sizeof(FChallengeReward) == 0x000030, "Wrong size on FChallengeReward"); \ +static_assert(offsetof(FChallengeReward, Stats) == 0x000000, "Member 'FChallengeReward::Stats' has a wrong offset!"); \ +static_assert(offsetof(FChallengeReward, Items) == 0x000010, "Member 'FChallengeReward::Items' has a wrong offset!"); \ +static_assert(offsetof(FChallengeReward, RewardId) == 0x000020, "Member 'FChallengeReward::RewardId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRecordChallengeResponseBody \ +static_assert(alignof(FRecordChallengeResponseBody) == 0x000008, "Wrong alignment on FRecordChallengeResponseBody"); \ +static_assert(sizeof(FRecordChallengeResponseBody) == 0x0000F0, "Wrong size on FRecordChallengeResponseBody"); \ +static_assert(offsetof(FRecordChallengeResponseBody, ChallengeId) == 0x000000, "Member 'FRecordChallengeResponseBody::ChallengeId' has a wrong offset!"); \ +static_assert(offsetof(FRecordChallengeResponseBody, CreatedAt) == 0x000010, "Member 'FRecordChallengeResponseBody::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FRecordChallengeResponseBody, Description) == 0x000020, "Member 'FRecordChallengeResponseBody::Description' has a wrong offset!"); \ +static_assert(offsetof(FRecordChallengeResponseBody, IsActive) == 0x000030, "Member 'FRecordChallengeResponseBody::IsActive' has a wrong offset!"); \ +static_assert(offsetof(FRecordChallengeResponseBody, Name) == 0x000038, "Member 'FRecordChallengeResponseBody::Name' has a wrong offset!"); \ +static_assert(offsetof(FRecordChallengeResponseBody, Namespace) == 0x000048, "Member 'FRecordChallengeResponseBody::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FRecordChallengeResponseBody, Objective) == 0x000058, "Member 'FRecordChallengeResponseBody::Objective' has a wrong offset!"); \ +static_assert(offsetof(FRecordChallengeResponseBody, OrderNo) == 0x000068, "Member 'FRecordChallengeResponseBody::OrderNo' has a wrong offset!"); \ +static_assert(offsetof(FRecordChallengeResponseBody, Prerequisite) == 0x000070, "Member 'FRecordChallengeResponseBody::Prerequisite' has a wrong offset!"); \ +static_assert(offsetof(FRecordChallengeResponseBody, Reward) == 0x0000A0, "Member 'FRecordChallengeResponseBody::Reward' has a wrong offset!"); \ +static_assert(offsetof(FRecordChallengeResponseBody, Tags) == 0x0000D0, "Member 'FRecordChallengeResponseBody::Tags' has a wrong offset!"); \ +static_assert(offsetof(FRecordChallengeResponseBody, UpdatedAt) == 0x0000E0, "Member 'FRecordChallengeResponseBody::UpdatedAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChallengeResponseBody \ +static_assert(alignof(FChallengeResponseBody) == 0x000008, "Wrong alignment on FChallengeResponseBody"); \ +static_assert(sizeof(FChallengeResponseBody) == 0x000050, "Wrong size on FChallengeResponseBody"); \ +static_assert(offsetof(FChallengeResponseBody, challengeId) == 0x000000, "Member 'FChallengeResponseBody::challengeId' has a wrong offset!"); \ +static_assert(offsetof(FChallengeResponseBody, challengeName) == 0x000010, "Member 'FChallengeResponseBody::challengeName' has a wrong offset!"); \ +static_assert(offsetof(FChallengeResponseBody, reward) == 0x000020, "Member 'FChallengeResponseBody::reward' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChallengeNotifPayload \ +static_assert(alignof(FChallengeNotifPayload) == 0x000008, "Wrong alignment on FChallengeNotifPayload"); \ +static_assert(sizeof(FChallengeNotifPayload) == 0x000050, "Wrong size on FChallengeNotifPayload"); \ +static_assert(offsetof(FChallengeNotifPayload, challengeId) == 0x000000, "Member 'FChallengeNotifPayload::challengeId' has a wrong offset!"); \ +static_assert(offsetof(FChallengeNotifPayload, challengeName) == 0x000010, "Member 'FChallengeNotifPayload::challengeName' has a wrong offset!"); \ +static_assert(offsetof(FChallengeNotifPayload, reward) == 0x000020, "Member 'FChallengeNotifPayload::reward' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayerEligibilityResponse \ +static_assert(alignof(FPlayerEligibilityResponse) == 0x000001, "Wrong alignment on FPlayerEligibilityResponse"); \ +static_assert(sizeof(FPlayerEligibilityResponse) == 0x000001, "Wrong size on FPlayerEligibilityResponse"); \ +static_assert(offsetof(FPlayerEligibilityResponse, IsComply) == 0x000000, "Member 'FPlayerEligibilityResponse::IsComply' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChallengeConfiguration \ +static_assert(alignof(FChallengeConfiguration) == 0x000008, "Wrong alignment on FChallengeConfiguration"); \ +static_assert(sizeof(FChallengeConfiguration) == 0x0000E8, "Wrong size on FChallengeConfiguration"); \ +static_assert(offsetof(FChallengeConfiguration, ChallengeId) == 0x000000, "Member 'FChallengeConfiguration::ChallengeId' has a wrong offset!"); \ +static_assert(offsetof(FChallengeConfiguration, Namespace) == 0x000010, "Member 'FChallengeConfiguration::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FChallengeConfiguration, CreatedAt) == 0x000020, "Member 'FChallengeConfiguration::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FChallengeConfiguration, UpdatedAt) == 0x000030, "Member 'FChallengeConfiguration::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FChallengeConfiguration, Name) == 0x000040, "Member 'FChallengeConfiguration::Name' has a wrong offset!"); \ +static_assert(offsetof(FChallengeConfiguration, Description) == 0x000050, "Member 'FChallengeConfiguration::Description' has a wrong offset!"); \ +static_assert(offsetof(FChallengeConfiguration, Prerequisite) == 0x000060, "Member 'FChallengeConfiguration::Prerequisite' has a wrong offset!"); \ +static_assert(offsetof(FChallengeConfiguration, Objective) == 0x000090, "Member 'FChallengeConfiguration::Objective' has a wrong offset!"); \ +static_assert(offsetof(FChallengeConfiguration, Reward) == 0x0000A0, "Member 'FChallengeConfiguration::Reward' has a wrong offset!"); \ +static_assert(offsetof(FChallengeConfiguration, Tags) == 0x0000D0, "Member 'FChallengeConfiguration::Tags' has a wrong offset!"); \ +static_assert(offsetof(FChallengeConfiguration, IsActive) == 0x0000E0, "Member 'FChallengeConfiguration::IsActive' has a wrong offset!"); \ +static_assert(offsetof(FChallengeConfiguration, OrderNo) == 0x0000E4, "Member 'FChallengeConfiguration::OrderNo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChallengeProgressStat \ +static_assert(alignof(FChallengeProgressStat) == 0x000008, "Wrong alignment on FChallengeProgressStat"); \ +static_assert(sizeof(FChallengeProgressStat) == 0x000018, "Wrong size on FChallengeProgressStat"); \ +static_assert(offsetof(FChallengeProgressStat, StatCode) == 0x000000, "Member 'FChallengeProgressStat::StatCode' has a wrong offset!"); \ +static_assert(offsetof(FChallengeProgressStat, CurrentValue) == 0x000010, "Member 'FChallengeProgressStat::CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(FChallengeProgressStat, TargetValue) == 0x000014, "Member 'FChallengeProgressStat::TargetValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChallengeProgressItem \ +static_assert(alignof(FChallengeProgressItem) == 0x000008, "Wrong alignment on FChallengeProgressItem"); \ +static_assert(sizeof(FChallengeProgressItem) == 0x000018, "Wrong size on FChallengeProgressItem"); \ +static_assert(offsetof(FChallengeProgressItem, ItemID) == 0x000000, "Member 'FChallengeProgressItem::ItemID' has a wrong offset!"); \ +static_assert(offsetof(FChallengeProgressItem, CurrentQuantity) == 0x000010, "Member 'FChallengeProgressItem::CurrentQuantity' has a wrong offset!"); \ +static_assert(offsetof(FChallengeProgressItem, TargetQuantity) == 0x000014, "Member 'FChallengeProgressItem::TargetQuantity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChallengeProgressPrerequisite \ +static_assert(alignof(FChallengeProgressPrerequisite) == 0x000008, "Wrong alignment on FChallengeProgressPrerequisite"); \ +static_assert(sizeof(FChallengeProgressPrerequisite) == 0x000030, "Wrong size on FChallengeProgressPrerequisite"); \ +static_assert(offsetof(FChallengeProgressPrerequisite, Stats) == 0x000000, "Member 'FChallengeProgressPrerequisite::Stats' has a wrong offset!"); \ +static_assert(offsetof(FChallengeProgressPrerequisite, Items) == 0x000010, "Member 'FChallengeProgressPrerequisite::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChallengeProgressObjective \ +static_assert(alignof(FChallengeProgressObjective) == 0x000008, "Wrong alignment on FChallengeProgressObjective"); \ +static_assert(sizeof(FChallengeProgressObjective) == 0x000010, "Wrong size on FChallengeProgressObjective"); \ +static_assert(offsetof(FChallengeProgressObjective, Stats) == 0x000000, "Member 'FChallengeProgressObjective::Stats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChallengeProgress \ +static_assert(alignof(FChallengeProgress) == 0x000008, "Wrong alignment on FChallengeProgress"); \ +static_assert(sizeof(FChallengeProgress) == 0x000040, "Wrong size on FChallengeProgress"); \ +static_assert(offsetof(FChallengeProgress, Prerequisite) == 0x000000, "Member 'FChallengeProgress::Prerequisite' has a wrong offset!"); \ +static_assert(offsetof(FChallengeProgress, Objective) == 0x000030, "Member 'FChallengeProgress::Objective' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUserChallengeRecord \ +static_assert(alignof(FUserChallengeRecord) == 0x000008, "Wrong alignment on FUserChallengeRecord"); \ +static_assert(sizeof(FUserChallengeRecord) == 0x000170, "Wrong size on FUserChallengeRecord"); \ +static_assert(offsetof(FUserChallengeRecord, RecordId) == 0x000000, "Member 'FUserChallengeRecord::RecordId' has a wrong offset!"); \ +static_assert(offsetof(FUserChallengeRecord, UserId) == 0x000010, "Member 'FUserChallengeRecord::UserId' has a wrong offset!"); \ +static_assert(offsetof(FUserChallengeRecord, Challenge) == 0x000020, "Member 'FUserChallengeRecord::Challenge' has a wrong offset!"); \ +static_assert(offsetof(FUserChallengeRecord, Progress) == 0x000108, "Member 'FUserChallengeRecord::Progress' has a wrong offset!"); \ +static_assert(offsetof(FUserChallengeRecord, UpdatedAt) == 0x000148, "Member 'FUserChallengeRecord::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FUserChallengeRecord, Status) == 0x000158, "Member 'FUserChallengeRecord::Status' has a wrong offset!"); \ +static_assert(offsetof(FUserChallengeRecord, IsActive) == 0x000159, "Member 'FUserChallengeRecord::IsActive' has a wrong offset!"); \ +static_assert(offsetof(FUserChallengeRecord, Namespace) == 0x000160, "Member 'FUserChallengeRecord::Namespace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRetrieveChallengeRecordSpecificUserResponse \ +static_assert(alignof(FRetrieveChallengeRecordSpecificUserResponse) == 0x000008, "Wrong alignment on FRetrieveChallengeRecordSpecificUserResponse"); \ +static_assert(sizeof(FRetrieveChallengeRecordSpecificUserResponse) == 0x000050, "Wrong size on FRetrieveChallengeRecordSpecificUserResponse"); \ +static_assert(offsetof(FRetrieveChallengeRecordSpecificUserResponse, Data) == 0x000000, "Member 'FRetrieveChallengeRecordSpecificUserResponse::Data' has a wrong offset!"); \ +static_assert(offsetof(FRetrieveChallengeRecordSpecificUserResponse, Paging) == 0x000010, "Member 'FRetrieveChallengeRecordSpecificUserResponse::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRetrieveAllChallengesResponse \ +static_assert(alignof(FRetrieveAllChallengesResponse) == 0x000008, "Wrong alignment on FRetrieveAllChallengesResponse"); \ +static_assert(sizeof(FRetrieveAllChallengesResponse) == 0x000050, "Wrong size on FRetrieveAllChallengesResponse"); \ +static_assert(offsetof(FRetrieveAllChallengesResponse, Data) == 0x000000, "Member 'FRetrieveAllChallengesResponse::Data' has a wrong offset!"); \ +static_assert(offsetof(FRetrieveAllChallengesResponse, Paging) == 0x000010, "Member 'FRetrieveAllChallengesResponse::Paging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProgressCompletedChallenge \ +static_assert(alignof(FProgressCompletedChallenge) == 0x000008, "Wrong alignment on FProgressCompletedChallenge"); \ +static_assert(sizeof(FProgressCompletedChallenge) == 0x000018, "Wrong size on FProgressCompletedChallenge"); \ +static_assert(offsetof(FProgressCompletedChallenge, ChallengeId) == 0x000000, "Member 'FProgressCompletedChallenge::ChallengeId' has a wrong offset!"); \ +static_assert(offsetof(FProgressCompletedChallenge, IsCompleted) == 0x000010, "Member 'FProgressCompletedChallenge::IsCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteGetPodConfigResponse \ +static_assert(alignof(FAccelByteGetPodConfigResponse) == 0x000008, "Wrong alignment on FAccelByteGetPodConfigResponse"); \ +static_assert(sizeof(FAccelByteGetPodConfigResponse) == 0x000060, "Wrong size on FAccelByteGetPodConfigResponse"); \ +static_assert(offsetof(FAccelByteGetPodConfigResponse, Cpu_limit) == 0x000000, "Member 'FAccelByteGetPodConfigResponse::Cpu_limit' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteGetPodConfigResponse, createdAt) == 0x000008, "Member 'FAccelByteGetPodConfigResponse::createdAt' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteGetPodConfigResponse, mem_limit) == 0x000010, "Member 'FAccelByteGetPodConfigResponse::mem_limit' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteGetPodConfigResponse, ModifiedBy) == 0x000018, "Member 'FAccelByteGetPodConfigResponse::ModifiedBy' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteGetPodConfigResponse, Name) == 0x000028, "Member 'FAccelByteGetPodConfigResponse::Name' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteGetPodConfigResponse, Namespace) == 0x000038, "Member 'FAccelByteGetPodConfigResponse::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteGetPodConfigResponse, Params) == 0x000048, "Member 'FAccelByteGetPodConfigResponse::Params' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteGetPodConfigResponse, UpdatedAt) == 0x000058, "Member 'FAccelByteGetPodConfigResponse::UpdatedAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelByteGetLowestPodSpecResponse \ +static_assert(alignof(FAccelByteGetLowestPodSpecResponse) == 0x000004, "Wrong alignment on FAccelByteGetLowestPodSpecResponse"); \ +static_assert(sizeof(FAccelByteGetLowestPodSpecResponse) == 0x000008, "Wrong size on FAccelByteGetLowestPodSpecResponse"); \ +static_assert(offsetof(FAccelByteGetLowestPodSpecResponse, Cpu) == 0x000000, "Member 'FAccelByteGetLowestPodSpecResponse::Cpu' has a wrong offset!"); \ +static_assert(offsetof(FAccelByteGetLowestPodSpecResponse, Mem) == 0x000004, "Member 'FAccelByteGetLowestPodSpecResponse::Mem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAccelByteCustomizationSettings \ +static_assert(alignof(UAccelByteCustomizationSettings) == 0x000008, "Wrong alignment on UAccelByteCustomizationSettings"); \ +static_assert(sizeof(UAccelByteCustomizationSettings) == 0x000040, "Wrong size on UAccelByteCustomizationSettings"); \ +static_assert(offsetof(UAccelByteCustomizationSettings, ChallengeServerUrl) == 0x000030, "Member 'UAccelByteCustomizationSettings::ChallengeServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsCustomizationSettings_GetChallengeServerUrl \ +static_assert(alignof(AccelByteBlueprintsCustomizationSettings_GetChallengeServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsCustomizationSettings_GetChallengeServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsCustomizationSettings_GetChallengeServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsCustomizationSettings_GetChallengeServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsCustomizationSettings_GetChallengeServerUrl, ReturnValue) == 0x000000, "Member 'AccelByteBlueprintsCustomizationSettings_GetChallengeServerUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AccelByteBlueprintsCustomizationSettings_SetChallengeServerUrl \ +static_assert(alignof(AccelByteBlueprintsCustomizationSettings_SetChallengeServerUrl) == 0x000008, "Wrong alignment on AccelByteBlueprintsCustomizationSettings_SetChallengeServerUrl"); \ +static_assert(sizeof(AccelByteBlueprintsCustomizationSettings_SetChallengeServerUrl) == 0x000010, "Wrong size on AccelByteBlueprintsCustomizationSettings_SetChallengeServerUrl"); \ +static_assert(offsetof(AccelByteBlueprintsCustomizationSettings_SetChallengeServerUrl, ChallengeServerUrl) == 0x000000, "Member 'AccelByteBlueprintsCustomizationSettings_SetChallengeServerUrl::ChallengeServerUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAccelByteBlueprintsCustomizationSettings \ +static_assert(alignof(UAccelByteBlueprintsCustomizationSettings) == 0x000008, "Wrong alignment on UAccelByteBlueprintsCustomizationSettings"); \ +static_assert(sizeof(UAccelByteBlueprintsCustomizationSettings) == 0x000030, "Wrong size on UAccelByteBlueprintsCustomizationSettings"); \ + +#define DUMPER7_ASSERTS_ABP_WaterCooler_01_Bottle_02_C \ +static_assert(alignof(ABP_WaterCooler_01_Bottle_02_C) == 0x000008, "Wrong alignment on ABP_WaterCooler_01_Bottle_02_C"); \ +static_assert(sizeof(ABP_WaterCooler_01_Bottle_02_C) == 0x0002B0, "Wrong size on ABP_WaterCooler_01_Bottle_02_C"); \ +static_assert(offsetof(ABP_WaterCooler_01_Bottle_02_C, StaticMesh) == 0x0002A8, "Member 'ABP_WaterCooler_01_Bottle_02_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFOscillator \ +static_assert(alignof(FFOscillator) == 0x000004, "Wrong alignment on FFOscillator"); \ +static_assert(sizeof(FFOscillator) == 0x00000C, "Wrong size on FFOscillator"); \ +static_assert(offsetof(FFOscillator, Amplitude) == 0x000000, "Member 'FFOscillator::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FFOscillator, Frequency) == 0x000004, "Member 'FFOscillator::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FFOscillator, InitialOffset) == 0x000008, "Member 'FFOscillator::InitialOffset' has a wrong offset!"); \ +static_assert(offsetof(FFOscillator, Waveform) == 0x000009, "Member 'FFOscillator::Waveform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVOscillator \ +static_assert(alignof(FVOscillator) == 0x000004, "Wrong alignment on FVOscillator"); \ +static_assert(sizeof(FVOscillator) == 0x000024, "Wrong size on FVOscillator"); \ +static_assert(offsetof(FVOscillator, X) == 0x000000, "Member 'FVOscillator::X' has a wrong offset!"); \ +static_assert(offsetof(FVOscillator, Y) == 0x00000C, "Member 'FVOscillator::Y' has a wrong offset!"); \ +static_assert(offsetof(FVOscillator, Z) == 0x000018, "Member 'FVOscillator::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FROscillator \ +static_assert(alignof(FROscillator) == 0x000004, "Wrong alignment on FROscillator"); \ +static_assert(sizeof(FROscillator) == 0x000024, "Wrong size on FROscillator"); \ +static_assert(offsetof(FROscillator, Pitch) == 0x000000, "Member 'FROscillator::Pitch' has a wrong offset!"); \ +static_assert(offsetof(FROscillator, Yaw) == 0x00000C, "Member 'FROscillator::Yaw' has a wrong offset!"); \ +static_assert(offsetof(FROscillator, Roll) == 0x000018, "Member 'FROscillator::Roll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerlinNoiseShaker \ +static_assert(alignof(FPerlinNoiseShaker) == 0x000004, "Wrong alignment on FPerlinNoiseShaker"); \ +static_assert(sizeof(FPerlinNoiseShaker) == 0x000008, "Wrong size on FPerlinNoiseShaker"); \ +static_assert(offsetof(FPerlinNoiseShaker, Amplitude) == 0x000000, "Member 'FPerlinNoiseShaker::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FPerlinNoiseShaker, Frequency) == 0x000004, "Member 'FPerlinNoiseShaker::Frequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaveOscillator \ +static_assert(alignof(FWaveOscillator) == 0x000004, "Wrong alignment on FWaveOscillator"); \ +static_assert(sizeof(FWaveOscillator) == 0x00000C, "Wrong size on FWaveOscillator"); \ +static_assert(offsetof(FWaveOscillator, Amplitude) == 0x000000, "Member 'FWaveOscillator::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FWaveOscillator, Frequency) == 0x000004, "Member 'FWaveOscillator::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FWaveOscillator, InitialOffsetType) == 0x000008, "Member 'FWaveOscillator::InitialOffsetType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTestCameraShake \ +static_assert(alignof(UTestCameraShake) == 0x000010, "Wrong alignment on UTestCameraShake"); \ +static_assert(sizeof(UTestCameraShake) == 0x0000B0, "Wrong size on UTestCameraShake"); \ + +#define DUMPER7_ASSERTS_USimpleCameraShakePattern \ +static_assert(alignof(USimpleCameraShakePattern) == 0x000008, "Wrong alignment on USimpleCameraShakePattern"); \ +static_assert(sizeof(USimpleCameraShakePattern) == 0x000040, "Wrong size on USimpleCameraShakePattern"); \ +static_assert(offsetof(USimpleCameraShakePattern, Duration) == 0x000030, "Member 'USimpleCameraShakePattern::Duration' has a wrong offset!"); \ +static_assert(offsetof(USimpleCameraShakePattern, BlendInTime) == 0x000034, "Member 'USimpleCameraShakePattern::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(USimpleCameraShakePattern, BlendOutTime) == 0x000038, "Member 'USimpleCameraShakePattern::BlendOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMatineeCameraShakeEvaluator \ +static_assert(alignof(UMovieSceneMatineeCameraShakeEvaluator) == 0x000008, "Wrong alignment on UMovieSceneMatineeCameraShakeEvaluator"); \ +static_assert(sizeof(UMovieSceneMatineeCameraShakeEvaluator) == 0x000030, "Wrong size on UMovieSceneMatineeCameraShakeEvaluator"); \ + +#define DUMPER7_ASSERTS_UConstantCameraShakePattern \ +static_assert(alignof(UConstantCameraShakePattern) == 0x000008, "Wrong alignment on UConstantCameraShakePattern"); \ +static_assert(sizeof(UConstantCameraShakePattern) == 0x000058, "Wrong size on UConstantCameraShakePattern"); \ +static_assert(offsetof(UConstantCameraShakePattern, LocationOffset) == 0x000040, "Member 'UConstantCameraShakePattern::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UConstantCameraShakePattern, RotationOffset) == 0x00004C, "Member 'UConstantCameraShakePattern::RotationOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCompositeCameraShakePattern \ +static_assert(alignof(UCompositeCameraShakePattern) == 0x000008, "Wrong alignment on UCompositeCameraShakePattern"); \ +static_assert(sizeof(UCompositeCameraShakePattern) == 0x000050, "Wrong size on UCompositeCameraShakePattern"); \ +static_assert(offsetof(UCompositeCameraShakePattern, ChildPatterns) == 0x000030, "Member 'UCompositeCameraShakePattern::ChildPatterns' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDefaultCameraShakeBase \ +static_assert(alignof(UDefaultCameraShakeBase) == 0x000010, "Wrong alignment on UDefaultCameraShakeBase"); \ +static_assert(sizeof(UDefaultCameraShakeBase) == 0x0000B0, "Wrong size on UDefaultCameraShakeBase"); \ + +#define DUMPER7_ASSERTS_MatineeCameraShake_StartMatineeCameraShake \ +static_assert(alignof(MatineeCameraShake_StartMatineeCameraShake) == 0x000008, "Wrong alignment on MatineeCameraShake_StartMatineeCameraShake"); \ +static_assert(sizeof(MatineeCameraShake_StartMatineeCameraShake) == 0x000030, "Wrong size on MatineeCameraShake_StartMatineeCameraShake"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShake, PlayerCameraManager) == 0x000000, "Member 'MatineeCameraShake_StartMatineeCameraShake::PlayerCameraManager' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShake, ShakeClass) == 0x000008, "Member 'MatineeCameraShake_StartMatineeCameraShake::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShake, Scale) == 0x000010, "Member 'MatineeCameraShake_StartMatineeCameraShake::Scale' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShake, PlaySpace) == 0x000014, "Member 'MatineeCameraShake_StartMatineeCameraShake::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShake, UserPlaySpaceRot) == 0x000018, "Member 'MatineeCameraShake_StartMatineeCameraShake::UserPlaySpaceRot' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShake, ReturnValue) == 0x000028, "Member 'MatineeCameraShake_StartMatineeCameraShake::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MatineeCameraShake_StartMatineeCameraShakeFromSource \ +static_assert(alignof(MatineeCameraShake_StartMatineeCameraShakeFromSource) == 0x000008, "Wrong alignment on MatineeCameraShake_StartMatineeCameraShakeFromSource"); \ +static_assert(sizeof(MatineeCameraShake_StartMatineeCameraShakeFromSource) == 0x000038, "Wrong size on MatineeCameraShake_StartMatineeCameraShakeFromSource"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, PlayerCameraManager) == 0x000000, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::PlayerCameraManager' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, ShakeClass) == 0x000008, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, SourceComponent) == 0x000010, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, Scale) == 0x000018, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::Scale' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, PlaySpace) == 0x00001C, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, UserPlaySpaceRot) == 0x000020, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::UserPlaySpaceRot' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, ReturnValue) == 0x000030, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MatineeCameraShake_BlueprintUpdateCameraShake \ +static_assert(alignof(MatineeCameraShake_BlueprintUpdateCameraShake) == 0x000010, "Wrong alignment on MatineeCameraShake_BlueprintUpdateCameraShake"); \ +static_assert(sizeof(MatineeCameraShake_BlueprintUpdateCameraShake) == 0x000C30, "Wrong size on MatineeCameraShake_BlueprintUpdateCameraShake"); \ +static_assert(offsetof(MatineeCameraShake_BlueprintUpdateCameraShake, DeltaTime) == 0x000000, "Member 'MatineeCameraShake_BlueprintUpdateCameraShake::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_BlueprintUpdateCameraShake, Alpha) == 0x000004, "Member 'MatineeCameraShake_BlueprintUpdateCameraShake::Alpha' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_BlueprintUpdateCameraShake, POV) == 0x000010, "Member 'MatineeCameraShake_BlueprintUpdateCameraShake::POV' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_BlueprintUpdateCameraShake, ModifiedPOV) == 0x000620, "Member 'MatineeCameraShake_BlueprintUpdateCameraShake::ModifiedPOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MatineeCameraShake_ReceivePlayShake \ +static_assert(alignof(MatineeCameraShake_ReceivePlayShake) == 0x000004, "Wrong alignment on MatineeCameraShake_ReceivePlayShake"); \ +static_assert(sizeof(MatineeCameraShake_ReceivePlayShake) == 0x000004, "Wrong size on MatineeCameraShake_ReceivePlayShake"); \ +static_assert(offsetof(MatineeCameraShake_ReceivePlayShake, Scale) == 0x000000, "Member 'MatineeCameraShake_ReceivePlayShake::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MatineeCameraShake_ReceiveStopShake \ +static_assert(alignof(MatineeCameraShake_ReceiveStopShake) == 0x000001, "Wrong alignment on MatineeCameraShake_ReceiveStopShake"); \ +static_assert(sizeof(MatineeCameraShake_ReceiveStopShake) == 0x000001, "Wrong size on MatineeCameraShake_ReceiveStopShake"); \ +static_assert(offsetof(MatineeCameraShake_ReceiveStopShake, bImmediately) == 0x000000, "Member 'MatineeCameraShake_ReceiveStopShake::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MatineeCameraShake_ReceiveIsFinished \ +static_assert(alignof(MatineeCameraShake_ReceiveIsFinished) == 0x000001, "Wrong alignment on MatineeCameraShake_ReceiveIsFinished"); \ +static_assert(sizeof(MatineeCameraShake_ReceiveIsFinished) == 0x000001, "Wrong size on MatineeCameraShake_ReceiveIsFinished"); \ +static_assert(offsetof(MatineeCameraShake_ReceiveIsFinished, ReturnValue) == 0x000000, "Member 'MatineeCameraShake_ReceiveIsFinished::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMatineeCameraShake \ +static_assert(alignof(UMatineeCameraShake) == 0x000010, "Wrong alignment on UMatineeCameraShake"); \ +static_assert(sizeof(UMatineeCameraShake) == 0x0001B0, "Wrong size on UMatineeCameraShake"); \ +static_assert(offsetof(UMatineeCameraShake, OscillationDuration) == 0x0000A8, "Member 'UMatineeCameraShake::OscillationDuration' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, OscillationBlendInTime) == 0x0000AC, "Member 'UMatineeCameraShake::OscillationBlendInTime' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, OscillationBlendOutTime) == 0x0000B0, "Member 'UMatineeCameraShake::OscillationBlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, RotOscillation) == 0x0000B4, "Member 'UMatineeCameraShake::RotOscillation' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, LocOscillation) == 0x0000D8, "Member 'UMatineeCameraShake::LocOscillation' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, FOVOscillation) == 0x0000FC, "Member 'UMatineeCameraShake::FOVOscillation' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, AnimPlayRate) == 0x000108, "Member 'UMatineeCameraShake::AnimPlayRate' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, AnimScale) == 0x00010C, "Member 'UMatineeCameraShake::AnimScale' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, AnimBlendInTime) == 0x000110, "Member 'UMatineeCameraShake::AnimBlendInTime' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, AnimBlendOutTime) == 0x000114, "Member 'UMatineeCameraShake::AnimBlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, RandomAnimSegmentDuration) == 0x000118, "Member 'UMatineeCameraShake::RandomAnimSegmentDuration' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, Anim) == 0x000120, "Member 'UMatineeCameraShake::Anim' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, AnimSequence) == 0x000128, "Member 'UMatineeCameraShake::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, OscillatorTimeRemaining) == 0x000134, "Member 'UMatineeCameraShake::OscillatorTimeRemaining' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, AnimInst) == 0x000138, "Member 'UMatineeCameraShake::AnimInst' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, SequenceShakePattern) == 0x000180, "Member 'UMatineeCameraShake::SequenceShakePattern' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMatineeCameraShakePattern \ +static_assert(alignof(UMatineeCameraShakePattern) == 0x000008, "Wrong alignment on UMatineeCameraShakePattern"); \ +static_assert(sizeof(UMatineeCameraShakePattern) == 0x000030, "Wrong size on UMatineeCameraShakePattern"); \ + +#define DUMPER7_ASSERTS_MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake \ +static_assert(alignof(MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake) == 0x000008, "Wrong alignment on MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake"); \ +static_assert(sizeof(MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake) == 0x000010, "Wrong size on MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake"); \ +static_assert(offsetof(MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake, CameraShake) == 0x000000, "Member 'MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake, ReturnValue) == 0x000008, "Member 'MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMatineeCameraShakeFunctionLibrary \ +static_assert(alignof(UMatineeCameraShakeFunctionLibrary) == 0x000008, "Wrong alignment on UMatineeCameraShakeFunctionLibrary"); \ +static_assert(sizeof(UMatineeCameraShakeFunctionLibrary) == 0x000030, "Wrong size on UMatineeCameraShakeFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UPerlinNoiseCameraShakePattern \ +static_assert(alignof(UPerlinNoiseCameraShakePattern) == 0x000008, "Wrong alignment on UPerlinNoiseCameraShakePattern"); \ +static_assert(sizeof(UPerlinNoiseCameraShakePattern) == 0x0000C0, "Wrong size on UPerlinNoiseCameraShakePattern"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, LocationAmplitudeMultiplier) == 0x000040, "Member 'UPerlinNoiseCameraShakePattern::LocationAmplitudeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, LocationFrequencyMultiplier) == 0x000044, "Member 'UPerlinNoiseCameraShakePattern::LocationFrequencyMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, X) == 0x000048, "Member 'UPerlinNoiseCameraShakePattern::X' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, Y) == 0x000050, "Member 'UPerlinNoiseCameraShakePattern::Y' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, Z) == 0x000058, "Member 'UPerlinNoiseCameraShakePattern::Z' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, RotationAmplitudeMultiplier) == 0x000060, "Member 'UPerlinNoiseCameraShakePattern::RotationAmplitudeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, RotationFrequencyMultiplier) == 0x000064, "Member 'UPerlinNoiseCameraShakePattern::RotationFrequencyMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, Pitch) == 0x000068, "Member 'UPerlinNoiseCameraShakePattern::Pitch' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, Yaw) == 0x000070, "Member 'UPerlinNoiseCameraShakePattern::Yaw' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, Roll) == 0x000078, "Member 'UPerlinNoiseCameraShakePattern::Roll' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, FOV) == 0x000080, "Member 'UPerlinNoiseCameraShakePattern::FOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaveOscillatorCameraShakePattern \ +static_assert(alignof(UWaveOscillatorCameraShakePattern) == 0x000008, "Wrong alignment on UWaveOscillatorCameraShakePattern"); \ +static_assert(sizeof(UWaveOscillatorCameraShakePattern) == 0x0000E0, "Wrong size on UWaveOscillatorCameraShakePattern"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, LocationAmplitudeMultiplier) == 0x000040, "Member 'UWaveOscillatorCameraShakePattern::LocationAmplitudeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, LocationFrequencyMultiplier) == 0x000044, "Member 'UWaveOscillatorCameraShakePattern::LocationFrequencyMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, X) == 0x000048, "Member 'UWaveOscillatorCameraShakePattern::X' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, Y) == 0x000054, "Member 'UWaveOscillatorCameraShakePattern::Y' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, Z) == 0x000060, "Member 'UWaveOscillatorCameraShakePattern::Z' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, RotationAmplitudeMultiplier) == 0x00006C, "Member 'UWaveOscillatorCameraShakePattern::RotationAmplitudeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, RotationFrequencyMultiplier) == 0x000070, "Member 'UWaveOscillatorCameraShakePattern::RotationFrequencyMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, Pitch) == 0x000074, "Member 'UWaveOscillatorCameraShakePattern::Pitch' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, Yaw) == 0x000080, "Member 'UWaveOscillatorCameraShakePattern::Yaw' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, Roll) == 0x00008C, "Member 'UWaveOscillatorCameraShakePattern::Roll' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, FOV) == 0x000098, "Member 'UWaveOscillatorCameraShakePattern::FOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTemplateSequenceBindingOverrideData \ +static_assert(alignof(FTemplateSequenceBindingOverrideData) == 0x000004, "Wrong alignment on FTemplateSequenceBindingOverrideData"); \ +static_assert(sizeof(FTemplateSequenceBindingOverrideData) == 0x00000C, "Wrong size on FTemplateSequenceBindingOverrideData"); \ +static_assert(offsetof(FTemplateSequenceBindingOverrideData, Object) == 0x000000, "Member 'FTemplateSequenceBindingOverrideData::Object' has a wrong offset!"); \ +static_assert(offsetof(FTemplateSequenceBindingOverrideData, bOverridesDefault) == 0x000008, "Member 'FTemplateSequenceBindingOverrideData::bOverridesDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTemplateSectionPropertyScale \ +static_assert(alignof(FTemplateSectionPropertyScale) == 0x000008, "Wrong alignment on FTemplateSectionPropertyScale"); \ +static_assert(sizeof(FTemplateSectionPropertyScale) == 0x0000D0, "Wrong size on FTemplateSectionPropertyScale"); \ +static_assert(offsetof(FTemplateSectionPropertyScale, ObjectBinding) == 0x000000, "Member 'FTemplateSectionPropertyScale::ObjectBinding' has a wrong offset!"); \ +static_assert(offsetof(FTemplateSectionPropertyScale, PropertyBinding) == 0x000010, "Member 'FTemplateSectionPropertyScale::PropertyBinding' has a wrong offset!"); \ +static_assert(offsetof(FTemplateSectionPropertyScale, PropertyScaleType) == 0x00002C, "Member 'FTemplateSectionPropertyScale::PropertyScaleType' has a wrong offset!"); \ +static_assert(offsetof(FTemplateSectionPropertyScale, FloatChannel) == 0x000030, "Member 'FTemplateSectionPropertyScale::FloatChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTemplateSequence \ +static_assert(alignof(UTemplateSequence) == 0x000008, "Wrong alignment on UTemplateSequence"); \ +static_assert(sizeof(UTemplateSequence) == 0x000120, "Wrong size on UTemplateSequence"); \ +static_assert(offsetof(UTemplateSequence, MovieScene) == 0x000068, "Member 'UTemplateSequence::MovieScene' has a wrong offset!"); \ +static_assert(offsetof(UTemplateSequence, BoundActorClass) == 0x000070, "Member 'UTemplateSequence::BoundActorClass' has a wrong offset!"); \ +static_assert(offsetof(UTemplateSequence, BoundPreviewActor) == 0x0000A0, "Member 'UTemplateSequence::BoundPreviewActor' has a wrong offset!"); \ +static_assert(offsetof(UTemplateSequence, BoundActorComponents) == 0x0000D0, "Member 'UTemplateSequence::BoundActorComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTemplateSequenceSection \ +static_assert(alignof(UTemplateSequenceSection) == 0x000008, "Wrong alignment on UTemplateSequenceSection"); \ +static_assert(sizeof(UTemplateSequenceSection) == 0x000188, "Wrong size on UTemplateSequenceSection"); \ +static_assert(offsetof(UTemplateSequenceSection, PropertyScales) == 0x000178, "Member 'UTemplateSequenceSection::PropertyScales' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraAnimationSequence \ +static_assert(alignof(UCameraAnimationSequence) == 0x000008, "Wrong alignment on UCameraAnimationSequence"); \ +static_assert(sizeof(UCameraAnimationSequence) == 0x000120, "Wrong size on UCameraAnimationSequence"); \ + +#define DUMPER7_ASSERTS_USequenceCameraShakeCameraStandIn \ +static_assert(alignof(USequenceCameraShakeCameraStandIn) == 0x000010, "Wrong alignment on USequenceCameraShakeCameraStandIn"); \ +static_assert(sizeof(USequenceCameraShakeCameraStandIn) == 0x0006A0, "Wrong size on USequenceCameraShakeCameraStandIn"); \ +static_assert(offsetof(USequenceCameraShakeCameraStandIn, FieldOfView) == 0x000038, "Member 'USequenceCameraShakeCameraStandIn::FieldOfView' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakeCameraStandIn, AspectRatio) == 0x000040, "Member 'USequenceCameraShakeCameraStandIn::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakeCameraStandIn, PostProcessSettings) == 0x000050, "Member 'USequenceCameraShakeCameraStandIn::PostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakeCameraStandIn, PostProcessBlendWeight) == 0x0005C0, "Member 'USequenceCameraShakeCameraStandIn::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakeCameraStandIn, Filmback) == 0x0005C4, "Member 'USequenceCameraShakeCameraStandIn::Filmback' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakeCameraStandIn, LensSettings) == 0x0005D0, "Member 'USequenceCameraShakeCameraStandIn::LensSettings' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakeCameraStandIn, FocusSettings) == 0x0005E8, "Member 'USequenceCameraShakeCameraStandIn::FocusSettings' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakeCameraStandIn, CurrentFocalLength) == 0x000650, "Member 'USequenceCameraShakeCameraStandIn::CurrentFocalLength' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakeCameraStandIn, CurrentAperture) == 0x000654, "Member 'USequenceCameraShakeCameraStandIn::CurrentAperture' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakeCameraStandIn, CurrentFocusDistance) == 0x000658, "Member 'USequenceCameraShakeCameraStandIn::CurrentFocusDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USequenceCameraShakePattern \ +static_assert(alignof(USequenceCameraShakePattern) == 0x000008, "Wrong alignment on USequenceCameraShakePattern"); \ +static_assert(sizeof(USequenceCameraShakePattern) == 0x000060, "Wrong size on USequenceCameraShakePattern"); \ +static_assert(offsetof(USequenceCameraShakePattern, Sequence) == 0x000030, "Member 'USequenceCameraShakePattern::Sequence' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, PlayRate) == 0x000038, "Member 'USequenceCameraShakePattern::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, Scale) == 0x00003C, "Member 'USequenceCameraShakePattern::Scale' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, BlendInTime) == 0x000040, "Member 'USequenceCameraShakePattern::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, BlendOutTime) == 0x000044, "Member 'USequenceCameraShakePattern::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, RandomSegmentDuration) == 0x000048, "Member 'USequenceCameraShakePattern::RandomSegmentDuration' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, bRandomSegment) == 0x00004C, "Member 'USequenceCameraShakePattern::bRandomSegment' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, Player) == 0x000050, "Member 'USequenceCameraShakePattern::Player' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, CameraStandIn) == 0x000058, "Member 'USequenceCameraShakePattern::CameraStandIn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USequenceCameraShakeSequencePlayer \ +static_assert(alignof(USequenceCameraShakeSequencePlayer) == 0x000008, "Wrong alignment on USequenceCameraShakeSequencePlayer"); \ +static_assert(sizeof(USequenceCameraShakeSequencePlayer) == 0x000430, "Wrong size on USequenceCameraShakeSequencePlayer"); \ +static_assert(offsetof(USequenceCameraShakeSequencePlayer, BoundObjectOverride) == 0x0002D8, "Member 'USequenceCameraShakeSequencePlayer::BoundObjectOverride' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakeSequencePlayer, Sequence) == 0x0002E0, "Member 'USequenceCameraShakeSequencePlayer::Sequence' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakeSequencePlayer, RootTemplateInstance) == 0x0002E8, "Member 'USequenceCameraShakeSequencePlayer::RootTemplateInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TemplateSequenceActor_SetBinding \ +static_assert(alignof(TemplateSequenceActor_SetBinding) == 0x000008, "Wrong alignment on TemplateSequenceActor_SetBinding"); \ +static_assert(sizeof(TemplateSequenceActor_SetBinding) == 0x000010, "Wrong size on TemplateSequenceActor_SetBinding"); \ +static_assert(offsetof(TemplateSequenceActor_SetBinding, Actor) == 0x000000, "Member 'TemplateSequenceActor_SetBinding::Actor' has a wrong offset!"); \ +static_assert(offsetof(TemplateSequenceActor_SetBinding, bOverridesDefault) == 0x000008, "Member 'TemplateSequenceActor_SetBinding::bOverridesDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TemplateSequenceActor_SetSequence \ +static_assert(alignof(TemplateSequenceActor_SetSequence) == 0x000008, "Wrong alignment on TemplateSequenceActor_SetSequence"); \ +static_assert(sizeof(TemplateSequenceActor_SetSequence) == 0x000008, "Wrong size on TemplateSequenceActor_SetSequence"); \ +static_assert(offsetof(TemplateSequenceActor_SetSequence, InSequence) == 0x000000, "Member 'TemplateSequenceActor_SetSequence::InSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TemplateSequenceActor_GetSequence \ +static_assert(alignof(TemplateSequenceActor_GetSequence) == 0x000008, "Wrong alignment on TemplateSequenceActor_GetSequence"); \ +static_assert(sizeof(TemplateSequenceActor_GetSequence) == 0x000008, "Wrong size on TemplateSequenceActor_GetSequence"); \ +static_assert(offsetof(TemplateSequenceActor_GetSequence, ReturnValue) == 0x000000, "Member 'TemplateSequenceActor_GetSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TemplateSequenceActor_GetSequencePlayer \ +static_assert(alignof(TemplateSequenceActor_GetSequencePlayer) == 0x000008, "Wrong alignment on TemplateSequenceActor_GetSequencePlayer"); \ +static_assert(sizeof(TemplateSequenceActor_GetSequencePlayer) == 0x000008, "Wrong size on TemplateSequenceActor_GetSequencePlayer"); \ +static_assert(offsetof(TemplateSequenceActor_GetSequencePlayer, ReturnValue) == 0x000000, "Member 'TemplateSequenceActor_GetSequencePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TemplateSequenceActor_LoadSequence \ +static_assert(alignof(TemplateSequenceActor_LoadSequence) == 0x000008, "Wrong alignment on TemplateSequenceActor_LoadSequence"); \ +static_assert(sizeof(TemplateSequenceActor_LoadSequence) == 0x000008, "Wrong size on TemplateSequenceActor_LoadSequence"); \ +static_assert(offsetof(TemplateSequenceActor_LoadSequence, ReturnValue) == 0x000000, "Member 'TemplateSequenceActor_LoadSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATemplateSequenceActor \ +static_assert(alignof(ATemplateSequenceActor) == 0x000008, "Wrong alignment on ATemplateSequenceActor"); \ +static_assert(sizeof(ATemplateSequenceActor) == 0x000308, "Wrong size on ATemplateSequenceActor"); \ +static_assert(offsetof(ATemplateSequenceActor, PlaybackSettings) == 0x0002B8, "Member 'ATemplateSequenceActor::PlaybackSettings' has a wrong offset!"); \ +static_assert(offsetof(ATemplateSequenceActor, SequencePlayer) == 0x0002D0, "Member 'ATemplateSequenceActor::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ATemplateSequenceActor, TemplateSequence) == 0x0002D8, "Member 'ATemplateSequenceActor::TemplateSequence' has a wrong offset!"); \ +static_assert(offsetof(ATemplateSequenceActor, BindingOverride) == 0x0002F8, "Member 'ATemplateSequenceActor::BindingOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TemplateSequencePlayer_CreateTemplateSequencePlayer \ +static_assert(alignof(TemplateSequencePlayer_CreateTemplateSequencePlayer) == 0x000008, "Wrong alignment on TemplateSequencePlayer_CreateTemplateSequencePlayer"); \ +static_assert(sizeof(TemplateSequencePlayer_CreateTemplateSequencePlayer) == 0x000038, "Wrong size on TemplateSequencePlayer_CreateTemplateSequencePlayer"); \ +static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, WorldContextObject) == 0x000000, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, TemplateSequence) == 0x000008, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::TemplateSequence' has a wrong offset!"); \ +static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, Settings) == 0x000010, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::Settings' has a wrong offset!"); \ +static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, OutActor) == 0x000028, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::OutActor' has a wrong offset!"); \ +static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, ReturnValue) == 0x000030, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTemplateSequencePlayer \ +static_assert(alignof(UTemplateSequencePlayer) == 0x000008, "Wrong alignment on UTemplateSequencePlayer"); \ +static_assert(sizeof(UTemplateSequencePlayer) == 0x0004F8, "Wrong size on UTemplateSequencePlayer"); \ + +#define DUMPER7_ASSERTS_UTemplateSequenceSystem \ +static_assert(alignof(UTemplateSequenceSystem) == 0x000008, "Wrong alignment on UTemplateSequenceSystem"); \ +static_assert(sizeof(UTemplateSequenceSystem) == 0x0000B8, "Wrong size on UTemplateSequenceSystem"); \ + +#define DUMPER7_ASSERTS_UTemplateSequencePropertyScalingInstantiatorSystem \ +static_assert(alignof(UTemplateSequencePropertyScalingInstantiatorSystem) == 0x000008, "Wrong alignment on UTemplateSequencePropertyScalingInstantiatorSystem"); \ +static_assert(sizeof(UTemplateSequencePropertyScalingInstantiatorSystem) == 0x0000A0, "Wrong size on UTemplateSequencePropertyScalingInstantiatorSystem"); \ + +#define DUMPER7_ASSERTS_UTemplateSequencePropertyScalingEvaluatorSystem \ +static_assert(alignof(UTemplateSequencePropertyScalingEvaluatorSystem) == 0x000008, "Wrong alignment on UTemplateSequencePropertyScalingEvaluatorSystem"); \ +static_assert(sizeof(UTemplateSequencePropertyScalingEvaluatorSystem) == 0x000098, "Wrong size on UTemplateSequencePropertyScalingEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UTemplateSequenceTrack \ +static_assert(alignof(UTemplateSequenceTrack) == 0x000008, "Wrong alignment on UTemplateSequenceTrack"); \ +static_assert(sizeof(UTemplateSequenceTrack) == 0x0000A8, "Wrong size on UTemplateSequenceTrack"); \ + +#define DUMPER7_ASSERTS_ABP_RangedWeapon_Shotgun_FSA12_C \ +static_assert(alignof(ABP_RangedWeapon_Shotgun_FSA12_C) == 0x000010, "Wrong alignment on ABP_RangedWeapon_Shotgun_FSA12_C"); \ +static_assert(sizeof(ABP_RangedWeapon_Shotgun_FSA12_C) == 0x000750, "Wrong size on ABP_RangedWeapon_Shotgun_FSA12_C"); \ + +#define DUMPER7_ASSERTS_ABP_Moon_Assault_C_AnimGraph \ +static_assert(alignof(ABP_Moon_Assault_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Moon_Assault_C_AnimGraph"); \ +static_assert(sizeof(ABP_Moon_Assault_C_AnimGraph) == 0x000010, "Wrong size on ABP_Moon_Assault_C_AnimGraph"); \ +static_assert(offsetof(ABP_Moon_Assault_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Moon_Assault_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Moon_Assault_C_ExecuteUbergraph_ABP_Moon_Assault \ +static_assert(alignof(ABP_Moon_Assault_C_ExecuteUbergraph_ABP_Moon_Assault) == 0x000004, "Wrong alignment on ABP_Moon_Assault_C_ExecuteUbergraph_ABP_Moon_Assault"); \ +static_assert(sizeof(ABP_Moon_Assault_C_ExecuteUbergraph_ABP_Moon_Assault) == 0x000004, "Wrong size on ABP_Moon_Assault_C_ExecuteUbergraph_ABP_Moon_Assault"); \ +static_assert(offsetof(ABP_Moon_Assault_C_ExecuteUbergraph_ABP_Moon_Assault, EntryPoint) == 0x000000, "Member 'ABP_Moon_Assault_C_ExecuteUbergraph_ABP_Moon_Assault::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_Moon_Assault_C \ +static_assert(alignof(UABP_Moon_Assault_C) == 0x000010, "Wrong alignment on UABP_Moon_Assault_C"); \ +static_assert(sizeof(UABP_Moon_Assault_C) == 0x001260, "Wrong size on UABP_Moon_Assault_C"); \ +static_assert(offsetof(UABP_Moon_Assault_C, UberGraphFrame) == 0x000350, "Member 'UABP_Moon_Assault_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Moon_Assault_C, AnimGraphNode_Root) == 0x000358, "Member 'UABP_Moon_Assault_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_Moon_Assault_C, AnimGraphNode_ComponentToLocalSpace) == 0x0003A0, "Member 'UABP_Moon_Assault_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_Moon_Assault_C, AnimGraphNode_ModifyBone_1) == 0x0003D0, "Member 'UABP_Moon_Assault_C::AnimGraphNode_ModifyBone_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Moon_Assault_C, AnimGraphNode_BlendListByBool) == 0x000508, "Member 'UABP_Moon_Assault_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UABP_Moon_Assault_C, AnimGraphNode_LocalToComponentSpace) == 0x0005B8, "Member 'UABP_Moon_Assault_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_Moon_Assault_C, AnimGraphNode_Slot) == 0x0005E8, "Member 'UABP_Moon_Assault_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UABP_Moon_Assault_C, AnimGraphNode_ApplyAdditive) == 0x000648, "Member 'UABP_Moon_Assault_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(UABP_Moon_Assault_C, AnimGraphNode_TransitionResult_2) == 0x000730, "Member 'UABP_Moon_Assault_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Moon_Assault_C, AnimGraphNode_TransitionResult_1) == 0x000768, "Member 'UABP_Moon_Assault_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Moon_Assault_C, AnimGraphNode_TransitionResult) == 0x0007A0, "Member 'UABP_Moon_Assault_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_Moon_Assault_C, AnimGraphNode_SequencePlayer_4) == 0x0007D8, "Member 'UABP_Moon_Assault_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Moon_Assault_C, AnimGraphNode_StateResult_2) == 0x0008A8, "Member 'UABP_Moon_Assault_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Moon_Assault_C, AnimGraphNode_SequencePlayer_3) == 0x0008F0, "Member 'UABP_Moon_Assault_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Moon_Assault_C, AnimGraphNode_StateResult_1) == 0x0009C0, "Member 'UABP_Moon_Assault_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Moon_Assault_C, AnimGraphNode_SequencePlayer_2) == 0x000A08, "Member 'UABP_Moon_Assault_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Moon_Assault_C, AnimGraphNode_StateResult) == 0x000AD8, "Member 'UABP_Moon_Assault_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_Moon_Assault_C, AnimGraphNode_StateMachine) == 0x000B20, "Member 'UABP_Moon_Assault_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_Moon_Assault_C, AnimGraphNode_ModifyBone) == 0x000BE0, "Member 'UABP_Moon_Assault_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ +static_assert(offsetof(UABP_Moon_Assault_C, AnimGraphNode_SequencePlayer_1) == 0x000D18, "Member 'UABP_Moon_Assault_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Moon_Assault_C, AnimGraphNode_SequencePlayer) == 0x000DE8, "Member 'UABP_Moon_Assault_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_Moon_Assault_C, AnimGraphNode_ControlRig) == 0x000EB8, "Member 'UABP_Moon_Assault_C::AnimGraphNode_ControlRig' has a wrong offset!"); \ +static_assert(offsetof(UABP_Moon_Assault_C, __CustomProperty_YawSpeed_0FAD52EE42BA8AE635BCF59646742C39) == 0x001238, "Member 'UABP_Moon_Assault_C::__CustomProperty_YawSpeed_0FAD52EE42BA8AE635BCF59646742C39' has a wrong offset!"); \ +static_assert(offsetof(UABP_Moon_Assault_C, __CustomProperty_HurtForce_0FAD52EE42BA8AE635BCF59646742C39) == 0x00123C, "Member 'UABP_Moon_Assault_C::__CustomProperty_HurtForce_0FAD52EE42BA8AE635BCF59646742C39' has a wrong offset!"); \ +static_assert(offsetof(UABP_Moon_Assault_C, __CustomProperty_RotorRotation_0FAD52EE42BA8AE635BCF59646742C39) == 0x001248, "Member 'UABP_Moon_Assault_C::__CustomProperty_RotorRotation_0FAD52EE42BA8AE635BCF59646742C39' has a wrong offset!"); \ +static_assert(offsetof(UABP_Moon_Assault_C, __CustomProperty_Velocity_0FAD52EE42BA8AE635BCF59646742C39) == 0x001254, "Member 'UABP_Moon_Assault_C::__CustomProperty_Velocity_0FAD52EE42BA8AE635BCF59646742C39' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkFunctionLibrary_BinkLoadingMovie_GetDuration \ +static_assert(alignof(BinkFunctionLibrary_BinkLoadingMovie_GetDuration) == 0x000008, "Wrong alignment on BinkFunctionLibrary_BinkLoadingMovie_GetDuration"); \ +static_assert(sizeof(BinkFunctionLibrary_BinkLoadingMovie_GetDuration) == 0x000008, "Wrong size on BinkFunctionLibrary_BinkLoadingMovie_GetDuration"); \ +static_assert(offsetof(BinkFunctionLibrary_BinkLoadingMovie_GetDuration, ReturnValue) == 0x000000, "Member 'BinkFunctionLibrary_BinkLoadingMovie_GetDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkFunctionLibrary_BinkLoadingMovie_GetTime \ +static_assert(alignof(BinkFunctionLibrary_BinkLoadingMovie_GetTime) == 0x000008, "Wrong alignment on BinkFunctionLibrary_BinkLoadingMovie_GetTime"); \ +static_assert(sizeof(BinkFunctionLibrary_BinkLoadingMovie_GetTime) == 0x000008, "Wrong size on BinkFunctionLibrary_BinkLoadingMovie_GetTime"); \ +static_assert(offsetof(BinkFunctionLibrary_BinkLoadingMovie_GetTime, ReturnValue) == 0x000000, "Member 'BinkFunctionLibrary_BinkLoadingMovie_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBinkFunctionLibrary \ +static_assert(alignof(UBinkFunctionLibrary) == 0x000008, "Wrong alignment on UBinkFunctionLibrary"); \ +static_assert(sizeof(UBinkFunctionLibrary) == 0x000030, "Wrong size on UBinkFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_Draw \ +static_assert(alignof(BinkMediaPlayer_Draw) == 0x000008, "Wrong alignment on BinkMediaPlayer_Draw"); \ +static_assert(sizeof(BinkMediaPlayer_Draw) == 0x000018, "Wrong size on BinkMediaPlayer_Draw"); \ +static_assert(offsetof(BinkMediaPlayer_Draw, texture) == 0x000000, "Member 'BinkMediaPlayer_Draw::texture' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_Draw, tonemap) == 0x000008, "Member 'BinkMediaPlayer_Draw::tonemap' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_Draw, out_nits) == 0x00000C, "Member 'BinkMediaPlayer_Draw::out_nits' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_Draw, alpha) == 0x000010, "Member 'BinkMediaPlayer_Draw::alpha' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_Draw, srgb_decode) == 0x000014, "Member 'BinkMediaPlayer_Draw::srgb_decode' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_Draw, hdr) == 0x000015, "Member 'BinkMediaPlayer_Draw::hdr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_OpenUrl \ +static_assert(alignof(BinkMediaPlayer_OpenUrl) == 0x000008, "Wrong alignment on BinkMediaPlayer_OpenUrl"); \ +static_assert(sizeof(BinkMediaPlayer_OpenUrl) == 0x000018, "Wrong size on BinkMediaPlayer_OpenUrl"); \ +static_assert(offsetof(BinkMediaPlayer_OpenUrl, NewUrl) == 0x000000, "Member 'BinkMediaPlayer_OpenUrl::NewUrl' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_OpenUrl, ReturnValue) == 0x000010, "Member 'BinkMediaPlayer_OpenUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_Pause \ +static_assert(alignof(BinkMediaPlayer_Pause) == 0x000001, "Wrong alignment on BinkMediaPlayer_Pause"); \ +static_assert(sizeof(BinkMediaPlayer_Pause) == 0x000001, "Wrong size on BinkMediaPlayer_Pause"); \ +static_assert(offsetof(BinkMediaPlayer_Pause, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_Pause::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_Play \ +static_assert(alignof(BinkMediaPlayer_Play) == 0x000001, "Wrong alignment on BinkMediaPlayer_Play"); \ +static_assert(sizeof(BinkMediaPlayer_Play) == 0x000001, "Wrong size on BinkMediaPlayer_Play"); \ +static_assert(offsetof(BinkMediaPlayer_Play, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_Play::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_Rewind \ +static_assert(alignof(BinkMediaPlayer_Rewind) == 0x000001, "Wrong alignment on BinkMediaPlayer_Rewind"); \ +static_assert(sizeof(BinkMediaPlayer_Rewind) == 0x000001, "Wrong size on BinkMediaPlayer_Rewind"); \ +static_assert(offsetof(BinkMediaPlayer_Rewind, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_Rewind::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_Seek \ +static_assert(alignof(BinkMediaPlayer_Seek) == 0x000008, "Wrong alignment on BinkMediaPlayer_Seek"); \ +static_assert(sizeof(BinkMediaPlayer_Seek) == 0x000010, "Wrong size on BinkMediaPlayer_Seek"); \ +static_assert(offsetof(BinkMediaPlayer_Seek, InTime) == 0x000000, "Member 'BinkMediaPlayer_Seek::InTime' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_Seek, ReturnValue) == 0x000008, "Member 'BinkMediaPlayer_Seek::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_SetLooping \ +static_assert(alignof(BinkMediaPlayer_SetLooping) == 0x000001, "Wrong alignment on BinkMediaPlayer_SetLooping"); \ +static_assert(sizeof(BinkMediaPlayer_SetLooping) == 0x000002, "Wrong size on BinkMediaPlayer_SetLooping"); \ +static_assert(offsetof(BinkMediaPlayer_SetLooping, InLooping) == 0x000000, "Member 'BinkMediaPlayer_SetLooping::InLooping' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_SetLooping, ReturnValue) == 0x000001, "Member 'BinkMediaPlayer_SetLooping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_SetRate \ +static_assert(alignof(BinkMediaPlayer_SetRate) == 0x000004, "Wrong alignment on BinkMediaPlayer_SetRate"); \ +static_assert(sizeof(BinkMediaPlayer_SetRate) == 0x000008, "Wrong size on BinkMediaPlayer_SetRate"); \ +static_assert(offsetof(BinkMediaPlayer_SetRate, Rate) == 0x000000, "Member 'BinkMediaPlayer_SetRate::Rate' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_SetRate, ReturnValue) == 0x000004, "Member 'BinkMediaPlayer_SetRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_SetVolume \ +static_assert(alignof(BinkMediaPlayer_SetVolume) == 0x000004, "Wrong alignment on BinkMediaPlayer_SetVolume"); \ +static_assert(sizeof(BinkMediaPlayer_SetVolume) == 0x000004, "Wrong size on BinkMediaPlayer_SetVolume"); \ +static_assert(offsetof(BinkMediaPlayer_SetVolume, Rate) == 0x000000, "Member 'BinkMediaPlayer_SetVolume::Rate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_CanPause \ +static_assert(alignof(BinkMediaPlayer_CanPause) == 0x000001, "Wrong alignment on BinkMediaPlayer_CanPause"); \ +static_assert(sizeof(BinkMediaPlayer_CanPause) == 0x000001, "Wrong size on BinkMediaPlayer_CanPause"); \ +static_assert(offsetof(BinkMediaPlayer_CanPause, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_CanPause::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_CanPlay \ +static_assert(alignof(BinkMediaPlayer_CanPlay) == 0x000001, "Wrong alignment on BinkMediaPlayer_CanPlay"); \ +static_assert(sizeof(BinkMediaPlayer_CanPlay) == 0x000001, "Wrong size on BinkMediaPlayer_CanPlay"); \ +static_assert(offsetof(BinkMediaPlayer_CanPlay, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_CanPlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_GetDuration \ +static_assert(alignof(BinkMediaPlayer_GetDuration) == 0x000008, "Wrong alignment on BinkMediaPlayer_GetDuration"); \ +static_assert(sizeof(BinkMediaPlayer_GetDuration) == 0x000008, "Wrong size on BinkMediaPlayer_GetDuration"); \ +static_assert(offsetof(BinkMediaPlayer_GetDuration, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_GetDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_GetRate \ +static_assert(alignof(BinkMediaPlayer_GetRate) == 0x000004, "Wrong alignment on BinkMediaPlayer_GetRate"); \ +static_assert(sizeof(BinkMediaPlayer_GetRate) == 0x000004, "Wrong size on BinkMediaPlayer_GetRate"); \ +static_assert(offsetof(BinkMediaPlayer_GetRate, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_GetRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_GetTime \ +static_assert(alignof(BinkMediaPlayer_GetTime) == 0x000008, "Wrong alignment on BinkMediaPlayer_GetTime"); \ +static_assert(sizeof(BinkMediaPlayer_GetTime) == 0x000008, "Wrong size on BinkMediaPlayer_GetTime"); \ +static_assert(offsetof(BinkMediaPlayer_GetTime, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_GetUrl \ +static_assert(alignof(BinkMediaPlayer_GetUrl) == 0x000008, "Wrong alignment on BinkMediaPlayer_GetUrl"); \ +static_assert(sizeof(BinkMediaPlayer_GetUrl) == 0x000010, "Wrong size on BinkMediaPlayer_GetUrl"); \ +static_assert(offsetof(BinkMediaPlayer_GetUrl, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_GetUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_IsInitialized \ +static_assert(alignof(BinkMediaPlayer_IsInitialized) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsInitialized"); \ +static_assert(sizeof(BinkMediaPlayer_IsInitialized) == 0x000001, "Wrong size on BinkMediaPlayer_IsInitialized"); \ +static_assert(offsetof(BinkMediaPlayer_IsInitialized, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsInitialized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_IsLooping \ +static_assert(alignof(BinkMediaPlayer_IsLooping) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsLooping"); \ +static_assert(sizeof(BinkMediaPlayer_IsLooping) == 0x000001, "Wrong size on BinkMediaPlayer_IsLooping"); \ +static_assert(offsetof(BinkMediaPlayer_IsLooping, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsLooping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_IsPaused \ +static_assert(alignof(BinkMediaPlayer_IsPaused) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsPaused"); \ +static_assert(sizeof(BinkMediaPlayer_IsPaused) == 0x000001, "Wrong size on BinkMediaPlayer_IsPaused"); \ +static_assert(offsetof(BinkMediaPlayer_IsPaused, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_IsPlaying \ +static_assert(alignof(BinkMediaPlayer_IsPlaying) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsPlaying"); \ +static_assert(sizeof(BinkMediaPlayer_IsPlaying) == 0x000001, "Wrong size on BinkMediaPlayer_IsPlaying"); \ +static_assert(offsetof(BinkMediaPlayer_IsPlaying, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_IsSeeking \ +static_assert(alignof(BinkMediaPlayer_IsSeeking) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsSeeking"); \ +static_assert(sizeof(BinkMediaPlayer_IsSeeking) == 0x000001, "Wrong size on BinkMediaPlayer_IsSeeking"); \ +static_assert(offsetof(BinkMediaPlayer_IsSeeking, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsSeeking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_IsStopped \ +static_assert(alignof(BinkMediaPlayer_IsStopped) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsStopped"); \ +static_assert(sizeof(BinkMediaPlayer_IsStopped) == 0x000001, "Wrong size on BinkMediaPlayer_IsStopped"); \ +static_assert(offsetof(BinkMediaPlayer_IsStopped, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsStopped::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_SupportsRate \ +static_assert(alignof(BinkMediaPlayer_SupportsRate) == 0x000004, "Wrong alignment on BinkMediaPlayer_SupportsRate"); \ +static_assert(sizeof(BinkMediaPlayer_SupportsRate) == 0x000008, "Wrong size on BinkMediaPlayer_SupportsRate"); \ +static_assert(offsetof(BinkMediaPlayer_SupportsRate, Rate) == 0x000000, "Member 'BinkMediaPlayer_SupportsRate::Rate' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_SupportsRate, Unthinned) == 0x000004, "Member 'BinkMediaPlayer_SupportsRate::Unthinned' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_SupportsRate, ReturnValue) == 0x000005, "Member 'BinkMediaPlayer_SupportsRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_SupportsScrubbing \ +static_assert(alignof(BinkMediaPlayer_SupportsScrubbing) == 0x000001, "Wrong alignment on BinkMediaPlayer_SupportsScrubbing"); \ +static_assert(sizeof(BinkMediaPlayer_SupportsScrubbing) == 0x000001, "Wrong size on BinkMediaPlayer_SupportsScrubbing"); \ +static_assert(offsetof(BinkMediaPlayer_SupportsScrubbing, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_SupportsScrubbing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_SupportsSeeking \ +static_assert(alignof(BinkMediaPlayer_SupportsSeeking) == 0x000001, "Wrong alignment on BinkMediaPlayer_SupportsSeeking"); \ +static_assert(sizeof(BinkMediaPlayer_SupportsSeeking) == 0x000001, "Wrong size on BinkMediaPlayer_SupportsSeeking"); \ +static_assert(offsetof(BinkMediaPlayer_SupportsSeeking, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_SupportsSeeking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBinkMediaPlayer \ +static_assert(alignof(UBinkMediaPlayer) == 0x000008, "Wrong alignment on UBinkMediaPlayer"); \ +static_assert(sizeof(UBinkMediaPlayer) == 0x000108, "Wrong size on UBinkMediaPlayer"); \ +static_assert(offsetof(UBinkMediaPlayer, OnMediaClosed) == 0x000038, "Member 'UBinkMediaPlayer::OnMediaClosed' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, OnMediaOpened) == 0x000048, "Member 'UBinkMediaPlayer::OnMediaOpened' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, OnMediaReachedEnd) == 0x000058, "Member 'UBinkMediaPlayer::OnMediaReachedEnd' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, OnPlaybackSuspended) == 0x000068, "Member 'UBinkMediaPlayer::OnPlaybackSuspended' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, BinkDestinationUpperLeft) == 0x00007C, "Member 'UBinkMediaPlayer::BinkDestinationUpperLeft' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, BinkDestinationLowerRight) == 0x000084, "Member 'UBinkMediaPlayer::BinkDestinationLowerRight' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, URL) == 0x000090, "Member 'UBinkMediaPlayer::URL' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, BinkBufferMode) == 0x0000A0, "Member 'UBinkMediaPlayer::BinkBufferMode' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, BinkSoundTrack) == 0x0000A1, "Member 'UBinkMediaPlayer::BinkSoundTrack' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, BinkSoundTrackStart) == 0x0000A4, "Member 'UBinkMediaPlayer::BinkSoundTrackStart' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, BinkDrawStyle) == 0x0000A8, "Member 'UBinkMediaPlayer::BinkDrawStyle' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, BinkLayerDepth) == 0x0000AC, "Member 'UBinkMediaPlayer::BinkLayerDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaTexture_SetMediaPlayer \ +static_assert(alignof(BinkMediaTexture_SetMediaPlayer) == 0x000008, "Wrong alignment on BinkMediaTexture_SetMediaPlayer"); \ +static_assert(sizeof(BinkMediaTexture_SetMediaPlayer) == 0x000008, "Wrong size on BinkMediaTexture_SetMediaPlayer"); \ +static_assert(offsetof(BinkMediaTexture_SetMediaPlayer, InMediaPlayer) == 0x000000, "Member 'BinkMediaTexture_SetMediaPlayer::InMediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBinkMediaTexture \ +static_assert(alignof(UBinkMediaTexture) == 0x000010, "Wrong alignment on UBinkMediaTexture"); \ +static_assert(sizeof(UBinkMediaTexture) == 0x0001B0, "Wrong size on UBinkMediaTexture"); \ +static_assert(offsetof(UBinkMediaTexture, AddressX) == 0x000178, "Member 'UBinkMediaTexture::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, AddressY) == 0x000179, "Member 'UBinkMediaTexture::AddressY' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, MediaPlayer) == 0x000180, "Member 'UBinkMediaTexture::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, PixelFormat) == 0x000188, "Member 'UBinkMediaTexture::PixelFormat' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, Tonemap) == 0x000189, "Member 'UBinkMediaTexture::Tonemap' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, OutputNits) == 0x00018C, "Member 'UBinkMediaTexture::OutputNits' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, Alpha) == 0x000190, "Member 'UBinkMediaTexture::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, DecodeSRGB) == 0x000194, "Member 'UBinkMediaTexture::DecodeSRGB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBinkMoviePlayerSettings \ +static_assert(alignof(UBinkMoviePlayerSettings) == 0x000008, "Wrong alignment on UBinkMoviePlayerSettings"); \ +static_assert(sizeof(UBinkMoviePlayerSettings) == 0x000050, "Wrong size on UBinkMoviePlayerSettings"); \ +static_assert(offsetof(UBinkMoviePlayerSettings, BinkBufferMode) == 0x000030, "Member 'UBinkMoviePlayerSettings::BinkBufferMode' has a wrong offset!"); \ +static_assert(offsetof(UBinkMoviePlayerSettings, BinkSoundTrack) == 0x000031, "Member 'UBinkMoviePlayerSettings::BinkSoundTrack' has a wrong offset!"); \ +static_assert(offsetof(UBinkMoviePlayerSettings, BinkSoundTrackStart) == 0x000034, "Member 'UBinkMoviePlayerSettings::BinkSoundTrackStart' has a wrong offset!"); \ +static_assert(offsetof(UBinkMoviePlayerSettings, BinkDestinationUpperLeft) == 0x000038, "Member 'UBinkMoviePlayerSettings::BinkDestinationUpperLeft' has a wrong offset!"); \ +static_assert(offsetof(UBinkMoviePlayerSettings, BinkDestinationLowerRight) == 0x000040, "Member 'UBinkMoviePlayerSettings::BinkDestinationLowerRight' has a wrong offset!"); \ +static_assert(offsetof(UBinkMoviePlayerSettings, BinkPixelFormat) == 0x000048, "Member 'UBinkMoviePlayerSettings::BinkPixelFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractablePainting_MediumValue_C_ExecuteUbergraph_BP_InteractablePainting_MediumValue \ +static_assert(alignof(BP_InteractablePainting_MediumValue_C_ExecuteUbergraph_BP_InteractablePainting_MediumValue) == 0x000008, "Wrong alignment on BP_InteractablePainting_MediumValue_C_ExecuteUbergraph_BP_InteractablePainting_MediumValue"); \ +static_assert(sizeof(BP_InteractablePainting_MediumValue_C_ExecuteUbergraph_BP_InteractablePainting_MediumValue) == 0x000050, "Wrong size on BP_InteractablePainting_MediumValue_C_ExecuteUbergraph_BP_InteractablePainting_MediumValue"); \ +static_assert(offsetof(BP_InteractablePainting_MediumValue_C_ExecuteUbergraph_BP_InteractablePainting_MediumValue, EntryPoint) == 0x000000, "Member 'BP_InteractablePainting_MediumValue_C_ExecuteUbergraph_BP_InteractablePainting_MediumValue::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractablePainting_MediumValue_C_ExecuteUbergraph_BP_InteractablePainting_MediumValue, Temp_struct_Variable) == 0x000008, "Member 'BP_InteractablePainting_MediumValue_C_ExecuteUbergraph_BP_InteractablePainting_MediumValue::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractablePainting_MediumValue_C_ExecuteUbergraph_BP_InteractablePainting_MediumValue, Temp_delegate_Variable) == 0x000018, "Member 'BP_InteractablePainting_MediumValue_C_ExecuteUbergraph_BP_InteractablePainting_MediumValue::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractablePainting_MediumValue_C_ExecuteUbergraph_BP_InteractablePainting_MediumValue, CallFunc_PostEvent_ReturnValue) == 0x00002C, "Member 'BP_InteractablePainting_MediumValue_C_ExecuteUbergraph_BP_InteractablePainting_MediumValue::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractablePainting_MediumValue_C_ExecuteUbergraph_BP_InteractablePainting_MediumValue, K2Node_CustomEvent_IsSecret) == 0x000030, "Member 'BP_InteractablePainting_MediumValue_C_ExecuteUbergraph_BP_InteractablePainting_MediumValue::K2Node_CustomEvent_IsSecret' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractablePainting_MediumValue_C_ExecuteUbergraph_BP_InteractablePainting_MediumValue, K2Node_ComponentBoundEvent_Interactable) == 0x000038, "Member 'BP_InteractablePainting_MediumValue_C_ExecuteUbergraph_BP_InteractablePainting_MediumValue::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractablePainting_MediumValue_C_ExecuteUbergraph_BP_InteractablePainting_MediumValue, K2Node_ComponentBoundEvent_Interactor) == 0x000040, "Member 'BP_InteractablePainting_MediumValue_C_ExecuteUbergraph_BP_InteractablePainting_MediumValue::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractablePainting_MediumValue_C_ExecuteUbergraph_BP_InteractablePainting_MediumValue, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000048, "Member 'BP_InteractablePainting_MediumValue_C_ExecuteUbergraph_BP_InteractablePainting_MediumValue::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractablePainting_MediumValue_C_BndEvt__BP_InteractablePainting_MediumValue_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_InteractablePainting_MediumValue_C_BndEvt__BP_InteractablePainting_MediumValue_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_InteractablePainting_MediumValue_C_BndEvt__BP_InteractablePainting_MediumValue_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_InteractablePainting_MediumValue_C_BndEvt__BP_InteractablePainting_MediumValue_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_InteractablePainting_MediumValue_C_BndEvt__BP_InteractablePainting_MediumValue_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_InteractablePainting_MediumValue_C_BndEvt__BP_InteractablePainting_MediumValue_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_InteractablePainting_MediumValue_C_BndEvt__BP_InteractablePainting_MediumValue_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractablePainting_MediumValue_C_BndEvt__BP_InteractablePainting_MediumValue_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_InteractablePainting_MediumValue_C_BndEvt__BP_InteractablePainting_MediumValue_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractablePainting_MediumValue_C_BndEvt__BP_InteractablePainting_MediumValue_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_InteractablePainting_MediumValue_C_BndEvt__BP_InteractablePainting_MediumValue_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractablePainting_MediumValue_C_SetAsSecret \ +static_assert(alignof(BP_InteractablePainting_MediumValue_C_SetAsSecret) == 0x000001, "Wrong alignment on BP_InteractablePainting_MediumValue_C_SetAsSecret"); \ +static_assert(sizeof(BP_InteractablePainting_MediumValue_C_SetAsSecret) == 0x000001, "Wrong size on BP_InteractablePainting_MediumValue_C_SetAsSecret"); \ +static_assert(offsetof(BP_InteractablePainting_MediumValue_C_SetAsSecret, IsSecret_0) == 0x000000, "Member 'BP_InteractablePainting_MediumValue_C_SetAsSecret::IsSecret_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractablePainting_MediumValue_C_UserConstructionScript \ +static_assert(alignof(BP_InteractablePainting_MediumValue_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_InteractablePainting_MediumValue_C_UserConstructionScript"); \ +static_assert(sizeof(BP_InteractablePainting_MediumValue_C_UserConstructionScript) == 0x000004, "Wrong size on BP_InteractablePainting_MediumValue_C_UserConstructionScript"); \ +static_assert(offsetof(BP_InteractablePainting_MediumValue_C_UserConstructionScript, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000000, "Member 'BP_InteractablePainting_MediumValue_C_UserConstructionScript::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InteractablePainting_MediumValue_C \ +static_assert(alignof(ABP_InteractablePainting_MediumValue_C) == 0x000008, "Wrong alignment on ABP_InteractablePainting_MediumValue_C"); \ +static_assert(sizeof(ABP_InteractablePainting_MediumValue_C) == 0x000378, "Wrong size on ABP_InteractablePainting_MediumValue_C"); \ +static_assert(offsetof(ABP_InteractablePainting_MediumValue_C, UberGraphFrame_BP_InteractablePainting_MediumValue_C) == 0x000358, "Member 'ABP_InteractablePainting_MediumValue_C::UberGraphFrame_BP_InteractablePainting_MediumValue_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractablePainting_MediumValue_C, Ak) == 0x000360, "Member 'ABP_InteractablePainting_MediumValue_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractablePainting_MediumValue_C, StaticMesh) == 0x000368, "Member 'ABP_InteractablePainting_MediumValue_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractablePainting_MediumValue_C, IsSecret) == 0x000370, "Member 'ABP_InteractablePainting_MediumValue_C::IsSecret' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDLSSOverrideSettings \ +static_assert(alignof(UDLSSOverrideSettings) == 0x000008, "Wrong alignment on UDLSSOverrideSettings"); \ +static_assert(sizeof(UDLSSOverrideSettings) == 0x000038, "Wrong size on UDLSSOverrideSettings"); \ +static_assert(offsetof(UDLSSOverrideSettings, EnableDLSSInEditorViewportsOverride) == 0x000030, "Member 'UDLSSOverrideSettings::EnableDLSSInEditorViewportsOverride' has a wrong offset!"); \ +static_assert(offsetof(UDLSSOverrideSettings, EnableScreenpercentageManipulationInDLSSEditorViewportsOverride) == 0x000031, "Member 'UDLSSOverrideSettings::EnableScreenpercentageManipulationInDLSSEditorViewportsOverride' has a wrong offset!"); \ +static_assert(offsetof(UDLSSOverrideSettings, EnableDLSSInPlayInEditorViewportsOverride) == 0x000032, "Member 'UDLSSOverrideSettings::EnableDLSSInPlayInEditorViewportsOverride' has a wrong offset!"); \ +static_assert(offsetof(UDLSSOverrideSettings, bShowDLSSIncompatiblePluginsToolsWarnings) == 0x000033, "Member 'UDLSSOverrideSettings::bShowDLSSIncompatiblePluginsToolsWarnings' has a wrong offset!"); \ +static_assert(offsetof(UDLSSOverrideSettings, ShowDLSSSDebugOnScreenMessages) == 0x000034, "Member 'UDLSSOverrideSettings::ShowDLSSSDebugOnScreenMessages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDLSSSettings \ +static_assert(alignof(UDLSSSettings) == 0x000008, "Wrong alignment on UDLSSSettings"); \ +static_assert(sizeof(UDLSSSettings) == 0x000068, "Wrong size on UDLSSSettings"); \ +static_assert(offsetof(UDLSSSettings, bEnableDLSSD3D12) == 0x000030, "Member 'UDLSSSettings::bEnableDLSSD3D12' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bEnableDLSSD3D11) == 0x000031, "Member 'UDLSSSettings::bEnableDLSSD3D11' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bEnableDLSSVulkan) == 0x000032, "Member 'UDLSSSettings::bEnableDLSSVulkan' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bEnableDLSSInEditorViewports) == 0x000033, "Member 'UDLSSSettings::bEnableDLSSInEditorViewports' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bEnableScreenpercentageManipulationInDLSSEditorViewports) == 0x000034, "Member 'UDLSSSettings::bEnableScreenpercentageManipulationInDLSSEditorViewports' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bEnableDLSSInPlayInEditorViewports) == 0x000035, "Member 'UDLSSSettings::bEnableDLSSInPlayInEditorViewports' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bShowDLSSSDebugOnScreenMessages) == 0x000036, "Member 'UDLSSSettings::bShowDLSSSDebugOnScreenMessages' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, GenericDLSSBinaryPath) == 0x000038, "Member 'UDLSSSettings::GenericDLSSBinaryPath' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bGenericDLSSBinaryExists) == 0x000048, "Member 'UDLSSSettings::bGenericDLSSBinaryExists' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, NVIDIANGXApplicationId) == 0x00004C, "Member 'UDLSSSettings::NVIDIANGXApplicationId' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, CustomDLSSBinaryPath) == 0x000050, "Member 'UDLSSSettings::CustomDLSSBinaryPath' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bCustomDLSSBinaryExists) == 0x000060, "Member 'UDLSSSettings::bCustomDLSSBinaryExists' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bAllowOTAUpdate) == 0x000061, "Member 'UDLSSSettings::bAllowOTAUpdate' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLAAPreset) == 0x000062, "Member 'UDLSSSettings::DLAAPreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSQualityPreset) == 0x000064, "Member 'UDLSSSettings::DLSSQualityPreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSBalancedPreset) == 0x000065, "Member 'UDLSSSettings::DLSSBalancedPreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSPerformancePreset) == 0x000066, "Member 'UDLSSSettings::DLSSPerformancePreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSUltraPerformancePreset) == 0x000067, "Member 'UDLSSSettings::DLSSUltraPerformancePreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Loading_C_ExecuteUbergraph_WBP_UI_Widget_Loading \ +static_assert(alignof(WBP_UI_Widget_Loading_C_ExecuteUbergraph_WBP_UI_Widget_Loading) == 0x000004, "Wrong alignment on WBP_UI_Widget_Loading_C_ExecuteUbergraph_WBP_UI_Widget_Loading"); \ +static_assert(sizeof(WBP_UI_Widget_Loading_C_ExecuteUbergraph_WBP_UI_Widget_Loading) == 0x00000C, "Wrong size on WBP_UI_Widget_Loading_C_ExecuteUbergraph_WBP_UI_Widget_Loading"); \ +static_assert(offsetof(WBP_UI_Widget_Loading_C_ExecuteUbergraph_WBP_UI_Widget_Loading, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_Loading_C_ExecuteUbergraph_WBP_UI_Widget_Loading::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Loading_C_ExecuteUbergraph_WBP_UI_Widget_Loading, Temp_bool_Variable) == 0x000004, "Member 'WBP_UI_Widget_Loading_C_ExecuteUbergraph_WBP_UI_Widget_Loading::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Loading_C_ExecuteUbergraph_WBP_UI_Widget_Loading, Temp_byte_Variable) == 0x000005, "Member 'WBP_UI_Widget_Loading_C_ExecuteUbergraph_WBP_UI_Widget_Loading::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Loading_C_ExecuteUbergraph_WBP_UI_Widget_Loading, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_UI_Widget_Loading_C_ExecuteUbergraph_WBP_UI_Widget_Loading::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Loading_C_ExecuteUbergraph_WBP_UI_Widget_Loading, K2Node_Event_IsDesignTime) == 0x000007, "Member 'WBP_UI_Widget_Loading_C_ExecuteUbergraph_WBP_UI_Widget_Loading::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Loading_C_ExecuteUbergraph_WBP_UI_Widget_Loading, K2Node_Select_Default) == 0x000008, "Member 'WBP_UI_Widget_Loading_C_ExecuteUbergraph_WBP_UI_Widget_Loading::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Loading_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_Loading_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_Loading_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_Loading_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_Loading_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_Loading_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_Loading_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Loading_C_UpdateImageSize \ +static_assert(alignof(WBP_UI_Widget_Loading_C_UpdateImageSize) == 0x000004, "Wrong alignment on WBP_UI_Widget_Loading_C_UpdateImageSize"); \ +static_assert(sizeof(WBP_UI_Widget_Loading_C_UpdateImageSize) == 0x000008, "Wrong size on WBP_UI_Widget_Loading_C_UpdateImageSize"); \ +static_assert(offsetof(WBP_UI_Widget_Loading_C_UpdateImageSize, InVector) == 0x000000, "Member 'WBP_UI_Widget_Loading_C_UpdateImageSize::InVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_Loading_C \ +static_assert(alignof(UWBP_UI_Widget_Loading_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_Loading_C"); \ +static_assert(sizeof(UWBP_UI_Widget_Loading_C) == 0x0002C8, "Wrong size on UWBP_UI_Widget_Loading_C"); \ +static_assert(offsetof(UWBP_UI_Widget_Loading_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Widget_Loading_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Loading_C, LoadingAnimation) == 0x000298, "Member 'UWBP_UI_Widget_Loading_C::LoadingAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Loading_C, Image_LoadingIcon) == 0x0002A0, "Member 'UWBP_UI_Widget_Loading_C::Image_LoadingIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Loading_C, Text_Loading) == 0x0002A8, "Member 'UWBP_UI_Widget_Loading_C::Text_Loading' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Loading_C, Twk_bShowLoadingText) == 0x0002B0, "Member 'UWBP_UI_Widget_Loading_C::Twk_bShowLoadingText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Loading_C, ImageSize) == 0x0002B4, "Member 'UWBP_UI_Widget_Loading_C::ImageSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Loading_C, Twk_ImageSize) == 0x0002BC, "Member 'UWBP_UI_Widget_Loading_C::Twk_ImageSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_EnableDLAA \ +static_assert(alignof(DLSSLibrary_EnableDLAA) == 0x000001, "Wrong alignment on DLSSLibrary_EnableDLAA"); \ +static_assert(sizeof(DLSSLibrary_EnableDLAA) == 0x000001, "Wrong size on DLSSLibrary_EnableDLAA"); \ +static_assert(offsetof(DLSSLibrary_EnableDLAA, bEnabled) == 0x000000, "Member 'DLSSLibrary_EnableDLAA::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_EnableDLSS \ +static_assert(alignof(DLSSLibrary_EnableDLSS) == 0x000001, "Wrong alignment on DLSSLibrary_EnableDLSS"); \ +static_assert(sizeof(DLSSLibrary_EnableDLSS) == 0x000001, "Wrong size on DLSSLibrary_EnableDLSS"); \ +static_assert(offsetof(DLSSLibrary_EnableDLSS, bEnabled) == 0x000000, "Member 'DLSSLibrary_EnableDLSS::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_EnableDLSSRR \ +static_assert(alignof(DLSSLibrary_EnableDLSSRR) == 0x000001, "Wrong alignment on DLSSLibrary_EnableDLSSRR"); \ +static_assert(sizeof(DLSSLibrary_EnableDLSSRR) == 0x000001, "Wrong size on DLSSLibrary_EnableDLSSRR"); \ +static_assert(offsetof(DLSSLibrary_EnableDLSSRR, bEnabled) == 0x000000, "Member 'DLSSLibrary_EnableDLSSRR::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_GetDefaultDLSSMode \ +static_assert(alignof(DLSSLibrary_GetDefaultDLSSMode) == 0x000001, "Wrong alignment on DLSSLibrary_GetDefaultDLSSMode"); \ +static_assert(sizeof(DLSSLibrary_GetDefaultDLSSMode) == 0x000001, "Wrong size on DLSSLibrary_GetDefaultDLSSMode"); \ +static_assert(offsetof(DLSSLibrary_GetDefaultDLSSMode, ReturnValue) == 0x000000, "Member 'DLSSLibrary_GetDefaultDLSSMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_GetDLSSMinimumDriverVersion \ +static_assert(alignof(DLSSLibrary_GetDLSSMinimumDriverVersion) == 0x000004, "Wrong alignment on DLSSLibrary_GetDLSSMinimumDriverVersion"); \ +static_assert(sizeof(DLSSLibrary_GetDLSSMinimumDriverVersion) == 0x000008, "Wrong size on DLSSLibrary_GetDLSSMinimumDriverVersion"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSMinimumDriverVersion, MinDriverVersionMajor) == 0x000000, "Member 'DLSSLibrary_GetDLSSMinimumDriverVersion::MinDriverVersionMajor' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSMinimumDriverVersion, MinDriverVersionMinor) == 0x000004, "Member 'DLSSLibrary_GetDLSSMinimumDriverVersion::MinDriverVersionMinor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_GetDLSSMode \ +static_assert(alignof(DLSSLibrary_GetDLSSMode) == 0x000001, "Wrong alignment on DLSSLibrary_GetDLSSMode"); \ +static_assert(sizeof(DLSSLibrary_GetDLSSMode) == 0x000001, "Wrong size on DLSSLibrary_GetDLSSMode"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSMode, ReturnValue) == 0x000000, "Member 'DLSSLibrary_GetDLSSMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_GetDLSSModeInformation \ +static_assert(alignof(DLSSLibrary_GetDLSSModeInformation) == 0x000004, "Wrong alignment on DLSSLibrary_GetDLSSModeInformation"); \ +static_assert(sizeof(DLSSLibrary_GetDLSSModeInformation) == 0x000024, "Wrong size on DLSSLibrary_GetDLSSModeInformation"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, DLSSMode) == 0x000000, "Member 'DLSSLibrary_GetDLSSModeInformation::DLSSMode' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, ScreenResolution) == 0x000004, "Member 'DLSSLibrary_GetDLSSModeInformation::ScreenResolution' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, bIsSupported) == 0x00000C, "Member 'DLSSLibrary_GetDLSSModeInformation::bIsSupported' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, OptimalScreenPercentage) == 0x000010, "Member 'DLSSLibrary_GetDLSSModeInformation::OptimalScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, bIsFixedScreenPercentage) == 0x000014, "Member 'DLSSLibrary_GetDLSSModeInformation::bIsFixedScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, MinScreenPercentage) == 0x000018, "Member 'DLSSLibrary_GetDLSSModeInformation::MinScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, MaxScreenPercentage) == 0x00001C, "Member 'DLSSLibrary_GetDLSSModeInformation::MaxScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, OptimalSharpness) == 0x000020, "Member 'DLSSLibrary_GetDLSSModeInformation::OptimalSharpness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_GetDLSSRRMinimumDriverVersion \ +static_assert(alignof(DLSSLibrary_GetDLSSRRMinimumDriverVersion) == 0x000004, "Wrong alignment on DLSSLibrary_GetDLSSRRMinimumDriverVersion"); \ +static_assert(sizeof(DLSSLibrary_GetDLSSRRMinimumDriverVersion) == 0x000008, "Wrong size on DLSSLibrary_GetDLSSRRMinimumDriverVersion"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSRRMinimumDriverVersion, MinDriverVersionMajor) == 0x000000, "Member 'DLSSLibrary_GetDLSSRRMinimumDriverVersion::MinDriverVersionMajor' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSRRMinimumDriverVersion, MinDriverVersionMinor) == 0x000004, "Member 'DLSSLibrary_GetDLSSRRMinimumDriverVersion::MinDriverVersionMinor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_GetDLSSScreenPercentageRange \ +static_assert(alignof(DLSSLibrary_GetDLSSScreenPercentageRange) == 0x000004, "Wrong alignment on DLSSLibrary_GetDLSSScreenPercentageRange"); \ +static_assert(sizeof(DLSSLibrary_GetDLSSScreenPercentageRange) == 0x000008, "Wrong size on DLSSLibrary_GetDLSSScreenPercentageRange"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSScreenPercentageRange, MinScreenPercentage) == 0x000000, "Member 'DLSSLibrary_GetDLSSScreenPercentageRange::MinScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSScreenPercentageRange, MaxScreenPercentage) == 0x000004, "Member 'DLSSLibrary_GetDLSSScreenPercentageRange::MaxScreenPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_GetDLSSSharpness \ +static_assert(alignof(DLSSLibrary_GetDLSSSharpness) == 0x000004, "Wrong alignment on DLSSLibrary_GetDLSSSharpness"); \ +static_assert(sizeof(DLSSLibrary_GetDLSSSharpness) == 0x000004, "Wrong size on DLSSLibrary_GetDLSSSharpness"); \ +static_assert(offsetof(DLSSLibrary_GetDLSSSharpness, ReturnValue) == 0x000000, "Member 'DLSSLibrary_GetDLSSSharpness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_GetSupportedDLSSModes \ +static_assert(alignof(DLSSLibrary_GetSupportedDLSSModes) == 0x000008, "Wrong alignment on DLSSLibrary_GetSupportedDLSSModes"); \ +static_assert(sizeof(DLSSLibrary_GetSupportedDLSSModes) == 0x000010, "Wrong size on DLSSLibrary_GetSupportedDLSSModes"); \ +static_assert(offsetof(DLSSLibrary_GetSupportedDLSSModes, ReturnValue) == 0x000000, "Member 'DLSSLibrary_GetSupportedDLSSModes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_IsDLAAEnabled \ +static_assert(alignof(DLSSLibrary_IsDLAAEnabled) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLAAEnabled"); \ +static_assert(sizeof(DLSSLibrary_IsDLAAEnabled) == 0x000001, "Wrong size on DLSSLibrary_IsDLAAEnabled"); \ +static_assert(offsetof(DLSSLibrary_IsDLAAEnabled, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsDLAAEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_IsDLSSEnabled \ +static_assert(alignof(DLSSLibrary_IsDLSSEnabled) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLSSEnabled"); \ +static_assert(sizeof(DLSSLibrary_IsDLSSEnabled) == 0x000001, "Wrong size on DLSSLibrary_IsDLSSEnabled"); \ +static_assert(offsetof(DLSSLibrary_IsDLSSEnabled, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsDLSSEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_IsDLSSModeSupported \ +static_assert(alignof(DLSSLibrary_IsDLSSModeSupported) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLSSModeSupported"); \ +static_assert(sizeof(DLSSLibrary_IsDLSSModeSupported) == 0x000002, "Wrong size on DLSSLibrary_IsDLSSModeSupported"); \ +static_assert(offsetof(DLSSLibrary_IsDLSSModeSupported, DLSSMode) == 0x000000, "Member 'DLSSLibrary_IsDLSSModeSupported::DLSSMode' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_IsDLSSModeSupported, ReturnValue) == 0x000001, "Member 'DLSSLibrary_IsDLSSModeSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_IsDLSSRREnabled \ +static_assert(alignof(DLSSLibrary_IsDLSSRREnabled) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLSSRREnabled"); \ +static_assert(sizeof(DLSSLibrary_IsDLSSRREnabled) == 0x000001, "Wrong size on DLSSLibrary_IsDLSSRREnabled"); \ +static_assert(offsetof(DLSSLibrary_IsDLSSRREnabled, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsDLSSRREnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_IsDLSSRRSupported \ +static_assert(alignof(DLSSLibrary_IsDLSSRRSupported) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLSSRRSupported"); \ +static_assert(sizeof(DLSSLibrary_IsDLSSRRSupported) == 0x000001, "Wrong size on DLSSLibrary_IsDLSSRRSupported"); \ +static_assert(offsetof(DLSSLibrary_IsDLSSRRSupported, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsDLSSRRSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_IsDLSSSupported \ +static_assert(alignof(DLSSLibrary_IsDLSSSupported) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLSSSupported"); \ +static_assert(sizeof(DLSSLibrary_IsDLSSSupported) == 0x000001, "Wrong size on DLSSLibrary_IsDLSSSupported"); \ +static_assert(offsetof(DLSSLibrary_IsDLSSSupported, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsDLSSSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_QueryDLSSRRSupport \ +static_assert(alignof(DLSSLibrary_QueryDLSSRRSupport) == 0x000001, "Wrong alignment on DLSSLibrary_QueryDLSSRRSupport"); \ +static_assert(sizeof(DLSSLibrary_QueryDLSSRRSupport) == 0x000001, "Wrong size on DLSSLibrary_QueryDLSSRRSupport"); \ +static_assert(offsetof(DLSSLibrary_QueryDLSSRRSupport, ReturnValue) == 0x000000, "Member 'DLSSLibrary_QueryDLSSRRSupport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_QueryDLSSSupport \ +static_assert(alignof(DLSSLibrary_QueryDLSSSupport) == 0x000001, "Wrong alignment on DLSSLibrary_QueryDLSSSupport"); \ +static_assert(sizeof(DLSSLibrary_QueryDLSSSupport) == 0x000001, "Wrong size on DLSSLibrary_QueryDLSSSupport"); \ +static_assert(offsetof(DLSSLibrary_QueryDLSSSupport, ReturnValue) == 0x000000, "Member 'DLSSLibrary_QueryDLSSSupport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_SetDLSSMode \ +static_assert(alignof(DLSSLibrary_SetDLSSMode) == 0x000001, "Wrong alignment on DLSSLibrary_SetDLSSMode"); \ +static_assert(sizeof(DLSSLibrary_SetDLSSMode) == 0x000001, "Wrong size on DLSSLibrary_SetDLSSMode"); \ +static_assert(offsetof(DLSSLibrary_SetDLSSMode, DLSSMode) == 0x000000, "Member 'DLSSLibrary_SetDLSSMode::DLSSMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_SetDLSSSharpness \ +static_assert(alignof(DLSSLibrary_SetDLSSSharpness) == 0x000004, "Wrong alignment on DLSSLibrary_SetDLSSSharpness"); \ +static_assert(sizeof(DLSSLibrary_SetDLSSSharpness) == 0x000004, "Wrong size on DLSSLibrary_SetDLSSSharpness"); \ +static_assert(offsetof(DLSSLibrary_SetDLSSSharpness, Sharpness) == 0x000000, "Member 'DLSSLibrary_SetDLSSSharpness::Sharpness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDLSSLibrary \ +static_assert(alignof(UDLSSLibrary) == 0x000008, "Wrong alignment on UDLSSLibrary"); \ +static_assert(sizeof(UDLSSLibrary) == 0x000030, "Wrong size on UDLSSLibrary"); \ + +#define DUMPER7_ASSERTS_ABP_MethBag_BurntSecured_C \ +static_assert(alignof(ABP_MethBag_BurntSecured_C) == 0x000008, "Wrong alignment on ABP_MethBag_BurntSecured_C"); \ +static_assert(sizeof(ABP_MethBag_BurntSecured_C) == 0x0002C0, "Wrong size on ABP_MethBag_BurntSecured_C"); \ + +#define DUMPER7_ASSERTS_NISLibrary_GetDefaultNISMode \ +static_assert(alignof(NISLibrary_GetDefaultNISMode) == 0x000001, "Wrong alignment on NISLibrary_GetDefaultNISMode"); \ +static_assert(sizeof(NISLibrary_GetDefaultNISMode) == 0x000001, "Wrong size on NISLibrary_GetDefaultNISMode"); \ +static_assert(offsetof(NISLibrary_GetDefaultNISMode, ReturnValue) == 0x000000, "Member 'NISLibrary_GetDefaultNISMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NISLibrary_GetNISRecommendedScreenPercentage \ +static_assert(alignof(NISLibrary_GetNISRecommendedScreenPercentage) == 0x000004, "Wrong alignment on NISLibrary_GetNISRecommendedScreenPercentage"); \ +static_assert(sizeof(NISLibrary_GetNISRecommendedScreenPercentage) == 0x000008, "Wrong size on NISLibrary_GetNISRecommendedScreenPercentage"); \ +static_assert(offsetof(NISLibrary_GetNISRecommendedScreenPercentage, NISMode) == 0x000000, "Member 'NISLibrary_GetNISRecommendedScreenPercentage::NISMode' has a wrong offset!"); \ +static_assert(offsetof(NISLibrary_GetNISRecommendedScreenPercentage, ReturnValue) == 0x000004, "Member 'NISLibrary_GetNISRecommendedScreenPercentage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NISLibrary_GetNISScreenPercentageRange \ +static_assert(alignof(NISLibrary_GetNISScreenPercentageRange) == 0x000004, "Wrong alignment on NISLibrary_GetNISScreenPercentageRange"); \ +static_assert(sizeof(NISLibrary_GetNISScreenPercentageRange) == 0x000008, "Wrong size on NISLibrary_GetNISScreenPercentageRange"); \ +static_assert(offsetof(NISLibrary_GetNISScreenPercentageRange, MinScreenPercentage) == 0x000000, "Member 'NISLibrary_GetNISScreenPercentageRange::MinScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(NISLibrary_GetNISScreenPercentageRange, MaxScreenPercentage) == 0x000004, "Member 'NISLibrary_GetNISScreenPercentageRange::MaxScreenPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NISLibrary_GetSupportedNISModes \ +static_assert(alignof(NISLibrary_GetSupportedNISModes) == 0x000008, "Wrong alignment on NISLibrary_GetSupportedNISModes"); \ +static_assert(sizeof(NISLibrary_GetSupportedNISModes) == 0x000010, "Wrong size on NISLibrary_GetSupportedNISModes"); \ +static_assert(offsetof(NISLibrary_GetSupportedNISModes, ReturnValue) == 0x000000, "Member 'NISLibrary_GetSupportedNISModes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NISLibrary_IsNISModeSupported \ +static_assert(alignof(NISLibrary_IsNISModeSupported) == 0x000001, "Wrong alignment on NISLibrary_IsNISModeSupported"); \ +static_assert(sizeof(NISLibrary_IsNISModeSupported) == 0x000002, "Wrong size on NISLibrary_IsNISModeSupported"); \ +static_assert(offsetof(NISLibrary_IsNISModeSupported, NISMode) == 0x000000, "Member 'NISLibrary_IsNISModeSupported::NISMode' has a wrong offset!"); \ +static_assert(offsetof(NISLibrary_IsNISModeSupported, ReturnValue) == 0x000001, "Member 'NISLibrary_IsNISModeSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NISLibrary_IsNISSupported \ +static_assert(alignof(NISLibrary_IsNISSupported) == 0x000001, "Wrong alignment on NISLibrary_IsNISSupported"); \ +static_assert(sizeof(NISLibrary_IsNISSupported) == 0x000001, "Wrong size on NISLibrary_IsNISSupported"); \ +static_assert(offsetof(NISLibrary_IsNISSupported, ReturnValue) == 0x000000, "Member 'NISLibrary_IsNISSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NISLibrary_SetNISCustomScreenPercentage \ +static_assert(alignof(NISLibrary_SetNISCustomScreenPercentage) == 0x000004, "Wrong alignment on NISLibrary_SetNISCustomScreenPercentage"); \ +static_assert(sizeof(NISLibrary_SetNISCustomScreenPercentage) == 0x000004, "Wrong size on NISLibrary_SetNISCustomScreenPercentage"); \ +static_assert(offsetof(NISLibrary_SetNISCustomScreenPercentage, CustomScreenPercentage) == 0x000000, "Member 'NISLibrary_SetNISCustomScreenPercentage::CustomScreenPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NISLibrary_SetNISMode \ +static_assert(alignof(NISLibrary_SetNISMode) == 0x000001, "Wrong alignment on NISLibrary_SetNISMode"); \ +static_assert(sizeof(NISLibrary_SetNISMode) == 0x000001, "Wrong size on NISLibrary_SetNISMode"); \ +static_assert(offsetof(NISLibrary_SetNISMode, NISMode) == 0x000000, "Member 'NISLibrary_SetNISMode::NISMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NISLibrary_SetNISSharpness \ +static_assert(alignof(NISLibrary_SetNISSharpness) == 0x000004, "Wrong alignment on NISLibrary_SetNISSharpness"); \ +static_assert(sizeof(NISLibrary_SetNISSharpness) == 0x000004, "Wrong size on NISLibrary_SetNISSharpness"); \ +static_assert(offsetof(NISLibrary_SetNISSharpness, Sharpness) == 0x000000, "Member 'NISLibrary_SetNISSharpness::Sharpness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNISLibrary \ +static_assert(alignof(UNISLibrary) == 0x000008, "Wrong alignment on UNISLibrary"); \ +static_assert(sizeof(UNISLibrary) == 0x000030, "Wrong size on UNISLibrary"); \ + +#define DUMPER7_ASSERTS_UBP_RinoHud_Savegame_C \ +static_assert(alignof(UBP_RinoHud_Savegame_C) == 0x000008, "Wrong alignment on UBP_RinoHud_Savegame_C"); \ +static_assert(sizeof(UBP_RinoHud_Savegame_C) == 0x000058, "Wrong size on UBP_RinoHud_Savegame_C"); \ +static_assert(offsetof(UBP_RinoHud_Savegame_C, config) == 0x000030, "Member 'UBP_RinoHud_Savegame_C::config' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStreamlineVersion \ +static_assert(alignof(FStreamlineVersion) == 0x000004, "Wrong alignment on FStreamlineVersion"); \ +static_assert(sizeof(FStreamlineVersion) == 0x00000C, "Wrong size on FStreamlineVersion"); \ +static_assert(offsetof(FStreamlineVersion, Major) == 0x000000, "Member 'FStreamlineVersion::Major' has a wrong offset!"); \ +static_assert(offsetof(FStreamlineVersion, Minor) == 0x000004, "Member 'FStreamlineVersion::Minor' has a wrong offset!"); \ +static_assert(offsetof(FStreamlineVersion, Build) == 0x000008, "Member 'FStreamlineVersion::Build' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStreamlineFeatureRequirements \ +static_assert(alignof(FStreamlineFeatureRequirements) == 0x000004, "Wrong alignment on FStreamlineFeatureRequirements"); \ +static_assert(sizeof(FStreamlineFeatureRequirements) == 0x000034, "Wrong size on FStreamlineFeatureRequirements"); \ +static_assert(offsetof(FStreamlineFeatureRequirements, Support) == 0x000000, "Member 'FStreamlineFeatureRequirements::Support' has a wrong offset!"); \ +static_assert(offsetof(FStreamlineFeatureRequirements, Requirements) == 0x000001, "Member 'FStreamlineFeatureRequirements::Requirements' has a wrong offset!"); \ +static_assert(offsetof(FStreamlineFeatureRequirements, RequiredOperatingSystemVersion) == 0x000004, "Member 'FStreamlineFeatureRequirements::RequiredOperatingSystemVersion' has a wrong offset!"); \ +static_assert(offsetof(FStreamlineFeatureRequirements, DetectedOperatingSystemVersion) == 0x000010, "Member 'FStreamlineFeatureRequirements::DetectedOperatingSystemVersion' has a wrong offset!"); \ +static_assert(offsetof(FStreamlineFeatureRequirements, RequiredDriverVersion) == 0x00001C, "Member 'FStreamlineFeatureRequirements::RequiredDriverVersion' has a wrong offset!"); \ +static_assert(offsetof(FStreamlineFeatureRequirements, DetectedDriverVersion) == 0x000028, "Member 'FStreamlineFeatureRequirements::DetectedDriverVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibrary_BreakStreamlineFeatureRequirements \ +static_assert(alignof(StreamlineLibrary_BreakStreamlineFeatureRequirements) == 0x000001, "Wrong alignment on StreamlineLibrary_BreakStreamlineFeatureRequirements"); \ +static_assert(sizeof(StreamlineLibrary_BreakStreamlineFeatureRequirements) == 0x000006, "Wrong size on StreamlineLibrary_BreakStreamlineFeatureRequirements"); \ +static_assert(offsetof(StreamlineLibrary_BreakStreamlineFeatureRequirements, Requirements) == 0x000000, "Member 'StreamlineLibrary_BreakStreamlineFeatureRequirements::Requirements' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibrary_BreakStreamlineFeatureRequirements, D3D11Supported) == 0x000001, "Member 'StreamlineLibrary_BreakStreamlineFeatureRequirements::D3D11Supported' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibrary_BreakStreamlineFeatureRequirements, D3D12Supported) == 0x000002, "Member 'StreamlineLibrary_BreakStreamlineFeatureRequirements::D3D12Supported' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibrary_BreakStreamlineFeatureRequirements, VulkanSupported) == 0x000003, "Member 'StreamlineLibrary_BreakStreamlineFeatureRequirements::VulkanSupported' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibrary_BreakStreamlineFeatureRequirements, VSyncOffRequired) == 0x000004, "Member 'StreamlineLibrary_BreakStreamlineFeatureRequirements::VSyncOffRequired' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibrary_BreakStreamlineFeatureRequirements, HardwareSchedulingRequired) == 0x000005, "Member 'StreamlineLibrary_BreakStreamlineFeatureRequirements::HardwareSchedulingRequired' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibrary_GetStreamlineFeatureInformation \ +static_assert(alignof(StreamlineLibrary_GetStreamlineFeatureInformation) == 0x000004, "Wrong alignment on StreamlineLibrary_GetStreamlineFeatureInformation"); \ +static_assert(sizeof(StreamlineLibrary_GetStreamlineFeatureInformation) == 0x000038, "Wrong size on StreamlineLibrary_GetStreamlineFeatureInformation"); \ +static_assert(offsetof(StreamlineLibrary_GetStreamlineFeatureInformation, Feature) == 0x000000, "Member 'StreamlineLibrary_GetStreamlineFeatureInformation::Feature' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibrary_GetStreamlineFeatureInformation, ReturnValue) == 0x000004, "Member 'StreamlineLibrary_GetStreamlineFeatureInformation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibrary_IsStreamlineFeatureSupported \ +static_assert(alignof(StreamlineLibrary_IsStreamlineFeatureSupported) == 0x000001, "Wrong alignment on StreamlineLibrary_IsStreamlineFeatureSupported"); \ +static_assert(sizeof(StreamlineLibrary_IsStreamlineFeatureSupported) == 0x000002, "Wrong size on StreamlineLibrary_IsStreamlineFeatureSupported"); \ +static_assert(offsetof(StreamlineLibrary_IsStreamlineFeatureSupported, Feature) == 0x000000, "Member 'StreamlineLibrary_IsStreamlineFeatureSupported::Feature' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibrary_IsStreamlineFeatureSupported, ReturnValue) == 0x000001, "Member 'StreamlineLibrary_IsStreamlineFeatureSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibrary_QueryStreamlineFeatureSupport \ +static_assert(alignof(StreamlineLibrary_QueryStreamlineFeatureSupport) == 0x000001, "Wrong alignment on StreamlineLibrary_QueryStreamlineFeatureSupport"); \ +static_assert(sizeof(StreamlineLibrary_QueryStreamlineFeatureSupport) == 0x000002, "Wrong size on StreamlineLibrary_QueryStreamlineFeatureSupport"); \ +static_assert(offsetof(StreamlineLibrary_QueryStreamlineFeatureSupport, Feature) == 0x000000, "Member 'StreamlineLibrary_QueryStreamlineFeatureSupport::Feature' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibrary_QueryStreamlineFeatureSupport, ReturnValue) == 0x000001, "Member 'StreamlineLibrary_QueryStreamlineFeatureSupport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStreamlineLibrary \ +static_assert(alignof(UStreamlineLibrary) == 0x000008, "Wrong alignment on UStreamlineLibrary"); \ +static_assert(sizeof(UStreamlineLibrary) == 0x000030, "Wrong size on UStreamlineLibrary"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryDLSSG_GetDefaultDLSSGMode \ +static_assert(alignof(StreamlineLibraryDLSSG_GetDefaultDLSSGMode) == 0x000001, "Wrong alignment on StreamlineLibraryDLSSG_GetDefaultDLSSGMode"); \ +static_assert(sizeof(StreamlineLibraryDLSSG_GetDefaultDLSSGMode) == 0x000001, "Wrong size on StreamlineLibraryDLSSG_GetDefaultDLSSGMode"); \ +static_assert(offsetof(StreamlineLibraryDLSSG_GetDefaultDLSSGMode, ReturnValue) == 0x000000, "Member 'StreamlineLibraryDLSSG_GetDefaultDLSSGMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryDLSSG_GetDLSSGFrameTiming \ +static_assert(alignof(StreamlineLibraryDLSSG_GetDLSSGFrameTiming) == 0x000004, "Wrong alignment on StreamlineLibraryDLSSG_GetDLSSGFrameTiming"); \ +static_assert(sizeof(StreamlineLibraryDLSSG_GetDLSSGFrameTiming) == 0x000008, "Wrong size on StreamlineLibraryDLSSG_GetDLSSGFrameTiming"); \ +static_assert(offsetof(StreamlineLibraryDLSSG_GetDLSSGFrameTiming, FrameRateInHertz) == 0x000000, "Member 'StreamlineLibraryDLSSG_GetDLSSGFrameTiming::FrameRateInHertz' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibraryDLSSG_GetDLSSGFrameTiming, FramesPresented) == 0x000004, "Member 'StreamlineLibraryDLSSG_GetDLSSGFrameTiming::FramesPresented' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryDLSSG_GetDLSSGMode \ +static_assert(alignof(StreamlineLibraryDLSSG_GetDLSSGMode) == 0x000001, "Wrong alignment on StreamlineLibraryDLSSG_GetDLSSGMode"); \ +static_assert(sizeof(StreamlineLibraryDLSSG_GetDLSSGMode) == 0x000001, "Wrong size on StreamlineLibraryDLSSG_GetDLSSGMode"); \ +static_assert(offsetof(StreamlineLibraryDLSSG_GetDLSSGMode, ReturnValue) == 0x000000, "Member 'StreamlineLibraryDLSSG_GetDLSSGMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryDLSSG_GetSupportedDLSSGModes \ +static_assert(alignof(StreamlineLibraryDLSSG_GetSupportedDLSSGModes) == 0x000008, "Wrong alignment on StreamlineLibraryDLSSG_GetSupportedDLSSGModes"); \ +static_assert(sizeof(StreamlineLibraryDLSSG_GetSupportedDLSSGModes) == 0x000010, "Wrong size on StreamlineLibraryDLSSG_GetSupportedDLSSGModes"); \ +static_assert(offsetof(StreamlineLibraryDLSSG_GetSupportedDLSSGModes, ReturnValue) == 0x000000, "Member 'StreamlineLibraryDLSSG_GetSupportedDLSSGModes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryDLSSG_IsDLSSGModeSupported \ +static_assert(alignof(StreamlineLibraryDLSSG_IsDLSSGModeSupported) == 0x000001, "Wrong alignment on StreamlineLibraryDLSSG_IsDLSSGModeSupported"); \ +static_assert(sizeof(StreamlineLibraryDLSSG_IsDLSSGModeSupported) == 0x000002, "Wrong size on StreamlineLibraryDLSSG_IsDLSSGModeSupported"); \ +static_assert(offsetof(StreamlineLibraryDLSSG_IsDLSSGModeSupported, DLSSGMode) == 0x000000, "Member 'StreamlineLibraryDLSSG_IsDLSSGModeSupported::DLSSGMode' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibraryDLSSG_IsDLSSGModeSupported, ReturnValue) == 0x000001, "Member 'StreamlineLibraryDLSSG_IsDLSSGModeSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryDLSSG_IsDLSSGSupported \ +static_assert(alignof(StreamlineLibraryDLSSG_IsDLSSGSupported) == 0x000001, "Wrong alignment on StreamlineLibraryDLSSG_IsDLSSGSupported"); \ +static_assert(sizeof(StreamlineLibraryDLSSG_IsDLSSGSupported) == 0x000001, "Wrong size on StreamlineLibraryDLSSG_IsDLSSGSupported"); \ +static_assert(offsetof(StreamlineLibraryDLSSG_IsDLSSGSupported, ReturnValue) == 0x000000, "Member 'StreamlineLibraryDLSSG_IsDLSSGSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryDLSSG_QueryDLSSGSupport \ +static_assert(alignof(StreamlineLibraryDLSSG_QueryDLSSGSupport) == 0x000001, "Wrong alignment on StreamlineLibraryDLSSG_QueryDLSSGSupport"); \ +static_assert(sizeof(StreamlineLibraryDLSSG_QueryDLSSGSupport) == 0x000001, "Wrong size on StreamlineLibraryDLSSG_QueryDLSSGSupport"); \ +static_assert(offsetof(StreamlineLibraryDLSSG_QueryDLSSGSupport, ReturnValue) == 0x000000, "Member 'StreamlineLibraryDLSSG_QueryDLSSGSupport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryDLSSG_SetDLSSGMode \ +static_assert(alignof(StreamlineLibraryDLSSG_SetDLSSGMode) == 0x000001, "Wrong alignment on StreamlineLibraryDLSSG_SetDLSSGMode"); \ +static_assert(sizeof(StreamlineLibraryDLSSG_SetDLSSGMode) == 0x000001, "Wrong size on StreamlineLibraryDLSSG_SetDLSSGMode"); \ +static_assert(offsetof(StreamlineLibraryDLSSG_SetDLSSGMode, DLSSGMode) == 0x000000, "Member 'StreamlineLibraryDLSSG_SetDLSSGMode::DLSSGMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStreamlineLibraryDLSSG \ +static_assert(alignof(UStreamlineLibraryDLSSG) == 0x000008, "Wrong alignment on UStreamlineLibraryDLSSG"); \ +static_assert(sizeof(UStreamlineLibraryDLSSG) == 0x000030, "Wrong size on UStreamlineLibraryDLSSG"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryReflex_GetDefaultReflexMode \ +static_assert(alignof(StreamlineLibraryReflex_GetDefaultReflexMode) == 0x000001, "Wrong alignment on StreamlineLibraryReflex_GetDefaultReflexMode"); \ +static_assert(sizeof(StreamlineLibraryReflex_GetDefaultReflexMode) == 0x000001, "Wrong size on StreamlineLibraryReflex_GetDefaultReflexMode"); \ +static_assert(offsetof(StreamlineLibraryReflex_GetDefaultReflexMode, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_GetDefaultReflexMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryReflex_GetGameLatencyInMs \ +static_assert(alignof(StreamlineLibraryReflex_GetGameLatencyInMs) == 0x000004, "Wrong alignment on StreamlineLibraryReflex_GetGameLatencyInMs"); \ +static_assert(sizeof(StreamlineLibraryReflex_GetGameLatencyInMs) == 0x000004, "Wrong size on StreamlineLibraryReflex_GetGameLatencyInMs"); \ +static_assert(offsetof(StreamlineLibraryReflex_GetGameLatencyInMs, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_GetGameLatencyInMs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryReflex_GetGameToRenderLatencyInMs \ +static_assert(alignof(StreamlineLibraryReflex_GetGameToRenderLatencyInMs) == 0x000004, "Wrong alignment on StreamlineLibraryReflex_GetGameToRenderLatencyInMs"); \ +static_assert(sizeof(StreamlineLibraryReflex_GetGameToRenderLatencyInMs) == 0x000004, "Wrong size on StreamlineLibraryReflex_GetGameToRenderLatencyInMs"); \ +static_assert(offsetof(StreamlineLibraryReflex_GetGameToRenderLatencyInMs, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_GetGameToRenderLatencyInMs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryReflex_GetReflexMode \ +static_assert(alignof(StreamlineLibraryReflex_GetReflexMode) == 0x000001, "Wrong alignment on StreamlineLibraryReflex_GetReflexMode"); \ +static_assert(sizeof(StreamlineLibraryReflex_GetReflexMode) == 0x000001, "Wrong size on StreamlineLibraryReflex_GetReflexMode"); \ +static_assert(offsetof(StreamlineLibraryReflex_GetReflexMode, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_GetReflexMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryReflex_GetRenderLatencyInMs \ +static_assert(alignof(StreamlineLibraryReflex_GetRenderLatencyInMs) == 0x000004, "Wrong alignment on StreamlineLibraryReflex_GetRenderLatencyInMs"); \ +static_assert(sizeof(StreamlineLibraryReflex_GetRenderLatencyInMs) == 0x000004, "Wrong size on StreamlineLibraryReflex_GetRenderLatencyInMs"); \ +static_assert(offsetof(StreamlineLibraryReflex_GetRenderLatencyInMs, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_GetRenderLatencyInMs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryReflex_IsReflexSupported \ +static_assert(alignof(StreamlineLibraryReflex_IsReflexSupported) == 0x000001, "Wrong alignment on StreamlineLibraryReflex_IsReflexSupported"); \ +static_assert(sizeof(StreamlineLibraryReflex_IsReflexSupported) == 0x000001, "Wrong size on StreamlineLibraryReflex_IsReflexSupported"); \ +static_assert(offsetof(StreamlineLibraryReflex_IsReflexSupported, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_IsReflexSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryReflex_QueryReflexSupport \ +static_assert(alignof(StreamlineLibraryReflex_QueryReflexSupport) == 0x000001, "Wrong alignment on StreamlineLibraryReflex_QueryReflexSupport"); \ +static_assert(sizeof(StreamlineLibraryReflex_QueryReflexSupport) == 0x000001, "Wrong size on StreamlineLibraryReflex_QueryReflexSupport"); \ +static_assert(offsetof(StreamlineLibraryReflex_QueryReflexSupport, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_QueryReflexSupport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryReflex_SetReflexMode \ +static_assert(alignof(StreamlineLibraryReflex_SetReflexMode) == 0x000001, "Wrong alignment on StreamlineLibraryReflex_SetReflexMode"); \ +static_assert(sizeof(StreamlineLibraryReflex_SetReflexMode) == 0x000001, "Wrong size on StreamlineLibraryReflex_SetReflexMode"); \ +static_assert(offsetof(StreamlineLibraryReflex_SetReflexMode, Mode) == 0x000000, "Member 'StreamlineLibraryReflex_SetReflexMode::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStreamlineLibraryReflex \ +static_assert(alignof(UStreamlineLibraryReflex) == 0x000008, "Wrong alignment on UStreamlineLibraryReflex"); \ +static_assert(sizeof(UStreamlineLibraryReflex) == 0x000030, "Wrong size on UStreamlineLibraryReflex"); \ + +#define DUMPER7_ASSERTS_UStreamlineOverrideSettings \ +static_assert(alignof(UStreamlineOverrideSettings) == 0x000008, "Wrong alignment on UStreamlineOverrideSettings"); \ +static_assert(sizeof(UStreamlineOverrideSettings) == 0x000038, "Wrong size on UStreamlineOverrideSettings"); \ +static_assert(offsetof(UStreamlineOverrideSettings, EnableDLSSFGInPlayInEditorViewportsOverride) == 0x000030, "Member 'UStreamlineOverrideSettings::EnableDLSSFGInPlayInEditorViewportsOverride' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineOverrideSettings, LoadDebugOverlayOverride) == 0x000031, "Member 'UStreamlineOverrideSettings::LoadDebugOverlayOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStreamlineSettings \ +static_assert(alignof(UStreamlineSettings) == 0x000008, "Wrong alignment on UStreamlineSettings"); \ +static_assert(sizeof(UStreamlineSettings) == 0x000040, "Wrong size on UStreamlineSettings"); \ +static_assert(offsetof(UStreamlineSettings, bEnableStreamlineD3D12) == 0x000030, "Member 'UStreamlineSettings::bEnableStreamlineD3D12' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineSettings, bEnableStreamlineD3D11) == 0x000031, "Member 'UStreamlineSettings::bEnableStreamlineD3D11' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineSettings, bEnableDLSSFGInPlayInEditorViewports) == 0x000032, "Member 'UStreamlineSettings::bEnableDLSSFGInPlayInEditorViewports' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineSettings, bLoadDebugOverlay) == 0x000033, "Member 'UStreamlineSettings::bLoadDebugOverlay' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineSettings, bAllowOTAUpdate) == 0x000034, "Member 'UStreamlineSettings::bAllowOTAUpdate' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineSettings, NVIDIANGXApplicationId) == 0x000038, "Member 'UStreamlineSettings::NVIDIANGXApplicationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoviePipelinePassIdentifier \ +static_assert(alignof(FMoviePipelinePassIdentifier) == 0x000008, "Wrong alignment on FMoviePipelinePassIdentifier"); \ +static_assert(sizeof(FMoviePipelinePassIdentifier) == 0x000010, "Wrong size on FMoviePipelinePassIdentifier"); \ +static_assert(offsetof(FMoviePipelinePassIdentifier, Name) == 0x000000, "Member 'FMoviePipelinePassIdentifier::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoviePipelineRenderPassOutputData \ +static_assert(alignof(FMoviePipelineRenderPassOutputData) == 0x000008, "Wrong alignment on FMoviePipelineRenderPassOutputData"); \ +static_assert(sizeof(FMoviePipelineRenderPassOutputData) == 0x000010, "Wrong size on FMoviePipelineRenderPassOutputData"); \ +static_assert(offsetof(FMoviePipelineRenderPassOutputData, FilePaths) == 0x000000, "Member 'FMoviePipelineRenderPassOutputData::FilePaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoviePipelineShotOutputData \ +static_assert(alignof(FMoviePipelineShotOutputData) == 0x000008, "Wrong alignment on FMoviePipelineShotOutputData"); \ +static_assert(sizeof(FMoviePipelineShotOutputData) == 0x000058, "Wrong size on FMoviePipelineShotOutputData"); \ +static_assert(offsetof(FMoviePipelineShotOutputData, Shot) == 0x000000, "Member 'FMoviePipelineShotOutputData::Shot' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineShotOutputData, RenderPassData) == 0x000008, "Member 'FMoviePipelineShotOutputData::RenderPassData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoviePipelineOutputData \ +static_assert(alignof(FMoviePipelineOutputData) == 0x000008, "Wrong alignment on FMoviePipelineOutputData"); \ +static_assert(sizeof(FMoviePipelineOutputData) == 0x000028, "Wrong size on FMoviePipelineOutputData"); \ +static_assert(offsetof(FMoviePipelineOutputData, Pipeline) == 0x000000, "Member 'FMoviePipelineOutputData::Pipeline' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineOutputData, Job) == 0x000008, "Member 'FMoviePipelineOutputData::Job' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineOutputData, bSuccess) == 0x000010, "Member 'FMoviePipelineOutputData::bSuccess' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineOutputData, ShotData) == 0x000018, "Member 'FMoviePipelineOutputData::ShotData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoviePipelineFilenameResolveParams \ +static_assert(alignof(FMoviePipelineFilenameResolveParams) == 0x000008, "Wrong alignment on FMoviePipelineFilenameResolveParams"); \ +static_assert(sizeof(FMoviePipelineFilenameResolveParams) == 0x000100, "Wrong size on FMoviePipelineFilenameResolveParams"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, FrameNumber) == 0x000000, "Member 'FMoviePipelineFilenameResolveParams::FrameNumber' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, FrameNumberShot) == 0x000004, "Member 'FMoviePipelineFilenameResolveParams::FrameNumberShot' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, FrameNumberRel) == 0x000008, "Member 'FMoviePipelineFilenameResolveParams::FrameNumberRel' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, FrameNumberShotRel) == 0x00000C, "Member 'FMoviePipelineFilenameResolveParams::FrameNumberShotRel' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, CameraNameOverride) == 0x000010, "Member 'FMoviePipelineFilenameResolveParams::CameraNameOverride' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, ShotNameOverride) == 0x000020, "Member 'FMoviePipelineFilenameResolveParams::ShotNameOverride' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, ZeroPadFrameNumberCount) == 0x000030, "Member 'FMoviePipelineFilenameResolveParams::ZeroPadFrameNumberCount' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, bForceRelativeFrameNumbers) == 0x000034, "Member 'FMoviePipelineFilenameResolveParams::bForceRelativeFrameNumbers' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, FileNameFormatOverrides) == 0x000038, "Member 'FMoviePipelineFilenameResolveParams::FileNameFormatOverrides' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, FileMetadata) == 0x000088, "Member 'FMoviePipelineFilenameResolveParams::FileMetadata' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, InitializationTime) == 0x0000D8, "Member 'FMoviePipelineFilenameResolveParams::InitializationTime' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, InitializationVersion) == 0x0000E0, "Member 'FMoviePipelineFilenameResolveParams::InitializationVersion' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, Job) == 0x0000E8, "Member 'FMoviePipelineFilenameResolveParams::Job' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, ShotOverride) == 0x0000F0, "Member 'FMoviePipelineFilenameResolveParams::ShotOverride' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, AdditionalFrameNumberOffset) == 0x0000F8, "Member 'FMoviePipelineFilenameResolveParams::AdditionalFrameNumberOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoviePipelineCameraCutInfo \ +static_assert(alignof(FMoviePipelineCameraCutInfo) == 0x000008, "Wrong alignment on FMoviePipelineCameraCutInfo"); \ +static_assert(sizeof(FMoviePipelineCameraCutInfo) == 0x000098, "Wrong size on FMoviePipelineCameraCutInfo"); \ + +#define DUMPER7_ASSERTS_FMoviePipelineFormatArgs \ +static_assert(alignof(FMoviePipelineFormatArgs) == 0x000008, "Wrong alignment on FMoviePipelineFormatArgs"); \ +static_assert(sizeof(FMoviePipelineFormatArgs) == 0x0000A8, "Wrong size on FMoviePipelineFormatArgs"); \ +static_assert(offsetof(FMoviePipelineFormatArgs, FilenameArguments) == 0x000000, "Member 'FMoviePipelineFormatArgs::FilenameArguments' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFormatArgs, FileMetadata) == 0x000050, "Member 'FMoviePipelineFormatArgs::FileMetadata' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFormatArgs, InJob) == 0x0000A0, "Member 'FMoviePipelineFormatArgs::InJob' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoviePipelineSegmentWorkMetrics \ +static_assert(alignof(FMoviePipelineSegmentWorkMetrics) == 0x000008, "Wrong alignment on FMoviePipelineSegmentWorkMetrics"); \ +static_assert(sizeof(FMoviePipelineSegmentWorkMetrics) == 0x000028, "Wrong size on FMoviePipelineSegmentWorkMetrics"); \ +static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, SegmentName) == 0x000000, "Member 'FMoviePipelineSegmentWorkMetrics::SegmentName' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, OutputFrameIndex) == 0x000010, "Member 'FMoviePipelineSegmentWorkMetrics::OutputFrameIndex' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, TotalOutputFrameCount) == 0x000014, "Member 'FMoviePipelineSegmentWorkMetrics::TotalOutputFrameCount' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, OutputSubSampleIndex) == 0x000018, "Member 'FMoviePipelineSegmentWorkMetrics::OutputSubSampleIndex' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, TotalSubSampleCount) == 0x00001C, "Member 'FMoviePipelineSegmentWorkMetrics::TotalSubSampleCount' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, EngineWarmUpFrameIndex) == 0x000020, "Member 'FMoviePipelineSegmentWorkMetrics::EngineWarmUpFrameIndex' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, TotalEngineWarmUpFrameCount) == 0x000024, "Member 'FMoviePipelineSegmentWorkMetrics::TotalEngineWarmUpFrameCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineSetting_BuildNewProcessCommandLine \ +static_assert(alignof(MoviePipelineSetting_BuildNewProcessCommandLine) == 0x000008, "Wrong alignment on MoviePipelineSetting_BuildNewProcessCommandLine"); \ +static_assert(sizeof(MoviePipelineSetting_BuildNewProcessCommandLine) == 0x000020, "Wrong size on MoviePipelineSetting_BuildNewProcessCommandLine"); \ +static_assert(offsetof(MoviePipelineSetting_BuildNewProcessCommandLine, InOutUnrealURLParams) == 0x000000, "Member 'MoviePipelineSetting_BuildNewProcessCommandLine::InOutUnrealURLParams' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineSetting_BuildNewProcessCommandLine, InOutCommandLineArgs) == 0x000010, "Member 'MoviePipelineSetting_BuildNewProcessCommandLine::InOutCommandLineArgs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineSetting \ +static_assert(alignof(UMoviePipelineSetting) == 0x000008, "Wrong alignment on UMoviePipelineSetting"); \ +static_assert(sizeof(UMoviePipelineSetting) == 0x000050, "Wrong size on UMoviePipelineSetting"); \ +static_assert(offsetof(UMoviePipelineSetting, CachedPipeline) == 0x000030, "Member 'UMoviePipelineSetting::CachedPipeline' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineSetting, bEnabled) == 0x000038, "Member 'UMoviePipelineSetting::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineCommandLineEncoder \ +static_assert(alignof(UMoviePipelineCommandLineEncoder) == 0x000008, "Wrong alignment on UMoviePipelineCommandLineEncoder"); \ +static_assert(sizeof(UMoviePipelineCommandLineEncoder) == 0x000090, "Wrong size on UMoviePipelineCommandLineEncoder"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoder, FileNameFormatOverride) == 0x000050, "Member 'UMoviePipelineCommandLineEncoder::FileNameFormatOverride' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoder, Quality) == 0x000060, "Member 'UMoviePipelineCommandLineEncoder::Quality' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoder, AdditionalCommandLineArgs) == 0x000068, "Member 'UMoviePipelineCommandLineEncoder::AdditionalCommandLineArgs' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoder, bDeleteSourceFiles) == 0x000078, "Member 'UMoviePipelineCommandLineEncoder::bDeleteSourceFiles' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoder, bSkipEncodeOnRenderCanceled) == 0x000079, "Member 'UMoviePipelineCommandLineEncoder::bSkipEncodeOnRenderCanceled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipeline_Initialize \ +static_assert(alignof(MoviePipeline_Initialize) == 0x000008, "Wrong alignment on MoviePipeline_Initialize"); \ +static_assert(sizeof(MoviePipeline_Initialize) == 0x000008, "Wrong size on MoviePipeline_Initialize"); \ +static_assert(offsetof(MoviePipeline_Initialize, InJob) == 0x000000, "Member 'MoviePipeline_Initialize::InJob' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipeline_RequestShutdown \ +static_assert(alignof(MoviePipeline_RequestShutdown) == 0x000001, "Wrong alignment on MoviePipeline_RequestShutdown"); \ +static_assert(sizeof(MoviePipeline_RequestShutdown) == 0x000001, "Wrong size on MoviePipeline_RequestShutdown"); \ +static_assert(offsetof(MoviePipeline_RequestShutdown, bIsError) == 0x000000, "Member 'MoviePipeline_RequestShutdown::bIsError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipeline_Shutdown \ +static_assert(alignof(MoviePipeline_Shutdown) == 0x000001, "Wrong alignment on MoviePipeline_Shutdown"); \ +static_assert(sizeof(MoviePipeline_Shutdown) == 0x000001, "Wrong size on MoviePipeline_Shutdown"); \ +static_assert(offsetof(MoviePipeline_Shutdown, bError) == 0x000000, "Member 'MoviePipeline_Shutdown::bError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipeline_GetPipelineMasterConfig \ +static_assert(alignof(MoviePipeline_GetPipelineMasterConfig) == 0x000008, "Wrong alignment on MoviePipeline_GetPipelineMasterConfig"); \ +static_assert(sizeof(MoviePipeline_GetPipelineMasterConfig) == 0x000008, "Wrong size on MoviePipeline_GetPipelineMasterConfig"); \ +static_assert(offsetof(MoviePipeline_GetPipelineMasterConfig, ReturnValue) == 0x000000, "Member 'MoviePipeline_GetPipelineMasterConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipeline_GetPreviewTexture \ +static_assert(alignof(MoviePipeline_GetPreviewTexture) == 0x000008, "Wrong alignment on MoviePipeline_GetPreviewTexture"); \ +static_assert(sizeof(MoviePipeline_GetPreviewTexture) == 0x000008, "Wrong size on MoviePipeline_GetPreviewTexture"); \ +static_assert(offsetof(MoviePipeline_GetPreviewTexture, ReturnValue) == 0x000000, "Member 'MoviePipeline_GetPreviewTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipeline_IsShutdownRequested \ +static_assert(alignof(MoviePipeline_IsShutdownRequested) == 0x000001, "Wrong alignment on MoviePipeline_IsShutdownRequested"); \ +static_assert(sizeof(MoviePipeline_IsShutdownRequested) == 0x000001, "Wrong size on MoviePipeline_IsShutdownRequested"); \ +static_assert(offsetof(MoviePipeline_IsShutdownRequested, ReturnValue) == 0x000000, "Member 'MoviePipeline_IsShutdownRequested::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipeline \ +static_assert(alignof(UMoviePipeline) == 0x000008, "Wrong alignment on UMoviePipeline"); \ +static_assert(sizeof(UMoviePipeline) == 0x0002E8, "Wrong size on UMoviePipeline"); \ +static_assert(offsetof(UMoviePipeline, OnMoviePipelineFinishedDelegate) == 0x000030, "Member 'UMoviePipeline::OnMoviePipelineFinishedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, OnMoviePipelineWorkFinishedDelegate) == 0x000040, "Member 'UMoviePipeline::OnMoviePipelineWorkFinishedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, OnMoviePipelineShotWorkFinishedDelegate) == 0x000050, "Member 'UMoviePipeline::OnMoviePipelineShotWorkFinishedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, CustomTimeStep) == 0x000060, "Member 'UMoviePipeline::CustomTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, CachedPrevCustomTimeStep) == 0x000078, "Member 'UMoviePipeline::CachedPrevCustomTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, TargetSequence) == 0x000080, "Member 'UMoviePipeline::TargetSequence' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, LevelSequenceActor) == 0x000088, "Member 'UMoviePipeline::LevelSequenceActor' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, DebugWidget) == 0x000090, "Member 'UMoviePipeline::DebugWidget' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, PreviewTexture) == 0x000098, "Member 'UMoviePipeline::PreviewTexture' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, DebugWidgetClass) == 0x0002A8, "Member 'UMoviePipeline::DebugWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, CurrentJob) == 0x0002B0, "Member 'UMoviePipeline::CurrentJob' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineCustomTimeStep \ +static_assert(alignof(UMoviePipelineCustomTimeStep) == 0x000008, "Wrong alignment on UMoviePipelineCustomTimeStep"); \ +static_assert(sizeof(UMoviePipelineCustomTimeStep) == 0x000038, "Wrong size on UMoviePipelineCustomTimeStep"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineAntiAliasingSetting \ +static_assert(alignof(UMoviePipelineAntiAliasingSetting) == 0x000008, "Wrong alignment on UMoviePipelineAntiAliasingSetting"); \ +static_assert(sizeof(UMoviePipelineAntiAliasingSetting) == 0x000070, "Wrong size on UMoviePipelineAntiAliasingSetting"); \ +static_assert(offsetof(UMoviePipelineAntiAliasingSetting, SpatialSampleCount) == 0x000050, "Member 'UMoviePipelineAntiAliasingSetting::SpatialSampleCount' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineAntiAliasingSetting, TemporalSampleCount) == 0x000054, "Member 'UMoviePipelineAntiAliasingSetting::TemporalSampleCount' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineAntiAliasingSetting, bOverrideAntiAliasing) == 0x000058, "Member 'UMoviePipelineAntiAliasingSetting::bOverrideAntiAliasing' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineAntiAliasingSetting, AntiAliasingMethod) == 0x000059, "Member 'UMoviePipelineAntiAliasingSetting::AntiAliasingMethod' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineAntiAliasingSetting, RenderWarmUpCount) == 0x00005C, "Member 'UMoviePipelineAntiAliasingSetting::RenderWarmUpCount' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineAntiAliasingSetting, bUseCameraCutForWarmUp) == 0x000060, "Member 'UMoviePipelineAntiAliasingSetting::bUseCameraCutForWarmUp' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineAntiAliasingSetting, EngineWarmUpCount) == 0x000064, "Member 'UMoviePipelineAntiAliasingSetting::EngineWarmUpCount' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineAntiAliasingSetting, bRenderWarmUpFrames) == 0x000068, "Member 'UMoviePipelineAntiAliasingSetting::bRenderWarmUpFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_DuplicateSequence \ +static_assert(alignof(MoviePipelineBlueprintLibrary_DuplicateSequence) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_DuplicateSequence"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_DuplicateSequence) == 0x000018, "Wrong size on MoviePipelineBlueprintLibrary_DuplicateSequence"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_DuplicateSequence, Outer_0) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_DuplicateSequence::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_DuplicateSequence, InSequence) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_DuplicateSequence::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_DuplicateSequence, ReturnValue) == 0x000010, "Member 'MoviePipelineBlueprintLibrary_DuplicateSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot \ +static_assert(alignof(MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot) == 0x000020, "Wrong size on MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot, InSettingType) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot::InSettingType' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot, InMasterConfig) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot::InMasterConfig' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot, InShot) == 0x000010, "Member 'MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot::InShot' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot, ReturnValue) == 0x000018, "Member 'MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCompletionPercentage \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetCompletionPercentage) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCompletionPercentage"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCompletionPercentage) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetCompletionPercentage"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCompletionPercentage, InPipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCompletionPercentage::InPipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCompletionPercentage, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCompletionPercentage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentAperture \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentAperture) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentAperture"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentAperture) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentAperture"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentAperture, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentAperture::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentAperture, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentAperture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentFocalLength \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentFocalLength) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentFocalLength"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentFocalLength) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentFocalLength"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentFocalLength, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentFocalLength::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentFocalLength, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentFocalLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentFocusDistance \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentFocusDistance) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentFocusDistance"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentFocusDistance) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentFocusDistance"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentFocusDistance, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentFocusDistance::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentFocusDistance, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentFocusDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentSegmentName \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentSegmentName) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentSegmentName"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentSegmentName) == 0x000038, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentSegmentName"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentName, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentName::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentName, OutOuterName) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentName::OutOuterName' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentName, OutInnerName) == 0x000020, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentName::OutInnerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentSegmentState \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentSegmentState) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentSegmentState"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentSegmentState) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentSegmentState"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentState, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentState::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentState, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics) == 0x000030, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentShotTimecode \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentShotTimecode) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentShotTimecode"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentShotTimecode) == 0x000020, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentShotTimecode"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentShotTimecode, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentShotTimecode::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentShotTimecode, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentShotTimecode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution) == 0x000018, "Wrong size on MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution, InMasterConfig) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution::InMasterConfig' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution, InPipelineExecutorShot) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution::InPipelineExecutorShot' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution, ReturnValue) == 0x000010, "Member 'MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining) == 0x000018, "Wrong size on MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining, InPipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining::InPipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining, OutEstimate) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining::OutEstimate' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining, ReturnValue) == 0x000010, "Member 'MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetJobAuthor \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetJobAuthor) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetJobAuthor"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetJobAuthor) == 0x000020, "Wrong size on MoviePipelineBlueprintLibrary_GetJobAuthor"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetJobAuthor, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetJobAuthor::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetJobAuthor, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetJobAuthor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetJobInitializationTime \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetJobInitializationTime) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetJobInitializationTime"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetJobInitializationTime) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetJobInitializationTime"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetJobInitializationTime, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetJobInitializationTime::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetJobInitializationTime, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetJobInitializationTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetJobName \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetJobName) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetJobName"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetJobName) == 0x000020, "Wrong size on MoviePipelineBlueprintLibrary_GetJobName"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetJobName, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetJobName::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetJobName, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetJobName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetMapPackageName \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetMapPackageName) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetMapPackageName"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetMapPackageName) == 0x000018, "Wrong size on MoviePipelineBlueprintLibrary_GetMapPackageName"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetMapPackageName, InJob) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetMapPackageName::InJob' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetMapPackageName, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetMapPackageName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetMasterFrameNumber \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetMasterFrameNumber) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetMasterFrameNumber"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetMasterFrameNumber) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetMasterFrameNumber"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetMasterFrameNumber, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetMasterFrameNumber::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetMasterFrameNumber, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetMasterFrameNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetMasterTimecode \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetMasterTimecode) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetMasterTimecode"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetMasterTimecode) == 0x000020, "Wrong size on MoviePipelineBlueprintLibrary_GetMasterTimecode"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetMasterTimecode, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetMasterTimecode::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetMasterTimecode, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetMasterTimecode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetOverallOutputFrames \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetOverallOutputFrames) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetOverallOutputFrames"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetOverallOutputFrames) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetOverallOutputFrames"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetOverallOutputFrames, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetOverallOutputFrames::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetOverallOutputFrames, OutCurrentIndex) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetOverallOutputFrames::OutCurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetOverallOutputFrames, OutTotalCount) == 0x00000C, "Member 'MoviePipelineBlueprintLibrary_GetOverallOutputFrames::OutTotalCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetOverallSegmentCounts \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetOverallSegmentCounts) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetOverallSegmentCounts"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetOverallSegmentCounts) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetOverallSegmentCounts"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetOverallSegmentCounts, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetOverallSegmentCounts::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetOverallSegmentCounts, OutCurrentIndex) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetOverallSegmentCounts::OutCurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetOverallSegmentCounts, OutTotalCount) == 0x00000C, "Member 'MoviePipelineBlueprintLibrary_GetOverallSegmentCounts::OutTotalCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetPipelineState \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetPipelineState) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetPipelineState"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetPipelineState) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetPipelineState"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetPipelineState, InPipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetPipelineState::InPipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetPipelineState, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetPipelineState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments \ +static_assert(alignof(MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments) == 0x0001C8, "Wrong size on MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments, InFormatString) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments::InFormatString' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments, InParams) == 0x000010, "Member 'MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments::InParams' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments, OutFinalPath) == 0x000110, "Member 'MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments::OutFinalPath' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments, OutMergedFormatArgs) == 0x000120, "Member 'MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments::OutMergedFormatArgs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_ResolveVersionNumber \ +static_assert(alignof(MoviePipelineBlueprintLibrary_ResolveVersionNumber) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_ResolveVersionNumber"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_ResolveVersionNumber) == 0x000108, "Wrong size on MoviePipelineBlueprintLibrary_ResolveVersionNumber"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_ResolveVersionNumber, InParams) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_ResolveVersionNumber::InParams' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_ResolveVersionNumber, ReturnValue) == 0x000100, "Member 'MoviePipelineBlueprintLibrary_ResolveVersionNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence \ +static_assert(alignof(MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence) == 0x000018, "Wrong size on MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence, InSequence) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence, InJob) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence::InJob' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence, bShotsChanged) == 0x000010, "Member 'MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence::bShotsChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineBlueprintLibrary \ +static_assert(alignof(UMoviePipelineBlueprintLibrary) == 0x000008, "Wrong alignment on UMoviePipelineBlueprintLibrary"); \ +static_assert(sizeof(UMoviePipelineBlueprintLibrary) == 0x000030, "Wrong size on UMoviePipelineBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineCameraSetting \ +static_assert(alignof(UMoviePipelineCameraSetting) == 0x000008, "Wrong alignment on UMoviePipelineCameraSetting"); \ +static_assert(sizeof(UMoviePipelineCameraSetting) == 0x000058, "Wrong size on UMoviePipelineCameraSetting"); \ +static_assert(offsetof(UMoviePipelineCameraSetting, ShutterTiming) == 0x000050, "Member 'UMoviePipelineCameraSetting::ShutterTiming' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCameraSetting, OverscanPercentage) == 0x000054, "Member 'UMoviePipelineCameraSetting::OverscanPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineColorSetting \ +static_assert(alignof(UMoviePipelineColorSetting) == 0x000008, "Wrong alignment on UMoviePipelineColorSetting"); \ +static_assert(sizeof(UMoviePipelineColorSetting) == 0x0000B8, "Wrong size on UMoviePipelineColorSetting"); \ +static_assert(offsetof(UMoviePipelineColorSetting, OCIOConfiguration) == 0x000050, "Member 'UMoviePipelineColorSetting::OCIOConfiguration' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineColorSetting, bDisableToneCurve) == 0x0000B0, "Member 'UMoviePipelineColorSetting::bDisableToneCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineCommandLineEncoderSettings \ +static_assert(alignof(UMoviePipelineCommandLineEncoderSettings) == 0x000008, "Wrong alignment on UMoviePipelineCommandLineEncoderSettings"); \ +static_assert(sizeof(UMoviePipelineCommandLineEncoderSettings) == 0x000110, "Wrong size on UMoviePipelineCommandLineEncoderSettings"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, ExecutablePath) == 0x000048, "Member 'UMoviePipelineCommandLineEncoderSettings::ExecutablePath' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, CodecHelpText) == 0x000058, "Member 'UMoviePipelineCommandLineEncoderSettings::CodecHelpText' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, VideoCodec) == 0x000070, "Member 'UMoviePipelineCommandLineEncoderSettings::VideoCodec' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, AudioCodec) == 0x000080, "Member 'UMoviePipelineCommandLineEncoderSettings::AudioCodec' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, OutputFileExtension) == 0x000090, "Member 'UMoviePipelineCommandLineEncoderSettings::OutputFileExtension' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, CommandLineFormat) == 0x0000A0, "Member 'UMoviePipelineCommandLineEncoderSettings::CommandLineFormat' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, VideoInputStringFormat) == 0x0000B0, "Member 'UMoviePipelineCommandLineEncoderSettings::VideoInputStringFormat' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, AudioInputStringFormat) == 0x0000C0, "Member 'UMoviePipelineCommandLineEncoderSettings::AudioInputStringFormat' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, EncodeSettings_Low) == 0x0000D0, "Member 'UMoviePipelineCommandLineEncoderSettings::EncodeSettings_Low' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, EncodeSettings_Med) == 0x0000E0, "Member 'UMoviePipelineCommandLineEncoderSettings::EncodeSettings_Med' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, EncodeSettings_High) == 0x0000F0, "Member 'UMoviePipelineCommandLineEncoderSettings::EncodeSettings_High' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, EncodeSettings_Epic) == 0x000100, "Member 'UMoviePipelineCommandLineEncoderSettings::EncodeSettings_Epic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineConfigBase_CopyFrom \ +static_assert(alignof(MoviePipelineConfigBase_CopyFrom) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_CopyFrom"); \ +static_assert(sizeof(MoviePipelineConfigBase_CopyFrom) == 0x000008, "Wrong size on MoviePipelineConfigBase_CopyFrom"); \ +static_assert(offsetof(MoviePipelineConfigBase_CopyFrom, InConfig) == 0x000000, "Member 'MoviePipelineConfigBase_CopyFrom::InConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineConfigBase_FindOrAddSettingByClass \ +static_assert(alignof(MoviePipelineConfigBase_FindOrAddSettingByClass) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_FindOrAddSettingByClass"); \ +static_assert(sizeof(MoviePipelineConfigBase_FindOrAddSettingByClass) == 0x000018, "Wrong size on MoviePipelineConfigBase_FindOrAddSettingByClass"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindOrAddSettingByClass, InClass) == 0x000000, "Member 'MoviePipelineConfigBase_FindOrAddSettingByClass::InClass' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindOrAddSettingByClass, bIncludeDisabledSettings) == 0x000008, "Member 'MoviePipelineConfigBase_FindOrAddSettingByClass::bIncludeDisabledSettings' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindOrAddSettingByClass, ReturnValue) == 0x000010, "Member 'MoviePipelineConfigBase_FindOrAddSettingByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineConfigBase_RemoveSetting \ +static_assert(alignof(MoviePipelineConfigBase_RemoveSetting) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_RemoveSetting"); \ +static_assert(sizeof(MoviePipelineConfigBase_RemoveSetting) == 0x000008, "Wrong size on MoviePipelineConfigBase_RemoveSetting"); \ +static_assert(offsetof(MoviePipelineConfigBase_RemoveSetting, InSetting) == 0x000000, "Member 'MoviePipelineConfigBase_RemoveSetting::InSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineConfigBase_FindSettingByClass \ +static_assert(alignof(MoviePipelineConfigBase_FindSettingByClass) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_FindSettingByClass"); \ +static_assert(sizeof(MoviePipelineConfigBase_FindSettingByClass) == 0x000018, "Wrong size on MoviePipelineConfigBase_FindSettingByClass"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindSettingByClass, InClass) == 0x000000, "Member 'MoviePipelineConfigBase_FindSettingByClass::InClass' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindSettingByClass, bIncludeDisabledSettings) == 0x000008, "Member 'MoviePipelineConfigBase_FindSettingByClass::bIncludeDisabledSettings' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindSettingByClass, ReturnValue) == 0x000010, "Member 'MoviePipelineConfigBase_FindSettingByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineConfigBase_FindSettingsByClass \ +static_assert(alignof(MoviePipelineConfigBase_FindSettingsByClass) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_FindSettingsByClass"); \ +static_assert(sizeof(MoviePipelineConfigBase_FindSettingsByClass) == 0x000020, "Wrong size on MoviePipelineConfigBase_FindSettingsByClass"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindSettingsByClass, InClass) == 0x000000, "Member 'MoviePipelineConfigBase_FindSettingsByClass::InClass' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindSettingsByClass, bIncludeDisabledSettings) == 0x000008, "Member 'MoviePipelineConfigBase_FindSettingsByClass::bIncludeDisabledSettings' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindSettingsByClass, ReturnValue) == 0x000010, "Member 'MoviePipelineConfigBase_FindSettingsByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineConfigBase_GetUserSettings \ +static_assert(alignof(MoviePipelineConfigBase_GetUserSettings) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_GetUserSettings"); \ +static_assert(sizeof(MoviePipelineConfigBase_GetUserSettings) == 0x000010, "Wrong size on MoviePipelineConfigBase_GetUserSettings"); \ +static_assert(offsetof(MoviePipelineConfigBase_GetUserSettings, ReturnValue) == 0x000000, "Member 'MoviePipelineConfigBase_GetUserSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineConfigBase \ +static_assert(alignof(UMoviePipelineConfigBase) == 0x000008, "Wrong alignment on UMoviePipelineConfigBase"); \ +static_assert(sizeof(UMoviePipelineConfigBase) == 0x000058, "Wrong size on UMoviePipelineConfigBase"); \ +static_assert(offsetof(UMoviePipelineConfigBase, DisplayName) == 0x000030, "Member 'UMoviePipelineConfigBase::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineConfigBase, Settings) == 0x000040, "Member 'UMoviePipelineConfigBase::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineDebugSettings \ +static_assert(alignof(UMoviePipelineDebugSettings) == 0x000008, "Wrong alignment on UMoviePipelineDebugSettings"); \ +static_assert(sizeof(UMoviePipelineDebugSettings) == 0x000060, "Wrong size on UMoviePipelineDebugSettings"); \ +static_assert(offsetof(UMoviePipelineDebugSettings, bWriteAllSamples) == 0x000050, "Member 'UMoviePipelineDebugSettings::bWriteAllSamples' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDebugSettings, bCaptureFramesWithRenderDoc) == 0x000051, "Member 'UMoviePipelineDebugSettings::bCaptureFramesWithRenderDoc' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDebugSettings, CaptureFrame) == 0x000054, "Member 'UMoviePipelineDebugSettings::CaptureFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_ConnectSocket \ +static_assert(alignof(MoviePipelineExecutorBase_ConnectSocket) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_ConnectSocket"); \ +static_assert(sizeof(MoviePipelineExecutorBase_ConnectSocket) == 0x000018, "Wrong size on MoviePipelineExecutorBase_ConnectSocket"); \ +static_assert(offsetof(MoviePipelineExecutorBase_ConnectSocket, InHostName) == 0x000000, "Member 'MoviePipelineExecutorBase_ConnectSocket::InHostName' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_ConnectSocket, InPort) == 0x000010, "Member 'MoviePipelineExecutorBase_ConnectSocket::InPort' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_ConnectSocket, ReturnValue) == 0x000014, "Member 'MoviePipelineExecutorBase_ConnectSocket::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_Execute \ +static_assert(alignof(MoviePipelineExecutorBase_Execute) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_Execute"); \ +static_assert(sizeof(MoviePipelineExecutorBase_Execute) == 0x000008, "Wrong size on MoviePipelineExecutorBase_Execute"); \ +static_assert(offsetof(MoviePipelineExecutorBase_Execute, InPipelineQueue) == 0x000000, "Member 'MoviePipelineExecutorBase_Execute::InPipelineQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_OnExecutorErroredImpl \ +static_assert(alignof(MoviePipelineExecutorBase_OnExecutorErroredImpl) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_OnExecutorErroredImpl"); \ +static_assert(sizeof(MoviePipelineExecutorBase_OnExecutorErroredImpl) == 0x000028, "Wrong size on MoviePipelineExecutorBase_OnExecutorErroredImpl"); \ +static_assert(offsetof(MoviePipelineExecutorBase_OnExecutorErroredImpl, ErroredPipeline) == 0x000000, "Member 'MoviePipelineExecutorBase_OnExecutorErroredImpl::ErroredPipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_OnExecutorErroredImpl, bFatal) == 0x000008, "Member 'MoviePipelineExecutorBase_OnExecutorErroredImpl::bFatal' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_OnExecutorErroredImpl, ErrorReason) == 0x000010, "Member 'MoviePipelineExecutorBase_OnExecutorErroredImpl::ErrorReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_SendHTTPRequest \ +static_assert(alignof(MoviePipelineExecutorBase_SendHTTPRequest) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_SendHTTPRequest"); \ +static_assert(sizeof(MoviePipelineExecutorBase_SendHTTPRequest) == 0x000088, "Wrong size on MoviePipelineExecutorBase_SendHTTPRequest"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SendHTTPRequest, InURL) == 0x000000, "Member 'MoviePipelineExecutorBase_SendHTTPRequest::InURL' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SendHTTPRequest, InVerb) == 0x000010, "Member 'MoviePipelineExecutorBase_SendHTTPRequest::InVerb' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SendHTTPRequest, InMessage) == 0x000020, "Member 'MoviePipelineExecutorBase_SendHTTPRequest::InMessage' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SendHTTPRequest, InHeaders) == 0x000030, "Member 'MoviePipelineExecutorBase_SendHTTPRequest::InHeaders' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SendHTTPRequest, ReturnValue) == 0x000080, "Member 'MoviePipelineExecutorBase_SendHTTPRequest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_SendSocketMessage \ +static_assert(alignof(MoviePipelineExecutorBase_SendSocketMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_SendSocketMessage"); \ +static_assert(sizeof(MoviePipelineExecutorBase_SendSocketMessage) == 0x000018, "Wrong size on MoviePipelineExecutorBase_SendSocketMessage"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SendSocketMessage, InMessage) == 0x000000, "Member 'MoviePipelineExecutorBase_SendSocketMessage::InMessage' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SendSocketMessage, ReturnValue) == 0x000010, "Member 'MoviePipelineExecutorBase_SendSocketMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_SetMoviePipelineClass \ +static_assert(alignof(MoviePipelineExecutorBase_SetMoviePipelineClass) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_SetMoviePipelineClass"); \ +static_assert(sizeof(MoviePipelineExecutorBase_SetMoviePipelineClass) == 0x000008, "Wrong size on MoviePipelineExecutorBase_SetMoviePipelineClass"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SetMoviePipelineClass, InPipelineClass) == 0x000000, "Member 'MoviePipelineExecutorBase_SetMoviePipelineClass::InPipelineClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_SetStatusMessage \ +static_assert(alignof(MoviePipelineExecutorBase_SetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_SetStatusMessage"); \ +static_assert(sizeof(MoviePipelineExecutorBase_SetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorBase_SetStatusMessage"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SetStatusMessage, InStatus) == 0x000000, "Member 'MoviePipelineExecutorBase_SetStatusMessage::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_SetStatusProgress \ +static_assert(alignof(MoviePipelineExecutorBase_SetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorBase_SetStatusProgress"); \ +static_assert(sizeof(MoviePipelineExecutorBase_SetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorBase_SetStatusProgress"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SetStatusProgress, InProgress) == 0x000000, "Member 'MoviePipelineExecutorBase_SetStatusProgress::InProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_GetStatusMessage \ +static_assert(alignof(MoviePipelineExecutorBase_GetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_GetStatusMessage"); \ +static_assert(sizeof(MoviePipelineExecutorBase_GetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorBase_GetStatusMessage"); \ +static_assert(offsetof(MoviePipelineExecutorBase_GetStatusMessage, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorBase_GetStatusMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_GetStatusProgress \ +static_assert(alignof(MoviePipelineExecutorBase_GetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorBase_GetStatusProgress"); \ +static_assert(sizeof(MoviePipelineExecutorBase_GetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorBase_GetStatusProgress"); \ +static_assert(offsetof(MoviePipelineExecutorBase_GetStatusProgress, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorBase_GetStatusProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_IsRendering \ +static_assert(alignof(MoviePipelineExecutorBase_IsRendering) == 0x000001, "Wrong alignment on MoviePipelineExecutorBase_IsRendering"); \ +static_assert(sizeof(MoviePipelineExecutorBase_IsRendering) == 0x000001, "Wrong size on MoviePipelineExecutorBase_IsRendering"); \ +static_assert(offsetof(MoviePipelineExecutorBase_IsRendering, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorBase_IsRendering::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_IsSocketConnected \ +static_assert(alignof(MoviePipelineExecutorBase_IsSocketConnected) == 0x000001, "Wrong alignment on MoviePipelineExecutorBase_IsSocketConnected"); \ +static_assert(sizeof(MoviePipelineExecutorBase_IsSocketConnected) == 0x000001, "Wrong size on MoviePipelineExecutorBase_IsSocketConnected"); \ +static_assert(offsetof(MoviePipelineExecutorBase_IsSocketConnected, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorBase_IsSocketConnected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineExecutorBase \ +static_assert(alignof(UMoviePipelineExecutorBase) == 0x000008, "Wrong alignment on UMoviePipelineExecutorBase"); \ +static_assert(sizeof(UMoviePipelineExecutorBase) == 0x000110, "Wrong size on UMoviePipelineExecutorBase"); \ +static_assert(offsetof(UMoviePipelineExecutorBase, OnExecutorFinishedDelegate) == 0x000030, "Member 'UMoviePipelineExecutorBase::OnExecutorFinishedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorBase, OnExecutorErroredDelegate) == 0x000058, "Member 'UMoviePipelineExecutorBase::OnExecutorErroredDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorBase, SocketMessageRecievedDelegate) == 0x000088, "Member 'UMoviePipelineExecutorBase::SocketMessageRecievedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorBase, HTTPResponseRecievedDelegate) == 0x000098, "Member 'UMoviePipelineExecutorBase::HTTPResponseRecievedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorBase, DebugWidgetClass) == 0x0000A8, "Member 'UMoviePipelineExecutorBase::DebugWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorBase, UserData) == 0x0000B0, "Member 'UMoviePipelineExecutorBase::UserData' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorBase, TargetPipelineClass) == 0x0000C0, "Member 'UMoviePipelineExecutorBase::TargetPipelineClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineOutputBase \ +static_assert(alignof(UMoviePipelineOutputBase) == 0x000008, "Wrong alignment on UMoviePipelineOutputBase"); \ +static_assert(sizeof(UMoviePipelineOutputBase) == 0x000050, "Wrong size on UMoviePipelineOutputBase"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineFCPXMLExporter \ +static_assert(alignof(UMoviePipelineFCPXMLExporter) == 0x000008, "Wrong alignment on UMoviePipelineFCPXMLExporter"); \ +static_assert(sizeof(UMoviePipelineFCPXMLExporter) == 0x000088, "Wrong size on UMoviePipelineFCPXMLExporter"); \ +static_assert(offsetof(UMoviePipelineFCPXMLExporter, FileNameFormatOverride) == 0x000058, "Member 'UMoviePipelineFCPXMLExporter::FileNameFormatOverride' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineFCPXMLExporter, DataSource) == 0x000068, "Member 'UMoviePipelineFCPXMLExporter::DataSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMoviePipelineGameMode \ +static_assert(alignof(AMoviePipelineGameMode) == 0x000008, "Wrong alignment on AMoviePipelineGameMode"); \ +static_assert(sizeof(AMoviePipelineGameMode) == 0x000348, "Wrong size on AMoviePipelineGameMode"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineGameOverrideSetting \ +static_assert(alignof(UMoviePipelineGameOverrideSetting) == 0x000008, "Wrong alignment on UMoviePipelineGameOverrideSetting"); \ +static_assert(sizeof(UMoviePipelineGameOverrideSetting) == 0x000110, "Wrong size on UMoviePipelineGameOverrideSetting"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, GameModeOverride) == 0x000050, "Member 'UMoviePipelineGameOverrideSetting::GameModeOverride' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, bCinematicQualitySettings) == 0x000058, "Member 'UMoviePipelineGameOverrideSetting::bCinematicQualitySettings' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, TextureStreaming) == 0x000059, "Member 'UMoviePipelineGameOverrideSetting::TextureStreaming' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, bUseLODZero) == 0x00005A, "Member 'UMoviePipelineGameOverrideSetting::bUseLODZero' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, bDisableHLODs) == 0x00005B, "Member 'UMoviePipelineGameOverrideSetting::bDisableHLODs' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, bUseHighQualityShadows) == 0x00005C, "Member 'UMoviePipelineGameOverrideSetting::bUseHighQualityShadows' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, ShadowDistanceScale) == 0x000060, "Member 'UMoviePipelineGameOverrideSetting::ShadowDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, ShadowRadiusThreshold) == 0x000064, "Member 'UMoviePipelineGameOverrideSetting::ShadowRadiusThreshold' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, bOverrideViewDistanceScale) == 0x000068, "Member 'UMoviePipelineGameOverrideSetting::bOverrideViewDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, ViewDistanceScale) == 0x00006C, "Member 'UMoviePipelineGameOverrideSetting::ViewDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, bFlushGrassStreaming) == 0x000070, "Member 'UMoviePipelineGameOverrideSetting::bFlushGrassStreaming' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineHighResSetting \ +static_assert(alignof(UMoviePipelineHighResSetting) == 0x000008, "Wrong alignment on UMoviePipelineHighResSetting"); \ +static_assert(sizeof(UMoviePipelineHighResSetting) == 0x000068, "Wrong size on UMoviePipelineHighResSetting"); \ +static_assert(offsetof(UMoviePipelineHighResSetting, TileCount) == 0x000050, "Member 'UMoviePipelineHighResSetting::TileCount' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineHighResSetting, TextureSharpnessBias) == 0x000054, "Member 'UMoviePipelineHighResSetting::TextureSharpnessBias' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineHighResSetting, OverlapRatio) == 0x000058, "Member 'UMoviePipelineHighResSetting::OverlapRatio' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineHighResSetting, bOverrideSubSurfaceScattering) == 0x00005C, "Member 'UMoviePipelineHighResSetting::bOverrideSubSurfaceScattering' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineHighResSetting, BurleySampleCount) == 0x000060, "Member 'UMoviePipelineHighResSetting::BurleySampleCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineLinearExecutorBase \ +static_assert(alignof(UMoviePipelineLinearExecutorBase) == 0x000008, "Wrong alignment on UMoviePipelineLinearExecutorBase"); \ +static_assert(sizeof(UMoviePipelineLinearExecutorBase) == 0x000138, "Wrong size on UMoviePipelineLinearExecutorBase"); \ +static_assert(offsetof(UMoviePipelineLinearExecutorBase, Queue) == 0x000110, "Member 'UMoviePipelineLinearExecutorBase::Queue' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineLinearExecutorBase, ActiveMoviePipeline) == 0x000118, "Member 'UMoviePipelineLinearExecutorBase::ActiveMoviePipeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineInProcessExecutor \ +static_assert(alignof(UMoviePipelineInProcessExecutor) == 0x000008, "Wrong alignment on UMoviePipelineInProcessExecutor"); \ +static_assert(sizeof(UMoviePipelineInProcessExecutor) == 0x000170, "Wrong size on UMoviePipelineInProcessExecutor"); \ +static_assert(offsetof(UMoviePipelineInProcessExecutor, bUseCurrentLevel) == 0x000138, "Member 'UMoviePipelineInProcessExecutor::bUseCurrentLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineInProcessExecutorSettings \ +static_assert(alignof(UMoviePipelineInProcessExecutorSettings) == 0x000008, "Wrong alignment on UMoviePipelineInProcessExecutorSettings"); \ +static_assert(sizeof(UMoviePipelineInProcessExecutorSettings) == 0x000078, "Wrong size on UMoviePipelineInProcessExecutorSettings"); \ +static_assert(offsetof(UMoviePipelineInProcessExecutorSettings, bCloseEditor) == 0x000048, "Member 'UMoviePipelineInProcessExecutorSettings::bCloseEditor' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineInProcessExecutorSettings, AdditionalCommandLineArguments) == 0x000050, "Member 'UMoviePipelineInProcessExecutorSettings::AdditionalCommandLineArguments' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineInProcessExecutorSettings, InheritedCommandLineArguments) == 0x000060, "Member 'UMoviePipelineInProcessExecutorSettings::InheritedCommandLineArguments' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineInProcessExecutorSettings, InitialDelayFrameCount) == 0x000070, "Member 'UMoviePipelineInProcessExecutorSettings::InitialDelayFrameCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineMasterConfig_GetAllSettings \ +static_assert(alignof(MoviePipelineMasterConfig_GetAllSettings) == 0x000008, "Wrong alignment on MoviePipelineMasterConfig_GetAllSettings"); \ +static_assert(sizeof(MoviePipelineMasterConfig_GetAllSettings) == 0x000018, "Wrong size on MoviePipelineMasterConfig_GetAllSettings"); \ +static_assert(offsetof(MoviePipelineMasterConfig_GetAllSettings, bIncludeDisabledSettings) == 0x000000, "Member 'MoviePipelineMasterConfig_GetAllSettings::bIncludeDisabledSettings' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineMasterConfig_GetAllSettings, bIncludeTransientSettings) == 0x000001, "Member 'MoviePipelineMasterConfig_GetAllSettings::bIncludeTransientSettings' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineMasterConfig_GetAllSettings, ReturnValue) == 0x000008, "Member 'MoviePipelineMasterConfig_GetAllSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineMasterConfig_GetEffectiveFrameRate \ +static_assert(alignof(MoviePipelineMasterConfig_GetEffectiveFrameRate) == 0x000008, "Wrong alignment on MoviePipelineMasterConfig_GetEffectiveFrameRate"); \ +static_assert(sizeof(MoviePipelineMasterConfig_GetEffectiveFrameRate) == 0x000010, "Wrong size on MoviePipelineMasterConfig_GetEffectiveFrameRate"); \ +static_assert(offsetof(MoviePipelineMasterConfig_GetEffectiveFrameRate, InSequence) == 0x000000, "Member 'MoviePipelineMasterConfig_GetEffectiveFrameRate::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineMasterConfig_GetEffectiveFrameRate, ReturnValue) == 0x000008, "Member 'MoviePipelineMasterConfig_GetEffectiveFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineMasterConfig_GetTransientSettings \ +static_assert(alignof(MoviePipelineMasterConfig_GetTransientSettings) == 0x000008, "Wrong alignment on MoviePipelineMasterConfig_GetTransientSettings"); \ +static_assert(sizeof(MoviePipelineMasterConfig_GetTransientSettings) == 0x000010, "Wrong size on MoviePipelineMasterConfig_GetTransientSettings"); \ +static_assert(offsetof(MoviePipelineMasterConfig_GetTransientSettings, ReturnValue) == 0x000000, "Member 'MoviePipelineMasterConfig_GetTransientSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineMasterConfig \ +static_assert(alignof(UMoviePipelineMasterConfig) == 0x000008, "Wrong alignment on UMoviePipelineMasterConfig"); \ +static_assert(sizeof(UMoviePipelineMasterConfig) == 0x0000C0, "Wrong size on UMoviePipelineMasterConfig"); \ +static_assert(offsetof(UMoviePipelineMasterConfig, PerShotConfigMapping) == 0x000058, "Member 'UMoviePipelineMasterConfig::PerShotConfigMapping' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineMasterConfig, OutputSetting) == 0x0000A8, "Member 'UMoviePipelineMasterConfig::OutputSetting' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineMasterConfig, TransientSettings) == 0x0000B0, "Member 'UMoviePipelineMasterConfig::TransientSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineOutputSetting \ +static_assert(alignof(UMoviePipelineOutputSetting) == 0x000008, "Wrong alignment on UMoviePipelineOutputSetting"); \ +static_assert(sizeof(UMoviePipelineOutputSetting) == 0x0000B8, "Wrong size on UMoviePipelineOutputSetting"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, OutputDirectory) == 0x000050, "Member 'UMoviePipelineOutputSetting::OutputDirectory' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, FileNameFormat) == 0x000060, "Member 'UMoviePipelineOutputSetting::FileNameFormat' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, OutputResolution) == 0x000070, "Member 'UMoviePipelineOutputSetting::OutputResolution' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, bUseCustomFrameRate) == 0x000078, "Member 'UMoviePipelineOutputSetting::bUseCustomFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, OutputFrameRate) == 0x00007C, "Member 'UMoviePipelineOutputSetting::OutputFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, bOverrideExistingOutput) == 0x000088, "Member 'UMoviePipelineOutputSetting::bOverrideExistingOutput' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, HandleFrameCount) == 0x00008C, "Member 'UMoviePipelineOutputSetting::HandleFrameCount' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, OutputFrameStep) == 0x000090, "Member 'UMoviePipelineOutputSetting::OutputFrameStep' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, bUseCustomPlaybackRange) == 0x000094, "Member 'UMoviePipelineOutputSetting::bUseCustomPlaybackRange' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, CustomStartFrame) == 0x000098, "Member 'UMoviePipelineOutputSetting::CustomStartFrame' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, CustomEndFrame) == 0x00009C, "Member 'UMoviePipelineOutputSetting::CustomEndFrame' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, VersionNumber) == 0x0000A0, "Member 'UMoviePipelineOutputSetting::VersionNumber' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, bAutoVersion) == 0x0000A4, "Member 'UMoviePipelineOutputSetting::bAutoVersion' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, ZeroPadFrameNumbers) == 0x0000A8, "Member 'UMoviePipelineOutputSetting::ZeroPadFrameNumbers' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, FrameNumberOffset) == 0x0000AC, "Member 'UMoviePipelineOutputSetting::FrameNumberOffset' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineOutputSetting, bFlushDiskWritesPerShot) == 0x0000B0, "Member 'UMoviePipelineOutputSetting::bFlushDiskWritesPerShot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelinePythonHostExecutor_ExecuteDelayed \ +static_assert(alignof(MoviePipelinePythonHostExecutor_ExecuteDelayed) == 0x000008, "Wrong alignment on MoviePipelinePythonHostExecutor_ExecuteDelayed"); \ +static_assert(sizeof(MoviePipelinePythonHostExecutor_ExecuteDelayed) == 0x000008, "Wrong size on MoviePipelinePythonHostExecutor_ExecuteDelayed"); \ +static_assert(offsetof(MoviePipelinePythonHostExecutor_ExecuteDelayed, InPipelineQueue) == 0x000000, "Member 'MoviePipelinePythonHostExecutor_ExecuteDelayed::InPipelineQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelinePythonHostExecutor_OnMapLoad \ +static_assert(alignof(MoviePipelinePythonHostExecutor_OnMapLoad) == 0x000008, "Wrong alignment on MoviePipelinePythonHostExecutor_OnMapLoad"); \ +static_assert(sizeof(MoviePipelinePythonHostExecutor_OnMapLoad) == 0x000008, "Wrong size on MoviePipelinePythonHostExecutor_OnMapLoad"); \ +static_assert(offsetof(MoviePipelinePythonHostExecutor_OnMapLoad, InWorld) == 0x000000, "Member 'MoviePipelinePythonHostExecutor_OnMapLoad::InWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelinePythonHostExecutor_GetLastLoadedWorld \ +static_assert(alignof(MoviePipelinePythonHostExecutor_GetLastLoadedWorld) == 0x000008, "Wrong alignment on MoviePipelinePythonHostExecutor_GetLastLoadedWorld"); \ +static_assert(sizeof(MoviePipelinePythonHostExecutor_GetLastLoadedWorld) == 0x000008, "Wrong size on MoviePipelinePythonHostExecutor_GetLastLoadedWorld"); \ +static_assert(offsetof(MoviePipelinePythonHostExecutor_GetLastLoadedWorld, ReturnValue) == 0x000000, "Member 'MoviePipelinePythonHostExecutor_GetLastLoadedWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelinePythonHostExecutor \ +static_assert(alignof(UMoviePipelinePythonHostExecutor) == 0x000008, "Wrong alignment on UMoviePipelinePythonHostExecutor"); \ +static_assert(sizeof(UMoviePipelinePythonHostExecutor) == 0x000128, "Wrong size on UMoviePipelinePythonHostExecutor"); \ +static_assert(offsetof(UMoviePipelinePythonHostExecutor, ExecutorClass) == 0x000110, "Member 'UMoviePipelinePythonHostExecutor::ExecutorClass' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelinePythonHostExecutor, PipelineQueue) == 0x000118, "Member 'UMoviePipelinePythonHostExecutor::PipelineQueue' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelinePythonHostExecutor, LastLoadedWorld) == 0x000120, "Member 'UMoviePipelinePythonHostExecutor::LastLoadedWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_AllocateNewShotOverrideConfig \ +static_assert(alignof(MoviePipelineExecutorShot_AllocateNewShotOverrideConfig) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_AllocateNewShotOverrideConfig"); \ +static_assert(sizeof(MoviePipelineExecutorShot_AllocateNewShotOverrideConfig) == 0x000010, "Wrong size on MoviePipelineExecutorShot_AllocateNewShotOverrideConfig"); \ +static_assert(offsetof(MoviePipelineExecutorShot_AllocateNewShotOverrideConfig, InConfigType) == 0x000000, "Member 'MoviePipelineExecutorShot_AllocateNewShotOverrideConfig::InConfigType' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorShot_AllocateNewShotOverrideConfig, ReturnValue) == 0x000008, "Member 'MoviePipelineExecutorShot_AllocateNewShotOverrideConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_SetShotOverrideConfiguration \ +static_assert(alignof(MoviePipelineExecutorShot_SetShotOverrideConfiguration) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_SetShotOverrideConfiguration"); \ +static_assert(sizeof(MoviePipelineExecutorShot_SetShotOverrideConfiguration) == 0x000008, "Wrong size on MoviePipelineExecutorShot_SetShotOverrideConfiguration"); \ +static_assert(offsetof(MoviePipelineExecutorShot_SetShotOverrideConfiguration, InPreset) == 0x000000, "Member 'MoviePipelineExecutorShot_SetShotOverrideConfiguration::InPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_SetShotOverridePresetOrigin \ +static_assert(alignof(MoviePipelineExecutorShot_SetShotOverridePresetOrigin) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_SetShotOverridePresetOrigin"); \ +static_assert(sizeof(MoviePipelineExecutorShot_SetShotOverridePresetOrigin) == 0x000008, "Wrong size on MoviePipelineExecutorShot_SetShotOverridePresetOrigin"); \ +static_assert(offsetof(MoviePipelineExecutorShot_SetShotOverridePresetOrigin, InPreset) == 0x000000, "Member 'MoviePipelineExecutorShot_SetShotOverridePresetOrigin::InPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_SetStatusMessage \ +static_assert(alignof(MoviePipelineExecutorShot_SetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_SetStatusMessage"); \ +static_assert(sizeof(MoviePipelineExecutorShot_SetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorShot_SetStatusMessage"); \ +static_assert(offsetof(MoviePipelineExecutorShot_SetStatusMessage, InStatus) == 0x000000, "Member 'MoviePipelineExecutorShot_SetStatusMessage::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_SetStatusProgress \ +static_assert(alignof(MoviePipelineExecutorShot_SetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorShot_SetStatusProgress"); \ +static_assert(sizeof(MoviePipelineExecutorShot_SetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorShot_SetStatusProgress"); \ +static_assert(offsetof(MoviePipelineExecutorShot_SetStatusProgress, InProgress) == 0x000000, "Member 'MoviePipelineExecutorShot_SetStatusProgress::InProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_GetShotOverrideConfiguration \ +static_assert(alignof(MoviePipelineExecutorShot_GetShotOverrideConfiguration) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_GetShotOverrideConfiguration"); \ +static_assert(sizeof(MoviePipelineExecutorShot_GetShotOverrideConfiguration) == 0x000008, "Wrong size on MoviePipelineExecutorShot_GetShotOverrideConfiguration"); \ +static_assert(offsetof(MoviePipelineExecutorShot_GetShotOverrideConfiguration, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_GetShotOverrideConfiguration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_GetShotOverridePresetOrigin \ +static_assert(alignof(MoviePipelineExecutorShot_GetShotOverridePresetOrigin) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_GetShotOverridePresetOrigin"); \ +static_assert(sizeof(MoviePipelineExecutorShot_GetShotOverridePresetOrigin) == 0x000008, "Wrong size on MoviePipelineExecutorShot_GetShotOverridePresetOrigin"); \ +static_assert(offsetof(MoviePipelineExecutorShot_GetShotOverridePresetOrigin, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_GetShotOverridePresetOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_GetStatusMessage \ +static_assert(alignof(MoviePipelineExecutorShot_GetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_GetStatusMessage"); \ +static_assert(sizeof(MoviePipelineExecutorShot_GetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorShot_GetStatusMessage"); \ +static_assert(offsetof(MoviePipelineExecutorShot_GetStatusMessage, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_GetStatusMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_GetStatusProgress \ +static_assert(alignof(MoviePipelineExecutorShot_GetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorShot_GetStatusProgress"); \ +static_assert(sizeof(MoviePipelineExecutorShot_GetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorShot_GetStatusProgress"); \ +static_assert(offsetof(MoviePipelineExecutorShot_GetStatusProgress, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_GetStatusProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_ShouldRender \ +static_assert(alignof(MoviePipelineExecutorShot_ShouldRender) == 0x000001, "Wrong alignment on MoviePipelineExecutorShot_ShouldRender"); \ +static_assert(sizeof(MoviePipelineExecutorShot_ShouldRender) == 0x000001, "Wrong size on MoviePipelineExecutorShot_ShouldRender"); \ +static_assert(offsetof(MoviePipelineExecutorShot_ShouldRender, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_ShouldRender::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineExecutorShot \ +static_assert(alignof(UMoviePipelineExecutorShot) == 0x000008, "Wrong alignment on UMoviePipelineExecutorShot"); \ +static_assert(sizeof(UMoviePipelineExecutorShot) == 0x000140, "Wrong size on UMoviePipelineExecutorShot"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, bEnabled) == 0x000030, "Member 'UMoviePipelineExecutorShot::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, OuterName) == 0x000038, "Member 'UMoviePipelineExecutorShot::OuterName' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, InnerName) == 0x000048, "Member 'UMoviePipelineExecutorShot::InnerName' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, Progress) == 0x0000F0, "Member 'UMoviePipelineExecutorShot::Progress' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, StatusMessage) == 0x0000F8, "Member 'UMoviePipelineExecutorShot::StatusMessage' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, ShotOverrideConfig) == 0x000108, "Member 'UMoviePipelineExecutorShot::ShotOverrideConfig' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, ShotOverridePresetOrigin) == 0x000110, "Member 'UMoviePipelineExecutorShot::ShotOverridePresetOrigin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetConfiguration \ +static_assert(alignof(MoviePipelineExecutorJob_SetConfiguration) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_SetConfiguration"); \ +static_assert(sizeof(MoviePipelineExecutorJob_SetConfiguration) == 0x000008, "Wrong size on MoviePipelineExecutorJob_SetConfiguration"); \ +static_assert(offsetof(MoviePipelineExecutorJob_SetConfiguration, InPreset) == 0x000000, "Member 'MoviePipelineExecutorJob_SetConfiguration::InPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetConsumed \ +static_assert(alignof(MoviePipelineExecutorJob_SetConsumed) == 0x000001, "Wrong alignment on MoviePipelineExecutorJob_SetConsumed"); \ +static_assert(sizeof(MoviePipelineExecutorJob_SetConsumed) == 0x000001, "Wrong size on MoviePipelineExecutorJob_SetConsumed"); \ +static_assert(offsetof(MoviePipelineExecutorJob_SetConsumed, bInConsumed) == 0x000000, "Member 'MoviePipelineExecutorJob_SetConsumed::bInConsumed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetPresetOrigin \ +static_assert(alignof(MoviePipelineExecutorJob_SetPresetOrigin) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_SetPresetOrigin"); \ +static_assert(sizeof(MoviePipelineExecutorJob_SetPresetOrigin) == 0x000008, "Wrong size on MoviePipelineExecutorJob_SetPresetOrigin"); \ +static_assert(offsetof(MoviePipelineExecutorJob_SetPresetOrigin, InPreset) == 0x000000, "Member 'MoviePipelineExecutorJob_SetPresetOrigin::InPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetSequence \ +static_assert(alignof(MoviePipelineExecutorJob_SetSequence) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_SetSequence"); \ +static_assert(sizeof(MoviePipelineExecutorJob_SetSequence) == 0x000020, "Wrong size on MoviePipelineExecutorJob_SetSequence"); \ +static_assert(offsetof(MoviePipelineExecutorJob_SetSequence, InSequence) == 0x000000, "Member 'MoviePipelineExecutorJob_SetSequence::InSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetStatusMessage \ +static_assert(alignof(MoviePipelineExecutorJob_SetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_SetStatusMessage"); \ +static_assert(sizeof(MoviePipelineExecutorJob_SetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorJob_SetStatusMessage"); \ +static_assert(offsetof(MoviePipelineExecutorJob_SetStatusMessage, InStatus) == 0x000000, "Member 'MoviePipelineExecutorJob_SetStatusMessage::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetStatusProgress \ +static_assert(alignof(MoviePipelineExecutorJob_SetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorJob_SetStatusProgress"); \ +static_assert(sizeof(MoviePipelineExecutorJob_SetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorJob_SetStatusProgress"); \ +static_assert(offsetof(MoviePipelineExecutorJob_SetStatusProgress, InProgress) == 0x000000, "Member 'MoviePipelineExecutorJob_SetStatusProgress::InProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_GetConfiguration \ +static_assert(alignof(MoviePipelineExecutorJob_GetConfiguration) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_GetConfiguration"); \ +static_assert(sizeof(MoviePipelineExecutorJob_GetConfiguration) == 0x000008, "Wrong size on MoviePipelineExecutorJob_GetConfiguration"); \ +static_assert(offsetof(MoviePipelineExecutorJob_GetConfiguration, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_GetConfiguration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_GetPresetOrigin \ +static_assert(alignof(MoviePipelineExecutorJob_GetPresetOrigin) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_GetPresetOrigin"); \ +static_assert(sizeof(MoviePipelineExecutorJob_GetPresetOrigin) == 0x000008, "Wrong size on MoviePipelineExecutorJob_GetPresetOrigin"); \ +static_assert(offsetof(MoviePipelineExecutorJob_GetPresetOrigin, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_GetPresetOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_GetStatusMessage \ +static_assert(alignof(MoviePipelineExecutorJob_GetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_GetStatusMessage"); \ +static_assert(sizeof(MoviePipelineExecutorJob_GetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorJob_GetStatusMessage"); \ +static_assert(offsetof(MoviePipelineExecutorJob_GetStatusMessage, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_GetStatusMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_GetStatusProgress \ +static_assert(alignof(MoviePipelineExecutorJob_GetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorJob_GetStatusProgress"); \ +static_assert(sizeof(MoviePipelineExecutorJob_GetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorJob_GetStatusProgress"); \ +static_assert(offsetof(MoviePipelineExecutorJob_GetStatusProgress, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_GetStatusProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_IsConsumed \ +static_assert(alignof(MoviePipelineExecutorJob_IsConsumed) == 0x000001, "Wrong alignment on MoviePipelineExecutorJob_IsConsumed"); \ +static_assert(sizeof(MoviePipelineExecutorJob_IsConsumed) == 0x000001, "Wrong size on MoviePipelineExecutorJob_IsConsumed"); \ +static_assert(offsetof(MoviePipelineExecutorJob_IsConsumed, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_IsConsumed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineExecutorJob \ +static_assert(alignof(UMoviePipelineExecutorJob) == 0x000008, "Wrong alignment on UMoviePipelineExecutorJob"); \ +static_assert(sizeof(UMoviePipelineExecutorJob) == 0x000100, "Wrong size on UMoviePipelineExecutorJob"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, JobName) == 0x000030, "Member 'UMoviePipelineExecutorJob::JobName' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, Sequence) == 0x000040, "Member 'UMoviePipelineExecutorJob::Sequence' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, Map) == 0x000060, "Member 'UMoviePipelineExecutorJob::Map' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, Author) == 0x000080, "Member 'UMoviePipelineExecutorJob::Author' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, ShotInfo) == 0x000090, "Member 'UMoviePipelineExecutorJob::ShotInfo' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, UserData) == 0x0000A0, "Member 'UMoviePipelineExecutorJob::UserData' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, StatusMessage) == 0x0000B0, "Member 'UMoviePipelineExecutorJob::StatusMessage' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, StatusProgress) == 0x0000C0, "Member 'UMoviePipelineExecutorJob::StatusProgress' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, bIsConsumed) == 0x0000C4, "Member 'UMoviePipelineExecutorJob::bIsConsumed' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, Configuration) == 0x0000C8, "Member 'UMoviePipelineExecutorJob::Configuration' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, PresetOrigin) == 0x0000D0, "Member 'UMoviePipelineExecutorJob::PresetOrigin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueue_AllocateNewJob \ +static_assert(alignof(MoviePipelineQueue_AllocateNewJob) == 0x000008, "Wrong alignment on MoviePipelineQueue_AllocateNewJob"); \ +static_assert(sizeof(MoviePipelineQueue_AllocateNewJob) == 0x000010, "Wrong size on MoviePipelineQueue_AllocateNewJob"); \ +static_assert(offsetof(MoviePipelineQueue_AllocateNewJob, InJobType) == 0x000000, "Member 'MoviePipelineQueue_AllocateNewJob::InJobType' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineQueue_AllocateNewJob, ReturnValue) == 0x000008, "Member 'MoviePipelineQueue_AllocateNewJob::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueue_CopyFrom \ +static_assert(alignof(MoviePipelineQueue_CopyFrom) == 0x000008, "Wrong alignment on MoviePipelineQueue_CopyFrom"); \ +static_assert(sizeof(MoviePipelineQueue_CopyFrom) == 0x000008, "Wrong size on MoviePipelineQueue_CopyFrom"); \ +static_assert(offsetof(MoviePipelineQueue_CopyFrom, InQueue) == 0x000000, "Member 'MoviePipelineQueue_CopyFrom::InQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueue_DeleteJob \ +static_assert(alignof(MoviePipelineQueue_DeleteJob) == 0x000008, "Wrong alignment on MoviePipelineQueue_DeleteJob"); \ +static_assert(sizeof(MoviePipelineQueue_DeleteJob) == 0x000008, "Wrong size on MoviePipelineQueue_DeleteJob"); \ +static_assert(offsetof(MoviePipelineQueue_DeleteJob, InJob) == 0x000000, "Member 'MoviePipelineQueue_DeleteJob::InJob' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueue_DuplicateJob \ +static_assert(alignof(MoviePipelineQueue_DuplicateJob) == 0x000008, "Wrong alignment on MoviePipelineQueue_DuplicateJob"); \ +static_assert(sizeof(MoviePipelineQueue_DuplicateJob) == 0x000010, "Wrong size on MoviePipelineQueue_DuplicateJob"); \ +static_assert(offsetof(MoviePipelineQueue_DuplicateJob, InJob) == 0x000000, "Member 'MoviePipelineQueue_DuplicateJob::InJob' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineQueue_DuplicateJob, ReturnValue) == 0x000008, "Member 'MoviePipelineQueue_DuplicateJob::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueue_GetJobs \ +static_assert(alignof(MoviePipelineQueue_GetJobs) == 0x000008, "Wrong alignment on MoviePipelineQueue_GetJobs"); \ +static_assert(sizeof(MoviePipelineQueue_GetJobs) == 0x000010, "Wrong size on MoviePipelineQueue_GetJobs"); \ +static_assert(offsetof(MoviePipelineQueue_GetJobs, ReturnValue) == 0x000000, "Member 'MoviePipelineQueue_GetJobs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineQueue \ +static_assert(alignof(UMoviePipelineQueue) == 0x000008, "Wrong alignment on UMoviePipelineQueue"); \ +static_assert(sizeof(UMoviePipelineQueue) == 0x000048, "Wrong size on UMoviePipelineQueue"); \ +static_assert(offsetof(UMoviePipelineQueue, Jobs) == 0x000030, "Member 'UMoviePipelineQueue::Jobs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor \ +static_assert(alignof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor) == 0x000008, "Wrong alignment on MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor"); \ +static_assert(sizeof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor) == 0x000010, "Wrong size on MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor"); \ +static_assert(offsetof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor, InExecutorType) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor::InExecutorType' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor, ReturnValue) == 0x000008, "Member 'MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance \ +static_assert(alignof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance) == 0x000008, "Wrong alignment on MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance"); \ +static_assert(sizeof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance) == 0x000008, "Wrong size on MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance"); \ +static_assert(offsetof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance, InExecutor) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance::InExecutor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_GetActiveExecutor \ +static_assert(alignof(MoviePipelineQueueEngineSubsystem_GetActiveExecutor) == 0x000008, "Wrong alignment on MoviePipelineQueueEngineSubsystem_GetActiveExecutor"); \ +static_assert(sizeof(MoviePipelineQueueEngineSubsystem_GetActiveExecutor) == 0x000008, "Wrong size on MoviePipelineQueueEngineSubsystem_GetActiveExecutor"); \ +static_assert(offsetof(MoviePipelineQueueEngineSubsystem_GetActiveExecutor, ReturnValue) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_GetActiveExecutor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_GetQueue \ +static_assert(alignof(MoviePipelineQueueEngineSubsystem_GetQueue) == 0x000008, "Wrong alignment on MoviePipelineQueueEngineSubsystem_GetQueue"); \ +static_assert(sizeof(MoviePipelineQueueEngineSubsystem_GetQueue) == 0x000008, "Wrong size on MoviePipelineQueueEngineSubsystem_GetQueue"); \ +static_assert(offsetof(MoviePipelineQueueEngineSubsystem_GetQueue, ReturnValue) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_GetQueue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_IsRendering \ +static_assert(alignof(MoviePipelineQueueEngineSubsystem_IsRendering) == 0x000001, "Wrong alignment on MoviePipelineQueueEngineSubsystem_IsRendering"); \ +static_assert(sizeof(MoviePipelineQueueEngineSubsystem_IsRendering) == 0x000001, "Wrong size on MoviePipelineQueueEngineSubsystem_IsRendering"); \ +static_assert(offsetof(MoviePipelineQueueEngineSubsystem_IsRendering, ReturnValue) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_IsRendering::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineQueueEngineSubsystem \ +static_assert(alignof(UMoviePipelineQueueEngineSubsystem) == 0x000008, "Wrong alignment on UMoviePipelineQueueEngineSubsystem"); \ +static_assert(sizeof(UMoviePipelineQueueEngineSubsystem) == 0x000048, "Wrong size on UMoviePipelineQueueEngineSubsystem"); \ +static_assert(offsetof(UMoviePipelineQueueEngineSubsystem, ActiveExecutor) == 0x000038, "Member 'UMoviePipelineQueueEngineSubsystem::ActiveExecutor' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineQueueEngineSubsystem, CurrentQueue) == 0x000040, "Member 'UMoviePipelineQueueEngineSubsystem::CurrentQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineRenderPass \ +static_assert(alignof(UMoviePipelineRenderPass) == 0x000008, "Wrong alignment on UMoviePipelineRenderPass"); \ +static_assert(sizeof(UMoviePipelineRenderPass) == 0x000050, "Wrong size on UMoviePipelineRenderPass"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineShotConfig \ +static_assert(alignof(UMoviePipelineShotConfig) == 0x000008, "Wrong alignment on UMoviePipelineShotConfig"); \ +static_assert(sizeof(UMoviePipelineShotConfig) == 0x000058, "Wrong size on UMoviePipelineShotConfig"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineVideoOutputBase \ +static_assert(alignof(UMoviePipelineVideoOutputBase) == 0x000008, "Wrong alignment on UMoviePipelineVideoOutputBase"); \ +static_assert(sizeof(UMoviePipelineVideoOutputBase) == 0x000090, "Wrong size on UMoviePipelineVideoOutputBase"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineViewFamilySetting \ +static_assert(alignof(UMoviePipelineViewFamilySetting) == 0x000008, "Wrong alignment on UMoviePipelineViewFamilySetting"); \ +static_assert(sizeof(UMoviePipelineViewFamilySetting) == 0x000050, "Wrong size on UMoviePipelineViewFamilySetting"); \ + +#define DUMPER7_ASSERTS_MovieRenderDebugWidget_OnInitializedForPipeline \ +static_assert(alignof(MovieRenderDebugWidget_OnInitializedForPipeline) == 0x000008, "Wrong alignment on MovieRenderDebugWidget_OnInitializedForPipeline"); \ +static_assert(sizeof(MovieRenderDebugWidget_OnInitializedForPipeline) == 0x000008, "Wrong size on MovieRenderDebugWidget_OnInitializedForPipeline"); \ +static_assert(offsetof(MovieRenderDebugWidget_OnInitializedForPipeline, ForPipeline) == 0x000000, "Member 'MovieRenderDebugWidget_OnInitializedForPipeline::ForPipeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieRenderDebugWidget \ +static_assert(alignof(UMovieRenderDebugWidget) == 0x000008, "Wrong alignment on UMovieRenderDebugWidget"); \ +static_assert(sizeof(UMovieRenderDebugWidget) == 0x000290, "Wrong size on UMovieRenderDebugWidget"); \ + +#define DUMPER7_ASSERTS_ABP_HeistGameMode_C \ +static_assert(alignof(ABP_HeistGameMode_C) == 0x000008, "Wrong alignment on ABP_HeistGameMode_C"); \ +static_assert(sizeof(ABP_HeistGameMode_C) == 0x000498, "Wrong size on ABP_HeistGameMode_C"); \ +static_assert(offsetof(ABP_HeistGameMode_C, DefaultSceneRoot) == 0x000490, "Member 'ABP_HeistGameMode_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineBurnInSetting \ +static_assert(alignof(UMoviePipelineBurnInSetting) == 0x000008, "Wrong alignment on UMoviePipelineBurnInSetting"); \ +static_assert(sizeof(UMoviePipelineBurnInSetting) == 0x0000B0, "Wrong size on UMoviePipelineBurnInSetting"); \ +static_assert(offsetof(UMoviePipelineBurnInSetting, BurnInClass) == 0x000050, "Member 'UMoviePipelineBurnInSetting::BurnInClass' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineBurnInSetting, bCompositeOntoFinalImage) == 0x000070, "Member 'UMoviePipelineBurnInSetting::bCompositeOntoFinalImage' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineBurnInSetting, RenderTarget) == 0x0000A0, "Member 'UMoviePipelineBurnInSetting::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineBurnInSetting, BurnInWidgetInstance) == 0x0000A8, "Member 'UMoviePipelineBurnInSetting::BurnInWidgetInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBurnInWidget_OnOutputFrameStarted \ +static_assert(alignof(MoviePipelineBurnInWidget_OnOutputFrameStarted) == 0x000008, "Wrong alignment on MoviePipelineBurnInWidget_OnOutputFrameStarted"); \ +static_assert(sizeof(MoviePipelineBurnInWidget_OnOutputFrameStarted) == 0x000008, "Wrong size on MoviePipelineBurnInWidget_OnOutputFrameStarted"); \ +static_assert(offsetof(MoviePipelineBurnInWidget_OnOutputFrameStarted, ForPipeline) == 0x000000, "Member 'MoviePipelineBurnInWidget_OnOutputFrameStarted::ForPipeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineBurnInWidget \ +static_assert(alignof(UMoviePipelineBurnInWidget) == 0x000008, "Wrong alignment on UMoviePipelineBurnInWidget"); \ +static_assert(sizeof(UMoviePipelineBurnInWidget) == 0x000290, "Wrong size on UMoviePipelineBurnInWidget"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineConsoleVariableSetting \ +static_assert(alignof(UMoviePipelineConsoleVariableSetting) == 0x000008, "Wrong alignment on UMoviePipelineConsoleVariableSetting"); \ +static_assert(sizeof(UMoviePipelineConsoleVariableSetting) == 0x0000D0, "Wrong size on UMoviePipelineConsoleVariableSetting"); \ +static_assert(offsetof(UMoviePipelineConsoleVariableSetting, ConsoleVariables) == 0x000050, "Member 'UMoviePipelineConsoleVariableSetting::ConsoleVariables' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineConsoleVariableSetting, StartConsoleCommands) == 0x0000A0, "Member 'UMoviePipelineConsoleVariableSetting::StartConsoleCommands' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineConsoleVariableSetting, EndConsoleCommands) == 0x0000B0, "Member 'UMoviePipelineConsoleVariableSetting::EndConsoleCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineWidgetRenderer \ +static_assert(alignof(UMoviePipelineWidgetRenderer) == 0x000008, "Wrong alignment on UMoviePipelineWidgetRenderer"); \ +static_assert(sizeof(UMoviePipelineWidgetRenderer) == 0x000070, "Wrong size on UMoviePipelineWidgetRenderer"); \ +static_assert(offsetof(UMoviePipelineWidgetRenderer, bCompositeOntoFinalImage) == 0x000050, "Member 'UMoviePipelineWidgetRenderer::bCompositeOntoFinalImage' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineWidgetRenderer, RenderTarget) == 0x000068, "Member 'UMoviePipelineWidgetRenderer::RenderTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGE_USBStick_C \ +static_assert(alignof(UGE_USBStick_C) == 0x000008, "Wrong alignment on UGE_USBStick_C"); \ +static_assert(sizeof(UGE_USBStick_C) == 0x0008C0, "Wrong size on UGE_USBStick_C"); \ + +#define DUMPER7_ASSERTS_FMoviePipelinePostProcessPass \ +static_assert(alignof(FMoviePipelinePostProcessPass) == 0x000008, "Wrong alignment on FMoviePipelinePostProcessPass"); \ +static_assert(sizeof(FMoviePipelinePostProcessPass) == 0x000038, "Wrong size on FMoviePipelinePostProcessPass"); \ +static_assert(offsetof(FMoviePipelinePostProcessPass, bEnabled) == 0x000000, "Member 'FMoviePipelinePostProcessPass::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelinePostProcessPass, Material) == 0x000008, "Member 'FMoviePipelinePostProcessPass::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineImagePassBase \ +static_assert(alignof(UMoviePipelineImagePassBase) == 0x000008, "Wrong alignment on UMoviePipelineImagePassBase"); \ +static_assert(sizeof(UMoviePipelineImagePassBase) == 0x0000D0, "Wrong size on UMoviePipelineImagePassBase"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineDeferredPassBase \ +static_assert(alignof(UMoviePipelineDeferredPassBase) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPassBase"); \ +static_assert(sizeof(UMoviePipelineDeferredPassBase) == 0x000178, "Wrong size on UMoviePipelineDeferredPassBase"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, bAccumulatorIncludesAlpha) == 0x0000D0, "Member 'UMoviePipelineDeferredPassBase::bAccumulatorIncludesAlpha' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, bDisableMultisampleEffects) == 0x0000D1, "Member 'UMoviePipelineDeferredPassBase::bDisableMultisampleEffects' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, bUse32BitPostProcessMaterials) == 0x0000D2, "Member 'UMoviePipelineDeferredPassBase::bUse32BitPostProcessMaterials' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, AdditionalPostProcessMaterials) == 0x0000D8, "Member 'UMoviePipelineDeferredPassBase::AdditionalPostProcessMaterials' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, bAddDefaultLayer) == 0x0000E8, "Member 'UMoviePipelineDeferredPassBase::bAddDefaultLayer' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, StencilLayers) == 0x0000F0, "Member 'UMoviePipelineDeferredPassBase::StencilLayers' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, ActivePostProcessMaterials) == 0x000100, "Member 'UMoviePipelineDeferredPassBase::ActivePostProcessMaterials' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, StencilLayerMaterial) == 0x000110, "Member 'UMoviePipelineDeferredPassBase::StencilLayerMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, TileRenderTargets) == 0x000118, "Member 'UMoviePipelineDeferredPassBase::TileRenderTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineDeferredPass_Unlit \ +static_assert(alignof(UMoviePipelineDeferredPass_Unlit) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPass_Unlit"); \ +static_assert(sizeof(UMoviePipelineDeferredPass_Unlit) == 0x000178, "Wrong size on UMoviePipelineDeferredPass_Unlit"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineDeferredPass_DetailLighting \ +static_assert(alignof(UMoviePipelineDeferredPass_DetailLighting) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPass_DetailLighting"); \ +static_assert(sizeof(UMoviePipelineDeferredPass_DetailLighting) == 0x000178, "Wrong size on UMoviePipelineDeferredPass_DetailLighting"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineDeferredPass_LightingOnly \ +static_assert(alignof(UMoviePipelineDeferredPass_LightingOnly) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPass_LightingOnly"); \ +static_assert(sizeof(UMoviePipelineDeferredPass_LightingOnly) == 0x000178, "Wrong size on UMoviePipelineDeferredPass_LightingOnly"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineDeferredPass_ReflectionsOnly \ +static_assert(alignof(UMoviePipelineDeferredPass_ReflectionsOnly) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPass_ReflectionsOnly"); \ +static_assert(sizeof(UMoviePipelineDeferredPass_ReflectionsOnly) == 0x000178, "Wrong size on UMoviePipelineDeferredPass_ReflectionsOnly"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineDeferredPass_PathTracer \ +static_assert(alignof(UMoviePipelineDeferredPass_PathTracer) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPass_PathTracer"); \ +static_assert(sizeof(UMoviePipelineDeferredPass_PathTracer) == 0x000178, "Wrong size on UMoviePipelineDeferredPass_PathTracer"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineImageSequenceOutputBase \ +static_assert(alignof(UMoviePipelineImageSequenceOutputBase) == 0x000008, "Wrong alignment on UMoviePipelineImageSequenceOutputBase"); \ +static_assert(sizeof(UMoviePipelineImageSequenceOutputBase) == 0x000070, "Wrong size on UMoviePipelineImageSequenceOutputBase"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineImageSequenceOutput_EXR \ +static_assert(alignof(UMoviePipelineImageSequenceOutput_EXR) == 0x000008, "Wrong alignment on UMoviePipelineImageSequenceOutput_EXR"); \ +static_assert(sizeof(UMoviePipelineImageSequenceOutput_EXR) == 0x000078, "Wrong size on UMoviePipelineImageSequenceOutput_EXR"); \ +static_assert(offsetof(UMoviePipelineImageSequenceOutput_EXR, Compression) == 0x000070, "Member 'UMoviePipelineImageSequenceOutput_EXR::Compression' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineImageSequenceOutput_EXR, bMultilayer) == 0x000071, "Member 'UMoviePipelineImageSequenceOutput_EXR::bMultilayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineImageSequenceOutput_BMP \ +static_assert(alignof(UMoviePipelineImageSequenceOutput_BMP) == 0x000008, "Wrong alignment on UMoviePipelineImageSequenceOutput_BMP"); \ +static_assert(sizeof(UMoviePipelineImageSequenceOutput_BMP) == 0x000070, "Wrong size on UMoviePipelineImageSequenceOutput_BMP"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineImageSequenceOutput_PNG \ +static_assert(alignof(UMoviePipelineImageSequenceOutput_PNG) == 0x000008, "Wrong alignment on UMoviePipelineImageSequenceOutput_PNG"); \ +static_assert(sizeof(UMoviePipelineImageSequenceOutput_PNG) == 0x000070, "Wrong size on UMoviePipelineImageSequenceOutput_PNG"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineImageSequenceOutput_JPG \ +static_assert(alignof(UMoviePipelineImageSequenceOutput_JPG) == 0x000008, "Wrong alignment on UMoviePipelineImageSequenceOutput_JPG"); \ +static_assert(sizeof(UMoviePipelineImageSequenceOutput_JPG) == 0x000070, "Wrong size on UMoviePipelineImageSequenceOutput_JPG"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineWaveOutput \ +static_assert(alignof(UMoviePipelineWaveOutput) == 0x000008, "Wrong alignment on UMoviePipelineWaveOutput"); \ +static_assert(sizeof(UMoviePipelineWaveOutput) == 0x0000C0, "Wrong size on UMoviePipelineWaveOutput"); \ +static_assert(offsetof(UMoviePipelineWaveOutput, FileNameFormatOverride) == 0x000050, "Member 'UMoviePipelineWaveOutput::FileNameFormatOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStruct_NameLocationAndSpawn \ +static_assert(alignof(FStruct_NameLocationAndSpawn) == 0x000008, "Wrong alignment on FStruct_NameLocationAndSpawn"); \ +static_assert(sizeof(FStruct_NameLocationAndSpawn) == 0x000050, "Wrong size on FStruct_NameLocationAndSpawn"); \ +static_assert(offsetof(FStruct_NameLocationAndSpawn, HiddenCardActor_15_D834260D47DD9C1D92E8D0A376A625CA) == 0x000000, "Member 'FStruct_NameLocationAndSpawn::HiddenCardActor_15_D834260D47DD9C1D92E8D0A376A625CA' has a wrong offset!"); \ +static_assert(offsetof(FStruct_NameLocationAndSpawn, MainInformation_12_31B6B7EF4490EA41E87B21903FF526AA) == 0x000008, "Member 'FStruct_NameLocationAndSpawn::MainInformation_12_31B6B7EF4490EA41E87B21903FF526AA' has a wrong offset!"); \ +static_assert(offsetof(FStruct_NameLocationAndSpawn, SecondaryInformation_13_5C0372EF487A8081BB05A19C496E48F4) == 0x000020, "Member 'FStruct_NameLocationAndSpawn::SecondaryInformation_13_5C0372EF487A8081BB05A19C496E48F4' has a wrong offset!"); \ +static_assert(offsetof(FStruct_NameLocationAndSpawn, AdditionalInformation_14_9469D7E54EA3821AA87C92B6B46C82C7) == 0x000038, "Member 'FStruct_NameLocationAndSpawn::AdditionalInformation_14_9469D7E54EA3821AA87C92B6B46C82C7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUTD_CloakerCharge_C \ +static_assert(alignof(UUTD_CloakerCharge_C) == 0x000008, "Wrong alignment on UUTD_CloakerCharge_C"); \ +static_assert(sizeof(UUTD_CloakerCharge_C) == 0x0000B0, "Wrong size on UUTD_CloakerCharge_C"); \ + +#define DUMPER7_ASSERTS_FActorLayer \ +static_assert(alignof(FActorLayer) == 0x000004, "Wrong alignment on FActorLayer"); \ +static_assert(sizeof(FActorLayer) == 0x00000C, "Wrong size on FActorLayer"); \ +static_assert(offsetof(FActorLayer, Name) == 0x000000, "Member 'FActorLayer::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LayersBlueprintLibrary_AddActorToLayer \ +static_assert(alignof(LayersBlueprintLibrary_AddActorToLayer) == 0x000008, "Wrong alignment on LayersBlueprintLibrary_AddActorToLayer"); \ +static_assert(sizeof(LayersBlueprintLibrary_AddActorToLayer) == 0x000018, "Wrong size on LayersBlueprintLibrary_AddActorToLayer"); \ +static_assert(offsetof(LayersBlueprintLibrary_AddActorToLayer, InActor) == 0x000000, "Member 'LayersBlueprintLibrary_AddActorToLayer::InActor' has a wrong offset!"); \ +static_assert(offsetof(LayersBlueprintLibrary_AddActorToLayer, Layer) == 0x000008, "Member 'LayersBlueprintLibrary_AddActorToLayer::Layer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LayersBlueprintLibrary_GetActors \ +static_assert(alignof(LayersBlueprintLibrary_GetActors) == 0x000008, "Wrong alignment on LayersBlueprintLibrary_GetActors"); \ +static_assert(sizeof(LayersBlueprintLibrary_GetActors) == 0x000028, "Wrong size on LayersBlueprintLibrary_GetActors"); \ +static_assert(offsetof(LayersBlueprintLibrary_GetActors, WorldContextObject) == 0x000000, "Member 'LayersBlueprintLibrary_GetActors::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LayersBlueprintLibrary_GetActors, ActorLayer) == 0x000008, "Member 'LayersBlueprintLibrary_GetActors::ActorLayer' has a wrong offset!"); \ +static_assert(offsetof(LayersBlueprintLibrary_GetActors, ReturnValue) == 0x000018, "Member 'LayersBlueprintLibrary_GetActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LayersBlueprintLibrary_RemoveActorFromLayer \ +static_assert(alignof(LayersBlueprintLibrary_RemoveActorFromLayer) == 0x000008, "Wrong alignment on LayersBlueprintLibrary_RemoveActorFromLayer"); \ +static_assert(sizeof(LayersBlueprintLibrary_RemoveActorFromLayer) == 0x000018, "Wrong size on LayersBlueprintLibrary_RemoveActorFromLayer"); \ +static_assert(offsetof(LayersBlueprintLibrary_RemoveActorFromLayer, InActor) == 0x000000, "Member 'LayersBlueprintLibrary_RemoveActorFromLayer::InActor' has a wrong offset!"); \ +static_assert(offsetof(LayersBlueprintLibrary_RemoveActorFromLayer, Layer) == 0x000008, "Member 'LayersBlueprintLibrary_RemoveActorFromLayer::Layer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULayersBlueprintLibrary \ +static_assert(alignof(ULayersBlueprintLibrary) == 0x000008, "Wrong alignment on ULayersBlueprintLibrary"); \ +static_assert(sizeof(ULayersBlueprintLibrary) == 0x000030, "Wrong size on ULayersBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_BP_Master_Decal_Fixture_C_NextMesh__ \ +static_assert(alignof(BP_Master_Decal_Fixture_C_NextMesh__) == 0x000004, "Wrong alignment on BP_Master_Decal_Fixture_C_NextMesh__"); \ +static_assert(sizeof(BP_Master_Decal_Fixture_C_NextMesh__) == 0x000004, "Wrong size on BP_Master_Decal_Fixture_C_NextMesh__"); \ +static_assert(offsetof(BP_Master_Decal_Fixture_C_NextMesh__, CallFunc_Add_IntInt_ReturnValue) == 0x000000, "Member 'BP_Master_Decal_Fixture_C_NextMesh__::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Master_Decal_Fixture_C___PrevMesh \ +static_assert(alignof(BP_Master_Decal_Fixture_C___PrevMesh) == 0x000004, "Wrong alignment on BP_Master_Decal_Fixture_C___PrevMesh"); \ +static_assert(sizeof(BP_Master_Decal_Fixture_C___PrevMesh) == 0x000004, "Wrong size on BP_Master_Decal_Fixture_C___PrevMesh"); \ +static_assert(offsetof(BP_Master_Decal_Fixture_C___PrevMesh, CallFunc_Add_IntInt_ReturnValue) == 0x000000, "Member 'BP_Master_Decal_Fixture_C___PrevMesh::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Master_Decal_Fixture_C_Build \ +static_assert(alignof(BP_Master_Decal_Fixture_C_Build) == 0x000008, "Wrong alignment on BP_Master_Decal_Fixture_C_Build"); \ +static_assert(sizeof(BP_Master_Decal_Fixture_C_Build) == 0x000058, "Wrong size on BP_Master_Decal_Fixture_C_Build"); \ +static_assert(offsetof(BP_Master_Decal_Fixture_C_Build, CallFunc_Array_Length_ReturnValue) == 0x000000, "Member 'BP_Master_Decal_Fixture_C_Build::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Decal_Fixture_C_Build, CallFunc_Abs_Int_ReturnValue) == 0x000004, "Member 'BP_Master_Decal_Fixture_C_Build::CallFunc_Abs_Int_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Decal_Fixture_C_Build, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000008, "Member 'BP_Master_Decal_Fixture_C_Build::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Decal_Fixture_C_Build, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00000C, "Member 'BP_Master_Decal_Fixture_C_Build::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Decal_Fixture_C_Build, CallFunc_Array_Length_ReturnValue_1) == 0x000010, "Member 'BP_Master_Decal_Fixture_C_Build::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Decal_Fixture_C_Build, CallFunc_Abs_Int_ReturnValue_1) == 0x000014, "Member 'BP_Master_Decal_Fixture_C_Build::CallFunc_Abs_Int_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Decal_Fixture_C_Build, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'BP_Master_Decal_Fixture_C_Build::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Decal_Fixture_C_Build, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x00001C, "Member 'BP_Master_Decal_Fixture_C_Build::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Decal_Fixture_C_Build, CallFunc_FMod_Remainder) == 0x000020, "Member 'BP_Master_Decal_Fixture_C_Build::CallFunc_FMod_Remainder' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Decal_Fixture_C_Build, CallFunc_FMod_ReturnValue) == 0x000024, "Member 'BP_Master_Decal_Fixture_C_Build::CallFunc_FMod_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Decal_Fixture_C_Build, CallFunc_Array_Length_ReturnValue_2) == 0x000028, "Member 'BP_Master_Decal_Fixture_C_Build::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Decal_Fixture_C_Build, CallFunc_FTrunc_ReturnValue) == 0x00002C, "Member 'BP_Master_Decal_Fixture_C_Build::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Decal_Fixture_C_Build, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x000030, "Member 'BP_Master_Decal_Fixture_C_Build::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Decal_Fixture_C_Build, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_Master_Decal_Fixture_C_Build::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Decal_Fixture_C_Build, CallFunc_FMod_Remainder_1) == 0x000040, "Member 'BP_Master_Decal_Fixture_C_Build::CallFunc_FMod_Remainder_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Decal_Fixture_C_Build, CallFunc_FMod_ReturnValue_1) == 0x000044, "Member 'BP_Master_Decal_Fixture_C_Build::CallFunc_FMod_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Decal_Fixture_C_Build, CallFunc_FTrunc_ReturnValue_1) == 0x000048, "Member 'BP_Master_Decal_Fixture_C_Build::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Decal_Fixture_C_Build, CallFunc_SetStaticMesh_ReturnValue) == 0x00004C, "Member 'BP_Master_Decal_Fixture_C_Build::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Decal_Fixture_C_Build, CallFunc_Array_Get_Item_1) == 0x000050, "Member 'BP_Master_Decal_Fixture_C_Build::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Master_Decal_Fixture_C_NextMaterial__ \ +static_assert(alignof(BP_Master_Decal_Fixture_C_NextMaterial__) == 0x000004, "Wrong alignment on BP_Master_Decal_Fixture_C_NextMaterial__"); \ +static_assert(sizeof(BP_Master_Decal_Fixture_C_NextMaterial__) == 0x000004, "Wrong size on BP_Master_Decal_Fixture_C_NextMaterial__"); \ +static_assert(offsetof(BP_Master_Decal_Fixture_C_NextMaterial__, CallFunc_Add_IntInt_ReturnValue) == 0x000000, "Member 'BP_Master_Decal_Fixture_C_NextMaterial__::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Master_Decal_Fixture_C___PrevMaterial \ +static_assert(alignof(BP_Master_Decal_Fixture_C___PrevMaterial) == 0x000004, "Wrong alignment on BP_Master_Decal_Fixture_C___PrevMaterial"); \ +static_assert(sizeof(BP_Master_Decal_Fixture_C___PrevMaterial) == 0x000004, "Wrong size on BP_Master_Decal_Fixture_C___PrevMaterial"); \ +static_assert(offsetof(BP_Master_Decal_Fixture_C___PrevMaterial, CallFunc_Add_IntInt_ReturnValue) == 0x000000, "Member 'BP_Master_Decal_Fixture_C___PrevMaterial::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Master_Decal_Fixture_C \ +static_assert(alignof(ABP_Master_Decal_Fixture_C) == 0x000008, "Wrong alignment on ABP_Master_Decal_Fixture_C"); \ +static_assert(sizeof(ABP_Master_Decal_Fixture_C) == 0x0002E8, "Wrong size on ABP_Master_Decal_Fixture_C"); \ +static_assert(offsetof(ABP_Master_Decal_Fixture_C, StaticMesh) == 0x0002A8, "Member 'ABP_Master_Decal_Fixture_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Decal_Fixture_C, DefaultSceneRoot) == 0x0002B0, "Member 'ABP_Master_Decal_Fixture_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Decal_Fixture_C, Mesh) == 0x0002B8, "Member 'ABP_Master_Decal_Fixture_C::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Decal_Fixture_C, Mesh_index) == 0x0002C8, "Member 'ABP_Master_Decal_Fixture_C::Mesh_index' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Decal_Fixture_C, Material) == 0x0002D0, "Member 'ABP_Master_Decal_Fixture_C::Material' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Decal_Fixture_C, MaterialIndex) == 0x0002E0, "Member 'ABP_Master_Decal_Fixture_C::MaterialIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticJerryCan_C \ +static_assert(alignof(ABP_CosmeticJerryCan_C) == 0x000008, "Wrong alignment on ABP_CosmeticJerryCan_C"); \ +static_assert(sizeof(ABP_CosmeticJerryCan_C) == 0x0002D0, "Wrong size on ABP_CosmeticJerryCan_C"); \ +static_assert(offsetof(ABP_CosmeticJerryCan_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticJerryCan_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOpenColorIOColorSpace \ +static_assert(alignof(FOpenColorIOColorSpace) == 0x000008, "Wrong alignment on FOpenColorIOColorSpace"); \ +static_assert(sizeof(FOpenColorIOColorSpace) == 0x000028, "Wrong size on FOpenColorIOColorSpace"); \ +static_assert(offsetof(FOpenColorIOColorSpace, ColorSpaceName) == 0x000000, "Member 'FOpenColorIOColorSpace::ColorSpaceName' has a wrong offset!"); \ +static_assert(offsetof(FOpenColorIOColorSpace, ColorSpaceIndex) == 0x000010, "Member 'FOpenColorIOColorSpace::ColorSpaceIndex' has a wrong offset!"); \ +static_assert(offsetof(FOpenColorIOColorSpace, FamilyName) == 0x000018, "Member 'FOpenColorIOColorSpace::FamilyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOpenColorIOColorConversionSettings \ +static_assert(alignof(FOpenColorIOColorConversionSettings) == 0x000008, "Wrong alignment on FOpenColorIOColorConversionSettings"); \ +static_assert(sizeof(FOpenColorIOColorConversionSettings) == 0x000058, "Wrong size on FOpenColorIOColorConversionSettings"); \ +static_assert(offsetof(FOpenColorIOColorConversionSettings, ConfigurationSource) == 0x000000, "Member 'FOpenColorIOColorConversionSettings::ConfigurationSource' has a wrong offset!"); \ +static_assert(offsetof(FOpenColorIOColorConversionSettings, SourceColorSpace) == 0x000008, "Member 'FOpenColorIOColorConversionSettings::SourceColorSpace' has a wrong offset!"); \ +static_assert(offsetof(FOpenColorIOColorConversionSettings, DestinationColorSpace) == 0x000030, "Member 'FOpenColorIOColorConversionSettings::DestinationColorSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOpenColorIODisplayConfiguration \ +static_assert(alignof(FOpenColorIODisplayConfiguration) == 0x000008, "Wrong alignment on FOpenColorIODisplayConfiguration"); \ +static_assert(sizeof(FOpenColorIODisplayConfiguration) == 0x000060, "Wrong size on FOpenColorIODisplayConfiguration"); \ +static_assert(offsetof(FOpenColorIODisplayConfiguration, bIsEnabled) == 0x000000, "Member 'FOpenColorIODisplayConfiguration::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(FOpenColorIODisplayConfiguration, ColorConfiguration) == 0x000008, "Member 'FOpenColorIODisplayConfiguration::ColorConfiguration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform \ +static_assert(alignof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform) == 0x000008, "Wrong alignment on OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform"); \ +static_assert(sizeof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform) == 0x000078, "Wrong size on OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform"); \ +static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, WorldContextObject) == 0x000000, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, ConversionSettings) == 0x000008, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::ConversionSettings' has a wrong offset!"); \ +static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, InputTexture) == 0x000060, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::InputTexture' has a wrong offset!"); \ +static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, OutputRenderTarget) == 0x000068, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::OutputRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, ReturnValue) == 0x000070, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOpenColorIOBlueprintLibrary \ +static_assert(alignof(UOpenColorIOBlueprintLibrary) == 0x000008, "Wrong alignment on UOpenColorIOBlueprintLibrary"); \ +static_assert(sizeof(UOpenColorIOBlueprintLibrary) == 0x000030, "Wrong size on UOpenColorIOBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UOpenColorIOColorTransform \ +static_assert(alignof(UOpenColorIOColorTransform) == 0x000008, "Wrong alignment on UOpenColorIOColorTransform"); \ +static_assert(sizeof(UOpenColorIOColorTransform) == 0x0000A0, "Wrong size on UOpenColorIOColorTransform"); \ +static_assert(offsetof(UOpenColorIOColorTransform, ConfigurationOwner) == 0x000030, "Member 'UOpenColorIOColorTransform::ConfigurationOwner' has a wrong offset!"); \ +static_assert(offsetof(UOpenColorIOColorTransform, SourceColorSpace) == 0x000038, "Member 'UOpenColorIOColorTransform::SourceColorSpace' has a wrong offset!"); \ +static_assert(offsetof(UOpenColorIOColorTransform, DestinationColorSpace) == 0x000048, "Member 'UOpenColorIOColorTransform::DestinationColorSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOpenColorIOConfiguration \ +static_assert(alignof(UOpenColorIOConfiguration) == 0x000008, "Wrong alignment on UOpenColorIOConfiguration"); \ +static_assert(sizeof(UOpenColorIOConfiguration) == 0x000088, "Wrong size on UOpenColorIOConfiguration"); \ +static_assert(offsetof(UOpenColorIOConfiguration, ConfigurationFile) == 0x000030, "Member 'UOpenColorIOConfiguration::ConfigurationFile' has a wrong offset!"); \ +static_assert(offsetof(UOpenColorIOConfiguration, DesiredColorSpaces) == 0x000040, "Member 'UOpenColorIOConfiguration::DesiredColorSpaces' has a wrong offset!"); \ +static_assert(offsetof(UOpenColorIOConfiguration, ColorTransforms) == 0x000050, "Member 'UOpenColorIOConfiguration::ColorTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension \ +static_assert(alignof(OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension) == 0x000010, "Wrong alignment on OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension"); \ +static_assert(sizeof(OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension) == 0x0000C0, "Wrong size on OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension"); \ +static_assert(offsetof(OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension, InDisplayConfiguration) == 0x000000, "Member 'OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension::InDisplayConfiguration' has a wrong offset!"); \ +static_assert(offsetof(OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension, IsActiveFunction) == 0x000060, "Member 'OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension::IsActiveFunction' has a wrong offset!"); \ +static_assert(offsetof(OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension, ReturnValue) == 0x0000B0, "Member 'OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration \ +static_assert(alignof(OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration) == 0x000008, "Wrong alignment on OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration"); \ +static_assert(sizeof(OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration) == 0x000060, "Wrong size on OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration"); \ +static_assert(offsetof(OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration, InDisplayConfiguration) == 0x000000, "Member 'OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration::InDisplayConfiguration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction \ +static_assert(alignof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction) == 0x000010, "Wrong alignment on OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction"); \ +static_assert(sizeof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction) == 0x000050, "Wrong size on OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction"); \ +static_assert(offsetof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction, IsActiveFunction) == 0x000000, "Member 'OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction::IsActiveFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions \ +static_assert(alignof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions) == 0x000008, "Wrong alignment on OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions"); \ +static_assert(sizeof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions) == 0x000010, "Wrong size on OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions"); \ +static_assert(offsetof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions, IsActiveFunctions) == 0x000000, "Member 'OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions::IsActiveFunctions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOpenColorIODisplayExtensionWrapper \ +static_assert(alignof(UOpenColorIODisplayExtensionWrapper) == 0x000008, "Wrong alignment on UOpenColorIODisplayExtensionWrapper"); \ +static_assert(sizeof(UOpenColorIODisplayExtensionWrapper) == 0x000040, "Wrong size on UOpenColorIODisplayExtensionWrapper"); \ + +#define DUMPER7_ASSERTS_FSequencerBindingProxy \ +static_assert(alignof(FSequencerBindingProxy) == 0x000008, "Wrong alignment on FSequencerBindingProxy"); \ +static_assert(sizeof(FSequencerBindingProxy) == 0x000018, "Wrong size on FSequencerBindingProxy"); \ +static_assert(offsetof(FSequencerBindingProxy, BindingID) == 0x000000, "Member 'FSequencerBindingProxy::BindingID' has a wrong offset!"); \ +static_assert(offsetof(FSequencerBindingProxy, Sequence) == 0x000010, "Member 'FSequencerBindingProxy::Sequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSequencerScriptingRange \ +static_assert(alignof(FSequencerScriptingRange) == 0x000004, "Wrong alignment on FSequencerScriptingRange"); \ +static_assert(sizeof(FSequencerScriptingRange) == 0x000014, "Wrong size on FSequencerScriptingRange"); \ +static_assert(offsetof(FSequencerScriptingRange, InclusiveStart) == 0x000004, "Member 'FSequencerScriptingRange::InclusiveStart' has a wrong offset!"); \ +static_assert(offsetof(FSequencerScriptingRange, ExclusiveEnd) == 0x000008, "Member 'FSequencerScriptingRange::ExclusiveEnd' has a wrong offset!"); \ +static_assert(offsetof(FSequencerScriptingRange, InternalRate) == 0x00000C, "Member 'FSequencerScriptingRange::InternalRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_AddTrack \ +static_assert(alignof(MovieSceneBindingExtensions_AddTrack) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_AddTrack"); \ +static_assert(sizeof(MovieSceneBindingExtensions_AddTrack) == 0x000028, "Wrong size on MovieSceneBindingExtensions_AddTrack"); \ +static_assert(offsetof(MovieSceneBindingExtensions_AddTrack, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_AddTrack::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_AddTrack, TrackType) == 0x000018, "Member 'MovieSceneBindingExtensions_AddTrack::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_AddTrack, ReturnValue) == 0x000020, "Member 'MovieSceneBindingExtensions_AddTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_FindTracksByExactType \ +static_assert(alignof(MovieSceneBindingExtensions_FindTracksByExactType) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_FindTracksByExactType"); \ +static_assert(sizeof(MovieSceneBindingExtensions_FindTracksByExactType) == 0x000030, "Wrong size on MovieSceneBindingExtensions_FindTracksByExactType"); \ +static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByExactType, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_FindTracksByExactType::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByExactType, TrackType) == 0x000018, "Member 'MovieSceneBindingExtensions_FindTracksByExactType::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByExactType, ReturnValue) == 0x000020, "Member 'MovieSceneBindingExtensions_FindTracksByExactType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_FindTracksByType \ +static_assert(alignof(MovieSceneBindingExtensions_FindTracksByType) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_FindTracksByType"); \ +static_assert(sizeof(MovieSceneBindingExtensions_FindTracksByType) == 0x000030, "Wrong size on MovieSceneBindingExtensions_FindTracksByType"); \ +static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByType, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_FindTracksByType::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByType, TrackType) == 0x000018, "Member 'MovieSceneBindingExtensions_FindTracksByType::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByType, ReturnValue) == 0x000020, "Member 'MovieSceneBindingExtensions_FindTracksByType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetChildPossessables \ +static_assert(alignof(MovieSceneBindingExtensions_GetChildPossessables) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetChildPossessables"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetChildPossessables) == 0x000028, "Wrong size on MovieSceneBindingExtensions_GetChildPossessables"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetChildPossessables, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetChildPossessables::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetChildPossessables, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetChildPossessables::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetDisplayName \ +static_assert(alignof(MovieSceneBindingExtensions_GetDisplayName) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetDisplayName"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetDisplayName) == 0x000030, "Wrong size on MovieSceneBindingExtensions_GetDisplayName"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetDisplayName, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetDisplayName::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetDisplayName, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetId \ +static_assert(alignof(MovieSceneBindingExtensions_GetId) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetId"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetId) == 0x000028, "Wrong size on MovieSceneBindingExtensions_GetId"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetId, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetId::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetId, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetName \ +static_assert(alignof(MovieSceneBindingExtensions_GetName) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetName"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetName) == 0x000028, "Wrong size on MovieSceneBindingExtensions_GetName"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetName, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetName::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetName, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetObjectTemplate \ +static_assert(alignof(MovieSceneBindingExtensions_GetObjectTemplate) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetObjectTemplate"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetObjectTemplate) == 0x000020, "Wrong size on MovieSceneBindingExtensions_GetObjectTemplate"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetObjectTemplate, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetObjectTemplate::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetObjectTemplate, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetObjectTemplate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetParent \ +static_assert(alignof(MovieSceneBindingExtensions_GetParent) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetParent"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetParent) == 0x000030, "Wrong size on MovieSceneBindingExtensions_GetParent"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetParent, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetParent::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetParent, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetPossessedObjectClass \ +static_assert(alignof(MovieSceneBindingExtensions_GetPossessedObjectClass) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetPossessedObjectClass"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetPossessedObjectClass) == 0x000020, "Wrong size on MovieSceneBindingExtensions_GetPossessedObjectClass"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetPossessedObjectClass, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetPossessedObjectClass::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetPossessedObjectClass, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetPossessedObjectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetTracks \ +static_assert(alignof(MovieSceneBindingExtensions_GetTracks) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetTracks"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetTracks) == 0x000028, "Wrong size on MovieSceneBindingExtensions_GetTracks"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetTracks, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetTracks::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetTracks, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_IsValid \ +static_assert(alignof(MovieSceneBindingExtensions_IsValid) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_IsValid"); \ +static_assert(sizeof(MovieSceneBindingExtensions_IsValid) == 0x000020, "Wrong size on MovieSceneBindingExtensions_IsValid"); \ +static_assert(offsetof(MovieSceneBindingExtensions_IsValid, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_IsValid::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_IsValid, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_MoveBindingContents \ +static_assert(alignof(MovieSceneBindingExtensions_MoveBindingContents) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_MoveBindingContents"); \ +static_assert(sizeof(MovieSceneBindingExtensions_MoveBindingContents) == 0x000030, "Wrong size on MovieSceneBindingExtensions_MoveBindingContents"); \ +static_assert(offsetof(MovieSceneBindingExtensions_MoveBindingContents, SourceBindingId) == 0x000000, "Member 'MovieSceneBindingExtensions_MoveBindingContents::SourceBindingId' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_MoveBindingContents, DestinationBindingId) == 0x000018, "Member 'MovieSceneBindingExtensions_MoveBindingContents::DestinationBindingId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_Remove \ +static_assert(alignof(MovieSceneBindingExtensions_Remove) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_Remove"); \ +static_assert(sizeof(MovieSceneBindingExtensions_Remove) == 0x000018, "Wrong size on MovieSceneBindingExtensions_Remove"); \ +static_assert(offsetof(MovieSceneBindingExtensions_Remove, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_Remove::InBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_RemoveTrack \ +static_assert(alignof(MovieSceneBindingExtensions_RemoveTrack) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_RemoveTrack"); \ +static_assert(sizeof(MovieSceneBindingExtensions_RemoveTrack) == 0x000020, "Wrong size on MovieSceneBindingExtensions_RemoveTrack"); \ +static_assert(offsetof(MovieSceneBindingExtensions_RemoveTrack, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_RemoveTrack::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_RemoveTrack, TrackToRemove) == 0x000018, "Member 'MovieSceneBindingExtensions_RemoveTrack::TrackToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_SetDisplayName \ +static_assert(alignof(MovieSceneBindingExtensions_SetDisplayName) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_SetDisplayName"); \ +static_assert(sizeof(MovieSceneBindingExtensions_SetDisplayName) == 0x000030, "Wrong size on MovieSceneBindingExtensions_SetDisplayName"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetDisplayName, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_SetDisplayName::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetDisplayName, InDisplayName) == 0x000018, "Member 'MovieSceneBindingExtensions_SetDisplayName::InDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_SetName \ +static_assert(alignof(MovieSceneBindingExtensions_SetName) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_SetName"); \ +static_assert(sizeof(MovieSceneBindingExtensions_SetName) == 0x000028, "Wrong size on MovieSceneBindingExtensions_SetName"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetName, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_SetName::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetName, InName) == 0x000018, "Member 'MovieSceneBindingExtensions_SetName::InName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_SetParent \ +static_assert(alignof(MovieSceneBindingExtensions_SetParent) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_SetParent"); \ +static_assert(sizeof(MovieSceneBindingExtensions_SetParent) == 0x000030, "Wrong size on MovieSceneBindingExtensions_SetParent"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetParent, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_SetParent::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetParent, InParentBinding) == 0x000018, "Member 'MovieSceneBindingExtensions_SetParent::InParentBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBindingExtensions \ +static_assert(alignof(UMovieSceneBindingExtensions) == 0x000008, "Wrong alignment on UMovieSceneBindingExtensions"); \ +static_assert(sizeof(UMovieSceneBindingExtensions) == 0x000030, "Wrong size on UMovieSceneBindingExtensions"); \ + +#define DUMPER7_ASSERTS_MovieSceneEventTrackExtensions_AddEventRepeaterSection \ +static_assert(alignof(MovieSceneEventTrackExtensions_AddEventRepeaterSection) == 0x000008, "Wrong alignment on MovieSceneEventTrackExtensions_AddEventRepeaterSection"); \ +static_assert(sizeof(MovieSceneEventTrackExtensions_AddEventRepeaterSection) == 0x000010, "Wrong size on MovieSceneEventTrackExtensions_AddEventRepeaterSection"); \ +static_assert(offsetof(MovieSceneEventTrackExtensions_AddEventRepeaterSection, InTrack) == 0x000000, "Member 'MovieSceneEventTrackExtensions_AddEventRepeaterSection::InTrack' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneEventTrackExtensions_AddEventRepeaterSection, ReturnValue) == 0x000008, "Member 'MovieSceneEventTrackExtensions_AddEventRepeaterSection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneEventTrackExtensions_AddEventTriggerSection \ +static_assert(alignof(MovieSceneEventTrackExtensions_AddEventTriggerSection) == 0x000008, "Wrong alignment on MovieSceneEventTrackExtensions_AddEventTriggerSection"); \ +static_assert(sizeof(MovieSceneEventTrackExtensions_AddEventTriggerSection) == 0x000010, "Wrong size on MovieSceneEventTrackExtensions_AddEventTriggerSection"); \ +static_assert(offsetof(MovieSceneEventTrackExtensions_AddEventTriggerSection, InTrack) == 0x000000, "Member 'MovieSceneEventTrackExtensions_AddEventTriggerSection::InTrack' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneEventTrackExtensions_AddEventTriggerSection, ReturnValue) == 0x000008, "Member 'MovieSceneEventTrackExtensions_AddEventTriggerSection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEventTrackExtensions \ +static_assert(alignof(UMovieSceneEventTrackExtensions) == 0x000008, "Wrong alignment on UMovieSceneEventTrackExtensions"); \ +static_assert(sizeof(UMovieSceneEventTrackExtensions) == 0x000030, "Wrong size on UMovieSceneEventTrackExtensions"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_AddChildFolder \ +static_assert(alignof(MovieSceneFolderExtensions_AddChildFolder) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_AddChildFolder"); \ +static_assert(sizeof(MovieSceneFolderExtensions_AddChildFolder) == 0x000018, "Wrong size on MovieSceneFolderExtensions_AddChildFolder"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildFolder, TargetFolder) == 0x000000, "Member 'MovieSceneFolderExtensions_AddChildFolder::TargetFolder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildFolder, FolderToAdd) == 0x000008, "Member 'MovieSceneFolderExtensions_AddChildFolder::FolderToAdd' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildFolder, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_AddChildFolder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_AddChildMasterTrack \ +static_assert(alignof(MovieSceneFolderExtensions_AddChildMasterTrack) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_AddChildMasterTrack"); \ +static_assert(sizeof(MovieSceneFolderExtensions_AddChildMasterTrack) == 0x000018, "Wrong size on MovieSceneFolderExtensions_AddChildMasterTrack"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildMasterTrack, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_AddChildMasterTrack::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildMasterTrack, InMasterTrack) == 0x000008, "Member 'MovieSceneFolderExtensions_AddChildMasterTrack::InMasterTrack' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildMasterTrack, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_AddChildMasterTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_AddChildObjectBinding \ +static_assert(alignof(MovieSceneFolderExtensions_AddChildObjectBinding) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_AddChildObjectBinding"); \ +static_assert(sizeof(MovieSceneFolderExtensions_AddChildObjectBinding) == 0x000028, "Wrong size on MovieSceneFolderExtensions_AddChildObjectBinding"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildObjectBinding, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_AddChildObjectBinding::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildObjectBinding, InObjectBinding) == 0x000008, "Member 'MovieSceneFolderExtensions_AddChildObjectBinding::InObjectBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildObjectBinding, ReturnValue) == 0x000020, "Member 'MovieSceneFolderExtensions_AddChildObjectBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetChildFolders \ +static_assert(alignof(MovieSceneFolderExtensions_GetChildFolders) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetChildFolders"); \ +static_assert(sizeof(MovieSceneFolderExtensions_GetChildFolders) == 0x000018, "Wrong size on MovieSceneFolderExtensions_GetChildFolders"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetChildFolders, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetChildFolders::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetChildFolders, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetChildFolders::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetChildMasterTracks \ +static_assert(alignof(MovieSceneFolderExtensions_GetChildMasterTracks) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetChildMasterTracks"); \ +static_assert(sizeof(MovieSceneFolderExtensions_GetChildMasterTracks) == 0x000018, "Wrong size on MovieSceneFolderExtensions_GetChildMasterTracks"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetChildMasterTracks, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetChildMasterTracks::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetChildMasterTracks, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetChildMasterTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetChildObjectBindings \ +static_assert(alignof(MovieSceneFolderExtensions_GetChildObjectBindings) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetChildObjectBindings"); \ +static_assert(sizeof(MovieSceneFolderExtensions_GetChildObjectBindings) == 0x000018, "Wrong size on MovieSceneFolderExtensions_GetChildObjectBindings"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetChildObjectBindings, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetChildObjectBindings::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetChildObjectBindings, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetChildObjectBindings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetFolderColor \ +static_assert(alignof(MovieSceneFolderExtensions_GetFolderColor) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetFolderColor"); \ +static_assert(sizeof(MovieSceneFolderExtensions_GetFolderColor) == 0x000010, "Wrong size on MovieSceneFolderExtensions_GetFolderColor"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetFolderColor, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetFolderColor::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetFolderColor, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetFolderColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetFolderName \ +static_assert(alignof(MovieSceneFolderExtensions_GetFolderName) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetFolderName"); \ +static_assert(sizeof(MovieSceneFolderExtensions_GetFolderName) == 0x000018, "Wrong size on MovieSceneFolderExtensions_GetFolderName"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetFolderName, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetFolderName::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetFolderName, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetFolderName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_RemoveChildFolder \ +static_assert(alignof(MovieSceneFolderExtensions_RemoveChildFolder) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_RemoveChildFolder"); \ +static_assert(sizeof(MovieSceneFolderExtensions_RemoveChildFolder) == 0x000018, "Wrong size on MovieSceneFolderExtensions_RemoveChildFolder"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildFolder, TargetFolder) == 0x000000, "Member 'MovieSceneFolderExtensions_RemoveChildFolder::TargetFolder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildFolder, FolderToRemove) == 0x000008, "Member 'MovieSceneFolderExtensions_RemoveChildFolder::FolderToRemove' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildFolder, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_RemoveChildFolder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_RemoveChildMasterTrack \ +static_assert(alignof(MovieSceneFolderExtensions_RemoveChildMasterTrack) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_RemoveChildMasterTrack"); \ +static_assert(sizeof(MovieSceneFolderExtensions_RemoveChildMasterTrack) == 0x000018, "Wrong size on MovieSceneFolderExtensions_RemoveChildMasterTrack"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildMasterTrack, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_RemoveChildMasterTrack::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildMasterTrack, InMasterTrack) == 0x000008, "Member 'MovieSceneFolderExtensions_RemoveChildMasterTrack::InMasterTrack' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildMasterTrack, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_RemoveChildMasterTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_RemoveChildObjectBinding \ +static_assert(alignof(MovieSceneFolderExtensions_RemoveChildObjectBinding) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_RemoveChildObjectBinding"); \ +static_assert(sizeof(MovieSceneFolderExtensions_RemoveChildObjectBinding) == 0x000028, "Wrong size on MovieSceneFolderExtensions_RemoveChildObjectBinding"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildObjectBinding, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_RemoveChildObjectBinding::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildObjectBinding, InObjectBinding) == 0x000008, "Member 'MovieSceneFolderExtensions_RemoveChildObjectBinding::InObjectBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildObjectBinding, ReturnValue) == 0x000020, "Member 'MovieSceneFolderExtensions_RemoveChildObjectBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_SetFolderColor \ +static_assert(alignof(MovieSceneFolderExtensions_SetFolderColor) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_SetFolderColor"); \ +static_assert(sizeof(MovieSceneFolderExtensions_SetFolderColor) == 0x000010, "Wrong size on MovieSceneFolderExtensions_SetFolderColor"); \ +static_assert(offsetof(MovieSceneFolderExtensions_SetFolderColor, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_SetFolderColor::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_SetFolderColor, InFolderColor) == 0x000008, "Member 'MovieSceneFolderExtensions_SetFolderColor::InFolderColor' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_SetFolderColor, ReturnValue) == 0x00000C, "Member 'MovieSceneFolderExtensions_SetFolderColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_SetFolderName \ +static_assert(alignof(MovieSceneFolderExtensions_SetFolderName) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_SetFolderName"); \ +static_assert(sizeof(MovieSceneFolderExtensions_SetFolderName) == 0x000018, "Wrong size on MovieSceneFolderExtensions_SetFolderName"); \ +static_assert(offsetof(MovieSceneFolderExtensions_SetFolderName, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_SetFolderName::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_SetFolderName, InFolderName) == 0x000008, "Member 'MovieSceneFolderExtensions_SetFolderName::InFolderName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_SetFolderName, ReturnValue) == 0x000014, "Member 'MovieSceneFolderExtensions_SetFolderName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFolderExtensions \ +static_assert(alignof(UMovieSceneFolderExtensions) == 0x000008, "Wrong alignment on UMovieSceneFolderExtensions"); \ +static_assert(sizeof(UMovieSceneFolderExtensions) == 0x000030, "Wrong size on UMovieSceneFolderExtensions"); \ + +#define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_GetObjectPropertyClass \ +static_assert(alignof(MovieScenePropertyTrackExtensions_GetObjectPropertyClass) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_GetObjectPropertyClass"); \ +static_assert(sizeof(MovieScenePropertyTrackExtensions_GetObjectPropertyClass) == 0x000010, "Wrong size on MovieScenePropertyTrackExtensions_GetObjectPropertyClass"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetObjectPropertyClass, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_GetObjectPropertyClass::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetObjectPropertyClass, ReturnValue) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_GetObjectPropertyClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_GetPropertyName \ +static_assert(alignof(MovieScenePropertyTrackExtensions_GetPropertyName) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_GetPropertyName"); \ +static_assert(sizeof(MovieScenePropertyTrackExtensions_GetPropertyName) == 0x000018, "Wrong size on MovieScenePropertyTrackExtensions_GetPropertyName"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetPropertyName, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_GetPropertyName::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetPropertyName, ReturnValue) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_GetPropertyName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_GetPropertyPath \ +static_assert(alignof(MovieScenePropertyTrackExtensions_GetPropertyPath) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_GetPropertyPath"); \ +static_assert(sizeof(MovieScenePropertyTrackExtensions_GetPropertyPath) == 0x000018, "Wrong size on MovieScenePropertyTrackExtensions_GetPropertyPath"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetPropertyPath, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_GetPropertyPath::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetPropertyPath, ReturnValue) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_GetPropertyPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_GetUniqueTrackName \ +static_assert(alignof(MovieScenePropertyTrackExtensions_GetUniqueTrackName) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_GetUniqueTrackName"); \ +static_assert(sizeof(MovieScenePropertyTrackExtensions_GetUniqueTrackName) == 0x000018, "Wrong size on MovieScenePropertyTrackExtensions_GetUniqueTrackName"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetUniqueTrackName, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_GetUniqueTrackName::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetUniqueTrackName, ReturnValue) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_GetUniqueTrackName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_SetObjectPropertyClass \ +static_assert(alignof(MovieScenePropertyTrackExtensions_SetObjectPropertyClass) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_SetObjectPropertyClass"); \ +static_assert(sizeof(MovieScenePropertyTrackExtensions_SetObjectPropertyClass) == 0x000010, "Wrong size on MovieScenePropertyTrackExtensions_SetObjectPropertyClass"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_SetObjectPropertyClass, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_SetObjectPropertyClass::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_SetObjectPropertyClass, PropertyClass) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_SetObjectPropertyClass::PropertyClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_SetPropertyNameAndPath \ +static_assert(alignof(MovieScenePropertyTrackExtensions_SetPropertyNameAndPath) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_SetPropertyNameAndPath"); \ +static_assert(sizeof(MovieScenePropertyTrackExtensions_SetPropertyNameAndPath) == 0x000028, "Wrong size on MovieScenePropertyTrackExtensions_SetPropertyNameAndPath"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_SetPropertyNameAndPath, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_SetPropertyNameAndPath::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_SetPropertyNameAndPath, InPropertyName) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_SetPropertyNameAndPath::InPropertyName' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_SetPropertyNameAndPath, InPropertyPath) == 0x000018, "Member 'MovieScenePropertyTrackExtensions_SetPropertyNameAndPath::InPropertyPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScenePropertyTrackExtensions \ +static_assert(alignof(UMovieScenePropertyTrackExtensions) == 0x000008, "Wrong alignment on UMovieScenePropertyTrackExtensions"); \ +static_assert(sizeof(UMovieScenePropertyTrackExtensions) == 0x000030, "Wrong size on UMovieScenePropertyTrackExtensions"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingKey \ +static_assert(alignof(UMovieSceneScriptingKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingKey"); \ +static_assert(sizeof(UMovieSceneScriptingKey) == 0x000048, "Wrong size on UMovieSceneScriptingKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceKey_SetTime \ +static_assert(alignof(MovieSceneScriptingActorReferenceKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingActorReferenceKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingActorReferenceKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingActorReferenceKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingActorReferenceKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceKey_SetValue \ +static_assert(alignof(MovieSceneScriptingActorReferenceKey_SetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceKey_SetValue) == 0x000018, "Wrong size on MovieSceneScriptingActorReferenceKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceKey_GetTime \ +static_assert(alignof(MovieSceneScriptingActorReferenceKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingActorReferenceKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingActorReferenceKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingActorReferenceKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceKey_GetValue \ +static_assert(alignof(MovieSceneScriptingActorReferenceKey_GetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceKey_GetValue) == 0x000018, "Wrong size on MovieSceneScriptingActorReferenceKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingActorReferenceKey \ +static_assert(alignof(UMovieSceneScriptingActorReferenceKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingActorReferenceKey"); \ +static_assert(sizeof(UMovieSceneScriptingActorReferenceKey) == 0x000068, "Wrong size on UMovieSceneScriptingActorReferenceKey"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingChannel \ +static_assert(alignof(UMovieSceneScriptingChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingChannel"); \ +static_assert(sizeof(UMovieSceneScriptingChannel) == 0x000040, "Wrong size on UMovieSceneScriptingChannel"); \ +static_assert(offsetof(UMovieSceneScriptingChannel, ChannelName) == 0x000030, "Member 'UMovieSceneScriptingChannel::ChannelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingActorReferenceChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_AddKey) == 0x000030, "Wrong size on MovieSceneScriptingActorReferenceChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_AddKey, NewValue) == 0x000004, "Member 'MovieSceneScriptingActorReferenceChannel_AddKey::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_AddKey, SubFrame) == 0x00001C, "Member 'MovieSceneScriptingActorReferenceChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_AddKey, TimeUnit) == 0x000020, "Member 'MovieSceneScriptingActorReferenceChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_AddKey, ReturnValue) == 0x000028, "Member 'MovieSceneScriptingActorReferenceChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingActorReferenceChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingActorReferenceChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_SetDefault \ +static_assert(alignof(MovieSceneScriptingActorReferenceChannel_SetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_SetDefault"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_SetDefault) == 0x000018, "Wrong size on MovieSceneScriptingActorReferenceChannel_SetDefault"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_GetDefault \ +static_assert(alignof(MovieSceneScriptingActorReferenceChannel_GetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_GetDefault"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_GetDefault) == 0x000018, "Wrong size on MovieSceneScriptingActorReferenceChannel_GetDefault"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_GetDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingActorReferenceChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingActorReferenceChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_HasDefault \ +static_assert(alignof(MovieSceneScriptingActorReferenceChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_HasDefault"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingActorReferenceChannel_HasDefault"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_HasDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingActorReferenceChannel \ +static_assert(alignof(UMovieSceneScriptingActorReferenceChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingActorReferenceChannel"); \ +static_assert(sizeof(UMovieSceneScriptingActorReferenceChannel) == 0x000070, "Wrong size on UMovieSceneScriptingActorReferenceChannel"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolKey_SetTime \ +static_assert(alignof(MovieSceneScriptingBoolKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingBoolKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingBoolKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingBoolKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingBoolKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingBoolKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingBoolKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingBoolKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolKey_SetValue \ +static_assert(alignof(MovieSceneScriptingBoolKey_SetValue) == 0x000001, "Wrong alignment on MovieSceneScriptingBoolKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingBoolKey_SetValue) == 0x000001, "Wrong size on MovieSceneScriptingBoolKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingBoolKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingBoolKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolKey_GetTime \ +static_assert(alignof(MovieSceneScriptingBoolKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingBoolKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingBoolKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingBoolKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingBoolKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingBoolKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingBoolKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolKey_GetValue \ +static_assert(alignof(MovieSceneScriptingBoolKey_GetValue) == 0x000001, "Wrong alignment on MovieSceneScriptingBoolKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingBoolKey_GetValue) == 0x000001, "Wrong size on MovieSceneScriptingBoolKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingBoolKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingBoolKey \ +static_assert(alignof(UMovieSceneScriptingBoolKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingBoolKey"); \ +static_assert(sizeof(UMovieSceneScriptingBoolKey) == 0x000068, "Wrong size on UMovieSceneScriptingBoolKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingBoolChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingBoolChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_AddKey) == 0x000018, "Wrong size on MovieSceneScriptingBoolChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_AddKey, NewValue) == 0x000004, "Member 'MovieSceneScriptingBoolChannel_AddKey::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_AddKey, SubFrame) == 0x000008, "Member 'MovieSceneScriptingBoolChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_AddKey, TimeUnit) == 0x00000C, "Member 'MovieSceneScriptingBoolChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_AddKey, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingBoolChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingBoolChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingBoolChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingBoolChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_SetDefault \ +static_assert(alignof(MovieSceneScriptingBoolChannel_SetDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingBoolChannel_SetDefault"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_SetDefault) == 0x000001, "Wrong size on MovieSceneScriptingBoolChannel_SetDefault"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_ComputeEffectiveRange \ +static_assert(alignof(MovieSceneScriptingBoolChannel_ComputeEffectiveRange) == 0x000004, "Wrong alignment on MovieSceneScriptingBoolChannel_ComputeEffectiveRange"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_ComputeEffectiveRange) == 0x000014, "Wrong size on MovieSceneScriptingBoolChannel_ComputeEffectiveRange"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_ComputeEffectiveRange, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_ComputeEffectiveRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_EvaluateKeys \ +static_assert(alignof(MovieSceneScriptingBoolChannel_EvaluateKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingBoolChannel_EvaluateKeys"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_EvaluateKeys) == 0x000030, "Wrong size on MovieSceneScriptingBoolChannel_EvaluateKeys"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_EvaluateKeys, Range) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_EvaluateKeys::Range' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_EvaluateKeys, FrameRate) == 0x000014, "Member 'MovieSceneScriptingBoolChannel_EvaluateKeys::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_EvaluateKeys, ReturnValue) == 0x000020, "Member 'MovieSceneScriptingBoolChannel_EvaluateKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_GetDefault \ +static_assert(alignof(MovieSceneScriptingBoolChannel_GetDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingBoolChannel_GetDefault"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_GetDefault) == 0x000001, "Wrong size on MovieSceneScriptingBoolChannel_GetDefault"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_GetDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingBoolChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingBoolChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingBoolChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_GetNumKeys \ +static_assert(alignof(MovieSceneScriptingBoolChannel_GetNumKeys) == 0x000004, "Wrong alignment on MovieSceneScriptingBoolChannel_GetNumKeys"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_GetNumKeys) == 0x000004, "Wrong size on MovieSceneScriptingBoolChannel_GetNumKeys"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_GetNumKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_GetNumKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_HasDefault \ +static_assert(alignof(MovieSceneScriptingBoolChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingBoolChannel_HasDefault"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingBoolChannel_HasDefault"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_HasDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingBoolChannel \ +static_assert(alignof(UMovieSceneScriptingBoolChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingBoolChannel"); \ +static_assert(sizeof(UMovieSceneScriptingBoolChannel) == 0x000070, "Wrong size on UMovieSceneScriptingBoolChannel"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteKey_SetTime \ +static_assert(alignof(MovieSceneScriptingByteKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingByteKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingByteKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingByteKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingByteKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingByteKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingByteKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingByteKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteKey_SetValue \ +static_assert(alignof(MovieSceneScriptingByteKey_SetValue) == 0x000001, "Wrong alignment on MovieSceneScriptingByteKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingByteKey_SetValue) == 0x000001, "Wrong size on MovieSceneScriptingByteKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingByteKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingByteKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteKey_GetTime \ +static_assert(alignof(MovieSceneScriptingByteKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingByteKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingByteKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingByteKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingByteKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingByteKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingByteKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteKey_GetValue \ +static_assert(alignof(MovieSceneScriptingByteKey_GetValue) == 0x000001, "Wrong alignment on MovieSceneScriptingByteKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingByteKey_GetValue) == 0x000001, "Wrong size on MovieSceneScriptingByteKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingByteKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingByteKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingByteKey \ +static_assert(alignof(UMovieSceneScriptingByteKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingByteKey"); \ +static_assert(sizeof(UMovieSceneScriptingByteKey) == 0x000068, "Wrong size on UMovieSceneScriptingByteKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingByteChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingByteChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingByteChannel_AddKey) == 0x000018, "Wrong size on MovieSceneScriptingByteChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingByteChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, NewValue) == 0x000004, "Member 'MovieSceneScriptingByteChannel_AddKey::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, SubFrame) == 0x000008, "Member 'MovieSceneScriptingByteChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, TimeUnit) == 0x00000C, "Member 'MovieSceneScriptingByteChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, InInterpolation) == 0x00000D, "Member 'MovieSceneScriptingByteChannel_AddKey::InInterpolation' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingByteChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingByteChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingByteChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingByteChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingByteChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingByteChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_SetDefault \ +static_assert(alignof(MovieSceneScriptingByteChannel_SetDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingByteChannel_SetDefault"); \ +static_assert(sizeof(MovieSceneScriptingByteChannel_SetDefault) == 0x000001, "Wrong size on MovieSceneScriptingByteChannel_SetDefault"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingByteChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_GetDefault \ +static_assert(alignof(MovieSceneScriptingByteChannel_GetDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingByteChannel_GetDefault"); \ +static_assert(sizeof(MovieSceneScriptingByteChannel_GetDefault) == 0x000001, "Wrong size on MovieSceneScriptingByteChannel_GetDefault"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingByteChannel_GetDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingByteChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingByteChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingByteChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingByteChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingByteChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_HasDefault \ +static_assert(alignof(MovieSceneScriptingByteChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingByteChannel_HasDefault"); \ +static_assert(sizeof(MovieSceneScriptingByteChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingByteChannel_HasDefault"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingByteChannel_HasDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingByteChannel \ +static_assert(alignof(UMovieSceneScriptingByteChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingByteChannel"); \ +static_assert(sizeof(UMovieSceneScriptingByteChannel) == 0x000070, "Wrong size on UMovieSceneScriptingByteChannel"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingEventKey_SetTime \ +static_assert(alignof(MovieSceneScriptingEventKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingEventKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingEventKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingEventKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingEventKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingEventKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingEventKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingEventKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingEventKey_SetValue \ +static_assert(alignof(MovieSceneScriptingEventKey_SetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingEventKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingEventKey_SetValue) == 0x000028, "Wrong size on MovieSceneScriptingEventKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingEventKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingEventKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingEventKey_GetTime \ +static_assert(alignof(MovieSceneScriptingEventKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingEventKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingEventKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingEventKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingEventKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingEventKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingEventKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingEventKey_GetValue \ +static_assert(alignof(MovieSceneScriptingEventKey_GetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingEventKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingEventKey_GetValue) == 0x000028, "Wrong size on MovieSceneScriptingEventKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingEventKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingEventKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingEventKey \ +static_assert(alignof(UMovieSceneScriptingEventKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingEventKey"); \ +static_assert(sizeof(UMovieSceneScriptingEventKey) == 0x000068, "Wrong size on UMovieSceneScriptingEventKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingEventChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingEventChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingEventChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingEventChannel_AddKey) == 0x000040, "Wrong size on MovieSceneScriptingEventChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingEventChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_AddKey, NewValue) == 0x000008, "Member 'MovieSceneScriptingEventChannel_AddKey::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_AddKey, SubFrame) == 0x000030, "Member 'MovieSceneScriptingEventChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_AddKey, TimeUnit) == 0x000034, "Member 'MovieSceneScriptingEventChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_AddKey, ReturnValue) == 0x000038, "Member 'MovieSceneScriptingEventChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingEventChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingEventChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingEventChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingEventChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingEventChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingEventChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingEventChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingEventChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingEventChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingEventChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingEventChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingEventChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingEventChannel \ +static_assert(alignof(UMovieSceneScriptingEventChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingEventChannel"); \ +static_assert(sizeof(UMovieSceneScriptingEventChannel) == 0x000070, "Wrong size on UMovieSceneScriptingEventChannel"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetArriveTangent \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetArriveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetArriveTangent"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetArriveTangent) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_SetArriveTangent"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetArriveTangent, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetArriveTangent::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetArriveTangentWeight \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetArriveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetArriveTangentWeight"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetArriveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_SetArriveTangentWeight"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetArriveTangentWeight, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetArriveTangentWeight::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetInterpolationMode \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetInterpolationMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_SetInterpolationMode"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetInterpolationMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_SetInterpolationMode"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetInterpolationMode, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetInterpolationMode::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetLeaveTangent \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetLeaveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetLeaveTangent"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetLeaveTangent) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_SetLeaveTangent"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetLeaveTangent, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetLeaveTangent::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetLeaveTangentWeight \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetLeaveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetLeaveTangentWeight"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetLeaveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_SetLeaveTangentWeight"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetLeaveTangentWeight, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetLeaveTangentWeight::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetTangentMode \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetTangentMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_SetTangentMode"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetTangentMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_SetTangentMode"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetTangentMode, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetTangentMode::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetTangentWeightMode \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetTangentWeightMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_SetTangentWeightMode"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetTangentWeightMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_SetTangentWeightMode"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetTangentWeightMode, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetTangentWeightMode::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetTime \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingFloatKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingFloatKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingFloatKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetValue \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetValue) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetArriveTangent \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetArriveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetArriveTangent"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetArriveTangent) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_GetArriveTangent"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetArriveTangent, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetArriveTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetArriveTangentWeight \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetArriveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetArriveTangentWeight"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetArriveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_GetArriveTangentWeight"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetArriveTangentWeight, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetArriveTangentWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetInterpolationMode \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetInterpolationMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_GetInterpolationMode"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetInterpolationMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_GetInterpolationMode"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetInterpolationMode, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetInterpolationMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetLeaveTangent \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetLeaveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetLeaveTangent"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetLeaveTangent) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_GetLeaveTangent"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetLeaveTangent, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetLeaveTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetLeaveTangentWeight \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetLeaveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetLeaveTangentWeight"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetLeaveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_GetLeaveTangentWeight"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetLeaveTangentWeight, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetLeaveTangentWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetTangentMode \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetTangentMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_GetTangentMode"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetTangentMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_GetTangentMode"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetTangentMode, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetTangentMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetTangentWeightMode \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetTangentWeightMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_GetTangentWeightMode"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetTangentWeightMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_GetTangentWeightMode"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetTangentWeightMode, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetTangentWeightMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetTime \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingFloatKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingFloatKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetValue \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetValue) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingFloatKey \ +static_assert(alignof(UMovieSceneScriptingFloatKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingFloatKey"); \ +static_assert(sizeof(UMovieSceneScriptingFloatKey) == 0x000068, "Wrong size on UMovieSceneScriptingFloatKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingFloatChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingFloatChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_AddKey) == 0x000018, "Wrong size on MovieSceneScriptingFloatChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, NewValue) == 0x000004, "Member 'MovieSceneScriptingFloatChannel_AddKey::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, SubFrame) == 0x000008, "Member 'MovieSceneScriptingFloatChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, TimeUnit) == 0x00000C, "Member 'MovieSceneScriptingFloatChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, InInterpolation) == 0x00000D, "Member 'MovieSceneScriptingFloatChannel_AddKey::InInterpolation' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingFloatChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingFloatChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingFloatChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingFloatChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_SetDefault \ +static_assert(alignof(MovieSceneScriptingFloatChannel_SetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatChannel_SetDefault"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_SetDefault) == 0x000004, "Wrong size on MovieSceneScriptingFloatChannel_SetDefault"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation \ +static_assert(alignof(MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation, InExtrapolation) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation::InExtrapolation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation \ +static_assert(alignof(MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation, InExtrapolation) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation::InExtrapolation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_ComputeEffectiveRange \ +static_assert(alignof(MovieSceneScriptingFloatChannel_ComputeEffectiveRange) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatChannel_ComputeEffectiveRange"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_ComputeEffectiveRange) == 0x000014, "Wrong size on MovieSceneScriptingFloatChannel_ComputeEffectiveRange"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_ComputeEffectiveRange, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_ComputeEffectiveRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_EvaluateKeys \ +static_assert(alignof(MovieSceneScriptingFloatChannel_EvaluateKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingFloatChannel_EvaluateKeys"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_EvaluateKeys) == 0x000030, "Wrong size on MovieSceneScriptingFloatChannel_EvaluateKeys"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_EvaluateKeys, Range) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_EvaluateKeys::Range' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_EvaluateKeys, FrameRate) == 0x000014, "Member 'MovieSceneScriptingFloatChannel_EvaluateKeys::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_EvaluateKeys, ReturnValue) == 0x000020, "Member 'MovieSceneScriptingFloatChannel_EvaluateKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_GetDefault \ +static_assert(alignof(MovieSceneScriptingFloatChannel_GetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatChannel_GetDefault"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_GetDefault) == 0x000004, "Wrong size on MovieSceneScriptingFloatChannel_GetDefault"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingFloatChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingFloatChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingFloatChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_GetNumKeys \ +static_assert(alignof(MovieSceneScriptingFloatChannel_GetNumKeys) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatChannel_GetNumKeys"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_GetNumKeys) == 0x000004, "Wrong size on MovieSceneScriptingFloatChannel_GetNumKeys"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_GetNumKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetNumKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation \ +static_assert(alignof(MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation \ +static_assert(alignof(MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_HasDefault \ +static_assert(alignof(MovieSceneScriptingFloatChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatChannel_HasDefault"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingFloatChannel_HasDefault"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_HasDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingFloatChannel \ +static_assert(alignof(UMovieSceneScriptingFloatChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingFloatChannel"); \ +static_assert(sizeof(UMovieSceneScriptingFloatChannel) == 0x000070, "Wrong size on UMovieSceneScriptingFloatChannel"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerKey_SetTime \ +static_assert(alignof(MovieSceneScriptingIntegerKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingIntegerKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingIntegerKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingIntegerKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingIntegerKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingIntegerKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingIntegerKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerKey_SetValue \ +static_assert(alignof(MovieSceneScriptingIntegerKey_SetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingIntegerKey_SetValue) == 0x000004, "Wrong size on MovieSceneScriptingIntegerKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingIntegerKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingIntegerKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerKey_GetTime \ +static_assert(alignof(MovieSceneScriptingIntegerKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingIntegerKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingIntegerKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingIntegerKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingIntegerKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingIntegerKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerKey_GetValue \ +static_assert(alignof(MovieSceneScriptingIntegerKey_GetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingIntegerKey_GetValue) == 0x000004, "Wrong size on MovieSceneScriptingIntegerKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingIntegerKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingIntegerKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingIntegerKey \ +static_assert(alignof(UMovieSceneScriptingIntegerKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingIntegerKey"); \ +static_assert(sizeof(UMovieSceneScriptingIntegerKey) == 0x000068, "Wrong size on UMovieSceneScriptingIntegerKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingIntegerChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_AddKey) == 0x000018, "Wrong size on MovieSceneScriptingIntegerChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_AddKey, NewValue) == 0x000004, "Member 'MovieSceneScriptingIntegerChannel_AddKey::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_AddKey, SubFrame) == 0x000008, "Member 'MovieSceneScriptingIntegerChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_AddKey, TimeUnit) == 0x00000C, "Member 'MovieSceneScriptingIntegerChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_AddKey, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingIntegerChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingIntegerChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingIntegerChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_SetDefault \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_SetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerChannel_SetDefault"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_SetDefault) == 0x000004, "Wrong size on MovieSceneScriptingIntegerChannel_SetDefault"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_GetDefault \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_GetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerChannel_GetDefault"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_GetDefault) == 0x000004, "Wrong size on MovieSceneScriptingIntegerChannel_GetDefault"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_GetDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingIntegerChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingIntegerChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_HasDefault \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingIntegerChannel_HasDefault"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingIntegerChannel_HasDefault"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_HasDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingIntegerChannel \ +static_assert(alignof(UMovieSceneScriptingIntegerChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingIntegerChannel"); \ +static_assert(sizeof(UMovieSceneScriptingIntegerChannel) == 0x000070, "Wrong size on UMovieSceneScriptingIntegerChannel"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathKey_SetTime \ +static_assert(alignof(MovieSceneScriptingObjectPathKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingObjectPathKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingObjectPathKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingObjectPathKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingObjectPathKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingObjectPathKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathKey_SetValue \ +static_assert(alignof(MovieSceneScriptingObjectPathKey_SetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathKey_SetValue) == 0x000008, "Wrong size on MovieSceneScriptingObjectPathKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathKey_GetTime \ +static_assert(alignof(MovieSceneScriptingObjectPathKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingObjectPathKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingObjectPathKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingObjectPathKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingObjectPathKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathKey_GetValue \ +static_assert(alignof(MovieSceneScriptingObjectPathKey_GetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathKey_GetValue) == 0x000008, "Wrong size on MovieSceneScriptingObjectPathKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingObjectPathKey \ +static_assert(alignof(UMovieSceneScriptingObjectPathKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingObjectPathKey"); \ +static_assert(sizeof(UMovieSceneScriptingObjectPathKey) == 0x000068, "Wrong size on UMovieSceneScriptingObjectPathKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingObjectPathChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathChannel_AddKey) == 0x000020, "Wrong size on MovieSceneScriptingObjectPathChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_AddKey, NewValue) == 0x000008, "Member 'MovieSceneScriptingObjectPathChannel_AddKey::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_AddKey, SubFrame) == 0x000010, "Member 'MovieSceneScriptingObjectPathChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_AddKey, TimeUnit) == 0x000014, "Member 'MovieSceneScriptingObjectPathChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_AddKey, ReturnValue) == 0x000018, "Member 'MovieSceneScriptingObjectPathChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingObjectPathChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingObjectPathChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_SetDefault \ +static_assert(alignof(MovieSceneScriptingObjectPathChannel_SetDefault) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_SetDefault"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathChannel_SetDefault) == 0x000008, "Wrong size on MovieSceneScriptingObjectPathChannel_SetDefault"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_GetDefault \ +static_assert(alignof(MovieSceneScriptingObjectPathChannel_GetDefault) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_GetDefault"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathChannel_GetDefault) == 0x000008, "Wrong size on MovieSceneScriptingObjectPathChannel_GetDefault"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_GetDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingObjectPathChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingObjectPathChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_HasDefault \ +static_assert(alignof(MovieSceneScriptingObjectPathChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingObjectPathChannel_HasDefault"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingObjectPathChannel_HasDefault"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_HasDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingObjectPathChannel \ +static_assert(alignof(UMovieSceneScriptingObjectPathChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingObjectPathChannel"); \ +static_assert(sizeof(UMovieSceneScriptingObjectPathChannel) == 0x000070, "Wrong size on UMovieSceneScriptingObjectPathChannel"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingStringKey_SetTime \ +static_assert(alignof(MovieSceneScriptingStringKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingStringKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingStringKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingStringKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingStringKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingStringKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingStringKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingStringKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingStringKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingStringKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingStringKey_SetValue \ +static_assert(alignof(MovieSceneScriptingStringKey_SetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingStringKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingStringKey_SetValue) == 0x000010, "Wrong size on MovieSceneScriptingStringKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingStringKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingStringKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingStringKey_GetTime \ +static_assert(alignof(MovieSceneScriptingStringKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingStringKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingStringKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingStringKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingStringKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingStringKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingStringKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingStringKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingStringKey_GetValue \ +static_assert(alignof(MovieSceneScriptingStringKey_GetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingStringKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingStringKey_GetValue) == 0x000010, "Wrong size on MovieSceneScriptingStringKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingStringKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingStringKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingStringKey \ +static_assert(alignof(UMovieSceneScriptingStringKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingStringKey"); \ +static_assert(sizeof(UMovieSceneScriptingStringKey) == 0x000068, "Wrong size on UMovieSceneScriptingStringKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingStringChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingStringChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingStringChannel_AddKey) == 0x000028, "Wrong size on MovieSceneScriptingStringChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingStringChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_AddKey, NewValue) == 0x000008, "Member 'MovieSceneScriptingStringChannel_AddKey::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_AddKey, SubFrame) == 0x000018, "Member 'MovieSceneScriptingStringChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_AddKey, TimeUnit) == 0x00001C, "Member 'MovieSceneScriptingStringChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_AddKey, ReturnValue) == 0x000020, "Member 'MovieSceneScriptingStringChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingStringChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingStringChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingStringChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingStringChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingStringChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_SetDefault \ +static_assert(alignof(MovieSceneScriptingStringChannel_SetDefault) == 0x000008, "Wrong alignment on MovieSceneScriptingStringChannel_SetDefault"); \ +static_assert(sizeof(MovieSceneScriptingStringChannel_SetDefault) == 0x000010, "Wrong size on MovieSceneScriptingStringChannel_SetDefault"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingStringChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_GetDefault \ +static_assert(alignof(MovieSceneScriptingStringChannel_GetDefault) == 0x000008, "Wrong alignment on MovieSceneScriptingStringChannel_GetDefault"); \ +static_assert(sizeof(MovieSceneScriptingStringChannel_GetDefault) == 0x000010, "Wrong size on MovieSceneScriptingStringChannel_GetDefault"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingStringChannel_GetDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingStringChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingStringChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingStringChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingStringChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingStringChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_HasDefault \ +static_assert(alignof(MovieSceneScriptingStringChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingStringChannel_HasDefault"); \ +static_assert(sizeof(MovieSceneScriptingStringChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingStringChannel_HasDefault"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingStringChannel_HasDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingStringChannel \ +static_assert(alignof(UMovieSceneScriptingStringChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingStringChannel"); \ +static_assert(sizeof(UMovieSceneScriptingStringChannel) == 0x000070, "Wrong size on UMovieSceneScriptingStringChannel"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_FindChannelsByType \ +static_assert(alignof(MovieSceneSectionExtensions_FindChannelsByType) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_FindChannelsByType"); \ +static_assert(sizeof(MovieSceneSectionExtensions_FindChannelsByType) == 0x000020, "Wrong size on MovieSceneSectionExtensions_FindChannelsByType"); \ +static_assert(offsetof(MovieSceneSectionExtensions_FindChannelsByType, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_FindChannelsByType::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_FindChannelsByType, ChannelType) == 0x000008, "Member 'MovieSceneSectionExtensions_FindChannelsByType::ChannelType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_FindChannelsByType, ReturnValue) == 0x000010, "Member 'MovieSceneSectionExtensions_FindChannelsByType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetChannels \ +static_assert(alignof(MovieSceneSectionExtensions_GetChannels) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetChannels"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetChannels) == 0x000018, "Wrong size on MovieSceneSectionExtensions_GetChannels"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetChannels, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetChannels::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetChannels, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetChannels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetEndFrame \ +static_assert(alignof(MovieSceneSectionExtensions_GetEndFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetEndFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetEndFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetEndFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetEndFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetEndFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetEndFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetEndFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetEndFrameSeconds \ +static_assert(alignof(MovieSceneSectionExtensions_GetEndFrameSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetEndFrameSeconds"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetEndFrameSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetEndFrameSeconds"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetEndFrameSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetEndFrameSeconds::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetEndFrameSeconds, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetEndFrameSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetParentSequenceFrame \ +static_assert(alignof(MovieSceneSectionExtensions_GetParentSequenceFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetParentSequenceFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetParentSequenceFrame) == 0x000020, "Wrong size on MovieSceneSectionExtensions_GetParentSequenceFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetParentSequenceFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetParentSequenceFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetParentSequenceFrame, InFrame) == 0x000008, "Member 'MovieSceneSectionExtensions_GetParentSequenceFrame::InFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetParentSequenceFrame, ParentSequence) == 0x000010, "Member 'MovieSceneSectionExtensions_GetParentSequenceFrame::ParentSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetParentSequenceFrame, ReturnValue) == 0x000018, "Member 'MovieSceneSectionExtensions_GetParentSequenceFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetStartFrame \ +static_assert(alignof(MovieSceneSectionExtensions_GetStartFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetStartFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetStartFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetStartFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetStartFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetStartFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetStartFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetStartFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetStartFrameSeconds \ +static_assert(alignof(MovieSceneSectionExtensions_GetStartFrameSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetStartFrameSeconds"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetStartFrameSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetStartFrameSeconds"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetStartFrameSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetStartFrameSeconds::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetStartFrameSeconds, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetStartFrameSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_HasEndFrame \ +static_assert(alignof(MovieSceneSectionExtensions_HasEndFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_HasEndFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_HasEndFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_HasEndFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_HasEndFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_HasEndFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_HasEndFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_HasEndFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_HasStartFrame \ +static_assert(alignof(MovieSceneSectionExtensions_HasStartFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_HasStartFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_HasStartFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_HasStartFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_HasStartFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_HasStartFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_HasStartFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_HasStartFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetEndFrame \ +static_assert(alignof(MovieSceneSectionExtensions_SetEndFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetEndFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_SetEndFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetEndFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetEndFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrame, EndFrame) == 0x000008, "Member 'MovieSceneSectionExtensions_SetEndFrame::EndFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetEndFrameBounded \ +static_assert(alignof(MovieSceneSectionExtensions_SetEndFrameBounded) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetEndFrameBounded"); \ +static_assert(sizeof(MovieSceneSectionExtensions_SetEndFrameBounded) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetEndFrameBounded"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrameBounded, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetEndFrameBounded::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrameBounded, bIsBounded) == 0x000008, "Member 'MovieSceneSectionExtensions_SetEndFrameBounded::bIsBounded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetEndFrameSeconds \ +static_assert(alignof(MovieSceneSectionExtensions_SetEndFrameSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetEndFrameSeconds"); \ +static_assert(sizeof(MovieSceneSectionExtensions_SetEndFrameSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetEndFrameSeconds"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrameSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetEndFrameSeconds::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrameSeconds, EndTime) == 0x000008, "Member 'MovieSceneSectionExtensions_SetEndFrameSeconds::EndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetRange \ +static_assert(alignof(MovieSceneSectionExtensions_SetRange) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetRange"); \ +static_assert(sizeof(MovieSceneSectionExtensions_SetRange) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetRange"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetRange, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetRange::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetRange, StartFrame) == 0x000008, "Member 'MovieSceneSectionExtensions_SetRange::StartFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetRange, EndFrame) == 0x00000C, "Member 'MovieSceneSectionExtensions_SetRange::EndFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetRangeSeconds \ +static_assert(alignof(MovieSceneSectionExtensions_SetRangeSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetRangeSeconds"); \ +static_assert(sizeof(MovieSceneSectionExtensions_SetRangeSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetRangeSeconds"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetRangeSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetRangeSeconds::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetRangeSeconds, StartTime) == 0x000008, "Member 'MovieSceneSectionExtensions_SetRangeSeconds::StartTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetRangeSeconds, EndTime) == 0x00000C, "Member 'MovieSceneSectionExtensions_SetRangeSeconds::EndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetStartFrame \ +static_assert(alignof(MovieSceneSectionExtensions_SetStartFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetStartFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_SetStartFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetStartFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetStartFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrame, StartFrame) == 0x000008, "Member 'MovieSceneSectionExtensions_SetStartFrame::StartFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetStartFrameBounded \ +static_assert(alignof(MovieSceneSectionExtensions_SetStartFrameBounded) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetStartFrameBounded"); \ +static_assert(sizeof(MovieSceneSectionExtensions_SetStartFrameBounded) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetStartFrameBounded"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrameBounded, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetStartFrameBounded::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrameBounded, bIsBounded) == 0x000008, "Member 'MovieSceneSectionExtensions_SetStartFrameBounded::bIsBounded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetStartFrameSeconds \ +static_assert(alignof(MovieSceneSectionExtensions_SetStartFrameSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetStartFrameSeconds"); \ +static_assert(sizeof(MovieSceneSectionExtensions_SetStartFrameSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetStartFrameSeconds"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrameSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetStartFrameSeconds::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrameSeconds, StartTime) == 0x000008, "Member 'MovieSceneSectionExtensions_SetStartFrameSeconds::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSectionExtensions \ +static_assert(alignof(UMovieSceneSectionExtensions) == 0x000008, "Wrong alignment on UMovieSceneSectionExtensions"); \ +static_assert(sizeof(UMovieSceneSectionExtensions) == 0x000030, "Wrong size on UMovieSceneSectionExtensions"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddMarkedFrame \ +static_assert(alignof(MovieSceneSequenceExtensions_AddMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddMarkedFrame"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AddMarkedFrame) == 0x000030, "Wrong size on MovieSceneSequenceExtensions_AddMarkedFrame"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddMarkedFrame, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddMarkedFrame::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddMarkedFrame, InMarkedFrame) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddMarkedFrame::InMarkedFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddMarkedFrame, ReturnValue) == 0x000028, "Member 'MovieSceneSequenceExtensions_AddMarkedFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddMasterTrack \ +static_assert(alignof(MovieSceneSequenceExtensions_AddMasterTrack) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddMasterTrack"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AddMasterTrack) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_AddMasterTrack"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddMasterTrack, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddMasterTrack::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddMasterTrack, TrackType) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddMasterTrack::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddMasterTrack, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_AddMasterTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddPossessable \ +static_assert(alignof(MovieSceneSequenceExtensions_AddPossessable) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddPossessable"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AddPossessable) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_AddPossessable"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddPossessable, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddPossessable::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddPossessable, ObjectToPossess) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddPossessable::ObjectToPossess' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddPossessable, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_AddPossessable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddRootFolderToSequence \ +static_assert(alignof(MovieSceneSequenceExtensions_AddRootFolderToSequence) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddRootFolderToSequence"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AddRootFolderToSequence) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_AddRootFolderToSequence"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddRootFolderToSequence, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddRootFolderToSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddRootFolderToSequence, NewFolderName) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddRootFolderToSequence::NewFolderName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddRootFolderToSequence, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_AddRootFolderToSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddSpawnableFromClass \ +static_assert(alignof(MovieSceneSequenceExtensions_AddSpawnableFromClass) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddSpawnableFromClass"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AddSpawnableFromClass) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_AddSpawnableFromClass"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromClass, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromClass::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromClass, ClassToSpawn) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromClass::ClassToSpawn' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromClass, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddSpawnableFromInstance \ +static_assert(alignof(MovieSceneSequenceExtensions_AddSpawnableFromInstance) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddSpawnableFromInstance"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AddSpawnableFromInstance) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_AddSpawnableFromInstance"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromInstance, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromInstance::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromInstance, ObjectToSpawn) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromInstance::ObjectToSpawn' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromInstance, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_DeleteMarkedFrame \ +static_assert(alignof(MovieSceneSequenceExtensions_DeleteMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_DeleteMarkedFrame"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_DeleteMarkedFrame) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_DeleteMarkedFrame"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_DeleteMarkedFrame, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_DeleteMarkedFrame::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_DeleteMarkedFrame, DeleteIndex) == 0x000008, "Member 'MovieSceneSequenceExtensions_DeleteMarkedFrame::DeleteIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_DeleteMarkedFrames \ +static_assert(alignof(MovieSceneSequenceExtensions_DeleteMarkedFrames) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_DeleteMarkedFrames"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_DeleteMarkedFrames) == 0x000008, "Wrong size on MovieSceneSequenceExtensions_DeleteMarkedFrames"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_DeleteMarkedFrames, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_DeleteMarkedFrames::Sequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindBindingById \ +static_assert(alignof(MovieSceneSequenceExtensions_FindBindingById) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindBindingById"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindBindingById) == 0x000030, "Wrong size on MovieSceneSequenceExtensions_FindBindingById"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingById, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindBindingById::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingById, BindingId) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindBindingById::BindingId' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingById, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_FindBindingById::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindBindingByName \ +static_assert(alignof(MovieSceneSequenceExtensions_FindBindingByName) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindBindingByName"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindBindingByName) == 0x000030, "Wrong size on MovieSceneSequenceExtensions_FindBindingByName"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingByName, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindBindingByName::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingByName, Name_0) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindBindingByName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingByName, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_FindBindingByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber \ +static_assert(alignof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber, InFrameNumber) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber::InFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber, ReturnValue) == 0x00000C, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindMarkedFrameByLabel \ +static_assert(alignof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindMarkedFrameByLabel"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_FindMarkedFrameByLabel"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByLabel::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel, InLabel) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByLabel::InLabel' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindMasterTracksByExactType \ +static_assert(alignof(MovieSceneSequenceExtensions_FindMasterTracksByExactType) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindMasterTracksByExactType"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindMasterTracksByExactType) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_FindMasterTracksByExactType"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByExactType, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByExactType::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByExactType, TrackType) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByExactType::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByExactType, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByExactType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindMasterTracksByType \ +static_assert(alignof(MovieSceneSequenceExtensions_FindMasterTracksByType) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindMasterTracksByType"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindMasterTracksByType) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_FindMasterTracksByType"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByType, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByType::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByType, TrackType) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByType::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByType, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindNextMarkedFrame \ +static_assert(alignof(MovieSceneSequenceExtensions_FindNextMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindNextMarkedFrame"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindNextMarkedFrame) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_FindNextMarkedFrame"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrame, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrame::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrame, InFrameNumber) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrame::InFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrame, bForward) == 0x00000C, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrame::bForward' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrame, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetBindingID \ +static_assert(alignof(MovieSceneSequenceExtensions_GetBindingID) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetBindingID"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetBindingID) == 0x000030, "Wrong size on MovieSceneSequenceExtensions_GetBindingID"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetBindingID, InBinding) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetBindingID::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetBindingID, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_GetBindingID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetBindings \ +static_assert(alignof(MovieSceneSequenceExtensions_GetBindings) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetBindings"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetBindings) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetBindings"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetBindings, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetBindings::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetBindings, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetBindings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetClockSource \ +static_assert(alignof(MovieSceneSequenceExtensions_GetClockSource) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetClockSource"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetClockSource) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetClockSource"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetClockSource, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetClockSource::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetClockSource, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetClockSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetDisplayRate \ +static_assert(alignof(MovieSceneSequenceExtensions_GetDisplayRate) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetDisplayRate"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetDisplayRate) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetDisplayRate"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetDisplayRate, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetDisplayRate::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetDisplayRate, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetDisplayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetEvaluationType \ +static_assert(alignof(MovieSceneSequenceExtensions_GetEvaluationType) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetEvaluationType"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetEvaluationType) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetEvaluationType"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetEvaluationType, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetEvaluationType::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetEvaluationType, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetEvaluationType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetMarkedFrames \ +static_assert(alignof(MovieSceneSequenceExtensions_GetMarkedFrames) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetMarkedFrames"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetMarkedFrames) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetMarkedFrames"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMarkedFrames, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetMarkedFrames::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMarkedFrames, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetMarkedFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetMasterTracks \ +static_assert(alignof(MovieSceneSequenceExtensions_GetMasterTracks) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetMasterTracks"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetMasterTracks) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetMasterTracks"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMasterTracks, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetMasterTracks::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMasterTracks, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetMasterTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetMovieScene \ +static_assert(alignof(MovieSceneSequenceExtensions_GetMovieScene) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetMovieScene"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetMovieScene) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetMovieScene"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMovieScene, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetMovieScene::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMovieScene, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetMovieScene::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackEnd \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackEnd"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackEnd"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackEnd, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackEnd::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackEnd, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackEndSeconds \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackEndSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackEndSeconds"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackEndSeconds) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackEndSeconds"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackEndSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackEndSeconds::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackEndSeconds, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackEndSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackRange \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackRange) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackRange"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackRange) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackRange"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackRange, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackRange::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackRange, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackStart \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackStart"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackStart"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackStart, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackStart::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackStart, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackStartSeconds \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackStartSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackStartSeconds"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackStartSeconds) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackStartSeconds"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackStartSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackStartSeconds::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackStartSeconds, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackStartSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPortableBindingID \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPortableBindingID) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPortableBindingID"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPortableBindingID) == 0x000040, "Wrong size on MovieSceneSequenceExtensions_GetPortableBindingID"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPortableBindingID, MasterSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPortableBindingID::MasterSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPortableBindingID, DestinationSequence) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPortableBindingID::DestinationSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPortableBindingID, InBinding) == 0x000010, "Member 'MovieSceneSequenceExtensions_GetPortableBindingID::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPortableBindingID, ReturnValue) == 0x000028, "Member 'MovieSceneSequenceExtensions_GetPortableBindingID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPossessables \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPossessables) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPossessables"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPossessables) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetPossessables"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPossessables, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPossessables::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPossessables, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPossessables::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetRootFoldersInSequence \ +static_assert(alignof(MovieSceneSequenceExtensions_GetRootFoldersInSequence) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetRootFoldersInSequence"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetRootFoldersInSequence) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetRootFoldersInSequence"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetRootFoldersInSequence, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetRootFoldersInSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetRootFoldersInSequence, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetRootFoldersInSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetSpawnables \ +static_assert(alignof(MovieSceneSequenceExtensions_GetSpawnables) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetSpawnables"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetSpawnables) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetSpawnables"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetSpawnables, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetSpawnables::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetSpawnables, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetSpawnables::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetTickResolution \ +static_assert(alignof(MovieSceneSequenceExtensions_GetTickResolution) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetTickResolution"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetTickResolution) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetTickResolution"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetTickResolution, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetTickResolution::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetTickResolution, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetTickResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetTimecodeSource \ +static_assert(alignof(MovieSceneSequenceExtensions_GetTimecodeSource) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetTimecodeSource"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetTimecodeSource) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_GetTimecodeSource"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetTimecodeSource, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetTimecodeSource::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetTimecodeSource, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetTimecodeSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetViewRangeEnd \ +static_assert(alignof(MovieSceneSequenceExtensions_GetViewRangeEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetViewRangeEnd"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetViewRangeEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetViewRangeEnd"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetViewRangeEnd, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetViewRangeEnd::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetViewRangeEnd, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetViewRangeEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetViewRangeStart \ +static_assert(alignof(MovieSceneSequenceExtensions_GetViewRangeStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetViewRangeStart"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetViewRangeStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetViewRangeStart"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetViewRangeStart, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetViewRangeStart::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetViewRangeStart, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetViewRangeStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetWorkRangeEnd \ +static_assert(alignof(MovieSceneSequenceExtensions_GetWorkRangeEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetWorkRangeEnd"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetWorkRangeEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetWorkRangeEnd"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetWorkRangeEnd, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetWorkRangeEnd::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetWorkRangeEnd, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetWorkRangeEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetWorkRangeStart \ +static_assert(alignof(MovieSceneSequenceExtensions_GetWorkRangeStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetWorkRangeStart"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetWorkRangeStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetWorkRangeStart"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetWorkRangeStart, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetWorkRangeStart::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetWorkRangeStart, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetWorkRangeStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_IsReadOnly \ +static_assert(alignof(MovieSceneSequenceExtensions_IsReadOnly) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_IsReadOnly"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_IsReadOnly) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_IsReadOnly"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_IsReadOnly, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_IsReadOnly::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_IsReadOnly, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_IsReadOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_LocateBoundObjects \ +static_assert(alignof(MovieSceneSequenceExtensions_LocateBoundObjects) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_LocateBoundObjects"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_LocateBoundObjects) == 0x000038, "Wrong size on MovieSceneSequenceExtensions_LocateBoundObjects"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_LocateBoundObjects, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_LocateBoundObjects::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_LocateBoundObjects, InBinding) == 0x000008, "Member 'MovieSceneSequenceExtensions_LocateBoundObjects::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_LocateBoundObjects, Context) == 0x000020, "Member 'MovieSceneSequenceExtensions_LocateBoundObjects::Context' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_LocateBoundObjects, ReturnValue) == 0x000028, "Member 'MovieSceneSequenceExtensions_LocateBoundObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_MakeBindingID \ +static_assert(alignof(MovieSceneSequenceExtensions_MakeBindingID) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_MakeBindingID"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_MakeBindingID) == 0x000040, "Wrong size on MovieSceneSequenceExtensions_MakeBindingID"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeBindingID, MasterSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_MakeBindingID::MasterSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeBindingID, InBinding) == 0x000008, "Member 'MovieSceneSequenceExtensions_MakeBindingID::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeBindingID, Space) == 0x000020, "Member 'MovieSceneSequenceExtensions_MakeBindingID::Space' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeBindingID, ReturnValue) == 0x000024, "Member 'MovieSceneSequenceExtensions_MakeBindingID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_MakeRange \ +static_assert(alignof(MovieSceneSequenceExtensions_MakeRange) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_MakeRange"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_MakeRange) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_MakeRange"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRange, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_MakeRange::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRange, StartFrame) == 0x000008, "Member 'MovieSceneSequenceExtensions_MakeRange::StartFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRange, Duration) == 0x00000C, "Member 'MovieSceneSequenceExtensions_MakeRange::Duration' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRange, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_MakeRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_MakeRangeSeconds \ +static_assert(alignof(MovieSceneSequenceExtensions_MakeRangeSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_MakeRangeSeconds"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_MakeRangeSeconds) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_MakeRangeSeconds"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRangeSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_MakeRangeSeconds::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRangeSeconds, StartTime) == 0x000008, "Member 'MovieSceneSequenceExtensions_MakeRangeSeconds::StartTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRangeSeconds, Duration) == 0x00000C, "Member 'MovieSceneSequenceExtensions_MakeRangeSeconds::Duration' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRangeSeconds, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_MakeRangeSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_RemoveMasterTrack \ +static_assert(alignof(MovieSceneSequenceExtensions_RemoveMasterTrack) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_RemoveMasterTrack"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_RemoveMasterTrack) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_RemoveMasterTrack"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_RemoveMasterTrack, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_RemoveMasterTrack::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_RemoveMasterTrack, MasterTrack) == 0x000008, "Member 'MovieSceneSequenceExtensions_RemoveMasterTrack::MasterTrack' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_RemoveMasterTrack, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_RemoveMasterTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_ResolveBindingID \ +static_assert(alignof(MovieSceneSequenceExtensions_ResolveBindingID) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_ResolveBindingID"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_ResolveBindingID) == 0x000038, "Wrong size on MovieSceneSequenceExtensions_ResolveBindingID"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_ResolveBindingID, MasterSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_ResolveBindingID::MasterSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_ResolveBindingID, InObjectBindingID) == 0x000008, "Member 'MovieSceneSequenceExtensions_ResolveBindingID::InObjectBindingID' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_ResolveBindingID, ReturnValue) == 0x000020, "Member 'MovieSceneSequenceExtensions_ResolveBindingID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetClockSource \ +static_assert(alignof(MovieSceneSequenceExtensions_SetClockSource) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetClockSource"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetClockSource) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetClockSource"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetClockSource, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetClockSource::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetClockSource, InClockSource) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetClockSource::InClockSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetDisplayRate \ +static_assert(alignof(MovieSceneSequenceExtensions_SetDisplayRate) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetDisplayRate"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetDisplayRate) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetDisplayRate"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetDisplayRate, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetDisplayRate::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetDisplayRate, DisplayRate) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetDisplayRate::DisplayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetEvaluationType \ +static_assert(alignof(MovieSceneSequenceExtensions_SetEvaluationType) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetEvaluationType"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetEvaluationType) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetEvaluationType"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetEvaluationType, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetEvaluationType::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetEvaluationType, InEvaluationType) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetEvaluationType::InEvaluationType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetMarkedFrame \ +static_assert(alignof(MovieSceneSequenceExtensions_SetMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetMarkedFrame"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetMarkedFrame) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetMarkedFrame"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFrame, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetMarkedFrame::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFrame, InMarkIndex) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetMarkedFrame::InMarkIndex' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFrame, InFrameNumber) == 0x00000C, "Member 'MovieSceneSequenceExtensions_SetMarkedFrame::InFrameNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetPlaybackEnd \ +static_assert(alignof(MovieSceneSequenceExtensions_SetPlaybackEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetPlaybackEnd"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetPlaybackEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetPlaybackEnd"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackEnd, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetPlaybackEnd::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackEnd, EndFrame) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetPlaybackEnd::EndFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetPlaybackEndSeconds \ +static_assert(alignof(MovieSceneSequenceExtensions_SetPlaybackEndSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetPlaybackEndSeconds"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetPlaybackEndSeconds) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetPlaybackEndSeconds"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackEndSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetPlaybackEndSeconds::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackEndSeconds, EndTime) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetPlaybackEndSeconds::EndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetPlaybackStart \ +static_assert(alignof(MovieSceneSequenceExtensions_SetPlaybackStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetPlaybackStart"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetPlaybackStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetPlaybackStart"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackStart, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetPlaybackStart::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackStart, StartFrame) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetPlaybackStart::StartFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetPlaybackStartSeconds \ +static_assert(alignof(MovieSceneSequenceExtensions_SetPlaybackStartSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetPlaybackStartSeconds"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetPlaybackStartSeconds) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetPlaybackStartSeconds"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackStartSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetPlaybackStartSeconds::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackStartSeconds, StartTime) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetPlaybackStartSeconds::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetReadOnly \ +static_assert(alignof(MovieSceneSequenceExtensions_SetReadOnly) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetReadOnly"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetReadOnly) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetReadOnly"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetReadOnly, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetReadOnly::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetReadOnly, bInReadOnly) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetReadOnly::bInReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetTickResolution \ +static_assert(alignof(MovieSceneSequenceExtensions_SetTickResolution) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetTickResolution"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetTickResolution) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetTickResolution"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetTickResolution, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetTickResolution::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetTickResolution, TickResolution) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetTickResolution::TickResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetTickResolutionDirectly \ +static_assert(alignof(MovieSceneSequenceExtensions_SetTickResolutionDirectly) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetTickResolutionDirectly"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetTickResolutionDirectly) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetTickResolutionDirectly"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetTickResolutionDirectly, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetTickResolutionDirectly::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetTickResolutionDirectly, TickResolution) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetTickResolutionDirectly::TickResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetViewRangeEnd \ +static_assert(alignof(MovieSceneSequenceExtensions_SetViewRangeEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetViewRangeEnd"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetViewRangeEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetViewRangeEnd"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetViewRangeEnd, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetViewRangeEnd::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetViewRangeEnd, EndTimeInSeconds) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetViewRangeEnd::EndTimeInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetViewRangeStart \ +static_assert(alignof(MovieSceneSequenceExtensions_SetViewRangeStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetViewRangeStart"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetViewRangeStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetViewRangeStart"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetViewRangeStart, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetViewRangeStart::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetViewRangeStart, StartTimeInSeconds) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetViewRangeStart::StartTimeInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetWorkRangeEnd \ +static_assert(alignof(MovieSceneSequenceExtensions_SetWorkRangeEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetWorkRangeEnd"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetWorkRangeEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetWorkRangeEnd"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetWorkRangeEnd, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetWorkRangeEnd::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetWorkRangeEnd, EndTimeInSeconds) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetWorkRangeEnd::EndTimeInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetWorkRangeStart \ +static_assert(alignof(MovieSceneSequenceExtensions_SetWorkRangeStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetWorkRangeStart"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetWorkRangeStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetWorkRangeStart"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetWorkRangeStart, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetWorkRangeStart::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetWorkRangeStart, StartTimeInSeconds) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetWorkRangeStart::StartTimeInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SortMarkedFrames \ +static_assert(alignof(MovieSceneSequenceExtensions_SortMarkedFrames) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SortMarkedFrames"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SortMarkedFrames) == 0x000008, "Wrong size on MovieSceneSequenceExtensions_SortMarkedFrames"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SortMarkedFrames, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SortMarkedFrames::Sequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSequenceExtensions \ +static_assert(alignof(UMovieSceneSequenceExtensions) == 0x000008, "Wrong alignment on UMovieSceneSequenceExtensions"); \ +static_assert(sizeof(UMovieSceneSequenceExtensions) == 0x000030, "Wrong size on UMovieSceneSequenceExtensions"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_AddSection \ +static_assert(alignof(MovieSceneTrackExtensions_AddSection) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_AddSection"); \ +static_assert(sizeof(MovieSceneTrackExtensions_AddSection) == 0x000010, "Wrong size on MovieSceneTrackExtensions_AddSection"); \ +static_assert(offsetof(MovieSceneTrackExtensions_AddSection, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_AddSection::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_AddSection, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_AddSection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetColorTint \ +static_assert(alignof(MovieSceneTrackExtensions_GetColorTint) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetColorTint"); \ +static_assert(sizeof(MovieSceneTrackExtensions_GetColorTint) == 0x000010, "Wrong size on MovieSceneTrackExtensions_GetColorTint"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetColorTint, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetColorTint::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetColorTint, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetColorTint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetDisplayName \ +static_assert(alignof(MovieSceneTrackExtensions_GetDisplayName) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetDisplayName"); \ +static_assert(sizeof(MovieSceneTrackExtensions_GetDisplayName) == 0x000020, "Wrong size on MovieSceneTrackExtensions_GetDisplayName"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetDisplayName, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetDisplayName::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetDisplayName, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetSections \ +static_assert(alignof(MovieSceneTrackExtensions_GetSections) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetSections"); \ +static_assert(sizeof(MovieSceneTrackExtensions_GetSections) == 0x000018, "Wrong size on MovieSceneTrackExtensions_GetSections"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetSections, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetSections::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetSections, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetSections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetSectionToKey \ +static_assert(alignof(MovieSceneTrackExtensions_GetSectionToKey) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetSectionToKey"); \ +static_assert(sizeof(MovieSceneTrackExtensions_GetSectionToKey) == 0x000010, "Wrong size on MovieSceneTrackExtensions_GetSectionToKey"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetSectionToKey, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetSectionToKey::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetSectionToKey, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetSectionToKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetSortingOrder \ +static_assert(alignof(MovieSceneTrackExtensions_GetSortingOrder) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetSortingOrder"); \ +static_assert(sizeof(MovieSceneTrackExtensions_GetSortingOrder) == 0x000010, "Wrong size on MovieSceneTrackExtensions_GetSortingOrder"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetSortingOrder, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetSortingOrder::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetSortingOrder, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetSortingOrder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_RemoveSection \ +static_assert(alignof(MovieSceneTrackExtensions_RemoveSection) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_RemoveSection"); \ +static_assert(sizeof(MovieSceneTrackExtensions_RemoveSection) == 0x000010, "Wrong size on MovieSceneTrackExtensions_RemoveSection"); \ +static_assert(offsetof(MovieSceneTrackExtensions_RemoveSection, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_RemoveSection::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_RemoveSection, Section) == 0x000008, "Member 'MovieSceneTrackExtensions_RemoveSection::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_SetColorTint \ +static_assert(alignof(MovieSceneTrackExtensions_SetColorTint) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_SetColorTint"); \ +static_assert(sizeof(MovieSceneTrackExtensions_SetColorTint) == 0x000010, "Wrong size on MovieSceneTrackExtensions_SetColorTint"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetColorTint, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_SetColorTint::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetColorTint, ColorTint) == 0x000008, "Member 'MovieSceneTrackExtensions_SetColorTint::ColorTint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_SetDisplayName \ +static_assert(alignof(MovieSceneTrackExtensions_SetDisplayName) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_SetDisplayName"); \ +static_assert(sizeof(MovieSceneTrackExtensions_SetDisplayName) == 0x000020, "Wrong size on MovieSceneTrackExtensions_SetDisplayName"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetDisplayName, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_SetDisplayName::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetDisplayName, InName) == 0x000008, "Member 'MovieSceneTrackExtensions_SetDisplayName::InName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_SetSectionToKey \ +static_assert(alignof(MovieSceneTrackExtensions_SetSectionToKey) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_SetSectionToKey"); \ +static_assert(sizeof(MovieSceneTrackExtensions_SetSectionToKey) == 0x000010, "Wrong size on MovieSceneTrackExtensions_SetSectionToKey"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetSectionToKey, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_SetSectionToKey::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetSectionToKey, Section) == 0x000008, "Member 'MovieSceneTrackExtensions_SetSectionToKey::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_SetSortingOrder \ +static_assert(alignof(MovieSceneTrackExtensions_SetSortingOrder) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_SetSortingOrder"); \ +static_assert(sizeof(MovieSceneTrackExtensions_SetSortingOrder) == 0x000010, "Wrong size on MovieSceneTrackExtensions_SetSortingOrder"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetSortingOrder, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_SetSortingOrder::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetSortingOrder, SortingOrder) == 0x000008, "Member 'MovieSceneTrackExtensions_SetSortingOrder::SortingOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTrackExtensions \ +static_assert(alignof(UMovieSceneTrackExtensions) == 0x000008, "Wrong alignment on UMovieSceneTrackExtensions"); \ +static_assert(sizeof(UMovieSceneTrackExtensions) == 0x000030, "Wrong size on UMovieSceneTrackExtensions"); \ + +#define DUMPER7_ASSERTS_MovieSceneVectorTrackExtensions_GetNumChannelsUsed \ +static_assert(alignof(MovieSceneVectorTrackExtensions_GetNumChannelsUsed) == 0x000008, "Wrong alignment on MovieSceneVectorTrackExtensions_GetNumChannelsUsed"); \ +static_assert(sizeof(MovieSceneVectorTrackExtensions_GetNumChannelsUsed) == 0x000010, "Wrong size on MovieSceneVectorTrackExtensions_GetNumChannelsUsed"); \ +static_assert(offsetof(MovieSceneVectorTrackExtensions_GetNumChannelsUsed, Track) == 0x000000, "Member 'MovieSceneVectorTrackExtensions_GetNumChannelsUsed::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneVectorTrackExtensions_GetNumChannelsUsed, ReturnValue) == 0x000008, "Member 'MovieSceneVectorTrackExtensions_GetNumChannelsUsed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneVectorTrackExtensions_SetNumChannelsUsed \ +static_assert(alignof(MovieSceneVectorTrackExtensions_SetNumChannelsUsed) == 0x000008, "Wrong alignment on MovieSceneVectorTrackExtensions_SetNumChannelsUsed"); \ +static_assert(sizeof(MovieSceneVectorTrackExtensions_SetNumChannelsUsed) == 0x000010, "Wrong size on MovieSceneVectorTrackExtensions_SetNumChannelsUsed"); \ +static_assert(offsetof(MovieSceneVectorTrackExtensions_SetNumChannelsUsed, Track) == 0x000000, "Member 'MovieSceneVectorTrackExtensions_SetNumChannelsUsed::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneVectorTrackExtensions_SetNumChannelsUsed, InNumChannelsUsed) == 0x000008, "Member 'MovieSceneVectorTrackExtensions_SetNumChannelsUsed::InNumChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneVectorTrackExtensions \ +static_assert(alignof(UMovieSceneVectorTrackExtensions) == 0x000008, "Wrong alignment on UMovieSceneVectorTrackExtensions"); \ +static_assert(sizeof(UMovieSceneVectorTrackExtensions) == 0x000030, "Wrong size on UMovieSceneVectorTrackExtensions"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_GetEndFrame \ +static_assert(alignof(SequencerScriptingRangeExtensions_GetEndFrame) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_GetEndFrame"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_GetEndFrame) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_GetEndFrame"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_GetEndFrame, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_GetEndFrame::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_GetEndFrame, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_GetEndFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_GetEndSeconds \ +static_assert(alignof(SequencerScriptingRangeExtensions_GetEndSeconds) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_GetEndSeconds"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_GetEndSeconds) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_GetEndSeconds"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_GetEndSeconds, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_GetEndSeconds::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_GetEndSeconds, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_GetEndSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_GetStartFrame \ +static_assert(alignof(SequencerScriptingRangeExtensions_GetStartFrame) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_GetStartFrame"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_GetStartFrame) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_GetStartFrame"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_GetStartFrame, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_GetStartFrame::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_GetStartFrame, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_GetStartFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_GetStartSeconds \ +static_assert(alignof(SequencerScriptingRangeExtensions_GetStartSeconds) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_GetStartSeconds"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_GetStartSeconds) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_GetStartSeconds"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_GetStartSeconds, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_GetStartSeconds::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_GetStartSeconds, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_GetStartSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_HasEnd \ +static_assert(alignof(SequencerScriptingRangeExtensions_HasEnd) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_HasEnd"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_HasEnd) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_HasEnd"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_HasEnd, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_HasEnd::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_HasEnd, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_HasEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_HasStart \ +static_assert(alignof(SequencerScriptingRangeExtensions_HasStart) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_HasStart"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_HasStart) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_HasStart"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_HasStart, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_HasStart::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_HasStart, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_HasStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_RemoveEnd \ +static_assert(alignof(SequencerScriptingRangeExtensions_RemoveEnd) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_RemoveEnd"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_RemoveEnd) == 0x000014, "Wrong size on SequencerScriptingRangeExtensions_RemoveEnd"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_RemoveEnd, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_RemoveEnd::Range' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_RemoveStart \ +static_assert(alignof(SequencerScriptingRangeExtensions_RemoveStart) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_RemoveStart"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_RemoveStart) == 0x000014, "Wrong size on SequencerScriptingRangeExtensions_RemoveStart"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_RemoveStart, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_RemoveStart::Range' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_SetEndFrame \ +static_assert(alignof(SequencerScriptingRangeExtensions_SetEndFrame) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_SetEndFrame"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_SetEndFrame) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_SetEndFrame"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_SetEndFrame, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_SetEndFrame::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_SetEndFrame, End) == 0x000014, "Member 'SequencerScriptingRangeExtensions_SetEndFrame::End' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_SetEndSeconds \ +static_assert(alignof(SequencerScriptingRangeExtensions_SetEndSeconds) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_SetEndSeconds"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_SetEndSeconds) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_SetEndSeconds"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_SetEndSeconds, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_SetEndSeconds::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_SetEndSeconds, End) == 0x000014, "Member 'SequencerScriptingRangeExtensions_SetEndSeconds::End' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_SetStartFrame \ +static_assert(alignof(SequencerScriptingRangeExtensions_SetStartFrame) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_SetStartFrame"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_SetStartFrame) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_SetStartFrame"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_SetStartFrame, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_SetStartFrame::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_SetStartFrame, Start) == 0x000014, "Member 'SequencerScriptingRangeExtensions_SetStartFrame::Start' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_SetStartSeconds \ +static_assert(alignof(SequencerScriptingRangeExtensions_SetStartSeconds) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_SetStartSeconds"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_SetStartSeconds) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_SetStartSeconds"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_SetStartSeconds, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_SetStartSeconds::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_SetStartSeconds, Start) == 0x000014, "Member 'SequencerScriptingRangeExtensions_SetStartSeconds::Start' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USequencerScriptingRangeExtensions \ +static_assert(alignof(USequencerScriptingRangeExtensions) == 0x000008, "Wrong alignment on USequencerScriptingRangeExtensions"); \ +static_assert(sizeof(USequencerScriptingRangeExtensions) == 0x000030, "Wrong size on USequencerScriptingRangeExtensions"); \ + +#define DUMPER7_ASSERTS_FRigEventContext \ +static_assert(alignof(FRigEventContext) == 0x000008, "Wrong alignment on FRigEventContext"); \ +static_assert(sizeof(FRigEventContext) == 0x000030, "Wrong size on FRigEventContext"); \ + +#define DUMPER7_ASSERTS_FRigUnit \ +static_assert(alignof(FRigUnit) == 0x000008, "Wrong alignment on FRigUnit"); \ +static_assert(sizeof(FRigUnit) == 0x000008, "Wrong size on FRigUnit"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AnimBase \ +static_assert(alignof(FRigUnit_AnimBase) == 0x000008, "Wrong alignment on FRigUnit_AnimBase"); \ +static_assert(sizeof(FRigUnit_AnimBase) == 0x000008, "Wrong size on FRigUnit_AnimBase"); \ + +#define DUMPER7_ASSERTS_FControlRigAnimInstanceProxy \ +static_assert(alignof(FControlRigAnimInstanceProxy) == 0x000010, "Wrong alignment on FControlRigAnimInstanceProxy"); \ +static_assert(sizeof(FControlRigAnimInstanceProxy) == 0x000810, "Wrong size on FControlRigAnimInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FRigElementKey \ +static_assert(alignof(FRigElementKey) == 0x000004, "Wrong alignment on FRigElementKey"); \ +static_assert(sizeof(FRigElementKey) == 0x000010, "Wrong size on FRigElementKey"); \ +static_assert(offsetof(FRigElementKey, Type) == 0x000000, "Member 'FRigElementKey::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigElementKey, Name) == 0x000004, "Member 'FRigElementKey::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCachedRigElement \ +static_assert(alignof(FCachedRigElement) == 0x000004, "Wrong alignment on FCachedRigElement"); \ +static_assert(sizeof(FCachedRigElement) == 0x000018, "Wrong size on FCachedRigElement"); \ +static_assert(offsetof(FCachedRigElement, Key) == 0x000000, "Member 'FCachedRigElement::Key' has a wrong offset!"); \ +static_assert(offsetof(FCachedRigElement, Index) == 0x000010, "Member 'FCachedRigElement::Index' has a wrong offset!"); \ +static_assert(offsetof(FCachedRigElement, ContainerVersion) == 0x000014, "Member 'FCachedRigElement::ContainerVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AimItem_Target \ +static_assert(alignof(FRigUnit_AimItem_Target) == 0x000004, "Wrong alignment on FRigUnit_AimItem_Target"); \ +static_assert(sizeof(FRigUnit_AimItem_Target) == 0x000030, "Wrong size on FRigUnit_AimItem_Target"); \ +static_assert(offsetof(FRigUnit_AimItem_Target, Weight) == 0x000000, "Member 'FRigUnit_AimItem_Target::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem_Target, Axis) == 0x000004, "Member 'FRigUnit_AimItem_Target::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem_Target, Target) == 0x000010, "Member 'FRigUnit_AimItem_Target::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem_Target, Kind) == 0x00001C, "Member 'FRigUnit_AimItem_Target::Kind' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem_Target, Space) == 0x000020, "Member 'FRigUnit_AimItem_Target::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AimBone_DebugSettings \ +static_assert(alignof(FRigUnit_AimBone_DebugSettings) == 0x000010, "Wrong alignment on FRigUnit_AimBone_DebugSettings"); \ +static_assert(sizeof(FRigUnit_AimBone_DebugSettings) == 0x000040, "Wrong size on FRigUnit_AimBone_DebugSettings"); \ +static_assert(offsetof(FRigUnit_AimBone_DebugSettings, bEnabled) == 0x000000, "Member 'FRigUnit_AimBone_DebugSettings::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone_DebugSettings, Scale) == 0x000004, "Member 'FRigUnit_AimBone_DebugSettings::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone_DebugSettings, WorldOffset) == 0x000010, "Member 'FRigUnit_AimBone_DebugSettings::WorldOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HighlevelBase \ +static_assert(alignof(FRigUnit_HighlevelBase) == 0x000008, "Wrong alignment on FRigUnit_HighlevelBase"); \ +static_assert(sizeof(FRigUnit_HighlevelBase) == 0x000008, "Wrong size on FRigUnit_HighlevelBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AimBoneMath \ +static_assert(alignof(FRigUnit_AimBoneMath) == 0x000010, "Wrong alignment on FRigUnit_AimBoneMath"); \ +static_assert(sizeof(FRigUnit_AimBoneMath) == 0x000150, "Wrong size on FRigUnit_AimBoneMath"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, InputTransform) == 0x000010, "Member 'FRigUnit_AimBoneMath::InputTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, Primary) == 0x000040, "Member 'FRigUnit_AimBoneMath::Primary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, Secondary) == 0x000070, "Member 'FRigUnit_AimBoneMath::Secondary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, Weight) == 0x0000A0, "Member 'FRigUnit_AimBoneMath::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, Result) == 0x0000B0, "Member 'FRigUnit_AimBoneMath::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, DebugSettings) == 0x0000E0, "Member 'FRigUnit_AimBoneMath::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, PrimaryCachedSpace) == 0x000120, "Member 'FRigUnit_AimBoneMath::PrimaryCachedSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, SecondaryCachedSpace) == 0x000138, "Member 'FRigUnit_AimBoneMath::SecondaryCachedSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigIOSettings \ +static_assert(alignof(FControlRigIOSettings) == 0x000001, "Wrong alignment on FControlRigIOSettings"); \ +static_assert(sizeof(FControlRigIOSettings) == 0x000002, "Wrong size on FControlRigIOSettings"); \ +static_assert(offsetof(FControlRigIOSettings, bUpdatePose) == 0x000000, "Member 'FControlRigIOSettings::bUpdatePose' has a wrong offset!"); \ +static_assert(offsetof(FControlRigIOSettings, bUpdateCurves) == 0x000001, "Member 'FControlRigIOSettings::bUpdateCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigElement \ +static_assert(alignof(FRigElement) == 0x000008, "Wrong alignment on FRigElement"); \ +static_assert(sizeof(FRigElement) == 0x000018, "Wrong size on FRigElement"); \ +static_assert(offsetof(FRigElement, Name) == 0x000008, "Member 'FRigElement::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigElement, Index) == 0x000014, "Member 'FRigElement::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionBase \ +static_assert(alignof(FRigUnit_CollectionBase) == 0x000008, "Wrong alignment on FRigUnit_CollectionBase"); \ +static_assert(sizeof(FRigUnit_CollectionBase) == 0x000008, "Wrong size on FRigUnit_CollectionBase"); \ + +#define DUMPER7_ASSERTS_FRigElementKeyCollection \ +static_assert(alignof(FRigElementKeyCollection) == 0x000008, "Wrong alignment on FRigElementKeyCollection"); \ +static_assert(sizeof(FRigElementKeyCollection) == 0x000010, "Wrong size on FRigElementKeyCollection"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionChildren \ +static_assert(alignof(FRigUnit_CollectionChildren) == 0x000008, "Wrong alignment on FRigUnit_CollectionChildren"); \ +static_assert(sizeof(FRigUnit_CollectionChildren) == 0x000048, "Wrong size on FRigUnit_CollectionChildren"); \ +static_assert(offsetof(FRigUnit_CollectionChildren, Parent) == 0x000008, "Member 'FRigUnit_CollectionChildren::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildren, bIncludeParent) == 0x000018, "Member 'FRigUnit_CollectionChildren::bIncludeParent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildren, bRecursive) == 0x000019, "Member 'FRigUnit_CollectionChildren::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildren, TypeToSearch) == 0x00001A, "Member 'FRigUnit_CollectionChildren::TypeToSearch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildren, Collection) == 0x000020, "Member 'FRigUnit_CollectionChildren::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildren, CachedCollection) == 0x000030, "Member 'FRigUnit_CollectionChildren::CachedCollection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildren, CachedHierarchyHash) == 0x000040, "Member 'FRigUnit_CollectionChildren::CachedHierarchyHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintNodeData \ +static_assert(alignof(FConstraintNodeData) == 0x000010, "Wrong alignment on FConstraintNodeData"); \ +static_assert(sizeof(FConstraintNodeData) == 0x0000B0, "Wrong size on FConstraintNodeData"); \ +static_assert(offsetof(FConstraintNodeData, RelativeParent) == 0x000000, "Member 'FConstraintNodeData::RelativeParent' has a wrong offset!"); \ +static_assert(offsetof(FConstraintNodeData, ConstraintOffset) == 0x000030, "Member 'FConstraintNodeData::ConstraintOffset' has a wrong offset!"); \ +static_assert(offsetof(FConstraintNodeData, LinkedNode) == 0x000090, "Member 'FConstraintNodeData::LinkedNode' has a wrong offset!"); \ +static_assert(offsetof(FConstraintNodeData, Constraints) == 0x0000A0, "Member 'FConstraintNodeData::Constraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationHierarchy \ +static_assert(alignof(FAnimationHierarchy) == 0x000008, "Wrong alignment on FAnimationHierarchy"); \ +static_assert(sizeof(FAnimationHierarchy) == 0x000088, "Wrong size on FAnimationHierarchy"); \ +static_assert(offsetof(FAnimationHierarchy, UserData) == 0x000078, "Member 'FAnimationHierarchy::UserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigExecuteContext \ +static_assert(alignof(FControlRigExecuteContext) == 0x000008, "Wrong alignment on FControlRigExecuteContext"); \ +static_assert(sizeof(FControlRigExecuteContext) == 0x000068, "Wrong size on FControlRigExecuteContext"); \ + +#define DUMPER7_ASSERTS_FRigUnitMutable \ +static_assert(alignof(FRigUnitMutable) == 0x000008, "Wrong alignment on FRigUnitMutable"); \ +static_assert(sizeof(FRigUnitMutable) == 0x000070, "Wrong size on FRigUnitMutable"); \ +static_assert(offsetof(FRigUnitMutable, ExecuteContext) == 0x000008, "Member 'FRigUnitMutable::ExecuteContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AddBoneTransform \ +static_assert(alignof(FRigUnit_AddBoneTransform) == 0x000010, "Wrong alignment on FRigUnit_AddBoneTransform"); \ +static_assert(sizeof(FRigUnit_AddBoneTransform) == 0x0000D0, "Wrong size on FRigUnit_AddBoneTransform"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, Bone) == 0x000070, "Member 'FRigUnit_AddBoneTransform::Bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, Transform) == 0x000080, "Member 'FRigUnit_AddBoneTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, Weight) == 0x0000B0, "Member 'FRigUnit_AddBoneTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, bPostMultiply) == 0x0000B4, "Member 'FRigUnit_AddBoneTransform::bPostMultiply' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, bPropagateToChildren) == 0x0000B5, "Member 'FRigUnit_AddBoneTransform::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, CachedBone) == 0x0000B8, "Member 'FRigUnit_AddBoneTransform::CachedBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigComponentMappedCurve \ +static_assert(alignof(FControlRigComponentMappedCurve) == 0x000004, "Wrong alignment on FControlRigComponentMappedCurve"); \ +static_assert(sizeof(FControlRigComponentMappedCurve) == 0x000018, "Wrong size on FControlRigComponentMappedCurve"); \ +static_assert(offsetof(FControlRigComponentMappedCurve, Source) == 0x000000, "Member 'FControlRigComponentMappedCurve::Source' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedCurve, Target) == 0x00000C, "Member 'FControlRigComponentMappedCurve::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ControlRigBase \ +static_assert(alignof(FAnimNode_ControlRigBase) == 0x000008, "Wrong alignment on FAnimNode_ControlRigBase"); \ +static_assert(sizeof(FAnimNode_ControlRigBase) == 0x000180, "Wrong size on FAnimNode_ControlRigBase"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, Source) == 0x000068, "Member 'FAnimNode_ControlRigBase::Source' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, ControlRigBoneMapping) == 0x000078, "Member 'FAnimNode_ControlRigBase::ControlRigBoneMapping' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, ControlRigCurveMapping) == 0x0000C8, "Member 'FAnimNode_ControlRigBase::ControlRigCurveMapping' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, InputToCurveMappingUIDs) == 0x000118, "Member 'FAnimNode_ControlRigBase::InputToCurveMappingUIDs' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, NodeMappingContainer) == 0x000168, "Member 'FAnimNode_ControlRigBase::NodeMappingContainer' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, InputSettings) == 0x000170, "Member 'FAnimNode_ControlRigBase::InputSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, OutputSettings) == 0x000172, "Member 'FAnimNode_ControlRigBase::OutputSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, bExecute) == 0x000174, "Member 'FAnimNode_ControlRigBase::bExecute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ControlRig \ +static_assert(alignof(FAnimNode_ControlRig) == 0x000008, "Wrong alignment on FAnimNode_ControlRig"); \ +static_assert(sizeof(FAnimNode_ControlRig) == 0x000380, "Wrong size on FAnimNode_ControlRig"); \ +static_assert(offsetof(FAnimNode_ControlRig, ControlRigClass) == 0x000180, "Member 'FAnimNode_ControlRig::ControlRigClass' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, ControlRig) == 0x000188, "Member 'FAnimNode_ControlRig::ControlRig' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, Alpha) == 0x000190, "Member 'FAnimNode_ControlRig::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, AlphaInputType) == 0x000194, "Member 'FAnimNode_ControlRig::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, AlphaScaleBias) == 0x000198, "Member 'FAnimNode_ControlRig::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, AlphaBoolBlend) == 0x0001A0, "Member 'FAnimNode_ControlRig::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, AlphaCurveName) == 0x0001E8, "Member 'FAnimNode_ControlRig::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, AlphaScaleBiasClamp) == 0x0001F4, "Member 'FAnimNode_ControlRig::AlphaScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, InputMapping) == 0x000228, "Member 'FAnimNode_ControlRig::InputMapping' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, OutputMapping) == 0x000278, "Member 'FAnimNode_ControlRig::OutputMapping' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, LODThreshold) == 0x000378, "Member 'FAnimNode_ControlRig::LODThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigBone \ +static_assert(alignof(FRigBone) == 0x000010, "Wrong alignment on FRigBone"); \ +static_assert(sizeof(FRigBone) == 0x0000E0, "Wrong size on FRigBone"); \ +static_assert(offsetof(FRigBone, ParentName) == 0x000018, "Member 'FRigBone::ParentName' has a wrong offset!"); \ +static_assert(offsetof(FRigBone, ParentIndex) == 0x000024, "Member 'FRigBone::ParentIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigBone, InitialTransform) == 0x000030, "Member 'FRigBone::InitialTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigBone, GlobalTransform) == 0x000060, "Member 'FRigBone::GlobalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigBone, LocalTransform) == 0x000090, "Member 'FRigBone::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigBone, Dependents) == 0x0000C0, "Member 'FRigBone::Dependents' has a wrong offset!"); \ +static_assert(offsetof(FRigBone, Type) == 0x0000D0, "Member 'FRigBone::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathBase \ +static_assert(alignof(FRigUnit_MathBase) == 0x000008, "Wrong alignment on FRigUnit_MathBase"); \ +static_assert(sizeof(FRigUnit_MathBase) == 0x000008, "Wrong size on FRigUnit_MathBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorBase \ +static_assert(alignof(FRigUnit_MathVectorBase) == 0x000008, "Wrong alignment on FRigUnit_MathVectorBase"); \ +static_assert(sizeof(FRigUnit_MathVectorBase) == 0x000008, "Wrong size on FRigUnit_MathVectorBase"); \ + +#define DUMPER7_ASSERTS_FRigHierarchyCopyPasteContent \ +static_assert(alignof(FRigHierarchyCopyPasteContent) == 0x000008, "Wrong alignment on FRigHierarchyCopyPasteContent"); \ +static_assert(sizeof(FRigHierarchyCopyPasteContent) == 0x000040, "Wrong size on FRigHierarchyCopyPasteContent"); \ +static_assert(offsetof(FRigHierarchyCopyPasteContent, Types) == 0x000000, "Member 'FRigHierarchyCopyPasteContent::Types' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyCopyPasteContent, Contents) == 0x000010, "Member 'FRigHierarchyCopyPasteContent::Contents' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyCopyPasteContent, LocalTransforms) == 0x000020, "Member 'FRigHierarchyCopyPasteContent::LocalTransforms' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyCopyPasteContent, GlobalTransforms) == 0x000030, "Member 'FRigHierarchyCopyPasteContent::GlobalTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatBase \ +static_assert(alignof(FRigUnit_MathFloatBase) == 0x000008, "Wrong alignment on FRigUnit_MathFloatBase"); \ +static_assert(sizeof(FRigUnit_MathFloatBase) == 0x000008, "Wrong size on FRigUnit_MathFloatBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatUnaryOp \ +static_assert(alignof(FRigUnit_MathFloatUnaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathFloatUnaryOp"); \ +static_assert(sizeof(FRigUnit_MathFloatUnaryOp) == 0x000010, "Wrong size on FRigUnit_MathFloatUnaryOp"); \ +static_assert(offsetof(FRigUnit_MathFloatUnaryOp, Value) == 0x000008, "Member 'FRigUnit_MathFloatUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatUnaryOp, Result) == 0x00000C, "Member 'FRigUnit_MathFloatUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatAcos \ +static_assert(alignof(FRigUnit_MathFloatAcos) == 0x000008, "Wrong alignment on FRigUnit_MathFloatAcos"); \ +static_assert(sizeof(FRigUnit_MathFloatAcos) == 0x000010, "Wrong size on FRigUnit_MathFloatAcos"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ControlRig_ExternalSource \ +static_assert(alignof(FAnimNode_ControlRig_ExternalSource) == 0x000008, "Wrong alignment on FAnimNode_ControlRig_ExternalSource"); \ +static_assert(sizeof(FAnimNode_ControlRig_ExternalSource) == 0x000188, "Wrong size on FAnimNode_ControlRig_ExternalSource"); \ +static_assert(offsetof(FAnimNode_ControlRig_ExternalSource, ControlRig) == 0x000180, "Member 'FAnimNode_ControlRig_ExternalSource::ControlRig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigCurve \ +static_assert(alignof(FRigCurve) == 0x000008, "Wrong alignment on FRigCurve"); \ +static_assert(sizeof(FRigCurve) == 0x000020, "Wrong size on FRigCurve"); \ +static_assert(offsetof(FRigCurve, Value) == 0x000018, "Member 'FRigCurve::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntBase \ +static_assert(alignof(FRigUnit_MathIntBase) == 0x000008, "Wrong alignment on FRigUnit_MathIntBase"); \ +static_assert(sizeof(FRigUnit_MathIntBase) == 0x000008, "Wrong size on FRigUnit_MathIntBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntBinaryOp \ +static_assert(alignof(FRigUnit_MathIntBinaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathIntBinaryOp"); \ +static_assert(sizeof(FRigUnit_MathIntBinaryOp) == 0x000018, "Wrong size on FRigUnit_MathIntBinaryOp"); \ +static_assert(offsetof(FRigUnit_MathIntBinaryOp, A) == 0x000008, "Member 'FRigUnit_MathIntBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntBinaryOp, B) == 0x00000C, "Member 'FRigUnit_MathIntBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntBinaryOp, Result) == 0x000010, "Member 'FRigUnit_MathIntBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntMin \ +static_assert(alignof(FRigUnit_MathIntMin) == 0x000008, "Wrong alignment on FRigUnit_MathIntMin"); \ +static_assert(sizeof(FRigUnit_MathIntMin) == 0x000018, "Wrong size on FRigUnit_MathIntMin"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugBaseMutable \ +static_assert(alignof(FRigUnit_DebugBaseMutable) == 0x000008, "Wrong alignment on FRigUnit_DebugBaseMutable"); \ +static_assert(sizeof(FRigUnit_DebugBaseMutable) == 0x000070, "Wrong size on FRigUnit_DebugBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugLine \ +static_assert(alignof(FRigUnit_DebugLine) == 0x000010, "Wrong alignment on FRigUnit_DebugLine"); \ +static_assert(sizeof(FRigUnit_DebugLine) == 0x0000F0, "Wrong size on FRigUnit_DebugLine"); \ +static_assert(offsetof(FRigUnit_DebugLine, A) == 0x000070, "Member 'FRigUnit_DebugLine::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLine, B) == 0x00007C, "Member 'FRigUnit_DebugLine::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLine, Color) == 0x000088, "Member 'FRigUnit_DebugLine::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLine, Thickness) == 0x000098, "Member 'FRigUnit_DebugLine::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLine, Space) == 0x00009C, "Member 'FRigUnit_DebugLine::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLine, WorldOffset) == 0x0000B0, "Member 'FRigUnit_DebugLine::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLine, bEnabled) == 0x0000E0, "Member 'FRigUnit_DebugLine::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControlModifiedContext \ +static_assert(alignof(FRigControlModifiedContext) == 0x000004, "Wrong alignment on FRigControlModifiedContext"); \ +static_assert(sizeof(FRigControlModifiedContext) == 0x000014, "Wrong size on FRigControlModifiedContext"); \ + +#define DUMPER7_ASSERTS_FControlRigComponentMappedBone \ +static_assert(alignof(FControlRigComponentMappedBone) == 0x000004, "Wrong alignment on FControlRigComponentMappedBone"); \ +static_assert(sizeof(FControlRigComponentMappedBone) == 0x000018, "Wrong size on FControlRigComponentMappedBone"); \ +static_assert(offsetof(FControlRigComponentMappedBone, Source) == 0x000000, "Member 'FControlRigComponentMappedBone::Source' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedBone, Target) == 0x00000C, "Member 'FControlRigComponentMappedBone::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigPoseElement \ +static_assert(alignof(FRigPoseElement) == 0x000010, "Wrong alignment on FRigPoseElement"); \ +static_assert(sizeof(FRigPoseElement) == 0x000090, "Wrong size on FRigPoseElement"); \ +static_assert(offsetof(FRigPoseElement, Index) == 0x000000, "Member 'FRigPoseElement::Index' has a wrong offset!"); \ +static_assert(offsetof(FRigPoseElement, GlobalTransform) == 0x000020, "Member 'FRigPoseElement::GlobalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigPoseElement, LocalTransform) == 0x000050, "Member 'FRigPoseElement::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigPoseElement, CurveValue) == 0x000080, "Member 'FRigPoseElement::CurveValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigPose \ +static_assert(alignof(FRigPose) == 0x000008, "Wrong alignment on FRigPose"); \ +static_assert(sizeof(FRigPose) == 0x000010, "Wrong size on FRigPose"); \ +static_assert(offsetof(FRigPose, Elements) == 0x000000, "Member 'FRigPose::Elements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigComponentMappedComponent \ +static_assert(alignof(FControlRigComponentMappedComponent) == 0x000008, "Wrong alignment on FControlRigComponentMappedComponent"); \ +static_assert(sizeof(FControlRigComponentMappedComponent) == 0x000018, "Wrong size on FControlRigComponentMappedComponent"); \ +static_assert(offsetof(FControlRigComponentMappedComponent, Component) == 0x000000, "Member 'FControlRigComponentMappedComponent::Component' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedComponent, ElementName) == 0x000008, "Member 'FControlRigComponentMappedComponent::ElementName' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedComponent, ElementType) == 0x000014, "Member 'FControlRigComponentMappedComponent::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedComponent, Direction) == 0x000015, "Member 'FControlRigComponentMappedComponent::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionIntersection \ +static_assert(alignof(FRigUnit_CollectionIntersection) == 0x000008, "Wrong alignment on FRigUnit_CollectionIntersection"); \ +static_assert(sizeof(FRigUnit_CollectionIntersection) == 0x000038, "Wrong size on FRigUnit_CollectionIntersection"); \ +static_assert(offsetof(FRigUnit_CollectionIntersection, A) == 0x000008, "Member 'FRigUnit_CollectionIntersection::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionIntersection, B) == 0x000018, "Member 'FRigUnit_CollectionIntersection::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionIntersection, Collection) == 0x000028, "Member 'FRigUnit_CollectionIntersection::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigComponentMappedElement \ +static_assert(alignof(FControlRigComponentMappedElement) == 0x000010, "Wrong alignment on FControlRigComponentMappedElement"); \ +static_assert(sizeof(FControlRigComponentMappedElement) == 0x0000B0, "Wrong size on FControlRigComponentMappedElement"); \ +static_assert(offsetof(FControlRigComponentMappedElement, ComponentReference) == 0x000000, "Member 'FControlRigComponentMappedElement::ComponentReference' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, TransformIndex) == 0x000030, "Member 'FControlRigComponentMappedElement::TransformIndex' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, TransformName) == 0x000034, "Member 'FControlRigComponentMappedElement::TransformName' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, ElementType) == 0x000040, "Member 'FControlRigComponentMappedElement::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, ElementName) == 0x000044, "Member 'FControlRigComponentMappedElement::ElementName' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, Direction) == 0x000050, "Member 'FControlRigComponentMappedElement::Direction' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, Offset) == 0x000060, "Member 'FControlRigComponentMappedElement::Offset' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, Weight) == 0x000090, "Member 'FControlRigComponentMappedElement::Weight' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, Space) == 0x000094, "Member 'FControlRigComponentMappedElement::Space' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, SceneComponent) == 0x000098, "Member 'FControlRigComponentMappedElement::SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, ElementIndex) == 0x0000A0, "Member 'FControlRigComponentMappedElement::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, SubIndex) == 0x0000A4, "Member 'FControlRigComponentMappedElement::SubIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SimBase \ +static_assert(alignof(FRigUnit_SimBase) == 0x000008, "Wrong alignment on FRigUnit_SimBase"); \ +static_assert(sizeof(FRigUnit_SimBase) == 0x000008, "Wrong size on FRigUnit_SimBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AccumulateVectorMul \ +static_assert(alignof(FRigUnit_AccumulateVectorMul) == 0x000008, "Wrong alignment on FRigUnit_AccumulateVectorMul"); \ +static_assert(sizeof(FRigUnit_AccumulateVectorMul) == 0x000040, "Wrong size on FRigUnit_AccumulateVectorMul"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorMul, Multiplier) == 0x000008, "Member 'FRigUnit_AccumulateVectorMul::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorMul, InitialValue) == 0x000014, "Member 'FRigUnit_AccumulateVectorMul::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorMul, bIntegrateDeltaTime) == 0x000020, "Member 'FRigUnit_AccumulateVectorMul::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorMul, Result) == 0x000024, "Member 'FRigUnit_AccumulateVectorMul::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorMul, AccumulatedValue) == 0x000030, "Member 'FRigUnit_AccumulateVectorMul::AccumulatedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigInfluenceEntry \ +static_assert(alignof(FRigInfluenceEntry) == 0x000008, "Wrong alignment on FRigInfluenceEntry"); \ +static_assert(sizeof(FRigInfluenceEntry) == 0x000020, "Wrong size on FRigInfluenceEntry"); \ +static_assert(offsetof(FRigInfluenceEntry, Source) == 0x000000, "Member 'FRigInfluenceEntry::Source' has a wrong offset!"); \ +static_assert(offsetof(FRigInfluenceEntry, AffectedList) == 0x000010, "Member 'FRigInfluenceEntry::AffectedList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatIsNearlyEqual \ +static_assert(alignof(FRigUnit_MathFloatIsNearlyEqual) == 0x000008, "Wrong alignment on FRigUnit_MathFloatIsNearlyEqual"); \ +static_assert(sizeof(FRigUnit_MathFloatIsNearlyEqual) == 0x000018, "Wrong size on FRigUnit_MathFloatIsNearlyEqual"); \ +static_assert(offsetof(FRigUnit_MathFloatIsNearlyEqual, A) == 0x000008, "Member 'FRigUnit_MathFloatIsNearlyEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatIsNearlyEqual, B) == 0x00000C, "Member 'FRigUnit_MathFloatIsNearlyEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatIsNearlyEqual, Tolerance) == 0x000010, "Member 'FRigUnit_MathFloatIsNearlyEqual::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatIsNearlyEqual, Result) == 0x000014, "Member 'FRigUnit_MathFloatIsNearlyEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigInfluenceEntryModifier \ +static_assert(alignof(FRigInfluenceEntryModifier) == 0x000008, "Wrong alignment on FRigInfluenceEntryModifier"); \ +static_assert(sizeof(FRigInfluenceEntryModifier) == 0x000010, "Wrong size on FRigInfluenceEntryModifier"); \ +static_assert(offsetof(FRigInfluenceEntryModifier, AffectedList) == 0x000000, "Member 'FRigInfluenceEntryModifier::AffectedList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigDrawInstruction \ +static_assert(alignof(FControlRigDrawInstruction) == 0x000010, "Wrong alignment on FControlRigDrawInstruction"); \ +static_assert(sizeof(FControlRigDrawInstruction) == 0x0000A0, "Wrong size on FControlRigDrawInstruction"); \ +static_assert(offsetof(FControlRigDrawInstruction, Name) == 0x000000, "Member 'FControlRigDrawInstruction::Name' has a wrong offset!"); \ +static_assert(offsetof(FControlRigDrawInstruction, PrimitiveType) == 0x00000C, "Member 'FControlRigDrawInstruction::PrimitiveType' has a wrong offset!"); \ +static_assert(offsetof(FControlRigDrawInstruction, Positions) == 0x000010, "Member 'FControlRigDrawInstruction::Positions' has a wrong offset!"); \ +static_assert(offsetof(FControlRigDrawInstruction, Color) == 0x000020, "Member 'FControlRigDrawInstruction::Color' has a wrong offset!"); \ +static_assert(offsetof(FControlRigDrawInstruction, Thickness) == 0x000030, "Member 'FControlRigDrawInstruction::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FControlRigDrawInstruction, Transform) == 0x000040, "Member 'FControlRigDrawInstruction::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigDrawContainer \ +static_assert(alignof(FControlRigDrawContainer) == 0x000008, "Wrong alignment on FControlRigDrawContainer"); \ +static_assert(sizeof(FControlRigDrawContainer) == 0x000018, "Wrong size on FControlRigDrawContainer"); \ +static_assert(offsetof(FControlRigDrawContainer, Instructions) == 0x000008, "Member 'FControlRigDrawContainer::Instructions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugRectangle \ +static_assert(alignof(FRigUnit_DebugRectangle) == 0x000010, "Wrong alignment on FRigUnit_DebugRectangle"); \ +static_assert(sizeof(FRigUnit_DebugRectangle) == 0x000110, "Wrong size on FRigUnit_DebugRectangle"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, Transform) == 0x000070, "Member 'FRigUnit_DebugRectangle::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, Color) == 0x0000A0, "Member 'FRigUnit_DebugRectangle::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, Scale) == 0x0000B0, "Member 'FRigUnit_DebugRectangle::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, Thickness) == 0x0000B4, "Member 'FRigUnit_DebugRectangle::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, Space) == 0x0000B8, "Member 'FRigUnit_DebugRectangle::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, WorldOffset) == 0x0000D0, "Member 'FRigUnit_DebugRectangle::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, bEnabled) == 0x000100, "Member 'FRigUnit_DebugRectangle::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigDrawInterface \ +static_assert(alignof(FControlRigDrawInterface) == 0x000008, "Wrong alignment on FControlRigDrawInterface"); \ +static_assert(sizeof(FControlRigDrawInterface) == 0x000018, "Wrong size on FControlRigDrawInterface"); \ + +#define DUMPER7_ASSERTS_FGizmoActorCreationParam \ +static_assert(alignof(FGizmoActorCreationParam) == 0x000010, "Wrong alignment on FGizmoActorCreationParam"); \ +static_assert(sizeof(FGizmoActorCreationParam) == 0x000130, "Wrong size on FGizmoActorCreationParam"); \ + +#define DUMPER7_ASSERTS_FControlRigGizmoDefinition \ +static_assert(alignof(FControlRigGizmoDefinition) == 0x000010, "Wrong alignment on FControlRigGizmoDefinition"); \ +static_assert(sizeof(FControlRigGizmoDefinition) == 0x000070, "Wrong size on FControlRigGizmoDefinition"); \ +static_assert(offsetof(FControlRigGizmoDefinition, GizmoName) == 0x000000, "Member 'FControlRigGizmoDefinition::GizmoName' has a wrong offset!"); \ +static_assert(offsetof(FControlRigGizmoDefinition, StaticMesh) == 0x000010, "Member 'FControlRigGizmoDefinition::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FControlRigGizmoDefinition, Transform) == 0x000040, "Member 'FControlRigGizmoDefinition::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigLayerInstanceProxy \ +static_assert(alignof(FControlRigLayerInstanceProxy) == 0x000010, "Wrong alignment on FControlRigLayerInstanceProxy"); \ +static_assert(sizeof(FControlRigLayerInstanceProxy) == 0x000820, "Wrong size on FControlRigLayerInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CCDIK_WorkData \ +static_assert(alignof(FRigUnit_CCDIK_WorkData) == 0x000008, "Wrong alignment on FRigUnit_CCDIK_WorkData"); \ +static_assert(sizeof(FRigUnit_CCDIK_WorkData) == 0x000058, "Wrong size on FRigUnit_CCDIK_WorkData"); \ +static_assert(offsetof(FRigUnit_CCDIK_WorkData, Chain) == 0x000000, "Member 'FRigUnit_CCDIK_WorkData::Chain' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK_WorkData, CachedItems) == 0x000010, "Member 'FRigUnit_CCDIK_WorkData::CachedItems' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK_WorkData, RotationLimitIndex) == 0x000020, "Member 'FRigUnit_CCDIK_WorkData::RotationLimitIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK_WorkData, RotationLimitsPerItem) == 0x000030, "Member 'FRigUnit_CCDIK_WorkData::RotationLimitsPerItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK_WorkData, CachedEffector) == 0x000040, "Member 'FRigUnit_CCDIK_WorkData::CachedEffector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ControlRigInputPose \ +static_assert(alignof(FAnimNode_ControlRigInputPose) == 0x000008, "Wrong alignment on FAnimNode_ControlRigInputPose"); \ +static_assert(sizeof(FAnimNode_ControlRigInputPose) == 0x000040, "Wrong size on FAnimNode_ControlRigInputPose"); \ +static_assert(offsetof(FAnimNode_ControlRigInputPose, InputPose) == 0x000020, "Member 'FAnimNode_ControlRigInputPose::InputPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatRemap \ +static_assert(alignof(FRigUnit_MathFloatRemap) == 0x000008, "Wrong alignment on FRigUnit_MathFloatRemap"); \ +static_assert(sizeof(FRigUnit_MathFloatRemap) == 0x000028, "Wrong size on FRigUnit_MathFloatRemap"); \ +static_assert(offsetof(FRigUnit_MathFloatRemap, Value) == 0x000008, "Member 'FRigUnit_MathFloatRemap::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatRemap, SourceMinimum) == 0x00000C, "Member 'FRigUnit_MathFloatRemap::SourceMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatRemap, SourceMaximum) == 0x000010, "Member 'FRigUnit_MathFloatRemap::SourceMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatRemap, TargetMinimum) == 0x000014, "Member 'FRigUnit_MathFloatRemap::TargetMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatRemap, TargetMaximum) == 0x000018, "Member 'FRigUnit_MathFloatRemap::TargetMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatRemap, bClamp) == 0x00001C, "Member 'FRigUnit_MathFloatRemap::bClamp' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatRemap, Result) == 0x000020, "Member 'FRigUnit_MathFloatRemap::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCRFourPointBezier \ +static_assert(alignof(FCRFourPointBezier) == 0x000004, "Wrong alignment on FCRFourPointBezier"); \ +static_assert(sizeof(FCRFourPointBezier) == 0x000030, "Wrong size on FCRFourPointBezier"); \ +static_assert(offsetof(FCRFourPointBezier, A) == 0x000000, "Member 'FCRFourPointBezier::A' has a wrong offset!"); \ +static_assert(offsetof(FCRFourPointBezier, B) == 0x00000C, "Member 'FCRFourPointBezier::B' has a wrong offset!"); \ +static_assert(offsetof(FCRFourPointBezier, C) == 0x000018, "Member 'FCRFourPointBezier::C' has a wrong offset!"); \ +static_assert(offsetof(FCRFourPointBezier, D) == 0x000024, "Member 'FCRFourPointBezier::D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigSequenceObjectReference \ +static_assert(alignof(FControlRigSequenceObjectReference) == 0x000008, "Wrong alignment on FControlRigSequenceObjectReference"); \ +static_assert(sizeof(FControlRigSequenceObjectReference) == 0x000008, "Wrong size on FControlRigSequenceObjectReference"); \ +static_assert(offsetof(FControlRigSequenceObjectReference, ControlRigClass) == 0x000000, "Member 'FControlRigSequenceObjectReference::ControlRigClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigSequenceObjectReferences \ +static_assert(alignof(FControlRigSequenceObjectReferences) == 0x000008, "Wrong alignment on FControlRigSequenceObjectReferences"); \ +static_assert(sizeof(FControlRigSequenceObjectReferences) == 0x000010, "Wrong size on FControlRigSequenceObjectReferences"); \ +static_assert(offsetof(FControlRigSequenceObjectReferences, Array) == 0x000000, "Member 'FControlRigSequenceObjectReferences::Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigSequenceObjectReferenceMap \ +static_assert(alignof(FControlRigSequenceObjectReferenceMap) == 0x000008, "Wrong alignment on FControlRigSequenceObjectReferenceMap"); \ +static_assert(sizeof(FControlRigSequenceObjectReferenceMap) == 0x000020, "Wrong size on FControlRigSequenceObjectReferenceMap"); \ +static_assert(offsetof(FControlRigSequenceObjectReferenceMap, BindingIds) == 0x000000, "Member 'FControlRigSequenceObjectReferenceMap::BindingIds' has a wrong offset!"); \ +static_assert(offsetof(FControlRigSequenceObjectReferenceMap, References) == 0x000010, "Member 'FControlRigSequenceObjectReferenceMap::References' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Harmonics_TargetItem \ +static_assert(alignof(FRigUnit_Harmonics_TargetItem) == 0x000004, "Wrong alignment on FRigUnit_Harmonics_TargetItem"); \ +static_assert(sizeof(FRigUnit_Harmonics_TargetItem) == 0x000014, "Wrong size on FRigUnit_Harmonics_TargetItem"); \ +static_assert(offsetof(FRigUnit_Harmonics_TargetItem, Item) == 0x000000, "Member 'FRigUnit_Harmonics_TargetItem::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Harmonics_TargetItem, Ratio) == 0x000010, "Member 'FRigUnit_Harmonics_TargetItem::Ratio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HighlevelBaseMutable \ +static_assert(alignof(FRigUnit_HighlevelBaseMutable) == 0x000008, "Wrong alignment on FRigUnit_HighlevelBaseMutable"); \ +static_assert(sizeof(FRigUnit_HighlevelBaseMutable) == 0x000070, "Wrong size on FRigUnit_HighlevelBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigUnit_BoneHarmonics_WorkData \ +static_assert(alignof(FRigUnit_BoneHarmonics_WorkData) == 0x000008, "Wrong alignment on FRigUnit_BoneHarmonics_WorkData"); \ +static_assert(sizeof(FRigUnit_BoneHarmonics_WorkData) == 0x000020, "Wrong size on FRigUnit_BoneHarmonics_WorkData"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics_WorkData, CachedItems) == 0x000000, "Member 'FRigUnit_BoneHarmonics_WorkData::CachedItems' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics_WorkData, WaveTime) == 0x000010, "Member 'FRigUnit_BoneHarmonics_WorkData::WaveTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ItemHarmonics \ +static_assert(alignof(FRigUnit_ItemHarmonics) == 0x000008, "Wrong alignment on FRigUnit_ItemHarmonics"); \ +static_assert(sizeof(FRigUnit_ItemHarmonics) == 0x0000F0, "Wrong size on FRigUnit_ItemHarmonics"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, Targets) == 0x000070, "Member 'FRigUnit_ItemHarmonics::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveSpeed) == 0x000080, "Member 'FRigUnit_ItemHarmonics::WaveSpeed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveFrequency) == 0x00008C, "Member 'FRigUnit_ItemHarmonics::WaveFrequency' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveAmplitude) == 0x000098, "Member 'FRigUnit_ItemHarmonics::WaveAmplitude' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveOffset) == 0x0000A4, "Member 'FRigUnit_ItemHarmonics::WaveOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveNoise) == 0x0000B0, "Member 'FRigUnit_ItemHarmonics::WaveNoise' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveEase) == 0x0000BC, "Member 'FRigUnit_ItemHarmonics::WaveEase' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveMinimum) == 0x0000C0, "Member 'FRigUnit_ItemHarmonics::WaveMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveMaximum) == 0x0000C4, "Member 'FRigUnit_ItemHarmonics::WaveMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, RotationOrder) == 0x0000C8, "Member 'FRigUnit_ItemHarmonics::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WorkData) == 0x0000D0, "Member 'FRigUnit_ItemHarmonics::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateQuatQuat_Target \ +static_assert(alignof(FMathRBFInterpolateQuatQuat_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateQuatQuat_Target"); \ +static_assert(sizeof(FMathRBFInterpolateQuatQuat_Target) == 0x000020, "Wrong size on FMathRBFInterpolateQuatQuat_Target"); \ +static_assert(offsetof(FMathRBFInterpolateQuatQuat_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateQuatQuat_Target::Target' has a wrong offset!"); \ +static_assert(offsetof(FMathRBFInterpolateQuatQuat_Target, Value) == 0x000010, "Member 'FMathRBFInterpolateQuatQuat_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateQuatWorkData \ +static_assert(alignof(FRigUnit_MathRBFInterpolateQuatWorkData) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateQuatWorkData"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateQuatWorkData) == 0x000090, "Wrong size on FRigUnit_MathRBFInterpolateQuatWorkData"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateBase \ +static_assert(alignof(FRigUnit_MathRBFInterpolateBase) == 0x000008, "Wrong alignment on FRigUnit_MathRBFInterpolateBase"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateBase) == 0x000008, "Wrong size on FRigUnit_MathRBFInterpolateBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateQuatBase \ +static_assert(alignof(FRigUnit_MathRBFInterpolateQuatBase) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateQuatBase"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateQuatBase) == 0x0000D0, "Wrong size on FRigUnit_MathRBFInterpolateQuatBase"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatBase, Input) == 0x000010, "Member 'FRigUnit_MathRBFInterpolateQuatBase::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatBase, DistanceFunction) == 0x000020, "Member 'FRigUnit_MathRBFInterpolateQuatBase::DistanceFunction' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatBase, SmoothingFunction) == 0x000021, "Member 'FRigUnit_MathRBFInterpolateQuatBase::SmoothingFunction' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatBase, SmoothingAngle) == 0x000024, "Member 'FRigUnit_MathRBFInterpolateQuatBase::SmoothingAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatBase, bNormalizeOutput) == 0x000028, "Member 'FRigUnit_MathRBFInterpolateQuatBase::bNormalizeOutput' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatBase, TwistAxis) == 0x00002C, "Member 'FRigUnit_MathRBFInterpolateQuatBase::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatBase, WorkData) == 0x000040, "Member 'FRigUnit_MathRBFInterpolateQuatBase::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateQuatQuat \ +static_assert(alignof(FRigUnit_MathRBFInterpolateQuatQuat) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateQuatQuat"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateQuatQuat) == 0x0000F0, "Wrong size on FRigUnit_MathRBFInterpolateQuatQuat"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatQuat, Targets) == 0x0000D0, "Member 'FRigUnit_MathRBFInterpolateQuatQuat::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatQuat, Output) == 0x0000E0, "Member 'FRigUnit_MathRBFInterpolateQuatQuat::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathBoolBase \ +static_assert(alignof(FRigUnit_MathBoolBase) == 0x000008, "Wrong alignment on FRigUnit_MathBoolBase"); \ +static_assert(sizeof(FRigUnit_MathBoolBase) == 0x000008, "Wrong size on FRigUnit_MathBoolBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathBoolBinaryOp \ +static_assert(alignof(FRigUnit_MathBoolBinaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathBoolBinaryOp"); \ +static_assert(sizeof(FRigUnit_MathBoolBinaryOp) == 0x000010, "Wrong size on FRigUnit_MathBoolBinaryOp"); \ +static_assert(offsetof(FRigUnit_MathBoolBinaryOp, A) == 0x000008, "Member 'FRigUnit_MathBoolBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathBoolBinaryOp, B) == 0x000009, "Member 'FRigUnit_MathBoolBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathBoolBinaryOp, Result) == 0x00000A, "Member 'FRigUnit_MathBoolBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathBoolOr \ +static_assert(alignof(FRigUnit_MathBoolOr) == 0x000008, "Wrong alignment on FRigUnit_MathBoolOr"); \ +static_assert(sizeof(FRigUnit_MathBoolOr) == 0x000010, "Wrong size on FRigUnit_MathBoolOr"); \ + +#define DUMPER7_ASSERTS_FControlRigSequencerAnimInstanceProxy \ +static_assert(alignof(FControlRigSequencerAnimInstanceProxy) == 0x000010, "Wrong alignment on FControlRigSequencerAnimInstanceProxy"); \ +static_assert(sizeof(FControlRigSequencerAnimInstanceProxy) == 0x000DE0, "Wrong size on FControlRigSequencerAnimInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ConvertRotation \ +static_assert(alignof(FRigUnit_ConvertRotation) == 0x000010, "Wrong alignment on FRigUnit_ConvertRotation"); \ +static_assert(sizeof(FRigUnit_ConvertRotation) == 0x000030, "Wrong size on FRigUnit_ConvertRotation"); \ +static_assert(offsetof(FRigUnit_ConvertRotation, Input) == 0x000008, "Member 'FRigUnit_ConvertRotation::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ConvertRotation, Result) == 0x000020, "Member 'FRigUnit_ConvertRotation::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigSettingsPerPinBool \ +static_assert(alignof(FControlRigSettingsPerPinBool) == 0x000008, "Wrong alignment on FControlRigSettingsPerPinBool"); \ +static_assert(sizeof(FControlRigSettingsPerPinBool) == 0x000050, "Wrong size on FControlRigSettingsPerPinBool"); \ +static_assert(offsetof(FControlRigSettingsPerPinBool, Values) == 0x000000, "Member 'FControlRigSettingsPerPinBool::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigValidationContext \ +static_assert(alignof(FControlRigValidationContext) == 0x000008, "Wrong alignment on FControlRigValidationContext"); \ +static_assert(sizeof(FControlRigValidationContext) == 0x000028, "Wrong size on FControlRigValidationContext"); \ + +#define DUMPER7_ASSERTS_FCRSimContainer \ +static_assert(alignof(FCRSimContainer) == 0x000008, "Wrong alignment on FCRSimContainer"); \ +static_assert(sizeof(FCRSimContainer) == 0x000018, "Wrong size on FCRSimContainer"); \ +static_assert(offsetof(FCRSimContainer, TimeStep) == 0x000008, "Member 'FCRSimContainer::TimeStep' has a wrong offset!"); \ +static_assert(offsetof(FCRSimContainer, AccumulatedTime) == 0x00000C, "Member 'FCRSimContainer::AccumulatedTime' has a wrong offset!"); \ +static_assert(offsetof(FCRSimContainer, TimeLeftForStep) == 0x000010, "Member 'FCRSimContainer::TimeLeftForStep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCRSimLinearSpring \ +static_assert(alignof(FCRSimLinearSpring) == 0x000004, "Wrong alignment on FCRSimLinearSpring"); \ +static_assert(sizeof(FCRSimLinearSpring) == 0x000010, "Wrong size on FCRSimLinearSpring"); \ +static_assert(offsetof(FCRSimLinearSpring, SubjectA) == 0x000000, "Member 'FCRSimLinearSpring::SubjectA' has a wrong offset!"); \ +static_assert(offsetof(FCRSimLinearSpring, SubjectB) == 0x000004, "Member 'FCRSimLinearSpring::SubjectB' has a wrong offset!"); \ +static_assert(offsetof(FCRSimLinearSpring, Coefficient) == 0x000008, "Member 'FCRSimLinearSpring::Coefficient' has a wrong offset!"); \ +static_assert(offsetof(FCRSimLinearSpring, Equilibrium) == 0x00000C, "Member 'FCRSimLinearSpring::Equilibrium' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DistributeRotation_Rotation \ +static_assert(alignof(FRigUnit_DistributeRotation_Rotation) == 0x000010, "Wrong alignment on FRigUnit_DistributeRotation_Rotation"); \ +static_assert(sizeof(FRigUnit_DistributeRotation_Rotation) == 0x000020, "Wrong size on FRigUnit_DistributeRotation_Rotation"); \ +static_assert(offsetof(FRigUnit_DistributeRotation_Rotation, Rotation) == 0x000000, "Member 'FRigUnit_DistributeRotation_Rotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation_Rotation, Ratio) == 0x000010, "Member 'FRigUnit_DistributeRotation_Rotation::Ratio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DistributeRotation_WorkData \ +static_assert(alignof(FRigUnit_DistributeRotation_WorkData) == 0x000008, "Wrong alignment on FRigUnit_DistributeRotation_WorkData"); \ +static_assert(sizeof(FRigUnit_DistributeRotation_WorkData) == 0x000050, "Wrong size on FRigUnit_DistributeRotation_WorkData"); \ +static_assert(offsetof(FRigUnit_DistributeRotation_WorkData, CachedItems) == 0x000000, "Member 'FRigUnit_DistributeRotation_WorkData::CachedItems' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation_WorkData, ItemRotationA) == 0x000010, "Member 'FRigUnit_DistributeRotation_WorkData::ItemRotationA' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation_WorkData, ItemRotationB) == 0x000020, "Member 'FRigUnit_DistributeRotation_WorkData::ItemRotationB' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation_WorkData, ItemRotationT) == 0x000030, "Member 'FRigUnit_DistributeRotation_WorkData::ItemRotationT' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation_WorkData, ItemLocalTransforms) == 0x000040, "Member 'FRigUnit_DistributeRotation_WorkData::ItemLocalTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DistributeRotationForCollection \ +static_assert(alignof(FRigUnit_DistributeRotationForCollection) == 0x000008, "Wrong alignment on FRigUnit_DistributeRotationForCollection"); \ +static_assert(sizeof(FRigUnit_DistributeRotationForCollection) == 0x0000E8, "Wrong size on FRigUnit_DistributeRotationForCollection"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, Items) == 0x000070, "Member 'FRigUnit_DistributeRotationForCollection::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, Rotations) == 0x000080, "Member 'FRigUnit_DistributeRotationForCollection::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, RotationEaseType) == 0x000090, "Member 'FRigUnit_DistributeRotationForCollection::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, Weight) == 0x000094, "Member 'FRigUnit_DistributeRotationForCollection::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, WorkData) == 0x000098, "Member 'FRigUnit_DistributeRotationForCollection::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCRSimPoint \ +static_assert(alignof(FCRSimPoint) == 0x000004, "Wrong alignment on FCRSimPoint"); \ +static_assert(sizeof(FCRSimPoint) == 0x000028, "Wrong size on FCRSimPoint"); \ +static_assert(offsetof(FCRSimPoint, Mass) == 0x000000, "Member 'FCRSimPoint::Mass' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPoint, Size) == 0x000004, "Member 'FCRSimPoint::Size' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPoint, LinearDamping) == 0x000008, "Member 'FCRSimPoint::LinearDamping' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPoint, InheritMotion) == 0x00000C, "Member 'FCRSimPoint::InheritMotion' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPoint, Position) == 0x000010, "Member 'FCRSimPoint::Position' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPoint, LinearVelocity) == 0x00001C, "Member 'FCRSimPoint::LinearVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateQuatXform_Target \ +static_assert(alignof(FMathRBFInterpolateQuatXform_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateQuatXform_Target"); \ +static_assert(sizeof(FMathRBFInterpolateQuatXform_Target) == 0x000040, "Wrong size on FMathRBFInterpolateQuatXform_Target"); \ +static_assert(offsetof(FMathRBFInterpolateQuatXform_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateQuatXform_Target::Target' has a wrong offset!"); \ +static_assert(offsetof(FMathRBFInterpolateQuatXform_Target, Value) == 0x000010, "Member 'FMathRBFInterpolateQuatXform_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCRSimPointConstraint \ +static_assert(alignof(FCRSimPointConstraint) == 0x000004, "Wrong alignment on FCRSimPointConstraint"); \ +static_assert(sizeof(FCRSimPointConstraint) == 0x000024, "Wrong size on FCRSimPointConstraint"); \ +static_assert(offsetof(FCRSimPointConstraint, Type) == 0x000000, "Member 'FCRSimPointConstraint::Type' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPointConstraint, SubjectA) == 0x000004, "Member 'FCRSimPointConstraint::SubjectA' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPointConstraint, SubjectB) == 0x000008, "Member 'FCRSimPointConstraint::SubjectB' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPointConstraint, DataA) == 0x00000C, "Member 'FCRSimPointConstraint::DataA' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPointConstraint, DataB) == 0x000018, "Member 'FCRSimPointConstraint::DataB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformBase \ +static_assert(alignof(FRigUnit_MathTransformBase) == 0x000008, "Wrong alignment on FRigUnit_MathTransformBase"); \ +static_assert(sizeof(FRigUnit_MathTransformBase) == 0x000008, "Wrong size on FRigUnit_MathTransformBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathColorBase \ +static_assert(alignof(FRigUnit_MathColorBase) == 0x000008, "Wrong alignment on FRigUnit_MathColorBase"); \ +static_assert(sizeof(FRigUnit_MathColorBase) == 0x000008, "Wrong size on FRigUnit_MathColorBase"); \ + +#define DUMPER7_ASSERTS_FCRSimPointForce \ +static_assert(alignof(FCRSimPointForce) == 0x000004, "Wrong alignment on FCRSimPointForce"); \ +static_assert(sizeof(FCRSimPointForce) == 0x000018, "Wrong size on FCRSimPointForce"); \ +static_assert(offsetof(FCRSimPointForce, ForceType) == 0x000000, "Member 'FCRSimPointForce::ForceType' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPointForce, Vector) == 0x000004, "Member 'FCRSimPointForce::Vector' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPointForce, Coefficient) == 0x000010, "Member 'FCRSimPointForce::Coefficient' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPointForce, bNormalize) == 0x000014, "Member 'FCRSimPointForce::bNormalize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCRSimSoftCollision \ +static_assert(alignof(FCRSimSoftCollision) == 0x000010, "Wrong alignment on FCRSimSoftCollision"); \ +static_assert(sizeof(FCRSimSoftCollision) == 0x000050, "Wrong size on FCRSimSoftCollision"); \ +static_assert(offsetof(FCRSimSoftCollision, Transform) == 0x000000, "Member 'FCRSimSoftCollision::Transform' has a wrong offset!"); \ +static_assert(offsetof(FCRSimSoftCollision, ShapeType) == 0x000030, "Member 'FCRSimSoftCollision::ShapeType' has a wrong offset!"); \ +static_assert(offsetof(FCRSimSoftCollision, MinimumDistance) == 0x000034, "Member 'FCRSimSoftCollision::MinimumDistance' has a wrong offset!"); \ +static_assert(offsetof(FCRSimSoftCollision, MaximumDistance) == 0x000038, "Member 'FCRSimSoftCollision::MaximumDistance' has a wrong offset!"); \ +static_assert(offsetof(FCRSimSoftCollision, FalloffType) == 0x00003C, "Member 'FCRSimSoftCollision::FalloffType' has a wrong offset!"); \ +static_assert(offsetof(FCRSimSoftCollision, Coefficient) == 0x000040, "Member 'FCRSimSoftCollision::Coefficient' has a wrong offset!"); \ +static_assert(offsetof(FCRSimSoftCollision, bInverted) == 0x000044, "Member 'FCRSimSoftCollision::bInverted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCRSimPointContainer \ +static_assert(alignof(FCRSimPointContainer) == 0x000008, "Wrong alignment on FCRSimPointContainer"); \ +static_assert(sizeof(FCRSimPointContainer) == 0x000078, "Wrong size on FCRSimPointContainer"); \ +static_assert(offsetof(FCRSimPointContainer, Points) == 0x000018, "Member 'FCRSimPointContainer::Points' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPointContainer, Springs) == 0x000028, "Member 'FCRSimPointContainer::Springs' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPointContainer, Forces) == 0x000038, "Member 'FCRSimPointContainer::Forces' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPointContainer, CollisionVolumes) == 0x000048, "Member 'FCRSimPointContainer::CollisionVolumes' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPointContainer, Constraints) == 0x000058, "Member 'FCRSimPointContainer::Constraints' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPointContainer, PreviousStep) == 0x000068, "Member 'FCRSimPointContainer::PreviousStep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugHierarchy \ +static_assert(alignof(FRigUnit_DebugHierarchy) == 0x000010, "Wrong alignment on FRigUnit_DebugHierarchy"); \ +static_assert(sizeof(FRigUnit_DebugHierarchy) == 0x0000D0, "Wrong size on FRigUnit_DebugHierarchy"); \ +static_assert(offsetof(FRigUnit_DebugHierarchy, Scale) == 0x000070, "Member 'FRigUnit_DebugHierarchy::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugHierarchy, Color) == 0x000074, "Member 'FRigUnit_DebugHierarchy::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugHierarchy, Thickness) == 0x000084, "Member 'FRigUnit_DebugHierarchy::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugHierarchy, WorldOffset) == 0x000090, "Member 'FRigUnit_DebugHierarchy::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugHierarchy, bEnabled) == 0x0000C0, "Member 'FRigUnit_DebugHierarchy::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneControlRigInstanceData \ +static_assert(alignof(FMovieSceneControlRigInstanceData) == 0x000008, "Wrong alignment on FMovieSceneControlRigInstanceData"); \ +static_assert(sizeof(FMovieSceneControlRigInstanceData) == 0x0000D8, "Wrong size on FMovieSceneControlRigInstanceData"); \ +static_assert(offsetof(FMovieSceneControlRigInstanceData, bAdditive) == 0x000008, "Member 'FMovieSceneControlRigInstanceData::bAdditive' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneControlRigInstanceData, bApplyBoneFilter) == 0x000009, "Member 'FMovieSceneControlRigInstanceData::bApplyBoneFilter' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneControlRigInstanceData, BoneFilter) == 0x000010, "Member 'FMovieSceneControlRigInstanceData::BoneFilter' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneControlRigInstanceData, Weight) == 0x000020, "Member 'FMovieSceneControlRigInstanceData::Weight' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneControlRigInstanceData, Operand) == 0x0000C0, "Member 'FMovieSceneControlRigInstanceData::Operand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateQuatXform \ +static_assert(alignof(FRigUnit_MathRBFInterpolateQuatXform) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateQuatXform"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateQuatXform) == 0x000110, "Wrong size on FRigUnit_MathRBFInterpolateQuatXform"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatXform, Targets) == 0x0000D0, "Member 'FRigUnit_MathRBFInterpolateQuatXform::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatXform, Output) == 0x0000E0, "Member 'FRigUnit_MathRBFInterpolateQuatXform::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChannelMapInfo \ +static_assert(alignof(FChannelMapInfo) == 0x000004, "Wrong alignment on FChannelMapInfo"); \ +static_assert(sizeof(FChannelMapInfo) == 0x00001C, "Wrong size on FChannelMapInfo"); \ +static_assert(offsetof(FChannelMapInfo, ControlIndex) == 0x000000, "Member 'FChannelMapInfo::ControlIndex' has a wrong offset!"); \ +static_assert(offsetof(FChannelMapInfo, TotalChannelIndex) == 0x000004, "Member 'FChannelMapInfo::TotalChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(FChannelMapInfo, ChannelIndex) == 0x000008, "Member 'FChannelMapInfo::ChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(FChannelMapInfo, ParentControlIndex) == 0x00000C, "Member 'FChannelMapInfo::ParentControlIndex' has a wrong offset!"); \ +static_assert(offsetof(FChannelMapInfo, ChannelTypeName) == 0x000010, "Member 'FChannelMapInfo::ChannelTypeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ItemBase \ +static_assert(alignof(FRigUnit_ItemBase) == 0x000008, "Wrong alignment on FRigUnit_ItemBase"); \ +static_assert(sizeof(FRigUnit_ItemBase) == 0x000008, "Wrong size on FRigUnit_ItemBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ItemExists \ +static_assert(alignof(FRigUnit_ItemExists) == 0x000008, "Wrong alignment on FRigUnit_ItemExists"); \ +static_assert(sizeof(FRigUnit_ItemExists) == 0x000038, "Wrong size on FRigUnit_ItemExists"); \ +static_assert(offsetof(FRigUnit_ItemExists, Item) == 0x000008, "Member 'FRigUnit_ItemExists::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemExists, Exists) == 0x000018, "Member 'FRigUnit_ItemExists::Exists' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemExists, CachedIndex) == 0x00001C, "Member 'FRigUnit_ItemExists::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntegerParameterNameAndCurve \ +static_assert(alignof(FIntegerParameterNameAndCurve) == 0x000008, "Wrong alignment on FIntegerParameterNameAndCurve"); \ +static_assert(sizeof(FIntegerParameterNameAndCurve) == 0x0000A0, "Wrong size on FIntegerParameterNameAndCurve"); \ +static_assert(offsetof(FIntegerParameterNameAndCurve, ParameterName) == 0x000000, "Member 'FIntegerParameterNameAndCurve::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FIntegerParameterNameAndCurve, ParameterCurve) == 0x000010, "Member 'FIntegerParameterNameAndCurve::ParameterCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionChain \ +static_assert(alignof(FRigUnit_CollectionChain) == 0x000008, "Wrong alignment on FRigUnit_CollectionChain"); \ +static_assert(sizeof(FRigUnit_CollectionChain) == 0x000058, "Wrong size on FRigUnit_CollectionChain"); \ +static_assert(offsetof(FRigUnit_CollectionChain, FirstItem) == 0x000008, "Member 'FRigUnit_CollectionChain::FirstItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChain, LastItem) == 0x000018, "Member 'FRigUnit_CollectionChain::LastItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChain, Reverse) == 0x000028, "Member 'FRigUnit_CollectionChain::Reverse' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChain, Collection) == 0x000030, "Member 'FRigUnit_CollectionChain::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChain, CachedCollection) == 0x000040, "Member 'FRigUnit_CollectionChain::CachedCollection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChain, CachedHierarchyHash) == 0x000050, "Member 'FRigUnit_CollectionChain::CachedHierarchyHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnumParameterNameAndCurve \ +static_assert(alignof(FEnumParameterNameAndCurve) == 0x000008, "Wrong alignment on FEnumParameterNameAndCurve"); \ +static_assert(sizeof(FEnumParameterNameAndCurve) == 0x0000A8, "Wrong size on FEnumParameterNameAndCurve"); \ +static_assert(offsetof(FEnumParameterNameAndCurve, ParameterName) == 0x000000, "Member 'FEnumParameterNameAndCurve::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FEnumParameterNameAndCurve, ParameterCurve) == 0x000010, "Member 'FEnumParameterNameAndCurve::ParameterCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ConvertVectorToRotation \ +static_assert(alignof(FRigUnit_ConvertVectorToRotation) == 0x000008, "Wrong alignment on FRigUnit_ConvertVectorToRotation"); \ +static_assert(sizeof(FRigUnit_ConvertVectorToRotation) == 0x000020, "Wrong size on FRigUnit_ConvertVectorToRotation"); \ +static_assert(offsetof(FRigUnit_ConvertVectorToRotation, Input) == 0x000008, "Member 'FRigUnit_ConvertVectorToRotation::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ConvertVectorToRotation, Result) == 0x000014, "Member 'FRigUnit_ConvertVectorToRotation::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneControlRigParameterTemplate \ +static_assert(alignof(FMovieSceneControlRigParameterTemplate) == 0x000008, "Wrong alignment on FMovieSceneControlRigParameterTemplate"); \ +static_assert(sizeof(FMovieSceneControlRigParameterTemplate) == 0x0000A0, "Wrong size on FMovieSceneControlRigParameterTemplate"); \ +static_assert(offsetof(FMovieSceneControlRigParameterTemplate, Enums) == 0x000080, "Member 'FMovieSceneControlRigParameterTemplate::Enums' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneControlRigParameterTemplate, Integers) == 0x000090, "Member 'FMovieSceneControlRigParameterTemplate::Integers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigBoneHierarchy \ +static_assert(alignof(FRigBoneHierarchy) == 0x000008, "Wrong alignment on FRigBoneHierarchy"); \ +static_assert(sizeof(FRigBoneHierarchy) == 0x000098, "Wrong size on FRigBoneHierarchy"); \ +static_assert(offsetof(FRigBoneHierarchy, Bones) == 0x000020, "Member 'FRigBoneHierarchy::Bones' has a wrong offset!"); \ +static_assert(offsetof(FRigBoneHierarchy, NameToIndexMapping) == 0x000030, "Member 'FRigBoneHierarchy::NameToIndexMapping' has a wrong offset!"); \ +static_assert(offsetof(FRigBoneHierarchy, Selection) == 0x000080, "Member 'FRigBoneHierarchy::Selection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ToSwingAndTwist \ +static_assert(alignof(FRigUnit_ToSwingAndTwist) == 0x000010, "Wrong alignment on FRigUnit_ToSwingAndTwist"); \ +static_assert(sizeof(FRigUnit_ToSwingAndTwist) == 0x000050, "Wrong size on FRigUnit_ToSwingAndTwist"); \ +static_assert(offsetof(FRigUnit_ToSwingAndTwist, Input) == 0x000010, "Member 'FRigUnit_ToSwingAndTwist::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToSwingAndTwist, TwistAxis) == 0x000020, "Member 'FRigUnit_ToSwingAndTwist::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToSwingAndTwist, Swing) == 0x000030, "Member 'FRigUnit_ToSwingAndTwist::Swing' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToSwingAndTwist, Twist) == 0x000040, "Member 'FRigUnit_ToSwingAndTwist::Twist' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControlValueStorage \ +static_assert(alignof(FRigControlValueStorage) == 0x000004, "Wrong alignment on FRigControlValueStorage"); \ +static_assert(sizeof(FRigControlValueStorage) == 0x000044, "Wrong size on FRigControlValueStorage"); \ +static_assert(offsetof(FRigControlValueStorage, Float00) == 0x000000, "Member 'FRigControlValueStorage::Float00' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float01) == 0x000004, "Member 'FRigControlValueStorage::Float01' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float02) == 0x000008, "Member 'FRigControlValueStorage::Float02' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float03) == 0x00000C, "Member 'FRigControlValueStorage::Float03' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float10) == 0x000010, "Member 'FRigControlValueStorage::Float10' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float11) == 0x000014, "Member 'FRigControlValueStorage::Float11' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float12) == 0x000018, "Member 'FRigControlValueStorage::Float12' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float13) == 0x00001C, "Member 'FRigControlValueStorage::Float13' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float20) == 0x000020, "Member 'FRigControlValueStorage::Float20' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float21) == 0x000024, "Member 'FRigControlValueStorage::Float21' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float22) == 0x000028, "Member 'FRigControlValueStorage::Float22' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float23) == 0x00002C, "Member 'FRigControlValueStorage::Float23' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float30) == 0x000030, "Member 'FRigControlValueStorage::Float30' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float31) == 0x000034, "Member 'FRigControlValueStorage::Float31' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float32) == 0x000038, "Member 'FRigControlValueStorage::Float32' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float33) == 0x00003C, "Member 'FRigControlValueStorage::Float33' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, bValid) == 0x000040, "Member 'FRigControlValueStorage::bValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControlValue \ +static_assert(alignof(FRigControlValue) == 0x000010, "Wrong alignment on FRigControlValue"); \ +static_assert(sizeof(FRigControlValue) == 0x000080, "Wrong size on FRigControlValue"); \ +static_assert(offsetof(FRigControlValue, FloatStorage) == 0x000000, "Member 'FRigControlValue::FloatStorage' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValue, Storage) == 0x000050, "Member 'FRigControlValue::Storage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControl \ +static_assert(alignof(FRigControl) == 0x000010, "Wrong alignment on FRigControl"); \ +static_assert(sizeof(FRigControl) == 0x000300, "Wrong size on FRigControl"); \ +static_assert(offsetof(FRigControl, ControlType) == 0x000018, "Member 'FRigControl::ControlType' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, DisplayName) == 0x00001C, "Member 'FRigControl::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, ParentName) == 0x000028, "Member 'FRigControl::ParentName' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, ParentIndex) == 0x000034, "Member 'FRigControl::ParentIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, SpaceName) == 0x000038, "Member 'FRigControl::SpaceName' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, SpaceIndex) == 0x000044, "Member 'FRigControl::SpaceIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, OffsetTransform) == 0x000050, "Member 'FRigControl::OffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, InitialValue) == 0x000080, "Member 'FRigControl::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, Value) == 0x000100, "Member 'FRigControl::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, PrimaryAxis) == 0x000180, "Member 'FRigControl::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bIsCurve) == 0x000181, "Member 'FRigControl::bIsCurve' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bAnimatable) == 0x000182, "Member 'FRigControl::bAnimatable' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bLimitTranslation) == 0x000183, "Member 'FRigControl::bLimitTranslation' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bLimitRotation) == 0x000184, "Member 'FRigControl::bLimitRotation' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bLimitScale) == 0x000185, "Member 'FRigControl::bLimitScale' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bDrawLimits) == 0x000186, "Member 'FRigControl::bDrawLimits' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, MinimumValue) == 0x000190, "Member 'FRigControl::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, MaximumValue) == 0x000210, "Member 'FRigControl::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bGizmoEnabled) == 0x000290, "Member 'FRigControl::bGizmoEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bGizmoVisible) == 0x000291, "Member 'FRigControl::bGizmoVisible' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, GizmoName) == 0x000294, "Member 'FRigControl::GizmoName' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, GizmoTransform) == 0x0002A0, "Member 'FRigControl::GizmoTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, GizmoColor) == 0x0002D0, "Member 'FRigControl::GizmoColor' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, Dependents) == 0x0002E0, "Member 'FRigControl::Dependents' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bIsTransientControl) == 0x0002F0, "Member 'FRigControl::bIsTransientControl' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, ControlEnum) == 0x0002F8, "Member 'FRigControl::ControlEnum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControlHierarchy \ +static_assert(alignof(FRigControlHierarchy) == 0x000008, "Wrong alignment on FRigControlHierarchy"); \ +static_assert(sizeof(FRigControlHierarchy) == 0x000108, "Wrong size on FRigControlHierarchy"); \ +static_assert(offsetof(FRigControlHierarchy, Controls) == 0x000098, "Member 'FRigControlHierarchy::Controls' has a wrong offset!"); \ +static_assert(offsetof(FRigControlHierarchy, NameToIndexMapping) == 0x0000A8, "Member 'FRigControlHierarchy::NameToIndexMapping' has a wrong offset!"); \ +static_assert(offsetof(FRigControlHierarchy, Selection) == 0x0000F8, "Member 'FRigControlHierarchy::Selection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DrawContainerSetTransform \ +static_assert(alignof(FRigUnit_DrawContainerSetTransform) == 0x000010, "Wrong alignment on FRigUnit_DrawContainerSetTransform"); \ +static_assert(sizeof(FRigUnit_DrawContainerSetTransform) == 0x0000B0, "Wrong size on FRigUnit_DrawContainerSetTransform"); \ +static_assert(offsetof(FRigUnit_DrawContainerSetTransform, InstructionName) == 0x000070, "Member 'FRigUnit_DrawContainerSetTransform::InstructionName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DrawContainerSetTransform, Transform) == 0x000080, "Member 'FRigUnit_DrawContainerSetTransform::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AnimEasingType \ +static_assert(alignof(FRigUnit_AnimEasingType) == 0x000008, "Wrong alignment on FRigUnit_AnimEasingType"); \ +static_assert(sizeof(FRigUnit_AnimEasingType) == 0x000010, "Wrong size on FRigUnit_AnimEasingType"); \ +static_assert(offsetof(FRigUnit_AnimEasingType, Type) == 0x000008, "Member 'FRigUnit_AnimEasingType::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigCurveContainer \ +static_assert(alignof(FRigCurveContainer) == 0x000008, "Wrong alignment on FRigCurveContainer"); \ +static_assert(sizeof(FRigCurveContainer) == 0x000098, "Wrong size on FRigCurveContainer"); \ +static_assert(offsetof(FRigCurveContainer, Curves) == 0x000020, "Member 'FRigCurveContainer::Curves' has a wrong offset!"); \ +static_assert(offsetof(FRigCurveContainer, NameToIndexMapping) == 0x000030, "Member 'FRigCurveContainer::NameToIndexMapping' has a wrong offset!"); \ +static_assert(offsetof(FRigCurveContainer, Selection) == 0x000080, "Member 'FRigCurveContainer::Selection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ConvertEulerTransform \ +static_assert(alignof(FRigUnit_ConvertEulerTransform) == 0x000010, "Wrong alignment on FRigUnit_ConvertEulerTransform"); \ +static_assert(sizeof(FRigUnit_ConvertEulerTransform) == 0x000060, "Wrong size on FRigUnit_ConvertEulerTransform"); \ +static_assert(offsetof(FRigUnit_ConvertEulerTransform, Input) == 0x000008, "Member 'FRigUnit_ConvertEulerTransform::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ConvertEulerTransform, Result) == 0x000030, "Member 'FRigUnit_ConvertEulerTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigHierarchyRef \ +static_assert(alignof(FRigHierarchyRef) == 0x000001, "Wrong alignment on FRigHierarchyRef"); \ +static_assert(sizeof(FRigHierarchyRef) == 0x000001, "Wrong size on FRigHierarchyRef"); \ + +#define DUMPER7_ASSERTS_FRigSpace \ +static_assert(alignof(FRigSpace) == 0x000010, "Wrong alignment on FRigSpace"); \ +static_assert(sizeof(FRigSpace) == 0x000090, "Wrong size on FRigSpace"); \ +static_assert(offsetof(FRigSpace, SpaceType) == 0x000018, "Member 'FRigSpace::SpaceType' has a wrong offset!"); \ +static_assert(offsetof(FRigSpace, ParentName) == 0x00001C, "Member 'FRigSpace::ParentName' has a wrong offset!"); \ +static_assert(offsetof(FRigSpace, ParentIndex) == 0x000028, "Member 'FRigSpace::ParentIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigSpace, InitialTransform) == 0x000030, "Member 'FRigSpace::InitialTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigSpace, LocalTransform) == 0x000060, "Member 'FRigSpace::LocalTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigSpaceHierarchy \ +static_assert(alignof(FRigSpaceHierarchy) == 0x000008, "Wrong alignment on FRigSpaceHierarchy"); \ +static_assert(sizeof(FRigSpaceHierarchy) == 0x000090, "Wrong size on FRigSpaceHierarchy"); \ +static_assert(offsetof(FRigSpaceHierarchy, Spaces) == 0x000020, "Member 'FRigSpaceHierarchy::Spaces' has a wrong offset!"); \ +static_assert(offsetof(FRigSpaceHierarchy, NameToIndexMapping) == 0x000030, "Member 'FRigSpaceHierarchy::NameToIndexMapping' has a wrong offset!"); \ +static_assert(offsetof(FRigSpaceHierarchy, Selection) == 0x000080, "Member 'FRigSpaceHierarchy::Selection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigHierarchyContainer \ +static_assert(alignof(FRigHierarchyContainer) == 0x000008, "Wrong alignment on FRigHierarchyContainer"); \ +static_assert(sizeof(FRigHierarchyContainer) == 0x000368, "Wrong size on FRigHierarchyContainer"); \ +static_assert(offsetof(FRigHierarchyContainer, BoneHierarchy) == 0x000000, "Member 'FRigHierarchyContainer::BoneHierarchy' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyContainer, SpaceHierarchy) == 0x000098, "Member 'FRigHierarchyContainer::SpaceHierarchy' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyContainer, ControlHierarchy) == 0x000128, "Member 'FRigHierarchyContainer::ControlHierarchy' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyContainer, CurveContainer) == 0x000230, "Member 'FRigHierarchyContainer::CurveContainer' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyContainer, Version) == 0x0002C8, "Member 'FRigHierarchyContainer::Version' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FitChainToCurve_Rotation \ +static_assert(alignof(FRigUnit_FitChainToCurve_Rotation) == 0x000010, "Wrong alignment on FRigUnit_FitChainToCurve_Rotation"); \ +static_assert(sizeof(FRigUnit_FitChainToCurve_Rotation) == 0x000020, "Wrong size on FRigUnit_FitChainToCurve_Rotation"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve_Rotation, Rotation) == 0x000000, "Member 'FRigUnit_FitChainToCurve_Rotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve_Rotation, Ratio) == 0x000010, "Member 'FRigUnit_FitChainToCurve_Rotation::Ratio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FitChainToCurve_DebugSettings \ +static_assert(alignof(FRigUnit_FitChainToCurve_DebugSettings) == 0x000010, "Wrong alignment on FRigUnit_FitChainToCurve_DebugSettings"); \ +static_assert(sizeof(FRigUnit_FitChainToCurve_DebugSettings) == 0x000060, "Wrong size on FRigUnit_FitChainToCurve_DebugSettings"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve_DebugSettings, bEnabled) == 0x000000, "Member 'FRigUnit_FitChainToCurve_DebugSettings::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve_DebugSettings, Scale) == 0x000004, "Member 'FRigUnit_FitChainToCurve_DebugSettings::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve_DebugSettings, CurveColor) == 0x000008, "Member 'FRigUnit_FitChainToCurve_DebugSettings::CurveColor' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve_DebugSettings, SegmentsColor) == 0x000018, "Member 'FRigUnit_FitChainToCurve_DebugSettings::SegmentsColor' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve_DebugSettings, WorldOffset) == 0x000030, "Member 'FRigUnit_FitChainToCurve_DebugSettings::WorldOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FitChainToCurve_WorkData \ +static_assert(alignof(FRigUnit_FitChainToCurve_WorkData) == 0x000008, "Wrong alignment on FRigUnit_FitChainToCurve_WorkData"); \ +static_assert(sizeof(FRigUnit_FitChainToCurve_WorkData) == 0x000098, "Wrong size on FRigUnit_FitChainToCurve_WorkData"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve_WorkData, ChainLength) == 0x000000, "Member 'FRigUnit_FitChainToCurve_WorkData::ChainLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve_WorkData, ItemPositions) == 0x000008, "Member 'FRigUnit_FitChainToCurve_WorkData::ItemPositions' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve_WorkData, ItemSegments) == 0x000018, "Member 'FRigUnit_FitChainToCurve_WorkData::ItemSegments' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve_WorkData, CurvePositions) == 0x000028, "Member 'FRigUnit_FitChainToCurve_WorkData::CurvePositions' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve_WorkData, CurveSegments) == 0x000038, "Member 'FRigUnit_FitChainToCurve_WorkData::CurveSegments' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve_WorkData, CachedItems) == 0x000048, "Member 'FRigUnit_FitChainToCurve_WorkData::CachedItems' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve_WorkData, ItemRotationA) == 0x000058, "Member 'FRigUnit_FitChainToCurve_WorkData::ItemRotationA' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve_WorkData, ItemRotationB) == 0x000068, "Member 'FRigUnit_FitChainToCurve_WorkData::ItemRotationB' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve_WorkData, ItemRotationT) == 0x000078, "Member 'FRigUnit_FitChainToCurve_WorkData::ItemRotationT' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve_WorkData, ItemLocalTransforms) == 0x000088, "Member 'FRigUnit_FitChainToCurve_WorkData::ItemLocalTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FitChainToCurvePerItem \ +static_assert(alignof(FRigUnit_FitChainToCurvePerItem) == 0x000010, "Wrong alignment on FRigUnit_FitChainToCurvePerItem"); \ +static_assert(sizeof(FRigUnit_FitChainToCurvePerItem) == 0x000210, "Wrong size on FRigUnit_FitChainToCurvePerItem"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Items) == 0x000070, "Member 'FRigUnit_FitChainToCurvePerItem::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Bezier) == 0x000080, "Member 'FRigUnit_FitChainToCurvePerItem::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Alignment) == 0x0000B0, "Member 'FRigUnit_FitChainToCurvePerItem::Alignment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Minimum) == 0x0000B4, "Member 'FRigUnit_FitChainToCurvePerItem::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Maximum) == 0x0000B8, "Member 'FRigUnit_FitChainToCurvePerItem::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, SamplingPrecision) == 0x0000BC, "Member 'FRigUnit_FitChainToCurvePerItem::SamplingPrecision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, PrimaryAxis) == 0x0000C0, "Member 'FRigUnit_FitChainToCurvePerItem::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, SecondaryAxis) == 0x0000CC, "Member 'FRigUnit_FitChainToCurvePerItem::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, PoleVectorPosition) == 0x0000D8, "Member 'FRigUnit_FitChainToCurvePerItem::PoleVectorPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Rotations) == 0x0000E8, "Member 'FRigUnit_FitChainToCurvePerItem::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, RotationEaseType) == 0x0000F8, "Member 'FRigUnit_FitChainToCurvePerItem::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Weight) == 0x0000FC, "Member 'FRigUnit_FitChainToCurvePerItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, bPropagateToChildren) == 0x000100, "Member 'FRigUnit_FitChainToCurvePerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, DebugSettings) == 0x000110, "Member 'FRigUnit_FitChainToCurvePerItem::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, WorkData) == 0x000170, "Member 'FRigUnit_FitChainToCurvePerItem::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugBase \ +static_assert(alignof(FRigUnit_DebugBase) == 0x000008, "Wrong alignment on FRigUnit_DebugBase"); \ +static_assert(sizeof(FRigUnit_DebugBase) == 0x000008, "Wrong size on FRigUnit_DebugBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugPoint \ +static_assert(alignof(FRigUnit_DebugPoint) == 0x000010, "Wrong alignment on FRigUnit_DebugPoint"); \ +static_assert(sizeof(FRigUnit_DebugPoint) == 0x000080, "Wrong size on FRigUnit_DebugPoint"); \ +static_assert(offsetof(FRigUnit_DebugPoint, Vector) == 0x000008, "Member 'FRigUnit_DebugPoint::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPoint, Mode) == 0x000014, "Member 'FRigUnit_DebugPoint::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPoint, Color) == 0x000018, "Member 'FRigUnit_DebugPoint::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPoint, Scale) == 0x000028, "Member 'FRigUnit_DebugPoint::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPoint, Thickness) == 0x00002C, "Member 'FRigUnit_DebugPoint::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPoint, Space) == 0x000030, "Member 'FRigUnit_DebugPoint::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPoint, WorldOffset) == 0x000040, "Member 'FRigUnit_DebugPoint::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPoint, bEnabled) == 0x000070, "Member 'FRigUnit_DebugPoint::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigMirrorSettings \ +static_assert(alignof(FRigMirrorSettings) == 0x000008, "Wrong alignment on FRigMirrorSettings"); \ +static_assert(sizeof(FRigMirrorSettings) == 0x000028, "Wrong size on FRigMirrorSettings"); \ +static_assert(offsetof(FRigMirrorSettings, MirrorAxis) == 0x000000, "Member 'FRigMirrorSettings::MirrorAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigMirrorSettings, AxisToFlip) == 0x000001, "Member 'FRigMirrorSettings::AxisToFlip' has a wrong offset!"); \ +static_assert(offsetof(FRigMirrorSettings, OldName) == 0x000008, "Member 'FRigMirrorSettings::OldName' has a wrong offset!"); \ +static_assert(offsetof(FRigMirrorSettings, NewName) == 0x000018, "Member 'FRigMirrorSettings::NewName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigInfluenceMap \ +static_assert(alignof(FRigInfluenceMap) == 0x000008, "Wrong alignment on FRigInfluenceMap"); \ +static_assert(sizeof(FRigInfluenceMap) == 0x000070, "Wrong size on FRigInfluenceMap"); \ +static_assert(offsetof(FRigInfluenceMap, EventName) == 0x000000, "Member 'FRigInfluenceMap::EventName' has a wrong offset!"); \ +static_assert(offsetof(FRigInfluenceMap, Entries) == 0x000010, "Member 'FRigInfluenceMap::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigInfluenceMap, KeyToIndex) == 0x000020, "Member 'FRigInfluenceMap::KeyToIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigInfluenceMapPerEvent \ +static_assert(alignof(FRigInfluenceMapPerEvent) == 0x000008, "Wrong alignment on FRigInfluenceMapPerEvent"); \ +static_assert(sizeof(FRigInfluenceMapPerEvent) == 0x000060, "Wrong size on FRigInfluenceMapPerEvent"); \ +static_assert(offsetof(FRigInfluenceMapPerEvent, Maps) == 0x000000, "Member 'FRigInfluenceMapPerEvent::Maps' has a wrong offset!"); \ +static_assert(offsetof(FRigInfluenceMapPerEvent, EventToIndex) == 0x000010, "Member 'FRigInfluenceMapPerEvent::EventToIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugTransformMutable \ +static_assert(alignof(FRigUnit_DebugTransformMutable) == 0x000010, "Wrong alignment on FRigUnit_DebugTransformMutable"); \ +static_assert(sizeof(FRigUnit_DebugTransformMutable) == 0x000110, "Wrong size on FRigUnit_DebugTransformMutable"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, Transform) == 0x000070, "Member 'FRigUnit_DebugTransformMutable::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, Mode) == 0x0000A0, "Member 'FRigUnit_DebugTransformMutable::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, Color) == 0x0000A4, "Member 'FRigUnit_DebugTransformMutable::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, Thickness) == 0x0000B4, "Member 'FRigUnit_DebugTransformMutable::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, Scale) == 0x0000B8, "Member 'FRigUnit_DebugTransformMutable::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, Space) == 0x0000BC, "Member 'FRigUnit_DebugTransformMutable::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, WorldOffset) == 0x0000D0, "Member 'FRigUnit_DebugTransformMutable::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, bEnabled) == 0x000100, "Member 'FRigUnit_DebugTransformMutable::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_KalmanTransform \ +static_assert(alignof(FRigUnit_KalmanTransform) == 0x000010, "Wrong alignment on FRigUnit_KalmanTransform"); \ +static_assert(sizeof(FRigUnit_KalmanTransform) == 0x0000A0, "Wrong size on FRigUnit_KalmanTransform"); \ +static_assert(offsetof(FRigUnit_KalmanTransform, Value) == 0x000010, "Member 'FRigUnit_KalmanTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanTransform, BufferSize) == 0x000040, "Member 'FRigUnit_KalmanTransform::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanTransform, Result) == 0x000050, "Member 'FRigUnit_KalmanTransform::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanTransform, Buffer) == 0x000080, "Member 'FRigUnit_KalmanTransform::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanTransform, LastInsertIndex) == 0x000090, "Member 'FRigUnit_KalmanTransform::LastInsertIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AccumulateVectorRange \ +static_assert(alignof(FRigUnit_AccumulateVectorRange) == 0x000008, "Wrong alignment on FRigUnit_AccumulateVectorRange"); \ +static_assert(sizeof(FRigUnit_AccumulateVectorRange) == 0x000048, "Wrong size on FRigUnit_AccumulateVectorRange"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorRange, Value) == 0x000008, "Member 'FRigUnit_AccumulateVectorRange::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorRange, Minimum) == 0x000014, "Member 'FRigUnit_AccumulateVectorRange::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorRange, Maximum) == 0x000020, "Member 'FRigUnit_AccumulateVectorRange::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorRange, AccumulatedMinimum) == 0x00002C, "Member 'FRigUnit_AccumulateVectorRange::AccumulatedMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorRange, AccumulatedMaximum) == 0x000038, "Member 'FRigUnit_AccumulateVectorRange::AccumulatedMaximum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AccumulateFloatRange \ +static_assert(alignof(FRigUnit_AccumulateFloatRange) == 0x000008, "Wrong alignment on FRigUnit_AccumulateFloatRange"); \ +static_assert(sizeof(FRigUnit_AccumulateFloatRange) == 0x000020, "Wrong size on FRigUnit_AccumulateFloatRange"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatRange, Value) == 0x000008, "Member 'FRigUnit_AccumulateFloatRange::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatRange, Minimum) == 0x00000C, "Member 'FRigUnit_AccumulateFloatRange::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatRange, Maximum) == 0x000010, "Member 'FRigUnit_AccumulateFloatRange::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatRange, AccumulatedMinimum) == 0x000014, "Member 'FRigUnit_AccumulateFloatRange::AccumulatedMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatRange, AccumulatedMaximum) == 0x000018, "Member 'FRigUnit_AccumulateFloatRange::AccumulatedMaximum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AccumulateTransformLerp \ +static_assert(alignof(FRigUnit_AccumulateTransformLerp) == 0x000010, "Wrong alignment on FRigUnit_AccumulateTransformLerp"); \ +static_assert(sizeof(FRigUnit_AccumulateTransformLerp) == 0x0000E0, "Wrong size on FRigUnit_AccumulateTransformLerp"); \ +static_assert(offsetof(FRigUnit_AccumulateTransformLerp, TargetValue) == 0x000010, "Member 'FRigUnit_AccumulateTransformLerp::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateTransformLerp, InitialValue) == 0x000040, "Member 'FRigUnit_AccumulateTransformLerp::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateTransformLerp, Blend) == 0x000070, "Member 'FRigUnit_AccumulateTransformLerp::Blend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateTransformLerp, bIntegrateDeltaTime) == 0x000074, "Member 'FRigUnit_AccumulateTransformLerp::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateTransformLerp, Result) == 0x000080, "Member 'FRigUnit_AccumulateTransformLerp::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateTransformLerp, AccumulatedValue) == 0x0000B0, "Member 'FRigUnit_AccumulateTransformLerp::AccumulatedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AccumulateQuatLerp \ +static_assert(alignof(FRigUnit_AccumulateQuatLerp) == 0x000010, "Wrong alignment on FRigUnit_AccumulateQuatLerp"); \ +static_assert(sizeof(FRigUnit_AccumulateQuatLerp) == 0x000060, "Wrong size on FRigUnit_AccumulateQuatLerp"); \ +static_assert(offsetof(FRigUnit_AccumulateQuatLerp, TargetValue) == 0x000010, "Member 'FRigUnit_AccumulateQuatLerp::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateQuatLerp, InitialValue) == 0x000020, "Member 'FRigUnit_AccumulateQuatLerp::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateQuatLerp, Blend) == 0x000030, "Member 'FRigUnit_AccumulateQuatLerp::Blend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateQuatLerp, bIntegrateDeltaTime) == 0x000034, "Member 'FRigUnit_AccumulateQuatLerp::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateQuatLerp, Result) == 0x000040, "Member 'FRigUnit_AccumulateQuatLerp::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateQuatLerp, AccumulatedValue) == 0x000050, "Member 'FRigUnit_AccumulateQuatLerp::AccumulatedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugTransformArrayMutable_WorkData \ +static_assert(alignof(FRigUnit_DebugTransformArrayMutable_WorkData) == 0x000008, "Wrong alignment on FRigUnit_DebugTransformArrayMutable_WorkData"); \ +static_assert(sizeof(FRigUnit_DebugTransformArrayMutable_WorkData) == 0x000010, "Wrong size on FRigUnit_DebugTransformArrayMutable_WorkData"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable_WorkData, DrawTransforms) == 0x000000, "Member 'FRigUnit_DebugTransformArrayMutable_WorkData::DrawTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AccumulateVectorLerp \ +static_assert(alignof(FRigUnit_AccumulateVectorLerp) == 0x000008, "Wrong alignment on FRigUnit_AccumulateVectorLerp"); \ +static_assert(sizeof(FRigUnit_AccumulateVectorLerp) == 0x000040, "Wrong size on FRigUnit_AccumulateVectorLerp"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorLerp, TargetValue) == 0x000008, "Member 'FRigUnit_AccumulateVectorLerp::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorLerp, InitialValue) == 0x000014, "Member 'FRigUnit_AccumulateVectorLerp::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorLerp, Blend) == 0x000020, "Member 'FRigUnit_AccumulateVectorLerp::Blend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorLerp, bIntegrateDeltaTime) == 0x000024, "Member 'FRigUnit_AccumulateVectorLerp::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorLerp, Result) == 0x000028, "Member 'FRigUnit_AccumulateVectorLerp::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorLerp, AccumulatedValue) == 0x000034, "Member 'FRigUnit_AccumulateVectorLerp::AccumulatedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RandomFloat \ +static_assert(alignof(FRigUnit_RandomFloat) == 0x000008, "Wrong alignment on FRigUnit_RandomFloat"); \ +static_assert(sizeof(FRigUnit_RandomFloat) == 0x000028, "Wrong size on FRigUnit_RandomFloat"); \ +static_assert(offsetof(FRigUnit_RandomFloat, Seed) == 0x000008, "Member 'FRigUnit_RandomFloat::Seed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomFloat, Minimum) == 0x00000C, "Member 'FRigUnit_RandomFloat::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomFloat, Maximum) == 0x000010, "Member 'FRigUnit_RandomFloat::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomFloat, Duration) == 0x000014, "Member 'FRigUnit_RandomFloat::Duration' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomFloat, Result) == 0x000018, "Member 'FRigUnit_RandomFloat::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomFloat, LastResult) == 0x00001C, "Member 'FRigUnit_RandomFloat::LastResult' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomFloat, LastSeed) == 0x000020, "Member 'FRigUnit_RandomFloat::LastSeed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomFloat, TimeLeft) == 0x000024, "Member 'FRigUnit_RandomFloat::TimeLeft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AccumulateFloatLerp \ +static_assert(alignof(FRigUnit_AccumulateFloatLerp) == 0x000008, "Wrong alignment on FRigUnit_AccumulateFloatLerp"); \ +static_assert(sizeof(FRigUnit_AccumulateFloatLerp) == 0x000020, "Wrong size on FRigUnit_AccumulateFloatLerp"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatLerp, TargetValue) == 0x000008, "Member 'FRigUnit_AccumulateFloatLerp::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatLerp, InitialValue) == 0x00000C, "Member 'FRigUnit_AccumulateFloatLerp::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatLerp, Blend) == 0x000010, "Member 'FRigUnit_AccumulateFloatLerp::Blend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatLerp, bIntegrateDeltaTime) == 0x000014, "Member 'FRigUnit_AccumulateFloatLerp::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatLerp, Result) == 0x000018, "Member 'FRigUnit_AccumulateFloatLerp::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatLerp, AccumulatedValue) == 0x00001C, "Member 'FRigUnit_AccumulateFloatLerp::AccumulatedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AccumulateTransformMul \ +static_assert(alignof(FRigUnit_AccumulateTransformMul) == 0x000010, "Wrong alignment on FRigUnit_AccumulateTransformMul"); \ +static_assert(sizeof(FRigUnit_AccumulateTransformMul) == 0x0000E0, "Wrong size on FRigUnit_AccumulateTransformMul"); \ +static_assert(offsetof(FRigUnit_AccumulateTransformMul, Multiplier) == 0x000010, "Member 'FRigUnit_AccumulateTransformMul::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateTransformMul, InitialValue) == 0x000040, "Member 'FRigUnit_AccumulateTransformMul::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateTransformMul, bFlipOrder) == 0x000070, "Member 'FRigUnit_AccumulateTransformMul::bFlipOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateTransformMul, bIntegrateDeltaTime) == 0x000071, "Member 'FRigUnit_AccumulateTransformMul::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateTransformMul, Result) == 0x000080, "Member 'FRigUnit_AccumulateTransformMul::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateTransformMul, AccumulatedValue) == 0x0000B0, "Member 'FRigUnit_AccumulateTransformMul::AccumulatedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_QuaternionToAxisAndAngle \ +static_assert(alignof(FRigUnit_QuaternionToAxisAndAngle) == 0x000010, "Wrong alignment on FRigUnit_QuaternionToAxisAndAngle"); \ +static_assert(sizeof(FRigUnit_QuaternionToAxisAndAngle) == 0x000030, "Wrong size on FRigUnit_QuaternionToAxisAndAngle"); \ +static_assert(offsetof(FRigUnit_QuaternionToAxisAndAngle, Argument) == 0x000010, "Member 'FRigUnit_QuaternionToAxisAndAngle::Argument' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_QuaternionToAxisAndAngle, Axis) == 0x000020, "Member 'FRigUnit_QuaternionToAxisAndAngle::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_QuaternionToAxisAndAngle, Angle) == 0x00002C, "Member 'FRigUnit_QuaternionToAxisAndAngle::Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AccumulateQuatMul \ +static_assert(alignof(FRigUnit_AccumulateQuatMul) == 0x000010, "Wrong alignment on FRigUnit_AccumulateQuatMul"); \ +static_assert(sizeof(FRigUnit_AccumulateQuatMul) == 0x000060, "Wrong size on FRigUnit_AccumulateQuatMul"); \ +static_assert(offsetof(FRigUnit_AccumulateQuatMul, Multiplier) == 0x000010, "Member 'FRigUnit_AccumulateQuatMul::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateQuatMul, InitialValue) == 0x000020, "Member 'FRigUnit_AccumulateQuatMul::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateQuatMul, bFlipOrder) == 0x000030, "Member 'FRigUnit_AccumulateQuatMul::bFlipOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateQuatMul, bIntegrateDeltaTime) == 0x000031, "Member 'FRigUnit_AccumulateQuatMul::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateQuatMul, Result) == 0x000040, "Member 'FRigUnit_AccumulateQuatMul::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateQuatMul, AccumulatedValue) == 0x000050, "Member 'FRigUnit_AccumulateQuatMul::AccumulatedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_EndProfilingTimer \ +static_assert(alignof(FRigUnit_EndProfilingTimer) == 0x000008, "Wrong alignment on FRigUnit_EndProfilingTimer"); \ +static_assert(sizeof(FRigUnit_EndProfilingTimer) == 0x000090, "Wrong size on FRigUnit_EndProfilingTimer"); \ +static_assert(offsetof(FRigUnit_EndProfilingTimer, NumberOfMeasurements) == 0x000070, "Member 'FRigUnit_EndProfilingTimer::NumberOfMeasurements' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_EndProfilingTimer, Prefix) == 0x000078, "Member 'FRigUnit_EndProfilingTimer::Prefix' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_EndProfilingTimer, AccumulatedTime) == 0x000088, "Member 'FRigUnit_EndProfilingTimer::AccumulatedTime' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_EndProfilingTimer, MeasurementsLeft) == 0x00008C, "Member 'FRigUnit_EndProfilingTimer::MeasurementsLeft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AccumulateFloatMul \ +static_assert(alignof(FRigUnit_AccumulateFloatMul) == 0x000008, "Wrong alignment on FRigUnit_AccumulateFloatMul"); \ +static_assert(sizeof(FRigUnit_AccumulateFloatMul) == 0x000020, "Wrong size on FRigUnit_AccumulateFloatMul"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatMul, Multiplier) == 0x000008, "Member 'FRigUnit_AccumulateFloatMul::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatMul, InitialValue) == 0x00000C, "Member 'FRigUnit_AccumulateFloatMul::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatMul, bIntegrateDeltaTime) == 0x000010, "Member 'FRigUnit_AccumulateFloatMul::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatMul, Result) == 0x000014, "Member 'FRigUnit_AccumulateFloatMul::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatMul, AccumulatedValue) == 0x000018, "Member 'FRigUnit_AccumulateFloatMul::AccumulatedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AccumulateVectorAdd \ +static_assert(alignof(FRigUnit_AccumulateVectorAdd) == 0x000008, "Wrong alignment on FRigUnit_AccumulateVectorAdd"); \ +static_assert(sizeof(FRigUnit_AccumulateVectorAdd) == 0x000040, "Wrong size on FRigUnit_AccumulateVectorAdd"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorAdd, Increment) == 0x000008, "Member 'FRigUnit_AccumulateVectorAdd::Increment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorAdd, InitialValue) == 0x000014, "Member 'FRigUnit_AccumulateVectorAdd::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorAdd, bIntegrateDeltaTime) == 0x000020, "Member 'FRigUnit_AccumulateVectorAdd::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorAdd, Result) == 0x000024, "Member 'FRigUnit_AccumulateVectorAdd::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorAdd, AccumulatedValue) == 0x000030, "Member 'FRigUnit_AccumulateVectorAdd::AccumulatedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_BinaryQuaternionOp \ +static_assert(alignof(FRigUnit_BinaryQuaternionOp) == 0x000010, "Wrong alignment on FRigUnit_BinaryQuaternionOp"); \ +static_assert(sizeof(FRigUnit_BinaryQuaternionOp) == 0x000040, "Wrong size on FRigUnit_BinaryQuaternionOp"); \ +static_assert(offsetof(FRigUnit_BinaryQuaternionOp, Argument0) == 0x000010, "Member 'FRigUnit_BinaryQuaternionOp::Argument0' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BinaryQuaternionOp, Argument1) == 0x000020, "Member 'FRigUnit_BinaryQuaternionOp::Argument1' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BinaryQuaternionOp, Result) == 0x000030, "Member 'FRigUnit_BinaryQuaternionOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MultiplyQuaternion \ +static_assert(alignof(FRigUnit_MultiplyQuaternion) == 0x000010, "Wrong alignment on FRigUnit_MultiplyQuaternion"); \ +static_assert(sizeof(FRigUnit_MultiplyQuaternion) == 0x000040, "Wrong size on FRigUnit_MultiplyQuaternion"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AccumulateFloatAdd \ +static_assert(alignof(FRigUnit_AccumulateFloatAdd) == 0x000008, "Wrong alignment on FRigUnit_AccumulateFloatAdd"); \ +static_assert(sizeof(FRigUnit_AccumulateFloatAdd) == 0x000020, "Wrong size on FRigUnit_AccumulateFloatAdd"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatAdd, Increment) == 0x000008, "Member 'FRigUnit_AccumulateFloatAdd::Increment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatAdd, InitialValue) == 0x00000C, "Member 'FRigUnit_AccumulateFloatAdd::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatAdd, bIntegrateDeltaTime) == 0x000010, "Member 'FRigUnit_AccumulateFloatAdd::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatAdd, Result) == 0x000014, "Member 'FRigUnit_AccumulateFloatAdd::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatAdd, AccumulatedValue) == 0x000018, "Member 'FRigUnit_AccumulateFloatAdd::AccumulatedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlOffset \ +static_assert(alignof(FRigUnit_SetControlOffset) == 0x000010, "Wrong alignment on FRigUnit_SetControlOffset"); \ +static_assert(sizeof(FRigUnit_SetControlOffset) == 0x0000D0, "Wrong size on FRigUnit_SetControlOffset"); \ +static_assert(offsetof(FRigUnit_SetControlOffset, Control) == 0x000070, "Member 'FRigUnit_SetControlOffset::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlOffset, Offset) == 0x000080, "Member 'FRigUnit_SetControlOffset::Offset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlOffset, Space) == 0x0000B0, "Member 'FRigUnit_SetControlOffset::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlOffset, CachedControlIndex) == 0x0000B4, "Member 'FRigUnit_SetControlOffset::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AimItem \ +static_assert(alignof(FRigUnit_AimItem) == 0x000010, "Wrong alignment on FRigUnit_AimItem"); \ +static_assert(sizeof(FRigUnit_AimItem) == 0x000180, "Wrong size on FRigUnit_AimItem"); \ +static_assert(offsetof(FRigUnit_AimItem, Item) == 0x000070, "Member 'FRigUnit_AimItem::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, Primary) == 0x000080, "Member 'FRigUnit_AimItem::Primary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, Secondary) == 0x0000B0, "Member 'FRigUnit_AimItem::Secondary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, Weight) == 0x0000E0, "Member 'FRigUnit_AimItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, DebugSettings) == 0x0000F0, "Member 'FRigUnit_AimItem::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, CachedItem) == 0x000130, "Member 'FRigUnit_AimItem::CachedItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, PrimaryCachedSpace) == 0x000148, "Member 'FRigUnit_AimItem::PrimaryCachedSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, SecondaryCachedSpace) == 0x000160, "Member 'FRigUnit_AimItem::SecondaryCachedSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SequenceExecution \ +static_assert(alignof(FRigUnit_SequenceExecution) == 0x000008, "Wrong alignment on FRigUnit_SequenceExecution"); \ +static_assert(sizeof(FRigUnit_SequenceExecution) == 0x000210, "Wrong size on FRigUnit_SequenceExecution"); \ +static_assert(offsetof(FRigUnit_SequenceExecution, ExecuteContext) == 0x000008, "Member 'FRigUnit_SequenceExecution::ExecuteContext' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SequenceExecution, A) == 0x000070, "Member 'FRigUnit_SequenceExecution::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SequenceExecution, B) == 0x0000D8, "Member 'FRigUnit_SequenceExecution::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SequenceExecution, C) == 0x000140, "Member 'FRigUnit_SequenceExecution::C' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SequenceExecution, D) == 0x0001A8, "Member 'FRigUnit_SequenceExecution::D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_UnaryQuaternionOp \ +static_assert(alignof(FRigUnit_UnaryQuaternionOp) == 0x000010, "Wrong alignment on FRigUnit_UnaryQuaternionOp"); \ +static_assert(sizeof(FRigUnit_UnaryQuaternionOp) == 0x000030, "Wrong size on FRigUnit_UnaryQuaternionOp"); \ +static_assert(offsetof(FRigUnit_UnaryQuaternionOp, Argument) == 0x000010, "Member 'FRigUnit_UnaryQuaternionOp::Argument' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_UnaryQuaternionOp, Result) == 0x000020, "Member 'FRigUnit_UnaryQuaternionOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_InverseQuaterion \ +static_assert(alignof(FRigUnit_InverseQuaterion) == 0x000010, "Wrong alignment on FRigUnit_InverseQuaterion"); \ +static_assert(sizeof(FRigUnit_InverseQuaterion) == 0x000030, "Wrong size on FRigUnit_InverseQuaterion"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AimBone_Target \ +static_assert(alignof(FRigUnit_AimBone_Target) == 0x000004, "Wrong alignment on FRigUnit_AimBone_Target"); \ +static_assert(sizeof(FRigUnit_AimBone_Target) == 0x00002C, "Wrong size on FRigUnit_AimBone_Target"); \ +static_assert(offsetof(FRigUnit_AimBone_Target, Weight) == 0x000000, "Member 'FRigUnit_AimBone_Target::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone_Target, Axis) == 0x000004, "Member 'FRigUnit_AimBone_Target::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone_Target, Target) == 0x000010, "Member 'FRigUnit_AimBone_Target::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone_Target, Kind) == 0x00001C, "Member 'FRigUnit_AimBone_Target::Kind' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone_Target, Space) == 0x000020, "Member 'FRigUnit_AimBone_Target::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AimBone \ +static_assert(alignof(FRigUnit_AimBone) == 0x000010, "Wrong alignment on FRigUnit_AimBone"); \ +static_assert(sizeof(FRigUnit_AimBone) == 0x000170, "Wrong size on FRigUnit_AimBone"); \ +static_assert(offsetof(FRigUnit_AimBone, Bone) == 0x000070, "Member 'FRigUnit_AimBone::Bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, Primary) == 0x00007C, "Member 'FRigUnit_AimBone::Primary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, Secondary) == 0x0000A8, "Member 'FRigUnit_AimBone::Secondary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, Weight) == 0x0000D4, "Member 'FRigUnit_AimBone::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, bPropagateToChildren) == 0x0000D8, "Member 'FRigUnit_AimBone::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, DebugSettings) == 0x0000E0, "Member 'FRigUnit_AimBone::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, CachedBoneIndex) == 0x000120, "Member 'FRigUnit_AimBone::CachedBoneIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, PrimaryCachedSpace) == 0x000138, "Member 'FRigUnit_AimBone::PrimaryCachedSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, SecondaryCachedSpace) == 0x000150, "Member 'FRigUnit_AimBone::SecondaryCachedSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetBoneTranslation \ +static_assert(alignof(FRigUnit_SetBoneTranslation) == 0x000008, "Wrong alignment on FRigUnit_SetBoneTranslation"); \ +static_assert(sizeof(FRigUnit_SetBoneTranslation) == 0x0000B0, "Wrong size on FRigUnit_SetBoneTranslation"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, Bone) == 0x000070, "Member 'FRigUnit_SetBoneTranslation::Bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, Translation) == 0x00007C, "Member 'FRigUnit_SetBoneTranslation::Translation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, Space) == 0x000088, "Member 'FRigUnit_SetBoneTranslation::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, Weight) == 0x00008C, "Member 'FRigUnit_SetBoneTranslation::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, bPropagateToChildren) == 0x000090, "Member 'FRigUnit_SetBoneTranslation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, CachedBone) == 0x000094, "Member 'FRigUnit_SetBoneTranslation::CachedBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlVector2D \ +static_assert(alignof(FRigUnit_SetControlVector2D) == 0x000008, "Wrong alignment on FRigUnit_SetControlVector2D"); \ +static_assert(sizeof(FRigUnit_SetControlVector2D) == 0x0000A0, "Wrong size on FRigUnit_SetControlVector2D"); \ +static_assert(offsetof(FRigUnit_SetControlVector2D, Control) == 0x000070, "Member 'FRigUnit_SetControlVector2D::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector2D, Weight) == 0x00007C, "Member 'FRigUnit_SetControlVector2D::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector2D, Vector) == 0x000080, "Member 'FRigUnit_SetControlVector2D::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector2D, CachedControlIndex) == 0x000088, "Member 'FRigUnit_SetControlVector2D::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAimTarget \ +static_assert(alignof(FAimTarget) == 0x000010, "Wrong alignment on FAimTarget"); \ +static_assert(sizeof(FAimTarget) == 0x000050, "Wrong size on FAimTarget"); \ +static_assert(offsetof(FAimTarget, Weight) == 0x000000, "Member 'FAimTarget::Weight' has a wrong offset!"); \ +static_assert(offsetof(FAimTarget, Transform) == 0x000010, "Member 'FAimTarget::Transform' has a wrong offset!"); \ +static_assert(offsetof(FAimTarget, AlignVector) == 0x000040, "Member 'FAimTarget::AlignVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AimConstraint_WorkData \ +static_assert(alignof(FRigUnit_AimConstraint_WorkData) == 0x000008, "Wrong alignment on FRigUnit_AimConstraint_WorkData"); \ +static_assert(sizeof(FRigUnit_AimConstraint_WorkData) == 0x000010, "Wrong size on FRigUnit_AimConstraint_WorkData"); \ +static_assert(offsetof(FRigUnit_AimConstraint_WorkData, ConstraintData) == 0x000000, "Member 'FRigUnit_AimConstraint_WorkData::ConstraintData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AimConstraint \ +static_assert(alignof(FRigUnit_AimConstraint) == 0x000008, "Wrong alignment on FRigUnit_AimConstraint"); \ +static_assert(sizeof(FRigUnit_AimConstraint) == 0x0000C8, "Wrong size on FRigUnit_AimConstraint"); \ +static_assert(offsetof(FRigUnit_AimConstraint, Joint) == 0x000070, "Member 'FRigUnit_AimConstraint::Joint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, AimMode) == 0x00007C, "Member 'FRigUnit_AimConstraint::AimMode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, UpMode) == 0x00007D, "Member 'FRigUnit_AimConstraint::UpMode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, AimVector) == 0x000080, "Member 'FRigUnit_AimConstraint::AimVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, UpVector) == 0x00008C, "Member 'FRigUnit_AimConstraint::UpVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, AimTargets) == 0x000098, "Member 'FRigUnit_AimConstraint::AimTargets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, UpTargets) == 0x0000A8, "Member 'FRigUnit_AimConstraint::UpTargets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, WorkData) == 0x0000B8, "Member 'FRigUnit_AimConstraint::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetBoneRotation \ +static_assert(alignof(FRigUnit_SetBoneRotation) == 0x000010, "Wrong alignment on FRigUnit_SetBoneRotation"); \ +static_assert(sizeof(FRigUnit_SetBoneRotation) == 0x0000C0, "Wrong size on FRigUnit_SetBoneRotation"); \ +static_assert(offsetof(FRigUnit_SetBoneRotation, Bone) == 0x000070, "Member 'FRigUnit_SetBoneRotation::Bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneRotation, Rotation) == 0x000080, "Member 'FRigUnit_SetBoneRotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneRotation, Space) == 0x000090, "Member 'FRigUnit_SetBoneRotation::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneRotation, Weight) == 0x000094, "Member 'FRigUnit_SetBoneRotation::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneRotation, bPropagateToChildren) == 0x000098, "Member 'FRigUnit_SetBoneRotation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneRotation, CachedBone) == 0x00009C, "Member 'FRigUnit_SetBoneRotation::CachedBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AlphaInterpVector \ +static_assert(alignof(FRigUnit_AlphaInterpVector) == 0x000008, "Wrong alignment on FRigUnit_AlphaInterpVector"); \ +static_assert(sizeof(FRigUnit_AlphaInterpVector) == 0x000088, "Wrong size on FRigUnit_AlphaInterpVector"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, Value) == 0x000008, "Member 'FRigUnit_AlphaInterpVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, Scale) == 0x000014, "Member 'FRigUnit_AlphaInterpVector::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, Bias) == 0x000018, "Member 'FRigUnit_AlphaInterpVector::Bias' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, bMapRange) == 0x00001C, "Member 'FRigUnit_AlphaInterpVector::bMapRange' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, InRange) == 0x000020, "Member 'FRigUnit_AlphaInterpVector::InRange' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, OutRange) == 0x000028, "Member 'FRigUnit_AlphaInterpVector::OutRange' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, bClampResult) == 0x000030, "Member 'FRigUnit_AlphaInterpVector::bClampResult' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, ClampMin) == 0x000034, "Member 'FRigUnit_AlphaInterpVector::ClampMin' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, ClampMax) == 0x000038, "Member 'FRigUnit_AlphaInterpVector::ClampMax' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, bInterpResult) == 0x00003C, "Member 'FRigUnit_AlphaInterpVector::bInterpResult' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, InterpSpeedIncreasing) == 0x000040, "Member 'FRigUnit_AlphaInterpVector::InterpSpeedIncreasing' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, InterpSpeedDecreasing) == 0x000044, "Member 'FRigUnit_AlphaInterpVector::InterpSpeedDecreasing' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, Result) == 0x000048, "Member 'FRigUnit_AlphaInterpVector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, ScaleBiasClamp) == 0x000054, "Member 'FRigUnit_AlphaInterpVector::ScaleBiasClamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlVector2D_Entry \ +static_assert(alignof(FRigUnit_SetMultiControlVector2D_Entry) == 0x000004, "Wrong alignment on FRigUnit_SetMultiControlVector2D_Entry"); \ +static_assert(sizeof(FRigUnit_SetMultiControlVector2D_Entry) == 0x000014, "Wrong size on FRigUnit_SetMultiControlVector2D_Entry"); \ +static_assert(offsetof(FRigUnit_SetMultiControlVector2D_Entry, Control) == 0x000000, "Member 'FRigUnit_SetMultiControlVector2D_Entry::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlVector2D_Entry, Vector) == 0x00000C, "Member 'FRigUnit_SetMultiControlVector2D_Entry::Vector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlVector2D \ +static_assert(alignof(FRigUnit_SetMultiControlVector2D) == 0x000008, "Wrong alignment on FRigUnit_SetMultiControlVector2D"); \ +static_assert(sizeof(FRigUnit_SetMultiControlVector2D) == 0x000098, "Wrong size on FRigUnit_SetMultiControlVector2D"); \ +static_assert(offsetof(FRigUnit_SetMultiControlVector2D, Entries) == 0x000070, "Member 'FRigUnit_SetMultiControlVector2D::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlVector2D, Weight) == 0x000080, "Member 'FRigUnit_SetMultiControlVector2D::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlVector2D, CachedControlIndices) == 0x000088, "Member 'FRigUnit_SetMultiControlVector2D::CachedControlIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AlphaInterp \ +static_assert(alignof(FRigUnit_AlphaInterp) == 0x000008, "Wrong alignment on FRigUnit_AlphaInterp"); \ +static_assert(sizeof(FRigUnit_AlphaInterp) == 0x000078, "Wrong size on FRigUnit_AlphaInterp"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, Value) == 0x000008, "Member 'FRigUnit_AlphaInterp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, Scale) == 0x00000C, "Member 'FRigUnit_AlphaInterp::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, Bias) == 0x000010, "Member 'FRigUnit_AlphaInterp::Bias' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, bMapRange) == 0x000014, "Member 'FRigUnit_AlphaInterp::bMapRange' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, InRange) == 0x000018, "Member 'FRigUnit_AlphaInterp::InRange' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, OutRange) == 0x000020, "Member 'FRigUnit_AlphaInterp::OutRange' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, bClampResult) == 0x000028, "Member 'FRigUnit_AlphaInterp::bClampResult' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, ClampMin) == 0x00002C, "Member 'FRigUnit_AlphaInterp::ClampMin' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, ClampMax) == 0x000030, "Member 'FRigUnit_AlphaInterp::ClampMax' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, bInterpResult) == 0x000034, "Member 'FRigUnit_AlphaInterp::bInterpResult' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, InterpSpeedIncreasing) == 0x000038, "Member 'FRigUnit_AlphaInterp::InterpSpeedIncreasing' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, InterpSpeedDecreasing) == 0x00003C, "Member 'FRigUnit_AlphaInterp::InterpSpeedDecreasing' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, Result) == 0x000040, "Member 'FRigUnit_AlphaInterp::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, ScaleBiasClamp) == 0x000044, "Member 'FRigUnit_AlphaInterp::ScaleBiasClamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AnimEasing \ +static_assert(alignof(FRigUnit_AnimEasing) == 0x000008, "Wrong alignment on FRigUnit_AnimEasing"); \ +static_assert(sizeof(FRigUnit_AnimEasing) == 0x000028, "Wrong size on FRigUnit_AnimEasing"); \ +static_assert(offsetof(FRigUnit_AnimEasing, Value) == 0x000008, "Member 'FRigUnit_AnimEasing::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AnimEasing, Type) == 0x00000C, "Member 'FRigUnit_AnimEasing::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AnimEasing, SourceMinimum) == 0x000010, "Member 'FRigUnit_AnimEasing::SourceMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AnimEasing, SourceMaximum) == 0x000014, "Member 'FRigUnit_AnimEasing::SourceMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AnimEasing, TargetMinimum) == 0x000018, "Member 'FRigUnit_AnimEasing::TargetMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AnimEasing, TargetMaximum) == 0x00001C, "Member 'FRigUnit_AnimEasing::TargetMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AnimEasing, Result) == 0x000020, "Member 'FRigUnit_AnimEasing::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AnimEvalRichCurve \ +static_assert(alignof(FRigUnit_AnimEvalRichCurve) == 0x000008, "Wrong alignment on FRigUnit_AnimEvalRichCurve"); \ +static_assert(sizeof(FRigUnit_AnimEvalRichCurve) == 0x0000B0, "Wrong size on FRigUnit_AnimEvalRichCurve"); \ +static_assert(offsetof(FRigUnit_AnimEvalRichCurve, Value) == 0x000008, "Member 'FRigUnit_AnimEvalRichCurve::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AnimEvalRichCurve, Curve) == 0x000010, "Member 'FRigUnit_AnimEvalRichCurve::Curve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AnimEvalRichCurve, SourceMinimum) == 0x000098, "Member 'FRigUnit_AnimEvalRichCurve::SourceMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AnimEvalRichCurve, SourceMaximum) == 0x00009C, "Member 'FRigUnit_AnimEvalRichCurve::SourceMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AnimEvalRichCurve, TargetMinimum) == 0x0000A0, "Member 'FRigUnit_AnimEvalRichCurve::TargetMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AnimEvalRichCurve, TargetMaximum) == 0x0000A4, "Member 'FRigUnit_AnimEvalRichCurve::TargetMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AnimEvalRichCurve, Result) == 0x0000A8, "Member 'FRigUnit_AnimEvalRichCurve::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AnimRichCurve \ +static_assert(alignof(FRigUnit_AnimRichCurve) == 0x000008, "Wrong alignment on FRigUnit_AnimRichCurve"); \ +static_assert(sizeof(FRigUnit_AnimRichCurve) == 0x000090, "Wrong size on FRigUnit_AnimRichCurve"); \ +static_assert(offsetof(FRigUnit_AnimRichCurve, Curve) == 0x000008, "Member 'FRigUnit_AnimRichCurve::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlVisibility \ +static_assert(alignof(FRigUnit_SetControlVisibility) == 0x000008, "Wrong alignment on FRigUnit_SetControlVisibility"); \ +static_assert(sizeof(FRigUnit_SetControlVisibility) == 0x0000A8, "Wrong size on FRigUnit_SetControlVisibility"); \ +static_assert(offsetof(FRigUnit_SetControlVisibility, Item) == 0x000070, "Member 'FRigUnit_SetControlVisibility::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVisibility, Pattern) == 0x000080, "Member 'FRigUnit_SetControlVisibility::Pattern' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVisibility, bVisible) == 0x000090, "Member 'FRigUnit_SetControlVisibility::bVisible' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVisibility, CachedControlIndices) == 0x000098, "Member 'FRigUnit_SetControlVisibility::CachedControlIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ApplyFK \ +static_assert(alignof(FRigUnit_ApplyFK) == 0x000010, "Wrong alignment on FRigUnit_ApplyFK"); \ +static_assert(sizeof(FRigUnit_ApplyFK) == 0x000100, "Wrong size on FRigUnit_ApplyFK"); \ +static_assert(offsetof(FRigUnit_ApplyFK, Joint) == 0x000070, "Member 'FRigUnit_ApplyFK::Joint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ApplyFK, Transform) == 0x000080, "Member 'FRigUnit_ApplyFK::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ApplyFK, Filter) == 0x0000B0, "Member 'FRigUnit_ApplyFK::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ApplyFK, ApplyTransformMode) == 0x0000B9, "Member 'FRigUnit_ApplyFK::ApplyTransformMode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ApplyFK, ApplyTransformSpace) == 0x0000BA, "Member 'FRigUnit_ApplyFK::ApplyTransformSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ApplyFK, BaseTransform) == 0x0000C0, "Member 'FRigUnit_ApplyFK::BaseTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ApplyFK, BaseJoint) == 0x0000F0, "Member 'FRigUnit_ApplyFK::BaseJoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlFloat_Entry \ +static_assert(alignof(FRigUnit_SetMultiControlFloat_Entry) == 0x000004, "Wrong alignment on FRigUnit_SetMultiControlFloat_Entry"); \ +static_assert(sizeof(FRigUnit_SetMultiControlFloat_Entry) == 0x000010, "Wrong size on FRigUnit_SetMultiControlFloat_Entry"); \ +static_assert(offsetof(FRigUnit_SetMultiControlFloat_Entry, Control) == 0x000000, "Member 'FRigUnit_SetMultiControlFloat_Entry::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlFloat_Entry, FloatValue) == 0x00000C, "Member 'FRigUnit_SetMultiControlFloat_Entry::FloatValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlFloat \ +static_assert(alignof(FRigUnit_SetMultiControlFloat) == 0x000008, "Wrong alignment on FRigUnit_SetMultiControlFloat"); \ +static_assert(sizeof(FRigUnit_SetMultiControlFloat) == 0x000098, "Wrong size on FRigUnit_SetMultiControlFloat"); \ +static_assert(offsetof(FRigUnit_SetMultiControlFloat, Entries) == 0x000070, "Member 'FRigUnit_SetMultiControlFloat::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlFloat, Weight) == 0x000080, "Member 'FRigUnit_SetMultiControlFloat::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlFloat, CachedControlIndices) == 0x000088, "Member 'FRigUnit_SetMultiControlFloat::CachedControlIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_BeginExecution \ +static_assert(alignof(FRigUnit_BeginExecution) == 0x000008, "Wrong alignment on FRigUnit_BeginExecution"); \ +static_assert(sizeof(FRigUnit_BeginExecution) == 0x000070, "Wrong size on FRigUnit_BeginExecution"); \ +static_assert(offsetof(FRigUnit_BeginExecution, ExecuteContext) == 0x000008, "Member 'FRigUnit_BeginExecution::ExecuteContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlendTarget \ +static_assert(alignof(FBlendTarget) == 0x000010, "Wrong alignment on FBlendTarget"); \ +static_assert(sizeof(FBlendTarget) == 0x000040, "Wrong size on FBlendTarget"); \ +static_assert(offsetof(FBlendTarget, Transform) == 0x000000, "Member 'FBlendTarget::Transform' has a wrong offset!"); \ +static_assert(offsetof(FBlendTarget, Weight) == 0x000030, "Member 'FBlendTarget::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_BlendTransform \ +static_assert(alignof(FRigUnit_BlendTransform) == 0x000010, "Wrong alignment on FRigUnit_BlendTransform"); \ +static_assert(sizeof(FRigUnit_BlendTransform) == 0x000080, "Wrong size on FRigUnit_BlendTransform"); \ +static_assert(offsetof(FRigUnit_BlendTransform, Source) == 0x000010, "Member 'FRigUnit_BlendTransform::Source' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BlendTransform, Targets) == 0x000040, "Member 'FRigUnit_BlendTransform::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BlendTransform, Result) == 0x000050, "Member 'FRigUnit_BlendTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetSpaceInitialTransform \ +static_assert(alignof(FRigUnit_SetSpaceInitialTransform) == 0x000010, "Wrong alignment on FRigUnit_SetSpaceInitialTransform"); \ +static_assert(sizeof(FRigUnit_SetSpaceInitialTransform) == 0x000100, "Wrong size on FRigUnit_SetSpaceInitialTransform"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, SpaceName) == 0x000070, "Member 'FRigUnit_SetSpaceInitialTransform::SpaceName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, Transform) == 0x000080, "Member 'FRigUnit_SetSpaceInitialTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, Result) == 0x0000B0, "Member 'FRigUnit_SetSpaceInitialTransform::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, Space) == 0x0000E0, "Member 'FRigUnit_SetSpaceInitialTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, CachedSpaceIndex) == 0x0000E4, "Member 'FRigUnit_SetSpaceInitialTransform::CachedSpaceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SpringIK_WorkData \ +static_assert(alignof(FRigUnit_SpringIK_WorkData) == 0x000008, "Wrong alignment on FRigUnit_SpringIK_WorkData"); \ +static_assert(sizeof(FRigUnit_SpringIK_WorkData) == 0x0000B0, "Wrong size on FRigUnit_SpringIK_WorkData"); \ +static_assert(offsetof(FRigUnit_SpringIK_WorkData, CachedBones) == 0x000000, "Member 'FRigUnit_SpringIK_WorkData::CachedBones' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK_WorkData, CachedPoleVector) == 0x000010, "Member 'FRigUnit_SpringIK_WorkData::CachedPoleVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK_WorkData, Transforms) == 0x000028, "Member 'FRigUnit_SpringIK_WorkData::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK_WorkData, Simulation) == 0x000038, "Member 'FRigUnit_SpringIK_WorkData::Simulation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetTranslation \ +static_assert(alignof(FRigUnit_SetTranslation) == 0x000008, "Wrong alignment on FRigUnit_SetTranslation"); \ +static_assert(sizeof(FRigUnit_SetTranslation) == 0x0000B0, "Wrong size on FRigUnit_SetTranslation"); \ +static_assert(offsetof(FRigUnit_SetTranslation, Item) == 0x000070, "Member 'FRigUnit_SetTranslation::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, Space) == 0x000080, "Member 'FRigUnit_SetTranslation::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, Translation) == 0x000084, "Member 'FRigUnit_SetTranslation::Translation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, Weight) == 0x000090, "Member 'FRigUnit_SetTranslation::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, bPropagateToChildren) == 0x000094, "Member 'FRigUnit_SetTranslation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, CachedIndex) == 0x000098, "Member 'FRigUnit_SetTranslation::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_BoneHarmonics_BoneTarget \ +static_assert(alignof(FRigUnit_BoneHarmonics_BoneTarget) == 0x000004, "Wrong alignment on FRigUnit_BoneHarmonics_BoneTarget"); \ +static_assert(sizeof(FRigUnit_BoneHarmonics_BoneTarget) == 0x000010, "Wrong size on FRigUnit_BoneHarmonics_BoneTarget"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics_BoneTarget, Bone) == 0x000000, "Member 'FRigUnit_BoneHarmonics_BoneTarget::Bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics_BoneTarget, Ratio) == 0x00000C, "Member 'FRigUnit_BoneHarmonics_BoneTarget::Ratio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_BoneHarmonics \ +static_assert(alignof(FRigUnit_BoneHarmonics) == 0x000008, "Wrong alignment on FRigUnit_BoneHarmonics"); \ +static_assert(sizeof(FRigUnit_BoneHarmonics) == 0x0000F0, "Wrong size on FRigUnit_BoneHarmonics"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, Bones) == 0x000070, "Member 'FRigUnit_BoneHarmonics::Bones' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveSpeed) == 0x000080, "Member 'FRigUnit_BoneHarmonics::WaveSpeed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveFrequency) == 0x00008C, "Member 'FRigUnit_BoneHarmonics::WaveFrequency' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveAmplitude) == 0x000098, "Member 'FRigUnit_BoneHarmonics::WaveAmplitude' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveOffset) == 0x0000A4, "Member 'FRigUnit_BoneHarmonics::WaveOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveNoise) == 0x0000B0, "Member 'FRigUnit_BoneHarmonics::WaveNoise' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveEase) == 0x0000BC, "Member 'FRigUnit_BoneHarmonics::WaveEase' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveMinimum) == 0x0000C0, "Member 'FRigUnit_BoneHarmonics::WaveMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveMaximum) == 0x0000C4, "Member 'FRigUnit_BoneHarmonics::WaveMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, RotationOrder) == 0x0000C8, "Member 'FRigUnit_BoneHarmonics::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, bPropagateToChildren) == 0x0000C9, "Member 'FRigUnit_BoneHarmonics::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WorkData) == 0x0000D0, "Member 'FRigUnit_BoneHarmonics::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetRelativeBoneTransform \ +static_assert(alignof(FRigUnit_SetRelativeBoneTransform) == 0x000010, "Wrong alignment on FRigUnit_SetRelativeBoneTransform"); \ +static_assert(sizeof(FRigUnit_SetRelativeBoneTransform) == 0x000100, "Wrong size on FRigUnit_SetRelativeBoneTransform"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, Bone) == 0x000070, "Member 'FRigUnit_SetRelativeBoneTransform::Bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, Space) == 0x00007C, "Member 'FRigUnit_SetRelativeBoneTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, Transform) == 0x000090, "Member 'FRigUnit_SetRelativeBoneTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, Weight) == 0x0000C0, "Member 'FRigUnit_SetRelativeBoneTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, bPropagateToChildren) == 0x0000C4, "Member 'FRigUnit_SetRelativeBoneTransform::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, CachedBone) == 0x0000C8, "Member 'FRigUnit_SetRelativeBoneTransform::CachedBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, CachedSpaceIndex) == 0x0000E0, "Member 'FRigUnit_SetRelativeBoneTransform::CachedSpaceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ControlName \ +static_assert(alignof(FRigUnit_ControlName) == 0x000008, "Wrong alignment on FRigUnit_ControlName"); \ +static_assert(sizeof(FRigUnit_ControlName) == 0x000018, "Wrong size on FRigUnit_ControlName"); \ +static_assert(offsetof(FRigUnit_ControlName, Control) == 0x000008, "Member 'FRigUnit_ControlName::Control' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SpaceName \ +static_assert(alignof(FRigUnit_SpaceName) == 0x000008, "Wrong alignment on FRigUnit_SpaceName"); \ +static_assert(sizeof(FRigUnit_SpaceName) == 0x000018, "Wrong size on FRigUnit_SpaceName"); \ +static_assert(offsetof(FRigUnit_SpaceName, Space) == 0x000008, "Member 'FRigUnit_SpaceName::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SlideChain_WorkData \ +static_assert(alignof(FRigUnit_SlideChain_WorkData) == 0x000008, "Wrong alignment on FRigUnit_SlideChain_WorkData"); \ +static_assert(sizeof(FRigUnit_SlideChain_WorkData) == 0x000048, "Wrong size on FRigUnit_SlideChain_WorkData"); \ +static_assert(offsetof(FRigUnit_SlideChain_WorkData, ChainLength) == 0x000000, "Member 'FRigUnit_SlideChain_WorkData::ChainLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain_WorkData, ItemSegments) == 0x000008, "Member 'FRigUnit_SlideChain_WorkData::ItemSegments' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain_WorkData, CachedItems) == 0x000018, "Member 'FRigUnit_SlideChain_WorkData::CachedItems' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain_WorkData, Transforms) == 0x000028, "Member 'FRigUnit_SlideChain_WorkData::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain_WorkData, BlendedTransforms) == 0x000038, "Member 'FRigUnit_SlideChain_WorkData::BlendedTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SlideChain \ +static_assert(alignof(FRigUnit_SlideChain) == 0x000008, "Wrong alignment on FRigUnit_SlideChain"); \ +static_assert(sizeof(FRigUnit_SlideChain) == 0x0000D8, "Wrong size on FRigUnit_SlideChain"); \ +static_assert(offsetof(FRigUnit_SlideChain, StartBone) == 0x000070, "Member 'FRigUnit_SlideChain::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain, EndBone) == 0x00007C, "Member 'FRigUnit_SlideChain::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain, SlideAmount) == 0x000088, "Member 'FRigUnit_SlideChain::SlideAmount' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain, bPropagateToChildren) == 0x00008C, "Member 'FRigUnit_SlideChain::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain, WorkData) == 0x000090, "Member 'FRigUnit_SlideChain::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_BoneName \ +static_assert(alignof(FRigUnit_BoneName) == 0x000008, "Wrong alignment on FRigUnit_BoneName"); \ +static_assert(sizeof(FRigUnit_BoneName) == 0x000018, "Wrong size on FRigUnit_BoneName"); \ +static_assert(offsetof(FRigUnit_BoneName, Bone) == 0x000008, "Member 'FRigUnit_BoneName::Bone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Item \ +static_assert(alignof(FRigUnit_Item) == 0x000008, "Wrong alignment on FRigUnit_Item"); \ +static_assert(sizeof(FRigUnit_Item) == 0x000018, "Wrong size on FRigUnit_Item"); \ +static_assert(offsetof(FRigUnit_Item, Item) == 0x000008, "Member 'FRigUnit_Item::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_BinaryTransformOp \ +static_assert(alignof(FRigUnit_BinaryTransformOp) == 0x000010, "Wrong alignment on FRigUnit_BinaryTransformOp"); \ +static_assert(sizeof(FRigUnit_BinaryTransformOp) == 0x0000A0, "Wrong size on FRigUnit_BinaryTransformOp"); \ +static_assert(offsetof(FRigUnit_BinaryTransformOp, Argument0) == 0x000010, "Member 'FRigUnit_BinaryTransformOp::Argument0' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BinaryTransformOp, Argument1) == 0x000040, "Member 'FRigUnit_BinaryTransformOp::Argument1' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BinaryTransformOp, Result) == 0x000070, "Member 'FRigUnit_BinaryTransformOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CCDIK_RotationLimitPerItem \ +static_assert(alignof(FRigUnit_CCDIK_RotationLimitPerItem) == 0x000004, "Wrong alignment on FRigUnit_CCDIK_RotationLimitPerItem"); \ +static_assert(sizeof(FRigUnit_CCDIK_RotationLimitPerItem) == 0x000014, "Wrong size on FRigUnit_CCDIK_RotationLimitPerItem"); \ +static_assert(offsetof(FRigUnit_CCDIK_RotationLimitPerItem, Item) == 0x000000, "Member 'FRigUnit_CCDIK_RotationLimitPerItem::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK_RotationLimitPerItem, Limit) == 0x000010, "Member 'FRigUnit_CCDIK_RotationLimitPerItem::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CCDIKPerItem \ +static_assert(alignof(FRigUnit_CCDIKPerItem) == 0x000010, "Wrong alignment on FRigUnit_CCDIKPerItem"); \ +static_assert(sizeof(FRigUnit_CCDIKPerItem) == 0x000140, "Wrong size on FRigUnit_CCDIKPerItem"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, Items) == 0x000070, "Member 'FRigUnit_CCDIKPerItem::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, EffectorTransform) == 0x000080, "Member 'FRigUnit_CCDIKPerItem::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, Precision) == 0x0000B0, "Member 'FRigUnit_CCDIKPerItem::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, Weight) == 0x0000B4, "Member 'FRigUnit_CCDIKPerItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, MaxIterations) == 0x0000B8, "Member 'FRigUnit_CCDIKPerItem::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, bStartFromTail) == 0x0000BC, "Member 'FRigUnit_CCDIKPerItem::bStartFromTail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, BaseRotationLimit) == 0x0000C0, "Member 'FRigUnit_CCDIKPerItem::BaseRotationLimit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, RotationLimits) == 0x0000C8, "Member 'FRigUnit_CCDIKPerItem::RotationLimits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, bPropagateToChildren) == 0x0000D8, "Member 'FRigUnit_CCDIKPerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, WorkData) == 0x0000E0, "Member 'FRigUnit_CCDIKPerItem::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SlideChainPerItem \ +static_assert(alignof(FRigUnit_SlideChainPerItem) == 0x000008, "Wrong alignment on FRigUnit_SlideChainPerItem"); \ +static_assert(sizeof(FRigUnit_SlideChainPerItem) == 0x0000D0, "Wrong size on FRigUnit_SlideChainPerItem"); \ +static_assert(offsetof(FRigUnit_SlideChainPerItem, Items) == 0x000070, "Member 'FRigUnit_SlideChainPerItem::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChainPerItem, SlideAmount) == 0x000080, "Member 'FRigUnit_SlideChainPerItem::SlideAmount' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChainPerItem, bPropagateToChildren) == 0x000084, "Member 'FRigUnit_SlideChainPerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChainPerItem, WorkData) == 0x000088, "Member 'FRigUnit_SlideChainPerItem::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CCDIK_RotationLimit \ +static_assert(alignof(FRigUnit_CCDIK_RotationLimit) == 0x000004, "Wrong alignment on FRigUnit_CCDIK_RotationLimit"); \ +static_assert(sizeof(FRigUnit_CCDIK_RotationLimit) == 0x000010, "Wrong size on FRigUnit_CCDIK_RotationLimit"); \ +static_assert(offsetof(FRigUnit_CCDIK_RotationLimit, Bone) == 0x000000, "Member 'FRigUnit_CCDIK_RotationLimit::Bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK_RotationLimit, Limit) == 0x00000C, "Member 'FRigUnit_CCDIK_RotationLimit::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CCDIK \ +static_assert(alignof(FRigUnit_CCDIK) == 0x000010, "Wrong alignment on FRigUnit_CCDIK"); \ +static_assert(sizeof(FRigUnit_CCDIK) == 0x000150, "Wrong size on FRigUnit_CCDIK"); \ +static_assert(offsetof(FRigUnit_CCDIK, StartBone) == 0x000070, "Member 'FRigUnit_CCDIK::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, EffectorBone) == 0x00007C, "Member 'FRigUnit_CCDIK::EffectorBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, EffectorTransform) == 0x000090, "Member 'FRigUnit_CCDIK::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, Precision) == 0x0000C0, "Member 'FRigUnit_CCDIK::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, Weight) == 0x0000C4, "Member 'FRigUnit_CCDIK::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, MaxIterations) == 0x0000C8, "Member 'FRigUnit_CCDIK::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, bStartFromTail) == 0x0000CC, "Member 'FRigUnit_CCDIK::bStartFromTail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, BaseRotationLimit) == 0x0000D0, "Member 'FRigUnit_CCDIK::BaseRotationLimit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, RotationLimits) == 0x0000D8, "Member 'FRigUnit_CCDIK::RotationLimits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, bPropagateToChildren) == 0x0000E8, "Member 'FRigUnit_CCDIK::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, WorkData) == 0x0000F0, "Member 'FRigUnit_CCDIK::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TimeOffsetVector \ +static_assert(alignof(FRigUnit_TimeOffsetVector) == 0x000008, "Wrong alignment on FRigUnit_TimeOffsetVector"); \ +static_assert(sizeof(FRigUnit_TimeOffsetVector) == 0x000058, "Wrong size on FRigUnit_TimeOffsetVector"); \ +static_assert(offsetof(FRigUnit_TimeOffsetVector, Value) == 0x000008, "Member 'FRigUnit_TimeOffsetVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetVector, SecondsAgo) == 0x000014, "Member 'FRigUnit_TimeOffsetVector::SecondsAgo' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetVector, BufferSize) == 0x000018, "Member 'FRigUnit_TimeOffsetVector::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetVector, TimeRange) == 0x00001C, "Member 'FRigUnit_TimeOffsetVector::TimeRange' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetVector, Result) == 0x000020, "Member 'FRigUnit_TimeOffsetVector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetVector, Buffer) == 0x000030, "Member 'FRigUnit_TimeOffsetVector::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetVector, DeltaTimes) == 0x000040, "Member 'FRigUnit_TimeOffsetVector::DeltaTimes' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetVector, LastInsertIndex) == 0x000050, "Member 'FRigUnit_TimeOffsetVector::LastInsertIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetVector, UpperBound) == 0x000054, "Member 'FRigUnit_TimeOffsetVector::UpperBound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ChainHarmonics_Reach \ +static_assert(alignof(FRigUnit_ChainHarmonics_Reach) == 0x000004, "Wrong alignment on FRigUnit_ChainHarmonics_Reach"); \ +static_assert(sizeof(FRigUnit_ChainHarmonics_Reach) == 0x000028, "Wrong size on FRigUnit_ChainHarmonics_Reach"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Reach, bEnabled) == 0x000000, "Member 'FRigUnit_ChainHarmonics_Reach::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Reach, ReachTarget) == 0x000004, "Member 'FRigUnit_ChainHarmonics_Reach::ReachTarget' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Reach, ReachAxis) == 0x000010, "Member 'FRigUnit_ChainHarmonics_Reach::ReachAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Reach, ReachMinimum) == 0x00001C, "Member 'FRigUnit_ChainHarmonics_Reach::ReachMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Reach, ReachMaximum) == 0x000020, "Member 'FRigUnit_ChainHarmonics_Reach::ReachMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Reach, ReachEase) == 0x000024, "Member 'FRigUnit_ChainHarmonics_Reach::ReachEase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ChainHarmonics_Wave \ +static_assert(alignof(FRigUnit_ChainHarmonics_Wave) == 0x000004, "Wrong alignment on FRigUnit_ChainHarmonics_Wave"); \ +static_assert(sizeof(FRigUnit_ChainHarmonics_Wave) == 0x000040, "Wrong size on FRigUnit_ChainHarmonics_Wave"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, bEnabled) == 0x000000, "Member 'FRigUnit_ChainHarmonics_Wave::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveFrequency) == 0x000004, "Member 'FRigUnit_ChainHarmonics_Wave::WaveFrequency' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveAmplitude) == 0x000010, "Member 'FRigUnit_ChainHarmonics_Wave::WaveAmplitude' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveOffset) == 0x00001C, "Member 'FRigUnit_ChainHarmonics_Wave::WaveOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveNoise) == 0x000028, "Member 'FRigUnit_ChainHarmonics_Wave::WaveNoise' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveMinimum) == 0x000034, "Member 'FRigUnit_ChainHarmonics_Wave::WaveMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveMaximum) == 0x000038, "Member 'FRigUnit_ChainHarmonics_Wave::WaveMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveEase) == 0x00003C, "Member 'FRigUnit_ChainHarmonics_Wave::WaveEase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ChainHarmonics_Pendulum \ +static_assert(alignof(FRigUnit_ChainHarmonics_Pendulum) == 0x000004, "Wrong alignment on FRigUnit_ChainHarmonics_Pendulum"); \ +static_assert(sizeof(FRigUnit_ChainHarmonics_Pendulum) == 0x00003C, "Wrong size on FRigUnit_ChainHarmonics_Pendulum"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, bEnabled) == 0x000000, "Member 'FRigUnit_ChainHarmonics_Pendulum::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, PendulumStiffness) == 0x000004, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumStiffness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, PendulumGravity) == 0x000008, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumGravity' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, PendulumBlend) == 0x000014, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumBlend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, PendulumDrag) == 0x000018, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumDrag' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, PendulumMinimum) == 0x00001C, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, PendulumMaximum) == 0x000020, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, PendulumEase) == 0x000024, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumEase' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, UnwindAxis) == 0x000028, "Member 'FRigUnit_ChainHarmonics_Pendulum::UnwindAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, UnwindMinimum) == 0x000034, "Member 'FRigUnit_ChainHarmonics_Pendulum::UnwindMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, UnwindMaximum) == 0x000038, "Member 'FRigUnit_ChainHarmonics_Pendulum::UnwindMaximum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ChainHarmonics_WorkData \ +static_assert(alignof(FRigUnit_ChainHarmonics_WorkData) == 0x000008, "Wrong alignment on FRigUnit_ChainHarmonics_WorkData"); \ +static_assert(sizeof(FRigUnit_ChainHarmonics_WorkData) == 0x000090, "Wrong size on FRigUnit_ChainHarmonics_WorkData"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, Time) == 0x000000, "Member 'FRigUnit_ChainHarmonics_WorkData::Time' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, Items) == 0x000010, "Member 'FRigUnit_ChainHarmonics_WorkData::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, Ratio) == 0x000020, "Member 'FRigUnit_ChainHarmonics_WorkData::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, LocalTip) == 0x000030, "Member 'FRigUnit_ChainHarmonics_WorkData::LocalTip' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, PendulumTip) == 0x000040, "Member 'FRigUnit_ChainHarmonics_WorkData::PendulumTip' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, PendulumPosition) == 0x000050, "Member 'FRigUnit_ChainHarmonics_WorkData::PendulumPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, PendulumVelocity) == 0x000060, "Member 'FRigUnit_ChainHarmonics_WorkData::PendulumVelocity' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, HierarchyLine) == 0x000070, "Member 'FRigUnit_ChainHarmonics_WorkData::HierarchyLine' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, VelocityLines) == 0x000080, "Member 'FRigUnit_ChainHarmonics_WorkData::VelocityLines' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ChainHarmonicsPerItem \ +static_assert(alignof(FRigUnit_ChainHarmonicsPerItem) == 0x000010, "Wrong alignment on FRigUnit_ChainHarmonicsPerItem"); \ +static_assert(sizeof(FRigUnit_ChainHarmonicsPerItem) == 0x000280, "Wrong size on FRigUnit_ChainHarmonicsPerItem"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, ChainRoot) == 0x000070, "Member 'FRigUnit_ChainHarmonicsPerItem::ChainRoot' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Speed) == 0x000080, "Member 'FRigUnit_ChainHarmonicsPerItem::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Reach) == 0x00008C, "Member 'FRigUnit_ChainHarmonicsPerItem::Reach' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Wave) == 0x0000B4, "Member 'FRigUnit_ChainHarmonicsPerItem::Wave' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, WaveCurve) == 0x0000F8, "Member 'FRigUnit_ChainHarmonicsPerItem::WaveCurve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Pendulum) == 0x000180, "Member 'FRigUnit_ChainHarmonicsPerItem::Pendulum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, bDrawDebug) == 0x0001BC, "Member 'FRigUnit_ChainHarmonicsPerItem::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, DrawWorldOffset) == 0x0001C0, "Member 'FRigUnit_ChainHarmonicsPerItem::DrawWorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, WorkData) == 0x0001F0, "Member 'FRigUnit_ChainHarmonicsPerItem::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_QuaternionToAngle \ +static_assert(alignof(FRigUnit_QuaternionToAngle) == 0x000010, "Wrong alignment on FRigUnit_QuaternionToAngle"); \ +static_assert(sizeof(FRigUnit_QuaternionToAngle) == 0x000040, "Wrong size on FRigUnit_QuaternionToAngle"); \ +static_assert(offsetof(FRigUnit_QuaternionToAngle, Axis) == 0x000008, "Member 'FRigUnit_QuaternionToAngle::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_QuaternionToAngle, Argument) == 0x000020, "Member 'FRigUnit_QuaternionToAngle::Argument' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_QuaternionToAngle, Angle) == 0x000030, "Member 'FRigUnit_QuaternionToAngle::Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PointSimulation_BoneTarget \ +static_assert(alignof(FRigUnit_PointSimulation_BoneTarget) == 0x000004, "Wrong alignment on FRigUnit_PointSimulation_BoneTarget"); \ +static_assert(sizeof(FRigUnit_PointSimulation_BoneTarget) == 0x000018, "Wrong size on FRigUnit_PointSimulation_BoneTarget"); \ +static_assert(offsetof(FRigUnit_PointSimulation_BoneTarget, Bone) == 0x000000, "Member 'FRigUnit_PointSimulation_BoneTarget::Bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation_BoneTarget, TranslationPoint) == 0x00000C, "Member 'FRigUnit_PointSimulation_BoneTarget::TranslationPoint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation_BoneTarget, PrimaryAimPoint) == 0x000010, "Member 'FRigUnit_PointSimulation_BoneTarget::PrimaryAimPoint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation_BoneTarget, SecondaryAimPoint) == 0x000014, "Member 'FRigUnit_PointSimulation_BoneTarget::SecondaryAimPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ChainHarmonics \ +static_assert(alignof(FRigUnit_ChainHarmonics) == 0x000010, "Wrong alignment on FRigUnit_ChainHarmonics"); \ +static_assert(sizeof(FRigUnit_ChainHarmonics) == 0x000280, "Wrong size on FRigUnit_ChainHarmonics"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, ChainRoot) == 0x000070, "Member 'FRigUnit_ChainHarmonics::ChainRoot' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, Speed) == 0x00007C, "Member 'FRigUnit_ChainHarmonics::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, Reach) == 0x000088, "Member 'FRigUnit_ChainHarmonics::Reach' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, Wave) == 0x0000B0, "Member 'FRigUnit_ChainHarmonics::Wave' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, WaveCurve) == 0x0000F0, "Member 'FRigUnit_ChainHarmonics::WaveCurve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, Pendulum) == 0x000178, "Member 'FRigUnit_ChainHarmonics::Pendulum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, bDrawDebug) == 0x0001B4, "Member 'FRigUnit_ChainHarmonics::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, DrawWorldOffset) == 0x0001C0, "Member 'FRigUnit_ChainHarmonics::DrawWorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, WorkData) == 0x0001F0, "Member 'FRigUnit_ChainHarmonics::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Timeline \ +static_assert(alignof(FRigUnit_Timeline) == 0x000008, "Wrong alignment on FRigUnit_Timeline"); \ +static_assert(sizeof(FRigUnit_Timeline) == 0x000018, "Wrong size on FRigUnit_Timeline"); \ +static_assert(offsetof(FRigUnit_Timeline, Speed) == 0x000008, "Member 'FRigUnit_Timeline::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Timeline, Time) == 0x00000C, "Member 'FRigUnit_Timeline::Time' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Timeline, AccumulatedValue) == 0x000010, "Member 'FRigUnit_Timeline::AccumulatedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionBaseMutable \ +static_assert(alignof(FRigUnit_CollectionBaseMutable) == 0x000008, "Wrong alignment on FRigUnit_CollectionBaseMutable"); \ +static_assert(sizeof(FRigUnit_CollectionBaseMutable) == 0x000070, "Wrong size on FRigUnit_CollectionBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionLoop \ +static_assert(alignof(FRigUnit_CollectionLoop) == 0x000008, "Wrong alignment on FRigUnit_CollectionLoop"); \ +static_assert(sizeof(FRigUnit_CollectionLoop) == 0x000108, "Wrong size on FRigUnit_CollectionLoop"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Collection) == 0x000070, "Member 'FRigUnit_CollectionLoop::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Item) == 0x000080, "Member 'FRigUnit_CollectionLoop::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Index) == 0x000090, "Member 'FRigUnit_CollectionLoop::Index' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Count) == 0x000094, "Member 'FRigUnit_CollectionLoop::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Ratio) == 0x000098, "Member 'FRigUnit_CollectionLoop::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Continue) == 0x00009C, "Member 'FRigUnit_CollectionLoop::Continue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Completed) == 0x0000A0, "Member 'FRigUnit_CollectionLoop::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ProjectTransformToNewParent \ +static_assert(alignof(FRigUnit_ProjectTransformToNewParent) == 0x000010, "Wrong alignment on FRigUnit_ProjectTransformToNewParent"); \ +static_assert(sizeof(FRigUnit_ProjectTransformToNewParent) == 0x0000D0, "Wrong size on FRigUnit_ProjectTransformToNewParent"); \ +static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, Child) == 0x000008, "Member 'FRigUnit_ProjectTransformToNewParent::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, bChildInitial) == 0x000018, "Member 'FRigUnit_ProjectTransformToNewParent::bChildInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, OldParent) == 0x00001C, "Member 'FRigUnit_ProjectTransformToNewParent::OldParent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, bOldParentInitial) == 0x00002C, "Member 'FRigUnit_ProjectTransformToNewParent::bOldParentInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, NewParent) == 0x000030, "Member 'FRigUnit_ProjectTransformToNewParent::NewParent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, bNewParentInitial) == 0x000040, "Member 'FRigUnit_ProjectTransformToNewParent::bNewParentInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, Transform) == 0x000050, "Member 'FRigUnit_ProjectTransformToNewParent::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, CachedChild) == 0x000080, "Member 'FRigUnit_ProjectTransformToNewParent::CachedChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, CachedOldParent) == 0x000098, "Member 'FRigUnit_ProjectTransformToNewParent::CachedOldParent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, CachedNewParent) == 0x0000B0, "Member 'FRigUnit_ProjectTransformToNewParent::CachedNewParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionItemAtIndex \ +static_assert(alignof(FRigUnit_CollectionItemAtIndex) == 0x000008, "Wrong alignment on FRigUnit_CollectionItemAtIndex"); \ +static_assert(sizeof(FRigUnit_CollectionItemAtIndex) == 0x000030, "Wrong size on FRigUnit_CollectionItemAtIndex"); \ +static_assert(offsetof(FRigUnit_CollectionItemAtIndex, Collection) == 0x000008, "Member 'FRigUnit_CollectionItemAtIndex::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionItemAtIndex, Index) == 0x000018, "Member 'FRigUnit_CollectionItemAtIndex::Index' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionItemAtIndex, Item) == 0x00001C, "Member 'FRigUnit_CollectionItemAtIndex::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionCount \ +static_assert(alignof(FRigUnit_CollectionCount) == 0x000008, "Wrong alignment on FRigUnit_CollectionCount"); \ +static_assert(sizeof(FRigUnit_CollectionCount) == 0x000020, "Wrong size on FRigUnit_CollectionCount"); \ +static_assert(offsetof(FRigUnit_CollectionCount, Collection) == 0x000008, "Member 'FRigUnit_CollectionCount::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionCount, Count) == 0x000018, "Member 'FRigUnit_CollectionCount::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionReverse \ +static_assert(alignof(FRigUnit_CollectionReverse) == 0x000008, "Wrong alignment on FRigUnit_CollectionReverse"); \ +static_assert(sizeof(FRigUnit_CollectionReverse) == 0x000028, "Wrong size on FRigUnit_CollectionReverse"); \ +static_assert(offsetof(FRigUnit_CollectionReverse, Collection) == 0x000008, "Member 'FRigUnit_CollectionReverse::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReverse, Reversed) == 0x000018, "Member 'FRigUnit_CollectionReverse::Reversed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionDifference \ +static_assert(alignof(FRigUnit_CollectionDifference) == 0x000008, "Wrong alignment on FRigUnit_CollectionDifference"); \ +static_assert(sizeof(FRigUnit_CollectionDifference) == 0x000038, "Wrong size on FRigUnit_CollectionDifference"); \ +static_assert(offsetof(FRigUnit_CollectionDifference, A) == 0x000008, "Member 'FRigUnit_CollectionDifference::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionDifference, B) == 0x000018, "Member 'FRigUnit_CollectionDifference::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionDifference, Collection) == 0x000028, "Member 'FRigUnit_CollectionDifference::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TransformConstraint_WorkData \ +static_assert(alignof(FRigUnit_TransformConstraint_WorkData) == 0x000008, "Wrong alignment on FRigUnit_TransformConstraint_WorkData"); \ +static_assert(sizeof(FRigUnit_TransformConstraint_WorkData) == 0x000060, "Wrong size on FRigUnit_TransformConstraint_WorkData"); \ +static_assert(offsetof(FRigUnit_TransformConstraint_WorkData, ConstraintData) == 0x000000, "Member 'FRigUnit_TransformConstraint_WorkData::ConstraintData' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraint_WorkData, ConstraintDataToTargets) == 0x000010, "Member 'FRigUnit_TransformConstraint_WorkData::ConstraintDataToTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionUnion \ +static_assert(alignof(FRigUnit_CollectionUnion) == 0x000008, "Wrong alignment on FRigUnit_CollectionUnion"); \ +static_assert(sizeof(FRigUnit_CollectionUnion) == 0x000038, "Wrong size on FRigUnit_CollectionUnion"); \ +static_assert(offsetof(FRigUnit_CollectionUnion, A) == 0x000008, "Member 'FRigUnit_CollectionUnion::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionUnion, B) == 0x000018, "Member 'FRigUnit_CollectionUnion::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionUnion, Collection) == 0x000028, "Member 'FRigUnit_CollectionUnion::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionItems \ +static_assert(alignof(FRigUnit_CollectionItems) == 0x000008, "Wrong alignment on FRigUnit_CollectionItems"); \ +static_assert(sizeof(FRigUnit_CollectionItems) == 0x000028, "Wrong size on FRigUnit_CollectionItems"); \ +static_assert(offsetof(FRigUnit_CollectionItems, Items) == 0x000008, "Member 'FRigUnit_CollectionItems::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionItems, Collection) == 0x000018, "Member 'FRigUnit_CollectionItems::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionReplaceItems \ +static_assert(alignof(FRigUnit_CollectionReplaceItems) == 0x000008, "Wrong alignment on FRigUnit_CollectionReplaceItems"); \ +static_assert(sizeof(FRigUnit_CollectionReplaceItems) == 0x000060, "Wrong size on FRigUnit_CollectionReplaceItems"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItems, Items) == 0x000008, "Member 'FRigUnit_CollectionReplaceItems::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItems, Old) == 0x000018, "Member 'FRigUnit_CollectionReplaceItems::Old' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItems, New) == 0x000024, "Member 'FRigUnit_CollectionReplaceItems::New' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItems, RemoveInvalidItems) == 0x000030, "Member 'FRigUnit_CollectionReplaceItems::RemoveInvalidItems' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItems, Collection) == 0x000038, "Member 'FRigUnit_CollectionReplaceItems::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItems, CachedCollection) == 0x000048, "Member 'FRigUnit_CollectionReplaceItems::CachedCollection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItems, CachedHierarchyHash) == 0x000058, "Member 'FRigUnit_CollectionReplaceItems::CachedHierarchyHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionNameSearch \ +static_assert(alignof(FRigUnit_CollectionNameSearch) == 0x000008, "Wrong alignment on FRigUnit_CollectionNameSearch"); \ +static_assert(sizeof(FRigUnit_CollectionNameSearch) == 0x000040, "Wrong size on FRigUnit_CollectionNameSearch"); \ +static_assert(offsetof(FRigUnit_CollectionNameSearch, PartialName) == 0x000008, "Member 'FRigUnit_CollectionNameSearch::PartialName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionNameSearch, TypeToSearch) == 0x000014, "Member 'FRigUnit_CollectionNameSearch::TypeToSearch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionNameSearch, Collection) == 0x000018, "Member 'FRigUnit_CollectionNameSearch::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionNameSearch, CachedCollection) == 0x000028, "Member 'FRigUnit_CollectionNameSearch::CachedCollection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionNameSearch, CachedHierarchyHash) == 0x000038, "Member 'FRigUnit_CollectionNameSearch::CachedHierarchyHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Control \ +static_assert(alignof(FRigUnit_Control) == 0x000010, "Wrong alignment on FRigUnit_Control"); \ +static_assert(sizeof(FRigUnit_Control) == 0x0000D0, "Wrong size on FRigUnit_Control"); \ +static_assert(offsetof(FRigUnit_Control, Transform) == 0x000008, "Member 'FRigUnit_Control::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Control, Base) == 0x000030, "Member 'FRigUnit_Control::Base' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Control, InitTransform) == 0x000060, "Member 'FRigUnit_Control::InitTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Control, Result) == 0x000090, "Member 'FRigUnit_Control::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Control, Filter) == 0x0000C0, "Member 'FRigUnit_Control::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Control_StaticMesh \ +static_assert(alignof(FRigUnit_Control_StaticMesh) == 0x000010, "Wrong alignment on FRigUnit_Control_StaticMesh"); \ +static_assert(sizeof(FRigUnit_Control_StaticMesh) == 0x000100, "Wrong size on FRigUnit_Control_StaticMesh"); \ +static_assert(offsetof(FRigUnit_Control_StaticMesh, MeshTransform) == 0x0000D0, "Member 'FRigUnit_Control_StaticMesh::MeshTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ConvertQuaternionToVector \ +static_assert(alignof(FRigUnit_ConvertQuaternionToVector) == 0x000010, "Wrong alignment on FRigUnit_ConvertQuaternionToVector"); \ +static_assert(sizeof(FRigUnit_ConvertQuaternionToVector) == 0x000030, "Wrong size on FRigUnit_ConvertQuaternionToVector"); \ +static_assert(offsetof(FRigUnit_ConvertQuaternionToVector, Input) == 0x000010, "Member 'FRigUnit_ConvertQuaternionToVector::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ConvertQuaternionToVector, Result) == 0x000020, "Member 'FRigUnit_ConvertQuaternionToVector::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ConvertRotationToVector \ +static_assert(alignof(FRigUnit_ConvertRotationToVector) == 0x000008, "Wrong alignment on FRigUnit_ConvertRotationToVector"); \ +static_assert(sizeof(FRigUnit_ConvertRotationToVector) == 0x000020, "Wrong size on FRigUnit_ConvertRotationToVector"); \ +static_assert(offsetof(FRigUnit_ConvertRotationToVector, Input) == 0x000008, "Member 'FRigUnit_ConvertRotationToVector::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ConvertRotationToVector, Result) == 0x000014, "Member 'FRigUnit_ConvertRotationToVector::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ConvertVectorToQuaternion \ +static_assert(alignof(FRigUnit_ConvertVectorToQuaternion) == 0x000010, "Wrong alignment on FRigUnit_ConvertVectorToQuaternion"); \ +static_assert(sizeof(FRigUnit_ConvertVectorToQuaternion) == 0x000030, "Wrong size on FRigUnit_ConvertVectorToQuaternion"); \ +static_assert(offsetof(FRigUnit_ConvertVectorToQuaternion, Input) == 0x000008, "Member 'FRigUnit_ConvertVectorToQuaternion::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ConvertVectorToQuaternion, Result) == 0x000020, "Member 'FRigUnit_ConvertVectorToQuaternion::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ConvertQuaternion \ +static_assert(alignof(FRigUnit_ConvertQuaternion) == 0x000010, "Wrong alignment on FRigUnit_ConvertQuaternion"); \ +static_assert(sizeof(FRigUnit_ConvertQuaternion) == 0x000030, "Wrong size on FRigUnit_ConvertQuaternion"); \ +static_assert(offsetof(FRigUnit_ConvertQuaternion, Input) == 0x000010, "Member 'FRigUnit_ConvertQuaternion::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ConvertQuaternion, Result) == 0x000020, "Member 'FRigUnit_ConvertQuaternion::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ConvertVectorRotation \ +static_assert(alignof(FRigUnit_ConvertVectorRotation) == 0x000010, "Wrong alignment on FRigUnit_ConvertVectorRotation"); \ +static_assert(sizeof(FRigUnit_ConvertVectorRotation) == 0x000030, "Wrong size on FRigUnit_ConvertVectorRotation"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ConvertTransform \ +static_assert(alignof(FRigUnit_ConvertTransform) == 0x000010, "Wrong alignment on FRigUnit_ConvertTransform"); \ +static_assert(sizeof(FRigUnit_ConvertTransform) == 0x000070, "Wrong size on FRigUnit_ConvertTransform"); \ +static_assert(offsetof(FRigUnit_ConvertTransform, Input) == 0x000010, "Member 'FRigUnit_ConvertTransform::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ConvertTransform, Result) == 0x000040, "Member 'FRigUnit_ConvertTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugBezierItemSpace \ +static_assert(alignof(FRigUnit_DebugBezierItemSpace) == 0x000010, "Wrong alignment on FRigUnit_DebugBezierItemSpace"); \ +static_assert(sizeof(FRigUnit_DebugBezierItemSpace) == 0x000110, "Wrong size on FRigUnit_DebugBezierItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, Bezier) == 0x000070, "Member 'FRigUnit_DebugBezierItemSpace::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, MinimumU) == 0x0000A0, "Member 'FRigUnit_DebugBezierItemSpace::MinimumU' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, MaximumU) == 0x0000A4, "Member 'FRigUnit_DebugBezierItemSpace::MaximumU' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, Color) == 0x0000A8, "Member 'FRigUnit_DebugBezierItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, Thickness) == 0x0000B8, "Member 'FRigUnit_DebugBezierItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, Detail) == 0x0000BC, "Member 'FRigUnit_DebugBezierItemSpace::Detail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, Space) == 0x0000C0, "Member 'FRigUnit_DebugBezierItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, WorldOffset) == 0x0000D0, "Member 'FRigUnit_DebugBezierItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, bEnabled) == 0x000100, "Member 'FRigUnit_DebugBezierItemSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugBezier \ +static_assert(alignof(FRigUnit_DebugBezier) == 0x000010, "Wrong alignment on FRigUnit_DebugBezier"); \ +static_assert(sizeof(FRigUnit_DebugBezier) == 0x000110, "Wrong size on FRigUnit_DebugBezier"); \ +static_assert(offsetof(FRigUnit_DebugBezier, Bezier) == 0x000070, "Member 'FRigUnit_DebugBezier::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, MinimumU) == 0x0000A0, "Member 'FRigUnit_DebugBezier::MinimumU' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, MaximumU) == 0x0000A4, "Member 'FRigUnit_DebugBezier::MaximumU' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, Color) == 0x0000A8, "Member 'FRigUnit_DebugBezier::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, Thickness) == 0x0000B8, "Member 'FRigUnit_DebugBezier::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, Detail) == 0x0000BC, "Member 'FRigUnit_DebugBezier::Detail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, Space) == 0x0000C0, "Member 'FRigUnit_DebugBezier::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, WorldOffset) == 0x0000D0, "Member 'FRigUnit_DebugBezier::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, bEnabled) == 0x000100, "Member 'FRigUnit_DebugBezier::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugLineItemSpace \ +static_assert(alignof(FRigUnit_DebugLineItemSpace) == 0x000010, "Wrong alignment on FRigUnit_DebugLineItemSpace"); \ +static_assert(sizeof(FRigUnit_DebugLineItemSpace) == 0x0000F0, "Wrong size on FRigUnit_DebugLineItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, A) == 0x000070, "Member 'FRigUnit_DebugLineItemSpace::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, B) == 0x00007C, "Member 'FRigUnit_DebugLineItemSpace::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, Color) == 0x000088, "Member 'FRigUnit_DebugLineItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, Thickness) == 0x000098, "Member 'FRigUnit_DebugLineItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, Space) == 0x00009C, "Member 'FRigUnit_DebugLineItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, WorldOffset) == 0x0000B0, "Member 'FRigUnit_DebugLineItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, bEnabled) == 0x0000E0, "Member 'FRigUnit_DebugLineItemSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugLineStripItemSpace \ +static_assert(alignof(FRigUnit_DebugLineStripItemSpace) == 0x000010, "Wrong alignment on FRigUnit_DebugLineStripItemSpace"); \ +static_assert(sizeof(FRigUnit_DebugLineStripItemSpace) == 0x0000F0, "Wrong size on FRigUnit_DebugLineStripItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, Points) == 0x000070, "Member 'FRigUnit_DebugLineStripItemSpace::Points' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, Color) == 0x000080, "Member 'FRigUnit_DebugLineStripItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, Thickness) == 0x000090, "Member 'FRigUnit_DebugLineStripItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, Space) == 0x000094, "Member 'FRigUnit_DebugLineStripItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, WorldOffset) == 0x0000B0, "Member 'FRigUnit_DebugLineStripItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, bEnabled) == 0x0000E0, "Member 'FRigUnit_DebugLineStripItemSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugLineStrip \ +static_assert(alignof(FRigUnit_DebugLineStrip) == 0x000010, "Wrong alignment on FRigUnit_DebugLineStrip"); \ +static_assert(sizeof(FRigUnit_DebugLineStrip) == 0x0000E0, "Wrong size on FRigUnit_DebugLineStrip"); \ +static_assert(offsetof(FRigUnit_DebugLineStrip, Points) == 0x000070, "Member 'FRigUnit_DebugLineStrip::Points' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStrip, Color) == 0x000080, "Member 'FRigUnit_DebugLineStrip::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStrip, Thickness) == 0x000090, "Member 'FRigUnit_DebugLineStrip::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStrip, Space) == 0x000094, "Member 'FRigUnit_DebugLineStrip::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStrip, WorldOffset) == 0x0000A0, "Member 'FRigUnit_DebugLineStrip::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStrip, bEnabled) == 0x0000D0, "Member 'FRigUnit_DebugLineStrip::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugPointMutable \ +static_assert(alignof(FRigUnit_DebugPointMutable) == 0x000010, "Wrong alignment on FRigUnit_DebugPointMutable"); \ +static_assert(sizeof(FRigUnit_DebugPointMutable) == 0x0000F0, "Wrong size on FRigUnit_DebugPointMutable"); \ +static_assert(offsetof(FRigUnit_DebugPointMutable, Vector) == 0x000070, "Member 'FRigUnit_DebugPointMutable::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPointMutable, Mode) == 0x00007C, "Member 'FRigUnit_DebugPointMutable::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPointMutable, Color) == 0x000080, "Member 'FRigUnit_DebugPointMutable::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPointMutable, Scale) == 0x000090, "Member 'FRigUnit_DebugPointMutable::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPointMutable, Thickness) == 0x000094, "Member 'FRigUnit_DebugPointMutable::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPointMutable, Space) == 0x000098, "Member 'FRigUnit_DebugPointMutable::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPointMutable, WorldOffset) == 0x0000B0, "Member 'FRigUnit_DebugPointMutable::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPointMutable, bEnabled) == 0x0000E0, "Member 'FRigUnit_DebugPointMutable::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugArcItemSpace \ +static_assert(alignof(FRigUnit_DebugArcItemSpace) == 0x000010, "Wrong alignment on FRigUnit_DebugArcItemSpace"); \ +static_assert(sizeof(FRigUnit_DebugArcItemSpace) == 0x000120, "Wrong size on FRigUnit_DebugArcItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Transform) == 0x000070, "Member 'FRigUnit_DebugArcItemSpace::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Color) == 0x0000A0, "Member 'FRigUnit_DebugArcItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Radius) == 0x0000B0, "Member 'FRigUnit_DebugArcItemSpace::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, MinimumDegrees) == 0x0000B4, "Member 'FRigUnit_DebugArcItemSpace::MinimumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, MaximumDegrees) == 0x0000B8, "Member 'FRigUnit_DebugArcItemSpace::MaximumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Thickness) == 0x0000BC, "Member 'FRigUnit_DebugArcItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Detail) == 0x0000C0, "Member 'FRigUnit_DebugArcItemSpace::Detail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Space) == 0x0000C4, "Member 'FRigUnit_DebugArcItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, WorldOffset) == 0x0000E0, "Member 'FRigUnit_DebugArcItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, bEnabled) == 0x000110, "Member 'FRigUnit_DebugArcItemSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugArc \ +static_assert(alignof(FRigUnit_DebugArc) == 0x000010, "Wrong alignment on FRigUnit_DebugArc"); \ +static_assert(sizeof(FRigUnit_DebugArc) == 0x000110, "Wrong size on FRigUnit_DebugArc"); \ +static_assert(offsetof(FRigUnit_DebugArc, Transform) == 0x000070, "Member 'FRigUnit_DebugArc::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, Color) == 0x0000A0, "Member 'FRigUnit_DebugArc::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, Radius) == 0x0000B0, "Member 'FRigUnit_DebugArc::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, MinimumDegrees) == 0x0000B4, "Member 'FRigUnit_DebugArc::MinimumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, MaximumDegrees) == 0x0000B8, "Member 'FRigUnit_DebugArc::MaximumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, Thickness) == 0x0000BC, "Member 'FRigUnit_DebugArc::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, Detail) == 0x0000C0, "Member 'FRigUnit_DebugArc::Detail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, Space) == 0x0000C4, "Member 'FRigUnit_DebugArc::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, WorldOffset) == 0x0000D0, "Member 'FRigUnit_DebugArc::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, bEnabled) == 0x000100, "Member 'FRigUnit_DebugArc::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugRectangleItemSpace \ +static_assert(alignof(FRigUnit_DebugRectangleItemSpace) == 0x000010, "Wrong alignment on FRigUnit_DebugRectangleItemSpace"); \ +static_assert(sizeof(FRigUnit_DebugRectangleItemSpace) == 0x000110, "Wrong size on FRigUnit_DebugRectangleItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, Transform) == 0x000070, "Member 'FRigUnit_DebugRectangleItemSpace::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, Color) == 0x0000A0, "Member 'FRigUnit_DebugRectangleItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, Scale) == 0x0000B0, "Member 'FRigUnit_DebugRectangleItemSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, Thickness) == 0x0000B4, "Member 'FRigUnit_DebugRectangleItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, Space) == 0x0000B8, "Member 'FRigUnit_DebugRectangleItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, WorldOffset) == 0x0000D0, "Member 'FRigUnit_DebugRectangleItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, bEnabled) == 0x000100, "Member 'FRigUnit_DebugRectangleItemSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugTransformArrayMutable \ +static_assert(alignof(FRigUnit_DebugTransformArrayMutable) == 0x000010, "Wrong alignment on FRigUnit_DebugTransformArrayMutable"); \ +static_assert(sizeof(FRigUnit_DebugTransformArrayMutable) == 0x000100, "Wrong size on FRigUnit_DebugTransformArrayMutable"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Transforms) == 0x000070, "Member 'FRigUnit_DebugTransformArrayMutable::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Mode) == 0x000080, "Member 'FRigUnit_DebugTransformArrayMutable::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Color) == 0x000084, "Member 'FRigUnit_DebugTransformArrayMutable::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Thickness) == 0x000094, "Member 'FRigUnit_DebugTransformArrayMutable::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Scale) == 0x000098, "Member 'FRigUnit_DebugTransformArrayMutable::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Space) == 0x00009C, "Member 'FRigUnit_DebugTransformArrayMutable::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, WorldOffset) == 0x0000B0, "Member 'FRigUnit_DebugTransformArrayMutable::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, bEnabled) == 0x0000E0, "Member 'FRigUnit_DebugTransformArrayMutable::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, WorkData) == 0x0000E8, "Member 'FRigUnit_DebugTransformArrayMutable::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugTransformMutableItemSpace \ +static_assert(alignof(FRigUnit_DebugTransformMutableItemSpace) == 0x000010, "Wrong alignment on FRigUnit_DebugTransformMutableItemSpace"); \ +static_assert(sizeof(FRigUnit_DebugTransformMutableItemSpace) == 0x000110, "Wrong size on FRigUnit_DebugTransformMutableItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Transform) == 0x000070, "Member 'FRigUnit_DebugTransformMutableItemSpace::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Mode) == 0x0000A0, "Member 'FRigUnit_DebugTransformMutableItemSpace::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Color) == 0x0000A4, "Member 'FRigUnit_DebugTransformMutableItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Thickness) == 0x0000B4, "Member 'FRigUnit_DebugTransformMutableItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Scale) == 0x0000B8, "Member 'FRigUnit_DebugTransformMutableItemSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Space) == 0x0000BC, "Member 'FRigUnit_DebugTransformMutableItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, WorldOffset) == 0x0000D0, "Member 'FRigUnit_DebugTransformMutableItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, bEnabled) == 0x000100, "Member 'FRigUnit_DebugTransformMutableItemSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugTransform \ +static_assert(alignof(FRigUnit_DebugTransform) == 0x000010, "Wrong alignment on FRigUnit_DebugTransform"); \ +static_assert(sizeof(FRigUnit_DebugTransform) == 0x0000B0, "Wrong size on FRigUnit_DebugTransform"); \ +static_assert(offsetof(FRigUnit_DebugTransform, Transform) == 0x000010, "Member 'FRigUnit_DebugTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransform, Mode) == 0x000040, "Member 'FRigUnit_DebugTransform::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransform, Color) == 0x000044, "Member 'FRigUnit_DebugTransform::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransform, Thickness) == 0x000054, "Member 'FRigUnit_DebugTransform::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransform, Scale) == 0x000058, "Member 'FRigUnit_DebugTransform::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransform, Space) == 0x00005C, "Member 'FRigUnit_DebugTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransform, WorldOffset) == 0x000070, "Member 'FRigUnit_DebugTransform::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransform, bEnabled) == 0x0000A0, "Member 'FRigUnit_DebugTransform::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DeltaFromPreviousTransform \ +static_assert(alignof(FRigUnit_DeltaFromPreviousTransform) == 0x000010, "Wrong alignment on FRigUnit_DeltaFromPreviousTransform"); \ +static_assert(sizeof(FRigUnit_DeltaFromPreviousTransform) == 0x0000D0, "Wrong size on FRigUnit_DeltaFromPreviousTransform"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousTransform, Value) == 0x000010, "Member 'FRigUnit_DeltaFromPreviousTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousTransform, Delta) == 0x000040, "Member 'FRigUnit_DeltaFromPreviousTransform::Delta' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousTransform, PreviousValue) == 0x000070, "Member 'FRigUnit_DeltaFromPreviousTransform::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousTransform, Cache) == 0x0000A0, "Member 'FRigUnit_DeltaFromPreviousTransform::Cache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DeltaFromPreviousQuat \ +static_assert(alignof(FRigUnit_DeltaFromPreviousQuat) == 0x000010, "Wrong alignment on FRigUnit_DeltaFromPreviousQuat"); \ +static_assert(sizeof(FRigUnit_DeltaFromPreviousQuat) == 0x000050, "Wrong size on FRigUnit_DeltaFromPreviousQuat"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousQuat, Value) == 0x000010, "Member 'FRigUnit_DeltaFromPreviousQuat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousQuat, Delta) == 0x000020, "Member 'FRigUnit_DeltaFromPreviousQuat::Delta' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousQuat, PreviousValue) == 0x000030, "Member 'FRigUnit_DeltaFromPreviousQuat::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousQuat, Cache) == 0x000040, "Member 'FRigUnit_DeltaFromPreviousQuat::Cache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DeltaFromPreviousVector \ +static_assert(alignof(FRigUnit_DeltaFromPreviousVector) == 0x000008, "Wrong alignment on FRigUnit_DeltaFromPreviousVector"); \ +static_assert(sizeof(FRigUnit_DeltaFromPreviousVector) == 0x000038, "Wrong size on FRigUnit_DeltaFromPreviousVector"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousVector, Value) == 0x000008, "Member 'FRigUnit_DeltaFromPreviousVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousVector, Delta) == 0x000014, "Member 'FRigUnit_DeltaFromPreviousVector::Delta' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousVector, PreviousValue) == 0x000020, "Member 'FRigUnit_DeltaFromPreviousVector::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousVector, Cache) == 0x00002C, "Member 'FRigUnit_DeltaFromPreviousVector::Cache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DeltaFromPreviousFloat \ +static_assert(alignof(FRigUnit_DeltaFromPreviousFloat) == 0x000008, "Wrong alignment on FRigUnit_DeltaFromPreviousFloat"); \ +static_assert(sizeof(FRigUnit_DeltaFromPreviousFloat) == 0x000018, "Wrong size on FRigUnit_DeltaFromPreviousFloat"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousFloat, Value) == 0x000008, "Member 'FRigUnit_DeltaFromPreviousFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousFloat, Delta) == 0x00000C, "Member 'FRigUnit_DeltaFromPreviousFloat::Delta' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousFloat, PreviousValue) == 0x000010, "Member 'FRigUnit_DeltaFromPreviousFloat::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousFloat, Cache) == 0x000014, "Member 'FRigUnit_DeltaFromPreviousFloat::Cache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DistributeRotation \ +static_assert(alignof(FRigUnit_DistributeRotation) == 0x000008, "Wrong alignment on FRigUnit_DistributeRotation"); \ +static_assert(sizeof(FRigUnit_DistributeRotation) == 0x0000F8, "Wrong size on FRigUnit_DistributeRotation"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, StartBone) == 0x000070, "Member 'FRigUnit_DistributeRotation::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, EndBone) == 0x00007C, "Member 'FRigUnit_DistributeRotation::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, Rotations) == 0x000088, "Member 'FRigUnit_DistributeRotation::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, RotationEaseType) == 0x000098, "Member 'FRigUnit_DistributeRotation::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, Weight) == 0x00009C, "Member 'FRigUnit_DistributeRotation::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, bPropagateToChildren) == 0x0000A0, "Member 'FRigUnit_DistributeRotation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, WorkData) == 0x0000A8, "Member 'FRigUnit_DistributeRotation::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DrawContainerSetThickness \ +static_assert(alignof(FRigUnit_DrawContainerSetThickness) == 0x000008, "Wrong alignment on FRigUnit_DrawContainerSetThickness"); \ +static_assert(sizeof(FRigUnit_DrawContainerSetThickness) == 0x000080, "Wrong size on FRigUnit_DrawContainerSetThickness"); \ +static_assert(offsetof(FRigUnit_DrawContainerSetThickness, InstructionName) == 0x000070, "Member 'FRigUnit_DrawContainerSetThickness::InstructionName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DrawContainerSetThickness, Thickness) == 0x00007C, "Member 'FRigUnit_DrawContainerSetThickness::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DrawContainerSetColor \ +static_assert(alignof(FRigUnit_DrawContainerSetColor) == 0x000008, "Wrong alignment on FRigUnit_DrawContainerSetColor"); \ +static_assert(sizeof(FRigUnit_DrawContainerSetColor) == 0x000090, "Wrong size on FRigUnit_DrawContainerSetColor"); \ +static_assert(offsetof(FRigUnit_DrawContainerSetColor, InstructionName) == 0x000070, "Member 'FRigUnit_DrawContainerSetColor::InstructionName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DrawContainerSetColor, Color) == 0x00007C, "Member 'FRigUnit_DrawContainerSetColor::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DrawContainerGetInstruction \ +static_assert(alignof(FRigUnit_DrawContainerGetInstruction) == 0x000010, "Wrong alignment on FRigUnit_DrawContainerGetInstruction"); \ +static_assert(sizeof(FRigUnit_DrawContainerGetInstruction) == 0x000060, "Wrong size on FRigUnit_DrawContainerGetInstruction"); \ +static_assert(offsetof(FRigUnit_DrawContainerGetInstruction, InstructionName) == 0x000008, "Member 'FRigUnit_DrawContainerGetInstruction::InstructionName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DrawContainerGetInstruction, Color) == 0x000014, "Member 'FRigUnit_DrawContainerGetInstruction::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DrawContainerGetInstruction, Transform) == 0x000030, "Member 'FRigUnit_DrawContainerGetInstruction::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FABRIK_WorkData \ +static_assert(alignof(FRigUnit_FABRIK_WorkData) == 0x000008, "Wrong alignment on FRigUnit_FABRIK_WorkData"); \ +static_assert(sizeof(FRigUnit_FABRIK_WorkData) == 0x000038, "Wrong size on FRigUnit_FABRIK_WorkData"); \ +static_assert(offsetof(FRigUnit_FABRIK_WorkData, Chain) == 0x000000, "Member 'FRigUnit_FABRIK_WorkData::Chain' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK_WorkData, CachedItems) == 0x000010, "Member 'FRigUnit_FABRIK_WorkData::CachedItems' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK_WorkData, CachedEffector) == 0x000020, "Member 'FRigUnit_FABRIK_WorkData::CachedEffector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FABRIKPerItem \ +static_assert(alignof(FRigUnit_FABRIKPerItem) == 0x000010, "Wrong alignment on FRigUnit_FABRIKPerItem"); \ +static_assert(sizeof(FRigUnit_FABRIKPerItem) == 0x000100, "Wrong size on FRigUnit_FABRIKPerItem"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, Items) == 0x000070, "Member 'FRigUnit_FABRIKPerItem::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, EffectorTransform) == 0x000080, "Member 'FRigUnit_FABRIKPerItem::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, Precision) == 0x0000B0, "Member 'FRigUnit_FABRIKPerItem::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, Weight) == 0x0000B4, "Member 'FRigUnit_FABRIKPerItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, bPropagateToChildren) == 0x0000B8, "Member 'FRigUnit_FABRIKPerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, MaxIterations) == 0x0000BC, "Member 'FRigUnit_FABRIKPerItem::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, WorkData) == 0x0000C0, "Member 'FRigUnit_FABRIKPerItem::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MultiplyTransform \ +static_assert(alignof(FRigUnit_MultiplyTransform) == 0x000010, "Wrong alignment on FRigUnit_MultiplyTransform"); \ +static_assert(sizeof(FRigUnit_MultiplyTransform) == 0x0000A0, "Wrong size on FRigUnit_MultiplyTransform"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FABRIK \ +static_assert(alignof(FRigUnit_FABRIK) == 0x000010, "Wrong alignment on FRigUnit_FABRIK"); \ +static_assert(sizeof(FRigUnit_FABRIK) == 0x000110, "Wrong size on FRigUnit_FABRIK"); \ +static_assert(offsetof(FRigUnit_FABRIK, StartBone) == 0x000070, "Member 'FRigUnit_FABRIK::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, EffectorBone) == 0x00007C, "Member 'FRigUnit_FABRIK::EffectorBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, EffectorTransform) == 0x000090, "Member 'FRigUnit_FABRIK::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, Precision) == 0x0000C0, "Member 'FRigUnit_FABRIK::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, Weight) == 0x0000C4, "Member 'FRigUnit_FABRIK::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, bPropagateToChildren) == 0x0000C8, "Member 'FRigUnit_FABRIK::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, MaxIterations) == 0x0000CC, "Member 'FRigUnit_FABRIK::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, WorkData) == 0x0000D0, "Member 'FRigUnit_FABRIK::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FitChainToCurve \ +static_assert(alignof(FRigUnit_FitChainToCurve) == 0x000010, "Wrong alignment on FRigUnit_FitChainToCurve"); \ +static_assert(sizeof(FRigUnit_FitChainToCurve) == 0x000210, "Wrong size on FRigUnit_FitChainToCurve"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, StartBone) == 0x000070, "Member 'FRigUnit_FitChainToCurve::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, EndBone) == 0x00007C, "Member 'FRigUnit_FitChainToCurve::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Bezier) == 0x000088, "Member 'FRigUnit_FitChainToCurve::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Alignment) == 0x0000B8, "Member 'FRigUnit_FitChainToCurve::Alignment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Minimum) == 0x0000BC, "Member 'FRigUnit_FitChainToCurve::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Maximum) == 0x0000C0, "Member 'FRigUnit_FitChainToCurve::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, SamplingPrecision) == 0x0000C4, "Member 'FRigUnit_FitChainToCurve::SamplingPrecision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, PrimaryAxis) == 0x0000C8, "Member 'FRigUnit_FitChainToCurve::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, SecondaryAxis) == 0x0000D4, "Member 'FRigUnit_FitChainToCurve::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, PoleVectorPosition) == 0x0000E0, "Member 'FRigUnit_FitChainToCurve::PoleVectorPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Rotations) == 0x0000F0, "Member 'FRigUnit_FitChainToCurve::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, RotationEaseType) == 0x000100, "Member 'FRigUnit_FitChainToCurve::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Weight) == 0x000104, "Member 'FRigUnit_FitChainToCurve::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, bPropagateToChildren) == 0x000108, "Member 'FRigUnit_FitChainToCurve::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, DebugSettings) == 0x000110, "Member 'FRigUnit_FitChainToCurve::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, WorkData) == 0x000170, "Member 'FRigUnit_FitChainToCurve::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MapRange_Float \ +static_assert(alignof(FRigUnit_MapRange_Float) == 0x000008, "Wrong alignment on FRigUnit_MapRange_Float"); \ +static_assert(sizeof(FRigUnit_MapRange_Float) == 0x000020, "Wrong size on FRigUnit_MapRange_Float"); \ +static_assert(offsetof(FRigUnit_MapRange_Float, Value) == 0x000008, "Member 'FRigUnit_MapRange_Float::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MapRange_Float, MinIn) == 0x00000C, "Member 'FRigUnit_MapRange_Float::MinIn' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MapRange_Float, MaxIn) == 0x000010, "Member 'FRigUnit_MapRange_Float::MaxIn' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MapRange_Float, MinOut) == 0x000014, "Member 'FRigUnit_MapRange_Float::MinOut' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MapRange_Float, MaxOut) == 0x000018, "Member 'FRigUnit_MapRange_Float::MaxOut' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MapRange_Float, Result) == 0x00001C, "Member 'FRigUnit_MapRange_Float::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformBinaryOp \ +static_assert(alignof(FRigUnit_MathTransformBinaryOp) == 0x000010, "Wrong alignment on FRigUnit_MathTransformBinaryOp"); \ +static_assert(sizeof(FRigUnit_MathTransformBinaryOp) == 0x0000A0, "Wrong size on FRigUnit_MathTransformBinaryOp"); \ +static_assert(offsetof(FRigUnit_MathTransformBinaryOp, A) == 0x000010, "Member 'FRigUnit_MathTransformBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformBinaryOp, B) == 0x000040, "Member 'FRigUnit_MathTransformBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformBinaryOp, Result) == 0x000070, "Member 'FRigUnit_MathTransformBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformMul \ +static_assert(alignof(FRigUnit_MathTransformMul) == 0x000010, "Wrong alignment on FRigUnit_MathTransformMul"); \ +static_assert(sizeof(FRigUnit_MathTransformMul) == 0x0000A0, "Wrong size on FRigUnit_MathTransformMul"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Clamp_Float \ +static_assert(alignof(FRigUnit_Clamp_Float) == 0x000008, "Wrong alignment on FRigUnit_Clamp_Float"); \ +static_assert(sizeof(FRigUnit_Clamp_Float) == 0x000018, "Wrong size on FRigUnit_Clamp_Float"); \ +static_assert(offsetof(FRigUnit_Clamp_Float, Value) == 0x000008, "Member 'FRigUnit_Clamp_Float::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Clamp_Float, Min) == 0x00000C, "Member 'FRigUnit_Clamp_Float::Min' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Clamp_Float, Max) == 0x000010, "Member 'FRigUnit_Clamp_Float::Max' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Clamp_Float, Result) == 0x000014, "Member 'FRigUnit_Clamp_Float::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_BinaryFloatOp \ +static_assert(alignof(FRigUnit_BinaryFloatOp) == 0x000008, "Wrong alignment on FRigUnit_BinaryFloatOp"); \ +static_assert(sizeof(FRigUnit_BinaryFloatOp) == 0x000018, "Wrong size on FRigUnit_BinaryFloatOp"); \ +static_assert(offsetof(FRigUnit_BinaryFloatOp, Argument0) == 0x000008, "Member 'FRigUnit_BinaryFloatOp::Argument0' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BinaryFloatOp, Argument1) == 0x00000C, "Member 'FRigUnit_BinaryFloatOp::Argument1' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BinaryFloatOp, Result) == 0x000010, "Member 'FRigUnit_BinaryFloatOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionBase \ +static_assert(alignof(FRigUnit_MathQuaternionBase) == 0x000008, "Wrong alignment on FRigUnit_MathQuaternionBase"); \ +static_assert(sizeof(FRigUnit_MathQuaternionBase) == 0x000008, "Wrong size on FRigUnit_MathQuaternionBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionUnaryOp \ +static_assert(alignof(FRigUnit_MathQuaternionUnaryOp) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionUnaryOp"); \ +static_assert(sizeof(FRigUnit_MathQuaternionUnaryOp) == 0x000030, "Wrong size on FRigUnit_MathQuaternionUnaryOp"); \ +static_assert(offsetof(FRigUnit_MathQuaternionUnaryOp, Value) == 0x000010, "Member 'FRigUnit_MathQuaternionUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionUnaryOp, Result) == 0x000020, "Member 'FRigUnit_MathQuaternionUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionUnit \ +static_assert(alignof(FRigUnit_MathQuaternionUnit) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionUnit"); \ +static_assert(sizeof(FRigUnit_MathQuaternionUnit) == 0x000030, "Wrong size on FRigUnit_MathQuaternionUnit"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Divide_FloatFloat \ +static_assert(alignof(FRigUnit_Divide_FloatFloat) == 0x000008, "Wrong alignment on FRigUnit_Divide_FloatFloat"); \ +static_assert(sizeof(FRigUnit_Divide_FloatFloat) == 0x000018, "Wrong size on FRigUnit_Divide_FloatFloat"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Subtract_FloatFloat \ +static_assert(alignof(FRigUnit_Subtract_FloatFloat) == 0x000008, "Wrong alignment on FRigUnit_Subtract_FloatFloat"); \ +static_assert(sizeof(FRigUnit_Subtract_FloatFloat) == 0x000018, "Wrong size on FRigUnit_Subtract_FloatFloat"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntersectPlane \ +static_assert(alignof(FRigUnit_MathIntersectPlane) == 0x000008, "Wrong alignment on FRigUnit_MathIntersectPlane"); \ +static_assert(sizeof(FRigUnit_MathIntersectPlane) == 0x000048, "Wrong size on FRigUnit_MathIntersectPlane"); \ +static_assert(offsetof(FRigUnit_MathIntersectPlane, Start) == 0x000008, "Member 'FRigUnit_MathIntersectPlane::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntersectPlane, Direction) == 0x000014, "Member 'FRigUnit_MathIntersectPlane::Direction' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntersectPlane, PlanePoint) == 0x000020, "Member 'FRigUnit_MathIntersectPlane::PlanePoint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntersectPlane, PlaneNormal) == 0x00002C, "Member 'FRigUnit_MathIntersectPlane::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntersectPlane, Result) == 0x000038, "Member 'FRigUnit_MathIntersectPlane::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntersectPlane, Distance) == 0x000044, "Member 'FRigUnit_MathIntersectPlane::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Add_FloatFloat \ +static_assert(alignof(FRigUnit_Add_FloatFloat) == 0x000008, "Wrong alignment on FRigUnit_Add_FloatFloat"); \ +static_assert(sizeof(FRigUnit_Add_FloatFloat) == 0x000018, "Wrong size on FRigUnit_Add_FloatFloat"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Multiply_FloatFloat \ +static_assert(alignof(FRigUnit_Multiply_FloatFloat) == 0x000008, "Wrong alignment on FRigUnit_Multiply_FloatFloat"); \ +static_assert(sizeof(FRigUnit_Multiply_FloatFloat) == 0x000018, "Wrong size on FRigUnit_Multiply_FloatFloat"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformMakeRelative \ +static_assert(alignof(FRigUnit_MathTransformMakeRelative) == 0x000010, "Wrong alignment on FRigUnit_MathTransformMakeRelative"); \ +static_assert(sizeof(FRigUnit_MathTransformMakeRelative) == 0x0000A0, "Wrong size on FRigUnit_MathTransformMakeRelative"); \ +static_assert(offsetof(FRigUnit_MathTransformMakeRelative, Global) == 0x000010, "Member 'FRigUnit_MathTransformMakeRelative::Global' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformMakeRelative, Parent) == 0x000040, "Member 'FRigUnit_MathTransformMakeRelative::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformMakeRelative, Local) == 0x000070, "Member 'FRigUnit_MathTransformMakeRelative::Local' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ForLoopCount \ +static_assert(alignof(FRigUnit_ForLoopCount) == 0x000008, "Wrong alignment on FRigUnit_ForLoopCount"); \ +static_assert(sizeof(FRigUnit_ForLoopCount) == 0x0000E8, "Wrong size on FRigUnit_ForLoopCount"); \ +static_assert(offsetof(FRigUnit_ForLoopCount, Count) == 0x000070, "Member 'FRigUnit_ForLoopCount::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ForLoopCount, Index) == 0x000074, "Member 'FRigUnit_ForLoopCount::Index' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ForLoopCount, Ratio) == 0x000078, "Member 'FRigUnit_ForLoopCount::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ForLoopCount, Continue) == 0x00007C, "Member 'FRigUnit_ForLoopCount::Continue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ForLoopCount, Completed) == 0x000080, "Member 'FRigUnit_ForLoopCount::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetBoneTransform \ +static_assert(alignof(FRigUnit_GetBoneTransform) == 0x000010, "Wrong alignment on FRigUnit_GetBoneTransform"); \ +static_assert(sizeof(FRigUnit_GetBoneTransform) == 0x000070, "Wrong size on FRigUnit_GetBoneTransform"); \ +static_assert(offsetof(FRigUnit_GetBoneTransform, Bone) == 0x000008, "Member 'FRigUnit_GetBoneTransform::Bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetBoneTransform, Space) == 0x000014, "Member 'FRigUnit_GetBoneTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetBoneTransform, Transform) == 0x000020, "Member 'FRigUnit_GetBoneTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetBoneTransform, CachedBone) == 0x000050, "Member 'FRigUnit_GetBoneTransform::CachedBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionRotateVector \ +static_assert(alignof(FRigUnit_MathQuaternionRotateVector) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionRotateVector"); \ +static_assert(sizeof(FRigUnit_MathQuaternionRotateVector) == 0x000040, "Wrong size on FRigUnit_MathQuaternionRotateVector"); \ +static_assert(offsetof(FRigUnit_MathQuaternionRotateVector, Quaternion) == 0x000010, "Member 'FRigUnit_MathQuaternionRotateVector::Quaternion' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionRotateVector, Vector) == 0x000020, "Member 'FRigUnit_MathQuaternionRotateVector::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionRotateVector, Result) == 0x00002C, "Member 'FRigUnit_MathQuaternionRotateVector::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetControlInitialTransform \ +static_assert(alignof(FRigUnit_GetControlInitialTransform) == 0x000010, "Wrong alignment on FRigUnit_GetControlInitialTransform"); \ +static_assert(sizeof(FRigUnit_GetControlInitialTransform) == 0x000070, "Wrong size on FRigUnit_GetControlInitialTransform"); \ +static_assert(offsetof(FRigUnit_GetControlInitialTransform, Control) == 0x000008, "Member 'FRigUnit_GetControlInitialTransform::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlInitialTransform, Space) == 0x000014, "Member 'FRigUnit_GetControlInitialTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlInitialTransform, Transform) == 0x000020, "Member 'FRigUnit_GetControlInitialTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlInitialTransform, CachedControlIndex) == 0x000050, "Member 'FRigUnit_GetControlInitialTransform::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetControlTransform \ +static_assert(alignof(FRigUnit_GetControlTransform) == 0x000010, "Wrong alignment on FRigUnit_GetControlTransform"); \ +static_assert(sizeof(FRigUnit_GetControlTransform) == 0x0000D0, "Wrong size on FRigUnit_GetControlTransform"); \ +static_assert(offsetof(FRigUnit_GetControlTransform, Control) == 0x000008, "Member 'FRigUnit_GetControlTransform::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlTransform, Space) == 0x000014, "Member 'FRigUnit_GetControlTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlTransform, Transform) == 0x000020, "Member 'FRigUnit_GetControlTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlTransform, Minimum) == 0x000050, "Member 'FRigUnit_GetControlTransform::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlTransform, Maximum) == 0x000080, "Member 'FRigUnit_GetControlTransform::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlTransform, CachedControlIndex) == 0x0000B0, "Member 'FRigUnit_GetControlTransform::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionBinaryOp \ +static_assert(alignof(FRigUnit_MathQuaternionBinaryOp) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionBinaryOp"); \ +static_assert(sizeof(FRigUnit_MathQuaternionBinaryOp) == 0x000040, "Wrong size on FRigUnit_MathQuaternionBinaryOp"); \ +static_assert(offsetof(FRigUnit_MathQuaternionBinaryOp, A) == 0x000010, "Member 'FRigUnit_MathQuaternionBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionBinaryOp, B) == 0x000020, "Member 'FRigUnit_MathQuaternionBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionBinaryOp, Result) == 0x000030, "Member 'FRigUnit_MathQuaternionBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionMul \ +static_assert(alignof(FRigUnit_MathQuaternionMul) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionMul"); \ +static_assert(sizeof(FRigUnit_MathQuaternionMul) == 0x000040, "Wrong size on FRigUnit_MathQuaternionMul"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetControlRotator \ +static_assert(alignof(FRigUnit_GetControlRotator) == 0x000008, "Wrong alignment on FRigUnit_GetControlRotator"); \ +static_assert(sizeof(FRigUnit_GetControlRotator) == 0x000058, "Wrong size on FRigUnit_GetControlRotator"); \ +static_assert(offsetof(FRigUnit_GetControlRotator, Control) == 0x000008, "Member 'FRigUnit_GetControlRotator::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlRotator, Space) == 0x000014, "Member 'FRigUnit_GetControlRotator::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlRotator, Rotator) == 0x000018, "Member 'FRigUnit_GetControlRotator::Rotator' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlRotator, Minimum) == 0x000024, "Member 'FRigUnit_GetControlRotator::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlRotator, Maximum) == 0x000030, "Member 'FRigUnit_GetControlRotator::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlRotator, CachedControlIndex) == 0x00003C, "Member 'FRigUnit_GetControlRotator::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetControlVector \ +static_assert(alignof(FRigUnit_GetControlVector) == 0x000008, "Wrong alignment on FRigUnit_GetControlVector"); \ +static_assert(sizeof(FRigUnit_GetControlVector) == 0x000058, "Wrong size on FRigUnit_GetControlVector"); \ +static_assert(offsetof(FRigUnit_GetControlVector, Control) == 0x000008, "Member 'FRigUnit_GetControlVector::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVector, Space) == 0x000014, "Member 'FRigUnit_GetControlVector::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVector, Vector) == 0x000018, "Member 'FRigUnit_GetControlVector::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVector, Minimum) == 0x000024, "Member 'FRigUnit_GetControlVector::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVector, Maximum) == 0x000030, "Member 'FRigUnit_GetControlVector::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVector, CachedControlIndex) == 0x00003C, "Member 'FRigUnit_GetControlVector::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionSelectBool \ +static_assert(alignof(FRigUnit_MathQuaternionSelectBool) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionSelectBool"); \ +static_assert(sizeof(FRigUnit_MathQuaternionSelectBool) == 0x000040, "Wrong size on FRigUnit_MathQuaternionSelectBool"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSelectBool, Condition) == 0x000008, "Member 'FRigUnit_MathQuaternionSelectBool::Condition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSelectBool, IfTrue) == 0x000010, "Member 'FRigUnit_MathQuaternionSelectBool::IfTrue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSelectBool, IfFalse) == 0x000020, "Member 'FRigUnit_MathQuaternionSelectBool::IfFalse' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSelectBool, Result) == 0x000030, "Member 'FRigUnit_MathQuaternionSelectBool::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetControlVector2D \ +static_assert(alignof(FRigUnit_GetControlVector2D) == 0x000008, "Wrong alignment on FRigUnit_GetControlVector2D"); \ +static_assert(sizeof(FRigUnit_GetControlVector2D) == 0x000048, "Wrong size on FRigUnit_GetControlVector2D"); \ +static_assert(offsetof(FRigUnit_GetControlVector2D, Control) == 0x000008, "Member 'FRigUnit_GetControlVector2D::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVector2D, Vector) == 0x000014, "Member 'FRigUnit_GetControlVector2D::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVector2D, Minimum) == 0x00001C, "Member 'FRigUnit_GetControlVector2D::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVector2D, Maximum) == 0x000024, "Member 'FRigUnit_GetControlVector2D::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVector2D, CachedControlIndex) == 0x00002C, "Member 'FRigUnit_GetControlVector2D::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetControlInteger \ +static_assert(alignof(FRigUnit_GetControlInteger) == 0x000008, "Wrong alignment on FRigUnit_GetControlInteger"); \ +static_assert(sizeof(FRigUnit_GetControlInteger) == 0x000038, "Wrong size on FRigUnit_GetControlInteger"); \ +static_assert(offsetof(FRigUnit_GetControlInteger, Control) == 0x000008, "Member 'FRigUnit_GetControlInteger::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlInteger, IntegerValue) == 0x000014, "Member 'FRigUnit_GetControlInteger::IntegerValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlInteger, Minimum) == 0x000018, "Member 'FRigUnit_GetControlInteger::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlInteger, Maximum) == 0x00001C, "Member 'FRigUnit_GetControlInteger::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlInteger, CachedControlIndex) == 0x000020, "Member 'FRigUnit_GetControlInteger::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionSwingTwist \ +static_assert(alignof(FRigUnit_MathQuaternionSwingTwist) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionSwingTwist"); \ +static_assert(sizeof(FRigUnit_MathQuaternionSwingTwist) == 0x000050, "Wrong size on FRigUnit_MathQuaternionSwingTwist"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSwingTwist, Input) == 0x000010, "Member 'FRigUnit_MathQuaternionSwingTwist::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSwingTwist, TwistAxis) == 0x000020, "Member 'FRigUnit_MathQuaternionSwingTwist::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSwingTwist, Swing) == 0x000030, "Member 'FRigUnit_MathQuaternionSwingTwist::Swing' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSwingTwist, Twist) == 0x000040, "Member 'FRigUnit_MathQuaternionSwingTwist::Twist' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetControlFloat \ +static_assert(alignof(FRigUnit_GetControlFloat) == 0x000008, "Wrong alignment on FRigUnit_GetControlFloat"); \ +static_assert(sizeof(FRigUnit_GetControlFloat) == 0x000038, "Wrong size on FRigUnit_GetControlFloat"); \ +static_assert(offsetof(FRigUnit_GetControlFloat, Control) == 0x000008, "Member 'FRigUnit_GetControlFloat::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlFloat, FloatValue) == 0x000014, "Member 'FRigUnit_GetControlFloat::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlFloat, Minimum) == 0x000018, "Member 'FRigUnit_GetControlFloat::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlFloat, Maximum) == 0x00001C, "Member 'FRigUnit_GetControlFloat::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlFloat, CachedControlIndex) == 0x000020, "Member 'FRigUnit_GetControlFloat::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetControlBool \ +static_assert(alignof(FRigUnit_GetControlBool) == 0x000008, "Wrong alignment on FRigUnit_GetControlBool"); \ +static_assert(sizeof(FRigUnit_GetControlBool) == 0x000030, "Wrong size on FRigUnit_GetControlBool"); \ +static_assert(offsetof(FRigUnit_GetControlBool, Control) == 0x000008, "Member 'FRigUnit_GetControlBool::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlBool, BoolValue) == 0x000014, "Member 'FRigUnit_GetControlBool::BoolValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlBool, CachedControlIndex) == 0x000018, "Member 'FRigUnit_GetControlBool::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionInverse \ +static_assert(alignof(FRigUnit_MathQuaternionInverse) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionInverse"); \ +static_assert(sizeof(FRigUnit_MathQuaternionInverse) == 0x000030, "Wrong size on FRigUnit_MathQuaternionInverse"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetCurveValue \ +static_assert(alignof(FRigUnit_GetCurveValue) == 0x000008, "Wrong alignment on FRigUnit_GetCurveValue"); \ +static_assert(sizeof(FRigUnit_GetCurveValue) == 0x000030, "Wrong size on FRigUnit_GetCurveValue"); \ +static_assert(offsetof(FRigUnit_GetCurveValue, Curve) == 0x000008, "Member 'FRigUnit_GetCurveValue::Curve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetCurveValue, Value) == 0x000014, "Member 'FRigUnit_GetCurveValue::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetCurveValue, CachedCurveIndex) == 0x000018, "Member 'FRigUnit_GetCurveValue::CachedCurveIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetDeltaTime \ +static_assert(alignof(FRigUnit_GetDeltaTime) == 0x000008, "Wrong alignment on FRigUnit_GetDeltaTime"); \ +static_assert(sizeof(FRigUnit_GetDeltaTime) == 0x000010, "Wrong size on FRigUnit_GetDeltaTime"); \ +static_assert(offsetof(FRigUnit_GetDeltaTime, Result) == 0x000008, "Member 'FRigUnit_GetDeltaTime::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionFromAxisAndAngle \ +static_assert(alignof(FRigUnit_MathQuaternionFromAxisAndAngle) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionFromAxisAndAngle"); \ +static_assert(sizeof(FRigUnit_MathQuaternionFromAxisAndAngle) == 0x000030, "Wrong size on FRigUnit_MathQuaternionFromAxisAndAngle"); \ +static_assert(offsetof(FRigUnit_MathQuaternionFromAxisAndAngle, Axis) == 0x000008, "Member 'FRigUnit_MathQuaternionFromAxisAndAngle::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionFromAxisAndAngle, Angle) == 0x000014, "Member 'FRigUnit_MathQuaternionFromAxisAndAngle::Angle' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionFromAxisAndAngle, Result) == 0x000020, "Member 'FRigUnit_MathQuaternionFromAxisAndAngle::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetInitialBoneTransform \ +static_assert(alignof(FRigUnit_GetInitialBoneTransform) == 0x000010, "Wrong alignment on FRigUnit_GetInitialBoneTransform"); \ +static_assert(sizeof(FRigUnit_GetInitialBoneTransform) == 0x000070, "Wrong size on FRigUnit_GetInitialBoneTransform"); \ +static_assert(offsetof(FRigUnit_GetInitialBoneTransform, Bone) == 0x000008, "Member 'FRigUnit_GetInitialBoneTransform::Bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetInitialBoneTransform, Space) == 0x000014, "Member 'FRigUnit_GetInitialBoneTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetInitialBoneTransform, Transform) == 0x000020, "Member 'FRigUnit_GetInitialBoneTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetInitialBoneTransform, CachedBone) == 0x000050, "Member 'FRigUnit_GetInitialBoneTransform::CachedBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetJointTransform \ +static_assert(alignof(FRigUnit_GetJointTransform) == 0x000010, "Wrong alignment on FRigUnit_GetJointTransform"); \ +static_assert(sizeof(FRigUnit_GetJointTransform) == 0x0000F0, "Wrong size on FRigUnit_GetJointTransform"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, Joint) == 0x000070, "Member 'FRigUnit_GetJointTransform::Joint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, Type) == 0x00007C, "Member 'FRigUnit_GetJointTransform::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, TransformSpace) == 0x00007D, "Member 'FRigUnit_GetJointTransform::TransformSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, BaseTransform) == 0x000080, "Member 'FRigUnit_GetJointTransform::BaseTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, BaseJoint) == 0x0000B0, "Member 'FRigUnit_GetJointTransform::BaseJoint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, Output) == 0x0000C0, "Member 'FRigUnit_GetJointTransform::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionToEuler \ +static_assert(alignof(FRigUnit_MathQuaternionToEuler) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionToEuler"); \ +static_assert(sizeof(FRigUnit_MathQuaternionToEuler) == 0x000030, "Wrong size on FRigUnit_MathQuaternionToEuler"); \ +static_assert(offsetof(FRigUnit_MathQuaternionToEuler, Value) == 0x000010, "Member 'FRigUnit_MathQuaternionToEuler::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionToEuler, RotationOrder) == 0x000020, "Member 'FRigUnit_MathQuaternionToEuler::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionToEuler, Result) == 0x000024, "Member 'FRigUnit_MathQuaternionToEuler::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetRelativeBoneTransform \ +static_assert(alignof(FRigUnit_GetRelativeBoneTransform) == 0x000010, "Wrong alignment on FRigUnit_GetRelativeBoneTransform"); \ +static_assert(sizeof(FRigUnit_GetRelativeBoneTransform) == 0x000080, "Wrong size on FRigUnit_GetRelativeBoneTransform"); \ +static_assert(offsetof(FRigUnit_GetRelativeBoneTransform, Bone) == 0x000008, "Member 'FRigUnit_GetRelativeBoneTransform::Bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetRelativeBoneTransform, Space) == 0x000014, "Member 'FRigUnit_GetRelativeBoneTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetRelativeBoneTransform, Transform) == 0x000020, "Member 'FRigUnit_GetRelativeBoneTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetRelativeBoneTransform, CachedBone) == 0x000050, "Member 'FRigUnit_GetRelativeBoneTransform::CachedBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetRelativeBoneTransform, CachedSpace) == 0x000068, "Member 'FRigUnit_GetRelativeBoneTransform::CachedSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetRelativeTransformForItem \ +static_assert(alignof(FRigUnit_GetRelativeTransformForItem) == 0x000010, "Wrong alignment on FRigUnit_GetRelativeTransformForItem"); \ +static_assert(sizeof(FRigUnit_GetRelativeTransformForItem) == 0x000090, "Wrong size on FRigUnit_GetRelativeTransformForItem"); \ +static_assert(offsetof(FRigUnit_GetRelativeTransformForItem, Child) == 0x000008, "Member 'FRigUnit_GetRelativeTransformForItem::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetRelativeTransformForItem, bChildInitial) == 0x000018, "Member 'FRigUnit_GetRelativeTransformForItem::bChildInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetRelativeTransformForItem, Parent) == 0x00001C, "Member 'FRigUnit_GetRelativeTransformForItem::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetRelativeTransformForItem, bParentInitial) == 0x00002C, "Member 'FRigUnit_GetRelativeTransformForItem::bParentInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetRelativeTransformForItem, RelativeTransform) == 0x000030, "Member 'FRigUnit_GetRelativeTransformForItem::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetRelativeTransformForItem, CachedChild) == 0x000060, "Member 'FRigUnit_GetRelativeTransformForItem::CachedChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetRelativeTransformForItem, CachedParent) == 0x000078, "Member 'FRigUnit_GetRelativeTransformForItem::CachedParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionEquals \ +static_assert(alignof(FRigUnit_MathQuaternionEquals) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionEquals"); \ +static_assert(sizeof(FRigUnit_MathQuaternionEquals) == 0x000040, "Wrong size on FRigUnit_MathQuaternionEquals"); \ +static_assert(offsetof(FRigUnit_MathQuaternionEquals, A) == 0x000010, "Member 'FRigUnit_MathQuaternionEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionEquals, B) == 0x000020, "Member 'FRigUnit_MathQuaternionEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionEquals, Result) == 0x000030, "Member 'FRigUnit_MathQuaternionEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetSpaceTransform \ +static_assert(alignof(FRigUnit_GetSpaceTransform) == 0x000010, "Wrong alignment on FRigUnit_GetSpaceTransform"); \ +static_assert(sizeof(FRigUnit_GetSpaceTransform) == 0x000070, "Wrong size on FRigUnit_GetSpaceTransform"); \ +static_assert(offsetof(FRigUnit_GetSpaceTransform, Space) == 0x000008, "Member 'FRigUnit_GetSpaceTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetSpaceTransform, SpaceType) == 0x000014, "Member 'FRigUnit_GetSpaceTransform::SpaceType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetSpaceTransform, Transform) == 0x000020, "Member 'FRigUnit_GetSpaceTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetSpaceTransform, CachedSpaceIndex) == 0x000050, "Member 'FRigUnit_GetSpaceTransform::CachedSpaceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetTransform \ +static_assert(alignof(FRigUnit_GetTransform) == 0x000010, "Wrong alignment on FRigUnit_GetTransform"); \ +static_assert(sizeof(FRigUnit_GetTransform) == 0x000070, "Wrong size on FRigUnit_GetTransform"); \ +static_assert(offsetof(FRigUnit_GetTransform, Item) == 0x000008, "Member 'FRigUnit_GetTransform::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetTransform, Space) == 0x000018, "Member 'FRigUnit_GetTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetTransform, bInitial) == 0x000019, "Member 'FRigUnit_GetTransform::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetTransform, Transform) == 0x000020, "Member 'FRigUnit_GetTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetTransform, CachedIndex) == 0x000050, "Member 'FRigUnit_GetTransform::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionFromRotator \ +static_assert(alignof(FRigUnit_MathQuaternionFromRotator) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionFromRotator"); \ +static_assert(sizeof(FRigUnit_MathQuaternionFromRotator) == 0x000030, "Wrong size on FRigUnit_MathQuaternionFromRotator"); \ +static_assert(offsetof(FRigUnit_MathQuaternionFromRotator, Rotator) == 0x000008, "Member 'FRigUnit_MathQuaternionFromRotator::Rotator' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionFromRotator, Result) == 0x000020, "Member 'FRigUnit_MathQuaternionFromRotator::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetWorldTime \ +static_assert(alignof(FRigUnit_GetWorldTime) == 0x000008, "Wrong alignment on FRigUnit_GetWorldTime"); \ +static_assert(sizeof(FRigUnit_GetWorldTime) == 0x000028, "Wrong size on FRigUnit_GetWorldTime"); \ +static_assert(offsetof(FRigUnit_GetWorldTime, Year) == 0x000008, "Member 'FRigUnit_GetWorldTime::Year' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetWorldTime, Month) == 0x00000C, "Member 'FRigUnit_GetWorldTime::Month' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetWorldTime, Day) == 0x000010, "Member 'FRigUnit_GetWorldTime::Day' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetWorldTime, WeekDay) == 0x000014, "Member 'FRigUnit_GetWorldTime::WeekDay' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetWorldTime, Hours) == 0x000018, "Member 'FRigUnit_GetWorldTime::Hours' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetWorldTime, Minutes) == 0x00001C, "Member 'FRigUnit_GetWorldTime::Minutes' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetWorldTime, Seconds) == 0x000020, "Member 'FRigUnit_GetWorldTime::Seconds' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetWorldTime, OverallSeconds) == 0x000024, "Member 'FRigUnit_GetWorldTime::OverallSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyBase \ +static_assert(alignof(FRigUnit_HierarchyBase) == 0x000008, "Wrong alignment on FRigUnit_HierarchyBase"); \ +static_assert(sizeof(FRigUnit_HierarchyBase) == 0x000008, "Wrong size on FRigUnit_HierarchyBase"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateVectorColor_Target \ +static_assert(alignof(FMathRBFInterpolateVectorColor_Target) == 0x000004, "Wrong alignment on FMathRBFInterpolateVectorColor_Target"); \ +static_assert(sizeof(FMathRBFInterpolateVectorColor_Target) == 0x00001C, "Wrong size on FMathRBFInterpolateVectorColor_Target"); \ +static_assert(offsetof(FMathRBFInterpolateVectorColor_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateVectorColor_Target::Target' has a wrong offset!"); \ +static_assert(offsetof(FMathRBFInterpolateVectorColor_Target, Value) == 0x00000C, "Member 'FMathRBFInterpolateVectorColor_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateVectorWorkData \ +static_assert(alignof(FRigUnit_MathRBFInterpolateVectorWorkData) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateVectorWorkData"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateVectorWorkData) == 0x000090, "Wrong size on FRigUnit_MathRBFInterpolateVectorWorkData"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateVectorBase \ +static_assert(alignof(FRigUnit_MathRBFInterpolateVectorBase) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateVectorBase"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateVectorBase) == 0x0000B0, "Wrong size on FRigUnit_MathRBFInterpolateVectorBase"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorBase, Input) == 0x000008, "Member 'FRigUnit_MathRBFInterpolateVectorBase::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorBase, DistanceFunction) == 0x000014, "Member 'FRigUnit_MathRBFInterpolateVectorBase::DistanceFunction' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorBase, SmoothingFunction) == 0x000015, "Member 'FRigUnit_MathRBFInterpolateVectorBase::SmoothingFunction' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorBase, SmoothingRadius) == 0x000018, "Member 'FRigUnit_MathRBFInterpolateVectorBase::SmoothingRadius' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorBase, bNormalizeOutput) == 0x00001C, "Member 'FRigUnit_MathRBFInterpolateVectorBase::bNormalizeOutput' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorBase, WorkData) == 0x000020, "Member 'FRigUnit_MathRBFInterpolateVectorBase::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateVectorColor \ +static_assert(alignof(FRigUnit_MathRBFInterpolateVectorColor) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateVectorColor"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateVectorColor) == 0x0000D0, "Wrong size on FRigUnit_MathRBFInterpolateVectorColor"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorColor, Targets) == 0x0000B0, "Member 'FRigUnit_MathRBFInterpolateVectorColor::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorColor, Output) == 0x0000C0, "Member 'FRigUnit_MathRBFInterpolateVectorColor::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetSiblings \ +static_assert(alignof(FRigUnit_HierarchyGetSiblings) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetSiblings"); \ +static_assert(sizeof(FRigUnit_HierarchyGetSiblings) == 0x000058, "Wrong size on FRigUnit_HierarchyGetSiblings"); \ +static_assert(offsetof(FRigUnit_HierarchyGetSiblings, Item) == 0x000008, "Member 'FRigUnit_HierarchyGetSiblings::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetSiblings, bIncludeItem) == 0x000018, "Member 'FRigUnit_HierarchyGetSiblings::bIncludeItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetSiblings, Siblings) == 0x000020, "Member 'FRigUnit_HierarchyGetSiblings::Siblings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetSiblings, CachedItem) == 0x000030, "Member 'FRigUnit_HierarchyGetSiblings::CachedItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetSiblings, CachedSiblings) == 0x000048, "Member 'FRigUnit_HierarchyGetSiblings::CachedSiblings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetChildren \ +static_assert(alignof(FRigUnit_HierarchyGetChildren) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetChildren"); \ +static_assert(sizeof(FRigUnit_HierarchyGetChildren) == 0x000058, "Wrong size on FRigUnit_HierarchyGetChildren"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChildren, Parent) == 0x000008, "Member 'FRigUnit_HierarchyGetChildren::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChildren, bIncludeParent) == 0x000018, "Member 'FRigUnit_HierarchyGetChildren::bIncludeParent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChildren, bRecursive) == 0x000019, "Member 'FRigUnit_HierarchyGetChildren::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChildren, Children) == 0x000020, "Member 'FRigUnit_HierarchyGetChildren::Children' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChildren, CachedParent) == 0x000030, "Member 'FRigUnit_HierarchyGetChildren::CachedParent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChildren, CachedChildren) == 0x000048, "Member 'FRigUnit_HierarchyGetChildren::CachedChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetParents \ +static_assert(alignof(FRigUnit_HierarchyGetParents) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetParents"); \ +static_assert(sizeof(FRigUnit_HierarchyGetParents) == 0x000058, "Wrong size on FRigUnit_HierarchyGetParents"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParents, Child) == 0x000008, "Member 'FRigUnit_HierarchyGetParents::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParents, bIncludeChild) == 0x000018, "Member 'FRigUnit_HierarchyGetParents::bIncludeChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParents, bReverse) == 0x000019, "Member 'FRigUnit_HierarchyGetParents::bReverse' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParents, Parents) == 0x000020, "Member 'FRigUnit_HierarchyGetParents::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParents, CachedChild) == 0x000030, "Member 'FRigUnit_HierarchyGetParents::CachedChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParents, CachedParents) == 0x000048, "Member 'FRigUnit_HierarchyGetParents::CachedParents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetParent \ +static_assert(alignof(FRigUnit_HierarchyGetParent) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetParent"); \ +static_assert(sizeof(FRigUnit_HierarchyGetParent) == 0x000058, "Wrong size on FRigUnit_HierarchyGetParent"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParent, Child) == 0x000008, "Member 'FRigUnit_HierarchyGetParent::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParent, Parent) == 0x000018, "Member 'FRigUnit_HierarchyGetParent::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParent, CachedChild) == 0x000028, "Member 'FRigUnit_HierarchyGetParent::CachedChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParent, CachedParent) == 0x000040, "Member 'FRigUnit_HierarchyGetParent::CachedParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionToAxisAndAngle \ +static_assert(alignof(FRigUnit_MathQuaternionToAxisAndAngle) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionToAxisAndAngle"); \ +static_assert(sizeof(FRigUnit_MathQuaternionToAxisAndAngle) == 0x000030, "Wrong size on FRigUnit_MathQuaternionToAxisAndAngle"); \ +static_assert(offsetof(FRigUnit_MathQuaternionToAxisAndAngle, Value) == 0x000010, "Member 'FRigUnit_MathQuaternionToAxisAndAngle::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionToAxisAndAngle, Axis) == 0x000020, "Member 'FRigUnit_MathQuaternionToAxisAndAngle::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionToAxisAndAngle, Angle) == 0x00002C, "Member 'FRigUnit_MathQuaternionToAxisAndAngle::Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_InverseExecution \ +static_assert(alignof(FRigUnit_InverseExecution) == 0x000008, "Wrong alignment on FRigUnit_InverseExecution"); \ +static_assert(sizeof(FRigUnit_InverseExecution) == 0x000070, "Wrong size on FRigUnit_InverseExecution"); \ +static_assert(offsetof(FRigUnit_InverseExecution, ExecuteContext) == 0x000008, "Member 'FRigUnit_InverseExecution::ExecuteContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_IsInteracting \ +static_assert(alignof(FRigUnit_IsInteracting) == 0x000008, "Wrong alignment on FRigUnit_IsInteracting"); \ +static_assert(sizeof(FRigUnit_IsInteracting) == 0x000010, "Wrong size on FRigUnit_IsInteracting"); \ +static_assert(offsetof(FRigUnit_IsInteracting, bIsInteracting) == 0x000008, "Member 'FRigUnit_IsInteracting::bIsInteracting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ItemReplace \ +static_assert(alignof(FRigUnit_ItemReplace) == 0x000008, "Wrong alignment on FRigUnit_ItemReplace"); \ +static_assert(sizeof(FRigUnit_ItemReplace) == 0x000040, "Wrong size on FRigUnit_ItemReplace"); \ +static_assert(offsetof(FRigUnit_ItemReplace, Item) == 0x000008, "Member 'FRigUnit_ItemReplace::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemReplace, Old) == 0x000018, "Member 'FRigUnit_ItemReplace::Old' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemReplace, New) == 0x000024, "Member 'FRigUnit_ItemReplace::New' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemReplace, Result) == 0x000030, "Member 'FRigUnit_ItemReplace::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ItemBaseMutable \ +static_assert(alignof(FRigUnit_ItemBaseMutable) == 0x000008, "Wrong alignment on FRigUnit_ItemBaseMutable"); \ +static_assert(sizeof(FRigUnit_ItemBaseMutable) == 0x000070, "Wrong size on FRigUnit_ItemBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigUnit_KalmanVector \ +static_assert(alignof(FRigUnit_KalmanVector) == 0x000008, "Wrong alignment on FRigUnit_KalmanVector"); \ +static_assert(sizeof(FRigUnit_KalmanVector) == 0x000040, "Wrong size on FRigUnit_KalmanVector"); \ +static_assert(offsetof(FRigUnit_KalmanVector, Value) == 0x000008, "Member 'FRigUnit_KalmanVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanVector, BufferSize) == 0x000014, "Member 'FRigUnit_KalmanVector::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanVector, Result) == 0x000018, "Member 'FRigUnit_KalmanVector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanVector, Buffer) == 0x000028, "Member 'FRigUnit_KalmanVector::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanVector, LastInsertIndex) == 0x000038, "Member 'FRigUnit_KalmanVector::LastInsertIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_KalmanFloat \ +static_assert(alignof(FRigUnit_KalmanFloat) == 0x000008, "Wrong alignment on FRigUnit_KalmanFloat"); \ +static_assert(sizeof(FRigUnit_KalmanFloat) == 0x000030, "Wrong size on FRigUnit_KalmanFloat"); \ +static_assert(offsetof(FRigUnit_KalmanFloat, Value) == 0x000008, "Member 'FRigUnit_KalmanFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanFloat, BufferSize) == 0x00000C, "Member 'FRigUnit_KalmanFloat::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanFloat, Result) == 0x000010, "Member 'FRigUnit_KalmanFloat::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanFloat, Buffer) == 0x000018, "Member 'FRigUnit_KalmanFloat::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanFloat, LastInsertIndex) == 0x000028, "Member 'FRigUnit_KalmanFloat::LastInsertIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathBoolNotEquals \ +static_assert(alignof(FRigUnit_MathBoolNotEquals) == 0x000008, "Wrong alignment on FRigUnit_MathBoolNotEquals"); \ +static_assert(sizeof(FRigUnit_MathBoolNotEquals) == 0x000010, "Wrong size on FRigUnit_MathBoolNotEquals"); \ +static_assert(offsetof(FRigUnit_MathBoolNotEquals, A) == 0x000008, "Member 'FRigUnit_MathBoolNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathBoolNotEquals, B) == 0x000009, "Member 'FRigUnit_MathBoolNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathBoolNotEquals, Result) == 0x00000A, "Member 'FRigUnit_MathBoolNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateQuatFloat_Target \ +static_assert(alignof(FMathRBFInterpolateQuatFloat_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateQuatFloat_Target"); \ +static_assert(sizeof(FMathRBFInterpolateQuatFloat_Target) == 0x000020, "Wrong size on FMathRBFInterpolateQuatFloat_Target"); \ +static_assert(offsetof(FMathRBFInterpolateQuatFloat_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateQuatFloat_Target::Target' has a wrong offset!"); \ +static_assert(offsetof(FMathRBFInterpolateQuatFloat_Target, Value) == 0x000010, "Member 'FMathRBFInterpolateQuatFloat_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateQuatFloat \ +static_assert(alignof(FRigUnit_MathRBFInterpolateQuatFloat) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateQuatFloat"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateQuatFloat) == 0x0000F0, "Wrong size on FRigUnit_MathRBFInterpolateQuatFloat"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatFloat, Targets) == 0x0000D0, "Member 'FRigUnit_MathRBFInterpolateQuatFloat::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatFloat, Output) == 0x0000E0, "Member 'FRigUnit_MathRBFInterpolateQuatFloat::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathBoolEquals \ +static_assert(alignof(FRigUnit_MathBoolEquals) == 0x000008, "Wrong alignment on FRigUnit_MathBoolEquals"); \ +static_assert(sizeof(FRigUnit_MathBoolEquals) == 0x000010, "Wrong size on FRigUnit_MathBoolEquals"); \ +static_assert(offsetof(FRigUnit_MathBoolEquals, A) == 0x000008, "Member 'FRigUnit_MathBoolEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathBoolEquals, B) == 0x000009, "Member 'FRigUnit_MathBoolEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathBoolEquals, Result) == 0x00000A, "Member 'FRigUnit_MathBoolEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathBoolNand \ +static_assert(alignof(FRigUnit_MathBoolNand) == 0x000008, "Wrong alignment on FRigUnit_MathBoolNand"); \ +static_assert(sizeof(FRigUnit_MathBoolNand) == 0x000010, "Wrong size on FRigUnit_MathBoolNand"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateVectorFloat_Target \ +static_assert(alignof(FMathRBFInterpolateVectorFloat_Target) == 0x000004, "Wrong alignment on FMathRBFInterpolateVectorFloat_Target"); \ +static_assert(sizeof(FMathRBFInterpolateVectorFloat_Target) == 0x000010, "Wrong size on FMathRBFInterpolateVectorFloat_Target"); \ +static_assert(offsetof(FMathRBFInterpolateVectorFloat_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateVectorFloat_Target::Target' has a wrong offset!"); \ +static_assert(offsetof(FMathRBFInterpolateVectorFloat_Target, Value) == 0x00000C, "Member 'FMathRBFInterpolateVectorFloat_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateVectorFloat \ +static_assert(alignof(FRigUnit_MathRBFInterpolateVectorFloat) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateVectorFloat"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateVectorFloat) == 0x0000D0, "Wrong size on FRigUnit_MathRBFInterpolateVectorFloat"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorFloat, Targets) == 0x0000B0, "Member 'FRigUnit_MathRBFInterpolateVectorFloat::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorFloat, Output) == 0x0000C0, "Member 'FRigUnit_MathRBFInterpolateVectorFloat::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathBoolAnd \ +static_assert(alignof(FRigUnit_MathBoolAnd) == 0x000008, "Wrong alignment on FRigUnit_MathBoolAnd"); \ +static_assert(sizeof(FRigUnit_MathBoolAnd) == 0x000010, "Wrong size on FRigUnit_MathBoolAnd"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathBoolUnaryOp \ +static_assert(alignof(FRigUnit_MathBoolUnaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathBoolUnaryOp"); \ +static_assert(sizeof(FRigUnit_MathBoolUnaryOp) == 0x000010, "Wrong size on FRigUnit_MathBoolUnaryOp"); \ +static_assert(offsetof(FRigUnit_MathBoolUnaryOp, Value) == 0x000008, "Member 'FRigUnit_MathBoolUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathBoolUnaryOp, Result) == 0x000009, "Member 'FRigUnit_MathBoolUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateQuatVector_Target \ +static_assert(alignof(FMathRBFInterpolateQuatVector_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateQuatVector_Target"); \ +static_assert(sizeof(FMathRBFInterpolateQuatVector_Target) == 0x000020, "Wrong size on FMathRBFInterpolateQuatVector_Target"); \ +static_assert(offsetof(FMathRBFInterpolateQuatVector_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateQuatVector_Target::Target' has a wrong offset!"); \ +static_assert(offsetof(FMathRBFInterpolateQuatVector_Target, Value) == 0x000010, "Member 'FMathRBFInterpolateQuatVector_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateQuatVector \ +static_assert(alignof(FRigUnit_MathRBFInterpolateQuatVector) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateQuatVector"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateQuatVector) == 0x0000F0, "Wrong size on FRigUnit_MathRBFInterpolateQuatVector"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatVector, Targets) == 0x0000D0, "Member 'FRigUnit_MathRBFInterpolateQuatVector::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatVector, Output) == 0x0000E0, "Member 'FRigUnit_MathRBFInterpolateQuatVector::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathBoolNot \ +static_assert(alignof(FRigUnit_MathBoolNot) == 0x000008, "Wrong alignment on FRigUnit_MathBoolNot"); \ +static_assert(sizeof(FRigUnit_MathBoolNot) == 0x000010, "Wrong size on FRigUnit_MathBoolNot"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathBoolConstant \ +static_assert(alignof(FRigUnit_MathBoolConstant) == 0x000008, "Wrong alignment on FRigUnit_MathBoolConstant"); \ +static_assert(sizeof(FRigUnit_MathBoolConstant) == 0x000010, "Wrong size on FRigUnit_MathBoolConstant"); \ +static_assert(offsetof(FRigUnit_MathBoolConstant, Value) == 0x000008, "Member 'FRigUnit_MathBoolConstant::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformLerp \ +static_assert(alignof(FRigUnit_MathTransformLerp) == 0x000010, "Wrong alignment on FRigUnit_MathTransformLerp"); \ +static_assert(sizeof(FRigUnit_MathTransformLerp) == 0x0000B0, "Wrong size on FRigUnit_MathTransformLerp"); \ +static_assert(offsetof(FRigUnit_MathTransformLerp, A) == 0x000010, "Member 'FRigUnit_MathTransformLerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformLerp, B) == 0x000040, "Member 'FRigUnit_MathTransformLerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformLerp, T) == 0x000070, "Member 'FRigUnit_MathTransformLerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformLerp, Result) == 0x000080, "Member 'FRigUnit_MathTransformLerp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathBoolConstFalse \ +static_assert(alignof(FRigUnit_MathBoolConstFalse) == 0x000008, "Wrong alignment on FRigUnit_MathBoolConstFalse"); \ +static_assert(sizeof(FRigUnit_MathBoolConstFalse) == 0x000010, "Wrong size on FRigUnit_MathBoolConstFalse"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathBoolConstTrue \ +static_assert(alignof(FRigUnit_MathBoolConstTrue) == 0x000008, "Wrong alignment on FRigUnit_MathBoolConstTrue"); \ +static_assert(sizeof(FRigUnit_MathBoolConstTrue) == 0x000010, "Wrong size on FRigUnit_MathBoolConstTrue"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathColorLerp \ +static_assert(alignof(FRigUnit_MathColorLerp) == 0x000008, "Wrong alignment on FRigUnit_MathColorLerp"); \ +static_assert(sizeof(FRigUnit_MathColorLerp) == 0x000040, "Wrong size on FRigUnit_MathColorLerp"); \ +static_assert(offsetof(FRigUnit_MathColorLerp, A) == 0x000008, "Member 'FRigUnit_MathColorLerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathColorLerp, B) == 0x000018, "Member 'FRigUnit_MathColorLerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathColorLerp, T) == 0x000028, "Member 'FRigUnit_MathColorLerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathColorLerp, Result) == 0x00002C, "Member 'FRigUnit_MathColorLerp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateQuatColor_Target \ +static_assert(alignof(FMathRBFInterpolateQuatColor_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateQuatColor_Target"); \ +static_assert(sizeof(FMathRBFInterpolateQuatColor_Target) == 0x000020, "Wrong size on FMathRBFInterpolateQuatColor_Target"); \ +static_assert(offsetof(FMathRBFInterpolateQuatColor_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateQuatColor_Target::Target' has a wrong offset!"); \ +static_assert(offsetof(FMathRBFInterpolateQuatColor_Target, Value) == 0x000010, "Member 'FMathRBFInterpolateQuatColor_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateQuatColor \ +static_assert(alignof(FRigUnit_MathRBFInterpolateQuatColor) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateQuatColor"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateQuatColor) == 0x0000F0, "Wrong size on FRigUnit_MathRBFInterpolateQuatColor"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatColor, Targets) == 0x0000D0, "Member 'FRigUnit_MathRBFInterpolateQuatColor::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatColor, Output) == 0x0000E0, "Member 'FRigUnit_MathRBFInterpolateQuatColor::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathColorBinaryOp \ +static_assert(alignof(FRigUnit_MathColorBinaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathColorBinaryOp"); \ +static_assert(sizeof(FRigUnit_MathColorBinaryOp) == 0x000038, "Wrong size on FRigUnit_MathColorBinaryOp"); \ +static_assert(offsetof(FRigUnit_MathColorBinaryOp, A) == 0x000008, "Member 'FRigUnit_MathColorBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathColorBinaryOp, B) == 0x000018, "Member 'FRigUnit_MathColorBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathColorBinaryOp, Result) == 0x000028, "Member 'FRigUnit_MathColorBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathColorMul \ +static_assert(alignof(FRigUnit_MathColorMul) == 0x000008, "Wrong alignment on FRigUnit_MathColorMul"); \ +static_assert(sizeof(FRigUnit_MathColorMul) == 0x000038, "Wrong size on FRigUnit_MathColorMul"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformRotateVector \ +static_assert(alignof(FRigUnit_MathTransformRotateVector) == 0x000010, "Wrong alignment on FRigUnit_MathTransformRotateVector"); \ +static_assert(sizeof(FRigUnit_MathTransformRotateVector) == 0x000060, "Wrong size on FRigUnit_MathTransformRotateVector"); \ +static_assert(offsetof(FRigUnit_MathTransformRotateVector, Transform) == 0x000010, "Member 'FRigUnit_MathTransformRotateVector::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformRotateVector, Direction) == 0x000040, "Member 'FRigUnit_MathTransformRotateVector::Direction' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformRotateVector, Result) == 0x00004C, "Member 'FRigUnit_MathTransformRotateVector::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathColorSub \ +static_assert(alignof(FRigUnit_MathColorSub) == 0x000008, "Wrong alignment on FRigUnit_MathColorSub"); \ +static_assert(sizeof(FRigUnit_MathColorSub) == 0x000038, "Wrong size on FRigUnit_MathColorSub"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathColorAdd \ +static_assert(alignof(FRigUnit_MathColorAdd) == 0x000008, "Wrong alignment on FRigUnit_MathColorAdd"); \ +static_assert(sizeof(FRigUnit_MathColorAdd) == 0x000038, "Wrong size on FRigUnit_MathColorAdd"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformFromEulerTransform \ +static_assert(alignof(FRigUnit_MathTransformFromEulerTransform) == 0x000010, "Wrong alignment on FRigUnit_MathTransformFromEulerTransform"); \ +static_assert(sizeof(FRigUnit_MathTransformFromEulerTransform) == 0x000060, "Wrong size on FRigUnit_MathTransformFromEulerTransform"); \ +static_assert(offsetof(FRigUnit_MathTransformFromEulerTransform, EulerTransform) == 0x000008, "Member 'FRigUnit_MathTransformFromEulerTransform::EulerTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformFromEulerTransform, Result) == 0x000030, "Member 'FRigUnit_MathTransformFromEulerTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathColorFromFloat \ +static_assert(alignof(FRigUnit_MathColorFromFloat) == 0x000008, "Wrong alignment on FRigUnit_MathColorFromFloat"); \ +static_assert(sizeof(FRigUnit_MathColorFromFloat) == 0x000020, "Wrong size on FRigUnit_MathColorFromFloat"); \ +static_assert(offsetof(FRigUnit_MathColorFromFloat, Value) == 0x000008, "Member 'FRigUnit_MathColorFromFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathColorFromFloat, Result) == 0x00000C, "Member 'FRigUnit_MathColorFromFloat::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformUnaryOp \ +static_assert(alignof(FRigUnit_MathTransformUnaryOp) == 0x000010, "Wrong alignment on FRigUnit_MathTransformUnaryOp"); \ +static_assert(sizeof(FRigUnit_MathTransformUnaryOp) == 0x000070, "Wrong size on FRigUnit_MathTransformUnaryOp"); \ +static_assert(offsetof(FRigUnit_MathTransformUnaryOp, Value) == 0x000010, "Member 'FRigUnit_MathTransformUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformUnaryOp, Result) == 0x000040, "Member 'FRigUnit_MathTransformUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformInverse \ +static_assert(alignof(FRigUnit_MathTransformInverse) == 0x000010, "Wrong alignment on FRigUnit_MathTransformInverse"); \ +static_assert(sizeof(FRigUnit_MathTransformInverse) == 0x000070, "Wrong size on FRigUnit_MathTransformInverse"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatLawOfCosine \ +static_assert(alignof(FRigUnit_MathFloatLawOfCosine) == 0x000008, "Wrong alignment on FRigUnit_MathFloatLawOfCosine"); \ +static_assert(sizeof(FRigUnit_MathFloatLawOfCosine) == 0x000028, "Wrong size on FRigUnit_MathFloatLawOfCosine"); \ +static_assert(offsetof(FRigUnit_MathFloatLawOfCosine, A) == 0x000008, "Member 'FRigUnit_MathFloatLawOfCosine::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatLawOfCosine, B) == 0x00000C, "Member 'FRigUnit_MathFloatLawOfCosine::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatLawOfCosine, C) == 0x000010, "Member 'FRigUnit_MathFloatLawOfCosine::C' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatLawOfCosine, AlphaAngle) == 0x000014, "Member 'FRigUnit_MathFloatLawOfCosine::AlphaAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatLawOfCosine, BetaAngle) == 0x000018, "Member 'FRigUnit_MathFloatLawOfCosine::BetaAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatLawOfCosine, GammaAngle) == 0x00001C, "Member 'FRigUnit_MathFloatLawOfCosine::GammaAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatLawOfCosine, bValid) == 0x000020, "Member 'FRigUnit_MathFloatLawOfCosine::bValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformFromSRT \ +static_assert(alignof(FRigUnit_MathTransformFromSRT) == 0x000010, "Wrong alignment on FRigUnit_MathTransformFromSRT"); \ +static_assert(sizeof(FRigUnit_MathTransformFromSRT) == 0x000090, "Wrong size on FRigUnit_MathTransformFromSRT"); \ +static_assert(offsetof(FRigUnit_MathTransformFromSRT, Location) == 0x000008, "Member 'FRigUnit_MathTransformFromSRT::Location' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformFromSRT, Rotation) == 0x000014, "Member 'FRigUnit_MathTransformFromSRT::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformFromSRT, RotationOrder) == 0x000020, "Member 'FRigUnit_MathTransformFromSRT::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformFromSRT, Scale) == 0x000024, "Member 'FRigUnit_MathTransformFromSRT::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformFromSRT, Transform) == 0x000030, "Member 'FRigUnit_MathTransformFromSRT::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformFromSRT, EulerTransform) == 0x000060, "Member 'FRigUnit_MathTransformFromSRT::EulerTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatAtan \ +static_assert(alignof(FRigUnit_MathFloatAtan) == 0x000008, "Wrong alignment on FRigUnit_MathFloatAtan"); \ +static_assert(sizeof(FRigUnit_MathFloatAtan) == 0x000010, "Wrong size on FRigUnit_MathFloatAtan"); \ + +#define DUMPER7_ASSERTS_FRigUnit_NoiseFloat \ +static_assert(alignof(FRigUnit_NoiseFloat) == 0x000008, "Wrong alignment on FRigUnit_NoiseFloat"); \ +static_assert(sizeof(FRigUnit_NoiseFloat) == 0x000028, "Wrong size on FRigUnit_NoiseFloat"); \ +static_assert(offsetof(FRigUnit_NoiseFloat, Value) == 0x000008, "Member 'FRigUnit_NoiseFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NoiseFloat, Speed) == 0x00000C, "Member 'FRigUnit_NoiseFloat::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NoiseFloat, Frequency) == 0x000010, "Member 'FRigUnit_NoiseFloat::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NoiseFloat, Minimum) == 0x000014, "Member 'FRigUnit_NoiseFloat::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NoiseFloat, Maximum) == 0x000018, "Member 'FRigUnit_NoiseFloat::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NoiseFloat, Result) == 0x00001C, "Member 'FRigUnit_NoiseFloat::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NoiseFloat, Time) == 0x000020, "Member 'FRigUnit_NoiseFloat::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatAsin \ +static_assert(alignof(FRigUnit_MathFloatAsin) == 0x000008, "Wrong alignment on FRigUnit_MathFloatAsin"); \ +static_assert(sizeof(FRigUnit_MathFloatAsin) == 0x000010, "Wrong size on FRigUnit_MathFloatAsin"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatTan \ +static_assert(alignof(FRigUnit_MathFloatTan) == 0x000008, "Wrong alignment on FRigUnit_MathFloatTan"); \ +static_assert(sizeof(FRigUnit_MathFloatTan) == 0x000010, "Wrong size on FRigUnit_MathFloatTan"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorAngle \ +static_assert(alignof(FRigUnit_MathVectorAngle) == 0x000008, "Wrong alignment on FRigUnit_MathVectorAngle"); \ +static_assert(sizeof(FRigUnit_MathVectorAngle) == 0x000028, "Wrong size on FRigUnit_MathVectorAngle"); \ +static_assert(offsetof(FRigUnit_MathVectorAngle, A) == 0x000008, "Member 'FRigUnit_MathVectorAngle::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorAngle, B) == 0x000014, "Member 'FRigUnit_MathVectorAngle::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorAngle, Result) == 0x000020, "Member 'FRigUnit_MathVectorAngle::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatCos \ +static_assert(alignof(FRigUnit_MathFloatCos) == 0x000008, "Wrong alignment on FRigUnit_MathFloatCos"); \ +static_assert(sizeof(FRigUnit_MathFloatCos) == 0x000010, "Wrong size on FRigUnit_MathFloatCos"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatSin \ +static_assert(alignof(FRigUnit_MathFloatSin) == 0x000008, "Wrong alignment on FRigUnit_MathFloatSin"); \ +static_assert(sizeof(FRigUnit_MathFloatSin) == 0x000010, "Wrong size on FRigUnit_MathFloatSin"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PointSimulation_DebugSettings \ +static_assert(alignof(FRigUnit_PointSimulation_DebugSettings) == 0x000010, "Wrong alignment on FRigUnit_PointSimulation_DebugSettings"); \ +static_assert(sizeof(FRigUnit_PointSimulation_DebugSettings) == 0x000050, "Wrong size on FRigUnit_PointSimulation_DebugSettings"); \ +static_assert(offsetof(FRigUnit_PointSimulation_DebugSettings, bEnabled) == 0x000000, "Member 'FRigUnit_PointSimulation_DebugSettings::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation_DebugSettings, Scale) == 0x000004, "Member 'FRigUnit_PointSimulation_DebugSettings::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation_DebugSettings, CollisionScale) == 0x000008, "Member 'FRigUnit_PointSimulation_DebugSettings::CollisionScale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation_DebugSettings, bDrawPointsAsSpheres) == 0x00000C, "Member 'FRigUnit_PointSimulation_DebugSettings::bDrawPointsAsSpheres' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation_DebugSettings, Color) == 0x000010, "Member 'FRigUnit_PointSimulation_DebugSettings::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation_DebugSettings, WorldOffset) == 0x000020, "Member 'FRigUnit_PointSimulation_DebugSettings::WorldOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PointSimulation_WorkData \ +static_assert(alignof(FRigUnit_PointSimulation_WorkData) == 0x000008, "Wrong alignment on FRigUnit_PointSimulation_WorkData"); \ +static_assert(sizeof(FRigUnit_PointSimulation_WorkData) == 0x000088, "Wrong size on FRigUnit_PointSimulation_WorkData"); \ +static_assert(offsetof(FRigUnit_PointSimulation_WorkData, Simulation) == 0x000000, "Member 'FRigUnit_PointSimulation_WorkData::Simulation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation_WorkData, BoneIndices) == 0x000078, "Member 'FRigUnit_PointSimulation_WorkData::BoneIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SimBaseMutable \ +static_assert(alignof(FRigUnit_SimBaseMutable) == 0x000008, "Wrong alignment on FRigUnit_SimBaseMutable"); \ +static_assert(sizeof(FRigUnit_SimBaseMutable) == 0x000070, "Wrong size on FRigUnit_SimBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PointSimulation \ +static_assert(alignof(FRigUnit_PointSimulation) == 0x000010, "Wrong alignment on FRigUnit_PointSimulation"); \ +static_assert(sizeof(FRigUnit_PointSimulation) == 0x000200, "Wrong size on FRigUnit_PointSimulation"); \ +static_assert(offsetof(FRigUnit_PointSimulation, Points) == 0x000070, "Member 'FRigUnit_PointSimulation::Points' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, Links) == 0x000080, "Member 'FRigUnit_PointSimulation::Links' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, Forces) == 0x000090, "Member 'FRigUnit_PointSimulation::Forces' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, CollisionVolumes) == 0x0000A0, "Member 'FRigUnit_PointSimulation::CollisionVolumes' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, SimulatedStepsPerSecond) == 0x0000B0, "Member 'FRigUnit_PointSimulation::SimulatedStepsPerSecond' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, IntegratorType) == 0x0000B4, "Member 'FRigUnit_PointSimulation::IntegratorType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, VerletBlend) == 0x0000B8, "Member 'FRigUnit_PointSimulation::VerletBlend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, BoneTargets) == 0x0000C0, "Member 'FRigUnit_PointSimulation::BoneTargets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, bLimitLocalPosition) == 0x0000D0, "Member 'FRigUnit_PointSimulation::bLimitLocalPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, bPropagateToChildren) == 0x0000D1, "Member 'FRigUnit_PointSimulation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, PrimaryAimAxis) == 0x0000D4, "Member 'FRigUnit_PointSimulation::PrimaryAimAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, SecondaryAimAxis) == 0x0000E0, "Member 'FRigUnit_PointSimulation::SecondaryAimAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, DebugSettings) == 0x0000F0, "Member 'FRigUnit_PointSimulation::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, Bezier) == 0x000140, "Member 'FRigUnit_PointSimulation::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, WorkData) == 0x000170, "Member 'FRigUnit_PointSimulation::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatRad \ +static_assert(alignof(FRigUnit_MathFloatRad) == 0x000008, "Wrong alignment on FRigUnit_MathFloatRad"); \ +static_assert(sizeof(FRigUnit_MathFloatRad) == 0x000010, "Wrong size on FRigUnit_MathFloatRad"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatDeg \ +static_assert(alignof(FRigUnit_MathFloatDeg) == 0x000008, "Wrong alignment on FRigUnit_MathFloatDeg"); \ +static_assert(sizeof(FRigUnit_MathFloatDeg) == 0x000010, "Wrong size on FRigUnit_MathFloatDeg"); \ + +#define DUMPER7_ASSERTS_FRigUnit_NameBase \ +static_assert(alignof(FRigUnit_NameBase) == 0x000008, "Wrong alignment on FRigUnit_NameBase"); \ +static_assert(sizeof(FRigUnit_NameBase) == 0x000008, "Wrong size on FRigUnit_NameBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_NameConcat \ +static_assert(alignof(FRigUnit_NameConcat) == 0x000008, "Wrong alignment on FRigUnit_NameConcat"); \ +static_assert(sizeof(FRigUnit_NameConcat) == 0x000030, "Wrong size on FRigUnit_NameConcat"); \ +static_assert(offsetof(FRigUnit_NameConcat, A) == 0x000008, "Member 'FRigUnit_NameConcat::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NameConcat, B) == 0x000014, "Member 'FRigUnit_NameConcat::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NameConcat, Result) == 0x000020, "Member 'FRigUnit_NameConcat::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatSelectBool \ +static_assert(alignof(FRigUnit_MathFloatSelectBool) == 0x000008, "Wrong alignment on FRigUnit_MathFloatSelectBool"); \ +static_assert(sizeof(FRigUnit_MathFloatSelectBool) == 0x000018, "Wrong size on FRigUnit_MathFloatSelectBool"); \ +static_assert(offsetof(FRigUnit_MathFloatSelectBool, Condition) == 0x000008, "Member 'FRigUnit_MathFloatSelectBool::Condition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatSelectBool, IfTrue) == 0x00000C, "Member 'FRigUnit_MathFloatSelectBool::IfTrue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatSelectBool, IfFalse) == 0x000010, "Member 'FRigUnit_MathFloatSelectBool::IfFalse' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatSelectBool, Result) == 0x000014, "Member 'FRigUnit_MathFloatSelectBool::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorOrthogonal \ +static_assert(alignof(FRigUnit_MathVectorOrthogonal) == 0x000008, "Wrong alignment on FRigUnit_MathVectorOrthogonal"); \ +static_assert(sizeof(FRigUnit_MathVectorOrthogonal) == 0x000028, "Wrong size on FRigUnit_MathVectorOrthogonal"); \ +static_assert(offsetof(FRigUnit_MathVectorOrthogonal, A) == 0x000008, "Member 'FRigUnit_MathVectorOrthogonal::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorOrthogonal, B) == 0x000014, "Member 'FRigUnit_MathVectorOrthogonal::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorOrthogonal, Result) == 0x000020, "Member 'FRigUnit_MathVectorOrthogonal::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatIsNearlyZero \ +static_assert(alignof(FRigUnit_MathFloatIsNearlyZero) == 0x000008, "Wrong alignment on FRigUnit_MathFloatIsNearlyZero"); \ +static_assert(sizeof(FRigUnit_MathFloatIsNearlyZero) == 0x000018, "Wrong size on FRigUnit_MathFloatIsNearlyZero"); \ +static_assert(offsetof(FRigUnit_MathFloatIsNearlyZero, Value) == 0x000008, "Member 'FRigUnit_MathFloatIsNearlyZero::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatIsNearlyZero, Tolerance) == 0x00000C, "Member 'FRigUnit_MathFloatIsNearlyZero::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatIsNearlyZero, Result) == 0x000010, "Member 'FRigUnit_MathFloatIsNearlyZero::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatLessEqual \ +static_assert(alignof(FRigUnit_MathFloatLessEqual) == 0x000008, "Wrong alignment on FRigUnit_MathFloatLessEqual"); \ +static_assert(sizeof(FRigUnit_MathFloatLessEqual) == 0x000018, "Wrong size on FRigUnit_MathFloatLessEqual"); \ +static_assert(offsetof(FRigUnit_MathFloatLessEqual, A) == 0x000008, "Member 'FRigUnit_MathFloatLessEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatLessEqual, B) == 0x00000C, "Member 'FRigUnit_MathFloatLessEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatLessEqual, Result) == 0x000010, "Member 'FRigUnit_MathFloatLessEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorBinaryOp \ +static_assert(alignof(FRigUnit_MathVectorBinaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathVectorBinaryOp"); \ +static_assert(sizeof(FRigUnit_MathVectorBinaryOp) == 0x000030, "Wrong size on FRigUnit_MathVectorBinaryOp"); \ +static_assert(offsetof(FRigUnit_MathVectorBinaryOp, A) == 0x000008, "Member 'FRigUnit_MathVectorBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorBinaryOp, B) == 0x000014, "Member 'FRigUnit_MathVectorBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorBinaryOp, Result) == 0x000020, "Member 'FRigUnit_MathVectorBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorCross \ +static_assert(alignof(FRigUnit_MathVectorCross) == 0x000008, "Wrong alignment on FRigUnit_MathVectorCross"); \ +static_assert(sizeof(FRigUnit_MathVectorCross) == 0x000030, "Wrong size on FRigUnit_MathVectorCross"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatGreaterEqual \ +static_assert(alignof(FRigUnit_MathFloatGreaterEqual) == 0x000008, "Wrong alignment on FRigUnit_MathFloatGreaterEqual"); \ +static_assert(sizeof(FRigUnit_MathFloatGreaterEqual) == 0x000018, "Wrong size on FRigUnit_MathFloatGreaterEqual"); \ +static_assert(offsetof(FRigUnit_MathFloatGreaterEqual, A) == 0x000008, "Member 'FRigUnit_MathFloatGreaterEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatGreaterEqual, B) == 0x00000C, "Member 'FRigUnit_MathFloatGreaterEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatGreaterEqual, Result) == 0x000010, "Member 'FRigUnit_MathFloatGreaterEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatLess \ +static_assert(alignof(FRigUnit_MathFloatLess) == 0x000008, "Wrong alignment on FRigUnit_MathFloatLess"); \ +static_assert(sizeof(FRigUnit_MathFloatLess) == 0x000018, "Wrong size on FRigUnit_MathFloatLess"); \ +static_assert(offsetof(FRigUnit_MathFloatLess, A) == 0x000008, "Member 'FRigUnit_MathFloatLess::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatLess, B) == 0x00000C, "Member 'FRigUnit_MathFloatLess::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatLess, Result) == 0x000010, "Member 'FRigUnit_MathFloatLess::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorClampLength \ +static_assert(alignof(FRigUnit_MathVectorClampLength) == 0x000008, "Wrong alignment on FRigUnit_MathVectorClampLength"); \ +static_assert(sizeof(FRigUnit_MathVectorClampLength) == 0x000028, "Wrong size on FRigUnit_MathVectorClampLength"); \ +static_assert(offsetof(FRigUnit_MathVectorClampLength, Value) == 0x000008, "Member 'FRigUnit_MathVectorClampLength::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClampLength, MinimumLength) == 0x000014, "Member 'FRigUnit_MathVectorClampLength::MinimumLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClampLength, MaximumLength) == 0x000018, "Member 'FRigUnit_MathVectorClampLength::MaximumLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClampLength, Result) == 0x00001C, "Member 'FRigUnit_MathVectorClampLength::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatGreater \ +static_assert(alignof(FRigUnit_MathFloatGreater) == 0x000008, "Wrong alignment on FRigUnit_MathFloatGreater"); \ +static_assert(sizeof(FRigUnit_MathFloatGreater) == 0x000018, "Wrong size on FRigUnit_MathFloatGreater"); \ +static_assert(offsetof(FRigUnit_MathFloatGreater, A) == 0x000008, "Member 'FRigUnit_MathFloatGreater::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatGreater, B) == 0x00000C, "Member 'FRigUnit_MathFloatGreater::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatGreater, Result) == 0x000010, "Member 'FRigUnit_MathFloatGreater::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatNotEquals \ +static_assert(alignof(FRigUnit_MathFloatNotEquals) == 0x000008, "Wrong alignment on FRigUnit_MathFloatNotEquals"); \ +static_assert(sizeof(FRigUnit_MathFloatNotEquals) == 0x000018, "Wrong size on FRigUnit_MathFloatNotEquals"); \ +static_assert(offsetof(FRigUnit_MathFloatNotEquals, A) == 0x000008, "Member 'FRigUnit_MathFloatNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatNotEquals, B) == 0x00000C, "Member 'FRigUnit_MathFloatNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatNotEquals, Result) == 0x000010, "Member 'FRigUnit_MathFloatNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorMakeBezierFourPoint \ +static_assert(alignof(FRigUnit_MathVectorMakeBezierFourPoint) == 0x000008, "Wrong alignment on FRigUnit_MathVectorMakeBezierFourPoint"); \ +static_assert(sizeof(FRigUnit_MathVectorMakeBezierFourPoint) == 0x000038, "Wrong size on FRigUnit_MathVectorMakeBezierFourPoint"); \ +static_assert(offsetof(FRigUnit_MathVectorMakeBezierFourPoint, Bezier) == 0x000008, "Member 'FRigUnit_MathVectorMakeBezierFourPoint::Bezier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatEquals \ +static_assert(alignof(FRigUnit_MathFloatEquals) == 0x000008, "Wrong alignment on FRigUnit_MathFloatEquals"); \ +static_assert(sizeof(FRigUnit_MathFloatEquals) == 0x000018, "Wrong size on FRigUnit_MathFloatEquals"); \ +static_assert(offsetof(FRigUnit_MathFloatEquals, A) == 0x000008, "Member 'FRigUnit_MathFloatEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatEquals, B) == 0x00000C, "Member 'FRigUnit_MathFloatEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatEquals, Result) == 0x000010, "Member 'FRigUnit_MathFloatEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorDot \ +static_assert(alignof(FRigUnit_MathVectorDot) == 0x000008, "Wrong alignment on FRigUnit_MathVectorDot"); \ +static_assert(sizeof(FRigUnit_MathVectorDot) == 0x000028, "Wrong size on FRigUnit_MathVectorDot"); \ +static_assert(offsetof(FRigUnit_MathVectorDot, A) == 0x000008, "Member 'FRigUnit_MathVectorDot::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorDot, B) == 0x000014, "Member 'FRigUnit_MathVectorDot::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorDot, Result) == 0x000020, "Member 'FRigUnit_MathVectorDot::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatLerp \ +static_assert(alignof(FRigUnit_MathFloatLerp) == 0x000008, "Wrong alignment on FRigUnit_MathFloatLerp"); \ +static_assert(sizeof(FRigUnit_MathFloatLerp) == 0x000018, "Wrong size on FRigUnit_MathFloatLerp"); \ +static_assert(offsetof(FRigUnit_MathFloatLerp, A) == 0x000008, "Member 'FRigUnit_MathFloatLerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatLerp, B) == 0x00000C, "Member 'FRigUnit_MathFloatLerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatLerp, T) == 0x000010, "Member 'FRigUnit_MathFloatLerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatLerp, Result) == 0x000014, "Member 'FRigUnit_MathFloatLerp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatClamp \ +static_assert(alignof(FRigUnit_MathFloatClamp) == 0x000008, "Wrong alignment on FRigUnit_MathFloatClamp"); \ +static_assert(sizeof(FRigUnit_MathFloatClamp) == 0x000018, "Wrong size on FRigUnit_MathFloatClamp"); \ +static_assert(offsetof(FRigUnit_MathFloatClamp, Value) == 0x000008, "Member 'FRigUnit_MathFloatClamp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatClamp, Minimum) == 0x00000C, "Member 'FRigUnit_MathFloatClamp::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatClamp, Maximum) == 0x000010, "Member 'FRigUnit_MathFloatClamp::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatClamp, Result) == 0x000014, "Member 'FRigUnit_MathFloatClamp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorIsNearlyZero \ +static_assert(alignof(FRigUnit_MathVectorIsNearlyZero) == 0x000008, "Wrong alignment on FRigUnit_MathVectorIsNearlyZero"); \ +static_assert(sizeof(FRigUnit_MathVectorIsNearlyZero) == 0x000020, "Wrong size on FRigUnit_MathVectorIsNearlyZero"); \ +static_assert(offsetof(FRigUnit_MathVectorIsNearlyZero, Value) == 0x000008, "Member 'FRigUnit_MathVectorIsNearlyZero::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorIsNearlyZero, Tolerance) == 0x000014, "Member 'FRigUnit_MathVectorIsNearlyZero::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorIsNearlyZero, Result) == 0x000018, "Member 'FRigUnit_MathVectorIsNearlyZero::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatSign \ +static_assert(alignof(FRigUnit_MathFloatSign) == 0x000008, "Wrong alignment on FRigUnit_MathFloatSign"); \ +static_assert(sizeof(FRigUnit_MathFloatSign) == 0x000010, "Wrong size on FRigUnit_MathFloatSign"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatToInt \ +static_assert(alignof(FRigUnit_MathFloatToInt) == 0x000008, "Wrong alignment on FRigUnit_MathFloatToInt"); \ +static_assert(sizeof(FRigUnit_MathFloatToInt) == 0x000010, "Wrong size on FRigUnit_MathFloatToInt"); \ +static_assert(offsetof(FRigUnit_MathFloatToInt, Value) == 0x000008, "Member 'FRigUnit_MathFloatToInt::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatToInt, Result) == 0x00000C, "Member 'FRigUnit_MathFloatToInt::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorLength \ +static_assert(alignof(FRigUnit_MathVectorLength) == 0x000008, "Wrong alignment on FRigUnit_MathVectorLength"); \ +static_assert(sizeof(FRigUnit_MathVectorLength) == 0x000018, "Wrong size on FRigUnit_MathVectorLength"); \ +static_assert(offsetof(FRigUnit_MathVectorLength, Value) == 0x000008, "Member 'FRigUnit_MathVectorLength::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorLength, Result) == 0x000014, "Member 'FRigUnit_MathVectorLength::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatRound \ +static_assert(alignof(FRigUnit_MathFloatRound) == 0x000008, "Wrong alignment on FRigUnit_MathFloatRound"); \ +static_assert(sizeof(FRigUnit_MathFloatRound) == 0x000018, "Wrong size on FRigUnit_MathFloatRound"); \ +static_assert(offsetof(FRigUnit_MathFloatRound, Value) == 0x000008, "Member 'FRigUnit_MathFloatRound::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatRound, Result) == 0x00000C, "Member 'FRigUnit_MathFloatRound::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatRound, Int) == 0x000010, "Member 'FRigUnit_MathFloatRound::Int' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatCeil \ +static_assert(alignof(FRigUnit_MathFloatCeil) == 0x000008, "Wrong alignment on FRigUnit_MathFloatCeil"); \ +static_assert(sizeof(FRigUnit_MathFloatCeil) == 0x000018, "Wrong size on FRigUnit_MathFloatCeil"); \ +static_assert(offsetof(FRigUnit_MathFloatCeil, Value) == 0x000008, "Member 'FRigUnit_MathFloatCeil::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatCeil, Result) == 0x00000C, "Member 'FRigUnit_MathFloatCeil::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatCeil, Int) == 0x000010, "Member 'FRigUnit_MathFloatCeil::Int' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorUnaryOp \ +static_assert(alignof(FRigUnit_MathVectorUnaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathVectorUnaryOp"); \ +static_assert(sizeof(FRigUnit_MathVectorUnaryOp) == 0x000020, "Wrong size on FRigUnit_MathVectorUnaryOp"); \ +static_assert(offsetof(FRigUnit_MathVectorUnaryOp, Value) == 0x000008, "Member 'FRigUnit_MathVectorUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorUnaryOp, Result) == 0x000014, "Member 'FRigUnit_MathVectorUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatFloor \ +static_assert(alignof(FRigUnit_MathFloatFloor) == 0x000008, "Wrong alignment on FRigUnit_MathFloatFloor"); \ +static_assert(sizeof(FRigUnit_MathFloatFloor) == 0x000018, "Wrong size on FRigUnit_MathFloatFloor"); \ +static_assert(offsetof(FRigUnit_MathFloatFloor, Value) == 0x000008, "Member 'FRigUnit_MathFloatFloor::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatFloor, Result) == 0x00000C, "Member 'FRigUnit_MathFloatFloor::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatFloor, Int) == 0x000010, "Member 'FRigUnit_MathFloatFloor::Int' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatAbs \ +static_assert(alignof(FRigUnit_MathFloatAbs) == 0x000008, "Wrong alignment on FRigUnit_MathFloatAbs"); \ +static_assert(sizeof(FRigUnit_MathFloatAbs) == 0x000010, "Wrong size on FRigUnit_MathFloatAbs"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorSelectBool \ +static_assert(alignof(FRigUnit_MathVectorSelectBool) == 0x000008, "Wrong alignment on FRigUnit_MathVectorSelectBool"); \ +static_assert(sizeof(FRigUnit_MathVectorSelectBool) == 0x000030, "Wrong size on FRigUnit_MathVectorSelectBool"); \ +static_assert(offsetof(FRigUnit_MathVectorSelectBool, Condition) == 0x000008, "Member 'FRigUnit_MathVectorSelectBool::Condition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorSelectBool, IfTrue) == 0x00000C, "Member 'FRigUnit_MathVectorSelectBool::IfTrue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorSelectBool, IfFalse) == 0x000018, "Member 'FRigUnit_MathVectorSelectBool::IfFalse' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorSelectBool, Result) == 0x000024, "Member 'FRigUnit_MathVectorSelectBool::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatNegate \ +static_assert(alignof(FRigUnit_MathFloatNegate) == 0x000008, "Wrong alignment on FRigUnit_MathFloatNegate"); \ +static_assert(sizeof(FRigUnit_MathFloatNegate) == 0x000010, "Wrong size on FRigUnit_MathFloatNegate"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatSqrt \ +static_assert(alignof(FRigUnit_MathFloatSqrt) == 0x000008, "Wrong alignment on FRigUnit_MathFloatSqrt"); \ +static_assert(sizeof(FRigUnit_MathFloatSqrt) == 0x000010, "Wrong size on FRigUnit_MathFloatSqrt"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorCeil \ +static_assert(alignof(FRigUnit_MathVectorCeil) == 0x000008, "Wrong alignment on FRigUnit_MathVectorCeil"); \ +static_assert(sizeof(FRigUnit_MathVectorCeil) == 0x000020, "Wrong size on FRigUnit_MathVectorCeil"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatBinaryOp \ +static_assert(alignof(FRigUnit_MathFloatBinaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathFloatBinaryOp"); \ +static_assert(sizeof(FRigUnit_MathFloatBinaryOp) == 0x000018, "Wrong size on FRigUnit_MathFloatBinaryOp"); \ +static_assert(offsetof(FRigUnit_MathFloatBinaryOp, A) == 0x000008, "Member 'FRigUnit_MathFloatBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatBinaryOp, B) == 0x00000C, "Member 'FRigUnit_MathFloatBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatBinaryOp, Result) == 0x000010, "Member 'FRigUnit_MathFloatBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatPow \ +static_assert(alignof(FRigUnit_MathFloatPow) == 0x000008, "Wrong alignment on FRigUnit_MathFloatPow"); \ +static_assert(sizeof(FRigUnit_MathFloatPow) == 0x000018, "Wrong size on FRigUnit_MathFloatPow"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorEquals \ +static_assert(alignof(FRigUnit_MathVectorEquals) == 0x000008, "Wrong alignment on FRigUnit_MathVectorEquals"); \ +static_assert(sizeof(FRigUnit_MathVectorEquals) == 0x000028, "Wrong size on FRigUnit_MathVectorEquals"); \ +static_assert(offsetof(FRigUnit_MathVectorEquals, A) == 0x000008, "Member 'FRigUnit_MathVectorEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorEquals, B) == 0x000014, "Member 'FRigUnit_MathVectorEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorEquals, Result) == 0x000020, "Member 'FRigUnit_MathVectorEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatMax \ +static_assert(alignof(FRigUnit_MathFloatMax) == 0x000008, "Wrong alignment on FRigUnit_MathFloatMax"); \ +static_assert(sizeof(FRigUnit_MathFloatMax) == 0x000018, "Wrong size on FRigUnit_MathFloatMax"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatMin \ +static_assert(alignof(FRigUnit_MathFloatMin) == 0x000008, "Wrong alignment on FRigUnit_MathFloatMin"); \ +static_assert(sizeof(FRigUnit_MathFloatMin) == 0x000018, "Wrong size on FRigUnit_MathFloatMin"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorRad \ +static_assert(alignof(FRigUnit_MathVectorRad) == 0x000008, "Wrong alignment on FRigUnit_MathVectorRad"); \ +static_assert(sizeof(FRigUnit_MathVectorRad) == 0x000020, "Wrong size on FRigUnit_MathVectorRad"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatMod \ +static_assert(alignof(FRigUnit_MathFloatMod) == 0x000008, "Wrong alignment on FRigUnit_MathFloatMod"); \ +static_assert(sizeof(FRigUnit_MathFloatMod) == 0x000018, "Wrong size on FRigUnit_MathFloatMod"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatDiv \ +static_assert(alignof(FRigUnit_MathFloatDiv) == 0x000008, "Wrong alignment on FRigUnit_MathFloatDiv"); \ +static_assert(sizeof(FRigUnit_MathFloatDiv) == 0x000018, "Wrong size on FRigUnit_MathFloatDiv"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateVectorQuat_Target \ +static_assert(alignof(FMathRBFInterpolateVectorQuat_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateVectorQuat_Target"); \ +static_assert(sizeof(FMathRBFInterpolateVectorQuat_Target) == 0x000020, "Wrong size on FMathRBFInterpolateVectorQuat_Target"); \ +static_assert(offsetof(FMathRBFInterpolateVectorQuat_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateVectorQuat_Target::Target' has a wrong offset!"); \ +static_assert(offsetof(FMathRBFInterpolateVectorQuat_Target, Value) == 0x000010, "Member 'FMathRBFInterpolateVectorQuat_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateVectorQuat \ +static_assert(alignof(FRigUnit_MathRBFInterpolateVectorQuat) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateVectorQuat"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateVectorQuat) == 0x0000D0, "Wrong size on FRigUnit_MathRBFInterpolateVectorQuat"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorQuat, Targets) == 0x0000B0, "Member 'FRigUnit_MathRBFInterpolateVectorQuat::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorQuat, Output) == 0x0000C0, "Member 'FRigUnit_MathRBFInterpolateVectorQuat::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatMul \ +static_assert(alignof(FRigUnit_MathFloatMul) == 0x000008, "Wrong alignment on FRigUnit_MathFloatMul"); \ +static_assert(sizeof(FRigUnit_MathFloatMul) == 0x000018, "Wrong size on FRigUnit_MathFloatMul"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatSub \ +static_assert(alignof(FRigUnit_MathFloatSub) == 0x000008, "Wrong alignment on FRigUnit_MathFloatSub"); \ +static_assert(sizeof(FRigUnit_MathFloatSub) == 0x000018, "Wrong size on FRigUnit_MathFloatSub"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorScale \ +static_assert(alignof(FRigUnit_MathVectorScale) == 0x000008, "Wrong alignment on FRigUnit_MathVectorScale"); \ +static_assert(sizeof(FRigUnit_MathVectorScale) == 0x000028, "Wrong size on FRigUnit_MathVectorScale"); \ +static_assert(offsetof(FRigUnit_MathVectorScale, Value) == 0x000008, "Member 'FRigUnit_MathVectorScale::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorScale, Factor) == 0x000014, "Member 'FRigUnit_MathVectorScale::Factor' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorScale, Result) == 0x000018, "Member 'FRigUnit_MathVectorScale::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatAdd \ +static_assert(alignof(FRigUnit_MathFloatAdd) == 0x000008, "Wrong alignment on FRigUnit_MathFloatAdd"); \ +static_assert(sizeof(FRigUnit_MathFloatAdd) == 0x000018, "Wrong size on FRigUnit_MathFloatAdd"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatConstant \ +static_assert(alignof(FRigUnit_MathFloatConstant) == 0x000008, "Wrong alignment on FRigUnit_MathFloatConstant"); \ +static_assert(sizeof(FRigUnit_MathFloatConstant) == 0x000010, "Wrong size on FRigUnit_MathFloatConstant"); \ +static_assert(offsetof(FRigUnit_MathFloatConstant, Value) == 0x000008, "Member 'FRigUnit_MathFloatConstant::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateVectorVector_Target \ +static_assert(alignof(FMathRBFInterpolateVectorVector_Target) == 0x000004, "Wrong alignment on FMathRBFInterpolateVectorVector_Target"); \ +static_assert(sizeof(FMathRBFInterpolateVectorVector_Target) == 0x000018, "Wrong size on FMathRBFInterpolateVectorVector_Target"); \ +static_assert(offsetof(FMathRBFInterpolateVectorVector_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateVectorVector_Target::Target' has a wrong offset!"); \ +static_assert(offsetof(FMathRBFInterpolateVectorVector_Target, Value) == 0x00000C, "Member 'FMathRBFInterpolateVectorVector_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateVectorVector \ +static_assert(alignof(FRigUnit_MathRBFInterpolateVectorVector) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateVectorVector"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateVectorVector) == 0x0000D0, "Wrong size on FRigUnit_MathRBFInterpolateVectorVector"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorVector, Targets) == 0x0000B0, "Member 'FRigUnit_MathRBFInterpolateVectorVector::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorVector, Output) == 0x0000C0, "Member 'FRigUnit_MathRBFInterpolateVectorVector::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatConstTwoPi \ +static_assert(alignof(FRigUnit_MathFloatConstTwoPi) == 0x000008, "Wrong alignment on FRigUnit_MathFloatConstTwoPi"); \ +static_assert(sizeof(FRigUnit_MathFloatConstTwoPi) == 0x000010, "Wrong size on FRigUnit_MathFloatConstTwoPi"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatConstHalfPi \ +static_assert(alignof(FRigUnit_MathFloatConstHalfPi) == 0x000008, "Wrong alignment on FRigUnit_MathFloatConstHalfPi"); \ +static_assert(sizeof(FRigUnit_MathFloatConstHalfPi) == 0x000010, "Wrong size on FRigUnit_MathFloatConstHalfPi"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateVectorXform_Target \ +static_assert(alignof(FMathRBFInterpolateVectorXform_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateVectorXform_Target"); \ +static_assert(sizeof(FMathRBFInterpolateVectorXform_Target) == 0x000040, "Wrong size on FMathRBFInterpolateVectorXform_Target"); \ +static_assert(offsetof(FMathRBFInterpolateVectorXform_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateVectorXform_Target::Target' has a wrong offset!"); \ +static_assert(offsetof(FMathRBFInterpolateVectorXform_Target, Value) == 0x000010, "Member 'FMathRBFInterpolateVectorXform_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateVectorXform \ +static_assert(alignof(FRigUnit_MathRBFInterpolateVectorXform) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateVectorXform"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateVectorXform) == 0x0000F0, "Wrong size on FRigUnit_MathRBFInterpolateVectorXform"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorXform, Targets) == 0x0000B0, "Member 'FRigUnit_MathRBFInterpolateVectorXform::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorXform, Output) == 0x0000C0, "Member 'FRigUnit_MathRBFInterpolateVectorXform::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatConstPi \ +static_assert(alignof(FRigUnit_MathFloatConstPi) == 0x000008, "Wrong alignment on FRigUnit_MathFloatConstPi"); \ +static_assert(sizeof(FRigUnit_MathFloatConstPi) == 0x000010, "Wrong size on FRigUnit_MathFloatConstPi"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorMod \ +static_assert(alignof(FRigUnit_MathVectorMod) == 0x000008, "Wrong alignment on FRigUnit_MathVectorMod"); \ +static_assert(sizeof(FRigUnit_MathVectorMod) == 0x000030, "Wrong size on FRigUnit_MathVectorMod"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntLessEqual \ +static_assert(alignof(FRigUnit_MathIntLessEqual) == 0x000008, "Wrong alignment on FRigUnit_MathIntLessEqual"); \ +static_assert(sizeof(FRigUnit_MathIntLessEqual) == 0x000018, "Wrong size on FRigUnit_MathIntLessEqual"); \ +static_assert(offsetof(FRigUnit_MathIntLessEqual, A) == 0x000008, "Member 'FRigUnit_MathIntLessEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntLessEqual, B) == 0x00000C, "Member 'FRigUnit_MathIntLessEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntLessEqual, Result) == 0x000010, "Member 'FRigUnit_MathIntLessEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntGreaterEqual \ +static_assert(alignof(FRigUnit_MathIntGreaterEqual) == 0x000008, "Wrong alignment on FRigUnit_MathIntGreaterEqual"); \ +static_assert(sizeof(FRigUnit_MathIntGreaterEqual) == 0x000018, "Wrong size on FRigUnit_MathIntGreaterEqual"); \ +static_assert(offsetof(FRigUnit_MathIntGreaterEqual, A) == 0x000008, "Member 'FRigUnit_MathIntGreaterEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntGreaterEqual, B) == 0x00000C, "Member 'FRigUnit_MathIntGreaterEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntGreaterEqual, Result) == 0x000010, "Member 'FRigUnit_MathIntGreaterEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ModifyBoneTransforms_PerBone \ +static_assert(alignof(FRigUnit_ModifyBoneTransforms_PerBone) == 0x000010, "Wrong alignment on FRigUnit_ModifyBoneTransforms_PerBone"); \ +static_assert(sizeof(FRigUnit_ModifyBoneTransforms_PerBone) == 0x000040, "Wrong size on FRigUnit_ModifyBoneTransforms_PerBone"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms_PerBone, Bone) == 0x000000, "Member 'FRigUnit_ModifyBoneTransforms_PerBone::Bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms_PerBone, Transform) == 0x000010, "Member 'FRigUnit_ModifyBoneTransforms_PerBone::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntLess \ +static_assert(alignof(FRigUnit_MathIntLess) == 0x000008, "Wrong alignment on FRigUnit_MathIntLess"); \ +static_assert(sizeof(FRigUnit_MathIntLess) == 0x000018, "Wrong size on FRigUnit_MathIntLess"); \ +static_assert(offsetof(FRigUnit_MathIntLess, A) == 0x000008, "Member 'FRigUnit_MathIntLess::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntLess, B) == 0x00000C, "Member 'FRigUnit_MathIntLess::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntLess, Result) == 0x000010, "Member 'FRigUnit_MathIntLess::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntGreater \ +static_assert(alignof(FRigUnit_MathIntGreater) == 0x000008, "Wrong alignment on FRigUnit_MathIntGreater"); \ +static_assert(sizeof(FRigUnit_MathIntGreater) == 0x000018, "Wrong size on FRigUnit_MathIntGreater"); \ +static_assert(offsetof(FRigUnit_MathIntGreater, A) == 0x000008, "Member 'FRigUnit_MathIntGreater::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntGreater, B) == 0x00000C, "Member 'FRigUnit_MathIntGreater::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntGreater, Result) == 0x000010, "Member 'FRigUnit_MathIntGreater::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorSub \ +static_assert(alignof(FRigUnit_MathVectorSub) == 0x000008, "Wrong alignment on FRigUnit_MathVectorSub"); \ +static_assert(sizeof(FRigUnit_MathVectorSub) == 0x000030, "Wrong size on FRigUnit_MathVectorSub"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntNotEquals \ +static_assert(alignof(FRigUnit_MathIntNotEquals) == 0x000008, "Wrong alignment on FRigUnit_MathIntNotEquals"); \ +static_assert(sizeof(FRigUnit_MathIntNotEquals) == 0x000018, "Wrong size on FRigUnit_MathIntNotEquals"); \ +static_assert(offsetof(FRigUnit_MathIntNotEquals, A) == 0x000008, "Member 'FRigUnit_MathIntNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntNotEquals, B) == 0x00000C, "Member 'FRigUnit_MathIntNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntNotEquals, Result) == 0x000010, "Member 'FRigUnit_MathIntNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntEquals \ +static_assert(alignof(FRigUnit_MathIntEquals) == 0x000008, "Wrong alignment on FRigUnit_MathIntEquals"); \ +static_assert(sizeof(FRigUnit_MathIntEquals) == 0x000018, "Wrong size on FRigUnit_MathIntEquals"); \ +static_assert(offsetof(FRigUnit_MathIntEquals, A) == 0x000008, "Member 'FRigUnit_MathIntEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntEquals, B) == 0x00000C, "Member 'FRigUnit_MathIntEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntEquals, Result) == 0x000010, "Member 'FRigUnit_MathIntEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorMax \ +static_assert(alignof(FRigUnit_MathVectorMax) == 0x000008, "Wrong alignment on FRigUnit_MathVectorMax"); \ +static_assert(sizeof(FRigUnit_MathVectorMax) == 0x000030, "Wrong size on FRigUnit_MathVectorMax"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntClamp \ +static_assert(alignof(FRigUnit_MathIntClamp) == 0x000008, "Wrong alignment on FRigUnit_MathIntClamp"); \ +static_assert(sizeof(FRigUnit_MathIntClamp) == 0x000018, "Wrong size on FRigUnit_MathIntClamp"); \ +static_assert(offsetof(FRigUnit_MathIntClamp, Value) == 0x000008, "Member 'FRigUnit_MathIntClamp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntClamp, Minimum) == 0x00000C, "Member 'FRigUnit_MathIntClamp::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntClamp, Maximum) == 0x000010, "Member 'FRigUnit_MathIntClamp::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntClamp, Result) == 0x000014, "Member 'FRigUnit_MathIntClamp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntUnaryOp \ +static_assert(alignof(FRigUnit_MathIntUnaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathIntUnaryOp"); \ +static_assert(sizeof(FRigUnit_MathIntUnaryOp) == 0x000010, "Wrong size on FRigUnit_MathIntUnaryOp"); \ +static_assert(offsetof(FRigUnit_MathIntUnaryOp, Value) == 0x000008, "Member 'FRigUnit_MathIntUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntUnaryOp, Result) == 0x00000C, "Member 'FRigUnit_MathIntUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ModifyTransforms_WorkData \ +static_assert(alignof(FRigUnit_ModifyTransforms_WorkData) == 0x000008, "Wrong alignment on FRigUnit_ModifyTransforms_WorkData"); \ +static_assert(sizeof(FRigUnit_ModifyTransforms_WorkData) == 0x000010, "Wrong size on FRigUnit_ModifyTransforms_WorkData"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms_WorkData, CachedItems) == 0x000000, "Member 'FRigUnit_ModifyTransforms_WorkData::CachedItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntSign \ +static_assert(alignof(FRigUnit_MathIntSign) == 0x000008, "Wrong alignment on FRigUnit_MathIntSign"); \ +static_assert(sizeof(FRigUnit_MathIntSign) == 0x000010, "Wrong size on FRigUnit_MathIntSign"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntToFloat \ +static_assert(alignof(FRigUnit_MathIntToFloat) == 0x000008, "Wrong alignment on FRigUnit_MathIntToFloat"); \ +static_assert(sizeof(FRigUnit_MathIntToFloat) == 0x000010, "Wrong size on FRigUnit_MathIntToFloat"); \ +static_assert(offsetof(FRigUnit_MathIntToFloat, Value) == 0x000008, "Member 'FRigUnit_MathIntToFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntToFloat, Result) == 0x00000C, "Member 'FRigUnit_MathIntToFloat::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_StartsWith \ +static_assert(alignof(FRigUnit_StartsWith) == 0x000008, "Wrong alignment on FRigUnit_StartsWith"); \ +static_assert(sizeof(FRigUnit_StartsWith) == 0x000028, "Wrong size on FRigUnit_StartsWith"); \ +static_assert(offsetof(FRigUnit_StartsWith, Name) == 0x000008, "Member 'FRigUnit_StartsWith::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_StartsWith, Start) == 0x000014, "Member 'FRigUnit_StartsWith::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_StartsWith, Result) == 0x000020, "Member 'FRigUnit_StartsWith::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntAbs \ +static_assert(alignof(FRigUnit_MathIntAbs) == 0x000008, "Wrong alignment on FRigUnit_MathIntAbs"); \ +static_assert(sizeof(FRigUnit_MathIntAbs) == 0x000010, "Wrong size on FRigUnit_MathIntAbs"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntNegate \ +static_assert(alignof(FRigUnit_MathIntNegate) == 0x000008, "Wrong alignment on FRigUnit_MathIntNegate"); \ +static_assert(sizeof(FRigUnit_MathIntNegate) == 0x000010, "Wrong size on FRigUnit_MathIntNegate"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ModifyTransforms_PerItem \ +static_assert(alignof(FRigUnit_ModifyTransforms_PerItem) == 0x000010, "Wrong alignment on FRigUnit_ModifyTransforms_PerItem"); \ +static_assert(sizeof(FRigUnit_ModifyTransforms_PerItem) == 0x000040, "Wrong size on FRigUnit_ModifyTransforms_PerItem"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms_PerItem, Item) == 0x000000, "Member 'FRigUnit_ModifyTransforms_PerItem::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms_PerItem, Transform) == 0x000010, "Member 'FRigUnit_ModifyTransforms_PerItem::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntPow \ +static_assert(alignof(FRigUnit_MathIntPow) == 0x000008, "Wrong alignment on FRigUnit_MathIntPow"); \ +static_assert(sizeof(FRigUnit_MathIntPow) == 0x000018, "Wrong size on FRigUnit_MathIntPow"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorFromFloat \ +static_assert(alignof(FRigUnit_MathVectorFromFloat) == 0x000008, "Wrong alignment on FRigUnit_MathVectorFromFloat"); \ +static_assert(sizeof(FRigUnit_MathVectorFromFloat) == 0x000018, "Wrong size on FRigUnit_MathVectorFromFloat"); \ +static_assert(offsetof(FRigUnit_MathVectorFromFloat, Value) == 0x000008, "Member 'FRigUnit_MathVectorFromFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorFromFloat, Result) == 0x00000C, "Member 'FRigUnit_MathVectorFromFloat::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntMax \ +static_assert(alignof(FRigUnit_MathIntMax) == 0x000008, "Wrong alignment on FRigUnit_MathIntMax"); \ +static_assert(sizeof(FRigUnit_MathIntMax) == 0x000018, "Wrong size on FRigUnit_MathIntMax"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntMod \ +static_assert(alignof(FRigUnit_MathIntMod) == 0x000008, "Wrong alignment on FRigUnit_MathIntMod"); \ +static_assert(sizeof(FRigUnit_MathIntMod) == 0x000018, "Wrong size on FRigUnit_MathIntMod"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntDiv \ +static_assert(alignof(FRigUnit_MathIntDiv) == 0x000008, "Wrong alignment on FRigUnit_MathIntDiv"); \ +static_assert(sizeof(FRigUnit_MathIntDiv) == 0x000018, "Wrong size on FRigUnit_MathIntDiv"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ParentSwitchConstraint \ +static_assert(alignof(FRigUnit_ParentSwitchConstraint) == 0x000010, "Wrong alignment on FRigUnit_ParentSwitchConstraint"); \ +static_assert(sizeof(FRigUnit_ParentSwitchConstraint) == 0x000180, "Wrong size on FRigUnit_ParentSwitchConstraint"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Subject) == 0x000070, "Member 'FRigUnit_ParentSwitchConstraint::Subject' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, ParentIndex) == 0x000080, "Member 'FRigUnit_ParentSwitchConstraint::ParentIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Parents) == 0x000088, "Member 'FRigUnit_ParentSwitchConstraint::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, InitialGlobalTransform) == 0x0000A0, "Member 'FRigUnit_ParentSwitchConstraint::InitialGlobalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Weight) == 0x0000D0, "Member 'FRigUnit_ParentSwitchConstraint::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Transform) == 0x0000E0, "Member 'FRigUnit_ParentSwitchConstraint::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Switched) == 0x000110, "Member 'FRigUnit_ParentSwitchConstraint::Switched' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, CachedSubject) == 0x000114, "Member 'FRigUnit_ParentSwitchConstraint::CachedSubject' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, CachedParent) == 0x00012C, "Member 'FRigUnit_ParentSwitchConstraint::CachedParent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, RelativeOffset) == 0x000150, "Member 'FRigUnit_ParentSwitchConstraint::RelativeOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntMul \ +static_assert(alignof(FRigUnit_MathIntMul) == 0x000008, "Wrong alignment on FRigUnit_MathIntMul"); \ +static_assert(sizeof(FRigUnit_MathIntMul) == 0x000018, "Wrong size on FRigUnit_MathIntMul"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntSub \ +static_assert(alignof(FRigUnit_MathIntSub) == 0x000008, "Wrong alignment on FRigUnit_MathIntSub"); \ +static_assert(sizeof(FRigUnit_MathIntSub) == 0x000018, "Wrong size on FRigUnit_MathIntSub"); \ + +#define DUMPER7_ASSERTS_FRigUnit_NameReplace \ +static_assert(alignof(FRigUnit_NameReplace) == 0x000008, "Wrong alignment on FRigUnit_NameReplace"); \ +static_assert(sizeof(FRigUnit_NameReplace) == 0x000038, "Wrong size on FRigUnit_NameReplace"); \ +static_assert(offsetof(FRigUnit_NameReplace, Name) == 0x000008, "Member 'FRigUnit_NameReplace::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NameReplace, Old) == 0x000014, "Member 'FRigUnit_NameReplace::Old' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NameReplace, New) == 0x000020, "Member 'FRigUnit_NameReplace::New' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NameReplace, Result) == 0x00002C, "Member 'FRigUnit_NameReplace::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntAdd \ +static_assert(alignof(FRigUnit_MathIntAdd) == 0x000008, "Wrong alignment on FRigUnit_MathIntAdd"); \ +static_assert(sizeof(FRigUnit_MathIntAdd) == 0x000018, "Wrong size on FRigUnit_MathIntAdd"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionRotationOrder \ +static_assert(alignof(FRigUnit_MathQuaternionRotationOrder) == 0x000008, "Wrong alignment on FRigUnit_MathQuaternionRotationOrder"); \ +static_assert(sizeof(FRigUnit_MathQuaternionRotationOrder) == 0x000010, "Wrong size on FRigUnit_MathQuaternionRotationOrder"); \ +static_assert(offsetof(FRigUnit_MathQuaternionRotationOrder, RotationOrder) == 0x000008, "Member 'FRigUnit_MathQuaternionRotationOrder::RotationOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MultiFABRIK_WorkData \ +static_assert(alignof(FRigUnit_MultiFABRIK_WorkData) == 0x000008, "Wrong alignment on FRigUnit_MultiFABRIK_WorkData"); \ +static_assert(sizeof(FRigUnit_MultiFABRIK_WorkData) == 0x000060, "Wrong size on FRigUnit_MultiFABRIK_WorkData"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionGetAxis \ +static_assert(alignof(FRigUnit_MathQuaternionGetAxis) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionGetAxis"); \ +static_assert(sizeof(FRigUnit_MathQuaternionGetAxis) == 0x000030, "Wrong size on FRigUnit_MathQuaternionGetAxis"); \ +static_assert(offsetof(FRigUnit_MathQuaternionGetAxis, Quaternion) == 0x000010, "Member 'FRigUnit_MathQuaternionGetAxis::Quaternion' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionGetAxis, Axis) == 0x000020, "Member 'FRigUnit_MathQuaternionGetAxis::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionGetAxis, Result) == 0x000024, "Member 'FRigUnit_MathQuaternionGetAxis::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionDot \ +static_assert(alignof(FRigUnit_MathQuaternionDot) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionDot"); \ +static_assert(sizeof(FRigUnit_MathQuaternionDot) == 0x000040, "Wrong size on FRigUnit_MathQuaternionDot"); \ +static_assert(offsetof(FRigUnit_MathQuaternionDot, A) == 0x000010, "Member 'FRigUnit_MathQuaternionDot::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionDot, B) == 0x000020, "Member 'FRigUnit_MathQuaternionDot::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionDot, Result) == 0x000030, "Member 'FRigUnit_MathQuaternionDot::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionNotEquals \ +static_assert(alignof(FRigUnit_MathQuaternionNotEquals) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionNotEquals"); \ +static_assert(sizeof(FRigUnit_MathQuaternionNotEquals) == 0x000040, "Wrong size on FRigUnit_MathQuaternionNotEquals"); \ +static_assert(offsetof(FRigUnit_MathQuaternionNotEquals, A) == 0x000010, "Member 'FRigUnit_MathQuaternionNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionNotEquals, B) == 0x000020, "Member 'FRigUnit_MathQuaternionNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionNotEquals, Result) == 0x000030, "Member 'FRigUnit_MathQuaternionNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionSlerp \ +static_assert(alignof(FRigUnit_MathQuaternionSlerp) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionSlerp"); \ +static_assert(sizeof(FRigUnit_MathQuaternionSlerp) == 0x000050, "Wrong size on FRigUnit_MathQuaternionSlerp"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSlerp, A) == 0x000010, "Member 'FRigUnit_MathQuaternionSlerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSlerp, B) == 0x000020, "Member 'FRigUnit_MathQuaternionSlerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSlerp, T) == 0x000030, "Member 'FRigUnit_MathQuaternionSlerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSlerp, Result) == 0x000040, "Member 'FRigUnit_MathQuaternionSlerp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionToRotator \ +static_assert(alignof(FRigUnit_MathQuaternionToRotator) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionToRotator"); \ +static_assert(sizeof(FRigUnit_MathQuaternionToRotator) == 0x000030, "Wrong size on FRigUnit_MathQuaternionToRotator"); \ +static_assert(offsetof(FRigUnit_MathQuaternionToRotator, Value) == 0x000010, "Member 'FRigUnit_MathQuaternionToRotator::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionToRotator, Result) == 0x000020, "Member 'FRigUnit_MathQuaternionToRotator::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionScale \ +static_assert(alignof(FRigUnit_MathQuaternionScale) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionScale"); \ +static_assert(sizeof(FRigUnit_MathQuaternionScale) == 0x000030, "Wrong size on FRigUnit_MathQuaternionScale"); \ +static_assert(offsetof(FRigUnit_MathQuaternionScale, Value) == 0x000010, "Member 'FRigUnit_MathQuaternionScale::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionScale, Scale) == 0x000020, "Member 'FRigUnit_MathQuaternionScale::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionFromTwoVectors \ +static_assert(alignof(FRigUnit_MathQuaternionFromTwoVectors) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionFromTwoVectors"); \ +static_assert(sizeof(FRigUnit_MathQuaternionFromTwoVectors) == 0x000030, "Wrong size on FRigUnit_MathQuaternionFromTwoVectors"); \ +static_assert(offsetof(FRigUnit_MathQuaternionFromTwoVectors, A) == 0x000008, "Member 'FRigUnit_MathQuaternionFromTwoVectors::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionFromTwoVectors, B) == 0x000014, "Member 'FRigUnit_MathQuaternionFromTwoVectors::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionFromTwoVectors, Result) == 0x000020, "Member 'FRigUnit_MathQuaternionFromTwoVectors::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionFromEuler \ +static_assert(alignof(FRigUnit_MathQuaternionFromEuler) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionFromEuler"); \ +static_assert(sizeof(FRigUnit_MathQuaternionFromEuler) == 0x000030, "Wrong size on FRigUnit_MathQuaternionFromEuler"); \ +static_assert(offsetof(FRigUnit_MathQuaternionFromEuler, Euler) == 0x000008, "Member 'FRigUnit_MathQuaternionFromEuler::Euler' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionFromEuler, RotationOrder) == 0x000014, "Member 'FRigUnit_MathQuaternionFromEuler::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionFromEuler, Result) == 0x000020, "Member 'FRigUnit_MathQuaternionFromEuler::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformClampSpatially \ +static_assert(alignof(FRigUnit_MathTransformClampSpatially) == 0x000010, "Wrong alignment on FRigUnit_MathTransformClampSpatially"); \ +static_assert(sizeof(FRigUnit_MathTransformClampSpatially) == 0x0000D0, "Wrong size on FRigUnit_MathTransformClampSpatially"); \ +static_assert(offsetof(FRigUnit_MathTransformClampSpatially, Value) == 0x000010, "Member 'FRigUnit_MathTransformClampSpatially::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformClampSpatially, Axis) == 0x000040, "Member 'FRigUnit_MathTransformClampSpatially::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformClampSpatially, Type) == 0x000041, "Member 'FRigUnit_MathTransformClampSpatially::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformClampSpatially, Minimum) == 0x000044, "Member 'FRigUnit_MathTransformClampSpatially::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformClampSpatially, Maximum) == 0x000048, "Member 'FRigUnit_MathTransformClampSpatially::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformClampSpatially, Space) == 0x000050, "Member 'FRigUnit_MathTransformClampSpatially::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformClampSpatially, bDrawDebug) == 0x000080, "Member 'FRigUnit_MathTransformClampSpatially::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformClampSpatially, DebugColor) == 0x000084, "Member 'FRigUnit_MathTransformClampSpatially::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformClampSpatially, DebugThickness) == 0x000094, "Member 'FRigUnit_MathTransformClampSpatially::DebugThickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformClampSpatially, Result) == 0x0000A0, "Member 'FRigUnit_MathTransformClampSpatially::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformTransformVector \ +static_assert(alignof(FRigUnit_MathTransformTransformVector) == 0x000010, "Wrong alignment on FRigUnit_MathTransformTransformVector"); \ +static_assert(sizeof(FRigUnit_MathTransformTransformVector) == 0x000060, "Wrong size on FRigUnit_MathTransformTransformVector"); \ +static_assert(offsetof(FRigUnit_MathTransformTransformVector, Transform) == 0x000010, "Member 'FRigUnit_MathTransformTransformVector::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformTransformVector, Location) == 0x000040, "Member 'FRigUnit_MathTransformTransformVector::Location' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformTransformVector, Result) == 0x00004C, "Member 'FRigUnit_MathTransformTransformVector::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformSelectBool \ +static_assert(alignof(FRigUnit_MathTransformSelectBool) == 0x000010, "Wrong alignment on FRigUnit_MathTransformSelectBool"); \ +static_assert(sizeof(FRigUnit_MathTransformSelectBool) == 0x0000A0, "Wrong size on FRigUnit_MathTransformSelectBool"); \ +static_assert(offsetof(FRigUnit_MathTransformSelectBool, Condition) == 0x000008, "Member 'FRigUnit_MathTransformSelectBool::Condition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformSelectBool, IfTrue) == 0x000010, "Member 'FRigUnit_MathTransformSelectBool::IfTrue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformSelectBool, IfFalse) == 0x000040, "Member 'FRigUnit_MathTransformSelectBool::IfFalse' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformSelectBool, Result) == 0x000070, "Member 'FRigUnit_MathTransformSelectBool::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformMakeAbsolute \ +static_assert(alignof(FRigUnit_MathTransformMakeAbsolute) == 0x000010, "Wrong alignment on FRigUnit_MathTransformMakeAbsolute"); \ +static_assert(sizeof(FRigUnit_MathTransformMakeAbsolute) == 0x0000A0, "Wrong size on FRigUnit_MathTransformMakeAbsolute"); \ +static_assert(offsetof(FRigUnit_MathTransformMakeAbsolute, Local) == 0x000010, "Member 'FRigUnit_MathTransformMakeAbsolute::Local' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformMakeAbsolute, Parent) == 0x000040, "Member 'FRigUnit_MathTransformMakeAbsolute::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformMakeAbsolute, Global) == 0x000070, "Member 'FRigUnit_MathTransformMakeAbsolute::Global' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformToEulerTransform \ +static_assert(alignof(FRigUnit_MathTransformToEulerTransform) == 0x000010, "Wrong alignment on FRigUnit_MathTransformToEulerTransform"); \ +static_assert(sizeof(FRigUnit_MathTransformToEulerTransform) == 0x000070, "Wrong size on FRigUnit_MathTransformToEulerTransform"); \ +static_assert(offsetof(FRigUnit_MathTransformToEulerTransform, Value) == 0x000010, "Member 'FRigUnit_MathTransformToEulerTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformToEulerTransform, Result) == 0x000040, "Member 'FRigUnit_MathTransformToEulerTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorClampSpatially \ +static_assert(alignof(FRigUnit_MathVectorClampSpatially) == 0x000010, "Wrong alignment on FRigUnit_MathVectorClampSpatially"); \ +static_assert(sizeof(FRigUnit_MathVectorClampSpatially) == 0x000080, "Wrong size on FRigUnit_MathVectorClampSpatially"); \ +static_assert(offsetof(FRigUnit_MathVectorClampSpatially, Value) == 0x000008, "Member 'FRigUnit_MathVectorClampSpatially::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClampSpatially, Axis) == 0x000014, "Member 'FRigUnit_MathVectorClampSpatially::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClampSpatially, Type) == 0x000015, "Member 'FRigUnit_MathVectorClampSpatially::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClampSpatially, Minimum) == 0x000018, "Member 'FRigUnit_MathVectorClampSpatially::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClampSpatially, Maximum) == 0x00001C, "Member 'FRigUnit_MathVectorClampSpatially::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClampSpatially, Space) == 0x000020, "Member 'FRigUnit_MathVectorClampSpatially::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClampSpatially, bDrawDebug) == 0x000050, "Member 'FRigUnit_MathVectorClampSpatially::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClampSpatially, DebugColor) == 0x000054, "Member 'FRigUnit_MathVectorClampSpatially::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClampSpatially, DebugThickness) == 0x000064, "Member 'FRigUnit_MathVectorClampSpatially::DebugThickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClampSpatially, Result) == 0x000068, "Member 'FRigUnit_MathVectorClampSpatially::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorBezierFourPoint \ +static_assert(alignof(FRigUnit_MathVectorBezierFourPoint) == 0x000008, "Wrong alignment on FRigUnit_MathVectorBezierFourPoint"); \ +static_assert(sizeof(FRigUnit_MathVectorBezierFourPoint) == 0x000058, "Wrong size on FRigUnit_MathVectorBezierFourPoint"); \ +static_assert(offsetof(FRigUnit_MathVectorBezierFourPoint, Bezier) == 0x000008, "Member 'FRigUnit_MathVectorBezierFourPoint::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorBezierFourPoint, T) == 0x000038, "Member 'FRigUnit_MathVectorBezierFourPoint::T' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorBezierFourPoint, Result) == 0x00003C, "Member 'FRigUnit_MathVectorBezierFourPoint::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorBezierFourPoint, Tangent) == 0x000048, "Member 'FRigUnit_MathVectorBezierFourPoint::Tangent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorParallel \ +static_assert(alignof(FRigUnit_MathVectorParallel) == 0x000008, "Wrong alignment on FRigUnit_MathVectorParallel"); \ +static_assert(sizeof(FRigUnit_MathVectorParallel) == 0x000028, "Wrong size on FRigUnit_MathVectorParallel"); \ +static_assert(offsetof(FRigUnit_MathVectorParallel, A) == 0x000008, "Member 'FRigUnit_MathVectorParallel::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorParallel, B) == 0x000014, "Member 'FRigUnit_MathVectorParallel::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorParallel, Result) == 0x000020, "Member 'FRigUnit_MathVectorParallel::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorMirror \ +static_assert(alignof(FRigUnit_MathVectorMirror) == 0x000008, "Wrong alignment on FRigUnit_MathVectorMirror"); \ +static_assert(sizeof(FRigUnit_MathVectorMirror) == 0x000030, "Wrong size on FRigUnit_MathVectorMirror"); \ +static_assert(offsetof(FRigUnit_MathVectorMirror, Value) == 0x000008, "Member 'FRigUnit_MathVectorMirror::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorMirror, Normal) == 0x000014, "Member 'FRigUnit_MathVectorMirror::Normal' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorMirror, Result) == 0x000020, "Member 'FRigUnit_MathVectorMirror::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorSetLength \ +static_assert(alignof(FRigUnit_MathVectorSetLength) == 0x000008, "Wrong alignment on FRigUnit_MathVectorSetLength"); \ +static_assert(sizeof(FRigUnit_MathVectorSetLength) == 0x000028, "Wrong size on FRigUnit_MathVectorSetLength"); \ +static_assert(offsetof(FRigUnit_MathVectorSetLength, Value) == 0x000008, "Member 'FRigUnit_MathVectorSetLength::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorSetLength, Length) == 0x000014, "Member 'FRigUnit_MathVectorSetLength::Length' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorSetLength, Result) == 0x000018, "Member 'FRigUnit_MathVectorSetLength::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorUnit \ +static_assert(alignof(FRigUnit_MathVectorUnit) == 0x000008, "Wrong alignment on FRigUnit_MathVectorUnit"); \ +static_assert(sizeof(FRigUnit_MathVectorUnit) == 0x000020, "Wrong size on FRigUnit_MathVectorUnit"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorDistance \ +static_assert(alignof(FRigUnit_MathVectorDistance) == 0x000008, "Wrong alignment on FRigUnit_MathVectorDistance"); \ +static_assert(sizeof(FRigUnit_MathVectorDistance) == 0x000028, "Wrong size on FRigUnit_MathVectorDistance"); \ +static_assert(offsetof(FRigUnit_MathVectorDistance, A) == 0x000008, "Member 'FRigUnit_MathVectorDistance::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorDistance, B) == 0x000014, "Member 'FRigUnit_MathVectorDistance::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorDistance, Result) == 0x000020, "Member 'FRigUnit_MathVectorDistance::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorLengthSquared \ +static_assert(alignof(FRigUnit_MathVectorLengthSquared) == 0x000008, "Wrong alignment on FRigUnit_MathVectorLengthSquared"); \ +static_assert(sizeof(FRigUnit_MathVectorLengthSquared) == 0x000018, "Wrong size on FRigUnit_MathVectorLengthSquared"); \ +static_assert(offsetof(FRigUnit_MathVectorLengthSquared, Value) == 0x000008, "Member 'FRigUnit_MathVectorLengthSquared::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorLengthSquared, Result) == 0x000014, "Member 'FRigUnit_MathVectorLengthSquared::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorDeg \ +static_assert(alignof(FRigUnit_MathVectorDeg) == 0x000008, "Wrong alignment on FRigUnit_MathVectorDeg"); \ +static_assert(sizeof(FRigUnit_MathVectorDeg) == 0x000020, "Wrong size on FRigUnit_MathVectorDeg"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorIsNearlyEqual \ +static_assert(alignof(FRigUnit_MathVectorIsNearlyEqual) == 0x000008, "Wrong alignment on FRigUnit_MathVectorIsNearlyEqual"); \ +static_assert(sizeof(FRigUnit_MathVectorIsNearlyEqual) == 0x000028, "Wrong size on FRigUnit_MathVectorIsNearlyEqual"); \ +static_assert(offsetof(FRigUnit_MathVectorIsNearlyEqual, A) == 0x000008, "Member 'FRigUnit_MathVectorIsNearlyEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorIsNearlyEqual, B) == 0x000014, "Member 'FRigUnit_MathVectorIsNearlyEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorIsNearlyEqual, Tolerance) == 0x000020, "Member 'FRigUnit_MathVectorIsNearlyEqual::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorIsNearlyEqual, Result) == 0x000024, "Member 'FRigUnit_MathVectorIsNearlyEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorNotEquals \ +static_assert(alignof(FRigUnit_MathVectorNotEquals) == 0x000008, "Wrong alignment on FRigUnit_MathVectorNotEquals"); \ +static_assert(sizeof(FRigUnit_MathVectorNotEquals) == 0x000028, "Wrong size on FRigUnit_MathVectorNotEquals"); \ +static_assert(offsetof(FRigUnit_MathVectorNotEquals, A) == 0x000008, "Member 'FRigUnit_MathVectorNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorNotEquals, B) == 0x000014, "Member 'FRigUnit_MathVectorNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorNotEquals, Result) == 0x000020, "Member 'FRigUnit_MathVectorNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorRemap \ +static_assert(alignof(FRigUnit_MathVectorRemap) == 0x000008, "Wrong alignment on FRigUnit_MathVectorRemap"); \ +static_assert(sizeof(FRigUnit_MathVectorRemap) == 0x000058, "Wrong size on FRigUnit_MathVectorRemap"); \ +static_assert(offsetof(FRigUnit_MathVectorRemap, Value) == 0x000008, "Member 'FRigUnit_MathVectorRemap::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorRemap, SourceMinimum) == 0x000014, "Member 'FRigUnit_MathVectorRemap::SourceMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorRemap, SourceMaximum) == 0x000020, "Member 'FRigUnit_MathVectorRemap::SourceMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorRemap, TargetMinimum) == 0x00002C, "Member 'FRigUnit_MathVectorRemap::TargetMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorRemap, TargetMaximum) == 0x000038, "Member 'FRigUnit_MathVectorRemap::TargetMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorRemap, bClamp) == 0x000044, "Member 'FRigUnit_MathVectorRemap::bClamp' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorRemap, Result) == 0x000048, "Member 'FRigUnit_MathVectorRemap::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorLerp \ +static_assert(alignof(FRigUnit_MathVectorLerp) == 0x000008, "Wrong alignment on FRigUnit_MathVectorLerp"); \ +static_assert(sizeof(FRigUnit_MathVectorLerp) == 0x000030, "Wrong size on FRigUnit_MathVectorLerp"); \ +static_assert(offsetof(FRigUnit_MathVectorLerp, A) == 0x000008, "Member 'FRigUnit_MathVectorLerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorLerp, B) == 0x000014, "Member 'FRigUnit_MathVectorLerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorLerp, T) == 0x000020, "Member 'FRigUnit_MathVectorLerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorLerp, Result) == 0x000024, "Member 'FRigUnit_MathVectorLerp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorClamp \ +static_assert(alignof(FRigUnit_MathVectorClamp) == 0x000008, "Wrong alignment on FRigUnit_MathVectorClamp"); \ +static_assert(sizeof(FRigUnit_MathVectorClamp) == 0x000038, "Wrong size on FRigUnit_MathVectorClamp"); \ +static_assert(offsetof(FRigUnit_MathVectorClamp, Value) == 0x000008, "Member 'FRigUnit_MathVectorClamp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClamp, Minimum) == 0x000014, "Member 'FRigUnit_MathVectorClamp::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClamp, Maximum) == 0x000020, "Member 'FRigUnit_MathVectorClamp::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClamp, Result) == 0x00002C, "Member 'FRigUnit_MathVectorClamp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorSign \ +static_assert(alignof(FRigUnit_MathVectorSign) == 0x000008, "Wrong alignment on FRigUnit_MathVectorSign"); \ +static_assert(sizeof(FRigUnit_MathVectorSign) == 0x000020, "Wrong size on FRigUnit_MathVectorSign"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorRound \ +static_assert(alignof(FRigUnit_MathVectorRound) == 0x000008, "Wrong alignment on FRigUnit_MathVectorRound"); \ +static_assert(sizeof(FRigUnit_MathVectorRound) == 0x000020, "Wrong size on FRigUnit_MathVectorRound"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorFloor \ +static_assert(alignof(FRigUnit_MathVectorFloor) == 0x000008, "Wrong alignment on FRigUnit_MathVectorFloor"); \ +static_assert(sizeof(FRigUnit_MathVectorFloor) == 0x000020, "Wrong size on FRigUnit_MathVectorFloor"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorAbs \ +static_assert(alignof(FRigUnit_MathVectorAbs) == 0x000008, "Wrong alignment on FRigUnit_MathVectorAbs"); \ +static_assert(sizeof(FRigUnit_MathVectorAbs) == 0x000020, "Wrong size on FRigUnit_MathVectorAbs"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorNegate \ +static_assert(alignof(FRigUnit_MathVectorNegate) == 0x000008, "Wrong alignment on FRigUnit_MathVectorNegate"); \ +static_assert(sizeof(FRigUnit_MathVectorNegate) == 0x000020, "Wrong size on FRigUnit_MathVectorNegate"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorMin \ +static_assert(alignof(FRigUnit_MathVectorMin) == 0x000008, "Wrong alignment on FRigUnit_MathVectorMin"); \ +static_assert(sizeof(FRigUnit_MathVectorMin) == 0x000030, "Wrong size on FRigUnit_MathVectorMin"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorDiv \ +static_assert(alignof(FRigUnit_MathVectorDiv) == 0x000008, "Wrong alignment on FRigUnit_MathVectorDiv"); \ +static_assert(sizeof(FRigUnit_MathVectorDiv) == 0x000030, "Wrong size on FRigUnit_MathVectorDiv"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorMul \ +static_assert(alignof(FRigUnit_MathVectorMul) == 0x000008, "Wrong alignment on FRigUnit_MathVectorMul"); \ +static_assert(sizeof(FRigUnit_MathVectorMul) == 0x000030, "Wrong size on FRigUnit_MathVectorMul"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorAdd \ +static_assert(alignof(FRigUnit_MathVectorAdd) == 0x000008, "Wrong alignment on FRigUnit_MathVectorAdd"); \ +static_assert(sizeof(FRigUnit_MathVectorAdd) == 0x000030, "Wrong size on FRigUnit_MathVectorAdd"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ModifyBoneTransforms_WorkData \ +static_assert(alignof(FRigUnit_ModifyBoneTransforms_WorkData) == 0x000008, "Wrong alignment on FRigUnit_ModifyBoneTransforms_WorkData"); \ +static_assert(sizeof(FRigUnit_ModifyBoneTransforms_WorkData) == 0x000010, "Wrong size on FRigUnit_ModifyBoneTransforms_WorkData"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ModifyBoneTransforms \ +static_assert(alignof(FRigUnit_ModifyBoneTransforms) == 0x000008, "Wrong alignment on FRigUnit_ModifyBoneTransforms"); \ +static_assert(sizeof(FRigUnit_ModifyBoneTransforms) == 0x0000A0, "Wrong size on FRigUnit_ModifyBoneTransforms"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, BoneToModify) == 0x000070, "Member 'FRigUnit_ModifyBoneTransforms::BoneToModify' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, Weight) == 0x000080, "Member 'FRigUnit_ModifyBoneTransforms::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, WeightMinimum) == 0x000084, "Member 'FRigUnit_ModifyBoneTransforms::WeightMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, WeightMaximum) == 0x000088, "Member 'FRigUnit_ModifyBoneTransforms::WeightMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, Mode) == 0x00008C, "Member 'FRigUnit_ModifyBoneTransforms::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, WorkData) == 0x000090, "Member 'FRigUnit_ModifyBoneTransforms::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ModifyTransforms \ +static_assert(alignof(FRigUnit_ModifyTransforms) == 0x000008, "Wrong alignment on FRigUnit_ModifyTransforms"); \ +static_assert(sizeof(FRigUnit_ModifyTransforms) == 0x0000A0, "Wrong size on FRigUnit_ModifyTransforms"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, ItemToModify) == 0x000070, "Member 'FRigUnit_ModifyTransforms::ItemToModify' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, Weight) == 0x000080, "Member 'FRigUnit_ModifyTransforms::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, WeightMinimum) == 0x000084, "Member 'FRigUnit_ModifyTransforms::WeightMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, WeightMaximum) == 0x000088, "Member 'FRigUnit_ModifyTransforms::WeightMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, Mode) == 0x00008C, "Member 'FRigUnit_ModifyTransforms::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, WorkData) == 0x000090, "Member 'FRigUnit_ModifyTransforms::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MultiFABRIK_EndEffector \ +static_assert(alignof(FRigUnit_MultiFABRIK_EndEffector) == 0x000004, "Wrong alignment on FRigUnit_MultiFABRIK_EndEffector"); \ +static_assert(sizeof(FRigUnit_MultiFABRIK_EndEffector) == 0x000018, "Wrong size on FRigUnit_MultiFABRIK_EndEffector"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK_EndEffector, Bone) == 0x000000, "Member 'FRigUnit_MultiFABRIK_EndEffector::Bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK_EndEffector, Location) == 0x00000C, "Member 'FRigUnit_MultiFABRIK_EndEffector::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MultiFABRIK \ +static_assert(alignof(FRigUnit_MultiFABRIK) == 0x000008, "Wrong alignment on FRigUnit_MultiFABRIK"); \ +static_assert(sizeof(FRigUnit_MultiFABRIK) == 0x000100, "Wrong size on FRigUnit_MultiFABRIK"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK, RootBone) == 0x000070, "Member 'FRigUnit_MultiFABRIK::RootBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK, Effectors) == 0x000080, "Member 'FRigUnit_MultiFABRIK::Effectors' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK, Precision) == 0x000090, "Member 'FRigUnit_MultiFABRIK::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK, bPropagateToChildren) == 0x000094, "Member 'FRigUnit_MultiFABRIK::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK, MaxIterations) == 0x000098, "Member 'FRigUnit_MultiFABRIK::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK, WorkData) == 0x0000A0, "Member 'FRigUnit_MultiFABRIK::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Contains \ +static_assert(alignof(FRigUnit_Contains) == 0x000008, "Wrong alignment on FRigUnit_Contains"); \ +static_assert(sizeof(FRigUnit_Contains) == 0x000028, "Wrong size on FRigUnit_Contains"); \ +static_assert(offsetof(FRigUnit_Contains, Name) == 0x000008, "Member 'FRigUnit_Contains::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Contains, Search) == 0x000014, "Member 'FRigUnit_Contains::Search' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Contains, Result) == 0x000020, "Member 'FRigUnit_Contains::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_EndsWith \ +static_assert(alignof(FRigUnit_EndsWith) == 0x000008, "Wrong alignment on FRigUnit_EndsWith"); \ +static_assert(sizeof(FRigUnit_EndsWith) == 0x000028, "Wrong size on FRigUnit_EndsWith"); \ +static_assert(offsetof(FRigUnit_EndsWith, Name) == 0x000008, "Member 'FRigUnit_EndsWith::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_EndsWith, Ending) == 0x000014, "Member 'FRigUnit_EndsWith::Ending' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_EndsWith, Result) == 0x000020, "Member 'FRigUnit_EndsWith::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_NameTruncate \ +static_assert(alignof(FRigUnit_NameTruncate) == 0x000008, "Wrong alignment on FRigUnit_NameTruncate"); \ +static_assert(sizeof(FRigUnit_NameTruncate) == 0x000038, "Wrong size on FRigUnit_NameTruncate"); \ +static_assert(offsetof(FRigUnit_NameTruncate, Name) == 0x000008, "Member 'FRigUnit_NameTruncate::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NameTruncate, Count) == 0x000014, "Member 'FRigUnit_NameTruncate::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NameTruncate, FromEnd) == 0x000018, "Member 'FRigUnit_NameTruncate::FromEnd' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NameTruncate, Remainder) == 0x00001C, "Member 'FRigUnit_NameTruncate::Remainder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NameTruncate, Chopped) == 0x000028, "Member 'FRigUnit_NameTruncate::Chopped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_NoiseVector \ +static_assert(alignof(FRigUnit_NoiseVector) == 0x000008, "Wrong alignment on FRigUnit_NoiseVector"); \ +static_assert(sizeof(FRigUnit_NoiseVector) == 0x000050, "Wrong size on FRigUnit_NoiseVector"); \ +static_assert(offsetof(FRigUnit_NoiseVector, Position) == 0x000008, "Member 'FRigUnit_NoiseVector::Position' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NoiseVector, Speed) == 0x000014, "Member 'FRigUnit_NoiseVector::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NoiseVector, Frequency) == 0x000020, "Member 'FRigUnit_NoiseVector::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NoiseVector, Minimum) == 0x00002C, "Member 'FRigUnit_NoiseVector::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NoiseVector, Maximum) == 0x000030, "Member 'FRigUnit_NoiseVector::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NoiseVector, Result) == 0x000034, "Member 'FRigUnit_NoiseVector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NoiseVector, Time) == 0x000040, "Member 'FRigUnit_NoiseVector::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_OffsetTransformForItem \ +static_assert(alignof(FRigUnit_OffsetTransformForItem) == 0x000010, "Wrong alignment on FRigUnit_OffsetTransformForItem"); \ +static_assert(sizeof(FRigUnit_OffsetTransformForItem) == 0x0000D0, "Wrong size on FRigUnit_OffsetTransformForItem"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, Item) == 0x000070, "Member 'FRigUnit_OffsetTransformForItem::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, OffsetTransform) == 0x000080, "Member 'FRigUnit_OffsetTransformForItem::OffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, Weight) == 0x0000B0, "Member 'FRigUnit_OffsetTransformForItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, bPropagateToChildren) == 0x0000B4, "Member 'FRigUnit_OffsetTransformForItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, CachedIndex) == 0x0000B8, "Member 'FRigUnit_OffsetTransformForItem::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PrepareForExecution \ +static_assert(alignof(FRigUnit_PrepareForExecution) == 0x000008, "Wrong alignment on FRigUnit_PrepareForExecution"); \ +static_assert(sizeof(FRigUnit_PrepareForExecution) == 0x000070, "Wrong size on FRigUnit_PrepareForExecution"); \ +static_assert(offsetof(FRigUnit_PrepareForExecution, ExecuteContext) == 0x000008, "Member 'FRigUnit_PrepareForExecution::ExecuteContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_StartProfilingTimer \ +static_assert(alignof(FRigUnit_StartProfilingTimer) == 0x000008, "Wrong alignment on FRigUnit_StartProfilingTimer"); \ +static_assert(sizeof(FRigUnit_StartProfilingTimer) == 0x000070, "Wrong size on FRigUnit_StartProfilingTimer"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PropagateTransform \ +static_assert(alignof(FRigUnit_PropagateTransform) == 0x000008, "Wrong alignment on FRigUnit_PropagateTransform"); \ +static_assert(sizeof(FRigUnit_PropagateTransform) == 0x0000A0, "Wrong size on FRigUnit_PropagateTransform"); \ +static_assert(offsetof(FRigUnit_PropagateTransform, Item) == 0x000070, "Member 'FRigUnit_PropagateTransform::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PropagateTransform, bRecomputeGlobal) == 0x000080, "Member 'FRigUnit_PropagateTransform::bRecomputeGlobal' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PropagateTransform, bApplyToChildren) == 0x000081, "Member 'FRigUnit_PropagateTransform::bApplyToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PropagateTransform, bRecursive) == 0x000082, "Member 'FRigUnit_PropagateTransform::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PropagateTransform, CachedIndex) == 0x000084, "Member 'FRigUnit_PropagateTransform::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_QuaternionFromAxisAndAngle \ +static_assert(alignof(FRigUnit_QuaternionFromAxisAndAngle) == 0x000010, "Wrong alignment on FRigUnit_QuaternionFromAxisAndAngle"); \ +static_assert(sizeof(FRigUnit_QuaternionFromAxisAndAngle) == 0x000030, "Wrong size on FRigUnit_QuaternionFromAxisAndAngle"); \ +static_assert(offsetof(FRigUnit_QuaternionFromAxisAndAngle, Axis) == 0x000008, "Member 'FRigUnit_QuaternionFromAxisAndAngle::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_QuaternionFromAxisAndAngle, Angle) == 0x000014, "Member 'FRigUnit_QuaternionFromAxisAndAngle::Angle' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_QuaternionFromAxisAndAngle, Result) == 0x000020, "Member 'FRigUnit_QuaternionFromAxisAndAngle::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RandomVector \ +static_assert(alignof(FRigUnit_RandomVector) == 0x000008, "Wrong alignment on FRigUnit_RandomVector"); \ +static_assert(sizeof(FRigUnit_RandomVector) == 0x000038, "Wrong size on FRigUnit_RandomVector"); \ +static_assert(offsetof(FRigUnit_RandomVector, Seed) == 0x000008, "Member 'FRigUnit_RandomVector::Seed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomVector, Minimum) == 0x00000C, "Member 'FRigUnit_RandomVector::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomVector, Maximum) == 0x000010, "Member 'FRigUnit_RandomVector::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomVector, Duration) == 0x000014, "Member 'FRigUnit_RandomVector::Duration' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomVector, Result) == 0x000018, "Member 'FRigUnit_RandomVector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomVector, LastResult) == 0x000024, "Member 'FRigUnit_RandomVector::LastResult' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomVector, LastSeed) == 0x000030, "Member 'FRigUnit_RandomVector::LastSeed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomVector, TimeLeft) == 0x000034, "Member 'FRigUnit_RandomVector::TimeLeft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SendEvent \ +static_assert(alignof(FRigUnit_SendEvent) == 0x000008, "Wrong alignment on FRigUnit_SendEvent"); \ +static_assert(sizeof(FRigUnit_SendEvent) == 0x000090, "Wrong size on FRigUnit_SendEvent"); \ +static_assert(offsetof(FRigUnit_SendEvent, Event) == 0x000070, "Member 'FRigUnit_SendEvent::Event' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SendEvent, Item) == 0x000074, "Member 'FRigUnit_SendEvent::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SendEvent, OffsetInSeconds) == 0x000084, "Member 'FRigUnit_SendEvent::OffsetInSeconds' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SendEvent, bEnable) == 0x000088, "Member 'FRigUnit_SendEvent::bEnable' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SendEvent, bOnlyDuringInteraction) == 0x000089, "Member 'FRigUnit_SendEvent::bOnlyDuringInteraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetBoneInitialTransform \ +static_assert(alignof(FRigUnit_SetBoneInitialTransform) == 0x000010, "Wrong alignment on FRigUnit_SetBoneInitialTransform"); \ +static_assert(sizeof(FRigUnit_SetBoneInitialTransform) == 0x000100, "Wrong size on FRigUnit_SetBoneInitialTransform"); \ +static_assert(offsetof(FRigUnit_SetBoneInitialTransform, Bone) == 0x000070, "Member 'FRigUnit_SetBoneInitialTransform::Bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneInitialTransform, Transform) == 0x000080, "Member 'FRigUnit_SetBoneInitialTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneInitialTransform, Result) == 0x0000B0, "Member 'FRigUnit_SetBoneInitialTransform::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneInitialTransform, Space) == 0x0000E0, "Member 'FRigUnit_SetBoneInitialTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneInitialTransform, bPropagateToChildren) == 0x0000E1, "Member 'FRigUnit_SetBoneInitialTransform::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneInitialTransform, CachedBone) == 0x0000E4, "Member 'FRigUnit_SetBoneInitialTransform::CachedBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetBoneTransform \ +static_assert(alignof(FRigUnit_SetBoneTransform) == 0x000010, "Wrong alignment on FRigUnit_SetBoneTransform"); \ +static_assert(sizeof(FRigUnit_SetBoneTransform) == 0x000110, "Wrong size on FRigUnit_SetBoneTransform"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, Bone) == 0x000070, "Member 'FRigUnit_SetBoneTransform::Bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, Transform) == 0x000080, "Member 'FRigUnit_SetBoneTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, Result) == 0x0000B0, "Member 'FRigUnit_SetBoneTransform::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, Space) == 0x0000E0, "Member 'FRigUnit_SetBoneTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, Weight) == 0x0000E4, "Member 'FRigUnit_SetBoneTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, bPropagateToChildren) == 0x0000E8, "Member 'FRigUnit_SetBoneTransform::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, CachedBone) == 0x0000EC, "Member 'FRigUnit_SetBoneTransform::CachedBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlColor \ +static_assert(alignof(FRigUnit_SetControlColor) == 0x000008, "Wrong alignment on FRigUnit_SetControlColor"); \ +static_assert(sizeof(FRigUnit_SetControlColor) == 0x0000A8, "Wrong size on FRigUnit_SetControlColor"); \ +static_assert(offsetof(FRigUnit_SetControlColor, Control) == 0x000070, "Member 'FRigUnit_SetControlColor::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlColor, Color) == 0x00007C, "Member 'FRigUnit_SetControlColor::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlColor, CachedControlIndex) == 0x00008C, "Member 'FRigUnit_SetControlColor::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlTransform \ +static_assert(alignof(FRigUnit_SetControlTransform) == 0x000010, "Wrong alignment on FRigUnit_SetControlTransform"); \ +static_assert(sizeof(FRigUnit_SetControlTransform) == 0x0000D0, "Wrong size on FRigUnit_SetControlTransform"); \ +static_assert(offsetof(FRigUnit_SetControlTransform, Control) == 0x000070, "Member 'FRigUnit_SetControlTransform::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlTransform, Weight) == 0x00007C, "Member 'FRigUnit_SetControlTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlTransform, Transform) == 0x000080, "Member 'FRigUnit_SetControlTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlTransform, Space) == 0x0000B0, "Member 'FRigUnit_SetControlTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlTransform, CachedControlIndex) == 0x0000B4, "Member 'FRigUnit_SetControlTransform::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlRotator_Entry \ +static_assert(alignof(FRigUnit_SetMultiControlRotator_Entry) == 0x000004, "Wrong alignment on FRigUnit_SetMultiControlRotator_Entry"); \ +static_assert(sizeof(FRigUnit_SetMultiControlRotator_Entry) == 0x00001C, "Wrong size on FRigUnit_SetMultiControlRotator_Entry"); \ +static_assert(offsetof(FRigUnit_SetMultiControlRotator_Entry, Control) == 0x000000, "Member 'FRigUnit_SetMultiControlRotator_Entry::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlRotator_Entry, Rotator) == 0x00000C, "Member 'FRigUnit_SetMultiControlRotator_Entry::Rotator' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlRotator_Entry, Space) == 0x000018, "Member 'FRigUnit_SetMultiControlRotator_Entry::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlRotator \ +static_assert(alignof(FRigUnit_SetMultiControlRotator) == 0x000008, "Wrong alignment on FRigUnit_SetMultiControlRotator"); \ +static_assert(sizeof(FRigUnit_SetMultiControlRotator) == 0x000098, "Wrong size on FRigUnit_SetMultiControlRotator"); \ +static_assert(offsetof(FRigUnit_SetMultiControlRotator, Entries) == 0x000070, "Member 'FRigUnit_SetMultiControlRotator::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlRotator, Weight) == 0x000080, "Member 'FRigUnit_SetMultiControlRotator::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlRotator, CachedControlIndices) == 0x000088, "Member 'FRigUnit_SetMultiControlRotator::CachedControlIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlRotator \ +static_assert(alignof(FRigUnit_SetControlRotator) == 0x000008, "Wrong alignment on FRigUnit_SetControlRotator"); \ +static_assert(sizeof(FRigUnit_SetControlRotator) == 0x0000A8, "Wrong size on FRigUnit_SetControlRotator"); \ +static_assert(offsetof(FRigUnit_SetControlRotator, Control) == 0x000070, "Member 'FRigUnit_SetControlRotator::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlRotator, Weight) == 0x00007C, "Member 'FRigUnit_SetControlRotator::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlRotator, Rotator) == 0x000080, "Member 'FRigUnit_SetControlRotator::Rotator' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlRotator, Space) == 0x00008C, "Member 'FRigUnit_SetControlRotator::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlRotator, CachedControlIndex) == 0x000090, "Member 'FRigUnit_SetControlRotator::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlVector \ +static_assert(alignof(FRigUnit_SetControlVector) == 0x000008, "Wrong alignment on FRigUnit_SetControlVector"); \ +static_assert(sizeof(FRigUnit_SetControlVector) == 0x0000A8, "Wrong size on FRigUnit_SetControlVector"); \ +static_assert(offsetof(FRigUnit_SetControlVector, Control) == 0x000070, "Member 'FRigUnit_SetControlVector::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector, Weight) == 0x00007C, "Member 'FRigUnit_SetControlVector::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector, Vector) == 0x000080, "Member 'FRigUnit_SetControlVector::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector, Space) == 0x00008C, "Member 'FRigUnit_SetControlVector::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector, CachedControlIndex) == 0x000090, "Member 'FRigUnit_SetControlVector::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlInteger_Entry \ +static_assert(alignof(FRigUnit_SetMultiControlInteger_Entry) == 0x000004, "Wrong alignment on FRigUnit_SetMultiControlInteger_Entry"); \ +static_assert(sizeof(FRigUnit_SetMultiControlInteger_Entry) == 0x000010, "Wrong size on FRigUnit_SetMultiControlInteger_Entry"); \ +static_assert(offsetof(FRigUnit_SetMultiControlInteger_Entry, Control) == 0x000000, "Member 'FRigUnit_SetMultiControlInteger_Entry::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlInteger_Entry, IntegerValue) == 0x00000C, "Member 'FRigUnit_SetMultiControlInteger_Entry::IntegerValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlInteger \ +static_assert(alignof(FRigUnit_SetMultiControlInteger) == 0x000008, "Wrong alignment on FRigUnit_SetMultiControlInteger"); \ +static_assert(sizeof(FRigUnit_SetMultiControlInteger) == 0x000098, "Wrong size on FRigUnit_SetMultiControlInteger"); \ +static_assert(offsetof(FRigUnit_SetMultiControlInteger, Entries) == 0x000070, "Member 'FRigUnit_SetMultiControlInteger::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlInteger, Weight) == 0x000080, "Member 'FRigUnit_SetMultiControlInteger::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlInteger, CachedControlIndices) == 0x000088, "Member 'FRigUnit_SetMultiControlInteger::CachedControlIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlInteger \ +static_assert(alignof(FRigUnit_SetControlInteger) == 0x000008, "Wrong alignment on FRigUnit_SetControlInteger"); \ +static_assert(sizeof(FRigUnit_SetControlInteger) == 0x0000A0, "Wrong size on FRigUnit_SetControlInteger"); \ +static_assert(offsetof(FRigUnit_SetControlInteger, Control) == 0x000070, "Member 'FRigUnit_SetControlInteger::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlInteger, Weight) == 0x00007C, "Member 'FRigUnit_SetControlInteger::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlInteger, IntegerValue) == 0x000080, "Member 'FRigUnit_SetControlInteger::IntegerValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlInteger, CachedControlIndex) == 0x000084, "Member 'FRigUnit_SetControlInteger::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlFloat \ +static_assert(alignof(FRigUnit_SetControlFloat) == 0x000008, "Wrong alignment on FRigUnit_SetControlFloat"); \ +static_assert(sizeof(FRigUnit_SetControlFloat) == 0x0000A0, "Wrong size on FRigUnit_SetControlFloat"); \ +static_assert(offsetof(FRigUnit_SetControlFloat, Control) == 0x000070, "Member 'FRigUnit_SetControlFloat::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlFloat, Weight) == 0x00007C, "Member 'FRigUnit_SetControlFloat::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlFloat, FloatValue) == 0x000080, "Member 'FRigUnit_SetControlFloat::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlFloat, CachedControlIndex) == 0x000084, "Member 'FRigUnit_SetControlFloat::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlBool_Entry \ +static_assert(alignof(FRigUnit_SetMultiControlBool_Entry) == 0x000004, "Wrong alignment on FRigUnit_SetMultiControlBool_Entry"); \ +static_assert(sizeof(FRigUnit_SetMultiControlBool_Entry) == 0x000010, "Wrong size on FRigUnit_SetMultiControlBool_Entry"); \ +static_assert(offsetof(FRigUnit_SetMultiControlBool_Entry, Control) == 0x000000, "Member 'FRigUnit_SetMultiControlBool_Entry::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlBool_Entry, BoolValue) == 0x00000C, "Member 'FRigUnit_SetMultiControlBool_Entry::BoolValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlBool \ +static_assert(alignof(FRigUnit_SetMultiControlBool) == 0x000008, "Wrong alignment on FRigUnit_SetMultiControlBool"); \ +static_assert(sizeof(FRigUnit_SetMultiControlBool) == 0x000090, "Wrong size on FRigUnit_SetMultiControlBool"); \ +static_assert(offsetof(FRigUnit_SetMultiControlBool, Entries) == 0x000070, "Member 'FRigUnit_SetMultiControlBool::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlBool, CachedControlIndices) == 0x000080, "Member 'FRigUnit_SetMultiControlBool::CachedControlIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlBool \ +static_assert(alignof(FRigUnit_SetControlBool) == 0x000008, "Wrong alignment on FRigUnit_SetControlBool"); \ +static_assert(sizeof(FRigUnit_SetControlBool) == 0x000098, "Wrong size on FRigUnit_SetControlBool"); \ +static_assert(offsetof(FRigUnit_SetControlBool, Control) == 0x000070, "Member 'FRigUnit_SetControlBool::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlBool, BoolValue) == 0x00007C, "Member 'FRigUnit_SetControlBool::BoolValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlBool, CachedControlIndex) == 0x000080, "Member 'FRigUnit_SetControlBool::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetCurveValue \ +static_assert(alignof(FRigUnit_SetCurveValue) == 0x000008, "Wrong alignment on FRigUnit_SetCurveValue"); \ +static_assert(sizeof(FRigUnit_SetCurveValue) == 0x000098, "Wrong size on FRigUnit_SetCurveValue"); \ +static_assert(offsetof(FRigUnit_SetCurveValue, Curve) == 0x000070, "Member 'FRigUnit_SetCurveValue::Curve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetCurveValue, Value) == 0x00007C, "Member 'FRigUnit_SetCurveValue::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetCurveValue, CachedCurveIndex) == 0x000080, "Member 'FRigUnit_SetCurveValue::CachedCurveIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetRelativeTransformForItem \ +static_assert(alignof(FRigUnit_SetRelativeTransformForItem) == 0x000010, "Wrong alignment on FRigUnit_SetRelativeTransformForItem"); \ +static_assert(sizeof(FRigUnit_SetRelativeTransformForItem) == 0x000110, "Wrong size on FRigUnit_SetRelativeTransformForItem"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, Child) == 0x000070, "Member 'FRigUnit_SetRelativeTransformForItem::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, Parent) == 0x000080, "Member 'FRigUnit_SetRelativeTransformForItem::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, bParentInitial) == 0x000090, "Member 'FRigUnit_SetRelativeTransformForItem::bParentInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, RelativeTransform) == 0x0000A0, "Member 'FRigUnit_SetRelativeTransformForItem::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, Weight) == 0x0000D0, "Member 'FRigUnit_SetRelativeTransformForItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, bPropagateToChildren) == 0x0000D4, "Member 'FRigUnit_SetRelativeTransformForItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, CachedChild) == 0x0000D8, "Member 'FRigUnit_SetRelativeTransformForItem::CachedChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, CachedParent) == 0x0000F0, "Member 'FRigUnit_SetRelativeTransformForItem::CachedParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetSpaceTransform \ +static_assert(alignof(FRigUnit_SetSpaceTransform) == 0x000010, "Wrong alignment on FRigUnit_SetSpaceTransform"); \ +static_assert(sizeof(FRigUnit_SetSpaceTransform) == 0x0000D0, "Wrong size on FRigUnit_SetSpaceTransform"); \ +static_assert(offsetof(FRigUnit_SetSpaceTransform, Space) == 0x000070, "Member 'FRigUnit_SetSpaceTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceTransform, Weight) == 0x00007C, "Member 'FRigUnit_SetSpaceTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceTransform, Transform) == 0x000080, "Member 'FRigUnit_SetSpaceTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceTransform, SpaceType) == 0x0000B0, "Member 'FRigUnit_SetSpaceTransform::SpaceType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceTransform, CachedSpaceIndex) == 0x0000B4, "Member 'FRigUnit_SetSpaceTransform::CachedSpaceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetScale \ +static_assert(alignof(FRigUnit_SetScale) == 0x000008, "Wrong alignment on FRigUnit_SetScale"); \ +static_assert(sizeof(FRigUnit_SetScale) == 0x0000B0, "Wrong size on FRigUnit_SetScale"); \ +static_assert(offsetof(FRigUnit_SetScale, Item) == 0x000070, "Member 'FRigUnit_SetScale::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, Space) == 0x000080, "Member 'FRigUnit_SetScale::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, Scale) == 0x000084, "Member 'FRigUnit_SetScale::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, Weight) == 0x000090, "Member 'FRigUnit_SetScale::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, bPropagateToChildren) == 0x000094, "Member 'FRigUnit_SetScale::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, CachedIndex) == 0x000098, "Member 'FRigUnit_SetScale::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetRotation \ +static_assert(alignof(FRigUnit_SetRotation) == 0x000010, "Wrong alignment on FRigUnit_SetRotation"); \ +static_assert(sizeof(FRigUnit_SetRotation) == 0x0000C0, "Wrong size on FRigUnit_SetRotation"); \ +static_assert(offsetof(FRigUnit_SetRotation, Item) == 0x000070, "Member 'FRigUnit_SetRotation::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, Space) == 0x000080, "Member 'FRigUnit_SetRotation::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, Rotation) == 0x000090, "Member 'FRigUnit_SetRotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, Weight) == 0x0000A0, "Member 'FRigUnit_SetRotation::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, bPropagateToChildren) == 0x0000A4, "Member 'FRigUnit_SetRotation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, CachedIndex) == 0x0000A8, "Member 'FRigUnit_SetRotation::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetTransform \ +static_assert(alignof(FRigUnit_SetTransform) == 0x000010, "Wrong alignment on FRigUnit_SetTransform"); \ +static_assert(sizeof(FRigUnit_SetTransform) == 0x0000E0, "Wrong size on FRigUnit_SetTransform"); \ +static_assert(offsetof(FRigUnit_SetTransform, Item) == 0x000070, "Member 'FRigUnit_SetTransform::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, Space) == 0x000080, "Member 'FRigUnit_SetTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, bInitial) == 0x000081, "Member 'FRigUnit_SetTransform::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, Transform) == 0x000090, "Member 'FRigUnit_SetTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, Weight) == 0x0000C0, "Member 'FRigUnit_SetTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, bPropagateToChildren) == 0x0000C4, "Member 'FRigUnit_SetTransform::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, CachedIndex) == 0x0000C8, "Member 'FRigUnit_SetTransform::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SpringIK_DebugSettings \ +static_assert(alignof(FRigUnit_SpringIK_DebugSettings) == 0x000010, "Wrong alignment on FRigUnit_SpringIK_DebugSettings"); \ +static_assert(sizeof(FRigUnit_SpringIK_DebugSettings) == 0x000050, "Wrong size on FRigUnit_SpringIK_DebugSettings"); \ +static_assert(offsetof(FRigUnit_SpringIK_DebugSettings, bEnabled) == 0x000000, "Member 'FRigUnit_SpringIK_DebugSettings::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK_DebugSettings, Scale) == 0x000004, "Member 'FRigUnit_SpringIK_DebugSettings::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK_DebugSettings, Color) == 0x000008, "Member 'FRigUnit_SpringIK_DebugSettings::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK_DebugSettings, WorldOffset) == 0x000020, "Member 'FRigUnit_SpringIK_DebugSettings::WorldOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SpringIK \ +static_assert(alignof(FRigUnit_SpringIK) == 0x000010, "Wrong alignment on FRigUnit_SpringIK"); \ +static_assert(sizeof(FRigUnit_SpringIK) == 0x0001E0, "Wrong size on FRigUnit_SpringIK"); \ +static_assert(offsetof(FRigUnit_SpringIK, StartBone) == 0x000070, "Member 'FRigUnit_SpringIK::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, EndBone) == 0x00007C, "Member 'FRigUnit_SpringIK::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, HierarchyStrength) == 0x000088, "Member 'FRigUnit_SpringIK::HierarchyStrength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, EffectorStrength) == 0x00008C, "Member 'FRigUnit_SpringIK::EffectorStrength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, EffectorRatio) == 0x000090, "Member 'FRigUnit_SpringIK::EffectorRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, RootStrength) == 0x000094, "Member 'FRigUnit_SpringIK::RootStrength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, RootRatio) == 0x000098, "Member 'FRigUnit_SpringIK::RootRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, Damping) == 0x00009C, "Member 'FRigUnit_SpringIK::Damping' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, PoleVector) == 0x0000A0, "Member 'FRigUnit_SpringIK::PoleVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, bFlipPolePlane) == 0x0000AC, "Member 'FRigUnit_SpringIK::bFlipPolePlane' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, PoleVectorKind) == 0x0000AD, "Member 'FRigUnit_SpringIK::PoleVectorKind' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, PoleVectorSpace) == 0x0000B0, "Member 'FRigUnit_SpringIK::PoleVectorSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, PrimaryAxis) == 0x0000BC, "Member 'FRigUnit_SpringIK::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, SecondaryAxis) == 0x0000C8, "Member 'FRigUnit_SpringIK::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, bLiveSimulation) == 0x0000D4, "Member 'FRigUnit_SpringIK::bLiveSimulation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, Iterations) == 0x0000D8, "Member 'FRigUnit_SpringIK::Iterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, bLimitLocalPosition) == 0x0000DC, "Member 'FRigUnit_SpringIK::bLimitLocalPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, bPropagateToChildren) == 0x0000DD, "Member 'FRigUnit_SpringIK::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, DebugSettings) == 0x0000E0, "Member 'FRigUnit_SpringIK::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, WorkData) == 0x000130, "Member 'FRigUnit_SpringIK::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SecondsToFrames \ +static_assert(alignof(FRigUnit_SecondsToFrames) == 0x000008, "Wrong alignment on FRigUnit_SecondsToFrames"); \ +static_assert(sizeof(FRigUnit_SecondsToFrames) == 0x000010, "Wrong size on FRigUnit_SecondsToFrames"); \ +static_assert(offsetof(FRigUnit_SecondsToFrames, Seconds) == 0x000008, "Member 'FRigUnit_SecondsToFrames::Seconds' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SecondsToFrames, Frames) == 0x00000C, "Member 'FRigUnit_SecondsToFrames::Frames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FramesToSeconds \ +static_assert(alignof(FRigUnit_FramesToSeconds) == 0x000008, "Wrong alignment on FRigUnit_FramesToSeconds"); \ +static_assert(sizeof(FRigUnit_FramesToSeconds) == 0x000010, "Wrong size on FRigUnit_FramesToSeconds"); \ +static_assert(offsetof(FRigUnit_FramesToSeconds, Frames) == 0x000008, "Member 'FRigUnit_FramesToSeconds::Frames' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FramesToSeconds, Seconds) == 0x00000C, "Member 'FRigUnit_FramesToSeconds::Seconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TimeOffsetTransform \ +static_assert(alignof(FRigUnit_TimeOffsetTransform) == 0x000010, "Wrong alignment on FRigUnit_TimeOffsetTransform"); \ +static_assert(sizeof(FRigUnit_TimeOffsetTransform) == 0x0000B0, "Wrong size on FRigUnit_TimeOffsetTransform"); \ +static_assert(offsetof(FRigUnit_TimeOffsetTransform, Value) == 0x000010, "Member 'FRigUnit_TimeOffsetTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetTransform, SecondsAgo) == 0x000040, "Member 'FRigUnit_TimeOffsetTransform::SecondsAgo' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetTransform, BufferSize) == 0x000044, "Member 'FRigUnit_TimeOffsetTransform::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetTransform, TimeRange) == 0x000048, "Member 'FRigUnit_TimeOffsetTransform::TimeRange' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetTransform, Result) == 0x000050, "Member 'FRigUnit_TimeOffsetTransform::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetTransform, Buffer) == 0x000080, "Member 'FRigUnit_TimeOffsetTransform::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetTransform, DeltaTimes) == 0x000090, "Member 'FRigUnit_TimeOffsetTransform::DeltaTimes' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetTransform, LastInsertIndex) == 0x0000A0, "Member 'FRigUnit_TimeOffsetTransform::LastInsertIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetTransform, UpperBound) == 0x0000A4, "Member 'FRigUnit_TimeOffsetTransform::UpperBound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TimeOffsetFloat \ +static_assert(alignof(FRigUnit_TimeOffsetFloat) == 0x000008, "Wrong alignment on FRigUnit_TimeOffsetFloat"); \ +static_assert(sizeof(FRigUnit_TimeOffsetFloat) == 0x000048, "Wrong size on FRigUnit_TimeOffsetFloat"); \ +static_assert(offsetof(FRigUnit_TimeOffsetFloat, Value) == 0x000008, "Member 'FRigUnit_TimeOffsetFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetFloat, SecondsAgo) == 0x00000C, "Member 'FRigUnit_TimeOffsetFloat::SecondsAgo' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetFloat, BufferSize) == 0x000010, "Member 'FRigUnit_TimeOffsetFloat::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetFloat, TimeRange) == 0x000014, "Member 'FRigUnit_TimeOffsetFloat::TimeRange' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetFloat, Result) == 0x000018, "Member 'FRigUnit_TimeOffsetFloat::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetFloat, Buffer) == 0x000020, "Member 'FRigUnit_TimeOffsetFloat::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetFloat, DeltaTimes) == 0x000030, "Member 'FRigUnit_TimeOffsetFloat::DeltaTimes' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetFloat, LastInsertIndex) == 0x000040, "Member 'FRigUnit_TimeOffsetFloat::LastInsertIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetFloat, UpperBound) == 0x000044, "Member 'FRigUnit_TimeOffsetFloat::UpperBound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetRelativeTransform \ +static_assert(alignof(FRigUnit_GetRelativeTransform) == 0x000010, "Wrong alignment on FRigUnit_GetRelativeTransform"); \ +static_assert(sizeof(FRigUnit_GetRelativeTransform) == 0x0000A0, "Wrong size on FRigUnit_GetRelativeTransform"); \ + +#define DUMPER7_ASSERTS_FConstraintTarget \ +static_assert(alignof(FConstraintTarget) == 0x000010, "Wrong alignment on FConstraintTarget"); \ +static_assert(sizeof(FConstraintTarget) == 0x000040, "Wrong size on FConstraintTarget"); \ +static_assert(offsetof(FConstraintTarget, Transform) == 0x000000, "Member 'FConstraintTarget::Transform' has a wrong offset!"); \ +static_assert(offsetof(FConstraintTarget, Weight) == 0x000030, "Member 'FConstraintTarget::Weight' has a wrong offset!"); \ +static_assert(offsetof(FConstraintTarget, bMaintainOffset) == 0x000034, "Member 'FConstraintTarget::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FConstraintTarget, Filter) == 0x000035, "Member 'FConstraintTarget::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TransformConstraintPerItem \ +static_assert(alignof(FRigUnit_TransformConstraintPerItem) == 0x000010, "Wrong alignment on FRigUnit_TransformConstraintPerItem"); \ +static_assert(sizeof(FRigUnit_TransformConstraintPerItem) == 0x000150, "Wrong size on FRigUnit_TransformConstraintPerItem"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, Item) == 0x000070, "Member 'FRigUnit_TransformConstraintPerItem::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, BaseTransformSpace) == 0x000080, "Member 'FRigUnit_TransformConstraintPerItem::BaseTransformSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, BaseTransform) == 0x000090, "Member 'FRigUnit_TransformConstraintPerItem::BaseTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, BaseItem) == 0x0000C0, "Member 'FRigUnit_TransformConstraintPerItem::BaseItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, Targets) == 0x0000D0, "Member 'FRigUnit_TransformConstraintPerItem::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, bUseInitialTransforms) == 0x0000E0, "Member 'FRigUnit_TransformConstraintPerItem::bUseInitialTransforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, WorkData) == 0x0000E8, "Member 'FRigUnit_TransformConstraintPerItem::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TransformConstraint \ +static_assert(alignof(FRigUnit_TransformConstraint) == 0x000010, "Wrong alignment on FRigUnit_TransformConstraint"); \ +static_assert(sizeof(FRigUnit_TransformConstraint) == 0x000140, "Wrong size on FRigUnit_TransformConstraint"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, Bone) == 0x000070, "Member 'FRigUnit_TransformConstraint::Bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, BaseTransformSpace) == 0x00007C, "Member 'FRigUnit_TransformConstraint::BaseTransformSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, BaseTransform) == 0x000080, "Member 'FRigUnit_TransformConstraint::BaseTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, BaseBone) == 0x0000B0, "Member 'FRigUnit_TransformConstraint::BaseBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, Targets) == 0x0000C0, "Member 'FRigUnit_TransformConstraint::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, bUseInitialTransforms) == 0x0000D0, "Member 'FRigUnit_TransformConstraint::bUseInitialTransforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, WorkData) == 0x0000D8, "Member 'FRigUnit_TransformConstraint::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TwistBones_WorkData \ +static_assert(alignof(FRigUnit_TwistBones_WorkData) == 0x000008, "Wrong alignment on FRigUnit_TwistBones_WorkData"); \ +static_assert(sizeof(FRigUnit_TwistBones_WorkData) == 0x000030, "Wrong size on FRigUnit_TwistBones_WorkData"); \ +static_assert(offsetof(FRigUnit_TwistBones_WorkData, CachedItems) == 0x000000, "Member 'FRigUnit_TwistBones_WorkData::CachedItems' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones_WorkData, ItemRatios) == 0x000010, "Member 'FRigUnit_TwistBones_WorkData::ItemRatios' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones_WorkData, ItemTransforms) == 0x000020, "Member 'FRigUnit_TwistBones_WorkData::ItemTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TwistBonesPerItem \ +static_assert(alignof(FRigUnit_TwistBonesPerItem) == 0x000008, "Wrong alignment on FRigUnit_TwistBonesPerItem"); \ +static_assert(sizeof(FRigUnit_TwistBonesPerItem) == 0x0000D8, "Wrong size on FRigUnit_TwistBonesPerItem"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, Items) == 0x000070, "Member 'FRigUnit_TwistBonesPerItem::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, TwistAxis) == 0x000080, "Member 'FRigUnit_TwistBonesPerItem::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, PoleAxis) == 0x00008C, "Member 'FRigUnit_TwistBonesPerItem::PoleAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, TwistEaseType) == 0x000098, "Member 'FRigUnit_TwistBonesPerItem::TwistEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, Weight) == 0x00009C, "Member 'FRigUnit_TwistBonesPerItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, bPropagateToChildren) == 0x0000A0, "Member 'FRigUnit_TwistBonesPerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, WorkData) == 0x0000A8, "Member 'FRigUnit_TwistBonesPerItem::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TwistBones \ +static_assert(alignof(FRigUnit_TwistBones) == 0x000008, "Wrong alignment on FRigUnit_TwistBones"); \ +static_assert(sizeof(FRigUnit_TwistBones) == 0x0000E0, "Wrong size on FRigUnit_TwistBones"); \ +static_assert(offsetof(FRigUnit_TwistBones, StartBone) == 0x000070, "Member 'FRigUnit_TwistBones::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, EndBone) == 0x00007C, "Member 'FRigUnit_TwistBones::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, TwistAxis) == 0x000088, "Member 'FRigUnit_TwistBones::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, PoleAxis) == 0x000094, "Member 'FRigUnit_TwistBones::PoleAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, TwistEaseType) == 0x0000A0, "Member 'FRigUnit_TwistBones::TwistEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, Weight) == 0x0000A4, "Member 'FRigUnit_TwistBones::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, bPropagateToChildren) == 0x0000A8, "Member 'FRigUnit_TwistBones::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, WorkData) == 0x0000B0, "Member 'FRigUnit_TwistBones::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TwoBoneIKFK \ +static_assert(alignof(FRigUnit_TwoBoneIKFK) == 0x000010, "Wrong alignment on FRigUnit_TwoBoneIKFK"); \ +static_assert(sizeof(FRigUnit_TwoBoneIKFK) == 0x000230, "Wrong size on FRigUnit_TwoBoneIKFK"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, StartJoint) == 0x000070, "Member 'FRigUnit_TwoBoneIKFK::StartJoint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, EndJoint) == 0x00007C, "Member 'FRigUnit_TwoBoneIKFK::EndJoint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, PoleTarget) == 0x000088, "Member 'FRigUnit_TwoBoneIKFK::PoleTarget' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, Spin) == 0x000094, "Member 'FRigUnit_TwoBoneIKFK::Spin' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, EndEffector) == 0x0000A0, "Member 'FRigUnit_TwoBoneIKFK::EndEffector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, IKBlend) == 0x0000D0, "Member 'FRigUnit_TwoBoneIKFK::IKBlend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, StartJointFKTransform) == 0x0000E0, "Member 'FRigUnit_TwoBoneIKFK::StartJointFKTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, MidJointFKTransform) == 0x000110, "Member 'FRigUnit_TwoBoneIKFK::MidJointFKTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, EndJointFKTransform) == 0x000140, "Member 'FRigUnit_TwoBoneIKFK::EndJointFKTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, PreviousFKIKBlend) == 0x000170, "Member 'FRigUnit_TwoBoneIKFK::PreviousFKIKBlend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, StartJointIKTransform) == 0x000180, "Member 'FRigUnit_TwoBoneIKFK::StartJointIKTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, MidJointIKTransform) == 0x0001B0, "Member 'FRigUnit_TwoBoneIKFK::MidJointIKTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, EndJointIKTransform) == 0x0001E0, "Member 'FRigUnit_TwoBoneIKFK::EndJointIKTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, StartJointIndex) == 0x000210, "Member 'FRigUnit_TwoBoneIKFK::StartJointIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, MidJointIndex) == 0x000214, "Member 'FRigUnit_TwoBoneIKFK::MidJointIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, EndJointIndex) == 0x000218, "Member 'FRigUnit_TwoBoneIKFK::EndJointIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, UpperLimbLength) == 0x00021C, "Member 'FRigUnit_TwoBoneIKFK::UpperLimbLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, LowerLimbLength) == 0x000220, "Member 'FRigUnit_TwoBoneIKFK::LowerLimbLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TwoBoneIKSimpleTransforms \ +static_assert(alignof(FRigUnit_TwoBoneIKSimpleTransforms) == 0x000010, "Wrong alignment on FRigUnit_TwoBoneIKSimpleTransforms"); \ +static_assert(sizeof(FRigUnit_TwoBoneIKSimpleTransforms) == 0x0000E0, "Wrong size on FRigUnit_TwoBoneIKSimpleTransforms"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, Root) == 0x000010, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::Root' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, PoleVector) == 0x000040, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::PoleVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, Effector) == 0x000050, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::Effector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, PrimaryAxis) == 0x000080, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, SecondaryAxis) == 0x00008C, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, SecondaryAxisWeight) == 0x000098, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::SecondaryAxisWeight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, bEnableStretch) == 0x00009C, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::bEnableStretch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, StretchStartRatio) == 0x0000A0, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::StretchStartRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, StretchMaximumRatio) == 0x0000A4, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::StretchMaximumRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, BoneALength) == 0x0000A8, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::BoneALength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, BoneBLength) == 0x0000AC, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::BoneBLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, Elbow) == 0x0000B0, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::Elbow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TwoBoneIKSimpleVectors \ +static_assert(alignof(FRigUnit_TwoBoneIKSimpleVectors) == 0x000008, "Wrong alignment on FRigUnit_TwoBoneIKSimpleVectors"); \ +static_assert(sizeof(FRigUnit_TwoBoneIKSimpleVectors) == 0x000050, "Wrong size on FRigUnit_TwoBoneIKSimpleVectors"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleVectors, Root) == 0x000008, "Member 'FRigUnit_TwoBoneIKSimpleVectors::Root' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleVectors, PoleVector) == 0x000014, "Member 'FRigUnit_TwoBoneIKSimpleVectors::PoleVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleVectors, Effector) == 0x000020, "Member 'FRigUnit_TwoBoneIKSimpleVectors::Effector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleVectors, bEnableStretch) == 0x00002C, "Member 'FRigUnit_TwoBoneIKSimpleVectors::bEnableStretch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleVectors, StretchStartRatio) == 0x000030, "Member 'FRigUnit_TwoBoneIKSimpleVectors::StretchStartRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleVectors, StretchMaximumRatio) == 0x000034, "Member 'FRigUnit_TwoBoneIKSimpleVectors::StretchMaximumRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleVectors, BoneALength) == 0x000038, "Member 'FRigUnit_TwoBoneIKSimpleVectors::BoneALength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleVectors, BoneBLength) == 0x00003C, "Member 'FRigUnit_TwoBoneIKSimpleVectors::BoneBLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimpleVectors, Elbow) == 0x000040, "Member 'FRigUnit_TwoBoneIKSimpleVectors::Elbow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TwoBoneIKSimple_DebugSettings \ +static_assert(alignof(FRigUnit_TwoBoneIKSimple_DebugSettings) == 0x000010, "Wrong alignment on FRigUnit_TwoBoneIKSimple_DebugSettings"); \ +static_assert(sizeof(FRigUnit_TwoBoneIKSimple_DebugSettings) == 0x000040, "Wrong size on FRigUnit_TwoBoneIKSimple_DebugSettings"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple_DebugSettings, bEnabled) == 0x000000, "Member 'FRigUnit_TwoBoneIKSimple_DebugSettings::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple_DebugSettings, Scale) == 0x000004, "Member 'FRigUnit_TwoBoneIKSimple_DebugSettings::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple_DebugSettings, WorldOffset) == 0x000010, "Member 'FRigUnit_TwoBoneIKSimple_DebugSettings::WorldOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TwoBoneIKSimplePerItem \ +static_assert(alignof(FRigUnit_TwoBoneIKSimplePerItem) == 0x000010, "Wrong alignment on FRigUnit_TwoBoneIKSimplePerItem"); \ +static_assert(sizeof(FRigUnit_TwoBoneIKSimplePerItem) == 0x0001D0, "Wrong size on FRigUnit_TwoBoneIKSimplePerItem"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, ItemA) == 0x000070, "Member 'FRigUnit_TwoBoneIKSimplePerItem::ItemA' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, ItemB) == 0x000080, "Member 'FRigUnit_TwoBoneIKSimplePerItem::ItemB' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, EffectorItem) == 0x000090, "Member 'FRigUnit_TwoBoneIKSimplePerItem::EffectorItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, Effector) == 0x0000A0, "Member 'FRigUnit_TwoBoneIKSimplePerItem::Effector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, PrimaryAxis) == 0x0000D0, "Member 'FRigUnit_TwoBoneIKSimplePerItem::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, SecondaryAxis) == 0x0000DC, "Member 'FRigUnit_TwoBoneIKSimplePerItem::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, SecondaryAxisWeight) == 0x0000E8, "Member 'FRigUnit_TwoBoneIKSimplePerItem::SecondaryAxisWeight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, PoleVector) == 0x0000EC, "Member 'FRigUnit_TwoBoneIKSimplePerItem::PoleVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, PoleVectorKind) == 0x0000F8, "Member 'FRigUnit_TwoBoneIKSimplePerItem::PoleVectorKind' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, PoleVectorSpace) == 0x0000FC, "Member 'FRigUnit_TwoBoneIKSimplePerItem::PoleVectorSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, bEnableStretch) == 0x00010C, "Member 'FRigUnit_TwoBoneIKSimplePerItem::bEnableStretch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, StretchStartRatio) == 0x000110, "Member 'FRigUnit_TwoBoneIKSimplePerItem::StretchStartRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, StretchMaximumRatio) == 0x000114, "Member 'FRigUnit_TwoBoneIKSimplePerItem::StretchMaximumRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, Weight) == 0x000118, "Member 'FRigUnit_TwoBoneIKSimplePerItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, ItemALength) == 0x00011C, "Member 'FRigUnit_TwoBoneIKSimplePerItem::ItemALength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, ItemBLength) == 0x000120, "Member 'FRigUnit_TwoBoneIKSimplePerItem::ItemBLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, bPropagateToChildren) == 0x000124, "Member 'FRigUnit_TwoBoneIKSimplePerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, DebugSettings) == 0x000130, "Member 'FRigUnit_TwoBoneIKSimplePerItem::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, CachedItemAIndex) == 0x000170, "Member 'FRigUnit_TwoBoneIKSimplePerItem::CachedItemAIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, CachedItemBIndex) == 0x000188, "Member 'FRigUnit_TwoBoneIKSimplePerItem::CachedItemBIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, CachedEffectorItemIndex) == 0x0001A0, "Member 'FRigUnit_TwoBoneIKSimplePerItem::CachedEffectorItemIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, CachedPoleVectorSpaceIndex) == 0x0001B8, "Member 'FRigUnit_TwoBoneIKSimplePerItem::CachedPoleVectorSpaceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TwoBoneIKSimple \ +static_assert(alignof(FRigUnit_TwoBoneIKSimple) == 0x000010, "Wrong alignment on FRigUnit_TwoBoneIKSimple"); \ +static_assert(sizeof(FRigUnit_TwoBoneIKSimple) == 0x0001D0, "Wrong size on FRigUnit_TwoBoneIKSimple"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, BoneA) == 0x000070, "Member 'FRigUnit_TwoBoneIKSimple::BoneA' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, BoneB) == 0x00007C, "Member 'FRigUnit_TwoBoneIKSimple::BoneB' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, EffectorBone) == 0x000088, "Member 'FRigUnit_TwoBoneIKSimple::EffectorBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, Effector) == 0x0000A0, "Member 'FRigUnit_TwoBoneIKSimple::Effector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, PrimaryAxis) == 0x0000D0, "Member 'FRigUnit_TwoBoneIKSimple::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, SecondaryAxis) == 0x0000DC, "Member 'FRigUnit_TwoBoneIKSimple::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, SecondaryAxisWeight) == 0x0000E8, "Member 'FRigUnit_TwoBoneIKSimple::SecondaryAxisWeight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, PoleVector) == 0x0000EC, "Member 'FRigUnit_TwoBoneIKSimple::PoleVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, PoleVectorKind) == 0x0000F8, "Member 'FRigUnit_TwoBoneIKSimple::PoleVectorKind' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, PoleVectorSpace) == 0x0000FC, "Member 'FRigUnit_TwoBoneIKSimple::PoleVectorSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, bEnableStretch) == 0x000108, "Member 'FRigUnit_TwoBoneIKSimple::bEnableStretch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, StretchStartRatio) == 0x00010C, "Member 'FRigUnit_TwoBoneIKSimple::StretchStartRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, StretchMaximumRatio) == 0x000110, "Member 'FRigUnit_TwoBoneIKSimple::StretchMaximumRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, Weight) == 0x000114, "Member 'FRigUnit_TwoBoneIKSimple::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, BoneALength) == 0x000118, "Member 'FRigUnit_TwoBoneIKSimple::BoneALength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, BoneBLength) == 0x00011C, "Member 'FRigUnit_TwoBoneIKSimple::BoneBLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, bPropagateToChildren) == 0x000120, "Member 'FRigUnit_TwoBoneIKSimple::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, DebugSettings) == 0x000130, "Member 'FRigUnit_TwoBoneIKSimple::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, CachedBoneAIndex) == 0x000170, "Member 'FRigUnit_TwoBoneIKSimple::CachedBoneAIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, CachedBoneBIndex) == 0x000188, "Member 'FRigUnit_TwoBoneIKSimple::CachedBoneBIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, CachedEffectorBoneIndex) == 0x0001A0, "Member 'FRigUnit_TwoBoneIKSimple::CachedEffectorBoneIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, CachedPoleVectorSpaceIndex) == 0x0001B8, "Member 'FRigUnit_TwoBoneIKSimple::CachedPoleVectorSpaceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Distance_VectorVector \ +static_assert(alignof(FRigUnit_Distance_VectorVector) == 0x000008, "Wrong alignment on FRigUnit_Distance_VectorVector"); \ +static_assert(sizeof(FRigUnit_Distance_VectorVector) == 0x000028, "Wrong size on FRigUnit_Distance_VectorVector"); \ +static_assert(offsetof(FRigUnit_Distance_VectorVector, Argument0) == 0x000008, "Member 'FRigUnit_Distance_VectorVector::Argument0' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Distance_VectorVector, Argument1) == 0x000014, "Member 'FRigUnit_Distance_VectorVector::Argument1' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Distance_VectorVector, Result) == 0x000020, "Member 'FRigUnit_Distance_VectorVector::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_BinaryVectorOp \ +static_assert(alignof(FRigUnit_BinaryVectorOp) == 0x000008, "Wrong alignment on FRigUnit_BinaryVectorOp"); \ +static_assert(sizeof(FRigUnit_BinaryVectorOp) == 0x000030, "Wrong size on FRigUnit_BinaryVectorOp"); \ +static_assert(offsetof(FRigUnit_BinaryVectorOp, Argument0) == 0x000008, "Member 'FRigUnit_BinaryVectorOp::Argument0' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BinaryVectorOp, Argument1) == 0x000014, "Member 'FRigUnit_BinaryVectorOp::Argument1' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BinaryVectorOp, Result) == 0x000020, "Member 'FRigUnit_BinaryVectorOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Divide_VectorVector \ +static_assert(alignof(FRigUnit_Divide_VectorVector) == 0x000008, "Wrong alignment on FRigUnit_Divide_VectorVector"); \ +static_assert(sizeof(FRigUnit_Divide_VectorVector) == 0x000030, "Wrong size on FRigUnit_Divide_VectorVector"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Subtract_VectorVector \ +static_assert(alignof(FRigUnit_Subtract_VectorVector) == 0x000008, "Wrong alignment on FRigUnit_Subtract_VectorVector"); \ +static_assert(sizeof(FRigUnit_Subtract_VectorVector) == 0x000030, "Wrong size on FRigUnit_Subtract_VectorVector"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Add_VectorVector \ +static_assert(alignof(FRigUnit_Add_VectorVector) == 0x000008, "Wrong alignment on FRigUnit_Add_VectorVector"); \ +static_assert(sizeof(FRigUnit_Add_VectorVector) == 0x000030, "Wrong size on FRigUnit_Add_VectorVector"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Multiply_VectorVector \ +static_assert(alignof(FRigUnit_Multiply_VectorVector) == 0x000008, "Wrong alignment on FRigUnit_Multiply_VectorVector"); \ +static_assert(sizeof(FRigUnit_Multiply_VectorVector) == 0x000030, "Wrong size on FRigUnit_Multiply_VectorVector"); \ + +#define DUMPER7_ASSERTS_FRigUnit_VerletIntegrateVector \ +static_assert(alignof(FRigUnit_VerletIntegrateVector) == 0x000008, "Wrong alignment on FRigUnit_VerletIntegrateVector"); \ +static_assert(sizeof(FRigUnit_VerletIntegrateVector) == 0x000070, "Wrong size on FRigUnit_VerletIntegrateVector"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, Target) == 0x000008, "Member 'FRigUnit_VerletIntegrateVector::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, Strength) == 0x000014, "Member 'FRigUnit_VerletIntegrateVector::Strength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, Damp) == 0x000018, "Member 'FRigUnit_VerletIntegrateVector::Damp' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, Blend) == 0x00001C, "Member 'FRigUnit_VerletIntegrateVector::Blend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, Position) == 0x000020, "Member 'FRigUnit_VerletIntegrateVector::Position' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, Velocity) == 0x00002C, "Member 'FRigUnit_VerletIntegrateVector::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, Acceleration) == 0x000038, "Member 'FRigUnit_VerletIntegrateVector::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, Point) == 0x000044, "Member 'FRigUnit_VerletIntegrateVector::Point' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, bInitialized) == 0x00006C, "Member 'FRigUnit_VerletIntegrateVector::bInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_VisualDebugTransformItemSpace \ +static_assert(alignof(FRigUnit_VisualDebugTransformItemSpace) == 0x000010, "Wrong alignment on FRigUnit_VisualDebugTransformItemSpace"); \ +static_assert(sizeof(FRigUnit_VisualDebugTransformItemSpace) == 0x000060, "Wrong size on FRigUnit_VisualDebugTransformItemSpace"); \ +static_assert(offsetof(FRigUnit_VisualDebugTransformItemSpace, Value) == 0x000010, "Member 'FRigUnit_VisualDebugTransformItemSpace::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugTransformItemSpace, bEnabled) == 0x000040, "Member 'FRigUnit_VisualDebugTransformItemSpace::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugTransformItemSpace, Thickness) == 0x000044, "Member 'FRigUnit_VisualDebugTransformItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugTransformItemSpace, Scale) == 0x000048, "Member 'FRigUnit_VisualDebugTransformItemSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugTransformItemSpace, Space) == 0x00004C, "Member 'FRigUnit_VisualDebugTransformItemSpace::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_VisualDebugTransform \ +static_assert(alignof(FRigUnit_VisualDebugTransform) == 0x000010, "Wrong alignment on FRigUnit_VisualDebugTransform"); \ +static_assert(sizeof(FRigUnit_VisualDebugTransform) == 0x000060, "Wrong size on FRigUnit_VisualDebugTransform"); \ +static_assert(offsetof(FRigUnit_VisualDebugTransform, Value) == 0x000010, "Member 'FRigUnit_VisualDebugTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugTransform, bEnabled) == 0x000040, "Member 'FRigUnit_VisualDebugTransform::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugTransform, Thickness) == 0x000044, "Member 'FRigUnit_VisualDebugTransform::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugTransform, Scale) == 0x000048, "Member 'FRigUnit_VisualDebugTransform::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugTransform, BoneSpace) == 0x00004C, "Member 'FRigUnit_VisualDebugTransform::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_VisualDebugQuatItemSpace \ +static_assert(alignof(FRigUnit_VisualDebugQuatItemSpace) == 0x000010, "Wrong alignment on FRigUnit_VisualDebugQuatItemSpace"); \ +static_assert(sizeof(FRigUnit_VisualDebugQuatItemSpace) == 0x000040, "Wrong size on FRigUnit_VisualDebugQuatItemSpace"); \ +static_assert(offsetof(FRigUnit_VisualDebugQuatItemSpace, Value) == 0x000010, "Member 'FRigUnit_VisualDebugQuatItemSpace::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugQuatItemSpace, bEnabled) == 0x000020, "Member 'FRigUnit_VisualDebugQuatItemSpace::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugQuatItemSpace, Thickness) == 0x000024, "Member 'FRigUnit_VisualDebugQuatItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugQuatItemSpace, Scale) == 0x000028, "Member 'FRigUnit_VisualDebugQuatItemSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugQuatItemSpace, Space) == 0x00002C, "Member 'FRigUnit_VisualDebugQuatItemSpace::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_VisualDebugQuat \ +static_assert(alignof(FRigUnit_VisualDebugQuat) == 0x000010, "Wrong alignment on FRigUnit_VisualDebugQuat"); \ +static_assert(sizeof(FRigUnit_VisualDebugQuat) == 0x000040, "Wrong size on FRigUnit_VisualDebugQuat"); \ +static_assert(offsetof(FRigUnit_VisualDebugQuat, Value) == 0x000010, "Member 'FRigUnit_VisualDebugQuat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugQuat, bEnabled) == 0x000020, "Member 'FRigUnit_VisualDebugQuat::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugQuat, Thickness) == 0x000024, "Member 'FRigUnit_VisualDebugQuat::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugQuat, Scale) == 0x000028, "Member 'FRigUnit_VisualDebugQuat::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugQuat, BoneSpace) == 0x00002C, "Member 'FRigUnit_VisualDebugQuat::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_VisualDebugVectorItemSpace \ +static_assert(alignof(FRigUnit_VisualDebugVectorItemSpace) == 0x000008, "Wrong alignment on FRigUnit_VisualDebugVectorItemSpace"); \ +static_assert(sizeof(FRigUnit_VisualDebugVectorItemSpace) == 0x000040, "Wrong size on FRigUnit_VisualDebugVectorItemSpace"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Value) == 0x000008, "Member 'FRigUnit_VisualDebugVectorItemSpace::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, bEnabled) == 0x000014, "Member 'FRigUnit_VisualDebugVectorItemSpace::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Mode) == 0x000015, "Member 'FRigUnit_VisualDebugVectorItemSpace::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Color) == 0x000018, "Member 'FRigUnit_VisualDebugVectorItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Thickness) == 0x000028, "Member 'FRigUnit_VisualDebugVectorItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Scale) == 0x00002C, "Member 'FRigUnit_VisualDebugVectorItemSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Space) == 0x000030, "Member 'FRigUnit_VisualDebugVectorItemSpace::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_VisualDebugVector \ +static_assert(alignof(FRigUnit_VisualDebugVector) == 0x000008, "Wrong alignment on FRigUnit_VisualDebugVector"); \ +static_assert(sizeof(FRigUnit_VisualDebugVector) == 0x000040, "Wrong size on FRigUnit_VisualDebugVector"); \ +static_assert(offsetof(FRigUnit_VisualDebugVector, Value) == 0x000008, "Member 'FRigUnit_VisualDebugVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVector, bEnabled) == 0x000014, "Member 'FRigUnit_VisualDebugVector::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVector, Mode) == 0x000015, "Member 'FRigUnit_VisualDebugVector::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVector, Color) == 0x000018, "Member 'FRigUnit_VisualDebugVector::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVector, Thickness) == 0x000028, "Member 'FRigUnit_VisualDebugVector::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVector, Scale) == 0x00002C, "Member 'FRigUnit_VisualDebugVector::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVector, BoneSpace) == 0x000030, "Member 'FRigUnit_VisualDebugVector::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SphereTraceWorld \ +static_assert(alignof(FRigUnit_SphereTraceWorld) == 0x000008, "Wrong alignment on FRigUnit_SphereTraceWorld"); \ +static_assert(sizeof(FRigUnit_SphereTraceWorld) == 0x000048, "Wrong size on FRigUnit_SphereTraceWorld"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, Start) == 0x000008, "Member 'FRigUnit_SphereTraceWorld::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, End) == 0x000014, "Member 'FRigUnit_SphereTraceWorld::End' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, Channel) == 0x000020, "Member 'FRigUnit_SphereTraceWorld::Channel' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, Radius) == 0x000024, "Member 'FRigUnit_SphereTraceWorld::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, bHit) == 0x000028, "Member 'FRigUnit_SphereTraceWorld::bHit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, HitLocation) == 0x00002C, "Member 'FRigUnit_SphereTraceWorld::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, HitNormal) == 0x000038, "Member 'FRigUnit_SphereTraceWorld::HitNormal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ToRigSpace_Rotation \ +static_assert(alignof(FRigUnit_ToRigSpace_Rotation) == 0x000010, "Wrong alignment on FRigUnit_ToRigSpace_Rotation"); \ +static_assert(sizeof(FRigUnit_ToRigSpace_Rotation) == 0x000030, "Wrong size on FRigUnit_ToRigSpace_Rotation"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Rotation, Rotation) == 0x000010, "Member 'FRigUnit_ToRigSpace_Rotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Rotation, Global) == 0x000020, "Member 'FRigUnit_ToRigSpace_Rotation::Global' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ToWorldSpace_Rotation \ +static_assert(alignof(FRigUnit_ToWorldSpace_Rotation) == 0x000010, "Wrong alignment on FRigUnit_ToWorldSpace_Rotation"); \ +static_assert(sizeof(FRigUnit_ToWorldSpace_Rotation) == 0x000030, "Wrong size on FRigUnit_ToWorldSpace_Rotation"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Rotation, Rotation) == 0x000010, "Member 'FRigUnit_ToWorldSpace_Rotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Rotation, World) == 0x000020, "Member 'FRigUnit_ToWorldSpace_Rotation::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ToRigSpace_Location \ +static_assert(alignof(FRigUnit_ToRigSpace_Location) == 0x000008, "Wrong alignment on FRigUnit_ToRigSpace_Location"); \ +static_assert(sizeof(FRigUnit_ToRigSpace_Location) == 0x000020, "Wrong size on FRigUnit_ToRigSpace_Location"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Location, Location) == 0x000008, "Member 'FRigUnit_ToRigSpace_Location::Location' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Location, Global) == 0x000014, "Member 'FRigUnit_ToRigSpace_Location::Global' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ToWorldSpace_Location \ +static_assert(alignof(FRigUnit_ToWorldSpace_Location) == 0x000008, "Wrong alignment on FRigUnit_ToWorldSpace_Location"); \ +static_assert(sizeof(FRigUnit_ToWorldSpace_Location) == 0x000020, "Wrong size on FRigUnit_ToWorldSpace_Location"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Location, Location) == 0x000008, "Member 'FRigUnit_ToWorldSpace_Location::Location' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Location, World) == 0x000014, "Member 'FRigUnit_ToWorldSpace_Location::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ToRigSpace_Transform \ +static_assert(alignof(FRigUnit_ToRigSpace_Transform) == 0x000010, "Wrong alignment on FRigUnit_ToRigSpace_Transform"); \ +static_assert(sizeof(FRigUnit_ToRigSpace_Transform) == 0x000070, "Wrong size on FRigUnit_ToRigSpace_Transform"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Transform, Transform) == 0x000010, "Member 'FRigUnit_ToRigSpace_Transform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Transform, Global) == 0x000040, "Member 'FRigUnit_ToRigSpace_Transform::Global' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ToWorldSpace_Transform \ +static_assert(alignof(FRigUnit_ToWorldSpace_Transform) == 0x000010, "Wrong alignment on FRigUnit_ToWorldSpace_Transform"); \ +static_assert(sizeof(FRigUnit_ToWorldSpace_Transform) == 0x000070, "Wrong size on FRigUnit_ToWorldSpace_Transform"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Transform, Transform) == 0x000010, "Member 'FRigUnit_ToWorldSpace_Transform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Transform, World) == 0x000040, "Member 'FRigUnit_ToWorldSpace_Transform::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructReference \ +static_assert(alignof(FStructReference) == 0x000008, "Wrong alignment on FStructReference"); \ +static_assert(sizeof(FStructReference) == 0x000008, "Wrong size on FStructReference"); \ + +#define DUMPER7_ASSERTS_UControlRigBlueprintGeneratedClass \ +static_assert(alignof(UControlRigBlueprintGeneratedClass) == 0x000008, "Wrong alignment on UControlRigBlueprintGeneratedClass"); \ +static_assert(sizeof(UControlRigBlueprintGeneratedClass) == 0x000348, "Wrong size on UControlRigBlueprintGeneratedClass"); \ + +#define DUMPER7_ASSERTS_ControlRig_SetInteractionRig \ +static_assert(alignof(ControlRig_SetInteractionRig) == 0x000008, "Wrong alignment on ControlRig_SetInteractionRig"); \ +static_assert(sizeof(ControlRig_SetInteractionRig) == 0x000008, "Wrong size on ControlRig_SetInteractionRig"); \ +static_assert(offsetof(ControlRig_SetInteractionRig, InInteractionRig) == 0x000000, "Member 'ControlRig_SetInteractionRig::InInteractionRig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_SetInteractionRigClass \ +static_assert(alignof(ControlRig_SetInteractionRigClass) == 0x000008, "Wrong alignment on ControlRig_SetInteractionRigClass"); \ +static_assert(sizeof(ControlRig_SetInteractionRigClass) == 0x000008, "Wrong size on ControlRig_SetInteractionRigClass"); \ +static_assert(offsetof(ControlRig_SetInteractionRigClass, InInteractionRigClass) == 0x000000, "Member 'ControlRig_SetInteractionRigClass::InInteractionRigClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_GetInteractionRig \ +static_assert(alignof(ControlRig_GetInteractionRig) == 0x000008, "Wrong alignment on ControlRig_GetInteractionRig"); \ +static_assert(sizeof(ControlRig_GetInteractionRig) == 0x000008, "Wrong size on ControlRig_GetInteractionRig"); \ +static_assert(offsetof(ControlRig_GetInteractionRig, ReturnValue) == 0x000000, "Member 'ControlRig_GetInteractionRig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_GetInteractionRigClass \ +static_assert(alignof(ControlRig_GetInteractionRigClass) == 0x000008, "Wrong alignment on ControlRig_GetInteractionRigClass"); \ +static_assert(sizeof(ControlRig_GetInteractionRigClass) == 0x000008, "Wrong size on ControlRig_GetInteractionRigClass"); \ +static_assert(offsetof(ControlRig_GetInteractionRigClass, ReturnValue) == 0x000000, "Member 'ControlRig_GetInteractionRigClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRig \ +static_assert(alignof(UControlRig) == 0x000008, "Wrong alignment on UControlRig"); \ +static_assert(sizeof(UControlRig) == 0x000660, "Wrong size on UControlRig"); \ +static_assert(offsetof(UControlRig, ExecutionType) == 0x00004D, "Member 'UControlRig::ExecutionType' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, VM) == 0x000050, "Member 'UControlRig::VM' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, Hierarchy) == 0x000058, "Member 'UControlRig::Hierarchy' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, GizmoLibrary) == 0x0003C0, "Member 'UControlRig::GizmoLibrary' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, InputProperties) == 0x000400, "Member 'UControlRig::InputProperties' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, OutputProperties) == 0x000450, "Member 'UControlRig::OutputProperties' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, DrawContainer) == 0x0004A0, "Member 'UControlRig::DrawContainer' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, DataSourceRegistry) == 0x0004D0, "Member 'UControlRig::DataSourceRegistry' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, EventQueue) == 0x0004D8, "Member 'UControlRig::EventQueue' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, Influences) == 0x000560, "Member 'UControlRig::Influences' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, InteractionRig) == 0x0005C0, "Member 'UControlRig::InteractionRig' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, InteractionRigClass) == 0x0005C8, "Member 'UControlRig::InteractionRigClass' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, AssetUserData) == 0x0005D0, "Member 'UControlRig::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_AddMappedCompleteSkeletalMesh \ +static_assert(alignof(ControlRigComponent_AddMappedCompleteSkeletalMesh) == 0x000008, "Wrong alignment on ControlRigComponent_AddMappedCompleteSkeletalMesh"); \ +static_assert(sizeof(ControlRigComponent_AddMappedCompleteSkeletalMesh) == 0x000008, "Wrong size on ControlRigComponent_AddMappedCompleteSkeletalMesh"); \ +static_assert(offsetof(ControlRigComponent_AddMappedCompleteSkeletalMesh, SkeletalMeshComponent) == 0x000000, "Member 'ControlRigComponent_AddMappedCompleteSkeletalMesh::SkeletalMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_AddMappedComponents \ +static_assert(alignof(ControlRigComponent_AddMappedComponents) == 0x000008, "Wrong alignment on ControlRigComponent_AddMappedComponents"); \ +static_assert(sizeof(ControlRigComponent_AddMappedComponents) == 0x000010, "Wrong size on ControlRigComponent_AddMappedComponents"); \ +static_assert(offsetof(ControlRigComponent_AddMappedComponents, Components) == 0x000000, "Member 'ControlRigComponent_AddMappedComponents::Components' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_AddMappedElements \ +static_assert(alignof(ControlRigComponent_AddMappedElements) == 0x000008, "Wrong alignment on ControlRigComponent_AddMappedElements"); \ +static_assert(sizeof(ControlRigComponent_AddMappedElements) == 0x000010, "Wrong size on ControlRigComponent_AddMappedElements"); \ +static_assert(offsetof(ControlRigComponent_AddMappedElements, NewMappedElements) == 0x000000, "Member 'ControlRigComponent_AddMappedElements::NewMappedElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_AddMappedSkeletalMesh \ +static_assert(alignof(ControlRigComponent_AddMappedSkeletalMesh) == 0x000008, "Wrong alignment on ControlRigComponent_AddMappedSkeletalMesh"); \ +static_assert(sizeof(ControlRigComponent_AddMappedSkeletalMesh) == 0x000028, "Wrong size on ControlRigComponent_AddMappedSkeletalMesh"); \ +static_assert(offsetof(ControlRigComponent_AddMappedSkeletalMesh, SkeletalMeshComponent) == 0x000000, "Member 'ControlRigComponent_AddMappedSkeletalMesh::SkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_AddMappedSkeletalMesh, Bones) == 0x000008, "Member 'ControlRigComponent_AddMappedSkeletalMesh::Bones' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_AddMappedSkeletalMesh, Curves) == 0x000018, "Member 'ControlRigComponent_AddMappedSkeletalMesh::Curves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_DoesElementExist \ +static_assert(alignof(ControlRigComponent_DoesElementExist) == 0x000004, "Wrong alignment on ControlRigComponent_DoesElementExist"); \ +static_assert(sizeof(ControlRigComponent_DoesElementExist) == 0x000010, "Wrong size on ControlRigComponent_DoesElementExist"); \ +static_assert(offsetof(ControlRigComponent_DoesElementExist, Name_0) == 0x000000, "Member 'ControlRigComponent_DoesElementExist::Name_0' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_DoesElementExist, ElementType) == 0x00000C, "Member 'ControlRigComponent_DoesElementExist::ElementType' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_DoesElementExist, ReturnValue) == 0x00000D, "Member 'ControlRigComponent_DoesElementExist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetBoneTransform \ +static_assert(alignof(ControlRigComponent_GetBoneTransform) == 0x000010, "Wrong alignment on ControlRigComponent_GetBoneTransform"); \ +static_assert(sizeof(ControlRigComponent_GetBoneTransform) == 0x000040, "Wrong size on ControlRigComponent_GetBoneTransform"); \ +static_assert(offsetof(ControlRigComponent_GetBoneTransform, BoneName) == 0x000000, "Member 'ControlRigComponent_GetBoneTransform::BoneName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetBoneTransform, Space) == 0x00000C, "Member 'ControlRigComponent_GetBoneTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetBoneTransform, ReturnValue) == 0x000010, "Member 'ControlRigComponent_GetBoneTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetControlBool \ +static_assert(alignof(ControlRigComponent_GetControlBool) == 0x000004, "Wrong alignment on ControlRigComponent_GetControlBool"); \ +static_assert(sizeof(ControlRigComponent_GetControlBool) == 0x000010, "Wrong size on ControlRigComponent_GetControlBool"); \ +static_assert(offsetof(ControlRigComponent_GetControlBool, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlBool::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlBool, ReturnValue) == 0x00000C, "Member 'ControlRigComponent_GetControlBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetControlFloat \ +static_assert(alignof(ControlRigComponent_GetControlFloat) == 0x000004, "Wrong alignment on ControlRigComponent_GetControlFloat"); \ +static_assert(sizeof(ControlRigComponent_GetControlFloat) == 0x000010, "Wrong size on ControlRigComponent_GetControlFloat"); \ +static_assert(offsetof(ControlRigComponent_GetControlFloat, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlFloat::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlFloat, ReturnValue) == 0x00000C, "Member 'ControlRigComponent_GetControlFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetControlInt \ +static_assert(alignof(ControlRigComponent_GetControlInt) == 0x000004, "Wrong alignment on ControlRigComponent_GetControlInt"); \ +static_assert(sizeof(ControlRigComponent_GetControlInt) == 0x000010, "Wrong size on ControlRigComponent_GetControlInt"); \ +static_assert(offsetof(ControlRigComponent_GetControlInt, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlInt::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlInt, ReturnValue) == 0x00000C, "Member 'ControlRigComponent_GetControlInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetControlOffset \ +static_assert(alignof(ControlRigComponent_GetControlOffset) == 0x000010, "Wrong alignment on ControlRigComponent_GetControlOffset"); \ +static_assert(sizeof(ControlRigComponent_GetControlOffset) == 0x000040, "Wrong size on ControlRigComponent_GetControlOffset"); \ +static_assert(offsetof(ControlRigComponent_GetControlOffset, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlOffset::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlOffset, Space) == 0x00000C, "Member 'ControlRigComponent_GetControlOffset::Space' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlOffset, ReturnValue) == 0x000010, "Member 'ControlRigComponent_GetControlOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetControlPosition \ +static_assert(alignof(ControlRigComponent_GetControlPosition) == 0x000004, "Wrong alignment on ControlRigComponent_GetControlPosition"); \ +static_assert(sizeof(ControlRigComponent_GetControlPosition) == 0x00001C, "Wrong size on ControlRigComponent_GetControlPosition"); \ +static_assert(offsetof(ControlRigComponent_GetControlPosition, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlPosition::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlPosition, Space) == 0x00000C, "Member 'ControlRigComponent_GetControlPosition::Space' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlPosition, ReturnValue) == 0x000010, "Member 'ControlRigComponent_GetControlPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetControlRig \ +static_assert(alignof(ControlRigComponent_GetControlRig) == 0x000008, "Wrong alignment on ControlRigComponent_GetControlRig"); \ +static_assert(sizeof(ControlRigComponent_GetControlRig) == 0x000008, "Wrong size on ControlRigComponent_GetControlRig"); \ +static_assert(offsetof(ControlRigComponent_GetControlRig, ReturnValue) == 0x000000, "Member 'ControlRigComponent_GetControlRig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetControlRotator \ +static_assert(alignof(ControlRigComponent_GetControlRotator) == 0x000004, "Wrong alignment on ControlRigComponent_GetControlRotator"); \ +static_assert(sizeof(ControlRigComponent_GetControlRotator) == 0x00001C, "Wrong size on ControlRigComponent_GetControlRotator"); \ +static_assert(offsetof(ControlRigComponent_GetControlRotator, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlRotator::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlRotator, Space) == 0x00000C, "Member 'ControlRigComponent_GetControlRotator::Space' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlRotator, ReturnValue) == 0x000010, "Member 'ControlRigComponent_GetControlRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetControlScale \ +static_assert(alignof(ControlRigComponent_GetControlScale) == 0x000004, "Wrong alignment on ControlRigComponent_GetControlScale"); \ +static_assert(sizeof(ControlRigComponent_GetControlScale) == 0x00001C, "Wrong size on ControlRigComponent_GetControlScale"); \ +static_assert(offsetof(ControlRigComponent_GetControlScale, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlScale::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlScale, Space) == 0x00000C, "Member 'ControlRigComponent_GetControlScale::Space' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlScale, ReturnValue) == 0x000010, "Member 'ControlRigComponent_GetControlScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetControlTransform \ +static_assert(alignof(ControlRigComponent_GetControlTransform) == 0x000010, "Wrong alignment on ControlRigComponent_GetControlTransform"); \ +static_assert(sizeof(ControlRigComponent_GetControlTransform) == 0x000040, "Wrong size on ControlRigComponent_GetControlTransform"); \ +static_assert(offsetof(ControlRigComponent_GetControlTransform, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlTransform::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlTransform, Space) == 0x00000C, "Member 'ControlRigComponent_GetControlTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlTransform, ReturnValue) == 0x000010, "Member 'ControlRigComponent_GetControlTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetControlVector2D \ +static_assert(alignof(ControlRigComponent_GetControlVector2D) == 0x000004, "Wrong alignment on ControlRigComponent_GetControlVector2D"); \ +static_assert(sizeof(ControlRigComponent_GetControlVector2D) == 0x000014, "Wrong size on ControlRigComponent_GetControlVector2D"); \ +static_assert(offsetof(ControlRigComponent_GetControlVector2D, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlVector2D::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlVector2D, ReturnValue) == 0x00000C, "Member 'ControlRigComponent_GetControlVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetElementNames \ +static_assert(alignof(ControlRigComponent_GetElementNames) == 0x000008, "Wrong alignment on ControlRigComponent_GetElementNames"); \ +static_assert(sizeof(ControlRigComponent_GetElementNames) == 0x000018, "Wrong size on ControlRigComponent_GetElementNames"); \ +static_assert(offsetof(ControlRigComponent_GetElementNames, ElementType) == 0x000000, "Member 'ControlRigComponent_GetElementNames::ElementType' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetElementNames, ReturnValue) == 0x000008, "Member 'ControlRigComponent_GetElementNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetInitialBoneTransform \ +static_assert(alignof(ControlRigComponent_GetInitialBoneTransform) == 0x000010, "Wrong alignment on ControlRigComponent_GetInitialBoneTransform"); \ +static_assert(sizeof(ControlRigComponent_GetInitialBoneTransform) == 0x000040, "Wrong size on ControlRigComponent_GetInitialBoneTransform"); \ +static_assert(offsetof(ControlRigComponent_GetInitialBoneTransform, BoneName) == 0x000000, "Member 'ControlRigComponent_GetInitialBoneTransform::BoneName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetInitialBoneTransform, Space) == 0x00000C, "Member 'ControlRigComponent_GetInitialBoneTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetInitialBoneTransform, ReturnValue) == 0x000010, "Member 'ControlRigComponent_GetInitialBoneTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetInitialSpaceTransform \ +static_assert(alignof(ControlRigComponent_GetInitialSpaceTransform) == 0x000010, "Wrong alignment on ControlRigComponent_GetInitialSpaceTransform"); \ +static_assert(sizeof(ControlRigComponent_GetInitialSpaceTransform) == 0x000040, "Wrong size on ControlRigComponent_GetInitialSpaceTransform"); \ +static_assert(offsetof(ControlRigComponent_GetInitialSpaceTransform, SpaceName) == 0x000000, "Member 'ControlRigComponent_GetInitialSpaceTransform::SpaceName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetInitialSpaceTransform, Space) == 0x00000C, "Member 'ControlRigComponent_GetInitialSpaceTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetInitialSpaceTransform, ReturnValue) == 0x000010, "Member 'ControlRigComponent_GetInitialSpaceTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetSpaceTransform \ +static_assert(alignof(ControlRigComponent_GetSpaceTransform) == 0x000010, "Wrong alignment on ControlRigComponent_GetSpaceTransform"); \ +static_assert(sizeof(ControlRigComponent_GetSpaceTransform) == 0x000040, "Wrong size on ControlRigComponent_GetSpaceTransform"); \ +static_assert(offsetof(ControlRigComponent_GetSpaceTransform, SpaceName) == 0x000000, "Member 'ControlRigComponent_GetSpaceTransform::SpaceName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetSpaceTransform, Space) == 0x00000C, "Member 'ControlRigComponent_GetSpaceTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetSpaceTransform, ReturnValue) == 0x000010, "Member 'ControlRigComponent_GetSpaceTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_OnPostInitialize \ +static_assert(alignof(ControlRigComponent_OnPostInitialize) == 0x000008, "Wrong alignment on ControlRigComponent_OnPostInitialize"); \ +static_assert(sizeof(ControlRigComponent_OnPostInitialize) == 0x000008, "Wrong size on ControlRigComponent_OnPostInitialize"); \ +static_assert(offsetof(ControlRigComponent_OnPostInitialize, Component) == 0x000000, "Member 'ControlRigComponent_OnPostInitialize::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_OnPostSetup \ +static_assert(alignof(ControlRigComponent_OnPostSetup) == 0x000008, "Wrong alignment on ControlRigComponent_OnPostSetup"); \ +static_assert(sizeof(ControlRigComponent_OnPostSetup) == 0x000008, "Wrong size on ControlRigComponent_OnPostSetup"); \ +static_assert(offsetof(ControlRigComponent_OnPostSetup, Component) == 0x000000, "Member 'ControlRigComponent_OnPostSetup::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_OnPostUpdate \ +static_assert(alignof(ControlRigComponent_OnPostUpdate) == 0x000008, "Wrong alignment on ControlRigComponent_OnPostUpdate"); \ +static_assert(sizeof(ControlRigComponent_OnPostUpdate) == 0x000008, "Wrong size on ControlRigComponent_OnPostUpdate"); \ +static_assert(offsetof(ControlRigComponent_OnPostUpdate, Component) == 0x000000, "Member 'ControlRigComponent_OnPostUpdate::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_OnPreSetup \ +static_assert(alignof(ControlRigComponent_OnPreSetup) == 0x000008, "Wrong alignment on ControlRigComponent_OnPreSetup"); \ +static_assert(sizeof(ControlRigComponent_OnPreSetup) == 0x000008, "Wrong size on ControlRigComponent_OnPreSetup"); \ +static_assert(offsetof(ControlRigComponent_OnPreSetup, Component) == 0x000000, "Member 'ControlRigComponent_OnPreSetup::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_OnPreUpdate \ +static_assert(alignof(ControlRigComponent_OnPreUpdate) == 0x000008, "Wrong alignment on ControlRigComponent_OnPreUpdate"); \ +static_assert(sizeof(ControlRigComponent_OnPreUpdate) == 0x000008, "Wrong size on ControlRigComponent_OnPreUpdate"); \ +static_assert(offsetof(ControlRigComponent_OnPreUpdate, Component) == 0x000000, "Member 'ControlRigComponent_OnPreUpdate::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetBoneInitialTransformsFromSkeletalMesh \ +static_assert(alignof(ControlRigComponent_SetBoneInitialTransformsFromSkeletalMesh) == 0x000008, "Wrong alignment on ControlRigComponent_SetBoneInitialTransformsFromSkeletalMesh"); \ +static_assert(sizeof(ControlRigComponent_SetBoneInitialTransformsFromSkeletalMesh) == 0x000008, "Wrong size on ControlRigComponent_SetBoneInitialTransformsFromSkeletalMesh"); \ +static_assert(offsetof(ControlRigComponent_SetBoneInitialTransformsFromSkeletalMesh, InSkeletalMesh) == 0x000000, "Member 'ControlRigComponent_SetBoneInitialTransformsFromSkeletalMesh::InSkeletalMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetBoneTransform \ +static_assert(alignof(ControlRigComponent_SetBoneTransform) == 0x000010, "Wrong alignment on ControlRigComponent_SetBoneTransform"); \ +static_assert(sizeof(ControlRigComponent_SetBoneTransform) == 0x000050, "Wrong size on ControlRigComponent_SetBoneTransform"); \ +static_assert(offsetof(ControlRigComponent_SetBoneTransform, BoneName) == 0x000000, "Member 'ControlRigComponent_SetBoneTransform::BoneName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetBoneTransform, Transform) == 0x000010, "Member 'ControlRigComponent_SetBoneTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetBoneTransform, Space) == 0x000040, "Member 'ControlRigComponent_SetBoneTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetBoneTransform, Weight) == 0x000044, "Member 'ControlRigComponent_SetBoneTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetBoneTransform, bPropagateToChildren) == 0x000048, "Member 'ControlRigComponent_SetBoneTransform::bPropagateToChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetControlBool \ +static_assert(alignof(ControlRigComponent_SetControlBool) == 0x000004, "Wrong alignment on ControlRigComponent_SetControlBool"); \ +static_assert(sizeof(ControlRigComponent_SetControlBool) == 0x000010, "Wrong size on ControlRigComponent_SetControlBool"); \ +static_assert(offsetof(ControlRigComponent_SetControlBool, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlBool::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlBool, Value) == 0x00000C, "Member 'ControlRigComponent_SetControlBool::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetControlFloat \ +static_assert(alignof(ControlRigComponent_SetControlFloat) == 0x000004, "Wrong alignment on ControlRigComponent_SetControlFloat"); \ +static_assert(sizeof(ControlRigComponent_SetControlFloat) == 0x000010, "Wrong size on ControlRigComponent_SetControlFloat"); \ +static_assert(offsetof(ControlRigComponent_SetControlFloat, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlFloat::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlFloat, Value) == 0x00000C, "Member 'ControlRigComponent_SetControlFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetControlInt \ +static_assert(alignof(ControlRigComponent_SetControlInt) == 0x000004, "Wrong alignment on ControlRigComponent_SetControlInt"); \ +static_assert(sizeof(ControlRigComponent_SetControlInt) == 0x000010, "Wrong size on ControlRigComponent_SetControlInt"); \ +static_assert(offsetof(ControlRigComponent_SetControlInt, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlInt::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlInt, Value) == 0x00000C, "Member 'ControlRigComponent_SetControlInt::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetControlOffset \ +static_assert(alignof(ControlRigComponent_SetControlOffset) == 0x000010, "Wrong alignment on ControlRigComponent_SetControlOffset"); \ +static_assert(sizeof(ControlRigComponent_SetControlOffset) == 0x000050, "Wrong size on ControlRigComponent_SetControlOffset"); \ +static_assert(offsetof(ControlRigComponent_SetControlOffset, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlOffset::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlOffset, OffsetTransform) == 0x000010, "Member 'ControlRigComponent_SetControlOffset::OffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlOffset, Space) == 0x000040, "Member 'ControlRigComponent_SetControlOffset::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetControlPosition \ +static_assert(alignof(ControlRigComponent_SetControlPosition) == 0x000004, "Wrong alignment on ControlRigComponent_SetControlPosition"); \ +static_assert(sizeof(ControlRigComponent_SetControlPosition) == 0x00001C, "Wrong size on ControlRigComponent_SetControlPosition"); \ +static_assert(offsetof(ControlRigComponent_SetControlPosition, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlPosition::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlPosition, Value) == 0x00000C, "Member 'ControlRigComponent_SetControlPosition::Value' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlPosition, Space) == 0x000018, "Member 'ControlRigComponent_SetControlPosition::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetControlRotator \ +static_assert(alignof(ControlRigComponent_SetControlRotator) == 0x000004, "Wrong alignment on ControlRigComponent_SetControlRotator"); \ +static_assert(sizeof(ControlRigComponent_SetControlRotator) == 0x00001C, "Wrong size on ControlRigComponent_SetControlRotator"); \ +static_assert(offsetof(ControlRigComponent_SetControlRotator, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlRotator::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlRotator, Value) == 0x00000C, "Member 'ControlRigComponent_SetControlRotator::Value' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlRotator, Space) == 0x000018, "Member 'ControlRigComponent_SetControlRotator::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetControlScale \ +static_assert(alignof(ControlRigComponent_SetControlScale) == 0x000004, "Wrong alignment on ControlRigComponent_SetControlScale"); \ +static_assert(sizeof(ControlRigComponent_SetControlScale) == 0x00001C, "Wrong size on ControlRigComponent_SetControlScale"); \ +static_assert(offsetof(ControlRigComponent_SetControlScale, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlScale::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlScale, Value) == 0x00000C, "Member 'ControlRigComponent_SetControlScale::Value' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlScale, Space) == 0x000018, "Member 'ControlRigComponent_SetControlScale::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetControlTransform \ +static_assert(alignof(ControlRigComponent_SetControlTransform) == 0x000010, "Wrong alignment on ControlRigComponent_SetControlTransform"); \ +static_assert(sizeof(ControlRigComponent_SetControlTransform) == 0x000050, "Wrong size on ControlRigComponent_SetControlTransform"); \ +static_assert(offsetof(ControlRigComponent_SetControlTransform, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlTransform::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlTransform, Value) == 0x000010, "Member 'ControlRigComponent_SetControlTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlTransform, Space) == 0x000040, "Member 'ControlRigComponent_SetControlTransform::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetControlVector2D \ +static_assert(alignof(ControlRigComponent_SetControlVector2D) == 0x000004, "Wrong alignment on ControlRigComponent_SetControlVector2D"); \ +static_assert(sizeof(ControlRigComponent_SetControlVector2D) == 0x000014, "Wrong size on ControlRigComponent_SetControlVector2D"); \ +static_assert(offsetof(ControlRigComponent_SetControlVector2D, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlVector2D::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlVector2D, Value) == 0x00000C, "Member 'ControlRigComponent_SetControlVector2D::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetInitialBoneTransform \ +static_assert(alignof(ControlRigComponent_SetInitialBoneTransform) == 0x000010, "Wrong alignment on ControlRigComponent_SetInitialBoneTransform"); \ +static_assert(sizeof(ControlRigComponent_SetInitialBoneTransform) == 0x000050, "Wrong size on ControlRigComponent_SetInitialBoneTransform"); \ +static_assert(offsetof(ControlRigComponent_SetInitialBoneTransform, BoneName) == 0x000000, "Member 'ControlRigComponent_SetInitialBoneTransform::BoneName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetInitialBoneTransform, InitialTransform) == 0x000010, "Member 'ControlRigComponent_SetInitialBoneTransform::InitialTransform' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetInitialBoneTransform, Space) == 0x000040, "Member 'ControlRigComponent_SetInitialBoneTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetInitialBoneTransform, bPropagateToChildren) == 0x000041, "Member 'ControlRigComponent_SetInitialBoneTransform::bPropagateToChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetInitialSpaceTransform \ +static_assert(alignof(ControlRigComponent_SetInitialSpaceTransform) == 0x000010, "Wrong alignment on ControlRigComponent_SetInitialSpaceTransform"); \ +static_assert(sizeof(ControlRigComponent_SetInitialSpaceTransform) == 0x000050, "Wrong size on ControlRigComponent_SetInitialSpaceTransform"); \ +static_assert(offsetof(ControlRigComponent_SetInitialSpaceTransform, SpaceName) == 0x000000, "Member 'ControlRigComponent_SetInitialSpaceTransform::SpaceName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetInitialSpaceTransform, InitialTransform) == 0x000010, "Member 'ControlRigComponent_SetInitialSpaceTransform::InitialTransform' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetInitialSpaceTransform, Space) == 0x000040, "Member 'ControlRigComponent_SetInitialSpaceTransform::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetMappedElements \ +static_assert(alignof(ControlRigComponent_SetMappedElements) == 0x000008, "Wrong alignment on ControlRigComponent_SetMappedElements"); \ +static_assert(sizeof(ControlRigComponent_SetMappedElements) == 0x000010, "Wrong size on ControlRigComponent_SetMappedElements"); \ +static_assert(offsetof(ControlRigComponent_SetMappedElements, NewMappedElements) == 0x000000, "Member 'ControlRigComponent_SetMappedElements::NewMappedElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_Update \ +static_assert(alignof(ControlRigComponent_Update) == 0x000004, "Wrong alignment on ControlRigComponent_Update"); \ +static_assert(sizeof(ControlRigComponent_Update) == 0x000004, "Wrong size on ControlRigComponent_Update"); \ +static_assert(offsetof(ControlRigComponent_Update, DeltaTime) == 0x000000, "Member 'ControlRigComponent_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetAbsoluteTime \ +static_assert(alignof(ControlRigComponent_GetAbsoluteTime) == 0x000004, "Wrong alignment on ControlRigComponent_GetAbsoluteTime"); \ +static_assert(sizeof(ControlRigComponent_GetAbsoluteTime) == 0x000004, "Wrong size on ControlRigComponent_GetAbsoluteTime"); \ +static_assert(offsetof(ControlRigComponent_GetAbsoluteTime, ReturnValue) == 0x000000, "Member 'ControlRigComponent_GetAbsoluteTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigComponent \ +static_assert(alignof(UControlRigComponent) == 0x000010, "Wrong alignment on UControlRigComponent"); \ +static_assert(sizeof(UControlRigComponent) == 0x0005E0, "Wrong size on UControlRigComponent"); \ +static_assert(offsetof(UControlRigComponent, ControlRigClass) == 0x000500, "Member 'UControlRigComponent::ControlRigClass' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPostInitializeDelegate) == 0x000508, "Member 'UControlRigComponent::OnPostInitializeDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPreSetupDelegate) == 0x000518, "Member 'UControlRigComponent::OnPreSetupDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPostSetupDelegate) == 0x000528, "Member 'UControlRigComponent::OnPostSetupDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPreUpdateDelegate) == 0x000538, "Member 'UControlRigComponent::OnPreUpdateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPostUpdateDelegate) == 0x000548, "Member 'UControlRigComponent::OnPostUpdateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, MappedElements) == 0x000558, "Member 'UControlRigComponent::MappedElements' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bResetTransformBeforeTick) == 0x000568, "Member 'UControlRigComponent::bResetTransformBeforeTick' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bResetInitialsBeforeSetup) == 0x000569, "Member 'UControlRigComponent::bResetInitialsBeforeSetup' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bUpdateRigOnTick) == 0x00056A, "Member 'UControlRigComponent::bUpdateRigOnTick' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bUpdateInEditor) == 0x00056B, "Member 'UControlRigComponent::bUpdateInEditor' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bDrawBones) == 0x00056C, "Member 'UControlRigComponent::bDrawBones' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bShowDebugDrawing) == 0x00056D, "Member 'UControlRigComponent::bShowDebugDrawing' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, ControlRig) == 0x000570, "Member 'UControlRigComponent::ControlRig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAdditiveControlRig \ +static_assert(alignof(UAdditiveControlRig) == 0x000008, "Wrong alignment on UAdditiveControlRig"); \ +static_assert(sizeof(UAdditiveControlRig) == 0x000670, "Wrong size on UAdditiveControlRig"); \ + +#define DUMPER7_ASSERTS_AControlRigControlActor \ +static_assert(alignof(AControlRigControlActor) == 0x000008, "Wrong alignment on AControlRigControlActor"); \ +static_assert(sizeof(AControlRigControlActor) == 0x000348, "Wrong size on AControlRigControlActor"); \ +static_assert(offsetof(AControlRigControlActor, ActorToTrack) == 0x0002A8, "Member 'AControlRigControlActor::ActorToTrack' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ControlRigClass) == 0x0002B0, "Member 'AControlRigControlActor::ControlRigClass' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, bRefreshOnTick) == 0x0002B8, "Member 'AControlRigControlActor::bRefreshOnTick' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, bIsSelectable) == 0x0002B9, "Member 'AControlRigControlActor::bIsSelectable' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, MaterialOverride) == 0x0002C0, "Member 'AControlRigControlActor::MaterialOverride' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ColorParameter) == 0x0002C8, "Member 'AControlRigControlActor::ColorParameter' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, bCastShadows) == 0x0002D8, "Member 'AControlRigControlActor::bCastShadows' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ActorRootComponent) == 0x0002E0, "Member 'AControlRigControlActor::ActorRootComponent' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ControlRig) == 0x0002E8, "Member 'AControlRigControlActor::ControlRig' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ControlNames) == 0x0002F0, "Member 'AControlRigControlActor::ControlNames' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, GizmoTransforms) == 0x000300, "Member 'AControlRigControlActor::GizmoTransforms' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, Components) == 0x000310, "Member 'AControlRigControlActor::Components' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, Materials) == 0x000320, "Member 'AControlRigControlActor::Materials' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ColorParameterName) == 0x000330, "Member 'AControlRigControlActor::ColorParameterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigAnimInstance \ +static_assert(alignof(UControlRigAnimInstance) == 0x000010, "Wrong alignment on UControlRigAnimInstance"); \ +static_assert(sizeof(UControlRigAnimInstance) == 0x0002C0, "Wrong size on UControlRigAnimInstance"); \ + +#define DUMPER7_ASSERTS_ControlRigGizmoActor_OnEnabledChanged \ +static_assert(alignof(ControlRigGizmoActor_OnEnabledChanged) == 0x000001, "Wrong alignment on ControlRigGizmoActor_OnEnabledChanged"); \ +static_assert(sizeof(ControlRigGizmoActor_OnEnabledChanged) == 0x000001, "Wrong size on ControlRigGizmoActor_OnEnabledChanged"); \ +static_assert(offsetof(ControlRigGizmoActor_OnEnabledChanged, bIsEnabled) == 0x000000, "Member 'ControlRigGizmoActor_OnEnabledChanged::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigGizmoActor_OnHoveredChanged \ +static_assert(alignof(ControlRigGizmoActor_OnHoveredChanged) == 0x000001, "Wrong alignment on ControlRigGizmoActor_OnHoveredChanged"); \ +static_assert(sizeof(ControlRigGizmoActor_OnHoveredChanged) == 0x000001, "Wrong size on ControlRigGizmoActor_OnHoveredChanged"); \ +static_assert(offsetof(ControlRigGizmoActor_OnHoveredChanged, bIsSelected) == 0x000000, "Member 'ControlRigGizmoActor_OnHoveredChanged::bIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigGizmoActor_OnManipulatingChanged \ +static_assert(alignof(ControlRigGizmoActor_OnManipulatingChanged) == 0x000001, "Wrong alignment on ControlRigGizmoActor_OnManipulatingChanged"); \ +static_assert(sizeof(ControlRigGizmoActor_OnManipulatingChanged) == 0x000001, "Wrong size on ControlRigGizmoActor_OnManipulatingChanged"); \ +static_assert(offsetof(ControlRigGizmoActor_OnManipulatingChanged, bIsManipulating) == 0x000000, "Member 'ControlRigGizmoActor_OnManipulatingChanged::bIsManipulating' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigGizmoActor_OnSelectionChanged \ +static_assert(alignof(ControlRigGizmoActor_OnSelectionChanged) == 0x000001, "Wrong alignment on ControlRigGizmoActor_OnSelectionChanged"); \ +static_assert(sizeof(ControlRigGizmoActor_OnSelectionChanged) == 0x000001, "Wrong size on ControlRigGizmoActor_OnSelectionChanged"); \ +static_assert(offsetof(ControlRigGizmoActor_OnSelectionChanged, bIsSelected) == 0x000000, "Member 'ControlRigGizmoActor_OnSelectionChanged::bIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigGizmoActor_OnTransformChanged \ +static_assert(alignof(ControlRigGizmoActor_OnTransformChanged) == 0x000010, "Wrong alignment on ControlRigGizmoActor_OnTransformChanged"); \ +static_assert(sizeof(ControlRigGizmoActor_OnTransformChanged) == 0x000030, "Wrong size on ControlRigGizmoActor_OnTransformChanged"); \ +static_assert(offsetof(ControlRigGizmoActor_OnTransformChanged, NewTransform) == 0x000000, "Member 'ControlRigGizmoActor_OnTransformChanged::NewTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigGizmoActor_SetEnabled \ +static_assert(alignof(ControlRigGizmoActor_SetEnabled) == 0x000001, "Wrong alignment on ControlRigGizmoActor_SetEnabled"); \ +static_assert(sizeof(ControlRigGizmoActor_SetEnabled) == 0x000001, "Wrong size on ControlRigGizmoActor_SetEnabled"); \ +static_assert(offsetof(ControlRigGizmoActor_SetEnabled, bInEnabled) == 0x000000, "Member 'ControlRigGizmoActor_SetEnabled::bInEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigGizmoActor_SetGlobalTransform \ +static_assert(alignof(ControlRigGizmoActor_SetGlobalTransform) == 0x000010, "Wrong alignment on ControlRigGizmoActor_SetGlobalTransform"); \ +static_assert(sizeof(ControlRigGizmoActor_SetGlobalTransform) == 0x000030, "Wrong size on ControlRigGizmoActor_SetGlobalTransform"); \ +static_assert(offsetof(ControlRigGizmoActor_SetGlobalTransform, InTransform) == 0x000000, "Member 'ControlRigGizmoActor_SetGlobalTransform::InTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigGizmoActor_SetHovered \ +static_assert(alignof(ControlRigGizmoActor_SetHovered) == 0x000001, "Wrong alignment on ControlRigGizmoActor_SetHovered"); \ +static_assert(sizeof(ControlRigGizmoActor_SetHovered) == 0x000001, "Wrong size on ControlRigGizmoActor_SetHovered"); \ +static_assert(offsetof(ControlRigGizmoActor_SetHovered, bInHovered) == 0x000000, "Member 'ControlRigGizmoActor_SetHovered::bInHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigGizmoActor_SetSelectable \ +static_assert(alignof(ControlRigGizmoActor_SetSelectable) == 0x000001, "Wrong alignment on ControlRigGizmoActor_SetSelectable"); \ +static_assert(sizeof(ControlRigGizmoActor_SetSelectable) == 0x000001, "Wrong size on ControlRigGizmoActor_SetSelectable"); \ +static_assert(offsetof(ControlRigGizmoActor_SetSelectable, bInSelectable) == 0x000000, "Member 'ControlRigGizmoActor_SetSelectable::bInSelectable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigGizmoActor_SetSelected \ +static_assert(alignof(ControlRigGizmoActor_SetSelected) == 0x000001, "Wrong alignment on ControlRigGizmoActor_SetSelected"); \ +static_assert(sizeof(ControlRigGizmoActor_SetSelected) == 0x000001, "Wrong size on ControlRigGizmoActor_SetSelected"); \ +static_assert(offsetof(ControlRigGizmoActor_SetSelected, bInSelected) == 0x000000, "Member 'ControlRigGizmoActor_SetSelected::bInSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigGizmoActor_GetGlobalTransform \ +static_assert(alignof(ControlRigGizmoActor_GetGlobalTransform) == 0x000010, "Wrong alignment on ControlRigGizmoActor_GetGlobalTransform"); \ +static_assert(sizeof(ControlRigGizmoActor_GetGlobalTransform) == 0x000030, "Wrong size on ControlRigGizmoActor_GetGlobalTransform"); \ +static_assert(offsetof(ControlRigGizmoActor_GetGlobalTransform, ReturnValue) == 0x000000, "Member 'ControlRigGizmoActor_GetGlobalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigGizmoActor_IsEnabled \ +static_assert(alignof(ControlRigGizmoActor_IsEnabled) == 0x000001, "Wrong alignment on ControlRigGizmoActor_IsEnabled"); \ +static_assert(sizeof(ControlRigGizmoActor_IsEnabled) == 0x000001, "Wrong size on ControlRigGizmoActor_IsEnabled"); \ +static_assert(offsetof(ControlRigGizmoActor_IsEnabled, ReturnValue) == 0x000000, "Member 'ControlRigGizmoActor_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigGizmoActor_IsHovered \ +static_assert(alignof(ControlRigGizmoActor_IsHovered) == 0x000001, "Wrong alignment on ControlRigGizmoActor_IsHovered"); \ +static_assert(sizeof(ControlRigGizmoActor_IsHovered) == 0x000001, "Wrong size on ControlRigGizmoActor_IsHovered"); \ +static_assert(offsetof(ControlRigGizmoActor_IsHovered, ReturnValue) == 0x000000, "Member 'ControlRigGizmoActor_IsHovered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigGizmoActor_IsSelectedInEditor \ +static_assert(alignof(ControlRigGizmoActor_IsSelectedInEditor) == 0x000001, "Wrong alignment on ControlRigGizmoActor_IsSelectedInEditor"); \ +static_assert(sizeof(ControlRigGizmoActor_IsSelectedInEditor) == 0x000001, "Wrong size on ControlRigGizmoActor_IsSelectedInEditor"); \ +static_assert(offsetof(ControlRigGizmoActor_IsSelectedInEditor, ReturnValue) == 0x000000, "Member 'ControlRigGizmoActor_IsSelectedInEditor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AControlRigGizmoActor \ +static_assert(alignof(AControlRigGizmoActor) == 0x000008, "Wrong alignment on AControlRigGizmoActor"); \ +static_assert(sizeof(AControlRigGizmoActor) == 0x0002D8, "Wrong size on AControlRigGizmoActor"); \ +static_assert(offsetof(AControlRigGizmoActor, ActorRootComponent) == 0x0002A8, "Member 'AControlRigGizmoActor::ActorRootComponent' has a wrong offset!"); \ +static_assert(offsetof(AControlRigGizmoActor, StaticMeshComponent) == 0x0002B0, "Member 'AControlRigGizmoActor::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(AControlRigGizmoActor, ControlRigIndex) == 0x0002B8, "Member 'AControlRigGizmoActor::ControlRigIndex' has a wrong offset!"); \ +static_assert(offsetof(AControlRigGizmoActor, ControlName) == 0x0002BC, "Member 'AControlRigGizmoActor::ControlName' has a wrong offset!"); \ +static_assert(offsetof(AControlRigGizmoActor, ColorParameterName) == 0x0002C8, "Member 'AControlRigGizmoActor::ColorParameterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigGizmoLibrary \ +static_assert(alignof(UControlRigGizmoLibrary) == 0x000010, "Wrong alignment on UControlRigGizmoLibrary"); \ +static_assert(sizeof(UControlRigGizmoLibrary) == 0x000100, "Wrong size on UControlRigGizmoLibrary"); \ +static_assert(offsetof(UControlRigGizmoLibrary, DefaultGizmo) == 0x000030, "Member 'UControlRigGizmoLibrary::DefaultGizmo' has a wrong offset!"); \ +static_assert(offsetof(UControlRigGizmoLibrary, DefaultMaterial) == 0x0000A0, "Member 'UControlRigGizmoLibrary::DefaultMaterial' has a wrong offset!"); \ +static_assert(offsetof(UControlRigGizmoLibrary, MaterialColorParameter) == 0x0000D0, "Member 'UControlRigGizmoLibrary::MaterialColorParameter' has a wrong offset!"); \ +static_assert(offsetof(UControlRigGizmoLibrary, Gizmos) == 0x0000E0, "Member 'UControlRigGizmoLibrary::Gizmos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigLayerInstance \ +static_assert(alignof(UControlRigLayerInstance) == 0x000010, "Wrong alignment on UControlRigLayerInstance"); \ +static_assert(sizeof(UControlRigLayerInstance) == 0x0002C0, "Wrong size on UControlRigLayerInstance"); \ + +#define DUMPER7_ASSERTS_UControlRigValidationPass \ +static_assert(alignof(UControlRigValidationPass) == 0x000008, "Wrong alignment on UControlRigValidationPass"); \ +static_assert(sizeof(UControlRigValidationPass) == 0x000030, "Wrong size on UControlRigValidationPass"); \ + +#define DUMPER7_ASSERTS_UControlRigNumericalValidationPass \ +static_assert(alignof(UControlRigNumericalValidationPass) == 0x000008, "Wrong alignment on UControlRigNumericalValidationPass"); \ +static_assert(sizeof(UControlRigNumericalValidationPass) == 0x000070, "Wrong size on UControlRigNumericalValidationPass"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, bCheckControls) == 0x000030, "Member 'UControlRigNumericalValidationPass::bCheckControls' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, bCheckBones) == 0x000031, "Member 'UControlRigNumericalValidationPass::bCheckBones' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, bCheckCurves) == 0x000032, "Member 'UControlRigNumericalValidationPass::bCheckCurves' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, TranslationPrecision) == 0x000034, "Member 'UControlRigNumericalValidationPass::TranslationPrecision' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, RotationPrecision) == 0x000038, "Member 'UControlRigNumericalValidationPass::RotationPrecision' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, ScalePrecision) == 0x00003C, "Member 'UControlRigNumericalValidationPass::ScalePrecision' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, CurvePrecision) == 0x000040, "Member 'UControlRigNumericalValidationPass::CurvePrecision' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, EventNameA) == 0x000044, "Member 'UControlRigNumericalValidationPass::EventNameA' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, EventNameB) == 0x000050, "Member 'UControlRigNumericalValidationPass::EventNameB' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, Pose) == 0x000060, "Member 'UControlRigNumericalValidationPass::Pose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigObjectHolder \ +static_assert(alignof(UControlRigObjectHolder) == 0x000008, "Wrong alignment on UControlRigObjectHolder"); \ +static_assert(sizeof(UControlRigObjectHolder) == 0x000040, "Wrong size on UControlRigObjectHolder"); \ +static_assert(offsetof(UControlRigObjectHolder, Objects) == 0x000030, "Member 'UControlRigObjectHolder::Objects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigSequence \ +static_assert(alignof(UControlRigSequence) == 0x000008, "Wrong alignment on UControlRigSequence"); \ +static_assert(sizeof(UControlRigSequence) == 0x000238, "Wrong size on UControlRigSequence"); \ +static_assert(offsetof(UControlRigSequence, LastExportedToAnimationSequence) == 0x0001D0, "Member 'UControlRigSequence::LastExportedToAnimationSequence' has a wrong offset!"); \ +static_assert(offsetof(UControlRigSequence, LastExportedUsingSkeletalMesh) == 0x000200, "Member 'UControlRigSequence::LastExportedUsingSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UControlRigSequence, LastExportedFrameRate) == 0x000230, "Member 'UControlRigSequence::LastExportedFrameRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigSequencerAnimInstance \ +static_assert(alignof(UControlRigSequencerAnimInstance) == 0x000010, "Wrong alignment on UControlRigSequencerAnimInstance"); \ +static_assert(sizeof(UControlRigSequencerAnimInstance) == 0x0002D0, "Wrong size on UControlRigSequencerAnimInstance"); \ + +#define DUMPER7_ASSERTS_UControlRigSettings \ +static_assert(alignof(UControlRigSettings) == 0x000008, "Wrong alignment on UControlRigSettings"); \ +static_assert(sizeof(UControlRigSettings) == 0x000048, "Wrong size on UControlRigSettings"); \ + +#define DUMPER7_ASSERTS_UControlRigValidator \ +static_assert(alignof(UControlRigValidator) == 0x000008, "Wrong alignment on UControlRigValidator"); \ +static_assert(sizeof(UControlRigValidator) == 0x000070, "Wrong size on UControlRigValidator"); \ +static_assert(offsetof(UControlRigValidator, Passes) == 0x000030, "Member 'UControlRigValidator::Passes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFKControlRig \ +static_assert(alignof(UFKControlRig) == 0x000008, "Wrong alignment on UFKControlRig"); \ +static_assert(sizeof(UFKControlRig) == 0x000678, "Wrong size on UFKControlRig"); \ +static_assert(offsetof(UFKControlRig, IsControlActive) == 0x000660, "Member 'UFKControlRig::IsControlActive' has a wrong offset!"); \ +static_assert(offsetof(UFKControlRig, ApplyMode) == 0x000670, "Member 'UFKControlRig::ApplyMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneControlRigParameterSection \ +static_assert(alignof(UMovieSceneControlRigParameterSection) == 0x000008, "Wrong alignment on UMovieSceneControlRigParameterSection"); \ +static_assert(sizeof(UMovieSceneControlRigParameterSection) == 0x0002F0, "Wrong size on UMovieSceneControlRigParameterSection"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, ControlRig) == 0x000150, "Member 'UMovieSceneControlRigParameterSection::ControlRig' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, ControlRigClass) == 0x000158, "Member 'UMovieSceneControlRigParameterSection::ControlRigClass' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, ControlsMask) == 0x000160, "Member 'UMovieSceneControlRigParameterSection::ControlsMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, TransformMask) == 0x000170, "Member 'UMovieSceneControlRigParameterSection::TransformMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, Weight) == 0x000178, "Member 'UMovieSceneControlRigParameterSection::Weight' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, ControlChannelMap) == 0x000218, "Member 'UMovieSceneControlRigParameterSection::ControlChannelMap' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, EnumParameterNamesAndCurves) == 0x000268, "Member 'UMovieSceneControlRigParameterSection::EnumParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, IntegerParameterNamesAndCurves) == 0x000278, "Member 'UMovieSceneControlRigParameterSection::IntegerParameterNamesAndCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneControlRigParameterTrack \ +static_assert(alignof(UMovieSceneControlRigParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneControlRigParameterTrack"); \ +static_assert(sizeof(UMovieSceneControlRigParameterTrack) == 0x0000D8, "Wrong size on UMovieSceneControlRigParameterTrack"); \ +static_assert(offsetof(UMovieSceneControlRigParameterTrack, ControlRig) == 0x0000A8, "Member 'UMovieSceneControlRigParameterTrack::ControlRig' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterTrack, SectionToKey) == 0x0000B0, "Member 'UMovieSceneControlRigParameterTrack::SectionToKey' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterTrack, Sections) == 0x0000B8, "Member 'UMovieSceneControlRigParameterTrack::Sections' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterTrack, TrackName) == 0x0000C8, "Member 'UMovieSceneControlRigParameterTrack::TrackName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_Pistol_T32_C \ +static_assert(alignof(UCS_FireWeapon_Pistol_T32_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_Pistol_T32_C"); \ +static_assert(sizeof(UCS_FireWeapon_Pistol_T32_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_Pistol_T32_C"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceCameraSettings \ +static_assert(alignof(FLevelSequenceCameraSettings) == 0x000001, "Wrong alignment on FLevelSequenceCameraSettings"); \ +static_assert(sizeof(FLevelSequenceCameraSettings) == 0x000002, "Wrong size on FLevelSequenceCameraSettings"); \ +static_assert(offsetof(FLevelSequenceCameraSettings, bOverrideAspectRatioAxisConstraint) == 0x000000, "Member 'FLevelSequenceCameraSettings::bOverrideAspectRatioAxisConstraint' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceCameraSettings, AspectRatioAxisConstraint) == 0x000001, "Member 'FLevelSequenceCameraSettings::AspectRatioAxisConstraint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoundActorProxy \ +static_assert(alignof(FBoundActorProxy) == 0x000001, "Wrong alignment on FBoundActorProxy"); \ +static_assert(sizeof(FBoundActorProxy) == 0x000001, "Wrong size on FBoundActorProxy"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceAnimSequenceLinkItem \ +static_assert(alignof(FLevelSequenceAnimSequenceLinkItem) == 0x000008, "Wrong alignment on FLevelSequenceAnimSequenceLinkItem"); \ +static_assert(sizeof(FLevelSequenceAnimSequenceLinkItem) == 0x000038, "Wrong size on FLevelSequenceAnimSequenceLinkItem"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, SkelTrackGuid) == 0x000000, "Member 'FLevelSequenceAnimSequenceLinkItem::SkelTrackGuid' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, PathToAnimSequence) == 0x000010, "Member 'FLevelSequenceAnimSequenceLinkItem::PathToAnimSequence' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, bExportTransforms) == 0x000030, "Member 'FLevelSequenceAnimSequenceLinkItem::bExportTransforms' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, bExportCurves) == 0x000031, "Member 'FLevelSequenceAnimSequenceLinkItem::bExportCurves' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, bRecordInWorldSpace) == 0x000032, "Member 'FLevelSequenceAnimSequenceLinkItem::bRecordInWorldSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceBindingReference \ +static_assert(alignof(FLevelSequenceBindingReference) == 0x000008, "Wrong alignment on FLevelSequenceBindingReference"); \ +static_assert(sizeof(FLevelSequenceBindingReference) == 0x000040, "Wrong size on FLevelSequenceBindingReference"); \ +static_assert(offsetof(FLevelSequenceBindingReference, PackageName) == 0x000000, "Member 'FLevelSequenceBindingReference::PackageName' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceBindingReference, ExternalObjectPath) == 0x000010, "Member 'FLevelSequenceBindingReference::ExternalObjectPath' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceBindingReference, ObjectPath) == 0x000030, "Member 'FLevelSequenceBindingReference::ObjectPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceBindingReferenceArray \ +static_assert(alignof(FLevelSequenceBindingReferenceArray) == 0x000008, "Wrong alignment on FLevelSequenceBindingReferenceArray"); \ +static_assert(sizeof(FLevelSequenceBindingReferenceArray) == 0x000010, "Wrong size on FLevelSequenceBindingReferenceArray"); \ +static_assert(offsetof(FLevelSequenceBindingReferenceArray, References) == 0x000000, "Member 'FLevelSequenceBindingReferenceArray::References' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceBindingReferences \ +static_assert(alignof(FLevelSequenceBindingReferences) == 0x000008, "Wrong alignment on FLevelSequenceBindingReferences"); \ +static_assert(sizeof(FLevelSequenceBindingReferences) == 0x0000A0, "Wrong size on FLevelSequenceBindingReferences"); \ +static_assert(offsetof(FLevelSequenceBindingReferences, BindingIdToReferences) == 0x000000, "Member 'FLevelSequenceBindingReferences::BindingIdToReferences' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceBindingReferences, AnimSequenceInstances) == 0x000050, "Member 'FLevelSequenceBindingReferences::AnimSequenceInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceObjectReferenceMap \ +static_assert(alignof(FLevelSequenceObjectReferenceMap) == 0x000008, "Wrong alignment on FLevelSequenceObjectReferenceMap"); \ +static_assert(sizeof(FLevelSequenceObjectReferenceMap) == 0x000050, "Wrong size on FLevelSequenceObjectReferenceMap"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceLegacyObjectReference \ +static_assert(alignof(FLevelSequenceLegacyObjectReference) == 0x000008, "Wrong alignment on FLevelSequenceLegacyObjectReference"); \ +static_assert(sizeof(FLevelSequenceLegacyObjectReference) == 0x000020, "Wrong size on FLevelSequenceLegacyObjectReference"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceObject \ +static_assert(alignof(FLevelSequenceObject) == 0x000008, "Wrong alignment on FLevelSequenceObject"); \ +static_assert(sizeof(FLevelSequenceObject) == 0x000038, "Wrong size on FLevelSequenceObject"); \ +static_assert(offsetof(FLevelSequenceObject, ObjectOrOwner) == 0x000000, "Member 'FLevelSequenceObject::ObjectOrOwner' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceObject, ComponentName) == 0x000020, "Member 'FLevelSequenceObject::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceObject, CachedComponent) == 0x000030, "Member 'FLevelSequenceObject::CachedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceSnapshotSettings \ +static_assert(alignof(FLevelSequenceSnapshotSettings) == 0x000004, "Wrong alignment on FLevelSequenceSnapshotSettings"); \ +static_assert(sizeof(FLevelSequenceSnapshotSettings) == 0x00000C, "Wrong size on FLevelSequenceSnapshotSettings"); \ +static_assert(offsetof(FLevelSequenceSnapshotSettings, ZeroPadAmount) == 0x000000, "Member 'FLevelSequenceSnapshotSettings::ZeroPadAmount' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceSnapshotSettings, FrameRate) == 0x000004, "Member 'FLevelSequenceSnapshotSettings::FrameRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSequencePlayerSnapshot \ +static_assert(alignof(FLevelSequencePlayerSnapshot) == 0x000008, "Wrong alignment on FLevelSequencePlayerSnapshot"); \ +static_assert(sizeof(FLevelSequencePlayerSnapshot) == 0x0000C0, "Wrong size on FLevelSequencePlayerSnapshot"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, MasterName) == 0x000000, "Member 'FLevelSequencePlayerSnapshot::MasterName' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, MasterTime) == 0x000010, "Member 'FLevelSequencePlayerSnapshot::MasterTime' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, SourceTime) == 0x000020, "Member 'FLevelSequencePlayerSnapshot::SourceTime' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, CurrentShotName) == 0x000030, "Member 'FLevelSequencePlayerSnapshot::CurrentShotName' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, CurrentShotLocalTime) == 0x000040, "Member 'FLevelSequencePlayerSnapshot::CurrentShotLocalTime' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, CurrentShotSourceTime) == 0x000050, "Member 'FLevelSequencePlayerSnapshot::CurrentShotSourceTime' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, SourceTimecode) == 0x000060, "Member 'FLevelSequencePlayerSnapshot::SourceTimecode' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, CameraComponent) == 0x000070, "Member 'FLevelSequencePlayerSnapshot::CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, Settings) == 0x0000A0, "Member 'FLevelSequencePlayerSnapshot::Settings' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, ActiveShot) == 0x0000B0, "Member 'FLevelSequencePlayerSnapshot::ActiveShot' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, ShotID) == 0x0000B8, "Member 'FLevelSequencePlayerSnapshot::ShotID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILevelSequenceMetaData \ +static_assert(alignof(ILevelSequenceMetaData) == 0x000001, "Wrong alignment on ILevelSequenceMetaData"); \ +static_assert(sizeof(ILevelSequenceMetaData) == 0x000001, "Wrong size on ILevelSequenceMetaData"); \ + +#define DUMPER7_ASSERTS_LevelSequence_CopyMetaData \ +static_assert(alignof(LevelSequence_CopyMetaData) == 0x000008, "Wrong alignment on LevelSequence_CopyMetaData"); \ +static_assert(sizeof(LevelSequence_CopyMetaData) == 0x000010, "Wrong size on LevelSequence_CopyMetaData"); \ +static_assert(offsetof(LevelSequence_CopyMetaData, InMetaData) == 0x000000, "Member 'LevelSequence_CopyMetaData::InMetaData' has a wrong offset!"); \ +static_assert(offsetof(LevelSequence_CopyMetaData, ReturnValue) == 0x000008, "Member 'LevelSequence_CopyMetaData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequence_FindOrAddMetaDataByClass \ +static_assert(alignof(LevelSequence_FindOrAddMetaDataByClass) == 0x000008, "Wrong alignment on LevelSequence_FindOrAddMetaDataByClass"); \ +static_assert(sizeof(LevelSequence_FindOrAddMetaDataByClass) == 0x000010, "Wrong size on LevelSequence_FindOrAddMetaDataByClass"); \ +static_assert(offsetof(LevelSequence_FindOrAddMetaDataByClass, InClass) == 0x000000, "Member 'LevelSequence_FindOrAddMetaDataByClass::InClass' has a wrong offset!"); \ +static_assert(offsetof(LevelSequence_FindOrAddMetaDataByClass, ReturnValue) == 0x000008, "Member 'LevelSequence_FindOrAddMetaDataByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequence_RemoveMetaDataByClass \ +static_assert(alignof(LevelSequence_RemoveMetaDataByClass) == 0x000008, "Wrong alignment on LevelSequence_RemoveMetaDataByClass"); \ +static_assert(sizeof(LevelSequence_RemoveMetaDataByClass) == 0x000008, "Wrong size on LevelSequence_RemoveMetaDataByClass"); \ +static_assert(offsetof(LevelSequence_RemoveMetaDataByClass, InClass) == 0x000000, "Member 'LevelSequence_RemoveMetaDataByClass::InClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequence_FindMetaDataByClass \ +static_assert(alignof(LevelSequence_FindMetaDataByClass) == 0x000008, "Wrong alignment on LevelSequence_FindMetaDataByClass"); \ +static_assert(sizeof(LevelSequence_FindMetaDataByClass) == 0x000010, "Wrong size on LevelSequence_FindMetaDataByClass"); \ +static_assert(offsetof(LevelSequence_FindMetaDataByClass, InClass) == 0x000000, "Member 'LevelSequence_FindMetaDataByClass::InClass' has a wrong offset!"); \ +static_assert(offsetof(LevelSequence_FindMetaDataByClass, ReturnValue) == 0x000008, "Member 'LevelSequence_FindMetaDataByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSequence \ +static_assert(alignof(ULevelSequence) == 0x000008, "Wrong alignment on ULevelSequence"); \ +static_assert(sizeof(ULevelSequence) == 0x0001D0, "Wrong size on ULevelSequence"); \ +static_assert(offsetof(ULevelSequence, MovieScene) == 0x000070, "Member 'ULevelSequence::MovieScene' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequence, ObjectReferences) == 0x000078, "Member 'ULevelSequence::ObjectReferences' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequence, BindingReferences) == 0x0000C8, "Member 'ULevelSequence::BindingReferences' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequence, PossessedObjects) == 0x000168, "Member 'ULevelSequence::PossessedObjects' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequence, DirectorClass) == 0x0001B8, "Member 'ULevelSequence::DirectorClass' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequence, AssetUserData) == 0x0001C0, "Member 'ULevelSequence::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSequenceLevelSequenceLink \ +static_assert(alignof(UAnimSequenceLevelSequenceLink) == 0x000008, "Wrong alignment on UAnimSequenceLevelSequenceLink"); \ +static_assert(sizeof(UAnimSequenceLevelSequenceLink) == 0x000060, "Wrong size on UAnimSequenceLevelSequenceLink"); \ +static_assert(offsetof(UAnimSequenceLevelSequenceLink, SkelTrackGuid) == 0x000030, "Member 'UAnimSequenceLevelSequenceLink::SkelTrackGuid' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequenceLevelSequenceLink, PathToLevelSequence) == 0x000040, "Member 'UAnimSequenceLevelSequenceLink::PathToLevelSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDefaultLevelSequenceInstanceData \ +static_assert(alignof(UDefaultLevelSequenceInstanceData) == 0x000010, "Wrong alignment on UDefaultLevelSequenceInstanceData"); \ +static_assert(sizeof(UDefaultLevelSequenceInstanceData) == 0x000070, "Wrong size on UDefaultLevelSequenceInstanceData"); \ +static_assert(offsetof(UDefaultLevelSequenceInstanceData, TransformOriginActor) == 0x000038, "Member 'UDefaultLevelSequenceInstanceData::TransformOriginActor' has a wrong offset!"); \ +static_assert(offsetof(UDefaultLevelSequenceInstanceData, TransformOrigin) == 0x000040, "Member 'UDefaultLevelSequenceInstanceData::TransformOrigin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSequenceBurnInInitSettings \ +static_assert(alignof(ULevelSequenceBurnInInitSettings) == 0x000008, "Wrong alignment on ULevelSequenceBurnInInitSettings"); \ +static_assert(sizeof(ULevelSequenceBurnInInitSettings) == 0x000030, "Wrong size on ULevelSequenceBurnInInitSettings"); \ + +#define DUMPER7_ASSERTS_LevelSequenceBurnInOptions_SetBurnIn \ +static_assert(alignof(LevelSequenceBurnInOptions_SetBurnIn) == 0x000008, "Wrong alignment on LevelSequenceBurnInOptions_SetBurnIn"); \ +static_assert(sizeof(LevelSequenceBurnInOptions_SetBurnIn) == 0x000020, "Wrong size on LevelSequenceBurnInOptions_SetBurnIn"); \ +static_assert(offsetof(LevelSequenceBurnInOptions_SetBurnIn, InBurnInClass) == 0x000000, "Member 'LevelSequenceBurnInOptions_SetBurnIn::InBurnInClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSequenceBurnInOptions \ +static_assert(alignof(ULevelSequenceBurnInOptions) == 0x000008, "Wrong alignment on ULevelSequenceBurnInOptions"); \ +static_assert(sizeof(ULevelSequenceBurnInOptions) == 0x000060, "Wrong size on ULevelSequenceBurnInOptions"); \ +static_assert(offsetof(ULevelSequenceBurnInOptions, bUseBurnIn) == 0x000030, "Member 'ULevelSequenceBurnInOptions::bUseBurnIn' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceBurnInOptions, BurnInClass) == 0x000038, "Member 'ULevelSequenceBurnInOptions::BurnInClass' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceBurnInOptions, Settings) == 0x000058, "Member 'ULevelSequenceBurnInOptions::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_AddBinding \ +static_assert(alignof(LevelSequenceActor_AddBinding) == 0x000008, "Wrong alignment on LevelSequenceActor_AddBinding"); \ +static_assert(sizeof(LevelSequenceActor_AddBinding) == 0x000028, "Wrong size on LevelSequenceActor_AddBinding"); \ +static_assert(offsetof(LevelSequenceActor_AddBinding, Binding) == 0x000000, "Member 'LevelSequenceActor_AddBinding::Binding' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_AddBinding, Actor) == 0x000018, "Member 'LevelSequenceActor_AddBinding::Actor' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_AddBinding, bAllowBindingsFromAsset) == 0x000020, "Member 'LevelSequenceActor_AddBinding::bAllowBindingsFromAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_AddBindingByTag \ +static_assert(alignof(LevelSequenceActor_AddBindingByTag) == 0x000008, "Wrong alignment on LevelSequenceActor_AddBindingByTag"); \ +static_assert(sizeof(LevelSequenceActor_AddBindingByTag) == 0x000020, "Wrong size on LevelSequenceActor_AddBindingByTag"); \ +static_assert(offsetof(LevelSequenceActor_AddBindingByTag, BindingTag) == 0x000000, "Member 'LevelSequenceActor_AddBindingByTag::BindingTag' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_AddBindingByTag, Actor) == 0x000010, "Member 'LevelSequenceActor_AddBindingByTag::Actor' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_AddBindingByTag, bAllowBindingsFromAsset) == 0x000018, "Member 'LevelSequenceActor_AddBindingByTag::bAllowBindingsFromAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_RemoveBinding \ +static_assert(alignof(LevelSequenceActor_RemoveBinding) == 0x000008, "Wrong alignment on LevelSequenceActor_RemoveBinding"); \ +static_assert(sizeof(LevelSequenceActor_RemoveBinding) == 0x000020, "Wrong size on LevelSequenceActor_RemoveBinding"); \ +static_assert(offsetof(LevelSequenceActor_RemoveBinding, Binding) == 0x000000, "Member 'LevelSequenceActor_RemoveBinding::Binding' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_RemoveBinding, Actor) == 0x000018, "Member 'LevelSequenceActor_RemoveBinding::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_RemoveBindingByTag \ +static_assert(alignof(LevelSequenceActor_RemoveBindingByTag) == 0x000008, "Wrong alignment on LevelSequenceActor_RemoveBindingByTag"); \ +static_assert(sizeof(LevelSequenceActor_RemoveBindingByTag) == 0x000018, "Wrong size on LevelSequenceActor_RemoveBindingByTag"); \ +static_assert(offsetof(LevelSequenceActor_RemoveBindingByTag, Tag) == 0x000000, "Member 'LevelSequenceActor_RemoveBindingByTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_RemoveBindingByTag, Actor) == 0x000010, "Member 'LevelSequenceActor_RemoveBindingByTag::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_ResetBinding \ +static_assert(alignof(LevelSequenceActor_ResetBinding) == 0x000004, "Wrong alignment on LevelSequenceActor_ResetBinding"); \ +static_assert(sizeof(LevelSequenceActor_ResetBinding) == 0x000018, "Wrong size on LevelSequenceActor_ResetBinding"); \ +static_assert(offsetof(LevelSequenceActor_ResetBinding, Binding) == 0x000000, "Member 'LevelSequenceActor_ResetBinding::Binding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_SetBinding \ +static_assert(alignof(LevelSequenceActor_SetBinding) == 0x000008, "Wrong alignment on LevelSequenceActor_SetBinding"); \ +static_assert(sizeof(LevelSequenceActor_SetBinding) == 0x000030, "Wrong size on LevelSequenceActor_SetBinding"); \ +static_assert(offsetof(LevelSequenceActor_SetBinding, Binding) == 0x000000, "Member 'LevelSequenceActor_SetBinding::Binding' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_SetBinding, Actors) == 0x000018, "Member 'LevelSequenceActor_SetBinding::Actors' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_SetBinding, bAllowBindingsFromAsset) == 0x000028, "Member 'LevelSequenceActor_SetBinding::bAllowBindingsFromAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_SetBindingByTag \ +static_assert(alignof(LevelSequenceActor_SetBindingByTag) == 0x000008, "Wrong alignment on LevelSequenceActor_SetBindingByTag"); \ +static_assert(sizeof(LevelSequenceActor_SetBindingByTag) == 0x000028, "Wrong size on LevelSequenceActor_SetBindingByTag"); \ +static_assert(offsetof(LevelSequenceActor_SetBindingByTag, BindingTag) == 0x000000, "Member 'LevelSequenceActor_SetBindingByTag::BindingTag' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_SetBindingByTag, Actors) == 0x000010, "Member 'LevelSequenceActor_SetBindingByTag::Actors' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_SetBindingByTag, bAllowBindingsFromAsset) == 0x000020, "Member 'LevelSequenceActor_SetBindingByTag::bAllowBindingsFromAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_SetReplicatePlayback \ +static_assert(alignof(LevelSequenceActor_SetReplicatePlayback) == 0x000001, "Wrong alignment on LevelSequenceActor_SetReplicatePlayback"); \ +static_assert(sizeof(LevelSequenceActor_SetReplicatePlayback) == 0x000001, "Wrong size on LevelSequenceActor_SetReplicatePlayback"); \ +static_assert(offsetof(LevelSequenceActor_SetReplicatePlayback, ReplicatePlayback) == 0x000000, "Member 'LevelSequenceActor_SetReplicatePlayback::ReplicatePlayback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_SetSequence \ +static_assert(alignof(LevelSequenceActor_SetSequence) == 0x000008, "Wrong alignment on LevelSequenceActor_SetSequence"); \ +static_assert(sizeof(LevelSequenceActor_SetSequence) == 0x000008, "Wrong size on LevelSequenceActor_SetSequence"); \ +static_assert(offsetof(LevelSequenceActor_SetSequence, InSequence) == 0x000000, "Member 'LevelSequenceActor_SetSequence::InSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_FindNamedBinding \ +static_assert(alignof(LevelSequenceActor_FindNamedBinding) == 0x000004, "Wrong alignment on LevelSequenceActor_FindNamedBinding"); \ +static_assert(sizeof(LevelSequenceActor_FindNamedBinding) == 0x000024, "Wrong size on LevelSequenceActor_FindNamedBinding"); \ +static_assert(offsetof(LevelSequenceActor_FindNamedBinding, Tag) == 0x000000, "Member 'LevelSequenceActor_FindNamedBinding::Tag' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_FindNamedBinding, ReturnValue) == 0x00000C, "Member 'LevelSequenceActor_FindNamedBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_FindNamedBindings \ +static_assert(alignof(LevelSequenceActor_FindNamedBindings) == 0x000008, "Wrong alignment on LevelSequenceActor_FindNamedBindings"); \ +static_assert(sizeof(LevelSequenceActor_FindNamedBindings) == 0x000020, "Wrong size on LevelSequenceActor_FindNamedBindings"); \ +static_assert(offsetof(LevelSequenceActor_FindNamedBindings, Tag) == 0x000000, "Member 'LevelSequenceActor_FindNamedBindings::Tag' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_FindNamedBindings, ReturnValue) == 0x000010, "Member 'LevelSequenceActor_FindNamedBindings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_GetSequence \ +static_assert(alignof(LevelSequenceActor_GetSequence) == 0x000008, "Wrong alignment on LevelSequenceActor_GetSequence"); \ +static_assert(sizeof(LevelSequenceActor_GetSequence) == 0x000008, "Wrong size on LevelSequenceActor_GetSequence"); \ +static_assert(offsetof(LevelSequenceActor_GetSequence, ReturnValue) == 0x000000, "Member 'LevelSequenceActor_GetSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_GetSequencePlayer \ +static_assert(alignof(LevelSequenceActor_GetSequencePlayer) == 0x000008, "Wrong alignment on LevelSequenceActor_GetSequencePlayer"); \ +static_assert(sizeof(LevelSequenceActor_GetSequencePlayer) == 0x000008, "Wrong size on LevelSequenceActor_GetSequencePlayer"); \ +static_assert(offsetof(LevelSequenceActor_GetSequencePlayer, ReturnValue) == 0x000000, "Member 'LevelSequenceActor_GetSequencePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_LoadSequence \ +static_assert(alignof(LevelSequenceActor_LoadSequence) == 0x000008, "Wrong alignment on LevelSequenceActor_LoadSequence"); \ +static_assert(sizeof(LevelSequenceActor_LoadSequence) == 0x000008, "Wrong size on LevelSequenceActor_LoadSequence"); \ +static_assert(offsetof(LevelSequenceActor_LoadSequence, ReturnValue) == 0x000000, "Member 'LevelSequenceActor_LoadSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALevelSequenceActor \ +static_assert(alignof(ALevelSequenceActor) == 0x000008, "Wrong alignment on ALevelSequenceActor"); \ +static_assert(sizeof(ALevelSequenceActor) == 0x000338, "Wrong size on ALevelSequenceActor"); \ +static_assert(offsetof(ALevelSequenceActor, PlaybackSettings) == 0x0002C0, "Member 'ALevelSequenceActor::PlaybackSettings' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, SequencePlayer) == 0x0002D8, "Member 'ALevelSequenceActor::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, LevelSequence) == 0x0002E0, "Member 'ALevelSequenceActor::LevelSequence' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, CameraSettings) == 0x000300, "Member 'ALevelSequenceActor::CameraSettings' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, BurnInOptions) == 0x000308, "Member 'ALevelSequenceActor::BurnInOptions' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, BindingOverrides) == 0x000310, "Member 'ALevelSequenceActor::BindingOverrides' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, DefaultInstanceData) == 0x000320, "Member 'ALevelSequenceActor::DefaultInstanceData' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, BurnInInstance) == 0x000328, "Member 'ALevelSequenceActor::BurnInInstance' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, bShowBurnin) == 0x000330, "Member 'ALevelSequenceActor::bShowBurnin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSequenceAnimSequenceLink \ +static_assert(alignof(ULevelSequenceAnimSequenceLink) == 0x000008, "Wrong alignment on ULevelSequenceAnimSequenceLink"); \ +static_assert(sizeof(ULevelSequenceAnimSequenceLink) == 0x000040, "Wrong size on ULevelSequenceAnimSequenceLink"); \ +static_assert(offsetof(ULevelSequenceAnimSequenceLink, AnimSequenceLinks) == 0x000030, "Member 'ULevelSequenceAnimSequenceLink::AnimSequenceLinks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceBurnIn_SetSettings \ +static_assert(alignof(LevelSequenceBurnIn_SetSettings) == 0x000008, "Wrong alignment on LevelSequenceBurnIn_SetSettings"); \ +static_assert(sizeof(LevelSequenceBurnIn_SetSettings) == 0x000008, "Wrong size on LevelSequenceBurnIn_SetSettings"); \ +static_assert(offsetof(LevelSequenceBurnIn_SetSettings, InSettings) == 0x000000, "Member 'LevelSequenceBurnIn_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceBurnIn_GetSettingsClass \ +static_assert(alignof(LevelSequenceBurnIn_GetSettingsClass) == 0x000008, "Wrong alignment on LevelSequenceBurnIn_GetSettingsClass"); \ +static_assert(sizeof(LevelSequenceBurnIn_GetSettingsClass) == 0x000008, "Wrong size on LevelSequenceBurnIn_GetSettingsClass"); \ +static_assert(offsetof(LevelSequenceBurnIn_GetSettingsClass, ReturnValue) == 0x000000, "Member 'LevelSequenceBurnIn_GetSettingsClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSequenceBurnIn \ +static_assert(alignof(ULevelSequenceBurnIn) == 0x000008, "Wrong alignment on ULevelSequenceBurnIn"); \ +static_assert(sizeof(ULevelSequenceBurnIn) == 0x000358, "Wrong size on ULevelSequenceBurnIn"); \ +static_assert(offsetof(ULevelSequenceBurnIn, FrameInformation) == 0x000290, "Member 'ULevelSequenceBurnIn::FrameInformation' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceBurnIn, LevelSequenceActor) == 0x000350, "Member 'ULevelSequenceBurnIn::LevelSequenceActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceDirector_GetBoundActor \ +static_assert(alignof(LevelSequenceDirector_GetBoundActor) == 0x000008, "Wrong alignment on LevelSequenceDirector_GetBoundActor"); \ +static_assert(sizeof(LevelSequenceDirector_GetBoundActor) == 0x000020, "Wrong size on LevelSequenceDirector_GetBoundActor"); \ +static_assert(offsetof(LevelSequenceDirector_GetBoundActor, ObjectBinding) == 0x000000, "Member 'LevelSequenceDirector_GetBoundActor::ObjectBinding' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceDirector_GetBoundActor, ReturnValue) == 0x000018, "Member 'LevelSequenceDirector_GetBoundActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceDirector_GetBoundActors \ +static_assert(alignof(LevelSequenceDirector_GetBoundActors) == 0x000008, "Wrong alignment on LevelSequenceDirector_GetBoundActors"); \ +static_assert(sizeof(LevelSequenceDirector_GetBoundActors) == 0x000028, "Wrong size on LevelSequenceDirector_GetBoundActors"); \ +static_assert(offsetof(LevelSequenceDirector_GetBoundActors, ObjectBinding) == 0x000000, "Member 'LevelSequenceDirector_GetBoundActors::ObjectBinding' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceDirector_GetBoundActors, ReturnValue) == 0x000018, "Member 'LevelSequenceDirector_GetBoundActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceDirector_GetBoundObject \ +static_assert(alignof(LevelSequenceDirector_GetBoundObject) == 0x000008, "Wrong alignment on LevelSequenceDirector_GetBoundObject"); \ +static_assert(sizeof(LevelSequenceDirector_GetBoundObject) == 0x000020, "Wrong size on LevelSequenceDirector_GetBoundObject"); \ +static_assert(offsetof(LevelSequenceDirector_GetBoundObject, ObjectBinding) == 0x000000, "Member 'LevelSequenceDirector_GetBoundObject::ObjectBinding' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceDirector_GetBoundObject, ReturnValue) == 0x000018, "Member 'LevelSequenceDirector_GetBoundObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceDirector_GetBoundObjects \ +static_assert(alignof(LevelSequenceDirector_GetBoundObjects) == 0x000008, "Wrong alignment on LevelSequenceDirector_GetBoundObjects"); \ +static_assert(sizeof(LevelSequenceDirector_GetBoundObjects) == 0x000028, "Wrong size on LevelSequenceDirector_GetBoundObjects"); \ +static_assert(offsetof(LevelSequenceDirector_GetBoundObjects, ObjectBinding) == 0x000000, "Member 'LevelSequenceDirector_GetBoundObjects::ObjectBinding' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceDirector_GetBoundObjects, ReturnValue) == 0x000018, "Member 'LevelSequenceDirector_GetBoundObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceDirector_GetSequence \ +static_assert(alignof(LevelSequenceDirector_GetSequence) == 0x000008, "Wrong alignment on LevelSequenceDirector_GetSequence"); \ +static_assert(sizeof(LevelSequenceDirector_GetSequence) == 0x000008, "Wrong size on LevelSequenceDirector_GetSequence"); \ +static_assert(offsetof(LevelSequenceDirector_GetSequence, ReturnValue) == 0x000000, "Member 'LevelSequenceDirector_GetSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSequenceDirector \ +static_assert(alignof(ULevelSequenceDirector) == 0x000008, "Wrong alignment on ULevelSequenceDirector"); \ +static_assert(sizeof(ULevelSequenceDirector) == 0x000040, "Wrong size on ULevelSequenceDirector"); \ +static_assert(offsetof(ULevelSequenceDirector, Player) == 0x000030, "Member 'ULevelSequenceDirector::Player' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceDirector, SubSequenceID) == 0x000038, "Member 'ULevelSequenceDirector::SubSequenceID' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceDirector, MovieScenePlayerIndex) == 0x00003C, "Member 'ULevelSequenceDirector::MovieScenePlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULegacyLevelSequenceDirectorBlueprint \ +static_assert(alignof(ULegacyLevelSequenceDirectorBlueprint) == 0x000008, "Wrong alignment on ULegacyLevelSequenceDirectorBlueprint"); \ +static_assert(sizeof(ULegacyLevelSequenceDirectorBlueprint) == 0x0000A8, "Wrong size on ULegacyLevelSequenceDirectorBlueprint"); \ + +#define DUMPER7_ASSERTS_LevelSequencePlayer_CreateLevelSequencePlayer \ +static_assert(alignof(LevelSequencePlayer_CreateLevelSequencePlayer) == 0x000008, "Wrong alignment on LevelSequencePlayer_CreateLevelSequencePlayer"); \ +static_assert(sizeof(LevelSequencePlayer_CreateLevelSequencePlayer) == 0x000038, "Wrong size on LevelSequencePlayer_CreateLevelSequencePlayer"); \ +static_assert(offsetof(LevelSequencePlayer_CreateLevelSequencePlayer, WorldContextObject) == 0x000000, "Member 'LevelSequencePlayer_CreateLevelSequencePlayer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LevelSequencePlayer_CreateLevelSequencePlayer, LevelSequence) == 0x000008, "Member 'LevelSequencePlayer_CreateLevelSequencePlayer::LevelSequence' has a wrong offset!"); \ +static_assert(offsetof(LevelSequencePlayer_CreateLevelSequencePlayer, Settings) == 0x000010, "Member 'LevelSequencePlayer_CreateLevelSequencePlayer::Settings' has a wrong offset!"); \ +static_assert(offsetof(LevelSequencePlayer_CreateLevelSequencePlayer, OutActor) == 0x000028, "Member 'LevelSequencePlayer_CreateLevelSequencePlayer::OutActor' has a wrong offset!"); \ +static_assert(offsetof(LevelSequencePlayer_CreateLevelSequencePlayer, ReturnValue) == 0x000030, "Member 'LevelSequencePlayer_CreateLevelSequencePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequencePlayer_GetActiveCameraComponent \ +static_assert(alignof(LevelSequencePlayer_GetActiveCameraComponent) == 0x000008, "Wrong alignment on LevelSequencePlayer_GetActiveCameraComponent"); \ +static_assert(sizeof(LevelSequencePlayer_GetActiveCameraComponent) == 0x000008, "Wrong size on LevelSequencePlayer_GetActiveCameraComponent"); \ +static_assert(offsetof(LevelSequencePlayer_GetActiveCameraComponent, ReturnValue) == 0x000000, "Member 'LevelSequencePlayer_GetActiveCameraComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSequencePlayer \ +static_assert(alignof(ULevelSequencePlayer) == 0x000008, "Wrong alignment on ULevelSequencePlayer"); \ +static_assert(sizeof(ULevelSequencePlayer) == 0x000618, "Wrong size on ULevelSequencePlayer"); \ +static_assert(offsetof(ULevelSequencePlayer, OnCameraCut) == 0x0004F0, "Member 'ULevelSequencePlayer::OnCameraCut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSequenceProjectSettings \ +static_assert(alignof(ULevelSequenceProjectSettings) == 0x000008, "Wrong alignment on ULevelSequenceProjectSettings"); \ +static_assert(sizeof(ULevelSequenceProjectSettings) == 0x000078, "Wrong size on ULevelSequenceProjectSettings"); \ +static_assert(offsetof(ULevelSequenceProjectSettings, bDefaultLockEngineToDisplayRate) == 0x000048, "Member 'ULevelSequenceProjectSettings::bDefaultLockEngineToDisplayRate' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceProjectSettings, DefaultDisplayRate) == 0x000050, "Member 'ULevelSequenceProjectSettings::DefaultDisplayRate' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceProjectSettings, DefaultTickResolution) == 0x000060, "Member 'ULevelSequenceProjectSettings::DefaultTickResolution' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceProjectSettings, DefaultClockSource) == 0x000070, "Member 'ULevelSequenceProjectSettings::DefaultClockSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceMediaController_SynchronizeToServer \ +static_assert(alignof(LevelSequenceMediaController_SynchronizeToServer) == 0x000004, "Wrong alignment on LevelSequenceMediaController_SynchronizeToServer"); \ +static_assert(sizeof(LevelSequenceMediaController_SynchronizeToServer) == 0x000004, "Wrong size on LevelSequenceMediaController_SynchronizeToServer"); \ +static_assert(offsetof(LevelSequenceMediaController_SynchronizeToServer, DesyncThresholdSeconds) == 0x000000, "Member 'LevelSequenceMediaController_SynchronizeToServer::DesyncThresholdSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceMediaController_GetMediaComponent \ +static_assert(alignof(LevelSequenceMediaController_GetMediaComponent) == 0x000008, "Wrong alignment on LevelSequenceMediaController_GetMediaComponent"); \ +static_assert(sizeof(LevelSequenceMediaController_GetMediaComponent) == 0x000008, "Wrong size on LevelSequenceMediaController_GetMediaComponent"); \ +static_assert(offsetof(LevelSequenceMediaController_GetMediaComponent, ReturnValue) == 0x000000, "Member 'LevelSequenceMediaController_GetMediaComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceMediaController_GetSequence \ +static_assert(alignof(LevelSequenceMediaController_GetSequence) == 0x000008, "Wrong alignment on LevelSequenceMediaController_GetSequence"); \ +static_assert(sizeof(LevelSequenceMediaController_GetSequence) == 0x000008, "Wrong size on LevelSequenceMediaController_GetSequence"); \ +static_assert(offsetof(LevelSequenceMediaController_GetSequence, ReturnValue) == 0x000000, "Member 'LevelSequenceMediaController_GetSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALevelSequenceMediaController \ +static_assert(alignof(ALevelSequenceMediaController) == 0x000008, "Wrong alignment on ALevelSequenceMediaController"); \ +static_assert(sizeof(ALevelSequenceMediaController) == 0x0002D0, "Wrong size on ALevelSequenceMediaController"); \ +static_assert(offsetof(ALevelSequenceMediaController, Sequence) == 0x0002B0, "Member 'ALevelSequenceMediaController::Sequence' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceMediaController, MediaComponent) == 0x0002B8, "Member 'ALevelSequenceMediaController::MediaComponent' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceMediaController, ServerStartTimeSeconds) == 0x0002C0, "Member 'ALevelSequenceMediaController::ServerStartTimeSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking \ +static_assert(alignof(WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking) == 0x000008, "Wrong alignment on WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking"); \ +static_assert(sizeof(WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking) == 0x0000C0, "Wrong size on WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking"); \ +static_assert(offsetof(WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking, CallFunc_GetSBZOnline_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking::CallFunc_GetSBZOnline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking, CallFunc_GetGameStateMachine_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking, CallFunc_GetSBZOnline_ReturnValue_1) == 0x000018, "Member 'WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking::CallFunc_GetSBZOnline_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking, K2Node_CustomEvent_ClosingActionName) == 0x000034, "Member 'WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking::K2Node_CustomEvent_ClosingActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking, K2Node_SwitchName_CmpSuccess) == 0x000040, "Member 'WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking, K2Node_CreateDelegate_OutputDelegate_1) == 0x000044, "Member 'WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking, K2Node_CreateDelegate_OutputDelegate_2) == 0x000058, "Member 'WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking, CallFunc_GetGameStateMachine_ReturnValue_1) == 0x000070, "Member 'WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking::CallFunc_GetGameStateMachine_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking, CallFunc_K2_SetTimer_ReturnValue) == 0x000078, "Member 'WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking, K2Node_CreateDelegate_OutputDelegate_3) == 0x000080, "Member 'WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking, CallFunc_GetGameStateMachine_ReturnValue_2) == 0x000098, "Member 'WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking::CallFunc_GetGameStateMachine_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking, CallFunc_GetSBZOnline_ReturnValue_2) == 0x0000A0, "Member 'WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking::CallFunc_GetSBZOnline_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000A8, "Member 'WBP_UI_Widget_SM_Matchmaking_C_ExecuteUbergraph_WBP_UI_Widget_SM_Matchmaking::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SM_Matchmaking_C_OnPopUpButtonPressed \ +static_assert(alignof(WBP_UI_Widget_SM_Matchmaking_C_OnPopUpButtonPressed) == 0x000004, "Wrong alignment on WBP_UI_Widget_SM_Matchmaking_C_OnPopUpButtonPressed"); \ +static_assert(sizeof(WBP_UI_Widget_SM_Matchmaking_C_OnPopUpButtonPressed) == 0x00000C, "Wrong size on WBP_UI_Widget_SM_Matchmaking_C_OnPopUpButtonPressed"); \ +static_assert(offsetof(WBP_UI_Widget_SM_Matchmaking_C_OnPopUpButtonPressed, ClosingActionName) == 0x000000, "Member 'WBP_UI_Widget_SM_Matchmaking_C_OnPopUpButtonPressed::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SM_Matchmaking_C_GoToLobby \ +static_assert(alignof(WBP_UI_Widget_SM_Matchmaking_C_GoToLobby) == 0x000008, "Wrong alignment on WBP_UI_Widget_SM_Matchmaking_C_GoToLobby"); \ +static_assert(sizeof(WBP_UI_Widget_SM_Matchmaking_C_GoToLobby) == 0x000008, "Wrong size on WBP_UI_Widget_SM_Matchmaking_C_GoToLobby"); \ +static_assert(offsetof(WBP_UI_Widget_SM_Matchmaking_C_GoToLobby, CallFunc_GetGameStateMachine_ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_SM_Matchmaking_C_GoToLobby::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_SM_Matchmaking_C \ +static_assert(alignof(UWBP_UI_Widget_SM_Matchmaking_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_SM_Matchmaking_C"); \ +static_assert(sizeof(UWBP_UI_Widget_SM_Matchmaking_C) == 0x0002A8, "Wrong size on UWBP_UI_Widget_SM_Matchmaking_C"); \ +static_assert(offsetof(UWBP_UI_Widget_SM_Matchmaking_C, UberGraphFrame) == 0x000298, "Member 'UWBP_UI_Widget_SM_Matchmaking_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SM_Matchmaking_C, JoinLobbyTimer) == 0x0002A0, "Member 'UWBP_UI_Widget_SM_Matchmaking_C::JoinLobbyTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_Slot \ +static_assert(alignof(FAnimNode_Slot) == 0x000008, "Wrong alignment on FAnimNode_Slot"); \ +static_assert(sizeof(FAnimNode_Slot) == 0x000060, "Wrong size on FAnimNode_Slot"); \ +static_assert(offsetof(FAnimNode_Slot, Source) == 0x000020, "Member 'FAnimNode_Slot::Source' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Slot, SlotName) == 0x000030, "Member 'FAnimNode_Slot::SlotName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Slot, bAlwaysUpdateSourcePose) == 0x00003C, "Member 'FAnimNode_Slot::bAlwaysUpdateSourcePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Slot, SectionBlendLODThreshold) == 0x000040, "Member 'FAnimNode_Slot::SectionBlendLODThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendSpacePlayer \ +static_assert(alignof(FAnimNode_BlendSpacePlayer) == 0x000008, "Wrong alignment on FAnimNode_BlendSpacePlayer"); \ +static_assert(sizeof(FAnimNode_BlendSpacePlayer) == 0x000100, "Wrong size on FAnimNode_BlendSpacePlayer"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer, X) == 0x000048, "Member 'FAnimNode_BlendSpacePlayer::X' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer, Y) == 0x00004C, "Member 'FAnimNode_BlendSpacePlayer::Y' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer, Z) == 0x000050, "Member 'FAnimNode_BlendSpacePlayer::Z' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer, PlayRate) == 0x000054, "Member 'FAnimNode_BlendSpacePlayer::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer, bLoop) == 0x000058, "Member 'FAnimNode_BlendSpacePlayer::bLoop' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer, bResetPlayTimeWhenBlendSpaceChanges) == 0x000059, "Member 'FAnimNode_BlendSpacePlayer::bResetPlayTimeWhenBlendSpaceChanges' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer, bEnableSyncGroup) == 0x00005A, "Member 'FAnimNode_BlendSpacePlayer::bEnableSyncGroup' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer, StartPosition) == 0x00005C, "Member 'FAnimNode_BlendSpacePlayer::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer, BlendSpace) == 0x000060, "Member 'FAnimNode_BlendSpacePlayer::BlendSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer, PreviousBlendSpace) == 0x0000F8, "Member 'FAnimNode_BlendSpacePlayer::PreviousBlendSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ModifyCurve \ +static_assert(alignof(FAnimNode_ModifyCurve) == 0x000008, "Wrong alignment on FAnimNode_ModifyCurve"); \ +static_assert(sizeof(FAnimNode_ModifyCurve) == 0x000068, "Wrong size on FAnimNode_ModifyCurve"); \ +static_assert(offsetof(FAnimNode_ModifyCurve, SourcePose) == 0x000020, "Member 'FAnimNode_ModifyCurve::SourcePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyCurve, CurveValues) == 0x000030, "Member 'FAnimNode_ModifyCurve::CurveValues' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyCurve, CurveNames) == 0x000040, "Member 'FAnimNode_ModifyCurve::CurveNames' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyCurve, Alpha) == 0x000060, "Member 'FAnimNode_ModifyCurve::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyCurve, ApplyMode) == 0x000064, "Member 'FAnimNode_ModifyCurve::ApplyMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSequencerInstanceProxy \ +static_assert(alignof(FAnimSequencerInstanceProxy) == 0x000010, "Wrong alignment on FAnimSequencerInstanceProxy"); \ +static_assert(sizeof(FAnimSequencerInstanceProxy) == 0x000A80, "Wrong size on FAnimSequencerInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SkeletalControlBase \ +static_assert(alignof(FAnimNode_SkeletalControlBase) == 0x000008, "Wrong alignment on FAnimNode_SkeletalControlBase"); \ +static_assert(sizeof(FAnimNode_SkeletalControlBase) == 0x0000E8, "Wrong size on FAnimNode_SkeletalControlBase"); \ +static_assert(offsetof(FAnimNode_SkeletalControlBase, ComponentPose) == 0x000020, "Member 'FAnimNode_SkeletalControlBase::ComponentPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SkeletalControlBase, LODThreshold) == 0x000030, "Member 'FAnimNode_SkeletalControlBase::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SkeletalControlBase, LODInterpolateTime) == 0x000034, "Member 'FAnimNode_SkeletalControlBase::LODInterpolateTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SkeletalControlBase, LODInterpolateTimer) == 0x000038, "Member 'FAnimNode_SkeletalControlBase::LODInterpolateTimer' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SkeletalControlBase, ActualAlpha) == 0x00003C, "Member 'FAnimNode_SkeletalControlBase::ActualAlpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SkeletalControlBase, AlphaInputType) == 0x000040, "Member 'FAnimNode_SkeletalControlBase::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SkeletalControlBase, bAlphaBoolEnabled) == 0x000041, "Member 'FAnimNode_SkeletalControlBase::bAlphaBoolEnabled' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SkeletalControlBase, Alpha) == 0x000044, "Member 'FAnimNode_SkeletalControlBase::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SkeletalControlBase, AlphaScaleBias) == 0x000048, "Member 'FAnimNode_SkeletalControlBase::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SkeletalControlBase, AlphaBoolBlend) == 0x000050, "Member 'FAnimNode_SkeletalControlBase::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SkeletalControlBase, AlphaCurveName) == 0x000098, "Member 'FAnimNode_SkeletalControlBase::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SkeletalControlBase, AlphaScaleBiasClamp) == 0x0000A4, "Member 'FAnimNode_SkeletalControlBase::AlphaScaleBiasClamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_AimOffsetLookAt \ +static_assert(alignof(FAnimNode_AimOffsetLookAt) == 0x000010, "Wrong alignment on FAnimNode_AimOffsetLookAt"); \ +static_assert(sizeof(FAnimNode_AimOffsetLookAt) == 0x0001E0, "Wrong size on FAnimNode_AimOffsetLookAt"); \ +static_assert(offsetof(FAnimNode_AimOffsetLookAt, BasePose) == 0x000160, "Member 'FAnimNode_AimOffsetLookAt::BasePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AimOffsetLookAt, LODThreshold) == 0x000170, "Member 'FAnimNode_AimOffsetLookAt::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AimOffsetLookAt, LODInterpolateTime) == 0x000174, "Member 'FAnimNode_AimOffsetLookAt::LODInterpolateTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AimOffsetLookAt, LODInterpolateTimer) == 0x000178, "Member 'FAnimNode_AimOffsetLookAt::LODInterpolateTimer' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AimOffsetLookAt, SourceSocketName) == 0x000180, "Member 'FAnimNode_AimOffsetLookAt::SourceSocketName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AimOffsetLookAt, PivotSocketName) == 0x00018C, "Member 'FAnimNode_AimOffsetLookAt::PivotSocketName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AimOffsetLookAt, LookAtLocation) == 0x000198, "Member 'FAnimNode_AimOffsetLookAt::LookAtLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AimOffsetLookAt, SocketAxis) == 0x0001A4, "Member 'FAnimNode_AimOffsetLookAt::SocketAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AimOffsetLookAt, Alpha) == 0x0001B0, "Member 'FAnimNode_AimOffsetLookAt::Alpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimPhysSphericalLimit \ +static_assert(alignof(FAnimPhysSphericalLimit) == 0x000004, "Wrong alignment on FAnimPhysSphericalLimit"); \ +static_assert(sizeof(FAnimPhysSphericalLimit) == 0x000028, "Wrong size on FAnimPhysSphericalLimit"); \ +static_assert(offsetof(FAnimPhysSphericalLimit, DrivingBone) == 0x000000, "Member 'FAnimPhysSphericalLimit::DrivingBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysSphericalLimit, SphereLocalOffset) == 0x000014, "Member 'FAnimPhysSphericalLimit::SphereLocalOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysSphericalLimit, LimitRadius) == 0x000020, "Member 'FAnimPhysSphericalLimit::LimitRadius' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysSphericalLimit, LimitType) == 0x000024, "Member 'FAnimPhysSphericalLimit::LimitType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimPhysConstraintSetup \ +static_assert(alignof(FAnimPhysConstraintSetup) == 0x000004, "Wrong alignment on FAnimPhysConstraintSetup"); \ +static_assert(sizeof(FAnimPhysConstraintSetup) == 0x000048, "Wrong size on FAnimPhysConstraintSetup"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, LinearXLimitType) == 0x000000, "Member 'FAnimPhysConstraintSetup::LinearXLimitType' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, LinearYLimitType) == 0x000001, "Member 'FAnimPhysConstraintSetup::LinearYLimitType' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, LinearZLimitType) == 0x000002, "Member 'FAnimPhysConstraintSetup::LinearZLimitType' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, LinearAxesMin) == 0x000004, "Member 'FAnimPhysConstraintSetup::LinearAxesMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, LinearAxesMax) == 0x000010, "Member 'FAnimPhysConstraintSetup::LinearAxesMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, AngularConstraintType) == 0x00001C, "Member 'FAnimPhysConstraintSetup::AngularConstraintType' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, TwistAxis) == 0x00001D, "Member 'FAnimPhysConstraintSetup::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, AngularTargetAxis) == 0x00001E, "Member 'FAnimPhysConstraintSetup::AngularTargetAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, ConeAngle) == 0x000020, "Member 'FAnimPhysConstraintSetup::ConeAngle' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, AngularLimitsMin) == 0x000024, "Member 'FAnimPhysConstraintSetup::AngularLimitsMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, AngularLimitsMax) == 0x000030, "Member 'FAnimPhysConstraintSetup::AngularLimitsMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, AngularTarget) == 0x00003C, "Member 'FAnimPhysConstraintSetup::AngularTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimPhysPlanarLimit \ +static_assert(alignof(FAnimPhysPlanarLimit) == 0x000010, "Wrong alignment on FAnimPhysPlanarLimit"); \ +static_assert(sizeof(FAnimPhysPlanarLimit) == 0x000050, "Wrong size on FAnimPhysPlanarLimit"); \ +static_assert(offsetof(FAnimPhysPlanarLimit, DrivingBone) == 0x000000, "Member 'FAnimPhysPlanarLimit::DrivingBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysPlanarLimit, PlaneTransform) == 0x000020, "Member 'FAnimPhysPlanarLimit::PlaneTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRotationRetargetingInfo \ +static_assert(alignof(FRotationRetargetingInfo) == 0x000010, "Wrong alignment on FRotationRetargetingInfo"); \ +static_assert(sizeof(FRotationRetargetingInfo) == 0x000130, "Wrong size on FRotationRetargetingInfo"); \ +static_assert(offsetof(FRotationRetargetingInfo, bEnabled) == 0x000000, "Member 'FRotationRetargetingInfo::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, Source) == 0x000010, "Member 'FRotationRetargetingInfo::Source' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, Target) == 0x000040, "Member 'FRotationRetargetingInfo::Target' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, RotationComponent) == 0x000070, "Member 'FRotationRetargetingInfo::RotationComponent' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, TwistAxis) == 0x000074, "Member 'FRotationRetargetingInfo::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, bUseAbsoluteAngle) == 0x000080, "Member 'FRotationRetargetingInfo::bUseAbsoluteAngle' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, SourceMinimum) == 0x000084, "Member 'FRotationRetargetingInfo::SourceMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, SourceMaximum) == 0x000088, "Member 'FRotationRetargetingInfo::SourceMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, TargetMinimum) == 0x00008C, "Member 'FRotationRetargetingInfo::TargetMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, TargetMaximum) == 0x000090, "Member 'FRotationRetargetingInfo::TargetMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, EasingType) == 0x000094, "Member 'FRotationRetargetingInfo::EasingType' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, CustomCurve) == 0x000098, "Member 'FRotationRetargetingInfo::CustomCurve' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, bFlipEasing) == 0x000120, "Member 'FRotationRetargetingInfo::bFlipEasing' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, EasingWeight) == 0x000124, "Member 'FRotationRetargetingInfo::EasingWeight' has a wrong offset!"); \ +static_assert(offsetof(FRotationRetargetingInfo, bClamp) == 0x000128, "Member 'FRotationRetargetingInfo::bClamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_AnimDynamics \ +static_assert(alignof(FAnimNode_AnimDynamics) == 0x000010, "Wrong alignment on FAnimNode_AnimDynamics"); \ +static_assert(sizeof(FAnimNode_AnimDynamics) == 0x000460, "Wrong size on FAnimNode_AnimDynamics"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, LinearDampingOverride) == 0x0000E8, "Member 'FAnimNode_AnimDynamics::LinearDampingOverride' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, AngularDampingOverride) == 0x0000EC, "Member 'FAnimNode_AnimDynamics::AngularDampingOverride' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, RelativeSpaceBone) == 0x000150, "Member 'FAnimNode_AnimDynamics::RelativeSpaceBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, BoundBone) == 0x000164, "Member 'FAnimNode_AnimDynamics::BoundBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ChainEnd) == 0x000178, "Member 'FAnimNode_AnimDynamics::ChainEnd' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, BoxExtents) == 0x00018C, "Member 'FAnimNode_AnimDynamics::BoxExtents' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, LocalJointOffset) == 0x000198, "Member 'FAnimNode_AnimDynamics::LocalJointOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, GravityScale) == 0x0001A4, "Member 'FAnimNode_AnimDynamics::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, GravityOverride) == 0x0001A8, "Member 'FAnimNode_AnimDynamics::GravityOverride' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, LinearSpringConstant) == 0x0001B4, "Member 'FAnimNode_AnimDynamics::LinearSpringConstant' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, AngularSpringConstant) == 0x0001B8, "Member 'FAnimNode_AnimDynamics::AngularSpringConstant' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, WindScale) == 0x0001BC, "Member 'FAnimNode_AnimDynamics::WindScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ComponentLinearAccScale) == 0x0001C0, "Member 'FAnimNode_AnimDynamics::ComponentLinearAccScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ComponentLinearVelScale) == 0x0001CC, "Member 'FAnimNode_AnimDynamics::ComponentLinearVelScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ComponentAppliedLinearAccClamp) == 0x0001D8, "Member 'FAnimNode_AnimDynamics::ComponentAppliedLinearAccClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, AngularBiasOverride) == 0x0001E4, "Member 'FAnimNode_AnimDynamics::AngularBiasOverride' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, NumSolverIterationsPreUpdate) == 0x0001E8, "Member 'FAnimNode_AnimDynamics::NumSolverIterationsPreUpdate' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, NumSolverIterationsPostUpdate) == 0x0001EC, "Member 'FAnimNode_AnimDynamics::NumSolverIterationsPostUpdate' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ConstraintSetup) == 0x0001F0, "Member 'FAnimNode_AnimDynamics::ConstraintSetup' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, SphericalLimits) == 0x000238, "Member 'FAnimNode_AnimDynamics::SphericalLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, SphereCollisionRadius) == 0x000248, "Member 'FAnimNode_AnimDynamics::SphereCollisionRadius' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ExternalForce) == 0x00024C, "Member 'FAnimNode_AnimDynamics::ExternalForce' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, PlanarLimits) == 0x000258, "Member 'FAnimNode_AnimDynamics::PlanarLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, CollisionType) == 0x000268, "Member 'FAnimNode_AnimDynamics::CollisionType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, SimulationSpace) == 0x000269, "Member 'FAnimNode_AnimDynamics::SimulationSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, RetargetingSettings) == 0x000270, "Member 'FAnimNode_AnimDynamics::RetargetingSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ApplyAdditive \ +static_assert(alignof(FAnimNode_ApplyAdditive) == 0x000008, "Wrong alignment on FAnimNode_ApplyAdditive"); \ +static_assert(sizeof(FAnimNode_ApplyAdditive) == 0x0000E8, "Wrong size on FAnimNode_ApplyAdditive"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, Base) == 0x000020, "Member 'FAnimNode_ApplyAdditive::Base' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, Additive) == 0x000030, "Member 'FAnimNode_ApplyAdditive::Additive' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, Alpha) == 0x000040, "Member 'FAnimNode_ApplyAdditive::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaScaleBias) == 0x000044, "Member 'FAnimNode_ApplyAdditive::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, LODThreshold) == 0x00004C, "Member 'FAnimNode_ApplyAdditive::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, LODInterpolateTime) == 0x000050, "Member 'FAnimNode_ApplyAdditive::LODInterpolateTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, LODInterpolateTimer) == 0x000054, "Member 'FAnimNode_ApplyAdditive::LODInterpolateTimer' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaBoolBlend) == 0x000058, "Member 'FAnimNode_ApplyAdditive::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaCurveName) == 0x0000A0, "Member 'FAnimNode_ApplyAdditive::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaScaleBiasClamp) == 0x0000AC, "Member 'FAnimNode_ApplyAdditive::AlphaScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaInputType) == 0x0000E0, "Member 'FAnimNode_ApplyAdditive::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, bAlphaBoolEnabled) == 0x0000E1, "Member 'FAnimNode_ApplyAdditive::bAlphaBoolEnabled' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, bUpdateAlphaCurveDuringEvaluation) == 0x0000E2, "Member 'FAnimNode_ApplyAdditive::bUpdateAlphaCurveDuringEvaluation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAngularRangeLimit \ +static_assert(alignof(FAngularRangeLimit) == 0x000004, "Wrong alignment on FAngularRangeLimit"); \ +static_assert(sizeof(FAngularRangeLimit) == 0x00002C, "Wrong size on FAngularRangeLimit"); \ +static_assert(offsetof(FAngularRangeLimit, LimitMin) == 0x000000, "Member 'FAngularRangeLimit::LimitMin' has a wrong offset!"); \ +static_assert(offsetof(FAngularRangeLimit, LimitMax) == 0x00000C, "Member 'FAngularRangeLimit::LimitMax' has a wrong offset!"); \ +static_assert(offsetof(FAngularRangeLimit, Bone) == 0x000018, "Member 'FAngularRangeLimit::Bone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ApplyLimits \ +static_assert(alignof(FAnimNode_ApplyLimits) == 0x000008, "Wrong alignment on FAnimNode_ApplyLimits"); \ +static_assert(sizeof(FAnimNode_ApplyLimits) == 0x000108, "Wrong size on FAnimNode_ApplyLimits"); \ +static_assert(offsetof(FAnimNode_ApplyLimits, AngularRangeLimits) == 0x0000E8, "Member 'FAnimNode_ApplyLimits::AngularRangeLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyLimits, AngularOffsets) == 0x0000F8, "Member 'FAnimNode_ApplyLimits::AngularOffsets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlendBoneByChannelEntry \ +static_assert(alignof(FBlendBoneByChannelEntry) == 0x000004, "Wrong alignment on FBlendBoneByChannelEntry"); \ +static_assert(sizeof(FBlendBoneByChannelEntry) == 0x00002C, "Wrong size on FBlendBoneByChannelEntry"); \ +static_assert(offsetof(FBlendBoneByChannelEntry, SourceBone) == 0x000000, "Member 'FBlendBoneByChannelEntry::SourceBone' has a wrong offset!"); \ +static_assert(offsetof(FBlendBoneByChannelEntry, TargetBone) == 0x000014, "Member 'FBlendBoneByChannelEntry::TargetBone' has a wrong offset!"); \ +static_assert(offsetof(FBlendBoneByChannelEntry, bBlendTranslation) == 0x000028, "Member 'FBlendBoneByChannelEntry::bBlendTranslation' has a wrong offset!"); \ +static_assert(offsetof(FBlendBoneByChannelEntry, bBlendRotation) == 0x000029, "Member 'FBlendBoneByChannelEntry::bBlendRotation' has a wrong offset!"); \ +static_assert(offsetof(FBlendBoneByChannelEntry, bBlendScale) == 0x00002A, "Member 'FBlendBoneByChannelEntry::bBlendScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendBoneByChannel \ +static_assert(alignof(FAnimNode_BlendBoneByChannel) == 0x000008, "Wrong alignment on FAnimNode_BlendBoneByChannel"); \ +static_assert(sizeof(FAnimNode_BlendBoneByChannel) == 0x000078, "Wrong size on FAnimNode_BlendBoneByChannel"); \ +static_assert(offsetof(FAnimNode_BlendBoneByChannel, A) == 0x000020, "Member 'FAnimNode_BlendBoneByChannel::A' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendBoneByChannel, B) == 0x000030, "Member 'FAnimNode_BlendBoneByChannel::B' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendBoneByChannel, BoneDefinitions) == 0x000040, "Member 'FAnimNode_BlendBoneByChannel::BoneDefinitions' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendBoneByChannel, Alpha) == 0x000060, "Member 'FAnimNode_BlendBoneByChannel::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendBoneByChannel, AlphaScaleBias) == 0x000068, "Member 'FAnimNode_BlendBoneByChannel::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendBoneByChannel, TransformsSpace) == 0x000070, "Member 'FAnimNode_BlendBoneByChannel::TransformsSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendListBase \ +static_assert(alignof(FAnimNode_BlendListBase) == 0x000008, "Wrong alignment on FAnimNode_BlendListBase"); \ +static_assert(sizeof(FAnimNode_BlendListBase) == 0x0000A8, "Wrong size on FAnimNode_BlendListBase"); \ +static_assert(offsetof(FAnimNode_BlendListBase, BlendPose) == 0x000020, "Member 'FAnimNode_BlendListBase::BlendPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendListBase, BlendTime) == 0x000030, "Member 'FAnimNode_BlendListBase::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendListBase, TransitionType) == 0x000040, "Member 'FAnimNode_BlendListBase::TransitionType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendListBase, BlendType) == 0x000041, "Member 'FAnimNode_BlendListBase::BlendType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendListBase, bResetChildOnActivation) == 0x000042, "Member 'FAnimNode_BlendListBase::bResetChildOnActivation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendListBase, CustomBlendCurve) == 0x000048, "Member 'FAnimNode_BlendListBase::CustomBlendCurve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendListBase, BlendProfile) == 0x000050, "Member 'FAnimNode_BlendListBase::BlendProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendListByBool \ +static_assert(alignof(FAnimNode_BlendListByBool) == 0x000008, "Wrong alignment on FAnimNode_BlendListByBool"); \ +static_assert(sizeof(FAnimNode_BlendListByBool) == 0x0000B0, "Wrong size on FAnimNode_BlendListByBool"); \ +static_assert(offsetof(FAnimNode_BlendListByBool, bActiveValue) == 0x0000A8, "Member 'FAnimNode_BlendListByBool::bActiveValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendListByEnum \ +static_assert(alignof(FAnimNode_BlendListByEnum) == 0x000008, "Wrong alignment on FAnimNode_BlendListByEnum"); \ +static_assert(sizeof(FAnimNode_BlendListByEnum) == 0x0000C0, "Wrong size on FAnimNode_BlendListByEnum"); \ +static_assert(offsetof(FAnimNode_BlendListByEnum, EnumToPoseIndex) == 0x0000A8, "Member 'FAnimNode_BlendListByEnum::EnumToPoseIndex' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendListByEnum, ActiveEnumValue) == 0x0000B8, "Member 'FAnimNode_BlendListByEnum::ActiveEnumValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendListByInt \ +static_assert(alignof(FAnimNode_BlendListByInt) == 0x000008, "Wrong alignment on FAnimNode_BlendListByInt"); \ +static_assert(sizeof(FAnimNode_BlendListByInt) == 0x0000B0, "Wrong size on FAnimNode_BlendListByInt"); \ +static_assert(offsetof(FAnimNode_BlendListByInt, ActiveChildIndex) == 0x0000A8, "Member 'FAnimNode_BlendListByInt::ActiveChildIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendSpaceEvaluator \ +static_assert(alignof(FAnimNode_BlendSpaceEvaluator) == 0x000008, "Wrong alignment on FAnimNode_BlendSpaceEvaluator"); \ +static_assert(sizeof(FAnimNode_BlendSpaceEvaluator) == 0x000108, "Wrong size on FAnimNode_BlendSpaceEvaluator"); \ +static_assert(offsetof(FAnimNode_BlendSpaceEvaluator, NormalizedTime) == 0x000100, "Member 'FAnimNode_BlendSpaceEvaluator::NormalizedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BoneDrivenController \ +static_assert(alignof(FAnimNode_BoneDrivenController) == 0x000008, "Wrong alignment on FAnimNode_BoneDrivenController"); \ +static_assert(sizeof(FAnimNode_BoneDrivenController) == 0x000148, "Wrong size on FAnimNode_BoneDrivenController"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, SourceBone) == 0x0000E8, "Member 'FAnimNode_BoneDrivenController::SourceBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, DrivingCurve) == 0x000100, "Member 'FAnimNode_BoneDrivenController::DrivingCurve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, Multiplier) == 0x000108, "Member 'FAnimNode_BoneDrivenController::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, RangeMin) == 0x00010C, "Member 'FAnimNode_BoneDrivenController::RangeMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, RangeMax) == 0x000110, "Member 'FAnimNode_BoneDrivenController::RangeMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, RemappedMin) == 0x000114, "Member 'FAnimNode_BoneDrivenController::RemappedMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, RemappedMax) == 0x000118, "Member 'FAnimNode_BoneDrivenController::RemappedMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, ParameterName) == 0x00011C, "Member 'FAnimNode_BoneDrivenController::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, TargetBone) == 0x000128, "Member 'FAnimNode_BoneDrivenController::TargetBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, DestinationMode) == 0x00013C, "Member 'FAnimNode_BoneDrivenController::DestinationMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, ModificationMode) == 0x00013D, "Member 'FAnimNode_BoneDrivenController::ModificationMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, SourceComponent) == 0x00013E, "Member 'FAnimNode_BoneDrivenController::SourceComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSocketReference \ +static_assert(alignof(FSocketReference) == 0x000010, "Wrong alignment on FSocketReference"); \ +static_assert(sizeof(FSocketReference) == 0x000050, "Wrong size on FSocketReference"); \ +static_assert(offsetof(FSocketReference, SocketName) == 0x000030, "Member 'FSocketReference::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoneSocketTarget \ +static_assert(alignof(FBoneSocketTarget) == 0x000010, "Wrong alignment on FBoneSocketTarget"); \ +static_assert(sizeof(FBoneSocketTarget) == 0x000070, "Wrong size on FBoneSocketTarget"); \ +static_assert(offsetof(FBoneSocketTarget, bUseSocket) == 0x000000, "Member 'FBoneSocketTarget::bUseSocket' has a wrong offset!"); \ +static_assert(offsetof(FBoneSocketTarget, BoneReference) == 0x000004, "Member 'FBoneSocketTarget::BoneReference' has a wrong offset!"); \ +static_assert(offsetof(FBoneSocketTarget, SocketReference) == 0x000020, "Member 'FBoneSocketTarget::SocketReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_CCDIK \ +static_assert(alignof(FAnimNode_CCDIK) == 0x000010, "Wrong alignment on FAnimNode_CCDIK"); \ +static_assert(sizeof(FAnimNode_CCDIK) == 0x0001C0, "Wrong size on FAnimNode_CCDIK"); \ +static_assert(offsetof(FAnimNode_CCDIK, EffectorLocation) == 0x0000E8, "Member 'FAnimNode_CCDIK::EffectorLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, EffectorLocationSpace) == 0x0000F4, "Member 'FAnimNode_CCDIK::EffectorLocationSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, EffectorTarget) == 0x000100, "Member 'FAnimNode_CCDIK::EffectorTarget' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, TipBone) == 0x000170, "Member 'FAnimNode_CCDIK::TipBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, RootBone) == 0x000184, "Member 'FAnimNode_CCDIK::RootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, Precision) == 0x000198, "Member 'FAnimNode_CCDIK::Precision' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, MaxIterations) == 0x00019C, "Member 'FAnimNode_CCDIK::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, bStartFromTail) == 0x0001A0, "Member 'FAnimNode_CCDIK::bStartFromTail' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, bEnableRotationLimit) == 0x0001A1, "Member 'FAnimNode_CCDIK::bEnableRotationLimit' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, RotationLimitPerJoints) == 0x0001A8, "Member 'FAnimNode_CCDIK::RotationLimitPerJoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraint \ +static_assert(alignof(FConstraint) == 0x000004, "Wrong alignment on FConstraint"); \ +static_assert(sizeof(FConstraint) == 0x000020, "Wrong size on FConstraint"); \ +static_assert(offsetof(FConstraint, TargetBone) == 0x000000, "Member 'FConstraint::TargetBone' has a wrong offset!"); \ +static_assert(offsetof(FConstraint, OffsetOption) == 0x000014, "Member 'FConstraint::OffsetOption' has a wrong offset!"); \ +static_assert(offsetof(FConstraint, TransformType) == 0x000015, "Member 'FConstraint::TransformType' has a wrong offset!"); \ +static_assert(offsetof(FConstraint, PerAxis) == 0x000016, "Member 'FConstraint::PerAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_Constraint \ +static_assert(alignof(FAnimNode_Constraint) == 0x000008, "Wrong alignment on FAnimNode_Constraint"); \ +static_assert(sizeof(FAnimNode_Constraint) == 0x000130, "Wrong size on FAnimNode_Constraint"); \ +static_assert(offsetof(FAnimNode_Constraint, BoneToModify) == 0x0000E8, "Member 'FAnimNode_Constraint::BoneToModify' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Constraint, ConstraintSetup) == 0x000100, "Member 'FAnimNode_Constraint::ConstraintSetup' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Constraint, ConstraintWeights) == 0x000110, "Member 'FAnimNode_Constraint::ConstraintWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_CopyBone \ +static_assert(alignof(FAnimNode_CopyBone) == 0x000008, "Wrong alignment on FAnimNode_CopyBone"); \ +static_assert(sizeof(FAnimNode_CopyBone) == 0x000118, "Wrong size on FAnimNode_CopyBone"); \ +static_assert(offsetof(FAnimNode_CopyBone, SourceBone) == 0x0000E8, "Member 'FAnimNode_CopyBone::SourceBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBone, TargetBone) == 0x0000FC, "Member 'FAnimNode_CopyBone::TargetBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBone, bCopyTranslation) == 0x000110, "Member 'FAnimNode_CopyBone::bCopyTranslation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBone, bCopyRotation) == 0x000111, "Member 'FAnimNode_CopyBone::bCopyRotation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBone, bCopyScale) == 0x000112, "Member 'FAnimNode_CopyBone::bCopyScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBone, ControlSpace) == 0x000113, "Member 'FAnimNode_CopyBone::ControlSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_CopyBoneDelta \ +static_assert(alignof(FAnimNode_CopyBoneDelta) == 0x000008, "Wrong alignment on FAnimNode_CopyBoneDelta"); \ +static_assert(sizeof(FAnimNode_CopyBoneDelta) == 0x000120, "Wrong size on FAnimNode_CopyBoneDelta"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, SourceBone) == 0x0000E8, "Member 'FAnimNode_CopyBoneDelta::SourceBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, TargetBone) == 0x0000FC, "Member 'FAnimNode_CopyBoneDelta::TargetBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, bCopyTranslation) == 0x000110, "Member 'FAnimNode_CopyBoneDelta::bCopyTranslation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, bCopyRotation) == 0x000111, "Member 'FAnimNode_CopyBoneDelta::bCopyRotation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, bCopyScale) == 0x000112, "Member 'FAnimNode_CopyBoneDelta::bCopyScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, CopyMode) == 0x000113, "Member 'FAnimNode_CopyBoneDelta::CopyMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, TranslationMultiplier) == 0x000114, "Member 'FAnimNode_CopyBoneDelta::TranslationMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, RotationMultiplier) == 0x000118, "Member 'FAnimNode_CopyBoneDelta::RotationMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, ScaleMultiplier) == 0x00011C, "Member 'FAnimNode_CopyBoneDelta::ScaleMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_CopyPoseFromMesh \ +static_assert(alignof(FAnimNode_CopyPoseFromMesh) == 0x000008, "Wrong alignment on FAnimNode_CopyPoseFromMesh"); \ +static_assert(sizeof(FAnimNode_CopyPoseFromMesh) == 0x0001E8, "Wrong size on FAnimNode_CopyPoseFromMesh"); \ +static_assert(offsetof(FAnimNode_CopyPoseFromMesh, SourceMeshComponent) == 0x000020, "Member 'FAnimNode_CopyPoseFromMesh::SourceMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyPoseFromMesh, bCopyCustomAttributes) == 0x000029, "Member 'FAnimNode_CopyPoseFromMesh::bCopyCustomAttributes' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyPoseFromMesh, RootBoneToCopy) == 0x00002C, "Member 'FAnimNode_CopyPoseFromMesh::RootBoneToCopy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_CurveSource \ +static_assert(alignof(FAnimNode_CurveSource) == 0x000008, "Wrong alignment on FAnimNode_CurveSource"); \ +static_assert(sizeof(FAnimNode_CurveSource) == 0x000050, "Wrong size on FAnimNode_CurveSource"); \ +static_assert(offsetof(FAnimNode_CurveSource, SourcePose) == 0x000020, "Member 'FAnimNode_CurveSource::SourcePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CurveSource, SourceBinding) == 0x000030, "Member 'FAnimNode_CurveSource::SourceBinding' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CurveSource, Alpha) == 0x00003C, "Member 'FAnimNode_CurveSource::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CurveSource, CurveSource) == 0x000040, "Member 'FAnimNode_CurveSource::CurveSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_Fabrik \ +static_assert(alignof(FAnimNode_Fabrik) == 0x000010, "Wrong alignment on FAnimNode_Fabrik"); \ +static_assert(sizeof(FAnimNode_Fabrik) == 0x0001D0, "Wrong size on FAnimNode_Fabrik"); \ +static_assert(offsetof(FAnimNode_Fabrik, EffectorTransform) == 0x0000F0, "Member 'FAnimNode_Fabrik::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, EffectorTarget) == 0x000120, "Member 'FAnimNode_Fabrik::EffectorTarget' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, TipBone) == 0x000190, "Member 'FAnimNode_Fabrik::TipBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, RootBone) == 0x0001A4, "Member 'FAnimNode_Fabrik::RootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, Precision) == 0x0001B8, "Member 'FAnimNode_Fabrik::Precision' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, MaxIterations) == 0x0001BC, "Member 'FAnimNode_Fabrik::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, EffectorTransformSpace) == 0x0001C0, "Member 'FAnimNode_Fabrik::EffectorTransformSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, EffectorRotationSource) == 0x0001C1, "Member 'FAnimNode_Fabrik::EffectorRotationSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_HandIKRetargeting \ +static_assert(alignof(FAnimNode_HandIKRetargeting) == 0x000008, "Wrong alignment on FAnimNode_HandIKRetargeting"); \ +static_assert(sizeof(FAnimNode_HandIKRetargeting) == 0x000150, "Wrong size on FAnimNode_HandIKRetargeting"); \ +static_assert(offsetof(FAnimNode_HandIKRetargeting, RightHandFK) == 0x0000E8, "Member 'FAnimNode_HandIKRetargeting::RightHandFK' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_HandIKRetargeting, LeftHandFK) == 0x0000FC, "Member 'FAnimNode_HandIKRetargeting::LeftHandFK' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_HandIKRetargeting, RightHandIK) == 0x000110, "Member 'FAnimNode_HandIKRetargeting::RightHandIK' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_HandIKRetargeting, LeftHandIK) == 0x000124, "Member 'FAnimNode_HandIKRetargeting::LeftHandIK' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_HandIKRetargeting, IKBonesToMove) == 0x000138, "Member 'FAnimNode_HandIKRetargeting::IKBonesToMove' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_HandIKRetargeting, HandFKWeight) == 0x000148, "Member 'FAnimNode_HandIKRetargeting::HandFKWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LayeredBoneBlend \ +static_assert(alignof(FAnimNode_LayeredBoneBlend) == 0x000008, "Wrong alignment on FAnimNode_LayeredBoneBlend"); \ +static_assert(sizeof(FAnimNode_LayeredBoneBlend) == 0x0000E8, "Wrong size on FAnimNode_LayeredBoneBlend"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, BasePose) == 0x000020, "Member 'FAnimNode_LayeredBoneBlend::BasePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, BlendPoses) == 0x000030, "Member 'FAnimNode_LayeredBoneBlend::BlendPoses' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, LayerSetup) == 0x000040, "Member 'FAnimNode_LayeredBoneBlend::LayerSetup' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, BlendWeights) == 0x000050, "Member 'FAnimNode_LayeredBoneBlend::BlendWeights' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, bMeshSpaceRotationBlend) == 0x000060, "Member 'FAnimNode_LayeredBoneBlend::bMeshSpaceRotationBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, bMeshSpaceScaleBlend) == 0x000061, "Member 'FAnimNode_LayeredBoneBlend::bMeshSpaceScaleBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, CurveBlendOption) == 0x000062, "Member 'FAnimNode_LayeredBoneBlend::CurveBlendOption' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, bBlendRootMotionBasedOnRootBone) == 0x000063, "Member 'FAnimNode_LayeredBoneBlend::bBlendRootMotionBasedOnRootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, LODThreshold) == 0x000068, "Member 'FAnimNode_LayeredBoneBlend::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, LODInterpolateTime) == 0x00006C, "Member 'FAnimNode_LayeredBoneBlend::LODInterpolateTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, LODInterpolateTimer) == 0x000070, "Member 'FAnimNode_LayeredBoneBlend::LODInterpolateTimer' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, CurveNamesToIgnore) == 0x000078, "Member 'FAnimNode_LayeredBoneBlend::CurveNamesToIgnore' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, PerBoneBlendWeights) == 0x000088, "Member 'FAnimNode_LayeredBoneBlend::PerBoneBlendWeights' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, SkeletonGuid) == 0x000098, "Member 'FAnimNode_LayeredBoneBlend::SkeletonGuid' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, VirtualBoneGuid) == 0x0000A8, "Member 'FAnimNode_LayeredBoneBlend::VirtualBoneGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimLegIKDefinition \ +static_assert(alignof(FAnimLegIKDefinition) == 0x000004, "Wrong alignment on FAnimLegIKDefinition"); \ +static_assert(sizeof(FAnimLegIKDefinition) == 0x000034, "Wrong size on FAnimLegIKDefinition"); \ +static_assert(offsetof(FAnimLegIKDefinition, IKFootBone) == 0x000000, "Member 'FAnimLegIKDefinition::IKFootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, FKFootBone) == 0x000014, "Member 'FAnimLegIKDefinition::FKFootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, NumBonesInLimb) == 0x000028, "Member 'FAnimLegIKDefinition::NumBonesInLimb' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, MinRotationAngle) == 0x00002C, "Member 'FAnimLegIKDefinition::MinRotationAngle' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, FootBoneForwardAxis) == 0x000030, "Member 'FAnimLegIKDefinition::FootBoneForwardAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, HingeRotationAxis) == 0x000031, "Member 'FAnimLegIKDefinition::HingeRotationAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, bEnableRotationLimit) == 0x000032, "Member 'FAnimLegIKDefinition::bEnableRotationLimit' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, bEnableKneeTwistCorrection) == 0x000033, "Member 'FAnimLegIKDefinition::bEnableKneeTwistCorrection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LegIK \ +static_assert(alignof(FAnimNode_LegIK) == 0x000008, "Wrong alignment on FAnimNode_LegIK"); \ +static_assert(sizeof(FAnimNode_LegIK) == 0x000118, "Wrong size on FAnimNode_LegIK"); \ +static_assert(offsetof(FAnimNode_LegIK, ReachPrecision) == 0x0000E8, "Member 'FAnimNode_LegIK::ReachPrecision' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LegIK, MaxIterations) == 0x0000EC, "Member 'FAnimNode_LegIK::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LegIK, LegsDefinition) == 0x0000F0, "Member 'FAnimNode_LegIK::LegsDefinition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimLegIKData \ +static_assert(alignof(FAnimLegIKData) == 0x000010, "Wrong alignment on FAnimLegIKData"); \ +static_assert(sizeof(FAnimLegIKData) == 0x0000A0, "Wrong size on FAnimLegIKData"); \ + +#define DUMPER7_ASSERTS_FIKChain \ +static_assert(alignof(FIKChain) == 0x000008, "Wrong alignment on FIKChain"); \ +static_assert(sizeof(FIKChain) == 0x000038, "Wrong size on FIKChain"); \ + +#define DUMPER7_ASSERTS_FIKChainLink \ +static_assert(alignof(FIKChainLink) == 0x000004, "Wrong alignment on FIKChainLink"); \ +static_assert(sizeof(FIKChainLink) == 0x000040, "Wrong size on FIKChainLink"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LookAt \ +static_assert(alignof(FAnimNode_LookAt) == 0x000010, "Wrong alignment on FAnimNode_LookAt"); \ +static_assert(sizeof(FAnimNode_LookAt) == 0x0001E0, "Wrong size on FAnimNode_LookAt"); \ +static_assert(offsetof(FAnimNode_LookAt, BoneToModify) == 0x0000E8, "Member 'FAnimNode_LookAt::BoneToModify' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, LookAtTarget) == 0x000100, "Member 'FAnimNode_LookAt::LookAtTarget' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, LookAtLocation) == 0x000170, "Member 'FAnimNode_LookAt::LookAtLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, LookAt_Axis) == 0x00017C, "Member 'FAnimNode_LookAt::LookAt_Axis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, bUseLookUpAxis) == 0x00018C, "Member 'FAnimNode_LookAt::bUseLookUpAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, InterpolationType) == 0x00018D, "Member 'FAnimNode_LookAt::InterpolationType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, LookUp_Axis) == 0x000190, "Member 'FAnimNode_LookAt::LookUp_Axis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, LookAtClamp) == 0x0001A0, "Member 'FAnimNode_LookAt::LookAtClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, InterpolationTime) == 0x0001A4, "Member 'FAnimNode_LookAt::InterpolationTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, InterpolationTriggerThreashold) == 0x0001A8, "Member 'FAnimNode_LookAt::InterpolationTriggerThreashold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_MakeDynamicAdditive \ +static_assert(alignof(FAnimNode_MakeDynamicAdditive) == 0x000008, "Wrong alignment on FAnimNode_MakeDynamicAdditive"); \ +static_assert(sizeof(FAnimNode_MakeDynamicAdditive) == 0x000048, "Wrong size on FAnimNode_MakeDynamicAdditive"); \ +static_assert(offsetof(FAnimNode_MakeDynamicAdditive, Base) == 0x000020, "Member 'FAnimNode_MakeDynamicAdditive::Base' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MakeDynamicAdditive, Additive) == 0x000030, "Member 'FAnimNode_MakeDynamicAdditive::Additive' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MakeDynamicAdditive, bMeshSpaceAdditive) == 0x000040, "Member 'FAnimNode_MakeDynamicAdditive::bMeshSpaceAdditive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ModifyBone \ +static_assert(alignof(FAnimNode_ModifyBone) == 0x000008, "Wrong alignment on FAnimNode_ModifyBone"); \ +static_assert(sizeof(FAnimNode_ModifyBone) == 0x000138, "Wrong size on FAnimNode_ModifyBone"); \ +static_assert(offsetof(FAnimNode_ModifyBone, BoneToModify) == 0x0000E8, "Member 'FAnimNode_ModifyBone::BoneToModify' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyBone, Translation) == 0x0000FC, "Member 'FAnimNode_ModifyBone::Translation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyBone, Rotation) == 0x000108, "Member 'FAnimNode_ModifyBone::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyBone, Scale) == 0x000114, "Member 'FAnimNode_ModifyBone::Scale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyBone, TranslationMode) == 0x000120, "Member 'FAnimNode_ModifyBone::TranslationMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyBone, TranslationAffectedAxis) == 0x000124, "Member 'FAnimNode_ModifyBone::TranslationAffectedAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyBone, RotationMode) == 0x000130, "Member 'FAnimNode_ModifyBone::RotationMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyBone, ScaleMode) == 0x000131, "Member 'FAnimNode_ModifyBone::ScaleMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyBone, TranslationSpace) == 0x000132, "Member 'FAnimNode_ModifyBone::TranslationSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyBone, RotationSpace) == 0x000133, "Member 'FAnimNode_ModifyBone::RotationSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyBone, ScaleSpace) == 0x000134, "Member 'FAnimNode_ModifyBone::ScaleSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_MultiWayBlend \ +static_assert(alignof(FAnimNode_MultiWayBlend) == 0x000008, "Wrong alignment on FAnimNode_MultiWayBlend"); \ +static_assert(sizeof(FAnimNode_MultiWayBlend) == 0x000060, "Wrong size on FAnimNode_MultiWayBlend"); \ +static_assert(offsetof(FAnimNode_MultiWayBlend, Poses) == 0x000020, "Member 'FAnimNode_MultiWayBlend::Poses' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MultiWayBlend, DesiredAlphas) == 0x000030, "Member 'FAnimNode_MultiWayBlend::DesiredAlphas' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MultiWayBlend, AlphaScaleBias) == 0x000050, "Member 'FAnimNode_MultiWayBlend::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MultiWayBlend, bAdditiveNode) == 0x000058, "Member 'FAnimNode_MultiWayBlend::bAdditiveNode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MultiWayBlend, bNormalizeAlpha) == 0x000059, "Member 'FAnimNode_MultiWayBlend::bNormalizeAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ObserveBone \ +static_assert(alignof(FAnimNode_ObserveBone) == 0x000008, "Wrong alignment on FAnimNode_ObserveBone"); \ +static_assert(sizeof(FAnimNode_ObserveBone) == 0x000128, "Wrong size on FAnimNode_ObserveBone"); \ +static_assert(offsetof(FAnimNode_ObserveBone, BoneToObserve) == 0x0000E8, "Member 'FAnimNode_ObserveBone::BoneToObserve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ObserveBone, DisplaySpace) == 0x0000FC, "Member 'FAnimNode_ObserveBone::DisplaySpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ObserveBone, bRelativeToRefPose) == 0x0000FD, "Member 'FAnimNode_ObserveBone::bRelativeToRefPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ObserveBone, Translation) == 0x000100, "Member 'FAnimNode_ObserveBone::Translation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ObserveBone, Rotation) == 0x00010C, "Member 'FAnimNode_ObserveBone::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ObserveBone, Scale) == 0x000118, "Member 'FAnimNode_ObserveBone::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_PoseHandler \ +static_assert(alignof(FAnimNode_PoseHandler) == 0x000008, "Wrong alignment on FAnimNode_PoseHandler"); \ +static_assert(sizeof(FAnimNode_PoseHandler) == 0x000090, "Wrong size on FAnimNode_PoseHandler"); \ +static_assert(offsetof(FAnimNode_PoseHandler, PoseAsset) == 0x000048, "Member 'FAnimNode_PoseHandler::PoseAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_PoseBlendNode \ +static_assert(alignof(FAnimNode_PoseBlendNode) == 0x000008, "Wrong alignment on FAnimNode_PoseBlendNode"); \ +static_assert(sizeof(FAnimNode_PoseBlendNode) == 0x0000B0, "Wrong size on FAnimNode_PoseBlendNode"); \ +static_assert(offsetof(FAnimNode_PoseBlendNode, SourcePose) == 0x000090, "Member 'FAnimNode_PoseBlendNode::SourcePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseBlendNode, BlendOption) == 0x0000A0, "Member 'FAnimNode_PoseBlendNode::BlendOption' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseBlendNode, CustomCurve) == 0x0000A8, "Member 'FAnimNode_PoseBlendNode::CustomCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_PoseByName \ +static_assert(alignof(FAnimNode_PoseByName) == 0x000008, "Wrong alignment on FAnimNode_PoseByName"); \ +static_assert(sizeof(FAnimNode_PoseByName) == 0x0000B0, "Wrong size on FAnimNode_PoseByName"); \ +static_assert(offsetof(FAnimNode_PoseByName, PoseName) == 0x000090, "Member 'FAnimNode_PoseByName::PoseName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseByName, PoseWeight) == 0x00009C, "Member 'FAnimNode_PoseByName::PoseWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseDriverTransform \ +static_assert(alignof(FPoseDriverTransform) == 0x000004, "Wrong alignment on FPoseDriverTransform"); \ +static_assert(sizeof(FPoseDriverTransform) == 0x000018, "Wrong size on FPoseDriverTransform"); \ +static_assert(offsetof(FPoseDriverTransform, TargetTranslation) == 0x000000, "Member 'FPoseDriverTransform::TargetTranslation' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTransform, TargetRotation) == 0x00000C, "Member 'FPoseDriverTransform::TargetRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseDriverTarget \ +static_assert(alignof(FPoseDriverTarget) == 0x000008, "Wrong alignment on FPoseDriverTarget"); \ +static_assert(sizeof(FPoseDriverTarget) == 0x0000C0, "Wrong size on FPoseDriverTarget"); \ +static_assert(offsetof(FPoseDriverTarget, BoneTransforms) == 0x000000, "Member 'FPoseDriverTarget::BoneTransforms' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTarget, TargetRotation) == 0x000010, "Member 'FPoseDriverTarget::TargetRotation' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTarget, TargetScale) == 0x00001C, "Member 'FPoseDriverTarget::TargetScale' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTarget, DistanceMethod) == 0x000020, "Member 'FPoseDriverTarget::DistanceMethod' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTarget, FunctionType) == 0x000021, "Member 'FPoseDriverTarget::FunctionType' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTarget, bApplyCustomCurve) == 0x000022, "Member 'FPoseDriverTarget::bApplyCustomCurve' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTarget, CustomCurve) == 0x000028, "Member 'FPoseDriverTarget::CustomCurve' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTarget, DrivenName) == 0x0000A8, "Member 'FPoseDriverTarget::DrivenName' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTarget, bIsHidden) == 0x0000BC, "Member 'FPoseDriverTarget::bIsHidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRBFParams \ +static_assert(alignof(FRBFParams) == 0x000004, "Wrong alignment on FRBFParams"); \ +static_assert(sizeof(FRBFParams) == 0x00002C, "Wrong size on FRBFParams"); \ +static_assert(offsetof(FRBFParams, TargetDimensions) == 0x000000, "Member 'FRBFParams::TargetDimensions' has a wrong offset!"); \ +static_assert(offsetof(FRBFParams, SolverType) == 0x000004, "Member 'FRBFParams::SolverType' has a wrong offset!"); \ +static_assert(offsetof(FRBFParams, Radius) == 0x000008, "Member 'FRBFParams::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRBFParams, bAutomaticRadius) == 0x00000C, "Member 'FRBFParams::bAutomaticRadius' has a wrong offset!"); \ +static_assert(offsetof(FRBFParams, Function) == 0x00000D, "Member 'FRBFParams::Function' has a wrong offset!"); \ +static_assert(offsetof(FRBFParams, DistanceMethod) == 0x00000E, "Member 'FRBFParams::DistanceMethod' has a wrong offset!"); \ +static_assert(offsetof(FRBFParams, TwistAxis) == 0x00000F, "Member 'FRBFParams::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FRBFParams, WeightThreshold) == 0x000010, "Member 'FRBFParams::WeightThreshold' has a wrong offset!"); \ +static_assert(offsetof(FRBFParams, NormalizeMethod) == 0x000014, "Member 'FRBFParams::NormalizeMethod' has a wrong offset!"); \ +static_assert(offsetof(FRBFParams, MedianReference) == 0x000018, "Member 'FRBFParams::MedianReference' has a wrong offset!"); \ +static_assert(offsetof(FRBFParams, MedianMin) == 0x000024, "Member 'FRBFParams::MedianMin' has a wrong offset!"); \ +static_assert(offsetof(FRBFParams, MedianMax) == 0x000028, "Member 'FRBFParams::MedianMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_PoseDriver \ +static_assert(alignof(FAnimNode_PoseDriver) == 0x000008, "Wrong alignment on FAnimNode_PoseDriver"); \ +static_assert(sizeof(FAnimNode_PoseDriver) == 0x000178, "Wrong size on FAnimNode_PoseDriver"); \ +static_assert(offsetof(FAnimNode_PoseDriver, SourcePose) == 0x000090, "Member 'FAnimNode_PoseDriver::SourcePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, SourceBones) == 0x0000A0, "Member 'FAnimNode_PoseDriver::SourceBones' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, OnlyDriveBones) == 0x0000B0, "Member 'FAnimNode_PoseDriver::OnlyDriveBones' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, PoseTargets) == 0x0000C0, "Member 'FAnimNode_PoseDriver::PoseTargets' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, EvalSpaceBone) == 0x000100, "Member 'FAnimNode_PoseDriver::EvalSpaceBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, RBFParams) == 0x000114, "Member 'FAnimNode_PoseDriver::RBFParams' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, DriveSource) == 0x000140, "Member 'FAnimNode_PoseDriver::DriveSource' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, DriveOutput) == 0x000141, "Member 'FAnimNode_PoseDriver::DriveOutput' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, LODThreshold) == 0x000144, "Member 'FAnimNode_PoseDriver::LODThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_PoseSnapshot \ +static_assert(alignof(FAnimNode_PoseSnapshot) == 0x000008, "Wrong alignment on FAnimNode_PoseSnapshot"); \ +static_assert(sizeof(FAnimNode_PoseSnapshot) == 0x0000C0, "Wrong size on FAnimNode_PoseSnapshot"); \ +static_assert(offsetof(FAnimNode_PoseSnapshot, SnapshotName) == 0x000020, "Member 'FAnimNode_PoseSnapshot::SnapshotName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseSnapshot, Snapshot) == 0x000030, "Member 'FAnimNode_PoseSnapshot::Snapshot' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseSnapshot, Mode) == 0x000070, "Member 'FAnimNode_PoseSnapshot::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRandomPlayerSequenceEntry \ +static_assert(alignof(FRandomPlayerSequenceEntry) == 0x000008, "Wrong alignment on FRandomPlayerSequenceEntry"); \ +static_assert(sizeof(FRandomPlayerSequenceEntry) == 0x000050, "Wrong size on FRandomPlayerSequenceEntry"); \ +static_assert(offsetof(FRandomPlayerSequenceEntry, Sequence) == 0x000000, "Member 'FRandomPlayerSequenceEntry::Sequence' has a wrong offset!"); \ +static_assert(offsetof(FRandomPlayerSequenceEntry, ChanceToPlay) == 0x000008, "Member 'FRandomPlayerSequenceEntry::ChanceToPlay' has a wrong offset!"); \ +static_assert(offsetof(FRandomPlayerSequenceEntry, MinLoopCount) == 0x00000C, "Member 'FRandomPlayerSequenceEntry::MinLoopCount' has a wrong offset!"); \ +static_assert(offsetof(FRandomPlayerSequenceEntry, MaxLoopCount) == 0x000010, "Member 'FRandomPlayerSequenceEntry::MaxLoopCount' has a wrong offset!"); \ +static_assert(offsetof(FRandomPlayerSequenceEntry, MinPlayRate) == 0x000014, "Member 'FRandomPlayerSequenceEntry::MinPlayRate' has a wrong offset!"); \ +static_assert(offsetof(FRandomPlayerSequenceEntry, MaxPlayRate) == 0x000018, "Member 'FRandomPlayerSequenceEntry::MaxPlayRate' has a wrong offset!"); \ +static_assert(offsetof(FRandomPlayerSequenceEntry, BlendIn) == 0x000020, "Member 'FRandomPlayerSequenceEntry::BlendIn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_RandomPlayer \ +static_assert(alignof(FAnimNode_RandomPlayer) == 0x000008, "Wrong alignment on FAnimNode_RandomPlayer"); \ +static_assert(sizeof(FAnimNode_RandomPlayer) == 0x000088, "Wrong size on FAnimNode_RandomPlayer"); \ +static_assert(offsetof(FAnimNode_RandomPlayer, Entries) == 0x000020, "Member 'FAnimNode_RandomPlayer::Entries' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RandomPlayer, bShuffleMode) == 0x000080, "Member 'FAnimNode_RandomPlayer::bShuffleMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_MeshSpaceRefPose \ +static_assert(alignof(FAnimNode_MeshSpaceRefPose) == 0x000008, "Wrong alignment on FAnimNode_MeshSpaceRefPose"); \ +static_assert(sizeof(FAnimNode_MeshSpaceRefPose) == 0x000020, "Wrong size on FAnimNode_MeshSpaceRefPose"); \ + +#define DUMPER7_ASSERTS_FAnimNode_RefPose \ +static_assert(alignof(FAnimNode_RefPose) == 0x000008, "Wrong alignment on FAnimNode_RefPose"); \ +static_assert(sizeof(FAnimNode_RefPose) == 0x000028, "Wrong size on FAnimNode_RefPose"); \ +static_assert(offsetof(FAnimNode_RefPose, RefPoseType) == 0x000020, "Member 'FAnimNode_RefPose::RefPoseType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ResetRoot \ +static_assert(alignof(FAnimNode_ResetRoot) == 0x000008, "Wrong alignment on FAnimNode_ResetRoot"); \ +static_assert(sizeof(FAnimNode_ResetRoot) == 0x0000F8, "Wrong size on FAnimNode_ResetRoot"); \ + +#define DUMPER7_ASSERTS_FSimSpaceSettings \ +static_assert(alignof(FSimSpaceSettings) == 0x000004, "Wrong alignment on FSimSpaceSettings"); \ +static_assert(sizeof(FSimSpaceSettings) == 0x000040, "Wrong size on FSimSpaceSettings"); \ +static_assert(offsetof(FSimSpaceSettings, MasterAlpha) == 0x000000, "Member 'FSimSpaceSettings::MasterAlpha' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, VelocityScaleZ) == 0x000004, "Member 'FSimSpaceSettings::VelocityScaleZ' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, MaxLinearVelocity) == 0x000008, "Member 'FSimSpaceSettings::MaxLinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, MaxAngularVelocity) == 0x00000C, "Member 'FSimSpaceSettings::MaxAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, MaxLinearAcceleration) == 0x000010, "Member 'FSimSpaceSettings::MaxLinearAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, MaxAngularAcceleration) == 0x000014, "Member 'FSimSpaceSettings::MaxAngularAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, ExternalLinearDrag) == 0x000018, "Member 'FSimSpaceSettings::ExternalLinearDrag' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, ExternalLinearDragV) == 0x00001C, "Member 'FSimSpaceSettings::ExternalLinearDragV' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, ExternalLinearVelocity) == 0x000028, "Member 'FSimSpaceSettings::ExternalLinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, ExternalAngularVelocity) == 0x000034, "Member 'FSimSpaceSettings::ExternalAngularVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_RigidBody \ +static_assert(alignof(FAnimNode_RigidBody) == 0x000010, "Wrong alignment on FAnimNode_RigidBody"); \ +static_assert(sizeof(FAnimNode_RigidBody) == 0x0008C0, "Wrong size on FAnimNode_RigidBody"); \ +static_assert(offsetof(FAnimNode_RigidBody, OverridePhysicsAsset) == 0x0000E8, "Member 'FAnimNode_RigidBody::OverridePhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, OverrideWorldGravity) == 0x000188, "Member 'FAnimNode_RigidBody::OverrideWorldGravity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, ExternalForce) == 0x000194, "Member 'FAnimNode_RigidBody::ExternalForce' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, ComponentLinearAccScale) == 0x0001A0, "Member 'FAnimNode_RigidBody::ComponentLinearAccScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, ComponentLinearVelScale) == 0x0001AC, "Member 'FAnimNode_RigidBody::ComponentLinearVelScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, ComponentAppliedLinearAccClamp) == 0x0001B8, "Member 'FAnimNode_RigidBody::ComponentAppliedLinearAccClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, SimSpaceSettings) == 0x0001C4, "Member 'FAnimNode_RigidBody::SimSpaceSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, CachedBoundsScale) == 0x000204, "Member 'FAnimNode_RigidBody::CachedBoundsScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, BaseBoneRef) == 0x000208, "Member 'FAnimNode_RigidBody::BaseBoneRef' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, OverlapChannel) == 0x00021C, "Member 'FAnimNode_RigidBody::OverlapChannel' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, SimulationSpace) == 0x00021D, "Member 'FAnimNode_RigidBody::SimulationSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, bForceDisableCollisionBetweenConstraintBodies) == 0x00021E, "Member 'FAnimNode_RigidBody::bForceDisableCollisionBetweenConstraintBodies' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, WorldSpaceMinimumScale) == 0x000224, "Member 'FAnimNode_RigidBody::WorldSpaceMinimumScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, EvaluationResetTime) == 0x000228, "Member 'FAnimNode_RigidBody::EvaluationResetTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_RotateRootBone \ +static_assert(alignof(FAnimNode_RotateRootBone) == 0x000008, "Wrong alignment on FAnimNode_RotateRootBone"); \ +static_assert(sizeof(FAnimNode_RotateRootBone) == 0x0000B0, "Wrong size on FAnimNode_RotateRootBone"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, BasePose) == 0x000020, "Member 'FAnimNode_RotateRootBone::BasePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, Pitch) == 0x000030, "Member 'FAnimNode_RotateRootBone::Pitch' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, Yaw) == 0x000034, "Member 'FAnimNode_RotateRootBone::Yaw' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, PitchScaleBiasClamp) == 0x000038, "Member 'FAnimNode_RotateRootBone::PitchScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, YawScaleBiasClamp) == 0x000068, "Member 'FAnimNode_RotateRootBone::YawScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, MeshToComponent) == 0x000098, "Member 'FAnimNode_RotateRootBone::MeshToComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_RotationMultiplier \ +static_assert(alignof(FAnimNode_RotationMultiplier) == 0x000008, "Wrong alignment on FAnimNode_RotationMultiplier"); \ +static_assert(sizeof(FAnimNode_RotationMultiplier) == 0x000118, "Wrong size on FAnimNode_RotationMultiplier"); \ +static_assert(offsetof(FAnimNode_RotationMultiplier, TargetBone) == 0x0000E8, "Member 'FAnimNode_RotationMultiplier::TargetBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationMultiplier, SourceBone) == 0x0000FC, "Member 'FAnimNode_RotationMultiplier::SourceBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationMultiplier, Multiplier) == 0x000110, "Member 'FAnimNode_RotationMultiplier::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationMultiplier, RotationAxisToRefer) == 0x000114, "Member 'FAnimNode_RotationMultiplier::RotationAxisToRefer' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationMultiplier, bIsAdditive) == 0x000115, "Member 'FAnimNode_RotationMultiplier::bIsAdditive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_RotationOffsetBlendSpace \ +static_assert(alignof(FAnimNode_RotationOffsetBlendSpace) == 0x000008, "Wrong alignment on FAnimNode_RotationOffsetBlendSpace"); \ +static_assert(sizeof(FAnimNode_RotationOffsetBlendSpace) == 0x0001E8, "Wrong size on FAnimNode_RotationOffsetBlendSpace"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, BasePose) == 0x000100, "Member 'FAnimNode_RotationOffsetBlendSpace::BasePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, LODThreshold) == 0x000110, "Member 'FAnimNode_RotationOffsetBlendSpace::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, LODInterpolateTime) == 0x000114, "Member 'FAnimNode_RotationOffsetBlendSpace::LODInterpolateTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, LODInterpolateTimer) == 0x000118, "Member 'FAnimNode_RotationOffsetBlendSpace::LODInterpolateTimer' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, Alpha) == 0x00011C, "Member 'FAnimNode_RotationOffsetBlendSpace::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaScaleBias) == 0x000120, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaBoolBlend) == 0x000128, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaCurveName) == 0x000170, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaScaleBiasClamp) == 0x00017C, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaInputType) == 0x0001B0, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, bAlphaBoolEnabled) == 0x0001DC, "Member 'FAnimNode_RotationOffsetBlendSpace::bAlphaBoolEnabled' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, EnableAutoAimOffsetBlend) == 0x0001DE, "Member 'FAnimNode_RotationOffsetBlendSpace::EnableAutoAimOffsetBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AimOffsetChangeBlendTime) == 0x0001E0, "Member 'FAnimNode_RotationOffsetBlendSpace::AimOffsetChangeBlendTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ScaleChainLength \ +static_assert(alignof(FAnimNode_ScaleChainLength) == 0x000008, "Wrong alignment on FAnimNode_ScaleChainLength"); \ +static_assert(sizeof(FAnimNode_ScaleChainLength) == 0x000090, "Wrong size on FAnimNode_ScaleChainLength"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, InputPose) == 0x000020, "Member 'FAnimNode_ScaleChainLength::InputPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, DefaultChainLength) == 0x000030, "Member 'FAnimNode_ScaleChainLength::DefaultChainLength' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, ChainStartBone) == 0x000034, "Member 'FAnimNode_ScaleChainLength::ChainStartBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, ChainEndBone) == 0x000048, "Member 'FAnimNode_ScaleChainLength::ChainEndBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, TargetLocation) == 0x00005C, "Member 'FAnimNode_ScaleChainLength::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, Alpha) == 0x000068, "Member 'FAnimNode_ScaleChainLength::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, AlphaScaleBias) == 0x000070, "Member 'FAnimNode_ScaleChainLength::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, ChainInitialLength) == 0x000078, "Member 'FAnimNode_ScaleChainLength::ChainInitialLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SequenceEvaluator \ +static_assert(alignof(FAnimNode_SequenceEvaluator) == 0x000008, "Wrong alignment on FAnimNode_SequenceEvaluator"); \ +static_assert(sizeof(FAnimNode_SequenceEvaluator) == 0x000060, "Wrong size on FAnimNode_SequenceEvaluator"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator, Sequence) == 0x000048, "Member 'FAnimNode_SequenceEvaluator::Sequence' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator, ExplicitTime) == 0x000050, "Member 'FAnimNode_SequenceEvaluator::ExplicitTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator, bShouldLoop) == 0x000054, "Member 'FAnimNode_SequenceEvaluator::bShouldLoop' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator, bTeleportToExplicitTime) == 0x000055, "Member 'FAnimNode_SequenceEvaluator::bTeleportToExplicitTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator, ReinitializationBehavior) == 0x000056, "Member 'FAnimNode_SequenceEvaluator::ReinitializationBehavior' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator, StartPosition) == 0x000058, "Member 'FAnimNode_SequenceEvaluator::StartPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SplineIK \ +static_assert(alignof(FAnimNode_SplineIK) == 0x000008, "Wrong alignment on FAnimNode_SplineIK"); \ +static_assert(sizeof(FAnimNode_SplineIK) == 0x000298, "Wrong size on FAnimNode_SplineIK"); \ +static_assert(offsetof(FAnimNode_SplineIK, StartBone) == 0x0000E8, "Member 'FAnimNode_SplineIK::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, EndBone) == 0x0000FC, "Member 'FAnimNode_SplineIK::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, BoneAxis) == 0x000110, "Member 'FAnimNode_SplineIK::BoneAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, bAutoCalculateSpline) == 0x000111, "Member 'FAnimNode_SplineIK::bAutoCalculateSpline' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, PointCount) == 0x000114, "Member 'FAnimNode_SplineIK::PointCount' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, ControlPoints) == 0x000118, "Member 'FAnimNode_SplineIK::ControlPoints' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, Roll) == 0x000128, "Member 'FAnimNode_SplineIK::Roll' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, TwistStart) == 0x00012C, "Member 'FAnimNode_SplineIK::TwistStart' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, TwistEnd) == 0x000130, "Member 'FAnimNode_SplineIK::TwistEnd' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, TwistBlend) == 0x000138, "Member 'FAnimNode_SplineIK::TwistBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, Stretch) == 0x000168, "Member 'FAnimNode_SplineIK::Stretch' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SplineIK, Offset) == 0x00016C, "Member 'FAnimNode_SplineIK::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSplineIKCachedBoneData \ +static_assert(alignof(FSplineIKCachedBoneData) == 0x000004, "Wrong alignment on FSplineIKCachedBoneData"); \ +static_assert(sizeof(FSplineIKCachedBoneData) == 0x000018, "Wrong size on FSplineIKCachedBoneData"); \ +static_assert(offsetof(FSplineIKCachedBoneData, Bone) == 0x000000, "Member 'FSplineIKCachedBoneData::Bone' has a wrong offset!"); \ +static_assert(offsetof(FSplineIKCachedBoneData, RefSkeletonIndex) == 0x000014, "Member 'FSplineIKCachedBoneData::RefSkeletonIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SpringBone \ +static_assert(alignof(FAnimNode_SpringBone) == 0x000008, "Wrong alignment on FAnimNode_SpringBone"); \ +static_assert(sizeof(FAnimNode_SpringBone) == 0x000150, "Wrong size on FAnimNode_SpringBone"); \ +static_assert(offsetof(FAnimNode_SpringBone, SpringBone) == 0x0000E8, "Member 'FAnimNode_SpringBone::SpringBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpringBone, MaxDisplacement) == 0x0000FC, "Member 'FAnimNode_SpringBone::MaxDisplacement' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpringBone, SpringStiffness) == 0x000100, "Member 'FAnimNode_SpringBone::SpringStiffness' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpringBone, SpringDamping) == 0x000104, "Member 'FAnimNode_SpringBone::SpringDamping' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpringBone, ErrorResetThresh) == 0x000108, "Member 'FAnimNode_SpringBone::ErrorResetThresh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_StateResult \ +static_assert(alignof(FAnimNode_StateResult) == 0x000008, "Wrong alignment on FAnimNode_StateResult"); \ +static_assert(sizeof(FAnimNode_StateResult) == 0x000048, "Wrong size on FAnimNode_StateResult"); \ + +#define DUMPER7_ASSERTS_FRotationLimit \ +static_assert(alignof(FRotationLimit) == 0x000004, "Wrong alignment on FRotationLimit"); \ +static_assert(sizeof(FRotationLimit) == 0x000018, "Wrong size on FRotationLimit"); \ +static_assert(offsetof(FRotationLimit, LimitMin) == 0x000000, "Member 'FRotationLimit::LimitMin' has a wrong offset!"); \ +static_assert(offsetof(FRotationLimit, LimitMax) == 0x00000C, "Member 'FRotationLimit::LimitMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_Trail \ +static_assert(alignof(FAnimNode_Trail) == 0x000010, "Wrong alignment on FAnimNode_Trail"); \ +static_assert(sizeof(FAnimNode_Trail) == 0x000290, "Wrong size on FAnimNode_Trail"); \ +static_assert(offsetof(FAnimNode_Trail, TrailBone) == 0x000120, "Member 'FAnimNode_Trail::TrailBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, ChainLength) == 0x000134, "Member 'FAnimNode_Trail::ChainLength' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, ChainBoneAxis) == 0x000138, "Member 'FAnimNode_Trail::ChainBoneAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, MaxDeltaTime) == 0x00013C, "Member 'FAnimNode_Trail::MaxDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, RelaxationSpeedScale) == 0x000140, "Member 'FAnimNode_Trail::RelaxationSpeedScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, TrailRelaxationSpeed) == 0x000148, "Member 'FAnimNode_Trail::TrailRelaxationSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, RelaxationSpeedScaleInputProcessor) == 0x0001D0, "Member 'FAnimNode_Trail::RelaxationSpeedScaleInputProcessor' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, RotationLimits) == 0x000200, "Member 'FAnimNode_Trail::RotationLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, RotationOffsets) == 0x000210, "Member 'FAnimNode_Trail::RotationOffsets' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, PlanarLimits) == 0x000220, "Member 'FAnimNode_Trail::PlanarLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, StretchLimit) == 0x000230, "Member 'FAnimNode_Trail::StretchLimit' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, FakeVelocity) == 0x000234, "Member 'FAnimNode_Trail::FakeVelocity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, BaseJoint) == 0x000240, "Member 'FAnimNode_Trail::BaseJoint' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, LastBoneRotationAnimAlphaBlend) == 0x000254, "Member 'FAnimNode_Trail::LastBoneRotationAnimAlphaBlend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FReferenceBoneFrame \ +static_assert(alignof(FReferenceBoneFrame) == 0x000004, "Wrong alignment on FReferenceBoneFrame"); \ +static_assert(sizeof(FReferenceBoneFrame) == 0x000024, "Wrong size on FReferenceBoneFrame"); \ +static_assert(offsetof(FReferenceBoneFrame, Bone) == 0x000000, "Member 'FReferenceBoneFrame::Bone' has a wrong offset!"); \ +static_assert(offsetof(FReferenceBoneFrame, Axis) == 0x000014, "Member 'FReferenceBoneFrame::Axis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_TwistCorrectiveNode \ +static_assert(alignof(FAnimNode_TwistCorrectiveNode) == 0x000008, "Wrong alignment on FAnimNode_TwistCorrectiveNode"); \ +static_assert(sizeof(FAnimNode_TwistCorrectiveNode) == 0x000168, "Wrong size on FAnimNode_TwistCorrectiveNode"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, BaseFrame) == 0x0000E8, "Member 'FAnimNode_TwistCorrectiveNode::BaseFrame' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, TwistFrame) == 0x00010C, "Member 'FAnimNode_TwistCorrectiveNode::TwistFrame' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, TwistPlaneNormalAxis) == 0x000130, "Member 'FAnimNode_TwistCorrectiveNode::TwistPlaneNormalAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, RangeMax) == 0x000140, "Member 'FAnimNode_TwistCorrectiveNode::RangeMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, RemappedMin) == 0x000144, "Member 'FAnimNode_TwistCorrectiveNode::RemappedMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, RemappedMax) == 0x000148, "Member 'FAnimNode_TwistCorrectiveNode::RemappedMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, Curve) == 0x00014C, "Member 'FAnimNode_TwistCorrectiveNode::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_TwoBoneIK \ +static_assert(alignof(FAnimNode_TwoBoneIK) == 0x000010, "Wrong alignment on FAnimNode_TwoBoneIK"); \ +static_assert(sizeof(FAnimNode_TwoBoneIK) == 0x000240, "Wrong size on FAnimNode_TwoBoneIK"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, IKBone) == 0x0000E8, "Member 'FAnimNode_TwoBoneIK::IKBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, StartStretchRatio) == 0x0000FC, "Member 'FAnimNode_TwoBoneIK::StartStretchRatio' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, MaxStretchScale) == 0x000100, "Member 'FAnimNode_TwoBoneIK::MaxStretchScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, EffectorLocation) == 0x000104, "Member 'FAnimNode_TwoBoneIK::EffectorLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, EffectorTarget) == 0x000120, "Member 'FAnimNode_TwoBoneIK::EffectorTarget' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, AutoJointTargetSourceOrientationWeight) == 0x000194, "Member 'FAnimNode_TwoBoneIK::AutoJointTargetSourceOrientationWeight' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, JointTargetLocation) == 0x000198, "Member 'FAnimNode_TwoBoneIK::JointTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, JointTarget) == 0x0001B0, "Member 'FAnimNode_TwoBoneIK::JointTarget' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, TwistAxis) == 0x000220, "Member 'FAnimNode_TwoBoneIK::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, EffectorLocationSpace) == 0x000230, "Member 'FAnimNode_TwoBoneIK::EffectorLocationSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, JointTargetLocationSpace) == 0x000231, "Member 'FAnimNode_TwoBoneIK::JointTargetLocationSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_TwoWayBlend \ +static_assert(alignof(FAnimNode_TwoWayBlend) == 0x000008, "Wrong alignment on FAnimNode_TwoWayBlend"); \ +static_assert(sizeof(FAnimNode_TwoWayBlend) == 0x0000D8, "Wrong size on FAnimNode_TwoWayBlend"); \ +static_assert(offsetof(FAnimNode_TwoWayBlend, A) == 0x000020, "Member 'FAnimNode_TwoWayBlend::A' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoWayBlend, B) == 0x000030, "Member 'FAnimNode_TwoWayBlend::B' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoWayBlend, AlphaInputType) == 0x000040, "Member 'FAnimNode_TwoWayBlend::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoWayBlend, bUpdateAlphaCurveDuringEvaluation) == 0x000042, "Member 'FAnimNode_TwoWayBlend::bUpdateAlphaCurveDuringEvaluation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoWayBlend, Alpha) == 0x000044, "Member 'FAnimNode_TwoWayBlend::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoWayBlend, AlphaScaleBias) == 0x000048, "Member 'FAnimNode_TwoWayBlend::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoWayBlend, AlphaBoolBlend) == 0x000050, "Member 'FAnimNode_TwoWayBlend::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoWayBlend, AlphaCurveName) == 0x000098, "Member 'FAnimNode_TwoWayBlend::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoWayBlend, AlphaScaleBiasClamp) == 0x0000A4, "Member 'FAnimNode_TwoWayBlend::AlphaScaleBiasClamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPositionHistory \ +static_assert(alignof(FPositionHistory) == 0x000008, "Wrong alignment on FPositionHistory"); \ +static_assert(sizeof(FPositionHistory) == 0x000030, "Wrong size on FPositionHistory"); \ +static_assert(offsetof(FPositionHistory, Positions) == 0x000000, "Member 'FPositionHistory::Positions' has a wrong offset!"); \ +static_assert(offsetof(FPositionHistory, Range) == 0x000010, "Member 'FPositionHistory::Range' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRBFEntry \ +static_assert(alignof(FRBFEntry) == 0x000008, "Wrong alignment on FRBFEntry"); \ +static_assert(sizeof(FRBFEntry) == 0x000010, "Wrong size on FRBFEntry"); \ +static_assert(offsetof(FRBFEntry, Values) == 0x000000, "Member 'FRBFEntry::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRBFTarget \ +static_assert(alignof(FRBFTarget) == 0x000008, "Wrong alignment on FRBFTarget"); \ +static_assert(sizeof(FRBFTarget) == 0x0000A0, "Wrong size on FRBFTarget"); \ +static_assert(offsetof(FRBFTarget, ScaleFactor) == 0x000010, "Member 'FRBFTarget::ScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(FRBFTarget, bApplyCustomCurve) == 0x000014, "Member 'FRBFTarget::bApplyCustomCurve' has a wrong offset!"); \ +static_assert(offsetof(FRBFTarget, CustomCurve) == 0x000018, "Member 'FRBFTarget::CustomCurve' has a wrong offset!"); \ +static_assert(offsetof(FRBFTarget, DistanceMethod) == 0x000098, "Member 'FRBFTarget::DistanceMethod' has a wrong offset!"); \ +static_assert(offsetof(FRBFTarget, FunctionType) == 0x000099, "Member 'FRBFTarget::FunctionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage \ +static_assert(alignof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage) == 0x000008, "Wrong alignment on PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage"); \ +static_assert(sizeof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage) == 0x000030, "Wrong size on PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage"); \ +static_assert(offsetof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, InSkeletalMeshComponent) == 0x000000, "Member 'PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::InSkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, MontageToPlay) == 0x000008, "Member 'PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, PlayRate) == 0x000010, "Member 'PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, StartingPosition) == 0x000014, "Member 'PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::StartingPosition' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, StartingSection) == 0x000018, "Member 'PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::StartingSection' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, ReturnValue) == 0x000028, "Member 'PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayMontageCallbackProxy_OnMontageBlendingOut \ +static_assert(alignof(PlayMontageCallbackProxy_OnMontageBlendingOut) == 0x000008, "Wrong alignment on PlayMontageCallbackProxy_OnMontageBlendingOut"); \ +static_assert(sizeof(PlayMontageCallbackProxy_OnMontageBlendingOut) == 0x000010, "Wrong size on PlayMontageCallbackProxy_OnMontageBlendingOut"); \ +static_assert(offsetof(PlayMontageCallbackProxy_OnMontageBlendingOut, Montage) == 0x000000, "Member 'PlayMontageCallbackProxy_OnMontageBlendingOut::Montage' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_OnMontageBlendingOut, bInterrupted) == 0x000008, "Member 'PlayMontageCallbackProxy_OnMontageBlendingOut::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayMontageCallbackProxy_OnMontageEnded \ +static_assert(alignof(PlayMontageCallbackProxy_OnMontageEnded) == 0x000008, "Wrong alignment on PlayMontageCallbackProxy_OnMontageEnded"); \ +static_assert(sizeof(PlayMontageCallbackProxy_OnMontageEnded) == 0x000010, "Wrong size on PlayMontageCallbackProxy_OnMontageEnded"); \ +static_assert(offsetof(PlayMontageCallbackProxy_OnMontageEnded, Montage) == 0x000000, "Member 'PlayMontageCallbackProxy_OnMontageEnded::Montage' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_OnMontageEnded, bInterrupted) == 0x000008, "Member 'PlayMontageCallbackProxy_OnMontageEnded::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayMontageCallbackProxy_OnNotifyBeginReceived \ +static_assert(alignof(PlayMontageCallbackProxy_OnNotifyBeginReceived) == 0x000008, "Wrong alignment on PlayMontageCallbackProxy_OnNotifyBeginReceived"); \ +static_assert(sizeof(PlayMontageCallbackProxy_OnNotifyBeginReceived) == 0x000030, "Wrong size on PlayMontageCallbackProxy_OnNotifyBeginReceived"); \ +static_assert(offsetof(PlayMontageCallbackProxy_OnNotifyBeginReceived, NotifyName) == 0x000000, "Member 'PlayMontageCallbackProxy_OnNotifyBeginReceived::NotifyName' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_OnNotifyBeginReceived, BranchingPointNotifyPayload) == 0x000010, "Member 'PlayMontageCallbackProxy_OnNotifyBeginReceived::BranchingPointNotifyPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayMontageCallbackProxy_OnNotifyEndReceived \ +static_assert(alignof(PlayMontageCallbackProxy_OnNotifyEndReceived) == 0x000008, "Wrong alignment on PlayMontageCallbackProxy_OnNotifyEndReceived"); \ +static_assert(sizeof(PlayMontageCallbackProxy_OnNotifyEndReceived) == 0x000030, "Wrong size on PlayMontageCallbackProxy_OnNotifyEndReceived"); \ +static_assert(offsetof(PlayMontageCallbackProxy_OnNotifyEndReceived, NotifyName) == 0x000000, "Member 'PlayMontageCallbackProxy_OnNotifyEndReceived::NotifyName' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_OnNotifyEndReceived, BranchingPointNotifyPayload) == 0x000010, "Member 'PlayMontageCallbackProxy_OnNotifyEndReceived::BranchingPointNotifyPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayMontageCallbackProxy \ +static_assert(alignof(UPlayMontageCallbackProxy) == 0x000008, "Wrong alignment on UPlayMontageCallbackProxy"); \ +static_assert(sizeof(UPlayMontageCallbackProxy) == 0x0000B0, "Wrong size on UPlayMontageCallbackProxy"); \ +static_assert(offsetof(UPlayMontageCallbackProxy, OnCompleted) == 0x000030, "Member 'UPlayMontageCallbackProxy::OnCompleted' has a wrong offset!"); \ +static_assert(offsetof(UPlayMontageCallbackProxy, OnBlendOut) == 0x000040, "Member 'UPlayMontageCallbackProxy::OnBlendOut' has a wrong offset!"); \ +static_assert(offsetof(UPlayMontageCallbackProxy, OnInterrupted) == 0x000050, "Member 'UPlayMontageCallbackProxy::OnInterrupted' has a wrong offset!"); \ +static_assert(offsetof(UPlayMontageCallbackProxy, OnNotifyBegin) == 0x000060, "Member 'UPlayMontageCallbackProxy::OnNotifyBegin' has a wrong offset!"); \ +static_assert(offsetof(UPlayMontageCallbackProxy, OnNotifyEnd) == 0x000070, "Member 'UPlayMontageCallbackProxy::OnNotifyEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSequencerInstance \ +static_assert(alignof(UAnimSequencerInstance) == 0x000010, "Wrong alignment on UAnimSequencerInstance"); \ +static_assert(sizeof(UAnimSequencerInstance) == 0x0002C0, "Wrong size on UAnimSequencerInstance"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_PlayMontageNotify \ +static_assert(alignof(UAnimNotify_PlayMontageNotify) == 0x000008, "Wrong alignment on UAnimNotify_PlayMontageNotify"); \ +static_assert(sizeof(UAnimNotify_PlayMontageNotify) == 0x000050, "Wrong size on UAnimNotify_PlayMontageNotify"); \ +static_assert(offsetof(UAnimNotify_PlayMontageNotify, NotifyName) == 0x000040, "Member 'UAnimNotify_PlayMontageNotify::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_PlayMontageNotifyWindow \ +static_assert(alignof(UAnimNotify_PlayMontageNotifyWindow) == 0x000008, "Wrong alignment on UAnimNotify_PlayMontageNotifyWindow"); \ +static_assert(sizeof(UAnimNotify_PlayMontageNotifyWindow) == 0x000048, "Wrong size on UAnimNotify_PlayMontageNotifyWindow"); \ +static_assert(offsetof(UAnimNotify_PlayMontageNotifyWindow, NotifyName) == 0x000038, "Member 'UAnimNotify_PlayMontageNotifyWindow::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory \ +static_assert(alignof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory) == 0x000008, "Wrong alignment on KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory) == 0x000050, "Wrong size on KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, DeltaSeconds) == 0x000000, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, Position) == 0x000004, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::Position' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, History) == 0x000010, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::History' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, NumberOfSamples) == 0x000040, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::NumberOfSamples' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, VelocityMin) == 0x000044, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::VelocityMin' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, VelocityMax) == 0x000048, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::VelocityMax' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, ReturnValue) == 0x00004C, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_CalculateVelocityFromSockets \ +static_assert(alignof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets) == 0x000008, "Wrong alignment on KismetAnimationLibrary_K2_CalculateVelocityFromSockets"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets) == 0x000108, "Wrong size on KismetAnimationLibrary_K2_CalculateVelocityFromSockets"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, DeltaSeconds) == 0x000000, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, Component) == 0x000008, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::Component' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, SocketOrBoneName) == 0x000010, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::SocketOrBoneName' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, ReferenceSocketOrBone) == 0x00001C, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::ReferenceSocketOrBone' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, SocketSpace) == 0x000028, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::SocketSpace' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, OffsetInBoneSpace) == 0x00002C, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::OffsetInBoneSpace' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, History) == 0x000038, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::History' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, NumberOfSamples) == 0x000068, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::NumberOfSamples' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, VelocityMin) == 0x00006C, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::VelocityMin' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, VelocityMax) == 0x000070, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::VelocityMax' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, EasingType) == 0x000074, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::EasingType' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, CustomCurve) == 0x000078, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::CustomCurve' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, ReturnValue) == 0x000100, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_DirectionBetweenSockets \ +static_assert(alignof(KismetAnimationLibrary_K2_DirectionBetweenSockets) == 0x000008, "Wrong alignment on KismetAnimationLibrary_K2_DirectionBetweenSockets"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_DirectionBetweenSockets) == 0x000030, "Wrong size on KismetAnimationLibrary_K2_DirectionBetweenSockets"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DirectionBetweenSockets, Component) == 0x000000, "Member 'KismetAnimationLibrary_K2_DirectionBetweenSockets::Component' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DirectionBetweenSockets, SocketOrBoneNameFrom) == 0x000008, "Member 'KismetAnimationLibrary_K2_DirectionBetweenSockets::SocketOrBoneNameFrom' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DirectionBetweenSockets, SocketOrBoneNameTo) == 0x000014, "Member 'KismetAnimationLibrary_K2_DirectionBetweenSockets::SocketOrBoneNameTo' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DirectionBetweenSockets, ReturnValue) == 0x000020, "Member 'KismetAnimationLibrary_K2_DirectionBetweenSockets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange \ +static_assert(alignof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange) == 0x000008, "Wrong alignment on KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange) == 0x000040, "Wrong size on KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, Component) == 0x000000, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::Component' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, SocketOrBoneNameA) == 0x000008, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::SocketOrBoneNameA' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, SocketSpaceA) == 0x000014, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::SocketSpaceA' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, SocketOrBoneNameB) == 0x000018, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::SocketOrBoneNameB' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, SocketSpaceB) == 0x000024, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::SocketSpaceB' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, bRemapRange) == 0x000025, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::bRemapRange' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, InRangeMin) == 0x000028, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::InRangeMin' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, InRangeMax) == 0x00002C, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::InRangeMax' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, OutRangeMin) == 0x000030, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::OutRangeMin' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, OutRangeMax) == 0x000034, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::OutRangeMax' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, ReturnValue) == 0x000038, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_EndProfilingTimer \ +static_assert(alignof(KismetAnimationLibrary_K2_EndProfilingTimer) == 0x000008, "Wrong alignment on KismetAnimationLibrary_K2_EndProfilingTimer"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_EndProfilingTimer) == 0x000020, "Wrong size on KismetAnimationLibrary_K2_EndProfilingTimer"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_EndProfilingTimer, bLog) == 0x000000, "Member 'KismetAnimationLibrary_K2_EndProfilingTimer::bLog' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_EndProfilingTimer, LogPrefix) == 0x000008, "Member 'KismetAnimationLibrary_K2_EndProfilingTimer::LogPrefix' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_EndProfilingTimer, ReturnValue) == 0x000018, "Member 'KismetAnimationLibrary_K2_EndProfilingTimer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_LookAt \ +static_assert(alignof(KismetAnimationLibrary_K2_LookAt) == 0x000010, "Wrong alignment on KismetAnimationLibrary_K2_LookAt"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_LookAt) == 0x000090, "Wrong size on KismetAnimationLibrary_K2_LookAt"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, CurrentTransform) == 0x000000, "Member 'KismetAnimationLibrary_K2_LookAt::CurrentTransform' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, TargetPosition) == 0x000030, "Member 'KismetAnimationLibrary_K2_LookAt::TargetPosition' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, LookAtVector) == 0x00003C, "Member 'KismetAnimationLibrary_K2_LookAt::LookAtVector' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, bUseUpVector) == 0x000048, "Member 'KismetAnimationLibrary_K2_LookAt::bUseUpVector' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, UpVector) == 0x00004C, "Member 'KismetAnimationLibrary_K2_LookAt::UpVector' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, ClampConeInDegree) == 0x000058, "Member 'KismetAnimationLibrary_K2_LookAt::ClampConeInDegree' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, ReturnValue) == 0x000060, "Member 'KismetAnimationLibrary_K2_LookAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap \ +static_assert(alignof(KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap) == 0x000004, "Wrong alignment on KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap) == 0x000010, "Wrong size on KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap, Value) == 0x000000, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap, RangeOutMin) == 0x000004, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap::RangeOutMin' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap, RangeOutMax) == 0x000008, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap::RangeOutMax' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap, ReturnValue) == 0x00000C, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap \ +static_assert(alignof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap) == 0x000004, "Wrong alignment on KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap) == 0x000030, "Wrong size on KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, X) == 0x000000, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::X' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, Y) == 0x000004, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, Z) == 0x000008, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, RangeOutMinX) == 0x00000C, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::RangeOutMinX' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, RangeOutMaxX) == 0x000010, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::RangeOutMaxX' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, RangeOutMinY) == 0x000014, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::RangeOutMinY' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, RangeOutMaxY) == 0x000018, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::RangeOutMaxY' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, RangeOutMinZ) == 0x00001C, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::RangeOutMinZ' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, RangeOutMaxZ) == 0x000020, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::RangeOutMaxZ' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, ReturnValue) == 0x000024, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_TwoBoneIK \ +static_assert(alignof(KismetAnimationLibrary_K2_TwoBoneIK) == 0x000004, "Wrong alignment on KismetAnimationLibrary_K2_TwoBoneIK"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_TwoBoneIK) == 0x000060, "Wrong size on KismetAnimationLibrary_K2_TwoBoneIK"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, RootPos) == 0x000000, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::RootPos' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, JointPos) == 0x00000C, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::JointPos' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, EndPos) == 0x000018, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::EndPos' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, JointTarget) == 0x000024, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::JointTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, Effector) == 0x000030, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::Effector' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, OutJointPos) == 0x00003C, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::OutJointPos' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, OutEndPos) == 0x000048, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::OutEndPos' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, bAllowStretching) == 0x000054, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::bAllowStretching' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, StartStretchRatio) == 0x000058, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::StartStretchRatio' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, MaxStretchScale) == 0x00005C, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::MaxStretchScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetAnimationLibrary \ +static_assert(alignof(UKismetAnimationLibrary) == 0x000008, "Wrong alignment on UKismetAnimationLibrary"); \ +static_assert(sizeof(UKismetAnimationLibrary) == 0x000030, "Wrong size on UKismetAnimationLibrary"); \ + +#define DUMPER7_ASSERTS_ISequencerAnimationSupport \ +static_assert(alignof(ISequencerAnimationSupport) == 0x000001, "Wrong alignment on ISequencerAnimationSupport"); \ +static_assert(sizeof(ISequencerAnimationSupport) == 0x000001, "Wrong size on ISequencerAnimationSupport"); \ + +#define DUMPER7_ASSERTS_UXeSSSettings \ +static_assert(alignof(UXeSSSettings) == 0x000008, "Wrong alignment on UXeSSSettings"); \ +static_assert(sizeof(UXeSSSettings) == 0x000050, "Wrong size on UXeSSSettings"); \ +static_assert(offsetof(UXeSSSettings, bEnableXeSSInEditorViewports) == 0x000048, "Member 'UXeSSSettings::bEnableXeSSInEditorViewports' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeSSBlueprintLibrary_GetDefaultXeSSQualityMode \ +static_assert(alignof(XeSSBlueprintLibrary_GetDefaultXeSSQualityMode) == 0x000004, "Wrong alignment on XeSSBlueprintLibrary_GetDefaultXeSSQualityMode"); \ +static_assert(sizeof(XeSSBlueprintLibrary_GetDefaultXeSSQualityMode) == 0x00000C, "Wrong size on XeSSBlueprintLibrary_GetDefaultXeSSQualityMode"); \ +static_assert(offsetof(XeSSBlueprintLibrary_GetDefaultXeSSQualityMode, ScreenResolution) == 0x000000, "Member 'XeSSBlueprintLibrary_GetDefaultXeSSQualityMode::ScreenResolution' has a wrong offset!"); \ +static_assert(offsetof(XeSSBlueprintLibrary_GetDefaultXeSSQualityMode, ReturnValue) == 0x000008, "Member 'XeSSBlueprintLibrary_GetDefaultXeSSQualityMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeSSBlueprintLibrary_GetSupportedXeSSQualityModes \ +static_assert(alignof(XeSSBlueprintLibrary_GetSupportedXeSSQualityModes) == 0x000008, "Wrong alignment on XeSSBlueprintLibrary_GetSupportedXeSSQualityModes"); \ +static_assert(sizeof(XeSSBlueprintLibrary_GetSupportedXeSSQualityModes) == 0x000010, "Wrong size on XeSSBlueprintLibrary_GetSupportedXeSSQualityModes"); \ +static_assert(offsetof(XeSSBlueprintLibrary_GetSupportedXeSSQualityModes, ReturnValue) == 0x000000, "Member 'XeSSBlueprintLibrary_GetSupportedXeSSQualityModes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeSSBlueprintLibrary_GetXeSSQualityMode \ +static_assert(alignof(XeSSBlueprintLibrary_GetXeSSQualityMode) == 0x000001, "Wrong alignment on XeSSBlueprintLibrary_GetXeSSQualityMode"); \ +static_assert(sizeof(XeSSBlueprintLibrary_GetXeSSQualityMode) == 0x000001, "Wrong size on XeSSBlueprintLibrary_GetXeSSQualityMode"); \ +static_assert(offsetof(XeSSBlueprintLibrary_GetXeSSQualityMode, ReturnValue) == 0x000000, "Member 'XeSSBlueprintLibrary_GetXeSSQualityMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeSSBlueprintLibrary_GetXeSSQualityModeInformation \ +static_assert(alignof(XeSSBlueprintLibrary_GetXeSSQualityModeInformation) == 0x000004, "Wrong alignment on XeSSBlueprintLibrary_GetXeSSQualityModeInformation"); \ +static_assert(sizeof(XeSSBlueprintLibrary_GetXeSSQualityModeInformation) == 0x00000C, "Wrong size on XeSSBlueprintLibrary_GetXeSSQualityModeInformation"); \ +static_assert(offsetof(XeSSBlueprintLibrary_GetXeSSQualityModeInformation, QualityMode) == 0x000000, "Member 'XeSSBlueprintLibrary_GetXeSSQualityModeInformation::QualityMode' has a wrong offset!"); \ +static_assert(offsetof(XeSSBlueprintLibrary_GetXeSSQualityModeInformation, ScreenPercentage) == 0x000004, "Member 'XeSSBlueprintLibrary_GetXeSSQualityModeInformation::ScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(XeSSBlueprintLibrary_GetXeSSQualityModeInformation, ReturnValue) == 0x000008, "Member 'XeSSBlueprintLibrary_GetXeSSQualityModeInformation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeSSBlueprintLibrary_IsXeSSSupported \ +static_assert(alignof(XeSSBlueprintLibrary_IsXeSSSupported) == 0x000001, "Wrong alignment on XeSSBlueprintLibrary_IsXeSSSupported"); \ +static_assert(sizeof(XeSSBlueprintLibrary_IsXeSSSupported) == 0x000001, "Wrong size on XeSSBlueprintLibrary_IsXeSSSupported"); \ +static_assert(offsetof(XeSSBlueprintLibrary_IsXeSSSupported, ReturnValue) == 0x000000, "Member 'XeSSBlueprintLibrary_IsXeSSSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeSSBlueprintLibrary_SetXeSSQualityMode \ +static_assert(alignof(XeSSBlueprintLibrary_SetXeSSQualityMode) == 0x000001, "Wrong alignment on XeSSBlueprintLibrary_SetXeSSQualityMode"); \ +static_assert(sizeof(XeSSBlueprintLibrary_SetXeSSQualityMode) == 0x000001, "Wrong size on XeSSBlueprintLibrary_SetXeSSQualityMode"); \ +static_assert(offsetof(XeSSBlueprintLibrary_SetXeSSQualityMode, QualityMode) == 0x000000, "Member 'XeSSBlueprintLibrary_SetXeSSQualityMode::QualityMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UXeSSBlueprintLibrary \ +static_assert(alignof(UXeSSBlueprintLibrary) == 0x000008, "Wrong alignment on UXeSSBlueprintLibrary"); \ +static_assert(sizeof(UXeSSBlueprintLibrary) == 0x000030, "Wrong size on UXeSSBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_ABP_OldBook_01_E_SmallDestruction_C \ +static_assert(alignof(ABP_OldBook_01_E_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_OldBook_01_E_SmallDestruction_C"); \ +static_assert(sizeof(ABP_OldBook_01_E_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_OldBook_01_E_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_XeLLBlueprintLibrary_GetFlashIndicatorEnabled \ +static_assert(alignof(XeLLBlueprintLibrary_GetFlashIndicatorEnabled) == 0x000001, "Wrong alignment on XeLLBlueprintLibrary_GetFlashIndicatorEnabled"); \ +static_assert(sizeof(XeLLBlueprintLibrary_GetFlashIndicatorEnabled) == 0x000001, "Wrong size on XeLLBlueprintLibrary_GetFlashIndicatorEnabled"); \ +static_assert(offsetof(XeLLBlueprintLibrary_GetFlashIndicatorEnabled, ReturnValue) == 0x000000, "Member 'XeLLBlueprintLibrary_GetFlashIndicatorEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeLLBlueprintLibrary_GetGameLatencyInMs \ +static_assert(alignof(XeLLBlueprintLibrary_GetGameLatencyInMs) == 0x000004, "Wrong alignment on XeLLBlueprintLibrary_GetGameLatencyInMs"); \ +static_assert(sizeof(XeLLBlueprintLibrary_GetGameLatencyInMs) == 0x000004, "Wrong size on XeLLBlueprintLibrary_GetGameLatencyInMs"); \ +static_assert(offsetof(XeLLBlueprintLibrary_GetGameLatencyInMs, ReturnValue) == 0x000000, "Member 'XeLLBlueprintLibrary_GetGameLatencyInMs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeLLBlueprintLibrary_GetGameToRenderLatencyInMs \ +static_assert(alignof(XeLLBlueprintLibrary_GetGameToRenderLatencyInMs) == 0x000004, "Wrong alignment on XeLLBlueprintLibrary_GetGameToRenderLatencyInMs"); \ +static_assert(sizeof(XeLLBlueprintLibrary_GetGameToRenderLatencyInMs) == 0x000004, "Wrong size on XeLLBlueprintLibrary_GetGameToRenderLatencyInMs"); \ +static_assert(offsetof(XeLLBlueprintLibrary_GetGameToRenderLatencyInMs, ReturnValue) == 0x000000, "Member 'XeLLBlueprintLibrary_GetGameToRenderLatencyInMs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeLLBlueprintLibrary_GetInputLatencyInMs \ +static_assert(alignof(XeLLBlueprintLibrary_GetInputLatencyInMs) == 0x000004, "Wrong alignment on XeLLBlueprintLibrary_GetInputLatencyInMs"); \ +static_assert(sizeof(XeLLBlueprintLibrary_GetInputLatencyInMs) == 0x000004, "Wrong size on XeLLBlueprintLibrary_GetInputLatencyInMs"); \ +static_assert(offsetof(XeLLBlueprintLibrary_GetInputLatencyInMs, ReturnValue) == 0x000000, "Member 'XeLLBlueprintLibrary_GetInputLatencyInMs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeLLBlueprintLibrary_GetLatencyMarkEnabled \ +static_assert(alignof(XeLLBlueprintLibrary_GetLatencyMarkEnabled) == 0x000001, "Wrong alignment on XeLLBlueprintLibrary_GetLatencyMarkEnabled"); \ +static_assert(sizeof(XeLLBlueprintLibrary_GetLatencyMarkEnabled) == 0x000001, "Wrong size on XeLLBlueprintLibrary_GetLatencyMarkEnabled"); \ +static_assert(offsetof(XeLLBlueprintLibrary_GetLatencyMarkEnabled, ReturnValue) == 0x000000, "Member 'XeLLBlueprintLibrary_GetLatencyMarkEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeLLBlueprintLibrary_GetPresentLatencyInMs \ +static_assert(alignof(XeLLBlueprintLibrary_GetPresentLatencyInMs) == 0x000004, "Wrong alignment on XeLLBlueprintLibrary_GetPresentLatencyInMs"); \ +static_assert(sizeof(XeLLBlueprintLibrary_GetPresentLatencyInMs) == 0x000004, "Wrong size on XeLLBlueprintLibrary_GetPresentLatencyInMs"); \ +static_assert(offsetof(XeLLBlueprintLibrary_GetPresentLatencyInMs, ReturnValue) == 0x000000, "Member 'XeLLBlueprintLibrary_GetPresentLatencyInMs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeLLBlueprintLibrary_GetRenderLatencyInMs \ +static_assert(alignof(XeLLBlueprintLibrary_GetRenderLatencyInMs) == 0x000004, "Wrong alignment on XeLLBlueprintLibrary_GetRenderLatencyInMs"); \ +static_assert(sizeof(XeLLBlueprintLibrary_GetRenderLatencyInMs) == 0x000004, "Wrong size on XeLLBlueprintLibrary_GetRenderLatencyInMs"); \ +static_assert(offsetof(XeLLBlueprintLibrary_GetRenderLatencyInMs, ReturnValue) == 0x000000, "Member 'XeLLBlueprintLibrary_GetRenderLatencyInMs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeLLBlueprintLibrary_GetRenderSubmitLatencyInMs \ +static_assert(alignof(XeLLBlueprintLibrary_GetRenderSubmitLatencyInMs) == 0x000004, "Wrong alignment on XeLLBlueprintLibrary_GetRenderSubmitLatencyInMs"); \ +static_assert(sizeof(XeLLBlueprintLibrary_GetRenderSubmitLatencyInMs) == 0x000004, "Wrong size on XeLLBlueprintLibrary_GetRenderSubmitLatencyInMs"); \ +static_assert(offsetof(XeLLBlueprintLibrary_GetRenderSubmitLatencyInMs, ReturnValue) == 0x000000, "Member 'XeLLBlueprintLibrary_GetRenderSubmitLatencyInMs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeLLBlueprintLibrary_GetSimulationLatencyInMs \ +static_assert(alignof(XeLLBlueprintLibrary_GetSimulationLatencyInMs) == 0x000004, "Wrong alignment on XeLLBlueprintLibrary_GetSimulationLatencyInMs"); \ +static_assert(sizeof(XeLLBlueprintLibrary_GetSimulationLatencyInMs) == 0x000004, "Wrong size on XeLLBlueprintLibrary_GetSimulationLatencyInMs"); \ +static_assert(offsetof(XeLLBlueprintLibrary_GetSimulationLatencyInMs, ReturnValue) == 0x000000, "Member 'XeLLBlueprintLibrary_GetSimulationLatencyInMs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeLLBlueprintLibrary_GetSupportedXeLLModes \ +static_assert(alignof(XeLLBlueprintLibrary_GetSupportedXeLLModes) == 0x000008, "Wrong alignment on XeLLBlueprintLibrary_GetSupportedXeLLModes"); \ +static_assert(sizeof(XeLLBlueprintLibrary_GetSupportedXeLLModes) == 0x000010, "Wrong size on XeLLBlueprintLibrary_GetSupportedXeLLModes"); \ +static_assert(offsetof(XeLLBlueprintLibrary_GetSupportedXeLLModes, ReturnValue) == 0x000000, "Member 'XeLLBlueprintLibrary_GetSupportedXeLLModes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeLLBlueprintLibrary_GetXeLLMode \ +static_assert(alignof(XeLLBlueprintLibrary_GetXeLLMode) == 0x000001, "Wrong alignment on XeLLBlueprintLibrary_GetXeLLMode"); \ +static_assert(sizeof(XeLLBlueprintLibrary_GetXeLLMode) == 0x000001, "Wrong size on XeLLBlueprintLibrary_GetXeLLMode"); \ +static_assert(offsetof(XeLLBlueprintLibrary_GetXeLLMode, ReturnValue) == 0x000000, "Member 'XeLLBlueprintLibrary_GetXeLLMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeLLBlueprintLibrary_IsXeLLSupported \ +static_assert(alignof(XeLLBlueprintLibrary_IsXeLLSupported) == 0x000001, "Wrong alignment on XeLLBlueprintLibrary_IsXeLLSupported"); \ +static_assert(sizeof(XeLLBlueprintLibrary_IsXeLLSupported) == 0x000001, "Wrong size on XeLLBlueprintLibrary_IsXeLLSupported"); \ +static_assert(offsetof(XeLLBlueprintLibrary_IsXeLLSupported, ReturnValue) == 0x000000, "Member 'XeLLBlueprintLibrary_IsXeLLSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeLLBlueprintLibrary_SetFlashIndicatorEnabled \ +static_assert(alignof(XeLLBlueprintLibrary_SetFlashIndicatorEnabled) == 0x000001, "Wrong alignment on XeLLBlueprintLibrary_SetFlashIndicatorEnabled"); \ +static_assert(sizeof(XeLLBlueprintLibrary_SetFlashIndicatorEnabled) == 0x000001, "Wrong size on XeLLBlueprintLibrary_SetFlashIndicatorEnabled"); \ +static_assert(offsetof(XeLLBlueprintLibrary_SetFlashIndicatorEnabled, bEnabled) == 0x000000, "Member 'XeLLBlueprintLibrary_SetFlashIndicatorEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeLLBlueprintLibrary_SetXeLLMode \ +static_assert(alignof(XeLLBlueprintLibrary_SetXeLLMode) == 0x000001, "Wrong alignment on XeLLBlueprintLibrary_SetXeLLMode"); \ +static_assert(sizeof(XeLLBlueprintLibrary_SetXeLLMode) == 0x000001, "Wrong size on XeLLBlueprintLibrary_SetXeLLMode"); \ +static_assert(offsetof(XeLLBlueprintLibrary_SetXeLLMode, Mode) == 0x000000, "Member 'XeLLBlueprintLibrary_SetXeLLMode::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UXeLLBlueprintLibrary \ +static_assert(alignof(UXeLLBlueprintLibrary) == 0x000008, "Wrong alignment on UXeLLBlueprintLibrary"); \ +static_assert(sizeof(UXeLLBlueprintLibrary) == 0x000030, "Wrong size on UXeLLBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet \ +static_assert(alignof(BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet) == 0x000008, "Wrong alignment on BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet"); \ +static_assert(sizeof(BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet) == 0x000078, "Wrong size on BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet"); \ +static_assert(offsetof(BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet, QuerierObject) == 0x000000, "Member 'BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet, QuerierActor) == 0x000008, "Member 'BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet, ResultingActorsSet) == 0x000010, "Member 'BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet::ResultingActorsSet' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet, K2Node_DynamicCast_AsPawn) == 0x000020, "Member 'BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet::K2Node_DynamicCast_AsPawn' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet, CallFunc_GetController_ReturnValue) == 0x000030, "Member 'BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet, K2Node_DynamicCast_AsAIController) == 0x000038, "Member 'BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet::K2Node_DynamicCast_AsAIController' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet, CallFunc_GetBlackboard_ReturnValue) == 0x000048, "Member 'BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet, CallFunc_GetValueAsObject_ReturnValue) == 0x000050, "Member 'BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet, K2Node_DynamicCast_AsActor) == 0x000058, "Member 'BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet, K2Node_MakeArray_Array) == 0x000068, "Member 'BP_EnvQueryContext_SuspectBBKey_C_ProvideActorsSet::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor \ +static_assert(alignof(BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor) == 0x000008, "Wrong alignment on BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor"); \ +static_assert(sizeof(BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor) == 0x000060, "Wrong size on BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor"); \ +static_assert(offsetof(BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor, QuerierObject) == 0x000000, "Member 'BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor, QuerierActor) == 0x000008, "Member 'BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor, ResultingActor) == 0x000010, "Member 'BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor::ResultingActor' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor, K2Node_DynamicCast_AsPawn) == 0x000018, "Member 'BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor::K2Node_DynamicCast_AsPawn' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor, CallFunc_GetController_ReturnValue) == 0x000028, "Member 'BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor, K2Node_DynamicCast_AsAIController) == 0x000030, "Member 'BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor::K2Node_DynamicCast_AsAIController' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor, CallFunc_GetBlackboard_ReturnValue) == 0x000040, "Member 'BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor, CallFunc_GetValueAsObject_ReturnValue) == 0x000048, "Member 'BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor, K2Node_DynamicCast_AsActor) == 0x000050, "Member 'BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'BP_EnvQueryContext_SuspectBBKey_C_ProvideSingleActor::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_EnvQueryContext_SuspectBBKey_C \ +static_assert(alignof(UBP_EnvQueryContext_SuspectBBKey_C) == 0x000008, "Wrong alignment on UBP_EnvQueryContext_SuspectBBKey_C"); \ +static_assert(sizeof(UBP_EnvQueryContext_SuspectBBKey_C) == 0x000048, "Wrong size on UBP_EnvQueryContext_SuspectBBKey_C"); \ +static_assert(offsetof(UBP_EnvQueryContext_SuspectBBKey_C, BBKey) == 0x000038, "Member 'UBP_EnvQueryContext_SuspectBBKey_C::BBKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBodyInstanceCore \ +static_assert(alignof(FBodyInstanceCore) == 0x000008, "Wrong alignment on FBodyInstanceCore"); \ +static_assert(sizeof(FBodyInstanceCore) == 0x000018, "Wrong size on FBodyInstanceCore"); \ + +#define DUMPER7_ASSERTS_UBodySetupCore \ +static_assert(alignof(UBodySetupCore) == 0x000008, "Wrong alignment on UBodySetupCore"); \ +static_assert(sizeof(UBodySetupCore) == 0x000050, "Wrong size on UBodySetupCore"); \ +static_assert(offsetof(UBodySetupCore, BoneName) == 0x000030, "Member 'UBodySetupCore::BoneName' has a wrong offset!"); \ +static_assert(offsetof(UBodySetupCore, PhysicsType) == 0x00003C, "Member 'UBodySetupCore::PhysicsType' has a wrong offset!"); \ +static_assert(offsetof(UBodySetupCore, CollisionTraceFlag) == 0x00003D, "Member 'UBodySetupCore::CollisionTraceFlag' has a wrong offset!"); \ +static_assert(offsetof(UBodySetupCore, CollisionReponse) == 0x00003E, "Member 'UBodySetupCore::CollisionReponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosPhysicalMaterial \ +static_assert(alignof(UChaosPhysicalMaterial) == 0x000008, "Wrong alignment on UChaosPhysicalMaterial"); \ +static_assert(sizeof(UChaosPhysicalMaterial) == 0x000050, "Wrong size on UChaosPhysicalMaterial"); \ +static_assert(offsetof(UChaosPhysicalMaterial, Friction) == 0x000030, "Member 'UChaosPhysicalMaterial::Friction' has a wrong offset!"); \ +static_assert(offsetof(UChaosPhysicalMaterial, StaticFriction) == 0x000034, "Member 'UChaosPhysicalMaterial::StaticFriction' has a wrong offset!"); \ +static_assert(offsetof(UChaosPhysicalMaterial, Restitution) == 0x000038, "Member 'UChaosPhysicalMaterial::Restitution' has a wrong offset!"); \ +static_assert(offsetof(UChaosPhysicalMaterial, LinearEtherDrag) == 0x00003C, "Member 'UChaosPhysicalMaterial::LinearEtherDrag' has a wrong offset!"); \ +static_assert(offsetof(UChaosPhysicalMaterial, AngularEtherDrag) == 0x000040, "Member 'UChaosPhysicalMaterial::AngularEtherDrag' has a wrong offset!"); \ +static_assert(offsetof(UChaosPhysicalMaterial, SleepingLinearVelocityThreshold) == 0x000044, "Member 'UChaosPhysicalMaterial::SleepingLinearVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UChaosPhysicalMaterial, SleepingAngularVelocityThreshold) == 0x000048, "Member 'UChaosPhysicalMaterial::SleepingAngularVelocityThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicalMaterial \ +static_assert(alignof(UPhysicalMaterial) == 0x000008, "Wrong alignment on UPhysicalMaterial"); \ +static_assert(sizeof(UPhysicalMaterial) == 0x000088, "Wrong size on UPhysicalMaterial"); \ +static_assert(offsetof(UPhysicalMaterial, Friction) == 0x000030, "Member 'UPhysicalMaterial::Friction' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, StaticFriction) == 0x000034, "Member 'UPhysicalMaterial::StaticFriction' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, FrictionCombineMode) == 0x000038, "Member 'UPhysicalMaterial::FrictionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, bOverrideFrictionCombineMode) == 0x000039, "Member 'UPhysicalMaterial::bOverrideFrictionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, Restitution) == 0x00003C, "Member 'UPhysicalMaterial::Restitution' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, RestitutionCombineMode) == 0x000040, "Member 'UPhysicalMaterial::RestitutionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, bOverrideRestitutionCombineMode) == 0x000041, "Member 'UPhysicalMaterial::bOverrideRestitutionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, Density) == 0x000044, "Member 'UPhysicalMaterial::Density' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, SleepLinearVelocityThreshold) == 0x000048, "Member 'UPhysicalMaterial::SleepLinearVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, SleepAngularVelocityThreshold) == 0x00004C, "Member 'UPhysicalMaterial::SleepAngularVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, SleepCounterThreshold) == 0x000050, "Member 'UPhysicalMaterial::SleepCounterThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, RaiseMassToPower) == 0x000054, "Member 'UPhysicalMaterial::RaiseMassToPower' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, DestructibleDamageThresholdScale) == 0x000058, "Member 'UPhysicalMaterial::DestructibleDamageThresholdScale' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, PhysicalMaterialProperty) == 0x000060, "Member 'UPhysicalMaterial::PhysicalMaterialProperty' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, SurfaceType) == 0x000068, "Member 'UPhysicalMaterial::SurfaceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicalMaterialPropertyBase \ +static_assert(alignof(UPhysicalMaterialPropertyBase) == 0x000008, "Wrong alignment on UPhysicalMaterialPropertyBase"); \ +static_assert(sizeof(UPhysicalMaterialPropertyBase) == 0x000030, "Wrong size on UPhysicalMaterialPropertyBase"); \ + +#define DUMPER7_ASSERTS_UPhysicsSettingsCore \ +static_assert(alignof(UPhysicsSettingsCore) == 0x000008, "Wrong alignment on UPhysicsSettingsCore"); \ +static_assert(sizeof(UPhysicsSettingsCore) == 0x0000F0, "Wrong size on UPhysicsSettingsCore"); \ +static_assert(offsetof(UPhysicsSettingsCore, DefaultGravityZ) == 0x000048, "Member 'UPhysicsSettingsCore::DefaultGravityZ' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, DefaultTerminalVelocity) == 0x00004C, "Member 'UPhysicsSettingsCore::DefaultTerminalVelocity' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, DefaultFluidFriction) == 0x000050, "Member 'UPhysicsSettingsCore::DefaultFluidFriction' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, SimulateScratchMemorySize) == 0x000054, "Member 'UPhysicsSettingsCore::SimulateScratchMemorySize' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, RagdollAggregateThreshold) == 0x000058, "Member 'UPhysicsSettingsCore::RagdollAggregateThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, TriangleMeshTriangleMinAreaThreshold) == 0x00005C, "Member 'UPhysicsSettingsCore::TriangleMeshTriangleMinAreaThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bEnableShapeSharing) == 0x000060, "Member 'UPhysicsSettingsCore::bEnableShapeSharing' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bEnablePCM) == 0x000061, "Member 'UPhysicsSettingsCore::bEnablePCM' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bEnableStabilization) == 0x000062, "Member 'UPhysicsSettingsCore::bEnableStabilization' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bWarnMissingLocks) == 0x000063, "Member 'UPhysicsSettingsCore::bWarnMissingLocks' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bEnable2DPhysics) == 0x000064, "Member 'UPhysicsSettingsCore::bEnable2DPhysics' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bDefaultHasComplexCollision) == 0x000065, "Member 'UPhysicsSettingsCore::bDefaultHasComplexCollision' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, BounceThresholdVelocity) == 0x000068, "Member 'UPhysicsSettingsCore::BounceThresholdVelocity' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, FrictionCombineMode) == 0x00006C, "Member 'UPhysicsSettingsCore::FrictionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, RestitutionCombineMode) == 0x00006D, "Member 'UPhysicsSettingsCore::RestitutionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, MaxAngularVelocity) == 0x000070, "Member 'UPhysicsSettingsCore::MaxAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, MaxDepenetrationVelocity) == 0x000074, "Member 'UPhysicsSettingsCore::MaxDepenetrationVelocity' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, ContactOffsetMultiplier) == 0x000078, "Member 'UPhysicsSettingsCore::ContactOffsetMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, MinContactOffset) == 0x00007C, "Member 'UPhysicsSettingsCore::MinContactOffset' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, MaxContactOffset) == 0x000080, "Member 'UPhysicsSettingsCore::MaxContactOffset' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bSimulateSkeletalMeshOnDedicatedServer) == 0x000084, "Member 'UPhysicsSettingsCore::bSimulateSkeletalMeshOnDedicatedServer' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, DefaultShapeComplexity) == 0x000085, "Member 'UPhysicsSettingsCore::DefaultShapeComplexity' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, SolverOptions) == 0x000088, "Member 'UPhysicsSettingsCore::SolverOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeFGBlueprintLibrary_GetSupportedXeFGModes \ +static_assert(alignof(XeFGBlueprintLibrary_GetSupportedXeFGModes) == 0x000008, "Wrong alignment on XeFGBlueprintLibrary_GetSupportedXeFGModes"); \ +static_assert(sizeof(XeFGBlueprintLibrary_GetSupportedXeFGModes) == 0x000010, "Wrong size on XeFGBlueprintLibrary_GetSupportedXeFGModes"); \ +static_assert(offsetof(XeFGBlueprintLibrary_GetSupportedXeFGModes, ReturnValue) == 0x000000, "Member 'XeFGBlueprintLibrary_GetSupportedXeFGModes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeFGBlueprintLibrary_GetXeFGMode \ +static_assert(alignof(XeFGBlueprintLibrary_GetXeFGMode) == 0x000001, "Wrong alignment on XeFGBlueprintLibrary_GetXeFGMode"); \ +static_assert(sizeof(XeFGBlueprintLibrary_GetXeFGMode) == 0x000001, "Wrong size on XeFGBlueprintLibrary_GetXeFGMode"); \ +static_assert(offsetof(XeFGBlueprintLibrary_GetXeFGMode, ReturnValue) == 0x000000, "Member 'XeFGBlueprintLibrary_GetXeFGMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeFGBlueprintLibrary_IfRelaunchRequiredByXeFG \ +static_assert(alignof(XeFGBlueprintLibrary_IfRelaunchRequiredByXeFG) == 0x000001, "Wrong alignment on XeFGBlueprintLibrary_IfRelaunchRequiredByXeFG"); \ +static_assert(sizeof(XeFGBlueprintLibrary_IfRelaunchRequiredByXeFG) == 0x000001, "Wrong size on XeFGBlueprintLibrary_IfRelaunchRequiredByXeFG"); \ +static_assert(offsetof(XeFGBlueprintLibrary_IfRelaunchRequiredByXeFG, ReturnValue) == 0x000000, "Member 'XeFGBlueprintLibrary_IfRelaunchRequiredByXeFG::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeFGBlueprintLibrary_IsXeFGSupported \ +static_assert(alignof(XeFGBlueprintLibrary_IsXeFGSupported) == 0x000001, "Wrong alignment on XeFGBlueprintLibrary_IsXeFGSupported"); \ +static_assert(sizeof(XeFGBlueprintLibrary_IsXeFGSupported) == 0x000001, "Wrong size on XeFGBlueprintLibrary_IsXeFGSupported"); \ +static_assert(offsetof(XeFGBlueprintLibrary_IsXeFGSupported, ReturnValue) == 0x000000, "Member 'XeFGBlueprintLibrary_IsXeFGSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeFGBlueprintLibrary_SetXeFGMode \ +static_assert(alignof(XeFGBlueprintLibrary_SetXeFGMode) == 0x000001, "Wrong alignment on XeFGBlueprintLibrary_SetXeFGMode"); \ +static_assert(sizeof(XeFGBlueprintLibrary_SetXeFGMode) == 0x000001, "Wrong size on XeFGBlueprintLibrary_SetXeFGMode"); \ +static_assert(offsetof(XeFGBlueprintLibrary_SetXeFGMode, Mode) == 0x000000, "Member 'XeFGBlueprintLibrary_SetXeFGMode::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UXeFGBlueprintLibrary \ +static_assert(alignof(UXeFGBlueprintLibrary) == 0x000008, "Wrong alignment on UXeFGBlueprintLibrary"); \ +static_assert(sizeof(UXeFGBlueprintLibrary) == 0x000030, "Wrong size on UXeFGBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UFFXFSR3Settings \ +static_assert(alignof(UFFXFSR3Settings) == 0x000008, "Wrong alignment on UFFXFSR3Settings"); \ +static_assert(sizeof(UFFXFSR3Settings) == 0x0000B0, "Wrong size on UFFXFSR3Settings"); \ +static_assert(offsetof(UFFXFSR3Settings, bEnabled) == 0x000048, "Member 'UFFXFSR3Settings::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bAutoExposure) == 0x000049, "Member 'UFFXFSR3Settings::bAutoExposure' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bEnabledInEditorViewport) == 0x00004A, "Member 'UFFXFSR3Settings::bEnabledInEditorViewport' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bUseSSRExperimentalDenoiser) == 0x00004B, "Member 'UFFXFSR3Settings::bUseSSRExperimentalDenoiser' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bRHIBackend) == 0x00004C, "Member 'UFFXFSR3Settings::bRHIBackend' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bD3D12Backend) == 0x00004D, "Member 'UFFXFSR3Settings::bD3D12Backend' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bFrameGenEnabled) == 0x00004E, "Member 'UFFXFSR3Settings::bFrameGenEnabled' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bCaptureDebugUI) == 0x00004F, "Member 'UFFXFSR3Settings::bCaptureDebugUI' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bUpdateGlobalFrameTime) == 0x000050, "Member 'UFFXFSR3Settings::bUpdateGlobalFrameTime' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bD3D12AsyncInterpolation) == 0x000051, "Member 'UFFXFSR3Settings::bD3D12AsyncInterpolation' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bD3D12AsyncPresent) == 0x000052, "Member 'UFFXFSR3Settings::bD3D12AsyncPresent' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, QualityMode) == 0x000054, "Member 'UFFXFSR3Settings::QualityMode' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, HistoryFormat) == 0x000058, "Member 'UFFXFSR3Settings::HistoryFormat' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, DeDither) == 0x00005C, "Member 'UFFXFSR3Settings::DeDither' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, Sharpness) == 0x000060, "Member 'UFFXFSR3Settings::Sharpness' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bAdjustMipBias) == 0x000064, "Member 'UFFXFSR3Settings::bAdjustMipBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bForceVertexDeformationOutputsVelocity) == 0x000065, "Member 'UFFXFSR3Settings::bForceVertexDeformationOutputsVelocity' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ForceLandscapeHISMMobility) == 0x000068, "Member 'UFFXFSR3Settings::ForceLandscapeHISMMobility' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bReactiveMask) == 0x00006C, "Member 'UFFXFSR3Settings::bReactiveMask' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ReflectionScale) == 0x000070, "Member 'UFFXFSR3Settings::ReflectionScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ReflectionLuminanceBias) == 0x000074, "Member 'UFFXFSR3Settings::ReflectionLuminanceBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, RoughnessScale) == 0x000078, "Member 'UFFXFSR3Settings::RoughnessScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, RoughnessBias) == 0x00007C, "Member 'UFFXFSR3Settings::RoughnessBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, RoughnessMaxDistance) == 0x000080, "Member 'UFFXFSR3Settings::RoughnessMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bReactiveMaskRoughnessForceMaxDistance) == 0x000084, "Member 'UFFXFSR3Settings::bReactiveMaskRoughnessForceMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, TranslucencyBias) == 0x000088, "Member 'UFFXFSR3Settings::TranslucencyBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, TranslucencyLuminanceBias) == 0x00008C, "Member 'UFFXFSR3Settings::TranslucencyLuminanceBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, TranslucencyMaxDistance) == 0x000090, "Member 'UFFXFSR3Settings::TranslucencyMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ReactiveShadingModelID) == 0x000094, "Member 'UFFXFSR3Settings::ReactiveShadingModelID' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ForceReactiveMaterialValue) == 0x000098, "Member 'UFFXFSR3Settings::ForceReactiveMaterialValue' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ReactiveHistoryTranslucencyBias) == 0x00009C, "Member 'UFFXFSR3Settings::ReactiveHistoryTranslucencyBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ReactiveHistoryTranslucencyLumaBias) == 0x0000A0, "Member 'UFFXFSR3Settings::ReactiveHistoryTranslucencyLumaBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, PreDOFTranslucencyScale) == 0x0000A4, "Member 'UFFXFSR3Settings::PreDOFTranslucencyScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bPreDOFTranslucencyMax) == 0x0000A8, "Member 'UFFXFSR3Settings::bPreDOFTranslucencyMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModdedHeistSelectionMenuMeta_C \ +static_assert(alignof(UModdedHeistSelectionMenuMeta_C) == 0x000008, "Wrong alignment on UModdedHeistSelectionMenuMeta_C"); \ +static_assert(sizeof(UModdedHeistSelectionMenuMeta_C) == 0x0000F0, "Wrong size on UModdedHeistSelectionMenuMeta_C"); \ + +#define DUMPER7_ASSERTS_TLMVoiceChatSubsystem_GetAudioInputMute \ +static_assert(alignof(TLMVoiceChatSubsystem_GetAudioInputMute) == 0x000001, "Wrong alignment on TLMVoiceChatSubsystem_GetAudioInputMute"); \ +static_assert(sizeof(TLMVoiceChatSubsystem_GetAudioInputMute) == 0x000001, "Wrong size on TLMVoiceChatSubsystem_GetAudioInputMute"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_GetAudioInputMute, ReturnValue) == 0x000000, "Member 'TLMVoiceChatSubsystem_GetAudioInputMute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TLMVoiceChatSubsystem_GetAudioInputVolume \ +static_assert(alignof(TLMVoiceChatSubsystem_GetAudioInputVolume) == 0x000004, "Wrong alignment on TLMVoiceChatSubsystem_GetAudioInputVolume"); \ +static_assert(sizeof(TLMVoiceChatSubsystem_GetAudioInputVolume) == 0x000004, "Wrong size on TLMVoiceChatSubsystem_GetAudioInputVolume"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_GetAudioInputVolume, ReturnValue) == 0x000000, "Member 'TLMVoiceChatSubsystem_GetAudioInputVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TLMVoiceChatSubsystem_GetAudioOutputMute \ +static_assert(alignof(TLMVoiceChatSubsystem_GetAudioOutputMute) == 0x000001, "Wrong alignment on TLMVoiceChatSubsystem_GetAudioOutputMute"); \ +static_assert(sizeof(TLMVoiceChatSubsystem_GetAudioOutputMute) == 0x000001, "Wrong size on TLMVoiceChatSubsystem_GetAudioOutputMute"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_GetAudioOutputMute, ReturnValue) == 0x000000, "Member 'TLMVoiceChatSubsystem_GetAudioOutputMute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TLMVoiceChatSubsystem_GetAudioOutputVolume \ +static_assert(alignof(TLMVoiceChatSubsystem_GetAudioOutputVolume) == 0x000004, "Wrong alignment on TLMVoiceChatSubsystem_GetAudioOutputVolume"); \ +static_assert(sizeof(TLMVoiceChatSubsystem_GetAudioOutputVolume) == 0x000004, "Wrong size on TLMVoiceChatSubsystem_GetAudioOutputVolume"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_GetAudioOutputVolume, ReturnValue) == 0x000000, "Member 'TLMVoiceChatSubsystem_GetAudioOutputVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TLMVoiceChatSubsystem_GetPlayerBlocked \ +static_assert(alignof(TLMVoiceChatSubsystem_GetPlayerBlocked) == 0x000008, "Wrong alignment on TLMVoiceChatSubsystem_GetPlayerBlocked"); \ +static_assert(sizeof(TLMVoiceChatSubsystem_GetPlayerBlocked) == 0x000018, "Wrong size on TLMVoiceChatSubsystem_GetPlayerBlocked"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_GetPlayerBlocked, EOSUserId) == 0x000000, "Member 'TLMVoiceChatSubsystem_GetPlayerBlocked::EOSUserId' has a wrong offset!"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_GetPlayerBlocked, ReturnValue) == 0x000010, "Member 'TLMVoiceChatSubsystem_GetPlayerBlocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TLMVoiceChatSubsystem_GetPlayerMuted \ +static_assert(alignof(TLMVoiceChatSubsystem_GetPlayerMuted) == 0x000008, "Wrong alignment on TLMVoiceChatSubsystem_GetPlayerMuted"); \ +static_assert(sizeof(TLMVoiceChatSubsystem_GetPlayerMuted) == 0x000018, "Wrong size on TLMVoiceChatSubsystem_GetPlayerMuted"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_GetPlayerMuted, PlayerName) == 0x000000, "Member 'TLMVoiceChatSubsystem_GetPlayerMuted::PlayerName' has a wrong offset!"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_GetPlayerMuted, bIsMuted) == 0x000010, "Member 'TLMVoiceChatSubsystem_GetPlayerMuted::bIsMuted' has a wrong offset!"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_GetPlayerMuted, ReturnValue) == 0x000011, "Member 'TLMVoiceChatSubsystem_GetPlayerMuted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TLMVoiceChatSubsystem_GetPlayersInChannel \ +static_assert(alignof(TLMVoiceChatSubsystem_GetPlayersInChannel) == 0x000008, "Wrong alignment on TLMVoiceChatSubsystem_GetPlayersInChannel"); \ +static_assert(sizeof(TLMVoiceChatSubsystem_GetPlayersInChannel) == 0x000018, "Wrong size on TLMVoiceChatSubsystem_GetPlayersInChannel"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_GetPlayersInChannel, PlayersInChannel) == 0x000000, "Member 'TLMVoiceChatSubsystem_GetPlayersInChannel::PlayersInChannel' has a wrong offset!"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_GetPlayersInChannel, ReturnValue) == 0x000010, "Member 'TLMVoiceChatSubsystem_GetPlayersInChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TLMVoiceChatSubsystem_IsPlayerInChannel \ +static_assert(alignof(TLMVoiceChatSubsystem_IsPlayerInChannel) == 0x000001, "Wrong alignment on TLMVoiceChatSubsystem_IsPlayerInChannel"); \ +static_assert(sizeof(TLMVoiceChatSubsystem_IsPlayerInChannel) == 0x000001, "Wrong size on TLMVoiceChatSubsystem_IsPlayerInChannel"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_IsPlayerInChannel, ReturnValue) == 0x000000, "Member 'TLMVoiceChatSubsystem_IsPlayerInChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TLMVoiceChatSubsystem_SetAudioInputMute \ +static_assert(alignof(TLMVoiceChatSubsystem_SetAudioInputMute) == 0x000001, "Wrong alignment on TLMVoiceChatSubsystem_SetAudioInputMute"); \ +static_assert(sizeof(TLMVoiceChatSubsystem_SetAudioInputMute) == 0x000001, "Wrong size on TLMVoiceChatSubsystem_SetAudioInputMute"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_SetAudioInputMute, bMute) == 0x000000, "Member 'TLMVoiceChatSubsystem_SetAudioInputMute::bMute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TLMVoiceChatSubsystem_SetAudioInputVolume \ +static_assert(alignof(TLMVoiceChatSubsystem_SetAudioInputVolume) == 0x000004, "Wrong alignment on TLMVoiceChatSubsystem_SetAudioInputVolume"); \ +static_assert(sizeof(TLMVoiceChatSubsystem_SetAudioInputVolume) == 0x000004, "Wrong size on TLMVoiceChatSubsystem_SetAudioInputVolume"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_SetAudioInputVolume, Volume) == 0x000000, "Member 'TLMVoiceChatSubsystem_SetAudioInputVolume::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TLMVoiceChatSubsystem_SetAudioOutputMute \ +static_assert(alignof(TLMVoiceChatSubsystem_SetAudioOutputMute) == 0x000001, "Wrong alignment on TLMVoiceChatSubsystem_SetAudioOutputMute"); \ +static_assert(sizeof(TLMVoiceChatSubsystem_SetAudioOutputMute) == 0x000001, "Wrong size on TLMVoiceChatSubsystem_SetAudioOutputMute"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_SetAudioOutputMute, bMute) == 0x000000, "Member 'TLMVoiceChatSubsystem_SetAudioOutputMute::bMute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TLMVoiceChatSubsystem_SetAudioOutputVolume \ +static_assert(alignof(TLMVoiceChatSubsystem_SetAudioOutputVolume) == 0x000004, "Wrong alignment on TLMVoiceChatSubsystem_SetAudioOutputVolume"); \ +static_assert(sizeof(TLMVoiceChatSubsystem_SetAudioOutputVolume) == 0x000004, "Wrong size on TLMVoiceChatSubsystem_SetAudioOutputVolume"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_SetAudioOutputVolume, Volume) == 0x000000, "Member 'TLMVoiceChatSubsystem_SetAudioOutputVolume::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TLMVoiceChatSubsystem_SetPlayerBlocked \ +static_assert(alignof(TLMVoiceChatSubsystem_SetPlayerBlocked) == 0x000008, "Wrong alignment on TLMVoiceChatSubsystem_SetPlayerBlocked"); \ +static_assert(sizeof(TLMVoiceChatSubsystem_SetPlayerBlocked) == 0x000018, "Wrong size on TLMVoiceChatSubsystem_SetPlayerBlocked"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_SetPlayerBlocked, EOSUserId) == 0x000000, "Member 'TLMVoiceChatSubsystem_SetPlayerBlocked::EOSUserId' has a wrong offset!"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_SetPlayerBlocked, bBlocked) == 0x000010, "Member 'TLMVoiceChatSubsystem_SetPlayerBlocked::bBlocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TLMVoiceChatSubsystem_SetPlayerMuted \ +static_assert(alignof(TLMVoiceChatSubsystem_SetPlayerMuted) == 0x000008, "Wrong alignment on TLMVoiceChatSubsystem_SetPlayerMuted"); \ +static_assert(sizeof(TLMVoiceChatSubsystem_SetPlayerMuted) == 0x000018, "Wrong size on TLMVoiceChatSubsystem_SetPlayerMuted"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_SetPlayerMuted, PlayerName) == 0x000000, "Member 'TLMVoiceChatSubsystem_SetPlayerMuted::PlayerName' has a wrong offset!"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_SetPlayerMuted, bMuted) == 0x000010, "Member 'TLMVoiceChatSubsystem_SetPlayerMuted::bMuted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TLMVoiceChatSubsystem_SetPushToTalkEnabled \ +static_assert(alignof(TLMVoiceChatSubsystem_SetPushToTalkEnabled) == 0x000001, "Wrong alignment on TLMVoiceChatSubsystem_SetPushToTalkEnabled"); \ +static_assert(sizeof(TLMVoiceChatSubsystem_SetPushToTalkEnabled) == 0x000001, "Wrong size on TLMVoiceChatSubsystem_SetPushToTalkEnabled"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_SetPushToTalkEnabled, bEnabled) == 0x000000, "Member 'TLMVoiceChatSubsystem_SetPushToTalkEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TLMVoiceChatSubsystem_SetVoiceChatEnabled \ +static_assert(alignof(TLMVoiceChatSubsystem_SetVoiceChatEnabled) == 0x000001, "Wrong alignment on TLMVoiceChatSubsystem_SetVoiceChatEnabled"); \ +static_assert(sizeof(TLMVoiceChatSubsystem_SetVoiceChatEnabled) == 0x000001, "Wrong size on TLMVoiceChatSubsystem_SetVoiceChatEnabled"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_SetVoiceChatEnabled, bEnabled) == 0x000000, "Member 'TLMVoiceChatSubsystem_SetVoiceChatEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TLMVoiceChatSubsystem_GetCurrentUserId \ +static_assert(alignof(TLMVoiceChatSubsystem_GetCurrentUserId) == 0x000008, "Wrong alignment on TLMVoiceChatSubsystem_GetCurrentUserId"); \ +static_assert(sizeof(TLMVoiceChatSubsystem_GetCurrentUserId) == 0x000010, "Wrong size on TLMVoiceChatSubsystem_GetCurrentUserId"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_GetCurrentUserId, ReturnValue) == 0x000000, "Member 'TLMVoiceChatSubsystem_GetCurrentUserId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TLMVoiceChatSubsystem_GetPlayerIds \ +static_assert(alignof(TLMVoiceChatSubsystem_GetPlayerIds) == 0x000008, "Wrong alignment on TLMVoiceChatSubsystem_GetPlayerIds"); \ +static_assert(sizeof(TLMVoiceChatSubsystem_GetPlayerIds) == 0x000020, "Wrong size on TLMVoiceChatSubsystem_GetPlayerIds"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_GetPlayerIds, PlatformUserId) == 0x000000, "Member 'TLMVoiceChatSubsystem_GetPlayerIds::PlatformUserId' has a wrong offset!"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_GetPlayerIds, EOSUserId) == 0x000010, "Member 'TLMVoiceChatSubsystem_GetPlayerIds::EOSUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TLMVoiceChatSubsystem_GetPushToTalkEnabled \ +static_assert(alignof(TLMVoiceChatSubsystem_GetPushToTalkEnabled) == 0x000001, "Wrong alignment on TLMVoiceChatSubsystem_GetPushToTalkEnabled"); \ +static_assert(sizeof(TLMVoiceChatSubsystem_GetPushToTalkEnabled) == 0x000001, "Wrong size on TLMVoiceChatSubsystem_GetPushToTalkEnabled"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_GetPushToTalkEnabled, ReturnValue) == 0x000000, "Member 'TLMVoiceChatSubsystem_GetPushToTalkEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TLMVoiceChatSubsystem_GetVoiceChatEnabled \ +static_assert(alignof(TLMVoiceChatSubsystem_GetVoiceChatEnabled) == 0x000001, "Wrong alignment on TLMVoiceChatSubsystem_GetVoiceChatEnabled"); \ +static_assert(sizeof(TLMVoiceChatSubsystem_GetVoiceChatEnabled) == 0x000001, "Wrong size on TLMVoiceChatSubsystem_GetVoiceChatEnabled"); \ +static_assert(offsetof(TLMVoiceChatSubsystem_GetVoiceChatEnabled, ReturnValue) == 0x000000, "Member 'TLMVoiceChatSubsystem_GetVoiceChatEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTLMVoiceChatSubsystem \ +static_assert(alignof(UTLMVoiceChatSubsystem) == 0x000008, "Wrong alignment on UTLMVoiceChatSubsystem"); \ +static_assert(sizeof(UTLMVoiceChatSubsystem) == 0x000268, "Wrong size on UTLMVoiceChatSubsystem"); \ +static_assert(offsetof(UTLMVoiceChatSubsystem, OnVoiceChatPlayerTalkingUpdatedDelegate) == 0x0000E0, "Member 'UTLMVoiceChatSubsystem::OnVoiceChatPlayerTalkingUpdatedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UTLMVoiceChatSubsystem, OnPlayerMuteUpdated) == 0x0000F0, "Member 'UTLMVoiceChatSubsystem::OnPlayerMuteUpdated' has a wrong offset!"); \ +static_assert(offsetof(UTLMVoiceChatSubsystem, OnPlayerBlockUpdated) == 0x000100, "Member 'UTLMVoiceChatSubsystem::OnPlayerBlockUpdated' has a wrong offset!"); \ +static_assert(offsetof(UTLMVoiceChatSubsystem, OnVoiceSessionParticipantsChange_EOSId) == 0x000110, "Member 'UTLMVoiceChatSubsystem::OnVoiceSessionParticipantsChange_EOSId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhoneTable_01_SmallDestruction_C_BndEvt__BP_PhoneTable_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BP_PhoneTable_01_SmallDestruction_C_BndEvt__BP_PhoneTable_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BP_PhoneTable_01_SmallDestruction_C_BndEvt__BP_PhoneTable_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BP_PhoneTable_01_SmallDestruction_C_BndEvt__BP_PhoneTable_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BP_PhoneTable_01_SmallDestruction_C_BndEvt__BP_PhoneTable_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BP_PhoneTable_01_SmallDestruction_C_BndEvt__BP_PhoneTable_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BP_PhoneTable_01_SmallDestruction_C_BndEvt__BP_PhoneTable_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_PhoneTable_01_SmallDestruction_C_BndEvt__BP_PhoneTable_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BP_PhoneTable_01_SmallDestruction_C_BndEvt__BP_PhoneTable_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction \ +static_assert(alignof(BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction) == 0x000008, "Wrong alignment on BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction"); \ +static_assert(sizeof(BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction) == 0x0000B0, "Wrong size on BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction"); \ +static_assert(offsetof(BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction, EntryPoint) == 0x000000, "Member 'BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction, Temp_struct_Variable) == 0x000008, "Member 'BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction, Temp_delegate_Variable) == 0x000018, "Member 'BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction, Temp_struct_Variable_1) == 0x000030, "Member 'BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction, Temp_delegate_Variable_1) == 0x000040, "Member 'BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction, CallFunc_PostAkEvent_ReturnValue) == 0x000054, "Member 'BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction, K2Node_ComponentBoundEvent_Type) == 0x000058, "Member 'BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction, K2Node_ComponentBoundEvent_HitContext) == 0x00005C, "Member 'BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00008C, "Member 'BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction, CallFunc_IsDedicatedServer_ReturnValue) == 0x000098, "Member 'BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0000A0, "Member 'BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction, CallFunc_PostAkEvent_ReturnValue_1) == 0x0000A8, "Member 'BP_PhoneTable_01_SmallDestruction_C_ExecuteUbergraph_BP_PhoneTable_01_SmallDestruction::CallFunc_PostAkEvent_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PhoneTable_01_SmallDestruction_C \ +static_assert(alignof(ABP_PhoneTable_01_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_PhoneTable_01_SmallDestruction_C"); \ +static_assert(sizeof(ABP_PhoneTable_01_SmallDestruction_C) == 0x0002F8, "Wrong size on ABP_PhoneTable_01_SmallDestruction_C"); \ +static_assert(offsetof(ABP_PhoneTable_01_SmallDestruction_C, UberGraphFrame_BP_PhoneTable_01_SmallDestruction_C) == 0x0002E0, "Member 'ABP_PhoneTable_01_SmallDestruction_C::UberGraphFrame_BP_PhoneTable_01_SmallDestruction_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhoneTable_01_SmallDestruction_C, AK) == 0x0002E8, "Member 'ABP_PhoneTable_01_SmallDestruction_C::AK' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhoneTable_01_SmallDestruction_C, SBZCosmeticDestruction) == 0x0002F0, "Member 'ABP_PhoneTable_01_SmallDestruction_C::SBZCosmeticDestruction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChromaSDKDeviceInfoType \ +static_assert(alignof(FChromaSDKDeviceInfoType) == 0x000004, "Wrong alignment on FChromaSDKDeviceInfoType"); \ +static_assert(sizeof(FChromaSDKDeviceInfoType) == 0x000008, "Wrong size on FChromaSDKDeviceInfoType"); \ +static_assert(offsetof(FChromaSDKDeviceInfoType, DeviceType) == 0x000000, "Member 'FChromaSDKDeviceInfoType::DeviceType' has a wrong offset!"); \ +static_assert(offsetof(FChromaSDKDeviceInfoType, Connected) == 0x000004, "Member 'FChromaSDKDeviceInfoType::Connected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChromaSDKDeviceFrameIndex \ +static_assert(alignof(FChromaSDKDeviceFrameIndex) == 0x000008, "Wrong alignment on FChromaSDKDeviceFrameIndex"); \ +static_assert(sizeof(FChromaSDKDeviceFrameIndex) == 0x000010, "Wrong size on FChromaSDKDeviceFrameIndex"); \ +static_assert(offsetof(FChromaSDKDeviceFrameIndex, FrameIndex) == 0x000000, "Member 'FChromaSDKDeviceFrameIndex::FrameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChromaSDKSceneEffect \ +static_assert(alignof(FChromaSDKSceneEffect) == 0x000008, "Wrong alignment on FChromaSDKSceneEffect"); \ +static_assert(sizeof(FChromaSDKSceneEffect) == 0x000038, "Wrong size on FChromaSDKSceneEffect"); \ +static_assert(offsetof(FChromaSDKSceneEffect, Animation) == 0x000000, "Member 'FChromaSDKSceneEffect::Animation' has a wrong offset!"); \ +static_assert(offsetof(FChromaSDKSceneEffect, State) == 0x000010, "Member 'FChromaSDKSceneEffect::State' has a wrong offset!"); \ +static_assert(offsetof(FChromaSDKSceneEffect, PrimaryColor) == 0x000014, "Member 'FChromaSDKSceneEffect::PrimaryColor' has a wrong offset!"); \ +static_assert(offsetof(FChromaSDKSceneEffect, SecondaryColor) == 0x000018, "Member 'FChromaSDKSceneEffect::SecondaryColor' has a wrong offset!"); \ +static_assert(offsetof(FChromaSDKSceneEffect, Speed) == 0x00001C, "Member 'FChromaSDKSceneEffect::Speed' has a wrong offset!"); \ +static_assert(offsetof(FChromaSDKSceneEffect, Blend) == 0x000020, "Member 'FChromaSDKSceneEffect::Blend' has a wrong offset!"); \ +static_assert(offsetof(FChromaSDKSceneEffect, Mode) == 0x000021, "Member 'FChromaSDKSceneEffect::Mode' has a wrong offset!"); \ +static_assert(offsetof(FChromaSDKSceneEffect, FrameIndex) == 0x000028, "Member 'FChromaSDKSceneEffect::FrameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChromaSDKScene \ +static_assert(alignof(FChromaSDKScene) == 0x000008, "Wrong alignment on FChromaSDKScene"); \ +static_assert(sizeof(FChromaSDKScene) == 0x000010, "Wrong size on FChromaSDKScene"); \ +static_assert(offsetof(FChromaSDKScene, Effects) == 0x000000, "Member 'FChromaSDKScene::Effects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChromaSDKAppInfoType \ +static_assert(alignof(FChromaSDKAppInfoType) == 0x000008, "Wrong alignment on FChromaSDKAppInfoType"); \ +static_assert(sizeof(FChromaSDKAppInfoType) == 0x000048, "Wrong size on FChromaSDKAppInfoType"); \ +static_assert(offsetof(FChromaSDKAppInfoType, Title) == 0x000000, "Member 'FChromaSDKAppInfoType::Title' has a wrong offset!"); \ +static_assert(offsetof(FChromaSDKAppInfoType, Description) == 0x000010, "Member 'FChromaSDKAppInfoType::Description' has a wrong offset!"); \ +static_assert(offsetof(FChromaSDKAppInfoType, Author_Name) == 0x000020, "Member 'FChromaSDKAppInfoType::Author_Name' has a wrong offset!"); \ +static_assert(offsetof(FChromaSDKAppInfoType, Author_Contact) == 0x000030, "Member 'FChromaSDKAppInfoType::Author_Contact' has a wrong offset!"); \ +static_assert(offsetof(FChromaSDKAppInfoType, SupportedDevice) == 0x000040, "Member 'FChromaSDKAppInfoType::SupportedDevice' has a wrong offset!"); \ +static_assert(offsetof(FChromaSDKAppInfoType, Category) == 0x000044, "Member 'FChromaSDKAppInfoType::Category' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChromaSDKColors \ +static_assert(alignof(FChromaSDKColors) == 0x000008, "Wrong alignment on FChromaSDKColors"); \ +static_assert(sizeof(FChromaSDKColors) == 0x000010, "Wrong size on FChromaSDKColors"); \ +static_assert(offsetof(FChromaSDKColors, Colors) == 0x000000, "Member 'FChromaSDKColors::Colors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChromaSDKColorFrame2D \ +static_assert(alignof(FChromaSDKColorFrame2D) == 0x000008, "Wrong alignment on FChromaSDKColorFrame2D"); \ +static_assert(sizeof(FChromaSDKColorFrame2D) == 0x000018, "Wrong size on FChromaSDKColorFrame2D"); \ +static_assert(offsetof(FChromaSDKColorFrame2D, Colors) == 0x000000, "Member 'FChromaSDKColorFrame2D::Colors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChromaSDKColorFrame1D \ +static_assert(alignof(FChromaSDKColorFrame1D) == 0x000008, "Wrong alignment on FChromaSDKColorFrame1D"); \ +static_assert(sizeof(FChromaSDKColorFrame1D) == 0x000018, "Wrong size on FChromaSDKColorFrame1D"); \ +static_assert(offsetof(FChromaSDKColorFrame1D, Colors) == 0x000000, "Member 'FChromaSDKColorFrame1D::Colors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChromaSDKGuid \ +static_assert(alignof(FChromaSDKGuid) == 0x000004, "Wrong alignment on FChromaSDKGuid"); \ +static_assert(sizeof(FChromaSDKGuid) == 0x000010, "Wrong size on FChromaSDKGuid"); \ + +#define DUMPER7_ASSERTS_FChromaSDKEffectResult \ +static_assert(alignof(FChromaSDKEffectResult) == 0x000004, "Wrong alignment on FChromaSDKEffectResult"); \ +static_assert(sizeof(FChromaSDKEffectResult) == 0x000014, "Wrong size on FChromaSDKEffectResult"); \ +static_assert(offsetof(FChromaSDKEffectResult, Result) == 0x000000, "Member 'FChromaSDKEffectResult::Result' has a wrong offset!"); \ +static_assert(offsetof(FChromaSDKEffectResult, EffectId) == 0x000004, "Member 'FChromaSDKEffectResult::EffectId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_AddNonZeroAllKeys \ +static_assert(alignof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeys) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_AddNonZeroAllKeys"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeys) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_AddNonZeroAllKeys"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeys, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeys::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeys, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeys::targetAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeys, frameId) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeys::frameId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFrames, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFrames::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFrames, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFrames::targetAnimationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesName::targetAnimationName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffset \ +static_assert(alignof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffset) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffset"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffset) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffset"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffset, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffset::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffset, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffset::targetAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffset, offset) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffset::offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffsetName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffsetName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffsetName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffsetName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffsetName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffsetName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffsetName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffsetName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffsetName::targetAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffsetName, offset) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffsetName::offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_AddNonZeroAllKeysName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_AddNonZeroAllKeysName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_AddNonZeroAllKeysName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeysName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeysName::targetAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysName, frameId) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeysName::frameId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFrames, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFrames::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFrames, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFrames::targetAnimationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesName::targetAnimationName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffset \ +static_assert(alignof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffset) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffset"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffset) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffset"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffset, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffset::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffset, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffset::targetAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffset, offset) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffset::offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffsetName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffsetName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffsetName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffsetName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffsetName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffsetName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffsetName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffsetName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffsetName::targetAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffsetName, offset) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffsetName::offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_AppendAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_AppendAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_AppendAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_AppendAllFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_AppendAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AppendAllFrames, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_AppendAllFrames::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AppendAllFrames, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_AppendAllFrames::targetAnimationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_AppendAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_AppendAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_AppendAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_AppendAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_AppendAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AppendAllFramesName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_AppendAllFramesName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_AppendAllFramesName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_AppendAllFramesName::targetAnimationName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom1D \ +static_assert(alignof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom1D) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom1D"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom1D) == 0x000030, "Wrong size on ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom1D"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom1D, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom1D::device' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom1D, colors) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom1D::colors' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom1D, ReturnValue) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom1D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom2D \ +static_assert(alignof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom2D) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom2D"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom2D) == 0x000030, "Wrong size on ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom2D"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom2D, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom2D::device' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom2D, colors) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom2D::colors' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom2D, ReturnValue) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectKeyboardCustom2D \ +static_assert(alignof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectKeyboardCustom2D) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectKeyboardCustom2D"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectKeyboardCustom2D) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectKeyboardCustom2D"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectKeyboardCustom2D, colors) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectKeyboardCustom2D::colors' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectKeyboardCustom2D, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectKeyboardCustom2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectNone \ +static_assert(alignof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectNone) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectNone"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectNone) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectNone"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectNone, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectNone::device' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectNone, ReturnValue) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectNone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectStatic \ +static_assert(alignof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectStatic) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectStatic"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectStatic) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectStatic"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectStatic, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectStatic::device' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectStatic, colorParam) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectStatic::colorParam' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectStatic, ReturnValue) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectStatic::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ChromaSDKDeleteEffect \ +static_assert(alignof(ChromaSDKPluginBPLibrary_ChromaSDKDeleteEffect) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_ChromaSDKDeleteEffect"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_ChromaSDKDeleteEffect) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_ChromaSDKDeleteEffect"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKDeleteEffect, effectId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKDeleteEffect::effectId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKDeleteEffect, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKDeleteEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ChromaSDKInit \ +static_assert(alignof(ChromaSDKPluginBPLibrary_ChromaSDKInit) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_ChromaSDKInit"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_ChromaSDKInit) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_ChromaSDKInit"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKInit, ReturnValue) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKInit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ChromaSDKInitSDK \ +static_assert(alignof(ChromaSDKPluginBPLibrary_ChromaSDKInitSDK) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_ChromaSDKInitSDK"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_ChromaSDKInitSDK) == 0x000050, "Wrong size on ChromaSDKPluginBPLibrary_ChromaSDKInitSDK"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKInitSDK, appInfo) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKInitSDK::appInfo' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKInitSDK, ReturnValue) == 0x000048, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKInitSDK::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ChromaSDKSetEffect \ +static_assert(alignof(ChromaSDKPluginBPLibrary_ChromaSDKSetEffect) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_ChromaSDKSetEffect"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_ChromaSDKSetEffect) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_ChromaSDKSetEffect"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKSetEffect, effectId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKSetEffect::effectId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKSetEffect, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKSetEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ChromaSDKUnInit \ +static_assert(alignof(ChromaSDKPluginBPLibrary_ChromaSDKUnInit) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_ChromaSDKUnInit"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_ChromaSDKUnInit) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_ChromaSDKUnInit"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKUnInit, ReturnValue) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKUnInit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ClearAnimationType \ +static_assert(alignof(ChromaSDKPluginBPLibrary_ClearAnimationType) == 0x000001, "Wrong alignment on ChromaSDKPluginBPLibrary_ClearAnimationType"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_ClearAnimationType) == 0x000001, "Wrong size on ChromaSDKPluginBPLibrary_ClearAnimationType"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ClearAnimationType, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ClearAnimationType::device' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CloseAnimation \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CloseAnimation) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_CloseAnimation"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CloseAnimation) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_CloseAnimation"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CloseAnimation, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CloseAnimation::animationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CloseAnimationName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CloseAnimationName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CloseAnimationName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CloseAnimationName) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_CloseAnimationName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CloseAnimationName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CloseAnimationName::animationName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyAllKeys \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyAllKeys) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyAllKeys"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyAllKeys) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_CopyAllKeys"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAllKeys, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyAllKeys::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAllKeys, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyAllKeys::targetAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAllKeys, frameId) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CopyAllKeys::frameId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyAllKeysAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyAllKeysAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyAllKeysAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyAllKeysAllFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_CopyAllKeysAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAllKeysAllFrames, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyAllKeysAllFrames::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAllKeysAllFrames, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyAllKeysAllFrames::targetAnimationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyAllKeysAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyAllKeysAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyAllKeysAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyAllKeysAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_CopyAllKeysAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAllKeysAllFramesName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyAllKeysAllFramesName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAllKeysAllFramesName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyAllKeysAllFramesName::targetAnimationName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyAllKeysName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyAllKeysName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyAllKeysName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyAllKeysName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_CopyAllKeysName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAllKeysName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyAllKeysName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAllKeysName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyAllKeysName::targetAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAllKeysName, frameId) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_CopyAllKeysName::frameId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyAnimation \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyAnimation) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyAnimation"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyAnimation) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_CopyAnimation"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAnimation, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyAnimation::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAnimation, targetAnimationName) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CopyAnimation::targetAnimationName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyAnimationName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyAnimationName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyAnimationName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyAnimationName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_CopyAnimationName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAnimationName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyAnimationName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAnimationName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyAnimationName::targetAnimationName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyKeyColor \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyKeyColor) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyKeyColor"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyKeyColor) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_CopyKeyColor"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeyColor, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyKeyColor::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeyColor, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyKeyColor::targetAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeyColor, frameIndex) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CopyKeyColor::frameIndex' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeyColor, key) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_CopyKeyColor::key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyKeyColorName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyKeyColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyKeyColorName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyKeyColorName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_CopyKeyColorName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeyColorName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyKeyColorName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeyColorName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyKeyColorName::targetAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeyColorName, frameIndex) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_CopyKeyColorName::frameIndex' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeyColorName, key) == 0x000024, "Member 'ChromaSDKPluginBPLibrary_CopyKeyColorName::key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyKeysColor \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyKeysColor) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyKeysColor"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyKeysColor) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_CopyKeysColor"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColor, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColor::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColor, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColor::targetAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColor, frameIndex) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColor::frameIndex' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColor, keys) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColor::keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyKeysColorAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyKeysColorAllFrames) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyKeysColorAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyKeysColorAllFrames) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_CopyKeysColorAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColorAllFrames, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColorAllFrames::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColorAllFrames, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColorAllFrames::targetAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColorAllFrames, keys) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColorAllFrames::keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyKeysColorAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyKeysColorAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyKeysColorAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyKeysColorAllFramesName) == 0x000030, "Wrong size on ChromaSDKPluginBPLibrary_CopyKeysColorAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColorAllFramesName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColorAllFramesName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColorAllFramesName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColorAllFramesName::targetAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColorAllFramesName, keys) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColorAllFramesName::keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyKeysColorName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyKeysColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyKeysColorName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyKeysColorName) == 0x000038, "Wrong size on ChromaSDKPluginBPLibrary_CopyKeysColorName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColorName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColorName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColorName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColorName::targetAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColorName, frameIndex) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColorName::frameIndex' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColorName, keys) == 0x000028, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColorName::keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroAllKeys \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeys) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeys"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeys) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeys"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeys, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeys::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeys, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeys::targetAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeys, frameId) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeys::frameId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFrames, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFrames::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFrames, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFrames::targetAnimationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesName::targetAnimationName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffset \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffset) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffset"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffset) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffset"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffset, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffset::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffset, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffset::targetAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffset, offset) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffset::offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffsetName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffsetName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffsetName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffsetName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffsetName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffsetName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffsetName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffsetName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffsetName::targetAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffsetName, offset) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffsetName::offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysName::targetAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysName, frameId) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysName::frameId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffset \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffset) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffset"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffset) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffset"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffset, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffset::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffset, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffset::targetAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffset, frameId) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffset::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffset, offset) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffset::offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffsetName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffsetName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffsetName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffsetName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffsetName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffsetName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffsetName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffsetName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffsetName::targetAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffsetName, frameId) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffsetName::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffsetName, offset) == 0x000024, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffsetName::offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroKeyColor \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroKeyColor) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroKeyColor"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroKeyColor) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroKeyColor"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeyColor, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeyColor::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeyColor, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeyColor::targetAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeyColor, frameIndex) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeyColor::frameIndex' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeyColor, key) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeyColor::key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroKeyColorName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroKeyColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroKeyColorName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroKeyColorName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroKeyColorName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeyColorName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeyColorName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeyColorName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeyColorName::targetAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeyColorName, frameIndex) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeyColorName::frameIndex' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeyColorName, key) == 0x000024, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeyColorName::key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroKeysColor \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColor) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroKeysColor"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColor) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroKeysColor"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColor, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColor::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColor, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColor::targetAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColor, frameIndex) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColor::frameIndex' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColor, keys) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColor::keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFrames) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFrames) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFrames, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFrames::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFrames, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFrames::targetAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFrames, keys) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFrames::keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFramesName) == 0x000030, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFramesName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFramesName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFramesName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFramesName::targetAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFramesName, keys) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFramesName::keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorName) == 0x000038, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorName::targetAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorName, frameIndex) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorName::frameIndex' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorName, keys) == 0x000028, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorName::keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeys \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeys) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeys"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeys) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeys"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeys, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeys::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeys, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeys::targetAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeys, frameId) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeys::frameId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFrames, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFrames::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFrames, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFrames::targetAnimationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesName::targetAnimationName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffset \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffset) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffset"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffset) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffset"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffset, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffset::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffset, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffset::targetAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffset, offset) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffset::offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffsetName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffsetName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffsetName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffsetName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffsetName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffsetName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffsetName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffsetName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffsetName::targetAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffsetName, offset) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffsetName::offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysName::targetAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysName, frameId) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysName::frameId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFrames, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFrames::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFrames, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFrames::targetAnimationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFramesName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFramesName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFramesName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFramesName::targetAnimationName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CreateColors1D \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CreateColors1D) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CreateColors1D"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CreateColors1D) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_CreateColors1D"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CreateColors1D, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CreateColors1D::device' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CreateColors1D, ReturnValue) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CreateColors1D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CreateColors2D \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CreateColors2D) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CreateColors2D"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CreateColors2D) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_CreateColors2D"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CreateColors2D, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CreateColors2D::device' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CreateColors2D, ReturnValue) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CreateColors2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CreateRandomColors1D \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CreateRandomColors1D) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CreateRandomColors1D"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CreateRandomColors1D) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_CreateRandomColors1D"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CreateRandomColors1D, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CreateRandomColors1D::device' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CreateRandomColors1D, ReturnValue) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CreateRandomColors1D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CreateRandomColors2D \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CreateRandomColors2D) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CreateRandomColors2D"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CreateRandomColors2D) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_CreateRandomColors2D"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CreateRandomColors2D, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CreateRandomColors2D::device' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CreateRandomColors2D, ReturnValue) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CreateRandomColors2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite1D \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite1D) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite1D"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite1D) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite1D"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite1D, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite1D::device' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite1D, ReturnValue) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite1D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite2D \ +static_assert(alignof(ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite2D) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite2D"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite2D) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite2D"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite2D, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite2D::device' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite2D, ReturnValue) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_DuplicateFirstFrame \ +static_assert(alignof(ChromaSDKPluginBPLibrary_DuplicateFirstFrame) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_DuplicateFirstFrame"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_DuplicateFirstFrame) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_DuplicateFirstFrame"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_DuplicateFirstFrame, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_DuplicateFirstFrame::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_DuplicateFirstFrame, frameCount) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_DuplicateFirstFrame::frameCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_DuplicateFirstFrameName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_DuplicateFirstFrameName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_DuplicateFirstFrameName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_DuplicateFirstFrameName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_DuplicateFirstFrameName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_DuplicateFirstFrameName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_DuplicateFirstFrameName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_DuplicateFirstFrameName, frameCount) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_DuplicateFirstFrameName::frameCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_DuplicateFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_DuplicateFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_DuplicateFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_DuplicateFrames) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_DuplicateFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_DuplicateFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_DuplicateFrames::animationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_DuplicateFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_DuplicateFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_DuplicateFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_DuplicateFramesName) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_DuplicateFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_DuplicateFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_DuplicateFramesName::animationName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_DuplicateMirrorFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_DuplicateMirrorFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_DuplicateMirrorFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_DuplicateMirrorFrames) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_DuplicateMirrorFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_DuplicateMirrorFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_DuplicateMirrorFrames::animationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_DuplicateMirrorFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_DuplicateMirrorFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_DuplicateMirrorFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_DuplicateMirrorFramesName) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_DuplicateMirrorFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_DuplicateMirrorFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_DuplicateMirrorFramesName::animationName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FadeEndFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FadeEndFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FadeEndFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FadeEndFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_FadeEndFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FadeEndFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FadeEndFrames::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FadeEndFrames, fade) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FadeEndFrames::fade' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FadeEndFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FadeEndFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FadeEndFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FadeEndFramesName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_FadeEndFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FadeEndFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FadeEndFramesName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FadeEndFramesName, fade) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FadeEndFramesName::fade' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FadeStartFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FadeStartFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FadeStartFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FadeStartFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_FadeStartFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FadeStartFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FadeStartFrames::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FadeStartFrames, fade) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FadeStartFrames::fade' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FadeStartFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FadeStartFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FadeStartFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FadeStartFramesName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_FadeStartFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FadeStartFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FadeStartFramesName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FadeStartFramesName, fade) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FadeStartFramesName::fade' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillColor \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillColor) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillColor"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillColor) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_FillColor"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColor, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillColor::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColor, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillColor::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColor, colorParam) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillColor::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillColorAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillColorAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillColorAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillColorAllFrames) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_FillColorAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillColorAllFrames::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorAllFrames, colorParam) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillColorAllFrames::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillColorAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillColorAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillColorAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillColorAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_FillColorAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillColorAllFramesName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorAllFramesName, colorParam) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillColorAllFramesName::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillColorAllFramesRGB \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillColorAllFramesRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillColorAllFramesRGB"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillColorAllFramesRGB) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_FillColorAllFramesRGB"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorAllFramesRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillColorAllFramesRGB::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorAllFramesRGB, red) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillColorAllFramesRGB::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorAllFramesRGB, green) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillColorAllFramesRGB::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorAllFramesRGB, blue) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_FillColorAllFramesRGB::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillColorAllFramesRGBName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillColorAllFramesRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillColorAllFramesRGBName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillColorAllFramesRGBName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_FillColorAllFramesRGBName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorAllFramesRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillColorAllFramesRGBName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorAllFramesRGBName, red) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillColorAllFramesRGBName::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorAllFramesRGBName, green) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillColorAllFramesRGBName::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorAllFramesRGBName, blue) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_FillColorAllFramesRGBName::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillColorName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillColorName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillColorName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_FillColorName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillColorName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillColorName::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorName, colorParam) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillColorName::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillColorRGB \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillColorRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillColorRGB"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillColorRGB) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_FillColorRGB"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillColorRGB::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorRGB, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillColorRGB::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorRGB, red) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillColorRGB::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorRGB, green) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_FillColorRGB::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorRGB, blue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillColorRGB::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillColorRGBName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillColorRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillColorRGBName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillColorRGBName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_FillColorRGBName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillColorRGBName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorRGBName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillColorRGBName::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorRGBName, red) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillColorRGBName::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorRGBName, green) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_FillColorRGBName::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorRGBName, blue) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_FillColorRGBName::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillNonZeroColor \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillNonZeroColor) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillNonZeroColor"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillNonZeroColor) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_FillNonZeroColor"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColor, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColor::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColor, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColor::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColor, colorParam) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColor::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillNonZeroColorAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillNonZeroColorAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFrames) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_FillNonZeroColorAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorAllFrames::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFrames, colorParam) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorAllFrames::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesName, colorParam) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesName::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGB \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGB"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGB) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGB"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGB::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGB, red) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGB::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGB, green) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGB::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGB, blue) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGB::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGBName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGBName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGBName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGBName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGBName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGBName, red) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGBName::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGBName, green) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGBName::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGBName, blue) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGBName::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillNonZeroColorName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillNonZeroColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillNonZeroColorName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillNonZeroColorName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_FillNonZeroColorName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorName::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorName, colorParam) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorName::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillNonZeroColorRGB \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillNonZeroColorRGB"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGB) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_FillNonZeroColorRGB"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorRGB::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGB, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorRGB::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGB, red) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorRGB::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGB, green) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorRGB::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGB, blue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorRGB::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName, red) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName, green) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName, blue) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillRandomColors \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillRandomColors) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillRandomColors"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillRandomColors) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_FillRandomColors"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillRandomColors, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillRandomColors::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillRandomColors, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillRandomColors::frameId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillRandomColorsAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillRandomColorsAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillRandomColorsAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillRandomColorsAllFrames) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_FillRandomColorsAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillRandomColorsAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillRandomColorsAllFrames::animationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillRandomColorsAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillRandomColorsAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillRandomColorsAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillRandomColorsAllFramesName) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_FillRandomColorsAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillRandomColorsAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillRandomColorsAllFramesName::animationName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhite \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhite) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhite"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhite) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhite"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhite, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhite::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhite, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhite::frameId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFrames) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFrames::animationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFramesName) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFramesName::animationName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteName::frameId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillRandomColorsName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillRandomColorsName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillRandomColorsName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillRandomColorsName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_FillRandomColorsName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillRandomColorsName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillRandomColorsName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillRandomColorsName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillRandomColorsName::frameId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillThresholdColorsAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillThresholdColorsAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFrames) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_FillThresholdColorsAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFrames::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFrames, threshold) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFrames::threshold' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFrames, colorParam) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFrames::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesName, threshold) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesName::threshold' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesName, colorParam) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesName::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB, threshold) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB::threshold' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB, red) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB, green) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB, blue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName, threshold) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName::threshold' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName, red) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName, green) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName, blue) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB) == 0x000024, "Wrong size on ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB, minThreshold) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB::minThreshold' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB, minRed) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB::minRed' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB, minGreen) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB::minGreen' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB, minBlue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB::minBlue' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB, maxThreshold) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB::maxThreshold' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB, maxRed) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB::maxRed' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB, maxGreen) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB::maxGreen' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB, maxBlue) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB::maxBlue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName) == 0x000030, "Wrong size on ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName, minThreshold) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName::minThreshold' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName, minRed) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName::minRed' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName, minGreen) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName::minGreen' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName, minBlue) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName::minBlue' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName, maxThreshold) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName::maxThreshold' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName, maxRed) == 0x000024, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName::maxRed' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName, maxGreen) == 0x000028, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName::maxGreen' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName, maxBlue) == 0x00002C, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName::maxBlue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillThresholdColorsRGB \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillThresholdColorsRGB"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGB) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_FillThresholdColorsRGB"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsRGB::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGB, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsRGB::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGB, threshold) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsRGB::threshold' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGB, red) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsRGB::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGB, green) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsRGB::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGB, blue) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsRGB::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName, threshold) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName::threshold' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName, red) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName, green) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName, blue) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB) == 0x00001C, "Wrong size on ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB, redThreshold) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB::redThreshold' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB, greenThreshold) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB::greenThreshold' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB, blueThreshold) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB::blueThreshold' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB, red) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB, green) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB, blue) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName, redThreshold) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName::redThreshold' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName, greenThreshold) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName::greenThreshold' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName, blueThreshold) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName::blueThreshold' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName, red) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName, green) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName, blue) == 0x000024, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillZeroColor \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillZeroColor) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillZeroColor"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillZeroColor) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_FillZeroColor"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColor, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillZeroColor::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColor, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillZeroColor::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColor, colorParam) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillZeroColor::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillZeroColorAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillZeroColorAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillZeroColorAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillZeroColorAllFrames) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_FillZeroColorAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorAllFrames::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorAllFrames, colorParam) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorAllFrames::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillZeroColorAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillZeroColorAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_FillZeroColorAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorAllFramesName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesName, colorParam) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorAllFramesName::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGB \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGB"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGB) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGB"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGB::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGB, red) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGB::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGB, green) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGB::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGB, blue) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGB::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGBName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGBName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGBName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGBName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGBName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGBName, red) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGBName::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGBName, green) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGBName::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGBName, blue) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGBName::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillZeroColorName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillZeroColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillZeroColorName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillZeroColorName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_FillZeroColorName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorName::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorName, colorParam) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorName::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillZeroColorRGB \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillZeroColorRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillZeroColorRGB"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillZeroColorRGB) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_FillZeroColorRGB"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorRGB::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorRGB, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorRGB::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorRGB, red) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorRGB::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorRGB, green) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorRGB::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorRGB, blue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorRGB::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillZeroColorRGBName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_FillZeroColorRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillZeroColorRGBName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_FillZeroColorRGBName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_FillZeroColorRGBName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorRGBName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorRGBName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorRGBName::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorRGBName, red) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorRGBName::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorRGBName, green) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorRGBName::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorRGBName, blue) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorRGBName::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetAnimation \ +static_assert(alignof(ChromaSDKPluginBPLibrary_GetAnimation) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_GetAnimation"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_GetAnimation) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_GetAnimation"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetAnimation, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetAnimation::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetAnimation, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_GetAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetAnimationCount \ +static_assert(alignof(ChromaSDKPluginBPLibrary_GetAnimationCount) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetAnimationCount"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_GetAnimationCount) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_GetAnimationCount"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetAnimationCount, ReturnValue) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetAnimationCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetAnimationId \ +static_assert(alignof(ChromaSDKPluginBPLibrary_GetAnimationId) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_GetAnimationId"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_GetAnimationId) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_GetAnimationId"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetAnimationId, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetAnimationId::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetAnimationId, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_GetAnimationId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetAnimationIdByIndex \ +static_assert(alignof(ChromaSDKPluginBPLibrary_GetAnimationIdByIndex) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetAnimationIdByIndex"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_GetAnimationIdByIndex) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_GetAnimationIdByIndex"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetAnimationIdByIndex, index) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetAnimationIdByIndex::index' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetAnimationIdByIndex, ReturnValue) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_GetAnimationIdByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetAnimationName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_GetAnimationName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_GetAnimationName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_GetAnimationName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_GetAnimationName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetAnimationName, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetAnimationName::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetAnimationName, ReturnValue) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_GetAnimationName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetBGRInt \ +static_assert(alignof(ChromaSDKPluginBPLibrary_GetBGRInt) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetBGRInt"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_GetBGRInt) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_GetBGRInt"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetBGRInt, red) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetBGRInt::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetBGRInt, green) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_GetBGRInt::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetBGRInt, blue) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_GetBGRInt::blue' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetBGRInt, ReturnValue) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_GetBGRInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetCurrentFrame \ +static_assert(alignof(ChromaSDKPluginBPLibrary_GetCurrentFrame) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetCurrentFrame"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_GetCurrentFrame) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_GetCurrentFrame"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetCurrentFrame, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetCurrentFrame::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetCurrentFrame, ReturnValue) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_GetCurrentFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetCurrentFrameName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_GetCurrentFrameName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_GetCurrentFrameName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_GetCurrentFrameName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_GetCurrentFrameName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetCurrentFrameName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetCurrentFrameName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetCurrentFrameName, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_GetCurrentFrameName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetFrameCount \ +static_assert(alignof(ChromaSDKPluginBPLibrary_GetFrameCount) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetFrameCount"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_GetFrameCount) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_GetFrameCount"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetFrameCount, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetFrameCount::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetFrameCount, ReturnValue) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_GetFrameCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetFrameCountName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_GetFrameCountName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_GetFrameCountName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_GetFrameCountName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_GetFrameCountName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetFrameCountName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetFrameCountName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetFrameCountName, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_GetFrameCountName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetFrameDuration \ +static_assert(alignof(ChromaSDKPluginBPLibrary_GetFrameDuration) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetFrameDuration"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_GetFrameDuration) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_GetFrameDuration"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetFrameDuration, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetFrameDuration::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetFrameDuration, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_GetFrameDuration::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetFrameDuration, ReturnValue) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_GetFrameDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetFrameDurationName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_GetFrameDurationName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_GetFrameDurationName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_GetFrameDurationName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_GetFrameDurationName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetFrameDurationName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetFrameDurationName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetFrameDurationName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_GetFrameDurationName::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetFrameDurationName, ReturnValue) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_GetFrameDurationName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetKeyboardKeyColor \ +static_assert(alignof(ChromaSDKPluginBPLibrary_GetKeyboardKeyColor) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_GetKeyboardKeyColor"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_GetKeyboardKeyColor) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_GetKeyboardKeyColor"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyboardKeyColor, key) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetKeyboardKeyColor::key' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyboardKeyColor, colors) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_GetKeyboardKeyColor::colors' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyboardKeyColor, ReturnValue) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_GetKeyboardKeyColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetKeyboardRazerKey \ +static_assert(alignof(ChromaSDKPluginBPLibrary_GetKeyboardRazerKey) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_GetKeyboardRazerKey"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_GetKeyboardRazerKey) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_GetKeyboardRazerKey"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyboardRazerKey, key) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetKeyboardRazerKey::key' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyboardRazerKey, ReturnValue) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_GetKeyboardRazerKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetKeyboardRzKey \ +static_assert(alignof(ChromaSDKPluginBPLibrary_GetKeyboardRzKey) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetKeyboardRzKey"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_GetKeyboardRzKey) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_GetKeyboardRzKey"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyboardRzKey, key) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetKeyboardRzKey::key' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyboardRzKey, ReturnValue) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_GetKeyboardRzKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetKeyColor \ +static_assert(alignof(ChromaSDKPluginBPLibrary_GetKeyColor) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetKeyColor"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_GetKeyColor) == 0x00001C, "Wrong size on ChromaSDKPluginBPLibrary_GetKeyColor"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyColor, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetKeyColor::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyColor, frameIndex) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_GetKeyColor::frameIndex' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyColor, key) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_GetKeyColor::key' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyColor, ReturnValue) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_GetKeyColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetKeyColorName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_GetKeyColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_GetKeyColorName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_GetKeyColorName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_GetKeyColorName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyColorName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetKeyColorName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyColorName, frameIndex) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_GetKeyColorName::frameIndex' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyColorName, key) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_GetKeyColorName::key' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyColorName, ReturnValue) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_GetKeyColorName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetMaxColumn \ +static_assert(alignof(ChromaSDKPluginBPLibrary_GetMaxColumn) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetMaxColumn"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_GetMaxColumn) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_GetMaxColumn"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetMaxColumn, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetMaxColumn::device' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetMaxColumn, ReturnValue) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_GetMaxColumn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetMaxLeds \ +static_assert(alignof(ChromaSDKPluginBPLibrary_GetMaxLeds) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetMaxLeds"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_GetMaxLeds) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_GetMaxLeds"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetMaxLeds, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetMaxLeds::device' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetMaxLeds, ReturnValue) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_GetMaxLeds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetMaxRow \ +static_assert(alignof(ChromaSDKPluginBPLibrary_GetMaxRow) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetMaxRow"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_GetMaxRow) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_GetMaxRow"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetMaxRow, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetMaxRow::device' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetMaxRow, ReturnValue) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_GetMaxRow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetMouseLedColor \ +static_assert(alignof(ChromaSDKPluginBPLibrary_GetMouseLedColor) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_GetMouseLedColor"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_GetMouseLedColor) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_GetMouseLedColor"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetMouseLedColor, led) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetMouseLedColor::led' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetMouseLedColor, colors) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_GetMouseLedColor::colors' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetMouseLedColor, ReturnValue) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_GetMouseLedColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetPlayingAnimationCount \ +static_assert(alignof(ChromaSDKPluginBPLibrary_GetPlayingAnimationCount) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetPlayingAnimationCount"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_GetPlayingAnimationCount) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_GetPlayingAnimationCount"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetPlayingAnimationCount, ReturnValue) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetPlayingAnimationCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetPlayingAnimationId \ +static_assert(alignof(ChromaSDKPluginBPLibrary_GetPlayingAnimationId) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetPlayingAnimationId"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_GetPlayingAnimationId) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_GetPlayingAnimationId"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetPlayingAnimationId, index) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetPlayingAnimationId::index' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetPlayingAnimationId, ReturnValue) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_GetPlayingAnimationId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetRGB \ +static_assert(alignof(ChromaSDKPluginBPLibrary_GetRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetRGB"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_GetRGB) == 0x00001C, "Wrong size on ChromaSDKPluginBPLibrary_GetRGB"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetRGB, red) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetRGB::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetRGB, green) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_GetRGB::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetRGB, blue) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_GetRGB::blue' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetRGB, ReturnValue) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_GetRGB::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetTotalDuration \ +static_assert(alignof(ChromaSDKPluginBPLibrary_GetTotalDuration) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetTotalDuration"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_GetTotalDuration) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_GetTotalDuration"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetTotalDuration, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetTotalDuration::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetTotalDuration, ReturnValue) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_GetTotalDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetTotalDurationName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_GetTotalDurationName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_GetTotalDurationName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_GetTotalDurationName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_GetTotalDurationName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetTotalDurationName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetTotalDurationName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_GetTotalDurationName, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_GetTotalDurationName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_InsertDelay \ +static_assert(alignof(ChromaSDKPluginBPLibrary_InsertDelay) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_InsertDelay"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_InsertDelay) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_InsertDelay"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_InsertDelay, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_InsertDelay::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_InsertDelay, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_InsertDelay::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_InsertDelay, delay) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_InsertDelay::delay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_InsertDelayName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_InsertDelayName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_InsertDelayName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_InsertDelayName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_InsertDelayName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_InsertDelayName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_InsertDelayName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_InsertDelayName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_InsertDelayName::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_InsertDelayName, delay) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_InsertDelayName::delay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_InsertFrame \ +static_assert(alignof(ChromaSDKPluginBPLibrary_InsertFrame) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_InsertFrame"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_InsertFrame) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_InsertFrame"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_InsertFrame, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_InsertFrame::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_InsertFrame, sourceFrame) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_InsertFrame::sourceFrame' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_InsertFrame, targetFrame) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_InsertFrame::targetFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_InsertFrameName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_InsertFrameName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_InsertFrameName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_InsertFrameName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_InsertFrameName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_InsertFrameName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_InsertFrameName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_InsertFrameName, sourceFrame) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_InsertFrameName::sourceFrame' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_InsertFrameName, targetFrame) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_InsertFrameName::targetFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_InvertColorsAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_InvertColorsAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_InvertColorsAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_InvertColorsAllFrames) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_InvertColorsAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_InvertColorsAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_InvertColorsAllFrames::animationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_InvertColorsAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_InvertColorsAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_InvertColorsAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_InvertColorsAllFramesName) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_InvertColorsAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_InvertColorsAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_InvertColorsAllFramesName::animationName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_IsActive \ +static_assert(alignof(ChromaSDKPluginBPLibrary_IsActive) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_IsActive"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_IsActive) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_IsActive"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_IsActive, active) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_IsActive::active' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_IsActive, ReturnValue) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_IsAnimationPlaying \ +static_assert(alignof(ChromaSDKPluginBPLibrary_IsAnimationPlaying) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_IsAnimationPlaying"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_IsAnimationPlaying) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_IsAnimationPlaying"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_IsAnimationPlaying, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_IsAnimationPlaying::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_IsAnimationPlaying, ReturnValue) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_IsAnimationPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_IsAnimationPlayingName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_IsAnimationPlayingName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_IsAnimationPlayingName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_IsAnimationPlayingName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_IsAnimationPlayingName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_IsAnimationPlayingName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_IsAnimationPlayingName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_IsAnimationPlayingName, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_IsAnimationPlayingName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_IsAnimationTypePlaying \ +static_assert(alignof(ChromaSDKPluginBPLibrary_IsAnimationTypePlaying) == 0x000001, "Wrong alignment on ChromaSDKPluginBPLibrary_IsAnimationTypePlaying"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_IsAnimationTypePlaying) == 0x000002, "Wrong size on ChromaSDKPluginBPLibrary_IsAnimationTypePlaying"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_IsAnimationTypePlaying, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_IsAnimationTypePlaying::device' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_IsAnimationTypePlaying, ReturnValue) == 0x000001, "Member 'ChromaSDKPluginBPLibrary_IsAnimationTypePlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_IsConnected \ +static_assert(alignof(ChromaSDKPluginBPLibrary_IsConnected) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_IsConnected"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_IsConnected) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_IsConnected"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_IsConnected, deviceInfoType) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_IsConnected::deviceInfoType' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_IsConnected, ReturnValue) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_IsConnected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_IsInitialized \ +static_assert(alignof(ChromaSDKPluginBPLibrary_IsInitialized) == 0x000001, "Wrong alignment on ChromaSDKPluginBPLibrary_IsInitialized"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_IsInitialized) == 0x000001, "Wrong size on ChromaSDKPluginBPLibrary_IsInitialized"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_IsInitialized, ReturnValue) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_IsInitialized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_IsPlatformWindows \ +static_assert(alignof(ChromaSDKPluginBPLibrary_IsPlatformWindows) == 0x000001, "Wrong alignment on ChromaSDKPluginBPLibrary_IsPlatformWindows"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_IsPlatformWindows) == 0x000001, "Wrong size on ChromaSDKPluginBPLibrary_IsPlatformWindows"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_IsPlatformWindows, ReturnValue) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_IsPlatformWindows::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_Lerp \ +static_assert(alignof(ChromaSDKPluginBPLibrary_Lerp) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_Lerp"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_Lerp) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_Lerp"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_Lerp, start) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_Lerp::start' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_Lerp, end) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_Lerp::end' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_Lerp, amt) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_Lerp::amt' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_Lerp, ReturnValue) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_Lerp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_LerpColor \ +static_assert(alignof(ChromaSDKPluginBPLibrary_LerpColor) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_LerpColor"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_LerpColor) == 0x000034, "Wrong size on ChromaSDKPluginBPLibrary_LerpColor"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_LerpColor, colorParam1) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_LerpColor::colorParam1' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_LerpColor, colorParam2) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_LerpColor::colorParam2' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_LerpColor, t) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_LerpColor::t' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_LerpColor, ReturnValue) == 0x000024, "Member 'ChromaSDKPluginBPLibrary_LerpColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_LerpColorBGR \ +static_assert(alignof(ChromaSDKPluginBPLibrary_LerpColorBGR) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_LerpColorBGR"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_LerpColorBGR) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_LerpColorBGR"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_LerpColorBGR, from) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_LerpColorBGR::from' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_LerpColorBGR, to) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_LerpColorBGR::to' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_LerpColorBGR, t) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_LerpColorBGR::t' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_LerpColorBGR, ReturnValue) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_LerpColorBGR::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_LoadAnimation \ +static_assert(alignof(ChromaSDKPluginBPLibrary_LoadAnimation) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_LoadAnimation"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_LoadAnimation) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_LoadAnimation"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_LoadAnimation, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_LoadAnimation::animationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_LoadAnimationName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_LoadAnimationName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_LoadAnimationName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_LoadAnimationName) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_LoadAnimationName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_LoadAnimationName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_LoadAnimationName::animationName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MakeBlankFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_MakeBlankFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_MakeBlankFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_MakeBlankFrames) == 0x00001C, "Wrong size on ChromaSDKPluginBPLibrary_MakeBlankFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFrames::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFrames, frameCount) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFrames::frameCount' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFrames, duration) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFrames::duration' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFrames, colorParam) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFrames::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MakeBlankFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_MakeBlankFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_MakeBlankFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_MakeBlankFramesName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_MakeBlankFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesName, frameCount) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesName::frameCount' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesName, duration) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesName::duration' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesName, colorParam) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesName::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MakeBlankFramesRandom \ +static_assert(alignof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandom) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_MakeBlankFramesRandom"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandom) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_MakeBlankFramesRandom"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandom, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRandom::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandom, frameCount) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRandom::frameCount' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandom, duration) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRandom::duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhite \ +static_assert(alignof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhite) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhite"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhite) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhite"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhite, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhite::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhite, frameCount) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhite::frameCount' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhite, duration) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhite::duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhiteName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhiteName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhiteName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhiteName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhiteName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhiteName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhiteName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhiteName, frameCount) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhiteName::frameCount' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhiteName, duration) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhiteName::duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MakeBlankFramesRandomName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_MakeBlankFramesRandomName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_MakeBlankFramesRandomName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRandomName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomName, frameCount) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRandomName::frameCount' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomName, duration) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRandomName::duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MakeBlankFramesRGB \ +static_assert(alignof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_MakeBlankFramesRGB"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGB) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_MakeBlankFramesRGB"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRGB::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGB, frameCount) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRGB::frameCount' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGB, duration) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRGB::duration' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGB, red) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRGB::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGB, green) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRGB::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGB, blue) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRGB::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName, frameCount) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName::frameCount' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName, duration) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName::duration' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName, red) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName, green) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName, blue) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFrames) == 0x000024, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFrames::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFrames, colorParam1) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFrames::colorParam1' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFrames, colorParam2) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFrames::colorParam2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFramesName) == 0x000030, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFramesName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFramesName, colorParam1) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFramesName::colorParam1' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFramesName, colorParam2) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFramesName::colorParam2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyIntensity \ +static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyIntensity) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyIntensity"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyIntensity) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyIntensity"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensity, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensity::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensity, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensity::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensity, intensity) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensity::intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyIntensityAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyIntensityAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyIntensityAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityAllFrames::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFrames, intensity) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityAllFrames::intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesName, intensity) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesName::intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGB \ +static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGB"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGB) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGB"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGB::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGB, red) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGB::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGB, green) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGB::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGB, blue) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGB::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGBName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGBName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGBName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGBName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGBName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGBName, red) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGBName::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGBName, green) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGBName::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGBName, blue) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGBName::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyIntensityColor \ +static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyIntensityColor) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyIntensityColor"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyIntensityColor) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyIntensityColor"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityColor, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityColor::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityColor, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityColor::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityColor, colorParam) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityColor::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFrames) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFrames::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFrames, colorParam) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFrames::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFramesName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFramesName, colorParam) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFramesName::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyIntensityColorName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyIntensityColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyIntensityColorName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyIntensityColorName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyIntensityColorName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityColorName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityColorName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityColorName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityColorName::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityColorName, colorParam) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityColorName::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyIntensityName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyIntensityName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyIntensityName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyIntensityName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyIntensityName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityName::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityName, intensity) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityName::intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyIntensityRGB \ +static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyIntensityRGB"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGB) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyIntensityRGB"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityRGB::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGB, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityRGB::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGB, red) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityRGB::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGB, green) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityRGB::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGB, blue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityRGB::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName, red) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName, green) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName, blue) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFrames) == 0x000024, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFrames::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFrames, colorParam1) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFrames::colorParam1' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFrames, colorParam2) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFrames::colorParam2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFramesName) == 0x000030, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFramesName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFramesName, colorParam1) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFramesName::colorParam1' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFramesName, colorParam2) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFramesName::colorParam2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFrames) == 0x000024, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFrames::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFrames, colorParam1) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFrames::colorParam1' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFrames, colorParam2) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFrames::colorParam2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFramesName) == 0x000030, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFramesName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFramesName, colorParam1) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFramesName::colorParam1' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFramesName, colorParam2) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFramesName::colorParam2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_OffsetColors \ +static_assert(alignof(ChromaSDKPluginBPLibrary_OffsetColors) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_OffsetColors"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_OffsetColors) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_OffsetColors"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColors, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_OffsetColors::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColors, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_OffsetColors::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColors, red) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_OffsetColors::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColors, green) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_OffsetColors::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColors, blue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_OffsetColors::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_OffsetColorsAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_OffsetColorsAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_OffsetColorsAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_OffsetColorsAllFrames) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_OffsetColorsAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColorsAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_OffsetColorsAllFrames::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColorsAllFrames, red) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_OffsetColorsAllFrames::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColorsAllFrames, green) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_OffsetColorsAllFrames::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColorsAllFrames, blue) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_OffsetColorsAllFrames::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_OffsetColorsAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_OffsetColorsAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_OffsetColorsAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_OffsetColorsAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_OffsetColorsAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColorsAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_OffsetColorsAllFramesName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColorsAllFramesName, red) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_OffsetColorsAllFramesName::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColorsAllFramesName, green) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_OffsetColorsAllFramesName::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColorsAllFramesName, blue) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_OffsetColorsAllFramesName::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_OffsetColorsName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_OffsetColorsName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_OffsetColorsName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_OffsetColorsName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_OffsetColorsName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColorsName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_OffsetColorsName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColorsName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_OffsetColorsName::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColorsName, red) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_OffsetColorsName::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColorsName, green) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_OffsetColorsName::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColorsName, blue) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_OffsetColorsName::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_OffsetNonZeroColors \ +static_assert(alignof(ChromaSDKPluginBPLibrary_OffsetNonZeroColors) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_OffsetNonZeroColors"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_OffsetNonZeroColors) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_OffsetNonZeroColors"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColors, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColors::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColors, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColors::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColors, red) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColors::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColors, green) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColors::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColors, blue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColors::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFrames) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFrames::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFrames, red) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFrames::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFrames, green) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFrames::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFrames, blue) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFrames::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFramesName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFramesName, red) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFramesName::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFramesName, green) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFramesName::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFramesName, blue) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFramesName::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName, red) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName, green) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName, blue) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_OpenAnimationFromMemory \ +static_assert(alignof(ChromaSDKPluginBPLibrary_OpenAnimationFromMemory) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_OpenAnimationFromMemory"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_OpenAnimationFromMemory) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_OpenAnimationFromMemory"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OpenAnimationFromMemory, data) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_OpenAnimationFromMemory::data' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OpenAnimationFromMemory, animationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_OpenAnimationFromMemory::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OpenAnimationFromMemory, ReturnValue) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_OpenAnimationFromMemory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_OverrideFrameDuration \ +static_assert(alignof(ChromaSDKPluginBPLibrary_OverrideFrameDuration) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_OverrideFrameDuration"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_OverrideFrameDuration) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_OverrideFrameDuration"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OverrideFrameDuration, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_OverrideFrameDuration::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OverrideFrameDuration, duration) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_OverrideFrameDuration::duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_OverrideFrameDurationName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_OverrideFrameDurationName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_OverrideFrameDurationName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_OverrideFrameDurationName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_OverrideFrameDurationName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OverrideFrameDurationName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_OverrideFrameDurationName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_OverrideFrameDurationName, duration) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_OverrideFrameDurationName::duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_PlayAnimation \ +static_assert(alignof(ChromaSDKPluginBPLibrary_PlayAnimation) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_PlayAnimation"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_PlayAnimation) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_PlayAnimation"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_PlayAnimation, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_PlayAnimation::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_PlayAnimation, loop) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_PlayAnimation::loop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_PlayAnimationComposite \ +static_assert(alignof(ChromaSDKPluginBPLibrary_PlayAnimationComposite) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_PlayAnimationComposite"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_PlayAnimationComposite) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_PlayAnimationComposite"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_PlayAnimationComposite, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_PlayAnimationComposite::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_PlayAnimationComposite, loop) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_PlayAnimationComposite::loop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_PlayAnimationName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_PlayAnimationName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_PlayAnimationName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_PlayAnimationName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_PlayAnimationName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_PlayAnimationName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_PlayAnimationName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_PlayAnimationName, loop) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_PlayAnimationName::loop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_PlayAnimations \ +static_assert(alignof(ChromaSDKPluginBPLibrary_PlayAnimations) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_PlayAnimations"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_PlayAnimations) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_PlayAnimations"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_PlayAnimations, animationNames) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_PlayAnimations::animationNames' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_PlayAnimations, loop) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_PlayAnimations::loop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_PreviewFrame \ +static_assert(alignof(ChromaSDKPluginBPLibrary_PreviewFrame) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_PreviewFrame"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_PreviewFrame) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_PreviewFrame"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_PreviewFrame, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_PreviewFrame::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_PreviewFrame, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_PreviewFrame::frameId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_PreviewFrame, ReturnValue) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_PreviewFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_PreviewFrameName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_PreviewFrameName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_PreviewFrameName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_PreviewFrameName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_PreviewFrameName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_PreviewFrameName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_PreviewFrameName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_PreviewFrameName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_PreviewFrameName::frameId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ReduceFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_ReduceFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_ReduceFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_ReduceFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_ReduceFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ReduceFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ReduceFrames::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ReduceFrames, n) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_ReduceFrames::n' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ReduceFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_ReduceFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_ReduceFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_ReduceFramesName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_ReduceFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ReduceFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ReduceFramesName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ReduceFramesName, n) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_ReduceFramesName::n' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ReverseAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_ReverseAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_ReverseAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_ReverseAllFrames) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_ReverseAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ReverseAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ReverseAllFrames::animationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ReverseAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_ReverseAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_ReverseAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_ReverseAllFramesName) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_ReverseAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ReverseAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ReverseAllFramesName::animationName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetChromaCustomColorAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetChromaCustomColorAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetChromaCustomColorAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetChromaCustomColorAllFramesName) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_SetChromaCustomColorAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetChromaCustomColorAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetChromaCustomColorAllFramesName::animationName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetChromaCustomFlagName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetChromaCustomFlagName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetChromaCustomFlagName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetChromaCustomFlagName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_SetChromaCustomFlagName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetChromaCustomFlagName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetChromaCustomFlagName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetChromaCustomFlagName, flag) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetChromaCustomFlagName::flag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetCurrentFrame \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetCurrentFrame) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_SetCurrentFrame"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetCurrentFrame) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_SetCurrentFrame"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetCurrentFrame, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetCurrentFrame::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetCurrentFrame, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SetCurrentFrame::frameId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetCurrentFrameName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetCurrentFrameName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetCurrentFrameName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetCurrentFrameName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_SetCurrentFrameName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetCurrentFrameName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetCurrentFrameName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetCurrentFrameName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetCurrentFrameName::frameId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetEventName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetEventName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetEventName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetEventName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_SetEventName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetEventName, name) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetEventName::name' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetEventName, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetEventName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetIdleAnimation \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetIdleAnimation) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_SetIdleAnimation"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetIdleAnimation) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_SetIdleAnimation"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetIdleAnimation, AnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetIdleAnimation::AnimationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetIdleAnimationName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetIdleAnimationName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetIdleAnimationName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetIdleAnimationName) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_SetIdleAnimationName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetIdleAnimationName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetIdleAnimationName::animationName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeyboardKeyColor \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeyboardKeyColor) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeyboardKeyColor"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeyboardKeyColor) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SetKeyboardKeyColor"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyboardKeyColor, key) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeyboardKeyColor::key' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyboardKeyColor, colorParam) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SetKeyboardKeyColor::colorParam' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyboardKeyColor, colors) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetKeyboardKeyColor::colors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeyColor \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeyColor) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeyColor"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeyColor) == 0x00001C, "Wrong size on ChromaSDKPluginBPLibrary_SetKeyColor"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColor, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeyColor::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColor, frameIndex) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SetKeyColor::frameIndex' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColor, key) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_SetKeyColor::key' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColor, colorParam) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_SetKeyColor::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeyColorAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeyColorAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeyColorAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeyColorAllFrames) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_SetKeyColorAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColorAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeyColorAllFrames::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColorAllFrames, key) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SetKeyColorAllFrames::key' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColorAllFrames, colorParam) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_SetKeyColorAllFrames::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeyColorAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeyColorAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeyColorAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeyColorAllFramesName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SetKeyColorAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColorAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeyColorAllFramesName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColorAllFramesName, key) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetKeyColorAllFramesName::key' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColorAllFramesName, colorParam) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_SetKeyColorAllFramesName::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeyColorName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeyColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeyColorName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeyColorName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SetKeyColorName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColorName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeyColorName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColorName, frameIndex) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetKeyColorName::frameIndex' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColorName, key) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_SetKeyColorName::key' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColorName, colorParam) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetKeyColorName::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeyNonZeroColor \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColor) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeyNonZeroColor"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColor) == 0x00001C, "Wrong size on ChromaSDKPluginBPLibrary_SetKeyNonZeroColor"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColor, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColor::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColor, frameIndex) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColor::frameIndex' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColor, key) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColor::key' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColor, colorParam) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColor::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFrames) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFrames::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFrames, key) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFrames::key' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFrames, colorParam) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFrames::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFramesName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFramesName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFramesName, key) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFramesName::key' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFramesName, colorParam) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFramesName::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeyNonZeroColorName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeyNonZeroColorName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SetKeyNonZeroColorName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColorName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorName, frameIndex) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColorName::frameIndex' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorName, key) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColorName::key' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorName, colorParam) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColorName::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName) == 0x000030, "Wrong size on ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName, frameIndex) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName::frameIndex' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName, row) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName::row' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName, column) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName::column' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName, colorParam) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeysColor \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeysColor) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeysColor"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeysColor) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SetKeysColor"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColor, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeysColor::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColor, frameIndex) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SetKeysColor::frameIndex' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColor, keys) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_SetKeysColor::keys' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColor, colorParam) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetKeysColor::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeysColorAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeysColorAllFrames) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeysColorAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeysColorAllFrames) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SetKeysColorAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFrames::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFrames, keys) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFrames::keys' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFrames, colorParam) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFrames::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeysColorAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeysColorAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesName) == 0x000030, "Wrong size on ChromaSDKPluginBPLibrary_SetKeysColorAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFramesName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesName, keys) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFramesName::keys' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesName, colorParam) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFramesName::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB, keys) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB::keys' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB, red) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB, green) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB, blue) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName) == 0x000030, "Wrong size on ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName, keys) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName::keys' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName, red) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName, green) == 0x000024, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName, blue) == 0x000028, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeysColorName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeysColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeysColorName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeysColorName) == 0x000038, "Wrong size on ChromaSDKPluginBPLibrary_SetKeysColorName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorName, frameIndex) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorName::frameIndex' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorName, keys) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorName::keys' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorName, colorParam) == 0x000028, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorName::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeysColorRGB \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeysColorRGB) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeysColorRGB"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeysColorRGB) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SetKeysColorRGB"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorRGB::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorRGB, frameIndex) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorRGB::frameIndex' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorRGB, keys) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorRGB::keys' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorRGB, red) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorRGB::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorRGB, green) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorRGB::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorRGB, blue) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorRGB::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeysColorRGBName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeysColorRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeysColorRGBName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeysColorRGBName) == 0x000038, "Wrong size on ChromaSDKPluginBPLibrary_SetKeysColorRGBName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorRGBName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorRGBName, frameIndex) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorRGBName::frameIndex' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorRGBName, keys) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorRGBName::keys' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorRGBName, red) == 0x000028, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorRGBName::red' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorRGBName, green) == 0x00002C, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorRGBName::green' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorRGBName, blue) == 0x000030, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorRGBName::blue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeysNonZeroColor \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColor) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeysNonZeroColor"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColor) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SetKeysNonZeroColor"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColor, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColor::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColor, frameIndex) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColor::frameIndex' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColor, keys) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColor::keys' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColor, colorParam) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColor::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFrames) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFrames) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFrames::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFrames, keys) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFrames::keys' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFrames, colorParam) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFrames::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFramesName) == 0x000030, "Wrong size on ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFramesName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFramesName, keys) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFramesName::keys' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFramesName, colorParam) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFramesName::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeysNonZeroColorName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeysNonZeroColorName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorName) == 0x000038, "Wrong size on ChromaSDKPluginBPLibrary_SetKeysNonZeroColorName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColorName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorName, frameIndex) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColorName::frameIndex' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorName, keys) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColorName::keys' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorName, colorParam) == 0x000028, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColorName::colorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetMouseLedColor \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetMouseLedColor) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetMouseLedColor"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetMouseLedColor) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SetMouseLedColor"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetMouseLedColor, led) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetMouseLedColor::led' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetMouseLedColor, colorParam) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SetMouseLedColor::colorParam' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetMouseLedColor, colors) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetMouseLedColor::colors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetStaticColor \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetStaticColor) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_SetStaticColor"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetStaticColor) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_SetStaticColor"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetStaticColor, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetStaticColor::device' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetStaticColor, color) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SetStaticColor::color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetStaticColorAll \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SetStaticColorAll) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_SetStaticColorAll"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SetStaticColorAll) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_SetStaticColorAll"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SetStaticColorAll, color) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetStaticColorAll::color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StopAnimation \ +static_assert(alignof(ChromaSDKPluginBPLibrary_StopAnimation) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_StopAnimation"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_StopAnimation) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_StopAnimation"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_StopAnimation, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StopAnimation::animationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StopAnimationComposite \ +static_assert(alignof(ChromaSDKPluginBPLibrary_StopAnimationComposite) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_StopAnimationComposite"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_StopAnimationComposite) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_StopAnimationComposite"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_StopAnimationComposite, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StopAnimationComposite::animationName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StopAnimationName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_StopAnimationName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_StopAnimationName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_StopAnimationName) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_StopAnimationName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_StopAnimationName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StopAnimationName::animationName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StopAnimations \ +static_assert(alignof(ChromaSDKPluginBPLibrary_StopAnimations) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_StopAnimations"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_StopAnimations) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_StopAnimations"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_StopAnimations, animationNames) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StopAnimations::animationNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StopAnimationType \ +static_assert(alignof(ChromaSDKPluginBPLibrary_StopAnimationType) == 0x000001, "Wrong alignment on ChromaSDKPluginBPLibrary_StopAnimationType"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_StopAnimationType) == 0x000001, "Wrong size on ChromaSDKPluginBPLibrary_StopAnimationType"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_StopAnimationType, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StopAnimationType::device' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StreamBroadcast \ +static_assert(alignof(ChromaSDKPluginBPLibrary_StreamBroadcast) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_StreamBroadcast"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_StreamBroadcast) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_StreamBroadcast"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamBroadcast, streamId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StreamBroadcast::streamId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamBroadcast, streamKey) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_StreamBroadcast::streamKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StreamGetAuthShortcode \ +static_assert(alignof(ChromaSDKPluginBPLibrary_StreamGetAuthShortcode) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_StreamGetAuthShortcode"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_StreamGetAuthShortcode) == 0x000030, "Wrong size on ChromaSDKPluginBPLibrary_StreamGetAuthShortcode"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamGetAuthShortcode, platform) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StreamGetAuthShortcode::platform' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamGetAuthShortcode, title) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_StreamGetAuthShortcode::title' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamGetAuthShortcode, ReturnValue) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_StreamGetAuthShortcode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StreamGetFocus \ +static_assert(alignof(ChromaSDKPluginBPLibrary_StreamGetFocus) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_StreamGetFocus"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_StreamGetFocus) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_StreamGetFocus"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamGetFocus, ReturnValue) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StreamGetFocus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StreamGetId \ +static_assert(alignof(ChromaSDKPluginBPLibrary_StreamGetId) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_StreamGetId"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_StreamGetId) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_StreamGetId"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamGetId, shortcode) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StreamGetId::shortcode' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamGetId, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_StreamGetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StreamGetKey \ +static_assert(alignof(ChromaSDKPluginBPLibrary_StreamGetKey) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_StreamGetKey"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_StreamGetKey) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_StreamGetKey"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamGetKey, shortcode) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StreamGetKey::shortcode' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamGetKey, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_StreamGetKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StreamGetStatus \ +static_assert(alignof(ChromaSDKPluginBPLibrary_StreamGetStatus) == 0x000001, "Wrong alignment on ChromaSDKPluginBPLibrary_StreamGetStatus"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_StreamGetStatus) == 0x000001, "Wrong size on ChromaSDKPluginBPLibrary_StreamGetStatus"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamGetStatus, ReturnValue) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StreamGetStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StreamGetStatusString \ +static_assert(alignof(ChromaSDKPluginBPLibrary_StreamGetStatusString) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_StreamGetStatusString"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_StreamGetStatusString) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_StreamGetStatusString"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamGetStatusString, status) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StreamGetStatusString::status' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamGetStatusString, ReturnValue) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_StreamGetStatusString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StreamReleaseShortcode \ +static_assert(alignof(ChromaSDKPluginBPLibrary_StreamReleaseShortcode) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_StreamReleaseShortcode"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_StreamReleaseShortcode) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_StreamReleaseShortcode"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamReleaseShortcode, shortcode) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StreamReleaseShortcode::shortcode' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamReleaseShortcode, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_StreamReleaseShortcode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StreamSetFocus \ +static_assert(alignof(ChromaSDKPluginBPLibrary_StreamSetFocus) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_StreamSetFocus"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_StreamSetFocus) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_StreamSetFocus"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamSetFocus, streamFocus) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StreamSetFocus::streamFocus' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamSetFocus, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_StreamSetFocus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StreamWatch \ +static_assert(alignof(ChromaSDKPluginBPLibrary_StreamWatch) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_StreamWatch"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_StreamWatch) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_StreamWatch"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamWatch, streamId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StreamWatch::streamId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamWatch, timestamp) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_StreamWatch::timestamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeys \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeys) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeys"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeys) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeys"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeys, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeys::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeys, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeys::targetAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeys, frameId) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeys::frameId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFrames, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFrames::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFrames, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFrames::targetAnimationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesName::targetAnimationName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffset \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffset) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffset"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffset) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffset"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffset, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffset::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffset, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffset::targetAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffset, offset) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffset::offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffsetName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffsetName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffsetName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffsetName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffsetName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffsetName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffsetName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffsetName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffsetName::targetAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffsetName, offset) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffsetName::offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysName::targetAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysName, frameId) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysName::frameId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFrames, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFrames::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFrames, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFrames::targetAnimationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesName::targetAnimationName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffset \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffset) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffset"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffset) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffset"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffset, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffset::sourceAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffset, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffset::targetAnimationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffset, offset) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffset::offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffsetName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffsetName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffsetName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffsetName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffsetName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffsetName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffsetName::sourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffsetName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffsetName::targetAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffsetName, offset) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffsetName::offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SupportsStreaming \ +static_assert(alignof(ChromaSDKPluginBPLibrary_SupportsStreaming) == 0x000001, "Wrong alignment on ChromaSDKPluginBPLibrary_SupportsStreaming"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_SupportsStreaming) == 0x000001, "Wrong size on ChromaSDKPluginBPLibrary_SupportsStreaming"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_SupportsStreaming, ReturnValue) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SupportsStreaming::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ToBGR \ +static_assert(alignof(ChromaSDKPluginBPLibrary_ToBGR) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_ToBGR"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_ToBGR) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_ToBGR"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ToBGR, colorParam) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ToBGR::colorParam' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ToBGR, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_ToBGR::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ToLinearColor \ +static_assert(alignof(ChromaSDKPluginBPLibrary_ToLinearColor) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_ToLinearColor"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_ToLinearColor) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_ToLinearColor"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ToLinearColor, colorParam) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ToLinearColor::colorParam' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_ToLinearColor, ReturnValue) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_ToLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_TrimEndFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_TrimEndFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_TrimEndFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_TrimEndFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_TrimEndFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_TrimEndFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_TrimEndFrames::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_TrimEndFrames, lastFrameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_TrimEndFrames::lastFrameId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_TrimEndFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_TrimEndFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_TrimEndFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_TrimEndFramesName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_TrimEndFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_TrimEndFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_TrimEndFramesName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_TrimEndFramesName, lastFrameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_TrimEndFramesName::lastFrameId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_TrimFrame \ +static_assert(alignof(ChromaSDKPluginBPLibrary_TrimFrame) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_TrimFrame"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_TrimFrame) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_TrimFrame"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_TrimFrame, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_TrimFrame::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_TrimFrame, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_TrimFrame::frameId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_TrimFrameName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_TrimFrameName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_TrimFrameName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_TrimFrameName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_TrimFrameName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_TrimFrameName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_TrimFrameName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_TrimFrameName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_TrimFrameName::frameId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_TrimStartFrames \ +static_assert(alignof(ChromaSDKPluginBPLibrary_TrimStartFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_TrimStartFrames"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_TrimStartFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_TrimStartFrames"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_TrimStartFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_TrimStartFrames::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_TrimStartFrames, numberOfFrames) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_TrimStartFrames::numberOfFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_TrimStartFramesName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_TrimStartFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_TrimStartFramesName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_TrimStartFramesName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_TrimStartFramesName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_TrimStartFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_TrimStartFramesName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_TrimStartFramesName, numberOfFrames) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_TrimStartFramesName::numberOfFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_UnloadAnimation \ +static_assert(alignof(ChromaSDKPluginBPLibrary_UnloadAnimation) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_UnloadAnimation"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_UnloadAnimation) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_UnloadAnimation"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_UnloadAnimation, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_UnloadAnimation::animationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_UnloadAnimationName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_UnloadAnimationName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_UnloadAnimationName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_UnloadAnimationName) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_UnloadAnimationName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_UnloadAnimationName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_UnloadAnimationName::animationName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_UseForwardChromaEvents \ +static_assert(alignof(ChromaSDKPluginBPLibrary_UseForwardChromaEvents) == 0x000001, "Wrong alignment on ChromaSDKPluginBPLibrary_UseForwardChromaEvents"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_UseForwardChromaEvents) == 0x000001, "Wrong size on ChromaSDKPluginBPLibrary_UseForwardChromaEvents"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_UseForwardChromaEvents, toggle) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_UseForwardChromaEvents::toggle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_UseIdleAnimation \ +static_assert(alignof(ChromaSDKPluginBPLibrary_UseIdleAnimation) == 0x000001, "Wrong alignment on ChromaSDKPluginBPLibrary_UseIdleAnimation"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_UseIdleAnimation) == 0x000002, "Wrong size on ChromaSDKPluginBPLibrary_UseIdleAnimation"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_UseIdleAnimation, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_UseIdleAnimation::device' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_UseIdleAnimation, flag) == 0x000001, "Member 'ChromaSDKPluginBPLibrary_UseIdleAnimation::flag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_UseIdleAnimations \ +static_assert(alignof(ChromaSDKPluginBPLibrary_UseIdleAnimations) == 0x000001, "Wrong alignment on ChromaSDKPluginBPLibrary_UseIdleAnimations"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_UseIdleAnimations) == 0x000001, "Wrong size on ChromaSDKPluginBPLibrary_UseIdleAnimations"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_UseIdleAnimations, flag) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_UseIdleAnimations::flag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_UsePreloading \ +static_assert(alignof(ChromaSDKPluginBPLibrary_UsePreloading) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_UsePreloading"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_UsePreloading) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_UsePreloading"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_UsePreloading, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_UsePreloading::animationId' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_UsePreloading, flag) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_UsePreloading::flag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_UsePreloadingName \ +static_assert(alignof(ChromaSDKPluginBPLibrary_UsePreloadingName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_UsePreloadingName"); \ +static_assert(sizeof(ChromaSDKPluginBPLibrary_UsePreloadingName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_UsePreloadingName"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_UsePreloadingName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_UsePreloadingName::animationName' has a wrong offset!"); \ +static_assert(offsetof(ChromaSDKPluginBPLibrary_UsePreloadingName, flag) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_UsePreloadingName::flag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChromaSDKPluginBPLibrary \ +static_assert(alignof(UChromaSDKPluginBPLibrary) == 0x000008, "Wrong alignment on UChromaSDKPluginBPLibrary"); \ +static_assert(sizeof(UChromaSDKPluginBPLibrary) == 0x000030, "Wrong size on UChromaSDKPluginBPLibrary"); \ + +#define DUMPER7_ASSERTS_FGridlyColumnInfo \ +static_assert(alignof(FGridlyColumnInfo) == 0x000008, "Wrong alignment on FGridlyColumnInfo"); \ +static_assert(sizeof(FGridlyColumnInfo) == 0x000018, "Wrong size on FGridlyColumnInfo"); \ +static_assert(offsetof(FGridlyColumnInfo, Name) == 0x000000, "Member 'FGridlyColumnInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FGridlyColumnInfo, DataType) == 0x000010, "Member 'FGridlyColumnInfo::DataType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGridlyResult \ +static_assert(alignof(FGridlyResult) == 0x000008, "Wrong alignment on FGridlyResult"); \ +static_assert(sizeof(FGridlyResult) == 0x000010, "Wrong size on FGridlyResult"); \ +static_assert(offsetof(FGridlyResult, Message) == 0x000000, "Member 'FGridlyResult::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGridlyTableCell \ +static_assert(alignof(FGridlyTableCell) == 0x000008, "Wrong alignment on FGridlyTableCell"); \ +static_assert(sizeof(FGridlyTableCell) == 0x000030, "Wrong size on FGridlyTableCell"); \ +static_assert(offsetof(FGridlyTableCell, ColumnId) == 0x000000, "Member 'FGridlyTableCell::ColumnId' has a wrong offset!"); \ +static_assert(offsetof(FGridlyTableCell, DependencyStatus) == 0x000010, "Member 'FGridlyTableCell::DependencyStatus' has a wrong offset!"); \ +static_assert(offsetof(FGridlyTableCell, Value) == 0x000020, "Member 'FGridlyTableCell::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGridlyTableRow \ +static_assert(alignof(FGridlyTableRow) == 0x000008, "Wrong alignment on FGridlyTableRow"); \ +static_assert(sizeof(FGridlyTableRow) == 0x000030, "Wrong size on FGridlyTableRow"); \ +static_assert(offsetof(FGridlyTableRow, Id) == 0x000000, "Member 'FGridlyTableRow::Id' has a wrong offset!"); \ +static_assert(offsetof(FGridlyTableRow, Path) == 0x000010, "Member 'FGridlyTableRow::Path' has a wrong offset!"); \ +static_assert(offsetof(FGridlyTableRow, Cells) == 0x000020, "Member 'FGridlyTableRow::Cells' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridlyBPFunctionLibrary_EnableLocalizationPreview \ +static_assert(alignof(GridlyBPFunctionLibrary_EnableLocalizationPreview) == 0x000008, "Wrong alignment on GridlyBPFunctionLibrary_EnableLocalizationPreview"); \ +static_assert(sizeof(GridlyBPFunctionLibrary_EnableLocalizationPreview) == 0x000010, "Wrong size on GridlyBPFunctionLibrary_EnableLocalizationPreview"); \ +static_assert(offsetof(GridlyBPFunctionLibrary_EnableLocalizationPreview, Culture) == 0x000000, "Member 'GridlyBPFunctionLibrary_EnableLocalizationPreview::Culture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridlyBPFunctionLibrary_GetLocalizationPreviewCulture \ +static_assert(alignof(GridlyBPFunctionLibrary_GetLocalizationPreviewCulture) == 0x000008, "Wrong alignment on GridlyBPFunctionLibrary_GetLocalizationPreviewCulture"); \ +static_assert(sizeof(GridlyBPFunctionLibrary_GetLocalizationPreviewCulture) == 0x000010, "Wrong size on GridlyBPFunctionLibrary_GetLocalizationPreviewCulture"); \ +static_assert(offsetof(GridlyBPFunctionLibrary_GetLocalizationPreviewCulture, ReturnValue) == 0x000000, "Member 'GridlyBPFunctionLibrary_GetLocalizationPreviewCulture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridlyBPFunctionLibrary_UpdateLocalizationPreview \ +static_assert(alignof(GridlyBPFunctionLibrary_UpdateLocalizationPreview) == 0x000008, "Wrong alignment on GridlyBPFunctionLibrary_UpdateLocalizationPreview"); \ +static_assert(sizeof(GridlyBPFunctionLibrary_UpdateLocalizationPreview) == 0x000010, "Wrong size on GridlyBPFunctionLibrary_UpdateLocalizationPreview"); \ +static_assert(offsetof(GridlyBPFunctionLibrary_UpdateLocalizationPreview, PolyglotTextDatas) == 0x000000, "Member 'GridlyBPFunctionLibrary_UpdateLocalizationPreview::PolyglotTextDatas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGridlyBPFunctionLibrary \ +static_assert(alignof(UGridlyBPFunctionLibrary) == 0x000008, "Wrong alignment on UGridlyBPFunctionLibrary"); \ +static_assert(sizeof(UGridlyBPFunctionLibrary) == 0x000030, "Wrong size on UGridlyBPFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UGridlyDataTable \ +static_assert(alignof(UGridlyDataTable) == 0x000008, "Wrong alignment on UGridlyDataTable"); \ +static_assert(sizeof(UGridlyDataTable) == 0x0000C8, "Wrong size on UGridlyDataTable"); \ +static_assert(offsetof(UGridlyDataTable, ViewId) == 0x0000B8, "Member 'UGridlyDataTable::ViewId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGridlyGameSettings \ +static_assert(alignof(UGridlyGameSettings) == 0x000008, "Wrong alignment on UGridlyGameSettings"); \ +static_assert(sizeof(UGridlyGameSettings) == 0x000180, "Wrong size on UGridlyGameSettings"); \ +static_assert(offsetof(UGridlyGameSettings, ImportApiKey) == 0x000030, "Member 'UGridlyGameSettings::ImportApiKey' has a wrong offset!"); \ +static_assert(offsetof(UGridlyGameSettings, ImportFromViewIds) == 0x000040, "Member 'UGridlyGameSettings::ImportFromViewIds' has a wrong offset!"); \ +static_assert(offsetof(UGridlyGameSettings, ImportMaxRecordsPerRequest) == 0x000050, "Member 'UGridlyGameSettings::ImportMaxRecordsPerRequest' has a wrong offset!"); \ +static_assert(offsetof(UGridlyGameSettings, ExportApiKey) == 0x000058, "Member 'UGridlyGameSettings::ExportApiKey' has a wrong offset!"); \ +static_assert(offsetof(UGridlyGameSettings, ExportViewId) == 0x000068, "Member 'UGridlyGameSettings::ExportViewId' has a wrong offset!"); \ +static_assert(offsetof(UGridlyGameSettings, ExportMaxRecordsPerRequest) == 0x000078, "Member 'UGridlyGameSettings::ExportMaxRecordsPerRequest' has a wrong offset!"); \ +static_assert(offsetof(UGridlyGameSettings, bUseCombinedNamespaceId) == 0x00007C, "Member 'UGridlyGameSettings::bUseCombinedNamespaceId' has a wrong offset!"); \ +static_assert(offsetof(UGridlyGameSettings, bAlsoExportNamespaceColumn) == 0x00007D, "Member 'UGridlyGameSettings::bAlsoExportNamespaceColumn' has a wrong offset!"); \ +static_assert(offsetof(UGridlyGameSettings, NamespaceColumnId) == 0x000080, "Member 'UGridlyGameSettings::NamespaceColumnId' has a wrong offset!"); \ +static_assert(offsetof(UGridlyGameSettings, SourceLanguageColumnIdPrefix) == 0x000090, "Member 'UGridlyGameSettings::SourceLanguageColumnIdPrefix' has a wrong offset!"); \ +static_assert(offsetof(UGridlyGameSettings, TargetLanguageColumnIdPrefix) == 0x0000A0, "Member 'UGridlyGameSettings::TargetLanguageColumnIdPrefix' has a wrong offset!"); \ +static_assert(offsetof(UGridlyGameSettings, bUseCustomCultureMapping) == 0x0000B0, "Member 'UGridlyGameSettings::bUseCustomCultureMapping' has a wrong offset!"); \ +static_assert(offsetof(UGridlyGameSettings, CustomCultureMapping) == 0x0000B8, "Member 'UGridlyGameSettings::CustomCultureMapping' has a wrong offset!"); \ +static_assert(offsetof(UGridlyGameSettings, bExportContext) == 0x000108, "Member 'UGridlyGameSettings::bExportContext' has a wrong offset!"); \ +static_assert(offsetof(UGridlyGameSettings, ContextColumnId) == 0x000110, "Member 'UGridlyGameSettings::ContextColumnId' has a wrong offset!"); \ +static_assert(offsetof(UGridlyGameSettings, bExportMetadata) == 0x000120, "Member 'UGridlyGameSettings::bExportMetadata' has a wrong offset!"); \ +static_assert(offsetof(UGridlyGameSettings, MetadataMapping) == 0x000128, "Member 'UGridlyGameSettings::MetadataMapping' has a wrong offset!"); \ +static_assert(offsetof(UGridlyGameSettings, bExportTextTypeAsPath) == 0x000178, "Member 'UGridlyGameSettings::bExportTextTypeAsPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridlyTask_DownloadLocalizedTexts_DownloadLocalizedTexts \ +static_assert(alignof(GridlyTask_DownloadLocalizedTexts_DownloadLocalizedTexts) == 0x000008, "Wrong alignment on GridlyTask_DownloadLocalizedTexts_DownloadLocalizedTexts"); \ +static_assert(sizeof(GridlyTask_DownloadLocalizedTexts_DownloadLocalizedTexts) == 0x000010, "Wrong size on GridlyTask_DownloadLocalizedTexts_DownloadLocalizedTexts"); \ +static_assert(offsetof(GridlyTask_DownloadLocalizedTexts_DownloadLocalizedTexts, WorldContextObject_0) == 0x000000, "Member 'GridlyTask_DownloadLocalizedTexts_DownloadLocalizedTexts::WorldContextObject_0' has a wrong offset!"); \ +static_assert(offsetof(GridlyTask_DownloadLocalizedTexts_DownloadLocalizedTexts, ReturnValue) == 0x000008, "Member 'GridlyTask_DownloadLocalizedTexts_DownloadLocalizedTexts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGridlyTask_DownloadLocalizedTexts \ +static_assert(alignof(UGridlyTask_DownloadLocalizedTexts) == 0x000008, "Wrong alignment on UGridlyTask_DownloadLocalizedTexts"); \ +static_assert(sizeof(UGridlyTask_DownloadLocalizedTexts) == 0x0000E0, "Wrong size on UGridlyTask_DownloadLocalizedTexts"); \ +static_assert(offsetof(UGridlyTask_DownloadLocalizedTexts, OnSuccess) == 0x000038, "Member 'UGridlyTask_DownloadLocalizedTexts::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UGridlyTask_DownloadLocalizedTexts, OnProgress) == 0x000048, "Member 'UGridlyTask_DownloadLocalizedTexts::OnProgress' has a wrong offset!"); \ +static_assert(offsetof(UGridlyTask_DownloadLocalizedTexts, OnFail) == 0x000058, "Member 'UGridlyTask_DownloadLocalizedTexts::OnFail' has a wrong offset!"); \ +static_assert(offsetof(UGridlyTask_DownloadLocalizedTexts, WorldContextObject) == 0x0000A8, "Member 'UGridlyTask_DownloadLocalizedTexts::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridlyTask_ImportDataTableFromGridly_ImportDataTableFromGridly \ +static_assert(alignof(GridlyTask_ImportDataTableFromGridly_ImportDataTableFromGridly) == 0x000008, "Wrong alignment on GridlyTask_ImportDataTableFromGridly_ImportDataTableFromGridly"); \ +static_assert(sizeof(GridlyTask_ImportDataTableFromGridly_ImportDataTableFromGridly) == 0x000018, "Wrong size on GridlyTask_ImportDataTableFromGridly_ImportDataTableFromGridly"); \ +static_assert(offsetof(GridlyTask_ImportDataTableFromGridly_ImportDataTableFromGridly, WorldContextObject_0) == 0x000000, "Member 'GridlyTask_ImportDataTableFromGridly_ImportDataTableFromGridly::WorldContextObject_0' has a wrong offset!"); \ +static_assert(offsetof(GridlyTask_ImportDataTableFromGridly_ImportDataTableFromGridly, GridlyDataTable_0) == 0x000008, "Member 'GridlyTask_ImportDataTableFromGridly_ImportDataTableFromGridly::GridlyDataTable_0' has a wrong offset!"); \ +static_assert(offsetof(GridlyTask_ImportDataTableFromGridly_ImportDataTableFromGridly, ReturnValue) == 0x000010, "Member 'GridlyTask_ImportDataTableFromGridly_ImportDataTableFromGridly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGridlyTask_ImportDataTableFromGridly \ +static_assert(alignof(UGridlyTask_ImportDataTableFromGridly) == 0x000008, "Wrong alignment on UGridlyTask_ImportDataTableFromGridly"); \ +static_assert(sizeof(UGridlyTask_ImportDataTableFromGridly) == 0x0000E8, "Wrong size on UGridlyTask_ImportDataTableFromGridly"); \ +static_assert(offsetof(UGridlyTask_ImportDataTableFromGridly, OnSuccess) == 0x000038, "Member 'UGridlyTask_ImportDataTableFromGridly::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UGridlyTask_ImportDataTableFromGridly, OnProgress) == 0x000048, "Member 'UGridlyTask_ImportDataTableFromGridly::OnProgress' has a wrong offset!"); \ +static_assert(offsetof(UGridlyTask_ImportDataTableFromGridly, OnFail) == 0x000058, "Member 'UGridlyTask_ImportDataTableFromGridly::OnFail' has a wrong offset!"); \ +static_assert(offsetof(UGridlyTask_ImportDataTableFromGridly, WorldContextObject) == 0x0000A8, "Member 'UGridlyTask_ImportDataTableFromGridly::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(UGridlyTask_ImportDataTableFromGridly, GridlyDataTable) == 0x0000E0, "Member 'UGridlyTask_ImportDataTableFromGridly::GridlyDataTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGridlyTask_DownloadGridlyNativeCulture_DownloadLocalizedTexts \ +static_assert(alignof(SBZGridlyTask_DownloadGridlyNativeCulture_DownloadLocalizedTexts) == 0x000008, "Wrong alignment on SBZGridlyTask_DownloadGridlyNativeCulture_DownloadLocalizedTexts"); \ +static_assert(sizeof(SBZGridlyTask_DownloadGridlyNativeCulture_DownloadLocalizedTexts) == 0x000010, "Wrong size on SBZGridlyTask_DownloadGridlyNativeCulture_DownloadLocalizedTexts"); \ +static_assert(offsetof(SBZGridlyTask_DownloadGridlyNativeCulture_DownloadLocalizedTexts, WorldContextObject_0) == 0x000000, "Member 'SBZGridlyTask_DownloadGridlyNativeCulture_DownloadLocalizedTexts::WorldContextObject_0' has a wrong offset!"); \ +static_assert(offsetof(SBZGridlyTask_DownloadGridlyNativeCulture_DownloadLocalizedTexts, ReturnValue) == 0x000008, "Member 'SBZGridlyTask_DownloadGridlyNativeCulture_DownloadLocalizedTexts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGridlyTask_DownloadGridlyNativeCulture \ +static_assert(alignof(USBZGridlyTask_DownloadGridlyNativeCulture) == 0x000008, "Wrong alignment on USBZGridlyTask_DownloadGridlyNativeCulture"); \ +static_assert(sizeof(USBZGridlyTask_DownloadGridlyNativeCulture) == 0x0000E0, "Wrong size on USBZGridlyTask_DownloadGridlyNativeCulture"); \ +static_assert(offsetof(USBZGridlyTask_DownloadGridlyNativeCulture, OnSuccess) == 0x000038, "Member 'USBZGridlyTask_DownloadGridlyNativeCulture::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(USBZGridlyTask_DownloadGridlyNativeCulture, OnProgress) == 0x000048, "Member 'USBZGridlyTask_DownloadGridlyNativeCulture::OnProgress' has a wrong offset!"); \ +static_assert(offsetof(USBZGridlyTask_DownloadGridlyNativeCulture, OnFail) == 0x000058, "Member 'USBZGridlyTask_DownloadGridlyNativeCulture::OnFail' has a wrong offset!"); \ +static_assert(offsetof(USBZGridlyTask_DownloadGridlyNativeCulture, WorldContextObject) == 0x0000A8, "Member 'USBZGridlyTask_DownloadGridlyNativeCulture::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAnalyticsProvider \ +static_assert(alignof(USBZAnalyticsProvider) == 0x000008, "Wrong alignment on USBZAnalyticsProvider"); \ +static_assert(sizeof(USBZAnalyticsProvider) == 0x000038, "Wrong size on USBZAnalyticsProvider"); \ + +#define DUMPER7_ASSERTS_USBZAccelByteAnalyticsProvider \ +static_assert(alignof(USBZAccelByteAnalyticsProvider) == 0x000008, "Wrong alignment on USBZAccelByteAnalyticsProvider"); \ +static_assert(sizeof(USBZAccelByteAnalyticsProvider) == 0x000058, "Wrong size on USBZAccelByteAnalyticsProvider"); \ + +#define DUMPER7_ASSERTS_USBZFileAnalyticsProvider \ +static_assert(alignof(USBZFileAnalyticsProvider) == 0x000008, "Wrong alignment on USBZFileAnalyticsProvider"); \ +static_assert(sizeof(USBZFileAnalyticsProvider) == 0x000088, "Wrong size on USBZFileAnalyticsProvider"); \ + +#define DUMPER7_ASSERTS_USBZMockAnalyticsProvider \ +static_assert(alignof(USBZMockAnalyticsProvider) == 0x000008, "Wrong alignment on USBZMockAnalyticsProvider"); \ +static_assert(sizeof(USBZMockAnalyticsProvider) == 0x000058, "Wrong size on USBZMockAnalyticsProvider"); \ + +#define DUMPER7_ASSERTS_ABP_WallClock_01_SmallDestruction_C \ +static_assert(alignof(ABP_WallClock_01_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_WallClock_01_SmallDestruction_C"); \ +static_assert(sizeof(ABP_WallClock_01_SmallDestruction_C) == 0x0002F0, "Wrong size on ABP_WallClock_01_SmallDestruction_C"); \ +static_assert(offsetof(ABP_WallClock_01_SmallDestruction_C, WallClock_01_Hour) == 0x0002E0, "Member 'ABP_WallClock_01_SmallDestruction_C::WallClock_01_Hour' has a wrong offset!"); \ +static_assert(offsetof(ABP_WallClock_01_SmallDestruction_C, WallClock_01_Minute) == 0x0002E8, "Member 'ABP_WallClock_01_SmallDestruction_C::WallClock_01_Minute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntMargin \ +static_assert(alignof(FIntMargin) == 0x000004, "Wrong alignment on FIntMargin"); \ +static_assert(sizeof(FIntMargin) == 0x000010, "Wrong size on FIntMargin"); \ +static_assert(offsetof(FIntMargin, Left) == 0x000000, "Member 'FIntMargin::Left' has a wrong offset!"); \ +static_assert(offsetof(FIntMargin, Top) == 0x000004, "Member 'FIntMargin::Top' has a wrong offset!"); \ +static_assert(offsetof(FIntMargin, Right) == 0x000008, "Member 'FIntMargin::Right' has a wrong offset!"); \ +static_assert(offsetof(FIntMargin, Bottom) == 0x00000C, "Member 'FIntMargin::Bottom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPaperFlipbookKeyFrame \ +static_assert(alignof(FPaperFlipbookKeyFrame) == 0x000008, "Wrong alignment on FPaperFlipbookKeyFrame"); \ +static_assert(sizeof(FPaperFlipbookKeyFrame) == 0x000010, "Wrong size on FPaperFlipbookKeyFrame"); \ +static_assert(offsetof(FPaperFlipbookKeyFrame, Sprite) == 0x000000, "Member 'FPaperFlipbookKeyFrame::Sprite' has a wrong offset!"); \ +static_assert(offsetof(FPaperFlipbookKeyFrame, FrameRun) == 0x000008, "Member 'FPaperFlipbookKeyFrame::FrameRun' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpriteInstanceData \ +static_assert(alignof(FSpriteInstanceData) == 0x000010, "Wrong alignment on FSpriteInstanceData"); \ +static_assert(sizeof(FSpriteInstanceData) == 0x000050, "Wrong size on FSpriteInstanceData"); \ +static_assert(offsetof(FSpriteInstanceData, Transform) == 0x000000, "Member 'FSpriteInstanceData::Transform' has a wrong offset!"); \ +static_assert(offsetof(FSpriteInstanceData, SourceSprite) == 0x000040, "Member 'FSpriteInstanceData::SourceSprite' has a wrong offset!"); \ +static_assert(offsetof(FSpriteInstanceData, VertexColor) == 0x000048, "Member 'FSpriteInstanceData::VertexColor' has a wrong offset!"); \ +static_assert(offsetof(FSpriteInstanceData, MaterialIndex) == 0x00004C, "Member 'FSpriteInstanceData::MaterialIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPaperSpriteSocket \ +static_assert(alignof(FPaperSpriteSocket) == 0x000010, "Wrong alignment on FPaperSpriteSocket"); \ +static_assert(sizeof(FPaperSpriteSocket) == 0x000040, "Wrong size on FPaperSpriteSocket"); \ +static_assert(offsetof(FPaperSpriteSocket, LocalTransform) == 0x000000, "Member 'FPaperSpriteSocket::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FPaperSpriteSocket, SocketName) == 0x000030, "Member 'FPaperSpriteSocket::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPaperSpriteAtlasSlot \ +static_assert(alignof(FPaperSpriteAtlasSlot) == 0x000008, "Wrong alignment on FPaperSpriteAtlasSlot"); \ +static_assert(sizeof(FPaperSpriteAtlasSlot) == 0x000048, "Wrong size on FPaperSpriteAtlasSlot"); \ +static_assert(offsetof(FPaperSpriteAtlasSlot, SpriteRef) == 0x000000, "Member 'FPaperSpriteAtlasSlot::SpriteRef' has a wrong offset!"); \ +static_assert(offsetof(FPaperSpriteAtlasSlot, AtlasIndex) == 0x000030, "Member 'FPaperSpriteAtlasSlot::AtlasIndex' has a wrong offset!"); \ +static_assert(offsetof(FPaperSpriteAtlasSlot, X) == 0x000034, "Member 'FPaperSpriteAtlasSlot::X' has a wrong offset!"); \ +static_assert(offsetof(FPaperSpriteAtlasSlot, Y) == 0x000038, "Member 'FPaperSpriteAtlasSlot::Y' has a wrong offset!"); \ +static_assert(offsetof(FPaperSpriteAtlasSlot, Width) == 0x00003C, "Member 'FPaperSpriteAtlasSlot::Width' has a wrong offset!"); \ +static_assert(offsetof(FPaperSpriteAtlasSlot, Height) == 0x000040, "Member 'FPaperSpriteAtlasSlot::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPaperTerrainMaterialRule \ +static_assert(alignof(FPaperTerrainMaterialRule) == 0x000008, "Wrong alignment on FPaperTerrainMaterialRule"); \ +static_assert(sizeof(FPaperTerrainMaterialRule) == 0x000038, "Wrong size on FPaperTerrainMaterialRule"); \ +static_assert(offsetof(FPaperTerrainMaterialRule, StartCap) == 0x000000, "Member 'FPaperTerrainMaterialRule::StartCap' has a wrong offset!"); \ +static_assert(offsetof(FPaperTerrainMaterialRule, Body) == 0x000008, "Member 'FPaperTerrainMaterialRule::Body' has a wrong offset!"); \ +static_assert(offsetof(FPaperTerrainMaterialRule, EndCap) == 0x000018, "Member 'FPaperTerrainMaterialRule::EndCap' has a wrong offset!"); \ +static_assert(offsetof(FPaperTerrainMaterialRule, MinimumAngle) == 0x000020, "Member 'FPaperTerrainMaterialRule::MinimumAngle' has a wrong offset!"); \ +static_assert(offsetof(FPaperTerrainMaterialRule, MaximumAngle) == 0x000024, "Member 'FPaperTerrainMaterialRule::MaximumAngle' has a wrong offset!"); \ +static_assert(offsetof(FPaperTerrainMaterialRule, bEnableCollision) == 0x000028, "Member 'FPaperTerrainMaterialRule::bEnableCollision' has a wrong offset!"); \ +static_assert(offsetof(FPaperTerrainMaterialRule, CollisionOffset) == 0x00002C, "Member 'FPaperTerrainMaterialRule::CollisionOffset' has a wrong offset!"); \ +static_assert(offsetof(FPaperTerrainMaterialRule, DrawOrder) == 0x000030, "Member 'FPaperTerrainMaterialRule::DrawOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPaperTileInfo \ +static_assert(alignof(FPaperTileInfo) == 0x000008, "Wrong alignment on FPaperTileInfo"); \ +static_assert(sizeof(FPaperTileInfo) == 0x000010, "Wrong size on FPaperTileInfo"); \ +static_assert(offsetof(FPaperTileInfo, TileSet) == 0x000000, "Member 'FPaperTileInfo::TileSet' has a wrong offset!"); \ +static_assert(offsetof(FPaperTileInfo, PackedTileIndex) == 0x000008, "Member 'FPaperTileInfo::PackedTileIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPaperTileSetTerrain \ +static_assert(alignof(FPaperTileSetTerrain) == 0x000008, "Wrong alignment on FPaperTileSetTerrain"); \ +static_assert(sizeof(FPaperTileSetTerrain) == 0x000018, "Wrong size on FPaperTileSetTerrain"); \ +static_assert(offsetof(FPaperTileSetTerrain, TerrainName) == 0x000000, "Member 'FPaperTileSetTerrain::TerrainName' has a wrong offset!"); \ +static_assert(offsetof(FPaperTileSetTerrain, CenterTileIndex) == 0x000010, "Member 'FPaperTileSetTerrain::CenterTileIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpriteGeometryShape \ +static_assert(alignof(FSpriteGeometryShape) == 0x000008, "Wrong alignment on FSpriteGeometryShape"); \ +static_assert(sizeof(FSpriteGeometryShape) == 0x000030, "Wrong size on FSpriteGeometryShape"); \ +static_assert(offsetof(FSpriteGeometryShape, ShapeType) == 0x000000, "Member 'FSpriteGeometryShape::ShapeType' has a wrong offset!"); \ +static_assert(offsetof(FSpriteGeometryShape, Vertices) == 0x000008, "Member 'FSpriteGeometryShape::Vertices' has a wrong offset!"); \ +static_assert(offsetof(FSpriteGeometryShape, BoxSize) == 0x000018, "Member 'FSpriteGeometryShape::BoxSize' has a wrong offset!"); \ +static_assert(offsetof(FSpriteGeometryShape, BoxPosition) == 0x000020, "Member 'FSpriteGeometryShape::BoxPosition' has a wrong offset!"); \ +static_assert(offsetof(FSpriteGeometryShape, Rotation) == 0x000028, "Member 'FSpriteGeometryShape::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FSpriteGeometryShape, bNegativeWinding) == 0x00002C, "Member 'FSpriteGeometryShape::bNegativeWinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpriteGeometryCollection \ +static_assert(alignof(FSpriteGeometryCollection) == 0x000008, "Wrong alignment on FSpriteGeometryCollection"); \ +static_assert(sizeof(FSpriteGeometryCollection) == 0x000030, "Wrong size on FSpriteGeometryCollection"); \ +static_assert(offsetof(FSpriteGeometryCollection, Shapes) == 0x000000, "Member 'FSpriteGeometryCollection::Shapes' has a wrong offset!"); \ +static_assert(offsetof(FSpriteGeometryCollection, GeometryType) == 0x000010, "Member 'FSpriteGeometryCollection::GeometryType' has a wrong offset!"); \ +static_assert(offsetof(FSpriteGeometryCollection, PixelsPerSubdivisionX) == 0x000014, "Member 'FSpriteGeometryCollection::PixelsPerSubdivisionX' has a wrong offset!"); \ +static_assert(offsetof(FSpriteGeometryCollection, PixelsPerSubdivisionY) == 0x000018, "Member 'FSpriteGeometryCollection::PixelsPerSubdivisionY' has a wrong offset!"); \ +static_assert(offsetof(FSpriteGeometryCollection, bAvoidVertexMerging) == 0x00001C, "Member 'FSpriteGeometryCollection::bAvoidVertexMerging' has a wrong offset!"); \ +static_assert(offsetof(FSpriteGeometryCollection, AlphaThreshold) == 0x000020, "Member 'FSpriteGeometryCollection::AlphaThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSpriteGeometryCollection, DetailAmount) == 0x000024, "Member 'FSpriteGeometryCollection::DetailAmount' has a wrong offset!"); \ +static_assert(offsetof(FSpriteGeometryCollection, SimplifyEpsilon) == 0x000028, "Member 'FSpriteGeometryCollection::SimplifyEpsilon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPaperTileMetadata \ +static_assert(alignof(FPaperTileMetadata) == 0x000008, "Wrong alignment on FPaperTileMetadata"); \ +static_assert(sizeof(FPaperTileMetadata) == 0x000048, "Wrong size on FPaperTileMetadata"); \ +static_assert(offsetof(FPaperTileMetadata, UserDataName) == 0x000000, "Member 'FPaperTileMetadata::UserDataName' has a wrong offset!"); \ +static_assert(offsetof(FPaperTileMetadata, CollisionData) == 0x000010, "Member 'FPaperTileMetadata::CollisionData' has a wrong offset!"); \ +static_assert(offsetof(FPaperTileMetadata, TerrainMembership) == 0x000040, "Member 'FPaperTileMetadata::TerrainMembership' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpriteDrawCallRecord \ +static_assert(alignof(FSpriteDrawCallRecord) == 0x000010, "Wrong alignment on FSpriteDrawCallRecord"); \ +static_assert(sizeof(FSpriteDrawCallRecord) == 0x0000D0, "Wrong size on FSpriteDrawCallRecord"); \ +static_assert(offsetof(FSpriteDrawCallRecord, Destination) == 0x000000, "Member 'FSpriteDrawCallRecord::Destination' has a wrong offset!"); \ +static_assert(offsetof(FSpriteDrawCallRecord, BaseTexture) == 0x000010, "Member 'FSpriteDrawCallRecord::BaseTexture' has a wrong offset!"); \ +static_assert(offsetof(FSpriteDrawCallRecord, Color) == 0x000048, "Member 'FSpriteDrawCallRecord::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpriteAssetInitParameters \ +static_assert(alignof(FSpriteAssetInitParameters) == 0x000008, "Wrong alignment on FSpriteAssetInitParameters"); \ +static_assert(sizeof(FSpriteAssetInitParameters) == 0x000040, "Wrong size on FSpriteAssetInitParameters"); \ + +#define DUMPER7_ASSERTS_UPaperRuntimeSettings \ +static_assert(alignof(UPaperRuntimeSettings) == 0x000008, "Wrong alignment on UPaperRuntimeSettings"); \ +static_assert(sizeof(UPaperRuntimeSettings) == 0x000038, "Wrong size on UPaperRuntimeSettings"); \ +static_assert(offsetof(UPaperRuntimeSettings, bEnableSpriteAtlasGroups) == 0x000030, "Member 'UPaperRuntimeSettings::bEnableSpriteAtlasGroups' has a wrong offset!"); \ +static_assert(offsetof(UPaperRuntimeSettings, bEnableTerrainSplineEditing) == 0x000031, "Member 'UPaperRuntimeSettings::bEnableTerrainSplineEditing' has a wrong offset!"); \ +static_assert(offsetof(UPaperRuntimeSettings, bResizeSpriteDataToMatchTextures) == 0x000032, "Member 'UPaperRuntimeSettings::bResizeSpriteDataToMatchTextures' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSpriteTextureSampler \ +static_assert(alignof(UMaterialExpressionSpriteTextureSampler) == 0x000008, "Wrong alignment on UMaterialExpressionSpriteTextureSampler"); \ +static_assert(sizeof(UMaterialExpressionSpriteTextureSampler) == 0x0000B8, "Wrong size on UMaterialExpressionSpriteTextureSampler"); \ +static_assert(offsetof(UMaterialExpressionSpriteTextureSampler, bSampleAdditionalTextures) == 0x000098, "Member 'UMaterialExpressionSpriteTextureSampler::bSampleAdditionalTextures' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpriteTextureSampler, AdditionalSlotIndex) == 0x00009C, "Member 'UMaterialExpressionSpriteTextureSampler::AdditionalSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpriteTextureSampler, SlotDisplayName) == 0x0000A0, "Member 'UMaterialExpressionSpriteTextureSampler::SlotDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APaperCharacter \ +static_assert(alignof(APaperCharacter) == 0x000010, "Wrong alignment on APaperCharacter"); \ +static_assert(sizeof(APaperCharacter) == 0x000580, "Wrong size on APaperCharacter"); \ +static_assert(offsetof(APaperCharacter, Sprite) == 0x000570, "Member 'APaperCharacter::Sprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbook_GetKeyFrameIndexAtTime \ +static_assert(alignof(PaperFlipbook_GetKeyFrameIndexAtTime) == 0x000004, "Wrong alignment on PaperFlipbook_GetKeyFrameIndexAtTime"); \ +static_assert(sizeof(PaperFlipbook_GetKeyFrameIndexAtTime) == 0x00000C, "Wrong size on PaperFlipbook_GetKeyFrameIndexAtTime"); \ +static_assert(offsetof(PaperFlipbook_GetKeyFrameIndexAtTime, Time) == 0x000000, "Member 'PaperFlipbook_GetKeyFrameIndexAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(PaperFlipbook_GetKeyFrameIndexAtTime, bClampToEnds) == 0x000004, "Member 'PaperFlipbook_GetKeyFrameIndexAtTime::bClampToEnds' has a wrong offset!"); \ +static_assert(offsetof(PaperFlipbook_GetKeyFrameIndexAtTime, ReturnValue) == 0x000008, "Member 'PaperFlipbook_GetKeyFrameIndexAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbook_GetNumFrames \ +static_assert(alignof(PaperFlipbook_GetNumFrames) == 0x000004, "Wrong alignment on PaperFlipbook_GetNumFrames"); \ +static_assert(sizeof(PaperFlipbook_GetNumFrames) == 0x000004, "Wrong size on PaperFlipbook_GetNumFrames"); \ +static_assert(offsetof(PaperFlipbook_GetNumFrames, ReturnValue) == 0x000000, "Member 'PaperFlipbook_GetNumFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbook_GetNumKeyFrames \ +static_assert(alignof(PaperFlipbook_GetNumKeyFrames) == 0x000004, "Wrong alignment on PaperFlipbook_GetNumKeyFrames"); \ +static_assert(sizeof(PaperFlipbook_GetNumKeyFrames) == 0x000004, "Wrong size on PaperFlipbook_GetNumKeyFrames"); \ +static_assert(offsetof(PaperFlipbook_GetNumKeyFrames, ReturnValue) == 0x000000, "Member 'PaperFlipbook_GetNumKeyFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbook_GetSpriteAtFrame \ +static_assert(alignof(PaperFlipbook_GetSpriteAtFrame) == 0x000008, "Wrong alignment on PaperFlipbook_GetSpriteAtFrame"); \ +static_assert(sizeof(PaperFlipbook_GetSpriteAtFrame) == 0x000010, "Wrong size on PaperFlipbook_GetSpriteAtFrame"); \ +static_assert(offsetof(PaperFlipbook_GetSpriteAtFrame, FrameIndex) == 0x000000, "Member 'PaperFlipbook_GetSpriteAtFrame::FrameIndex' has a wrong offset!"); \ +static_assert(offsetof(PaperFlipbook_GetSpriteAtFrame, ReturnValue) == 0x000008, "Member 'PaperFlipbook_GetSpriteAtFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbook_GetSpriteAtTime \ +static_assert(alignof(PaperFlipbook_GetSpriteAtTime) == 0x000008, "Wrong alignment on PaperFlipbook_GetSpriteAtTime"); \ +static_assert(sizeof(PaperFlipbook_GetSpriteAtTime) == 0x000010, "Wrong size on PaperFlipbook_GetSpriteAtTime"); \ +static_assert(offsetof(PaperFlipbook_GetSpriteAtTime, Time) == 0x000000, "Member 'PaperFlipbook_GetSpriteAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(PaperFlipbook_GetSpriteAtTime, bClampToEnds) == 0x000004, "Member 'PaperFlipbook_GetSpriteAtTime::bClampToEnds' has a wrong offset!"); \ +static_assert(offsetof(PaperFlipbook_GetSpriteAtTime, ReturnValue) == 0x000008, "Member 'PaperFlipbook_GetSpriteAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbook_GetTotalDuration \ +static_assert(alignof(PaperFlipbook_GetTotalDuration) == 0x000004, "Wrong alignment on PaperFlipbook_GetTotalDuration"); \ +static_assert(sizeof(PaperFlipbook_GetTotalDuration) == 0x000004, "Wrong size on PaperFlipbook_GetTotalDuration"); \ +static_assert(offsetof(PaperFlipbook_GetTotalDuration, ReturnValue) == 0x000000, "Member 'PaperFlipbook_GetTotalDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbook_IsValidKeyFrameIndex \ +static_assert(alignof(PaperFlipbook_IsValidKeyFrameIndex) == 0x000004, "Wrong alignment on PaperFlipbook_IsValidKeyFrameIndex"); \ +static_assert(sizeof(PaperFlipbook_IsValidKeyFrameIndex) == 0x000008, "Wrong size on PaperFlipbook_IsValidKeyFrameIndex"); \ +static_assert(offsetof(PaperFlipbook_IsValidKeyFrameIndex, Index_0) == 0x000000, "Member 'PaperFlipbook_IsValidKeyFrameIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(PaperFlipbook_IsValidKeyFrameIndex, ReturnValue) == 0x000004, "Member 'PaperFlipbook_IsValidKeyFrameIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperFlipbook \ +static_assert(alignof(UPaperFlipbook) == 0x000008, "Wrong alignment on UPaperFlipbook"); \ +static_assert(sizeof(UPaperFlipbook) == 0x000058, "Wrong size on UPaperFlipbook"); \ +static_assert(offsetof(UPaperFlipbook, FramesPerSecond) == 0x000030, "Member 'UPaperFlipbook::FramesPerSecond' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbook, KeyFrames) == 0x000038, "Member 'UPaperFlipbook::KeyFrames' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbook, DefaultMaterial) == 0x000048, "Member 'UPaperFlipbook::DefaultMaterial' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbook, CollisionSource) == 0x000050, "Member 'UPaperFlipbook::CollisionSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APaperFlipbookActor \ +static_assert(alignof(APaperFlipbookActor) == 0x000008, "Wrong alignment on APaperFlipbookActor"); \ +static_assert(sizeof(APaperFlipbookActor) == 0x0002B0, "Wrong size on APaperFlipbookActor"); \ +static_assert(offsetof(APaperFlipbookActor, RenderComponent) == 0x0002A8, "Member 'APaperFlipbookActor::RenderComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_GetFlipbook \ +static_assert(alignof(PaperFlipbookComponent_GetFlipbook) == 0x000008, "Wrong alignment on PaperFlipbookComponent_GetFlipbook"); \ +static_assert(sizeof(PaperFlipbookComponent_GetFlipbook) == 0x000008, "Wrong size on PaperFlipbookComponent_GetFlipbook"); \ +static_assert(offsetof(PaperFlipbookComponent_GetFlipbook, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetFlipbook::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_OnRep_SourceFlipbook \ +static_assert(alignof(PaperFlipbookComponent_OnRep_SourceFlipbook) == 0x000008, "Wrong alignment on PaperFlipbookComponent_OnRep_SourceFlipbook"); \ +static_assert(sizeof(PaperFlipbookComponent_OnRep_SourceFlipbook) == 0x000008, "Wrong size on PaperFlipbookComponent_OnRep_SourceFlipbook"); \ +static_assert(offsetof(PaperFlipbookComponent_OnRep_SourceFlipbook, OldFlipbook) == 0x000000, "Member 'PaperFlipbookComponent_OnRep_SourceFlipbook::OldFlipbook' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_SetFlipbook \ +static_assert(alignof(PaperFlipbookComponent_SetFlipbook) == 0x000008, "Wrong alignment on PaperFlipbookComponent_SetFlipbook"); \ +static_assert(sizeof(PaperFlipbookComponent_SetFlipbook) == 0x000010, "Wrong size on PaperFlipbookComponent_SetFlipbook"); \ +static_assert(offsetof(PaperFlipbookComponent_SetFlipbook, NewFlipbook) == 0x000000, "Member 'PaperFlipbookComponent_SetFlipbook::NewFlipbook' has a wrong offset!"); \ +static_assert(offsetof(PaperFlipbookComponent_SetFlipbook, ReturnValue) == 0x000008, "Member 'PaperFlipbookComponent_SetFlipbook::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_SetLooping \ +static_assert(alignof(PaperFlipbookComponent_SetLooping) == 0x000001, "Wrong alignment on PaperFlipbookComponent_SetLooping"); \ +static_assert(sizeof(PaperFlipbookComponent_SetLooping) == 0x000001, "Wrong size on PaperFlipbookComponent_SetLooping"); \ +static_assert(offsetof(PaperFlipbookComponent_SetLooping, bNewLooping) == 0x000000, "Member 'PaperFlipbookComponent_SetLooping::bNewLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_SetNewTime \ +static_assert(alignof(PaperFlipbookComponent_SetNewTime) == 0x000004, "Wrong alignment on PaperFlipbookComponent_SetNewTime"); \ +static_assert(sizeof(PaperFlipbookComponent_SetNewTime) == 0x000004, "Wrong size on PaperFlipbookComponent_SetNewTime"); \ +static_assert(offsetof(PaperFlipbookComponent_SetNewTime, NewTime) == 0x000000, "Member 'PaperFlipbookComponent_SetNewTime::NewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_SetPlaybackPosition \ +static_assert(alignof(PaperFlipbookComponent_SetPlaybackPosition) == 0x000004, "Wrong alignment on PaperFlipbookComponent_SetPlaybackPosition"); \ +static_assert(sizeof(PaperFlipbookComponent_SetPlaybackPosition) == 0x000008, "Wrong size on PaperFlipbookComponent_SetPlaybackPosition"); \ +static_assert(offsetof(PaperFlipbookComponent_SetPlaybackPosition, NewPosition) == 0x000000, "Member 'PaperFlipbookComponent_SetPlaybackPosition::NewPosition' has a wrong offset!"); \ +static_assert(offsetof(PaperFlipbookComponent_SetPlaybackPosition, bFireEvents) == 0x000004, "Member 'PaperFlipbookComponent_SetPlaybackPosition::bFireEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_SetPlaybackPositionInFrames \ +static_assert(alignof(PaperFlipbookComponent_SetPlaybackPositionInFrames) == 0x000004, "Wrong alignment on PaperFlipbookComponent_SetPlaybackPositionInFrames"); \ +static_assert(sizeof(PaperFlipbookComponent_SetPlaybackPositionInFrames) == 0x000008, "Wrong size on PaperFlipbookComponent_SetPlaybackPositionInFrames"); \ +static_assert(offsetof(PaperFlipbookComponent_SetPlaybackPositionInFrames, NewFramePosition) == 0x000000, "Member 'PaperFlipbookComponent_SetPlaybackPositionInFrames::NewFramePosition' has a wrong offset!"); \ +static_assert(offsetof(PaperFlipbookComponent_SetPlaybackPositionInFrames, bFireEvents) == 0x000004, "Member 'PaperFlipbookComponent_SetPlaybackPositionInFrames::bFireEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_SetPlayRate \ +static_assert(alignof(PaperFlipbookComponent_SetPlayRate) == 0x000004, "Wrong alignment on PaperFlipbookComponent_SetPlayRate"); \ +static_assert(sizeof(PaperFlipbookComponent_SetPlayRate) == 0x000004, "Wrong size on PaperFlipbookComponent_SetPlayRate"); \ +static_assert(offsetof(PaperFlipbookComponent_SetPlayRate, NewRate) == 0x000000, "Member 'PaperFlipbookComponent_SetPlayRate::NewRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_SetSpriteColor \ +static_assert(alignof(PaperFlipbookComponent_SetSpriteColor) == 0x000004, "Wrong alignment on PaperFlipbookComponent_SetSpriteColor"); \ +static_assert(sizeof(PaperFlipbookComponent_SetSpriteColor) == 0x000010, "Wrong size on PaperFlipbookComponent_SetSpriteColor"); \ +static_assert(offsetof(PaperFlipbookComponent_SetSpriteColor, NewColor) == 0x000000, "Member 'PaperFlipbookComponent_SetSpriteColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_GetFlipbookFramerate \ +static_assert(alignof(PaperFlipbookComponent_GetFlipbookFramerate) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetFlipbookFramerate"); \ +static_assert(sizeof(PaperFlipbookComponent_GetFlipbookFramerate) == 0x000004, "Wrong size on PaperFlipbookComponent_GetFlipbookFramerate"); \ +static_assert(offsetof(PaperFlipbookComponent_GetFlipbookFramerate, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetFlipbookFramerate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_GetFlipbookLength \ +static_assert(alignof(PaperFlipbookComponent_GetFlipbookLength) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetFlipbookLength"); \ +static_assert(sizeof(PaperFlipbookComponent_GetFlipbookLength) == 0x000004, "Wrong size on PaperFlipbookComponent_GetFlipbookLength"); \ +static_assert(offsetof(PaperFlipbookComponent_GetFlipbookLength, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetFlipbookLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_GetFlipbookLengthInFrames \ +static_assert(alignof(PaperFlipbookComponent_GetFlipbookLengthInFrames) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetFlipbookLengthInFrames"); \ +static_assert(sizeof(PaperFlipbookComponent_GetFlipbookLengthInFrames) == 0x000004, "Wrong size on PaperFlipbookComponent_GetFlipbookLengthInFrames"); \ +static_assert(offsetof(PaperFlipbookComponent_GetFlipbookLengthInFrames, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetFlipbookLengthInFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_GetPlaybackPosition \ +static_assert(alignof(PaperFlipbookComponent_GetPlaybackPosition) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetPlaybackPosition"); \ +static_assert(sizeof(PaperFlipbookComponent_GetPlaybackPosition) == 0x000004, "Wrong size on PaperFlipbookComponent_GetPlaybackPosition"); \ +static_assert(offsetof(PaperFlipbookComponent_GetPlaybackPosition, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetPlaybackPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_GetPlaybackPositionInFrames \ +static_assert(alignof(PaperFlipbookComponent_GetPlaybackPositionInFrames) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetPlaybackPositionInFrames"); \ +static_assert(sizeof(PaperFlipbookComponent_GetPlaybackPositionInFrames) == 0x000004, "Wrong size on PaperFlipbookComponent_GetPlaybackPositionInFrames"); \ +static_assert(offsetof(PaperFlipbookComponent_GetPlaybackPositionInFrames, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetPlaybackPositionInFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_GetPlayRate \ +static_assert(alignof(PaperFlipbookComponent_GetPlayRate) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetPlayRate"); \ +static_assert(sizeof(PaperFlipbookComponent_GetPlayRate) == 0x000004, "Wrong size on PaperFlipbookComponent_GetPlayRate"); \ +static_assert(offsetof(PaperFlipbookComponent_GetPlayRate, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetPlayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_GetSpriteColor \ +static_assert(alignof(PaperFlipbookComponent_GetSpriteColor) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetSpriteColor"); \ +static_assert(sizeof(PaperFlipbookComponent_GetSpriteColor) == 0x000010, "Wrong size on PaperFlipbookComponent_GetSpriteColor"); \ +static_assert(offsetof(PaperFlipbookComponent_GetSpriteColor, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetSpriteColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_IsLooping \ +static_assert(alignof(PaperFlipbookComponent_IsLooping) == 0x000001, "Wrong alignment on PaperFlipbookComponent_IsLooping"); \ +static_assert(sizeof(PaperFlipbookComponent_IsLooping) == 0x000001, "Wrong size on PaperFlipbookComponent_IsLooping"); \ +static_assert(offsetof(PaperFlipbookComponent_IsLooping, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_IsLooping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_IsPlaying \ +static_assert(alignof(PaperFlipbookComponent_IsPlaying) == 0x000001, "Wrong alignment on PaperFlipbookComponent_IsPlaying"); \ +static_assert(sizeof(PaperFlipbookComponent_IsPlaying) == 0x000001, "Wrong size on PaperFlipbookComponent_IsPlaying"); \ +static_assert(offsetof(PaperFlipbookComponent_IsPlaying, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_IsReversing \ +static_assert(alignof(PaperFlipbookComponent_IsReversing) == 0x000001, "Wrong alignment on PaperFlipbookComponent_IsReversing"); \ +static_assert(sizeof(PaperFlipbookComponent_IsReversing) == 0x000001, "Wrong size on PaperFlipbookComponent_IsReversing"); \ +static_assert(offsetof(PaperFlipbookComponent_IsReversing, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_IsReversing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperFlipbookComponent \ +static_assert(alignof(UPaperFlipbookComponent) == 0x000010, "Wrong alignment on UPaperFlipbookComponent"); \ +static_assert(sizeof(UPaperFlipbookComponent) == 0x000570, "Wrong size on UPaperFlipbookComponent"); \ +static_assert(offsetof(UPaperFlipbookComponent, SourceFlipbook) == 0x000528, "Member 'UPaperFlipbookComponent::SourceFlipbook' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, Material) == 0x000530, "Member 'UPaperFlipbookComponent::Material' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, PlayRate) == 0x000538, "Member 'UPaperFlipbookComponent::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, AccumulatedTime) == 0x000540, "Member 'UPaperFlipbookComponent::AccumulatedTime' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, CachedFrameIndex) == 0x000544, "Member 'UPaperFlipbookComponent::CachedFrameIndex' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, SpriteColor) == 0x000548, "Member 'UPaperFlipbookComponent::SpriteColor' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, CachedBodySetup) == 0x000558, "Member 'UPaperFlipbookComponent::CachedBodySetup' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, OnFinishedPlaying) == 0x000560, "Member 'UPaperFlipbookComponent::OnFinishedPlaying' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APaperGroupedSpriteActor \ +static_assert(alignof(APaperGroupedSpriteActor) == 0x000008, "Wrong alignment on APaperGroupedSpriteActor"); \ +static_assert(sizeof(APaperGroupedSpriteActor) == 0x0002B0, "Wrong size on APaperGroupedSpriteActor"); \ +static_assert(offsetof(APaperGroupedSpriteActor, RenderComponent) == 0x0002A8, "Member 'APaperGroupedSpriteActor::RenderComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperGroupedSpriteComponent_AddInstance \ +static_assert(alignof(PaperGroupedSpriteComponent_AddInstance) == 0x000010, "Wrong alignment on PaperGroupedSpriteComponent_AddInstance"); \ +static_assert(sizeof(PaperGroupedSpriteComponent_AddInstance) == 0x000050, "Wrong size on PaperGroupedSpriteComponent_AddInstance"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_AddInstance, Transform) == 0x000000, "Member 'PaperGroupedSpriteComponent_AddInstance::Transform' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_AddInstance, Sprite) == 0x000030, "Member 'PaperGroupedSpriteComponent_AddInstance::Sprite' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_AddInstance, bWorldSpace) == 0x000038, "Member 'PaperGroupedSpriteComponent_AddInstance::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_AddInstance, Color) == 0x00003C, "Member 'PaperGroupedSpriteComponent_AddInstance::Color' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_AddInstance, ReturnValue) == 0x00004C, "Member 'PaperGroupedSpriteComponent_AddInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperGroupedSpriteComponent_RemoveInstance \ +static_assert(alignof(PaperGroupedSpriteComponent_RemoveInstance) == 0x000004, "Wrong alignment on PaperGroupedSpriteComponent_RemoveInstance"); \ +static_assert(sizeof(PaperGroupedSpriteComponent_RemoveInstance) == 0x000008, "Wrong size on PaperGroupedSpriteComponent_RemoveInstance"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_RemoveInstance, InstanceIndex) == 0x000000, "Member 'PaperGroupedSpriteComponent_RemoveInstance::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_RemoveInstance, ReturnValue) == 0x000004, "Member 'PaperGroupedSpriteComponent_RemoveInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperGroupedSpriteComponent_SortInstancesAlongAxis \ +static_assert(alignof(PaperGroupedSpriteComponent_SortInstancesAlongAxis) == 0x000004, "Wrong alignment on PaperGroupedSpriteComponent_SortInstancesAlongAxis"); \ +static_assert(sizeof(PaperGroupedSpriteComponent_SortInstancesAlongAxis) == 0x00000C, "Wrong size on PaperGroupedSpriteComponent_SortInstancesAlongAxis"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_SortInstancesAlongAxis, WorldSpaceSortAxis) == 0x000000, "Member 'PaperGroupedSpriteComponent_SortInstancesAlongAxis::WorldSpaceSortAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperGroupedSpriteComponent_UpdateInstanceColor \ +static_assert(alignof(PaperGroupedSpriteComponent_UpdateInstanceColor) == 0x000004, "Wrong alignment on PaperGroupedSpriteComponent_UpdateInstanceColor"); \ +static_assert(sizeof(PaperGroupedSpriteComponent_UpdateInstanceColor) == 0x000018, "Wrong size on PaperGroupedSpriteComponent_UpdateInstanceColor"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceColor, InstanceIndex) == 0x000000, "Member 'PaperGroupedSpriteComponent_UpdateInstanceColor::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceColor, NewInstanceColor) == 0x000004, "Member 'PaperGroupedSpriteComponent_UpdateInstanceColor::NewInstanceColor' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceColor, bMarkRenderStateDirty) == 0x000014, "Member 'PaperGroupedSpriteComponent_UpdateInstanceColor::bMarkRenderStateDirty' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceColor, ReturnValue) == 0x000015, "Member 'PaperGroupedSpriteComponent_UpdateInstanceColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperGroupedSpriteComponent_UpdateInstanceTransform \ +static_assert(alignof(PaperGroupedSpriteComponent_UpdateInstanceTransform) == 0x000010, "Wrong alignment on PaperGroupedSpriteComponent_UpdateInstanceTransform"); \ +static_assert(sizeof(PaperGroupedSpriteComponent_UpdateInstanceTransform) == 0x000050, "Wrong size on PaperGroupedSpriteComponent_UpdateInstanceTransform"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceTransform, InstanceIndex) == 0x000000, "Member 'PaperGroupedSpriteComponent_UpdateInstanceTransform::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceTransform, NewInstanceTransform) == 0x000010, "Member 'PaperGroupedSpriteComponent_UpdateInstanceTransform::NewInstanceTransform' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceTransform, bWorldSpace) == 0x000040, "Member 'PaperGroupedSpriteComponent_UpdateInstanceTransform::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceTransform, bMarkRenderStateDirty) == 0x000041, "Member 'PaperGroupedSpriteComponent_UpdateInstanceTransform::bMarkRenderStateDirty' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceTransform, bTeleport) == 0x000042, "Member 'PaperGroupedSpriteComponent_UpdateInstanceTransform::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_UpdateInstanceTransform, ReturnValue) == 0x000043, "Member 'PaperGroupedSpriteComponent_UpdateInstanceTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperGroupedSpriteComponent_GetInstanceCount \ +static_assert(alignof(PaperGroupedSpriteComponent_GetInstanceCount) == 0x000004, "Wrong alignment on PaperGroupedSpriteComponent_GetInstanceCount"); \ +static_assert(sizeof(PaperGroupedSpriteComponent_GetInstanceCount) == 0x000004, "Wrong size on PaperGroupedSpriteComponent_GetInstanceCount"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_GetInstanceCount, ReturnValue) == 0x000000, "Member 'PaperGroupedSpriteComponent_GetInstanceCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperGroupedSpriteComponent_GetInstanceTransform \ +static_assert(alignof(PaperGroupedSpriteComponent_GetInstanceTransform) == 0x000010, "Wrong alignment on PaperGroupedSpriteComponent_GetInstanceTransform"); \ +static_assert(sizeof(PaperGroupedSpriteComponent_GetInstanceTransform) == 0x000050, "Wrong size on PaperGroupedSpriteComponent_GetInstanceTransform"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_GetInstanceTransform, InstanceIndex) == 0x000000, "Member 'PaperGroupedSpriteComponent_GetInstanceTransform::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_GetInstanceTransform, OutInstanceTransform) == 0x000010, "Member 'PaperGroupedSpriteComponent_GetInstanceTransform::OutInstanceTransform' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_GetInstanceTransform, bWorldSpace) == 0x000040, "Member 'PaperGroupedSpriteComponent_GetInstanceTransform::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(PaperGroupedSpriteComponent_GetInstanceTransform, ReturnValue) == 0x000041, "Member 'PaperGroupedSpriteComponent_GetInstanceTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperGroupedSpriteComponent \ +static_assert(alignof(UPaperGroupedSpriteComponent) == 0x000010, "Wrong alignment on UPaperGroupedSpriteComponent"); \ +static_assert(sizeof(UPaperGroupedSpriteComponent) == 0x000560, "Wrong size on UPaperGroupedSpriteComponent"); \ +static_assert(offsetof(UPaperGroupedSpriteComponent, InstanceMaterials) == 0x000528, "Member 'UPaperGroupedSpriteComponent::InstanceMaterials' has a wrong offset!"); \ +static_assert(offsetof(UPaperGroupedSpriteComponent, PerInstanceSpriteData) == 0x000538, "Member 'UPaperGroupedSpriteComponent::PerInstanceSpriteData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperSprite \ +static_assert(alignof(UPaperSprite) == 0x000008, "Wrong alignment on UPaperSprite"); \ +static_assert(sizeof(UPaperSprite) == 0x0000B0, "Wrong size on UPaperSprite"); \ +static_assert(offsetof(UPaperSprite, AdditionalSourceTextures) == 0x000040, "Member 'UPaperSprite::AdditionalSourceTextures' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, BakedSourceUV) == 0x000050, "Member 'UPaperSprite::BakedSourceUV' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, BakedSourceDimension) == 0x000058, "Member 'UPaperSprite::BakedSourceDimension' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, BakedSourceTexture) == 0x000060, "Member 'UPaperSprite::BakedSourceTexture' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, DefaultMaterial) == 0x000068, "Member 'UPaperSprite::DefaultMaterial' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, AlternateMaterial) == 0x000070, "Member 'UPaperSprite::AlternateMaterial' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, Sockets) == 0x000078, "Member 'UPaperSprite::Sockets' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, SpriteCollisionDomain) == 0x000088, "Member 'UPaperSprite::SpriteCollisionDomain' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, PixelsPerUnrealUnit) == 0x00008C, "Member 'UPaperSprite::PixelsPerUnrealUnit' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, BodySetup) == 0x000090, "Member 'UPaperSprite::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, AlternateMaterialSplitIndex) == 0x000098, "Member 'UPaperSprite::AlternateMaterialSplitIndex' has a wrong offset!"); \ +static_assert(offsetof(UPaperSprite, BakedRenderData) == 0x0000A0, "Member 'UPaperSprite::BakedRenderData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APaperSpriteActor \ +static_assert(alignof(APaperSpriteActor) == 0x000008, "Wrong alignment on APaperSpriteActor"); \ +static_assert(sizeof(APaperSpriteActor) == 0x0002B0, "Wrong size on APaperSpriteActor"); \ +static_assert(offsetof(APaperSpriteActor, RenderComponent) == 0x0002A8, "Member 'APaperSpriteActor::RenderComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperSpriteAtlas \ +static_assert(alignof(UPaperSpriteAtlas) == 0x000008, "Wrong alignment on UPaperSpriteAtlas"); \ +static_assert(sizeof(UPaperSpriteAtlas) == 0x000030, "Wrong size on UPaperSpriteAtlas"); \ + +#define DUMPER7_ASSERTS_PaperSpriteBlueprintLibrary_MakeBrushFromSprite \ +static_assert(alignof(PaperSpriteBlueprintLibrary_MakeBrushFromSprite) == 0x000008, "Wrong alignment on PaperSpriteBlueprintLibrary_MakeBrushFromSprite"); \ +static_assert(sizeof(PaperSpriteBlueprintLibrary_MakeBrushFromSprite) == 0x0000A0, "Wrong size on PaperSpriteBlueprintLibrary_MakeBrushFromSprite"); \ +static_assert(offsetof(PaperSpriteBlueprintLibrary_MakeBrushFromSprite, Sprite) == 0x000000, "Member 'PaperSpriteBlueprintLibrary_MakeBrushFromSprite::Sprite' has a wrong offset!"); \ +static_assert(offsetof(PaperSpriteBlueprintLibrary_MakeBrushFromSprite, Width) == 0x000008, "Member 'PaperSpriteBlueprintLibrary_MakeBrushFromSprite::Width' has a wrong offset!"); \ +static_assert(offsetof(PaperSpriteBlueprintLibrary_MakeBrushFromSprite, Height) == 0x00000C, "Member 'PaperSpriteBlueprintLibrary_MakeBrushFromSprite::Height' has a wrong offset!"); \ +static_assert(offsetof(PaperSpriteBlueprintLibrary_MakeBrushFromSprite, ReturnValue) == 0x000010, "Member 'PaperSpriteBlueprintLibrary_MakeBrushFromSprite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperSpriteBlueprintLibrary \ +static_assert(alignof(UPaperSpriteBlueprintLibrary) == 0x000008, "Wrong alignment on UPaperSpriteBlueprintLibrary"); \ +static_assert(sizeof(UPaperSpriteBlueprintLibrary) == 0x000030, "Wrong size on UPaperSpriteBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_PaperSpriteComponent_GetSprite \ +static_assert(alignof(PaperSpriteComponent_GetSprite) == 0x000008, "Wrong alignment on PaperSpriteComponent_GetSprite"); \ +static_assert(sizeof(PaperSpriteComponent_GetSprite) == 0x000008, "Wrong size on PaperSpriteComponent_GetSprite"); \ +static_assert(offsetof(PaperSpriteComponent_GetSprite, ReturnValue) == 0x000000, "Member 'PaperSpriteComponent_GetSprite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperSpriteComponent_SetSprite \ +static_assert(alignof(PaperSpriteComponent_SetSprite) == 0x000008, "Wrong alignment on PaperSpriteComponent_SetSprite"); \ +static_assert(sizeof(PaperSpriteComponent_SetSprite) == 0x000010, "Wrong size on PaperSpriteComponent_SetSprite"); \ +static_assert(offsetof(PaperSpriteComponent_SetSprite, NewSprite) == 0x000000, "Member 'PaperSpriteComponent_SetSprite::NewSprite' has a wrong offset!"); \ +static_assert(offsetof(PaperSpriteComponent_SetSprite, ReturnValue) == 0x000008, "Member 'PaperSpriteComponent_SetSprite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperSpriteComponent_SetSpriteColor \ +static_assert(alignof(PaperSpriteComponent_SetSpriteColor) == 0x000004, "Wrong alignment on PaperSpriteComponent_SetSpriteColor"); \ +static_assert(sizeof(PaperSpriteComponent_SetSpriteColor) == 0x000010, "Wrong size on PaperSpriteComponent_SetSpriteColor"); \ +static_assert(offsetof(PaperSpriteComponent_SetSpriteColor, NewColor) == 0x000000, "Member 'PaperSpriteComponent_SetSpriteColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperSpriteComponent \ +static_assert(alignof(UPaperSpriteComponent) == 0x000010, "Wrong alignment on UPaperSpriteComponent"); \ +static_assert(sizeof(UPaperSpriteComponent) == 0x000550, "Wrong size on UPaperSpriteComponent"); \ +static_assert(offsetof(UPaperSpriteComponent, SourceSprite) == 0x000528, "Member 'UPaperSpriteComponent::SourceSprite' has a wrong offset!"); \ +static_assert(offsetof(UPaperSpriteComponent, MaterialOverride) == 0x000530, "Member 'UPaperSpriteComponent::MaterialOverride' has a wrong offset!"); \ +static_assert(offsetof(UPaperSpriteComponent, SpriteColor) == 0x000538, "Member 'UPaperSpriteComponent::SpriteColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APaperTerrainActor \ +static_assert(alignof(APaperTerrainActor) == 0x000008, "Wrong alignment on APaperTerrainActor"); \ +static_assert(sizeof(APaperTerrainActor) == 0x0002C0, "Wrong size on APaperTerrainActor"); \ +static_assert(offsetof(APaperTerrainActor, DummyRoot) == 0x0002A8, "Member 'APaperTerrainActor::DummyRoot' has a wrong offset!"); \ +static_assert(offsetof(APaperTerrainActor, SplineComponent) == 0x0002B0, "Member 'APaperTerrainActor::SplineComponent' has a wrong offset!"); \ +static_assert(offsetof(APaperTerrainActor, RenderComponent) == 0x0002B8, "Member 'APaperTerrainActor::RenderComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTerrainComponent_SetTerrainColor \ +static_assert(alignof(PaperTerrainComponent_SetTerrainColor) == 0x000004, "Wrong alignment on PaperTerrainComponent_SetTerrainColor"); \ +static_assert(sizeof(PaperTerrainComponent_SetTerrainColor) == 0x000010, "Wrong size on PaperTerrainComponent_SetTerrainColor"); \ +static_assert(offsetof(PaperTerrainComponent_SetTerrainColor, NewColor) == 0x000000, "Member 'PaperTerrainComponent_SetTerrainColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperTerrainComponent \ +static_assert(alignof(UPaperTerrainComponent) == 0x000010, "Wrong alignment on UPaperTerrainComponent"); \ +static_assert(sizeof(UPaperTerrainComponent) == 0x000560, "Wrong size on UPaperTerrainComponent"); \ +static_assert(offsetof(UPaperTerrainComponent, TerrainMaterial) == 0x000500, "Member 'UPaperTerrainComponent::TerrainMaterial' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, bClosedSpline) == 0x000508, "Member 'UPaperTerrainComponent::bClosedSpline' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, bFilledSpline) == 0x000509, "Member 'UPaperTerrainComponent::bFilledSpline' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, AssociatedSpline) == 0x000510, "Member 'UPaperTerrainComponent::AssociatedSpline' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, RandomSeed) == 0x000518, "Member 'UPaperTerrainComponent::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, SegmentOverlapAmount) == 0x00051C, "Member 'UPaperTerrainComponent::SegmentOverlapAmount' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, TerrainColor) == 0x000520, "Member 'UPaperTerrainComponent::TerrainColor' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, ReparamStepsPerSegment) == 0x000530, "Member 'UPaperTerrainComponent::ReparamStepsPerSegment' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, SpriteCollisionDomain) == 0x000534, "Member 'UPaperTerrainComponent::SpriteCollisionDomain' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, CollisionThickness) == 0x000538, "Member 'UPaperTerrainComponent::CollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, CachedBodySetup) == 0x000540, "Member 'UPaperTerrainComponent::CachedBodySetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperTerrainMaterial \ +static_assert(alignof(UPaperTerrainMaterial) == 0x000008, "Wrong alignment on UPaperTerrainMaterial"); \ +static_assert(sizeof(UPaperTerrainMaterial) == 0x000050, "Wrong size on UPaperTerrainMaterial"); \ +static_assert(offsetof(UPaperTerrainMaterial, Rules) == 0x000038, "Member 'UPaperTerrainMaterial::Rules' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainMaterial, InteriorFill) == 0x000048, "Member 'UPaperTerrainMaterial::InteriorFill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperTerrainSplineComponent \ +static_assert(alignof(UPaperTerrainSplineComponent) == 0x000010, "Wrong alignment on UPaperTerrainSplineComponent"); \ +static_assert(sizeof(UPaperTerrainSplineComponent) == 0x000610, "Wrong size on UPaperTerrainSplineComponent"); \ + +#define DUMPER7_ASSERTS_UPaperTileLayer \ +static_assert(alignof(UPaperTileLayer) == 0x000008, "Wrong alignment on UPaperTileLayer"); \ +static_assert(sizeof(UPaperTileLayer) == 0x0000A0, "Wrong size on UPaperTileLayer"); \ +static_assert(offsetof(UPaperTileLayer, LayerName) == 0x000030, "Member 'UPaperTileLayer::LayerName' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, LayerWidth) == 0x000048, "Member 'UPaperTileLayer::LayerWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, LayerHeight) == 0x00004C, "Member 'UPaperTileLayer::LayerHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, CollisionThicknessOverride) == 0x000054, "Member 'UPaperTileLayer::CollisionThicknessOverride' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, CollisionOffsetOverride) == 0x000058, "Member 'UPaperTileLayer::CollisionOffsetOverride' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, LayerColor) == 0x00005C, "Member 'UPaperTileLayer::LayerColor' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, AllocatedWidth) == 0x00006C, "Member 'UPaperTileLayer::AllocatedWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, AllocatedHeight) == 0x000070, "Member 'UPaperTileLayer::AllocatedHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, AllocatedCells) == 0x000078, "Member 'UPaperTileLayer::AllocatedCells' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, TileSet) == 0x000088, "Member 'UPaperTileLayer::TileSet' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, AllocatedGrid) == 0x000090, "Member 'UPaperTileLayer::AllocatedGrid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperTileMap \ +static_assert(alignof(UPaperTileMap) == 0x000008, "Wrong alignment on UPaperTileMap"); \ +static_assert(sizeof(UPaperTileMap) == 0x0000B8, "Wrong size on UPaperTileMap"); \ +static_assert(offsetof(UPaperTileMap, MapWidth) == 0x000030, "Member 'UPaperTileMap::MapWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, MapHeight) == 0x000034, "Member 'UPaperTileMap::MapHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, TileWidth) == 0x000038, "Member 'UPaperTileMap::TileWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, TileHeight) == 0x00003C, "Member 'UPaperTileMap::TileHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, PixelsPerUnrealUnit) == 0x000040, "Member 'UPaperTileMap::PixelsPerUnrealUnit' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, SeparationPerTileX) == 0x000044, "Member 'UPaperTileMap::SeparationPerTileX' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, SeparationPerTileY) == 0x000048, "Member 'UPaperTileMap::SeparationPerTileY' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, SeparationPerLayer) == 0x00004C, "Member 'UPaperTileMap::SeparationPerLayer' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, SelectedTileSet) == 0x000050, "Member 'UPaperTileMap::SelectedTileSet' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, Material) == 0x000080, "Member 'UPaperTileMap::Material' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, TileLayers) == 0x000088, "Member 'UPaperTileMap::TileLayers' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, CollisionThickness) == 0x000098, "Member 'UPaperTileMap::CollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, SpriteCollisionDomain) == 0x00009C, "Member 'UPaperTileMap::SpriteCollisionDomain' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, ProjectionMode) == 0x00009D, "Member 'UPaperTileMap::ProjectionMode' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, HexSideLength) == 0x0000A0, "Member 'UPaperTileMap::HexSideLength' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, BodySetup) == 0x0000A8, "Member 'UPaperTileMap::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMap, LayerNameIndex) == 0x0000B0, "Member 'UPaperTileMap::LayerNameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APaperTileMapActor \ +static_assert(alignof(APaperTileMapActor) == 0x000008, "Wrong alignment on APaperTileMapActor"); \ +static_assert(sizeof(APaperTileMapActor) == 0x0002B0, "Wrong size on APaperTileMapActor"); \ +static_assert(offsetof(APaperTileMapActor, RenderComponent) == 0x0002A8, "Member 'APaperTileMapActor::RenderComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_AddNewLayer \ +static_assert(alignof(PaperTileMapComponent_AddNewLayer) == 0x000008, "Wrong alignment on PaperTileMapComponent_AddNewLayer"); \ +static_assert(sizeof(PaperTileMapComponent_AddNewLayer) == 0x000008, "Wrong size on PaperTileMapComponent_AddNewLayer"); \ +static_assert(offsetof(PaperTileMapComponent_AddNewLayer, ReturnValue) == 0x000000, "Member 'PaperTileMapComponent_AddNewLayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_CreateNewTileMap \ +static_assert(alignof(PaperTileMapComponent_CreateNewTileMap) == 0x000004, "Wrong alignment on PaperTileMapComponent_CreateNewTileMap"); \ +static_assert(sizeof(PaperTileMapComponent_CreateNewTileMap) == 0x000018, "Wrong size on PaperTileMapComponent_CreateNewTileMap"); \ +static_assert(offsetof(PaperTileMapComponent_CreateNewTileMap, MapWidth_0) == 0x000000, "Member 'PaperTileMapComponent_CreateNewTileMap::MapWidth_0' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_CreateNewTileMap, MapHeight_0) == 0x000004, "Member 'PaperTileMapComponent_CreateNewTileMap::MapHeight_0' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_CreateNewTileMap, TileWidth_0) == 0x000008, "Member 'PaperTileMapComponent_CreateNewTileMap::TileWidth_0' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_CreateNewTileMap, TileHeight_0) == 0x00000C, "Member 'PaperTileMapComponent_CreateNewTileMap::TileHeight_0' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_CreateNewTileMap, PixelsPerUnrealUnit) == 0x000010, "Member 'PaperTileMapComponent_CreateNewTileMap::PixelsPerUnrealUnit' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_CreateNewTileMap, bCreateLayer) == 0x000014, "Member 'PaperTileMapComponent_CreateNewTileMap::bCreateLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_GetMapSize \ +static_assert(alignof(PaperTileMapComponent_GetMapSize) == 0x000004, "Wrong alignment on PaperTileMapComponent_GetMapSize"); \ +static_assert(sizeof(PaperTileMapComponent_GetMapSize) == 0x00000C, "Wrong size on PaperTileMapComponent_GetMapSize"); \ +static_assert(offsetof(PaperTileMapComponent_GetMapSize, MapWidth_0) == 0x000000, "Member 'PaperTileMapComponent_GetMapSize::MapWidth_0' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetMapSize, MapHeight_0) == 0x000004, "Member 'PaperTileMapComponent_GetMapSize::MapHeight_0' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetMapSize, NumLayers) == 0x000008, "Member 'PaperTileMapComponent_GetMapSize::NumLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_ResizeMap \ +static_assert(alignof(PaperTileMapComponent_ResizeMap) == 0x000004, "Wrong alignment on PaperTileMapComponent_ResizeMap"); \ +static_assert(sizeof(PaperTileMapComponent_ResizeMap) == 0x000008, "Wrong size on PaperTileMapComponent_ResizeMap"); \ +static_assert(offsetof(PaperTileMapComponent_ResizeMap, NewWidthInTiles) == 0x000000, "Member 'PaperTileMapComponent_ResizeMap::NewWidthInTiles' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_ResizeMap, NewHeightInTiles) == 0x000004, "Member 'PaperTileMapComponent_ResizeMap::NewHeightInTiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_SetDefaultCollisionThickness \ +static_assert(alignof(PaperTileMapComponent_SetDefaultCollisionThickness) == 0x000004, "Wrong alignment on PaperTileMapComponent_SetDefaultCollisionThickness"); \ +static_assert(sizeof(PaperTileMapComponent_SetDefaultCollisionThickness) == 0x000008, "Wrong size on PaperTileMapComponent_SetDefaultCollisionThickness"); \ +static_assert(offsetof(PaperTileMapComponent_SetDefaultCollisionThickness, Thickness) == 0x000000, "Member 'PaperTileMapComponent_SetDefaultCollisionThickness::Thickness' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_SetDefaultCollisionThickness, bRebuildCollision) == 0x000004, "Member 'PaperTileMapComponent_SetDefaultCollisionThickness::bRebuildCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_SetLayerCollision \ +static_assert(alignof(PaperTileMapComponent_SetLayerCollision) == 0x000004, "Wrong alignment on PaperTileMapComponent_SetLayerCollision"); \ +static_assert(sizeof(PaperTileMapComponent_SetLayerCollision) == 0x000018, "Wrong size on PaperTileMapComponent_SetLayerCollision"); \ +static_assert(offsetof(PaperTileMapComponent_SetLayerCollision, Layer) == 0x000000, "Member 'PaperTileMapComponent_SetLayerCollision::Layer' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_SetLayerCollision, bHasCollision) == 0x000004, "Member 'PaperTileMapComponent_SetLayerCollision::bHasCollision' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_SetLayerCollision, bOverrideThickness) == 0x000005, "Member 'PaperTileMapComponent_SetLayerCollision::bOverrideThickness' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_SetLayerCollision, CustomThickness) == 0x000008, "Member 'PaperTileMapComponent_SetLayerCollision::CustomThickness' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_SetLayerCollision, bOverrideOffset) == 0x00000C, "Member 'PaperTileMapComponent_SetLayerCollision::bOverrideOffset' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_SetLayerCollision, CustomOffset) == 0x000010, "Member 'PaperTileMapComponent_SetLayerCollision::CustomOffset' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_SetLayerCollision, bRebuildCollision) == 0x000014, "Member 'PaperTileMapComponent_SetLayerCollision::bRebuildCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_SetLayerColor \ +static_assert(alignof(PaperTileMapComponent_SetLayerColor) == 0x000004, "Wrong alignment on PaperTileMapComponent_SetLayerColor"); \ +static_assert(sizeof(PaperTileMapComponent_SetLayerColor) == 0x000014, "Wrong size on PaperTileMapComponent_SetLayerColor"); \ +static_assert(offsetof(PaperTileMapComponent_SetLayerColor, NewColor) == 0x000000, "Member 'PaperTileMapComponent_SetLayerColor::NewColor' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_SetLayerColor, Layer) == 0x000010, "Member 'PaperTileMapComponent_SetLayerColor::Layer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_SetTile \ +static_assert(alignof(PaperTileMapComponent_SetTile) == 0x000008, "Wrong alignment on PaperTileMapComponent_SetTile"); \ +static_assert(sizeof(PaperTileMapComponent_SetTile) == 0x000020, "Wrong size on PaperTileMapComponent_SetTile"); \ +static_assert(offsetof(PaperTileMapComponent_SetTile, X) == 0x000000, "Member 'PaperTileMapComponent_SetTile::X' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_SetTile, Y) == 0x000004, "Member 'PaperTileMapComponent_SetTile::Y' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_SetTile, Layer) == 0x000008, "Member 'PaperTileMapComponent_SetTile::Layer' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_SetTile, NewValue) == 0x000010, "Member 'PaperTileMapComponent_SetTile::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_SetTileMap \ +static_assert(alignof(PaperTileMapComponent_SetTileMap) == 0x000008, "Wrong alignment on PaperTileMapComponent_SetTileMap"); \ +static_assert(sizeof(PaperTileMapComponent_SetTileMap) == 0x000010, "Wrong size on PaperTileMapComponent_SetTileMap"); \ +static_assert(offsetof(PaperTileMapComponent_SetTileMap, NewTileMap) == 0x000000, "Member 'PaperTileMapComponent_SetTileMap::NewTileMap' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_SetTileMap, ReturnValue) == 0x000008, "Member 'PaperTileMapComponent_SetTileMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_SetTileMapColor \ +static_assert(alignof(PaperTileMapComponent_SetTileMapColor) == 0x000004, "Wrong alignment on PaperTileMapComponent_SetTileMapColor"); \ +static_assert(sizeof(PaperTileMapComponent_SetTileMapColor) == 0x000010, "Wrong size on PaperTileMapComponent_SetTileMapColor"); \ +static_assert(offsetof(PaperTileMapComponent_SetTileMapColor, NewColor) == 0x000000, "Member 'PaperTileMapComponent_SetTileMapColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_GetLayerColor \ +static_assert(alignof(PaperTileMapComponent_GetLayerColor) == 0x000004, "Wrong alignment on PaperTileMapComponent_GetLayerColor"); \ +static_assert(sizeof(PaperTileMapComponent_GetLayerColor) == 0x000014, "Wrong size on PaperTileMapComponent_GetLayerColor"); \ +static_assert(offsetof(PaperTileMapComponent_GetLayerColor, Layer) == 0x000000, "Member 'PaperTileMapComponent_GetLayerColor::Layer' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetLayerColor, ReturnValue) == 0x000004, "Member 'PaperTileMapComponent_GetLayerColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_GetTile \ +static_assert(alignof(PaperTileMapComponent_GetTile) == 0x000008, "Wrong alignment on PaperTileMapComponent_GetTile"); \ +static_assert(sizeof(PaperTileMapComponent_GetTile) == 0x000020, "Wrong size on PaperTileMapComponent_GetTile"); \ +static_assert(offsetof(PaperTileMapComponent_GetTile, X) == 0x000000, "Member 'PaperTileMapComponent_GetTile::X' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTile, Y) == 0x000004, "Member 'PaperTileMapComponent_GetTile::Y' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTile, Layer) == 0x000008, "Member 'PaperTileMapComponent_GetTile::Layer' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTile, ReturnValue) == 0x000010, "Member 'PaperTileMapComponent_GetTile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_GetTileCenterPosition \ +static_assert(alignof(PaperTileMapComponent_GetTileCenterPosition) == 0x000004, "Wrong alignment on PaperTileMapComponent_GetTileCenterPosition"); \ +static_assert(sizeof(PaperTileMapComponent_GetTileCenterPosition) == 0x00001C, "Wrong size on PaperTileMapComponent_GetTileCenterPosition"); \ +static_assert(offsetof(PaperTileMapComponent_GetTileCenterPosition, TileX) == 0x000000, "Member 'PaperTileMapComponent_GetTileCenterPosition::TileX' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTileCenterPosition, TileY) == 0x000004, "Member 'PaperTileMapComponent_GetTileCenterPosition::TileY' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTileCenterPosition, LayerIndex) == 0x000008, "Member 'PaperTileMapComponent_GetTileCenterPosition::LayerIndex' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTileCenterPosition, bWorldSpace) == 0x00000C, "Member 'PaperTileMapComponent_GetTileCenterPosition::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTileCenterPosition, ReturnValue) == 0x000010, "Member 'PaperTileMapComponent_GetTileCenterPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_GetTileCornerPosition \ +static_assert(alignof(PaperTileMapComponent_GetTileCornerPosition) == 0x000004, "Wrong alignment on PaperTileMapComponent_GetTileCornerPosition"); \ +static_assert(sizeof(PaperTileMapComponent_GetTileCornerPosition) == 0x00001C, "Wrong size on PaperTileMapComponent_GetTileCornerPosition"); \ +static_assert(offsetof(PaperTileMapComponent_GetTileCornerPosition, TileX) == 0x000000, "Member 'PaperTileMapComponent_GetTileCornerPosition::TileX' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTileCornerPosition, TileY) == 0x000004, "Member 'PaperTileMapComponent_GetTileCornerPosition::TileY' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTileCornerPosition, LayerIndex) == 0x000008, "Member 'PaperTileMapComponent_GetTileCornerPosition::LayerIndex' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTileCornerPosition, bWorldSpace) == 0x00000C, "Member 'PaperTileMapComponent_GetTileCornerPosition::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTileCornerPosition, ReturnValue) == 0x000010, "Member 'PaperTileMapComponent_GetTileCornerPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_GetTileMapColor \ +static_assert(alignof(PaperTileMapComponent_GetTileMapColor) == 0x000004, "Wrong alignment on PaperTileMapComponent_GetTileMapColor"); \ +static_assert(sizeof(PaperTileMapComponent_GetTileMapColor) == 0x000010, "Wrong size on PaperTileMapComponent_GetTileMapColor"); \ +static_assert(offsetof(PaperTileMapComponent_GetTileMapColor, ReturnValue) == 0x000000, "Member 'PaperTileMapComponent_GetTileMapColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_GetTilePolygon \ +static_assert(alignof(PaperTileMapComponent_GetTilePolygon) == 0x000008, "Wrong alignment on PaperTileMapComponent_GetTilePolygon"); \ +static_assert(sizeof(PaperTileMapComponent_GetTilePolygon) == 0x000020, "Wrong size on PaperTileMapComponent_GetTilePolygon"); \ +static_assert(offsetof(PaperTileMapComponent_GetTilePolygon, TileX) == 0x000000, "Member 'PaperTileMapComponent_GetTilePolygon::TileX' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTilePolygon, TileY) == 0x000004, "Member 'PaperTileMapComponent_GetTilePolygon::TileY' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTilePolygon, Points) == 0x000008, "Member 'PaperTileMapComponent_GetTilePolygon::Points' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTilePolygon, LayerIndex) == 0x000018, "Member 'PaperTileMapComponent_GetTilePolygon::LayerIndex' has a wrong offset!"); \ +static_assert(offsetof(PaperTileMapComponent_GetTilePolygon, bWorldSpace) == 0x00001C, "Member 'PaperTileMapComponent_GetTilePolygon::bWorldSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTileMapComponent_OwnsTileMap \ +static_assert(alignof(PaperTileMapComponent_OwnsTileMap) == 0x000001, "Wrong alignment on PaperTileMapComponent_OwnsTileMap"); \ +static_assert(sizeof(PaperTileMapComponent_OwnsTileMap) == 0x000001, "Wrong size on PaperTileMapComponent_OwnsTileMap"); \ +static_assert(offsetof(PaperTileMapComponent_OwnsTileMap, ReturnValue) == 0x000000, "Member 'PaperTileMapComponent_OwnsTileMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperTileMapComponent \ +static_assert(alignof(UPaperTileMapComponent) == 0x000010, "Wrong alignment on UPaperTileMapComponent"); \ +static_assert(sizeof(UPaperTileMapComponent) == 0x000580, "Wrong size on UPaperTileMapComponent"); \ +static_assert(offsetof(UPaperTileMapComponent, MapWidth) == 0x000528, "Member 'UPaperTileMapComponent::MapWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, MapHeight) == 0x00052C, "Member 'UPaperTileMapComponent::MapHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, TileWidth) == 0x000530, "Member 'UPaperTileMapComponent::TileWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, TileHeight) == 0x000534, "Member 'UPaperTileMapComponent::TileHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, DefaultLayerTileSet) == 0x000538, "Member 'UPaperTileMapComponent::DefaultLayerTileSet' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, Material) == 0x000540, "Member 'UPaperTileMapComponent::Material' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, TileLayers) == 0x000548, "Member 'UPaperTileMapComponent::TileLayers' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, TileMapColor) == 0x000558, "Member 'UPaperTileMapComponent::TileMapColor' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, UseSingleLayerIndex) == 0x000568, "Member 'UPaperTileMapComponent::UseSingleLayerIndex' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, bUseSingleLayer) == 0x00056C, "Member 'UPaperTileMapComponent::bUseSingleLayer' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, TileMap) == 0x000570, "Member 'UPaperTileMapComponent::TileMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperTileSet \ +static_assert(alignof(UPaperTileSet) == 0x000008, "Wrong alignment on UPaperTileSet"); \ +static_assert(sizeof(UPaperTileSet) == 0x0000B0, "Wrong size on UPaperTileSet"); \ +static_assert(offsetof(UPaperTileSet, TileSize) == 0x000030, "Member 'UPaperTileSet::TileSize' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, TileSheet) == 0x000038, "Member 'UPaperTileSet::TileSheet' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, AdditionalSourceTextures) == 0x000040, "Member 'UPaperTileSet::AdditionalSourceTextures' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, BorderMargin) == 0x000050, "Member 'UPaperTileSet::BorderMargin' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, PerTileSpacing) == 0x000060, "Member 'UPaperTileSet::PerTileSpacing' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, DrawingOffset) == 0x000068, "Member 'UPaperTileSet::DrawingOffset' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, WidthInTiles) == 0x000070, "Member 'UPaperTileSet::WidthInTiles' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, HeightInTiles) == 0x000074, "Member 'UPaperTileSet::HeightInTiles' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, AllocatedWidth) == 0x000078, "Member 'UPaperTileSet::AllocatedWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, AllocatedHeight) == 0x00007C, "Member 'UPaperTileSet::AllocatedHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, PerTileData) == 0x000080, "Member 'UPaperTileSet::PerTileData' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, Terrains) == 0x000090, "Member 'UPaperTileSet::Terrains' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, TileWidth) == 0x0000A0, "Member 'UPaperTileSet::TileWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, TileHeight) == 0x0000A4, "Member 'UPaperTileSet::TileHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, Margin) == 0x0000A8, "Member 'UPaperTileSet::Margin' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileSet, Spacing) == 0x0000AC, "Member 'UPaperTileSet::Spacing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TileMapBlueprintLibrary_BreakTile \ +static_assert(alignof(TileMapBlueprintLibrary_BreakTile) == 0x000008, "Wrong alignment on TileMapBlueprintLibrary_BreakTile"); \ +static_assert(sizeof(TileMapBlueprintLibrary_BreakTile) == 0x000028, "Wrong size on TileMapBlueprintLibrary_BreakTile"); \ +static_assert(offsetof(TileMapBlueprintLibrary_BreakTile, Tile) == 0x000000, "Member 'TileMapBlueprintLibrary_BreakTile::Tile' has a wrong offset!"); \ +static_assert(offsetof(TileMapBlueprintLibrary_BreakTile, TileIndex) == 0x000010, "Member 'TileMapBlueprintLibrary_BreakTile::TileIndex' has a wrong offset!"); \ +static_assert(offsetof(TileMapBlueprintLibrary_BreakTile, TileSet) == 0x000018, "Member 'TileMapBlueprintLibrary_BreakTile::TileSet' has a wrong offset!"); \ +static_assert(offsetof(TileMapBlueprintLibrary_BreakTile, bFlipH) == 0x000020, "Member 'TileMapBlueprintLibrary_BreakTile::bFlipH' has a wrong offset!"); \ +static_assert(offsetof(TileMapBlueprintLibrary_BreakTile, bFlipV) == 0x000021, "Member 'TileMapBlueprintLibrary_BreakTile::bFlipV' has a wrong offset!"); \ +static_assert(offsetof(TileMapBlueprintLibrary_BreakTile, bFlipD) == 0x000022, "Member 'TileMapBlueprintLibrary_BreakTile::bFlipD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TileMapBlueprintLibrary_GetTileTransform \ +static_assert(alignof(TileMapBlueprintLibrary_GetTileTransform) == 0x000010, "Wrong alignment on TileMapBlueprintLibrary_GetTileTransform"); \ +static_assert(sizeof(TileMapBlueprintLibrary_GetTileTransform) == 0x000040, "Wrong size on TileMapBlueprintLibrary_GetTileTransform"); \ +static_assert(offsetof(TileMapBlueprintLibrary_GetTileTransform, Tile) == 0x000000, "Member 'TileMapBlueprintLibrary_GetTileTransform::Tile' has a wrong offset!"); \ +static_assert(offsetof(TileMapBlueprintLibrary_GetTileTransform, ReturnValue) == 0x000010, "Member 'TileMapBlueprintLibrary_GetTileTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TileMapBlueprintLibrary_GetTileUserData \ +static_assert(alignof(TileMapBlueprintLibrary_GetTileUserData) == 0x000008, "Wrong alignment on TileMapBlueprintLibrary_GetTileUserData"); \ +static_assert(sizeof(TileMapBlueprintLibrary_GetTileUserData) == 0x000020, "Wrong size on TileMapBlueprintLibrary_GetTileUserData"); \ +static_assert(offsetof(TileMapBlueprintLibrary_GetTileUserData, Tile) == 0x000000, "Member 'TileMapBlueprintLibrary_GetTileUserData::Tile' has a wrong offset!"); \ +static_assert(offsetof(TileMapBlueprintLibrary_GetTileUserData, ReturnValue) == 0x000010, "Member 'TileMapBlueprintLibrary_GetTileUserData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TileMapBlueprintLibrary_MakeTile \ +static_assert(alignof(TileMapBlueprintLibrary_MakeTile) == 0x000008, "Wrong alignment on TileMapBlueprintLibrary_MakeTile"); \ +static_assert(sizeof(TileMapBlueprintLibrary_MakeTile) == 0x000028, "Wrong size on TileMapBlueprintLibrary_MakeTile"); \ +static_assert(offsetof(TileMapBlueprintLibrary_MakeTile, TileIndex) == 0x000000, "Member 'TileMapBlueprintLibrary_MakeTile::TileIndex' has a wrong offset!"); \ +static_assert(offsetof(TileMapBlueprintLibrary_MakeTile, TileSet) == 0x000008, "Member 'TileMapBlueprintLibrary_MakeTile::TileSet' has a wrong offset!"); \ +static_assert(offsetof(TileMapBlueprintLibrary_MakeTile, bFlipH) == 0x000010, "Member 'TileMapBlueprintLibrary_MakeTile::bFlipH' has a wrong offset!"); \ +static_assert(offsetof(TileMapBlueprintLibrary_MakeTile, bFlipV) == 0x000011, "Member 'TileMapBlueprintLibrary_MakeTile::bFlipV' has a wrong offset!"); \ +static_assert(offsetof(TileMapBlueprintLibrary_MakeTile, bFlipD) == 0x000012, "Member 'TileMapBlueprintLibrary_MakeTile::bFlipD' has a wrong offset!"); \ +static_assert(offsetof(TileMapBlueprintLibrary_MakeTile, ReturnValue) == 0x000018, "Member 'TileMapBlueprintLibrary_MakeTile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTileMapBlueprintLibrary \ +static_assert(alignof(UTileMapBlueprintLibrary) == 0x000008, "Wrong alignment on UTileMapBlueprintLibrary"); \ +static_assert(sizeof(UTileMapBlueprintLibrary) == 0x000030, "Wrong size on UTileMapBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UAnimCurveCompressionCodec_ACL \ +static_assert(alignof(UAnimCurveCompressionCodec_ACL) == 0x000008, "Wrong alignment on UAnimCurveCompressionCodec_ACL"); \ +static_assert(sizeof(UAnimCurveCompressionCodec_ACL) == 0x000030, "Wrong size on UAnimCurveCompressionCodec_ACL"); \ + +#define DUMPER7_ASSERTS_AnimationCompressionLibraryDatabase_GetVisualFidelity \ +static_assert(alignof(AnimationCompressionLibraryDatabase_GetVisualFidelity) == 0x000008, "Wrong alignment on AnimationCompressionLibraryDatabase_GetVisualFidelity"); \ +static_assert(sizeof(AnimationCompressionLibraryDatabase_GetVisualFidelity) == 0x000010, "Wrong size on AnimationCompressionLibraryDatabase_GetVisualFidelity"); \ +static_assert(offsetof(AnimationCompressionLibraryDatabase_GetVisualFidelity, DatabaseAsset) == 0x000000, "Member 'AnimationCompressionLibraryDatabase_GetVisualFidelity::DatabaseAsset' has a wrong offset!"); \ +static_assert(offsetof(AnimationCompressionLibraryDatabase_GetVisualFidelity, ReturnValue) == 0x000008, "Member 'AnimationCompressionLibraryDatabase_GetVisualFidelity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationCompressionLibraryDatabase_SetVisualFidelity \ +static_assert(alignof(AnimationCompressionLibraryDatabase_SetVisualFidelity) == 0x000008, "Wrong alignment on AnimationCompressionLibraryDatabase_SetVisualFidelity"); \ +static_assert(sizeof(AnimationCompressionLibraryDatabase_SetVisualFidelity) == 0x000038, "Wrong size on AnimationCompressionLibraryDatabase_SetVisualFidelity"); \ +static_assert(offsetof(AnimationCompressionLibraryDatabase_SetVisualFidelity, WorldContextObject) == 0x000000, "Member 'AnimationCompressionLibraryDatabase_SetVisualFidelity::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AnimationCompressionLibraryDatabase_SetVisualFidelity, LatentInfo) == 0x000008, "Member 'AnimationCompressionLibraryDatabase_SetVisualFidelity::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(AnimationCompressionLibraryDatabase_SetVisualFidelity, DatabaseAsset) == 0x000028, "Member 'AnimationCompressionLibraryDatabase_SetVisualFidelity::DatabaseAsset' has a wrong offset!"); \ +static_assert(offsetof(AnimationCompressionLibraryDatabase_SetVisualFidelity, Result) == 0x000030, "Member 'AnimationCompressionLibraryDatabase_SetVisualFidelity::Result' has a wrong offset!"); \ +static_assert(offsetof(AnimationCompressionLibraryDatabase_SetVisualFidelity, VisualFidelity) == 0x000031, "Member 'AnimationCompressionLibraryDatabase_SetVisualFidelity::VisualFidelity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationCompressionLibraryDatabase \ +static_assert(alignof(UAnimationCompressionLibraryDatabase) == 0x000040, "Wrong alignment on UAnimationCompressionLibraryDatabase"); \ +static_assert(sizeof(UAnimationCompressionLibraryDatabase) == 0x000140, "Wrong size on UAnimationCompressionLibraryDatabase"); \ +static_assert(offsetof(UAnimationCompressionLibraryDatabase, CookedCompressedBytes) == 0x000030, "Member 'UAnimationCompressionLibraryDatabase::CookedCompressedBytes' has a wrong offset!"); \ +static_assert(offsetof(UAnimationCompressionLibraryDatabase, CookedAnimSequenceMappings) == 0x000040, "Member 'UAnimationCompressionLibraryDatabase::CookedAnimSequenceMappings' has a wrong offset!"); \ +static_assert(offsetof(UAnimationCompressionLibraryDatabase, MaxStreamRequestSizeKB) == 0x000120, "Member 'UAnimationCompressionLibraryDatabase::MaxStreamRequestSizeKB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimBoneCompressionCodec_ACLBase \ +static_assert(alignof(UAnimBoneCompressionCodec_ACLBase) == 0x000008, "Wrong alignment on UAnimBoneCompressionCodec_ACLBase"); \ +static_assert(sizeof(UAnimBoneCompressionCodec_ACLBase) == 0x000048, "Wrong size on UAnimBoneCompressionCodec_ACLBase"); \ +static_assert(offsetof(UAnimBoneCompressionCodec_ACLBase, bRootBoneOnly) == 0x000040, "Member 'UAnimBoneCompressionCodec_ACLBase::bRootBoneOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimBoneCompressionCodec_ACL \ +static_assert(alignof(UAnimBoneCompressionCodec_ACL) == 0x000008, "Wrong alignment on UAnimBoneCompressionCodec_ACL"); \ +static_assert(sizeof(UAnimBoneCompressionCodec_ACL) == 0x000050, "Wrong size on UAnimBoneCompressionCodec_ACL"); \ +static_assert(offsetof(UAnimBoneCompressionCodec_ACL, SafetyFallbackCodec) == 0x000048, "Member 'UAnimBoneCompressionCodec_ACL::SafetyFallbackCodec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimBoneCompressionCodec_ACLCustom \ +static_assert(alignof(UAnimBoneCompressionCodec_ACLCustom) == 0x000008, "Wrong alignment on UAnimBoneCompressionCodec_ACLCustom"); \ +static_assert(sizeof(UAnimBoneCompressionCodec_ACLCustom) == 0x000048, "Wrong size on UAnimBoneCompressionCodec_ACLCustom"); \ + +#define DUMPER7_ASSERTS_UAnimBoneCompressionCodec_ACLDatabase \ +static_assert(alignof(UAnimBoneCompressionCodec_ACLDatabase) == 0x000008, "Wrong alignment on UAnimBoneCompressionCodec_ACLDatabase"); \ +static_assert(sizeof(UAnimBoneCompressionCodec_ACLDatabase) == 0x000050, "Wrong size on UAnimBoneCompressionCodec_ACLDatabase"); \ +static_assert(offsetof(UAnimBoneCompressionCodec_ACLDatabase, DatabaseAsset) == 0x000048, "Member 'UAnimBoneCompressionCodec_ACLDatabase::DatabaseAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimBoneCompressionCodec_ACLSafe \ +static_assert(alignof(UAnimBoneCompressionCodec_ACLSafe) == 0x000008, "Wrong alignment on UAnimBoneCompressionCodec_ACLSafe"); \ +static_assert(sizeof(UAnimBoneCompressionCodec_ACLSafe) == 0x000048, "Wrong size on UAnimBoneCompressionCodec_ACLSafe"); \ + +#define DUMPER7_ASSERTS_ULightPropagationVolumeBlendable \ +static_assert(alignof(ULightPropagationVolumeBlendable) == 0x000008, "Wrong alignment on ULightPropagationVolumeBlendable"); \ +static_assert(sizeof(ULightPropagationVolumeBlendable) == 0x000080, "Wrong size on ULightPropagationVolumeBlendable"); \ +static_assert(offsetof(ULightPropagationVolumeBlendable, Settings) == 0x000038, "Member 'ULightPropagationVolumeBlendable::Settings' has a wrong offset!"); \ +static_assert(offsetof(ULightPropagationVolumeBlendable, BlendWeight) == 0x000078, "Member 'ULightPropagationVolumeBlendable::BlendWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_AI_TaserFire_C \ +static_assert(alignof(UGA_AI_TaserFire_C) == 0x000008, "Wrong alignment on UGA_AI_TaserFire_C"); \ +static_assert(sizeof(UGA_AI_TaserFire_C) == 0x0060F8, "Wrong size on UGA_AI_TaserFire_C"); \ + +#define DUMPER7_ASSERTS_UOodleNetworkTrainerCommandlet \ +static_assert(alignof(UOodleNetworkTrainerCommandlet) == 0x000008, "Wrong alignment on UOodleNetworkTrainerCommandlet"); \ +static_assert(sizeof(UOodleNetworkTrainerCommandlet) == 0x0000A8, "Wrong size on UOodleNetworkTrainerCommandlet"); \ +static_assert(offsetof(UOodleNetworkTrainerCommandlet, bCompressionTest) == 0x000088, "Member 'UOodleNetworkTrainerCommandlet::bCompressionTest' has a wrong offset!"); \ +static_assert(offsetof(UOodleNetworkTrainerCommandlet, HashTableSize) == 0x00008C, "Member 'UOodleNetworkTrainerCommandlet::HashTableSize' has a wrong offset!"); \ +static_assert(offsetof(UOodleNetworkTrainerCommandlet, DictionarySize) == 0x000090, "Member 'UOodleNetworkTrainerCommandlet::DictionarySize' has a wrong offset!"); \ +static_assert(offsetof(UOodleNetworkTrainerCommandlet, DictionaryTrials) == 0x000094, "Member 'UOodleNetworkTrainerCommandlet::DictionaryTrials' has a wrong offset!"); \ +static_assert(offsetof(UOodleNetworkTrainerCommandlet, TrialRandomness) == 0x000098, "Member 'UOodleNetworkTrainerCommandlet::TrialRandomness' has a wrong offset!"); \ +static_assert(offsetof(UOodleNetworkTrainerCommandlet, TrialGenerations) == 0x00009C, "Member 'UOodleNetworkTrainerCommandlet::TrialGenerations' has a wrong offset!"); \ +static_assert(offsetof(UOodleNetworkTrainerCommandlet, bNoTrials) == 0x0000A0, "Member 'UOodleNetworkTrainerCommandlet::bNoTrials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RoomStatus_C_ExecuteUbergraph_WBP_UI_Widget_RoomStatus \ +static_assert(alignof(WBP_UI_Widget_RoomStatus_C_ExecuteUbergraph_WBP_UI_Widget_RoomStatus) == 0x000008, "Wrong alignment on WBP_UI_Widget_RoomStatus_C_ExecuteUbergraph_WBP_UI_Widget_RoomStatus"); \ +static_assert(sizeof(WBP_UI_Widget_RoomStatus_C_ExecuteUbergraph_WBP_UI_Widget_RoomStatus) == 0x000030, "Wrong size on WBP_UI_Widget_RoomStatus_C_ExecuteUbergraph_WBP_UI_Widget_RoomStatus"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_ExecuteUbergraph_WBP_UI_Widget_RoomStatus, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_RoomStatus_C_ExecuteUbergraph_WBP_UI_Widget_RoomStatus::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_ExecuteUbergraph_WBP_UI_Widget_RoomStatus, K2Node_Event_InRoomType) == 0x000004, "Member 'WBP_UI_Widget_RoomStatus_C_ExecuteUbergraph_WBP_UI_Widget_RoomStatus::K2Node_Event_InRoomType' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_ExecuteUbergraph_WBP_UI_Widget_RoomStatus, K2Node_Event_IsDesignTime) == 0x000005, "Member 'WBP_UI_Widget_RoomStatus_C_ExecuteUbergraph_WBP_UI_Widget_RoomStatus::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_ExecuteUbergraph_WBP_UI_Widget_RoomStatus, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_RoomStatus_C_ExecuteUbergraph_WBP_UI_Widget_RoomStatus::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_ExecuteUbergraph_WBP_UI_Widget_RoomStatus, K2Node_Event_RoomVolume) == 0x000010, "Member 'WBP_UI_Widget_RoomStatus_C_ExecuteUbergraph_WBP_UI_Widget_RoomStatus::K2Node_Event_RoomVolume' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_ExecuteUbergraph_WBP_UI_Widget_RoomStatus, CallFunc_GetRoomName_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_RoomStatus_C_ExecuteUbergraph_WBP_UI_Widget_RoomStatus::CallFunc_GetRoomName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RoomStatus_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_RoomStatus_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_RoomStatus_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_RoomStatus_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_RoomStatus_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_RoomStatus_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RoomStatus_C_OnRoomTypeChanged \ +static_assert(alignof(WBP_UI_Widget_RoomStatus_C_OnRoomTypeChanged) == 0x000001, "Wrong alignment on WBP_UI_Widget_RoomStatus_C_OnRoomTypeChanged"); \ +static_assert(sizeof(WBP_UI_Widget_RoomStatus_C_OnRoomTypeChanged) == 0x000001, "Wrong size on WBP_UI_Widget_RoomStatus_C_OnRoomTypeChanged"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_OnRoomTypeChanged, InRoomType) == 0x000000, "Member 'WBP_UI_Widget_RoomStatus_C_OnRoomTypeChanged::InRoomType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RoomStatus_C_OnRoomChanged \ +static_assert(alignof(WBP_UI_Widget_RoomStatus_C_OnRoomChanged) == 0x000008, "Wrong alignment on WBP_UI_Widget_RoomStatus_C_OnRoomChanged"); \ +static_assert(sizeof(WBP_UI_Widget_RoomStatus_C_OnRoomChanged) == 0x000008, "Wrong size on WBP_UI_Widget_RoomStatus_C_OnRoomChanged"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_OnRoomChanged, RoomVolume) == 0x000000, "Member 'WBP_UI_Widget_RoomStatus_C_OnRoomChanged::RoomVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RoomStatus_C_GetColorForState \ +static_assert(alignof(WBP_UI_Widget_RoomStatus_C_GetColorForState) == 0x000004, "Wrong alignment on WBP_UI_Widget_RoomStatus_C_GetColorForState"); \ +static_assert(sizeof(WBP_UI_Widget_RoomStatus_C_GetColorForState) == 0x000048, "Wrong size on WBP_UI_Widget_RoomStatus_C_GetColorForState"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_GetColorForState, RoomType_0) == 0x000000, "Member 'WBP_UI_Widget_RoomStatus_C_GetColorForState::RoomType_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_GetColorForState, RoomTypeColor) == 0x000004, "Member 'WBP_UI_Widget_RoomStatus_C_GetColorForState::RoomTypeColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_GetColorForState, CallFunc_GetGlobalColor_ReturnValue) == 0x000014, "Member 'WBP_UI_Widget_RoomStatus_C_GetColorForState::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_GetColorForState, K2Node_SwitchEnum_CmpSuccess) == 0x000024, "Member 'WBP_UI_Widget_RoomStatus_C_GetColorForState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_GetColorForState, CallFunc_GetGlobalColor_ReturnValue_1) == 0x000028, "Member 'WBP_UI_Widget_RoomStatus_C_GetColorForState::CallFunc_GetGlobalColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_GetColorForState, CallFunc_GetGlobalColor_ReturnValue_2) == 0x000038, "Member 'WBP_UI_Widget_RoomStatus_C_GetColorForState::CallFunc_GetGlobalColor_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RoomStatus_C_SetRoomTypeText \ +static_assert(alignof(WBP_UI_Widget_RoomStatus_C_SetRoomTypeText) == 0x000008, "Wrong alignment on WBP_UI_Widget_RoomStatus_C_SetRoomTypeText"); \ +static_assert(sizeof(WBP_UI_Widget_RoomStatus_C_SetRoomTypeText) == 0x0000C8, "Wrong size on WBP_UI_Widget_RoomStatus_C_SetRoomTypeText"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_SetRoomTypeText, RoomType_0) == 0x000000, "Member 'WBP_UI_Widget_RoomStatus_C_SetRoomTypeText::RoomType_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_SetRoomTypeText, Temp_text_Variable) == 0x000008, "Member 'WBP_UI_Widget_RoomStatus_C_SetRoomTypeText::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_SetRoomTypeText, CallFunc_GetColorForState_RoomTypeColor) == 0x000020, "Member 'WBP_UI_Widget_RoomStatus_C_SetRoomTypeText::CallFunc_GetColorForState_RoomTypeColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_SetRoomTypeText, K2Node_MakeStruct_SlateColor) == 0x000030, "Member 'WBP_UI_Widget_RoomStatus_C_SetRoomTypeText::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_SetRoomTypeText, Temp_text_Variable_1) == 0x000058, "Member 'WBP_UI_Widget_RoomStatus_C_SetRoomTypeText::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_SetRoomTypeText, Temp_text_Variable_2) == 0x000070, "Member 'WBP_UI_Widget_RoomStatus_C_SetRoomTypeText::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_SetRoomTypeText, Temp_text_Variable_3) == 0x000088, "Member 'WBP_UI_Widget_RoomStatus_C_SetRoomTypeText::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_SetRoomTypeText, Temp_byte_Variable) == 0x0000A0, "Member 'WBP_UI_Widget_RoomStatus_C_SetRoomTypeText::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_SetRoomTypeText, CallFunc_PlayAnimation_ReturnValue) == 0x0000A8, "Member 'WBP_UI_Widget_RoomStatus_C_SetRoomTypeText::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_SetRoomTypeText, K2Node_Select_Default) == 0x0000B0, "Member 'WBP_UI_Widget_RoomStatus_C_SetRoomTypeText::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RoomStatus_C_SetRoomName \ +static_assert(alignof(WBP_UI_Widget_RoomStatus_C_SetRoomName) == 0x000008, "Wrong alignment on WBP_UI_Widget_RoomStatus_C_SetRoomName"); \ +static_assert(sizeof(WBP_UI_Widget_RoomStatus_C_SetRoomName) == 0x000088, "Wrong size on WBP_UI_Widget_RoomStatus_C_SetRoomName"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_SetRoomName, InRoomName) == 0x000000, "Member 'WBP_UI_Widget_RoomStatus_C_SetRoomName::InRoomName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_SetRoomName, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'WBP_UI_Widget_RoomStatus_C_SetRoomName::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_SetRoomName, K2Node_MakeArray_Array) == 0x000058, "Member 'WBP_UI_Widget_RoomStatus_C_SetRoomName::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_SetRoomName, CallFunc_TextIsEmpty_ReturnValue) == 0x000068, "Member 'WBP_UI_Widget_RoomStatus_C_SetRoomName::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RoomStatus_C_SetRoomName, CallFunc_Format_ReturnValue) == 0x000070, "Member 'WBP_UI_Widget_RoomStatus_C_SetRoomName::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_RoomStatus_C \ +static_assert(alignof(UWBP_UI_Widget_RoomStatus_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_RoomStatus_C"); \ +static_assert(sizeof(UWBP_UI_Widget_RoomStatus_C) == 0x0002E8, "Wrong size on UWBP_UI_Widget_RoomStatus_C"); \ +static_assert(offsetof(UWBP_UI_Widget_RoomStatus_C, UberGraphFrame) == 0x0002C0, "Member 'UWBP_UI_Widget_RoomStatus_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RoomStatus_C, OnChanged) == 0x0002C8, "Member 'UWBP_UI_Widget_RoomStatus_C::OnChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RoomStatus_C, Image_FrameRoom) == 0x0002D0, "Member 'UWBP_UI_Widget_RoomStatus_C::Image_FrameRoom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RoomStatus_C, Text_RoomName) == 0x0002D8, "Member 'UWBP_UI_Widget_RoomStatus_C::Text_RoomName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RoomStatus_C, Text_RoomStatus) == 0x0002E0, "Member 'UWBP_UI_Widget_RoomStatus_C::Text_RoomStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationSetup \ +static_assert(alignof(FAnimationSetup) == 0x000008, "Wrong alignment on FAnimationSetup"); \ +static_assert(sizeof(FAnimationSetup) == 0x000018, "Wrong size on FAnimationSetup"); \ +static_assert(offsetof(FAnimationSetup, AnimSequence) == 0x000000, "Member 'FAnimationSetup::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(FAnimationSetup, AnimBlueprint) == 0x000008, "Member 'FAnimationSetup::AnimBlueprint' has a wrong offset!"); \ +static_assert(offsetof(FAnimationSetup, NumRandomizedInstances) == 0x000010, "Member 'FAnimationSetup::NumRandomizedInstances' has a wrong offset!"); \ +static_assert(offsetof(FAnimationSetup, Enabled) == 0x000014, "Member 'FAnimationSetup::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTickAnimationSharingFunction \ +static_assert(alignof(FTickAnimationSharingFunction) == 0x000008, "Wrong alignment on FTickAnimationSharingFunction"); \ +static_assert(sizeof(FTickAnimationSharingFunction) == 0x000030, "Wrong size on FTickAnimationSharingFunction"); \ + +#define DUMPER7_ASSERTS_FAnimationStateEntry \ +static_assert(alignof(FAnimationStateEntry) == 0x000008, "Wrong alignment on FAnimationStateEntry"); \ +static_assert(sizeof(FAnimationStateEntry) == 0x000030, "Wrong size on FAnimationStateEntry"); \ +static_assert(offsetof(FAnimationStateEntry, State) == 0x000000, "Member 'FAnimationStateEntry::State' has a wrong offset!"); \ +static_assert(offsetof(FAnimationStateEntry, AnimationSetups) == 0x000008, "Member 'FAnimationStateEntry::AnimationSetups' has a wrong offset!"); \ +static_assert(offsetof(FAnimationStateEntry, bOnDemand) == 0x000018, "Member 'FAnimationStateEntry::bOnDemand' has a wrong offset!"); \ +static_assert(offsetof(FAnimationStateEntry, bAdditive) == 0x000019, "Member 'FAnimationStateEntry::bAdditive' has a wrong offset!"); \ +static_assert(offsetof(FAnimationStateEntry, BlendTime) == 0x00001C, "Member 'FAnimationStateEntry::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimationStateEntry, bReturnToPreviousState) == 0x000020, "Member 'FAnimationStateEntry::bReturnToPreviousState' has a wrong offset!"); \ +static_assert(offsetof(FAnimationStateEntry, bSetNextState) == 0x000021, "Member 'FAnimationStateEntry::bSetNextState' has a wrong offset!"); \ +static_assert(offsetof(FAnimationStateEntry, NextState) == 0x000022, "Member 'FAnimationStateEntry::NextState' has a wrong offset!"); \ +static_assert(offsetof(FAnimationStateEntry, MaximumNumberOfConcurrentInstances) == 0x000024, "Member 'FAnimationStateEntry::MaximumNumberOfConcurrentInstances' has a wrong offset!"); \ +static_assert(offsetof(FAnimationStateEntry, WiggleTimePercentage) == 0x000028, "Member 'FAnimationStateEntry::WiggleTimePercentage' has a wrong offset!"); \ +static_assert(offsetof(FAnimationStateEntry, bRequiresCurves) == 0x00002C, "Member 'FAnimationStateEntry::bRequiresCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationSharingScalability \ +static_assert(alignof(FAnimationSharingScalability) == 0x000004, "Wrong alignment on FAnimationSharingScalability"); \ +static_assert(sizeof(FAnimationSharingScalability) == 0x000010, "Wrong size on FAnimationSharingScalability"); \ +static_assert(offsetof(FAnimationSharingScalability, UseBlendTransitions) == 0x000000, "Member 'FAnimationSharingScalability::UseBlendTransitions' has a wrong offset!"); \ +static_assert(offsetof(FAnimationSharingScalability, BlendSignificanceValue) == 0x000004, "Member 'FAnimationSharingScalability::BlendSignificanceValue' has a wrong offset!"); \ +static_assert(offsetof(FAnimationSharingScalability, MaximumNumberConcurrentBlends) == 0x000008, "Member 'FAnimationSharingScalability::MaximumNumberConcurrentBlends' has a wrong offset!"); \ +static_assert(offsetof(FAnimationSharingScalability, TickSignificanceValue) == 0x00000C, "Member 'FAnimationSharingScalability::TickSignificanceValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerSkeletonAnimationSharingSetup \ +static_assert(alignof(FPerSkeletonAnimationSharingSetup) == 0x000008, "Wrong alignment on FPerSkeletonAnimationSharingSetup"); \ +static_assert(sizeof(FPerSkeletonAnimationSharingSetup) == 0x000038, "Wrong size on FPerSkeletonAnimationSharingSetup"); \ +static_assert(offsetof(FPerSkeletonAnimationSharingSetup, Skeleton) == 0x000000, "Member 'FPerSkeletonAnimationSharingSetup::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(FPerSkeletonAnimationSharingSetup, SkeletalMesh) == 0x000008, "Member 'FPerSkeletonAnimationSharingSetup::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(FPerSkeletonAnimationSharingSetup, BlendAnimBlueprint) == 0x000010, "Member 'FPerSkeletonAnimationSharingSetup::BlendAnimBlueprint' has a wrong offset!"); \ +static_assert(offsetof(FPerSkeletonAnimationSharingSetup, AdditiveAnimBlueprint) == 0x000018, "Member 'FPerSkeletonAnimationSharingSetup::AdditiveAnimBlueprint' has a wrong offset!"); \ +static_assert(offsetof(FPerSkeletonAnimationSharingSetup, StateProcessorClass) == 0x000020, "Member 'FPerSkeletonAnimationSharingSetup::StateProcessorClass' has a wrong offset!"); \ +static_assert(offsetof(FPerSkeletonAnimationSharingSetup, AnimationStates) == 0x000028, "Member 'FPerSkeletonAnimationSharingSetup::AnimationStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimSharingStateInstance_GetInstancedActors \ +static_assert(alignof(AnimSharingStateInstance_GetInstancedActors) == 0x000008, "Wrong alignment on AnimSharingStateInstance_GetInstancedActors"); \ +static_assert(sizeof(AnimSharingStateInstance_GetInstancedActors) == 0x000010, "Wrong size on AnimSharingStateInstance_GetInstancedActors"); \ +static_assert(offsetof(AnimSharingStateInstance_GetInstancedActors, Actors) == 0x000000, "Member 'AnimSharingStateInstance_GetInstancedActors::Actors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSharingStateInstance \ +static_assert(alignof(UAnimSharingStateInstance) == 0x000010, "Wrong alignment on UAnimSharingStateInstance"); \ +static_assert(sizeof(UAnimSharingStateInstance) == 0x0002E0, "Wrong size on UAnimSharingStateInstance"); \ +static_assert(offsetof(UAnimSharingStateInstance, AnimationToPlay) == 0x0002B8, "Member 'UAnimSharingStateInstance::AnimationToPlay' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingStateInstance, PermutationTimeOffset) == 0x0002C0, "Member 'UAnimSharingStateInstance::PermutationTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingStateInstance, PlayRate) == 0x0002C4, "Member 'UAnimSharingStateInstance::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingStateInstance, bStateBool) == 0x0002C8, "Member 'UAnimSharingStateInstance::bStateBool' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingStateInstance, Instance) == 0x0002D0, "Member 'UAnimSharingStateInstance::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSharingTransitionInstance \ +static_assert(alignof(UAnimSharingTransitionInstance) == 0x000010, "Wrong alignment on UAnimSharingTransitionInstance"); \ +static_assert(sizeof(UAnimSharingTransitionInstance) == 0x0002D0, "Wrong size on UAnimSharingTransitionInstance"); \ +static_assert(offsetof(UAnimSharingTransitionInstance, FromComponent) == 0x0002B8, "Member 'UAnimSharingTransitionInstance::FromComponent' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingTransitionInstance, ToComponent) == 0x0002C0, "Member 'UAnimSharingTransitionInstance::ToComponent' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingTransitionInstance, BlendTime) == 0x0002C8, "Member 'UAnimSharingTransitionInstance::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingTransitionInstance, bBlendBool) == 0x0002CC, "Member 'UAnimSharingTransitionInstance::bBlendBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSharingAdditiveInstance \ +static_assert(alignof(UAnimSharingAdditiveInstance) == 0x000010, "Wrong alignment on UAnimSharingAdditiveInstance"); \ +static_assert(sizeof(UAnimSharingAdditiveInstance) == 0x0002D0, "Wrong size on UAnimSharingAdditiveInstance"); \ +static_assert(offsetof(UAnimSharingAdditiveInstance, BaseComponent) == 0x0002B8, "Member 'UAnimSharingAdditiveInstance::BaseComponent' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingAdditiveInstance, AdditiveAnimation) == 0x0002C0, "Member 'UAnimSharingAdditiveInstance::AdditiveAnimation' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingAdditiveInstance, Alpha) == 0x0002C8, "Member 'UAnimSharingAdditiveInstance::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingAdditiveInstance, bStateBool) == 0x0002CC, "Member 'UAnimSharingAdditiveInstance::bStateBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSharingInstance \ +static_assert(alignof(UAnimSharingInstance) == 0x000008, "Wrong alignment on UAnimSharingInstance"); \ +static_assert(sizeof(UAnimSharingInstance) == 0x000120, "Wrong size on UAnimSharingInstance"); \ +static_assert(offsetof(UAnimSharingInstance, RegisteredActors) == 0x000030, "Member 'UAnimSharingInstance::RegisteredActors' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingInstance, StateProcessor) == 0x000090, "Member 'UAnimSharingInstance::StateProcessor' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingInstance, UsedAnimationSequences) == 0x0000D0, "Member 'UAnimSharingInstance::UsedAnimationSequences' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingInstance, StateEnum) == 0x0000F0, "Member 'UAnimSharingInstance::StateEnum' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingInstance, SharingActor) == 0x0000F8, "Member 'UAnimSharingInstance::SharingActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationSharingManager_AnimationSharingEnabled \ +static_assert(alignof(AnimationSharingManager_AnimationSharingEnabled) == 0x000001, "Wrong alignment on AnimationSharingManager_AnimationSharingEnabled"); \ +static_assert(sizeof(AnimationSharingManager_AnimationSharingEnabled) == 0x000001, "Wrong size on AnimationSharingManager_AnimationSharingEnabled"); \ +static_assert(offsetof(AnimationSharingManager_AnimationSharingEnabled, ReturnValue) == 0x000000, "Member 'AnimationSharingManager_AnimationSharingEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationSharingManager_CreateAnimationSharingManager \ +static_assert(alignof(AnimationSharingManager_CreateAnimationSharingManager) == 0x000008, "Wrong alignment on AnimationSharingManager_CreateAnimationSharingManager"); \ +static_assert(sizeof(AnimationSharingManager_CreateAnimationSharingManager) == 0x000018, "Wrong size on AnimationSharingManager_CreateAnimationSharingManager"); \ +static_assert(offsetof(AnimationSharingManager_CreateAnimationSharingManager, WorldContextObject) == 0x000000, "Member 'AnimationSharingManager_CreateAnimationSharingManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AnimationSharingManager_CreateAnimationSharingManager, Setup) == 0x000008, "Member 'AnimationSharingManager_CreateAnimationSharingManager::Setup' has a wrong offset!"); \ +static_assert(offsetof(AnimationSharingManager_CreateAnimationSharingManager, ReturnValue) == 0x000010, "Member 'AnimationSharingManager_CreateAnimationSharingManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationSharingManager_GetAnimationSharingManager \ +static_assert(alignof(AnimationSharingManager_GetAnimationSharingManager) == 0x000008, "Wrong alignment on AnimationSharingManager_GetAnimationSharingManager"); \ +static_assert(sizeof(AnimationSharingManager_GetAnimationSharingManager) == 0x000010, "Wrong size on AnimationSharingManager_GetAnimationSharingManager"); \ +static_assert(offsetof(AnimationSharingManager_GetAnimationSharingManager, WorldContextObject) == 0x000000, "Member 'AnimationSharingManager_GetAnimationSharingManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AnimationSharingManager_GetAnimationSharingManager, ReturnValue) == 0x000008, "Member 'AnimationSharingManager_GetAnimationSharingManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationSharingManager_RegisterActorWithSkeletonBP \ +static_assert(alignof(AnimationSharingManager_RegisterActorWithSkeletonBP) == 0x000008, "Wrong alignment on AnimationSharingManager_RegisterActorWithSkeletonBP"); \ +static_assert(sizeof(AnimationSharingManager_RegisterActorWithSkeletonBP) == 0x000010, "Wrong size on AnimationSharingManager_RegisterActorWithSkeletonBP"); \ +static_assert(offsetof(AnimationSharingManager_RegisterActorWithSkeletonBP, InActor) == 0x000000, "Member 'AnimationSharingManager_RegisterActorWithSkeletonBP::InActor' has a wrong offset!"); \ +static_assert(offsetof(AnimationSharingManager_RegisterActorWithSkeletonBP, SharingSkeleton) == 0x000008, "Member 'AnimationSharingManager_RegisterActorWithSkeletonBP::SharingSkeleton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationSharingManager \ +static_assert(alignof(UAnimationSharingManager) == 0x000008, "Wrong alignment on UAnimationSharingManager"); \ +static_assert(sizeof(UAnimationSharingManager) == 0x000090, "Wrong size on UAnimationSharingManager"); \ +static_assert(offsetof(UAnimationSharingManager, Skeletons) == 0x000030, "Member 'UAnimationSharingManager::Skeletons' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSharingManager, PerSkeletonData) == 0x000040, "Member 'UAnimationSharingManager::PerSkeletonData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationSharingSetup \ +static_assert(alignof(UAnimationSharingSetup) == 0x000008, "Wrong alignment on UAnimationSharingSetup"); \ +static_assert(sizeof(UAnimationSharingSetup) == 0x000050, "Wrong size on UAnimationSharingSetup"); \ +static_assert(offsetof(UAnimationSharingSetup, SkeletonSetups) == 0x000030, "Member 'UAnimationSharingSetup::SkeletonSetups' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSharingSetup, ScalabilitySettings) == 0x000040, "Member 'UAnimationSharingSetup::ScalabilitySettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationSharingStateProcessor_GetAnimationStateEnum \ +static_assert(alignof(AnimationSharingStateProcessor_GetAnimationStateEnum) == 0x000008, "Wrong alignment on AnimationSharingStateProcessor_GetAnimationStateEnum"); \ +static_assert(sizeof(AnimationSharingStateProcessor_GetAnimationStateEnum) == 0x000008, "Wrong size on AnimationSharingStateProcessor_GetAnimationStateEnum"); \ +static_assert(offsetof(AnimationSharingStateProcessor_GetAnimationStateEnum, ReturnValue) == 0x000000, "Member 'AnimationSharingStateProcessor_GetAnimationStateEnum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationSharingStateProcessor_ProcessActorState \ +static_assert(alignof(AnimationSharingStateProcessor_ProcessActorState) == 0x000008, "Wrong alignment on AnimationSharingStateProcessor_ProcessActorState"); \ +static_assert(sizeof(AnimationSharingStateProcessor_ProcessActorState) == 0x000018, "Wrong size on AnimationSharingStateProcessor_ProcessActorState"); \ +static_assert(offsetof(AnimationSharingStateProcessor_ProcessActorState, OutState) == 0x000000, "Member 'AnimationSharingStateProcessor_ProcessActorState::OutState' has a wrong offset!"); \ +static_assert(offsetof(AnimationSharingStateProcessor_ProcessActorState, InActor) == 0x000008, "Member 'AnimationSharingStateProcessor_ProcessActorState::InActor' has a wrong offset!"); \ +static_assert(offsetof(AnimationSharingStateProcessor_ProcessActorState, CurrentState) == 0x000010, "Member 'AnimationSharingStateProcessor_ProcessActorState::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(AnimationSharingStateProcessor_ProcessActorState, OnDemandState) == 0x000011, "Member 'AnimationSharingStateProcessor_ProcessActorState::OnDemandState' has a wrong offset!"); \ +static_assert(offsetof(AnimationSharingStateProcessor_ProcessActorState, bShouldProcess) == 0x000012, "Member 'AnimationSharingStateProcessor_ProcessActorState::bShouldProcess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationSharingStateProcessor \ +static_assert(alignof(UAnimationSharingStateProcessor) == 0x000008, "Wrong alignment on UAnimationSharingStateProcessor"); \ +static_assert(sizeof(UAnimationSharingStateProcessor) == 0x000060, "Wrong size on UAnimationSharingStateProcessor"); \ +static_assert(offsetof(UAnimationSharingStateProcessor, AnimationStateEnum) == 0x000030, "Member 'UAnimationSharingStateProcessor::AnimationStateEnum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USignificanceManager \ +static_assert(alignof(USignificanceManager) == 0x000008, "Wrong alignment on USignificanceManager"); \ +static_assert(sizeof(USignificanceManager) == 0x000130, "Wrong size on USignificanceManager"); \ +static_assert(offsetof(USignificanceManager, SignificanceManagerClassName) == 0x000110, "Member 'USignificanceManager::SignificanceManagerClassName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMyPluginStruct \ +static_assert(alignof(FMyPluginStruct) == 0x000008, "Wrong alignment on FMyPluginStruct"); \ +static_assert(sizeof(FMyPluginStruct) == 0x000010, "Wrong size on FMyPluginStruct"); \ +static_assert(offsetof(FMyPluginStruct, TestString) == 0x000000, "Member 'FMyPluginStruct::TestString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMyPluginObject \ +static_assert(alignof(UMyPluginObject) == 0x000008, "Wrong alignment on UMyPluginObject"); \ +static_assert(sizeof(UMyPluginObject) == 0x000040, "Wrong size on UMyPluginObject"); \ +static_assert(offsetof(UMyPluginObject, MyStruct) == 0x000030, "Member 'UMyPluginObject::MyStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioCurveSourceComponent \ +static_assert(alignof(UAudioCurveSourceComponent) == 0x000010, "Wrong alignment on UAudioCurveSourceComponent"); \ +static_assert(sizeof(UAudioCurveSourceComponent) == 0x0008E0, "Wrong size on UAudioCurveSourceComponent"); \ +static_assert(offsetof(UAudioCurveSourceComponent, CurveSourceBindingName) == 0x0008A0, "Member 'UAudioCurveSourceComponent::CurveSourceBindingName' has a wrong offset!"); \ +static_assert(offsetof(UAudioCurveSourceComponent, CurveSyncOffset) == 0x0008AC, "Member 'UAudioCurveSourceComponent::CurveSyncOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFunctionCaller \ +static_assert(alignof(FFunctionCaller) == 0x000004, "Wrong alignment on FFunctionCaller"); \ +static_assert(sizeof(FFunctionCaller) == 0x00000C, "Wrong size on FFunctionCaller"); \ +static_assert(offsetof(FFunctionCaller, FunctionName) == 0x000000, "Member 'FFunctionCaller::FunctionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCapturedPropSegment \ +static_assert(alignof(FCapturedPropSegment) == 0x000008, "Wrong alignment on FCapturedPropSegment"); \ +static_assert(sizeof(FCapturedPropSegment) == 0x000028, "Wrong size on FCapturedPropSegment"); \ +static_assert(offsetof(FCapturedPropSegment, PropertyName) == 0x000000, "Member 'FCapturedPropSegment::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FCapturedPropSegment, PropertyIndex) == 0x000010, "Member 'FCapturedPropSegment::PropertyIndex' has a wrong offset!"); \ +static_assert(offsetof(FCapturedPropSegment, ComponentName) == 0x000018, "Member 'FCapturedPropSegment::ComponentName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVariantDependency \ +static_assert(alignof(FVariantDependency) == 0x000008, "Wrong alignment on FVariantDependency"); \ +static_assert(sizeof(FVariantDependency) == 0x000068, "Wrong size on FVariantDependency"); \ +static_assert(offsetof(FVariantDependency, VariantSet) == 0x000000, "Member 'FVariantDependency::VariantSet' has a wrong offset!"); \ +static_assert(offsetof(FVariantDependency, Variant) == 0x000030, "Member 'FVariantDependency::Variant' has a wrong offset!"); \ +static_assert(offsetof(FVariantDependency, bEnabled) == 0x000060, "Member 'FVariantDependency::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelVariantSets_GetNumVariantSets \ +static_assert(alignof(LevelVariantSets_GetNumVariantSets) == 0x000004, "Wrong alignment on LevelVariantSets_GetNumVariantSets"); \ +static_assert(sizeof(LevelVariantSets_GetNumVariantSets) == 0x000004, "Wrong size on LevelVariantSets_GetNumVariantSets"); \ +static_assert(offsetof(LevelVariantSets_GetNumVariantSets, ReturnValue) == 0x000000, "Member 'LevelVariantSets_GetNumVariantSets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelVariantSets_GetVariantSet \ +static_assert(alignof(LevelVariantSets_GetVariantSet) == 0x000008, "Wrong alignment on LevelVariantSets_GetVariantSet"); \ +static_assert(sizeof(LevelVariantSets_GetVariantSet) == 0x000010, "Wrong size on LevelVariantSets_GetVariantSet"); \ +static_assert(offsetof(LevelVariantSets_GetVariantSet, VariantSetIndex) == 0x000000, "Member 'LevelVariantSets_GetVariantSet::VariantSetIndex' has a wrong offset!"); \ +static_assert(offsetof(LevelVariantSets_GetVariantSet, ReturnValue) == 0x000008, "Member 'LevelVariantSets_GetVariantSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelVariantSets_GetVariantSetByName \ +static_assert(alignof(LevelVariantSets_GetVariantSetByName) == 0x000008, "Wrong alignment on LevelVariantSets_GetVariantSetByName"); \ +static_assert(sizeof(LevelVariantSets_GetVariantSetByName) == 0x000018, "Wrong size on LevelVariantSets_GetVariantSetByName"); \ +static_assert(offsetof(LevelVariantSets_GetVariantSetByName, VariantSetName) == 0x000000, "Member 'LevelVariantSets_GetVariantSetByName::VariantSetName' has a wrong offset!"); \ +static_assert(offsetof(LevelVariantSets_GetVariantSetByName, ReturnValue) == 0x000010, "Member 'LevelVariantSets_GetVariantSetByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelVariantSets \ +static_assert(alignof(ULevelVariantSets) == 0x000008, "Wrong alignment on ULevelVariantSets"); \ +static_assert(sizeof(ULevelVariantSets) == 0x000098, "Wrong size on ULevelVariantSets"); \ +static_assert(offsetof(ULevelVariantSets, DirectorClass) == 0x000030, "Member 'ULevelVariantSets::DirectorClass' has a wrong offset!"); \ +static_assert(offsetof(ULevelVariantSets, VariantSets) == 0x000038, "Member 'ULevelVariantSets::VariantSets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelVariantSetsActor_GetLevelVariantSets \ +static_assert(alignof(LevelVariantSetsActor_GetLevelVariantSets) == 0x000008, "Wrong alignment on LevelVariantSetsActor_GetLevelVariantSets"); \ +static_assert(sizeof(LevelVariantSetsActor_GetLevelVariantSets) == 0x000010, "Wrong size on LevelVariantSetsActor_GetLevelVariantSets"); \ +static_assert(offsetof(LevelVariantSetsActor_GetLevelVariantSets, bLoad) == 0x000000, "Member 'LevelVariantSetsActor_GetLevelVariantSets::bLoad' has a wrong offset!"); \ +static_assert(offsetof(LevelVariantSetsActor_GetLevelVariantSets, ReturnValue) == 0x000008, "Member 'LevelVariantSetsActor_GetLevelVariantSets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelVariantSetsActor_SetLevelVariantSets \ +static_assert(alignof(LevelVariantSetsActor_SetLevelVariantSets) == 0x000008, "Wrong alignment on LevelVariantSetsActor_SetLevelVariantSets"); \ +static_assert(sizeof(LevelVariantSetsActor_SetLevelVariantSets) == 0x000008, "Wrong size on LevelVariantSetsActor_SetLevelVariantSets"); \ +static_assert(offsetof(LevelVariantSetsActor_SetLevelVariantSets, InVariantSets) == 0x000000, "Member 'LevelVariantSetsActor_SetLevelVariantSets::InVariantSets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelVariantSetsActor_SwitchOnVariantByIndex \ +static_assert(alignof(LevelVariantSetsActor_SwitchOnVariantByIndex) == 0x000004, "Wrong alignment on LevelVariantSetsActor_SwitchOnVariantByIndex"); \ +static_assert(sizeof(LevelVariantSetsActor_SwitchOnVariantByIndex) == 0x00000C, "Wrong size on LevelVariantSetsActor_SwitchOnVariantByIndex"); \ +static_assert(offsetof(LevelVariantSetsActor_SwitchOnVariantByIndex, VariantSetIndex) == 0x000000, "Member 'LevelVariantSetsActor_SwitchOnVariantByIndex::VariantSetIndex' has a wrong offset!"); \ +static_assert(offsetof(LevelVariantSetsActor_SwitchOnVariantByIndex, VariantIndex) == 0x000004, "Member 'LevelVariantSetsActor_SwitchOnVariantByIndex::VariantIndex' has a wrong offset!"); \ +static_assert(offsetof(LevelVariantSetsActor_SwitchOnVariantByIndex, ReturnValue) == 0x000008, "Member 'LevelVariantSetsActor_SwitchOnVariantByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelVariantSetsActor_SwitchOnVariantByName \ +static_assert(alignof(LevelVariantSetsActor_SwitchOnVariantByName) == 0x000008, "Wrong alignment on LevelVariantSetsActor_SwitchOnVariantByName"); \ +static_assert(sizeof(LevelVariantSetsActor_SwitchOnVariantByName) == 0x000028, "Wrong size on LevelVariantSetsActor_SwitchOnVariantByName"); \ +static_assert(offsetof(LevelVariantSetsActor_SwitchOnVariantByName, VariantSetName) == 0x000000, "Member 'LevelVariantSetsActor_SwitchOnVariantByName::VariantSetName' has a wrong offset!"); \ +static_assert(offsetof(LevelVariantSetsActor_SwitchOnVariantByName, VariantName) == 0x000010, "Member 'LevelVariantSetsActor_SwitchOnVariantByName::VariantName' has a wrong offset!"); \ +static_assert(offsetof(LevelVariantSetsActor_SwitchOnVariantByName, ReturnValue) == 0x000020, "Member 'LevelVariantSetsActor_SwitchOnVariantByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALevelVariantSetsActor \ +static_assert(alignof(ALevelVariantSetsActor) == 0x000008, "Wrong alignment on ALevelVariantSetsActor"); \ +static_assert(sizeof(ALevelVariantSetsActor) == 0x000318, "Wrong size on ALevelVariantSetsActor"); \ +static_assert(offsetof(ALevelVariantSetsActor, LevelVariantSets) == 0x0002A8, "Member 'ALevelVariantSetsActor::LevelVariantSets' has a wrong offset!"); \ +static_assert(offsetof(ALevelVariantSetsActor, DirectorInstances) == 0x0002C8, "Member 'ALevelVariantSetsActor::DirectorInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelVariantSetsFunctionDirector \ +static_assert(alignof(ULevelVariantSetsFunctionDirector) == 0x000008, "Wrong alignment on ULevelVariantSetsFunctionDirector"); \ +static_assert(sizeof(ULevelVariantSetsFunctionDirector) == 0x000048, "Wrong size on ULevelVariantSetsFunctionDirector"); \ + +#define DUMPER7_ASSERTS_PropertyValue_GetFullDisplayString \ +static_assert(alignof(PropertyValue_GetFullDisplayString) == 0x000008, "Wrong alignment on PropertyValue_GetFullDisplayString"); \ +static_assert(sizeof(PropertyValue_GetFullDisplayString) == 0x000010, "Wrong size on PropertyValue_GetFullDisplayString"); \ +static_assert(offsetof(PropertyValue_GetFullDisplayString, ReturnValue) == 0x000000, "Member 'PropertyValue_GetFullDisplayString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertyValue_GetPropertyTooltip \ +static_assert(alignof(PropertyValue_GetPropertyTooltip) == 0x000008, "Wrong alignment on PropertyValue_GetPropertyTooltip"); \ +static_assert(sizeof(PropertyValue_GetPropertyTooltip) == 0x000018, "Wrong size on PropertyValue_GetPropertyTooltip"); \ +static_assert(offsetof(PropertyValue_GetPropertyTooltip, ReturnValue) == 0x000000, "Member 'PropertyValue_GetPropertyTooltip::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertyValue_HasRecordedData \ +static_assert(alignof(PropertyValue_HasRecordedData) == 0x000001, "Wrong alignment on PropertyValue_HasRecordedData"); \ +static_assert(sizeof(PropertyValue_HasRecordedData) == 0x000001, "Wrong size on PropertyValue_HasRecordedData"); \ +static_assert(offsetof(PropertyValue_HasRecordedData, ReturnValue) == 0x000000, "Member 'PropertyValue_HasRecordedData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPropertyValue \ +static_assert(alignof(UPropertyValue) == 0x000008, "Wrong alignment on UPropertyValue"); \ +static_assert(sizeof(UPropertyValue) == 0x0001D8, "Wrong size on UPropertyValue"); \ +static_assert(offsetof(UPropertyValue, Properties) == 0x000090, "Member 'UPropertyValue::Properties' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, PropertyIndices) == 0x0000A0, "Member 'UPropertyValue::PropertyIndices' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, CapturedPropSegments) == 0x0000B0, "Member 'UPropertyValue::CapturedPropSegments' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, FullDisplayString) == 0x0000C0, "Member 'UPropertyValue::FullDisplayString' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, PropertySetterName) == 0x0000D0, "Member 'UPropertyValue::PropertySetterName' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, PropertySetterParameterDefaults) == 0x0000E0, "Member 'UPropertyValue::PropertySetterParameterDefaults' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, bHasRecordedData) == 0x000130, "Member 'UPropertyValue::bHasRecordedData' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, LeafPropertyClass) == 0x000138, "Member 'UPropertyValue::LeafPropertyClass' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, ValueBytes) == 0x000148, "Member 'UPropertyValue::ValueBytes' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, PropCategory) == 0x000158, "Member 'UPropertyValue::PropCategory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPropertyValueTransform \ +static_assert(alignof(UPropertyValueTransform) == 0x000008, "Wrong alignment on UPropertyValueTransform"); \ +static_assert(sizeof(UPropertyValueTransform) == 0x0001D8, "Wrong size on UPropertyValueTransform"); \ + +#define DUMPER7_ASSERTS_UPropertyValueVisibility \ +static_assert(alignof(UPropertyValueVisibility) == 0x000008, "Wrong alignment on UPropertyValueVisibility"); \ +static_assert(sizeof(UPropertyValueVisibility) == 0x0001D8, "Wrong size on UPropertyValueVisibility"); \ + +#define DUMPER7_ASSERTS_UPropertyValueColor \ +static_assert(alignof(UPropertyValueColor) == 0x000008, "Wrong alignment on UPropertyValueColor"); \ +static_assert(sizeof(UPropertyValueColor) == 0x0001D8, "Wrong size on UPropertyValueColor"); \ + +#define DUMPER7_ASSERTS_UPropertyValueMaterial \ +static_assert(alignof(UPropertyValueMaterial) == 0x000008, "Wrong alignment on UPropertyValueMaterial"); \ +static_assert(sizeof(UPropertyValueMaterial) == 0x0001D8, "Wrong size on UPropertyValueMaterial"); \ + +#define DUMPER7_ASSERTS_UPropertyValueOption \ +static_assert(alignof(UPropertyValueOption) == 0x000008, "Wrong alignment on UPropertyValueOption"); \ +static_assert(sizeof(UPropertyValueOption) == 0x0001D8, "Wrong size on UPropertyValueOption"); \ + +#define DUMPER7_ASSERTS_UPropertyValueSoftObject \ +static_assert(alignof(UPropertyValueSoftObject) == 0x000008, "Wrong alignment on UPropertyValueSoftObject"); \ +static_assert(sizeof(UPropertyValueSoftObject) == 0x0001D8, "Wrong size on UPropertyValueSoftObject"); \ + +#define DUMPER7_ASSERTS_SwitchActor_SelectOption \ +static_assert(alignof(SwitchActor_SelectOption) == 0x000004, "Wrong alignment on SwitchActor_SelectOption"); \ +static_assert(sizeof(SwitchActor_SelectOption) == 0x000004, "Wrong size on SwitchActor_SelectOption"); \ +static_assert(offsetof(SwitchActor_SelectOption, OptionIndex) == 0x000000, "Member 'SwitchActor_SelectOption::OptionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SwitchActor_GetOptions \ +static_assert(alignof(SwitchActor_GetOptions) == 0x000008, "Wrong alignment on SwitchActor_GetOptions"); \ +static_assert(sizeof(SwitchActor_GetOptions) == 0x000010, "Wrong size on SwitchActor_GetOptions"); \ +static_assert(offsetof(SwitchActor_GetOptions, ReturnValue) == 0x000000, "Member 'SwitchActor_GetOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SwitchActor_GetSelectedOption \ +static_assert(alignof(SwitchActor_GetSelectedOption) == 0x000004, "Wrong alignment on SwitchActor_GetSelectedOption"); \ +static_assert(sizeof(SwitchActor_GetSelectedOption) == 0x000004, "Wrong size on SwitchActor_GetSelectedOption"); \ +static_assert(offsetof(SwitchActor_GetSelectedOption, ReturnValue) == 0x000000, "Member 'SwitchActor_GetSelectedOption::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASwitchActor \ +static_assert(alignof(ASwitchActor) == 0x000008, "Wrong alignment on ASwitchActor"); \ +static_assert(sizeof(ASwitchActor) == 0x0002D0, "Wrong size on ASwitchActor"); \ +static_assert(offsetof(ASwitchActor, SceneComponent) == 0x0002C0, "Member 'ASwitchActor::SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(ASwitchActor, LastSelectedOption) == 0x0002C8, "Member 'ASwitchActor::LastSelectedOption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_AddDependency \ +static_assert(alignof(Variant_AddDependency) == 0x000008, "Wrong alignment on Variant_AddDependency"); \ +static_assert(sizeof(Variant_AddDependency) == 0x000070, "Wrong size on Variant_AddDependency"); \ +static_assert(offsetof(Variant_AddDependency, Dependency) == 0x000000, "Member 'Variant_AddDependency::Dependency' has a wrong offset!"); \ +static_assert(offsetof(Variant_AddDependency, ReturnValue) == 0x000068, "Member 'Variant_AddDependency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_DeleteDependency \ +static_assert(alignof(Variant_DeleteDependency) == 0x000004, "Wrong alignment on Variant_DeleteDependency"); \ +static_assert(sizeof(Variant_DeleteDependency) == 0x000004, "Wrong size on Variant_DeleteDependency"); \ +static_assert(offsetof(Variant_DeleteDependency, Index_0) == 0x000000, "Member 'Variant_DeleteDependency::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_GetActor \ +static_assert(alignof(Variant_GetActor) == 0x000008, "Wrong alignment on Variant_GetActor"); \ +static_assert(sizeof(Variant_GetActor) == 0x000010, "Wrong size on Variant_GetActor"); \ +static_assert(offsetof(Variant_GetActor, ActorIndex) == 0x000000, "Member 'Variant_GetActor::ActorIndex' has a wrong offset!"); \ +static_assert(offsetof(Variant_GetActor, ReturnValue) == 0x000008, "Member 'Variant_GetActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_GetDependency \ +static_assert(alignof(Variant_GetDependency) == 0x000008, "Wrong alignment on Variant_GetDependency"); \ +static_assert(sizeof(Variant_GetDependency) == 0x000070, "Wrong size on Variant_GetDependency"); \ +static_assert(offsetof(Variant_GetDependency, Index_0) == 0x000000, "Member 'Variant_GetDependency::Index_0' has a wrong offset!"); \ +static_assert(offsetof(Variant_GetDependency, ReturnValue) == 0x000008, "Member 'Variant_GetDependency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_GetDependents \ +static_assert(alignof(Variant_GetDependents) == 0x000008, "Wrong alignment on Variant_GetDependents"); \ +static_assert(sizeof(Variant_GetDependents) == 0x000020, "Wrong size on Variant_GetDependents"); \ +static_assert(offsetof(Variant_GetDependents, LevelVariantSets) == 0x000000, "Member 'Variant_GetDependents::LevelVariantSets' has a wrong offset!"); \ +static_assert(offsetof(Variant_GetDependents, bOnlyEnabledDependencies) == 0x000008, "Member 'Variant_GetDependents::bOnlyEnabledDependencies' has a wrong offset!"); \ +static_assert(offsetof(Variant_GetDependents, ReturnValue) == 0x000010, "Member 'Variant_GetDependents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_GetNumActors \ +static_assert(alignof(Variant_GetNumActors) == 0x000004, "Wrong alignment on Variant_GetNumActors"); \ +static_assert(sizeof(Variant_GetNumActors) == 0x000004, "Wrong size on Variant_GetNumActors"); \ +static_assert(offsetof(Variant_GetNumActors, ReturnValue) == 0x000000, "Member 'Variant_GetNumActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_GetNumDependencies \ +static_assert(alignof(Variant_GetNumDependencies) == 0x000004, "Wrong alignment on Variant_GetNumDependencies"); \ +static_assert(sizeof(Variant_GetNumDependencies) == 0x000004, "Wrong size on Variant_GetNumDependencies"); \ +static_assert(offsetof(Variant_GetNumDependencies, ReturnValue) == 0x000000, "Member 'Variant_GetNumDependencies::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_GetParent \ +static_assert(alignof(Variant_GetParent) == 0x000008, "Wrong alignment on Variant_GetParent"); \ +static_assert(sizeof(Variant_GetParent) == 0x000008, "Wrong size on Variant_GetParent"); \ +static_assert(offsetof(Variant_GetParent, ReturnValue) == 0x000000, "Member 'Variant_GetParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_GetThumbnail \ +static_assert(alignof(Variant_GetThumbnail) == 0x000008, "Wrong alignment on Variant_GetThumbnail"); \ +static_assert(sizeof(Variant_GetThumbnail) == 0x000008, "Wrong size on Variant_GetThumbnail"); \ +static_assert(offsetof(Variant_GetThumbnail, ReturnValue) == 0x000000, "Member 'Variant_GetThumbnail::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_IsActive \ +static_assert(alignof(Variant_IsActive) == 0x000001, "Wrong alignment on Variant_IsActive"); \ +static_assert(sizeof(Variant_IsActive) == 0x000001, "Wrong size on Variant_IsActive"); \ +static_assert(offsetof(Variant_IsActive, ReturnValue) == 0x000000, "Member 'Variant_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_SetDependency \ +static_assert(alignof(Variant_SetDependency) == 0x000008, "Wrong alignment on Variant_SetDependency"); \ +static_assert(sizeof(Variant_SetDependency) == 0x000070, "Wrong size on Variant_SetDependency"); \ +static_assert(offsetof(Variant_SetDependency, Index_0) == 0x000000, "Member 'Variant_SetDependency::Index_0' has a wrong offset!"); \ +static_assert(offsetof(Variant_SetDependency, Dependency) == 0x000008, "Member 'Variant_SetDependency::Dependency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_SetDisplayText \ +static_assert(alignof(Variant_SetDisplayText) == 0x000008, "Wrong alignment on Variant_SetDisplayText"); \ +static_assert(sizeof(Variant_SetDisplayText) == 0x000018, "Wrong size on Variant_SetDisplayText"); \ +static_assert(offsetof(Variant_SetDisplayText, NewDisplayText) == 0x000000, "Member 'Variant_SetDisplayText::NewDisplayText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_SetThumbnailFromCamera \ +static_assert(alignof(Variant_SetThumbnailFromCamera) == 0x000010, "Wrong alignment on Variant_SetThumbnailFromCamera"); \ +static_assert(sizeof(Variant_SetThumbnailFromCamera) == 0x000050, "Wrong size on Variant_SetThumbnailFromCamera"); \ +static_assert(offsetof(Variant_SetThumbnailFromCamera, WorldContextObject) == 0x000000, "Member 'Variant_SetThumbnailFromCamera::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(Variant_SetThumbnailFromCamera, CameraTransform) == 0x000010, "Member 'Variant_SetThumbnailFromCamera::CameraTransform' has a wrong offset!"); \ +static_assert(offsetof(Variant_SetThumbnailFromCamera, FOVDegrees) == 0x000040, "Member 'Variant_SetThumbnailFromCamera::FOVDegrees' has a wrong offset!"); \ +static_assert(offsetof(Variant_SetThumbnailFromCamera, MinZ) == 0x000044, "Member 'Variant_SetThumbnailFromCamera::MinZ' has a wrong offset!"); \ +static_assert(offsetof(Variant_SetThumbnailFromCamera, Gamma) == 0x000048, "Member 'Variant_SetThumbnailFromCamera::Gamma' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_SetThumbnailFromFile \ +static_assert(alignof(Variant_SetThumbnailFromFile) == 0x000008, "Wrong alignment on Variant_SetThumbnailFromFile"); \ +static_assert(sizeof(Variant_SetThumbnailFromFile) == 0x000010, "Wrong size on Variant_SetThumbnailFromFile"); \ +static_assert(offsetof(Variant_SetThumbnailFromFile, FilePath) == 0x000000, "Member 'Variant_SetThumbnailFromFile::FilePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_SetThumbnailFromTexture \ +static_assert(alignof(Variant_SetThumbnailFromTexture) == 0x000008, "Wrong alignment on Variant_SetThumbnailFromTexture"); \ +static_assert(sizeof(Variant_SetThumbnailFromTexture) == 0x000008, "Wrong size on Variant_SetThumbnailFromTexture"); \ +static_assert(offsetof(Variant_SetThumbnailFromTexture, NewThumbnail) == 0x000000, "Member 'Variant_SetThumbnailFromTexture::NewThumbnail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_GetDisplayText \ +static_assert(alignof(Variant_GetDisplayText) == 0x000008, "Wrong alignment on Variant_GetDisplayText"); \ +static_assert(sizeof(Variant_GetDisplayText) == 0x000018, "Wrong size on Variant_GetDisplayText"); \ +static_assert(offsetof(Variant_GetDisplayText, ReturnValue) == 0x000000, "Member 'Variant_GetDisplayText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVariant \ +static_assert(alignof(UVariant) == 0x000008, "Wrong alignment on UVariant"); \ +static_assert(sizeof(UVariant) == 0x000088, "Wrong size on UVariant"); \ +static_assert(offsetof(UVariant, Dependencies) == 0x000030, "Member 'UVariant::Dependencies' has a wrong offset!"); \ +static_assert(offsetof(UVariant, DisplayText) == 0x000040, "Member 'UVariant::DisplayText' has a wrong offset!"); \ +static_assert(offsetof(UVariant, ObjectBindings) == 0x000070, "Member 'UVariant::ObjectBindings' has a wrong offset!"); \ +static_assert(offsetof(UVariant, Thumbnail) == 0x000080, "Member 'UVariant::Thumbnail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVariantObjectBinding \ +static_assert(alignof(UVariantObjectBinding) == 0x000008, "Wrong alignment on UVariantObjectBinding"); \ +static_assert(sizeof(UVariantObjectBinding) == 0x0000A0, "Wrong size on UVariantObjectBinding"); \ +static_assert(offsetof(UVariantObjectBinding, CachedActorLabel) == 0x000030, "Member 'UVariantObjectBinding::CachedActorLabel' has a wrong offset!"); \ +static_assert(offsetof(UVariantObjectBinding, ObjectPtr) == 0x000040, "Member 'UVariantObjectBinding::ObjectPtr' has a wrong offset!"); \ +static_assert(offsetof(UVariantObjectBinding, LazyObjectPtr) == 0x000060, "Member 'UVariantObjectBinding::LazyObjectPtr' has a wrong offset!"); \ +static_assert(offsetof(UVariantObjectBinding, CapturedProperties) == 0x000080, "Member 'UVariantObjectBinding::CapturedProperties' has a wrong offset!"); \ +static_assert(offsetof(UVariantObjectBinding, FunctionCallers) == 0x000090, "Member 'UVariantObjectBinding::FunctionCallers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_GetParent \ +static_assert(alignof(VariantSet_GetParent) == 0x000008, "Wrong alignment on VariantSet_GetParent"); \ +static_assert(sizeof(VariantSet_GetParent) == 0x000008, "Wrong size on VariantSet_GetParent"); \ +static_assert(offsetof(VariantSet_GetParent, ReturnValue) == 0x000000, "Member 'VariantSet_GetParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_GetThumbnail \ +static_assert(alignof(VariantSet_GetThumbnail) == 0x000008, "Wrong alignment on VariantSet_GetThumbnail"); \ +static_assert(sizeof(VariantSet_GetThumbnail) == 0x000008, "Wrong size on VariantSet_GetThumbnail"); \ +static_assert(offsetof(VariantSet_GetThumbnail, ReturnValue) == 0x000000, "Member 'VariantSet_GetThumbnail::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_GetVariant \ +static_assert(alignof(VariantSet_GetVariant) == 0x000008, "Wrong alignment on VariantSet_GetVariant"); \ +static_assert(sizeof(VariantSet_GetVariant) == 0x000010, "Wrong size on VariantSet_GetVariant"); \ +static_assert(offsetof(VariantSet_GetVariant, VariantIndex) == 0x000000, "Member 'VariantSet_GetVariant::VariantIndex' has a wrong offset!"); \ +static_assert(offsetof(VariantSet_GetVariant, ReturnValue) == 0x000008, "Member 'VariantSet_GetVariant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_GetVariantByName \ +static_assert(alignof(VariantSet_GetVariantByName) == 0x000008, "Wrong alignment on VariantSet_GetVariantByName"); \ +static_assert(sizeof(VariantSet_GetVariantByName) == 0x000018, "Wrong size on VariantSet_GetVariantByName"); \ +static_assert(offsetof(VariantSet_GetVariantByName, VariantName) == 0x000000, "Member 'VariantSet_GetVariantByName::VariantName' has a wrong offset!"); \ +static_assert(offsetof(VariantSet_GetVariantByName, ReturnValue) == 0x000010, "Member 'VariantSet_GetVariantByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_SetDisplayText \ +static_assert(alignof(VariantSet_SetDisplayText) == 0x000008, "Wrong alignment on VariantSet_SetDisplayText"); \ +static_assert(sizeof(VariantSet_SetDisplayText) == 0x000018, "Wrong size on VariantSet_SetDisplayText"); \ +static_assert(offsetof(VariantSet_SetDisplayText, NewDisplayText) == 0x000000, "Member 'VariantSet_SetDisplayText::NewDisplayText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_SetThumbnailFromCamera \ +static_assert(alignof(VariantSet_SetThumbnailFromCamera) == 0x000010, "Wrong alignment on VariantSet_SetThumbnailFromCamera"); \ +static_assert(sizeof(VariantSet_SetThumbnailFromCamera) == 0x000050, "Wrong size on VariantSet_SetThumbnailFromCamera"); \ +static_assert(offsetof(VariantSet_SetThumbnailFromCamera, WorldContextObject) == 0x000000, "Member 'VariantSet_SetThumbnailFromCamera::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VariantSet_SetThumbnailFromCamera, CameraTransform) == 0x000010, "Member 'VariantSet_SetThumbnailFromCamera::CameraTransform' has a wrong offset!"); \ +static_assert(offsetof(VariantSet_SetThumbnailFromCamera, FOVDegrees) == 0x000040, "Member 'VariantSet_SetThumbnailFromCamera::FOVDegrees' has a wrong offset!"); \ +static_assert(offsetof(VariantSet_SetThumbnailFromCamera, MinZ) == 0x000044, "Member 'VariantSet_SetThumbnailFromCamera::MinZ' has a wrong offset!"); \ +static_assert(offsetof(VariantSet_SetThumbnailFromCamera, Gamma) == 0x000048, "Member 'VariantSet_SetThumbnailFromCamera::Gamma' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_SetThumbnailFromFile \ +static_assert(alignof(VariantSet_SetThumbnailFromFile) == 0x000008, "Wrong alignment on VariantSet_SetThumbnailFromFile"); \ +static_assert(sizeof(VariantSet_SetThumbnailFromFile) == 0x000010, "Wrong size on VariantSet_SetThumbnailFromFile"); \ +static_assert(offsetof(VariantSet_SetThumbnailFromFile, FilePath) == 0x000000, "Member 'VariantSet_SetThumbnailFromFile::FilePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_SetThumbnailFromTexture \ +static_assert(alignof(VariantSet_SetThumbnailFromTexture) == 0x000008, "Wrong alignment on VariantSet_SetThumbnailFromTexture"); \ +static_assert(sizeof(VariantSet_SetThumbnailFromTexture) == 0x000008, "Wrong size on VariantSet_SetThumbnailFromTexture"); \ +static_assert(offsetof(VariantSet_SetThumbnailFromTexture, NewThumbnail) == 0x000000, "Member 'VariantSet_SetThumbnailFromTexture::NewThumbnail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_GetDisplayText \ +static_assert(alignof(VariantSet_GetDisplayText) == 0x000008, "Wrong alignment on VariantSet_GetDisplayText"); \ +static_assert(sizeof(VariantSet_GetDisplayText) == 0x000018, "Wrong size on VariantSet_GetDisplayText"); \ +static_assert(offsetof(VariantSet_GetDisplayText, ReturnValue) == 0x000000, "Member 'VariantSet_GetDisplayText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_GetNumVariants \ +static_assert(alignof(VariantSet_GetNumVariants) == 0x000004, "Wrong alignment on VariantSet_GetNumVariants"); \ +static_assert(sizeof(VariantSet_GetNumVariants) == 0x000004, "Wrong size on VariantSet_GetNumVariants"); \ +static_assert(offsetof(VariantSet_GetNumVariants, ReturnValue) == 0x000000, "Member 'VariantSet_GetNumVariants::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVariantSet \ +static_assert(alignof(UVariantSet) == 0x000008, "Wrong alignment on UVariantSet"); \ +static_assert(sizeof(UVariantSet) == 0x000080, "Wrong size on UVariantSet"); \ +static_assert(offsetof(UVariantSet, DisplayText) == 0x000030, "Member 'UVariantSet::DisplayText' has a wrong offset!"); \ +static_assert(offsetof(UVariantSet, bExpanded) == 0x000060, "Member 'UVariantSet::bExpanded' has a wrong offset!"); \ +static_assert(offsetof(UVariantSet, Variants) == 0x000068, "Member 'UVariantSet::Variants' has a wrong offset!"); \ +static_assert(offsetof(UVariantSet, Thumbnail) == 0x000078, "Member 'UVariantSet::Thumbnail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrackRenderData \ +static_assert(alignof(FTrackRenderData) == 0x000010, "Wrong alignment on FTrackRenderData"); \ +static_assert(sizeof(FTrackRenderData) == 0x000070, "Wrong size on FTrackRenderData"); \ + +#define DUMPER7_ASSERTS_FGeometryCacheMeshData \ +static_assert(alignof(FGeometryCacheMeshData) == 0x000008, "Wrong alignment on FGeometryCacheMeshData"); \ +static_assert(sizeof(FGeometryCacheMeshData) == 0x0000B0, "Wrong size on FGeometryCacheMeshData"); \ + +#define DUMPER7_ASSERTS_FGeometryCacheVertexInfo \ +static_assert(alignof(FGeometryCacheVertexInfo) == 0x000001, "Wrong alignment on FGeometryCacheVertexInfo"); \ +static_assert(sizeof(FGeometryCacheVertexInfo) == 0x000008, "Wrong size on FGeometryCacheVertexInfo"); \ + +#define DUMPER7_ASSERTS_FGeometryCacheMeshBatchInfo \ +static_assert(alignof(FGeometryCacheMeshBatchInfo) == 0x000004, "Wrong alignment on FGeometryCacheMeshBatchInfo"); \ +static_assert(sizeof(FGeometryCacheMeshBatchInfo) == 0x00000C, "Wrong size on FGeometryCacheMeshBatchInfo"); \ + +#define DUMPER7_ASSERTS_UGeometryCache \ +static_assert(alignof(UGeometryCache) == 0x000008, "Wrong alignment on UGeometryCache"); \ +static_assert(sizeof(UGeometryCache) == 0x000078, "Wrong size on UGeometryCache"); \ +static_assert(offsetof(UGeometryCache, Materials) == 0x000038, "Member 'UGeometryCache::Materials' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCache, Tracks) == 0x000048, "Member 'UGeometryCache::Tracks' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCache, StartFrame) == 0x000068, "Member 'UGeometryCache::StartFrame' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCache, EndFrame) == 0x00006C, "Member 'UGeometryCache::EndFrame' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCache, Hash) == 0x000070, "Member 'UGeometryCache::Hash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheActor_GetGeometryCacheComponent \ +static_assert(alignof(GeometryCacheActor_GetGeometryCacheComponent) == 0x000008, "Wrong alignment on GeometryCacheActor_GetGeometryCacheComponent"); \ +static_assert(sizeof(GeometryCacheActor_GetGeometryCacheComponent) == 0x000008, "Wrong size on GeometryCacheActor_GetGeometryCacheComponent"); \ +static_assert(offsetof(GeometryCacheActor_GetGeometryCacheComponent, ReturnValue) == 0x000000, "Member 'GeometryCacheActor_GetGeometryCacheComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGeometryCacheActor \ +static_assert(alignof(AGeometryCacheActor) == 0x000008, "Wrong alignment on AGeometryCacheActor"); \ +static_assert(sizeof(AGeometryCacheActor) == 0x0002B0, "Wrong size on AGeometryCacheActor"); \ +static_assert(offsetof(AGeometryCacheActor, GeometryCacheComponent) == 0x0002A8, "Member 'AGeometryCacheActor::GeometryCacheComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheCodecBase \ +static_assert(alignof(UGeometryCacheCodecBase) == 0x000008, "Wrong alignment on UGeometryCacheCodecBase"); \ +static_assert(sizeof(UGeometryCacheCodecBase) == 0x000040, "Wrong size on UGeometryCacheCodecBase"); \ +static_assert(offsetof(UGeometryCacheCodecBase, TopologyRanges) == 0x000030, "Member 'UGeometryCacheCodecBase::TopologyRanges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheCodecRaw \ +static_assert(alignof(UGeometryCacheCodecRaw) == 0x000008, "Wrong alignment on UGeometryCacheCodecRaw"); \ +static_assert(sizeof(UGeometryCacheCodecRaw) == 0x000048, "Wrong size on UGeometryCacheCodecRaw"); \ +static_assert(offsetof(UGeometryCacheCodecRaw, DummyProperty) == 0x000040, "Member 'UGeometryCacheCodecRaw::DummyProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheCodecV1 \ +static_assert(alignof(UGeometryCacheCodecV1) == 0x000008, "Wrong alignment on UGeometryCacheCodecV1"); \ +static_assert(sizeof(UGeometryCacheCodecV1) == 0x000048, "Wrong size on UGeometryCacheCodecV1"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_SetExtrapolateFrames \ +static_assert(alignof(GeometryCacheComponent_SetExtrapolateFrames) == 0x000001, "Wrong alignment on GeometryCacheComponent_SetExtrapolateFrames"); \ +static_assert(sizeof(GeometryCacheComponent_SetExtrapolateFrames) == 0x000001, "Wrong size on GeometryCacheComponent_SetExtrapolateFrames"); \ +static_assert(offsetof(GeometryCacheComponent_SetExtrapolateFrames, bNewExtrapolating) == 0x000000, "Member 'GeometryCacheComponent_SetExtrapolateFrames::bNewExtrapolating' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_SetGeometryCache \ +static_assert(alignof(GeometryCacheComponent_SetGeometryCache) == 0x000008, "Wrong alignment on GeometryCacheComponent_SetGeometryCache"); \ +static_assert(sizeof(GeometryCacheComponent_SetGeometryCache) == 0x000010, "Wrong size on GeometryCacheComponent_SetGeometryCache"); \ +static_assert(offsetof(GeometryCacheComponent_SetGeometryCache, NewGeomCache) == 0x000000, "Member 'GeometryCacheComponent_SetGeometryCache::NewGeomCache' has a wrong offset!"); \ +static_assert(offsetof(GeometryCacheComponent_SetGeometryCache, ReturnValue) == 0x000008, "Member 'GeometryCacheComponent_SetGeometryCache::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_SetLooping \ +static_assert(alignof(GeometryCacheComponent_SetLooping) == 0x000001, "Wrong alignment on GeometryCacheComponent_SetLooping"); \ +static_assert(sizeof(GeometryCacheComponent_SetLooping) == 0x000001, "Wrong size on GeometryCacheComponent_SetLooping"); \ +static_assert(offsetof(GeometryCacheComponent_SetLooping, bNewLooping) == 0x000000, "Member 'GeometryCacheComponent_SetLooping::bNewLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_SetMotionVectorScale \ +static_assert(alignof(GeometryCacheComponent_SetMotionVectorScale) == 0x000004, "Wrong alignment on GeometryCacheComponent_SetMotionVectorScale"); \ +static_assert(sizeof(GeometryCacheComponent_SetMotionVectorScale) == 0x000004, "Wrong size on GeometryCacheComponent_SetMotionVectorScale"); \ +static_assert(offsetof(GeometryCacheComponent_SetMotionVectorScale, NewMotionVectorScale) == 0x000000, "Member 'GeometryCacheComponent_SetMotionVectorScale::NewMotionVectorScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_SetPlaybackSpeed \ +static_assert(alignof(GeometryCacheComponent_SetPlaybackSpeed) == 0x000004, "Wrong alignment on GeometryCacheComponent_SetPlaybackSpeed"); \ +static_assert(sizeof(GeometryCacheComponent_SetPlaybackSpeed) == 0x000004, "Wrong size on GeometryCacheComponent_SetPlaybackSpeed"); \ +static_assert(offsetof(GeometryCacheComponent_SetPlaybackSpeed, NewPlaybackSpeed) == 0x000000, "Member 'GeometryCacheComponent_SetPlaybackSpeed::NewPlaybackSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_SetStartTimeOffset \ +static_assert(alignof(GeometryCacheComponent_SetStartTimeOffset) == 0x000004, "Wrong alignment on GeometryCacheComponent_SetStartTimeOffset"); \ +static_assert(sizeof(GeometryCacheComponent_SetStartTimeOffset) == 0x000004, "Wrong size on GeometryCacheComponent_SetStartTimeOffset"); \ +static_assert(offsetof(GeometryCacheComponent_SetStartTimeOffset, NewStartTimeOffset) == 0x000000, "Member 'GeometryCacheComponent_SetStartTimeOffset::NewStartTimeOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_TickAtThisTime \ +static_assert(alignof(GeometryCacheComponent_TickAtThisTime) == 0x000004, "Wrong alignment on GeometryCacheComponent_TickAtThisTime"); \ +static_assert(sizeof(GeometryCacheComponent_TickAtThisTime) == 0x000008, "Wrong size on GeometryCacheComponent_TickAtThisTime"); \ +static_assert(offsetof(GeometryCacheComponent_TickAtThisTime, Time) == 0x000000, "Member 'GeometryCacheComponent_TickAtThisTime::Time' has a wrong offset!"); \ +static_assert(offsetof(GeometryCacheComponent_TickAtThisTime, bInIsRunning) == 0x000004, "Member 'GeometryCacheComponent_TickAtThisTime::bInIsRunning' has a wrong offset!"); \ +static_assert(offsetof(GeometryCacheComponent_TickAtThisTime, bInBackwards) == 0x000005, "Member 'GeometryCacheComponent_TickAtThisTime::bInBackwards' has a wrong offset!"); \ +static_assert(offsetof(GeometryCacheComponent_TickAtThisTime, bInIsLooping) == 0x000006, "Member 'GeometryCacheComponent_TickAtThisTime::bInIsLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_GetAnimationTime \ +static_assert(alignof(GeometryCacheComponent_GetAnimationTime) == 0x000004, "Wrong alignment on GeometryCacheComponent_GetAnimationTime"); \ +static_assert(sizeof(GeometryCacheComponent_GetAnimationTime) == 0x000004, "Wrong size on GeometryCacheComponent_GetAnimationTime"); \ +static_assert(offsetof(GeometryCacheComponent_GetAnimationTime, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_GetAnimationTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_GetDuration \ +static_assert(alignof(GeometryCacheComponent_GetDuration) == 0x000004, "Wrong alignment on GeometryCacheComponent_GetDuration"); \ +static_assert(sizeof(GeometryCacheComponent_GetDuration) == 0x000004, "Wrong size on GeometryCacheComponent_GetDuration"); \ +static_assert(offsetof(GeometryCacheComponent_GetDuration, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_GetDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_GetMotionVectorScale \ +static_assert(alignof(GeometryCacheComponent_GetMotionVectorScale) == 0x000004, "Wrong alignment on GeometryCacheComponent_GetMotionVectorScale"); \ +static_assert(sizeof(GeometryCacheComponent_GetMotionVectorScale) == 0x000004, "Wrong size on GeometryCacheComponent_GetMotionVectorScale"); \ +static_assert(offsetof(GeometryCacheComponent_GetMotionVectorScale, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_GetMotionVectorScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_GetNumberOfFrames \ +static_assert(alignof(GeometryCacheComponent_GetNumberOfFrames) == 0x000004, "Wrong alignment on GeometryCacheComponent_GetNumberOfFrames"); \ +static_assert(sizeof(GeometryCacheComponent_GetNumberOfFrames) == 0x000004, "Wrong size on GeometryCacheComponent_GetNumberOfFrames"); \ +static_assert(offsetof(GeometryCacheComponent_GetNumberOfFrames, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_GetNumberOfFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_GetPlaybackDirection \ +static_assert(alignof(GeometryCacheComponent_GetPlaybackDirection) == 0x000004, "Wrong alignment on GeometryCacheComponent_GetPlaybackDirection"); \ +static_assert(sizeof(GeometryCacheComponent_GetPlaybackDirection) == 0x000004, "Wrong size on GeometryCacheComponent_GetPlaybackDirection"); \ +static_assert(offsetof(GeometryCacheComponent_GetPlaybackDirection, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_GetPlaybackDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_GetPlaybackSpeed \ +static_assert(alignof(GeometryCacheComponent_GetPlaybackSpeed) == 0x000004, "Wrong alignment on GeometryCacheComponent_GetPlaybackSpeed"); \ +static_assert(sizeof(GeometryCacheComponent_GetPlaybackSpeed) == 0x000004, "Wrong size on GeometryCacheComponent_GetPlaybackSpeed"); \ +static_assert(offsetof(GeometryCacheComponent_GetPlaybackSpeed, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_GetPlaybackSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_GetStartTimeOffset \ +static_assert(alignof(GeometryCacheComponent_GetStartTimeOffset) == 0x000004, "Wrong alignment on GeometryCacheComponent_GetStartTimeOffset"); \ +static_assert(sizeof(GeometryCacheComponent_GetStartTimeOffset) == 0x000004, "Wrong size on GeometryCacheComponent_GetStartTimeOffset"); \ +static_assert(offsetof(GeometryCacheComponent_GetStartTimeOffset, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_GetStartTimeOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_IsExtrapolatingFrames \ +static_assert(alignof(GeometryCacheComponent_IsExtrapolatingFrames) == 0x000001, "Wrong alignment on GeometryCacheComponent_IsExtrapolatingFrames"); \ +static_assert(sizeof(GeometryCacheComponent_IsExtrapolatingFrames) == 0x000001, "Wrong size on GeometryCacheComponent_IsExtrapolatingFrames"); \ +static_assert(offsetof(GeometryCacheComponent_IsExtrapolatingFrames, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_IsExtrapolatingFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_IsLooping \ +static_assert(alignof(GeometryCacheComponent_IsLooping) == 0x000001, "Wrong alignment on GeometryCacheComponent_IsLooping"); \ +static_assert(sizeof(GeometryCacheComponent_IsLooping) == 0x000001, "Wrong size on GeometryCacheComponent_IsLooping"); \ +static_assert(offsetof(GeometryCacheComponent_IsLooping, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_IsLooping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_IsPlaying \ +static_assert(alignof(GeometryCacheComponent_IsPlaying) == 0x000001, "Wrong alignment on GeometryCacheComponent_IsPlaying"); \ +static_assert(sizeof(GeometryCacheComponent_IsPlaying) == 0x000001, "Wrong size on GeometryCacheComponent_IsPlaying"); \ +static_assert(offsetof(GeometryCacheComponent_IsPlaying, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheComponent_IsPlayingReversed \ +static_assert(alignof(GeometryCacheComponent_IsPlayingReversed) == 0x000001, "Wrong alignment on GeometryCacheComponent_IsPlayingReversed"); \ +static_assert(sizeof(GeometryCacheComponent_IsPlayingReversed) == 0x000001, "Wrong size on GeometryCacheComponent_IsPlayingReversed"); \ +static_assert(offsetof(GeometryCacheComponent_IsPlayingReversed, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_IsPlayingReversed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheComponent \ +static_assert(alignof(UGeometryCacheComponent) == 0x000010, "Wrong alignment on UGeometryCacheComponent"); \ +static_assert(sizeof(UGeometryCacheComponent) == 0x000590, "Wrong size on UGeometryCacheComponent"); \ +static_assert(offsetof(UGeometryCacheComponent, GeometryCache) == 0x000528, "Member 'UGeometryCacheComponent::GeometryCache' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, bRunning) == 0x000530, "Member 'UGeometryCacheComponent::bRunning' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, bLooping) == 0x000531, "Member 'UGeometryCacheComponent::bLooping' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, bExtrapolateFrames) == 0x000532, "Member 'UGeometryCacheComponent::bExtrapolateFrames' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, StartTimeOffset) == 0x000534, "Member 'UGeometryCacheComponent::StartTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, PlaybackSpeed) == 0x000538, "Member 'UGeometryCacheComponent::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, MotionVectorScale) == 0x00053C, "Member 'UGeometryCacheComponent::MotionVectorScale' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, NumTracks) == 0x000540, "Member 'UGeometryCacheComponent::NumTracks' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, ElapsedTime) == 0x000544, "Member 'UGeometryCacheComponent::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, Duration) == 0x00057C, "Member 'UGeometryCacheComponent::Duration' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, bManualTick) == 0x000580, "Member 'UGeometryCacheComponent::bManualTick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheTrack \ +static_assert(alignof(UGeometryCacheTrack) == 0x000008, "Wrong alignment on UGeometryCacheTrack"); \ +static_assert(sizeof(UGeometryCacheTrack) == 0x000060, "Wrong size on UGeometryCacheTrack"); \ +static_assert(offsetof(UGeometryCacheTrack, Duration) == 0x000030, "Member 'UGeometryCacheTrack::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheTrack_FlipbookAnimation_AddMeshSample \ +static_assert(alignof(GeometryCacheTrack_FlipbookAnimation_AddMeshSample) == 0x000008, "Wrong alignment on GeometryCacheTrack_FlipbookAnimation_AddMeshSample"); \ +static_assert(sizeof(GeometryCacheTrack_FlipbookAnimation_AddMeshSample) == 0x0000B8, "Wrong size on GeometryCacheTrack_FlipbookAnimation_AddMeshSample"); \ +static_assert(offsetof(GeometryCacheTrack_FlipbookAnimation_AddMeshSample, MeshData) == 0x000000, "Member 'GeometryCacheTrack_FlipbookAnimation_AddMeshSample::MeshData' has a wrong offset!"); \ +static_assert(offsetof(GeometryCacheTrack_FlipbookAnimation_AddMeshSample, SampleTime) == 0x0000B0, "Member 'GeometryCacheTrack_FlipbookAnimation_AddMeshSample::SampleTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheTrack_FlipbookAnimation \ +static_assert(alignof(UGeometryCacheTrack_FlipbookAnimation) == 0x000008, "Wrong alignment on UGeometryCacheTrack_FlipbookAnimation"); \ +static_assert(sizeof(UGeometryCacheTrack_FlipbookAnimation) == 0x000088, "Wrong size on UGeometryCacheTrack_FlipbookAnimation"); \ +static_assert(offsetof(UGeometryCacheTrack_FlipbookAnimation, NumMeshSamples) == 0x000060, "Member 'UGeometryCacheTrack_FlipbookAnimation::NumMeshSamples' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheTrackStreamable \ +static_assert(alignof(UGeometryCacheTrackStreamable) == 0x000008, "Wrong alignment on UGeometryCacheTrackStreamable"); \ +static_assert(sizeof(UGeometryCacheTrackStreamable) == 0x0000E0, "Wrong size on UGeometryCacheTrackStreamable"); \ +static_assert(offsetof(UGeometryCacheTrackStreamable, Codec) == 0x000060, "Member 'UGeometryCacheTrackStreamable::Codec' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheTrackStreamable, StartSampleTime) == 0x0000D0, "Member 'UGeometryCacheTrackStreamable::StartSampleTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheTrack_TransformAnimation_SetMesh \ +static_assert(alignof(GeometryCacheTrack_TransformAnimation_SetMesh) == 0x000008, "Wrong alignment on GeometryCacheTrack_TransformAnimation_SetMesh"); \ +static_assert(sizeof(GeometryCacheTrack_TransformAnimation_SetMesh) == 0x0000B0, "Wrong size on GeometryCacheTrack_TransformAnimation_SetMesh"); \ +static_assert(offsetof(GeometryCacheTrack_TransformAnimation_SetMesh, NewMeshData) == 0x000000, "Member 'GeometryCacheTrack_TransformAnimation_SetMesh::NewMeshData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheTrack_TransformAnimation \ +static_assert(alignof(UGeometryCacheTrack_TransformAnimation) == 0x000008, "Wrong alignment on UGeometryCacheTrack_TransformAnimation"); \ +static_assert(sizeof(UGeometryCacheTrack_TransformAnimation) == 0x000110, "Wrong size on UGeometryCacheTrack_TransformAnimation"); \ + +#define DUMPER7_ASSERTS_GeometryCacheTrack_TransformGroupAnimation_SetMesh \ +static_assert(alignof(GeometryCacheTrack_TransformGroupAnimation_SetMesh) == 0x000008, "Wrong alignment on GeometryCacheTrack_TransformGroupAnimation_SetMesh"); \ +static_assert(sizeof(GeometryCacheTrack_TransformGroupAnimation_SetMesh) == 0x0000B0, "Wrong size on GeometryCacheTrack_TransformGroupAnimation_SetMesh"); \ +static_assert(offsetof(GeometryCacheTrack_TransformGroupAnimation_SetMesh, NewMeshData) == 0x000000, "Member 'GeometryCacheTrack_TransformGroupAnimation_SetMesh::NewMeshData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheTrack_TransformGroupAnimation \ +static_assert(alignof(UGeometryCacheTrack_TransformGroupAnimation) == 0x000008, "Wrong alignment on UGeometryCacheTrack_TransformGroupAnimation"); \ +static_assert(sizeof(UGeometryCacheTrack_TransformGroupAnimation) == 0x000110, "Wrong size on UGeometryCacheTrack_TransformGroupAnimation"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGeometryCacheParams \ +static_assert(alignof(FMovieSceneGeometryCacheParams) == 0x000008, "Wrong alignment on FMovieSceneGeometryCacheParams"); \ +static_assert(sizeof(FMovieSceneGeometryCacheParams) == 0x000048, "Wrong size on FMovieSceneGeometryCacheParams"); \ +static_assert(offsetof(FMovieSceneGeometryCacheParams, GeometryCacheAsset) == 0x000000, "Member 'FMovieSceneGeometryCacheParams::GeometryCacheAsset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCacheParams, FirstLoopStartFrameOffset) == 0x000008, "Member 'FMovieSceneGeometryCacheParams::FirstLoopStartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCacheParams, StartFrameOffset) == 0x00000C, "Member 'FMovieSceneGeometryCacheParams::StartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCacheParams, EndFrameOffset) == 0x000010, "Member 'FMovieSceneGeometryCacheParams::EndFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCacheParams, PlayRate) == 0x000014, "Member 'FMovieSceneGeometryCacheParams::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCacheParams, StartOffset) == 0x00001C, "Member 'FMovieSceneGeometryCacheParams::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCacheParams, EndOffset) == 0x000020, "Member 'FMovieSceneGeometryCacheParams::EndOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCacheParams, GeometryCache) == 0x000028, "Member 'FMovieSceneGeometryCacheParams::GeometryCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGeometryCacheSectionTemplateParameters \ +static_assert(alignof(FMovieSceneGeometryCacheSectionTemplateParameters) == 0x000008, "Wrong alignment on FMovieSceneGeometryCacheSectionTemplateParameters"); \ +static_assert(sizeof(FMovieSceneGeometryCacheSectionTemplateParameters) == 0x000050, "Wrong size on FMovieSceneGeometryCacheSectionTemplateParameters"); \ +static_assert(offsetof(FMovieSceneGeometryCacheSectionTemplateParameters, SectionStartTime) == 0x000048, "Member 'FMovieSceneGeometryCacheSectionTemplateParameters::SectionStartTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCacheSectionTemplateParameters, SectionEndTime) == 0x00004C, "Member 'FMovieSceneGeometryCacheSectionTemplateParameters::SectionEndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGeometryCacheSectionTemplate \ +static_assert(alignof(FMovieSceneGeometryCacheSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneGeometryCacheSectionTemplate"); \ +static_assert(sizeof(FMovieSceneGeometryCacheSectionTemplate) == 0x000070, "Wrong size on FMovieSceneGeometryCacheSectionTemplate"); \ +static_assert(offsetof(FMovieSceneGeometryCacheSectionTemplate, Params) == 0x000020, "Member 'FMovieSceneGeometryCacheSectionTemplate::Params' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneGeometryCacheSection \ +static_assert(alignof(UMovieSceneGeometryCacheSection) == 0x000008, "Wrong alignment on UMovieSceneGeometryCacheSection"); \ +static_assert(sizeof(UMovieSceneGeometryCacheSection) == 0x000138, "Wrong size on UMovieSceneGeometryCacheSection"); \ +static_assert(offsetof(UMovieSceneGeometryCacheSection, Params_0) == 0x0000F0, "Member 'UMovieSceneGeometryCacheSection::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneGeometryCacheTrack \ +static_assert(alignof(UMovieSceneGeometryCacheTrack) == 0x000008, "Wrong alignment on UMovieSceneGeometryCacheTrack"); \ +static_assert(sizeof(UMovieSceneGeometryCacheTrack) == 0x0000B0, "Wrong size on UMovieSceneGeometryCacheTrack"); \ +static_assert(offsetof(UMovieSceneGeometryCacheTrack, AnimationSections) == 0x0000A0, "Member 'UMovieSceneGeometryCacheTrack::AnimationSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot \ +static_assert(alignof(AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot) == 0x000008, "Wrong alignment on AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot"); \ +static_assert(sizeof(AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot) == 0x000028, "Wrong size on AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot"); \ +static_assert(offsetof(AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot, ScreenshotName) == 0x000000, "Member 'AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot::ScreenshotName' has a wrong offset!"); \ +static_assert(offsetof(AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot, MaxGlobalError) == 0x000010, "Member 'AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot::MaxGlobalError' has a wrong offset!"); \ +static_assert(offsetof(AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot, MaxLocalError) == 0x000014, "Member 'AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot::MaxLocalError' has a wrong offset!"); \ +static_assert(offsetof(AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot, MapNameOverride) == 0x000018, "Member 'AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot::MapNameOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutomationUtilsBlueprintLibrary \ +static_assert(alignof(UAutomationUtilsBlueprintLibrary) == 0x000008, "Wrong alignment on UAutomationUtilsBlueprintLibrary"); \ +static_assert(sizeof(UAutomationUtilsBlueprintLibrary) == 0x000030, "Wrong size on UAutomationUtilsBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_FMotoSynthRuntimeSettings \ +static_assert(alignof(FMotoSynthRuntimeSettings) == 0x000008, "Wrong alignment on FMotoSynthRuntimeSettings"); \ +static_assert(sizeof(FMotoSynthRuntimeSettings) == 0x000068, "Wrong size on FMotoSynthRuntimeSettings"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, bSynthToneEnabled) == 0x000000, "Member 'FMotoSynthRuntimeSettings::bSynthToneEnabled' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, SynthToneVolume) == 0x000004, "Member 'FMotoSynthRuntimeSettings::SynthToneVolume' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, SynthToneFilterFrequency) == 0x000008, "Member 'FMotoSynthRuntimeSettings::SynthToneFilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, SynthOctaveShift) == 0x00000C, "Member 'FMotoSynthRuntimeSettings::SynthOctaveShift' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, bGranularEngineEnabled) == 0x000010, "Member 'FMotoSynthRuntimeSettings::bGranularEngineEnabled' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, GranularEngineVolume) == 0x000014, "Member 'FMotoSynthRuntimeSettings::GranularEngineVolume' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, GranularEnginePitchScale) == 0x000018, "Member 'FMotoSynthRuntimeSettings::GranularEnginePitchScale' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, NumSamplesToCrossfadeBetweenGrains) == 0x00001C, "Member 'FMotoSynthRuntimeSettings::NumSamplesToCrossfadeBetweenGrains' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, NumGrainTableEntriesPerGrain) == 0x000020, "Member 'FMotoSynthRuntimeSettings::NumGrainTableEntriesPerGrain' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, GrainTableRandomOffsetForConstantRPMs) == 0x000024, "Member 'FMotoSynthRuntimeSettings::GrainTableRandomOffsetForConstantRPMs' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, GrainCrossfadeSamplesForConstantRPMs) == 0x000028, "Member 'FMotoSynthRuntimeSettings::GrainCrossfadeSamplesForConstantRPMs' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, AccelerationSource) == 0x000030, "Member 'FMotoSynthRuntimeSettings::AccelerationSource' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, DecelerationSource) == 0x000038, "Member 'FMotoSynthRuntimeSettings::DecelerationSource' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, bStereoWidenerEnabled) == 0x000040, "Member 'FMotoSynthRuntimeSettings::bStereoWidenerEnabled' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, StereoDelayMsec) == 0x000044, "Member 'FMotoSynthRuntimeSettings::StereoDelayMsec' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, StereoFeedback) == 0x000048, "Member 'FMotoSynthRuntimeSettings::StereoFeedback' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, StereoWidenerWetlevel) == 0x00004C, "Member 'FMotoSynthRuntimeSettings::StereoWidenerWetlevel' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, StereoWidenerDryLevel) == 0x000050, "Member 'FMotoSynthRuntimeSettings::StereoWidenerDryLevel' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, StereoWidenerDelayRatio) == 0x000054, "Member 'FMotoSynthRuntimeSettings::StereoWidenerDelayRatio' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, bStereoWidenerFilterEnabled) == 0x000058, "Member 'FMotoSynthRuntimeSettings::bStereoWidenerFilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, StereoWidenerFilterFrequency) == 0x00005C, "Member 'FMotoSynthRuntimeSettings::StereoWidenerFilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(FMotoSynthRuntimeSettings, StereoWidenerFilterQ) == 0x000060, "Member 'FMotoSynthRuntimeSettings::StereoWidenerFilterQ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGrainTableEntry \ +static_assert(alignof(FGrainTableEntry) == 0x000004, "Wrong alignment on FGrainTableEntry"); \ +static_assert(sizeof(FGrainTableEntry) == 0x000008, "Wrong size on FGrainTableEntry"); \ +static_assert(offsetof(FGrainTableEntry, SampleIndex) == 0x000000, "Member 'FGrainTableEntry::SampleIndex' has a wrong offset!"); \ +static_assert(offsetof(FGrainTableEntry, RPM) == 0x000004, "Member 'FGrainTableEntry::RPM' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMotoSynthPreset \ +static_assert(alignof(UMotoSynthPreset) == 0x000008, "Wrong alignment on UMotoSynthPreset"); \ +static_assert(sizeof(UMotoSynthPreset) == 0x000098, "Wrong size on UMotoSynthPreset"); \ +static_assert(offsetof(UMotoSynthPreset, Settings) == 0x000030, "Member 'UMotoSynthPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMotoSynthSource \ +static_assert(alignof(UMotoSynthSource) == 0x000008, "Wrong alignment on UMotoSynthSource"); \ +static_assert(sizeof(UMotoSynthSource) == 0x000100, "Wrong size on UMotoSynthSource"); \ +static_assert(offsetof(UMotoSynthSource, bConvertTo8Bit) == 0x000030, "Member 'UMotoSynthSource::bConvertTo8Bit' has a wrong offset!"); \ +static_assert(offsetof(UMotoSynthSource, DownSampleFactor) == 0x000034, "Member 'UMotoSynthSource::DownSampleFactor' has a wrong offset!"); \ +static_assert(offsetof(UMotoSynthSource, RPMCurve) == 0x000038, "Member 'UMotoSynthSource::RPMCurve' has a wrong offset!"); \ +static_assert(offsetof(UMotoSynthSource, SourceData) == 0x0000C0, "Member 'UMotoSynthSource::SourceData' has a wrong offset!"); \ +static_assert(offsetof(UMotoSynthSource, SourceDataPCM) == 0x0000D0, "Member 'UMotoSynthSource::SourceDataPCM' has a wrong offset!"); \ +static_assert(offsetof(UMotoSynthSource, SourceSampleRate) == 0x0000E0, "Member 'UMotoSynthSource::SourceSampleRate' has a wrong offset!"); \ +static_assert(offsetof(UMotoSynthSource, GrainTable) == 0x0000E8, "Member 'UMotoSynthSource::GrainTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMoto_GetRPMRange \ +static_assert(alignof(SynthComponentMoto_GetRPMRange) == 0x000004, "Wrong alignment on SynthComponentMoto_GetRPMRange"); \ +static_assert(sizeof(SynthComponentMoto_GetRPMRange) == 0x000008, "Wrong size on SynthComponentMoto_GetRPMRange"); \ +static_assert(offsetof(SynthComponentMoto_GetRPMRange, OutMinRPM) == 0x000000, "Member 'SynthComponentMoto_GetRPMRange::OutMinRPM' has a wrong offset!"); \ +static_assert(offsetof(SynthComponentMoto_GetRPMRange, OutMaxRPM) == 0x000004, "Member 'SynthComponentMoto_GetRPMRange::OutMaxRPM' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMoto_SetRPM \ +static_assert(alignof(SynthComponentMoto_SetRPM) == 0x000004, "Wrong alignment on SynthComponentMoto_SetRPM"); \ +static_assert(sizeof(SynthComponentMoto_SetRPM) == 0x000008, "Wrong size on SynthComponentMoto_SetRPM"); \ +static_assert(offsetof(SynthComponentMoto_SetRPM, InRPM) == 0x000000, "Member 'SynthComponentMoto_SetRPM::InRPM' has a wrong offset!"); \ +static_assert(offsetof(SynthComponentMoto_SetRPM, InTimeSec) == 0x000004, "Member 'SynthComponentMoto_SetRPM::InTimeSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMoto_SetSettings \ +static_assert(alignof(SynthComponentMoto_SetSettings) == 0x000008, "Wrong alignment on SynthComponentMoto_SetSettings"); \ +static_assert(sizeof(SynthComponentMoto_SetSettings) == 0x000068, "Wrong size on SynthComponentMoto_SetSettings"); \ +static_assert(offsetof(SynthComponentMoto_SetSettings, InSettings) == 0x000000, "Member 'SynthComponentMoto_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMoto_IsEnabled \ +static_assert(alignof(SynthComponentMoto_IsEnabled) == 0x000001, "Wrong alignment on SynthComponentMoto_IsEnabled"); \ +static_assert(sizeof(SynthComponentMoto_IsEnabled) == 0x000001, "Wrong size on SynthComponentMoto_IsEnabled"); \ +static_assert(offsetof(SynthComponentMoto_IsEnabled, ReturnValue) == 0x000000, "Member 'SynthComponentMoto_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USynthComponentMoto \ +static_assert(alignof(USynthComponentMoto) == 0x000010, "Wrong alignment on USynthComponentMoto"); \ +static_assert(sizeof(USynthComponentMoto) == 0x0007B0, "Wrong size on USynthComponentMoto"); \ +static_assert(offsetof(USynthComponentMoto, MotoSynthPreset) == 0x0006F0, "Member 'USynthComponentMoto::MotoSynthPreset' has a wrong offset!"); \ +static_assert(offsetof(USynthComponentMoto, RPM) == 0x0006F8, "Member 'USynthComponentMoto::RPM' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ComputerEmail_C_UpdateDisplayText \ +static_assert(alignof(WBP_ComputerEmail_C_UpdateDisplayText) == 0x000008, "Wrong alignment on WBP_ComputerEmail_C_UpdateDisplayText"); \ +static_assert(sizeof(WBP_ComputerEmail_C_UpdateDisplayText) == 0x000060, "Wrong size on WBP_ComputerEmail_C_UpdateDisplayText"); \ +static_assert(offsetof(WBP_ComputerEmail_C_UpdateDisplayText, DisplayText) == 0x000000, "Member 'WBP_ComputerEmail_C_UpdateDisplayText::DisplayText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ComputerEmail_C \ +static_assert(alignof(UWBP_ComputerEmail_C) == 0x000008, "Wrong alignment on UWBP_ComputerEmail_C"); \ +static_assert(sizeof(UWBP_ComputerEmail_C) == 0x0002F8, "Wrong size on UWBP_ComputerEmail_C"); \ +static_assert(offsetof(UWBP_ComputerEmail_C, BorderBottom_I) == 0x000290, "Member 'UWBP_ComputerEmail_C::BorderBottom_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerEmail_C, BorderLeft_I) == 0x000298, "Member 'UWBP_ComputerEmail_C::BorderLeft_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerEmail_C, BorderRight_I) == 0x0002A0, "Member 'UWBP_ComputerEmail_C::BorderRight_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerEmail_C, Borders_O) == 0x0002A8, "Member 'UWBP_ComputerEmail_C::Borders_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerEmail_C, BorderTop_I) == 0x0002B0, "Member 'UWBP_ComputerEmail_C::BorderTop_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerEmail_C, BottomShadow_I) == 0x0002B8, "Member 'UWBP_ComputerEmail_C::BottomShadow_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerEmail_C, EmailBackground_I) == 0x0002C0, "Member 'UWBP_ComputerEmail_C::EmailBackground_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerEmail_C, EmailText) == 0x0002C8, "Member 'UWBP_ComputerEmail_C::EmailText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerEmail_C, ImportantInfo) == 0x0002D0, "Member 'UWBP_ComputerEmail_C::ImportantInfo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerEmail_C, MailHeader) == 0x0002D8, "Member 'UWBP_ComputerEmail_C::MailHeader' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerEmail_C, ScreenBackground_I) == 0x0002E0, "Member 'UWBP_ComputerEmail_C::ScreenBackground_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerEmail_C, SenderDudeDudemeis) == 0x0002E8, "Member 'UWBP_ComputerEmail_C::SenderDudeDudemeis' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerEmail_C, TitleBackground_I) == 0x0002F0, "Member 'UWBP_ComputerEmail_C::TitleBackground_I' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Toiletry_01_D_SmallDestruction_C \ +static_assert(alignof(ABP_Toiletry_01_D_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_Toiletry_01_D_SmallDestruction_C"); \ +static_assert(sizeof(ABP_Toiletry_01_D_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_Toiletry_01_D_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_UTcpMessagingSettings \ +static_assert(alignof(UTcpMessagingSettings) == 0x000008, "Wrong alignment on UTcpMessagingSettings"); \ +static_assert(sizeof(UTcpMessagingSettings) == 0x000060, "Wrong size on UTcpMessagingSettings"); \ +static_assert(offsetof(UTcpMessagingSettings, EnableTransport) == 0x000030, "Member 'UTcpMessagingSettings::EnableTransport' has a wrong offset!"); \ +static_assert(offsetof(UTcpMessagingSettings, ListenEndpoint) == 0x000038, "Member 'UTcpMessagingSettings::ListenEndpoint' has a wrong offset!"); \ +static_assert(offsetof(UTcpMessagingSettings, ConnectToEndpoints) == 0x000048, "Member 'UTcpMessagingSettings::ConnectToEndpoints' has a wrong offset!"); \ +static_assert(offsetof(UTcpMessagingSettings, ConnectionRetryDelay) == 0x000058, "Member 'UTcpMessagingSettings::ConnectionRetryDelay' has a wrong offset!"); \ +static_assert(offsetof(UTcpMessagingSettings, bStopServiceWhenAppDeactivates) == 0x00005C, "Member 'UTcpMessagingSettings::bStopServiceWhenAppDeactivates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUdpMockMessage \ +static_assert(alignof(FUdpMockMessage) == 0x000008, "Wrong alignment on FUdpMockMessage"); \ +static_assert(sizeof(FUdpMockMessage) == 0x000010, "Wrong size on FUdpMockMessage"); \ +static_assert(offsetof(FUdpMockMessage, Data) == 0x000000, "Member 'FUdpMockMessage::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUdpMessagingSettings \ +static_assert(alignof(UUdpMessagingSettings) == 0x000008, "Wrong alignment on UUdpMessagingSettings"); \ +static_assert(sizeof(UUdpMessagingSettings) == 0x0000B0, "Wrong size on UUdpMessagingSettings"); \ +static_assert(offsetof(UUdpMessagingSettings, EnabledByDefault) == 0x000030, "Member 'UUdpMessagingSettings::EnabledByDefault' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, EnableTransport) == 0x000031, "Member 'UUdpMessagingSettings::EnableTransport' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, bAutoRepair) == 0x000032, "Member 'UUdpMessagingSettings::bAutoRepair' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, MaxSendRate) == 0x000034, "Member 'UUdpMessagingSettings::MaxSendRate' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, AutoRepairAttemptLimit) == 0x000038, "Member 'UUdpMessagingSettings::AutoRepairAttemptLimit' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, bStopServiceWhenAppDeactivates) == 0x00003C, "Member 'UUdpMessagingSettings::bStopServiceWhenAppDeactivates' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, UnicastEndpoint) == 0x000040, "Member 'UUdpMessagingSettings::UnicastEndpoint' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, MulticastEndpoint) == 0x000050, "Member 'UUdpMessagingSettings::MulticastEndpoint' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, MessageFormat) == 0x000060, "Member 'UUdpMessagingSettings::MessageFormat' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, MulticastTimeToLive) == 0x000061, "Member 'UUdpMessagingSettings::MulticastTimeToLive' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, StaticEndpoints) == 0x000068, "Member 'UUdpMessagingSettings::StaticEndpoints' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, EnableTunnel) == 0x000078, "Member 'UUdpMessagingSettings::EnableTunnel' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, TunnelUnicastEndpoint) == 0x000080, "Member 'UUdpMessagingSettings::TunnelUnicastEndpoint' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, TunnelMulticastEndpoint) == 0x000090, "Member 'UUdpMessagingSettings::TunnelMulticastEndpoint' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, RemoteTunnelEndpoints) == 0x0000A0, "Member 'UUdpMessagingSettings::RemoteTunnelEndpoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DesktopComputer_01_Monitor_C_UserConstructionScript \ +static_assert(alignof(BP_DesktopComputer_01_Monitor_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_DesktopComputer_01_Monitor_C_UserConstructionScript"); \ +static_assert(sizeof(BP_DesktopComputer_01_Monitor_C_UserConstructionScript) == 0x000028, "Wrong size on BP_DesktopComputer_01_Monitor_C_UserConstructionScript"); \ +static_assert(offsetof(BP_DesktopComputer_01_Monitor_C_UserConstructionScript, Temp_byte_Variable) == 0x000000, "Member 'BP_DesktopComputer_01_Monitor_C_UserConstructionScript::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DesktopComputer_01_Monitor_C_UserConstructionScript, Temp_object_Variable) == 0x000008, "Member 'BP_DesktopComputer_01_Monitor_C_UserConstructionScript::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DesktopComputer_01_Monitor_C_UserConstructionScript, Temp_object_Variable_1) == 0x000010, "Member 'BP_DesktopComputer_01_Monitor_C_UserConstructionScript::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DesktopComputer_01_Monitor_C_UserConstructionScript, Temp_object_Variable_2) == 0x000018, "Member 'BP_DesktopComputer_01_Monitor_C_UserConstructionScript::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DesktopComputer_01_Monitor_C_UserConstructionScript, K2Node_Select_Default) == 0x000020, "Member 'BP_DesktopComputer_01_Monitor_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DesktopComputer_01_Monitor_C_BndEvt__BP_CashRegister_01_Monitor_SmallDestruction_SBZCosmeticDestruction_1_K2Node_ComponentBoundEvent_5_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BP_DesktopComputer_01_Monitor_C_BndEvt__BP_CashRegister_01_Monitor_SmallDestruction_SBZCosmeticDestruction_1_K2Node_ComponentBoundEvent_5_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BP_DesktopComputer_01_Monitor_C_BndEvt__BP_CashRegister_01_Monitor_SmallDestruction_SBZCosmeticDestruction_1_K2Node_ComponentBoundEvent_5_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BP_DesktopComputer_01_Monitor_C_BndEvt__BP_CashRegister_01_Monitor_SmallDestruction_SBZCosmeticDestruction_1_K2Node_ComponentBoundEvent_5_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BP_DesktopComputer_01_Monitor_C_BndEvt__BP_CashRegister_01_Monitor_SmallDestruction_SBZCosmeticDestruction_1_K2Node_ComponentBoundEvent_5_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BP_DesktopComputer_01_Monitor_C_BndEvt__BP_CashRegister_01_Monitor_SmallDestruction_SBZCosmeticDestruction_1_K2Node_ComponentBoundEvent_5_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BP_DesktopComputer_01_Monitor_C_BndEvt__BP_CashRegister_01_Monitor_SmallDestruction_SBZCosmeticDestruction_1_K2Node_ComponentBoundEvent_5_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_DesktopComputer_01_Monitor_C_BndEvt__BP_CashRegister_01_Monitor_SmallDestruction_SBZCosmeticDestruction_1_K2Node_ComponentBoundEvent_5_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BP_DesktopComputer_01_Monitor_C_BndEvt__BP_CashRegister_01_Monitor_SmallDestruction_SBZCosmeticDestruction_1_K2Node_ComponentBoundEvent_5_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor \ +static_assert(alignof(BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor) == 0x000010, "Wrong alignment on BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor"); \ +static_assert(sizeof(BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor) == 0x0000A0, "Wrong size on BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor"); \ +static_assert(offsetof(BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor, EntryPoint) == 0x000000, "Member 'BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor, CallFunc_GetTransform_ReturnValue) == 0x000010, "Member 'BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor, CallFunc_IsDedicatedServer_ReturnValue) == 0x000040, "Member 'BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor, CallFunc_TransformLocation_ReturnValue) == 0x000044, "Member 'BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor::CallFunc_TransformLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000050, "Member 'BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor, CallFunc_GetRealTimeSeconds_ReturnValue) == 0x000058, "Member 'BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor::CallFunc_GetRealTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor, K2Node_SwitchInteger_CmpSuccess) == 0x00005C, "Member 'BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor, CallFunc_GetComponentByClass_ReturnValue) == 0x000060, "Member 'BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor, K2Node_ComponentBoundEvent_Type) == 0x000068, "Member 'BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor, K2Node_ComponentBoundEvent_HitContext) == 0x00006C, "Member 'BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor, CallFunc_IsDedicatedServer_ReturnValue_1) == 0x00009C, "Member 'BP_DesktopComputer_01_Monitor_C_ExecuteUbergraph_BP_DesktopComputer_01_Monitor::CallFunc_IsDedicatedServer_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DesktopComputer_01_Monitor_C \ +static_assert(alignof(ABP_DesktopComputer_01_Monitor_C) == 0x000008, "Wrong alignment on ABP_DesktopComputer_01_Monitor_C"); \ +static_assert(sizeof(ABP_DesktopComputer_01_Monitor_C) == 0x0002F0, "Wrong size on ABP_DesktopComputer_01_Monitor_C"); \ +static_assert(offsetof(ABP_DesktopComputer_01_Monitor_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_DesktopComputer_01_Monitor_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_DesktopComputer_01_Monitor_C, SBZCosmeticDestruction_1) == 0x0002E0, "Member 'ABP_DesktopComputer_01_Monitor_C::SBZCosmeticDestruction_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_DesktopComputer_01_Monitor_C, DAmage_Taken) == 0x0002E8, "Member 'ABP_DesktopComputer_01_Monitor_C::DAmage_Taken' has a wrong offset!"); \ +static_assert(offsetof(ABP_DesktopComputer_01_Monitor_C, is_destructable) == 0x0002EC, "Member 'ABP_DesktopComputer_01_Monitor_C::is_destructable' has a wrong offset!"); \ +static_assert(offsetof(ABP_DesktopComputer_01_Monitor_C, Screen) == 0x0002ED, "Member 'ABP_DesktopComputer_01_Monitor_C::Screen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseCounter_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseCounter_RinoHud \ +static_assert(alignof(WBP_UI_Widget_BaseCounter_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseCounter_RinoHud) == 0x000008, "Wrong alignment on WBP_UI_Widget_BaseCounter_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseCounter_RinoHud"); \ +static_assert(sizeof(WBP_UI_Widget_BaseCounter_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseCounter_RinoHud) == 0x000020, "Wrong size on WBP_UI_Widget_BaseCounter_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseCounter_RinoHud"); \ +static_assert(offsetof(WBP_UI_Widget_BaseCounter_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseCounter_RinoHud, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_BaseCounter_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseCounter_RinoHud::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseCounter_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseCounter_RinoHud, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_Widget_BaseCounter_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseCounter_RinoHud::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseCounter_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseCounter_RinoHud, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_BaseCounter_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseCounter_RinoHud::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseCounter_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseCounter_RinoHud, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000010, "Member 'WBP_UI_Widget_BaseCounter_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseCounter_RinoHud::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseCounter_RinoHud_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_BaseCounter_RinoHud_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_BaseCounter_RinoHud_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_BaseCounter_RinoHud_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_BaseCounter_RinoHud_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_BaseCounter_RinoHud_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_BaseCounter_RinoHud_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseCounter_RinoHud_C_Set_Count \ +static_assert(alignof(WBP_UI_Widget_BaseCounter_RinoHud_C_Set_Count) == 0x000008, "Wrong alignment on WBP_UI_Widget_BaseCounter_RinoHud_C_Set_Count"); \ +static_assert(sizeof(WBP_UI_Widget_BaseCounter_RinoHud_C_Set_Count) == 0x000020, "Wrong size on WBP_UI_Widget_BaseCounter_RinoHud_C_Set_Count"); \ +static_assert(offsetof(WBP_UI_Widget_BaseCounter_RinoHud_C_Set_Count, count) == 0x000000, "Member 'WBP_UI_Widget_BaseCounter_RinoHud_C_Set_Count::count' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseCounter_RinoHud_C_Set_Count, CallFunc_Greater_IntInt_ReturnValue) == 0x000004, "Member 'WBP_UI_Widget_BaseCounter_RinoHud_C_Set_Count::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseCounter_RinoHud_C_Set_Count, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_BaseCounter_RinoHud_C_Set_Count::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_BaseCounter_RinoHud_C \ +static_assert(alignof(UWBP_UI_Widget_BaseCounter_RinoHud_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_BaseCounter_RinoHud_C"); \ +static_assert(sizeof(UWBP_UI_Widget_BaseCounter_RinoHud_C) == 0x0002C8, "Wrong size on UWBP_UI_Widget_BaseCounter_RinoHud_C"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseCounter_RinoHud_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Widget_BaseCounter_RinoHud_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseCounter_RinoHud_C, Icon) == 0x000298, "Member 'UWBP_UI_Widget_BaseCounter_RinoHud_C::Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseCounter_RinoHud_C, Image_98) == 0x0002A0, "Member 'UWBP_UI_Widget_BaseCounter_RinoHud_C::Image_98' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseCounter_RinoHud_C, Image_ThrowableImage_BG) == 0x0002A8, "Member 'UWBP_UI_Widget_BaseCounter_RinoHud_C::Image_ThrowableImage_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseCounter_RinoHud_C, Text) == 0x0002B0, "Member 'UWBP_UI_Widget_BaseCounter_RinoHud_C::Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseCounter_RinoHud_C, in_sprite) == 0x0002B8, "Member 'UWBP_UI_Widget_BaseCounter_RinoHud_C::in_sprite' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseCounter_RinoHud_C, in_autoVisibility) == 0x0002C0, "Member 'UWBP_UI_Widget_BaseCounter_RinoHud_C::in_autoVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorSequenceObjectReference \ +static_assert(alignof(FActorSequenceObjectReference) == 0x000008, "Wrong alignment on FActorSequenceObjectReference"); \ +static_assert(sizeof(FActorSequenceObjectReference) == 0x000028, "Wrong size on FActorSequenceObjectReference"); \ +static_assert(offsetof(FActorSequenceObjectReference, Type) == 0x000000, "Member 'FActorSequenceObjectReference::Type' has a wrong offset!"); \ +static_assert(offsetof(FActorSequenceObjectReference, ActorId) == 0x000004, "Member 'FActorSequenceObjectReference::ActorId' has a wrong offset!"); \ +static_assert(offsetof(FActorSequenceObjectReference, PathToComponent) == 0x000018, "Member 'FActorSequenceObjectReference::PathToComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorSequenceObjectReferences \ +static_assert(alignof(FActorSequenceObjectReferences) == 0x000008, "Wrong alignment on FActorSequenceObjectReferences"); \ +static_assert(sizeof(FActorSequenceObjectReferences) == 0x000010, "Wrong size on FActorSequenceObjectReferences"); \ +static_assert(offsetof(FActorSequenceObjectReferences, Array) == 0x000000, "Member 'FActorSequenceObjectReferences::Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorSequenceObjectReferenceMap \ +static_assert(alignof(FActorSequenceObjectReferenceMap) == 0x000008, "Wrong alignment on FActorSequenceObjectReferenceMap"); \ +static_assert(sizeof(FActorSequenceObjectReferenceMap) == 0x000020, "Wrong size on FActorSequenceObjectReferenceMap"); \ +static_assert(offsetof(FActorSequenceObjectReferenceMap, BindingIds) == 0x000000, "Member 'FActorSequenceObjectReferenceMap::BindingIds' has a wrong offset!"); \ +static_assert(offsetof(FActorSequenceObjectReferenceMap, References) == 0x000010, "Member 'FActorSequenceObjectReferenceMap::References' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorSequence \ +static_assert(alignof(UActorSequence) == 0x000008, "Wrong alignment on UActorSequence"); \ +static_assert(sizeof(UActorSequence) == 0x000090, "Wrong size on UActorSequence"); \ +static_assert(offsetof(UActorSequence, MovieScene) == 0x000068, "Member 'UActorSequence::MovieScene' has a wrong offset!"); \ +static_assert(offsetof(UActorSequence, ObjectReferences) == 0x000070, "Member 'UActorSequence::ObjectReferences' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorSequenceComponent \ +static_assert(alignof(UActorSequenceComponent) == 0x000008, "Wrong alignment on UActorSequenceComponent"); \ +static_assert(sizeof(UActorSequenceComponent) == 0x0000E8, "Wrong size on UActorSequenceComponent"); \ +static_assert(offsetof(UActorSequenceComponent, PlaybackSettings) == 0x0000C0, "Member 'UActorSequenceComponent::PlaybackSettings' has a wrong offset!"); \ +static_assert(offsetof(UActorSequenceComponent, Sequence) == 0x0000D8, "Member 'UActorSequenceComponent::Sequence' has a wrong offset!"); \ +static_assert(offsetof(UActorSequenceComponent, SequencePlayer) == 0x0000E0, "Member 'UActorSequenceComponent::SequencePlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorSequencePlayer \ +static_assert(alignof(UActorSequencePlayer) == 0x000008, "Wrong alignment on UActorSequencePlayer"); \ +static_assert(sizeof(UActorSequencePlayer) == 0x0004F0, "Wrong size on UActorSequencePlayer"); \ + +#define DUMPER7_ASSERTS_AArchVisCharacter \ +static_assert(alignof(AArchVisCharacter) == 0x000010, "Wrong alignment on AArchVisCharacter"); \ +static_assert(sizeof(AArchVisCharacter) == 0x0005E0, "Wrong size on AArchVisCharacter"); \ +static_assert(offsetof(AArchVisCharacter, LookUpAxisName) == 0x000570, "Member 'AArchVisCharacter::LookUpAxisName' has a wrong offset!"); \ +static_assert(offsetof(AArchVisCharacter, LookUpAtRateAxisName) == 0x000580, "Member 'AArchVisCharacter::LookUpAtRateAxisName' has a wrong offset!"); \ +static_assert(offsetof(AArchVisCharacter, TurnAxisName) == 0x000590, "Member 'AArchVisCharacter::TurnAxisName' has a wrong offset!"); \ +static_assert(offsetof(AArchVisCharacter, TurnAtRateAxisName) == 0x0005A0, "Member 'AArchVisCharacter::TurnAtRateAxisName' has a wrong offset!"); \ +static_assert(offsetof(AArchVisCharacter, MoveForwardAxisName) == 0x0005B0, "Member 'AArchVisCharacter::MoveForwardAxisName' has a wrong offset!"); \ +static_assert(offsetof(AArchVisCharacter, MoveRightAxisName) == 0x0005C0, "Member 'AArchVisCharacter::MoveRightAxisName' has a wrong offset!"); \ +static_assert(offsetof(AArchVisCharacter, MouseSensitivityScale_Pitch) == 0x0005D0, "Member 'AArchVisCharacter::MouseSensitivityScale_Pitch' has a wrong offset!"); \ +static_assert(offsetof(AArchVisCharacter, MouseSensitivityScale_Yaw) == 0x0005D4, "Member 'AArchVisCharacter::MouseSensitivityScale_Yaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UArchVisCharMovementComponent \ +static_assert(alignof(UArchVisCharMovementComponent) == 0x000010, "Wrong alignment on UArchVisCharMovementComponent"); \ +static_assert(sizeof(UArchVisCharMovementComponent) == 0x000B70, "Wrong size on UArchVisCharMovementComponent"); \ +static_assert(offsetof(UArchVisCharMovementComponent, RotationalAcceleration) == 0x000B20, "Member 'UArchVisCharMovementComponent::RotationalAcceleration' has a wrong offset!"); \ +static_assert(offsetof(UArchVisCharMovementComponent, RotationalDeceleration) == 0x000B2C, "Member 'UArchVisCharMovementComponent::RotationalDeceleration' has a wrong offset!"); \ +static_assert(offsetof(UArchVisCharMovementComponent, MaxRotationalVelocity) == 0x000B38, "Member 'UArchVisCharMovementComponent::MaxRotationalVelocity' has a wrong offset!"); \ +static_assert(offsetof(UArchVisCharMovementComponent, MinPitch) == 0x000B44, "Member 'UArchVisCharMovementComponent::MinPitch' has a wrong offset!"); \ +static_assert(offsetof(UArchVisCharMovementComponent, MaxPitch) == 0x000B48, "Member 'UArchVisCharMovementComponent::MaxPitch' has a wrong offset!"); \ +static_assert(offsetof(UArchVisCharMovementComponent, WalkingFriction) == 0x000B4C, "Member 'UArchVisCharMovementComponent::WalkingFriction' has a wrong offset!"); \ +static_assert(offsetof(UArchVisCharMovementComponent, WalkingSpeed) == 0x000B50, "Member 'UArchVisCharMovementComponent::WalkingSpeed' has a wrong offset!"); \ +static_assert(offsetof(UArchVisCharMovementComponent, WalkingAcceleration) == 0x000B54, "Member 'UArchVisCharMovementComponent::WalkingAcceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FThreex3_All_Hacking_Minigames_Struct \ +static_assert(alignof(FThreex3_All_Hacking_Minigames_Struct) == 0x000008, "Wrong alignment on FThreex3_All_Hacking_Minigames_Struct"); \ +static_assert(sizeof(FThreex3_All_Hacking_Minigames_Struct) == 0x0001E0, "Wrong size on FThreex3_All_Hacking_Minigames_Struct"); \ +static_assert(offsetof(FThreex3_All_Hacking_Minigames_Struct, Threex3_PuzzleType_1_7_08919C844FCAAABE6E92678C09452E59) == 0x000000, "Member 'FThreex3_All_Hacking_Minigames_Struct::Threex3_PuzzleType_1_7_08919C844FCAAABE6E92678C09452E59' has a wrong offset!"); \ +static_assert(offsetof(FThreex3_All_Hacking_Minigames_Struct, Threex3_PuzzleType_2_8_C74626F845B85A09827D83B23DD83B76) == 0x000030, "Member 'FThreex3_All_Hacking_Minigames_Struct::Threex3_PuzzleType_2_8_C74626F845B85A09827D83B23DD83B76' has a wrong offset!"); \ +static_assert(offsetof(FThreex3_All_Hacking_Minigames_Struct, Threex3_PuzzleType_3_15_09682CB149C2FDD311F1FF9616AE09C3) == 0x000060, "Member 'FThreex3_All_Hacking_Minigames_Struct::Threex3_PuzzleType_3_15_09682CB149C2FDD311F1FF9616AE09C3' has a wrong offset!"); \ +static_assert(offsetof(FThreex3_All_Hacking_Minigames_Struct, Threex3_PuzzleType_4_16_F1F128234F3236F743DAC3A841A3446D) == 0x000090, "Member 'FThreex3_All_Hacking_Minigames_Struct::Threex3_PuzzleType_4_16_F1F128234F3236F743DAC3A841A3446D' has a wrong offset!"); \ +static_assert(offsetof(FThreex3_All_Hacking_Minigames_Struct, Threex3_PuzzleType_5_22_936D6B8540C096C7FFDF748145A69CCB) == 0x0000C0, "Member 'FThreex3_All_Hacking_Minigames_Struct::Threex3_PuzzleType_5_22_936D6B8540C096C7FFDF748145A69CCB' has a wrong offset!"); \ +static_assert(offsetof(FThreex3_All_Hacking_Minigames_Struct, Threex3_PuzzleType_6_23_1CC351C343B62D923941D1AB1A523824) == 0x0000F0, "Member 'FThreex3_All_Hacking_Minigames_Struct::Threex3_PuzzleType_6_23_1CC351C343B62D923941D1AB1A523824' has a wrong offset!"); \ +static_assert(offsetof(FThreex3_All_Hacking_Minigames_Struct, Threex3_PuzzleType_7_25_DE4991AC4AD6B628CD1031B695614311) == 0x000120, "Member 'FThreex3_All_Hacking_Minigames_Struct::Threex3_PuzzleType_7_25_DE4991AC4AD6B628CD1031B695614311' has a wrong offset!"); \ +static_assert(offsetof(FThreex3_All_Hacking_Minigames_Struct, Threex3_PuzzleType_8_33_D3B7BFB745763FD130000091B0AEE664) == 0x000150, "Member 'FThreex3_All_Hacking_Minigames_Struct::Threex3_PuzzleType_8_33_D3B7BFB745763FD130000091B0AEE664' has a wrong offset!"); \ +static_assert(offsetof(FThreex3_All_Hacking_Minigames_Struct, Threex3_PuzzleType_9_34_B8BB89234B43ABEC6E5FB6AF8A4C925A) == 0x000180, "Member 'FThreex3_All_Hacking_Minigames_Struct::Threex3_PuzzleType_9_34_B8BB89234B43ABEC6E5FB6AF8A4C925A' has a wrong offset!"); \ +static_assert(offsetof(FThreex3_All_Hacking_Minigames_Struct, Threex3_PuzzleType_10_35_09450CC7469D82A12EBE42B1B6B63993) == 0x0001B0, "Member 'FThreex3_All_Hacking_Minigames_Struct::Threex3_PuzzleType_10_35_09450CC7469D82A12EBE42B1B6B63993' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetTagsSubsystem_CollectionExists \ +static_assert(alignof(AssetTagsSubsystem_CollectionExists) == 0x000004, "Wrong alignment on AssetTagsSubsystem_CollectionExists"); \ +static_assert(sizeof(AssetTagsSubsystem_CollectionExists) == 0x000010, "Wrong size on AssetTagsSubsystem_CollectionExists"); \ +static_assert(offsetof(AssetTagsSubsystem_CollectionExists, Name_0) == 0x000000, "Member 'AssetTagsSubsystem_CollectionExists::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AssetTagsSubsystem_CollectionExists, ReturnValue) == 0x00000C, "Member 'AssetTagsSubsystem_CollectionExists::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetTagsSubsystem_GetAssetsInCollection \ +static_assert(alignof(AssetTagsSubsystem_GetAssetsInCollection) == 0x000008, "Wrong alignment on AssetTagsSubsystem_GetAssetsInCollection"); \ +static_assert(sizeof(AssetTagsSubsystem_GetAssetsInCollection) == 0x000020, "Wrong size on AssetTagsSubsystem_GetAssetsInCollection"); \ +static_assert(offsetof(AssetTagsSubsystem_GetAssetsInCollection, Name_0) == 0x000000, "Member 'AssetTagsSubsystem_GetAssetsInCollection::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AssetTagsSubsystem_GetAssetsInCollection, ReturnValue) == 0x000010, "Member 'AssetTagsSubsystem_GetAssetsInCollection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetTagsSubsystem_GetCollections \ +static_assert(alignof(AssetTagsSubsystem_GetCollections) == 0x000008, "Wrong alignment on AssetTagsSubsystem_GetCollections"); \ +static_assert(sizeof(AssetTagsSubsystem_GetCollections) == 0x000010, "Wrong size on AssetTagsSubsystem_GetCollections"); \ +static_assert(offsetof(AssetTagsSubsystem_GetCollections, ReturnValue) == 0x000000, "Member 'AssetTagsSubsystem_GetCollections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetTagsSubsystem_GetCollectionsContainingAsset \ +static_assert(alignof(AssetTagsSubsystem_GetCollectionsContainingAsset) == 0x000008, "Wrong alignment on AssetTagsSubsystem_GetCollectionsContainingAsset"); \ +static_assert(sizeof(AssetTagsSubsystem_GetCollectionsContainingAsset) == 0x000020, "Wrong size on AssetTagsSubsystem_GetCollectionsContainingAsset"); \ +static_assert(offsetof(AssetTagsSubsystem_GetCollectionsContainingAsset, AssetPathName) == 0x000000, "Member 'AssetTagsSubsystem_GetCollectionsContainingAsset::AssetPathName' has a wrong offset!"); \ +static_assert(offsetof(AssetTagsSubsystem_GetCollectionsContainingAsset, ReturnValue) == 0x000010, "Member 'AssetTagsSubsystem_GetCollectionsContainingAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetTagsSubsystem_GetCollectionsContainingAssetData \ +static_assert(alignof(AssetTagsSubsystem_GetCollectionsContainingAssetData) == 0x000008, "Wrong alignment on AssetTagsSubsystem_GetCollectionsContainingAssetData"); \ +static_assert(sizeof(AssetTagsSubsystem_GetCollectionsContainingAssetData) == 0x000088, "Wrong size on AssetTagsSubsystem_GetCollectionsContainingAssetData"); \ +static_assert(offsetof(AssetTagsSubsystem_GetCollectionsContainingAssetData, AssetData) == 0x000000, "Member 'AssetTagsSubsystem_GetCollectionsContainingAssetData::AssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetTagsSubsystem_GetCollectionsContainingAssetData, ReturnValue) == 0x000078, "Member 'AssetTagsSubsystem_GetCollectionsContainingAssetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetTagsSubsystem_GetCollectionsContainingAssetPtr \ +static_assert(alignof(AssetTagsSubsystem_GetCollectionsContainingAssetPtr) == 0x000008, "Wrong alignment on AssetTagsSubsystem_GetCollectionsContainingAssetPtr"); \ +static_assert(sizeof(AssetTagsSubsystem_GetCollectionsContainingAssetPtr) == 0x000018, "Wrong size on AssetTagsSubsystem_GetCollectionsContainingAssetPtr"); \ +static_assert(offsetof(AssetTagsSubsystem_GetCollectionsContainingAssetPtr, AssetPtr) == 0x000000, "Member 'AssetTagsSubsystem_GetCollectionsContainingAssetPtr::AssetPtr' has a wrong offset!"); \ +static_assert(offsetof(AssetTagsSubsystem_GetCollectionsContainingAssetPtr, ReturnValue) == 0x000008, "Member 'AssetTagsSubsystem_GetCollectionsContainingAssetPtr::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssetTagsSubsystem \ +static_assert(alignof(UAssetTagsSubsystem) == 0x000008, "Wrong alignment on UAssetTagsSubsystem"); \ +static_assert(sizeof(UAssetTagsSubsystem) == 0x000038, "Wrong size on UAssetTagsSubsystem"); \ + +#define DUMPER7_ASSERTS_WBP_Results_Payout_C_SetPayoutData \ +static_assert(alignof(WBP_Results_Payout_C_SetPayoutData) == 0x000008, "Wrong alignment on WBP_Results_Payout_C_SetPayoutData"); \ +static_assert(sizeof(WBP_Results_Payout_C_SetPayoutData) == 0x000450, "Wrong size on WBP_Results_Payout_C_SetPayoutData"); \ +static_assert(offsetof(WBP_Results_Payout_C_SetPayoutData, ResultData) == 0x000000, "Member 'WBP_Results_Payout_C_SetPayoutData::ResultData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_SetPayoutData, PlayerId) == 0x000288, "Member 'WBP_Results_Payout_C_SetPayoutData::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_SetPayoutData, CallFunc_GetPlayerData_ReturnValue) == 0x000290, "Member 'WBP_Results_Payout_C_SetPayoutData::CallFunc_GetPlayerData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_SetPayoutData, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000448, "Member 'WBP_Results_Payout_C_SetPayoutData::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Results_Payout_C_OnShowBags \ +static_assert(alignof(WBP_Results_Payout_C_OnShowBags) == 0x000008, "Wrong alignment on WBP_Results_Payout_C_OnShowBags"); \ +static_assert(sizeof(WBP_Results_Payout_C_OnShowBags) == 0x000240, "Wrong size on WBP_Results_Payout_C_OnShowBags"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBags, BagValue) == 0x000000, "Member 'WBP_Results_Payout_C_OnShowBags::BagValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBags, Temp_int_Variable) == 0x000004, "Member 'WBP_Results_Payout_C_OnShowBags::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBags, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_Results_Payout_C_OnShowBags::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBags, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_Results_Payout_C_OnShowBags::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBags, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'WBP_Results_Payout_C_OnShowBags::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBags, Temp_int_Array_Index_Variable) == 0x000014, "Member 'WBP_Results_Payout_C_OnShowBags::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBags, CallFunc_Play2DSound_ReturnValue) == 0x000018, "Member 'WBP_Results_Payout_C_OnShowBags::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBags, CallFunc_PlayAnimationForward_ReturnValue) == 0x000020, "Member 'WBP_Results_Payout_C_OnShowBags::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBags, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000028, "Member 'WBP_Results_Payout_C_OnShowBags::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBags, CallFunc_Create_ReturnValue) == 0x000030, "Member 'WBP_Results_Payout_C_OnShowBags::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBags, CallFunc_Array_Add_ReturnValue) == 0x000038, "Member 'WBP_Results_Payout_C_OnShowBags::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBags, CallFunc_Conv_IntToText_ReturnValue) == 0x000040, "Member 'WBP_Results_Payout_C_OnShowBags::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBags, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000058, "Member 'WBP_Results_Payout_C_OnShowBags::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBags, CallFunc_MakeLiteralByte_ReturnValue) == 0x000060, "Member 'WBP_Results_Payout_C_OnShowBags::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBags, CallFunc_GetPlayerData_ReturnValue) == 0x000068, "Member 'WBP_Results_Payout_C_OnShowBags::CallFunc_GetPlayerData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBags, CallFunc_Array_Length_ReturnValue) == 0x000220, "Member 'WBP_Results_Payout_C_OnShowBags::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBags, CallFunc_Array_Get_Item) == 0x000224, "Member 'WBP_Results_Payout_C_OnShowBags::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBags, CallFunc_Less_IntInt_ReturnValue) == 0x000230, "Member 'WBP_Results_Payout_C_OnShowBags::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBags, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000231, "Member 'WBP_Results_Payout_C_OnShowBags::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBags, CallFunc_Add_IntInt_ReturnValue_2) == 0x000234, "Member 'WBP_Results_Payout_C_OnShowBags::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBags, CallFunc_Add_IntInt_ReturnValue_3) == 0x000238, "Member 'WBP_Results_Payout_C_OnShowBags::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Results_Payout_C_OnShowTickingLoot \ +static_assert(alignof(WBP_Results_Payout_C_OnShowTickingLoot) == 0x000008, "Wrong alignment on WBP_Results_Payout_C_OnShowTickingLoot"); \ +static_assert(sizeof(WBP_Results_Payout_C_OnShowTickingLoot) == 0x000258, "Wrong size on WBP_Results_Payout_C_OnShowTickingLoot"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowTickingLoot, BagValue) == 0x000000, "Member 'WBP_Results_Payout_C_OnShowTickingLoot::BagValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowTickingLoot, CallFunc_Play2DSound_ReturnValue) == 0x000004, "Member 'WBP_Results_Payout_C_OnShowTickingLoot::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowTickingLoot, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_Results_Payout_C_OnShowTickingLoot::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowTickingLoot, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'WBP_Results_Payout_C_OnShowTickingLoot::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowTickingLoot, CallFunc_PlayAnimationForward_ReturnValue) == 0x000028, "Member 'WBP_Results_Payout_C_OnShowTickingLoot::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowTickingLoot, CallFunc_GetPlayerData_ReturnValue) == 0x000030, "Member 'WBP_Results_Payout_C_OnShowTickingLoot::CallFunc_GetPlayerData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowTickingLoot, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0001E8, "Member 'WBP_Results_Payout_C_OnShowTickingLoot::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowTickingLoot, K2Node_MakeStruct_FormatArgumentData) == 0x0001F0, "Member 'WBP_Results_Payout_C_OnShowTickingLoot::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowTickingLoot, K2Node_MakeArray_Array) == 0x000230, "Member 'WBP_Results_Payout_C_OnShowTickingLoot::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowTickingLoot, CallFunc_Format_ReturnValue) == 0x000240, "Member 'WBP_Results_Payout_C_OnShowTickingLoot::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Results_Payout_C_OnShowLooseCash \ +static_assert(alignof(WBP_Results_Payout_C_OnShowLooseCash) == 0x000008, "Wrong alignment on WBP_Results_Payout_C_OnShowLooseCash"); \ +static_assert(sizeof(WBP_Results_Payout_C_OnShowLooseCash) == 0x0001E8, "Wrong size on WBP_Results_Payout_C_OnShowLooseCash"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowLooseCash, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_Results_Payout_C_OnShowLooseCash::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowLooseCash, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'WBP_Results_Payout_C_OnShowLooseCash::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowLooseCash, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'WBP_Results_Payout_C_OnShowLooseCash::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowLooseCash, CallFunc_GetPlayerData_ReturnValue) == 0x000028, "Member 'WBP_Results_Payout_C_OnShowLooseCash::CallFunc_GetPlayerData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowLooseCash, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0001E0, "Member 'WBP_Results_Payout_C_OnShowLooseCash::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Results_Payout_C_OnShowCivilian \ +static_assert(alignof(WBP_Results_Payout_C_OnShowCivilian) == 0x000008, "Wrong alignment on WBP_Results_Payout_C_OnShowCivilian"); \ +static_assert(sizeof(WBP_Results_Payout_C_OnShowCivilian) == 0x000240, "Wrong size on WBP_Results_Payout_C_OnShowCivilian"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCivilian, TotalCashReduction) == 0x000000, "Member 'WBP_Results_Payout_C_OnShowCivilian::TotalCashReduction' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCivilian, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_Results_Payout_C_OnShowCivilian::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCivilian, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_Results_Payout_C_OnShowCivilian::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCivilian, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_Results_Payout_C_OnShowCivilian::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCivilian, CallFunc_Play2DSound_ReturnValue) == 0x000010, "Member 'WBP_Results_Payout_C_OnShowCivilian::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCivilian, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'WBP_Results_Payout_C_OnShowCivilian::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCivilian, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'WBP_Results_Payout_C_OnShowCivilian::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCivilian, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000038, "Member 'WBP_Results_Payout_C_OnShowCivilian::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCivilian, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000040, "Member 'WBP_Results_Payout_C_OnShowCivilian::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCivilian, CallFunc_Greater_IntInt_ReturnValue) == 0x000048, "Member 'WBP_Results_Payout_C_OnShowCivilian::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCivilian, CallFunc_GetPlayerData_ReturnValue) == 0x000050, "Member 'WBP_Results_Payout_C_OnShowCivilian::CallFunc_GetPlayerData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCivilian, CallFunc_Conv_IntToText_ReturnValue) == 0x000208, "Member 'WBP_Results_Payout_C_OnShowCivilian::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCivilian, CallFunc_Array_Get_Item) == 0x000220, "Member 'WBP_Results_Payout_C_OnShowCivilian::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCivilian, CallFunc_Array_Length_ReturnValue) == 0x000230, "Member 'WBP_Results_Payout_C_OnShowCivilian::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCivilian, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000234, "Member 'WBP_Results_Payout_C_OnShowCivilian::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCivilian, CallFunc_Less_IntInt_ReturnValue) == 0x000235, "Member 'WBP_Results_Payout_C_OnShowCivilian::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCivilian, CallFunc_Add_IntInt_ReturnValue_1) == 0x000238, "Member 'WBP_Results_Payout_C_OnShowCivilian::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Results_Payout_C_OnShowCustody \ +static_assert(alignof(WBP_Results_Payout_C_OnShowCustody) == 0x000008, "Wrong alignment on WBP_Results_Payout_C_OnShowCustody"); \ +static_assert(sizeof(WBP_Results_Payout_C_OnShowCustody) == 0x000240, "Wrong size on WBP_Results_Payout_C_OnShowCustody"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCustody, TotalCashReduction) == 0x000000, "Member 'WBP_Results_Payout_C_OnShowCustody::TotalCashReduction' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCustody, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_Results_Payout_C_OnShowCustody::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCustody, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_Results_Payout_C_OnShowCustody::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCustody, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_Results_Payout_C_OnShowCustody::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCustody, CallFunc_Play2DSound_ReturnValue) == 0x000010, "Member 'WBP_Results_Payout_C_OnShowCustody::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCustody, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'WBP_Results_Payout_C_OnShowCustody::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCustody, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'WBP_Results_Payout_C_OnShowCustody::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCustody, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000038, "Member 'WBP_Results_Payout_C_OnShowCustody::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCustody, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000040, "Member 'WBP_Results_Payout_C_OnShowCustody::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCustody, CallFunc_Greater_IntInt_ReturnValue) == 0x000048, "Member 'WBP_Results_Payout_C_OnShowCustody::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCustody, CallFunc_GetPlayerData_ReturnValue) == 0x000050, "Member 'WBP_Results_Payout_C_OnShowCustody::CallFunc_GetPlayerData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCustody, CallFunc_Array_Length_ReturnValue) == 0x000208, "Member 'WBP_Results_Payout_C_OnShowCustody::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCustody, CallFunc_Array_Get_Item) == 0x00020C, "Member 'WBP_Results_Payout_C_OnShowCustody::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCustody, CallFunc_Less_IntInt_ReturnValue) == 0x00021C, "Member 'WBP_Results_Payout_C_OnShowCustody::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCustody, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00021D, "Member 'WBP_Results_Payout_C_OnShowCustody::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCustody, CallFunc_Add_IntInt_ReturnValue_1) == 0x000220, "Member 'WBP_Results_Payout_C_OnShowCustody::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowCustody, CallFunc_Conv_IntToText_ReturnValue) == 0x000228, "Member 'WBP_Results_Payout_C_OnShowCustody::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Results_Payout_C_OnShowPayout \ +static_assert(alignof(WBP_Results_Payout_C_OnShowPayout) == 0x000008, "Wrong alignment on WBP_Results_Payout_C_OnShowPayout"); \ +static_assert(sizeof(WBP_Results_Payout_C_OnShowPayout) == 0x0001F8, "Wrong size on WBP_Results_Payout_C_OnShowPayout"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowPayout, CallFunc_Play2DSound_ReturnValue) == 0x000000, "Member 'WBP_Results_Payout_C_OnShowPayout::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowPayout, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'WBP_Results_Payout_C_OnShowPayout::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowPayout, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_Results_Payout_C_OnShowPayout::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowPayout, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000028, "Member 'WBP_Results_Payout_C_OnShowPayout::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowPayout, CallFunc_GetPlayerData_ReturnValue) == 0x000030, "Member 'WBP_Results_Payout_C_OnShowPayout::CallFunc_GetPlayerData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowPayout, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0001E8, "Member 'WBP_Results_Payout_C_OnShowPayout::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowPayout, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0001F0, "Member 'WBP_Results_Payout_C_OnShowPayout::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Results_Payout_C_OnShowBalance \ +static_assert(alignof(WBP_Results_Payout_C_OnShowBalance) == 0x000008, "Wrong alignment on WBP_Results_Payout_C_OnShowBalance"); \ +static_assert(sizeof(WBP_Results_Payout_C_OnShowBalance) == 0x0001E0, "Wrong size on WBP_Results_Payout_C_OnShowBalance"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBalance, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'WBP_Results_Payout_C_OnShowBalance::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBalance, CallFunc_GetCurrencyManager_ReturnValue) == 0x000008, "Member 'WBP_Results_Payout_C_OnShowBalance::CallFunc_GetCurrencyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBalance, CallFunc_GetPlayerData_ReturnValue) == 0x000010, "Member 'WBP_Results_Payout_C_OnShowBalance::CallFunc_GetPlayerData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBalance, CallFunc_GetCurrentAmount_ReturnValue) == 0x0001C8, "Member 'WBP_Results_Payout_C_OnShowBalance::CallFunc_GetCurrentAmount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBalance, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0001D0, "Member 'WBP_Results_Payout_C_OnShowBalance::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowBalance, CallFunc_Add_Int64Int64_ReturnValue) == 0x0001D8, "Member 'WBP_Results_Payout_C_OnShowBalance::CallFunc_Add_Int64Int64_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Results_Payout_C_OnAddBag \ +static_assert(alignof(WBP_Results_Payout_C_OnAddBag) == 0x000008, "Wrong alignment on WBP_Results_Payout_C_OnAddBag"); \ +static_assert(sizeof(WBP_Results_Payout_C_OnAddBag) == 0x000080, "Wrong size on WBP_Results_Payout_C_OnAddBag"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddBag, CallFunc_Play2DSound_ReturnValue) == 0x000000, "Member 'WBP_Results_Payout_C_OnAddBag::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddBag, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000004, "Member 'WBP_Results_Payout_C_OnAddBag::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddBag, CallFunc_Play2DSound_ReturnValue_1) == 0x000008, "Member 'WBP_Results_Payout_C_OnAddBag::CallFunc_Play2DSound_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddBag, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'WBP_Results_Payout_C_OnAddBag::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddBag, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'WBP_Results_Payout_C_OnAddBag::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddBag, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'WBP_Results_Payout_C_OnAddBag::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddBag, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_Results_Payout_C_OnAddBag::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddBag, K2Node_CreateDelegate_OutputDelegate_1) == 0x000030, "Member 'WBP_Results_Payout_C_OnAddBag::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddBag, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000048, "Member 'WBP_Results_Payout_C_OnAddBag::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddBag, K2Node_MakeStruct_Margin) == 0x000050, "Member 'WBP_Results_Payout_C_OnAddBag::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddBag, CallFunc_Array_Get_Item) == 0x000060, "Member 'WBP_Results_Payout_C_OnAddBag::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddBag, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'WBP_Results_Payout_C_OnAddBag::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddBag, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x00006C, "Member 'WBP_Results_Payout_C_OnAddBag::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddBag, CallFunc_AddChildToWrapBox_ReturnValue) == 0x000070, "Member 'WBP_Results_Payout_C_OnAddBag::CallFunc_AddChildToWrapBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddBag, Temp_int_Variable) == 0x000078, "Member 'WBP_Results_Payout_C_OnAddBag::Temp_int_Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Results_Payout_C_OnShowSecretBags \ +static_assert(alignof(WBP_Results_Payout_C_OnShowSecretBags) == 0x000008, "Wrong alignment on WBP_Results_Payout_C_OnShowSecretBags"); \ +static_assert(sizeof(WBP_Results_Payout_C_OnShowSecretBags) == 0x000238, "Wrong size on WBP_Results_Payout_C_OnShowSecretBags"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowSecretBags, BagValue) == 0x000000, "Member 'WBP_Results_Payout_C_OnShowSecretBags::BagValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowSecretBags, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_Results_Payout_C_OnShowSecretBags::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowSecretBags, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_Results_Payout_C_OnShowSecretBags::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowSecretBags, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_Results_Payout_C_OnShowSecretBags::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowSecretBags, CallFunc_Greater_IntInt_ReturnValue) == 0x000010, "Member 'WBP_Results_Payout_C_OnShowSecretBags::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowSecretBags, Temp_int_Variable) == 0x000014, "Member 'WBP_Results_Payout_C_OnShowSecretBags::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowSecretBags, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000018, "Member 'WBP_Results_Payout_C_OnShowSecretBags::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowSecretBags, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'WBP_Results_Payout_C_OnShowSecretBags::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowSecretBags, CallFunc_GetPlayerData_ReturnValue) == 0x000020, "Member 'WBP_Results_Payout_C_OnShowSecretBags::CallFunc_GetPlayerData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowSecretBags, CallFunc_PlayAnimationForward_ReturnValue) == 0x0001D8, "Member 'WBP_Results_Payout_C_OnShowSecretBags::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowSecretBags, CallFunc_Array_Get_Item) == 0x0001E0, "Member 'WBP_Results_Payout_C_OnShowSecretBags::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowSecretBags, CallFunc_Array_Length_ReturnValue) == 0x0001EC, "Member 'WBP_Results_Payout_C_OnShowSecretBags::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowSecretBags, CallFunc_Less_IntInt_ReturnValue) == 0x0001F0, "Member 'WBP_Results_Payout_C_OnShowSecretBags::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowSecretBags, CallFunc_Add_IntInt_ReturnValue_2) == 0x0001F4, "Member 'WBP_Results_Payout_C_OnShowSecretBags::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowSecretBags, CallFunc_Add_IntInt_ReturnValue_3) == 0x0001F8, "Member 'WBP_Results_Payout_C_OnShowSecretBags::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowSecretBags, CallFunc_Play2DSound_ReturnValue) == 0x0001FC, "Member 'WBP_Results_Payout_C_OnShowSecretBags::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowSecretBags, CallFunc_Create_ReturnValue) == 0x000200, "Member 'WBP_Results_Payout_C_OnShowSecretBags::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowSecretBags, CallFunc_Conv_IntToText_ReturnValue) == 0x000208, "Member 'WBP_Results_Payout_C_OnShowSecretBags::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowSecretBags, CallFunc_Array_Add_ReturnValue) == 0x000220, "Member 'WBP_Results_Payout_C_OnShowSecretBags::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowSecretBags, CallFunc_MakeLiteralByte_ReturnValue) == 0x000224, "Member 'WBP_Results_Payout_C_OnShowSecretBags::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowSecretBags, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000228, "Member 'WBP_Results_Payout_C_OnShowSecretBags::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnShowSecretBags, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000230, "Member 'WBP_Results_Payout_C_OnShowSecretBags::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Results_Payout_C_OnAddSecretBag \ +static_assert(alignof(WBP_Results_Payout_C_OnAddSecretBag) == 0x000008, "Wrong alignment on WBP_Results_Payout_C_OnAddSecretBag"); \ +static_assert(sizeof(WBP_Results_Payout_C_OnAddSecretBag) == 0x000068, "Wrong size on WBP_Results_Payout_C_OnAddSecretBag"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddSecretBag, AddedBagCount2) == 0x000000, "Member 'WBP_Results_Payout_C_OnAddSecretBag::AddedBagCount2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddSecretBag, CallFunc_Play2DSound_ReturnValue) == 0x000004, "Member 'WBP_Results_Payout_C_OnAddSecretBag::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddSecretBag, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Results_Payout_C_OnAddSecretBag::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddSecretBag, CallFunc_Play2DSound_ReturnValue_1) == 0x00000C, "Member 'WBP_Results_Payout_C_OnAddSecretBag::CallFunc_Play2DSound_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddSecretBag, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_Results_Payout_C_OnAddSecretBag::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddSecretBag, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_Results_Payout_C_OnAddSecretBag::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddSecretBag, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000018, "Member 'WBP_Results_Payout_C_OnAddSecretBag::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddSecretBag, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'WBP_Results_Payout_C_OnAddSecretBag::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddSecretBag, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000030, "Member 'WBP_Results_Payout_C_OnAddSecretBag::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddSecretBag, K2Node_MakeStruct_Margin) == 0x000038, "Member 'WBP_Results_Payout_C_OnAddSecretBag::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddSecretBag, CallFunc_Array_Get_Item) == 0x000048, "Member 'WBP_Results_Payout_C_OnAddSecretBag::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddSecretBag, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000050, "Member 'WBP_Results_Payout_C_OnAddSecretBag::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddSecretBag, CallFunc_AddChildToWrapBox_ReturnValue) == 0x000058, "Member 'WBP_Results_Payout_C_OnAddSecretBag::CallFunc_AddChildToWrapBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_Payout_C_OnAddSecretBag, Temp_int_Variable) == 0x000060, "Member 'WBP_Results_Payout_C_OnAddSecretBag::Temp_int_Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Results_Payout_C \ +static_assert(alignof(UWBP_Results_Payout_C) == 0x000008, "Wrong alignment on UWBP_Results_Payout_C"); \ +static_assert(sizeof(UWBP_Results_Payout_C) == 0x000638, "Wrong size on UWBP_Results_Payout_C"); \ +static_assert(offsetof(UWBP_Results_Payout_C, ShowSecretBagsStolen) == 0x000290, "Member 'UWBP_Results_Payout_C::ShowSecretBagsStolen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, ShowTickingLoot) == 0x000298, "Member 'UWBP_Results_Payout_C::ShowTickingLoot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, ShowBalance) == 0x0002A0, "Member 'UWBP_Results_Payout_C::ShowBalance' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, ShowPayout) == 0x0002A8, "Member 'UWBP_Results_Payout_C::ShowPayout' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, ShowLooseCash) == 0x0002B0, "Member 'UWBP_Results_Payout_C::ShowLooseCash' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, ShowHeistersInCustody) == 0x0002B8, "Member 'UWBP_Results_Payout_C::ShowHeistersInCustody' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, ShowCiviliansKilled) == 0x0002C0, "Member 'UWBP_Results_Payout_C::ShowCiviliansKilled' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, ShowBagsStolen) == 0x0002C8, "Member 'UWBP_Results_Payout_C::ShowBagsStolen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, Bags_Wb) == 0x0002D0, "Member 'UWBP_Results_Payout_C::Bags_Wb' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, BagsStolenAmount_Text) == 0x0002D8, "Member 'UWBP_Results_Payout_C::BagsStolenAmount_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, BagsStolenValue_Text) == 0x0002E0, "Member 'UWBP_Results_Payout_C::BagsStolenValue_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, BalancelValue_Text) == 0x0002E8, "Member 'UWBP_Results_Payout_C::BalancelValue_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, CivilianKilledAmount_Text) == 0x0002F0, "Member 'UWBP_Results_Payout_C::CivilianKilledAmount_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, CivilianKilledValue_Text) == 0x0002F8, "Member 'UWBP_Results_Payout_C::CivilianKilledValue_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, GameType_WS) == 0x000300, "Member 'UWBP_Results_Payout_C::GameType_WS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, HeistersInCustodyAmount_Text) == 0x000308, "Member 'UWBP_Results_Payout_C::HeistersInCustodyAmount_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, HeistersInCustodyValue_Text) == 0x000310, "Member 'UWBP_Results_Payout_C::HeistersInCustodyValue_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, LooseCashValue_Text) == 0x000318, "Member 'UWBP_Results_Payout_C::LooseCashValue_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, PayoutValue_Text) == 0x000320, "Member 'UWBP_Results_Payout_C::PayoutValue_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, SecretBags_Wb) == 0x000328, "Member 'UWBP_Results_Payout_C::SecretBags_Wb' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, SecretBagsStolen_Hb) == 0x000330, "Member 'UWBP_Results_Payout_C::SecretBagsStolen_Hb' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, SecretBagsStolenAmount_Text) == 0x000338, "Member 'UWBP_Results_Payout_C::SecretBagsStolenAmount_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, SecretBagsStolenValue_Text) == 0x000340, "Member 'UWBP_Results_Payout_C::SecretBagsStolenValue_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, TickingLootMaxValue_Text) == 0x000348, "Member 'UWBP_Results_Payout_C::TickingLootMaxValue_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, TickingLootValue_Text) == 0x000350, "Member 'UWBP_Results_Payout_C::TickingLootValue_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, Result_Data) == 0x000358, "Member 'UWBP_Results_Payout_C::Result_Data' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, Player_Id) == 0x0005E0, "Member 'UWBP_Results_Payout_C::Player_Id' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, BagsCollected) == 0x0005E8, "Member 'UWBP_Results_Payout_C::BagsCollected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, NewLineDelay) == 0x0005F8, "Member 'UWBP_Results_Payout_C::NewLineDelay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, TotalBagsCollected) == 0x0005FC, "Member 'UWBP_Results_Payout_C::TotalBagsCollected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, AppearAudio) == 0x000600, "Member 'UWBP_Results_Payout_C::AppearAudio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, SecretBagsCollected) == 0x000608, "Member 'UWBP_Results_Payout_C::SecretBagsCollected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, TotalSecretBagsCollected) == 0x000618, "Member 'UWBP_Results_Payout_C::TotalSecretBagsCollected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, AddedBagCount) == 0x00061C, "Member 'UWBP_Results_Payout_C::AddedBagCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, AddedSecretBagCount) == 0x000620, "Member 'UWBP_Results_Payout_C::AddedSecretBagCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_Payout_C, OnPayoutFinished) == 0x000628, "Member 'UWBP_Results_Payout_C::OnPayoutFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomMeshTriangle \ +static_assert(alignof(FCustomMeshTriangle) == 0x000004, "Wrong alignment on FCustomMeshTriangle"); \ +static_assert(sizeof(FCustomMeshTriangle) == 0x000024, "Wrong size on FCustomMeshTriangle"); \ +static_assert(offsetof(FCustomMeshTriangle, Vertex0) == 0x000000, "Member 'FCustomMeshTriangle::Vertex0' has a wrong offset!"); \ +static_assert(offsetof(FCustomMeshTriangle, Vertex1) == 0x00000C, "Member 'FCustomMeshTriangle::Vertex1' has a wrong offset!"); \ +static_assert(offsetof(FCustomMeshTriangle, Vertex2) == 0x000018, "Member 'FCustomMeshTriangle::Vertex2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CustomMeshComponent_AddCustomMeshTriangles \ +static_assert(alignof(CustomMeshComponent_AddCustomMeshTriangles) == 0x000008, "Wrong alignment on CustomMeshComponent_AddCustomMeshTriangles"); \ +static_assert(sizeof(CustomMeshComponent_AddCustomMeshTriangles) == 0x000010, "Wrong size on CustomMeshComponent_AddCustomMeshTriangles"); \ +static_assert(offsetof(CustomMeshComponent_AddCustomMeshTriangles, Triangles) == 0x000000, "Member 'CustomMeshComponent_AddCustomMeshTriangles::Triangles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CustomMeshComponent_SetCustomMeshTriangles \ +static_assert(alignof(CustomMeshComponent_SetCustomMeshTriangles) == 0x000008, "Wrong alignment on CustomMeshComponent_SetCustomMeshTriangles"); \ +static_assert(sizeof(CustomMeshComponent_SetCustomMeshTriangles) == 0x000018, "Wrong size on CustomMeshComponent_SetCustomMeshTriangles"); \ +static_assert(offsetof(CustomMeshComponent_SetCustomMeshTriangles, Triangles) == 0x000000, "Member 'CustomMeshComponent_SetCustomMeshTriangles::Triangles' has a wrong offset!"); \ +static_assert(offsetof(CustomMeshComponent_SetCustomMeshTriangles, ReturnValue) == 0x000010, "Member 'CustomMeshComponent_SetCustomMeshTriangles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCustomMeshComponent \ +static_assert(alignof(UCustomMeshComponent) == 0x000010, "Wrong alignment on UCustomMeshComponent"); \ +static_assert(sizeof(UCustomMeshComponent) == 0x000540, "Wrong size on UCustomMeshComponent"); \ + +#define DUMPER7_ASSERTS_FAIDataProviderValue \ +static_assert(alignof(FAIDataProviderValue) == 0x000008, "Wrong alignment on FAIDataProviderValue"); \ +static_assert(sizeof(FAIDataProviderValue) == 0x000028, "Wrong size on FAIDataProviderValue"); \ +static_assert(offsetof(FAIDataProviderValue, DataBinding) == 0x000010, "Member 'FAIDataProviderValue::DataBinding' has a wrong offset!"); \ +static_assert(offsetof(FAIDataProviderValue, DataField) == 0x000018, "Member 'FAIDataProviderValue::DataField' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIDataProviderTypedValue \ +static_assert(alignof(FAIDataProviderTypedValue) == 0x000008, "Wrong alignment on FAIDataProviderTypedValue"); \ +static_assert(sizeof(FAIDataProviderTypedValue) == 0x000038, "Wrong size on FAIDataProviderTypedValue"); \ +static_assert(offsetof(FAIDataProviderTypedValue, PropertyType) == 0x000028, "Member 'FAIDataProviderTypedValue::PropertyType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIDataProviderFloatValue \ +static_assert(alignof(FAIDataProviderFloatValue) == 0x000008, "Wrong alignment on FAIDataProviderFloatValue"); \ +static_assert(sizeof(FAIDataProviderFloatValue) == 0x000040, "Wrong size on FAIDataProviderFloatValue"); \ +static_assert(offsetof(FAIDataProviderFloatValue, DefaultValue) == 0x000038, "Member 'FAIDataProviderFloatValue::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIRequestID \ +static_assert(alignof(FAIRequestID) == 0x000004, "Wrong alignment on FAIRequestID"); \ +static_assert(sizeof(FAIRequestID) == 0x000004, "Wrong size on FAIRequestID"); \ +static_assert(offsetof(FAIRequestID, RequestID) == 0x000000, "Member 'FAIRequestID::RequestID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIStimulus \ +static_assert(alignof(FAIStimulus) == 0x000008, "Wrong alignment on FAIStimulus"); \ +static_assert(sizeof(FAIStimulus) == 0x000058, "Wrong size on FAIStimulus"); \ +static_assert(offsetof(FAIStimulus, Age) == 0x000000, "Member 'FAIStimulus::Age' has a wrong offset!"); \ +static_assert(offsetof(FAIStimulus, ExpirationAge) == 0x000004, "Member 'FAIStimulus::ExpirationAge' has a wrong offset!"); \ +static_assert(offsetof(FAIStimulus, Strength) == 0x000008, "Member 'FAIStimulus::Strength' has a wrong offset!"); \ +static_assert(offsetof(FAIStimulus, StimulusLocation) == 0x00000C, "Member 'FAIStimulus::StimulusLocation' has a wrong offset!"); \ +static_assert(offsetof(FAIStimulus, ReceiverLocation) == 0x000018, "Member 'FAIStimulus::ReceiverLocation' has a wrong offset!"); \ +static_assert(offsetof(FAIStimulus, Tag) == 0x000024, "Member 'FAIStimulus::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIDataProviderBoolValue \ +static_assert(alignof(FAIDataProviderBoolValue) == 0x000008, "Wrong alignment on FAIDataProviderBoolValue"); \ +static_assert(sizeof(FAIDataProviderBoolValue) == 0x000040, "Wrong size on FAIDataProviderBoolValue"); \ +static_assert(offsetof(FAIDataProviderBoolValue, DefaultValue) == 0x000038, "Member 'FAIDataProviderBoolValue::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIPredictionEvent \ +static_assert(alignof(FAIPredictionEvent) == 0x000008, "Wrong alignment on FAIPredictionEvent"); \ +static_assert(sizeof(FAIPredictionEvent) == 0x000018, "Wrong size on FAIPredictionEvent"); \ +static_assert(offsetof(FAIPredictionEvent, Requestor) == 0x000000, "Member 'FAIPredictionEvent::Requestor' has a wrong offset!"); \ +static_assert(offsetof(FAIPredictionEvent, PredictedActor) == 0x000008, "Member 'FAIPredictionEvent::PredictedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorPerceptionUpdateInfo \ +static_assert(alignof(FActorPerceptionUpdateInfo) == 0x000008, "Wrong alignment on FActorPerceptionUpdateInfo"); \ +static_assert(sizeof(FActorPerceptionUpdateInfo) == 0x000068, "Wrong size on FActorPerceptionUpdateInfo"); \ +static_assert(offsetof(FActorPerceptionUpdateInfo, TargetId) == 0x000000, "Member 'FActorPerceptionUpdateInfo::TargetId' has a wrong offset!"); \ +static_assert(offsetof(FActorPerceptionUpdateInfo, Target) == 0x000004, "Member 'FActorPerceptionUpdateInfo::Target' has a wrong offset!"); \ +static_assert(offsetof(FActorPerceptionUpdateInfo, Stimulus) == 0x000010, "Member 'FActorPerceptionUpdateInfo::Stimulus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIDataProviderIntValue \ +static_assert(alignof(FAIDataProviderIntValue) == 0x000008, "Wrong alignment on FAIDataProviderIntValue"); \ +static_assert(sizeof(FAIDataProviderIntValue) == 0x000040, "Wrong size on FAIDataProviderIntValue"); \ +static_assert(offsetof(FAIDataProviderIntValue, DefaultValue) == 0x000038, "Member 'FAIDataProviderIntValue::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIDataProviderStructValue \ +static_assert(alignof(FAIDataProviderStructValue) == 0x000008, "Wrong alignment on FAIDataProviderStructValue"); \ +static_assert(sizeof(FAIDataProviderStructValue) == 0x000038, "Wrong size on FAIDataProviderStructValue"); \ + +#define DUMPER7_ASSERTS_FActorPerceptionBlueprintInfo \ +static_assert(alignof(FActorPerceptionBlueprintInfo) == 0x000008, "Wrong alignment on FActorPerceptionBlueprintInfo"); \ +static_assert(sizeof(FActorPerceptionBlueprintInfo) == 0x000020, "Wrong size on FActorPerceptionBlueprintInfo"); \ +static_assert(offsetof(FActorPerceptionBlueprintInfo, Target) == 0x000000, "Member 'FActorPerceptionBlueprintInfo::Target' has a wrong offset!"); \ +static_assert(offsetof(FActorPerceptionBlueprintInfo, LastSensedStimuli) == 0x000008, "Member 'FActorPerceptionBlueprintInfo::LastSensedStimuli' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAISenseAffiliationFilter \ +static_assert(alignof(FAISenseAffiliationFilter) == 0x000004, "Wrong alignment on FAISenseAffiliationFilter"); \ +static_assert(sizeof(FAISenseAffiliationFilter) == 0x000004, "Wrong size on FAISenseAffiliationFilter"); \ + +#define DUMPER7_ASSERTS_FAIDamageEvent \ +static_assert(alignof(FAIDamageEvent) == 0x000008, "Wrong alignment on FAIDamageEvent"); \ +static_assert(sizeof(FAIDamageEvent) == 0x000040, "Wrong size on FAIDamageEvent"); \ +static_assert(offsetof(FAIDamageEvent, Amount) == 0x000000, "Member 'FAIDamageEvent::Amount' has a wrong offset!"); \ +static_assert(offsetof(FAIDamageEvent, Location) == 0x000004, "Member 'FAIDamageEvent::Location' has a wrong offset!"); \ +static_assert(offsetof(FAIDamageEvent, HitLocation) == 0x000010, "Member 'FAIDamageEvent::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(FAIDamageEvent, DamagedActor) == 0x000020, "Member 'FAIDamageEvent::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(FAIDamageEvent, Instigator) == 0x000028, "Member 'FAIDamageEvent::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FAIDamageEvent, Tag) == 0x000030, "Member 'FAIDamageEvent::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAINoiseEvent \ +static_assert(alignof(FAINoiseEvent) == 0x000008, "Wrong alignment on FAINoiseEvent"); \ +static_assert(sizeof(FAINoiseEvent) == 0x000040, "Wrong size on FAINoiseEvent"); \ +static_assert(offsetof(FAINoiseEvent, NoiseLocation) == 0x000004, "Member 'FAINoiseEvent::NoiseLocation' has a wrong offset!"); \ +static_assert(offsetof(FAINoiseEvent, Loudness) == 0x000010, "Member 'FAINoiseEvent::Loudness' has a wrong offset!"); \ +static_assert(offsetof(FAINoiseEvent, MaxRange) == 0x000014, "Member 'FAINoiseEvent::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(FAINoiseEvent, Instigator) == 0x000018, "Member 'FAINoiseEvent::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FAINoiseEvent, Tag) == 0x000020, "Member 'FAINoiseEvent::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAISightEvent \ +static_assert(alignof(FAISightEvent) == 0x000008, "Wrong alignment on FAISightEvent"); \ +static_assert(sizeof(FAISightEvent) == 0x000018, "Wrong size on FAISightEvent"); \ +static_assert(offsetof(FAISightEvent, SeenActor) == 0x000008, "Member 'FAISightEvent::SeenActor' has a wrong offset!"); \ +static_assert(offsetof(FAISightEvent, Observer) == 0x000010, "Member 'FAISightEvent::Observer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAITeamStimulusEvent \ +static_assert(alignof(FAITeamStimulusEvent) == 0x000008, "Wrong alignment on FAITeamStimulusEvent"); \ +static_assert(sizeof(FAITeamStimulusEvent) == 0x000038, "Wrong size on FAITeamStimulusEvent"); \ +static_assert(offsetof(FAITeamStimulusEvent, Broadcaster) == 0x000028, "Member 'FAITeamStimulusEvent::Broadcaster' has a wrong offset!"); \ +static_assert(offsetof(FAITeamStimulusEvent, Enemy) == 0x000030, "Member 'FAITeamStimulusEvent::Enemy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAITouchEvent \ +static_assert(alignof(FAITouchEvent) == 0x000008, "Wrong alignment on FAITouchEvent"); \ +static_assert(sizeof(FAITouchEvent) == 0x000020, "Wrong size on FAITouchEvent"); \ +static_assert(offsetof(FAITouchEvent, TouchReceiver) == 0x000010, "Member 'FAITouchEvent::TouchReceiver' has a wrong offset!"); \ +static_assert(offsetof(FAITouchEvent, OtherActor) == 0x000018, "Member 'FAITouchEvent::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntervalCountdown \ +static_assert(alignof(FIntervalCountdown) == 0x000004, "Wrong alignment on FIntervalCountdown"); \ +static_assert(sizeof(FIntervalCountdown) == 0x000008, "Wrong size on FIntervalCountdown"); \ +static_assert(offsetof(FIntervalCountdown, Interval) == 0x000000, "Member 'FIntervalCountdown::Interval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIMoveRequest \ +static_assert(alignof(FAIMoveRequest) == 0x000008, "Wrong alignment on FAIMoveRequest"); \ +static_assert(sizeof(FAIMoveRequest) == 0x000048, "Wrong size on FAIMoveRequest"); \ +static_assert(offsetof(FAIMoveRequest, GoalActor) == 0x000000, "Member 'FAIMoveRequest::GoalActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBehaviorTreeTemplateInfo \ +static_assert(alignof(FBehaviorTreeTemplateInfo) == 0x000008, "Wrong alignment on FBehaviorTreeTemplateInfo"); \ +static_assert(sizeof(FBehaviorTreeTemplateInfo) == 0x000018, "Wrong size on FBehaviorTreeTemplateInfo"); \ +static_assert(offsetof(FBehaviorTreeTemplateInfo, Asset) == 0x000000, "Member 'FBehaviorTreeTemplateInfo::Asset' has a wrong offset!"); \ +static_assert(offsetof(FBehaviorTreeTemplateInfo, Template) == 0x000008, "Member 'FBehaviorTreeTemplateInfo::Template' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlackboardKeySelector \ +static_assert(alignof(FBlackboardKeySelector) == 0x000008, "Wrong alignment on FBlackboardKeySelector"); \ +static_assert(sizeof(FBlackboardKeySelector) == 0x000030, "Wrong size on FBlackboardKeySelector"); \ +static_assert(offsetof(FBlackboardKeySelector, AllowedTypes) == 0x000000, "Member 'FBlackboardKeySelector::AllowedTypes' has a wrong offset!"); \ +static_assert(offsetof(FBlackboardKeySelector, SelectedKeyName) == 0x000010, "Member 'FBlackboardKeySelector::SelectedKeyName' has a wrong offset!"); \ +static_assert(offsetof(FBlackboardKeySelector, SelectedKeyType) == 0x000020, "Member 'FBlackboardKeySelector::SelectedKeyType' has a wrong offset!"); \ +static_assert(offsetof(FBlackboardKeySelector, SelectedKeyID) == 0x000028, "Member 'FBlackboardKeySelector::SelectedKeyID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlackboardEntry \ +static_assert(alignof(FBlackboardEntry) == 0x000008, "Wrong alignment on FBlackboardEntry"); \ +static_assert(sizeof(FBlackboardEntry) == 0x000020, "Wrong size on FBlackboardEntry"); \ +static_assert(offsetof(FBlackboardEntry, EntryName) == 0x000000, "Member 'FBlackboardEntry::EntryName' has a wrong offset!"); \ +static_assert(offsetof(FBlackboardEntry, KeyType) == 0x000010, "Member 'FBlackboardEntry::KeyType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBTDecoratorLogic \ +static_assert(alignof(FBTDecoratorLogic) == 0x000002, "Wrong alignment on FBTDecoratorLogic"); \ +static_assert(sizeof(FBTDecoratorLogic) == 0x000004, "Wrong size on FBTDecoratorLogic"); \ +static_assert(offsetof(FBTDecoratorLogic, Operation) == 0x000000, "Member 'FBTDecoratorLogic::Operation' has a wrong offset!"); \ +static_assert(offsetof(FBTDecoratorLogic, Number) == 0x000002, "Member 'FBTDecoratorLogic::Number' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBTCompositeChild \ +static_assert(alignof(FBTCompositeChild) == 0x000008, "Wrong alignment on FBTCompositeChild"); \ +static_assert(sizeof(FBTCompositeChild) == 0x000030, "Wrong size on FBTCompositeChild"); \ +static_assert(offsetof(FBTCompositeChild, ChildComposite) == 0x000000, "Member 'FBTCompositeChild::ChildComposite' has a wrong offset!"); \ +static_assert(offsetof(FBTCompositeChild, ChildTask) == 0x000008, "Member 'FBTCompositeChild::ChildTask' has a wrong offset!"); \ +static_assert(offsetof(FBTCompositeChild, Decorators) == 0x000010, "Member 'FBTCompositeChild::Decorators' has a wrong offset!"); \ +static_assert(offsetof(FBTCompositeChild, DecoratorOps) == 0x000020, "Member 'FBTCompositeChild::DecoratorOps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCrowdAvoidanceSamplingPattern \ +static_assert(alignof(FCrowdAvoidanceSamplingPattern) == 0x000008, "Wrong alignment on FCrowdAvoidanceSamplingPattern"); \ +static_assert(sizeof(FCrowdAvoidanceSamplingPattern) == 0x000020, "Wrong size on FCrowdAvoidanceSamplingPattern"); \ +static_assert(offsetof(FCrowdAvoidanceSamplingPattern, Angles) == 0x000000, "Member 'FCrowdAvoidanceSamplingPattern::Angles' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceSamplingPattern, Radii) == 0x000010, "Member 'FCrowdAvoidanceSamplingPattern::Radii' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCrowdAvoidanceConfig \ +static_assert(alignof(FCrowdAvoidanceConfig) == 0x000004, "Wrong alignment on FCrowdAvoidanceConfig"); \ +static_assert(sizeof(FCrowdAvoidanceConfig) == 0x00001C, "Wrong size on FCrowdAvoidanceConfig"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, VelocityBias) == 0x000000, "Member 'FCrowdAvoidanceConfig::VelocityBias' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, DesiredVelocityWeight) == 0x000004, "Member 'FCrowdAvoidanceConfig::DesiredVelocityWeight' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, CurrentVelocityWeight) == 0x000008, "Member 'FCrowdAvoidanceConfig::CurrentVelocityWeight' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, SideBiasWeight) == 0x00000C, "Member 'FCrowdAvoidanceConfig::SideBiasWeight' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, ImpactTimeWeight) == 0x000010, "Member 'FCrowdAvoidanceConfig::ImpactTimeWeight' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, ImpactTimeRange) == 0x000014, "Member 'FCrowdAvoidanceConfig::ImpactTimeRange' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, CustomPatternIdx) == 0x000018, "Member 'FCrowdAvoidanceConfig::CustomPatternIdx' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, AdaptiveDivisions) == 0x000019, "Member 'FCrowdAvoidanceConfig::AdaptiveDivisions' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, AdaptiveRings) == 0x00001A, "Member 'FCrowdAvoidanceConfig::AdaptiveRings' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, AdaptiveDepth) == 0x00001B, "Member 'FCrowdAvoidanceConfig::AdaptiveDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnvQueryInstanceCache \ +static_assert(alignof(FEnvQueryInstanceCache) == 0x000008, "Wrong alignment on FEnvQueryInstanceCache"); \ +static_assert(sizeof(FEnvQueryInstanceCache) == 0x000188, "Wrong size on FEnvQueryInstanceCache"); \ +static_assert(offsetof(FEnvQueryInstanceCache, Template) == 0x000000, "Member 'FEnvQueryInstanceCache::Template' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnvQueryRequest \ +static_assert(alignof(FEnvQueryRequest) == 0x000008, "Wrong alignment on FEnvQueryRequest"); \ +static_assert(sizeof(FEnvQueryRequest) == 0x000068, "Wrong size on FEnvQueryRequest"); \ +static_assert(offsetof(FEnvQueryRequest, QueryTemplate) == 0x000000, "Member 'FEnvQueryRequest::QueryTemplate' has a wrong offset!"); \ +static_assert(offsetof(FEnvQueryRequest, Owner) == 0x000008, "Member 'FEnvQueryRequest::Owner' has a wrong offset!"); \ +static_assert(offsetof(FEnvQueryRequest, World) == 0x000010, "Member 'FEnvQueryRequest::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIDynamicParam \ +static_assert(alignof(FAIDynamicParam) == 0x000008, "Wrong alignment on FAIDynamicParam"); \ +static_assert(sizeof(FAIDynamicParam) == 0x000048, "Wrong size on FAIDynamicParam"); \ +static_assert(offsetof(FAIDynamicParam, ParamName) == 0x000000, "Member 'FAIDynamicParam::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FAIDynamicParam, ParamType) == 0x00000C, "Member 'FAIDynamicParam::ParamType' has a wrong offset!"); \ +static_assert(offsetof(FAIDynamicParam, Value) == 0x000010, "Member 'FAIDynamicParam::Value' has a wrong offset!"); \ +static_assert(offsetof(FAIDynamicParam, BBKey) == 0x000018, "Member 'FAIDynamicParam::BBKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEQSParametrizedQueryExecutionRequest \ +static_assert(alignof(FEQSParametrizedQueryExecutionRequest) == 0x000008, "Wrong alignment on FEQSParametrizedQueryExecutionRequest"); \ +static_assert(sizeof(FEQSParametrizedQueryExecutionRequest) == 0x000050, "Wrong size on FEQSParametrizedQueryExecutionRequest"); \ +static_assert(offsetof(FEQSParametrizedQueryExecutionRequest, QueryTemplate) == 0x000000, "Member 'FEQSParametrizedQueryExecutionRequest::QueryTemplate' has a wrong offset!"); \ +static_assert(offsetof(FEQSParametrizedQueryExecutionRequest, QueryConfig) == 0x000008, "Member 'FEQSParametrizedQueryExecutionRequest::QueryConfig' has a wrong offset!"); \ +static_assert(offsetof(FEQSParametrizedQueryExecutionRequest, EQSQueryBlackboardKey) == 0x000018, "Member 'FEQSParametrizedQueryExecutionRequest::EQSQueryBlackboardKey' has a wrong offset!"); \ +static_assert(offsetof(FEQSParametrizedQueryExecutionRequest, RunMode) == 0x000048, "Member 'FEQSParametrizedQueryExecutionRequest::RunMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnvQueryResult \ +static_assert(alignof(FEnvQueryResult) == 0x000008, "Wrong alignment on FEnvQueryResult"); \ +static_assert(sizeof(FEnvQueryResult) == 0x000040, "Wrong size on FEnvQueryResult"); \ +static_assert(offsetof(FEnvQueryResult, ItemType) == 0x000010, "Member 'FEnvQueryResult::ItemType' has a wrong offset!"); \ +static_assert(offsetof(FEnvQueryResult, OptionIndex) == 0x00002C, "Member 'FEnvQueryResult::OptionIndex' has a wrong offset!"); \ +static_assert(offsetof(FEnvQueryResult, QueryID) == 0x000030, "Member 'FEnvQueryResult::QueryID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnvOverlapData \ +static_assert(alignof(FEnvOverlapData) == 0x000004, "Wrong alignment on FEnvOverlapData"); \ +static_assert(sizeof(FEnvOverlapData) == 0x000020, "Wrong size on FEnvOverlapData"); \ +static_assert(offsetof(FEnvOverlapData, ExtentX) == 0x000000, "Member 'FEnvOverlapData::ExtentX' has a wrong offset!"); \ +static_assert(offsetof(FEnvOverlapData, ExtentY) == 0x000004, "Member 'FEnvOverlapData::ExtentY' has a wrong offset!"); \ +static_assert(offsetof(FEnvOverlapData, ExtentZ) == 0x000008, "Member 'FEnvOverlapData::ExtentZ' has a wrong offset!"); \ +static_assert(offsetof(FEnvOverlapData, ShapeOffset) == 0x00000C, "Member 'FEnvOverlapData::ShapeOffset' has a wrong offset!"); \ +static_assert(offsetof(FEnvOverlapData, OverlapChannel) == 0x000018, "Member 'FEnvOverlapData::OverlapChannel' has a wrong offset!"); \ +static_assert(offsetof(FEnvOverlapData, OverlapShape) == 0x000019, "Member 'FEnvOverlapData::OverlapShape' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnvTraceData \ +static_assert(alignof(FEnvTraceData) == 0x000008, "Wrong alignment on FEnvTraceData"); \ +static_assert(sizeof(FEnvTraceData) == 0x000030, "Wrong size on FEnvTraceData"); \ +static_assert(offsetof(FEnvTraceData, VersionNum) == 0x000000, "Member 'FEnvTraceData::VersionNum' has a wrong offset!"); \ +static_assert(offsetof(FEnvTraceData, NavigationFilter) == 0x000008, "Member 'FEnvTraceData::NavigationFilter' has a wrong offset!"); \ +static_assert(offsetof(FEnvTraceData, ProjectDown) == 0x000010, "Member 'FEnvTraceData::ProjectDown' has a wrong offset!"); \ +static_assert(offsetof(FEnvTraceData, ProjectUp) == 0x000014, "Member 'FEnvTraceData::ProjectUp' has a wrong offset!"); \ +static_assert(offsetof(FEnvTraceData, ExtentX) == 0x000018, "Member 'FEnvTraceData::ExtentX' has a wrong offset!"); \ +static_assert(offsetof(FEnvTraceData, ExtentY) == 0x00001C, "Member 'FEnvTraceData::ExtentY' has a wrong offset!"); \ +static_assert(offsetof(FEnvTraceData, ExtentZ) == 0x000020, "Member 'FEnvTraceData::ExtentZ' has a wrong offset!"); \ +static_assert(offsetof(FEnvTraceData, PostProjectionVerticalOffset) == 0x000024, "Member 'FEnvTraceData::PostProjectionVerticalOffset' has a wrong offset!"); \ +static_assert(offsetof(FEnvTraceData, TraceChannel) == 0x000028, "Member 'FEnvTraceData::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(FEnvTraceData, SerializedChannel) == 0x000029, "Member 'FEnvTraceData::SerializedChannel' has a wrong offset!"); \ +static_assert(offsetof(FEnvTraceData, TraceShape) == 0x00002A, "Member 'FEnvTraceData::TraceShape' has a wrong offset!"); \ +static_assert(offsetof(FEnvTraceData, TraceMode) == 0x00002B, "Member 'FEnvTraceData::TraceMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnvDirection \ +static_assert(alignof(FEnvDirection) == 0x000008, "Wrong alignment on FEnvDirection"); \ +static_assert(sizeof(FEnvDirection) == 0x000020, "Wrong size on FEnvDirection"); \ +static_assert(offsetof(FEnvDirection, LineFrom) == 0x000000, "Member 'FEnvDirection::LineFrom' has a wrong offset!"); \ +static_assert(offsetof(FEnvDirection, LineTo) == 0x000008, "Member 'FEnvDirection::LineTo' has a wrong offset!"); \ +static_assert(offsetof(FEnvDirection, Rotation) == 0x000010, "Member 'FEnvDirection::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FEnvDirection, DirMode) == 0x000018, "Member 'FEnvDirection::DirMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnvNamedValue \ +static_assert(alignof(FEnvNamedValue) == 0x000004, "Wrong alignment on FEnvNamedValue"); \ +static_assert(sizeof(FEnvNamedValue) == 0x000014, "Wrong size on FEnvNamedValue"); \ +static_assert(offsetof(FEnvNamedValue, ParamName) == 0x000000, "Member 'FEnvNamedValue::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FEnvNamedValue, ParamType) == 0x00000C, "Member 'FEnvNamedValue::ParamType' has a wrong offset!"); \ +static_assert(offsetof(FEnvNamedValue, Value) == 0x000010, "Member 'FEnvNamedValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGenericTeamId \ +static_assert(alignof(FGenericTeamId) == 0x000001, "Wrong alignment on FGenericTeamId"); \ +static_assert(sizeof(FGenericTeamId) == 0x000001, "Wrong size on FGenericTeamId"); \ +static_assert(offsetof(FGenericTeamId, TeamID) == 0x000000, "Member 'FGenericTeamId::TeamID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPawnActionStack \ +static_assert(alignof(FPawnActionStack) == 0x000008, "Wrong alignment on FPawnActionStack"); \ +static_assert(sizeof(FPawnActionStack) == 0x000008, "Wrong size on FPawnActionStack"); \ +static_assert(offsetof(FPawnActionStack, TopAction) == 0x000000, "Member 'FPawnActionStack::TopAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPawnActionEvent \ +static_assert(alignof(FPawnActionEvent) == 0x000008, "Wrong alignment on FPawnActionEvent"); \ +static_assert(sizeof(FPawnActionEvent) == 0x000018, "Wrong size on FPawnActionEvent"); \ +static_assert(offsetof(FPawnActionEvent, Action) == 0x000000, "Member 'FPawnActionEvent::Action' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRecastGraphWrapper \ +static_assert(alignof(FRecastGraphWrapper) == 0x000008, "Wrong alignment on FRecastGraphWrapper"); \ +static_assert(sizeof(FRecastGraphWrapper) == 0x000098, "Wrong size on FRecastGraphWrapper"); \ +static_assert(offsetof(FRecastGraphWrapper, RecastNavMeshActor) == 0x000000, "Member 'FRecastGraphWrapper::RecastNavMeshActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTNode \ +static_assert(alignof(UBTNode) == 0x000008, "Wrong alignment on UBTNode"); \ +static_assert(sizeof(UBTNode) == 0x000060, "Wrong size on UBTNode"); \ +static_assert(offsetof(UBTNode, NodeName) == 0x000038, "Member 'UBTNode::NodeName' has a wrong offset!"); \ +static_assert(offsetof(UBTNode, TreeAsset) == 0x000048, "Member 'UBTNode::TreeAsset' has a wrong offset!"); \ +static_assert(offsetof(UBTNode, ParentNode) == 0x000050, "Member 'UBTNode::ParentNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTCompositeNode \ +static_assert(alignof(UBTCompositeNode) == 0x000008, "Wrong alignment on UBTCompositeNode"); \ +static_assert(sizeof(UBTCompositeNode) == 0x000098, "Wrong size on UBTCompositeNode"); \ +static_assert(offsetof(UBTCompositeNode, Children) == 0x000060, "Member 'UBTCompositeNode::Children' has a wrong offset!"); \ +static_assert(offsetof(UBTCompositeNode, Services) == 0x000070, "Member 'UBTCompositeNode::Services' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIAsyncTaskBlueprintProxy_OnMoveCompleted \ +static_assert(alignof(AIAsyncTaskBlueprintProxy_OnMoveCompleted) == 0x000004, "Wrong alignment on AIAsyncTaskBlueprintProxy_OnMoveCompleted"); \ +static_assert(sizeof(AIAsyncTaskBlueprintProxy_OnMoveCompleted) == 0x000008, "Wrong size on AIAsyncTaskBlueprintProxy_OnMoveCompleted"); \ +static_assert(offsetof(AIAsyncTaskBlueprintProxy_OnMoveCompleted, RequestID) == 0x000000, "Member 'AIAsyncTaskBlueprintProxy_OnMoveCompleted::RequestID' has a wrong offset!"); \ +static_assert(offsetof(AIAsyncTaskBlueprintProxy_OnMoveCompleted, MovementResult) == 0x000004, "Member 'AIAsyncTaskBlueprintProxy_OnMoveCompleted::MovementResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIAsyncTaskBlueprintProxy \ +static_assert(alignof(UAIAsyncTaskBlueprintProxy) == 0x000008, "Wrong alignment on UAIAsyncTaskBlueprintProxy"); \ +static_assert(sizeof(UAIAsyncTaskBlueprintProxy) == 0x000070, "Wrong size on UAIAsyncTaskBlueprintProxy"); \ +static_assert(offsetof(UAIAsyncTaskBlueprintProxy, OnSuccess) == 0x000030, "Member 'UAIAsyncTaskBlueprintProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UAIAsyncTaskBlueprintProxy, OnFail) == 0x000040, "Member 'UAIAsyncTaskBlueprintProxy::OnFail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType \ +static_assert(alignof(UBlackboardKeyType) == 0x000008, "Wrong alignment on UBlackboardKeyType"); \ +static_assert(sizeof(UBlackboardKeyType) == 0x000038, "Wrong size on UBlackboardKeyType"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Rotator \ +static_assert(alignof(UBlackboardKeyType_Rotator) == 0x000008, "Wrong alignment on UBlackboardKeyType_Rotator"); \ +static_assert(sizeof(UBlackboardKeyType_Rotator) == 0x000038, "Wrong size on UBlackboardKeyType_Rotator"); \ + +#define DUMPER7_ASSERTS_UEnvQueryDebugHelpers \ +static_assert(alignof(UEnvQueryDebugHelpers) == 0x000008, "Wrong alignment on UEnvQueryDebugHelpers"); \ +static_assert(sizeof(UEnvQueryDebugHelpers) == 0x000030, "Wrong size on UEnvQueryDebugHelpers"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_CreateMoveToProxyObject \ +static_assert(alignof(AIBlueprintHelperLibrary_CreateMoveToProxyObject) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_CreateMoveToProxyObject"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_CreateMoveToProxyObject) == 0x000038, "Wrong size on AIBlueprintHelperLibrary_CreateMoveToProxyObject"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, WorldContextObject) == 0x000000, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, Pawn) == 0x000008, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::Pawn' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, Destination) == 0x000010, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::Destination' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, TargetActor) == 0x000020, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, AcceptanceRadius) == 0x000028, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::AcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, bStopOnOverlap) == 0x00002C, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::bStopOnOverlap' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, ReturnValue) == 0x000030, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetAIController \ +static_assert(alignof(AIBlueprintHelperLibrary_GetAIController) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetAIController"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_GetAIController) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_GetAIController"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetAIController, ControlledActor) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetAIController::ControlledActor' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetAIController, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetAIController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetBlackboard \ +static_assert(alignof(AIBlueprintHelperLibrary_GetBlackboard) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetBlackboard"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_GetBlackboard) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_GetBlackboard"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetBlackboard, Target) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetBlackboard::Target' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetBlackboard, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetBlackboard::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetCurrentPath \ +static_assert(alignof(AIBlueprintHelperLibrary_GetCurrentPath) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetCurrentPath"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_GetCurrentPath) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_GetCurrentPath"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPath, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetCurrentPath::Controller' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPath, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetCurrentPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetCurrentPathIndex \ +static_assert(alignof(AIBlueprintHelperLibrary_GetCurrentPathIndex) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetCurrentPathIndex"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_GetCurrentPathIndex) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_GetCurrentPathIndex"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPathIndex, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetCurrentPathIndex::Controller' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPathIndex, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetCurrentPathIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetCurrentPathPoints \ +static_assert(alignof(AIBlueprintHelperLibrary_GetCurrentPathPoints) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetCurrentPathPoints"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_GetCurrentPathPoints) == 0x000018, "Wrong size on AIBlueprintHelperLibrary_GetCurrentPathPoints"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPathPoints, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetCurrentPathPoints::Controller' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPathPoints, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetCurrentPathPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetNextNavLinkIndex \ +static_assert(alignof(AIBlueprintHelperLibrary_GetNextNavLinkIndex) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetNextNavLinkIndex"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_GetNextNavLinkIndex) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_GetNextNavLinkIndex"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetNextNavLinkIndex, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetNextNavLinkIndex::Controller' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetNextNavLinkIndex, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetNextNavLinkIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_IsValidAIDirection \ +static_assert(alignof(AIBlueprintHelperLibrary_IsValidAIDirection) == 0x000004, "Wrong alignment on AIBlueprintHelperLibrary_IsValidAIDirection"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_IsValidAIDirection) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_IsValidAIDirection"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAIDirection, DirectionVector) == 0x000000, "Member 'AIBlueprintHelperLibrary_IsValidAIDirection::DirectionVector' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAIDirection, ReturnValue) == 0x00000C, "Member 'AIBlueprintHelperLibrary_IsValidAIDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_IsValidAILocation \ +static_assert(alignof(AIBlueprintHelperLibrary_IsValidAILocation) == 0x000004, "Wrong alignment on AIBlueprintHelperLibrary_IsValidAILocation"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_IsValidAILocation) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_IsValidAILocation"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAILocation, Location) == 0x000000, "Member 'AIBlueprintHelperLibrary_IsValidAILocation::Location' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAILocation, ReturnValue) == 0x00000C, "Member 'AIBlueprintHelperLibrary_IsValidAILocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_IsValidAIRotation \ +static_assert(alignof(AIBlueprintHelperLibrary_IsValidAIRotation) == 0x000004, "Wrong alignment on AIBlueprintHelperLibrary_IsValidAIRotation"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_IsValidAIRotation) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_IsValidAIRotation"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAIRotation, Rotation) == 0x000000, "Member 'AIBlueprintHelperLibrary_IsValidAIRotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAIRotation, ReturnValue) == 0x00000C, "Member 'AIBlueprintHelperLibrary_IsValidAIRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_LockAIResourcesWithAnimation \ +static_assert(alignof(AIBlueprintHelperLibrary_LockAIResourcesWithAnimation) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_LockAIResourcesWithAnimation"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_LockAIResourcesWithAnimation) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_LockAIResourcesWithAnimation"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_LockAIResourcesWithAnimation, AnimInstance) == 0x000000, "Member 'AIBlueprintHelperLibrary_LockAIResourcesWithAnimation::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_LockAIResourcesWithAnimation, bLockMovement) == 0x000008, "Member 'AIBlueprintHelperLibrary_LockAIResourcesWithAnimation::bLockMovement' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_LockAIResourcesWithAnimation, LockAILogic) == 0x000009, "Member 'AIBlueprintHelperLibrary_LockAIResourcesWithAnimation::LockAILogic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_SendAIMessage \ +static_assert(alignof(AIBlueprintHelperLibrary_SendAIMessage) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_SendAIMessage"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_SendAIMessage) == 0x000028, "Wrong size on AIBlueprintHelperLibrary_SendAIMessage"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SendAIMessage, Target) == 0x000000, "Member 'AIBlueprintHelperLibrary_SendAIMessage::Target' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SendAIMessage, Message) == 0x000008, "Member 'AIBlueprintHelperLibrary_SendAIMessage::Message' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SendAIMessage, MessageSource) == 0x000018, "Member 'AIBlueprintHelperLibrary_SendAIMessage::MessageSource' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SendAIMessage, bSuccess) == 0x000020, "Member 'AIBlueprintHelperLibrary_SendAIMessage::bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_SimpleMoveToActor \ +static_assert(alignof(AIBlueprintHelperLibrary_SimpleMoveToActor) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_SimpleMoveToActor"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_SimpleMoveToActor) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_SimpleMoveToActor"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SimpleMoveToActor, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_SimpleMoveToActor::Controller' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SimpleMoveToActor, Goal) == 0x000008, "Member 'AIBlueprintHelperLibrary_SimpleMoveToActor::Goal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_SimpleMoveToLocation \ +static_assert(alignof(AIBlueprintHelperLibrary_SimpleMoveToLocation) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_SimpleMoveToLocation"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_SimpleMoveToLocation) == 0x000018, "Wrong size on AIBlueprintHelperLibrary_SimpleMoveToLocation"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SimpleMoveToLocation, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_SimpleMoveToLocation::Controller' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SimpleMoveToLocation, Goal) == 0x000008, "Member 'AIBlueprintHelperLibrary_SimpleMoveToLocation::Goal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_SpawnAIFromClass \ +static_assert(alignof(AIBlueprintHelperLibrary_SpawnAIFromClass) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_SpawnAIFromClass"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_SpawnAIFromClass) == 0x000048, "Wrong size on AIBlueprintHelperLibrary_SpawnAIFromClass"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, WorldContextObject) == 0x000000, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, PawnClass) == 0x000008, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::PawnClass' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, BehaviorTree) == 0x000010, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::BehaviorTree' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, Location) == 0x000018, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::Location' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, Rotation) == 0x000024, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::Rotation' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, bNoCollisionFail) == 0x000030, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::bNoCollisionFail' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, Owner) == 0x000038, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::Owner' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, ReturnValue) == 0x000040, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation \ +static_assert(alignof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation, AnimInstance) == 0x000000, "Member 'AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation, bUnlockMovement) == 0x000008, "Member 'AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation::bUnlockMovement' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation, UnlockAILogic) == 0x000009, "Member 'AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation::UnlockAILogic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIBlueprintHelperLibrary \ +static_assert(alignof(UAIBlueprintHelperLibrary) == 0x000008, "Wrong alignment on UAIBlueprintHelperLibrary"); \ +static_assert(sizeof(UAIBlueprintHelperLibrary) == 0x000030, "Wrong size on UAIBlueprintHelperLibrary"); \ + +#define DUMPER7_ASSERTS_AIController_ClaimTaskResource \ +static_assert(alignof(AIController_ClaimTaskResource) == 0x000008, "Wrong alignment on AIController_ClaimTaskResource"); \ +static_assert(sizeof(AIController_ClaimTaskResource) == 0x000008, "Wrong size on AIController_ClaimTaskResource"); \ +static_assert(offsetof(AIController_ClaimTaskResource, ResourceClass) == 0x000000, "Member 'AIController_ClaimTaskResource::ResourceClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_GetAIPerceptionComponent \ +static_assert(alignof(AIController_GetAIPerceptionComponent) == 0x000008, "Wrong alignment on AIController_GetAIPerceptionComponent"); \ +static_assert(sizeof(AIController_GetAIPerceptionComponent) == 0x000008, "Wrong size on AIController_GetAIPerceptionComponent"); \ +static_assert(offsetof(AIController_GetAIPerceptionComponent, ReturnValue) == 0x000000, "Member 'AIController_GetAIPerceptionComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_K2_SetFocalPoint \ +static_assert(alignof(AIController_K2_SetFocalPoint) == 0x000004, "Wrong alignment on AIController_K2_SetFocalPoint"); \ +static_assert(sizeof(AIController_K2_SetFocalPoint) == 0x00000C, "Wrong size on AIController_K2_SetFocalPoint"); \ +static_assert(offsetof(AIController_K2_SetFocalPoint, FP) == 0x000000, "Member 'AIController_K2_SetFocalPoint::FP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_K2_SetFocus \ +static_assert(alignof(AIController_K2_SetFocus) == 0x000008, "Wrong alignment on AIController_K2_SetFocus"); \ +static_assert(sizeof(AIController_K2_SetFocus) == 0x000008, "Wrong size on AIController_K2_SetFocus"); \ +static_assert(offsetof(AIController_K2_SetFocus, NewFocus) == 0x000000, "Member 'AIController_K2_SetFocus::NewFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_MoveToActor \ +static_assert(alignof(AIController_MoveToActor) == 0x000008, "Wrong alignment on AIController_MoveToActor"); \ +static_assert(sizeof(AIController_MoveToActor) == 0x000020, "Wrong size on AIController_MoveToActor"); \ +static_assert(offsetof(AIController_MoveToActor, Goal) == 0x000000, "Member 'AIController_MoveToActor::Goal' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToActor, AcceptanceRadius) == 0x000008, "Member 'AIController_MoveToActor::AcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToActor, bStopOnOverlap) == 0x00000C, "Member 'AIController_MoveToActor::bStopOnOverlap' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToActor, bUsePathfinding) == 0x00000D, "Member 'AIController_MoveToActor::bUsePathfinding' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToActor, bCanStrafe) == 0x00000E, "Member 'AIController_MoveToActor::bCanStrafe' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToActor, FilterClass) == 0x000010, "Member 'AIController_MoveToActor::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToActor, bAllowPartialPath) == 0x000018, "Member 'AIController_MoveToActor::bAllowPartialPath' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToActor, ReturnValue) == 0x000019, "Member 'AIController_MoveToActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_MoveToLocation \ +static_assert(alignof(AIController_MoveToLocation) == 0x000008, "Wrong alignment on AIController_MoveToLocation"); \ +static_assert(sizeof(AIController_MoveToLocation) == 0x000028, "Wrong size on AIController_MoveToLocation"); \ +static_assert(offsetof(AIController_MoveToLocation, Dest) == 0x000000, "Member 'AIController_MoveToLocation::Dest' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToLocation, AcceptanceRadius) == 0x00000C, "Member 'AIController_MoveToLocation::AcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToLocation, bStopOnOverlap) == 0x000010, "Member 'AIController_MoveToLocation::bStopOnOverlap' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToLocation, bUsePathfinding) == 0x000011, "Member 'AIController_MoveToLocation::bUsePathfinding' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToLocation, bProjectDestinationToNavigation) == 0x000012, "Member 'AIController_MoveToLocation::bProjectDestinationToNavigation' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToLocation, bCanStrafe) == 0x000013, "Member 'AIController_MoveToLocation::bCanStrafe' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToLocation, FilterClass) == 0x000018, "Member 'AIController_MoveToLocation::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToLocation, bAllowPartialPath) == 0x000020, "Member 'AIController_MoveToLocation::bAllowPartialPath' has a wrong offset!"); \ +static_assert(offsetof(AIController_MoveToLocation, ReturnValue) == 0x000021, "Member 'AIController_MoveToLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_OnGameplayTaskResourcesClaimed \ +static_assert(alignof(AIController_OnGameplayTaskResourcesClaimed) == 0x000002, "Wrong alignment on AIController_OnGameplayTaskResourcesClaimed"); \ +static_assert(sizeof(AIController_OnGameplayTaskResourcesClaimed) == 0x000004, "Wrong size on AIController_OnGameplayTaskResourcesClaimed"); \ +static_assert(offsetof(AIController_OnGameplayTaskResourcesClaimed, NewlyClaimed) == 0x000000, "Member 'AIController_OnGameplayTaskResourcesClaimed::NewlyClaimed' has a wrong offset!"); \ +static_assert(offsetof(AIController_OnGameplayTaskResourcesClaimed, FreshlyReleased) == 0x000002, "Member 'AIController_OnGameplayTaskResourcesClaimed::FreshlyReleased' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_OnUsingBlackBoard \ +static_assert(alignof(AIController_OnUsingBlackBoard) == 0x000008, "Wrong alignment on AIController_OnUsingBlackBoard"); \ +static_assert(sizeof(AIController_OnUsingBlackBoard) == 0x000010, "Wrong size on AIController_OnUsingBlackBoard"); \ +static_assert(offsetof(AIController_OnUsingBlackBoard, BlackboardComp) == 0x000000, "Member 'AIController_OnUsingBlackBoard::BlackboardComp' has a wrong offset!"); \ +static_assert(offsetof(AIController_OnUsingBlackBoard, BlackboardAsset) == 0x000008, "Member 'AIController_OnUsingBlackBoard::BlackboardAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_RunBehaviorTree \ +static_assert(alignof(AIController_RunBehaviorTree) == 0x000008, "Wrong alignment on AIController_RunBehaviorTree"); \ +static_assert(sizeof(AIController_RunBehaviorTree) == 0x000010, "Wrong size on AIController_RunBehaviorTree"); \ +static_assert(offsetof(AIController_RunBehaviorTree, BTAsset) == 0x000000, "Member 'AIController_RunBehaviorTree::BTAsset' has a wrong offset!"); \ +static_assert(offsetof(AIController_RunBehaviorTree, ReturnValue) == 0x000008, "Member 'AIController_RunBehaviorTree::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_SetMoveBlockDetection \ +static_assert(alignof(AIController_SetMoveBlockDetection) == 0x000001, "Wrong alignment on AIController_SetMoveBlockDetection"); \ +static_assert(sizeof(AIController_SetMoveBlockDetection) == 0x000001, "Wrong size on AIController_SetMoveBlockDetection"); \ +static_assert(offsetof(AIController_SetMoveBlockDetection, bEnable) == 0x000000, "Member 'AIController_SetMoveBlockDetection::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_SetPathFollowingComponent \ +static_assert(alignof(AIController_SetPathFollowingComponent) == 0x000008, "Wrong alignment on AIController_SetPathFollowingComponent"); \ +static_assert(sizeof(AIController_SetPathFollowingComponent) == 0x000008, "Wrong size on AIController_SetPathFollowingComponent"); \ +static_assert(offsetof(AIController_SetPathFollowingComponent, NewPFComponent) == 0x000000, "Member 'AIController_SetPathFollowingComponent::NewPFComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_UnclaimTaskResource \ +static_assert(alignof(AIController_UnclaimTaskResource) == 0x000008, "Wrong alignment on AIController_UnclaimTaskResource"); \ +static_assert(sizeof(AIController_UnclaimTaskResource) == 0x000008, "Wrong size on AIController_UnclaimTaskResource"); \ +static_assert(offsetof(AIController_UnclaimTaskResource, ResourceClass) == 0x000000, "Member 'AIController_UnclaimTaskResource::ResourceClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_UseBlackboard \ +static_assert(alignof(AIController_UseBlackboard) == 0x000008, "Wrong alignment on AIController_UseBlackboard"); \ +static_assert(sizeof(AIController_UseBlackboard) == 0x000018, "Wrong size on AIController_UseBlackboard"); \ +static_assert(offsetof(AIController_UseBlackboard, BlackboardAsset) == 0x000000, "Member 'AIController_UseBlackboard::BlackboardAsset' has a wrong offset!"); \ +static_assert(offsetof(AIController_UseBlackboard, BlackboardComponent) == 0x000008, "Member 'AIController_UseBlackboard::BlackboardComponent' has a wrong offset!"); \ +static_assert(offsetof(AIController_UseBlackboard, ReturnValue) == 0x000010, "Member 'AIController_UseBlackboard::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_GetFocalPoint \ +static_assert(alignof(AIController_GetFocalPoint) == 0x000004, "Wrong alignment on AIController_GetFocalPoint"); \ +static_assert(sizeof(AIController_GetFocalPoint) == 0x00000C, "Wrong size on AIController_GetFocalPoint"); \ +static_assert(offsetof(AIController_GetFocalPoint, ReturnValue) == 0x000000, "Member 'AIController_GetFocalPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_GetFocalPointOnActor \ +static_assert(alignof(AIController_GetFocalPointOnActor) == 0x000008, "Wrong alignment on AIController_GetFocalPointOnActor"); \ +static_assert(sizeof(AIController_GetFocalPointOnActor) == 0x000018, "Wrong size on AIController_GetFocalPointOnActor"); \ +static_assert(offsetof(AIController_GetFocalPointOnActor, Actor) == 0x000000, "Member 'AIController_GetFocalPointOnActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(AIController_GetFocalPointOnActor, ReturnValue) == 0x000008, "Member 'AIController_GetFocalPointOnActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_GetFocusActor \ +static_assert(alignof(AIController_GetFocusActor) == 0x000008, "Wrong alignment on AIController_GetFocusActor"); \ +static_assert(sizeof(AIController_GetFocusActor) == 0x000008, "Wrong size on AIController_GetFocusActor"); \ +static_assert(offsetof(AIController_GetFocusActor, ReturnValue) == 0x000000, "Member 'AIController_GetFocusActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_GetImmediateMoveDestination \ +static_assert(alignof(AIController_GetImmediateMoveDestination) == 0x000004, "Wrong alignment on AIController_GetImmediateMoveDestination"); \ +static_assert(sizeof(AIController_GetImmediateMoveDestination) == 0x00000C, "Wrong size on AIController_GetImmediateMoveDestination"); \ +static_assert(offsetof(AIController_GetImmediateMoveDestination, ReturnValue) == 0x000000, "Member 'AIController_GetImmediateMoveDestination::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_GetMoveStatus \ +static_assert(alignof(AIController_GetMoveStatus) == 0x000001, "Wrong alignment on AIController_GetMoveStatus"); \ +static_assert(sizeof(AIController_GetMoveStatus) == 0x000001, "Wrong size on AIController_GetMoveStatus"); \ +static_assert(offsetof(AIController_GetMoveStatus, ReturnValue) == 0x000000, "Member 'AIController_GetMoveStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_GetPathFollowingComponent \ +static_assert(alignof(AIController_GetPathFollowingComponent) == 0x000008, "Wrong alignment on AIController_GetPathFollowingComponent"); \ +static_assert(sizeof(AIController_GetPathFollowingComponent) == 0x000008, "Wrong size on AIController_GetPathFollowingComponent"); \ +static_assert(offsetof(AIController_GetPathFollowingComponent, ReturnValue) == 0x000000, "Member 'AIController_GetPathFollowingComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIController_HasPartialPath \ +static_assert(alignof(AIController_HasPartialPath) == 0x000001, "Wrong alignment on AIController_HasPartialPath"); \ +static_assert(sizeof(AIController_HasPartialPath) == 0x000001, "Wrong size on AIController_HasPartialPath"); \ +static_assert(offsetof(AIController_HasPartialPath, ReturnValue) == 0x000000, "Member 'AIController_HasPartialPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAIController \ +static_assert(alignof(AAIController) == 0x000008, "Wrong alignment on AAIController"); \ +static_assert(sizeof(AAIController) == 0x0003E8, "Wrong size on AAIController"); \ +static_assert(offsetof(AAIController, PathFollowingComponent) == 0x000398, "Member 'AAIController::PathFollowingComponent' has a wrong offset!"); \ +static_assert(offsetof(AAIController, BrainComponent) == 0x0003A0, "Member 'AAIController::BrainComponent' has a wrong offset!"); \ +static_assert(offsetof(AAIController, PerceptionComponent) == 0x0003A8, "Member 'AAIController::PerceptionComponent' has a wrong offset!"); \ +static_assert(offsetof(AAIController, ActionsComp) == 0x0003B0, "Member 'AAIController::ActionsComp' has a wrong offset!"); \ +static_assert(offsetof(AAIController, Blackboard) == 0x0003B8, "Member 'AAIController::Blackboard' has a wrong offset!"); \ +static_assert(offsetof(AAIController, CachedGameplayTasksComponent) == 0x0003C0, "Member 'AAIController::CachedGameplayTasksComponent' has a wrong offset!"); \ +static_assert(offsetof(AAIController, DefaultNavigationFilterClass) == 0x0003C8, "Member 'AAIController::DefaultNavigationFilterClass' has a wrong offset!"); \ +static_assert(offsetof(AAIController, ReceiveMoveCompleted) == 0x0003D0, "Member 'AAIController::ReceiveMoveCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Enum \ +static_assert(alignof(UBlackboardKeyType_Enum) == 0x000008, "Wrong alignment on UBlackboardKeyType_Enum"); \ +static_assert(sizeof(UBlackboardKeyType_Enum) == 0x000058, "Wrong size on UBlackboardKeyType_Enum"); \ +static_assert(offsetof(UBlackboardKeyType_Enum, EnumType) == 0x000038, "Member 'UBlackboardKeyType_Enum::EnumType' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardKeyType_Enum, EnumName) == 0x000040, "Member 'UBlackboardKeyType_Enum::EnumName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADetourCrowdAIController \ +static_assert(alignof(ADetourCrowdAIController) == 0x000008, "Wrong alignment on ADetourCrowdAIController"); \ +static_assert(sizeof(ADetourCrowdAIController) == 0x0003E8, "Wrong size on ADetourCrowdAIController"); \ + +#define DUMPER7_ASSERTS_UAIDataProvider \ +static_assert(alignof(UAIDataProvider) == 0x000008, "Wrong alignment on UAIDataProvider"); \ +static_assert(sizeof(UAIDataProvider) == 0x000030, "Wrong size on UAIDataProvider"); \ + +#define DUMPER7_ASSERTS_UAIDataProvider_QueryParams \ +static_assert(alignof(UAIDataProvider_QueryParams) == 0x000008, "Wrong alignment on UAIDataProvider_QueryParams"); \ +static_assert(sizeof(UAIDataProvider_QueryParams) == 0x000048, "Wrong size on UAIDataProvider_QueryParams"); \ +static_assert(offsetof(UAIDataProvider_QueryParams, ParamName) == 0x000030, "Member 'UAIDataProvider_QueryParams::ParamName' has a wrong offset!"); \ +static_assert(offsetof(UAIDataProvider_QueryParams, FloatValue) == 0x00003C, "Member 'UAIDataProvider_QueryParams::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(UAIDataProvider_QueryParams, IntValue) == 0x000040, "Member 'UAIDataProvider_QueryParams::IntValue' has a wrong offset!"); \ +static_assert(offsetof(UAIDataProvider_QueryParams, BoolValue) == 0x000044, "Member 'UAIDataProvider_QueryParams::BoolValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIDataProvider_Random \ +static_assert(alignof(UAIDataProvider_Random) == 0x000008, "Wrong alignment on UAIDataProvider_Random"); \ +static_assert(sizeof(UAIDataProvider_Random) == 0x000058, "Wrong size on UAIDataProvider_Random"); \ +static_assert(offsetof(UAIDataProvider_Random, Min) == 0x000048, "Member 'UAIDataProvider_Random::Min' has a wrong offset!"); \ +static_assert(offsetof(UAIDataProvider_Random, Max) == 0x00004C, "Member 'UAIDataProvider_Random::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTAuxiliaryNode \ +static_assert(alignof(UBTAuxiliaryNode) == 0x000008, "Wrong alignment on UBTAuxiliaryNode"); \ +static_assert(sizeof(UBTAuxiliaryNode) == 0x000068, "Wrong size on UBTAuxiliaryNode"); \ + +#define DUMPER7_ASSERTS_UAIHotSpotManager \ +static_assert(alignof(UAIHotSpotManager) == 0x000008, "Wrong alignment on UAIHotSpotManager"); \ +static_assert(sizeof(UAIHotSpotManager) == 0x000030, "Wrong size on UAIHotSpotManager"); \ + +#define DUMPER7_ASSERTS_UEnvQueryItemType \ +static_assert(alignof(UEnvQueryItemType) == 0x000008, "Wrong alignment on UEnvQueryItemType"); \ +static_assert(sizeof(UEnvQueryItemType) == 0x000038, "Wrong size on UEnvQueryItemType"); \ + +#define DUMPER7_ASSERTS_AIPerceptionComponent_GetActorsPerception \ +static_assert(alignof(AIPerceptionComponent_GetActorsPerception) == 0x000008, "Wrong alignment on AIPerceptionComponent_GetActorsPerception"); \ +static_assert(sizeof(AIPerceptionComponent_GetActorsPerception) == 0x000030, "Wrong size on AIPerceptionComponent_GetActorsPerception"); \ +static_assert(offsetof(AIPerceptionComponent_GetActorsPerception, Actor) == 0x000000, "Member 'AIPerceptionComponent_GetActorsPerception::Actor' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_GetActorsPerception, Info) == 0x000008, "Member 'AIPerceptionComponent_GetActorsPerception::Info' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_GetActorsPerception, ReturnValue) == 0x000028, "Member 'AIPerceptionComponent_GetActorsPerception::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionComponent_OnOwnerEndPlay \ +static_assert(alignof(AIPerceptionComponent_OnOwnerEndPlay) == 0x000008, "Wrong alignment on AIPerceptionComponent_OnOwnerEndPlay"); \ +static_assert(sizeof(AIPerceptionComponent_OnOwnerEndPlay) == 0x000010, "Wrong size on AIPerceptionComponent_OnOwnerEndPlay"); \ +static_assert(offsetof(AIPerceptionComponent_OnOwnerEndPlay, Actor) == 0x000000, "Member 'AIPerceptionComponent_OnOwnerEndPlay::Actor' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_OnOwnerEndPlay, EndPlayReason) == 0x000008, "Member 'AIPerceptionComponent_OnOwnerEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionComponent_SetAllSenseEnabled \ +static_assert(alignof(AIPerceptionComponent_SetAllSenseEnabled) == 0x000001, "Wrong alignment on AIPerceptionComponent_SetAllSenseEnabled"); \ +static_assert(sizeof(AIPerceptionComponent_SetAllSenseEnabled) == 0x000001, "Wrong size on AIPerceptionComponent_SetAllSenseEnabled"); \ +static_assert(offsetof(AIPerceptionComponent_SetAllSenseEnabled, bEnable) == 0x000000, "Member 'AIPerceptionComponent_SetAllSenseEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionComponent_SetSenseEnabled \ +static_assert(alignof(AIPerceptionComponent_SetSenseEnabled) == 0x000008, "Wrong alignment on AIPerceptionComponent_SetSenseEnabled"); \ +static_assert(sizeof(AIPerceptionComponent_SetSenseEnabled) == 0x000010, "Wrong size on AIPerceptionComponent_SetSenseEnabled"); \ +static_assert(offsetof(AIPerceptionComponent_SetSenseEnabled, SenseClass) == 0x000000, "Member 'AIPerceptionComponent_SetSenseEnabled::SenseClass' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_SetSenseEnabled, bEnable) == 0x000008, "Member 'AIPerceptionComponent_SetSenseEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionComponent_GetCurrentlyPerceivedActors \ +static_assert(alignof(AIPerceptionComponent_GetCurrentlyPerceivedActors) == 0x000008, "Wrong alignment on AIPerceptionComponent_GetCurrentlyPerceivedActors"); \ +static_assert(sizeof(AIPerceptionComponent_GetCurrentlyPerceivedActors) == 0x000018, "Wrong size on AIPerceptionComponent_GetCurrentlyPerceivedActors"); \ +static_assert(offsetof(AIPerceptionComponent_GetCurrentlyPerceivedActors, SenseToUse) == 0x000000, "Member 'AIPerceptionComponent_GetCurrentlyPerceivedActors::SenseToUse' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_GetCurrentlyPerceivedActors, OutActors) == 0x000008, "Member 'AIPerceptionComponent_GetCurrentlyPerceivedActors::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionComponent_GetKnownPerceivedActors \ +static_assert(alignof(AIPerceptionComponent_GetKnownPerceivedActors) == 0x000008, "Wrong alignment on AIPerceptionComponent_GetKnownPerceivedActors"); \ +static_assert(sizeof(AIPerceptionComponent_GetKnownPerceivedActors) == 0x000018, "Wrong size on AIPerceptionComponent_GetKnownPerceivedActors"); \ +static_assert(offsetof(AIPerceptionComponent_GetKnownPerceivedActors, SenseToUse) == 0x000000, "Member 'AIPerceptionComponent_GetKnownPerceivedActors::SenseToUse' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_GetKnownPerceivedActors, OutActors) == 0x000008, "Member 'AIPerceptionComponent_GetKnownPerceivedActors::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionComponent_GetPerceivedActors \ +static_assert(alignof(AIPerceptionComponent_GetPerceivedActors) == 0x000008, "Wrong alignment on AIPerceptionComponent_GetPerceivedActors"); \ +static_assert(sizeof(AIPerceptionComponent_GetPerceivedActors) == 0x000018, "Wrong size on AIPerceptionComponent_GetPerceivedActors"); \ +static_assert(offsetof(AIPerceptionComponent_GetPerceivedActors, SenseToUse) == 0x000000, "Member 'AIPerceptionComponent_GetPerceivedActors::SenseToUse' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_GetPerceivedActors, OutActors) == 0x000008, "Member 'AIPerceptionComponent_GetPerceivedActors::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionComponent_GetPerceivedHostileActors \ +static_assert(alignof(AIPerceptionComponent_GetPerceivedHostileActors) == 0x000008, "Wrong alignment on AIPerceptionComponent_GetPerceivedHostileActors"); \ +static_assert(sizeof(AIPerceptionComponent_GetPerceivedHostileActors) == 0x000010, "Wrong size on AIPerceptionComponent_GetPerceivedHostileActors"); \ +static_assert(offsetof(AIPerceptionComponent_GetPerceivedHostileActors, OutActors) == 0x000000, "Member 'AIPerceptionComponent_GetPerceivedHostileActors::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionComponent_GetPerceivedHostileActorsBySense \ +static_assert(alignof(AIPerceptionComponent_GetPerceivedHostileActorsBySense) == 0x000008, "Wrong alignment on AIPerceptionComponent_GetPerceivedHostileActorsBySense"); \ +static_assert(sizeof(AIPerceptionComponent_GetPerceivedHostileActorsBySense) == 0x000018, "Wrong size on AIPerceptionComponent_GetPerceivedHostileActorsBySense"); \ +static_assert(offsetof(AIPerceptionComponent_GetPerceivedHostileActorsBySense, SenseToUse) == 0x000000, "Member 'AIPerceptionComponent_GetPerceivedHostileActorsBySense::SenseToUse' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_GetPerceivedHostileActorsBySense, OutActors) == 0x000008, "Member 'AIPerceptionComponent_GetPerceivedHostileActorsBySense::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIPerceptionComponent \ +static_assert(alignof(UAIPerceptionComponent) == 0x000008, "Wrong alignment on UAIPerceptionComponent"); \ +static_assert(sizeof(UAIPerceptionComponent) == 0x0001A0, "Wrong size on UAIPerceptionComponent"); \ +static_assert(offsetof(UAIPerceptionComponent, SensesConfig) == 0x0000C0, "Member 'UAIPerceptionComponent::SensesConfig' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionComponent, DominantSense) == 0x0000D0, "Member 'UAIPerceptionComponent::DominantSense' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionComponent, AIOwner) == 0x0000E8, "Member 'UAIPerceptionComponent::AIOwner' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionComponent, OnPerceptionUpdated) == 0x000170, "Member 'UAIPerceptionComponent::OnPerceptionUpdated' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionComponent, OnTargetPerceptionUpdated) == 0x000180, "Member 'UAIPerceptionComponent::OnTargetPerceptionUpdated' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionComponent, OnTargetPerceptionInfoUpdated) == 0x000190, "Member 'UAIPerceptionComponent::OnTargetPerceptionInfoUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAIPerceptionListenerInterface \ +static_assert(alignof(IAIPerceptionListenerInterface) == 0x000001, "Wrong alignment on IAIPerceptionListenerInterface"); \ +static_assert(sizeof(IAIPerceptionListenerInterface) == 0x000001, "Wrong size on IAIPerceptionListenerInterface"); \ + +#define DUMPER7_ASSERTS_UBTComposite_SimpleParallel \ +static_assert(alignof(UBTComposite_SimpleParallel) == 0x000008, "Wrong alignment on UBTComposite_SimpleParallel"); \ +static_assert(sizeof(UBTComposite_SimpleParallel) == 0x0000A0, "Wrong size on UBTComposite_SimpleParallel"); \ +static_assert(offsetof(UBTComposite_SimpleParallel, FinishMode) == 0x000098, "Member 'UBTComposite_SimpleParallel::FinishMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionStimuliSourceComponent_RegisterForSense \ +static_assert(alignof(AIPerceptionStimuliSourceComponent_RegisterForSense) == 0x000008, "Wrong alignment on AIPerceptionStimuliSourceComponent_RegisterForSense"); \ +static_assert(sizeof(AIPerceptionStimuliSourceComponent_RegisterForSense) == 0x000008, "Wrong size on AIPerceptionStimuliSourceComponent_RegisterForSense"); \ +static_assert(offsetof(AIPerceptionStimuliSourceComponent_RegisterForSense, SenseClass) == 0x000000, "Member 'AIPerceptionStimuliSourceComponent_RegisterForSense::SenseClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionStimuliSourceComponent_UnregisterFromSense \ +static_assert(alignof(AIPerceptionStimuliSourceComponent_UnregisterFromSense) == 0x000008, "Wrong alignment on AIPerceptionStimuliSourceComponent_UnregisterFromSense"); \ +static_assert(sizeof(AIPerceptionStimuliSourceComponent_UnregisterFromSense) == 0x000008, "Wrong size on AIPerceptionStimuliSourceComponent_UnregisterFromSense"); \ +static_assert(offsetof(AIPerceptionStimuliSourceComponent_UnregisterFromSense, SenseClass) == 0x000000, "Member 'AIPerceptionStimuliSourceComponent_UnregisterFromSense::SenseClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIPerceptionStimuliSourceComponent \ +static_assert(alignof(UAIPerceptionStimuliSourceComponent) == 0x000008, "Wrong alignment on UAIPerceptionStimuliSourceComponent"); \ +static_assert(sizeof(UAIPerceptionStimuliSourceComponent) == 0x0000D8, "Wrong size on UAIPerceptionStimuliSourceComponent"); \ +static_assert(offsetof(UAIPerceptionStimuliSourceComponent, RegisterAsSourceForSenses) == 0x0000C8, "Member 'UAIPerceptionStimuliSourceComponent::RegisterAsSourceForSenses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISubsystem \ +static_assert(alignof(UAISubsystem) == 0x000008, "Wrong alignment on UAISubsystem"); \ +static_assert(sizeof(UAISubsystem) == 0x000040, "Wrong size on UAISubsystem"); \ +static_assert(offsetof(UAISubsystem, AISystem) == 0x000038, "Member 'UAISubsystem::AISystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionSystem_GetSenseClassForStimulus \ +static_assert(alignof(AIPerceptionSystem_GetSenseClassForStimulus) == 0x000008, "Wrong alignment on AIPerceptionSystem_GetSenseClassForStimulus"); \ +static_assert(sizeof(AIPerceptionSystem_GetSenseClassForStimulus) == 0x000068, "Wrong size on AIPerceptionSystem_GetSenseClassForStimulus"); \ +static_assert(offsetof(AIPerceptionSystem_GetSenseClassForStimulus, WorldContextObject) == 0x000000, "Member 'AIPerceptionSystem_GetSenseClassForStimulus::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionSystem_GetSenseClassForStimulus, Stimulus) == 0x000008, "Member 'AIPerceptionSystem_GetSenseClassForStimulus::Stimulus' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionSystem_GetSenseClassForStimulus, ReturnValue) == 0x000060, "Member 'AIPerceptionSystem_GetSenseClassForStimulus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionSystem_RegisterPerceptionStimuliSource \ +static_assert(alignof(AIPerceptionSystem_RegisterPerceptionStimuliSource) == 0x000008, "Wrong alignment on AIPerceptionSystem_RegisterPerceptionStimuliSource"); \ +static_assert(sizeof(AIPerceptionSystem_RegisterPerceptionStimuliSource) == 0x000020, "Wrong size on AIPerceptionSystem_RegisterPerceptionStimuliSource"); \ +static_assert(offsetof(AIPerceptionSystem_RegisterPerceptionStimuliSource, WorldContextObject) == 0x000000, "Member 'AIPerceptionSystem_RegisterPerceptionStimuliSource::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionSystem_RegisterPerceptionStimuliSource, Sense) == 0x000008, "Member 'AIPerceptionSystem_RegisterPerceptionStimuliSource::Sense' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionSystem_RegisterPerceptionStimuliSource, Target) == 0x000010, "Member 'AIPerceptionSystem_RegisterPerceptionStimuliSource::Target' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionSystem_RegisterPerceptionStimuliSource, ReturnValue) == 0x000018, "Member 'AIPerceptionSystem_RegisterPerceptionStimuliSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionSystem_ReportPerceptionEvent \ +static_assert(alignof(AIPerceptionSystem_ReportPerceptionEvent) == 0x000008, "Wrong alignment on AIPerceptionSystem_ReportPerceptionEvent"); \ +static_assert(sizeof(AIPerceptionSystem_ReportPerceptionEvent) == 0x000010, "Wrong size on AIPerceptionSystem_ReportPerceptionEvent"); \ +static_assert(offsetof(AIPerceptionSystem_ReportPerceptionEvent, WorldContextObject) == 0x000000, "Member 'AIPerceptionSystem_ReportPerceptionEvent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionSystem_ReportPerceptionEvent, PerceptionEvent) == 0x000008, "Member 'AIPerceptionSystem_ReportPerceptionEvent::PerceptionEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay \ +static_assert(alignof(AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay) == 0x000008, "Wrong alignment on AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay"); \ +static_assert(sizeof(AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay) == 0x000010, "Wrong size on AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay"); \ +static_assert(offsetof(AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay, Actor) == 0x000000, "Member 'AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay::Actor' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay, EndPlayReason) == 0x000008, "Member 'AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionSystem_ReportEvent \ +static_assert(alignof(AIPerceptionSystem_ReportEvent) == 0x000008, "Wrong alignment on AIPerceptionSystem_ReportEvent"); \ +static_assert(sizeof(AIPerceptionSystem_ReportEvent) == 0x000008, "Wrong size on AIPerceptionSystem_ReportEvent"); \ +static_assert(offsetof(AIPerceptionSystem_ReportEvent, PerceptionEvent) == 0x000000, "Member 'AIPerceptionSystem_ReportEvent::PerceptionEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIPerceptionSystem \ +static_assert(alignof(UAIPerceptionSystem) == 0x000008, "Wrong alignment on UAIPerceptionSystem"); \ +static_assert(sizeof(UAIPerceptionSystem) == 0x000138, "Wrong size on UAIPerceptionSystem"); \ +static_assert(offsetof(UAIPerceptionSystem, Senses) == 0x000090, "Member 'UAIPerceptionSystem::Senses' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionSystem, PerceptionAgingRate) == 0x0000A0, "Member 'UAIPerceptionSystem::PerceptionAgingRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Vector \ +static_assert(alignof(UBlackboardKeyType_Vector) == 0x000008, "Wrong alignment on UBlackboardKeyType_Vector"); \ +static_assert(sizeof(UBlackboardKeyType_Vector) == 0x000038, "Wrong size on UBlackboardKeyType_Vector"); \ + +#define DUMPER7_ASSERTS_IAIResourceInterface \ +static_assert(alignof(IAIResourceInterface) == 0x000001, "Wrong alignment on IAIResourceInterface"); \ +static_assert(sizeof(IAIResourceInterface) == 0x000001, "Wrong size on IAIResourceInterface"); \ + +#define DUMPER7_ASSERTS_UEnvQueryNode \ +static_assert(alignof(UEnvQueryNode) == 0x000008, "Wrong alignment on UEnvQueryNode"); \ +static_assert(sizeof(UEnvQueryNode) == 0x000038, "Wrong size on UEnvQueryNode"); \ +static_assert(offsetof(UEnvQueryNode, VerNum) == 0x000030, "Member 'UEnvQueryNode::VerNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator \ +static_assert(alignof(UEnvQueryGenerator) == 0x000008, "Wrong alignment on UEnvQueryGenerator"); \ +static_assert(sizeof(UEnvQueryGenerator) == 0x000058, "Wrong size on UEnvQueryGenerator"); \ +static_assert(offsetof(UEnvQueryGenerator, OptionName) == 0x000038, "Member 'UEnvQueryGenerator::OptionName' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator, ItemType) == 0x000048, "Member 'UEnvQueryGenerator::ItemType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_ProjectedPoints \ +static_assert(alignof(UEnvQueryGenerator_ProjectedPoints) == 0x000008, "Wrong alignment on UEnvQueryGenerator_ProjectedPoints"); \ +static_assert(sizeof(UEnvQueryGenerator_ProjectedPoints) == 0x000088, "Wrong size on UEnvQueryGenerator_ProjectedPoints"); \ +static_assert(offsetof(UEnvQueryGenerator_ProjectedPoints, ProjectionData) == 0x000058, "Member 'UEnvQueryGenerator_ProjectedPoints::ProjectionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_SimpleGrid \ +static_assert(alignof(UEnvQueryGenerator_SimpleGrid) == 0x000008, "Wrong alignment on UEnvQueryGenerator_SimpleGrid"); \ +static_assert(sizeof(UEnvQueryGenerator_SimpleGrid) == 0x000110, "Wrong size on UEnvQueryGenerator_SimpleGrid"); \ +static_assert(offsetof(UEnvQueryGenerator_SimpleGrid, GridSize) == 0x000088, "Member 'UEnvQueryGenerator_SimpleGrid::GridSize' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_SimpleGrid, SpaceBetween) == 0x0000C8, "Member 'UEnvQueryGenerator_SimpleGrid::SpaceBetween' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_SimpleGrid, GenerateAround) == 0x000108, "Member 'UEnvQueryGenerator_SimpleGrid::GenerateAround' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_PathingGrid \ +static_assert(alignof(UEnvQueryGenerator_PathingGrid) == 0x000008, "Wrong alignment on UEnvQueryGenerator_PathingGrid"); \ +static_assert(sizeof(UEnvQueryGenerator_PathingGrid) == 0x000198, "Wrong size on UEnvQueryGenerator_PathingGrid"); \ +static_assert(offsetof(UEnvQueryGenerator_PathingGrid, PathToItem) == 0x000110, "Member 'UEnvQueryGenerator_PathingGrid::PathToItem' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_PathingGrid, NavigationFilter) == 0x000150, "Member 'UEnvQueryGenerator_PathingGrid::NavigationFilter' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_PathingGrid, ScanRangeMultiplier) == 0x000158, "Member 'UEnvQueryGenerator_PathingGrid::ScanRangeMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIResource_Movement \ +static_assert(alignof(UAIResource_Movement) == 0x000008, "Wrong alignment on UAIResource_Movement"); \ +static_assert(sizeof(UAIResource_Movement) == 0x000040, "Wrong size on UAIResource_Movement"); \ + +#define DUMPER7_ASSERTS_UAIResource_Logic \ +static_assert(alignof(UAIResource_Logic) == 0x000008, "Wrong alignment on UAIResource_Logic"); \ +static_assert(sizeof(UAIResource_Logic) == 0x000040, "Wrong size on UAIResource_Logic"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest \ +static_assert(alignof(UEnvQueryTest) == 0x000008, "Wrong alignment on UEnvQueryTest"); \ +static_assert(sizeof(UEnvQueryTest) == 0x000238, "Wrong size on UEnvQueryTest"); \ +static_assert(offsetof(UEnvQueryTest, TestOrder) == 0x000038, "Member 'UEnvQueryTest::TestOrder' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, TestPurpose) == 0x00003C, "Member 'UEnvQueryTest::TestPurpose' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, TestComment) == 0x000040, "Member 'UEnvQueryTest::TestComment' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, MultipleContextFilterOp) == 0x000050, "Member 'UEnvQueryTest::MultipleContextFilterOp' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, MultipleContextScoreOp) == 0x000051, "Member 'UEnvQueryTest::MultipleContextScoreOp' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, FilterType) == 0x000052, "Member 'UEnvQueryTest::FilterType' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, BoolValue) == 0x000058, "Member 'UEnvQueryTest::BoolValue' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, FloatValueMin) == 0x000098, "Member 'UEnvQueryTest::FloatValueMin' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, FloatValueMax) == 0x0000D8, "Member 'UEnvQueryTest::FloatValueMax' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, ScoringEquation) == 0x000119, "Member 'UEnvQueryTest::ScoringEquation' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, ClampMinType) == 0x00011A, "Member 'UEnvQueryTest::ClampMinType' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, ClampMaxType) == 0x00011B, "Member 'UEnvQueryTest::ClampMaxType' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, NormalizationType) == 0x00011C, "Member 'UEnvQueryTest::NormalizationType' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, ScoreClampMin) == 0x000120, "Member 'UEnvQueryTest::ScoreClampMin' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, ScoreClampMax) == 0x000160, "Member 'UEnvQueryTest::ScoreClampMax' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, ScoringFactor) == 0x0001A0, "Member 'UEnvQueryTest::ScoringFactor' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, ReferenceValue) == 0x0001E0, "Member 'UEnvQueryTest::ReferenceValue' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest, bDefineReferenceValue) == 0x000220, "Member 'UEnvQueryTest::bDefineReferenceValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISense \ +static_assert(alignof(UAISense) == 0x000008, "Wrong alignment on UAISense"); \ +static_assert(sizeof(UAISense) == 0x000090, "Wrong size on UAISense"); \ +static_assert(offsetof(UAISense, DefaultExpirationAge) == 0x000030, "Member 'UAISense::DefaultExpirationAge' has a wrong offset!"); \ +static_assert(offsetof(UAISense, NotifyType) == 0x000034, "Member 'UAISense::NotifyType' has a wrong offset!"); \ +static_assert(offsetof(UAISense, PerceptionSystemInstance) == 0x000040, "Member 'UAISense::PerceptionSystemInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Blueprint_K2_OnNewPawn \ +static_assert(alignof(AISense_Blueprint_K2_OnNewPawn) == 0x000008, "Wrong alignment on AISense_Blueprint_K2_OnNewPawn"); \ +static_assert(sizeof(AISense_Blueprint_K2_OnNewPawn) == 0x000008, "Wrong size on AISense_Blueprint_K2_OnNewPawn"); \ +static_assert(offsetof(AISense_Blueprint_K2_OnNewPawn, NewPawn) == 0x000000, "Member 'AISense_Blueprint_K2_OnNewPawn::NewPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Blueprint_OnListenerRegistered \ +static_assert(alignof(AISense_Blueprint_OnListenerRegistered) == 0x000008, "Wrong alignment on AISense_Blueprint_OnListenerRegistered"); \ +static_assert(sizeof(AISense_Blueprint_OnListenerRegistered) == 0x000010, "Wrong size on AISense_Blueprint_OnListenerRegistered"); \ +static_assert(offsetof(AISense_Blueprint_OnListenerRegistered, ActorListener) == 0x000000, "Member 'AISense_Blueprint_OnListenerRegistered::ActorListener' has a wrong offset!"); \ +static_assert(offsetof(AISense_Blueprint_OnListenerRegistered, PerceptionComponent) == 0x000008, "Member 'AISense_Blueprint_OnListenerRegistered::PerceptionComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Blueprint_OnListenerUnregistered \ +static_assert(alignof(AISense_Blueprint_OnListenerUnregistered) == 0x000008, "Wrong alignment on AISense_Blueprint_OnListenerUnregistered"); \ +static_assert(sizeof(AISense_Blueprint_OnListenerUnregistered) == 0x000010, "Wrong size on AISense_Blueprint_OnListenerUnregistered"); \ +static_assert(offsetof(AISense_Blueprint_OnListenerUnregistered, ActorListener) == 0x000000, "Member 'AISense_Blueprint_OnListenerUnregistered::ActorListener' has a wrong offset!"); \ +static_assert(offsetof(AISense_Blueprint_OnListenerUnregistered, PerceptionComponent) == 0x000008, "Member 'AISense_Blueprint_OnListenerUnregistered::PerceptionComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Blueprint_OnListenerUpdated \ +static_assert(alignof(AISense_Blueprint_OnListenerUpdated) == 0x000008, "Wrong alignment on AISense_Blueprint_OnListenerUpdated"); \ +static_assert(sizeof(AISense_Blueprint_OnListenerUpdated) == 0x000010, "Wrong size on AISense_Blueprint_OnListenerUpdated"); \ +static_assert(offsetof(AISense_Blueprint_OnListenerUpdated, ActorListener) == 0x000000, "Member 'AISense_Blueprint_OnListenerUpdated::ActorListener' has a wrong offset!"); \ +static_assert(offsetof(AISense_Blueprint_OnListenerUpdated, PerceptionComponent) == 0x000008, "Member 'AISense_Blueprint_OnListenerUpdated::PerceptionComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Blueprint_OnUpdate \ +static_assert(alignof(AISense_Blueprint_OnUpdate) == 0x000008, "Wrong alignment on AISense_Blueprint_OnUpdate"); \ +static_assert(sizeof(AISense_Blueprint_OnUpdate) == 0x000018, "Wrong size on AISense_Blueprint_OnUpdate"); \ +static_assert(offsetof(AISense_Blueprint_OnUpdate, EventsToProcess) == 0x000000, "Member 'AISense_Blueprint_OnUpdate::EventsToProcess' has a wrong offset!"); \ +static_assert(offsetof(AISense_Blueprint_OnUpdate, ReturnValue) == 0x000010, "Member 'AISense_Blueprint_OnUpdate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Blueprint_GetAllListenerActors \ +static_assert(alignof(AISense_Blueprint_GetAllListenerActors) == 0x000008, "Wrong alignment on AISense_Blueprint_GetAllListenerActors"); \ +static_assert(sizeof(AISense_Blueprint_GetAllListenerActors) == 0x000010, "Wrong size on AISense_Blueprint_GetAllListenerActors"); \ +static_assert(offsetof(AISense_Blueprint_GetAllListenerActors, ListenerActors) == 0x000000, "Member 'AISense_Blueprint_GetAllListenerActors::ListenerActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Blueprint_GetAllListenerComponents \ +static_assert(alignof(AISense_Blueprint_GetAllListenerComponents) == 0x000008, "Wrong alignment on AISense_Blueprint_GetAllListenerComponents"); \ +static_assert(sizeof(AISense_Blueprint_GetAllListenerComponents) == 0x000010, "Wrong size on AISense_Blueprint_GetAllListenerComponents"); \ +static_assert(offsetof(AISense_Blueprint_GetAllListenerComponents, ListenerComponents) == 0x000000, "Member 'AISense_Blueprint_GetAllListenerComponents::ListenerComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISense_Blueprint \ +static_assert(alignof(UAISense_Blueprint) == 0x000008, "Wrong alignment on UAISense_Blueprint"); \ +static_assert(sizeof(UAISense_Blueprint) == 0x0000B8, "Wrong size on UAISense_Blueprint"); \ +static_assert(offsetof(UAISense_Blueprint, ListenerDataType) == 0x000090, "Member 'UAISense_Blueprint::ListenerDataType' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Blueprint, ListenerContainer) == 0x000098, "Member 'UAISense_Blueprint::ListenerContainer' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Blueprint, UnprocessedEvents) == 0x0000A8, "Member 'UAISense_Blueprint::UnprocessedEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryItemType_VectorBase \ +static_assert(alignof(UEnvQueryItemType_VectorBase) == 0x000008, "Wrong alignment on UEnvQueryItemType_VectorBase"); \ +static_assert(sizeof(UEnvQueryItemType_VectorBase) == 0x000038, "Wrong size on UEnvQueryItemType_VectorBase"); \ + +#define DUMPER7_ASSERTS_UEnvQueryItemType_ActorBase \ +static_assert(alignof(UEnvQueryItemType_ActorBase) == 0x000008, "Wrong alignment on UEnvQueryItemType_ActorBase"); \ +static_assert(sizeof(UEnvQueryItemType_ActorBase) == 0x000038, "Wrong size on UEnvQueryItemType_ActorBase"); \ + +#define DUMPER7_ASSERTS_AISense_Damage_ReportDamageEvent \ +static_assert(alignof(AISense_Damage_ReportDamageEvent) == 0x000008, "Wrong alignment on AISense_Damage_ReportDamageEvent"); \ +static_assert(sizeof(AISense_Damage_ReportDamageEvent) == 0x000040, "Wrong size on AISense_Damage_ReportDamageEvent"); \ +static_assert(offsetof(AISense_Damage_ReportDamageEvent, WorldContextObject) == 0x000000, "Member 'AISense_Damage_ReportDamageEvent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AISense_Damage_ReportDamageEvent, DamagedActor) == 0x000008, "Member 'AISense_Damage_ReportDamageEvent::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(AISense_Damage_ReportDamageEvent, Instigator) == 0x000010, "Member 'AISense_Damage_ReportDamageEvent::Instigator' has a wrong offset!"); \ +static_assert(offsetof(AISense_Damage_ReportDamageEvent, DamageAmount) == 0x000018, "Member 'AISense_Damage_ReportDamageEvent::DamageAmount' has a wrong offset!"); \ +static_assert(offsetof(AISense_Damage_ReportDamageEvent, EventLocation) == 0x00001C, "Member 'AISense_Damage_ReportDamageEvent::EventLocation' has a wrong offset!"); \ +static_assert(offsetof(AISense_Damage_ReportDamageEvent, HitLocation) == 0x000028, "Member 'AISense_Damage_ReportDamageEvent::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(AISense_Damage_ReportDamageEvent, Tag) == 0x000034, "Member 'AISense_Damage_ReportDamageEvent::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISense_Damage \ +static_assert(alignof(UAISense_Damage) == 0x000008, "Wrong alignment on UAISense_Damage"); \ +static_assert(sizeof(UAISense_Damage) == 0x0000A0, "Wrong size on UAISense_Damage"); \ +static_assert(offsetof(UAISense_Damage, RegisteredEvents) == 0x000090, "Member 'UAISense_Damage::RegisteredEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Hearing_ReportNoiseEvent \ +static_assert(alignof(AISense_Hearing_ReportNoiseEvent) == 0x000008, "Wrong alignment on AISense_Hearing_ReportNoiseEvent"); \ +static_assert(sizeof(AISense_Hearing_ReportNoiseEvent) == 0x000030, "Wrong size on AISense_Hearing_ReportNoiseEvent"); \ +static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, WorldContextObject) == 0x000000, "Member 'AISense_Hearing_ReportNoiseEvent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, NoiseLocation) == 0x000008, "Member 'AISense_Hearing_ReportNoiseEvent::NoiseLocation' has a wrong offset!"); \ +static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, Loudness) == 0x000014, "Member 'AISense_Hearing_ReportNoiseEvent::Loudness' has a wrong offset!"); \ +static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, Instigator) == 0x000018, "Member 'AISense_Hearing_ReportNoiseEvent::Instigator' has a wrong offset!"); \ +static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, MaxRange) == 0x000020, "Member 'AISense_Hearing_ReportNoiseEvent::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, Tag) == 0x000024, "Member 'AISense_Hearing_ReportNoiseEvent::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISense_Hearing \ +static_assert(alignof(UAISense_Hearing) == 0x000008, "Wrong alignment on UAISense_Hearing"); \ +static_assert(sizeof(UAISense_Hearing) == 0x0000F8, "Wrong size on UAISense_Hearing"); \ +static_assert(offsetof(UAISense_Hearing, NoiseEvents) == 0x000090, "Member 'UAISense_Hearing::NoiseEvents' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Hearing, SpeedOfSoundSq) == 0x0000A0, "Member 'UAISense_Hearing::SpeedOfSoundSq' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_OnCircle \ +static_assert(alignof(UEnvQueryGenerator_OnCircle) == 0x000008, "Wrong alignment on UEnvQueryGenerator_OnCircle"); \ +static_assert(sizeof(UEnvQueryGenerator_OnCircle) == 0x000240, "Wrong size on UEnvQueryGenerator_OnCircle"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, CircleRadius) == 0x000088, "Member 'UEnvQueryGenerator_OnCircle::CircleRadius' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, SpaceBetween) == 0x0000C8, "Member 'UEnvQueryGenerator_OnCircle::SpaceBetween' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, NumberOfPoints) == 0x000108, "Member 'UEnvQueryGenerator_OnCircle::NumberOfPoints' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, PointOnCircleSpacingMethod) == 0x000148, "Member 'UEnvQueryGenerator_OnCircle::PointOnCircleSpacingMethod' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, ArcDirection) == 0x000150, "Member 'UEnvQueryGenerator_OnCircle::ArcDirection' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, ArcAngle) == 0x000170, "Member 'UEnvQueryGenerator_OnCircle::ArcAngle' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, AngleRadians) == 0x0001B0, "Member 'UEnvQueryGenerator_OnCircle::AngleRadians' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, CircleCenter) == 0x0001B8, "Member 'UEnvQueryGenerator_OnCircle::CircleCenter' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, bIgnoreAnyContextActorsWhenGeneratingCircle) == 0x0001C0, "Member 'UEnvQueryGenerator_OnCircle::bIgnoreAnyContextActorsWhenGeneratingCircle' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, CircleCenterZOffset) == 0x0001C8, "Member 'UEnvQueryGenerator_OnCircle::CircleCenterZOffset' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, TraceData) == 0x000208, "Member 'UEnvQueryGenerator_OnCircle::TraceData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Prediction_RequestControllerPredictionEvent \ +static_assert(alignof(AISense_Prediction_RequestControllerPredictionEvent) == 0x000008, "Wrong alignment on AISense_Prediction_RequestControllerPredictionEvent"); \ +static_assert(sizeof(AISense_Prediction_RequestControllerPredictionEvent) == 0x000018, "Wrong size on AISense_Prediction_RequestControllerPredictionEvent"); \ +static_assert(offsetof(AISense_Prediction_RequestControllerPredictionEvent, Requestor) == 0x000000, "Member 'AISense_Prediction_RequestControllerPredictionEvent::Requestor' has a wrong offset!"); \ +static_assert(offsetof(AISense_Prediction_RequestControllerPredictionEvent, PredictedActor) == 0x000008, "Member 'AISense_Prediction_RequestControllerPredictionEvent::PredictedActor' has a wrong offset!"); \ +static_assert(offsetof(AISense_Prediction_RequestControllerPredictionEvent, PredictionTime) == 0x000010, "Member 'AISense_Prediction_RequestControllerPredictionEvent::PredictionTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Prediction_RequestPawnPredictionEvent \ +static_assert(alignof(AISense_Prediction_RequestPawnPredictionEvent) == 0x000008, "Wrong alignment on AISense_Prediction_RequestPawnPredictionEvent"); \ +static_assert(sizeof(AISense_Prediction_RequestPawnPredictionEvent) == 0x000018, "Wrong size on AISense_Prediction_RequestPawnPredictionEvent"); \ +static_assert(offsetof(AISense_Prediction_RequestPawnPredictionEvent, Requestor) == 0x000000, "Member 'AISense_Prediction_RequestPawnPredictionEvent::Requestor' has a wrong offset!"); \ +static_assert(offsetof(AISense_Prediction_RequestPawnPredictionEvent, PredictedActor) == 0x000008, "Member 'AISense_Prediction_RequestPawnPredictionEvent::PredictedActor' has a wrong offset!"); \ +static_assert(offsetof(AISense_Prediction_RequestPawnPredictionEvent, PredictionTime) == 0x000010, "Member 'AISense_Prediction_RequestPawnPredictionEvent::PredictionTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISense_Prediction \ +static_assert(alignof(UAISense_Prediction) == 0x000008, "Wrong alignment on UAISense_Prediction"); \ +static_assert(sizeof(UAISense_Prediction) == 0x0000A0, "Wrong size on UAISense_Prediction"); \ +static_assert(offsetof(UAISense_Prediction, RegisteredEvents) == 0x000090, "Member 'UAISense_Prediction::RegisteredEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISense_Sight \ +static_assert(alignof(UAISense_Sight) == 0x000008, "Wrong alignment on UAISense_Sight"); \ +static_assert(sizeof(UAISense_Sight) == 0x000188, "Wrong size on UAISense_Sight"); \ +static_assert(offsetof(UAISense_Sight, MaxTracesPerTick) == 0x000158, "Member 'UAISense_Sight::MaxTracesPerTick' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, MinQueriesPerTimeSliceCheck) == 0x00015C, "Member 'UAISense_Sight::MinQueriesPerTimeSliceCheck' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, MaxTimeSlicePerTick) == 0x000160, "Member 'UAISense_Sight::MaxTimeSlicePerTick' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, HighImportanceQueryDistanceThreshold) == 0x000168, "Member 'UAISense_Sight::HighImportanceQueryDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, MaxQueryImportance) == 0x000170, "Member 'UAISense_Sight::MaxQueryImportance' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, SightLimitQueryImportance) == 0x000174, "Member 'UAISense_Sight::SightLimitQueryImportance' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, PlayerTeamId) == 0x000178, "Member 'UAISense_Sight::PlayerTeamId' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, PlayerImportanceBoost) == 0x00017C, "Member 'UAISense_Sight::PlayerImportanceBoost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryManager_RunEQSQuery \ +static_assert(alignof(EnvQueryManager_RunEQSQuery) == 0x000008, "Wrong alignment on EnvQueryManager_RunEQSQuery"); \ +static_assert(sizeof(EnvQueryManager_RunEQSQuery) == 0x000030, "Wrong size on EnvQueryManager_RunEQSQuery"); \ +static_assert(offsetof(EnvQueryManager_RunEQSQuery, WorldContextObject) == 0x000000, "Member 'EnvQueryManager_RunEQSQuery::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryManager_RunEQSQuery, QueryTemplate) == 0x000008, "Member 'EnvQueryManager_RunEQSQuery::QueryTemplate' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryManager_RunEQSQuery, Querier) == 0x000010, "Member 'EnvQueryManager_RunEQSQuery::Querier' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryManager_RunEQSQuery, RunMode) == 0x000018, "Member 'EnvQueryManager_RunEQSQuery::RunMode' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryManager_RunEQSQuery, WrapperClass) == 0x000020, "Member 'EnvQueryManager_RunEQSQuery::WrapperClass' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryManager_RunEQSQuery, ReturnValue) == 0x000028, "Member 'EnvQueryManager_RunEQSQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryManager \ +static_assert(alignof(UEnvQueryManager) == 0x000008, "Wrong alignment on UEnvQueryManager"); \ +static_assert(sizeof(UEnvQueryManager) == 0x000148, "Wrong size on UEnvQueryManager"); \ +static_assert(offsetof(UEnvQueryManager, InstanceCache) == 0x0000B0, "Member 'UEnvQueryManager::InstanceCache' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, LocalContexts) == 0x0000C0, "Member 'UEnvQueryManager::LocalContexts' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, GCShieldedWrappers) == 0x0000D0, "Member 'UEnvQueryManager::GCShieldedWrappers' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, MaxAllowedTestingTime) == 0x000134, "Member 'UEnvQueryManager::MaxAllowedTestingTime' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, bTestQueriesUsingBreadth) == 0x000138, "Member 'UEnvQueryManager::bTestQueriesUsingBreadth' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, QueryCountWarningThreshold) == 0x00013C, "Member 'UEnvQueryManager::QueryCountWarningThreshold' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, QueryCountWarningInterval) == 0x000140, "Member 'UEnvQueryManager::QueryCountWarningInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISense_Team \ +static_assert(alignof(UAISense_Team) == 0x000008, "Wrong alignment on UAISense_Team"); \ +static_assert(sizeof(UAISense_Team) == 0x0000A0, "Wrong size on UAISense_Team"); \ +static_assert(offsetof(UAISense_Team, RegisteredEvents) == 0x000090, "Member 'UAISense_Team::RegisteredEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISense_Touch \ +static_assert(alignof(UAISense_Touch) == 0x000008, "Wrong alignment on UAISense_Touch"); \ +static_assert(sizeof(UAISense_Touch) == 0x0000A0, "Wrong size on UAISense_Touch"); \ +static_assert(offsetof(UAISense_Touch, RegisteredEvents) == 0x000090, "Member 'UAISense_Touch::RegisteredEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_Random \ +static_assert(alignof(UEnvQueryTest_Random) == 0x000008, "Wrong alignment on UEnvQueryTest_Random"); \ +static_assert(sizeof(UEnvQueryTest_Random) == 0x000238, "Wrong size on UEnvQueryTest_Random"); \ + +#define DUMPER7_ASSERTS_UAISenseBlueprintListener \ +static_assert(alignof(UAISenseBlueprintListener) == 0x000008, "Wrong alignment on UAISenseBlueprintListener"); \ +static_assert(sizeof(UAISenseBlueprintListener) == 0x000110, "Wrong size on UAISenseBlueprintListener"); \ + +#define DUMPER7_ASSERTS_UAISenseConfig \ +static_assert(alignof(UAISenseConfig) == 0x000008, "Wrong alignment on UAISenseConfig"); \ +static_assert(sizeof(UAISenseConfig) == 0x000050, "Wrong size on UAISenseConfig"); \ +static_assert(offsetof(UAISenseConfig, DebugColor) == 0x000030, "Member 'UAISenseConfig::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig, MaxAge) == 0x000034, "Member 'UAISenseConfig::MaxAge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_Dot \ +static_assert(alignof(UEnvQueryTest_Dot) == 0x000008, "Wrong alignment on UEnvQueryTest_Dot"); \ +static_assert(sizeof(UEnvQueryTest_Dot) == 0x000280, "Wrong size on UEnvQueryTest_Dot"); \ +static_assert(offsetof(UEnvQueryTest_Dot, LineA) == 0x000238, "Member 'UEnvQueryTest_Dot::LineA' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Dot, LineB) == 0x000258, "Member 'UEnvQueryTest_Dot::LineB' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Dot, TestMode) == 0x000278, "Member 'UEnvQueryTest_Dot::TestMode' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Dot, bAbsoluteValue) == 0x000279, "Member 'UEnvQueryTest_Dot::bAbsoluteValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISenseConfig_Blueprint \ +static_assert(alignof(UAISenseConfig_Blueprint) == 0x000008, "Wrong alignment on UAISenseConfig_Blueprint"); \ +static_assert(sizeof(UAISenseConfig_Blueprint) == 0x000058, "Wrong size on UAISenseConfig_Blueprint"); \ +static_assert(offsetof(UAISenseConfig_Blueprint, Implementation) == 0x000050, "Member 'UAISenseConfig_Blueprint::Implementation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISenseConfig_Damage \ +static_assert(alignof(UAISenseConfig_Damage) == 0x000008, "Wrong alignment on UAISenseConfig_Damage"); \ +static_assert(sizeof(UAISenseConfig_Damage) == 0x000058, "Wrong size on UAISenseConfig_Damage"); \ +static_assert(offsetof(UAISenseConfig_Damage, Implementation) == 0x000050, "Member 'UAISenseConfig_Damage::Implementation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryItemType_Direction \ +static_assert(alignof(UEnvQueryItemType_Direction) == 0x000008, "Wrong alignment on UEnvQueryItemType_Direction"); \ +static_assert(sizeof(UEnvQueryItemType_Direction) == 0x000038, "Wrong size on UEnvQueryItemType_Direction"); \ + +#define DUMPER7_ASSERTS_UAISenseConfig_Hearing \ +static_assert(alignof(UAISenseConfig_Hearing) == 0x000008, "Wrong alignment on UAISenseConfig_Hearing"); \ +static_assert(sizeof(UAISenseConfig_Hearing) == 0x000068, "Wrong size on UAISenseConfig_Hearing"); \ +static_assert(offsetof(UAISenseConfig_Hearing, Implementation) == 0x000050, "Member 'UAISenseConfig_Hearing::Implementation' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Hearing, HearingRange) == 0x000058, "Member 'UAISenseConfig_Hearing::HearingRange' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Hearing, LoSHearingRange) == 0x00005C, "Member 'UAISenseConfig_Hearing::LoSHearingRange' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Hearing, DetectionByAffiliation) == 0x000064, "Member 'UAISenseConfig_Hearing::DetectionByAffiliation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BrainComponent_StopLogic \ +static_assert(alignof(BrainComponent_StopLogic) == 0x000008, "Wrong alignment on BrainComponent_StopLogic"); \ +static_assert(sizeof(BrainComponent_StopLogic) == 0x000010, "Wrong size on BrainComponent_StopLogic"); \ +static_assert(offsetof(BrainComponent_StopLogic, Reason) == 0x000000, "Member 'BrainComponent_StopLogic::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BrainComponent_IsPaused \ +static_assert(alignof(BrainComponent_IsPaused) == 0x000001, "Wrong alignment on BrainComponent_IsPaused"); \ +static_assert(sizeof(BrainComponent_IsPaused) == 0x000001, "Wrong size on BrainComponent_IsPaused"); \ +static_assert(offsetof(BrainComponent_IsPaused, ReturnValue) == 0x000000, "Member 'BrainComponent_IsPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BrainComponent_IsRunning \ +static_assert(alignof(BrainComponent_IsRunning) == 0x000001, "Wrong alignment on BrainComponent_IsRunning"); \ +static_assert(sizeof(BrainComponent_IsRunning) == 0x000001, "Wrong size on BrainComponent_IsRunning"); \ +static_assert(offsetof(BrainComponent_IsRunning, ReturnValue) == 0x000000, "Member 'BrainComponent_IsRunning::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBrainComponent \ +static_assert(alignof(UBrainComponent) == 0x000008, "Wrong alignment on UBrainComponent"); \ +static_assert(sizeof(UBrainComponent) == 0x000118, "Wrong size on UBrainComponent"); \ +static_assert(offsetof(UBrainComponent, BlackboardComp) == 0x0000C8, "Member 'UBrainComponent::BlackboardComp' has a wrong offset!"); \ +static_assert(offsetof(UBrainComponent, AIOwner) == 0x0000D0, "Member 'UBrainComponent::AIOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BehaviorTreeComponent_AddCooldownTagDuration \ +static_assert(alignof(BehaviorTreeComponent_AddCooldownTagDuration) == 0x000004, "Wrong alignment on BehaviorTreeComponent_AddCooldownTagDuration"); \ +static_assert(sizeof(BehaviorTreeComponent_AddCooldownTagDuration) == 0x000014, "Wrong size on BehaviorTreeComponent_AddCooldownTagDuration"); \ +static_assert(offsetof(BehaviorTreeComponent_AddCooldownTagDuration, CooldownTag) == 0x000000, "Member 'BehaviorTreeComponent_AddCooldownTagDuration::CooldownTag' has a wrong offset!"); \ +static_assert(offsetof(BehaviorTreeComponent_AddCooldownTagDuration, CooldownDuration) == 0x00000C, "Member 'BehaviorTreeComponent_AddCooldownTagDuration::CooldownDuration' has a wrong offset!"); \ +static_assert(offsetof(BehaviorTreeComponent_AddCooldownTagDuration, bAddToExistingDuration) == 0x000010, "Member 'BehaviorTreeComponent_AddCooldownTagDuration::bAddToExistingDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BehaviorTreeComponent_SetDynamicSubtree \ +static_assert(alignof(BehaviorTreeComponent_SetDynamicSubtree) == 0x000008, "Wrong alignment on BehaviorTreeComponent_SetDynamicSubtree"); \ +static_assert(sizeof(BehaviorTreeComponent_SetDynamicSubtree) == 0x000018, "Wrong size on BehaviorTreeComponent_SetDynamicSubtree"); \ +static_assert(offsetof(BehaviorTreeComponent_SetDynamicSubtree, InjectTag) == 0x000000, "Member 'BehaviorTreeComponent_SetDynamicSubtree::InjectTag' has a wrong offset!"); \ +static_assert(offsetof(BehaviorTreeComponent_SetDynamicSubtree, BehaviorAsset) == 0x000010, "Member 'BehaviorTreeComponent_SetDynamicSubtree::BehaviorAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BehaviorTreeComponent_GetTagCooldownEndTime \ +static_assert(alignof(BehaviorTreeComponent_GetTagCooldownEndTime) == 0x000004, "Wrong alignment on BehaviorTreeComponent_GetTagCooldownEndTime"); \ +static_assert(sizeof(BehaviorTreeComponent_GetTagCooldownEndTime) == 0x000010, "Wrong size on BehaviorTreeComponent_GetTagCooldownEndTime"); \ +static_assert(offsetof(BehaviorTreeComponent_GetTagCooldownEndTime, CooldownTag) == 0x000000, "Member 'BehaviorTreeComponent_GetTagCooldownEndTime::CooldownTag' has a wrong offset!"); \ +static_assert(offsetof(BehaviorTreeComponent_GetTagCooldownEndTime, ReturnValue) == 0x00000C, "Member 'BehaviorTreeComponent_GetTagCooldownEndTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBehaviorTreeComponent \ +static_assert(alignof(UBehaviorTreeComponent) == 0x000008, "Wrong alignment on UBehaviorTreeComponent"); \ +static_assert(sizeof(UBehaviorTreeComponent) == 0x0002A0, "Wrong size on UBehaviorTreeComponent"); \ +static_assert(offsetof(UBehaviorTreeComponent, NodeInstances) == 0x000138, "Member 'UBehaviorTreeComponent::NodeInstances' has a wrong offset!"); \ +static_assert(offsetof(UBehaviorTreeComponent, DefaultBehaviorTreeAsset) == 0x000288, "Member 'UBehaviorTreeComponent::DefaultBehaviorTreeAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISenseConfig_Prediction \ +static_assert(alignof(UAISenseConfig_Prediction) == 0x000008, "Wrong alignment on UAISenseConfig_Prediction"); \ +static_assert(sizeof(UAISenseConfig_Prediction) == 0x000050, "Wrong size on UAISenseConfig_Prediction"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_Pathfinding \ +static_assert(alignof(UEnvQueryTest_Pathfinding) == 0x000008, "Wrong alignment on UEnvQueryTest_Pathfinding"); \ +static_assert(sizeof(UEnvQueryTest_Pathfinding) == 0x0002D0, "Wrong size on UEnvQueryTest_Pathfinding"); \ +static_assert(offsetof(UEnvQueryTest_Pathfinding, TestMode) == 0x000238, "Member 'UEnvQueryTest_Pathfinding::TestMode' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Pathfinding, Context) == 0x000240, "Member 'UEnvQueryTest_Pathfinding::Context' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Pathfinding, PathFromContext) == 0x000248, "Member 'UEnvQueryTest_Pathfinding::PathFromContext' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Pathfinding, SkipUnreachable) == 0x000288, "Member 'UEnvQueryTest_Pathfinding::SkipUnreachable' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Pathfinding, FilterClass) == 0x0002C8, "Member 'UEnvQueryTest_Pathfinding::FilterClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_PathfindingBatch \ +static_assert(alignof(UEnvQueryTest_PathfindingBatch) == 0x000008, "Wrong alignment on UEnvQueryTest_PathfindingBatch"); \ +static_assert(sizeof(UEnvQueryTest_PathfindingBatch) == 0x000310, "Wrong size on UEnvQueryTest_PathfindingBatch"); \ +static_assert(offsetof(UEnvQueryTest_PathfindingBatch, ScanRangeMultiplier) == 0x0002D0, "Member 'UEnvQueryTest_PathfindingBatch::ScanRangeMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISenseConfig_Sight \ +static_assert(alignof(UAISenseConfig_Sight) == 0x000008, "Wrong alignment on UAISenseConfig_Sight"); \ +static_assert(sizeof(UAISenseConfig_Sight) == 0x000080, "Wrong size on UAISenseConfig_Sight"); \ +static_assert(offsetof(UAISenseConfig_Sight, Implementation) == 0x000050, "Member 'UAISenseConfig_Sight::Implementation' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, SightRadius) == 0x000058, "Member 'UAISenseConfig_Sight::SightRadius' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, LoseSightRadius) == 0x00005C, "Member 'UAISenseConfig_Sight::LoseSightRadius' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, PeripheralVisionAngleDegrees) == 0x000060, "Member 'UAISenseConfig_Sight::PeripheralVisionAngleDegrees' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, DetectionByAffiliation) == 0x000064, "Member 'UAISenseConfig_Sight::DetectionByAffiliation' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, AutoSuccessRangeFromLastSeenLocation) == 0x000068, "Member 'UAISenseConfig_Sight::AutoSuccessRangeFromLastSeenLocation' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, PointOfViewBackwardOffset) == 0x00006C, "Member 'UAISenseConfig_Sight::PointOfViewBackwardOffset' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, NearClippingRadius) == 0x000070, "Member 'UAISenseConfig_Sight::NearClippingRadius' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, bUseHorizontalPlanes) == 0x000074, "Member 'UAISenseConfig_Sight::bUseHorizontalPlanes' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, VerticalVisionOffsetTop) == 0x000078, "Member 'UAISenseConfig_Sight::VerticalVisionOffsetTop' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, VerticalVisionOffsetBottom) == 0x00007C, "Member 'UAISenseConfig_Sight::VerticalVisionOffsetBottom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAITask \ +static_assert(alignof(UAITask) == 0x000008, "Wrong alignment on UAITask"); \ +static_assert(sizeof(UAITask) == 0x000078, "Wrong size on UAITask"); \ +static_assert(offsetof(UAITask, OwnerController) == 0x000070, "Member 'UAITask::OwnerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISenseConfig_Team \ +static_assert(alignof(UAISenseConfig_Team) == 0x000008, "Wrong alignment on UAISenseConfig_Team"); \ +static_assert(sizeof(UAISenseConfig_Team) == 0x000050, "Wrong size on UAISenseConfig_Team"); \ + +#define DUMPER7_ASSERTS_AGridPathAIController \ +static_assert(alignof(AGridPathAIController) == 0x000008, "Wrong alignment on AGridPathAIController"); \ +static_assert(sizeof(AGridPathAIController) == 0x0003E8, "Wrong size on AGridPathAIController"); \ + +#define DUMPER7_ASSERTS_UAISenseConfig_Touch \ +static_assert(alignof(UAISenseConfig_Touch) == 0x000008, "Wrong alignment on UAISenseConfig_Touch"); \ +static_assert(sizeof(UAISenseConfig_Touch) == 0x000050, "Wrong size on UAISenseConfig_Touch"); \ + +#define DUMPER7_ASSERTS_UAISenseEvent \ +static_assert(alignof(UAISenseEvent) == 0x000008, "Wrong alignment on UAISenseEvent"); \ +static_assert(sizeof(UAISenseEvent) == 0x000030, "Wrong size on UAISenseEvent"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_Volume \ +static_assert(alignof(UEnvQueryTest_Volume) == 0x000008, "Wrong alignment on UEnvQueryTest_Volume"); \ +static_assert(sizeof(UEnvQueryTest_Volume) == 0x000250, "Wrong size on UEnvQueryTest_Volume"); \ +static_assert(offsetof(UEnvQueryTest_Volume, VolumeContext) == 0x000238, "Member 'UEnvQueryTest_Volume::VolumeContext' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Volume, VolumeClass) == 0x000240, "Member 'UEnvQueryTest_Volume::VolumeClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISenseEvent_Damage \ +static_assert(alignof(UAISenseEvent_Damage) == 0x000008, "Wrong alignment on UAISenseEvent_Damage"); \ +static_assert(sizeof(UAISenseEvent_Damage) == 0x000070, "Wrong size on UAISenseEvent_Damage"); \ +static_assert(offsetof(UAISenseEvent_Damage, Event) == 0x000030, "Member 'UAISenseEvent_Damage::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBehaviorTree \ +static_assert(alignof(UBehaviorTree) == 0x000008, "Wrong alignment on UBehaviorTree"); \ +static_assert(sizeof(UBehaviorTree) == 0x000070, "Wrong size on UBehaviorTree"); \ +static_assert(offsetof(UBehaviorTree, RootNode) == 0x000038, "Member 'UBehaviorTree::RootNode' has a wrong offset!"); \ +static_assert(offsetof(UBehaviorTree, BlackboardAsset) == 0x000040, "Member 'UBehaviorTree::BlackboardAsset' has a wrong offset!"); \ +static_assert(offsetof(UBehaviorTree, RootDecorators) == 0x000048, "Member 'UBehaviorTree::RootDecorators' has a wrong offset!"); \ +static_assert(offsetof(UBehaviorTree, RootDecoratorOps) == 0x000058, "Member 'UBehaviorTree::RootDecoratorOps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISenseEvent_Hearing \ +static_assert(alignof(UAISenseEvent_Hearing) == 0x000008, "Wrong alignment on UAISenseEvent_Hearing"); \ +static_assert(sizeof(UAISenseEvent_Hearing) == 0x000070, "Wrong size on UAISenseEvent_Hearing"); \ +static_assert(offsetof(UAISenseEvent_Hearing, Event) == 0x000030, "Member 'UAISenseEvent_Hearing::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_Overlap \ +static_assert(alignof(UEnvQueryTest_Overlap) == 0x000008, "Wrong alignment on UEnvQueryTest_Overlap"); \ +static_assert(sizeof(UEnvQueryTest_Overlap) == 0x000258, "Wrong size on UEnvQueryTest_Overlap"); \ +static_assert(offsetof(UEnvQueryTest_Overlap, OverlapData) == 0x000238, "Member 'UEnvQueryTest_Overlap::OverlapData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAISightTargetInterface \ +static_assert(alignof(IAISightTargetInterface) == 0x000001, "Wrong alignment on IAISightTargetInterface"); \ +static_assert(sizeof(IAISightTargetInterface) == 0x000001, "Wrong size on IAISightTargetInterface"); \ + +#define DUMPER7_ASSERTS_UAISystem \ +static_assert(alignof(UAISystem) == 0x000008, "Wrong alignment on UAISystem"); \ +static_assert(sizeof(UAISystem) == 0x000158, "Wrong size on UAISystem"); \ +static_assert(offsetof(UAISystem, PerceptionSystemClassName) == 0x000070, "Member 'UAISystem::PerceptionSystemClassName' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, HotSpotManagerClassName) == 0x000090, "Member 'UAISystem::HotSpotManagerClassName' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, AcceptanceRadius) == 0x0000B0, "Member 'UAISystem::AcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, PathfollowingRegularPathPointAcceptanceRadius) == 0x0000B4, "Member 'UAISystem::PathfollowingRegularPathPointAcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, PathfollowingNavLinkAcceptanceRadius) == 0x0000B8, "Member 'UAISystem::PathfollowingNavLinkAcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bFinishMoveOnGoalOverlap) == 0x0000BC, "Member 'UAISystem::bFinishMoveOnGoalOverlap' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bAcceptPartialPaths) == 0x0000BD, "Member 'UAISystem::bAcceptPartialPaths' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bAllowStrafing) == 0x0000BE, "Member 'UAISystem::bAllowStrafing' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bEnableBTAITasks) == 0x0000BF, "Member 'UAISystem::bEnableBTAITasks' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bAllowControllersAsEQSQuerier) == 0x0000C0, "Member 'UAISystem::bAllowControllersAsEQSQuerier' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bEnableDebuggerPlugin) == 0x0000C1, "Member 'UAISystem::bEnableDebuggerPlugin' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bForgetStaleActors) == 0x0000C2, "Member 'UAISystem::bForgetStaleActors' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bAddBlackboardSelfKey) == 0x0000C3, "Member 'UAISystem::bAddBlackboardSelfKey' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, DefaultSightCollisionChannel) == 0x0000C4, "Member 'UAISystem::DefaultSightCollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, BehaviorTreeManager) == 0x0000C8, "Member 'UAISystem::BehaviorTreeManager' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, EnvironmentQueryManager) == 0x0000D0, "Member 'UAISystem::EnvironmentQueryManager' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, PerceptionSystem) == 0x0000D8, "Member 'UAISystem::PerceptionSystem' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, AllProxyObjects) == 0x0000E0, "Member 'UAISystem::AllProxyObjects' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, HotSpotManager) == 0x0000F0, "Member 'UAISystem::HotSpotManager' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, NavLocalGrids) == 0x0000F8, "Member 'UAISystem::NavLocalGrids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAITask_LockLogic \ +static_assert(alignof(UAITask_LockLogic) == 0x000008, "Wrong alignment on UAITask_LockLogic"); \ +static_assert(sizeof(UAITask_LockLogic) == 0x000078, "Wrong size on UAITask_LockLogic"); \ + +#define DUMPER7_ASSERTS_AITask_MoveTo_AIMoveTo \ +static_assert(alignof(AITask_MoveTo_AIMoveTo) == 0x000008, "Wrong alignment on AITask_MoveTo_AIMoveTo"); \ +static_assert(sizeof(AITask_MoveTo_AIMoveTo) == 0x000038, "Wrong size on AITask_MoveTo_AIMoveTo"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, Controller) == 0x000000, "Member 'AITask_MoveTo_AIMoveTo::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, GoalLocation) == 0x000008, "Member 'AITask_MoveTo_AIMoveTo::GoalLocation' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, GoalActor) == 0x000018, "Member 'AITask_MoveTo_AIMoveTo::GoalActor' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, AcceptanceRadius) == 0x000020, "Member 'AITask_MoveTo_AIMoveTo::AcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, StopOnOverlap) == 0x000024, "Member 'AITask_MoveTo_AIMoveTo::StopOnOverlap' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, AcceptPartialPath) == 0x000025, "Member 'AITask_MoveTo_AIMoveTo::AcceptPartialPath' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, bUsePathfinding) == 0x000026, "Member 'AITask_MoveTo_AIMoveTo::bUsePathfinding' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, bLockAILogic) == 0x000027, "Member 'AITask_MoveTo_AIMoveTo::bLockAILogic' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, bUseContinuosGoalTracking) == 0x000028, "Member 'AITask_MoveTo_AIMoveTo::bUseContinuosGoalTracking' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, ProjectGoalOnNavigation) == 0x000029, "Member 'AITask_MoveTo_AIMoveTo::ProjectGoalOnNavigation' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, ReturnValue) == 0x000030, "Member 'AITask_MoveTo_AIMoveTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAITask_MoveTo \ +static_assert(alignof(UAITask_MoveTo) == 0x000008, "Wrong alignment on UAITask_MoveTo"); \ +static_assert(sizeof(UAITask_MoveTo) == 0x000120, "Wrong size on UAITask_MoveTo"); \ +static_assert(offsetof(UAITask_MoveTo, OnRequestFailed) == 0x000078, "Member 'UAITask_MoveTo::OnRequestFailed' has a wrong offset!"); \ +static_assert(offsetof(UAITask_MoveTo, OnMoveFinished) == 0x000088, "Member 'UAITask_MoveTo::OnMoveFinished' has a wrong offset!"); \ +static_assert(offsetof(UAITask_MoveTo, MoveRequest) == 0x000098, "Member 'UAITask_MoveTo::MoveRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITask_RunEQS_RunEQS \ +static_assert(alignof(AITask_RunEQS_RunEQS) == 0x000008, "Wrong alignment on AITask_RunEQS_RunEQS"); \ +static_assert(sizeof(AITask_RunEQS_RunEQS) == 0x000018, "Wrong size on AITask_RunEQS_RunEQS"); \ +static_assert(offsetof(AITask_RunEQS_RunEQS, Controller) == 0x000000, "Member 'AITask_RunEQS_RunEQS::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITask_RunEQS_RunEQS, QueryTemplate) == 0x000008, "Member 'AITask_RunEQS_RunEQS::QueryTemplate' has a wrong offset!"); \ +static_assert(offsetof(AITask_RunEQS_RunEQS, ReturnValue) == 0x000010, "Member 'AITask_RunEQS_RunEQS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAITask_RunEQS \ +static_assert(alignof(UAITask_RunEQS) == 0x000008, "Wrong alignment on UAITask_RunEQS"); \ +static_assert(sizeof(UAITask_RunEQS) == 0x0000F8, "Wrong size on UAITask_RunEQS"); \ + +#define DUMPER7_ASSERTS_UBehaviorTreeManager \ +static_assert(alignof(UBehaviorTreeManager) == 0x000008, "Wrong alignment on UBehaviorTreeManager"); \ +static_assert(sizeof(UBehaviorTreeManager) == 0x000058, "Wrong size on UBehaviorTreeManager"); \ +static_assert(offsetof(UBehaviorTreeManager, MaxDebuggerSteps) == 0x000030, "Member 'UBehaviorTreeManager::MaxDebuggerSteps' has a wrong offset!"); \ +static_assert(offsetof(UBehaviorTreeManager, LoadedTemplates) == 0x000038, "Member 'UBehaviorTreeManager::LoadedTemplates' has a wrong offset!"); \ +static_assert(offsetof(UBehaviorTreeManager, ActiveComponents) == 0x000048, "Member 'UBehaviorTreeManager::ActiveComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBehaviorTreeTypes \ +static_assert(alignof(UBehaviorTreeTypes) == 0x000008, "Wrong alignment on UBehaviorTreeTypes"); \ +static_assert(sizeof(UBehaviorTreeTypes) == 0x000030, "Wrong size on UBehaviorTreeTypes"); \ + +#define DUMPER7_ASSERTS_BlackboardAssetProvider_GetBlackboardAsset \ +static_assert(alignof(BlackboardAssetProvider_GetBlackboardAsset) == 0x000008, "Wrong alignment on BlackboardAssetProvider_GetBlackboardAsset"); \ +static_assert(sizeof(BlackboardAssetProvider_GetBlackboardAsset) == 0x000008, "Wrong size on BlackboardAssetProvider_GetBlackboardAsset"); \ +static_assert(offsetof(BlackboardAssetProvider_GetBlackboardAsset, ReturnValue) == 0x000000, "Member 'BlackboardAssetProvider_GetBlackboardAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBlackboardAssetProvider \ +static_assert(alignof(IBlackboardAssetProvider) == 0x000001, "Wrong alignment on IBlackboardAssetProvider"); \ +static_assert(sizeof(IBlackboardAssetProvider) == 0x000001, "Wrong size on IBlackboardAssetProvider"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_ClearValue \ +static_assert(alignof(BlackboardComponent_ClearValue) == 0x000004, "Wrong alignment on BlackboardComponent_ClearValue"); \ +static_assert(sizeof(BlackboardComponent_ClearValue) == 0x00000C, "Wrong size on BlackboardComponent_ClearValue"); \ +static_assert(offsetof(BlackboardComponent_ClearValue, KeyName) == 0x000000, "Member 'BlackboardComponent_ClearValue::KeyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsBool \ +static_assert(alignof(BlackboardComponent_SetValueAsBool) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsBool"); \ +static_assert(sizeof(BlackboardComponent_SetValueAsBool) == 0x000010, "Wrong size on BlackboardComponent_SetValueAsBool"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsBool, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsBool::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsBool, BoolValue) == 0x00000C, "Member 'BlackboardComponent_SetValueAsBool::BoolValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsClass \ +static_assert(alignof(BlackboardComponent_SetValueAsClass) == 0x000008, "Wrong alignment on BlackboardComponent_SetValueAsClass"); \ +static_assert(sizeof(BlackboardComponent_SetValueAsClass) == 0x000018, "Wrong size on BlackboardComponent_SetValueAsClass"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsClass, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsClass::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsClass, ClassValue) == 0x000010, "Member 'BlackboardComponent_SetValueAsClass::ClassValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsEnum \ +static_assert(alignof(BlackboardComponent_SetValueAsEnum) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsEnum"); \ +static_assert(sizeof(BlackboardComponent_SetValueAsEnum) == 0x000010, "Wrong size on BlackboardComponent_SetValueAsEnum"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsEnum, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsEnum::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsEnum, EnumValue) == 0x00000C, "Member 'BlackboardComponent_SetValueAsEnum::EnumValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsFloat \ +static_assert(alignof(BlackboardComponent_SetValueAsFloat) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsFloat"); \ +static_assert(sizeof(BlackboardComponent_SetValueAsFloat) == 0x000010, "Wrong size on BlackboardComponent_SetValueAsFloat"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsFloat, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsFloat::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsFloat, FloatValue) == 0x00000C, "Member 'BlackboardComponent_SetValueAsFloat::FloatValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsInt \ +static_assert(alignof(BlackboardComponent_SetValueAsInt) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsInt"); \ +static_assert(sizeof(BlackboardComponent_SetValueAsInt) == 0x000010, "Wrong size on BlackboardComponent_SetValueAsInt"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsInt, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsInt::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsInt, IntValue) == 0x00000C, "Member 'BlackboardComponent_SetValueAsInt::IntValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsName \ +static_assert(alignof(BlackboardComponent_SetValueAsName) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsName"); \ +static_assert(sizeof(BlackboardComponent_SetValueAsName) == 0x000018, "Wrong size on BlackboardComponent_SetValueAsName"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsName, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsName::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsName, NameValue) == 0x00000C, "Member 'BlackboardComponent_SetValueAsName::NameValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsObject \ +static_assert(alignof(BlackboardComponent_SetValueAsObject) == 0x000008, "Wrong alignment on BlackboardComponent_SetValueAsObject"); \ +static_assert(sizeof(BlackboardComponent_SetValueAsObject) == 0x000018, "Wrong size on BlackboardComponent_SetValueAsObject"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsObject, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsObject::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsObject, ObjectValue) == 0x000010, "Member 'BlackboardComponent_SetValueAsObject::ObjectValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsRotator \ +static_assert(alignof(BlackboardComponent_SetValueAsRotator) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsRotator"); \ +static_assert(sizeof(BlackboardComponent_SetValueAsRotator) == 0x000018, "Wrong size on BlackboardComponent_SetValueAsRotator"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsRotator, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsRotator::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsRotator, VectorValue) == 0x00000C, "Member 'BlackboardComponent_SetValueAsRotator::VectorValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsString \ +static_assert(alignof(BlackboardComponent_SetValueAsString) == 0x000008, "Wrong alignment on BlackboardComponent_SetValueAsString"); \ +static_assert(sizeof(BlackboardComponent_SetValueAsString) == 0x000020, "Wrong size on BlackboardComponent_SetValueAsString"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsString, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsString::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsString, StringValue) == 0x000010, "Member 'BlackboardComponent_SetValueAsString::StringValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsVector \ +static_assert(alignof(BlackboardComponent_SetValueAsVector) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsVector"); \ +static_assert(sizeof(BlackboardComponent_SetValueAsVector) == 0x000018, "Wrong size on BlackboardComponent_SetValueAsVector"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsVector, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsVector::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsVector, VectorValue) == 0x00000C, "Member 'BlackboardComponent_SetValueAsVector::VectorValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetLocationFromEntry \ +static_assert(alignof(BlackboardComponent_GetLocationFromEntry) == 0x000004, "Wrong alignment on BlackboardComponent_GetLocationFromEntry"); \ +static_assert(sizeof(BlackboardComponent_GetLocationFromEntry) == 0x00001C, "Wrong size on BlackboardComponent_GetLocationFromEntry"); \ +static_assert(offsetof(BlackboardComponent_GetLocationFromEntry, KeyName) == 0x000000, "Member 'BlackboardComponent_GetLocationFromEntry::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetLocationFromEntry, ResultLocation) == 0x00000C, "Member 'BlackboardComponent_GetLocationFromEntry::ResultLocation' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetLocationFromEntry, ReturnValue) == 0x000018, "Member 'BlackboardComponent_GetLocationFromEntry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetRotationFromEntry \ +static_assert(alignof(BlackboardComponent_GetRotationFromEntry) == 0x000004, "Wrong alignment on BlackboardComponent_GetRotationFromEntry"); \ +static_assert(sizeof(BlackboardComponent_GetRotationFromEntry) == 0x00001C, "Wrong size on BlackboardComponent_GetRotationFromEntry"); \ +static_assert(offsetof(BlackboardComponent_GetRotationFromEntry, KeyName) == 0x000000, "Member 'BlackboardComponent_GetRotationFromEntry::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetRotationFromEntry, ResultRotation) == 0x00000C, "Member 'BlackboardComponent_GetRotationFromEntry::ResultRotation' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetRotationFromEntry, ReturnValue) == 0x000018, "Member 'BlackboardComponent_GetRotationFromEntry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsBool \ +static_assert(alignof(BlackboardComponent_GetValueAsBool) == 0x000004, "Wrong alignment on BlackboardComponent_GetValueAsBool"); \ +static_assert(sizeof(BlackboardComponent_GetValueAsBool) == 0x000010, "Wrong size on BlackboardComponent_GetValueAsBool"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsBool, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsBool::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsBool, ReturnValue) == 0x00000C, "Member 'BlackboardComponent_GetValueAsBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsClass \ +static_assert(alignof(BlackboardComponent_GetValueAsClass) == 0x000008, "Wrong alignment on BlackboardComponent_GetValueAsClass"); \ +static_assert(sizeof(BlackboardComponent_GetValueAsClass) == 0x000018, "Wrong size on BlackboardComponent_GetValueAsClass"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsClass, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsClass::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsClass, ReturnValue) == 0x000010, "Member 'BlackboardComponent_GetValueAsClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsEnum \ +static_assert(alignof(BlackboardComponent_GetValueAsEnum) == 0x000004, "Wrong alignment on BlackboardComponent_GetValueAsEnum"); \ +static_assert(sizeof(BlackboardComponent_GetValueAsEnum) == 0x000010, "Wrong size on BlackboardComponent_GetValueAsEnum"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsEnum, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsEnum::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsEnum, ReturnValue) == 0x00000C, "Member 'BlackboardComponent_GetValueAsEnum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsFloat \ +static_assert(alignof(BlackboardComponent_GetValueAsFloat) == 0x000004, "Wrong alignment on BlackboardComponent_GetValueAsFloat"); \ +static_assert(sizeof(BlackboardComponent_GetValueAsFloat) == 0x000010, "Wrong size on BlackboardComponent_GetValueAsFloat"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsFloat, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsFloat::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsFloat, ReturnValue) == 0x00000C, "Member 'BlackboardComponent_GetValueAsFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsInt \ +static_assert(alignof(BlackboardComponent_GetValueAsInt) == 0x000004, "Wrong alignment on BlackboardComponent_GetValueAsInt"); \ +static_assert(sizeof(BlackboardComponent_GetValueAsInt) == 0x000010, "Wrong size on BlackboardComponent_GetValueAsInt"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsInt, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsInt::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsInt, ReturnValue) == 0x00000C, "Member 'BlackboardComponent_GetValueAsInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsName \ +static_assert(alignof(BlackboardComponent_GetValueAsName) == 0x000004, "Wrong alignment on BlackboardComponent_GetValueAsName"); \ +static_assert(sizeof(BlackboardComponent_GetValueAsName) == 0x000018, "Wrong size on BlackboardComponent_GetValueAsName"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsName, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsName::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsName, ReturnValue) == 0x00000C, "Member 'BlackboardComponent_GetValueAsName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsObject \ +static_assert(alignof(BlackboardComponent_GetValueAsObject) == 0x000008, "Wrong alignment on BlackboardComponent_GetValueAsObject"); \ +static_assert(sizeof(BlackboardComponent_GetValueAsObject) == 0x000018, "Wrong size on BlackboardComponent_GetValueAsObject"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsObject, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsObject::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsObject, ReturnValue) == 0x000010, "Member 'BlackboardComponent_GetValueAsObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsRotator \ +static_assert(alignof(BlackboardComponent_GetValueAsRotator) == 0x000004, "Wrong alignment on BlackboardComponent_GetValueAsRotator"); \ +static_assert(sizeof(BlackboardComponent_GetValueAsRotator) == 0x000018, "Wrong size on BlackboardComponent_GetValueAsRotator"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsRotator, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsRotator::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsRotator, ReturnValue) == 0x00000C, "Member 'BlackboardComponent_GetValueAsRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsString \ +static_assert(alignof(BlackboardComponent_GetValueAsString) == 0x000008, "Wrong alignment on BlackboardComponent_GetValueAsString"); \ +static_assert(sizeof(BlackboardComponent_GetValueAsString) == 0x000020, "Wrong size on BlackboardComponent_GetValueAsString"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsString, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsString::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsString, ReturnValue) == 0x000010, "Member 'BlackboardComponent_GetValueAsString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_GetValueAsVector \ +static_assert(alignof(BlackboardComponent_GetValueAsVector) == 0x000004, "Wrong alignment on BlackboardComponent_GetValueAsVector"); \ +static_assert(sizeof(BlackboardComponent_GetValueAsVector) == 0x000018, "Wrong size on BlackboardComponent_GetValueAsVector"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsVector, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsVector::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsVector, ReturnValue) == 0x00000C, "Member 'BlackboardComponent_GetValueAsVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_IsVectorValueSet \ +static_assert(alignof(BlackboardComponent_IsVectorValueSet) == 0x000004, "Wrong alignment on BlackboardComponent_IsVectorValueSet"); \ +static_assert(sizeof(BlackboardComponent_IsVectorValueSet) == 0x000010, "Wrong size on BlackboardComponent_IsVectorValueSet"); \ +static_assert(offsetof(BlackboardComponent_IsVectorValueSet, KeyName) == 0x000000, "Member 'BlackboardComponent_IsVectorValueSet::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_IsVectorValueSet, ReturnValue) == 0x00000C, "Member 'BlackboardComponent_IsVectorValueSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardComponent \ +static_assert(alignof(UBlackboardComponent) == 0x000008, "Wrong alignment on UBlackboardComponent"); \ +static_assert(sizeof(UBlackboardComponent) == 0x0001C8, "Wrong size on UBlackboardComponent"); \ +static_assert(offsetof(UBlackboardComponent, BrainComp) == 0x0000C0, "Member 'UBlackboardComponent::BrainComp' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardComponent, DefaultBlackboardAsset) == 0x0000C8, "Member 'UBlackboardComponent::DefaultBlackboardAsset' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardComponent, BlackboardAsset) == 0x0000D0, "Member 'UBlackboardComponent::BlackboardAsset' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardComponent, KeyInstances) == 0x0000F8, "Member 'UBlackboardComponent::KeyInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardData \ +static_assert(alignof(UBlackboardData) == 0x000008, "Wrong alignment on UBlackboardData"); \ +static_assert(sizeof(UBlackboardData) == 0x000058, "Wrong size on UBlackboardData"); \ +static_assert(offsetof(UBlackboardData, Parent) == 0x000038, "Member 'UBlackboardData::Parent' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardData, Keys) == 0x000040, "Member 'UBlackboardData::Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Bool \ +static_assert(alignof(UBlackboardKeyType_Bool) == 0x000008, "Wrong alignment on UBlackboardKeyType_Bool"); \ +static_assert(sizeof(UBlackboardKeyType_Bool) == 0x000038, "Wrong size on UBlackboardKeyType_Bool"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Class \ +static_assert(alignof(UBlackboardKeyType_Class) == 0x000008, "Wrong alignment on UBlackboardKeyType_Class"); \ +static_assert(sizeof(UBlackboardKeyType_Class) == 0x000040, "Wrong size on UBlackboardKeyType_Class"); \ +static_assert(offsetof(UBlackboardKeyType_Class, BaseClass) == 0x000038, "Member 'UBlackboardKeyType_Class::BaseClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Float \ +static_assert(alignof(UBlackboardKeyType_Float) == 0x000008, "Wrong alignment on UBlackboardKeyType_Float"); \ +static_assert(sizeof(UBlackboardKeyType_Float) == 0x000038, "Wrong size on UBlackboardKeyType_Float"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Int \ +static_assert(alignof(UBlackboardKeyType_Int) == 0x000008, "Wrong alignment on UBlackboardKeyType_Int"); \ +static_assert(sizeof(UBlackboardKeyType_Int) == 0x000038, "Wrong size on UBlackboardKeyType_Int"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Name \ +static_assert(alignof(UBlackboardKeyType_Name) == 0x000008, "Wrong alignment on UBlackboardKeyType_Name"); \ +static_assert(sizeof(UBlackboardKeyType_Name) == 0x000038, "Wrong size on UBlackboardKeyType_Name"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_NativeEnum \ +static_assert(alignof(UBlackboardKeyType_NativeEnum) == 0x000008, "Wrong alignment on UBlackboardKeyType_NativeEnum"); \ +static_assert(sizeof(UBlackboardKeyType_NativeEnum) == 0x000050, "Wrong size on UBlackboardKeyType_NativeEnum"); \ +static_assert(offsetof(UBlackboardKeyType_NativeEnum, EnumName) == 0x000038, "Member 'UBlackboardKeyType_NativeEnum::EnumName' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardKeyType_NativeEnum, EnumType) == 0x000048, "Member 'UBlackboardKeyType_NativeEnum::EnumType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Object \ +static_assert(alignof(UBlackboardKeyType_Object) == 0x000008, "Wrong alignment on UBlackboardKeyType_Object"); \ +static_assert(sizeof(UBlackboardKeyType_Object) == 0x000040, "Wrong size on UBlackboardKeyType_Object"); \ +static_assert(offsetof(UBlackboardKeyType_Object, BaseClass) == 0x000038, "Member 'UBlackboardKeyType_Object::BaseClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_String \ +static_assert(alignof(UBlackboardKeyType_String) == 0x000008, "Wrong alignment on UBlackboardKeyType_String"); \ +static_assert(sizeof(UBlackboardKeyType_String) == 0x000048, "Wrong size on UBlackboardKeyType_String"); \ +static_assert(offsetof(UBlackboardKeyType_String, StringValue) == 0x000038, "Member 'UBlackboardKeyType_String::StringValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTComposite_Selector \ +static_assert(alignof(UBTComposite_Selector) == 0x000008, "Wrong alignment on UBTComposite_Selector"); \ +static_assert(sizeof(UBTComposite_Selector) == 0x000098, "Wrong size on UBTComposite_Selector"); \ + +#define DUMPER7_ASSERTS_UBTComposite_Sequence \ +static_assert(alignof(UBTComposite_Sequence) == 0x000008, "Wrong alignment on UBTComposite_Sequence"); \ +static_assert(sizeof(UBTComposite_Sequence) == 0x000098, "Wrong size on UBTComposite_Sequence"); \ + +#define DUMPER7_ASSERTS_UBTComposite_Switch \ +static_assert(alignof(UBTComposite_Switch) == 0x000008, "Wrong alignment on UBTComposite_Switch"); \ +static_assert(sizeof(UBTComposite_Switch) == 0x000118, "Wrong size on UBTComposite_Switch"); \ +static_assert(offsetof(UBTComposite_Switch, CorrespondancyMap) == 0x000098, "Member 'UBTComposite_Switch::CorrespondancyMap' has a wrong offset!"); \ +static_assert(offsetof(UBTComposite_Switch, BlackboardKey) == 0x0000E8, "Member 'UBTComposite_Switch::BlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator \ +static_assert(alignof(UBTDecorator) == 0x000008, "Wrong alignment on UBTDecorator"); \ +static_assert(sizeof(UBTDecorator) == 0x000070, "Wrong size on UBTDecorator"); \ +static_assert(offsetof(UBTDecorator, FlowAbortMode) == 0x00006C, "Member 'UBTDecorator::FlowAbortMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_BlackboardBase \ +static_assert(alignof(UBTDecorator_BlackboardBase) == 0x000008, "Wrong alignment on UBTDecorator_BlackboardBase"); \ +static_assert(sizeof(UBTDecorator_BlackboardBase) == 0x0000A0, "Wrong size on UBTDecorator_BlackboardBase"); \ +static_assert(offsetof(UBTDecorator_BlackboardBase, BlackboardKey) == 0x000070, "Member 'UBTDecorator_BlackboardBase::BlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_Blackboard \ +static_assert(alignof(UBTDecorator_Blackboard) == 0x000008, "Wrong alignment on UBTDecorator_Blackboard"); \ +static_assert(sizeof(UBTDecorator_Blackboard) == 0x0000D0, "Wrong size on UBTDecorator_Blackboard"); \ +static_assert(offsetof(UBTDecorator_Blackboard, IntValue) == 0x0000A0, "Member 'UBTDecorator_Blackboard::IntValue' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Blackboard, FloatValue) == 0x0000A4, "Member 'UBTDecorator_Blackboard::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Blackboard, StringValue) == 0x0000A8, "Member 'UBTDecorator_Blackboard::StringValue' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Blackboard, CachedDescription) == 0x0000B8, "Member 'UBTDecorator_Blackboard::CachedDescription' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Blackboard, OperationType) == 0x0000C8, "Member 'UBTDecorator_Blackboard::OperationType' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Blackboard, NotifyObserver) == 0x0000C9, "Member 'UBTDecorator_Blackboard::NotifyObserver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_PerformConditionCheck \ +static_assert(alignof(BTDecorator_BlueprintBase_PerformConditionCheck) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_PerformConditionCheck"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_PerformConditionCheck) == 0x000010, "Wrong size on BTDecorator_BlueprintBase_PerformConditionCheck"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_PerformConditionCheck, OwnerActor) == 0x000000, "Member 'BTDecorator_BlueprintBase_PerformConditionCheck::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_PerformConditionCheck, ReturnValue) == 0x000008, "Member 'BTDecorator_BlueprintBase_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_PerformConditionCheckAI \ +static_assert(alignof(BTDecorator_BlueprintBase_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_PerformConditionCheckAI"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_PerformConditionCheckAI) == 0x000018, "Wrong size on BTDecorator_BlueprintBase_PerformConditionCheckAI"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BTDecorator_BlueprintBase_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_BlueprintBase_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BTDecorator_BlueprintBase_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveExecutionFinish \ +static_assert(alignof(BTDecorator_BlueprintBase_ReceiveExecutionFinish) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveExecutionFinish"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveExecutionFinish) == 0x000010, "Wrong size on BTDecorator_BlueprintBase_ReceiveExecutionFinish"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionFinish, OwnerActor) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionFinish::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionFinish, NodeResult) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionFinish::NodeResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveExecutionFinishAI \ +static_assert(alignof(BTDecorator_BlueprintBase_ReceiveExecutionFinishAI) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveExecutionFinishAI"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveExecutionFinishAI) == 0x000018, "Wrong size on BTDecorator_BlueprintBase_ReceiveExecutionFinishAI"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionFinishAI, OwnerController) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionFinishAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionFinishAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionFinishAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionFinishAI, NodeResult) == 0x000010, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionFinishAI::NodeResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveExecutionStart \ +static_assert(alignof(BTDecorator_BlueprintBase_ReceiveExecutionStart) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveExecutionStart"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveExecutionStart) == 0x000008, "Wrong size on BTDecorator_BlueprintBase_ReceiveExecutionStart"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionStart, OwnerActor) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionStart::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveExecutionStartAI \ +static_assert(alignof(BTDecorator_BlueprintBase_ReceiveExecutionStartAI) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveExecutionStartAI"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveExecutionStartAI) == 0x000010, "Wrong size on BTDecorator_BlueprintBase_ReceiveExecutionStartAI"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionStartAI, OwnerController) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionStartAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionStartAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionStartAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveObserverActivated \ +static_assert(alignof(BTDecorator_BlueprintBase_ReceiveObserverActivated) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveObserverActivated"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveObserverActivated) == 0x000008, "Wrong size on BTDecorator_BlueprintBase_ReceiveObserverActivated"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveObserverActivated, OwnerActor) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveObserverActivated::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveObserverActivatedAI \ +static_assert(alignof(BTDecorator_BlueprintBase_ReceiveObserverActivatedAI) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveObserverActivatedAI"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveObserverActivatedAI) == 0x000010, "Wrong size on BTDecorator_BlueprintBase_ReceiveObserverActivatedAI"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveObserverActivatedAI, OwnerController) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveObserverActivatedAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveObserverActivatedAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveObserverActivatedAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveObserverDeactivated \ +static_assert(alignof(BTDecorator_BlueprintBase_ReceiveObserverDeactivated) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveObserverDeactivated"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveObserverDeactivated) == 0x000008, "Wrong size on BTDecorator_BlueprintBase_ReceiveObserverDeactivated"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveObserverDeactivated, OwnerActor) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveObserverDeactivated::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI \ +static_assert(alignof(BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI) == 0x000010, "Wrong size on BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI, OwnerController) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveTick \ +static_assert(alignof(BTDecorator_BlueprintBase_ReceiveTick) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveTick"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveTick) == 0x000010, "Wrong size on BTDecorator_BlueprintBase_ReceiveTick"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveTick::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveTickAI \ +static_assert(alignof(BTDecorator_BlueprintBase_ReceiveTickAI) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveTickAI"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveTickAI) == 0x000018, "Wrong size on BTDecorator_BlueprintBase_ReceiveTickAI"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTDecorator_BlueprintBase_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_IsDecoratorExecutionActive \ +static_assert(alignof(BTDecorator_BlueprintBase_IsDecoratorExecutionActive) == 0x000001, "Wrong alignment on BTDecorator_BlueprintBase_IsDecoratorExecutionActive"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_IsDecoratorExecutionActive) == 0x000001, "Wrong size on BTDecorator_BlueprintBase_IsDecoratorExecutionActive"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_IsDecoratorExecutionActive, ReturnValue) == 0x000000, "Member 'BTDecorator_BlueprintBase_IsDecoratorExecutionActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_IsDecoratorObserverActive \ +static_assert(alignof(BTDecorator_BlueprintBase_IsDecoratorObserverActive) == 0x000001, "Wrong alignment on BTDecorator_BlueprintBase_IsDecoratorObserverActive"); \ +static_assert(sizeof(BTDecorator_BlueprintBase_IsDecoratorObserverActive) == 0x000001, "Wrong size on BTDecorator_BlueprintBase_IsDecoratorObserverActive"); \ +static_assert(offsetof(BTDecorator_BlueprintBase_IsDecoratorObserverActive, ReturnValue) == 0x000000, "Member 'BTDecorator_BlueprintBase_IsDecoratorObserverActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_BlueprintBase \ +static_assert(alignof(UBTDecorator_BlueprintBase) == 0x000008, "Wrong alignment on UBTDecorator_BlueprintBase"); \ +static_assert(sizeof(UBTDecorator_BlueprintBase) == 0x0000A8, "Wrong size on UBTDecorator_BlueprintBase"); \ +static_assert(offsetof(UBTDecorator_BlueprintBase, AIOwner) == 0x000070, "Member 'UBTDecorator_BlueprintBase::AIOwner' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_BlueprintBase, ActorOwner) == 0x000078, "Member 'UBTDecorator_BlueprintBase::ActorOwner' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_BlueprintBase, ObservedKeyNames) == 0x000080, "Member 'UBTDecorator_BlueprintBase::ObservedKeyNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_CheckGameplayTagsOnActor \ +static_assert(alignof(UBTDecorator_CheckGameplayTagsOnActor) == 0x000008, "Wrong alignment on UBTDecorator_CheckGameplayTagsOnActor"); \ +static_assert(sizeof(UBTDecorator_CheckGameplayTagsOnActor) == 0x0000D8, "Wrong size on UBTDecorator_CheckGameplayTagsOnActor"); \ +static_assert(offsetof(UBTDecorator_CheckGameplayTagsOnActor, ActorToCheck) == 0x000070, "Member 'UBTDecorator_CheckGameplayTagsOnActor::ActorToCheck' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CheckGameplayTagsOnActor, TagsToMatch) == 0x0000A0, "Member 'UBTDecorator_CheckGameplayTagsOnActor::TagsToMatch' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CheckGameplayTagsOnActor, GameplayTags) == 0x0000A8, "Member 'UBTDecorator_CheckGameplayTagsOnActor::GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CheckGameplayTagsOnActor, CachedDescription) == 0x0000C8, "Member 'UBTDecorator_CheckGameplayTagsOnActor::CachedDescription' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_CompareBBEntries \ +static_assert(alignof(UBTDecorator_CompareBBEntries) == 0x000008, "Wrong alignment on UBTDecorator_CompareBBEntries"); \ +static_assert(sizeof(UBTDecorator_CompareBBEntries) == 0x0000D8, "Wrong size on UBTDecorator_CompareBBEntries"); \ +static_assert(offsetof(UBTDecorator_CompareBBEntries, Operator) == 0x000070, "Member 'UBTDecorator_CompareBBEntries::Operator' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CompareBBEntries, BlackboardKeyA) == 0x000078, "Member 'UBTDecorator_CompareBBEntries::BlackboardKeyA' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CompareBBEntries, BlackboardKeyB) == 0x0000A8, "Member 'UBTDecorator_CompareBBEntries::BlackboardKeyB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_ConditionalLoop \ +static_assert(alignof(UBTDecorator_ConditionalLoop) == 0x000008, "Wrong alignment on UBTDecorator_ConditionalLoop"); \ +static_assert(sizeof(UBTDecorator_ConditionalLoop) == 0x0000D0, "Wrong size on UBTDecorator_ConditionalLoop"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_ConeCheck \ +static_assert(alignof(UBTDecorator_ConeCheck) == 0x000008, "Wrong alignment on UBTDecorator_ConeCheck"); \ +static_assert(sizeof(UBTDecorator_ConeCheck) == 0x000110, "Wrong size on UBTDecorator_ConeCheck"); \ +static_assert(offsetof(UBTDecorator_ConeCheck, ConeHalfAngle) == 0x000070, "Member 'UBTDecorator_ConeCheck::ConeHalfAngle' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_ConeCheck, ConeOrigin) == 0x000078, "Member 'UBTDecorator_ConeCheck::ConeOrigin' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_ConeCheck, ConeDirection) == 0x0000A8, "Member 'UBTDecorator_ConeCheck::ConeDirection' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_ConeCheck, Observed) == 0x0000D8, "Member 'UBTDecorator_ConeCheck::Observed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_Cooldown \ +static_assert(alignof(UBTDecorator_Cooldown) == 0x000008, "Wrong alignment on UBTDecorator_Cooldown"); \ +static_assert(sizeof(UBTDecorator_Cooldown) == 0x000078, "Wrong size on UBTDecorator_Cooldown"); \ +static_assert(offsetof(UBTDecorator_Cooldown, CoolDownTime) == 0x000070, "Member 'UBTDecorator_Cooldown::CoolDownTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_DoesPathExist \ +static_assert(alignof(UBTDecorator_DoesPathExist) == 0x000008, "Wrong alignment on UBTDecorator_DoesPathExist"); \ +static_assert(sizeof(UBTDecorator_DoesPathExist) == 0x0000E0, "Wrong size on UBTDecorator_DoesPathExist"); \ +static_assert(offsetof(UBTDecorator_DoesPathExist, BlackboardKeyA) == 0x000070, "Member 'UBTDecorator_DoesPathExist::BlackboardKeyA' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_DoesPathExist, BlackboardKeyB) == 0x0000A0, "Member 'UBTDecorator_DoesPathExist::BlackboardKeyB' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_DoesPathExist, PathQueryType) == 0x0000D4, "Member 'UBTDecorator_DoesPathExist::PathQueryType' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_DoesPathExist, FilterClass) == 0x0000D8, "Member 'UBTDecorator_DoesPathExist::FilterClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_ForceSuccess \ +static_assert(alignof(UBTDecorator_ForceSuccess) == 0x000008, "Wrong alignment on UBTDecorator_ForceSuccess"); \ +static_assert(sizeof(UBTDecorator_ForceSuccess) == 0x000070, "Wrong size on UBTDecorator_ForceSuccess"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_IsAtLocation \ +static_assert(alignof(UBTDecorator_IsAtLocation) == 0x000008, "Wrong alignment on UBTDecorator_IsAtLocation"); \ +static_assert(sizeof(UBTDecorator_IsAtLocation) == 0x0000F0, "Wrong size on UBTDecorator_IsAtLocation"); \ +static_assert(offsetof(UBTDecorator_IsAtLocation, AcceptableRadius) == 0x0000A0, "Member 'UBTDecorator_IsAtLocation::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_IsAtLocation, ParametrizedAcceptableRadius) == 0x0000A8, "Member 'UBTDecorator_IsAtLocation::ParametrizedAcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_IsAtLocation, GeometricDistanceType) == 0x0000E8, "Member 'UBTDecorator_IsAtLocation::GeometricDistanceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_IsBBEntryOfClass \ +static_assert(alignof(UBTDecorator_IsBBEntryOfClass) == 0x000008, "Wrong alignment on UBTDecorator_IsBBEntryOfClass"); \ +static_assert(sizeof(UBTDecorator_IsBBEntryOfClass) == 0x0000A8, "Wrong size on UBTDecorator_IsBBEntryOfClass"); \ +static_assert(offsetof(UBTDecorator_IsBBEntryOfClass, TestClass) == 0x0000A0, "Member 'UBTDecorator_IsBBEntryOfClass::TestClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_KeepInCone \ +static_assert(alignof(UBTDecorator_KeepInCone) == 0x000008, "Wrong alignment on UBTDecorator_KeepInCone"); \ +static_assert(sizeof(UBTDecorator_KeepInCone) == 0x0000E0, "Wrong size on UBTDecorator_KeepInCone"); \ +static_assert(offsetof(UBTDecorator_KeepInCone, ConeHalfAngle) == 0x000070, "Member 'UBTDecorator_KeepInCone::ConeHalfAngle' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_KeepInCone, ConeOrigin) == 0x000078, "Member 'UBTDecorator_KeepInCone::ConeOrigin' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_KeepInCone, Observed) == 0x0000A8, "Member 'UBTDecorator_KeepInCone::Observed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_Loop \ +static_assert(alignof(UBTDecorator_Loop) == 0x000008, "Wrong alignment on UBTDecorator_Loop"); \ +static_assert(sizeof(UBTDecorator_Loop) == 0x000080, "Wrong size on UBTDecorator_Loop"); \ +static_assert(offsetof(UBTDecorator_Loop, NumLoops) == 0x000070, "Member 'UBTDecorator_Loop::NumLoops' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Loop, bInfiniteLoop) == 0x000074, "Member 'UBTDecorator_Loop::bInfiniteLoop' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Loop, InfiniteLoopTimeoutTime) == 0x000078, "Member 'UBTDecorator_Loop::InfiniteLoopTimeoutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_ReachedMoveGoal \ +static_assert(alignof(UBTDecorator_ReachedMoveGoal) == 0x000008, "Wrong alignment on UBTDecorator_ReachedMoveGoal"); \ +static_assert(sizeof(UBTDecorator_ReachedMoveGoal) == 0x000070, "Wrong size on UBTDecorator_ReachedMoveGoal"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_SetTagCooldown \ +static_assert(alignof(UBTDecorator_SetTagCooldown) == 0x000008, "Wrong alignment on UBTDecorator_SetTagCooldown"); \ +static_assert(sizeof(UBTDecorator_SetTagCooldown) == 0x000088, "Wrong size on UBTDecorator_SetTagCooldown"); \ +static_assert(offsetof(UBTDecorator_SetTagCooldown, CooldownTag) == 0x000070, "Member 'UBTDecorator_SetTagCooldown::CooldownTag' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_SetTagCooldown, CooldownDuration) == 0x00007C, "Member 'UBTDecorator_SetTagCooldown::CooldownDuration' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_SetTagCooldown, bAddToExistingDuration) == 0x000080, "Member 'UBTDecorator_SetTagCooldown::bAddToExistingDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_TagCooldown \ +static_assert(alignof(UBTDecorator_TagCooldown) == 0x000008, "Wrong alignment on UBTDecorator_TagCooldown"); \ +static_assert(sizeof(UBTDecorator_TagCooldown) == 0x000088, "Wrong size on UBTDecorator_TagCooldown"); \ +static_assert(offsetof(UBTDecorator_TagCooldown, CooldownTag) == 0x000070, "Member 'UBTDecorator_TagCooldown::CooldownTag' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_TagCooldown, CooldownDuration) == 0x00007C, "Member 'UBTDecorator_TagCooldown::CooldownDuration' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_TagCooldown, bAddToExistingDuration) == 0x000080, "Member 'UBTDecorator_TagCooldown::bAddToExistingDuration' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_TagCooldown, bActivatesCooldown) == 0x000081, "Member 'UBTDecorator_TagCooldown::bActivatesCooldown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_TimeLimit \ +static_assert(alignof(UBTDecorator_TimeLimit) == 0x000008, "Wrong alignment on UBTDecorator_TimeLimit"); \ +static_assert(sizeof(UBTDecorator_TimeLimit) == 0x000078, "Wrong size on UBTDecorator_TimeLimit"); \ +static_assert(offsetof(UBTDecorator_TimeLimit, TimeLimit) == 0x000070, "Member 'UBTDecorator_TimeLimit::TimeLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_ClearBlackboardValue \ +static_assert(alignof(BTFunctionLibrary_ClearBlackboardValue) == 0x000008, "Wrong alignment on BTFunctionLibrary_ClearBlackboardValue"); \ +static_assert(sizeof(BTFunctionLibrary_ClearBlackboardValue) == 0x000038, "Wrong size on BTFunctionLibrary_ClearBlackboardValue"); \ +static_assert(offsetof(BTFunctionLibrary_ClearBlackboardValue, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_ClearBlackboardValue::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_ClearBlackboardValue, Key) == 0x000008, "Member 'BTFunctionLibrary_ClearBlackboardValue::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_ClearBlackboardValueAsVector \ +static_assert(alignof(BTFunctionLibrary_ClearBlackboardValueAsVector) == 0x000008, "Wrong alignment on BTFunctionLibrary_ClearBlackboardValueAsVector"); \ +static_assert(sizeof(BTFunctionLibrary_ClearBlackboardValueAsVector) == 0x000038, "Wrong size on BTFunctionLibrary_ClearBlackboardValueAsVector"); \ +static_assert(offsetof(BTFunctionLibrary_ClearBlackboardValueAsVector, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_ClearBlackboardValueAsVector::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_ClearBlackboardValueAsVector, Key) == 0x000008, "Member 'BTFunctionLibrary_ClearBlackboardValueAsVector::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsActor \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsActor) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsActor"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsActor) == 0x000040, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsActor"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsActor, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsActor::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsActor, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsActor::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsActor, ReturnValue) == 0x000038, "Member 'BTFunctionLibrary_GetBlackboardValueAsActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsBool \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsBool) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsBool"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsBool) == 0x000040, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsBool"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsBool, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsBool::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsBool, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsBool::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsBool, ReturnValue) == 0x000038, "Member 'BTFunctionLibrary_GetBlackboardValueAsBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsClass \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsClass) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsClass"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsClass) == 0x000040, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsClass"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsClass, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsClass::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsClass, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsClass::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsClass, ReturnValue) == 0x000038, "Member 'BTFunctionLibrary_GetBlackboardValueAsClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsEnum \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsEnum) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsEnum"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsEnum) == 0x000040, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsEnum"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsEnum, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsEnum::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsEnum, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsEnum::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsEnum, ReturnValue) == 0x000038, "Member 'BTFunctionLibrary_GetBlackboardValueAsEnum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsFloat \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsFloat) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsFloat"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsFloat) == 0x000040, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsFloat"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsFloat, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsFloat::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsFloat, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsFloat::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsFloat, ReturnValue) == 0x000038, "Member 'BTFunctionLibrary_GetBlackboardValueAsFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsInt \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsInt) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsInt"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsInt) == 0x000040, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsInt"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsInt, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsInt::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsInt, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsInt::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsInt, ReturnValue) == 0x000038, "Member 'BTFunctionLibrary_GetBlackboardValueAsInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsName \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsName) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsName"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsName) == 0x000048, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsName"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsName, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsName::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsName, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsName::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsName, ReturnValue) == 0x000038, "Member 'BTFunctionLibrary_GetBlackboardValueAsName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsObject \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsObject) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsObject"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsObject) == 0x000040, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsObject"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsObject, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsObject::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsObject, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsObject::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsObject, ReturnValue) == 0x000038, "Member 'BTFunctionLibrary_GetBlackboardValueAsObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsRotator \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsRotator) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsRotator"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsRotator) == 0x000048, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsRotator"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsRotator, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsRotator::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsRotator, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsRotator::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsRotator, ReturnValue) == 0x000038, "Member 'BTFunctionLibrary_GetBlackboardValueAsRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsString \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsString) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsString"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsString) == 0x000048, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsString"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsString, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsString::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsString, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsString::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsString, ReturnValue) == 0x000038, "Member 'BTFunctionLibrary_GetBlackboardValueAsString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsVector \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsVector) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsVector"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsVector) == 0x000048, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsVector"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsVector, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsVector::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsVector, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsVector::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsVector, ReturnValue) == 0x000038, "Member 'BTFunctionLibrary_GetBlackboardValueAsVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetOwnerComponent \ +static_assert(alignof(BTFunctionLibrary_GetOwnerComponent) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetOwnerComponent"); \ +static_assert(sizeof(BTFunctionLibrary_GetOwnerComponent) == 0x000010, "Wrong size on BTFunctionLibrary_GetOwnerComponent"); \ +static_assert(offsetof(BTFunctionLibrary_GetOwnerComponent, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetOwnerComponent::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetOwnerComponent, ReturnValue) == 0x000008, "Member 'BTFunctionLibrary_GetOwnerComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetOwnersBlackboard \ +static_assert(alignof(BTFunctionLibrary_GetOwnersBlackboard) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetOwnersBlackboard"); \ +static_assert(sizeof(BTFunctionLibrary_GetOwnersBlackboard) == 0x000010, "Wrong size on BTFunctionLibrary_GetOwnersBlackboard"); \ +static_assert(offsetof(BTFunctionLibrary_GetOwnersBlackboard, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetOwnersBlackboard::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetOwnersBlackboard, ReturnValue) == 0x000008, "Member 'BTFunctionLibrary_GetOwnersBlackboard::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsBool \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsBool) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsBool"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsBool) == 0x000040, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsBool"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsBool, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsBool::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsBool, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsBool::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsBool, Value) == 0x000038, "Member 'BTFunctionLibrary_SetBlackboardValueAsBool::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsClass \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsClass) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsClass"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsClass) == 0x000040, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsClass"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsClass, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsClass::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsClass, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsClass::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsClass, Value) == 0x000038, "Member 'BTFunctionLibrary_SetBlackboardValueAsClass::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsEnum \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsEnum) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsEnum"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsEnum) == 0x000040, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsEnum"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsEnum, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsEnum::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsEnum, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsEnum::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsEnum, Value) == 0x000038, "Member 'BTFunctionLibrary_SetBlackboardValueAsEnum::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsFloat \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsFloat) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsFloat"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsFloat) == 0x000040, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsFloat"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsFloat, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsFloat::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsFloat, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsFloat::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsFloat, Value) == 0x000038, "Member 'BTFunctionLibrary_SetBlackboardValueAsFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsInt \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsInt) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsInt"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsInt) == 0x000040, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsInt"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsInt, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsInt::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsInt, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsInt::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsInt, Value) == 0x000038, "Member 'BTFunctionLibrary_SetBlackboardValueAsInt::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsName \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsName) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsName"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsName) == 0x000048, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsName"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsName, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsName::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsName, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsName::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsName, Value) == 0x000038, "Member 'BTFunctionLibrary_SetBlackboardValueAsName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsObject \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsObject) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsObject"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsObject) == 0x000040, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsObject"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsObject, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsObject::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsObject, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsObject::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsObject, Value) == 0x000038, "Member 'BTFunctionLibrary_SetBlackboardValueAsObject::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsRotator \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsRotator) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsRotator"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsRotator) == 0x000048, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsRotator"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsRotator, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsRotator::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsRotator, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsRotator::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsRotator, Value) == 0x000038, "Member 'BTFunctionLibrary_SetBlackboardValueAsRotator::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsString \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsString) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsString"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsString) == 0x000048, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsString"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsString, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsString::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsString, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsString::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsString, Value) == 0x000038, "Member 'BTFunctionLibrary_SetBlackboardValueAsString::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsVector \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsVector) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsVector"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsVector) == 0x000048, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsVector"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsVector, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsVector::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsVector, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsVector::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsVector, Value) == 0x000038, "Member 'BTFunctionLibrary_SetBlackboardValueAsVector::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_StartUsingExternalEvent \ +static_assert(alignof(BTFunctionLibrary_StartUsingExternalEvent) == 0x000008, "Wrong alignment on BTFunctionLibrary_StartUsingExternalEvent"); \ +static_assert(sizeof(BTFunctionLibrary_StartUsingExternalEvent) == 0x000010, "Wrong size on BTFunctionLibrary_StartUsingExternalEvent"); \ +static_assert(offsetof(BTFunctionLibrary_StartUsingExternalEvent, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_StartUsingExternalEvent::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_StartUsingExternalEvent, OwningActor) == 0x000008, "Member 'BTFunctionLibrary_StartUsingExternalEvent::OwningActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_StopUsingExternalEvent \ +static_assert(alignof(BTFunctionLibrary_StopUsingExternalEvent) == 0x000008, "Wrong alignment on BTFunctionLibrary_StopUsingExternalEvent"); \ +static_assert(sizeof(BTFunctionLibrary_StopUsingExternalEvent) == 0x000008, "Wrong size on BTFunctionLibrary_StopUsingExternalEvent"); \ +static_assert(offsetof(BTFunctionLibrary_StopUsingExternalEvent, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_StopUsingExternalEvent::NodeOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTFunctionLibrary \ +static_assert(alignof(UBTFunctionLibrary) == 0x000008, "Wrong alignment on UBTFunctionLibrary"); \ +static_assert(sizeof(UBTFunctionLibrary) == 0x000030, "Wrong size on UBTFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UBTService \ +static_assert(alignof(UBTService) == 0x000008, "Wrong alignment on UBTService"); \ +static_assert(sizeof(UBTService) == 0x000078, "Wrong size on UBTService"); \ +static_assert(offsetof(UBTService, Interval) == 0x000068, "Member 'UBTService::Interval' has a wrong offset!"); \ +static_assert(offsetof(UBTService, RandomDeviation) == 0x00006C, "Member 'UBTService::RandomDeviation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_BlackboardBase \ +static_assert(alignof(UBTService_BlackboardBase) == 0x000008, "Wrong alignment on UBTService_BlackboardBase"); \ +static_assert(sizeof(UBTService_BlackboardBase) == 0x0000A8, "Wrong size on UBTService_BlackboardBase"); \ +static_assert(offsetof(UBTService_BlackboardBase, BlackboardKey) == 0x000078, "Member 'UBTService_BlackboardBase::BlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveActivation \ +static_assert(alignof(BTService_BlueprintBase_ReceiveActivation) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveActivation"); \ +static_assert(sizeof(BTService_BlueprintBase_ReceiveActivation) == 0x000008, "Wrong size on BTService_BlueprintBase_ReceiveActivation"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveActivation, OwnerActor) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveActivation::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveActivationAI \ +static_assert(alignof(BTService_BlueprintBase_ReceiveActivationAI) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveActivationAI"); \ +static_assert(sizeof(BTService_BlueprintBase_ReceiveActivationAI) == 0x000010, "Wrong size on BTService_BlueprintBase_ReceiveActivationAI"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveActivationAI, OwnerController) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveActivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveActivationAI, ControlledPawn) == 0x000008, "Member 'BTService_BlueprintBase_ReceiveActivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveDeactivation \ +static_assert(alignof(BTService_BlueprintBase_ReceiveDeactivation) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveDeactivation"); \ +static_assert(sizeof(BTService_BlueprintBase_ReceiveDeactivation) == 0x000008, "Wrong size on BTService_BlueprintBase_ReceiveDeactivation"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveDeactivation, OwnerActor) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveDeactivation::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveDeactivationAI \ +static_assert(alignof(BTService_BlueprintBase_ReceiveDeactivationAI) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveDeactivationAI"); \ +static_assert(sizeof(BTService_BlueprintBase_ReceiveDeactivationAI) == 0x000010, "Wrong size on BTService_BlueprintBase_ReceiveDeactivationAI"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveDeactivationAI, OwnerController) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveDeactivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveDeactivationAI, ControlledPawn) == 0x000008, "Member 'BTService_BlueprintBase_ReceiveDeactivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveSearchStart \ +static_assert(alignof(BTService_BlueprintBase_ReceiveSearchStart) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveSearchStart"); \ +static_assert(sizeof(BTService_BlueprintBase_ReceiveSearchStart) == 0x000008, "Wrong size on BTService_BlueprintBase_ReceiveSearchStart"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveSearchStart, OwnerActor) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveSearchStart::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveSearchStartAI \ +static_assert(alignof(BTService_BlueprintBase_ReceiveSearchStartAI) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveSearchStartAI"); \ +static_assert(sizeof(BTService_BlueprintBase_ReceiveSearchStartAI) == 0x000010, "Wrong size on BTService_BlueprintBase_ReceiveSearchStartAI"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveSearchStartAI, OwnerController) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveSearchStartAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveSearchStartAI, ControlledPawn) == 0x000008, "Member 'BTService_BlueprintBase_ReceiveSearchStartAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveTick \ +static_assert(alignof(BTService_BlueprintBase_ReceiveTick) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveTick"); \ +static_assert(sizeof(BTService_BlueprintBase_ReceiveTick) == 0x000010, "Wrong size on BTService_BlueprintBase_ReceiveTick"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveTick::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTService_BlueprintBase_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveTickAI \ +static_assert(alignof(BTService_BlueprintBase_ReceiveTickAI) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveTickAI"); \ +static_assert(sizeof(BTService_BlueprintBase_ReceiveTickAI) == 0x000018, "Wrong size on BTService_BlueprintBase_ReceiveTickAI"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTService_BlueprintBase_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTService_BlueprintBase_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_IsServiceActive \ +static_assert(alignof(BTService_BlueprintBase_IsServiceActive) == 0x000001, "Wrong alignment on BTService_BlueprintBase_IsServiceActive"); \ +static_assert(sizeof(BTService_BlueprintBase_IsServiceActive) == 0x000001, "Wrong size on BTService_BlueprintBase_IsServiceActive"); \ +static_assert(offsetof(BTService_BlueprintBase_IsServiceActive, ReturnValue) == 0x000000, "Member 'BTService_BlueprintBase_IsServiceActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_BlueprintBase \ +static_assert(alignof(UBTService_BlueprintBase) == 0x000008, "Wrong alignment on UBTService_BlueprintBase"); \ +static_assert(sizeof(UBTService_BlueprintBase) == 0x0000A0, "Wrong size on UBTService_BlueprintBase"); \ +static_assert(offsetof(UBTService_BlueprintBase, AIOwner) == 0x000078, "Member 'UBTService_BlueprintBase::AIOwner' has a wrong offset!"); \ +static_assert(offsetof(UBTService_BlueprintBase, ActorOwner) == 0x000080, "Member 'UBTService_BlueprintBase::ActorOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_DefaultFocus \ +static_assert(alignof(UBTService_DefaultFocus) == 0x000008, "Wrong alignment on UBTService_DefaultFocus"); \ +static_assert(sizeof(UBTService_DefaultFocus) == 0x0000B0, "Wrong size on UBTService_DefaultFocus"); \ +static_assert(offsetof(UBTService_DefaultFocus, FocusPriority) == 0x0000A8, "Member 'UBTService_DefaultFocus::FocusPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_RunEQS \ +static_assert(alignof(UBTService_RunEQS) == 0x000008, "Wrong alignment on UBTService_RunEQS"); \ +static_assert(sizeof(UBTService_RunEQS) == 0x000108, "Wrong size on UBTService_RunEQS"); \ +static_assert(offsetof(UBTService_RunEQS, EQSRequest) == 0x0000A8, "Member 'UBTService_RunEQS::EQSRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTaskNode \ +static_assert(alignof(UBTTaskNode) == 0x000008, "Wrong alignment on UBTTaskNode"); \ +static_assert(sizeof(UBTTaskNode) == 0x000078, "Wrong size on UBTTaskNode"); \ +static_assert(offsetof(UBTTaskNode, Services) == 0x000060, "Member 'UBTTaskNode::Services' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_BlackboardBase \ +static_assert(alignof(UBTTask_BlackboardBase) == 0x000008, "Wrong alignment on UBTTask_BlackboardBase"); \ +static_assert(sizeof(UBTTask_BlackboardBase) == 0x0000A8, "Wrong size on UBTTask_BlackboardBase"); \ +static_assert(offsetof(UBTTask_BlackboardBase, BlackboardKey) == 0x000078, "Member 'UBTTask_BlackboardBase::BlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_FinishExecute \ +static_assert(alignof(BTTask_BlueprintBase_FinishExecute) == 0x000001, "Wrong alignment on BTTask_BlueprintBase_FinishExecute"); \ +static_assert(sizeof(BTTask_BlueprintBase_FinishExecute) == 0x000001, "Wrong size on BTTask_BlueprintBase_FinishExecute"); \ +static_assert(offsetof(BTTask_BlueprintBase_FinishExecute, bSuccess) == 0x000000, "Member 'BTTask_BlueprintBase_FinishExecute::bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveAbort \ +static_assert(alignof(BTTask_BlueprintBase_ReceiveAbort) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveAbort"); \ +static_assert(sizeof(BTTask_BlueprintBase_ReceiveAbort) == 0x000008, "Wrong size on BTTask_BlueprintBase_ReceiveAbort"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveAbort, OwnerActor) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveAbort::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveAbortAI \ +static_assert(alignof(BTTask_BlueprintBase_ReceiveAbortAI) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveAbortAI"); \ +static_assert(sizeof(BTTask_BlueprintBase_ReceiveAbortAI) == 0x000010, "Wrong size on BTTask_BlueprintBase_ReceiveAbortAI"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveAbortAI, OwnerController) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveAbortAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveAbortAI, ControlledPawn) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveAbortAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveExecute \ +static_assert(alignof(BTTask_BlueprintBase_ReceiveExecute) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveExecute"); \ +static_assert(sizeof(BTTask_BlueprintBase_ReceiveExecute) == 0x000008, "Wrong size on BTTask_BlueprintBase_ReceiveExecute"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveExecute::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveExecuteAI \ +static_assert(alignof(BTTask_BlueprintBase_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveExecuteAI"); \ +static_assert(sizeof(BTTask_BlueprintBase_ReceiveExecuteAI) == 0x000010, "Wrong size on BTTask_BlueprintBase_ReceiveExecuteAI"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveTick \ +static_assert(alignof(BTTask_BlueprintBase_ReceiveTick) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveTick"); \ +static_assert(sizeof(BTTask_BlueprintBase_ReceiveTick) == 0x000010, "Wrong size on BTTask_BlueprintBase_ReceiveTick"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveTick::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveTickAI \ +static_assert(alignof(BTTask_BlueprintBase_ReceiveTickAI) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveTickAI"); \ +static_assert(sizeof(BTTask_BlueprintBase_ReceiveTickAI) == 0x000018, "Wrong size on BTTask_BlueprintBase_ReceiveTickAI"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTTask_BlueprintBase_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_SetFinishOnMessage \ +static_assert(alignof(BTTask_BlueprintBase_SetFinishOnMessage) == 0x000004, "Wrong alignment on BTTask_BlueprintBase_SetFinishOnMessage"); \ +static_assert(sizeof(BTTask_BlueprintBase_SetFinishOnMessage) == 0x00000C, "Wrong size on BTTask_BlueprintBase_SetFinishOnMessage"); \ +static_assert(offsetof(BTTask_BlueprintBase_SetFinishOnMessage, MessageName) == 0x000000, "Member 'BTTask_BlueprintBase_SetFinishOnMessage::MessageName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_SetFinishOnMessageWithId \ +static_assert(alignof(BTTask_BlueprintBase_SetFinishOnMessageWithId) == 0x000004, "Wrong alignment on BTTask_BlueprintBase_SetFinishOnMessageWithId"); \ +static_assert(sizeof(BTTask_BlueprintBase_SetFinishOnMessageWithId) == 0x000010, "Wrong size on BTTask_BlueprintBase_SetFinishOnMessageWithId"); \ +static_assert(offsetof(BTTask_BlueprintBase_SetFinishOnMessageWithId, MessageName) == 0x000000, "Member 'BTTask_BlueprintBase_SetFinishOnMessageWithId::MessageName' has a wrong offset!"); \ +static_assert(offsetof(BTTask_BlueprintBase_SetFinishOnMessageWithId, RequestID) == 0x00000C, "Member 'BTTask_BlueprintBase_SetFinishOnMessageWithId::RequestID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_IsTaskAborting \ +static_assert(alignof(BTTask_BlueprintBase_IsTaskAborting) == 0x000001, "Wrong alignment on BTTask_BlueprintBase_IsTaskAborting"); \ +static_assert(sizeof(BTTask_BlueprintBase_IsTaskAborting) == 0x000001, "Wrong size on BTTask_BlueprintBase_IsTaskAborting"); \ +static_assert(offsetof(BTTask_BlueprintBase_IsTaskAborting, ReturnValue) == 0x000000, "Member 'BTTask_BlueprintBase_IsTaskAborting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_IsTaskExecuting \ +static_assert(alignof(BTTask_BlueprintBase_IsTaskExecuting) == 0x000001, "Wrong alignment on BTTask_BlueprintBase_IsTaskExecuting"); \ +static_assert(sizeof(BTTask_BlueprintBase_IsTaskExecuting) == 0x000001, "Wrong size on BTTask_BlueprintBase_IsTaskExecuting"); \ +static_assert(offsetof(BTTask_BlueprintBase_IsTaskExecuting, ReturnValue) == 0x000000, "Member 'BTTask_BlueprintBase_IsTaskExecuting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_BlueprintBase \ +static_assert(alignof(UBTTask_BlueprintBase) == 0x000008, "Wrong alignment on UBTTask_BlueprintBase"); \ +static_assert(sizeof(UBTTask_BlueprintBase) == 0x0000B0, "Wrong size on UBTTask_BlueprintBase"); \ +static_assert(offsetof(UBTTask_BlueprintBase, AIOwner) == 0x000078, "Member 'UBTTask_BlueprintBase::AIOwner' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_BlueprintBase, ActorOwner) == 0x000080, "Member 'UBTTask_BlueprintBase::ActorOwner' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_BlueprintBase, TickInterval) == 0x000088, "Member 'UBTTask_BlueprintBase::TickInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_FinishWithResult \ +static_assert(alignof(UBTTask_FinishWithResult) == 0x000008, "Wrong alignment on UBTTask_FinishWithResult"); \ +static_assert(sizeof(UBTTask_FinishWithResult) == 0x000080, "Wrong size on UBTTask_FinishWithResult"); \ +static_assert(offsetof(UBTTask_FinishWithResult, Result) == 0x000078, "Member 'UBTTask_FinishWithResult::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_GameplayTaskBase \ +static_assert(alignof(UBTTask_GameplayTaskBase) == 0x000008, "Wrong alignment on UBTTask_GameplayTaskBase"); \ +static_assert(sizeof(UBTTask_GameplayTaskBase) == 0x000080, "Wrong size on UBTTask_GameplayTaskBase"); \ + +#define DUMPER7_ASSERTS_UBTTask_MakeNoise \ +static_assert(alignof(UBTTask_MakeNoise) == 0x000008, "Wrong alignment on UBTTask_MakeNoise"); \ +static_assert(sizeof(UBTTask_MakeNoise) == 0x000080, "Wrong size on UBTTask_MakeNoise"); \ +static_assert(offsetof(UBTTask_MakeNoise, Loudnes) == 0x000078, "Member 'UBTTask_MakeNoise::Loudnes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_MoveTo \ +static_assert(alignof(UBTTask_MoveTo) == 0x000008, "Wrong alignment on UBTTask_MoveTo"); \ +static_assert(sizeof(UBTTask_MoveTo) == 0x0000D0, "Wrong size on UBTTask_MoveTo"); \ +static_assert(offsetof(UBTTask_MoveTo, AcceptableRadius) == 0x0000A8, "Member 'UBTTask_MoveTo::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveTo, FilterClass) == 0x0000B0, "Member 'UBTTask_MoveTo::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveTo, ObservedBlackboardValueTolerance) == 0x0000B8, "Member 'UBTTask_MoveTo::ObservedBlackboardValueTolerance' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveTo, RepathDelay) == 0x0000C0, "Member 'UBTTask_MoveTo::RepathDelay' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveTo, InitialDelay) == 0x0000C4, "Member 'UBTTask_MoveTo::InitialDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_MoveDirectlyToward \ +static_assert(alignof(UBTTask_MoveDirectlyToward) == 0x000008, "Wrong alignment on UBTTask_MoveDirectlyToward"); \ +static_assert(sizeof(UBTTask_MoveDirectlyToward) == 0x0000D8, "Wrong size on UBTTask_MoveDirectlyToward"); \ + +#define DUMPER7_ASSERTS_UBTTask_PawnActionBase \ +static_assert(alignof(UBTTask_PawnActionBase) == 0x000008, "Wrong alignment on UBTTask_PawnActionBase"); \ +static_assert(sizeof(UBTTask_PawnActionBase) == 0x000078, "Wrong size on UBTTask_PawnActionBase"); \ + +#define DUMPER7_ASSERTS_UBTTask_PlayAnimation \ +static_assert(alignof(UBTTask_PlayAnimation) == 0x000008, "Wrong alignment on UBTTask_PlayAnimation"); \ +static_assert(sizeof(UBTTask_PlayAnimation) == 0x0000B8, "Wrong size on UBTTask_PlayAnimation"); \ +static_assert(offsetof(UBTTask_PlayAnimation, AnimationToPlay) == 0x000078, "Member 'UBTTask_PlayAnimation::AnimationToPlay' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_PlayAnimation, MyOwnerComp) == 0x000088, "Member 'UBTTask_PlayAnimation::MyOwnerComp' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_PlayAnimation, CachedSkelMesh) == 0x000090, "Member 'UBTTask_PlayAnimation::CachedSkelMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_PlaySound \ +static_assert(alignof(UBTTask_PlaySound) == 0x000008, "Wrong alignment on UBTTask_PlaySound"); \ +static_assert(sizeof(UBTTask_PlaySound) == 0x000080, "Wrong size on UBTTask_PlaySound"); \ +static_assert(offsetof(UBTTask_PlaySound, SoundToPlay) == 0x000078, "Member 'UBTTask_PlaySound::SoundToPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_PushPawnAction \ +static_assert(alignof(UBTTask_PushPawnAction) == 0x000008, "Wrong alignment on UBTTask_PushPawnAction"); \ +static_assert(sizeof(UBTTask_PushPawnAction) == 0x000080, "Wrong size on UBTTask_PushPawnAction"); \ +static_assert(offsetof(UBTTask_PushPawnAction, Action) == 0x000078, "Member 'UBTTask_PushPawnAction::Action' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_RotateToFaceBBEntry \ +static_assert(alignof(UBTTask_RotateToFaceBBEntry) == 0x000008, "Wrong alignment on UBTTask_RotateToFaceBBEntry"); \ +static_assert(sizeof(UBTTask_RotateToFaceBBEntry) == 0x0000E8, "Wrong size on UBTTask_RotateToFaceBBEntry"); \ +static_assert(offsetof(UBTTask_RotateToFaceBBEntry, Precision) == 0x0000A8, "Member 'UBTTask_RotateToFaceBBEntry::Precision' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RotateToFaceBBEntry, bUseBBPrecision) == 0x0000AC, "Member 'UBTTask_RotateToFaceBBEntry::bUseBBPrecision' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RotateToFaceBBEntry, PrecisionBBKey) == 0x0000B0, "Member 'UBTTask_RotateToFaceBBEntry::PrecisionBBKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_RunBehavior \ +static_assert(alignof(UBTTask_RunBehavior) == 0x000008, "Wrong alignment on UBTTask_RunBehavior"); \ +static_assert(sizeof(UBTTask_RunBehavior) == 0x000080, "Wrong size on UBTTask_RunBehavior"); \ +static_assert(offsetof(UBTTask_RunBehavior, BehaviorAsset) == 0x000078, "Member 'UBTTask_RunBehavior::BehaviorAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_RunBehaviorDynamic \ +static_assert(alignof(UBTTask_RunBehaviorDynamic) == 0x000008, "Wrong alignment on UBTTask_RunBehaviorDynamic"); \ +static_assert(sizeof(UBTTask_RunBehaviorDynamic) == 0x000098, "Wrong size on UBTTask_RunBehaviorDynamic"); \ +static_assert(offsetof(UBTTask_RunBehaviorDynamic, InjectionTag) == 0x000078, "Member 'UBTTask_RunBehaviorDynamic::InjectionTag' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunBehaviorDynamic, DefaultBehaviorAsset) == 0x000088, "Member 'UBTTask_RunBehaviorDynamic::DefaultBehaviorAsset' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunBehaviorDynamic, BehaviorAsset) == 0x000090, "Member 'UBTTask_RunBehaviorDynamic::BehaviorAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_RunEQSQuery \ +static_assert(alignof(UBTTask_RunEQSQuery) == 0x000008, "Wrong alignment on UBTTask_RunEQSQuery"); \ +static_assert(sizeof(UBTTask_RunEQSQuery) == 0x000170, "Wrong size on UBTTask_RunEQSQuery"); \ +static_assert(offsetof(UBTTask_RunEQSQuery, QueryTemplate) == 0x0000A8, "Member 'UBTTask_RunEQSQuery::QueryTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunEQSQuery, QueryParams) == 0x0000B0, "Member 'UBTTask_RunEQSQuery::QueryParams' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunEQSQuery, QueryConfig) == 0x0000C0, "Member 'UBTTask_RunEQSQuery::QueryConfig' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunEQSQuery, RunMode) == 0x0000D0, "Member 'UBTTask_RunEQSQuery::RunMode' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunEQSQuery, EQSQueryBlackboardKey) == 0x0000D8, "Member 'UBTTask_RunEQSQuery::EQSQueryBlackboardKey' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunEQSQuery, bUseBBKey) == 0x000108, "Member 'UBTTask_RunEQSQuery::bUseBBKey' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunEQSQuery, EQSRequest) == 0x000110, "Member 'UBTTask_RunEQSQuery::EQSRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_SetTagCooldown \ +static_assert(alignof(UBTTask_SetTagCooldown) == 0x000008, "Wrong alignment on UBTTask_SetTagCooldown"); \ +static_assert(sizeof(UBTTask_SetTagCooldown) == 0x000090, "Wrong size on UBTTask_SetTagCooldown"); \ +static_assert(offsetof(UBTTask_SetTagCooldown, CooldownTag) == 0x000078, "Member 'UBTTask_SetTagCooldown::CooldownTag' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetTagCooldown, bAddToExistingDuration) == 0x000084, "Member 'UBTTask_SetTagCooldown::bAddToExistingDuration' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetTagCooldown, CooldownDuration) == 0x000088, "Member 'UBTTask_SetTagCooldown::CooldownDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_Wait \ +static_assert(alignof(UBTTask_Wait) == 0x000008, "Wrong alignment on UBTTask_Wait"); \ +static_assert(sizeof(UBTTask_Wait) == 0x000080, "Wrong size on UBTTask_Wait"); \ +static_assert(offsetof(UBTTask_Wait, WaitTime) == 0x000078, "Member 'UBTTask_Wait::WaitTime' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_Wait, RandomDeviation) == 0x00007C, "Member 'UBTTask_Wait::RandomDeviation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_WaitBlackboardTime \ +static_assert(alignof(UBTTask_WaitBlackboardTime) == 0x000008, "Wrong alignment on UBTTask_WaitBlackboardTime"); \ +static_assert(sizeof(UBTTask_WaitBlackboardTime) == 0x0000B0, "Wrong size on UBTTask_WaitBlackboardTime"); \ +static_assert(offsetof(UBTTask_WaitBlackboardTime, BlackboardKey) == 0x000080, "Member 'UBTTask_WaitBlackboardTime::BlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ICrowdAgentInterface \ +static_assert(alignof(ICrowdAgentInterface) == 0x000001, "Wrong alignment on ICrowdAgentInterface"); \ +static_assert(sizeof(ICrowdAgentInterface) == 0x000001, "Wrong size on ICrowdAgentInterface"); \ + +#define DUMPER7_ASSERTS_PathFollowingComponent_OnActorBump \ +static_assert(alignof(PathFollowingComponent_OnActorBump) == 0x000008, "Wrong alignment on PathFollowingComponent_OnActorBump"); \ +static_assert(sizeof(PathFollowingComponent_OnActorBump) == 0x0000B0, "Wrong size on PathFollowingComponent_OnActorBump"); \ +static_assert(offsetof(PathFollowingComponent_OnActorBump, SelfActor) == 0x000000, "Member 'PathFollowingComponent_OnActorBump::SelfActor' has a wrong offset!"); \ +static_assert(offsetof(PathFollowingComponent_OnActorBump, OtherActor) == 0x000008, "Member 'PathFollowingComponent_OnActorBump::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(PathFollowingComponent_OnActorBump, NormalImpulse) == 0x000010, "Member 'PathFollowingComponent_OnActorBump::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(PathFollowingComponent_OnActorBump, Hit) == 0x00001C, "Member 'PathFollowingComponent_OnActorBump::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PathFollowingComponent_OnNavDataRegistered \ +static_assert(alignof(PathFollowingComponent_OnNavDataRegistered) == 0x000008, "Wrong alignment on PathFollowingComponent_OnNavDataRegistered"); \ +static_assert(sizeof(PathFollowingComponent_OnNavDataRegistered) == 0x000008, "Wrong size on PathFollowingComponent_OnNavDataRegistered"); \ +static_assert(offsetof(PathFollowingComponent_OnNavDataRegistered, NavData) == 0x000000, "Member 'PathFollowingComponent_OnNavDataRegistered::NavData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PathFollowingComponent_GetPathActionType \ +static_assert(alignof(PathFollowingComponent_GetPathActionType) == 0x000001, "Wrong alignment on PathFollowingComponent_GetPathActionType"); \ +static_assert(sizeof(PathFollowingComponent_GetPathActionType) == 0x000001, "Wrong size on PathFollowingComponent_GetPathActionType"); \ +static_assert(offsetof(PathFollowingComponent_GetPathActionType, ReturnValue) == 0x000000, "Member 'PathFollowingComponent_GetPathActionType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PathFollowingComponent_GetPathDestination \ +static_assert(alignof(PathFollowingComponent_GetPathDestination) == 0x000004, "Wrong alignment on PathFollowingComponent_GetPathDestination"); \ +static_assert(sizeof(PathFollowingComponent_GetPathDestination) == 0x00000C, "Wrong size on PathFollowingComponent_GetPathDestination"); \ +static_assert(offsetof(PathFollowingComponent_GetPathDestination, ReturnValue) == 0x000000, "Member 'PathFollowingComponent_GetPathDestination::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPathFollowingComponent \ +static_assert(alignof(UPathFollowingComponent) == 0x000008, "Wrong alignment on UPathFollowingComponent"); \ +static_assert(sizeof(UPathFollowingComponent) == 0x000278, "Wrong size on UPathFollowingComponent"); \ +static_assert(offsetof(UPathFollowingComponent, MovementComp) == 0x000110, "Member 'UPathFollowingComponent::MovementComp' has a wrong offset!"); \ +static_assert(offsetof(UPathFollowingComponent, MyNavData) == 0x000120, "Member 'UPathFollowingComponent::MyNavData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CrowdFollowingComponent_SetCrowdSimplified \ +static_assert(alignof(CrowdFollowingComponent_SetCrowdSimplified) == 0x000001, "Wrong alignment on CrowdFollowingComponent_SetCrowdSimplified"); \ +static_assert(sizeof(CrowdFollowingComponent_SetCrowdSimplified) == 0x000002, "Wrong size on CrowdFollowingComponent_SetCrowdSimplified"); \ +static_assert(offsetof(CrowdFollowingComponent_SetCrowdSimplified, bEnable) == 0x000000, "Member 'CrowdFollowingComponent_SetCrowdSimplified::bEnable' has a wrong offset!"); \ +static_assert(offsetof(CrowdFollowingComponent_SetCrowdSimplified, bUpdateAgent) == 0x000001, "Member 'CrowdFollowingComponent_SetCrowdSimplified::bUpdateAgent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CrowdFollowingComponent_SuspendCrowdSteering \ +static_assert(alignof(CrowdFollowingComponent_SuspendCrowdSteering) == 0x000001, "Wrong alignment on CrowdFollowingComponent_SuspendCrowdSteering"); \ +static_assert(sizeof(CrowdFollowingComponent_SuspendCrowdSteering) == 0x000001, "Wrong size on CrowdFollowingComponent_SuspendCrowdSteering"); \ +static_assert(offsetof(CrowdFollowingComponent_SuspendCrowdSteering, bSuspend) == 0x000000, "Member 'CrowdFollowingComponent_SuspendCrowdSteering::bSuspend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCrowdFollowingComponent \ +static_assert(alignof(UCrowdFollowingComponent) == 0x000008, "Wrong alignment on UCrowdFollowingComponent"); \ +static_assert(sizeof(UCrowdFollowingComponent) == 0x0002C0, "Wrong size on UCrowdFollowingComponent"); \ +static_assert(offsetof(UCrowdFollowingComponent, CrowdAgentMoveDirection) == 0x000290, "Member 'UCrowdFollowingComponent::CrowdAgentMoveDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCrowdManager \ +static_assert(alignof(UCrowdManager) == 0x000008, "Wrong alignment on UCrowdManager"); \ +static_assert(sizeof(UCrowdManager) == 0x000148, "Wrong size on UCrowdManager"); \ +static_assert(offsetof(UCrowdManager, MyNavData) == 0x000030, "Member 'UCrowdManager::MyNavData' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, AvoidanceConfig) == 0x000038, "Member 'UCrowdManager::AvoidanceConfig' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, SamplingPatterns) == 0x000048, "Member 'UCrowdManager::SamplingPatterns' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, MaxAgents) == 0x000058, "Member 'UCrowdManager::MaxAgents' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, MaxAgentRadius) == 0x00005C, "Member 'UCrowdManager::MaxAgentRadius' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, MaxAvoidedAgents) == 0x000060, "Member 'UCrowdManager::MaxAvoidedAgents' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, MaxAvoidedWalls) == 0x000064, "Member 'UCrowdManager::MaxAvoidedWalls' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, NavmeshCheckInterval) == 0x000068, "Member 'UCrowdManager::NavmeshCheckInterval' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, PathOptimizationInterval) == 0x00006C, "Member 'UCrowdManager::PathOptimizationInterval' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, SeparationDirClamp) == 0x000070, "Member 'UCrowdManager::SeparationDirClamp' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, PathOffsetRadiusMultiplier) == 0x000074, "Member 'UCrowdManager::PathOffsetRadiusMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQuery \ +static_assert(alignof(UEnvQuery) == 0x000008, "Wrong alignment on UEnvQuery"); \ +static_assert(sizeof(UEnvQuery) == 0x000058, "Wrong size on UEnvQuery"); \ +static_assert(offsetof(UEnvQuery, QueryName) == 0x000038, "Member 'UEnvQuery::QueryName' has a wrong offset!"); \ +static_assert(offsetof(UEnvQuery, Options) == 0x000048, "Member 'UEnvQuery::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryContext \ +static_assert(alignof(UEnvQueryContext) == 0x000008, "Wrong alignment on UEnvQueryContext"); \ +static_assert(sizeof(UEnvQueryContext) == 0x000030, "Wrong size on UEnvQueryContext"); \ + +#define DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideActorsSet \ +static_assert(alignof(EnvQueryContext_BlueprintBase_ProvideActorsSet) == 0x000008, "Wrong alignment on EnvQueryContext_BlueprintBase_ProvideActorsSet"); \ +static_assert(sizeof(EnvQueryContext_BlueprintBase_ProvideActorsSet) == 0x000020, "Wrong size on EnvQueryContext_BlueprintBase_ProvideActorsSet"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideActorsSet, QuerierObject) == 0x000000, "Member 'EnvQueryContext_BlueprintBase_ProvideActorsSet::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideActorsSet, QuerierActor) == 0x000008, "Member 'EnvQueryContext_BlueprintBase_ProvideActorsSet::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideActorsSet, ResultingActorsSet) == 0x000010, "Member 'EnvQueryContext_BlueprintBase_ProvideActorsSet::ResultingActorsSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideLocationsSet \ +static_assert(alignof(EnvQueryContext_BlueprintBase_ProvideLocationsSet) == 0x000008, "Wrong alignment on EnvQueryContext_BlueprintBase_ProvideLocationsSet"); \ +static_assert(sizeof(EnvQueryContext_BlueprintBase_ProvideLocationsSet) == 0x000020, "Wrong size on EnvQueryContext_BlueprintBase_ProvideLocationsSet"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideLocationsSet, QuerierObject) == 0x000000, "Member 'EnvQueryContext_BlueprintBase_ProvideLocationsSet::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideLocationsSet, QuerierActor) == 0x000008, "Member 'EnvQueryContext_BlueprintBase_ProvideLocationsSet::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideLocationsSet, ResultingLocationSet) == 0x000010, "Member 'EnvQueryContext_BlueprintBase_ProvideLocationsSet::ResultingLocationSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideSingleActor \ +static_assert(alignof(EnvQueryContext_BlueprintBase_ProvideSingleActor) == 0x000008, "Wrong alignment on EnvQueryContext_BlueprintBase_ProvideSingleActor"); \ +static_assert(sizeof(EnvQueryContext_BlueprintBase_ProvideSingleActor) == 0x000018, "Wrong size on EnvQueryContext_BlueprintBase_ProvideSingleActor"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleActor, QuerierObject) == 0x000000, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleActor::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleActor, QuerierActor) == 0x000008, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleActor::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleActor, ResultingActor) == 0x000010, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleActor::ResultingActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideSingleLocation \ +static_assert(alignof(EnvQueryContext_BlueprintBase_ProvideSingleLocation) == 0x000008, "Wrong alignment on EnvQueryContext_BlueprintBase_ProvideSingleLocation"); \ +static_assert(sizeof(EnvQueryContext_BlueprintBase_ProvideSingleLocation) == 0x000020, "Wrong size on EnvQueryContext_BlueprintBase_ProvideSingleLocation"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleLocation, QuerierObject) == 0x000000, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleLocation::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleLocation, QuerierActor) == 0x000008, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleLocation::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleLocation, ResultingLocation) == 0x000010, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleLocation::ResultingLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryContext_BlueprintBase \ +static_assert(alignof(UEnvQueryContext_BlueprintBase) == 0x000008, "Wrong alignment on UEnvQueryContext_BlueprintBase"); \ +static_assert(sizeof(UEnvQueryContext_BlueprintBase) == 0x000038, "Wrong size on UEnvQueryContext_BlueprintBase"); \ + +#define DUMPER7_ASSERTS_UEnvQueryContext_Item \ +static_assert(alignof(UEnvQueryContext_Item) == 0x000008, "Wrong alignment on UEnvQueryContext_Item"); \ +static_assert(sizeof(UEnvQueryContext_Item) == 0x000030, "Wrong size on UEnvQueryContext_Item"); \ + +#define DUMPER7_ASSERTS_UEnvQueryContext_Querier \ +static_assert(alignof(UEnvQueryContext_Querier) == 0x000008, "Wrong alignment on UEnvQueryContext_Querier"); \ +static_assert(sizeof(UEnvQueryContext_Querier) == 0x000030, "Wrong size on UEnvQueryContext_Querier"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_ActorsOfClass \ +static_assert(alignof(UEnvQueryGenerator_ActorsOfClass) == 0x000008, "Wrong alignment on UEnvQueryGenerator_ActorsOfClass"); \ +static_assert(sizeof(UEnvQueryGenerator_ActorsOfClass) == 0x0000E8, "Wrong size on UEnvQueryGenerator_ActorsOfClass"); \ +static_assert(offsetof(UEnvQueryGenerator_ActorsOfClass, SearchedActorClass) == 0x000058, "Member 'UEnvQueryGenerator_ActorsOfClass::SearchedActorClass' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_ActorsOfClass, GenerateOnlyActorsInRadius) == 0x000060, "Member 'UEnvQueryGenerator_ActorsOfClass::GenerateOnlyActorsInRadius' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_ActorsOfClass, SearchRadius) == 0x0000A0, "Member 'UEnvQueryGenerator_ActorsOfClass::SearchRadius' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_ActorsOfClass, SearchCenter) == 0x0000E0, "Member 'UEnvQueryGenerator_ActorsOfClass::SearchCenter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryGenerator_BlueprintBase_AddGeneratedActor \ +static_assert(alignof(EnvQueryGenerator_BlueprintBase_AddGeneratedActor) == 0x000008, "Wrong alignment on EnvQueryGenerator_BlueprintBase_AddGeneratedActor"); \ +static_assert(sizeof(EnvQueryGenerator_BlueprintBase_AddGeneratedActor) == 0x000008, "Wrong size on EnvQueryGenerator_BlueprintBase_AddGeneratedActor"); \ +static_assert(offsetof(EnvQueryGenerator_BlueprintBase_AddGeneratedActor, GeneratedActor) == 0x000000, "Member 'EnvQueryGenerator_BlueprintBase_AddGeneratedActor::GeneratedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryGenerator_BlueprintBase_AddGeneratedVector \ +static_assert(alignof(EnvQueryGenerator_BlueprintBase_AddGeneratedVector) == 0x000004, "Wrong alignment on EnvQueryGenerator_BlueprintBase_AddGeneratedVector"); \ +static_assert(sizeof(EnvQueryGenerator_BlueprintBase_AddGeneratedVector) == 0x00000C, "Wrong size on EnvQueryGenerator_BlueprintBase_AddGeneratedVector"); \ +static_assert(offsetof(EnvQueryGenerator_BlueprintBase_AddGeneratedVector, GeneratedVector) == 0x000000, "Member 'EnvQueryGenerator_BlueprintBase_AddGeneratedVector::GeneratedVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryGenerator_BlueprintBase_DoItemGeneration \ +static_assert(alignof(EnvQueryGenerator_BlueprintBase_DoItemGeneration) == 0x000008, "Wrong alignment on EnvQueryGenerator_BlueprintBase_DoItemGeneration"); \ +static_assert(sizeof(EnvQueryGenerator_BlueprintBase_DoItemGeneration) == 0x000010, "Wrong size on EnvQueryGenerator_BlueprintBase_DoItemGeneration"); \ +static_assert(offsetof(EnvQueryGenerator_BlueprintBase_DoItemGeneration, ContextLocations) == 0x000000, "Member 'EnvQueryGenerator_BlueprintBase_DoItemGeneration::ContextLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryGenerator_BlueprintBase_GetQuerier \ +static_assert(alignof(EnvQueryGenerator_BlueprintBase_GetQuerier) == 0x000008, "Wrong alignment on EnvQueryGenerator_BlueprintBase_GetQuerier"); \ +static_assert(sizeof(EnvQueryGenerator_BlueprintBase_GetQuerier) == 0x000008, "Wrong size on EnvQueryGenerator_BlueprintBase_GetQuerier"); \ +static_assert(offsetof(EnvQueryGenerator_BlueprintBase_GetQuerier, ReturnValue) == 0x000000, "Member 'EnvQueryGenerator_BlueprintBase_GetQuerier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_BlueprintBase \ +static_assert(alignof(UEnvQueryGenerator_BlueprintBase) == 0x000008, "Wrong alignment on UEnvQueryGenerator_BlueprintBase"); \ +static_assert(sizeof(UEnvQueryGenerator_BlueprintBase) == 0x000088, "Wrong size on UEnvQueryGenerator_BlueprintBase"); \ +static_assert(offsetof(UEnvQueryGenerator_BlueprintBase, GeneratorsActionDescription) == 0x000058, "Member 'UEnvQueryGenerator_BlueprintBase::GeneratorsActionDescription' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_BlueprintBase, Context) == 0x000070, "Member 'UEnvQueryGenerator_BlueprintBase::Context' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_BlueprintBase, GeneratedItemType) == 0x000078, "Member 'UEnvQueryGenerator_BlueprintBase::GeneratedItemType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_Composite \ +static_assert(alignof(UEnvQueryGenerator_Composite) == 0x000008, "Wrong alignment on UEnvQueryGenerator_Composite"); \ +static_assert(sizeof(UEnvQueryGenerator_Composite) == 0x000078, "Wrong size on UEnvQueryGenerator_Composite"); \ +static_assert(offsetof(UEnvQueryGenerator_Composite, Generators) == 0x000058, "Member 'UEnvQueryGenerator_Composite::Generators' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Composite, ForcedItemType) == 0x000070, "Member 'UEnvQueryGenerator_Composite::ForcedItemType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_Cone \ +static_assert(alignof(UEnvQueryGenerator_Cone) == 0x000008, "Wrong alignment on UEnvQueryGenerator_Cone"); \ +static_assert(sizeof(UEnvQueryGenerator_Cone) == 0x000198, "Wrong size on UEnvQueryGenerator_Cone"); \ +static_assert(offsetof(UEnvQueryGenerator_Cone, AlignedPointsDistance) == 0x000088, "Member 'UEnvQueryGenerator_Cone::AlignedPointsDistance' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Cone, ConeDegrees) == 0x0000C8, "Member 'UEnvQueryGenerator_Cone::ConeDegrees' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Cone, AngleStep) == 0x000108, "Member 'UEnvQueryGenerator_Cone::AngleStep' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Cone, Range) == 0x000148, "Member 'UEnvQueryGenerator_Cone::Range' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Cone, CenterActor) == 0x000188, "Member 'UEnvQueryGenerator_Cone::CenterActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_CurrentLocation \ +static_assert(alignof(UEnvQueryGenerator_CurrentLocation) == 0x000008, "Wrong alignment on UEnvQueryGenerator_CurrentLocation"); \ +static_assert(sizeof(UEnvQueryGenerator_CurrentLocation) == 0x000060, "Wrong size on UEnvQueryGenerator_CurrentLocation"); \ +static_assert(offsetof(UEnvQueryGenerator_CurrentLocation, QueryContext) == 0x000058, "Member 'UEnvQueryGenerator_CurrentLocation::QueryContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_Donut \ +static_assert(alignof(UEnvQueryGenerator_Donut) == 0x000008, "Wrong alignment on UEnvQueryGenerator_Donut"); \ +static_assert(sizeof(UEnvQueryGenerator_Donut) == 0x000200, "Wrong size on UEnvQueryGenerator_Donut"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, InnerRadius) == 0x000088, "Member 'UEnvQueryGenerator_Donut::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, OuterRadius) == 0x0000C8, "Member 'UEnvQueryGenerator_Donut::OuterRadius' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, NumberOfRings) == 0x000108, "Member 'UEnvQueryGenerator_Donut::NumberOfRings' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, PointsPerRing) == 0x000148, "Member 'UEnvQueryGenerator_Donut::PointsPerRing' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, ArcDirection) == 0x000188, "Member 'UEnvQueryGenerator_Donut::ArcDirection' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, ArcAngle) == 0x0001A8, "Member 'UEnvQueryGenerator_Donut::ArcAngle' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, bUseSpiralPattern) == 0x0001E8, "Member 'UEnvQueryGenerator_Donut::bUseSpiralPattern' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, Center) == 0x0001F0, "Member 'UEnvQueryGenerator_Donut::Center' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_SetNamedParam \ +static_assert(alignof(EnvQueryInstanceBlueprintWrapper_SetNamedParam) == 0x000004, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_SetNamedParam"); \ +static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_SetNamedParam) == 0x000010, "Wrong size on EnvQueryInstanceBlueprintWrapper_SetNamedParam"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_SetNamedParam, ParamName) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_SetNamedParam::ParamName' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_SetNamedParam, Value) == 0x00000C, "Member 'EnvQueryInstanceBlueprintWrapper_SetNamedParam::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetItemScore \ +static_assert(alignof(EnvQueryInstanceBlueprintWrapper_GetItemScore) == 0x000004, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_GetItemScore"); \ +static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_GetItemScore) == 0x000008, "Wrong size on EnvQueryInstanceBlueprintWrapper_GetItemScore"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetItemScore, ItemIndex) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_GetItemScore::ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetItemScore, ReturnValue) == 0x000004, "Member 'EnvQueryInstanceBlueprintWrapper_GetItemScore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors \ +static_assert(alignof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors) == 0x000008, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors"); \ +static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors) == 0x000018, "Wrong size on EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors, ResultActors) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors::ResultActors' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors, ReturnValue) == 0x000010, "Member 'EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations \ +static_assert(alignof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations) == 0x000008, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations"); \ +static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations) == 0x000018, "Wrong size on EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations, ResultLocations) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations::ResultLocations' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations, ReturnValue) == 0x000010, "Member 'EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetResultsAsActors \ +static_assert(alignof(EnvQueryInstanceBlueprintWrapper_GetResultsAsActors) == 0x000008, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_GetResultsAsActors"); \ +static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_GetResultsAsActors) == 0x000010, "Wrong size on EnvQueryInstanceBlueprintWrapper_GetResultsAsActors"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetResultsAsActors, ReturnValue) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_GetResultsAsActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations \ +static_assert(alignof(EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations) == 0x000008, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations"); \ +static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations) == 0x000010, "Wrong size on EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations, ReturnValue) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryInstanceBlueprintWrapper \ +static_assert(alignof(UEnvQueryInstanceBlueprintWrapper) == 0x000008, "Wrong alignment on UEnvQueryInstanceBlueprintWrapper"); \ +static_assert(sizeof(UEnvQueryInstanceBlueprintWrapper) == 0x000080, "Wrong size on UEnvQueryInstanceBlueprintWrapper"); \ +static_assert(offsetof(UEnvQueryInstanceBlueprintWrapper, QueryID) == 0x000038, "Member 'UEnvQueryInstanceBlueprintWrapper::QueryID' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryInstanceBlueprintWrapper, ItemType) == 0x000060, "Member 'UEnvQueryInstanceBlueprintWrapper::ItemType' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryInstanceBlueprintWrapper, OptionIndex) == 0x000068, "Member 'UEnvQueryInstanceBlueprintWrapper::OptionIndex' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryInstanceBlueprintWrapper, OnQueryFinishedEvent) == 0x000070, "Member 'UEnvQueryInstanceBlueprintWrapper::OnQueryFinishedEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryItemType_Actor \ +static_assert(alignof(UEnvQueryItemType_Actor) == 0x000008, "Wrong alignment on UEnvQueryItemType_Actor"); \ +static_assert(sizeof(UEnvQueryItemType_Actor) == 0x000038, "Wrong size on UEnvQueryItemType_Actor"); \ + +#define DUMPER7_ASSERTS_UEnvQueryItemType_Point \ +static_assert(alignof(UEnvQueryItemType_Point) == 0x000008, "Wrong alignment on UEnvQueryItemType_Point"); \ +static_assert(sizeof(UEnvQueryItemType_Point) == 0x000038, "Wrong size on UEnvQueryItemType_Point"); \ + +#define DUMPER7_ASSERTS_UEnvQueryOption \ +static_assert(alignof(UEnvQueryOption) == 0x000008, "Wrong alignment on UEnvQueryOption"); \ +static_assert(sizeof(UEnvQueryOption) == 0x000048, "Wrong size on UEnvQueryOption"); \ +static_assert(offsetof(UEnvQueryOption, Generator) == 0x000030, "Member 'UEnvQueryOption::Generator' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryOption, Tests) == 0x000038, "Member 'UEnvQueryOption::Tests' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_Distance \ +static_assert(alignof(UEnvQueryTest_Distance) == 0x000008, "Wrong alignment on UEnvQueryTest_Distance"); \ +static_assert(sizeof(UEnvQueryTest_Distance) == 0x000248, "Wrong size on UEnvQueryTest_Distance"); \ +static_assert(offsetof(UEnvQueryTest_Distance, TestMode) == 0x000238, "Member 'UEnvQueryTest_Distance::TestMode' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Distance, DistanceTo) == 0x000240, "Member 'UEnvQueryTest_Distance::DistanceTo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_GameplayTags \ +static_assert(alignof(UEnvQueryTest_GameplayTags) == 0x000008, "Wrong alignment on UEnvQueryTest_GameplayTags"); \ +static_assert(sizeof(UEnvQueryTest_GameplayTags) == 0x0002A8, "Wrong size on UEnvQueryTest_GameplayTags"); \ +static_assert(offsetof(UEnvQueryTest_GameplayTags, TagQueryToMatch) == 0x000238, "Member 'UEnvQueryTest_GameplayTags::TagQueryToMatch' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_GameplayTags, bUpdatedToUseQuery) == 0x000280, "Member 'UEnvQueryTest_GameplayTags::bUpdatedToUseQuery' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_GameplayTags, TagsToMatch) == 0x000281, "Member 'UEnvQueryTest_GameplayTags::TagsToMatch' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_GameplayTags, GameplayTags) == 0x000288, "Member 'UEnvQueryTest_GameplayTags::GameplayTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_Project \ +static_assert(alignof(UEnvQueryTest_Project) == 0x000008, "Wrong alignment on UEnvQueryTest_Project"); \ +static_assert(sizeof(UEnvQueryTest_Project) == 0x000268, "Wrong size on UEnvQueryTest_Project"); \ +static_assert(offsetof(UEnvQueryTest_Project, ProjectionData) == 0x000238, "Member 'UEnvQueryTest_Project::ProjectionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_Trace \ +static_assert(alignof(UEnvQueryTest_Trace) == 0x000008, "Wrong alignment on UEnvQueryTest_Trace"); \ +static_assert(sizeof(UEnvQueryTest_Trace) == 0x000330, "Wrong size on UEnvQueryTest_Trace"); \ +static_assert(offsetof(UEnvQueryTest_Trace, TraceData) == 0x000238, "Member 'UEnvQueryTest_Trace::TraceData' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Trace, TraceFromContext) == 0x000268, "Member 'UEnvQueryTest_Trace::TraceFromContext' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Trace, ItemHeightOffset) == 0x0002A8, "Member 'UEnvQueryTest_Trace::ItemHeightOffset' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Trace, ContextHeightOffset) == 0x0002E8, "Member 'UEnvQueryTest_Trace::ContextHeightOffset' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Trace, Context) == 0x000328, "Member 'UEnvQueryTest_Trace::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTypes \ +static_assert(alignof(UEnvQueryTypes) == 0x000008, "Wrong alignment on UEnvQueryTypes"); \ +static_assert(sizeof(UEnvQueryTypes) == 0x000030, "Wrong size on UEnvQueryTypes"); \ + +#define DUMPER7_ASSERTS_IEQSQueryResultSourceInterface \ +static_assert(alignof(IEQSQueryResultSourceInterface) == 0x000001, "Wrong alignment on IEQSQueryResultSourceInterface"); \ +static_assert(sizeof(IEQSQueryResultSourceInterface) == 0x000001, "Wrong size on IEQSQueryResultSourceInterface"); \ + +#define DUMPER7_ASSERTS_UEQSRenderingComponent \ +static_assert(alignof(UEQSRenderingComponent) == 0x000010, "Wrong alignment on UEQSRenderingComponent"); \ +static_assert(sizeof(UEQSRenderingComponent) == 0x000540, "Wrong size on UEQSRenderingComponent"); \ + +#define DUMPER7_ASSERTS_AEQSTestingPawn \ +static_assert(alignof(AEQSTestingPawn) == 0x000010, "Wrong alignment on AEQSTestingPawn"); \ +static_assert(sizeof(AEQSTestingPawn) == 0x000610, "Wrong size on AEQSTestingPawn"); \ +static_assert(offsetof(AEQSTestingPawn, QueryTemplate) == 0x000578, "Member 'AEQSTestingPawn::QueryTemplate' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, QueryParams) == 0x000580, "Member 'AEQSTestingPawn::QueryParams' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, QueryConfig) == 0x000590, "Member 'AEQSTestingPawn::QueryConfig' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, TimeLimitPerStep) == 0x0005A0, "Member 'AEQSTestingPawn::TimeLimitPerStep' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, StepToDebugDraw) == 0x0005A4, "Member 'AEQSTestingPawn::StepToDebugDraw' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, HighlightMode) == 0x0005A8, "Member 'AEQSTestingPawn::HighlightMode' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, QueryingMode) == 0x0005B0, "Member 'AEQSTestingPawn::QueryingMode' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, NavAgentProperties) == 0x0005B8, "Member 'AEQSTestingPawn::NavAgentProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGenericTeamAgentInterface \ +static_assert(alignof(IGenericTeamAgentInterface) == 0x000001, "Wrong alignment on IGenericTeamAgentInterface"); \ +static_assert(sizeof(IGenericTeamAgentInterface) == 0x000001, "Wrong size on IGenericTeamAgentInterface"); \ + +#define DUMPER7_ASSERTS_UGridPathFollowingComponent \ +static_assert(alignof(UGridPathFollowingComponent) == 0x000008, "Wrong alignment on UGridPathFollowingComponent"); \ +static_assert(sizeof(UGridPathFollowingComponent) == 0x0002A8, "Wrong size on UGridPathFollowingComponent"); \ +static_assert(offsetof(UGridPathFollowingComponent, GridManager) == 0x000278, "Member 'UGridPathFollowingComponent::GridManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavFilter_AIControllerDefault \ +static_assert(alignof(UNavFilter_AIControllerDefault) == 0x000008, "Wrong alignment on UNavFilter_AIControllerDefault"); \ +static_assert(sizeof(UNavFilter_AIControllerDefault) == 0x000050, "Wrong size on UNavFilter_AIControllerDefault"); \ + +#define DUMPER7_ASSERTS_NavLinkProxy_ReceiveSmartLinkReached \ +static_assert(alignof(NavLinkProxy_ReceiveSmartLinkReached) == 0x000008, "Wrong alignment on NavLinkProxy_ReceiveSmartLinkReached"); \ +static_assert(sizeof(NavLinkProxy_ReceiveSmartLinkReached) == 0x000018, "Wrong size on NavLinkProxy_ReceiveSmartLinkReached"); \ +static_assert(offsetof(NavLinkProxy_ReceiveSmartLinkReached, Agent) == 0x000000, "Member 'NavLinkProxy_ReceiveSmartLinkReached::Agent' has a wrong offset!"); \ +static_assert(offsetof(NavLinkProxy_ReceiveSmartLinkReached, Destination) == 0x000008, "Member 'NavLinkProxy_ReceiveSmartLinkReached::Destination' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavLinkProxy_ResumePathFollowing \ +static_assert(alignof(NavLinkProxy_ResumePathFollowing) == 0x000008, "Wrong alignment on NavLinkProxy_ResumePathFollowing"); \ +static_assert(sizeof(NavLinkProxy_ResumePathFollowing) == 0x000008, "Wrong size on NavLinkProxy_ResumePathFollowing"); \ +static_assert(offsetof(NavLinkProxy_ResumePathFollowing, Agent) == 0x000000, "Member 'NavLinkProxy_ResumePathFollowing::Agent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavLinkProxy_SetSmartLinkEnabled \ +static_assert(alignof(NavLinkProxy_SetSmartLinkEnabled) == 0x000001, "Wrong alignment on NavLinkProxy_SetSmartLinkEnabled"); \ +static_assert(sizeof(NavLinkProxy_SetSmartLinkEnabled) == 0x000001, "Wrong size on NavLinkProxy_SetSmartLinkEnabled"); \ +static_assert(offsetof(NavLinkProxy_SetSmartLinkEnabled, bEnabled) == 0x000000, "Member 'NavLinkProxy_SetSmartLinkEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavLinkProxy_HasMovingAgents \ +static_assert(alignof(NavLinkProxy_HasMovingAgents) == 0x000001, "Wrong alignment on NavLinkProxy_HasMovingAgents"); \ +static_assert(sizeof(NavLinkProxy_HasMovingAgents) == 0x000001, "Wrong size on NavLinkProxy_HasMovingAgents"); \ +static_assert(offsetof(NavLinkProxy_HasMovingAgents, ReturnValue) == 0x000000, "Member 'NavLinkProxy_HasMovingAgents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavLinkProxy_IsSmartLinkEnabled \ +static_assert(alignof(NavLinkProxy_IsSmartLinkEnabled) == 0x000001, "Wrong alignment on NavLinkProxy_IsSmartLinkEnabled"); \ +static_assert(sizeof(NavLinkProxy_IsSmartLinkEnabled) == 0x000001, "Wrong size on NavLinkProxy_IsSmartLinkEnabled"); \ +static_assert(offsetof(NavLinkProxy_IsSmartLinkEnabled, ReturnValue) == 0x000000, "Member 'NavLinkProxy_IsSmartLinkEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANavLinkProxy \ +static_assert(alignof(ANavLinkProxy) == 0x000008, "Wrong alignment on ANavLinkProxy"); \ +static_assert(sizeof(ANavLinkProxy) == 0x0002F8, "Wrong size on ANavLinkProxy"); \ +static_assert(offsetof(ANavLinkProxy, PointLinks) == 0x0002B8, "Member 'ANavLinkProxy::PointLinks' has a wrong offset!"); \ +static_assert(offsetof(ANavLinkProxy, SegmentLinks) == 0x0002C8, "Member 'ANavLinkProxy::SegmentLinks' has a wrong offset!"); \ +static_assert(offsetof(ANavLinkProxy, SmartLinkComp) == 0x0002D8, "Member 'ANavLinkProxy::SmartLinkComp' has a wrong offset!"); \ +static_assert(offsetof(ANavLinkProxy, bSmartLinkIsRelevant) == 0x0002E0, "Member 'ANavLinkProxy::bSmartLinkIsRelevant' has a wrong offset!"); \ +static_assert(offsetof(ANavLinkProxy, OnSmartLinkReached) == 0x0002E8, "Member 'ANavLinkProxy::OnSmartLinkReached' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavLocalGridManager_AddLocalNavigationGridForBox \ +static_assert(alignof(NavLocalGridManager_AddLocalNavigationGridForBox) == 0x000008, "Wrong alignment on NavLocalGridManager_AddLocalNavigationGridForBox"); \ +static_assert(sizeof(NavLocalGridManager_AddLocalNavigationGridForBox) == 0x000040, "Wrong size on NavLocalGridManager_AddLocalNavigationGridForBox"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Location) == 0x000008, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Location' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Extent) == 0x000014, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Extent' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Rotation) == 0x000020, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Rotation' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Radius2D) == 0x00002C, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Radius2D' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Height) == 0x000030, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Height' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, bRebuildGrids) == 0x000034, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::bRebuildGrids' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, ReturnValue) == 0x000038, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavLocalGridManager_AddLocalNavigationGridForCapsule \ +static_assert(alignof(NavLocalGridManager_AddLocalNavigationGridForCapsule) == 0x000008, "Wrong alignment on NavLocalGridManager_AddLocalNavigationGridForCapsule"); \ +static_assert(sizeof(NavLocalGridManager_AddLocalNavigationGridForCapsule) == 0x000030, "Wrong size on NavLocalGridManager_AddLocalNavigationGridForCapsule"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, Location) == 0x000008, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::Location' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, CapsuleRadius) == 0x000014, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::CapsuleRadius' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, CapsuleHalfHeight) == 0x000018, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::CapsuleHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, Radius2D) == 0x00001C, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::Radius2D' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, Height) == 0x000020, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::Height' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, bRebuildGrids) == 0x000024, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::bRebuildGrids' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, ReturnValue) == 0x000028, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavLocalGridManager_AddLocalNavigationGridForPoint \ +static_assert(alignof(NavLocalGridManager_AddLocalNavigationGridForPoint) == 0x000008, "Wrong alignment on NavLocalGridManager_AddLocalNavigationGridForPoint"); \ +static_assert(sizeof(NavLocalGridManager_AddLocalNavigationGridForPoint) == 0x000028, "Wrong size on NavLocalGridManager_AddLocalNavigationGridForPoint"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, Location) == 0x000008, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::Location' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, Radius2D) == 0x000014, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::Radius2D' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, Height) == 0x000018, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::Height' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, bRebuildGrids) == 0x00001C, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::bRebuildGrids' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, ReturnValue) == 0x000020, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavLocalGridManager_AddLocalNavigationGridForPoints \ +static_assert(alignof(NavLocalGridManager_AddLocalNavigationGridForPoints) == 0x000008, "Wrong alignment on NavLocalGridManager_AddLocalNavigationGridForPoints"); \ +static_assert(sizeof(NavLocalGridManager_AddLocalNavigationGridForPoints) == 0x000028, "Wrong size on NavLocalGridManager_AddLocalNavigationGridForPoints"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, Locations) == 0x000008, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::Locations' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, Radius2D) == 0x000018, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::Radius2D' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, Height) == 0x00001C, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::Height' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, bRebuildGrids) == 0x000020, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::bRebuildGrids' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, ReturnValue) == 0x000024, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavLocalGridManager_FindLocalNavigationGridPath \ +static_assert(alignof(NavLocalGridManager_FindLocalNavigationGridPath) == 0x000008, "Wrong alignment on NavLocalGridManager_FindLocalNavigationGridPath"); \ +static_assert(sizeof(NavLocalGridManager_FindLocalNavigationGridPath) == 0x000038, "Wrong size on NavLocalGridManager_FindLocalNavigationGridPath"); \ +static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, Start) == 0x000008, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::Start' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, End) == 0x000014, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::End' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, PathPoints) == 0x000020, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::PathPoints' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, ReturnValue) == 0x000030, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavLocalGridManager_RemoveLocalNavigationGrid \ +static_assert(alignof(NavLocalGridManager_RemoveLocalNavigationGrid) == 0x000008, "Wrong alignment on NavLocalGridManager_RemoveLocalNavigationGrid"); \ +static_assert(sizeof(NavLocalGridManager_RemoveLocalNavigationGrid) == 0x000010, "Wrong size on NavLocalGridManager_RemoveLocalNavigationGrid"); \ +static_assert(offsetof(NavLocalGridManager_RemoveLocalNavigationGrid, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_RemoveLocalNavigationGrid::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_RemoveLocalNavigationGrid, GridId) == 0x000008, "Member 'NavLocalGridManager_RemoveLocalNavigationGrid::GridId' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_RemoveLocalNavigationGrid, bRebuildGrids) == 0x00000C, "Member 'NavLocalGridManager_RemoveLocalNavigationGrid::bRebuildGrids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavLocalGridManager_SetLocalNavigationGridDensity \ +static_assert(alignof(NavLocalGridManager_SetLocalNavigationGridDensity) == 0x000008, "Wrong alignment on NavLocalGridManager_SetLocalNavigationGridDensity"); \ +static_assert(sizeof(NavLocalGridManager_SetLocalNavigationGridDensity) == 0x000010, "Wrong size on NavLocalGridManager_SetLocalNavigationGridDensity"); \ +static_assert(offsetof(NavLocalGridManager_SetLocalNavigationGridDensity, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_SetLocalNavigationGridDensity::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_SetLocalNavigationGridDensity, CellSize) == 0x000008, "Member 'NavLocalGridManager_SetLocalNavigationGridDensity::CellSize' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_SetLocalNavigationGridDensity, ReturnValue) == 0x00000C, "Member 'NavLocalGridManager_SetLocalNavigationGridDensity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavLocalGridManager \ +static_assert(alignof(UNavLocalGridManager) == 0x000008, "Wrong alignment on UNavLocalGridManager"); \ +static_assert(sizeof(UNavLocalGridManager) == 0x000060, "Wrong size on UNavLocalGridManager"); \ + +#define DUMPER7_ASSERTS_UPathFollowingManager \ +static_assert(alignof(UPathFollowingManager) == 0x000008, "Wrong alignment on UPathFollowingManager"); \ +static_assert(sizeof(UPathFollowingManager) == 0x000030, "Wrong size on UPathFollowingManager"); \ + +#define DUMPER7_ASSERTS_PawnAction_CreateActionInstance \ +static_assert(alignof(PawnAction_CreateActionInstance) == 0x000008, "Wrong alignment on PawnAction_CreateActionInstance"); \ +static_assert(sizeof(PawnAction_CreateActionInstance) == 0x000018, "Wrong size on PawnAction_CreateActionInstance"); \ +static_assert(offsetof(PawnAction_CreateActionInstance, WorldContextObject) == 0x000000, "Member 'PawnAction_CreateActionInstance::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PawnAction_CreateActionInstance, ActionClass) == 0x000008, "Member 'PawnAction_CreateActionInstance::ActionClass' has a wrong offset!"); \ +static_assert(offsetof(PawnAction_CreateActionInstance, ReturnValue) == 0x000010, "Member 'PawnAction_CreateActionInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnAction_Finish \ +static_assert(alignof(PawnAction_Finish) == 0x000001, "Wrong alignment on PawnAction_Finish"); \ +static_assert(sizeof(PawnAction_Finish) == 0x000001, "Wrong size on PawnAction_Finish"); \ +static_assert(offsetof(PawnAction_Finish, WithResult) == 0x000000, "Member 'PawnAction_Finish::WithResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnAction_GetActionPriority \ +static_assert(alignof(PawnAction_GetActionPriority) == 0x000001, "Wrong alignment on PawnAction_GetActionPriority"); \ +static_assert(sizeof(PawnAction_GetActionPriority) == 0x000001, "Wrong size on PawnAction_GetActionPriority"); \ +static_assert(offsetof(PawnAction_GetActionPriority, ReturnValue) == 0x000000, "Member 'PawnAction_GetActionPriority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPawnAction \ +static_assert(alignof(UPawnAction) == 0x000008, "Wrong alignment on UPawnAction"); \ +static_assert(sizeof(UPawnAction) == 0x000098, "Wrong size on UPawnAction"); \ +static_assert(offsetof(UPawnAction, ChildAction) == 0x000030, "Member 'UPawnAction::ChildAction' has a wrong offset!"); \ +static_assert(offsetof(UPawnAction, ParentAction) == 0x000038, "Member 'UPawnAction::ParentAction' has a wrong offset!"); \ +static_assert(offsetof(UPawnAction, OwnerComponent) == 0x000040, "Member 'UPawnAction::OwnerComponent' has a wrong offset!"); \ +static_assert(offsetof(UPawnAction, Instigator) == 0x000048, "Member 'UPawnAction::Instigator' has a wrong offset!"); \ +static_assert(offsetof(UPawnAction, BrainComp) == 0x000050, "Member 'UPawnAction::BrainComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnAction_BlueprintBase_ActionFinished \ +static_assert(alignof(PawnAction_BlueprintBase_ActionFinished) == 0x000008, "Wrong alignment on PawnAction_BlueprintBase_ActionFinished"); \ +static_assert(sizeof(PawnAction_BlueprintBase_ActionFinished) == 0x000010, "Wrong size on PawnAction_BlueprintBase_ActionFinished"); \ +static_assert(offsetof(PawnAction_BlueprintBase_ActionFinished, ControlledPawn) == 0x000000, "Member 'PawnAction_BlueprintBase_ActionFinished::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(PawnAction_BlueprintBase_ActionFinished, WithResult) == 0x000008, "Member 'PawnAction_BlueprintBase_ActionFinished::WithResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnAction_BlueprintBase_ActionPause \ +static_assert(alignof(PawnAction_BlueprintBase_ActionPause) == 0x000008, "Wrong alignment on PawnAction_BlueprintBase_ActionPause"); \ +static_assert(sizeof(PawnAction_BlueprintBase_ActionPause) == 0x000008, "Wrong size on PawnAction_BlueprintBase_ActionPause"); \ +static_assert(offsetof(PawnAction_BlueprintBase_ActionPause, ControlledPawn) == 0x000000, "Member 'PawnAction_BlueprintBase_ActionPause::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnAction_BlueprintBase_ActionResume \ +static_assert(alignof(PawnAction_BlueprintBase_ActionResume) == 0x000008, "Wrong alignment on PawnAction_BlueprintBase_ActionResume"); \ +static_assert(sizeof(PawnAction_BlueprintBase_ActionResume) == 0x000008, "Wrong size on PawnAction_BlueprintBase_ActionResume"); \ +static_assert(offsetof(PawnAction_BlueprintBase_ActionResume, ControlledPawn) == 0x000000, "Member 'PawnAction_BlueprintBase_ActionResume::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnAction_BlueprintBase_ActionStart \ +static_assert(alignof(PawnAction_BlueprintBase_ActionStart) == 0x000008, "Wrong alignment on PawnAction_BlueprintBase_ActionStart"); \ +static_assert(sizeof(PawnAction_BlueprintBase_ActionStart) == 0x000008, "Wrong size on PawnAction_BlueprintBase_ActionStart"); \ +static_assert(offsetof(PawnAction_BlueprintBase_ActionStart, ControlledPawn) == 0x000000, "Member 'PawnAction_BlueprintBase_ActionStart::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnAction_BlueprintBase_ActionTick \ +static_assert(alignof(PawnAction_BlueprintBase_ActionTick) == 0x000008, "Wrong alignment on PawnAction_BlueprintBase_ActionTick"); \ +static_assert(sizeof(PawnAction_BlueprintBase_ActionTick) == 0x000010, "Wrong size on PawnAction_BlueprintBase_ActionTick"); \ +static_assert(offsetof(PawnAction_BlueprintBase_ActionTick, ControlledPawn) == 0x000000, "Member 'PawnAction_BlueprintBase_ActionTick::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(PawnAction_BlueprintBase_ActionTick, DeltaSeconds) == 0x000008, "Member 'PawnAction_BlueprintBase_ActionTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPawnAction_BlueprintBase \ +static_assert(alignof(UPawnAction_BlueprintBase) == 0x000008, "Wrong alignment on UPawnAction_BlueprintBase"); \ +static_assert(sizeof(UPawnAction_BlueprintBase) == 0x000098, "Wrong size on UPawnAction_BlueprintBase"); \ + +#define DUMPER7_ASSERTS_UPawnAction_Move \ +static_assert(alignof(UPawnAction_Move) == 0x000008, "Wrong alignment on UPawnAction_Move"); \ +static_assert(sizeof(UPawnAction_Move) == 0x0000E8, "Wrong size on UPawnAction_Move"); \ +static_assert(offsetof(UPawnAction_Move, GoalActor) == 0x000098, "Member 'UPawnAction_Move::GoalActor' has a wrong offset!"); \ +static_assert(offsetof(UPawnAction_Move, GoalLocation) == 0x0000A0, "Member 'UPawnAction_Move::GoalLocation' has a wrong offset!"); \ +static_assert(offsetof(UPawnAction_Move, AcceptableRadius) == 0x0000AC, "Member 'UPawnAction_Move::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UPawnAction_Move, FilterClass) == 0x0000B0, "Member 'UPawnAction_Move::FilterClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPawnAction_Repeat \ +static_assert(alignof(UPawnAction_Repeat) == 0x000008, "Wrong alignment on UPawnAction_Repeat"); \ +static_assert(sizeof(UPawnAction_Repeat) == 0x0000B8, "Wrong size on UPawnAction_Repeat"); \ +static_assert(offsetof(UPawnAction_Repeat, ActionToRepeat) == 0x000098, "Member 'UPawnAction_Repeat::ActionToRepeat' has a wrong offset!"); \ +static_assert(offsetof(UPawnAction_Repeat, RecentActionCopy) == 0x0000A0, "Member 'UPawnAction_Repeat::RecentActionCopy' has a wrong offset!"); \ +static_assert(offsetof(UPawnAction_Repeat, ChildFailureHandlingMode) == 0x0000A8, "Member 'UPawnAction_Repeat::ChildFailureHandlingMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPawnAction_Sequence \ +static_assert(alignof(UPawnAction_Sequence) == 0x000008, "Wrong alignment on UPawnAction_Sequence"); \ +static_assert(sizeof(UPawnAction_Sequence) == 0x0000C0, "Wrong size on UPawnAction_Sequence"); \ +static_assert(offsetof(UPawnAction_Sequence, ActionSequence) == 0x000098, "Member 'UPawnAction_Sequence::ActionSequence' has a wrong offset!"); \ +static_assert(offsetof(UPawnAction_Sequence, ChildFailureHandlingMode) == 0x0000A8, "Member 'UPawnAction_Sequence::ChildFailureHandlingMode' has a wrong offset!"); \ +static_assert(offsetof(UPawnAction_Sequence, RecentActionCopy) == 0x0000B0, "Member 'UPawnAction_Sequence::RecentActionCopy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPawnAction_Wait \ +static_assert(alignof(UPawnAction_Wait) == 0x000008, "Wrong alignment on UPawnAction_Wait"); \ +static_assert(sizeof(UPawnAction_Wait) == 0x0000A8, "Wrong size on UPawnAction_Wait"); \ +static_assert(offsetof(UPawnAction_Wait, TimeToWait) == 0x000098, "Member 'UPawnAction_Wait::TimeToWait' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnActionsComponent_K2_PerformAction \ +static_assert(alignof(PawnActionsComponent_K2_PerformAction) == 0x000008, "Wrong alignment on PawnActionsComponent_K2_PerformAction"); \ +static_assert(sizeof(PawnActionsComponent_K2_PerformAction) == 0x000018, "Wrong size on PawnActionsComponent_K2_PerformAction"); \ +static_assert(offsetof(PawnActionsComponent_K2_PerformAction, Pawn) == 0x000000, "Member 'PawnActionsComponent_K2_PerformAction::Pawn' has a wrong offset!"); \ +static_assert(offsetof(PawnActionsComponent_K2_PerformAction, Action) == 0x000008, "Member 'PawnActionsComponent_K2_PerformAction::Action' has a wrong offset!"); \ +static_assert(offsetof(PawnActionsComponent_K2_PerformAction, Priority) == 0x000010, "Member 'PawnActionsComponent_K2_PerformAction::Priority' has a wrong offset!"); \ +static_assert(offsetof(PawnActionsComponent_K2_PerformAction, ReturnValue) == 0x000011, "Member 'PawnActionsComponent_K2_PerformAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnActionsComponent_K2_AbortAction \ +static_assert(alignof(PawnActionsComponent_K2_AbortAction) == 0x000008, "Wrong alignment on PawnActionsComponent_K2_AbortAction"); \ +static_assert(sizeof(PawnActionsComponent_K2_AbortAction) == 0x000010, "Wrong size on PawnActionsComponent_K2_AbortAction"); \ +static_assert(offsetof(PawnActionsComponent_K2_AbortAction, ActionToAbort) == 0x000000, "Member 'PawnActionsComponent_K2_AbortAction::ActionToAbort' has a wrong offset!"); \ +static_assert(offsetof(PawnActionsComponent_K2_AbortAction, ReturnValue) == 0x000008, "Member 'PawnActionsComponent_K2_AbortAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnActionsComponent_K2_ForceAbortAction \ +static_assert(alignof(PawnActionsComponent_K2_ForceAbortAction) == 0x000008, "Wrong alignment on PawnActionsComponent_K2_ForceAbortAction"); \ +static_assert(sizeof(PawnActionsComponent_K2_ForceAbortAction) == 0x000010, "Wrong size on PawnActionsComponent_K2_ForceAbortAction"); \ +static_assert(offsetof(PawnActionsComponent_K2_ForceAbortAction, ActionToAbort) == 0x000000, "Member 'PawnActionsComponent_K2_ForceAbortAction::ActionToAbort' has a wrong offset!"); \ +static_assert(offsetof(PawnActionsComponent_K2_ForceAbortAction, ReturnValue) == 0x000008, "Member 'PawnActionsComponent_K2_ForceAbortAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnActionsComponent_K2_PushAction \ +static_assert(alignof(PawnActionsComponent_K2_PushAction) == 0x000008, "Wrong alignment on PawnActionsComponent_K2_PushAction"); \ +static_assert(sizeof(PawnActionsComponent_K2_PushAction) == 0x000020, "Wrong size on PawnActionsComponent_K2_PushAction"); \ +static_assert(offsetof(PawnActionsComponent_K2_PushAction, NewAction) == 0x000000, "Member 'PawnActionsComponent_K2_PushAction::NewAction' has a wrong offset!"); \ +static_assert(offsetof(PawnActionsComponent_K2_PushAction, Priority) == 0x000008, "Member 'PawnActionsComponent_K2_PushAction::Priority' has a wrong offset!"); \ +static_assert(offsetof(PawnActionsComponent_K2_PushAction, Instigator) == 0x000010, "Member 'PawnActionsComponent_K2_PushAction::Instigator' has a wrong offset!"); \ +static_assert(offsetof(PawnActionsComponent_K2_PushAction, ReturnValue) == 0x000018, "Member 'PawnActionsComponent_K2_PushAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPawnActionsComponent \ +static_assert(alignof(UPawnActionsComponent) == 0x000008, "Wrong alignment on UPawnActionsComponent"); \ +static_assert(sizeof(UPawnActionsComponent) == 0x0000F8, "Wrong size on UPawnActionsComponent"); \ +static_assert(offsetof(UPawnActionsComponent, ControlledPawn) == 0x0000C0, "Member 'UPawnActionsComponent::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(UPawnActionsComponent, ActionStacks) == 0x0000C8, "Member 'UPawnActionsComponent::ActionStacks' has a wrong offset!"); \ +static_assert(offsetof(UPawnActionsComponent, ActionEvents) == 0x0000D8, "Member 'UPawnActionsComponent::ActionEvents' has a wrong offset!"); \ +static_assert(offsetof(UPawnActionsComponent, CurrentAction) == 0x0000E8, "Member 'UPawnActionsComponent::CurrentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnSensingComponent_SetPeripheralVisionAngle \ +static_assert(alignof(PawnSensingComponent_SetPeripheralVisionAngle) == 0x000004, "Wrong alignment on PawnSensingComponent_SetPeripheralVisionAngle"); \ +static_assert(sizeof(PawnSensingComponent_SetPeripheralVisionAngle) == 0x000004, "Wrong size on PawnSensingComponent_SetPeripheralVisionAngle"); \ +static_assert(offsetof(PawnSensingComponent_SetPeripheralVisionAngle, NewPeripheralVisionAngle) == 0x000000, "Member 'PawnSensingComponent_SetPeripheralVisionAngle::NewPeripheralVisionAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnSensingComponent_SetSensingInterval \ +static_assert(alignof(PawnSensingComponent_SetSensingInterval) == 0x000004, "Wrong alignment on PawnSensingComponent_SetSensingInterval"); \ +static_assert(sizeof(PawnSensingComponent_SetSensingInterval) == 0x000004, "Wrong size on PawnSensingComponent_SetSensingInterval"); \ +static_assert(offsetof(PawnSensingComponent_SetSensingInterval, NewSensingInterval) == 0x000000, "Member 'PawnSensingComponent_SetSensingInterval::NewSensingInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnSensingComponent_SetSensingUpdatesEnabled \ +static_assert(alignof(PawnSensingComponent_SetSensingUpdatesEnabled) == 0x000001, "Wrong alignment on PawnSensingComponent_SetSensingUpdatesEnabled"); \ +static_assert(sizeof(PawnSensingComponent_SetSensingUpdatesEnabled) == 0x000001, "Wrong size on PawnSensingComponent_SetSensingUpdatesEnabled"); \ +static_assert(offsetof(PawnSensingComponent_SetSensingUpdatesEnabled, bEnabled) == 0x000000, "Member 'PawnSensingComponent_SetSensingUpdatesEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnSensingComponent_GetPeripheralVisionAngle \ +static_assert(alignof(PawnSensingComponent_GetPeripheralVisionAngle) == 0x000004, "Wrong alignment on PawnSensingComponent_GetPeripheralVisionAngle"); \ +static_assert(sizeof(PawnSensingComponent_GetPeripheralVisionAngle) == 0x000004, "Wrong size on PawnSensingComponent_GetPeripheralVisionAngle"); \ +static_assert(offsetof(PawnSensingComponent_GetPeripheralVisionAngle, ReturnValue) == 0x000000, "Member 'PawnSensingComponent_GetPeripheralVisionAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnSensingComponent_GetPeripheralVisionCosine \ +static_assert(alignof(PawnSensingComponent_GetPeripheralVisionCosine) == 0x000004, "Wrong alignment on PawnSensingComponent_GetPeripheralVisionCosine"); \ +static_assert(sizeof(PawnSensingComponent_GetPeripheralVisionCosine) == 0x000004, "Wrong size on PawnSensingComponent_GetPeripheralVisionCosine"); \ +static_assert(offsetof(PawnSensingComponent_GetPeripheralVisionCosine, ReturnValue) == 0x000000, "Member 'PawnSensingComponent_GetPeripheralVisionCosine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPawnSensingComponent \ +static_assert(alignof(UPawnSensingComponent) == 0x000008, "Wrong alignment on UPawnSensingComponent"); \ +static_assert(sizeof(UPawnSensingComponent) == 0x000108, "Wrong size on UPawnSensingComponent"); \ +static_assert(offsetof(UPawnSensingComponent, HearingThreshold) == 0x0000C0, "Member 'UPawnSensingComponent::HearingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, LOSHearingThreshold) == 0x0000C4, "Member 'UPawnSensingComponent::LOSHearingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, SightRadius) == 0x0000C8, "Member 'UPawnSensingComponent::SightRadius' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, SensingInterval) == 0x0000CC, "Member 'UPawnSensingComponent::SensingInterval' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, HearingMaxSoundAge) == 0x0000D0, "Member 'UPawnSensingComponent::HearingMaxSoundAge' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, OnSeePawn) == 0x0000E0, "Member 'UPawnSensingComponent::OnSeePawn' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, OnHearNoise) == 0x0000F0, "Member 'UPawnSensingComponent::OnHearNoise' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, PeripheralVisionAngle) == 0x000100, "Member 'UPawnSensingComponent::PeripheralVisionAngle' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, PeripheralVisionCosine) == 0x000104, "Member 'UPawnSensingComponent::PeripheralVisionCosine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVisualLoggerExtension \ +static_assert(alignof(UVisualLoggerExtension) == 0x000008, "Wrong alignment on UVisualLoggerExtension"); \ +static_assert(sizeof(UVisualLoggerExtension) == 0x000030, "Wrong size on UVisualLoggerExtension"); \ + +#define DUMPER7_ASSERTS_FMeshElementAttributeValue \ +static_assert(alignof(FMeshElementAttributeValue) == 0x000010, "Wrong alignment on FMeshElementAttributeValue"); \ +static_assert(sizeof(FMeshElementAttributeValue) == 0x000050, "Wrong size on FMeshElementAttributeValue"); \ + +#define DUMPER7_ASSERTS_FMeshElementAttributeData \ +static_assert(alignof(FMeshElementAttributeData) == 0x000010, "Wrong alignment on FMeshElementAttributeData"); \ +static_assert(sizeof(FMeshElementAttributeData) == 0x000060, "Wrong size on FMeshElementAttributeData"); \ +static_assert(offsetof(FMeshElementAttributeData, AttributeName) == 0x000000, "Member 'FMeshElementAttributeData::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(FMeshElementAttributeData, AttributeIndex) == 0x00000C, "Member 'FMeshElementAttributeData::AttributeIndex' has a wrong offset!"); \ +static_assert(offsetof(FMeshElementAttributeData, AttributeValue) == 0x000010, "Member 'FMeshElementAttributeData::AttributeValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshElementAttributeList \ +static_assert(alignof(FMeshElementAttributeList) == 0x000008, "Wrong alignment on FMeshElementAttributeList"); \ +static_assert(sizeof(FMeshElementAttributeList) == 0x000010, "Wrong size on FMeshElementAttributeList"); \ +static_assert(offsetof(FMeshElementAttributeList, Attributes) == 0x000000, "Member 'FMeshElementAttributeList::Attributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAdaptorPolygon2Group \ +static_assert(alignof(FAdaptorPolygon2Group) == 0x000008, "Wrong alignment on FAdaptorPolygon2Group"); \ +static_assert(sizeof(FAdaptorPolygon2Group) == 0x000048, "Wrong size on FAdaptorPolygon2Group"); \ +static_assert(offsetof(FAdaptorPolygon2Group, RenderingSectionIndex) == 0x000000, "Member 'FAdaptorPolygon2Group::RenderingSectionIndex' has a wrong offset!"); \ +static_assert(offsetof(FAdaptorPolygon2Group, MaterialIndex) == 0x000004, "Member 'FAdaptorPolygon2Group::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(FAdaptorPolygon2Group, MaxTriangles) == 0x000008, "Member 'FAdaptorPolygon2Group::MaxTriangles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAdaptorTriangleID \ +static_assert(alignof(FAdaptorTriangleID) == 0x000004, "Wrong alignment on FAdaptorTriangleID"); \ +static_assert(sizeof(FAdaptorTriangleID) == 0x000004, "Wrong size on FAdaptorTriangleID"); \ + +#define DUMPER7_ASSERTS_FAdaptorPolygon \ +static_assert(alignof(FAdaptorPolygon) == 0x000008, "Wrong alignment on FAdaptorPolygon"); \ +static_assert(sizeof(FAdaptorPolygon) == 0x000018, "Wrong size on FAdaptorPolygon"); \ +static_assert(offsetof(FAdaptorPolygon, PolygonGroupID) == 0x000000, "Member 'FAdaptorPolygon::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(FAdaptorPolygon, TriangulatedPolygonTriangleIndices) == 0x000008, "Member 'FAdaptorPolygon::TriangulatedPolygonTriangleIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPolygonGroupForPolygon \ +static_assert(alignof(FPolygonGroupForPolygon) == 0x000004, "Wrong alignment on FPolygonGroupForPolygon"); \ +static_assert(sizeof(FPolygonGroupForPolygon) == 0x000008, "Wrong size on FPolygonGroupForPolygon"); \ +static_assert(offsetof(FPolygonGroupForPolygon, PolygonID) == 0x000000, "Member 'FPolygonGroupForPolygon::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(FPolygonGroupForPolygon, PolygonGroupID) == 0x000004, "Member 'FPolygonGroupForPolygon::PolygonGroupID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPolygonGroupToCreate \ +static_assert(alignof(FPolygonGroupToCreate) == 0x000008, "Wrong alignment on FPolygonGroupToCreate"); \ +static_assert(sizeof(FPolygonGroupToCreate) == 0x000018, "Wrong size on FPolygonGroupToCreate"); \ +static_assert(offsetof(FPolygonGroupToCreate, PolygonGroupAttributes) == 0x000000, "Member 'FPolygonGroupToCreate::PolygonGroupAttributes' has a wrong offset!"); \ +static_assert(offsetof(FPolygonGroupToCreate, OriginalPolygonGroupID) == 0x000010, "Member 'FPolygonGroupToCreate::OriginalPolygonGroupID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVertexToMove \ +static_assert(alignof(FVertexToMove) == 0x000004, "Wrong alignment on FVertexToMove"); \ +static_assert(sizeof(FVertexToMove) == 0x000010, "Wrong size on FVertexToMove"); \ +static_assert(offsetof(FVertexToMove, VertexID) == 0x000000, "Member 'FVertexToMove::VertexID' has a wrong offset!"); \ +static_assert(offsetof(FVertexToMove, NewVertexPosition) == 0x000004, "Member 'FVertexToMove::NewVertexPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVertexIndexAndInstanceID \ +static_assert(alignof(FVertexIndexAndInstanceID) == 0x000004, "Wrong alignment on FVertexIndexAndInstanceID"); \ +static_assert(sizeof(FVertexIndexAndInstanceID) == 0x000008, "Wrong size on FVertexIndexAndInstanceID"); \ +static_assert(offsetof(FVertexIndexAndInstanceID, ContourIndex) == 0x000000, "Member 'FVertexIndexAndInstanceID::ContourIndex' has a wrong offset!"); \ +static_assert(offsetof(FVertexIndexAndInstanceID, VertexInstanceID) == 0x000004, "Member 'FVertexIndexAndInstanceID::VertexInstanceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVertexInstancesForPolygonHole \ +static_assert(alignof(FVertexInstancesForPolygonHole) == 0x000008, "Wrong alignment on FVertexInstancesForPolygonHole"); \ +static_assert(sizeof(FVertexInstancesForPolygonHole) == 0x000010, "Wrong size on FVertexInstancesForPolygonHole"); \ +static_assert(offsetof(FVertexInstancesForPolygonHole, VertexIndicesAndInstanceIDs) == 0x000000, "Member 'FVertexInstancesForPolygonHole::VertexIndicesAndInstanceIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChangeVertexInstancesForPolygon \ +static_assert(alignof(FChangeVertexInstancesForPolygon) == 0x000008, "Wrong alignment on FChangeVertexInstancesForPolygon"); \ +static_assert(sizeof(FChangeVertexInstancesForPolygon) == 0x000028, "Wrong size on FChangeVertexInstancesForPolygon"); \ +static_assert(offsetof(FChangeVertexInstancesForPolygon, PolygonID) == 0x000000, "Member 'FChangeVertexInstancesForPolygon::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(FChangeVertexInstancesForPolygon, PerimeterVertexIndicesAndInstanceIDs) == 0x000008, "Member 'FChangeVertexInstancesForPolygon::PerimeterVertexIndicesAndInstanceIDs' has a wrong offset!"); \ +static_assert(offsetof(FChangeVertexInstancesForPolygon, VertexIndicesAndInstanceIDsForEachHole) == 0x000018, "Member 'FChangeVertexInstancesForPolygon::VertexIndicesAndInstanceIDsForEachHole' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVertexAttributesForPolygonHole \ +static_assert(alignof(FVertexAttributesForPolygonHole) == 0x000008, "Wrong alignment on FVertexAttributesForPolygonHole"); \ +static_assert(sizeof(FVertexAttributesForPolygonHole) == 0x000010, "Wrong size on FVertexAttributesForPolygonHole"); \ +static_assert(offsetof(FVertexAttributesForPolygonHole, VertexAttributeList) == 0x000000, "Member 'FVertexAttributesForPolygonHole::VertexAttributeList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVertexAttributesForPolygon \ +static_assert(alignof(FVertexAttributesForPolygon) == 0x000008, "Wrong alignment on FVertexAttributesForPolygon"); \ +static_assert(sizeof(FVertexAttributesForPolygon) == 0x000028, "Wrong size on FVertexAttributesForPolygon"); \ +static_assert(offsetof(FVertexAttributesForPolygon, PolygonID) == 0x000000, "Member 'FVertexAttributesForPolygon::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(FVertexAttributesForPolygon, PerimeterVertexAttributeLists) == 0x000008, "Member 'FVertexAttributesForPolygon::PerimeterVertexAttributeLists' has a wrong offset!"); \ +static_assert(offsetof(FVertexAttributesForPolygon, VertexAttributeListsForEachHole) == 0x000018, "Member 'FVertexAttributesForPolygon::VertexAttributeListsForEachHole' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAttributesForEdge \ +static_assert(alignof(FAttributesForEdge) == 0x000008, "Wrong alignment on FAttributesForEdge"); \ +static_assert(sizeof(FAttributesForEdge) == 0x000018, "Wrong size on FAttributesForEdge"); \ +static_assert(offsetof(FAttributesForEdge, EdgeID) == 0x000000, "Member 'FAttributesForEdge::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(FAttributesForEdge, EdgeAttributes) == 0x000008, "Member 'FAttributesForEdge::EdgeAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAttributesForVertexInstance \ +static_assert(alignof(FAttributesForVertexInstance) == 0x000008, "Wrong alignment on FAttributesForVertexInstance"); \ +static_assert(sizeof(FAttributesForVertexInstance) == 0x000018, "Wrong size on FAttributesForVertexInstance"); \ +static_assert(offsetof(FAttributesForVertexInstance, VertexInstanceID) == 0x000000, "Member 'FAttributesForVertexInstance::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(FAttributesForVertexInstance, VertexInstanceAttributes) == 0x000008, "Member 'FAttributesForVertexInstance::VertexInstanceAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAttributesForVertex \ +static_assert(alignof(FAttributesForVertex) == 0x000008, "Wrong alignment on FAttributesForVertex"); \ +static_assert(sizeof(FAttributesForVertex) == 0x000018, "Wrong size on FAttributesForVertex"); \ +static_assert(offsetof(FAttributesForVertex, VertexID) == 0x000000, "Member 'FAttributesForVertex::VertexID' has a wrong offset!"); \ +static_assert(offsetof(FAttributesForVertex, VertexAttributes) == 0x000008, "Member 'FAttributesForVertex::VertexAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVertexPair \ +static_assert(alignof(FVertexPair) == 0x000004, "Wrong alignment on FVertexPair"); \ +static_assert(sizeof(FVertexPair) == 0x000008, "Wrong size on FVertexPair"); \ +static_assert(offsetof(FVertexPair, VertexID0) == 0x000000, "Member 'FVertexPair::VertexID0' has a wrong offset!"); \ +static_assert(offsetof(FVertexPair, VertexID1) == 0x000004, "Member 'FVertexPair::VertexID1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPolygonToSplit \ +static_assert(alignof(FPolygonToSplit) == 0x000008, "Wrong alignment on FPolygonToSplit"); \ +static_assert(sizeof(FPolygonToSplit) == 0x000018, "Wrong size on FPolygonToSplit"); \ +static_assert(offsetof(FPolygonToSplit, PolygonID) == 0x000000, "Member 'FPolygonToSplit::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(FPolygonToSplit, VertexPairsToSplitAt) == 0x000008, "Member 'FPolygonToSplit::VertexPairsToSplitAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVertexAndAttributes \ +static_assert(alignof(FVertexAndAttributes) == 0x000008, "Wrong alignment on FVertexAndAttributes"); \ +static_assert(sizeof(FVertexAndAttributes) == 0x000018, "Wrong size on FVertexAndAttributes"); \ +static_assert(offsetof(FVertexAndAttributes, VertexInstanceID) == 0x000000, "Member 'FVertexAndAttributes::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(FVertexAndAttributes, VertexID) == 0x000004, "Member 'FVertexAndAttributes::VertexID' has a wrong offset!"); \ +static_assert(offsetof(FVertexAndAttributes, PolygonVertexAttributes) == 0x000008, "Member 'FVertexAndAttributes::PolygonVertexAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPolygonToCreate \ +static_assert(alignof(FPolygonToCreate) == 0x000008, "Wrong alignment on FPolygonToCreate"); \ +static_assert(sizeof(FPolygonToCreate) == 0x000020, "Wrong size on FPolygonToCreate"); \ +static_assert(offsetof(FPolygonToCreate, PolygonGroupID) == 0x000000, "Member 'FPolygonToCreate::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(FPolygonToCreate, PerimeterVertices) == 0x000008, "Member 'FPolygonToCreate::PerimeterVertices' has a wrong offset!"); \ +static_assert(offsetof(FPolygonToCreate, OriginalPolygonID) == 0x000018, "Member 'FPolygonToCreate::OriginalPolygonID' has a wrong offset!"); \ +static_assert(offsetof(FPolygonToCreate, PolygonEdgeHardness) == 0x00001C, "Member 'FPolygonToCreate::PolygonEdgeHardness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEdgeToCreate \ +static_assert(alignof(FEdgeToCreate) == 0x000008, "Wrong alignment on FEdgeToCreate"); \ +static_assert(sizeof(FEdgeToCreate) == 0x000020, "Wrong size on FEdgeToCreate"); \ +static_assert(offsetof(FEdgeToCreate, VertexID0) == 0x000000, "Member 'FEdgeToCreate::VertexID0' has a wrong offset!"); \ +static_assert(offsetof(FEdgeToCreate, VertexID1) == 0x000004, "Member 'FEdgeToCreate::VertexID1' has a wrong offset!"); \ +static_assert(offsetof(FEdgeToCreate, EdgeAttributes) == 0x000008, "Member 'FEdgeToCreate::EdgeAttributes' has a wrong offset!"); \ +static_assert(offsetof(FEdgeToCreate, OriginalEdgeID) == 0x000018, "Member 'FEdgeToCreate::OriginalEdgeID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVertexInstanceToCreate \ +static_assert(alignof(FVertexInstanceToCreate) == 0x000008, "Wrong alignment on FVertexInstanceToCreate"); \ +static_assert(sizeof(FVertexInstanceToCreate) == 0x000020, "Wrong size on FVertexInstanceToCreate"); \ +static_assert(offsetof(FVertexInstanceToCreate, VertexID) == 0x000000, "Member 'FVertexInstanceToCreate::VertexID' has a wrong offset!"); \ +static_assert(offsetof(FVertexInstanceToCreate, VertexInstanceAttributes) == 0x000008, "Member 'FVertexInstanceToCreate::VertexInstanceAttributes' has a wrong offset!"); \ +static_assert(offsetof(FVertexInstanceToCreate, OriginalVertexInstanceID) == 0x000018, "Member 'FVertexInstanceToCreate::OriginalVertexInstanceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVertexToCreate \ +static_assert(alignof(FVertexToCreate) == 0x000008, "Wrong alignment on FVertexToCreate"); \ +static_assert(sizeof(FVertexToCreate) == 0x000018, "Wrong size on FVertexToCreate"); \ +static_assert(offsetof(FVertexToCreate, VertexAttributes) == 0x000000, "Member 'FVertexToCreate::VertexAttributes' has a wrong offset!"); \ +static_assert(offsetof(FVertexToCreate, OriginalVertexID) == 0x000010, "Member 'FVertexToCreate::OriginalVertexID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubdividedQuadVertex \ +static_assert(alignof(FSubdividedQuadVertex) == 0x000004, "Wrong alignment on FSubdividedQuadVertex"); \ +static_assert(sizeof(FSubdividedQuadVertex) == 0x000034, "Wrong size on FSubdividedQuadVertex"); \ +static_assert(offsetof(FSubdividedQuadVertex, VertexPositionIndex) == 0x000000, "Member 'FSubdividedQuadVertex::VertexPositionIndex' has a wrong offset!"); \ +static_assert(offsetof(FSubdividedQuadVertex, TextureCoordinate0) == 0x000004, "Member 'FSubdividedQuadVertex::TextureCoordinate0' has a wrong offset!"); \ +static_assert(offsetof(FSubdividedQuadVertex, TextureCoordinate1) == 0x00000C, "Member 'FSubdividedQuadVertex::TextureCoordinate1' has a wrong offset!"); \ +static_assert(offsetof(FSubdividedQuadVertex, VertexColor) == 0x000014, "Member 'FSubdividedQuadVertex::VertexColor' has a wrong offset!"); \ +static_assert(offsetof(FSubdividedQuadVertex, VertexNormal) == 0x000018, "Member 'FSubdividedQuadVertex::VertexNormal' has a wrong offset!"); \ +static_assert(offsetof(FSubdividedQuadVertex, VertexTangent) == 0x000024, "Member 'FSubdividedQuadVertex::VertexTangent' has a wrong offset!"); \ +static_assert(offsetof(FSubdividedQuadVertex, VertexBinormalSign) == 0x000030, "Member 'FSubdividedQuadVertex::VertexBinormalSign' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubdividedQuad \ +static_assert(alignof(FSubdividedQuad) == 0x000004, "Wrong alignment on FSubdividedQuad"); \ +static_assert(sizeof(FSubdividedQuad) == 0x0000D0, "Wrong size on FSubdividedQuad"); \ +static_assert(offsetof(FSubdividedQuad, QuadVertex0) == 0x000000, "Member 'FSubdividedQuad::QuadVertex0' has a wrong offset!"); \ +static_assert(offsetof(FSubdividedQuad, QuadVertex1) == 0x000034, "Member 'FSubdividedQuad::QuadVertex1' has a wrong offset!"); \ +static_assert(offsetof(FSubdividedQuad, QuadVertex2) == 0x000068, "Member 'FSubdividedQuad::QuadVertex2' has a wrong offset!"); \ +static_assert(offsetof(FSubdividedQuad, QuadVertex3) == 0x00009C, "Member 'FSubdividedQuad::QuadVertex3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubdivisionLimitSection \ +static_assert(alignof(FSubdivisionLimitSection) == 0x000008, "Wrong alignment on FSubdivisionLimitSection"); \ +static_assert(sizeof(FSubdivisionLimitSection) == 0x000010, "Wrong size on FSubdivisionLimitSection"); \ +static_assert(offsetof(FSubdivisionLimitSection, SubdividedQuads) == 0x000000, "Member 'FSubdivisionLimitSection::SubdividedQuads' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubdividedWireEdge \ +static_assert(alignof(FSubdividedWireEdge) == 0x000004, "Wrong alignment on FSubdividedWireEdge"); \ +static_assert(sizeof(FSubdividedWireEdge) == 0x00000C, "Wrong size on FSubdividedWireEdge"); \ +static_assert(offsetof(FSubdividedWireEdge, EdgeVertex0PositionIndex) == 0x000000, "Member 'FSubdividedWireEdge::EdgeVertex0PositionIndex' has a wrong offset!"); \ +static_assert(offsetof(FSubdividedWireEdge, EdgeVertex1PositionIndex) == 0x000004, "Member 'FSubdividedWireEdge::EdgeVertex1PositionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubdivisionLimitData \ +static_assert(alignof(FSubdivisionLimitData) == 0x000008, "Wrong alignment on FSubdivisionLimitData"); \ +static_assert(sizeof(FSubdivisionLimitData) == 0x000030, "Wrong size on FSubdivisionLimitData"); \ +static_assert(offsetof(FSubdivisionLimitData, VertexPositions) == 0x000000, "Member 'FSubdivisionLimitData::VertexPositions' has a wrong offset!"); \ +static_assert(offsetof(FSubdivisionLimitData, Sections) == 0x000010, "Member 'FSubdivisionLimitData::Sections' has a wrong offset!"); \ +static_assert(offsetof(FSubdivisionLimitData, SubdividedWireEdges) == 0x000020, "Member 'FSubdivisionLimitData::SubdividedWireEdges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRenderingPolygonGroup \ +static_assert(alignof(FRenderingPolygonGroup) == 0x000008, "Wrong alignment on FRenderingPolygonGroup"); \ +static_assert(sizeof(FRenderingPolygonGroup) == 0x000048, "Wrong size on FRenderingPolygonGroup"); \ +static_assert(offsetof(FRenderingPolygonGroup, RenderingSectionIndex) == 0x000000, "Member 'FRenderingPolygonGroup::RenderingSectionIndex' has a wrong offset!"); \ +static_assert(offsetof(FRenderingPolygonGroup, MaterialIndex) == 0x000004, "Member 'FRenderingPolygonGroup::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(FRenderingPolygonGroup, MaxTriangles) == 0x000008, "Member 'FRenderingPolygonGroup::MaxTriangles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRenderingPolygon \ +static_assert(alignof(FRenderingPolygon) == 0x000008, "Wrong alignment on FRenderingPolygon"); \ +static_assert(sizeof(FRenderingPolygon) == 0x000018, "Wrong size on FRenderingPolygon"); \ +static_assert(offsetof(FRenderingPolygon, PolygonGroupID) == 0x000000, "Member 'FRenderingPolygon::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(FRenderingPolygon, TriangulatedPolygonTriangleIndices) == 0x000008, "Member 'FRenderingPolygon::TriangulatedPolygonTriangleIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableMeshAdapter \ +static_assert(alignof(UEditableMeshAdapter) == 0x000008, "Wrong alignment on UEditableMeshAdapter"); \ +static_assert(sizeof(UEditableMeshAdapter) == 0x000030, "Wrong size on UEditableMeshAdapter"); \ + +#define DUMPER7_ASSERTS_UEditableGeometryCollectionAdapter \ +static_assert(alignof(UEditableGeometryCollectionAdapter) == 0x000008, "Wrong alignment on UEditableGeometryCollectionAdapter"); \ +static_assert(sizeof(UEditableGeometryCollectionAdapter) == 0x0000E0, "Wrong size on UEditableGeometryCollectionAdapter"); \ +static_assert(offsetof(UEditableGeometryCollectionAdapter, GeometryCollection) == 0x000030, "Member 'UEditableGeometryCollectionAdapter::GeometryCollection' has a wrong offset!"); \ +static_assert(offsetof(UEditableGeometryCollectionAdapter, OriginalGeometryCollection) == 0x000038, "Member 'UEditableGeometryCollectionAdapter::OriginalGeometryCollection' has a wrong offset!"); \ +static_assert(offsetof(UEditableGeometryCollectionAdapter, GeometryCollectionLODIndex) == 0x000040, "Member 'UEditableGeometryCollectionAdapter::GeometryCollectionLODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_InvalidEdgeID \ +static_assert(alignof(EditableMesh_InvalidEdgeID) == 0x000004, "Wrong alignment on EditableMesh_InvalidEdgeID"); \ +static_assert(sizeof(EditableMesh_InvalidEdgeID) == 0x000004, "Wrong size on EditableMesh_InvalidEdgeID"); \ +static_assert(offsetof(EditableMesh_InvalidEdgeID, ReturnValue) == 0x000000, "Member 'EditableMesh_InvalidEdgeID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_InvalidPolygonGroupID \ +static_assert(alignof(EditableMesh_InvalidPolygonGroupID) == 0x000004, "Wrong alignment on EditableMesh_InvalidPolygonGroupID"); \ +static_assert(sizeof(EditableMesh_InvalidPolygonGroupID) == 0x000004, "Wrong size on EditableMesh_InvalidPolygonGroupID"); \ +static_assert(offsetof(EditableMesh_InvalidPolygonGroupID, ReturnValue) == 0x000000, "Member 'EditableMesh_InvalidPolygonGroupID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_InvalidPolygonID \ +static_assert(alignof(EditableMesh_InvalidPolygonID) == 0x000004, "Wrong alignment on EditableMesh_InvalidPolygonID"); \ +static_assert(sizeof(EditableMesh_InvalidPolygonID) == 0x000004, "Wrong size on EditableMesh_InvalidPolygonID"); \ +static_assert(offsetof(EditableMesh_InvalidPolygonID, ReturnValue) == 0x000000, "Member 'EditableMesh_InvalidPolygonID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_InvalidVertexID \ +static_assert(alignof(EditableMesh_InvalidVertexID) == 0x000004, "Wrong alignment on EditableMesh_InvalidVertexID"); \ +static_assert(sizeof(EditableMesh_InvalidVertexID) == 0x000004, "Wrong size on EditableMesh_InvalidVertexID"); \ +static_assert(offsetof(EditableMesh_InvalidVertexID, ReturnValue) == 0x000000, "Member 'EditableMesh_InvalidVertexID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_MakeEdgeID \ +static_assert(alignof(EditableMesh_MakeEdgeID) == 0x000004, "Wrong alignment on EditableMesh_MakeEdgeID"); \ +static_assert(sizeof(EditableMesh_MakeEdgeID) == 0x000008, "Wrong size on EditableMesh_MakeEdgeID"); \ +static_assert(offsetof(EditableMesh_MakeEdgeID, EdgeIndex) == 0x000000, "Member 'EditableMesh_MakeEdgeID::EdgeIndex' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_MakeEdgeID, ReturnValue) == 0x000004, "Member 'EditableMesh_MakeEdgeID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_MakePolygonGroupID \ +static_assert(alignof(EditableMesh_MakePolygonGroupID) == 0x000004, "Wrong alignment on EditableMesh_MakePolygonGroupID"); \ +static_assert(sizeof(EditableMesh_MakePolygonGroupID) == 0x000008, "Wrong size on EditableMesh_MakePolygonGroupID"); \ +static_assert(offsetof(EditableMesh_MakePolygonGroupID, PolygonGroupIndex) == 0x000000, "Member 'EditableMesh_MakePolygonGroupID::PolygonGroupIndex' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_MakePolygonGroupID, ReturnValue) == 0x000004, "Member 'EditableMesh_MakePolygonGroupID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_MakePolygonID \ +static_assert(alignof(EditableMesh_MakePolygonID) == 0x000004, "Wrong alignment on EditableMesh_MakePolygonID"); \ +static_assert(sizeof(EditableMesh_MakePolygonID) == 0x000008, "Wrong size on EditableMesh_MakePolygonID"); \ +static_assert(offsetof(EditableMesh_MakePolygonID, PolygonIndex) == 0x000000, "Member 'EditableMesh_MakePolygonID::PolygonIndex' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_MakePolygonID, ReturnValue) == 0x000004, "Member 'EditableMesh_MakePolygonID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_MakeVertexID \ +static_assert(alignof(EditableMesh_MakeVertexID) == 0x000004, "Wrong alignment on EditableMesh_MakeVertexID"); \ +static_assert(sizeof(EditableMesh_MakeVertexID) == 0x000008, "Wrong size on EditableMesh_MakeVertexID"); \ +static_assert(offsetof(EditableMesh_MakeVertexID, VertexIndex) == 0x000000, "Member 'EditableMesh_MakeVertexID::VertexIndex' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_MakeVertexID, ReturnValue) == 0x000004, "Member 'EditableMesh_MakeVertexID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_AssignPolygonsToPolygonGroups \ +static_assert(alignof(EditableMesh_AssignPolygonsToPolygonGroups) == 0x000008, "Wrong alignment on EditableMesh_AssignPolygonsToPolygonGroups"); \ +static_assert(sizeof(EditableMesh_AssignPolygonsToPolygonGroups) == 0x000018, "Wrong size on EditableMesh_AssignPolygonsToPolygonGroups"); \ +static_assert(offsetof(EditableMesh_AssignPolygonsToPolygonGroups, PolygonGroupForPolygons) == 0x000000, "Member 'EditableMesh_AssignPolygonsToPolygonGroups::PolygonGroupForPolygons' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_AssignPolygonsToPolygonGroups, bDeleteOrphanedPolygonGroups) == 0x000010, "Member 'EditableMesh_AssignPolygonsToPolygonGroups::bDeleteOrphanedPolygonGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_BevelPolygons \ +static_assert(alignof(EditableMesh_BevelPolygons) == 0x000008, "Wrong alignment on EditableMesh_BevelPolygons"); \ +static_assert(sizeof(EditableMesh_BevelPolygons) == 0x000038, "Wrong size on EditableMesh_BevelPolygons"); \ +static_assert(offsetof(EditableMesh_BevelPolygons, PolygonIDs) == 0x000000, "Member 'EditableMesh_BevelPolygons::PolygonIDs' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_BevelPolygons, BevelFixedDistance) == 0x000010, "Member 'EditableMesh_BevelPolygons::BevelFixedDistance' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_BevelPolygons, BevelProgressTowardCenter) == 0x000014, "Member 'EditableMesh_BevelPolygons::BevelProgressTowardCenter' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_BevelPolygons, OutNewCenterPolygonIDs) == 0x000018, "Member 'EditableMesh_BevelPolygons::OutNewCenterPolygonIDs' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_BevelPolygons, OutNewSidePolygonIDs) == 0x000028, "Member 'EditableMesh_BevelPolygons::OutNewSidePolygonIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_ChangePolygonsVertexInstances \ +static_assert(alignof(EditableMesh_ChangePolygonsVertexInstances) == 0x000008, "Wrong alignment on EditableMesh_ChangePolygonsVertexInstances"); \ +static_assert(sizeof(EditableMesh_ChangePolygonsVertexInstances) == 0x000010, "Wrong size on EditableMesh_ChangePolygonsVertexInstances"); \ +static_assert(offsetof(EditableMesh_ChangePolygonsVertexInstances, VertexInstancesForPolygons) == 0x000000, "Member 'EditableMesh_ChangePolygonsVertexInstances::VertexInstancesForPolygons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_CommitInstance \ +static_assert(alignof(EditableMesh_CommitInstance) == 0x000008, "Wrong alignment on EditableMesh_CommitInstance"); \ +static_assert(sizeof(EditableMesh_CommitInstance) == 0x000010, "Wrong size on EditableMesh_CommitInstance"); \ +static_assert(offsetof(EditableMesh_CommitInstance, ComponentToInstanceTo) == 0x000000, "Member 'EditableMesh_CommitInstance::ComponentToInstanceTo' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_CommitInstance, ReturnValue) == 0x000008, "Member 'EditableMesh_CommitInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_CreateEdges \ +static_assert(alignof(EditableMesh_CreateEdges) == 0x000008, "Wrong alignment on EditableMesh_CreateEdges"); \ +static_assert(sizeof(EditableMesh_CreateEdges) == 0x000020, "Wrong size on EditableMesh_CreateEdges"); \ +static_assert(offsetof(EditableMesh_CreateEdges, EdgesToCreate) == 0x000000, "Member 'EditableMesh_CreateEdges::EdgesToCreate' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_CreateEdges, OutNewEdgeIDs) == 0x000010, "Member 'EditableMesh_CreateEdges::OutNewEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_CreateEmptyVertexRange \ +static_assert(alignof(EditableMesh_CreateEmptyVertexRange) == 0x000008, "Wrong alignment on EditableMesh_CreateEmptyVertexRange"); \ +static_assert(sizeof(EditableMesh_CreateEmptyVertexRange) == 0x000018, "Wrong size on EditableMesh_CreateEmptyVertexRange"); \ +static_assert(offsetof(EditableMesh_CreateEmptyVertexRange, NumVerticesToCreate) == 0x000000, "Member 'EditableMesh_CreateEmptyVertexRange::NumVerticesToCreate' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_CreateEmptyVertexRange, OutNewVertexIDs) == 0x000008, "Member 'EditableMesh_CreateEmptyVertexRange::OutNewVertexIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_CreateMissingPolygonPerimeterEdges \ +static_assert(alignof(EditableMesh_CreateMissingPolygonPerimeterEdges) == 0x000008, "Wrong alignment on EditableMesh_CreateMissingPolygonPerimeterEdges"); \ +static_assert(sizeof(EditableMesh_CreateMissingPolygonPerimeterEdges) == 0x000018, "Wrong size on EditableMesh_CreateMissingPolygonPerimeterEdges"); \ +static_assert(offsetof(EditableMesh_CreateMissingPolygonPerimeterEdges, PolygonID) == 0x000000, "Member 'EditableMesh_CreateMissingPolygonPerimeterEdges::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_CreateMissingPolygonPerimeterEdges, OutNewEdgeIDs) == 0x000008, "Member 'EditableMesh_CreateMissingPolygonPerimeterEdges::OutNewEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_CreatePolygonGroups \ +static_assert(alignof(EditableMesh_CreatePolygonGroups) == 0x000008, "Wrong alignment on EditableMesh_CreatePolygonGroups"); \ +static_assert(sizeof(EditableMesh_CreatePolygonGroups) == 0x000020, "Wrong size on EditableMesh_CreatePolygonGroups"); \ +static_assert(offsetof(EditableMesh_CreatePolygonGroups, PolygonGroupsToCreate) == 0x000000, "Member 'EditableMesh_CreatePolygonGroups::PolygonGroupsToCreate' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_CreatePolygonGroups, OutNewPolygonGroupIDs) == 0x000010, "Member 'EditableMesh_CreatePolygonGroups::OutNewPolygonGroupIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_CreatePolygons \ +static_assert(alignof(EditableMesh_CreatePolygons) == 0x000008, "Wrong alignment on EditableMesh_CreatePolygons"); \ +static_assert(sizeof(EditableMesh_CreatePolygons) == 0x000030, "Wrong size on EditableMesh_CreatePolygons"); \ +static_assert(offsetof(EditableMesh_CreatePolygons, PolygonsToCreate) == 0x000000, "Member 'EditableMesh_CreatePolygons::PolygonsToCreate' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_CreatePolygons, OutNewPolygonIDs) == 0x000010, "Member 'EditableMesh_CreatePolygons::OutNewPolygonIDs' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_CreatePolygons, OutNewEdgeIDs) == 0x000020, "Member 'EditableMesh_CreatePolygons::OutNewEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_CreateVertexInstances \ +static_assert(alignof(EditableMesh_CreateVertexInstances) == 0x000008, "Wrong alignment on EditableMesh_CreateVertexInstances"); \ +static_assert(sizeof(EditableMesh_CreateVertexInstances) == 0x000020, "Wrong size on EditableMesh_CreateVertexInstances"); \ +static_assert(offsetof(EditableMesh_CreateVertexInstances, VertexInstancesToCreate) == 0x000000, "Member 'EditableMesh_CreateVertexInstances::VertexInstancesToCreate' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_CreateVertexInstances, OutNewVertexInstanceIDs) == 0x000010, "Member 'EditableMesh_CreateVertexInstances::OutNewVertexInstanceIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_CreateVertices \ +static_assert(alignof(EditableMesh_CreateVertices) == 0x000008, "Wrong alignment on EditableMesh_CreateVertices"); \ +static_assert(sizeof(EditableMesh_CreateVertices) == 0x000020, "Wrong size on EditableMesh_CreateVertices"); \ +static_assert(offsetof(EditableMesh_CreateVertices, VerticesToCreate) == 0x000000, "Member 'EditableMesh_CreateVertices::VerticesToCreate' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_CreateVertices, OutNewVertexIDs) == 0x000010, "Member 'EditableMesh_CreateVertices::OutNewVertexIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_DeleteEdgeAndConnectedPolygons \ +static_assert(alignof(EditableMesh_DeleteEdgeAndConnectedPolygons) == 0x000004, "Wrong alignment on EditableMesh_DeleteEdgeAndConnectedPolygons"); \ +static_assert(sizeof(EditableMesh_DeleteEdgeAndConnectedPolygons) == 0x000008, "Wrong size on EditableMesh_DeleteEdgeAndConnectedPolygons"); \ +static_assert(offsetof(EditableMesh_DeleteEdgeAndConnectedPolygons, EdgeID) == 0x000000, "Member 'EditableMesh_DeleteEdgeAndConnectedPolygons::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_DeleteEdgeAndConnectedPolygons, bDeleteOrphanedEdges) == 0x000004, "Member 'EditableMesh_DeleteEdgeAndConnectedPolygons::bDeleteOrphanedEdges' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_DeleteEdgeAndConnectedPolygons, bDeleteOrphanedVertices) == 0x000005, "Member 'EditableMesh_DeleteEdgeAndConnectedPolygons::bDeleteOrphanedVertices' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_DeleteEdgeAndConnectedPolygons, bDeleteOrphanedVertexInstances) == 0x000006, "Member 'EditableMesh_DeleteEdgeAndConnectedPolygons::bDeleteOrphanedVertexInstances' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_DeleteEdgeAndConnectedPolygons, bDeleteEmptyPolygonGroups) == 0x000007, "Member 'EditableMesh_DeleteEdgeAndConnectedPolygons::bDeleteEmptyPolygonGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_DeleteEdges \ +static_assert(alignof(EditableMesh_DeleteEdges) == 0x000008, "Wrong alignment on EditableMesh_DeleteEdges"); \ +static_assert(sizeof(EditableMesh_DeleteEdges) == 0x000018, "Wrong size on EditableMesh_DeleteEdges"); \ +static_assert(offsetof(EditableMesh_DeleteEdges, EdgeIDsToDelete) == 0x000000, "Member 'EditableMesh_DeleteEdges::EdgeIDsToDelete' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_DeleteEdges, bDeleteOrphanedVertices) == 0x000010, "Member 'EditableMesh_DeleteEdges::bDeleteOrphanedVertices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_DeleteOrphanVertices \ +static_assert(alignof(EditableMesh_DeleteOrphanVertices) == 0x000008, "Wrong alignment on EditableMesh_DeleteOrphanVertices"); \ +static_assert(sizeof(EditableMesh_DeleteOrphanVertices) == 0x000010, "Wrong size on EditableMesh_DeleteOrphanVertices"); \ +static_assert(offsetof(EditableMesh_DeleteOrphanVertices, VertexIDsToDelete) == 0x000000, "Member 'EditableMesh_DeleteOrphanVertices::VertexIDsToDelete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_DeletePolygonGroups \ +static_assert(alignof(EditableMesh_DeletePolygonGroups) == 0x000008, "Wrong alignment on EditableMesh_DeletePolygonGroups"); \ +static_assert(sizeof(EditableMesh_DeletePolygonGroups) == 0x000010, "Wrong size on EditableMesh_DeletePolygonGroups"); \ +static_assert(offsetof(EditableMesh_DeletePolygonGroups, PolygonGroupIDs) == 0x000000, "Member 'EditableMesh_DeletePolygonGroups::PolygonGroupIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_DeletePolygons \ +static_assert(alignof(EditableMesh_DeletePolygons) == 0x000008, "Wrong alignment on EditableMesh_DeletePolygons"); \ +static_assert(sizeof(EditableMesh_DeletePolygons) == 0x000018, "Wrong size on EditableMesh_DeletePolygons"); \ +static_assert(offsetof(EditableMesh_DeletePolygons, PolygonIDsToDelete) == 0x000000, "Member 'EditableMesh_DeletePolygons::PolygonIDsToDelete' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_DeletePolygons, bDeleteOrphanedEdges) == 0x000010, "Member 'EditableMesh_DeletePolygons::bDeleteOrphanedEdges' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_DeletePolygons, bDeleteOrphanedVertices) == 0x000011, "Member 'EditableMesh_DeletePolygons::bDeleteOrphanedVertices' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_DeletePolygons, bDeleteOrphanedVertexInstances) == 0x000012, "Member 'EditableMesh_DeletePolygons::bDeleteOrphanedVertexInstances' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_DeletePolygons, bDeleteEmptyPolygonGroups) == 0x000013, "Member 'EditableMesh_DeletePolygons::bDeleteEmptyPolygonGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons \ +static_assert(alignof(EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons) == 0x000004, "Wrong alignment on EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons"); \ +static_assert(sizeof(EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons) == 0x000008, "Wrong size on EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons"); \ +static_assert(offsetof(EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons, VertexID) == 0x000000, "Member 'EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons::VertexID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons, bDeleteOrphanedEdges) == 0x000004, "Member 'EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons::bDeleteOrphanedEdges' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons, bDeleteOrphanedVertices) == 0x000005, "Member 'EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons::bDeleteOrphanedVertices' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons, bDeleteOrphanedVertexInstances) == 0x000006, "Member 'EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons::bDeleteOrphanedVertexInstances' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons, bDeleteEmptyPolygonGroups) == 0x000007, "Member 'EditableMesh_DeleteVertexAndConnectedEdgesAndPolygons::bDeleteEmptyPolygonGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_DeleteVertexInstances \ +static_assert(alignof(EditableMesh_DeleteVertexInstances) == 0x000008, "Wrong alignment on EditableMesh_DeleteVertexInstances"); \ +static_assert(sizeof(EditableMesh_DeleteVertexInstances) == 0x000018, "Wrong size on EditableMesh_DeleteVertexInstances"); \ +static_assert(offsetof(EditableMesh_DeleteVertexInstances, VertexInstanceIDsToDelete) == 0x000000, "Member 'EditableMesh_DeleteVertexInstances::VertexInstanceIDsToDelete' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_DeleteVertexInstances, bDeleteOrphanedVertices) == 0x000010, "Member 'EditableMesh_DeleteVertexInstances::bDeleteOrphanedVertices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_EndModification \ +static_assert(alignof(EditableMesh_EndModification) == 0x000001, "Wrong alignment on EditableMesh_EndModification"); \ +static_assert(sizeof(EditableMesh_EndModification) == 0x000001, "Wrong size on EditableMesh_EndModification"); \ +static_assert(offsetof(EditableMesh_EndModification, bFromUndo) == 0x000000, "Member 'EditableMesh_EndModification::bFromUndo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_ExtendEdges \ +static_assert(alignof(EditableMesh_ExtendEdges) == 0x000008, "Wrong alignment on EditableMesh_ExtendEdges"); \ +static_assert(sizeof(EditableMesh_ExtendEdges) == 0x000028, "Wrong size on EditableMesh_ExtendEdges"); \ +static_assert(offsetof(EditableMesh_ExtendEdges, EdgeIDs) == 0x000000, "Member 'EditableMesh_ExtendEdges::EdgeIDs' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_ExtendEdges, bWeldNeighbors) == 0x000010, "Member 'EditableMesh_ExtendEdges::bWeldNeighbors' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_ExtendEdges, OutNewExtendedEdgeIDs) == 0x000018, "Member 'EditableMesh_ExtendEdges::OutNewExtendedEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_ExtendVertices \ +static_assert(alignof(EditableMesh_ExtendVertices) == 0x000008, "Wrong alignment on EditableMesh_ExtendVertices"); \ +static_assert(sizeof(EditableMesh_ExtendVertices) == 0x000030, "Wrong size on EditableMesh_ExtendVertices"); \ +static_assert(offsetof(EditableMesh_ExtendVertices, VertexIDs) == 0x000000, "Member 'EditableMesh_ExtendVertices::VertexIDs' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_ExtendVertices, bOnlyExtendClosestEdge) == 0x000010, "Member 'EditableMesh_ExtendVertices::bOnlyExtendClosestEdge' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_ExtendVertices, ReferencePosition) == 0x000014, "Member 'EditableMesh_ExtendVertices::ReferencePosition' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_ExtendVertices, OutNewExtendedVertexIDs) == 0x000020, "Member 'EditableMesh_ExtendVertices::OutNewExtendedVertexIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_ExtrudePolygons \ +static_assert(alignof(EditableMesh_ExtrudePolygons) == 0x000008, "Wrong alignment on EditableMesh_ExtrudePolygons"); \ +static_assert(sizeof(EditableMesh_ExtrudePolygons) == 0x000028, "Wrong size on EditableMesh_ExtrudePolygons"); \ +static_assert(offsetof(EditableMesh_ExtrudePolygons, Polygons) == 0x000000, "Member 'EditableMesh_ExtrudePolygons::Polygons' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_ExtrudePolygons, ExtrudeDistance) == 0x000010, "Member 'EditableMesh_ExtrudePolygons::ExtrudeDistance' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_ExtrudePolygons, bKeepNeighborsTogether) == 0x000014, "Member 'EditableMesh_ExtrudePolygons::bKeepNeighborsTogether' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_ExtrudePolygons, OutNewExtrudedFrontPolygons) == 0x000018, "Member 'EditableMesh_ExtrudePolygons::OutNewExtrudedFrontPolygons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_FlipPolygons \ +static_assert(alignof(EditableMesh_FlipPolygons) == 0x000008, "Wrong alignment on EditableMesh_FlipPolygons"); \ +static_assert(sizeof(EditableMesh_FlipPolygons) == 0x000010, "Wrong size on EditableMesh_FlipPolygons"); \ +static_assert(offsetof(EditableMesh_FlipPolygons, PolygonIDs) == 0x000000, "Member 'EditableMesh_FlipPolygons::PolygonIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GeneratePolygonTangentsAndNormals \ +static_assert(alignof(EditableMesh_GeneratePolygonTangentsAndNormals) == 0x000008, "Wrong alignment on EditableMesh_GeneratePolygonTangentsAndNormals"); \ +static_assert(sizeof(EditableMesh_GeneratePolygonTangentsAndNormals) == 0x000010, "Wrong size on EditableMesh_GeneratePolygonTangentsAndNormals"); \ +static_assert(offsetof(EditableMesh_GeneratePolygonTangentsAndNormals, PolygonIDs) == 0x000000, "Member 'EditableMesh_GeneratePolygonTangentsAndNormals::PolygonIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_InsertEdgeLoop \ +static_assert(alignof(EditableMesh_InsertEdgeLoop) == 0x000008, "Wrong alignment on EditableMesh_InsertEdgeLoop"); \ +static_assert(sizeof(EditableMesh_InsertEdgeLoop) == 0x000028, "Wrong size on EditableMesh_InsertEdgeLoop"); \ +static_assert(offsetof(EditableMesh_InsertEdgeLoop, EdgeID) == 0x000000, "Member 'EditableMesh_InsertEdgeLoop::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_InsertEdgeLoop, Splits) == 0x000008, "Member 'EditableMesh_InsertEdgeLoop::Splits' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_InsertEdgeLoop, OutNewEdgeIDs) == 0x000018, "Member 'EditableMesh_InsertEdgeLoop::OutNewEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_InsetPolygons \ +static_assert(alignof(EditableMesh_InsetPolygons) == 0x000008, "Wrong alignment on EditableMesh_InsetPolygons"); \ +static_assert(sizeof(EditableMesh_InsetPolygons) == 0x000040, "Wrong size on EditableMesh_InsetPolygons"); \ +static_assert(offsetof(EditableMesh_InsetPolygons, PolygonIDs) == 0x000000, "Member 'EditableMesh_InsetPolygons::PolygonIDs' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_InsetPolygons, InsetFixedDistance) == 0x000010, "Member 'EditableMesh_InsetPolygons::InsetFixedDistance' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_InsetPolygons, InsetProgressTowardCenter) == 0x000014, "Member 'EditableMesh_InsetPolygons::InsetProgressTowardCenter' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_InsetPolygons, Mode) == 0x000018, "Member 'EditableMesh_InsetPolygons::Mode' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_InsetPolygons, OutNewCenterPolygonIDs) == 0x000020, "Member 'EditableMesh_InsetPolygons::OutNewCenterPolygonIDs' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_InsetPolygons, OutNewSidePolygonIDs) == 0x000030, "Member 'EditableMesh_InsetPolygons::OutNewSidePolygonIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_MoveVertices \ +static_assert(alignof(EditableMesh_MoveVertices) == 0x000008, "Wrong alignment on EditableMesh_MoveVertices"); \ +static_assert(sizeof(EditableMesh_MoveVertices) == 0x000010, "Wrong size on EditableMesh_MoveVertices"); \ +static_assert(offsetof(EditableMesh_MoveVertices, VerticesToMove) == 0x000000, "Member 'EditableMesh_MoveVertices::VerticesToMove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_QuadrangulateMesh \ +static_assert(alignof(EditableMesh_QuadrangulateMesh) == 0x000008, "Wrong alignment on EditableMesh_QuadrangulateMesh"); \ +static_assert(sizeof(EditableMesh_QuadrangulateMesh) == 0x000010, "Wrong size on EditableMesh_QuadrangulateMesh"); \ +static_assert(offsetof(EditableMesh_QuadrangulateMesh, OutNewPolygonIDs) == 0x000000, "Member 'EditableMesh_QuadrangulateMesh::OutNewPolygonIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_RevertInstance \ +static_assert(alignof(EditableMesh_RevertInstance) == 0x000008, "Wrong alignment on EditableMesh_RevertInstance"); \ +static_assert(sizeof(EditableMesh_RevertInstance) == 0x000008, "Wrong size on EditableMesh_RevertInstance"); \ +static_assert(offsetof(EditableMesh_RevertInstance, ReturnValue) == 0x000000, "Member 'EditableMesh_RevertInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_SetAllowCompact \ +static_assert(alignof(EditableMesh_SetAllowCompact) == 0x000001, "Wrong alignment on EditableMesh_SetAllowCompact"); \ +static_assert(sizeof(EditableMesh_SetAllowCompact) == 0x000001, "Wrong size on EditableMesh_SetAllowCompact"); \ +static_assert(offsetof(EditableMesh_SetAllowCompact, bInAllowCompact) == 0x000000, "Member 'EditableMesh_SetAllowCompact::bInAllowCompact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_SetAllowSpatialDatabase \ +static_assert(alignof(EditableMesh_SetAllowSpatialDatabase) == 0x000001, "Wrong alignment on EditableMesh_SetAllowSpatialDatabase"); \ +static_assert(sizeof(EditableMesh_SetAllowSpatialDatabase) == 0x000001, "Wrong size on EditableMesh_SetAllowSpatialDatabase"); \ +static_assert(offsetof(EditableMesh_SetAllowSpatialDatabase, bInAllowSpatialDatabase) == 0x000000, "Member 'EditableMesh_SetAllowSpatialDatabase::bInAllowSpatialDatabase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_SetAllowUndo \ +static_assert(alignof(EditableMesh_SetAllowUndo) == 0x000001, "Wrong alignment on EditableMesh_SetAllowUndo"); \ +static_assert(sizeof(EditableMesh_SetAllowUndo) == 0x000001, "Wrong size on EditableMesh_SetAllowUndo"); \ +static_assert(offsetof(EditableMesh_SetAllowUndo, bInAllowUndo) == 0x000000, "Member 'EditableMesh_SetAllowUndo::bInAllowUndo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_SetEdgesAttributes \ +static_assert(alignof(EditableMesh_SetEdgesAttributes) == 0x000008, "Wrong alignment on EditableMesh_SetEdgesAttributes"); \ +static_assert(sizeof(EditableMesh_SetEdgesAttributes) == 0x000010, "Wrong size on EditableMesh_SetEdgesAttributes"); \ +static_assert(offsetof(EditableMesh_SetEdgesAttributes, AttributesForEdges) == 0x000000, "Member 'EditableMesh_SetEdgesAttributes::AttributesForEdges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_SetEdgesCreaseSharpness \ +static_assert(alignof(EditableMesh_SetEdgesCreaseSharpness) == 0x000008, "Wrong alignment on EditableMesh_SetEdgesCreaseSharpness"); \ +static_assert(sizeof(EditableMesh_SetEdgesCreaseSharpness) == 0x000020, "Wrong size on EditableMesh_SetEdgesCreaseSharpness"); \ +static_assert(offsetof(EditableMesh_SetEdgesCreaseSharpness, EdgeIDs) == 0x000000, "Member 'EditableMesh_SetEdgesCreaseSharpness::EdgeIDs' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_SetEdgesCreaseSharpness, EdgesNewCreaseSharpness) == 0x000010, "Member 'EditableMesh_SetEdgesCreaseSharpness::EdgesNewCreaseSharpness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_SetEdgesHardness \ +static_assert(alignof(EditableMesh_SetEdgesHardness) == 0x000008, "Wrong alignment on EditableMesh_SetEdgesHardness"); \ +static_assert(sizeof(EditableMesh_SetEdgesHardness) == 0x000020, "Wrong size on EditableMesh_SetEdgesHardness"); \ +static_assert(offsetof(EditableMesh_SetEdgesHardness, EdgeIDs) == 0x000000, "Member 'EditableMesh_SetEdgesHardness::EdgeIDs' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_SetEdgesHardness, EdgesNewIsHard) == 0x000010, "Member 'EditableMesh_SetEdgesHardness::EdgesNewIsHard' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_SetEdgesHardnessAutomatically \ +static_assert(alignof(EditableMesh_SetEdgesHardnessAutomatically) == 0x000008, "Wrong alignment on EditableMesh_SetEdgesHardnessAutomatically"); \ +static_assert(sizeof(EditableMesh_SetEdgesHardnessAutomatically) == 0x000018, "Wrong size on EditableMesh_SetEdgesHardnessAutomatically"); \ +static_assert(offsetof(EditableMesh_SetEdgesHardnessAutomatically, EdgeIDs) == 0x000000, "Member 'EditableMesh_SetEdgesHardnessAutomatically::EdgeIDs' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_SetEdgesHardnessAutomatically, MaxDotProductForSoftEdge) == 0x000010, "Member 'EditableMesh_SetEdgesHardnessAutomatically::MaxDotProductForSoftEdge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_SetPolygonsVertexAttributes \ +static_assert(alignof(EditableMesh_SetPolygonsVertexAttributes) == 0x000008, "Wrong alignment on EditableMesh_SetPolygonsVertexAttributes"); \ +static_assert(sizeof(EditableMesh_SetPolygonsVertexAttributes) == 0x000010, "Wrong size on EditableMesh_SetPolygonsVertexAttributes"); \ +static_assert(offsetof(EditableMesh_SetPolygonsVertexAttributes, VertexAttributesForPolygons) == 0x000000, "Member 'EditableMesh_SetPolygonsVertexAttributes::VertexAttributesForPolygons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_SetSubdivisionCount \ +static_assert(alignof(EditableMesh_SetSubdivisionCount) == 0x000004, "Wrong alignment on EditableMesh_SetSubdivisionCount"); \ +static_assert(sizeof(EditableMesh_SetSubdivisionCount) == 0x000004, "Wrong size on EditableMesh_SetSubdivisionCount"); \ +static_assert(offsetof(EditableMesh_SetSubdivisionCount, NewSubdivisionCount) == 0x000000, "Member 'EditableMesh_SetSubdivisionCount::NewSubdivisionCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_SetTextureCoordinateCount \ +static_assert(alignof(EditableMesh_SetTextureCoordinateCount) == 0x000004, "Wrong alignment on EditableMesh_SetTextureCoordinateCount"); \ +static_assert(sizeof(EditableMesh_SetTextureCoordinateCount) == 0x000004, "Wrong size on EditableMesh_SetTextureCoordinateCount"); \ +static_assert(offsetof(EditableMesh_SetTextureCoordinateCount, NumTexCoords) == 0x000000, "Member 'EditableMesh_SetTextureCoordinateCount::NumTexCoords' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_SetVertexInstancesAttributes \ +static_assert(alignof(EditableMesh_SetVertexInstancesAttributes) == 0x000008, "Wrong alignment on EditableMesh_SetVertexInstancesAttributes"); \ +static_assert(sizeof(EditableMesh_SetVertexInstancesAttributes) == 0x000010, "Wrong size on EditableMesh_SetVertexInstancesAttributes"); \ +static_assert(offsetof(EditableMesh_SetVertexInstancesAttributes, AttributesForVertexInstances) == 0x000000, "Member 'EditableMesh_SetVertexInstancesAttributes::AttributesForVertexInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_SetVerticesAttributes \ +static_assert(alignof(EditableMesh_SetVerticesAttributes) == 0x000008, "Wrong alignment on EditableMesh_SetVerticesAttributes"); \ +static_assert(sizeof(EditableMesh_SetVerticesAttributes) == 0x000010, "Wrong size on EditableMesh_SetVerticesAttributes"); \ +static_assert(offsetof(EditableMesh_SetVerticesAttributes, AttributesForVertices) == 0x000000, "Member 'EditableMesh_SetVerticesAttributes::AttributesForVertices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_SetVerticesCornerSharpness \ +static_assert(alignof(EditableMesh_SetVerticesCornerSharpness) == 0x000008, "Wrong alignment on EditableMesh_SetVerticesCornerSharpness"); \ +static_assert(sizeof(EditableMesh_SetVerticesCornerSharpness) == 0x000020, "Wrong size on EditableMesh_SetVerticesCornerSharpness"); \ +static_assert(offsetof(EditableMesh_SetVerticesCornerSharpness, VertexIDs) == 0x000000, "Member 'EditableMesh_SetVerticesCornerSharpness::VertexIDs' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_SetVerticesCornerSharpness, VerticesNewCornerSharpness) == 0x000010, "Member 'EditableMesh_SetVerticesCornerSharpness::VerticesNewCornerSharpness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_SplitEdge \ +static_assert(alignof(EditableMesh_SplitEdge) == 0x000008, "Wrong alignment on EditableMesh_SplitEdge"); \ +static_assert(sizeof(EditableMesh_SplitEdge) == 0x000028, "Wrong size on EditableMesh_SplitEdge"); \ +static_assert(offsetof(EditableMesh_SplitEdge, EdgeID) == 0x000000, "Member 'EditableMesh_SplitEdge::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_SplitEdge, Splits) == 0x000008, "Member 'EditableMesh_SplitEdge::Splits' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_SplitEdge, OutNewVertexIDs) == 0x000018, "Member 'EditableMesh_SplitEdge::OutNewVertexIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_SplitPolygonalMesh \ +static_assert(alignof(EditableMesh_SplitPolygonalMesh) == 0x000010, "Wrong alignment on EditableMesh_SplitPolygonalMesh"); \ +static_assert(sizeof(EditableMesh_SplitPolygonalMesh) == 0x000040, "Wrong size on EditableMesh_SplitPolygonalMesh"); \ +static_assert(offsetof(EditableMesh_SplitPolygonalMesh, InPlane) == 0x000000, "Member 'EditableMesh_SplitPolygonalMesh::InPlane' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_SplitPolygonalMesh, PolygonIDs1) == 0x000010, "Member 'EditableMesh_SplitPolygonalMesh::PolygonIDs1' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_SplitPolygonalMesh, PolygonIDs2) == 0x000020, "Member 'EditableMesh_SplitPolygonalMesh::PolygonIDs2' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_SplitPolygonalMesh, BoundaryIDs) == 0x000030, "Member 'EditableMesh_SplitPolygonalMesh::BoundaryIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_SplitPolygons \ +static_assert(alignof(EditableMesh_SplitPolygons) == 0x000008, "Wrong alignment on EditableMesh_SplitPolygons"); \ +static_assert(sizeof(EditableMesh_SplitPolygons) == 0x000020, "Wrong size on EditableMesh_SplitPolygons"); \ +static_assert(offsetof(EditableMesh_SplitPolygons, PolygonsToSplit) == 0x000000, "Member 'EditableMesh_SplitPolygons::PolygonsToSplit' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_SplitPolygons, OutNewEdgeIDs) == 0x000010, "Member 'EditableMesh_SplitPolygons::OutNewEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_StartModification \ +static_assert(alignof(EditableMesh_StartModification) == 0x000001, "Wrong alignment on EditableMesh_StartModification"); \ +static_assert(sizeof(EditableMesh_StartModification) == 0x000002, "Wrong size on EditableMesh_StartModification"); \ +static_assert(offsetof(EditableMesh_StartModification, MeshModificationType) == 0x000000, "Member 'EditableMesh_StartModification::MeshModificationType' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_StartModification, MeshTopologyChange) == 0x000001, "Member 'EditableMesh_StartModification::MeshTopologyChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_TessellatePolygons \ +static_assert(alignof(EditableMesh_TessellatePolygons) == 0x000008, "Wrong alignment on EditableMesh_TessellatePolygons"); \ +static_assert(sizeof(EditableMesh_TessellatePolygons) == 0x000028, "Wrong size on EditableMesh_TessellatePolygons"); \ +static_assert(offsetof(EditableMesh_TessellatePolygons, PolygonIDs) == 0x000000, "Member 'EditableMesh_TessellatePolygons::PolygonIDs' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_TessellatePolygons, TriangleTessellationMode) == 0x000010, "Member 'EditableMesh_TessellatePolygons::TriangleTessellationMode' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_TessellatePolygons, OutNewPolygonIDs) == 0x000018, "Member 'EditableMesh_TessellatePolygons::OutNewPolygonIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_TriangulatePolygons \ +static_assert(alignof(EditableMesh_TriangulatePolygons) == 0x000008, "Wrong alignment on EditableMesh_TriangulatePolygons"); \ +static_assert(sizeof(EditableMesh_TriangulatePolygons) == 0x000020, "Wrong size on EditableMesh_TriangulatePolygons"); \ +static_assert(offsetof(EditableMesh_TriangulatePolygons, PolygonIDs) == 0x000000, "Member 'EditableMesh_TriangulatePolygons::PolygonIDs' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_TriangulatePolygons, OutNewTrianglePolygons) == 0x000010, "Member 'EditableMesh_TriangulatePolygons::OutNewTrianglePolygons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_TryToRemovePolygonEdge \ +static_assert(alignof(EditableMesh_TryToRemovePolygonEdge) == 0x000004, "Wrong alignment on EditableMesh_TryToRemovePolygonEdge"); \ +static_assert(sizeof(EditableMesh_TryToRemovePolygonEdge) == 0x00000C, "Wrong size on EditableMesh_TryToRemovePolygonEdge"); \ +static_assert(offsetof(EditableMesh_TryToRemovePolygonEdge, EdgeID) == 0x000000, "Member 'EditableMesh_TryToRemovePolygonEdge::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_TryToRemovePolygonEdge, bOutWasEdgeRemoved) == 0x000004, "Member 'EditableMesh_TryToRemovePolygonEdge::bOutWasEdgeRemoved' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_TryToRemovePolygonEdge, OutNewPolygonID) == 0x000008, "Member 'EditableMesh_TryToRemovePolygonEdge::OutNewPolygonID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_TryToRemoveVertex \ +static_assert(alignof(EditableMesh_TryToRemoveVertex) == 0x000004, "Wrong alignment on EditableMesh_TryToRemoveVertex"); \ +static_assert(sizeof(EditableMesh_TryToRemoveVertex) == 0x00000C, "Wrong size on EditableMesh_TryToRemoveVertex"); \ +static_assert(offsetof(EditableMesh_TryToRemoveVertex, VertexID) == 0x000000, "Member 'EditableMesh_TryToRemoveVertex::VertexID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_TryToRemoveVertex, bOutWasVertexRemoved) == 0x000004, "Member 'EditableMesh_TryToRemoveVertex::bOutWasVertexRemoved' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_TryToRemoveVertex, OutNewEdgeID) == 0x000008, "Member 'EditableMesh_TryToRemoveVertex::OutNewEdgeID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_WeldVertices \ +static_assert(alignof(EditableMesh_WeldVertices) == 0x000008, "Wrong alignment on EditableMesh_WeldVertices"); \ +static_assert(sizeof(EditableMesh_WeldVertices) == 0x000018, "Wrong size on EditableMesh_WeldVertices"); \ +static_assert(offsetof(EditableMesh_WeldVertices, VertexIDs) == 0x000000, "Member 'EditableMesh_WeldVertices::VertexIDs' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_WeldVertices, OutNewVertexID) == 0x000010, "Member 'EditableMesh_WeldVertices::OutNewVertexID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_AnyChangesToUndo \ +static_assert(alignof(EditableMesh_AnyChangesToUndo) == 0x000001, "Wrong alignment on EditableMesh_AnyChangesToUndo"); \ +static_assert(sizeof(EditableMesh_AnyChangesToUndo) == 0x000001, "Wrong size on EditableMesh_AnyChangesToUndo"); \ +static_assert(offsetof(EditableMesh_AnyChangesToUndo, ReturnValue) == 0x000000, "Member 'EditableMesh_AnyChangesToUndo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_ComputeBoundingBox \ +static_assert(alignof(EditableMesh_ComputeBoundingBox) == 0x000004, "Wrong alignment on EditableMesh_ComputeBoundingBox"); \ +static_assert(sizeof(EditableMesh_ComputeBoundingBox) == 0x00001C, "Wrong size on EditableMesh_ComputeBoundingBox"); \ +static_assert(offsetof(EditableMesh_ComputeBoundingBox, ReturnValue) == 0x000000, "Member 'EditableMesh_ComputeBoundingBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_ComputeBoundingBoxAndSphere \ +static_assert(alignof(EditableMesh_ComputeBoundingBoxAndSphere) == 0x000004, "Wrong alignment on EditableMesh_ComputeBoundingBoxAndSphere"); \ +static_assert(sizeof(EditableMesh_ComputeBoundingBoxAndSphere) == 0x00001C, "Wrong size on EditableMesh_ComputeBoundingBoxAndSphere"); \ +static_assert(offsetof(EditableMesh_ComputeBoundingBoxAndSphere, ReturnValue) == 0x000000, "Member 'EditableMesh_ComputeBoundingBoxAndSphere::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_ComputePolygonCenter \ +static_assert(alignof(EditableMesh_ComputePolygonCenter) == 0x000004, "Wrong alignment on EditableMesh_ComputePolygonCenter"); \ +static_assert(sizeof(EditableMesh_ComputePolygonCenter) == 0x000010, "Wrong size on EditableMesh_ComputePolygonCenter"); \ +static_assert(offsetof(EditableMesh_ComputePolygonCenter, PolygonID) == 0x000000, "Member 'EditableMesh_ComputePolygonCenter::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_ComputePolygonCenter, ReturnValue) == 0x000004, "Member 'EditableMesh_ComputePolygonCenter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_ComputePolygonNormal \ +static_assert(alignof(EditableMesh_ComputePolygonNormal) == 0x000004, "Wrong alignment on EditableMesh_ComputePolygonNormal"); \ +static_assert(sizeof(EditableMesh_ComputePolygonNormal) == 0x000010, "Wrong size on EditableMesh_ComputePolygonNormal"); \ +static_assert(offsetof(EditableMesh_ComputePolygonNormal, PolygonID) == 0x000000, "Member 'EditableMesh_ComputePolygonNormal::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_ComputePolygonNormal, ReturnValue) == 0x000004, "Member 'EditableMesh_ComputePolygonNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_ComputePolygonPlane \ +static_assert(alignof(EditableMesh_ComputePolygonPlane) == 0x000010, "Wrong alignment on EditableMesh_ComputePolygonPlane"); \ +static_assert(sizeof(EditableMesh_ComputePolygonPlane) == 0x000020, "Wrong size on EditableMesh_ComputePolygonPlane"); \ +static_assert(offsetof(EditableMesh_ComputePolygonPlane, PolygonID) == 0x000000, "Member 'EditableMesh_ComputePolygonPlane::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_ComputePolygonPlane, ReturnValue) == 0x000010, "Member 'EditableMesh_ComputePolygonPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_ComputePolygonsSharedEdges \ +static_assert(alignof(EditableMesh_ComputePolygonsSharedEdges) == 0x000008, "Wrong alignment on EditableMesh_ComputePolygonsSharedEdges"); \ +static_assert(sizeof(EditableMesh_ComputePolygonsSharedEdges) == 0x000020, "Wrong size on EditableMesh_ComputePolygonsSharedEdges"); \ +static_assert(offsetof(EditableMesh_ComputePolygonsSharedEdges, PolygonIDs) == 0x000000, "Member 'EditableMesh_ComputePolygonsSharedEdges::PolygonIDs' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_ComputePolygonsSharedEdges, OutSharedEdgeIDs) == 0x000010, "Member 'EditableMesh_ComputePolygonsSharedEdges::OutSharedEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_FindPolygonLoop \ +static_assert(alignof(EditableMesh_FindPolygonLoop) == 0x000008, "Wrong alignment on EditableMesh_FindPolygonLoop"); \ +static_assert(sizeof(EditableMesh_FindPolygonLoop) == 0x000048, "Wrong size on EditableMesh_FindPolygonLoop"); \ +static_assert(offsetof(EditableMesh_FindPolygonLoop, EdgeID) == 0x000000, "Member 'EditableMesh_FindPolygonLoop::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_FindPolygonLoop, OutEdgeLoopEdgeIDs) == 0x000008, "Member 'EditableMesh_FindPolygonLoop::OutEdgeLoopEdgeIDs' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_FindPolygonLoop, OutFlippedEdgeIDs) == 0x000018, "Member 'EditableMesh_FindPolygonLoop::OutFlippedEdgeIDs' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_FindPolygonLoop, OutReversedEdgeIDPathToTake) == 0x000028, "Member 'EditableMesh_FindPolygonLoop::OutReversedEdgeIDPathToTake' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_FindPolygonLoop, OutPolygonIDsToSplit) == 0x000038, "Member 'EditableMesh_FindPolygonLoop::OutPolygonIDsToSplit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_FindPolygonPerimeterEdgeNumberForVertices \ +static_assert(alignof(EditableMesh_FindPolygonPerimeterEdgeNumberForVertices) == 0x000004, "Wrong alignment on EditableMesh_FindPolygonPerimeterEdgeNumberForVertices"); \ +static_assert(sizeof(EditableMesh_FindPolygonPerimeterEdgeNumberForVertices) == 0x000010, "Wrong size on EditableMesh_FindPolygonPerimeterEdgeNumberForVertices"); \ +static_assert(offsetof(EditableMesh_FindPolygonPerimeterEdgeNumberForVertices, PolygonID) == 0x000000, "Member 'EditableMesh_FindPolygonPerimeterEdgeNumberForVertices::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_FindPolygonPerimeterEdgeNumberForVertices, EdgeVertexID0) == 0x000004, "Member 'EditableMesh_FindPolygonPerimeterEdgeNumberForVertices::EdgeVertexID0' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_FindPolygonPerimeterEdgeNumberForVertices, EdgeVertexID1) == 0x000008, "Member 'EditableMesh_FindPolygonPerimeterEdgeNumberForVertices::EdgeVertexID1' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_FindPolygonPerimeterEdgeNumberForVertices, ReturnValue) == 0x00000C, "Member 'EditableMesh_FindPolygonPerimeterEdgeNumberForVertices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_FindPolygonPerimeterVertexNumberForVertex \ +static_assert(alignof(EditableMesh_FindPolygonPerimeterVertexNumberForVertex) == 0x000004, "Wrong alignment on EditableMesh_FindPolygonPerimeterVertexNumberForVertex"); \ +static_assert(sizeof(EditableMesh_FindPolygonPerimeterVertexNumberForVertex) == 0x00000C, "Wrong size on EditableMesh_FindPolygonPerimeterVertexNumberForVertex"); \ +static_assert(offsetof(EditableMesh_FindPolygonPerimeterVertexNumberForVertex, PolygonID) == 0x000000, "Member 'EditableMesh_FindPolygonPerimeterVertexNumberForVertex::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_FindPolygonPerimeterVertexNumberForVertex, VertexID) == 0x000004, "Member 'EditableMesh_FindPolygonPerimeterVertexNumberForVertex::VertexID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_FindPolygonPerimeterVertexNumberForVertex, ReturnValue) == 0x000008, "Member 'EditableMesh_FindPolygonPerimeterVertexNumberForVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetEdgeConnectedPolygon \ +static_assert(alignof(EditableMesh_GetEdgeConnectedPolygon) == 0x000004, "Wrong alignment on EditableMesh_GetEdgeConnectedPolygon"); \ +static_assert(sizeof(EditableMesh_GetEdgeConnectedPolygon) == 0x00000C, "Wrong size on EditableMesh_GetEdgeConnectedPolygon"); \ +static_assert(offsetof(EditableMesh_GetEdgeConnectedPolygon, EdgeID) == 0x000000, "Member 'EditableMesh_GetEdgeConnectedPolygon::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetEdgeConnectedPolygon, ConnectedPolygonNumber) == 0x000004, "Member 'EditableMesh_GetEdgeConnectedPolygon::ConnectedPolygonNumber' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetEdgeConnectedPolygon, ReturnValue) == 0x000008, "Member 'EditableMesh_GetEdgeConnectedPolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetEdgeConnectedPolygonCount \ +static_assert(alignof(EditableMesh_GetEdgeConnectedPolygonCount) == 0x000004, "Wrong alignment on EditableMesh_GetEdgeConnectedPolygonCount"); \ +static_assert(sizeof(EditableMesh_GetEdgeConnectedPolygonCount) == 0x000008, "Wrong size on EditableMesh_GetEdgeConnectedPolygonCount"); \ +static_assert(offsetof(EditableMesh_GetEdgeConnectedPolygonCount, EdgeID) == 0x000000, "Member 'EditableMesh_GetEdgeConnectedPolygonCount::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetEdgeConnectedPolygonCount, ReturnValue) == 0x000004, "Member 'EditableMesh_GetEdgeConnectedPolygonCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetEdgeConnectedPolygons \ +static_assert(alignof(EditableMesh_GetEdgeConnectedPolygons) == 0x000008, "Wrong alignment on EditableMesh_GetEdgeConnectedPolygons"); \ +static_assert(sizeof(EditableMesh_GetEdgeConnectedPolygons) == 0x000018, "Wrong size on EditableMesh_GetEdgeConnectedPolygons"); \ +static_assert(offsetof(EditableMesh_GetEdgeConnectedPolygons, EdgeID) == 0x000000, "Member 'EditableMesh_GetEdgeConnectedPolygons::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetEdgeConnectedPolygons, OutConnectedPolygonIDs) == 0x000008, "Member 'EditableMesh_GetEdgeConnectedPolygons::OutConnectedPolygonIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetEdgeCount \ +static_assert(alignof(EditableMesh_GetEdgeCount) == 0x000004, "Wrong alignment on EditableMesh_GetEdgeCount"); \ +static_assert(sizeof(EditableMesh_GetEdgeCount) == 0x000004, "Wrong size on EditableMesh_GetEdgeCount"); \ +static_assert(offsetof(EditableMesh_GetEdgeCount, ReturnValue) == 0x000000, "Member 'EditableMesh_GetEdgeCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetEdgeLoopElements \ +static_assert(alignof(EditableMesh_GetEdgeLoopElements) == 0x000008, "Wrong alignment on EditableMesh_GetEdgeLoopElements"); \ +static_assert(sizeof(EditableMesh_GetEdgeLoopElements) == 0x000018, "Wrong size on EditableMesh_GetEdgeLoopElements"); \ +static_assert(offsetof(EditableMesh_GetEdgeLoopElements, EdgeID) == 0x000000, "Member 'EditableMesh_GetEdgeLoopElements::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetEdgeLoopElements, EdgeLoopIDs) == 0x000008, "Member 'EditableMesh_GetEdgeLoopElements::EdgeLoopIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetEdgeThatConnectsVertices \ +static_assert(alignof(EditableMesh_GetEdgeThatConnectsVertices) == 0x000004, "Wrong alignment on EditableMesh_GetEdgeThatConnectsVertices"); \ +static_assert(sizeof(EditableMesh_GetEdgeThatConnectsVertices) == 0x00000C, "Wrong size on EditableMesh_GetEdgeThatConnectsVertices"); \ +static_assert(offsetof(EditableMesh_GetEdgeThatConnectsVertices, VertexID0) == 0x000000, "Member 'EditableMesh_GetEdgeThatConnectsVertices::VertexID0' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetEdgeThatConnectsVertices, VertexID1) == 0x000004, "Member 'EditableMesh_GetEdgeThatConnectsVertices::VertexID1' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetEdgeThatConnectsVertices, ReturnValue) == 0x000008, "Member 'EditableMesh_GetEdgeThatConnectsVertices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetEdgeVertex \ +static_assert(alignof(EditableMesh_GetEdgeVertex) == 0x000004, "Wrong alignment on EditableMesh_GetEdgeVertex"); \ +static_assert(sizeof(EditableMesh_GetEdgeVertex) == 0x00000C, "Wrong size on EditableMesh_GetEdgeVertex"); \ +static_assert(offsetof(EditableMesh_GetEdgeVertex, EdgeID) == 0x000000, "Member 'EditableMesh_GetEdgeVertex::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetEdgeVertex, EdgeVertexNumber) == 0x000004, "Member 'EditableMesh_GetEdgeVertex::EdgeVertexNumber' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetEdgeVertex, ReturnValue) == 0x000008, "Member 'EditableMesh_GetEdgeVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetEdgeVertices \ +static_assert(alignof(EditableMesh_GetEdgeVertices) == 0x000004, "Wrong alignment on EditableMesh_GetEdgeVertices"); \ +static_assert(sizeof(EditableMesh_GetEdgeVertices) == 0x00000C, "Wrong size on EditableMesh_GetEdgeVertices"); \ +static_assert(offsetof(EditableMesh_GetEdgeVertices, EdgeID) == 0x000000, "Member 'EditableMesh_GetEdgeVertices::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetEdgeVertices, OutEdgeVertexID0) == 0x000004, "Member 'EditableMesh_GetEdgeVertices::OutEdgeVertexID0' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetEdgeVertices, OutEdgeVertexID1) == 0x000008, "Member 'EditableMesh_GetEdgeVertices::OutEdgeVertexID1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetFirstValidPolygonGroup \ +static_assert(alignof(EditableMesh_GetFirstValidPolygonGroup) == 0x000004, "Wrong alignment on EditableMesh_GetFirstValidPolygonGroup"); \ +static_assert(sizeof(EditableMesh_GetFirstValidPolygonGroup) == 0x000004, "Wrong size on EditableMesh_GetFirstValidPolygonGroup"); \ +static_assert(offsetof(EditableMesh_GetFirstValidPolygonGroup, ReturnValue) == 0x000000, "Member 'EditableMesh_GetFirstValidPolygonGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetGroupForPolygon \ +static_assert(alignof(EditableMesh_GetGroupForPolygon) == 0x000004, "Wrong alignment on EditableMesh_GetGroupForPolygon"); \ +static_assert(sizeof(EditableMesh_GetGroupForPolygon) == 0x000008, "Wrong size on EditableMesh_GetGroupForPolygon"); \ +static_assert(offsetof(EditableMesh_GetGroupForPolygon, PolygonID) == 0x000000, "Member 'EditableMesh_GetGroupForPolygon::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetGroupForPolygon, ReturnValue) == 0x000004, "Member 'EditableMesh_GetGroupForPolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetPolygonAdjacentPolygons \ +static_assert(alignof(EditableMesh_GetPolygonAdjacentPolygons) == 0x000008, "Wrong alignment on EditableMesh_GetPolygonAdjacentPolygons"); \ +static_assert(sizeof(EditableMesh_GetPolygonAdjacentPolygons) == 0x000018, "Wrong size on EditableMesh_GetPolygonAdjacentPolygons"); \ +static_assert(offsetof(EditableMesh_GetPolygonAdjacentPolygons, PolygonID) == 0x000000, "Member 'EditableMesh_GetPolygonAdjacentPolygons::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetPolygonAdjacentPolygons, OutAdjacentPolygons) == 0x000008, "Member 'EditableMesh_GetPolygonAdjacentPolygons::OutAdjacentPolygons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetPolygonCount \ +static_assert(alignof(EditableMesh_GetPolygonCount) == 0x000004, "Wrong alignment on EditableMesh_GetPolygonCount"); \ +static_assert(sizeof(EditableMesh_GetPolygonCount) == 0x000004, "Wrong size on EditableMesh_GetPolygonCount"); \ +static_assert(offsetof(EditableMesh_GetPolygonCount, ReturnValue) == 0x000000, "Member 'EditableMesh_GetPolygonCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetPolygonCountInGroup \ +static_assert(alignof(EditableMesh_GetPolygonCountInGroup) == 0x000004, "Wrong alignment on EditableMesh_GetPolygonCountInGroup"); \ +static_assert(sizeof(EditableMesh_GetPolygonCountInGroup) == 0x000008, "Wrong size on EditableMesh_GetPolygonCountInGroup"); \ +static_assert(offsetof(EditableMesh_GetPolygonCountInGroup, PolygonGroupID) == 0x000000, "Member 'EditableMesh_GetPolygonCountInGroup::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetPolygonCountInGroup, ReturnValue) == 0x000004, "Member 'EditableMesh_GetPolygonCountInGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetPolygonGroupCount \ +static_assert(alignof(EditableMesh_GetPolygonGroupCount) == 0x000004, "Wrong alignment on EditableMesh_GetPolygonGroupCount"); \ +static_assert(sizeof(EditableMesh_GetPolygonGroupCount) == 0x000004, "Wrong size on EditableMesh_GetPolygonGroupCount"); \ +static_assert(offsetof(EditableMesh_GetPolygonGroupCount, ReturnValue) == 0x000000, "Member 'EditableMesh_GetPolygonGroupCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetPolygonInGroup \ +static_assert(alignof(EditableMesh_GetPolygonInGroup) == 0x000004, "Wrong alignment on EditableMesh_GetPolygonInGroup"); \ +static_assert(sizeof(EditableMesh_GetPolygonInGroup) == 0x00000C, "Wrong size on EditableMesh_GetPolygonInGroup"); \ +static_assert(offsetof(EditableMesh_GetPolygonInGroup, PolygonGroupID) == 0x000000, "Member 'EditableMesh_GetPolygonInGroup::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetPolygonInGroup, PolygonNumber) == 0x000004, "Member 'EditableMesh_GetPolygonInGroup::PolygonNumber' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetPolygonInGroup, ReturnValue) == 0x000008, "Member 'EditableMesh_GetPolygonInGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetPolygonPerimeterEdge \ +static_assert(alignof(EditableMesh_GetPolygonPerimeterEdge) == 0x000004, "Wrong alignment on EditableMesh_GetPolygonPerimeterEdge"); \ +static_assert(sizeof(EditableMesh_GetPolygonPerimeterEdge) == 0x000010, "Wrong size on EditableMesh_GetPolygonPerimeterEdge"); \ +static_assert(offsetof(EditableMesh_GetPolygonPerimeterEdge, PolygonID) == 0x000000, "Member 'EditableMesh_GetPolygonPerimeterEdge::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetPolygonPerimeterEdge, PerimeterEdgeNumber) == 0x000004, "Member 'EditableMesh_GetPolygonPerimeterEdge::PerimeterEdgeNumber' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetPolygonPerimeterEdge, bOutEdgeWindingIsReversedForPolygon) == 0x000008, "Member 'EditableMesh_GetPolygonPerimeterEdge::bOutEdgeWindingIsReversedForPolygon' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetPolygonPerimeterEdge, ReturnValue) == 0x00000C, "Member 'EditableMesh_GetPolygonPerimeterEdge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetPolygonPerimeterEdgeCount \ +static_assert(alignof(EditableMesh_GetPolygonPerimeterEdgeCount) == 0x000004, "Wrong alignment on EditableMesh_GetPolygonPerimeterEdgeCount"); \ +static_assert(sizeof(EditableMesh_GetPolygonPerimeterEdgeCount) == 0x000008, "Wrong size on EditableMesh_GetPolygonPerimeterEdgeCount"); \ +static_assert(offsetof(EditableMesh_GetPolygonPerimeterEdgeCount, PolygonID) == 0x000000, "Member 'EditableMesh_GetPolygonPerimeterEdgeCount::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetPolygonPerimeterEdgeCount, ReturnValue) == 0x000004, "Member 'EditableMesh_GetPolygonPerimeterEdgeCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetPolygonPerimeterEdges \ +static_assert(alignof(EditableMesh_GetPolygonPerimeterEdges) == 0x000008, "Wrong alignment on EditableMesh_GetPolygonPerimeterEdges"); \ +static_assert(sizeof(EditableMesh_GetPolygonPerimeterEdges) == 0x000018, "Wrong size on EditableMesh_GetPolygonPerimeterEdges"); \ +static_assert(offsetof(EditableMesh_GetPolygonPerimeterEdges, PolygonID) == 0x000000, "Member 'EditableMesh_GetPolygonPerimeterEdges::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetPolygonPerimeterEdges, OutPolygonPerimeterEdgeIDs) == 0x000008, "Member 'EditableMesh_GetPolygonPerimeterEdges::OutPolygonPerimeterEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetPolygonPerimeterVertex \ +static_assert(alignof(EditableMesh_GetPolygonPerimeterVertex) == 0x000004, "Wrong alignment on EditableMesh_GetPolygonPerimeterVertex"); \ +static_assert(sizeof(EditableMesh_GetPolygonPerimeterVertex) == 0x00000C, "Wrong size on EditableMesh_GetPolygonPerimeterVertex"); \ +static_assert(offsetof(EditableMesh_GetPolygonPerimeterVertex, PolygonID) == 0x000000, "Member 'EditableMesh_GetPolygonPerimeterVertex::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetPolygonPerimeterVertex, PolygonVertexNumber) == 0x000004, "Member 'EditableMesh_GetPolygonPerimeterVertex::PolygonVertexNumber' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetPolygonPerimeterVertex, ReturnValue) == 0x000008, "Member 'EditableMesh_GetPolygonPerimeterVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetPolygonPerimeterVertexCount \ +static_assert(alignof(EditableMesh_GetPolygonPerimeterVertexCount) == 0x000004, "Wrong alignment on EditableMesh_GetPolygonPerimeterVertexCount"); \ +static_assert(sizeof(EditableMesh_GetPolygonPerimeterVertexCount) == 0x000008, "Wrong size on EditableMesh_GetPolygonPerimeterVertexCount"); \ +static_assert(offsetof(EditableMesh_GetPolygonPerimeterVertexCount, PolygonID) == 0x000000, "Member 'EditableMesh_GetPolygonPerimeterVertexCount::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetPolygonPerimeterVertexCount, ReturnValue) == 0x000004, "Member 'EditableMesh_GetPolygonPerimeterVertexCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetPolygonPerimeterVertexInstance \ +static_assert(alignof(EditableMesh_GetPolygonPerimeterVertexInstance) == 0x000004, "Wrong alignment on EditableMesh_GetPolygonPerimeterVertexInstance"); \ +static_assert(sizeof(EditableMesh_GetPolygonPerimeterVertexInstance) == 0x00000C, "Wrong size on EditableMesh_GetPolygonPerimeterVertexInstance"); \ +static_assert(offsetof(EditableMesh_GetPolygonPerimeterVertexInstance, PolygonID) == 0x000000, "Member 'EditableMesh_GetPolygonPerimeterVertexInstance::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetPolygonPerimeterVertexInstance, PolygonVertexNumber) == 0x000004, "Member 'EditableMesh_GetPolygonPerimeterVertexInstance::PolygonVertexNumber' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetPolygonPerimeterVertexInstance, ReturnValue) == 0x000008, "Member 'EditableMesh_GetPolygonPerimeterVertexInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetPolygonPerimeterVertexInstances \ +static_assert(alignof(EditableMesh_GetPolygonPerimeterVertexInstances) == 0x000008, "Wrong alignment on EditableMesh_GetPolygonPerimeterVertexInstances"); \ +static_assert(sizeof(EditableMesh_GetPolygonPerimeterVertexInstances) == 0x000018, "Wrong size on EditableMesh_GetPolygonPerimeterVertexInstances"); \ +static_assert(offsetof(EditableMesh_GetPolygonPerimeterVertexInstances, PolygonID) == 0x000000, "Member 'EditableMesh_GetPolygonPerimeterVertexInstances::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetPolygonPerimeterVertexInstances, OutPolygonPerimeterVertexInstanceIDs) == 0x000008, "Member 'EditableMesh_GetPolygonPerimeterVertexInstances::OutPolygonPerimeterVertexInstanceIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetPolygonPerimeterVertices \ +static_assert(alignof(EditableMesh_GetPolygonPerimeterVertices) == 0x000008, "Wrong alignment on EditableMesh_GetPolygonPerimeterVertices"); \ +static_assert(sizeof(EditableMesh_GetPolygonPerimeterVertices) == 0x000018, "Wrong size on EditableMesh_GetPolygonPerimeterVertices"); \ +static_assert(offsetof(EditableMesh_GetPolygonPerimeterVertices, PolygonID) == 0x000000, "Member 'EditableMesh_GetPolygonPerimeterVertices::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetPolygonPerimeterVertices, OutPolygonPerimeterVertexIDs) == 0x000008, "Member 'EditableMesh_GetPolygonPerimeterVertices::OutPolygonPerimeterVertexIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetPolygonTriangulatedTriangle \ +static_assert(alignof(EditableMesh_GetPolygonTriangulatedTriangle) == 0x000004, "Wrong alignment on EditableMesh_GetPolygonTriangulatedTriangle"); \ +static_assert(sizeof(EditableMesh_GetPolygonTriangulatedTriangle) == 0x00000C, "Wrong size on EditableMesh_GetPolygonTriangulatedTriangle"); \ +static_assert(offsetof(EditableMesh_GetPolygonTriangulatedTriangle, PolygonID) == 0x000000, "Member 'EditableMesh_GetPolygonTriangulatedTriangle::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetPolygonTriangulatedTriangle, PolygonTriangleNumber) == 0x000004, "Member 'EditableMesh_GetPolygonTriangulatedTriangle::PolygonTriangleNumber' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetPolygonTriangulatedTriangle, ReturnValue) == 0x000008, "Member 'EditableMesh_GetPolygonTriangulatedTriangle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetPolygonTriangulatedTriangleCount \ +static_assert(alignof(EditableMesh_GetPolygonTriangulatedTriangleCount) == 0x000004, "Wrong alignment on EditableMesh_GetPolygonTriangulatedTriangleCount"); \ +static_assert(sizeof(EditableMesh_GetPolygonTriangulatedTriangleCount) == 0x000008, "Wrong size on EditableMesh_GetPolygonTriangulatedTriangleCount"); \ +static_assert(offsetof(EditableMesh_GetPolygonTriangulatedTriangleCount, PolygonID) == 0x000000, "Member 'EditableMesh_GetPolygonTriangulatedTriangleCount::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetPolygonTriangulatedTriangleCount, ReturnValue) == 0x000004, "Member 'EditableMesh_GetPolygonTriangulatedTriangleCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetSubdivisionCount \ +static_assert(alignof(EditableMesh_GetSubdivisionCount) == 0x000004, "Wrong alignment on EditableMesh_GetSubdivisionCount"); \ +static_assert(sizeof(EditableMesh_GetSubdivisionCount) == 0x000004, "Wrong size on EditableMesh_GetSubdivisionCount"); \ +static_assert(offsetof(EditableMesh_GetSubdivisionCount, ReturnValue) == 0x000000, "Member 'EditableMesh_GetSubdivisionCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetSubdivisionLimitData \ +static_assert(alignof(EditableMesh_GetSubdivisionLimitData) == 0x000008, "Wrong alignment on EditableMesh_GetSubdivisionLimitData"); \ +static_assert(sizeof(EditableMesh_GetSubdivisionLimitData) == 0x000030, "Wrong size on EditableMesh_GetSubdivisionLimitData"); \ +static_assert(offsetof(EditableMesh_GetSubdivisionLimitData, ReturnValue) == 0x000000, "Member 'EditableMesh_GetSubdivisionLimitData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetTextureCoordinateCount \ +static_assert(alignof(EditableMesh_GetTextureCoordinateCount) == 0x000004, "Wrong alignment on EditableMesh_GetTextureCoordinateCount"); \ +static_assert(sizeof(EditableMesh_GetTextureCoordinateCount) == 0x000004, "Wrong size on EditableMesh_GetTextureCoordinateCount"); \ +static_assert(offsetof(EditableMesh_GetTextureCoordinateCount, ReturnValue) == 0x000000, "Member 'EditableMesh_GetTextureCoordinateCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetVertexAdjacentVertices \ +static_assert(alignof(EditableMesh_GetVertexAdjacentVertices) == 0x000008, "Wrong alignment on EditableMesh_GetVertexAdjacentVertices"); \ +static_assert(sizeof(EditableMesh_GetVertexAdjacentVertices) == 0x000018, "Wrong size on EditableMesh_GetVertexAdjacentVertices"); \ +static_assert(offsetof(EditableMesh_GetVertexAdjacentVertices, VertexID) == 0x000000, "Member 'EditableMesh_GetVertexAdjacentVertices::VertexID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetVertexAdjacentVertices, OutAdjacentVertexIDs) == 0x000008, "Member 'EditableMesh_GetVertexAdjacentVertices::OutAdjacentVertexIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetVertexConnectedEdge \ +static_assert(alignof(EditableMesh_GetVertexConnectedEdge) == 0x000004, "Wrong alignment on EditableMesh_GetVertexConnectedEdge"); \ +static_assert(sizeof(EditableMesh_GetVertexConnectedEdge) == 0x00000C, "Wrong size on EditableMesh_GetVertexConnectedEdge"); \ +static_assert(offsetof(EditableMesh_GetVertexConnectedEdge, VertexID) == 0x000000, "Member 'EditableMesh_GetVertexConnectedEdge::VertexID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetVertexConnectedEdge, ConnectedEdgeNumber) == 0x000004, "Member 'EditableMesh_GetVertexConnectedEdge::ConnectedEdgeNumber' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetVertexConnectedEdge, ReturnValue) == 0x000008, "Member 'EditableMesh_GetVertexConnectedEdge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetVertexConnectedEdgeCount \ +static_assert(alignof(EditableMesh_GetVertexConnectedEdgeCount) == 0x000004, "Wrong alignment on EditableMesh_GetVertexConnectedEdgeCount"); \ +static_assert(sizeof(EditableMesh_GetVertexConnectedEdgeCount) == 0x000008, "Wrong size on EditableMesh_GetVertexConnectedEdgeCount"); \ +static_assert(offsetof(EditableMesh_GetVertexConnectedEdgeCount, VertexID) == 0x000000, "Member 'EditableMesh_GetVertexConnectedEdgeCount::VertexID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetVertexConnectedEdgeCount, ReturnValue) == 0x000004, "Member 'EditableMesh_GetVertexConnectedEdgeCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetVertexConnectedEdges \ +static_assert(alignof(EditableMesh_GetVertexConnectedEdges) == 0x000008, "Wrong alignment on EditableMesh_GetVertexConnectedEdges"); \ +static_assert(sizeof(EditableMesh_GetVertexConnectedEdges) == 0x000018, "Wrong size on EditableMesh_GetVertexConnectedEdges"); \ +static_assert(offsetof(EditableMesh_GetVertexConnectedEdges, VertexID) == 0x000000, "Member 'EditableMesh_GetVertexConnectedEdges::VertexID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetVertexConnectedEdges, OutConnectedEdgeIDs) == 0x000008, "Member 'EditableMesh_GetVertexConnectedEdges::OutConnectedEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetVertexConnectedPolygons \ +static_assert(alignof(EditableMesh_GetVertexConnectedPolygons) == 0x000008, "Wrong alignment on EditableMesh_GetVertexConnectedPolygons"); \ +static_assert(sizeof(EditableMesh_GetVertexConnectedPolygons) == 0x000018, "Wrong size on EditableMesh_GetVertexConnectedPolygons"); \ +static_assert(offsetof(EditableMesh_GetVertexConnectedPolygons, VertexID) == 0x000000, "Member 'EditableMesh_GetVertexConnectedPolygons::VertexID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetVertexConnectedPolygons, OutConnectedPolygonIDs) == 0x000008, "Member 'EditableMesh_GetVertexConnectedPolygons::OutConnectedPolygonIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetVertexCount \ +static_assert(alignof(EditableMesh_GetVertexCount) == 0x000004, "Wrong alignment on EditableMesh_GetVertexCount"); \ +static_assert(sizeof(EditableMesh_GetVertexCount) == 0x000004, "Wrong size on EditableMesh_GetVertexCount"); \ +static_assert(offsetof(EditableMesh_GetVertexCount, ReturnValue) == 0x000000, "Member 'EditableMesh_GetVertexCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetVertexInstanceConnectedPolygon \ +static_assert(alignof(EditableMesh_GetVertexInstanceConnectedPolygon) == 0x000004, "Wrong alignment on EditableMesh_GetVertexInstanceConnectedPolygon"); \ +static_assert(sizeof(EditableMesh_GetVertexInstanceConnectedPolygon) == 0x00000C, "Wrong size on EditableMesh_GetVertexInstanceConnectedPolygon"); \ +static_assert(offsetof(EditableMesh_GetVertexInstanceConnectedPolygon, VertexInstanceID) == 0x000000, "Member 'EditableMesh_GetVertexInstanceConnectedPolygon::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetVertexInstanceConnectedPolygon, ConnectedPolygonNumber) == 0x000004, "Member 'EditableMesh_GetVertexInstanceConnectedPolygon::ConnectedPolygonNumber' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetVertexInstanceConnectedPolygon, ReturnValue) == 0x000008, "Member 'EditableMesh_GetVertexInstanceConnectedPolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetVertexInstanceConnectedPolygonCount \ +static_assert(alignof(EditableMesh_GetVertexInstanceConnectedPolygonCount) == 0x000004, "Wrong alignment on EditableMesh_GetVertexInstanceConnectedPolygonCount"); \ +static_assert(sizeof(EditableMesh_GetVertexInstanceConnectedPolygonCount) == 0x000008, "Wrong size on EditableMesh_GetVertexInstanceConnectedPolygonCount"); \ +static_assert(offsetof(EditableMesh_GetVertexInstanceConnectedPolygonCount, VertexInstanceID) == 0x000000, "Member 'EditableMesh_GetVertexInstanceConnectedPolygonCount::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetVertexInstanceConnectedPolygonCount, ReturnValue) == 0x000004, "Member 'EditableMesh_GetVertexInstanceConnectedPolygonCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetVertexInstanceConnectedPolygons \ +static_assert(alignof(EditableMesh_GetVertexInstanceConnectedPolygons) == 0x000008, "Wrong alignment on EditableMesh_GetVertexInstanceConnectedPolygons"); \ +static_assert(sizeof(EditableMesh_GetVertexInstanceConnectedPolygons) == 0x000018, "Wrong size on EditableMesh_GetVertexInstanceConnectedPolygons"); \ +static_assert(offsetof(EditableMesh_GetVertexInstanceConnectedPolygons, VertexInstanceID) == 0x000000, "Member 'EditableMesh_GetVertexInstanceConnectedPolygons::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetVertexInstanceConnectedPolygons, OutConnectedPolygonIDs) == 0x000008, "Member 'EditableMesh_GetVertexInstanceConnectedPolygons::OutConnectedPolygonIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetVertexInstanceCount \ +static_assert(alignof(EditableMesh_GetVertexInstanceCount) == 0x000004, "Wrong alignment on EditableMesh_GetVertexInstanceCount"); \ +static_assert(sizeof(EditableMesh_GetVertexInstanceCount) == 0x000004, "Wrong size on EditableMesh_GetVertexInstanceCount"); \ +static_assert(offsetof(EditableMesh_GetVertexInstanceCount, ReturnValue) == 0x000000, "Member 'EditableMesh_GetVertexInstanceCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetVertexInstanceVertex \ +static_assert(alignof(EditableMesh_GetVertexInstanceVertex) == 0x000004, "Wrong alignment on EditableMesh_GetVertexInstanceVertex"); \ +static_assert(sizeof(EditableMesh_GetVertexInstanceVertex) == 0x000008, "Wrong size on EditableMesh_GetVertexInstanceVertex"); \ +static_assert(offsetof(EditableMesh_GetVertexInstanceVertex, VertexInstanceID) == 0x000000, "Member 'EditableMesh_GetVertexInstanceVertex::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetVertexInstanceVertex, ReturnValue) == 0x000004, "Member 'EditableMesh_GetVertexInstanceVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_GetVertexPairEdge \ +static_assert(alignof(EditableMesh_GetVertexPairEdge) == 0x000004, "Wrong alignment on EditableMesh_GetVertexPairEdge"); \ +static_assert(sizeof(EditableMesh_GetVertexPairEdge) == 0x000010, "Wrong size on EditableMesh_GetVertexPairEdge"); \ +static_assert(offsetof(EditableMesh_GetVertexPairEdge, VertexID) == 0x000000, "Member 'EditableMesh_GetVertexPairEdge::VertexID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetVertexPairEdge, NextVertexID) == 0x000004, "Member 'EditableMesh_GetVertexPairEdge::NextVertexID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetVertexPairEdge, bOutEdgeWindingIsReversed) == 0x000008, "Member 'EditableMesh_GetVertexPairEdge::bOutEdgeWindingIsReversed' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_GetVertexPairEdge, ReturnValue) == 0x00000C, "Member 'EditableMesh_GetVertexPairEdge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_IsBeingModified \ +static_assert(alignof(EditableMesh_IsBeingModified) == 0x000001, "Wrong alignment on EditableMesh_IsBeingModified"); \ +static_assert(sizeof(EditableMesh_IsBeingModified) == 0x000001, "Wrong size on EditableMesh_IsBeingModified"); \ +static_assert(offsetof(EditableMesh_IsBeingModified, ReturnValue) == 0x000000, "Member 'EditableMesh_IsBeingModified::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_IsCommitted \ +static_assert(alignof(EditableMesh_IsCommitted) == 0x000001, "Wrong alignment on EditableMesh_IsCommitted"); \ +static_assert(sizeof(EditableMesh_IsCommitted) == 0x000001, "Wrong size on EditableMesh_IsCommitted"); \ +static_assert(offsetof(EditableMesh_IsCommitted, ReturnValue) == 0x000000, "Member 'EditableMesh_IsCommitted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_IsCommittedAsInstance \ +static_assert(alignof(EditableMesh_IsCommittedAsInstance) == 0x000001, "Wrong alignment on EditableMesh_IsCommittedAsInstance"); \ +static_assert(sizeof(EditableMesh_IsCommittedAsInstance) == 0x000001, "Wrong size on EditableMesh_IsCommittedAsInstance"); \ +static_assert(offsetof(EditableMesh_IsCommittedAsInstance, ReturnValue) == 0x000000, "Member 'EditableMesh_IsCommittedAsInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_IsCompactAllowed \ +static_assert(alignof(EditableMesh_IsCompactAllowed) == 0x000001, "Wrong alignment on EditableMesh_IsCompactAllowed"); \ +static_assert(sizeof(EditableMesh_IsCompactAllowed) == 0x000001, "Wrong size on EditableMesh_IsCompactAllowed"); \ +static_assert(offsetof(EditableMesh_IsCompactAllowed, ReturnValue) == 0x000000, "Member 'EditableMesh_IsCompactAllowed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_IsOrphanedVertex \ +static_assert(alignof(EditableMesh_IsOrphanedVertex) == 0x000004, "Wrong alignment on EditableMesh_IsOrphanedVertex"); \ +static_assert(sizeof(EditableMesh_IsOrphanedVertex) == 0x000008, "Wrong size on EditableMesh_IsOrphanedVertex"); \ +static_assert(offsetof(EditableMesh_IsOrphanedVertex, VertexID) == 0x000000, "Member 'EditableMesh_IsOrphanedVertex::VertexID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_IsOrphanedVertex, ReturnValue) == 0x000004, "Member 'EditableMesh_IsOrphanedVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_IsPreviewingSubdivisions \ +static_assert(alignof(EditableMesh_IsPreviewingSubdivisions) == 0x000001, "Wrong alignment on EditableMesh_IsPreviewingSubdivisions"); \ +static_assert(sizeof(EditableMesh_IsPreviewingSubdivisions) == 0x000001, "Wrong size on EditableMesh_IsPreviewingSubdivisions"); \ +static_assert(offsetof(EditableMesh_IsPreviewingSubdivisions, ReturnValue) == 0x000000, "Member 'EditableMesh_IsPreviewingSubdivisions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_IsSpatialDatabaseAllowed \ +static_assert(alignof(EditableMesh_IsSpatialDatabaseAllowed) == 0x000001, "Wrong alignment on EditableMesh_IsSpatialDatabaseAllowed"); \ +static_assert(sizeof(EditableMesh_IsSpatialDatabaseAllowed) == 0x000001, "Wrong size on EditableMesh_IsSpatialDatabaseAllowed"); \ +static_assert(offsetof(EditableMesh_IsSpatialDatabaseAllowed, ReturnValue) == 0x000000, "Member 'EditableMesh_IsSpatialDatabaseAllowed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_IsUndoAllowed \ +static_assert(alignof(EditableMesh_IsUndoAllowed) == 0x000001, "Wrong alignment on EditableMesh_IsUndoAllowed"); \ +static_assert(sizeof(EditableMesh_IsUndoAllowed) == 0x000001, "Wrong size on EditableMesh_IsUndoAllowed"); \ +static_assert(offsetof(EditableMesh_IsUndoAllowed, ReturnValue) == 0x000000, "Member 'EditableMesh_IsUndoAllowed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_IsValidEdge \ +static_assert(alignof(EditableMesh_IsValidEdge) == 0x000004, "Wrong alignment on EditableMesh_IsValidEdge"); \ +static_assert(sizeof(EditableMesh_IsValidEdge) == 0x000008, "Wrong size on EditableMesh_IsValidEdge"); \ +static_assert(offsetof(EditableMesh_IsValidEdge, EdgeID) == 0x000000, "Member 'EditableMesh_IsValidEdge::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_IsValidEdge, ReturnValue) == 0x000004, "Member 'EditableMesh_IsValidEdge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_IsValidPolygon \ +static_assert(alignof(EditableMesh_IsValidPolygon) == 0x000004, "Wrong alignment on EditableMesh_IsValidPolygon"); \ +static_assert(sizeof(EditableMesh_IsValidPolygon) == 0x000008, "Wrong size on EditableMesh_IsValidPolygon"); \ +static_assert(offsetof(EditableMesh_IsValidPolygon, PolygonID) == 0x000000, "Member 'EditableMesh_IsValidPolygon::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_IsValidPolygon, ReturnValue) == 0x000004, "Member 'EditableMesh_IsValidPolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_IsValidPolygonGroup \ +static_assert(alignof(EditableMesh_IsValidPolygonGroup) == 0x000004, "Wrong alignment on EditableMesh_IsValidPolygonGroup"); \ +static_assert(sizeof(EditableMesh_IsValidPolygonGroup) == 0x000008, "Wrong size on EditableMesh_IsValidPolygonGroup"); \ +static_assert(offsetof(EditableMesh_IsValidPolygonGroup, PolygonGroupID) == 0x000000, "Member 'EditableMesh_IsValidPolygonGroup::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_IsValidPolygonGroup, ReturnValue) == 0x000004, "Member 'EditableMesh_IsValidPolygonGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_IsValidVertex \ +static_assert(alignof(EditableMesh_IsValidVertex) == 0x000004, "Wrong alignment on EditableMesh_IsValidVertex"); \ +static_assert(sizeof(EditableMesh_IsValidVertex) == 0x000008, "Wrong size on EditableMesh_IsValidVertex"); \ +static_assert(offsetof(EditableMesh_IsValidVertex, VertexID) == 0x000000, "Member 'EditableMesh_IsValidVertex::VertexID' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_IsValidVertex, ReturnValue) == 0x000004, "Member 'EditableMesh_IsValidVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_SearchSpatialDatabaseForPolygonsInVolume \ +static_assert(alignof(EditableMesh_SearchSpatialDatabaseForPolygonsInVolume) == 0x000008, "Wrong alignment on EditableMesh_SearchSpatialDatabaseForPolygonsInVolume"); \ +static_assert(sizeof(EditableMesh_SearchSpatialDatabaseForPolygonsInVolume) == 0x000020, "Wrong size on EditableMesh_SearchSpatialDatabaseForPolygonsInVolume"); \ +static_assert(offsetof(EditableMesh_SearchSpatialDatabaseForPolygonsInVolume, Planes) == 0x000000, "Member 'EditableMesh_SearchSpatialDatabaseForPolygonsInVolume::Planes' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_SearchSpatialDatabaseForPolygonsInVolume, OutPolygons) == 0x000010, "Member 'EditableMesh_SearchSpatialDatabaseForPolygonsInVolume::OutPolygons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingLineSegment \ +static_assert(alignof(EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingLineSegment) == 0x000008, "Wrong alignment on EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingLineSegment"); \ +static_assert(sizeof(EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingLineSegment) == 0x000028, "Wrong size on EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingLineSegment"); \ +static_assert(offsetof(EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingLineSegment, LineSegmentStart) == 0x000000, "Member 'EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingLineSegment::LineSegmentStart' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingLineSegment, LineSegmentEnd) == 0x00000C, "Member 'EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingLineSegment::LineSegmentEnd' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingLineSegment, OutPolygons) == 0x000018, "Member 'EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingLineSegment::OutPolygons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingPlane \ +static_assert(alignof(EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingPlane) == 0x000010, "Wrong alignment on EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingPlane"); \ +static_assert(sizeof(EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingPlane) == 0x000020, "Wrong size on EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingPlane"); \ +static_assert(offsetof(EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingPlane, InPlane) == 0x000000, "Member 'EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingPlane::InPlane' has a wrong offset!"); \ +static_assert(offsetof(EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingPlane, OutPolygons) == 0x000010, "Member 'EditableMesh_SearchSpatialDatabaseForPolygonsPotentiallyIntersectingPlane::OutPolygons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableMesh \ +static_assert(alignof(UEditableMesh) == 0x000008, "Wrong alignment on UEditableMesh"); \ +static_assert(sizeof(UEditableMesh) == 0x000710, "Wrong size on UEditableMesh"); \ +static_assert(offsetof(UEditableMesh, Adapters) == 0x0003C0, "Member 'UEditableMesh::Adapters' has a wrong offset!"); \ +static_assert(offsetof(UEditableMesh, TextureCoordinateCount) == 0x0003D8, "Member 'UEditableMesh::TextureCoordinateCount' has a wrong offset!"); \ +static_assert(offsetof(UEditableMesh, PendingCompactCounter) == 0x000524, "Member 'UEditableMesh::PendingCompactCounter' has a wrong offset!"); \ +static_assert(offsetof(UEditableMesh, SubdivisionCount) == 0x000528, "Member 'UEditableMesh::SubdivisionCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableMeshFactory_MakeEditableMesh \ +static_assert(alignof(EditableMeshFactory_MakeEditableMesh) == 0x000008, "Wrong alignment on EditableMeshFactory_MakeEditableMesh"); \ +static_assert(sizeof(EditableMeshFactory_MakeEditableMesh) == 0x000018, "Wrong size on EditableMeshFactory_MakeEditableMesh"); \ +static_assert(offsetof(EditableMeshFactory_MakeEditableMesh, PrimitiveComponent) == 0x000000, "Member 'EditableMeshFactory_MakeEditableMesh::PrimitiveComponent' has a wrong offset!"); \ +static_assert(offsetof(EditableMeshFactory_MakeEditableMesh, LODIndex) == 0x000008, "Member 'EditableMeshFactory_MakeEditableMesh::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(EditableMeshFactory_MakeEditableMesh, ReturnValue) == 0x000010, "Member 'EditableMeshFactory_MakeEditableMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableMeshFactory \ +static_assert(alignof(UEditableMeshFactory) == 0x000008, "Wrong alignment on UEditableMeshFactory"); \ +static_assert(sizeof(UEditableMeshFactory) == 0x000030, "Wrong size on UEditableMeshFactory"); \ + +#define DUMPER7_ASSERTS_UEditableStaticMeshAdapter \ +static_assert(alignof(UEditableStaticMeshAdapter) == 0x000008, "Wrong alignment on UEditableStaticMeshAdapter"); \ +static_assert(sizeof(UEditableStaticMeshAdapter) == 0x0000E8, "Wrong size on UEditableStaticMeshAdapter"); \ +static_assert(offsetof(UEditableStaticMeshAdapter, StaticMesh) == 0x000030, "Member 'UEditableStaticMeshAdapter::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UEditableStaticMeshAdapter, OriginalStaticMesh) == 0x000038, "Member 'UEditableStaticMeshAdapter::OriginalStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UEditableStaticMeshAdapter, StaticMeshLODIndex) == 0x000040, "Member 'UEditableStaticMeshAdapter::StaticMeshLODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_Replay_C_ExecuteUbergraph_WBP_UI_MainMenu_Replay \ +static_assert(alignof(WBP_UI_MainMenu_Replay_C_ExecuteUbergraph_WBP_UI_MainMenu_Replay) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_Replay_C_ExecuteUbergraph_WBP_UI_MainMenu_Replay"); \ +static_assert(sizeof(WBP_UI_MainMenu_Replay_C_ExecuteUbergraph_WBP_UI_MainMenu_Replay) == 0x000028, "Wrong size on WBP_UI_MainMenu_Replay_C_ExecuteUbergraph_WBP_UI_MainMenu_Replay"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replay_C_ExecuteUbergraph_WBP_UI_MainMenu_Replay, EntryPoint) == 0x000000, "Member 'WBP_UI_MainMenu_Replay_C_ExecuteUbergraph_WBP_UI_MainMenu_Replay::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replay_C_ExecuteUbergraph_WBP_UI_MainMenu_Replay, K2Node_Event_bInIsHovered) == 0x000004, "Member 'WBP_UI_MainMenu_Replay_C_ExecuteUbergraph_WBP_UI_MainMenu_Replay::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replay_C_ExecuteUbergraph_WBP_UI_MainMenu_Replay, K2Node_Event_IsDesignTime) == 0x000005, "Member 'WBP_UI_MainMenu_Replay_C_ExecuteUbergraph_WBP_UI_MainMenu_Replay::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replay_C_ExecuteUbergraph_WBP_UI_MainMenu_Replay, CallFunc_GetGlobalColor_ReturnValue) == 0x000008, "Member 'WBP_UI_MainMenu_Replay_C_ExecuteUbergraph_WBP_UI_MainMenu_Replay::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replay_C_ExecuteUbergraph_WBP_UI_MainMenu_Replay, CallFunc_GetGameStateMachine_ReturnValue) == 0x000018, "Member 'WBP_UI_MainMenu_Replay_C_ExecuteUbergraph_WBP_UI_MainMenu_Replay::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replay_C_ExecuteUbergraph_WBP_UI_MainMenu_Replay, K2Node_Event_bInHasFocus) == 0x000020, "Member 'WBP_UI_MainMenu_Replay_C_ExecuteUbergraph_WBP_UI_MainMenu_Replay::K2Node_Event_bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_Replay_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_MainMenu_Replay_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_Replay_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_MainMenu_Replay_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_MainMenu_Replay_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replay_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_MainMenu_Replay_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_Replay_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_MainMenu_Replay_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_Replay_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_MainMenu_Replay_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_MainMenu_Replay_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replay_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_MainMenu_Replay_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_Replay_C_PreConstruct \ +static_assert(alignof(WBP_UI_MainMenu_Replay_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_Replay_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_MainMenu_Replay_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_MainMenu_Replay_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replay_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_MainMenu_Replay_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_Replay_C_SetStateHover \ +static_assert(alignof(WBP_UI_MainMenu_Replay_C_SetStateHover) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_Replay_C_SetStateHover"); \ +static_assert(sizeof(WBP_UI_MainMenu_Replay_C_SetStateHover) == 0x000005, "Wrong size on WBP_UI_MainMenu_Replay_C_SetStateHover"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replay_C_SetStateHover, bInIsHovered) == 0x000000, "Member 'WBP_UI_MainMenu_Replay_C_SetStateHover::bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replay_C_SetStateHover, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_MainMenu_Replay_C_SetStateHover::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replay_C_SetStateHover, Temp_byte_Variable) == 0x000002, "Member 'WBP_UI_MainMenu_Replay_C_SetStateHover::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replay_C_SetStateHover, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_UI_MainMenu_Replay_C_SetStateHover::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replay_C_SetStateHover, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_MainMenu_Replay_C_SetStateHover::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_Replay_C_SetStateFocused \ +static_assert(alignof(WBP_UI_MainMenu_Replay_C_SetStateFocused) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_Replay_C_SetStateFocused"); \ +static_assert(sizeof(WBP_UI_MainMenu_Replay_C_SetStateFocused) == 0x000050, "Wrong size on WBP_UI_MainMenu_Replay_C_SetStateFocused"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replay_C_SetStateFocused, bIsFocused) == 0x000000, "Member 'WBP_UI_MainMenu_Replay_C_SetStateFocused::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replay_C_SetStateFocused, CallFunc_SelectColor_ReturnValue) == 0x000004, "Member 'WBP_UI_MainMenu_Replay_C_SetStateFocused::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replay_C_SetStateFocused, CallFunc_SelectColor_ReturnValue_1) == 0x000014, "Member 'WBP_UI_MainMenu_Replay_C_SetStateFocused::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replay_C_SetStateFocused, K2Node_MakeStruct_SlateColor) == 0x000028, "Member 'WBP_UI_MainMenu_Replay_C_SetStateFocused::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_Replay_C_InitReplayInfo \ +static_assert(alignof(WBP_UI_MainMenu_Replay_C_InitReplayInfo) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_Replay_C_InitReplayInfo"); \ +static_assert(sizeof(WBP_UI_MainMenu_Replay_C_InitReplayInfo) == 0x0000C0, "Wrong size on WBP_UI_MainMenu_Replay_C_InitReplayInfo"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replay_C_InitReplayInfo, InReplayInfor) == 0x000000, "Member 'WBP_UI_MainMenu_Replay_C_InitReplayInfo::InReplayInfor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replay_C_InitReplayInfo, CallFunc_Conv_StringToText_ReturnValue) == 0x000060, "Member 'WBP_UI_MainMenu_Replay_C_InitReplayInfo::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replay_C_InitReplayInfo, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000078, "Member 'WBP_UI_MainMenu_Replay_C_InitReplayInfo::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replay_C_InitReplayInfo, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000090, "Member 'WBP_UI_MainMenu_Replay_C_InitReplayInfo::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replay_C_InitReplayInfo, CallFunc_Conv_StringToText_ReturnValue_3) == 0x0000A8, "Member 'WBP_UI_MainMenu_Replay_C_InitReplayInfo::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_MainMenu_Replay_C \ +static_assert(alignof(UWBP_UI_MainMenu_Replay_C) == 0x000008, "Wrong alignment on UWBP_UI_MainMenu_Replay_C"); \ +static_assert(sizeof(UWBP_UI_MainMenu_Replay_C) == 0x000408, "Wrong size on UWBP_UI_MainMenu_Replay_C"); \ +static_assert(offsetof(UWBP_UI_MainMenu_Replay_C, UberGraphFrame) == 0x000370, "Member 'UWBP_UI_MainMenu_Replay_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_Replay_C, Image_Background) == 0x000378, "Member 'UWBP_UI_MainMenu_Replay_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_Replay_C, Image_Highlight) == 0x000380, "Member 'UWBP_UI_MainMenu_Replay_C::Image_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_Replay_C, Text_DateCreated) == 0x000388, "Member 'UWBP_UI_MainMenu_Replay_C::Text_DateCreated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_Replay_C, Text_LevelName) == 0x000390, "Member 'UWBP_UI_MainMenu_Replay_C::Text_LevelName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_Replay_C, Text_ReplayText) == 0x000398, "Member 'UWBP_UI_MainMenu_Replay_C::Text_ReplayText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_Replay_C, Text_TotalTime) == 0x0003A0, "Member 'UWBP_UI_MainMenu_Replay_C::Text_TotalTime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_Replay_C, ReplayInfo) == 0x0003A8, "Member 'UWBP_UI_MainMenu_Replay_C::ReplayInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_WheelHandler \ +static_assert(alignof(FAnimNode_WheelHandler) == 0x000008, "Wrong alignment on FAnimNode_WheelHandler"); \ +static_assert(sizeof(FAnimNode_WheelHandler) == 0x000100, "Wrong size on FAnimNode_WheelHandler"); \ + +#define DUMPER7_ASSERTS_FTireConfigMaterialFriction \ +static_assert(alignof(FTireConfigMaterialFriction) == 0x000008, "Wrong alignment on FTireConfigMaterialFriction"); \ +static_assert(sizeof(FTireConfigMaterialFriction) == 0x000010, "Wrong size on FTireConfigMaterialFriction"); \ +static_assert(offsetof(FTireConfigMaterialFriction, PhysicalMaterial) == 0x000000, "Member 'FTireConfigMaterialFriction::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(FTireConfigMaterialFriction, FrictionScale) == 0x000008, "Member 'FTireConfigMaterialFriction::FrictionScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleAnimInstanceProxy \ +static_assert(alignof(FVehicleAnimInstanceProxy) == 0x000010, "Wrong alignment on FVehicleAnimInstanceProxy"); \ +static_assert(sizeof(FVehicleAnimInstanceProxy) == 0x000780, "Wrong size on FVehicleAnimInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FVehicleInputRate \ +static_assert(alignof(FVehicleInputRate) == 0x000004, "Wrong alignment on FVehicleInputRate"); \ +static_assert(sizeof(FVehicleInputRate) == 0x000008, "Wrong size on FVehicleInputRate"); \ +static_assert(offsetof(FVehicleInputRate, RiseRate) == 0x000000, "Member 'FVehicleInputRate::RiseRate' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInputRate, FallRate) == 0x000004, "Member 'FVehicleInputRate::FallRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FReplicatedVehicleState \ +static_assert(alignof(FReplicatedVehicleState) == 0x000004, "Wrong alignment on FReplicatedVehicleState"); \ +static_assert(sizeof(FReplicatedVehicleState) == 0x000014, "Wrong size on FReplicatedVehicleState"); \ +static_assert(offsetof(FReplicatedVehicleState, SteeringInput) == 0x000000, "Member 'FReplicatedVehicleState::SteeringInput' has a wrong offset!"); \ +static_assert(offsetof(FReplicatedVehicleState, ThrottleInput) == 0x000004, "Member 'FReplicatedVehicleState::ThrottleInput' has a wrong offset!"); \ +static_assert(offsetof(FReplicatedVehicleState, BrakeInput) == 0x000008, "Member 'FReplicatedVehicleState::BrakeInput' has a wrong offset!"); \ +static_assert(offsetof(FReplicatedVehicleState, HandbrakeInput) == 0x00000C, "Member 'FReplicatedVehicleState::HandbrakeInput' has a wrong offset!"); \ +static_assert(offsetof(FReplicatedVehicleState, CurrentGear) == 0x000010, "Member 'FReplicatedVehicleState::CurrentGear' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWheelSetup \ +static_assert(alignof(FWheelSetup) == 0x000008, "Wrong alignment on FWheelSetup"); \ +static_assert(sizeof(FWheelSetup) == 0x000028, "Wrong size on FWheelSetup"); \ +static_assert(offsetof(FWheelSetup, WheelClass) == 0x000000, "Member 'FWheelSetup::WheelClass' has a wrong offset!"); \ +static_assert(offsetof(FWheelSetup, BoneName) == 0x000008, "Member 'FWheelSetup::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FWheelSetup, AdditionalOffset) == 0x000014, "Member 'FWheelSetup::AdditionalOffset' has a wrong offset!"); \ +static_assert(offsetof(FWheelSetup, bDisableSteering) == 0x000020, "Member 'FWheelSetup::bDisableSteering' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleGearData \ +static_assert(alignof(FVehicleGearData) == 0x000004, "Wrong alignment on FVehicleGearData"); \ +static_assert(sizeof(FVehicleGearData) == 0x00000C, "Wrong size on FVehicleGearData"); \ +static_assert(offsetof(FVehicleGearData, Ratio) == 0x000000, "Member 'FVehicleGearData::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FVehicleGearData, DownRatio) == 0x000004, "Member 'FVehicleGearData::DownRatio' has a wrong offset!"); \ +static_assert(offsetof(FVehicleGearData, UpRatio) == 0x000008, "Member 'FVehicleGearData::UpRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleTransmissionData \ +static_assert(alignof(FVehicleTransmissionData) == 0x000008, "Wrong alignment on FVehicleTransmissionData"); \ +static_assert(sizeof(FVehicleTransmissionData) == 0x000030, "Wrong size on FVehicleTransmissionData"); \ +static_assert(offsetof(FVehicleTransmissionData, bUseGearAutoBox) == 0x000000, "Member 'FVehicleTransmissionData::bUseGearAutoBox' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTransmissionData, GearSwitchTime) == 0x000004, "Member 'FVehicleTransmissionData::GearSwitchTime' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTransmissionData, GearAutoBoxLatency) == 0x000008, "Member 'FVehicleTransmissionData::GearAutoBoxLatency' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTransmissionData, FinalRatio) == 0x00000C, "Member 'FVehicleTransmissionData::FinalRatio' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTransmissionData, ForwardGears) == 0x000010, "Member 'FVehicleTransmissionData::ForwardGears' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTransmissionData, ReverseGearRatio) == 0x000020, "Member 'FVehicleTransmissionData::ReverseGearRatio' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTransmissionData, NeutralGearUpRatio) == 0x000024, "Member 'FVehicleTransmissionData::NeutralGearUpRatio' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTransmissionData, ClutchStrength) == 0x000028, "Member 'FVehicleTransmissionData::ClutchStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleEngineData \ +static_assert(alignof(FVehicleEngineData) == 0x000008, "Wrong alignment on FVehicleEngineData"); \ +static_assert(sizeof(FVehicleEngineData) == 0x0000A0, "Wrong size on FVehicleEngineData"); \ +static_assert(offsetof(FVehicleEngineData, TorqueCurve) == 0x000000, "Member 'FVehicleEngineData::TorqueCurve' has a wrong offset!"); \ +static_assert(offsetof(FVehicleEngineData, MaxRPM) == 0x000088, "Member 'FVehicleEngineData::MaxRPM' has a wrong offset!"); \ +static_assert(offsetof(FVehicleEngineData, MOI) == 0x00008C, "Member 'FVehicleEngineData::MOI' has a wrong offset!"); \ +static_assert(offsetof(FVehicleEngineData, DampingRateFullThrottle) == 0x000090, "Member 'FVehicleEngineData::DampingRateFullThrottle' has a wrong offset!"); \ +static_assert(offsetof(FVehicleEngineData, DampingRateZeroThrottleClutchEngaged) == 0x000094, "Member 'FVehicleEngineData::DampingRateZeroThrottleClutchEngaged' has a wrong offset!"); \ +static_assert(offsetof(FVehicleEngineData, DampingRateZeroThrottleClutchDisengaged) == 0x000098, "Member 'FVehicleEngineData::DampingRateZeroThrottleClutchDisengaged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleDifferential4WData \ +static_assert(alignof(FVehicleDifferential4WData) == 0x000004, "Wrong alignment on FVehicleDifferential4WData"); \ +static_assert(sizeof(FVehicleDifferential4WData) == 0x00001C, "Wrong size on FVehicleDifferential4WData"); \ +static_assert(offsetof(FVehicleDifferential4WData, DifferentialType) == 0x000000, "Member 'FVehicleDifferential4WData::DifferentialType' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDifferential4WData, FrontRearSplit) == 0x000004, "Member 'FVehicleDifferential4WData::FrontRearSplit' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDifferential4WData, FrontLeftRightSplit) == 0x000008, "Member 'FVehicleDifferential4WData::FrontLeftRightSplit' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDifferential4WData, RearLeftRightSplit) == 0x00000C, "Member 'FVehicleDifferential4WData::RearLeftRightSplit' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDifferential4WData, CentreBias) == 0x000010, "Member 'FVehicleDifferential4WData::CentreBias' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDifferential4WData, FrontBias) == 0x000014, "Member 'FVehicleDifferential4WData::FrontBias' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDifferential4WData, RearBias) == 0x000018, "Member 'FVehicleDifferential4WData::RearBias' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_ServerUpdateState \ +static_assert(alignof(WheeledVehicleMovementComponent_ServerUpdateState) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_ServerUpdateState"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_ServerUpdateState) == 0x000014, "Wrong size on WheeledVehicleMovementComponent_ServerUpdateState"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_ServerUpdateState, InSteeringInput) == 0x000000, "Member 'WheeledVehicleMovementComponent_ServerUpdateState::InSteeringInput' has a wrong offset!"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_ServerUpdateState, InThrottleInput) == 0x000004, "Member 'WheeledVehicleMovementComponent_ServerUpdateState::InThrottleInput' has a wrong offset!"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_ServerUpdateState, InBrakeInput) == 0x000008, "Member 'WheeledVehicleMovementComponent_ServerUpdateState::InBrakeInput' has a wrong offset!"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_ServerUpdateState, InHandbrakeInput) == 0x00000C, "Member 'WheeledVehicleMovementComponent_ServerUpdateState::InHandbrakeInput' has a wrong offset!"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_ServerUpdateState, CurrentGear) == 0x000010, "Member 'WheeledVehicleMovementComponent_ServerUpdateState::CurrentGear' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetAvoidanceEnabled \ +static_assert(alignof(WheeledVehicleMovementComponent_SetAvoidanceEnabled) == 0x000001, "Wrong alignment on WheeledVehicleMovementComponent_SetAvoidanceEnabled"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetAvoidanceEnabled) == 0x000001, "Wrong size on WheeledVehicleMovementComponent_SetAvoidanceEnabled"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetAvoidanceEnabled, bEnable) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetAvoidanceEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetAvoidanceGroup \ +static_assert(alignof(WheeledVehicleMovementComponent_SetAvoidanceGroup) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetAvoidanceGroup"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetAvoidanceGroup) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetAvoidanceGroup"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetAvoidanceGroup, GroupFlags) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetAvoidanceGroup::GroupFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetAvoidanceGroupMask \ +static_assert(alignof(WheeledVehicleMovementComponent_SetAvoidanceGroupMask) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetAvoidanceGroupMask"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetAvoidanceGroupMask) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetAvoidanceGroupMask"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetAvoidanceGroupMask, GroupMask) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetAvoidanceGroupMask::GroupMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetBrakeInput \ +static_assert(alignof(WheeledVehicleMovementComponent_SetBrakeInput) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetBrakeInput"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetBrakeInput) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetBrakeInput"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetBrakeInput, Brake) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetBrakeInput::Brake' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetGearDown \ +static_assert(alignof(WheeledVehicleMovementComponent_SetGearDown) == 0x000001, "Wrong alignment on WheeledVehicleMovementComponent_SetGearDown"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetGearDown) == 0x000001, "Wrong size on WheeledVehicleMovementComponent_SetGearDown"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetGearDown, bNewGearDown) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetGearDown::bNewGearDown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetGearUp \ +static_assert(alignof(WheeledVehicleMovementComponent_SetGearUp) == 0x000001, "Wrong alignment on WheeledVehicleMovementComponent_SetGearUp"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetGearUp) == 0x000001, "Wrong size on WheeledVehicleMovementComponent_SetGearUp"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetGearUp, bNewGearUp) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetGearUp::bNewGearUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetGroupsToAvoid \ +static_assert(alignof(WheeledVehicleMovementComponent_SetGroupsToAvoid) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetGroupsToAvoid"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetGroupsToAvoid) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetGroupsToAvoid"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetGroupsToAvoid, GroupFlags) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetGroupsToAvoid::GroupFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetGroupsToAvoidMask \ +static_assert(alignof(WheeledVehicleMovementComponent_SetGroupsToAvoidMask) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetGroupsToAvoidMask"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetGroupsToAvoidMask) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetGroupsToAvoidMask"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetGroupsToAvoidMask, GroupMask) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetGroupsToAvoidMask::GroupMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetGroupsToIgnore \ +static_assert(alignof(WheeledVehicleMovementComponent_SetGroupsToIgnore) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetGroupsToIgnore"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetGroupsToIgnore) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetGroupsToIgnore"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetGroupsToIgnore, GroupFlags) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetGroupsToIgnore::GroupFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetGroupsToIgnoreMask \ +static_assert(alignof(WheeledVehicleMovementComponent_SetGroupsToIgnoreMask) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetGroupsToIgnoreMask"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetGroupsToIgnoreMask) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetGroupsToIgnoreMask"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetGroupsToIgnoreMask, GroupMask) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetGroupsToIgnoreMask::GroupMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetHandbrakeInput \ +static_assert(alignof(WheeledVehicleMovementComponent_SetHandbrakeInput) == 0x000001, "Wrong alignment on WheeledVehicleMovementComponent_SetHandbrakeInput"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetHandbrakeInput) == 0x000001, "Wrong size on WheeledVehicleMovementComponent_SetHandbrakeInput"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetHandbrakeInput, bNewHandbrake) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetHandbrakeInput::bNewHandbrake' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetSteeringInput \ +static_assert(alignof(WheeledVehicleMovementComponent_SetSteeringInput) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetSteeringInput"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetSteeringInput) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetSteeringInput"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetSteeringInput, Steering) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetSteeringInput::Steering' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetTargetGear \ +static_assert(alignof(WheeledVehicleMovementComponent_SetTargetGear) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetTargetGear"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetTargetGear) == 0x000008, "Wrong size on WheeledVehicleMovementComponent_SetTargetGear"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetTargetGear, GearNum) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetTargetGear::GearNum' has a wrong offset!"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetTargetGear, bImmediate) == 0x000004, "Member 'WheeledVehicleMovementComponent_SetTargetGear::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetThrottleInput \ +static_assert(alignof(WheeledVehicleMovementComponent_SetThrottleInput) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetThrottleInput"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetThrottleInput) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetThrottleInput"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetThrottleInput, Throttle) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetThrottleInput::Throttle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetUseAutoGears \ +static_assert(alignof(WheeledVehicleMovementComponent_SetUseAutoGears) == 0x000001, "Wrong alignment on WheeledVehicleMovementComponent_SetUseAutoGears"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_SetUseAutoGears) == 0x000001, "Wrong size on WheeledVehicleMovementComponent_SetUseAutoGears"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_SetUseAutoGears, bUseAuto) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetUseAutoGears::bUseAuto' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_GetCurrentGear \ +static_assert(alignof(WheeledVehicleMovementComponent_GetCurrentGear) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_GetCurrentGear"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_GetCurrentGear) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_GetCurrentGear"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_GetCurrentGear, ReturnValue) == 0x000000, "Member 'WheeledVehicleMovementComponent_GetCurrentGear::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed \ +static_assert(alignof(WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed, ReturnValue) == 0x000000, "Member 'WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_GetEngineRotationSpeed \ +static_assert(alignof(WheeledVehicleMovementComponent_GetEngineRotationSpeed) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_GetEngineRotationSpeed"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_GetEngineRotationSpeed) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_GetEngineRotationSpeed"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_GetEngineRotationSpeed, ReturnValue) == 0x000000, "Member 'WheeledVehicleMovementComponent_GetEngineRotationSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_GetForwardSpeed \ +static_assert(alignof(WheeledVehicleMovementComponent_GetForwardSpeed) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_GetForwardSpeed"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_GetForwardSpeed) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_GetForwardSpeed"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_GetForwardSpeed, ReturnValue) == 0x000000, "Member 'WheeledVehicleMovementComponent_GetForwardSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_GetTargetGear \ +static_assert(alignof(WheeledVehicleMovementComponent_GetTargetGear) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_GetTargetGear"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_GetTargetGear) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_GetTargetGear"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_GetTargetGear, ReturnValue) == 0x000000, "Member 'WheeledVehicleMovementComponent_GetTargetGear::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_GetUseAutoGears \ +static_assert(alignof(WheeledVehicleMovementComponent_GetUseAutoGears) == 0x000001, "Wrong alignment on WheeledVehicleMovementComponent_GetUseAutoGears"); \ +static_assert(sizeof(WheeledVehicleMovementComponent_GetUseAutoGears) == 0x000001, "Wrong size on WheeledVehicleMovementComponent_GetUseAutoGears"); \ +static_assert(offsetof(WheeledVehicleMovementComponent_GetUseAutoGears, ReturnValue) == 0x000000, "Member 'WheeledVehicleMovementComponent_GetUseAutoGears::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWheeledVehicleMovementComponent \ +static_assert(alignof(UWheeledVehicleMovementComponent) == 0x000008, "Wrong alignment on UWheeledVehicleMovementComponent"); \ +static_assert(sizeof(UWheeledVehicleMovementComponent) == 0x0002A8, "Wrong size on UWheeledVehicleMovementComponent"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, Mass) == 0x000160, "Member 'UWheeledVehicleMovementComponent::Mass' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, WheelSetups) == 0x000168, "Member 'UWheeledVehicleMovementComponent::WheelSetups' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, DragCoefficient) == 0x000178, "Member 'UWheeledVehicleMovementComponent::DragCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, ChassisWidth) == 0x00017C, "Member 'UWheeledVehicleMovementComponent::ChassisWidth' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, ChassisHeight) == 0x000180, "Member 'UWheeledVehicleMovementComponent::ChassisHeight' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, DragArea) == 0x000184, "Member 'UWheeledVehicleMovementComponent::DragArea' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, EstimatedMaxEngineSpeed) == 0x000188, "Member 'UWheeledVehicleMovementComponent::EstimatedMaxEngineSpeed' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, MaxEngineRPM) == 0x00018C, "Member 'UWheeledVehicleMovementComponent::MaxEngineRPM' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, DebugDragMagnitude) == 0x000190, "Member 'UWheeledVehicleMovementComponent::DebugDragMagnitude' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, InertiaTensorScale) == 0x000194, "Member 'UWheeledVehicleMovementComponent::InertiaTensorScale' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, MinNormalizedTireLoad) == 0x0001A0, "Member 'UWheeledVehicleMovementComponent::MinNormalizedTireLoad' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, MinNormalizedTireLoadFiltered) == 0x0001A4, "Member 'UWheeledVehicleMovementComponent::MinNormalizedTireLoadFiltered' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, MaxNormalizedTireLoad) == 0x0001A8, "Member 'UWheeledVehicleMovementComponent::MaxNormalizedTireLoad' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, MaxNormalizedTireLoadFiltered) == 0x0001AC, "Member 'UWheeledVehicleMovementComponent::MaxNormalizedTireLoadFiltered' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, ThresholdLongitudinalSpeed) == 0x0001B0, "Member 'UWheeledVehicleMovementComponent::ThresholdLongitudinalSpeed' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, LowForwardSpeedSubStepCount) == 0x0001B4, "Member 'UWheeledVehicleMovementComponent::LowForwardSpeedSubStepCount' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, HighForwardSpeedSubStepCount) == 0x0001B8, "Member 'UWheeledVehicleMovementComponent::HighForwardSpeedSubStepCount' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, Wheels) == 0x0001C0, "Member 'UWheeledVehicleMovementComponent::Wheels' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, RVOAvoidanceRadius) == 0x0001E8, "Member 'UWheeledVehicleMovementComponent::RVOAvoidanceRadius' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, RVOAvoidanceHeight) == 0x0001EC, "Member 'UWheeledVehicleMovementComponent::RVOAvoidanceHeight' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, AvoidanceConsiderationRadius) == 0x0001F0, "Member 'UWheeledVehicleMovementComponent::AvoidanceConsiderationRadius' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, RVOSteeringStep) == 0x0001F4, "Member 'UWheeledVehicleMovementComponent::RVOSteeringStep' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, RVOThrottleStep) == 0x0001F8, "Member 'UWheeledVehicleMovementComponent::RVOThrottleStep' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, AvoidanceUID) == 0x0001FC, "Member 'UWheeledVehicleMovementComponent::AvoidanceUID' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, AvoidanceGroup) == 0x000200, "Member 'UWheeledVehicleMovementComponent::AvoidanceGroup' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, GroupsToAvoid) == 0x000204, "Member 'UWheeledVehicleMovementComponent::GroupsToAvoid' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, GroupsToIgnore) == 0x000208, "Member 'UWheeledVehicleMovementComponent::GroupsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, AvoidanceWeight) == 0x00020C, "Member 'UWheeledVehicleMovementComponent::AvoidanceWeight' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, PendingLaunchVelocity) == 0x000210, "Member 'UWheeledVehicleMovementComponent::PendingLaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, ReplicatedState) == 0x00021C, "Member 'UWheeledVehicleMovementComponent::ReplicatedState' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, RawSteeringInput) == 0x000234, "Member 'UWheeledVehicleMovementComponent::RawSteeringInput' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, RawThrottleInput) == 0x000238, "Member 'UWheeledVehicleMovementComponent::RawThrottleInput' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, RawBrakeInput) == 0x00023C, "Member 'UWheeledVehicleMovementComponent::RawBrakeInput' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, SteeringInput) == 0x000240, "Member 'UWheeledVehicleMovementComponent::SteeringInput' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, ThrottleInput) == 0x000244, "Member 'UWheeledVehicleMovementComponent::ThrottleInput' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, BrakeInput) == 0x000248, "Member 'UWheeledVehicleMovementComponent::BrakeInput' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, HandbrakeInput) == 0x00024C, "Member 'UWheeledVehicleMovementComponent::HandbrakeInput' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, IdleBrakeInput) == 0x000250, "Member 'UWheeledVehicleMovementComponent::IdleBrakeInput' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, StopThreshold) == 0x000254, "Member 'UWheeledVehicleMovementComponent::StopThreshold' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, WrongDirectionThreshold) == 0x000258, "Member 'UWheeledVehicleMovementComponent::WrongDirectionThreshold' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, ThrottleInputRate) == 0x00025C, "Member 'UWheeledVehicleMovementComponent::ThrottleInputRate' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, BrakeInputRate) == 0x000264, "Member 'UWheeledVehicleMovementComponent::BrakeInputRate' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, HandbrakeInputRate) == 0x00026C, "Member 'UWheeledVehicleMovementComponent::HandbrakeInputRate' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, SteeringInputRate) == 0x000274, "Member 'UWheeledVehicleMovementComponent::SteeringInputRate' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent, OverrideController) == 0x0002A0, "Member 'UWheeledVehicleMovementComponent::OverrideController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SimpleWheeledVehicleMovementComponent_SetBrakeTorque \ +static_assert(alignof(SimpleWheeledVehicleMovementComponent_SetBrakeTorque) == 0x000004, "Wrong alignment on SimpleWheeledVehicleMovementComponent_SetBrakeTorque"); \ +static_assert(sizeof(SimpleWheeledVehicleMovementComponent_SetBrakeTorque) == 0x000008, "Wrong size on SimpleWheeledVehicleMovementComponent_SetBrakeTorque"); \ +static_assert(offsetof(SimpleWheeledVehicleMovementComponent_SetBrakeTorque, BrakeTorque) == 0x000000, "Member 'SimpleWheeledVehicleMovementComponent_SetBrakeTorque::BrakeTorque' has a wrong offset!"); \ +static_assert(offsetof(SimpleWheeledVehicleMovementComponent_SetBrakeTorque, WheelIndex) == 0x000004, "Member 'SimpleWheeledVehicleMovementComponent_SetBrakeTorque::WheelIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SimpleWheeledVehicleMovementComponent_SetDriveTorque \ +static_assert(alignof(SimpleWheeledVehicleMovementComponent_SetDriveTorque) == 0x000004, "Wrong alignment on SimpleWheeledVehicleMovementComponent_SetDriveTorque"); \ +static_assert(sizeof(SimpleWheeledVehicleMovementComponent_SetDriveTorque) == 0x000008, "Wrong size on SimpleWheeledVehicleMovementComponent_SetDriveTorque"); \ +static_assert(offsetof(SimpleWheeledVehicleMovementComponent_SetDriveTorque, DriveTorque) == 0x000000, "Member 'SimpleWheeledVehicleMovementComponent_SetDriveTorque::DriveTorque' has a wrong offset!"); \ +static_assert(offsetof(SimpleWheeledVehicleMovementComponent_SetDriveTorque, WheelIndex) == 0x000004, "Member 'SimpleWheeledVehicleMovementComponent_SetDriveTorque::WheelIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SimpleWheeledVehicleMovementComponent_SetSteerAngle \ +static_assert(alignof(SimpleWheeledVehicleMovementComponent_SetSteerAngle) == 0x000004, "Wrong alignment on SimpleWheeledVehicleMovementComponent_SetSteerAngle"); \ +static_assert(sizeof(SimpleWheeledVehicleMovementComponent_SetSteerAngle) == 0x000008, "Wrong size on SimpleWheeledVehicleMovementComponent_SetSteerAngle"); \ +static_assert(offsetof(SimpleWheeledVehicleMovementComponent_SetSteerAngle, SteerAngle) == 0x000000, "Member 'SimpleWheeledVehicleMovementComponent_SetSteerAngle::SteerAngle' has a wrong offset!"); \ +static_assert(offsetof(SimpleWheeledVehicleMovementComponent_SetSteerAngle, WheelIndex) == 0x000004, "Member 'SimpleWheeledVehicleMovementComponent_SetSteerAngle::WheelIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USimpleWheeledVehicleMovementComponent \ +static_assert(alignof(USimpleWheeledVehicleMovementComponent) == 0x000008, "Wrong alignment on USimpleWheeledVehicleMovementComponent"); \ +static_assert(sizeof(USimpleWheeledVehicleMovementComponent) == 0x0002A8, "Wrong size on USimpleWheeledVehicleMovementComponent"); \ + +#define DUMPER7_ASSERTS_UTireConfig \ +static_assert(alignof(UTireConfig) == 0x000008, "Wrong alignment on UTireConfig"); \ +static_assert(sizeof(UTireConfig) == 0x000058, "Wrong size on UTireConfig"); \ +static_assert(offsetof(UTireConfig, FrictionScale) == 0x000038, "Member 'UTireConfig::FrictionScale' has a wrong offset!"); \ +static_assert(offsetof(UTireConfig, TireFrictionScales) == 0x000040, "Member 'UTireConfig::TireFrictionScales' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAnimInstance_GetVehicle \ +static_assert(alignof(VehicleAnimInstance_GetVehicle) == 0x000008, "Wrong alignment on VehicleAnimInstance_GetVehicle"); \ +static_assert(sizeof(VehicleAnimInstance_GetVehicle) == 0x000008, "Wrong size on VehicleAnimInstance_GetVehicle"); \ +static_assert(offsetof(VehicleAnimInstance_GetVehicle, ReturnValue) == 0x000000, "Member 'VehicleAnimInstance_GetVehicle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleAnimInstance \ +static_assert(alignof(UVehicleAnimInstance) == 0x000010, "Wrong alignment on UVehicleAnimInstance"); \ +static_assert(sizeof(UVehicleAnimInstance) == 0x000A60, "Wrong size on UVehicleAnimInstance"); \ +static_assert(offsetof(UVehicleAnimInstance, WheeledVehicleMovementComponent) == 0x000A50, "Member 'UVehicleAnimInstance::WheeledVehicleMovementComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleWheel_GetRotationAngle \ +static_assert(alignof(VehicleWheel_GetRotationAngle) == 0x000004, "Wrong alignment on VehicleWheel_GetRotationAngle"); \ +static_assert(sizeof(VehicleWheel_GetRotationAngle) == 0x000004, "Wrong size on VehicleWheel_GetRotationAngle"); \ +static_assert(offsetof(VehicleWheel_GetRotationAngle, ReturnValue) == 0x000000, "Member 'VehicleWheel_GetRotationAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleWheel_GetSteerAngle \ +static_assert(alignof(VehicleWheel_GetSteerAngle) == 0x000004, "Wrong alignment on VehicleWheel_GetSteerAngle"); \ +static_assert(sizeof(VehicleWheel_GetSteerAngle) == 0x000004, "Wrong size on VehicleWheel_GetSteerAngle"); \ +static_assert(offsetof(VehicleWheel_GetSteerAngle, ReturnValue) == 0x000000, "Member 'VehicleWheel_GetSteerAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleWheel_GetSuspensionOffset \ +static_assert(alignof(VehicleWheel_GetSuspensionOffset) == 0x000004, "Wrong alignment on VehicleWheel_GetSuspensionOffset"); \ +static_assert(sizeof(VehicleWheel_GetSuspensionOffset) == 0x000004, "Wrong size on VehicleWheel_GetSuspensionOffset"); \ +static_assert(offsetof(VehicleWheel_GetSuspensionOffset, ReturnValue) == 0x000000, "Member 'VehicleWheel_GetSuspensionOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleWheel_IsInAir \ +static_assert(alignof(VehicleWheel_IsInAir) == 0x000001, "Wrong alignment on VehicleWheel_IsInAir"); \ +static_assert(sizeof(VehicleWheel_IsInAir) == 0x000001, "Wrong size on VehicleWheel_IsInAir"); \ +static_assert(offsetof(VehicleWheel_IsInAir, ReturnValue) == 0x000000, "Member 'VehicleWheel_IsInAir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleWheel \ +static_assert(alignof(UVehicleWheel) == 0x000008, "Wrong alignment on UVehicleWheel"); \ +static_assert(sizeof(UVehicleWheel) == 0x0000F8, "Wrong size on UVehicleWheel"); \ +static_assert(offsetof(UVehicleWheel, CollisionMesh) == 0x000030, "Member 'UVehicleWheel::CollisionMesh' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, bDontCreateShape) == 0x000038, "Member 'UVehicleWheel::bDontCreateShape' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, bAutoAdjustCollisionSize) == 0x000039, "Member 'UVehicleWheel::bAutoAdjustCollisionSize' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, Offset) == 0x00003C, "Member 'UVehicleWheel::Offset' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, ShapeRadius) == 0x000048, "Member 'UVehicleWheel::ShapeRadius' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, ShapeWidth) == 0x00004C, "Member 'UVehicleWheel::ShapeWidth' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, Mass) == 0x000050, "Member 'UVehicleWheel::Mass' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, DampingRate) == 0x000054, "Member 'UVehicleWheel::DampingRate' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, SteerAngle) == 0x000058, "Member 'UVehicleWheel::SteerAngle' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, bAffectedByHandbrake) == 0x00005C, "Member 'UVehicleWheel::bAffectedByHandbrake' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, TireType) == 0x000060, "Member 'UVehicleWheel::TireType' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, TireConfig) == 0x000068, "Member 'UVehicleWheel::TireConfig' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, LatStiffMaxLoad) == 0x000070, "Member 'UVehicleWheel::LatStiffMaxLoad' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, LatStiffValue) == 0x000074, "Member 'UVehicleWheel::LatStiffValue' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, LongStiffValue) == 0x000078, "Member 'UVehicleWheel::LongStiffValue' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, SuspensionForceOffset) == 0x00007C, "Member 'UVehicleWheel::SuspensionForceOffset' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, SuspensionMaxRaise) == 0x000080, "Member 'UVehicleWheel::SuspensionMaxRaise' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, SuspensionMaxDrop) == 0x000084, "Member 'UVehicleWheel::SuspensionMaxDrop' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, SuspensionNaturalFrequency) == 0x000088, "Member 'UVehicleWheel::SuspensionNaturalFrequency' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, SuspensionDampingRatio) == 0x00008C, "Member 'UVehicleWheel::SuspensionDampingRatio' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, SweepType) == 0x000090, "Member 'UVehicleWheel::SweepType' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, MaxBrakeTorque) == 0x000094, "Member 'UVehicleWheel::MaxBrakeTorque' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, MaxHandBrakeTorque) == 0x000098, "Member 'UVehicleWheel::MaxHandBrakeTorque' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, VehicleSim) == 0x0000A0, "Member 'UVehicleWheel::VehicleSim' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, WheelIndex) == 0x0000A8, "Member 'UVehicleWheel::WheelIndex' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, DebugLongSlip) == 0x0000AC, "Member 'UVehicleWheel::DebugLongSlip' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, DebugLatSlip) == 0x0000B0, "Member 'UVehicleWheel::DebugLatSlip' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, DebugNormalizedTireLoad) == 0x0000B4, "Member 'UVehicleWheel::DebugNormalizedTireLoad' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, DebugWheelTorque) == 0x0000BC, "Member 'UVehicleWheel::DebugWheelTorque' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, DebugLongForce) == 0x0000C0, "Member 'UVehicleWheel::DebugLongForce' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, DebugLatForce) == 0x0000C4, "Member 'UVehicleWheel::DebugLatForce' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, Location) == 0x0000C8, "Member 'UVehicleWheel::Location' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, OldLocation) == 0x0000D4, "Member 'UVehicleWheel::OldLocation' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWheel, Velocity) == 0x0000E0, "Member 'UVehicleWheel::Velocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWheeledVehicle \ +static_assert(alignof(AWheeledVehicle) == 0x000008, "Wrong alignment on AWheeledVehicle"); \ +static_assert(sizeof(AWheeledVehicle) == 0x000340, "Wrong size on AWheeledVehicle"); \ +static_assert(offsetof(AWheeledVehicle, Mesh) == 0x000330, "Member 'AWheeledVehicle::Mesh' has a wrong offset!"); \ +static_assert(offsetof(AWheeledVehicle, VehicleMovement) == 0x000338, "Member 'AWheeledVehicle::VehicleMovement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWheeledVehicleMovementComponent4W \ +static_assert(alignof(UWheeledVehicleMovementComponent4W) == 0x000008, "Wrong alignment on UWheeledVehicleMovementComponent4W"); \ +static_assert(sizeof(UWheeledVehicleMovementComponent4W) == 0x000420, "Wrong size on UWheeledVehicleMovementComponent4W"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent4W, EngineSetup) == 0x0002A8, "Member 'UWheeledVehicleMovementComponent4W::EngineSetup' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent4W, DifferentialSetup) == 0x000348, "Member 'UWheeledVehicleMovementComponent4W::DifferentialSetup' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent4W, AckermannAccuracy) == 0x000364, "Member 'UWheeledVehicleMovementComponent4W::AckermannAccuracy' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent4W, TransmissionSetup) == 0x000368, "Member 'UWheeledVehicleMovementComponent4W::TransmissionSetup' has a wrong offset!"); \ +static_assert(offsetof(UWheeledVehicleMovementComponent4W, SteeringCurve) == 0x000398, "Member 'UWheeledVehicleMovementComponent4W::SteeringCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProcMeshTangent \ +static_assert(alignof(FProcMeshTangent) == 0x000004, "Wrong alignment on FProcMeshTangent"); \ +static_assert(sizeof(FProcMeshTangent) == 0x000010, "Wrong size on FProcMeshTangent"); \ +static_assert(offsetof(FProcMeshTangent, TangentX) == 0x000000, "Member 'FProcMeshTangent::TangentX' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshTangent, bFlipTangentY) == 0x00000C, "Member 'FProcMeshTangent::bFlipTangentY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProcMeshVertex \ +static_assert(alignof(FProcMeshVertex) == 0x000004, "Wrong alignment on FProcMeshVertex"); \ +static_assert(sizeof(FProcMeshVertex) == 0x00004C, "Wrong size on FProcMeshVertex"); \ +static_assert(offsetof(FProcMeshVertex, Position) == 0x000000, "Member 'FProcMeshVertex::Position' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, Normal) == 0x00000C, "Member 'FProcMeshVertex::Normal' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, Tangent) == 0x000018, "Member 'FProcMeshVertex::Tangent' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, Color) == 0x000028, "Member 'FProcMeshVertex::Color' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, UV0) == 0x00002C, "Member 'FProcMeshVertex::UV0' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, UV1) == 0x000034, "Member 'FProcMeshVertex::UV1' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, UV2) == 0x00003C, "Member 'FProcMeshVertex::UV2' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, UV3) == 0x000044, "Member 'FProcMeshVertex::UV3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProcMeshSection \ +static_assert(alignof(FProcMeshSection) == 0x000008, "Wrong alignment on FProcMeshSection"); \ +static_assert(sizeof(FProcMeshSection) == 0x000040, "Wrong size on FProcMeshSection"); \ +static_assert(offsetof(FProcMeshSection, ProcVertexBuffer) == 0x000000, "Member 'FProcMeshSection::ProcVertexBuffer' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshSection, ProcIndexBuffer) == 0x000010, "Member 'FProcMeshSection::ProcIndexBuffer' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshSection, SectionLocalBox) == 0x000020, "Member 'FProcMeshSection::SectionLocalBox' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshSection, bEnableCollision) == 0x00003C, "Member 'FProcMeshSection::bEnableCollision' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshSection, bSectionVisible) == 0x00003D, "Member 'FProcMeshSection::bSectionVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_CalculateTangentsForMesh \ +static_assert(alignof(KismetProceduralMeshLibrary_CalculateTangentsForMesh) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_CalculateTangentsForMesh"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_CalculateTangentsForMesh) == 0x000050, "Wrong size on KismetProceduralMeshLibrary_CalculateTangentsForMesh"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CalculateTangentsForMesh, Vertices) == 0x000000, "Member 'KismetProceduralMeshLibrary_CalculateTangentsForMesh::Vertices' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CalculateTangentsForMesh, Triangles) == 0x000010, "Member 'KismetProceduralMeshLibrary_CalculateTangentsForMesh::Triangles' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CalculateTangentsForMesh, UVs) == 0x000020, "Member 'KismetProceduralMeshLibrary_CalculateTangentsForMesh::UVs' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CalculateTangentsForMesh, Normals) == 0x000030, "Member 'KismetProceduralMeshLibrary_CalculateTangentsForMesh::Normals' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CalculateTangentsForMesh, Tangents) == 0x000040, "Member 'KismetProceduralMeshLibrary_CalculateTangentsForMesh::Tangents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_ConvertQuadToTriangles \ +static_assert(alignof(KismetProceduralMeshLibrary_ConvertQuadToTriangles) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_ConvertQuadToTriangles"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_ConvertQuadToTriangles) == 0x000020, "Wrong size on KismetProceduralMeshLibrary_ConvertQuadToTriangles"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_ConvertQuadToTriangles, Triangles) == 0x000000, "Member 'KismetProceduralMeshLibrary_ConvertQuadToTriangles::Triangles' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_ConvertQuadToTriangles, Vert0) == 0x000010, "Member 'KismetProceduralMeshLibrary_ConvertQuadToTriangles::Vert0' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_ConvertQuadToTriangles, Vert1) == 0x000014, "Member 'KismetProceduralMeshLibrary_ConvertQuadToTriangles::Vert1' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_ConvertQuadToTriangles, Vert2) == 0x000018, "Member 'KismetProceduralMeshLibrary_ConvertQuadToTriangles::Vert2' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_ConvertQuadToTriangles, Vert3) == 0x00001C, "Member 'KismetProceduralMeshLibrary_ConvertQuadToTriangles::Vert3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent \ +static_assert(alignof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent) == 0x000020, "Wrong size on KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent, StaticMeshComponent) == 0x000000, "Member 'KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent, LODIndex) == 0x000008, "Member 'KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent, ProcMeshComponent) == 0x000010, "Member 'KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent::ProcMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent, bCreateCollision) == 0x000018, "Member 'KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent::bCreateCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_CreateGridMeshSplit \ +static_assert(alignof(KismetProceduralMeshLibrary_CreateGridMeshSplit) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_CreateGridMeshSplit"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_CreateGridMeshSplit) == 0x000050, "Wrong size on KismetProceduralMeshLibrary_CreateGridMeshSplit"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, NumX) == 0x000000, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::NumX' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, NumY) == 0x000004, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::NumY' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, Triangles) == 0x000008, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::Triangles' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, Vertices) == 0x000018, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::Vertices' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, UVs) == 0x000028, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::UVs' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, UV1s) == 0x000038, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::UV1s' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, GridSpacing) == 0x000048, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::GridSpacing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_CreateGridMeshTriangles \ +static_assert(alignof(KismetProceduralMeshLibrary_CreateGridMeshTriangles) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_CreateGridMeshTriangles"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_CreateGridMeshTriangles) == 0x000020, "Wrong size on KismetProceduralMeshLibrary_CreateGridMeshTriangles"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshTriangles, NumX) == 0x000000, "Member 'KismetProceduralMeshLibrary_CreateGridMeshTriangles::NumX' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshTriangles, NumY) == 0x000004, "Member 'KismetProceduralMeshLibrary_CreateGridMeshTriangles::NumY' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshTriangles, bWinding) == 0x000008, "Member 'KismetProceduralMeshLibrary_CreateGridMeshTriangles::bWinding' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshTriangles, Triangles) == 0x000010, "Member 'KismetProceduralMeshLibrary_CreateGridMeshTriangles::Triangles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_CreateGridMeshWelded \ +static_assert(alignof(KismetProceduralMeshLibrary_CreateGridMeshWelded) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_CreateGridMeshWelded"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_CreateGridMeshWelded) == 0x000040, "Wrong size on KismetProceduralMeshLibrary_CreateGridMeshWelded"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, NumX) == 0x000000, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::NumX' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, NumY) == 0x000004, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::NumY' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, Triangles) == 0x000008, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::Triangles' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, Vertices) == 0x000018, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::Vertices' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, UVs) == 0x000028, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::UVs' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, GridSpacing) == 0x000038, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::GridSpacing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_GenerateBoxMesh \ +static_assert(alignof(KismetProceduralMeshLibrary_GenerateBoxMesh) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_GenerateBoxMesh"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_GenerateBoxMesh) == 0x000060, "Wrong size on KismetProceduralMeshLibrary_GenerateBoxMesh"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, BoxRadius) == 0x000000, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::BoxRadius' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, Vertices) == 0x000010, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::Vertices' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, Triangles) == 0x000020, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::Triangles' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, Normals) == 0x000030, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::Normals' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, UVs) == 0x000040, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::UVs' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, Tangents) == 0x000050, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::Tangents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_GetSectionFromProceduralMesh \ +static_assert(alignof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_GetSectionFromProceduralMesh"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh) == 0x000060, "Wrong size on KismetProceduralMeshLibrary_GetSectionFromProceduralMesh"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, InProcMesh) == 0x000000, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::InProcMesh' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, SectionIndex) == 0x000008, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, Vertices) == 0x000010, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::Vertices' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, Triangles) == 0x000020, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::Triangles' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, Normals) == 0x000030, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::Normals' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, UVs) == 0x000040, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::UVs' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, Tangents) == 0x000050, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::Tangents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_GetSectionFromStaticMesh \ +static_assert(alignof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_GetSectionFromStaticMesh"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh) == 0x000060, "Wrong size on KismetProceduralMeshLibrary_GetSectionFromStaticMesh"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, InMesh) == 0x000000, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::InMesh' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, LODIndex) == 0x000008, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, SectionIndex) == 0x00000C, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, Vertices) == 0x000010, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::Vertices' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, Triangles) == 0x000020, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::Triangles' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, Normals) == 0x000030, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::Normals' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, UVs) == 0x000040, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::UVs' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, Tangents) == 0x000050, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::Tangents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_SliceProceduralMesh \ +static_assert(alignof(KismetProceduralMeshLibrary_SliceProceduralMesh) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_SliceProceduralMesh"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_SliceProceduralMesh) == 0x000040, "Wrong size on KismetProceduralMeshLibrary_SliceProceduralMesh"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, InProcMesh) == 0x000000, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::InProcMesh' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, PlanePosition) == 0x000008, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::PlanePosition' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, PlaneNormal) == 0x000014, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, bCreateOtherHalf) == 0x000020, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::bCreateOtherHalf' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, OutOtherHalfProcMesh) == 0x000028, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::OutOtherHalfProcMesh' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, CapOption) == 0x000030, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::CapOption' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, CapMaterial) == 0x000038, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::CapMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetProceduralMeshLibrary \ +static_assert(alignof(UKismetProceduralMeshLibrary) == 0x000008, "Wrong alignment on UKismetProceduralMeshLibrary"); \ +static_assert(sizeof(UKismetProceduralMeshLibrary) == 0x000030, "Wrong size on UKismetProceduralMeshLibrary"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_AddCollisionConvexMesh \ +static_assert(alignof(ProceduralMeshComponent_AddCollisionConvexMesh) == 0x000008, "Wrong alignment on ProceduralMeshComponent_AddCollisionConvexMesh"); \ +static_assert(sizeof(ProceduralMeshComponent_AddCollisionConvexMesh) == 0x000010, "Wrong size on ProceduralMeshComponent_AddCollisionConvexMesh"); \ +static_assert(offsetof(ProceduralMeshComponent_AddCollisionConvexMesh, ConvexVerts) == 0x000000, "Member 'ProceduralMeshComponent_AddCollisionConvexMesh::ConvexVerts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_ClearMeshSection \ +static_assert(alignof(ProceduralMeshComponent_ClearMeshSection) == 0x000004, "Wrong alignment on ProceduralMeshComponent_ClearMeshSection"); \ +static_assert(sizeof(ProceduralMeshComponent_ClearMeshSection) == 0x000004, "Wrong size on ProceduralMeshComponent_ClearMeshSection"); \ +static_assert(offsetof(ProceduralMeshComponent_ClearMeshSection, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_ClearMeshSection::SectionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_CreateMeshSection \ +static_assert(alignof(ProceduralMeshComponent_CreateMeshSection) == 0x000008, "Wrong alignment on ProceduralMeshComponent_CreateMeshSection"); \ +static_assert(sizeof(ProceduralMeshComponent_CreateMeshSection) == 0x000070, "Wrong size on ProceduralMeshComponent_CreateMeshSection"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_CreateMeshSection::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, Vertices) == 0x000008, "Member 'ProceduralMeshComponent_CreateMeshSection::Vertices' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, Triangles) == 0x000018, "Member 'ProceduralMeshComponent_CreateMeshSection::Triangles' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, Normals) == 0x000028, "Member 'ProceduralMeshComponent_CreateMeshSection::Normals' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, UV0) == 0x000038, "Member 'ProceduralMeshComponent_CreateMeshSection::UV0' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, VertexColors) == 0x000048, "Member 'ProceduralMeshComponent_CreateMeshSection::VertexColors' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, Tangents) == 0x000058, "Member 'ProceduralMeshComponent_CreateMeshSection::Tangents' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, bCreateCollision) == 0x000068, "Member 'ProceduralMeshComponent_CreateMeshSection::bCreateCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_CreateMeshSection_LinearColor \ +static_assert(alignof(ProceduralMeshComponent_CreateMeshSection_LinearColor) == 0x000008, "Wrong alignment on ProceduralMeshComponent_CreateMeshSection_LinearColor"); \ +static_assert(sizeof(ProceduralMeshComponent_CreateMeshSection_LinearColor) == 0x0000A0, "Wrong size on ProceduralMeshComponent_CreateMeshSection_LinearColor"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, Vertices) == 0x000008, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::Vertices' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, Triangles) == 0x000018, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::Triangles' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, Normals) == 0x000028, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::Normals' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, UV0) == 0x000038, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::UV0' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, UV1) == 0x000048, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::UV1' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, UV2) == 0x000058, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::UV2' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, UV3) == 0x000068, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::UV3' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, VertexColors) == 0x000078, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::VertexColors' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, Tangents) == 0x000088, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::Tangents' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, bCreateCollision) == 0x000098, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::bCreateCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_SetMeshSectionVisible \ +static_assert(alignof(ProceduralMeshComponent_SetMeshSectionVisible) == 0x000004, "Wrong alignment on ProceduralMeshComponent_SetMeshSectionVisible"); \ +static_assert(sizeof(ProceduralMeshComponent_SetMeshSectionVisible) == 0x000008, "Wrong size on ProceduralMeshComponent_SetMeshSectionVisible"); \ +static_assert(offsetof(ProceduralMeshComponent_SetMeshSectionVisible, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_SetMeshSectionVisible::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_SetMeshSectionVisible, bNewVisibility) == 0x000004, "Member 'ProceduralMeshComponent_SetMeshSectionVisible::bNewVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_UpdateMeshSection \ +static_assert(alignof(ProceduralMeshComponent_UpdateMeshSection) == 0x000008, "Wrong alignment on ProceduralMeshComponent_UpdateMeshSection"); \ +static_assert(sizeof(ProceduralMeshComponent_UpdateMeshSection) == 0x000058, "Wrong size on ProceduralMeshComponent_UpdateMeshSection"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_UpdateMeshSection::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, Vertices) == 0x000008, "Member 'ProceduralMeshComponent_UpdateMeshSection::Vertices' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, Normals) == 0x000018, "Member 'ProceduralMeshComponent_UpdateMeshSection::Normals' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, UV0) == 0x000028, "Member 'ProceduralMeshComponent_UpdateMeshSection::UV0' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, VertexColors) == 0x000038, "Member 'ProceduralMeshComponent_UpdateMeshSection::VertexColors' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, Tangents) == 0x000048, "Member 'ProceduralMeshComponent_UpdateMeshSection::Tangents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_UpdateMeshSection_LinearColor \ +static_assert(alignof(ProceduralMeshComponent_UpdateMeshSection_LinearColor) == 0x000008, "Wrong alignment on ProceduralMeshComponent_UpdateMeshSection_LinearColor"); \ +static_assert(sizeof(ProceduralMeshComponent_UpdateMeshSection_LinearColor) == 0x000088, "Wrong size on ProceduralMeshComponent_UpdateMeshSection_LinearColor"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, Vertices) == 0x000008, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::Vertices' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, Normals) == 0x000018, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::Normals' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, UV0) == 0x000028, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::UV0' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, UV1) == 0x000038, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::UV1' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, UV2) == 0x000048, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::UV2' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, UV3) == 0x000058, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::UV3' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, VertexColors) == 0x000068, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::VertexColors' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, Tangents) == 0x000078, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::Tangents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_GetNumSections \ +static_assert(alignof(ProceduralMeshComponent_GetNumSections) == 0x000004, "Wrong alignment on ProceduralMeshComponent_GetNumSections"); \ +static_assert(sizeof(ProceduralMeshComponent_GetNumSections) == 0x000004, "Wrong size on ProceduralMeshComponent_GetNumSections"); \ +static_assert(offsetof(ProceduralMeshComponent_GetNumSections, ReturnValue) == 0x000000, "Member 'ProceduralMeshComponent_GetNumSections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_IsMeshSectionVisible \ +static_assert(alignof(ProceduralMeshComponent_IsMeshSectionVisible) == 0x000004, "Wrong alignment on ProceduralMeshComponent_IsMeshSectionVisible"); \ +static_assert(sizeof(ProceduralMeshComponent_IsMeshSectionVisible) == 0x000008, "Wrong size on ProceduralMeshComponent_IsMeshSectionVisible"); \ +static_assert(offsetof(ProceduralMeshComponent_IsMeshSectionVisible, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_IsMeshSectionVisible::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_IsMeshSectionVisible, ReturnValue) == 0x000004, "Member 'ProceduralMeshComponent_IsMeshSectionVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProceduralMeshComponent \ +static_assert(alignof(UProceduralMeshComponent) == 0x000010, "Wrong alignment on UProceduralMeshComponent"); \ +static_assert(sizeof(UProceduralMeshComponent) == 0x000590, "Wrong size on UProceduralMeshComponent"); \ +static_assert(offsetof(UProceduralMeshComponent, bUseComplexAsSimpleCollision) == 0x000530, "Member 'UProceduralMeshComponent::bUseComplexAsSimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, bUseAsyncCooking) == 0x000531, "Member 'UProceduralMeshComponent::bUseAsyncCooking' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, ProcMeshBodySetup) == 0x000538, "Member 'UProceduralMeshComponent::ProcMeshBodySetup' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, ProcMeshSections) == 0x000540, "Member 'UProceduralMeshComponent::ProcMeshSections' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, CollisionConvexElems) == 0x000550, "Member 'UProceduralMeshComponent::CollisionConvexElems' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, LocalBounds) == 0x000560, "Member 'UProceduralMeshComponent::LocalBounds' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, AsyncBodySetupQueue) == 0x000580, "Member 'UProceduralMeshComponent::AsyncBodySetupQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MethBag_Pure_C \ +static_assert(alignof(ABP_MethBag_Pure_C) == 0x000008, "Wrong alignment on ABP_MethBag_Pure_C"); \ +static_assert(sizeof(ABP_MethBag_Pure_C) == 0x0003D0, "Wrong size on ABP_MethBag_Pure_C"); \ +static_assert(offsetof(ABP_MethBag_Pure_C, SBZOutline) == 0x0003C0, "Member 'ABP_MethBag_Pure_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethBag_Pure_C, StaticMesh) == 0x0003C8, "Member 'ABP_MethBag_Pure_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion \ +static_assert(alignof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion) == 0x000008, "Wrong alignment on WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion"); \ +static_assert(sizeof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion) == 0x000138, "Wrong size on WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, EntryPoint) == 0x000000, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, CallFunc_Play2DSound_ReturnValue) == 0x000018, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, CallFunc_Play2DSound_ReturnValue_1) == 0x00001C, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::CallFunc_Play2DSound_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, CallFunc_Play2DSound_ReturnValue_2) == 0x000020, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::CallFunc_Play2DSound_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, CallFunc_Play2DSound_ReturnValue_3) == 0x000024, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::CallFunc_Play2DSound_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, CallFunc_Play2DSound_ReturnValue_4) == 0x000028, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::CallFunc_Play2DSound_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, CallFunc_Play2DSound_ReturnValue_5) == 0x00002C, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::CallFunc_Play2DSound_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, CallFunc_Play2DSound_ReturnValue_6) == 0x000030, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::CallFunc_Play2DSound_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, CallFunc_Play2DSound_ReturnValue_7) == 0x000034, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::CallFunc_Play2DSound_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, CallFunc_Play2DSound_ReturnValue_8) == 0x000038, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::CallFunc_Play2DSound_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, CallFunc_Play2DSound_ReturnValue_9) == 0x00003C, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::CallFunc_Play2DSound_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, CallFunc_Play2DSound_ReturnValue_10) == 0x000040, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::CallFunc_Play2DSound_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, CallFunc_Play2DSound_ReturnValue_11) == 0x000044, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::CallFunc_Play2DSound_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, CallFunc_GetTimeOfDay_ReturnValue) == 0x000048, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::CallFunc_GetTimeOfDay_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, CallFunc_Get_ReturnValue) == 0x000050, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, CallFunc_BreakTimespan_Days) == 0x000058, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::CallFunc_BreakTimespan_Days' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, CallFunc_BreakTimespan_Hours) == 0x00005C, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::CallFunc_BreakTimespan_Hours' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, CallFunc_BreakTimespan_Minutes) == 0x000060, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::CallFunc_BreakTimespan_Minutes' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, CallFunc_BreakTimespan_Seconds) == 0x000064, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::CallFunc_BreakTimespan_Seconds' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, CallFunc_BreakTimespan_Milliseconds) == 0x000068, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::CallFunc_BreakTimespan_Milliseconds' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, K2Node_MakeStruct_FormatArgumentData) == 0x000070, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B0, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, CallFunc_Get_ReturnValue_1) == 0x0000F0, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, K2Node_MakeArray_Array) == 0x0000F8, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, CallFunc_IsPopupShown_ReturnValue) == 0x000108, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::CallFunc_IsPopupShown_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, CallFunc_Format_ReturnValue) == 0x000110, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, CallFunc_SelectFloat_ReturnValue) == 0x000128, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion, CallFunc_PlayAnimation_ReturnValue) == 0x000130, "Member 'WBP_ServerBrowser_IntroMotion_C_ExecuteUbergraph_WBP_ServerBrowser_IntroMotion::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ServerBrowser_IntroMotion_C \ +static_assert(alignof(UWBP_ServerBrowser_IntroMotion_C) == 0x000008, "Wrong alignment on UWBP_ServerBrowser_IntroMotion_C"); \ +static_assert(sizeof(UWBP_ServerBrowser_IntroMotion_C) == 0x000378, "Wrong size on UWBP_ServerBrowser_IntroMotion_C"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, UberGraphFrame) == 0x000290, "Member 'UWBP_ServerBrowser_IntroMotion_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, HackIntro) == 0x000298, "Member 'UWBP_ServerBrowser_IntroMotion_C::HackIntro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, Image) == 0x0002A0, "Member 'UWBP_ServerBrowser_IntroMotion_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, Image_1) == 0x0002A8, "Member 'UWBP_ServerBrowser_IntroMotion_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, Image_2) == 0x0002B0, "Member 'UWBP_ServerBrowser_IntroMotion_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, Image_3) == 0x0002B8, "Member 'UWBP_ServerBrowser_IntroMotion_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, Image_4) == 0x0002C0, "Member 'UWBP_ServerBrowser_IntroMotion_C::Image_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, Image_5) == 0x0002C8, "Member 'UWBP_ServerBrowser_IntroMotion_C::Image_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, Image_6) == 0x0002D0, "Member 'UWBP_ServerBrowser_IntroMotion_C::Image_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, Image_7) == 0x0002D8, "Member 'UWBP_ServerBrowser_IntroMotion_C::Image_7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, Image_8) == 0x0002E0, "Member 'UWBP_ServerBrowser_IntroMotion_C::Image_8' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, Image_9) == 0x0002E8, "Member 'UWBP_ServerBrowser_IntroMotion_C::Image_9' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, Image_10) == 0x0002F0, "Member 'UWBP_ServerBrowser_IntroMotion_C::Image_10' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, Image_11) == 0x0002F8, "Member 'UWBP_ServerBrowser_IntroMotion_C::Image_11' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, Image_782) == 0x000300, "Member 'UWBP_ServerBrowser_IntroMotion_C::Image_782' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, Image_936) == 0x000308, "Member 'UWBP_ServerBrowser_IntroMotion_C::Image_936' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, Time_T) == 0x000310, "Member 'UWBP_ServerBrowser_IntroMotion_C::Time_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, Title_T) == 0x000318, "Member 'UWBP_ServerBrowser_IntroMotion_C::Title_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, IntroFinishedDelegate) == 0x000320, "Member 'UWBP_ServerBrowser_IntroMotion_C::IntroFinishedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, IntroStartedSound) == 0x000330, "Member 'UWBP_ServerBrowser_IntroMotion_C::IntroStartedSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, WindowScaleUpSound) == 0x000338, "Member 'UWBP_ServerBrowser_IntroMotion_C::WindowScaleUpSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, StartPrintSound) == 0x000340, "Member 'UWBP_ServerBrowser_IntroMotion_C::StartPrintSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, StopPrintSound) == 0x000348, "Member 'UWBP_ServerBrowser_IntroMotion_C::StopPrintSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, InputPasswordDigitSound) == 0x000350, "Member 'UWBP_ServerBrowser_IntroMotion_C::InputPasswordDigitSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, AccessGrantedStartSound) == 0x000358, "Member 'UWBP_ServerBrowser_IntroMotion_C::AccessGrantedStartSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, EndAnimationSound) == 0x000360, "Member 'UWBP_ServerBrowser_IntroMotion_C::EndAnimationSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, ShortSequenceStartedSound) == 0x000368, "Member 'UWBP_ServerBrowser_IntroMotion_C::ShortSequenceStartedSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_IntroMotion_C, IsShortSequence) == 0x000370, "Member 'UWBP_ServerBrowser_IntroMotion_C::IsShortSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundfieldEncodingSettingsBase \ +static_assert(alignof(USoundfieldEncodingSettingsBase) == 0x000008, "Wrong alignment on USoundfieldEncodingSettingsBase"); \ +static_assert(sizeof(USoundfieldEncodingSettingsBase) == 0x000030, "Wrong size on USoundfieldEncodingSettingsBase"); \ + +#define DUMPER7_ASSERTS_UAudioEndpointSettingsBase \ +static_assert(alignof(UAudioEndpointSettingsBase) == 0x000008, "Wrong alignment on UAudioEndpointSettingsBase"); \ +static_assert(sizeof(UAudioEndpointSettingsBase) == 0x000030, "Wrong size on UAudioEndpointSettingsBase"); \ + +#define DUMPER7_ASSERTS_UDummyEndpointSettings \ +static_assert(alignof(UDummyEndpointSettings) == 0x000008, "Wrong alignment on UDummyEndpointSettings"); \ +static_assert(sizeof(UDummyEndpointSettings) == 0x000030, "Wrong size on UDummyEndpointSettings"); \ + +#define DUMPER7_ASSERTS_USpatializationPluginSourceSettingsBase \ +static_assert(alignof(USpatializationPluginSourceSettingsBase) == 0x000008, "Wrong alignment on USpatializationPluginSourceSettingsBase"); \ +static_assert(sizeof(USpatializationPluginSourceSettingsBase) == 0x000030, "Wrong size on USpatializationPluginSourceSettingsBase"); \ + +#define DUMPER7_ASSERTS_UOcclusionPluginSourceSettingsBase \ +static_assert(alignof(UOcclusionPluginSourceSettingsBase) == 0x000008, "Wrong alignment on UOcclusionPluginSourceSettingsBase"); \ +static_assert(sizeof(UOcclusionPluginSourceSettingsBase) == 0x000030, "Wrong size on UOcclusionPluginSourceSettingsBase"); \ + +#define DUMPER7_ASSERTS_UReverbPluginSourceSettingsBase \ +static_assert(alignof(UReverbPluginSourceSettingsBase) == 0x000008, "Wrong alignment on UReverbPluginSourceSettingsBase"); \ +static_assert(sizeof(UReverbPluginSourceSettingsBase) == 0x000030, "Wrong size on UReverbPluginSourceSettingsBase"); \ + +#define DUMPER7_ASSERTS_USoundModulatorBase \ +static_assert(alignof(USoundModulatorBase) == 0x000008, "Wrong alignment on USoundModulatorBase"); \ +static_assert(sizeof(USoundModulatorBase) == 0x000030, "Wrong size on USoundModulatorBase"); \ + +#define DUMPER7_ASSERTS_USoundfieldEndpointSettingsBase \ +static_assert(alignof(USoundfieldEndpointSettingsBase) == 0x000008, "Wrong alignment on USoundfieldEndpointSettingsBase"); \ +static_assert(sizeof(USoundfieldEndpointSettingsBase) == 0x000030, "Wrong size on USoundfieldEndpointSettingsBase"); \ + +#define DUMPER7_ASSERTS_USoundfieldEffectSettingsBase \ +static_assert(alignof(USoundfieldEffectSettingsBase) == 0x000008, "Wrong alignment on USoundfieldEffectSettingsBase"); \ +static_assert(sizeof(USoundfieldEffectSettingsBase) == 0x000030, "Wrong size on USoundfieldEffectSettingsBase"); \ + +#define DUMPER7_ASSERTS_USoundfieldEffectBase \ +static_assert(alignof(USoundfieldEffectBase) == 0x000008, "Wrong alignment on USoundfieldEffectBase"); \ +static_assert(sizeof(USoundfieldEffectBase) == 0x000038, "Wrong size on USoundfieldEffectBase"); \ +static_assert(offsetof(USoundfieldEffectBase, Settings) == 0x000030, "Member 'USoundfieldEffectBase::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Placeable_ArmorBag_Ghost_C \ +static_assert(alignof(ABP_Placeable_ArmorBag_Ghost_C) == 0x000008, "Wrong alignment on ABP_Placeable_ArmorBag_Ghost_C"); \ +static_assert(sizeof(ABP_Placeable_ArmorBag_Ghost_C) == 0x0002B8, "Wrong size on ABP_Placeable_ArmorBag_Ghost_C"); \ +static_assert(offsetof(ABP_Placeable_ArmorBag_Ghost_C, SkeletalMesh) == 0x0002A8, "Member 'ABP_Placeable_ArmorBag_Ghost_C::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_ArmorBag_Ghost_C, DefaultSceneRoot) == 0x0002B0, "Member 'ABP_Placeable_ArmorBag_Ghost_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAmbisonicsEncodingSettings \ +static_assert(alignof(UAmbisonicsEncodingSettings) == 0x000008, "Wrong alignment on UAmbisonicsEncodingSettings"); \ +static_assert(sizeof(UAmbisonicsEncodingSettings) == 0x000038, "Wrong size on UAmbisonicsEncodingSettings"); \ +static_assert(offsetof(UAmbisonicsEncodingSettings, AmbisonicsOrder) == 0x000030, "Member 'UAmbisonicsEncodingSettings::AmbisonicsOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SmokeCameraFeedback_C \ +static_assert(alignof(UBP_SmokeCameraFeedback_C) == 0x000008, "Wrong alignment on UBP_SmokeCameraFeedback_C"); \ +static_assert(sizeof(UBP_SmokeCameraFeedback_C) == 0x000308, "Wrong size on UBP_SmokeCameraFeedback_C"); \ + +#define DUMPER7_ASSERTS_FSourceEffectChorusSettings \ +static_assert(alignof(FSourceEffectChorusSettings) == 0x000008, "Wrong alignment on FSourceEffectChorusSettings"); \ +static_assert(sizeof(FSourceEffectChorusSettings) == 0x000078, "Wrong size on FSourceEffectChorusSettings"); \ +static_assert(offsetof(FSourceEffectChorusSettings, Depth) == 0x000000, "Member 'FSourceEffectChorusSettings::Depth' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusSettings, Frequency) == 0x000004, "Member 'FSourceEffectChorusSettings::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusSettings, Feedback) == 0x000008, "Member 'FSourceEffectChorusSettings::Feedback' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusSettings, WetLevel) == 0x00000C, "Member 'FSourceEffectChorusSettings::WetLevel' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusSettings, DryLevel) == 0x000010, "Member 'FSourceEffectChorusSettings::DryLevel' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusSettings, Spread) == 0x000014, "Member 'FSourceEffectChorusSettings::Spread' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusSettings, DepthModulation) == 0x000018, "Member 'FSourceEffectChorusSettings::DepthModulation' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusSettings, FrequencyModulation) == 0x000028, "Member 'FSourceEffectChorusSettings::FrequencyModulation' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusSettings, FeedbackModulation) == 0x000038, "Member 'FSourceEffectChorusSettings::FeedbackModulation' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusSettings, WetModulation) == 0x000048, "Member 'FSourceEffectChorusSettings::WetModulation' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusSettings, DryModulation) == 0x000058, "Member 'FSourceEffectChorusSettings::DryModulation' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusSettings, SpreadModulation) == 0x000068, "Member 'FSourceEffectChorusSettings::SpreadModulation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSynth1PatchCable \ +static_assert(alignof(FSynth1PatchCable) == 0x000004, "Wrong alignment on FSynth1PatchCable"); \ +static_assert(sizeof(FSynth1PatchCable) == 0x000008, "Wrong size on FSynth1PatchCable"); \ +static_assert(offsetof(FSynth1PatchCable, Depth) == 0x000000, "Member 'FSynth1PatchCable::Depth' has a wrong offset!"); \ +static_assert(offsetof(FSynth1PatchCable, Destination) == 0x000004, "Member 'FSynth1PatchCable::Destination' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEpicSynth1Patch \ +static_assert(alignof(FEpicSynth1Patch) == 0x000008, "Wrong alignment on FEpicSynth1Patch"); \ +static_assert(sizeof(FEpicSynth1Patch) == 0x000018, "Wrong size on FEpicSynth1Patch"); \ +static_assert(offsetof(FEpicSynth1Patch, PatchSource) == 0x000000, "Member 'FEpicSynth1Patch::PatchSource' has a wrong offset!"); \ +static_assert(offsetof(FEpicSynth1Patch, PatchCables) == 0x000008, "Member 'FEpicSynth1Patch::PatchCables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModularSynthPreset \ +static_assert(alignof(FModularSynthPreset) == 0x000008, "Wrong alignment on FModularSynthPreset"); \ +static_assert(sizeof(FModularSynthPreset) == 0x0000E0, "Wrong size on FModularSynthPreset"); \ +static_assert(offsetof(FModularSynthPreset, Osc1Type) == 0x00000C, "Member 'FModularSynthPreset::Osc1Type' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Osc1Gain) == 0x000010, "Member 'FModularSynthPreset::Osc1Gain' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Osc1Octave) == 0x000014, "Member 'FModularSynthPreset::Osc1Octave' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Osc1Semitones) == 0x000018, "Member 'FModularSynthPreset::Osc1Semitones' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Osc1Cents) == 0x00001C, "Member 'FModularSynthPreset::Osc1Cents' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Osc1PulseWidth) == 0x000020, "Member 'FModularSynthPreset::Osc1PulseWidth' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Osc2Type) == 0x000024, "Member 'FModularSynthPreset::Osc2Type' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Osc2Gain) == 0x000028, "Member 'FModularSynthPreset::Osc2Gain' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Osc2Octave) == 0x00002C, "Member 'FModularSynthPreset::Osc2Octave' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Osc2Semitones) == 0x000030, "Member 'FModularSynthPreset::Osc2Semitones' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Osc2Cents) == 0x000034, "Member 'FModularSynthPreset::Osc2Cents' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Osc2PulseWidth) == 0x000038, "Member 'FModularSynthPreset::Osc2PulseWidth' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Portamento) == 0x00003C, "Member 'FModularSynthPreset::Portamento' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Spread) == 0x000044, "Member 'FModularSynthPreset::Spread' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Pan) == 0x000048, "Member 'FModularSynthPreset::Pan' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, LFO1Frequency) == 0x00004C, "Member 'FModularSynthPreset::LFO1Frequency' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, LFO1Gain) == 0x000050, "Member 'FModularSynthPreset::LFO1Gain' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, LFO1Type) == 0x000054, "Member 'FModularSynthPreset::LFO1Type' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, LFO1Mode) == 0x000055, "Member 'FModularSynthPreset::LFO1Mode' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, LFO1PatchType) == 0x000056, "Member 'FModularSynthPreset::LFO1PatchType' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, LFO2Frequency) == 0x000058, "Member 'FModularSynthPreset::LFO2Frequency' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, LFO2Gain) == 0x00005C, "Member 'FModularSynthPreset::LFO2Gain' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, LFO2Type) == 0x000060, "Member 'FModularSynthPreset::LFO2Type' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, LFO2Mode) == 0x000061, "Member 'FModularSynthPreset::LFO2Mode' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, LFO2PatchType) == 0x000062, "Member 'FModularSynthPreset::LFO2PatchType' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, GainDb) == 0x000064, "Member 'FModularSynthPreset::GainDb' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, AttackTime) == 0x000068, "Member 'FModularSynthPreset::AttackTime' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, DecayTime) == 0x00006C, "Member 'FModularSynthPreset::DecayTime' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, SustainGain) == 0x000070, "Member 'FModularSynthPreset::SustainGain' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, ReleaseTime) == 0x000074, "Member 'FModularSynthPreset::ReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, ModEnvPatchType) == 0x000078, "Member 'FModularSynthPreset::ModEnvPatchType' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, ModEnvBiasPatchType) == 0x000079, "Member 'FModularSynthPreset::ModEnvBiasPatchType' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, ModulationEnvelopeDepth) == 0x000080, "Member 'FModularSynthPreset::ModulationEnvelopeDepth' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, ModulationEnvelopeAttackTime) == 0x000084, "Member 'FModularSynthPreset::ModulationEnvelopeAttackTime' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, ModulationEnvelopeDecayTime) == 0x000088, "Member 'FModularSynthPreset::ModulationEnvelopeDecayTime' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, ModulationEnvelopeSustainGain) == 0x00008C, "Member 'FModularSynthPreset::ModulationEnvelopeSustainGain' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, ModulationEnvelopeReleaseTime) == 0x000090, "Member 'FModularSynthPreset::ModulationEnvelopeReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, FilterFrequency) == 0x000098, "Member 'FModularSynthPreset::FilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, FilterQ) == 0x00009C, "Member 'FModularSynthPreset::FilterQ' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, FilterType) == 0x0000A0, "Member 'FModularSynthPreset::FilterType' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, FilterAlgorithm) == 0x0000A1, "Member 'FModularSynthPreset::FilterAlgorithm' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, StereoDelayMode) == 0x0000A8, "Member 'FModularSynthPreset::StereoDelayMode' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, StereoDelayTime) == 0x0000AC, "Member 'FModularSynthPreset::StereoDelayTime' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, StereoDelayFeedback) == 0x0000B0, "Member 'FModularSynthPreset::StereoDelayFeedback' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, StereoDelayWetlevel) == 0x0000B4, "Member 'FModularSynthPreset::StereoDelayWetlevel' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, StereoDelayRatio) == 0x0000B8, "Member 'FModularSynthPreset::StereoDelayRatio' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, ChorusDepth) == 0x0000C0, "Member 'FModularSynthPreset::ChorusDepth' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, ChorusFeedback) == 0x0000C4, "Member 'FModularSynthPreset::ChorusFeedback' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, ChorusFrequency) == 0x0000C8, "Member 'FModularSynthPreset::ChorusFrequency' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Patches) == 0x0000D0, "Member 'FModularSynthPreset::Patches' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModularSynthPresetBankEntry \ +static_assert(alignof(FModularSynthPresetBankEntry) == 0x000008, "Wrong alignment on FModularSynthPresetBankEntry"); \ +static_assert(sizeof(FModularSynthPresetBankEntry) == 0x0000F0, "Wrong size on FModularSynthPresetBankEntry"); \ +static_assert(offsetof(FModularSynthPresetBankEntry, PresetName) == 0x000000, "Member 'FModularSynthPresetBankEntry::PresetName' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPresetBankEntry, Preset) == 0x000010, "Member 'FModularSynthPresetBankEntry::Preset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPatchId \ +static_assert(alignof(FPatchId) == 0x000004, "Wrong alignment on FPatchId"); \ +static_assert(sizeof(FPatchId) == 0x000004, "Wrong size on FPatchId"); \ +static_assert(offsetof(FPatchId, Id) == 0x000000, "Member 'FPatchId::Id' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSourceEffectBitCrusherSettings \ +static_assert(alignof(FSourceEffectBitCrusherSettings) == 0x000008, "Wrong alignment on FSourceEffectBitCrusherSettings"); \ +static_assert(sizeof(FSourceEffectBitCrusherSettings) == 0x000030, "Wrong size on FSourceEffectBitCrusherSettings"); \ +static_assert(offsetof(FSourceEffectBitCrusherSettings, CrushedSampleRate) == 0x000000, "Member 'FSourceEffectBitCrusherSettings::CrushedSampleRate' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectBitCrusherSettings, SampleRateModulation) == 0x000008, "Member 'FSourceEffectBitCrusherSettings::SampleRateModulation' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectBitCrusherSettings, CrushedBits) == 0x000018, "Member 'FSourceEffectBitCrusherSettings::CrushedBits' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectBitCrusherSettings, BitModulation) == 0x000020, "Member 'FSourceEffectBitCrusherSettings::BitModulation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSourceEffectBitCrusherBaseSettings \ +static_assert(alignof(FSourceEffectBitCrusherBaseSettings) == 0x000004, "Wrong alignment on FSourceEffectBitCrusherBaseSettings"); \ +static_assert(sizeof(FSourceEffectBitCrusherBaseSettings) == 0x000008, "Wrong size on FSourceEffectBitCrusherBaseSettings"); \ +static_assert(offsetof(FSourceEffectBitCrusherBaseSettings, SampleRate) == 0x000000, "Member 'FSourceEffectBitCrusherBaseSettings::SampleRate' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectBitCrusherBaseSettings, BitDepth) == 0x000004, "Member 'FSourceEffectBitCrusherBaseSettings::BitDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSourceEffectChorusBaseSettings \ +static_assert(alignof(FSourceEffectChorusBaseSettings) == 0x000004, "Wrong alignment on FSourceEffectChorusBaseSettings"); \ +static_assert(sizeof(FSourceEffectChorusBaseSettings) == 0x000018, "Wrong size on FSourceEffectChorusBaseSettings"); \ +static_assert(offsetof(FSourceEffectChorusBaseSettings, Depth) == 0x000000, "Member 'FSourceEffectChorusBaseSettings::Depth' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusBaseSettings, Frequency) == 0x000004, "Member 'FSourceEffectChorusBaseSettings::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusBaseSettings, Feedback) == 0x000008, "Member 'FSourceEffectChorusBaseSettings::Feedback' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusBaseSettings, WetLevel) == 0x00000C, "Member 'FSourceEffectChorusBaseSettings::WetLevel' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusBaseSettings, DryLevel) == 0x000010, "Member 'FSourceEffectChorusBaseSettings::DryLevel' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusBaseSettings, Spread) == 0x000014, "Member 'FSourceEffectChorusBaseSettings::Spread' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSourceEffectDynamicsProcessorSettings \ +static_assert(alignof(FSourceEffectDynamicsProcessorSettings) == 0x000004, "Wrong alignment on FSourceEffectDynamicsProcessorSettings"); \ +static_assert(sizeof(FSourceEffectDynamicsProcessorSettings) == 0x000028, "Wrong size on FSourceEffectDynamicsProcessorSettings"); \ +static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, DynamicsProcessorType) == 0x000000, "Member 'FSourceEffectDynamicsProcessorSettings::DynamicsProcessorType' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, PeakMode) == 0x000001, "Member 'FSourceEffectDynamicsProcessorSettings::PeakMode' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, LookAheadMsec) == 0x000004, "Member 'FSourceEffectDynamicsProcessorSettings::LookAheadMsec' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, AttackTimeMsec) == 0x000008, "Member 'FSourceEffectDynamicsProcessorSettings::AttackTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, ReleaseTimeMsec) == 0x00000C, "Member 'FSourceEffectDynamicsProcessorSettings::ReleaseTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, ThresholdDb) == 0x000010, "Member 'FSourceEffectDynamicsProcessorSettings::ThresholdDb' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, Ratio) == 0x000014, "Member 'FSourceEffectDynamicsProcessorSettings::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, KneeBandwidthDb) == 0x000018, "Member 'FSourceEffectDynamicsProcessorSettings::KneeBandwidthDb' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, InputGainDb) == 0x00001C, "Member 'FSourceEffectDynamicsProcessorSettings::InputGainDb' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, OutputGainDb) == 0x000020, "Member 'FSourceEffectDynamicsProcessorSettings::OutputGainDb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSourceEffectEnvelopeFollowerSettings \ +static_assert(alignof(FSourceEffectEnvelopeFollowerSettings) == 0x000004, "Wrong alignment on FSourceEffectEnvelopeFollowerSettings"); \ +static_assert(sizeof(FSourceEffectEnvelopeFollowerSettings) == 0x00000C, "Wrong size on FSourceEffectEnvelopeFollowerSettings"); \ +static_assert(offsetof(FSourceEffectEnvelopeFollowerSettings, AttackTime) == 0x000000, "Member 'FSourceEffectEnvelopeFollowerSettings::AttackTime' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectEnvelopeFollowerSettings, ReleaseTime) == 0x000004, "Member 'FSourceEffectEnvelopeFollowerSettings::ReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectEnvelopeFollowerSettings, PeakMode) == 0x000008, "Member 'FSourceEffectEnvelopeFollowerSettings::PeakMode' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectEnvelopeFollowerSettings, bIsAnalogMode) == 0x000009, "Member 'FSourceEffectEnvelopeFollowerSettings::bIsAnalogMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSourceEffectEQBand \ +static_assert(alignof(FSourceEffectEQBand) == 0x000004, "Wrong alignment on FSourceEffectEQBand"); \ +static_assert(sizeof(FSourceEffectEQBand) == 0x000010, "Wrong size on FSourceEffectEQBand"); \ +static_assert(offsetof(FSourceEffectEQBand, Frequency) == 0x000000, "Member 'FSourceEffectEQBand::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectEQBand, Bandwidth) == 0x000004, "Member 'FSourceEffectEQBand::Bandwidth' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectEQBand, GainDb) == 0x000008, "Member 'FSourceEffectEQBand::GainDb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSourceEffectEQSettings \ +static_assert(alignof(FSourceEffectEQSettings) == 0x000008, "Wrong alignment on FSourceEffectEQSettings"); \ +static_assert(sizeof(FSourceEffectEQSettings) == 0x000010, "Wrong size on FSourceEffectEQSettings"); \ +static_assert(offsetof(FSourceEffectEQSettings, EQBands) == 0x000000, "Member 'FSourceEffectEQSettings::EQBands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSourceEffectFilterAudioBusModulationSettings \ +static_assert(alignof(FSourceEffectFilterAudioBusModulationSettings) == 0x000008, "Wrong alignment on FSourceEffectFilterAudioBusModulationSettings"); \ +static_assert(sizeof(FSourceEffectFilterAudioBusModulationSettings) == 0x000028, "Wrong size on FSourceEffectFilterAudioBusModulationSettings"); \ +static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, AudioBus) == 0x000000, "Member 'FSourceEffectFilterAudioBusModulationSettings::AudioBus' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, EnvelopeFollowerAttackTimeMsec) == 0x000008, "Member 'FSourceEffectFilterAudioBusModulationSettings::EnvelopeFollowerAttackTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, EnvelopeFollowerReleaseTimeMsec) == 0x00000C, "Member 'FSourceEffectFilterAudioBusModulationSettings::EnvelopeFollowerReleaseTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, EnvelopeGainMultiplier) == 0x000010, "Member 'FSourceEffectFilterAudioBusModulationSettings::EnvelopeGainMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, FilterParam) == 0x000014, "Member 'FSourceEffectFilterAudioBusModulationSettings::FilterParam' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, MinFrequencyModulation) == 0x000018, "Member 'FSourceEffectFilterAudioBusModulationSettings::MinFrequencyModulation' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, MaxFrequencyModulation) == 0x00001C, "Member 'FSourceEffectFilterAudioBusModulationSettings::MaxFrequencyModulation' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, MinResonanceModulation) == 0x000020, "Member 'FSourceEffectFilterAudioBusModulationSettings::MinResonanceModulation' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, MaxResonanceModulation) == 0x000024, "Member 'FSourceEffectFilterAudioBusModulationSettings::MaxResonanceModulation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSourceEffectFilterSettings \ +static_assert(alignof(FSourceEffectFilterSettings) == 0x000008, "Wrong alignment on FSourceEffectFilterSettings"); \ +static_assert(sizeof(FSourceEffectFilterSettings) == 0x000020, "Wrong size on FSourceEffectFilterSettings"); \ +static_assert(offsetof(FSourceEffectFilterSettings, FilterCircuit) == 0x000000, "Member 'FSourceEffectFilterSettings::FilterCircuit' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectFilterSettings, FilterType) == 0x000001, "Member 'FSourceEffectFilterSettings::FilterType' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectFilterSettings, CutoffFrequency) == 0x000004, "Member 'FSourceEffectFilterSettings::CutoffFrequency' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectFilterSettings, FilterQ) == 0x000008, "Member 'FSourceEffectFilterSettings::FilterQ' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectFilterSettings, AudioBusModulation) == 0x000010, "Member 'FSourceEffectFilterSettings::AudioBusModulation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSourceEffectFoldbackDistortionSettings \ +static_assert(alignof(FSourceEffectFoldbackDistortionSettings) == 0x000004, "Wrong alignment on FSourceEffectFoldbackDistortionSettings"); \ +static_assert(sizeof(FSourceEffectFoldbackDistortionSettings) == 0x00000C, "Wrong size on FSourceEffectFoldbackDistortionSettings"); \ +static_assert(offsetof(FSourceEffectFoldbackDistortionSettings, InputGainDb) == 0x000000, "Member 'FSourceEffectFoldbackDistortionSettings::InputGainDb' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectFoldbackDistortionSettings, ThresholdDb) == 0x000004, "Member 'FSourceEffectFoldbackDistortionSettings::ThresholdDb' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectFoldbackDistortionSettings, OutputGainDb) == 0x000008, "Member 'FSourceEffectFoldbackDistortionSettings::OutputGainDb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSourceEffectMidSideSpreaderSettings \ +static_assert(alignof(FSourceEffectMidSideSpreaderSettings) == 0x000004, "Wrong alignment on FSourceEffectMidSideSpreaderSettings"); \ +static_assert(sizeof(FSourceEffectMidSideSpreaderSettings) == 0x000008, "Wrong size on FSourceEffectMidSideSpreaderSettings"); \ +static_assert(offsetof(FSourceEffectMidSideSpreaderSettings, SpreadAmount) == 0x000000, "Member 'FSourceEffectMidSideSpreaderSettings::SpreadAmount' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectMidSideSpreaderSettings, InputMode) == 0x000004, "Member 'FSourceEffectMidSideSpreaderSettings::InputMode' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectMidSideSpreaderSettings, OutputMode) == 0x000005, "Member 'FSourceEffectMidSideSpreaderSettings::OutputMode' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectMidSideSpreaderSettings, bEqualPower) == 0x000006, "Member 'FSourceEffectMidSideSpreaderSettings::bEqualPower' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSourceEffectPannerSettings \ +static_assert(alignof(FSourceEffectPannerSettings) == 0x000004, "Wrong alignment on FSourceEffectPannerSettings"); \ +static_assert(sizeof(FSourceEffectPannerSettings) == 0x000008, "Wrong size on FSourceEffectPannerSettings"); \ +static_assert(offsetof(FSourceEffectPannerSettings, Spread) == 0x000000, "Member 'FSourceEffectPannerSettings::Spread' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectPannerSettings, Pan) == 0x000004, "Member 'FSourceEffectPannerSettings::Pan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSourceEffectPhaserSettings \ +static_assert(alignof(FSourceEffectPhaserSettings) == 0x000004, "Wrong alignment on FSourceEffectPhaserSettings"); \ +static_assert(sizeof(FSourceEffectPhaserSettings) == 0x000010, "Wrong size on FSourceEffectPhaserSettings"); \ +static_assert(offsetof(FSourceEffectPhaserSettings, WetLevel) == 0x000000, "Member 'FSourceEffectPhaserSettings::WetLevel' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectPhaserSettings, Frequency) == 0x000004, "Member 'FSourceEffectPhaserSettings::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectPhaserSettings, Feedback) == 0x000008, "Member 'FSourceEffectPhaserSettings::Feedback' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectPhaserSettings, LFOType) == 0x00000C, "Member 'FSourceEffectPhaserSettings::LFOType' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectPhaserSettings, UseQuadraturePhase) == 0x00000D, "Member 'FSourceEffectPhaserSettings::UseQuadraturePhase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSourceEffectRingModulationSettings \ +static_assert(alignof(FSourceEffectRingModulationSettings) == 0x000008, "Wrong alignment on FSourceEffectRingModulationSettings"); \ +static_assert(sizeof(FSourceEffectRingModulationSettings) == 0x000020, "Wrong size on FSourceEffectRingModulationSettings"); \ +static_assert(offsetof(FSourceEffectRingModulationSettings, ModulatorType) == 0x000000, "Member 'FSourceEffectRingModulationSettings::ModulatorType' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectRingModulationSettings, Frequency) == 0x000004, "Member 'FSourceEffectRingModulationSettings::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectRingModulationSettings, Depth) == 0x000008, "Member 'FSourceEffectRingModulationSettings::Depth' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectRingModulationSettings, DryLevel) == 0x00000C, "Member 'FSourceEffectRingModulationSettings::DryLevel' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectRingModulationSettings, WetLevel) == 0x000010, "Member 'FSourceEffectRingModulationSettings::WetLevel' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectRingModulationSettings, AudioBusModulator) == 0x000018, "Member 'FSourceEffectRingModulationSettings::AudioBusModulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSourceEffectSimpleDelaySettings \ +static_assert(alignof(FSourceEffectSimpleDelaySettings) == 0x000004, "Wrong alignment on FSourceEffectSimpleDelaySettings"); \ +static_assert(sizeof(FSourceEffectSimpleDelaySettings) == 0x000018, "Wrong size on FSourceEffectSimpleDelaySettings"); \ +static_assert(offsetof(FSourceEffectSimpleDelaySettings, SpeedOfSound) == 0x000000, "Member 'FSourceEffectSimpleDelaySettings::SpeedOfSound' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectSimpleDelaySettings, DelayAmount) == 0x000004, "Member 'FSourceEffectSimpleDelaySettings::DelayAmount' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectSimpleDelaySettings, DryAmount) == 0x000008, "Member 'FSourceEffectSimpleDelaySettings::DryAmount' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectSimpleDelaySettings, WetAmount) == 0x00000C, "Member 'FSourceEffectSimpleDelaySettings::WetAmount' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectSimpleDelaySettings, Feedback) == 0x000010, "Member 'FSourceEffectSimpleDelaySettings::Feedback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSourceEffectStereoDelaySettings \ +static_assert(alignof(FSourceEffectStereoDelaySettings) == 0x000004, "Wrong alignment on FSourceEffectStereoDelaySettings"); \ +static_assert(sizeof(FSourceEffectStereoDelaySettings) == 0x000024, "Wrong size on FSourceEffectStereoDelaySettings"); \ +static_assert(offsetof(FSourceEffectStereoDelaySettings, DelayMode) == 0x000000, "Member 'FSourceEffectStereoDelaySettings::DelayMode' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectStereoDelaySettings, DelayTimeMsec) == 0x000004, "Member 'FSourceEffectStereoDelaySettings::DelayTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectStereoDelaySettings, Feedback) == 0x000008, "Member 'FSourceEffectStereoDelaySettings::Feedback' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectStereoDelaySettings, DelayRatio) == 0x00000C, "Member 'FSourceEffectStereoDelaySettings::DelayRatio' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectStereoDelaySettings, WetLevel) == 0x000010, "Member 'FSourceEffectStereoDelaySettings::WetLevel' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectStereoDelaySettings, DryLevel) == 0x000014, "Member 'FSourceEffectStereoDelaySettings::DryLevel' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectStereoDelaySettings, bFilterEnabled) == 0x000018, "Member 'FSourceEffectStereoDelaySettings::bFilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectStereoDelaySettings, FilterType) == 0x000019, "Member 'FSourceEffectStereoDelaySettings::FilterType' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectStereoDelaySettings, FilterFrequency) == 0x00001C, "Member 'FSourceEffectStereoDelaySettings::FilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectStereoDelaySettings, FilterQ) == 0x000020, "Member 'FSourceEffectStereoDelaySettings::FilterQ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSourceEffectWaveShaperSettings \ +static_assert(alignof(FSourceEffectWaveShaperSettings) == 0x000004, "Wrong alignment on FSourceEffectWaveShaperSettings"); \ +static_assert(sizeof(FSourceEffectWaveShaperSettings) == 0x000008, "Wrong size on FSourceEffectWaveShaperSettings"); \ +static_assert(offsetof(FSourceEffectWaveShaperSettings, Amount) == 0x000000, "Member 'FSourceEffectWaveShaperSettings::Amount' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectWaveShaperSettings, OutputGainDb) == 0x000004, "Member 'FSourceEffectWaveShaperSettings::OutputGainDb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubmixEffectConvolutionReverbSettings \ +static_assert(alignof(FSubmixEffectConvolutionReverbSettings) == 0x000008, "Wrong alignment on FSubmixEffectConvolutionReverbSettings"); \ +static_assert(sizeof(FSubmixEffectConvolutionReverbSettings) == 0x000028, "Wrong size on FSubmixEffectConvolutionReverbSettings"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, NormalizationVolumeDb) == 0x000000, "Member 'FSubmixEffectConvolutionReverbSettings::NormalizationVolumeDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bBypass) == 0x000004, "Member 'FSubmixEffectConvolutionReverbSettings::bBypass' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bMixInputChannelFormatToImpulseResponseFormat) == 0x000005, "Member 'FSubmixEffectConvolutionReverbSettings::bMixInputChannelFormatToImpulseResponseFormat' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bMixReverbOutputToOutputChannelFormat) == 0x000006, "Member 'FSubmixEffectConvolutionReverbSettings::bMixReverbOutputToOutputChannelFormat' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, SurroundRearChannelBleedDb) == 0x000008, "Member 'FSubmixEffectConvolutionReverbSettings::SurroundRearChannelBleedDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bInvertRearChannelBleedPhase) == 0x00000C, "Member 'FSubmixEffectConvolutionReverbSettings::bInvertRearChannelBleedPhase' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bSurroundRearChannelFlip) == 0x00000D, "Member 'FSubmixEffectConvolutionReverbSettings::bSurroundRearChannelFlip' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, SurroundRearChannelBleedAmount) == 0x000010, "Member 'FSubmixEffectConvolutionReverbSettings::SurroundRearChannelBleedAmount' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, ImpulseResponse) == 0x000018, "Member 'FSubmixEffectConvolutionReverbSettings::ImpulseResponse' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, AllowHardwareAcceleration) == 0x000020, "Member 'FSubmixEffectConvolutionReverbSettings::AllowHardwareAcceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubmixEffectDelaySettings \ +static_assert(alignof(FSubmixEffectDelaySettings) == 0x000004, "Wrong alignment on FSubmixEffectDelaySettings"); \ +static_assert(sizeof(FSubmixEffectDelaySettings) == 0x00000C, "Wrong size on FSubmixEffectDelaySettings"); \ +static_assert(offsetof(FSubmixEffectDelaySettings, MaximumDelayLength) == 0x000000, "Member 'FSubmixEffectDelaySettings::MaximumDelayLength' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDelaySettings, InterpolationTime) == 0x000004, "Member 'FSubmixEffectDelaySettings::InterpolationTime' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDelaySettings, DelayLength) == 0x000008, "Member 'FSubmixEffectDelaySettings::DelayLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubmixEffectFilterSettings \ +static_assert(alignof(FSubmixEffectFilterSettings) == 0x000004, "Wrong alignment on FSubmixEffectFilterSettings"); \ +static_assert(sizeof(FSubmixEffectFilterSettings) == 0x00000C, "Wrong size on FSubmixEffectFilterSettings"); \ +static_assert(offsetof(FSubmixEffectFilterSettings, FilterType) == 0x000000, "Member 'FSubmixEffectFilterSettings::FilterType' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectFilterSettings, FilterAlgorithm) == 0x000001, "Member 'FSubmixEffectFilterSettings::FilterAlgorithm' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectFilterSettings, FilterFrequency) == 0x000004, "Member 'FSubmixEffectFilterSettings::FilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectFilterSettings, FilterQ) == 0x000008, "Member 'FSubmixEffectFilterSettings::FilterQ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubmixEffectFlexiverbSettings \ +static_assert(alignof(FSubmixEffectFlexiverbSettings) == 0x000004, "Wrong alignment on FSubmixEffectFlexiverbSettings"); \ +static_assert(sizeof(FSubmixEffectFlexiverbSettings) == 0x000010, "Wrong size on FSubmixEffectFlexiverbSettings"); \ +static_assert(offsetof(FSubmixEffectFlexiverbSettings, PreDelay) == 0x000000, "Member 'FSubmixEffectFlexiverbSettings::PreDelay' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectFlexiverbSettings, DecayTime) == 0x000004, "Member 'FSubmixEffectFlexiverbSettings::DecayTime' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectFlexiverbSettings, RoomDampening) == 0x000008, "Member 'FSubmixEffectFlexiverbSettings::RoomDampening' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectFlexiverbSettings, Complexity) == 0x00000C, "Member 'FSubmixEffectFlexiverbSettings::Complexity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDynamicsBandSettings \ +static_assert(alignof(FDynamicsBandSettings) == 0x000004, "Wrong alignment on FDynamicsBandSettings"); \ +static_assert(sizeof(FDynamicsBandSettings) == 0x000020, "Wrong size on FDynamicsBandSettings"); \ +static_assert(offsetof(FDynamicsBandSettings, CrossoverTopFrequency) == 0x000000, "Member 'FDynamicsBandSettings::CrossoverTopFrequency' has a wrong offset!"); \ +static_assert(offsetof(FDynamicsBandSettings, AttackTimeMsec) == 0x000004, "Member 'FDynamicsBandSettings::AttackTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(FDynamicsBandSettings, ReleaseTimeMsec) == 0x000008, "Member 'FDynamicsBandSettings::ReleaseTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(FDynamicsBandSettings, ThresholdDb) == 0x00000C, "Member 'FDynamicsBandSettings::ThresholdDb' has a wrong offset!"); \ +static_assert(offsetof(FDynamicsBandSettings, Ratio) == 0x000010, "Member 'FDynamicsBandSettings::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FDynamicsBandSettings, KneeBandwidthDb) == 0x000014, "Member 'FDynamicsBandSettings::KneeBandwidthDb' has a wrong offset!"); \ +static_assert(offsetof(FDynamicsBandSettings, InputGainDb) == 0x000018, "Member 'FDynamicsBandSettings::InputGainDb' has a wrong offset!"); \ +static_assert(offsetof(FDynamicsBandSettings, OutputGainDb) == 0x00001C, "Member 'FDynamicsBandSettings::OutputGainDb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubmixEffectMultibandCompressorSettings \ +static_assert(alignof(FSubmixEffectMultibandCompressorSettings) == 0x000008, "Wrong alignment on FSubmixEffectMultibandCompressorSettings"); \ +static_assert(sizeof(FSubmixEffectMultibandCompressorSettings) == 0x000020, "Wrong size on FSubmixEffectMultibandCompressorSettings"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, DynamicsProcessorType) == 0x000000, "Member 'FSubmixEffectMultibandCompressorSettings::DynamicsProcessorType' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, PeakMode) == 0x000001, "Member 'FSubmixEffectMultibandCompressorSettings::PeakMode' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, LookAheadMsec) == 0x000004, "Member 'FSubmixEffectMultibandCompressorSettings::LookAheadMsec' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, bLinkChannels) == 0x000008, "Member 'FSubmixEffectMultibandCompressorSettings::bLinkChannels' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, bAnalogMode) == 0x000009, "Member 'FSubmixEffectMultibandCompressorSettings::bAnalogMode' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, bFourPole) == 0x00000A, "Member 'FSubmixEffectMultibandCompressorSettings::bFourPole' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, Bands) == 0x000010, "Member 'FSubmixEffectMultibandCompressorSettings::Bands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubmixEffectStereoDelaySettings \ +static_assert(alignof(FSubmixEffectStereoDelaySettings) == 0x000004, "Wrong alignment on FSubmixEffectStereoDelaySettings"); \ +static_assert(sizeof(FSubmixEffectStereoDelaySettings) == 0x000024, "Wrong size on FSubmixEffectStereoDelaySettings"); \ +static_assert(offsetof(FSubmixEffectStereoDelaySettings, DelayMode) == 0x000000, "Member 'FSubmixEffectStereoDelaySettings::DelayMode' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectStereoDelaySettings, DelayTimeMsec) == 0x000004, "Member 'FSubmixEffectStereoDelaySettings::DelayTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectStereoDelaySettings, Feedback) == 0x000008, "Member 'FSubmixEffectStereoDelaySettings::Feedback' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectStereoDelaySettings, DelayRatio) == 0x00000C, "Member 'FSubmixEffectStereoDelaySettings::DelayRatio' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectStereoDelaySettings, WetLevel) == 0x000010, "Member 'FSubmixEffectStereoDelaySettings::WetLevel' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectStereoDelaySettings, DryLevel) == 0x000014, "Member 'FSubmixEffectStereoDelaySettings::DryLevel' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectStereoDelaySettings, bFilterEnabled) == 0x000018, "Member 'FSubmixEffectStereoDelaySettings::bFilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectStereoDelaySettings, FilterType) == 0x000019, "Member 'FSubmixEffectStereoDelaySettings::FilterType' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectStereoDelaySettings, FilterFrequency) == 0x00001C, "Member 'FSubmixEffectStereoDelaySettings::FilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectStereoDelaySettings, FilterQ) == 0x000020, "Member 'FSubmixEffectStereoDelaySettings::FilterQ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTapDelayInfo \ +static_assert(alignof(FTapDelayInfo) == 0x000004, "Wrong alignment on FTapDelayInfo"); \ +static_assert(sizeof(FTapDelayInfo) == 0x000018, "Wrong size on FTapDelayInfo"); \ +static_assert(offsetof(FTapDelayInfo, TapLineMode) == 0x000000, "Member 'FTapDelayInfo::TapLineMode' has a wrong offset!"); \ +static_assert(offsetof(FTapDelayInfo, DelayLength) == 0x000004, "Member 'FTapDelayInfo::DelayLength' has a wrong offset!"); \ +static_assert(offsetof(FTapDelayInfo, Gain) == 0x000008, "Member 'FTapDelayInfo::Gain' has a wrong offset!"); \ +static_assert(offsetof(FTapDelayInfo, OutputChannel) == 0x00000C, "Member 'FTapDelayInfo::OutputChannel' has a wrong offset!"); \ +static_assert(offsetof(FTapDelayInfo, PanInDegrees) == 0x000010, "Member 'FTapDelayInfo::PanInDegrees' has a wrong offset!"); \ +static_assert(offsetof(FTapDelayInfo, TapId) == 0x000014, "Member 'FTapDelayInfo::TapId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubmixEffectTapDelaySettings \ +static_assert(alignof(FSubmixEffectTapDelaySettings) == 0x000008, "Wrong alignment on FSubmixEffectTapDelaySettings"); \ +static_assert(sizeof(FSubmixEffectTapDelaySettings) == 0x000018, "Wrong size on FSubmixEffectTapDelaySettings"); \ +static_assert(offsetof(FSubmixEffectTapDelaySettings, MaximumDelayLength) == 0x000000, "Member 'FSubmixEffectTapDelaySettings::MaximumDelayLength' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectTapDelaySettings, InterpolationTime) == 0x000004, "Member 'FSubmixEffectTapDelaySettings::InterpolationTime' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectTapDelaySettings, Taps) == 0x000008, "Member 'FSubmixEffectTapDelaySettings::Taps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSynth2DSliderStyle \ +static_assert(alignof(FSynth2DSliderStyle) == 0x000008, "Wrong alignment on FSynth2DSliderStyle"); \ +static_assert(sizeof(FSynth2DSliderStyle) == 0x0002E0, "Wrong size on FSynth2DSliderStyle"); \ +static_assert(offsetof(FSynth2DSliderStyle, NormalThumbImage) == 0x000008, "Member 'FSynth2DSliderStyle::NormalThumbImage' has a wrong offset!"); \ +static_assert(offsetof(FSynth2DSliderStyle, DisabledThumbImage) == 0x000098, "Member 'FSynth2DSliderStyle::DisabledThumbImage' has a wrong offset!"); \ +static_assert(offsetof(FSynth2DSliderStyle, NormalBarImage) == 0x000128, "Member 'FSynth2DSliderStyle::NormalBarImage' has a wrong offset!"); \ +static_assert(offsetof(FSynth2DSliderStyle, DisabledBarImage) == 0x0001B8, "Member 'FSynth2DSliderStyle::DisabledBarImage' has a wrong offset!"); \ +static_assert(offsetof(FSynth2DSliderStyle, BackgroundImage) == 0x000248, "Member 'FSynth2DSliderStyle::BackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(FSynth2DSliderStyle, BarThickness) == 0x0002D8, "Member 'FSynth2DSliderStyle::BarThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSynthKnobStyle \ +static_assert(alignof(FSynthKnobStyle) == 0x000008, "Wrong alignment on FSynthKnobStyle"); \ +static_assert(sizeof(FSynthKnobStyle) == 0x000258, "Wrong size on FSynthKnobStyle"); \ +static_assert(offsetof(FSynthKnobStyle, LargeKnob) == 0x000008, "Member 'FSynthKnobStyle::LargeKnob' has a wrong offset!"); \ +static_assert(offsetof(FSynthKnobStyle, LargeKnobOverlay) == 0x000098, "Member 'FSynthKnobStyle::LargeKnobOverlay' has a wrong offset!"); \ +static_assert(offsetof(FSynthKnobStyle, MediumKnob) == 0x000128, "Member 'FSynthKnobStyle::MediumKnob' has a wrong offset!"); \ +static_assert(offsetof(FSynthKnobStyle, MediumKnobOverlay) == 0x0001B8, "Member 'FSynthKnobStyle::MediumKnobOverlay' has a wrong offset!"); \ +static_assert(offsetof(FSynthKnobStyle, MinValueAngle) == 0x000248, "Member 'FSynthKnobStyle::MinValueAngle' has a wrong offset!"); \ +static_assert(offsetof(FSynthKnobStyle, MaxValueAngle) == 0x00024C, "Member 'FSynthKnobStyle::MaxValueAngle' has a wrong offset!"); \ +static_assert(offsetof(FSynthKnobStyle, KnobSize) == 0x000250, "Member 'FSynthKnobStyle::KnobSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSynthSlateStyle \ +static_assert(alignof(FSynthSlateStyle) == 0x000008, "Wrong alignment on FSynthSlateStyle"); \ +static_assert(sizeof(FSynthSlateStyle) == 0x000010, "Wrong size on FSynthSlateStyle"); \ +static_assert(offsetof(FSynthSlateStyle, SizeType) == 0x000008, "Member 'FSynthSlateStyle::SizeType' has a wrong offset!"); \ +static_assert(offsetof(FSynthSlateStyle, ColorStyle) == 0x000009, "Member 'FSynthSlateStyle::ColorStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvelopeFollowerListener \ +static_assert(alignof(UEnvelopeFollowerListener) == 0x000008, "Wrong alignment on UEnvelopeFollowerListener"); \ +static_assert(sizeof(UEnvelopeFollowerListener) == 0x0000E0, "Wrong size on UEnvelopeFollowerListener"); \ +static_assert(offsetof(UEnvelopeFollowerListener, OnEnvelopeFollowerUpdate) == 0x0000C0, "Member 'UEnvelopeFollowerListener::OnEnvelopeFollowerUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModularSynthPresetBank \ +static_assert(alignof(UModularSynthPresetBank) == 0x000008, "Wrong alignment on UModularSynthPresetBank"); \ +static_assert(sizeof(UModularSynthPresetBank) == 0x000040, "Wrong size on UModularSynthPresetBank"); \ +static_assert(offsetof(UModularSynthPresetBank, Presets) == 0x000030, "Member 'UModularSynthPresetBank::Presets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener \ +static_assert(alignof(SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener) == 0x000008, "Wrong alignment on SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener"); \ +static_assert(sizeof(SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener) == 0x000008, "Wrong size on SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener"); \ +static_assert(offsetof(SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener, EnvelopeFollowerListener) == 0x000000, "Member 'SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener::EnvelopeFollowerListener' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectEnvelopeFollowerPreset_SetSettings \ +static_assert(alignof(SourceEffectEnvelopeFollowerPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectEnvelopeFollowerPreset_SetSettings"); \ +static_assert(sizeof(SourceEffectEnvelopeFollowerPreset_SetSettings) == 0x00000C, "Wrong size on SourceEffectEnvelopeFollowerPreset_SetSettings"); \ +static_assert(offsetof(SourceEffectEnvelopeFollowerPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectEnvelopeFollowerPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener \ +static_assert(alignof(SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener) == 0x000008, "Wrong alignment on SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener"); \ +static_assert(sizeof(SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener) == 0x000008, "Wrong size on SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener"); \ +static_assert(offsetof(SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener, EnvelopeFollowerListener) == 0x000000, "Member 'SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener::EnvelopeFollowerListener' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USourceEffectEnvelopeFollowerPreset \ +static_assert(alignof(USourceEffectEnvelopeFollowerPreset) == 0x000008, "Wrong alignment on USourceEffectEnvelopeFollowerPreset"); \ +static_assert(sizeof(USourceEffectEnvelopeFollowerPreset) == 0x0000B0, "Wrong size on USourceEffectEnvelopeFollowerPreset"); \ +static_assert(offsetof(USourceEffectEnvelopeFollowerPreset, Settings) == 0x0000A4, "Member 'USourceEffectEnvelopeFollowerPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthLibrary_AddModularSynthPresetToBankAsset \ +static_assert(alignof(ModularSynthLibrary_AddModularSynthPresetToBankAsset) == 0x000008, "Wrong alignment on ModularSynthLibrary_AddModularSynthPresetToBankAsset"); \ +static_assert(sizeof(ModularSynthLibrary_AddModularSynthPresetToBankAsset) == 0x0000F8, "Wrong size on ModularSynthLibrary_AddModularSynthPresetToBankAsset"); \ +static_assert(offsetof(ModularSynthLibrary_AddModularSynthPresetToBankAsset, InBank) == 0x000000, "Member 'ModularSynthLibrary_AddModularSynthPresetToBankAsset::InBank' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthLibrary_AddModularSynthPresetToBankAsset, Preset) == 0x000008, "Member 'ModularSynthLibrary_AddModularSynthPresetToBankAsset::Preset' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthLibrary_AddModularSynthPresetToBankAsset, PresetName) == 0x0000E8, "Member 'ModularSynthLibrary_AddModularSynthPresetToBankAsset::PresetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModularSynthLibrary \ +static_assert(alignof(UModularSynthLibrary) == 0x000008, "Wrong alignment on UModularSynthLibrary"); \ +static_assert(sizeof(UModularSynthLibrary) == 0x000030, "Wrong size on UModularSynthLibrary"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_CreatePatch \ +static_assert(alignof(ModularSynthComponent_CreatePatch) == 0x000008, "Wrong alignment on ModularSynthComponent_CreatePatch"); \ +static_assert(sizeof(ModularSynthComponent_CreatePatch) == 0x000020, "Wrong size on ModularSynthComponent_CreatePatch"); \ +static_assert(offsetof(ModularSynthComponent_CreatePatch, PatchSource) == 0x000000, "Member 'ModularSynthComponent_CreatePatch::PatchSource' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_CreatePatch, PatchCables) == 0x000008, "Member 'ModularSynthComponent_CreatePatch::PatchCables' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_CreatePatch, bEnableByDefault) == 0x000018, "Member 'ModularSynthComponent_CreatePatch::bEnableByDefault' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_CreatePatch, ReturnValue) == 0x00001C, "Member 'ModularSynthComponent_CreatePatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_NoteOff \ +static_assert(alignof(ModularSynthComponent_NoteOff) == 0x000004, "Wrong alignment on ModularSynthComponent_NoteOff"); \ +static_assert(sizeof(ModularSynthComponent_NoteOff) == 0x000008, "Wrong size on ModularSynthComponent_NoteOff"); \ +static_assert(offsetof(ModularSynthComponent_NoteOff, Note) == 0x000000, "Member 'ModularSynthComponent_NoteOff::Note' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_NoteOff, bAllNotesOff) == 0x000004, "Member 'ModularSynthComponent_NoteOff::bAllNotesOff' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_NoteOff, bKillAllNotes) == 0x000005, "Member 'ModularSynthComponent_NoteOff::bKillAllNotes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_NoteOn \ +static_assert(alignof(ModularSynthComponent_NoteOn) == 0x000004, "Wrong alignment on ModularSynthComponent_NoteOn"); \ +static_assert(sizeof(ModularSynthComponent_NoteOn) == 0x00000C, "Wrong size on ModularSynthComponent_NoteOn"); \ +static_assert(offsetof(ModularSynthComponent_NoteOn, Note) == 0x000000, "Member 'ModularSynthComponent_NoteOn::Note' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_NoteOn, Velocity) == 0x000004, "Member 'ModularSynthComponent_NoteOn::Velocity' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_NoteOn, Duration) == 0x000008, "Member 'ModularSynthComponent_NoteOn::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetAttackTime \ +static_assert(alignof(ModularSynthComponent_SetAttackTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetAttackTime"); \ +static_assert(sizeof(ModularSynthComponent_SetAttackTime) == 0x000004, "Wrong size on ModularSynthComponent_SetAttackTime"); \ +static_assert(offsetof(ModularSynthComponent_SetAttackTime, AttackTimeMsec) == 0x000000, "Member 'ModularSynthComponent_SetAttackTime::AttackTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetChorusDepth \ +static_assert(alignof(ModularSynthComponent_SetChorusDepth) == 0x000004, "Wrong alignment on ModularSynthComponent_SetChorusDepth"); \ +static_assert(sizeof(ModularSynthComponent_SetChorusDepth) == 0x000004, "Wrong size on ModularSynthComponent_SetChorusDepth"); \ +static_assert(offsetof(ModularSynthComponent_SetChorusDepth, Depth) == 0x000000, "Member 'ModularSynthComponent_SetChorusDepth::Depth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetChorusEnabled \ +static_assert(alignof(ModularSynthComponent_SetChorusEnabled) == 0x000001, "Wrong alignment on ModularSynthComponent_SetChorusEnabled"); \ +static_assert(sizeof(ModularSynthComponent_SetChorusEnabled) == 0x000001, "Wrong size on ModularSynthComponent_SetChorusEnabled"); \ +static_assert(offsetof(ModularSynthComponent_SetChorusEnabled, EnableChorus) == 0x000000, "Member 'ModularSynthComponent_SetChorusEnabled::EnableChorus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetChorusFeedback \ +static_assert(alignof(ModularSynthComponent_SetChorusFeedback) == 0x000004, "Wrong alignment on ModularSynthComponent_SetChorusFeedback"); \ +static_assert(sizeof(ModularSynthComponent_SetChorusFeedback) == 0x000004, "Wrong size on ModularSynthComponent_SetChorusFeedback"); \ +static_assert(offsetof(ModularSynthComponent_SetChorusFeedback, Feedback) == 0x000000, "Member 'ModularSynthComponent_SetChorusFeedback::Feedback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetChorusFrequency \ +static_assert(alignof(ModularSynthComponent_SetChorusFrequency) == 0x000004, "Wrong alignment on ModularSynthComponent_SetChorusFrequency"); \ +static_assert(sizeof(ModularSynthComponent_SetChorusFrequency) == 0x000004, "Wrong size on ModularSynthComponent_SetChorusFrequency"); \ +static_assert(offsetof(ModularSynthComponent_SetChorusFrequency, Frequency) == 0x000000, "Member 'ModularSynthComponent_SetChorusFrequency::Frequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetDecayTime \ +static_assert(alignof(ModularSynthComponent_SetDecayTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetDecayTime"); \ +static_assert(sizeof(ModularSynthComponent_SetDecayTime) == 0x000004, "Wrong size on ModularSynthComponent_SetDecayTime"); \ +static_assert(offsetof(ModularSynthComponent_SetDecayTime, DecayTimeMsec) == 0x000000, "Member 'ModularSynthComponent_SetDecayTime::DecayTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetEnableLegato \ +static_assert(alignof(ModularSynthComponent_SetEnableLegato) == 0x000001, "Wrong alignment on ModularSynthComponent_SetEnableLegato"); \ +static_assert(sizeof(ModularSynthComponent_SetEnableLegato) == 0x000001, "Wrong size on ModularSynthComponent_SetEnableLegato"); \ +static_assert(offsetof(ModularSynthComponent_SetEnableLegato, LegatoEnabled) == 0x000000, "Member 'ModularSynthComponent_SetEnableLegato::LegatoEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetEnablePatch \ +static_assert(alignof(ModularSynthComponent_SetEnablePatch) == 0x000004, "Wrong alignment on ModularSynthComponent_SetEnablePatch"); \ +static_assert(sizeof(ModularSynthComponent_SetEnablePatch) == 0x000008, "Wrong size on ModularSynthComponent_SetEnablePatch"); \ +static_assert(offsetof(ModularSynthComponent_SetEnablePatch, PatchId) == 0x000000, "Member 'ModularSynthComponent_SetEnablePatch::PatchId' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetEnablePatch, bIsEnabled) == 0x000004, "Member 'ModularSynthComponent_SetEnablePatch::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetEnablePatch, ReturnValue) == 0x000005, "Member 'ModularSynthComponent_SetEnablePatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetEnablePolyphony \ +static_assert(alignof(ModularSynthComponent_SetEnablePolyphony) == 0x000001, "Wrong alignment on ModularSynthComponent_SetEnablePolyphony"); \ +static_assert(sizeof(ModularSynthComponent_SetEnablePolyphony) == 0x000001, "Wrong size on ModularSynthComponent_SetEnablePolyphony"); \ +static_assert(offsetof(ModularSynthComponent_SetEnablePolyphony, bEnablePolyphony) == 0x000000, "Member 'ModularSynthComponent_SetEnablePolyphony::bEnablePolyphony' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetEnableRetrigger \ +static_assert(alignof(ModularSynthComponent_SetEnableRetrigger) == 0x000001, "Wrong alignment on ModularSynthComponent_SetEnableRetrigger"); \ +static_assert(sizeof(ModularSynthComponent_SetEnableRetrigger) == 0x000001, "Wrong size on ModularSynthComponent_SetEnableRetrigger"); \ +static_assert(offsetof(ModularSynthComponent_SetEnableRetrigger, RetriggerEnabled) == 0x000000, "Member 'ModularSynthComponent_SetEnableRetrigger::RetriggerEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetEnableUnison \ +static_assert(alignof(ModularSynthComponent_SetEnableUnison) == 0x000001, "Wrong alignment on ModularSynthComponent_SetEnableUnison"); \ +static_assert(sizeof(ModularSynthComponent_SetEnableUnison) == 0x000001, "Wrong size on ModularSynthComponent_SetEnableUnison"); \ +static_assert(offsetof(ModularSynthComponent_SetEnableUnison, EnableUnison) == 0x000000, "Member 'ModularSynthComponent_SetEnableUnison::EnableUnison' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetFilterAlgorithm \ +static_assert(alignof(ModularSynthComponent_SetFilterAlgorithm) == 0x000001, "Wrong alignment on ModularSynthComponent_SetFilterAlgorithm"); \ +static_assert(sizeof(ModularSynthComponent_SetFilterAlgorithm) == 0x000001, "Wrong size on ModularSynthComponent_SetFilterAlgorithm"); \ +static_assert(offsetof(ModularSynthComponent_SetFilterAlgorithm, FilterAlgorithm) == 0x000000, "Member 'ModularSynthComponent_SetFilterAlgorithm::FilterAlgorithm' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetFilterFrequency \ +static_assert(alignof(ModularSynthComponent_SetFilterFrequency) == 0x000004, "Wrong alignment on ModularSynthComponent_SetFilterFrequency"); \ +static_assert(sizeof(ModularSynthComponent_SetFilterFrequency) == 0x000004, "Wrong size on ModularSynthComponent_SetFilterFrequency"); \ +static_assert(offsetof(ModularSynthComponent_SetFilterFrequency, FilterFrequencyHz) == 0x000000, "Member 'ModularSynthComponent_SetFilterFrequency::FilterFrequencyHz' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetFilterFrequencyMod \ +static_assert(alignof(ModularSynthComponent_SetFilterFrequencyMod) == 0x000004, "Wrong alignment on ModularSynthComponent_SetFilterFrequencyMod"); \ +static_assert(sizeof(ModularSynthComponent_SetFilterFrequencyMod) == 0x000004, "Wrong size on ModularSynthComponent_SetFilterFrequencyMod"); \ +static_assert(offsetof(ModularSynthComponent_SetFilterFrequencyMod, FilterFrequencyHz) == 0x000000, "Member 'ModularSynthComponent_SetFilterFrequencyMod::FilterFrequencyHz' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetFilterQ \ +static_assert(alignof(ModularSynthComponent_SetFilterQ) == 0x000004, "Wrong alignment on ModularSynthComponent_SetFilterQ"); \ +static_assert(sizeof(ModularSynthComponent_SetFilterQ) == 0x000004, "Wrong size on ModularSynthComponent_SetFilterQ"); \ +static_assert(offsetof(ModularSynthComponent_SetFilterQ, FilterQ) == 0x000000, "Member 'ModularSynthComponent_SetFilterQ::FilterQ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetFilterQMod \ +static_assert(alignof(ModularSynthComponent_SetFilterQMod) == 0x000004, "Wrong alignment on ModularSynthComponent_SetFilterQMod"); \ +static_assert(sizeof(ModularSynthComponent_SetFilterQMod) == 0x000004, "Wrong size on ModularSynthComponent_SetFilterQMod"); \ +static_assert(offsetof(ModularSynthComponent_SetFilterQMod, FilterQ) == 0x000000, "Member 'ModularSynthComponent_SetFilterQMod::FilterQ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetFilterType \ +static_assert(alignof(ModularSynthComponent_SetFilterType) == 0x000001, "Wrong alignment on ModularSynthComponent_SetFilterType"); \ +static_assert(sizeof(ModularSynthComponent_SetFilterType) == 0x000001, "Wrong size on ModularSynthComponent_SetFilterType"); \ +static_assert(offsetof(ModularSynthComponent_SetFilterType, FilterType) == 0x000000, "Member 'ModularSynthComponent_SetFilterType::FilterType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetGainDb \ +static_assert(alignof(ModularSynthComponent_SetGainDb) == 0x000004, "Wrong alignment on ModularSynthComponent_SetGainDb"); \ +static_assert(sizeof(ModularSynthComponent_SetGainDb) == 0x000004, "Wrong size on ModularSynthComponent_SetGainDb"); \ +static_assert(offsetof(ModularSynthComponent_SetGainDb, GainDb) == 0x000000, "Member 'ModularSynthComponent_SetGainDb::GainDb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOFrequency \ +static_assert(alignof(ModularSynthComponent_SetLFOFrequency) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOFrequency"); \ +static_assert(sizeof(ModularSynthComponent_SetLFOFrequency) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOFrequency"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOFrequency, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOFrequency::LFOIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOFrequency, FrequencyHz) == 0x000004, "Member 'ModularSynthComponent_SetLFOFrequency::FrequencyHz' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOFrequencyMod \ +static_assert(alignof(ModularSynthComponent_SetLFOFrequencyMod) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOFrequencyMod"); \ +static_assert(sizeof(ModularSynthComponent_SetLFOFrequencyMod) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOFrequencyMod"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOFrequencyMod, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOFrequencyMod::LFOIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOFrequencyMod, FrequencyModHz) == 0x000004, "Member 'ModularSynthComponent_SetLFOFrequencyMod::FrequencyModHz' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOGain \ +static_assert(alignof(ModularSynthComponent_SetLFOGain) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOGain"); \ +static_assert(sizeof(ModularSynthComponent_SetLFOGain) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOGain"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOGain, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOGain::LFOIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOGain, Gain) == 0x000004, "Member 'ModularSynthComponent_SetLFOGain::Gain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOGainMod \ +static_assert(alignof(ModularSynthComponent_SetLFOGainMod) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOGainMod"); \ +static_assert(sizeof(ModularSynthComponent_SetLFOGainMod) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOGainMod"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOGainMod, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOGainMod::LFOIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOGainMod, GainMod) == 0x000004, "Member 'ModularSynthComponent_SetLFOGainMod::GainMod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOMode \ +static_assert(alignof(ModularSynthComponent_SetLFOMode) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOMode"); \ +static_assert(sizeof(ModularSynthComponent_SetLFOMode) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOMode"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOMode, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOMode::LFOIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOMode, LFOMode) == 0x000004, "Member 'ModularSynthComponent_SetLFOMode::LFOMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOPatch \ +static_assert(alignof(ModularSynthComponent_SetLFOPatch) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOPatch"); \ +static_assert(sizeof(ModularSynthComponent_SetLFOPatch) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOPatch"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOPatch, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOPatch::LFOIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOPatch, LFOPatchType) == 0x000004, "Member 'ModularSynthComponent_SetLFOPatch::LFOPatchType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOType \ +static_assert(alignof(ModularSynthComponent_SetLFOType) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOType"); \ +static_assert(sizeof(ModularSynthComponent_SetLFOType) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOType"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOType, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOType::LFOIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetLFOType, LFOType) == 0x000004, "Member 'ModularSynthComponent_SetLFOType::LFOType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvAttackTime \ +static_assert(alignof(ModularSynthComponent_SetModEnvAttackTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetModEnvAttackTime"); \ +static_assert(sizeof(ModularSynthComponent_SetModEnvAttackTime) == 0x000004, "Wrong size on ModularSynthComponent_SetModEnvAttackTime"); \ +static_assert(offsetof(ModularSynthComponent_SetModEnvAttackTime, AttackTimeMsec) == 0x000000, "Member 'ModularSynthComponent_SetModEnvAttackTime::AttackTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvBiasInvert \ +static_assert(alignof(ModularSynthComponent_SetModEnvBiasInvert) == 0x000001, "Wrong alignment on ModularSynthComponent_SetModEnvBiasInvert"); \ +static_assert(sizeof(ModularSynthComponent_SetModEnvBiasInvert) == 0x000001, "Wrong size on ModularSynthComponent_SetModEnvBiasInvert"); \ +static_assert(offsetof(ModularSynthComponent_SetModEnvBiasInvert, bInvert) == 0x000000, "Member 'ModularSynthComponent_SetModEnvBiasInvert::bInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvBiasPatch \ +static_assert(alignof(ModularSynthComponent_SetModEnvBiasPatch) == 0x000001, "Wrong alignment on ModularSynthComponent_SetModEnvBiasPatch"); \ +static_assert(sizeof(ModularSynthComponent_SetModEnvBiasPatch) == 0x000001, "Wrong size on ModularSynthComponent_SetModEnvBiasPatch"); \ +static_assert(offsetof(ModularSynthComponent_SetModEnvBiasPatch, InPatchType) == 0x000000, "Member 'ModularSynthComponent_SetModEnvBiasPatch::InPatchType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvDecayTime \ +static_assert(alignof(ModularSynthComponent_SetModEnvDecayTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetModEnvDecayTime"); \ +static_assert(sizeof(ModularSynthComponent_SetModEnvDecayTime) == 0x000004, "Wrong size on ModularSynthComponent_SetModEnvDecayTime"); \ +static_assert(offsetof(ModularSynthComponent_SetModEnvDecayTime, DecayTimeMsec) == 0x000000, "Member 'ModularSynthComponent_SetModEnvDecayTime::DecayTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvDepth \ +static_assert(alignof(ModularSynthComponent_SetModEnvDepth) == 0x000004, "Wrong alignment on ModularSynthComponent_SetModEnvDepth"); \ +static_assert(sizeof(ModularSynthComponent_SetModEnvDepth) == 0x000004, "Wrong size on ModularSynthComponent_SetModEnvDepth"); \ +static_assert(offsetof(ModularSynthComponent_SetModEnvDepth, Depth) == 0x000000, "Member 'ModularSynthComponent_SetModEnvDepth::Depth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvInvert \ +static_assert(alignof(ModularSynthComponent_SetModEnvInvert) == 0x000001, "Wrong alignment on ModularSynthComponent_SetModEnvInvert"); \ +static_assert(sizeof(ModularSynthComponent_SetModEnvInvert) == 0x000001, "Wrong size on ModularSynthComponent_SetModEnvInvert"); \ +static_assert(offsetof(ModularSynthComponent_SetModEnvInvert, bInvert) == 0x000000, "Member 'ModularSynthComponent_SetModEnvInvert::bInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvPatch \ +static_assert(alignof(ModularSynthComponent_SetModEnvPatch) == 0x000001, "Wrong alignment on ModularSynthComponent_SetModEnvPatch"); \ +static_assert(sizeof(ModularSynthComponent_SetModEnvPatch) == 0x000001, "Wrong size on ModularSynthComponent_SetModEnvPatch"); \ +static_assert(offsetof(ModularSynthComponent_SetModEnvPatch, InPatchType) == 0x000000, "Member 'ModularSynthComponent_SetModEnvPatch::InPatchType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvReleaseTime \ +static_assert(alignof(ModularSynthComponent_SetModEnvReleaseTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetModEnvReleaseTime"); \ +static_assert(sizeof(ModularSynthComponent_SetModEnvReleaseTime) == 0x000004, "Wrong size on ModularSynthComponent_SetModEnvReleaseTime"); \ +static_assert(offsetof(ModularSynthComponent_SetModEnvReleaseTime, Release) == 0x000000, "Member 'ModularSynthComponent_SetModEnvReleaseTime::Release' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvSustainGain \ +static_assert(alignof(ModularSynthComponent_SetModEnvSustainGain) == 0x000004, "Wrong alignment on ModularSynthComponent_SetModEnvSustainGain"); \ +static_assert(sizeof(ModularSynthComponent_SetModEnvSustainGain) == 0x000004, "Wrong size on ModularSynthComponent_SetModEnvSustainGain"); \ +static_assert(offsetof(ModularSynthComponent_SetModEnvSustainGain, SustainGain) == 0x000000, "Member 'ModularSynthComponent_SetModEnvSustainGain::SustainGain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetOscCents \ +static_assert(alignof(ModularSynthComponent_SetOscCents) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscCents"); \ +static_assert(sizeof(ModularSynthComponent_SetOscCents) == 0x000008, "Wrong size on ModularSynthComponent_SetOscCents"); \ +static_assert(offsetof(ModularSynthComponent_SetOscCents, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscCents::OscIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetOscCents, Cents) == 0x000004, "Member 'ModularSynthComponent_SetOscCents::Cents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetOscFrequencyMod \ +static_assert(alignof(ModularSynthComponent_SetOscFrequencyMod) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscFrequencyMod"); \ +static_assert(sizeof(ModularSynthComponent_SetOscFrequencyMod) == 0x000008, "Wrong size on ModularSynthComponent_SetOscFrequencyMod"); \ +static_assert(offsetof(ModularSynthComponent_SetOscFrequencyMod, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscFrequencyMod::OscIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetOscFrequencyMod, OscFreqMod) == 0x000004, "Member 'ModularSynthComponent_SetOscFrequencyMod::OscFreqMod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetOscGain \ +static_assert(alignof(ModularSynthComponent_SetOscGain) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscGain"); \ +static_assert(sizeof(ModularSynthComponent_SetOscGain) == 0x000008, "Wrong size on ModularSynthComponent_SetOscGain"); \ +static_assert(offsetof(ModularSynthComponent_SetOscGain, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscGain::OscIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetOscGain, OscGain) == 0x000004, "Member 'ModularSynthComponent_SetOscGain::OscGain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetOscGainMod \ +static_assert(alignof(ModularSynthComponent_SetOscGainMod) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscGainMod"); \ +static_assert(sizeof(ModularSynthComponent_SetOscGainMod) == 0x000008, "Wrong size on ModularSynthComponent_SetOscGainMod"); \ +static_assert(offsetof(ModularSynthComponent_SetOscGainMod, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscGainMod::OscIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetOscGainMod, OscGainMod) == 0x000004, "Member 'ModularSynthComponent_SetOscGainMod::OscGainMod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetOscOctave \ +static_assert(alignof(ModularSynthComponent_SetOscOctave) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscOctave"); \ +static_assert(sizeof(ModularSynthComponent_SetOscOctave) == 0x000008, "Wrong size on ModularSynthComponent_SetOscOctave"); \ +static_assert(offsetof(ModularSynthComponent_SetOscOctave, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscOctave::OscIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetOscOctave, Octave) == 0x000004, "Member 'ModularSynthComponent_SetOscOctave::Octave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetOscPulsewidth \ +static_assert(alignof(ModularSynthComponent_SetOscPulsewidth) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscPulsewidth"); \ +static_assert(sizeof(ModularSynthComponent_SetOscPulsewidth) == 0x000008, "Wrong size on ModularSynthComponent_SetOscPulsewidth"); \ +static_assert(offsetof(ModularSynthComponent_SetOscPulsewidth, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscPulsewidth::OscIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetOscPulsewidth, Pulsewidth) == 0x000004, "Member 'ModularSynthComponent_SetOscPulsewidth::Pulsewidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetOscSemitones \ +static_assert(alignof(ModularSynthComponent_SetOscSemitones) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscSemitones"); \ +static_assert(sizeof(ModularSynthComponent_SetOscSemitones) == 0x000008, "Wrong size on ModularSynthComponent_SetOscSemitones"); \ +static_assert(offsetof(ModularSynthComponent_SetOscSemitones, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscSemitones::OscIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetOscSemitones, Semitones) == 0x000004, "Member 'ModularSynthComponent_SetOscSemitones::Semitones' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetOscSync \ +static_assert(alignof(ModularSynthComponent_SetOscSync) == 0x000001, "Wrong alignment on ModularSynthComponent_SetOscSync"); \ +static_assert(sizeof(ModularSynthComponent_SetOscSync) == 0x000001, "Wrong size on ModularSynthComponent_SetOscSync"); \ +static_assert(offsetof(ModularSynthComponent_SetOscSync, bIsSynced) == 0x000000, "Member 'ModularSynthComponent_SetOscSync::bIsSynced' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetOscType \ +static_assert(alignof(ModularSynthComponent_SetOscType) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscType"); \ +static_assert(sizeof(ModularSynthComponent_SetOscType) == 0x000008, "Wrong size on ModularSynthComponent_SetOscType"); \ +static_assert(offsetof(ModularSynthComponent_SetOscType, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscType::OscIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularSynthComponent_SetOscType, OscType) == 0x000004, "Member 'ModularSynthComponent_SetOscType::OscType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetPan \ +static_assert(alignof(ModularSynthComponent_SetPan) == 0x000004, "Wrong alignment on ModularSynthComponent_SetPan"); \ +static_assert(sizeof(ModularSynthComponent_SetPan) == 0x000004, "Wrong size on ModularSynthComponent_SetPan"); \ +static_assert(offsetof(ModularSynthComponent_SetPan, Pan) == 0x000000, "Member 'ModularSynthComponent_SetPan::Pan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetPitchBend \ +static_assert(alignof(ModularSynthComponent_SetPitchBend) == 0x000004, "Wrong alignment on ModularSynthComponent_SetPitchBend"); \ +static_assert(sizeof(ModularSynthComponent_SetPitchBend) == 0x000004, "Wrong size on ModularSynthComponent_SetPitchBend"); \ +static_assert(offsetof(ModularSynthComponent_SetPitchBend, PitchBend) == 0x000000, "Member 'ModularSynthComponent_SetPitchBend::PitchBend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetPortamento \ +static_assert(alignof(ModularSynthComponent_SetPortamento) == 0x000004, "Wrong alignment on ModularSynthComponent_SetPortamento"); \ +static_assert(sizeof(ModularSynthComponent_SetPortamento) == 0x000004, "Wrong size on ModularSynthComponent_SetPortamento"); \ +static_assert(offsetof(ModularSynthComponent_SetPortamento, Portamento) == 0x000000, "Member 'ModularSynthComponent_SetPortamento::Portamento' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetReleaseTime \ +static_assert(alignof(ModularSynthComponent_SetReleaseTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetReleaseTime"); \ +static_assert(sizeof(ModularSynthComponent_SetReleaseTime) == 0x000004, "Wrong size on ModularSynthComponent_SetReleaseTime"); \ +static_assert(offsetof(ModularSynthComponent_SetReleaseTime, ReleaseTimeMsec) == 0x000000, "Member 'ModularSynthComponent_SetReleaseTime::ReleaseTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetSpread \ +static_assert(alignof(ModularSynthComponent_SetSpread) == 0x000004, "Wrong alignment on ModularSynthComponent_SetSpread"); \ +static_assert(sizeof(ModularSynthComponent_SetSpread) == 0x000004, "Wrong size on ModularSynthComponent_SetSpread"); \ +static_assert(offsetof(ModularSynthComponent_SetSpread, Spread) == 0x000000, "Member 'ModularSynthComponent_SetSpread::Spread' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetStereoDelayFeedback \ +static_assert(alignof(ModularSynthComponent_SetStereoDelayFeedback) == 0x000004, "Wrong alignment on ModularSynthComponent_SetStereoDelayFeedback"); \ +static_assert(sizeof(ModularSynthComponent_SetStereoDelayFeedback) == 0x000004, "Wrong size on ModularSynthComponent_SetStereoDelayFeedback"); \ +static_assert(offsetof(ModularSynthComponent_SetStereoDelayFeedback, DelayFeedback) == 0x000000, "Member 'ModularSynthComponent_SetStereoDelayFeedback::DelayFeedback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetStereoDelayIsEnabled \ +static_assert(alignof(ModularSynthComponent_SetStereoDelayIsEnabled) == 0x000001, "Wrong alignment on ModularSynthComponent_SetStereoDelayIsEnabled"); \ +static_assert(sizeof(ModularSynthComponent_SetStereoDelayIsEnabled) == 0x000001, "Wrong size on ModularSynthComponent_SetStereoDelayIsEnabled"); \ +static_assert(offsetof(ModularSynthComponent_SetStereoDelayIsEnabled, StereoDelayEnabled) == 0x000000, "Member 'ModularSynthComponent_SetStereoDelayIsEnabled::StereoDelayEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetStereoDelayMode \ +static_assert(alignof(ModularSynthComponent_SetStereoDelayMode) == 0x000001, "Wrong alignment on ModularSynthComponent_SetStereoDelayMode"); \ +static_assert(sizeof(ModularSynthComponent_SetStereoDelayMode) == 0x000001, "Wrong size on ModularSynthComponent_SetStereoDelayMode"); \ +static_assert(offsetof(ModularSynthComponent_SetStereoDelayMode, StereoDelayMode) == 0x000000, "Member 'ModularSynthComponent_SetStereoDelayMode::StereoDelayMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetStereoDelayRatio \ +static_assert(alignof(ModularSynthComponent_SetStereoDelayRatio) == 0x000004, "Wrong alignment on ModularSynthComponent_SetStereoDelayRatio"); \ +static_assert(sizeof(ModularSynthComponent_SetStereoDelayRatio) == 0x000004, "Wrong size on ModularSynthComponent_SetStereoDelayRatio"); \ +static_assert(offsetof(ModularSynthComponent_SetStereoDelayRatio, DelayRatio) == 0x000000, "Member 'ModularSynthComponent_SetStereoDelayRatio::DelayRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetStereoDelayTime \ +static_assert(alignof(ModularSynthComponent_SetStereoDelayTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetStereoDelayTime"); \ +static_assert(sizeof(ModularSynthComponent_SetStereoDelayTime) == 0x000004, "Wrong size on ModularSynthComponent_SetStereoDelayTime"); \ +static_assert(offsetof(ModularSynthComponent_SetStereoDelayTime, DelayTimeMsec) == 0x000000, "Member 'ModularSynthComponent_SetStereoDelayTime::DelayTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetStereoDelayWetlevel \ +static_assert(alignof(ModularSynthComponent_SetStereoDelayWetlevel) == 0x000004, "Wrong alignment on ModularSynthComponent_SetStereoDelayWetlevel"); \ +static_assert(sizeof(ModularSynthComponent_SetStereoDelayWetlevel) == 0x000004, "Wrong size on ModularSynthComponent_SetStereoDelayWetlevel"); \ +static_assert(offsetof(ModularSynthComponent_SetStereoDelayWetlevel, DelayWetlevel) == 0x000000, "Member 'ModularSynthComponent_SetStereoDelayWetlevel::DelayWetlevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetSustainGain \ +static_assert(alignof(ModularSynthComponent_SetSustainGain) == 0x000004, "Wrong alignment on ModularSynthComponent_SetSustainGain"); \ +static_assert(sizeof(ModularSynthComponent_SetSustainGain) == 0x000004, "Wrong size on ModularSynthComponent_SetSustainGain"); \ +static_assert(offsetof(ModularSynthComponent_SetSustainGain, SustainGain) == 0x000000, "Member 'ModularSynthComponent_SetSustainGain::SustainGain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularSynthComponent_SetSynthPreset \ +static_assert(alignof(ModularSynthComponent_SetSynthPreset) == 0x000008, "Wrong alignment on ModularSynthComponent_SetSynthPreset"); \ +static_assert(sizeof(ModularSynthComponent_SetSynthPreset) == 0x0000E0, "Wrong size on ModularSynthComponent_SetSynthPreset"); \ +static_assert(offsetof(ModularSynthComponent_SetSynthPreset, SynthPreset) == 0x000000, "Member 'ModularSynthComponent_SetSynthPreset::SynthPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModularSynthComponent \ +static_assert(alignof(UModularSynthComponent) == 0x000010, "Wrong alignment on UModularSynthComponent"); \ +static_assert(sizeof(UModularSynthComponent) == 0x000DB0, "Wrong size on UModularSynthComponent"); \ +static_assert(offsetof(UModularSynthComponent, VoiceCount) == 0x0006F0, "Member 'UModularSynthComponent::VoiceCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetBitModulator \ +static_assert(alignof(SourceEffectBitCrusherPreset_SetBitModulator) == 0x000008, "Wrong alignment on SourceEffectBitCrusherPreset_SetBitModulator"); \ +static_assert(sizeof(SourceEffectBitCrusherPreset_SetBitModulator) == 0x000008, "Wrong size on SourceEffectBitCrusherPreset_SetBitModulator"); \ +static_assert(offsetof(SourceEffectBitCrusherPreset_SetBitModulator, Modulator) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetBitModulator::Modulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetBits \ +static_assert(alignof(SourceEffectBitCrusherPreset_SetBits) == 0x000004, "Wrong alignment on SourceEffectBitCrusherPreset_SetBits"); \ +static_assert(sizeof(SourceEffectBitCrusherPreset_SetBits) == 0x000004, "Wrong size on SourceEffectBitCrusherPreset_SetBits"); \ +static_assert(offsetof(SourceEffectBitCrusherPreset_SetBits, Bits) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetBits::Bits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetModulationSettings \ +static_assert(alignof(SourceEffectBitCrusherPreset_SetModulationSettings) == 0x000008, "Wrong alignment on SourceEffectBitCrusherPreset_SetModulationSettings"); \ +static_assert(sizeof(SourceEffectBitCrusherPreset_SetModulationSettings) == 0x000030, "Wrong size on SourceEffectBitCrusherPreset_SetModulationSettings"); \ +static_assert(offsetof(SourceEffectBitCrusherPreset_SetModulationSettings, ModulationSettings) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetModulationSettings::ModulationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetSampleRate \ +static_assert(alignof(SourceEffectBitCrusherPreset_SetSampleRate) == 0x000004, "Wrong alignment on SourceEffectBitCrusherPreset_SetSampleRate"); \ +static_assert(sizeof(SourceEffectBitCrusherPreset_SetSampleRate) == 0x000004, "Wrong size on SourceEffectBitCrusherPreset_SetSampleRate"); \ +static_assert(offsetof(SourceEffectBitCrusherPreset_SetSampleRate, SampleRate) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetSampleRate::SampleRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetSampleRateModulator \ +static_assert(alignof(SourceEffectBitCrusherPreset_SetSampleRateModulator) == 0x000008, "Wrong alignment on SourceEffectBitCrusherPreset_SetSampleRateModulator"); \ +static_assert(sizeof(SourceEffectBitCrusherPreset_SetSampleRateModulator) == 0x000008, "Wrong size on SourceEffectBitCrusherPreset_SetSampleRateModulator"); \ +static_assert(offsetof(SourceEffectBitCrusherPreset_SetSampleRateModulator, Modulator) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetSampleRateModulator::Modulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetSettings \ +static_assert(alignof(SourceEffectBitCrusherPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectBitCrusherPreset_SetSettings"); \ +static_assert(sizeof(SourceEffectBitCrusherPreset_SetSettings) == 0x000008, "Wrong size on SourceEffectBitCrusherPreset_SetSettings"); \ +static_assert(offsetof(SourceEffectBitCrusherPreset_SetSettings, Settings_0) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetSettings::Settings_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USourceEffectBitCrusherPreset \ +static_assert(alignof(USourceEffectBitCrusherPreset) == 0x000008, "Wrong alignment on USourceEffectBitCrusherPreset"); \ +static_assert(sizeof(USourceEffectBitCrusherPreset) == 0x0000F8, "Wrong size on USourceEffectBitCrusherPreset"); \ +static_assert(offsetof(USourceEffectBitCrusherPreset, Settings) == 0x0000C8, "Member 'USourceEffectBitCrusherPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetDepth \ +static_assert(alignof(SourceEffectChorusPreset_SetDepth) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetDepth"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetDepth) == 0x000004, "Wrong size on SourceEffectChorusPreset_SetDepth"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetDepth, Depth) == 0x000000, "Member 'SourceEffectChorusPreset_SetDepth::Depth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetDepthModulator \ +static_assert(alignof(SourceEffectChorusPreset_SetDepthModulator) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetDepthModulator"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetDepthModulator) == 0x000008, "Wrong size on SourceEffectChorusPreset_SetDepthModulator"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetDepthModulator, Modulator) == 0x000000, "Member 'SourceEffectChorusPreset_SetDepthModulator::Modulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetDry \ +static_assert(alignof(SourceEffectChorusPreset_SetDry) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetDry"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetDry) == 0x000004, "Wrong size on SourceEffectChorusPreset_SetDry"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetDry, DryAmount) == 0x000000, "Member 'SourceEffectChorusPreset_SetDry::DryAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetDryModulator \ +static_assert(alignof(SourceEffectChorusPreset_SetDryModulator) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetDryModulator"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetDryModulator) == 0x000008, "Wrong size on SourceEffectChorusPreset_SetDryModulator"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetDryModulator, Modulator) == 0x000000, "Member 'SourceEffectChorusPreset_SetDryModulator::Modulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetFeedback \ +static_assert(alignof(SourceEffectChorusPreset_SetFeedback) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetFeedback"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetFeedback) == 0x000004, "Wrong size on SourceEffectChorusPreset_SetFeedback"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetFeedback, Feedback) == 0x000000, "Member 'SourceEffectChorusPreset_SetFeedback::Feedback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetFeedbackModulator \ +static_assert(alignof(SourceEffectChorusPreset_SetFeedbackModulator) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetFeedbackModulator"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetFeedbackModulator) == 0x000008, "Wrong size on SourceEffectChorusPreset_SetFeedbackModulator"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetFeedbackModulator, Modulator) == 0x000000, "Member 'SourceEffectChorusPreset_SetFeedbackModulator::Modulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetFrequency \ +static_assert(alignof(SourceEffectChorusPreset_SetFrequency) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetFrequency"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetFrequency) == 0x000004, "Wrong size on SourceEffectChorusPreset_SetFrequency"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetFrequency, Frequency) == 0x000000, "Member 'SourceEffectChorusPreset_SetFrequency::Frequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetFrequencyModulator \ +static_assert(alignof(SourceEffectChorusPreset_SetFrequencyModulator) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetFrequencyModulator"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetFrequencyModulator) == 0x000008, "Wrong size on SourceEffectChorusPreset_SetFrequencyModulator"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetFrequencyModulator, Modulator) == 0x000000, "Member 'SourceEffectChorusPreset_SetFrequencyModulator::Modulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetModulationSettings \ +static_assert(alignof(SourceEffectChorusPreset_SetModulationSettings) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetModulationSettings"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetModulationSettings) == 0x000078, "Wrong size on SourceEffectChorusPreset_SetModulationSettings"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetModulationSettings, ModulationSettings) == 0x000000, "Member 'SourceEffectChorusPreset_SetModulationSettings::ModulationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetSettings \ +static_assert(alignof(SourceEffectChorusPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetSettings"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetSettings) == 0x000018, "Wrong size on SourceEffectChorusPreset_SetSettings"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetSettings, Settings_0) == 0x000000, "Member 'SourceEffectChorusPreset_SetSettings::Settings_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetSpread \ +static_assert(alignof(SourceEffectChorusPreset_SetSpread) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetSpread"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetSpread) == 0x000004, "Wrong size on SourceEffectChorusPreset_SetSpread"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetSpread, Spread) == 0x000000, "Member 'SourceEffectChorusPreset_SetSpread::Spread' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetSpreadModulator \ +static_assert(alignof(SourceEffectChorusPreset_SetSpreadModulator) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetSpreadModulator"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetSpreadModulator) == 0x000008, "Wrong size on SourceEffectChorusPreset_SetSpreadModulator"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetSpreadModulator, Modulator) == 0x000000, "Member 'SourceEffectChorusPreset_SetSpreadModulator::Modulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetWet \ +static_assert(alignof(SourceEffectChorusPreset_SetWet) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetWet"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetWet) == 0x000004, "Wrong size on SourceEffectChorusPreset_SetWet"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetWet, WetAmount) == 0x000000, "Member 'SourceEffectChorusPreset_SetWet::WetAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetWetModulator \ +static_assert(alignof(SourceEffectChorusPreset_SetWetModulator) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetWetModulator"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetWetModulator) == 0x000008, "Wrong size on SourceEffectChorusPreset_SetWetModulator"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetWetModulator, Modulator) == 0x000000, "Member 'SourceEffectChorusPreset_SetWetModulator::Modulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USourceEffectChorusPreset \ +static_assert(alignof(USourceEffectChorusPreset) == 0x000008, "Wrong alignment on USourceEffectChorusPreset"); \ +static_assert(sizeof(USourceEffectChorusPreset) == 0x000188, "Wrong size on USourceEffectChorusPreset"); \ +static_assert(offsetof(USourceEffectChorusPreset, Settings) == 0x000110, "Member 'USourceEffectChorusPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectDynamicsProcessorPreset_SetSettings \ +static_assert(alignof(SourceEffectDynamicsProcessorPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectDynamicsProcessorPreset_SetSettings"); \ +static_assert(sizeof(SourceEffectDynamicsProcessorPreset_SetSettings) == 0x000028, "Wrong size on SourceEffectDynamicsProcessorPreset_SetSettings"); \ +static_assert(offsetof(SourceEffectDynamicsProcessorPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectDynamicsProcessorPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USourceEffectDynamicsProcessorPreset \ +static_assert(alignof(USourceEffectDynamicsProcessorPreset) == 0x000008, "Wrong alignment on USourceEffectDynamicsProcessorPreset"); \ +static_assert(sizeof(USourceEffectDynamicsProcessorPreset) == 0x0000E8, "Wrong size on USourceEffectDynamicsProcessorPreset"); \ +static_assert(offsetof(USourceEffectDynamicsProcessorPreset, Settings) == 0x0000C0, "Member 'USourceEffectDynamicsProcessorPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectEQPreset_SetSettings \ +static_assert(alignof(SourceEffectEQPreset_SetSettings) == 0x000008, "Wrong alignment on SourceEffectEQPreset_SetSettings"); \ +static_assert(sizeof(SourceEffectEQPreset_SetSettings) == 0x000010, "Wrong size on SourceEffectEQPreset_SetSettings"); \ +static_assert(offsetof(SourceEffectEQPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectEQPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USourceEffectEQPreset \ +static_assert(alignof(USourceEffectEQPreset) == 0x000008, "Wrong alignment on USourceEffectEQPreset"); \ +static_assert(sizeof(USourceEffectEQPreset) == 0x0000B8, "Wrong size on USourceEffectEQPreset"); \ +static_assert(offsetof(USourceEffectEQPreset, Settings) == 0x0000A8, "Member 'USourceEffectEQPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectFilterPreset_SetSettings \ +static_assert(alignof(SourceEffectFilterPreset_SetSettings) == 0x000008, "Wrong alignment on SourceEffectFilterPreset_SetSettings"); \ +static_assert(sizeof(SourceEffectFilterPreset_SetSettings) == 0x000020, "Wrong size on SourceEffectFilterPreset_SetSettings"); \ +static_assert(offsetof(SourceEffectFilterPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectFilterPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USourceEffectFilterPreset \ +static_assert(alignof(USourceEffectFilterPreset) == 0x000008, "Wrong alignment on USourceEffectFilterPreset"); \ +static_assert(sizeof(USourceEffectFilterPreset) == 0x0000D8, "Wrong size on USourceEffectFilterPreset"); \ +static_assert(offsetof(USourceEffectFilterPreset, Settings) == 0x0000B8, "Member 'USourceEffectFilterPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectFoldbackDistortionPreset_SetSettings \ +static_assert(alignof(SourceEffectFoldbackDistortionPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectFoldbackDistortionPreset_SetSettings"); \ +static_assert(sizeof(SourceEffectFoldbackDistortionPreset_SetSettings) == 0x00000C, "Wrong size on SourceEffectFoldbackDistortionPreset_SetSettings"); \ +static_assert(offsetof(SourceEffectFoldbackDistortionPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectFoldbackDistortionPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USourceEffectFoldbackDistortionPreset \ +static_assert(alignof(USourceEffectFoldbackDistortionPreset) == 0x000008, "Wrong alignment on USourceEffectFoldbackDistortionPreset"); \ +static_assert(sizeof(USourceEffectFoldbackDistortionPreset) == 0x0000B0, "Wrong size on USourceEffectFoldbackDistortionPreset"); \ +static_assert(offsetof(USourceEffectFoldbackDistortionPreset, Settings) == 0x0000A4, "Member 'USourceEffectFoldbackDistortionPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectMidSideSpreaderPreset_SetSettings \ +static_assert(alignof(SourceEffectMidSideSpreaderPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectMidSideSpreaderPreset_SetSettings"); \ +static_assert(sizeof(SourceEffectMidSideSpreaderPreset_SetSettings) == 0x000008, "Wrong size on SourceEffectMidSideSpreaderPreset_SetSettings"); \ +static_assert(offsetof(SourceEffectMidSideSpreaderPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectMidSideSpreaderPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USourceEffectMidSideSpreaderPreset \ +static_assert(alignof(USourceEffectMidSideSpreaderPreset) == 0x000008, "Wrong alignment on USourceEffectMidSideSpreaderPreset"); \ +static_assert(sizeof(USourceEffectMidSideSpreaderPreset) == 0x0000A8, "Wrong size on USourceEffectMidSideSpreaderPreset"); \ +static_assert(offsetof(USourceEffectMidSideSpreaderPreset, Settings) == 0x0000A0, "Member 'USourceEffectMidSideSpreaderPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectPannerPreset_SetSettings \ +static_assert(alignof(SourceEffectPannerPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectPannerPreset_SetSettings"); \ +static_assert(sizeof(SourceEffectPannerPreset_SetSettings) == 0x000008, "Wrong size on SourceEffectPannerPreset_SetSettings"); \ +static_assert(offsetof(SourceEffectPannerPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectPannerPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USourceEffectPannerPreset \ +static_assert(alignof(USourceEffectPannerPreset) == 0x000008, "Wrong alignment on USourceEffectPannerPreset"); \ +static_assert(sizeof(USourceEffectPannerPreset) == 0x0000A8, "Wrong size on USourceEffectPannerPreset"); \ +static_assert(offsetof(USourceEffectPannerPreset, Settings) == 0x0000A0, "Member 'USourceEffectPannerPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectPhaserPreset_SetSettings \ +static_assert(alignof(SourceEffectPhaserPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectPhaserPreset_SetSettings"); \ +static_assert(sizeof(SourceEffectPhaserPreset_SetSettings) == 0x000010, "Wrong size on SourceEffectPhaserPreset_SetSettings"); \ +static_assert(offsetof(SourceEffectPhaserPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectPhaserPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USourceEffectPhaserPreset \ +static_assert(alignof(USourceEffectPhaserPreset) == 0x000008, "Wrong alignment on USourceEffectPhaserPreset"); \ +static_assert(sizeof(USourceEffectPhaserPreset) == 0x0000B8, "Wrong size on USourceEffectPhaserPreset"); \ +static_assert(offsetof(USourceEffectPhaserPreset, Settings) == 0x0000A8, "Member 'USourceEffectPhaserPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectRingModulationPreset_SetSettings \ +static_assert(alignof(SourceEffectRingModulationPreset_SetSettings) == 0x000008, "Wrong alignment on SourceEffectRingModulationPreset_SetSettings"); \ +static_assert(sizeof(SourceEffectRingModulationPreset_SetSettings) == 0x000020, "Wrong size on SourceEffectRingModulationPreset_SetSettings"); \ +static_assert(offsetof(SourceEffectRingModulationPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectRingModulationPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USourceEffectRingModulationPreset \ +static_assert(alignof(USourceEffectRingModulationPreset) == 0x000008, "Wrong alignment on USourceEffectRingModulationPreset"); \ +static_assert(sizeof(USourceEffectRingModulationPreset) == 0x0000D8, "Wrong size on USourceEffectRingModulationPreset"); \ +static_assert(offsetof(USourceEffectRingModulationPreset, Settings) == 0x0000B8, "Member 'USourceEffectRingModulationPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectSimpleDelayPreset_SetSettings \ +static_assert(alignof(SourceEffectSimpleDelayPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectSimpleDelayPreset_SetSettings"); \ +static_assert(sizeof(SourceEffectSimpleDelayPreset_SetSettings) == 0x000018, "Wrong size on SourceEffectSimpleDelayPreset_SetSettings"); \ +static_assert(offsetof(SourceEffectSimpleDelayPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectSimpleDelayPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USourceEffectSimpleDelayPreset \ +static_assert(alignof(USourceEffectSimpleDelayPreset) == 0x000008, "Wrong alignment on USourceEffectSimpleDelayPreset"); \ +static_assert(sizeof(USourceEffectSimpleDelayPreset) == 0x0000C8, "Wrong size on USourceEffectSimpleDelayPreset"); \ +static_assert(offsetof(USourceEffectSimpleDelayPreset, Settings) == 0x0000B0, "Member 'USourceEffectSimpleDelayPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectStereoDelayPreset_SetSettings \ +static_assert(alignof(SourceEffectStereoDelayPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectStereoDelayPreset_SetSettings"); \ +static_assert(sizeof(SourceEffectStereoDelayPreset_SetSettings) == 0x000024, "Wrong size on SourceEffectStereoDelayPreset_SetSettings"); \ +static_assert(offsetof(SourceEffectStereoDelayPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectStereoDelayPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USourceEffectStereoDelayPreset \ +static_assert(alignof(USourceEffectStereoDelayPreset) == 0x000008, "Wrong alignment on USourceEffectStereoDelayPreset"); \ +static_assert(sizeof(USourceEffectStereoDelayPreset) == 0x0000E0, "Wrong size on USourceEffectStereoDelayPreset"); \ +static_assert(offsetof(USourceEffectStereoDelayPreset, Settings) == 0x0000BC, "Member 'USourceEffectStereoDelayPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectWaveShaperPreset_SetSettings \ +static_assert(alignof(SourceEffectWaveShaperPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectWaveShaperPreset_SetSettings"); \ +static_assert(sizeof(SourceEffectWaveShaperPreset_SetSettings) == 0x000008, "Wrong size on SourceEffectWaveShaperPreset_SetSettings"); \ +static_assert(offsetof(SourceEffectWaveShaperPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectWaveShaperPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USourceEffectWaveShaperPreset \ +static_assert(alignof(USourceEffectWaveShaperPreset) == 0x000008, "Wrong alignment on USourceEffectWaveShaperPreset"); \ +static_assert(sizeof(USourceEffectWaveShaperPreset) == 0x0000A8, "Wrong size on USourceEffectWaveShaperPreset"); \ +static_assert(offsetof(USourceEffectWaveShaperPreset, Settings) == 0x0000A0, "Member 'USourceEffectWaveShaperPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioImpulseResponse \ +static_assert(alignof(UAudioImpulseResponse) == 0x000008, "Wrong alignment on UAudioImpulseResponse"); \ +static_assert(sizeof(UAudioImpulseResponse) == 0x000060, "Wrong size on UAudioImpulseResponse"); \ +static_assert(offsetof(UAudioImpulseResponse, ImpulseResponse) == 0x000030, "Member 'UAudioImpulseResponse::ImpulseResponse' has a wrong offset!"); \ +static_assert(offsetof(UAudioImpulseResponse, NumChannels) == 0x000040, "Member 'UAudioImpulseResponse::NumChannels' has a wrong offset!"); \ +static_assert(offsetof(UAudioImpulseResponse, SampleRate) == 0x000044, "Member 'UAudioImpulseResponse::SampleRate' has a wrong offset!"); \ +static_assert(offsetof(UAudioImpulseResponse, NormalizationVolumeDb) == 0x000048, "Member 'UAudioImpulseResponse::NormalizationVolumeDb' has a wrong offset!"); \ +static_assert(offsetof(UAudioImpulseResponse, bTrueStereo) == 0x00004C, "Member 'UAudioImpulseResponse::bTrueStereo' has a wrong offset!"); \ +static_assert(offsetof(UAudioImpulseResponse, IRData) == 0x000050, "Member 'UAudioImpulseResponse::IRData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectConvolutionReverbPreset_SetImpulseResponse \ +static_assert(alignof(SubmixEffectConvolutionReverbPreset_SetImpulseResponse) == 0x000008, "Wrong alignment on SubmixEffectConvolutionReverbPreset_SetImpulseResponse"); \ +static_assert(sizeof(SubmixEffectConvolutionReverbPreset_SetImpulseResponse) == 0x000008, "Wrong size on SubmixEffectConvolutionReverbPreset_SetImpulseResponse"); \ +static_assert(offsetof(SubmixEffectConvolutionReverbPreset_SetImpulseResponse, InImpulseResponse) == 0x000000, "Member 'SubmixEffectConvolutionReverbPreset_SetImpulseResponse::InImpulseResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectConvolutionReverbPreset_SetSettings \ +static_assert(alignof(SubmixEffectConvolutionReverbPreset_SetSettings) == 0x000008, "Wrong alignment on SubmixEffectConvolutionReverbPreset_SetSettings"); \ +static_assert(sizeof(SubmixEffectConvolutionReverbPreset_SetSettings) == 0x000028, "Wrong size on SubmixEffectConvolutionReverbPreset_SetSettings"); \ +static_assert(offsetof(SubmixEffectConvolutionReverbPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectConvolutionReverbPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubmixEffectConvolutionReverbPreset \ +static_assert(alignof(USubmixEffectConvolutionReverbPreset) == 0x000008, "Wrong alignment on USubmixEffectConvolutionReverbPreset"); \ +static_assert(sizeof(USubmixEffectConvolutionReverbPreset) == 0x0000F8, "Wrong size on USubmixEffectConvolutionReverbPreset"); \ +static_assert(offsetof(USubmixEffectConvolutionReverbPreset, ImpulseResponse) == 0x000070, "Member 'USubmixEffectConvolutionReverbPreset::ImpulseResponse' has a wrong offset!"); \ +static_assert(offsetof(USubmixEffectConvolutionReverbPreset, Settings) == 0x000078, "Member 'USubmixEffectConvolutionReverbPreset::Settings' has a wrong offset!"); \ +static_assert(offsetof(USubmixEffectConvolutionReverbPreset, BlockSize) == 0x0000A0, "Member 'USubmixEffectConvolutionReverbPreset::BlockSize' has a wrong offset!"); \ +static_assert(offsetof(USubmixEffectConvolutionReverbPreset, bEnableHardwareAcceleration) == 0x0000A1, "Member 'USubmixEffectConvolutionReverbPreset::bEnableHardwareAcceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectDelayPreset_GetMaxDelayInMilliseconds \ +static_assert(alignof(SubmixEffectDelayPreset_GetMaxDelayInMilliseconds) == 0x000004, "Wrong alignment on SubmixEffectDelayPreset_GetMaxDelayInMilliseconds"); \ +static_assert(sizeof(SubmixEffectDelayPreset_GetMaxDelayInMilliseconds) == 0x000004, "Wrong size on SubmixEffectDelayPreset_GetMaxDelayInMilliseconds"); \ +static_assert(offsetof(SubmixEffectDelayPreset_GetMaxDelayInMilliseconds, ReturnValue) == 0x000000, "Member 'SubmixEffectDelayPreset_GetMaxDelayInMilliseconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectDelayPreset_SetDelay \ +static_assert(alignof(SubmixEffectDelayPreset_SetDelay) == 0x000004, "Wrong alignment on SubmixEffectDelayPreset_SetDelay"); \ +static_assert(sizeof(SubmixEffectDelayPreset_SetDelay) == 0x000004, "Wrong size on SubmixEffectDelayPreset_SetDelay"); \ +static_assert(offsetof(SubmixEffectDelayPreset_SetDelay, Length) == 0x000000, "Member 'SubmixEffectDelayPreset_SetDelay::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectDelayPreset_SetInterpolationTime \ +static_assert(alignof(SubmixEffectDelayPreset_SetInterpolationTime) == 0x000004, "Wrong alignment on SubmixEffectDelayPreset_SetInterpolationTime"); \ +static_assert(sizeof(SubmixEffectDelayPreset_SetInterpolationTime) == 0x000004, "Wrong size on SubmixEffectDelayPreset_SetInterpolationTime"); \ +static_assert(offsetof(SubmixEffectDelayPreset_SetInterpolationTime, Time) == 0x000000, "Member 'SubmixEffectDelayPreset_SetInterpolationTime::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectDelayPreset_SetSettings \ +static_assert(alignof(SubmixEffectDelayPreset_SetSettings) == 0x000004, "Wrong alignment on SubmixEffectDelayPreset_SetSettings"); \ +static_assert(sizeof(SubmixEffectDelayPreset_SetSettings) == 0x00000C, "Wrong size on SubmixEffectDelayPreset_SetSettings"); \ +static_assert(offsetof(SubmixEffectDelayPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectDelayPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubmixEffectDelayPreset \ +static_assert(alignof(USubmixEffectDelayPreset) == 0x000008, "Wrong alignment on USubmixEffectDelayPreset"); \ +static_assert(sizeof(USubmixEffectDelayPreset) == 0x0000C0, "Wrong size on USubmixEffectDelayPreset"); \ +static_assert(offsetof(USubmixEffectDelayPreset, Settings) == 0x0000A4, "Member 'USubmixEffectDelayPreset::Settings' has a wrong offset!"); \ +static_assert(offsetof(USubmixEffectDelayPreset, DynamicSettings) == 0x0000B0, "Member 'USubmixEffectDelayPreset::DynamicSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectFilterPreset_SetFilterAlgorithm \ +static_assert(alignof(SubmixEffectFilterPreset_SetFilterAlgorithm) == 0x000001, "Wrong alignment on SubmixEffectFilterPreset_SetFilterAlgorithm"); \ +static_assert(sizeof(SubmixEffectFilterPreset_SetFilterAlgorithm) == 0x000001, "Wrong size on SubmixEffectFilterPreset_SetFilterAlgorithm"); \ +static_assert(offsetof(SubmixEffectFilterPreset_SetFilterAlgorithm, InAlgorithm) == 0x000000, "Member 'SubmixEffectFilterPreset_SetFilterAlgorithm::InAlgorithm' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectFilterPreset_SetFilterCutoffFrequency \ +static_assert(alignof(SubmixEffectFilterPreset_SetFilterCutoffFrequency) == 0x000004, "Wrong alignment on SubmixEffectFilterPreset_SetFilterCutoffFrequency"); \ +static_assert(sizeof(SubmixEffectFilterPreset_SetFilterCutoffFrequency) == 0x000004, "Wrong size on SubmixEffectFilterPreset_SetFilterCutoffFrequency"); \ +static_assert(offsetof(SubmixEffectFilterPreset_SetFilterCutoffFrequency, InFrequency) == 0x000000, "Member 'SubmixEffectFilterPreset_SetFilterCutoffFrequency::InFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectFilterPreset_SetFilterCutoffFrequencyMod \ +static_assert(alignof(SubmixEffectFilterPreset_SetFilterCutoffFrequencyMod) == 0x000004, "Wrong alignment on SubmixEffectFilterPreset_SetFilterCutoffFrequencyMod"); \ +static_assert(sizeof(SubmixEffectFilterPreset_SetFilterCutoffFrequencyMod) == 0x000004, "Wrong size on SubmixEffectFilterPreset_SetFilterCutoffFrequencyMod"); \ +static_assert(offsetof(SubmixEffectFilterPreset_SetFilterCutoffFrequencyMod, InFrequency) == 0x000000, "Member 'SubmixEffectFilterPreset_SetFilterCutoffFrequencyMod::InFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectFilterPreset_SetFilterQ \ +static_assert(alignof(SubmixEffectFilterPreset_SetFilterQ) == 0x000004, "Wrong alignment on SubmixEffectFilterPreset_SetFilterQ"); \ +static_assert(sizeof(SubmixEffectFilterPreset_SetFilterQ) == 0x000004, "Wrong size on SubmixEffectFilterPreset_SetFilterQ"); \ +static_assert(offsetof(SubmixEffectFilterPreset_SetFilterQ, InQ) == 0x000000, "Member 'SubmixEffectFilterPreset_SetFilterQ::InQ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectFilterPreset_SetFilterQMod \ +static_assert(alignof(SubmixEffectFilterPreset_SetFilterQMod) == 0x000004, "Wrong alignment on SubmixEffectFilterPreset_SetFilterQMod"); \ +static_assert(sizeof(SubmixEffectFilterPreset_SetFilterQMod) == 0x000004, "Wrong size on SubmixEffectFilterPreset_SetFilterQMod"); \ +static_assert(offsetof(SubmixEffectFilterPreset_SetFilterQMod, InQ) == 0x000000, "Member 'SubmixEffectFilterPreset_SetFilterQMod::InQ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectFilterPreset_SetFilterType \ +static_assert(alignof(SubmixEffectFilterPreset_SetFilterType) == 0x000001, "Wrong alignment on SubmixEffectFilterPreset_SetFilterType"); \ +static_assert(sizeof(SubmixEffectFilterPreset_SetFilterType) == 0x000001, "Wrong size on SubmixEffectFilterPreset_SetFilterType"); \ +static_assert(offsetof(SubmixEffectFilterPreset_SetFilterType, InType) == 0x000000, "Member 'SubmixEffectFilterPreset_SetFilterType::InType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectFilterPreset_SetSettings \ +static_assert(alignof(SubmixEffectFilterPreset_SetSettings) == 0x000004, "Wrong alignment on SubmixEffectFilterPreset_SetSettings"); \ +static_assert(sizeof(SubmixEffectFilterPreset_SetSettings) == 0x00000C, "Wrong size on SubmixEffectFilterPreset_SetSettings"); \ +static_assert(offsetof(SubmixEffectFilterPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectFilterPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubmixEffectFilterPreset \ +static_assert(alignof(USubmixEffectFilterPreset) == 0x000008, "Wrong alignment on USubmixEffectFilterPreset"); \ +static_assert(sizeof(USubmixEffectFilterPreset) == 0x0000B0, "Wrong size on USubmixEffectFilterPreset"); \ +static_assert(offsetof(USubmixEffectFilterPreset, Settings) == 0x0000A4, "Member 'USubmixEffectFilterPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectFlexiverbPreset_SetSettings \ +static_assert(alignof(SubmixEffectFlexiverbPreset_SetSettings) == 0x000004, "Wrong alignment on SubmixEffectFlexiverbPreset_SetSettings"); \ +static_assert(sizeof(SubmixEffectFlexiverbPreset_SetSettings) == 0x000010, "Wrong size on SubmixEffectFlexiverbPreset_SetSettings"); \ +static_assert(offsetof(SubmixEffectFlexiverbPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectFlexiverbPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubmixEffectFlexiverbPreset \ +static_assert(alignof(USubmixEffectFlexiverbPreset) == 0x000008, "Wrong alignment on USubmixEffectFlexiverbPreset"); \ +static_assert(sizeof(USubmixEffectFlexiverbPreset) == 0x0000B8, "Wrong size on USubmixEffectFlexiverbPreset"); \ +static_assert(offsetof(USubmixEffectFlexiverbPreset, Settings) == 0x0000A8, "Member 'USubmixEffectFlexiverbPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectMultibandCompressorPreset_SetSettings \ +static_assert(alignof(SubmixEffectMultibandCompressorPreset_SetSettings) == 0x000008, "Wrong alignment on SubmixEffectMultibandCompressorPreset_SetSettings"); \ +static_assert(sizeof(SubmixEffectMultibandCompressorPreset_SetSettings) == 0x000020, "Wrong size on SubmixEffectMultibandCompressorPreset_SetSettings"); \ +static_assert(offsetof(SubmixEffectMultibandCompressorPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectMultibandCompressorPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubmixEffectMultibandCompressorPreset \ +static_assert(alignof(USubmixEffectMultibandCompressorPreset) == 0x000008, "Wrong alignment on USubmixEffectMultibandCompressorPreset"); \ +static_assert(sizeof(USubmixEffectMultibandCompressorPreset) == 0x0000D8, "Wrong size on USubmixEffectMultibandCompressorPreset"); \ +static_assert(offsetof(USubmixEffectMultibandCompressorPreset, Settings) == 0x0000B8, "Member 'USubmixEffectMultibandCompressorPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectStereoDelayPreset_SetSettings \ +static_assert(alignof(SubmixEffectStereoDelayPreset_SetSettings) == 0x000004, "Wrong alignment on SubmixEffectStereoDelayPreset_SetSettings"); \ +static_assert(sizeof(SubmixEffectStereoDelayPreset_SetSettings) == 0x000024, "Wrong size on SubmixEffectStereoDelayPreset_SetSettings"); \ +static_assert(offsetof(SubmixEffectStereoDelayPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectStereoDelayPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubmixEffectStereoDelayPreset \ +static_assert(alignof(USubmixEffectStereoDelayPreset) == 0x000008, "Wrong alignment on USubmixEffectStereoDelayPreset"); \ +static_assert(sizeof(USubmixEffectStereoDelayPreset) == 0x0000E0, "Wrong size on USubmixEffectStereoDelayPreset"); \ +static_assert(offsetof(USubmixEffectStereoDelayPreset, Settings) == 0x0000BC, "Member 'USubmixEffectStereoDelayPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectTapDelayPreset_AddTap \ +static_assert(alignof(SubmixEffectTapDelayPreset_AddTap) == 0x000004, "Wrong alignment on SubmixEffectTapDelayPreset_AddTap"); \ +static_assert(sizeof(SubmixEffectTapDelayPreset_AddTap) == 0x000004, "Wrong size on SubmixEffectTapDelayPreset_AddTap"); \ +static_assert(offsetof(SubmixEffectTapDelayPreset_AddTap, TapId) == 0x000000, "Member 'SubmixEffectTapDelayPreset_AddTap::TapId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectTapDelayPreset_GetMaxDelayInMilliseconds \ +static_assert(alignof(SubmixEffectTapDelayPreset_GetMaxDelayInMilliseconds) == 0x000004, "Wrong alignment on SubmixEffectTapDelayPreset_GetMaxDelayInMilliseconds"); \ +static_assert(sizeof(SubmixEffectTapDelayPreset_GetMaxDelayInMilliseconds) == 0x000004, "Wrong size on SubmixEffectTapDelayPreset_GetMaxDelayInMilliseconds"); \ +static_assert(offsetof(SubmixEffectTapDelayPreset_GetMaxDelayInMilliseconds, ReturnValue) == 0x000000, "Member 'SubmixEffectTapDelayPreset_GetMaxDelayInMilliseconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectTapDelayPreset_GetTap \ +static_assert(alignof(SubmixEffectTapDelayPreset_GetTap) == 0x000004, "Wrong alignment on SubmixEffectTapDelayPreset_GetTap"); \ +static_assert(sizeof(SubmixEffectTapDelayPreset_GetTap) == 0x00001C, "Wrong size on SubmixEffectTapDelayPreset_GetTap"); \ +static_assert(offsetof(SubmixEffectTapDelayPreset_GetTap, TapId) == 0x000000, "Member 'SubmixEffectTapDelayPreset_GetTap::TapId' has a wrong offset!"); \ +static_assert(offsetof(SubmixEffectTapDelayPreset_GetTap, TapInfo) == 0x000004, "Member 'SubmixEffectTapDelayPreset_GetTap::TapInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectTapDelayPreset_GetTapIds \ +static_assert(alignof(SubmixEffectTapDelayPreset_GetTapIds) == 0x000008, "Wrong alignment on SubmixEffectTapDelayPreset_GetTapIds"); \ +static_assert(sizeof(SubmixEffectTapDelayPreset_GetTapIds) == 0x000010, "Wrong size on SubmixEffectTapDelayPreset_GetTapIds"); \ +static_assert(offsetof(SubmixEffectTapDelayPreset_GetTapIds, TapIds) == 0x000000, "Member 'SubmixEffectTapDelayPreset_GetTapIds::TapIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectTapDelayPreset_RemoveTap \ +static_assert(alignof(SubmixEffectTapDelayPreset_RemoveTap) == 0x000004, "Wrong alignment on SubmixEffectTapDelayPreset_RemoveTap"); \ +static_assert(sizeof(SubmixEffectTapDelayPreset_RemoveTap) == 0x000004, "Wrong size on SubmixEffectTapDelayPreset_RemoveTap"); \ +static_assert(offsetof(SubmixEffectTapDelayPreset_RemoveTap, TapId) == 0x000000, "Member 'SubmixEffectTapDelayPreset_RemoveTap::TapId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectTapDelayPreset_SetInterpolationTime \ +static_assert(alignof(SubmixEffectTapDelayPreset_SetInterpolationTime) == 0x000004, "Wrong alignment on SubmixEffectTapDelayPreset_SetInterpolationTime"); \ +static_assert(sizeof(SubmixEffectTapDelayPreset_SetInterpolationTime) == 0x000004, "Wrong size on SubmixEffectTapDelayPreset_SetInterpolationTime"); \ +static_assert(offsetof(SubmixEffectTapDelayPreset_SetInterpolationTime, Time) == 0x000000, "Member 'SubmixEffectTapDelayPreset_SetInterpolationTime::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectTapDelayPreset_SetSettings \ +static_assert(alignof(SubmixEffectTapDelayPreset_SetSettings) == 0x000008, "Wrong alignment on SubmixEffectTapDelayPreset_SetSettings"); \ +static_assert(sizeof(SubmixEffectTapDelayPreset_SetSettings) == 0x000018, "Wrong size on SubmixEffectTapDelayPreset_SetSettings"); \ +static_assert(offsetof(SubmixEffectTapDelayPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectTapDelayPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectTapDelayPreset_SetTap \ +static_assert(alignof(SubmixEffectTapDelayPreset_SetTap) == 0x000004, "Wrong alignment on SubmixEffectTapDelayPreset_SetTap"); \ +static_assert(sizeof(SubmixEffectTapDelayPreset_SetTap) == 0x00001C, "Wrong size on SubmixEffectTapDelayPreset_SetTap"); \ +static_assert(offsetof(SubmixEffectTapDelayPreset_SetTap, TapId) == 0x000000, "Member 'SubmixEffectTapDelayPreset_SetTap::TapId' has a wrong offset!"); \ +static_assert(offsetof(SubmixEffectTapDelayPreset_SetTap, TapInfo) == 0x000004, "Member 'SubmixEffectTapDelayPreset_SetTap::TapInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubmixEffectTapDelayPreset \ +static_assert(alignof(USubmixEffectTapDelayPreset) == 0x000008, "Wrong alignment on USubmixEffectTapDelayPreset"); \ +static_assert(sizeof(USubmixEffectTapDelayPreset) == 0x0000E0, "Wrong size on USubmixEffectTapDelayPreset"); \ +static_assert(offsetof(USubmixEffectTapDelayPreset, Settings) == 0x0000B0, "Member 'USubmixEffectTapDelayPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Synth2DSlider_SetIndentHandle \ +static_assert(alignof(Synth2DSlider_SetIndentHandle) == 0x000001, "Wrong alignment on Synth2DSlider_SetIndentHandle"); \ +static_assert(sizeof(Synth2DSlider_SetIndentHandle) == 0x000001, "Wrong size on Synth2DSlider_SetIndentHandle"); \ +static_assert(offsetof(Synth2DSlider_SetIndentHandle, InValue) == 0x000000, "Member 'Synth2DSlider_SetIndentHandle::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Synth2DSlider_SetLocked \ +static_assert(alignof(Synth2DSlider_SetLocked) == 0x000001, "Wrong alignment on Synth2DSlider_SetLocked"); \ +static_assert(sizeof(Synth2DSlider_SetLocked) == 0x000001, "Wrong size on Synth2DSlider_SetLocked"); \ +static_assert(offsetof(Synth2DSlider_SetLocked, InValue) == 0x000000, "Member 'Synth2DSlider_SetLocked::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Synth2DSlider_SetSliderHandleColor \ +static_assert(alignof(Synth2DSlider_SetSliderHandleColor) == 0x000004, "Wrong alignment on Synth2DSlider_SetSliderHandleColor"); \ +static_assert(sizeof(Synth2DSlider_SetSliderHandleColor) == 0x000010, "Wrong size on Synth2DSlider_SetSliderHandleColor"); \ +static_assert(offsetof(Synth2DSlider_SetSliderHandleColor, InValue) == 0x000000, "Member 'Synth2DSlider_SetSliderHandleColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Synth2DSlider_SetStepSize \ +static_assert(alignof(Synth2DSlider_SetStepSize) == 0x000004, "Wrong alignment on Synth2DSlider_SetStepSize"); \ +static_assert(sizeof(Synth2DSlider_SetStepSize) == 0x000004, "Wrong size on Synth2DSlider_SetStepSize"); \ +static_assert(offsetof(Synth2DSlider_SetStepSize, InValue) == 0x000000, "Member 'Synth2DSlider_SetStepSize::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Synth2DSlider_SetValue \ +static_assert(alignof(Synth2DSlider_SetValue) == 0x000004, "Wrong alignment on Synth2DSlider_SetValue"); \ +static_assert(sizeof(Synth2DSlider_SetValue) == 0x000008, "Wrong size on Synth2DSlider_SetValue"); \ +static_assert(offsetof(Synth2DSlider_SetValue, InValue) == 0x000000, "Member 'Synth2DSlider_SetValue::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Synth2DSlider_GetValue \ +static_assert(alignof(Synth2DSlider_GetValue) == 0x000004, "Wrong alignment on Synth2DSlider_GetValue"); \ +static_assert(sizeof(Synth2DSlider_GetValue) == 0x000008, "Wrong size on Synth2DSlider_GetValue"); \ +static_assert(offsetof(Synth2DSlider_GetValue, ReturnValue) == 0x000000, "Member 'Synth2DSlider_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USynth2DSlider \ +static_assert(alignof(USynth2DSlider) == 0x000008, "Wrong alignment on USynth2DSlider"); \ +static_assert(sizeof(USynth2DSlider) == 0x0004C8, "Wrong size on USynth2DSlider"); \ +static_assert(offsetof(USynth2DSlider, ValueX) == 0x000128, "Member 'USynth2DSlider::ValueX' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, ValueY) == 0x00012C, "Member 'USynth2DSlider::ValueY' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, ValueXDelegate) == 0x000130, "Member 'USynth2DSlider::ValueXDelegate' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, ValueYDelegate) == 0x000144, "Member 'USynth2DSlider::ValueYDelegate' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, WidgetStyle) == 0x000158, "Member 'USynth2DSlider::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, SliderHandleColor) == 0x000438, "Member 'USynth2DSlider::SliderHandleColor' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, IndentHandle) == 0x000448, "Member 'USynth2DSlider::IndentHandle' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, Locked) == 0x000449, "Member 'USynth2DSlider::Locked' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, StepSize) == 0x00044C, "Member 'USynth2DSlider::StepSize' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, IsFocusable) == 0x000450, "Member 'USynth2DSlider::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, OnMouseCaptureBegin) == 0x000458, "Member 'USynth2DSlider::OnMouseCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, OnMouseCaptureEnd) == 0x000468, "Member 'USynth2DSlider::OnMouseCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, OnControllerCaptureBegin) == 0x000478, "Member 'USynth2DSlider::OnControllerCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, OnControllerCaptureEnd) == 0x000488, "Member 'USynth2DSlider::OnControllerCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, OnValueChangedX) == 0x000498, "Member 'USynth2DSlider::OnValueChangedX' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, OnValueChangedY) == 0x0004A8, "Member 'USynth2DSlider::OnValueChangedY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_NoteOff \ +static_assert(alignof(GranularSynth_NoteOff) == 0x000004, "Wrong alignment on GranularSynth_NoteOff"); \ +static_assert(sizeof(GranularSynth_NoteOff) == 0x000008, "Wrong size on GranularSynth_NoteOff"); \ +static_assert(offsetof(GranularSynth_NoteOff, Note) == 0x000000, "Member 'GranularSynth_NoteOff::Note' has a wrong offset!"); \ +static_assert(offsetof(GranularSynth_NoteOff, bKill) == 0x000004, "Member 'GranularSynth_NoteOff::bKill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_NoteOn \ +static_assert(alignof(GranularSynth_NoteOn) == 0x000004, "Wrong alignment on GranularSynth_NoteOn"); \ +static_assert(sizeof(GranularSynth_NoteOn) == 0x00000C, "Wrong size on GranularSynth_NoteOn"); \ +static_assert(offsetof(GranularSynth_NoteOn, Note) == 0x000000, "Member 'GranularSynth_NoteOn::Note' has a wrong offset!"); \ +static_assert(offsetof(GranularSynth_NoteOn, Velocity) == 0x000004, "Member 'GranularSynth_NoteOn::Velocity' has a wrong offset!"); \ +static_assert(offsetof(GranularSynth_NoteOn, Duration) == 0x000008, "Member 'GranularSynth_NoteOn::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetAttackTime \ +static_assert(alignof(GranularSynth_SetAttackTime) == 0x000004, "Wrong alignment on GranularSynth_SetAttackTime"); \ +static_assert(sizeof(GranularSynth_SetAttackTime) == 0x000004, "Wrong size on GranularSynth_SetAttackTime"); \ +static_assert(offsetof(GranularSynth_SetAttackTime, AttackTimeMsec) == 0x000000, "Member 'GranularSynth_SetAttackTime::AttackTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetDecayTime \ +static_assert(alignof(GranularSynth_SetDecayTime) == 0x000004, "Wrong alignment on GranularSynth_SetDecayTime"); \ +static_assert(sizeof(GranularSynth_SetDecayTime) == 0x000004, "Wrong size on GranularSynth_SetDecayTime"); \ +static_assert(offsetof(GranularSynth_SetDecayTime, DecayTimeMsec) == 0x000000, "Member 'GranularSynth_SetDecayTime::DecayTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetGrainDuration \ +static_assert(alignof(GranularSynth_SetGrainDuration) == 0x000004, "Wrong alignment on GranularSynth_SetGrainDuration"); \ +static_assert(sizeof(GranularSynth_SetGrainDuration) == 0x00000C, "Wrong size on GranularSynth_SetGrainDuration"); \ +static_assert(offsetof(GranularSynth_SetGrainDuration, BaseDurationMsec) == 0x000000, "Member 'GranularSynth_SetGrainDuration::BaseDurationMsec' has a wrong offset!"); \ +static_assert(offsetof(GranularSynth_SetGrainDuration, DurationRange) == 0x000004, "Member 'GranularSynth_SetGrainDuration::DurationRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetGrainEnvelopeType \ +static_assert(alignof(GranularSynth_SetGrainEnvelopeType) == 0x000001, "Wrong alignment on GranularSynth_SetGrainEnvelopeType"); \ +static_assert(sizeof(GranularSynth_SetGrainEnvelopeType) == 0x000001, "Wrong size on GranularSynth_SetGrainEnvelopeType"); \ +static_assert(offsetof(GranularSynth_SetGrainEnvelopeType, EnvelopeType) == 0x000000, "Member 'GranularSynth_SetGrainEnvelopeType::EnvelopeType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetGrainPan \ +static_assert(alignof(GranularSynth_SetGrainPan) == 0x000004, "Wrong alignment on GranularSynth_SetGrainPan"); \ +static_assert(sizeof(GranularSynth_SetGrainPan) == 0x00000C, "Wrong size on GranularSynth_SetGrainPan"); \ +static_assert(offsetof(GranularSynth_SetGrainPan, BasePan) == 0x000000, "Member 'GranularSynth_SetGrainPan::BasePan' has a wrong offset!"); \ +static_assert(offsetof(GranularSynth_SetGrainPan, PanRange) == 0x000004, "Member 'GranularSynth_SetGrainPan::PanRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetGrainPitch \ +static_assert(alignof(GranularSynth_SetGrainPitch) == 0x000004, "Wrong alignment on GranularSynth_SetGrainPitch"); \ +static_assert(sizeof(GranularSynth_SetGrainPitch) == 0x00000C, "Wrong size on GranularSynth_SetGrainPitch"); \ +static_assert(offsetof(GranularSynth_SetGrainPitch, BasePitch) == 0x000000, "Member 'GranularSynth_SetGrainPitch::BasePitch' has a wrong offset!"); \ +static_assert(offsetof(GranularSynth_SetGrainPitch, PitchRange) == 0x000004, "Member 'GranularSynth_SetGrainPitch::PitchRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetGrainProbability \ +static_assert(alignof(GranularSynth_SetGrainProbability) == 0x000004, "Wrong alignment on GranularSynth_SetGrainProbability"); \ +static_assert(sizeof(GranularSynth_SetGrainProbability) == 0x000004, "Wrong size on GranularSynth_SetGrainProbability"); \ +static_assert(offsetof(GranularSynth_SetGrainProbability, InGrainProbability) == 0x000000, "Member 'GranularSynth_SetGrainProbability::InGrainProbability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetGrainsPerSecond \ +static_assert(alignof(GranularSynth_SetGrainsPerSecond) == 0x000004, "Wrong alignment on GranularSynth_SetGrainsPerSecond"); \ +static_assert(sizeof(GranularSynth_SetGrainsPerSecond) == 0x000004, "Wrong size on GranularSynth_SetGrainsPerSecond"); \ +static_assert(offsetof(GranularSynth_SetGrainsPerSecond, InGrainsPerSecond) == 0x000000, "Member 'GranularSynth_SetGrainsPerSecond::InGrainsPerSecond' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetGrainVolume \ +static_assert(alignof(GranularSynth_SetGrainVolume) == 0x000004, "Wrong alignment on GranularSynth_SetGrainVolume"); \ +static_assert(sizeof(GranularSynth_SetGrainVolume) == 0x00000C, "Wrong size on GranularSynth_SetGrainVolume"); \ +static_assert(offsetof(GranularSynth_SetGrainVolume, BaseVolume) == 0x000000, "Member 'GranularSynth_SetGrainVolume::BaseVolume' has a wrong offset!"); \ +static_assert(offsetof(GranularSynth_SetGrainVolume, VolumeRange) == 0x000004, "Member 'GranularSynth_SetGrainVolume::VolumeRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetPlaybackSpeed \ +static_assert(alignof(GranularSynth_SetPlaybackSpeed) == 0x000004, "Wrong alignment on GranularSynth_SetPlaybackSpeed"); \ +static_assert(sizeof(GranularSynth_SetPlaybackSpeed) == 0x000004, "Wrong size on GranularSynth_SetPlaybackSpeed"); \ +static_assert(offsetof(GranularSynth_SetPlaybackSpeed, InPlayheadRate) == 0x000000, "Member 'GranularSynth_SetPlaybackSpeed::InPlayheadRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetPlayheadTime \ +static_assert(alignof(GranularSynth_SetPlayheadTime) == 0x000004, "Wrong alignment on GranularSynth_SetPlayheadTime"); \ +static_assert(sizeof(GranularSynth_SetPlayheadTime) == 0x00000C, "Wrong size on GranularSynth_SetPlayheadTime"); \ +static_assert(offsetof(GranularSynth_SetPlayheadTime, InPositionSec) == 0x000000, "Member 'GranularSynth_SetPlayheadTime::InPositionSec' has a wrong offset!"); \ +static_assert(offsetof(GranularSynth_SetPlayheadTime, LerpTimeSec) == 0x000004, "Member 'GranularSynth_SetPlayheadTime::LerpTimeSec' has a wrong offset!"); \ +static_assert(offsetof(GranularSynth_SetPlayheadTime, SeekType) == 0x000008, "Member 'GranularSynth_SetPlayheadTime::SeekType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetReleaseTimeMsec \ +static_assert(alignof(GranularSynth_SetReleaseTimeMsec) == 0x000004, "Wrong alignment on GranularSynth_SetReleaseTimeMsec"); \ +static_assert(sizeof(GranularSynth_SetReleaseTimeMsec) == 0x000004, "Wrong size on GranularSynth_SetReleaseTimeMsec"); \ +static_assert(offsetof(GranularSynth_SetReleaseTimeMsec, ReleaseTimeMsec) == 0x000000, "Member 'GranularSynth_SetReleaseTimeMsec::ReleaseTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetScrubMode \ +static_assert(alignof(GranularSynth_SetScrubMode) == 0x000001, "Wrong alignment on GranularSynth_SetScrubMode"); \ +static_assert(sizeof(GranularSynth_SetScrubMode) == 0x000001, "Wrong size on GranularSynth_SetScrubMode"); \ +static_assert(offsetof(GranularSynth_SetScrubMode, bScrubMode) == 0x000000, "Member 'GranularSynth_SetScrubMode::bScrubMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetSoundWave \ +static_assert(alignof(GranularSynth_SetSoundWave) == 0x000008, "Wrong alignment on GranularSynth_SetSoundWave"); \ +static_assert(sizeof(GranularSynth_SetSoundWave) == 0x000008, "Wrong size on GranularSynth_SetSoundWave"); \ +static_assert(offsetof(GranularSynth_SetSoundWave, InSoundWave) == 0x000000, "Member 'GranularSynth_SetSoundWave::InSoundWave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetSustainGain \ +static_assert(alignof(GranularSynth_SetSustainGain) == 0x000004, "Wrong alignment on GranularSynth_SetSustainGain"); \ +static_assert(sizeof(GranularSynth_SetSustainGain) == 0x000004, "Wrong size on GranularSynth_SetSustainGain"); \ +static_assert(offsetof(GranularSynth_SetSustainGain, SustainGain) == 0x000000, "Member 'GranularSynth_SetSustainGain::SustainGain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_GetCurrentPlayheadTime \ +static_assert(alignof(GranularSynth_GetCurrentPlayheadTime) == 0x000004, "Wrong alignment on GranularSynth_GetCurrentPlayheadTime"); \ +static_assert(sizeof(GranularSynth_GetCurrentPlayheadTime) == 0x000004, "Wrong size on GranularSynth_GetCurrentPlayheadTime"); \ +static_assert(offsetof(GranularSynth_GetCurrentPlayheadTime, ReturnValue) == 0x000000, "Member 'GranularSynth_GetCurrentPlayheadTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_GetSampleDuration \ +static_assert(alignof(GranularSynth_GetSampleDuration) == 0x000004, "Wrong alignment on GranularSynth_GetSampleDuration"); \ +static_assert(sizeof(GranularSynth_GetSampleDuration) == 0x000004, "Wrong size on GranularSynth_GetSampleDuration"); \ +static_assert(offsetof(GranularSynth_GetSampleDuration, ReturnValue) == 0x000000, "Member 'GranularSynth_GetSampleDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_IsLoaded \ +static_assert(alignof(GranularSynth_IsLoaded) == 0x000001, "Wrong alignment on GranularSynth_IsLoaded"); \ +static_assert(sizeof(GranularSynth_IsLoaded) == 0x000001, "Wrong size on GranularSynth_IsLoaded"); \ +static_assert(offsetof(GranularSynth_IsLoaded, ReturnValue) == 0x000000, "Member 'GranularSynth_IsLoaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGranularSynth \ +static_assert(alignof(UGranularSynth) == 0x000010, "Wrong alignment on UGranularSynth"); \ +static_assert(sizeof(UGranularSynth) == 0x000AB0, "Wrong size on UGranularSynth"); \ +static_assert(offsetof(UGranularSynth, GranulatedSoundWave) == 0x0006F0, "Member 'UGranularSynth::GranulatedSoundWave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMonoWaveTableSynthPreset \ +static_assert(alignof(UMonoWaveTableSynthPreset) == 0x000008, "Wrong alignment on UMonoWaveTableSynthPreset"); \ +static_assert(sizeof(UMonoWaveTableSynthPreset) == 0x000178, "Wrong size on UMonoWaveTableSynthPreset"); \ +static_assert(offsetof(UMonoWaveTableSynthPreset, PresetName) == 0x000030, "Member 'UMonoWaveTableSynthPreset::PresetName' has a wrong offset!"); \ +static_assert(offsetof(UMonoWaveTableSynthPreset, LockKeyframesToGrid) == 0x000044, "Member 'UMonoWaveTableSynthPreset::LockKeyframesToGrid' has a wrong offset!"); \ +static_assert(offsetof(UMonoWaveTableSynthPreset, WaveTableResolution) == 0x000048, "Member 'UMonoWaveTableSynthPreset::WaveTableResolution' has a wrong offset!"); \ +static_assert(offsetof(UMonoWaveTableSynthPreset, WaveTable) == 0x000050, "Member 'UMonoWaveTableSynthPreset::WaveTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_GetCurveTangent \ +static_assert(alignof(SynthComponentMonoWaveTable_GetCurveTangent) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_GetCurveTangent"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_GetCurveTangent) == 0x000008, "Wrong size on SynthComponentMonoWaveTable_GetCurveTangent"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_GetCurveTangent, TableIndex) == 0x000000, "Member 'SynthComponentMonoWaveTable_GetCurveTangent::TableIndex' has a wrong offset!"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_GetCurveTangent, ReturnValue) == 0x000004, "Member 'SynthComponentMonoWaveTable_GetCurveTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_GetNumTableEntries \ +static_assert(alignof(SynthComponentMonoWaveTable_GetNumTableEntries) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_GetNumTableEntries"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_GetNumTableEntries) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_GetNumTableEntries"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_GetNumTableEntries, ReturnValue) == 0x000000, "Member 'SynthComponentMonoWaveTable_GetNumTableEntries::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_NoteOff \ +static_assert(alignof(SynthComponentMonoWaveTable_NoteOff) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_NoteOff"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_NoteOff) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_NoteOff"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_NoteOff, InMidiNote) == 0x000000, "Member 'SynthComponentMonoWaveTable_NoteOff::InMidiNote' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_NoteOn \ +static_assert(alignof(SynthComponentMonoWaveTable_NoteOn) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_NoteOn"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_NoteOn) == 0x000008, "Wrong size on SynthComponentMonoWaveTable_NoteOn"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_NoteOn, InMidiNote) == 0x000000, "Member 'SynthComponentMonoWaveTable_NoteOn::InMidiNote' has a wrong offset!"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_NoteOn, InVelocity) == 0x000004, "Member 'SynthComponentMonoWaveTable_NoteOn::InVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_RefreshWaveTable \ +static_assert(alignof(SynthComponentMonoWaveTable_RefreshWaveTable) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_RefreshWaveTable"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_RefreshWaveTable) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_RefreshWaveTable"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_RefreshWaveTable, Index_0) == 0x000000, "Member 'SynthComponentMonoWaveTable_RefreshWaveTable::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetAmpEnvelopeAttackTime \ +static_assert(alignof(SynthComponentMonoWaveTable_SetAmpEnvelopeAttackTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetAmpEnvelopeAttackTime"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetAmpEnvelopeAttackTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetAmpEnvelopeAttackTime"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetAmpEnvelopeAttackTime, InAttackTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetAmpEnvelopeAttackTime::InAttackTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetAmpEnvelopeBiasDepth \ +static_assert(alignof(SynthComponentMonoWaveTable_SetAmpEnvelopeBiasDepth) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetAmpEnvelopeBiasDepth"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetAmpEnvelopeBiasDepth) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetAmpEnvelopeBiasDepth"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetAmpEnvelopeBiasDepth, InDepth) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetAmpEnvelopeBiasDepth::InDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetAmpEnvelopeBiasInvert \ +static_assert(alignof(SynthComponentMonoWaveTable_SetAmpEnvelopeBiasInvert) == 0x000001, "Wrong alignment on SynthComponentMonoWaveTable_SetAmpEnvelopeBiasInvert"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetAmpEnvelopeBiasInvert) == 0x000001, "Wrong size on SynthComponentMonoWaveTable_SetAmpEnvelopeBiasInvert"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetAmpEnvelopeBiasInvert, bInBiasInvert) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetAmpEnvelopeBiasInvert::bInBiasInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetAmpEnvelopeDecayTime \ +static_assert(alignof(SynthComponentMonoWaveTable_SetAmpEnvelopeDecayTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetAmpEnvelopeDecayTime"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetAmpEnvelopeDecayTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetAmpEnvelopeDecayTime"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetAmpEnvelopeDecayTime, InDecayTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetAmpEnvelopeDecayTime::InDecayTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetAmpEnvelopeDepth \ +static_assert(alignof(SynthComponentMonoWaveTable_SetAmpEnvelopeDepth) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetAmpEnvelopeDepth"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetAmpEnvelopeDepth) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetAmpEnvelopeDepth"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetAmpEnvelopeDepth, InDepth) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetAmpEnvelopeDepth::InDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetAmpEnvelopeInvert \ +static_assert(alignof(SynthComponentMonoWaveTable_SetAmpEnvelopeInvert) == 0x000001, "Wrong alignment on SynthComponentMonoWaveTable_SetAmpEnvelopeInvert"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetAmpEnvelopeInvert) == 0x000001, "Wrong size on SynthComponentMonoWaveTable_SetAmpEnvelopeInvert"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetAmpEnvelopeInvert, bInInvert) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetAmpEnvelopeInvert::bInInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetAmpEnvelopeReleaseTime \ +static_assert(alignof(SynthComponentMonoWaveTable_SetAmpEnvelopeReleaseTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetAmpEnvelopeReleaseTime"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetAmpEnvelopeReleaseTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetAmpEnvelopeReleaseTime"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetAmpEnvelopeReleaseTime, InReleaseTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetAmpEnvelopeReleaseTime::InReleaseTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetAmpEnvelopeSustainGain \ +static_assert(alignof(SynthComponentMonoWaveTable_SetAmpEnvelopeSustainGain) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetAmpEnvelopeSustainGain"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetAmpEnvelopeSustainGain) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetAmpEnvelopeSustainGain"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetAmpEnvelopeSustainGain, InSustainGain) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetAmpEnvelopeSustainGain::InSustainGain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetCurveInterpolationType \ +static_assert(alignof(SynthComponentMonoWaveTable_SetCurveInterpolationType) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetCurveInterpolationType"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetCurveInterpolationType) == 0x00000C, "Wrong size on SynthComponentMonoWaveTable_SetCurveInterpolationType"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveInterpolationType, InterpolationType) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetCurveInterpolationType::InterpolationType' has a wrong offset!"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveInterpolationType, TableIndex) == 0x000004, "Member 'SynthComponentMonoWaveTable_SetCurveInterpolationType::TableIndex' has a wrong offset!"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveInterpolationType, ReturnValue) == 0x000008, "Member 'SynthComponentMonoWaveTable_SetCurveInterpolationType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetCurveTangent \ +static_assert(alignof(SynthComponentMonoWaveTable_SetCurveTangent) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetCurveTangent"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetCurveTangent) == 0x00000C, "Wrong size on SynthComponentMonoWaveTable_SetCurveTangent"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveTangent, TableIndex) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetCurveTangent::TableIndex' has a wrong offset!"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveTangent, InNewTangent) == 0x000004, "Member 'SynthComponentMonoWaveTable_SetCurveTangent::InNewTangent' has a wrong offset!"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveTangent, ReturnValue) == 0x000008, "Member 'SynthComponentMonoWaveTable_SetCurveTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetCurveValue \ +static_assert(alignof(SynthComponentMonoWaveTable_SetCurveValue) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetCurveValue"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetCurveValue) == 0x000010, "Wrong size on SynthComponentMonoWaveTable_SetCurveValue"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveValue, TableIndex) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetCurveValue::TableIndex' has a wrong offset!"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveValue, KeyframeIndex) == 0x000004, "Member 'SynthComponentMonoWaveTable_SetCurveValue::KeyframeIndex' has a wrong offset!"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveValue, NewValue) == 0x000008, "Member 'SynthComponentMonoWaveTable_SetCurveValue::NewValue' has a wrong offset!"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetCurveValue, ReturnValue) == 0x00000C, "Member 'SynthComponentMonoWaveTable_SetCurveValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFilterEnvelopeAttackTime \ +static_assert(alignof(SynthComponentMonoWaveTable_SetFilterEnvelopeAttackTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFilterEnvelopeAttackTime"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetFilterEnvelopeAttackTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFilterEnvelopeAttackTime"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetFilterEnvelopeAttackTime, InAttackTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFilterEnvelopeAttackTime::InAttackTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFilterEnvelopeBiasDepth \ +static_assert(alignof(SynthComponentMonoWaveTable_SetFilterEnvelopeBiasDepth) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFilterEnvelopeBiasDepth"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetFilterEnvelopeBiasDepth) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFilterEnvelopeBiasDepth"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetFilterEnvelopeBiasDepth, InDepth) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFilterEnvelopeBiasDepth::InDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFilterEnvelopeBiasInvert \ +static_assert(alignof(SynthComponentMonoWaveTable_SetFilterEnvelopeBiasInvert) == 0x000001, "Wrong alignment on SynthComponentMonoWaveTable_SetFilterEnvelopeBiasInvert"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetFilterEnvelopeBiasInvert) == 0x000001, "Wrong size on SynthComponentMonoWaveTable_SetFilterEnvelopeBiasInvert"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetFilterEnvelopeBiasInvert, bInBiasInvert) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFilterEnvelopeBiasInvert::bInBiasInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFilterEnvelopeDepth \ +static_assert(alignof(SynthComponentMonoWaveTable_SetFilterEnvelopeDepth) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFilterEnvelopeDepth"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetFilterEnvelopeDepth) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFilterEnvelopeDepth"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetFilterEnvelopeDepth, InDepth) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFilterEnvelopeDepth::InDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFilterEnvelopeInvert \ +static_assert(alignof(SynthComponentMonoWaveTable_SetFilterEnvelopeInvert) == 0x000001, "Wrong alignment on SynthComponentMonoWaveTable_SetFilterEnvelopeInvert"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetFilterEnvelopeInvert) == 0x000001, "Wrong size on SynthComponentMonoWaveTable_SetFilterEnvelopeInvert"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetFilterEnvelopeInvert, bInInvert) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFilterEnvelopeInvert::bInInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFilterEnvelopenDecayTime \ +static_assert(alignof(SynthComponentMonoWaveTable_SetFilterEnvelopenDecayTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFilterEnvelopenDecayTime"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetFilterEnvelopenDecayTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFilterEnvelopenDecayTime"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetFilterEnvelopenDecayTime, InDecayTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFilterEnvelopenDecayTime::InDecayTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFilterEnvelopeReleaseTime \ +static_assert(alignof(SynthComponentMonoWaveTable_SetFilterEnvelopeReleaseTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFilterEnvelopeReleaseTime"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetFilterEnvelopeReleaseTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFilterEnvelopeReleaseTime"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetFilterEnvelopeReleaseTime, InReleaseTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFilterEnvelopeReleaseTime::InReleaseTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFilterEnvelopeSustainGain \ +static_assert(alignof(SynthComponentMonoWaveTable_SetFilterEnvelopeSustainGain) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFilterEnvelopeSustainGain"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetFilterEnvelopeSustainGain) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFilterEnvelopeSustainGain"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetFilterEnvelopeSustainGain, InSustainGain) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFilterEnvelopeSustainGain::InSustainGain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFrequency \ +static_assert(alignof(SynthComponentMonoWaveTable_SetFrequency) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFrequency"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetFrequency) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFrequency"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetFrequency, FrequencyHz) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFrequency::FrequencyHz' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFrequencyPitchBend \ +static_assert(alignof(SynthComponentMonoWaveTable_SetFrequencyPitchBend) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFrequencyPitchBend"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetFrequencyPitchBend) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFrequencyPitchBend"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetFrequencyPitchBend, FrequencyOffsetCents) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFrequencyPitchBend::FrequencyOffsetCents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetFrequencyWithMidiNote \ +static_assert(alignof(SynthComponentMonoWaveTable_SetFrequencyWithMidiNote) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetFrequencyWithMidiNote"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetFrequencyWithMidiNote) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetFrequencyWithMidiNote"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetFrequencyWithMidiNote, InMidiNote) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetFrequencyWithMidiNote::InMidiNote' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetLowPassFilterResonance \ +static_assert(alignof(SynthComponentMonoWaveTable_SetLowPassFilterResonance) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetLowPassFilterResonance"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetLowPassFilterResonance) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetLowPassFilterResonance"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetLowPassFilterResonance, InNewQ) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetLowPassFilterResonance::InNewQ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPositionEnvelopeAttackTime \ +static_assert(alignof(SynthComponentMonoWaveTable_SetPositionEnvelopeAttackTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetPositionEnvelopeAttackTime"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetPositionEnvelopeAttackTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetPositionEnvelopeAttackTime"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetPositionEnvelopeAttackTime, InAttackTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPositionEnvelopeAttackTime::InAttackTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPositionEnvelopeBiasDepth \ +static_assert(alignof(SynthComponentMonoWaveTable_SetPositionEnvelopeBiasDepth) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetPositionEnvelopeBiasDepth"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetPositionEnvelopeBiasDepth) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetPositionEnvelopeBiasDepth"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetPositionEnvelopeBiasDepth, InDepth) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPositionEnvelopeBiasDepth::InDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPositionEnvelopeBiasInvert \ +static_assert(alignof(SynthComponentMonoWaveTable_SetPositionEnvelopeBiasInvert) == 0x000001, "Wrong alignment on SynthComponentMonoWaveTable_SetPositionEnvelopeBiasInvert"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetPositionEnvelopeBiasInvert) == 0x000001, "Wrong size on SynthComponentMonoWaveTable_SetPositionEnvelopeBiasInvert"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetPositionEnvelopeBiasInvert, bInBiasInvert) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPositionEnvelopeBiasInvert::bInBiasInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPositionEnvelopeDecayTime \ +static_assert(alignof(SynthComponentMonoWaveTable_SetPositionEnvelopeDecayTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetPositionEnvelopeDecayTime"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetPositionEnvelopeDecayTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetPositionEnvelopeDecayTime"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetPositionEnvelopeDecayTime, InDecayTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPositionEnvelopeDecayTime::InDecayTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPositionEnvelopeDepth \ +static_assert(alignof(SynthComponentMonoWaveTable_SetPositionEnvelopeDepth) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetPositionEnvelopeDepth"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetPositionEnvelopeDepth) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetPositionEnvelopeDepth"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetPositionEnvelopeDepth, InDepth) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPositionEnvelopeDepth::InDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPositionEnvelopeInvert \ +static_assert(alignof(SynthComponentMonoWaveTable_SetPositionEnvelopeInvert) == 0x000001, "Wrong alignment on SynthComponentMonoWaveTable_SetPositionEnvelopeInvert"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetPositionEnvelopeInvert) == 0x000001, "Wrong size on SynthComponentMonoWaveTable_SetPositionEnvelopeInvert"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetPositionEnvelopeInvert, bInInvert) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPositionEnvelopeInvert::bInInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPositionEnvelopeReleaseTime \ +static_assert(alignof(SynthComponentMonoWaveTable_SetPositionEnvelopeReleaseTime) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetPositionEnvelopeReleaseTime"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetPositionEnvelopeReleaseTime) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetPositionEnvelopeReleaseTime"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetPositionEnvelopeReleaseTime, InReleaseTimeMsec) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPositionEnvelopeReleaseTime::InReleaseTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPositionEnvelopeSustainGain \ +static_assert(alignof(SynthComponentMonoWaveTable_SetPositionEnvelopeSustainGain) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetPositionEnvelopeSustainGain"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetPositionEnvelopeSustainGain) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetPositionEnvelopeSustainGain"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetPositionEnvelopeSustainGain, InSustainGain) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPositionEnvelopeSustainGain::InSustainGain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPosLfoDepth \ +static_assert(alignof(SynthComponentMonoWaveTable_SetPosLfoDepth) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetPosLfoDepth"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetPosLfoDepth) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetPosLfoDepth"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetPosLfoDepth, InLfoDepth) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPosLfoDepth::InLfoDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPosLfoFrequency \ +static_assert(alignof(SynthComponentMonoWaveTable_SetPosLfoFrequency) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetPosLfoFrequency"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetPosLfoFrequency) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetPosLfoFrequency"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetPosLfoFrequency, InLfoFrequency) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPosLfoFrequency::InLfoFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetPosLfoType \ +static_assert(alignof(SynthComponentMonoWaveTable_SetPosLfoType) == 0x000001, "Wrong alignment on SynthComponentMonoWaveTable_SetPosLfoType"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetPosLfoType) == 0x000001, "Wrong size on SynthComponentMonoWaveTable_SetPosLfoType"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetPosLfoType, InLfoType) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetPosLfoType::InLfoType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetSustainPedalState \ +static_assert(alignof(SynthComponentMonoWaveTable_SetSustainPedalState) == 0x000001, "Wrong alignment on SynthComponentMonoWaveTable_SetSustainPedalState"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetSustainPedalState) == 0x000001, "Wrong size on SynthComponentMonoWaveTable_SetSustainPedalState"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetSustainPedalState, InSustainPedalState) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetSustainPedalState::InSustainPedalState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_SetWaveTablePosition \ +static_assert(alignof(SynthComponentMonoWaveTable_SetWaveTablePosition) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_SetWaveTablePosition"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_SetWaveTablePosition) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_SetWaveTablePosition"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_SetWaveTablePosition, InPosition) == 0x000000, "Member 'SynthComponentMonoWaveTable_SetWaveTablePosition::InPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_GetKeyFrameValuesForTable \ +static_assert(alignof(SynthComponentMonoWaveTable_GetKeyFrameValuesForTable) == 0x000008, "Wrong alignment on SynthComponentMonoWaveTable_GetKeyFrameValuesForTable"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_GetKeyFrameValuesForTable) == 0x000018, "Wrong size on SynthComponentMonoWaveTable_GetKeyFrameValuesForTable"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_GetKeyFrameValuesForTable, TableIndex) == 0x000000, "Member 'SynthComponentMonoWaveTable_GetKeyFrameValuesForTable::TableIndex' has a wrong offset!"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_GetKeyFrameValuesForTable, ReturnValue) == 0x000008, "Member 'SynthComponentMonoWaveTable_GetKeyFrameValuesForTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentMonoWaveTable_GetMaxTableIndex \ +static_assert(alignof(SynthComponentMonoWaveTable_GetMaxTableIndex) == 0x000004, "Wrong alignment on SynthComponentMonoWaveTable_GetMaxTableIndex"); \ +static_assert(sizeof(SynthComponentMonoWaveTable_GetMaxTableIndex) == 0x000004, "Wrong size on SynthComponentMonoWaveTable_GetMaxTableIndex"); \ +static_assert(offsetof(SynthComponentMonoWaveTable_GetMaxTableIndex, ReturnValue) == 0x000000, "Member 'SynthComponentMonoWaveTable_GetMaxTableIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USynthComponentMonoWaveTable \ +static_assert(alignof(USynthComponentMonoWaveTable) == 0x000010, "Wrong alignment on USynthComponentMonoWaveTable"); \ +static_assert(sizeof(USynthComponentMonoWaveTable) == 0x000E30, "Wrong size on USynthComponentMonoWaveTable"); \ +static_assert(offsetof(USynthComponentMonoWaveTable, OnTableAltered) == 0x0006F0, "Member 'USynthComponentMonoWaveTable::OnTableAltered' has a wrong offset!"); \ +static_assert(offsetof(USynthComponentMonoWaveTable, OnNumTablesChanged) == 0x000700, "Member 'USynthComponentMonoWaveTable::OnNumTablesChanged' has a wrong offset!"); \ +static_assert(offsetof(USynthComponentMonoWaveTable, CurrentPreset) == 0x000710, "Member 'USynthComponentMonoWaveTable::CurrentPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentToneGenerator_SetFrequency \ +static_assert(alignof(SynthComponentToneGenerator_SetFrequency) == 0x000004, "Wrong alignment on SynthComponentToneGenerator_SetFrequency"); \ +static_assert(sizeof(SynthComponentToneGenerator_SetFrequency) == 0x000004, "Wrong size on SynthComponentToneGenerator_SetFrequency"); \ +static_assert(offsetof(SynthComponentToneGenerator_SetFrequency, InFrequency) == 0x000000, "Member 'SynthComponentToneGenerator_SetFrequency::InFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponentToneGenerator_SetVolume \ +static_assert(alignof(SynthComponentToneGenerator_SetVolume) == 0x000004, "Wrong alignment on SynthComponentToneGenerator_SetVolume"); \ +static_assert(sizeof(SynthComponentToneGenerator_SetVolume) == 0x000004, "Wrong size on SynthComponentToneGenerator_SetVolume"); \ +static_assert(offsetof(SynthComponentToneGenerator_SetVolume, InVolume) == 0x000000, "Member 'SynthComponentToneGenerator_SetVolume::InVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USynthComponentToneGenerator \ +static_assert(alignof(USynthComponentToneGenerator) == 0x000010, "Wrong alignment on USynthComponentToneGenerator"); \ +static_assert(sizeof(USynthComponentToneGenerator) == 0x000710, "Wrong size on USynthComponentToneGenerator"); \ +static_assert(offsetof(USynthComponentToneGenerator, Frequency) == 0x0006F0, "Member 'USynthComponentToneGenerator::Frequency' has a wrong offset!"); \ +static_assert(offsetof(USynthComponentToneGenerator, Volume) == 0x0006F4, "Member 'USynthComponentToneGenerator::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthSamplePlayer_SeekToTime \ +static_assert(alignof(SynthSamplePlayer_SeekToTime) == 0x000004, "Wrong alignment on SynthSamplePlayer_SeekToTime"); \ +static_assert(sizeof(SynthSamplePlayer_SeekToTime) == 0x000008, "Wrong size on SynthSamplePlayer_SeekToTime"); \ +static_assert(offsetof(SynthSamplePlayer_SeekToTime, TimeSec) == 0x000000, "Member 'SynthSamplePlayer_SeekToTime::TimeSec' has a wrong offset!"); \ +static_assert(offsetof(SynthSamplePlayer_SeekToTime, SeekType) == 0x000004, "Member 'SynthSamplePlayer_SeekToTime::SeekType' has a wrong offset!"); \ +static_assert(offsetof(SynthSamplePlayer_SeekToTime, bWrap) == 0x000005, "Member 'SynthSamplePlayer_SeekToTime::bWrap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthSamplePlayer_SetPitch \ +static_assert(alignof(SynthSamplePlayer_SetPitch) == 0x000004, "Wrong alignment on SynthSamplePlayer_SetPitch"); \ +static_assert(sizeof(SynthSamplePlayer_SetPitch) == 0x000008, "Wrong size on SynthSamplePlayer_SetPitch"); \ +static_assert(offsetof(SynthSamplePlayer_SetPitch, InPitch) == 0x000000, "Member 'SynthSamplePlayer_SetPitch::InPitch' has a wrong offset!"); \ +static_assert(offsetof(SynthSamplePlayer_SetPitch, TimeSec) == 0x000004, "Member 'SynthSamplePlayer_SetPitch::TimeSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthSamplePlayer_SetScrubMode \ +static_assert(alignof(SynthSamplePlayer_SetScrubMode) == 0x000001, "Wrong alignment on SynthSamplePlayer_SetScrubMode"); \ +static_assert(sizeof(SynthSamplePlayer_SetScrubMode) == 0x000001, "Wrong size on SynthSamplePlayer_SetScrubMode"); \ +static_assert(offsetof(SynthSamplePlayer_SetScrubMode, bScrubMode) == 0x000000, "Member 'SynthSamplePlayer_SetScrubMode::bScrubMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthSamplePlayer_SetScrubTimeWidth \ +static_assert(alignof(SynthSamplePlayer_SetScrubTimeWidth) == 0x000004, "Wrong alignment on SynthSamplePlayer_SetScrubTimeWidth"); \ +static_assert(sizeof(SynthSamplePlayer_SetScrubTimeWidth) == 0x000004, "Wrong size on SynthSamplePlayer_SetScrubTimeWidth"); \ +static_assert(offsetof(SynthSamplePlayer_SetScrubTimeWidth, InScrubTimeWidthSec) == 0x000000, "Member 'SynthSamplePlayer_SetScrubTimeWidth::InScrubTimeWidthSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthSamplePlayer_SetSoundWave \ +static_assert(alignof(SynthSamplePlayer_SetSoundWave) == 0x000008, "Wrong alignment on SynthSamplePlayer_SetSoundWave"); \ +static_assert(sizeof(SynthSamplePlayer_SetSoundWave) == 0x000008, "Wrong size on SynthSamplePlayer_SetSoundWave"); \ +static_assert(offsetof(SynthSamplePlayer_SetSoundWave, InSoundWave) == 0x000000, "Member 'SynthSamplePlayer_SetSoundWave::InSoundWave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthSamplePlayer_GetCurrentPlaybackProgressPercent \ +static_assert(alignof(SynthSamplePlayer_GetCurrentPlaybackProgressPercent) == 0x000004, "Wrong alignment on SynthSamplePlayer_GetCurrentPlaybackProgressPercent"); \ +static_assert(sizeof(SynthSamplePlayer_GetCurrentPlaybackProgressPercent) == 0x000004, "Wrong size on SynthSamplePlayer_GetCurrentPlaybackProgressPercent"); \ +static_assert(offsetof(SynthSamplePlayer_GetCurrentPlaybackProgressPercent, ReturnValue) == 0x000000, "Member 'SynthSamplePlayer_GetCurrentPlaybackProgressPercent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthSamplePlayer_GetCurrentPlaybackProgressTime \ +static_assert(alignof(SynthSamplePlayer_GetCurrentPlaybackProgressTime) == 0x000004, "Wrong alignment on SynthSamplePlayer_GetCurrentPlaybackProgressTime"); \ +static_assert(sizeof(SynthSamplePlayer_GetCurrentPlaybackProgressTime) == 0x000004, "Wrong size on SynthSamplePlayer_GetCurrentPlaybackProgressTime"); \ +static_assert(offsetof(SynthSamplePlayer_GetCurrentPlaybackProgressTime, ReturnValue) == 0x000000, "Member 'SynthSamplePlayer_GetCurrentPlaybackProgressTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthSamplePlayer_GetSampleDuration \ +static_assert(alignof(SynthSamplePlayer_GetSampleDuration) == 0x000004, "Wrong alignment on SynthSamplePlayer_GetSampleDuration"); \ +static_assert(sizeof(SynthSamplePlayer_GetSampleDuration) == 0x000004, "Wrong size on SynthSamplePlayer_GetSampleDuration"); \ +static_assert(offsetof(SynthSamplePlayer_GetSampleDuration, ReturnValue) == 0x000000, "Member 'SynthSamplePlayer_GetSampleDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthSamplePlayer_IsLoaded \ +static_assert(alignof(SynthSamplePlayer_IsLoaded) == 0x000001, "Wrong alignment on SynthSamplePlayer_IsLoaded"); \ +static_assert(sizeof(SynthSamplePlayer_IsLoaded) == 0x000001, "Wrong size on SynthSamplePlayer_IsLoaded"); \ +static_assert(offsetof(SynthSamplePlayer_IsLoaded, ReturnValue) == 0x000000, "Member 'SynthSamplePlayer_IsLoaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USynthSamplePlayer \ +static_assert(alignof(USynthSamplePlayer) == 0x000010, "Wrong alignment on USynthSamplePlayer"); \ +static_assert(sizeof(USynthSamplePlayer) == 0x000820, "Wrong size on USynthSamplePlayer"); \ +static_assert(offsetof(USynthSamplePlayer, SoundWave) == 0x0006F0, "Member 'USynthSamplePlayer::SoundWave' has a wrong offset!"); \ +static_assert(offsetof(USynthSamplePlayer, OnSampleLoaded) == 0x0006F8, "Member 'USynthSamplePlayer::OnSampleLoaded' has a wrong offset!"); \ +static_assert(offsetof(USynthSamplePlayer, OnSamplePlaybackProgress) == 0x000708, "Member 'USynthSamplePlayer::OnSamplePlaybackProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency \ +static_assert(alignof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency) == 0x000004, "Wrong alignment on SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency"); \ +static_assert(sizeof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency) == 0x000018, "Wrong size on SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency"); \ +static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency, InLogFrequencyValue) == 0x000000, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency::InLogFrequencyValue' has a wrong offset!"); \ +static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency, InDomainMin) == 0x000004, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency::InDomainMin' has a wrong offset!"); \ +static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency, InDomainMax) == 0x000008, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency::InDomainMax' has a wrong offset!"); \ +static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency, InRangeMin) == 0x00000C, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency::InRangeMin' has a wrong offset!"); \ +static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency, InRangeMax) == 0x000010, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency::InRangeMax' has a wrong offset!"); \ +static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency, ReturnValue) == 0x000014, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency \ +static_assert(alignof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency) == 0x000004, "Wrong alignment on SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency"); \ +static_assert(sizeof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency) == 0x000018, "Wrong size on SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency"); \ +static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency, InLinearValue) == 0x000000, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency::InLinearValue' has a wrong offset!"); \ +static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency, InDomainMin) == 0x000004, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency::InDomainMin' has a wrong offset!"); \ +static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency, InDomainMax) == 0x000008, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency::InDomainMax' has a wrong offset!"); \ +static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency, InRangeMin) == 0x00000C, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency::InRangeMin' has a wrong offset!"); \ +static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency, InRangeMax) == 0x000010, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency::InRangeMax' has a wrong offset!"); \ +static_assert(offsetof(SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency, ReturnValue) == 0x000014, "Member 'SynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USynthesisUtilitiesBlueprintFunctionLibrary \ +static_assert(alignof(USynthesisUtilitiesBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on USynthesisUtilitiesBlueprintFunctionLibrary"); \ +static_assert(sizeof(USynthesisUtilitiesBlueprintFunctionLibrary) == 0x000030, "Wrong size on USynthesisUtilitiesBlueprintFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_SynthKnob_SetLocked \ +static_assert(alignof(SynthKnob_SetLocked) == 0x000001, "Wrong alignment on SynthKnob_SetLocked"); \ +static_assert(sizeof(SynthKnob_SetLocked) == 0x000001, "Wrong size on SynthKnob_SetLocked"); \ +static_assert(offsetof(SynthKnob_SetLocked, InValue) == 0x000000, "Member 'SynthKnob_SetLocked::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthKnob_SetStepSize \ +static_assert(alignof(SynthKnob_SetStepSize) == 0x000004, "Wrong alignment on SynthKnob_SetStepSize"); \ +static_assert(sizeof(SynthKnob_SetStepSize) == 0x000004, "Wrong size on SynthKnob_SetStepSize"); \ +static_assert(offsetof(SynthKnob_SetStepSize, InValue) == 0x000000, "Member 'SynthKnob_SetStepSize::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthKnob_SetValue \ +static_assert(alignof(SynthKnob_SetValue) == 0x000004, "Wrong alignment on SynthKnob_SetValue"); \ +static_assert(sizeof(SynthKnob_SetValue) == 0x000004, "Wrong size on SynthKnob_SetValue"); \ +static_assert(offsetof(SynthKnob_SetValue, InValue) == 0x000000, "Member 'SynthKnob_SetValue::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthKnob_GetValue \ +static_assert(alignof(SynthKnob_GetValue) == 0x000004, "Wrong alignment on SynthKnob_GetValue"); \ +static_assert(sizeof(SynthKnob_GetValue) == 0x000004, "Wrong size on SynthKnob_GetValue"); \ +static_assert(offsetof(SynthKnob_GetValue, ReturnValue) == 0x000000, "Member 'SynthKnob_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USynthKnob \ +static_assert(alignof(USynthKnob) == 0x000008, "Wrong alignment on USynthKnob"); \ +static_assert(sizeof(USynthKnob) == 0x000448, "Wrong size on USynthKnob"); \ +static_assert(offsetof(USynthKnob, Value) == 0x000128, "Member 'USynthKnob::Value' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, StepSize) == 0x00012C, "Member 'USynthKnob::StepSize' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, MouseSpeed) == 0x000130, "Member 'USynthKnob::MouseSpeed' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, MouseFineTuneSpeed) == 0x000134, "Member 'USynthKnob::MouseFineTuneSpeed' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, ParameterName) == 0x000140, "Member 'USynthKnob::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, ParameterUnits) == 0x000158, "Member 'USynthKnob::ParameterUnits' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, ValueDelegate) == 0x000170, "Member 'USynthKnob::ValueDelegate' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, WidgetStyle) == 0x000188, "Member 'USynthKnob::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, Locked) == 0x0003E0, "Member 'USynthKnob::Locked' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, IsFocusable) == 0x0003E1, "Member 'USynthKnob::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, OnMouseCaptureBegin) == 0x0003E8, "Member 'USynthKnob::OnMouseCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, OnMouseCaptureEnd) == 0x0003F8, "Member 'USynthKnob::OnMouseCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, OnControllerCaptureBegin) == 0x000408, "Member 'USynthKnob::OnControllerCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, OnControllerCaptureEnd) == 0x000418, "Member 'USynthKnob::OnControllerCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, OnValueChanged) == 0x000428, "Member 'USynthKnob::OnValueChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioAnalyzerAsset \ +static_assert(alignof(UAudioAnalyzerAsset) == 0x000008, "Wrong alignment on UAudioAnalyzerAsset"); \ +static_assert(sizeof(UAudioAnalyzerAsset) == 0x000030, "Wrong size on UAudioAnalyzerAsset"); \ + +#define DUMPER7_ASSERTS_UAudioAnalyzerNRTSettings \ +static_assert(alignof(UAudioAnalyzerNRTSettings) == 0x000008, "Wrong alignment on UAudioAnalyzerNRTSettings"); \ +static_assert(sizeof(UAudioAnalyzerNRTSettings) == 0x000030, "Wrong size on UAudioAnalyzerNRTSettings"); \ + +#define DUMPER7_ASSERTS_UAudioAnalyzerNRT \ +static_assert(alignof(UAudioAnalyzerNRT) == 0x000008, "Wrong alignment on UAudioAnalyzerNRT"); \ +static_assert(sizeof(UAudioAnalyzerNRT) == 0x000080, "Wrong size on UAudioAnalyzerNRT"); \ +static_assert(offsetof(UAudioAnalyzerNRT, Sound) == 0x000030, "Member 'UAudioAnalyzerNRT::Sound' has a wrong offset!"); \ +static_assert(offsetof(UAudioAnalyzerNRT, DurationInSeconds) == 0x000038, "Member 'UAudioAnalyzerNRT::DurationInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ComputerBase_C_ExecuteUbergraph_WBP_ComputerBase \ +static_assert(alignof(WBP_ComputerBase_C_ExecuteUbergraph_WBP_ComputerBase) == 0x000008, "Wrong alignment on WBP_ComputerBase_C_ExecuteUbergraph_WBP_ComputerBase"); \ +static_assert(sizeof(WBP_ComputerBase_C_ExecuteUbergraph_WBP_ComputerBase) == 0x000158, "Wrong size on WBP_ComputerBase_C_ExecuteUbergraph_WBP_ComputerBase"); \ +static_assert(offsetof(WBP_ComputerBase_C_ExecuteUbergraph_WBP_ComputerBase, EntryPoint) == 0x000000, "Member 'WBP_ComputerBase_C_ExecuteUbergraph_WBP_ComputerBase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComputerBase_C_ExecuteUbergraph_WBP_ComputerBase, K2Node_CustomEvent_main) == 0x000008, "Member 'WBP_ComputerBase_C_ExecuteUbergraph_WBP_ComputerBase::K2Node_CustomEvent_main' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComputerBase_C_ExecuteUbergraph_WBP_ComputerBase, K2Node_CustomEvent_secondary) == 0x000020, "Member 'WBP_ComputerBase_C_ExecuteUbergraph_WBP_ComputerBase::K2Node_CustomEvent_secondary' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComputerBase_C_ExecuteUbergraph_WBP_ComputerBase, K2Node_CustomEvent_additional) == 0x000038, "Member 'WBP_ComputerBase_C_ExecuteUbergraph_WBP_ComputerBase::K2Node_CustomEvent_additional' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComputerBase_C_ExecuteUbergraph_WBP_ComputerBase, K2Node_CustomEvent_NewDisplayText) == 0x000050, "Member 'WBP_ComputerBase_C_ExecuteUbergraph_WBP_ComputerBase::K2Node_CustomEvent_NewDisplayText' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComputerBase_C_ExecuteUbergraph_WBP_ComputerBase, K2Node_CustomEvent_DisplayText) == 0x0000B0, "Member 'WBP_ComputerBase_C_ExecuteUbergraph_WBP_ComputerBase::K2Node_CustomEvent_DisplayText' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComputerBase_C_ExecuteUbergraph_WBP_ComputerBase, K2Node_CustomEvent_InText_1) == 0x000110, "Member 'WBP_ComputerBase_C_ExecuteUbergraph_WBP_ComputerBase::K2Node_CustomEvent_InText_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComputerBase_C_ExecuteUbergraph_WBP_ComputerBase, K2Node_CustomEvent_InText) == 0x000128, "Member 'WBP_ComputerBase_C_ExecuteUbergraph_WBP_ComputerBase::K2Node_CustomEvent_InText' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComputerBase_C_ExecuteUbergraph_WBP_ComputerBase, K2Node_CustomEvent_progress) == 0x000140, "Member 'WBP_ComputerBase_C_ExecuteUbergraph_WBP_ComputerBase::K2Node_CustomEvent_progress' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComputerBase_C_ExecuteUbergraph_WBP_ComputerBase, K2Node_CustomEvent_codes) == 0x000148, "Member 'WBP_ComputerBase_C_ExecuteUbergraph_WBP_ComputerBase::K2Node_CustomEvent_codes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ComputerBase_C_updateInformation \ +static_assert(alignof(WBP_ComputerBase_C_updateInformation) == 0x000008, "Wrong alignment on WBP_ComputerBase_C_updateInformation"); \ +static_assert(sizeof(WBP_ComputerBase_C_updateInformation) == 0x000048, "Wrong size on WBP_ComputerBase_C_updateInformation"); \ +static_assert(offsetof(WBP_ComputerBase_C_updateInformation, main) == 0x000000, "Member 'WBP_ComputerBase_C_updateInformation::main' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComputerBase_C_updateInformation, secondary) == 0x000018, "Member 'WBP_ComputerBase_C_updateInformation::secondary' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComputerBase_C_updateInformation, additional) == 0x000030, "Member 'WBP_ComputerBase_C_updateInformation::additional' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ComputerBase_C_updateKeypadPossibleCodes \ +static_assert(alignof(WBP_ComputerBase_C_updateKeypadPossibleCodes) == 0x000008, "Wrong alignment on WBP_ComputerBase_C_updateKeypadPossibleCodes"); \ +static_assert(sizeof(WBP_ComputerBase_C_updateKeypadPossibleCodes) == 0x000010, "Wrong size on WBP_ComputerBase_C_updateKeypadPossibleCodes"); \ +static_assert(offsetof(WBP_ComputerBase_C_updateKeypadPossibleCodes, codes) == 0x000000, "Member 'WBP_ComputerBase_C_updateKeypadPossibleCodes::codes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ComputerBase_C_updateHackingProgress \ +static_assert(alignof(WBP_ComputerBase_C_updateHackingProgress) == 0x000004, "Wrong alignment on WBP_ComputerBase_C_updateHackingProgress"); \ +static_assert(sizeof(WBP_ComputerBase_C_updateHackingProgress) == 0x000004, "Wrong size on WBP_ComputerBase_C_updateHackingProgress"); \ +static_assert(offsetof(WBP_ComputerBase_C_updateHackingProgress, progress) == 0x000000, "Member 'WBP_ComputerBase_C_updateHackingProgress::progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ComputerBase_C_updateHackingTimerProcessName \ +static_assert(alignof(WBP_ComputerBase_C_updateHackingTimerProcessName) == 0x000008, "Wrong alignment on WBP_ComputerBase_C_updateHackingTimerProcessName"); \ +static_assert(sizeof(WBP_ComputerBase_C_updateHackingTimerProcessName) == 0x000018, "Wrong size on WBP_ComputerBase_C_updateHackingTimerProcessName"); \ +static_assert(offsetof(WBP_ComputerBase_C_updateHackingTimerProcessName, InText) == 0x000000, "Member 'WBP_ComputerBase_C_updateHackingTimerProcessName::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ComputerBase_C_UpdateSuccessText \ +static_assert(alignof(WBP_ComputerBase_C_UpdateSuccessText) == 0x000008, "Wrong alignment on WBP_ComputerBase_C_UpdateSuccessText"); \ +static_assert(sizeof(WBP_ComputerBase_C_UpdateSuccessText) == 0x000018, "Wrong size on WBP_ComputerBase_C_UpdateSuccessText"); \ +static_assert(offsetof(WBP_ComputerBase_C_UpdateSuccessText, InText) == 0x000000, "Member 'WBP_ComputerBase_C_UpdateSuccessText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ComputerBase_C_UpdateEmailDisplayText \ +static_assert(alignof(WBP_ComputerBase_C_UpdateEmailDisplayText) == 0x000008, "Wrong alignment on WBP_ComputerBase_C_UpdateEmailDisplayText"); \ +static_assert(sizeof(WBP_ComputerBase_C_UpdateEmailDisplayText) == 0x000060, "Wrong size on WBP_ComputerBase_C_UpdateEmailDisplayText"); \ +static_assert(offsetof(WBP_ComputerBase_C_UpdateEmailDisplayText, DisplayText) == 0x000000, "Member 'WBP_ComputerBase_C_UpdateEmailDisplayText::DisplayText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ComputerBase_C_UpdateUnlockDisplayText \ +static_assert(alignof(WBP_ComputerBase_C_UpdateUnlockDisplayText) == 0x000008, "Wrong alignment on WBP_ComputerBase_C_UpdateUnlockDisplayText"); \ +static_assert(sizeof(WBP_ComputerBase_C_UpdateUnlockDisplayText) == 0x000060, "Wrong size on WBP_ComputerBase_C_UpdateUnlockDisplayText"); \ +static_assert(offsetof(WBP_ComputerBase_C_UpdateUnlockDisplayText, NewDisplayText) == 0x000000, "Member 'WBP_ComputerBase_C_UpdateUnlockDisplayText::NewDisplayText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ComputerBase_C \ +static_assert(alignof(UWBP_ComputerBase_C) == 0x000008, "Wrong alignment on UWBP_ComputerBase_C"); \ +static_assert(sizeof(UWBP_ComputerBase_C) == 0x000298, "Wrong size on UWBP_ComputerBase_C"); \ +static_assert(offsetof(UWBP_ComputerBase_C, UberGraphFrame) == 0x000290, "Member 'UWBP_ComputerBase_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioSynesthesiaNRT \ +static_assert(alignof(UAudioSynesthesiaNRT) == 0x000008, "Wrong alignment on UAudioSynesthesiaNRT"); \ +static_assert(sizeof(UAudioSynesthesiaNRT) == 0x000080, "Wrong size on UAudioSynesthesiaNRT"); \ + +#define DUMPER7_ASSERTS_OnsetNRT_GetChannelOnsetsBetweenTimes \ +static_assert(alignof(OnsetNRT_GetChannelOnsetsBetweenTimes) == 0x000008, "Wrong alignment on OnsetNRT_GetChannelOnsetsBetweenTimes"); \ +static_assert(sizeof(OnsetNRT_GetChannelOnsetsBetweenTimes) == 0x000030, "Wrong size on OnsetNRT_GetChannelOnsetsBetweenTimes"); \ +static_assert(offsetof(OnsetNRT_GetChannelOnsetsBetweenTimes, InStartSeconds) == 0x000000, "Member 'OnsetNRT_GetChannelOnsetsBetweenTimes::InStartSeconds' has a wrong offset!"); \ +static_assert(offsetof(OnsetNRT_GetChannelOnsetsBetweenTimes, InEndSeconds) == 0x000004, "Member 'OnsetNRT_GetChannelOnsetsBetweenTimes::InEndSeconds' has a wrong offset!"); \ +static_assert(offsetof(OnsetNRT_GetChannelOnsetsBetweenTimes, InChannel) == 0x000008, "Member 'OnsetNRT_GetChannelOnsetsBetweenTimes::InChannel' has a wrong offset!"); \ +static_assert(offsetof(OnsetNRT_GetChannelOnsetsBetweenTimes, OutOnsetTimestamps) == 0x000010, "Member 'OnsetNRT_GetChannelOnsetsBetweenTimes::OutOnsetTimestamps' has a wrong offset!"); \ +static_assert(offsetof(OnsetNRT_GetChannelOnsetsBetweenTimes, OutOnsetStrengths) == 0x000020, "Member 'OnsetNRT_GetChannelOnsetsBetweenTimes::OutOnsetStrengths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes \ +static_assert(alignof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes) == 0x000008, "Wrong alignment on OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes"); \ +static_assert(sizeof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes) == 0x000030, "Wrong size on OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes"); \ +static_assert(offsetof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes, InStartSeconds) == 0x000000, "Member 'OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes::InStartSeconds' has a wrong offset!"); \ +static_assert(offsetof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes, InEndSeconds) == 0x000004, "Member 'OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes::InEndSeconds' has a wrong offset!"); \ +static_assert(offsetof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes, InChannel) == 0x000008, "Member 'OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes::InChannel' has a wrong offset!"); \ +static_assert(offsetof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes, OutOnsetTimestamps) == 0x000010, "Member 'OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes::OutOnsetTimestamps' has a wrong offset!"); \ +static_assert(offsetof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes, OutOnsetStrengths) == 0x000020, "Member 'OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes::OutOnsetStrengths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOnsetNRT \ +static_assert(alignof(UOnsetNRT) == 0x000008, "Wrong alignment on UOnsetNRT"); \ +static_assert(sizeof(UOnsetNRT) == 0x000088, "Wrong size on UOnsetNRT"); \ +static_assert(offsetof(UOnsetNRT, Settings) == 0x000080, "Member 'UOnsetNRT::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioSynesthesiaNRTSettings \ +static_assert(alignof(UAudioSynesthesiaNRTSettings) == 0x000008, "Wrong alignment on UAudioSynesthesiaNRTSettings"); \ +static_assert(sizeof(UAudioSynesthesiaNRTSettings) == 0x000030, "Wrong size on UAudioSynesthesiaNRTSettings"); \ + +#define DUMPER7_ASSERTS_UConstantQNRTSettings \ +static_assert(alignof(UConstantQNRTSettings) == 0x000008, "Wrong alignment on UConstantQNRTSettings"); \ +static_assert(sizeof(UConstantQNRTSettings) == 0x000050, "Wrong size on UConstantQNRTSettings"); \ +static_assert(offsetof(UConstantQNRTSettings, StartingFrequency) == 0x000030, "Member 'UConstantQNRTSettings::StartingFrequency' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, NumBands) == 0x000034, "Member 'UConstantQNRTSettings::NumBands' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, NumBandsPerOctave) == 0x000038, "Member 'UConstantQNRTSettings::NumBandsPerOctave' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, AnalysisPeriod) == 0x00003C, "Member 'UConstantQNRTSettings::AnalysisPeriod' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, bDownmixToMono) == 0x000040, "Member 'UConstantQNRTSettings::bDownmixToMono' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, FFTSize) == 0x000041, "Member 'UConstantQNRTSettings::FFTSize' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, WindowType) == 0x000042, "Member 'UConstantQNRTSettings::WindowType' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, SpectrumType) == 0x000043, "Member 'UConstantQNRTSettings::SpectrumType' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, BandWidthStretch) == 0x000044, "Member 'UConstantQNRTSettings::BandWidthStretch' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, CQTNormalization) == 0x000048, "Member 'UConstantQNRTSettings::CQTNormalization' has a wrong offset!"); \ +static_assert(offsetof(UConstantQNRTSettings, NoiseFloorDb) == 0x00004C, "Member 'UConstantQNRTSettings::NoiseFloorDb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstantQNRT_GetChannelConstantQAtTime \ +static_assert(alignof(ConstantQNRT_GetChannelConstantQAtTime) == 0x000008, "Wrong alignment on ConstantQNRT_GetChannelConstantQAtTime"); \ +static_assert(sizeof(ConstantQNRT_GetChannelConstantQAtTime) == 0x000018, "Wrong size on ConstantQNRT_GetChannelConstantQAtTime"); \ +static_assert(offsetof(ConstantQNRT_GetChannelConstantQAtTime, InSeconds) == 0x000000, "Member 'ConstantQNRT_GetChannelConstantQAtTime::InSeconds' has a wrong offset!"); \ +static_assert(offsetof(ConstantQNRT_GetChannelConstantQAtTime, InChannel) == 0x000004, "Member 'ConstantQNRT_GetChannelConstantQAtTime::InChannel' has a wrong offset!"); \ +static_assert(offsetof(ConstantQNRT_GetChannelConstantQAtTime, OutConstantQ) == 0x000008, "Member 'ConstantQNRT_GetChannelConstantQAtTime::OutConstantQ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstantQNRT_GetNormalizedChannelConstantQAtTime \ +static_assert(alignof(ConstantQNRT_GetNormalizedChannelConstantQAtTime) == 0x000008, "Wrong alignment on ConstantQNRT_GetNormalizedChannelConstantQAtTime"); \ +static_assert(sizeof(ConstantQNRT_GetNormalizedChannelConstantQAtTime) == 0x000018, "Wrong size on ConstantQNRT_GetNormalizedChannelConstantQAtTime"); \ +static_assert(offsetof(ConstantQNRT_GetNormalizedChannelConstantQAtTime, InSeconds) == 0x000000, "Member 'ConstantQNRT_GetNormalizedChannelConstantQAtTime::InSeconds' has a wrong offset!"); \ +static_assert(offsetof(ConstantQNRT_GetNormalizedChannelConstantQAtTime, InChannel) == 0x000004, "Member 'ConstantQNRT_GetNormalizedChannelConstantQAtTime::InChannel' has a wrong offset!"); \ +static_assert(offsetof(ConstantQNRT_GetNormalizedChannelConstantQAtTime, OutConstantQ) == 0x000008, "Member 'ConstantQNRT_GetNormalizedChannelConstantQAtTime::OutConstantQ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstantQNRT \ +static_assert(alignof(UConstantQNRT) == 0x000008, "Wrong alignment on UConstantQNRT"); \ +static_assert(sizeof(UConstantQNRT) == 0x000088, "Wrong size on UConstantQNRT"); \ +static_assert(offsetof(UConstantQNRT, Settings) == 0x000080, "Member 'UConstantQNRT::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULoudnessNRTSettings \ +static_assert(alignof(ULoudnessNRTSettings) == 0x000008, "Wrong alignment on ULoudnessNRTSettings"); \ +static_assert(sizeof(ULoudnessNRTSettings) == 0x000048, "Wrong size on ULoudnessNRTSettings"); \ +static_assert(offsetof(ULoudnessNRTSettings, AnalysisPeriod) == 0x000030, "Member 'ULoudnessNRTSettings::AnalysisPeriod' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessNRTSettings, MinimumFrequency) == 0x000034, "Member 'ULoudnessNRTSettings::MinimumFrequency' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessNRTSettings, MaximumFrequency) == 0x000038, "Member 'ULoudnessNRTSettings::MaximumFrequency' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessNRTSettings, CurveType) == 0x00003C, "Member 'ULoudnessNRTSettings::CurveType' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessNRTSettings, NoiseFloorDb) == 0x000040, "Member 'ULoudnessNRTSettings::NoiseFloorDb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoudnessNRT_GetChannelLoudnessAtTime \ +static_assert(alignof(LoudnessNRT_GetChannelLoudnessAtTime) == 0x000004, "Wrong alignment on LoudnessNRT_GetChannelLoudnessAtTime"); \ +static_assert(sizeof(LoudnessNRT_GetChannelLoudnessAtTime) == 0x00000C, "Wrong size on LoudnessNRT_GetChannelLoudnessAtTime"); \ +static_assert(offsetof(LoudnessNRT_GetChannelLoudnessAtTime, InSeconds) == 0x000000, "Member 'LoudnessNRT_GetChannelLoudnessAtTime::InSeconds' has a wrong offset!"); \ +static_assert(offsetof(LoudnessNRT_GetChannelLoudnessAtTime, InChannel) == 0x000004, "Member 'LoudnessNRT_GetChannelLoudnessAtTime::InChannel' has a wrong offset!"); \ +static_assert(offsetof(LoudnessNRT_GetChannelLoudnessAtTime, OutLoudness) == 0x000008, "Member 'LoudnessNRT_GetChannelLoudnessAtTime::OutLoudness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoudnessNRT_GetLoudnessAtTime \ +static_assert(alignof(LoudnessNRT_GetLoudnessAtTime) == 0x000004, "Wrong alignment on LoudnessNRT_GetLoudnessAtTime"); \ +static_assert(sizeof(LoudnessNRT_GetLoudnessAtTime) == 0x000008, "Wrong size on LoudnessNRT_GetLoudnessAtTime"); \ +static_assert(offsetof(LoudnessNRT_GetLoudnessAtTime, InSeconds) == 0x000000, "Member 'LoudnessNRT_GetLoudnessAtTime::InSeconds' has a wrong offset!"); \ +static_assert(offsetof(LoudnessNRT_GetLoudnessAtTime, OutLoudness) == 0x000004, "Member 'LoudnessNRT_GetLoudnessAtTime::OutLoudness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoudnessNRT_GetNormalizedChannelLoudnessAtTime \ +static_assert(alignof(LoudnessNRT_GetNormalizedChannelLoudnessAtTime) == 0x000004, "Wrong alignment on LoudnessNRT_GetNormalizedChannelLoudnessAtTime"); \ +static_assert(sizeof(LoudnessNRT_GetNormalizedChannelLoudnessAtTime) == 0x00000C, "Wrong size on LoudnessNRT_GetNormalizedChannelLoudnessAtTime"); \ +static_assert(offsetof(LoudnessNRT_GetNormalizedChannelLoudnessAtTime, InSeconds) == 0x000000, "Member 'LoudnessNRT_GetNormalizedChannelLoudnessAtTime::InSeconds' has a wrong offset!"); \ +static_assert(offsetof(LoudnessNRT_GetNormalizedChannelLoudnessAtTime, InChannel) == 0x000004, "Member 'LoudnessNRT_GetNormalizedChannelLoudnessAtTime::InChannel' has a wrong offset!"); \ +static_assert(offsetof(LoudnessNRT_GetNormalizedChannelLoudnessAtTime, OutLoudness) == 0x000008, "Member 'LoudnessNRT_GetNormalizedChannelLoudnessAtTime::OutLoudness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoudnessNRT_GetNormalizedLoudnessAtTime \ +static_assert(alignof(LoudnessNRT_GetNormalizedLoudnessAtTime) == 0x000004, "Wrong alignment on LoudnessNRT_GetNormalizedLoudnessAtTime"); \ +static_assert(sizeof(LoudnessNRT_GetNormalizedLoudnessAtTime) == 0x000008, "Wrong size on LoudnessNRT_GetNormalizedLoudnessAtTime"); \ +static_assert(offsetof(LoudnessNRT_GetNormalizedLoudnessAtTime, InSeconds) == 0x000000, "Member 'LoudnessNRT_GetNormalizedLoudnessAtTime::InSeconds' has a wrong offset!"); \ +static_assert(offsetof(LoudnessNRT_GetNormalizedLoudnessAtTime, OutLoudness) == 0x000004, "Member 'LoudnessNRT_GetNormalizedLoudnessAtTime::OutLoudness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULoudnessNRT \ +static_assert(alignof(ULoudnessNRT) == 0x000008, "Wrong alignment on ULoudnessNRT"); \ +static_assert(sizeof(ULoudnessNRT) == 0x000088, "Wrong size on ULoudnessNRT"); \ +static_assert(offsetof(ULoudnessNRT, Settings) == 0x000080, "Member 'ULoudnessNRT::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOnsetNRTSettings \ +static_assert(alignof(UOnsetNRTSettings) == 0x000008, "Wrong alignment on UOnsetNRTSettings"); \ +static_assert(sizeof(UOnsetNRTSettings) == 0x000048, "Wrong size on UOnsetNRTSettings"); \ +static_assert(offsetof(UOnsetNRTSettings, bDownmixToMono) == 0x000030, "Member 'UOnsetNRTSettings::bDownmixToMono' has a wrong offset!"); \ +static_assert(offsetof(UOnsetNRTSettings, GranularityInSeconds) == 0x000034, "Member 'UOnsetNRTSettings::GranularityInSeconds' has a wrong offset!"); \ +static_assert(offsetof(UOnsetNRTSettings, Sensitivity) == 0x000038, "Member 'UOnsetNRTSettings::Sensitivity' has a wrong offset!"); \ +static_assert(offsetof(UOnsetNRTSettings, MinimumFrequency) == 0x00003C, "Member 'UOnsetNRTSettings::MinimumFrequency' has a wrong offset!"); \ +static_assert(offsetof(UOnsetNRTSettings, MaximumFrequency) == 0x000040, "Member 'UOnsetNRTSettings::MaximumFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKey \ +static_assert(alignof(FKey) == 0x000008, "Wrong alignment on FKey"); \ +static_assert(sizeof(FKey) == 0x000020, "Wrong size on FKey"); \ +static_assert(offsetof(FKey, KeyName) == 0x000000, "Member 'FKey::KeyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputCoreTypes \ +static_assert(alignof(UInputCoreTypes) == 0x000008, "Wrong alignment on UInputCoreTypes"); \ +static_assert(sizeof(UInputCoreTypes) == 0x000030, "Wrong size on UInputCoreTypes"); \ + +#define DUMPER7_ASSERTS_WBP_KeypadUVLightInteraction_C_ExecuteUbergraph_WBP_KeypadUVLightInteraction \ +static_assert(alignof(WBP_KeypadUVLightInteraction_C_ExecuteUbergraph_WBP_KeypadUVLightInteraction) == 0x000008, "Wrong alignment on WBP_KeypadUVLightInteraction_C_ExecuteUbergraph_WBP_KeypadUVLightInteraction"); \ +static_assert(sizeof(WBP_KeypadUVLightInteraction_C_ExecuteUbergraph_WBP_KeypadUVLightInteraction) == 0x000010, "Wrong size on WBP_KeypadUVLightInteraction_C_ExecuteUbergraph_WBP_KeypadUVLightInteraction"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_ExecuteUbergraph_WBP_KeypadUVLightInteraction, EntryPoint) == 0x000000, "Member 'WBP_KeypadUVLightInteraction_C_ExecuteUbergraph_WBP_KeypadUVLightInteraction::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_ExecuteUbergraph_WBP_KeypadUVLightInteraction, K2Node_CustomEvent_Keypad) == 0x000008, "Member 'WBP_KeypadUVLightInteraction_C_ExecuteUbergraph_WBP_KeypadUVLightInteraction::K2Node_CustomEvent_Keypad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KeypadUVLightInteraction_C_SetKeypad \ +static_assert(alignof(WBP_KeypadUVLightInteraction_C_SetKeypad) == 0x000008, "Wrong alignment on WBP_KeypadUVLightInteraction_C_SetKeypad"); \ +static_assert(sizeof(WBP_KeypadUVLightInteraction_C_SetKeypad) == 0x000008, "Wrong size on WBP_KeypadUVLightInteraction_C_SetKeypad"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_SetKeypad, Keypad_0) == 0x000000, "Member 'WBP_KeypadUVLightInteraction_C_SetKeypad::Keypad_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0 \ +static_assert(alignof(WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0) == 0x000008, "Wrong alignment on WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0"); \ +static_assert(sizeof(WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0) == 0x0000A8, "Wrong size on WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0, ReturnValue) == 0x000000, "Member 'WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0, String) == 0x000018, "Member 'WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0::String' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0, Temp_int_Variable) == 0x000028, "Member 'WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0, CallFunc_IsValid_ReturnValue) == 0x00002C, "Member 'WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0, CallFunc_Subtract_IntInt_ReturnValue) == 0x000030, "Member 'WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000034, "Member 'WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x000038, "Member 'WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0, CallFunc_FTrunc_ReturnValue) == 0x000040, "Member 'WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000044, "Member 'WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0, CallFunc_Divide_IntInt_ReturnValue) == 0x000048, "Member 'WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0, CallFunc_Percent_IntInt_ReturnValue) == 0x00004C, "Member 'WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0, CallFunc_Conv_IntToString_ReturnValue) == 0x000050, "Member 'WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0, Temp_int_Variable_1) == 0x000060, "Member 'WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0, CallFunc_Conv_StringToText_ReturnValue) == 0x000068, "Member 'WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000080, "Member 'WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0, CallFunc_Add_IntInt_ReturnValue_1) == 0x000084, "Member 'WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0, CallFunc_Concat_StrStr_ReturnValue) == 0x000088, "Member 'WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000098, "Member 'WBP_KeypadUVLightInteraction_C_Get_CodeText_Text_0::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KeypadUVLightInteraction_C_GetBrushColor_0 \ +static_assert(alignof(WBP_KeypadUVLightInteraction_C_GetBrushColor_0) == 0x000004, "Wrong alignment on WBP_KeypadUVLightInteraction_C_GetBrushColor_0"); \ +static_assert(sizeof(WBP_KeypadUVLightInteraction_C_GetBrushColor_0) == 0x000054, "Wrong size on WBP_KeypadUVLightInteraction_C_GetBrushColor_0"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_GetBrushColor_0, ReturnValue) == 0x000000, "Member 'WBP_KeypadUVLightInteraction_C_GetBrushColor_0::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_GetBrushColor_0, Temp_struct_Variable) == 0x000010, "Member 'WBP_KeypadUVLightInteraction_C_GetBrushColor_0::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_GetBrushColor_0, Temp_struct_Variable_1) == 0x000020, "Member 'WBP_KeypadUVLightInteraction_C_GetBrushColor_0::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_GetBrushColor_0, Temp_struct_Variable_2) == 0x000030, "Member 'WBP_KeypadUVLightInteraction_C_GetBrushColor_0::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_GetBrushColor_0, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'WBP_KeypadUVLightInteraction_C_GetBrushColor_0::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_GetBrushColor_0, Temp_byte_Variable) == 0x000041, "Member 'WBP_KeypadUVLightInteraction_C_GetBrushColor_0::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightInteraction_C_GetBrushColor_0, K2Node_Select_Default) == 0x000044, "Member 'WBP_KeypadUVLightInteraction_C_GetBrushColor_0::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_KeypadUVLightInteraction_C \ +static_assert(alignof(UWBP_KeypadUVLightInteraction_C) == 0x000008, "Wrong alignment on UWBP_KeypadUVLightInteraction_C"); \ +static_assert(sizeof(UWBP_KeypadUVLightInteraction_C) == 0x000300, "Wrong size on UWBP_KeypadUVLightInteraction_C"); \ +static_assert(offsetof(UWBP_KeypadUVLightInteraction_C, UberGraphFrame) == 0x000290, "Member 'UWBP_KeypadUVLightInteraction_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadUVLightInteraction_C, Border_83) == 0x000298, "Member 'UWBP_KeypadUVLightInteraction_C::Border_83' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadUVLightInteraction_C, Button_0) == 0x0002A0, "Member 'UWBP_KeypadUVLightInteraction_C::Button_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadUVLightInteraction_C, Button_1) == 0x0002A8, "Member 'UWBP_KeypadUVLightInteraction_C::Button_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadUVLightInteraction_C, Button_2) == 0x0002B0, "Member 'UWBP_KeypadUVLightInteraction_C::Button_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadUVLightInteraction_C, Button_3) == 0x0002B8, "Member 'UWBP_KeypadUVLightInteraction_C::Button_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadUVLightInteraction_C, Button_4) == 0x0002C0, "Member 'UWBP_KeypadUVLightInteraction_C::Button_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadUVLightInteraction_C, Button_5) == 0x0002C8, "Member 'UWBP_KeypadUVLightInteraction_C::Button_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadUVLightInteraction_C, Button_6) == 0x0002D0, "Member 'UWBP_KeypadUVLightInteraction_C::Button_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadUVLightInteraction_C, Button_7) == 0x0002D8, "Member 'UWBP_KeypadUVLightInteraction_C::Button_7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadUVLightInteraction_C, Button_8) == 0x0002E0, "Member 'UWBP_KeypadUVLightInteraction_C::Button_8' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadUVLightInteraction_C, Button_9) == 0x0002E8, "Member 'UWBP_KeypadUVLightInteraction_C::Button_9' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadUVLightInteraction_C, CodeText) == 0x0002F0, "Member 'UWBP_KeypadUVLightInteraction_C::CodeText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadUVLightInteraction_C, Keypad) == 0x0002F8, "Member 'UWBP_KeypadUVLightInteraction_C::Keypad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputEvent \ +static_assert(alignof(FInputEvent) == 0x000008, "Wrong alignment on FInputEvent"); \ +static_assert(sizeof(FInputEvent) == 0x000018, "Wrong size on FInputEvent"); \ + +#define DUMPER7_ASSERTS_FNavigationEvent \ +static_assert(alignof(FNavigationEvent) == 0x000008, "Wrong alignment on FNavigationEvent"); \ +static_assert(sizeof(FNavigationEvent) == 0x000020, "Wrong size on FNavigationEvent"); \ + +#define DUMPER7_ASSERTS_FPointerEvent \ +static_assert(alignof(FPointerEvent) == 0x000008, "Wrong alignment on FPointerEvent"); \ +static_assert(sizeof(FPointerEvent) == 0x000078, "Wrong size on FPointerEvent"); \ + +#define DUMPER7_ASSERTS_FGeometry \ +static_assert(alignof(FGeometry) == 0x000004, "Wrong alignment on FGeometry"); \ +static_assert(sizeof(FGeometry) == 0x000038, "Wrong size on FGeometry"); \ + +#define DUMPER7_ASSERTS_FMotionEvent \ +static_assert(alignof(FMotionEvent) == 0x000008, "Wrong alignment on FMotionEvent"); \ +static_assert(sizeof(FMotionEvent) == 0x000048, "Wrong size on FMotionEvent"); \ + +#define DUMPER7_ASSERTS_FMargin \ +static_assert(alignof(FMargin) == 0x000004, "Wrong alignment on FMargin"); \ +static_assert(sizeof(FMargin) == 0x000010, "Wrong size on FMargin"); \ +static_assert(offsetof(FMargin, Left) == 0x000000, "Member 'FMargin::Left' has a wrong offset!"); \ +static_assert(offsetof(FMargin, Top) == 0x000004, "Member 'FMargin::Top' has a wrong offset!"); \ +static_assert(offsetof(FMargin, Right) == 0x000008, "Member 'FMargin::Right' has a wrong offset!"); \ +static_assert(offsetof(FMargin, Bottom) == 0x00000C, "Member 'FMargin::Bottom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlateColor \ +static_assert(alignof(FSlateColor) == 0x000008, "Wrong alignment on FSlateColor"); \ +static_assert(sizeof(FSlateColor) == 0x000028, "Wrong size on FSlateColor"); \ +static_assert(offsetof(FSlateColor, SpecifiedColor) == 0x000000, "Member 'FSlateColor::SpecifiedColor' has a wrong offset!"); \ +static_assert(offsetof(FSlateColor, ColorUseRule) == 0x000010, "Member 'FSlateColor::ColorUseRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlateBrush \ +static_assert(alignof(FSlateBrush) == 0x000008, "Wrong alignment on FSlateBrush"); \ +static_assert(sizeof(FSlateBrush) == 0x000090, "Wrong size on FSlateBrush"); \ +static_assert(offsetof(FSlateBrush, ImageSize) == 0x000008, "Member 'FSlateBrush::ImageSize' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, Margin) == 0x000010, "Member 'FSlateBrush::Margin' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, TintColor) == 0x000020, "Member 'FSlateBrush::TintColor' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, ResourceObject) == 0x000048, "Member 'FSlateBrush::ResourceObject' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, ResourceName) == 0x000050, "Member 'FSlateBrush::ResourceName' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, UVRegion) == 0x00005C, "Member 'FSlateBrush::UVRegion' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, DrawAs) == 0x000070, "Member 'FSlateBrush::DrawAs' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, Tiling) == 0x000071, "Member 'FSlateBrush::Tiling' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, Mirroring) == 0x000072, "Member 'FSlateBrush::Mirroring' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, ImageType) == 0x000073, "Member 'FSlateBrush::ImageType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlateWidgetStyle \ +static_assert(alignof(FSlateWidgetStyle) == 0x000008, "Wrong alignment on FSlateWidgetStyle"); \ +static_assert(sizeof(FSlateWidgetStyle) == 0x000008, "Wrong size on FSlateWidgetStyle"); \ + +#define DUMPER7_ASSERTS_FScrollBorderStyle \ +static_assert(alignof(FScrollBorderStyle) == 0x000008, "Wrong alignment on FScrollBorderStyle"); \ +static_assert(sizeof(FScrollBorderStyle) == 0x000128, "Wrong size on FScrollBorderStyle"); \ +static_assert(offsetof(FScrollBorderStyle, TopShadowBrush) == 0x000008, "Member 'FScrollBorderStyle::TopShadowBrush' has a wrong offset!"); \ +static_assert(offsetof(FScrollBorderStyle, BottomShadowBrush) == 0x000098, "Member 'FScrollBorderStyle::BottomShadowBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFontOutlineSettings \ +static_assert(alignof(FFontOutlineSettings) == 0x000008, "Wrong alignment on FFontOutlineSettings"); \ +static_assert(sizeof(FFontOutlineSettings) == 0x000020, "Wrong size on FFontOutlineSettings"); \ +static_assert(offsetof(FFontOutlineSettings, OutlineSize) == 0x000000, "Member 'FFontOutlineSettings::OutlineSize' has a wrong offset!"); \ +static_assert(offsetof(FFontOutlineSettings, bSeparateFillAlpha) == 0x000004, "Member 'FFontOutlineSettings::bSeparateFillAlpha' has a wrong offset!"); \ +static_assert(offsetof(FFontOutlineSettings, bApplyOutlineToDropShadows) == 0x000005, "Member 'FFontOutlineSettings::bApplyOutlineToDropShadows' has a wrong offset!"); \ +static_assert(offsetof(FFontOutlineSettings, OutlineMaterial) == 0x000008, "Member 'FFontOutlineSettings::OutlineMaterial' has a wrong offset!"); \ +static_assert(offsetof(FFontOutlineSettings, OutlineColor) == 0x000010, "Member 'FFontOutlineSettings::OutlineColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlateFontInfo \ +static_assert(alignof(FSlateFontInfo) == 0x000008, "Wrong alignment on FSlateFontInfo"); \ +static_assert(sizeof(FSlateFontInfo) == 0x000060, "Wrong size on FSlateFontInfo"); \ +static_assert(offsetof(FSlateFontInfo, FontObject) == 0x000000, "Member 'FSlateFontInfo::FontObject' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, FontMaterial) == 0x000008, "Member 'FSlateFontInfo::FontMaterial' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, OutlineSettings) == 0x000010, "Member 'FSlateFontInfo::OutlineSettings' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, TypefaceFontName) == 0x000040, "Member 'FSlateFontInfo::TypefaceFontName' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, Size) == 0x00004C, "Member 'FSlateFontInfo::Size' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, LetterSpacing) == 0x000050, "Member 'FSlateFontInfo::LetterSpacing' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, Kerning) == 0x000054, "Member 'FSlateFontInfo::Kerning' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScrollBarStyle \ +static_assert(alignof(FScrollBarStyle) == 0x000008, "Wrong alignment on FScrollBarStyle"); \ +static_assert(sizeof(FScrollBarStyle) == 0x000518, "Wrong size on FScrollBarStyle"); \ +static_assert(offsetof(FScrollBarStyle, HorizontalBackgroundImage) == 0x000008, "Member 'FScrollBarStyle::HorizontalBackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, VerticalBackgroundImage) == 0x000098, "Member 'FScrollBarStyle::VerticalBackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, VerticalTopSlotImage) == 0x000128, "Member 'FScrollBarStyle::VerticalTopSlotImage' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, HorizontalTopSlotImage) == 0x0001B8, "Member 'FScrollBarStyle::HorizontalTopSlotImage' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, VerticalBottomSlotImage) == 0x000248, "Member 'FScrollBarStyle::VerticalBottomSlotImage' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, HorizontalBottomSlotImage) == 0x0002D8, "Member 'FScrollBarStyle::HorizontalBottomSlotImage' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, NormalThumbImage) == 0x000368, "Member 'FScrollBarStyle::NormalThumbImage' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, HoveredThumbImage) == 0x0003F8, "Member 'FScrollBarStyle::HoveredThumbImage' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, DraggedThumbImage) == 0x000488, "Member 'FScrollBarStyle::DraggedThumbImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEditableTextBoxStyle \ +static_assert(alignof(FEditableTextBoxStyle) == 0x000008, "Wrong alignment on FEditableTextBoxStyle"); \ +static_assert(sizeof(FEditableTextBoxStyle) == 0x000868, "Wrong size on FEditableTextBoxStyle"); \ +static_assert(offsetof(FEditableTextBoxStyle, BackgroundImageNormal) == 0x000008, "Member 'FEditableTextBoxStyle::BackgroundImageNormal' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, BackgroundImageHovered) == 0x000098, "Member 'FEditableTextBoxStyle::BackgroundImageHovered' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, BackgroundImageFocused) == 0x000128, "Member 'FEditableTextBoxStyle::BackgroundImageFocused' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, BackgroundImageReadOnly) == 0x0001B8, "Member 'FEditableTextBoxStyle::BackgroundImageReadOnly' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, Padding) == 0x000248, "Member 'FEditableTextBoxStyle::Padding' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, Font) == 0x000258, "Member 'FEditableTextBoxStyle::Font' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, ForegroundColor) == 0x0002B8, "Member 'FEditableTextBoxStyle::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, BackgroundColor) == 0x0002E0, "Member 'FEditableTextBoxStyle::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, ReadOnlyForegroundColor) == 0x000308, "Member 'FEditableTextBoxStyle::ReadOnlyForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, HScrollBarPadding) == 0x000330, "Member 'FEditableTextBoxStyle::HScrollBarPadding' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, VScrollBarPadding) == 0x000340, "Member 'FEditableTextBoxStyle::VScrollBarPadding' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, ScrollBarStyle) == 0x000350, "Member 'FEditableTextBoxStyle::ScrollBarStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSearchBoxStyle \ +static_assert(alignof(FSearchBoxStyle) == 0x000008, "Wrong alignment on FSearchBoxStyle"); \ +static_assert(sizeof(FSearchBoxStyle) == 0x000B28, "Wrong size on FSearchBoxStyle"); \ +static_assert(offsetof(FSearchBoxStyle, TextBoxStyle) == 0x000008, "Member 'FSearchBoxStyle::TextBoxStyle' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, ActiveFontInfo) == 0x000870, "Member 'FSearchBoxStyle::ActiveFontInfo' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, UpArrowImage) == 0x0008D0, "Member 'FSearchBoxStyle::UpArrowImage' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, DownArrowImage) == 0x000960, "Member 'FSearchBoxStyle::DownArrowImage' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, GlassImage) == 0x0009F0, "Member 'FSearchBoxStyle::GlassImage' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, ClearImage) == 0x000A80, "Member 'FSearchBoxStyle::ClearImage' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, ImagePadding) == 0x000B10, "Member 'FSearchBoxStyle::ImagePadding' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, bLeftAlignButtons) == 0x000B20, "Member 'FSearchBoxStyle::bLeftAlignButtons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlateSound \ +static_assert(alignof(FSlateSound) == 0x000008, "Wrong alignment on FSlateSound"); \ +static_assert(sizeof(FSlateSound) == 0x000020, "Wrong size on FSlateSound"); \ +static_assert(offsetof(FSlateSound, ResourceObject) == 0x000000, "Member 'FSlateSound::ResourceObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterEvent \ +static_assert(alignof(FCharacterEvent) == 0x000008, "Wrong alignment on FCharacterEvent"); \ +static_assert(sizeof(FCharacterEvent) == 0x000020, "Wrong size on FCharacterEvent"); \ + +#define DUMPER7_ASSERTS_FButtonStyle \ +static_assert(alignof(FButtonStyle) == 0x000008, "Wrong alignment on FButtonStyle"); \ +static_assert(sizeof(FButtonStyle) == 0x0002A8, "Wrong size on FButtonStyle"); \ +static_assert(offsetof(FButtonStyle, Normal) == 0x000008, "Member 'FButtonStyle::Normal' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, Hovered) == 0x000098, "Member 'FButtonStyle::Hovered' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, Pressed) == 0x000128, "Member 'FButtonStyle::Pressed' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, Disabled) == 0x0001B8, "Member 'FButtonStyle::Disabled' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, NormalPadding) == 0x000248, "Member 'FButtonStyle::NormalPadding' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, PressedPadding) == 0x000258, "Member 'FButtonStyle::PressedPadding' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, PressedSlateSound) == 0x000268, "Member 'FButtonStyle::PressedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, HoveredSlateSound) == 0x000288, "Member 'FButtonStyle::HoveredSlateSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKeyEvent \ +static_assert(alignof(FKeyEvent) == 0x000008, "Wrong alignment on FKeyEvent"); \ +static_assert(sizeof(FKeyEvent) == 0x000040, "Wrong size on FKeyEvent"); \ + +#define DUMPER7_ASSERTS_FFontData \ +static_assert(alignof(FFontData) == 0x000008, "Wrong alignment on FFontData"); \ +static_assert(sizeof(FFontData) == 0x000020, "Wrong size on FFontData"); \ +static_assert(offsetof(FFontData, FontFilename) == 0x000000, "Member 'FFontData::FontFilename' has a wrong offset!"); \ +static_assert(offsetof(FFontData, Hinting) == 0x000010, "Member 'FFontData::Hinting' has a wrong offset!"); \ +static_assert(offsetof(FFontData, LoadingPolicy) == 0x000011, "Member 'FFontData::LoadingPolicy' has a wrong offset!"); \ +static_assert(offsetof(FFontData, SubFaceIndex) == 0x000014, "Member 'FFontData::SubFaceIndex' has a wrong offset!"); \ +static_assert(offsetof(FFontData, FontFaceAsset) == 0x000018, "Member 'FFontData::FontFaceAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnalogInputEvent \ +static_assert(alignof(FAnalogInputEvent) == 0x000008, "Wrong alignment on FAnalogInputEvent"); \ +static_assert(sizeof(FAnalogInputEvent) == 0x000048, "Wrong size on FAnalogInputEvent"); \ + +#define DUMPER7_ASSERTS_FTypefaceEntry \ +static_assert(alignof(FTypefaceEntry) == 0x000008, "Wrong alignment on FTypefaceEntry"); \ +static_assert(sizeof(FTypefaceEntry) == 0x000030, "Wrong size on FTypefaceEntry"); \ +static_assert(offsetof(FTypefaceEntry, Name) == 0x000000, "Member 'FTypefaceEntry::Name' has a wrong offset!"); \ +static_assert(offsetof(FTypefaceEntry, Font) == 0x000010, "Member 'FTypefaceEntry::Font' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypeface \ +static_assert(alignof(FTypeface) == 0x000008, "Wrong alignment on FTypeface"); \ +static_assert(sizeof(FTypeface) == 0x000010, "Wrong size on FTypeface"); \ +static_assert(offsetof(FTypeface, Fonts) == 0x000000, "Member 'FTypeface::Fonts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompositeFallbackFont \ +static_assert(alignof(FCompositeFallbackFont) == 0x000008, "Wrong alignment on FCompositeFallbackFont"); \ +static_assert(sizeof(FCompositeFallbackFont) == 0x000018, "Wrong size on FCompositeFallbackFont"); \ +static_assert(offsetof(FCompositeFallbackFont, Typeface) == 0x000000, "Member 'FCompositeFallbackFont::Typeface' has a wrong offset!"); \ +static_assert(offsetof(FCompositeFallbackFont, ScalingFactor) == 0x000010, "Member 'FCompositeFallbackFont::ScalingFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompositeSubFont \ +static_assert(alignof(FCompositeSubFont) == 0x000008, "Wrong alignment on FCompositeSubFont"); \ +static_assert(sizeof(FCompositeSubFont) == 0x000038, "Wrong size on FCompositeSubFont"); \ +static_assert(offsetof(FCompositeSubFont, CharacterRanges) == 0x000018, "Member 'FCompositeSubFont::CharacterRanges' has a wrong offset!"); \ +static_assert(offsetof(FCompositeSubFont, Cultures) == 0x000028, "Member 'FCompositeSubFont::Cultures' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInlineTextImageStyle \ +static_assert(alignof(FInlineTextImageStyle) == 0x000008, "Wrong alignment on FInlineTextImageStyle"); \ +static_assert(sizeof(FInlineTextImageStyle) == 0x0000A0, "Wrong size on FInlineTextImageStyle"); \ +static_assert(offsetof(FInlineTextImageStyle, Image) == 0x000008, "Member 'FInlineTextImageStyle::Image' has a wrong offset!"); \ +static_assert(offsetof(FInlineTextImageStyle, Baseline) == 0x000098, "Member 'FInlineTextImageStyle::Baseline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTableRowStyle \ +static_assert(alignof(FTableRowStyle) == 0x000008, "Wrong alignment on FTableRowStyle"); \ +static_assert(sizeof(FTableRowStyle) == 0x000838, "Wrong size on FTableRowStyle"); \ +static_assert(offsetof(FTableRowStyle, SelectorFocusedBrush) == 0x000008, "Member 'FTableRowStyle::SelectorFocusedBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, ActiveHoveredBrush) == 0x000098, "Member 'FTableRowStyle::ActiveHoveredBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, ActiveBrush) == 0x000128, "Member 'FTableRowStyle::ActiveBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, InactiveHoveredBrush) == 0x0001B8, "Member 'FTableRowStyle::InactiveHoveredBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, InactiveBrush) == 0x000248, "Member 'FTableRowStyle::InactiveBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, EvenRowBackgroundHoveredBrush) == 0x0002D8, "Member 'FTableRowStyle::EvenRowBackgroundHoveredBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, EvenRowBackgroundBrush) == 0x000368, "Member 'FTableRowStyle::EvenRowBackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, OddRowBackgroundHoveredBrush) == 0x0003F8, "Member 'FTableRowStyle::OddRowBackgroundHoveredBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, OddRowBackgroundBrush) == 0x000488, "Member 'FTableRowStyle::OddRowBackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, TextColor) == 0x000518, "Member 'FTableRowStyle::TextColor' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, SelectedTextColor) == 0x000540, "Member 'FTableRowStyle::SelectedTextColor' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, DropIndicator_Above) == 0x000568, "Member 'FTableRowStyle::DropIndicator_Above' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, DropIndicator_Onto) == 0x0005F8, "Member 'FTableRowStyle::DropIndicator_Onto' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, DropIndicator_Below) == 0x000688, "Member 'FTableRowStyle::DropIndicator_Below' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, ActiveHighlightedBrush) == 0x000718, "Member 'FTableRowStyle::ActiveHighlightedBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, InactiveHighlightedBrush) == 0x0007A8, "Member 'FTableRowStyle::InactiveHighlightedBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComboButtonStyle \ +static_assert(alignof(FComboButtonStyle) == 0x000008, "Wrong alignment on FComboButtonStyle"); \ +static_assert(sizeof(FComboButtonStyle) == 0x0003F8, "Wrong size on FComboButtonStyle"); \ +static_assert(offsetof(FComboButtonStyle, ButtonStyle) == 0x000008, "Member 'FComboButtonStyle::ButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, DownArrowImage) == 0x0002B0, "Member 'FComboButtonStyle::DownArrowImage' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, ShadowOffset) == 0x000340, "Member 'FComboButtonStyle::ShadowOffset' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, ShadowColorAndOpacity) == 0x000348, "Member 'FComboButtonStyle::ShadowColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, MenuBorderBrush) == 0x000358, "Member 'FComboButtonStyle::MenuBorderBrush' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, MenuBorderPadding) == 0x0003E8, "Member 'FComboButtonStyle::MenuBorderPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComboBoxStyle \ +static_assert(alignof(FComboBoxStyle) == 0x000008, "Wrong alignment on FComboBoxStyle"); \ +static_assert(sizeof(FComboBoxStyle) == 0x000440, "Wrong size on FComboBoxStyle"); \ +static_assert(offsetof(FComboBoxStyle, ComboButtonStyle) == 0x000008, "Member 'FComboBoxStyle::ComboButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FComboBoxStyle, PressedSlateSound) == 0x000400, "Member 'FComboBoxStyle::PressedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(FComboBoxStyle, SelectionChangeSlateSound) == 0x000420, "Member 'FComboBoxStyle::SelectionChangeSlateSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDockTabStyle \ +static_assert(alignof(FDockTabStyle) == 0x000008, "Wrong alignment on FDockTabStyle"); \ +static_assert(sizeof(FDockTabStyle) == 0x000770, "Wrong size on FDockTabStyle"); \ +static_assert(offsetof(FDockTabStyle, CloseButtonStyle) == 0x000008, "Member 'FDockTabStyle::CloseButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, NormalBrush) == 0x0002B0, "Member 'FDockTabStyle::NormalBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ActiveBrush) == 0x000340, "Member 'FDockTabStyle::ActiveBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ColorOverlayTabBrush) == 0x0003D0, "Member 'FDockTabStyle::ColorOverlayTabBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ColorOverlayIconBrush) == 0x000460, "Member 'FDockTabStyle::ColorOverlayIconBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ForegroundBrush) == 0x0004F0, "Member 'FDockTabStyle::ForegroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, HoveredBrush) == 0x000580, "Member 'FDockTabStyle::HoveredBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ContentAreaBrush) == 0x000610, "Member 'FDockTabStyle::ContentAreaBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, TabWellBrush) == 0x0006A0, "Member 'FDockTabStyle::TabWellBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, TabPadding) == 0x000730, "Member 'FDockTabStyle::TabPadding' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, OverlapWidth) == 0x000740, "Member 'FDockTabStyle::OverlapWidth' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, FlashColor) == 0x000748, "Member 'FDockTabStyle::FlashColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEditableTextStyle \ +static_assert(alignof(FEditableTextStyle) == 0x000008, "Wrong alignment on FEditableTextStyle"); \ +static_assert(sizeof(FEditableTextStyle) == 0x000240, "Wrong size on FEditableTextStyle"); \ +static_assert(offsetof(FEditableTextStyle, Font) == 0x000008, "Member 'FEditableTextStyle::Font' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextStyle, ColorAndOpacity) == 0x000068, "Member 'FEditableTextStyle::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextStyle, BackgroundImageSelected) == 0x000090, "Member 'FEditableTextStyle::BackgroundImageSelected' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextStyle, BackgroundImageComposing) == 0x000120, "Member 'FEditableTextStyle::BackgroundImageComposing' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextStyle, CaretImage) == 0x0001B0, "Member 'FEditableTextStyle::CaretImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSliderStyle \ +static_assert(alignof(FSliderStyle) == 0x000008, "Wrong alignment on FSliderStyle"); \ +static_assert(sizeof(FSliderStyle) == 0x000370, "Wrong size on FSliderStyle"); \ +static_assert(offsetof(FSliderStyle, NormalBarImage) == 0x000008, "Member 'FSliderStyle::NormalBarImage' has a wrong offset!"); \ +static_assert(offsetof(FSliderStyle, HoveredBarImage) == 0x000098, "Member 'FSliderStyle::HoveredBarImage' has a wrong offset!"); \ +static_assert(offsetof(FSliderStyle, DisabledBarImage) == 0x000128, "Member 'FSliderStyle::DisabledBarImage' has a wrong offset!"); \ +static_assert(offsetof(FSliderStyle, NormalThumbImage) == 0x0001B8, "Member 'FSliderStyle::NormalThumbImage' has a wrong offset!"); \ +static_assert(offsetof(FSliderStyle, HoveredThumbImage) == 0x000248, "Member 'FSliderStyle::HoveredThumbImage' has a wrong offset!"); \ +static_assert(offsetof(FSliderStyle, DisabledThumbImage) == 0x0002D8, "Member 'FSliderStyle::DisabledThumbImage' has a wrong offset!"); \ +static_assert(offsetof(FSliderStyle, BarThickness) == 0x000368, "Member 'FSliderStyle::BarThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScrollBoxStyle \ +static_assert(alignof(FScrollBoxStyle) == 0x000008, "Wrong alignment on FScrollBoxStyle"); \ +static_assert(sizeof(FScrollBoxStyle) == 0x000248, "Wrong size on FScrollBoxStyle"); \ +static_assert(offsetof(FScrollBoxStyle, TopShadowBrush) == 0x000008, "Member 'FScrollBoxStyle::TopShadowBrush' has a wrong offset!"); \ +static_assert(offsetof(FScrollBoxStyle, BottomShadowBrush) == 0x000098, "Member 'FScrollBoxStyle::BottomShadowBrush' has a wrong offset!"); \ +static_assert(offsetof(FScrollBoxStyle, LeftShadowBrush) == 0x000128, "Member 'FScrollBoxStyle::LeftShadowBrush' has a wrong offset!"); \ +static_assert(offsetof(FScrollBoxStyle, RightShadowBrush) == 0x0001B8, "Member 'FScrollBoxStyle::RightShadowBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTextBlockStyle \ +static_assert(alignof(FTextBlockStyle) == 0x000008, "Wrong alignment on FTextBlockStyle"); \ +static_assert(sizeof(FTextBlockStyle) == 0x000290, "Wrong size on FTextBlockStyle"); \ +static_assert(offsetof(FTextBlockStyle, Font) == 0x000008, "Member 'FTextBlockStyle::Font' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, ColorAndOpacity) == 0x000068, "Member 'FTextBlockStyle::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, ShadowOffset) == 0x000090, "Member 'FTextBlockStyle::ShadowOffset' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, ShadowColorAndOpacity) == 0x000098, "Member 'FTextBlockStyle::ShadowColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, SelectedBackgroundColor) == 0x0000A8, "Member 'FTextBlockStyle::SelectedBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, HighlightColor) == 0x0000D0, "Member 'FTextBlockStyle::HighlightColor' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, HighlightShape) == 0x0000E0, "Member 'FTextBlockStyle::HighlightShape' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, StrikeBrush) == 0x000170, "Member 'FTextBlockStyle::StrikeBrush' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, UnderlineBrush) == 0x000200, "Member 'FTextBlockStyle::UnderlineBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpinBoxStyle \ +static_assert(alignof(FSpinBoxStyle) == 0x000008, "Wrong alignment on FSpinBoxStyle"); \ +static_assert(sizeof(FSpinBoxStyle) == 0x000310, "Wrong size on FSpinBoxStyle"); \ +static_assert(offsetof(FSpinBoxStyle, BackgroundBrush) == 0x000008, "Member 'FSpinBoxStyle::BackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FSpinBoxStyle, HoveredBackgroundBrush) == 0x000098, "Member 'FSpinBoxStyle::HoveredBackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FSpinBoxStyle, ActiveFillBrush) == 0x000128, "Member 'FSpinBoxStyle::ActiveFillBrush' has a wrong offset!"); \ +static_assert(offsetof(FSpinBoxStyle, InactiveFillBrush) == 0x0001B8, "Member 'FSpinBoxStyle::InactiveFillBrush' has a wrong offset!"); \ +static_assert(offsetof(FSpinBoxStyle, ArrowsImage) == 0x000248, "Member 'FSpinBoxStyle::ArrowsImage' has a wrong offset!"); \ +static_assert(offsetof(FSpinBoxStyle, ForegroundColor) == 0x0002D8, "Member 'FSpinBoxStyle::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FSpinBoxStyle, TextPadding) == 0x000300, "Member 'FSpinBoxStyle::TextPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSplitterStyle \ +static_assert(alignof(FSplitterStyle) == 0x000008, "Wrong alignment on FSplitterStyle"); \ +static_assert(sizeof(FSplitterStyle) == 0x000128, "Wrong size on FSplitterStyle"); \ +static_assert(offsetof(FSplitterStyle, HandleNormalBrush) == 0x000008, "Member 'FSplitterStyle::HandleNormalBrush' has a wrong offset!"); \ +static_assert(offsetof(FSplitterStyle, HandleHighlightBrush) == 0x000098, "Member 'FSplitterStyle::HandleHighlightBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFocusEvent \ +static_assert(alignof(FFocusEvent) == 0x000004, "Wrong alignment on FFocusEvent"); \ +static_assert(sizeof(FFocusEvent) == 0x000008, "Wrong size on FFocusEvent"); \ + +#define DUMPER7_ASSERTS_FCompositeFont \ +static_assert(alignof(FCompositeFont) == 0x000008, "Wrong alignment on FCompositeFont"); \ +static_assert(sizeof(FCompositeFont) == 0x000038, "Wrong size on FCompositeFont"); \ +static_assert(offsetof(FCompositeFont, DefaultTypeface) == 0x000000, "Member 'FCompositeFont::DefaultTypeface' has a wrong offset!"); \ +static_assert(offsetof(FCompositeFont, FallbackTypeface) == 0x000010, "Member 'FCompositeFont::FallbackTypeface' has a wrong offset!"); \ +static_assert(offsetof(FCompositeFont, SubTypefaces) == 0x000028, "Member 'FCompositeFont::SubTypefaces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCaptureLostEvent \ +static_assert(alignof(FCaptureLostEvent) == 0x000004, "Wrong alignment on FCaptureLostEvent"); \ +static_assert(sizeof(FCaptureLostEvent) == 0x000008, "Wrong size on FCaptureLostEvent"); \ + +#define DUMPER7_ASSERTS_FWindowStyle \ +static_assert(alignof(FWindowStyle) == 0x000008, "Wrong alignment on FWindowStyle"); \ +static_assert(sizeof(FWindowStyle) == 0x001178, "Wrong size on FWindowStyle"); \ +static_assert(offsetof(FWindowStyle, MinimizeButtonStyle) == 0x000008, "Member 'FWindowStyle::MinimizeButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, MaximizeButtonStyle) == 0x0002B0, "Member 'FWindowStyle::MaximizeButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, RestoreButtonStyle) == 0x000558, "Member 'FWindowStyle::RestoreButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, CloseButtonStyle) == 0x000800, "Member 'FWindowStyle::CloseButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, TitleTextStyle) == 0x000AA8, "Member 'FWindowStyle::TitleTextStyle' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, ActiveTitleBrush) == 0x000D38, "Member 'FWindowStyle::ActiveTitleBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, InactiveTitleBrush) == 0x000DC8, "Member 'FWindowStyle::InactiveTitleBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, FlashTitleBrush) == 0x000E58, "Member 'FWindowStyle::FlashTitleBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, BackgroundColor) == 0x000EE8, "Member 'FWindowStyle::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, OutlineBrush) == 0x000F10, "Member 'FWindowStyle::OutlineBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, OutlineColor) == 0x000FA0, "Member 'FWindowStyle::OutlineColor' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, BorderBrush) == 0x000FC8, "Member 'FWindowStyle::BorderBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, BackgroundBrush) == 0x001058, "Member 'FWindowStyle::BackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, ChildBackgroundBrush) == 0x0010E8, "Member 'FWindowStyle::ChildBackgroundBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTableColumnHeaderStyle \ +static_assert(alignof(FTableColumnHeaderStyle) == 0x000008, "Wrong alignment on FTableColumnHeaderStyle"); \ +static_assert(sizeof(FTableColumnHeaderStyle) == 0x000518, "Wrong size on FTableColumnHeaderStyle"); \ +static_assert(offsetof(FTableColumnHeaderStyle, SortPrimaryAscendingImage) == 0x000008, "Member 'FTableColumnHeaderStyle::SortPrimaryAscendingImage' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, SortPrimaryDescendingImage) == 0x000098, "Member 'FTableColumnHeaderStyle::SortPrimaryDescendingImage' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, SortSecondaryAscendingImage) == 0x000128, "Member 'FTableColumnHeaderStyle::SortSecondaryAscendingImage' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, SortSecondaryDescendingImage) == 0x0001B8, "Member 'FTableColumnHeaderStyle::SortSecondaryDescendingImage' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, NormalBrush) == 0x000248, "Member 'FTableColumnHeaderStyle::NormalBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, HoveredBrush) == 0x0002D8, "Member 'FTableColumnHeaderStyle::HoveredBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, MenuDropdownImage) == 0x000368, "Member 'FTableColumnHeaderStyle::MenuDropdownImage' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, MenuDropdownNormalBorderBrush) == 0x0003F8, "Member 'FTableColumnHeaderStyle::MenuDropdownNormalBorderBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, MenuDropdownHoveredBorderBrush) == 0x000488, "Member 'FTableColumnHeaderStyle::MenuDropdownHoveredBorderBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHeaderRowStyle \ +static_assert(alignof(FHeaderRowStyle) == 0x000008, "Wrong alignment on FHeaderRowStyle"); \ +static_assert(sizeof(FHeaderRowStyle) == 0x000C18, "Wrong size on FHeaderRowStyle"); \ +static_assert(offsetof(FHeaderRowStyle, ColumnStyle) == 0x000008, "Member 'FHeaderRowStyle::ColumnStyle' has a wrong offset!"); \ +static_assert(offsetof(FHeaderRowStyle, LastColumnStyle) == 0x000520, "Member 'FHeaderRowStyle::LastColumnStyle' has a wrong offset!"); \ +static_assert(offsetof(FHeaderRowStyle, ColumnSplitterStyle) == 0x000A38, "Member 'FHeaderRowStyle::ColumnSplitterStyle' has a wrong offset!"); \ +static_assert(offsetof(FHeaderRowStyle, BackgroundBrush) == 0x000B60, "Member 'FHeaderRowStyle::BackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FHeaderRowStyle, ForegroundColor) == 0x000BF0, "Member 'FHeaderRowStyle::ForegroundColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVolumeControlStyle \ +static_assert(alignof(FVolumeControlStyle) == 0x000008, "Wrong alignment on FVolumeControlStyle"); \ +static_assert(sizeof(FVolumeControlStyle) == 0x000648, "Wrong size on FVolumeControlStyle"); \ +static_assert(offsetof(FVolumeControlStyle, SliderStyle) == 0x000008, "Member 'FVolumeControlStyle::SliderStyle' has a wrong offset!"); \ +static_assert(offsetof(FVolumeControlStyle, HighVolumeImage) == 0x000378, "Member 'FVolumeControlStyle::HighVolumeImage' has a wrong offset!"); \ +static_assert(offsetof(FVolumeControlStyle, MidVolumeImage) == 0x000408, "Member 'FVolumeControlStyle::MidVolumeImage' has a wrong offset!"); \ +static_assert(offsetof(FVolumeControlStyle, LowVolumeImage) == 0x000498, "Member 'FVolumeControlStyle::LowVolumeImage' has a wrong offset!"); \ +static_assert(offsetof(FVolumeControlStyle, NoVolumeImage) == 0x000528, "Member 'FVolumeControlStyle::NoVolumeImage' has a wrong offset!"); \ +static_assert(offsetof(FVolumeControlStyle, MutedImage) == 0x0005B8, "Member 'FVolumeControlStyle::MutedImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExpandableAreaStyle \ +static_assert(alignof(FExpandableAreaStyle) == 0x000008, "Wrong alignment on FExpandableAreaStyle"); \ +static_assert(sizeof(FExpandableAreaStyle) == 0x000130, "Wrong size on FExpandableAreaStyle"); \ +static_assert(offsetof(FExpandableAreaStyle, CollapsedImage) == 0x000008, "Member 'FExpandableAreaStyle::CollapsedImage' has a wrong offset!"); \ +static_assert(offsetof(FExpandableAreaStyle, ExpandedImage) == 0x000098, "Member 'FExpandableAreaStyle::ExpandedImage' has a wrong offset!"); \ +static_assert(offsetof(FExpandableAreaStyle, RolloutAnimationSeconds) == 0x000128, "Member 'FExpandableAreaStyle::RolloutAnimationSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProgressBarStyle \ +static_assert(alignof(FProgressBarStyle) == 0x000008, "Wrong alignment on FProgressBarStyle"); \ +static_assert(sizeof(FProgressBarStyle) == 0x0001B8, "Wrong size on FProgressBarStyle"); \ +static_assert(offsetof(FProgressBarStyle, BackgroundImage) == 0x000008, "Member 'FProgressBarStyle::BackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(FProgressBarStyle, FillImage) == 0x000098, "Member 'FProgressBarStyle::FillImage' has a wrong offset!"); \ +static_assert(offsetof(FProgressBarStyle, MarqueeImage) == 0x000128, "Member 'FProgressBarStyle::MarqueeImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInlineEditableTextBlockStyle \ +static_assert(alignof(FInlineEditableTextBlockStyle) == 0x000008, "Wrong alignment on FInlineEditableTextBlockStyle"); \ +static_assert(sizeof(FInlineEditableTextBlockStyle) == 0x000B00, "Wrong size on FInlineEditableTextBlockStyle"); \ +static_assert(offsetof(FInlineEditableTextBlockStyle, EditableTextBoxStyle) == 0x000008, "Member 'FInlineEditableTextBlockStyle::EditableTextBoxStyle' has a wrong offset!"); \ +static_assert(offsetof(FInlineEditableTextBlockStyle, TextStyle) == 0x000870, "Member 'FInlineEditableTextBlockStyle::TextStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHyperlinkStyle \ +static_assert(alignof(FHyperlinkStyle) == 0x000008, "Wrong alignment on FHyperlinkStyle"); \ +static_assert(sizeof(FHyperlinkStyle) == 0x000550, "Wrong size on FHyperlinkStyle"); \ +static_assert(offsetof(FHyperlinkStyle, UnderlineStyle) == 0x000008, "Member 'FHyperlinkStyle::UnderlineStyle' has a wrong offset!"); \ +static_assert(offsetof(FHyperlinkStyle, TextStyle) == 0x0002B0, "Member 'FHyperlinkStyle::TextStyle' has a wrong offset!"); \ +static_assert(offsetof(FHyperlinkStyle, Padding) == 0x000540, "Member 'FHyperlinkStyle::Padding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCheckBoxStyle \ +static_assert(alignof(FCheckBoxStyle) == 0x000008, "Wrong alignment on FCheckBoxStyle"); \ +static_assert(sizeof(FCheckBoxStyle) == 0x0005E0, "Wrong size on FCheckBoxStyle"); \ +static_assert(offsetof(FCheckBoxStyle, CheckBoxType) == 0x000008, "Member 'FCheckBoxStyle::CheckBoxType' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UncheckedImage) == 0x000010, "Member 'FCheckBoxStyle::UncheckedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UncheckedHoveredImage) == 0x0000A0, "Member 'FCheckBoxStyle::UncheckedHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UncheckedPressedImage) == 0x000130, "Member 'FCheckBoxStyle::UncheckedPressedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedImage) == 0x0001C0, "Member 'FCheckBoxStyle::CheckedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedHoveredImage) == 0x000250, "Member 'FCheckBoxStyle::CheckedHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedPressedImage) == 0x0002E0, "Member 'FCheckBoxStyle::CheckedPressedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UndeterminedImage) == 0x000370, "Member 'FCheckBoxStyle::UndeterminedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UndeterminedHoveredImage) == 0x000400, "Member 'FCheckBoxStyle::UndeterminedHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UndeterminedPressedImage) == 0x000490, "Member 'FCheckBoxStyle::UndeterminedPressedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, Padding) == 0x000520, "Member 'FCheckBoxStyle::Padding' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, ForegroundColor) == 0x000530, "Member 'FCheckBoxStyle::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, BorderBackgroundColor) == 0x000558, "Member 'FCheckBoxStyle::BorderBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedSlateSound) == 0x000580, "Member 'FCheckBoxStyle::CheckedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UncheckedSlateSound) == 0x0005A0, "Member 'FCheckBoxStyle::UncheckedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, HoveredSlateSound) == 0x0005C0, "Member 'FCheckBoxStyle::HoveredSlateSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFontBulkData \ +static_assert(alignof(UFontBulkData) == 0x000008, "Wrong alignment on UFontBulkData"); \ +static_assert(sizeof(UFontBulkData) == 0x000080, "Wrong size on UFontBulkData"); \ + +#define DUMPER7_ASSERTS_IFontFaceInterface \ +static_assert(alignof(IFontFaceInterface) == 0x000001, "Wrong alignment on IFontFaceInterface"); \ +static_assert(sizeof(IFontFaceInterface) == 0x000001, "Wrong size on IFontFaceInterface"); \ + +#define DUMPER7_ASSERTS_IFontProviderInterface \ +static_assert(alignof(IFontProviderInterface) == 0x000001, "Wrong alignment on IFontProviderInterface"); \ +static_assert(sizeof(IFontProviderInterface) == 0x000001, "Wrong size on IFontProviderInterface"); \ + +#define DUMPER7_ASSERTS_USlateTypes \ +static_assert(alignof(USlateTypes) == 0x000008, "Wrong alignment on USlateTypes"); \ +static_assert(sizeof(USlateTypes) == 0x000030, "Wrong size on USlateTypes"); \ + +#define DUMPER7_ASSERTS_USlateWidgetStyleAsset \ +static_assert(alignof(USlateWidgetStyleAsset) == 0x000008, "Wrong alignment on USlateWidgetStyleAsset"); \ +static_assert(sizeof(USlateWidgetStyleAsset) == 0x000038, "Wrong size on USlateWidgetStyleAsset"); \ +static_assert(offsetof(USlateWidgetStyleAsset, CustomStyle) == 0x000030, "Member 'USlateWidgetStyleAsset::CustomStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USlateWidgetStyleContainerBase \ +static_assert(alignof(USlateWidgetStyleContainerBase) == 0x000008, "Wrong alignment on USlateWidgetStyleContainerBase"); \ +static_assert(sizeof(USlateWidgetStyleContainerBase) == 0x000038, "Wrong size on USlateWidgetStyleContainerBase"); \ + +#define DUMPER7_ASSERTS_ISlateWidgetStyleContainerInterface \ +static_assert(alignof(ISlateWidgetStyleContainerInterface) == 0x000001, "Wrong alignment on ISlateWidgetStyleContainerInterface"); \ +static_assert(sizeof(ISlateWidgetStyleContainerInterface) == 0x000001, "Wrong size on ISlateWidgetStyleContainerInterface"); \ + +#define DUMPER7_ASSERTS_ABP_MixingTool_01_Smasher_SmallDestruction_C \ +static_assert(alignof(ABP_MixingTool_01_Smasher_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_MixingTool_01_Smasher_SmallDestruction_C"); \ +static_assert(sizeof(ABP_MixingTool_01_Smasher_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_MixingTool_01_Smasher_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_FVirtualKeyboardOptions \ +static_assert(alignof(FVirtualKeyboardOptions) == 0x000001, "Wrong alignment on FVirtualKeyboardOptions"); \ +static_assert(sizeof(FVirtualKeyboardOptions) == 0x000001, "Wrong size on FVirtualKeyboardOptions"); \ +static_assert(offsetof(FVirtualKeyboardOptions, bEnableAutocorrect) == 0x000000, "Member 'FVirtualKeyboardOptions::bEnableAutocorrect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomizedToolMenuSection \ +static_assert(alignof(FCustomizedToolMenuSection) == 0x000004, "Wrong alignment on FCustomizedToolMenuSection"); \ +static_assert(sizeof(FCustomizedToolMenuSection) == 0x000004, "Wrong size on FCustomizedToolMenuSection"); \ +static_assert(offsetof(FCustomizedToolMenuSection, Visibility) == 0x000000, "Member 'FCustomizedToolMenuSection::Visibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputChord \ +static_assert(alignof(FInputChord) == 0x000008, "Wrong alignment on FInputChord"); \ +static_assert(sizeof(FInputChord) == 0x000028, "Wrong size on FInputChord"); \ +static_assert(offsetof(FInputChord, Key) == 0x000000, "Member 'FInputChord::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnchors \ +static_assert(alignof(FAnchors) == 0x000004, "Wrong alignment on FAnchors"); \ +static_assert(sizeof(FAnchors) == 0x000010, "Wrong size on FAnchors"); \ +static_assert(offsetof(FAnchors, Minimum) == 0x000000, "Member 'FAnchors::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FAnchors, Maximum) == 0x000008, "Member 'FAnchors::Maximum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomizedToolMenuEntry \ +static_assert(alignof(FCustomizedToolMenuEntry) == 0x000004, "Wrong alignment on FCustomizedToolMenuEntry"); \ +static_assert(sizeof(FCustomizedToolMenuEntry) == 0x000004, "Wrong size on FCustomizedToolMenuEntry"); \ +static_assert(offsetof(FCustomizedToolMenuEntry, Visibility) == 0x000000, "Member 'FCustomizedToolMenuEntry::Visibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomizedToolMenuNameArray \ +static_assert(alignof(FCustomizedToolMenuNameArray) == 0x000008, "Wrong alignment on FCustomizedToolMenuNameArray"); \ +static_assert(sizeof(FCustomizedToolMenuNameArray) == 0x000010, "Wrong size on FCustomizedToolMenuNameArray"); \ +static_assert(offsetof(FCustomizedToolMenuNameArray, Names) == 0x000000, "Member 'FCustomizedToolMenuNameArray::Names' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomizedToolMenu \ +static_assert(alignof(FCustomizedToolMenu) == 0x000008, "Wrong alignment on FCustomizedToolMenu"); \ +static_assert(sizeof(FCustomizedToolMenu) == 0x0001F0, "Wrong size on FCustomizedToolMenu"); \ +static_assert(offsetof(FCustomizedToolMenu, Name) == 0x000000, "Member 'FCustomizedToolMenu::Name' has a wrong offset!"); \ +static_assert(offsetof(FCustomizedToolMenu, Entries) == 0x000010, "Member 'FCustomizedToolMenu::Entries' has a wrong offset!"); \ +static_assert(offsetof(FCustomizedToolMenu, Sections) == 0x000060, "Member 'FCustomizedToolMenu::Sections' has a wrong offset!"); \ +static_assert(offsetof(FCustomizedToolMenu, EntryOrder) == 0x0000B0, "Member 'FCustomizedToolMenu::EntryOrder' has a wrong offset!"); \ +static_assert(offsetof(FCustomizedToolMenu, SectionOrder) == 0x000100, "Member 'FCustomizedToolMenu::SectionOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UButtonWidgetStyle \ +static_assert(alignof(UButtonWidgetStyle) == 0x000008, "Wrong alignment on UButtonWidgetStyle"); \ +static_assert(sizeof(UButtonWidgetStyle) == 0x0002E0, "Wrong size on UButtonWidgetStyle"); \ +static_assert(offsetof(UButtonWidgetStyle, ButtonStyle) == 0x000038, "Member 'UButtonWidgetStyle::ButtonStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCheckBoxWidgetStyle \ +static_assert(alignof(UCheckBoxWidgetStyle) == 0x000008, "Wrong alignment on UCheckBoxWidgetStyle"); \ +static_assert(sizeof(UCheckBoxWidgetStyle) == 0x000618, "Wrong size on UCheckBoxWidgetStyle"); \ +static_assert(offsetof(UCheckBoxWidgetStyle, CheckBoxStyle) == 0x000038, "Member 'UCheckBoxWidgetStyle::CheckBoxStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComboBoxWidgetStyle \ +static_assert(alignof(UComboBoxWidgetStyle) == 0x000008, "Wrong alignment on UComboBoxWidgetStyle"); \ +static_assert(sizeof(UComboBoxWidgetStyle) == 0x000478, "Wrong size on UComboBoxWidgetStyle"); \ +static_assert(offsetof(UComboBoxWidgetStyle, ComboBoxStyle) == 0x000038, "Member 'UComboBoxWidgetStyle::ComboBoxStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComboButtonWidgetStyle \ +static_assert(alignof(UComboButtonWidgetStyle) == 0x000008, "Wrong alignment on UComboButtonWidgetStyle"); \ +static_assert(sizeof(UComboButtonWidgetStyle) == 0x000430, "Wrong size on UComboButtonWidgetStyle"); \ +static_assert(offsetof(UComboButtonWidgetStyle, ComboButtonStyle) == 0x000038, "Member 'UComboButtonWidgetStyle::ComboButtonStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableTextBoxWidgetStyle \ +static_assert(alignof(UEditableTextBoxWidgetStyle) == 0x000008, "Wrong alignment on UEditableTextBoxWidgetStyle"); \ +static_assert(sizeof(UEditableTextBoxWidgetStyle) == 0x0008A0, "Wrong size on UEditableTextBoxWidgetStyle"); \ +static_assert(offsetof(UEditableTextBoxWidgetStyle, EditableTextBoxStyle) == 0x000038, "Member 'UEditableTextBoxWidgetStyle::EditableTextBoxStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableTextWidgetStyle \ +static_assert(alignof(UEditableTextWidgetStyle) == 0x000008, "Wrong alignment on UEditableTextWidgetStyle"); \ +static_assert(sizeof(UEditableTextWidgetStyle) == 0x000278, "Wrong size on UEditableTextWidgetStyle"); \ +static_assert(offsetof(UEditableTextWidgetStyle, EditableTextStyle) == 0x000038, "Member 'UEditableTextWidgetStyle::EditableTextStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProgressWidgetStyle \ +static_assert(alignof(UProgressWidgetStyle) == 0x000008, "Wrong alignment on UProgressWidgetStyle"); \ +static_assert(sizeof(UProgressWidgetStyle) == 0x0001F0, "Wrong size on UProgressWidgetStyle"); \ +static_assert(offsetof(UProgressWidgetStyle, ProgressBarStyle) == 0x000038, "Member 'UProgressWidgetStyle::ProgressBarStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScrollBarWidgetStyle \ +static_assert(alignof(UScrollBarWidgetStyle) == 0x000008, "Wrong alignment on UScrollBarWidgetStyle"); \ +static_assert(sizeof(UScrollBarWidgetStyle) == 0x000550, "Wrong size on UScrollBarWidgetStyle"); \ +static_assert(offsetof(UScrollBarWidgetStyle, ScrollBarStyle) == 0x000038, "Member 'UScrollBarWidgetStyle::ScrollBarStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScrollBoxWidgetStyle \ +static_assert(alignof(UScrollBoxWidgetStyle) == 0x000008, "Wrong alignment on UScrollBoxWidgetStyle"); \ +static_assert(sizeof(UScrollBoxWidgetStyle) == 0x000280, "Wrong size on UScrollBoxWidgetStyle"); \ +static_assert(offsetof(UScrollBoxWidgetStyle, ScrollBoxStyle) == 0x000038, "Member 'UScrollBoxWidgetStyle::ScrollBoxStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USlateSettings \ +static_assert(alignof(USlateSettings) == 0x000008, "Wrong alignment on USlateSettings"); \ +static_assert(sizeof(USlateSettings) == 0x000038, "Wrong size on USlateSettings"); \ +static_assert(offsetof(USlateSettings, bExplicitCanvasChildZOrder) == 0x000030, "Member 'USlateSettings::bExplicitCanvasChildZOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpinBoxWidgetStyle \ +static_assert(alignof(USpinBoxWidgetStyle) == 0x000008, "Wrong alignment on USpinBoxWidgetStyle"); \ +static_assert(sizeof(USpinBoxWidgetStyle) == 0x000348, "Wrong size on USpinBoxWidgetStyle"); \ +static_assert(offsetof(USpinBoxWidgetStyle, SpinBoxStyle) == 0x000038, "Member 'USpinBoxWidgetStyle::SpinBoxStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextBlockWidgetStyle \ +static_assert(alignof(UTextBlockWidgetStyle) == 0x000008, "Wrong alignment on UTextBlockWidgetStyle"); \ +static_assert(sizeof(UTextBlockWidgetStyle) == 0x0002C8, "Wrong size on UTextBlockWidgetStyle"); \ +static_assert(offsetof(UTextBlockWidgetStyle, TextBlockStyle) == 0x000038, "Member 'UTextBlockWidgetStyle::TextBlockStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UToolMenuBase \ +static_assert(alignof(UToolMenuBase) == 0x000008, "Wrong alignment on UToolMenuBase"); \ +static_assert(sizeof(UToolMenuBase) == 0x000030, "Wrong size on UToolMenuBase"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_Pistol_Stryk7_C \ +static_assert(alignof(UBP_FireWeaponFeedback_Pistol_Stryk7_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_Pistol_Stryk7_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_Pistol_Stryk7_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_Pistol_Stryk7_C"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_AssaultRifle_KU59_C \ +static_assert(alignof(UBP_FireWeaponFeedback_AssaultRifle_KU59_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_AssaultRifle_KU59_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_AssaultRifle_KU59_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_AssaultRifle_KU59_C"); \ + +#define DUMPER7_ASSERTS_FImageWriteOptions \ +static_assert(alignof(FImageWriteOptions) == 0x000010, "Wrong alignment on FImageWriteOptions"); \ +static_assert(sizeof(FImageWriteOptions) == 0x000060, "Wrong size on FImageWriteOptions"); \ +static_assert(offsetof(FImageWriteOptions, Format) == 0x000000, "Member 'FImageWriteOptions::Format' has a wrong offset!"); \ +static_assert(offsetof(FImageWriteOptions, OnComplete) == 0x000004, "Member 'FImageWriteOptions::OnComplete' has a wrong offset!"); \ +static_assert(offsetof(FImageWriteOptions, CompressionQuality) == 0x000018, "Member 'FImageWriteOptions::CompressionQuality' has a wrong offset!"); \ +static_assert(offsetof(FImageWriteOptions, bOverwriteFile) == 0x00001C, "Member 'FImageWriteOptions::bOverwriteFile' has a wrong offset!"); \ +static_assert(offsetof(FImageWriteOptions, bAsync) == 0x00001D, "Member 'FImageWriteOptions::bAsync' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImageWriteBlueprintLibrary_ExportToDisk \ +static_assert(alignof(ImageWriteBlueprintLibrary_ExportToDisk) == 0x000010, "Wrong alignment on ImageWriteBlueprintLibrary_ExportToDisk"); \ +static_assert(sizeof(ImageWriteBlueprintLibrary_ExportToDisk) == 0x000080, "Wrong size on ImageWriteBlueprintLibrary_ExportToDisk"); \ +static_assert(offsetof(ImageWriteBlueprintLibrary_ExportToDisk, Texture) == 0x000000, "Member 'ImageWriteBlueprintLibrary_ExportToDisk::Texture' has a wrong offset!"); \ +static_assert(offsetof(ImageWriteBlueprintLibrary_ExportToDisk, Filename) == 0x000008, "Member 'ImageWriteBlueprintLibrary_ExportToDisk::Filename' has a wrong offset!"); \ +static_assert(offsetof(ImageWriteBlueprintLibrary_ExportToDisk, Options) == 0x000020, "Member 'ImageWriteBlueprintLibrary_ExportToDisk::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UImageWriteBlueprintLibrary \ +static_assert(alignof(UImageWriteBlueprintLibrary) == 0x000008, "Wrong alignment on UImageWriteBlueprintLibrary"); \ +static_assert(sizeof(UImageWriteBlueprintLibrary) == 0x000030, "Wrong size on UImageWriteBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_WBP_SafeCrackMinigame_C_SetNewTimerSpeed \ +static_assert(alignof(WBP_SafeCrackMinigame_C_SetNewTimerSpeed) == 0x000008, "Wrong alignment on WBP_SafeCrackMinigame_C_SetNewTimerSpeed"); \ +static_assert(sizeof(WBP_SafeCrackMinigame_C_SetNewTimerSpeed) == 0x000010, "Wrong size on WBP_SafeCrackMinigame_C_SetNewTimerSpeed"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetNewTimerSpeed, LoopTime_0) == 0x000000, "Member 'WBP_SafeCrackMinigame_C_SetNewTimerSpeed::LoopTime_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetNewTimerSpeed, CallFunc_K2_SetTimer_ReturnValue) == 0x000008, "Member 'WBP_SafeCrackMinigame_C_SetNewTimerSpeed::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SafeCrackMinigame_C_IncreasingRounds \ +static_assert(alignof(WBP_SafeCrackMinigame_C_IncreasingRounds) == 0x000004, "Wrong alignment on WBP_SafeCrackMinigame_C_IncreasingRounds"); \ +static_assert(sizeof(WBP_SafeCrackMinigame_C_IncreasingRounds) == 0x000014, "Wrong size on WBP_SafeCrackMinigame_C_IncreasingRounds"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_IncreasingRounds, decrease) == 0x000000, "Member 'WBP_SafeCrackMinigame_C_IncreasingRounds::decrease' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_IncreasingRounds, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'WBP_SafeCrackMinigame_C_IncreasingRounds::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_IncreasingRounds, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'WBP_SafeCrackMinigame_C_IncreasingRounds::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_IncreasingRounds, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000003, "Member 'WBP_SafeCrackMinigame_C_IncreasingRounds::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_IncreasingRounds, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000004, "Member 'WBP_SafeCrackMinigame_C_IncreasingRounds::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_IncreasingRounds, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_SafeCrackMinigame_C_IncreasingRounds::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_IncreasingRounds, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_SafeCrackMinigame_C_IncreasingRounds::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_IncreasingRounds, K2Node_SwitchInteger_CmpSuccess) == 0x000010, "Member 'WBP_SafeCrackMinigame_C_IncreasingRounds::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SafeCrackMinigame_C_SetCorrectNumber \ +static_assert(alignof(WBP_SafeCrackMinigame_C_SetCorrectNumber) == 0x000004, "Wrong alignment on WBP_SafeCrackMinigame_C_SetCorrectNumber"); \ +static_assert(sizeof(WBP_SafeCrackMinigame_C_SetCorrectNumber) == 0x000064, "Wrong size on WBP_SafeCrackMinigame_C_SetCorrectNumber"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetCorrectNumber, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000000, "Member 'WBP_SafeCrackMinigame_C_SetCorrectNumber::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetCorrectNumber, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000004, "Member 'WBP_SafeCrackMinigame_C_SetCorrectNumber::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetCorrectNumber, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000008, "Member 'WBP_SafeCrackMinigame_C_SetCorrectNumber::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetCorrectNumber, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00000C, "Member 'WBP_SafeCrackMinigame_C_SetCorrectNumber::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetCorrectNumber, CallFunc_RandomIntegerInRange_ReturnValue_1) == 0x000010, "Member 'WBP_SafeCrackMinigame_C_SetCorrectNumber::CallFunc_RandomIntegerInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetCorrectNumber, CallFunc_RandomIntegerInRange_ReturnValue_2) == 0x000014, "Member 'WBP_SafeCrackMinigame_C_SetCorrectNumber::CallFunc_RandomIntegerInRange_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetCorrectNumber, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000018, "Member 'WBP_SafeCrackMinigame_C_SetCorrectNumber::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetCorrectNumber, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x00001C, "Member 'WBP_SafeCrackMinigame_C_SetCorrectNumber::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetCorrectNumber, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000020, "Member 'WBP_SafeCrackMinigame_C_SetCorrectNumber::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetCorrectNumber, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000024, "Member 'WBP_SafeCrackMinigame_C_SetCorrectNumber::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetCorrectNumber, CallFunc_RandomIntegerInRange_ReturnValue_3) == 0x000028, "Member 'WBP_SafeCrackMinigame_C_SetCorrectNumber::CallFunc_RandomIntegerInRange_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetCorrectNumber, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x00002C, "Member 'WBP_SafeCrackMinigame_C_SetCorrectNumber::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetCorrectNumber, CallFunc_RandomIntegerInRange_ReturnValue_4) == 0x000030, "Member 'WBP_SafeCrackMinigame_C_SetCorrectNumber::CallFunc_RandomIntegerInRange_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetCorrectNumber, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000034, "Member 'WBP_SafeCrackMinigame_C_SetCorrectNumber::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetCorrectNumber, CallFunc_Conv_IntToFloat_ReturnValue_4) == 0x000038, "Member 'WBP_SafeCrackMinigame_C_SetCorrectNumber::CallFunc_Conv_IntToFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetCorrectNumber, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x00003C, "Member 'WBP_SafeCrackMinigame_C_SetCorrectNumber::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetCorrectNumber, CallFunc_Less_FloatFloat_ReturnValue) == 0x000040, "Member 'WBP_SafeCrackMinigame_C_SetCorrectNumber::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetCorrectNumber, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000044, "Member 'WBP_SafeCrackMinigame_C_SetCorrectNumber::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetCorrectNumber, CallFunc_Abs_ReturnValue) == 0x000048, "Member 'WBP_SafeCrackMinigame_C_SetCorrectNumber::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetCorrectNumber, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x00004C, "Member 'WBP_SafeCrackMinigame_C_SetCorrectNumber::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetCorrectNumber, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000050, "Member 'WBP_SafeCrackMinigame_C_SetCorrectNumber::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetCorrectNumber, CallFunc_Add_FloatFloat_ReturnValue) == 0x000054, "Member 'WBP_SafeCrackMinigame_C_SetCorrectNumber::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetCorrectNumber, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000058, "Member 'WBP_SafeCrackMinigame_C_SetCorrectNumber::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetCorrectNumber, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x00005C, "Member 'WBP_SafeCrackMinigame_C_SetCorrectNumber::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_SetCorrectNumber, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000060, "Member 'WBP_SafeCrackMinigame_C_SetCorrectNumber::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SafeCrackMinigame_C_BP_OnXAxisChanged \ +static_assert(alignof(WBP_SafeCrackMinigame_C_BP_OnXAxisChanged) == 0x000004, "Wrong alignment on WBP_SafeCrackMinigame_C_BP_OnXAxisChanged"); \ +static_assert(sizeof(WBP_SafeCrackMinigame_C_BP_OnXAxisChanged) == 0x000004, "Wrong size on WBP_SafeCrackMinigame_C_BP_OnXAxisChanged"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_BP_OnXAxisChanged, Value_0) == 0x000000, "Member 'WBP_SafeCrackMinigame_C_BP_OnXAxisChanged::Value_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SafeCrackMinigame_C_Tick \ +static_assert(alignof(WBP_SafeCrackMinigame_C_Tick) == 0x000004, "Wrong alignment on WBP_SafeCrackMinigame_C_Tick"); \ +static_assert(sizeof(WBP_SafeCrackMinigame_C_Tick) == 0x00003C, "Wrong size on WBP_SafeCrackMinigame_C_Tick"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_SafeCrackMinigame_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_SafeCrackMinigame_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SafeCrackMinigame_C_OnOwningMiniGameComponent \ +static_assert(alignof(WBP_SafeCrackMinigame_C_OnOwningMiniGameComponent) == 0x000008, "Wrong alignment on WBP_SafeCrackMinigame_C_OnOwningMiniGameComponent"); \ +static_assert(sizeof(WBP_SafeCrackMinigame_C_OnOwningMiniGameComponent) == 0x000008, "Wrong size on WBP_SafeCrackMinigame_C_OnOwningMiniGameComponent"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_OnOwningMiniGameComponent, MiniGameComponet) == 0x000000, "Member 'WBP_SafeCrackMinigame_C_OnOwningMiniGameComponent::MiniGameComponet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SafeCrackMinigame_C_MiniGameStateChanged \ +static_assert(alignof(WBP_SafeCrackMinigame_C_MiniGameStateChanged) == 0x000001, "Wrong alignment on WBP_SafeCrackMinigame_C_MiniGameStateChanged"); \ +static_assert(sizeof(WBP_SafeCrackMinigame_C_MiniGameStateChanged) == 0x000001, "Wrong size on WBP_SafeCrackMinigame_C_MiniGameStateChanged"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_MiniGameStateChanged, NewState) == 0x000000, "Member 'WBP_SafeCrackMinigame_C_MiniGameStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame \ +static_assert(alignof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame) == 0x000008, "Wrong alignment on WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame"); \ +static_assert(sizeof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame) == 0x0001C8, "Wrong size on WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, EntryPoint) == 0x000000, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, Temp_bool_IsClosed_Variable) == 0x000004, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, Temp_bool_Has_Been_Initd_Variable) == 0x000005, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, Temp_bool_IsClosed_Variable_1) == 0x000006, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_PlayAnimationReverse_ReturnValue_1) == 0x000010, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_PlayAnimationReverse_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, Temp_bool_Has_Been_Initd_Variable_1) == 0x000020, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000028, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, Temp_bool_IsClosed_Variable_2) == 0x000030, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Not_PreBool_ReturnValue) == 0x000031, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Not_PreBool_ReturnValue_1) == 0x000032, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Less_FloatFloat_ReturnValue) == 0x000033, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000034, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_BooleanAND_ReturnValue) == 0x000035, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_BooleanAND_ReturnValue_1) == 0x000036, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000038, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_PlayAnimation_ReturnValue) == 0x000040, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000048, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Abs_ReturnValue) == 0x00004C, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000050, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_PlayAnimation_ReturnValue_1) == 0x000058, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_PlayAnimation_ReturnValue_2) == 0x000060, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, Temp_bool_IsClosed_Variable_3) == 0x000068, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x00006C, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000070, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x000074, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_NearlyEqual_FloatFloat_ReturnValue_1) == 0x000078, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_NearlyEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, Temp_bool_Has_Been_Initd_Variable_2) == 0x000079, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, Temp_bool_IsClosed_Variable_4) == 0x00007A, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::Temp_bool_IsClosed_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, Temp_bool_Has_Been_Initd_Variable_3) == 0x00007B, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, Temp_bool_Has_Been_Initd_Variable_4) == 0x00007C, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::Temp_bool_Has_Been_Initd_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Subtract_FloatFloat_ReturnValue_4) == 0x000080, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Subtract_FloatFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Subtract_FloatFloat_ReturnValue_5) == 0x000084, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Subtract_FloatFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, Temp_bool_IsClosed_Variable_5) == 0x000088, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::Temp_bool_IsClosed_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Abs_ReturnValue_1) == 0x00008C, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Less_FloatFloat_ReturnValue_2) == 0x000090, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Less_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, Temp_bool_Has_Been_Initd_Variable_5) == 0x000091, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::Temp_bool_Has_Been_Initd_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_GetPlayerController_ReturnValue) == 0x000098, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000A0, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_GetPlayerController_ReturnValue_2) == 0x0000A8, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_GetPlayerController_ReturnValue_3) == 0x0000B0, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_GetPlayerController_ReturnValue_4) == 0x0000B8, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_GetPlayerController_ReturnValue_5) == 0x0000C0, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_GetPlayerController_ReturnValue_6) == 0x0000C8, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_GetPlayerController_ReturnValue_7) == 0x0000D0, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_GetPlayerController_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_GetPlayerController_ReturnValue_8) == 0x0000D8, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_GetPlayerController_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, Temp_bool_IsClosed_Variable_6) == 0x0000E0, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::Temp_bool_IsClosed_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, Temp_bool_Has_Been_Initd_Variable_6) == 0x0000E1, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::Temp_bool_Has_Been_Initd_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, K2Node_Event_Value) == 0x0000E4, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000E8, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Subtract_FloatFloat_ReturnValue_6) == 0x0000EC, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Subtract_FloatFloat_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000F0, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0000F1, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_BooleanOR_ReturnValue) == 0x0000F2, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Less_FloatFloat_ReturnValue_3) == 0x0000F3, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Less_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, K2Node_Event_MyGeometry) == 0x0000F4, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, K2Node_Event_InDeltaTime) == 0x00012C, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000130, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Less_FloatFloat_ReturnValue_4) == 0x000131, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Less_FloatFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, Temp_bool_Has_Been_Initd_Variable_7) == 0x000132, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::Temp_bool_Has_Been_Initd_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Subtract_FloatFloat_ReturnValue_7) == 0x000134, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Subtract_FloatFloat_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_NearlyEqual_FloatFloat_ReturnValue_2) == 0x000138, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_NearlyEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x000139, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Less_FloatFloat_ReturnValue_5) == 0x00013A, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Less_FloatFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_BooleanAND_ReturnValue_2) == 0x00013B, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Not_PreBool_ReturnValue_2) == 0x00013C, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_BooleanAND_ReturnValue_3) == 0x00013D, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_BooleanOR_ReturnValue_1) == 0x00013E, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, K2Node_CreateDelegate_OutputDelegate) == 0x000140, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000158, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000160, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_IsValid_ReturnValue) == 0x000168, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Subtract_FloatFloat_ReturnValue_8) == 0x00016C, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Subtract_FloatFloat_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Subtract_FloatFloat_ReturnValue_9) == 0x000170, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Subtract_FloatFloat_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Abs_ReturnValue_2) == 0x000174, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Abs_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_RandomBool_ReturnValue) == 0x000178, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_RandomBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Less_FloatFloat_ReturnValue_6) == 0x000179, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Less_FloatFloat_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00017C, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x000180, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, Temp_bool_IsClosed_Variable_7) == 0x000181, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::Temp_bool_IsClosed_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, Temp_bool_Has_Been_Initd_Variable_8) == 0x000182, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::Temp_bool_Has_Been_Initd_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, K2Node_Event_MiniGameComponet) == 0x000188, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::K2Node_Event_MiniGameComponet' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000190, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, Temp_bool_IsClosed_Variable_8) == 0x000191, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::Temp_bool_IsClosed_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_EqualEqual_FloatFloat_ReturnValue_1) == 0x000192, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_EqualEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_GetPlayerController_ReturnValue_9) == 0x000198, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_GetPlayerController_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_GetPlayerController_ReturnValue_10) == 0x0001A0, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_GetPlayerController_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_GetPlayerController_ReturnValue_11) == 0x0001A8, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_GetPlayerController_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, K2Node_Event_NewState) == 0x0001B0, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_GetPlayerController_ReturnValue_12) == 0x0001B8, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_GetPlayerController_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001C0, "Member 'WBP_SafeCrackMinigame_C_ExecuteUbergraph_WBP_SafeCrackMinigame::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SafeCrackMinigame_C \ +static_assert(alignof(UWBP_SafeCrackMinigame_C) == 0x000008, "Wrong alignment on UWBP_SafeCrackMinigame_C"); \ +static_assert(sizeof(UWBP_SafeCrackMinigame_C) == 0x0003C8, "Wrong size on UWBP_SafeCrackMinigame_C"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, UberGraphFrame) == 0x0002D0, "Member 'UWBP_SafeCrackMinigame_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, WrongDir) == 0x0002D8, "Member 'UWBP_SafeCrackMinigame_C::WrongDir' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, Shake_Tier1) == 0x0002E0, "Member 'UWBP_SafeCrackMinigame_C::Shake_Tier1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, Shake_Tier2) == 0x0002E8, "Member 'UWBP_SafeCrackMinigame_C::Shake_Tier2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, Shake_Tier3) == 0x0002F0, "Member 'UWBP_SafeCrackMinigame_C::Shake_Tier3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, RightAnim) == 0x0002F8, "Member 'UWBP_SafeCrackMinigame_C::RightAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, LeftAnim) == 0x000300, "Member 'UWBP_SafeCrackMinigame_C::LeftAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, DialCenter) == 0x000308, "Member 'UWBP_SafeCrackMinigame_C::DialCenter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, DialImage) == 0x000310, "Member 'UWBP_SafeCrackMinigame_C::DialImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, DirectionHintLeft) == 0x000318, "Member 'UWBP_SafeCrackMinigame_C::DirectionHintLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, DirectionHintRight) == 0x000320, "Member 'UWBP_SafeCrackMinigame_C::DirectionHintRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, DownCirc) == 0x000328, "Member 'UWBP_SafeCrackMinigame_C::DownCirc' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, DownCirc_1) == 0x000330, "Member 'UWBP_SafeCrackMinigame_C::DownCirc_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, DownCirc_2) == 0x000338, "Member 'UWBP_SafeCrackMinigame_C::DownCirc_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, Image) == 0x000340, "Member 'UWBP_SafeCrackMinigame_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, Image_1) == 0x000348, "Member 'UWBP_SafeCrackMinigame_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, Image_128) == 0x000350, "Member 'UWBP_SafeCrackMinigame_C::Image_128' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, Image_213) == 0x000358, "Member 'UWBP_SafeCrackMinigame_C::Image_213' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, Angle) == 0x000360, "Member 'UWBP_SafeCrackMinigame_C::Angle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, In_Color_and_Opacity) == 0x000364, "Member 'UWBP_SafeCrackMinigame_C::In_Color_and_Opacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, CorrectAngle) == 0x000374, "Member 'UWBP_SafeCrackMinigame_C::CorrectAngle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, Value) == 0x000378, "Member 'UWBP_SafeCrackMinigame_C::Value' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, CurrentRound) == 0x00037C, "Member 'UWBP_SafeCrackMinigame_C::CurrentRound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, RightDirection) == 0x000380, "Member 'UWBP_SafeCrackMinigame_C::RightDirection' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, WrongInput) == 0x000381, "Member 'UWBP_SafeCrackMinigame_C::WrongInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, minigameAK) == 0x000388, "Member 'UWBP_SafeCrackMinigame_C::minigameAK' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, HasGoneOver) == 0x000390, "Member 'UWBP_SafeCrackMinigame_C::HasGoneOver' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, BoolArray) == 0x000398, "Member 'UWBP_SafeCrackMinigame_C::BoolArray' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, LoopTime) == 0x0003A8, "Member 'UWBP_SafeCrackMinigame_C::LoopTime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, TimerRef) == 0x0003B0, "Member 'UWBP_SafeCrackMinigame_C::TimerRef' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, DynamicInt) == 0x0003B8, "Member 'UWBP_SafeCrackMinigame_C::DynamicInt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, Complete) == 0x0003BC, "Member 'UWBP_SafeCrackMinigame_C::Complete' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, LoopTimeReset) == 0x0003C0, "Member 'UWBP_SafeCrackMinigame_C::LoopTimeReset' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SafeCrackMinigame_C, CorrectHoldDuration) == 0x0003C4, "Member 'UWBP_SafeCrackMinigame_C::CorrectHoldDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DefaultScrollStyle_C \ +static_assert(alignof(UBP_DefaultScrollStyle_C) == 0x000008, "Wrong alignment on UBP_DefaultScrollStyle_C"); \ +static_assert(sizeof(UBP_DefaultScrollStyle_C) == 0x000048, "Wrong size on UBP_DefaultScrollStyle_C"); \ + +#define DUMPER7_ASSERTS_FMaterialQualityOverrides \ +static_assert(alignof(FMaterialQualityOverrides) == 0x000001, "Wrong alignment on FMaterialQualityOverrides"); \ +static_assert(sizeof(FMaterialQualityOverrides) == 0x000009, "Wrong size on FMaterialQualityOverrides"); \ +static_assert(offsetof(FMaterialQualityOverrides, bDiscardQualityDuringCook) == 0x000000, "Member 'FMaterialQualityOverrides::bDiscardQualityDuringCook' has a wrong offset!"); \ +static_assert(offsetof(FMaterialQualityOverrides, bEnableOverride) == 0x000001, "Member 'FMaterialQualityOverrides::bEnableOverride' has a wrong offset!"); \ +static_assert(offsetof(FMaterialQualityOverrides, bForceFullyRough) == 0x000002, "Member 'FMaterialQualityOverrides::bForceFullyRough' has a wrong offset!"); \ +static_assert(offsetof(FMaterialQualityOverrides, bForceNonMetal) == 0x000003, "Member 'FMaterialQualityOverrides::bForceNonMetal' has a wrong offset!"); \ +static_assert(offsetof(FMaterialQualityOverrides, bForceDisableLMDirectionality) == 0x000004, "Member 'FMaterialQualityOverrides::bForceDisableLMDirectionality' has a wrong offset!"); \ +static_assert(offsetof(FMaterialQualityOverrides, bForceLQReflections) == 0x000005, "Member 'FMaterialQualityOverrides::bForceLQReflections' has a wrong offset!"); \ +static_assert(offsetof(FMaterialQualityOverrides, bForceDisablePreintegratedGF) == 0x000006, "Member 'FMaterialQualityOverrides::bForceDisablePreintegratedGF' has a wrong offset!"); \ +static_assert(offsetof(FMaterialQualityOverrides, bDisableMaterialNormalCalculation) == 0x000007, "Member 'FMaterialQualityOverrides::bDisableMaterialNormalCalculation' has a wrong offset!"); \ +static_assert(offsetof(FMaterialQualityOverrides, MobileShadowQuality) == 0x000008, "Member 'FMaterialQualityOverrides::MobileShadowQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialShaderQualitySettings \ +static_assert(alignof(UMaterialShaderQualitySettings) == 0x000008, "Wrong alignment on UMaterialShaderQualitySettings"); \ +static_assert(sizeof(UMaterialShaderQualitySettings) == 0x000080, "Wrong size on UMaterialShaderQualitySettings"); \ +static_assert(offsetof(UMaterialShaderQualitySettings, ForwardSettingMap) == 0x000030, "Member 'UMaterialShaderQualitySettings::ForwardSettingMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShaderPlatformQualitySettings \ +static_assert(alignof(UShaderPlatformQualitySettings) == 0x000008, "Wrong alignment on UShaderPlatformQualitySettings"); \ +static_assert(sizeof(UShaderPlatformQualitySettings) == 0x000068, "Wrong size on UShaderPlatformQualitySettings"); \ +static_assert(offsetof(UShaderPlatformQualitySettings, QualityOverrides) == 0x000030, "Member 'UShaderPlatformQualitySettings::QualityOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CosmeticSyringe_C_PlayAnimation \ +static_assert(alignof(BP_CosmeticSyringe_C_PlayAnimation) == 0x000008, "Wrong alignment on BP_CosmeticSyringe_C_PlayAnimation"); \ +static_assert(sizeof(BP_CosmeticSyringe_C_PlayAnimation) == 0x000018, "Wrong size on BP_CosmeticSyringe_C_PlayAnimation"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_PlayAnimation, Animation) == 0x000000, "Member 'BP_CosmeticSyringe_C_PlayAnimation::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_PlayAnimation, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_CosmeticSyringe_C_PlayAnimation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_PlayAnimation, CallFunc_Montage_GetPlayRate_ReturnValue) == 0x00000C, "Member 'BP_CosmeticSyringe_C_PlayAnimation::CallFunc_Montage_GetPlayRate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_PlayAnimation, CallFunc_Montage_GetPosition_ReturnValue) == 0x000010, "Member 'BP_CosmeticSyringe_C_PlayAnimation::CallFunc_Montage_GetPosition_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CosmeticSyringe_C_GetAnimation \ +static_assert(alignof(BP_CosmeticSyringe_C_GetAnimation) == 0x000008, "Wrong alignment on BP_CosmeticSyringe_C_GetAnimation"); \ +static_assert(sizeof(BP_CosmeticSyringe_C_GetAnimation) == 0x000030, "Wrong size on BP_CosmeticSyringe_C_GetAnimation"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_GetAnimation, Duration) == 0x000000, "Member 'BP_CosmeticSyringe_C_GetAnimation::Duration' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_GetAnimation, Animation) == 0x000008, "Member 'BP_CosmeticSyringe_C_GetAnimation::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_GetAnimation, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_CosmeticSyringe_C_GetAnimation::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_GetAnimation, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_CosmeticSyringe_C_GetAnimation::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_GetAnimation, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_CosmeticSyringe_C_GetAnimation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_GetAnimation, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_CosmeticSyringe_C_GetAnimation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_GetAnimation, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_CosmeticSyringe_C_GetAnimation::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_GetAnimation, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_CosmeticSyringe_C_GetAnimation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_GetAnimation, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000029, "Member 'BP_CosmeticSyringe_C_GetAnimation::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CosmeticSyringe_C_ReceiveTick \ +static_assert(alignof(BP_CosmeticSyringe_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CosmeticSyringe_C_ReceiveTick"); \ +static_assert(sizeof(BP_CosmeticSyringe_C_ReceiveTick) == 0x000004, "Wrong size on BP_CosmeticSyringe_C_ReceiveTick"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_CosmeticSyringe_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe \ +static_assert(alignof(BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe) == 0x000008, "Wrong alignment on BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe"); \ +static_assert(sizeof(BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe) == 0x000058, "Wrong size on BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe, EntryPoint) == 0x000000, "Member 'BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe, CallFunc_GetLocalPlayerController_ReturnValue) == 0x000008, "Member 'BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe::CallFunc_GetLocalPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe, K2Node_DynamicCast_AsSBZPlayer_Controller) == 0x000010, "Member 'BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe::K2Node_DynamicCast_AsSBZPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe, CallFunc_K2_GetPawn_ReturnValue) == 0x000020, "Member 'BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe, K2Node_DynamicCast_AsSBZPlayer_Character) == 0x000028, "Member 'BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe::K2Node_DynamicCast_AsSBZPlayer_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe, CallFunc_IsValid_ReturnValue_1) == 0x000040, "Member 'BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe, CallFunc_IsValid_ReturnValue_2) == 0x000041, "Member 'BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe, CallFunc_GetCurrentActiveMontage_ReturnValue) == 0x000048, "Member 'BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe::CallFunc_GetCurrentActiveMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe, CallFunc_GetAnimation_Animation) == 0x000050, "Member 'BP_CosmeticSyringe_C_ExecuteUbergraph_BP_CosmeticSyringe::CallFunc_GetAnimation_Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticSyringe_C \ +static_assert(alignof(ABP_CosmeticSyringe_C) == 0x000008, "Wrong alignment on ABP_CosmeticSyringe_C"); \ +static_assert(sizeof(ABP_CosmeticSyringe_C) == 0x000300, "Wrong size on ABP_CosmeticSyringe_C"); \ +static_assert(offsetof(ABP_CosmeticSyringe_C, UberGraphFrame) == 0x0002C8, "Member 'ABP_CosmeticSyringe_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticSyringe_C, SkeletalMesh) == 0x0002D0, "Member 'ABP_CosmeticSyringe_C::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticSyringe_C, Player) == 0x0002D8, "Member 'ABP_CosmeticSyringe_C::Player' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticSyringe_C, PlayerAnimInstance) == 0x0002E0, "Member 'ABP_CosmeticSyringe_C::PlayerAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticSyringe_C, PlayerAnimMontage) == 0x0002E8, "Member 'ABP_CosmeticSyringe_C::PlayerAnimMontage' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticSyringe_C, Animations) == 0x0002F0, "Member 'ABP_CosmeticSyringe_C::Animations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEyeTrackerStereoGazeData \ +static_assert(alignof(FEyeTrackerStereoGazeData) == 0x000004, "Wrong alignment on FEyeTrackerStereoGazeData"); \ +static_assert(sizeof(FEyeTrackerStereoGazeData) == 0x000040, "Wrong size on FEyeTrackerStereoGazeData"); \ +static_assert(offsetof(FEyeTrackerStereoGazeData, LeftEyeOrigin) == 0x000000, "Member 'FEyeTrackerStereoGazeData::LeftEyeOrigin' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerStereoGazeData, LeftEyeDirection) == 0x00000C, "Member 'FEyeTrackerStereoGazeData::LeftEyeDirection' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerStereoGazeData, RightEyeOrigin) == 0x000018, "Member 'FEyeTrackerStereoGazeData::RightEyeOrigin' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerStereoGazeData, RightEyeDirection) == 0x000024, "Member 'FEyeTrackerStereoGazeData::RightEyeDirection' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerStereoGazeData, FixationPoint) == 0x000030, "Member 'FEyeTrackerStereoGazeData::FixationPoint' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerStereoGazeData, ConfidenceValue) == 0x00003C, "Member 'FEyeTrackerStereoGazeData::ConfidenceValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEyeTrackerGazeData \ +static_assert(alignof(FEyeTrackerGazeData) == 0x000004, "Wrong alignment on FEyeTrackerGazeData"); \ +static_assert(sizeof(FEyeTrackerGazeData) == 0x000034, "Wrong size on FEyeTrackerGazeData"); \ +static_assert(offsetof(FEyeTrackerGazeData, GazeOrigin) == 0x000000, "Member 'FEyeTrackerGazeData::GazeOrigin' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerGazeData, GazeDirection) == 0x00000C, "Member 'FEyeTrackerGazeData::GazeDirection' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerGazeData, FixationPoint) == 0x000018, "Member 'FEyeTrackerGazeData::FixationPoint' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerGazeData, ConfidenceValue) == 0x000024, "Member 'FEyeTrackerGazeData::ConfidenceValue' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerGazeData, bIsLeftEyeBlink) == 0x000028, "Member 'FEyeTrackerGazeData::bIsLeftEyeBlink' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerGazeData, bIsRightEyeBlink) == 0x000029, "Member 'FEyeTrackerGazeData::bIsRightEyeBlink' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerGazeData, LeftPupilDiameter) == 0x00002C, "Member 'FEyeTrackerGazeData::LeftPupilDiameter' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerGazeData, RightPupilDiameter) == 0x000030, "Member 'FEyeTrackerGazeData::RightPupilDiameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EyeTrackerFunctionLibrary_GetGazeData \ +static_assert(alignof(EyeTrackerFunctionLibrary_GetGazeData) == 0x000004, "Wrong alignment on EyeTrackerFunctionLibrary_GetGazeData"); \ +static_assert(sizeof(EyeTrackerFunctionLibrary_GetGazeData) == 0x000038, "Wrong size on EyeTrackerFunctionLibrary_GetGazeData"); \ +static_assert(offsetof(EyeTrackerFunctionLibrary_GetGazeData, OutGazeData) == 0x000000, "Member 'EyeTrackerFunctionLibrary_GetGazeData::OutGazeData' has a wrong offset!"); \ +static_assert(offsetof(EyeTrackerFunctionLibrary_GetGazeData, ReturnValue) == 0x000034, "Member 'EyeTrackerFunctionLibrary_GetGazeData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EyeTrackerFunctionLibrary_GetStereoGazeData \ +static_assert(alignof(EyeTrackerFunctionLibrary_GetStereoGazeData) == 0x000004, "Wrong alignment on EyeTrackerFunctionLibrary_GetStereoGazeData"); \ +static_assert(sizeof(EyeTrackerFunctionLibrary_GetStereoGazeData) == 0x000044, "Wrong size on EyeTrackerFunctionLibrary_GetStereoGazeData"); \ +static_assert(offsetof(EyeTrackerFunctionLibrary_GetStereoGazeData, OutGazeData) == 0x000000, "Member 'EyeTrackerFunctionLibrary_GetStereoGazeData::OutGazeData' has a wrong offset!"); \ +static_assert(offsetof(EyeTrackerFunctionLibrary_GetStereoGazeData, ReturnValue) == 0x000040, "Member 'EyeTrackerFunctionLibrary_GetStereoGazeData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EyeTrackerFunctionLibrary_IsEyeTrackerConnected \ +static_assert(alignof(EyeTrackerFunctionLibrary_IsEyeTrackerConnected) == 0x000001, "Wrong alignment on EyeTrackerFunctionLibrary_IsEyeTrackerConnected"); \ +static_assert(sizeof(EyeTrackerFunctionLibrary_IsEyeTrackerConnected) == 0x000001, "Wrong size on EyeTrackerFunctionLibrary_IsEyeTrackerConnected"); \ +static_assert(offsetof(EyeTrackerFunctionLibrary_IsEyeTrackerConnected, ReturnValue) == 0x000000, "Member 'EyeTrackerFunctionLibrary_IsEyeTrackerConnected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable \ +static_assert(alignof(EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable) == 0x000001, "Wrong alignment on EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable"); \ +static_assert(sizeof(EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable) == 0x000001, "Wrong size on EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable"); \ +static_assert(offsetof(EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable, ReturnValue) == 0x000000, "Member 'EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EyeTrackerFunctionLibrary_SetEyeTrackedPlayer \ +static_assert(alignof(EyeTrackerFunctionLibrary_SetEyeTrackedPlayer) == 0x000008, "Wrong alignment on EyeTrackerFunctionLibrary_SetEyeTrackedPlayer"); \ +static_assert(sizeof(EyeTrackerFunctionLibrary_SetEyeTrackedPlayer) == 0x000008, "Wrong size on EyeTrackerFunctionLibrary_SetEyeTrackedPlayer"); \ +static_assert(offsetof(EyeTrackerFunctionLibrary_SetEyeTrackedPlayer, PlayerController) == 0x000000, "Member 'EyeTrackerFunctionLibrary_SetEyeTrackedPlayer::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEyeTrackerFunctionLibrary \ +static_assert(alignof(UEyeTrackerFunctionLibrary) == 0x000008, "Wrong alignment on UEyeTrackerFunctionLibrary"); \ +static_assert(sizeof(UEyeTrackerFunctionLibrary) == 0x000030, "Wrong size on UEyeTrackerFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticPickupPlank_C \ +static_assert(alignof(ABP_CosmeticPickupPlank_C) == 0x000008, "Wrong alignment on ABP_CosmeticPickupPlank_C"); \ +static_assert(sizeof(ABP_CosmeticPickupPlank_C) == 0x0002D0, "Wrong size on ABP_CosmeticPickupPlank_C"); \ +static_assert(offsetof(ABP_CosmeticPickupPlank_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticPickupPlank_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_Armor_C \ +static_assert(alignof(UWBP_UI_Widget_Armor_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_Armor_C"); \ +static_assert(sizeof(UWBP_UI_Widget_Armor_C) == 0x000360, "Wrong size on UWBP_UI_Widget_Armor_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ModGridIcon_C_ExecuteUbergraph_WBP_UI_Inventory_ModGridIcon \ +static_assert(alignof(WBP_UI_Inventory_ModGridIcon_C_ExecuteUbergraph_WBP_UI_Inventory_ModGridIcon) == 0x000008, "Wrong alignment on WBP_UI_Inventory_ModGridIcon_C_ExecuteUbergraph_WBP_UI_Inventory_ModGridIcon"); \ +static_assert(sizeof(WBP_UI_Inventory_ModGridIcon_C_ExecuteUbergraph_WBP_UI_Inventory_ModGridIcon) == 0x000028, "Wrong size on WBP_UI_Inventory_ModGridIcon_C_ExecuteUbergraph_WBP_UI_Inventory_ModGridIcon"); \ +static_assert(offsetof(WBP_UI_Inventory_ModGridIcon_C_ExecuteUbergraph_WBP_UI_Inventory_ModGridIcon, EntryPoint) == 0x000000, "Member 'WBP_UI_Inventory_ModGridIcon_C_ExecuteUbergraph_WBP_UI_Inventory_ModGridIcon::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ModGridIcon_C_ExecuteUbergraph_WBP_UI_Inventory_ModGridIcon, K2Node_CustomEvent_InText) == 0x000008, "Member 'WBP_UI_Inventory_ModGridIcon_C_ExecuteUbergraph_WBP_UI_Inventory_ModGridIcon::K2Node_CustomEvent_InText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ModGridIcon_C_ExecuteUbergraph_WBP_UI_Inventory_ModGridIcon, K2Node_CustomEvent_InItem) == 0x000020, "Member 'WBP_UI_Inventory_ModGridIcon_C_ExecuteUbergraph_WBP_UI_Inventory_ModGridIcon::K2Node_CustomEvent_InItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ModGridIcon_C_SetAndDisplayText \ +static_assert(alignof(WBP_UI_Inventory_ModGridIcon_C_SetAndDisplayText) == 0x000008, "Wrong alignment on WBP_UI_Inventory_ModGridIcon_C_SetAndDisplayText"); \ +static_assert(sizeof(WBP_UI_Inventory_ModGridIcon_C_SetAndDisplayText) == 0x000018, "Wrong size on WBP_UI_Inventory_ModGridIcon_C_SetAndDisplayText"); \ +static_assert(offsetof(WBP_UI_Inventory_ModGridIcon_C_SetAndDisplayText, InText) == 0x000000, "Member 'WBP_UI_Inventory_ModGridIcon_C_SetAndDisplayText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ModGridIcon_C_SetAndDisplayIcon \ +static_assert(alignof(WBP_UI_Inventory_ModGridIcon_C_SetAndDisplayIcon) == 0x000008, "Wrong alignment on WBP_UI_Inventory_ModGridIcon_C_SetAndDisplayIcon"); \ +static_assert(sizeof(WBP_UI_Inventory_ModGridIcon_C_SetAndDisplayIcon) == 0x000008, "Wrong size on WBP_UI_Inventory_ModGridIcon_C_SetAndDisplayIcon"); \ +static_assert(offsetof(WBP_UI_Inventory_ModGridIcon_C_SetAndDisplayIcon, InItem) == 0x000000, "Member 'WBP_UI_Inventory_ModGridIcon_C_SetAndDisplayIcon::InItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Inventory_ModGridIcon_C \ +static_assert(alignof(UWBP_UI_Inventory_ModGridIcon_C) == 0x000008, "Wrong alignment on UWBP_UI_Inventory_ModGridIcon_C"); \ +static_assert(sizeof(UWBP_UI_Inventory_ModGridIcon_C) == 0x0002B8, "Wrong size on UWBP_UI_Inventory_ModGridIcon_C"); \ +static_assert(offsetof(UWBP_UI_Inventory_ModGridIcon_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Inventory_ModGridIcon_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ModGridIcon_C, IconOverlay) == 0x000298, "Member 'UWBP_UI_Inventory_ModGridIcon_C::IconOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ModGridIcon_C, TextBlock_78) == 0x0002A0, "Member 'UWBP_UI_Inventory_ModGridIcon_C::TextBlock_78' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ModGridIcon_C, TextOverlay) == 0x0002A8, "Member 'UWBP_UI_Inventory_ModGridIcon_C::TextOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ModGridIcon_C, WBP_InventoryBaseData_Icon) == 0x0002B0, "Member 'UWBP_UI_Inventory_ModGridIcon_C::WBP_InventoryBaseData_Icon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoCompleteCommand \ +static_assert(alignof(FAutoCompleteCommand) == 0x000008, "Wrong alignment on FAutoCompleteCommand"); \ +static_assert(sizeof(FAutoCompleteCommand) == 0x000028, "Wrong size on FAutoCompleteCommand"); \ +static_assert(offsetof(FAutoCompleteCommand, Command) == 0x000000, "Member 'FAutoCompleteCommand::Command' has a wrong offset!"); \ +static_assert(offsetof(FAutoCompleteCommand, Desc) == 0x000010, "Member 'FAutoCompleteCommand::Desc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameModeName \ +static_assert(alignof(FGameModeName) == 0x000008, "Wrong alignment on FGameModeName"); \ +static_assert(sizeof(FGameModeName) == 0x000030, "Wrong size on FGameModeName"); \ +static_assert(offsetof(FGameModeName, Name) == 0x000000, "Member 'FGameModeName::Name' has a wrong offset!"); \ +static_assert(offsetof(FGameModeName, GameMode) == 0x000010, "Member 'FGameModeName::GameMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConsoleSettings \ +static_assert(alignof(UConsoleSettings) == 0x000008, "Wrong alignment on UConsoleSettings"); \ +static_assert(sizeof(UConsoleSettings) == 0x000078, "Wrong size on UConsoleSettings"); \ +static_assert(offsetof(UConsoleSettings, MaxScrollbackSize) == 0x000030, "Member 'UConsoleSettings::MaxScrollbackSize' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, ManualAutoCompleteList) == 0x000038, "Member 'UConsoleSettings::ManualAutoCompleteList' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, AutoCompleteMapPaths) == 0x000048, "Member 'UConsoleSettings::AutoCompleteMapPaths' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, BackgroundOpacityPercentage) == 0x000058, "Member 'UConsoleSettings::BackgroundOpacityPercentage' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, bOrderTopToBottom) == 0x00005C, "Member 'UConsoleSettings::bOrderTopToBottom' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, bDisplayHelpInAutoComplete) == 0x00005D, "Member 'UConsoleSettings::bDisplayHelpInAutoComplete' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, InputColor) == 0x000060, "Member 'UConsoleSettings::InputColor' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, HistoryColor) == 0x000064, "Member 'UConsoleSettings::HistoryColor' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, AutoCompleteCommandColor) == 0x000068, "Member 'UConsoleSettings::AutoCompleteCommandColor' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, AutoCompleteCVarColor) == 0x00006C, "Member 'UConsoleSettings::AutoCompleteCVarColor' has a wrong offset!"); \ +static_assert(offsetof(UConsoleSettings, AutoCompleteFadedColor) == 0x000070, "Member 'UConsoleSettings::AutoCompleteFadedColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMapsSettings_GetGameMapsSettings \ +static_assert(alignof(GameMapsSettings_GetGameMapsSettings) == 0x000008, "Wrong alignment on GameMapsSettings_GetGameMapsSettings"); \ +static_assert(sizeof(GameMapsSettings_GetGameMapsSettings) == 0x000008, "Wrong size on GameMapsSettings_GetGameMapsSettings"); \ +static_assert(offsetof(GameMapsSettings_GetGameMapsSettings, ReturnValue) == 0x000000, "Member 'GameMapsSettings_GetGameMapsSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMapsSettings_SetSkipAssigningGamepadToPlayer1 \ +static_assert(alignof(GameMapsSettings_SetSkipAssigningGamepadToPlayer1) == 0x000001, "Wrong alignment on GameMapsSettings_SetSkipAssigningGamepadToPlayer1"); \ +static_assert(sizeof(GameMapsSettings_SetSkipAssigningGamepadToPlayer1) == 0x000001, "Wrong size on GameMapsSettings_SetSkipAssigningGamepadToPlayer1"); \ +static_assert(offsetof(GameMapsSettings_SetSkipAssigningGamepadToPlayer1, bSkipFirstPlayer) == 0x000000, "Member 'GameMapsSettings_SetSkipAssigningGamepadToPlayer1::bSkipFirstPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMapsSettings_GetSkipAssigningGamepadToPlayer1 \ +static_assert(alignof(GameMapsSettings_GetSkipAssigningGamepadToPlayer1) == 0x000001, "Wrong alignment on GameMapsSettings_GetSkipAssigningGamepadToPlayer1"); \ +static_assert(sizeof(GameMapsSettings_GetSkipAssigningGamepadToPlayer1) == 0x000001, "Wrong size on GameMapsSettings_GetSkipAssigningGamepadToPlayer1"); \ +static_assert(offsetof(GameMapsSettings_GetSkipAssigningGamepadToPlayer1, ReturnValue) == 0x000000, "Member 'GameMapsSettings_GetSkipAssigningGamepadToPlayer1::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameMapsSettings \ +static_assert(alignof(UGameMapsSettings) == 0x000008, "Wrong alignment on UGameMapsSettings"); \ +static_assert(sizeof(UGameMapsSettings) == 0x000128, "Wrong size on UGameMapsSettings"); \ +static_assert(offsetof(UGameMapsSettings, LocalMapOptions) == 0x000030, "Member 'UGameMapsSettings::LocalMapOptions' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, TransitionMap) == 0x000040, "Member 'UGameMapsSettings::TransitionMap' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, bUseSplitscreen) == 0x000060, "Member 'UGameMapsSettings::bUseSplitscreen' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, TwoPlayerSplitscreenLayout) == 0x000061, "Member 'UGameMapsSettings::TwoPlayerSplitscreenLayout' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, ThreePlayerSplitscreenLayout) == 0x000062, "Member 'UGameMapsSettings::ThreePlayerSplitscreenLayout' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, FourPlayerSplitscreenLayout) == 0x000063, "Member 'UGameMapsSettings::FourPlayerSplitscreenLayout' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, bOffsetPlayerGamepadIds) == 0x000064, "Member 'UGameMapsSettings::bOffsetPlayerGamepadIds' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GameInstanceClass) == 0x000068, "Member 'UGameMapsSettings::GameInstanceClass' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GameDefaultMap) == 0x000088, "Member 'UGameMapsSettings::GameDefaultMap' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, ServerDefaultMap) == 0x0000A8, "Member 'UGameMapsSettings::ServerDefaultMap' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GlobalDefaultGameMode) == 0x0000C8, "Member 'UGameMapsSettings::GlobalDefaultGameMode' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GlobalDefaultServerGameMode) == 0x0000E8, "Member 'UGameMapsSettings::GlobalDefaultServerGameMode' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GameModeMapPrefixes) == 0x000108, "Member 'UGameMapsSettings::GameModeMapPrefixes' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GameModeClassAliases) == 0x000118, "Member 'UGameMapsSettings::GameModeClassAliases' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameNetworkManagerSettings \ +static_assert(alignof(UGameNetworkManagerSettings) == 0x000008, "Wrong alignment on UGameNetworkManagerSettings"); \ +static_assert(sizeof(UGameNetworkManagerSettings) == 0x000060, "Wrong size on UGameNetworkManagerSettings"); \ +static_assert(offsetof(UGameNetworkManagerSettings, MinDynamicBandwidth) == 0x000030, "Member 'UGameNetworkManagerSettings::MinDynamicBandwidth' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, MaxDynamicBandwidth) == 0x000034, "Member 'UGameNetworkManagerSettings::MaxDynamicBandwidth' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, TotalNetBandwidth) == 0x000038, "Member 'UGameNetworkManagerSettings::TotalNetBandwidth' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, BadPingThreshold) == 0x00003C, "Member 'UGameNetworkManagerSettings::BadPingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, StandbyRxCheatTime) == 0x000044, "Member 'UGameNetworkManagerSettings::StandbyRxCheatTime' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, StandbyTxCheatTime) == 0x000048, "Member 'UGameNetworkManagerSettings::StandbyTxCheatTime' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, PercentMissingForRxStandby) == 0x00004C, "Member 'UGameNetworkManagerSettings::PercentMissingForRxStandby' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, PercentMissingForTxStandby) == 0x000050, "Member 'UGameNetworkManagerSettings::PercentMissingForTxStandby' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, PercentForBadPing) == 0x000054, "Member 'UGameNetworkManagerSettings::PercentForBadPing' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, JoinInProgressStandbyWaitTime) == 0x000058, "Member 'UGameNetworkManagerSettings::JoinInProgressStandbyWaitTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameSessionSettings \ +static_assert(alignof(UGameSessionSettings) == 0x000008, "Wrong alignment on UGameSessionSettings"); \ +static_assert(sizeof(UGameSessionSettings) == 0x000040, "Wrong size on UGameSessionSettings"); \ +static_assert(offsetof(UGameSessionSettings, MaxSpectators) == 0x000030, "Member 'UGameSessionSettings::MaxSpectators' has a wrong offset!"); \ +static_assert(offsetof(UGameSessionSettings, MaxPlayers) == 0x000034, "Member 'UGameSessionSettings::MaxPlayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeneralEngineSettings \ +static_assert(alignof(UGeneralEngineSettings) == 0x000008, "Wrong alignment on UGeneralEngineSettings"); \ +static_assert(sizeof(UGeneralEngineSettings) == 0x000030, "Wrong size on UGeneralEngineSettings"); \ + +#define DUMPER7_ASSERTS_UGeneralProjectSettings \ +static_assert(alignof(UGeneralProjectSettings) == 0x000008, "Wrong alignment on UGeneralProjectSettings"); \ +static_assert(sizeof(UGeneralProjectSettings) == 0x000118, "Wrong size on UGeneralProjectSettings"); \ +static_assert(offsetof(UGeneralProjectSettings, CompanyName) == 0x000030, "Member 'UGeneralProjectSettings::CompanyName' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, CompanyDistinguishedName) == 0x000040, "Member 'UGeneralProjectSettings::CompanyDistinguishedName' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, CopyrightNotice) == 0x000050, "Member 'UGeneralProjectSettings::CopyrightNotice' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, Description) == 0x000060, "Member 'UGeneralProjectSettings::Description' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, Homepage) == 0x000070, "Member 'UGeneralProjectSettings::Homepage' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, LicensingTerms) == 0x000080, "Member 'UGeneralProjectSettings::LicensingTerms' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, PrivacyPolicy) == 0x000090, "Member 'UGeneralProjectSettings::PrivacyPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, ProjectID) == 0x0000A0, "Member 'UGeneralProjectSettings::ProjectID' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, ProjectName) == 0x0000B0, "Member 'UGeneralProjectSettings::ProjectName' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, ProjectVersion) == 0x0000C0, "Member 'UGeneralProjectSettings::ProjectVersion' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, SupportContact) == 0x0000D0, "Member 'UGeneralProjectSettings::SupportContact' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, ProjectDisplayedTitle) == 0x0000E0, "Member 'UGeneralProjectSettings::ProjectDisplayedTitle' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, ProjectDebugTitleInfo) == 0x0000F8, "Member 'UGeneralProjectSettings::ProjectDebugTitleInfo' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bShouldWindowPreserveAspectRatio) == 0x000110, "Member 'UGeneralProjectSettings::bShouldWindowPreserveAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bUseBorderlessWindow) == 0x000111, "Member 'UGeneralProjectSettings::bUseBorderlessWindow' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bStartInVR) == 0x000112, "Member 'UGeneralProjectSettings::bStartInVR' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bAllowWindowResize) == 0x000113, "Member 'UGeneralProjectSettings::bAllowWindowResize' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bAllowClose) == 0x000114, "Member 'UGeneralProjectSettings::bAllowClose' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bAllowMaximize) == 0x000115, "Member 'UGeneralProjectSettings::bAllowMaximize' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bAllowMinimize) == 0x000116, "Member 'UGeneralProjectSettings::bAllowMinimize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHudSettings \ +static_assert(alignof(UHudSettings) == 0x000008, "Wrong alignment on UHudSettings"); \ +static_assert(sizeof(UHudSettings) == 0x000048, "Wrong size on UHudSettings"); \ +static_assert(offsetof(UHudSettings, DebugDisplay) == 0x000038, "Member 'UHudSettings::DebugDisplay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMRMeshConfiguration \ +static_assert(alignof(FMRMeshConfiguration) == 0x000001, "Wrong alignment on FMRMeshConfiguration"); \ +static_assert(sizeof(FMRMeshConfiguration) == 0x000001, "Wrong size on FMRMeshConfiguration"); \ + +#define DUMPER7_ASSERTS_MeshReconstructorBase_ConnectMRMesh \ +static_assert(alignof(MeshReconstructorBase_ConnectMRMesh) == 0x000008, "Wrong alignment on MeshReconstructorBase_ConnectMRMesh"); \ +static_assert(sizeof(MeshReconstructorBase_ConnectMRMesh) == 0x000008, "Wrong size on MeshReconstructorBase_ConnectMRMesh"); \ +static_assert(offsetof(MeshReconstructorBase_ConnectMRMesh, Mesh) == 0x000000, "Member 'MeshReconstructorBase_ConnectMRMesh::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshReconstructorBase_IsReconstructionPaused \ +static_assert(alignof(MeshReconstructorBase_IsReconstructionPaused) == 0x000001, "Wrong alignment on MeshReconstructorBase_IsReconstructionPaused"); \ +static_assert(sizeof(MeshReconstructorBase_IsReconstructionPaused) == 0x000001, "Wrong size on MeshReconstructorBase_IsReconstructionPaused"); \ +static_assert(offsetof(MeshReconstructorBase_IsReconstructionPaused, ReturnValue) == 0x000000, "Member 'MeshReconstructorBase_IsReconstructionPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshReconstructorBase_IsReconstructionStarted \ +static_assert(alignof(MeshReconstructorBase_IsReconstructionStarted) == 0x000001, "Wrong alignment on MeshReconstructorBase_IsReconstructionStarted"); \ +static_assert(sizeof(MeshReconstructorBase_IsReconstructionStarted) == 0x000001, "Wrong size on MeshReconstructorBase_IsReconstructionStarted"); \ +static_assert(offsetof(MeshReconstructorBase_IsReconstructionStarted, ReturnValue) == 0x000000, "Member 'MeshReconstructorBase_IsReconstructionStarted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshReconstructorBase \ +static_assert(alignof(UMeshReconstructorBase) == 0x000008, "Wrong alignment on UMeshReconstructorBase"); \ +static_assert(sizeof(UMeshReconstructorBase) == 0x000030, "Wrong size on UMeshReconstructorBase"); \ + +#define DUMPER7_ASSERTS_MockDataMeshTrackerComponent_ConnectMRMesh \ +static_assert(alignof(MockDataMeshTrackerComponent_ConnectMRMesh) == 0x000008, "Wrong alignment on MockDataMeshTrackerComponent_ConnectMRMesh"); \ +static_assert(sizeof(MockDataMeshTrackerComponent_ConnectMRMesh) == 0x000008, "Wrong size on MockDataMeshTrackerComponent_ConnectMRMesh"); \ +static_assert(offsetof(MockDataMeshTrackerComponent_ConnectMRMesh, InMRMeshPtr) == 0x000000, "Member 'MockDataMeshTrackerComponent_ConnectMRMesh::InMRMeshPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MockDataMeshTrackerComponent_DisconnectMRMesh \ +static_assert(alignof(MockDataMeshTrackerComponent_DisconnectMRMesh) == 0x000008, "Wrong alignment on MockDataMeshTrackerComponent_DisconnectMRMesh"); \ +static_assert(sizeof(MockDataMeshTrackerComponent_DisconnectMRMesh) == 0x000008, "Wrong size on MockDataMeshTrackerComponent_DisconnectMRMesh"); \ +static_assert(offsetof(MockDataMeshTrackerComponent_DisconnectMRMesh, InMRMeshPtr) == 0x000000, "Member 'MockDataMeshTrackerComponent_DisconnectMRMesh::InMRMeshPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMockDataMeshTrackerComponent \ +static_assert(alignof(UMockDataMeshTrackerComponent) == 0x000010, "Wrong alignment on UMockDataMeshTrackerComponent"); \ +static_assert(sizeof(UMockDataMeshTrackerComponent) == 0x0002A0, "Wrong size on UMockDataMeshTrackerComponent"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, OnMeshTrackerUpdated) == 0x000228, "Member 'UMockDataMeshTrackerComponent::OnMeshTrackerUpdated' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, ScanWorld) == 0x000238, "Member 'UMockDataMeshTrackerComponent::ScanWorld' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, RequestNormals) == 0x000239, "Member 'UMockDataMeshTrackerComponent::RequestNormals' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, RequestVertexConfidence) == 0x00023A, "Member 'UMockDataMeshTrackerComponent::RequestVertexConfidence' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, VertexColorMode) == 0x00023B, "Member 'UMockDataMeshTrackerComponent::VertexColorMode' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, BlockVertexColors) == 0x000240, "Member 'UMockDataMeshTrackerComponent::BlockVertexColors' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, VertexColorFromConfidenceZero) == 0x000250, "Member 'UMockDataMeshTrackerComponent::VertexColorFromConfidenceZero' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, VertexColorFromConfidenceOne) == 0x000260, "Member 'UMockDataMeshTrackerComponent::VertexColorFromConfidenceOne' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, UpdateInterval) == 0x000270, "Member 'UMockDataMeshTrackerComponent::UpdateInterval' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, MRMesh) == 0x000278, "Member 'UMockDataMeshTrackerComponent::MRMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MRMeshComponent_SetEnableMeshOcclusion \ +static_assert(alignof(MRMeshComponent_SetEnableMeshOcclusion) == 0x000001, "Wrong alignment on MRMeshComponent_SetEnableMeshOcclusion"); \ +static_assert(sizeof(MRMeshComponent_SetEnableMeshOcclusion) == 0x000001, "Wrong size on MRMeshComponent_SetEnableMeshOcclusion"); \ +static_assert(offsetof(MRMeshComponent_SetEnableMeshOcclusion, bEnable) == 0x000000, "Member 'MRMeshComponent_SetEnableMeshOcclusion::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MRMeshComponent_SetUseWireframe \ +static_assert(alignof(MRMeshComponent_SetUseWireframe) == 0x000001, "Wrong alignment on MRMeshComponent_SetUseWireframe"); \ +static_assert(sizeof(MRMeshComponent_SetUseWireframe) == 0x000001, "Wrong size on MRMeshComponent_SetUseWireframe"); \ +static_assert(offsetof(MRMeshComponent_SetUseWireframe, bUseWireframe) == 0x000000, "Member 'MRMeshComponent_SetUseWireframe::bUseWireframe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MRMeshComponent_SetWireframeColor \ +static_assert(alignof(MRMeshComponent_SetWireframeColor) == 0x000004, "Wrong alignment on MRMeshComponent_SetWireframeColor"); \ +static_assert(sizeof(MRMeshComponent_SetWireframeColor) == 0x000010, "Wrong size on MRMeshComponent_SetWireframeColor"); \ +static_assert(offsetof(MRMeshComponent_SetWireframeColor, InColor) == 0x000000, "Member 'MRMeshComponent_SetWireframeColor::InColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MRMeshComponent_SetWireframeMaterial \ +static_assert(alignof(MRMeshComponent_SetWireframeMaterial) == 0x000008, "Wrong alignment on MRMeshComponent_SetWireframeMaterial"); \ +static_assert(sizeof(MRMeshComponent_SetWireframeMaterial) == 0x000008, "Wrong size on MRMeshComponent_SetWireframeMaterial"); \ +static_assert(offsetof(MRMeshComponent_SetWireframeMaterial, InMaterial) == 0x000000, "Member 'MRMeshComponent_SetWireframeMaterial::InMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MRMeshComponent_GetEnableMeshOcclusion \ +static_assert(alignof(MRMeshComponent_GetEnableMeshOcclusion) == 0x000001, "Wrong alignment on MRMeshComponent_GetEnableMeshOcclusion"); \ +static_assert(sizeof(MRMeshComponent_GetEnableMeshOcclusion) == 0x000001, "Wrong size on MRMeshComponent_GetEnableMeshOcclusion"); \ +static_assert(offsetof(MRMeshComponent_GetEnableMeshOcclusion, ReturnValue) == 0x000000, "Member 'MRMeshComponent_GetEnableMeshOcclusion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MRMeshComponent_GetUseWireframe \ +static_assert(alignof(MRMeshComponent_GetUseWireframe) == 0x000001, "Wrong alignment on MRMeshComponent_GetUseWireframe"); \ +static_assert(sizeof(MRMeshComponent_GetUseWireframe) == 0x000001, "Wrong size on MRMeshComponent_GetUseWireframe"); \ +static_assert(offsetof(MRMeshComponent_GetUseWireframe, ReturnValue) == 0x000000, "Member 'MRMeshComponent_GetUseWireframe::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MRMeshComponent_GetWireframeColor \ +static_assert(alignof(MRMeshComponent_GetWireframeColor) == 0x000004, "Wrong alignment on MRMeshComponent_GetWireframeColor"); \ +static_assert(sizeof(MRMeshComponent_GetWireframeColor) == 0x000010, "Wrong size on MRMeshComponent_GetWireframeColor"); \ +static_assert(offsetof(MRMeshComponent_GetWireframeColor, ReturnValue) == 0x000000, "Member 'MRMeshComponent_GetWireframeColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MRMeshComponent_IsConnected \ +static_assert(alignof(MRMeshComponent_IsConnected) == 0x000001, "Wrong alignment on MRMeshComponent_IsConnected"); \ +static_assert(sizeof(MRMeshComponent_IsConnected) == 0x000001, "Wrong size on MRMeshComponent_IsConnected"); \ +static_assert(offsetof(MRMeshComponent_IsConnected, ReturnValue) == 0x000000, "Member 'MRMeshComponent_IsConnected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMRMeshComponent \ +static_assert(alignof(UMRMeshComponent) == 0x000010, "Wrong alignment on UMRMeshComponent"); \ +static_assert(sizeof(UMRMeshComponent) == 0x0005C0, "Wrong size on UMRMeshComponent"); \ +static_assert(offsetof(UMRMeshComponent, Material) == 0x000510, "Member 'UMRMeshComponent::Material' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, WireframeMaterial) == 0x000518, "Member 'UMRMeshComponent::WireframeMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, bCreateMeshProxySections) == 0x000520, "Member 'UMRMeshComponent::bCreateMeshProxySections' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, bUpdateNavMeshOnMeshUpdate) == 0x000521, "Member 'UMRMeshComponent::bUpdateNavMeshOnMeshUpdate' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, bNeverCreateCollisionMesh) == 0x000522, "Member 'UMRMeshComponent::bNeverCreateCollisionMesh' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, CachedBodySetup) == 0x000528, "Member 'UMRMeshComponent::CachedBodySetup' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, BodySetups) == 0x000530, "Member 'UMRMeshComponent::BodySetups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrackedGeometryGroup \ +static_assert(alignof(FTrackedGeometryGroup) == 0x000008, "Wrong alignment on FTrackedGeometryGroup"); \ +static_assert(sizeof(FTrackedGeometryGroup) == 0x000018, "Wrong size on FTrackedGeometryGroup"); \ +static_assert(offsetof(FTrackedGeometryGroup, ARActor) == 0x000000, "Member 'FTrackedGeometryGroup::ARActor' has a wrong offset!"); \ +static_assert(offsetof(FTrackedGeometryGroup, ARComponent) == 0x000008, "Member 'FTrackedGeometryGroup::ARComponent' has a wrong offset!"); \ +static_assert(offsetof(FTrackedGeometryGroup, TrackedGeometry) == 0x000010, "Member 'FTrackedGeometryGroup::TrackedGeometry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARSessionPayload \ +static_assert(alignof(FARSessionPayload) == 0x000008, "Wrong alignment on FARSessionPayload"); \ +static_assert(sizeof(FARSessionPayload) == 0x000018, "Wrong size on FARSessionPayload"); \ +static_assert(offsetof(FARSessionPayload, ConfigFlags) == 0x000000, "Member 'FARSessionPayload::ConfigFlags' has a wrong offset!"); \ +static_assert(offsetof(FARSessionPayload, DefaultMeshMaterial) == 0x000008, "Member 'FARSessionPayload::DefaultMeshMaterial' has a wrong offset!"); \ +static_assert(offsetof(FARSessionPayload, DefaultWireframeMeshMaterial) == 0x000010, "Member 'FARSessionPayload::DefaultWireframeMeshMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARGeoAnchorUpdatePayload \ +static_assert(alignof(FARGeoAnchorUpdatePayload) == 0x000010, "Wrong alignment on FARGeoAnchorUpdatePayload"); \ +static_assert(sizeof(FARGeoAnchorUpdatePayload) == 0x000070, "Wrong size on FARGeoAnchorUpdatePayload"); \ +static_assert(offsetof(FARGeoAnchorUpdatePayload, SessionPayload) == 0x000000, "Member 'FARGeoAnchorUpdatePayload::SessionPayload' has a wrong offset!"); \ +static_assert(offsetof(FARGeoAnchorUpdatePayload, WorldTransform) == 0x000020, "Member 'FARGeoAnchorUpdatePayload::WorldTransform' has a wrong offset!"); \ +static_assert(offsetof(FARGeoAnchorUpdatePayload, Longitude) == 0x000050, "Member 'FARGeoAnchorUpdatePayload::Longitude' has a wrong offset!"); \ +static_assert(offsetof(FARGeoAnchorUpdatePayload, Latitude) == 0x000054, "Member 'FARGeoAnchorUpdatePayload::Latitude' has a wrong offset!"); \ +static_assert(offsetof(FARGeoAnchorUpdatePayload, AltitudeMeters) == 0x000058, "Member 'FARGeoAnchorUpdatePayload::AltitudeMeters' has a wrong offset!"); \ +static_assert(offsetof(FARGeoAnchorUpdatePayload, AltitudeSource) == 0x00005C, "Member 'FARGeoAnchorUpdatePayload::AltitudeSource' has a wrong offset!"); \ +static_assert(offsetof(FARGeoAnchorUpdatePayload, AnchorName) == 0x000060, "Member 'FARGeoAnchorUpdatePayload::AnchorName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARMeshUpdatePayload \ +static_assert(alignof(FARMeshUpdatePayload) == 0x000010, "Wrong alignment on FARMeshUpdatePayload"); \ +static_assert(sizeof(FARMeshUpdatePayload) == 0x000060, "Wrong size on FARMeshUpdatePayload"); \ +static_assert(offsetof(FARMeshUpdatePayload, SessionPayload) == 0x000000, "Member 'FARMeshUpdatePayload::SessionPayload' has a wrong offset!"); \ +static_assert(offsetof(FARMeshUpdatePayload, WorldTransform) == 0x000020, "Member 'FARMeshUpdatePayload::WorldTransform' has a wrong offset!"); \ +static_assert(offsetof(FARMeshUpdatePayload, ObjectClassification) == 0x000050, "Member 'FARMeshUpdatePayload::ObjectClassification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARObjectUpdatePayload \ +static_assert(alignof(FARObjectUpdatePayload) == 0x000010, "Wrong alignment on FARObjectUpdatePayload"); \ +static_assert(sizeof(FARObjectUpdatePayload) == 0x000030, "Wrong size on FARObjectUpdatePayload"); \ +static_assert(offsetof(FARObjectUpdatePayload, WorldTransform) == 0x000000, "Member 'FARObjectUpdatePayload::WorldTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAREnvironmentProbeUpdatePayload \ +static_assert(alignof(FAREnvironmentProbeUpdatePayload) == 0x000010, "Wrong alignment on FAREnvironmentProbeUpdatePayload"); \ +static_assert(sizeof(FAREnvironmentProbeUpdatePayload) == 0x000030, "Wrong size on FAREnvironmentProbeUpdatePayload"); \ +static_assert(offsetof(FAREnvironmentProbeUpdatePayload, WorldTransform) == 0x000000, "Member 'FAREnvironmentProbeUpdatePayload::WorldTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARPoseUpdatePayload \ +static_assert(alignof(FARPoseUpdatePayload) == 0x000010, "Wrong alignment on FARPoseUpdatePayload"); \ +static_assert(sizeof(FARPoseUpdatePayload) == 0x000040, "Wrong size on FARPoseUpdatePayload"); \ +static_assert(offsetof(FARPoseUpdatePayload, WorldTransform) == 0x000000, "Member 'FARPoseUpdatePayload::WorldTransform' has a wrong offset!"); \ +static_assert(offsetof(FARPoseUpdatePayload, JointTransforms) == 0x000030, "Member 'FARPoseUpdatePayload::JointTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARQRCodeUpdatePayload \ +static_assert(alignof(FARQRCodeUpdatePayload) == 0x000010, "Wrong alignment on FARQRCodeUpdatePayload"); \ +static_assert(sizeof(FARQRCodeUpdatePayload) == 0x000070, "Wrong size on FARQRCodeUpdatePayload"); \ +static_assert(offsetof(FARQRCodeUpdatePayload, SessionPayload) == 0x000000, "Member 'FARQRCodeUpdatePayload::SessionPayload' has a wrong offset!"); \ +static_assert(offsetof(FARQRCodeUpdatePayload, WorldTransform) == 0x000020, "Member 'FARQRCodeUpdatePayload::WorldTransform' has a wrong offset!"); \ +static_assert(offsetof(FARQRCodeUpdatePayload, Extents) == 0x000050, "Member 'FARQRCodeUpdatePayload::Extents' has a wrong offset!"); \ +static_assert(offsetof(FARQRCodeUpdatePayload, QRCode) == 0x000060, "Member 'FARQRCodeUpdatePayload::QRCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARImageUpdatePayload \ +static_assert(alignof(FARImageUpdatePayload) == 0x000010, "Wrong alignment on FARImageUpdatePayload"); \ +static_assert(sizeof(FARImageUpdatePayload) == 0x000060, "Wrong size on FARImageUpdatePayload"); \ +static_assert(offsetof(FARImageUpdatePayload, SessionPayload) == 0x000000, "Member 'FARImageUpdatePayload::SessionPayload' has a wrong offset!"); \ +static_assert(offsetof(FARImageUpdatePayload, WorldTransform) == 0x000020, "Member 'FARImageUpdatePayload::WorldTransform' has a wrong offset!"); \ +static_assert(offsetof(FARImageUpdatePayload, DetectedImage) == 0x000050, "Member 'FARImageUpdatePayload::DetectedImage' has a wrong offset!"); \ +static_assert(offsetof(FARImageUpdatePayload, EstimatedSize) == 0x000058, "Member 'FARImageUpdatePayload::EstimatedSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARFaceUpdatePayload \ +static_assert(alignof(FARFaceUpdatePayload) == 0x000008, "Wrong alignment on FARFaceUpdatePayload"); \ +static_assert(sizeof(FARFaceUpdatePayload) == 0x000040, "Wrong size on FARFaceUpdatePayload"); \ +static_assert(offsetof(FARFaceUpdatePayload, SessionPayload) == 0x000000, "Member 'FARFaceUpdatePayload::SessionPayload' has a wrong offset!"); \ +static_assert(offsetof(FARFaceUpdatePayload, LeftEyePosition) == 0x000018, "Member 'FARFaceUpdatePayload::LeftEyePosition' has a wrong offset!"); \ +static_assert(offsetof(FARFaceUpdatePayload, RightEyePosition) == 0x000024, "Member 'FARFaceUpdatePayload::RightEyePosition' has a wrong offset!"); \ +static_assert(offsetof(FARFaceUpdatePayload, LookAtTarget) == 0x000030, "Member 'FARFaceUpdatePayload::LookAtTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARPointUpdatePayload \ +static_assert(alignof(FARPointUpdatePayload) == 0x000001, "Wrong alignment on FARPointUpdatePayload"); \ +static_assert(sizeof(FARPointUpdatePayload) == 0x000001, "Wrong size on FARPointUpdatePayload"); \ + +#define DUMPER7_ASSERTS_FARPlaneUpdatePayload \ +static_assert(alignof(FARPlaneUpdatePayload) == 0x000010, "Wrong alignment on FARPlaneUpdatePayload"); \ +static_assert(sizeof(FARPlaneUpdatePayload) == 0x000080, "Wrong size on FARPlaneUpdatePayload"); \ +static_assert(offsetof(FARPlaneUpdatePayload, SessionPayload) == 0x000000, "Member 'FARPlaneUpdatePayload::SessionPayload' has a wrong offset!"); \ +static_assert(offsetof(FARPlaneUpdatePayload, WorldTransform) == 0x000020, "Member 'FARPlaneUpdatePayload::WorldTransform' has a wrong offset!"); \ +static_assert(offsetof(FARPlaneUpdatePayload, Center) == 0x000050, "Member 'FARPlaneUpdatePayload::Center' has a wrong offset!"); \ +static_assert(offsetof(FARPlaneUpdatePayload, Extents) == 0x00005C, "Member 'FARPlaneUpdatePayload::Extents' has a wrong offset!"); \ +static_assert(offsetof(FARPlaneUpdatePayload, BoundaryVertices) == 0x000068, "Member 'FARPlaneUpdatePayload::BoundaryVertices' has a wrong offset!"); \ +static_assert(offsetof(FARPlaneUpdatePayload, ObjectClassification) == 0x000078, "Member 'FARPlaneUpdatePayload::ObjectClassification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARSharedWorldReplicationState \ +static_assert(alignof(FARSharedWorldReplicationState) == 0x000004, "Wrong alignment on FARSharedWorldReplicationState"); \ +static_assert(sizeof(FARSharedWorldReplicationState) == 0x000008, "Wrong size on FARSharedWorldReplicationState"); \ +static_assert(offsetof(FARSharedWorldReplicationState, PreviewImageOffset) == 0x000000, "Member 'FARSharedWorldReplicationState::PreviewImageOffset' has a wrong offset!"); \ +static_assert(offsetof(FARSharedWorldReplicationState, ARWorldOffset) == 0x000004, "Member 'FARSharedWorldReplicationState::ARWorldOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARTraceResult \ +static_assert(alignof(FARTraceResult) == 0x000010, "Wrong alignment on FARTraceResult"); \ +static_assert(sizeof(FARTraceResult) == 0x000060, "Wrong size on FARTraceResult"); \ +static_assert(offsetof(FARTraceResult, DistanceFromCamera) == 0x000000, "Member 'FARTraceResult::DistanceFromCamera' has a wrong offset!"); \ +static_assert(offsetof(FARTraceResult, TraceChannel) == 0x000004, "Member 'FARTraceResult::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(FARTraceResult, LocalTransform) == 0x000010, "Member 'FARTraceResult::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FARTraceResult, TrackedGeometry) == 0x000040, "Member 'FARTraceResult::TrackedGeometry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARCameraIntrinsics \ +static_assert(alignof(FARCameraIntrinsics) == 0x000004, "Wrong alignment on FARCameraIntrinsics"); \ +static_assert(sizeof(FARCameraIntrinsics) == 0x000018, "Wrong size on FARCameraIntrinsics"); \ +static_assert(offsetof(FARCameraIntrinsics, ImageResolution) == 0x000000, "Member 'FARCameraIntrinsics::ImageResolution' has a wrong offset!"); \ +static_assert(offsetof(FARCameraIntrinsics, FocalLength) == 0x000008, "Member 'FARCameraIntrinsics::FocalLength' has a wrong offset!"); \ +static_assert(offsetof(FARCameraIntrinsics, PrincipalPoint) == 0x000010, "Member 'FARCameraIntrinsics::PrincipalPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARSkeletonDefinition \ +static_assert(alignof(FARSkeletonDefinition) == 0x000008, "Wrong alignment on FARSkeletonDefinition"); \ +static_assert(sizeof(FARSkeletonDefinition) == 0x000028, "Wrong size on FARSkeletonDefinition"); \ +static_assert(offsetof(FARSkeletonDefinition, NumJoints) == 0x000000, "Member 'FARSkeletonDefinition::NumJoints' has a wrong offset!"); \ +static_assert(offsetof(FARSkeletonDefinition, JointNames) == 0x000008, "Member 'FARSkeletonDefinition::JointNames' has a wrong offset!"); \ +static_assert(offsetof(FARSkeletonDefinition, ParentIndices) == 0x000018, "Member 'FARSkeletonDefinition::ParentIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARPose3D \ +static_assert(alignof(FARPose3D) == 0x000008, "Wrong alignment on FARPose3D"); \ +static_assert(sizeof(FARPose3D) == 0x000050, "Wrong size on FARPose3D"); \ +static_assert(offsetof(FARPose3D, SkeletonDefinition) == 0x000000, "Member 'FARPose3D::SkeletonDefinition' has a wrong offset!"); \ +static_assert(offsetof(FARPose3D, JointTransforms) == 0x000028, "Member 'FARPose3D::JointTransforms' has a wrong offset!"); \ +static_assert(offsetof(FARPose3D, IsJointTracked) == 0x000038, "Member 'FARPose3D::IsJointTracked' has a wrong offset!"); \ +static_assert(offsetof(FARPose3D, JointTransformSpace) == 0x000048, "Member 'FARPose3D::JointTransformSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARPose2D \ +static_assert(alignof(FARPose2D) == 0x000008, "Wrong alignment on FARPose2D"); \ +static_assert(sizeof(FARPose2D) == 0x000048, "Wrong size on FARPose2D"); \ +static_assert(offsetof(FARPose2D, SkeletonDefinition) == 0x000000, "Member 'FARPose2D::SkeletonDefinition' has a wrong offset!"); \ +static_assert(offsetof(FARPose2D, JointLocations) == 0x000028, "Member 'FARPose2D::JointLocations' has a wrong offset!"); \ +static_assert(offsetof(FARPose2D, IsJointTracked) == 0x000038, "Member 'FARPose2D::IsJointTracked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARVideoFormat \ +static_assert(alignof(FARVideoFormat) == 0x000004, "Wrong alignment on FARVideoFormat"); \ +static_assert(sizeof(FARVideoFormat) == 0x00000C, "Wrong size on FARVideoFormat"); \ +static_assert(offsetof(FARVideoFormat, FPS) == 0x000000, "Member 'FARVideoFormat::FPS' has a wrong offset!"); \ +static_assert(offsetof(FARVideoFormat, Width) == 0x000004, "Member 'FARVideoFormat::Width' has a wrong offset!"); \ +static_assert(offsetof(FARVideoFormat, Height) == 0x000008, "Member 'FARVideoFormat::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARSessionStatus \ +static_assert(alignof(FARSessionStatus) == 0x000008, "Wrong alignment on FARSessionStatus"); \ +static_assert(sizeof(FARSessionStatus) == 0x000018, "Wrong size on FARSessionStatus"); \ +static_assert(offsetof(FARSessionStatus, AdditionalInfo) == 0x000000, "Member 'FARSessionStatus::AdditionalInfo' has a wrong offset!"); \ +static_assert(offsetof(FARSessionStatus, Status) == 0x000010, "Member 'FARSessionStatus::Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARCandidateObject_SetBoundingBox \ +static_assert(alignof(ARCandidateObject_SetBoundingBox) == 0x000004, "Wrong alignment on ARCandidateObject_SetBoundingBox"); \ +static_assert(sizeof(ARCandidateObject_SetBoundingBox) == 0x00001C, "Wrong size on ARCandidateObject_SetBoundingBox"); \ +static_assert(offsetof(ARCandidateObject_SetBoundingBox, InBoundingBox) == 0x000000, "Member 'ARCandidateObject_SetBoundingBox::InBoundingBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARCandidateObject_SetCandidateObjectData \ +static_assert(alignof(ARCandidateObject_SetCandidateObjectData) == 0x000008, "Wrong alignment on ARCandidateObject_SetCandidateObjectData"); \ +static_assert(sizeof(ARCandidateObject_SetCandidateObjectData) == 0x000010, "Wrong size on ARCandidateObject_SetCandidateObjectData"); \ +static_assert(offsetof(ARCandidateObject_SetCandidateObjectData, InCandidateObject) == 0x000000, "Member 'ARCandidateObject_SetCandidateObjectData::InCandidateObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARCandidateObject_SetFriendlyName \ +static_assert(alignof(ARCandidateObject_SetFriendlyName) == 0x000008, "Wrong alignment on ARCandidateObject_SetFriendlyName"); \ +static_assert(sizeof(ARCandidateObject_SetFriendlyName) == 0x000010, "Wrong size on ARCandidateObject_SetFriendlyName"); \ +static_assert(offsetof(ARCandidateObject_SetFriendlyName, NewName) == 0x000000, "Member 'ARCandidateObject_SetFriendlyName::NewName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARCandidateObject_GetBoundingBox \ +static_assert(alignof(ARCandidateObject_GetBoundingBox) == 0x000004, "Wrong alignment on ARCandidateObject_GetBoundingBox"); \ +static_assert(sizeof(ARCandidateObject_GetBoundingBox) == 0x00001C, "Wrong size on ARCandidateObject_GetBoundingBox"); \ +static_assert(offsetof(ARCandidateObject_GetBoundingBox, ReturnValue) == 0x000000, "Member 'ARCandidateObject_GetBoundingBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARCandidateObject_GetCandidateObjectData \ +static_assert(alignof(ARCandidateObject_GetCandidateObjectData) == 0x000008, "Wrong alignment on ARCandidateObject_GetCandidateObjectData"); \ +static_assert(sizeof(ARCandidateObject_GetCandidateObjectData) == 0x000010, "Wrong size on ARCandidateObject_GetCandidateObjectData"); \ +static_assert(offsetof(ARCandidateObject_GetCandidateObjectData, ReturnValue) == 0x000000, "Member 'ARCandidateObject_GetCandidateObjectData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARCandidateObject_GetFriendlyName \ +static_assert(alignof(ARCandidateObject_GetFriendlyName) == 0x000008, "Wrong alignment on ARCandidateObject_GetFriendlyName"); \ +static_assert(sizeof(ARCandidateObject_GetFriendlyName) == 0x000010, "Wrong size on ARCandidateObject_GetFriendlyName"); \ +static_assert(offsetof(ARCandidateObject_GetFriendlyName, ReturnValue) == 0x000000, "Member 'ARCandidateObject_GetFriendlyName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARCandidateObject \ +static_assert(alignof(UARCandidateObject) == 0x000008, "Wrong alignment on UARCandidateObject"); \ +static_assert(sizeof(UARCandidateObject) == 0x000078, "Wrong size on UARCandidateObject"); \ +static_assert(offsetof(UARCandidateObject, CandidateObjectData) == 0x000038, "Member 'UARCandidateObject::CandidateObjectData' has a wrong offset!"); \ +static_assert(offsetof(UARCandidateObject, FriendlyName) == 0x000048, "Member 'UARCandidateObject::FriendlyName' has a wrong offset!"); \ +static_assert(offsetof(UARCandidateObject, BoundingBox) == 0x000058, "Member 'UARCandidateObject::BoundingBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARActor_AddARComponent \ +static_assert(alignof(ARActor_AddARComponent) == 0x000008, "Wrong alignment on ARActor_AddARComponent"); \ +static_assert(sizeof(ARActor_AddARComponent) == 0x000020, "Wrong size on ARActor_AddARComponent"); \ +static_assert(offsetof(ARActor_AddARComponent, InComponentClass) == 0x000000, "Member 'ARActor_AddARComponent::InComponentClass' has a wrong offset!"); \ +static_assert(offsetof(ARActor_AddARComponent, NativeID) == 0x000008, "Member 'ARActor_AddARComponent::NativeID' has a wrong offset!"); \ +static_assert(offsetof(ARActor_AddARComponent, ReturnValue) == 0x000018, "Member 'ARActor_AddARComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AARActor \ +static_assert(alignof(AARActor) == 0x000008, "Wrong alignment on AARActor"); \ +static_assert(sizeof(AARActor) == 0x0002A8, "Wrong size on AARActor"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_AddManualEnvironmentCaptureProbe \ +static_assert(alignof(ARBlueprintLibrary_AddManualEnvironmentCaptureProbe) == 0x000004, "Wrong alignment on ARBlueprintLibrary_AddManualEnvironmentCaptureProbe"); \ +static_assert(sizeof(ARBlueprintLibrary_AddManualEnvironmentCaptureProbe) == 0x00001C, "Wrong size on ARBlueprintLibrary_AddManualEnvironmentCaptureProbe"); \ +static_assert(offsetof(ARBlueprintLibrary_AddManualEnvironmentCaptureProbe, Location) == 0x000000, "Member 'ARBlueprintLibrary_AddManualEnvironmentCaptureProbe::Location' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_AddManualEnvironmentCaptureProbe, Extent) == 0x00000C, "Member 'ARBlueprintLibrary_AddManualEnvironmentCaptureProbe::Extent' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_AddManualEnvironmentCaptureProbe, ReturnValue) == 0x000018, "Member 'ARBlueprintLibrary_AddManualEnvironmentCaptureProbe::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_AddRuntimeCandidateImage \ +static_assert(alignof(ARBlueprintLibrary_AddRuntimeCandidateImage) == 0x000008, "Wrong alignment on ARBlueprintLibrary_AddRuntimeCandidateImage"); \ +static_assert(sizeof(ARBlueprintLibrary_AddRuntimeCandidateImage) == 0x000030, "Wrong size on ARBlueprintLibrary_AddRuntimeCandidateImage"); \ +static_assert(offsetof(ARBlueprintLibrary_AddRuntimeCandidateImage, SessionConfig) == 0x000000, "Member 'ARBlueprintLibrary_AddRuntimeCandidateImage::SessionConfig' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_AddRuntimeCandidateImage, CandidateTexture) == 0x000008, "Member 'ARBlueprintLibrary_AddRuntimeCandidateImage::CandidateTexture' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_AddRuntimeCandidateImage, FriendlyName) == 0x000010, "Member 'ARBlueprintLibrary_AddRuntimeCandidateImage::FriendlyName' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_AddRuntimeCandidateImage, PhysicalWidth) == 0x000020, "Member 'ARBlueprintLibrary_AddRuntimeCandidateImage::PhysicalWidth' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_AddRuntimeCandidateImage, ReturnValue) == 0x000028, "Member 'ARBlueprintLibrary_AddRuntimeCandidateImage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_AddTrackedPointWithName \ +static_assert(alignof(ARBlueprintLibrary_AddTrackedPointWithName) == 0x000010, "Wrong alignment on ARBlueprintLibrary_AddTrackedPointWithName"); \ +static_assert(sizeof(ARBlueprintLibrary_AddTrackedPointWithName) == 0x000050, "Wrong size on ARBlueprintLibrary_AddTrackedPointWithName"); \ +static_assert(offsetof(ARBlueprintLibrary_AddTrackedPointWithName, WorldTransform) == 0x000000, "Member 'ARBlueprintLibrary_AddTrackedPointWithName::WorldTransform' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_AddTrackedPointWithName, PointName) == 0x000030, "Member 'ARBlueprintLibrary_AddTrackedPointWithName::PointName' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_AddTrackedPointWithName, bDeletePointsWithSameName) == 0x000040, "Member 'ARBlueprintLibrary_AddTrackedPointWithName::bDeletePointsWithSameName' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_AddTrackedPointWithName, ReturnValue) == 0x000041, "Member 'ARBlueprintLibrary_AddTrackedPointWithName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_CalculateAlignmentTransform \ +static_assert(alignof(ARBlueprintLibrary_CalculateAlignmentTransform) == 0x000010, "Wrong alignment on ARBlueprintLibrary_CalculateAlignmentTransform"); \ +static_assert(sizeof(ARBlueprintLibrary_CalculateAlignmentTransform) == 0x000090, "Wrong size on ARBlueprintLibrary_CalculateAlignmentTransform"); \ +static_assert(offsetof(ARBlueprintLibrary_CalculateAlignmentTransform, TransformInFirstCoordinateSystem) == 0x000000, "Member 'ARBlueprintLibrary_CalculateAlignmentTransform::TransformInFirstCoordinateSystem' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_CalculateAlignmentTransform, TransformInSecondCoordinateSystem) == 0x000030, "Member 'ARBlueprintLibrary_CalculateAlignmentTransform::TransformInSecondCoordinateSystem' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_CalculateAlignmentTransform, AlignmentTransform) == 0x000060, "Member 'ARBlueprintLibrary_CalculateAlignmentTransform::AlignmentTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_CalculateClosestIntersection \ +static_assert(alignof(ARBlueprintLibrary_CalculateClosestIntersection) == 0x000008, "Wrong alignment on ARBlueprintLibrary_CalculateClosestIntersection"); \ +static_assert(sizeof(ARBlueprintLibrary_CalculateClosestIntersection) == 0x000030, "Wrong size on ARBlueprintLibrary_CalculateClosestIntersection"); \ +static_assert(offsetof(ARBlueprintLibrary_CalculateClosestIntersection, StartPoints) == 0x000000, "Member 'ARBlueprintLibrary_CalculateClosestIntersection::StartPoints' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_CalculateClosestIntersection, EndPoints) == 0x000010, "Member 'ARBlueprintLibrary_CalculateClosestIntersection::EndPoints' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_CalculateClosestIntersection, ClosestIntersection) == 0x000020, "Member 'ARBlueprintLibrary_CalculateClosestIntersection::ClosestIntersection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_DebugDrawPin \ +static_assert(alignof(ARBlueprintLibrary_DebugDrawPin) == 0x000008, "Wrong alignment on ARBlueprintLibrary_DebugDrawPin"); \ +static_assert(sizeof(ARBlueprintLibrary_DebugDrawPin) == 0x000028, "Wrong size on ARBlueprintLibrary_DebugDrawPin"); \ +static_assert(offsetof(ARBlueprintLibrary_DebugDrawPin, ARPin) == 0x000000, "Member 'ARBlueprintLibrary_DebugDrawPin::ARPin' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_DebugDrawPin, WorldContextObject) == 0x000008, "Member 'ARBlueprintLibrary_DebugDrawPin::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_DebugDrawPin, Color) == 0x000010, "Member 'ARBlueprintLibrary_DebugDrawPin::Color' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_DebugDrawPin, Scale) == 0x000020, "Member 'ARBlueprintLibrary_DebugDrawPin::Scale' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_DebugDrawPin, PersistForSeconds) == 0x000024, "Member 'ARBlueprintLibrary_DebugDrawPin::PersistForSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_DebugDrawTrackedGeometry \ +static_assert(alignof(ARBlueprintLibrary_DebugDrawTrackedGeometry) == 0x000008, "Wrong alignment on ARBlueprintLibrary_DebugDrawTrackedGeometry"); \ +static_assert(sizeof(ARBlueprintLibrary_DebugDrawTrackedGeometry) == 0x000028, "Wrong size on ARBlueprintLibrary_DebugDrawTrackedGeometry"); \ +static_assert(offsetof(ARBlueprintLibrary_DebugDrawTrackedGeometry, TrackedGeometry) == 0x000000, "Member 'ARBlueprintLibrary_DebugDrawTrackedGeometry::TrackedGeometry' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_DebugDrawTrackedGeometry, WorldContextObject) == 0x000008, "Member 'ARBlueprintLibrary_DebugDrawTrackedGeometry::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_DebugDrawTrackedGeometry, Color) == 0x000010, "Member 'ARBlueprintLibrary_DebugDrawTrackedGeometry::Color' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_DebugDrawTrackedGeometry, OutlineThickness) == 0x000020, "Member 'ARBlueprintLibrary_DebugDrawTrackedGeometry::OutlineThickness' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_DebugDrawTrackedGeometry, PersistForSeconds) == 0x000024, "Member 'ARBlueprintLibrary_DebugDrawTrackedGeometry::PersistForSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_FindTrackedPointsByName \ +static_assert(alignof(ARBlueprintLibrary_FindTrackedPointsByName) == 0x000008, "Wrong alignment on ARBlueprintLibrary_FindTrackedPointsByName"); \ +static_assert(sizeof(ARBlueprintLibrary_FindTrackedPointsByName) == 0x000020, "Wrong size on ARBlueprintLibrary_FindTrackedPointsByName"); \ +static_assert(offsetof(ARBlueprintLibrary_FindTrackedPointsByName, PointName) == 0x000000, "Member 'ARBlueprintLibrary_FindTrackedPointsByName::PointName' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_FindTrackedPointsByName, ReturnValue) == 0x000010, "Member 'ARBlueprintLibrary_FindTrackedPointsByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetAlignmentTransform \ +static_assert(alignof(ARBlueprintLibrary_GetAlignmentTransform) == 0x000010, "Wrong alignment on ARBlueprintLibrary_GetAlignmentTransform"); \ +static_assert(sizeof(ARBlueprintLibrary_GetAlignmentTransform) == 0x000030, "Wrong size on ARBlueprintLibrary_GetAlignmentTransform"); \ +static_assert(offsetof(ARBlueprintLibrary_GetAlignmentTransform, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetAlignmentTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetAllGeometries \ +static_assert(alignof(ARBlueprintLibrary_GetAllGeometries) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetAllGeometries"); \ +static_assert(sizeof(ARBlueprintLibrary_GetAllGeometries) == 0x000010, "Wrong size on ARBlueprintLibrary_GetAllGeometries"); \ +static_assert(offsetof(ARBlueprintLibrary_GetAllGeometries, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetAllGeometries::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetAllGeometriesByClass \ +static_assert(alignof(ARBlueprintLibrary_GetAllGeometriesByClass) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetAllGeometriesByClass"); \ +static_assert(sizeof(ARBlueprintLibrary_GetAllGeometriesByClass) == 0x000018, "Wrong size on ARBlueprintLibrary_GetAllGeometriesByClass"); \ +static_assert(offsetof(ARBlueprintLibrary_GetAllGeometriesByClass, GeometryClass) == 0x000000, "Member 'ARBlueprintLibrary_GetAllGeometriesByClass::GeometryClass' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_GetAllGeometriesByClass, ReturnValue) == 0x000008, "Member 'ARBlueprintLibrary_GetAllGeometriesByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetAllPins \ +static_assert(alignof(ARBlueprintLibrary_GetAllPins) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetAllPins"); \ +static_assert(sizeof(ARBlueprintLibrary_GetAllPins) == 0x000010, "Wrong size on ARBlueprintLibrary_GetAllPins"); \ +static_assert(offsetof(ARBlueprintLibrary_GetAllPins, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetAllPins::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetAllTracked2DPoses \ +static_assert(alignof(ARBlueprintLibrary_GetAllTracked2DPoses) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetAllTracked2DPoses"); \ +static_assert(sizeof(ARBlueprintLibrary_GetAllTracked2DPoses) == 0x000010, "Wrong size on ARBlueprintLibrary_GetAllTracked2DPoses"); \ +static_assert(offsetof(ARBlueprintLibrary_GetAllTracked2DPoses, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetAllTracked2DPoses::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetAllTrackedEnvironmentCaptureProbes \ +static_assert(alignof(ARBlueprintLibrary_GetAllTrackedEnvironmentCaptureProbes) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetAllTrackedEnvironmentCaptureProbes"); \ +static_assert(sizeof(ARBlueprintLibrary_GetAllTrackedEnvironmentCaptureProbes) == 0x000010, "Wrong size on ARBlueprintLibrary_GetAllTrackedEnvironmentCaptureProbes"); \ +static_assert(offsetof(ARBlueprintLibrary_GetAllTrackedEnvironmentCaptureProbes, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetAllTrackedEnvironmentCaptureProbes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetAllTrackedImages \ +static_assert(alignof(ARBlueprintLibrary_GetAllTrackedImages) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetAllTrackedImages"); \ +static_assert(sizeof(ARBlueprintLibrary_GetAllTrackedImages) == 0x000010, "Wrong size on ARBlueprintLibrary_GetAllTrackedImages"); \ +static_assert(offsetof(ARBlueprintLibrary_GetAllTrackedImages, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetAllTrackedImages::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetAllTrackedPlanes \ +static_assert(alignof(ARBlueprintLibrary_GetAllTrackedPlanes) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetAllTrackedPlanes"); \ +static_assert(sizeof(ARBlueprintLibrary_GetAllTrackedPlanes) == 0x000010, "Wrong size on ARBlueprintLibrary_GetAllTrackedPlanes"); \ +static_assert(offsetof(ARBlueprintLibrary_GetAllTrackedPlanes, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetAllTrackedPlanes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetAllTrackedPoints \ +static_assert(alignof(ARBlueprintLibrary_GetAllTrackedPoints) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetAllTrackedPoints"); \ +static_assert(sizeof(ARBlueprintLibrary_GetAllTrackedPoints) == 0x000010, "Wrong size on ARBlueprintLibrary_GetAllTrackedPoints"); \ +static_assert(offsetof(ARBlueprintLibrary_GetAllTrackedPoints, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetAllTrackedPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetAllTrackedPoses \ +static_assert(alignof(ARBlueprintLibrary_GetAllTrackedPoses) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetAllTrackedPoses"); \ +static_assert(sizeof(ARBlueprintLibrary_GetAllTrackedPoses) == 0x000010, "Wrong size on ARBlueprintLibrary_GetAllTrackedPoses"); \ +static_assert(offsetof(ARBlueprintLibrary_GetAllTrackedPoses, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetAllTrackedPoses::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetARSessionStatus \ +static_assert(alignof(ARBlueprintLibrary_GetARSessionStatus) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetARSessionStatus"); \ +static_assert(sizeof(ARBlueprintLibrary_GetARSessionStatus) == 0x000018, "Wrong size on ARBlueprintLibrary_GetARSessionStatus"); \ +static_assert(offsetof(ARBlueprintLibrary_GetARSessionStatus, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetARSessionStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetARTexture \ +static_assert(alignof(ARBlueprintLibrary_GetARTexture) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetARTexture"); \ +static_assert(sizeof(ARBlueprintLibrary_GetARTexture) == 0x000010, "Wrong size on ARBlueprintLibrary_GetARTexture"); \ +static_assert(offsetof(ARBlueprintLibrary_GetARTexture, TextureType) == 0x000000, "Member 'ARBlueprintLibrary_GetARTexture::TextureType' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_GetARTexture, ReturnValue) == 0x000008, "Member 'ARBlueprintLibrary_GetARTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetARWorldScale \ +static_assert(alignof(ARBlueprintLibrary_GetARWorldScale) == 0x000004, "Wrong alignment on ARBlueprintLibrary_GetARWorldScale"); \ +static_assert(sizeof(ARBlueprintLibrary_GetARWorldScale) == 0x000004, "Wrong size on ARBlueprintLibrary_GetARWorldScale"); \ +static_assert(offsetof(ARBlueprintLibrary_GetARWorldScale, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetARWorldScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetCameraDepth \ +static_assert(alignof(ARBlueprintLibrary_GetCameraDepth) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetCameraDepth"); \ +static_assert(sizeof(ARBlueprintLibrary_GetCameraDepth) == 0x000008, "Wrong size on ARBlueprintLibrary_GetCameraDepth"); \ +static_assert(offsetof(ARBlueprintLibrary_GetCameraDepth, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetCameraDepth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetCameraImage \ +static_assert(alignof(ARBlueprintLibrary_GetCameraImage) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetCameraImage"); \ +static_assert(sizeof(ARBlueprintLibrary_GetCameraImage) == 0x000008, "Wrong size on ARBlueprintLibrary_GetCameraImage"); \ +static_assert(offsetof(ARBlueprintLibrary_GetCameraImage, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetCameraImage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetCameraIntrinsics \ +static_assert(alignof(ARBlueprintLibrary_GetCameraIntrinsics) == 0x000004, "Wrong alignment on ARBlueprintLibrary_GetCameraIntrinsics"); \ +static_assert(sizeof(ARBlueprintLibrary_GetCameraIntrinsics) == 0x00001C, "Wrong size on ARBlueprintLibrary_GetCameraIntrinsics"); \ +static_assert(offsetof(ARBlueprintLibrary_GetCameraIntrinsics, OutCameraIntrinsics) == 0x000000, "Member 'ARBlueprintLibrary_GetCameraIntrinsics::OutCameraIntrinsics' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_GetCameraIntrinsics, ReturnValue) == 0x000018, "Member 'ARBlueprintLibrary_GetCameraIntrinsics::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetCurrentLightEstimate \ +static_assert(alignof(ARBlueprintLibrary_GetCurrentLightEstimate) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetCurrentLightEstimate"); \ +static_assert(sizeof(ARBlueprintLibrary_GetCurrentLightEstimate) == 0x000008, "Wrong size on ARBlueprintLibrary_GetCurrentLightEstimate"); \ +static_assert(offsetof(ARBlueprintLibrary_GetCurrentLightEstimate, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetCurrentLightEstimate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetNumberOfTrackedFacesSupported \ +static_assert(alignof(ARBlueprintLibrary_GetNumberOfTrackedFacesSupported) == 0x000004, "Wrong alignment on ARBlueprintLibrary_GetNumberOfTrackedFacesSupported"); \ +static_assert(sizeof(ARBlueprintLibrary_GetNumberOfTrackedFacesSupported) == 0x000004, "Wrong size on ARBlueprintLibrary_GetNumberOfTrackedFacesSupported"); \ +static_assert(offsetof(ARBlueprintLibrary_GetNumberOfTrackedFacesSupported, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetNumberOfTrackedFacesSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetObjectClassificationAtLocation \ +static_assert(alignof(ARBlueprintLibrary_GetObjectClassificationAtLocation) == 0x000004, "Wrong alignment on ARBlueprintLibrary_GetObjectClassificationAtLocation"); \ +static_assert(sizeof(ARBlueprintLibrary_GetObjectClassificationAtLocation) == 0x000024, "Wrong size on ARBlueprintLibrary_GetObjectClassificationAtLocation"); \ +static_assert(offsetof(ARBlueprintLibrary_GetObjectClassificationAtLocation, InWorldLocation) == 0x000000, "Member 'ARBlueprintLibrary_GetObjectClassificationAtLocation::InWorldLocation' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_GetObjectClassificationAtLocation, OutClassification) == 0x00000C, "Member 'ARBlueprintLibrary_GetObjectClassificationAtLocation::OutClassification' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_GetObjectClassificationAtLocation, OutClassificationLocation) == 0x000010, "Member 'ARBlueprintLibrary_GetObjectClassificationAtLocation::OutClassificationLocation' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_GetObjectClassificationAtLocation, MaxLocationDiff) == 0x00001C, "Member 'ARBlueprintLibrary_GetObjectClassificationAtLocation::MaxLocationDiff' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_GetObjectClassificationAtLocation, ReturnValue) == 0x000020, "Member 'ARBlueprintLibrary_GetObjectClassificationAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetPersonSegmentationDepthImage \ +static_assert(alignof(ARBlueprintLibrary_GetPersonSegmentationDepthImage) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetPersonSegmentationDepthImage"); \ +static_assert(sizeof(ARBlueprintLibrary_GetPersonSegmentationDepthImage) == 0x000008, "Wrong size on ARBlueprintLibrary_GetPersonSegmentationDepthImage"); \ +static_assert(offsetof(ARBlueprintLibrary_GetPersonSegmentationDepthImage, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetPersonSegmentationDepthImage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetPersonSegmentationImage \ +static_assert(alignof(ARBlueprintLibrary_GetPersonSegmentationImage) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetPersonSegmentationImage"); \ +static_assert(sizeof(ARBlueprintLibrary_GetPersonSegmentationImage) == 0x000008, "Wrong size on ARBlueprintLibrary_GetPersonSegmentationImage"); \ +static_assert(offsetof(ARBlueprintLibrary_GetPersonSegmentationImage, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetPersonSegmentationImage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetPointCloud \ +static_assert(alignof(ARBlueprintLibrary_GetPointCloud) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetPointCloud"); \ +static_assert(sizeof(ARBlueprintLibrary_GetPointCloud) == 0x000010, "Wrong size on ARBlueprintLibrary_GetPointCloud"); \ +static_assert(offsetof(ARBlueprintLibrary_GetPointCloud, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetPointCloud::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetSessionConfig \ +static_assert(alignof(ARBlueprintLibrary_GetSessionConfig) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetSessionConfig"); \ +static_assert(sizeof(ARBlueprintLibrary_GetSessionConfig) == 0x000008, "Wrong size on ARBlueprintLibrary_GetSessionConfig"); \ +static_assert(offsetof(ARBlueprintLibrary_GetSessionConfig, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetSessionConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetSupportedVideoFormats \ +static_assert(alignof(ARBlueprintLibrary_GetSupportedVideoFormats) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetSupportedVideoFormats"); \ +static_assert(sizeof(ARBlueprintLibrary_GetSupportedVideoFormats) == 0x000018, "Wrong size on ARBlueprintLibrary_GetSupportedVideoFormats"); \ +static_assert(offsetof(ARBlueprintLibrary_GetSupportedVideoFormats, SessionType) == 0x000000, "Member 'ARBlueprintLibrary_GetSupportedVideoFormats::SessionType' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_GetSupportedVideoFormats, ReturnValue) == 0x000008, "Member 'ARBlueprintLibrary_GetSupportedVideoFormats::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetTrackingQuality \ +static_assert(alignof(ARBlueprintLibrary_GetTrackingQuality) == 0x000001, "Wrong alignment on ARBlueprintLibrary_GetTrackingQuality"); \ +static_assert(sizeof(ARBlueprintLibrary_GetTrackingQuality) == 0x000001, "Wrong size on ARBlueprintLibrary_GetTrackingQuality"); \ +static_assert(offsetof(ARBlueprintLibrary_GetTrackingQuality, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetTrackingQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetTrackingQualityReason \ +static_assert(alignof(ARBlueprintLibrary_GetTrackingQualityReason) == 0x000001, "Wrong alignment on ARBlueprintLibrary_GetTrackingQualityReason"); \ +static_assert(sizeof(ARBlueprintLibrary_GetTrackingQualityReason) == 0x000001, "Wrong size on ARBlueprintLibrary_GetTrackingQualityReason"); \ +static_assert(offsetof(ARBlueprintLibrary_GetTrackingQualityReason, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetTrackingQualityReason::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetWorldMappingStatus \ +static_assert(alignof(ARBlueprintLibrary_GetWorldMappingStatus) == 0x000001, "Wrong alignment on ARBlueprintLibrary_GetWorldMappingStatus"); \ +static_assert(sizeof(ARBlueprintLibrary_GetWorldMappingStatus) == 0x000001, "Wrong size on ARBlueprintLibrary_GetWorldMappingStatus"); \ +static_assert(offsetof(ARBlueprintLibrary_GetWorldMappingStatus, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetWorldMappingStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_IsARPinLocalStoreReady \ +static_assert(alignof(ARBlueprintLibrary_IsARPinLocalStoreReady) == 0x000001, "Wrong alignment on ARBlueprintLibrary_IsARPinLocalStoreReady"); \ +static_assert(sizeof(ARBlueprintLibrary_IsARPinLocalStoreReady) == 0x000001, "Wrong size on ARBlueprintLibrary_IsARPinLocalStoreReady"); \ +static_assert(offsetof(ARBlueprintLibrary_IsARPinLocalStoreReady, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_IsARPinLocalStoreReady::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_IsARPinLocalStoreSupported \ +static_assert(alignof(ARBlueprintLibrary_IsARPinLocalStoreSupported) == 0x000001, "Wrong alignment on ARBlueprintLibrary_IsARPinLocalStoreSupported"); \ +static_assert(sizeof(ARBlueprintLibrary_IsARPinLocalStoreSupported) == 0x000001, "Wrong size on ARBlueprintLibrary_IsARPinLocalStoreSupported"); \ +static_assert(offsetof(ARBlueprintLibrary_IsARPinLocalStoreSupported, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_IsARPinLocalStoreSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_IsARSupported \ +static_assert(alignof(ARBlueprintLibrary_IsARSupported) == 0x000001, "Wrong alignment on ARBlueprintLibrary_IsARSupported"); \ +static_assert(sizeof(ARBlueprintLibrary_IsARSupported) == 0x000001, "Wrong size on ARBlueprintLibrary_IsARSupported"); \ +static_assert(offsetof(ARBlueprintLibrary_IsARSupported, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_IsARSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_IsSceneReconstructionSupported \ +static_assert(alignof(ARBlueprintLibrary_IsSceneReconstructionSupported) == 0x000001, "Wrong alignment on ARBlueprintLibrary_IsSceneReconstructionSupported"); \ +static_assert(sizeof(ARBlueprintLibrary_IsSceneReconstructionSupported) == 0x000003, "Wrong size on ARBlueprintLibrary_IsSceneReconstructionSupported"); \ +static_assert(offsetof(ARBlueprintLibrary_IsSceneReconstructionSupported, SessionType) == 0x000000, "Member 'ARBlueprintLibrary_IsSceneReconstructionSupported::SessionType' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_IsSceneReconstructionSupported, SceneReconstructionMethod) == 0x000001, "Member 'ARBlueprintLibrary_IsSceneReconstructionSupported::SceneReconstructionMethod' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_IsSceneReconstructionSupported, ReturnValue) == 0x000002, "Member 'ARBlueprintLibrary_IsSceneReconstructionSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_IsSessionTrackingFeatureSupported \ +static_assert(alignof(ARBlueprintLibrary_IsSessionTrackingFeatureSupported) == 0x000001, "Wrong alignment on ARBlueprintLibrary_IsSessionTrackingFeatureSupported"); \ +static_assert(sizeof(ARBlueprintLibrary_IsSessionTrackingFeatureSupported) == 0x000003, "Wrong size on ARBlueprintLibrary_IsSessionTrackingFeatureSupported"); \ +static_assert(offsetof(ARBlueprintLibrary_IsSessionTrackingFeatureSupported, SessionType) == 0x000000, "Member 'ARBlueprintLibrary_IsSessionTrackingFeatureSupported::SessionType' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_IsSessionTrackingFeatureSupported, SessionTrackingFeature) == 0x000001, "Member 'ARBlueprintLibrary_IsSessionTrackingFeatureSupported::SessionTrackingFeature' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_IsSessionTrackingFeatureSupported, ReturnValue) == 0x000002, "Member 'ARBlueprintLibrary_IsSessionTrackingFeatureSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_IsSessionTypeSupported \ +static_assert(alignof(ARBlueprintLibrary_IsSessionTypeSupported) == 0x000001, "Wrong alignment on ARBlueprintLibrary_IsSessionTypeSupported"); \ +static_assert(sizeof(ARBlueprintLibrary_IsSessionTypeSupported) == 0x000002, "Wrong size on ARBlueprintLibrary_IsSessionTypeSupported"); \ +static_assert(offsetof(ARBlueprintLibrary_IsSessionTypeSupported, SessionType) == 0x000000, "Member 'ARBlueprintLibrary_IsSessionTypeSupported::SessionType' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_IsSessionTypeSupported, ReturnValue) == 0x000001, "Member 'ARBlueprintLibrary_IsSessionTypeSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_LineTraceTrackedObjects \ +static_assert(alignof(ARBlueprintLibrary_LineTraceTrackedObjects) == 0x000008, "Wrong alignment on ARBlueprintLibrary_LineTraceTrackedObjects"); \ +static_assert(sizeof(ARBlueprintLibrary_LineTraceTrackedObjects) == 0x000020, "Wrong size on ARBlueprintLibrary_LineTraceTrackedObjects"); \ +static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects, ScreenCoord) == 0x000000, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects::ScreenCoord' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects, bTestFeaturePoints) == 0x000008, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects::bTestFeaturePoints' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects, bTestGroundPlane) == 0x000009, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects::bTestGroundPlane' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects, bTestPlaneExtents) == 0x00000A, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects::bTestPlaneExtents' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects, bTestPlaneBoundaryPolygon) == 0x00000B, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects::bTestPlaneBoundaryPolygon' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects, ReturnValue) == 0x000010, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_LineTraceTrackedObjects3D \ +static_assert(alignof(ARBlueprintLibrary_LineTraceTrackedObjects3D) == 0x000008, "Wrong alignment on ARBlueprintLibrary_LineTraceTrackedObjects3D"); \ +static_assert(sizeof(ARBlueprintLibrary_LineTraceTrackedObjects3D) == 0x000030, "Wrong size on ARBlueprintLibrary_LineTraceTrackedObjects3D"); \ +static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects3D, Start) == 0x000000, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects3D::Start' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects3D, End) == 0x00000C, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects3D::End' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects3D, bTestFeaturePoints) == 0x000018, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects3D::bTestFeaturePoints' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects3D, bTestGroundPlane) == 0x000019, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects3D::bTestGroundPlane' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects3D, bTestPlaneExtents) == 0x00001A, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects3D::bTestPlaneExtents' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects3D, bTestPlaneBoundaryPolygon) == 0x00001B, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects3D::bTestPlaneBoundaryPolygon' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_LineTraceTrackedObjects3D, ReturnValue) == 0x000020, "Member 'ARBlueprintLibrary_LineTraceTrackedObjects3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_LoadARPinsFromLocalStore \ +static_assert(alignof(ARBlueprintLibrary_LoadARPinsFromLocalStore) == 0x000008, "Wrong alignment on ARBlueprintLibrary_LoadARPinsFromLocalStore"); \ +static_assert(sizeof(ARBlueprintLibrary_LoadARPinsFromLocalStore) == 0x000050, "Wrong size on ARBlueprintLibrary_LoadARPinsFromLocalStore"); \ +static_assert(offsetof(ARBlueprintLibrary_LoadARPinsFromLocalStore, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_LoadARPinsFromLocalStore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_PinComponent \ +static_assert(alignof(ARBlueprintLibrary_PinComponent) == 0x000010, "Wrong alignment on ARBlueprintLibrary_PinComponent"); \ +static_assert(sizeof(ARBlueprintLibrary_PinComponent) == 0x000060, "Wrong size on ARBlueprintLibrary_PinComponent"); \ +static_assert(offsetof(ARBlueprintLibrary_PinComponent, ComponentToPin) == 0x000000, "Member 'ARBlueprintLibrary_PinComponent::ComponentToPin' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_PinComponent, PinToWorldTransform) == 0x000010, "Member 'ARBlueprintLibrary_PinComponent::PinToWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_PinComponent, TrackedGeometry) == 0x000040, "Member 'ARBlueprintLibrary_PinComponent::TrackedGeometry' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_PinComponent, DebugName) == 0x000048, "Member 'ARBlueprintLibrary_PinComponent::DebugName' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_PinComponent, ReturnValue) == 0x000058, "Member 'ARBlueprintLibrary_PinComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_PinComponentToARPin \ +static_assert(alignof(ARBlueprintLibrary_PinComponentToARPin) == 0x000008, "Wrong alignment on ARBlueprintLibrary_PinComponentToARPin"); \ +static_assert(sizeof(ARBlueprintLibrary_PinComponentToARPin) == 0x000018, "Wrong size on ARBlueprintLibrary_PinComponentToARPin"); \ +static_assert(offsetof(ARBlueprintLibrary_PinComponentToARPin, ComponentToPin) == 0x000000, "Member 'ARBlueprintLibrary_PinComponentToARPin::ComponentToPin' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_PinComponentToARPin, Pin) == 0x000008, "Member 'ARBlueprintLibrary_PinComponentToARPin::Pin' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_PinComponentToARPin, ReturnValue) == 0x000010, "Member 'ARBlueprintLibrary_PinComponentToARPin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_PinComponentToTraceResult \ +static_assert(alignof(ARBlueprintLibrary_PinComponentToTraceResult) == 0x000010, "Wrong alignment on ARBlueprintLibrary_PinComponentToTraceResult"); \ +static_assert(sizeof(ARBlueprintLibrary_PinComponentToTraceResult) == 0x000090, "Wrong size on ARBlueprintLibrary_PinComponentToTraceResult"); \ +static_assert(offsetof(ARBlueprintLibrary_PinComponentToTraceResult, ComponentToPin) == 0x000000, "Member 'ARBlueprintLibrary_PinComponentToTraceResult::ComponentToPin' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_PinComponentToTraceResult, TraceResult) == 0x000010, "Member 'ARBlueprintLibrary_PinComponentToTraceResult::TraceResult' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_PinComponentToTraceResult, DebugName) == 0x000070, "Member 'ARBlueprintLibrary_PinComponentToTraceResult::DebugName' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_PinComponentToTraceResult, ReturnValue) == 0x000080, "Member 'ARBlueprintLibrary_PinComponentToTraceResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_RemoveARPinFromLocalStore \ +static_assert(alignof(ARBlueprintLibrary_RemoveARPinFromLocalStore) == 0x000004, "Wrong alignment on ARBlueprintLibrary_RemoveARPinFromLocalStore"); \ +static_assert(sizeof(ARBlueprintLibrary_RemoveARPinFromLocalStore) == 0x00000C, "Wrong size on ARBlueprintLibrary_RemoveARPinFromLocalStore"); \ +static_assert(offsetof(ARBlueprintLibrary_RemoveARPinFromLocalStore, InSaveName) == 0x000000, "Member 'ARBlueprintLibrary_RemoveARPinFromLocalStore::InSaveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_RemovePin \ +static_assert(alignof(ARBlueprintLibrary_RemovePin) == 0x000008, "Wrong alignment on ARBlueprintLibrary_RemovePin"); \ +static_assert(sizeof(ARBlueprintLibrary_RemovePin) == 0x000008, "Wrong size on ARBlueprintLibrary_RemovePin"); \ +static_assert(offsetof(ARBlueprintLibrary_RemovePin, PinToRemove) == 0x000000, "Member 'ARBlueprintLibrary_RemovePin::PinToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_ResizeXRCamera \ +static_assert(alignof(ARBlueprintLibrary_ResizeXRCamera) == 0x000004, "Wrong alignment on ARBlueprintLibrary_ResizeXRCamera"); \ +static_assert(sizeof(ARBlueprintLibrary_ResizeXRCamera) == 0x000010, "Wrong size on ARBlueprintLibrary_ResizeXRCamera"); \ +static_assert(offsetof(ARBlueprintLibrary_ResizeXRCamera, InSize) == 0x000000, "Member 'ARBlueprintLibrary_ResizeXRCamera::InSize' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_ResizeXRCamera, ReturnValue) == 0x000008, "Member 'ARBlueprintLibrary_ResizeXRCamera::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_SaveARPinToLocalStore \ +static_assert(alignof(ARBlueprintLibrary_SaveARPinToLocalStore) == 0x000008, "Wrong alignment on ARBlueprintLibrary_SaveARPinToLocalStore"); \ +static_assert(sizeof(ARBlueprintLibrary_SaveARPinToLocalStore) == 0x000020, "Wrong size on ARBlueprintLibrary_SaveARPinToLocalStore"); \ +static_assert(offsetof(ARBlueprintLibrary_SaveARPinToLocalStore, InSaveName) == 0x000000, "Member 'ARBlueprintLibrary_SaveARPinToLocalStore::InSaveName' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_SaveARPinToLocalStore, InPin) == 0x000010, "Member 'ARBlueprintLibrary_SaveARPinToLocalStore::InPin' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_SaveARPinToLocalStore, ReturnValue) == 0x000018, "Member 'ARBlueprintLibrary_SaveARPinToLocalStore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_SetAlignmentTransform \ +static_assert(alignof(ARBlueprintLibrary_SetAlignmentTransform) == 0x000010, "Wrong alignment on ARBlueprintLibrary_SetAlignmentTransform"); \ +static_assert(sizeof(ARBlueprintLibrary_SetAlignmentTransform) == 0x000030, "Wrong size on ARBlueprintLibrary_SetAlignmentTransform"); \ +static_assert(offsetof(ARBlueprintLibrary_SetAlignmentTransform, InAlignmentTransform) == 0x000000, "Member 'ARBlueprintLibrary_SetAlignmentTransform::InAlignmentTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_SetARWorldOriginLocationAndRotation \ +static_assert(alignof(ARBlueprintLibrary_SetARWorldOriginLocationAndRotation) == 0x000004, "Wrong alignment on ARBlueprintLibrary_SetARWorldOriginLocationAndRotation"); \ +static_assert(sizeof(ARBlueprintLibrary_SetARWorldOriginLocationAndRotation) == 0x00001C, "Wrong size on ARBlueprintLibrary_SetARWorldOriginLocationAndRotation"); \ +static_assert(offsetof(ARBlueprintLibrary_SetARWorldOriginLocationAndRotation, OriginLocation) == 0x000000, "Member 'ARBlueprintLibrary_SetARWorldOriginLocationAndRotation::OriginLocation' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_SetARWorldOriginLocationAndRotation, OriginRotation) == 0x00000C, "Member 'ARBlueprintLibrary_SetARWorldOriginLocationAndRotation::OriginRotation' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_SetARWorldOriginLocationAndRotation, bIsTransformInWorldSpace) == 0x000018, "Member 'ARBlueprintLibrary_SetARWorldOriginLocationAndRotation::bIsTransformInWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_SetARWorldOriginLocationAndRotation, bMaintainUpDirection) == 0x000019, "Member 'ARBlueprintLibrary_SetARWorldOriginLocationAndRotation::bMaintainUpDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_SetARWorldScale \ +static_assert(alignof(ARBlueprintLibrary_SetARWorldScale) == 0x000004, "Wrong alignment on ARBlueprintLibrary_SetARWorldScale"); \ +static_assert(sizeof(ARBlueprintLibrary_SetARWorldScale) == 0x000004, "Wrong size on ARBlueprintLibrary_SetARWorldScale"); \ +static_assert(offsetof(ARBlueprintLibrary_SetARWorldScale, InWorldScale) == 0x000000, "Member 'ARBlueprintLibrary_SetARWorldScale::InWorldScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_SetEnabledXRCamera \ +static_assert(alignof(ARBlueprintLibrary_SetEnabledXRCamera) == 0x000001, "Wrong alignment on ARBlueprintLibrary_SetEnabledXRCamera"); \ +static_assert(sizeof(ARBlueprintLibrary_SetEnabledXRCamera) == 0x000001, "Wrong size on ARBlueprintLibrary_SetEnabledXRCamera"); \ +static_assert(offsetof(ARBlueprintLibrary_SetEnabledXRCamera, bOnOff) == 0x000000, "Member 'ARBlueprintLibrary_SetEnabledXRCamera::bOnOff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_StartARSession \ +static_assert(alignof(ARBlueprintLibrary_StartARSession) == 0x000008, "Wrong alignment on ARBlueprintLibrary_StartARSession"); \ +static_assert(sizeof(ARBlueprintLibrary_StartARSession) == 0x000008, "Wrong size on ARBlueprintLibrary_StartARSession"); \ +static_assert(offsetof(ARBlueprintLibrary_StartARSession, SessionConfig) == 0x000000, "Member 'ARBlueprintLibrary_StartARSession::SessionConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_ToggleARCapture \ +static_assert(alignof(ARBlueprintLibrary_ToggleARCapture) == 0x000001, "Wrong alignment on ARBlueprintLibrary_ToggleARCapture"); \ +static_assert(sizeof(ARBlueprintLibrary_ToggleARCapture) == 0x000003, "Wrong size on ARBlueprintLibrary_ToggleARCapture"); \ +static_assert(offsetof(ARBlueprintLibrary_ToggleARCapture, bOnOff) == 0x000000, "Member 'ARBlueprintLibrary_ToggleARCapture::bOnOff' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_ToggleARCapture, CaptureType) == 0x000001, "Member 'ARBlueprintLibrary_ToggleARCapture::CaptureType' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_ToggleARCapture, ReturnValue) == 0x000002, "Member 'ARBlueprintLibrary_ToggleARCapture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_UnpinComponent \ +static_assert(alignof(ARBlueprintLibrary_UnpinComponent) == 0x000008, "Wrong alignment on ARBlueprintLibrary_UnpinComponent"); \ +static_assert(sizeof(ARBlueprintLibrary_UnpinComponent) == 0x000008, "Wrong size on ARBlueprintLibrary_UnpinComponent"); \ +static_assert(offsetof(ARBlueprintLibrary_UnpinComponent, ComponentToUnpin) == 0x000000, "Member 'ARBlueprintLibrary_UnpinComponent::ComponentToUnpin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARBlueprintLibrary \ +static_assert(alignof(UARBlueprintLibrary) == 0x000008, "Wrong alignment on UARBlueprintLibrary"); \ +static_assert(sizeof(UARBlueprintLibrary) == 0x000030, "Wrong size on UARBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_ARTrackedGeometry_GetUnderlyingMesh \ +static_assert(alignof(ARTrackedGeometry_GetUnderlyingMesh) == 0x000008, "Wrong alignment on ARTrackedGeometry_GetUnderlyingMesh"); \ +static_assert(sizeof(ARTrackedGeometry_GetUnderlyingMesh) == 0x000008, "Wrong size on ARTrackedGeometry_GetUnderlyingMesh"); \ +static_assert(offsetof(ARTrackedGeometry_GetUnderlyingMesh, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetUnderlyingMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTrackedGeometry_GetDebugName \ +static_assert(alignof(ARTrackedGeometry_GetDebugName) == 0x000004, "Wrong alignment on ARTrackedGeometry_GetDebugName"); \ +static_assert(sizeof(ARTrackedGeometry_GetDebugName) == 0x00000C, "Wrong size on ARTrackedGeometry_GetDebugName"); \ +static_assert(offsetof(ARTrackedGeometry_GetDebugName, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetDebugName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTrackedGeometry_GetLastUpdateFrameNumber \ +static_assert(alignof(ARTrackedGeometry_GetLastUpdateFrameNumber) == 0x000004, "Wrong alignment on ARTrackedGeometry_GetLastUpdateFrameNumber"); \ +static_assert(sizeof(ARTrackedGeometry_GetLastUpdateFrameNumber) == 0x000004, "Wrong size on ARTrackedGeometry_GetLastUpdateFrameNumber"); \ +static_assert(offsetof(ARTrackedGeometry_GetLastUpdateFrameNumber, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetLastUpdateFrameNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTrackedGeometry_GetLastUpdateTimestamp \ +static_assert(alignof(ARTrackedGeometry_GetLastUpdateTimestamp) == 0x000004, "Wrong alignment on ARTrackedGeometry_GetLastUpdateTimestamp"); \ +static_assert(sizeof(ARTrackedGeometry_GetLastUpdateTimestamp) == 0x000004, "Wrong size on ARTrackedGeometry_GetLastUpdateTimestamp"); \ +static_assert(offsetof(ARTrackedGeometry_GetLastUpdateTimestamp, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetLastUpdateTimestamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTrackedGeometry_GetLocalToTrackingTransform \ +static_assert(alignof(ARTrackedGeometry_GetLocalToTrackingTransform) == 0x000010, "Wrong alignment on ARTrackedGeometry_GetLocalToTrackingTransform"); \ +static_assert(sizeof(ARTrackedGeometry_GetLocalToTrackingTransform) == 0x000030, "Wrong size on ARTrackedGeometry_GetLocalToTrackingTransform"); \ +static_assert(offsetof(ARTrackedGeometry_GetLocalToTrackingTransform, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetLocalToTrackingTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTrackedGeometry_GetLocalToWorldTransform \ +static_assert(alignof(ARTrackedGeometry_GetLocalToWorldTransform) == 0x000010, "Wrong alignment on ARTrackedGeometry_GetLocalToWorldTransform"); \ +static_assert(sizeof(ARTrackedGeometry_GetLocalToWorldTransform) == 0x000030, "Wrong size on ARTrackedGeometry_GetLocalToWorldTransform"); \ +static_assert(offsetof(ARTrackedGeometry_GetLocalToWorldTransform, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetLocalToWorldTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTrackedGeometry_GetName \ +static_assert(alignof(ARTrackedGeometry_GetName) == 0x000008, "Wrong alignment on ARTrackedGeometry_GetName"); \ +static_assert(sizeof(ARTrackedGeometry_GetName) == 0x000010, "Wrong size on ARTrackedGeometry_GetName"); \ +static_assert(offsetof(ARTrackedGeometry_GetName, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTrackedGeometry_GetObjectClassification \ +static_assert(alignof(ARTrackedGeometry_GetObjectClassification) == 0x000001, "Wrong alignment on ARTrackedGeometry_GetObjectClassification"); \ +static_assert(sizeof(ARTrackedGeometry_GetObjectClassification) == 0x000001, "Wrong size on ARTrackedGeometry_GetObjectClassification"); \ +static_assert(offsetof(ARTrackedGeometry_GetObjectClassification, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetObjectClassification::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTrackedGeometry_GetTrackingState \ +static_assert(alignof(ARTrackedGeometry_GetTrackingState) == 0x000001, "Wrong alignment on ARTrackedGeometry_GetTrackingState"); \ +static_assert(sizeof(ARTrackedGeometry_GetTrackingState) == 0x000001, "Wrong size on ARTrackedGeometry_GetTrackingState"); \ +static_assert(offsetof(ARTrackedGeometry_GetTrackingState, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_GetTrackingState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTrackedGeometry_HasSpatialMeshUsageFlag \ +static_assert(alignof(ARTrackedGeometry_HasSpatialMeshUsageFlag) == 0x000001, "Wrong alignment on ARTrackedGeometry_HasSpatialMeshUsageFlag"); \ +static_assert(sizeof(ARTrackedGeometry_HasSpatialMeshUsageFlag) == 0x000002, "Wrong size on ARTrackedGeometry_HasSpatialMeshUsageFlag"); \ +static_assert(offsetof(ARTrackedGeometry_HasSpatialMeshUsageFlag, InFlag) == 0x000000, "Member 'ARTrackedGeometry_HasSpatialMeshUsageFlag::InFlag' has a wrong offset!"); \ +static_assert(offsetof(ARTrackedGeometry_HasSpatialMeshUsageFlag, ReturnValue) == 0x000001, "Member 'ARTrackedGeometry_HasSpatialMeshUsageFlag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTrackedGeometry_IsTracked \ +static_assert(alignof(ARTrackedGeometry_IsTracked) == 0x000001, "Wrong alignment on ARTrackedGeometry_IsTracked"); \ +static_assert(sizeof(ARTrackedGeometry_IsTracked) == 0x000001, "Wrong size on ARTrackedGeometry_IsTracked"); \ +static_assert(offsetof(ARTrackedGeometry_IsTracked, ReturnValue) == 0x000000, "Member 'ARTrackedGeometry_IsTracked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTrackedGeometry \ +static_assert(alignof(UARTrackedGeometry) == 0x000010, "Wrong alignment on UARTrackedGeometry"); \ +static_assert(sizeof(UARTrackedGeometry) == 0x000100, "Wrong size on UARTrackedGeometry"); \ +static_assert(offsetof(UARTrackedGeometry, UniqueId) == 0x000030, "Member 'UARTrackedGeometry::UniqueId' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedGeometry, LocalToTrackingTransform) == 0x000040, "Member 'UARTrackedGeometry::LocalToTrackingTransform' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedGeometry, LocalToAlignedTrackingTransform) == 0x000070, "Member 'UARTrackedGeometry::LocalToAlignedTrackingTransform' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedGeometry, TrackingState) == 0x0000A0, "Member 'UARTrackedGeometry::TrackingState' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedGeometry, UnderlyingMesh) == 0x0000B0, "Member 'UARTrackedGeometry::UnderlyingMesh' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedGeometry, ObjectClassification) == 0x0000B8, "Member 'UARTrackedGeometry::ObjectClassification' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedGeometry, SpatialMeshUsageFlags) == 0x0000B9, "Member 'UARTrackedGeometry::SpatialMeshUsageFlags' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedGeometry, LastUpdateFrameNumber) == 0x0000D0, "Member 'UARTrackedGeometry::LastUpdateFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedGeometry, DebugName) == 0x0000E0, "Member 'UARTrackedGeometry::DebugName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTrackedPose_GetTrackedPoseData \ +static_assert(alignof(ARTrackedPose_GetTrackedPoseData) == 0x000008, "Wrong alignment on ARTrackedPose_GetTrackedPoseData"); \ +static_assert(sizeof(ARTrackedPose_GetTrackedPoseData) == 0x000050, "Wrong size on ARTrackedPose_GetTrackedPoseData"); \ +static_assert(offsetof(ARTrackedPose_GetTrackedPoseData, ReturnValue) == 0x000000, "Member 'ARTrackedPose_GetTrackedPoseData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTrackedPose \ +static_assert(alignof(UARTrackedPose) == 0x000010, "Wrong alignment on UARTrackedPose"); \ +static_assert(sizeof(UARTrackedPose) == 0x000150, "Wrong size on UARTrackedPose"); \ +static_assert(offsetof(UARTrackedPose, TrackedPose) == 0x000100, "Member 'UARTrackedPose::TrackedPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTraceResultLibrary_GetDistanceFromCamera \ +static_assert(alignof(ARTraceResultLibrary_GetDistanceFromCamera) == 0x000010, "Wrong alignment on ARTraceResultLibrary_GetDistanceFromCamera"); \ +static_assert(sizeof(ARTraceResultLibrary_GetDistanceFromCamera) == 0x000070, "Wrong size on ARTraceResultLibrary_GetDistanceFromCamera"); \ +static_assert(offsetof(ARTraceResultLibrary_GetDistanceFromCamera, TraceResult) == 0x000000, "Member 'ARTraceResultLibrary_GetDistanceFromCamera::TraceResult' has a wrong offset!"); \ +static_assert(offsetof(ARTraceResultLibrary_GetDistanceFromCamera, ReturnValue) == 0x000060, "Member 'ARTraceResultLibrary_GetDistanceFromCamera::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTraceResultLibrary_GetLocalToTrackingTransform \ +static_assert(alignof(ARTraceResultLibrary_GetLocalToTrackingTransform) == 0x000010, "Wrong alignment on ARTraceResultLibrary_GetLocalToTrackingTransform"); \ +static_assert(sizeof(ARTraceResultLibrary_GetLocalToTrackingTransform) == 0x000090, "Wrong size on ARTraceResultLibrary_GetLocalToTrackingTransform"); \ +static_assert(offsetof(ARTraceResultLibrary_GetLocalToTrackingTransform, TraceResult) == 0x000000, "Member 'ARTraceResultLibrary_GetLocalToTrackingTransform::TraceResult' has a wrong offset!"); \ +static_assert(offsetof(ARTraceResultLibrary_GetLocalToTrackingTransform, ReturnValue) == 0x000060, "Member 'ARTraceResultLibrary_GetLocalToTrackingTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTraceResultLibrary_GetLocalToWorldTransform \ +static_assert(alignof(ARTraceResultLibrary_GetLocalToWorldTransform) == 0x000010, "Wrong alignment on ARTraceResultLibrary_GetLocalToWorldTransform"); \ +static_assert(sizeof(ARTraceResultLibrary_GetLocalToWorldTransform) == 0x000090, "Wrong size on ARTraceResultLibrary_GetLocalToWorldTransform"); \ +static_assert(offsetof(ARTraceResultLibrary_GetLocalToWorldTransform, TraceResult) == 0x000000, "Member 'ARTraceResultLibrary_GetLocalToWorldTransform::TraceResult' has a wrong offset!"); \ +static_assert(offsetof(ARTraceResultLibrary_GetLocalToWorldTransform, ReturnValue) == 0x000060, "Member 'ARTraceResultLibrary_GetLocalToWorldTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTraceResultLibrary_GetLocalTransform \ +static_assert(alignof(ARTraceResultLibrary_GetLocalTransform) == 0x000010, "Wrong alignment on ARTraceResultLibrary_GetLocalTransform"); \ +static_assert(sizeof(ARTraceResultLibrary_GetLocalTransform) == 0x000090, "Wrong size on ARTraceResultLibrary_GetLocalTransform"); \ +static_assert(offsetof(ARTraceResultLibrary_GetLocalTransform, TraceResult) == 0x000000, "Member 'ARTraceResultLibrary_GetLocalTransform::TraceResult' has a wrong offset!"); \ +static_assert(offsetof(ARTraceResultLibrary_GetLocalTransform, ReturnValue) == 0x000060, "Member 'ARTraceResultLibrary_GetLocalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTraceResultLibrary_GetTraceChannel \ +static_assert(alignof(ARTraceResultLibrary_GetTraceChannel) == 0x000010, "Wrong alignment on ARTraceResultLibrary_GetTraceChannel"); \ +static_assert(sizeof(ARTraceResultLibrary_GetTraceChannel) == 0x000070, "Wrong size on ARTraceResultLibrary_GetTraceChannel"); \ +static_assert(offsetof(ARTraceResultLibrary_GetTraceChannel, TraceResult) == 0x000000, "Member 'ARTraceResultLibrary_GetTraceChannel::TraceResult' has a wrong offset!"); \ +static_assert(offsetof(ARTraceResultLibrary_GetTraceChannel, ReturnValue) == 0x000060, "Member 'ARTraceResultLibrary_GetTraceChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTraceResultLibrary_GetTrackedGeometry \ +static_assert(alignof(ARTraceResultLibrary_GetTrackedGeometry) == 0x000010, "Wrong alignment on ARTraceResultLibrary_GetTrackedGeometry"); \ +static_assert(sizeof(ARTraceResultLibrary_GetTrackedGeometry) == 0x000070, "Wrong size on ARTraceResultLibrary_GetTrackedGeometry"); \ +static_assert(offsetof(ARTraceResultLibrary_GetTrackedGeometry, TraceResult) == 0x000000, "Member 'ARTraceResultLibrary_GetTrackedGeometry::TraceResult' has a wrong offset!"); \ +static_assert(offsetof(ARTraceResultLibrary_GetTrackedGeometry, ReturnValue) == 0x000060, "Member 'ARTraceResultLibrary_GetTrackedGeometry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTraceResultLibrary \ +static_assert(alignof(UARTraceResultLibrary) == 0x000008, "Wrong alignment on UARTraceResultLibrary"); \ +static_assert(sizeof(UARTraceResultLibrary) == 0x000030, "Wrong size on UARTraceResultLibrary"); \ + +#define DUMPER7_ASSERTS_UARBaseAsyncTaskBlueprintProxy \ +static_assert(alignof(UARBaseAsyncTaskBlueprintProxy) == 0x000008, "Wrong alignment on UARBaseAsyncTaskBlueprintProxy"); \ +static_assert(sizeof(UARBaseAsyncTaskBlueprintProxy) == 0x000058, "Wrong size on UARBaseAsyncTaskBlueprintProxy"); \ + +#define DUMPER7_ASSERTS_ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld \ +static_assert(alignof(ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld) == 0x000008, "Wrong alignment on ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld"); \ +static_assert(sizeof(ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld) == 0x000010, "Wrong size on ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld"); \ +static_assert(offsetof(ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld, WorldContextObject) == 0x000000, "Member 'ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld, ReturnValue) == 0x000008, "Member 'ARSaveWorldAsyncTaskBlueprintProxy_ARSaveWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARSaveWorldAsyncTaskBlueprintProxy \ +static_assert(alignof(UARSaveWorldAsyncTaskBlueprintProxy) == 0x000008, "Wrong alignment on UARSaveWorldAsyncTaskBlueprintProxy"); \ +static_assert(sizeof(UARSaveWorldAsyncTaskBlueprintProxy) == 0x000088, "Wrong size on UARSaveWorldAsyncTaskBlueprintProxy"); \ +static_assert(offsetof(UARSaveWorldAsyncTaskBlueprintProxy, OnSuccess) == 0x000058, "Member 'UARSaveWorldAsyncTaskBlueprintProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UARSaveWorldAsyncTaskBlueprintProxy, OnFailed) == 0x000068, "Member 'UARSaveWorldAsyncTaskBlueprintProxy::OnFailed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject \ +static_assert(alignof(ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject) == 0x000008, "Wrong alignment on ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject"); \ +static_assert(sizeof(ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject) == 0x000028, "Wrong size on ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject"); \ +static_assert(offsetof(ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject, WorldContextObject) == 0x000000, "Member 'ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject, Location) == 0x000008, "Member 'ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject::Location' has a wrong offset!"); \ +static_assert(offsetof(ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject, Extent) == 0x000014, "Member 'ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject::Extent' has a wrong offset!"); \ +static_assert(offsetof(ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject, ReturnValue) == 0x000020, "Member 'ARGetCandidateObjectAsyncTaskBlueprintProxy_ARGetCandidateObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARGetCandidateObjectAsyncTaskBlueprintProxy \ +static_assert(alignof(UARGetCandidateObjectAsyncTaskBlueprintProxy) == 0x000008, "Wrong alignment on UARGetCandidateObjectAsyncTaskBlueprintProxy"); \ +static_assert(sizeof(UARGetCandidateObjectAsyncTaskBlueprintProxy) == 0x0000A0, "Wrong size on UARGetCandidateObjectAsyncTaskBlueprintProxy"); \ +static_assert(offsetof(UARGetCandidateObjectAsyncTaskBlueprintProxy, OnSuccess) == 0x000058, "Member 'UARGetCandidateObjectAsyncTaskBlueprintProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UARGetCandidateObjectAsyncTaskBlueprintProxy, OnFailed) == 0x000068, "Member 'UARGetCandidateObjectAsyncTaskBlueprintProxy::OnFailed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARComponent_GetMRMesh \ +static_assert(alignof(ARComponent_GetMRMesh) == 0x000008, "Wrong alignment on ARComponent_GetMRMesh"); \ +static_assert(sizeof(ARComponent_GetMRMesh) == 0x000008, "Wrong size on ARComponent_GetMRMesh"); \ +static_assert(offsetof(ARComponent_GetMRMesh, ReturnValue) == 0x000000, "Member 'ARComponent_GetMRMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARComponent_SetNativeID \ +static_assert(alignof(ARComponent_SetNativeID) == 0x000004, "Wrong alignment on ARComponent_SetNativeID"); \ +static_assert(sizeof(ARComponent_SetNativeID) == 0x000010, "Wrong size on ARComponent_SetNativeID"); \ +static_assert(offsetof(ARComponent_SetNativeID, NativeID_0) == 0x000000, "Member 'ARComponent_SetNativeID::NativeID_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARComponent \ +static_assert(alignof(UARComponent) == 0x000010, "Wrong alignment on UARComponent"); \ +static_assert(sizeof(UARComponent) == 0x0002B0, "Wrong size on UARComponent"); \ +static_assert(offsetof(UARComponent, NativeID) == 0x000228, "Member 'UARComponent::NativeID' has a wrong offset!"); \ +static_assert(offsetof(UARComponent, bUseDefaultReplication) == 0x000268, "Member 'UARComponent::bUseDefaultReplication' has a wrong offset!"); \ +static_assert(offsetof(UARComponent, DefaultMeshMaterial) == 0x000270, "Member 'UARComponent::DefaultMeshMaterial' has a wrong offset!"); \ +static_assert(offsetof(UARComponent, DefaultWireframeMeshMaterial) == 0x000278, "Member 'UARComponent::DefaultWireframeMeshMaterial' has a wrong offset!"); \ +static_assert(offsetof(UARComponent, MRMeshComponent) == 0x000280, "Member 'UARComponent::MRMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UARComponent, MyTrackedGeometry) == 0x000288, "Member 'UARComponent::MyTrackedGeometry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPlaneComponent_GetObjectClassificationDebugColors \ +static_assert(alignof(ARPlaneComponent_GetObjectClassificationDebugColors) == 0x000008, "Wrong alignment on ARPlaneComponent_GetObjectClassificationDebugColors"); \ +static_assert(sizeof(ARPlaneComponent_GetObjectClassificationDebugColors) == 0x000050, "Wrong size on ARPlaneComponent_GetObjectClassificationDebugColors"); \ +static_assert(offsetof(ARPlaneComponent_GetObjectClassificationDebugColors, ReturnValue) == 0x000000, "Member 'ARPlaneComponent_GetObjectClassificationDebugColors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPlaneComponent_SetObjectClassificationDebugColors \ +static_assert(alignof(ARPlaneComponent_SetObjectClassificationDebugColors) == 0x000008, "Wrong alignment on ARPlaneComponent_SetObjectClassificationDebugColors"); \ +static_assert(sizeof(ARPlaneComponent_SetObjectClassificationDebugColors) == 0x000050, "Wrong size on ARPlaneComponent_SetObjectClassificationDebugColors"); \ +static_assert(offsetof(ARPlaneComponent_SetObjectClassificationDebugColors, InColors) == 0x000000, "Member 'ARPlaneComponent_SetObjectClassificationDebugColors::InColors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPlaneComponent_SetPlaneComponentDebugMode \ +static_assert(alignof(ARPlaneComponent_SetPlaneComponentDebugMode) == 0x000001, "Wrong alignment on ARPlaneComponent_SetPlaneComponentDebugMode"); \ +static_assert(sizeof(ARPlaneComponent_SetPlaneComponentDebugMode) == 0x000001, "Wrong size on ARPlaneComponent_SetPlaneComponentDebugMode"); \ +static_assert(offsetof(ARPlaneComponent_SetPlaneComponentDebugMode, NewDebugMode) == 0x000000, "Member 'ARPlaneComponent_SetPlaneComponentDebugMode::NewDebugMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPlaneComponent_ReceiveAdd \ +static_assert(alignof(ARPlaneComponent_ReceiveAdd) == 0x000010, "Wrong alignment on ARPlaneComponent_ReceiveAdd"); \ +static_assert(sizeof(ARPlaneComponent_ReceiveAdd) == 0x000080, "Wrong size on ARPlaneComponent_ReceiveAdd"); \ +static_assert(offsetof(ARPlaneComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARPlaneComponent_ReceiveAdd::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPlaneComponent_ReceiveUpdate \ +static_assert(alignof(ARPlaneComponent_ReceiveUpdate) == 0x000010, "Wrong alignment on ARPlaneComponent_ReceiveUpdate"); \ +static_assert(sizeof(ARPlaneComponent_ReceiveUpdate) == 0x000080, "Wrong size on ARPlaneComponent_ReceiveUpdate"); \ +static_assert(offsetof(ARPlaneComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARPlaneComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPlaneComponent_ServerUpdatePayload \ +static_assert(alignof(ARPlaneComponent_ServerUpdatePayload) == 0x000010, "Wrong alignment on ARPlaneComponent_ServerUpdatePayload"); \ +static_assert(sizeof(ARPlaneComponent_ServerUpdatePayload) == 0x000080, "Wrong size on ARPlaneComponent_ServerUpdatePayload"); \ +static_assert(offsetof(ARPlaneComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARPlaneComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARPlaneComponent \ +static_assert(alignof(UARPlaneComponent) == 0x000010, "Wrong alignment on UARPlaneComponent"); \ +static_assert(sizeof(UARPlaneComponent) == 0x000330, "Wrong size on UARPlaneComponent"); \ +static_assert(offsetof(UARPlaneComponent, ReplicatedPayload) == 0x0002B0, "Member 'UARPlaneComponent::ReplicatedPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPointComponent_ReceiveAdd \ +static_assert(alignof(ARPointComponent_ReceiveAdd) == 0x000001, "Wrong alignment on ARPointComponent_ReceiveAdd"); \ +static_assert(sizeof(ARPointComponent_ReceiveAdd) == 0x000001, "Wrong size on ARPointComponent_ReceiveAdd"); \ +static_assert(offsetof(ARPointComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARPointComponent_ReceiveAdd::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPointComponent_ReceiveUpdate \ +static_assert(alignof(ARPointComponent_ReceiveUpdate) == 0x000001, "Wrong alignment on ARPointComponent_ReceiveUpdate"); \ +static_assert(sizeof(ARPointComponent_ReceiveUpdate) == 0x000001, "Wrong size on ARPointComponent_ReceiveUpdate"); \ +static_assert(offsetof(ARPointComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARPointComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPointComponent_ServerUpdatePayload \ +static_assert(alignof(ARPointComponent_ServerUpdatePayload) == 0x000001, "Wrong alignment on ARPointComponent_ServerUpdatePayload"); \ +static_assert(sizeof(ARPointComponent_ServerUpdatePayload) == 0x000001, "Wrong size on ARPointComponent_ServerUpdatePayload"); \ +static_assert(offsetof(ARPointComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARPointComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARPointComponent \ +static_assert(alignof(UARPointComponent) == 0x000010, "Wrong alignment on UARPointComponent"); \ +static_assert(sizeof(UARPointComponent) == 0x0002B0, "Wrong size on UARPointComponent"); \ +static_assert(offsetof(UARPointComponent, ReplicatedPayload) == 0x0002A8, "Member 'UARPointComponent::ReplicatedPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARFaceComponent_SetFaceComponentDebugMode \ +static_assert(alignof(ARFaceComponent_SetFaceComponentDebugMode) == 0x000001, "Wrong alignment on ARFaceComponent_SetFaceComponentDebugMode"); \ +static_assert(sizeof(ARFaceComponent_SetFaceComponentDebugMode) == 0x000001, "Wrong size on ARFaceComponent_SetFaceComponentDebugMode"); \ +static_assert(offsetof(ARFaceComponent_SetFaceComponentDebugMode, NewDebugMode) == 0x000000, "Member 'ARFaceComponent_SetFaceComponentDebugMode::NewDebugMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARFaceComponent_ReceiveAdd \ +static_assert(alignof(ARFaceComponent_ReceiveAdd) == 0x000008, "Wrong alignment on ARFaceComponent_ReceiveAdd"); \ +static_assert(sizeof(ARFaceComponent_ReceiveAdd) == 0x000040, "Wrong size on ARFaceComponent_ReceiveAdd"); \ +static_assert(offsetof(ARFaceComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARFaceComponent_ReceiveAdd::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARFaceComponent_ReceiveUpdate \ +static_assert(alignof(ARFaceComponent_ReceiveUpdate) == 0x000008, "Wrong alignment on ARFaceComponent_ReceiveUpdate"); \ +static_assert(sizeof(ARFaceComponent_ReceiveUpdate) == 0x000040, "Wrong size on ARFaceComponent_ReceiveUpdate"); \ +static_assert(offsetof(ARFaceComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARFaceComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARFaceComponent_ServerUpdatePayload \ +static_assert(alignof(ARFaceComponent_ServerUpdatePayload) == 0x000008, "Wrong alignment on ARFaceComponent_ServerUpdatePayload"); \ +static_assert(sizeof(ARFaceComponent_ServerUpdatePayload) == 0x000040, "Wrong size on ARFaceComponent_ServerUpdatePayload"); \ +static_assert(offsetof(ARFaceComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARFaceComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARFaceComponent \ +static_assert(alignof(UARFaceComponent) == 0x000010, "Wrong alignment on UARFaceComponent"); \ +static_assert(sizeof(UARFaceComponent) == 0x000310, "Wrong size on UARFaceComponent"); \ +static_assert(offsetof(UARFaceComponent, TransformSetting) == 0x0002A8, "Member 'UARFaceComponent::TransformSetting' has a wrong offset!"); \ +static_assert(offsetof(UARFaceComponent, bUpdateVertexNormal) == 0x0002A9, "Member 'UARFaceComponent::bUpdateVertexNormal' has a wrong offset!"); \ +static_assert(offsetof(UARFaceComponent, bFaceOutOfScreen) == 0x0002AA, "Member 'UARFaceComponent::bFaceOutOfScreen' has a wrong offset!"); \ +static_assert(offsetof(UARFaceComponent, ReplicatedPayload) == 0x0002B0, "Member 'UARFaceComponent::ReplicatedPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARImageComponent_SetImageComponentDebugMode \ +static_assert(alignof(ARImageComponent_SetImageComponentDebugMode) == 0x000001, "Wrong alignment on ARImageComponent_SetImageComponentDebugMode"); \ +static_assert(sizeof(ARImageComponent_SetImageComponentDebugMode) == 0x000001, "Wrong size on ARImageComponent_SetImageComponentDebugMode"); \ +static_assert(offsetof(ARImageComponent_SetImageComponentDebugMode, NewDebugMode) == 0x000000, "Member 'ARImageComponent_SetImageComponentDebugMode::NewDebugMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARImageComponent_ReceiveAdd \ +static_assert(alignof(ARImageComponent_ReceiveAdd) == 0x000010, "Wrong alignment on ARImageComponent_ReceiveAdd"); \ +static_assert(sizeof(ARImageComponent_ReceiveAdd) == 0x000060, "Wrong size on ARImageComponent_ReceiveAdd"); \ +static_assert(offsetof(ARImageComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARImageComponent_ReceiveAdd::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARImageComponent_ReceiveUpdate \ +static_assert(alignof(ARImageComponent_ReceiveUpdate) == 0x000010, "Wrong alignment on ARImageComponent_ReceiveUpdate"); \ +static_assert(sizeof(ARImageComponent_ReceiveUpdate) == 0x000060, "Wrong size on ARImageComponent_ReceiveUpdate"); \ +static_assert(offsetof(ARImageComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARImageComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARImageComponent_ServerUpdatePayload \ +static_assert(alignof(ARImageComponent_ServerUpdatePayload) == 0x000010, "Wrong alignment on ARImageComponent_ServerUpdatePayload"); \ +static_assert(sizeof(ARImageComponent_ServerUpdatePayload) == 0x000060, "Wrong size on ARImageComponent_ServerUpdatePayload"); \ +static_assert(offsetof(ARImageComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARImageComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARImageComponent \ +static_assert(alignof(UARImageComponent) == 0x000010, "Wrong alignment on UARImageComponent"); \ +static_assert(sizeof(UARImageComponent) == 0x000310, "Wrong size on UARImageComponent"); \ +static_assert(offsetof(UARImageComponent, ReplicatedPayload) == 0x0002B0, "Member 'UARImageComponent::ReplicatedPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARQRCodeComponent_SetQRCodeComponentDebugMode \ +static_assert(alignof(ARQRCodeComponent_SetQRCodeComponentDebugMode) == 0x000001, "Wrong alignment on ARQRCodeComponent_SetQRCodeComponentDebugMode"); \ +static_assert(sizeof(ARQRCodeComponent_SetQRCodeComponentDebugMode) == 0x000001, "Wrong size on ARQRCodeComponent_SetQRCodeComponentDebugMode"); \ +static_assert(offsetof(ARQRCodeComponent_SetQRCodeComponentDebugMode, NewDebugMode) == 0x000000, "Member 'ARQRCodeComponent_SetQRCodeComponentDebugMode::NewDebugMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARQRCodeComponent_ReceiveAdd \ +static_assert(alignof(ARQRCodeComponent_ReceiveAdd) == 0x000010, "Wrong alignment on ARQRCodeComponent_ReceiveAdd"); \ +static_assert(sizeof(ARQRCodeComponent_ReceiveAdd) == 0x000070, "Wrong size on ARQRCodeComponent_ReceiveAdd"); \ +static_assert(offsetof(ARQRCodeComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARQRCodeComponent_ReceiveAdd::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARQRCodeComponent_ReceiveUpdate \ +static_assert(alignof(ARQRCodeComponent_ReceiveUpdate) == 0x000010, "Wrong alignment on ARQRCodeComponent_ReceiveUpdate"); \ +static_assert(sizeof(ARQRCodeComponent_ReceiveUpdate) == 0x000070, "Wrong size on ARQRCodeComponent_ReceiveUpdate"); \ +static_assert(offsetof(ARQRCodeComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARQRCodeComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARQRCodeComponent_ServerUpdatePayload \ +static_assert(alignof(ARQRCodeComponent_ServerUpdatePayload) == 0x000010, "Wrong alignment on ARQRCodeComponent_ServerUpdatePayload"); \ +static_assert(sizeof(ARQRCodeComponent_ServerUpdatePayload) == 0x000070, "Wrong size on ARQRCodeComponent_ServerUpdatePayload"); \ +static_assert(offsetof(ARQRCodeComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARQRCodeComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARQRCodeComponent \ +static_assert(alignof(UARQRCodeComponent) == 0x000010, "Wrong alignment on UARQRCodeComponent"); \ +static_assert(sizeof(UARQRCodeComponent) == 0x000320, "Wrong size on UARQRCodeComponent"); \ +static_assert(offsetof(UARQRCodeComponent, ReplicatedPayload) == 0x0002B0, "Member 'UARQRCodeComponent::ReplicatedPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPoseComponent_SetPoseComponentDebugMode \ +static_assert(alignof(ARPoseComponent_SetPoseComponentDebugMode) == 0x000001, "Wrong alignment on ARPoseComponent_SetPoseComponentDebugMode"); \ +static_assert(sizeof(ARPoseComponent_SetPoseComponentDebugMode) == 0x000001, "Wrong size on ARPoseComponent_SetPoseComponentDebugMode"); \ +static_assert(offsetof(ARPoseComponent_SetPoseComponentDebugMode, NewDebugMode) == 0x000000, "Member 'ARPoseComponent_SetPoseComponentDebugMode::NewDebugMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPoseComponent_ReceiveAdd \ +static_assert(alignof(ARPoseComponent_ReceiveAdd) == 0x000010, "Wrong alignment on ARPoseComponent_ReceiveAdd"); \ +static_assert(sizeof(ARPoseComponent_ReceiveAdd) == 0x000040, "Wrong size on ARPoseComponent_ReceiveAdd"); \ +static_assert(offsetof(ARPoseComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARPoseComponent_ReceiveAdd::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPoseComponent_ReceiveUpdate \ +static_assert(alignof(ARPoseComponent_ReceiveUpdate) == 0x000010, "Wrong alignment on ARPoseComponent_ReceiveUpdate"); \ +static_assert(sizeof(ARPoseComponent_ReceiveUpdate) == 0x000040, "Wrong size on ARPoseComponent_ReceiveUpdate"); \ +static_assert(offsetof(ARPoseComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARPoseComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPoseComponent_ServerUpdatePayload \ +static_assert(alignof(ARPoseComponent_ServerUpdatePayload) == 0x000010, "Wrong alignment on ARPoseComponent_ServerUpdatePayload"); \ +static_assert(sizeof(ARPoseComponent_ServerUpdatePayload) == 0x000040, "Wrong size on ARPoseComponent_ServerUpdatePayload"); \ +static_assert(offsetof(ARPoseComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARPoseComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARPoseComponent \ +static_assert(alignof(UARPoseComponent) == 0x000010, "Wrong alignment on UARPoseComponent"); \ +static_assert(sizeof(UARPoseComponent) == 0x0002F0, "Wrong size on UARPoseComponent"); \ +static_assert(offsetof(UARPoseComponent, ReplicatedPayload) == 0x0002B0, "Member 'UARPoseComponent::ReplicatedPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AREnvironmentProbeComponent_ReceiveAdd \ +static_assert(alignof(AREnvironmentProbeComponent_ReceiveAdd) == 0x000010, "Wrong alignment on AREnvironmentProbeComponent_ReceiveAdd"); \ +static_assert(sizeof(AREnvironmentProbeComponent_ReceiveAdd) == 0x000030, "Wrong size on AREnvironmentProbeComponent_ReceiveAdd"); \ +static_assert(offsetof(AREnvironmentProbeComponent_ReceiveAdd, Payload) == 0x000000, "Member 'AREnvironmentProbeComponent_ReceiveAdd::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AREnvironmentProbeComponent_ReceiveUpdate \ +static_assert(alignof(AREnvironmentProbeComponent_ReceiveUpdate) == 0x000010, "Wrong alignment on AREnvironmentProbeComponent_ReceiveUpdate"); \ +static_assert(sizeof(AREnvironmentProbeComponent_ReceiveUpdate) == 0x000030, "Wrong size on AREnvironmentProbeComponent_ReceiveUpdate"); \ +static_assert(offsetof(AREnvironmentProbeComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'AREnvironmentProbeComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AREnvironmentProbeComponent_ServerUpdatePayload \ +static_assert(alignof(AREnvironmentProbeComponent_ServerUpdatePayload) == 0x000010, "Wrong alignment on AREnvironmentProbeComponent_ServerUpdatePayload"); \ +static_assert(sizeof(AREnvironmentProbeComponent_ServerUpdatePayload) == 0x000030, "Wrong size on AREnvironmentProbeComponent_ServerUpdatePayload"); \ +static_assert(offsetof(AREnvironmentProbeComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'AREnvironmentProbeComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAREnvironmentProbeComponent \ +static_assert(alignof(UAREnvironmentProbeComponent) == 0x000010, "Wrong alignment on UAREnvironmentProbeComponent"); \ +static_assert(sizeof(UAREnvironmentProbeComponent) == 0x0002E0, "Wrong size on UAREnvironmentProbeComponent"); \ +static_assert(offsetof(UAREnvironmentProbeComponent, ReplicatedPayload) == 0x0002B0, "Member 'UAREnvironmentProbeComponent::ReplicatedPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARObjectComponent_ReceiveAdd \ +static_assert(alignof(ARObjectComponent_ReceiveAdd) == 0x000010, "Wrong alignment on ARObjectComponent_ReceiveAdd"); \ +static_assert(sizeof(ARObjectComponent_ReceiveAdd) == 0x000030, "Wrong size on ARObjectComponent_ReceiveAdd"); \ +static_assert(offsetof(ARObjectComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARObjectComponent_ReceiveAdd::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARObjectComponent_ReceiveUpdate \ +static_assert(alignof(ARObjectComponent_ReceiveUpdate) == 0x000010, "Wrong alignment on ARObjectComponent_ReceiveUpdate"); \ +static_assert(sizeof(ARObjectComponent_ReceiveUpdate) == 0x000030, "Wrong size on ARObjectComponent_ReceiveUpdate"); \ +static_assert(offsetof(ARObjectComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARObjectComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARObjectComponent_ServerUpdatePayload \ +static_assert(alignof(ARObjectComponent_ServerUpdatePayload) == 0x000010, "Wrong alignment on ARObjectComponent_ServerUpdatePayload"); \ +static_assert(sizeof(ARObjectComponent_ServerUpdatePayload) == 0x000030, "Wrong size on ARObjectComponent_ServerUpdatePayload"); \ +static_assert(offsetof(ARObjectComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARObjectComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARObjectComponent \ +static_assert(alignof(UARObjectComponent) == 0x000010, "Wrong alignment on UARObjectComponent"); \ +static_assert(sizeof(UARObjectComponent) == 0x0002E0, "Wrong size on UARObjectComponent"); \ +static_assert(offsetof(UARObjectComponent, ReplicatedPayload) == 0x0002B0, "Member 'UARObjectComponent::ReplicatedPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARMeshComponent_ReceiveAdd \ +static_assert(alignof(ARMeshComponent_ReceiveAdd) == 0x000010, "Wrong alignment on ARMeshComponent_ReceiveAdd"); \ +static_assert(sizeof(ARMeshComponent_ReceiveAdd) == 0x000060, "Wrong size on ARMeshComponent_ReceiveAdd"); \ +static_assert(offsetof(ARMeshComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARMeshComponent_ReceiveAdd::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARMeshComponent_ReceiveUpdate \ +static_assert(alignof(ARMeshComponent_ReceiveUpdate) == 0x000010, "Wrong alignment on ARMeshComponent_ReceiveUpdate"); \ +static_assert(sizeof(ARMeshComponent_ReceiveUpdate) == 0x000060, "Wrong size on ARMeshComponent_ReceiveUpdate"); \ +static_assert(offsetof(ARMeshComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARMeshComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARMeshComponent_ServerUpdatePayload \ +static_assert(alignof(ARMeshComponent_ServerUpdatePayload) == 0x000010, "Wrong alignment on ARMeshComponent_ServerUpdatePayload"); \ +static_assert(sizeof(ARMeshComponent_ServerUpdatePayload) == 0x000060, "Wrong size on ARMeshComponent_ServerUpdatePayload"); \ +static_assert(offsetof(ARMeshComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARMeshComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARMeshComponent \ +static_assert(alignof(UARMeshComponent) == 0x000010, "Wrong alignment on UARMeshComponent"); \ +static_assert(sizeof(UARMeshComponent) == 0x000310, "Wrong size on UARMeshComponent"); \ +static_assert(offsetof(UARMeshComponent, ReplicatedPayload) == 0x0002B0, "Member 'UARMeshComponent::ReplicatedPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARGeoAnchorComponent_SetGeoAnchorComponentDebugMode \ +static_assert(alignof(ARGeoAnchorComponent_SetGeoAnchorComponentDebugMode) == 0x000001, "Wrong alignment on ARGeoAnchorComponent_SetGeoAnchorComponentDebugMode"); \ +static_assert(sizeof(ARGeoAnchorComponent_SetGeoAnchorComponentDebugMode) == 0x000001, "Wrong size on ARGeoAnchorComponent_SetGeoAnchorComponentDebugMode"); \ +static_assert(offsetof(ARGeoAnchorComponent_SetGeoAnchorComponentDebugMode, NewDebugMode) == 0x000000, "Member 'ARGeoAnchorComponent_SetGeoAnchorComponentDebugMode::NewDebugMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARGeoAnchorComponent_ReceiveAdd \ +static_assert(alignof(ARGeoAnchorComponent_ReceiveAdd) == 0x000010, "Wrong alignment on ARGeoAnchorComponent_ReceiveAdd"); \ +static_assert(sizeof(ARGeoAnchorComponent_ReceiveAdd) == 0x000070, "Wrong size on ARGeoAnchorComponent_ReceiveAdd"); \ +static_assert(offsetof(ARGeoAnchorComponent_ReceiveAdd, Payload) == 0x000000, "Member 'ARGeoAnchorComponent_ReceiveAdd::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARGeoAnchorComponent_ReceiveUpdate \ +static_assert(alignof(ARGeoAnchorComponent_ReceiveUpdate) == 0x000010, "Wrong alignment on ARGeoAnchorComponent_ReceiveUpdate"); \ +static_assert(sizeof(ARGeoAnchorComponent_ReceiveUpdate) == 0x000070, "Wrong size on ARGeoAnchorComponent_ReceiveUpdate"); \ +static_assert(offsetof(ARGeoAnchorComponent_ReceiveUpdate, Payload) == 0x000000, "Member 'ARGeoAnchorComponent_ReceiveUpdate::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARGeoAnchorComponent_ServerUpdatePayload \ +static_assert(alignof(ARGeoAnchorComponent_ServerUpdatePayload) == 0x000010, "Wrong alignment on ARGeoAnchorComponent_ServerUpdatePayload"); \ +static_assert(sizeof(ARGeoAnchorComponent_ServerUpdatePayload) == 0x000070, "Wrong size on ARGeoAnchorComponent_ServerUpdatePayload"); \ +static_assert(offsetof(ARGeoAnchorComponent_ServerUpdatePayload, NewPayload) == 0x000000, "Member 'ARGeoAnchorComponent_ServerUpdatePayload::NewPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARGeoAnchorComponent \ +static_assert(alignof(UARGeoAnchorComponent) == 0x000010, "Wrong alignment on UARGeoAnchorComponent"); \ +static_assert(sizeof(UARGeoAnchorComponent) == 0x000320, "Wrong size on UARGeoAnchorComponent"); \ +static_assert(offsetof(UARGeoAnchorComponent, ReplicatedPayload) == 0x0002B0, "Member 'UARGeoAnchorComponent::ReplicatedPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARDependencyHandler_GetARDependencyHandler \ +static_assert(alignof(ARDependencyHandler_GetARDependencyHandler) == 0x000008, "Wrong alignment on ARDependencyHandler_GetARDependencyHandler"); \ +static_assert(sizeof(ARDependencyHandler_GetARDependencyHandler) == 0x000008, "Wrong size on ARDependencyHandler_GetARDependencyHandler"); \ +static_assert(offsetof(ARDependencyHandler_GetARDependencyHandler, ReturnValue) == 0x000000, "Member 'ARDependencyHandler_GetARDependencyHandler::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARDependencyHandler_CheckARServiceAvailability \ +static_assert(alignof(ARDependencyHandler_CheckARServiceAvailability) == 0x000008, "Wrong alignment on ARDependencyHandler_CheckARServiceAvailability"); \ +static_assert(sizeof(ARDependencyHandler_CheckARServiceAvailability) == 0x000030, "Wrong size on ARDependencyHandler_CheckARServiceAvailability"); \ +static_assert(offsetof(ARDependencyHandler_CheckARServiceAvailability, WorldContextObject) == 0x000000, "Member 'ARDependencyHandler_CheckARServiceAvailability::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ARDependencyHandler_CheckARServiceAvailability, LatentInfo) == 0x000008, "Member 'ARDependencyHandler_CheckARServiceAvailability::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(ARDependencyHandler_CheckARServiceAvailability, OutAvailability) == 0x000028, "Member 'ARDependencyHandler_CheckARServiceAvailability::OutAvailability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARDependencyHandler_InstallARService \ +static_assert(alignof(ARDependencyHandler_InstallARService) == 0x000008, "Wrong alignment on ARDependencyHandler_InstallARService"); \ +static_assert(sizeof(ARDependencyHandler_InstallARService) == 0x000030, "Wrong size on ARDependencyHandler_InstallARService"); \ +static_assert(offsetof(ARDependencyHandler_InstallARService, WorldContextObject) == 0x000000, "Member 'ARDependencyHandler_InstallARService::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ARDependencyHandler_InstallARService, LatentInfo) == 0x000008, "Member 'ARDependencyHandler_InstallARService::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(ARDependencyHandler_InstallARService, OutInstallResult) == 0x000028, "Member 'ARDependencyHandler_InstallARService::OutInstallResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARDependencyHandler_RequestARSessionPermission \ +static_assert(alignof(ARDependencyHandler_RequestARSessionPermission) == 0x000008, "Wrong alignment on ARDependencyHandler_RequestARSessionPermission"); \ +static_assert(sizeof(ARDependencyHandler_RequestARSessionPermission) == 0x000038, "Wrong size on ARDependencyHandler_RequestARSessionPermission"); \ +static_assert(offsetof(ARDependencyHandler_RequestARSessionPermission, WorldContextObject) == 0x000000, "Member 'ARDependencyHandler_RequestARSessionPermission::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ARDependencyHandler_RequestARSessionPermission, SessionConfig) == 0x000008, "Member 'ARDependencyHandler_RequestARSessionPermission::SessionConfig' has a wrong offset!"); \ +static_assert(offsetof(ARDependencyHandler_RequestARSessionPermission, LatentInfo) == 0x000010, "Member 'ARDependencyHandler_RequestARSessionPermission::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(ARDependencyHandler_RequestARSessionPermission, OutPermissionResult) == 0x000030, "Member 'ARDependencyHandler_RequestARSessionPermission::OutPermissionResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARDependencyHandler_StartARSessionLatent \ +static_assert(alignof(ARDependencyHandler_StartARSessionLatent) == 0x000008, "Wrong alignment on ARDependencyHandler_StartARSessionLatent"); \ +static_assert(sizeof(ARDependencyHandler_StartARSessionLatent) == 0x000030, "Wrong size on ARDependencyHandler_StartARSessionLatent"); \ +static_assert(offsetof(ARDependencyHandler_StartARSessionLatent, WorldContextObject) == 0x000000, "Member 'ARDependencyHandler_StartARSessionLatent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ARDependencyHandler_StartARSessionLatent, SessionConfig) == 0x000008, "Member 'ARDependencyHandler_StartARSessionLatent::SessionConfig' has a wrong offset!"); \ +static_assert(offsetof(ARDependencyHandler_StartARSessionLatent, LatentInfo) == 0x000010, "Member 'ARDependencyHandler_StartARSessionLatent::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARDependencyHandler \ +static_assert(alignof(UARDependencyHandler) == 0x000008, "Wrong alignment on UARDependencyHandler"); \ +static_assert(sizeof(UARDependencyHandler) == 0x000030, "Wrong size on UARDependencyHandler"); \ + +#define DUMPER7_ASSERTS_ARGeoTrackingSupport_GetGeoTrackingSupport \ +static_assert(alignof(ARGeoTrackingSupport_GetGeoTrackingSupport) == 0x000008, "Wrong alignment on ARGeoTrackingSupport_GetGeoTrackingSupport"); \ +static_assert(sizeof(ARGeoTrackingSupport_GetGeoTrackingSupport) == 0x000008, "Wrong size on ARGeoTrackingSupport_GetGeoTrackingSupport"); \ +static_assert(offsetof(ARGeoTrackingSupport_GetGeoTrackingSupport, ReturnValue) == 0x000000, "Member 'ARGeoTrackingSupport_GetGeoTrackingSupport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARGeoTrackingSupport_AddGeoAnchorAtLocation \ +static_assert(alignof(ARGeoTrackingSupport_AddGeoAnchorAtLocation) == 0x000008, "Wrong alignment on ARGeoTrackingSupport_AddGeoAnchorAtLocation"); \ +static_assert(sizeof(ARGeoTrackingSupport_AddGeoAnchorAtLocation) == 0x000020, "Wrong size on ARGeoTrackingSupport_AddGeoAnchorAtLocation"); \ +static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocation, Longitude) == 0x000000, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocation::Longitude' has a wrong offset!"); \ +static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocation, Latitude) == 0x000004, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocation::Latitude' has a wrong offset!"); \ +static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocation, OptionalAnchorName) == 0x000008, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocation::OptionalAnchorName' has a wrong offset!"); \ +static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocation, ReturnValue) == 0x000018, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude \ +static_assert(alignof(ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude) == 0x000008, "Wrong alignment on ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude"); \ +static_assert(sizeof(ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude) == 0x000028, "Wrong size on ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude"); \ +static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude, Longitude) == 0x000000, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude::Longitude' has a wrong offset!"); \ +static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude, Latitude) == 0x000004, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude::Latitude' has a wrong offset!"); \ +static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude, AltitudeMeters) == 0x000008, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude::AltitudeMeters' has a wrong offset!"); \ +static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude, OptionalAnchorName) == 0x000010, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude::OptionalAnchorName' has a wrong offset!"); \ +static_assert(offsetof(ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude, ReturnValue) == 0x000020, "Member 'ARGeoTrackingSupport_AddGeoAnchorAtLocationWithAltitude::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARGeoTrackingSupport_GetGeoTrackingAccuracy \ +static_assert(alignof(ARGeoTrackingSupport_GetGeoTrackingAccuracy) == 0x000001, "Wrong alignment on ARGeoTrackingSupport_GetGeoTrackingAccuracy"); \ +static_assert(sizeof(ARGeoTrackingSupport_GetGeoTrackingAccuracy) == 0x000001, "Wrong size on ARGeoTrackingSupport_GetGeoTrackingAccuracy"); \ +static_assert(offsetof(ARGeoTrackingSupport_GetGeoTrackingAccuracy, ReturnValue) == 0x000000, "Member 'ARGeoTrackingSupport_GetGeoTrackingAccuracy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARGeoTrackingSupport_GetGeoTrackingState \ +static_assert(alignof(ARGeoTrackingSupport_GetGeoTrackingState) == 0x000001, "Wrong alignment on ARGeoTrackingSupport_GetGeoTrackingState"); \ +static_assert(sizeof(ARGeoTrackingSupport_GetGeoTrackingState) == 0x000001, "Wrong size on ARGeoTrackingSupport_GetGeoTrackingState"); \ +static_assert(offsetof(ARGeoTrackingSupport_GetGeoTrackingState, ReturnValue) == 0x000000, "Member 'ARGeoTrackingSupport_GetGeoTrackingState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARGeoTrackingSupport_GetGeoTrackingStateReason \ +static_assert(alignof(ARGeoTrackingSupport_GetGeoTrackingStateReason) == 0x000001, "Wrong alignment on ARGeoTrackingSupport_GetGeoTrackingStateReason"); \ +static_assert(sizeof(ARGeoTrackingSupport_GetGeoTrackingStateReason) == 0x000001, "Wrong size on ARGeoTrackingSupport_GetGeoTrackingStateReason"); \ +static_assert(offsetof(ARGeoTrackingSupport_GetGeoTrackingStateReason, ReturnValue) == 0x000000, "Member 'ARGeoTrackingSupport_GetGeoTrackingStateReason::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARGeoTrackingSupport \ +static_assert(alignof(UARGeoTrackingSupport) == 0x000008, "Wrong alignment on UARGeoTrackingSupport"); \ +static_assert(sizeof(UARGeoTrackingSupport) == 0x000030, "Wrong size on UARGeoTrackingSupport"); \ + +#define DUMPER7_ASSERTS_ARSharedWorldPlayerController_ClientInitSharedWorld \ +static_assert(alignof(ARSharedWorldPlayerController_ClientInitSharedWorld) == 0x000004, "Wrong alignment on ARSharedWorldPlayerController_ClientInitSharedWorld"); \ +static_assert(sizeof(ARSharedWorldPlayerController_ClientInitSharedWorld) == 0x000008, "Wrong size on ARSharedWorldPlayerController_ClientInitSharedWorld"); \ +static_assert(offsetof(ARSharedWorldPlayerController_ClientInitSharedWorld, PreviewImageSize) == 0x000000, "Member 'ARSharedWorldPlayerController_ClientInitSharedWorld::PreviewImageSize' has a wrong offset!"); \ +static_assert(offsetof(ARSharedWorldPlayerController_ClientInitSharedWorld, ARWorldDataSize) == 0x000004, "Member 'ARSharedWorldPlayerController_ClientInitSharedWorld::ARWorldDataSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSharedWorldPlayerController_ClientUpdateARWorldData \ +static_assert(alignof(ARSharedWorldPlayerController_ClientUpdateARWorldData) == 0x000008, "Wrong alignment on ARSharedWorldPlayerController_ClientUpdateARWorldData"); \ +static_assert(sizeof(ARSharedWorldPlayerController_ClientUpdateARWorldData) == 0x000018, "Wrong size on ARSharedWorldPlayerController_ClientUpdateARWorldData"); \ +static_assert(offsetof(ARSharedWorldPlayerController_ClientUpdateARWorldData, Offset) == 0x000000, "Member 'ARSharedWorldPlayerController_ClientUpdateARWorldData::Offset' has a wrong offset!"); \ +static_assert(offsetof(ARSharedWorldPlayerController_ClientUpdateARWorldData, Buffer) == 0x000008, "Member 'ARSharedWorldPlayerController_ClientUpdateARWorldData::Buffer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSharedWorldPlayerController_ClientUpdatePreviewImageData \ +static_assert(alignof(ARSharedWorldPlayerController_ClientUpdatePreviewImageData) == 0x000008, "Wrong alignment on ARSharedWorldPlayerController_ClientUpdatePreviewImageData"); \ +static_assert(sizeof(ARSharedWorldPlayerController_ClientUpdatePreviewImageData) == 0x000018, "Wrong size on ARSharedWorldPlayerController_ClientUpdatePreviewImageData"); \ +static_assert(offsetof(ARSharedWorldPlayerController_ClientUpdatePreviewImageData, Offset) == 0x000000, "Member 'ARSharedWorldPlayerController_ClientUpdatePreviewImageData::Offset' has a wrong offset!"); \ +static_assert(offsetof(ARSharedWorldPlayerController_ClientUpdatePreviewImageData, Buffer) == 0x000008, "Member 'ARSharedWorldPlayerController_ClientUpdatePreviewImageData::Buffer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AARSharedWorldPlayerController \ +static_assert(alignof(AARSharedWorldPlayerController) == 0x000008, "Wrong alignment on AARSharedWorldPlayerController"); \ +static_assert(sizeof(AARSharedWorldPlayerController) == 0x000648, "Wrong size on AARSharedWorldPlayerController"); \ + +#define DUMPER7_ASSERTS_CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability \ +static_assert(alignof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability) == 0x000008, "Wrong alignment on CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability"); \ +static_assert(sizeof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability) == 0x000010, "Wrong size on CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability"); \ +static_assert(offsetof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability, WorldContextObject) == 0x000000, "Member 'CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability, ReturnValue) == 0x000008, "Member 'CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailability::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation \ +static_assert(alignof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation) == 0x000008, "Wrong alignment on CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation"); \ +static_assert(sizeof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation) == 0x000018, "Wrong size on CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation"); \ +static_assert(offsetof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation, WorldContextObject) == 0x000000, "Member 'CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation, Longitude) == 0x000008, "Member 'CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation::Longitude' has a wrong offset!"); \ +static_assert(offsetof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation, Latitude) == 0x00000C, "Member 'CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation::Latitude' has a wrong offset!"); \ +static_assert(offsetof(CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation, ReturnValue) == 0x000010, "Member 'CheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy_CheckGeoTrackingAvailabilityAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy \ +static_assert(alignof(UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy) == 0x000008, "Wrong alignment on UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy"); \ +static_assert(sizeof(UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy) == 0x0000A8, "Wrong size on UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy"); \ +static_assert(offsetof(UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy, OnSuccess) == 0x000058, "Member 'UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy, OnFailed) == 0x000068, "Member 'UCheckGeoTrackingAvailabilityAsyncTaskBlueprintProxy::OnFailed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition \ +static_assert(alignof(GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition) == 0x000008, "Wrong alignment on GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition"); \ +static_assert(sizeof(GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition) == 0x000020, "Wrong size on GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition"); \ +static_assert(offsetof(GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition, WorldContextObject) == 0x000000, "Member 'GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition, WorldPosition) == 0x000008, "Member 'GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition, ReturnValue) == 0x000018, "Member 'GetGeoLocationAsyncTaskBlueprintProxy_GetGeoLocationAtWorldPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGetGeoLocationAsyncTaskBlueprintProxy \ +static_assert(alignof(UGetGeoLocationAsyncTaskBlueprintProxy) == 0x000008, "Wrong alignment on UGetGeoLocationAsyncTaskBlueprintProxy"); \ +static_assert(sizeof(UGetGeoLocationAsyncTaskBlueprintProxy) == 0x0000A8, "Wrong size on UGetGeoLocationAsyncTaskBlueprintProxy"); \ +static_assert(offsetof(UGetGeoLocationAsyncTaskBlueprintProxy, OnSuccess) == 0x000058, "Member 'UGetGeoLocationAsyncTaskBlueprintProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UGetGeoLocationAsyncTaskBlueprintProxy, OnFailed) == 0x000068, "Member 'UGetGeoLocationAsyncTaskBlueprintProxy::OnFailed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSharedWorldGameMode_GetARSharedWorldGameState \ +static_assert(alignof(ARSharedWorldGameMode_GetARSharedWorldGameState) == 0x000008, "Wrong alignment on ARSharedWorldGameMode_GetARSharedWorldGameState"); \ +static_assert(sizeof(ARSharedWorldGameMode_GetARSharedWorldGameState) == 0x000008, "Wrong size on ARSharedWorldGameMode_GetARSharedWorldGameState"); \ +static_assert(offsetof(ARSharedWorldGameMode_GetARSharedWorldGameState, ReturnValue) == 0x000000, "Member 'ARSharedWorldGameMode_GetARSharedWorldGameState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSharedWorldGameMode_SetARSharedWorldData \ +static_assert(alignof(ARSharedWorldGameMode_SetARSharedWorldData) == 0x000008, "Wrong alignment on ARSharedWorldGameMode_SetARSharedWorldData"); \ +static_assert(sizeof(ARSharedWorldGameMode_SetARSharedWorldData) == 0x000010, "Wrong size on ARSharedWorldGameMode_SetARSharedWorldData"); \ +static_assert(offsetof(ARSharedWorldGameMode_SetARSharedWorldData, ARWorldData) == 0x000000, "Member 'ARSharedWorldGameMode_SetARSharedWorldData::ARWorldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSharedWorldGameMode_SetPreviewImageData \ +static_assert(alignof(ARSharedWorldGameMode_SetPreviewImageData) == 0x000008, "Wrong alignment on ARSharedWorldGameMode_SetPreviewImageData"); \ +static_assert(sizeof(ARSharedWorldGameMode_SetPreviewImageData) == 0x000010, "Wrong size on ARSharedWorldGameMode_SetPreviewImageData"); \ +static_assert(offsetof(ARSharedWorldGameMode_SetPreviewImageData, ImageData) == 0x000000, "Member 'ARSharedWorldGameMode_SetPreviewImageData::ImageData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AARSharedWorldGameMode \ +static_assert(alignof(AARSharedWorldGameMode) == 0x000008, "Wrong alignment on AARSharedWorldGameMode"); \ +static_assert(sizeof(AARSharedWorldGameMode) == 0x000400, "Wrong size on AARSharedWorldGameMode"); \ +static_assert(offsetof(AARSharedWorldGameMode, BufferSizePerChunk) == 0x000398, "Member 'AARSharedWorldGameMode::BufferSizePerChunk' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARLifeCycleComponent_ServerDestroyARActor \ +static_assert(alignof(ARLifeCycleComponent_ServerDestroyARActor) == 0x000008, "Wrong alignment on ARLifeCycleComponent_ServerDestroyARActor"); \ +static_assert(sizeof(ARLifeCycleComponent_ServerDestroyARActor) == 0x000008, "Wrong size on ARLifeCycleComponent_ServerDestroyARActor"); \ +static_assert(offsetof(ARLifeCycleComponent_ServerDestroyARActor, Actor) == 0x000000, "Member 'ARLifeCycleComponent_ServerDestroyARActor::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARLifeCycleComponent_ServerSpawnARActor \ +static_assert(alignof(ARLifeCycleComponent_ServerSpawnARActor) == 0x000008, "Wrong alignment on ARLifeCycleComponent_ServerSpawnARActor"); \ +static_assert(sizeof(ARLifeCycleComponent_ServerSpawnARActor) == 0x000018, "Wrong size on ARLifeCycleComponent_ServerSpawnARActor"); \ +static_assert(offsetof(ARLifeCycleComponent_ServerSpawnARActor, ComponentClass) == 0x000000, "Member 'ARLifeCycleComponent_ServerSpawnARActor::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(ARLifeCycleComponent_ServerSpawnARActor, NativeID) == 0x000008, "Member 'ARLifeCycleComponent_ServerSpawnARActor::NativeID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARLifeCycleComponent \ +static_assert(alignof(UARLifeCycleComponent) == 0x000010, "Wrong alignment on UARLifeCycleComponent"); \ +static_assert(sizeof(UARLifeCycleComponent) == 0x000260, "Wrong size on UARLifeCycleComponent"); \ +static_assert(offsetof(UARLifeCycleComponent, OnARActorSpawnedDelegate) == 0x000228, "Member 'UARLifeCycleComponent::OnARActorSpawnedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UARLifeCycleComponent, OnARActorToBeDestroyedDelegate) == 0x000238, "Member 'UARLifeCycleComponent::OnARActorToBeDestroyedDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARLightEstimate \ +static_assert(alignof(UARLightEstimate) == 0x000008, "Wrong alignment on UARLightEstimate"); \ +static_assert(sizeof(UARLightEstimate) == 0x000030, "Wrong size on UARLightEstimate"); \ + +#define DUMPER7_ASSERTS_ARBasicLightEstimate_GetAmbientColor \ +static_assert(alignof(ARBasicLightEstimate_GetAmbientColor) == 0x000004, "Wrong alignment on ARBasicLightEstimate_GetAmbientColor"); \ +static_assert(sizeof(ARBasicLightEstimate_GetAmbientColor) == 0x000010, "Wrong size on ARBasicLightEstimate_GetAmbientColor"); \ +static_assert(offsetof(ARBasicLightEstimate_GetAmbientColor, ReturnValue) == 0x000000, "Member 'ARBasicLightEstimate_GetAmbientColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBasicLightEstimate_GetAmbientColorTemperatureKelvin \ +static_assert(alignof(ARBasicLightEstimate_GetAmbientColorTemperatureKelvin) == 0x000004, "Wrong alignment on ARBasicLightEstimate_GetAmbientColorTemperatureKelvin"); \ +static_assert(sizeof(ARBasicLightEstimate_GetAmbientColorTemperatureKelvin) == 0x000004, "Wrong size on ARBasicLightEstimate_GetAmbientColorTemperatureKelvin"); \ +static_assert(offsetof(ARBasicLightEstimate_GetAmbientColorTemperatureKelvin, ReturnValue) == 0x000000, "Member 'ARBasicLightEstimate_GetAmbientColorTemperatureKelvin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBasicLightEstimate_GetAmbientIntensityLumens \ +static_assert(alignof(ARBasicLightEstimate_GetAmbientIntensityLumens) == 0x000004, "Wrong alignment on ARBasicLightEstimate_GetAmbientIntensityLumens"); \ +static_assert(sizeof(ARBasicLightEstimate_GetAmbientIntensityLumens) == 0x000004, "Wrong size on ARBasicLightEstimate_GetAmbientIntensityLumens"); \ +static_assert(offsetof(ARBasicLightEstimate_GetAmbientIntensityLumens, ReturnValue) == 0x000000, "Member 'ARBasicLightEstimate_GetAmbientIntensityLumens::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARBasicLightEstimate \ +static_assert(alignof(UARBasicLightEstimate) == 0x000008, "Wrong alignment on UARBasicLightEstimate"); \ +static_assert(sizeof(UARBasicLightEstimate) == 0x000048, "Wrong size on UARBasicLightEstimate"); \ +static_assert(offsetof(UARBasicLightEstimate, AmbientIntensityLumens) == 0x000030, "Member 'UARBasicLightEstimate::AmbientIntensityLumens' has a wrong offset!"); \ +static_assert(offsetof(UARBasicLightEstimate, AmbientColorTemperatureKelvin) == 0x000034, "Member 'UARBasicLightEstimate::AmbientColorTemperatureKelvin' has a wrong offset!"); \ +static_assert(offsetof(UARBasicLightEstimate, AmbientColor) == 0x000038, "Member 'UARBasicLightEstimate::AmbientColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAROriginActor \ +static_assert(alignof(AAROriginActor) == 0x000008, "Wrong alignment on AAROriginActor"); \ +static_assert(sizeof(AAROriginActor) == 0x0002A8, "Wrong size on AAROriginActor"); \ + +#define DUMPER7_ASSERTS_ARPin_DebugDraw \ +static_assert(alignof(ARPin_DebugDraw) == 0x000008, "Wrong alignment on ARPin_DebugDraw"); \ +static_assert(sizeof(ARPin_DebugDraw) == 0x000020, "Wrong size on ARPin_DebugDraw"); \ +static_assert(offsetof(ARPin_DebugDraw, World) == 0x000000, "Member 'ARPin_DebugDraw::World' has a wrong offset!"); \ +static_assert(offsetof(ARPin_DebugDraw, Color) == 0x000008, "Member 'ARPin_DebugDraw::Color' has a wrong offset!"); \ +static_assert(offsetof(ARPin_DebugDraw, Scale) == 0x000018, "Member 'ARPin_DebugDraw::Scale' has a wrong offset!"); \ +static_assert(offsetof(ARPin_DebugDraw, PersistForSeconds) == 0x00001C, "Member 'ARPin_DebugDraw::PersistForSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPin_GetDebugName \ +static_assert(alignof(ARPin_GetDebugName) == 0x000004, "Wrong alignment on ARPin_GetDebugName"); \ +static_assert(sizeof(ARPin_GetDebugName) == 0x00000C, "Wrong size on ARPin_GetDebugName"); \ +static_assert(offsetof(ARPin_GetDebugName, ReturnValue) == 0x000000, "Member 'ARPin_GetDebugName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPin_GetLocalToTrackingTransform \ +static_assert(alignof(ARPin_GetLocalToTrackingTransform) == 0x000010, "Wrong alignment on ARPin_GetLocalToTrackingTransform"); \ +static_assert(sizeof(ARPin_GetLocalToTrackingTransform) == 0x000030, "Wrong size on ARPin_GetLocalToTrackingTransform"); \ +static_assert(offsetof(ARPin_GetLocalToTrackingTransform, ReturnValue) == 0x000000, "Member 'ARPin_GetLocalToTrackingTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPin_GetLocalToWorldTransform \ +static_assert(alignof(ARPin_GetLocalToWorldTransform) == 0x000010, "Wrong alignment on ARPin_GetLocalToWorldTransform"); \ +static_assert(sizeof(ARPin_GetLocalToWorldTransform) == 0x000030, "Wrong size on ARPin_GetLocalToWorldTransform"); \ +static_assert(offsetof(ARPin_GetLocalToWorldTransform, ReturnValue) == 0x000000, "Member 'ARPin_GetLocalToWorldTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPin_GetPinnedComponent \ +static_assert(alignof(ARPin_GetPinnedComponent) == 0x000008, "Wrong alignment on ARPin_GetPinnedComponent"); \ +static_assert(sizeof(ARPin_GetPinnedComponent) == 0x000008, "Wrong size on ARPin_GetPinnedComponent"); \ +static_assert(offsetof(ARPin_GetPinnedComponent, ReturnValue) == 0x000000, "Member 'ARPin_GetPinnedComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPin_GetTrackedGeometry \ +static_assert(alignof(ARPin_GetTrackedGeometry) == 0x000008, "Wrong alignment on ARPin_GetTrackedGeometry"); \ +static_assert(sizeof(ARPin_GetTrackedGeometry) == 0x000008, "Wrong size on ARPin_GetTrackedGeometry"); \ +static_assert(offsetof(ARPin_GetTrackedGeometry, ReturnValue) == 0x000000, "Member 'ARPin_GetTrackedGeometry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPin_GetTrackingState \ +static_assert(alignof(ARPin_GetTrackingState) == 0x000001, "Wrong alignment on ARPin_GetTrackingState"); \ +static_assert(sizeof(ARPin_GetTrackingState) == 0x000001, "Wrong size on ARPin_GetTrackingState"); \ +static_assert(offsetof(ARPin_GetTrackingState, ReturnValue) == 0x000000, "Member 'ARPin_GetTrackingState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARPin \ +static_assert(alignof(UARPin) == 0x000010, "Wrong alignment on UARPin"); \ +static_assert(sizeof(UARPin) == 0x0000F0, "Wrong size on UARPin"); \ +static_assert(offsetof(UARPin, TrackedGeometry) == 0x000030, "Member 'UARPin::TrackedGeometry' has a wrong offset!"); \ +static_assert(offsetof(UARPin, PinnedComponent) == 0x000038, "Member 'UARPin::PinnedComponent' has a wrong offset!"); \ +static_assert(offsetof(UARPin, LocalToTrackingTransform) == 0x000040, "Member 'UARPin::LocalToTrackingTransform' has a wrong offset!"); \ +static_assert(offsetof(UARPin, LocalToAlignedTrackingTransform) == 0x000070, "Member 'UARPin::LocalToAlignedTrackingTransform' has a wrong offset!"); \ +static_assert(offsetof(UARPin, TrackingState) == 0x0000A0, "Member 'UARPin::TrackingState' has a wrong offset!"); \ +static_assert(offsetof(UARPin, OnARTrackingStateChanged) == 0x0000C8, "Member 'UARPin::OnARTrackingStateChanged' has a wrong offset!"); \ +static_assert(offsetof(UARPin, OnARTransformUpdated) == 0x0000D8, "Member 'UARPin::OnARTransformUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_AddCandidateImage \ +static_assert(alignof(ARSessionConfig_AddCandidateImage) == 0x000008, "Wrong alignment on ARSessionConfig_AddCandidateImage"); \ +static_assert(sizeof(ARSessionConfig_AddCandidateImage) == 0x000008, "Wrong size on ARSessionConfig_AddCandidateImage"); \ +static_assert(offsetof(ARSessionConfig_AddCandidateImage, NewCandidateImage) == 0x000000, "Member 'ARSessionConfig_AddCandidateImage::NewCandidateImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_AddCandidateObject \ +static_assert(alignof(ARSessionConfig_AddCandidateObject) == 0x000008, "Wrong alignment on ARSessionConfig_AddCandidateObject"); \ +static_assert(sizeof(ARSessionConfig_AddCandidateObject) == 0x000008, "Wrong size on ARSessionConfig_AddCandidateObject"); \ +static_assert(offsetof(ARSessionConfig_AddCandidateObject, CandidateObject) == 0x000000, "Member 'ARSessionConfig_AddCandidateObject::CandidateObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_SetCandidateObjectList \ +static_assert(alignof(ARSessionConfig_SetCandidateObjectList) == 0x000008, "Wrong alignment on ARSessionConfig_SetCandidateObjectList"); \ +static_assert(sizeof(ARSessionConfig_SetCandidateObjectList) == 0x000010, "Wrong size on ARSessionConfig_SetCandidateObjectList"); \ +static_assert(offsetof(ARSessionConfig_SetCandidateObjectList, InCandidateObjects) == 0x000000, "Member 'ARSessionConfig_SetCandidateObjectList::InCandidateObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_SetDesiredVideoFormat \ +static_assert(alignof(ARSessionConfig_SetDesiredVideoFormat) == 0x000004, "Wrong alignment on ARSessionConfig_SetDesiredVideoFormat"); \ +static_assert(sizeof(ARSessionConfig_SetDesiredVideoFormat) == 0x00000C, "Wrong size on ARSessionConfig_SetDesiredVideoFormat"); \ +static_assert(offsetof(ARSessionConfig_SetDesiredVideoFormat, NewFormat) == 0x000000, "Member 'ARSessionConfig_SetDesiredVideoFormat::NewFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_SetEnableAutoFocus \ +static_assert(alignof(ARSessionConfig_SetEnableAutoFocus) == 0x000001, "Wrong alignment on ARSessionConfig_SetEnableAutoFocus"); \ +static_assert(sizeof(ARSessionConfig_SetEnableAutoFocus) == 0x000001, "Wrong size on ARSessionConfig_SetEnableAutoFocus"); \ +static_assert(offsetof(ARSessionConfig_SetEnableAutoFocus, bNewValue) == 0x000000, "Member 'ARSessionConfig_SetEnableAutoFocus::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_SetFaceTrackingDirection \ +static_assert(alignof(ARSessionConfig_SetFaceTrackingDirection) == 0x000001, "Wrong alignment on ARSessionConfig_SetFaceTrackingDirection"); \ +static_assert(sizeof(ARSessionConfig_SetFaceTrackingDirection) == 0x000001, "Wrong size on ARSessionConfig_SetFaceTrackingDirection"); \ +static_assert(offsetof(ARSessionConfig_SetFaceTrackingDirection, InDirection) == 0x000000, "Member 'ARSessionConfig_SetFaceTrackingDirection::InDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_SetFaceTrackingUpdate \ +static_assert(alignof(ARSessionConfig_SetFaceTrackingUpdate) == 0x000001, "Wrong alignment on ARSessionConfig_SetFaceTrackingUpdate"); \ +static_assert(sizeof(ARSessionConfig_SetFaceTrackingUpdate) == 0x000001, "Wrong size on ARSessionConfig_SetFaceTrackingUpdate"); \ +static_assert(offsetof(ARSessionConfig_SetFaceTrackingUpdate, InUpdate) == 0x000000, "Member 'ARSessionConfig_SetFaceTrackingUpdate::InUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_SetResetCameraTracking \ +static_assert(alignof(ARSessionConfig_SetResetCameraTracking) == 0x000001, "Wrong alignment on ARSessionConfig_SetResetCameraTracking"); \ +static_assert(sizeof(ARSessionConfig_SetResetCameraTracking) == 0x000001, "Wrong size on ARSessionConfig_SetResetCameraTracking"); \ +static_assert(offsetof(ARSessionConfig_SetResetCameraTracking, bNewValue) == 0x000000, "Member 'ARSessionConfig_SetResetCameraTracking::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_SetResetTrackedObjects \ +static_assert(alignof(ARSessionConfig_SetResetTrackedObjects) == 0x000001, "Wrong alignment on ARSessionConfig_SetResetTrackedObjects"); \ +static_assert(sizeof(ARSessionConfig_SetResetTrackedObjects) == 0x000001, "Wrong size on ARSessionConfig_SetResetTrackedObjects"); \ +static_assert(offsetof(ARSessionConfig_SetResetTrackedObjects, bNewValue) == 0x000000, "Member 'ARSessionConfig_SetResetTrackedObjects::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_SetSceneReconstructionMethod \ +static_assert(alignof(ARSessionConfig_SetSceneReconstructionMethod) == 0x000001, "Wrong alignment on ARSessionConfig_SetSceneReconstructionMethod"); \ +static_assert(sizeof(ARSessionConfig_SetSceneReconstructionMethod) == 0x000001, "Wrong size on ARSessionConfig_SetSceneReconstructionMethod"); \ +static_assert(offsetof(ARSessionConfig_SetSceneReconstructionMethod, InSceneReconstructionMethod) == 0x000000, "Member 'ARSessionConfig_SetSceneReconstructionMethod::InSceneReconstructionMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_SetSessionTrackingFeatureToEnable \ +static_assert(alignof(ARSessionConfig_SetSessionTrackingFeatureToEnable) == 0x000001, "Wrong alignment on ARSessionConfig_SetSessionTrackingFeatureToEnable"); \ +static_assert(sizeof(ARSessionConfig_SetSessionTrackingFeatureToEnable) == 0x000001, "Wrong size on ARSessionConfig_SetSessionTrackingFeatureToEnable"); \ +static_assert(offsetof(ARSessionConfig_SetSessionTrackingFeatureToEnable, InSessionTrackingFeature) == 0x000000, "Member 'ARSessionConfig_SetSessionTrackingFeatureToEnable::InSessionTrackingFeature' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_SetWorldMapData \ +static_assert(alignof(ARSessionConfig_SetWorldMapData) == 0x000008, "Wrong alignment on ARSessionConfig_SetWorldMapData"); \ +static_assert(sizeof(ARSessionConfig_SetWorldMapData) == 0x000010, "Wrong size on ARSessionConfig_SetWorldMapData"); \ +static_assert(offsetof(ARSessionConfig_SetWorldMapData, WorldMapData_0) == 0x000000, "Member 'ARSessionConfig_SetWorldMapData::WorldMapData_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetCandidateImageList \ +static_assert(alignof(ARSessionConfig_GetCandidateImageList) == 0x000008, "Wrong alignment on ARSessionConfig_GetCandidateImageList"); \ +static_assert(sizeof(ARSessionConfig_GetCandidateImageList) == 0x000010, "Wrong size on ARSessionConfig_GetCandidateImageList"); \ +static_assert(offsetof(ARSessionConfig_GetCandidateImageList, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetCandidateImageList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetCandidateObjectList \ +static_assert(alignof(ARSessionConfig_GetCandidateObjectList) == 0x000008, "Wrong alignment on ARSessionConfig_GetCandidateObjectList"); \ +static_assert(sizeof(ARSessionConfig_GetCandidateObjectList) == 0x000010, "Wrong size on ARSessionConfig_GetCandidateObjectList"); \ +static_assert(offsetof(ARSessionConfig_GetCandidateObjectList, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetCandidateObjectList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetDesiredVideoFormat \ +static_assert(alignof(ARSessionConfig_GetDesiredVideoFormat) == 0x000004, "Wrong alignment on ARSessionConfig_GetDesiredVideoFormat"); \ +static_assert(sizeof(ARSessionConfig_GetDesiredVideoFormat) == 0x00000C, "Wrong size on ARSessionConfig_GetDesiredVideoFormat"); \ +static_assert(offsetof(ARSessionConfig_GetDesiredVideoFormat, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetDesiredVideoFormat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetEnabledSessionTrackingFeature \ +static_assert(alignof(ARSessionConfig_GetEnabledSessionTrackingFeature) == 0x000001, "Wrong alignment on ARSessionConfig_GetEnabledSessionTrackingFeature"); \ +static_assert(sizeof(ARSessionConfig_GetEnabledSessionTrackingFeature) == 0x000001, "Wrong size on ARSessionConfig_GetEnabledSessionTrackingFeature"); \ +static_assert(offsetof(ARSessionConfig_GetEnabledSessionTrackingFeature, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetEnabledSessionTrackingFeature::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetEnvironmentCaptureProbeType \ +static_assert(alignof(ARSessionConfig_GetEnvironmentCaptureProbeType) == 0x000001, "Wrong alignment on ARSessionConfig_GetEnvironmentCaptureProbeType"); \ +static_assert(sizeof(ARSessionConfig_GetEnvironmentCaptureProbeType) == 0x000001, "Wrong size on ARSessionConfig_GetEnvironmentCaptureProbeType"); \ +static_assert(offsetof(ARSessionConfig_GetEnvironmentCaptureProbeType, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetEnvironmentCaptureProbeType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetFaceTrackingDirection \ +static_assert(alignof(ARSessionConfig_GetFaceTrackingDirection) == 0x000001, "Wrong alignment on ARSessionConfig_GetFaceTrackingDirection"); \ +static_assert(sizeof(ARSessionConfig_GetFaceTrackingDirection) == 0x000001, "Wrong size on ARSessionConfig_GetFaceTrackingDirection"); \ +static_assert(offsetof(ARSessionConfig_GetFaceTrackingDirection, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetFaceTrackingDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetFaceTrackingUpdate \ +static_assert(alignof(ARSessionConfig_GetFaceTrackingUpdate) == 0x000001, "Wrong alignment on ARSessionConfig_GetFaceTrackingUpdate"); \ +static_assert(sizeof(ARSessionConfig_GetFaceTrackingUpdate) == 0x000001, "Wrong size on ARSessionConfig_GetFaceTrackingUpdate"); \ +static_assert(offsetof(ARSessionConfig_GetFaceTrackingUpdate, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetFaceTrackingUpdate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetFrameSyncMode \ +static_assert(alignof(ARSessionConfig_GetFrameSyncMode) == 0x000001, "Wrong alignment on ARSessionConfig_GetFrameSyncMode"); \ +static_assert(sizeof(ARSessionConfig_GetFrameSyncMode) == 0x000001, "Wrong size on ARSessionConfig_GetFrameSyncMode"); \ +static_assert(offsetof(ARSessionConfig_GetFrameSyncMode, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetFrameSyncMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetLightEstimationMode \ +static_assert(alignof(ARSessionConfig_GetLightEstimationMode) == 0x000001, "Wrong alignment on ARSessionConfig_GetLightEstimationMode"); \ +static_assert(sizeof(ARSessionConfig_GetLightEstimationMode) == 0x000001, "Wrong size on ARSessionConfig_GetLightEstimationMode"); \ +static_assert(offsetof(ARSessionConfig_GetLightEstimationMode, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetLightEstimationMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetMaxNumSimultaneousImagesTracked \ +static_assert(alignof(ARSessionConfig_GetMaxNumSimultaneousImagesTracked) == 0x000004, "Wrong alignment on ARSessionConfig_GetMaxNumSimultaneousImagesTracked"); \ +static_assert(sizeof(ARSessionConfig_GetMaxNumSimultaneousImagesTracked) == 0x000004, "Wrong size on ARSessionConfig_GetMaxNumSimultaneousImagesTracked"); \ +static_assert(offsetof(ARSessionConfig_GetMaxNumSimultaneousImagesTracked, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetMaxNumSimultaneousImagesTracked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetPlaneDetectionMode \ +static_assert(alignof(ARSessionConfig_GetPlaneDetectionMode) == 0x000001, "Wrong alignment on ARSessionConfig_GetPlaneDetectionMode"); \ +static_assert(sizeof(ARSessionConfig_GetPlaneDetectionMode) == 0x000001, "Wrong size on ARSessionConfig_GetPlaneDetectionMode"); \ +static_assert(offsetof(ARSessionConfig_GetPlaneDetectionMode, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetPlaneDetectionMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetSceneReconstructionMethod \ +static_assert(alignof(ARSessionConfig_GetSceneReconstructionMethod) == 0x000001, "Wrong alignment on ARSessionConfig_GetSceneReconstructionMethod"); \ +static_assert(sizeof(ARSessionConfig_GetSceneReconstructionMethod) == 0x000001, "Wrong size on ARSessionConfig_GetSceneReconstructionMethod"); \ +static_assert(offsetof(ARSessionConfig_GetSceneReconstructionMethod, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetSceneReconstructionMethod::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetSessionType \ +static_assert(alignof(ARSessionConfig_GetSessionType) == 0x000001, "Wrong alignment on ARSessionConfig_GetSessionType"); \ +static_assert(sizeof(ARSessionConfig_GetSessionType) == 0x000001, "Wrong size on ARSessionConfig_GetSessionType"); \ +static_assert(offsetof(ARSessionConfig_GetSessionType, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetSessionType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetWorldAlignment \ +static_assert(alignof(ARSessionConfig_GetWorldAlignment) == 0x000001, "Wrong alignment on ARSessionConfig_GetWorldAlignment"); \ +static_assert(sizeof(ARSessionConfig_GetWorldAlignment) == 0x000001, "Wrong size on ARSessionConfig_GetWorldAlignment"); \ +static_assert(offsetof(ARSessionConfig_GetWorldAlignment, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetWorldAlignment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_GetWorldMapData \ +static_assert(alignof(ARSessionConfig_GetWorldMapData) == 0x000008, "Wrong alignment on ARSessionConfig_GetWorldMapData"); \ +static_assert(sizeof(ARSessionConfig_GetWorldMapData) == 0x000010, "Wrong size on ARSessionConfig_GetWorldMapData"); \ +static_assert(offsetof(ARSessionConfig_GetWorldMapData, ReturnValue) == 0x000000, "Member 'ARSessionConfig_GetWorldMapData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_ShouldEnableAutoFocus \ +static_assert(alignof(ARSessionConfig_ShouldEnableAutoFocus) == 0x000001, "Wrong alignment on ARSessionConfig_ShouldEnableAutoFocus"); \ +static_assert(sizeof(ARSessionConfig_ShouldEnableAutoFocus) == 0x000001, "Wrong size on ARSessionConfig_ShouldEnableAutoFocus"); \ +static_assert(offsetof(ARSessionConfig_ShouldEnableAutoFocus, ReturnValue) == 0x000000, "Member 'ARSessionConfig_ShouldEnableAutoFocus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_ShouldEnableCameraTracking \ +static_assert(alignof(ARSessionConfig_ShouldEnableCameraTracking) == 0x000001, "Wrong alignment on ARSessionConfig_ShouldEnableCameraTracking"); \ +static_assert(sizeof(ARSessionConfig_ShouldEnableCameraTracking) == 0x000001, "Wrong size on ARSessionConfig_ShouldEnableCameraTracking"); \ +static_assert(offsetof(ARSessionConfig_ShouldEnableCameraTracking, ReturnValue) == 0x000000, "Member 'ARSessionConfig_ShouldEnableCameraTracking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_ShouldRenderCameraOverlay \ +static_assert(alignof(ARSessionConfig_ShouldRenderCameraOverlay) == 0x000001, "Wrong alignment on ARSessionConfig_ShouldRenderCameraOverlay"); \ +static_assert(sizeof(ARSessionConfig_ShouldRenderCameraOverlay) == 0x000001, "Wrong size on ARSessionConfig_ShouldRenderCameraOverlay"); \ +static_assert(offsetof(ARSessionConfig_ShouldRenderCameraOverlay, ReturnValue) == 0x000000, "Member 'ARSessionConfig_ShouldRenderCameraOverlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_ShouldResetCameraTracking \ +static_assert(alignof(ARSessionConfig_ShouldResetCameraTracking) == 0x000001, "Wrong alignment on ARSessionConfig_ShouldResetCameraTracking"); \ +static_assert(sizeof(ARSessionConfig_ShouldResetCameraTracking) == 0x000001, "Wrong size on ARSessionConfig_ShouldResetCameraTracking"); \ +static_assert(offsetof(ARSessionConfig_ShouldResetCameraTracking, ReturnValue) == 0x000000, "Member 'ARSessionConfig_ShouldResetCameraTracking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSessionConfig_ShouldResetTrackedObjects \ +static_assert(alignof(ARSessionConfig_ShouldResetTrackedObjects) == 0x000001, "Wrong alignment on ARSessionConfig_ShouldResetTrackedObjects"); \ +static_assert(sizeof(ARSessionConfig_ShouldResetTrackedObjects) == 0x000001, "Wrong size on ARSessionConfig_ShouldResetTrackedObjects"); \ +static_assert(offsetof(ARSessionConfig_ShouldResetTrackedObjects, ReturnValue) == 0x000000, "Member 'ARSessionConfig_ShouldResetTrackedObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARSessionConfig \ +static_assert(alignof(UARSessionConfig) == 0x000008, "Wrong alignment on UARSessionConfig"); \ +static_assert(sizeof(UARSessionConfig) == 0x000118, "Wrong size on UARSessionConfig"); \ +static_assert(offsetof(UARSessionConfig, bGenerateMeshDataFromTrackedGeometry) == 0x000038, "Member 'UARSessionConfig::bGenerateMeshDataFromTrackedGeometry' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bGenerateCollisionForMeshData) == 0x000039, "Member 'UARSessionConfig::bGenerateCollisionForMeshData' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bGenerateNavMeshForMeshData) == 0x00003A, "Member 'UARSessionConfig::bGenerateNavMeshForMeshData' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bUseMeshDataForOcclusion) == 0x00003B, "Member 'UARSessionConfig::bUseMeshDataForOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bRenderMeshDataInWireframe) == 0x00003C, "Member 'UARSessionConfig::bRenderMeshDataInWireframe' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bTrackSceneObjects) == 0x00003D, "Member 'UARSessionConfig::bTrackSceneObjects' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bUsePersonSegmentationForOcclusion) == 0x00003E, "Member 'UARSessionConfig::bUsePersonSegmentationForOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bUseSceneDepthForOcclusion) == 0x00003F, "Member 'UARSessionConfig::bUseSceneDepthForOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bUseAutomaticImageScaleEstimation) == 0x000040, "Member 'UARSessionConfig::bUseAutomaticImageScaleEstimation' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bUseStandardOnboardingUX) == 0x000041, "Member 'UARSessionConfig::bUseStandardOnboardingUX' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, WorldAlignment) == 0x000042, "Member 'UARSessionConfig::WorldAlignment' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, SessionType) == 0x000043, "Member 'UARSessionConfig::SessionType' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, PlaneDetectionMode) == 0x000044, "Member 'UARSessionConfig::PlaneDetectionMode' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bHorizontalPlaneDetection) == 0x000045, "Member 'UARSessionConfig::bHorizontalPlaneDetection' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bVerticalPlaneDetection) == 0x000046, "Member 'UARSessionConfig::bVerticalPlaneDetection' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bEnableAutoFocus) == 0x000047, "Member 'UARSessionConfig::bEnableAutoFocus' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, LightEstimationMode) == 0x000048, "Member 'UARSessionConfig::LightEstimationMode' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, FrameSyncMode) == 0x000049, "Member 'UARSessionConfig::FrameSyncMode' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bEnableAutomaticCameraOverlay) == 0x00004A, "Member 'UARSessionConfig::bEnableAutomaticCameraOverlay' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bEnableAutomaticCameraTracking) == 0x00004B, "Member 'UARSessionConfig::bEnableAutomaticCameraTracking' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bResetCameraTracking) == 0x00004C, "Member 'UARSessionConfig::bResetCameraTracking' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bResetTrackedObjects) == 0x00004D, "Member 'UARSessionConfig::bResetTrackedObjects' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, CandidateImages) == 0x000050, "Member 'UARSessionConfig::CandidateImages' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, MaxNumSimultaneousImagesTracked) == 0x000060, "Member 'UARSessionConfig::MaxNumSimultaneousImagesTracked' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, EnvironmentCaptureProbeType) == 0x000064, "Member 'UARSessionConfig::EnvironmentCaptureProbeType' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, WorldMapData) == 0x000068, "Member 'UARSessionConfig::WorldMapData' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, CandidateObjects) == 0x000078, "Member 'UARSessionConfig::CandidateObjects' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, DesiredVideoFormat) == 0x000088, "Member 'UARSessionConfig::DesiredVideoFormat' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, bUseOptimalVideoFormat) == 0x000094, "Member 'UARSessionConfig::bUseOptimalVideoFormat' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, FaceTrackingDirection) == 0x000095, "Member 'UARSessionConfig::FaceTrackingDirection' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, FaceTrackingUpdate) == 0x000096, "Member 'UARSessionConfig::FaceTrackingUpdate' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, MaxNumberOfTrackedFaces) == 0x000098, "Member 'UARSessionConfig::MaxNumberOfTrackedFaces' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, SerializedARCandidateImageDatabase) == 0x0000A0, "Member 'UARSessionConfig::SerializedARCandidateImageDatabase' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, EnabledSessionTrackingFeature) == 0x0000B0, "Member 'UARSessionConfig::EnabledSessionTrackingFeature' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, SceneReconstructionMethod) == 0x0000B1, "Member 'UARSessionConfig::SceneReconstructionMethod' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, PlaneComponentClass) == 0x0000B8, "Member 'UARSessionConfig::PlaneComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, PointComponentClass) == 0x0000C0, "Member 'UARSessionConfig::PointComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, FaceComponentClass) == 0x0000C8, "Member 'UARSessionConfig::FaceComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, ImageComponentClass) == 0x0000D0, "Member 'UARSessionConfig::ImageComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, QRCodeComponentClass) == 0x0000D8, "Member 'UARSessionConfig::QRCodeComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, PoseComponentClass) == 0x0000E0, "Member 'UARSessionConfig::PoseComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, EnvironmentProbeComponentClass) == 0x0000E8, "Member 'UARSessionConfig::EnvironmentProbeComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, ObjectComponentClass) == 0x0000F0, "Member 'UARSessionConfig::ObjectComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, MeshComponentClass) == 0x0000F8, "Member 'UARSessionConfig::MeshComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, GeoAnchorComponentClass) == 0x000100, "Member 'UARSessionConfig::GeoAnchorComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, DefaultMeshMaterial) == 0x000108, "Member 'UARSessionConfig::DefaultMeshMaterial' has a wrong offset!"); \ +static_assert(offsetof(UARSessionConfig, DefaultWireframeMeshMaterial) == 0x000110, "Member 'UARSessionConfig::DefaultWireframeMeshMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AARSharedWorldGameState \ +static_assert(alignof(AARSharedWorldGameState) == 0x000008, "Wrong alignment on AARSharedWorldGameState"); \ +static_assert(sizeof(AARSharedWorldGameState) == 0x000358, "Wrong size on AARSharedWorldGameState"); \ +static_assert(offsetof(AARSharedWorldGameState, PreviewImageData) == 0x000320, "Member 'AARSharedWorldGameState::PreviewImageData' has a wrong offset!"); \ +static_assert(offsetof(AARSharedWorldGameState, ARWorldData) == 0x000330, "Member 'AARSharedWorldGameState::ARWorldData' has a wrong offset!"); \ +static_assert(offsetof(AARSharedWorldGameState, PreviewImageBytesTotal) == 0x000340, "Member 'AARSharedWorldGameState::PreviewImageBytesTotal' has a wrong offset!"); \ +static_assert(offsetof(AARSharedWorldGameState, ARWorldBytesTotal) == 0x000344, "Member 'AARSharedWorldGameState::ARWorldBytesTotal' has a wrong offset!"); \ +static_assert(offsetof(AARSharedWorldGameState, PreviewImageBytesDelivered) == 0x000348, "Member 'AARSharedWorldGameState::PreviewImageBytesDelivered' has a wrong offset!"); \ +static_assert(offsetof(AARSharedWorldGameState, ARWorldBytesDelivered) == 0x00034C, "Member 'AARSharedWorldGameState::ARWorldBytesDelivered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARSkyLight_SetEnvironmentCaptureProbe \ +static_assert(alignof(ARSkyLight_SetEnvironmentCaptureProbe) == 0x000008, "Wrong alignment on ARSkyLight_SetEnvironmentCaptureProbe"); \ +static_assert(sizeof(ARSkyLight_SetEnvironmentCaptureProbe) == 0x000008, "Wrong size on ARSkyLight_SetEnvironmentCaptureProbe"); \ +static_assert(offsetof(ARSkyLight_SetEnvironmentCaptureProbe, InCaptureProbe) == 0x000000, "Member 'ARSkyLight_SetEnvironmentCaptureProbe::InCaptureProbe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AARSkyLight \ +static_assert(alignof(AARSkyLight) == 0x000008, "Wrong alignment on AARSkyLight"); \ +static_assert(sizeof(AARSkyLight) == 0x0002C8, "Wrong size on AARSkyLight"); \ +static_assert(offsetof(AARSkyLight, CaptureProbe) == 0x0002B8, "Member 'AARSkyLight::CaptureProbe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTexture \ +static_assert(alignof(UARTexture) == 0x000010, "Wrong alignment on UARTexture"); \ +static_assert(sizeof(UARTexture) == 0x0001A0, "Wrong size on UARTexture"); \ +static_assert(offsetof(UARTexture, TextureType) == 0x000178, "Member 'UARTexture::TextureType' has a wrong offset!"); \ +static_assert(offsetof(UARTexture, Timestamp) == 0x00017C, "Member 'UARTexture::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(UARTexture, ExternalTextureGuid) == 0x000180, "Member 'UARTexture::ExternalTextureGuid' has a wrong offset!"); \ +static_assert(offsetof(UARTexture, Size) == 0x000190, "Member 'UARTexture::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTextureCameraImage \ +static_assert(alignof(UARTextureCameraImage) == 0x000010, "Wrong alignment on UARTextureCameraImage"); \ +static_assert(sizeof(UARTextureCameraImage) == 0x0001A0, "Wrong size on UARTextureCameraImage"); \ + +#define DUMPER7_ASSERTS_UARTextureCameraDepth \ +static_assert(alignof(UARTextureCameraDepth) == 0x000010, "Wrong alignment on UARTextureCameraDepth"); \ +static_assert(sizeof(UARTextureCameraDepth) == 0x0001A0, "Wrong size on UARTextureCameraDepth"); \ +static_assert(offsetof(UARTextureCameraDepth, DepthQuality) == 0x000198, "Member 'UARTextureCameraDepth::DepthQuality' has a wrong offset!"); \ +static_assert(offsetof(UARTextureCameraDepth, DepthAccuracy) == 0x000199, "Member 'UARTextureCameraDepth::DepthAccuracy' has a wrong offset!"); \ +static_assert(offsetof(UARTextureCameraDepth, bIsTemporallySmoothed) == 0x00019A, "Member 'UARTextureCameraDepth::bIsTemporallySmoothed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAREnvironmentCaptureProbeTexture \ +static_assert(alignof(UAREnvironmentCaptureProbeTexture) == 0x000010, "Wrong alignment on UAREnvironmentCaptureProbeTexture"); \ +static_assert(sizeof(UAREnvironmentCaptureProbeTexture) == 0x0001F0, "Wrong size on UAREnvironmentCaptureProbeTexture"); \ +static_assert(offsetof(UAREnvironmentCaptureProbeTexture, TextureType) == 0x0001D0, "Member 'UAREnvironmentCaptureProbeTexture::TextureType' has a wrong offset!"); \ +static_assert(offsetof(UAREnvironmentCaptureProbeTexture, Timestamp) == 0x0001D4, "Member 'UAREnvironmentCaptureProbeTexture::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(UAREnvironmentCaptureProbeTexture, ExternalTextureGuid) == 0x0001D8, "Member 'UAREnvironmentCaptureProbeTexture::ExternalTextureGuid' has a wrong offset!"); \ +static_assert(offsetof(UAREnvironmentCaptureProbeTexture, Size) == 0x0001E8, "Member 'UAREnvironmentCaptureProbeTexture::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTraceResultDummy \ +static_assert(alignof(UARTraceResultDummy) == 0x000008, "Wrong alignment on UARTraceResultDummy"); \ +static_assert(sizeof(UARTraceResultDummy) == 0x000030, "Wrong size on UARTraceResultDummy"); \ + +#define DUMPER7_ASSERTS_ARPlaneGeometry_GetBoundaryPolygonInLocalSpace \ +static_assert(alignof(ARPlaneGeometry_GetBoundaryPolygonInLocalSpace) == 0x000008, "Wrong alignment on ARPlaneGeometry_GetBoundaryPolygonInLocalSpace"); \ +static_assert(sizeof(ARPlaneGeometry_GetBoundaryPolygonInLocalSpace) == 0x000010, "Wrong size on ARPlaneGeometry_GetBoundaryPolygonInLocalSpace"); \ +static_assert(offsetof(ARPlaneGeometry_GetBoundaryPolygonInLocalSpace, ReturnValue) == 0x000000, "Member 'ARPlaneGeometry_GetBoundaryPolygonInLocalSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPlaneGeometry_GetCenter \ +static_assert(alignof(ARPlaneGeometry_GetCenter) == 0x000004, "Wrong alignment on ARPlaneGeometry_GetCenter"); \ +static_assert(sizeof(ARPlaneGeometry_GetCenter) == 0x00000C, "Wrong size on ARPlaneGeometry_GetCenter"); \ +static_assert(offsetof(ARPlaneGeometry_GetCenter, ReturnValue) == 0x000000, "Member 'ARPlaneGeometry_GetCenter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPlaneGeometry_GetExtent \ +static_assert(alignof(ARPlaneGeometry_GetExtent) == 0x000004, "Wrong alignment on ARPlaneGeometry_GetExtent"); \ +static_assert(sizeof(ARPlaneGeometry_GetExtent) == 0x00000C, "Wrong size on ARPlaneGeometry_GetExtent"); \ +static_assert(offsetof(ARPlaneGeometry_GetExtent, ReturnValue) == 0x000000, "Member 'ARPlaneGeometry_GetExtent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPlaneGeometry_GetOrientation \ +static_assert(alignof(ARPlaneGeometry_GetOrientation) == 0x000001, "Wrong alignment on ARPlaneGeometry_GetOrientation"); \ +static_assert(sizeof(ARPlaneGeometry_GetOrientation) == 0x000001, "Wrong size on ARPlaneGeometry_GetOrientation"); \ +static_assert(offsetof(ARPlaneGeometry_GetOrientation, ReturnValue) == 0x000000, "Member 'ARPlaneGeometry_GetOrientation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARPlaneGeometry_GetSubsumedBy \ +static_assert(alignof(ARPlaneGeometry_GetSubsumedBy) == 0x000008, "Wrong alignment on ARPlaneGeometry_GetSubsumedBy"); \ +static_assert(sizeof(ARPlaneGeometry_GetSubsumedBy) == 0x000008, "Wrong size on ARPlaneGeometry_GetSubsumedBy"); \ +static_assert(offsetof(ARPlaneGeometry_GetSubsumedBy, ReturnValue) == 0x000000, "Member 'ARPlaneGeometry_GetSubsumedBy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARPlaneGeometry \ +static_assert(alignof(UARPlaneGeometry) == 0x000010, "Wrong alignment on UARPlaneGeometry"); \ +static_assert(sizeof(UARPlaneGeometry) == 0x000140, "Wrong size on UARPlaneGeometry"); \ +static_assert(offsetof(UARPlaneGeometry, Orientation) == 0x000100, "Member 'UARPlaneGeometry::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UARPlaneGeometry, Center) == 0x000104, "Member 'UARPlaneGeometry::Center' has a wrong offset!"); \ +static_assert(offsetof(UARPlaneGeometry, Extent) == 0x000110, "Member 'UARPlaneGeometry::Extent' has a wrong offset!"); \ +static_assert(offsetof(UARPlaneGeometry, BoundaryPolygon) == 0x000120, "Member 'UARPlaneGeometry::BoundaryPolygon' has a wrong offset!"); \ +static_assert(offsetof(UARPlaneGeometry, SubsumedBy) == 0x000130, "Member 'UARPlaneGeometry::SubsumedBy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTrackedPoint \ +static_assert(alignof(UARTrackedPoint) == 0x000010, "Wrong alignment on UARTrackedPoint"); \ +static_assert(sizeof(UARTrackedPoint) == 0x000100, "Wrong size on UARTrackedPoint"); \ + +#define DUMPER7_ASSERTS_ARTrackedImage_GetEstimateSize \ +static_assert(alignof(ARTrackedImage_GetEstimateSize) == 0x000004, "Wrong alignment on ARTrackedImage_GetEstimateSize"); \ +static_assert(sizeof(ARTrackedImage_GetEstimateSize) == 0x000008, "Wrong size on ARTrackedImage_GetEstimateSize"); \ +static_assert(offsetof(ARTrackedImage_GetEstimateSize, ReturnValue) == 0x000000, "Member 'ARTrackedImage_GetEstimateSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTrackedImage_GetDetectedImage \ +static_assert(alignof(ARTrackedImage_GetDetectedImage) == 0x000008, "Wrong alignment on ARTrackedImage_GetDetectedImage"); \ +static_assert(sizeof(ARTrackedImage_GetDetectedImage) == 0x000008, "Wrong size on ARTrackedImage_GetDetectedImage"); \ +static_assert(offsetof(ARTrackedImage_GetDetectedImage, ReturnValue) == 0x000000, "Member 'ARTrackedImage_GetDetectedImage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTrackedImage \ +static_assert(alignof(UARTrackedImage) == 0x000010, "Wrong alignment on UARTrackedImage"); \ +static_assert(sizeof(UARTrackedImage) == 0x000110, "Wrong size on UARTrackedImage"); \ +static_assert(offsetof(UARTrackedImage, DetectedImage) == 0x000100, "Member 'UARTrackedImage::DetectedImage' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedImage, EstimatedSize) == 0x000108, "Member 'UARTrackedImage::EstimatedSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTrackedQRCode \ +static_assert(alignof(UARTrackedQRCode) == 0x000010, "Wrong alignment on UARTrackedQRCode"); \ +static_assert(sizeof(UARTrackedQRCode) == 0x000130, "Wrong size on UARTrackedQRCode"); \ +static_assert(offsetof(UARTrackedQRCode, QRCode) == 0x000110, "Member 'UARTrackedQRCode::QRCode' has a wrong offset!"); \ +static_assert(offsetof(UARTrackedQRCode, Version) == 0x000120, "Member 'UARTrackedQRCode::Version' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARFaceGeometry_GetBlendShapes \ +static_assert(alignof(ARFaceGeometry_GetBlendShapes) == 0x000008, "Wrong alignment on ARFaceGeometry_GetBlendShapes"); \ +static_assert(sizeof(ARFaceGeometry_GetBlendShapes) == 0x000050, "Wrong size on ARFaceGeometry_GetBlendShapes"); \ +static_assert(offsetof(ARFaceGeometry_GetBlendShapes, ReturnValue) == 0x000000, "Member 'ARFaceGeometry_GetBlendShapes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARFaceGeometry_GetBlendShapeValue \ +static_assert(alignof(ARFaceGeometry_GetBlendShapeValue) == 0x000004, "Wrong alignment on ARFaceGeometry_GetBlendShapeValue"); \ +static_assert(sizeof(ARFaceGeometry_GetBlendShapeValue) == 0x000008, "Wrong size on ARFaceGeometry_GetBlendShapeValue"); \ +static_assert(offsetof(ARFaceGeometry_GetBlendShapeValue, BlendShape) == 0x000000, "Member 'ARFaceGeometry_GetBlendShapeValue::BlendShape' has a wrong offset!"); \ +static_assert(offsetof(ARFaceGeometry_GetBlendShapeValue, ReturnValue) == 0x000004, "Member 'ARFaceGeometry_GetBlendShapeValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARFaceGeometry_GetLocalSpaceEyeTransform \ +static_assert(alignof(ARFaceGeometry_GetLocalSpaceEyeTransform) == 0x000010, "Wrong alignment on ARFaceGeometry_GetLocalSpaceEyeTransform"); \ +static_assert(sizeof(ARFaceGeometry_GetLocalSpaceEyeTransform) == 0x000040, "Wrong size on ARFaceGeometry_GetLocalSpaceEyeTransform"); \ +static_assert(offsetof(ARFaceGeometry_GetLocalSpaceEyeTransform, Eye) == 0x000000, "Member 'ARFaceGeometry_GetLocalSpaceEyeTransform::Eye' has a wrong offset!"); \ +static_assert(offsetof(ARFaceGeometry_GetLocalSpaceEyeTransform, ReturnValue) == 0x000010, "Member 'ARFaceGeometry_GetLocalSpaceEyeTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARFaceGeometry_GetWorldSpaceEyeTransform \ +static_assert(alignof(ARFaceGeometry_GetWorldSpaceEyeTransform) == 0x000010, "Wrong alignment on ARFaceGeometry_GetWorldSpaceEyeTransform"); \ +static_assert(sizeof(ARFaceGeometry_GetWorldSpaceEyeTransform) == 0x000040, "Wrong size on ARFaceGeometry_GetWorldSpaceEyeTransform"); \ +static_assert(offsetof(ARFaceGeometry_GetWorldSpaceEyeTransform, Eye) == 0x000000, "Member 'ARFaceGeometry_GetWorldSpaceEyeTransform::Eye' has a wrong offset!"); \ +static_assert(offsetof(ARFaceGeometry_GetWorldSpaceEyeTransform, ReturnValue) == 0x000010, "Member 'ARFaceGeometry_GetWorldSpaceEyeTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARFaceGeometry \ +static_assert(alignof(UARFaceGeometry) == 0x000010, "Wrong alignment on UARFaceGeometry"); \ +static_assert(sizeof(UARFaceGeometry) == 0x0001F0, "Wrong size on UARFaceGeometry"); \ +static_assert(offsetof(UARFaceGeometry, LookAtTarget) == 0x000100, "Member 'UARFaceGeometry::LookAtTarget' has a wrong offset!"); \ +static_assert(offsetof(UARFaceGeometry, bIsTracked) == 0x00010C, "Member 'UARFaceGeometry::bIsTracked' has a wrong offset!"); \ +static_assert(offsetof(UARFaceGeometry, BlendShapes) == 0x000110, "Member 'UARFaceGeometry::BlendShapes' has a wrong offset!"); \ +static_assert(offsetof(UARFaceGeometry, LeftEyeTransform) == 0x000190, "Member 'UARFaceGeometry::LeftEyeTransform' has a wrong offset!"); \ +static_assert(offsetof(UARFaceGeometry, RightEyeTransform) == 0x0001C0, "Member 'UARFaceGeometry::RightEyeTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AREnvironmentCaptureProbe_GetEnvironmentCaptureTexture \ +static_assert(alignof(AREnvironmentCaptureProbe_GetEnvironmentCaptureTexture) == 0x000008, "Wrong alignment on AREnvironmentCaptureProbe_GetEnvironmentCaptureTexture"); \ +static_assert(sizeof(AREnvironmentCaptureProbe_GetEnvironmentCaptureTexture) == 0x000008, "Wrong size on AREnvironmentCaptureProbe_GetEnvironmentCaptureTexture"); \ +static_assert(offsetof(AREnvironmentCaptureProbe_GetEnvironmentCaptureTexture, ReturnValue) == 0x000000, "Member 'AREnvironmentCaptureProbe_GetEnvironmentCaptureTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AREnvironmentCaptureProbe_GetExtent \ +static_assert(alignof(AREnvironmentCaptureProbe_GetExtent) == 0x000004, "Wrong alignment on AREnvironmentCaptureProbe_GetExtent"); \ +static_assert(sizeof(AREnvironmentCaptureProbe_GetExtent) == 0x00000C, "Wrong size on AREnvironmentCaptureProbe_GetExtent"); \ +static_assert(offsetof(AREnvironmentCaptureProbe_GetExtent, ReturnValue) == 0x000000, "Member 'AREnvironmentCaptureProbe_GetExtent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAREnvironmentCaptureProbe \ +static_assert(alignof(UAREnvironmentCaptureProbe) == 0x000010, "Wrong alignment on UAREnvironmentCaptureProbe"); \ +static_assert(sizeof(UAREnvironmentCaptureProbe) == 0x000120, "Wrong size on UAREnvironmentCaptureProbe"); \ +static_assert(offsetof(UAREnvironmentCaptureProbe, Extent) == 0x000100, "Member 'UAREnvironmentCaptureProbe::Extent' has a wrong offset!"); \ +static_assert(offsetof(UAREnvironmentCaptureProbe, EnvironmentCaptureTexture) == 0x000110, "Member 'UAREnvironmentCaptureProbe::EnvironmentCaptureTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARTrackedObject_GetDetectedObject \ +static_assert(alignof(ARTrackedObject_GetDetectedObject) == 0x000008, "Wrong alignment on ARTrackedObject_GetDetectedObject"); \ +static_assert(sizeof(ARTrackedObject_GetDetectedObject) == 0x000008, "Wrong size on ARTrackedObject_GetDetectedObject"); \ +static_assert(offsetof(ARTrackedObject_GetDetectedObject, ReturnValue) == 0x000000, "Member 'ARTrackedObject_GetDetectedObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTrackedObject \ +static_assert(alignof(UARTrackedObject) == 0x000010, "Wrong alignment on UARTrackedObject"); \ +static_assert(sizeof(UARTrackedObject) == 0x000110, "Wrong size on UARTrackedObject"); \ +static_assert(offsetof(UARTrackedObject, DetectedObject) == 0x000100, "Member 'UARTrackedObject::DetectedObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARMeshGeometry_GetObjectClassificationAtLocation \ +static_assert(alignof(ARMeshGeometry_GetObjectClassificationAtLocation) == 0x000004, "Wrong alignment on ARMeshGeometry_GetObjectClassificationAtLocation"); \ +static_assert(sizeof(ARMeshGeometry_GetObjectClassificationAtLocation) == 0x000024, "Wrong size on ARMeshGeometry_GetObjectClassificationAtLocation"); \ +static_assert(offsetof(ARMeshGeometry_GetObjectClassificationAtLocation, InWorldLocation) == 0x000000, "Member 'ARMeshGeometry_GetObjectClassificationAtLocation::InWorldLocation' has a wrong offset!"); \ +static_assert(offsetof(ARMeshGeometry_GetObjectClassificationAtLocation, OutClassification) == 0x00000C, "Member 'ARMeshGeometry_GetObjectClassificationAtLocation::OutClassification' has a wrong offset!"); \ +static_assert(offsetof(ARMeshGeometry_GetObjectClassificationAtLocation, OutClassificationLocation) == 0x000010, "Member 'ARMeshGeometry_GetObjectClassificationAtLocation::OutClassificationLocation' has a wrong offset!"); \ +static_assert(offsetof(ARMeshGeometry_GetObjectClassificationAtLocation, MaxLocationDiff) == 0x00001C, "Member 'ARMeshGeometry_GetObjectClassificationAtLocation::MaxLocationDiff' has a wrong offset!"); \ +static_assert(offsetof(ARMeshGeometry_GetObjectClassificationAtLocation, ReturnValue) == 0x000020, "Member 'ARMeshGeometry_GetObjectClassificationAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARMeshGeometry \ +static_assert(alignof(UARMeshGeometry) == 0x000010, "Wrong alignment on UARMeshGeometry"); \ +static_assert(sizeof(UARMeshGeometry) == 0x000100, "Wrong size on UARMeshGeometry"); \ + +#define DUMPER7_ASSERTS_ARGeoAnchor_GetAltitudeMeters \ +static_assert(alignof(ARGeoAnchor_GetAltitudeMeters) == 0x000004, "Wrong alignment on ARGeoAnchor_GetAltitudeMeters"); \ +static_assert(sizeof(ARGeoAnchor_GetAltitudeMeters) == 0x000004, "Wrong size on ARGeoAnchor_GetAltitudeMeters"); \ +static_assert(offsetof(ARGeoAnchor_GetAltitudeMeters, ReturnValue) == 0x000000, "Member 'ARGeoAnchor_GetAltitudeMeters::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARGeoAnchor_GetAltitudeSource \ +static_assert(alignof(ARGeoAnchor_GetAltitudeSource) == 0x000001, "Wrong alignment on ARGeoAnchor_GetAltitudeSource"); \ +static_assert(sizeof(ARGeoAnchor_GetAltitudeSource) == 0x000001, "Wrong size on ARGeoAnchor_GetAltitudeSource"); \ +static_assert(offsetof(ARGeoAnchor_GetAltitudeSource, ReturnValue) == 0x000000, "Member 'ARGeoAnchor_GetAltitudeSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARGeoAnchor_GetLatitude \ +static_assert(alignof(ARGeoAnchor_GetLatitude) == 0x000004, "Wrong alignment on ARGeoAnchor_GetLatitude"); \ +static_assert(sizeof(ARGeoAnchor_GetLatitude) == 0x000004, "Wrong size on ARGeoAnchor_GetLatitude"); \ +static_assert(offsetof(ARGeoAnchor_GetLatitude, ReturnValue) == 0x000000, "Member 'ARGeoAnchor_GetLatitude::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARGeoAnchor_GetLongitude \ +static_assert(alignof(ARGeoAnchor_GetLongitude) == 0x000004, "Wrong alignment on ARGeoAnchor_GetLongitude"); \ +static_assert(sizeof(ARGeoAnchor_GetLongitude) == 0x000004, "Wrong size on ARGeoAnchor_GetLongitude"); \ +static_assert(offsetof(ARGeoAnchor_GetLongitude, ReturnValue) == 0x000000, "Member 'ARGeoAnchor_GetLongitude::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARGeoAnchor \ +static_assert(alignof(UARGeoAnchor) == 0x000010, "Wrong alignment on UARGeoAnchor"); \ +static_assert(sizeof(UARGeoAnchor) == 0x000110, "Wrong size on UARGeoAnchor"); \ + +#define DUMPER7_ASSERTS_UARTrackableNotifyComponent \ +static_assert(alignof(UARTrackableNotifyComponent) == 0x000008, "Wrong alignment on UARTrackableNotifyComponent"); \ +static_assert(sizeof(UARTrackableNotifyComponent) == 0x000210, "Wrong size on UARTrackableNotifyComponent"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedGeometry) == 0x0000C0, "Member 'UARTrackableNotifyComponent::OnAddTrackedGeometry' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedGeometry) == 0x0000D0, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedGeometry' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedGeometry) == 0x0000E0, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedGeometry' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedPlane) == 0x0000F0, "Member 'UARTrackableNotifyComponent::OnAddTrackedPlane' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedPlane) == 0x000100, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedPlane' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedPlane) == 0x000110, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedPlane' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedPoint) == 0x000120, "Member 'UARTrackableNotifyComponent::OnAddTrackedPoint' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedPoint) == 0x000130, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedPoint' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedPoint) == 0x000140, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedPoint' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedImage) == 0x000150, "Member 'UARTrackableNotifyComponent::OnAddTrackedImage' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedImage) == 0x000160, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedImage' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedImage) == 0x000170, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedImage' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedFace) == 0x000180, "Member 'UARTrackableNotifyComponent::OnAddTrackedFace' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedFace) == 0x000190, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedFace' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedFace) == 0x0001A0, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedFace' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedEnvProbe) == 0x0001B0, "Member 'UARTrackableNotifyComponent::OnAddTrackedEnvProbe' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedEnvProbe) == 0x0001C0, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedEnvProbe' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedEnvProbe) == 0x0001D0, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedEnvProbe' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedObject) == 0x0001E0, "Member 'UARTrackableNotifyComponent::OnAddTrackedObject' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedObject) == 0x0001F0, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedObject' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedObject) == 0x000200, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTypesDummyClass \ +static_assert(alignof(UARTypesDummyClass) == 0x000008, "Wrong alignment on UARTypesDummyClass"); \ +static_assert(sizeof(UARTypesDummyClass) == 0x000030, "Wrong size on UARTypesDummyClass"); \ + +#define DUMPER7_ASSERTS_ARCandidateImage_GetCandidateTexture \ +static_assert(alignof(ARCandidateImage_GetCandidateTexture) == 0x000008, "Wrong alignment on ARCandidateImage_GetCandidateTexture"); \ +static_assert(sizeof(ARCandidateImage_GetCandidateTexture) == 0x000008, "Wrong size on ARCandidateImage_GetCandidateTexture"); \ +static_assert(offsetof(ARCandidateImage_GetCandidateTexture, ReturnValue) == 0x000000, "Member 'ARCandidateImage_GetCandidateTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARCandidateImage_GetFriendlyName \ +static_assert(alignof(ARCandidateImage_GetFriendlyName) == 0x000008, "Wrong alignment on ARCandidateImage_GetFriendlyName"); \ +static_assert(sizeof(ARCandidateImage_GetFriendlyName) == 0x000010, "Wrong size on ARCandidateImage_GetFriendlyName"); \ +static_assert(offsetof(ARCandidateImage_GetFriendlyName, ReturnValue) == 0x000000, "Member 'ARCandidateImage_GetFriendlyName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARCandidateImage_GetOrientation \ +static_assert(alignof(ARCandidateImage_GetOrientation) == 0x000001, "Wrong alignment on ARCandidateImage_GetOrientation"); \ +static_assert(sizeof(ARCandidateImage_GetOrientation) == 0x000001, "Wrong size on ARCandidateImage_GetOrientation"); \ +static_assert(offsetof(ARCandidateImage_GetOrientation, ReturnValue) == 0x000000, "Member 'ARCandidateImage_GetOrientation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARCandidateImage_GetPhysicalHeight \ +static_assert(alignof(ARCandidateImage_GetPhysicalHeight) == 0x000004, "Wrong alignment on ARCandidateImage_GetPhysicalHeight"); \ +static_assert(sizeof(ARCandidateImage_GetPhysicalHeight) == 0x000004, "Wrong size on ARCandidateImage_GetPhysicalHeight"); \ +static_assert(offsetof(ARCandidateImage_GetPhysicalHeight, ReturnValue) == 0x000000, "Member 'ARCandidateImage_GetPhysicalHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARCandidateImage_GetPhysicalWidth \ +static_assert(alignof(ARCandidateImage_GetPhysicalWidth) == 0x000004, "Wrong alignment on ARCandidateImage_GetPhysicalWidth"); \ +static_assert(sizeof(ARCandidateImage_GetPhysicalWidth) == 0x000004, "Wrong size on ARCandidateImage_GetPhysicalWidth"); \ +static_assert(offsetof(ARCandidateImage_GetPhysicalWidth, ReturnValue) == 0x000000, "Member 'ARCandidateImage_GetPhysicalWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARCandidateImage \ +static_assert(alignof(UARCandidateImage) == 0x000008, "Wrong alignment on UARCandidateImage"); \ +static_assert(sizeof(UARCandidateImage) == 0x000060, "Wrong size on UARCandidateImage"); \ +static_assert(offsetof(UARCandidateImage, CandidateTexture) == 0x000038, "Member 'UARCandidateImage::CandidateTexture' has a wrong offset!"); \ +static_assert(offsetof(UARCandidateImage, FriendlyName) == 0x000040, "Member 'UARCandidateImage::FriendlyName' has a wrong offset!"); \ +static_assert(offsetof(UARCandidateImage, Width) == 0x000050, "Member 'UARCandidateImage::Width' has a wrong offset!"); \ +static_assert(offsetof(UARCandidateImage, Height) == 0x000054, "Member 'UARCandidateImage::Height' has a wrong offset!"); \ +static_assert(offsetof(UARCandidateImage, Orientation) == 0x000058, "Member 'UARCandidateImage::Orientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXRMotionControllerData \ +static_assert(alignof(FXRMotionControllerData) == 0x000010, "Wrong alignment on FXRMotionControllerData"); \ +static_assert(sizeof(FXRMotionControllerData) == 0x0000A0, "Wrong size on FXRMotionControllerData"); \ +static_assert(offsetof(FXRMotionControllerData, bValid) == 0x000000, "Member 'FXRMotionControllerData::bValid' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, DeviceName) == 0x000004, "Member 'FXRMotionControllerData::DeviceName' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, ApplicationInstanceID) == 0x000010, "Member 'FXRMotionControllerData::ApplicationInstanceID' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, DeviceVisualType) == 0x000020, "Member 'FXRMotionControllerData::DeviceVisualType' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, HandIndex) == 0x000021, "Member 'FXRMotionControllerData::HandIndex' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, TrackingStatus) == 0x000022, "Member 'FXRMotionControllerData::TrackingStatus' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, GripPosition) == 0x000024, "Member 'FXRMotionControllerData::GripPosition' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, GripRotation) == 0x000030, "Member 'FXRMotionControllerData::GripRotation' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, AimPosition) == 0x000040, "Member 'FXRMotionControllerData::AimPosition' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, AimRotation) == 0x000050, "Member 'FXRMotionControllerData::AimRotation' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, HandKeyPositions) == 0x000060, "Member 'FXRMotionControllerData::HandKeyPositions' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, HandKeyRotations) == 0x000070, "Member 'FXRMotionControllerData::HandKeyRotations' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, HandKeyRadii) == 0x000080, "Member 'FXRMotionControllerData::HandKeyRadii' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, bIsGrasped) == 0x000090, "Member 'FXRMotionControllerData::bIsGrasped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXRHMDData \ +static_assert(alignof(FXRHMDData) == 0x000010, "Wrong alignment on FXRHMDData"); \ +static_assert(sizeof(FXRHMDData) == 0x000040, "Wrong size on FXRHMDData"); \ +static_assert(offsetof(FXRHMDData, bValid) == 0x000000, "Member 'FXRHMDData::bValid' has a wrong offset!"); \ +static_assert(offsetof(FXRHMDData, DeviceName) == 0x000004, "Member 'FXRHMDData::DeviceName' has a wrong offset!"); \ +static_assert(offsetof(FXRHMDData, ApplicationInstanceID) == 0x000010, "Member 'FXRHMDData::ApplicationInstanceID' has a wrong offset!"); \ +static_assert(offsetof(FXRHMDData, TrackingStatus) == 0x000020, "Member 'FXRHMDData::TrackingStatus' has a wrong offset!"); \ +static_assert(offsetof(FXRHMDData, Position) == 0x000024, "Member 'FXRHMDData::Position' has a wrong offset!"); \ +static_assert(offsetof(FXRHMDData, Rotation) == 0x000030, "Member 'FXRHMDData::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXRDeviceId \ +static_assert(alignof(FXRDeviceId) == 0x000004, "Wrong alignment on FXRDeviceId"); \ +static_assert(sizeof(FXRDeviceId) == 0x000010, "Wrong size on FXRDeviceId"); \ +static_assert(offsetof(FXRDeviceId, SystemName) == 0x000000, "Member 'FXRDeviceId::SystemName' has a wrong offset!"); \ +static_assert(offsetof(FXRDeviceId, DeviceId) == 0x00000C, "Member 'FXRDeviceId::DeviceId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXRGestureConfig \ +static_assert(alignof(FXRGestureConfig) == 0x000001, "Wrong alignment on FXRGestureConfig"); \ +static_assert(sizeof(FXRGestureConfig) == 0x000006, "Wrong size on FXRGestureConfig"); \ +static_assert(offsetof(FXRGestureConfig, bTap) == 0x000000, "Member 'FXRGestureConfig::bTap' has a wrong offset!"); \ +static_assert(offsetof(FXRGestureConfig, bHold) == 0x000001, "Member 'FXRGestureConfig::bHold' has a wrong offset!"); \ +static_assert(offsetof(FXRGestureConfig, AxisGesture) == 0x000002, "Member 'FXRGestureConfig::AxisGesture' has a wrong offset!"); \ +static_assert(offsetof(FXRGestureConfig, bNavigationAxisX) == 0x000003, "Member 'FXRGestureConfig::bNavigationAxisX' has a wrong offset!"); \ +static_assert(offsetof(FXRGestureConfig, bNavigationAxisY) == 0x000004, "Member 'FXRGestureConfig::bNavigationAxisY' has a wrong offset!"); \ +static_assert(offsetof(FXRGestureConfig, bNavigationAxisZ) == 0x000005, "Member 'FXRGestureConfig::bNavigationAxisZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_BreakKey \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_BreakKey) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_BreakKey"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_BreakKey) == 0x000060, "Wrong size on HeadMountedDisplayFunctionLibrary_BreakKey"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_BreakKey, InKey) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_BreakKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_BreakKey, InteractionProfile) == 0x000020, "Member 'HeadMountedDisplayFunctionLibrary_BreakKey::InteractionProfile' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_BreakKey, Hand) == 0x000030, "Member 'HeadMountedDisplayFunctionLibrary_BreakKey::Hand' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_BreakKey, MotionSource) == 0x000034, "Member 'HeadMountedDisplayFunctionLibrary_BreakKey::MotionSource' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_BreakKey, Indentifier) == 0x000040, "Member 'HeadMountedDisplayFunctionLibrary_BreakKey::Indentifier' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_BreakKey, Component) == 0x000050, "Member 'HeadMountedDisplayFunctionLibrary_BreakKey::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_CalibrateExternalTrackingToHMD \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_CalibrateExternalTrackingToHMD) == 0x000010, "Wrong alignment on HeadMountedDisplayFunctionLibrary_CalibrateExternalTrackingToHMD"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_CalibrateExternalTrackingToHMD) == 0x000030, "Wrong size on HeadMountedDisplayFunctionLibrary_CalibrateExternalTrackingToHMD"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_CalibrateExternalTrackingToHMD, ExternalTrackingTransform) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_CalibrateExternalTrackingToHMD::ExternalTrackingTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_ClearXRTimedInputActionDelegate \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_ClearXRTimedInputActionDelegate) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_ClearXRTimedInputActionDelegate"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_ClearXRTimedInputActionDelegate) == 0x00000C, "Wrong size on HeadMountedDisplayFunctionLibrary_ClearXRTimedInputActionDelegate"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_ClearXRTimedInputActionDelegate, ActionPath) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_ClearXRTimedInputActionDelegate::ActionPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_ConfigureGestures \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_ConfigureGestures) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_ConfigureGestures"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_ConfigureGestures) == 0x000007, "Wrong size on HeadMountedDisplayFunctionLibrary_ConfigureGestures"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_ConfigureGestures, GestureConfig) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_ConfigureGestures::GestureConfig' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_ConfigureGestures, ReturnValue) == 0x000006, "Member 'HeadMountedDisplayFunctionLibrary_ConfigureGestures::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice) == 0x000018, "Wrong size on HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice, IpAddress) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice::IpAddress' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice, BitRate) == 0x000010, "Member 'HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice::BitRate' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice, ReturnValue) == 0x000014, "Member 'HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_EnableHMD \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_EnableHMD) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_EnableHMD"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_EnableHMD) == 0x000002, "Wrong size on HeadMountedDisplayFunctionLibrary_EnableHMD"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_EnableHMD, bEnable) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_EnableHMD::bEnable' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_EnableHMD, ReturnValue) == 0x000001, "Member 'HeadMountedDisplayFunctionLibrary_EnableHMD::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_EnableLowPersistenceMode \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_EnableLowPersistenceMode) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_EnableLowPersistenceMode"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_EnableLowPersistenceMode) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_EnableLowPersistenceMode"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_EnableLowPersistenceMode, bEnable) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_EnableLowPersistenceMode::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices) == 0x000020, "Wrong size on HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices, SystemId) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices::SystemId' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices, DeviceType) == 0x00000C, "Member 'HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices::DeviceType' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices, ReturnValue) == 0x000010, "Member 'HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime) == 0x000070, "Wrong size on HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, WorldContext) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, ControllerIndex) == 0x000008, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::ControllerIndex' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, MotionSource) == 0x00000C, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::MotionSource' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, Time) == 0x000018, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::Time' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, bTimeWasUsed) == 0x000020, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::bTimeWasUsed' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, Orientation) == 0x000024, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::Orientation' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, Position) == 0x000030, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::Position' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, bProvidedLinearVelocity) == 0x00003C, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::bProvidedLinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, LinearVelocity) == 0x000040, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::LinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, bProvidedAngularVelocity) == 0x00004C, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::bProvidedAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, AngularVelocityRadPerSec) == 0x000050, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::AngularVelocityRadPerSec' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, bProvidedLinearAcceleration) == 0x00005C, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::bProvidedLinearAcceleration' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, LinearAcceleration) == 0x000060, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::LinearAcceleration' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, ReturnValue) == 0x00006C, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetDevicePose \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetDevicePose) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetDevicePose"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetDevicePose) == 0x000030, "Wrong size on HeadMountedDisplayFunctionLibrary_GetDevicePose"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDevicePose, XRDeviceId) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetDevicePose::XRDeviceId' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDevicePose, bIsTracked) == 0x000010, "Member 'HeadMountedDisplayFunctionLibrary_GetDevicePose::bIsTracked' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDevicePose, Orientation) == 0x000014, "Member 'HeadMountedDisplayFunctionLibrary_GetDevicePose::Orientation' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDevicePose, bHasPositionalTracking) == 0x000020, "Member 'HeadMountedDisplayFunctionLibrary_GetDevicePose::bHasPositionalTracking' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDevicePose, Position) == 0x000024, "Member 'HeadMountedDisplayFunctionLibrary_GetDevicePose::Position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose) == 0x000038, "Wrong size on HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose, WorldContext) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose, XRDeviceId) == 0x000008, "Member 'HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose::XRDeviceId' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose, bIsTracked) == 0x000018, "Member 'HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose::bIsTracked' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose, Orientation) == 0x00001C, "Member 'HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose::Orientation' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose, bHasPositionalTracking) == 0x000028, "Member 'HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose::bHasPositionalTracking' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose, Position) == 0x00002C, "Member 'HeadMountedDisplayFunctionLibrary_GetDeviceWorldPose::Position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetHMDData \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetHMDData) == 0x000010, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetHMDData"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetHMDData) == 0x000050, "Wrong size on HeadMountedDisplayFunctionLibrary_GetHMDData"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetHMDData, WorldContext) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetHMDData::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetHMDData, HMDData) == 0x000010, "Member 'HeadMountedDisplayFunctionLibrary_GetHMDData::HMDData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetHMDDeviceName \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetHMDDeviceName) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetHMDDeviceName"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetHMDDeviceName) == 0x00000C, "Wrong size on HeadMountedDisplayFunctionLibrary_GetHMDDeviceName"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetHMDDeviceName, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetHMDDeviceName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetHMDWornState \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetHMDWornState) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetHMDWornState"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetHMDWornState) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_GetHMDWornState"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetHMDWornState, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetHMDWornState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetMotionControllerData \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetMotionControllerData) == 0x000010, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetMotionControllerData"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetMotionControllerData) == 0x0000B0, "Wrong size on HeadMountedDisplayFunctionLibrary_GetMotionControllerData"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetMotionControllerData, WorldContext) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetMotionControllerData::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetMotionControllerData, Hand) == 0x000008, "Member 'HeadMountedDisplayFunctionLibrary_GetMotionControllerData::Hand' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetMotionControllerData, MotionControllerData) == 0x000010, "Member 'HeadMountedDisplayFunctionLibrary_GetMotionControllerData::MotionControllerData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetNumOfTrackingSensors \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetNumOfTrackingSensors) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetNumOfTrackingSensors"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetNumOfTrackingSensors) == 0x000004, "Wrong size on HeadMountedDisplayFunctionLibrary_GetNumOfTrackingSensors"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetNumOfTrackingSensors, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetNumOfTrackingSensors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetOrientationAndPosition \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetOrientationAndPosition) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetOrientationAndPosition"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetOrientationAndPosition) == 0x000018, "Wrong size on HeadMountedDisplayFunctionLibrary_GetOrientationAndPosition"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetOrientationAndPosition, DeviceRotation) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetOrientationAndPosition::DeviceRotation' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetOrientationAndPosition, DevicePosition) == 0x00000C, "Member 'HeadMountedDisplayFunctionLibrary_GetOrientationAndPosition::DevicePosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetPixelDensity \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetPixelDensity) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetPixelDensity"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetPixelDensity) == 0x000004, "Wrong size on HeadMountedDisplayFunctionLibrary_GetPixelDensity"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPixelDensity, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetPixelDensity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetPlayAreaBounds \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetPlayAreaBounds) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetPlayAreaBounds"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetPlayAreaBounds) == 0x00000C, "Wrong size on HeadMountedDisplayFunctionLibrary_GetPlayAreaBounds"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPlayAreaBounds, Origin) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetPlayAreaBounds::Origin' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPlayAreaBounds, ReturnValue) == 0x000004, "Member 'HeadMountedDisplayFunctionLibrary_GetPlayAreaBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetPlayAreaRect \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetPlayAreaRect) == 0x000010, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetPlayAreaRect"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetPlayAreaRect) == 0x000040, "Wrong size on HeadMountedDisplayFunctionLibrary_GetPlayAreaRect"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPlayAreaRect, OutTransform) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetPlayAreaRect::OutTransform' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPlayAreaRect, OutRect) == 0x000030, "Member 'HeadMountedDisplayFunctionLibrary_GetPlayAreaRect::OutRect' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPlayAreaRect, ReturnValue) == 0x000038, "Member 'HeadMountedDisplayFunctionLibrary_GetPlayAreaRect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters) == 0x00002C, "Wrong size on HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, CameraOrigin) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::CameraOrigin' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, CameraRotation) == 0x00000C, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::CameraRotation' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, HFOV) == 0x000018, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::HFOV' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, VFOV) == 0x00001C, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::VFOV' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, CameraDistance) == 0x000020, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::CameraDistance' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, NearPlane) == 0x000024, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::NearPlane' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, FarPlane) == 0x000028, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::FarPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetScreenPercentage \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetScreenPercentage) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetScreenPercentage"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetScreenPercentage) == 0x000004, "Wrong size on HeadMountedDisplayFunctionLibrary_GetScreenPercentage"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetScreenPercentage, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetScreenPercentage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetTrackingOrigin \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetTrackingOrigin) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetTrackingOrigin"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetTrackingOrigin) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_GetTrackingOrigin"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingOrigin, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetTrackingOriginTransform \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetTrackingOriginTransform) == 0x000010, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetTrackingOriginTransform"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetTrackingOriginTransform) == 0x000050, "Wrong size on HeadMountedDisplayFunctionLibrary_GetTrackingOriginTransform"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingOriginTransform, Origin) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingOriginTransform::Origin' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingOriginTransform, OutTransform) == 0x000010, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingOriginTransform::OutTransform' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingOriginTransform, ReturnValue) == 0x000040, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingOriginTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters) == 0x00003C, "Wrong size on HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, Origin) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::Origin' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, Rotation) == 0x00000C, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::Rotation' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, LeftFOV) == 0x000018, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::LeftFOV' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, RightFOV) == 0x00001C, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::RightFOV' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, TopFOV) == 0x000020, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::TopFOV' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, BottomFOV) == 0x000024, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::BottomFOV' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, Distance) == 0x000028, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::Distance' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, NearPlane) == 0x00002C, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::NearPlane' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, FarPlane) == 0x000030, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::FarPlane' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, IsActive) == 0x000034, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::IsActive' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, Index_0) == 0x000038, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform) == 0x000010, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform) == 0x000040, "Wrong size on HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform, WorldContext) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform, ReturnValue) == 0x000010, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetVersionString \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetVersionString) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetVersionString"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetVersionString) == 0x000010, "Wrong size on HeadMountedDisplayFunctionLibrary_GetVersionString"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetVersionString, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetVersionString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetVRFocusState \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetVRFocusState) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetVRFocusState"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetVRFocusState) == 0x000002, "Wrong size on HeadMountedDisplayFunctionLibrary_GetVRFocusState"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetVRFocusState, bUseFocus) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetVRFocusState::bUseFocus' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetVRFocusState, bHasFocus) == 0x000001, "Member 'HeadMountedDisplayFunctionLibrary_GetVRFocusState::bHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale) == 0x000010, "Wrong size on HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale, WorldContext) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale, ReturnValue) == 0x000008, "Member 'HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetXRSystemFlags \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetXRSystemFlags) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetXRSystemFlags"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetXRSystemFlags) == 0x000004, "Wrong size on HeadMountedDisplayFunctionLibrary_GetXRSystemFlags"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetXRSystemFlags, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetXRSystemFlags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_HasValidTrackingPosition \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_HasValidTrackingPosition) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_HasValidTrackingPosition"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_HasValidTrackingPosition) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_HasValidTrackingPosition"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_HasValidTrackingPosition, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_HasValidTrackingPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_IsDeviceTracking \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_IsDeviceTracking) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_IsDeviceTracking"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_IsDeviceTracking) == 0x000014, "Wrong size on HeadMountedDisplayFunctionLibrary_IsDeviceTracking"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_IsDeviceTracking, XRDeviceId) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_IsDeviceTracking::XRDeviceId' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_IsDeviceTracking, ReturnValue) == 0x000010, "Member 'HeadMountedDisplayFunctionLibrary_IsDeviceTracking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayConnected \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayConnected) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayConnected"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayConnected) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayConnected"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayConnected, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayConnected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayEnabled \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayEnabled) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayEnabled"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayEnabled) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayEnabled"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayEnabled, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition) == 0x000008, "Wrong size on HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition, Yaw) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition::Yaw' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition, Options) == 0x000004, "Member 'HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetClippingPlanes \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetClippingPlanes) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetClippingPlanes"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetClippingPlanes) == 0x000008, "Wrong size on HeadMountedDisplayFunctionLibrary_SetClippingPlanes"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetClippingPlanes, Near) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetClippingPlanes::Near' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetClippingPlanes, Far) == 0x000004, "Member 'HeadMountedDisplayFunctionLibrary_SetClippingPlanes::Far' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode, Mode) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout) == 0x000024, "Wrong size on HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout, EyeRectMin) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout::EyeRectMin' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout, EyeRectMax) == 0x000008, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout::EyeRectMax' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout, TextureRectMin) == 0x000010, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout::TextureRectMin' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout, TextureRectMax) == 0x000018, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout::TextureRectMax' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout, bDrawEyeFirst) == 0x000020, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout::bDrawEyeFirst' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout, bClearBlack) == 0x000021, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout::bClearBlack' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout, bUseAlpha) == 0x000022, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout::bUseAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetSpectatorScreenTexture \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenTexture) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetSpectatorScreenTexture"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenTexture) == 0x000008, "Wrong size on HeadMountedDisplayFunctionLibrary_SetSpectatorScreenTexture"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenTexture, InTexture) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenTexture::InTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetTrackingOrigin \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetTrackingOrigin) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetTrackingOrigin"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetTrackingOrigin) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_SetTrackingOrigin"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetTrackingOrigin, Origin) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetTrackingOrigin::Origin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale) == 0x000010, "Wrong size on HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale, WorldContext) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale, NewScale) == 0x000008, "Member 'HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale::NewScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetXRDisconnectDelegate \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetXRDisconnectDelegate) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetXRDisconnectDelegate"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetXRDisconnectDelegate) == 0x000014, "Wrong size on HeadMountedDisplayFunctionLibrary_SetXRDisconnectDelegate"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetXRDisconnectDelegate, InDisconnectedDelegate) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetXRDisconnectDelegate::InDisconnectedDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate) == 0x000020, "Wrong size on HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate, ActionName) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate::ActionName' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate, InDelegate) == 0x00000C, "Member 'HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate::InDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_UpdateExternalTrackingHMDPosition \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_UpdateExternalTrackingHMDPosition) == 0x000010, "Wrong alignment on HeadMountedDisplayFunctionLibrary_UpdateExternalTrackingHMDPosition"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_UpdateExternalTrackingHMDPosition) == 0x000030, "Wrong size on HeadMountedDisplayFunctionLibrary_UpdateExternalTrackingHMDPosition"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_UpdateExternalTrackingHMDPosition, ExternalTrackingTransform) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_UpdateExternalTrackingHMDPosition::ExternalTrackingTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHeadMountedDisplayFunctionLibrary \ +static_assert(alignof(UHeadMountedDisplayFunctionLibrary) == 0x000008, "Wrong alignment on UHeadMountedDisplayFunctionLibrary"); \ +static_assert(sizeof(UHeadMountedDisplayFunctionLibrary) == 0x000030, "Wrong size on UHeadMountedDisplayFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_HandKeypointConversion_Conv_HandKeypointToInt32 \ +static_assert(alignof(HandKeypointConversion_Conv_HandKeypointToInt32) == 0x000004, "Wrong alignment on HandKeypointConversion_Conv_HandKeypointToInt32"); \ +static_assert(sizeof(HandKeypointConversion_Conv_HandKeypointToInt32) == 0x000008, "Wrong size on HandKeypointConversion_Conv_HandKeypointToInt32"); \ +static_assert(offsetof(HandKeypointConversion_Conv_HandKeypointToInt32, input) == 0x000000, "Member 'HandKeypointConversion_Conv_HandKeypointToInt32::input' has a wrong offset!"); \ +static_assert(offsetof(HandKeypointConversion_Conv_HandKeypointToInt32, ReturnValue) == 0x000004, "Member 'HandKeypointConversion_Conv_HandKeypointToInt32::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHandKeypointConversion \ +static_assert(alignof(UHandKeypointConversion) == 0x000008, "Wrong alignment on UHandKeypointConversion"); \ +static_assert(sizeof(UHandKeypointConversion) == 0x000030, "Wrong size on UHandKeypointConversion"); \ + +#define DUMPER7_ASSERTS_MotionControllerComponent_GetHandJointPosition \ +static_assert(alignof(MotionControllerComponent_GetHandJointPosition) == 0x000004, "Wrong alignment on MotionControllerComponent_GetHandJointPosition"); \ +static_assert(sizeof(MotionControllerComponent_GetHandJointPosition) == 0x000014, "Wrong size on MotionControllerComponent_GetHandJointPosition"); \ +static_assert(offsetof(MotionControllerComponent_GetHandJointPosition, jointIndex) == 0x000000, "Member 'MotionControllerComponent_GetHandJointPosition::jointIndex' has a wrong offset!"); \ +static_assert(offsetof(MotionControllerComponent_GetHandJointPosition, bValueFound) == 0x000004, "Member 'MotionControllerComponent_GetHandJointPosition::bValueFound' has a wrong offset!"); \ +static_assert(offsetof(MotionControllerComponent_GetHandJointPosition, ReturnValue) == 0x000008, "Member 'MotionControllerComponent_GetHandJointPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionControllerComponent_GetParameterValue \ +static_assert(alignof(MotionControllerComponent_GetParameterValue) == 0x000004, "Wrong alignment on MotionControllerComponent_GetParameterValue"); \ +static_assert(sizeof(MotionControllerComponent_GetParameterValue) == 0x000014, "Wrong size on MotionControllerComponent_GetParameterValue"); \ +static_assert(offsetof(MotionControllerComponent_GetParameterValue, InName) == 0x000000, "Member 'MotionControllerComponent_GetParameterValue::InName' has a wrong offset!"); \ +static_assert(offsetof(MotionControllerComponent_GetParameterValue, bValueFound) == 0x00000C, "Member 'MotionControllerComponent_GetParameterValue::bValueFound' has a wrong offset!"); \ +static_assert(offsetof(MotionControllerComponent_GetParameterValue, ReturnValue) == 0x000010, "Member 'MotionControllerComponent_GetParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionControllerComponent_SetAssociatedPlayerIndex \ +static_assert(alignof(MotionControllerComponent_SetAssociatedPlayerIndex) == 0x000004, "Wrong alignment on MotionControllerComponent_SetAssociatedPlayerIndex"); \ +static_assert(sizeof(MotionControllerComponent_SetAssociatedPlayerIndex) == 0x000004, "Wrong size on MotionControllerComponent_SetAssociatedPlayerIndex"); \ +static_assert(offsetof(MotionControllerComponent_SetAssociatedPlayerIndex, NewPlayer) == 0x000000, "Member 'MotionControllerComponent_SetAssociatedPlayerIndex::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionControllerComponent_SetCustomDisplayMesh \ +static_assert(alignof(MotionControllerComponent_SetCustomDisplayMesh) == 0x000008, "Wrong alignment on MotionControllerComponent_SetCustomDisplayMesh"); \ +static_assert(sizeof(MotionControllerComponent_SetCustomDisplayMesh) == 0x000008, "Wrong size on MotionControllerComponent_SetCustomDisplayMesh"); \ +static_assert(offsetof(MotionControllerComponent_SetCustomDisplayMesh, NewDisplayMesh) == 0x000000, "Member 'MotionControllerComponent_SetCustomDisplayMesh::NewDisplayMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionControllerComponent_SetDisplayModelSource \ +static_assert(alignof(MotionControllerComponent_SetDisplayModelSource) == 0x000004, "Wrong alignment on MotionControllerComponent_SetDisplayModelSource"); \ +static_assert(sizeof(MotionControllerComponent_SetDisplayModelSource) == 0x00000C, "Wrong size on MotionControllerComponent_SetDisplayModelSource"); \ +static_assert(offsetof(MotionControllerComponent_SetDisplayModelSource, NewDisplayModelSource) == 0x000000, "Member 'MotionControllerComponent_SetDisplayModelSource::NewDisplayModelSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionControllerComponent_SetShowDeviceModel \ +static_assert(alignof(MotionControllerComponent_SetShowDeviceModel) == 0x000001, "Wrong alignment on MotionControllerComponent_SetShowDeviceModel"); \ +static_assert(sizeof(MotionControllerComponent_SetShowDeviceModel) == 0x000001, "Wrong size on MotionControllerComponent_SetShowDeviceModel"); \ +static_assert(offsetof(MotionControllerComponent_SetShowDeviceModel, bShowControllerModel) == 0x000000, "Member 'MotionControllerComponent_SetShowDeviceModel::bShowControllerModel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionControllerComponent_SetTrackingMotionSource \ +static_assert(alignof(MotionControllerComponent_SetTrackingMotionSource) == 0x000004, "Wrong alignment on MotionControllerComponent_SetTrackingMotionSource"); \ +static_assert(sizeof(MotionControllerComponent_SetTrackingMotionSource) == 0x00000C, "Wrong size on MotionControllerComponent_SetTrackingMotionSource"); \ +static_assert(offsetof(MotionControllerComponent_SetTrackingMotionSource, NewSource) == 0x000000, "Member 'MotionControllerComponent_SetTrackingMotionSource::NewSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionControllerComponent_SetTrackingSource \ +static_assert(alignof(MotionControllerComponent_SetTrackingSource) == 0x000001, "Wrong alignment on MotionControllerComponent_SetTrackingSource"); \ +static_assert(sizeof(MotionControllerComponent_SetTrackingSource) == 0x000001, "Wrong size on MotionControllerComponent_SetTrackingSource"); \ +static_assert(offsetof(MotionControllerComponent_SetTrackingSource, NewSource) == 0x000000, "Member 'MotionControllerComponent_SetTrackingSource::NewSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionControllerComponent_GetTrackingSource \ +static_assert(alignof(MotionControllerComponent_GetTrackingSource) == 0x000001, "Wrong alignment on MotionControllerComponent_GetTrackingSource"); \ +static_assert(sizeof(MotionControllerComponent_GetTrackingSource) == 0x000001, "Wrong size on MotionControllerComponent_GetTrackingSource"); \ +static_assert(offsetof(MotionControllerComponent_GetTrackingSource, ReturnValue) == 0x000000, "Member 'MotionControllerComponent_GetTrackingSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionControllerComponent_IsTracked \ +static_assert(alignof(MotionControllerComponent_IsTracked) == 0x000001, "Wrong alignment on MotionControllerComponent_IsTracked"); \ +static_assert(sizeof(MotionControllerComponent_IsTracked) == 0x000001, "Wrong size on MotionControllerComponent_IsTracked"); \ +static_assert(offsetof(MotionControllerComponent_IsTracked, ReturnValue) == 0x000000, "Member 'MotionControllerComponent_IsTracked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMotionControllerComponent \ +static_assert(alignof(UMotionControllerComponent) == 0x000010, "Wrong alignment on UMotionControllerComponent"); \ +static_assert(sizeof(UMotionControllerComponent) == 0x0005C0, "Wrong size on UMotionControllerComponent"); \ +static_assert(offsetof(UMotionControllerComponent, PlayerIndex) == 0x000500, "Member 'UMotionControllerComponent::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, Hand) == 0x000504, "Member 'UMotionControllerComponent::Hand' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, MotionSource) == 0x000508, "Member 'UMotionControllerComponent::MotionSource' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, CurrentTrackingStatus) == 0x000518, "Member 'UMotionControllerComponent::CurrentTrackingStatus' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, bDisplayDeviceModel) == 0x000519, "Member 'UMotionControllerComponent::bDisplayDeviceModel' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, DisplayModelSource) == 0x00051C, "Member 'UMotionControllerComponent::DisplayModelSource' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, CustomDisplayMesh) == 0x000528, "Member 'UMotionControllerComponent::CustomDisplayMesh' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, DisplayMeshMaterialOverrides) == 0x000530, "Member 'UMotionControllerComponent::DisplayMeshMaterialOverrides' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, DisplayComponent) == 0x0005A0, "Member 'UMotionControllerComponent::DisplayComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent) == 0x000008, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent) == 0x000008, "Wrong size on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent, MotionControllerComponent) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent::MotionControllerComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer) == 0x000004, "Wrong size on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer, PlayerIndex) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice) == 0x000008, "Wrong size on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice, PlayerIndex) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice, Hand) == 0x000004, "Member 'MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice::Hand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource) == 0x000010, "Wrong size on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource, PlayerIndex) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource, SourceName) == 0x000004, "Member 'MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource::SourceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent) == 0x000008, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent) == 0x000010, "Wrong size on MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent, MotionControllerComponent) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent::MotionControllerComponent' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent, ReturnValue) == 0x000008, "Member 'MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingForComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice) == 0x000008, "Wrong size on MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice, PlayerIndex) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice, Hand) == 0x000004, "Member 'MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice::Hand' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice, ReturnValue) == 0x000005, "Member 'MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfDevice::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource) == 0x000014, "Wrong size on MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource, PlayerIndex) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource, SourceName) == 0x000004, "Member 'MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource::SourceName' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource, ReturnValue) == 0x000010, "Member 'MotionTrackedDeviceFunctionLibrary_EnableMotionTrackingOfSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_EnumerateMotionSources \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_EnumerateMotionSources) == 0x000008, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_EnumerateMotionSources"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_EnumerateMotionSources) == 0x000010, "Wrong size on MotionTrackedDeviceFunctionLibrary_EnumerateMotionSources"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_EnumerateMotionSources, ReturnValue) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_EnumerateMotionSources::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_GetActiveTrackingSystemName \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_GetActiveTrackingSystemName) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_GetActiveTrackingSystemName"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_GetActiveTrackingSystemName) == 0x00000C, "Wrong size on MotionTrackedDeviceFunctionLibrary_GetActiveTrackingSystemName"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_GetActiveTrackingSystemName, ReturnValue) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_GetActiveTrackingSystemName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_GetMaximumMotionTrackedControllerCount \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_GetMaximumMotionTrackedControllerCount) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_GetMaximumMotionTrackedControllerCount"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_GetMaximumMotionTrackedControllerCount) == 0x000004, "Wrong size on MotionTrackedDeviceFunctionLibrary_GetMaximumMotionTrackedControllerCount"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_GetMaximumMotionTrackedControllerCount, ReturnValue) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_GetMaximumMotionTrackedControllerCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_GetMotionTrackingEnabledControllerCount \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_GetMotionTrackingEnabledControllerCount) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_GetMotionTrackingEnabledControllerCount"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_GetMotionTrackingEnabledControllerCount) == 0x000004, "Wrong size on MotionTrackedDeviceFunctionLibrary_GetMotionTrackingEnabledControllerCount"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_GetMotionTrackingEnabledControllerCount, ReturnValue) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_GetMotionTrackingEnabledControllerCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking) == 0x000014, "Wrong size on MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking, PlayerIndex) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking, SourceName) == 0x000004, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking::SourceName' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking, ReturnValue) == 0x000010, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionSourceTracking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_IsMotionTrackedDeviceCountManagementNecessary \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackedDeviceCountManagementNecessary) == 0x000001, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_IsMotionTrackedDeviceCountManagementNecessary"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackedDeviceCountManagementNecessary) == 0x000001, "Wrong size on MotionTrackedDeviceFunctionLibrary_IsMotionTrackedDeviceCountManagementNecessary"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackedDeviceCountManagementNecessary, ReturnValue) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackedDeviceCountManagementNecessary::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent) == 0x000008, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent) == 0x000010, "Wrong size on MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent, MotionControllerComponent) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent::MotionControllerComponent' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent, ReturnValue) == 0x000008, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice) == 0x000008, "Wrong size on MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice, PlayerIndex) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice, Hand) == 0x000004, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice::Hand' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice, ReturnValue) == 0x000005, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForDevice::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource) == 0x000014, "Wrong size on MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource, PlayerIndex) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource, SourceName) == 0x000004, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource::SourceName' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource, ReturnValue) == 0x000010, "Member 'MotionTrackedDeviceFunctionLibrary_IsMotionTrackingEnabledForSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_SetIsControllerMotionTrackingEnabledByDefault \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_SetIsControllerMotionTrackingEnabledByDefault) == 0x000001, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_SetIsControllerMotionTrackingEnabledByDefault"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_SetIsControllerMotionTrackingEnabledByDefault) == 0x000001, "Wrong size on MotionTrackedDeviceFunctionLibrary_SetIsControllerMotionTrackingEnabledByDefault"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_SetIsControllerMotionTrackingEnabledByDefault, Enable) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_SetIsControllerMotionTrackingEnabledByDefault::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMotionTrackedDeviceFunctionLibrary \ +static_assert(alignof(UMotionTrackedDeviceFunctionLibrary) == 0x000008, "Wrong alignment on UMotionTrackedDeviceFunctionLibrary"); \ +static_assert(sizeof(UMotionTrackedDeviceFunctionLibrary) == 0x000030, "Wrong size on UMotionTrackedDeviceFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UVRNotificationsComponent \ +static_assert(alignof(UVRNotificationsComponent) == 0x000008, "Wrong alignment on UVRNotificationsComponent"); \ +static_assert(sizeof(UVRNotificationsComponent) == 0x000170, "Wrong size on UVRNotificationsComponent"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDTrackingInitializingAndNeedsHMDToBeTrackedDelegate) == 0x0000C0, "Member 'UVRNotificationsComponent::HMDTrackingInitializingAndNeedsHMDToBeTrackedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDTrackingInitializedDelegate) == 0x0000D0, "Member 'UVRNotificationsComponent::HMDTrackingInitializedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDRecenteredDelegate) == 0x0000E0, "Member 'UVRNotificationsComponent::HMDRecenteredDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDLostDelegate) == 0x0000F0, "Member 'UVRNotificationsComponent::HMDLostDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDReconnectedDelegate) == 0x000100, "Member 'UVRNotificationsComponent::HMDReconnectedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDConnectCanceledDelegate) == 0x000110, "Member 'UVRNotificationsComponent::HMDConnectCanceledDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDPutOnHeadDelegate) == 0x000120, "Member 'UVRNotificationsComponent::HMDPutOnHeadDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDRemovedFromHeadDelegate) == 0x000130, "Member 'UVRNotificationsComponent::HMDRemovedFromHeadDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, VRControllerRecenteredDelegate) == 0x000140, "Member 'UVRNotificationsComponent::VRControllerRecenteredDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, XRTrackingOriginChangedDelegate) == 0x000150, "Member 'UVRNotificationsComponent::XRTrackingOriginChangedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, XRPlayAreaChangedDelegate) == 0x000160, "Member 'UVRNotificationsComponent::XRPlayAreaChangedDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking \ +static_assert(alignof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking) == 0x000010, "Wrong alignment on XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking"); \ +static_assert(sizeof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking) == 0x000060, "Wrong size on XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking, Target) == 0x000000, "Member 'XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking::Target' has a wrong offset!"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking, XRDeviceId) == 0x000008, "Member 'XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking::XRDeviceId' has a wrong offset!"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking, bManualAttachment) == 0x000018, "Member 'XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking::bManualAttachment' has a wrong offset!"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking, RelativeTransform) == 0x000020, "Member 'XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking, ReturnValue) == 0x000050, "Member 'XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking \ +static_assert(alignof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking) == 0x000010, "Wrong alignment on XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking"); \ +static_assert(sizeof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking) == 0x000080, "Wrong size on XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, Target) == 0x000000, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::Target' has a wrong offset!"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, SystemName) == 0x000008, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::SystemName' has a wrong offset!"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, DeviceName) == 0x000014, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::DeviceName' has a wrong offset!"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, bManualAttachment) == 0x000020, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::bManualAttachment' has a wrong offset!"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, RelativeTransform) == 0x000030, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, XRDeviceId) == 0x000060, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::XRDeviceId' has a wrong offset!"); \ +static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, ReturnValue) == 0x000070, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UXRAssetFunctionLibrary \ +static_assert(alignof(UXRAssetFunctionLibrary) == 0x000008, "Wrong alignment on UXRAssetFunctionLibrary"); \ +static_assert(sizeof(UXRAssetFunctionLibrary) == 0x000030, "Wrong size on UXRAssetFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync \ +static_assert(alignof(AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync) == 0x000010, "Wrong alignment on AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync"); \ +static_assert(sizeof(AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync) == 0x000060, "Wrong size on AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync"); \ +static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync, Target) == 0x000000, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync::Target' has a wrong offset!"); \ +static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync, XRDeviceId) == 0x000008, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync::XRDeviceId' has a wrong offset!"); \ +static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync, bManualAttachment) == 0x000018, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync::bManualAttachment' has a wrong offset!"); \ +static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync, RelativeTransform) == 0x000020, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync, NewComponent) == 0x000050, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync::NewComponent' has a wrong offset!"); \ +static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync, ReturnValue) == 0x000058, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync \ +static_assert(alignof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync) == 0x000010, "Wrong alignment on AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync"); \ +static_assert(sizeof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync) == 0x000080, "Wrong size on AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync"); \ +static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, Target) == 0x000000, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::Target' has a wrong offset!"); \ +static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, SystemName) == 0x000008, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::SystemName' has a wrong offset!"); \ +static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, DeviceName) == 0x000014, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::DeviceName' has a wrong offset!"); \ +static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, bManualAttachment) == 0x000020, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::bManualAttachment' has a wrong offset!"); \ +static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, RelativeTransform) == 0x000030, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, XRDeviceId) == 0x000060, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::XRDeviceId' has a wrong offset!"); \ +static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, NewComponent) == 0x000070, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::NewComponent' has a wrong offset!"); \ +static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, ReturnValue) == 0x000078, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncTask_LoadXRDeviceVisComponent \ +static_assert(alignof(UAsyncTask_LoadXRDeviceVisComponent) == 0x000008, "Wrong alignment on UAsyncTask_LoadXRDeviceVisComponent"); \ +static_assert(sizeof(UAsyncTask_LoadXRDeviceVisComponent) == 0x000068, "Wrong size on UAsyncTask_LoadXRDeviceVisComponent"); \ +static_assert(offsetof(UAsyncTask_LoadXRDeviceVisComponent, OnModelLoaded) == 0x000038, "Member 'UAsyncTask_LoadXRDeviceVisComponent::OnModelLoaded' has a wrong offset!"); \ +static_assert(offsetof(UAsyncTask_LoadXRDeviceVisComponent, OnLoadFailure) == 0x000048, "Member 'UAsyncTask_LoadXRDeviceVisComponent::OnLoadFailure' has a wrong offset!"); \ +static_assert(offsetof(UAsyncTask_LoadXRDeviceVisComponent, SpawnedComponent) == 0x000060, "Member 'UAsyncTask_LoadXRDeviceVisComponent::SpawnedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash \ +static_assert(alignof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash) == 0x000008, "Wrong alignment on XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash"); \ +static_assert(sizeof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash) == 0x000038, "Wrong size on XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash"); \ +static_assert(offsetof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash, Texture) == 0x000000, "Member 'XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash::Texture' has a wrong offset!"); \ +static_assert(offsetof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash, Translation) == 0x000008, "Member 'XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash::Translation' has a wrong offset!"); \ +static_assert(offsetof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash, Rotation) == 0x000014, "Member 'XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash::Rotation' has a wrong offset!"); \ +static_assert(offsetof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash, Size) == 0x000020, "Member 'XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash::Size' has a wrong offset!"); \ +static_assert(offsetof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash, DeltaRotation) == 0x000028, "Member 'XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash::DeltaRotation' has a wrong offset!"); \ +static_assert(offsetof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash, bClearBeforeAdd) == 0x000034, "Member 'XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash::bClearBeforeAdd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XRLoadingScreenFunctionLibrary_SetLoadingScreen \ +static_assert(alignof(XRLoadingScreenFunctionLibrary_SetLoadingScreen) == 0x000008, "Wrong alignment on XRLoadingScreenFunctionLibrary_SetLoadingScreen"); \ +static_assert(sizeof(XRLoadingScreenFunctionLibrary_SetLoadingScreen) == 0x000020, "Wrong size on XRLoadingScreenFunctionLibrary_SetLoadingScreen"); \ +static_assert(offsetof(XRLoadingScreenFunctionLibrary_SetLoadingScreen, Texture) == 0x000000, "Member 'XRLoadingScreenFunctionLibrary_SetLoadingScreen::Texture' has a wrong offset!"); \ +static_assert(offsetof(XRLoadingScreenFunctionLibrary_SetLoadingScreen, Scale) == 0x000008, "Member 'XRLoadingScreenFunctionLibrary_SetLoadingScreen::Scale' has a wrong offset!"); \ +static_assert(offsetof(XRLoadingScreenFunctionLibrary_SetLoadingScreen, Offset) == 0x000010, "Member 'XRLoadingScreenFunctionLibrary_SetLoadingScreen::Offset' has a wrong offset!"); \ +static_assert(offsetof(XRLoadingScreenFunctionLibrary_SetLoadingScreen, bShowLoadingMovie) == 0x00001C, "Member 'XRLoadingScreenFunctionLibrary_SetLoadingScreen::bShowLoadingMovie' has a wrong offset!"); \ +static_assert(offsetof(XRLoadingScreenFunctionLibrary_SetLoadingScreen, bShowOnSet) == 0x00001D, "Member 'XRLoadingScreenFunctionLibrary_SetLoadingScreen::bShowOnSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UXRLoadingScreenFunctionLibrary \ +static_assert(alignof(UXRLoadingScreenFunctionLibrary) == 0x000008, "Wrong alignment on UXRLoadingScreenFunctionLibrary"); \ +static_assert(sizeof(UXRLoadingScreenFunctionLibrary) == 0x000030, "Wrong size on UXRLoadingScreenFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_ABP_LA_Civ_Cosmetic_IdleBreaker_C \ +static_assert(alignof(ABP_LA_Civ_Cosmetic_IdleBreaker_C) == 0x000008, "Wrong alignment on ABP_LA_Civ_Cosmetic_IdleBreaker_C"); \ +static_assert(sizeof(ABP_LA_Civ_Cosmetic_IdleBreaker_C) == 0x0002C0, "Wrong size on ABP_LA_Civ_Cosmetic_IdleBreaker_C"); \ +static_assert(offsetof(ABP_LA_Civ_Cosmetic_IdleBreaker_C, SBZLifeActionSlot) == 0x0002A8, "Member 'ABP_LA_Civ_Cosmetic_IdleBreaker_C::SBZLifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Cosmetic_IdleBreaker_C, SBZLifeActionInstance) == 0x0002B0, "Member 'ABP_LA_Civ_Cosmetic_IdleBreaker_C::SBZLifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Cosmetic_IdleBreaker_C, SBZLifeAction) == 0x0002B8, "Member 'ABP_LA_Civ_Cosmetic_IdleBreaker_C::SBZLifeAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSHAHashData \ +static_assert(alignof(FSHAHashData) == 0x000001, "Wrong alignment on FSHAHashData"); \ +static_assert(sizeof(FSHAHashData) == 0x000014, "Wrong size on FSHAHashData"); \ +static_assert(offsetof(FSHAHashData, Hash) == 0x000000, "Member 'FSHAHashData::Hash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChunkPartData \ +static_assert(alignof(FChunkPartData) == 0x000004, "Wrong alignment on FChunkPartData"); \ +static_assert(sizeof(FChunkPartData) == 0x000018, "Wrong size on FChunkPartData"); \ +static_assert(offsetof(FChunkPartData, Guid) == 0x000000, "Member 'FChunkPartData::Guid' has a wrong offset!"); \ +static_assert(offsetof(FChunkPartData, Offset) == 0x000010, "Member 'FChunkPartData::Offset' has a wrong offset!"); \ +static_assert(offsetof(FChunkPartData, Size) == 0x000014, "Member 'FChunkPartData::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFileManifestData \ +static_assert(alignof(FFileManifestData) == 0x000008, "Wrong alignment on FFileManifestData"); \ +static_assert(sizeof(FFileManifestData) == 0x000068, "Wrong size on FFileManifestData"); \ +static_assert(offsetof(FFileManifestData, Filename) == 0x000000, "Member 'FFileManifestData::Filename' has a wrong offset!"); \ +static_assert(offsetof(FFileManifestData, FileHash) == 0x000010, "Member 'FFileManifestData::FileHash' has a wrong offset!"); \ +static_assert(offsetof(FFileManifestData, FileChunkParts) == 0x000028, "Member 'FFileManifestData::FileChunkParts' has a wrong offset!"); \ +static_assert(offsetof(FFileManifestData, InstallTags) == 0x000038, "Member 'FFileManifestData::InstallTags' has a wrong offset!"); \ +static_assert(offsetof(FFileManifestData, bIsUnixExecutable) == 0x000048, "Member 'FFileManifestData::bIsUnixExecutable' has a wrong offset!"); \ +static_assert(offsetof(FFileManifestData, SymlinkTarget) == 0x000050, "Member 'FFileManifestData::SymlinkTarget' has a wrong offset!"); \ +static_assert(offsetof(FFileManifestData, bIsReadOnly) == 0x000060, "Member 'FFileManifestData::bIsReadOnly' has a wrong offset!"); \ +static_assert(offsetof(FFileManifestData, bIsCompressed) == 0x000061, "Member 'FFileManifestData::bIsCompressed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChunkInfoData \ +static_assert(alignof(FChunkInfoData) == 0x000008, "Wrong alignment on FChunkInfoData"); \ +static_assert(sizeof(FChunkInfoData) == 0x000040, "Wrong size on FChunkInfoData"); \ +static_assert(offsetof(FChunkInfoData, Guid) == 0x000000, "Member 'FChunkInfoData::Guid' has a wrong offset!"); \ +static_assert(offsetof(FChunkInfoData, Hash) == 0x000010, "Member 'FChunkInfoData::Hash' has a wrong offset!"); \ +static_assert(offsetof(FChunkInfoData, ShaHash) == 0x000018, "Member 'FChunkInfoData::ShaHash' has a wrong offset!"); \ +static_assert(offsetof(FChunkInfoData, FileSize) == 0x000030, "Member 'FChunkInfoData::FileSize' has a wrong offset!"); \ +static_assert(offsetof(FChunkInfoData, GroupNumber) == 0x000038, "Member 'FChunkInfoData::GroupNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomFieldData \ +static_assert(alignof(FCustomFieldData) == 0x000008, "Wrong alignment on FCustomFieldData"); \ +static_assert(sizeof(FCustomFieldData) == 0x000020, "Wrong size on FCustomFieldData"); \ +static_assert(offsetof(FCustomFieldData, Key) == 0x000000, "Member 'FCustomFieldData::Key' has a wrong offset!"); \ +static_assert(offsetof(FCustomFieldData, Value) == 0x000010, "Member 'FCustomFieldData::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBuildPatchManifest \ +static_assert(alignof(UBuildPatchManifest) == 0x000008, "Wrong alignment on UBuildPatchManifest"); \ +static_assert(sizeof(UBuildPatchManifest) == 0x000128, "Wrong size on UBuildPatchManifest"); \ +static_assert(offsetof(UBuildPatchManifest, ManifestFileVersion) == 0x000030, "Member 'UBuildPatchManifest::ManifestFileVersion' has a wrong offset!"); \ +static_assert(offsetof(UBuildPatchManifest, bIsFileData) == 0x000031, "Member 'UBuildPatchManifest::bIsFileData' has a wrong offset!"); \ +static_assert(offsetof(UBuildPatchManifest, AppID) == 0x000034, "Member 'UBuildPatchManifest::AppID' has a wrong offset!"); \ +static_assert(offsetof(UBuildPatchManifest, AppName) == 0x000038, "Member 'UBuildPatchManifest::AppName' has a wrong offset!"); \ +static_assert(offsetof(UBuildPatchManifest, BuildVersion) == 0x000048, "Member 'UBuildPatchManifest::BuildVersion' has a wrong offset!"); \ +static_assert(offsetof(UBuildPatchManifest, LaunchExe) == 0x000058, "Member 'UBuildPatchManifest::LaunchExe' has a wrong offset!"); \ +static_assert(offsetof(UBuildPatchManifest, LaunchCommand) == 0x000068, "Member 'UBuildPatchManifest::LaunchCommand' has a wrong offset!"); \ +static_assert(offsetof(UBuildPatchManifest, PrereqIds) == 0x000078, "Member 'UBuildPatchManifest::PrereqIds' has a wrong offset!"); \ +static_assert(offsetof(UBuildPatchManifest, PrereqName) == 0x0000C8, "Member 'UBuildPatchManifest::PrereqName' has a wrong offset!"); \ +static_assert(offsetof(UBuildPatchManifest, PrereqPath) == 0x0000D8, "Member 'UBuildPatchManifest::PrereqPath' has a wrong offset!"); \ +static_assert(offsetof(UBuildPatchManifest, PrereqArgs) == 0x0000E8, "Member 'UBuildPatchManifest::PrereqArgs' has a wrong offset!"); \ +static_assert(offsetof(UBuildPatchManifest, FileManifestList) == 0x0000F8, "Member 'UBuildPatchManifest::FileManifestList' has a wrong offset!"); \ +static_assert(offsetof(UBuildPatchManifest, ChunkList) == 0x000108, "Member 'UBuildPatchManifest::ChunkList' has a wrong offset!"); \ +static_assert(offsetof(UBuildPatchManifest, CustomFields) == 0x000118, "Member 'UBuildPatchManifest::CustomFields' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFoliageVertexColorChannelMask \ +static_assert(alignof(FFoliageVertexColorChannelMask) == 0x000004, "Wrong alignment on FFoliageVertexColorChannelMask"); \ +static_assert(sizeof(FFoliageVertexColorChannelMask) == 0x00000C, "Wrong size on FFoliageVertexColorChannelMask"); \ +static_assert(offsetof(FFoliageVertexColorChannelMask, MaskThreshold) == 0x000004, "Member 'FFoliageVertexColorChannelMask::MaskThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFoliageTypeObject \ +static_assert(alignof(FFoliageTypeObject) == 0x000008, "Wrong alignment on FFoliageTypeObject"); \ +static_assert(sizeof(FFoliageTypeObject) == 0x000020, "Wrong size on FFoliageTypeObject"); \ +static_assert(offsetof(FFoliageTypeObject, FoliageTypeObject) == 0x000000, "Member 'FFoliageTypeObject::FoliageTypeObject' has a wrong offset!"); \ +static_assert(offsetof(FFoliageTypeObject, TypeInstance) == 0x000008, "Member 'FFoliageTypeObject::TypeInstance' has a wrong offset!"); \ +static_assert(offsetof(FFoliageTypeObject, bIsAsset) == 0x000010, "Member 'FFoliageTypeObject::bIsAsset' has a wrong offset!"); \ +static_assert(offsetof(FFoliageTypeObject, Type) == 0x000018, "Member 'FFoliageTypeObject::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProceduralFoliageInstance \ +static_assert(alignof(FProceduralFoliageInstance) == 0x000010, "Wrong alignment on FProceduralFoliageInstance"); \ +static_assert(sizeof(FProceduralFoliageInstance) == 0x000050, "Wrong size on FProceduralFoliageInstance"); \ +static_assert(offsetof(FProceduralFoliageInstance, Rotation) == 0x000000, "Member 'FProceduralFoliageInstance::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FProceduralFoliageInstance, Location) == 0x000010, "Member 'FProceduralFoliageInstance::Location' has a wrong offset!"); \ +static_assert(offsetof(FProceduralFoliageInstance, Age) == 0x00001C, "Member 'FProceduralFoliageInstance::Age' has a wrong offset!"); \ +static_assert(offsetof(FProceduralFoliageInstance, Normal) == 0x000020, "Member 'FProceduralFoliageInstance::Normal' has a wrong offset!"); \ +static_assert(offsetof(FProceduralFoliageInstance, Scale) == 0x00002C, "Member 'FProceduralFoliageInstance::Scale' has a wrong offset!"); \ +static_assert(offsetof(FProceduralFoliageInstance, Type) == 0x000030, "Member 'FProceduralFoliageInstance::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractiveFoliageComponent \ +static_assert(alignof(UInteractiveFoliageComponent) == 0x000010, "Wrong alignment on UInteractiveFoliageComponent"); \ +static_assert(sizeof(UInteractiveFoliageComponent) == 0x0005A0, "Wrong size on UInteractiveFoliageComponent"); \ + +#define DUMPER7_ASSERTS_UFoliageInstancedStaticMeshComponent \ +static_assert(alignof(UFoliageInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on UFoliageInstancedStaticMeshComponent"); \ +static_assert(sizeof(UFoliageInstancedStaticMeshComponent) == 0x000760, "Wrong size on UFoliageInstancedStaticMeshComponent"); \ +static_assert(offsetof(UFoliageInstancedStaticMeshComponent, OnInstanceTakePointDamage) == 0x000730, "Member 'UFoliageInstancedStaticMeshComponent::OnInstanceTakePointDamage' has a wrong offset!"); \ +static_assert(offsetof(UFoliageInstancedStaticMeshComponent, OnInstanceTakeRadialDamage) == 0x000740, "Member 'UFoliageInstancedStaticMeshComponent::OnInstanceTakeRadialDamage' has a wrong offset!"); \ +static_assert(offsetof(UFoliageInstancedStaticMeshComponent, GenerationGuid) == 0x000750, "Member 'UFoliageInstancedStaticMeshComponent::GenerationGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FoliageStatistics_FoliageOverlappingBoxCount \ +static_assert(alignof(FoliageStatistics_FoliageOverlappingBoxCount) == 0x000008, "Wrong alignment on FoliageStatistics_FoliageOverlappingBoxCount"); \ +static_assert(sizeof(FoliageStatistics_FoliageOverlappingBoxCount) == 0x000030, "Wrong size on FoliageStatistics_FoliageOverlappingBoxCount"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingBoxCount, WorldContextObject) == 0x000000, "Member 'FoliageStatistics_FoliageOverlappingBoxCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingBoxCount, StaticMesh) == 0x000008, "Member 'FoliageStatistics_FoliageOverlappingBoxCount::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingBoxCount, Box) == 0x000010, "Member 'FoliageStatistics_FoliageOverlappingBoxCount::Box' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingBoxCount, ReturnValue) == 0x00002C, "Member 'FoliageStatistics_FoliageOverlappingBoxCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FoliageStatistics_FoliageOverlappingSphereCount \ +static_assert(alignof(FoliageStatistics_FoliageOverlappingSphereCount) == 0x000008, "Wrong alignment on FoliageStatistics_FoliageOverlappingSphereCount"); \ +static_assert(sizeof(FoliageStatistics_FoliageOverlappingSphereCount) == 0x000028, "Wrong size on FoliageStatistics_FoliageOverlappingSphereCount"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingSphereCount, WorldContextObject) == 0x000000, "Member 'FoliageStatistics_FoliageOverlappingSphereCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingSphereCount, StaticMesh) == 0x000008, "Member 'FoliageStatistics_FoliageOverlappingSphereCount::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingSphereCount, CenterPosition) == 0x000010, "Member 'FoliageStatistics_FoliageOverlappingSphereCount::CenterPosition' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingSphereCount, Radius) == 0x00001C, "Member 'FoliageStatistics_FoliageOverlappingSphereCount::Radius' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingSphereCount, ReturnValue) == 0x000020, "Member 'FoliageStatistics_FoliageOverlappingSphereCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFoliageStatistics \ +static_assert(alignof(UFoliageStatistics) == 0x000008, "Wrong alignment on UFoliageStatistics"); \ +static_assert(sizeof(UFoliageStatistics) == 0x000030, "Wrong size on UFoliageStatistics"); \ + +#define DUMPER7_ASSERTS_UFoliageType \ +static_assert(alignof(UFoliageType) == 0x000008, "Wrong alignment on UFoliageType"); \ +static_assert(sizeof(UFoliageType) == 0x0003C8, "Wrong size on UFoliageType"); \ +static_assert(offsetof(UFoliageType, UpdateGuid) == 0x000030, "Member 'UFoliageType::UpdateGuid' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, Density) == 0x000040, "Member 'UFoliageType::Density' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, DensityAdjustmentFactor) == 0x000044, "Member 'UFoliageType::DensityAdjustmentFactor' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, Radius) == 0x000048, "Member 'UFoliageType::Radius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, bSingleInstanceModeOverrideRadius) == 0x00004C, "Member 'UFoliageType::bSingleInstanceModeOverrideRadius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, SingleInstanceModeRadius) == 0x000050, "Member 'UFoliageType::SingleInstanceModeRadius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, Scaling) == 0x000054, "Member 'UFoliageType::Scaling' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ScaleX) == 0x000058, "Member 'UFoliageType::ScaleX' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ScaleY) == 0x000060, "Member 'UFoliageType::ScaleY' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ScaleZ) == 0x000068, "Member 'UFoliageType::ScaleZ' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, VertexColorMaskByChannel) == 0x000070, "Member 'UFoliageType::VertexColorMaskByChannel' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, VertexColorMask) == 0x0000A0, "Member 'UFoliageType::VertexColorMask' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, VertexColorMaskThreshold) == 0x0000A4, "Member 'UFoliageType::VertexColorMaskThreshold' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ZOffset) == 0x0000AC, "Member 'UFoliageType::ZOffset' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, AlignMaxAngle) == 0x0000B8, "Member 'UFoliageType::AlignMaxAngle' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, RandomPitchAngle) == 0x0000C0, "Member 'UFoliageType::RandomPitchAngle' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, GroundSlopeAngle) == 0x0000C4, "Member 'UFoliageType::GroundSlopeAngle' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, Height) == 0x0000CC, "Member 'UFoliageType::Height' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, LandscapeLayers) == 0x0000D8, "Member 'UFoliageType::LandscapeLayers' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MinimumLayerWeight) == 0x0000E8, "Member 'UFoliageType::MinimumLayerWeight' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ExclusionLandscapeLayers) == 0x0000F0, "Member 'UFoliageType::ExclusionLandscapeLayers' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MinimumExclusionLayerWeight) == 0x000100, "Member 'UFoliageType::MinimumExclusionLayerWeight' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, LandscapeLayer) == 0x000104, "Member 'UFoliageType::LandscapeLayer' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CollisionScale) == 0x000114, "Member 'UFoliageType::CollisionScale' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MeshBounds) == 0x000120, "Member 'UFoliageType::MeshBounds' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, LowBoundOriginRadius) == 0x00013C, "Member 'UFoliageType::LowBoundOriginRadius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, Mobility) == 0x000148, "Member 'UFoliageType::Mobility' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CullDistance) == 0x00014C, "Member 'UFoliageType::CullDistance' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, OverriddenLightMapRes) == 0x000158, "Member 'UFoliageType::OverriddenLightMapRes' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, LightmapType) == 0x00015C, "Member 'UFoliageType::LightmapType' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, BodyInstance) == 0x000168, "Member 'UFoliageType::BodyInstance' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CustomNavigableGeometry) == 0x0002D0, "Member 'UFoliageType::CustomNavigableGeometry' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, LightingChannels) == 0x0002D1, "Member 'UFoliageType::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CustomDepthStencilWriteMask) == 0x0002D8, "Member 'UFoliageType::CustomDepthStencilWriteMask' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CustomDepthStencilValue) == 0x0002DC, "Member 'UFoliageType::CustomDepthStencilValue' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, TranslucencySortPriority) == 0x0002E0, "Member 'UFoliageType::TranslucencySortPriority' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CollisionRadius) == 0x0002E4, "Member 'UFoliageType::CollisionRadius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ShadeRadius) == 0x0002E8, "Member 'UFoliageType::ShadeRadius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, NumSteps) == 0x0002EC, "Member 'UFoliageType::NumSteps' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, InitialSeedDensity) == 0x0002F0, "Member 'UFoliageType::InitialSeedDensity' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, AverageSpreadDistance) == 0x0002F4, "Member 'UFoliageType::AverageSpreadDistance' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, SpreadVariance) == 0x0002F8, "Member 'UFoliageType::SpreadVariance' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, SeedsPerStep) == 0x0002FC, "Member 'UFoliageType::SeedsPerStep' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, DistributionSeed) == 0x000300, "Member 'UFoliageType::DistributionSeed' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MaxInitialSeedOffset) == 0x000304, "Member 'UFoliageType::MaxInitialSeedOffset' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, bCanGrowInShade) == 0x000308, "Member 'UFoliageType::bCanGrowInShade' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, bSpawnsInShade) == 0x000309, "Member 'UFoliageType::bSpawnsInShade' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MaxInitialAge) == 0x00030C, "Member 'UFoliageType::MaxInitialAge' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MaxAge) == 0x000310, "Member 'UFoliageType::MaxAge' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, OverlapPriority) == 0x000314, "Member 'UFoliageType::OverlapPriority' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ProceduralScale) == 0x000318, "Member 'UFoliageType::ProceduralScale' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ScaleCurve) == 0x000320, "Member 'UFoliageType::ScaleCurve' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ChangeCount) == 0x0003A8, "Member 'UFoliageType::ChangeCount' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, RuntimeVirtualTextures) == 0x0003B0, "Member 'UFoliageType::RuntimeVirtualTextures' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, VirtualTextureCullMips) == 0x0003C0, "Member 'UFoliageType::VirtualTextureCullMips' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, VirtualTextureRenderPassType) == 0x0003C4, "Member 'UFoliageType::VirtualTextureRenderPassType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFoliageType_Actor \ +static_assert(alignof(UFoliageType_Actor) == 0x000008, "Wrong alignment on UFoliageType_Actor"); \ +static_assert(sizeof(UFoliageType_Actor) == 0x0003D8, "Wrong size on UFoliageType_Actor"); \ +static_assert(offsetof(UFoliageType_Actor, ActorClass) == 0x0003C8, "Member 'UFoliageType_Actor::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType_Actor, bShouldAttachToBaseComponent) == 0x0003D0, "Member 'UFoliageType_Actor::bShouldAttachToBaseComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFoliageType_InstancedStaticMesh \ +static_assert(alignof(UFoliageType_InstancedStaticMesh) == 0x000008, "Wrong alignment on UFoliageType_InstancedStaticMesh"); \ +static_assert(sizeof(UFoliageType_InstancedStaticMesh) == 0x0003E8, "Wrong size on UFoliageType_InstancedStaticMesh"); \ +static_assert(offsetof(UFoliageType_InstancedStaticMesh, Mesh) == 0x0003C8, "Member 'UFoliageType_InstancedStaticMesh::Mesh' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType_InstancedStaticMesh, OverrideMaterials) == 0x0003D0, "Member 'UFoliageType_InstancedStaticMesh::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType_InstancedStaticMesh, ComponentClass) == 0x0003E0, "Member 'UFoliageType_InstancedStaticMesh::ComponentClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AInstancedFoliageActor \ +static_assert(alignof(AInstancedFoliageActor) == 0x000008, "Wrong alignment on AInstancedFoliageActor"); \ +static_assert(sizeof(AInstancedFoliageActor) == 0x0002F8, "Wrong size on AInstancedFoliageActor"); \ + +#define DUMPER7_ASSERTS_InteractiveFoliageActor_CapsuleTouched \ +static_assert(alignof(InteractiveFoliageActor_CapsuleTouched) == 0x000008, "Wrong alignment on InteractiveFoliageActor_CapsuleTouched"); \ +static_assert(sizeof(InteractiveFoliageActor_CapsuleTouched) == 0x0000B0, "Wrong size on InteractiveFoliageActor_CapsuleTouched"); \ +static_assert(offsetof(InteractiveFoliageActor_CapsuleTouched, OverlappedComp) == 0x000000, "Member 'InteractiveFoliageActor_CapsuleTouched::OverlappedComp' has a wrong offset!"); \ +static_assert(offsetof(InteractiveFoliageActor_CapsuleTouched, Other) == 0x000008, "Member 'InteractiveFoliageActor_CapsuleTouched::Other' has a wrong offset!"); \ +static_assert(offsetof(InteractiveFoliageActor_CapsuleTouched, OtherComp) == 0x000010, "Member 'InteractiveFoliageActor_CapsuleTouched::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(InteractiveFoliageActor_CapsuleTouched, OtherBodyIndex) == 0x000018, "Member 'InteractiveFoliageActor_CapsuleTouched::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(InteractiveFoliageActor_CapsuleTouched, bFromSweep) == 0x00001C, "Member 'InteractiveFoliageActor_CapsuleTouched::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(InteractiveFoliageActor_CapsuleTouched, OverlapInfo) == 0x000020, "Member 'InteractiveFoliageActor_CapsuleTouched::OverlapInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AInteractiveFoliageActor \ +static_assert(alignof(AInteractiveFoliageActor) == 0x000008, "Wrong alignment on AInteractiveFoliageActor"); \ +static_assert(sizeof(AInteractiveFoliageActor) == 0x000318, "Wrong size on AInteractiveFoliageActor"); \ +static_assert(offsetof(AInteractiveFoliageActor, CapsuleComponent) == 0x0002B8, "Member 'AInteractiveFoliageActor::CapsuleComponent' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, TouchingActorEntryPosition) == 0x0002C0, "Member 'AInteractiveFoliageActor::TouchingActorEntryPosition' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageVelocity) == 0x0002CC, "Member 'AInteractiveFoliageActor::FoliageVelocity' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageForce) == 0x0002D8, "Member 'AInteractiveFoliageActor::FoliageForce' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliagePosition) == 0x0002E4, "Member 'AInteractiveFoliageActor::FoliagePosition' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageDamageImpulseScale) == 0x0002F0, "Member 'AInteractiveFoliageActor::FoliageDamageImpulseScale' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageTouchImpulseScale) == 0x0002F4, "Member 'AInteractiveFoliageActor::FoliageTouchImpulseScale' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageStiffness) == 0x0002F8, "Member 'AInteractiveFoliageActor::FoliageStiffness' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageStiffnessQuadratic) == 0x0002FC, "Member 'AInteractiveFoliageActor::FoliageStiffnessQuadratic' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageDamping) == 0x000300, "Member 'AInteractiveFoliageActor::FoliageDamping' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, MaxDamageImpulse) == 0x000304, "Member 'AInteractiveFoliageActor::MaxDamageImpulse' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, MaxTouchImpulse) == 0x000308, "Member 'AInteractiveFoliageActor::MaxTouchImpulse' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, MaxForce) == 0x00030C, "Member 'AInteractiveFoliageActor::MaxForce' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, Mass) == 0x000310, "Member 'AInteractiveFoliageActor::Mass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AProceduralFoliageBlockingVolume \ +static_assert(alignof(AProceduralFoliageBlockingVolume) == 0x000008, "Wrong alignment on AProceduralFoliageBlockingVolume"); \ +static_assert(sizeof(AProceduralFoliageBlockingVolume) == 0x000308, "Wrong size on AProceduralFoliageBlockingVolume"); \ +static_assert(offsetof(AProceduralFoliageBlockingVolume, ProceduralFoliageVolume) == 0x000300, "Member 'AProceduralFoliageBlockingVolume::ProceduralFoliageVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProceduralFoliageComponent \ +static_assert(alignof(UProceduralFoliageComponent) == 0x000008, "Wrong alignment on UProceduralFoliageComponent"); \ +static_assert(sizeof(UProceduralFoliageComponent) == 0x0000E8, "Wrong size on UProceduralFoliageComponent"); \ +static_assert(offsetof(UProceduralFoliageComponent, FoliageSpawner) == 0x0000C0, "Member 'UProceduralFoliageComponent::FoliageSpawner' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageComponent, TileOverlap) == 0x0000C8, "Member 'UProceduralFoliageComponent::TileOverlap' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageComponent, SpawningVolume) == 0x0000D0, "Member 'UProceduralFoliageComponent::SpawningVolume' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageComponent, ProceduralGuid) == 0x0000D8, "Member 'UProceduralFoliageComponent::ProceduralGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralFoliageSpawner_Simulate \ +static_assert(alignof(ProceduralFoliageSpawner_Simulate) == 0x000004, "Wrong alignment on ProceduralFoliageSpawner_Simulate"); \ +static_assert(sizeof(ProceduralFoliageSpawner_Simulate) == 0x000004, "Wrong size on ProceduralFoliageSpawner_Simulate"); \ +static_assert(offsetof(ProceduralFoliageSpawner_Simulate, NumSteps) == 0x000000, "Member 'ProceduralFoliageSpawner_Simulate::NumSteps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProceduralFoliageSpawner \ +static_assert(alignof(UProceduralFoliageSpawner) == 0x000008, "Wrong alignment on UProceduralFoliageSpawner"); \ +static_assert(sizeof(UProceduralFoliageSpawner) == 0x000070, "Wrong size on UProceduralFoliageSpawner"); \ +static_assert(offsetof(UProceduralFoliageSpawner, RandomSeed) == 0x000030, "Member 'UProceduralFoliageSpawner::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageSpawner, TileSize) == 0x000034, "Member 'UProceduralFoliageSpawner::TileSize' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageSpawner, NumUniqueTiles) == 0x000038, "Member 'UProceduralFoliageSpawner::NumUniqueTiles' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageSpawner, MinimumQuadTreeSize) == 0x00003C, "Member 'UProceduralFoliageSpawner::MinimumQuadTreeSize' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageSpawner, FoliageTypes) == 0x000048, "Member 'UProceduralFoliageSpawner::FoliageTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProceduralFoliageTile \ +static_assert(alignof(UProceduralFoliageTile) == 0x000008, "Wrong alignment on UProceduralFoliageTile"); \ +static_assert(sizeof(UProceduralFoliageTile) == 0x000160, "Wrong size on UProceduralFoliageTile"); \ +static_assert(offsetof(UProceduralFoliageTile, FoliageSpawner) == 0x000030, "Member 'UProceduralFoliageTile::FoliageSpawner' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageTile, InstancesArray) == 0x0000D8, "Member 'UProceduralFoliageTile::InstancesArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AProceduralFoliageVolume \ +static_assert(alignof(AProceduralFoliageVolume) == 0x000008, "Wrong alignment on AProceduralFoliageVolume"); \ +static_assert(sizeof(AProceduralFoliageVolume) == 0x000308, "Wrong size on AProceduralFoliageVolume"); \ +static_assert(offsetof(AProceduralFoliageVolume, ProceduralComponent) == 0x000300, "Member 'AProceduralFoliageVolume::ProceduralComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UThePunchLightHitCameraFeedback_C \ +static_assert(alignof(UThePunchLightHitCameraFeedback_C) == 0x000008, "Wrong alignment on UThePunchLightHitCameraFeedback_C"); \ +static_assert(sizeof(UThePunchLightHitCameraFeedback_C) == 0x000308, "Wrong size on UThePunchLightHitCameraFeedback_C"); \ + +#define DUMPER7_ASSERTS_FLandscapeLayerBrush \ +static_assert(alignof(FLandscapeLayerBrush) == 0x000001, "Wrong alignment on FLandscapeLayerBrush"); \ +static_assert(sizeof(FLandscapeLayerBrush) == 0x000001, "Wrong size on FLandscapeLayerBrush"); \ + +#define DUMPER7_ASSERTS_FLandscapeLayer \ +static_assert(alignof(FLandscapeLayer) == 0x000008, "Wrong alignment on FLandscapeLayer"); \ +static_assert(sizeof(FLandscapeLayer) == 0x000090, "Wrong size on FLandscapeLayer"); \ +static_assert(offsetof(FLandscapeLayer, Guid) == 0x000000, "Member 'FLandscapeLayer::Guid' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, Name) == 0x000010, "Member 'FLandscapeLayer::Name' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, bVisible) == 0x00001C, "Member 'FLandscapeLayer::bVisible' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, bLocked) == 0x00001D, "Member 'FLandscapeLayer::bLocked' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, HeightmapAlpha) == 0x000020, "Member 'FLandscapeLayer::HeightmapAlpha' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, WeightmapAlpha) == 0x000024, "Member 'FLandscapeLayer::WeightmapAlpha' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, BlendMode) == 0x000028, "Member 'FLandscapeLayer::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, Brushes) == 0x000030, "Member 'FLandscapeLayer::Brushes' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, WeightmapLayerAllocationBlend) == 0x000040, "Member 'FLandscapeLayer::WeightmapLayerAllocationBlend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHeightmapData \ +static_assert(alignof(FHeightmapData) == 0x000008, "Wrong alignment on FHeightmapData"); \ +static_assert(sizeof(FHeightmapData) == 0x000008, "Wrong size on FHeightmapData"); \ +static_assert(offsetof(FHeightmapData, Texture) == 0x000000, "Member 'FHeightmapData::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWeightmapLayerAllocationInfo \ +static_assert(alignof(FWeightmapLayerAllocationInfo) == 0x000008, "Wrong alignment on FWeightmapLayerAllocationInfo"); \ +static_assert(sizeof(FWeightmapLayerAllocationInfo) == 0x000010, "Wrong size on FWeightmapLayerAllocationInfo"); \ +static_assert(offsetof(FWeightmapLayerAllocationInfo, LayerInfo) == 0x000000, "Member 'FWeightmapLayerAllocationInfo::LayerInfo' has a wrong offset!"); \ +static_assert(offsetof(FWeightmapLayerAllocationInfo, WeightmapTextureIndex) == 0x000008, "Member 'FWeightmapLayerAllocationInfo::WeightmapTextureIndex' has a wrong offset!"); \ +static_assert(offsetof(FWeightmapLayerAllocationInfo, WeightmapTextureChannel) == 0x000009, "Member 'FWeightmapLayerAllocationInfo::WeightmapTextureChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWeightmapData \ +static_assert(alignof(FWeightmapData) == 0x000008, "Wrong alignment on FWeightmapData"); \ +static_assert(sizeof(FWeightmapData) == 0x000030, "Wrong size on FWeightmapData"); \ +static_assert(offsetof(FWeightmapData, Textures) == 0x000000, "Member 'FWeightmapData::Textures' has a wrong offset!"); \ +static_assert(offsetof(FWeightmapData, LayerAllocations) == 0x000010, "Member 'FWeightmapData::LayerAllocations' has a wrong offset!"); \ +static_assert(offsetof(FWeightmapData, TextureUsages) == 0x000020, "Member 'FWeightmapData::TextureUsages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeLayerComponentData \ +static_assert(alignof(FLandscapeLayerComponentData) == 0x000008, "Wrong alignment on FLandscapeLayerComponentData"); \ +static_assert(sizeof(FLandscapeLayerComponentData) == 0x000038, "Wrong size on FLandscapeLayerComponentData"); \ +static_assert(offsetof(FLandscapeLayerComponentData, HeightmapData) == 0x000000, "Member 'FLandscapeLayerComponentData::HeightmapData' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayerComponentData, WeightmapData) == 0x000008, "Member 'FLandscapeLayerComponentData::WeightmapData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeComponentMaterialOverride \ +static_assert(alignof(FLandscapeComponentMaterialOverride) == 0x000008, "Wrong alignment on FLandscapeComponentMaterialOverride"); \ +static_assert(sizeof(FLandscapeComponentMaterialOverride) == 0x000010, "Wrong size on FLandscapeComponentMaterialOverride"); \ +static_assert(offsetof(FLandscapeComponentMaterialOverride, LODIndex) == 0x000000, "Member 'FLandscapeComponentMaterialOverride::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeComponentMaterialOverride, Material) == 0x000008, "Member 'FLandscapeComponentMaterialOverride::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeEditToolRenderData \ +static_assert(alignof(FLandscapeEditToolRenderData) == 0x000008, "Wrong alignment on FLandscapeEditToolRenderData"); \ +static_assert(sizeof(FLandscapeEditToolRenderData) == 0x000038, "Wrong size on FLandscapeEditToolRenderData"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, ToolMaterial) == 0x000000, "Member 'FLandscapeEditToolRenderData::ToolMaterial' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, GizmoMaterial) == 0x000008, "Member 'FLandscapeEditToolRenderData::GizmoMaterial' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, SelectedType) == 0x000010, "Member 'FLandscapeEditToolRenderData::SelectedType' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, DebugChannelR) == 0x000014, "Member 'FLandscapeEditToolRenderData::DebugChannelR' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, DebugChannelG) == 0x000018, "Member 'FLandscapeEditToolRenderData::DebugChannelG' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, DebugChannelB) == 0x00001C, "Member 'FLandscapeEditToolRenderData::DebugChannelB' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, DataTexture) == 0x000020, "Member 'FLandscapeEditToolRenderData::DataTexture' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, LayerContributionTexture) == 0x000028, "Member 'FLandscapeEditToolRenderData::LayerContributionTexture' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, DirtyTexture) == 0x000030, "Member 'FLandscapeEditToolRenderData::DirtyTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGizmoSelectData \ +static_assert(alignof(FGizmoSelectData) == 0x000008, "Wrong alignment on FGizmoSelectData"); \ +static_assert(sizeof(FGizmoSelectData) == 0x000050, "Wrong size on FGizmoSelectData"); \ + +#define DUMPER7_ASSERTS_FGrassVariety \ +static_assert(alignof(FGrassVariety) == 0x000008, "Wrong alignment on FGrassVariety"); \ +static_assert(sizeof(FGrassVariety) == 0x000058, "Wrong size on FGrassVariety"); \ +static_assert(offsetof(FGrassVariety, GrassMesh) == 0x000000, "Member 'FGrassVariety::GrassMesh' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, OverrideMaterials) == 0x000008, "Member 'FGrassVariety::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, GrassDensity) == 0x000018, "Member 'FGrassVariety::GrassDensity' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bUseGrid) == 0x00001C, "Member 'FGrassVariety::bUseGrid' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, PlacementJitter) == 0x000020, "Member 'FGrassVariety::PlacementJitter' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, StartCullDistance) == 0x000024, "Member 'FGrassVariety::StartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, EndCullDistance) == 0x000028, "Member 'FGrassVariety::EndCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, MinLOD) == 0x00002C, "Member 'FGrassVariety::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, Scaling) == 0x000030, "Member 'FGrassVariety::Scaling' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, ScaleX) == 0x000034, "Member 'FGrassVariety::ScaleX' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, ScaleY) == 0x00003C, "Member 'FGrassVariety::ScaleY' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, ScaleZ) == 0x000044, "Member 'FGrassVariety::ScaleZ' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, RandomRotation) == 0x00004C, "Member 'FGrassVariety::RandomRotation' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, AlignToSurface) == 0x00004D, "Member 'FGrassVariety::AlignToSurface' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bUseLandscapeLightmap) == 0x00004E, "Member 'FGrassVariety::bUseLandscapeLightmap' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, LightingChannels) == 0x00004F, "Member 'FGrassVariety::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bReceivesDecals) == 0x000050, "Member 'FGrassVariety::bReceivesDecals' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bCastDynamicShadow) == 0x000051, "Member 'FGrassVariety::bCastDynamicShadow' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bKeepInstanceBufferCPUCopy) == 0x000052, "Member 'FGrassVariety::bKeepInstanceBufferCPUCopy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeInfoLayerSettings \ +static_assert(alignof(FLandscapeInfoLayerSettings) == 0x000008, "Wrong alignment on FLandscapeInfoLayerSettings"); \ +static_assert(sizeof(FLandscapeInfoLayerSettings) == 0x000018, "Wrong size on FLandscapeInfoLayerSettings"); \ +static_assert(offsetof(FLandscapeInfoLayerSettings, LayerInfoObj) == 0x000000, "Member 'FLandscapeInfoLayerSettings::LayerInfoObj' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeInfoLayerSettings, LayerName) == 0x000008, "Member 'FLandscapeInfoLayerSettings::LayerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeMaterialTextureStreamingInfo \ +static_assert(alignof(FLandscapeMaterialTextureStreamingInfo) == 0x000004, "Wrong alignment on FLandscapeMaterialTextureStreamingInfo"); \ +static_assert(sizeof(FLandscapeMaterialTextureStreamingInfo) == 0x000010, "Wrong size on FLandscapeMaterialTextureStreamingInfo"); \ +static_assert(offsetof(FLandscapeMaterialTextureStreamingInfo, TextureName) == 0x000000, "Member 'FLandscapeMaterialTextureStreamingInfo::TextureName' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeMaterialTextureStreamingInfo, TexelFactor) == 0x00000C, "Member 'FLandscapeMaterialTextureStreamingInfo::TexelFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeProxyMaterialOverride \ +static_assert(alignof(FLandscapeProxyMaterialOverride) == 0x000008, "Wrong alignment on FLandscapeProxyMaterialOverride"); \ +static_assert(sizeof(FLandscapeProxyMaterialOverride) == 0x000010, "Wrong size on FLandscapeProxyMaterialOverride"); \ +static_assert(offsetof(FLandscapeProxyMaterialOverride, LODIndex) == 0x000000, "Member 'FLandscapeProxyMaterialOverride::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeProxyMaterialOverride, Material) == 0x000008, "Member 'FLandscapeProxyMaterialOverride::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeImportLayerInfo \ +static_assert(alignof(FLandscapeImportLayerInfo) == 0x000001, "Wrong alignment on FLandscapeImportLayerInfo"); \ +static_assert(sizeof(FLandscapeImportLayerInfo) == 0x000001, "Wrong size on FLandscapeImportLayerInfo"); \ + +#define DUMPER7_ASSERTS_FLandscapeLayerStruct \ +static_assert(alignof(FLandscapeLayerStruct) == 0x000008, "Wrong alignment on FLandscapeLayerStruct"); \ +static_assert(sizeof(FLandscapeLayerStruct) == 0x000008, "Wrong size on FLandscapeLayerStruct"); \ +static_assert(offsetof(FLandscapeLayerStruct, LayerInfoObj) == 0x000000, "Member 'FLandscapeLayerStruct::LayerInfoObj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeEditorLayerSettings \ +static_assert(alignof(FLandscapeEditorLayerSettings) == 0x000001, "Wrong alignment on FLandscapeEditorLayerSettings"); \ +static_assert(sizeof(FLandscapeEditorLayerSettings) == 0x000001, "Wrong size on FLandscapeEditorLayerSettings"); \ + +#define DUMPER7_ASSERTS_FLandscapeSplineConnection \ +static_assert(alignof(FLandscapeSplineConnection) == 0x000008, "Wrong alignment on FLandscapeSplineConnection"); \ +static_assert(sizeof(FLandscapeSplineConnection) == 0x000010, "Wrong size on FLandscapeSplineConnection"); \ +static_assert(offsetof(FLandscapeSplineConnection, Segment) == 0x000000, "Member 'FLandscapeSplineConnection::Segment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FForeignWorldSplineData \ +static_assert(alignof(FForeignWorldSplineData) == 0x000001, "Wrong alignment on FForeignWorldSplineData"); \ +static_assert(sizeof(FForeignWorldSplineData) == 0x000001, "Wrong size on FForeignWorldSplineData"); \ + +#define DUMPER7_ASSERTS_FForeignSplineSegmentData \ +static_assert(alignof(FForeignSplineSegmentData) == 0x000001, "Wrong alignment on FForeignSplineSegmentData"); \ +static_assert(sizeof(FForeignSplineSegmentData) == 0x000001, "Wrong size on FForeignSplineSegmentData"); \ + +#define DUMPER7_ASSERTS_FForeignControlPointData \ +static_assert(alignof(FForeignControlPointData) == 0x000001, "Wrong alignment on FForeignControlPointData"); \ +static_assert(sizeof(FForeignControlPointData) == 0x000001, "Wrong size on FForeignControlPointData"); \ + +#define DUMPER7_ASSERTS_FLandscapeSplineMeshEntry \ +static_assert(alignof(FLandscapeSplineMeshEntry) == 0x000008, "Wrong alignment on FLandscapeSplineMeshEntry"); \ +static_assert(sizeof(FLandscapeSplineMeshEntry) == 0x000038, "Wrong size on FLandscapeSplineMeshEntry"); \ +static_assert(offsetof(FLandscapeSplineMeshEntry, Mesh) == 0x000000, "Member 'FLandscapeSplineMeshEntry::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineMeshEntry, MaterialOverrides) == 0x000008, "Member 'FLandscapeSplineMeshEntry::MaterialOverrides' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineMeshEntry, CenterAdjust) == 0x00001C, "Member 'FLandscapeSplineMeshEntry::CenterAdjust' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineMeshEntry, Scale) == 0x000028, "Member 'FLandscapeSplineMeshEntry::Scale' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineMeshEntry, Orientation) == 0x000034, "Member 'FLandscapeSplineMeshEntry::Orientation' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineMeshEntry, ForwardAxis) == 0x000035, "Member 'FLandscapeSplineMeshEntry::ForwardAxis' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineMeshEntry, UpAxis) == 0x000036, "Member 'FLandscapeSplineMeshEntry::UpAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeSplineSegmentConnection \ +static_assert(alignof(FLandscapeSplineSegmentConnection) == 0x000008, "Wrong alignment on FLandscapeSplineSegmentConnection"); \ +static_assert(sizeof(FLandscapeSplineSegmentConnection) == 0x000018, "Wrong size on FLandscapeSplineSegmentConnection"); \ +static_assert(offsetof(FLandscapeSplineSegmentConnection, ControlPoint) == 0x000000, "Member 'FLandscapeSplineSegmentConnection::ControlPoint' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineSegmentConnection, TangentLen) == 0x000008, "Member 'FLandscapeSplineSegmentConnection::TangentLen' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineSegmentConnection, SocketName) == 0x00000C, "Member 'FLandscapeSplineSegmentConnection::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeSplineInterpPoint \ +static_assert(alignof(FLandscapeSplineInterpPoint) == 0x000004, "Wrong alignment on FLandscapeSplineInterpPoint"); \ +static_assert(sizeof(FLandscapeSplineInterpPoint) == 0x000070, "Wrong size on FLandscapeSplineInterpPoint"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, Center) == 0x000000, "Member 'FLandscapeSplineInterpPoint::Center' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, Left) == 0x00000C, "Member 'FLandscapeSplineInterpPoint::Left' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, Right) == 0x000018, "Member 'FLandscapeSplineInterpPoint::Right' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, FalloffLeft) == 0x000024, "Member 'FLandscapeSplineInterpPoint::FalloffLeft' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, FalloffRight) == 0x000030, "Member 'FLandscapeSplineInterpPoint::FalloffRight' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, LayerLeft) == 0x00003C, "Member 'FLandscapeSplineInterpPoint::LayerLeft' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, LayerRight) == 0x000048, "Member 'FLandscapeSplineInterpPoint::LayerRight' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, LayerFalloffLeft) == 0x000054, "Member 'FLandscapeSplineInterpPoint::LayerFalloffLeft' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, LayerFalloffRight) == 0x000060, "Member 'FLandscapeSplineInterpPoint::LayerFalloffRight' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, StartEndFalloff) == 0x00006C, "Member 'FLandscapeSplineInterpPoint::StartEndFalloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGrassInput \ +static_assert(alignof(FGrassInput) == 0x000008, "Wrong alignment on FGrassInput"); \ +static_assert(sizeof(FGrassInput) == 0x000038, "Wrong size on FGrassInput"); \ +static_assert(offsetof(FGrassInput, Name) == 0x000000, "Member 'FGrassInput::Name' has a wrong offset!"); \ +static_assert(offsetof(FGrassInput, GrassType) == 0x000010, "Member 'FGrassInput::GrassType' has a wrong offset!"); \ +static_assert(offsetof(FGrassInput, Input) == 0x000018, "Member 'FGrassInput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLayerBlendInput \ +static_assert(alignof(FLayerBlendInput) == 0x000004, "Wrong alignment on FLayerBlendInput"); \ +static_assert(sizeof(FLayerBlendInput) == 0x00005C, "Wrong size on FLayerBlendInput"); \ +static_assert(offsetof(FLayerBlendInput, LayerName) == 0x000000, "Member 'FLayerBlendInput::LayerName' has a wrong offset!"); \ +static_assert(offsetof(FLayerBlendInput, BlendType) == 0x00000C, "Member 'FLayerBlendInput::BlendType' has a wrong offset!"); \ +static_assert(offsetof(FLayerBlendInput, LayerInput) == 0x000010, "Member 'FLayerBlendInput::LayerInput' has a wrong offset!"); \ +static_assert(offsetof(FLayerBlendInput, HeightInput) == 0x00002C, "Member 'FLayerBlendInput::HeightInput' has a wrong offset!"); \ +static_assert(offsetof(FLayerBlendInput, PreviewWeight) == 0x000048, "Member 'FLayerBlendInput::PreviewWeight' has a wrong offset!"); \ +static_assert(offsetof(FLayerBlendInput, ConstLayerInput) == 0x00004C, "Member 'FLayerBlendInput::ConstLayerInput' has a wrong offset!"); \ +static_assert(offsetof(FLayerBlendInput, ConstHeightInput) == 0x000058, "Member 'FLayerBlendInput::ConstHeightInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicalMaterialInput \ +static_assert(alignof(FPhysicalMaterialInput) == 0x000008, "Wrong alignment on FPhysicalMaterialInput"); \ +static_assert(sizeof(FPhysicalMaterialInput) == 0x000028, "Wrong size on FPhysicalMaterialInput"); \ +static_assert(offsetof(FPhysicalMaterialInput, PhysicalMaterial) == 0x000000, "Member 'FPhysicalMaterialInput::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalMaterialInput, Input) == 0x000008, "Member 'FPhysicalMaterialInput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AControlPointMeshActor \ +static_assert(alignof(AControlPointMeshActor) == 0x000008, "Wrong alignment on AControlPointMeshActor"); \ +static_assert(sizeof(AControlPointMeshActor) == 0x0002B0, "Wrong size on AControlPointMeshActor"); \ +static_assert(offsetof(AControlPointMeshActor, ControlPointMeshComponent) == 0x0002A8, "Member 'AControlPointMeshActor::ControlPointMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlPointMeshComponent \ +static_assert(alignof(UControlPointMeshComponent) == 0x000010, "Wrong alignment on UControlPointMeshComponent"); \ +static_assert(sizeof(UControlPointMeshComponent) == 0x0005A0, "Wrong size on UControlPointMeshComponent"); \ +static_assert(offsetof(UControlPointMeshComponent, VirtualTextureMainPassMaxDrawDistance) == 0x000598, "Member 'UControlPointMeshComponent::VirtualTextureMainPassMaxDrawDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_ChangeComponentScreenSizeToUseSubSections \ +static_assert(alignof(LandscapeProxy_ChangeComponentScreenSizeToUseSubSections) == 0x000004, "Wrong alignment on LandscapeProxy_ChangeComponentScreenSizeToUseSubSections"); \ +static_assert(sizeof(LandscapeProxy_ChangeComponentScreenSizeToUseSubSections) == 0x000004, "Wrong size on LandscapeProxy_ChangeComponentScreenSizeToUseSubSections"); \ +static_assert(offsetof(LandscapeProxy_ChangeComponentScreenSizeToUseSubSections, InComponentScreenSizeToUseSubSections) == 0x000000, "Member 'LandscapeProxy_ChangeComponentScreenSizeToUseSubSections::InComponentScreenSizeToUseSubSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_ChangeLODDistanceFactor \ +static_assert(alignof(LandscapeProxy_ChangeLODDistanceFactor) == 0x000004, "Wrong alignment on LandscapeProxy_ChangeLODDistanceFactor"); \ +static_assert(sizeof(LandscapeProxy_ChangeLODDistanceFactor) == 0x000004, "Wrong size on LandscapeProxy_ChangeLODDistanceFactor"); \ +static_assert(offsetof(LandscapeProxy_ChangeLODDistanceFactor, InLODDistanceFactor) == 0x000000, "Member 'LandscapeProxy_ChangeLODDistanceFactor::InLODDistanceFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_ChangeTessellationComponentScreenSize \ +static_assert(alignof(LandscapeProxy_ChangeTessellationComponentScreenSize) == 0x000004, "Wrong alignment on LandscapeProxy_ChangeTessellationComponentScreenSize"); \ +static_assert(sizeof(LandscapeProxy_ChangeTessellationComponentScreenSize) == 0x000004, "Wrong size on LandscapeProxy_ChangeTessellationComponentScreenSize"); \ +static_assert(offsetof(LandscapeProxy_ChangeTessellationComponentScreenSize, InTessellationComponentScreenSize) == 0x000000, "Member 'LandscapeProxy_ChangeTessellationComponentScreenSize::InTessellationComponentScreenSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_ChangeTessellationComponentScreenSizeFalloff \ +static_assert(alignof(LandscapeProxy_ChangeTessellationComponentScreenSizeFalloff) == 0x000004, "Wrong alignment on LandscapeProxy_ChangeTessellationComponentScreenSizeFalloff"); \ +static_assert(sizeof(LandscapeProxy_ChangeTessellationComponentScreenSizeFalloff) == 0x000004, "Wrong size on LandscapeProxy_ChangeTessellationComponentScreenSizeFalloff"); \ +static_assert(offsetof(LandscapeProxy_ChangeTessellationComponentScreenSizeFalloff, InUseTessellationComponentScreenSizeFalloff) == 0x000000, "Member 'LandscapeProxy_ChangeTessellationComponentScreenSizeFalloff::InUseTessellationComponentScreenSizeFalloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_ChangeUseTessellationComponentScreenSizeFalloff \ +static_assert(alignof(LandscapeProxy_ChangeUseTessellationComponentScreenSizeFalloff) == 0x000001, "Wrong alignment on LandscapeProxy_ChangeUseTessellationComponentScreenSizeFalloff"); \ +static_assert(sizeof(LandscapeProxy_ChangeUseTessellationComponentScreenSizeFalloff) == 0x000001, "Wrong size on LandscapeProxy_ChangeUseTessellationComponentScreenSizeFalloff"); \ +static_assert(offsetof(LandscapeProxy_ChangeUseTessellationComponentScreenSizeFalloff, InComponentScreenSizeToUseSubSections) == 0x000000, "Member 'LandscapeProxy_ChangeUseTessellationComponentScreenSizeFalloff::InComponentScreenSizeToUseSubSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_EditorApplySpline \ +static_assert(alignof(LandscapeProxy_EditorApplySpline) == 0x000008, "Wrong alignment on LandscapeProxy_EditorApplySpline"); \ +static_assert(sizeof(LandscapeProxy_EditorApplySpline) == 0x000040, "Wrong size on LandscapeProxy_EditorApplySpline"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, InSplineComponent) == 0x000000, "Member 'LandscapeProxy_EditorApplySpline::InSplineComponent' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, StartWidth) == 0x000008, "Member 'LandscapeProxy_EditorApplySpline::StartWidth' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, EndWidth) == 0x00000C, "Member 'LandscapeProxy_EditorApplySpline::EndWidth' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, StartSideFalloff) == 0x000010, "Member 'LandscapeProxy_EditorApplySpline::StartSideFalloff' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, EndSideFalloff) == 0x000014, "Member 'LandscapeProxy_EditorApplySpline::EndSideFalloff' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, StartRoll) == 0x000018, "Member 'LandscapeProxy_EditorApplySpline::StartRoll' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, EndRoll) == 0x00001C, "Member 'LandscapeProxy_EditorApplySpline::EndRoll' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, NumSubdivisions) == 0x000020, "Member 'LandscapeProxy_EditorApplySpline::NumSubdivisions' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, bRaiseHeights) == 0x000024, "Member 'LandscapeProxy_EditorApplySpline::bRaiseHeights' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, bLowerHeights) == 0x000025, "Member 'LandscapeProxy_EditorApplySpline::bLowerHeights' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, PaintLayer) == 0x000028, "Member 'LandscapeProxy_EditorApplySpline::PaintLayer' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, EditLayerName) == 0x000030, "Member 'LandscapeProxy_EditorApplySpline::EditLayerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_EditorSetLandscapeMaterial \ +static_assert(alignof(LandscapeProxy_EditorSetLandscapeMaterial) == 0x000008, "Wrong alignment on LandscapeProxy_EditorSetLandscapeMaterial"); \ +static_assert(sizeof(LandscapeProxy_EditorSetLandscapeMaterial) == 0x000008, "Wrong size on LandscapeProxy_EditorSetLandscapeMaterial"); \ +static_assert(offsetof(LandscapeProxy_EditorSetLandscapeMaterial, NewLandscapeMaterial) == 0x000000, "Member 'LandscapeProxy_EditorSetLandscapeMaterial::NewLandscapeMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_LandscapeExportHeightmapToRenderTarget \ +static_assert(alignof(LandscapeProxy_LandscapeExportHeightmapToRenderTarget) == 0x000008, "Wrong alignment on LandscapeProxy_LandscapeExportHeightmapToRenderTarget"); \ +static_assert(sizeof(LandscapeProxy_LandscapeExportHeightmapToRenderTarget) == 0x000010, "Wrong size on LandscapeProxy_LandscapeExportHeightmapToRenderTarget"); \ +static_assert(offsetof(LandscapeProxy_LandscapeExportHeightmapToRenderTarget, InRenderTarget) == 0x000000, "Member 'LandscapeProxy_LandscapeExportHeightmapToRenderTarget::InRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_LandscapeExportHeightmapToRenderTarget, InExportHeightIntoRGChannel) == 0x000008, "Member 'LandscapeProxy_LandscapeExportHeightmapToRenderTarget::InExportHeightIntoRGChannel' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_LandscapeExportHeightmapToRenderTarget, InExportLandscapeProxies) == 0x000009, "Member 'LandscapeProxy_LandscapeExportHeightmapToRenderTarget::InExportLandscapeProxies' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_LandscapeExportHeightmapToRenderTarget, ReturnValue) == 0x00000A, "Member 'LandscapeProxy_LandscapeExportHeightmapToRenderTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_SetLandscapeMaterialScalarParameterValue \ +static_assert(alignof(LandscapeProxy_SetLandscapeMaterialScalarParameterValue) == 0x000004, "Wrong alignment on LandscapeProxy_SetLandscapeMaterialScalarParameterValue"); \ +static_assert(sizeof(LandscapeProxy_SetLandscapeMaterialScalarParameterValue) == 0x000010, "Wrong size on LandscapeProxy_SetLandscapeMaterialScalarParameterValue"); \ +static_assert(offsetof(LandscapeProxy_SetLandscapeMaterialScalarParameterValue, ParameterName) == 0x000000, "Member 'LandscapeProxy_SetLandscapeMaterialScalarParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_SetLandscapeMaterialScalarParameterValue, Value) == 0x00000C, "Member 'LandscapeProxy_SetLandscapeMaterialScalarParameterValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_SetLandscapeMaterialTextureParameterValue \ +static_assert(alignof(LandscapeProxy_SetLandscapeMaterialTextureParameterValue) == 0x000008, "Wrong alignment on LandscapeProxy_SetLandscapeMaterialTextureParameterValue"); \ +static_assert(sizeof(LandscapeProxy_SetLandscapeMaterialTextureParameterValue) == 0x000018, "Wrong size on LandscapeProxy_SetLandscapeMaterialTextureParameterValue"); \ +static_assert(offsetof(LandscapeProxy_SetLandscapeMaterialTextureParameterValue, ParameterName) == 0x000000, "Member 'LandscapeProxy_SetLandscapeMaterialTextureParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_SetLandscapeMaterialTextureParameterValue, Value) == 0x000010, "Member 'LandscapeProxy_SetLandscapeMaterialTextureParameterValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_SetLandscapeMaterialVectorParameterValue \ +static_assert(alignof(LandscapeProxy_SetLandscapeMaterialVectorParameterValue) == 0x000004, "Wrong alignment on LandscapeProxy_SetLandscapeMaterialVectorParameterValue"); \ +static_assert(sizeof(LandscapeProxy_SetLandscapeMaterialVectorParameterValue) == 0x00001C, "Wrong size on LandscapeProxy_SetLandscapeMaterialVectorParameterValue"); \ +static_assert(offsetof(LandscapeProxy_SetLandscapeMaterialVectorParameterValue, ParameterName) == 0x000000, "Member 'LandscapeProxy_SetLandscapeMaterialVectorParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_SetLandscapeMaterialVectorParameterValue, Value) == 0x00000C, "Member 'LandscapeProxy_SetLandscapeMaterialVectorParameterValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeProxy \ +static_assert(alignof(ALandscapeProxy) == 0x000008, "Wrong alignment on ALandscapeProxy"); \ +static_assert(sizeof(ALandscapeProxy) == 0x000630, "Wrong size on ALandscapeProxy"); \ +static_assert(offsetof(ALandscapeProxy, SplineComponent) == 0x0002A8, "Member 'ALandscapeProxy::SplineComponent' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeGuid) == 0x0002B0, "Member 'ALandscapeProxy::LandscapeGuid' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeSectionOffset) == 0x0002C0, "Member 'ALandscapeProxy::LandscapeSectionOffset' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, MaxLODLevel) == 0x0002C8, "Member 'ALandscapeProxy::MaxLODLevel' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LODDistanceFactor) == 0x0002CC, "Member 'ALandscapeProxy::LODDistanceFactor' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LODFalloff) == 0x0002D0, "Member 'ALandscapeProxy::LODFalloff' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, ComponentScreenSizeToUseSubSections) == 0x0002D4, "Member 'ALandscapeProxy::ComponentScreenSizeToUseSubSections' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LOD0ScreenSize) == 0x0002D8, "Member 'ALandscapeProxy::LOD0ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LOD0DistributionSetting) == 0x0002DC, "Member 'ALandscapeProxy::LOD0DistributionSetting' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LODDistributionSetting) == 0x0002E0, "Member 'ALandscapeProxy::LODDistributionSetting' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, TessellationComponentScreenSize) == 0x0002E4, "Member 'ALandscapeProxy::TessellationComponentScreenSize' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, UseTessellationComponentScreenSizeFalloff) == 0x0002E8, "Member 'ALandscapeProxy::UseTessellationComponentScreenSizeFalloff' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, TessellationComponentScreenSizeFalloff) == 0x0002EC, "Member 'ALandscapeProxy::TessellationComponentScreenSizeFalloff' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, OccluderGeometryLOD) == 0x0002F0, "Member 'ALandscapeProxy::OccluderGeometryLOD' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, StaticLightingLOD) == 0x0002F4, "Member 'ALandscapeProxy::StaticLightingLOD' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, DefaultPhysMaterial) == 0x0002F8, "Member 'ALandscapeProxy::DefaultPhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, StreamingDistanceMultiplier) == 0x000300, "Member 'ALandscapeProxy::StreamingDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeMaterial) == 0x000308, "Member 'ALandscapeProxy::LandscapeMaterial' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeHoleMaterial) == 0x000330, "Member 'ALandscapeProxy::LandscapeHoleMaterial' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeMaterialsOverride) == 0x000338, "Member 'ALandscapeProxy::LandscapeMaterialsOverride' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bMeshHoles) == 0x000348, "Member 'ALandscapeProxy::bMeshHoles' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, MeshHolesMaxLod) == 0x000349, "Member 'ALandscapeProxy::MeshHolesMaxLod' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, RuntimeVirtualTextures) == 0x000350, "Member 'ALandscapeProxy::RuntimeVirtualTextures' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, VirtualTextureNumLods) == 0x000360, "Member 'ALandscapeProxy::VirtualTextureNumLods' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, VirtualTextureLodBias) == 0x000364, "Member 'ALandscapeProxy::VirtualTextureLodBias' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, VirtualTextureRenderPassType) == 0x000368, "Member 'ALandscapeProxy::VirtualTextureRenderPassType' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, NegativeZBoundsExtension) == 0x00036C, "Member 'ALandscapeProxy::NegativeZBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, PositiveZBoundsExtension) == 0x000370, "Member 'ALandscapeProxy::PositiveZBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeComponents) == 0x000378, "Member 'ALandscapeProxy::LandscapeComponents' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, CollisionComponents) == 0x000388, "Member 'ALandscapeProxy::CollisionComponents' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, FoliageComponents) == 0x000398, "Member 'ALandscapeProxy::FoliageComponents' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bHasLandscapeGrass) == 0x00040C, "Member 'ALandscapeProxy::bHasLandscapeGrass' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, StaticLightingResolution) == 0x000410, "Member 'ALandscapeProxy::StaticLightingResolution' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LightingChannels) == 0x000425, "Member 'ALandscapeProxy::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, CustomDepthStencilWriteMask) == 0x00042C, "Member 'ALandscapeProxy::CustomDepthStencilWriteMask' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, CustomDepthStencilValue) == 0x000430, "Member 'ALandscapeProxy::CustomDepthStencilValue' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LDMaxDrawDistance) == 0x000434, "Member 'ALandscapeProxy::LDMaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LightmassSettings) == 0x000438, "Member 'ALandscapeProxy::LightmassSettings' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, CollisionMipLevel) == 0x000450, "Member 'ALandscapeProxy::CollisionMipLevel' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, SimpleCollisionMipLevel) == 0x000454, "Member 'ALandscapeProxy::SimpleCollisionMipLevel' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, CollisionThickness) == 0x000458, "Member 'ALandscapeProxy::CollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, BodyInstance) == 0x000460, "Member 'ALandscapeProxy::BodyInstance' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, ComponentSizeQuads) == 0x0005CC, "Member 'ALandscapeProxy::ComponentSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, SubsectionSizeQuads) == 0x0005D0, "Member 'ALandscapeProxy::SubsectionSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, NumSubsections) == 0x0005D4, "Member 'ALandscapeProxy::NumSubsections' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bUseDynamicMaterialInstance) == 0x0005DC, "Member 'ALandscapeProxy::bUseDynamicMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, NavigationGeometryGatheringMode) == 0x0005DD, "Member 'ALandscapeProxy::NavigationGeometryGatheringMode' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bUseLandscapeForCullingInvisibleHLODVertices) == 0x0005DE, "Member 'ALandscapeProxy::bUseLandscapeForCullingInvisibleHLODVertices' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bHasLayersContent) == 0x0005DF, "Member 'ALandscapeProxy::bHasLayersContent' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, WeightmapUsageMap) == 0x0005E0, "Member 'ALandscapeProxy::WeightmapUsageMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscape \ +static_assert(alignof(ALandscape) == 0x000008, "Wrong alignment on ALandscape"); \ +static_assert(sizeof(ALandscape) == 0x000630, "Wrong size on ALandscape"); \ + +#define DUMPER7_ASSERTS_LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies \ +static_assert(alignof(LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies) == 0x000008, "Wrong alignment on LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies"); \ +static_assert(sizeof(LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies) == 0x000010, "Wrong size on LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies"); \ +static_assert(offsetof(LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies, OutStreamableAssets) == 0x000000, "Member 'LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies::OutStreamableAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeBlueprintBrushBase_Initialize \ +static_assert(alignof(LandscapeBlueprintBrushBase_Initialize) == 0x000010, "Wrong alignment on LandscapeBlueprintBrushBase_Initialize"); \ +static_assert(sizeof(LandscapeBlueprintBrushBase_Initialize) == 0x000040, "Wrong size on LandscapeBlueprintBrushBase_Initialize"); \ +static_assert(offsetof(LandscapeBlueprintBrushBase_Initialize, InLandscapeTransform) == 0x000000, "Member 'LandscapeBlueprintBrushBase_Initialize::InLandscapeTransform' has a wrong offset!"); \ +static_assert(offsetof(LandscapeBlueprintBrushBase_Initialize, InLandscapeSize) == 0x000030, "Member 'LandscapeBlueprintBrushBase_Initialize::InLandscapeSize' has a wrong offset!"); \ +static_assert(offsetof(LandscapeBlueprintBrushBase_Initialize, InLandscapeRenderTargetSize) == 0x000038, "Member 'LandscapeBlueprintBrushBase_Initialize::InLandscapeRenderTargetSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeBlueprintBrushBase_Render \ +static_assert(alignof(LandscapeBlueprintBrushBase_Render) == 0x000008, "Wrong alignment on LandscapeBlueprintBrushBase_Render"); \ +static_assert(sizeof(LandscapeBlueprintBrushBase_Render) == 0x000028, "Wrong size on LandscapeBlueprintBrushBase_Render"); \ +static_assert(offsetof(LandscapeBlueprintBrushBase_Render, InIsHeightmap) == 0x000000, "Member 'LandscapeBlueprintBrushBase_Render::InIsHeightmap' has a wrong offset!"); \ +static_assert(offsetof(LandscapeBlueprintBrushBase_Render, InCombinedResult) == 0x000008, "Member 'LandscapeBlueprintBrushBase_Render::InCombinedResult' has a wrong offset!"); \ +static_assert(offsetof(LandscapeBlueprintBrushBase_Render, InWeightmapLayerName) == 0x000010, "Member 'LandscapeBlueprintBrushBase_Render::InWeightmapLayerName' has a wrong offset!"); \ +static_assert(offsetof(LandscapeBlueprintBrushBase_Render, ReturnValue) == 0x000020, "Member 'LandscapeBlueprintBrushBase_Render::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeBlueprintBrushBase \ +static_assert(alignof(ALandscapeBlueprintBrushBase) == 0x000008, "Wrong alignment on ALandscapeBlueprintBrushBase"); \ +static_assert(sizeof(ALandscapeBlueprintBrushBase) == 0x0002A8, "Wrong size on ALandscapeBlueprintBrushBase"); \ + +#define DUMPER7_ASSERTS_ULandscapeLODStreamingProxy \ +static_assert(alignof(ULandscapeLODStreamingProxy) == 0x000008, "Wrong alignment on ULandscapeLODStreamingProxy"); \ +static_assert(sizeof(ULandscapeLODStreamingProxy) == 0x000070, "Wrong size on ULandscapeLODStreamingProxy"); \ + +#define DUMPER7_ASSERTS_LandscapeComponent_EditorGetPaintLayerWeightAtLocation \ +static_assert(alignof(LandscapeComponent_EditorGetPaintLayerWeightAtLocation) == 0x000008, "Wrong alignment on LandscapeComponent_EditorGetPaintLayerWeightAtLocation"); \ +static_assert(sizeof(LandscapeComponent_EditorGetPaintLayerWeightAtLocation) == 0x000020, "Wrong size on LandscapeComponent_EditorGetPaintLayerWeightAtLocation"); \ +static_assert(offsetof(LandscapeComponent_EditorGetPaintLayerWeightAtLocation, InLocation) == 0x000000, "Member 'LandscapeComponent_EditorGetPaintLayerWeightAtLocation::InLocation' has a wrong offset!"); \ +static_assert(offsetof(LandscapeComponent_EditorGetPaintLayerWeightAtLocation, PaintLayer) == 0x000010, "Member 'LandscapeComponent_EditorGetPaintLayerWeightAtLocation::PaintLayer' has a wrong offset!"); \ +static_assert(offsetof(LandscapeComponent_EditorGetPaintLayerWeightAtLocation, ReturnValue) == 0x000018, "Member 'LandscapeComponent_EditorGetPaintLayerWeightAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation \ +static_assert(alignof(LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation) == 0x000004, "Wrong alignment on LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation"); \ +static_assert(sizeof(LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation) == 0x00001C, "Wrong size on LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation"); \ +static_assert(offsetof(LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation, InLocation) == 0x000000, "Member 'LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation::InLocation' has a wrong offset!"); \ +static_assert(offsetof(LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation, InPaintLayerName) == 0x00000C, "Member 'LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation::InPaintLayerName' has a wrong offset!"); \ +static_assert(offsetof(LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation, ReturnValue) == 0x000018, "Member 'LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeComponent_GetMaterialInstanceDynamic \ +static_assert(alignof(LandscapeComponent_GetMaterialInstanceDynamic) == 0x000008, "Wrong alignment on LandscapeComponent_GetMaterialInstanceDynamic"); \ +static_assert(sizeof(LandscapeComponent_GetMaterialInstanceDynamic) == 0x000010, "Wrong size on LandscapeComponent_GetMaterialInstanceDynamic"); \ +static_assert(offsetof(LandscapeComponent_GetMaterialInstanceDynamic, InIndex) == 0x000000, "Member 'LandscapeComponent_GetMaterialInstanceDynamic::InIndex' has a wrong offset!"); \ +static_assert(offsetof(LandscapeComponent_GetMaterialInstanceDynamic, ReturnValue) == 0x000008, "Member 'LandscapeComponent_GetMaterialInstanceDynamic::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeComponent \ +static_assert(alignof(ULandscapeComponent) == 0x000010, "Wrong alignment on ULandscapeComponent"); \ +static_assert(sizeof(ULandscapeComponent) == 0x000720, "Wrong size on ULandscapeComponent"); \ +static_assert(offsetof(ULandscapeComponent, SectionBaseX) == 0x000500, "Member 'ULandscapeComponent::SectionBaseX' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, SectionBaseY) == 0x000504, "Member 'ULandscapeComponent::SectionBaseY' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, ComponentSizeQuads) == 0x000508, "Member 'ULandscapeComponent::ComponentSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, SubsectionSizeQuads) == 0x00050C, "Member 'ULandscapeComponent::SubsectionSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, NumSubsections) == 0x000510, "Member 'ULandscapeComponent::NumSubsections' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, OverrideMaterial) == 0x000518, "Member 'ULandscapeComponent::OverrideMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, OverrideHoleMaterial) == 0x000520, "Member 'ULandscapeComponent::OverrideHoleMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, OverrideMaterials) == 0x000528, "Member 'ULandscapeComponent::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MaterialInstances) == 0x000538, "Member 'ULandscapeComponent::MaterialInstances' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MaterialInstancesDynamic) == 0x000548, "Member 'ULandscapeComponent::MaterialInstancesDynamic' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, LODIndexToMaterialIndex) == 0x000558, "Member 'ULandscapeComponent::LODIndexToMaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MaterialIndexToDisabledTessellationMaterial) == 0x000568, "Member 'ULandscapeComponent::MaterialIndexToDisabledTessellationMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, XYOffsetmapTexture) == 0x000578, "Member 'ULandscapeComponent::XYOffsetmapTexture' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, WeightmapScaleBias) == 0x000580, "Member 'ULandscapeComponent::WeightmapScaleBias' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, WeightmapSubsectionOffset) == 0x000590, "Member 'ULandscapeComponent::WeightmapSubsectionOffset' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, HeightmapScaleBias) == 0x0005A0, "Member 'ULandscapeComponent::HeightmapScaleBias' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, CachedLocalBox) == 0x0005B0, "Member 'ULandscapeComponent::CachedLocalBox' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, CollisionComponent) == 0x0005CC, "Member 'ULandscapeComponent::CollisionComponent' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, HeightmapTexture) == 0x0005E8, "Member 'ULandscapeComponent::HeightmapTexture' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, WeightmapLayerAllocations) == 0x0005F0, "Member 'ULandscapeComponent::WeightmapLayerAllocations' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, WeightmapTextures) == 0x000600, "Member 'ULandscapeComponent::WeightmapTextures' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, LODStreamingProxy) == 0x000610, "Member 'ULandscapeComponent::LODStreamingProxy' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MapBuildDataId) == 0x000618, "Member 'ULandscapeComponent::MapBuildDataId' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, IrrelevantLights) == 0x000628, "Member 'ULandscapeComponent::IrrelevantLights' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, CollisionMipLevel) == 0x000638, "Member 'ULandscapeComponent::CollisionMipLevel' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, SimpleCollisionMipLevel) == 0x00063C, "Member 'ULandscapeComponent::SimpleCollisionMipLevel' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, NegativeZBoundsExtension) == 0x000640, "Member 'ULandscapeComponent::NegativeZBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, PositiveZBoundsExtension) == 0x000644, "Member 'ULandscapeComponent::PositiveZBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, StaticLightingResolution) == 0x000648, "Member 'ULandscapeComponent::StaticLightingResolution' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, ForcedLOD) == 0x00064C, "Member 'ULandscapeComponent::ForcedLOD' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, LODBias) == 0x000650, "Member 'ULandscapeComponent::LODBias' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, StateId) == 0x000654, "Member 'ULandscapeComponent::StateId' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, BakedTextureMaterialGuid) == 0x000664, "Member 'ULandscapeComponent::BakedTextureMaterialGuid' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, GIBakedBaseColorTexture) == 0x000678, "Member 'ULandscapeComponent::GIBakedBaseColorTexture' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MobileBlendableLayerMask) == 0x000680, "Member 'ULandscapeComponent::MobileBlendableLayerMask' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MobileMaterialInterface) == 0x000688, "Member 'ULandscapeComponent::MobileMaterialInterface' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MobileMaterialInterfaces) == 0x000690, "Member 'ULandscapeComponent::MobileMaterialInterfaces' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MobileWeightmapTextures) == 0x0006A0, "Member 'ULandscapeComponent::MobileWeightmapTextures' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeGizmoActor \ +static_assert(alignof(ALandscapeGizmoActor) == 0x000008, "Wrong alignment on ALandscapeGizmoActor"); \ +static_assert(sizeof(ALandscapeGizmoActor) == 0x0002A8, "Wrong size on ALandscapeGizmoActor"); \ + +#define DUMPER7_ASSERTS_ALandscapeGizmoActiveActor \ +static_assert(alignof(ALandscapeGizmoActiveActor) == 0x000008, "Wrong alignment on ALandscapeGizmoActiveActor"); \ +static_assert(sizeof(ALandscapeGizmoActiveActor) == 0x0002F8, "Wrong size on ALandscapeGizmoActiveActor"); \ + +#define DUMPER7_ASSERTS_ULandscapeGizmoRenderComponent \ +static_assert(alignof(ULandscapeGizmoRenderComponent) == 0x000010, "Wrong alignment on ULandscapeGizmoRenderComponent"); \ +static_assert(sizeof(ULandscapeGizmoRenderComponent) == 0x000500, "Wrong size on ULandscapeGizmoRenderComponent"); \ + +#define DUMPER7_ASSERTS_ULandscapeGrassType \ +static_assert(alignof(ULandscapeGrassType) == 0x000008, "Wrong alignment on ULandscapeGrassType"); \ +static_assert(sizeof(ULandscapeGrassType) == 0x000068, "Wrong size on ULandscapeGrassType"); \ +static_assert(offsetof(ULandscapeGrassType, GrassVarieties) == 0x000030, "Member 'ULandscapeGrassType::GrassVarieties' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, GrassMesh) == 0x000048, "Member 'ULandscapeGrassType::GrassMesh' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, GrassDensity) == 0x000050, "Member 'ULandscapeGrassType::GrassDensity' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, PlacementJitter) == 0x000054, "Member 'ULandscapeGrassType::PlacementJitter' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, StartCullDistance) == 0x000058, "Member 'ULandscapeGrassType::StartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, EndCullDistance) == 0x00005C, "Member 'ULandscapeGrassType::EndCullDistance' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, RandomRotation) == 0x000060, "Member 'ULandscapeGrassType::RandomRotation' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, AlignToSurface) == 0x000061, "Member 'ULandscapeGrassType::AlignToSurface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeHeightfieldCollisionComponent_GetRenderComponent \ +static_assert(alignof(LandscapeHeightfieldCollisionComponent_GetRenderComponent) == 0x000008, "Wrong alignment on LandscapeHeightfieldCollisionComponent_GetRenderComponent"); \ +static_assert(sizeof(LandscapeHeightfieldCollisionComponent_GetRenderComponent) == 0x000008, "Wrong size on LandscapeHeightfieldCollisionComponent_GetRenderComponent"); \ +static_assert(offsetof(LandscapeHeightfieldCollisionComponent_GetRenderComponent, ReturnValue) == 0x000000, "Member 'LandscapeHeightfieldCollisionComponent_GetRenderComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeHeightfieldCollisionComponent \ +static_assert(alignof(ULandscapeHeightfieldCollisionComponent) == 0x000010, "Wrong alignment on ULandscapeHeightfieldCollisionComponent"); \ +static_assert(sizeof(ULandscapeHeightfieldCollisionComponent) == 0x0005E0, "Wrong size on ULandscapeHeightfieldCollisionComponent"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, ComponentLayerInfos) == 0x000500, "Member 'ULandscapeHeightfieldCollisionComponent::ComponentLayerInfos' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, SectionBaseX) == 0x000510, "Member 'ULandscapeHeightfieldCollisionComponent::SectionBaseX' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, SectionBaseY) == 0x000514, "Member 'ULandscapeHeightfieldCollisionComponent::SectionBaseY' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CollisionSizeQuads) == 0x000518, "Member 'ULandscapeHeightfieldCollisionComponent::CollisionSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CollisionScale) == 0x00051C, "Member 'ULandscapeHeightfieldCollisionComponent::CollisionScale' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, SimpleCollisionSizeQuads) == 0x000520, "Member 'ULandscapeHeightfieldCollisionComponent::SimpleCollisionSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CollisionQuadFlags) == 0x000528, "Member 'ULandscapeHeightfieldCollisionComponent::CollisionQuadFlags' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, HeightfieldGuid) == 0x000538, "Member 'ULandscapeHeightfieldCollisionComponent::HeightfieldGuid' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CachedLocalBox) == 0x000548, "Member 'ULandscapeHeightfieldCollisionComponent::CachedLocalBox' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, RenderComponent) == 0x000564, "Member 'ULandscapeHeightfieldCollisionComponent::RenderComponent' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CookedPhysicalMaterials) == 0x000590, "Member 'ULandscapeHeightfieldCollisionComponent::CookedPhysicalMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeInfo \ +static_assert(alignof(ULandscapeInfo) == 0x000008, "Wrong alignment on ULandscapeInfo"); \ +static_assert(sizeof(ULandscapeInfo) == 0x000218, "Wrong size on ULandscapeInfo"); \ +static_assert(offsetof(ULandscapeInfo, LandscapeActor) == 0x000030, "Member 'ULandscapeInfo::LandscapeActor' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, LandscapeGuid) == 0x00004C, "Member 'ULandscapeInfo::LandscapeGuid' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, ComponentSizeQuads) == 0x00005C, "Member 'ULandscapeInfo::ComponentSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, SubsectionSizeQuads) == 0x000060, "Member 'ULandscapeInfo::SubsectionSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, ComponentNumSubsections) == 0x000064, "Member 'ULandscapeInfo::ComponentNumSubsections' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, DrawScale) == 0x000068, "Member 'ULandscapeInfo::DrawScale' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, Proxies) == 0x000118, "Member 'ULandscapeInfo::Proxies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeInfoMap \ +static_assert(alignof(ULandscapeInfoMap) == 0x000008, "Wrong alignment on ULandscapeInfoMap"); \ +static_assert(sizeof(ULandscapeInfoMap) == 0x000088, "Wrong size on ULandscapeInfoMap"); \ + +#define DUMPER7_ASSERTS_ULandscapeLayerInfoObject \ +static_assert(alignof(ULandscapeLayerInfoObject) == 0x000008, "Wrong alignment on ULandscapeLayerInfoObject"); \ +static_assert(sizeof(ULandscapeLayerInfoObject) == 0x000060, "Wrong size on ULandscapeLayerInfoObject"); \ +static_assert(offsetof(ULandscapeLayerInfoObject, LayerName) == 0x000030, "Member 'ULandscapeLayerInfoObject::LayerName' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeLayerInfoObject, PhysMaterial) == 0x000040, "Member 'ULandscapeLayerInfoObject::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeLayerInfoObject, Hardness) == 0x000048, "Member 'ULandscapeLayerInfoObject::Hardness' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeLayerInfoObject, LayerUsageDebugColor) == 0x00004C, "Member 'ULandscapeLayerInfoObject::LayerUsageDebugColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeMaterialInstanceConstant \ +static_assert(alignof(ULandscapeMaterialInstanceConstant) == 0x000008, "Wrong alignment on ULandscapeMaterialInstanceConstant"); \ +static_assert(sizeof(ULandscapeMaterialInstanceConstant) == 0x000338, "Wrong size on ULandscapeMaterialInstanceConstant"); \ +static_assert(offsetof(ULandscapeMaterialInstanceConstant, TextureStreamingInfo) == 0x000320, "Member 'ULandscapeMaterialInstanceConstant::TextureStreamingInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeMeshCollisionComponent \ +static_assert(alignof(ULandscapeMeshCollisionComponent) == 0x000010, "Wrong alignment on ULandscapeMeshCollisionComponent"); \ +static_assert(sizeof(ULandscapeMeshCollisionComponent) == 0x000600, "Wrong size on ULandscapeMeshCollisionComponent"); \ +static_assert(offsetof(ULandscapeMeshCollisionComponent, MeshGuid) == 0x0005E0, "Member 'ULandscapeMeshCollisionComponent::MeshGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeMeshProxyActor \ +static_assert(alignof(ALandscapeMeshProxyActor) == 0x000008, "Wrong alignment on ALandscapeMeshProxyActor"); \ +static_assert(sizeof(ALandscapeMeshProxyActor) == 0x0002B0, "Wrong size on ALandscapeMeshProxyActor"); \ +static_assert(offsetof(ALandscapeMeshProxyActor, LandscapeMeshProxyComponent) == 0x0002A8, "Member 'ALandscapeMeshProxyActor::LandscapeMeshProxyComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeMeshProxyComponent \ +static_assert(alignof(ULandscapeMeshProxyComponent) == 0x000010, "Wrong alignment on ULandscapeMeshProxyComponent"); \ +static_assert(sizeof(ULandscapeMeshProxyComponent) == 0x0005C0, "Wrong size on ULandscapeMeshProxyComponent"); \ +static_assert(offsetof(ULandscapeMeshProxyComponent, LandscapeGuid) == 0x000598, "Member 'ULandscapeMeshProxyComponent::LandscapeGuid' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeMeshProxyComponent, ProxyComponentBases) == 0x0005A8, "Member 'ULandscapeMeshProxyComponent::ProxyComponentBases' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeMeshProxyComponent, ProxyLOD) == 0x0005B8, "Member 'ULandscapeMeshProxyComponent::ProxyLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeSettings \ +static_assert(alignof(ULandscapeSettings) == 0x000008, "Wrong alignment on ULandscapeSettings"); \ +static_assert(sizeof(ULandscapeSettings) == 0x000050, "Wrong size on ULandscapeSettings"); \ +static_assert(offsetof(ULandscapeSettings, MaxNumberOfLayers) == 0x000048, "Member 'ULandscapeSettings::MaxNumberOfLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeSplinesComponent_GetSplineMeshComponents \ +static_assert(alignof(LandscapeSplinesComponent_GetSplineMeshComponents) == 0x000008, "Wrong alignment on LandscapeSplinesComponent_GetSplineMeshComponents"); \ +static_assert(sizeof(LandscapeSplinesComponent_GetSplineMeshComponents) == 0x000010, "Wrong size on LandscapeSplinesComponent_GetSplineMeshComponents"); \ +static_assert(offsetof(LandscapeSplinesComponent_GetSplineMeshComponents, ReturnValue) == 0x000000, "Member 'LandscapeSplinesComponent_GetSplineMeshComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeSplinesComponent \ +static_assert(alignof(ULandscapeSplinesComponent) == 0x000010, "Wrong alignment on ULandscapeSplinesComponent"); \ +static_assert(sizeof(ULandscapeSplinesComponent) == 0x000530, "Wrong size on ULandscapeSplinesComponent"); \ +static_assert(offsetof(ULandscapeSplinesComponent, ControlPoints) == 0x000500, "Member 'ULandscapeSplinesComponent::ControlPoints' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplinesComponent, Segments) == 0x000510, "Member 'ULandscapeSplinesComponent::Segments' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplinesComponent, CookedForeignMeshComponents) == 0x000520, "Member 'ULandscapeSplinesComponent::CookedForeignMeshComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeSplineControlPoint \ +static_assert(alignof(ULandscapeSplineControlPoint) == 0x000008, "Wrong alignment on ULandscapeSplineControlPoint"); \ +static_assert(sizeof(ULandscapeSplineControlPoint) == 0x0000B0, "Wrong size on ULandscapeSplineControlPoint"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, Location) == 0x000030, "Member 'ULandscapeSplineControlPoint::Location' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, Rotation) == 0x00003C, "Member 'ULandscapeSplineControlPoint::Rotation' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, Width) == 0x000048, "Member 'ULandscapeSplineControlPoint::Width' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, LayerWidthRatio) == 0x00004C, "Member 'ULandscapeSplineControlPoint::LayerWidthRatio' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, SideFalloff) == 0x000050, "Member 'ULandscapeSplineControlPoint::SideFalloff' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, LeftSideFalloffFactor) == 0x000054, "Member 'ULandscapeSplineControlPoint::LeftSideFalloffFactor' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, RightSideFalloffFactor) == 0x000058, "Member 'ULandscapeSplineControlPoint::RightSideFalloffFactor' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, LeftSideLayerFalloffFactor) == 0x00005C, "Member 'ULandscapeSplineControlPoint::LeftSideLayerFalloffFactor' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, RightSideLayerFalloffFactor) == 0x000060, "Member 'ULandscapeSplineControlPoint::RightSideLayerFalloffFactor' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, EndFalloff) == 0x000064, "Member 'ULandscapeSplineControlPoint::EndFalloff' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, ConnectedSegments) == 0x000068, "Member 'ULandscapeSplineControlPoint::ConnectedSegments' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, Points) == 0x000078, "Member 'ULandscapeSplineControlPoint::Points' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, Bounds) == 0x000088, "Member 'ULandscapeSplineControlPoint::Bounds' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineControlPoint, LocalMeshComponent) == 0x0000A8, "Member 'ULandscapeSplineControlPoint::LocalMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeSplineSegment \ +static_assert(alignof(ULandscapeSplineSegment) == 0x000008, "Wrong alignment on ULandscapeSplineSegment"); \ +static_assert(sizeof(ULandscapeSplineSegment) == 0x0000B8, "Wrong size on ULandscapeSplineSegment"); \ +static_assert(offsetof(ULandscapeSplineSegment, Connections) == 0x000030, "Member 'ULandscapeSplineSegment::Connections' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineSegment, SplineInfo) == 0x000060, "Member 'ULandscapeSplineSegment::SplineInfo' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineSegment, Points) == 0x000078, "Member 'ULandscapeSplineSegment::Points' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineSegment, Bounds) == 0x000088, "Member 'ULandscapeSplineSegment::Bounds' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplineSegment, LocalMeshComponents) == 0x0000A8, "Member 'ULandscapeSplineSegment::LocalMeshComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeStreamingProxy \ +static_assert(alignof(ALandscapeStreamingProxy) == 0x000008, "Wrong alignment on ALandscapeStreamingProxy"); \ +static_assert(sizeof(ALandscapeStreamingProxy) == 0x000650, "Wrong size on ALandscapeStreamingProxy"); \ +static_assert(offsetof(ALandscapeStreamingProxy, LandscapeActor) == 0x000630, "Member 'ALandscapeStreamingProxy::LandscapeActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeSubsystem \ +static_assert(alignof(ULandscapeSubsystem) == 0x000008, "Wrong alignment on ULandscapeSubsystem"); \ +static_assert(sizeof(ULandscapeSubsystem) == 0x000058, "Wrong size on ULandscapeSubsystem"); \ + +#define DUMPER7_ASSERTS_ULandscapeWeightmapUsage \ +static_assert(alignof(ULandscapeWeightmapUsage) == 0x000008, "Wrong alignment on ULandscapeWeightmapUsage"); \ +static_assert(sizeof(ULandscapeWeightmapUsage) == 0x000060, "Wrong size on ULandscapeWeightmapUsage"); \ +static_assert(offsetof(ULandscapeWeightmapUsage, ChannelUsage) == 0x000030, "Member 'ULandscapeWeightmapUsage::ChannelUsage' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeWeightmapUsage, LayerGuid) == 0x000050, "Member 'ULandscapeWeightmapUsage::LayerGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeGrassOutput \ +static_assert(alignof(UMaterialExpressionLandscapeGrassOutput) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeGrassOutput"); \ +static_assert(sizeof(UMaterialExpressionLandscapeGrassOutput) == 0x000058, "Wrong size on UMaterialExpressionLandscapeGrassOutput"); \ +static_assert(offsetof(UMaterialExpressionLandscapeGrassOutput, GrassTypes) == 0x000048, "Member 'UMaterialExpressionLandscapeGrassOutput::GrassTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerBlend \ +static_assert(alignof(UMaterialExpressionLandscapeLayerBlend) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerBlend"); \ +static_assert(sizeof(UMaterialExpressionLandscapeLayerBlend) == 0x000068, "Wrong size on UMaterialExpressionLandscapeLayerBlend"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerBlend, Layers) == 0x000048, "Member 'UMaterialExpressionLandscapeLayerBlend::Layers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerBlend, ExpressionGUID) == 0x000058, "Member 'UMaterialExpressionLandscapeLayerBlend::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerCoords \ +static_assert(alignof(UMaterialExpressionLandscapeLayerCoords) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerCoords"); \ +static_assert(sizeof(UMaterialExpressionLandscapeLayerCoords) == 0x000060, "Wrong size on UMaterialExpressionLandscapeLayerCoords"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingType) == 0x000048, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, CustomUVType) == 0x000049, "Member 'UMaterialExpressionLandscapeLayerCoords::CustomUVType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingScale) == 0x00004C, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingRotation) == 0x000050, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingRotation' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingPanU) == 0x000054, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingPanU' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingPanV) == 0x000058, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingPanV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerSample \ +static_assert(alignof(UMaterialExpressionLandscapeLayerSample) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerSample"); \ +static_assert(sizeof(UMaterialExpressionLandscapeLayerSample) == 0x000068, "Wrong size on UMaterialExpressionLandscapeLayerSample"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSample, ParameterName) == 0x000048, "Member 'UMaterialExpressionLandscapeLayerSample::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSample, PreviewWeight) == 0x000054, "Member 'UMaterialExpressionLandscapeLayerSample::PreviewWeight' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSample, ExpressionGUID) == 0x000058, "Member 'UMaterialExpressionLandscapeLayerSample::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerSwitch \ +static_assert(alignof(UMaterialExpressionLandscapeLayerSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerSwitch"); \ +static_assert(sizeof(UMaterialExpressionLandscapeLayerSwitch) == 0x0000A0, "Wrong size on UMaterialExpressionLandscapeLayerSwitch"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSwitch, LayerUsed) == 0x000048, "Member 'UMaterialExpressionLandscapeLayerSwitch::LayerUsed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSwitch, LayerNotUsed) == 0x000064, "Member 'UMaterialExpressionLandscapeLayerSwitch::LayerNotUsed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSwitch, ParameterName) == 0x000080, "Member 'UMaterialExpressionLandscapeLayerSwitch::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSwitch, ExpressionGUID) == 0x000090, "Member 'UMaterialExpressionLandscapeLayerSwitch::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerWeight \ +static_assert(alignof(UMaterialExpressionLandscapeLayerWeight) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerWeight"); \ +static_assert(sizeof(UMaterialExpressionLandscapeLayerWeight) == 0x0000B0, "Wrong size on UMaterialExpressionLandscapeLayerWeight"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, Base) == 0x000048, "Member 'UMaterialExpressionLandscapeLayerWeight::Base' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, Layer) == 0x000064, "Member 'UMaterialExpressionLandscapeLayerWeight::Layer' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, ParameterName) == 0x000080, "Member 'UMaterialExpressionLandscapeLayerWeight::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, PreviewWeight) == 0x00008C, "Member 'UMaterialExpressionLandscapeLayerWeight::PreviewWeight' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, ConstBase) == 0x000090, "Member 'UMaterialExpressionLandscapeLayerWeight::ConstBase' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, ExpressionGUID) == 0x00009C, "Member 'UMaterialExpressionLandscapeLayerWeight::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapePhysicalMaterialOutput \ +static_assert(alignof(UMaterialExpressionLandscapePhysicalMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapePhysicalMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionLandscapePhysicalMaterialOutput) == 0x000058, "Wrong size on UMaterialExpressionLandscapePhysicalMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionLandscapePhysicalMaterialOutput, Inputs) == 0x000048, "Member 'UMaterialExpressionLandscapePhysicalMaterialOutput::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeVisibilityMask \ +static_assert(alignof(UMaterialExpressionLandscapeVisibilityMask) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeVisibilityMask"); \ +static_assert(sizeof(UMaterialExpressionLandscapeVisibilityMask) == 0x000058, "Wrong size on UMaterialExpressionLandscapeVisibilityMask"); \ +static_assert(offsetof(UMaterialExpressionLandscapeVisibilityMask, ExpressionGUID) == 0x000048, "Member 'UMaterialExpressionLandscapeVisibilityMask::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintOffset \ +static_assert(alignof(FConstraintOffset) == 0x000010, "Wrong alignment on FConstraintOffset"); \ +static_assert(sizeof(FConstraintOffset) == 0x000060, "Wrong size on FConstraintOffset"); \ +static_assert(offsetof(FConstraintOffset, Translation) == 0x000000, "Member 'FConstraintOffset::Translation' has a wrong offset!"); \ +static_assert(offsetof(FConstraintOffset, Rotation) == 0x000010, "Member 'FConstraintOffset::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FConstraintOffset, Scale) == 0x000020, "Member 'FConstraintOffset::Scale' has a wrong offset!"); \ +static_assert(offsetof(FConstraintOffset, Parent) == 0x000030, "Member 'FConstraintOffset::Parent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintDescriptor \ +static_assert(alignof(FConstraintDescriptor) == 0x000008, "Wrong alignment on FConstraintDescriptor"); \ +static_assert(sizeof(FConstraintDescriptor) == 0x000010, "Wrong size on FConstraintDescriptor"); \ +static_assert(offsetof(FConstraintDescriptor, Type) == 0x000000, "Member 'FConstraintDescriptor::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintData \ +static_assert(alignof(FConstraintData) == 0x000010, "Wrong alignment on FConstraintData"); \ +static_assert(sizeof(FConstraintData) == 0x000080, "Wrong size on FConstraintData"); \ +static_assert(offsetof(FConstraintData, Constraint) == 0x000000, "Member 'FConstraintData::Constraint' has a wrong offset!"); \ +static_assert(offsetof(FConstraintData, Weight) == 0x000010, "Member 'FConstraintData::Weight' has a wrong offset!"); \ +static_assert(offsetof(FConstraintData, bMaintainOffset) == 0x000014, "Member 'FConstraintData::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FConstraintData, Offset) == 0x000020, "Member 'FConstraintData::Offset' has a wrong offset!"); \ +static_assert(offsetof(FConstraintData, CurrentTransform) == 0x000050, "Member 'FConstraintData::CurrentTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNodeObject \ +static_assert(alignof(FNodeObject) == 0x000004, "Wrong alignment on FNodeObject"); \ +static_assert(sizeof(FNodeObject) == 0x000018, "Wrong size on FNodeObject"); \ +static_assert(offsetof(FNodeObject, Name) == 0x000000, "Member 'FNodeObject::Name' has a wrong offset!"); \ +static_assert(offsetof(FNodeObject, ParentName) == 0x00000C, "Member 'FNodeObject::ParentName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNodeHierarchyData \ +static_assert(alignof(FNodeHierarchyData) == 0x000008, "Wrong alignment on FNodeHierarchyData"); \ +static_assert(sizeof(FNodeHierarchyData) == 0x000070, "Wrong size on FNodeHierarchyData"); \ +static_assert(offsetof(FNodeHierarchyData, Nodes) == 0x000000, "Member 'FNodeHierarchyData::Nodes' has a wrong offset!"); \ +static_assert(offsetof(FNodeHierarchyData, Transforms) == 0x000010, "Member 'FNodeHierarchyData::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FNodeHierarchyData, NodeNameToIndexMapping) == 0x000020, "Member 'FNodeHierarchyData::NodeNameToIndexMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNodeHierarchyWithUserData \ +static_assert(alignof(FNodeHierarchyWithUserData) == 0x000008, "Wrong alignment on FNodeHierarchyWithUserData"); \ +static_assert(sizeof(FNodeHierarchyWithUserData) == 0x000078, "Wrong size on FNodeHierarchyWithUserData"); \ +static_assert(offsetof(FNodeHierarchyWithUserData, Hierarchy) == 0x000008, "Member 'FNodeHierarchyWithUserData::Hierarchy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFilterOptionPerAxis \ +static_assert(alignof(FFilterOptionPerAxis) == 0x000001, "Wrong alignment on FFilterOptionPerAxis"); \ +static_assert(sizeof(FFilterOptionPerAxis) == 0x000003, "Wrong size on FFilterOptionPerAxis"); \ +static_assert(offsetof(FFilterOptionPerAxis, bX) == 0x000000, "Member 'FFilterOptionPerAxis::bX' has a wrong offset!"); \ +static_assert(offsetof(FFilterOptionPerAxis, bY) == 0x000001, "Member 'FFilterOptionPerAxis::bY' has a wrong offset!"); \ +static_assert(offsetof(FFilterOptionPerAxis, bZ) == 0x000002, "Member 'FFilterOptionPerAxis::bZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintDescription \ +static_assert(alignof(FConstraintDescription) == 0x000001, "Wrong alignment on FConstraintDescription"); \ +static_assert(sizeof(FConstraintDescription) == 0x00000D, "Wrong size on FConstraintDescription"); \ +static_assert(offsetof(FConstraintDescription, bTranslation) == 0x000000, "Member 'FConstraintDescription::bTranslation' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDescription, bRotation) == 0x000001, "Member 'FConstraintDescription::bRotation' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDescription, bScale) == 0x000002, "Member 'FConstraintDescription::bScale' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDescription, bParent) == 0x000003, "Member 'FConstraintDescription::bParent' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDescription, TranslationAxes) == 0x000004, "Member 'FConstraintDescription::TranslationAxes' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDescription, RotationAxes) == 0x000007, "Member 'FConstraintDescription::RotationAxes' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDescription, ScaleAxes) == 0x00000A, "Member 'FConstraintDescription::ScaleAxes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformConstraint \ +static_assert(alignof(FTransformConstraint) == 0x000004, "Wrong alignment on FTransformConstraint"); \ +static_assert(sizeof(FTransformConstraint) == 0x000030, "Wrong size on FTransformConstraint"); \ +static_assert(offsetof(FTransformConstraint, Operator) == 0x000000, "Member 'FTransformConstraint::Operator' has a wrong offset!"); \ +static_assert(offsetof(FTransformConstraint, SourceNode) == 0x000010, "Member 'FTransformConstraint::SourceNode' has a wrong offset!"); \ +static_assert(offsetof(FTransformConstraint, TargetNode) == 0x00001C, "Member 'FTransformConstraint::TargetNode' has a wrong offset!"); \ +static_assert(offsetof(FTransformConstraint, Weight) == 0x000028, "Member 'FTransformConstraint::Weight' has a wrong offset!"); \ +static_assert(offsetof(FTransformConstraint, bMaintainOffset) == 0x00002C, "Member 'FTransformConstraint::bMaintainOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAxis \ +static_assert(alignof(FAxis) == 0x000004, "Wrong alignment on FAxis"); \ +static_assert(sizeof(FAxis) == 0x000010, "Wrong size on FAxis"); \ +static_assert(offsetof(FAxis, Axis) == 0x000000, "Member 'FAxis::Axis' has a wrong offset!"); \ +static_assert(offsetof(FAxis, bInLocalSpace) == 0x00000C, "Member 'FAxis::bInLocalSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformFilter \ +static_assert(alignof(FTransformFilter) == 0x000001, "Wrong alignment on FTransformFilter"); \ +static_assert(sizeof(FTransformFilter) == 0x000009, "Wrong size on FTransformFilter"); \ +static_assert(offsetof(FTransformFilter, TranslationFilter) == 0x000000, "Member 'FTransformFilter::TranslationFilter' has a wrong offset!"); \ +static_assert(offsetof(FTransformFilter, RotationFilter) == 0x000003, "Member 'FTransformFilter::RotationFilter' has a wrong offset!"); \ +static_assert(offsetof(FTransformFilter, ScaleFilter) == 0x000006, "Member 'FTransformFilter::ScaleFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCCDIKChainLink \ +static_assert(alignof(FCCDIKChainLink) == 0x000010, "Wrong alignment on FCCDIKChainLink"); \ +static_assert(sizeof(FCCDIKChainLink) == 0x000080, "Wrong size on FCCDIKChainLink"); \ + +#define DUMPER7_ASSERTS_FEulerTransform \ +static_assert(alignof(FEulerTransform) == 0x000004, "Wrong alignment on FEulerTransform"); \ +static_assert(sizeof(FEulerTransform) == 0x000024, "Wrong size on FEulerTransform"); \ +static_assert(offsetof(FEulerTransform, Location) == 0x000000, "Member 'FEulerTransform::Location' has a wrong offset!"); \ +static_assert(offsetof(FEulerTransform, Rotation) == 0x00000C, "Member 'FEulerTransform::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FEulerTransform, Scale) == 0x000018, "Member 'FEulerTransform::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFABRIKChainLink \ +static_assert(alignof(FFABRIKChainLink) == 0x000008, "Wrong alignment on FFABRIKChainLink"); \ +static_assert(sizeof(FFABRIKChainLink) == 0x000038, "Wrong size on FFABRIKChainLink"); \ + +#define DUMPER7_ASSERTS_FConstraintDescriptionEx \ +static_assert(alignof(FConstraintDescriptionEx) == 0x000008, "Wrong alignment on FConstraintDescriptionEx"); \ +static_assert(sizeof(FConstraintDescriptionEx) == 0x000010, "Wrong size on FConstraintDescriptionEx"); \ +static_assert(offsetof(FConstraintDescriptionEx, AxesFilterOption) == 0x000008, "Member 'FConstraintDescriptionEx::AxesFilterOption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAimConstraintDescription \ +static_assert(alignof(FAimConstraintDescription) == 0x000008, "Wrong alignment on FAimConstraintDescription"); \ +static_assert(sizeof(FAimConstraintDescription) == 0x000040, "Wrong size on FAimConstraintDescription"); \ +static_assert(offsetof(FAimConstraintDescription, LookAt_Axis) == 0x000010, "Member 'FAimConstraintDescription::LookAt_Axis' has a wrong offset!"); \ +static_assert(offsetof(FAimConstraintDescription, LookUp_Axis) == 0x000020, "Member 'FAimConstraintDescription::LookUp_Axis' has a wrong offset!"); \ +static_assert(offsetof(FAimConstraintDescription, bUseLookUp) == 0x000030, "Member 'FAimConstraintDescription::bUseLookUp' has a wrong offset!"); \ +static_assert(offsetof(FAimConstraintDescription, LookUpTarget) == 0x000034, "Member 'FAimConstraintDescription::LookUpTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformConstraintDescription \ +static_assert(alignof(FTransformConstraintDescription) == 0x000008, "Wrong alignment on FTransformConstraintDescription"); \ +static_assert(sizeof(FTransformConstraintDescription) == 0x000018, "Wrong size on FTransformConstraintDescription"); \ +static_assert(offsetof(FTransformConstraintDescription, TransformType) == 0x000010, "Member 'FTransformConstraintDescription::TransformType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNodeChain \ +static_assert(alignof(FNodeChain) == 0x000008, "Wrong alignment on FNodeChain"); \ +static_assert(sizeof(FNodeChain) == 0x000010, "Wrong size on FNodeChain"); \ +static_assert(offsetof(FNodeChain, Nodes) == 0x000000, "Member 'FNodeChain::Nodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformNoScale \ +static_assert(alignof(FTransformNoScale) == 0x000010, "Wrong alignment on FTransformNoScale"); \ +static_assert(sizeof(FTransformNoScale) == 0x000020, "Wrong size on FTransformNoScale"); \ +static_assert(offsetof(FTransformNoScale, Location) == 0x000000, "Member 'FTransformNoScale::Location' has a wrong offset!"); \ +static_assert(offsetof(FTransformNoScale, Rotation) == 0x000010, "Member 'FTransformNoScale::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationDataSourceRegistry \ +static_assert(alignof(UAnimationDataSourceRegistry) == 0x000008, "Wrong alignment on UAnimationDataSourceRegistry"); \ +static_assert(sizeof(UAnimationDataSourceRegistry) == 0x000080, "Wrong size on UAnimationDataSourceRegistry"); \ +static_assert(offsetof(UAnimationDataSourceRegistry, DataSources) == 0x000030, "Member 'UAnimationDataSourceRegistry::DataSources' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBrushEffectBlurring \ +static_assert(alignof(FBrushEffectBlurring) == 0x000004, "Wrong alignment on FBrushEffectBlurring"); \ +static_assert(sizeof(FBrushEffectBlurring) == 0x000008, "Wrong size on FBrushEffectBlurring"); \ +static_assert(offsetof(FBrushEffectBlurring, bBlurShape) == 0x000000, "Member 'FBrushEffectBlurring::bBlurShape' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectBlurring, Radius) == 0x000004, "Member 'FBrushEffectBlurring::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBrushEffectCurlNoise \ +static_assert(alignof(FBrushEffectCurlNoise) == 0x000004, "Wrong alignment on FBrushEffectCurlNoise"); \ +static_assert(sizeof(FBrushEffectCurlNoise) == 0x000010, "Wrong size on FBrushEffectCurlNoise"); \ +static_assert(offsetof(FBrushEffectCurlNoise, Curl1Amount) == 0x000000, "Member 'FBrushEffectCurlNoise::Curl1Amount' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectCurlNoise, Curl2Amount) == 0x000004, "Member 'FBrushEffectCurlNoise::Curl2Amount' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectCurlNoise, Curl1Tiling) == 0x000008, "Member 'FBrushEffectCurlNoise::Curl1Tiling' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectCurlNoise, Curl2Tiling) == 0x00000C, "Member 'FBrushEffectCurlNoise::Curl2Tiling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBrushEffectDisplacement \ +static_assert(alignof(FBrushEffectDisplacement) == 0x000008, "Wrong alignment on FBrushEffectDisplacement"); \ +static_assert(sizeof(FBrushEffectDisplacement) == 0x000028, "Wrong size on FBrushEffectDisplacement"); \ +static_assert(offsetof(FBrushEffectDisplacement, DisplacementHeight) == 0x000000, "Member 'FBrushEffectDisplacement::DisplacementHeight' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectDisplacement, DisplacementTiling) == 0x000004, "Member 'FBrushEffectDisplacement::DisplacementTiling' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectDisplacement, Texture) == 0x000008, "Member 'FBrushEffectDisplacement::Texture' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectDisplacement, Midpoint) == 0x000010, "Member 'FBrushEffectDisplacement::Midpoint' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectDisplacement, Channel) == 0x000014, "Member 'FBrushEffectDisplacement::Channel' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectDisplacement, WeightmapInfluence) == 0x000024, "Member 'FBrushEffectDisplacement::WeightmapInfluence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBrushEffectSmoothBlending \ +static_assert(alignof(FBrushEffectSmoothBlending) == 0x000004, "Wrong alignment on FBrushEffectSmoothBlending"); \ +static_assert(sizeof(FBrushEffectSmoothBlending) == 0x000008, "Wrong size on FBrushEffectSmoothBlending"); \ +static_assert(offsetof(FBrushEffectSmoothBlending, InnerSmoothDistance) == 0x000000, "Member 'FBrushEffectSmoothBlending::InnerSmoothDistance' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectSmoothBlending, OuterSmoothDistance) == 0x000004, "Member 'FBrushEffectSmoothBlending::OuterSmoothDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBrushEffectTerracing \ +static_assert(alignof(FBrushEffectTerracing) == 0x000004, "Wrong alignment on FBrushEffectTerracing"); \ +static_assert(sizeof(FBrushEffectTerracing) == 0x000014, "Wrong size on FBrushEffectTerracing"); \ +static_assert(offsetof(FBrushEffectTerracing, TerraceAlpha) == 0x000000, "Member 'FBrushEffectTerracing::TerraceAlpha' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectTerracing, TerraceSpacing) == 0x000004, "Member 'FBrushEffectTerracing::TerraceSpacing' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectTerracing, TerraceSmoothness) == 0x000008, "Member 'FBrushEffectTerracing::TerraceSmoothness' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectTerracing, MaskLength) == 0x00000C, "Member 'FBrushEffectTerracing::MaskLength' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectTerracing, MaskStartOffset) == 0x000010, "Member 'FBrushEffectTerracing::MaskStartOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandmassBrushEffectsList \ +static_assert(alignof(FLandmassBrushEffectsList) == 0x000008, "Wrong alignment on FLandmassBrushEffectsList"); \ +static_assert(sizeof(FLandmassBrushEffectsList) == 0x000060, "Wrong size on FLandmassBrushEffectsList"); \ +static_assert(offsetof(FLandmassBrushEffectsList, Blurring) == 0x000000, "Member 'FLandmassBrushEffectsList::Blurring' has a wrong offset!"); \ +static_assert(offsetof(FLandmassBrushEffectsList, CurlNoise) == 0x000008, "Member 'FLandmassBrushEffectsList::CurlNoise' has a wrong offset!"); \ +static_assert(offsetof(FLandmassBrushEffectsList, Displacement) == 0x000018, "Member 'FLandmassBrushEffectsList::Displacement' has a wrong offset!"); \ +static_assert(offsetof(FLandmassBrushEffectsList, SmoothBlending) == 0x000040, "Member 'FLandmassBrushEffectsList::SmoothBlending' has a wrong offset!"); \ +static_assert(offsetof(FLandmassBrushEffectsList, Terracing) == 0x000048, "Member 'FLandmassBrushEffectsList::Terracing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBrushEffectCurves \ +static_assert(alignof(FBrushEffectCurves) == 0x000008, "Wrong alignment on FBrushEffectCurves"); \ +static_assert(sizeof(FBrushEffectCurves) == 0x000020, "Wrong size on FBrushEffectCurves"); \ +static_assert(offsetof(FBrushEffectCurves, bUseCurveChannel) == 0x000000, "Member 'FBrushEffectCurves::bUseCurveChannel' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectCurves, ElevationCurveAsset) == 0x000008, "Member 'FBrushEffectCurves::ElevationCurveAsset' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectCurves, ChannelEdgeOffset) == 0x000010, "Member 'FBrushEffectCurves::ChannelEdgeOffset' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectCurves, ChannelDepth) == 0x000014, "Member 'FBrushEffectCurves::ChannelDepth' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectCurves, CurveRampWidth) == 0x000018, "Member 'FBrushEffectCurves::CurveRampWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandmassFalloffSettings \ +static_assert(alignof(FLandmassFalloffSettings) == 0x000004, "Wrong alignment on FLandmassFalloffSettings"); \ +static_assert(sizeof(FLandmassFalloffSettings) == 0x000014, "Wrong size on FLandmassFalloffSettings"); \ +static_assert(offsetof(FLandmassFalloffSettings, FalloffMode) == 0x000000, "Member 'FLandmassFalloffSettings::FalloffMode' has a wrong offset!"); \ +static_assert(offsetof(FLandmassFalloffSettings, FalloffAngle) == 0x000004, "Member 'FLandmassFalloffSettings::FalloffAngle' has a wrong offset!"); \ +static_assert(offsetof(FLandmassFalloffSettings, FalloffWidth) == 0x000008, "Member 'FLandmassFalloffSettings::FalloffWidth' has a wrong offset!"); \ +static_assert(offsetof(FLandmassFalloffSettings, EdgeOffset) == 0x00000C, "Member 'FLandmassFalloffSettings::EdgeOffset' has a wrong offset!"); \ +static_assert(offsetof(FLandmassFalloffSettings, ZOffset) == 0x000010, "Member 'FLandmassFalloffSettings::ZOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandmassTerrainCarvingSettings \ +static_assert(alignof(FLandmassTerrainCarvingSettings) == 0x000008, "Wrong alignment on FLandmassTerrainCarvingSettings"); \ +static_assert(sizeof(FLandmassTerrainCarvingSettings) == 0x000080, "Wrong size on FLandmassTerrainCarvingSettings"); \ +static_assert(offsetof(FLandmassTerrainCarvingSettings, BlendMode) == 0x000000, "Member 'FLandmassTerrainCarvingSettings::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(FLandmassTerrainCarvingSettings, bInvertShape) == 0x000001, "Member 'FLandmassTerrainCarvingSettings::bInvertShape' has a wrong offset!"); \ +static_assert(offsetof(FLandmassTerrainCarvingSettings, FalloffSettings) == 0x000004, "Member 'FLandmassTerrainCarvingSettings::FalloffSettings' has a wrong offset!"); \ +static_assert(offsetof(FLandmassTerrainCarvingSettings, Effects) == 0x000018, "Member 'FLandmassTerrainCarvingSettings::Effects' has a wrong offset!"); \ +static_assert(offsetof(FLandmassTerrainCarvingSettings, Priority) == 0x000078, "Member 'FLandmassTerrainCarvingSettings::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraLookatTrackingSettings \ +static_assert(alignof(FCameraLookatTrackingSettings) == 0x000008, "Wrong alignment on FCameraLookatTrackingSettings"); \ +static_assert(sizeof(FCameraLookatTrackingSettings) == 0x000058, "Wrong size on FCameraLookatTrackingSettings"); \ +static_assert(offsetof(FCameraLookatTrackingSettings, LookAtTrackingInterpSpeed) == 0x000004, "Member 'FCameraLookatTrackingSettings::LookAtTrackingInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FCameraLookatTrackingSettings, ActorToTrack) == 0x000018, "Member 'FCameraLookatTrackingSettings::ActorToTrack' has a wrong offset!"); \ +static_assert(offsetof(FCameraLookatTrackingSettings, RelativeOffset) == 0x000048, "Member 'FCameraLookatTrackingSettings::RelativeOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraTrackingFocusSettings \ +static_assert(alignof(FCameraTrackingFocusSettings) == 0x000008, "Wrong alignment on FCameraTrackingFocusSettings"); \ +static_assert(sizeof(FCameraTrackingFocusSettings) == 0x000040, "Wrong size on FCameraTrackingFocusSettings"); \ +static_assert(offsetof(FCameraTrackingFocusSettings, ActorToTrack) == 0x000000, "Member 'FCameraTrackingFocusSettings::ActorToTrack' has a wrong offset!"); \ +static_assert(offsetof(FCameraTrackingFocusSettings, RelativeOffset) == 0x000030, "Member 'FCameraTrackingFocusSettings::RelativeOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraFocusSettings \ +static_assert(alignof(FCameraFocusSettings) == 0x000008, "Wrong alignment on FCameraFocusSettings"); \ +static_assert(sizeof(FCameraFocusSettings) == 0x000068, "Wrong size on FCameraFocusSettings"); \ +static_assert(offsetof(FCameraFocusSettings, FocusMethod) == 0x000000, "Member 'FCameraFocusSettings::FocusMethod' has a wrong offset!"); \ +static_assert(offsetof(FCameraFocusSettings, ManualFocusDistance) == 0x000004, "Member 'FCameraFocusSettings::ManualFocusDistance' has a wrong offset!"); \ +static_assert(offsetof(FCameraFocusSettings, TopPassManualFocusDistance) == 0x000008, "Member 'FCameraFocusSettings::TopPassManualFocusDistance' has a wrong offset!"); \ +static_assert(offsetof(FCameraFocusSettings, TrackingFocusSettings) == 0x000010, "Member 'FCameraFocusSettings::TrackingFocusSettings' has a wrong offset!"); \ +static_assert(offsetof(FCameraFocusSettings, DebugFocusPlaneColor) == 0x000054, "Member 'FCameraFocusSettings::DebugFocusPlaneColor' has a wrong offset!"); \ +static_assert(offsetof(FCameraFocusSettings, FocusSmoothingInterpSpeed) == 0x00005C, "Member 'FCameraFocusSettings::FocusSmoothingInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FCameraFocusSettings, FocusOffset) == 0x000060, "Member 'FCameraFocusSettings::FocusOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraLensSettings \ +static_assert(alignof(FCameraLensSettings) == 0x000004, "Wrong alignment on FCameraLensSettings"); \ +static_assert(sizeof(FCameraLensSettings) == 0x000018, "Wrong size on FCameraLensSettings"); \ +static_assert(offsetof(FCameraLensSettings, MinFocalLength) == 0x000000, "Member 'FCameraLensSettings::MinFocalLength' has a wrong offset!"); \ +static_assert(offsetof(FCameraLensSettings, MaxFocalLength) == 0x000004, "Member 'FCameraLensSettings::MaxFocalLength' has a wrong offset!"); \ +static_assert(offsetof(FCameraLensSettings, MinFStop) == 0x000008, "Member 'FCameraLensSettings::MinFStop' has a wrong offset!"); \ +static_assert(offsetof(FCameraLensSettings, MaxFStop) == 0x00000C, "Member 'FCameraLensSettings::MaxFStop' has a wrong offset!"); \ +static_assert(offsetof(FCameraLensSettings, MinimumFocusDistance) == 0x000010, "Member 'FCameraLensSettings::MinimumFocusDistance' has a wrong offset!"); \ +static_assert(offsetof(FCameraLensSettings, DiaphragmBladeCount) == 0x000014, "Member 'FCameraLensSettings::DiaphragmBladeCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedLensPreset \ +static_assert(alignof(FNamedLensPreset) == 0x000008, "Wrong alignment on FNamedLensPreset"); \ +static_assert(sizeof(FNamedLensPreset) == 0x000028, "Wrong size on FNamedLensPreset"); \ +static_assert(offsetof(FNamedLensPreset, Name) == 0x000000, "Member 'FNamedLensPreset::Name' has a wrong offset!"); \ +static_assert(offsetof(FNamedLensPreset, LensSettings) == 0x000010, "Member 'FNamedLensPreset::LensSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraFilmbackSettings \ +static_assert(alignof(FCameraFilmbackSettings) == 0x000004, "Wrong alignment on FCameraFilmbackSettings"); \ +static_assert(sizeof(FCameraFilmbackSettings) == 0x00000C, "Wrong size on FCameraFilmbackSettings"); \ +static_assert(offsetof(FCameraFilmbackSettings, SensorWidth) == 0x000000, "Member 'FCameraFilmbackSettings::SensorWidth' has a wrong offset!"); \ +static_assert(offsetof(FCameraFilmbackSettings, SensorHeight) == 0x000004, "Member 'FCameraFilmbackSettings::SensorHeight' has a wrong offset!"); \ +static_assert(offsetof(FCameraFilmbackSettings, SensorAspectRatio) == 0x000008, "Member 'FCameraFilmbackSettings::SensorAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedFilmbackPreset \ +static_assert(alignof(FNamedFilmbackPreset) == 0x000008, "Wrong alignment on FNamedFilmbackPreset"); \ +static_assert(sizeof(FNamedFilmbackPreset) == 0x000020, "Wrong size on FNamedFilmbackPreset"); \ +static_assert(offsetof(FNamedFilmbackPreset, Name) == 0x000000, "Member 'FNamedFilmbackPreset::Name' has a wrong offset!"); \ +static_assert(offsetof(FNamedFilmbackPreset, FilmbackSettings) == 0x000010, "Member 'FNamedFilmbackPreset::FilmbackSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACameraRig_Crane \ +static_assert(alignof(ACameraRig_Crane) == 0x000008, "Wrong alignment on ACameraRig_Crane"); \ +static_assert(sizeof(ACameraRig_Crane) == 0x0002D8, "Wrong size on ACameraRig_Crane"); \ +static_assert(offsetof(ACameraRig_Crane, CranePitch) == 0x0002A8, "Member 'ACameraRig_Crane::CranePitch' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, CraneYaw) == 0x0002AC, "Member 'ACameraRig_Crane::CraneYaw' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, CraneArmLength) == 0x0002B0, "Member 'ACameraRig_Crane::CraneArmLength' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, bLockMountPitch) == 0x0002B4, "Member 'ACameraRig_Crane::bLockMountPitch' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, bLockMountYaw) == 0x0002B5, "Member 'ACameraRig_Crane::bLockMountYaw' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, TransformComponent) == 0x0002B8, "Member 'ACameraRig_Crane::TransformComponent' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, CraneYawControl) == 0x0002C0, "Member 'ACameraRig_Crane::CraneYawControl' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, CranePitchControl) == 0x0002C8, "Member 'ACameraRig_Crane::CranePitchControl' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, CraneCameraMount) == 0x0002D0, "Member 'ACameraRig_Crane::CraneCameraMount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraRig_Rail_GetRailSplineComponent \ +static_assert(alignof(CameraRig_Rail_GetRailSplineComponent) == 0x000008, "Wrong alignment on CameraRig_Rail_GetRailSplineComponent"); \ +static_assert(sizeof(CameraRig_Rail_GetRailSplineComponent) == 0x000008, "Wrong size on CameraRig_Rail_GetRailSplineComponent"); \ +static_assert(offsetof(CameraRig_Rail_GetRailSplineComponent, ReturnValue) == 0x000000, "Member 'CameraRig_Rail_GetRailSplineComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACameraRig_Rail \ +static_assert(alignof(ACameraRig_Rail) == 0x000008, "Wrong alignment on ACameraRig_Rail"); \ +static_assert(sizeof(ACameraRig_Rail) == 0x0002C8, "Wrong size on ACameraRig_Rail"); \ +static_assert(offsetof(ACameraRig_Rail, CurrentPositionOnRail) == 0x0002A8, "Member 'ACameraRig_Rail::CurrentPositionOnRail' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Rail, bLockOrientationToRail) == 0x0002AC, "Member 'ACameraRig_Rail::bLockOrientationToRail' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Rail, TransformComponent) == 0x0002B0, "Member 'ACameraRig_Rail::TransformComponent' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Rail, RailSplineComponent) == 0x0002B8, "Member 'ACameraRig_Rail::RailSplineComponent' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Rail, RailCameraMount) == 0x0002C0, "Member 'ACameraRig_Rail::RailCameraMount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraActor_GetCineCameraComponent \ +static_assert(alignof(CineCameraActor_GetCineCameraComponent) == 0x000008, "Wrong alignment on CineCameraActor_GetCineCameraComponent"); \ +static_assert(sizeof(CineCameraActor_GetCineCameraComponent) == 0x000008, "Wrong size on CineCameraActor_GetCineCameraComponent"); \ +static_assert(offsetof(CineCameraActor_GetCineCameraComponent, ReturnValue) == 0x000000, "Member 'CineCameraActor_GetCineCameraComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACineCameraActor \ +static_assert(alignof(ACineCameraActor) == 0x000010, "Wrong alignment on ACineCameraActor"); \ +static_assert(sizeof(ACineCameraActor) == 0x0008C0, "Wrong size on ACineCameraActor"); \ +static_assert(offsetof(ACineCameraActor, LookatTrackingSettings) == 0x000850, "Member 'ACineCameraActor::LookatTrackingSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetFilmbackPresetsCopy \ +static_assert(alignof(CineCameraComponent_GetFilmbackPresetsCopy) == 0x000008, "Wrong alignment on CineCameraComponent_GetFilmbackPresetsCopy"); \ +static_assert(sizeof(CineCameraComponent_GetFilmbackPresetsCopy) == 0x000010, "Wrong size on CineCameraComponent_GetFilmbackPresetsCopy"); \ +static_assert(offsetof(CineCameraComponent_GetFilmbackPresetsCopy, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetFilmbackPresetsCopy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetLensPresetsCopy \ +static_assert(alignof(CineCameraComponent_GetLensPresetsCopy) == 0x000008, "Wrong alignment on CineCameraComponent_GetLensPresetsCopy"); \ +static_assert(sizeof(CineCameraComponent_GetLensPresetsCopy) == 0x000010, "Wrong size on CineCameraComponent_GetLensPresetsCopy"); \ +static_assert(offsetof(CineCameraComponent_GetLensPresetsCopy, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetLensPresetsCopy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_SetCurrentFocalLength \ +static_assert(alignof(CineCameraComponent_SetCurrentFocalLength) == 0x000004, "Wrong alignment on CineCameraComponent_SetCurrentFocalLength"); \ +static_assert(sizeof(CineCameraComponent_SetCurrentFocalLength) == 0x000004, "Wrong size on CineCameraComponent_SetCurrentFocalLength"); \ +static_assert(offsetof(CineCameraComponent_SetCurrentFocalLength, InFocalLength) == 0x000000, "Member 'CineCameraComponent_SetCurrentFocalLength::InFocalLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_SetFilmbackPresetByName \ +static_assert(alignof(CineCameraComponent_SetFilmbackPresetByName) == 0x000008, "Wrong alignment on CineCameraComponent_SetFilmbackPresetByName"); \ +static_assert(sizeof(CineCameraComponent_SetFilmbackPresetByName) == 0x000010, "Wrong size on CineCameraComponent_SetFilmbackPresetByName"); \ +static_assert(offsetof(CineCameraComponent_SetFilmbackPresetByName, InPresetName) == 0x000000, "Member 'CineCameraComponent_SetFilmbackPresetByName::InPresetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_SetLensPresetByName \ +static_assert(alignof(CineCameraComponent_SetLensPresetByName) == 0x000008, "Wrong alignment on CineCameraComponent_SetLensPresetByName"); \ +static_assert(sizeof(CineCameraComponent_SetLensPresetByName) == 0x000010, "Wrong size on CineCameraComponent_SetLensPresetByName"); \ +static_assert(offsetof(CineCameraComponent_SetLensPresetByName, InPresetName) == 0x000000, "Member 'CineCameraComponent_SetLensPresetByName::InPresetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetDefaultFilmbackPresetName \ +static_assert(alignof(CineCameraComponent_GetDefaultFilmbackPresetName) == 0x000008, "Wrong alignment on CineCameraComponent_GetDefaultFilmbackPresetName"); \ +static_assert(sizeof(CineCameraComponent_GetDefaultFilmbackPresetName) == 0x000010, "Wrong size on CineCameraComponent_GetDefaultFilmbackPresetName"); \ +static_assert(offsetof(CineCameraComponent_GetDefaultFilmbackPresetName, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetDefaultFilmbackPresetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetFilmbackPresetName \ +static_assert(alignof(CineCameraComponent_GetFilmbackPresetName) == 0x000008, "Wrong alignment on CineCameraComponent_GetFilmbackPresetName"); \ +static_assert(sizeof(CineCameraComponent_GetFilmbackPresetName) == 0x000010, "Wrong size on CineCameraComponent_GetFilmbackPresetName"); \ +static_assert(offsetof(CineCameraComponent_GetFilmbackPresetName, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetFilmbackPresetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetHorizontalFieldOfView \ +static_assert(alignof(CineCameraComponent_GetHorizontalFieldOfView) == 0x000004, "Wrong alignment on CineCameraComponent_GetHorizontalFieldOfView"); \ +static_assert(sizeof(CineCameraComponent_GetHorizontalFieldOfView) == 0x000004, "Wrong size on CineCameraComponent_GetHorizontalFieldOfView"); \ +static_assert(offsetof(CineCameraComponent_GetHorizontalFieldOfView, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetHorizontalFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetLensPresetName \ +static_assert(alignof(CineCameraComponent_GetLensPresetName) == 0x000008, "Wrong alignment on CineCameraComponent_GetLensPresetName"); \ +static_assert(sizeof(CineCameraComponent_GetLensPresetName) == 0x000010, "Wrong size on CineCameraComponent_GetLensPresetName"); \ +static_assert(offsetof(CineCameraComponent_GetLensPresetName, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetLensPresetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetVerticalFieldOfView \ +static_assert(alignof(CineCameraComponent_GetVerticalFieldOfView) == 0x000004, "Wrong alignment on CineCameraComponent_GetVerticalFieldOfView"); \ +static_assert(sizeof(CineCameraComponent_GetVerticalFieldOfView) == 0x000004, "Wrong size on CineCameraComponent_GetVerticalFieldOfView"); \ +static_assert(offsetof(CineCameraComponent_GetVerticalFieldOfView, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetVerticalFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCineCameraComponent \ +static_assert(alignof(UCineCameraComponent) == 0x000010, "Wrong alignment on UCineCameraComponent"); \ +static_assert(sizeof(UCineCameraComponent) == 0x000920, "Wrong size on UCineCameraComponent"); \ +static_assert(offsetof(UCineCameraComponent, FilmbackSettings) == 0x000810, "Member 'UCineCameraComponent::FilmbackSettings' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, Filmback) == 0x00081C, "Member 'UCineCameraComponent::Filmback' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, LensSettings) == 0x000828, "Member 'UCineCameraComponent::LensSettings' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, FocusSettings) == 0x000840, "Member 'UCineCameraComponent::FocusSettings' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, CurrentFocalLength) == 0x0008A8, "Member 'UCineCameraComponent::CurrentFocalLength' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, CurrentAperture) == 0x0008AC, "Member 'UCineCameraComponent::CurrentAperture' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, TopPassCurrentAperture) == 0x0008B0, "Member 'UCineCameraComponent::TopPassCurrentAperture' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, CurrentFocusDistance) == 0x0008B4, "Member 'UCineCameraComponent::CurrentFocusDistance' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, FilmbackPresets) == 0x0008C0, "Member 'UCineCameraComponent::FilmbackPresets' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, LensPresets) == 0x0008D0, "Member 'UCineCameraComponent::LensPresets' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, DefaultFilmbackPresetName) == 0x0008E0, "Member 'UCineCameraComponent::DefaultFilmbackPresetName' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, DefaultFilmbackPreset) == 0x0008F0, "Member 'UCineCameraComponent::DefaultFilmbackPreset' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, DefaultLensPresetName) == 0x000900, "Member 'UCineCameraComponent::DefaultLensPresetName' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, DefaultLensFocalLength) == 0x000910, "Member 'UCineCameraComponent::DefaultLensFocalLength' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, DefaultLensFStop) == 0x000914, "Member 'UCineCameraComponent::DefaultLensFStop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_BackItemSatellitePart_C \ +static_assert(alignof(ABP_BackItemSatellitePart_C) == 0x000008, "Wrong alignment on ABP_BackItemSatellitePart_C"); \ +static_assert(sizeof(ABP_BackItemSatellitePart_C) == 0x000318, "Wrong size on ABP_BackItemSatellitePart_C"); \ + +#define DUMPER7_ASSERTS_FNetAnalyticsDataConfig \ +static_assert(alignof(FNetAnalyticsDataConfig) == 0x000004, "Wrong alignment on FNetAnalyticsDataConfig"); \ +static_assert(sizeof(FNetAnalyticsDataConfig) == 0x000010, "Wrong size on FNetAnalyticsDataConfig"); \ +static_assert(offsetof(FNetAnalyticsDataConfig, DataName) == 0x000000, "Member 'FNetAnalyticsDataConfig::DataName' has a wrong offset!"); \ +static_assert(offsetof(FNetAnalyticsDataConfig, bEnabled) == 0x00000C, "Member 'FNetAnalyticsDataConfig::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetAnalyticsAggregatorConfig \ +static_assert(alignof(UNetAnalyticsAggregatorConfig) == 0x000008, "Wrong alignment on UNetAnalyticsAggregatorConfig"); \ +static_assert(sizeof(UNetAnalyticsAggregatorConfig) == 0x000040, "Wrong size on UNetAnalyticsAggregatorConfig"); \ +static_assert(offsetof(UNetAnalyticsAggregatorConfig, NetAnalyticsData) == 0x000030, "Member 'UNetAnalyticsAggregatorConfig::NetAnalyticsData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay \ +static_assert(alignof(WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay) == 0x000008, "Wrong alignment on WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay"); \ +static_assert(sizeof(WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay) == 0x0004E0, "Wrong size on WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay, EntryPoint) == 0x000000, "Member 'WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay, Temp_bool_True_if_break_was_hit_Variable) == 0x000004, "Member 'WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay, K2Node_Event_IsDesignTime) == 0x00000D, "Member 'WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay, K2Node_CustomEvent_ChannelName) == 0x000028, "Member 'WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay::K2Node_CustomEvent_ChannelName' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay, K2Node_CustomEvent_PlayerName) == 0x000038, "Member 'WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay::K2Node_CustomEvent_PlayerName' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay, K2Node_CustomEvent_bIsTalking) == 0x000048, "Member 'WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay::K2Node_CustomEvent_bIsTalking' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay, CallFunc_GetSBZGameUserSettings_ReturnValue) == 0x000050, "Member 'WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay::CallFunc_GetSBZGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay, CallFunc_IsVoIPEnabled_ReturnValue) == 0x000058, "Member 'WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay::CallFunc_IsVoIPEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay, Temp_int_Loop_Counter_Variable) == 0x00005C, "Member 'WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay, K2Node_CustomEvent_EOSId) == 0x000068, "Member 'WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay::K2Node_CustomEvent_EOSId' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay, K2Node_CustomEvent_bJoined) == 0x000078, "Member 'WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay::K2Node_CustomEvent_bJoined' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay, K2Node_CreateDelegate_OutputDelegate_1) == 0x00007C, "Member 'WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay, CallFunc_Array_Get_Item) == 0x000090, "Member 'WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay, K2Node_CreateDelegate_OutputDelegate_2) == 0x0004B8, "Member 'WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay, CallFunc_EqualEqual_StriStri_ReturnValue) == 0x0004CC, "Member 'WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay::CallFunc_EqualEqual_StriStri_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay, CallFunc_Array_Length_ReturnValue) == 0x0004D0, "Member 'WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay, CallFunc_Less_IntInt_ReturnValue) == 0x0004D4, "Member 'WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay, CallFunc_BooleanAND_ReturnValue) == 0x0004D5, "Member 'WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x0004D8, "Member 'WBP_VoIPOverlay_C_ExecuteUbergraph_WBP_VoIPOverlay::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_VoIPOverlay_C_PlayersUpdated \ +static_assert(alignof(WBP_VoIPOverlay_C_PlayersUpdated) == 0x000008, "Wrong alignment on WBP_VoIPOverlay_C_PlayersUpdated"); \ +static_assert(sizeof(WBP_VoIPOverlay_C_PlayersUpdated) == 0x000018, "Wrong size on WBP_VoIPOverlay_C_PlayersUpdated"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_PlayersUpdated, EOSId) == 0x000000, "Member 'WBP_VoIPOverlay_C_PlayersUpdated::EOSId' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_PlayersUpdated, bJoined) == 0x000010, "Member 'WBP_VoIPOverlay_C_PlayersUpdated::bJoined' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_VoIPOverlay_C_PlayerTalkingUpdated \ +static_assert(alignof(WBP_VoIPOverlay_C_PlayerTalkingUpdated) == 0x000008, "Wrong alignment on WBP_VoIPOverlay_C_PlayerTalkingUpdated"); \ +static_assert(sizeof(WBP_VoIPOverlay_C_PlayerTalkingUpdated) == 0x000028, "Wrong size on WBP_VoIPOverlay_C_PlayerTalkingUpdated"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_PlayerTalkingUpdated, ChannelName) == 0x000000, "Member 'WBP_VoIPOverlay_C_PlayerTalkingUpdated::ChannelName' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_PlayerTalkingUpdated, PlayerName) == 0x000010, "Member 'WBP_VoIPOverlay_C_PlayerTalkingUpdated::PlayerName' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_PlayerTalkingUpdated, bIsTalking) == 0x000020, "Member 'WBP_VoIPOverlay_C_PlayerTalkingUpdated::bIsTalking' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_VoIPOverlay_C_PreConstruct \ +static_assert(alignof(WBP_VoIPOverlay_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_VoIPOverlay_C_PreConstruct"); \ +static_assert(sizeof(WBP_VoIPOverlay_C_PreConstruct) == 0x000001, "Wrong size on WBP_VoIPOverlay_C_PreConstruct"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_VoIPOverlay_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_VoIPOverlay_C_UpdateTalkingPlayerList \ +static_assert(alignof(WBP_VoIPOverlay_C_UpdateTalkingPlayerList) == 0x000008, "Wrong alignment on WBP_VoIPOverlay_C_UpdateTalkingPlayerList"); \ +static_assert(sizeof(WBP_VoIPOverlay_C_UpdateTalkingPlayerList) == 0x000878, "Wrong size on WBP_VoIPOverlay_C_UpdateTalkingPlayerList"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerList, PlayerEOSID) == 0x000000, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerList::PlayerEOSID' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerList, IsTalking) == 0x000010, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerList::IsTalking' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerList, LocalUIInfo) == 0x000018, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerList::LocalUIInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerList, CallFunc_FindPlayerUIInfo_OutCharacterInfo) == 0x000440, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerList::CallFunc_FindPlayerUIInfo_OutCharacterInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerList, CallFunc_FindPlayerUIInfo_Found) == 0x000868, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerList::CallFunc_FindPlayerUIInfo_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerList, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000869, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerList::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerList, CallFunc_Array_AddUnique_ReturnValue) == 0x00086C, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerList::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerList, CallFunc_BooleanAND_ReturnValue) == 0x000870, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerList::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerList, CallFunc_Greater_IntInt_ReturnValue) == 0x000871, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerList::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerList, CallFunc_Array_RemoveItem_ReturnValue) == 0x000872, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerList::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_VoIPOverlay_C_FindPlayerUIInfo \ +static_assert(alignof(WBP_VoIPOverlay_C_FindPlayerUIInfo) == 0x000008, "Wrong alignment on WBP_VoIPOverlay_C_FindPlayerUIInfo"); \ +static_assert(sizeof(WBP_VoIPOverlay_C_FindPlayerUIInfo) == 0x000898, "Wrong size on WBP_VoIPOverlay_C_FindPlayerUIInfo"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_FindPlayerUIInfo, InEOSID) == 0x000000, "Member 'WBP_VoIPOverlay_C_FindPlayerUIInfo::InEOSID' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_FindPlayerUIInfo, OutCharacterInfo) == 0x000010, "Member 'WBP_VoIPOverlay_C_FindPlayerUIInfo::OutCharacterInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_FindPlayerUIInfo, Found) == 0x000438, "Member 'WBP_VoIPOverlay_C_FindPlayerUIInfo::Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_FindPlayerUIInfo, Temp_bool_True_if_break_was_hit_Variable) == 0x000439, "Member 'WBP_VoIPOverlay_C_FindPlayerUIInfo::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_FindPlayerUIInfo, Temp_int_Array_Index_Variable) == 0x00043C, "Member 'WBP_VoIPOverlay_C_FindPlayerUIInfo::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_FindPlayerUIInfo, CallFunc_Not_PreBool_ReturnValue) == 0x000440, "Member 'WBP_VoIPOverlay_C_FindPlayerUIInfo::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_FindPlayerUIInfo, Temp_int_Loop_Counter_Variable) == 0x000444, "Member 'WBP_VoIPOverlay_C_FindPlayerUIInfo::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_FindPlayerUIInfo, CallFunc_Add_IntInt_ReturnValue) == 0x000448, "Member 'WBP_VoIPOverlay_C_FindPlayerUIInfo::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_FindPlayerUIInfo, CallFunc_GetUiLobbyInfo_OutInfo) == 0x000450, "Member 'WBP_VoIPOverlay_C_FindPlayerUIInfo::CallFunc_GetUiLobbyInfo_OutInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_FindPlayerUIInfo, CallFunc_Array_Length_ReturnValue) == 0x000460, "Member 'WBP_VoIPOverlay_C_FindPlayerUIInfo::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_FindPlayerUIInfo, CallFunc_Array_Get_Item) == 0x000468, "Member 'WBP_VoIPOverlay_C_FindPlayerUIInfo::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_FindPlayerUIInfo, CallFunc_Less_IntInt_ReturnValue) == 0x000890, "Member 'WBP_VoIPOverlay_C_FindPlayerUIInfo::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_FindPlayerUIInfo, CallFunc_BooleanAND_ReturnValue) == 0x000891, "Member 'WBP_VoIPOverlay_C_FindPlayerUIInfo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_FindPlayerUIInfo, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000892, "Member 'WBP_VoIPOverlay_C_FindPlayerUIInfo::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_VoIPOverlay_C_CleanActiveArray \ +static_assert(alignof(WBP_VoIPOverlay_C_CleanActiveArray) == 0x000008, "Wrong alignment on WBP_VoIPOverlay_C_CleanActiveArray"); \ +static_assert(sizeof(WBP_VoIPOverlay_C_CleanActiveArray) == 0x0008C0, "Wrong size on WBP_VoIPOverlay_C_CleanActiveArray"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_CleanActiveArray, LocalUIActiveTalkers) == 0x000000, "Member 'WBP_VoIPOverlay_C_CleanActiveArray::LocalUIActiveTalkers' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_CleanActiveArray, LocalActiveTalkers) == 0x000010, "Member 'WBP_VoIPOverlay_C_CleanActiveArray::LocalActiveTalkers' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_CleanActiveArray, FoundPlayer) == 0x000020, "Member 'WBP_VoIPOverlay_C_CleanActiveArray::FoundPlayer' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_CleanActiveArray, Temp_bool_True_if_break_was_hit_Variable) == 0x000021, "Member 'WBP_VoIPOverlay_C_CleanActiveArray::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_CleanActiveArray, CallFunc_Not_PreBool_ReturnValue) == 0x000022, "Member 'WBP_VoIPOverlay_C_CleanActiveArray::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_CleanActiveArray, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'WBP_VoIPOverlay_C_CleanActiveArray::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_CleanActiveArray, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'WBP_VoIPOverlay_C_CleanActiveArray::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_CleanActiveArray, Temp_bool_True_if_break_was_hit_Variable_1) == 0x00002C, "Member 'WBP_VoIPOverlay_C_CleanActiveArray::Temp_bool_True_if_break_was_hit_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_CleanActiveArray, Temp_int_Array_Index_Variable) == 0x000030, "Member 'WBP_VoIPOverlay_C_CleanActiveArray::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_CleanActiveArray, CallFunc_Not_PreBool_ReturnValue_1) == 0x000034, "Member 'WBP_VoIPOverlay_C_CleanActiveArray::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_CleanActiveArray, Temp_int_Array_Index_Variable_1) == 0x000038, "Member 'WBP_VoIPOverlay_C_CleanActiveArray::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_CleanActiveArray, Temp_int_Loop_Counter_Variable_1) == 0x00003C, "Member 'WBP_VoIPOverlay_C_CleanActiveArray::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_CleanActiveArray, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_VoIPOverlay_C_CleanActiveArray::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_CleanActiveArray, CallFunc_Array_Length_ReturnValue) == 0x000468, "Member 'WBP_VoIPOverlay_C_CleanActiveArray::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_CleanActiveArray, CallFunc_Array_RemoveItem_ReturnValue) == 0x00046C, "Member 'WBP_VoIPOverlay_C_CleanActiveArray::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_CleanActiveArray, CallFunc_Less_IntInt_ReturnValue) == 0x00046D, "Member 'WBP_VoIPOverlay_C_CleanActiveArray::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_CleanActiveArray, CallFunc_BooleanAND_ReturnValue) == 0x00046E, "Member 'WBP_VoIPOverlay_C_CleanActiveArray::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_CleanActiveArray, CallFunc_Add_IntInt_ReturnValue_1) == 0x000470, "Member 'WBP_VoIPOverlay_C_CleanActiveArray::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_CleanActiveArray, CallFunc_GetUiLobbyInfo_OutInfo) == 0x000478, "Member 'WBP_VoIPOverlay_C_CleanActiveArray::CallFunc_GetUiLobbyInfo_OutInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_CleanActiveArray, CallFunc_Array_Length_ReturnValue_1) == 0x000488, "Member 'WBP_VoIPOverlay_C_CleanActiveArray::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_CleanActiveArray, CallFunc_Array_Get_Item_1) == 0x000490, "Member 'WBP_VoIPOverlay_C_CleanActiveArray::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_CleanActiveArray, CallFunc_Less_IntInt_ReturnValue_1) == 0x0008B8, "Member 'WBP_VoIPOverlay_C_CleanActiveArray::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_CleanActiveArray, CallFunc_BooleanAND_ReturnValue_1) == 0x0008B9, "Member 'WBP_VoIPOverlay_C_CleanActiveArray::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_CleanActiveArray, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0008BA, "Member 'WBP_VoIPOverlay_C_CleanActiveArray::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay \ +static_assert(alignof(WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay) == 0x000008, "Wrong alignment on WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay"); \ +static_assert(sizeof(WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay) == 0x000070, "Wrong size on WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay, Temp_byte_Variable) == 0x000000, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay, Temp_int_Variable) == 0x000004, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay, Temp_int_Variable_1) == 0x000008, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay, Temp_int_Variable_2) == 0x00000C, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay, Temp_int_Variable_3) == 0x000010, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000014, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay, Temp_byte_Variable_1) == 0x00001C, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay, CallFunc_Greater_IntInt_ReturnValue) == 0x000024, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay, Temp_bool_Variable) == 0x000025, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay, K2Node_Select_Default) == 0x000026, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay, Temp_byte_Variable_2) == 0x000027, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay, K2Node_Select_Default_1) == 0x000028, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay, K2Node_Select_Default_2) == 0x000030, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay, Temp_byte_Variable_3) == 0x000038, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay, K2Node_Select_Default_3) == 0x000040, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay, Temp_bool_Variable_1) == 0x000048, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay, K2Node_Select_Default_4) == 0x000049, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay, CallFunc_Conv_StringToText_ReturnValue) == 0x000050, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000068, "Member 'WBP_VoIPOverlay_C_UpdateTalkingPlayerDisplay::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_VoIPOverlay_C \ +static_assert(alignof(UWBP_VoIPOverlay_C) == 0x000008, "Wrong alignment on UWBP_VoIPOverlay_C"); \ +static_assert(sizeof(UWBP_VoIPOverlay_C) == 0x000318, "Wrong size on UWBP_VoIPOverlay_C"); \ +static_assert(offsetof(UWBP_VoIPOverlay_C, UberGraphFrame) == 0x000290, "Member 'UWBP_VoIPOverlay_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_VoIPOverlay_C, HB_User1) == 0x000298, "Member 'UWBP_VoIPOverlay_C::HB_User1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_VoIPOverlay_C, HB_User2) == 0x0002A0, "Member 'UWBP_VoIPOverlay_C::HB_User2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_VoIPOverlay_C, HB_User3) == 0x0002A8, "Member 'UWBP_VoIPOverlay_C::HB_User3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_VoIPOverlay_C, HB_User4) == 0x0002B0, "Member 'UWBP_VoIPOverlay_C::HB_User4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_VoIPOverlay_C, RightBar_I) == 0x0002B8, "Member 'UWBP_VoIPOverlay_C::RightBar_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_VoIPOverlay_C, Text_User1) == 0x0002C0, "Member 'UWBP_VoIPOverlay_C::Text_User1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_VoIPOverlay_C, Text_User2) == 0x0002C8, "Member 'UWBP_VoIPOverlay_C::Text_User2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_VoIPOverlay_C, Text_User3) == 0x0002D0, "Member 'UWBP_VoIPOverlay_C::Text_User3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_VoIPOverlay_C, Text_User4) == 0x0002D8, "Member 'UWBP_VoIPOverlay_C::Text_User4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_VoIPOverlay_C, WBP_VoIP_1) == 0x0002E0, "Member 'UWBP_VoIPOverlay_C::WBP_VoIP_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_VoIPOverlay_C, WBP_VoIP_2) == 0x0002E8, "Member 'UWBP_VoIPOverlay_C::WBP_VoIP_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_VoIPOverlay_C, WBP_VoIP_3) == 0x0002F0, "Member 'UWBP_VoIPOverlay_C::WBP_VoIP_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_VoIPOverlay_C, WBP_VoIP_4) == 0x0002F8, "Member 'UWBP_VoIPOverlay_C::WBP_VoIP_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_VoIPOverlay_C, ActiveTalkerInfo) == 0x000300, "Member 'UWBP_VoIPOverlay_C::ActiveTalkerInfo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_VoIPOverlay_C, Is_Design_Time) == 0x000310, "Member 'UWBP_VoIPOverlay_C::Is_Design_Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTagAndValue \ +static_assert(alignof(FTagAndValue) == 0x000008, "Wrong alignment on FTagAndValue"); \ +static_assert(sizeof(FTagAndValue) == 0x000020, "Wrong size on FTagAndValue"); \ +static_assert(offsetof(FTagAndValue, Tag) == 0x000000, "Member 'FTagAndValue::Tag' has a wrong offset!"); \ +static_assert(offsetof(FTagAndValue, Value) == 0x000010, "Member 'FTagAndValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssetRegistryDependencyOptions \ +static_assert(alignof(FAssetRegistryDependencyOptions) == 0x000001, "Wrong alignment on FAssetRegistryDependencyOptions"); \ +static_assert(sizeof(FAssetRegistryDependencyOptions) == 0x000005, "Wrong size on FAssetRegistryDependencyOptions"); \ +static_assert(offsetof(FAssetRegistryDependencyOptions, bIncludeSoftPackageReferences) == 0x000000, "Member 'FAssetRegistryDependencyOptions::bIncludeSoftPackageReferences' has a wrong offset!"); \ +static_assert(offsetof(FAssetRegistryDependencyOptions, bIncludeHardPackageReferences) == 0x000001, "Member 'FAssetRegistryDependencyOptions::bIncludeHardPackageReferences' has a wrong offset!"); \ +static_assert(offsetof(FAssetRegistryDependencyOptions, bIncludeSearchableNames) == 0x000002, "Member 'FAssetRegistryDependencyOptions::bIncludeSearchableNames' has a wrong offset!"); \ +static_assert(offsetof(FAssetRegistryDependencyOptions, bIncludeSoftManagementReferences) == 0x000003, "Member 'FAssetRegistryDependencyOptions::bIncludeSoftManagementReferences' has a wrong offset!"); \ +static_assert(offsetof(FAssetRegistryDependencyOptions, bIncludeHardManagementReferences) == 0x000004, "Member 'FAssetRegistryDependencyOptions::bIncludeHardManagementReferences' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssetRegistryImpl \ +static_assert(alignof(UAssetRegistryImpl) == 0x000008, "Wrong alignment on UAssetRegistryImpl"); \ +static_assert(sizeof(UAssetRegistryImpl) == 0x000858, "Wrong size on UAssetRegistryImpl"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_CreateAssetData \ +static_assert(alignof(AssetRegistryHelpers_CreateAssetData) == 0x000008, "Wrong alignment on AssetRegistryHelpers_CreateAssetData"); \ +static_assert(sizeof(AssetRegistryHelpers_CreateAssetData) == 0x000088, "Wrong size on AssetRegistryHelpers_CreateAssetData"); \ +static_assert(offsetof(AssetRegistryHelpers_CreateAssetData, InAsset) == 0x000000, "Member 'AssetRegistryHelpers_CreateAssetData::InAsset' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_CreateAssetData, bAllowBlueprintClass) == 0x000008, "Member 'AssetRegistryHelpers_CreateAssetData::bAllowBlueprintClass' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_CreateAssetData, ReturnValue) == 0x000010, "Member 'AssetRegistryHelpers_CreateAssetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_GetAsset \ +static_assert(alignof(AssetRegistryHelpers_GetAsset) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetAsset"); \ +static_assert(sizeof(AssetRegistryHelpers_GetAsset) == 0x000080, "Wrong size on AssetRegistryHelpers_GetAsset"); \ +static_assert(offsetof(AssetRegistryHelpers_GetAsset, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_GetAsset::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetAsset, ReturnValue) == 0x000078, "Member 'AssetRegistryHelpers_GetAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_GetAssetRegistry \ +static_assert(alignof(AssetRegistryHelpers_GetAssetRegistry) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetAssetRegistry"); \ +static_assert(sizeof(AssetRegistryHelpers_GetAssetRegistry) == 0x000010, "Wrong size on AssetRegistryHelpers_GetAssetRegistry"); \ +static_assert(offsetof(AssetRegistryHelpers_GetAssetRegistry, ReturnValue) == 0x000000, "Member 'AssetRegistryHelpers_GetAssetRegistry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_GetClass \ +static_assert(alignof(AssetRegistryHelpers_GetClass) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetClass"); \ +static_assert(sizeof(AssetRegistryHelpers_GetClass) == 0x000080, "Wrong size on AssetRegistryHelpers_GetClass"); \ +static_assert(offsetof(AssetRegistryHelpers_GetClass, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_GetClass::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetClass, ReturnValue) == 0x000078, "Member 'AssetRegistryHelpers_GetClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_GetExportTextName \ +static_assert(alignof(AssetRegistryHelpers_GetExportTextName) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetExportTextName"); \ +static_assert(sizeof(AssetRegistryHelpers_GetExportTextName) == 0x000088, "Wrong size on AssetRegistryHelpers_GetExportTextName"); \ +static_assert(offsetof(AssetRegistryHelpers_GetExportTextName, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_GetExportTextName::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetExportTextName, ReturnValue) == 0x000078, "Member 'AssetRegistryHelpers_GetExportTextName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_GetFullName \ +static_assert(alignof(AssetRegistryHelpers_GetFullName) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetFullName"); \ +static_assert(sizeof(AssetRegistryHelpers_GetFullName) == 0x000088, "Wrong size on AssetRegistryHelpers_GetFullName"); \ +static_assert(offsetof(AssetRegistryHelpers_GetFullName, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_GetFullName::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetFullName, ReturnValue) == 0x000078, "Member 'AssetRegistryHelpers_GetFullName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_GetTagValue \ +static_assert(alignof(AssetRegistryHelpers_GetTagValue) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetTagValue"); \ +static_assert(sizeof(AssetRegistryHelpers_GetTagValue) == 0x0000A0, "Wrong size on AssetRegistryHelpers_GetTagValue"); \ +static_assert(offsetof(AssetRegistryHelpers_GetTagValue, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_GetTagValue::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetTagValue, InTagName) == 0x000078, "Member 'AssetRegistryHelpers_GetTagValue::InTagName' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetTagValue, OutTagValue) == 0x000088, "Member 'AssetRegistryHelpers_GetTagValue::OutTagValue' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetTagValue, ReturnValue) == 0x000098, "Member 'AssetRegistryHelpers_GetTagValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_IsAssetLoaded \ +static_assert(alignof(AssetRegistryHelpers_IsAssetLoaded) == 0x000008, "Wrong alignment on AssetRegistryHelpers_IsAssetLoaded"); \ +static_assert(sizeof(AssetRegistryHelpers_IsAssetLoaded) == 0x000080, "Wrong size on AssetRegistryHelpers_IsAssetLoaded"); \ +static_assert(offsetof(AssetRegistryHelpers_IsAssetLoaded, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_IsAssetLoaded::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_IsAssetLoaded, ReturnValue) == 0x000078, "Member 'AssetRegistryHelpers_IsAssetLoaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_IsRedirector \ +static_assert(alignof(AssetRegistryHelpers_IsRedirector) == 0x000008, "Wrong alignment on AssetRegistryHelpers_IsRedirector"); \ +static_assert(sizeof(AssetRegistryHelpers_IsRedirector) == 0x000080, "Wrong size on AssetRegistryHelpers_IsRedirector"); \ +static_assert(offsetof(AssetRegistryHelpers_IsRedirector, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_IsRedirector::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_IsRedirector, ReturnValue) == 0x000078, "Member 'AssetRegistryHelpers_IsRedirector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_IsUAsset \ +static_assert(alignof(AssetRegistryHelpers_IsUAsset) == 0x000008, "Wrong alignment on AssetRegistryHelpers_IsUAsset"); \ +static_assert(sizeof(AssetRegistryHelpers_IsUAsset) == 0x000080, "Wrong size on AssetRegistryHelpers_IsUAsset"); \ +static_assert(offsetof(AssetRegistryHelpers_IsUAsset, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_IsUAsset::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_IsUAsset, ReturnValue) == 0x000078, "Member 'AssetRegistryHelpers_IsUAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_IsValid \ +static_assert(alignof(AssetRegistryHelpers_IsValid) == 0x000008, "Wrong alignment on AssetRegistryHelpers_IsValid"); \ +static_assert(sizeof(AssetRegistryHelpers_IsValid) == 0x000080, "Wrong size on AssetRegistryHelpers_IsValid"); \ +static_assert(offsetof(AssetRegistryHelpers_IsValid, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_IsValid::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_IsValid, ReturnValue) == 0x000078, "Member 'AssetRegistryHelpers_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_SetFilterTagsAndValues \ +static_assert(alignof(AssetRegistryHelpers_SetFilterTagsAndValues) == 0x000008, "Wrong alignment on AssetRegistryHelpers_SetFilterTagsAndValues"); \ +static_assert(sizeof(AssetRegistryHelpers_SetFilterTagsAndValues) == 0x0001F0, "Wrong size on AssetRegistryHelpers_SetFilterTagsAndValues"); \ +static_assert(offsetof(AssetRegistryHelpers_SetFilterTagsAndValues, InFilter) == 0x000000, "Member 'AssetRegistryHelpers_SetFilterTagsAndValues::InFilter' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_SetFilterTagsAndValues, InTagsAndValues) == 0x0000F0, "Member 'AssetRegistryHelpers_SetFilterTagsAndValues::InTagsAndValues' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_SetFilterTagsAndValues, ReturnValue) == 0x000100, "Member 'AssetRegistryHelpers_SetFilterTagsAndValues::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_ToSoftObjectPath \ +static_assert(alignof(AssetRegistryHelpers_ToSoftObjectPath) == 0x000008, "Wrong alignment on AssetRegistryHelpers_ToSoftObjectPath"); \ +static_assert(sizeof(AssetRegistryHelpers_ToSoftObjectPath) == 0x000098, "Wrong size on AssetRegistryHelpers_ToSoftObjectPath"); \ +static_assert(offsetof(AssetRegistryHelpers_ToSoftObjectPath, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_ToSoftObjectPath::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_ToSoftObjectPath, ReturnValue) == 0x000078, "Member 'AssetRegistryHelpers_ToSoftObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssetRegistryHelpers \ +static_assert(alignof(UAssetRegistryHelpers) == 0x000008, "Wrong alignment on UAssetRegistryHelpers"); \ +static_assert(sizeof(UAssetRegistryHelpers) == 0x000030, "Wrong size on UAssetRegistryHelpers"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_PrioritizeSearchPath \ +static_assert(alignof(AssetRegistry_PrioritizeSearchPath) == 0x000008, "Wrong alignment on AssetRegistry_PrioritizeSearchPath"); \ +static_assert(sizeof(AssetRegistry_PrioritizeSearchPath) == 0x000010, "Wrong size on AssetRegistry_PrioritizeSearchPath"); \ +static_assert(offsetof(AssetRegistry_PrioritizeSearchPath, PathToPrioritize) == 0x000000, "Member 'AssetRegistry_PrioritizeSearchPath::PathToPrioritize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_ScanFilesSynchronous \ +static_assert(alignof(AssetRegistry_ScanFilesSynchronous) == 0x000008, "Wrong alignment on AssetRegistry_ScanFilesSynchronous"); \ +static_assert(sizeof(AssetRegistry_ScanFilesSynchronous) == 0x000018, "Wrong size on AssetRegistry_ScanFilesSynchronous"); \ +static_assert(offsetof(AssetRegistry_ScanFilesSynchronous, InFilePaths) == 0x000000, "Member 'AssetRegistry_ScanFilesSynchronous::InFilePaths' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_ScanFilesSynchronous, bForceRescan) == 0x000010, "Member 'AssetRegistry_ScanFilesSynchronous::bForceRescan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_ScanModifiedAssetFiles \ +static_assert(alignof(AssetRegistry_ScanModifiedAssetFiles) == 0x000008, "Wrong alignment on AssetRegistry_ScanModifiedAssetFiles"); \ +static_assert(sizeof(AssetRegistry_ScanModifiedAssetFiles) == 0x000010, "Wrong size on AssetRegistry_ScanModifiedAssetFiles"); \ +static_assert(offsetof(AssetRegistry_ScanModifiedAssetFiles, InFilePaths) == 0x000000, "Member 'AssetRegistry_ScanModifiedAssetFiles::InFilePaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_ScanPathsSynchronous \ +static_assert(alignof(AssetRegistry_ScanPathsSynchronous) == 0x000008, "Wrong alignment on AssetRegistry_ScanPathsSynchronous"); \ +static_assert(sizeof(AssetRegistry_ScanPathsSynchronous) == 0x000018, "Wrong size on AssetRegistry_ScanPathsSynchronous"); \ +static_assert(offsetof(AssetRegistry_ScanPathsSynchronous, InPaths) == 0x000000, "Member 'AssetRegistry_ScanPathsSynchronous::InPaths' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_ScanPathsSynchronous, bForceRescan) == 0x000010, "Member 'AssetRegistry_ScanPathsSynchronous::bForceRescan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_SearchAllAssets \ +static_assert(alignof(AssetRegistry_SearchAllAssets) == 0x000001, "Wrong alignment on AssetRegistry_SearchAllAssets"); \ +static_assert(sizeof(AssetRegistry_SearchAllAssets) == 0x000001, "Wrong size on AssetRegistry_SearchAllAssets"); \ +static_assert(offsetof(AssetRegistry_SearchAllAssets, bSynchronousSearch) == 0x000000, "Member 'AssetRegistry_SearchAllAssets::bSynchronousSearch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetAllAssets \ +static_assert(alignof(AssetRegistry_GetAllAssets) == 0x000008, "Wrong alignment on AssetRegistry_GetAllAssets"); \ +static_assert(sizeof(AssetRegistry_GetAllAssets) == 0x000018, "Wrong size on AssetRegistry_GetAllAssets"); \ +static_assert(offsetof(AssetRegistry_GetAllAssets, OutAssetData) == 0x000000, "Member 'AssetRegistry_GetAllAssets::OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAllAssets, bIncludeOnlyOnDiskAssets) == 0x000010, "Member 'AssetRegistry_GetAllAssets::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAllAssets, ReturnValue) == 0x000011, "Member 'AssetRegistry_GetAllAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetAllCachedPaths \ +static_assert(alignof(AssetRegistry_GetAllCachedPaths) == 0x000008, "Wrong alignment on AssetRegistry_GetAllCachedPaths"); \ +static_assert(sizeof(AssetRegistry_GetAllCachedPaths) == 0x000010, "Wrong size on AssetRegistry_GetAllCachedPaths"); \ +static_assert(offsetof(AssetRegistry_GetAllCachedPaths, OutPathList) == 0x000000, "Member 'AssetRegistry_GetAllCachedPaths::OutPathList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetAssetByObjectPath \ +static_assert(alignof(AssetRegistry_GetAssetByObjectPath) == 0x000008, "Wrong alignment on AssetRegistry_GetAssetByObjectPath"); \ +static_assert(sizeof(AssetRegistry_GetAssetByObjectPath) == 0x000088, "Wrong size on AssetRegistry_GetAssetByObjectPath"); \ +static_assert(offsetof(AssetRegistry_GetAssetByObjectPath, ObjectPath) == 0x000000, "Member 'AssetRegistry_GetAssetByObjectPath::ObjectPath' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetByObjectPath, bIncludeOnlyOnDiskAssets) == 0x00000C, "Member 'AssetRegistry_GetAssetByObjectPath::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetByObjectPath, ReturnValue) == 0x000010, "Member 'AssetRegistry_GetAssetByObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetAssets \ +static_assert(alignof(AssetRegistry_GetAssets) == 0x000008, "Wrong alignment on AssetRegistry_GetAssets"); \ +static_assert(sizeof(AssetRegistry_GetAssets) == 0x000108, "Wrong size on AssetRegistry_GetAssets"); \ +static_assert(offsetof(AssetRegistry_GetAssets, Filter) == 0x000000, "Member 'AssetRegistry_GetAssets::Filter' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssets, OutAssetData) == 0x0000F0, "Member 'AssetRegistry_GetAssets::OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssets, ReturnValue) == 0x000100, "Member 'AssetRegistry_GetAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetAssetsByClass \ +static_assert(alignof(AssetRegistry_GetAssetsByClass) == 0x000008, "Wrong alignment on AssetRegistry_GetAssetsByClass"); \ +static_assert(sizeof(AssetRegistry_GetAssetsByClass) == 0x000028, "Wrong size on AssetRegistry_GetAssetsByClass"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByClass, ClassName) == 0x000000, "Member 'AssetRegistry_GetAssetsByClass::ClassName' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByClass, OutAssetData) == 0x000010, "Member 'AssetRegistry_GetAssetsByClass::OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByClass, bSearchSubClasses) == 0x000020, "Member 'AssetRegistry_GetAssetsByClass::bSearchSubClasses' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByClass, ReturnValue) == 0x000021, "Member 'AssetRegistry_GetAssetsByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetAssetsByPackageName \ +static_assert(alignof(AssetRegistry_GetAssetsByPackageName) == 0x000008, "Wrong alignment on AssetRegistry_GetAssetsByPackageName"); \ +static_assert(sizeof(AssetRegistry_GetAssetsByPackageName) == 0x000028, "Wrong size on AssetRegistry_GetAssetsByPackageName"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPackageName, PackageName) == 0x000000, "Member 'AssetRegistry_GetAssetsByPackageName::PackageName' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPackageName, OutAssetData) == 0x000010, "Member 'AssetRegistry_GetAssetsByPackageName::OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPackageName, bIncludeOnlyOnDiskAssets) == 0x000020, "Member 'AssetRegistry_GetAssetsByPackageName::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPackageName, ReturnValue) == 0x000021, "Member 'AssetRegistry_GetAssetsByPackageName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetAssetsByPath \ +static_assert(alignof(AssetRegistry_GetAssetsByPath) == 0x000008, "Wrong alignment on AssetRegistry_GetAssetsByPath"); \ +static_assert(sizeof(AssetRegistry_GetAssetsByPath) == 0x000028, "Wrong size on AssetRegistry_GetAssetsByPath"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPath, PackagePath) == 0x000000, "Member 'AssetRegistry_GetAssetsByPath::PackagePath' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPath, OutAssetData) == 0x000010, "Member 'AssetRegistry_GetAssetsByPath::OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPath, bRecursive) == 0x000020, "Member 'AssetRegistry_GetAssetsByPath::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPath, bIncludeOnlyOnDiskAssets) == 0x000021, "Member 'AssetRegistry_GetAssetsByPath::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPath, ReturnValue) == 0x000022, "Member 'AssetRegistry_GetAssetsByPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetSubPaths \ +static_assert(alignof(AssetRegistry_GetSubPaths) == 0x000008, "Wrong alignment on AssetRegistry_GetSubPaths"); \ +static_assert(sizeof(AssetRegistry_GetSubPaths) == 0x000028, "Wrong size on AssetRegistry_GetSubPaths"); \ +static_assert(offsetof(AssetRegistry_GetSubPaths, InBasePath) == 0x000000, "Member 'AssetRegistry_GetSubPaths::InBasePath' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetSubPaths, OutPathList) == 0x000010, "Member 'AssetRegistry_GetSubPaths::OutPathList' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetSubPaths, bInRecurse) == 0x000020, "Member 'AssetRegistry_GetSubPaths::bInRecurse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_HasAssets \ +static_assert(alignof(AssetRegistry_HasAssets) == 0x000004, "Wrong alignment on AssetRegistry_HasAssets"); \ +static_assert(sizeof(AssetRegistry_HasAssets) == 0x000010, "Wrong size on AssetRegistry_HasAssets"); \ +static_assert(offsetof(AssetRegistry_HasAssets, PackagePath) == 0x000000, "Member 'AssetRegistry_HasAssets::PackagePath' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_HasAssets, bRecursive) == 0x00000C, "Member 'AssetRegistry_HasAssets::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_HasAssets, ReturnValue) == 0x00000D, "Member 'AssetRegistry_HasAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_IsLoadingAssets \ +static_assert(alignof(AssetRegistry_IsLoadingAssets) == 0x000001, "Wrong alignment on AssetRegistry_IsLoadingAssets"); \ +static_assert(sizeof(AssetRegistry_IsLoadingAssets) == 0x000001, "Wrong size on AssetRegistry_IsLoadingAssets"); \ +static_assert(offsetof(AssetRegistry_IsLoadingAssets, ReturnValue) == 0x000000, "Member 'AssetRegistry_IsLoadingAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_K2_GetDependencies \ +static_assert(alignof(AssetRegistry_K2_GetDependencies) == 0x000008, "Wrong alignment on AssetRegistry_K2_GetDependencies"); \ +static_assert(sizeof(AssetRegistry_K2_GetDependencies) == 0x000030, "Wrong size on AssetRegistry_K2_GetDependencies"); \ +static_assert(offsetof(AssetRegistry_K2_GetDependencies, PackageName) == 0x000000, "Member 'AssetRegistry_K2_GetDependencies::PackageName' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetDependencies, DependencyOptions) == 0x00000C, "Member 'AssetRegistry_K2_GetDependencies::DependencyOptions' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetDependencies, OutDependencies) == 0x000018, "Member 'AssetRegistry_K2_GetDependencies::OutDependencies' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetDependencies, ReturnValue) == 0x000028, "Member 'AssetRegistry_K2_GetDependencies::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_K2_GetReferencers \ +static_assert(alignof(AssetRegistry_K2_GetReferencers) == 0x000008, "Wrong alignment on AssetRegistry_K2_GetReferencers"); \ +static_assert(sizeof(AssetRegistry_K2_GetReferencers) == 0x000030, "Wrong size on AssetRegistry_K2_GetReferencers"); \ +static_assert(offsetof(AssetRegistry_K2_GetReferencers, PackageName) == 0x000000, "Member 'AssetRegistry_K2_GetReferencers::PackageName' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetReferencers, ReferenceOptions) == 0x00000C, "Member 'AssetRegistry_K2_GetReferencers::ReferenceOptions' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetReferencers, OutReferencers) == 0x000018, "Member 'AssetRegistry_K2_GetReferencers::OutReferencers' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetReferencers, ReturnValue) == 0x000028, "Member 'AssetRegistry_K2_GetReferencers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_RunAssetsThroughFilter \ +static_assert(alignof(AssetRegistry_RunAssetsThroughFilter) == 0x000008, "Wrong alignment on AssetRegistry_RunAssetsThroughFilter"); \ +static_assert(sizeof(AssetRegistry_RunAssetsThroughFilter) == 0x000100, "Wrong size on AssetRegistry_RunAssetsThroughFilter"); \ +static_assert(offsetof(AssetRegistry_RunAssetsThroughFilter, AssetDataList) == 0x000000, "Member 'AssetRegistry_RunAssetsThroughFilter::AssetDataList' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_RunAssetsThroughFilter, Filter) == 0x000010, "Member 'AssetRegistry_RunAssetsThroughFilter::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_UseFilterToExcludeAssets \ +static_assert(alignof(AssetRegistry_UseFilterToExcludeAssets) == 0x000008, "Wrong alignment on AssetRegistry_UseFilterToExcludeAssets"); \ +static_assert(sizeof(AssetRegistry_UseFilterToExcludeAssets) == 0x000100, "Wrong size on AssetRegistry_UseFilterToExcludeAssets"); \ +static_assert(offsetof(AssetRegistry_UseFilterToExcludeAssets, AssetDataList) == 0x000000, "Member 'AssetRegistry_UseFilterToExcludeAssets::AssetDataList' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_UseFilterToExcludeAssets, Filter) == 0x000010, "Member 'AssetRegistry_UseFilterToExcludeAssets::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAssetRegistry \ +static_assert(alignof(IAssetRegistry) == 0x000001, "Wrong alignment on IAssetRegistry"); \ +static_assert(sizeof(IAssetRegistry) == 0x000001, "Wrong size on IAssetRegistry"); \ + +#define DUMPER7_ASSERTS_FGameplayTag \ +static_assert(alignof(FGameplayTag) == 0x000004, "Wrong alignment on FGameplayTag"); \ +static_assert(sizeof(FGameplayTag) == 0x00000C, "Wrong size on FGameplayTag"); \ +static_assert(offsetof(FGameplayTag, TagName) == 0x000000, "Member 'FGameplayTag::TagName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagContainer \ +static_assert(alignof(FGameplayTagContainer) == 0x000008, "Wrong alignment on FGameplayTagContainer"); \ +static_assert(sizeof(FGameplayTagContainer) == 0x000020, "Wrong size on FGameplayTagContainer"); \ +static_assert(offsetof(FGameplayTagContainer, GameplayTags) == 0x000000, "Member 'FGameplayTagContainer::GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagContainer, ParentTags) == 0x000010, "Member 'FGameplayTagContainer::ParentTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagNode \ +static_assert(alignof(FGameplayTagNode) == 0x000008, "Wrong alignment on FGameplayTagNode"); \ +static_assert(sizeof(FGameplayTagNode) == 0x000058, "Wrong size on FGameplayTagNode"); \ + +#define DUMPER7_ASSERTS_FGameplayTagQuery \ +static_assert(alignof(FGameplayTagQuery) == 0x000008, "Wrong alignment on FGameplayTagQuery"); \ +static_assert(sizeof(FGameplayTagQuery) == 0x000048, "Wrong size on FGameplayTagQuery"); \ +static_assert(offsetof(FGameplayTagQuery, TokenStreamVersion) == 0x000000, "Member 'FGameplayTagQuery::TokenStreamVersion' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagQuery, TagDictionary) == 0x000008, "Member 'FGameplayTagQuery::TagDictionary' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagQuery, QueryTokenStream) == 0x000018, "Member 'FGameplayTagQuery::QueryTokenStream' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagQuery, UserDescription) == 0x000028, "Member 'FGameplayTagQuery::UserDescription' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagQuery, AutoDescription) == 0x000038, "Member 'FGameplayTagQuery::AutoDescription' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagCreationWidgetHelper \ +static_assert(alignof(FGameplayTagCreationWidgetHelper) == 0x000001, "Wrong alignment on FGameplayTagCreationWidgetHelper"); \ +static_assert(sizeof(FGameplayTagCreationWidgetHelper) == 0x000001, "Wrong size on FGameplayTagCreationWidgetHelper"); \ + +#define DUMPER7_ASSERTS_FGameplayTagReferenceHelper \ +static_assert(alignof(FGameplayTagReferenceHelper) == 0x000008, "Wrong alignment on FGameplayTagReferenceHelper"); \ +static_assert(sizeof(FGameplayTagReferenceHelper) == 0x000010, "Wrong size on FGameplayTagReferenceHelper"); \ + +#define DUMPER7_ASSERTS_FGameplayTagRedirect \ +static_assert(alignof(FGameplayTagRedirect) == 0x000004, "Wrong alignment on FGameplayTagRedirect"); \ +static_assert(sizeof(FGameplayTagRedirect) == 0x000018, "Wrong size on FGameplayTagRedirect"); \ +static_assert(offsetof(FGameplayTagRedirect, OldTagName) == 0x000000, "Member 'FGameplayTagRedirect::OldTagName' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagRedirect, NewTagName) == 0x00000C, "Member 'FGameplayTagRedirect::NewTagName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagSource \ +static_assert(alignof(FGameplayTagSource) == 0x000008, "Wrong alignment on FGameplayTagSource"); \ +static_assert(sizeof(FGameplayTagSource) == 0x000020, "Wrong size on FGameplayTagSource"); \ +static_assert(offsetof(FGameplayTagSource, SourceName) == 0x000000, "Member 'FGameplayTagSource::SourceName' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagSource, SourceType) == 0x00000C, "Member 'FGameplayTagSource::SourceType' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagSource, SourceTagList) == 0x000010, "Member 'FGameplayTagSource::SourceTagList' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagSource, SourceRestrictedTagList) == 0x000018, "Member 'FGameplayTagSource::SourceRestrictedTagList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagTableRow \ +static_assert(alignof(FGameplayTagTableRow) == 0x000008, "Wrong alignment on FGameplayTagTableRow"); \ +static_assert(sizeof(FGameplayTagTableRow) == 0x000028, "Wrong size on FGameplayTagTableRow"); \ +static_assert(offsetof(FGameplayTagTableRow, Tag) == 0x000008, "Member 'FGameplayTagTableRow::Tag' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagTableRow, DevComment) == 0x000018, "Member 'FGameplayTagTableRow::DevComment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRestrictedGameplayTagTableRow \ +static_assert(alignof(FRestrictedGameplayTagTableRow) == 0x000008, "Wrong alignment on FRestrictedGameplayTagTableRow"); \ +static_assert(sizeof(FRestrictedGameplayTagTableRow) == 0x000030, "Wrong size on FRestrictedGameplayTagTableRow"); \ +static_assert(offsetof(FRestrictedGameplayTagTableRow, bAllowNonRestrictedChildren) == 0x000028, "Member 'FRestrictedGameplayTagTableRow::bAllowNonRestrictedChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRestrictedConfigInfo \ +static_assert(alignof(FRestrictedConfigInfo) == 0x000008, "Wrong alignment on FRestrictedConfigInfo"); \ +static_assert(sizeof(FRestrictedConfigInfo) == 0x000020, "Wrong size on FRestrictedConfigInfo"); \ +static_assert(offsetof(FRestrictedConfigInfo, RestrictedConfigName) == 0x000000, "Member 'FRestrictedConfigInfo::RestrictedConfigName' has a wrong offset!"); \ +static_assert(offsetof(FRestrictedConfigInfo, Owners) == 0x000010, "Member 'FRestrictedConfigInfo::Owners' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagCategoryRemap \ +static_assert(alignof(FGameplayTagCategoryRemap) == 0x000008, "Wrong alignment on FGameplayTagCategoryRemap"); \ +static_assert(sizeof(FGameplayTagCategoryRemap) == 0x000020, "Wrong size on FGameplayTagCategoryRemap"); \ +static_assert(offsetof(FGameplayTagCategoryRemap, BaseCategory) == 0x000000, "Member 'FGameplayTagCategoryRemap::BaseCategory' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagCategoryRemap, RemapCategories) == 0x000010, "Member 'FGameplayTagCategoryRemap::RemapCategories' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_AddGameplayTag \ +static_assert(alignof(BlueprintGameplayTagLibrary_AddGameplayTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_AddGameplayTag"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_AddGameplayTag) == 0x000030, "Wrong size on BlueprintGameplayTagLibrary_AddGameplayTag"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_AddGameplayTag, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_AddGameplayTag::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_AddGameplayTag, Tag) == 0x000020, "Member 'BlueprintGameplayTagLibrary_AddGameplayTag::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_AppendGameplayTagContainers \ +static_assert(alignof(BlueprintGameplayTagLibrary_AppendGameplayTagContainers) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_AppendGameplayTagContainers"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_AppendGameplayTagContainers) == 0x000040, "Wrong size on BlueprintGameplayTagLibrary_AppendGameplayTagContainers"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_AppendGameplayTagContainers, InOutTagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_AppendGameplayTagContainers::InOutTagContainer' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_AppendGameplayTagContainers, InTagContainer) == 0x000020, "Member 'BlueprintGameplayTagLibrary_AppendGameplayTagContainers::InTagContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_BreakGameplayTagContainer \ +static_assert(alignof(BlueprintGameplayTagLibrary_BreakGameplayTagContainer) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_BreakGameplayTagContainer"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_BreakGameplayTagContainer) == 0x000030, "Wrong size on BlueprintGameplayTagLibrary_BreakGameplayTagContainer"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_BreakGameplayTagContainer, GameplayTagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_BreakGameplayTagContainer::GameplayTagContainer' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_BreakGameplayTagContainer, GameplayTags) == 0x000020, "Member 'BlueprintGameplayTagLibrary_BreakGameplayTagContainer::GameplayTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery \ +static_assert(alignof(BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery) == 0x000070, "Wrong size on BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery, TagQuery) == 0x000020, "Member 'BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery::TagQuery' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery, ReturnValue) == 0x000068, "Member 'BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag \ +static_assert(alignof(BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag) == 0x000020, "Wrong size on BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag, TagContainerInterface) == 0x000000, "Member 'BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag::TagContainerInterface' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag, Tag) == 0x000010, "Member 'BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag, ReturnValue) == 0x00001C, "Member 'BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_EqualEqual_GameplayTag \ +static_assert(alignof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTag) == 0x000004, "Wrong alignment on BlueprintGameplayTagLibrary_EqualEqual_GameplayTag"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTag) == 0x00001C, "Wrong size on BlueprintGameplayTagLibrary_EqualEqual_GameplayTag"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTag, A) == 0x000000, "Member 'BlueprintGameplayTagLibrary_EqualEqual_GameplayTag::A' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTag, B) == 0x00000C, "Member 'BlueprintGameplayTagLibrary_EqualEqual_GameplayTag::B' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTag, ReturnValue) == 0x000018, "Member 'BlueprintGameplayTagLibrary_EqualEqual_GameplayTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer \ +static_assert(alignof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer) == 0x000048, "Wrong size on BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer, A) == 0x000000, "Member 'BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer::A' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer, B) == 0x000020, "Member 'BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer::B' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer, ReturnValue) == 0x000040, "Member 'BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery \ +static_assert(alignof(BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery) == 0x000068, "Wrong size on BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery, WorldContextObject) == 0x000000, "Member 'BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery, ActorClass) == 0x000008, "Member 'BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery, GameplayTagQuery) == 0x000010, "Member 'BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery::GameplayTagQuery' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery, OutActors) == 0x000058, "Member 'BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag \ +static_assert(alignof(BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag) == 0x000020, "Wrong size on BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag, GameplayTag) == 0x000000, "Member 'BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag::GameplayTag' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag, ReturnValue) == 0x000010, "Member 'BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer \ +static_assert(alignof(BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer) == 0x000030, "Wrong size on BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer, ReturnValue) == 0x000020, "Member 'BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer \ +static_assert(alignof(BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer) == 0x000028, "Wrong size on BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer, ReturnValue) == 0x000020, "Member 'BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_GetTagName \ +static_assert(alignof(BlueprintGameplayTagLibrary_GetTagName) == 0x000004, "Wrong alignment on BlueprintGameplayTagLibrary_GetTagName"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_GetTagName) == 0x000018, "Wrong size on BlueprintGameplayTagLibrary_GetTagName"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_GetTagName, GameplayTag) == 0x000000, "Member 'BlueprintGameplayTagLibrary_GetTagName::GameplayTag' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_GetTagName, ReturnValue) == 0x00000C, "Member 'BlueprintGameplayTagLibrary_GetTagName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags \ +static_assert(alignof(BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags) == 0x000038, "Wrong size on BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags, TagContainerInterface) == 0x000000, "Member 'BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags::TagContainerInterface' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags, OtherContainer) == 0x000010, "Member 'BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags::OtherContainer' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags, ReturnValue) == 0x000030, "Member 'BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_HasAllTags \ +static_assert(alignof(BlueprintGameplayTagLibrary_HasAllTags) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_HasAllTags"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_HasAllTags) == 0x000048, "Wrong size on BlueprintGameplayTagLibrary_HasAllTags"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasAllTags, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_HasAllTags::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasAllTags, OtherContainer) == 0x000020, "Member 'BlueprintGameplayTagLibrary_HasAllTags::OtherContainer' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasAllTags, bExactMatch) == 0x000040, "Member 'BlueprintGameplayTagLibrary_HasAllTags::bExactMatch' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasAllTags, ReturnValue) == 0x000041, "Member 'BlueprintGameplayTagLibrary_HasAllTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_HasAnyTags \ +static_assert(alignof(BlueprintGameplayTagLibrary_HasAnyTags) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_HasAnyTags"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_HasAnyTags) == 0x000048, "Wrong size on BlueprintGameplayTagLibrary_HasAnyTags"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasAnyTags, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_HasAnyTags::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasAnyTags, OtherContainer) == 0x000020, "Member 'BlueprintGameplayTagLibrary_HasAnyTags::OtherContainer' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasAnyTags, bExactMatch) == 0x000040, "Member 'BlueprintGameplayTagLibrary_HasAnyTags::bExactMatch' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasAnyTags, ReturnValue) == 0x000041, "Member 'BlueprintGameplayTagLibrary_HasAnyTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_HasTag \ +static_assert(alignof(BlueprintGameplayTagLibrary_HasTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_HasTag"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_HasTag) == 0x000030, "Wrong size on BlueprintGameplayTagLibrary_HasTag"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasTag, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_HasTag::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasTag, Tag) == 0x000020, "Member 'BlueprintGameplayTagLibrary_HasTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasTag, bExactMatch) == 0x00002C, "Member 'BlueprintGameplayTagLibrary_HasTag::bExactMatch' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasTag, ReturnValue) == 0x00002D, "Member 'BlueprintGameplayTagLibrary_HasTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_IsGameplayTagValid \ +static_assert(alignof(BlueprintGameplayTagLibrary_IsGameplayTagValid) == 0x000004, "Wrong alignment on BlueprintGameplayTagLibrary_IsGameplayTagValid"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_IsGameplayTagValid) == 0x000010, "Wrong size on BlueprintGameplayTagLibrary_IsGameplayTagValid"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_IsGameplayTagValid, GameplayTag) == 0x000000, "Member 'BlueprintGameplayTagLibrary_IsGameplayTagValid::GameplayTag' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_IsGameplayTagValid, ReturnValue) == 0x00000C, "Member 'BlueprintGameplayTagLibrary_IsGameplayTagValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_IsTagQueryEmpty \ +static_assert(alignof(BlueprintGameplayTagLibrary_IsTagQueryEmpty) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_IsTagQueryEmpty"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_IsTagQueryEmpty) == 0x000050, "Wrong size on BlueprintGameplayTagLibrary_IsTagQueryEmpty"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_IsTagQueryEmpty, TagQuery) == 0x000000, "Member 'BlueprintGameplayTagLibrary_IsTagQueryEmpty::TagQuery' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_IsTagQueryEmpty, ReturnValue) == 0x000048, "Member 'BlueprintGameplayTagLibrary_IsTagQueryEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray \ +static_assert(alignof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray) == 0x000030, "Wrong size on BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray, GameplayTags) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray::GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray, ReturnValue) == 0x000010, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag \ +static_assert(alignof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag) == 0x000030, "Wrong size on BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag, SingleTag) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag::SingleTag' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag, ReturnValue) == 0x000010, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MakeGameplayTagQuery \ +static_assert(alignof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_MakeGameplayTagQuery"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery) == 0x000090, "Wrong size on BlueprintGameplayTagLibrary_MakeGameplayTagQuery"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery, TagQuery) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagQuery::TagQuery' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery, ReturnValue) == 0x000048, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MakeLiteralGameplayTag \ +static_assert(alignof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTag) == 0x000004, "Wrong alignment on BlueprintGameplayTagLibrary_MakeLiteralGameplayTag"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTag) == 0x000018, "Wrong size on BlueprintGameplayTagLibrary_MakeLiteralGameplayTag"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTag, Value) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MakeLiteralGameplayTag::Value' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTag, ReturnValue) == 0x00000C, "Member 'BlueprintGameplayTagLibrary_MakeLiteralGameplayTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer \ +static_assert(alignof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer) == 0x000040, "Wrong size on BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer, Value) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer::Value' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer, ReturnValue) == 0x000020, "Member 'BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MatchesAnyTags \ +static_assert(alignof(BlueprintGameplayTagLibrary_MatchesAnyTags) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_MatchesAnyTags"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_MatchesAnyTags) == 0x000038, "Wrong size on BlueprintGameplayTagLibrary_MatchesAnyTags"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesAnyTags, TagOne) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MatchesAnyTags::TagOne' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesAnyTags, OtherContainer) == 0x000010, "Member 'BlueprintGameplayTagLibrary_MatchesAnyTags::OtherContainer' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesAnyTags, bExactMatch) == 0x000030, "Member 'BlueprintGameplayTagLibrary_MatchesAnyTags::bExactMatch' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesAnyTags, ReturnValue) == 0x000031, "Member 'BlueprintGameplayTagLibrary_MatchesAnyTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MatchesTag \ +static_assert(alignof(BlueprintGameplayTagLibrary_MatchesTag) == 0x000004, "Wrong alignment on BlueprintGameplayTagLibrary_MatchesTag"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_MatchesTag) == 0x00001C, "Wrong size on BlueprintGameplayTagLibrary_MatchesTag"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesTag, TagOne) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MatchesTag::TagOne' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesTag, TagTwo) == 0x00000C, "Member 'BlueprintGameplayTagLibrary_MatchesTag::TagTwo' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesTag, bExactMatch) == 0x000018, "Member 'BlueprintGameplayTagLibrary_MatchesTag::bExactMatch' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesTag, ReturnValue) == 0x000019, "Member 'BlueprintGameplayTagLibrary_MatchesTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_NotEqual_GameplayTag \ +static_assert(alignof(BlueprintGameplayTagLibrary_NotEqual_GameplayTag) == 0x000004, "Wrong alignment on BlueprintGameplayTagLibrary_NotEqual_GameplayTag"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_NotEqual_GameplayTag) == 0x00001C, "Wrong size on BlueprintGameplayTagLibrary_NotEqual_GameplayTag"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_GameplayTag, A) == 0x000000, "Member 'BlueprintGameplayTagLibrary_NotEqual_GameplayTag::A' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_GameplayTag, B) == 0x00000C, "Member 'BlueprintGameplayTagLibrary_NotEqual_GameplayTag::B' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_GameplayTag, ReturnValue) == 0x000018, "Member 'BlueprintGameplayTagLibrary_NotEqual_GameplayTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer \ +static_assert(alignof(BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer) == 0x000048, "Wrong size on BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer, A) == 0x000000, "Member 'BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer::A' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer, B) == 0x000020, "Member 'BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer::B' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer, ReturnValue) == 0x000040, "Member 'BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer \ +static_assert(alignof(BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer) == 0x000038, "Wrong size on BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer, A) == 0x000000, "Member 'BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer::A' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer, B) == 0x000020, "Member 'BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer::B' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer, ReturnValue) == 0x000030, "Member 'BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_NotEqual_TagTag \ +static_assert(alignof(BlueprintGameplayTagLibrary_NotEqual_TagTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_NotEqual_TagTag"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_NotEqual_TagTag) == 0x000028, "Wrong size on BlueprintGameplayTagLibrary_NotEqual_TagTag"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_TagTag, A) == 0x000000, "Member 'BlueprintGameplayTagLibrary_NotEqual_TagTag::A' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_TagTag, B) == 0x000010, "Member 'BlueprintGameplayTagLibrary_NotEqual_TagTag::B' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_TagTag, ReturnValue) == 0x000020, "Member 'BlueprintGameplayTagLibrary_NotEqual_TagTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_RemoveGameplayTag \ +static_assert(alignof(BlueprintGameplayTagLibrary_RemoveGameplayTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_RemoveGameplayTag"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_RemoveGameplayTag) == 0x000030, "Wrong size on BlueprintGameplayTagLibrary_RemoveGameplayTag"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_RemoveGameplayTag, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_RemoveGameplayTag::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_RemoveGameplayTag, Tag) == 0x000020, "Member 'BlueprintGameplayTagLibrary_RemoveGameplayTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_RemoveGameplayTag, ReturnValue) == 0x00002C, "Member 'BlueprintGameplayTagLibrary_RemoveGameplayTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintGameplayTagLibrary \ +static_assert(alignof(UBlueprintGameplayTagLibrary) == 0x000008, "Wrong alignment on UBlueprintGameplayTagLibrary"); \ +static_assert(sizeof(UBlueprintGameplayTagLibrary) == 0x000030, "Wrong size on UBlueprintGameplayTagLibrary"); \ + +#define DUMPER7_ASSERTS_GameplayTagAssetInterface_GetOwnedGameplayTags \ +static_assert(alignof(GameplayTagAssetInterface_GetOwnedGameplayTags) == 0x000008, "Wrong alignment on GameplayTagAssetInterface_GetOwnedGameplayTags"); \ +static_assert(sizeof(GameplayTagAssetInterface_GetOwnedGameplayTags) == 0x000020, "Wrong size on GameplayTagAssetInterface_GetOwnedGameplayTags"); \ +static_assert(offsetof(GameplayTagAssetInterface_GetOwnedGameplayTags, TagContainer) == 0x000000, "Member 'GameplayTagAssetInterface_GetOwnedGameplayTags::TagContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayTagAssetInterface_HasAllMatchingGameplayTags \ +static_assert(alignof(GameplayTagAssetInterface_HasAllMatchingGameplayTags) == 0x000008, "Wrong alignment on GameplayTagAssetInterface_HasAllMatchingGameplayTags"); \ +static_assert(sizeof(GameplayTagAssetInterface_HasAllMatchingGameplayTags) == 0x000028, "Wrong size on GameplayTagAssetInterface_HasAllMatchingGameplayTags"); \ +static_assert(offsetof(GameplayTagAssetInterface_HasAllMatchingGameplayTags, TagContainer) == 0x000000, "Member 'GameplayTagAssetInterface_HasAllMatchingGameplayTags::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(GameplayTagAssetInterface_HasAllMatchingGameplayTags, ReturnValue) == 0x000020, "Member 'GameplayTagAssetInterface_HasAllMatchingGameplayTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayTagAssetInterface_HasAnyMatchingGameplayTags \ +static_assert(alignof(GameplayTagAssetInterface_HasAnyMatchingGameplayTags) == 0x000008, "Wrong alignment on GameplayTagAssetInterface_HasAnyMatchingGameplayTags"); \ +static_assert(sizeof(GameplayTagAssetInterface_HasAnyMatchingGameplayTags) == 0x000028, "Wrong size on GameplayTagAssetInterface_HasAnyMatchingGameplayTags"); \ +static_assert(offsetof(GameplayTagAssetInterface_HasAnyMatchingGameplayTags, TagContainer) == 0x000000, "Member 'GameplayTagAssetInterface_HasAnyMatchingGameplayTags::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(GameplayTagAssetInterface_HasAnyMatchingGameplayTags, ReturnValue) == 0x000020, "Member 'GameplayTagAssetInterface_HasAnyMatchingGameplayTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayTagAssetInterface_HasMatchingGameplayTag \ +static_assert(alignof(GameplayTagAssetInterface_HasMatchingGameplayTag) == 0x000004, "Wrong alignment on GameplayTagAssetInterface_HasMatchingGameplayTag"); \ +static_assert(sizeof(GameplayTagAssetInterface_HasMatchingGameplayTag) == 0x000010, "Wrong size on GameplayTagAssetInterface_HasMatchingGameplayTag"); \ +static_assert(offsetof(GameplayTagAssetInterface_HasMatchingGameplayTag, TagToCheck) == 0x000000, "Member 'GameplayTagAssetInterface_HasMatchingGameplayTag::TagToCheck' has a wrong offset!"); \ +static_assert(offsetof(GameplayTagAssetInterface_HasMatchingGameplayTag, ReturnValue) == 0x00000C, "Member 'GameplayTagAssetInterface_HasMatchingGameplayTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGameplayTagAssetInterface \ +static_assert(alignof(IGameplayTagAssetInterface) == 0x000001, "Wrong alignment on IGameplayTagAssetInterface"); \ +static_assert(sizeof(IGameplayTagAssetInterface) == 0x000001, "Wrong size on IGameplayTagAssetInterface"); \ + +#define DUMPER7_ASSERTS_UEditableGameplayTagQuery \ +static_assert(alignof(UEditableGameplayTagQuery) == 0x000008, "Wrong alignment on UEditableGameplayTagQuery"); \ +static_assert(sizeof(UEditableGameplayTagQuery) == 0x0000A0, "Wrong size on UEditableGameplayTagQuery"); \ +static_assert(offsetof(UEditableGameplayTagQuery, UserDescription) == 0x000030, "Member 'UEditableGameplayTagQuery::UserDescription' has a wrong offset!"); \ +static_assert(offsetof(UEditableGameplayTagQuery, RootExpression) == 0x000050, "Member 'UEditableGameplayTagQuery::RootExpression' has a wrong offset!"); \ +static_assert(offsetof(UEditableGameplayTagQuery, TagQueryExportText_Helper) == 0x000058, "Member 'UEditableGameplayTagQuery::TagQueryExportText_Helper' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression \ +static_assert(alignof(UEditableGameplayTagQueryExpression) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression"); \ +static_assert(sizeof(UEditableGameplayTagQueryExpression) == 0x000030, "Wrong size on UEditableGameplayTagQueryExpression"); \ + +#define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_AnyTagsMatch \ +static_assert(alignof(UEditableGameplayTagQueryExpression_AnyTagsMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_AnyTagsMatch"); \ +static_assert(sizeof(UEditableGameplayTagQueryExpression_AnyTagsMatch) == 0x000050, "Wrong size on UEditableGameplayTagQueryExpression_AnyTagsMatch"); \ +static_assert(offsetof(UEditableGameplayTagQueryExpression_AnyTagsMatch, Tags) == 0x000030, "Member 'UEditableGameplayTagQueryExpression_AnyTagsMatch::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_AllTagsMatch \ +static_assert(alignof(UEditableGameplayTagQueryExpression_AllTagsMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_AllTagsMatch"); \ +static_assert(sizeof(UEditableGameplayTagQueryExpression_AllTagsMatch) == 0x000050, "Wrong size on UEditableGameplayTagQueryExpression_AllTagsMatch"); \ +static_assert(offsetof(UEditableGameplayTagQueryExpression_AllTagsMatch, Tags) == 0x000030, "Member 'UEditableGameplayTagQueryExpression_AllTagsMatch::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_NoTagsMatch \ +static_assert(alignof(UEditableGameplayTagQueryExpression_NoTagsMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_NoTagsMatch"); \ +static_assert(sizeof(UEditableGameplayTagQueryExpression_NoTagsMatch) == 0x000050, "Wrong size on UEditableGameplayTagQueryExpression_NoTagsMatch"); \ +static_assert(offsetof(UEditableGameplayTagQueryExpression_NoTagsMatch, Tags) == 0x000030, "Member 'UEditableGameplayTagQueryExpression_NoTagsMatch::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_AnyExprMatch \ +static_assert(alignof(UEditableGameplayTagQueryExpression_AnyExprMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_AnyExprMatch"); \ +static_assert(sizeof(UEditableGameplayTagQueryExpression_AnyExprMatch) == 0x000040, "Wrong size on UEditableGameplayTagQueryExpression_AnyExprMatch"); \ +static_assert(offsetof(UEditableGameplayTagQueryExpression_AnyExprMatch, Expressions) == 0x000030, "Member 'UEditableGameplayTagQueryExpression_AnyExprMatch::Expressions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_AllExprMatch \ +static_assert(alignof(UEditableGameplayTagQueryExpression_AllExprMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_AllExprMatch"); \ +static_assert(sizeof(UEditableGameplayTagQueryExpression_AllExprMatch) == 0x000040, "Wrong size on UEditableGameplayTagQueryExpression_AllExprMatch"); \ +static_assert(offsetof(UEditableGameplayTagQueryExpression_AllExprMatch, Expressions) == 0x000030, "Member 'UEditableGameplayTagQueryExpression_AllExprMatch::Expressions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_NoExprMatch \ +static_assert(alignof(UEditableGameplayTagQueryExpression_NoExprMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_NoExprMatch"); \ +static_assert(sizeof(UEditableGameplayTagQueryExpression_NoExprMatch) == 0x000040, "Wrong size on UEditableGameplayTagQueryExpression_NoExprMatch"); \ +static_assert(offsetof(UEditableGameplayTagQueryExpression_NoExprMatch, Expressions) == 0x000030, "Member 'UEditableGameplayTagQueryExpression_NoExprMatch::Expressions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTagsManager \ +static_assert(alignof(UGameplayTagsManager) == 0x000008, "Wrong alignment on UGameplayTagsManager"); \ +static_assert(sizeof(UGameplayTagsManager) == 0x000248, "Wrong size on UGameplayTagsManager"); \ +static_assert(offsetof(UGameplayTagsManager, TagSources) == 0x000168, "Member 'UGameplayTagsManager::TagSources' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsManager, GameplayTagTables) == 0x000238, "Member 'UGameplayTagsManager::GameplayTagTables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTagsList \ +static_assert(alignof(UGameplayTagsList) == 0x000008, "Wrong alignment on UGameplayTagsList"); \ +static_assert(sizeof(UGameplayTagsList) == 0x000050, "Wrong size on UGameplayTagsList"); \ +static_assert(offsetof(UGameplayTagsList, ConfigFileName) == 0x000030, "Member 'UGameplayTagsList::ConfigFileName' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsList, GameplayTagList) == 0x000040, "Member 'UGameplayTagsList::GameplayTagList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URestrictedGameplayTagsList \ +static_assert(alignof(URestrictedGameplayTagsList) == 0x000008, "Wrong alignment on URestrictedGameplayTagsList"); \ +static_assert(sizeof(URestrictedGameplayTagsList) == 0x000050, "Wrong size on URestrictedGameplayTagsList"); \ +static_assert(offsetof(URestrictedGameplayTagsList, ConfigFileName) == 0x000030, "Member 'URestrictedGameplayTagsList::ConfigFileName' has a wrong offset!"); \ +static_assert(offsetof(URestrictedGameplayTagsList, RestrictedGameplayTagList) == 0x000040, "Member 'URestrictedGameplayTagsList::RestrictedGameplayTagList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTagsSettings \ +static_assert(alignof(UGameplayTagsSettings) == 0x000008, "Wrong alignment on UGameplayTagsSettings"); \ +static_assert(sizeof(UGameplayTagsSettings) == 0x0000C0, "Wrong size on UGameplayTagsSettings"); \ +static_assert(offsetof(UGameplayTagsSettings, ImportTagsFromConfig) == 0x000050, "Member 'UGameplayTagsSettings::ImportTagsFromConfig' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, WarnOnInvalidTags) == 0x000051, "Member 'UGameplayTagsSettings::WarnOnInvalidTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, ClearInvalidTags) == 0x000052, "Member 'UGameplayTagsSettings::ClearInvalidTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, FastReplication) == 0x000053, "Member 'UGameplayTagsSettings::FastReplication' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, InvalidTagCharacters) == 0x000058, "Member 'UGameplayTagsSettings::InvalidTagCharacters' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, CategoryRemapping) == 0x000068, "Member 'UGameplayTagsSettings::CategoryRemapping' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, GameplayTagTableList) == 0x000078, "Member 'UGameplayTagsSettings::GameplayTagTableList' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, GameplayTagRedirects) == 0x000088, "Member 'UGameplayTagsSettings::GameplayTagRedirects' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, CommonlyReplicatedTags) == 0x000098, "Member 'UGameplayTagsSettings::CommonlyReplicatedTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, NumBitsForContainerSize) == 0x0000A8, "Member 'UGameplayTagsSettings::NumBitsForContainerSize' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, NetIndexFirstBitSegment) == 0x0000AC, "Member 'UGameplayTagsSettings::NetIndexFirstBitSegment' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, RestrictedConfigFiles) == 0x0000B0, "Member 'UGameplayTagsSettings::RestrictedConfigFiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTagsDeveloperSettings \ +static_assert(alignof(UGameplayTagsDeveloperSettings) == 0x000008, "Wrong alignment on UGameplayTagsDeveloperSettings"); \ +static_assert(sizeof(UGameplayTagsDeveloperSettings) == 0x000068, "Wrong size on UGameplayTagsDeveloperSettings"); \ +static_assert(offsetof(UGameplayTagsDeveloperSettings, DeveloperConfigName) == 0x000048, "Member 'UGameplayTagsDeveloperSettings::DeveloperConfigName' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsDeveloperSettings, FavoriteTagSource) == 0x000058, "Member 'UGameplayTagsDeveloperSettings::FavoriteTagSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCS_FragGrenade_C \ +static_assert(alignof(UCS_FragGrenade_C) == 0x000010, "Wrong alignment on UCS_FragGrenade_C"); \ +static_assert(sizeof(UCS_FragGrenade_C) == 0x0001B0, "Wrong size on UCS_FragGrenade_C"); \ + +#define DUMPER7_ASSERTS_FElementID \ +static_assert(alignof(FElementID) == 0x000004, "Wrong alignment on FElementID"); \ +static_assert(sizeof(FElementID) == 0x000004, "Wrong size on FElementID"); \ +static_assert(offsetof(FElementID, IDValue) == 0x000000, "Member 'FElementID::IDValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEdgeID \ +static_assert(alignof(FEdgeID) == 0x000004, "Wrong alignment on FEdgeID"); \ +static_assert(sizeof(FEdgeID) == 0x000004, "Wrong size on FEdgeID"); \ + +#define DUMPER7_ASSERTS_FVertexID \ +static_assert(alignof(FVertexID) == 0x000004, "Wrong alignment on FVertexID"); \ +static_assert(sizeof(FVertexID) == 0x000004, "Wrong size on FVertexID"); \ + +#define DUMPER7_ASSERTS_FPolygonGroupID \ +static_assert(alignof(FPolygonGroupID) == 0x000004, "Wrong alignment on FPolygonGroupID"); \ +static_assert(sizeof(FPolygonGroupID) == 0x000004, "Wrong size on FPolygonGroupID"); \ + +#define DUMPER7_ASSERTS_FPolygonID \ +static_assert(alignof(FPolygonID) == 0x000004, "Wrong alignment on FPolygonID"); \ +static_assert(sizeof(FPolygonID) == 0x000004, "Wrong size on FPolygonID"); \ + +#define DUMPER7_ASSERTS_FVertexInstanceID \ +static_assert(alignof(FVertexInstanceID) == 0x000004, "Wrong alignment on FVertexInstanceID"); \ +static_assert(sizeof(FVertexInstanceID) == 0x000004, "Wrong size on FVertexInstanceID"); \ + +#define DUMPER7_ASSERTS_FTriangleID \ +static_assert(alignof(FTriangleID) == 0x000004, "Wrong alignment on FTriangleID"); \ +static_assert(sizeof(FTriangleID) == 0x000004, "Wrong size on FTriangleID"); \ + +#define DUMPER7_ASSERTS_UMeshDescription \ +static_assert(alignof(UMeshDescription) == 0x000008, "Wrong alignment on UMeshDescription"); \ +static_assert(sizeof(UMeshDescription) == 0x000030, "Wrong size on UMeshDescription"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_ComputePolygonTriangulation \ +static_assert(alignof(MeshDescriptionBase_ComputePolygonTriangulation) == 0x000004, "Wrong alignment on MeshDescriptionBase_ComputePolygonTriangulation"); \ +static_assert(sizeof(MeshDescriptionBase_ComputePolygonTriangulation) == 0x000004, "Wrong size on MeshDescriptionBase_ComputePolygonTriangulation"); \ +static_assert(offsetof(MeshDescriptionBase_ComputePolygonTriangulation, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_ComputePolygonTriangulation::PolygonID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreateEdge \ +static_assert(alignof(MeshDescriptionBase_CreateEdge) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreateEdge"); \ +static_assert(sizeof(MeshDescriptionBase_CreateEdge) == 0x00000C, "Wrong size on MeshDescriptionBase_CreateEdge"); \ +static_assert(offsetof(MeshDescriptionBase_CreateEdge, VertexID0) == 0x000000, "Member 'MeshDescriptionBase_CreateEdge::VertexID0' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateEdge, VertexID1) == 0x000004, "Member 'MeshDescriptionBase_CreateEdge::VertexID1' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateEdge, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_CreateEdge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreateEdgeWithID \ +static_assert(alignof(MeshDescriptionBase_CreateEdgeWithID) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreateEdgeWithID"); \ +static_assert(sizeof(MeshDescriptionBase_CreateEdgeWithID) == 0x00000C, "Wrong size on MeshDescriptionBase_CreateEdgeWithID"); \ +static_assert(offsetof(MeshDescriptionBase_CreateEdgeWithID, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_CreateEdgeWithID::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateEdgeWithID, VertexID0) == 0x000004, "Member 'MeshDescriptionBase_CreateEdgeWithID::VertexID0' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateEdgeWithID, VertexID1) == 0x000008, "Member 'MeshDescriptionBase_CreateEdgeWithID::VertexID1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreatePolygon \ +static_assert(alignof(MeshDescriptionBase_CreatePolygon) == 0x000008, "Wrong alignment on MeshDescriptionBase_CreatePolygon"); \ +static_assert(sizeof(MeshDescriptionBase_CreatePolygon) == 0x000030, "Wrong size on MeshDescriptionBase_CreatePolygon"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygon, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_CreatePolygon::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygon, VertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_CreatePolygon::VertexInstanceIDs' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygon, NewEdgeIDs) == 0x000018, "Member 'MeshDescriptionBase_CreatePolygon::NewEdgeIDs' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygon, ReturnValue) == 0x000028, "Member 'MeshDescriptionBase_CreatePolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreatePolygonGroup \ +static_assert(alignof(MeshDescriptionBase_CreatePolygonGroup) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreatePolygonGroup"); \ +static_assert(sizeof(MeshDescriptionBase_CreatePolygonGroup) == 0x000004, "Wrong size on MeshDescriptionBase_CreatePolygonGroup"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygonGroup, ReturnValue) == 0x000000, "Member 'MeshDescriptionBase_CreatePolygonGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreatePolygonGroupWithID \ +static_assert(alignof(MeshDescriptionBase_CreatePolygonGroupWithID) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreatePolygonGroupWithID"); \ +static_assert(sizeof(MeshDescriptionBase_CreatePolygonGroupWithID) == 0x000004, "Wrong size on MeshDescriptionBase_CreatePolygonGroupWithID"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygonGroupWithID, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_CreatePolygonGroupWithID::PolygonGroupID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreatePolygonWithID \ +static_assert(alignof(MeshDescriptionBase_CreatePolygonWithID) == 0x000008, "Wrong alignment on MeshDescriptionBase_CreatePolygonWithID"); \ +static_assert(sizeof(MeshDescriptionBase_CreatePolygonWithID) == 0x000028, "Wrong size on MeshDescriptionBase_CreatePolygonWithID"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygonWithID, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_CreatePolygonWithID::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygonWithID, PolygonGroupID) == 0x000004, "Member 'MeshDescriptionBase_CreatePolygonWithID::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygonWithID, VertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_CreatePolygonWithID::VertexInstanceIDs' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygonWithID, NewEdgeIDs) == 0x000018, "Member 'MeshDescriptionBase_CreatePolygonWithID::NewEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreateTriangle \ +static_assert(alignof(MeshDescriptionBase_CreateTriangle) == 0x000008, "Wrong alignment on MeshDescriptionBase_CreateTriangle"); \ +static_assert(sizeof(MeshDescriptionBase_CreateTriangle) == 0x000030, "Wrong size on MeshDescriptionBase_CreateTriangle"); \ +static_assert(offsetof(MeshDescriptionBase_CreateTriangle, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_CreateTriangle::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateTriangle, VertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_CreateTriangle::VertexInstanceIDs' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateTriangle, NewEdgeIDs) == 0x000018, "Member 'MeshDescriptionBase_CreateTriangle::NewEdgeIDs' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateTriangle, ReturnValue) == 0x000028, "Member 'MeshDescriptionBase_CreateTriangle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreateTriangleWithID \ +static_assert(alignof(MeshDescriptionBase_CreateTriangleWithID) == 0x000008, "Wrong alignment on MeshDescriptionBase_CreateTriangleWithID"); \ +static_assert(sizeof(MeshDescriptionBase_CreateTriangleWithID) == 0x000028, "Wrong size on MeshDescriptionBase_CreateTriangleWithID"); \ +static_assert(offsetof(MeshDescriptionBase_CreateTriangleWithID, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_CreateTriangleWithID::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateTriangleWithID, PolygonGroupID) == 0x000004, "Member 'MeshDescriptionBase_CreateTriangleWithID::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateTriangleWithID, VertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_CreateTriangleWithID::VertexInstanceIDs' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateTriangleWithID, NewEdgeIDs) == 0x000018, "Member 'MeshDescriptionBase_CreateTriangleWithID::NewEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreateVertex \ +static_assert(alignof(MeshDescriptionBase_CreateVertex) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreateVertex"); \ +static_assert(sizeof(MeshDescriptionBase_CreateVertex) == 0x000004, "Wrong size on MeshDescriptionBase_CreateVertex"); \ +static_assert(offsetof(MeshDescriptionBase_CreateVertex, ReturnValue) == 0x000000, "Member 'MeshDescriptionBase_CreateVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreateVertexInstance \ +static_assert(alignof(MeshDescriptionBase_CreateVertexInstance) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreateVertexInstance"); \ +static_assert(sizeof(MeshDescriptionBase_CreateVertexInstance) == 0x000008, "Wrong size on MeshDescriptionBase_CreateVertexInstance"); \ +static_assert(offsetof(MeshDescriptionBase_CreateVertexInstance, VertexID) == 0x000000, "Member 'MeshDescriptionBase_CreateVertexInstance::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateVertexInstance, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_CreateVertexInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreateVertexInstanceWithID \ +static_assert(alignof(MeshDescriptionBase_CreateVertexInstanceWithID) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreateVertexInstanceWithID"); \ +static_assert(sizeof(MeshDescriptionBase_CreateVertexInstanceWithID) == 0x000008, "Wrong size on MeshDescriptionBase_CreateVertexInstanceWithID"); \ +static_assert(offsetof(MeshDescriptionBase_CreateVertexInstanceWithID, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_CreateVertexInstanceWithID::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateVertexInstanceWithID, VertexID) == 0x000004, "Member 'MeshDescriptionBase_CreateVertexInstanceWithID::VertexID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreateVertexWithID \ +static_assert(alignof(MeshDescriptionBase_CreateVertexWithID) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreateVertexWithID"); \ +static_assert(sizeof(MeshDescriptionBase_CreateVertexWithID) == 0x000004, "Wrong size on MeshDescriptionBase_CreateVertexWithID"); \ +static_assert(offsetof(MeshDescriptionBase_CreateVertexWithID, VertexID) == 0x000000, "Member 'MeshDescriptionBase_CreateVertexWithID::VertexID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_DeleteEdge \ +static_assert(alignof(MeshDescriptionBase_DeleteEdge) == 0x000008, "Wrong alignment on MeshDescriptionBase_DeleteEdge"); \ +static_assert(sizeof(MeshDescriptionBase_DeleteEdge) == 0x000018, "Wrong size on MeshDescriptionBase_DeleteEdge"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteEdge, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_DeleteEdge::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteEdge, OrphanedVertices) == 0x000008, "Member 'MeshDescriptionBase_DeleteEdge::OrphanedVertices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_DeletePolygon \ +static_assert(alignof(MeshDescriptionBase_DeletePolygon) == 0x000008, "Wrong alignment on MeshDescriptionBase_DeletePolygon"); \ +static_assert(sizeof(MeshDescriptionBase_DeletePolygon) == 0x000038, "Wrong size on MeshDescriptionBase_DeletePolygon"); \ +static_assert(offsetof(MeshDescriptionBase_DeletePolygon, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_DeletePolygon::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_DeletePolygon, OrphanedEdges) == 0x000008, "Member 'MeshDescriptionBase_DeletePolygon::OrphanedEdges' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_DeletePolygon, OrphanedVertexInstances) == 0x000018, "Member 'MeshDescriptionBase_DeletePolygon::OrphanedVertexInstances' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_DeletePolygon, OrphanedPolygonGroups) == 0x000028, "Member 'MeshDescriptionBase_DeletePolygon::OrphanedPolygonGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_DeletePolygonGroup \ +static_assert(alignof(MeshDescriptionBase_DeletePolygonGroup) == 0x000004, "Wrong alignment on MeshDescriptionBase_DeletePolygonGroup"); \ +static_assert(sizeof(MeshDescriptionBase_DeletePolygonGroup) == 0x000004, "Wrong size on MeshDescriptionBase_DeletePolygonGroup"); \ +static_assert(offsetof(MeshDescriptionBase_DeletePolygonGroup, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_DeletePolygonGroup::PolygonGroupID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_DeleteTriangle \ +static_assert(alignof(MeshDescriptionBase_DeleteTriangle) == 0x000008, "Wrong alignment on MeshDescriptionBase_DeleteTriangle"); \ +static_assert(sizeof(MeshDescriptionBase_DeleteTriangle) == 0x000038, "Wrong size on MeshDescriptionBase_DeleteTriangle"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteTriangle, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_DeleteTriangle::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteTriangle, OrphanedEdges) == 0x000008, "Member 'MeshDescriptionBase_DeleteTriangle::OrphanedEdges' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteTriangle, OrphanedVertexInstances) == 0x000018, "Member 'MeshDescriptionBase_DeleteTriangle::OrphanedVertexInstances' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteTriangle, OrphanedPolygonGroupsPtr) == 0x000028, "Member 'MeshDescriptionBase_DeleteTriangle::OrphanedPolygonGroupsPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_DeleteVertex \ +static_assert(alignof(MeshDescriptionBase_DeleteVertex) == 0x000004, "Wrong alignment on MeshDescriptionBase_DeleteVertex"); \ +static_assert(sizeof(MeshDescriptionBase_DeleteVertex) == 0x000004, "Wrong size on MeshDescriptionBase_DeleteVertex"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteVertex, VertexID) == 0x000000, "Member 'MeshDescriptionBase_DeleteVertex::VertexID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_DeleteVertexInstance \ +static_assert(alignof(MeshDescriptionBase_DeleteVertexInstance) == 0x000008, "Wrong alignment on MeshDescriptionBase_DeleteVertexInstance"); \ +static_assert(sizeof(MeshDescriptionBase_DeleteVertexInstance) == 0x000018, "Wrong size on MeshDescriptionBase_DeleteVertexInstance"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteVertexInstance, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_DeleteVertexInstance::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteVertexInstance, OrphanedVertices) == 0x000008, "Member 'MeshDescriptionBase_DeleteVertexInstance::OrphanedVertices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_ReserveNewEdges \ +static_assert(alignof(MeshDescriptionBase_ReserveNewEdges) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReserveNewEdges"); \ +static_assert(sizeof(MeshDescriptionBase_ReserveNewEdges) == 0x000004, "Wrong size on MeshDescriptionBase_ReserveNewEdges"); \ +static_assert(offsetof(MeshDescriptionBase_ReserveNewEdges, NumberOfNewEdges) == 0x000000, "Member 'MeshDescriptionBase_ReserveNewEdges::NumberOfNewEdges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_ReserveNewPolygonGroups \ +static_assert(alignof(MeshDescriptionBase_ReserveNewPolygonGroups) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReserveNewPolygonGroups"); \ +static_assert(sizeof(MeshDescriptionBase_ReserveNewPolygonGroups) == 0x000004, "Wrong size on MeshDescriptionBase_ReserveNewPolygonGroups"); \ +static_assert(offsetof(MeshDescriptionBase_ReserveNewPolygonGroups, NumberOfNewPolygonGroups) == 0x000000, "Member 'MeshDescriptionBase_ReserveNewPolygonGroups::NumberOfNewPolygonGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_ReserveNewPolygons \ +static_assert(alignof(MeshDescriptionBase_ReserveNewPolygons) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReserveNewPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_ReserveNewPolygons) == 0x000004, "Wrong size on MeshDescriptionBase_ReserveNewPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_ReserveNewPolygons, NumberOfNewPolygons) == 0x000000, "Member 'MeshDescriptionBase_ReserveNewPolygons::NumberOfNewPolygons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_ReserveNewTriangles \ +static_assert(alignof(MeshDescriptionBase_ReserveNewTriangles) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReserveNewTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_ReserveNewTriangles) == 0x000004, "Wrong size on MeshDescriptionBase_ReserveNewTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_ReserveNewTriangles, NumberOfNewTriangles) == 0x000000, "Member 'MeshDescriptionBase_ReserveNewTriangles::NumberOfNewTriangles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_ReserveNewVertexInstances \ +static_assert(alignof(MeshDescriptionBase_ReserveNewVertexInstances) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReserveNewVertexInstances"); \ +static_assert(sizeof(MeshDescriptionBase_ReserveNewVertexInstances) == 0x000004, "Wrong size on MeshDescriptionBase_ReserveNewVertexInstances"); \ +static_assert(offsetof(MeshDescriptionBase_ReserveNewVertexInstances, NumberOfNewVertexInstances) == 0x000000, "Member 'MeshDescriptionBase_ReserveNewVertexInstances::NumberOfNewVertexInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_ReserveNewVertices \ +static_assert(alignof(MeshDescriptionBase_ReserveNewVertices) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReserveNewVertices"); \ +static_assert(sizeof(MeshDescriptionBase_ReserveNewVertices) == 0x000004, "Wrong size on MeshDescriptionBase_ReserveNewVertices"); \ +static_assert(offsetof(MeshDescriptionBase_ReserveNewVertices, NumberOfNewVertices) == 0x000000, "Member 'MeshDescriptionBase_ReserveNewVertices::NumberOfNewVertices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_ReversePolygonFacing \ +static_assert(alignof(MeshDescriptionBase_ReversePolygonFacing) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReversePolygonFacing"); \ +static_assert(sizeof(MeshDescriptionBase_ReversePolygonFacing) == 0x000004, "Wrong size on MeshDescriptionBase_ReversePolygonFacing"); \ +static_assert(offsetof(MeshDescriptionBase_ReversePolygonFacing, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_ReversePolygonFacing::PolygonID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_SetPolygonPolygonGroup \ +static_assert(alignof(MeshDescriptionBase_SetPolygonPolygonGroup) == 0x000004, "Wrong alignment on MeshDescriptionBase_SetPolygonPolygonGroup"); \ +static_assert(sizeof(MeshDescriptionBase_SetPolygonPolygonGroup) == 0x000008, "Wrong size on MeshDescriptionBase_SetPolygonPolygonGroup"); \ +static_assert(offsetof(MeshDescriptionBase_SetPolygonPolygonGroup, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_SetPolygonPolygonGroup::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_SetPolygonPolygonGroup, PolygonGroupID) == 0x000004, "Member 'MeshDescriptionBase_SetPolygonPolygonGroup::PolygonGroupID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_SetPolygonVertexInstance \ +static_assert(alignof(MeshDescriptionBase_SetPolygonVertexInstance) == 0x000004, "Wrong alignment on MeshDescriptionBase_SetPolygonVertexInstance"); \ +static_assert(sizeof(MeshDescriptionBase_SetPolygonVertexInstance) == 0x00000C, "Wrong size on MeshDescriptionBase_SetPolygonVertexInstance"); \ +static_assert(offsetof(MeshDescriptionBase_SetPolygonVertexInstance, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_SetPolygonVertexInstance::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_SetPolygonVertexInstance, PerimeterIndex) == 0x000004, "Member 'MeshDescriptionBase_SetPolygonVertexInstance::PerimeterIndex' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_SetPolygonVertexInstance, VertexInstanceID) == 0x000008, "Member 'MeshDescriptionBase_SetPolygonVertexInstance::VertexInstanceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_SetVertexPosition \ +static_assert(alignof(MeshDescriptionBase_SetVertexPosition) == 0x000004, "Wrong alignment on MeshDescriptionBase_SetVertexPosition"); \ +static_assert(sizeof(MeshDescriptionBase_SetVertexPosition) == 0x000010, "Wrong size on MeshDescriptionBase_SetVertexPosition"); \ +static_assert(offsetof(MeshDescriptionBase_SetVertexPosition, VertexID) == 0x000000, "Member 'MeshDescriptionBase_SetVertexPosition::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_SetVertexPosition, Position) == 0x000004, "Member 'MeshDescriptionBase_SetVertexPosition::Position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetEdgeConnectedPolygons \ +static_assert(alignof(MeshDescriptionBase_GetEdgeConnectedPolygons) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetEdgeConnectedPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetEdgeConnectedPolygons) == 0x000018, "Wrong size on MeshDescriptionBase_GetEdgeConnectedPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeConnectedPolygons, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_GetEdgeConnectedPolygons::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeConnectedPolygons, OutConnectedPolygonIDs) == 0x000008, "Member 'MeshDescriptionBase_GetEdgeConnectedPolygons::OutConnectedPolygonIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetEdgeConnectedTriangles \ +static_assert(alignof(MeshDescriptionBase_GetEdgeConnectedTriangles) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetEdgeConnectedTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetEdgeConnectedTriangles) == 0x000018, "Wrong size on MeshDescriptionBase_GetEdgeConnectedTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeConnectedTriangles, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_GetEdgeConnectedTriangles::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeConnectedTriangles, OutConnectedTriangleIDs) == 0x000008, "Member 'MeshDescriptionBase_GetEdgeConnectedTriangles::OutConnectedTriangleIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetEdgeVertex \ +static_assert(alignof(MeshDescriptionBase_GetEdgeVertex) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetEdgeVertex"); \ +static_assert(sizeof(MeshDescriptionBase_GetEdgeVertex) == 0x00000C, "Wrong size on MeshDescriptionBase_GetEdgeVertex"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeVertex, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_GetEdgeVertex::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeVertex, VertexNumber) == 0x000004, "Member 'MeshDescriptionBase_GetEdgeVertex::VertexNumber' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeVertex, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_GetEdgeVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetEdgeVertices \ +static_assert(alignof(MeshDescriptionBase_GetEdgeVertices) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetEdgeVertices"); \ +static_assert(sizeof(MeshDescriptionBase_GetEdgeVertices) == 0x000018, "Wrong size on MeshDescriptionBase_GetEdgeVertices"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeVertices, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_GetEdgeVertices::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeVertices, OutVertexIDs) == 0x000008, "Member 'MeshDescriptionBase_GetEdgeVertices::OutVertexIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumEdgeConnectedPolygons \ +static_assert(alignof(MeshDescriptionBase_GetNumEdgeConnectedPolygons) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumEdgeConnectedPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumEdgeConnectedPolygons) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumEdgeConnectedPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumEdgeConnectedPolygons, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_GetNumEdgeConnectedPolygons::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumEdgeConnectedPolygons, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumEdgeConnectedPolygons::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumEdgeConnectedTriangles \ +static_assert(alignof(MeshDescriptionBase_GetNumEdgeConnectedTriangles) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumEdgeConnectedTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumEdgeConnectedTriangles) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumEdgeConnectedTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumEdgeConnectedTriangles, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_GetNumEdgeConnectedTriangles::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumEdgeConnectedTriangles, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumEdgeConnectedTriangles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumPolygonGroupPolygons \ +static_assert(alignof(MeshDescriptionBase_GetNumPolygonGroupPolygons) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumPolygonGroupPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumPolygonGroupPolygons) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumPolygonGroupPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumPolygonGroupPolygons, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_GetNumPolygonGroupPolygons::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumPolygonGroupPolygons, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumPolygonGroupPolygons::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumPolygonInternalEdges \ +static_assert(alignof(MeshDescriptionBase_GetNumPolygonInternalEdges) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumPolygonInternalEdges"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumPolygonInternalEdges) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumPolygonInternalEdges"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumPolygonInternalEdges, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetNumPolygonInternalEdges::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumPolygonInternalEdges, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumPolygonInternalEdges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumPolygonTriangles \ +static_assert(alignof(MeshDescriptionBase_GetNumPolygonTriangles) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumPolygonTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumPolygonTriangles) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumPolygonTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumPolygonTriangles, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetNumPolygonTriangles::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumPolygonTriangles, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumPolygonTriangles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumPolygonVertices \ +static_assert(alignof(MeshDescriptionBase_GetNumPolygonVertices) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumPolygonVertices"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumPolygonVertices) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumPolygonVertices"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumPolygonVertices, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetNumPolygonVertices::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumPolygonVertices, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumPolygonVertices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumVertexConnectedEdges \ +static_assert(alignof(MeshDescriptionBase_GetNumVertexConnectedEdges) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumVertexConnectedEdges"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumVertexConnectedEdges) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumVertexConnectedEdges"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexConnectedEdges, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetNumVertexConnectedEdges::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexConnectedEdges, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumVertexConnectedEdges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumVertexConnectedPolygons \ +static_assert(alignof(MeshDescriptionBase_GetNumVertexConnectedPolygons) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumVertexConnectedPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumVertexConnectedPolygons) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumVertexConnectedPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexConnectedPolygons, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetNumVertexConnectedPolygons::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexConnectedPolygons, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumVertexConnectedPolygons::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumVertexConnectedTriangles \ +static_assert(alignof(MeshDescriptionBase_GetNumVertexConnectedTriangles) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumVertexConnectedTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumVertexConnectedTriangles) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumVertexConnectedTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexConnectedTriangles, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetNumVertexConnectedTriangles::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexConnectedTriangles, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumVertexConnectedTriangles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons \ +static_assert(alignof(MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles \ +static_assert(alignof(MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumVertexVertexInstances \ +static_assert(alignof(MeshDescriptionBase_GetNumVertexVertexInstances) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumVertexVertexInstances"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumVertexVertexInstances) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumVertexVertexInstances"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexVertexInstances, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetNumVertexVertexInstances::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexVertexInstances, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumVertexVertexInstances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonAdjacentPolygons \ +static_assert(alignof(MeshDescriptionBase_GetPolygonAdjacentPolygons) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonAdjacentPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonAdjacentPolygons) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonAdjacentPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonAdjacentPolygons, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonAdjacentPolygons::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonAdjacentPolygons, OutPolygonIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonAdjacentPolygons::OutPolygonIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonGroupPolygons \ +static_assert(alignof(MeshDescriptionBase_GetPolygonGroupPolygons) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonGroupPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonGroupPolygons) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonGroupPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonGroupPolygons, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonGroupPolygons::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonGroupPolygons, OutPolygonIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonGroupPolygons::OutPolygonIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonInternalEdges \ +static_assert(alignof(MeshDescriptionBase_GetPolygonInternalEdges) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonInternalEdges"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonInternalEdges) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonInternalEdges"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonInternalEdges, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonInternalEdges::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonInternalEdges, OutEdgeIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonInternalEdges::OutEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonPerimeterEdges \ +static_assert(alignof(MeshDescriptionBase_GetPolygonPerimeterEdges) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonPerimeterEdges"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonPerimeterEdges) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonPerimeterEdges"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonPerimeterEdges, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonPerimeterEdges::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonPerimeterEdges, OutEdgeIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonPerimeterEdges::OutEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonPolygonGroup \ +static_assert(alignof(MeshDescriptionBase_GetPolygonPolygonGroup) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetPolygonPolygonGroup"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonPolygonGroup) == 0x000008, "Wrong size on MeshDescriptionBase_GetPolygonPolygonGroup"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonPolygonGroup, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonPolygonGroup::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonPolygonGroup, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetPolygonPolygonGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonTriangles \ +static_assert(alignof(MeshDescriptionBase_GetPolygonTriangles) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonTriangles) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonTriangles, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonTriangles::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonTriangles, OutTriangleIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonTriangles::OutTriangleIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonVertexInstances \ +static_assert(alignof(MeshDescriptionBase_GetPolygonVertexInstances) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonVertexInstances"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonVertexInstances) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonVertexInstances"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonVertexInstances, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonVertexInstances::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonVertexInstances, OutVertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonVertexInstances::OutVertexInstanceIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonVertices \ +static_assert(alignof(MeshDescriptionBase_GetPolygonVertices) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonVertices"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonVertices) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonVertices"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonVertices, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonVertices::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonVertices, OutVertexIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonVertices::OutVertexIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetTriangleAdjacentTriangles \ +static_assert(alignof(MeshDescriptionBase_GetTriangleAdjacentTriangles) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetTriangleAdjacentTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetTriangleAdjacentTriangles) == 0x000018, "Wrong size on MeshDescriptionBase_GetTriangleAdjacentTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleAdjacentTriangles, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTriangleAdjacentTriangles::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleAdjacentTriangles, OutTriangleIDs) == 0x000008, "Member 'MeshDescriptionBase_GetTriangleAdjacentTriangles::OutTriangleIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetTriangleEdges \ +static_assert(alignof(MeshDescriptionBase_GetTriangleEdges) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetTriangleEdges"); \ +static_assert(sizeof(MeshDescriptionBase_GetTriangleEdges) == 0x000018, "Wrong size on MeshDescriptionBase_GetTriangleEdges"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleEdges, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTriangleEdges::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleEdges, OutEdgeIDs) == 0x000008, "Member 'MeshDescriptionBase_GetTriangleEdges::OutEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetTrianglePolygon \ +static_assert(alignof(MeshDescriptionBase_GetTrianglePolygon) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetTrianglePolygon"); \ +static_assert(sizeof(MeshDescriptionBase_GetTrianglePolygon) == 0x000008, "Wrong size on MeshDescriptionBase_GetTrianglePolygon"); \ +static_assert(offsetof(MeshDescriptionBase_GetTrianglePolygon, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTrianglePolygon::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetTrianglePolygon, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetTrianglePolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetTrianglePolygonGroup \ +static_assert(alignof(MeshDescriptionBase_GetTrianglePolygonGroup) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetTrianglePolygonGroup"); \ +static_assert(sizeof(MeshDescriptionBase_GetTrianglePolygonGroup) == 0x000008, "Wrong size on MeshDescriptionBase_GetTrianglePolygonGroup"); \ +static_assert(offsetof(MeshDescriptionBase_GetTrianglePolygonGroup, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTrianglePolygonGroup::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetTrianglePolygonGroup, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetTrianglePolygonGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetTriangleVertexInstance \ +static_assert(alignof(MeshDescriptionBase_GetTriangleVertexInstance) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetTriangleVertexInstance"); \ +static_assert(sizeof(MeshDescriptionBase_GetTriangleVertexInstance) == 0x00000C, "Wrong size on MeshDescriptionBase_GetTriangleVertexInstance"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleVertexInstance, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTriangleVertexInstance::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleVertexInstance, Index_0) == 0x000004, "Member 'MeshDescriptionBase_GetTriangleVertexInstance::Index_0' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleVertexInstance, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_GetTriangleVertexInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetTriangleVertexInstances \ +static_assert(alignof(MeshDescriptionBase_GetTriangleVertexInstances) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetTriangleVertexInstances"); \ +static_assert(sizeof(MeshDescriptionBase_GetTriangleVertexInstances) == 0x000018, "Wrong size on MeshDescriptionBase_GetTriangleVertexInstances"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleVertexInstances, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTriangleVertexInstances::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleVertexInstances, OutVertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_GetTriangleVertexInstances::OutVertexInstanceIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetTriangleVertices \ +static_assert(alignof(MeshDescriptionBase_GetTriangleVertices) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetTriangleVertices"); \ +static_assert(sizeof(MeshDescriptionBase_GetTriangleVertices) == 0x000018, "Wrong size on MeshDescriptionBase_GetTriangleVertices"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleVertices, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTriangleVertices::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleVertices, OutVertexIDs) == 0x000008, "Member 'MeshDescriptionBase_GetTriangleVertices::OutVertexIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexAdjacentVertices \ +static_assert(alignof(MeshDescriptionBase_GetVertexAdjacentVertices) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexAdjacentVertices"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexAdjacentVertices) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexAdjacentVertices"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexAdjacentVertices, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexAdjacentVertices::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexAdjacentVertices, OutAdjacentVertexIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexAdjacentVertices::OutAdjacentVertexIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexConnectedEdges \ +static_assert(alignof(MeshDescriptionBase_GetVertexConnectedEdges) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexConnectedEdges"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexConnectedEdges) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexConnectedEdges"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexConnectedEdges, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexConnectedEdges::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexConnectedEdges, OutEdgeIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexConnectedEdges::OutEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexConnectedPolygons \ +static_assert(alignof(MeshDescriptionBase_GetVertexConnectedPolygons) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexConnectedPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexConnectedPolygons) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexConnectedPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexConnectedPolygons, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexConnectedPolygons::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexConnectedPolygons, OutConnectedPolygonIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexConnectedPolygons::OutConnectedPolygonIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexConnectedTriangles \ +static_assert(alignof(MeshDescriptionBase_GetVertexConnectedTriangles) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexConnectedTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexConnectedTriangles) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexConnectedTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexConnectedTriangles, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexConnectedTriangles::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexConnectedTriangles, OutConnectedTriangleIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexConnectedTriangles::OutConnectedTriangleIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexInstanceConnectedPolygons \ +static_assert(alignof(MeshDescriptionBase_GetVertexInstanceConnectedPolygons) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexInstanceConnectedPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexInstanceConnectedPolygons) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexInstanceConnectedPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceConnectedPolygons, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexInstanceConnectedPolygons::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceConnectedPolygons, OutConnectedPolygonIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexInstanceConnectedPolygons::OutConnectedPolygonIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexInstanceConnectedTriangles \ +static_assert(alignof(MeshDescriptionBase_GetVertexInstanceConnectedTriangles) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexInstanceConnectedTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexInstanceConnectedTriangles) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexInstanceConnectedTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceConnectedTriangles, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexInstanceConnectedTriangles::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceConnectedTriangles, OutConnectedTriangleIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexInstanceConnectedTriangles::OutConnectedTriangleIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexInstanceForPolygonVertex \ +static_assert(alignof(MeshDescriptionBase_GetVertexInstanceForPolygonVertex) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexInstanceForPolygonVertex"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexInstanceForPolygonVertex) == 0x00000C, "Wrong size on MeshDescriptionBase_GetVertexInstanceForPolygonVertex"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceForPolygonVertex, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexInstanceForPolygonVertex::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceForPolygonVertex, VertexID) == 0x000004, "Member 'MeshDescriptionBase_GetVertexInstanceForPolygonVertex::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceForPolygonVertex, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_GetVertexInstanceForPolygonVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexInstanceForTriangleVertex \ +static_assert(alignof(MeshDescriptionBase_GetVertexInstanceForTriangleVertex) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexInstanceForTriangleVertex"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexInstanceForTriangleVertex) == 0x00000C, "Wrong size on MeshDescriptionBase_GetVertexInstanceForTriangleVertex"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceForTriangleVertex, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexInstanceForTriangleVertex::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceForTriangleVertex, VertexID) == 0x000004, "Member 'MeshDescriptionBase_GetVertexInstanceForTriangleVertex::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceForTriangleVertex, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_GetVertexInstanceForTriangleVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexInstancePairEdge \ +static_assert(alignof(MeshDescriptionBase_GetVertexInstancePairEdge) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexInstancePairEdge"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexInstancePairEdge) == 0x00000C, "Wrong size on MeshDescriptionBase_GetVertexInstancePairEdge"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstancePairEdge, VertexInstanceID0) == 0x000000, "Member 'MeshDescriptionBase_GetVertexInstancePairEdge::VertexInstanceID0' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstancePairEdge, VertexInstanceID1) == 0x000004, "Member 'MeshDescriptionBase_GetVertexInstancePairEdge::VertexInstanceID1' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstancePairEdge, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_GetVertexInstancePairEdge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexInstanceVertex \ +static_assert(alignof(MeshDescriptionBase_GetVertexInstanceVertex) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexInstanceVertex"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexInstanceVertex) == 0x000008, "Wrong size on MeshDescriptionBase_GetVertexInstanceVertex"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceVertex, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexInstanceVertex::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceVertex, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetVertexInstanceVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexPairEdge \ +static_assert(alignof(MeshDescriptionBase_GetVertexPairEdge) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexPairEdge"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexPairEdge) == 0x00000C, "Wrong size on MeshDescriptionBase_GetVertexPairEdge"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexPairEdge, VertexID0) == 0x000000, "Member 'MeshDescriptionBase_GetVertexPairEdge::VertexID0' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexPairEdge, VertexID1) == 0x000004, "Member 'MeshDescriptionBase_GetVertexPairEdge::VertexID1' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexPairEdge, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_GetVertexPairEdge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexPosition \ +static_assert(alignof(MeshDescriptionBase_GetVertexPosition) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexPosition"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexPosition) == 0x000010, "Wrong size on MeshDescriptionBase_GetVertexPosition"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexPosition, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexPosition::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexPosition, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetVertexPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexVertexInstances \ +static_assert(alignof(MeshDescriptionBase_GetVertexVertexInstances) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexVertexInstances"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexVertexInstances) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexVertexInstances"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexVertexInstances, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexVertexInstances::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexVertexInstances, OutVertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexVertexInstances::OutVertexInstanceIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsEdgeInternal \ +static_assert(alignof(MeshDescriptionBase_IsEdgeInternal) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsEdgeInternal"); \ +static_assert(sizeof(MeshDescriptionBase_IsEdgeInternal) == 0x000008, "Wrong size on MeshDescriptionBase_IsEdgeInternal"); \ +static_assert(offsetof(MeshDescriptionBase_IsEdgeInternal, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_IsEdgeInternal::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsEdgeInternal, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsEdgeInternal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsEdgeInternalToPolygon \ +static_assert(alignof(MeshDescriptionBase_IsEdgeInternalToPolygon) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsEdgeInternalToPolygon"); \ +static_assert(sizeof(MeshDescriptionBase_IsEdgeInternalToPolygon) == 0x00000C, "Wrong size on MeshDescriptionBase_IsEdgeInternalToPolygon"); \ +static_assert(offsetof(MeshDescriptionBase_IsEdgeInternalToPolygon, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_IsEdgeInternalToPolygon::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsEdgeInternalToPolygon, PolygonID) == 0x000004, "Member 'MeshDescriptionBase_IsEdgeInternalToPolygon::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsEdgeInternalToPolygon, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_IsEdgeInternalToPolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsEdgeValid \ +static_assert(alignof(MeshDescriptionBase_IsEdgeValid) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsEdgeValid"); \ +static_assert(sizeof(MeshDescriptionBase_IsEdgeValid) == 0x000008, "Wrong size on MeshDescriptionBase_IsEdgeValid"); \ +static_assert(offsetof(MeshDescriptionBase_IsEdgeValid, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_IsEdgeValid::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsEdgeValid, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsEdgeValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsEmpty \ +static_assert(alignof(MeshDescriptionBase_IsEmpty) == 0x000001, "Wrong alignment on MeshDescriptionBase_IsEmpty"); \ +static_assert(sizeof(MeshDescriptionBase_IsEmpty) == 0x000001, "Wrong size on MeshDescriptionBase_IsEmpty"); \ +static_assert(offsetof(MeshDescriptionBase_IsEmpty, ReturnValue) == 0x000000, "Member 'MeshDescriptionBase_IsEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsPolygonGroupValid \ +static_assert(alignof(MeshDescriptionBase_IsPolygonGroupValid) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsPolygonGroupValid"); \ +static_assert(sizeof(MeshDescriptionBase_IsPolygonGroupValid) == 0x000008, "Wrong size on MeshDescriptionBase_IsPolygonGroupValid"); \ +static_assert(offsetof(MeshDescriptionBase_IsPolygonGroupValid, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_IsPolygonGroupValid::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsPolygonGroupValid, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsPolygonGroupValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsPolygonValid \ +static_assert(alignof(MeshDescriptionBase_IsPolygonValid) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsPolygonValid"); \ +static_assert(sizeof(MeshDescriptionBase_IsPolygonValid) == 0x000008, "Wrong size on MeshDescriptionBase_IsPolygonValid"); \ +static_assert(offsetof(MeshDescriptionBase_IsPolygonValid, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_IsPolygonValid::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsPolygonValid, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsPolygonValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsTrianglePartOfNgon \ +static_assert(alignof(MeshDescriptionBase_IsTrianglePartOfNgon) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsTrianglePartOfNgon"); \ +static_assert(sizeof(MeshDescriptionBase_IsTrianglePartOfNgon) == 0x000008, "Wrong size on MeshDescriptionBase_IsTrianglePartOfNgon"); \ +static_assert(offsetof(MeshDescriptionBase_IsTrianglePartOfNgon, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_IsTrianglePartOfNgon::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsTrianglePartOfNgon, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsTrianglePartOfNgon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsTriangleValid \ +static_assert(alignof(MeshDescriptionBase_IsTriangleValid) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsTriangleValid"); \ +static_assert(sizeof(MeshDescriptionBase_IsTriangleValid) == 0x000008, "Wrong size on MeshDescriptionBase_IsTriangleValid"); \ +static_assert(offsetof(MeshDescriptionBase_IsTriangleValid, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_IsTriangleValid::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsTriangleValid, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsTriangleValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsVertexInstanceValid \ +static_assert(alignof(MeshDescriptionBase_IsVertexInstanceValid) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsVertexInstanceValid"); \ +static_assert(sizeof(MeshDescriptionBase_IsVertexInstanceValid) == 0x000008, "Wrong size on MeshDescriptionBase_IsVertexInstanceValid"); \ +static_assert(offsetof(MeshDescriptionBase_IsVertexInstanceValid, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_IsVertexInstanceValid::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsVertexInstanceValid, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsVertexInstanceValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsVertexOrphaned \ +static_assert(alignof(MeshDescriptionBase_IsVertexOrphaned) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsVertexOrphaned"); \ +static_assert(sizeof(MeshDescriptionBase_IsVertexOrphaned) == 0x000008, "Wrong size on MeshDescriptionBase_IsVertexOrphaned"); \ +static_assert(offsetof(MeshDescriptionBase_IsVertexOrphaned, VertexID) == 0x000000, "Member 'MeshDescriptionBase_IsVertexOrphaned::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsVertexOrphaned, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsVertexOrphaned::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsVertexValid \ +static_assert(alignof(MeshDescriptionBase_IsVertexValid) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsVertexValid"); \ +static_assert(sizeof(MeshDescriptionBase_IsVertexValid) == 0x000008, "Wrong size on MeshDescriptionBase_IsVertexValid"); \ +static_assert(offsetof(MeshDescriptionBase_IsVertexValid, VertexID) == 0x000000, "Member 'MeshDescriptionBase_IsVertexValid::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsVertexValid, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsVertexValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshDescriptionBase \ +static_assert(alignof(UMeshDescriptionBase) == 0x000008, "Wrong alignment on UMeshDescriptionBase"); \ +static_assert(sizeof(UMeshDescriptionBase) == 0x000398, "Wrong size on UMeshDescriptionBase"); \ + +#define DUMPER7_ASSERTS_ABP_CarriedFakeID_C \ +static_assert(alignof(ABP_CarriedFakeID_C) == 0x000008, "Wrong alignment on ABP_CarriedFakeID_C"); \ +static_assert(sizeof(ABP_CarriedFakeID_C) == 0x000320, "Wrong size on ABP_CarriedFakeID_C"); \ + +#define DUMPER7_ASSERTS_FUVMapSettings \ +static_assert(alignof(FUVMapSettings) == 0x000004, "Wrong alignment on FUVMapSettings"); \ +static_assert(sizeof(FUVMapSettings) == 0x000038, "Wrong size on FUVMapSettings"); \ +static_assert(offsetof(FUVMapSettings, Size) == 0x000000, "Member 'FUVMapSettings::Size' has a wrong offset!"); \ +static_assert(offsetof(FUVMapSettings, UVTile) == 0x00000C, "Member 'FUVMapSettings::UVTile' has a wrong offset!"); \ +static_assert(offsetof(FUVMapSettings, Position) == 0x000014, "Member 'FUVMapSettings::Position' has a wrong offset!"); \ +static_assert(offsetof(FUVMapSettings, Rotation) == 0x000020, "Member 'FUVMapSettings::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FUVMapSettings, Scale) == 0x00002C, "Member 'FUVMapSettings::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshDescription_CreateCube \ +static_assert(alignof(StaticMeshDescription_CreateCube) == 0x000004, "Wrong alignment on StaticMeshDescription_CreateCube"); \ +static_assert(sizeof(StaticMeshDescription_CreateCube) == 0x000034, "Wrong size on StaticMeshDescription_CreateCube"); \ +static_assert(offsetof(StaticMeshDescription_CreateCube, Center) == 0x000000, "Member 'StaticMeshDescription_CreateCube::Center' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_CreateCube, HalfExtents) == 0x00000C, "Member 'StaticMeshDescription_CreateCube::HalfExtents' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonGroup) == 0x000018, "Member 'StaticMeshDescription_CreateCube::PolygonGroup' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonID_PlusX) == 0x00001C, "Member 'StaticMeshDescription_CreateCube::PolygonID_PlusX' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonID_MinusX) == 0x000020, "Member 'StaticMeshDescription_CreateCube::PolygonID_MinusX' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonID_PlusY) == 0x000024, "Member 'StaticMeshDescription_CreateCube::PolygonID_PlusY' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonID_MinusY) == 0x000028, "Member 'StaticMeshDescription_CreateCube::PolygonID_MinusY' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonID_PlusZ) == 0x00002C, "Member 'StaticMeshDescription_CreateCube::PolygonID_PlusZ' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonID_MinusZ) == 0x000030, "Member 'StaticMeshDescription_CreateCube::PolygonID_MinusZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshDescription_SetPolygonGroupMaterialSlotName \ +static_assert(alignof(StaticMeshDescription_SetPolygonGroupMaterialSlotName) == 0x000004, "Wrong alignment on StaticMeshDescription_SetPolygonGroupMaterialSlotName"); \ +static_assert(sizeof(StaticMeshDescription_SetPolygonGroupMaterialSlotName) == 0x000010, "Wrong size on StaticMeshDescription_SetPolygonGroupMaterialSlotName"); \ +static_assert(offsetof(StaticMeshDescription_SetPolygonGroupMaterialSlotName, PolygonGroupID) == 0x000000, "Member 'StaticMeshDescription_SetPolygonGroupMaterialSlotName::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_SetPolygonGroupMaterialSlotName, SlotName) == 0x000004, "Member 'StaticMeshDescription_SetPolygonGroupMaterialSlotName::SlotName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshDescription_SetVertexInstanceUV \ +static_assert(alignof(StaticMeshDescription_SetVertexInstanceUV) == 0x000004, "Wrong alignment on StaticMeshDescription_SetVertexInstanceUV"); \ +static_assert(sizeof(StaticMeshDescription_SetVertexInstanceUV) == 0x000010, "Wrong size on StaticMeshDescription_SetVertexInstanceUV"); \ +static_assert(offsetof(StaticMeshDescription_SetVertexInstanceUV, VertexInstanceID) == 0x000000, "Member 'StaticMeshDescription_SetVertexInstanceUV::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_SetVertexInstanceUV, UV) == 0x000004, "Member 'StaticMeshDescription_SetVertexInstanceUV::UV' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_SetVertexInstanceUV, UVIndex) == 0x00000C, "Member 'StaticMeshDescription_SetVertexInstanceUV::UVIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshDescription_GetVertexInstanceUV \ +static_assert(alignof(StaticMeshDescription_GetVertexInstanceUV) == 0x000004, "Wrong alignment on StaticMeshDescription_GetVertexInstanceUV"); \ +static_assert(sizeof(StaticMeshDescription_GetVertexInstanceUV) == 0x000010, "Wrong size on StaticMeshDescription_GetVertexInstanceUV"); \ +static_assert(offsetof(StaticMeshDescription_GetVertexInstanceUV, VertexInstanceID) == 0x000000, "Member 'StaticMeshDescription_GetVertexInstanceUV::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_GetVertexInstanceUV, UVIndex) == 0x000004, "Member 'StaticMeshDescription_GetVertexInstanceUV::UVIndex' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_GetVertexInstanceUV, ReturnValue) == 0x000008, "Member 'StaticMeshDescription_GetVertexInstanceUV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStaticMeshDescription \ +static_assert(alignof(UStaticMeshDescription) == 0x000008, "Wrong alignment on UStaticMeshDescription"); \ +static_assert(sizeof(UStaticMeshDescription) == 0x000398, "Wrong size on UStaticMeshDescription"); \ + +#define DUMPER7_ASSERTS_FPropertyAccessSegment \ +static_assert(alignof(FPropertyAccessSegment) == 0x000008, "Wrong alignment on FPropertyAccessSegment"); \ +static_assert(sizeof(FPropertyAccessSegment) == 0x000048, "Wrong size on FPropertyAccessSegment"); \ +static_assert(offsetof(FPropertyAccessSegment, Name) == 0x000000, "Member 'FPropertyAccessSegment::Name' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessSegment, Struct) == 0x000010, "Member 'FPropertyAccessSegment::Struct' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessSegment, Property) == 0x000018, "Member 'FPropertyAccessSegment::Property' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessSegment, Function) == 0x000038, "Member 'FPropertyAccessSegment::Function' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessSegment, ArrayIndex) == 0x000040, "Member 'FPropertyAccessSegment::ArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessSegment, Flags) == 0x000044, "Member 'FPropertyAccessSegment::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyAccessPath \ +static_assert(alignof(FPropertyAccessPath) == 0x000004, "Wrong alignment on FPropertyAccessPath"); \ +static_assert(sizeof(FPropertyAccessPath) == 0x00000C, "Wrong size on FPropertyAccessPath"); \ +static_assert(offsetof(FPropertyAccessPath, PathSegmentStartIndex) == 0x000000, "Member 'FPropertyAccessPath::PathSegmentStartIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessPath, PathSegmentCount) == 0x000004, "Member 'FPropertyAccessPath::PathSegmentCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyAccessCopy \ +static_assert(alignof(FPropertyAccessCopy) == 0x000004, "Wrong alignment on FPropertyAccessCopy"); \ +static_assert(sizeof(FPropertyAccessCopy) == 0x000010, "Wrong size on FPropertyAccessCopy"); \ +static_assert(offsetof(FPropertyAccessCopy, AccessIndex) == 0x000000, "Member 'FPropertyAccessCopy::AccessIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessCopy, DestAccessStartIndex) == 0x000004, "Member 'FPropertyAccessCopy::DestAccessStartIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessCopy, DestAccessEndIndex) == 0x000008, "Member 'FPropertyAccessCopy::DestAccessEndIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessCopy, Type) == 0x00000C, "Member 'FPropertyAccessCopy::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyAccessCopyBatch \ +static_assert(alignof(FPropertyAccessCopyBatch) == 0x000008, "Wrong alignment on FPropertyAccessCopyBatch"); \ +static_assert(sizeof(FPropertyAccessCopyBatch) == 0x000010, "Wrong size on FPropertyAccessCopyBatch"); \ +static_assert(offsetof(FPropertyAccessCopyBatch, Copies) == 0x000000, "Member 'FPropertyAccessCopyBatch::Copies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyAccessIndirectionChain \ +static_assert(alignof(FPropertyAccessIndirectionChain) == 0x000008, "Wrong alignment on FPropertyAccessIndirectionChain"); \ +static_assert(sizeof(FPropertyAccessIndirectionChain) == 0x000030, "Wrong size on FPropertyAccessIndirectionChain"); \ +static_assert(offsetof(FPropertyAccessIndirectionChain, Property) == 0x000000, "Member 'FPropertyAccessIndirectionChain::Property' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessIndirectionChain, IndirectionStartIndex) == 0x000020, "Member 'FPropertyAccessIndirectionChain::IndirectionStartIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessIndirectionChain, IndirectionEndIndex) == 0x000024, "Member 'FPropertyAccessIndirectionChain::IndirectionEndIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessIndirectionChain, EventId) == 0x000028, "Member 'FPropertyAccessIndirectionChain::EventId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyAccessIndirection \ +static_assert(alignof(FPropertyAccessIndirection) == 0x000008, "Wrong alignment on FPropertyAccessIndirection"); \ +static_assert(sizeof(FPropertyAccessIndirection) == 0x000040, "Wrong size on FPropertyAccessIndirection"); \ +static_assert(offsetof(FPropertyAccessIndirection, ArrayProperty) == 0x000000, "Member 'FPropertyAccessIndirection::ArrayProperty' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessIndirection, Function) == 0x000020, "Member 'FPropertyAccessIndirection::Function' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessIndirection, ReturnBufferSize) == 0x000028, "Member 'FPropertyAccessIndirection::ReturnBufferSize' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessIndirection, ReturnBufferAlignment) == 0x00002C, "Member 'FPropertyAccessIndirection::ReturnBufferAlignment' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessIndirection, ArrayIndex) == 0x000030, "Member 'FPropertyAccessIndirection::ArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessIndirection, Offset) == 0x000034, "Member 'FPropertyAccessIndirection::Offset' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessIndirection, ObjectType) == 0x000038, "Member 'FPropertyAccessIndirection::ObjectType' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessIndirection, Type) == 0x000039, "Member 'FPropertyAccessIndirection::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyAccessLibrary \ +static_assert(alignof(FPropertyAccessLibrary) == 0x000008, "Wrong alignment on FPropertyAccessLibrary"); \ +static_assert(sizeof(FPropertyAccessLibrary) == 0x0000C8, "Wrong size on FPropertyAccessLibrary"); \ +static_assert(offsetof(FPropertyAccessLibrary, PathSegments) == 0x000000, "Member 'FPropertyAccessLibrary::PathSegments' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessLibrary, SrcPaths) == 0x000010, "Member 'FPropertyAccessLibrary::SrcPaths' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessLibrary, DestPaths) == 0x000020, "Member 'FPropertyAccessLibrary::DestPaths' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessLibrary, CopyBatches) == 0x000030, "Member 'FPropertyAccessLibrary::CopyBatches' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessLibrary, SrcAccesses) == 0x000070, "Member 'FPropertyAccessLibrary::SrcAccesses' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessLibrary, DestAccesses) == 0x000080, "Member 'FPropertyAccessLibrary::DestAccesses' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessLibrary, Indirections) == 0x000090, "Member 'FPropertyAccessLibrary::Indirections' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessLibrary, EventAccessIndices) == 0x0000A0, "Member 'FPropertyAccessLibrary::EventAccessIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IPropertyAccess \ +static_assert(alignof(IPropertyAccess) == 0x000001, "Wrong alignment on IPropertyAccess"); \ +static_assert(sizeof(IPropertyAccess) == 0x000001, "Wrong size on IPropertyAccess"); \ + +#define DUMPER7_ASSERTS_IPropertyEventBroadcaster \ +static_assert(alignof(IPropertyEventBroadcaster) == 0x000001, "Wrong alignment on IPropertyEventBroadcaster"); \ +static_assert(sizeof(IPropertyEventBroadcaster) == 0x000001, "Wrong size on IPropertyEventBroadcaster"); \ + +#define DUMPER7_ASSERTS_IPropertyEventSubscriber \ +static_assert(alignof(IPropertyEventSubscriber) == 0x000001, "Wrong alignment on IPropertyEventSubscriber"); \ +static_assert(sizeof(IPropertyEventSubscriber) == 0x000001, "Wrong size on IPropertyEventSubscriber"); \ + +#define DUMPER7_ASSERTS_BP_InteractableGold_C_ExecuteUbergraph_BP_InteractableGold \ +static_assert(alignof(BP_InteractableGold_C_ExecuteUbergraph_BP_InteractableGold) == 0x000004, "Wrong alignment on BP_InteractableGold_C_ExecuteUbergraph_BP_InteractableGold"); \ +static_assert(sizeof(BP_InteractableGold_C_ExecuteUbergraph_BP_InteractableGold) == 0x00000C, "Wrong size on BP_InteractableGold_C_ExecuteUbergraph_BP_InteractableGold"); \ +static_assert(offsetof(BP_InteractableGold_C_ExecuteUbergraph_BP_InteractableGold, EntryPoint) == 0x000000, "Member 'BP_InteractableGold_C_ExecuteUbergraph_BP_InteractableGold::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableGold_C_ExecuteUbergraph_BP_InteractableGold, K2Node_Event_bDoCosmetics) == 0x000004, "Member 'BP_InteractableGold_C_ExecuteUbergraph_BP_InteractableGold::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableGold_C_ExecuteUbergraph_BP_InteractableGold, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000008, "Member 'BP_InteractableGold_C_ExecuteUbergraph_BP_InteractableGold::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractableGold_C_BP_OnChangedToSecondaryType \ +static_assert(alignof(BP_InteractableGold_C_BP_OnChangedToSecondaryType) == 0x000001, "Wrong alignment on BP_InteractableGold_C_BP_OnChangedToSecondaryType"); \ +static_assert(sizeof(BP_InteractableGold_C_BP_OnChangedToSecondaryType) == 0x000001, "Wrong size on BP_InteractableGold_C_BP_OnChangedToSecondaryType"); \ +static_assert(offsetof(BP_InteractableGold_C_BP_OnChangedToSecondaryType, bDoCosmetics) == 0x000000, "Member 'BP_InteractableGold_C_BP_OnChangedToSecondaryType::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InteractableGold_C \ +static_assert(alignof(ABP_InteractableGold_C) == 0x000008, "Wrong alignment on ABP_InteractableGold_C"); \ +static_assert(sizeof(ABP_InteractableGold_C) == 0x000370, "Wrong size on ABP_InteractableGold_C"); \ +static_assert(offsetof(ABP_InteractableGold_C, UberGraphFrame_BP_InteractableGold_C) == 0x000358, "Member 'ABP_InteractableGold_C::UberGraphFrame_BP_InteractableGold_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableGold_C, Ak) == 0x000360, "Member 'ABP_InteractableGold_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableGold_C, StaticMesh) == 0x000368, "Member 'ABP_InteractableGold_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_EquipSecondaryWeapon_C \ +static_assert(alignof(UGA_EquipSecondaryWeapon_C) == 0x000008, "Wrong alignment on UGA_EquipSecondaryWeapon_C"); \ +static_assert(sizeof(UGA_EquipSecondaryWeapon_C) == 0x0004F0, "Wrong size on UGA_EquipSecondaryWeapon_C"); \ + +#define DUMPER7_ASSERTS_UUTD_StayDown_C \ +static_assert(alignof(UUTD_StayDown_C) == 0x000008, "Wrong alignment on UUTD_StayDown_C"); \ +static_assert(sizeof(UUTD_StayDown_C) == 0x0000B0, "Wrong size on UUTD_StayDown_C"); \ + +#define DUMPER7_ASSERTS_FClothCollisionPrim_Sphere \ +static_assert(alignof(FClothCollisionPrim_Sphere) == 0x000004, "Wrong alignment on FClothCollisionPrim_Sphere"); \ +static_assert(sizeof(FClothCollisionPrim_Sphere) == 0x000014, "Wrong size on FClothCollisionPrim_Sphere"); \ +static_assert(offsetof(FClothCollisionPrim_Sphere, BoneIndex) == 0x000000, "Member 'FClothCollisionPrim_Sphere::BoneIndex' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionPrim_Sphere, Radius) == 0x000004, "Member 'FClothCollisionPrim_Sphere::Radius' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionPrim_Sphere, LocalPosition) == 0x000008, "Member 'FClothCollisionPrim_Sphere::LocalPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothCollisionPrim_SphereConnection \ +static_assert(alignof(FClothCollisionPrim_SphereConnection) == 0x000004, "Wrong alignment on FClothCollisionPrim_SphereConnection"); \ +static_assert(sizeof(FClothCollisionPrim_SphereConnection) == 0x000008, "Wrong size on FClothCollisionPrim_SphereConnection"); \ +static_assert(offsetof(FClothCollisionPrim_SphereConnection, SphereIndices) == 0x000000, "Member 'FClothCollisionPrim_SphereConnection::SphereIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothCollisionPrim_ConvexFace \ +static_assert(alignof(FClothCollisionPrim_ConvexFace) == 0x000010, "Wrong alignment on FClothCollisionPrim_ConvexFace"); \ +static_assert(sizeof(FClothCollisionPrim_ConvexFace) == 0x000020, "Wrong size on FClothCollisionPrim_ConvexFace"); \ +static_assert(offsetof(FClothCollisionPrim_ConvexFace, Plane) == 0x000000, "Member 'FClothCollisionPrim_ConvexFace::Plane' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionPrim_ConvexFace, Indices) == 0x000010, "Member 'FClothCollisionPrim_ConvexFace::Indices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothCollisionPrim_Convex \ +static_assert(alignof(FClothCollisionPrim_Convex) == 0x000008, "Wrong alignment on FClothCollisionPrim_Convex"); \ +static_assert(sizeof(FClothCollisionPrim_Convex) == 0x000028, "Wrong size on FClothCollisionPrim_Convex"); \ +static_assert(offsetof(FClothCollisionPrim_Convex, Faces) == 0x000000, "Member 'FClothCollisionPrim_Convex::Faces' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionPrim_Convex, SurfacePoints) == 0x000010, "Member 'FClothCollisionPrim_Convex::SurfacePoints' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionPrim_Convex, BoneIndex) == 0x000020, "Member 'FClothCollisionPrim_Convex::BoneIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothCollisionPrim_Box \ +static_assert(alignof(FClothCollisionPrim_Box) == 0x000010, "Wrong alignment on FClothCollisionPrim_Box"); \ +static_assert(sizeof(FClothCollisionPrim_Box) == 0x000030, "Wrong size on FClothCollisionPrim_Box"); \ +static_assert(offsetof(FClothCollisionPrim_Box, LocalPosition) == 0x000000, "Member 'FClothCollisionPrim_Box::LocalPosition' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionPrim_Box, LocalRotation) == 0x000010, "Member 'FClothCollisionPrim_Box::LocalRotation' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionPrim_Box, HalfExtents) == 0x000020, "Member 'FClothCollisionPrim_Box::HalfExtents' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionPrim_Box, BoneIndex) == 0x00002C, "Member 'FClothCollisionPrim_Box::BoneIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothCollisionData \ +static_assert(alignof(FClothCollisionData) == 0x000008, "Wrong alignment on FClothCollisionData"); \ +static_assert(sizeof(FClothCollisionData) == 0x000040, "Wrong size on FClothCollisionData"); \ +static_assert(offsetof(FClothCollisionData, Spheres) == 0x000000, "Member 'FClothCollisionData::Spheres' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionData, SphereConnections) == 0x000010, "Member 'FClothCollisionData::SphereConnections' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionData, Convexes) == 0x000020, "Member 'FClothCollisionData::Convexes' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionData, Boxes) == 0x000030, "Member 'FClothCollisionData::Boxes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothVertBoneData \ +static_assert(alignof(FClothVertBoneData) == 0x000004, "Wrong alignment on FClothVertBoneData"); \ +static_assert(sizeof(FClothVertBoneData) == 0x00004C, "Wrong size on FClothVertBoneData"); \ +static_assert(offsetof(FClothVertBoneData, NumInfluences) == 0x000000, "Member 'FClothVertBoneData::NumInfluences' has a wrong offset!"); \ +static_assert(offsetof(FClothVertBoneData, BoneIndices) == 0x000004, "Member 'FClothVertBoneData::BoneIndices' has a wrong offset!"); \ +static_assert(offsetof(FClothVertBoneData, BoneWeights) == 0x00001C, "Member 'FClothVertBoneData::BoneWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClothConfigBase \ +static_assert(alignof(UClothConfigBase) == 0x000008, "Wrong alignment on UClothConfigBase"); \ +static_assert(sizeof(UClothConfigBase) == 0x000030, "Wrong size on UClothConfigBase"); \ + +#define DUMPER7_ASSERTS_UClothSharedSimConfigBase \ +static_assert(alignof(UClothSharedSimConfigBase) == 0x000008, "Wrong alignment on UClothSharedSimConfigBase"); \ +static_assert(sizeof(UClothSharedSimConfigBase) == 0x000030, "Wrong size on UClothSharedSimConfigBase"); \ + +#define DUMPER7_ASSERTS_UClothingAssetBase \ +static_assert(alignof(UClothingAssetBase) == 0x000008, "Wrong alignment on UClothingAssetBase"); \ +static_assert(sizeof(UClothingAssetBase) == 0x000050, "Wrong size on UClothingAssetBase"); \ +static_assert(offsetof(UClothingAssetBase, ImportedFilePath) == 0x000030, "Member 'UClothingAssetBase::ImportedFilePath' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetBase, AssetGuid) == 0x000040, "Member 'UClothingAssetBase::AssetGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClothingSimulationFactory \ +static_assert(alignof(UClothingSimulationFactory) == 0x000008, "Wrong alignment on UClothingSimulationFactory"); \ +static_assert(sizeof(UClothingSimulationFactory) == 0x000030, "Wrong size on UClothingSimulationFactory"); \ + +#define DUMPER7_ASSERTS_UClothingInteractor \ +static_assert(alignof(UClothingInteractor) == 0x000008, "Wrong alignment on UClothingInteractor"); \ +static_assert(sizeof(UClothingInteractor) == 0x000038, "Wrong size on UClothingInteractor"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_EnableGravityOverride \ +static_assert(alignof(ClothingSimulationInteractor_EnableGravityOverride) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_EnableGravityOverride"); \ +static_assert(sizeof(ClothingSimulationInteractor_EnableGravityOverride) == 0x00000C, "Wrong size on ClothingSimulationInteractor_EnableGravityOverride"); \ +static_assert(offsetof(ClothingSimulationInteractor_EnableGravityOverride, InVector) == 0x000000, "Member 'ClothingSimulationInteractor_EnableGravityOverride::InVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_SetAnimDriveSpringStiffness \ +static_assert(alignof(ClothingSimulationInteractor_SetAnimDriveSpringStiffness) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_SetAnimDriveSpringStiffness"); \ +static_assert(sizeof(ClothingSimulationInteractor_SetAnimDriveSpringStiffness) == 0x000004, "Wrong size on ClothingSimulationInteractor_SetAnimDriveSpringStiffness"); \ +static_assert(offsetof(ClothingSimulationInteractor_SetAnimDriveSpringStiffness, InStiffness) == 0x000000, "Member 'ClothingSimulationInteractor_SetAnimDriveSpringStiffness::InStiffness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_SetNumIterations \ +static_assert(alignof(ClothingSimulationInteractor_SetNumIterations) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_SetNumIterations"); \ +static_assert(sizeof(ClothingSimulationInteractor_SetNumIterations) == 0x000004, "Wrong size on ClothingSimulationInteractor_SetNumIterations"); \ +static_assert(offsetof(ClothingSimulationInteractor_SetNumIterations, NumIterations) == 0x000000, "Member 'ClothingSimulationInteractor_SetNumIterations::NumIterations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_SetNumSubsteps \ +static_assert(alignof(ClothingSimulationInteractor_SetNumSubsteps) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_SetNumSubsteps"); \ +static_assert(sizeof(ClothingSimulationInteractor_SetNumSubsteps) == 0x000004, "Wrong size on ClothingSimulationInteractor_SetNumSubsteps"); \ +static_assert(offsetof(ClothingSimulationInteractor_SetNumSubsteps, NumSubsteps) == 0x000000, "Member 'ClothingSimulationInteractor_SetNumSubsteps::NumSubsteps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetClothingInteractor \ +static_assert(alignof(ClothingSimulationInteractor_GetClothingInteractor) == 0x000008, "Wrong alignment on ClothingSimulationInteractor_GetClothingInteractor"); \ +static_assert(sizeof(ClothingSimulationInteractor_GetClothingInteractor) == 0x000018, "Wrong size on ClothingSimulationInteractor_GetClothingInteractor"); \ +static_assert(offsetof(ClothingSimulationInteractor_GetClothingInteractor, ClothingAssetName) == 0x000000, "Member 'ClothingSimulationInteractor_GetClothingInteractor::ClothingAssetName' has a wrong offset!"); \ +static_assert(offsetof(ClothingSimulationInteractor_GetClothingInteractor, ReturnValue) == 0x000010, "Member 'ClothingSimulationInteractor_GetClothingInteractor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetNumCloths \ +static_assert(alignof(ClothingSimulationInteractor_GetNumCloths) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetNumCloths"); \ +static_assert(sizeof(ClothingSimulationInteractor_GetNumCloths) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetNumCloths"); \ +static_assert(offsetof(ClothingSimulationInteractor_GetNumCloths, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetNumCloths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetNumDynamicParticles \ +static_assert(alignof(ClothingSimulationInteractor_GetNumDynamicParticles) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetNumDynamicParticles"); \ +static_assert(sizeof(ClothingSimulationInteractor_GetNumDynamicParticles) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetNumDynamicParticles"); \ +static_assert(offsetof(ClothingSimulationInteractor_GetNumDynamicParticles, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetNumDynamicParticles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetNumIterations \ +static_assert(alignof(ClothingSimulationInteractor_GetNumIterations) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetNumIterations"); \ +static_assert(sizeof(ClothingSimulationInteractor_GetNumIterations) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetNumIterations"); \ +static_assert(offsetof(ClothingSimulationInteractor_GetNumIterations, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetNumIterations::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetNumKinematicParticles \ +static_assert(alignof(ClothingSimulationInteractor_GetNumKinematicParticles) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetNumKinematicParticles"); \ +static_assert(sizeof(ClothingSimulationInteractor_GetNumKinematicParticles) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetNumKinematicParticles"); \ +static_assert(offsetof(ClothingSimulationInteractor_GetNumKinematicParticles, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetNumKinematicParticles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetNumSubsteps \ +static_assert(alignof(ClothingSimulationInteractor_GetNumSubsteps) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetNumSubsteps"); \ +static_assert(sizeof(ClothingSimulationInteractor_GetNumSubsteps) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetNumSubsteps"); \ +static_assert(offsetof(ClothingSimulationInteractor_GetNumSubsteps, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetNumSubsteps::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetSimulationTime \ +static_assert(alignof(ClothingSimulationInteractor_GetSimulationTime) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetSimulationTime"); \ +static_assert(sizeof(ClothingSimulationInteractor_GetSimulationTime) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetSimulationTime"); \ +static_assert(offsetof(ClothingSimulationInteractor_GetSimulationTime, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetSimulationTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClothingSimulationInteractor \ +static_assert(alignof(UClothingSimulationInteractor) == 0x000008, "Wrong alignment on UClothingSimulationInteractor"); \ +static_assert(sizeof(UClothingSimulationInteractor) == 0x000098, "Wrong size on UClothingSimulationInteractor"); \ +static_assert(offsetof(UClothingSimulationInteractor, ClothingInteractors) == 0x000030, "Member 'UClothingSimulationInteractor::ClothingInteractors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClothPhysicalMeshDataBase_Legacy \ +static_assert(alignof(UClothPhysicalMeshDataBase_Legacy) == 0x000008, "Wrong alignment on UClothPhysicalMeshDataBase_Legacy"); \ +static_assert(sizeof(UClothPhysicalMeshDataBase_Legacy) == 0x0000E8, "Wrong size on UClothPhysicalMeshDataBase_Legacy"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, Vertices) == 0x000030, "Member 'UClothPhysicalMeshDataBase_Legacy::Vertices' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, Normals) == 0x000040, "Member 'UClothPhysicalMeshDataBase_Legacy::Normals' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, Indices) == 0x000050, "Member 'UClothPhysicalMeshDataBase_Legacy::Indices' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, InverseMasses) == 0x000060, "Member 'UClothPhysicalMeshDataBase_Legacy::InverseMasses' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, BoneData) == 0x000070, "Member 'UClothPhysicalMeshDataBase_Legacy::BoneData' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, NumFixedVerts) == 0x000080, "Member 'UClothPhysicalMeshDataBase_Legacy::NumFixedVerts' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, MaxBoneWeights) == 0x000084, "Member 'UClothPhysicalMeshDataBase_Legacy::MaxBoneWeights' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, SelfCollisionIndices) == 0x000088, "Member 'UClothPhysicalMeshDataBase_Legacy::SelfCollisionIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FJsonObjectWrapper \ +static_assert(alignof(FJsonObjectWrapper) == 0x000008, "Wrong alignment on FJsonObjectWrapper"); \ +static_assert(sizeof(FJsonObjectWrapper) == 0x000020, "Wrong size on FJsonObjectWrapper"); \ +static_assert(offsetof(FJsonObjectWrapper, JsonString) == 0x000000, "Member 'FJsonObjectWrapper::JsonString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJsonUtilitiesDummyObject \ +static_assert(alignof(UJsonUtilitiesDummyObject) == 0x000008, "Wrong alignment on UJsonUtilitiesDummyObject"); \ +static_assert(sizeof(UJsonUtilitiesDummyObject) == 0x000030, "Wrong size on UJsonUtilitiesDummyObject"); \ + +#define DUMPER7_ASSERTS_ISBZJSonSerializeVariablesInterface \ +static_assert(alignof(ISBZJSonSerializeVariablesInterface) == 0x000001, "Wrong alignment on ISBZJSonSerializeVariablesInterface"); \ +static_assert(sizeof(ISBZJSonSerializeVariablesInterface) == 0x000001, "Wrong size on ISBZJSonSerializeVariablesInterface"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_SMG_Compact7_C \ +static_assert(alignof(UCS_FireWeapon_SMG_Compact7_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_SMG_Compact7_C"); \ +static_assert(sizeof(UCS_FireWeapon_SMG_Compact7_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_SMG_Compact7_C"); \ + +#define DUMPER7_ASSERTS_FMediaCaptureDevice \ +static_assert(alignof(FMediaCaptureDevice) == 0x000008, "Wrong alignment on FMediaCaptureDevice"); \ +static_assert(sizeof(FMediaCaptureDevice) == 0x000028, "Wrong size on FMediaCaptureDevice"); \ +static_assert(offsetof(FMediaCaptureDevice, DisplayName) == 0x000000, "Member 'FMediaCaptureDevice::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FMediaCaptureDevice, Url) == 0x000018, "Member 'FMediaCaptureDevice::Url' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMediaSoundComponentSpectralData \ +static_assert(alignof(FMediaSoundComponentSpectralData) == 0x000004, "Wrong alignment on FMediaSoundComponentSpectralData"); \ +static_assert(sizeof(FMediaSoundComponentSpectralData) == 0x000008, "Wrong size on FMediaSoundComponentSpectralData"); \ +static_assert(offsetof(FMediaSoundComponentSpectralData, FrequencyHz) == 0x000000, "Member 'FMediaSoundComponentSpectralData::FrequencyHz' has a wrong offset!"); \ +static_assert(offsetof(FMediaSoundComponentSpectralData, Magnitude) == 0x000004, "Member 'FMediaSoundComponentSpectralData::Magnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSource_SetMediaOptionBool \ +static_assert(alignof(MediaSource_SetMediaOptionBool) == 0x000004, "Wrong alignment on MediaSource_SetMediaOptionBool"); \ +static_assert(sizeof(MediaSource_SetMediaOptionBool) == 0x000010, "Wrong size on MediaSource_SetMediaOptionBool"); \ +static_assert(offsetof(MediaSource_SetMediaOptionBool, Key) == 0x000000, "Member 'MediaSource_SetMediaOptionBool::Key' has a wrong offset!"); \ +static_assert(offsetof(MediaSource_SetMediaOptionBool, Value) == 0x00000C, "Member 'MediaSource_SetMediaOptionBool::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSource_SetMediaOptionFloat \ +static_assert(alignof(MediaSource_SetMediaOptionFloat) == 0x000004, "Wrong alignment on MediaSource_SetMediaOptionFloat"); \ +static_assert(sizeof(MediaSource_SetMediaOptionFloat) == 0x000010, "Wrong size on MediaSource_SetMediaOptionFloat"); \ +static_assert(offsetof(MediaSource_SetMediaOptionFloat, Key) == 0x000000, "Member 'MediaSource_SetMediaOptionFloat::Key' has a wrong offset!"); \ +static_assert(offsetof(MediaSource_SetMediaOptionFloat, Value) == 0x00000C, "Member 'MediaSource_SetMediaOptionFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSource_SetMediaOptionInt64 \ +static_assert(alignof(MediaSource_SetMediaOptionInt64) == 0x000008, "Wrong alignment on MediaSource_SetMediaOptionInt64"); \ +static_assert(sizeof(MediaSource_SetMediaOptionInt64) == 0x000018, "Wrong size on MediaSource_SetMediaOptionInt64"); \ +static_assert(offsetof(MediaSource_SetMediaOptionInt64, Key) == 0x000000, "Member 'MediaSource_SetMediaOptionInt64::Key' has a wrong offset!"); \ +static_assert(offsetof(MediaSource_SetMediaOptionInt64, Value) == 0x000010, "Member 'MediaSource_SetMediaOptionInt64::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSource_SetMediaOptionString \ +static_assert(alignof(MediaSource_SetMediaOptionString) == 0x000008, "Wrong alignment on MediaSource_SetMediaOptionString"); \ +static_assert(sizeof(MediaSource_SetMediaOptionString) == 0x000020, "Wrong size on MediaSource_SetMediaOptionString"); \ +static_assert(offsetof(MediaSource_SetMediaOptionString, Key) == 0x000000, "Member 'MediaSource_SetMediaOptionString::Key' has a wrong offset!"); \ +static_assert(offsetof(MediaSource_SetMediaOptionString, Value) == 0x000010, "Member 'MediaSource_SetMediaOptionString::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSource_GetUrl \ +static_assert(alignof(MediaSource_GetUrl) == 0x000008, "Wrong alignment on MediaSource_GetUrl"); \ +static_assert(sizeof(MediaSource_GetUrl) == 0x000010, "Wrong size on MediaSource_GetUrl"); \ +static_assert(offsetof(MediaSource_GetUrl, ReturnValue) == 0x000000, "Member 'MediaSource_GetUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSource_Validate \ +static_assert(alignof(MediaSource_Validate) == 0x000001, "Wrong alignment on MediaSource_Validate"); \ +static_assert(sizeof(MediaSource_Validate) == 0x000001, "Wrong size on MediaSource_Validate"); \ +static_assert(offsetof(MediaSource_Validate, ReturnValue) == 0x000000, "Member 'MediaSource_Validate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaSource \ +static_assert(alignof(UMediaSource) == 0x000008, "Wrong alignment on UMediaSource"); \ +static_assert(sizeof(UMediaSource) == 0x000088, "Wrong size on UMediaSource"); \ + +#define DUMPER7_ASSERTS_UBaseMediaSource \ +static_assert(alignof(UBaseMediaSource) == 0x000008, "Wrong alignment on UBaseMediaSource"); \ +static_assert(sizeof(UBaseMediaSource) == 0x000098, "Wrong size on UBaseMediaSource"); \ +static_assert(offsetof(UBaseMediaSource, PlayerName) == 0x000088, "Member 'UBaseMediaSource::PlayerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FileMediaSource_SetFilePath \ +static_assert(alignof(FileMediaSource_SetFilePath) == 0x000008, "Wrong alignment on FileMediaSource_SetFilePath"); \ +static_assert(sizeof(FileMediaSource_SetFilePath) == 0x000010, "Wrong size on FileMediaSource_SetFilePath"); \ +static_assert(offsetof(FileMediaSource_SetFilePath, Path) == 0x000000, "Member 'FileMediaSource_SetFilePath::Path' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFileMediaSource \ +static_assert(alignof(UFileMediaSource) == 0x000008, "Wrong alignment on UFileMediaSource"); \ +static_assert(sizeof(UFileMediaSource) == 0x0000C0, "Wrong size on UFileMediaSource"); \ +static_assert(offsetof(UFileMediaSource, FilePath) == 0x000098, "Member 'UFileMediaSource::FilePath' has a wrong offset!"); \ +static_assert(offsetof(UFileMediaSource, PrecacheFile) == 0x0000A8, "Member 'UFileMediaSource::PrecacheFile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices \ +static_assert(alignof(MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices) == 0x000008, "Wrong alignment on MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices"); \ +static_assert(sizeof(MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices) == 0x000018, "Wrong size on MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices"); \ +static_assert(offsetof(MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices, OutDevices) == 0x000000, "Member 'MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices::OutDevices' has a wrong offset!"); \ +static_assert(offsetof(MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices, Filter) == 0x000010, "Member 'MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices \ +static_assert(alignof(MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices) == 0x000008, "Wrong alignment on MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices"); \ +static_assert(sizeof(MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices) == 0x000018, "Wrong size on MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices"); \ +static_assert(offsetof(MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices, OutDevices) == 0x000000, "Member 'MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices::OutDevices' has a wrong offset!"); \ +static_assert(offsetof(MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices, Filter) == 0x000010, "Member 'MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices \ +static_assert(alignof(MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices) == 0x000008, "Wrong alignment on MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices"); \ +static_assert(sizeof(MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices) == 0x000018, "Wrong size on MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices"); \ +static_assert(offsetof(MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices, OutDevices) == 0x000000, "Member 'MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices::OutDevices' has a wrong offset!"); \ +static_assert(offsetof(MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices, Filter) == 0x000010, "Member 'MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaBlueprintFunctionLibrary \ +static_assert(alignof(UMediaBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on UMediaBlueprintFunctionLibrary"); \ +static_assert(sizeof(UMediaBlueprintFunctionLibrary) == 0x000030, "Wrong size on UMediaBlueprintFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_MediaComponent_GetMediaPlayer \ +static_assert(alignof(MediaComponent_GetMediaPlayer) == 0x000008, "Wrong alignment on MediaComponent_GetMediaPlayer"); \ +static_assert(sizeof(MediaComponent_GetMediaPlayer) == 0x000008, "Wrong size on MediaComponent_GetMediaPlayer"); \ +static_assert(offsetof(MediaComponent_GetMediaPlayer, ReturnValue) == 0x000000, "Member 'MediaComponent_GetMediaPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaComponent_GetMediaTexture \ +static_assert(alignof(MediaComponent_GetMediaTexture) == 0x000008, "Wrong alignment on MediaComponent_GetMediaTexture"); \ +static_assert(sizeof(MediaComponent_GetMediaTexture) == 0x000008, "Wrong size on MediaComponent_GetMediaTexture"); \ +static_assert(offsetof(MediaComponent_GetMediaTexture, ReturnValue) == 0x000000, "Member 'MediaComponent_GetMediaTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaComponent \ +static_assert(alignof(UMediaComponent) == 0x000008, "Wrong alignment on UMediaComponent"); \ +static_assert(sizeof(UMediaComponent) == 0x0000D0, "Wrong size on UMediaComponent"); \ +static_assert(offsetof(UMediaComponent, MediaTexture) == 0x0000C0, "Member 'UMediaComponent::MediaTexture' has a wrong offset!"); \ +static_assert(offsetof(UMediaComponent, MediaPlayer) == 0x0000C8, "Member 'UMediaComponent::MediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaTimeStampInfo \ +static_assert(alignof(UMediaTimeStampInfo) == 0x000008, "Wrong alignment on UMediaTimeStampInfo"); \ +static_assert(sizeof(UMediaTimeStampInfo) == 0x000040, "Wrong size on UMediaTimeStampInfo"); \ +static_assert(offsetof(UMediaTimeStampInfo, Time) == 0x000030, "Member 'UMediaTimeStampInfo::Time' has a wrong offset!"); \ +static_assert(offsetof(UMediaTimeStampInfo, SequenceIndex) == 0x000038, "Member 'UMediaTimeStampInfo::SequenceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_CanPlaySource \ +static_assert(alignof(MediaPlayer_CanPlaySource) == 0x000008, "Wrong alignment on MediaPlayer_CanPlaySource"); \ +static_assert(sizeof(MediaPlayer_CanPlaySource) == 0x000010, "Wrong size on MediaPlayer_CanPlaySource"); \ +static_assert(offsetof(MediaPlayer_CanPlaySource, MediaSource) == 0x000000, "Member 'MediaPlayer_CanPlaySource::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_CanPlaySource, ReturnValue) == 0x000008, "Member 'MediaPlayer_CanPlaySource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_CanPlayUrl \ +static_assert(alignof(MediaPlayer_CanPlayUrl) == 0x000008, "Wrong alignment on MediaPlayer_CanPlayUrl"); \ +static_assert(sizeof(MediaPlayer_CanPlayUrl) == 0x000018, "Wrong size on MediaPlayer_CanPlayUrl"); \ +static_assert(offsetof(MediaPlayer_CanPlayUrl, Url) == 0x000000, "Member 'MediaPlayer_CanPlayUrl::Url' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_CanPlayUrl, ReturnValue) == 0x000010, "Member 'MediaPlayer_CanPlayUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_Next \ +static_assert(alignof(MediaPlayer_Next) == 0x000001, "Wrong alignment on MediaPlayer_Next"); \ +static_assert(sizeof(MediaPlayer_Next) == 0x000001, "Wrong size on MediaPlayer_Next"); \ +static_assert(offsetof(MediaPlayer_Next, ReturnValue) == 0x000000, "Member 'MediaPlayer_Next::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_OpenFile \ +static_assert(alignof(MediaPlayer_OpenFile) == 0x000008, "Wrong alignment on MediaPlayer_OpenFile"); \ +static_assert(sizeof(MediaPlayer_OpenFile) == 0x000018, "Wrong size on MediaPlayer_OpenFile"); \ +static_assert(offsetof(MediaPlayer_OpenFile, FilePath) == 0x000000, "Member 'MediaPlayer_OpenFile::FilePath' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenFile, ReturnValue) == 0x000010, "Member 'MediaPlayer_OpenFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_OpenPlaylist \ +static_assert(alignof(MediaPlayer_OpenPlaylist) == 0x000008, "Wrong alignment on MediaPlayer_OpenPlaylist"); \ +static_assert(sizeof(MediaPlayer_OpenPlaylist) == 0x000010, "Wrong size on MediaPlayer_OpenPlaylist"); \ +static_assert(offsetof(MediaPlayer_OpenPlaylist, InPlaylist) == 0x000000, "Member 'MediaPlayer_OpenPlaylist::InPlaylist' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenPlaylist, ReturnValue) == 0x000008, "Member 'MediaPlayer_OpenPlaylist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_OpenPlaylistIndex \ +static_assert(alignof(MediaPlayer_OpenPlaylistIndex) == 0x000008, "Wrong alignment on MediaPlayer_OpenPlaylistIndex"); \ +static_assert(sizeof(MediaPlayer_OpenPlaylistIndex) == 0x000010, "Wrong size on MediaPlayer_OpenPlaylistIndex"); \ +static_assert(offsetof(MediaPlayer_OpenPlaylistIndex, InPlaylist) == 0x000000, "Member 'MediaPlayer_OpenPlaylistIndex::InPlaylist' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenPlaylistIndex, Index_0) == 0x000008, "Member 'MediaPlayer_OpenPlaylistIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenPlaylistIndex, ReturnValue) == 0x00000C, "Member 'MediaPlayer_OpenPlaylistIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_OpenSource \ +static_assert(alignof(MediaPlayer_OpenSource) == 0x000008, "Wrong alignment on MediaPlayer_OpenSource"); \ +static_assert(sizeof(MediaPlayer_OpenSource) == 0x000010, "Wrong size on MediaPlayer_OpenSource"); \ +static_assert(offsetof(MediaPlayer_OpenSource, MediaSource) == 0x000000, "Member 'MediaPlayer_OpenSource::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenSource, ReturnValue) == 0x000008, "Member 'MediaPlayer_OpenSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_OpenSourceLatent \ +static_assert(alignof(MediaPlayer_OpenSourceLatent) == 0x000008, "Wrong alignment on MediaPlayer_OpenSourceLatent"); \ +static_assert(sizeof(MediaPlayer_OpenSourceLatent) == 0x000068, "Wrong size on MediaPlayer_OpenSourceLatent"); \ +static_assert(offsetof(MediaPlayer_OpenSourceLatent, WorldContextObject) == 0x000000, "Member 'MediaPlayer_OpenSourceLatent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenSourceLatent, LatentInfo) == 0x000008, "Member 'MediaPlayer_OpenSourceLatent::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenSourceLatent, MediaSource) == 0x000028, "Member 'MediaPlayer_OpenSourceLatent::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenSourceLatent, Options) == 0x000030, "Member 'MediaPlayer_OpenSourceLatent::Options' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenSourceLatent, bSuccess) == 0x000060, "Member 'MediaPlayer_OpenSourceLatent::bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_OpenSourceWithOptions \ +static_assert(alignof(MediaPlayer_OpenSourceWithOptions) == 0x000008, "Wrong alignment on MediaPlayer_OpenSourceWithOptions"); \ +static_assert(sizeof(MediaPlayer_OpenSourceWithOptions) == 0x000040, "Wrong size on MediaPlayer_OpenSourceWithOptions"); \ +static_assert(offsetof(MediaPlayer_OpenSourceWithOptions, MediaSource) == 0x000000, "Member 'MediaPlayer_OpenSourceWithOptions::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenSourceWithOptions, Options) == 0x000008, "Member 'MediaPlayer_OpenSourceWithOptions::Options' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenSourceWithOptions, ReturnValue) == 0x000038, "Member 'MediaPlayer_OpenSourceWithOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_OpenUrl \ +static_assert(alignof(MediaPlayer_OpenUrl) == 0x000008, "Wrong alignment on MediaPlayer_OpenUrl"); \ +static_assert(sizeof(MediaPlayer_OpenUrl) == 0x000018, "Wrong size on MediaPlayer_OpenUrl"); \ +static_assert(offsetof(MediaPlayer_OpenUrl, Url) == 0x000000, "Member 'MediaPlayer_OpenUrl::Url' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenUrl, ReturnValue) == 0x000010, "Member 'MediaPlayer_OpenUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_Pause \ +static_assert(alignof(MediaPlayer_Pause) == 0x000001, "Wrong alignment on MediaPlayer_Pause"); \ +static_assert(sizeof(MediaPlayer_Pause) == 0x000001, "Wrong size on MediaPlayer_Pause"); \ +static_assert(offsetof(MediaPlayer_Pause, ReturnValue) == 0x000000, "Member 'MediaPlayer_Pause::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_Play \ +static_assert(alignof(MediaPlayer_Play) == 0x000001, "Wrong alignment on MediaPlayer_Play"); \ +static_assert(sizeof(MediaPlayer_Play) == 0x000001, "Wrong size on MediaPlayer_Play"); \ +static_assert(offsetof(MediaPlayer_Play, ReturnValue) == 0x000000, "Member 'MediaPlayer_Play::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_Previous \ +static_assert(alignof(MediaPlayer_Previous) == 0x000001, "Wrong alignment on MediaPlayer_Previous"); \ +static_assert(sizeof(MediaPlayer_Previous) == 0x000001, "Wrong size on MediaPlayer_Previous"); \ +static_assert(offsetof(MediaPlayer_Previous, ReturnValue) == 0x000000, "Member 'MediaPlayer_Previous::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_Reopen \ +static_assert(alignof(MediaPlayer_Reopen) == 0x000001, "Wrong alignment on MediaPlayer_Reopen"); \ +static_assert(sizeof(MediaPlayer_Reopen) == 0x000001, "Wrong size on MediaPlayer_Reopen"); \ +static_assert(offsetof(MediaPlayer_Reopen, ReturnValue) == 0x000000, "Member 'MediaPlayer_Reopen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_Rewind \ +static_assert(alignof(MediaPlayer_Rewind) == 0x000001, "Wrong alignment on MediaPlayer_Rewind"); \ +static_assert(sizeof(MediaPlayer_Rewind) == 0x000001, "Wrong size on MediaPlayer_Rewind"); \ +static_assert(offsetof(MediaPlayer_Rewind, ReturnValue) == 0x000000, "Member 'MediaPlayer_Rewind::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_Seek \ +static_assert(alignof(MediaPlayer_Seek) == 0x000008, "Wrong alignment on MediaPlayer_Seek"); \ +static_assert(sizeof(MediaPlayer_Seek) == 0x000010, "Wrong size on MediaPlayer_Seek"); \ +static_assert(offsetof(MediaPlayer_Seek, Time) == 0x000000, "Member 'MediaPlayer_Seek::Time' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_Seek, ReturnValue) == 0x000008, "Member 'MediaPlayer_Seek::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SelectTrack \ +static_assert(alignof(MediaPlayer_SelectTrack) == 0x000004, "Wrong alignment on MediaPlayer_SelectTrack"); \ +static_assert(sizeof(MediaPlayer_SelectTrack) == 0x00000C, "Wrong size on MediaPlayer_SelectTrack"); \ +static_assert(offsetof(MediaPlayer_SelectTrack, TrackType) == 0x000000, "Member 'MediaPlayer_SelectTrack::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SelectTrack, TrackIndex) == 0x000004, "Member 'MediaPlayer_SelectTrack::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SelectTrack, ReturnValue) == 0x000008, "Member 'MediaPlayer_SelectTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SetBlockOnTime \ +static_assert(alignof(MediaPlayer_SetBlockOnTime) == 0x000008, "Wrong alignment on MediaPlayer_SetBlockOnTime"); \ +static_assert(sizeof(MediaPlayer_SetBlockOnTime) == 0x000008, "Wrong size on MediaPlayer_SetBlockOnTime"); \ +static_assert(offsetof(MediaPlayer_SetBlockOnTime, Time) == 0x000000, "Member 'MediaPlayer_SetBlockOnTime::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SetDesiredPlayerName \ +static_assert(alignof(MediaPlayer_SetDesiredPlayerName) == 0x000004, "Wrong alignment on MediaPlayer_SetDesiredPlayerName"); \ +static_assert(sizeof(MediaPlayer_SetDesiredPlayerName) == 0x00000C, "Wrong size on MediaPlayer_SetDesiredPlayerName"); \ +static_assert(offsetof(MediaPlayer_SetDesiredPlayerName, PlayerName) == 0x000000, "Member 'MediaPlayer_SetDesiredPlayerName::PlayerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SetLooping \ +static_assert(alignof(MediaPlayer_SetLooping) == 0x000001, "Wrong alignment on MediaPlayer_SetLooping"); \ +static_assert(sizeof(MediaPlayer_SetLooping) == 0x000002, "Wrong size on MediaPlayer_SetLooping"); \ +static_assert(offsetof(MediaPlayer_SetLooping, Looping) == 0x000000, "Member 'MediaPlayer_SetLooping::Looping' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetLooping, ReturnValue) == 0x000001, "Member 'MediaPlayer_SetLooping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SetMediaOptions \ +static_assert(alignof(MediaPlayer_SetMediaOptions) == 0x000008, "Wrong alignment on MediaPlayer_SetMediaOptions"); \ +static_assert(sizeof(MediaPlayer_SetMediaOptions) == 0x000008, "Wrong size on MediaPlayer_SetMediaOptions"); \ +static_assert(offsetof(MediaPlayer_SetMediaOptions, Options) == 0x000000, "Member 'MediaPlayer_SetMediaOptions::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SetNativeVolume \ +static_assert(alignof(MediaPlayer_SetNativeVolume) == 0x000004, "Wrong alignment on MediaPlayer_SetNativeVolume"); \ +static_assert(sizeof(MediaPlayer_SetNativeVolume) == 0x000008, "Wrong size on MediaPlayer_SetNativeVolume"); \ +static_assert(offsetof(MediaPlayer_SetNativeVolume, Volume) == 0x000000, "Member 'MediaPlayer_SetNativeVolume::Volume' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetNativeVolume, ReturnValue) == 0x000004, "Member 'MediaPlayer_SetNativeVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SetRate \ +static_assert(alignof(MediaPlayer_SetRate) == 0x000004, "Wrong alignment on MediaPlayer_SetRate"); \ +static_assert(sizeof(MediaPlayer_SetRate) == 0x000008, "Wrong size on MediaPlayer_SetRate"); \ +static_assert(offsetof(MediaPlayer_SetRate, Rate) == 0x000000, "Member 'MediaPlayer_SetRate::Rate' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetRate, ReturnValue) == 0x000004, "Member 'MediaPlayer_SetRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SetTimeDelay \ +static_assert(alignof(MediaPlayer_SetTimeDelay) == 0x000008, "Wrong alignment on MediaPlayer_SetTimeDelay"); \ +static_assert(sizeof(MediaPlayer_SetTimeDelay) == 0x000008, "Wrong size on MediaPlayer_SetTimeDelay"); \ +static_assert(offsetof(MediaPlayer_SetTimeDelay, TimeDelay_0) == 0x000000, "Member 'MediaPlayer_SetTimeDelay::TimeDelay_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SetTrackFormat \ +static_assert(alignof(MediaPlayer_SetTrackFormat) == 0x000004, "Wrong alignment on MediaPlayer_SetTrackFormat"); \ +static_assert(sizeof(MediaPlayer_SetTrackFormat) == 0x000010, "Wrong size on MediaPlayer_SetTrackFormat"); \ +static_assert(offsetof(MediaPlayer_SetTrackFormat, TrackType) == 0x000000, "Member 'MediaPlayer_SetTrackFormat::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetTrackFormat, TrackIndex) == 0x000004, "Member 'MediaPlayer_SetTrackFormat::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetTrackFormat, FormatIndex) == 0x000008, "Member 'MediaPlayer_SetTrackFormat::FormatIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetTrackFormat, ReturnValue) == 0x00000C, "Member 'MediaPlayer_SetTrackFormat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SetVideoTrackFrameRate \ +static_assert(alignof(MediaPlayer_SetVideoTrackFrameRate) == 0x000004, "Wrong alignment on MediaPlayer_SetVideoTrackFrameRate"); \ +static_assert(sizeof(MediaPlayer_SetVideoTrackFrameRate) == 0x000010, "Wrong size on MediaPlayer_SetVideoTrackFrameRate"); \ +static_assert(offsetof(MediaPlayer_SetVideoTrackFrameRate, TrackIndex) == 0x000000, "Member 'MediaPlayer_SetVideoTrackFrameRate::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetVideoTrackFrameRate, FormatIndex) == 0x000004, "Member 'MediaPlayer_SetVideoTrackFrameRate::FormatIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetVideoTrackFrameRate, FrameRate) == 0x000008, "Member 'MediaPlayer_SetVideoTrackFrameRate::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetVideoTrackFrameRate, ReturnValue) == 0x00000C, "Member 'MediaPlayer_SetVideoTrackFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SetViewField \ +static_assert(alignof(MediaPlayer_SetViewField) == 0x000004, "Wrong alignment on MediaPlayer_SetViewField"); \ +static_assert(sizeof(MediaPlayer_SetViewField) == 0x00000C, "Wrong size on MediaPlayer_SetViewField"); \ +static_assert(offsetof(MediaPlayer_SetViewField, Horizontal) == 0x000000, "Member 'MediaPlayer_SetViewField::Horizontal' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetViewField, Vertical) == 0x000004, "Member 'MediaPlayer_SetViewField::Vertical' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetViewField, Absolute) == 0x000008, "Member 'MediaPlayer_SetViewField::Absolute' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetViewField, ReturnValue) == 0x000009, "Member 'MediaPlayer_SetViewField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SetViewRotation \ +static_assert(alignof(MediaPlayer_SetViewRotation) == 0x000004, "Wrong alignment on MediaPlayer_SetViewRotation"); \ +static_assert(sizeof(MediaPlayer_SetViewRotation) == 0x000010, "Wrong size on MediaPlayer_SetViewRotation"); \ +static_assert(offsetof(MediaPlayer_SetViewRotation, Rotation) == 0x000000, "Member 'MediaPlayer_SetViewRotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetViewRotation, Absolute) == 0x00000C, "Member 'MediaPlayer_SetViewRotation::Absolute' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetViewRotation, ReturnValue) == 0x00000D, "Member 'MediaPlayer_SetViewRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_CanPause \ +static_assert(alignof(MediaPlayer_CanPause) == 0x000001, "Wrong alignment on MediaPlayer_CanPause"); \ +static_assert(sizeof(MediaPlayer_CanPause) == 0x000001, "Wrong size on MediaPlayer_CanPause"); \ +static_assert(offsetof(MediaPlayer_CanPause, ReturnValue) == 0x000000, "Member 'MediaPlayer_CanPause::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetAudioTrackChannels \ +static_assert(alignof(MediaPlayer_GetAudioTrackChannels) == 0x000004, "Wrong alignment on MediaPlayer_GetAudioTrackChannels"); \ +static_assert(sizeof(MediaPlayer_GetAudioTrackChannels) == 0x00000C, "Wrong size on MediaPlayer_GetAudioTrackChannels"); \ +static_assert(offsetof(MediaPlayer_GetAudioTrackChannels, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetAudioTrackChannels::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetAudioTrackChannels, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetAudioTrackChannels::FormatIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetAudioTrackChannels, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetAudioTrackChannels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetAudioTrackSampleRate \ +static_assert(alignof(MediaPlayer_GetAudioTrackSampleRate) == 0x000004, "Wrong alignment on MediaPlayer_GetAudioTrackSampleRate"); \ +static_assert(sizeof(MediaPlayer_GetAudioTrackSampleRate) == 0x00000C, "Wrong size on MediaPlayer_GetAudioTrackSampleRate"); \ +static_assert(offsetof(MediaPlayer_GetAudioTrackSampleRate, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetAudioTrackSampleRate::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetAudioTrackSampleRate, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetAudioTrackSampleRate::FormatIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetAudioTrackSampleRate, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetAudioTrackSampleRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetAudioTrackType \ +static_assert(alignof(MediaPlayer_GetAudioTrackType) == 0x000008, "Wrong alignment on MediaPlayer_GetAudioTrackType"); \ +static_assert(sizeof(MediaPlayer_GetAudioTrackType) == 0x000018, "Wrong size on MediaPlayer_GetAudioTrackType"); \ +static_assert(offsetof(MediaPlayer_GetAudioTrackType, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetAudioTrackType::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetAudioTrackType, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetAudioTrackType::FormatIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetAudioTrackType, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetAudioTrackType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetDesiredPlayerName \ +static_assert(alignof(MediaPlayer_GetDesiredPlayerName) == 0x000004, "Wrong alignment on MediaPlayer_GetDesiredPlayerName"); \ +static_assert(sizeof(MediaPlayer_GetDesiredPlayerName) == 0x00000C, "Wrong size on MediaPlayer_GetDesiredPlayerName"); \ +static_assert(offsetof(MediaPlayer_GetDesiredPlayerName, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetDesiredPlayerName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetDuration \ +static_assert(alignof(MediaPlayer_GetDuration) == 0x000008, "Wrong alignment on MediaPlayer_GetDuration"); \ +static_assert(sizeof(MediaPlayer_GetDuration) == 0x000008, "Wrong size on MediaPlayer_GetDuration"); \ +static_assert(offsetof(MediaPlayer_GetDuration, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetHorizontalFieldOfView \ +static_assert(alignof(MediaPlayer_GetHorizontalFieldOfView) == 0x000004, "Wrong alignment on MediaPlayer_GetHorizontalFieldOfView"); \ +static_assert(sizeof(MediaPlayer_GetHorizontalFieldOfView) == 0x000004, "Wrong size on MediaPlayer_GetHorizontalFieldOfView"); \ +static_assert(offsetof(MediaPlayer_GetHorizontalFieldOfView, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetHorizontalFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetMediaName \ +static_assert(alignof(MediaPlayer_GetMediaName) == 0x000008, "Wrong alignment on MediaPlayer_GetMediaName"); \ +static_assert(sizeof(MediaPlayer_GetMediaName) == 0x000018, "Wrong size on MediaPlayer_GetMediaName"); \ +static_assert(offsetof(MediaPlayer_GetMediaName, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetMediaName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetNumTrackFormats \ +static_assert(alignof(MediaPlayer_GetNumTrackFormats) == 0x000004, "Wrong alignment on MediaPlayer_GetNumTrackFormats"); \ +static_assert(sizeof(MediaPlayer_GetNumTrackFormats) == 0x00000C, "Wrong size on MediaPlayer_GetNumTrackFormats"); \ +static_assert(offsetof(MediaPlayer_GetNumTrackFormats, TrackType) == 0x000000, "Member 'MediaPlayer_GetNumTrackFormats::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetNumTrackFormats, TrackIndex) == 0x000004, "Member 'MediaPlayer_GetNumTrackFormats::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetNumTrackFormats, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetNumTrackFormats::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetNumTracks \ +static_assert(alignof(MediaPlayer_GetNumTracks) == 0x000004, "Wrong alignment on MediaPlayer_GetNumTracks"); \ +static_assert(sizeof(MediaPlayer_GetNumTracks) == 0x000008, "Wrong size on MediaPlayer_GetNumTracks"); \ +static_assert(offsetof(MediaPlayer_GetNumTracks, TrackType) == 0x000000, "Member 'MediaPlayer_GetNumTracks::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetNumTracks, ReturnValue) == 0x000004, "Member 'MediaPlayer_GetNumTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetPlayerName \ +static_assert(alignof(MediaPlayer_GetPlayerName) == 0x000004, "Wrong alignment on MediaPlayer_GetPlayerName"); \ +static_assert(sizeof(MediaPlayer_GetPlayerName) == 0x00000C, "Wrong size on MediaPlayer_GetPlayerName"); \ +static_assert(offsetof(MediaPlayer_GetPlayerName, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetPlayerName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetPlaylist \ +static_assert(alignof(MediaPlayer_GetPlaylist) == 0x000008, "Wrong alignment on MediaPlayer_GetPlaylist"); \ +static_assert(sizeof(MediaPlayer_GetPlaylist) == 0x000008, "Wrong size on MediaPlayer_GetPlaylist"); \ +static_assert(offsetof(MediaPlayer_GetPlaylist, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetPlaylist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetPlaylistIndex \ +static_assert(alignof(MediaPlayer_GetPlaylistIndex) == 0x000004, "Wrong alignment on MediaPlayer_GetPlaylistIndex"); \ +static_assert(sizeof(MediaPlayer_GetPlaylistIndex) == 0x000004, "Wrong size on MediaPlayer_GetPlaylistIndex"); \ +static_assert(offsetof(MediaPlayer_GetPlaylistIndex, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetPlaylistIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetRate \ +static_assert(alignof(MediaPlayer_GetRate) == 0x000004, "Wrong alignment on MediaPlayer_GetRate"); \ +static_assert(sizeof(MediaPlayer_GetRate) == 0x000004, "Wrong size on MediaPlayer_GetRate"); \ +static_assert(offsetof(MediaPlayer_GetRate, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetSelectedTrack \ +static_assert(alignof(MediaPlayer_GetSelectedTrack) == 0x000004, "Wrong alignment on MediaPlayer_GetSelectedTrack"); \ +static_assert(sizeof(MediaPlayer_GetSelectedTrack) == 0x000008, "Wrong size on MediaPlayer_GetSelectedTrack"); \ +static_assert(offsetof(MediaPlayer_GetSelectedTrack, TrackType) == 0x000000, "Member 'MediaPlayer_GetSelectedTrack::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetSelectedTrack, ReturnValue) == 0x000004, "Member 'MediaPlayer_GetSelectedTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetSupportedRates \ +static_assert(alignof(MediaPlayer_GetSupportedRates) == 0x000008, "Wrong alignment on MediaPlayer_GetSupportedRates"); \ +static_assert(sizeof(MediaPlayer_GetSupportedRates) == 0x000018, "Wrong size on MediaPlayer_GetSupportedRates"); \ +static_assert(offsetof(MediaPlayer_GetSupportedRates, OutRates) == 0x000000, "Member 'MediaPlayer_GetSupportedRates::OutRates' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetSupportedRates, Unthinned) == 0x000010, "Member 'MediaPlayer_GetSupportedRates::Unthinned' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetTime \ +static_assert(alignof(MediaPlayer_GetTime) == 0x000008, "Wrong alignment on MediaPlayer_GetTime"); \ +static_assert(sizeof(MediaPlayer_GetTime) == 0x000008, "Wrong size on MediaPlayer_GetTime"); \ +static_assert(offsetof(MediaPlayer_GetTime, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetTimeDelay \ +static_assert(alignof(MediaPlayer_GetTimeDelay) == 0x000008, "Wrong alignment on MediaPlayer_GetTimeDelay"); \ +static_assert(sizeof(MediaPlayer_GetTimeDelay) == 0x000008, "Wrong size on MediaPlayer_GetTimeDelay"); \ +static_assert(offsetof(MediaPlayer_GetTimeDelay, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetTimeDelay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetTimeStamp \ +static_assert(alignof(MediaPlayer_GetTimeStamp) == 0x000008, "Wrong alignment on MediaPlayer_GetTimeStamp"); \ +static_assert(sizeof(MediaPlayer_GetTimeStamp) == 0x000008, "Wrong size on MediaPlayer_GetTimeStamp"); \ +static_assert(offsetof(MediaPlayer_GetTimeStamp, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetTimeStamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetTrackDisplayName \ +static_assert(alignof(MediaPlayer_GetTrackDisplayName) == 0x000008, "Wrong alignment on MediaPlayer_GetTrackDisplayName"); \ +static_assert(sizeof(MediaPlayer_GetTrackDisplayName) == 0x000020, "Wrong size on MediaPlayer_GetTrackDisplayName"); \ +static_assert(offsetof(MediaPlayer_GetTrackDisplayName, TrackType) == 0x000000, "Member 'MediaPlayer_GetTrackDisplayName::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetTrackDisplayName, TrackIndex) == 0x000004, "Member 'MediaPlayer_GetTrackDisplayName::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetTrackDisplayName, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetTrackDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetTrackFormat \ +static_assert(alignof(MediaPlayer_GetTrackFormat) == 0x000004, "Wrong alignment on MediaPlayer_GetTrackFormat"); \ +static_assert(sizeof(MediaPlayer_GetTrackFormat) == 0x00000C, "Wrong size on MediaPlayer_GetTrackFormat"); \ +static_assert(offsetof(MediaPlayer_GetTrackFormat, TrackType) == 0x000000, "Member 'MediaPlayer_GetTrackFormat::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetTrackFormat, TrackIndex) == 0x000004, "Member 'MediaPlayer_GetTrackFormat::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetTrackFormat, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetTrackFormat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetTrackLanguage \ +static_assert(alignof(MediaPlayer_GetTrackLanguage) == 0x000008, "Wrong alignment on MediaPlayer_GetTrackLanguage"); \ +static_assert(sizeof(MediaPlayer_GetTrackLanguage) == 0x000018, "Wrong size on MediaPlayer_GetTrackLanguage"); \ +static_assert(offsetof(MediaPlayer_GetTrackLanguage, TrackType) == 0x000000, "Member 'MediaPlayer_GetTrackLanguage::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetTrackLanguage, TrackIndex) == 0x000004, "Member 'MediaPlayer_GetTrackLanguage::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetTrackLanguage, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetTrackLanguage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetUrl \ +static_assert(alignof(MediaPlayer_GetUrl) == 0x000008, "Wrong alignment on MediaPlayer_GetUrl"); \ +static_assert(sizeof(MediaPlayer_GetUrl) == 0x000010, "Wrong size on MediaPlayer_GetUrl"); \ +static_assert(offsetof(MediaPlayer_GetUrl, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetVerticalFieldOfView \ +static_assert(alignof(MediaPlayer_GetVerticalFieldOfView) == 0x000004, "Wrong alignment on MediaPlayer_GetVerticalFieldOfView"); \ +static_assert(sizeof(MediaPlayer_GetVerticalFieldOfView) == 0x000004, "Wrong size on MediaPlayer_GetVerticalFieldOfView"); \ +static_assert(offsetof(MediaPlayer_GetVerticalFieldOfView, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetVerticalFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetVideoTrackAspectRatio \ +static_assert(alignof(MediaPlayer_GetVideoTrackAspectRatio) == 0x000004, "Wrong alignment on MediaPlayer_GetVideoTrackAspectRatio"); \ +static_assert(sizeof(MediaPlayer_GetVideoTrackAspectRatio) == 0x00000C, "Wrong size on MediaPlayer_GetVideoTrackAspectRatio"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackAspectRatio, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetVideoTrackAspectRatio::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackAspectRatio, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetVideoTrackAspectRatio::FormatIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackAspectRatio, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetVideoTrackAspectRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetVideoTrackDimensions \ +static_assert(alignof(MediaPlayer_GetVideoTrackDimensions) == 0x000004, "Wrong alignment on MediaPlayer_GetVideoTrackDimensions"); \ +static_assert(sizeof(MediaPlayer_GetVideoTrackDimensions) == 0x000010, "Wrong size on MediaPlayer_GetVideoTrackDimensions"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackDimensions, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetVideoTrackDimensions::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackDimensions, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetVideoTrackDimensions::FormatIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackDimensions, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetVideoTrackDimensions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetVideoTrackFrameRate \ +static_assert(alignof(MediaPlayer_GetVideoTrackFrameRate) == 0x000004, "Wrong alignment on MediaPlayer_GetVideoTrackFrameRate"); \ +static_assert(sizeof(MediaPlayer_GetVideoTrackFrameRate) == 0x00000C, "Wrong size on MediaPlayer_GetVideoTrackFrameRate"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackFrameRate, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetVideoTrackFrameRate::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackFrameRate, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetVideoTrackFrameRate::FormatIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackFrameRate, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetVideoTrackFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetVideoTrackFrameRates \ +static_assert(alignof(MediaPlayer_GetVideoTrackFrameRates) == 0x000004, "Wrong alignment on MediaPlayer_GetVideoTrackFrameRates"); \ +static_assert(sizeof(MediaPlayer_GetVideoTrackFrameRates) == 0x000018, "Wrong size on MediaPlayer_GetVideoTrackFrameRates"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackFrameRates, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetVideoTrackFrameRates::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackFrameRates, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetVideoTrackFrameRates::FormatIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackFrameRates, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetVideoTrackFrameRates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetVideoTrackType \ +static_assert(alignof(MediaPlayer_GetVideoTrackType) == 0x000008, "Wrong alignment on MediaPlayer_GetVideoTrackType"); \ +static_assert(sizeof(MediaPlayer_GetVideoTrackType) == 0x000018, "Wrong size on MediaPlayer_GetVideoTrackType"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackType, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetVideoTrackType::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackType, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetVideoTrackType::FormatIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackType, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetVideoTrackType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetViewRotation \ +static_assert(alignof(MediaPlayer_GetViewRotation) == 0x000004, "Wrong alignment on MediaPlayer_GetViewRotation"); \ +static_assert(sizeof(MediaPlayer_GetViewRotation) == 0x00000C, "Wrong size on MediaPlayer_GetViewRotation"); \ +static_assert(offsetof(MediaPlayer_GetViewRotation, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetViewRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_HasError \ +static_assert(alignof(MediaPlayer_HasError) == 0x000001, "Wrong alignment on MediaPlayer_HasError"); \ +static_assert(sizeof(MediaPlayer_HasError) == 0x000001, "Wrong size on MediaPlayer_HasError"); \ +static_assert(offsetof(MediaPlayer_HasError, ReturnValue) == 0x000000, "Member 'MediaPlayer_HasError::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_IsBuffering \ +static_assert(alignof(MediaPlayer_IsBuffering) == 0x000001, "Wrong alignment on MediaPlayer_IsBuffering"); \ +static_assert(sizeof(MediaPlayer_IsBuffering) == 0x000001, "Wrong size on MediaPlayer_IsBuffering"); \ +static_assert(offsetof(MediaPlayer_IsBuffering, ReturnValue) == 0x000000, "Member 'MediaPlayer_IsBuffering::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_IsClosed \ +static_assert(alignof(MediaPlayer_IsClosed) == 0x000001, "Wrong alignment on MediaPlayer_IsClosed"); \ +static_assert(sizeof(MediaPlayer_IsClosed) == 0x000001, "Wrong size on MediaPlayer_IsClosed"); \ +static_assert(offsetof(MediaPlayer_IsClosed, ReturnValue) == 0x000000, "Member 'MediaPlayer_IsClosed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_IsConnecting \ +static_assert(alignof(MediaPlayer_IsConnecting) == 0x000001, "Wrong alignment on MediaPlayer_IsConnecting"); \ +static_assert(sizeof(MediaPlayer_IsConnecting) == 0x000001, "Wrong size on MediaPlayer_IsConnecting"); \ +static_assert(offsetof(MediaPlayer_IsConnecting, ReturnValue) == 0x000000, "Member 'MediaPlayer_IsConnecting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_IsLooping \ +static_assert(alignof(MediaPlayer_IsLooping) == 0x000001, "Wrong alignment on MediaPlayer_IsLooping"); \ +static_assert(sizeof(MediaPlayer_IsLooping) == 0x000001, "Wrong size on MediaPlayer_IsLooping"); \ +static_assert(offsetof(MediaPlayer_IsLooping, ReturnValue) == 0x000000, "Member 'MediaPlayer_IsLooping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_IsPaused \ +static_assert(alignof(MediaPlayer_IsPaused) == 0x000001, "Wrong alignment on MediaPlayer_IsPaused"); \ +static_assert(sizeof(MediaPlayer_IsPaused) == 0x000001, "Wrong size on MediaPlayer_IsPaused"); \ +static_assert(offsetof(MediaPlayer_IsPaused, ReturnValue) == 0x000000, "Member 'MediaPlayer_IsPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_IsPlaying \ +static_assert(alignof(MediaPlayer_IsPlaying) == 0x000001, "Wrong alignment on MediaPlayer_IsPlaying"); \ +static_assert(sizeof(MediaPlayer_IsPlaying) == 0x000001, "Wrong size on MediaPlayer_IsPlaying"); \ +static_assert(offsetof(MediaPlayer_IsPlaying, ReturnValue) == 0x000000, "Member 'MediaPlayer_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_IsPreparing \ +static_assert(alignof(MediaPlayer_IsPreparing) == 0x000001, "Wrong alignment on MediaPlayer_IsPreparing"); \ +static_assert(sizeof(MediaPlayer_IsPreparing) == 0x000001, "Wrong size on MediaPlayer_IsPreparing"); \ +static_assert(offsetof(MediaPlayer_IsPreparing, ReturnValue) == 0x000000, "Member 'MediaPlayer_IsPreparing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_IsReady \ +static_assert(alignof(MediaPlayer_IsReady) == 0x000001, "Wrong alignment on MediaPlayer_IsReady"); \ +static_assert(sizeof(MediaPlayer_IsReady) == 0x000001, "Wrong size on MediaPlayer_IsReady"); \ +static_assert(offsetof(MediaPlayer_IsReady, ReturnValue) == 0x000000, "Member 'MediaPlayer_IsReady::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SupportsRate \ +static_assert(alignof(MediaPlayer_SupportsRate) == 0x000004, "Wrong alignment on MediaPlayer_SupportsRate"); \ +static_assert(sizeof(MediaPlayer_SupportsRate) == 0x000008, "Wrong size on MediaPlayer_SupportsRate"); \ +static_assert(offsetof(MediaPlayer_SupportsRate, Rate) == 0x000000, "Member 'MediaPlayer_SupportsRate::Rate' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SupportsRate, Unthinned) == 0x000004, "Member 'MediaPlayer_SupportsRate::Unthinned' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SupportsRate, ReturnValue) == 0x000005, "Member 'MediaPlayer_SupportsRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SupportsScrubbing \ +static_assert(alignof(MediaPlayer_SupportsScrubbing) == 0x000001, "Wrong alignment on MediaPlayer_SupportsScrubbing"); \ +static_assert(sizeof(MediaPlayer_SupportsScrubbing) == 0x000001, "Wrong size on MediaPlayer_SupportsScrubbing"); \ +static_assert(offsetof(MediaPlayer_SupportsScrubbing, ReturnValue) == 0x000000, "Member 'MediaPlayer_SupportsScrubbing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SupportsSeeking \ +static_assert(alignof(MediaPlayer_SupportsSeeking) == 0x000001, "Wrong alignment on MediaPlayer_SupportsSeeking"); \ +static_assert(sizeof(MediaPlayer_SupportsSeeking) == 0x000001, "Wrong size on MediaPlayer_SupportsSeeking"); \ +static_assert(offsetof(MediaPlayer_SupportsSeeking, ReturnValue) == 0x000000, "Member 'MediaPlayer_SupportsSeeking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaPlayer \ +static_assert(alignof(UMediaPlayer) == 0x000008, "Wrong alignment on UMediaPlayer"); \ +static_assert(sizeof(UMediaPlayer) == 0x000140, "Wrong size on UMediaPlayer"); \ +static_assert(offsetof(UMediaPlayer, OnEndReached) == 0x000030, "Member 'UMediaPlayer::OnEndReached' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, OnMediaClosed) == 0x000040, "Member 'UMediaPlayer::OnMediaClosed' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, OnMediaOpened) == 0x000050, "Member 'UMediaPlayer::OnMediaOpened' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, OnMediaOpenFailed) == 0x000060, "Member 'UMediaPlayer::OnMediaOpenFailed' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, OnPlaybackResumed) == 0x000070, "Member 'UMediaPlayer::OnPlaybackResumed' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, OnPlaybackSuspended) == 0x000080, "Member 'UMediaPlayer::OnPlaybackSuspended' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, OnSeekCompleted) == 0x000090, "Member 'UMediaPlayer::OnSeekCompleted' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, OnTracksChanged) == 0x0000A0, "Member 'UMediaPlayer::OnTracksChanged' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, CacheAhead) == 0x0000B0, "Member 'UMediaPlayer::CacheAhead' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, CacheBehind) == 0x0000B8, "Member 'UMediaPlayer::CacheBehind' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, CacheBehindGame) == 0x0000C0, "Member 'UMediaPlayer::CacheBehindGame' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, NativeAudioOut) == 0x0000C8, "Member 'UMediaPlayer::NativeAudioOut' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, PlayOnOpen) == 0x0000C9, "Member 'UMediaPlayer::PlayOnOpen' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, Playlist) == 0x0000D0, "Member 'UMediaPlayer::Playlist' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, PlaylistIndex) == 0x0000D8, "Member 'UMediaPlayer::PlaylistIndex' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, TimeDelay) == 0x0000E0, "Member 'UMediaPlayer::TimeDelay' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, HorizontalFieldOfView) == 0x0000E8, "Member 'UMediaPlayer::HorizontalFieldOfView' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, VerticalFieldOfView) == 0x0000EC, "Member 'UMediaPlayer::VerticalFieldOfView' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, ViewRotation) == 0x0000F0, "Member 'UMediaPlayer::ViewRotation' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, PlayerGuid) == 0x000128, "Member 'UMediaPlayer::PlayerGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlaylist_Add \ +static_assert(alignof(MediaPlaylist_Add) == 0x000008, "Wrong alignment on MediaPlaylist_Add"); \ +static_assert(sizeof(MediaPlaylist_Add) == 0x000010, "Wrong size on MediaPlaylist_Add"); \ +static_assert(offsetof(MediaPlaylist_Add, MediaSource) == 0x000000, "Member 'MediaPlaylist_Add::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(MediaPlaylist_Add, ReturnValue) == 0x000008, "Member 'MediaPlaylist_Add::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlaylist_AddFile \ +static_assert(alignof(MediaPlaylist_AddFile) == 0x000008, "Wrong alignment on MediaPlaylist_AddFile"); \ +static_assert(sizeof(MediaPlaylist_AddFile) == 0x000018, "Wrong size on MediaPlaylist_AddFile"); \ +static_assert(offsetof(MediaPlaylist_AddFile, FilePath) == 0x000000, "Member 'MediaPlaylist_AddFile::FilePath' has a wrong offset!"); \ +static_assert(offsetof(MediaPlaylist_AddFile, ReturnValue) == 0x000010, "Member 'MediaPlaylist_AddFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlaylist_AddUrl \ +static_assert(alignof(MediaPlaylist_AddUrl) == 0x000008, "Wrong alignment on MediaPlaylist_AddUrl"); \ +static_assert(sizeof(MediaPlaylist_AddUrl) == 0x000018, "Wrong size on MediaPlaylist_AddUrl"); \ +static_assert(offsetof(MediaPlaylist_AddUrl, Url) == 0x000000, "Member 'MediaPlaylist_AddUrl::Url' has a wrong offset!"); \ +static_assert(offsetof(MediaPlaylist_AddUrl, ReturnValue) == 0x000010, "Member 'MediaPlaylist_AddUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlaylist_Get \ +static_assert(alignof(MediaPlaylist_Get) == 0x000008, "Wrong alignment on MediaPlaylist_Get"); \ +static_assert(sizeof(MediaPlaylist_Get) == 0x000010, "Wrong size on MediaPlaylist_Get"); \ +static_assert(offsetof(MediaPlaylist_Get, Index_0) == 0x000000, "Member 'MediaPlaylist_Get::Index_0' has a wrong offset!"); \ +static_assert(offsetof(MediaPlaylist_Get, ReturnValue) == 0x000008, "Member 'MediaPlaylist_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlaylist_GetNext \ +static_assert(alignof(MediaPlaylist_GetNext) == 0x000008, "Wrong alignment on MediaPlaylist_GetNext"); \ +static_assert(sizeof(MediaPlaylist_GetNext) == 0x000010, "Wrong size on MediaPlaylist_GetNext"); \ +static_assert(offsetof(MediaPlaylist_GetNext, InOutIndex) == 0x000000, "Member 'MediaPlaylist_GetNext::InOutIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlaylist_GetNext, ReturnValue) == 0x000008, "Member 'MediaPlaylist_GetNext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlaylist_GetPrevious \ +static_assert(alignof(MediaPlaylist_GetPrevious) == 0x000008, "Wrong alignment on MediaPlaylist_GetPrevious"); \ +static_assert(sizeof(MediaPlaylist_GetPrevious) == 0x000010, "Wrong size on MediaPlaylist_GetPrevious"); \ +static_assert(offsetof(MediaPlaylist_GetPrevious, InOutIndex) == 0x000000, "Member 'MediaPlaylist_GetPrevious::InOutIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlaylist_GetPrevious, ReturnValue) == 0x000008, "Member 'MediaPlaylist_GetPrevious::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlaylist_GetRandom \ +static_assert(alignof(MediaPlaylist_GetRandom) == 0x000008, "Wrong alignment on MediaPlaylist_GetRandom"); \ +static_assert(sizeof(MediaPlaylist_GetRandom) == 0x000010, "Wrong size on MediaPlaylist_GetRandom"); \ +static_assert(offsetof(MediaPlaylist_GetRandom, OutIndex) == 0x000000, "Member 'MediaPlaylist_GetRandom::OutIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlaylist_GetRandom, ReturnValue) == 0x000008, "Member 'MediaPlaylist_GetRandom::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlaylist_Insert \ +static_assert(alignof(MediaPlaylist_Insert) == 0x000008, "Wrong alignment on MediaPlaylist_Insert"); \ +static_assert(sizeof(MediaPlaylist_Insert) == 0x000010, "Wrong size on MediaPlaylist_Insert"); \ +static_assert(offsetof(MediaPlaylist_Insert, MediaSource) == 0x000000, "Member 'MediaPlaylist_Insert::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(MediaPlaylist_Insert, Index_0) == 0x000008, "Member 'MediaPlaylist_Insert::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlaylist_Num \ +static_assert(alignof(MediaPlaylist_Num) == 0x000004, "Wrong alignment on MediaPlaylist_Num"); \ +static_assert(sizeof(MediaPlaylist_Num) == 0x000004, "Wrong size on MediaPlaylist_Num"); \ +static_assert(offsetof(MediaPlaylist_Num, ReturnValue) == 0x000000, "Member 'MediaPlaylist_Num::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlaylist_Remove \ +static_assert(alignof(MediaPlaylist_Remove) == 0x000008, "Wrong alignment on MediaPlaylist_Remove"); \ +static_assert(sizeof(MediaPlaylist_Remove) == 0x000010, "Wrong size on MediaPlaylist_Remove"); \ +static_assert(offsetof(MediaPlaylist_Remove, MediaSource) == 0x000000, "Member 'MediaPlaylist_Remove::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(MediaPlaylist_Remove, ReturnValue) == 0x000008, "Member 'MediaPlaylist_Remove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlaylist_RemoveAt \ +static_assert(alignof(MediaPlaylist_RemoveAt) == 0x000004, "Wrong alignment on MediaPlaylist_RemoveAt"); \ +static_assert(sizeof(MediaPlaylist_RemoveAt) == 0x000008, "Wrong size on MediaPlaylist_RemoveAt"); \ +static_assert(offsetof(MediaPlaylist_RemoveAt, Index_0) == 0x000000, "Member 'MediaPlaylist_RemoveAt::Index_0' has a wrong offset!"); \ +static_assert(offsetof(MediaPlaylist_RemoveAt, ReturnValue) == 0x000004, "Member 'MediaPlaylist_RemoveAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlaylist_Replace \ +static_assert(alignof(MediaPlaylist_Replace) == 0x000008, "Wrong alignment on MediaPlaylist_Replace"); \ +static_assert(sizeof(MediaPlaylist_Replace) == 0x000018, "Wrong size on MediaPlaylist_Replace"); \ +static_assert(offsetof(MediaPlaylist_Replace, Index_0) == 0x000000, "Member 'MediaPlaylist_Replace::Index_0' has a wrong offset!"); \ +static_assert(offsetof(MediaPlaylist_Replace, Replacement) == 0x000008, "Member 'MediaPlaylist_Replace::Replacement' has a wrong offset!"); \ +static_assert(offsetof(MediaPlaylist_Replace, ReturnValue) == 0x000010, "Member 'MediaPlaylist_Replace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaPlaylist \ +static_assert(alignof(UMediaPlaylist) == 0x000008, "Wrong alignment on UMediaPlaylist"); \ +static_assert(sizeof(UMediaPlaylist) == 0x000040, "Wrong size on UMediaPlaylist"); \ +static_assert(offsetof(UMediaPlaylist, Items) == 0x000030, "Member 'UMediaPlaylist::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSoundComponent_BP_GetAttenuationSettingsToApply \ +static_assert(alignof(MediaSoundComponent_BP_GetAttenuationSettingsToApply) == 0x000008, "Wrong alignment on MediaSoundComponent_BP_GetAttenuationSettingsToApply"); \ +static_assert(sizeof(MediaSoundComponent_BP_GetAttenuationSettingsToApply) == 0x0003A8, "Wrong size on MediaSoundComponent_BP_GetAttenuationSettingsToApply"); \ +static_assert(offsetof(MediaSoundComponent_BP_GetAttenuationSettingsToApply, OutAttenuationSettings) == 0x000000, "Member 'MediaSoundComponent_BP_GetAttenuationSettingsToApply::OutAttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(MediaSoundComponent_BP_GetAttenuationSettingsToApply, ReturnValue) == 0x0003A0, "Member 'MediaSoundComponent_BP_GetAttenuationSettingsToApply::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSoundComponent_GetNormalizedSpectralData \ +static_assert(alignof(MediaSoundComponent_GetNormalizedSpectralData) == 0x000008, "Wrong alignment on MediaSoundComponent_GetNormalizedSpectralData"); \ +static_assert(sizeof(MediaSoundComponent_GetNormalizedSpectralData) == 0x000010, "Wrong size on MediaSoundComponent_GetNormalizedSpectralData"); \ +static_assert(offsetof(MediaSoundComponent_GetNormalizedSpectralData, ReturnValue) == 0x000000, "Member 'MediaSoundComponent_GetNormalizedSpectralData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSoundComponent_GetSpectralData \ +static_assert(alignof(MediaSoundComponent_GetSpectralData) == 0x000008, "Wrong alignment on MediaSoundComponent_GetSpectralData"); \ +static_assert(sizeof(MediaSoundComponent_GetSpectralData) == 0x000010, "Wrong size on MediaSoundComponent_GetSpectralData"); \ +static_assert(offsetof(MediaSoundComponent_GetSpectralData, ReturnValue) == 0x000000, "Member 'MediaSoundComponent_GetSpectralData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSoundComponent_SetEnableEnvelopeFollowing \ +static_assert(alignof(MediaSoundComponent_SetEnableEnvelopeFollowing) == 0x000001, "Wrong alignment on MediaSoundComponent_SetEnableEnvelopeFollowing"); \ +static_assert(sizeof(MediaSoundComponent_SetEnableEnvelopeFollowing) == 0x000001, "Wrong size on MediaSoundComponent_SetEnableEnvelopeFollowing"); \ +static_assert(offsetof(MediaSoundComponent_SetEnableEnvelopeFollowing, bInEnvelopeFollowing) == 0x000000, "Member 'MediaSoundComponent_SetEnableEnvelopeFollowing::bInEnvelopeFollowing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSoundComponent_SetEnableSpectralAnalysis \ +static_assert(alignof(MediaSoundComponent_SetEnableSpectralAnalysis) == 0x000001, "Wrong alignment on MediaSoundComponent_SetEnableSpectralAnalysis"); \ +static_assert(sizeof(MediaSoundComponent_SetEnableSpectralAnalysis) == 0x000001, "Wrong size on MediaSoundComponent_SetEnableSpectralAnalysis"); \ +static_assert(offsetof(MediaSoundComponent_SetEnableSpectralAnalysis, bInSpectralAnalysisEnabled) == 0x000000, "Member 'MediaSoundComponent_SetEnableSpectralAnalysis::bInSpectralAnalysisEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSoundComponent_SetEnvelopeFollowingsettings \ +static_assert(alignof(MediaSoundComponent_SetEnvelopeFollowingsettings) == 0x000004, "Wrong alignment on MediaSoundComponent_SetEnvelopeFollowingsettings"); \ +static_assert(sizeof(MediaSoundComponent_SetEnvelopeFollowingsettings) == 0x000008, "Wrong size on MediaSoundComponent_SetEnvelopeFollowingsettings"); \ +static_assert(offsetof(MediaSoundComponent_SetEnvelopeFollowingsettings, AttackTimeMsec) == 0x000000, "Member 'MediaSoundComponent_SetEnvelopeFollowingsettings::AttackTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(MediaSoundComponent_SetEnvelopeFollowingsettings, ReleaseTimeMsec) == 0x000004, "Member 'MediaSoundComponent_SetEnvelopeFollowingsettings::ReleaseTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSoundComponent_SetMediaPlayer \ +static_assert(alignof(MediaSoundComponent_SetMediaPlayer) == 0x000008, "Wrong alignment on MediaSoundComponent_SetMediaPlayer"); \ +static_assert(sizeof(MediaSoundComponent_SetMediaPlayer) == 0x000008, "Wrong size on MediaSoundComponent_SetMediaPlayer"); \ +static_assert(offsetof(MediaSoundComponent_SetMediaPlayer, NewMediaPlayer) == 0x000000, "Member 'MediaSoundComponent_SetMediaPlayer::NewMediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSoundComponent_SetSpectralAnalysisSettings \ +static_assert(alignof(MediaSoundComponent_SetSpectralAnalysisSettings) == 0x000008, "Wrong alignment on MediaSoundComponent_SetSpectralAnalysisSettings"); \ +static_assert(sizeof(MediaSoundComponent_SetSpectralAnalysisSettings) == 0x000018, "Wrong size on MediaSoundComponent_SetSpectralAnalysisSettings"); \ +static_assert(offsetof(MediaSoundComponent_SetSpectralAnalysisSettings, InFrequenciesToAnalyze) == 0x000000, "Member 'MediaSoundComponent_SetSpectralAnalysisSettings::InFrequenciesToAnalyze' has a wrong offset!"); \ +static_assert(offsetof(MediaSoundComponent_SetSpectralAnalysisSettings, InFFTSize) == 0x000010, "Member 'MediaSoundComponent_SetSpectralAnalysisSettings::InFFTSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSoundComponent_GetEnvelopeValue \ +static_assert(alignof(MediaSoundComponent_GetEnvelopeValue) == 0x000004, "Wrong alignment on MediaSoundComponent_GetEnvelopeValue"); \ +static_assert(sizeof(MediaSoundComponent_GetEnvelopeValue) == 0x000004, "Wrong size on MediaSoundComponent_GetEnvelopeValue"); \ +static_assert(offsetof(MediaSoundComponent_GetEnvelopeValue, ReturnValue) == 0x000000, "Member 'MediaSoundComponent_GetEnvelopeValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSoundComponent_GetMediaPlayer \ +static_assert(alignof(MediaSoundComponent_GetMediaPlayer) == 0x000008, "Wrong alignment on MediaSoundComponent_GetMediaPlayer"); \ +static_assert(sizeof(MediaSoundComponent_GetMediaPlayer) == 0x000008, "Wrong size on MediaSoundComponent_GetMediaPlayer"); \ +static_assert(offsetof(MediaSoundComponent_GetMediaPlayer, ReturnValue) == 0x000000, "Member 'MediaSoundComponent_GetMediaPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaSoundComponent \ +static_assert(alignof(UMediaSoundComponent) == 0x000010, "Wrong alignment on UMediaSoundComponent"); \ +static_assert(sizeof(UMediaSoundComponent) == 0x000850, "Wrong size on UMediaSoundComponent"); \ +static_assert(offsetof(UMediaSoundComponent, Channels) == 0x0006F0, "Member 'UMediaSoundComponent::Channels' has a wrong offset!"); \ +static_assert(offsetof(UMediaSoundComponent, DynamicRateAdjustment) == 0x0006F4, "Member 'UMediaSoundComponent::DynamicRateAdjustment' has a wrong offset!"); \ +static_assert(offsetof(UMediaSoundComponent, RateAdjustmentFactor) == 0x0006F8, "Member 'UMediaSoundComponent::RateAdjustmentFactor' has a wrong offset!"); \ +static_assert(offsetof(UMediaSoundComponent, RateAdjustmentRange) == 0x0006FC, "Member 'UMediaSoundComponent::RateAdjustmentRange' has a wrong offset!"); \ +static_assert(offsetof(UMediaSoundComponent, MediaPlayer) == 0x000710, "Member 'UMediaSoundComponent::MediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaTexture_SetMediaPlayer \ +static_assert(alignof(MediaTexture_SetMediaPlayer) == 0x000008, "Wrong alignment on MediaTexture_SetMediaPlayer"); \ +static_assert(sizeof(MediaTexture_SetMediaPlayer) == 0x000008, "Wrong size on MediaTexture_SetMediaPlayer"); \ +static_assert(offsetof(MediaTexture_SetMediaPlayer, NewMediaPlayer) == 0x000000, "Member 'MediaTexture_SetMediaPlayer::NewMediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaTexture_GetAspectRatio \ +static_assert(alignof(MediaTexture_GetAspectRatio) == 0x000004, "Wrong alignment on MediaTexture_GetAspectRatio"); \ +static_assert(sizeof(MediaTexture_GetAspectRatio) == 0x000004, "Wrong size on MediaTexture_GetAspectRatio"); \ +static_assert(offsetof(MediaTexture_GetAspectRatio, ReturnValue) == 0x000000, "Member 'MediaTexture_GetAspectRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaTexture_GetHeight \ +static_assert(alignof(MediaTexture_GetHeight) == 0x000004, "Wrong alignment on MediaTexture_GetHeight"); \ +static_assert(sizeof(MediaTexture_GetHeight) == 0x000004, "Wrong size on MediaTexture_GetHeight"); \ +static_assert(offsetof(MediaTexture_GetHeight, ReturnValue) == 0x000000, "Member 'MediaTexture_GetHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaTexture_GetMediaPlayer \ +static_assert(alignof(MediaTexture_GetMediaPlayer) == 0x000008, "Wrong alignment on MediaTexture_GetMediaPlayer"); \ +static_assert(sizeof(MediaTexture_GetMediaPlayer) == 0x000008, "Wrong size on MediaTexture_GetMediaPlayer"); \ +static_assert(offsetof(MediaTexture_GetMediaPlayer, ReturnValue) == 0x000000, "Member 'MediaTexture_GetMediaPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaTexture_GetTextureNumMips \ +static_assert(alignof(MediaTexture_GetTextureNumMips) == 0x000004, "Wrong alignment on MediaTexture_GetTextureNumMips"); \ +static_assert(sizeof(MediaTexture_GetTextureNumMips) == 0x000004, "Wrong size on MediaTexture_GetTextureNumMips"); \ +static_assert(offsetof(MediaTexture_GetTextureNumMips, ReturnValue) == 0x000000, "Member 'MediaTexture_GetTextureNumMips::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaTexture_GetWidth \ +static_assert(alignof(MediaTexture_GetWidth) == 0x000004, "Wrong alignment on MediaTexture_GetWidth"); \ +static_assert(sizeof(MediaTexture_GetWidth) == 0x000004, "Wrong size on MediaTexture_GetWidth"); \ +static_assert(offsetof(MediaTexture_GetWidth, ReturnValue) == 0x000000, "Member 'MediaTexture_GetWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaTexture \ +static_assert(alignof(UMediaTexture) == 0x000010, "Wrong alignment on UMediaTexture"); \ +static_assert(sizeof(UMediaTexture) == 0x000260, "Wrong size on UMediaTexture"); \ +static_assert(offsetof(UMediaTexture, AddressX) == 0x000178, "Member 'UMediaTexture::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, AddressY) == 0x000179, "Member 'UMediaTexture::AddressY' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, AutoClear) == 0x00017A, "Member 'UMediaTexture::AutoClear' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, ClearColor) == 0x00017C, "Member 'UMediaTexture::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, EnableGenMips) == 0x00018C, "Member 'UMediaTexture::EnableGenMips' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, NumMips) == 0x00018D, "Member 'UMediaTexture::NumMips' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, NewStyleOutput) == 0x00018E, "Member 'UMediaTexture::NewStyleOutput' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, OutputFormat) == 0x00018F, "Member 'UMediaTexture::OutputFormat' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, CurrentAspectRatio) == 0x000190, "Member 'UMediaTexture::CurrentAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, CurrentOrientation) == 0x000194, "Member 'UMediaTexture::CurrentOrientation' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, MediaPlayer) == 0x000198, "Member 'UMediaTexture::MediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlatformMediaSource \ +static_assert(alignof(UPlatformMediaSource) == 0x000008, "Wrong alignment on UPlatformMediaSource"); \ +static_assert(sizeof(UPlatformMediaSource) == 0x000090, "Wrong size on UPlatformMediaSource"); \ +static_assert(offsetof(UPlatformMediaSource, MediaSource) == 0x000088, "Member 'UPlatformMediaSource::MediaSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStreamMediaSource \ +static_assert(alignof(UStreamMediaSource) == 0x000008, "Wrong alignment on UStreamMediaSource"); \ +static_assert(sizeof(UStreamMediaSource) == 0x0000A8, "Wrong size on UStreamMediaSource"); \ +static_assert(offsetof(UStreamMediaSource, StreamUrl) == 0x000098, "Member 'UStreamMediaSource::StreamUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTimeSynchronizableMediaSource \ +static_assert(alignof(UTimeSynchronizableMediaSource) == 0x000008, "Wrong alignment on UTimeSynchronizableMediaSource"); \ +static_assert(sizeof(UTimeSynchronizableMediaSource) == 0x0000A8, "Wrong size on UTimeSynchronizableMediaSource"); \ +static_assert(offsetof(UTimeSynchronizableMediaSource, bUseTimeSynchronization) == 0x000098, "Member 'UTimeSynchronizableMediaSource::bUseTimeSynchronization' has a wrong offset!"); \ +static_assert(offsetof(UTimeSynchronizableMediaSource, FrameDelay) == 0x00009C, "Member 'UTimeSynchronizableMediaSource::FrameDelay' has a wrong offset!"); \ +static_assert(offsetof(UTimeSynchronizableMediaSource, TimeDelay) == 0x0000A0, "Member 'UTimeSynchronizableMediaSource::TimeDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompositionGraphCapturePasses \ +static_assert(alignof(FCompositionGraphCapturePasses) == 0x000008, "Wrong alignment on FCompositionGraphCapturePasses"); \ +static_assert(sizeof(FCompositionGraphCapturePasses) == 0x000010, "Wrong size on FCompositionGraphCapturePasses"); \ +static_assert(offsetof(FCompositionGraphCapturePasses, Value) == 0x000000, "Member 'FCompositionGraphCapturePasses::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFrameMetrics \ +static_assert(alignof(FFrameMetrics) == 0x000004, "Wrong alignment on FFrameMetrics"); \ +static_assert(sizeof(FFrameMetrics) == 0x000010, "Wrong size on FFrameMetrics"); \ +static_assert(offsetof(FFrameMetrics, TotalElapsedTime) == 0x000000, "Member 'FFrameMetrics::TotalElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(FFrameMetrics, FrameDelta) == 0x000004, "Member 'FFrameMetrics::FrameDelta' has a wrong offset!"); \ +static_assert(offsetof(FFrameMetrics, FrameNumber) == 0x000008, "Member 'FFrameMetrics::FrameNumber' has a wrong offset!"); \ +static_assert(offsetof(FFrameMetrics, NumDroppedFrames) == 0x00000C, "Member 'FFrameMetrics::NumDroppedFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCaptureResolution \ +static_assert(alignof(FCaptureResolution) == 0x000004, "Wrong alignment on FCaptureResolution"); \ +static_assert(sizeof(FCaptureResolution) == 0x000008, "Wrong size on FCaptureResolution"); \ +static_assert(offsetof(FCaptureResolution, ResX) == 0x000000, "Member 'FCaptureResolution::ResX' has a wrong offset!"); \ +static_assert(offsetof(FCaptureResolution, ResY) == 0x000004, "Member 'FCaptureResolution::ResY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCaptureSettings \ +static_assert(alignof(FMovieSceneCaptureSettings) == 0x000008, "Wrong alignment on FMovieSceneCaptureSettings"); \ +static_assert(sizeof(FMovieSceneCaptureSettings) == 0x000070, "Wrong size on FMovieSceneCaptureSettings"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, OutputDirectory) == 0x000000, "Member 'FMovieSceneCaptureSettings::OutputDirectory' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, GameModeOverride) == 0x000010, "Member 'FMovieSceneCaptureSettings::GameModeOverride' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, OutputFormat) == 0x000018, "Member 'FMovieSceneCaptureSettings::OutputFormat' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bOverwriteExisting) == 0x000028, "Member 'FMovieSceneCaptureSettings::bOverwriteExisting' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bUseRelativeFrameNumbers) == 0x000029, "Member 'FMovieSceneCaptureSettings::bUseRelativeFrameNumbers' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, HandleFrames) == 0x00002C, "Member 'FMovieSceneCaptureSettings::HandleFrames' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, MovieExtension) == 0x000030, "Member 'FMovieSceneCaptureSettings::MovieExtension' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, ZeroPadFrameNumbers) == 0x000040, "Member 'FMovieSceneCaptureSettings::ZeroPadFrameNumbers' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, FrameRate) == 0x000044, "Member 'FMovieSceneCaptureSettings::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bUseCustomFrameRate) == 0x00004C, "Member 'FMovieSceneCaptureSettings::bUseCustomFrameRate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, CustomFrameRate) == 0x000050, "Member 'FMovieSceneCaptureSettings::CustomFrameRate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, Resolution) == 0x000058, "Member 'FMovieSceneCaptureSettings::Resolution' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bEnableTextureStreaming) == 0x000060, "Member 'FMovieSceneCaptureSettings::bEnableTextureStreaming' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bCinematicEngineScalability) == 0x000061, "Member 'FMovieSceneCaptureSettings::bCinematicEngineScalability' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bCinematicMode) == 0x000062, "Member 'FMovieSceneCaptureSettings::bCinematicMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bAllowMovement) == 0x000063, "Member 'FMovieSceneCaptureSettings::bAllowMovement' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bAllowTurning) == 0x000064, "Member 'FMovieSceneCaptureSettings::bAllowTurning' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bShowPlayer) == 0x000065, "Member 'FMovieSceneCaptureSettings::bShowPlayer' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bShowHUD) == 0x000066, "Member 'FMovieSceneCaptureSettings::bShowHUD' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bUsePathTracer) == 0x000067, "Member 'FMovieSceneCaptureSettings::bUsePathTracer' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, PathTracerSamplePerPixel) == 0x000068, "Member 'FMovieSceneCaptureSettings::PathTracerSamplePerPixel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCapturedPixels \ +static_assert(alignof(FCapturedPixels) == 0x000008, "Wrong alignment on FCapturedPixels"); \ +static_assert(sizeof(FCapturedPixels) == 0x000010, "Wrong size on FCapturedPixels"); \ + +#define DUMPER7_ASSERTS_FCapturedPixelsID \ +static_assert(alignof(FCapturedPixelsID) == 0x000008, "Wrong alignment on FCapturedPixelsID"); \ +static_assert(sizeof(FCapturedPixelsID) == 0x000050, "Wrong size on FCapturedPixelsID"); \ +static_assert(offsetof(FCapturedPixelsID, Identifiers) == 0x000000, "Member 'FCapturedPixelsID::Identifiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCaptureProtocolBase_GetState \ +static_assert(alignof(MovieSceneCaptureProtocolBase_GetState) == 0x000001, "Wrong alignment on MovieSceneCaptureProtocolBase_GetState"); \ +static_assert(sizeof(MovieSceneCaptureProtocolBase_GetState) == 0x000001, "Wrong size on MovieSceneCaptureProtocolBase_GetState"); \ +static_assert(offsetof(MovieSceneCaptureProtocolBase_GetState, ReturnValue) == 0x000000, "Member 'MovieSceneCaptureProtocolBase_GetState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCaptureProtocolBase_IsCapturing \ +static_assert(alignof(MovieSceneCaptureProtocolBase_IsCapturing) == 0x000001, "Wrong alignment on MovieSceneCaptureProtocolBase_IsCapturing"); \ +static_assert(sizeof(MovieSceneCaptureProtocolBase_IsCapturing) == 0x000001, "Wrong size on MovieSceneCaptureProtocolBase_IsCapturing"); \ +static_assert(offsetof(MovieSceneCaptureProtocolBase_IsCapturing, ReturnValue) == 0x000000, "Member 'MovieSceneCaptureProtocolBase_IsCapturing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCaptureProtocolBase \ +static_assert(alignof(UMovieSceneCaptureProtocolBase) == 0x000008, "Wrong alignment on UMovieSceneCaptureProtocolBase"); \ +static_assert(sizeof(UMovieSceneCaptureProtocolBase) == 0x000060, "Wrong size on UMovieSceneCaptureProtocolBase"); \ +static_assert(offsetof(UMovieSceneCaptureProtocolBase, State) == 0x000058, "Member 'UMovieSceneCaptureProtocolBase::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneAudioCaptureProtocolBase \ +static_assert(alignof(UMovieSceneAudioCaptureProtocolBase) == 0x000008, "Wrong alignment on UMovieSceneAudioCaptureProtocolBase"); \ +static_assert(sizeof(UMovieSceneAudioCaptureProtocolBase) == 0x000060, "Wrong size on UMovieSceneAudioCaptureProtocolBase"); \ + +#define DUMPER7_ASSERTS_UNullAudioCaptureProtocol \ +static_assert(alignof(UNullAudioCaptureProtocol) == 0x000008, "Wrong alignment on UNullAudioCaptureProtocol"); \ +static_assert(sizeof(UNullAudioCaptureProtocol) == 0x000060, "Wrong size on UNullAudioCaptureProtocol"); \ + +#define DUMPER7_ASSERTS_UMasterAudioSubmixCaptureProtocol \ +static_assert(alignof(UMasterAudioSubmixCaptureProtocol) == 0x000008, "Wrong alignment on UMasterAudioSubmixCaptureProtocol"); \ +static_assert(sizeof(UMasterAudioSubmixCaptureProtocol) == 0x000098, "Wrong size on UMasterAudioSubmixCaptureProtocol"); \ +static_assert(offsetof(UMasterAudioSubmixCaptureProtocol, FileName) == 0x000060, "Member 'UMasterAudioSubmixCaptureProtocol::FileName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneImageCaptureProtocolBase \ +static_assert(alignof(UMovieSceneImageCaptureProtocolBase) == 0x000008, "Wrong alignment on UMovieSceneImageCaptureProtocolBase"); \ +static_assert(sizeof(UMovieSceneImageCaptureProtocolBase) == 0x000060, "Wrong size on UMovieSceneImageCaptureProtocolBase"); \ + +#define DUMPER7_ASSERTS_UCompositionGraphCaptureProtocol \ +static_assert(alignof(UCompositionGraphCaptureProtocol) == 0x000008, "Wrong alignment on UCompositionGraphCaptureProtocol"); \ +static_assert(sizeof(UCompositionGraphCaptureProtocol) == 0x0000D0, "Wrong size on UCompositionGraphCaptureProtocol"); \ +static_assert(offsetof(UCompositionGraphCaptureProtocol, IncludeRenderPasses) == 0x000060, "Member 'UCompositionGraphCaptureProtocol::IncludeRenderPasses' has a wrong offset!"); \ +static_assert(offsetof(UCompositionGraphCaptureProtocol, bCaptureFramesInHDR) == 0x000070, "Member 'UCompositionGraphCaptureProtocol::bCaptureFramesInHDR' has a wrong offset!"); \ +static_assert(offsetof(UCompositionGraphCaptureProtocol, HDRCompressionQuality) == 0x000074, "Member 'UCompositionGraphCaptureProtocol::HDRCompressionQuality' has a wrong offset!"); \ +static_assert(offsetof(UCompositionGraphCaptureProtocol, CaptureGamut) == 0x000078, "Member 'UCompositionGraphCaptureProtocol::CaptureGamut' has a wrong offset!"); \ +static_assert(offsetof(UCompositionGraphCaptureProtocol, PostProcessingMaterial) == 0x000080, "Member 'UCompositionGraphCaptureProtocol::PostProcessingMaterial' has a wrong offset!"); \ +static_assert(offsetof(UCompositionGraphCaptureProtocol, bDisableScreenPercentage) == 0x0000A0, "Member 'UCompositionGraphCaptureProtocol::bDisableScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(UCompositionGraphCaptureProtocol, PostProcessingMaterialPtr) == 0x0000A8, "Member 'UCompositionGraphCaptureProtocol::PostProcessingMaterialPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFrameGrabberProtocol \ +static_assert(alignof(UFrameGrabberProtocol) == 0x000008, "Wrong alignment on UFrameGrabberProtocol"); \ +static_assert(sizeof(UFrameGrabberProtocol) == 0x000070, "Wrong size on UFrameGrabberProtocol"); \ + +#define DUMPER7_ASSERTS_UImageSequenceProtocol \ +static_assert(alignof(UImageSequenceProtocol) == 0x000008, "Wrong alignment on UImageSequenceProtocol"); \ +static_assert(sizeof(UImageSequenceProtocol) == 0x0000E0, "Wrong size on UImageSequenceProtocol"); \ + +#define DUMPER7_ASSERTS_UCompressedImageSequenceProtocol \ +static_assert(alignof(UCompressedImageSequenceProtocol) == 0x000008, "Wrong alignment on UCompressedImageSequenceProtocol"); \ +static_assert(sizeof(UCompressedImageSequenceProtocol) == 0x0000E8, "Wrong size on UCompressedImageSequenceProtocol"); \ +static_assert(offsetof(UCompressedImageSequenceProtocol, CompressionQuality) == 0x0000E0, "Member 'UCompressedImageSequenceProtocol::CompressionQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UImageSequenceProtocol_BMP \ +static_assert(alignof(UImageSequenceProtocol_BMP) == 0x000008, "Wrong alignment on UImageSequenceProtocol_BMP"); \ +static_assert(sizeof(UImageSequenceProtocol_BMP) == 0x0000E0, "Wrong size on UImageSequenceProtocol_BMP"); \ + +#define DUMPER7_ASSERTS_UImageSequenceProtocol_PNG \ +static_assert(alignof(UImageSequenceProtocol_PNG) == 0x000008, "Wrong alignment on UImageSequenceProtocol_PNG"); \ +static_assert(sizeof(UImageSequenceProtocol_PNG) == 0x0000E8, "Wrong size on UImageSequenceProtocol_PNG"); \ + +#define DUMPER7_ASSERTS_UImageSequenceProtocol_JPG \ +static_assert(alignof(UImageSequenceProtocol_JPG) == 0x000008, "Wrong alignment on UImageSequenceProtocol_JPG"); \ +static_assert(sizeof(UImageSequenceProtocol_JPG) == 0x0000E8, "Wrong size on UImageSequenceProtocol_JPG"); \ + +#define DUMPER7_ASSERTS_UImageSequenceProtocol_EXR \ +static_assert(alignof(UImageSequenceProtocol_EXR) == 0x000008, "Wrong alignment on UImageSequenceProtocol_EXR"); \ +static_assert(sizeof(UImageSequenceProtocol_EXR) == 0x0000F0, "Wrong size on UImageSequenceProtocol_EXR"); \ +static_assert(offsetof(UImageSequenceProtocol_EXR, bCompressed) == 0x0000E0, "Member 'UImageSequenceProtocol_EXR::bCompressed' has a wrong offset!"); \ +static_assert(offsetof(UImageSequenceProtocol_EXR, CaptureGamut) == 0x0000E1, "Member 'UImageSequenceProtocol_EXR::CaptureGamut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneCaptureInterface \ +static_assert(alignof(IMovieSceneCaptureInterface) == 0x000001, "Wrong alignment on IMovieSceneCaptureInterface"); \ +static_assert(sizeof(IMovieSceneCaptureInterface) == 0x000001, "Wrong size on IMovieSceneCaptureInterface"); \ + +#define DUMPER7_ASSERTS_MovieSceneCapture_GetAudioCaptureProtocol \ +static_assert(alignof(MovieSceneCapture_GetAudioCaptureProtocol) == 0x000008, "Wrong alignment on MovieSceneCapture_GetAudioCaptureProtocol"); \ +static_assert(sizeof(MovieSceneCapture_GetAudioCaptureProtocol) == 0x000008, "Wrong size on MovieSceneCapture_GetAudioCaptureProtocol"); \ +static_assert(offsetof(MovieSceneCapture_GetAudioCaptureProtocol, ReturnValue) == 0x000000, "Member 'MovieSceneCapture_GetAudioCaptureProtocol::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCapture_GetImageCaptureProtocol \ +static_assert(alignof(MovieSceneCapture_GetImageCaptureProtocol) == 0x000008, "Wrong alignment on MovieSceneCapture_GetImageCaptureProtocol"); \ +static_assert(sizeof(MovieSceneCapture_GetImageCaptureProtocol) == 0x000008, "Wrong size on MovieSceneCapture_GetImageCaptureProtocol"); \ +static_assert(offsetof(MovieSceneCapture_GetImageCaptureProtocol, ReturnValue) == 0x000000, "Member 'MovieSceneCapture_GetImageCaptureProtocol::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCapture_SetAudioCaptureProtocolType \ +static_assert(alignof(MovieSceneCapture_SetAudioCaptureProtocolType) == 0x000008, "Wrong alignment on MovieSceneCapture_SetAudioCaptureProtocolType"); \ +static_assert(sizeof(MovieSceneCapture_SetAudioCaptureProtocolType) == 0x000008, "Wrong size on MovieSceneCapture_SetAudioCaptureProtocolType"); \ +static_assert(offsetof(MovieSceneCapture_SetAudioCaptureProtocolType, ProtocolType) == 0x000000, "Member 'MovieSceneCapture_SetAudioCaptureProtocolType::ProtocolType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCapture_SetImageCaptureProtocolType \ +static_assert(alignof(MovieSceneCapture_SetImageCaptureProtocolType) == 0x000008, "Wrong alignment on MovieSceneCapture_SetImageCaptureProtocolType"); \ +static_assert(sizeof(MovieSceneCapture_SetImageCaptureProtocolType) == 0x000008, "Wrong size on MovieSceneCapture_SetImageCaptureProtocolType"); \ +static_assert(offsetof(MovieSceneCapture_SetImageCaptureProtocolType, ProtocolType) == 0x000000, "Member 'MovieSceneCapture_SetImageCaptureProtocolType::ProtocolType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCapture \ +static_assert(alignof(UMovieSceneCapture) == 0x000008, "Wrong alignment on UMovieSceneCapture"); \ +static_assert(sizeof(UMovieSceneCapture) == 0x000238, "Wrong size on UMovieSceneCapture"); \ +static_assert(offsetof(UMovieSceneCapture, ImageCaptureProtocolType) == 0x000040, "Member 'UMovieSceneCapture::ImageCaptureProtocolType' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, AudioCaptureProtocolType) == 0x000060, "Member 'UMovieSceneCapture::AudioCaptureProtocolType' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, ImageCaptureProtocol) == 0x000080, "Member 'UMovieSceneCapture::ImageCaptureProtocol' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, AudioCaptureProtocol) == 0x000088, "Member 'UMovieSceneCapture::AudioCaptureProtocol' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, Settings) == 0x000090, "Member 'UMovieSceneCapture::Settings' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, bUseSeparateProcess) == 0x000100, "Member 'UMovieSceneCapture::bUseSeparateProcess' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, bCloseEditorWhenCaptureStarts) == 0x000101, "Member 'UMovieSceneCapture::bCloseEditorWhenCaptureStarts' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, AdditionalCommandLineArguments) == 0x000108, "Member 'UMovieSceneCapture::AdditionalCommandLineArguments' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, InheritedCommandLineArguments) == 0x000118, "Member 'UMovieSceneCapture::InheritedCommandLineArguments' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelCapture \ +static_assert(alignof(ULevelCapture) == 0x000008, "Wrong alignment on ULevelCapture"); \ +static_assert(sizeof(ULevelCapture) == 0x000258, "Wrong size on ULevelCapture"); \ +static_assert(offsetof(ULevelCapture, bAutoStartCapture) == 0x000238, "Member 'ULevelCapture::bAutoStartCapture' has a wrong offset!"); \ +static_assert(offsetof(ULevelCapture, PrerequisiteActorId) == 0x000244, "Member 'ULevelCapture::PrerequisiteActorId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCaptureEnvironment_FindAudioCaptureProtocol \ +static_assert(alignof(MovieSceneCaptureEnvironment_FindAudioCaptureProtocol) == 0x000008, "Wrong alignment on MovieSceneCaptureEnvironment_FindAudioCaptureProtocol"); \ +static_assert(sizeof(MovieSceneCaptureEnvironment_FindAudioCaptureProtocol) == 0x000008, "Wrong size on MovieSceneCaptureEnvironment_FindAudioCaptureProtocol"); \ +static_assert(offsetof(MovieSceneCaptureEnvironment_FindAudioCaptureProtocol, ReturnValue) == 0x000000, "Member 'MovieSceneCaptureEnvironment_FindAudioCaptureProtocol::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCaptureEnvironment_FindImageCaptureProtocol \ +static_assert(alignof(MovieSceneCaptureEnvironment_FindImageCaptureProtocol) == 0x000008, "Wrong alignment on MovieSceneCaptureEnvironment_FindImageCaptureProtocol"); \ +static_assert(sizeof(MovieSceneCaptureEnvironment_FindImageCaptureProtocol) == 0x000008, "Wrong size on MovieSceneCaptureEnvironment_FindImageCaptureProtocol"); \ +static_assert(offsetof(MovieSceneCaptureEnvironment_FindImageCaptureProtocol, ReturnValue) == 0x000000, "Member 'MovieSceneCaptureEnvironment_FindImageCaptureProtocol::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCaptureEnvironment_GetCaptureElapsedTime \ +static_assert(alignof(MovieSceneCaptureEnvironment_GetCaptureElapsedTime) == 0x000004, "Wrong alignment on MovieSceneCaptureEnvironment_GetCaptureElapsedTime"); \ +static_assert(sizeof(MovieSceneCaptureEnvironment_GetCaptureElapsedTime) == 0x000004, "Wrong size on MovieSceneCaptureEnvironment_GetCaptureElapsedTime"); \ +static_assert(offsetof(MovieSceneCaptureEnvironment_GetCaptureElapsedTime, ReturnValue) == 0x000000, "Member 'MovieSceneCaptureEnvironment_GetCaptureElapsedTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCaptureEnvironment_GetCaptureFrameNumber \ +static_assert(alignof(MovieSceneCaptureEnvironment_GetCaptureFrameNumber) == 0x000004, "Wrong alignment on MovieSceneCaptureEnvironment_GetCaptureFrameNumber"); \ +static_assert(sizeof(MovieSceneCaptureEnvironment_GetCaptureFrameNumber) == 0x000004, "Wrong size on MovieSceneCaptureEnvironment_GetCaptureFrameNumber"); \ +static_assert(offsetof(MovieSceneCaptureEnvironment_GetCaptureFrameNumber, ReturnValue) == 0x000000, "Member 'MovieSceneCaptureEnvironment_GetCaptureFrameNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCaptureEnvironment_IsCaptureInProgress \ +static_assert(alignof(MovieSceneCaptureEnvironment_IsCaptureInProgress) == 0x000001, "Wrong alignment on MovieSceneCaptureEnvironment_IsCaptureInProgress"); \ +static_assert(sizeof(MovieSceneCaptureEnvironment_IsCaptureInProgress) == 0x000001, "Wrong size on MovieSceneCaptureEnvironment_IsCaptureInProgress"); \ +static_assert(offsetof(MovieSceneCaptureEnvironment_IsCaptureInProgress, ReturnValue) == 0x000000, "Member 'MovieSceneCaptureEnvironment_IsCaptureInProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCaptureEnvironment \ +static_assert(alignof(UMovieSceneCaptureEnvironment) == 0x000008, "Wrong alignment on UMovieSceneCaptureEnvironment"); \ +static_assert(sizeof(UMovieSceneCaptureEnvironment) == 0x000030, "Wrong size on UMovieSceneCaptureEnvironment"); \ + +#define DUMPER7_ASSERTS_UserDefinedCaptureProtocol_OnPixelsReceived \ +static_assert(alignof(UserDefinedCaptureProtocol_OnPixelsReceived) == 0x000008, "Wrong alignment on UserDefinedCaptureProtocol_OnPixelsReceived"); \ +static_assert(sizeof(UserDefinedCaptureProtocol_OnPixelsReceived) == 0x000070, "Wrong size on UserDefinedCaptureProtocol_OnPixelsReceived"); \ +static_assert(offsetof(UserDefinedCaptureProtocol_OnPixelsReceived, Pixels) == 0x000000, "Member 'UserDefinedCaptureProtocol_OnPixelsReceived::Pixels' has a wrong offset!"); \ +static_assert(offsetof(UserDefinedCaptureProtocol_OnPixelsReceived, ID) == 0x000010, "Member 'UserDefinedCaptureProtocol_OnPixelsReceived::ID' has a wrong offset!"); \ +static_assert(offsetof(UserDefinedCaptureProtocol_OnPixelsReceived, FrameMetrics) == 0x000060, "Member 'UserDefinedCaptureProtocol_OnPixelsReceived::FrameMetrics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserDefinedCaptureProtocol_OnSetup \ +static_assert(alignof(UserDefinedCaptureProtocol_OnSetup) == 0x000001, "Wrong alignment on UserDefinedCaptureProtocol_OnSetup"); \ +static_assert(sizeof(UserDefinedCaptureProtocol_OnSetup) == 0x000001, "Wrong size on UserDefinedCaptureProtocol_OnSetup"); \ +static_assert(offsetof(UserDefinedCaptureProtocol_OnSetup, ReturnValue) == 0x000000, "Member 'UserDefinedCaptureProtocol_OnSetup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserDefinedCaptureProtocol_ResolveBuffer \ +static_assert(alignof(UserDefinedCaptureProtocol_ResolveBuffer) == 0x000008, "Wrong alignment on UserDefinedCaptureProtocol_ResolveBuffer"); \ +static_assert(sizeof(UserDefinedCaptureProtocol_ResolveBuffer) == 0x000058, "Wrong size on UserDefinedCaptureProtocol_ResolveBuffer"); \ +static_assert(offsetof(UserDefinedCaptureProtocol_ResolveBuffer, Buffer) == 0x000000, "Member 'UserDefinedCaptureProtocol_ResolveBuffer::Buffer' has a wrong offset!"); \ +static_assert(offsetof(UserDefinedCaptureProtocol_ResolveBuffer, BufferID) == 0x000008, "Member 'UserDefinedCaptureProtocol_ResolveBuffer::BufferID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserDefinedCaptureProtocol_StartCapturingFinalPixels \ +static_assert(alignof(UserDefinedCaptureProtocol_StartCapturingFinalPixels) == 0x000008, "Wrong alignment on UserDefinedCaptureProtocol_StartCapturingFinalPixels"); \ +static_assert(sizeof(UserDefinedCaptureProtocol_StartCapturingFinalPixels) == 0x000050, "Wrong size on UserDefinedCaptureProtocol_StartCapturingFinalPixels"); \ +static_assert(offsetof(UserDefinedCaptureProtocol_StartCapturingFinalPixels, StreamID) == 0x000000, "Member 'UserDefinedCaptureProtocol_StartCapturingFinalPixels::StreamID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserDefinedCaptureProtocol_GenerateFilename \ +static_assert(alignof(UserDefinedCaptureProtocol_GenerateFilename) == 0x000008, "Wrong alignment on UserDefinedCaptureProtocol_GenerateFilename"); \ +static_assert(sizeof(UserDefinedCaptureProtocol_GenerateFilename) == 0x000020, "Wrong size on UserDefinedCaptureProtocol_GenerateFilename"); \ +static_assert(offsetof(UserDefinedCaptureProtocol_GenerateFilename, InFrameMetrics) == 0x000000, "Member 'UserDefinedCaptureProtocol_GenerateFilename::InFrameMetrics' has a wrong offset!"); \ +static_assert(offsetof(UserDefinedCaptureProtocol_GenerateFilename, ReturnValue) == 0x000010, "Member 'UserDefinedCaptureProtocol_GenerateFilename::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserDefinedCaptureProtocol_GetCurrentFrameMetrics \ +static_assert(alignof(UserDefinedCaptureProtocol_GetCurrentFrameMetrics) == 0x000004, "Wrong alignment on UserDefinedCaptureProtocol_GetCurrentFrameMetrics"); \ +static_assert(sizeof(UserDefinedCaptureProtocol_GetCurrentFrameMetrics) == 0x000010, "Wrong size on UserDefinedCaptureProtocol_GetCurrentFrameMetrics"); \ +static_assert(offsetof(UserDefinedCaptureProtocol_GetCurrentFrameMetrics, ReturnValue) == 0x000000, "Member 'UserDefinedCaptureProtocol_GetCurrentFrameMetrics::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserDefinedCaptureProtocol_OnCanFinalize \ +static_assert(alignof(UserDefinedCaptureProtocol_OnCanFinalize) == 0x000001, "Wrong alignment on UserDefinedCaptureProtocol_OnCanFinalize"); \ +static_assert(sizeof(UserDefinedCaptureProtocol_OnCanFinalize) == 0x000001, "Wrong size on UserDefinedCaptureProtocol_OnCanFinalize"); \ +static_assert(offsetof(UserDefinedCaptureProtocol_OnCanFinalize, ReturnValue) == 0x000000, "Member 'UserDefinedCaptureProtocol_OnCanFinalize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUserDefinedCaptureProtocol \ +static_assert(alignof(UUserDefinedCaptureProtocol) == 0x000008, "Wrong alignment on UUserDefinedCaptureProtocol"); \ +static_assert(sizeof(UUserDefinedCaptureProtocol) == 0x0000E0, "Wrong size on UUserDefinedCaptureProtocol"); \ +static_assert(offsetof(UUserDefinedCaptureProtocol, World) == 0x000060, "Member 'UUserDefinedCaptureProtocol::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserDefinedImageCaptureProtocol_GenerateFilenameForBuffer \ +static_assert(alignof(UserDefinedImageCaptureProtocol_GenerateFilenameForBuffer) == 0x000008, "Wrong alignment on UserDefinedImageCaptureProtocol_GenerateFilenameForBuffer"); \ +static_assert(sizeof(UserDefinedImageCaptureProtocol_GenerateFilenameForBuffer) == 0x000068, "Wrong size on UserDefinedImageCaptureProtocol_GenerateFilenameForBuffer"); \ +static_assert(offsetof(UserDefinedImageCaptureProtocol_GenerateFilenameForBuffer, Buffer) == 0x000000, "Member 'UserDefinedImageCaptureProtocol_GenerateFilenameForBuffer::Buffer' has a wrong offset!"); \ +static_assert(offsetof(UserDefinedImageCaptureProtocol_GenerateFilenameForBuffer, StreamID) == 0x000008, "Member 'UserDefinedImageCaptureProtocol_GenerateFilenameForBuffer::StreamID' has a wrong offset!"); \ +static_assert(offsetof(UserDefinedImageCaptureProtocol_GenerateFilenameForBuffer, ReturnValue) == 0x000058, "Member 'UserDefinedImageCaptureProtocol_GenerateFilenameForBuffer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserDefinedImageCaptureProtocol_GenerateFilenameForCurrentFrame \ +static_assert(alignof(UserDefinedImageCaptureProtocol_GenerateFilenameForCurrentFrame) == 0x000008, "Wrong alignment on UserDefinedImageCaptureProtocol_GenerateFilenameForCurrentFrame"); \ +static_assert(sizeof(UserDefinedImageCaptureProtocol_GenerateFilenameForCurrentFrame) == 0x000010, "Wrong size on UserDefinedImageCaptureProtocol_GenerateFilenameForCurrentFrame"); \ +static_assert(offsetof(UserDefinedImageCaptureProtocol_GenerateFilenameForCurrentFrame, ReturnValue) == 0x000000, "Member 'UserDefinedImageCaptureProtocol_GenerateFilenameForCurrentFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserDefinedImageCaptureProtocol_WriteImageToDisk \ +static_assert(alignof(UserDefinedImageCaptureProtocol_WriteImageToDisk) == 0x000008, "Wrong alignment on UserDefinedImageCaptureProtocol_WriteImageToDisk"); \ +static_assert(sizeof(UserDefinedImageCaptureProtocol_WriteImageToDisk) == 0x000078, "Wrong size on UserDefinedImageCaptureProtocol_WriteImageToDisk"); \ +static_assert(offsetof(UserDefinedImageCaptureProtocol_WriteImageToDisk, PixelData) == 0x000000, "Member 'UserDefinedImageCaptureProtocol_WriteImageToDisk::PixelData' has a wrong offset!"); \ +static_assert(offsetof(UserDefinedImageCaptureProtocol_WriteImageToDisk, StreamID) == 0x000010, "Member 'UserDefinedImageCaptureProtocol_WriteImageToDisk::StreamID' has a wrong offset!"); \ +static_assert(offsetof(UserDefinedImageCaptureProtocol_WriteImageToDisk, FrameMetrics) == 0x000060, "Member 'UserDefinedImageCaptureProtocol_WriteImageToDisk::FrameMetrics' has a wrong offset!"); \ +static_assert(offsetof(UserDefinedImageCaptureProtocol_WriteImageToDisk, bCopyImageData) == 0x000070, "Member 'UserDefinedImageCaptureProtocol_WriteImageToDisk::bCopyImageData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUserDefinedImageCaptureProtocol \ +static_assert(alignof(UUserDefinedImageCaptureProtocol) == 0x000008, "Wrong alignment on UUserDefinedImageCaptureProtocol"); \ +static_assert(sizeof(UUserDefinedImageCaptureProtocol) == 0x0000E8, "Wrong size on UUserDefinedImageCaptureProtocol"); \ +static_assert(offsetof(UUserDefinedImageCaptureProtocol, Format) == 0x0000E0, "Member 'UUserDefinedImageCaptureProtocol::Format' has a wrong offset!"); \ +static_assert(offsetof(UUserDefinedImageCaptureProtocol, bEnableCompression) == 0x0000E1, "Member 'UUserDefinedImageCaptureProtocol::bEnableCompression' has a wrong offset!"); \ +static_assert(offsetof(UUserDefinedImageCaptureProtocol, CompressionQuality) == 0x0000E4, "Member 'UUserDefinedImageCaptureProtocol::CompressionQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVideoCaptureProtocol \ +static_assert(alignof(UVideoCaptureProtocol) == 0x000008, "Wrong alignment on UVideoCaptureProtocol"); \ +static_assert(sizeof(UVideoCaptureProtocol) == 0x000088, "Wrong size on UVideoCaptureProtocol"); \ +static_assert(offsetof(UVideoCaptureProtocol, bUseCompression) == 0x000070, "Member 'UVideoCaptureProtocol::bUseCompression' has a wrong offset!"); \ +static_assert(offsetof(UVideoCaptureProtocol, CompressionQuality) == 0x000074, "Member 'UVideoCaptureProtocol::CompressionQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACH_Civilian_Female_01_C \ +static_assert(alignof(ACH_Civilian_Female_01_C) == 0x000010, "Wrong alignment on ACH_Civilian_Female_01_C"); \ +static_assert(sizeof(ACH_Civilian_Female_01_C) == 0x001D30, "Wrong size on ACH_Civilian_Female_01_C"); \ + +#define DUMPER7_ASSERTS_UMoviePlayerSettings \ +static_assert(alignof(UMoviePlayerSettings) == 0x000008, "Wrong alignment on UMoviePlayerSettings"); \ +static_assert(sizeof(UMoviePlayerSettings) == 0x000048, "Wrong size on UMoviePlayerSettings"); \ +static_assert(offsetof(UMoviePlayerSettings, bWaitForMoviesToComplete) == 0x000030, "Member 'UMoviePlayerSettings::bWaitForMoviesToComplete' has a wrong offset!"); \ +static_assert(offsetof(UMoviePlayerSettings, bMoviesAreSkippable) == 0x000031, "Member 'UMoviePlayerSettings::bMoviesAreSkippable' has a wrong offset!"); \ +static_assert(offsetof(UMoviePlayerSettings, StartupMovies) == 0x000038, "Member 'UMoviePlayerSettings::StartupMovies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OverkillBag_C_ExecuteUbergraph_BP_OverkillBag \ +static_assert(alignof(BP_OverkillBag_C_ExecuteUbergraph_BP_OverkillBag) == 0x000008, "Wrong alignment on BP_OverkillBag_C_ExecuteUbergraph_BP_OverkillBag"); \ +static_assert(sizeof(BP_OverkillBag_C_ExecuteUbergraph_BP_OverkillBag) == 0x000038, "Wrong size on BP_OverkillBag_C_ExecuteUbergraph_BP_OverkillBag"); \ +static_assert(offsetof(BP_OverkillBag_C_ExecuteUbergraph_BP_OverkillBag, EntryPoint) == 0x000000, "Member 'BP_OverkillBag_C_ExecuteUbergraph_BP_OverkillBag::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_OverkillBag_C_ExecuteUbergraph_BP_OverkillBag, K2Node_ComponentBoundEvent_Interactable_1) == 0x000008, "Member 'BP_OverkillBag_C_ExecuteUbergraph_BP_OverkillBag::K2Node_ComponentBoundEvent_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_OverkillBag_C_ExecuteUbergraph_BP_OverkillBag, K2Node_ComponentBoundEvent_Interactor_1) == 0x000010, "Member 'BP_OverkillBag_C_ExecuteUbergraph_BP_OverkillBag::K2Node_ComponentBoundEvent_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_OverkillBag_C_ExecuteUbergraph_BP_OverkillBag, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1) == 0x000018, "Member 'BP_OverkillBag_C_ExecuteUbergraph_BP_OverkillBag::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_OverkillBag_C_ExecuteUbergraph_BP_OverkillBag, CallFunc_IsPlaying_ReturnValue) == 0x000019, "Member 'BP_OverkillBag_C_ExecuteUbergraph_BP_OverkillBag::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_OverkillBag_C_ExecuteUbergraph_BP_OverkillBag, K2Node_ComponentBoundEvent_Interactable) == 0x000020, "Member 'BP_OverkillBag_C_ExecuteUbergraph_BP_OverkillBag::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_OverkillBag_C_ExecuteUbergraph_BP_OverkillBag, K2Node_ComponentBoundEvent_Interactor) == 0x000028, "Member 'BP_OverkillBag_C_ExecuteUbergraph_BP_OverkillBag::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_OverkillBag_C_ExecuteUbergraph_BP_OverkillBag, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000030, "Member 'BP_OverkillBag_C_ExecuteUbergraph_BP_OverkillBag::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OverkillBag_C_BndEvt__BP_OverkillBag_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_OverkillBag_C_BndEvt__BP_OverkillBag_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_OverkillBag_C_BndEvt__BP_OverkillBag_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_OverkillBag_C_BndEvt__BP_OverkillBag_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_OverkillBag_C_BndEvt__BP_OverkillBag_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_OverkillBag_C_BndEvt__BP_OverkillBag_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_OverkillBag_C_BndEvt__BP_OverkillBag_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_OverkillBag_C_BndEvt__BP_OverkillBag_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_OverkillBag_C_BndEvt__BP_OverkillBag_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_OverkillBag_C_BndEvt__BP_OverkillBag_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_OverkillBag_C_BndEvt__BP_OverkillBag_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_OverkillBag_C_BndEvt__BP_OverkillBag_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_OverkillBag_C_BndEvt__BP_OverkillBag_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_OverkillBag_C_BndEvt__BP_OverkillBag_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_OverkillBag_C_BndEvt__BP_OverkillBag_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_OverkillBag_C_BndEvt__BP_OverkillBag_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_OverkillBag_C_BndEvt__BP_OverkillBag_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_OverkillBag_C_BndEvt__BP_OverkillBag_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_OverkillBag_C_BndEvt__BP_OverkillBag_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_OverkillBag_C_BndEvt__BP_OverkillBag_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_OverkillBag_C_BndEvt__BP_OverkillBag_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_OverkillBag_C_BndEvt__BP_OverkillBag_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_OverkillBag_C \ +static_assert(alignof(ABP_OverkillBag_C) == 0x000008, "Wrong alignment on ABP_OverkillBag_C"); \ +static_assert(sizeof(ABP_OverkillBag_C) == 0x0003D8, "Wrong size on ABP_OverkillBag_C"); \ +static_assert(offsetof(ABP_OverkillBag_C, UberGraphFrame) == 0x0003C0, "Member 'ABP_OverkillBag_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_OverkillBag_C, SkeletalMeshComponentBudgeted) == 0x0003C8, "Member 'ABP_OverkillBag_C::SkeletalMeshComponentBudgeted' has a wrong offset!"); \ +static_assert(offsetof(ABP_OverkillBag_C, AnimationAsset) == 0x0003D0, "Member 'ABP_OverkillBag_C::AnimationAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUTD_Sniper_RepositionOffensive_C \ +static_assert(alignof(UUTD_Sniper_RepositionOffensive_C) == 0x000008, "Wrong alignment on UUTD_Sniper_RepositionOffensive_C"); \ +static_assert(sizeof(UUTD_Sniper_RepositionOffensive_C) == 0x0000B0, "Wrong size on UUTD_Sniper_RepositionOffensive_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02 \ +static_assert(alignof(WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02) == 0x000008, "Wrong alignment on WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02"); \ +static_assert(sizeof(WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02) == 0x000038, "Wrong size on WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02, EntryPoint) == 0x000000, "Member 'WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02, K2Node_Event_bInIsDisabled) == 0x000004, "Member 'WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02, K2Node_Event_Animation) == 0x000008, "Member 'WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02::K2Node_Event_Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000010, "Member 'WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000011, "Member 'WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02, CallFunc_BooleanOR_ReturnValue) == 0x000012, "Member 'WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02, K2Node_Event_IsDesignTime) == 0x000013, "Member 'WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000020, "Member 'WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x000028, "Member 'WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02, K2Node_Event_bInIsHovered) == 0x000031, "Member 'WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02, K2Node_Event_bInHasFocus) == 0x000032, "Member 'WBP_UI_TextButton_02_C_ExecuteUbergraph_WBP_UI_TextButton_02::K2Node_Event_bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TextButton_02_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_UI_TextButton_02_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_UI_TextButton_02_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_UI_TextButton_02_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_UI_TextButton_02_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_UI_TextButton_02_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TextButton_02_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_TextButton_02_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_TextButton_02_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_TextButton_02_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_TextButton_02_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_TextButton_02_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TextButton_02_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_TextButton_02_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_TextButton_02_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_TextButton_02_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_TextButton_02_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_TextButton_02_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TextButton_02_C_PreConstruct \ +static_assert(alignof(WBP_UI_TextButton_02_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_TextButton_02_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_TextButton_02_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_TextButton_02_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_TextButton_02_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TextButton_02_C_OnAnimationFinished \ +static_assert(alignof(WBP_UI_TextButton_02_C_OnAnimationFinished) == 0x000008, "Wrong alignment on WBP_UI_TextButton_02_C_OnAnimationFinished"); \ +static_assert(sizeof(WBP_UI_TextButton_02_C_OnAnimationFinished) == 0x000008, "Wrong size on WBP_UI_TextButton_02_C_OnAnimationFinished"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_OnAnimationFinished, Animation) == 0x000000, "Member 'WBP_UI_TextButton_02_C_OnAnimationFinished::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TextButton_02_C_OnHoverVisuals \ +static_assert(alignof(WBP_UI_TextButton_02_C_OnHoverVisuals) == 0x000001, "Wrong alignment on WBP_UI_TextButton_02_C_OnHoverVisuals"); \ +static_assert(sizeof(WBP_UI_TextButton_02_C_OnHoverVisuals) == 0x000001, "Wrong size on WBP_UI_TextButton_02_C_OnHoverVisuals"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_OnHoverVisuals, bIsHovered) == 0x000000, "Member 'WBP_UI_TextButton_02_C_OnHoverVisuals::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TextButton_02_C_OnFocusedVisuals \ +static_assert(alignof(WBP_UI_TextButton_02_C_OnFocusedVisuals) == 0x000008, "Wrong alignment on WBP_UI_TextButton_02_C_OnFocusedVisuals"); \ +static_assert(sizeof(WBP_UI_TextButton_02_C_OnFocusedVisuals) == 0x000058, "Wrong size on WBP_UI_TextButton_02_C_OnFocusedVisuals"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_OnFocusedVisuals, bIsFocused) == 0x000000, "Member 'WBP_UI_TextButton_02_C_OnFocusedVisuals::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_OnFocusedVisuals, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'WBP_UI_TextButton_02_C_OnFocusedVisuals::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_OnFocusedVisuals, K2Node_MakeStruct_SlateColor_1) == 0x000030, "Member 'WBP_UI_TextButton_02_C_OnFocusedVisuals::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TextButton_02_C_OnDisabledVisuals \ +static_assert(alignof(WBP_UI_TextButton_02_C_OnDisabledVisuals) == 0x000004, "Wrong alignment on WBP_UI_TextButton_02_C_OnDisabledVisuals"); \ +static_assert(sizeof(WBP_UI_TextButton_02_C_OnDisabledVisuals) == 0x000008, "Wrong size on WBP_UI_TextButton_02_C_OnDisabledVisuals"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_OnDisabledVisuals, bIsDisabled_0) == 0x000000, "Member 'WBP_UI_TextButton_02_C_OnDisabledVisuals::bIsDisabled_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_OnDisabledVisuals, CallFunc_SelectFloat_ReturnValue) == 0x000004, "Member 'WBP_UI_TextButton_02_C_OnDisabledVisuals::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TextButton_02_C_RefreshVisual \ +static_assert(alignof(WBP_UI_TextButton_02_C_RefreshVisual) == 0x000001, "Wrong alignment on WBP_UI_TextButton_02_C_RefreshVisual"); \ +static_assert(sizeof(WBP_UI_TextButton_02_C_RefreshVisual) == 0x000002, "Wrong size on WBP_UI_TextButton_02_C_RefreshVisual"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_RefreshVisual, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000000, "Member 'WBP_UI_TextButton_02_C_RefreshVisual::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_RefreshVisual, CallFunc_IsHovered_ReturnValue) == 0x000001, "Member 'WBP_UI_TextButton_02_C_RefreshVisual::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TextButton_02_C_SetButtonText \ +static_assert(alignof(WBP_UI_TextButton_02_C_SetButtonText) == 0x000008, "Wrong alignment on WBP_UI_TextButton_02_C_SetButtonText"); \ +static_assert(sizeof(WBP_UI_TextButton_02_C_SetButtonText) == 0x000018, "Wrong size on WBP_UI_TextButton_02_C_SetButtonText"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_SetButtonText, InButtonText) == 0x000000, "Member 'WBP_UI_TextButton_02_C_SetButtonText::InButtonText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TextButton_02_C_GetText \ +static_assert(alignof(WBP_UI_TextButton_02_C_GetText) == 0x000008, "Wrong alignment on WBP_UI_TextButton_02_C_GetText"); \ +static_assert(sizeof(WBP_UI_TextButton_02_C_GetText) == 0x000030, "Wrong size on WBP_UI_TextButton_02_C_GetText"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_GetText, OutText) == 0x000000, "Member 'WBP_UI_TextButton_02_C_GetText::OutText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_02_C_GetText, CallFunc_GetText_ReturnValue) == 0x000018, "Member 'WBP_UI_TextButton_02_C_GetText::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_TextButton_02_C \ +static_assert(alignof(UWBP_UI_TextButton_02_C) == 0x000008, "Wrong alignment on UWBP_UI_TextButton_02_C"); \ +static_assert(sizeof(UWBP_UI_TextButton_02_C) == 0x0003F0, "Wrong size on UWBP_UI_TextButton_02_C"); \ +static_assert(offsetof(UWBP_UI_TextButton_02_C, UberGraphFrame) == 0x000370, "Member 'UWBP_UI_TextButton_02_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TextButton_02_C, DisabledSelectedAnimation) == 0x000378, "Member 'UWBP_UI_TextButton_02_C::DisabledSelectedAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TextButton_02_C, SelectedAnimation) == 0x000380, "Member 'UWBP_UI_TextButton_02_C::SelectedAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TextButton_02_C, Image_Background) == 0x000388, "Member 'UWBP_UI_TextButton_02_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TextButton_02_C, Image_BorderButton) == 0x000390, "Member 'UWBP_UI_TextButton_02_C::Image_BorderButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TextButton_02_C, Overlay_Button) == 0x000398, "Member 'UWBP_UI_TextButton_02_C::Overlay_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TextButton_02_C, Text_DisplayText) == 0x0003A0, "Member 'UWBP_UI_TextButton_02_C::Text_DisplayText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TextButton_02_C, DefaultTextValue) == 0x0003A8, "Member 'UWBP_UI_TextButton_02_C::DefaultTextValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TextButton_02_C, InititalSize) == 0x0003C0, "Member 'UWBP_UI_TextButton_02_C::InititalSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TextButton_02_C, FontSize) == 0x0003C8, "Member 'UWBP_UI_TextButton_02_C::FontSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TextButton_02_C, Font_Family) == 0x0003D0, "Member 'UWBP_UI_TextButton_02_C::Font_Family' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TextButton_02_C, Font_Material) == 0x0003D8, "Member 'UWBP_UI_TextButton_02_C::Font_Material' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TextButton_02_C, Typeface) == 0x0003E0, "Member 'UWBP_UI_TextButton_02_C::Typeface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_ControlsReference_C_ExecuteUbergraph_WBP_UI_MainMenu_ControlsReference \ +static_assert(alignof(WBP_UI_MainMenu_ControlsReference_C_ExecuteUbergraph_WBP_UI_MainMenu_ControlsReference) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_ControlsReference_C_ExecuteUbergraph_WBP_UI_MainMenu_ControlsReference"); \ +static_assert(sizeof(WBP_UI_MainMenu_ControlsReference_C_ExecuteUbergraph_WBP_UI_MainMenu_ControlsReference) == 0x000030, "Wrong size on WBP_UI_MainMenu_ControlsReference_C_ExecuteUbergraph_WBP_UI_MainMenu_ControlsReference"); \ +static_assert(offsetof(WBP_UI_MainMenu_ControlsReference_C_ExecuteUbergraph_WBP_UI_MainMenu_ControlsReference, EntryPoint) == 0x000000, "Member 'WBP_UI_MainMenu_ControlsReference_C_ExecuteUbergraph_WBP_UI_MainMenu_ControlsReference::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_ControlsReference_C_ExecuteUbergraph_WBP_UI_MainMenu_ControlsReference, K2Node_Event_InControlsReference) == 0x000008, "Member 'WBP_UI_MainMenu_ControlsReference_C_ExecuteUbergraph_WBP_UI_MainMenu_ControlsReference::K2Node_Event_InControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_ControlsReference_C_DisplayControlsReference \ +static_assert(alignof(WBP_UI_MainMenu_ControlsReference_C_DisplayControlsReference) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_ControlsReference_C_DisplayControlsReference"); \ +static_assert(sizeof(WBP_UI_MainMenu_ControlsReference_C_DisplayControlsReference) == 0x000028, "Wrong size on WBP_UI_MainMenu_ControlsReference_C_DisplayControlsReference"); \ +static_assert(offsetof(WBP_UI_MainMenu_ControlsReference_C_DisplayControlsReference, InControlsReference) == 0x000000, "Member 'WBP_UI_MainMenu_ControlsReference_C_DisplayControlsReference::InControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_MainMenu_ControlsReference_C \ +static_assert(alignof(UWBP_UI_MainMenu_ControlsReference_C) == 0x000008, "Wrong alignment on UWBP_UI_MainMenu_ControlsReference_C"); \ +static_assert(sizeof(UWBP_UI_MainMenu_ControlsReference_C) == 0x0002C8, "Wrong size on UWBP_UI_MainMenu_ControlsReference_C"); \ +static_assert(offsetof(UWBP_UI_MainMenu_ControlsReference_C, UberGraphFrame) == 0x0002C0, "Member 'UWBP_UI_MainMenu_ControlsReference_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOverlayItem \ +static_assert(alignof(FOverlayItem) == 0x000008, "Wrong alignment on FOverlayItem"); \ +static_assert(sizeof(FOverlayItem) == 0x000028, "Wrong size on FOverlayItem"); \ +static_assert(offsetof(FOverlayItem, StartTime) == 0x000000, "Member 'FOverlayItem::StartTime' has a wrong offset!"); \ +static_assert(offsetof(FOverlayItem, EndTime) == 0x000008, "Member 'FOverlayItem::EndTime' has a wrong offset!"); \ +static_assert(offsetof(FOverlayItem, Text) == 0x000010, "Member 'FOverlayItem::Text' has a wrong offset!"); \ +static_assert(offsetof(FOverlayItem, Position) == 0x000020, "Member 'FOverlayItem::Position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOverlays \ +static_assert(alignof(UOverlays) == 0x000008, "Wrong alignment on UOverlays"); \ +static_assert(sizeof(UOverlays) == 0x000030, "Wrong size on UOverlays"); \ + +#define DUMPER7_ASSERTS_UBasicOverlays \ +static_assert(alignof(UBasicOverlays) == 0x000008, "Wrong alignment on UBasicOverlays"); \ +static_assert(sizeof(UBasicOverlays) == 0x000040, "Wrong size on UBasicOverlays"); \ +static_assert(offsetof(UBasicOverlays, Overlays) == 0x000030, "Member 'UBasicOverlays::Overlays' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULocalizedOverlays \ +static_assert(alignof(ULocalizedOverlays) == 0x000008, "Wrong alignment on ULocalizedOverlays"); \ +static_assert(sizeof(ULocalizedOverlays) == 0x000088, "Wrong size on ULocalizedOverlays"); \ +static_assert(offsetof(ULocalizedOverlays, DefaultOverlays) == 0x000030, "Member 'ULocalizedOverlays::DefaultOverlays' has a wrong offset!"); \ +static_assert(offsetof(ULocalizedOverlays, LocaleToOverlaysMap) == 0x000038, "Member 'ULocalizedOverlays::LocaleToOverlaysMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothConstraintSetup_Legacy \ +static_assert(alignof(FClothConstraintSetup_Legacy) == 0x000004, "Wrong alignment on FClothConstraintSetup_Legacy"); \ +static_assert(sizeof(FClothConstraintSetup_Legacy) == 0x000010, "Wrong size on FClothConstraintSetup_Legacy"); \ +static_assert(offsetof(FClothConstraintSetup_Legacy, Stiffness) == 0x000000, "Member 'FClothConstraintSetup_Legacy::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(FClothConstraintSetup_Legacy, StiffnessMultiplier) == 0x000004, "Member 'FClothConstraintSetup_Legacy::StiffnessMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FClothConstraintSetup_Legacy, StretchLimit) == 0x000008, "Member 'FClothConstraintSetup_Legacy::StretchLimit' has a wrong offset!"); \ +static_assert(offsetof(FClothConstraintSetup_Legacy, CompressionLimit) == 0x00000C, "Member 'FClothConstraintSetup_Legacy::CompressionLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothConfig_Legacy \ +static_assert(alignof(FClothConfig_Legacy) == 0x000004, "Wrong alignment on FClothConfig_Legacy"); \ +static_assert(sizeof(FClothConfig_Legacy) == 0x0000D4, "Wrong size on FClothConfig_Legacy"); \ +static_assert(offsetof(FClothConfig_Legacy, WindMethod) == 0x000000, "Member 'FClothConfig_Legacy::WindMethod' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, VerticalConstraintConfig) == 0x000004, "Member 'FClothConfig_Legacy::VerticalConstraintConfig' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, HorizontalConstraintConfig) == 0x000014, "Member 'FClothConfig_Legacy::HorizontalConstraintConfig' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, BendConstraintConfig) == 0x000024, "Member 'FClothConfig_Legacy::BendConstraintConfig' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, ShearConstraintConfig) == 0x000034, "Member 'FClothConfig_Legacy::ShearConstraintConfig' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, SelfCollisionRadius) == 0x000044, "Member 'FClothConfig_Legacy::SelfCollisionRadius' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, SelfCollisionStiffness) == 0x000048, "Member 'FClothConfig_Legacy::SelfCollisionStiffness' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, SelfCollisionCullScale) == 0x00004C, "Member 'FClothConfig_Legacy::SelfCollisionCullScale' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, Damping) == 0x000050, "Member 'FClothConfig_Legacy::Damping' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, Friction) == 0x00005C, "Member 'FClothConfig_Legacy::Friction' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, WindDragCoefficient) == 0x000060, "Member 'FClothConfig_Legacy::WindDragCoefficient' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, WindLiftCoefficient) == 0x000064, "Member 'FClothConfig_Legacy::WindLiftCoefficient' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, LinearDrag) == 0x000068, "Member 'FClothConfig_Legacy::LinearDrag' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, AngularDrag) == 0x000074, "Member 'FClothConfig_Legacy::AngularDrag' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, LinearInertiaScale) == 0x000080, "Member 'FClothConfig_Legacy::LinearInertiaScale' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, AngularInertiaScale) == 0x00008C, "Member 'FClothConfig_Legacy::AngularInertiaScale' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, CentrifugalInertiaScale) == 0x000098, "Member 'FClothConfig_Legacy::CentrifugalInertiaScale' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, SolverFrequency) == 0x0000A4, "Member 'FClothConfig_Legacy::SolverFrequency' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, StiffnessFrequency) == 0x0000A8, "Member 'FClothConfig_Legacy::StiffnessFrequency' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, GravityScale) == 0x0000AC, "Member 'FClothConfig_Legacy::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, GravityOverride) == 0x0000B0, "Member 'FClothConfig_Legacy::GravityOverride' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, bUseGravityOverride) == 0x0000BC, "Member 'FClothConfig_Legacy::bUseGravityOverride' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, TetherStiffness) == 0x0000C0, "Member 'FClothConfig_Legacy::TetherStiffness' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, TetherLimit) == 0x0000C4, "Member 'FClothConfig_Legacy::TetherLimit' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, CollisionThickness) == 0x0000C8, "Member 'FClothConfig_Legacy::CollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, AnimDriveSpringStiffness) == 0x0000CC, "Member 'FClothConfig_Legacy::AnimDriveSpringStiffness' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, AnimDriveDamperStiffness) == 0x0000D0, "Member 'FClothConfig_Legacy::AnimDriveDamperStiffness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPointWeightMap \ +static_assert(alignof(FPointWeightMap) == 0x000008, "Wrong alignment on FPointWeightMap"); \ +static_assert(sizeof(FPointWeightMap) == 0x000010, "Wrong size on FPointWeightMap"); \ +static_assert(offsetof(FPointWeightMap, Values) == 0x000000, "Member 'FPointWeightMap::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothPhysicalMeshData \ +static_assert(alignof(FClothPhysicalMeshData) == 0x000008, "Wrong alignment on FClothPhysicalMeshData"); \ +static_assert(sizeof(FClothPhysicalMeshData) == 0x0000F8, "Wrong size on FClothPhysicalMeshData"); \ +static_assert(offsetof(FClothPhysicalMeshData, Vertices) == 0x000000, "Member 'FClothPhysicalMeshData::Vertices' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, Normals) == 0x000010, "Member 'FClothPhysicalMeshData::Normals' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, Indices) == 0x000020, "Member 'FClothPhysicalMeshData::Indices' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, WeightMaps) == 0x000030, "Member 'FClothPhysicalMeshData::WeightMaps' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, InverseMasses) == 0x000080, "Member 'FClothPhysicalMeshData::InverseMasses' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, BoneData) == 0x000090, "Member 'FClothPhysicalMeshData::BoneData' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, MaxBoneWeights) == 0x0000A0, "Member 'FClothPhysicalMeshData::MaxBoneWeights' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, NumFixedVerts) == 0x0000A4, "Member 'FClothPhysicalMeshData::NumFixedVerts' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, SelfCollisionIndices) == 0x0000A8, "Member 'FClothPhysicalMeshData::SelfCollisionIndices' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, MaxDistances) == 0x0000B8, "Member 'FClothPhysicalMeshData::MaxDistances' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, BackstopDistances) == 0x0000C8, "Member 'FClothPhysicalMeshData::BackstopDistances' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, BackstopRadiuses) == 0x0000D8, "Member 'FClothPhysicalMeshData::BackstopRadiuses' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, AnimDriveMultipliers) == 0x0000E8, "Member 'FClothPhysicalMeshData::AnimDriveMultipliers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothLODDataCommon \ +static_assert(alignof(FClothLODDataCommon) == 0x000008, "Wrong alignment on FClothLODDataCommon"); \ +static_assert(sizeof(FClothLODDataCommon) == 0x000160, "Wrong size on FClothLODDataCommon"); \ +static_assert(offsetof(FClothLODDataCommon, PhysicalMeshData) == 0x000000, "Member 'FClothLODDataCommon::PhysicalMeshData' has a wrong offset!"); \ +static_assert(offsetof(FClothLODDataCommon, CollisionData) == 0x0000F8, "Member 'FClothLODDataCommon::CollisionData' has a wrong offset!"); \ +static_assert(offsetof(FClothLODDataCommon, bUseMultipleInfluences) == 0x000138, "Member 'FClothLODDataCommon::bUseMultipleInfluences' has a wrong offset!"); \ +static_assert(offsetof(FClothLODDataCommon, SkinningKernelRadius) == 0x00013C, "Member 'FClothLODDataCommon::SkinningKernelRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothParameterMask_Legacy \ +static_assert(alignof(FClothParameterMask_Legacy) == 0x000008, "Wrong alignment on FClothParameterMask_Legacy"); \ +static_assert(sizeof(FClothParameterMask_Legacy) == 0x000030, "Wrong size on FClothParameterMask_Legacy"); \ +static_assert(offsetof(FClothParameterMask_Legacy, MaskName) == 0x000000, "Member 'FClothParameterMask_Legacy::MaskName' has a wrong offset!"); \ +static_assert(offsetof(FClothParameterMask_Legacy, CurrentTarget) == 0x00000C, "Member 'FClothParameterMask_Legacy::CurrentTarget' has a wrong offset!"); \ +static_assert(offsetof(FClothParameterMask_Legacy, MaxValue) == 0x000010, "Member 'FClothParameterMask_Legacy::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FClothParameterMask_Legacy, MinValue) == 0x000014, "Member 'FClothParameterMask_Legacy::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FClothParameterMask_Legacy, Values) == 0x000018, "Member 'FClothParameterMask_Legacy::Values' has a wrong offset!"); \ +static_assert(offsetof(FClothParameterMask_Legacy, bEnabled) == 0x000028, "Member 'FClothParameterMask_Legacy::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClothConfigCommon \ +static_assert(alignof(UClothConfigCommon) == 0x000008, "Wrong alignment on UClothConfigCommon"); \ +static_assert(sizeof(UClothConfigCommon) == 0x000030, "Wrong size on UClothConfigCommon"); \ + +#define DUMPER7_ASSERTS_UClothSharedConfigCommon \ +static_assert(alignof(UClothSharedConfigCommon) == 0x000008, "Wrong alignment on UClothSharedConfigCommon"); \ +static_assert(sizeof(UClothSharedConfigCommon) == 0x000030, "Wrong size on UClothSharedConfigCommon"); \ + +#define DUMPER7_ASSERTS_UClothingAssetCustomData \ +static_assert(alignof(UClothingAssetCustomData) == 0x000008, "Wrong alignment on UClothingAssetCustomData"); \ +static_assert(sizeof(UClothingAssetCustomData) == 0x000030, "Wrong size on UClothingAssetCustomData"); \ + +#define DUMPER7_ASSERTS_UClothingAssetCommon \ +static_assert(alignof(UClothingAssetCommon) == 0x000008, "Wrong alignment on UClothingAssetCommon"); \ +static_assert(sizeof(UClothingAssetCommon) == 0x0000F8, "Wrong size on UClothingAssetCommon"); \ +static_assert(offsetof(UClothingAssetCommon, PhysicsAsset) == 0x000050, "Member 'UClothingAssetCommon::PhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, ClothConfigs) == 0x000058, "Member 'UClothingAssetCommon::ClothConfigs' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, LodData) == 0x0000A8, "Member 'UClothingAssetCommon::LodData' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, LodMap) == 0x0000B8, "Member 'UClothingAssetCommon::LodMap' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, UsedBoneNames) == 0x0000C8, "Member 'UClothingAssetCommon::UsedBoneNames' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, UsedBoneIndices) == 0x0000D8, "Member 'UClothingAssetCommon::UsedBoneIndices' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, ReferenceBoneIndex) == 0x0000E8, "Member 'UClothingAssetCommon::ReferenceBoneIndex' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, CustomData) == 0x0000F0, "Member 'UClothingAssetCommon::CustomData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClothLODDataCommon_Legacy \ +static_assert(alignof(UClothLODDataCommon_Legacy) == 0x000008, "Wrong alignment on UClothLODDataCommon_Legacy"); \ +static_assert(sizeof(UClothLODDataCommon_Legacy) == 0x000190, "Wrong size on UClothLODDataCommon_Legacy"); \ +static_assert(offsetof(UClothLODDataCommon_Legacy, PhysicalMeshData) == 0x000030, "Member 'UClothLODDataCommon_Legacy::PhysicalMeshData' has a wrong offset!"); \ +static_assert(offsetof(UClothLODDataCommon_Legacy, ClothPhysicalMeshData) == 0x000038, "Member 'UClothLODDataCommon_Legacy::ClothPhysicalMeshData' has a wrong offset!"); \ +static_assert(offsetof(UClothLODDataCommon_Legacy, CollisionData) == 0x000130, "Member 'UClothLODDataCommon_Legacy::CollisionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGE_SleepGas_C \ +static_assert(alignof(UGE_SleepGas_C) == 0x000008, "Wrong alignment on UGE_SleepGas_C"); \ +static_assert(sizeof(UGE_SleepGas_C) == 0x0008C0, "Wrong size on UGE_SleepGas_C"); \ + +#define DUMPER7_ASSERTS_FClothConstraintSetupNv \ +static_assert(alignof(FClothConstraintSetupNv) == 0x000004, "Wrong alignment on FClothConstraintSetupNv"); \ +static_assert(sizeof(FClothConstraintSetupNv) == 0x000010, "Wrong size on FClothConstraintSetupNv"); \ +static_assert(offsetof(FClothConstraintSetupNv, Stiffness) == 0x000000, "Member 'FClothConstraintSetupNv::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(FClothConstraintSetupNv, StiffnessMultiplier) == 0x000004, "Member 'FClothConstraintSetupNv::StiffnessMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FClothConstraintSetupNv, StretchLimit) == 0x000008, "Member 'FClothConstraintSetupNv::StretchLimit' has a wrong offset!"); \ +static_assert(offsetof(FClothConstraintSetupNv, CompressionLimit) == 0x00000C, "Member 'FClothConstraintSetupNv::CompressionLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClothConfigNv \ +static_assert(alignof(UClothConfigNv) == 0x000008, "Wrong alignment on UClothConfigNv"); \ +static_assert(sizeof(UClothConfigNv) == 0x000148, "Wrong size on UClothConfigNv"); \ +static_assert(offsetof(UClothConfigNv, ClothingWindMethod) == 0x000030, "Member 'UClothConfigNv::ClothingWindMethod' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, VerticalConstraint) == 0x000034, "Member 'UClothConfigNv::VerticalConstraint' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, HorizontalConstraint) == 0x000044, "Member 'UClothConfigNv::HorizontalConstraint' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, BendConstraint) == 0x000054, "Member 'UClothConfigNv::BendConstraint' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, ShearConstraint) == 0x000064, "Member 'UClothConfigNv::ShearConstraint' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, SelfCollisionRadius) == 0x000074, "Member 'UClothConfigNv::SelfCollisionRadius' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, SelfCollisionStiffness) == 0x000078, "Member 'UClothConfigNv::SelfCollisionStiffness' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, SelfCollisionCullScale) == 0x00007C, "Member 'UClothConfigNv::SelfCollisionCullScale' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, Damping) == 0x000080, "Member 'UClothConfigNv::Damping' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, Friction) == 0x00008C, "Member 'UClothConfigNv::Friction' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, WindDragCoefficient) == 0x000090, "Member 'UClothConfigNv::WindDragCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, WindLiftCoefficient) == 0x000094, "Member 'UClothConfigNv::WindLiftCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, LinearDrag) == 0x000098, "Member 'UClothConfigNv::LinearDrag' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, AngularDrag) == 0x0000A4, "Member 'UClothConfigNv::AngularDrag' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, LinearInertiaScale) == 0x0000B0, "Member 'UClothConfigNv::LinearInertiaScale' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, AngularInertiaScale) == 0x0000BC, "Member 'UClothConfigNv::AngularInertiaScale' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, CentrifugalInertiaScale) == 0x0000C8, "Member 'UClothConfigNv::CentrifugalInertiaScale' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, SolverFrequency) == 0x0000D4, "Member 'UClothConfigNv::SolverFrequency' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, StiffnessFrequency) == 0x0000D8, "Member 'UClothConfigNv::StiffnessFrequency' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, GravityScale) == 0x0000DC, "Member 'UClothConfigNv::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, GravityOverride) == 0x0000E0, "Member 'UClothConfigNv::GravityOverride' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, bUseGravityOverride) == 0x0000EC, "Member 'UClothConfigNv::bUseGravityOverride' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, TetherStiffness) == 0x0000F0, "Member 'UClothConfigNv::TetherStiffness' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, TetherLimit) == 0x0000F4, "Member 'UClothConfigNv::TetherLimit' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, CollisionThickness) == 0x0000F8, "Member 'UClothConfigNv::CollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, AnimDriveSpringStiffness) == 0x0000FC, "Member 'UClothConfigNv::AnimDriveSpringStiffness' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, AnimDriveDamperStiffness) == 0x000100, "Member 'UClothConfigNv::AnimDriveDamperStiffness' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, WindMethod) == 0x000104, "Member 'UClothConfigNv::WindMethod' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, VerticalConstraintConfig) == 0x000108, "Member 'UClothConfigNv::VerticalConstraintConfig' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, HorizontalConstraintConfig) == 0x000118, "Member 'UClothConfigNv::HorizontalConstraintConfig' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, BendConstraintConfig) == 0x000128, "Member 'UClothConfigNv::BendConstraintConfig' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, ShearConstraintConfig) == 0x000138, "Member 'UClothConfigNv::ShearConstraintConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClothingSimulationFactoryNv \ +static_assert(alignof(UClothingSimulationFactoryNv) == 0x000008, "Wrong alignment on UClothingSimulationFactoryNv"); \ +static_assert(sizeof(UClothingSimulationFactoryNv) == 0x000030, "Wrong size on UClothingSimulationFactoryNv"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractorNv_SetAnimDriveDamperStiffness \ +static_assert(alignof(ClothingSimulationInteractorNv_SetAnimDriveDamperStiffness) == 0x000004, "Wrong alignment on ClothingSimulationInteractorNv_SetAnimDriveDamperStiffness"); \ +static_assert(sizeof(ClothingSimulationInteractorNv_SetAnimDriveDamperStiffness) == 0x000004, "Wrong size on ClothingSimulationInteractorNv_SetAnimDriveDamperStiffness"); \ +static_assert(offsetof(ClothingSimulationInteractorNv_SetAnimDriveDamperStiffness, InStiffness) == 0x000000, "Member 'ClothingSimulationInteractorNv_SetAnimDriveDamperStiffness::InStiffness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClothingSimulationInteractorNv \ +static_assert(alignof(UClothingSimulationInteractorNv) == 0x000008, "Wrong alignment on UClothingSimulationInteractorNv"); \ +static_assert(sizeof(UClothingSimulationInteractorNv) == 0x0000A8, "Wrong size on UClothingSimulationInteractorNv"); \ + +#define DUMPER7_ASSERTS_UClothPhysicalMeshDataNv_Legacy \ +static_assert(alignof(UClothPhysicalMeshDataNv_Legacy) == 0x000008, "Wrong alignment on UClothPhysicalMeshDataNv_Legacy"); \ +static_assert(sizeof(UClothPhysicalMeshDataNv_Legacy) == 0x000128, "Wrong size on UClothPhysicalMeshDataNv_Legacy"); \ +static_assert(offsetof(UClothPhysicalMeshDataNv_Legacy, MaxDistances) == 0x0000E8, "Member 'UClothPhysicalMeshDataNv_Legacy::MaxDistances' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataNv_Legacy, BackstopDistances) == 0x0000F8, "Member 'UClothPhysicalMeshDataNv_Legacy::BackstopDistances' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataNv_Legacy, BackstopRadiuses) == 0x000108, "Member 'UClothPhysicalMeshDataNv_Legacy::BackstopRadiuses' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataNv_Legacy, AnimDriveMultipliers) == 0x000118, "Member 'UClothPhysicalMeshDataNv_Legacy::AnimDriveMultipliers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavCollisionBox \ +static_assert(alignof(FNavCollisionBox) == 0x000004, "Wrong alignment on FNavCollisionBox"); \ +static_assert(sizeof(FNavCollisionBox) == 0x000018, "Wrong size on FNavCollisionBox"); \ +static_assert(offsetof(FNavCollisionBox, Offset) == 0x000000, "Member 'FNavCollisionBox::Offset' has a wrong offset!"); \ +static_assert(offsetof(FNavCollisionBox, Extent) == 0x00000C, "Member 'FNavCollisionBox::Extent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavCollisionCylinder \ +static_assert(alignof(FNavCollisionCylinder) == 0x000004, "Wrong alignment on FNavCollisionCylinder"); \ +static_assert(sizeof(FNavCollisionCylinder) == 0x000014, "Wrong size on FNavCollisionCylinder"); \ +static_assert(offsetof(FNavCollisionCylinder, Offset) == 0x000000, "Member 'FNavCollisionCylinder::Offset' has a wrong offset!"); \ +static_assert(offsetof(FNavCollisionCylinder, Radius) == 0x00000C, "Member 'FNavCollisionCylinder::Radius' has a wrong offset!"); \ +static_assert(offsetof(FNavCollisionCylinder, Height) == 0x000010, "Member 'FNavCollisionCylinder::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSupportedAreaData \ +static_assert(alignof(FSupportedAreaData) == 0x000008, "Wrong alignment on FSupportedAreaData"); \ +static_assert(sizeof(FSupportedAreaData) == 0x000020, "Wrong size on FSupportedAreaData"); \ +static_assert(offsetof(FSupportedAreaData, AreaClassName) == 0x000000, "Member 'FSupportedAreaData::AreaClassName' has a wrong offset!"); \ +static_assert(offsetof(FSupportedAreaData, AreaID) == 0x000010, "Member 'FSupportedAreaData::AreaID' has a wrong offset!"); \ +static_assert(offsetof(FSupportedAreaData, AreaClass) == 0x000018, "Member 'FSupportedAreaData::AreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavGraphNode \ +static_assert(alignof(FNavGraphNode) == 0x000008, "Wrong alignment on FNavGraphNode"); \ +static_assert(sizeof(FNavGraphNode) == 0x000018, "Wrong size on FNavGraphNode"); \ +static_assert(offsetof(FNavGraphNode, Owner) == 0x000000, "Member 'FNavGraphNode::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavGraphEdge \ +static_assert(alignof(FNavGraphEdge) == 0x000008, "Wrong alignment on FNavGraphEdge"); \ +static_assert(sizeof(FNavGraphEdge) == 0x000018, "Wrong size on FNavGraphEdge"); \ + +#define DUMPER7_ASSERTS_FNavigationFilterFlags \ +static_assert(alignof(FNavigationFilterFlags) == 0x000004, "Wrong alignment on FNavigationFilterFlags"); \ +static_assert(sizeof(FNavigationFilterFlags) == 0x000004, "Wrong size on FNavigationFilterFlags"); \ + +#define DUMPER7_ASSERTS_FNavigationFilterArea \ +static_assert(alignof(FNavigationFilterArea) == 0x000008, "Wrong alignment on FNavigationFilterArea"); \ +static_assert(sizeof(FNavigationFilterArea) == 0x000018, "Wrong size on FNavigationFilterArea"); \ +static_assert(offsetof(FNavigationFilterArea, AreaClass) == 0x000000, "Member 'FNavigationFilterArea::AreaClass' has a wrong offset!"); \ +static_assert(offsetof(FNavigationFilterArea, TravelCostOverride) == 0x000008, "Member 'FNavigationFilterArea::TravelCostOverride' has a wrong offset!"); \ +static_assert(offsetof(FNavigationFilterArea, EnteringCostOverride) == 0x00000C, "Member 'FNavigationFilterArea::EnteringCostOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavLinkCustomInstanceData \ +static_assert(alignof(FNavLinkCustomInstanceData) == 0x000008, "Wrong alignment on FNavLinkCustomInstanceData"); \ +static_assert(sizeof(FNavLinkCustomInstanceData) == 0x000070, "Wrong size on FNavLinkCustomInstanceData"); \ +static_assert(offsetof(FNavLinkCustomInstanceData, NavLinkUserId) == 0x000068, "Member 'FNavLinkCustomInstanceData::NavLinkUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRecastNavMeshGenerationProperties \ +static_assert(alignof(FRecastNavMeshGenerationProperties) == 0x000004, "Wrong alignment on FRecastNavMeshGenerationProperties"); \ +static_assert(sizeof(FRecastNavMeshGenerationProperties) == 0x000040, "Wrong size on FRecastNavMeshGenerationProperties"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, TilePoolSize) == 0x000000, "Member 'FRecastNavMeshGenerationProperties::TilePoolSize' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, TileSizeUU) == 0x000004, "Member 'FRecastNavMeshGenerationProperties::TileSizeUU' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, CellSize) == 0x000008, "Member 'FRecastNavMeshGenerationProperties::CellSize' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, CellHeight) == 0x00000C, "Member 'FRecastNavMeshGenerationProperties::CellHeight' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, AgentRadius) == 0x000010, "Member 'FRecastNavMeshGenerationProperties::AgentRadius' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, AgentHeight) == 0x000014, "Member 'FRecastNavMeshGenerationProperties::AgentHeight' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, AgentMaxSlope) == 0x000018, "Member 'FRecastNavMeshGenerationProperties::AgentMaxSlope' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, AgentMaxStepHeight) == 0x00001C, "Member 'FRecastNavMeshGenerationProperties::AgentMaxStepHeight' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, MinRegionArea) == 0x000020, "Member 'FRecastNavMeshGenerationProperties::MinRegionArea' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, MergeRegionSize) == 0x000024, "Member 'FRecastNavMeshGenerationProperties::MergeRegionSize' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, MaxSimplificationError) == 0x000028, "Member 'FRecastNavMeshGenerationProperties::MaxSimplificationError' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, TileNumberHardLimit) == 0x00002C, "Member 'FRecastNavMeshGenerationProperties::TileNumberHardLimit' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, RegionPartitioning) == 0x000030, "Member 'FRecastNavMeshGenerationProperties::RegionPartitioning' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, LayerPartitioning) == 0x000031, "Member 'FRecastNavMeshGenerationProperties::LayerPartitioning' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, RegionChunkSplits) == 0x000034, "Member 'FRecastNavMeshGenerationProperties::RegionChunkSplits' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, LayerChunkSplits) == 0x000038, "Member 'FRecastNavMeshGenerationProperties::LayerChunkSplits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANavigationData \ +static_assert(alignof(ANavigationData) == 0x000008, "Wrong alignment on ANavigationData"); \ +static_assert(sizeof(ANavigationData) == 0x0004C8, "Wrong size on ANavigationData"); \ +static_assert(offsetof(ANavigationData, RenderingComp) == 0x0002B0, "Member 'ANavigationData::RenderingComp' has a wrong offset!"); \ +static_assert(offsetof(ANavigationData, NavDataConfig) == 0x0002B8, "Member 'ANavigationData::NavDataConfig' has a wrong offset!"); \ +static_assert(offsetof(ANavigationData, RuntimeGeneration) == 0x00034C, "Member 'ANavigationData::RuntimeGeneration' has a wrong offset!"); \ +static_assert(offsetof(ANavigationData, ObservedPathsTickInterval) == 0x000350, "Member 'ANavigationData::ObservedPathsTickInterval' has a wrong offset!"); \ +static_assert(offsetof(ANavigationData, DataVersion) == 0x000354, "Member 'ANavigationData::DataVersion' has a wrong offset!"); \ +static_assert(offsetof(ANavigationData, SupportedAreas) == 0x000460, "Member 'ANavigationData::SupportedAreas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbstractNavData \ +static_assert(alignof(AAbstractNavData) == 0x000008, "Wrong alignment on AAbstractNavData"); \ +static_assert(sizeof(AAbstractNavData) == 0x0004C8, "Wrong size on AAbstractNavData"); \ + +#define DUMPER7_ASSERTS_UCrowdManagerBase \ +static_assert(alignof(UCrowdManagerBase) == 0x000008, "Wrong alignment on UCrowdManagerBase"); \ +static_assert(sizeof(UCrowdManagerBase) == 0x000030, "Wrong size on UCrowdManagerBase"); \ + +#define DUMPER7_ASSERTS_UNavArea \ +static_assert(alignof(UNavArea) == 0x000008, "Wrong alignment on UNavArea"); \ +static_assert(sizeof(UNavArea) == 0x000050, "Wrong size on UNavArea"); \ +static_assert(offsetof(UNavArea, DefaultCost) == 0x000038, "Member 'UNavArea::DefaultCost' has a wrong offset!"); \ +static_assert(offsetof(UNavArea, FixedAreaEnteringCost) == 0x00003C, "Member 'UNavArea::FixedAreaEnteringCost' has a wrong offset!"); \ +static_assert(offsetof(UNavArea, DrawColor) == 0x000040, "Member 'UNavArea::DrawColor' has a wrong offset!"); \ +static_assert(offsetof(UNavArea, SupportedAgents) == 0x000044, "Member 'UNavArea::SupportedAgents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavArea_Default \ +static_assert(alignof(UNavArea_Default) == 0x000008, "Wrong alignment on UNavArea_Default"); \ +static_assert(sizeof(UNavArea_Default) == 0x000050, "Wrong size on UNavArea_Default"); \ + +#define DUMPER7_ASSERTS_UNavArea_LowHeight \ +static_assert(alignof(UNavArea_LowHeight) == 0x000008, "Wrong alignment on UNavArea_LowHeight"); \ +static_assert(sizeof(UNavArea_LowHeight) == 0x000050, "Wrong size on UNavArea_LowHeight"); \ + +#define DUMPER7_ASSERTS_UNavArea_Null \ +static_assert(alignof(UNavArea_Null) == 0x000008, "Wrong alignment on UNavArea_Null"); \ +static_assert(sizeof(UNavArea_Null) == 0x000050, "Wrong size on UNavArea_Null"); \ + +#define DUMPER7_ASSERTS_UNavArea_Obstacle \ +static_assert(alignof(UNavArea_Obstacle) == 0x000008, "Wrong alignment on UNavArea_Obstacle"); \ +static_assert(sizeof(UNavArea_Obstacle) == 0x000050, "Wrong size on UNavArea_Obstacle"); \ + +#define DUMPER7_ASSERTS_UNavAreaMeta \ +static_assert(alignof(UNavAreaMeta) == 0x000008, "Wrong alignment on UNavAreaMeta"); \ +static_assert(sizeof(UNavAreaMeta) == 0x000050, "Wrong size on UNavAreaMeta"); \ + +#define DUMPER7_ASSERTS_UNavAreaMeta_SwitchByAgent \ +static_assert(alignof(UNavAreaMeta_SwitchByAgent) == 0x000008, "Wrong alignment on UNavAreaMeta_SwitchByAgent"); \ +static_assert(sizeof(UNavAreaMeta_SwitchByAgent) == 0x0000D0, "Wrong size on UNavAreaMeta_SwitchByAgent"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent0Area) == 0x000050, "Member 'UNavAreaMeta_SwitchByAgent::Agent0Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent1Area) == 0x000058, "Member 'UNavAreaMeta_SwitchByAgent::Agent1Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent2Area) == 0x000060, "Member 'UNavAreaMeta_SwitchByAgent::Agent2Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent3Area) == 0x000068, "Member 'UNavAreaMeta_SwitchByAgent::Agent3Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent4Area) == 0x000070, "Member 'UNavAreaMeta_SwitchByAgent::Agent4Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent5Area) == 0x000078, "Member 'UNavAreaMeta_SwitchByAgent::Agent5Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent6Area) == 0x000080, "Member 'UNavAreaMeta_SwitchByAgent::Agent6Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent7Area) == 0x000088, "Member 'UNavAreaMeta_SwitchByAgent::Agent7Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent8Area) == 0x000090, "Member 'UNavAreaMeta_SwitchByAgent::Agent8Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent9Area) == 0x000098, "Member 'UNavAreaMeta_SwitchByAgent::Agent9Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent10Area) == 0x0000A0, "Member 'UNavAreaMeta_SwitchByAgent::Agent10Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent11Area) == 0x0000A8, "Member 'UNavAreaMeta_SwitchByAgent::Agent11Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent12Area) == 0x0000B0, "Member 'UNavAreaMeta_SwitchByAgent::Agent12Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent13Area) == 0x0000B8, "Member 'UNavAreaMeta_SwitchByAgent::Agent13Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent14Area) == 0x0000C0, "Member 'UNavAreaMeta_SwitchByAgent::Agent14Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent15Area) == 0x0000C8, "Member 'UNavAreaMeta_SwitchByAgent::Agent15Area' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavCollision \ +static_assert(alignof(UNavCollision) == 0x000008, "Wrong alignment on UNavCollision"); \ +static_assert(sizeof(UNavCollision) == 0x0000E8, "Wrong size on UNavCollision"); \ +static_assert(offsetof(UNavCollision, CylinderCollision) == 0x000090, "Member 'UNavCollision::CylinderCollision' has a wrong offset!"); \ +static_assert(offsetof(UNavCollision, BoxCollision) == 0x0000A0, "Member 'UNavCollision::BoxCollision' has a wrong offset!"); \ +static_assert(offsetof(UNavCollision, AreaClass) == 0x0000B0, "Member 'UNavCollision::AreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANavigationGraph \ +static_assert(alignof(ANavigationGraph) == 0x000008, "Wrong alignment on ANavigationGraph"); \ +static_assert(sizeof(ANavigationGraph) == 0x0004C8, "Wrong size on ANavigationGraph"); \ + +#define DUMPER7_ASSERTS_ANavigationGraphNode \ +static_assert(alignof(ANavigationGraphNode) == 0x000008, "Wrong alignment on ANavigationGraphNode"); \ +static_assert(sizeof(ANavigationGraphNode) == 0x0002A8, "Wrong size on ANavigationGraphNode"); \ + +#define DUMPER7_ASSERTS_UNavigationGraphNodeComponent \ +static_assert(alignof(UNavigationGraphNodeComponent) == 0x000010, "Wrong alignment on UNavigationGraphNodeComponent"); \ +static_assert(sizeof(UNavigationGraphNodeComponent) == 0x000250, "Wrong size on UNavigationGraphNodeComponent"); \ +static_assert(offsetof(UNavigationGraphNodeComponent, Node) == 0x000228, "Member 'UNavigationGraphNodeComponent::Node' has a wrong offset!"); \ +static_assert(offsetof(UNavigationGraphNodeComponent, NextNodeComponent) == 0x000240, "Member 'UNavigationGraphNodeComponent::NextNodeComponent' has a wrong offset!"); \ +static_assert(offsetof(UNavigationGraphNodeComponent, PrevNodeComponent) == 0x000248, "Member 'UNavigationGraphNodeComponent::PrevNodeComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavigationInvokerComponent \ +static_assert(alignof(UNavigationInvokerComponent) == 0x000008, "Wrong alignment on UNavigationInvokerComponent"); \ +static_assert(sizeof(UNavigationInvokerComponent) == 0x0000C8, "Wrong size on UNavigationInvokerComponent"); \ +static_assert(offsetof(UNavigationInvokerComponent, TileGenerationRadius) == 0x0000C0, "Member 'UNavigationInvokerComponent::TileGenerationRadius' has a wrong offset!"); \ +static_assert(offsetof(UNavigationInvokerComponent, TileRemovalRadius) == 0x0000C4, "Member 'UNavigationInvokerComponent::TileRemovalRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_EnableDebugDrawing \ +static_assert(alignof(NavigationPath_EnableDebugDrawing) == 0x000004, "Wrong alignment on NavigationPath_EnableDebugDrawing"); \ +static_assert(sizeof(NavigationPath_EnableDebugDrawing) == 0x000014, "Wrong size on NavigationPath_EnableDebugDrawing"); \ +static_assert(offsetof(NavigationPath_EnableDebugDrawing, bShouldDrawDebugData) == 0x000000, "Member 'NavigationPath_EnableDebugDrawing::bShouldDrawDebugData' has a wrong offset!"); \ +static_assert(offsetof(NavigationPath_EnableDebugDrawing, PathColor) == 0x000004, "Member 'NavigationPath_EnableDebugDrawing::PathColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_EnableRecalculationOnInvalidation \ +static_assert(alignof(NavigationPath_EnableRecalculationOnInvalidation) == 0x000001, "Wrong alignment on NavigationPath_EnableRecalculationOnInvalidation"); \ +static_assert(sizeof(NavigationPath_EnableRecalculationOnInvalidation) == 0x000001, "Wrong size on NavigationPath_EnableRecalculationOnInvalidation"); \ +static_assert(offsetof(NavigationPath_EnableRecalculationOnInvalidation, DoRecalculation) == 0x000000, "Member 'NavigationPath_EnableRecalculationOnInvalidation::DoRecalculation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_GetDebugString \ +static_assert(alignof(NavigationPath_GetDebugString) == 0x000008, "Wrong alignment on NavigationPath_GetDebugString"); \ +static_assert(sizeof(NavigationPath_GetDebugString) == 0x000010, "Wrong size on NavigationPath_GetDebugString"); \ +static_assert(offsetof(NavigationPath_GetDebugString, ReturnValue) == 0x000000, "Member 'NavigationPath_GetDebugString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_GetPathCost \ +static_assert(alignof(NavigationPath_GetPathCost) == 0x000004, "Wrong alignment on NavigationPath_GetPathCost"); \ +static_assert(sizeof(NavigationPath_GetPathCost) == 0x000004, "Wrong size on NavigationPath_GetPathCost"); \ +static_assert(offsetof(NavigationPath_GetPathCost, ReturnValue) == 0x000000, "Member 'NavigationPath_GetPathCost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_GetPathLength \ +static_assert(alignof(NavigationPath_GetPathLength) == 0x000004, "Wrong alignment on NavigationPath_GetPathLength"); \ +static_assert(sizeof(NavigationPath_GetPathLength) == 0x000004, "Wrong size on NavigationPath_GetPathLength"); \ +static_assert(offsetof(NavigationPath_GetPathLength, ReturnValue) == 0x000000, "Member 'NavigationPath_GetPathLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_IsPartial \ +static_assert(alignof(NavigationPath_IsPartial) == 0x000001, "Wrong alignment on NavigationPath_IsPartial"); \ +static_assert(sizeof(NavigationPath_IsPartial) == 0x000001, "Wrong size on NavigationPath_IsPartial"); \ +static_assert(offsetof(NavigationPath_IsPartial, ReturnValue) == 0x000000, "Member 'NavigationPath_IsPartial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_IsStringPulled \ +static_assert(alignof(NavigationPath_IsStringPulled) == 0x000001, "Wrong alignment on NavigationPath_IsStringPulled"); \ +static_assert(sizeof(NavigationPath_IsStringPulled) == 0x000001, "Wrong size on NavigationPath_IsStringPulled"); \ +static_assert(offsetof(NavigationPath_IsStringPulled, ReturnValue) == 0x000000, "Member 'NavigationPath_IsStringPulled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_IsValid \ +static_assert(alignof(NavigationPath_IsValid) == 0x000001, "Wrong alignment on NavigationPath_IsValid"); \ +static_assert(sizeof(NavigationPath_IsValid) == 0x000001, "Wrong size on NavigationPath_IsValid"); \ +static_assert(offsetof(NavigationPath_IsValid, ReturnValue) == 0x000000, "Member 'NavigationPath_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavigationPath \ +static_assert(alignof(UNavigationPath) == 0x000008, "Wrong alignment on UNavigationPath"); \ +static_assert(sizeof(UNavigationPath) == 0x000090, "Wrong size on UNavigationPath"); \ +static_assert(offsetof(UNavigationPath, PathUpdatedNotifier) == 0x000030, "Member 'UNavigationPath::PathUpdatedNotifier' has a wrong offset!"); \ +static_assert(offsetof(UNavigationPath, PathPoints) == 0x000040, "Member 'UNavigationPath::PathPoints' has a wrong offset!"); \ +static_assert(offsetof(UNavigationPath, RecalculateOnInvalidation) == 0x000050, "Member 'UNavigationPath::RecalculateOnInvalidation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INavigationPathGenerator \ +static_assert(alignof(INavigationPathGenerator) == 0x000001, "Wrong alignment on INavigationPathGenerator"); \ +static_assert(sizeof(INavigationPathGenerator) == 0x000001, "Wrong size on INavigationPathGenerator"); \ + +#define DUMPER7_ASSERTS_UNavigationQueryFilter \ +static_assert(alignof(UNavigationQueryFilter) == 0x000008, "Wrong alignment on UNavigationQueryFilter"); \ +static_assert(sizeof(UNavigationQueryFilter) == 0x000050, "Wrong size on UNavigationQueryFilter"); \ +static_assert(offsetof(UNavigationQueryFilter, Areas) == 0x000030, "Member 'UNavigationQueryFilter::Areas' has a wrong offset!"); \ +static_assert(offsetof(UNavigationQueryFilter, IncludeFlags) == 0x000040, "Member 'UNavigationQueryFilter::IncludeFlags' has a wrong offset!"); \ +static_assert(offsetof(UNavigationQueryFilter, ExcludeFlags) == 0x000044, "Member 'UNavigationQueryFilter::ExcludeFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_FindPathToActorSynchronously \ +static_assert(alignof(NavigationSystemV1_FindPathToActorSynchronously) == 0x000008, "Wrong alignment on NavigationSystemV1_FindPathToActorSynchronously"); \ +static_assert(sizeof(NavigationSystemV1_FindPathToActorSynchronously) == 0x000040, "Wrong size on NavigationSystemV1_FindPathToActorSynchronously"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_FindPathToActorSynchronously::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, PathStart) == 0x000008, "Member 'NavigationSystemV1_FindPathToActorSynchronously::PathStart' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, GoalActor) == 0x000018, "Member 'NavigationSystemV1_FindPathToActorSynchronously::GoalActor' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, TetherDistance) == 0x000020, "Member 'NavigationSystemV1_FindPathToActorSynchronously::TetherDistance' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, PathfindingContext) == 0x000028, "Member 'NavigationSystemV1_FindPathToActorSynchronously::PathfindingContext' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, FilterClass) == 0x000030, "Member 'NavigationSystemV1_FindPathToActorSynchronously::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, ReturnValue) == 0x000038, "Member 'NavigationSystemV1_FindPathToActorSynchronously::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_FindPathToLocationSynchronously \ +static_assert(alignof(NavigationSystemV1_FindPathToLocationSynchronously) == 0x000008, "Wrong alignment on NavigationSystemV1_FindPathToLocationSynchronously"); \ +static_assert(sizeof(NavigationSystemV1_FindPathToLocationSynchronously) == 0x000038, "Wrong size on NavigationSystemV1_FindPathToLocationSynchronously"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, PathStart) == 0x000008, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::PathStart' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, PathEnd) == 0x000014, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::PathEnd' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, PathfindingContext) == 0x000020, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::PathfindingContext' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, FilterClass) == 0x000028, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, ReturnValue) == 0x000030, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_GetNavigationSystem \ +static_assert(alignof(NavigationSystemV1_GetNavigationSystem) == 0x000008, "Wrong alignment on NavigationSystemV1_GetNavigationSystem"); \ +static_assert(sizeof(NavigationSystemV1_GetNavigationSystem) == 0x000010, "Wrong size on NavigationSystemV1_GetNavigationSystem"); \ +static_assert(offsetof(NavigationSystemV1_GetNavigationSystem, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_GetNavigationSystem::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetNavigationSystem, ReturnValue) == 0x000008, "Member 'NavigationSystemV1_GetNavigationSystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_GetPathCost \ +static_assert(alignof(NavigationSystemV1_GetPathCost) == 0x000008, "Wrong alignment on NavigationSystemV1_GetPathCost"); \ +static_assert(sizeof(NavigationSystemV1_GetPathCost) == 0x000040, "Wrong size on NavigationSystemV1_GetPathCost"); \ +static_assert(offsetof(NavigationSystemV1_GetPathCost, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_GetPathCost::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathCost, PathStart) == 0x000008, "Member 'NavigationSystemV1_GetPathCost::PathStart' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathCost, PathEnd) == 0x000014, "Member 'NavigationSystemV1_GetPathCost::PathEnd' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathCost, PathCost) == 0x000020, "Member 'NavigationSystemV1_GetPathCost::PathCost' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathCost, NavData) == 0x000028, "Member 'NavigationSystemV1_GetPathCost::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathCost, FilterClass) == 0x000030, "Member 'NavigationSystemV1_GetPathCost::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathCost, ReturnValue) == 0x000038, "Member 'NavigationSystemV1_GetPathCost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_GetPathLength \ +static_assert(alignof(NavigationSystemV1_GetPathLength) == 0x000008, "Wrong alignment on NavigationSystemV1_GetPathLength"); \ +static_assert(sizeof(NavigationSystemV1_GetPathLength) == 0x000040, "Wrong size on NavigationSystemV1_GetPathLength"); \ +static_assert(offsetof(NavigationSystemV1_GetPathLength, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_GetPathLength::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathLength, PathStart) == 0x000008, "Member 'NavigationSystemV1_GetPathLength::PathStart' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathLength, PathEnd) == 0x000014, "Member 'NavigationSystemV1_GetPathLength::PathEnd' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathLength, PathLength) == 0x000020, "Member 'NavigationSystemV1_GetPathLength::PathLength' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathLength, NavData) == 0x000028, "Member 'NavigationSystemV1_GetPathLength::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathLength, FilterClass) == 0x000030, "Member 'NavigationSystemV1_GetPathLength::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathLength, ReturnValue) == 0x000038, "Member 'NavigationSystemV1_GetPathLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_GetRandomPointInNavigableRadius \ +static_assert(alignof(NavigationSystemV1_GetRandomPointInNavigableRadius) == 0x000008, "Wrong alignment on NavigationSystemV1_GetRandomPointInNavigableRadius"); \ +static_assert(sizeof(NavigationSystemV1_GetRandomPointInNavigableRadius) == 0x000038, "Wrong size on NavigationSystemV1_GetRandomPointInNavigableRadius"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, Origin) == 0x000008, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::Origin' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, Radius) == 0x000014, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::Radius' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, NavData) == 0x000018, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, FilterClass) == 0x000020, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, ReturnValue) == 0x000028, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_GetRandomReachablePointInRadius \ +static_assert(alignof(NavigationSystemV1_GetRandomReachablePointInRadius) == 0x000008, "Wrong alignment on NavigationSystemV1_GetRandomReachablePointInRadius"); \ +static_assert(sizeof(NavigationSystemV1_GetRandomReachablePointInRadius) == 0x000038, "Wrong size on NavigationSystemV1_GetRandomReachablePointInRadius"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, Origin) == 0x000008, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::Origin' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, Radius) == 0x000014, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::Radius' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, NavData) == 0x000018, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, FilterClass) == 0x000020, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, ReturnValue) == 0x000028, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_IsNavigationBeingBuilt \ +static_assert(alignof(NavigationSystemV1_IsNavigationBeingBuilt) == 0x000008, "Wrong alignment on NavigationSystemV1_IsNavigationBeingBuilt"); \ +static_assert(sizeof(NavigationSystemV1_IsNavigationBeingBuilt) == 0x000010, "Wrong size on NavigationSystemV1_IsNavigationBeingBuilt"); \ +static_assert(offsetof(NavigationSystemV1_IsNavigationBeingBuilt, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_IsNavigationBeingBuilt::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_IsNavigationBeingBuilt, ReturnValue) == 0x000008, "Member 'NavigationSystemV1_IsNavigationBeingBuilt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_IsNavigationBeingBuiltOrLocked \ +static_assert(alignof(NavigationSystemV1_IsNavigationBeingBuiltOrLocked) == 0x000008, "Wrong alignment on NavigationSystemV1_IsNavigationBeingBuiltOrLocked"); \ +static_assert(sizeof(NavigationSystemV1_IsNavigationBeingBuiltOrLocked) == 0x000010, "Wrong size on NavigationSystemV1_IsNavigationBeingBuiltOrLocked"); \ +static_assert(offsetof(NavigationSystemV1_IsNavigationBeingBuiltOrLocked, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_IsNavigationBeingBuiltOrLocked::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_IsNavigationBeingBuiltOrLocked, ReturnValue) == 0x000008, "Member 'NavigationSystemV1_IsNavigationBeingBuiltOrLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_K2_GetRandomLocationInNavigableRadius \ +static_assert(alignof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_GetRandomLocationInNavigableRadius"); \ +static_assert(sizeof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius) == 0x000040, "Wrong size on NavigationSystemV1_K2_GetRandomLocationInNavigableRadius"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, Origin) == 0x000008, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::Origin' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, RandomLocation) == 0x000014, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::RandomLocation' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, Radius) == 0x000020, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::Radius' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, NavData) == 0x000028, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, FilterClass) == 0x000030, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, ReturnValue) == 0x000038, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_K2_GetRandomPointInNavigableRadius \ +static_assert(alignof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_GetRandomPointInNavigableRadius"); \ +static_assert(sizeof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius) == 0x000040, "Wrong size on NavigationSystemV1_K2_GetRandomPointInNavigableRadius"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, Origin) == 0x000008, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::Origin' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, RandomLocation) == 0x000014, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::RandomLocation' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, Radius) == 0x000020, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::Radius' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, NavData) == 0x000028, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, FilterClass) == 0x000030, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, ReturnValue) == 0x000038, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_K2_GetRandomReachablePointInRadius \ +static_assert(alignof(NavigationSystemV1_K2_GetRandomReachablePointInRadius) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_GetRandomReachablePointInRadius"); \ +static_assert(sizeof(NavigationSystemV1_K2_GetRandomReachablePointInRadius) == 0x000040, "Wrong size on NavigationSystemV1_K2_GetRandomReachablePointInRadius"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, Origin) == 0x000008, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::Origin' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, RandomLocation) == 0x000014, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::RandomLocation' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, Radius) == 0x000020, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::Radius' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, NavData) == 0x000028, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, FilterClass) == 0x000030, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, ReturnValue) == 0x000038, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_K2_ProjectPointToNavigation \ +static_assert(alignof(NavigationSystemV1_K2_ProjectPointToNavigation) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_ProjectPointToNavigation"); \ +static_assert(sizeof(NavigationSystemV1_K2_ProjectPointToNavigation) == 0x000040, "Wrong size on NavigationSystemV1_K2_ProjectPointToNavigation"); \ +static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, Point) == 0x000008, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::Point' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, ProjectedLocation) == 0x000014, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::ProjectedLocation' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, NavData) == 0x000020, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, FilterClass) == 0x000028, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, QueryExtent) == 0x000030, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::QueryExtent' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, ReturnValue) == 0x00003C, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_NavigationRaycast \ +static_assert(alignof(NavigationSystemV1_NavigationRaycast) == 0x000008, "Wrong alignment on NavigationSystemV1_NavigationRaycast"); \ +static_assert(sizeof(NavigationSystemV1_NavigationRaycast) == 0x000048, "Wrong size on NavigationSystemV1_NavigationRaycast"); \ +static_assert(offsetof(NavigationSystemV1_NavigationRaycast, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_NavigationRaycast::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_NavigationRaycast, RayStart) == 0x000008, "Member 'NavigationSystemV1_NavigationRaycast::RayStart' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_NavigationRaycast, RayEnd) == 0x000014, "Member 'NavigationSystemV1_NavigationRaycast::RayEnd' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_NavigationRaycast, HitLocation) == 0x000020, "Member 'NavigationSystemV1_NavigationRaycast::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_NavigationRaycast, FilterClass) == 0x000030, "Member 'NavigationSystemV1_NavigationRaycast::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_NavigationRaycast, Querier) == 0x000038, "Member 'NavigationSystemV1_NavigationRaycast::Querier' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_NavigationRaycast, ReturnValue) == 0x000040, "Member 'NavigationSystemV1_NavigationRaycast::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_ProjectPointToNavigation \ +static_assert(alignof(NavigationSystemV1_ProjectPointToNavigation) == 0x000008, "Wrong alignment on NavigationSystemV1_ProjectPointToNavigation"); \ +static_assert(sizeof(NavigationSystemV1_ProjectPointToNavigation) == 0x000040, "Wrong size on NavigationSystemV1_ProjectPointToNavigation"); \ +static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_ProjectPointToNavigation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, Point) == 0x000008, "Member 'NavigationSystemV1_ProjectPointToNavigation::Point' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, NavData) == 0x000018, "Member 'NavigationSystemV1_ProjectPointToNavigation::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, FilterClass) == 0x000020, "Member 'NavigationSystemV1_ProjectPointToNavigation::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, QueryExtent) == 0x000028, "Member 'NavigationSystemV1_ProjectPointToNavigation::QueryExtent' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, ReturnValue) == 0x000034, "Member 'NavigationSystemV1_ProjectPointToNavigation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_SimpleMoveToActor \ +static_assert(alignof(NavigationSystemV1_SimpleMoveToActor) == 0x000008, "Wrong alignment on NavigationSystemV1_SimpleMoveToActor"); \ +static_assert(sizeof(NavigationSystemV1_SimpleMoveToActor) == 0x000010, "Wrong size on NavigationSystemV1_SimpleMoveToActor"); \ +static_assert(offsetof(NavigationSystemV1_SimpleMoveToActor, Controller) == 0x000000, "Member 'NavigationSystemV1_SimpleMoveToActor::Controller' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_SimpleMoveToActor, Goal) == 0x000008, "Member 'NavigationSystemV1_SimpleMoveToActor::Goal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_SimpleMoveToLocation \ +static_assert(alignof(NavigationSystemV1_SimpleMoveToLocation) == 0x000008, "Wrong alignment on NavigationSystemV1_SimpleMoveToLocation"); \ +static_assert(sizeof(NavigationSystemV1_SimpleMoveToLocation) == 0x000018, "Wrong size on NavigationSystemV1_SimpleMoveToLocation"); \ +static_assert(offsetof(NavigationSystemV1_SimpleMoveToLocation, Controller) == 0x000000, "Member 'NavigationSystemV1_SimpleMoveToLocation::Controller' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_SimpleMoveToLocation, Goal) == 0x000008, "Member 'NavigationSystemV1_SimpleMoveToLocation::Goal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_K2_ReplaceAreaInOctreeData \ +static_assert(alignof(NavigationSystemV1_K2_ReplaceAreaInOctreeData) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_ReplaceAreaInOctreeData"); \ +static_assert(sizeof(NavigationSystemV1_K2_ReplaceAreaInOctreeData) == 0x000020, "Wrong size on NavigationSystemV1_K2_ReplaceAreaInOctreeData"); \ +static_assert(offsetof(NavigationSystemV1_K2_ReplaceAreaInOctreeData, Object) == 0x000000, "Member 'NavigationSystemV1_K2_ReplaceAreaInOctreeData::Object' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ReplaceAreaInOctreeData, OldArea) == 0x000008, "Member 'NavigationSystemV1_K2_ReplaceAreaInOctreeData::OldArea' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ReplaceAreaInOctreeData, NewArea) == 0x000010, "Member 'NavigationSystemV1_K2_ReplaceAreaInOctreeData::NewArea' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ReplaceAreaInOctreeData, ReturnValue) == 0x000018, "Member 'NavigationSystemV1_K2_ReplaceAreaInOctreeData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_OnNavigationBoundsUpdated \ +static_assert(alignof(NavigationSystemV1_OnNavigationBoundsUpdated) == 0x000008, "Wrong alignment on NavigationSystemV1_OnNavigationBoundsUpdated"); \ +static_assert(sizeof(NavigationSystemV1_OnNavigationBoundsUpdated) == 0x000008, "Wrong size on NavigationSystemV1_OnNavigationBoundsUpdated"); \ +static_assert(offsetof(NavigationSystemV1_OnNavigationBoundsUpdated, NavVolume) == 0x000000, "Member 'NavigationSystemV1_OnNavigationBoundsUpdated::NavVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_RegisterNavigationInvoker \ +static_assert(alignof(NavigationSystemV1_RegisterNavigationInvoker) == 0x000008, "Wrong alignment on NavigationSystemV1_RegisterNavigationInvoker"); \ +static_assert(sizeof(NavigationSystemV1_RegisterNavigationInvoker) == 0x000010, "Wrong size on NavigationSystemV1_RegisterNavigationInvoker"); \ +static_assert(offsetof(NavigationSystemV1_RegisterNavigationInvoker, Invoker) == 0x000000, "Member 'NavigationSystemV1_RegisterNavigationInvoker::Invoker' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_RegisterNavigationInvoker, TileGenerationRadius) == 0x000008, "Member 'NavigationSystemV1_RegisterNavigationInvoker::TileGenerationRadius' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_RegisterNavigationInvoker, TileRemovalRadius) == 0x00000C, "Member 'NavigationSystemV1_RegisterNavigationInvoker::TileRemovalRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_SetGeometryGatheringMode \ +static_assert(alignof(NavigationSystemV1_SetGeometryGatheringMode) == 0x000001, "Wrong alignment on NavigationSystemV1_SetGeometryGatheringMode"); \ +static_assert(sizeof(NavigationSystemV1_SetGeometryGatheringMode) == 0x000001, "Wrong size on NavigationSystemV1_SetGeometryGatheringMode"); \ +static_assert(offsetof(NavigationSystemV1_SetGeometryGatheringMode, NewMode) == 0x000000, "Member 'NavigationSystemV1_SetGeometryGatheringMode::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount \ +static_assert(alignof(NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount) == 0x000004, "Wrong alignment on NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount"); \ +static_assert(sizeof(NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount) == 0x000004, "Wrong size on NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount"); \ +static_assert(offsetof(NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount, MaxNumberOfJobs) == 0x000000, "Member 'NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount::MaxNumberOfJobs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_UnregisterNavigationInvoker \ +static_assert(alignof(NavigationSystemV1_UnregisterNavigationInvoker) == 0x000008, "Wrong alignment on NavigationSystemV1_UnregisterNavigationInvoker"); \ +static_assert(sizeof(NavigationSystemV1_UnregisterNavigationInvoker) == 0x000008, "Wrong size on NavigationSystemV1_UnregisterNavigationInvoker"); \ +static_assert(offsetof(NavigationSystemV1_UnregisterNavigationInvoker, Invoker) == 0x000000, "Member 'NavigationSystemV1_UnregisterNavigationInvoker::Invoker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavigationSystemV1 \ +static_assert(alignof(UNavigationSystemV1) == 0x000008, "Wrong alignment on UNavigationSystemV1"); \ +static_assert(sizeof(UNavigationSystemV1) == 0x001600, "Wrong size on UNavigationSystemV1"); \ +static_assert(offsetof(UNavigationSystemV1, MainNavData) == 0x000030, "Member 'UNavigationSystemV1::MainNavData' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, AbstractNavData) == 0x000038, "Member 'UNavigationSystemV1::AbstractNavData' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, DefaultAgentName) == 0x000040, "Member 'UNavigationSystemV1::DefaultAgentName' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, CrowdManagerClass) == 0x000050, "Member 'UNavigationSystemV1::CrowdManagerClass' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, ActiveTilesUpdateInterval) == 0x000084, "Member 'UNavigationSystemV1::ActiveTilesUpdateInterval' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, DataGatheringMode) == 0x000088, "Member 'UNavigationSystemV1::DataGatheringMode' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, DirtyAreaWarningSizeThreshold) == 0x00008C, "Member 'UNavigationSystemV1::DirtyAreaWarningSizeThreshold' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, SupportedAgents) == 0x000090, "Member 'UNavigationSystemV1::SupportedAgents' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, SupportedAgentsMask) == 0x0000A0, "Member 'UNavigationSystemV1::SupportedAgentsMask' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, NavDataSet) == 0x0000A8, "Member 'UNavigationSystemV1::NavDataSet' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, NavDataRegistrationQueue) == 0x0000B8, "Member 'UNavigationSystemV1::NavDataRegistrationQueue' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, OnNavDataRegisteredEvent) == 0x0000D8, "Member 'UNavigationSystemV1::OnNavDataRegisteredEvent' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, OnNavigationGenerationFinishedDelegate) == 0x0000E8, "Member 'UNavigationSystemV1::OnNavigationGenerationFinishedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, OperationMode) == 0x0001D8, "Member 'UNavigationSystemV1::OperationMode' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, DirtyAreasUpdateFreq) == 0x0015DC, "Member 'UNavigationSystemV1::DirtyAreasUpdateFreq' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavigationSystemModuleConfig \ +static_assert(alignof(UNavigationSystemModuleConfig) == 0x000008, "Wrong alignment on UNavigationSystemModuleConfig"); \ +static_assert(sizeof(UNavigationSystemModuleConfig) == 0x000070, "Wrong size on UNavigationSystemModuleConfig"); \ + +#define DUMPER7_ASSERTS_ANavigationTestingActor \ +static_assert(alignof(ANavigationTestingActor) == 0x000008, "Wrong alignment on ANavigationTestingActor"); \ +static_assert(sizeof(ANavigationTestingActor) == 0x0003A0, "Wrong size on ANavigationTestingActor"); \ +static_assert(offsetof(ANavigationTestingActor, CapsuleComponent) == 0x0002B8, "Member 'ANavigationTestingActor::CapsuleComponent' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, InvokerComponent) == 0x0002C0, "Member 'ANavigationTestingActor::InvokerComponent' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, NavAgentProps) == 0x0002D0, "Member 'ANavigationTestingActor::NavAgentProps' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, QueryingExtent) == 0x000308, "Member 'ANavigationTestingActor::QueryingExtent' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, MyNavData) == 0x000318, "Member 'ANavigationTestingActor::MyNavData' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, ProjectedLocation) == 0x000320, "Member 'ANavigationTestingActor::ProjectedLocation' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, CostLimitFactor) == 0x000330, "Member 'ANavigationTestingActor::CostLimitFactor' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, MinimumCostLimit) == 0x000334, "Member 'ANavigationTestingActor::MinimumCostLimit' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, CostDisplayMode) == 0x00033C, "Member 'ANavigationTestingActor::CostDisplayMode' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, TextCanvasOffset) == 0x000340, "Member 'ANavigationTestingActor::TextCanvasOffset' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, PathfindingTime) == 0x00034C, "Member 'ANavigationTestingActor::PathfindingTime' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, PathCost) == 0x000350, "Member 'ANavigationTestingActor::PathCost' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, PathfindingSteps) == 0x000354, "Member 'ANavigationTestingActor::PathfindingSteps' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, OtherActor) == 0x000358, "Member 'ANavigationTestingActor::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, FilterClass) == 0x000360, "Member 'ANavigationTestingActor::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, ShowStepIndex) == 0x000368, "Member 'ANavigationTestingActor::ShowStepIndex' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, OffsetFromCornersDistance) == 0x00036C, "Member 'ANavigationTestingActor::OffsetFromCornersDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavLinkComponent \ +static_assert(alignof(UNavLinkComponent) == 0x000010, "Wrong alignment on UNavLinkComponent"); \ +static_assert(sizeof(UNavLinkComponent) == 0x000520, "Wrong size on UNavLinkComponent"); \ +static_assert(offsetof(UNavLinkComponent, Links) == 0x000508, "Member 'UNavLinkComponent::Links' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavRelevantComponent_SetNavigationRelevancy \ +static_assert(alignof(NavRelevantComponent_SetNavigationRelevancy) == 0x000001, "Wrong alignment on NavRelevantComponent_SetNavigationRelevancy"); \ +static_assert(sizeof(NavRelevantComponent_SetNavigationRelevancy) == 0x000001, "Wrong size on NavRelevantComponent_SetNavigationRelevancy"); \ +static_assert(offsetof(NavRelevantComponent_SetNavigationRelevancy, bRelevant) == 0x000000, "Member 'NavRelevantComponent_SetNavigationRelevancy::bRelevant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavRelevantComponent \ +static_assert(alignof(UNavRelevantComponent) == 0x000008, "Wrong alignment on UNavRelevantComponent"); \ +static_assert(sizeof(UNavRelevantComponent) == 0x0000F0, "Wrong size on UNavRelevantComponent"); \ +static_assert(offsetof(UNavRelevantComponent, CachedNavParent) == 0x0000E8, "Member 'UNavRelevantComponent::CachedNavParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavLinkCustomComponent \ +static_assert(alignof(UNavLinkCustomComponent) == 0x000008, "Wrong alignment on UNavLinkCustomComponent"); \ +static_assert(sizeof(UNavLinkCustomComponent) == 0x0001A0, "Wrong size on UNavLinkCustomComponent"); \ +static_assert(offsetof(UNavLinkCustomComponent, NavLinkUserId) == 0x0000F8, "Member 'UNavLinkCustomComponent::NavLinkUserId' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, EnabledAreaClass) == 0x000100, "Member 'UNavLinkCustomComponent::EnabledAreaClass' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, DisabledAreaClass) == 0x000108, "Member 'UNavLinkCustomComponent::DisabledAreaClass' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, SupportedAgents) == 0x000110, "Member 'UNavLinkCustomComponent::SupportedAgents' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, LinkRelativeStart) == 0x000114, "Member 'UNavLinkCustomComponent::LinkRelativeStart' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, LinkRelativeEnd) == 0x000120, "Member 'UNavLinkCustomComponent::LinkRelativeEnd' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, LinkDirection) == 0x00012C, "Member 'UNavLinkCustomComponent::LinkDirection' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, ObstacleOffset) == 0x000134, "Member 'UNavLinkCustomComponent::ObstacleOffset' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, ObstacleExtent) == 0x000140, "Member 'UNavLinkCustomComponent::ObstacleExtent' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, ObstacleAreaClass) == 0x000150, "Member 'UNavLinkCustomComponent::ObstacleAreaClass' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, BroadcastRadius) == 0x000158, "Member 'UNavLinkCustomComponent::BroadcastRadius' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, BroadcastInterval) == 0x00015C, "Member 'UNavLinkCustomComponent::BroadcastInterval' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, BroadcastChannel) == 0x000160, "Member 'UNavLinkCustomComponent::BroadcastChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INavLinkCustomInterface \ +static_assert(alignof(INavLinkCustomInterface) == 0x000001, "Wrong alignment on INavLinkCustomInterface"); \ +static_assert(sizeof(INavLinkCustomInterface) == 0x000001, "Wrong size on INavLinkCustomInterface"); \ + +#define DUMPER7_ASSERTS_INavLinkHostInterface \ +static_assert(alignof(INavLinkHostInterface) == 0x000001, "Wrong alignment on INavLinkHostInterface"); \ +static_assert(sizeof(INavLinkHostInterface) == 0x000001, "Wrong size on INavLinkHostInterface"); \ + +#define DUMPER7_ASSERTS_UNavLinkRenderingComponent \ +static_assert(alignof(UNavLinkRenderingComponent) == 0x000010, "Wrong alignment on UNavLinkRenderingComponent"); \ +static_assert(sizeof(UNavLinkRenderingComponent) == 0x000500, "Wrong size on UNavLinkRenderingComponent"); \ + +#define DUMPER7_ASSERTS_UNavLinkTrivial \ +static_assert(alignof(UNavLinkTrivial) == 0x000008, "Wrong alignment on UNavLinkTrivial"); \ +static_assert(sizeof(UNavLinkTrivial) == 0x000058, "Wrong size on UNavLinkTrivial"); \ + +#define DUMPER7_ASSERTS_ANavMeshBoundsVolume \ +static_assert(alignof(ANavMeshBoundsVolume) == 0x000008, "Wrong alignment on ANavMeshBoundsVolume"); \ +static_assert(sizeof(ANavMeshBoundsVolume) == 0x000308, "Wrong size on ANavMeshBoundsVolume"); \ +static_assert(offsetof(ANavMeshBoundsVolume, SupportedAgents) == 0x000300, "Member 'ANavMeshBoundsVolume::SupportedAgents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavMeshRenderingComponent \ +static_assert(alignof(UNavMeshRenderingComponent) == 0x000010, "Wrong alignment on UNavMeshRenderingComponent"); \ +static_assert(sizeof(UNavMeshRenderingComponent) == 0x000510, "Wrong size on UNavMeshRenderingComponent"); \ + +#define DUMPER7_ASSERTS_NavModifierComponent_SetAreaClass \ +static_assert(alignof(NavModifierComponent_SetAreaClass) == 0x000008, "Wrong alignment on NavModifierComponent_SetAreaClass"); \ +static_assert(sizeof(NavModifierComponent_SetAreaClass) == 0x000008, "Wrong size on NavModifierComponent_SetAreaClass"); \ +static_assert(offsetof(NavModifierComponent_SetAreaClass, NewAreaClass) == 0x000000, "Member 'NavModifierComponent_SetAreaClass::NewAreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavModifierComponent \ +static_assert(alignof(UNavModifierComponent) == 0x000010, "Wrong alignment on UNavModifierComponent"); \ +static_assert(sizeof(UNavModifierComponent) == 0x000150, "Wrong size on UNavModifierComponent"); \ +static_assert(offsetof(UNavModifierComponent, AreaClass) == 0x0000F0, "Member 'UNavModifierComponent::AreaClass' has a wrong offset!"); \ +static_assert(offsetof(UNavModifierComponent, FailsafeExtent) == 0x0000F8, "Member 'UNavModifierComponent::FailsafeExtent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavModifierVolume_SetAreaClass \ +static_assert(alignof(NavModifierVolume_SetAreaClass) == 0x000008, "Wrong alignment on NavModifierVolume_SetAreaClass"); \ +static_assert(sizeof(NavModifierVolume_SetAreaClass) == 0x000008, "Wrong size on NavModifierVolume_SetAreaClass"); \ +static_assert(offsetof(NavModifierVolume_SetAreaClass, NewAreaClass) == 0x000000, "Member 'NavModifierVolume_SetAreaClass::NewAreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANavModifierVolume \ +static_assert(alignof(ANavModifierVolume) == 0x000008, "Wrong alignment on ANavModifierVolume"); \ +static_assert(sizeof(ANavModifierVolume) == 0x000318, "Wrong size on ANavModifierVolume"); \ +static_assert(offsetof(ANavModifierVolume, AreaClass) == 0x000308, "Member 'ANavModifierVolume::AreaClass' has a wrong offset!"); \ +static_assert(offsetof(ANavModifierVolume, bMaskFillCollisionUnderneathForNavmesh) == 0x000310, "Member 'ANavModifierVolume::bMaskFillCollisionUnderneathForNavmesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INavNodeInterface \ +static_assert(alignof(INavNodeInterface) == 0x000001, "Wrong alignment on INavNodeInterface"); \ +static_assert(sizeof(INavNodeInterface) == 0x000001, "Wrong size on INavNodeInterface"); \ + +#define DUMPER7_ASSERTS_ANavSystemConfigOverride \ +static_assert(alignof(ANavSystemConfigOverride) == 0x000008, "Wrong alignment on ANavSystemConfigOverride"); \ +static_assert(sizeof(ANavSystemConfigOverride) == 0x0002B8, "Wrong size on ANavSystemConfigOverride"); \ +static_assert(offsetof(ANavSystemConfigOverride, NavigationSystemConfig) == 0x0002A8, "Member 'ANavSystemConfigOverride::NavigationSystemConfig' has a wrong offset!"); \ +static_assert(offsetof(ANavSystemConfigOverride, OverridePolicy) == 0x0002B0, "Member 'ANavSystemConfigOverride::OverridePolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavTestRenderingComponent \ +static_assert(alignof(UNavTestRenderingComponent) == 0x000010, "Wrong alignment on UNavTestRenderingComponent"); \ +static_assert(sizeof(UNavTestRenderingComponent) == 0x000500, "Wrong size on UNavTestRenderingComponent"); \ + +#define DUMPER7_ASSERTS_URecastFilter_UseDefaultArea \ +static_assert(alignof(URecastFilter_UseDefaultArea) == 0x000008, "Wrong alignment on URecastFilter_UseDefaultArea"); \ +static_assert(sizeof(URecastFilter_UseDefaultArea) == 0x000050, "Wrong size on URecastFilter_UseDefaultArea"); \ + +#define DUMPER7_ASSERTS_RecastNavMesh_K2_ReplaceAreaInTileBounds \ +static_assert(alignof(RecastNavMesh_K2_ReplaceAreaInTileBounds) == 0x000008, "Wrong alignment on RecastNavMesh_K2_ReplaceAreaInTileBounds"); \ +static_assert(sizeof(RecastNavMesh_K2_ReplaceAreaInTileBounds) == 0x000038, "Wrong size on RecastNavMesh_K2_ReplaceAreaInTileBounds"); \ +static_assert(offsetof(RecastNavMesh_K2_ReplaceAreaInTileBounds, Bounds) == 0x000000, "Member 'RecastNavMesh_K2_ReplaceAreaInTileBounds::Bounds' has a wrong offset!"); \ +static_assert(offsetof(RecastNavMesh_K2_ReplaceAreaInTileBounds, OldArea) == 0x000020, "Member 'RecastNavMesh_K2_ReplaceAreaInTileBounds::OldArea' has a wrong offset!"); \ +static_assert(offsetof(RecastNavMesh_K2_ReplaceAreaInTileBounds, NewArea) == 0x000028, "Member 'RecastNavMesh_K2_ReplaceAreaInTileBounds::NewArea' has a wrong offset!"); \ +static_assert(offsetof(RecastNavMesh_K2_ReplaceAreaInTileBounds, ReplaceLinks) == 0x000030, "Member 'RecastNavMesh_K2_ReplaceAreaInTileBounds::ReplaceLinks' has a wrong offset!"); \ +static_assert(offsetof(RecastNavMesh_K2_ReplaceAreaInTileBounds, ReturnValue) == 0x000031, "Member 'RecastNavMesh_K2_ReplaceAreaInTileBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARecastNavMesh \ +static_assert(alignof(ARecastNavMesh) == 0x000008, "Wrong alignment on ARecastNavMesh"); \ +static_assert(sizeof(ARecastNavMesh) == 0x0005E8, "Wrong size on ARecastNavMesh"); \ +static_assert(offsetof(ARecastNavMesh, DrawOffset) == 0x0004CC, "Member 'ARecastNavMesh::DrawOffset' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TilePoolSize) == 0x0004D4, "Member 'ARecastNavMesh::TilePoolSize' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TileSizeUU) == 0x0004D8, "Member 'ARecastNavMesh::TileSizeUU' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, CellSize) == 0x0004DC, "Member 'ARecastNavMesh::CellSize' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, CellHeight) == 0x0004E0, "Member 'ARecastNavMesh::CellHeight' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, AgentRadius) == 0x0004E4, "Member 'ARecastNavMesh::AgentRadius' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, AgentHeight) == 0x0004E8, "Member 'ARecastNavMesh::AgentHeight' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, AgentMaxSlope) == 0x0004EC, "Member 'ARecastNavMesh::AgentMaxSlope' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, AgentMaxStepHeight) == 0x0004F0, "Member 'ARecastNavMesh::AgentMaxStepHeight' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, MinRegionArea) == 0x0004F4, "Member 'ARecastNavMesh::MinRegionArea' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, MergeRegionSize) == 0x0004F8, "Member 'ARecastNavMesh::MergeRegionSize' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, MaxSimplificationError) == 0x0004FC, "Member 'ARecastNavMesh::MaxSimplificationError' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, MaxSimultaneousTileGenerationJobsCount) == 0x000500, "Member 'ARecastNavMesh::MaxSimultaneousTileGenerationJobsCount' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TileNumberHardLimit) == 0x000504, "Member 'ARecastNavMesh::TileNumberHardLimit' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, PolyRefTileBits) == 0x000508, "Member 'ARecastNavMesh::PolyRefTileBits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, PolyRefNavPolyBits) == 0x00050C, "Member 'ARecastNavMesh::PolyRefNavPolyBits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, PolyRefSaltBits) == 0x000510, "Member 'ARecastNavMesh::PolyRefSaltBits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, NavMeshOriginOffset) == 0x000514, "Member 'ARecastNavMesh::NavMeshOriginOffset' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, DefaultDrawDistance) == 0x000520, "Member 'ARecastNavMesh::DefaultDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, DefaultMaxSearchNodes) == 0x000524, "Member 'ARecastNavMesh::DefaultMaxSearchNodes' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, DefaultMaxHierarchicalSearchNodes) == 0x000528, "Member 'ARecastNavMesh::DefaultMaxHierarchicalSearchNodes' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, RegionPartitioning) == 0x00052C, "Member 'ARecastNavMesh::RegionPartitioning' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, LayerPartitioning) == 0x00052D, "Member 'ARecastNavMesh::LayerPartitioning' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, RegionChunkSplits) == 0x000530, "Member 'ARecastNavMesh::RegionChunkSplits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, LayerChunkSplits) == 0x000534, "Member 'ARecastNavMesh::LayerChunkSplits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, IslandMaxPolyCount) == 0x000538, "Member 'ARecastNavMesh::IslandMaxPolyCount' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TileSetUpdateInterval) == 0x000540, "Member 'ARecastNavMesh::TileSetUpdateInterval' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, HeuristicScale) == 0x000544, "Member 'ARecastNavMesh::HeuristicScale' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, VerticalDeviationFromGroundCompensation) == 0x000548, "Member 'ARecastNavMesh::VerticalDeviationFromGroundCompensation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URecastNavMeshDataChunk \ +static_assert(alignof(URecastNavMeshDataChunk) == 0x000008, "Wrong alignment on URecastNavMeshDataChunk"); \ +static_assert(sizeof(URecastNavMeshDataChunk) == 0x000050, "Wrong size on URecastNavMeshDataChunk"); \ + +#define DUMPER7_ASSERTS_BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol \ +static_assert(alignof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol) == 0x000008, "Wrong alignment on BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol"); \ +static_assert(sizeof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol) == 0x000130, "Wrong size on BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, EntryPoint) == 0x000000, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, Temp_int_Variable) == 0x000004, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, CallFunc_GetNextAction_NextActionSlot) == 0x000010, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::CallFunc_GetNextAction_NextActionSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, Temp_bool_Variable) == 0x000018, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, CallFunc_Not_PreBool_ReturnValue_1) == 0x000019, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, K2Node_Event_DeltaSeconds) == 0x00001C, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, K2Node_ComponentBoundEvent_Character_1) == 0x000020, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::K2Node_ComponentBoundEvent_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, K2Node_ComponentBoundEvent_ActionInstance_1) == 0x000028, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::K2Node_ComponentBoundEvent_ActionInstance_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, K2Node_ComponentBoundEvent_ActionSlot_1) == 0x000030, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::K2Node_ComponentBoundEvent_ActionSlot_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, K2Node_ComponentBoundEvent_Result) == 0x000038, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::K2Node_ComponentBoundEvent_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, K2Node_ComponentBoundEvent_Character) == 0x000040, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::K2Node_ComponentBoundEvent_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, K2Node_ComponentBoundEvent_ActionInstance) == 0x000048, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::K2Node_ComponentBoundEvent_ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, K2Node_ComponentBoundEvent_ActionSlot) == 0x000050, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::K2Node_ComponentBoundEvent_ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000058, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, CallFunc_MakeLiteralByte_ReturnValue) == 0x000059, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, CallFunc_Array_Find_ReturnValue) == 0x00005C, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, CallFunc_Add_IntInt_ReturnValue_1) == 0x000064, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000068, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, CallFunc_IsValid_ReturnValue) == 0x000069, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, CallFunc_BooleanAND_ReturnValue) == 0x00006A, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, CallFunc_CreateActionData_ReturnValue) == 0x000070, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::CallFunc_CreateActionData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, CallFunc_PushAction_ReturnValue) == 0x000078, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::CallFunc_PushAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, CallFunc_IsValid_ReturnValue_1) == 0x000080, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, K2Node_MakeStruct_SBZLifeActionRequest) == 0x000088, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::K2Node_MakeStruct_SBZLifeActionRequest' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, K2Node_MakeStruct_SBZLifeActionRequest_1) == 0x0000C8, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::K2Node_MakeStruct_SBZLifeActionRequest_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, CallFunc_CanBeReservedBy_ReturnValue) == 0x000108, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::CallFunc_CanBeReservedBy_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, CallFunc_GetObjectName_ReturnValue) == 0x000110, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol, CallFunc_Concat_StrStr_ReturnValue) == 0x000120, "Member 'BP_LA_Scripted_Patrol_C_ExecuteUbergraph_BP_LA_Scripted_Patrol::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_Scripted_Patrol_C_BndEvt__BP_LA_Manager_Scripted_EyeScan_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature \ +static_assert(alignof(BP_LA_Scripted_Patrol_C_BndEvt__BP_LA_Manager_Scripted_EyeScan_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_LA_Scripted_Patrol_C_BndEvt__BP_LA_Manager_Scripted_EyeScan_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_LA_Scripted_Patrol_C_BndEvt__BP_LA_Manager_Scripted_EyeScan_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature) == 0x000018, "Wrong size on BP_LA_Scripted_Patrol_C_BndEvt__BP_LA_Manager_Scripted_EyeScan_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_BndEvt__BP_LA_Manager_Scripted_EyeScan_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature, Character) == 0x000000, "Member 'BP_LA_Scripted_Patrol_C_BndEvt__BP_LA_Manager_Scripted_EyeScan_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_BndEvt__BP_LA_Manager_Scripted_EyeScan_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature, ActionInstance) == 0x000008, "Member 'BP_LA_Scripted_Patrol_C_BndEvt__BP_LA_Manager_Scripted_EyeScan_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_BndEvt__BP_LA_Manager_Scripted_EyeScan_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature, ActionSlot) == 0x000010, "Member 'BP_LA_Scripted_Patrol_C_BndEvt__BP_LA_Manager_Scripted_EyeScan_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature::ActionSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_Scripted_Patrol_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature \ +static_assert(alignof(BP_LA_Scripted_Patrol_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_LA_Scripted_Patrol_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_LA_Scripted_Patrol_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature) == 0x000020, "Wrong size on BP_LA_Scripted_Patrol_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature, Character) == 0x000000, "Member 'BP_LA_Scripted_Patrol_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature, ActionInstance) == 0x000008, "Member 'BP_LA_Scripted_Patrol_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature, ActionSlot) == 0x000010, "Member 'BP_LA_Scripted_Patrol_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature::ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature, Result) == 0x000018, "Member 'BP_LA_Scripted_Patrol_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_Scripted_Patrol_C_ReceiveTick \ +static_assert(alignof(BP_LA_Scripted_Patrol_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_LA_Scripted_Patrol_C_ReceiveTick"); \ +static_assert(sizeof(BP_LA_Scripted_Patrol_C_ReceiveTick) == 0x000004, "Wrong size on BP_LA_Scripted_Patrol_C_ReceiveTick"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_LA_Scripted_Patrol_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_Scripted_Patrol_C_UserConstructionScript \ +static_assert(alignof(BP_LA_Scripted_Patrol_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_LA_Scripted_Patrol_C_UserConstructionScript"); \ +static_assert(sizeof(BP_LA_Scripted_Patrol_C_UserConstructionScript) == 0x000050, "Wrong size on BP_LA_Scripted_Patrol_C_UserConstructionScript"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_LA_Scripted_Patrol_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_LA_Scripted_Patrol_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_LA_Scripted_Patrol_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_UserConstructionScript, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'BP_LA_Scripted_Patrol_C_UserConstructionScript::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_UserConstructionScript, CallFunc_GetChildrenComponents_Children) == 0x000020, "Member 'BP_LA_Scripted_Patrol_C_UserConstructionScript::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_LA_Scripted_Patrol_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_UserConstructionScript, K2Node_DynamicCast_As_LAS__ActionSlot) == 0x000038, "Member 'BP_LA_Scripted_Patrol_C_UserConstructionScript::K2Node_DynamicCast_As_LAS__ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_UserConstructionScript, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_LA_Scripted_Patrol_C_UserConstructionScript::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'BP_LA_Scripted_Patrol_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_UserConstructionScript, CallFunc_Array_Add_ReturnValue) == 0x000048, "Member 'BP_LA_Scripted_Patrol_C_UserConstructionScript::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'BP_LA_Scripted_Patrol_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_Scripted_Patrol_C_GetNextAction \ +static_assert(alignof(BP_LA_Scripted_Patrol_C_GetNextAction) == 0x000008, "Wrong alignment on BP_LA_Scripted_Patrol_C_GetNextAction"); \ +static_assert(sizeof(BP_LA_Scripted_Patrol_C_GetNextAction) == 0x000060, "Wrong size on BP_LA_Scripted_Patrol_C_GetNextAction"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_GetNextAction, DisableRandomOrder) == 0x000000, "Member 'BP_LA_Scripted_Patrol_C_GetNextAction::DisableRandomOrder' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_GetNextAction, NextActionSlot_0) == 0x000008, "Member 'BP_LA_Scripted_Patrol_C_GetNextAction::NextActionSlot_0' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_GetNextAction, TempIndex) == 0x000010, "Member 'BP_LA_Scripted_Patrol_C_GetNextAction::TempIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_GetNextAction, Index_0) == 0x000014, "Member 'BP_LA_Scripted_Patrol_C_GetNextAction::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_GetNextAction, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_LA_Scripted_Patrol_C_GetNextAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_GetNextAction, Temp_bool_Variable) == 0x000019, "Member 'BP_LA_Scripted_Patrol_C_GetNextAction::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_GetNextAction, Temp_int_Variable) == 0x00001C, "Member 'BP_LA_Scripted_Patrol_C_GetNextAction::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_GetNextAction, CallFunc_Not_PreBool_ReturnValue_1) == 0x000020, "Member 'BP_LA_Scripted_Patrol_C_GetNextAction::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_GetNextAction, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_LA_Scripted_Patrol_C_GetNextAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_GetNextAction, CallFunc_Subtract_IntInt_ReturnValue) == 0x000028, "Member 'BP_LA_Scripted_Patrol_C_GetNextAction::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_GetNextAction, CallFunc_BooleanAND_ReturnValue) == 0x00002C, "Member 'BP_LA_Scripted_Patrol_C_GetNextAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_GetNextAction, CallFunc_RandomInteger_ReturnValue) == 0x000030, "Member 'BP_LA_Scripted_Patrol_C_GetNextAction::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_GetNextAction, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000034, "Member 'BP_LA_Scripted_Patrol_C_GetNextAction::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_GetNextAction, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'BP_LA_Scripted_Patrol_C_GetNextAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_GetNextAction, Temp_int_Variable_1) == 0x00003C, "Member 'BP_LA_Scripted_Patrol_C_GetNextAction::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_GetNextAction, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000040, "Member 'BP_LA_Scripted_Patrol_C_GetNextAction::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_GetNextAction, CallFunc_Add_IntInt_ReturnValue_1) == 0x000044, "Member 'BP_LA_Scripted_Patrol_C_GetNextAction::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_GetNextAction, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000048, "Member 'BP_LA_Scripted_Patrol_C_GetNextAction::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_GetNextAction, CallFunc_BooleanAND_ReturnValue_1) == 0x000049, "Member 'BP_LA_Scripted_Patrol_C_GetNextAction::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_GetNextAction, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_LA_Scripted_Patrol_C_GetNextAction::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_GetNextAction, CallFunc_Array_Length_ReturnValue_1) == 0x000058, "Member 'BP_LA_Scripted_Patrol_C_GetNextAction::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_GetNextAction, CallFunc_Percent_IntInt_ReturnValue) == 0x00005C, "Member 'BP_LA_Scripted_Patrol_C_GetNextAction::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_Scripted_Patrol_C_BP_LA_Manager_Scripted_Patrol_AutoGenFunc \ +static_assert(alignof(BP_LA_Scripted_Patrol_C_BP_LA_Manager_Scripted_Patrol_AutoGenFunc) == 0x000008, "Wrong alignment on BP_LA_Scripted_Patrol_C_BP_LA_Manager_Scripted_Patrol_AutoGenFunc"); \ +static_assert(sizeof(BP_LA_Scripted_Patrol_C_BP_LA_Manager_Scripted_Patrol_AutoGenFunc) == 0x000048, "Wrong size on BP_LA_Scripted_Patrol_C_BP_LA_Manager_Scripted_Patrol_AutoGenFunc"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_BP_LA_Manager_Scripted_Patrol_AutoGenFunc, ObjectA) == 0x000000, "Member 'BP_LA_Scripted_Patrol_C_BP_LA_Manager_Scripted_Patrol_AutoGenFunc::ObjectA' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_BP_LA_Manager_Scripted_Patrol_AutoGenFunc, ObjectB) == 0x000008, "Member 'BP_LA_Scripted_Patrol_C_BP_LA_Manager_Scripted_Patrol_AutoGenFunc::ObjectB' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_BP_LA_Manager_Scripted_Patrol_AutoGenFunc, Result) == 0x000010, "Member 'BP_LA_Scripted_Patrol_C_BP_LA_Manager_Scripted_Patrol_AutoGenFunc::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_BP_LA_Manager_Scripted_Patrol_AutoGenFunc, CallFunc_GetObjectName_ReturnValue) == 0x000018, "Member 'BP_LA_Scripted_Patrol_C_BP_LA_Manager_Scripted_Patrol_AutoGenFunc::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_BP_LA_Manager_Scripted_Patrol_AutoGenFunc, CallFunc_GetObjectName_ReturnValue_1) == 0x000028, "Member 'BP_LA_Scripted_Patrol_C_BP_LA_Manager_Scripted_Patrol_AutoGenFunc::CallFunc_GetObjectName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_BP_LA_Manager_Scripted_Patrol_AutoGenFunc, CallFunc_Conv_StringToInt_ReturnValue) == 0x000038, "Member 'BP_LA_Scripted_Patrol_C_BP_LA_Manager_Scripted_Patrol_AutoGenFunc::CallFunc_Conv_StringToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_BP_LA_Manager_Scripted_Patrol_AutoGenFunc, CallFunc_Conv_StringToInt_ReturnValue_1) == 0x00003C, "Member 'BP_LA_Scripted_Patrol_C_BP_LA_Manager_Scripted_Patrol_AutoGenFunc::CallFunc_Conv_StringToInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Scripted_Patrol_C_BP_LA_Manager_Scripted_Patrol_AutoGenFunc, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_LA_Scripted_Patrol_C_BP_LA_Manager_Scripted_Patrol_AutoGenFunc::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LA_Scripted_Patrol_C \ +static_assert(alignof(ABP_LA_Scripted_Patrol_C) == 0x000008, "Wrong alignment on ABP_LA_Scripted_Patrol_C"); \ +static_assert(sizeof(ABP_LA_Scripted_Patrol_C) == 0x000308, "Wrong size on ABP_LA_Scripted_Patrol_C"); \ +static_assert(offsetof(ABP_LA_Scripted_Patrol_C, UberGraphFrame) == 0x0002A8, "Member 'ABP_LA_Scripted_Patrol_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Scripted_Patrol_C, One) == 0x0002B0, "Member 'ABP_LA_Scripted_Patrol_C::One' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Scripted_Patrol_C, Two) == 0x0002B8, "Member 'ABP_LA_Scripted_Patrol_C::Two' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Scripted_Patrol_C, SBZLifeActionInstance_OtherPatrolPoints) == 0x0002C0, "Member 'ABP_LA_Scripted_Patrol_C::SBZLifeActionInstance_OtherPatrolPoints' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Scripted_Patrol_C, SBZLifeActionInstance_FirstPatrolPoint) == 0x0002C8, "Member 'ABP_LA_Scripted_Patrol_C::SBZLifeActionInstance_FirstPatrolPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Scripted_Patrol_C, Root) == 0x0002D0, "Member 'ABP_LA_Scripted_Patrol_C::Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Scripted_Patrol_C, SBZLifeAction) == 0x0002D8, "Member 'ABP_LA_Scripted_Patrol_C::SBZLifeAction' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Scripted_Patrol_C, PatrolActions) == 0x0002E0, "Member 'ABP_LA_Scripted_Patrol_C::PatrolActions' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Scripted_Patrol_C, CurrentActionIndex) == 0x0002F0, "Member 'ABP_LA_Scripted_Patrol_C::CurrentActionIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Scripted_Patrol_C, RandomOrder) == 0x0002F4, "Member 'ABP_LA_Scripted_Patrol_C::RandomOrder' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Scripted_Patrol_C, CurrentCharacter) == 0x0002F8, "Member 'ABP_LA_Scripted_Patrol_C::CurrentCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Scripted_Patrol_C, NextActionSlot) == 0x000300, "Member 'ABP_LA_Scripted_Patrol_C::NextActionSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ShieldChunkDepletedFeedback_C \ +static_assert(alignof(UBP_ShieldChunkDepletedFeedback_C) == 0x000008, "Wrong alignment on UBP_ShieldChunkDepletedFeedback_C"); \ +static_assert(sizeof(UBP_ShieldChunkDepletedFeedback_C) == 0x000308, "Wrong size on UBP_ShieldChunkDepletedFeedback_C"); \ + +#define DUMPER7_ASSERTS_BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor \ +static_assert(alignof(BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor) == 0x000008, "Wrong alignment on BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor"); \ +static_assert(sizeof(BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor) == 0x000060, "Wrong size on BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor"); \ +static_assert(offsetof(BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor, QuerierObject) == 0x000000, "Member 'BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor, QuerierActor) == 0x000008, "Member 'BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor, ResultingActor) == 0x000010, "Member 'BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor::ResultingActor' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor, K2Node_DynamicCast_AsPawn) == 0x000018, "Member 'BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor::K2Node_DynamicCast_AsPawn' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor, CallFunc_GetController_ReturnValue) == 0x000028, "Member 'BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor, K2Node_DynamicCast_AsAIController) == 0x000030, "Member 'BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor::K2Node_DynamicCast_AsAIController' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor, CallFunc_GetBlackboard_ReturnValue) == 0x000040, "Member 'BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor, CallFunc_GetValueAsObject_ReturnValue) == 0x000048, "Member 'BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor, K2Node_DynamicCast_AsActor) == 0x000050, "Member 'BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'BP_EnvQueryContext_TargetBBKey_C_ProvideSingleActor::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet \ +static_assert(alignof(BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet) == 0x000008, "Wrong alignment on BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet"); \ +static_assert(sizeof(BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet) == 0x000078, "Wrong size on BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet"); \ +static_assert(offsetof(BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet, QuerierObject) == 0x000000, "Member 'BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet, QuerierActor) == 0x000008, "Member 'BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet, ResultingActorsSet) == 0x000010, "Member 'BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet::ResultingActorsSet' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet, K2Node_DynamicCast_AsPawn) == 0x000020, "Member 'BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet::K2Node_DynamicCast_AsPawn' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet, CallFunc_GetController_ReturnValue) == 0x000030, "Member 'BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet, K2Node_DynamicCast_AsAIController) == 0x000038, "Member 'BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet::K2Node_DynamicCast_AsAIController' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet, CallFunc_GetBlackboard_ReturnValue) == 0x000048, "Member 'BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet, CallFunc_GetValueAsObject_ReturnValue) == 0x000050, "Member 'BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet, K2Node_DynamicCast_AsActor) == 0x000058, "Member 'BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet, K2Node_MakeArray_Array) == 0x000068, "Member 'BP_EnvQueryContext_TargetBBKey_C_ProvideActorsSet::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_EnvQueryContext_TargetBBKey_C \ +static_assert(alignof(UBP_EnvQueryContext_TargetBBKey_C) == 0x000008, "Wrong alignment on UBP_EnvQueryContext_TargetBBKey_C"); \ +static_assert(sizeof(UBP_EnvQueryContext_TargetBBKey_C) == 0x000048, "Wrong size on UBP_EnvQueryContext_TargetBBKey_C"); \ +static_assert(offsetof(UBP_EnvQueryContext_TargetBBKey_C, BBKey) == 0x000038, "Member 'UBP_EnvQueryContext_TargetBBKey_C::BBKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticPhone_DisplayOff_C \ +static_assert(alignof(ABP_CosmeticPhone_DisplayOff_C) == 0x000008, "Wrong alignment on ABP_CosmeticPhone_DisplayOff_C"); \ +static_assert(sizeof(ABP_CosmeticPhone_DisplayOff_C) == 0x0002D0, "Wrong size on ABP_CosmeticPhone_DisplayOff_C"); \ +static_assert(offsetof(ABP_CosmeticPhone_DisplayOff_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticPhone_DisplayOff_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMExecuteContext \ +static_assert(alignof(FRigVMExecuteContext) == 0x000008, "Wrong alignment on FRigVMExecuteContext"); \ +static_assert(sizeof(FRigVMExecuteContext) == 0x000060, "Wrong size on FRigVMExecuteContext"); \ + +#define DUMPER7_ASSERTS_FRigVMByteCodeEntry \ +static_assert(alignof(FRigVMByteCodeEntry) == 0x000004, "Wrong alignment on FRigVMByteCodeEntry"); \ +static_assert(sizeof(FRigVMByteCodeEntry) == 0x000010, "Wrong size on FRigVMByteCodeEntry"); \ +static_assert(offsetof(FRigVMByteCodeEntry, Name) == 0x000000, "Member 'FRigVMByteCodeEntry::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMByteCodeEntry, InstructionIndex) == 0x00000C, "Member 'FRigVMByteCodeEntry::InstructionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMStruct \ +static_assert(alignof(FRigVMStruct) == 0x000008, "Wrong alignment on FRigVMStruct"); \ +static_assert(sizeof(FRigVMStruct) == 0x000008, "Wrong size on FRigVMStruct"); \ + +#define DUMPER7_ASSERTS_FRigVMParameter \ +static_assert(alignof(FRigVMParameter) == 0x000008, "Wrong alignment on FRigVMParameter"); \ +static_assert(sizeof(FRigVMParameter) == 0x000040, "Wrong size on FRigVMParameter"); \ +static_assert(offsetof(FRigVMParameter, Type) == 0x000000, "Member 'FRigVMParameter::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigVMParameter, Name) == 0x000004, "Member 'FRigVMParameter::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMParameter, RegisterIndex) == 0x000010, "Member 'FRigVMParameter::RegisterIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMParameter, CPPType) == 0x000018, "Member 'FRigVMParameter::CPPType' has a wrong offset!"); \ +static_assert(offsetof(FRigVMParameter, ScriptStruct) == 0x000028, "Member 'FRigVMParameter::ScriptStruct' has a wrong offset!"); \ +static_assert(offsetof(FRigVMParameter, ScriptStructPath) == 0x000030, "Member 'FRigVMParameter::ScriptStructPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMByteCode \ +static_assert(alignof(FRigVMByteCode) == 0x000008, "Wrong alignment on FRigVMByteCode"); \ +static_assert(sizeof(FRigVMByteCode) == 0x000030, "Wrong size on FRigVMByteCode"); \ +static_assert(offsetof(FRigVMByteCode, ByteCode) == 0x000000, "Member 'FRigVMByteCode::ByteCode' has a wrong offset!"); \ +static_assert(offsetof(FRigVMByteCode, NumInstructions) == 0x000010, "Member 'FRigVMByteCode::NumInstructions' has a wrong offset!"); \ +static_assert(offsetof(FRigVMByteCode, Entries) == 0x000018, "Member 'FRigVMByteCode::Entries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMInstruction \ +static_assert(alignof(FRigVMInstruction) == 0x000008, "Wrong alignment on FRigVMInstruction"); \ +static_assert(sizeof(FRigVMInstruction) == 0x000010, "Wrong size on FRigVMInstruction"); \ +static_assert(offsetof(FRigVMInstruction, ByteCodeIndex) == 0x000000, "Member 'FRigVMInstruction::ByteCodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMInstruction, OpCode) == 0x000008, "Member 'FRigVMInstruction::OpCode' has a wrong offset!"); \ +static_assert(offsetof(FRigVMInstruction, OperandAlignment) == 0x000009, "Member 'FRigVMInstruction::OperandAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMInstructionArray \ +static_assert(alignof(FRigVMInstructionArray) == 0x000008, "Wrong alignment on FRigVMInstructionArray"); \ +static_assert(sizeof(FRigVMInstructionArray) == 0x000010, "Wrong size on FRigVMInstructionArray"); \ +static_assert(offsetof(FRigVMInstructionArray, Instructions) == 0x000000, "Member 'FRigVMInstructionArray::Instructions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMBaseOp \ +static_assert(alignof(FRigVMBaseOp) == 0x000001, "Wrong alignment on FRigVMBaseOp"); \ +static_assert(sizeof(FRigVMBaseOp) == 0x000001, "Wrong size on FRigVMBaseOp"); \ + +#define DUMPER7_ASSERTS_FRigVMUnaryOp \ +static_assert(alignof(FRigVMUnaryOp) == 0x000002, "Wrong alignment on FRigVMUnaryOp"); \ +static_assert(sizeof(FRigVMUnaryOp) == 0x000008, "Wrong size on FRigVMUnaryOp"); \ + +#define DUMPER7_ASSERTS_FRigVMChangeTypeOp \ +static_assert(alignof(FRigVMChangeTypeOp) == 0x000002, "Wrong alignment on FRigVMChangeTypeOp"); \ +static_assert(sizeof(FRigVMChangeTypeOp) == 0x000010, "Wrong size on FRigVMChangeTypeOp"); \ + +#define DUMPER7_ASSERTS_FRigVMJumpIfOp \ +static_assert(alignof(FRigVMJumpIfOp) == 0x000004, "Wrong alignment on FRigVMJumpIfOp"); \ +static_assert(sizeof(FRigVMJumpIfOp) == 0x000010, "Wrong size on FRigVMJumpIfOp"); \ + +#define DUMPER7_ASSERTS_FRigVMJumpOp \ +static_assert(alignof(FRigVMJumpOp) == 0x000004, "Wrong alignment on FRigVMJumpOp"); \ +static_assert(sizeof(FRigVMJumpOp) == 0x000008, "Wrong size on FRigVMJumpOp"); \ + +#define DUMPER7_ASSERTS_FRigVMComparisonOp \ +static_assert(alignof(FRigVMComparisonOp) == 0x000002, "Wrong alignment on FRigVMComparisonOp"); \ +static_assert(sizeof(FRigVMComparisonOp) == 0x000014, "Wrong size on FRigVMComparisonOp"); \ + +#define DUMPER7_ASSERTS_FRigVMCopyOp \ +static_assert(alignof(FRigVMCopyOp) == 0x000002, "Wrong alignment on FRigVMCopyOp"); \ +static_assert(sizeof(FRigVMCopyOp) == 0x00000E, "Wrong size on FRigVMCopyOp"); \ + +#define DUMPER7_ASSERTS_FRigVMBinaryOp \ +static_assert(alignof(FRigVMBinaryOp) == 0x000002, "Wrong alignment on FRigVMBinaryOp"); \ +static_assert(sizeof(FRigVMBinaryOp) == 0x00000E, "Wrong size on FRigVMBinaryOp"); \ + +#define DUMPER7_ASSERTS_FRigVMExecuteOp \ +static_assert(alignof(FRigVMExecuteOp) == 0x000002, "Wrong alignment on FRigVMExecuteOp"); \ +static_assert(sizeof(FRigVMExecuteOp) == 0x000004, "Wrong size on FRigVMExecuteOp"); \ + +#define DUMPER7_ASSERTS_FRigVMSlice \ +static_assert(alignof(FRigVMSlice) == 0x000004, "Wrong alignment on FRigVMSlice"); \ +static_assert(sizeof(FRigVMSlice) == 0x00000C, "Wrong size on FRigVMSlice"); \ + +#define DUMPER7_ASSERTS_FRigVMRegister \ +static_assert(alignof(FRigVMRegister) == 0x000004, "Wrong alignment on FRigVMRegister"); \ +static_assert(sizeof(FRigVMRegister) == 0x000028, "Wrong size on FRigVMRegister"); \ +static_assert(offsetof(FRigVMRegister, Type) == 0x000000, "Member 'FRigVMRegister::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegister, ByteIndex) == 0x000004, "Member 'FRigVMRegister::ByteIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegister, ElementSize) == 0x000008, "Member 'FRigVMRegister::ElementSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegister, ElementCount) == 0x00000A, "Member 'FRigVMRegister::ElementCount' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegister, SliceCount) == 0x00000C, "Member 'FRigVMRegister::SliceCount' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegister, AlignmentBytes) == 0x00000E, "Member 'FRigVMRegister::AlignmentBytes' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegister, TrailingBytes) == 0x000010, "Member 'FRigVMRegister::TrailingBytes' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegister, Name) == 0x000014, "Member 'FRigVMRegister::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegister, ScriptStructIndex) == 0x000020, "Member 'FRigVMRegister::ScriptStructIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegister, bIsArray) == 0x000024, "Member 'FRigVMRegister::bIsArray' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegister, bIsDynamic) == 0x000025, "Member 'FRigVMRegister::bIsDynamic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMRegisterOffset \ +static_assert(alignof(FRigVMRegisterOffset) == 0x000008, "Wrong alignment on FRigVMRegisterOffset"); \ +static_assert(sizeof(FRigVMRegisterOffset) == 0x000048, "Wrong size on FRigVMRegisterOffset"); \ +static_assert(offsetof(FRigVMRegisterOffset, Segments) == 0x000000, "Member 'FRigVMRegisterOffset::Segments' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegisterOffset, Type) == 0x000010, "Member 'FRigVMRegisterOffset::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegisterOffset, CPPType) == 0x000014, "Member 'FRigVMRegisterOffset::CPPType' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegisterOffset, ScriptStruct) == 0x000020, "Member 'FRigVMRegisterOffset::ScriptStruct' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegisterOffset, ParentScriptStruct) == 0x000028, "Member 'FRigVMRegisterOffset::ParentScriptStruct' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegisterOffset, ArrayIndex) == 0x000030, "Member 'FRigVMRegisterOffset::ArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegisterOffset, ElementSize) == 0x000034, "Member 'FRigVMRegisterOffset::ElementSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegisterOffset, CachedSegmentPath) == 0x000038, "Member 'FRigVMRegisterOffset::CachedSegmentPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMMemoryContainer \ +static_assert(alignof(FRigVMMemoryContainer) == 0x000008, "Wrong alignment on FRigVMMemoryContainer"); \ +static_assert(sizeof(FRigVMMemoryContainer) == 0x0000A0, "Wrong size on FRigVMMemoryContainer"); \ +static_assert(offsetof(FRigVMMemoryContainer, bUseNameMap) == 0x000000, "Member 'FRigVMMemoryContainer::bUseNameMap' has a wrong offset!"); \ +static_assert(offsetof(FRigVMMemoryContainer, MemoryType) == 0x000001, "Member 'FRigVMMemoryContainer::MemoryType' has a wrong offset!"); \ +static_assert(offsetof(FRigVMMemoryContainer, Registers) == 0x000008, "Member 'FRigVMMemoryContainer::Registers' has a wrong offset!"); \ +static_assert(offsetof(FRigVMMemoryContainer, RegisterOffsets) == 0x000018, "Member 'FRigVMMemoryContainer::RegisterOffsets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMMemoryContainer, Data) == 0x000028, "Member 'FRigVMMemoryContainer::Data' has a wrong offset!"); \ +static_assert(offsetof(FRigVMMemoryContainer, ScriptStructs) == 0x000038, "Member 'FRigVMMemoryContainer::ScriptStructs' has a wrong offset!"); \ +static_assert(offsetof(FRigVMMemoryContainer, NameMap) == 0x000048, "Member 'FRigVMMemoryContainer::NameMap' has a wrong offset!"); \ +static_assert(offsetof(FRigVMMemoryContainer, bEncounteredErrorDuringLoad) == 0x000098, "Member 'FRigVMMemoryContainer::bEncounteredErrorDuringLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMOperand \ +static_assert(alignof(FRigVMOperand) == 0x000002, "Wrong alignment on FRigVMOperand"); \ +static_assert(sizeof(FRigVMOperand) == 0x000006, "Wrong size on FRigVMOperand"); \ +static_assert(offsetof(FRigVMOperand, MemoryType) == 0x000000, "Member 'FRigVMOperand::MemoryType' has a wrong offset!"); \ +static_assert(offsetof(FRigVMOperand, RegisterIndex) == 0x000002, "Member 'FRigVMOperand::RegisterIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMOperand, RegisterOffset) == 0x000004, "Member 'FRigVMOperand::RegisterOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMMemoryStatistics \ +static_assert(alignof(FRigVMMemoryStatistics) == 0x000004, "Wrong alignment on FRigVMMemoryStatistics"); \ +static_assert(sizeof(FRigVMMemoryStatistics) == 0x00000C, "Wrong size on FRigVMMemoryStatistics"); \ +static_assert(offsetof(FRigVMMemoryStatistics, RegisterCount) == 0x000000, "Member 'FRigVMMemoryStatistics::RegisterCount' has a wrong offset!"); \ +static_assert(offsetof(FRigVMMemoryStatistics, DataBytes) == 0x000004, "Member 'FRigVMMemoryStatistics::DataBytes' has a wrong offset!"); \ +static_assert(offsetof(FRigVMMemoryStatistics, TotalBytes) == 0x000008, "Member 'FRigVMMemoryStatistics::TotalBytes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMByteCodeStatistics \ +static_assert(alignof(FRigVMByteCodeStatistics) == 0x000004, "Wrong alignment on FRigVMByteCodeStatistics"); \ +static_assert(sizeof(FRigVMByteCodeStatistics) == 0x000008, "Wrong size on FRigVMByteCodeStatistics"); \ +static_assert(offsetof(FRigVMByteCodeStatistics, InstructionCount) == 0x000000, "Member 'FRigVMByteCodeStatistics::InstructionCount' has a wrong offset!"); \ +static_assert(offsetof(FRigVMByteCodeStatistics, DataBytes) == 0x000004, "Member 'FRigVMByteCodeStatistics::DataBytes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMStatistics \ +static_assert(alignof(FRigVMStatistics) == 0x000004, "Wrong alignment on FRigVMStatistics"); \ +static_assert(sizeof(FRigVMStatistics) == 0x00002C, "Wrong size on FRigVMStatistics"); \ +static_assert(offsetof(FRigVMStatistics, BytesForCDO) == 0x000000, "Member 'FRigVMStatistics::BytesForCDO' has a wrong offset!"); \ +static_assert(offsetof(FRigVMStatistics, BytesPerInstance) == 0x000004, "Member 'FRigVMStatistics::BytesPerInstance' has a wrong offset!"); \ +static_assert(offsetof(FRigVMStatistics, LiteralMemory) == 0x000008, "Member 'FRigVMStatistics::LiteralMemory' has a wrong offset!"); \ +static_assert(offsetof(FRigVMStatistics, WorkMemory) == 0x000014, "Member 'FRigVMStatistics::WorkMemory' has a wrong offset!"); \ +static_assert(offsetof(FRigVMStatistics, BytesForCaching) == 0x000020, "Member 'FRigVMStatistics::BytesForCaching' has a wrong offset!"); \ +static_assert(offsetof(FRigVMStatistics, ByteCode) == 0x000024, "Member 'FRigVMStatistics::ByteCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_AddRigVMFunction \ +static_assert(alignof(RigVM_AddRigVMFunction) == 0x000008, "Wrong alignment on RigVM_AddRigVMFunction"); \ +static_assert(sizeof(RigVM_AddRigVMFunction) == 0x000018, "Wrong size on RigVM_AddRigVMFunction"); \ +static_assert(offsetof(RigVM_AddRigVMFunction, InRigVMStruct) == 0x000000, "Member 'RigVM_AddRigVMFunction::InRigVMStruct' has a wrong offset!"); \ +static_assert(offsetof(RigVM_AddRigVMFunction, InMethodName) == 0x000008, "Member 'RigVM_AddRigVMFunction::InMethodName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_AddRigVMFunction, ReturnValue) == 0x000014, "Member 'RigVM_AddRigVMFunction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_Execute \ +static_assert(alignof(RigVM_Execute) == 0x000004, "Wrong alignment on RigVM_Execute"); \ +static_assert(sizeof(RigVM_Execute) == 0x000010, "Wrong size on RigVM_Execute"); \ +static_assert(offsetof(RigVM_Execute, InEntryName) == 0x000000, "Member 'RigVM_Execute::InEntryName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_Execute, ReturnValue) == 0x00000C, "Member 'RigVM_Execute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_GetParameterValueBool \ +static_assert(alignof(RigVM_GetParameterValueBool) == 0x000004, "Wrong alignment on RigVM_GetParameterValueBool"); \ +static_assert(sizeof(RigVM_GetParameterValueBool) == 0x000014, "Wrong size on RigVM_GetParameterValueBool"); \ +static_assert(offsetof(RigVM_GetParameterValueBool, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueBool::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueBool, InArrayIndex) == 0x00000C, "Member 'RigVM_GetParameterValueBool::InArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueBool, ReturnValue) == 0x000010, "Member 'RigVM_GetParameterValueBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_GetParameterValueFloat \ +static_assert(alignof(RigVM_GetParameterValueFloat) == 0x000004, "Wrong alignment on RigVM_GetParameterValueFloat"); \ +static_assert(sizeof(RigVM_GetParameterValueFloat) == 0x000014, "Wrong size on RigVM_GetParameterValueFloat"); \ +static_assert(offsetof(RigVM_GetParameterValueFloat, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueFloat::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueFloat, InArrayIndex) == 0x00000C, "Member 'RigVM_GetParameterValueFloat::InArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueFloat, ReturnValue) == 0x000010, "Member 'RigVM_GetParameterValueFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_GetParameterValueInt \ +static_assert(alignof(RigVM_GetParameterValueInt) == 0x000004, "Wrong alignment on RigVM_GetParameterValueInt"); \ +static_assert(sizeof(RigVM_GetParameterValueInt) == 0x000014, "Wrong size on RigVM_GetParameterValueInt"); \ +static_assert(offsetof(RigVM_GetParameterValueInt, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueInt::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueInt, InArrayIndex) == 0x00000C, "Member 'RigVM_GetParameterValueInt::InArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueInt, ReturnValue) == 0x000010, "Member 'RigVM_GetParameterValueInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_GetParameterValueName \ +static_assert(alignof(RigVM_GetParameterValueName) == 0x000004, "Wrong alignment on RigVM_GetParameterValueName"); \ +static_assert(sizeof(RigVM_GetParameterValueName) == 0x00001C, "Wrong size on RigVM_GetParameterValueName"); \ +static_assert(offsetof(RigVM_GetParameterValueName, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueName::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueName, InArrayIndex) == 0x00000C, "Member 'RigVM_GetParameterValueName::InArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueName, ReturnValue) == 0x000010, "Member 'RigVM_GetParameterValueName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_GetParameterValueQuat \ +static_assert(alignof(RigVM_GetParameterValueQuat) == 0x000010, "Wrong alignment on RigVM_GetParameterValueQuat"); \ +static_assert(sizeof(RigVM_GetParameterValueQuat) == 0x000020, "Wrong size on RigVM_GetParameterValueQuat"); \ +static_assert(offsetof(RigVM_GetParameterValueQuat, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueQuat::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueQuat, InArrayIndex) == 0x00000C, "Member 'RigVM_GetParameterValueQuat::InArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueQuat, ReturnValue) == 0x000010, "Member 'RigVM_GetParameterValueQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_GetParameterValueString \ +static_assert(alignof(RigVM_GetParameterValueString) == 0x000008, "Wrong alignment on RigVM_GetParameterValueString"); \ +static_assert(sizeof(RigVM_GetParameterValueString) == 0x000020, "Wrong size on RigVM_GetParameterValueString"); \ +static_assert(offsetof(RigVM_GetParameterValueString, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueString::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueString, InArrayIndex) == 0x00000C, "Member 'RigVM_GetParameterValueString::InArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueString, ReturnValue) == 0x000010, "Member 'RigVM_GetParameterValueString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_GetParameterValueTransform \ +static_assert(alignof(RigVM_GetParameterValueTransform) == 0x000010, "Wrong alignment on RigVM_GetParameterValueTransform"); \ +static_assert(sizeof(RigVM_GetParameterValueTransform) == 0x000040, "Wrong size on RigVM_GetParameterValueTransform"); \ +static_assert(offsetof(RigVM_GetParameterValueTransform, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueTransform::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueTransform, InArrayIndex) == 0x00000C, "Member 'RigVM_GetParameterValueTransform::InArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueTransform, ReturnValue) == 0x000010, "Member 'RigVM_GetParameterValueTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_GetParameterValueVector \ +static_assert(alignof(RigVM_GetParameterValueVector) == 0x000004, "Wrong alignment on RigVM_GetParameterValueVector"); \ +static_assert(sizeof(RigVM_GetParameterValueVector) == 0x00001C, "Wrong size on RigVM_GetParameterValueVector"); \ +static_assert(offsetof(RigVM_GetParameterValueVector, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueVector::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueVector, InArrayIndex) == 0x00000C, "Member 'RigVM_GetParameterValueVector::InArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueVector, ReturnValue) == 0x000010, "Member 'RigVM_GetParameterValueVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_GetParameterValueVector2D \ +static_assert(alignof(RigVM_GetParameterValueVector2D) == 0x000004, "Wrong alignment on RigVM_GetParameterValueVector2D"); \ +static_assert(sizeof(RigVM_GetParameterValueVector2D) == 0x000018, "Wrong size on RigVM_GetParameterValueVector2D"); \ +static_assert(offsetof(RigVM_GetParameterValueVector2D, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueVector2D::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueVector2D, InArrayIndex) == 0x00000C, "Member 'RigVM_GetParameterValueVector2D::InArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueVector2D, ReturnValue) == 0x000010, "Member 'RigVM_GetParameterValueVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_SetParameterValueBool \ +static_assert(alignof(RigVM_SetParameterValueBool) == 0x000004, "Wrong alignment on RigVM_SetParameterValueBool"); \ +static_assert(sizeof(RigVM_SetParameterValueBool) == 0x000014, "Wrong size on RigVM_SetParameterValueBool"); \ +static_assert(offsetof(RigVM_SetParameterValueBool, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueBool::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueBool, InValue) == 0x00000C, "Member 'RigVM_SetParameterValueBool::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueBool, InArrayIndex) == 0x000010, "Member 'RigVM_SetParameterValueBool::InArrayIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_SetParameterValueFloat \ +static_assert(alignof(RigVM_SetParameterValueFloat) == 0x000004, "Wrong alignment on RigVM_SetParameterValueFloat"); \ +static_assert(sizeof(RigVM_SetParameterValueFloat) == 0x000014, "Wrong size on RigVM_SetParameterValueFloat"); \ +static_assert(offsetof(RigVM_SetParameterValueFloat, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueFloat::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueFloat, InValue) == 0x00000C, "Member 'RigVM_SetParameterValueFloat::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueFloat, InArrayIndex) == 0x000010, "Member 'RigVM_SetParameterValueFloat::InArrayIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_SetParameterValueInt \ +static_assert(alignof(RigVM_SetParameterValueInt) == 0x000004, "Wrong alignment on RigVM_SetParameterValueInt"); \ +static_assert(sizeof(RigVM_SetParameterValueInt) == 0x000014, "Wrong size on RigVM_SetParameterValueInt"); \ +static_assert(offsetof(RigVM_SetParameterValueInt, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueInt::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueInt, InValue) == 0x00000C, "Member 'RigVM_SetParameterValueInt::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueInt, InArrayIndex) == 0x000010, "Member 'RigVM_SetParameterValueInt::InArrayIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_SetParameterValueName \ +static_assert(alignof(RigVM_SetParameterValueName) == 0x000004, "Wrong alignment on RigVM_SetParameterValueName"); \ +static_assert(sizeof(RigVM_SetParameterValueName) == 0x00001C, "Wrong size on RigVM_SetParameterValueName"); \ +static_assert(offsetof(RigVM_SetParameterValueName, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueName::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueName, InValue) == 0x00000C, "Member 'RigVM_SetParameterValueName::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueName, InArrayIndex) == 0x000018, "Member 'RigVM_SetParameterValueName::InArrayIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_SetParameterValueQuat \ +static_assert(alignof(RigVM_SetParameterValueQuat) == 0x000010, "Wrong alignment on RigVM_SetParameterValueQuat"); \ +static_assert(sizeof(RigVM_SetParameterValueQuat) == 0x000030, "Wrong size on RigVM_SetParameterValueQuat"); \ +static_assert(offsetof(RigVM_SetParameterValueQuat, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueQuat::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueQuat, InValue) == 0x000010, "Member 'RigVM_SetParameterValueQuat::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueQuat, InArrayIndex) == 0x000020, "Member 'RigVM_SetParameterValueQuat::InArrayIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_SetParameterValueString \ +static_assert(alignof(RigVM_SetParameterValueString) == 0x000008, "Wrong alignment on RigVM_SetParameterValueString"); \ +static_assert(sizeof(RigVM_SetParameterValueString) == 0x000028, "Wrong size on RigVM_SetParameterValueString"); \ +static_assert(offsetof(RigVM_SetParameterValueString, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueString::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueString, InValue) == 0x000010, "Member 'RigVM_SetParameterValueString::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueString, InArrayIndex) == 0x000020, "Member 'RigVM_SetParameterValueString::InArrayIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_SetParameterValueTransform \ +static_assert(alignof(RigVM_SetParameterValueTransform) == 0x000010, "Wrong alignment on RigVM_SetParameterValueTransform"); \ +static_assert(sizeof(RigVM_SetParameterValueTransform) == 0x000050, "Wrong size on RigVM_SetParameterValueTransform"); \ +static_assert(offsetof(RigVM_SetParameterValueTransform, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueTransform::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueTransform, InValue) == 0x000010, "Member 'RigVM_SetParameterValueTransform::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueTransform, InArrayIndex) == 0x000040, "Member 'RigVM_SetParameterValueTransform::InArrayIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_SetParameterValueVector \ +static_assert(alignof(RigVM_SetParameterValueVector) == 0x000004, "Wrong alignment on RigVM_SetParameterValueVector"); \ +static_assert(sizeof(RigVM_SetParameterValueVector) == 0x00001C, "Wrong size on RigVM_SetParameterValueVector"); \ +static_assert(offsetof(RigVM_SetParameterValueVector, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueVector::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueVector, InValue) == 0x00000C, "Member 'RigVM_SetParameterValueVector::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueVector, InArrayIndex) == 0x000018, "Member 'RigVM_SetParameterValueVector::InArrayIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_SetParameterValueVector2D \ +static_assert(alignof(RigVM_SetParameterValueVector2D) == 0x000004, "Wrong alignment on RigVM_SetParameterValueVector2D"); \ +static_assert(sizeof(RigVM_SetParameterValueVector2D) == 0x000018, "Wrong size on RigVM_SetParameterValueVector2D"); \ +static_assert(offsetof(RigVM_SetParameterValueVector2D, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueVector2D::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueVector2D, InValue) == 0x00000C, "Member 'RigVM_SetParameterValueVector2D::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueVector2D, InArrayIndex) == 0x000014, "Member 'RigVM_SetParameterValueVector2D::InArrayIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_GetParameterArraySize \ +static_assert(alignof(RigVM_GetParameterArraySize) == 0x000004, "Wrong alignment on RigVM_GetParameterArraySize"); \ +static_assert(sizeof(RigVM_GetParameterArraySize) == 0x000010, "Wrong size on RigVM_GetParameterArraySize"); \ +static_assert(offsetof(RigVM_GetParameterArraySize, InParameterName) == 0x000000, "Member 'RigVM_GetParameterArraySize::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterArraySize, ReturnValue) == 0x00000C, "Member 'RigVM_GetParameterArraySize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_GetRigVMFunctionName \ +static_assert(alignof(RigVM_GetRigVMFunctionName) == 0x000008, "Wrong alignment on RigVM_GetRigVMFunctionName"); \ +static_assert(sizeof(RigVM_GetRigVMFunctionName) == 0x000018, "Wrong size on RigVM_GetRigVMFunctionName"); \ +static_assert(offsetof(RigVM_GetRigVMFunctionName, InFunctionIndex) == 0x000000, "Member 'RigVM_GetRigVMFunctionName::InFunctionIndex' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetRigVMFunctionName, ReturnValue) == 0x000008, "Member 'RigVM_GetRigVMFunctionName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URigVM \ +static_assert(alignof(URigVM) == 0x000008, "Wrong alignment on URigVM"); \ +static_assert(sizeof(URigVM) == 0x000308, "Wrong size on URigVM"); \ +static_assert(offsetof(URigVM, WorkMemoryStorage) == 0x000030, "Member 'URigVM::WorkMemoryStorage' has a wrong offset!"); \ +static_assert(offsetof(URigVM, LiteralMemoryStorage) == 0x0000D8, "Member 'URigVM::LiteralMemoryStorage' has a wrong offset!"); \ +static_assert(offsetof(URigVM, ByteCodeStorage) == 0x000180, "Member 'URigVM::ByteCodeStorage' has a wrong offset!"); \ +static_assert(offsetof(URigVM, Instructions) == 0x0001B8, "Member 'URigVM::Instructions' has a wrong offset!"); \ +static_assert(offsetof(URigVM, Context) == 0x0001C8, "Member 'URigVM::Context' has a wrong offset!"); \ +static_assert(offsetof(URigVM, FunctionNamesStorage) == 0x000228, "Member 'URigVM::FunctionNamesStorage' has a wrong offset!"); \ +static_assert(offsetof(URigVM, Parameters) == 0x000258, "Member 'URigVM::Parameters' has a wrong offset!"); \ +static_assert(offsetof(URigVM, ParametersNameMap) == 0x000268, "Member 'URigVM::ParametersNameMap' has a wrong offset!"); \ +static_assert(offsetof(URigVM, DeferredVMToCopy) == 0x000300, "Member 'URigVM::DeferredVMToCopy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosPhysicsCollisionInfo \ +static_assert(alignof(FChaosPhysicsCollisionInfo) == 0x000008, "Wrong alignment on FChaosPhysicsCollisionInfo"); \ +static_assert(sizeof(FChaosPhysicsCollisionInfo) == 0x000070, "Wrong size on FChaosPhysicsCollisionInfo"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, Component) == 0x000000, "Member 'FChaosPhysicsCollisionInfo::Component' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, OtherComponent) == 0x000008, "Member 'FChaosPhysicsCollisionInfo::OtherComponent' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, Location) == 0x000010, "Member 'FChaosPhysicsCollisionInfo::Location' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, Normal) == 0x00001C, "Member 'FChaosPhysicsCollisionInfo::Normal' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, AccumulatedImpulse) == 0x000028, "Member 'FChaosPhysicsCollisionInfo::AccumulatedImpulse' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, Velocity) == 0x000034, "Member 'FChaosPhysicsCollisionInfo::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, OtherVelocity) == 0x000040, "Member 'FChaosPhysicsCollisionInfo::OtherVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, AngularVelocity) == 0x00004C, "Member 'FChaosPhysicsCollisionInfo::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, OtherAngularVelocity) == 0x000058, "Member 'FChaosPhysicsCollisionInfo::OtherAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, Mass) == 0x000064, "Member 'FChaosPhysicsCollisionInfo::Mass' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsCollisionInfo, OtherMass) == 0x000068, "Member 'FChaosPhysicsCollisionInfo::OtherMass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosHandlerSet \ +static_assert(alignof(FChaosHandlerSet) == 0x000008, "Wrong alignment on FChaosHandlerSet"); \ +static_assert(sizeof(FChaosHandlerSet) == 0x000058, "Wrong size on FChaosHandlerSet"); \ +static_assert(offsetof(FChaosHandlerSet, ChaosHandlers) == 0x000008, "Member 'FChaosHandlerSet::ChaosHandlers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosBreakEvent \ +static_assert(alignof(FChaosBreakEvent) == 0x000008, "Wrong alignment on FChaosBreakEvent"); \ +static_assert(sizeof(FChaosBreakEvent) == 0x000030, "Wrong size on FChaosBreakEvent"); \ +static_assert(offsetof(FChaosBreakEvent, Component) == 0x000000, "Member 'FChaosBreakEvent::Component' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakEvent, Location) == 0x000008, "Member 'FChaosBreakEvent::Location' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakEvent, Velocity) == 0x000014, "Member 'FChaosBreakEvent::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakEvent, AngularVelocity) == 0x000020, "Member 'FChaosBreakEvent::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakEvent, Mass) == 0x00002C, "Member 'FChaosBreakEvent::Mass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBreakEventCallbackWrapper \ +static_assert(alignof(FBreakEventCallbackWrapper) == 0x000010, "Wrong alignment on FBreakEventCallbackWrapper"); \ +static_assert(sizeof(FBreakEventCallbackWrapper) == 0x000040, "Wrong size on FBreakEventCallbackWrapper"); \ + +#define DUMPER7_ASSERTS_FChaosDebugSubstepControl \ +static_assert(alignof(FChaosDebugSubstepControl) == 0x000001, "Wrong alignment on FChaosDebugSubstepControl"); \ +static_assert(sizeof(FChaosDebugSubstepControl) == 0x000003, "Wrong size on FChaosDebugSubstepControl"); \ +static_assert(offsetof(FChaosDebugSubstepControl, bPause) == 0x000000, "Member 'FChaosDebugSubstepControl::bPause' has a wrong offset!"); \ +static_assert(offsetof(FChaosDebugSubstepControl, bSubstep) == 0x000001, "Member 'FChaosDebugSubstepControl::bSubstep' has a wrong offset!"); \ +static_assert(offsetof(FChaosDebugSubstepControl, bStep) == 0x000002, "Member 'FChaosDebugSubstepControl::bStep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosDebugDrawComponent \ +static_assert(alignof(UChaosDebugDrawComponent) == 0x000008, "Wrong alignment on UChaosDebugDrawComponent"); \ +static_assert(sizeof(UChaosDebugDrawComponent) == 0x0000C8, "Wrong size on UChaosDebugDrawComponent"); \ + +#define DUMPER7_ASSERTS_UChaosEventListenerComponent \ +static_assert(alignof(UChaosEventListenerComponent) == 0x000008, "Wrong alignment on UChaosEventListenerComponent"); \ +static_assert(sizeof(UChaosEventListenerComponent) == 0x0000C8, "Wrong size on UChaosEventListenerComponent"); \ + +#define DUMPER7_ASSERTS_UChaosGameplayEventDispatcher \ +static_assert(alignof(UChaosGameplayEventDispatcher) == 0x000008, "Wrong alignment on UChaosGameplayEventDispatcher"); \ +static_assert(sizeof(UChaosGameplayEventDispatcher) == 0x000280, "Wrong size on UChaosGameplayEventDispatcher"); \ +static_assert(offsetof(UChaosGameplayEventDispatcher, CollisionEventRegistrations) == 0x0001D8, "Member 'UChaosGameplayEventDispatcher::CollisionEventRegistrations' has a wrong offset!"); \ +static_assert(offsetof(UChaosGameplayEventDispatcher, BreakEventRegistrations) == 0x000228, "Member 'UChaosGameplayEventDispatcher::BreakEventRegistrations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IChaosNotifyHandlerInterface \ +static_assert(alignof(IChaosNotifyHandlerInterface) == 0x000001, "Wrong alignment on IChaosNotifyHandlerInterface"); \ +static_assert(sizeof(IChaosNotifyHandlerInterface) == 0x000001, "Wrong size on IChaosNotifyHandlerInterface"); \ + +#define DUMPER7_ASSERTS_ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult \ +static_assert(alignof(ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult) == 0x000008, "Wrong alignment on ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult"); \ +static_assert(sizeof(ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult) == 0x000100, "Wrong size on ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult"); \ +static_assert(offsetof(ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult, PhysicsCollision) == 0x000000, "Member 'ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult::PhysicsCollision' has a wrong offset!"); \ +static_assert(offsetof(ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult, ReturnValue) == 0x000070, "Member 'ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosSolverEngineBlueprintLibrary \ +static_assert(alignof(UChaosSolverEngineBlueprintLibrary) == 0x000008, "Wrong alignment on UChaosSolverEngineBlueprintLibrary"); \ +static_assert(sizeof(UChaosSolverEngineBlueprintLibrary) == 0x000030, "Wrong size on UChaosSolverEngineBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UChaosSolver \ +static_assert(alignof(UChaosSolver) == 0x000008, "Wrong alignment on UChaosSolver"); \ +static_assert(sizeof(UChaosSolver) == 0x000030, "Wrong size on UChaosSolver"); \ + +#define DUMPER7_ASSERTS_ChaosSolverActor_SetSolverActive \ +static_assert(alignof(ChaosSolverActor_SetSolverActive) == 0x000001, "Wrong alignment on ChaosSolverActor_SetSolverActive"); \ +static_assert(sizeof(ChaosSolverActor_SetSolverActive) == 0x000001, "Wrong size on ChaosSolverActor_SetSolverActive"); \ +static_assert(offsetof(ChaosSolverActor_SetSolverActive, bActive) == 0x000000, "Member 'ChaosSolverActor_SetSolverActive::bActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AChaosSolverActor \ +static_assert(alignof(AChaosSolverActor) == 0x000008, "Wrong alignment on AChaosSolverActor"); \ +static_assert(sizeof(AChaosSolverActor) == 0x0003A0, "Wrong size on AChaosSolverActor"); \ +static_assert(offsetof(AChaosSolverActor, Properties) == 0x0002A8, "Member 'AChaosSolverActor::Properties' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, TimeStepMultiplier) == 0x000310, "Member 'AChaosSolverActor::TimeStepMultiplier' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, CollisionIterations) == 0x000314, "Member 'AChaosSolverActor::CollisionIterations' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, PushOutIterations) == 0x000318, "Member 'AChaosSolverActor::PushOutIterations' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, PushOutPairIterations) == 0x00031C, "Member 'AChaosSolverActor::PushOutPairIterations' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, ClusterConnectionFactor) == 0x000320, "Member 'AChaosSolverActor::ClusterConnectionFactor' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, ClusterUnionConnectionType) == 0x000324, "Member 'AChaosSolverActor::ClusterUnionConnectionType' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, DoGenerateCollisionData) == 0x000325, "Member 'AChaosSolverActor::DoGenerateCollisionData' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, CollisionFilterSettings) == 0x000328, "Member 'AChaosSolverActor::CollisionFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, DoGenerateBreakingData) == 0x000338, "Member 'AChaosSolverActor::DoGenerateBreakingData' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, BreakingFilterSettings) == 0x00033C, "Member 'AChaosSolverActor::BreakingFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, DoGenerateTrailingData) == 0x00034C, "Member 'AChaosSolverActor::DoGenerateTrailingData' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, TrailingFilterSettings) == 0x000350, "Member 'AChaosSolverActor::TrailingFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, MassScale) == 0x000360, "Member 'AChaosSolverActor::MassScale' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, bGenerateContactGraph) == 0x000364, "Member 'AChaosSolverActor::bGenerateContactGraph' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, bHasFloor) == 0x000365, "Member 'AChaosSolverActor::bHasFloor' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, FloorHeight) == 0x000368, "Member 'AChaosSolverActor::FloorHeight' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, ChaosDebugSubstepControl) == 0x00036C, "Member 'AChaosSolverActor::ChaosDebugSubstepControl' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, SpriteComponent) == 0x000370, "Member 'AChaosSolverActor::SpriteComponent' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, GameplayEventDispatcherComponent) == 0x000390, "Member 'AChaosSolverActor::GameplayEventDispatcherComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosSolverSettings \ +static_assert(alignof(UChaosSolverSettings) == 0x000008, "Wrong alignment on UChaosSolverSettings"); \ +static_assert(sizeof(UChaosSolverSettings) == 0x000070, "Wrong size on UChaosSolverSettings"); \ +static_assert(offsetof(UChaosSolverSettings, DefaultChaosSolverActorClass) == 0x000050, "Member 'UChaosSolverSettings::DefaultChaosSolverActorClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Helicopter_C_ExecuteUbergraph_ABP_Helicopter \ +static_assert(alignof(ABP_Helicopter_C_ExecuteUbergraph_ABP_Helicopter) == 0x000004, "Wrong alignment on ABP_Helicopter_C_ExecuteUbergraph_ABP_Helicopter"); \ +static_assert(sizeof(ABP_Helicopter_C_ExecuteUbergraph_ABP_Helicopter) == 0x000028, "Wrong size on ABP_Helicopter_C_ExecuteUbergraph_ABP_Helicopter"); \ +static_assert(offsetof(ABP_Helicopter_C_ExecuteUbergraph_ABP_Helicopter, EntryPoint) == 0x000000, "Member 'ABP_Helicopter_C_ExecuteUbergraph_ABP_Helicopter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_Helicopter_C_ExecuteUbergraph_ABP_Helicopter, CallFunc_MakeRotator_ReturnValue) == 0x000004, "Member 'ABP_Helicopter_C_ExecuteUbergraph_ABP_Helicopter::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Helicopter_C_ExecuteUbergraph_ABP_Helicopter, CallFunc_MakeRotator_ReturnValue_1) == 0x000010, "Member 'ABP_Helicopter_C_ExecuteUbergraph_ABP_Helicopter::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Helicopter_C_ExecuteUbergraph_ABP_Helicopter, K2Node_Event_DeltaTimeX) == 0x00001C, "Member 'ABP_Helicopter_C_ExecuteUbergraph_ABP_Helicopter::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(ABP_Helicopter_C_ExecuteUbergraph_ABP_Helicopter, CallFunc_UpdateRotorYaw_New_Yaw) == 0x000020, "Member 'ABP_Helicopter_C_ExecuteUbergraph_ABP_Helicopter::CallFunc_UpdateRotorYaw_New_Yaw' has a wrong offset!"); \ +static_assert(offsetof(ABP_Helicopter_C_ExecuteUbergraph_ABP_Helicopter, CallFunc_UpdateRotorYaw_New_Yaw_1) == 0x000024, "Member 'ABP_Helicopter_C_ExecuteUbergraph_ABP_Helicopter::CallFunc_UpdateRotorYaw_New_Yaw_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Helicopter_C_BlueprintUpdateAnimation \ +static_assert(alignof(ABP_Helicopter_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Helicopter_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(ABP_Helicopter_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Helicopter_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(ABP_Helicopter_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Helicopter_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Helicopter_C_SetDoorState \ +static_assert(alignof(ABP_Helicopter_C_SetDoorState) == 0x000004, "Wrong alignment on ABP_Helicopter_C_SetDoorState"); \ +static_assert(sizeof(ABP_Helicopter_C_SetDoorState) == 0x000018, "Wrong size on ABP_Helicopter_C_SetDoorState"); \ +static_assert(offsetof(ABP_Helicopter_C_SetDoorState, Door) == 0x000000, "Member 'ABP_Helicopter_C_SetDoorState::Door' has a wrong offset!"); \ +static_assert(offsetof(ABP_Helicopter_C_SetDoorState, bIsOpen) == 0x000001, "Member 'ABP_Helicopter_C_SetDoorState::bIsOpen' has a wrong offset!"); \ +static_assert(offsetof(ABP_Helicopter_C_SetDoorState, CallFunc_PlayBuiltInAnimMontage_ReturnValue) == 0x000004, "Member 'ABP_Helicopter_C_SetDoorState::CallFunc_PlayBuiltInAnimMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Helicopter_C_SetDoorState, K2Node_SwitchEnum_CmpSuccess) == 0x000008, "Member 'ABP_Helicopter_C_SetDoorState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Helicopter_C_SetDoorState, CallFunc_PlayBuiltInAnimMontage_ReturnValue_1) == 0x00000C, "Member 'ABP_Helicopter_C_SetDoorState::CallFunc_PlayBuiltInAnimMontage_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Helicopter_C_SetDoorState, CallFunc_PlayBuiltInAnimMontage_ReturnValue_2) == 0x000010, "Member 'ABP_Helicopter_C_SetDoorState::CallFunc_PlayBuiltInAnimMontage_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Helicopter_C_SetDoorState, CallFunc_PlayBuiltInAnimMontage_ReturnValue_3) == 0x000014, "Member 'ABP_Helicopter_C_SetDoorState::CallFunc_PlayBuiltInAnimMontage_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Helicopter_C_UpdateRotorYaw \ +static_assert(alignof(ABP_Helicopter_C_UpdateRotorYaw) == 0x000004, "Wrong alignment on ABP_Helicopter_C_UpdateRotorYaw"); \ +static_assert(sizeof(ABP_Helicopter_C_UpdateRotorYaw) == 0x00001C, "Wrong size on ABP_Helicopter_C_UpdateRotorYaw"); \ +static_assert(offsetof(ABP_Helicopter_C_UpdateRotorYaw, Current_Yaw) == 0x000000, "Member 'ABP_Helicopter_C_UpdateRotorYaw::Current_Yaw' has a wrong offset!"); \ +static_assert(offsetof(ABP_Helicopter_C_UpdateRotorYaw, Speed) == 0x000004, "Member 'ABP_Helicopter_C_UpdateRotorYaw::Speed' has a wrong offset!"); \ +static_assert(offsetof(ABP_Helicopter_C_UpdateRotorYaw, Delta_Time) == 0x000008, "Member 'ABP_Helicopter_C_UpdateRotorYaw::Delta_Time' has a wrong offset!"); \ +static_assert(offsetof(ABP_Helicopter_C_UpdateRotorYaw, New_Yaw) == 0x00000C, "Member 'ABP_Helicopter_C_UpdateRotorYaw::New_Yaw' has a wrong offset!"); \ +static_assert(offsetof(ABP_Helicopter_C_UpdateRotorYaw, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000010, "Member 'ABP_Helicopter_C_UpdateRotorYaw::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Helicopter_C_UpdateRotorYaw, CallFunc_Add_FloatFloat_ReturnValue) == 0x000014, "Member 'ABP_Helicopter_C_UpdateRotorYaw::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Helicopter_C_UpdateRotorYaw, CallFunc_Percent_FloatFloat_ReturnValue) == 0x000018, "Member 'ABP_Helicopter_C_UpdateRotorYaw::CallFunc_Percent_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Helicopter_C_AnimGraph \ +static_assert(alignof(ABP_Helicopter_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Helicopter_C_AnimGraph"); \ +static_assert(sizeof(ABP_Helicopter_C_AnimGraph) == 0x000010, "Wrong size on ABP_Helicopter_C_AnimGraph"); \ +static_assert(offsetof(ABP_Helicopter_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Helicopter_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_Helicopter_C \ +static_assert(alignof(UABP_Helicopter_C) == 0x000010, "Wrong alignment on UABP_Helicopter_C"); \ +static_assert(sizeof(UABP_Helicopter_C) == 0x000E80, "Wrong size on UABP_Helicopter_C"); \ +static_assert(offsetof(UABP_Helicopter_C, UberGraphFrame) == 0x000A60, "Member 'UABP_Helicopter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Helicopter_C, AnimGraphNode_ComponentToLocalSpace) == 0x000A68, "Member 'UABP_Helicopter_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_Helicopter_C, AnimGraphNode_MeshRefPose) == 0x000A98, "Member 'UABP_Helicopter_C::AnimGraphNode_MeshRefPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_Helicopter_C, SBZAnimGraphNode_BuiltInAnimMontagePlayer) == 0x000AB8, "Member 'UABP_Helicopter_C::SBZAnimGraphNode_BuiltInAnimMontagePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_Helicopter_C, AnimGraphNode_ModifyBone_1) == 0x000BB8, "Member 'UABP_Helicopter_C::AnimGraphNode_ModifyBone_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Helicopter_C, AnimGraphNode_ModifyBone) == 0x000CF0, "Member 'UABP_Helicopter_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ +static_assert(offsetof(UABP_Helicopter_C, AnimGraphNode_Root) == 0x000E28, "Member 'UABP_Helicopter_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_Helicopter_C, Main_Rotor_Yaw) == 0x000E70, "Member 'UABP_Helicopter_C::Main_Rotor_Yaw' has a wrong offset!"); \ +static_assert(offsetof(UABP_Helicopter_C, Tail_Rotor_Yaw) == 0x000E74, "Member 'UABP_Helicopter_C::Tail_Rotor_Yaw' has a wrong offset!"); \ +static_assert(offsetof(UABP_Helicopter_C, Main_Rotor_Speed) == 0x000E78, "Member 'UABP_Helicopter_C::Main_Rotor_Speed' has a wrong offset!"); \ +static_assert(offsetof(UABP_Helicopter_C, Tail_Rotor_Speed) == 0x000E7C, "Member 'UABP_Helicopter_C::Tail_Rotor_Speed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldObjectCommands \ +static_assert(alignof(FFieldObjectCommands) == 0x000008, "Wrong alignment on FFieldObjectCommands"); \ +static_assert(sizeof(FFieldObjectCommands) == 0x000030, "Wrong size on FFieldObjectCommands"); \ +static_assert(offsetof(FFieldObjectCommands, TargetNames) == 0x000000, "Member 'FFieldObjectCommands::TargetNames' has a wrong offset!"); \ +static_assert(offsetof(FFieldObjectCommands, RootNodes) == 0x000010, "Member 'FFieldObjectCommands::RootNodes' has a wrong offset!"); \ +static_assert(offsetof(FFieldObjectCommands, MetaDatas) == 0x000020, "Member 'FFieldObjectCommands::MetaDatas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AFieldSystemActor \ +static_assert(alignof(AFieldSystemActor) == 0x000008, "Wrong alignment on AFieldSystemActor"); \ +static_assert(sizeof(AFieldSystemActor) == 0x0002B0, "Wrong size on AFieldSystemActor"); \ +static_assert(offsetof(AFieldSystemActor, FieldSystemComponent) == 0x0002A8, "Member 'AFieldSystemActor::FieldSystemComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFieldSystem \ +static_assert(alignof(UFieldSystem) == 0x000008, "Wrong alignment on UFieldSystem"); \ +static_assert(sizeof(UFieldSystem) == 0x000040, "Wrong size on UFieldSystem"); \ + +#define DUMPER7_ASSERTS_FieldSystemComponent_AddFieldCommand \ +static_assert(alignof(FieldSystemComponent_AddFieldCommand) == 0x000008, "Wrong alignment on FieldSystemComponent_AddFieldCommand"); \ +static_assert(sizeof(FieldSystemComponent_AddFieldCommand) == 0x000018, "Wrong size on FieldSystemComponent_AddFieldCommand"); \ +static_assert(offsetof(FieldSystemComponent_AddFieldCommand, Enabled) == 0x000000, "Member 'FieldSystemComponent_AddFieldCommand::Enabled' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_AddFieldCommand, Target) == 0x000001, "Member 'FieldSystemComponent_AddFieldCommand::Target' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_AddFieldCommand, MetaData) == 0x000008, "Member 'FieldSystemComponent_AddFieldCommand::MetaData' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_AddFieldCommand, Field) == 0x000010, "Member 'FieldSystemComponent_AddFieldCommand::Field' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldSystemComponent_AddPersistentField \ +static_assert(alignof(FieldSystemComponent_AddPersistentField) == 0x000008, "Wrong alignment on FieldSystemComponent_AddPersistentField"); \ +static_assert(sizeof(FieldSystemComponent_AddPersistentField) == 0x000018, "Wrong size on FieldSystemComponent_AddPersistentField"); \ +static_assert(offsetof(FieldSystemComponent_AddPersistentField, Enabled) == 0x000000, "Member 'FieldSystemComponent_AddPersistentField::Enabled' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_AddPersistentField, Target) == 0x000001, "Member 'FieldSystemComponent_AddPersistentField::Target' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_AddPersistentField, MetaData) == 0x000008, "Member 'FieldSystemComponent_AddPersistentField::MetaData' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_AddPersistentField, Field) == 0x000010, "Member 'FieldSystemComponent_AddPersistentField::Field' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldSystemComponent_ApplyLinearForce \ +static_assert(alignof(FieldSystemComponent_ApplyLinearForce) == 0x000004, "Wrong alignment on FieldSystemComponent_ApplyLinearForce"); \ +static_assert(sizeof(FieldSystemComponent_ApplyLinearForce) == 0x000014, "Wrong size on FieldSystemComponent_ApplyLinearForce"); \ +static_assert(offsetof(FieldSystemComponent_ApplyLinearForce, Enabled) == 0x000000, "Member 'FieldSystemComponent_ApplyLinearForce::Enabled' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyLinearForce, Direction) == 0x000004, "Member 'FieldSystemComponent_ApplyLinearForce::Direction' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyLinearForce, Magnitude) == 0x000010, "Member 'FieldSystemComponent_ApplyLinearForce::Magnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldSystemComponent_ApplyPhysicsField \ +static_assert(alignof(FieldSystemComponent_ApplyPhysicsField) == 0x000008, "Wrong alignment on FieldSystemComponent_ApplyPhysicsField"); \ +static_assert(sizeof(FieldSystemComponent_ApplyPhysicsField) == 0x000018, "Wrong size on FieldSystemComponent_ApplyPhysicsField"); \ +static_assert(offsetof(FieldSystemComponent_ApplyPhysicsField, Enabled) == 0x000000, "Member 'FieldSystemComponent_ApplyPhysicsField::Enabled' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyPhysicsField, Target) == 0x000001, "Member 'FieldSystemComponent_ApplyPhysicsField::Target' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyPhysicsField, MetaData) == 0x000008, "Member 'FieldSystemComponent_ApplyPhysicsField::MetaData' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyPhysicsField, Field) == 0x000010, "Member 'FieldSystemComponent_ApplyPhysicsField::Field' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldSystemComponent_ApplyRadialForce \ +static_assert(alignof(FieldSystemComponent_ApplyRadialForce) == 0x000004, "Wrong alignment on FieldSystemComponent_ApplyRadialForce"); \ +static_assert(sizeof(FieldSystemComponent_ApplyRadialForce) == 0x000014, "Wrong size on FieldSystemComponent_ApplyRadialForce"); \ +static_assert(offsetof(FieldSystemComponent_ApplyRadialForce, Enabled) == 0x000000, "Member 'FieldSystemComponent_ApplyRadialForce::Enabled' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyRadialForce, Position) == 0x000004, "Member 'FieldSystemComponent_ApplyRadialForce::Position' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyRadialForce, Magnitude) == 0x000010, "Member 'FieldSystemComponent_ApplyRadialForce::Magnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldSystemComponent_ApplyRadialVectorFalloffForce \ +static_assert(alignof(FieldSystemComponent_ApplyRadialVectorFalloffForce) == 0x000004, "Wrong alignment on FieldSystemComponent_ApplyRadialVectorFalloffForce"); \ +static_assert(sizeof(FieldSystemComponent_ApplyRadialVectorFalloffForce) == 0x000018, "Wrong size on FieldSystemComponent_ApplyRadialVectorFalloffForce"); \ +static_assert(offsetof(FieldSystemComponent_ApplyRadialVectorFalloffForce, Enabled) == 0x000000, "Member 'FieldSystemComponent_ApplyRadialVectorFalloffForce::Enabled' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyRadialVectorFalloffForce, Position) == 0x000004, "Member 'FieldSystemComponent_ApplyRadialVectorFalloffForce::Position' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyRadialVectorFalloffForce, Radius) == 0x000010, "Member 'FieldSystemComponent_ApplyRadialVectorFalloffForce::Radius' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyRadialVectorFalloffForce, Magnitude) == 0x000014, "Member 'FieldSystemComponent_ApplyRadialVectorFalloffForce::Magnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldSystemComponent_ApplyStayDynamicField \ +static_assert(alignof(FieldSystemComponent_ApplyStayDynamicField) == 0x000004, "Wrong alignment on FieldSystemComponent_ApplyStayDynamicField"); \ +static_assert(sizeof(FieldSystemComponent_ApplyStayDynamicField) == 0x000014, "Wrong size on FieldSystemComponent_ApplyStayDynamicField"); \ +static_assert(offsetof(FieldSystemComponent_ApplyStayDynamicField, Enabled) == 0x000000, "Member 'FieldSystemComponent_ApplyStayDynamicField::Enabled' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyStayDynamicField, Position) == 0x000004, "Member 'FieldSystemComponent_ApplyStayDynamicField::Position' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyStayDynamicField, Radius) == 0x000010, "Member 'FieldSystemComponent_ApplyStayDynamicField::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldSystemComponent_ApplyStrainField \ +static_assert(alignof(FieldSystemComponent_ApplyStrainField) == 0x000004, "Wrong alignment on FieldSystemComponent_ApplyStrainField"); \ +static_assert(sizeof(FieldSystemComponent_ApplyStrainField) == 0x00001C, "Wrong size on FieldSystemComponent_ApplyStrainField"); \ +static_assert(offsetof(FieldSystemComponent_ApplyStrainField, Enabled) == 0x000000, "Member 'FieldSystemComponent_ApplyStrainField::Enabled' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyStrainField, Position) == 0x000004, "Member 'FieldSystemComponent_ApplyStrainField::Position' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyStrainField, Radius) == 0x000010, "Member 'FieldSystemComponent_ApplyStrainField::Radius' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyStrainField, Magnitude) == 0x000014, "Member 'FieldSystemComponent_ApplyStrainField::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyStrainField, Iterations) == 0x000018, "Member 'FieldSystemComponent_ApplyStrainField::Iterations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldSystemComponent_ApplyUniformVectorFalloffForce \ +static_assert(alignof(FieldSystemComponent_ApplyUniformVectorFalloffForce) == 0x000004, "Wrong alignment on FieldSystemComponent_ApplyUniformVectorFalloffForce"); \ +static_assert(sizeof(FieldSystemComponent_ApplyUniformVectorFalloffForce) == 0x000024, "Wrong size on FieldSystemComponent_ApplyUniformVectorFalloffForce"); \ +static_assert(offsetof(FieldSystemComponent_ApplyUniformVectorFalloffForce, Enabled) == 0x000000, "Member 'FieldSystemComponent_ApplyUniformVectorFalloffForce::Enabled' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyUniformVectorFalloffForce, Position) == 0x000004, "Member 'FieldSystemComponent_ApplyUniformVectorFalloffForce::Position' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyUniformVectorFalloffForce, Direction) == 0x000010, "Member 'FieldSystemComponent_ApplyUniformVectorFalloffForce::Direction' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyUniformVectorFalloffForce, Radius) == 0x00001C, "Member 'FieldSystemComponent_ApplyUniformVectorFalloffForce::Radius' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemComponent_ApplyUniformVectorFalloffForce, Magnitude) == 0x000020, "Member 'FieldSystemComponent_ApplyUniformVectorFalloffForce::Magnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFieldSystemComponent \ +static_assert(alignof(UFieldSystemComponent) == 0x000010, "Wrong alignment on UFieldSystemComponent"); \ +static_assert(sizeof(UFieldSystemComponent) == 0x0005D0, "Wrong size on UFieldSystemComponent"); \ +static_assert(offsetof(UFieldSystemComponent, FieldSystem) == 0x000500, "Member 'UFieldSystemComponent::FieldSystem' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemComponent, bIsWorldField) == 0x000508, "Member 'UFieldSystemComponent::bIsWorldField' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemComponent, bIsChaosField) == 0x000509, "Member 'UFieldSystemComponent::bIsChaosField' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemComponent, SupportedSolvers) == 0x000510, "Member 'UFieldSystemComponent::SupportedSolvers' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemComponent, ConstructionCommands) == 0x000520, "Member 'UFieldSystemComponent::ConstructionCommands' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemComponent, BufferCommands) == 0x000550, "Member 'UFieldSystemComponent::BufferCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFieldSystemMetaData \ +static_assert(alignof(UFieldSystemMetaData) == 0x000008, "Wrong alignment on UFieldSystemMetaData"); \ +static_assert(sizeof(UFieldSystemMetaData) == 0x0000C0, "Wrong size on UFieldSystemMetaData"); \ + +#define DUMPER7_ASSERTS_FieldSystemMetaDataIteration_SetMetaDataIteration \ +static_assert(alignof(FieldSystemMetaDataIteration_SetMetaDataIteration) == 0x000008, "Wrong alignment on FieldSystemMetaDataIteration_SetMetaDataIteration"); \ +static_assert(sizeof(FieldSystemMetaDataIteration_SetMetaDataIteration) == 0x000010, "Wrong size on FieldSystemMetaDataIteration_SetMetaDataIteration"); \ +static_assert(offsetof(FieldSystemMetaDataIteration_SetMetaDataIteration, Iterations_0) == 0x000000, "Member 'FieldSystemMetaDataIteration_SetMetaDataIteration::Iterations_0' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemMetaDataIteration_SetMetaDataIteration, ReturnValue) == 0x000008, "Member 'FieldSystemMetaDataIteration_SetMetaDataIteration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFieldSystemMetaDataIteration \ +static_assert(alignof(UFieldSystemMetaDataIteration) == 0x000008, "Wrong alignment on UFieldSystemMetaDataIteration"); \ +static_assert(sizeof(UFieldSystemMetaDataIteration) == 0x0000C8, "Wrong size on UFieldSystemMetaDataIteration"); \ +static_assert(offsetof(UFieldSystemMetaDataIteration, Iterations) == 0x0000C0, "Member 'UFieldSystemMetaDataIteration::Iterations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType \ +static_assert(alignof(FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType) == 0x000008, "Wrong alignment on FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType"); \ +static_assert(sizeof(FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType) == 0x000010, "Wrong size on FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType"); \ +static_assert(offsetof(FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType, ResolutionType_0) == 0x000000, "Member 'FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType::ResolutionType_0' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType, ReturnValue) == 0x000008, "Member 'FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFieldSystemMetaDataProcessingResolution \ +static_assert(alignof(UFieldSystemMetaDataProcessingResolution) == 0x000008, "Wrong alignment on UFieldSystemMetaDataProcessingResolution"); \ +static_assert(sizeof(UFieldSystemMetaDataProcessingResolution) == 0x0000C8, "Wrong size on UFieldSystemMetaDataProcessingResolution"); \ +static_assert(offsetof(UFieldSystemMetaDataProcessingResolution, ResolutionType) == 0x0000C0, "Member 'UFieldSystemMetaDataProcessingResolution::ResolutionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldSystemMetaDataFilter_SetMetaDataFilterType \ +static_assert(alignof(FieldSystemMetaDataFilter_SetMetaDataFilterType) == 0x000008, "Wrong alignment on FieldSystemMetaDataFilter_SetMetaDataFilterType"); \ +static_assert(sizeof(FieldSystemMetaDataFilter_SetMetaDataFilterType) == 0x000010, "Wrong size on FieldSystemMetaDataFilter_SetMetaDataFilterType"); \ +static_assert(offsetof(FieldSystemMetaDataFilter_SetMetaDataFilterType, FilterType_0) == 0x000000, "Member 'FieldSystemMetaDataFilter_SetMetaDataFilterType::FilterType_0' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemMetaDataFilter_SetMetaDataFilterType, ReturnValue) == 0x000008, "Member 'FieldSystemMetaDataFilter_SetMetaDataFilterType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFieldSystemMetaDataFilter \ +static_assert(alignof(UFieldSystemMetaDataFilter) == 0x000008, "Wrong alignment on UFieldSystemMetaDataFilter"); \ +static_assert(sizeof(UFieldSystemMetaDataFilter) == 0x0000C8, "Wrong size on UFieldSystemMetaDataFilter"); \ +static_assert(offsetof(UFieldSystemMetaDataFilter, FilterType) == 0x0000C0, "Member 'UFieldSystemMetaDataFilter::FilterType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFieldNodeBase \ +static_assert(alignof(UFieldNodeBase) == 0x000008, "Wrong alignment on UFieldNodeBase"); \ +static_assert(sizeof(UFieldNodeBase) == 0x0000C0, "Wrong size on UFieldNodeBase"); \ + +#define DUMPER7_ASSERTS_UFieldNodeInt \ +static_assert(alignof(UFieldNodeInt) == 0x000008, "Wrong alignment on UFieldNodeInt"); \ +static_assert(sizeof(UFieldNodeInt) == 0x0000C0, "Wrong size on UFieldNodeInt"); \ + +#define DUMPER7_ASSERTS_UFieldNodeFloat \ +static_assert(alignof(UFieldNodeFloat) == 0x000008, "Wrong alignment on UFieldNodeFloat"); \ +static_assert(sizeof(UFieldNodeFloat) == 0x0000C0, "Wrong size on UFieldNodeFloat"); \ + +#define DUMPER7_ASSERTS_UFieldNodeVector \ +static_assert(alignof(UFieldNodeVector) == 0x000008, "Wrong alignment on UFieldNodeVector"); \ +static_assert(sizeof(UFieldNodeVector) == 0x0000C0, "Wrong size on UFieldNodeVector"); \ + +#define DUMPER7_ASSERTS_UniformInteger_SetUniformInteger \ +static_assert(alignof(UniformInteger_SetUniformInteger) == 0x000008, "Wrong alignment on UniformInteger_SetUniformInteger"); \ +static_assert(sizeof(UniformInteger_SetUniformInteger) == 0x000010, "Wrong size on UniformInteger_SetUniformInteger"); \ +static_assert(offsetof(UniformInteger_SetUniformInteger, Magnitude_0) == 0x000000, "Member 'UniformInteger_SetUniformInteger::Magnitude_0' has a wrong offset!"); \ +static_assert(offsetof(UniformInteger_SetUniformInteger, ReturnValue) == 0x000008, "Member 'UniformInteger_SetUniformInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUniformInteger \ +static_assert(alignof(UUniformInteger) == 0x000008, "Wrong alignment on UUniformInteger"); \ +static_assert(sizeof(UUniformInteger) == 0x0000C8, "Wrong size on UUniformInteger"); \ +static_assert(offsetof(UUniformInteger, Magnitude) == 0x0000C0, "Member 'UUniformInteger::Magnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialIntMask_SetRadialIntMask \ +static_assert(alignof(RadialIntMask_SetRadialIntMask) == 0x000008, "Wrong alignment on RadialIntMask_SetRadialIntMask"); \ +static_assert(sizeof(RadialIntMask_SetRadialIntMask) == 0x000028, "Wrong size on RadialIntMask_SetRadialIntMask"); \ +static_assert(offsetof(RadialIntMask_SetRadialIntMask, Radius_0) == 0x000000, "Member 'RadialIntMask_SetRadialIntMask::Radius_0' has a wrong offset!"); \ +static_assert(offsetof(RadialIntMask_SetRadialIntMask, Position_0) == 0x000004, "Member 'RadialIntMask_SetRadialIntMask::Position_0' has a wrong offset!"); \ +static_assert(offsetof(RadialIntMask_SetRadialIntMask, InteriorValue_0) == 0x000010, "Member 'RadialIntMask_SetRadialIntMask::InteriorValue_0' has a wrong offset!"); \ +static_assert(offsetof(RadialIntMask_SetRadialIntMask, ExteriorValue_0) == 0x000014, "Member 'RadialIntMask_SetRadialIntMask::ExteriorValue_0' has a wrong offset!"); \ +static_assert(offsetof(RadialIntMask_SetRadialIntMask, SetMaskConditionIn) == 0x000018, "Member 'RadialIntMask_SetRadialIntMask::SetMaskConditionIn' has a wrong offset!"); \ +static_assert(offsetof(RadialIntMask_SetRadialIntMask, ReturnValue) == 0x000020, "Member 'RadialIntMask_SetRadialIntMask::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URadialIntMask \ +static_assert(alignof(URadialIntMask) == 0x000008, "Wrong alignment on URadialIntMask"); \ +static_assert(sizeof(URadialIntMask) == 0x0000E0, "Wrong size on URadialIntMask"); \ +static_assert(offsetof(URadialIntMask, Radius) == 0x0000C0, "Member 'URadialIntMask::Radius' has a wrong offset!"); \ +static_assert(offsetof(URadialIntMask, Position) == 0x0000C4, "Member 'URadialIntMask::Position' has a wrong offset!"); \ +static_assert(offsetof(URadialIntMask, InteriorValue) == 0x0000D0, "Member 'URadialIntMask::InteriorValue' has a wrong offset!"); \ +static_assert(offsetof(URadialIntMask, ExteriorValue) == 0x0000D4, "Member 'URadialIntMask::ExteriorValue' has a wrong offset!"); \ +static_assert(offsetof(URadialIntMask, SetMaskCondition) == 0x0000D8, "Member 'URadialIntMask::SetMaskCondition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformScalar_SetUniformScalar \ +static_assert(alignof(UniformScalar_SetUniformScalar) == 0x000008, "Wrong alignment on UniformScalar_SetUniformScalar"); \ +static_assert(sizeof(UniformScalar_SetUniformScalar) == 0x000010, "Wrong size on UniformScalar_SetUniformScalar"); \ +static_assert(offsetof(UniformScalar_SetUniformScalar, Magnitude_0) == 0x000000, "Member 'UniformScalar_SetUniformScalar::Magnitude_0' has a wrong offset!"); \ +static_assert(offsetof(UniformScalar_SetUniformScalar, ReturnValue) == 0x000008, "Member 'UniformScalar_SetUniformScalar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUniformScalar \ +static_assert(alignof(UUniformScalar) == 0x000008, "Wrong alignment on UUniformScalar"); \ +static_assert(sizeof(UUniformScalar) == 0x0000C8, "Wrong size on UUniformScalar"); \ +static_assert(offsetof(UUniformScalar, Magnitude) == 0x0000C0, "Member 'UUniformScalar::Magnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaveScalar_SetWaveScalar \ +static_assert(alignof(WaveScalar_SetWaveScalar) == 0x000008, "Wrong alignment on WaveScalar_SetWaveScalar"); \ +static_assert(sizeof(WaveScalar_SetWaveScalar) == 0x000028, "Wrong size on WaveScalar_SetWaveScalar"); \ +static_assert(offsetof(WaveScalar_SetWaveScalar, Magnitude_0) == 0x000000, "Member 'WaveScalar_SetWaveScalar::Magnitude_0' has a wrong offset!"); \ +static_assert(offsetof(WaveScalar_SetWaveScalar, Position_0) == 0x000004, "Member 'WaveScalar_SetWaveScalar::Position_0' has a wrong offset!"); \ +static_assert(offsetof(WaveScalar_SetWaveScalar, Wavelength_0) == 0x000010, "Member 'WaveScalar_SetWaveScalar::Wavelength_0' has a wrong offset!"); \ +static_assert(offsetof(WaveScalar_SetWaveScalar, Period_0) == 0x000014, "Member 'WaveScalar_SetWaveScalar::Period_0' has a wrong offset!"); \ +static_assert(offsetof(WaveScalar_SetWaveScalar, Time) == 0x000018, "Member 'WaveScalar_SetWaveScalar::Time' has a wrong offset!"); \ +static_assert(offsetof(WaveScalar_SetWaveScalar, Function_0) == 0x00001C, "Member 'WaveScalar_SetWaveScalar::Function_0' has a wrong offset!"); \ +static_assert(offsetof(WaveScalar_SetWaveScalar, Falloff_0) == 0x00001D, "Member 'WaveScalar_SetWaveScalar::Falloff_0' has a wrong offset!"); \ +static_assert(offsetof(WaveScalar_SetWaveScalar, ReturnValue) == 0x000020, "Member 'WaveScalar_SetWaveScalar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaveScalar \ +static_assert(alignof(UWaveScalar) == 0x000008, "Wrong alignment on UWaveScalar"); \ +static_assert(sizeof(UWaveScalar) == 0x0000E0, "Wrong size on UWaveScalar"); \ +static_assert(offsetof(UWaveScalar, Magnitude) == 0x0000C0, "Member 'UWaveScalar::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(UWaveScalar, Position) == 0x0000C4, "Member 'UWaveScalar::Position' has a wrong offset!"); \ +static_assert(offsetof(UWaveScalar, Wavelength) == 0x0000D0, "Member 'UWaveScalar::Wavelength' has a wrong offset!"); \ +static_assert(offsetof(UWaveScalar, Period) == 0x0000D4, "Member 'UWaveScalar::Period' has a wrong offset!"); \ +static_assert(offsetof(UWaveScalar, Function) == 0x0000D8, "Member 'UWaveScalar::Function' has a wrong offset!"); \ +static_assert(offsetof(UWaveScalar, Falloff) == 0x0000D9, "Member 'UWaveScalar::Falloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialFalloff_SetRadialFalloff \ +static_assert(alignof(RadialFalloff_SetRadialFalloff) == 0x000008, "Wrong alignment on RadialFalloff_SetRadialFalloff"); \ +static_assert(sizeof(RadialFalloff_SetRadialFalloff) == 0x000030, "Wrong size on RadialFalloff_SetRadialFalloff"); \ +static_assert(offsetof(RadialFalloff_SetRadialFalloff, Magnitude_0) == 0x000000, "Member 'RadialFalloff_SetRadialFalloff::Magnitude_0' has a wrong offset!"); \ +static_assert(offsetof(RadialFalloff_SetRadialFalloff, MinRange_0) == 0x000004, "Member 'RadialFalloff_SetRadialFalloff::MinRange_0' has a wrong offset!"); \ +static_assert(offsetof(RadialFalloff_SetRadialFalloff, MaxRange_0) == 0x000008, "Member 'RadialFalloff_SetRadialFalloff::MaxRange_0' has a wrong offset!"); \ +static_assert(offsetof(RadialFalloff_SetRadialFalloff, Default_0) == 0x00000C, "Member 'RadialFalloff_SetRadialFalloff::Default_0' has a wrong offset!"); \ +static_assert(offsetof(RadialFalloff_SetRadialFalloff, Radius_0) == 0x000010, "Member 'RadialFalloff_SetRadialFalloff::Radius_0' has a wrong offset!"); \ +static_assert(offsetof(RadialFalloff_SetRadialFalloff, Position_0) == 0x000014, "Member 'RadialFalloff_SetRadialFalloff::Position_0' has a wrong offset!"); \ +static_assert(offsetof(RadialFalloff_SetRadialFalloff, Falloff_0) == 0x000020, "Member 'RadialFalloff_SetRadialFalloff::Falloff_0' has a wrong offset!"); \ +static_assert(offsetof(RadialFalloff_SetRadialFalloff, ReturnValue) == 0x000028, "Member 'RadialFalloff_SetRadialFalloff::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URadialFalloff \ +static_assert(alignof(URadialFalloff) == 0x000008, "Wrong alignment on URadialFalloff"); \ +static_assert(sizeof(URadialFalloff) == 0x0000E8, "Wrong size on URadialFalloff"); \ +static_assert(offsetof(URadialFalloff, Magnitude) == 0x0000C0, "Member 'URadialFalloff::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(URadialFalloff, MinRange) == 0x0000C4, "Member 'URadialFalloff::MinRange' has a wrong offset!"); \ +static_assert(offsetof(URadialFalloff, MaxRange) == 0x0000C8, "Member 'URadialFalloff::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(URadialFalloff, Default) == 0x0000CC, "Member 'URadialFalloff::Default' has a wrong offset!"); \ +static_assert(offsetof(URadialFalloff, Radius) == 0x0000D0, "Member 'URadialFalloff::Radius' has a wrong offset!"); \ +static_assert(offsetof(URadialFalloff, Position) == 0x0000D4, "Member 'URadialFalloff::Position' has a wrong offset!"); \ +static_assert(offsetof(URadialFalloff, Falloff) == 0x0000E0, "Member 'URadialFalloff::Falloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlaneFalloff_SetPlaneFalloff \ +static_assert(alignof(PlaneFalloff_SetPlaneFalloff) == 0x000008, "Wrong alignment on PlaneFalloff_SetPlaneFalloff"); \ +static_assert(sizeof(PlaneFalloff_SetPlaneFalloff) == 0x000038, "Wrong size on PlaneFalloff_SetPlaneFalloff"); \ +static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, Magnitude_0) == 0x000000, "Member 'PlaneFalloff_SetPlaneFalloff::Magnitude_0' has a wrong offset!"); \ +static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, MinRange_0) == 0x000004, "Member 'PlaneFalloff_SetPlaneFalloff::MinRange_0' has a wrong offset!"); \ +static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, MaxRange_0) == 0x000008, "Member 'PlaneFalloff_SetPlaneFalloff::MaxRange_0' has a wrong offset!"); \ +static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, Default_0) == 0x00000C, "Member 'PlaneFalloff_SetPlaneFalloff::Default_0' has a wrong offset!"); \ +static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, Distance_0) == 0x000010, "Member 'PlaneFalloff_SetPlaneFalloff::Distance_0' has a wrong offset!"); \ +static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, Position_0) == 0x000014, "Member 'PlaneFalloff_SetPlaneFalloff::Position_0' has a wrong offset!"); \ +static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, Normal_0) == 0x000020, "Member 'PlaneFalloff_SetPlaneFalloff::Normal_0' has a wrong offset!"); \ +static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, Falloff_0) == 0x00002C, "Member 'PlaneFalloff_SetPlaneFalloff::Falloff_0' has a wrong offset!"); \ +static_assert(offsetof(PlaneFalloff_SetPlaneFalloff, ReturnValue) == 0x000030, "Member 'PlaneFalloff_SetPlaneFalloff::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlaneFalloff \ +static_assert(alignof(UPlaneFalloff) == 0x000008, "Wrong alignment on UPlaneFalloff"); \ +static_assert(sizeof(UPlaneFalloff) == 0x0000F0, "Wrong size on UPlaneFalloff"); \ +static_assert(offsetof(UPlaneFalloff, Magnitude) == 0x0000C0, "Member 'UPlaneFalloff::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, MinRange) == 0x0000C4, "Member 'UPlaneFalloff::MinRange' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, MaxRange) == 0x0000C8, "Member 'UPlaneFalloff::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, Default) == 0x0000CC, "Member 'UPlaneFalloff::Default' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, Distance) == 0x0000D0, "Member 'UPlaneFalloff::Distance' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, Position) == 0x0000D4, "Member 'UPlaneFalloff::Position' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, Normal) == 0x0000E0, "Member 'UPlaneFalloff::Normal' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, Falloff) == 0x0000EC, "Member 'UPlaneFalloff::Falloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BoxFalloff_SetBoxFalloff \ +static_assert(alignof(BoxFalloff_SetBoxFalloff) == 0x000010, "Wrong alignment on BoxFalloff_SetBoxFalloff"); \ +static_assert(sizeof(BoxFalloff_SetBoxFalloff) == 0x000050, "Wrong size on BoxFalloff_SetBoxFalloff"); \ +static_assert(offsetof(BoxFalloff_SetBoxFalloff, Magnitude_0) == 0x000000, "Member 'BoxFalloff_SetBoxFalloff::Magnitude_0' has a wrong offset!"); \ +static_assert(offsetof(BoxFalloff_SetBoxFalloff, MinRange_0) == 0x000004, "Member 'BoxFalloff_SetBoxFalloff::MinRange_0' has a wrong offset!"); \ +static_assert(offsetof(BoxFalloff_SetBoxFalloff, MaxRange_0) == 0x000008, "Member 'BoxFalloff_SetBoxFalloff::MaxRange_0' has a wrong offset!"); \ +static_assert(offsetof(BoxFalloff_SetBoxFalloff, Default_0) == 0x00000C, "Member 'BoxFalloff_SetBoxFalloff::Default_0' has a wrong offset!"); \ +static_assert(offsetof(BoxFalloff_SetBoxFalloff, Transform_0) == 0x000010, "Member 'BoxFalloff_SetBoxFalloff::Transform_0' has a wrong offset!"); \ +static_assert(offsetof(BoxFalloff_SetBoxFalloff, Falloff_0) == 0x000040, "Member 'BoxFalloff_SetBoxFalloff::Falloff_0' has a wrong offset!"); \ +static_assert(offsetof(BoxFalloff_SetBoxFalloff, ReturnValue) == 0x000048, "Member 'BoxFalloff_SetBoxFalloff::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBoxFalloff \ +static_assert(alignof(UBoxFalloff) == 0x000010, "Wrong alignment on UBoxFalloff"); \ +static_assert(sizeof(UBoxFalloff) == 0x000110, "Wrong size on UBoxFalloff"); \ +static_assert(offsetof(UBoxFalloff, Magnitude) == 0x0000C0, "Member 'UBoxFalloff::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(UBoxFalloff, MinRange) == 0x0000C4, "Member 'UBoxFalloff::MinRange' has a wrong offset!"); \ +static_assert(offsetof(UBoxFalloff, MaxRange) == 0x0000C8, "Member 'UBoxFalloff::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(UBoxFalloff, Default) == 0x0000CC, "Member 'UBoxFalloff::Default' has a wrong offset!"); \ +static_assert(offsetof(UBoxFalloff, Transform) == 0x0000D0, "Member 'UBoxFalloff::Transform' has a wrong offset!"); \ +static_assert(offsetof(UBoxFalloff, Falloff) == 0x000100, "Member 'UBoxFalloff::Falloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NoiseField_SetNoiseField \ +static_assert(alignof(NoiseField_SetNoiseField) == 0x000010, "Wrong alignment on NoiseField_SetNoiseField"); \ +static_assert(sizeof(NoiseField_SetNoiseField) == 0x000050, "Wrong size on NoiseField_SetNoiseField"); \ +static_assert(offsetof(NoiseField_SetNoiseField, MinRange_0) == 0x000000, "Member 'NoiseField_SetNoiseField::MinRange_0' has a wrong offset!"); \ +static_assert(offsetof(NoiseField_SetNoiseField, MaxRange_0) == 0x000004, "Member 'NoiseField_SetNoiseField::MaxRange_0' has a wrong offset!"); \ +static_assert(offsetof(NoiseField_SetNoiseField, Transform_0) == 0x000010, "Member 'NoiseField_SetNoiseField::Transform_0' has a wrong offset!"); \ +static_assert(offsetof(NoiseField_SetNoiseField, ReturnValue) == 0x000040, "Member 'NoiseField_SetNoiseField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNoiseField \ +static_assert(alignof(UNoiseField) == 0x000010, "Wrong alignment on UNoiseField"); \ +static_assert(sizeof(UNoiseField) == 0x000100, "Wrong size on UNoiseField"); \ +static_assert(offsetof(UNoiseField, MinRange) == 0x0000C0, "Member 'UNoiseField::MinRange' has a wrong offset!"); \ +static_assert(offsetof(UNoiseField, MaxRange) == 0x0000C4, "Member 'UNoiseField::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(UNoiseField, Transform) == 0x0000D0, "Member 'UNoiseField::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformVector_SetUniformVector \ +static_assert(alignof(UniformVector_SetUniformVector) == 0x000008, "Wrong alignment on UniformVector_SetUniformVector"); \ +static_assert(sizeof(UniformVector_SetUniformVector) == 0x000018, "Wrong size on UniformVector_SetUniformVector"); \ +static_assert(offsetof(UniformVector_SetUniformVector, Magnitude_0) == 0x000000, "Member 'UniformVector_SetUniformVector::Magnitude_0' has a wrong offset!"); \ +static_assert(offsetof(UniformVector_SetUniformVector, Direction_0) == 0x000004, "Member 'UniformVector_SetUniformVector::Direction_0' has a wrong offset!"); \ +static_assert(offsetof(UniformVector_SetUniformVector, ReturnValue) == 0x000010, "Member 'UniformVector_SetUniformVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUniformVector \ +static_assert(alignof(UUniformVector) == 0x000008, "Wrong alignment on UUniformVector"); \ +static_assert(sizeof(UUniformVector) == 0x0000D0, "Wrong size on UUniformVector"); \ +static_assert(offsetof(UUniformVector, Magnitude) == 0x0000C0, "Member 'UUniformVector::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(UUniformVector, Direction) == 0x0000C4, "Member 'UUniformVector::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialVector_SetRadialVector \ +static_assert(alignof(RadialVector_SetRadialVector) == 0x000008, "Wrong alignment on RadialVector_SetRadialVector"); \ +static_assert(sizeof(RadialVector_SetRadialVector) == 0x000018, "Wrong size on RadialVector_SetRadialVector"); \ +static_assert(offsetof(RadialVector_SetRadialVector, Magnitude_0) == 0x000000, "Member 'RadialVector_SetRadialVector::Magnitude_0' has a wrong offset!"); \ +static_assert(offsetof(RadialVector_SetRadialVector, Position_0) == 0x000004, "Member 'RadialVector_SetRadialVector::Position_0' has a wrong offset!"); \ +static_assert(offsetof(RadialVector_SetRadialVector, ReturnValue) == 0x000010, "Member 'RadialVector_SetRadialVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URadialVector \ +static_assert(alignof(URadialVector) == 0x000008, "Wrong alignment on URadialVector"); \ +static_assert(sizeof(URadialVector) == 0x0000D0, "Wrong size on URadialVector"); \ +static_assert(offsetof(URadialVector, Magnitude) == 0x0000C0, "Member 'URadialVector::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(URadialVector, Position) == 0x0000C4, "Member 'URadialVector::Position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RandomVector_SetRandomVector \ +static_assert(alignof(RandomVector_SetRandomVector) == 0x000008, "Wrong alignment on RandomVector_SetRandomVector"); \ +static_assert(sizeof(RandomVector_SetRandomVector) == 0x000010, "Wrong size on RandomVector_SetRandomVector"); \ +static_assert(offsetof(RandomVector_SetRandomVector, Magnitude_0) == 0x000000, "Member 'RandomVector_SetRandomVector::Magnitude_0' has a wrong offset!"); \ +static_assert(offsetof(RandomVector_SetRandomVector, ReturnValue) == 0x000008, "Member 'RandomVector_SetRandomVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URandomVector \ +static_assert(alignof(URandomVector) == 0x000008, "Wrong alignment on URandomVector"); \ +static_assert(sizeof(URandomVector) == 0x0000C8, "Wrong size on URandomVector"); \ +static_assert(offsetof(URandomVector, Magnitude) == 0x0000C0, "Member 'URandomVector::Magnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OperatorField_SetOperatorField \ +static_assert(alignof(OperatorField_SetOperatorField) == 0x000008, "Wrong alignment on OperatorField_SetOperatorField"); \ +static_assert(sizeof(OperatorField_SetOperatorField) == 0x000028, "Wrong size on OperatorField_SetOperatorField"); \ +static_assert(offsetof(OperatorField_SetOperatorField, Magnitude_0) == 0x000000, "Member 'OperatorField_SetOperatorField::Magnitude_0' has a wrong offset!"); \ +static_assert(offsetof(OperatorField_SetOperatorField, LeftField_0) == 0x000008, "Member 'OperatorField_SetOperatorField::LeftField_0' has a wrong offset!"); \ +static_assert(offsetof(OperatorField_SetOperatorField, RightField_0) == 0x000010, "Member 'OperatorField_SetOperatorField::RightField_0' has a wrong offset!"); \ +static_assert(offsetof(OperatorField_SetOperatorField, Operation_0) == 0x000018, "Member 'OperatorField_SetOperatorField::Operation_0' has a wrong offset!"); \ +static_assert(offsetof(OperatorField_SetOperatorField, ReturnValue) == 0x000020, "Member 'OperatorField_SetOperatorField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOperatorField \ +static_assert(alignof(UOperatorField) == 0x000008, "Wrong alignment on UOperatorField"); \ +static_assert(sizeof(UOperatorField) == 0x0000E0, "Wrong size on UOperatorField"); \ +static_assert(offsetof(UOperatorField, Magnitude) == 0x0000C0, "Member 'UOperatorField::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(UOperatorField, RightField) == 0x0000C8, "Member 'UOperatorField::RightField' has a wrong offset!"); \ +static_assert(offsetof(UOperatorField, LeftField) == 0x0000D0, "Member 'UOperatorField::LeftField' has a wrong offset!"); \ +static_assert(offsetof(UOperatorField, Operation) == 0x0000D8, "Member 'UOperatorField::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ToIntegerField_SetToIntegerField \ +static_assert(alignof(ToIntegerField_SetToIntegerField) == 0x000008, "Wrong alignment on ToIntegerField_SetToIntegerField"); \ +static_assert(sizeof(ToIntegerField_SetToIntegerField) == 0x000010, "Wrong size on ToIntegerField_SetToIntegerField"); \ +static_assert(offsetof(ToIntegerField_SetToIntegerField, FloatField_0) == 0x000000, "Member 'ToIntegerField_SetToIntegerField::FloatField_0' has a wrong offset!"); \ +static_assert(offsetof(ToIntegerField_SetToIntegerField, ReturnValue) == 0x000008, "Member 'ToIntegerField_SetToIntegerField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UToIntegerField \ +static_assert(alignof(UToIntegerField) == 0x000008, "Wrong alignment on UToIntegerField"); \ +static_assert(sizeof(UToIntegerField) == 0x0000C8, "Wrong size on UToIntegerField"); \ +static_assert(offsetof(UToIntegerField, FloatField) == 0x0000C0, "Member 'UToIntegerField::FloatField' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ToFloatField_SetToFloatField \ +static_assert(alignof(ToFloatField_SetToFloatField) == 0x000008, "Wrong alignment on ToFloatField_SetToFloatField"); \ +static_assert(sizeof(ToFloatField_SetToFloatField) == 0x000010, "Wrong size on ToFloatField_SetToFloatField"); \ +static_assert(offsetof(ToFloatField_SetToFloatField, IntegerField) == 0x000000, "Member 'ToFloatField_SetToFloatField::IntegerField' has a wrong offset!"); \ +static_assert(offsetof(ToFloatField_SetToFloatField, ReturnValue) == 0x000008, "Member 'ToFloatField_SetToFloatField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UToFloatField \ +static_assert(alignof(UToFloatField) == 0x000008, "Wrong alignment on UToFloatField"); \ +static_assert(sizeof(UToFloatField) == 0x0000C8, "Wrong size on UToFloatField"); \ +static_assert(offsetof(UToFloatField, IntField) == 0x0000C0, "Member 'UToFloatField::IntField' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CullingField_SetCullingField \ +static_assert(alignof(CullingField_SetCullingField) == 0x000008, "Wrong alignment on CullingField_SetCullingField"); \ +static_assert(sizeof(CullingField_SetCullingField) == 0x000020, "Wrong size on CullingField_SetCullingField"); \ +static_assert(offsetof(CullingField_SetCullingField, Culling_0) == 0x000000, "Member 'CullingField_SetCullingField::Culling_0' has a wrong offset!"); \ +static_assert(offsetof(CullingField_SetCullingField, Field_0) == 0x000008, "Member 'CullingField_SetCullingField::Field_0' has a wrong offset!"); \ +static_assert(offsetof(CullingField_SetCullingField, Operation_0) == 0x000010, "Member 'CullingField_SetCullingField::Operation_0' has a wrong offset!"); \ +static_assert(offsetof(CullingField_SetCullingField, ReturnValue) == 0x000018, "Member 'CullingField_SetCullingField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCullingField \ +static_assert(alignof(UCullingField) == 0x000008, "Wrong alignment on UCullingField"); \ +static_assert(sizeof(UCullingField) == 0x0000D8, "Wrong size on UCullingField"); \ +static_assert(offsetof(UCullingField, Culling) == 0x0000C0, "Member 'UCullingField::Culling' has a wrong offset!"); \ +static_assert(offsetof(UCullingField, Field) == 0x0000C8, "Member 'UCullingField::Field' has a wrong offset!"); \ +static_assert(offsetof(UCullingField, Operation) == 0x0000D0, "Member 'UCullingField::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ReturnResultsTerminal_SetReturnResultsTerminal \ +static_assert(alignof(ReturnResultsTerminal_SetReturnResultsTerminal) == 0x000008, "Wrong alignment on ReturnResultsTerminal_SetReturnResultsTerminal"); \ +static_assert(sizeof(ReturnResultsTerminal_SetReturnResultsTerminal) == 0x000008, "Wrong size on ReturnResultsTerminal_SetReturnResultsTerminal"); \ +static_assert(offsetof(ReturnResultsTerminal_SetReturnResultsTerminal, ReturnValue) == 0x000000, "Member 'ReturnResultsTerminal_SetReturnResultsTerminal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReturnResultsTerminal \ +static_assert(alignof(UReturnResultsTerminal) == 0x000008, "Wrong alignment on UReturnResultsTerminal"); \ +static_assert(sizeof(UReturnResultsTerminal) == 0x0000C0, "Wrong size on UReturnResultsTerminal"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionSource \ +static_assert(alignof(FGeometryCollectionSource) == 0x000010, "Wrong alignment on FGeometryCollectionSource"); \ +static_assert(sizeof(FGeometryCollectionSource) == 0x000060, "Wrong size on FGeometryCollectionSource"); \ +static_assert(offsetof(FGeometryCollectionSource, SourceGeometryObject) == 0x000000, "Member 'FGeometryCollectionSource::SourceGeometryObject' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSource, LocalTransform) == 0x000020, "Member 'FGeometryCollectionSource::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSource, SourceMaterial) == 0x000050, "Member 'FGeometryCollectionSource::SourceMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosCollisionEventData \ +static_assert(alignof(FChaosCollisionEventData) == 0x000008, "Wrong alignment on FChaosCollisionEventData"); \ +static_assert(sizeof(FChaosCollisionEventData) == 0x000058, "Wrong size on FChaosCollisionEventData"); \ +static_assert(offsetof(FChaosCollisionEventData, Location) == 0x000000, "Member 'FChaosCollisionEventData::Location' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventData, Normal) == 0x00000C, "Member 'FChaosCollisionEventData::Normal' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventData, Velocity1) == 0x000018, "Member 'FChaosCollisionEventData::Velocity1' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventData, Velocity2) == 0x000024, "Member 'FChaosCollisionEventData::Velocity2' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventData, Mass1) == 0x000030, "Member 'FChaosCollisionEventData::Mass1' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventData, Mass2) == 0x000034, "Member 'FChaosCollisionEventData::Mass2' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventData, Impulse) == 0x000038, "Member 'FChaosCollisionEventData::Impulse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosBreakingEventRequestSettings \ +static_assert(alignof(FChaosBreakingEventRequestSettings) == 0x000004, "Wrong alignment on FChaosBreakingEventRequestSettings"); \ +static_assert(sizeof(FChaosBreakingEventRequestSettings) == 0x000018, "Wrong size on FChaosBreakingEventRequestSettings"); \ +static_assert(offsetof(FChaosBreakingEventRequestSettings, MaxNumberOfResults) == 0x000000, "Member 'FChaosBreakingEventRequestSettings::MaxNumberOfResults' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakingEventRequestSettings, MinRadius) == 0x000004, "Member 'FChaosBreakingEventRequestSettings::MinRadius' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakingEventRequestSettings, MinSpeed) == 0x000008, "Member 'FChaosBreakingEventRequestSettings::MinSpeed' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakingEventRequestSettings, MinMass) == 0x00000C, "Member 'FChaosBreakingEventRequestSettings::MinMass' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakingEventRequestSettings, MaxDistance) == 0x000010, "Member 'FChaosBreakingEventRequestSettings::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakingEventRequestSettings, SortMethod) == 0x000014, "Member 'FChaosBreakingEventRequestSettings::SortMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionRepData \ +static_assert(alignof(FGeometryCollectionRepData) == 0x000008, "Wrong alignment on FGeometryCollectionRepData"); \ +static_assert(sizeof(FGeometryCollectionRepData) == 0x000018, "Wrong size on FGeometryCollectionRepData"); \ + +#define DUMPER7_ASSERTS_FChaosBreakingEventData \ +static_assert(alignof(FChaosBreakingEventData) == 0x000004, "Wrong alignment on FChaosBreakingEventData"); \ +static_assert(sizeof(FChaosBreakingEventData) == 0x00001C, "Wrong size on FChaosBreakingEventData"); \ +static_assert(offsetof(FChaosBreakingEventData, Location) == 0x000000, "Member 'FChaosBreakingEventData::Location' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakingEventData, Velocity) == 0x00000C, "Member 'FChaosBreakingEventData::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakingEventData, Mass) == 0x000018, "Member 'FChaosBreakingEventData::Mass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosTrailingEventRequestSettings \ +static_assert(alignof(FChaosTrailingEventRequestSettings) == 0x000004, "Wrong alignment on FChaosTrailingEventRequestSettings"); \ +static_assert(sizeof(FChaosTrailingEventRequestSettings) == 0x000018, "Wrong size on FChaosTrailingEventRequestSettings"); \ +static_assert(offsetof(FChaosTrailingEventRequestSettings, MaxNumberOfResults) == 0x000000, "Member 'FChaosTrailingEventRequestSettings::MaxNumberOfResults' has a wrong offset!"); \ +static_assert(offsetof(FChaosTrailingEventRequestSettings, MinMass) == 0x000004, "Member 'FChaosTrailingEventRequestSettings::MinMass' has a wrong offset!"); \ +static_assert(offsetof(FChaosTrailingEventRequestSettings, MinSpeed) == 0x000008, "Member 'FChaosTrailingEventRequestSettings::MinSpeed' has a wrong offset!"); \ +static_assert(offsetof(FChaosTrailingEventRequestSettings, MinAngularSpeed) == 0x00000C, "Member 'FChaosTrailingEventRequestSettings::MinAngularSpeed' has a wrong offset!"); \ +static_assert(offsetof(FChaosTrailingEventRequestSettings, MaxDistance) == 0x000010, "Member 'FChaosTrailingEventRequestSettings::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FChaosTrailingEventRequestSettings, SortMethod) == 0x000014, "Member 'FChaosTrailingEventRequestSettings::SortMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosTrailingEventData \ +static_assert(alignof(FChaosTrailingEventData) == 0x000004, "Wrong alignment on FChaosTrailingEventData"); \ +static_assert(sizeof(FChaosTrailingEventData) == 0x00002C, "Wrong size on FChaosTrailingEventData"); \ +static_assert(offsetof(FChaosTrailingEventData, Location) == 0x000000, "Member 'FChaosTrailingEventData::Location' has a wrong offset!"); \ +static_assert(offsetof(FChaosTrailingEventData, Velocity) == 0x00000C, "Member 'FChaosTrailingEventData::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosTrailingEventData, AngularVelocity) == 0x000018, "Member 'FChaosTrailingEventData::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosTrailingEventData, Mass) == 0x000024, "Member 'FChaosTrailingEventData::Mass' has a wrong offset!"); \ +static_assert(offsetof(FChaosTrailingEventData, ParticleIndex) == 0x000028, "Member 'FChaosTrailingEventData::ParticleIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeomComponentCacheParameters \ +static_assert(alignof(FGeomComponentCacheParameters) == 0x000008, "Wrong alignment on FGeomComponentCacheParameters"); \ +static_assert(sizeof(FGeomComponentCacheParameters) == 0x000050, "Wrong size on FGeomComponentCacheParameters"); \ +static_assert(offsetof(FGeomComponentCacheParameters, CacheMode) == 0x000000, "Member 'FGeomComponentCacheParameters::CacheMode' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, TargetCache) == 0x000008, "Member 'FGeomComponentCacheParameters::TargetCache' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, ReverseCacheBeginTime) == 0x000010, "Member 'FGeomComponentCacheParameters::ReverseCacheBeginTime' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, SaveCollisionData) == 0x000014, "Member 'FGeomComponentCacheParameters::SaveCollisionData' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, DoGenerateCollisionData) == 0x000015, "Member 'FGeomComponentCacheParameters::DoGenerateCollisionData' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, CollisionDataSizeMax) == 0x000018, "Member 'FGeomComponentCacheParameters::CollisionDataSizeMax' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, DoCollisionDataSpatialHash) == 0x00001C, "Member 'FGeomComponentCacheParameters::DoCollisionDataSpatialHash' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, CollisionDataSpatialHashRadius) == 0x000020, "Member 'FGeomComponentCacheParameters::CollisionDataSpatialHashRadius' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, MaxCollisionPerCell) == 0x000024, "Member 'FGeomComponentCacheParameters::MaxCollisionPerCell' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, SaveBreakingData) == 0x000028, "Member 'FGeomComponentCacheParameters::SaveBreakingData' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, DoGenerateBreakingData) == 0x000029, "Member 'FGeomComponentCacheParameters::DoGenerateBreakingData' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, BreakingDataSizeMax) == 0x00002C, "Member 'FGeomComponentCacheParameters::BreakingDataSizeMax' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, DoBreakingDataSpatialHash) == 0x000030, "Member 'FGeomComponentCacheParameters::DoBreakingDataSpatialHash' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, BreakingDataSpatialHashRadius) == 0x000034, "Member 'FGeomComponentCacheParameters::BreakingDataSpatialHashRadius' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, MaxBreakingPerCell) == 0x000038, "Member 'FGeomComponentCacheParameters::MaxBreakingPerCell' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, SaveTrailingData) == 0x00003C, "Member 'FGeomComponentCacheParameters::SaveTrailingData' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, DoGenerateTrailingData) == 0x00003D, "Member 'FGeomComponentCacheParameters::DoGenerateTrailingData' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, TrailingDataSizeMax) == 0x000040, "Member 'FGeomComponentCacheParameters::TrailingDataSizeMax' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, TrailingMinSpeedThreshold) == 0x000044, "Member 'FGeomComponentCacheParameters::TrailingMinSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, TrailingMinVolumeThreshold) == 0x000048, "Member 'FGeomComponentCacheParameters::TrailingMinVolumeThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosCollisionEventRequestSettings \ +static_assert(alignof(FChaosCollisionEventRequestSettings) == 0x000004, "Wrong alignment on FChaosCollisionEventRequestSettings"); \ +static_assert(sizeof(FChaosCollisionEventRequestSettings) == 0x000018, "Wrong size on FChaosCollisionEventRequestSettings"); \ +static_assert(offsetof(FChaosCollisionEventRequestSettings, MaxNumberResults) == 0x000000, "Member 'FChaosCollisionEventRequestSettings::MaxNumberResults' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventRequestSettings, MinMass) == 0x000004, "Member 'FChaosCollisionEventRequestSettings::MinMass' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventRequestSettings, MinSpeed) == 0x000008, "Member 'FChaosCollisionEventRequestSettings::MinSpeed' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventRequestSettings, MinImpulse) == 0x00000C, "Member 'FChaosCollisionEventRequestSettings::MinImpulse' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventRequestSettings, MaxDistance) == 0x000010, "Member 'FChaosCollisionEventRequestSettings::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventRequestSettings, SortMethod) == 0x000014, "Member 'FChaosCollisionEventRequestSettings::SortMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionDebugDrawActorSelectedRigidBody \ +static_assert(alignof(FGeometryCollectionDebugDrawActorSelectedRigidBody) == 0x000008, "Wrong alignment on FGeometryCollectionDebugDrawActorSelectedRigidBody"); \ +static_assert(sizeof(FGeometryCollectionDebugDrawActorSelectedRigidBody) == 0x000018, "Wrong size on FGeometryCollectionDebugDrawActorSelectedRigidBody"); \ +static_assert(offsetof(FGeometryCollectionDebugDrawActorSelectedRigidBody, Id) == 0x000000, "Member 'FGeometryCollectionDebugDrawActorSelectedRigidBody::Id' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionDebugDrawActorSelectedRigidBody, Solver) == 0x000008, "Member 'FGeometryCollectionDebugDrawActorSelectedRigidBody::Solver' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionDebugDrawActorSelectedRigidBody, GeometryCollection) == 0x000010, "Member 'FGeometryCollectionDebugDrawActorSelectedRigidBody::GeometryCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionDebugDrawWarningMessage \ +static_assert(alignof(FGeometryCollectionDebugDrawWarningMessage) == 0x000001, "Wrong alignment on FGeometryCollectionDebugDrawWarningMessage"); \ +static_assert(sizeof(FGeometryCollectionDebugDrawWarningMessage) == 0x000001, "Wrong size on FGeometryCollectionDebugDrawWarningMessage"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionSizeSpecificData \ +static_assert(alignof(FGeometryCollectionSizeSpecificData) == 0x000004, "Wrong alignment on FGeometryCollectionSizeSpecificData"); \ +static_assert(sizeof(FGeometryCollectionSizeSpecificData) == 0x000024, "Wrong size on FGeometryCollectionSizeSpecificData"); \ +static_assert(offsetof(FGeometryCollectionSizeSpecificData, MaxSize) == 0x000000, "Member 'FGeometryCollectionSizeSpecificData::MaxSize' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSizeSpecificData, CollisionType) == 0x000004, "Member 'FGeometryCollectionSizeSpecificData::CollisionType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSizeSpecificData, ImplicitType) == 0x000005, "Member 'FGeometryCollectionSizeSpecificData::ImplicitType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSizeSpecificData, MinLevelSetResolution) == 0x000008, "Member 'FGeometryCollectionSizeSpecificData::MinLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSizeSpecificData, MaxLevelSetResolution) == 0x00000C, "Member 'FGeometryCollectionSizeSpecificData::MaxLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSizeSpecificData, MinClusterLevelSetResolution) == 0x000010, "Member 'FGeometryCollectionSizeSpecificData::MinClusterLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSizeSpecificData, MaxClusterLevelSetResolution) == 0x000014, "Member 'FGeometryCollectionSizeSpecificData::MaxClusterLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSizeSpecificData, CollisionObjectReductionPercentage) == 0x000018, "Member 'FGeometryCollectionSizeSpecificData::CollisionObjectReductionPercentage' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSizeSpecificData, CollisionParticlesFraction) == 0x00001C, "Member 'FGeometryCollectionSizeSpecificData::CollisionParticlesFraction' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSizeSpecificData, MaximumCollisionParticles) == 0x000020, "Member 'FGeometryCollectionSizeSpecificData::MaximumCollisionParticles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_AddChaosSolverActor \ +static_assert(alignof(ChaosDestructionListener_AddChaosSolverActor) == 0x000008, "Wrong alignment on ChaosDestructionListener_AddChaosSolverActor"); \ +static_assert(sizeof(ChaosDestructionListener_AddChaosSolverActor) == 0x000008, "Wrong size on ChaosDestructionListener_AddChaosSolverActor"); \ +static_assert(offsetof(ChaosDestructionListener_AddChaosSolverActor, ChaosSolverActor) == 0x000000, "Member 'ChaosDestructionListener_AddChaosSolverActor::ChaosSolverActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_AddGeometryCollectionActor \ +static_assert(alignof(ChaosDestructionListener_AddGeometryCollectionActor) == 0x000008, "Wrong alignment on ChaosDestructionListener_AddGeometryCollectionActor"); \ +static_assert(sizeof(ChaosDestructionListener_AddGeometryCollectionActor) == 0x000008, "Wrong size on ChaosDestructionListener_AddGeometryCollectionActor"); \ +static_assert(offsetof(ChaosDestructionListener_AddGeometryCollectionActor, GeometryCollectionActor) == 0x000000, "Member 'ChaosDestructionListener_AddGeometryCollectionActor::GeometryCollectionActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_RemoveChaosSolverActor \ +static_assert(alignof(ChaosDestructionListener_RemoveChaosSolverActor) == 0x000008, "Wrong alignment on ChaosDestructionListener_RemoveChaosSolverActor"); \ +static_assert(sizeof(ChaosDestructionListener_RemoveChaosSolverActor) == 0x000008, "Wrong size on ChaosDestructionListener_RemoveChaosSolverActor"); \ +static_assert(offsetof(ChaosDestructionListener_RemoveChaosSolverActor, ChaosSolverActor) == 0x000000, "Member 'ChaosDestructionListener_RemoveChaosSolverActor::ChaosSolverActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_RemoveGeometryCollectionActor \ +static_assert(alignof(ChaosDestructionListener_RemoveGeometryCollectionActor) == 0x000008, "Wrong alignment on ChaosDestructionListener_RemoveGeometryCollectionActor"); \ +static_assert(sizeof(ChaosDestructionListener_RemoveGeometryCollectionActor) == 0x000008, "Wrong size on ChaosDestructionListener_RemoveGeometryCollectionActor"); \ +static_assert(offsetof(ChaosDestructionListener_RemoveGeometryCollectionActor, GeometryCollectionActor) == 0x000000, "Member 'ChaosDestructionListener_RemoveGeometryCollectionActor::GeometryCollectionActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_SetBreakingEventEnabled \ +static_assert(alignof(ChaosDestructionListener_SetBreakingEventEnabled) == 0x000001, "Wrong alignment on ChaosDestructionListener_SetBreakingEventEnabled"); \ +static_assert(sizeof(ChaosDestructionListener_SetBreakingEventEnabled) == 0x000001, "Wrong size on ChaosDestructionListener_SetBreakingEventEnabled"); \ +static_assert(offsetof(ChaosDestructionListener_SetBreakingEventEnabled, bIsEnabled) == 0x000000, "Member 'ChaosDestructionListener_SetBreakingEventEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_SetBreakingEventRequestSettings \ +static_assert(alignof(ChaosDestructionListener_SetBreakingEventRequestSettings) == 0x000004, "Wrong alignment on ChaosDestructionListener_SetBreakingEventRequestSettings"); \ +static_assert(sizeof(ChaosDestructionListener_SetBreakingEventRequestSettings) == 0x000018, "Wrong size on ChaosDestructionListener_SetBreakingEventRequestSettings"); \ +static_assert(offsetof(ChaosDestructionListener_SetBreakingEventRequestSettings, InSettings) == 0x000000, "Member 'ChaosDestructionListener_SetBreakingEventRequestSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_SetCollisionEventEnabled \ +static_assert(alignof(ChaosDestructionListener_SetCollisionEventEnabled) == 0x000001, "Wrong alignment on ChaosDestructionListener_SetCollisionEventEnabled"); \ +static_assert(sizeof(ChaosDestructionListener_SetCollisionEventEnabled) == 0x000001, "Wrong size on ChaosDestructionListener_SetCollisionEventEnabled"); \ +static_assert(offsetof(ChaosDestructionListener_SetCollisionEventEnabled, bIsEnabled) == 0x000000, "Member 'ChaosDestructionListener_SetCollisionEventEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_SetCollisionEventRequestSettings \ +static_assert(alignof(ChaosDestructionListener_SetCollisionEventRequestSettings) == 0x000004, "Wrong alignment on ChaosDestructionListener_SetCollisionEventRequestSettings"); \ +static_assert(sizeof(ChaosDestructionListener_SetCollisionEventRequestSettings) == 0x000018, "Wrong size on ChaosDestructionListener_SetCollisionEventRequestSettings"); \ +static_assert(offsetof(ChaosDestructionListener_SetCollisionEventRequestSettings, InSettings) == 0x000000, "Member 'ChaosDestructionListener_SetCollisionEventRequestSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_SetTrailingEventEnabled \ +static_assert(alignof(ChaosDestructionListener_SetTrailingEventEnabled) == 0x000001, "Wrong alignment on ChaosDestructionListener_SetTrailingEventEnabled"); \ +static_assert(sizeof(ChaosDestructionListener_SetTrailingEventEnabled) == 0x000001, "Wrong size on ChaosDestructionListener_SetTrailingEventEnabled"); \ +static_assert(offsetof(ChaosDestructionListener_SetTrailingEventEnabled, bIsEnabled) == 0x000000, "Member 'ChaosDestructionListener_SetTrailingEventEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_SetTrailingEventRequestSettings \ +static_assert(alignof(ChaosDestructionListener_SetTrailingEventRequestSettings) == 0x000004, "Wrong alignment on ChaosDestructionListener_SetTrailingEventRequestSettings"); \ +static_assert(sizeof(ChaosDestructionListener_SetTrailingEventRequestSettings) == 0x000018, "Wrong size on ChaosDestructionListener_SetTrailingEventRequestSettings"); \ +static_assert(offsetof(ChaosDestructionListener_SetTrailingEventRequestSettings, InSettings) == 0x000000, "Member 'ChaosDestructionListener_SetTrailingEventRequestSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_SortBreakingEvents \ +static_assert(alignof(ChaosDestructionListener_SortBreakingEvents) == 0x000008, "Wrong alignment on ChaosDestructionListener_SortBreakingEvents"); \ +static_assert(sizeof(ChaosDestructionListener_SortBreakingEvents) == 0x000018, "Wrong size on ChaosDestructionListener_SortBreakingEvents"); \ +static_assert(offsetof(ChaosDestructionListener_SortBreakingEvents, BreakingEvents) == 0x000000, "Member 'ChaosDestructionListener_SortBreakingEvents::BreakingEvents' has a wrong offset!"); \ +static_assert(offsetof(ChaosDestructionListener_SortBreakingEvents, SortMethod) == 0x000010, "Member 'ChaosDestructionListener_SortBreakingEvents::SortMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_SortCollisionEvents \ +static_assert(alignof(ChaosDestructionListener_SortCollisionEvents) == 0x000008, "Wrong alignment on ChaosDestructionListener_SortCollisionEvents"); \ +static_assert(sizeof(ChaosDestructionListener_SortCollisionEvents) == 0x000018, "Wrong size on ChaosDestructionListener_SortCollisionEvents"); \ +static_assert(offsetof(ChaosDestructionListener_SortCollisionEvents, CollisionEvents) == 0x000000, "Member 'ChaosDestructionListener_SortCollisionEvents::CollisionEvents' has a wrong offset!"); \ +static_assert(offsetof(ChaosDestructionListener_SortCollisionEvents, SortMethod) == 0x000010, "Member 'ChaosDestructionListener_SortCollisionEvents::SortMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_SortTrailingEvents \ +static_assert(alignof(ChaosDestructionListener_SortTrailingEvents) == 0x000008, "Wrong alignment on ChaosDestructionListener_SortTrailingEvents"); \ +static_assert(sizeof(ChaosDestructionListener_SortTrailingEvents) == 0x000018, "Wrong size on ChaosDestructionListener_SortTrailingEvents"); \ +static_assert(offsetof(ChaosDestructionListener_SortTrailingEvents, TrailingEvents) == 0x000000, "Member 'ChaosDestructionListener_SortTrailingEvents::TrailingEvents' has a wrong offset!"); \ +static_assert(offsetof(ChaosDestructionListener_SortTrailingEvents, SortMethod) == 0x000010, "Member 'ChaosDestructionListener_SortTrailingEvents::SortMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosDestructionListener_IsEventListening \ +static_assert(alignof(ChaosDestructionListener_IsEventListening) == 0x000001, "Wrong alignment on ChaosDestructionListener_IsEventListening"); \ +static_assert(sizeof(ChaosDestructionListener_IsEventListening) == 0x000001, "Wrong size on ChaosDestructionListener_IsEventListening"); \ +static_assert(offsetof(ChaosDestructionListener_IsEventListening, ReturnValue) == 0x000000, "Member 'ChaosDestructionListener_IsEventListening::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosDestructionListener \ +static_assert(alignof(UChaosDestructionListener) == 0x000010, "Wrong alignment on UChaosDestructionListener"); \ +static_assert(sizeof(UChaosDestructionListener) == 0x000450, "Wrong size on UChaosDestructionListener"); \ +static_assert(offsetof(UChaosDestructionListener, CollisionEventRequestSettings) == 0x00022C, "Member 'UChaosDestructionListener::CollisionEventRequestSettings' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, BreakingEventRequestSettings) == 0x000244, "Member 'UChaosDestructionListener::BreakingEventRequestSettings' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, TrailingEventRequestSettings) == 0x00025C, "Member 'UChaosDestructionListener::TrailingEventRequestSettings' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, ChaosSolverActors) == 0x000278, "Member 'UChaosDestructionListener::ChaosSolverActors' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, GeometryCollectionActors) == 0x0002C8, "Member 'UChaosDestructionListener::GeometryCollectionActors' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, OnCollisionEvents) == 0x000318, "Member 'UChaosDestructionListener::OnCollisionEvents' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, OnBreakingEvents) == 0x000328, "Member 'UChaosDestructionListener::OnBreakingEvents' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, OnTrailingEvents) == 0x000338, "Member 'UChaosDestructionListener::OnTrailingEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionActor_RaycastSingle \ +static_assert(alignof(GeometryCollectionActor_RaycastSingle) == 0x000004, "Wrong alignment on GeometryCollectionActor_RaycastSingle"); \ +static_assert(sizeof(GeometryCollectionActor_RaycastSingle) == 0x0000AC, "Wrong size on GeometryCollectionActor_RaycastSingle"); \ +static_assert(offsetof(GeometryCollectionActor_RaycastSingle, Start) == 0x000000, "Member 'GeometryCollectionActor_RaycastSingle::Start' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionActor_RaycastSingle, End) == 0x00000C, "Member 'GeometryCollectionActor_RaycastSingle::End' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionActor_RaycastSingle, OutHit) == 0x000018, "Member 'GeometryCollectionActor_RaycastSingle::OutHit' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionActor_RaycastSingle, ReturnValue) == 0x0000A8, "Member 'GeometryCollectionActor_RaycastSingle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGeometryCollectionActor \ +static_assert(alignof(AGeometryCollectionActor) == 0x000008, "Wrong alignment on AGeometryCollectionActor"); \ +static_assert(sizeof(AGeometryCollectionActor) == 0x0002B8, "Wrong size on AGeometryCollectionActor"); \ +static_assert(offsetof(AGeometryCollectionActor, GeometryCollectionComponent) == 0x0002A8, "Member 'AGeometryCollectionActor::GeometryCollectionComponent' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionActor, GeometryCollectionDebugDrawComponent) == 0x0002B0, "Member 'AGeometryCollectionActor::GeometryCollectionDebugDrawComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCollectionCache \ +static_assert(alignof(UGeometryCollectionCache) == 0x000008, "Wrong alignment on UGeometryCollectionCache"); \ +static_assert(sizeof(UGeometryCollectionCache) == 0x000058, "Wrong size on UGeometryCollectionCache"); \ +static_assert(offsetof(UGeometryCollectionCache, RecordedData) == 0x000030, "Member 'UGeometryCollectionCache::RecordedData' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionCache, SupportedCollection) == 0x000040, "Member 'UGeometryCollectionCache::SupportedCollection' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionCache, CompatibleCollectionState) == 0x000048, "Member 'UGeometryCollectionCache::CompatibleCollectionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_ApplyKinematicField \ +static_assert(alignof(GeometryCollectionComponent_ApplyKinematicField) == 0x000004, "Wrong alignment on GeometryCollectionComponent_ApplyKinematicField"); \ +static_assert(sizeof(GeometryCollectionComponent_ApplyKinematicField) == 0x000010, "Wrong size on GeometryCollectionComponent_ApplyKinematicField"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyKinematicField, Radius) == 0x000000, "Member 'GeometryCollectionComponent_ApplyKinematicField::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyKinematicField, Position) == 0x000004, "Member 'GeometryCollectionComponent_ApplyKinematicField::Position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_ApplyPhysicsField \ +static_assert(alignof(GeometryCollectionComponent_ApplyPhysicsField) == 0x000008, "Wrong alignment on GeometryCollectionComponent_ApplyPhysicsField"); \ +static_assert(sizeof(GeometryCollectionComponent_ApplyPhysicsField) == 0x000018, "Wrong size on GeometryCollectionComponent_ApplyPhysicsField"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyPhysicsField, Enabled) == 0x000000, "Member 'GeometryCollectionComponent_ApplyPhysicsField::Enabled' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyPhysicsField, Target) == 0x000001, "Member 'GeometryCollectionComponent_ApplyPhysicsField::Target' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyPhysicsField, MetaData) == 0x000008, "Member 'GeometryCollectionComponent_ApplyPhysicsField::MetaData' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyPhysicsField, Field) == 0x000010, "Member 'GeometryCollectionComponent_ApplyPhysicsField::Field' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_NetAbandonCluster \ +static_assert(alignof(GeometryCollectionComponent_NetAbandonCluster) == 0x000004, "Wrong alignment on GeometryCollectionComponent_NetAbandonCluster"); \ +static_assert(sizeof(GeometryCollectionComponent_NetAbandonCluster) == 0x000004, "Wrong size on GeometryCollectionComponent_NetAbandonCluster"); \ +static_assert(offsetof(GeometryCollectionComponent_NetAbandonCluster, TransformIndex) == 0x000000, "Member 'GeometryCollectionComponent_NetAbandonCluster::TransformIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_OnRep_RepData \ +static_assert(alignof(GeometryCollectionComponent_OnRep_RepData) == 0x000008, "Wrong alignment on GeometryCollectionComponent_OnRep_RepData"); \ +static_assert(sizeof(GeometryCollectionComponent_OnRep_RepData) == 0x000018, "Wrong size on GeometryCollectionComponent_OnRep_RepData"); \ +static_assert(offsetof(GeometryCollectionComponent_OnRep_RepData, OldData) == 0x000000, "Member 'GeometryCollectionComponent_OnRep_RepData::OldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_ReceivePhysicsCollision \ +static_assert(alignof(GeometryCollectionComponent_ReceivePhysicsCollision) == 0x000008, "Wrong alignment on GeometryCollectionComponent_ReceivePhysicsCollision"); \ +static_assert(sizeof(GeometryCollectionComponent_ReceivePhysicsCollision) == 0x000070, "Wrong size on GeometryCollectionComponent_ReceivePhysicsCollision"); \ +static_assert(offsetof(GeometryCollectionComponent_ReceivePhysicsCollision, CollisionInfo) == 0x000000, "Member 'GeometryCollectionComponent_ReceivePhysicsCollision::CollisionInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetNotifyBreaks \ +static_assert(alignof(GeometryCollectionComponent_SetNotifyBreaks) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetNotifyBreaks"); \ +static_assert(sizeof(GeometryCollectionComponent_SetNotifyBreaks) == 0x000001, "Wrong size on GeometryCollectionComponent_SetNotifyBreaks"); \ +static_assert(offsetof(GeometryCollectionComponent_SetNotifyBreaks, bNewNotifyBreaks) == 0x000000, "Member 'GeometryCollectionComponent_SetNotifyBreaks::bNewNotifyBreaks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCollectionComponent \ +static_assert(alignof(UGeometryCollectionComponent) == 0x000010, "Wrong alignment on UGeometryCollectionComponent"); \ +static_assert(sizeof(UGeometryCollectionComponent) == 0x0009C0, "Wrong size on UGeometryCollectionComponent"); \ +static_assert(offsetof(UGeometryCollectionComponent, ChaosSolverActor) == 0x000530, "Member 'UGeometryCollectionComponent::ChaosSolverActor' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, RestCollection) == 0x000618, "Member 'UGeometryCollectionComponent::RestCollection' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, InitializationFields) == 0x000620, "Member 'UGeometryCollectionComponent::InitializationFields' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, Simulating) == 0x000630, "Member 'UGeometryCollectionComponent::Simulating' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, ObjectType) == 0x000638, "Member 'UGeometryCollectionComponent::ObjectType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, EnableClustering) == 0x000639, "Member 'UGeometryCollectionComponent::EnableClustering' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, ClusterGroupIndex) == 0x00063C, "Member 'UGeometryCollectionComponent::ClusterGroupIndex' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, MaxClusterLevel) == 0x000640, "Member 'UGeometryCollectionComponent::MaxClusterLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, DamageThreshold) == 0x000648, "Member 'UGeometryCollectionComponent::DamageThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, ClusterConnectionType) == 0x000658, "Member 'UGeometryCollectionComponent::ClusterConnectionType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, CollisionGroup) == 0x00065C, "Member 'UGeometryCollectionComponent::CollisionGroup' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, CollisionSampleFraction) == 0x000660, "Member 'UGeometryCollectionComponent::CollisionSampleFraction' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, LinearEtherDrag) == 0x000664, "Member 'UGeometryCollectionComponent::LinearEtherDrag' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, AngularEtherDrag) == 0x000668, "Member 'UGeometryCollectionComponent::AngularEtherDrag' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, PhysicalMaterial) == 0x000670, "Member 'UGeometryCollectionComponent::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, InitialVelocityType) == 0x000678, "Member 'UGeometryCollectionComponent::InitialVelocityType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, InitialLinearVelocity) == 0x00067C, "Member 'UGeometryCollectionComponent::InitialLinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, InitialAngularVelocity) == 0x000688, "Member 'UGeometryCollectionComponent::InitialAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, PhysicalMaterialOverride) == 0x000698, "Member 'UGeometryCollectionComponent::PhysicalMaterialOverride' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, CacheParameters) == 0x0006A0, "Member 'UGeometryCollectionComponent::CacheParameters' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, NotifyGeometryCollectionPhysicsStateChange) == 0x0006F0, "Member 'UGeometryCollectionComponent::NotifyGeometryCollectionPhysicsStateChange' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, NotifyGeometryCollectionPhysicsLoadingStateChange) == 0x000700, "Member 'UGeometryCollectionComponent::NotifyGeometryCollectionPhysicsLoadingStateChange' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, OnChaosBreakEvent) == 0x000728, "Member 'UGeometryCollectionComponent::OnChaosBreakEvent' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, DesiredCacheTime) == 0x000738, "Member 'UGeometryCollectionComponent::DesiredCacheTime' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, CachePlayback) == 0x00073C, "Member 'UGeometryCollectionComponent::CachePlayback' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, OnChaosPhysicsCollision) == 0x000740, "Member 'UGeometryCollectionComponent::OnChaosPhysicsCollision' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bNotifyBreaks) == 0x000750, "Member 'UGeometryCollectionComponent::bNotifyBreaks' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bNotifyCollisions) == 0x000751, "Member 'UGeometryCollectionComponent::bNotifyCollisions' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bEnableReplication) == 0x000752, "Member 'UGeometryCollectionComponent::bEnableReplication' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bEnableAbandonAfterLevel) == 0x000753, "Member 'UGeometryCollectionComponent::bEnableAbandonAfterLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, ReplicationAbandonClusterLevel) == 0x000754, "Member 'UGeometryCollectionComponent::ReplicationAbandonClusterLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, RepData) == 0x000758, "Member 'UGeometryCollectionComponent::RepData' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, DummyBodySetup) == 0x000998, "Member 'UGeometryCollectionComponent::DummyBodySetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGeometryCollectionDebugDrawActor \ +static_assert(alignof(AGeometryCollectionDebugDrawActor) == 0x000008, "Wrong alignment on AGeometryCollectionDebugDrawActor"); \ +static_assert(sizeof(AGeometryCollectionDebugDrawActor) == 0x000390, "Wrong size on AGeometryCollectionDebugDrawActor"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, WarningMessage) == 0x0002A8, "Member 'AGeometryCollectionDebugDrawActor::WarningMessage' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, SelectedRigidBody) == 0x0002B0, "Member 'AGeometryCollectionDebugDrawActor::SelectedRigidBody' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawWholeCollection) == 0x0002C8, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawWholeCollection' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawHierarchy) == 0x0002C9, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawHierarchy' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawClustering) == 0x0002CA, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawClustering' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, HideGeometry) == 0x0002CB, "Member 'AGeometryCollectionDebugDrawActor::HideGeometry' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyId) == 0x0002CC, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyId' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyCollision) == 0x0002CD, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyCollision' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bCollisionAtOrigin) == 0x0002CE, "Member 'AGeometryCollectionDebugDrawActor::bCollisionAtOrigin' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyTransform) == 0x0002CF, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyTransform' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyInertia) == 0x0002D0, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyInertia' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyVelocity) == 0x0002D1, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyVelocity' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyForce) == 0x0002D2, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyForce' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyInfos) == 0x0002D3, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyInfos' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowTransformIndex) == 0x0002D4, "Member 'AGeometryCollectionDebugDrawActor::bShowTransformIndex' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowTransform) == 0x0002D5, "Member 'AGeometryCollectionDebugDrawActor::bShowTransform' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowParent) == 0x0002D6, "Member 'AGeometryCollectionDebugDrawActor::bShowParent' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowLevel) == 0x0002D7, "Member 'AGeometryCollectionDebugDrawActor::bShowLevel' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowConnectivityEdges) == 0x0002D8, "Member 'AGeometryCollectionDebugDrawActor::bShowConnectivityEdges' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowGeometryIndex) == 0x0002D9, "Member 'AGeometryCollectionDebugDrawActor::bShowGeometryIndex' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowGeometryTransform) == 0x0002DA, "Member 'AGeometryCollectionDebugDrawActor::bShowGeometryTransform' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowBoundingBox) == 0x0002DB, "Member 'AGeometryCollectionDebugDrawActor::bShowBoundingBox' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaces) == 0x0002DC, "Member 'AGeometryCollectionDebugDrawActor::bShowFaces' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaceIndices) == 0x0002DD, "Member 'AGeometryCollectionDebugDrawActor::bShowFaceIndices' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaceNormals) == 0x0002DE, "Member 'AGeometryCollectionDebugDrawActor::bShowFaceNormals' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowSingleFace) == 0x0002DF, "Member 'AGeometryCollectionDebugDrawActor::bShowSingleFace' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, SingleFaceIndex) == 0x0002E0, "Member 'AGeometryCollectionDebugDrawActor::SingleFaceIndex' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertices) == 0x0002E4, "Member 'AGeometryCollectionDebugDrawActor::bShowVertices' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertexIndices) == 0x0002E5, "Member 'AGeometryCollectionDebugDrawActor::bShowVertexIndices' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertexNormals) == 0x0002E6, "Member 'AGeometryCollectionDebugDrawActor::bShowVertexNormals' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bUseActiveVisualization) == 0x0002E7, "Member 'AGeometryCollectionDebugDrawActor::bUseActiveVisualization' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, PointThickness) == 0x0002E8, "Member 'AGeometryCollectionDebugDrawActor::PointThickness' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, LineThickness) == 0x0002EC, "Member 'AGeometryCollectionDebugDrawActor::LineThickness' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bTextShadow) == 0x0002F0, "Member 'AGeometryCollectionDebugDrawActor::bTextShadow' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, TextScale) == 0x0002F4, "Member 'AGeometryCollectionDebugDrawActor::TextScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, NormalScale) == 0x0002F8, "Member 'AGeometryCollectionDebugDrawActor::NormalScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, AxisScale) == 0x0002FC, "Member 'AGeometryCollectionDebugDrawActor::AxisScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, ArrowScale) == 0x000300, "Member 'AGeometryCollectionDebugDrawActor::ArrowScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyIdColor) == 0x000304, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyIdColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyTransformScale) == 0x000308, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyTransformScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyCollisionColor) == 0x00030C, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyCollisionColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyInertiaColor) == 0x000310, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyInertiaColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyVelocityColor) == 0x000314, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyVelocityColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyForceColor) == 0x000318, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyForceColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyInfoColor) == 0x00031C, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyInfoColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, TransformIndexColor) == 0x000320, "Member 'AGeometryCollectionDebugDrawActor::TransformIndexColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, TransformScale) == 0x000324, "Member 'AGeometryCollectionDebugDrawActor::TransformScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, LevelColor) == 0x000328, "Member 'AGeometryCollectionDebugDrawActor::LevelColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, ParentColor) == 0x00032C, "Member 'AGeometryCollectionDebugDrawActor::ParentColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, ConnectivityEdgeThickness) == 0x000330, "Member 'AGeometryCollectionDebugDrawActor::ConnectivityEdgeThickness' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, GeometryIndexColor) == 0x000334, "Member 'AGeometryCollectionDebugDrawActor::GeometryIndexColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, GeometryTransformScale) == 0x000338, "Member 'AGeometryCollectionDebugDrawActor::GeometryTransformScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, BoundingBoxColor) == 0x00033C, "Member 'AGeometryCollectionDebugDrawActor::BoundingBoxColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceColor) == 0x000340, "Member 'AGeometryCollectionDebugDrawActor::FaceColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceIndexColor) == 0x000344, "Member 'AGeometryCollectionDebugDrawActor::FaceIndexColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceNormalColor) == 0x000348, "Member 'AGeometryCollectionDebugDrawActor::FaceNormalColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, SingleFaceColor) == 0x00034C, "Member 'AGeometryCollectionDebugDrawActor::SingleFaceColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexColor) == 0x000350, "Member 'AGeometryCollectionDebugDrawActor::VertexColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexIndexColor) == 0x000354, "Member 'AGeometryCollectionDebugDrawActor::VertexIndexColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexNormalColor) == 0x000358, "Member 'AGeometryCollectionDebugDrawActor::VertexNormalColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, SpriteComponent) == 0x000360, "Member 'AGeometryCollectionDebugDrawActor::SpriteComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCollectionDebugDrawComponent \ +static_assert(alignof(UGeometryCollectionDebugDrawComponent) == 0x000008, "Wrong alignment on UGeometryCollectionDebugDrawComponent"); \ +static_assert(sizeof(UGeometryCollectionDebugDrawComponent) == 0x0000D8, "Wrong size on UGeometryCollectionDebugDrawComponent"); \ +static_assert(offsetof(UGeometryCollectionDebugDrawComponent, GeometryCollectionDebugDrawActor) == 0x0000C0, "Member 'UGeometryCollectionDebugDrawComponent::GeometryCollectionDebugDrawActor' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionDebugDrawComponent, GeometryCollectionRenderLevelSetActor) == 0x0000C8, "Member 'UGeometryCollectionDebugDrawComponent::GeometryCollectionRenderLevelSetActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCollection \ +static_assert(alignof(UGeometryCollection) == 0x000008, "Wrong alignment on UGeometryCollection"); \ +static_assert(sizeof(UGeometryCollection) == 0x000110, "Wrong size on UGeometryCollection"); \ +static_assert(offsetof(UGeometryCollection, EnableClustering) == 0x000038, "Member 'UGeometryCollection::EnableClustering' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, ClusterGroupIndex) == 0x00003C, "Member 'UGeometryCollection::ClusterGroupIndex' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, MaxClusterLevel) == 0x000040, "Member 'UGeometryCollection::MaxClusterLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, DamageThreshold) == 0x000048, "Member 'UGeometryCollection::DamageThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, ClusterConnectionType) == 0x000058, "Member 'UGeometryCollection::ClusterConnectionType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, GeometrySource) == 0x000060, "Member 'UGeometryCollection::GeometrySource' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, Materials) == 0x000070, "Member 'UGeometryCollection::Materials' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, CollisionType) == 0x000080, "Member 'UGeometryCollection::CollisionType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, ImplicitType) == 0x000081, "Member 'UGeometryCollection::ImplicitType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, MinLevelSetResolution) == 0x000084, "Member 'UGeometryCollection::MinLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, MaxLevelSetResolution) == 0x000088, "Member 'UGeometryCollection::MaxLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, MinClusterLevelSetResolution) == 0x00008C, "Member 'UGeometryCollection::MinClusterLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, MaxClusterLevelSetResolution) == 0x000090, "Member 'UGeometryCollection::MaxClusterLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, CollisionObjectReductionPercentage) == 0x000094, "Member 'UGeometryCollection::CollisionObjectReductionPercentage' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bMassAsDensity) == 0x000098, "Member 'UGeometryCollection::bMassAsDensity' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, Mass) == 0x00009C, "Member 'UGeometryCollection::Mass' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, MinimumMassClamp) == 0x0000A0, "Member 'UGeometryCollection::MinimumMassClamp' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, CollisionParticlesFraction) == 0x0000A4, "Member 'UGeometryCollection::CollisionParticlesFraction' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, MaximumCollisionParticles) == 0x0000A8, "Member 'UGeometryCollection::MaximumCollisionParticles' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, SizeSpecificData) == 0x0000B0, "Member 'UGeometryCollection::SizeSpecificData' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, EnableRemovePiecesOnFracture) == 0x0000C0, "Member 'UGeometryCollection::EnableRemovePiecesOnFracture' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, RemoveOnFractureMaterials) == 0x0000C8, "Member 'UGeometryCollection::RemoveOnFractureMaterials' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, PersistentGuid) == 0x0000D8, "Member 'UGeometryCollection::PersistentGuid' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, StateGuid) == 0x0000E8, "Member 'UGeometryCollection::StateGuid' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, BoneSelectedMaterialIndex) == 0x0000F8, "Member 'UGeometryCollection::BoneSelectedMaterialIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGeometryCollectionRenderLevelSetActor \ +static_assert(alignof(AGeometryCollectionRenderLevelSetActor) == 0x000010, "Wrong alignment on AGeometryCollectionRenderLevelSetActor"); \ +static_assert(sizeof(AGeometryCollectionRenderLevelSetActor) == 0x000340, "Wrong size on AGeometryCollectionRenderLevelSetActor"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, TargetVolumeTexture) == 0x0002A8, "Member 'AGeometryCollectionRenderLevelSetActor::TargetVolumeTexture' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, RayMarchMaterial) == 0x0002B0, "Member 'AGeometryCollectionRenderLevelSetActor::RayMarchMaterial' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, SurfaceTolerance) == 0x0002B8, "Member 'AGeometryCollectionRenderLevelSetActor::SurfaceTolerance' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, Isovalue) == 0x0002BC, "Member 'AGeometryCollectionRenderLevelSetActor::Isovalue' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, Enabled) == 0x0002C0, "Member 'AGeometryCollectionRenderLevelSetActor::Enabled' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, RenderVolumeBoundingBox) == 0x0002C1, "Member 'AGeometryCollectionRenderLevelSetActor::RenderVolumeBoundingBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshSimulationComponent_ReceivePhysicsCollision \ +static_assert(alignof(SkeletalMeshSimulationComponent_ReceivePhysicsCollision) == 0x000008, "Wrong alignment on SkeletalMeshSimulationComponent_ReceivePhysicsCollision"); \ +static_assert(sizeof(SkeletalMeshSimulationComponent_ReceivePhysicsCollision) == 0x000070, "Wrong size on SkeletalMeshSimulationComponent_ReceivePhysicsCollision"); \ +static_assert(offsetof(SkeletalMeshSimulationComponent_ReceivePhysicsCollision, CollisionInfo) == 0x000000, "Member 'SkeletalMeshSimulationComponent_ReceivePhysicsCollision::CollisionInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeletalMeshSimulationComponent \ +static_assert(alignof(USkeletalMeshSimulationComponent) == 0x000008, "Wrong alignment on USkeletalMeshSimulationComponent"); \ +static_assert(sizeof(USkeletalMeshSimulationComponent) == 0x000148, "Wrong size on USkeletalMeshSimulationComponent"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, PhysicalMaterial) == 0x0000C8, "Member 'USkeletalMeshSimulationComponent::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, ChaosSolverActor) == 0x0000D0, "Member 'USkeletalMeshSimulationComponent::ChaosSolverActor' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, OverridePhysicsAsset) == 0x0000D8, "Member 'USkeletalMeshSimulationComponent::OverridePhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, bSimulating) == 0x0000E0, "Member 'USkeletalMeshSimulationComponent::bSimulating' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, bNotifyCollisions) == 0x0000E1, "Member 'USkeletalMeshSimulationComponent::bNotifyCollisions' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, ObjectType) == 0x0000E2, "Member 'USkeletalMeshSimulationComponent::ObjectType' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, Density) == 0x0000E4, "Member 'USkeletalMeshSimulationComponent::Density' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, MinMass) == 0x0000E8, "Member 'USkeletalMeshSimulationComponent::MinMass' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, MaxMass) == 0x0000EC, "Member 'USkeletalMeshSimulationComponent::MaxMass' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, CollisionType) == 0x0000F0, "Member 'USkeletalMeshSimulationComponent::CollisionType' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, ImplicitShapeParticlesPerUnitArea) == 0x0000F4, "Member 'USkeletalMeshSimulationComponent::ImplicitShapeParticlesPerUnitArea' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, ImplicitShapeMinNumParticles) == 0x0000F8, "Member 'USkeletalMeshSimulationComponent::ImplicitShapeMinNumParticles' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, ImplicitShapeMaxNumParticles) == 0x0000FC, "Member 'USkeletalMeshSimulationComponent::ImplicitShapeMaxNumParticles' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, MinLevelSetResolution) == 0x000100, "Member 'USkeletalMeshSimulationComponent::MinLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, MaxLevelSetResolution) == 0x000104, "Member 'USkeletalMeshSimulationComponent::MaxLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, CollisionGroup) == 0x000108, "Member 'USkeletalMeshSimulationComponent::CollisionGroup' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, InitialVelocityType) == 0x00010C, "Member 'USkeletalMeshSimulationComponent::InitialVelocityType' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, InitialLinearVelocity) == 0x000110, "Member 'USkeletalMeshSimulationComponent::InitialLinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, InitialAngularVelocity) == 0x00011C, "Member 'USkeletalMeshSimulationComponent::InitialAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshSimulationComponent, OnChaosPhysicsCollision) == 0x000128, "Member 'USkeletalMeshSimulationComponent::OnChaosPhysicsCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshSimulationComponent_ReceivePhysicsCollision \ +static_assert(alignof(StaticMeshSimulationComponent_ReceivePhysicsCollision) == 0x000008, "Wrong alignment on StaticMeshSimulationComponent_ReceivePhysicsCollision"); \ +static_assert(sizeof(StaticMeshSimulationComponent_ReceivePhysicsCollision) == 0x000070, "Wrong size on StaticMeshSimulationComponent_ReceivePhysicsCollision"); \ +static_assert(offsetof(StaticMeshSimulationComponent_ReceivePhysicsCollision, CollisionInfo) == 0x000000, "Member 'StaticMeshSimulationComponent_ReceivePhysicsCollision::CollisionInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStaticMeshSimulationComponent \ +static_assert(alignof(UStaticMeshSimulationComponent) == 0x000008, "Wrong alignment on UStaticMeshSimulationComponent"); \ +static_assert(sizeof(UStaticMeshSimulationComponent) == 0x000148, "Wrong size on UStaticMeshSimulationComponent"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, Simulating) == 0x0000C8, "Member 'UStaticMeshSimulationComponent::Simulating' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, bNotifyCollisions) == 0x0000C9, "Member 'UStaticMeshSimulationComponent::bNotifyCollisions' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, ObjectType) == 0x0000CA, "Member 'UStaticMeshSimulationComponent::ObjectType' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, Mass) == 0x0000CC, "Member 'UStaticMeshSimulationComponent::Mass' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, CollisionType) == 0x0000D0, "Member 'UStaticMeshSimulationComponent::CollisionType' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, ImplicitType) == 0x0000D1, "Member 'UStaticMeshSimulationComponent::ImplicitType' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, MinLevelSetResolution) == 0x0000D4, "Member 'UStaticMeshSimulationComponent::MinLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, MaxLevelSetResolution) == 0x0000D8, "Member 'UStaticMeshSimulationComponent::MaxLevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, InitialVelocityType) == 0x0000DC, "Member 'UStaticMeshSimulationComponent::InitialVelocityType' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, InitialLinearVelocity) == 0x0000E0, "Member 'UStaticMeshSimulationComponent::InitialLinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, InitialAngularVelocity) == 0x0000EC, "Member 'UStaticMeshSimulationComponent::InitialAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, DamageThreshold) == 0x0000F8, "Member 'UStaticMeshSimulationComponent::DamageThreshold' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, PhysicalMaterial) == 0x000100, "Member 'UStaticMeshSimulationComponent::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, ChaosSolverActor) == 0x000108, "Member 'UStaticMeshSimulationComponent::ChaosSolverActor' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, OnChaosPhysicsCollision) == 0x000110, "Member 'UStaticMeshSimulationComponent::OnChaosPhysicsCollision' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshSimulationComponent, SimulatedComponents) == 0x000130, "Member 'UStaticMeshSimulationComponent::SimulatedComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_NormalChunkReplenishFeedback_C \ +static_assert(alignof(UBP_NormalChunkReplenishFeedback_C) == 0x000008, "Wrong alignment on UBP_NormalChunkReplenishFeedback_C"); \ +static_assert(sizeof(UBP_NormalChunkReplenishFeedback_C) == 0x000308, "Wrong size on UBP_NormalChunkReplenishFeedback_C"); \ + +#define DUMPER7_ASSERTS_FBrushStampData \ +static_assert(alignof(FBrushStampData) == 0x000004, "Wrong alignment on FBrushStampData"); \ +static_assert(sizeof(FBrushStampData) == 0x0000B0, "Wrong size on FBrushStampData"); \ + +#define DUMPER7_ASSERTS_FBehaviorInfo \ +static_assert(alignof(FBehaviorInfo) == 0x000008, "Wrong alignment on FBehaviorInfo"); \ +static_assert(sizeof(FBehaviorInfo) == 0x000020, "Wrong size on FBehaviorInfo"); \ +static_assert(offsetof(FBehaviorInfo, Behavior) == 0x000000, "Member 'FBehaviorInfo::Behavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputRayHit \ +static_assert(alignof(FInputRayHit) == 0x000008, "Wrong alignment on FInputRayHit"); \ +static_assert(sizeof(FInputRayHit) == 0x000028, "Wrong size on FInputRayHit"); \ + +#define DUMPER7_ASSERTS_FActiveGizmo \ +static_assert(alignof(FActiveGizmo) == 0x000008, "Wrong alignment on FActiveGizmo"); \ +static_assert(sizeof(FActiveGizmo) == 0x000030, "Wrong size on FActiveGizmo"); \ + +#define DUMPER7_ASSERTS_FGizmoFloatParameterChange \ +static_assert(alignof(FGizmoFloatParameterChange) == 0x000004, "Wrong alignment on FGizmoFloatParameterChange"); \ +static_assert(sizeof(FGizmoFloatParameterChange) == 0x000008, "Wrong size on FGizmoFloatParameterChange"); \ +static_assert(offsetof(FGizmoFloatParameterChange, InitialValue) == 0x000000, "Member 'FGizmoFloatParameterChange::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FGizmoFloatParameterChange, CurrentValue) == 0x000004, "Member 'FGizmoFloatParameterChange::CurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGizmoVec2ParameterChange \ +static_assert(alignof(FGizmoVec2ParameterChange) == 0x000004, "Wrong alignment on FGizmoVec2ParameterChange"); \ +static_assert(sizeof(FGizmoVec2ParameterChange) == 0x000010, "Wrong size on FGizmoVec2ParameterChange"); \ +static_assert(offsetof(FGizmoVec2ParameterChange, InitialValue) == 0x000000, "Member 'FGizmoVec2ParameterChange::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FGizmoVec2ParameterChange, CurrentValue) == 0x000008, "Member 'FGizmoVec2ParameterChange::CurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputBehavior \ +static_assert(alignof(UInputBehavior) == 0x000008, "Wrong alignment on UInputBehavior"); \ +static_assert(sizeof(UInputBehavior) == 0x000038, "Wrong size on UInputBehavior"); \ + +#define DUMPER7_ASSERTS_UAnyButtonInputBehavior \ +static_assert(alignof(UAnyButtonInputBehavior) == 0x000008, "Wrong alignment on UAnyButtonInputBehavior"); \ +static_assert(sizeof(UAnyButtonInputBehavior) == 0x000080, "Wrong size on UAnyButtonInputBehavior"); \ + +#define DUMPER7_ASSERTS_UInteractiveGizmoBuilder \ +static_assert(alignof(UInteractiveGizmoBuilder) == 0x000008, "Wrong alignment on UInteractiveGizmoBuilder"); \ +static_assert(sizeof(UInteractiveGizmoBuilder) == 0x000030, "Wrong size on UInteractiveGizmoBuilder"); \ + +#define DUMPER7_ASSERTS_UAxisAngleGizmoBuilder \ +static_assert(alignof(UAxisAngleGizmoBuilder) == 0x000008, "Wrong alignment on UAxisAngleGizmoBuilder"); \ +static_assert(sizeof(UAxisAngleGizmoBuilder) == 0x000030, "Wrong size on UAxisAngleGizmoBuilder"); \ + +#define DUMPER7_ASSERTS_UInteractiveGizmo \ +static_assert(alignof(UInteractiveGizmo) == 0x000008, "Wrong alignment on UInteractiveGizmo"); \ +static_assert(sizeof(UInteractiveGizmo) == 0x000040, "Wrong size on UInteractiveGizmo"); \ +static_assert(offsetof(UInteractiveGizmo, InputBehaviors) == 0x000038, "Member 'UInteractiveGizmo::InputBehaviors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMultiClickSequenceInputBehavior \ +static_assert(alignof(UMultiClickSequenceInputBehavior) == 0x000008, "Wrong alignment on UMultiClickSequenceInputBehavior"); \ +static_assert(sizeof(UMultiClickSequenceInputBehavior) == 0x000130, "Wrong size on UMultiClickSequenceInputBehavior"); \ + +#define DUMPER7_ASSERTS_UAxisAngleGizmo \ +static_assert(alignof(UAxisAngleGizmo) == 0x000008, "Wrong alignment on UAxisAngleGizmo"); \ +static_assert(sizeof(UAxisAngleGizmo) == 0x0000F8, "Wrong size on UAxisAngleGizmo"); \ +static_assert(offsetof(UAxisAngleGizmo, AxisSource) == 0x000050, "Member 'UAxisAngleGizmo::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, AngleSource) == 0x000060, "Member 'UAxisAngleGizmo::AngleSource' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, HitTarget) == 0x000070, "Member 'UAxisAngleGizmo::HitTarget' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, StateTarget) == 0x000080, "Member 'UAxisAngleGizmo::StateTarget' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, bInInteraction) == 0x000090, "Member 'UAxisAngleGizmo::bInInteraction' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, RotationOrigin) == 0x000094, "Member 'UAxisAngleGizmo::RotationOrigin' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, RotationAxis) == 0x0000A0, "Member 'UAxisAngleGizmo::RotationAxis' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, RotationPlaneX) == 0x0000AC, "Member 'UAxisAngleGizmo::RotationPlaneX' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, RotationPlaneY) == 0x0000B8, "Member 'UAxisAngleGizmo::RotationPlaneY' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, InteractionStartPoint) == 0x0000C4, "Member 'UAxisAngleGizmo::InteractionStartPoint' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, InteractionCurPoint) == 0x0000D0, "Member 'UAxisAngleGizmo::InteractionCurPoint' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, InteractionStartAngle) == 0x0000DC, "Member 'UAxisAngleGizmo::InteractionStartAngle' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, InteractionCurAngle) == 0x0000E0, "Member 'UAxisAngleGizmo::InteractionCurAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAxisPositionGizmoBuilder \ +static_assert(alignof(UAxisPositionGizmoBuilder) == 0x000008, "Wrong alignment on UAxisPositionGizmoBuilder"); \ +static_assert(sizeof(UAxisPositionGizmoBuilder) == 0x000030, "Wrong size on UAxisPositionGizmoBuilder"); \ + +#define DUMPER7_ASSERTS_UAxisPositionGizmo \ +static_assert(alignof(UAxisPositionGizmo) == 0x000008, "Wrong alignment on UAxisPositionGizmo"); \ +static_assert(sizeof(UAxisPositionGizmo) == 0x0000E0, "Wrong size on UAxisPositionGizmo"); \ +static_assert(offsetof(UAxisPositionGizmo, AxisSource) == 0x000050, "Member 'UAxisPositionGizmo::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, ParameterSource) == 0x000060, "Member 'UAxisPositionGizmo::ParameterSource' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, HitTarget) == 0x000070, "Member 'UAxisPositionGizmo::HitTarget' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, StateTarget) == 0x000080, "Member 'UAxisPositionGizmo::StateTarget' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, bEnableSignedAxis) == 0x000090, "Member 'UAxisPositionGizmo::bEnableSignedAxis' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, bInInteraction) == 0x000091, "Member 'UAxisPositionGizmo::bInInteraction' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, InteractionOrigin) == 0x000094, "Member 'UAxisPositionGizmo::InteractionOrigin' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, InteractionAxis) == 0x0000A0, "Member 'UAxisPositionGizmo::InteractionAxis' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, InteractionStartPoint) == 0x0000AC, "Member 'UAxisPositionGizmo::InteractionStartPoint' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, InteractionCurPoint) == 0x0000B8, "Member 'UAxisPositionGizmo::InteractionCurPoint' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, InteractionStartParameter) == 0x0000C4, "Member 'UAxisPositionGizmo::InteractionStartParameter' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, InteractionCurParameter) == 0x0000C8, "Member 'UAxisPositionGizmo::InteractionCurParameter' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, ParameterSign) == 0x0000CC, "Member 'UAxisPositionGizmo::ParameterSign' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoConstantAxisSource \ +static_assert(alignof(UGizmoConstantAxisSource) == 0x000008, "Wrong alignment on UGizmoConstantAxisSource"); \ +static_assert(sizeof(UGizmoConstantAxisSource) == 0x000050, "Wrong size on UGizmoConstantAxisSource"); \ +static_assert(offsetof(UGizmoConstantAxisSource, Origin) == 0x000038, "Member 'UGizmoConstantAxisSource::Origin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoConstantAxisSource, Direction) == 0x000044, "Member 'UGizmoConstantAxisSource::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoConstantFrameAxisSource \ +static_assert(alignof(UGizmoConstantFrameAxisSource) == 0x000008, "Wrong alignment on UGizmoConstantFrameAxisSource"); \ +static_assert(sizeof(UGizmoConstantFrameAxisSource) == 0x000068, "Wrong size on UGizmoConstantFrameAxisSource"); \ +static_assert(offsetof(UGizmoConstantFrameAxisSource, Origin) == 0x000038, "Member 'UGizmoConstantFrameAxisSource::Origin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoConstantFrameAxisSource, Direction) == 0x000044, "Member 'UGizmoConstantFrameAxisSource::Direction' has a wrong offset!"); \ +static_assert(offsetof(UGizmoConstantFrameAxisSource, TangentX) == 0x000050, "Member 'UGizmoConstantFrameAxisSource::TangentX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoConstantFrameAxisSource, TangentY) == 0x00005C, "Member 'UGizmoConstantFrameAxisSource::TangentY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoWorldAxisSource \ +static_assert(alignof(UGizmoWorldAxisSource) == 0x000008, "Wrong alignment on UGizmoWorldAxisSource"); \ +static_assert(sizeof(UGizmoWorldAxisSource) == 0x000048, "Wrong size on UGizmoWorldAxisSource"); \ +static_assert(offsetof(UGizmoWorldAxisSource, Origin) == 0x000038, "Member 'UGizmoWorldAxisSource::Origin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoWorldAxisSource, AxisIndex) == 0x000044, "Member 'UGizmoWorldAxisSource::AxisIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoComponentAxisSource \ +static_assert(alignof(UGizmoComponentAxisSource) == 0x000008, "Wrong alignment on UGizmoComponentAxisSource"); \ +static_assert(sizeof(UGizmoComponentAxisSource) == 0x000048, "Wrong size on UGizmoComponentAxisSource"); \ +static_assert(offsetof(UGizmoComponentAxisSource, Component) == 0x000038, "Member 'UGizmoComponentAxisSource::Component' has a wrong offset!"); \ +static_assert(offsetof(UGizmoComponentAxisSource, AxisIndex) == 0x000040, "Member 'UGizmoComponentAxisSource::AxisIndex' has a wrong offset!"); \ +static_assert(offsetof(UGizmoComponentAxisSource, bLocalAxes) == 0x000044, "Member 'UGizmoComponentAxisSource::bLocalAxes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractiveTool \ +static_assert(alignof(UInteractiveTool) == 0x000008, "Wrong alignment on UInteractiveTool"); \ +static_assert(sizeof(UInteractiveTool) == 0x000088, "Wrong size on UInteractiveTool"); \ +static_assert(offsetof(UInteractiveTool, InputBehaviors) == 0x000050, "Member 'UInteractiveTool::InputBehaviors' has a wrong offset!"); \ +static_assert(offsetof(UInteractiveTool, ToolPropertyObjects) == 0x000058, "Member 'UInteractiveTool::ToolPropertyObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMultiSelectionTool \ +static_assert(alignof(UMultiSelectionTool) == 0x000008, "Wrong alignment on UMultiSelectionTool"); \ +static_assert(sizeof(UMultiSelectionTool) == 0x000098, "Wrong size on UMultiSelectionTool"); \ + +#define DUMPER7_ASSERTS_UInteractiveToolPropertySet \ +static_assert(alignof(UInteractiveToolPropertySet) == 0x000008, "Wrong alignment on UInteractiveToolPropertySet"); \ +static_assert(sizeof(UInteractiveToolPropertySet) == 0x000068, "Wrong size on UInteractiveToolPropertySet"); \ +static_assert(offsetof(UInteractiveToolPropertySet, CachedProperties) == 0x000040, "Member 'UInteractiveToolPropertySet::CachedProperties' has a wrong offset!"); \ +static_assert(offsetof(UInteractiveToolPropertySet, bIsPropertySetEnabled) == 0x000048, "Member 'UInteractiveToolPropertySet::bIsPropertySetEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBrushBaseProperties \ +static_assert(alignof(UBrushBaseProperties) == 0x000008, "Wrong alignment on UBrushBaseProperties"); \ +static_assert(sizeof(UBrushBaseProperties) == 0x000080, "Wrong size on UBrushBaseProperties"); \ +static_assert(offsetof(UBrushBaseProperties, BrushSize) == 0x000068, "Member 'UBrushBaseProperties::BrushSize' has a wrong offset!"); \ +static_assert(offsetof(UBrushBaseProperties, bSpecifyRadius) == 0x00006C, "Member 'UBrushBaseProperties::bSpecifyRadius' has a wrong offset!"); \ +static_assert(offsetof(UBrushBaseProperties, BrushRadius) == 0x000070, "Member 'UBrushBaseProperties::BrushRadius' has a wrong offset!"); \ +static_assert(offsetof(UBrushBaseProperties, BrushStrength) == 0x000074, "Member 'UBrushBaseProperties::BrushStrength' has a wrong offset!"); \ +static_assert(offsetof(UBrushBaseProperties, BrushFalloffAmount) == 0x000078, "Member 'UBrushBaseProperties::BrushFalloffAmount' has a wrong offset!"); \ +static_assert(offsetof(UBrushBaseProperties, bShowStrength) == 0x00007C, "Member 'UBrushBaseProperties::bShowStrength' has a wrong offset!"); \ +static_assert(offsetof(UBrushBaseProperties, bShowFalloff) == 0x00007D, "Member 'UBrushBaseProperties::bShowFalloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USingleSelectionTool \ +static_assert(alignof(USingleSelectionTool) == 0x000008, "Wrong alignment on USingleSelectionTool"); \ +static_assert(sizeof(USingleSelectionTool) == 0x000090, "Wrong size on USingleSelectionTool"); \ + +#define DUMPER7_ASSERTS_UMeshSurfacePointTool \ +static_assert(alignof(UMeshSurfacePointTool) == 0x000008, "Wrong alignment on UMeshSurfacePointTool"); \ +static_assert(sizeof(UMeshSurfacePointTool) == 0x0000C8, "Wrong size on UMeshSurfacePointTool"); \ + +#define DUMPER7_ASSERTS_UGizmoBaseVec2ParameterSource \ +static_assert(alignof(UGizmoBaseVec2ParameterSource) == 0x000008, "Wrong alignment on UGizmoBaseVec2ParameterSource"); \ +static_assert(sizeof(UGizmoBaseVec2ParameterSource) == 0x000050, "Wrong size on UGizmoBaseVec2ParameterSource"); \ + +#define DUMPER7_ASSERTS_UGizmoLocalVec2ParameterSource \ +static_assert(alignof(UGizmoLocalVec2ParameterSource) == 0x000008, "Wrong alignment on UGizmoLocalVec2ParameterSource"); \ +static_assert(sizeof(UGizmoLocalVec2ParameterSource) == 0x000068, "Wrong size on UGizmoLocalVec2ParameterSource"); \ +static_assert(offsetof(UGizmoLocalVec2ParameterSource, Value) == 0x000050, "Member 'UGizmoLocalVec2ParameterSource::Value' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLocalVec2ParameterSource, LastChange) == 0x000058, "Member 'UGizmoLocalVec2ParameterSource::LastChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBaseBrushTool \ +static_assert(alignof(UBaseBrushTool) == 0x000008, "Wrong alignment on UBaseBrushTool"); \ +static_assert(sizeof(UBaseBrushTool) == 0x0001D0, "Wrong size on UBaseBrushTool"); \ +static_assert(offsetof(UBaseBrushTool, BrushProperties) == 0x0000C8, "Member 'UBaseBrushTool::BrushProperties' has a wrong offset!"); \ +static_assert(offsetof(UBaseBrushTool, bInBrushStroke) == 0x0000D0, "Member 'UBaseBrushTool::bInBrushStroke' has a wrong offset!"); \ +static_assert(offsetof(UBaseBrushTool, WorldToLocalScale) == 0x0000D4, "Member 'UBaseBrushTool::WorldToLocalScale' has a wrong offset!"); \ +static_assert(offsetof(UBaseBrushTool, LastBrushStamp) == 0x0000D8, "Member 'UBaseBrushTool::LastBrushStamp' has a wrong offset!"); \ +static_assert(offsetof(UBaseBrushTool, PropertyClass) == 0x000198, "Member 'UBaseBrushTool::PropertyClass' has a wrong offset!"); \ +static_assert(offsetof(UBaseBrushTool, BrushStampIndicator) == 0x0001C8, "Member 'UBaseBrushTool::BrushStampIndicator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBrushStampIndicatorBuilder \ +static_assert(alignof(UBrushStampIndicatorBuilder) == 0x000008, "Wrong alignment on UBrushStampIndicatorBuilder"); \ +static_assert(sizeof(UBrushStampIndicatorBuilder) == 0x000030, "Wrong size on UBrushStampIndicatorBuilder"); \ + +#define DUMPER7_ASSERTS_UBrushStampIndicator \ +static_assert(alignof(UBrushStampIndicator) == 0x000008, "Wrong alignment on UBrushStampIndicator"); \ +static_assert(sizeof(UBrushStampIndicator) == 0x0000B8, "Wrong size on UBrushStampIndicator"); \ +static_assert(offsetof(UBrushStampIndicator, BrushRadius) == 0x000040, "Member 'UBrushStampIndicator::BrushRadius' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, BrushFalloff) == 0x000044, "Member 'UBrushStampIndicator::BrushFalloff' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, BrushPosition) == 0x000048, "Member 'UBrushStampIndicator::BrushPosition' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, BrushNormal) == 0x000054, "Member 'UBrushStampIndicator::BrushNormal' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, bDrawIndicatorLines) == 0x000060, "Member 'UBrushStampIndicator::bDrawIndicatorLines' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, bDrawRadiusCircle) == 0x000061, "Member 'UBrushStampIndicator::bDrawRadiusCircle' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, SampleStepCount) == 0x000064, "Member 'UBrushStampIndicator::SampleStepCount' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, LineColor) == 0x000068, "Member 'UBrushStampIndicator::LineColor' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, LineThickness) == 0x000078, "Member 'UBrushStampIndicator::LineThickness' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, bDepthTested) == 0x00007C, "Member 'UBrushStampIndicator::bDepthTested' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, bDrawSecondaryLines) == 0x00007D, "Member 'UBrushStampIndicator::bDrawSecondaryLines' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, SecondaryLineThickness) == 0x000080, "Member 'UBrushStampIndicator::SecondaryLineThickness' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, SecondaryLineColor) == 0x000084, "Member 'UBrushStampIndicator::SecondaryLineColor' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, AttachedComponent) == 0x000098, "Member 'UBrushStampIndicator::AttachedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClickDragInputBehavior \ +static_assert(alignof(UClickDragInputBehavior) == 0x000008, "Wrong alignment on UClickDragInputBehavior"); \ +static_assert(sizeof(UClickDragInputBehavior) == 0x000140, "Wrong size on UClickDragInputBehavior"); \ +static_assert(offsetof(UClickDragInputBehavior, bUpdateModifiersDuringDrag) == 0x000120, "Member 'UClickDragInputBehavior::bUpdateModifiersDuringDrag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULocalClickDragInputBehavior \ +static_assert(alignof(ULocalClickDragInputBehavior) == 0x000008, "Wrong alignment on ULocalClickDragInputBehavior"); \ +static_assert(sizeof(ULocalClickDragInputBehavior) == 0x000280, "Wrong size on ULocalClickDragInputBehavior"); \ + +#define DUMPER7_ASSERTS_UInteractiveToolBuilder \ +static_assert(alignof(UInteractiveToolBuilder) == 0x000008, "Wrong alignment on UInteractiveToolBuilder"); \ +static_assert(sizeof(UInteractiveToolBuilder) == 0x000030, "Wrong size on UInteractiveToolBuilder"); \ + +#define DUMPER7_ASSERTS_UClickDragToolBuilder \ +static_assert(alignof(UClickDragToolBuilder) == 0x000008, "Wrong alignment on UClickDragToolBuilder"); \ +static_assert(sizeof(UClickDragToolBuilder) == 0x000030, "Wrong size on UClickDragToolBuilder"); \ + +#define DUMPER7_ASSERTS_UClickDragTool \ +static_assert(alignof(UClickDragTool) == 0x000008, "Wrong alignment on UClickDragTool"); \ +static_assert(sizeof(UClickDragTool) == 0x000090, "Wrong size on UClickDragTool"); \ + +#define DUMPER7_ASSERTS_AInternalToolFrameworkActor \ +static_assert(alignof(AInternalToolFrameworkActor) == 0x000008, "Wrong alignment on AInternalToolFrameworkActor"); \ +static_assert(sizeof(AInternalToolFrameworkActor) == 0x0002A8, "Wrong size on AInternalToolFrameworkActor"); \ + +#define DUMPER7_ASSERTS_AGizmoActor \ +static_assert(alignof(AGizmoActor) == 0x000008, "Wrong alignment on AGizmoActor"); \ +static_assert(sizeof(AGizmoActor) == 0x0002A8, "Wrong size on AGizmoActor"); \ + +#define DUMPER7_ASSERTS_GizmoBaseComponent_UpdateHoverState \ +static_assert(alignof(GizmoBaseComponent_UpdateHoverState) == 0x000001, "Wrong alignment on GizmoBaseComponent_UpdateHoverState"); \ +static_assert(sizeof(GizmoBaseComponent_UpdateHoverState) == 0x000001, "Wrong size on GizmoBaseComponent_UpdateHoverState"); \ +static_assert(offsetof(GizmoBaseComponent_UpdateHoverState, bHoveringIn) == 0x000000, "Member 'GizmoBaseComponent_UpdateHoverState::bHoveringIn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoBaseComponent_UpdateWorldLocalState \ +static_assert(alignof(GizmoBaseComponent_UpdateWorldLocalState) == 0x000001, "Wrong alignment on GizmoBaseComponent_UpdateWorldLocalState"); \ +static_assert(sizeof(GizmoBaseComponent_UpdateWorldLocalState) == 0x000001, "Wrong size on GizmoBaseComponent_UpdateWorldLocalState"); \ +static_assert(offsetof(GizmoBaseComponent_UpdateWorldLocalState, bWorldIn) == 0x000000, "Member 'GizmoBaseComponent_UpdateWorldLocalState::bWorldIn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoBaseComponent \ +static_assert(alignof(UGizmoBaseComponent) == 0x000010, "Wrong alignment on UGizmoBaseComponent"); \ +static_assert(sizeof(UGizmoBaseComponent) == 0x000520, "Wrong size on UGizmoBaseComponent"); \ +static_assert(offsetof(UGizmoBaseComponent, Color) == 0x000500, "Member 'UGizmoBaseComponent::Color' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBaseComponent, HoverSizeMultiplier) == 0x000510, "Member 'UGizmoBaseComponent::HoverSizeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBaseComponent, PixelHitDistanceThreshold) == 0x000514, "Member 'UGizmoBaseComponent::PixelHitDistanceThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoArrowComponent \ +static_assert(alignof(UGizmoArrowComponent) == 0x000010, "Wrong alignment on UGizmoArrowComponent"); \ +static_assert(sizeof(UGizmoArrowComponent) == 0x000540, "Wrong size on UGizmoArrowComponent"); \ +static_assert(offsetof(UGizmoArrowComponent, Direction) == 0x000520, "Member 'UGizmoArrowComponent::Direction' has a wrong offset!"); \ +static_assert(offsetof(UGizmoArrowComponent, Gap) == 0x00052C, "Member 'UGizmoArrowComponent::Gap' has a wrong offset!"); \ +static_assert(offsetof(UGizmoArrowComponent, Length) == 0x000530, "Member 'UGizmoArrowComponent::Length' has a wrong offset!"); \ +static_assert(offsetof(UGizmoArrowComponent, Thickness) == 0x000534, "Member 'UGizmoArrowComponent::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTransformGizmo \ +static_assert(alignof(UTransformGizmo) == 0x000010, "Wrong alignment on UTransformGizmo"); \ +static_assert(sizeof(UTransformGizmo) == 0x0001B0, "Wrong size on UTransformGizmo"); \ +static_assert(offsetof(UTransformGizmo, ActiveTarget) == 0x000048, "Member 'UTransformGizmo::ActiveTarget' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, bSnapToWorldGrid) == 0x000050, "Member 'UTransformGizmo::bSnapToWorldGrid' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, bGridSizeIsExplicit) == 0x000051, "Member 'UTransformGizmo::bGridSizeIsExplicit' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, ExplicitGridSize) == 0x000054, "Member 'UTransformGizmo::ExplicitGridSize' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, bRotationGridSizeIsExplicit) == 0x000060, "Member 'UTransformGizmo::bRotationGridSizeIsExplicit' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, ExplicitRotationGridSize) == 0x000064, "Member 'UTransformGizmo::ExplicitRotationGridSize' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, bSnapToWorldRotGrid) == 0x000070, "Member 'UTransformGizmo::bSnapToWorldRotGrid' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, bUseContextCoordinateSystem) == 0x000071, "Member 'UTransformGizmo::bUseContextCoordinateSystem' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, CurrentCoordinateSystem) == 0x000074, "Member 'UTransformGizmo::CurrentCoordinateSystem' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, ActiveComponents) == 0x000110, "Member 'UTransformGizmo::ActiveComponents' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, NonuniformScaleComponents) == 0x000120, "Member 'UTransformGizmo::NonuniformScaleComponents' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, ActiveGizmos) == 0x000130, "Member 'UTransformGizmo::ActiveGizmos' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, CameraAxisSource) == 0x000150, "Member 'UTransformGizmo::CameraAxisSource' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, AxisXSource) == 0x000158, "Member 'UTransformGizmo::AxisXSource' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, AxisYSource) == 0x000160, "Member 'UTransformGizmo::AxisYSource' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, AxisZSource) == 0x000168, "Member 'UTransformGizmo::AxisZSource' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, UnitAxisXSource) == 0x000170, "Member 'UTransformGizmo::UnitAxisXSource' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, UnitAxisYSource) == 0x000178, "Member 'UTransformGizmo::UnitAxisYSource' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, UnitAxisZSource) == 0x000180, "Member 'UTransformGizmo::UnitAxisZSource' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, StateTarget) == 0x000188, "Member 'UTransformGizmo::StateTarget' has a wrong offset!"); \ +static_assert(offsetof(UTransformGizmo, ScaledTransformSource) == 0x000190, "Member 'UTransformGizmo::ScaledTransformSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoBoxComponent \ +static_assert(alignof(UGizmoBoxComponent) == 0x000010, "Wrong alignment on UGizmoBoxComponent"); \ +static_assert(sizeof(UGizmoBoxComponent) == 0x000560, "Wrong size on UGizmoBoxComponent"); \ +static_assert(offsetof(UGizmoBoxComponent, Origin) == 0x000520, "Member 'UGizmoBoxComponent::Origin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBoxComponent, Rotation) == 0x000530, "Member 'UGizmoBoxComponent::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBoxComponent, Dimensions) == 0x000540, "Member 'UGizmoBoxComponent::Dimensions' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBoxComponent, LineThickness) == 0x00054C, "Member 'UGizmoBoxComponent::LineThickness' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBoxComponent, bRemoveHiddenLines) == 0x000550, "Member 'UGizmoBoxComponent::bRemoveHiddenLines' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBoxComponent, bEnableAxisFlip) == 0x000551, "Member 'UGizmoBoxComponent::bEnableAxisFlip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoCircleComponent \ +static_assert(alignof(UGizmoCircleComponent) == 0x000010, "Wrong alignment on UGizmoCircleComponent"); \ +static_assert(sizeof(UGizmoCircleComponent) == 0x000540, "Wrong size on UGizmoCircleComponent"); \ +static_assert(offsetof(UGizmoCircleComponent, Normal) == 0x000520, "Member 'UGizmoCircleComponent::Normal' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, Radius) == 0x00052C, "Member 'UGizmoCircleComponent::Radius' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, Thickness) == 0x000530, "Member 'UGizmoCircleComponent::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, NumSides) == 0x000534, "Member 'UGizmoCircleComponent::NumSides' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, bViewAligned) == 0x000538, "Member 'UGizmoCircleComponent::bViewAligned' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, bOnlyAllowFrontFacingHits) == 0x000539, "Member 'UGizmoCircleComponent::bOnlyAllowFrontFacingHits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USelectionSet \ +static_assert(alignof(USelectionSet) == 0x000008, "Wrong alignment on USelectionSet"); \ +static_assert(sizeof(USelectionSet) == 0x000048, "Wrong size on USelectionSet"); \ + +#define DUMPER7_ASSERTS_UMeshSelectionSet \ +static_assert(alignof(UMeshSelectionSet) == 0x000008, "Wrong alignment on UMeshSelectionSet"); \ +static_assert(sizeof(UMeshSelectionSet) == 0x000088, "Wrong size on UMeshSelectionSet"); \ +static_assert(offsetof(UMeshSelectionSet, Vertices) == 0x000048, "Member 'UMeshSelectionSet::Vertices' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionSet, Edges) == 0x000058, "Member 'UMeshSelectionSet::Edges' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionSet, Faces) == 0x000068, "Member 'UMeshSelectionSet::Faces' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionSet, Groups) == 0x000078, "Member 'UMeshSelectionSet::Groups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoTransformSource_SetTransform \ +static_assert(alignof(GizmoTransformSource_SetTransform) == 0x000010, "Wrong alignment on GizmoTransformSource_SetTransform"); \ +static_assert(sizeof(GizmoTransformSource_SetTransform) == 0x000030, "Wrong size on GizmoTransformSource_SetTransform"); \ +static_assert(offsetof(GizmoTransformSource_SetTransform, NewTransform) == 0x000000, "Member 'GizmoTransformSource_SetTransform::NewTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoTransformSource_GetTransform \ +static_assert(alignof(GizmoTransformSource_GetTransform) == 0x000010, "Wrong alignment on GizmoTransformSource_GetTransform"); \ +static_assert(sizeof(GizmoTransformSource_GetTransform) == 0x000030, "Wrong size on GizmoTransformSource_GetTransform"); \ +static_assert(offsetof(GizmoTransformSource_GetTransform, ReturnValue) == 0x000000, "Member 'GizmoTransformSource_GetTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGizmoTransformSource \ +static_assert(alignof(IGizmoTransformSource) == 0x000001, "Wrong alignment on IGizmoTransformSource"); \ +static_assert(sizeof(IGizmoTransformSource) == 0x000001, "Wrong size on IGizmoTransformSource"); \ + +#define DUMPER7_ASSERTS_GizmoAxisSource_GetDirection \ +static_assert(alignof(GizmoAxisSource_GetDirection) == 0x000004, "Wrong alignment on GizmoAxisSource_GetDirection"); \ +static_assert(sizeof(GizmoAxisSource_GetDirection) == 0x00000C, "Wrong size on GizmoAxisSource_GetDirection"); \ +static_assert(offsetof(GizmoAxisSource_GetDirection, ReturnValue) == 0x000000, "Member 'GizmoAxisSource_GetDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoAxisSource_GetOrigin \ +static_assert(alignof(GizmoAxisSource_GetOrigin) == 0x000004, "Wrong alignment on GizmoAxisSource_GetOrigin"); \ +static_assert(sizeof(GizmoAxisSource_GetOrigin) == 0x00000C, "Wrong size on GizmoAxisSource_GetOrigin"); \ +static_assert(offsetof(GizmoAxisSource_GetOrigin, ReturnValue) == 0x000000, "Member 'GizmoAxisSource_GetOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoAxisSource_GetTangentVectors \ +static_assert(alignof(GizmoAxisSource_GetTangentVectors) == 0x000004, "Wrong alignment on GizmoAxisSource_GetTangentVectors"); \ +static_assert(sizeof(GizmoAxisSource_GetTangentVectors) == 0x000018, "Wrong size on GizmoAxisSource_GetTangentVectors"); \ +static_assert(offsetof(GizmoAxisSource_GetTangentVectors, TangentXOut) == 0x000000, "Member 'GizmoAxisSource_GetTangentVectors::TangentXOut' has a wrong offset!"); \ +static_assert(offsetof(GizmoAxisSource_GetTangentVectors, TangentYOut) == 0x00000C, "Member 'GizmoAxisSource_GetTangentVectors::TangentYOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoAxisSource_HasTangentVectors \ +static_assert(alignof(GizmoAxisSource_HasTangentVectors) == 0x000001, "Wrong alignment on GizmoAxisSource_HasTangentVectors"); \ +static_assert(sizeof(GizmoAxisSource_HasTangentVectors) == 0x000001, "Wrong size on GizmoAxisSource_HasTangentVectors"); \ +static_assert(offsetof(GizmoAxisSource_HasTangentVectors, ReturnValue) == 0x000000, "Member 'GizmoAxisSource_HasTangentVectors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGizmoAxisSource \ +static_assert(alignof(IGizmoAxisSource) == 0x000001, "Wrong alignment on IGizmoAxisSource"); \ +static_assert(sizeof(IGizmoAxisSource) == 0x000001, "Wrong size on IGizmoAxisSource"); \ + +#define DUMPER7_ASSERTS_GizmoClickTarget_UpdateHoverState \ +static_assert(alignof(GizmoClickTarget_UpdateHoverState) == 0x000001, "Wrong alignment on GizmoClickTarget_UpdateHoverState"); \ +static_assert(sizeof(GizmoClickTarget_UpdateHoverState) == 0x000001, "Wrong size on GizmoClickTarget_UpdateHoverState"); \ +static_assert(offsetof(GizmoClickTarget_UpdateHoverState, bHovering) == 0x000000, "Member 'GizmoClickTarget_UpdateHoverState::bHovering' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGizmoClickTarget \ +static_assert(alignof(IGizmoClickTarget) == 0x000001, "Wrong alignment on IGizmoClickTarget"); \ +static_assert(sizeof(IGizmoClickTarget) == 0x000001, "Wrong size on IGizmoClickTarget"); \ + +#define DUMPER7_ASSERTS_IGizmoStateTarget \ +static_assert(alignof(IGizmoStateTarget) == 0x000001, "Wrong alignment on IGizmoStateTarget"); \ +static_assert(sizeof(IGizmoStateTarget) == 0x000001, "Wrong size on IGizmoStateTarget"); \ + +#define DUMPER7_ASSERTS_GizmoFloatParameterSource_SetParameter \ +static_assert(alignof(GizmoFloatParameterSource_SetParameter) == 0x000004, "Wrong alignment on GizmoFloatParameterSource_SetParameter"); \ +static_assert(sizeof(GizmoFloatParameterSource_SetParameter) == 0x000004, "Wrong size on GizmoFloatParameterSource_SetParameter"); \ +static_assert(offsetof(GizmoFloatParameterSource_SetParameter, NewValue) == 0x000000, "Member 'GizmoFloatParameterSource_SetParameter::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoFloatParameterSource_GetParameter \ +static_assert(alignof(GizmoFloatParameterSource_GetParameter) == 0x000004, "Wrong alignment on GizmoFloatParameterSource_GetParameter"); \ +static_assert(sizeof(GizmoFloatParameterSource_GetParameter) == 0x000004, "Wrong size on GizmoFloatParameterSource_GetParameter"); \ +static_assert(offsetof(GizmoFloatParameterSource_GetParameter, ReturnValue) == 0x000000, "Member 'GizmoFloatParameterSource_GetParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGizmoFloatParameterSource \ +static_assert(alignof(IGizmoFloatParameterSource) == 0x000001, "Wrong alignment on IGizmoFloatParameterSource"); \ +static_assert(sizeof(IGizmoFloatParameterSource) == 0x000001, "Wrong size on IGizmoFloatParameterSource"); \ + +#define DUMPER7_ASSERTS_GizmoVec2ParameterSource_SetParameter \ +static_assert(alignof(GizmoVec2ParameterSource_SetParameter) == 0x000004, "Wrong alignment on GizmoVec2ParameterSource_SetParameter"); \ +static_assert(sizeof(GizmoVec2ParameterSource_SetParameter) == 0x000008, "Wrong size on GizmoVec2ParameterSource_SetParameter"); \ +static_assert(offsetof(GizmoVec2ParameterSource_SetParameter, NewValue) == 0x000000, "Member 'GizmoVec2ParameterSource_SetParameter::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoVec2ParameterSource_GetParameter \ +static_assert(alignof(GizmoVec2ParameterSource_GetParameter) == 0x000004, "Wrong alignment on GizmoVec2ParameterSource_GetParameter"); \ +static_assert(sizeof(GizmoVec2ParameterSource_GetParameter) == 0x000008, "Wrong size on GizmoVec2ParameterSource_GetParameter"); \ +static_assert(offsetof(GizmoVec2ParameterSource_GetParameter, ReturnValue) == 0x000000, "Member 'GizmoVec2ParameterSource_GetParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGizmoVec2ParameterSource \ +static_assert(alignof(IGizmoVec2ParameterSource) == 0x000001, "Wrong alignment on IGizmoVec2ParameterSource"); \ +static_assert(sizeof(IGizmoVec2ParameterSource) == 0x000001, "Wrong size on IGizmoVec2ParameterSource"); \ + +#define DUMPER7_ASSERTS_UGizmoLineHandleComponent \ +static_assert(alignof(UGizmoLineHandleComponent) == 0x000010, "Wrong alignment on UGizmoLineHandleComponent"); \ +static_assert(sizeof(UGizmoLineHandleComponent) == 0x000550, "Wrong size on UGizmoLineHandleComponent"); \ +static_assert(offsetof(UGizmoLineHandleComponent, Normal) == 0x000520, "Member 'UGizmoLineHandleComponent::Normal' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLineHandleComponent, HandleSize) == 0x00052C, "Member 'UGizmoLineHandleComponent::HandleSize' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLineHandleComponent, Thickness) == 0x000530, "Member 'UGizmoLineHandleComponent::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLineHandleComponent, Direction) == 0x000534, "Member 'UGizmoLineHandleComponent::Direction' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLineHandleComponent, Length) == 0x000540, "Member 'UGizmoLineHandleComponent::Length' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLineHandleComponent, bImageScale) == 0x000544, "Member 'UGizmoLineHandleComponent::bImageScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMouseHoverBehavior \ +static_assert(alignof(UMouseHoverBehavior) == 0x000008, "Wrong alignment on UMouseHoverBehavior"); \ +static_assert(sizeof(UMouseHoverBehavior) == 0x0000A0, "Wrong size on UMouseHoverBehavior"); \ + +#define DUMPER7_ASSERTS_UGizmoRectangleComponent \ +static_assert(alignof(UGizmoRectangleComponent) == 0x000010, "Wrong alignment on UGizmoRectangleComponent"); \ +static_assert(sizeof(UGizmoRectangleComponent) == 0x000550, "Wrong size on UGizmoRectangleComponent"); \ +static_assert(offsetof(UGizmoRectangleComponent, DirectionX) == 0x000520, "Member 'UGizmoRectangleComponent::DirectionX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, DirectionY) == 0x00052C, "Member 'UGizmoRectangleComponent::DirectionY' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, OffsetX) == 0x000538, "Member 'UGizmoRectangleComponent::OffsetX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, OffsetY) == 0x00053C, "Member 'UGizmoRectangleComponent::OffsetY' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, LengthX) == 0x000540, "Member 'UGizmoRectangleComponent::LengthX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, LengthY) == 0x000544, "Member 'UGizmoRectangleComponent::LengthY' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, Thickness) == 0x000548, "Member 'UGizmoRectangleComponent::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, SegmentFlags) == 0x00054C, "Member 'UGizmoRectangleComponent::SegmentFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATransformGizmoActor \ +static_assert(alignof(ATransformGizmoActor) == 0x000008, "Wrong alignment on ATransformGizmoActor"); \ +static_assert(sizeof(ATransformGizmoActor) == 0x000328, "Wrong size on ATransformGizmoActor"); \ +static_assert(offsetof(ATransformGizmoActor, TranslateX) == 0x0002A8, "Member 'ATransformGizmoActor::TranslateX' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, TranslateY) == 0x0002B0, "Member 'ATransformGizmoActor::TranslateY' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, TranslateZ) == 0x0002B8, "Member 'ATransformGizmoActor::TranslateZ' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, TranslateYZ) == 0x0002C0, "Member 'ATransformGizmoActor::TranslateYZ' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, TranslateXZ) == 0x0002C8, "Member 'ATransformGizmoActor::TranslateXZ' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, TranslateXY) == 0x0002D0, "Member 'ATransformGizmoActor::TranslateXY' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, RotateX) == 0x0002D8, "Member 'ATransformGizmoActor::RotateX' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, RotateY) == 0x0002E0, "Member 'ATransformGizmoActor::RotateY' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, RotateZ) == 0x0002E8, "Member 'ATransformGizmoActor::RotateZ' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, UniformScale) == 0x0002F0, "Member 'ATransformGizmoActor::UniformScale' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, AxisScaleX) == 0x0002F8, "Member 'ATransformGizmoActor::AxisScaleX' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, AxisScaleY) == 0x000300, "Member 'ATransformGizmoActor::AxisScaleY' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, AxisScaleZ) == 0x000308, "Member 'ATransformGizmoActor::AxisScaleZ' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, PlaneScaleYZ) == 0x000310, "Member 'ATransformGizmoActor::PlaneScaleYZ' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, PlaneScaleXZ) == 0x000318, "Member 'ATransformGizmoActor::PlaneScaleXZ' has a wrong offset!"); \ +static_assert(offsetof(ATransformGizmoActor, PlaneScaleXY) == 0x000320, "Member 'ATransformGizmoActor::PlaneScaleXY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoLambdaHitTarget \ +static_assert(alignof(UGizmoLambdaHitTarget) == 0x000008, "Wrong alignment on UGizmoLambdaHitTarget"); \ +static_assert(sizeof(UGizmoLambdaHitTarget) == 0x0000C0, "Wrong size on UGizmoLambdaHitTarget"); \ + +#define DUMPER7_ASSERTS_UGizmoBaseFloatParameterSource \ +static_assert(alignof(UGizmoBaseFloatParameterSource) == 0x000008, "Wrong alignment on UGizmoBaseFloatParameterSource"); \ +static_assert(sizeof(UGizmoBaseFloatParameterSource) == 0x000050, "Wrong size on UGizmoBaseFloatParameterSource"); \ + +#define DUMPER7_ASSERTS_UGizmoAxisTranslationParameterSource \ +static_assert(alignof(UGizmoAxisTranslationParameterSource) == 0x000010, "Wrong alignment on UGizmoAxisTranslationParameterSource"); \ +static_assert(sizeof(UGizmoAxisTranslationParameterSource) == 0x000110, "Wrong size on UGizmoAxisTranslationParameterSource"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, AxisSource) == 0x000090, "Member 'UGizmoAxisTranslationParameterSource::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, TransformSource) == 0x0000A0, "Member 'UGizmoAxisTranslationParameterSource::TransformSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, Parameter) == 0x0000B0, "Member 'UGizmoAxisTranslationParameterSource::Parameter' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, LastChange) == 0x0000B4, "Member 'UGizmoAxisTranslationParameterSource::LastChange' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, CurTranslationAxis) == 0x0000BC, "Member 'UGizmoAxisTranslationParameterSource::CurTranslationAxis' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, CurTranslationOrigin) == 0x0000C8, "Member 'UGizmoAxisTranslationParameterSource::CurTranslationOrigin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, InitialTransform) == 0x0000E0, "Member 'UGizmoAxisTranslationParameterSource::InitialTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoComponentHitTarget \ +static_assert(alignof(UGizmoComponentHitTarget) == 0x000010, "Wrong alignment on UGizmoComponentHitTarget"); \ +static_assert(sizeof(UGizmoComponentHitTarget) == 0x000080, "Wrong size on UGizmoComponentHitTarget"); \ +static_assert(offsetof(UGizmoComponentHitTarget, Component) == 0x000038, "Member 'UGizmoComponentHitTarget::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputBehaviorSet \ +static_assert(alignof(UInputBehaviorSet) == 0x000008, "Wrong alignment on UInputBehaviorSet"); \ +static_assert(sizeof(UInputBehaviorSet) == 0x000040, "Wrong size on UInputBehaviorSet"); \ +static_assert(offsetof(UInputBehaviorSet, Behaviors) == 0x000030, "Member 'UInputBehaviorSet::Behaviors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IInputBehaviorSource \ +static_assert(alignof(IInputBehaviorSource) == 0x000001, "Wrong alignment on IInputBehaviorSource"); \ +static_assert(sizeof(IInputBehaviorSource) == 0x000001, "Wrong size on IInputBehaviorSource"); \ + +#define DUMPER7_ASSERTS_UGizmoLocalFloatParameterSource \ +static_assert(alignof(UGizmoLocalFloatParameterSource) == 0x000008, "Wrong alignment on UGizmoLocalFloatParameterSource"); \ +static_assert(sizeof(UGizmoLocalFloatParameterSource) == 0x000060, "Wrong size on UGizmoLocalFloatParameterSource"); \ +static_assert(offsetof(UGizmoLocalFloatParameterSource, Value) == 0x000050, "Member 'UGizmoLocalFloatParameterSource::Value' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLocalFloatParameterSource, LastChange) == 0x000054, "Member 'UGizmoLocalFloatParameterSource::LastChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputRouter \ +static_assert(alignof(UInputRouter) == 0x000008, "Wrong alignment on UInputRouter"); \ +static_assert(sizeof(UInputRouter) == 0x0000B8, "Wrong size on UInputRouter"); \ +static_assert(offsetof(UInputRouter, bAutoInvalidateOnHover) == 0x000030, "Member 'UInputRouter::bAutoInvalidateOnHover' has a wrong offset!"); \ +static_assert(offsetof(UInputRouter, bAutoInvalidateOnCapture) == 0x000031, "Member 'UInputRouter::bAutoInvalidateOnCapture' has a wrong offset!"); \ +static_assert(offsetof(UInputRouter, ActiveInputBehaviors) == 0x000040, "Member 'UInputRouter::ActiveInputBehaviors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractionMechanic \ +static_assert(alignof(UInteractionMechanic) == 0x000008, "Wrong alignment on UInteractionMechanic"); \ +static_assert(sizeof(UInteractionMechanic) == 0x000038, "Wrong size on UInteractionMechanic"); \ + +#define DUMPER7_ASSERTS_UInteractiveGizmoManager \ +static_assert(alignof(UInteractiveGizmoManager) == 0x000008, "Wrong alignment on UInteractiveGizmoManager"); \ +static_assert(sizeof(UInteractiveGizmoManager) == 0x0000C0, "Wrong size on UInteractiveGizmoManager"); \ +static_assert(offsetof(UInteractiveGizmoManager, ActiveGizmos) == 0x000038, "Member 'UInteractiveGizmoManager::ActiveGizmos' has a wrong offset!"); \ +static_assert(offsetof(UInteractiveGizmoManager, GizmoBuilders) == 0x000060, "Member 'UInteractiveGizmoManager::GizmoBuilders' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IToolContextTransactionProvider \ +static_assert(alignof(IToolContextTransactionProvider) == 0x000001, "Wrong alignment on IToolContextTransactionProvider"); \ +static_assert(sizeof(IToolContextTransactionProvider) == 0x000001, "Wrong size on IToolContextTransactionProvider"); \ + +#define DUMPER7_ASSERTS_UInteractiveToolManager \ +static_assert(alignof(UInteractiveToolManager) == 0x000008, "Wrong alignment on UInteractiveToolManager"); \ +static_assert(sizeof(UInteractiveToolManager) == 0x000140, "Wrong size on UInteractiveToolManager"); \ +static_assert(offsetof(UInteractiveToolManager, ActiveLeftTool) == 0x000038, "Member 'UInteractiveToolManager::ActiveLeftTool' has a wrong offset!"); \ +static_assert(offsetof(UInteractiveToolManager, ActiveRightTool) == 0x000040, "Member 'UInteractiveToolManager::ActiveRightTool' has a wrong offset!"); \ +static_assert(offsetof(UInteractiveToolManager, ToolBuilders) == 0x000098, "Member 'UInteractiveToolManager::ToolBuilders' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IToolFrameworkComponent \ +static_assert(alignof(IToolFrameworkComponent) == 0x000001, "Wrong alignment on IToolFrameworkComponent"); \ +static_assert(sizeof(IToolFrameworkComponent) == 0x000001, "Wrong size on IToolFrameworkComponent"); \ + +#define DUMPER7_ASSERTS_UInteractiveToolsContext \ +static_assert(alignof(UInteractiveToolsContext) == 0x000008, "Wrong alignment on UInteractiveToolsContext"); \ +static_assert(sizeof(UInteractiveToolsContext) == 0x0000A8, "Wrong size on UInteractiveToolsContext"); \ +static_assert(offsetof(UInteractiveToolsContext, InputRouter) == 0x000060, "Member 'UInteractiveToolsContext::InputRouter' has a wrong offset!"); \ +static_assert(offsetof(UInteractiveToolsContext, ToolManager) == 0x000068, "Member 'UInteractiveToolsContext::ToolManager' has a wrong offset!"); \ +static_assert(offsetof(UInteractiveToolsContext, GizmoManager) == 0x000070, "Member 'UInteractiveToolsContext::GizmoManager' has a wrong offset!"); \ +static_assert(offsetof(UInteractiveToolsContext, ToolManagerClass) == 0x000078, "Member 'UInteractiveToolsContext::ToolManagerClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIntervalGizmoActor \ +static_assert(alignof(AIntervalGizmoActor) == 0x000008, "Wrong alignment on AIntervalGizmoActor"); \ +static_assert(sizeof(AIntervalGizmoActor) == 0x0002C0, "Wrong size on AIntervalGizmoActor"); \ +static_assert(offsetof(AIntervalGizmoActor, UpIntervalComponent) == 0x0002A8, "Member 'AIntervalGizmoActor::UpIntervalComponent' has a wrong offset!"); \ +static_assert(offsetof(AIntervalGizmoActor, DownIntervalComponent) == 0x0002B0, "Member 'AIntervalGizmoActor::DownIntervalComponent' has a wrong offset!"); \ +static_assert(offsetof(AIntervalGizmoActor, ForwardIntervalComponent) == 0x0002B8, "Member 'AIntervalGizmoActor::ForwardIntervalComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIntervalGizmoBuilder \ +static_assert(alignof(UIntervalGizmoBuilder) == 0x000008, "Wrong alignment on UIntervalGizmoBuilder"); \ +static_assert(sizeof(UIntervalGizmoBuilder) == 0x0000C0, "Wrong size on UIntervalGizmoBuilder"); \ + +#define DUMPER7_ASSERTS_UIntervalGizmo \ +static_assert(alignof(UIntervalGizmo) == 0x000010, "Wrong alignment on UIntervalGizmo"); \ +static_assert(sizeof(UIntervalGizmo) == 0x000140, "Wrong size on UIntervalGizmo"); \ +static_assert(offsetof(UIntervalGizmo, StateTarget) == 0x000040, "Member 'UIntervalGizmo::StateTarget' has a wrong offset!"); \ +static_assert(offsetof(UIntervalGizmo, TransformProxy) == 0x000058, "Member 'UIntervalGizmo::TransformProxy' has a wrong offset!"); \ +static_assert(offsetof(UIntervalGizmo, ActiveComponents) == 0x000060, "Member 'UIntervalGizmo::ActiveComponents' has a wrong offset!"); \ +static_assert(offsetof(UIntervalGizmo, ActiveGizmos) == 0x000070, "Member 'UIntervalGizmo::ActiveGizmos' has a wrong offset!"); \ +static_assert(offsetof(UIntervalGizmo, AxisYSource) == 0x000098, "Member 'UIntervalGizmo::AxisYSource' has a wrong offset!"); \ +static_assert(offsetof(UIntervalGizmo, AxisZSource) == 0x0000A0, "Member 'UIntervalGizmo::AxisZSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoAxisIntervalParameterSource \ +static_assert(alignof(UGizmoAxisIntervalParameterSource) == 0x000008, "Wrong alignment on UGizmoAxisIntervalParameterSource"); \ +static_assert(sizeof(UGizmoAxisIntervalParameterSource) == 0x000068, "Wrong size on UGizmoAxisIntervalParameterSource"); \ +static_assert(offsetof(UGizmoAxisIntervalParameterSource, FloatParameterSource) == 0x000050, "Member 'UGizmoAxisIntervalParameterSource::FloatParameterSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisIntervalParameterSource, MinParameter) == 0x000060, "Member 'UGizmoAxisIntervalParameterSource::MinParameter' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisIntervalParameterSource, MaxParameter) == 0x000064, "Member 'UGizmoAxisIntervalParameterSource::MaxParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKeyAsModifierInputBehavior \ +static_assert(alignof(UKeyAsModifierInputBehavior) == 0x000008, "Wrong alignment on UKeyAsModifierInputBehavior"); \ +static_assert(sizeof(UKeyAsModifierInputBehavior) == 0x000130, "Wrong size on UKeyAsModifierInputBehavior"); \ + +#define DUMPER7_ASSERTS_UMeshSurfacePointToolBuilder \ +static_assert(alignof(UMeshSurfacePointToolBuilder) == 0x000008, "Wrong alignment on UMeshSurfacePointToolBuilder"); \ +static_assert(sizeof(UMeshSurfacePointToolBuilder) == 0x000038, "Wrong size on UMeshSurfacePointToolBuilder"); \ + +#define DUMPER7_ASSERTS_UGizmoPlaneTranslationParameterSource \ +static_assert(alignof(UGizmoPlaneTranslationParameterSource) == 0x000010, "Wrong alignment on UGizmoPlaneTranslationParameterSource"); \ +static_assert(sizeof(UGizmoPlaneTranslationParameterSource) == 0x000130, "Wrong size on UGizmoPlaneTranslationParameterSource"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, AxisSource) == 0x000090, "Member 'UGizmoPlaneTranslationParameterSource::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, TransformSource) == 0x0000A0, "Member 'UGizmoPlaneTranslationParameterSource::TransformSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, Parameter) == 0x0000B0, "Member 'UGizmoPlaneTranslationParameterSource::Parameter' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, LastChange) == 0x0000B8, "Member 'UGizmoPlaneTranslationParameterSource::LastChange' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, CurTranslationOrigin) == 0x0000C8, "Member 'UGizmoPlaneTranslationParameterSource::CurTranslationOrigin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, CurTranslationNormal) == 0x0000D4, "Member 'UGizmoPlaneTranslationParameterSource::CurTranslationNormal' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, CurTranslationAxisX) == 0x0000E0, "Member 'UGizmoPlaneTranslationParameterSource::CurTranslationAxisX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, CurTranslationAxisY) == 0x0000EC, "Member 'UGizmoPlaneTranslationParameterSource::CurTranslationAxisY' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, InitialTransform) == 0x000100, "Member 'UGizmoPlaneTranslationParameterSource::InitialTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoAxisRotationParameterSource \ +static_assert(alignof(UGizmoAxisRotationParameterSource) == 0x000010, "Wrong alignment on UGizmoAxisRotationParameterSource"); \ +static_assert(sizeof(UGizmoAxisRotationParameterSource) == 0x000110, "Wrong size on UGizmoAxisRotationParameterSource"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, AxisSource) == 0x000090, "Member 'UGizmoAxisRotationParameterSource::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, TransformSource) == 0x0000A0, "Member 'UGizmoAxisRotationParameterSource::TransformSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, Angle) == 0x0000B0, "Member 'UGizmoAxisRotationParameterSource::Angle' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, LastChange) == 0x0000B4, "Member 'UGizmoAxisRotationParameterSource::LastChange' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, CurRotationAxis) == 0x0000BC, "Member 'UGizmoAxisRotationParameterSource::CurRotationAxis' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, CurRotationOrigin) == 0x0000C8, "Member 'UGizmoAxisRotationParameterSource::CurRotationOrigin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, InitialTransform) == 0x0000E0, "Member 'UGizmoAxisRotationParameterSource::InitialTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoUniformScaleParameterSource \ +static_assert(alignof(UGizmoUniformScaleParameterSource) == 0x000010, "Wrong alignment on UGizmoUniformScaleParameterSource"); \ +static_assert(sizeof(UGizmoUniformScaleParameterSource) == 0x0000F0, "Wrong size on UGizmoUniformScaleParameterSource"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, AxisSource) == 0x000050, "Member 'UGizmoUniformScaleParameterSource::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, TransformSource) == 0x000060, "Member 'UGizmoUniformScaleParameterSource::TransformSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, ScaleMultiplier) == 0x000070, "Member 'UGizmoUniformScaleParameterSource::ScaleMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, Parameter) == 0x000074, "Member 'UGizmoUniformScaleParameterSource::Parameter' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, LastChange) == 0x00007C, "Member 'UGizmoUniformScaleParameterSource::LastChange' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, CurScaleOrigin) == 0x00008C, "Member 'UGizmoUniformScaleParameterSource::CurScaleOrigin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, CurScaleNormal) == 0x000098, "Member 'UGizmoUniformScaleParameterSource::CurScaleNormal' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, CurScaleAxisX) == 0x0000A4, "Member 'UGizmoUniformScaleParameterSource::CurScaleAxisX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, CurScaleAxisY) == 0x0000B0, "Member 'UGizmoUniformScaleParameterSource::CurScaleAxisY' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, InitialTransform) == 0x0000C0, "Member 'UGizmoUniformScaleParameterSource::InitialTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoAxisScaleParameterSource \ +static_assert(alignof(UGizmoAxisScaleParameterSource) == 0x000010, "Wrong alignment on UGizmoAxisScaleParameterSource"); \ +static_assert(sizeof(UGizmoAxisScaleParameterSource) == 0x0000D0, "Wrong size on UGizmoAxisScaleParameterSource"); \ +static_assert(offsetof(UGizmoAxisScaleParameterSource, AxisSource) == 0x000050, "Member 'UGizmoAxisScaleParameterSource::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisScaleParameterSource, TransformSource) == 0x000060, "Member 'UGizmoAxisScaleParameterSource::TransformSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisScaleParameterSource, ScaleMultiplier) == 0x000070, "Member 'UGizmoAxisScaleParameterSource::ScaleMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisScaleParameterSource, Parameter) == 0x000074, "Member 'UGizmoAxisScaleParameterSource::Parameter' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisScaleParameterSource, LastChange) == 0x000078, "Member 'UGizmoAxisScaleParameterSource::LastChange' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisScaleParameterSource, CurScaleAxis) == 0x000080, "Member 'UGizmoAxisScaleParameterSource::CurScaleAxis' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisScaleParameterSource, CurScaleOrigin) == 0x00008C, "Member 'UGizmoAxisScaleParameterSource::CurScaleOrigin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisScaleParameterSource, InitialTransform) == 0x0000A0, "Member 'UGizmoAxisScaleParameterSource::InitialTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoPlaneScaleParameterSource \ +static_assert(alignof(UGizmoPlaneScaleParameterSource) == 0x000010, "Wrong alignment on UGizmoPlaneScaleParameterSource"); \ +static_assert(sizeof(UGizmoPlaneScaleParameterSource) == 0x000130, "Wrong size on UGizmoPlaneScaleParameterSource"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, AxisSource) == 0x000090, "Member 'UGizmoPlaneScaleParameterSource::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, TransformSource) == 0x0000A0, "Member 'UGizmoPlaneScaleParameterSource::TransformSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, ScaleMultiplier) == 0x0000B0, "Member 'UGizmoPlaneScaleParameterSource::ScaleMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, Parameter) == 0x0000B4, "Member 'UGizmoPlaneScaleParameterSource::Parameter' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, LastChange) == 0x0000BC, "Member 'UGizmoPlaneScaleParameterSource::LastChange' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, CurScaleOrigin) == 0x0000CC, "Member 'UGizmoPlaneScaleParameterSource::CurScaleOrigin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, CurScaleNormal) == 0x0000D8, "Member 'UGizmoPlaneScaleParameterSource::CurScaleNormal' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, CurScaleAxisX) == 0x0000E4, "Member 'UGizmoPlaneScaleParameterSource::CurScaleAxisX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, CurScaleAxisY) == 0x0000F0, "Member 'UGizmoPlaneScaleParameterSource::CurScaleAxisY' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, InitialTransform) == 0x000100, "Member 'UGizmoPlaneScaleParameterSource::InitialTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlanePositionGizmoBuilder \ +static_assert(alignof(UPlanePositionGizmoBuilder) == 0x000008, "Wrong alignment on UPlanePositionGizmoBuilder"); \ +static_assert(sizeof(UPlanePositionGizmoBuilder) == 0x000030, "Wrong size on UPlanePositionGizmoBuilder"); \ + +#define DUMPER7_ASSERTS_UPlanePositionGizmo \ +static_assert(alignof(UPlanePositionGizmo) == 0x000008, "Wrong alignment on UPlanePositionGizmo"); \ +static_assert(sizeof(UPlanePositionGizmo) == 0x000108, "Wrong size on UPlanePositionGizmo"); \ +static_assert(offsetof(UPlanePositionGizmo, AxisSource) == 0x000050, "Member 'UPlanePositionGizmo::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, ParameterSource) == 0x000060, "Member 'UPlanePositionGizmo::ParameterSource' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, HitTarget) == 0x000070, "Member 'UPlanePositionGizmo::HitTarget' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, StateTarget) == 0x000080, "Member 'UPlanePositionGizmo::StateTarget' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, bEnableSignedAxis) == 0x000090, "Member 'UPlanePositionGizmo::bEnableSignedAxis' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, bFlipX) == 0x000091, "Member 'UPlanePositionGizmo::bFlipX' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, bFlipY) == 0x000092, "Member 'UPlanePositionGizmo::bFlipY' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, bInInteraction) == 0x000093, "Member 'UPlanePositionGizmo::bInInteraction' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionOrigin) == 0x000094, "Member 'UPlanePositionGizmo::InteractionOrigin' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionNormal) == 0x0000A0, "Member 'UPlanePositionGizmo::InteractionNormal' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionAxisX) == 0x0000AC, "Member 'UPlanePositionGizmo::InteractionAxisX' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionAxisY) == 0x0000B8, "Member 'UPlanePositionGizmo::InteractionAxisY' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionStartPoint) == 0x0000C4, "Member 'UPlanePositionGizmo::InteractionStartPoint' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionCurPoint) == 0x0000D0, "Member 'UPlanePositionGizmo::InteractionCurPoint' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionStartParameter) == 0x0000DC, "Member 'UPlanePositionGizmo::InteractionStartParameter' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionCurParameter) == 0x0000E4, "Member 'UPlanePositionGizmo::InteractionCurParameter' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, ParameterSigns) == 0x0000EC, "Member 'UPlanePositionGizmo::ParameterSigns' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USingleClickInputBehavior \ +static_assert(alignof(USingleClickInputBehavior) == 0x000008, "Wrong alignment on USingleClickInputBehavior"); \ +static_assert(sizeof(USingleClickInputBehavior) == 0x000130, "Wrong size on USingleClickInputBehavior"); \ +static_assert(offsetof(USingleClickInputBehavior, HitTestOnRelease) == 0x0000C0, "Member 'USingleClickInputBehavior::HitTestOnRelease' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USingleClickToolBuilder \ +static_assert(alignof(USingleClickToolBuilder) == 0x000008, "Wrong alignment on USingleClickToolBuilder"); \ +static_assert(sizeof(USingleClickToolBuilder) == 0x000030, "Wrong size on USingleClickToolBuilder"); \ + +#define DUMPER7_ASSERTS_USingleClickTool \ +static_assert(alignof(USingleClickTool) == 0x000008, "Wrong alignment on USingleClickTool"); \ +static_assert(sizeof(USingleClickTool) == 0x000090, "Wrong size on USingleClickTool"); \ + +#define DUMPER7_ASSERTS_UGizmoNilStateTarget \ +static_assert(alignof(UGizmoNilStateTarget) == 0x000008, "Wrong alignment on UGizmoNilStateTarget"); \ +static_assert(sizeof(UGizmoNilStateTarget) == 0x000038, "Wrong size on UGizmoNilStateTarget"); \ + +#define DUMPER7_ASSERTS_UGizmoLambdaStateTarget \ +static_assert(alignof(UGizmoLambdaStateTarget) == 0x000008, "Wrong alignment on UGizmoLambdaStateTarget"); \ +static_assert(sizeof(UGizmoLambdaStateTarget) == 0x0000C0, "Wrong size on UGizmoLambdaStateTarget"); \ + +#define DUMPER7_ASSERTS_UGizmoObjectModifyStateTarget \ +static_assert(alignof(UGizmoObjectModifyStateTarget) == 0x000008, "Wrong alignment on UGizmoObjectModifyStateTarget"); \ +static_assert(sizeof(UGizmoObjectModifyStateTarget) == 0x000060, "Wrong size on UGizmoObjectModifyStateTarget"); \ + +#define DUMPER7_ASSERTS_UGizmoTransformChangeStateTarget \ +static_assert(alignof(UGizmoTransformChangeStateTarget) == 0x000010, "Wrong alignment on UGizmoTransformChangeStateTarget"); \ +static_assert(sizeof(UGizmoTransformChangeStateTarget) == 0x0000F0, "Wrong size on UGizmoTransformChangeStateTarget"); \ +static_assert(offsetof(UGizmoTransformChangeStateTarget, TransactionManager) == 0x000058, "Member 'UGizmoTransformChangeStateTarget::TransactionManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTransformGizmoBuilder \ +static_assert(alignof(UTransformGizmoBuilder) == 0x000008, "Wrong alignment on UTransformGizmoBuilder"); \ +static_assert(sizeof(UTransformGizmoBuilder) == 0x0000C0, "Wrong size on UTransformGizmoBuilder"); \ + +#define DUMPER7_ASSERTS_UTransformProxy \ +static_assert(alignof(UTransformProxy) == 0x000010, "Wrong alignment on UTransformProxy"); \ +static_assert(sizeof(UTransformProxy) == 0x0000F0, "Wrong size on UTransformProxy"); \ +static_assert(offsetof(UTransformProxy, bRotatePerObject) == 0x000078, "Member 'UTransformProxy::bRotatePerObject' has a wrong offset!"); \ +static_assert(offsetof(UTransformProxy, bSetPivotMode) == 0x000079, "Member 'UTransformProxy::bSetPivotMode' has a wrong offset!"); \ +static_assert(offsetof(UTransformProxy, SharedTransform) == 0x000090, "Member 'UTransformProxy::SharedTransform' has a wrong offset!"); \ +static_assert(offsetof(UTransformProxy, InitialSharedTransform) == 0x0000C0, "Member 'UTransformProxy::InitialSharedTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoBaseTransformSource \ +static_assert(alignof(UGizmoBaseTransformSource) == 0x000008, "Wrong alignment on UGizmoBaseTransformSource"); \ +static_assert(sizeof(UGizmoBaseTransformSource) == 0x000050, "Wrong size on UGizmoBaseTransformSource"); \ + +#define DUMPER7_ASSERTS_UGizmoComponentWorldTransformSource \ +static_assert(alignof(UGizmoComponentWorldTransformSource) == 0x000008, "Wrong alignment on UGizmoComponentWorldTransformSource"); \ +static_assert(sizeof(UGizmoComponentWorldTransformSource) == 0x000060, "Wrong size on UGizmoComponentWorldTransformSource"); \ +static_assert(offsetof(UGizmoComponentWorldTransformSource, Component) == 0x000050, "Member 'UGizmoComponentWorldTransformSource::Component' has a wrong offset!"); \ +static_assert(offsetof(UGizmoComponentWorldTransformSource, bModifyComponentOnTransform) == 0x000058, "Member 'UGizmoComponentWorldTransformSource::bModifyComponentOnTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoScaledTransformSource \ +static_assert(alignof(UGizmoScaledTransformSource) == 0x000010, "Wrong alignment on UGizmoScaledTransformSource"); \ +static_assert(sizeof(UGizmoScaledTransformSource) == 0x0000E0, "Wrong size on UGizmoScaledTransformSource"); \ +static_assert(offsetof(UGizmoScaledTransformSource, ChildTransformSource) == 0x000050, "Member 'UGizmoScaledTransformSource::ChildTransformSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoTransformProxyTransformSource \ +static_assert(alignof(UGizmoTransformProxyTransformSource) == 0x000008, "Wrong alignment on UGizmoTransformProxyTransformSource"); \ +static_assert(sizeof(UGizmoTransformProxyTransformSource) == 0x000058, "Wrong size on UGizmoTransformProxyTransformSource"); \ +static_assert(offsetof(UGizmoTransformProxyTransformSource, Proxy) == 0x000050, "Member 'UGizmoTransformProxyTransformSource::Proxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Moon_Controller_C \ +static_assert(alignof(ABP_Moon_Controller_C) == 0x000008, "Wrong alignment on ABP_Moon_Controller_C"); \ +static_assert(sizeof(ABP_Moon_Controller_C) == 0x000458, "Wrong size on ABP_Moon_Controller_C"); \ + +#define DUMPER7_ASSERTS_SBZWorldRuntimeBase_GetWorldRuntime \ +static_assert(alignof(SBZWorldRuntimeBase_GetWorldRuntime) == 0x000008, "Wrong alignment on SBZWorldRuntimeBase_GetWorldRuntime"); \ +static_assert(sizeof(SBZWorldRuntimeBase_GetWorldRuntime) == 0x000010, "Wrong size on SBZWorldRuntimeBase_GetWorldRuntime"); \ +static_assert(offsetof(SBZWorldRuntimeBase_GetWorldRuntime, WorldContextObject) == 0x000000, "Member 'SBZWorldRuntimeBase_GetWorldRuntime::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZWorldRuntimeBase_GetWorldRuntime, ReturnValue) == 0x000008, "Member 'SBZWorldRuntimeBase_GetWorldRuntime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWorldRuntimeBase \ +static_assert(alignof(USBZWorldRuntimeBase) == 0x000008, "Wrong alignment on USBZWorldRuntimeBase"); \ +static_assert(sizeof(USBZWorldRuntimeBase) == 0x000038, "Wrong size on USBZWorldRuntimeBase"); \ +static_assert(offsetof(USBZWorldRuntimeBase, WorldRuntimeClass) == 0x000030, "Member 'USBZWorldRuntimeBase::WorldRuntimeClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInteractReqData \ +static_assert(alignof(FSBZInteractReqData) == 0x000008, "Wrong alignment on FSBZInteractReqData"); \ +static_assert(sizeof(FSBZInteractReqData) == 0x000040, "Wrong size on FSBZInteractReqData"); \ +static_assert(offsetof(FSBZInteractReqData, FailTextArray) == 0x000000, "Member 'FSBZInteractReqData::FailTextArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractReqData, SuccessTextOverrideArray) == 0x000010, "Member 'FSBZInteractReqData::SuccessTextOverrideArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractReqData, IsHiddenFailArray) == 0x000020, "Member 'FSBZInteractReqData::IsHiddenFailArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZGameEventStructBase \ +static_assert(alignof(FSBZGameEventStructBase) == 0x000001, "Wrong alignment on FSBZGameEventStructBase"); \ +static_assert(sizeof(FSBZGameEventStructBase) == 0x000001, "Wrong size on FSBZGameEventStructBase"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerChatEvent \ +static_assert(alignof(FSBZPlayerChatEvent) == 0x000008, "Wrong alignment on FSBZPlayerChatEvent"); \ +static_assert(sizeof(FSBZPlayerChatEvent) == 0x000018, "Wrong size on FSBZPlayerChatEvent"); \ +static_assert(offsetof(FSBZPlayerChatEvent, PlayerState) == 0x000000, "Member 'FSBZPlayerChatEvent::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerChatEvent, Message) == 0x000008, "Member 'FSBZPlayerChatEvent::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZEquippableEndMissionResultData \ +static_assert(alignof(FSBZEquippableEndMissionResultData) == 0x000004, "Wrong alignment on FSBZEquippableEndMissionResultData"); \ +static_assert(sizeof(FSBZEquippableEndMissionResultData) == 0x000028, "Wrong size on FSBZEquippableEndMissionResultData"); \ +static_assert(offsetof(FSBZEquippableEndMissionResultData, UseCount) == 0x000000, "Member 'FSBZEquippableEndMissionResultData::UseCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZEquippableEndMissionResultData, SecondaryUseCount) == 0x000004, "Member 'FSBZEquippableEndMissionResultData::SecondaryUseCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZEquippableEndMissionResultData, UseSuccessCount) == 0x000008, "Member 'FSBZEquippableEndMissionResultData::UseSuccessCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZEquippableEndMissionResultData, KillCount) == 0x00000C, "Member 'FSBZEquippableEndMissionResultData::KillCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZEquippableEndMissionResultData, DamageDealt) == 0x000010, "Member 'FSBZEquippableEndMissionResultData::DamageDealt' has a wrong offset!"); \ +static_assert(offsetof(FSBZEquippableEndMissionResultData, Ammo) == 0x000014, "Member 'FSBZEquippableEndMissionResultData::Ammo' has a wrong offset!"); \ +static_assert(offsetof(FSBZEquippableEndMissionResultData, MinAmmoLoaded) == 0x000018, "Member 'FSBZEquippableEndMissionResultData::MinAmmoLoaded' has a wrong offset!"); \ +static_assert(offsetof(FSBZEquippableEndMissionResultData, ReloadCount) == 0x00001C, "Member 'FSBZEquippableEndMissionResultData::ReloadCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZEquippableEndMissionResultData, TotalReloadAmmoLeft) == 0x000020, "Member 'FSBZEquippableEndMissionResultData::TotalReloadAmmoLeft' has a wrong offset!"); \ +static_assert(offsetof(FSBZEquippableEndMissionResultData, TotalReloadAmmoGone) == 0x000024, "Member 'FSBZEquippableEndMissionResultData::TotalReloadAmmoGone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZNamedEquippableEndMissionResultData \ +static_assert(alignof(FSBZNamedEquippableEndMissionResultData) == 0x000004, "Wrong alignment on FSBZNamedEquippableEndMissionResultData"); \ +static_assert(sizeof(FSBZNamedEquippableEndMissionResultData) == 0x000034, "Wrong size on FSBZNamedEquippableEndMissionResultData"); \ +static_assert(offsetof(FSBZNamedEquippableEndMissionResultData, Name) == 0x000028, "Member 'FSBZNamedEquippableEndMissionResultData::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCharacterEndMissionResultData \ +static_assert(alignof(FSBZCharacterEndMissionResultData) == 0x000008, "Wrong alignment on FSBZCharacterEndMissionResultData"); \ +static_assert(sizeof(FSBZCharacterEndMissionResultData) == 0x000060, "Wrong size on FSBZCharacterEndMissionResultData"); \ +static_assert(offsetof(FSBZCharacterEndMissionResultData, EquippableArray) == 0x000000, "Member 'FSBZCharacterEndMissionResultData::EquippableArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEndMissionResultData, OverkillEquippableArray) == 0x000010, "Member 'FSBZCharacterEndMissionResultData::OverkillEquippableArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEndMissionResultData, BeenDefeatedCount) == 0x000020, "Member 'FSBZCharacterEndMissionResultData::BeenDefeatedCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEndMissionResultData, BeenRevivedCount) == 0x000024, "Member 'FSBZCharacterEndMissionResultData::BeenRevivedCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEndMissionResultData, BeenKilledCount) == 0x000028, "Member 'FSBZCharacterEndMissionResultData::BeenKilledCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEndMissionResultData, HaveKilledCount) == 0x00002C, "Member 'FSBZCharacterEndMissionResultData::HaveKilledCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEndMissionResultData, HaveSpecialKilledCount) == 0x000030, "Member 'FSBZCharacterEndMissionResultData::HaveSpecialKilledCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEndMissionResultData, HaveCivilianKilledCount) == 0x000034, "Member 'FSBZCharacterEndMissionResultData::HaveCivilianKilledCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEndMissionResultData, HaveGuardKilledCount) == 0x000038, "Member 'FSBZCharacterEndMissionResultData::HaveGuardKilledCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEndMissionResultData, HaveHeadshotKilledCount) == 0x00003C, "Member 'FSBZCharacterEndMissionResultData::HaveHeadshotKilledCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEndMissionResultData, SecuredBagCount) == 0x000040, "Member 'FSBZCharacterEndMissionResultData::SecuredBagCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEndMissionResultData, InstantLootTakenCount) == 0x000044, "Member 'FSBZCharacterEndMissionResultData::InstantLootTakenCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEndMissionResultData, LocksPicked) == 0x000048, "Member 'FSBZCharacterEndMissionResultData::LocksPicked' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEndMissionResultData, DownedCount) == 0x00004C, "Member 'FSBZCharacterEndMissionResultData::DownedCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEndMissionResultData, HostagesTraded) == 0x000050, "Member 'FSBZCharacterEndMissionResultData::HostagesTraded' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEndMissionResultData, ReviveCount) == 0x000054, "Member 'FSBZCharacterEndMissionResultData::ReviveCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEndMissionResultData, DevicesHacked) == 0x000058, "Member 'FSBZCharacterEndMissionResultData::DevicesHacked' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEndMissionResultData, TotalDamageDealt) == 0x00005C, "Member 'FSBZCharacterEndMissionResultData::TotalDamageDealt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPD3DramaSettings \ +static_assert(alignof(FPD3DramaSettings) == 0x000008, "Wrong alignment on FPD3DramaSettings"); \ +static_assert(sizeof(FPD3DramaSettings) == 0x0000E0, "Wrong size on FPD3DramaSettings"); \ +static_assert(offsetof(FPD3DramaSettings, FullyDecaySeconds) == 0x000000, "Member 'FPD3DramaSettings::FullyDecaySeconds' has a wrong offset!"); \ +static_assert(offsetof(FPD3DramaSettings, DecayDelayTime) == 0x000004, "Member 'FPD3DramaSettings::DecayDelayTime' has a wrong offset!"); \ +static_assert(offsetof(FPD3DramaSettings, PlayerHurtChange) == 0x000008, "Member 'FPD3DramaSettings::PlayerHurtChange' has a wrong offset!"); \ +static_assert(offsetof(FPD3DramaSettings, PlayerHurtDistanceMultiplier) == 0x000010, "Member 'FPD3DramaSettings::PlayerHurtDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FPD3DramaSettings, PlayerDefeatedChange) == 0x000098, "Member 'FPD3DramaSettings::PlayerDefeatedChange' has a wrong offset!"); \ +static_assert(offsetof(FPD3DramaSettings, PlayerKilledChange) == 0x00009C, "Member 'FPD3DramaSettings::PlayerKilledChange' has a wrong offset!"); \ +static_assert(offsetof(FPD3DramaSettings, AIKillDistance) == 0x0000A0, "Member 'FPD3DramaSettings::AIKillDistance' has a wrong offset!"); \ +static_assert(offsetof(FPD3DramaSettings, AIKillDramaIncreaseAmount) == 0x0000A4, "Member 'FPD3DramaSettings::AIKillDramaIncreaseAmount' has a wrong offset!"); \ +static_assert(offsetof(FPD3DramaSettings, AITypesToIgnore) == 0x0000A8, "Member 'FPD3DramaSettings::AITypesToIgnore' has a wrong offset!"); \ +static_assert(offsetof(FPD3DramaSettings, DramaAlivePlayersModifier) == 0x0000C8, "Member 'FPD3DramaSettings::DramaAlivePlayersModifier' has a wrong offset!"); \ +static_assert(offsetof(FPD3DramaSettings, DramaCooldownTime) == 0x0000D8, "Member 'FPD3DramaSettings::DramaCooldownTime' has a wrong offset!"); \ +static_assert(offsetof(FPD3DramaSettings, DramaSpawnModifier) == 0x0000DC, "Member 'FPD3DramaSettings::DramaSpawnModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZVariationDataIndexTracker \ +static_assert(alignof(FSBZVariationDataIndexTracker) == 0x000004, "Wrong alignment on FSBZVariationDataIndexTracker"); \ +static_assert(sizeof(FSBZVariationDataIndexTracker) == 0x000014, "Wrong size on FSBZVariationDataIndexTracker"); \ +static_assert(offsetof(FSBZVariationDataIndexTracker, VariationData) == 0x000000, "Member 'FSBZVariationDataIndexTracker::VariationData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZChallengeProgressStat \ +static_assert(alignof(FSBZChallengeProgressStat) == 0x000004, "Wrong alignment on FSBZChallengeProgressStat"); \ +static_assert(sizeof(FSBZChallengeProgressStat) == 0x000014, "Wrong size on FSBZChallengeProgressStat"); \ +static_assert(offsetof(FSBZChallengeProgressStat, StatId) == 0x000000, "Member 'FSBZChallengeProgressStat::StatId' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeProgressStat, CurrentProgress) == 0x00000C, "Member 'FSBZChallengeProgressStat::CurrentProgress' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeProgressStat, TargetProgress) == 0x000010, "Member 'FSBZChallengeProgressStat::TargetProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZChallengeProgressItem \ +static_assert(alignof(FSBZChallengeProgressItem) == 0x000008, "Wrong alignment on FSBZChallengeProgressItem"); \ +static_assert(sizeof(FSBZChallengeProgressItem) == 0x000020, "Wrong size on FSBZChallengeProgressItem"); \ +static_assert(offsetof(FSBZChallengeProgressItem, AccelbyteItemSku) == 0x000000, "Member 'FSBZChallengeProgressItem::AccelbyteItemSku' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeProgressItem, CurrentQuantity) == 0x000010, "Member 'FSBZChallengeProgressItem::CurrentQuantity' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeProgressItem, TargetQuantity) == 0x000014, "Member 'FSBZChallengeProgressItem::TargetQuantity' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeProgressItem, Item) == 0x000018, "Member 'FSBZChallengeProgressItem::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZChallengeRewardItem \ +static_assert(alignof(FSBZChallengeRewardItem) == 0x000008, "Wrong alignment on FSBZChallengeRewardItem"); \ +static_assert(sizeof(FSBZChallengeRewardItem) == 0x000030, "Wrong size on FSBZChallengeRewardItem"); \ +static_assert(offsetof(FSBZChallengeRewardItem, AccelByteSku) == 0x000000, "Member 'FSBZChallengeRewardItem::AccelByteSku' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeRewardItem, AccelbyteItemId) == 0x000010, "Member 'FSBZChallengeRewardItem::AccelbyteItemId' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeRewardItem, Quantity) == 0x000020, "Member 'FSBZChallengeRewardItem::Quantity' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeRewardItem, Item) == 0x000028, "Member 'FSBZChallengeRewardItem::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZChallengeData \ +static_assert(alignof(FSBZChallengeData) == 0x000008, "Wrong alignment on FSBZChallengeData"); \ +static_assert(sizeof(FSBZChallengeData) == 0x0000A8, "Wrong size on FSBZChallengeData"); \ +static_assert(offsetof(FSBZChallengeData, ChallengeId) == 0x000000, "Member 'FSBZChallengeData::ChallengeId' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeData, ChallengeName) == 0x000010, "Member 'FSBZChallengeData::ChallengeName' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeData, AccelbyteChallengeId) == 0x000020, "Member 'FSBZChallengeData::AccelbyteChallengeId' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeData, PrerequisiteChallengeIds) == 0x000030, "Member 'FSBZChallengeData::PrerequisiteChallengeIds' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeData, PrerequisiteStatData) == 0x000040, "Member 'FSBZChallengeData::PrerequisiteStatData' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeData, PrerequisiteItemData) == 0x000050, "Member 'FSBZChallengeData::PrerequisiteItemData' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeData, ObjectiveStatData) == 0x000060, "Member 'FSBZChallengeData::ObjectiveStatData' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeData, RewardItemsData) == 0x000070, "Member 'FSBZChallengeData::RewardItemsData' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeData, Tags) == 0x000080, "Member 'FSBZChallengeData::Tags' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeData, ChallengeStatus) == 0x000090, "Member 'FSBZChallengeData::ChallengeStatus' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeData, InfamyPointReward) == 0x000094, "Member 'FSBZChallengeData::InfamyPointReward' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeData, DailyCreationObjectiveStartStatValue) == 0x000098, "Member 'FSBZChallengeData::DailyCreationObjectiveStartStatValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeData, TotalProgress) == 0x00009C, "Member 'FSBZChallengeData::TotalProgress' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeData, TotalTarget) == 0x0000A0, "Member 'FSBZChallengeData::TotalTarget' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeData, ChallengeConversion) == 0x0000A4, "Member 'FSBZChallengeData::ChallengeConversion' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeData, IsActive) == 0x0000A5, "Member 'FSBZChallengeData::IsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMilestoneRewardData \ +static_assert(alignof(FSBZMilestoneRewardData) == 0x000008, "Wrong alignment on FSBZMilestoneRewardData"); \ +static_assert(sizeof(FSBZMilestoneRewardData) == 0x000018, "Wrong size on FSBZMilestoneRewardData"); \ +static_assert(offsetof(FSBZMilestoneRewardData, MilestoneName) == 0x000000, "Member 'FSBZMilestoneRewardData::MilestoneName' has a wrong offset!"); \ +static_assert(offsetof(FSBZMilestoneRewardData, MilestoneRewardRatio) == 0x000010, "Member 'FSBZMilestoneRewardData::MilestoneRewardRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAxisSettings \ +static_assert(alignof(FSBZAxisSettings) == 0x000004, "Wrong alignment on FSBZAxisSettings"); \ +static_assert(sizeof(FSBZAxisSettings) == 0x000008, "Wrong size on FSBZAxisSettings"); \ +static_assert(offsetof(FSBZAxisSettings, YawRotationAxis) == 0x000000, "Member 'FSBZAxisSettings::YawRotationAxis' has a wrong offset!"); \ +static_assert(offsetof(FSBZAxisSettings, BodyOrientationAlpha) == 0x000004, "Member 'FSBZAxisSettings::BodyOrientationAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZBoneRef \ +static_assert(alignof(FSBZBoneRef) == 0x000004, "Wrong alignment on FSBZBoneRef"); \ +static_assert(sizeof(FSBZBoneRef) == 0x000014, "Wrong size on FSBZBoneRef"); \ +static_assert(offsetof(FSBZBoneRef, Bone) == 0x000000, "Member 'FSBZBoneRef::Bone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAnimMode_OrientationWarping \ +static_assert(alignof(FSBZAnimMode_OrientationWarping) == 0x000008, "Wrong alignment on FSBZAnimMode_OrientationWarping"); \ +static_assert(sizeof(FSBZAnimMode_OrientationWarping) == 0x000118, "Wrong size on FSBZAnimMode_OrientationWarping"); \ +static_assert(offsetof(FSBZAnimMode_OrientationWarping, BasePose) == 0x000020, "Member 'FSBZAnimMode_OrientationWarping::BasePose' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_OrientationWarping, LocomotionAngle) == 0x000030, "Member 'FSBZAnimMode_OrientationWarping::LocomotionAngle' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_OrientationWarping, Settings) == 0x000034, "Member 'FSBZAnimMode_OrientationWarping::Settings' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_OrientationWarping, PelvisBone) == 0x00003C, "Member 'FSBZAnimMode_OrientationWarping::PelvisBone' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_OrientationWarping, SpineBones) == 0x000050, "Member 'FSBZAnimMode_OrientationWarping::SpineBones' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_OrientationWarping, IKFootRootBone) == 0x000060, "Member 'FSBZAnimMode_OrientationWarping::IKFootRootBone' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_OrientationWarping, Alpha) == 0x000074, "Member 'FSBZAnimMode_OrientationWarping::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_OrientationWarping, AlphaBoolBlend) == 0x000080, "Member 'FSBZAnimMode_OrientationWarping::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_OrientationWarping, AlphaCurveName) == 0x0000C8, "Member 'FSBZAnimMode_OrientationWarping::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_OrientationWarping, AlphaScaleBiasClamp) == 0x0000D4, "Member 'FSBZAnimMode_OrientationWarping::AlphaScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_OrientationWarping, AlphaInputType) == 0x000108, "Member 'FSBZAnimMode_OrientationWarping::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_OrientationWarping, bAlphaBoolEnabled) == 0x000109, "Member 'FSBZAnimMode_OrientationWarping::bAlphaBoolEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_OrientationWarping, LODThreshold) == 0x00010C, "Member 'FSBZAnimMode_OrientationWarping::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_OrientationWarping, LODInterpolateTime) == 0x000110, "Member 'FSBZAnimMode_OrientationWarping::LODInterpolateTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_OrientationWarping, LODInterpolateTimer) == 0x000114, "Member 'FSBZAnimMode_OrientationWarping::LODInterpolateTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZOverskillProgressData \ +static_assert(alignof(FSBZOverskillProgressData) == 0x000004, "Wrong alignment on FSBZOverskillProgressData"); \ +static_assert(sizeof(FSBZOverskillProgressData) == 0x000010, "Wrong size on FSBZOverskillProgressData"); \ +static_assert(offsetof(FSBZOverskillProgressData, Name) == 0x000000, "Member 'FSBZOverskillProgressData::Name' has a wrong offset!"); \ +static_assert(offsetof(FSBZOverskillProgressData, Value) == 0x00000C, "Member 'FSBZOverskillProgressData::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCharacterEndMissionExpBonusData \ +static_assert(alignof(FSBZCharacterEndMissionExpBonusData) == 0x000008, "Wrong alignment on FSBZCharacterEndMissionExpBonusData"); \ +static_assert(sizeof(FSBZCharacterEndMissionExpBonusData) == 0x000030, "Wrong size on FSBZCharacterEndMissionExpBonusData"); \ +static_assert(offsetof(FSBZCharacterEndMissionExpBonusData, TotalExp) == 0x000000, "Member 'FSBZCharacterEndMissionExpBonusData::TotalExp' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEndMissionExpBonusData, LoudMilestoneRatio) == 0x000004, "Member 'FSBZCharacterEndMissionExpBonusData::LoudMilestoneRatio' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEndMissionExpBonusData, LoudBaseExp) == 0x000008, "Member 'FSBZCharacterEndMissionExpBonusData::LoudBaseExp' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEndMissionExpBonusData, StealthMilestoneRatio) == 0x00000C, "Member 'FSBZCharacterEndMissionExpBonusData::StealthMilestoneRatio' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEndMissionExpBonusData, StealthBaseExp) == 0x000010, "Member 'FSBZCharacterEndMissionExpBonusData::StealthBaseExp' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEndMissionExpBonusData, DifficultyModifier) == 0x000014, "Member 'FSBZCharacterEndMissionExpBonusData::DifficultyModifier' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEndMissionExpBonusData, PerformanceModifier) == 0x000018, "Member 'FSBZCharacterEndMissionExpBonusData::PerformanceModifier' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEndMissionExpBonusData, ExperiencePointsFromObjectivesModifier) == 0x00001C, "Member 'FSBZCharacterEndMissionExpBonusData::ExperiencePointsFromObjectivesModifier' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEndMissionExpBonusData, MilestoneRewardDataArray) == 0x000020, "Member 'FSBZCharacterEndMissionExpBonusData::MilestoneRewardDataArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCashRewardReductionData \ +static_assert(alignof(FSBZCashRewardReductionData) == 0x000004, "Wrong alignment on FSBZCashRewardReductionData"); \ +static_assert(sizeof(FSBZCashRewardReductionData) == 0x000010, "Wrong size on FSBZCashRewardReductionData"); \ +static_assert(offsetof(FSBZCashRewardReductionData, Count) == 0x000000, "Member 'FSBZCashRewardReductionData::Count' has a wrong offset!"); \ +static_assert(offsetof(FSBZCashRewardReductionData, ReductionPercentage) == 0x000004, "Member 'FSBZCashRewardReductionData::ReductionPercentage' has a wrong offset!"); \ +static_assert(offsetof(FSBZCashRewardReductionData, ReductionCash) == 0x000008, "Member 'FSBZCashRewardReductionData::ReductionCash' has a wrong offset!"); \ +static_assert(offsetof(FSBZCashRewardReductionData, ReductionType) == 0x00000C, "Member 'FSBZCashRewardReductionData::ReductionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCashRewardEventData \ +static_assert(alignof(FSBZCashRewardEventData) == 0x000004, "Wrong alignment on FSBZCashRewardEventData"); \ +static_assert(sizeof(FSBZCashRewardEventData) == 0x00000C, "Wrong size on FSBZCashRewardEventData"); \ +static_assert(offsetof(FSBZCashRewardEventData, DifferencePercentage) == 0x000000, "Member 'FSBZCashRewardEventData::DifferencePercentage' has a wrong offset!"); \ +static_assert(offsetof(FSBZCashRewardEventData, CashDifference) == 0x000004, "Member 'FSBZCashRewardEventData::CashDifference' has a wrong offset!"); \ +static_assert(offsetof(FSBZCashRewardEventData, EventType) == 0x000008, "Member 'FSBZCashRewardEventData::EventType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCashRewardBagData \ +static_assert(alignof(FSBZCashRewardBagData) == 0x000004, "Wrong alignment on FSBZCashRewardBagData"); \ +static_assert(sizeof(FSBZCashRewardBagData) == 0x00000C, "Wrong size on FSBZCashRewardBagData"); \ +static_assert(offsetof(FSBZCashRewardBagData, Count) == 0x000000, "Member 'FSBZCashRewardBagData::Count' has a wrong offset!"); \ +static_assert(offsetof(FSBZCashRewardBagData, CashDifference) == 0x000004, "Member 'FSBZCashRewardBagData::CashDifference' has a wrong offset!"); \ +static_assert(offsetof(FSBZCashRewardBagData, BagCategory) == 0x000008, "Member 'FSBZCashRewardBagData::BagCategory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCashRewardData \ +static_assert(alignof(FSBZCashRewardData) == 0x000008, "Wrong alignment on FSBZCashRewardData"); \ +static_assert(sizeof(FSBZCashRewardData) == 0x000058, "Wrong size on FSBZCashRewardData"); \ +static_assert(offsetof(FSBZCashRewardData, TotalCashValue) == 0x000000, "Member 'FSBZCashRewardData::TotalCashValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZCashRewardData, TotalCashEarned) == 0x000004, "Member 'FSBZCashRewardData::TotalCashEarned' has a wrong offset!"); \ +static_assert(offsetof(FSBZCashRewardData, LootCashValue) == 0x000008, "Member 'FSBZCashRewardData::LootCashValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZCashRewardData, IndividualLootCashValue) == 0x00000C, "Member 'FSBZCashRewardData::IndividualLootCashValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZCashRewardData, IndividualTotalCashValue) == 0x000010, "Member 'FSBZCashRewardData::IndividualTotalCashValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZCashRewardData, TickingLootValue) == 0x000014, "Member 'FSBZCashRewardData::TickingLootValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZCashRewardData, MaxTickingLootValue) == 0x000018, "Member 'FSBZCashRewardData::MaxTickingLootValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZCashRewardData, CashFromChallenges) == 0x00001C, "Member 'FSBZCashRewardData::CashFromChallenges' has a wrong offset!"); \ +static_assert(offsetof(FSBZCashRewardData, CashRewardReductionData) == 0x000020, "Member 'FSBZCashRewardData::CashRewardReductionData' has a wrong offset!"); \ +static_assert(offsetof(FSBZCashRewardData, CashRewardEventData) == 0x000030, "Member 'FSBZCashRewardData::CashRewardEventData' has a wrong offset!"); \ +static_assert(offsetof(FSBZCashRewardData, CashRewardBagData) == 0x000040, "Member 'FSBZCashRewardData::CashRewardBagData' has a wrong offset!"); \ +static_assert(offsetof(FSBZCashRewardData, CashRewardOperationResult) == 0x000050, "Member 'FSBZCashRewardData::CashRewardOperationResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZRandomItemReward \ +static_assert(alignof(FSBZRandomItemReward) == 0x000008, "Wrong alignment on FSBZRandomItemReward"); \ +static_assert(sizeof(FSBZRandomItemReward) == 0x000010, "Wrong size on FSBZRandomItemReward"); \ +static_assert(offsetof(FSBZRandomItemReward, InventoryBaseData) == 0x000000, "Member 'FSBZRandomItemReward::InventoryBaseData' has a wrong offset!"); \ +static_assert(offsetof(FSBZRandomItemReward, RandomRewardReason) == 0x000008, "Member 'FSBZRandomItemReward::RandomRewardReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponProgressionUpdateData \ +static_assert(alignof(FSBZWeaponProgressionUpdateData) == 0x000008, "Wrong alignment on FSBZWeaponProgressionUpdateData"); \ +static_assert(sizeof(FSBZWeaponProgressionUpdateData) == 0x000030, "Wrong size on FSBZWeaponProgressionUpdateData"); \ +static_assert(offsetof(FSBZWeaponProgressionUpdateData, EquippableData) == 0x000000, "Member 'FSBZWeaponProgressionUpdateData::EquippableData' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponProgressionUpdateData, OldPoints) == 0x000008, "Member 'FSBZWeaponProgressionUpdateData::OldPoints' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponProgressionUpdateData, OldLevel) == 0x00000C, "Member 'FSBZWeaponProgressionUpdateData::OldLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponProgressionUpdateData, NewPoints) == 0x000010, "Member 'FSBZWeaponProgressionUpdateData::NewPoints' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponProgressionUpdateData, NewLevel) == 0x000014, "Member 'FSBZWeaponProgressionUpdateData::NewLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponProgressionUpdateData, CurrentLevelPoints) == 0x000018, "Member 'FSBZWeaponProgressionUpdateData::CurrentLevelPoints' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponProgressionUpdateData, NextLevelPoints) == 0x00001C, "Member 'FSBZWeaponProgressionUpdateData::NextLevelPoints' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponProgressionUpdateData, UnlockedPartArray) == 0x000020, "Member 'FSBZWeaponProgressionUpdateData::UnlockedPartArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSkillRewardData \ +static_assert(alignof(FSBZSkillRewardData) == 0x000008, "Wrong alignment on FSBZSkillRewardData"); \ +static_assert(sizeof(FSBZSkillRewardData) == 0x000030, "Wrong size on FSBZSkillRewardData"); \ +static_assert(offsetof(FSBZSkillRewardData, ExperiencePoints) == 0x000000, "Member 'FSBZSkillRewardData::ExperiencePoints' has a wrong offset!"); \ +static_assert(offsetof(FSBZSkillRewardData, ResearchedSkillLine) == 0x000004, "Member 'FSBZSkillRewardData::ResearchedSkillLine' has a wrong offset!"); \ +static_assert(offsetof(FSBZSkillRewardData, ProgressedSkillLines) == 0x000010, "Member 'FSBZSkillRewardData::ProgressedSkillLines' has a wrong offset!"); \ +static_assert(offsetof(FSBZSkillRewardData, ProgressedOverskillArray) == 0x000020, "Member 'FSBZSkillRewardData::ProgressedOverskillArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInfamyPointPayoutRewardData \ +static_assert(alignof(FSBZInfamyPointPayoutRewardData) == 0x000004, "Wrong alignment on FSBZInfamyPointPayoutRewardData"); \ +static_assert(sizeof(FSBZInfamyPointPayoutRewardData) == 0x000024, "Wrong size on FSBZInfamyPointPayoutRewardData"); \ +static_assert(offsetof(FSBZInfamyPointPayoutRewardData, Completion) == 0x000000, "Member 'FSBZInfamyPointPayoutRewardData::Completion' has a wrong offset!"); \ +static_assert(offsetof(FSBZInfamyPointPayoutRewardData, StealthBonus) == 0x000004, "Member 'FSBZInfamyPointPayoutRewardData::StealthBonus' has a wrong offset!"); \ +static_assert(offsetof(FSBZInfamyPointPayoutRewardData, AllBagsBonus) == 0x000008, "Member 'FSBZInfamyPointPayoutRewardData::AllBagsBonus' has a wrong offset!"); \ +static_assert(offsetof(FSBZInfamyPointPayoutRewardData, Total) == 0x00000C, "Member 'FSBZInfamyPointPayoutRewardData::Total' has a wrong offset!"); \ +static_assert(offsetof(FSBZInfamyPointPayoutRewardData, TotalFromBags) == 0x000010, "Member 'FSBZInfamyPointPayoutRewardData::TotalFromBags' has a wrong offset!"); \ +static_assert(offsetof(FSBZInfamyPointPayoutRewardData, TotalOnFailedHeist) == 0x000014, "Member 'FSBZInfamyPointPayoutRewardData::TotalOnFailedHeist' has a wrong offset!"); \ +static_assert(offsetof(FSBZInfamyPointPayoutRewardData, TotalFromSurvivingAssults) == 0x000018, "Member 'FSBZInfamyPointPayoutRewardData::TotalFromSurvivingAssults' has a wrong offset!"); \ +static_assert(offsetof(FSBZInfamyPointPayoutRewardData, InfamyPointsFromTickingLoot) == 0x00001C, "Member 'FSBZInfamyPointPayoutRewardData::InfamyPointsFromTickingLoot' has a wrong offset!"); \ +static_assert(offsetof(FSBZInfamyPointPayoutRewardData, MaxInfamyPointsFromTickingLoot) == 0x000020, "Member 'FSBZInfamyPointPayoutRewardData::MaxInfamyPointsFromTickingLoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerStatisticsValue \ +static_assert(alignof(FSBZPlayerStatisticsValue) == 0x000004, "Wrong alignment on FSBZPlayerStatisticsValue"); \ +static_assert(sizeof(FSBZPlayerStatisticsValue) == 0x000008, "Wrong size on FSBZPlayerStatisticsValue"); \ +static_assert(offsetof(FSBZPlayerStatisticsValue, CurrentValue) == 0x000000, "Member 'FSBZPlayerStatisticsValue::CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStatisticsValue, PreviousValue) == 0x000004, "Member 'FSBZPlayerStatisticsValue::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerEndMissionResultData \ +static_assert(alignof(FSBZPlayerEndMissionResultData) == 0x000008, "Wrong alignment on FSBZPlayerEndMissionResultData"); \ +static_assert(sizeof(FSBZPlayerEndMissionResultData) == 0x0001B8, "Wrong size on FSBZPlayerEndMissionResultData"); \ +static_assert(offsetof(FSBZPlayerEndMissionResultData, bPlayerRewardsUpdated) == 0x000060, "Member 'FSBZPlayerEndMissionResultData::bPlayerRewardsUpdated' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerEndMissionResultData, PlayerStateId) == 0x000064, "Member 'FSBZPlayerEndMissionResultData::PlayerStateId' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerEndMissionResultData, CharacterEndMissionExpBonusData) == 0x000068, "Member 'FSBZPlayerEndMissionResultData::CharacterEndMissionExpBonusData' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerEndMissionResultData, CashRewardData) == 0x000098, "Member 'FSBZPlayerEndMissionResultData::CashRewardData' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerEndMissionResultData, RandomItemRewardArray) == 0x0000F0, "Member 'FSBZPlayerEndMissionResultData::RandomItemRewardArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerEndMissionResultData, WeaponProgressionUpdateArray) == 0x000100, "Member 'FSBZPlayerEndMissionResultData::WeaponProgressionUpdateArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerEndMissionResultData, SkillRewardData) == 0x000110, "Member 'FSBZPlayerEndMissionResultData::SkillRewardData' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerEndMissionResultData, InfamyPointPayoutRewardData) == 0x000140, "Member 'FSBZPlayerEndMissionResultData::InfamyPointPayoutRewardData' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerEndMissionResultData, InfamyStatsValue) == 0x000164, "Member 'FSBZPlayerEndMissionResultData::InfamyStatsValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerEndMissionResultData, RenownStatsValue) == 0x00016C, "Member 'FSBZPlayerEndMissionResultData::RenownStatsValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerEndMissionResultData, bHasBeenInCustody) == 0x000174, "Member 'FSBZPlayerEndMissionResultData::bHasBeenInCustody' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerEndMissionResultData, SurvivedAssaultWaves) == 0x000178, "Member 'FSBZPlayerEndMissionResultData::SurvivedAssaultWaves' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerEndMissionResultData, AmmoPickupCreated) == 0x00017C, "Member 'FSBZPlayerEndMissionResultData::AmmoPickupCreated' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerEndMissionResultData, AmmoPickupRemoved) == 0x000180, "Member 'FSBZPlayerEndMissionResultData::AmmoPickupRemoved' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerEndMissionResultData, ThrowableData) == 0x000184, "Member 'FSBZPlayerEndMissionResultData::ThrowableData' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerEndMissionResultData, RequestOverkillCount) == 0x0001AC, "Member 'FSBZPlayerEndMissionResultData::RequestOverkillCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerEndMissionResultData, bPlayerDisconnected) == 0x0001B0, "Member 'FSBZPlayerEndMissionResultData::bPlayerDisconnected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCutProgressData \ +static_assert(alignof(FSBZCutProgressData) == 0x000004, "Wrong alignment on FSBZCutProgressData"); \ +static_assert(sizeof(FSBZCutProgressData) == 0x000018, "Wrong size on FSBZCutProgressData"); \ +static_assert(offsetof(FSBZCutProgressData, AccumulatedDeltaTime) == 0x000000, "Member 'FSBZCutProgressData::AccumulatedDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZCutProgressData, LineCutLength) == 0x000004, "Member 'FSBZCutProgressData::LineCutLength' has a wrong offset!"); \ +static_assert(offsetof(FSBZCutProgressData, bHasInitialCut) == 0x000008, "Member 'FSBZCutProgressData::bHasInitialCut' has a wrong offset!"); \ +static_assert(offsetof(FSBZCutProgressData, StartCutTimeSeconds) == 0x00000C, "Member 'FSBZCutProgressData::StartCutTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(FSBZCutProgressData, LastUsedSkillSpeedModifier) == 0x000010, "Member 'FSBZCutProgressData::LastUsedSkillSpeedModifier' has a wrong offset!"); \ +static_assert(offsetof(FSBZCutProgressData, CurrentSplineTime) == 0x000014, "Member 'FSBZCutProgressData::CurrentSplineTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInternalChallengeProgressStat \ +static_assert(alignof(FSBZInternalChallengeProgressStat) == 0x000008, "Wrong alignment on FSBZInternalChallengeProgressStat"); \ +static_assert(sizeof(FSBZInternalChallengeProgressStat) == 0x000018, "Wrong size on FSBZInternalChallengeProgressStat"); \ +static_assert(offsetof(FSBZInternalChallengeProgressStat, StatCode) == 0x000000, "Member 'FSBZInternalChallengeProgressStat::StatCode' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeProgressStat, CurrentValue) == 0x000010, "Member 'FSBZInternalChallengeProgressStat::CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeProgressStat, TargetValue) == 0x000014, "Member 'FSBZInternalChallengeProgressStat::TargetValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInternalChallengeProgressItem \ +static_assert(alignof(FSBZInternalChallengeProgressItem) == 0x000008, "Wrong alignment on FSBZInternalChallengeProgressItem"); \ +static_assert(sizeof(FSBZInternalChallengeProgressItem) == 0x000018, "Wrong size on FSBZInternalChallengeProgressItem"); \ +static_assert(offsetof(FSBZInternalChallengeProgressItem, ItemSku) == 0x000000, "Member 'FSBZInternalChallengeProgressItem::ItemSku' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeProgressItem, CurrentQuantity) == 0x000010, "Member 'FSBZInternalChallengeProgressItem::CurrentQuantity' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeProgressItem, TargetQuantity) == 0x000014, "Member 'FSBZInternalChallengeProgressItem::TargetQuantity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInternalChallengeProgressPrerequisite \ +static_assert(alignof(FSBZInternalChallengeProgressPrerequisite) == 0x000008, "Wrong alignment on FSBZInternalChallengeProgressPrerequisite"); \ +static_assert(sizeof(FSBZInternalChallengeProgressPrerequisite) == 0x000030, "Wrong size on FSBZInternalChallengeProgressPrerequisite"); \ +static_assert(offsetof(FSBZInternalChallengeProgressPrerequisite, Stats) == 0x000000, "Member 'FSBZInternalChallengeProgressPrerequisite::Stats' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeProgressPrerequisite, Items) == 0x000010, "Member 'FSBZInternalChallengeProgressPrerequisite::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZArmorConfig \ +static_assert(alignof(FSBZArmorConfig) == 0x000008, "Wrong alignment on FSBZArmorConfig"); \ +static_assert(sizeof(FSBZArmorConfig) == 0x000020, "Wrong size on FSBZArmorConfig"); \ +static_assert(offsetof(FSBZArmorConfig, Data) == 0x000000, "Member 'FSBZArmorConfig::Data' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmorConfig, OriginalData) == 0x000008, "Member 'FSBZArmorConfig::OriginalData' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmorConfig, ChunkTypeArray) == 0x000010, "Member 'FSBZArmorConfig::ChunkTypeArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInventorySlot \ +static_assert(alignof(FSBZInventorySlot) == 0x000008, "Wrong alignment on FSBZInventorySlot"); \ +static_assert(sizeof(FSBZInventorySlot) == 0x000028, "Wrong size on FSBZInventorySlot"); \ +static_assert(offsetof(FSBZInventorySlot, ItemInventorySlotAvailability) == 0x000000, "Member 'FSBZInventorySlot::ItemInventorySlotAvailability' has a wrong offset!"); \ +static_assert(offsetof(FSBZInventorySlot, ConfigSlotEntitlementId) == 0x000004, "Member 'FSBZInventorySlot::ConfigSlotEntitlementId' has a wrong offset!"); \ +static_assert(offsetof(FSBZInventorySlot, ConfigSlotItemSku) == 0x000018, "Member 'FSBZInventorySlot::ConfigSlotItemSku' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZArmorInventorySlot \ +static_assert(alignof(FSBZArmorInventorySlot) == 0x000008, "Wrong alignment on FSBZArmorInventorySlot"); \ +static_assert(sizeof(FSBZArmorInventorySlot) == 0x000068, "Wrong size on FSBZArmorInventorySlot"); \ +static_assert(offsetof(FSBZArmorInventorySlot, ArmorInSlotEntitlementId) == 0x000028, "Member 'FSBZArmorInventorySlot::ArmorInSlotEntitlementId' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmorInventorySlot, ArmorInSlotAccelByteItemSku) == 0x000038, "Member 'FSBZArmorInventorySlot::ArmorInSlotAccelByteItemSku' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmorInventorySlot, ArmorConfig) == 0x000048, "Member 'FSBZArmorInventorySlot::ArmorConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLocalGasLocation \ +static_assert(alignof(FSBZLocalGasLocation) == 0x000004, "Wrong alignment on FSBZLocalGasLocation"); \ +static_assert(sizeof(FSBZLocalGasLocation) == 0x000014, "Wrong size on FSBZLocalGasLocation"); \ +static_assert(offsetof(FSBZLocalGasLocation, X) == 0x00000C, "Member 'FSBZLocalGasLocation::X' has a wrong offset!"); \ +static_assert(offsetof(FSBZLocalGasLocation, Y) == 0x00000E, "Member 'FSBZLocalGasLocation::Y' has a wrong offset!"); \ +static_assert(offsetof(FSBZLocalGasLocation, Z) == 0x000010, "Member 'FSBZLocalGasLocation::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLocalGasLocations \ +static_assert(alignof(FSBZLocalGasLocations) == 0x000008, "Wrong alignment on FSBZLocalGasLocations"); \ +static_assert(sizeof(FSBZLocalGasLocations) == 0x000118, "Wrong size on FSBZLocalGasLocations"); \ +static_assert(offsetof(FSBZLocalGasLocations, Locations) == 0x000108, "Member 'FSBZLocalGasLocations::Locations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZUIStackChangedEvent \ +static_assert(alignof(FSBZUIStackChangedEvent) == 0x000004, "Wrong alignment on FSBZUIStackChangedEvent"); \ +static_assert(sizeof(FSBZUIStackChangedEvent) == 0x00001C, "Wrong size on FSBZUIStackChangedEvent"); \ +static_assert(offsetof(FSBZUIStackChangedEvent, NewValue) == 0x000000, "Member 'FSBZUIStackChangedEvent::NewValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZUIStackChangedEvent, OldValue) == 0x00000C, "Member 'FSBZUIStackChangedEvent::OldValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZUIStackChangedEvent, bWasAddedEvent) == 0x000018, "Member 'FSBZUIStackChangedEvent::bWasAddedEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDebugSelection \ +static_assert(alignof(FSBZDebugSelection) == 0x000008, "Wrong alignment on FSBZDebugSelection"); \ +static_assert(sizeof(FSBZDebugSelection) == 0x000018, "Wrong size on FSBZDebugSelection"); \ +static_assert(offsetof(FSBZDebugSelection, Object) == 0x000000, "Member 'FSBZDebugSelection::Object' has a wrong offset!"); \ +static_assert(offsetof(FSBZDebugSelection, SocketName) == 0x000008, "Member 'FSBZDebugSelection::SocketName' has a wrong offset!"); \ +static_assert(offsetof(FSBZDebugSelection, DepthStencil) == 0x000014, "Member 'FSBZDebugSelection::DepthStencil' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZEquippablePartConfigGroup \ +static_assert(alignof(FSBZEquippablePartConfigGroup) == 0x000008, "Wrong alignment on FSBZEquippablePartConfigGroup"); \ +static_assert(sizeof(FSBZEquippablePartConfigGroup) == 0x000010, "Wrong size on FSBZEquippablePartConfigGroup"); \ +static_assert(offsetof(FSBZEquippablePartConfigGroup, Part) == 0x000000, "Member 'FSBZEquippablePartConfigGroup::Part' has a wrong offset!"); \ +static_assert(offsetof(FSBZEquippablePartConfigGroup, Config) == 0x000008, "Member 'FSBZEquippablePartConfigGroup::Config' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZEquippableConfig \ +static_assert(alignof(FSBZEquippableConfig) == 0x000008, "Wrong alignment on FSBZEquippableConfig"); \ +static_assert(sizeof(FSBZEquippableConfig) == 0x000070, "Wrong size on FSBZEquippableConfig"); \ +static_assert(offsetof(FSBZEquippableConfig, EquippableData) == 0x000000, "Member 'FSBZEquippableConfig::EquippableData' has a wrong offset!"); \ +static_assert(offsetof(FSBZEquippableConfig, OriginalEquippableData) == 0x000008, "Member 'FSBZEquippableConfig::OriginalEquippableData' has a wrong offset!"); \ +static_assert(offsetof(FSBZEquippableConfig, ModDataArray) == 0x000010, "Member 'FSBZEquippableConfig::ModDataArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZEquippableConfig, ModDataMap) == 0x000020, "Member 'FSBZEquippableConfig::ModDataMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZOverskillLoadoutConfig \ +static_assert(alignof(FSBZOverskillLoadoutConfig) == 0x000008, "Wrong alignment on FSBZOverskillLoadoutConfig"); \ +static_assert(sizeof(FSBZOverskillLoadoutConfig) == 0x000010, "Wrong size on FSBZOverskillLoadoutConfig"); \ +static_assert(offsetof(FSBZOverskillLoadoutConfig, Data) == 0x000000, "Member 'FSBZOverskillLoadoutConfig::Data' has a wrong offset!"); \ +static_assert(offsetof(FSBZOverskillLoadoutConfig, OriginalData) == 0x000008, "Member 'FSBZOverskillLoadoutConfig::OriginalData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZThrowableConfig \ +static_assert(alignof(FSBZThrowableConfig) == 0x000008, "Wrong alignment on FSBZThrowableConfig"); \ +static_assert(sizeof(FSBZThrowableConfig) == 0x000010, "Wrong size on FSBZThrowableConfig"); \ +static_assert(offsetof(FSBZThrowableConfig, Data) == 0x000000, "Member 'FSBZThrowableConfig::Data' has a wrong offset!"); \ +static_assert(offsetof(FSBZThrowableConfig, OriginalData) == 0x000008, "Member 'FSBZThrowableConfig::OriginalData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMaskPartConfigGroup \ +static_assert(alignof(FSBZMaskPartConfigGroup) == 0x000008, "Wrong alignment on FSBZMaskPartConfigGroup"); \ +static_assert(sizeof(FSBZMaskPartConfigGroup) == 0x000010, "Wrong size on FSBZMaskPartConfigGroup"); \ +static_assert(offsetof(FSBZMaskPartConfigGroup, Part) == 0x000000, "Member 'FSBZMaskPartConfigGroup::Part' has a wrong offset!"); \ +static_assert(offsetof(FSBZMaskPartConfigGroup, Config) == 0x000008, "Member 'FSBZMaskPartConfigGroup::Config' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMaskConfig \ +static_assert(alignof(FSBZMaskConfig) == 0x000008, "Wrong alignment on FSBZMaskConfig"); \ +static_assert(sizeof(FSBZMaskConfig) == 0x000070, "Wrong size on FSBZMaskConfig"); \ +static_assert(offsetof(FSBZMaskConfig, MaskData) == 0x000000, "Member 'FSBZMaskConfig::MaskData' has a wrong offset!"); \ +static_assert(offsetof(FSBZMaskConfig, OriginalMaskData) == 0x000008, "Member 'FSBZMaskConfig::OriginalMaskData' has a wrong offset!"); \ +static_assert(offsetof(FSBZMaskConfig, ModDataArray) == 0x000010, "Member 'FSBZMaskConfig::ModDataArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZMaskConfig, ModDataMap) == 0x000020, "Member 'FSBZMaskConfig::ModDataMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSuitPartConfigGroup \ +static_assert(alignof(FSBZSuitPartConfigGroup) == 0x000008, "Wrong alignment on FSBZSuitPartConfigGroup"); \ +static_assert(sizeof(FSBZSuitPartConfigGroup) == 0x000010, "Wrong size on FSBZSuitPartConfigGroup"); \ +static_assert(offsetof(FSBZSuitPartConfigGroup, Part) == 0x000000, "Member 'FSBZSuitPartConfigGroup::Part' has a wrong offset!"); \ +static_assert(offsetof(FSBZSuitPartConfigGroup, Config) == 0x000008, "Member 'FSBZSuitPartConfigGroup::Config' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSuitConfigModDataMap \ +static_assert(alignof(FSBZSuitConfigModDataMap) == 0x000008, "Wrong alignment on FSBZSuitConfigModDataMap"); \ +static_assert(sizeof(FSBZSuitConfigModDataMap) == 0x000050, "Wrong size on FSBZSuitConfigModDataMap"); \ +static_assert(offsetof(FSBZSuitConfigModDataMap, ModDataMap) == 0x000000, "Member 'FSBZSuitConfigModDataMap::ModDataMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSuitConfig \ +static_assert(alignof(FSBZSuitConfig) == 0x000008, "Wrong alignment on FSBZSuitConfig"); \ +static_assert(sizeof(FSBZSuitConfig) == 0x000028, "Wrong size on FSBZSuitConfig"); \ +static_assert(offsetof(FSBZSuitConfig, SuitData) == 0x000000, "Member 'FSBZSuitConfig::SuitData' has a wrong offset!"); \ +static_assert(offsetof(FSBZSuitConfig, OriginalSuitData) == 0x000008, "Member 'FSBZSuitConfig::OriginalSuitData' has a wrong offset!"); \ +static_assert(offsetof(FSBZSuitConfig, SuitBaseData) == 0x000010, "Member 'FSBZSuitConfig::SuitBaseData' has a wrong offset!"); \ +static_assert(offsetof(FSBZSuitConfig, ModDataMapArray) == 0x000018, "Member 'FSBZSuitConfig::ModDataMapArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPD3ModifiableLoadoutData \ +static_assert(alignof(FPD3ModifiableLoadoutData) == 0x000008, "Wrong alignment on FPD3ModifiableLoadoutData"); \ +static_assert(sizeof(FPD3ModifiableLoadoutData) == 0x000010, "Wrong size on FPD3ModifiableLoadoutData"); \ +static_assert(offsetof(FPD3ModifiableLoadoutData, ToolData) == 0x000000, "Member 'FPD3ModifiableLoadoutData::ToolData' has a wrong offset!"); \ +static_assert(offsetof(FPD3ModifiableLoadoutData, ModifiedToolData) == 0x000008, "Member 'FPD3ModifiableLoadoutData::ModifiedToolData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPD3PlayerLoadout \ +static_assert(alignof(FPD3PlayerLoadout) == 0x000008, "Wrong alignment on FPD3PlayerLoadout"); \ +static_assert(sizeof(FPD3PlayerLoadout) == 0x0002E8, "Wrong size on FPD3PlayerLoadout"); \ +static_assert(offsetof(FPD3PlayerLoadout, PreferredCharacterDataArray) == 0x000000, "Member 'FPD3PlayerLoadout::PreferredCharacterDataArray' has a wrong offset!"); \ +static_assert(offsetof(FPD3PlayerLoadout, EquippableConfigArray) == 0x000010, "Member 'FPD3PlayerLoadout::EquippableConfigArray' has a wrong offset!"); \ +static_assert(offsetof(FPD3PlayerLoadout, OverkillWeaponConfig) == 0x000020, "Member 'FPD3PlayerLoadout::OverkillWeaponConfig' has a wrong offset!"); \ +static_assert(offsetof(FPD3PlayerLoadout, OverskillLoadoutConfig) == 0x000090, "Member 'FPD3PlayerLoadout::OverskillLoadoutConfig' has a wrong offset!"); \ +static_assert(offsetof(FPD3PlayerLoadout, ThrowableConfigArray) == 0x0000A0, "Member 'FPD3PlayerLoadout::ThrowableConfigArray' has a wrong offset!"); \ +static_assert(offsetof(FPD3PlayerLoadout, GloveData) == 0x0000B0, "Member 'FPD3PlayerLoadout::GloveData' has a wrong offset!"); \ +static_assert(offsetof(FPD3PlayerLoadout, MaskConfig) == 0x0000B8, "Member 'FPD3PlayerLoadout::MaskConfig' has a wrong offset!"); \ +static_assert(offsetof(FPD3PlayerLoadout, SuitConfig) == 0x000128, "Member 'FPD3PlayerLoadout::SuitConfig' has a wrong offset!"); \ +static_assert(offsetof(FPD3PlayerLoadout, ArmorConfig) == 0x000150, "Member 'FPD3PlayerLoadout::ArmorConfig' has a wrong offset!"); \ +static_assert(offsetof(FPD3PlayerLoadout, SkillArray) == 0x000170, "Member 'FPD3PlayerLoadout::SkillArray' has a wrong offset!"); \ +static_assert(offsetof(FPD3PlayerLoadout, RemovedOverskillSkillArray) == 0x000180, "Member 'FPD3PlayerLoadout::RemovedOverskillSkillArray' has a wrong offset!"); \ +static_assert(offsetof(FPD3PlayerLoadout, OverskillProgressDataArray) == 0x000190, "Member 'FPD3PlayerLoadout::OverskillProgressDataArray' has a wrong offset!"); \ +static_assert(offsetof(FPD3PlayerLoadout, ModifiableLoadoutDataArray) == 0x0001A0, "Member 'FPD3PlayerLoadout::ModifiableLoadoutDataArray' has a wrong offset!"); \ +static_assert(offsetof(FPD3PlayerLoadout, PendingValidationCount) == 0x0001B0, "Member 'FPD3PlayerLoadout::PendingValidationCount' has a wrong offset!"); \ +static_assert(offsetof(FPD3PlayerLoadout, bIsSkillArrayValidated) == 0x0001B1, "Member 'FPD3PlayerLoadout::bIsSkillArrayValidated' has a wrong offset!"); \ +static_assert(offsetof(FPD3PlayerLoadout, bIsOverskillArrayValidated) == 0x0001B2, "Member 'FPD3PlayerLoadout::bIsOverskillArrayValidated' has a wrong offset!"); \ +static_assert(offsetof(FPD3PlayerLoadout, AbilityData) == 0x0001B8, "Member 'FPD3PlayerLoadout::AbilityData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLobbyCharacterInfoUi \ +static_assert(alignof(FSBZLobbyCharacterInfoUi) == 0x000008, "Wrong alignment on FSBZLobbyCharacterInfoUi"); \ +static_assert(sizeof(FSBZLobbyCharacterInfoUi) == 0x000428, "Wrong size on FSBZLobbyCharacterInfoUi"); \ +static_assert(offsetof(FSBZLobbyCharacterInfoUi, PawnClass) == 0x000000, "Member 'FSBZLobbyCharacterInfoUi::PawnClass' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfoUi, PawnSoftClass) == 0x000008, "Member 'FSBZLobbyCharacterInfoUi::PawnSoftClass' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfoUi, bAsyncLoadInProgress) == 0x000048, "Member 'FSBZLobbyCharacterInfoUi::bAsyncLoadInProgress' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfoUi, bIsPlayerReady) == 0x000049, "Member 'FSBZLobbyCharacterInfoUi::bIsPlayerReady' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfoUi, bPlayerAcceptedMatch) == 0x00004A, "Member 'FSBZLobbyCharacterInfoUi::bPlayerAcceptedMatch' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfoUi, LevelIdx) == 0x00004C, "Member 'FSBZLobbyCharacterInfoUi::LevelIdx' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfoUi, PowerLevel) == 0x000050, "Member 'FSBZLobbyCharacterInfoUi::PowerLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfoUi, Nickname) == 0x000058, "Member 'FSBZLobbyCharacterInfoUi::Nickname' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfoUi, UserId) == 0x000068, "Member 'FSBZLobbyCharacterInfoUi::UserId' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfoUi, AccelBytePlayerName) == 0x000078, "Member 'FSBZLobbyCharacterInfoUi::AccelBytePlayerName' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfoUi, PlayerUidString) == 0x000088, "Member 'FSBZLobbyCharacterInfoUi::PlayerUidString' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfoUi, EOSProdUId) == 0x000098, "Member 'FSBZLobbyCharacterInfoUi::EOSProdUId' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfoUi, PlayerUId) == 0x0000A8, "Member 'FSBZLobbyCharacterInfoUi::PlayerUId' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfoUi, SlotStatus) == 0x0000D0, "Member 'FSBZLobbyCharacterInfoUi::SlotStatus' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfoUi, PreplanningAssetSku) == 0x0000D8, "Member 'FSBZLobbyCharacterInfoUi::PreplanningAssetSku' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfoUi, Platform) == 0x0000E8, "Member 'FSBZLobbyCharacterInfoUi::Platform' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfoUi, FirstPartyPlatform) == 0x0000E9, "Member 'FSBZLobbyCharacterInfoUi::FirstPartyPlatform' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfoUi, InfamyLevel) == 0x0000EC, "Member 'FSBZLobbyCharacterInfoUi::InfamyLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfoUi, RenownLevel) == 0x0000F0, "Member 'FSBZLobbyCharacterInfoUi::RenownLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfoUi, Loadout) == 0x0000F8, "Member 'FSBZLobbyCharacterInfoUi::Loadout' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfoUi, SelectedCharacter) == 0x0003E0, "Member 'FSBZLobbyCharacterInfoUi::SelectedCharacter' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfoUi, P2PPlatformId) == 0x000400, "Member 'FSBZLobbyCharacterInfoUi::P2PPlatformId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPropDamageContext \ +static_assert(alignof(FSBZPropDamageContext) == 0x000008, "Wrong alignment on FSBZPropDamageContext"); \ +static_assert(sizeof(FSBZPropDamageContext) == 0x000018, "Wrong size on FSBZPropDamageContext"); \ +static_assert(offsetof(FSBZPropDamageContext, FromDirection) == 0x000000, "Member 'FSBZPropDamageContext::FromDirection' has a wrong offset!"); \ +static_assert(offsetof(FSBZPropDamageContext, CharacterInstigator) == 0x000010, "Member 'FSBZPropDamageContext::CharacterInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAttackTargetDifficultySettings \ +static_assert(alignof(FSBZAttackTargetDifficultySettings) == 0x000004, "Wrong alignment on FSBZAttackTargetDifficultySettings"); \ +static_assert(sizeof(FSBZAttackTargetDifficultySettings) == 0x000010, "Wrong size on FSBZAttackTargetDifficultySettings"); \ +static_assert(offsetof(FSBZAttackTargetDifficultySettings, AttackTime) == 0x000000, "Member 'FSBZAttackTargetDifficultySettings::AttackTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZAttackTargetDifficultySettings, RandomDeviation) == 0x000004, "Member 'FSBZAttackTargetDifficultySettings::RandomDeviation' has a wrong offset!"); \ +static_assert(offsetof(FSBZAttackTargetDifficultySettings, AimTime) == 0x000008, "Member 'FSBZAttackTargetDifficultySettings::AimTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZAttackTargetDifficultySettings, LOSLostAdditionalAimTime) == 0x00000C, "Member 'FSBZAttackTargetDifficultySettings::LOSLostAdditionalAimTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponEntitlementData \ +static_assert(alignof(FSBZWeaponEntitlementData) == 0x000004, "Wrong alignment on FSBZWeaponEntitlementData"); \ +static_assert(sizeof(FSBZWeaponEntitlementData) == 0x000014, "Wrong size on FSBZWeaponEntitlementData"); \ +static_assert(offsetof(FSBZWeaponEntitlementData, ConfigSlotEntitlementId) == 0x000000, "Member 'FSBZWeaponEntitlementData::ConfigSlotEntitlementId' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponEntitlementData, EquippableLoadoutSlot) == 0x000010, "Member 'FSBZWeaponEntitlementData::EquippableLoadoutSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHUDNotificationData \ +static_assert(alignof(FSBZHUDNotificationData) == 0x000008, "Wrong alignment on FSBZHUDNotificationData"); \ +static_assert(sizeof(FSBZHUDNotificationData) == 0x000020, "Wrong size on FSBZHUDNotificationData"); \ +static_assert(offsetof(FSBZHUDNotificationData, DisplayText) == 0x000000, "Member 'FSBZHUDNotificationData::DisplayText' has a wrong offset!"); \ +static_assert(offsetof(FSBZHUDNotificationData, DisplayTime) == 0x000018, "Member 'FSBZHUDNotificationData::DisplayTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMetaEventModifierData \ +static_assert(alignof(FSBZMetaEventModifierData) == 0x000004, "Wrong alignment on FSBZMetaEventModifierData"); \ +static_assert(sizeof(FSBZMetaEventModifierData) == 0x000008, "Wrong size on FSBZMetaEventModifierData"); \ +static_assert(offsetof(FSBZMetaEventModifierData, ModifierType) == 0x000000, "Member 'FSBZMetaEventModifierData::ModifierType' has a wrong offset!"); \ +static_assert(offsetof(FSBZMetaEventModifierData, Multiplier) == 0x000004, "Member 'FSBZMetaEventModifierData::Multiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDropCharacterSound \ +static_assert(alignof(FSBZDropCharacterSound) == 0x000008, "Wrong alignment on FSBZDropCharacterSound"); \ +static_assert(sizeof(FSBZDropCharacterSound) == 0x000010, "Wrong size on FSBZDropCharacterSound"); \ +static_assert(offsetof(FSBZDropCharacterSound, DropRagdollSoundEvent) == 0x000000, "Member 'FSBZDropCharacterSound::DropRagdollSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(FSBZDropCharacterSound, DropHumanShieldSoundEvent) == 0x000008, "Member 'FSBZDropCharacterSound::DropHumanShieldSoundEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZArmorChunkGUIData \ +static_assert(alignof(FSBZArmorChunkGUIData) == 0x000008, "Wrong alignment on FSBZArmorChunkGUIData"); \ +static_assert(sizeof(FSBZArmorChunkGUIData) == 0x000038, "Wrong size on FSBZArmorChunkGUIData"); \ +static_assert(offsetof(FSBZArmorChunkGUIData, Type) == 0x000000, "Member 'FSBZArmorChunkGUIData::Type' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmorChunkGUIData, Widget) == 0x000008, "Member 'FSBZArmorChunkGUIData::Widget' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmorChunkGUIData, DynamicMaterial) == 0x000010, "Member 'FSBZArmorChunkGUIData::DynamicMaterial' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmorChunkGUIData, ArmorScale) == 0x000018, "Member 'FSBZArmorChunkGUIData::ArmorScale' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmorChunkGUIData, TraumaScale) == 0x00001C, "Member 'FSBZArmorChunkGUIData::TraumaScale' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmorChunkGUIData, TraumaVector) == 0x000020, "Member 'FSBZArmorChunkGUIData::TraumaVector' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmorChunkGUIData, ReplenishScale) == 0x000030, "Member 'FSBZArmorChunkGUIData::ReplenishScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHitResultLite \ +static_assert(alignof(FSBZHitResultLite) == 0x000004, "Wrong alignment on FSBZHitResultLite"); \ +static_assert(sizeof(FSBZHitResultLite) == 0x000034, "Wrong size on FSBZHitResultLite"); \ +static_assert(offsetof(FSBZHitResultLite, TraceStart) == 0x000000, "Member 'FSBZHitResultLite::TraceStart' has a wrong offset!"); \ +static_assert(offsetof(FSBZHitResultLite, TraceEnd) == 0x00000C, "Member 'FSBZHitResultLite::TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(FSBZHitResultLite, ImpactPoint) == 0x000018, "Member 'FSBZHitResultLite::ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(FSBZHitResultLite, Normal) == 0x000024, "Member 'FSBZHitResultLite::Normal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgentNavState \ +static_assert(alignof(FSBZAgentNavState) == 0x000004, "Wrong alignment on FSBZAgentNavState"); \ +static_assert(sizeof(FSBZAgentNavState) == 0x00003C, "Wrong size on FSBZAgentNavState"); \ +static_assert(offsetof(FSBZAgentNavState, LastFloorCheckZ) == 0x000000, "Member 'FSBZAgentNavState::LastFloorCheckZ' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentNavState, ProjectionTimer) == 0x000004, "Member 'FSBZAgentNavState::ProjectionTimer' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentNavState, CachedProjectedNavMeshHitResult) == 0x000008, "Member 'FSBZAgentNavState::CachedProjectedNavMeshHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZUIHUDContext \ +static_assert(alignof(FSBZUIHUDContext) == 0x000001, "Wrong alignment on FSBZUIHUDContext"); \ +static_assert(sizeof(FSBZUIHUDContext) == 0x000001, "Wrong size on FSBZUIHUDContext"); \ +static_assert(offsetof(FSBZUIHUDContext, bIsPlayerHUDDisplayed) == 0x000000, "Member 'FSBZUIHUDContext::bIsPlayerHUDDisplayed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTitleData \ +static_assert(alignof(FSBZTitleData) == 0x000008, "Wrong alignment on FSBZTitleData"); \ +static_assert(sizeof(FSBZTitleData) == 0x000010, "Wrong size on FSBZTitleData"); \ +static_assert(offsetof(FSBZTitleData, TitleData) == 0x000000, "Member 'FSBZTitleData::TitleData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMilestoneData \ +static_assert(alignof(FSBZMilestoneData) == 0x000008, "Wrong alignment on FSBZMilestoneData"); \ +static_assert(sizeof(FSBZMilestoneData) == 0x000018, "Wrong size on FSBZMilestoneData"); \ +static_assert(offsetof(FSBZMilestoneData, MilestoneId) == 0x000000, "Member 'FSBZMilestoneData::MilestoneId' has a wrong offset!"); \ +static_assert(offsetof(FSBZMilestoneData, bCompleted) == 0x000010, "Member 'FSBZMilestoneData::bCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAttackInfo \ +static_assert(alignof(FSBZAttackInfo) == 0x000004, "Wrong alignment on FSBZAttackInfo"); \ +static_assert(sizeof(FSBZAttackInfo) == 0x000028, "Wrong size on FSBZAttackInfo"); \ + +#define DUMPER7_ASSERTS_FInteractableDataContainer \ +static_assert(alignof(FInteractableDataContainer) == 0x000008, "Wrong alignment on FInteractableDataContainer"); \ +static_assert(sizeof(FInteractableDataContainer) == 0x000028, "Wrong size on FInteractableDataContainer"); \ +static_assert(offsetof(FInteractableDataContainer, Interactable) == 0x000000, "Member 'FInteractableDataContainer::Interactable' has a wrong offset!"); \ +static_assert(offsetof(FInteractableDataContainer, InteractableOwner) == 0x000008, "Member 'FInteractableDataContainer::InteractableOwner' has a wrong offset!"); \ +static_assert(offsetof(FInteractableDataContainer, InteractionLocation) == 0x00000C, "Member 'FInteractableDataContainer::InteractionLocation' has a wrong offset!"); \ +static_assert(offsetof(FInteractableDataContainer, MoveToLocation) == 0x000018, "Member 'FInteractableDataContainer::MoveToLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZGameplayTagCounterArrayItem \ +static_assert(alignof(FSBZGameplayTagCounterArrayItem) == 0x000004, "Wrong alignment on FSBZGameplayTagCounterArrayItem"); \ +static_assert(sizeof(FSBZGameplayTagCounterArrayItem) == 0x000020, "Wrong size on FSBZGameplayTagCounterArrayItem"); \ +static_assert(offsetof(FSBZGameplayTagCounterArrayItem, Tag) == 0x00000C, "Member 'FSBZGameplayTagCounterArrayItem::Tag' has a wrong offset!"); \ +static_assert(offsetof(FSBZGameplayTagCounterArrayItem, Count) == 0x000018, "Member 'FSBZGameplayTagCounterArrayItem::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZEndMissionSecuredBag \ +static_assert(alignof(FSBZEndMissionSecuredBag) == 0x000008, "Wrong alignment on FSBZEndMissionSecuredBag"); \ +static_assert(sizeof(FSBZEndMissionSecuredBag) == 0x000038, "Wrong size on FSBZEndMissionSecuredBag"); \ +static_assert(offsetof(FSBZEndMissionSecuredBag, BagType) == 0x000000, "Member 'FSBZEndMissionSecuredBag::BagType' has a wrong offset!"); \ +static_assert(offsetof(FSBZEndMissionSecuredBag, Count) == 0x000030, "Member 'FSBZEndMissionSecuredBag::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAnimNode_PoseMatchingBlendSpacePlayer \ +static_assert(alignof(FSBZAnimNode_PoseMatchingBlendSpacePlayer) == 0x000008, "Wrong alignment on FSBZAnimNode_PoseMatchingBlendSpacePlayer"); \ +static_assert(sizeof(FSBZAnimNode_PoseMatchingBlendSpacePlayer) == 0x000118, "Wrong size on FSBZAnimNode_PoseMatchingBlendSpacePlayer"); \ +static_assert(offsetof(FSBZAnimNode_PoseMatchingBlendSpacePlayer, X) == 0x000048, "Member 'FSBZAnimNode_PoseMatchingBlendSpacePlayer::X' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_PoseMatchingBlendSpacePlayer, Y) == 0x00004C, "Member 'FSBZAnimNode_PoseMatchingBlendSpacePlayer::Y' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_PoseMatchingBlendSpacePlayer, Z) == 0x000050, "Member 'FSBZAnimNode_PoseMatchingBlendSpacePlayer::Z' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_PoseMatchingBlendSpacePlayer, BlendSpace) == 0x000058, "Member 'FSBZAnimNode_PoseMatchingBlendSpacePlayer::BlendSpace' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_PoseMatchingBlendSpacePlayer, CurveName) == 0x000060, "Member 'FSBZAnimNode_PoseMatchingBlendSpacePlayer::CurveName' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_PoseMatchingBlendSpacePlayer, CurveTarget) == 0x00006C, "Member 'FSBZAnimNode_PoseMatchingBlendSpacePlayer::CurveTarget' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_PoseMatchingBlendSpacePlayer, PlayRate) == 0x000074, "Member 'FSBZAnimNode_PoseMatchingBlendSpacePlayer::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_PoseMatchingBlendSpacePlayer, bOnlyOnInitialize) == 0x000078, "Member 'FSBZAnimNode_PoseMatchingBlendSpacePlayer::bOnlyOnInitialize' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_PoseMatchingBlendSpacePlayer, bStartSearchFromCurrentTime) == 0x000079, "Member 'FSBZAnimNode_PoseMatchingBlendSpacePlayer::bStartSearchFromCurrentTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_PoseMatchingBlendSpacePlayer, BlendFilter) == 0x000080, "Member 'FSBZAnimNode_PoseMatchingBlendSpacePlayer::BlendFilter' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_PoseMatchingBlendSpacePlayer, BlendSampleDataCache) == 0x0000F8, "Member 'FSBZAnimNode_PoseMatchingBlendSpacePlayer::BlendSampleDataCache' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_PoseMatchingBlendSpacePlayer, PreviousBlendSpace) == 0x000108, "Member 'FSBZAnimNode_PoseMatchingBlendSpacePlayer::PreviousBlendSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZProgressionWaveMapping \ +static_assert(alignof(FSBZProgressionWaveMapping) == 0x000004, "Wrong alignment on FSBZProgressionWaveMapping"); \ +static_assert(sizeof(FSBZProgressionWaveMapping) == 0x000008, "Wrong size on FSBZProgressionWaveMapping"); \ +static_assert(offsetof(FSBZProgressionWaveMapping, Progression) == 0x000000, "Member 'FSBZProgressionWaveMapping::Progression' has a wrong offset!"); \ +static_assert(offsetof(FSBZProgressionWaveMapping, WaveIndex) == 0x000004, "Member 'FSBZProgressionWaveMapping::WaveIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWindData \ +static_assert(alignof(FSBZWindData) == 0x000004, "Wrong alignment on FSBZWindData"); \ +static_assert(sizeof(FSBZWindData) == 0x000018, "Wrong size on FSBZWindData"); \ +static_assert(offsetof(FSBZWindData, Speed) == 0x000000, "Member 'FSBZWindData::Speed' has a wrong offset!"); \ +static_assert(offsetof(FSBZWindData, MinGustAmt) == 0x000004, "Member 'FSBZWindData::MinGustAmt' has a wrong offset!"); \ +static_assert(offsetof(FSBZWindData, MaxGustAmt) == 0x000008, "Member 'FSBZWindData::MaxGustAmt' has a wrong offset!"); \ +static_assert(offsetof(FSBZWindData, Direction) == 0x00000C, "Member 'FSBZWindData::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponConfigInventorySlot \ +static_assert(alignof(FSBZWeaponConfigInventorySlot) == 0x000008, "Wrong alignment on FSBZWeaponConfigInventorySlot"); \ +static_assert(sizeof(FSBZWeaponConfigInventorySlot) == 0x000080, "Wrong size on FSBZWeaponConfigInventorySlot"); \ +static_assert(offsetof(FSBZWeaponConfigInventorySlot, EquippableConfig) == 0x000000, "Member 'FSBZWeaponConfigInventorySlot::EquippableConfig' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponConfigInventorySlot, PayedWeaponPartAttachmentItemIdArray) == 0x000070, "Member 'FSBZWeaponConfigInventorySlot::PayedWeaponPartAttachmentItemIdArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZReviveEvent \ +static_assert(alignof(FSBZReviveEvent) == 0x000008, "Wrong alignment on FSBZReviveEvent"); \ +static_assert(sizeof(FSBZReviveEvent) == 0x000010, "Wrong size on FSBZReviveEvent"); \ +static_assert(offsetof(FSBZReviveEvent, Reviver) == 0x000000, "Member 'FSBZReviveEvent::Reviver' has a wrong offset!"); \ +static_assert(offsetof(FSBZReviveEvent, CharacterBeingRevived) == 0x000008, "Member 'FSBZReviveEvent::CharacterBeingRevived' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTurnAnimationContainer \ +static_assert(alignof(FSBZTurnAnimationContainer) == 0x000008, "Wrong alignment on FSBZTurnAnimationContainer"); \ +static_assert(sizeof(FSBZTurnAnimationContainer) == 0x000020, "Wrong size on FSBZTurnAnimationContainer"); \ +static_assert(offsetof(FSBZTurnAnimationContainer, TurnAnimationStand) == 0x000008, "Member 'FSBZTurnAnimationContainer::TurnAnimationStand' has a wrong offset!"); \ +static_assert(offsetof(FSBZTurnAnimationContainer, TurnAnimationCrouch) == 0x000010, "Member 'FSBZTurnAnimationContainer::TurnAnimationCrouch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSpeedWarpingFootDefinition \ +static_assert(alignof(FSBZSpeedWarpingFootDefinition) == 0x000004, "Wrong alignment on FSBZSpeedWarpingFootDefinition"); \ +static_assert(sizeof(FSBZSpeedWarpingFootDefinition) == 0x000028, "Wrong size on FSBZSpeedWarpingFootDefinition"); \ +static_assert(offsetof(FSBZSpeedWarpingFootDefinition, IKFootBone) == 0x000000, "Member 'FSBZSpeedWarpingFootDefinition::IKFootBone' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpeedWarpingFootDefinition, ThighBone) == 0x000014, "Member 'FSBZSpeedWarpingFootDefinition::ThighBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPD3PawnVariationArray \ +static_assert(alignof(FPD3PawnVariationArray) == 0x000008, "Wrong alignment on FPD3PawnVariationArray"); \ +static_assert(sizeof(FPD3PawnVariationArray) == 0x000010, "Wrong size on FPD3PawnVariationArray"); \ +static_assert(offsetof(FPD3PawnVariationArray, PawnArray) == 0x000000, "Member 'FPD3PawnVariationArray::PawnArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAnimNode_TransitionPose \ +static_assert(alignof(FSBZAnimNode_TransitionPose) == 0x000008, "Wrong alignment on FSBZAnimNode_TransitionPose"); \ +static_assert(sizeof(FSBZAnimNode_TransitionPose) == 0x000080, "Wrong size on FSBZAnimNode_TransitionPose"); \ +static_assert(offsetof(FSBZAnimNode_TransitionPose, TransitionDuration) == 0x000020, "Member 'FSBZAnimNode_TransitionPose::TransitionDuration' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_TransitionPose, bActivateInertialization) == 0x000024, "Member 'FSBZAnimNode_TransitionPose::bActivateInertialization' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_TransitionPose, BasePose) == 0x000028, "Member 'FSBZAnimNode_TransitionPose::BasePose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlaceableToolActivationTargetData \ +static_assert(alignof(FSBZPlaceableToolActivationTargetData) == 0x000008, "Wrong alignment on FSBZPlaceableToolActivationTargetData"); \ +static_assert(sizeof(FSBZPlaceableToolActivationTargetData) == 0x000008, "Wrong size on FSBZPlaceableToolActivationTargetData"); \ + +#define DUMPER7_ASSERTS_FSBZActorSpawnRequestHandle \ +static_assert(alignof(FSBZActorSpawnRequestHandle) == 0x000008, "Wrong alignment on FSBZActorSpawnRequestHandle"); \ +static_assert(sizeof(FSBZActorSpawnRequestHandle) == 0x000010, "Wrong size on FSBZActorSpawnRequestHandle"); \ + +#define DUMPER7_ASSERTS_FSBZBackendSettings \ +static_assert(alignof(FSBZBackendSettings) == 0x000008, "Wrong alignment on FSBZBackendSettings"); \ +static_assert(sizeof(FSBZBackendSettings) == 0x000018, "Wrong size on FSBZBackendSettings"); \ +static_assert(offsetof(FSBZBackendSettings, Platform) == 0x000000, "Member 'FSBZBackendSettings::Platform' has a wrong offset!"); \ +static_assert(offsetof(FSBZBackendSettings, bIsGameSenseEnabled) == 0x000010, "Member 'FSBZBackendSettings::bIsGameSenseEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSBZBackendSettings, bIsTelemetryEnabled) == 0x000011, "Member 'FSBZBackendSettings::bIsTelemetryEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSBZBackendSettings, PopupsShownBitmask) == 0x000014, "Member 'FSBZBackendSettings::PopupsShownBitmask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlatformsBackendSettingsInfo \ +static_assert(alignof(FSBZPlatformsBackendSettingsInfo) == 0x000008, "Wrong alignment on FSBZPlatformsBackendSettingsInfo"); \ +static_assert(sizeof(FSBZPlatformsBackendSettingsInfo) == 0x000010, "Wrong size on FSBZPlatformsBackendSettingsInfo"); \ +static_assert(offsetof(FSBZPlatformsBackendSettingsInfo, PlatformBackendSettings) == 0x000000, "Member 'FSBZPlatformsBackendSettingsInfo::PlatformBackendSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWorldHandIKHandler \ +static_assert(alignof(FSBZWorldHandIKHandler) == 0x000004, "Wrong alignment on FSBZWorldHandIKHandler"); \ +static_assert(sizeof(FSBZWorldHandIKHandler) == 0x000038, "Wrong size on FSBZWorldHandIKHandler"); \ + +#define DUMPER7_ASSERTS_FSBZThreeWayBlendInstance \ +static_assert(alignof(FSBZThreeWayBlendInstance) == 0x000008, "Wrong alignment on FSBZThreeWayBlendInstance"); \ +static_assert(sizeof(FSBZThreeWayBlendInstance) == 0x000010, "Wrong size on FSBZThreeWayBlendInstance"); \ +static_assert(offsetof(FSBZThreeWayBlendInstance, Animation) == 0x000000, "Member 'FSBZThreeWayBlendInstance::Animation' has a wrong offset!"); \ +static_assert(offsetof(FSBZThreeWayBlendInstance, Alpha) == 0x000008, "Member 'FSBZThreeWayBlendInstance::Alpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZThreeWayBlendHandler \ +static_assert(alignof(FSBZThreeWayBlendHandler) == 0x000008, "Wrong alignment on FSBZThreeWayBlendHandler"); \ +static_assert(sizeof(FSBZThreeWayBlendHandler) == 0x000038, "Wrong size on FSBZThreeWayBlendHandler"); \ +static_assert(offsetof(FSBZThreeWayBlendHandler, Instance1) == 0x000000, "Member 'FSBZThreeWayBlendHandler::Instance1' has a wrong offset!"); \ +static_assert(offsetof(FSBZThreeWayBlendHandler, Instance2) == 0x000010, "Member 'FSBZThreeWayBlendHandler::Instance2' has a wrong offset!"); \ +static_assert(offsetof(FSBZThreeWayBlendHandler, Instance3) == 0x000020, "Member 'FSBZThreeWayBlendHandler::Instance3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInertializationPose \ +static_assert(alignof(FSBZInertializationPose) == 0x000010, "Wrong alignment on FSBZInertializationPose"); \ +static_assert(sizeof(FSBZInertializationPose) == 0x000060, "Wrong size on FSBZInertializationPose"); \ + +#define DUMPER7_ASSERTS_FSBZInputAxisKeyboardBinding \ +static_assert(alignof(FSBZInputAxisKeyboardBinding) == 0x000008, "Wrong alignment on FSBZInputAxisKeyboardBinding"); \ +static_assert(sizeof(FSBZInputAxisKeyboardBinding) == 0x000050, "Wrong size on FSBZInputAxisKeyboardBinding"); \ +static_assert(offsetof(FSBZInputAxisKeyboardBinding, AxisName) == 0x000000, "Member 'FSBZInputAxisKeyboardBinding::AxisName' has a wrong offset!"); \ +static_assert(offsetof(FSBZInputAxisKeyboardBinding, Scale) == 0x00000C, "Member 'FSBZInputAxisKeyboardBinding::Scale' has a wrong offset!"); \ +static_assert(offsetof(FSBZInputAxisKeyboardBinding, KeyPrimary) == 0x000010, "Member 'FSBZInputAxisKeyboardBinding::KeyPrimary' has a wrong offset!"); \ +static_assert(offsetof(FSBZInputAxisKeyboardBinding, KeySecondary) == 0x000030, "Member 'FSBZInputAxisKeyboardBinding::KeySecondary' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZOnlineSessionParams \ +static_assert(alignof(FSBZOnlineSessionParams) == 0x000008, "Wrong alignment on FSBZOnlineSessionParams"); \ +static_assert(sizeof(FSBZOnlineSessionParams) == 0x000088, "Wrong size on FSBZOnlineSessionParams"); \ +static_assert(offsetof(FSBZOnlineSessionParams, SessionPhase) == 0x000000, "Member 'FSBZOnlineSessionParams::SessionPhase' has a wrong offset!"); \ +static_assert(offsetof(FSBZOnlineSessionParams, bIsParty) == 0x000001, "Member 'FSBZOnlineSessionParams::bIsParty' has a wrong offset!"); \ +static_assert(offsetof(FSBZOnlineSessionParams, JoinType) == 0x000002, "Member 'FSBZOnlineSessionParams::JoinType' has a wrong offset!"); \ +static_assert(offsetof(FSBZOnlineSessionParams, LevelIdx) == 0x000004, "Member 'FSBZOnlineSessionParams::LevelIdx' has a wrong offset!"); \ +static_assert(offsetof(FSBZOnlineSessionParams, DifficultyIdx) == 0x000008, "Member 'FSBZOnlineSessionParams::DifficultyIdx' has a wrong offset!"); \ +static_assert(offsetof(FSBZOnlineSessionParams, SecurityCompaniesList) == 0x000010, "Member 'FSBZOnlineSessionParams::SecurityCompaniesList' has a wrong offset!"); \ +static_assert(offsetof(FSBZOnlineSessionParams, TacticType) == 0x000020, "Member 'FSBZOnlineSessionParams::TacticType' has a wrong offset!"); \ +static_assert(offsetof(FSBZOnlineSessionParams, bIsDebugSession) == 0x000021, "Member 'FSBZOnlineSessionParams::bIsDebugSession' has a wrong offset!"); \ +static_assert(offsetof(FSBZOnlineSessionParams, FreeSlots) == 0x000024, "Member 'FSBZOnlineSessionParams::FreeSlots' has a wrong offset!"); \ +static_assert(offsetof(FSBZOnlineSessionParams, bIgnoreFullSession) == 0x000028, "Member 'FSBZOnlineSessionParams::bIgnoreFullSession' has a wrong offset!"); \ +static_assert(offsetof(FSBZOnlineSessionParams, SessionType) == 0x000030, "Member 'FSBZOnlineSessionParams::SessionType' has a wrong offset!"); \ +static_assert(offsetof(FSBZOnlineSessionParams, NetworkVersion) == 0x000034, "Member 'FSBZOnlineSessionParams::NetworkVersion' has a wrong offset!"); \ +static_assert(offsetof(FSBZOnlineSessionParams, MatchMakingGroup) == 0x000038, "Member 'FSBZOnlineSessionParams::MatchMakingGroup' has a wrong offset!"); \ +static_assert(offsetof(FSBZOnlineSessionParams, MatchMakingGroupLabel) == 0x000048, "Member 'FSBZOnlineSessionParams::MatchMakingGroupLabel' has a wrong offset!"); \ +static_assert(offsetof(FSBZOnlineSessionParams, HostingIpAddress) == 0x000058, "Member 'FSBZOnlineSessionParams::HostingIpAddress' has a wrong offset!"); \ +static_assert(offsetof(FSBZOnlineSessionParams, PingInMs) == 0x000068, "Member 'FSBZOnlineSessionParams::PingInMs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZOnlineSearchResult \ +static_assert(alignof(FSBZOnlineSearchResult) == 0x000008, "Wrong alignment on FSBZOnlineSearchResult"); \ +static_assert(sizeof(FSBZOnlineSearchResult) == 0x0001E0, "Wrong size on FSBZOnlineSearchResult"); \ +static_assert(offsetof(FSBZOnlineSearchResult, Name) == 0x000000, "Member 'FSBZOnlineSearchResult::Name' has a wrong offset!"); \ +static_assert(offsetof(FSBZOnlineSearchResult, SessionId) == 0x000010, "Member 'FSBZOnlineSearchResult::SessionId' has a wrong offset!"); \ +static_assert(offsetof(FSBZOnlineSearchResult, Parameters) == 0x000128, "Member 'FSBZOnlineSearchResult::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCharacterCommentAssets \ +static_assert(alignof(FSBZCharacterCommentAssets) == 0x000008, "Wrong alignment on FSBZCharacterCommentAssets"); \ +static_assert(sizeof(FSBZCharacterCommentAssets) == 0x000048, "Wrong size on FSBZCharacterCommentAssets"); \ +static_assert(offsetof(FSBZCharacterCommentAssets, TakeHealthDamage) == 0x000000, "Member 'FSBZCharacterCommentAssets::TakeHealthDamage' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterCommentAssets, TakeArmorDamage) == 0x000008, "Member 'FSBZCharacterCommentAssets::TakeArmorDamage' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterCommentAssets, OnDeath) == 0x000010, "Member 'FSBZCharacterCommentAssets::OnDeath' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterCommentAssets, GruntLight) == 0x000018, "Member 'FSBZCharacterCommentAssets::GruntLight' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterCommentAssets, GruntHeavy) == 0x000020, "Member 'FSBZCharacterCommentAssets::GruntHeavy' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterCommentAssets, GruntHurtLight) == 0x000028, "Member 'FSBZCharacterCommentAssets::GruntHurtLight' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterCommentAssets, GruntHurtHeavy) == 0x000030, "Member 'FSBZCharacterCommentAssets::GruntHurtHeavy' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterCommentAssets, GruntUpwards) == 0x000038, "Member 'FSBZCharacterCommentAssets::GruntUpwards' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterCommentAssets, GruntDownwards) == 0x000040, "Member 'FSBZCharacterCommentAssets::GruntDownwards' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAIAlertnessDialogRules \ +static_assert(alignof(FSBZAIAlertnessDialogRules) == 0x000001, "Wrong alignment on FSBZAIAlertnessDialogRules"); \ +static_assert(sizeof(FSBZAIAlertnessDialogRules) == 0x000002, "Wrong size on FSBZAIAlertnessDialogRules"); \ +static_assert(offsetof(FSBZAIAlertnessDialogRules, bBlock) == 0x000000, "Member 'FSBZAIAlertnessDialogRules::bBlock' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIAlertnessDialogRules, bInterrupt) == 0x000001, "Member 'FSBZAIAlertnessDialogRules::bInterrupt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAnimationContainerCopy \ +static_assert(alignof(FSBZAnimationContainerCopy) == 0x000001, "Wrong alignment on FSBZAnimationContainerCopy"); \ +static_assert(sizeof(FSBZAnimationContainerCopy) == 0x000001, "Wrong size on FSBZAnimationContainerCopy"); \ + +#define DUMPER7_ASSERTS_FSBZVotingChatEvent \ +static_assert(alignof(FSBZVotingChatEvent) == 0x000008, "Wrong alignment on FSBZVotingChatEvent"); \ +static_assert(sizeof(FSBZVotingChatEvent) == 0x000010, "Wrong size on FSBZVotingChatEvent"); \ +static_assert(offsetof(FSBZVotingChatEvent, Message) == 0x000000, "Member 'FSBZVotingChatEvent::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgilityTraversalTrajectoryPoint \ +static_assert(alignof(FSBZAgilityTraversalTrajectoryPoint) == 0x000004, "Wrong alignment on FSBZAgilityTraversalTrajectoryPoint"); \ +static_assert(sizeof(FSBZAgilityTraversalTrajectoryPoint) == 0x000018, "Wrong size on FSBZAgilityTraversalTrajectoryPoint"); \ +static_assert(offsetof(FSBZAgilityTraversalTrajectoryPoint, bIsColliding) == 0x000000, "Member 'FSBZAgilityTraversalTrajectoryPoint::bIsColliding' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalTrajectoryPoint, Radius) == 0x000004, "Member 'FSBZAgilityTraversalTrajectoryPoint::Radius' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalTrajectoryPoint, Height) == 0x000008, "Member 'FSBZAgilityTraversalTrajectoryPoint::Height' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalTrajectoryPoint, Center) == 0x00000C, "Member 'FSBZAgilityTraversalTrajectoryPoint::Center' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgilityTraversalTrajectory \ +static_assert(alignof(FSBZAgilityTraversalTrajectory) == 0x000004, "Wrong alignment on FSBZAgilityTraversalTrajectory"); \ +static_assert(sizeof(FSBZAgilityTraversalTrajectory) == 0x000104, "Wrong size on FSBZAgilityTraversalTrajectory"); \ +static_assert(offsetof(FSBZAgilityTraversalTrajectory, WallImpactNormal) == 0x000000, "Member 'FSBZAgilityTraversalTrajectory::WallImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalTrajectory, WallImpactLocation) == 0x00000C, "Member 'FSBZAgilityTraversalTrajectory::WallImpactLocation' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalTrajectory, JumpPoint) == 0x000018, "Member 'FSBZAgilityTraversalTrajectory::JumpPoint' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalTrajectory, EdgePointFront) == 0x000030, "Member 'FSBZAgilityTraversalTrajectory::EdgePointFront' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalTrajectory, EdgePointBack) == 0x000048, "Member 'FSBZAgilityTraversalTrajectory::EdgePointBack' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalTrajectory, LandPoint) == 0x000060, "Member 'FSBZAgilityTraversalTrajectory::LandPoint' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalTrajectory, AgilityType) == 0x000078, "Member 'FSBZAgilityTraversalTrajectory::AgilityType' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalTrajectory, bEndsFalling) == 0x000079, "Member 'FSBZAgilityTraversalTrajectory::bEndsFalling' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalTrajectory, bEndsInCrouchState) == 0x00007A, "Member 'FSBZAgilityTraversalTrajectory::bEndsInCrouchState' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalTrajectory, bIsValid) == 0x000080, "Member 'FSBZAgilityTraversalTrajectory::bIsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInstantLootData \ +static_assert(alignof(FSBZInstantLootData) == 0x000008, "Wrong alignment on FSBZInstantLootData"); \ +static_assert(sizeof(FSBZInstantLootData) == 0x000018, "Wrong size on FSBZInstantLootData"); \ +static_assert(offsetof(FSBZInstantLootData, Name) == 0x000000, "Member 'FSBZInstantLootData::Name' has a wrong offset!"); \ +static_assert(offsetof(FSBZInstantLootData, Counter) == 0x000010, "Member 'FSBZInstantLootData::Counter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZObjectiveData \ +static_assert(alignof(FSBZObjectiveData) == 0x000008, "Wrong alignment on FSBZObjectiveData"); \ +static_assert(sizeof(FSBZObjectiveData) == 0x000018, "Wrong size on FSBZObjectiveData"); \ +static_assert(offsetof(FSBZObjectiveData, ObjectiveId) == 0x000000, "Member 'FSBZObjectiveData::ObjectiveId' has a wrong offset!"); \ +static_assert(offsetof(FSBZObjectiveData, bCompleted) == 0x000010, "Member 'FSBZObjectiveData::bCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZEndMissionResultData \ +static_assert(alignof(FSBZEndMissionResultData) == 0x000008, "Wrong alignment on FSBZEndMissionResultData"); \ +static_assert(sizeof(FSBZEndMissionResultData) == 0x000288, "Wrong size on FSBZEndMissionResultData"); \ +static_assert(offsetof(FSBZEndMissionResultData, TickingLootProgress) == 0x000000, "Member 'FSBZEndMissionResultData::TickingLootProgress' has a wrong offset!"); \ +static_assert(offsetof(FSBZEndMissionResultData, MissionResult) == 0x000004, "Member 'FSBZEndMissionResultData::MissionResult' has a wrong offset!"); \ +static_assert(offsetof(FSBZEndMissionResultData, MissionTime) == 0x000008, "Member 'FSBZEndMissionResultData::MissionTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZEndMissionResultData, SecuredBags) == 0x000010, "Member 'FSBZEndMissionResultData::SecuredBags' has a wrong offset!"); \ +static_assert(offsetof(FSBZEndMissionResultData, BagTotal) == 0x000020, "Member 'FSBZEndMissionResultData::BagTotal' has a wrong offset!"); \ +static_assert(offsetof(FSBZEndMissionResultData, ExperienceObjectiveArray) == 0x000028, "Member 'FSBZEndMissionResultData::ExperienceObjectiveArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZEndMissionResultData, MilestoneArray) == 0x000038, "Member 'FSBZEndMissionResultData::MilestoneArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZEndMissionResultData, PlayerResultArray) == 0x000048, "Member 'FSBZEndMissionResultData::PlayerResultArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZEndMissionResultData, AllPlayerAIsResult) == 0x000058, "Member 'FSBZEndMissionResultData::AllPlayerAIsResult' has a wrong offset!"); \ +static_assert(offsetof(FSBZEndMissionResultData, AllOtherCharacterResult) == 0x000210, "Member 'FSBZEndMissionResultData::AllOtherCharacterResult' has a wrong offset!"); \ +static_assert(offsetof(FSBZEndMissionResultData, InstantLootArray) == 0x000270, "Member 'FSBZEndMissionResultData::InstantLootArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZEndMissionResultData, CompletedAssaultWaveCount) == 0x000280, "Member 'FSBZEndMissionResultData::CompletedAssaultWaveCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZEndMissionResultData, bIsFinalAssaultTriggered) == 0x000284, "Member 'FSBZEndMissionResultData::bIsFinalAssaultTriggered' has a wrong offset!"); \ +static_assert(offsetof(FSBZEndMissionResultData, bAllCiviliansAlive) == 0x000285, "Member 'FSBZEndMissionResultData::bAllCiviliansAlive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZEquippableState \ +static_assert(alignof(FSBZEquippableState) == 0x000008, "Wrong alignment on FSBZEquippableState"); \ +static_assert(sizeof(FSBZEquippableState) == 0x000018, "Wrong size on FSBZEquippableState"); \ +static_assert(offsetof(FSBZEquippableState, bIsBuildup) == 0x000000, "Member 'FSBZEquippableState::bIsBuildup' has a wrong offset!"); \ +static_assert(offsetof(FSBZEquippableState, FireBuildupScale) == 0x000004, "Member 'FSBZEquippableState::FireBuildupScale' has a wrong offset!"); \ +static_assert(offsetof(FSBZEquippableState, StartFireBuildupScale) == 0x000008, "Member 'FSBZEquippableState::StartFireBuildupScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZNewsDataUIEntry \ +static_assert(alignof(FSBZNewsDataUIEntry) == 0x000008, "Wrong alignment on FSBZNewsDataUIEntry"); \ +static_assert(sizeof(FSBZNewsDataUIEntry) == 0x000070, "Wrong size on FSBZNewsDataUIEntry"); \ +static_assert(offsetof(FSBZNewsDataUIEntry, NewsId) == 0x000000, "Member 'FSBZNewsDataUIEntry::NewsId' has a wrong offset!"); \ +static_assert(offsetof(FSBZNewsDataUIEntry, StackName) == 0x000010, "Member 'FSBZNewsDataUIEntry::StackName' has a wrong offset!"); \ +static_assert(offsetof(FSBZNewsDataUIEntry, Title) == 0x000020, "Member 'FSBZNewsDataUIEntry::Title' has a wrong offset!"); \ +static_assert(offsetof(FSBZNewsDataUIEntry, Subtitle) == 0x000038, "Member 'FSBZNewsDataUIEntry::Subtitle' has a wrong offset!"); \ +static_assert(offsetof(FSBZNewsDataUIEntry, Image) == 0x000050, "Member 'FSBZNewsDataUIEntry::Image' has a wrong offset!"); \ +static_assert(offsetof(FSBZNewsDataUIEntry, Link) == 0x000058, "Member 'FSBZNewsDataUIEntry::Link' has a wrong offset!"); \ +static_assert(offsetof(FSBZNewsDataUIEntry, bIsExpired) == 0x000068, "Member 'FSBZNewsDataUIEntry::bIsExpired' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCoverShootingPoints \ +static_assert(alignof(FSBZCoverShootingPoints) == 0x000004, "Wrong alignment on FSBZCoverShootingPoints"); \ +static_assert(sizeof(FSBZCoverShootingPoints) == 0x000014, "Wrong size on FSBZCoverShootingPoints"); \ +static_assert(offsetof(FSBZCoverShootingPoints, Offset) == 0x000000, "Member 'FSBZCoverShootingPoints::Offset' has a wrong offset!"); \ +static_assert(offsetof(FSBZCoverShootingPoints, MaxLineTraceLength) == 0x00000C, "Member 'FSBZCoverShootingPoints::MaxLineTraceLength' has a wrong offset!"); \ +static_assert(offsetof(FSBZCoverShootingPoints, ShootingType) == 0x000010, "Member 'FSBZCoverShootingPoints::ShootingType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCosmeticDestructionContext \ +static_assert(alignof(FSBZCosmeticDestructionContext) == 0x000004, "Wrong alignment on FSBZCosmeticDestructionContext"); \ +static_assert(sizeof(FSBZCosmeticDestructionContext) == 0x000030, "Wrong size on FSBZCosmeticDestructionContext"); \ +static_assert(offsetof(FSBZCosmeticDestructionContext, HitLocation) == 0x000000, "Member 'FSBZCosmeticDestructionContext::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(FSBZCosmeticDestructionContext, FromDirection) == 0x00000C, "Member 'FSBZCosmeticDestructionContext::FromDirection' has a wrong offset!"); \ +static_assert(offsetof(FSBZCosmeticDestructionContext, Origin) == 0x000018, "Member 'FSBZCosmeticDestructionContext::Origin' has a wrong offset!"); \ +static_assert(offsetof(FSBZCosmeticDestructionContext, ImpactNormal) == 0x000024, "Member 'FSBZCosmeticDestructionContext::ImpactNormal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCheaterHandlingSettings \ +static_assert(alignof(FSBZCheaterHandlingSettings) == 0x000004, "Wrong alignment on FSBZCheaterHandlingSettings"); \ +static_assert(sizeof(FSBZCheaterHandlingSettings) == 0x000008, "Wrong size on FSBZCheaterHandlingSettings"); \ +static_assert(offsetof(FSBZCheaterHandlingSettings, CheaterPolicy) == 0x000000, "Member 'FSBZCheaterHandlingSettings::CheaterPolicy' has a wrong offset!"); \ +static_assert(offsetof(FSBZCheaterHandlingSettings, NotOwningHeistPolicyType) == 0x000001, "Member 'FSBZCheaterHandlingSettings::NotOwningHeistPolicyType' has a wrong offset!"); \ +static_assert(offsetof(FSBZCheaterHandlingSettings, BanPeriodInDays) == 0x000004, "Member 'FSBZCheaterHandlingSettings::BanPeriodInDays' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCurrency \ +static_assert(alignof(FSBZCurrency) == 0x000008, "Wrong alignment on FSBZCurrency"); \ +static_assert(sizeof(FSBZCurrency) == 0x000018, "Wrong size on FSBZCurrency"); \ +static_assert(offsetof(FSBZCurrency, CurrencyType) == 0x000000, "Member 'FSBZCurrency::CurrencyType' has a wrong offset!"); \ +static_assert(offsetof(FSBZCurrency, Amount) == 0x000008, "Member 'FSBZCurrency::Amount' has a wrong offset!"); \ +static_assert(offsetof(FSBZCurrency, LifetimeAmount) == 0x000010, "Member 'FSBZCurrency::LifetimeAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerCurrencyBalanceData \ +static_assert(alignof(FSBZPlayerCurrencyBalanceData) == 0x000008, "Wrong alignment on FSBZPlayerCurrencyBalanceData"); \ +static_assert(sizeof(FSBZPlayerCurrencyBalanceData) == 0x000048, "Wrong size on FSBZPlayerCurrencyBalanceData"); \ +static_assert(offsetof(FSBZPlayerCurrencyBalanceData, Cash) == 0x000000, "Member 'FSBZPlayerCurrencyBalanceData::Cash' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerCurrencyBalanceData, Gold) == 0x000018, "Member 'FSBZPlayerCurrencyBalanceData::Gold' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerCurrencyBalanceData, Credit) == 0x000030, "Member 'FSBZPlayerCurrencyBalanceData::Credit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAnimationSpawnedActorCPD \ +static_assert(alignof(FSBZAnimationSpawnedActorCPD) == 0x000004, "Wrong alignment on FSBZAnimationSpawnedActorCPD"); \ +static_assert(sizeof(FSBZAnimationSpawnedActorCPD) == 0x000008, "Wrong size on FSBZAnimationSpawnedActorCPD"); \ +static_assert(offsetof(FSBZAnimationSpawnedActorCPD, CPDIndex) == 0x000000, "Member 'FSBZAnimationSpawnedActorCPD::CPDIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimationSpawnedActorCPD, CPDValue) == 0x000004, "Member 'FSBZAnimationSpawnedActorCPD::CPDValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerPingEvent \ +static_assert(alignof(FSBZPlayerPingEvent) == 0x000008, "Wrong alignment on FSBZPlayerPingEvent"); \ +static_assert(sizeof(FSBZPlayerPingEvent) == 0x000010, "Wrong size on FSBZPlayerPingEvent"); \ +static_assert(offsetof(FSBZPlayerPingEvent, PlayerState) == 0x000000, "Member 'FSBZPlayerPingEvent::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerPingEvent, ShoutoutTarget) == 0x000008, "Member 'FSBZPlayerPingEvent::ShoutoutTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgilityTrajectoryPoint \ +static_assert(alignof(FSBZAgilityTrajectoryPoint) == 0x000004, "Wrong alignment on FSBZAgilityTrajectoryPoint"); \ +static_assert(sizeof(FSBZAgilityTrajectoryPoint) == 0x00001C, "Wrong size on FSBZAgilityTrajectoryPoint"); \ +static_assert(offsetof(FSBZAgilityTrajectoryPoint, Location) == 0x000000, "Member 'FSBZAgilityTrajectoryPoint::Location' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTrajectoryPoint, Rotation) == 0x00000C, "Member 'FSBZAgilityTrajectoryPoint::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTrajectoryPoint, AgilityPointType) == 0x000018, "Member 'FSBZAgilityTrajectoryPoint::AgilityPointType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZChallengeDailySlot \ +static_assert(alignof(FSBZChallengeDailySlot) == 0x000001, "Wrong alignment on FSBZChallengeDailySlot"); \ +static_assert(sizeof(FSBZChallengeDailySlot) == 0x000001, "Wrong size on FSBZChallengeDailySlot"); \ +static_assert(offsetof(FSBZChallengeDailySlot, ChallengeDailyCompletionTimeType) == 0x000000, "Member 'FSBZChallengeDailySlot::ChallengeDailyCompletionTimeType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCosmeticPanelDefaultParams \ +static_assert(alignof(FSBZCosmeticPanelDefaultParams) == 0x000008, "Wrong alignment on FSBZCosmeticPanelDefaultParams"); \ +static_assert(sizeof(FSBZCosmeticPanelDefaultParams) == 0x000020, "Wrong size on FSBZCosmeticPanelDefaultParams"); \ +static_assert(offsetof(FSBZCosmeticPanelDefaultParams, HasDefault) == 0x000000, "Member 'FSBZCosmeticPanelDefaultParams::HasDefault' has a wrong offset!"); \ +static_assert(offsetof(FSBZCosmeticPanelDefaultParams, DisplayName) == 0x000008, "Member 'FSBZCosmeticPanelDefaultParams::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInventoryItem \ +static_assert(alignof(FSBZInventoryItem) == 0x000008, "Wrong alignment on FSBZInventoryItem"); \ +static_assert(sizeof(FSBZInventoryItem) == 0x000018, "Wrong size on FSBZInventoryItem"); \ +static_assert(offsetof(FSBZInventoryItem, UseCount) == 0x000000, "Member 'FSBZInventoryItem::UseCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZInventoryItem, ItemType) == 0x000004, "Member 'FSBZInventoryItem::ItemType' has a wrong offset!"); \ +static_assert(offsetof(FSBZInventoryItem, ItemSku) == 0x000008, "Member 'FSBZInventoryItem::ItemSku' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCosmeticsInventoryItem \ +static_assert(alignof(FSBZCosmeticsInventoryItem) == 0x000008, "Wrong alignment on FSBZCosmeticsInventoryItem"); \ +static_assert(sizeof(FSBZCosmeticsInventoryItem) == 0x000020, "Wrong size on FSBZCosmeticsInventoryItem"); \ +static_assert(offsetof(FSBZCosmeticsInventoryItem, CosmeticsDataAsset) == 0x000018, "Member 'FSBZCosmeticsInventoryItem::CosmeticsDataAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCosmeticPanelInitParams \ +static_assert(alignof(FSBZCosmeticPanelInitParams) == 0x000008, "Wrong alignment on FSBZCosmeticPanelInitParams"); \ +static_assert(sizeof(FSBZCosmeticPanelInitParams) == 0x000030, "Wrong size on FSBZCosmeticPanelInitParams"); \ +static_assert(offsetof(FSBZCosmeticPanelInitParams, DefaultItem) == 0x000000, "Member 'FSBZCosmeticPanelInitParams::DefaultItem' has a wrong offset!"); \ +static_assert(offsetof(FSBZCosmeticPanelInitParams, CosmeticInventoryItems) == 0x000020, "Member 'FSBZCosmeticPanelInitParams::CosmeticInventoryItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSharedKeyItemTagChangedEvent \ +static_assert(alignof(FSBZSharedKeyItemTagChangedEvent) == 0x000008, "Wrong alignment on FSBZSharedKeyItemTagChangedEvent"); \ +static_assert(sizeof(FSBZSharedKeyItemTagChangedEvent) == 0x000018, "Wrong size on FSBZSharedKeyItemTagChangedEvent"); \ +static_assert(offsetof(FSBZSharedKeyItemTagChangedEvent, Tag) == 0x000000, "Member 'FSBZSharedKeyItemTagChangedEvent::Tag' has a wrong offset!"); \ +static_assert(offsetof(FSBZSharedKeyItemTagChangedEvent, Count) == 0x00000C, "Member 'FSBZSharedKeyItemTagChangedEvent::Count' has a wrong offset!"); \ +static_assert(offsetof(FSBZSharedKeyItemTagChangedEvent, KeyItem) == 0x000010, "Member 'FSBZSharedKeyItemTagChangedEvent::KeyItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgentAvoidance \ +static_assert(alignof(FSBZAgentAvoidance) == 0x000004, "Wrong alignment on FSBZAgentAvoidance"); \ +static_assert(sizeof(FSBZAgentAvoidance) == 0x000020, "Wrong size on FSBZAgentAvoidance"); \ +static_assert(offsetof(FSBZAgentAvoidance, AvoidanceUID) == 0x000000, "Member 'FSBZAgentAvoidance::AvoidanceUID' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentAvoidance, LockedVelocity) == 0x000004, "Member 'FSBZAgentAvoidance::LockedVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentAvoidance, Timer) == 0x000010, "Member 'FSBZAgentAvoidance::Timer' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentAvoidance, BottleNeckDetectionTimer) == 0x000014, "Member 'FSBZAgentAvoidance::BottleNeckDetectionTimer' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentAvoidance, RadiusModifier) == 0x000018, "Member 'FSBZAgentAvoidance::RadiusModifier' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentAvoidance, TargetRadiusModifier) == 0x00001C, "Member 'FSBZAgentAvoidance::TargetRadiusModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgentNavRestrict \ +static_assert(alignof(FSBZAgentNavRestrict) == 0x000008, "Wrong alignment on FSBZAgentNavRestrict"); \ +static_assert(sizeof(FSBZAgentNavRestrict) == 0x000060, "Wrong size on FSBZAgentNavRestrict"); \ + +#define DUMPER7_ASSERTS_FSBZMesh \ +static_assert(alignof(FSBZMesh) == 0x000008, "Wrong alignment on FSBZMesh"); \ +static_assert(sizeof(FSBZMesh) == 0x000020, "Wrong size on FSBZMesh"); \ +static_assert(offsetof(FSBZMesh, Vertices) == 0x000000, "Member 'FSBZMesh::Vertices' has a wrong offset!"); \ +static_assert(offsetof(FSBZMesh, Indices) == 0x000010, "Member 'FSBZMesh::Indices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZReplicationGroupIndices \ +static_assert(alignof(FSBZReplicationGroupIndices) == 0x000004, "Wrong alignment on FSBZReplicationGroupIndices"); \ +static_assert(sizeof(FSBZReplicationGroupIndices) == 0x000004, "Wrong size on FSBZReplicationGroupIndices"); \ +static_assert(offsetof(FSBZReplicationGroupIndices, ReplicationGroupIndices) == 0x000000, "Member 'FSBZReplicationGroupIndices::ReplicationGroupIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgentDataServer \ +static_assert(alignof(FSBZAgentDataServer) == 0x000008, "Wrong alignment on FSBZAgentDataServer"); \ +static_assert(sizeof(FSBZAgentDataServer) == 0x0000A0, "Wrong size on FSBZAgentDataServer"); \ +static_assert(offsetof(FSBZAgentDataServer, PreviousYaw) == 0x000000, "Member 'FSBZAgentDataServer::PreviousYaw' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataServer, MontagePosition) == 0x000010, "Member 'FSBZAgentDataServer::MontagePosition' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataServer, MontageLength) == 0x000020, "Member 'FSBZAgentDataServer::MontageLength' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataServer, CollideWithOtherAgentsTimer) == 0x000030, "Member 'FSBZAgentDataServer::CollideWithOtherAgentsTimer' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataServer, Avoidance) == 0x000040, "Member 'FSBZAgentDataServer::Avoidance' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataServer, NavState) == 0x000050, "Member 'FSBZAgentDataServer::NavState' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataServer, NavRestrict) == 0x000060, "Member 'FSBZAgentDataServer::NavRestrict' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataServer, CorridorDebugMesh) == 0x000070, "Member 'FSBZAgentDataServer::CorridorDebugMesh' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataServer, bForceReplication) == 0x000080, "Member 'FSBZAgentDataServer::bForceReplication' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataServer, ReplicationGroupIndices) == 0x000090, "Member 'FSBZAgentDataServer::ReplicationGroupIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHoldOutDroneReactionArray \ +static_assert(alignof(FSBZHoldOutDroneReactionArray) == 0x000008, "Wrong alignment on FSBZHoldOutDroneReactionArray"); \ +static_assert(sizeof(FSBZHoldOutDroneReactionArray) == 0x000010, "Wrong size on FSBZHoldOutDroneReactionArray"); \ +static_assert(offsetof(FSBZHoldOutDroneReactionArray, DroneReactions) == 0x000000, "Member 'FSBZHoldOutDroneReactionArray::DroneReactions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDamageDistance \ +static_assert(alignof(FSBZDamageDistance) == 0x000004, "Wrong alignment on FSBZDamageDistance"); \ +static_assert(sizeof(FSBZDamageDistance) == 0x000008, "Wrong size on FSBZDamageDistance"); \ +static_assert(offsetof(FSBZDamageDistance, Damage) == 0x000000, "Member 'FSBZDamageDistance::Damage' has a wrong offset!"); \ +static_assert(offsetof(FSBZDamageDistance, Distance) == 0x000004, "Member 'FSBZDamageDistance::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTrackedDamageWrapper \ +static_assert(alignof(FSBZTrackedDamageWrapper) == 0x000008, "Wrong alignment on FSBZTrackedDamageWrapper"); \ +static_assert(sizeof(FSBZTrackedDamageWrapper) == 0x000020, "Wrong size on FSBZTrackedDamageWrapper"); \ + +#define DUMPER7_ASSERTS_FSBZChallengeRecommandationSlot \ +static_assert(alignof(FSBZChallengeRecommandationSlot) == 0x000008, "Wrong alignment on FSBZChallengeRecommandationSlot"); \ +static_assert(sizeof(FSBZChallengeRecommandationSlot) == 0x000028, "Wrong size on FSBZChallengeRecommandationSlot"); \ +static_assert(offsetof(FSBZChallengeRecommandationSlot, MandatoryTags) == 0x000000, "Member 'FSBZChallengeRecommandationSlot::MandatoryTags' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeRecommandationSlot, ExcludedTags) == 0x000010, "Member 'FSBZChallengeRecommandationSlot::ExcludedTags' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeRecommandationSlot, CheckInfamyLevel) == 0x000020, "Member 'FSBZChallengeRecommandationSlot::CheckInfamyLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeRecommandationSlot, ChallengeRecommandationsPriorityType) == 0x000021, "Member 'FSBZChallengeRecommandationSlot::ChallengeRecommandationsPriorityType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZChallengeRecommandationBlock \ +static_assert(alignof(FSBZChallengeRecommandationBlock) == 0x000008, "Wrong alignment on FSBZChallengeRecommandationBlock"); \ +static_assert(sizeof(FSBZChallengeRecommandationBlock) == 0x000020, "Wrong size on FSBZChallengeRecommandationBlock"); \ +static_assert(offsetof(FSBZChallengeRecommandationBlock, ScreenName) == 0x000000, "Member 'FSBZChallengeRecommandationBlock::ScreenName' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeRecommandationBlock, SlotArray) == 0x000010, "Member 'FSBZChallengeRecommandationBlock::SlotArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLifeActionAnimationTags \ +static_assert(alignof(FSBZLifeActionAnimationTags) == 0x000004, "Wrong alignment on FSBZLifeActionAnimationTags"); \ +static_assert(sizeof(FSBZLifeActionAnimationTags) == 0x000024, "Wrong size on FSBZLifeActionAnimationTags"); \ +static_assert(offsetof(FSBZLifeActionAnimationTags, EnterAnimationTag) == 0x000000, "Member 'FSBZLifeActionAnimationTags::EnterAnimationTag' has a wrong offset!"); \ +static_assert(offsetof(FSBZLifeActionAnimationTags, AnimationTag) == 0x00000C, "Member 'FSBZLifeActionAnimationTags::AnimationTag' has a wrong offset!"); \ +static_assert(offsetof(FSBZLifeActionAnimationTags, ExitAnimationTag) == 0x000018, "Member 'FSBZLifeActionAnimationTags::ExitAnimationTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLifeActionAnimationTagsRandomizer \ +static_assert(alignof(FSBZLifeActionAnimationTagsRandomizer) == 0x000008, "Wrong alignment on FSBZLifeActionAnimationTagsRandomizer"); \ +static_assert(sizeof(FSBZLifeActionAnimationTagsRandomizer) == 0x000018, "Wrong size on FSBZLifeActionAnimationTagsRandomizer"); \ +static_assert(offsetof(FSBZLifeActionAnimationTagsRandomizer, Chance) == 0x000000, "Member 'FSBZLifeActionAnimationTagsRandomizer::Chance' has a wrong offset!"); \ +static_assert(offsetof(FSBZLifeActionAnimationTagsRandomizer, AnimationTags) == 0x000008, "Member 'FSBZLifeActionAnimationTagsRandomizer::AnimationTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerCallEvent \ +static_assert(alignof(FSBZPlayerCallEvent) == 0x000008, "Wrong alignment on FSBZPlayerCallEvent"); \ +static_assert(sizeof(FSBZPlayerCallEvent) == 0x000010, "Wrong size on FSBZPlayerCallEvent"); \ +static_assert(offsetof(FSBZPlayerCallEvent, PlayerState) == 0x000000, "Member 'FSBZPlayerCallEvent::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerCallEvent, Call) == 0x000008, "Member 'FSBZPlayerCallEvent::Call' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHoldOutTrackedBagEventData \ +static_assert(alignof(FSBZHoldOutTrackedBagEventData) == 0x000008, "Wrong alignment on FSBZHoldOutTrackedBagEventData"); \ +static_assert(sizeof(FSBZHoldOutTrackedBagEventData) == 0x000028, "Wrong size on FSBZHoldOutTrackedBagEventData"); \ +static_assert(offsetof(FSBZHoldOutTrackedBagEventData, DistanceFromQuerier) == 0x000000, "Member 'FSBZHoldOutTrackedBagEventData::DistanceFromQuerier' has a wrong offset!"); \ +static_assert(offsetof(FSBZHoldOutTrackedBagEventData, Tags) == 0x000008, "Member 'FSBZHoldOutTrackedBagEventData::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTrackedDamageData \ +static_assert(alignof(FSBZTrackedDamageData) == 0x000004, "Wrong alignment on FSBZTrackedDamageData"); \ +static_assert(sizeof(FSBZTrackedDamageData) == 0x000008, "Wrong size on FSBZTrackedDamageData"); \ + +#define DUMPER7_ASSERTS_FSBZHoldOutModifiers \ +static_assert(alignof(FSBZHoldOutModifiers) == 0x000008, "Wrong alignment on FSBZHoldOutModifiers"); \ +static_assert(sizeof(FSBZHoldOutModifiers) == 0x000050, "Wrong size on FSBZHoldOutModifiers"); \ +static_assert(offsetof(FSBZHoldOutModifiers, ModifierCounts) == 0x000000, "Member 'FSBZHoldOutModifiers::ModifierCounts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInternalChallengeStat \ +static_assert(alignof(FSBZInternalChallengeStat) == 0x000008, "Wrong alignment on FSBZInternalChallengeStat"); \ +static_assert(sizeof(FSBZInternalChallengeStat) == 0x000018, "Wrong size on FSBZInternalChallengeStat"); \ +static_assert(offsetof(FSBZInternalChallengeStat, StatCode) == 0x000000, "Member 'FSBZInternalChallengeStat::StatCode' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeStat, Value) == 0x000010, "Member 'FSBZInternalChallengeStat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInternalItemDetails \ +static_assert(alignof(FSBZInternalItemDetails) == 0x000008, "Wrong alignment on FSBZInternalItemDetails"); \ +static_assert(sizeof(FSBZInternalItemDetails) == 0x000018, "Wrong size on FSBZInternalItemDetails"); \ +static_assert(offsetof(FSBZInternalItemDetails, ItemSku) == 0x000000, "Member 'FSBZInternalItemDetails::ItemSku' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalItemDetails, Quantity) == 0x000010, "Member 'FSBZInternalItemDetails::Quantity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInternalChallengePrerequisites \ +static_assert(alignof(FSBZInternalChallengePrerequisites) == 0x000008, "Wrong alignment on FSBZInternalChallengePrerequisites"); \ +static_assert(sizeof(FSBZInternalChallengePrerequisites) == 0x000030, "Wrong size on FSBZInternalChallengePrerequisites"); \ +static_assert(offsetof(FSBZInternalChallengePrerequisites, CompletedChallengeIds) == 0x000000, "Member 'FSBZInternalChallengePrerequisites::CompletedChallengeIds' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengePrerequisites, Stats) == 0x000010, "Member 'FSBZInternalChallengePrerequisites::Stats' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengePrerequisites, Items) == 0x000020, "Member 'FSBZInternalChallengePrerequisites::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZBoneRefParam \ +static_assert(alignof(FSBZBoneRefParam) == 0x000004, "Wrong alignment on FSBZBoneRefParam"); \ +static_assert(sizeof(FSBZBoneRefParam) == 0x000014, "Wrong size on FSBZBoneRefParam"); \ +static_assert(offsetof(FSBZBoneRefParam, BoneRef) == 0x000000, "Member 'FSBZBoneRefParam::BoneRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZBoneRefArrayParam \ +static_assert(alignof(FSBZBoneRefArrayParam) == 0x000008, "Wrong alignment on FSBZBoneRefArrayParam"); \ +static_assert(sizeof(FSBZBoneRefArrayParam) == 0x000010, "Wrong size on FSBZBoneRefArrayParam"); \ +static_assert(offsetof(FSBZBoneRefArrayParam, BoneRefArray) == 0x000000, "Member 'FSBZBoneRefArrayParam::BoneRefArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAnimNode_CopyBoneDeltaMultiTargets \ +static_assert(alignof(FSBZAnimNode_CopyBoneDeltaMultiTargets) == 0x000008, "Wrong alignment on FSBZAnimNode_CopyBoneDeltaMultiTargets"); \ +static_assert(sizeof(FSBZAnimNode_CopyBoneDeltaMultiTargets) == 0x000120, "Wrong size on FSBZAnimNode_CopyBoneDeltaMultiTargets"); \ +static_assert(offsetof(FSBZAnimNode_CopyBoneDeltaMultiTargets, SourceBone) == 0x0000E8, "Member 'FSBZAnimNode_CopyBoneDeltaMultiTargets::SourceBone' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_CopyBoneDeltaMultiTargets, TargetBones) == 0x000100, "Member 'FSBZAnimNode_CopyBoneDeltaMultiTargets::TargetBones' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_CopyBoneDeltaMultiTargets, bCopyTranslation) == 0x000110, "Member 'FSBZAnimNode_CopyBoneDeltaMultiTargets::bCopyTranslation' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_CopyBoneDeltaMultiTargets, bCopyRotation) == 0x000111, "Member 'FSBZAnimNode_CopyBoneDeltaMultiTargets::bCopyRotation' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_CopyBoneDeltaMultiTargets, bCopyScale) == 0x000112, "Member 'FSBZAnimNode_CopyBoneDeltaMultiTargets::bCopyScale' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_CopyBoneDeltaMultiTargets, CopyMode) == 0x000113, "Member 'FSBZAnimNode_CopyBoneDeltaMultiTargets::CopyMode' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_CopyBoneDeltaMultiTargets, TranslationMultiplier) == 0x000114, "Member 'FSBZAnimNode_CopyBoneDeltaMultiTargets::TranslationMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_CopyBoneDeltaMultiTargets, RotationMultiplier) == 0x000118, "Member 'FSBZAnimNode_CopyBoneDeltaMultiTargets::RotationMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_CopyBoneDeltaMultiTargets, ScaleMultiplier) == 0x00011C, "Member 'FSBZAnimNode_CopyBoneDeltaMultiTargets::ScaleMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCapsuleInfos \ +static_assert(alignof(FSBZCapsuleInfos) == 0x000010, "Wrong alignment on FSBZCapsuleInfos"); \ +static_assert(sizeof(FSBZCapsuleInfos) == 0x000040, "Wrong size on FSBZCapsuleInfos"); \ +static_assert(offsetof(FSBZCapsuleInfos, WorldTransform) == 0x000000, "Member 'FSBZCapsuleInfos::WorldTransform' has a wrong offset!"); \ +static_assert(offsetof(FSBZCapsuleInfos, CapsuleHalfHeight) == 0x000030, "Member 'FSBZCapsuleInfos::CapsuleHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(FSBZCapsuleInfos, CapsuleRadius) == 0x000034, "Member 'FSBZCapsuleInfos::CapsuleRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHurtReactionLookup \ +static_assert(alignof(FSBZHurtReactionLookup) == 0x000008, "Wrong alignment on FSBZHurtReactionLookup"); \ +static_assert(sizeof(FSBZHurtReactionLookup) == 0x000028, "Wrong size on FSBZHurtReactionLookup"); \ +static_assert(offsetof(FSBZHurtReactionLookup, Montage) == 0x000000, "Member 'FSBZHurtReactionLookup::Montage' has a wrong offset!"); \ +static_assert(offsetof(FSBZHurtReactionLookup, Weight) == 0x000008, "Member 'FSBZHurtReactionLookup::Weight' has a wrong offset!"); \ +static_assert(offsetof(FSBZHurtReactionLookup, Pose) == 0x000009, "Member 'FSBZHurtReactionLookup::Pose' has a wrong offset!"); \ +static_assert(offsetof(FSBZHurtReactionLookup, Direction) == 0x00000A, "Member 'FSBZHurtReactionLookup::Direction' has a wrong offset!"); \ +static_assert(offsetof(FSBZHurtReactionLookup, BoneName) == 0x00000C, "Member 'FSBZHurtReactionLookup::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FSBZHurtReactionLookup, Tag) == 0x000018, "Member 'FSBZHurtReactionLookup::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInternalRewardItemDetails \ +static_assert(alignof(FSBZInternalRewardItemDetails) == 0x000008, "Wrong alignment on FSBZInternalRewardItemDetails"); \ +static_assert(sizeof(FSBZInternalRewardItemDetails) == 0x000028, "Wrong size on FSBZInternalRewardItemDetails"); \ +static_assert(offsetof(FSBZInternalRewardItemDetails, Sku) == 0x000000, "Member 'FSBZInternalRewardItemDetails::Sku' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalRewardItemDetails, ItemId) == 0x000010, "Member 'FSBZInternalRewardItemDetails::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalRewardItemDetails, Quantity) == 0x000020, "Member 'FSBZInternalRewardItemDetails::Quantity' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalRewardItemDetails, IsActive) == 0x000024, "Member 'FSBZInternalRewardItemDetails::IsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInternalChallengeReward \ +static_assert(alignof(FSBZInternalChallengeReward) == 0x000008, "Wrong alignment on FSBZInternalChallengeReward"); \ +static_assert(sizeof(FSBZInternalChallengeReward) == 0x000030, "Wrong size on FSBZInternalChallengeReward"); \ +static_assert(offsetof(FSBZInternalChallengeReward, Stats) == 0x000000, "Member 'FSBZInternalChallengeReward::Stats' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeReward, Items) == 0x000010, "Member 'FSBZInternalChallengeReward::Items' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeReward, RewardId) == 0x000020, "Member 'FSBZInternalChallengeReward::RewardId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInternalChallengeNotifPayload \ +static_assert(alignof(FSBZInternalChallengeNotifPayload) == 0x000008, "Wrong alignment on FSBZInternalChallengeNotifPayload"); \ +static_assert(sizeof(FSBZInternalChallengeNotifPayload) == 0x000050, "Wrong size on FSBZInternalChallengeNotifPayload"); \ +static_assert(offsetof(FSBZInternalChallengeNotifPayload, challengeId) == 0x000000, "Member 'FSBZInternalChallengeNotifPayload::challengeId' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeNotifPayload, challengeName) == 0x000010, "Member 'FSBZInternalChallengeNotifPayload::challengeName' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeNotifPayload, reward) == 0x000020, "Member 'FSBZInternalChallengeNotifPayload::reward' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHoldOutDroneTagReactionSelectionConfig \ +static_assert(alignof(FSBZHoldOutDroneTagReactionSelectionConfig) == 0x000004, "Wrong alignment on FSBZHoldOutDroneTagReactionSelectionConfig"); \ +static_assert(sizeof(FSBZHoldOutDroneTagReactionSelectionConfig) == 0x000010, "Wrong size on FSBZHoldOutDroneTagReactionSelectionConfig"); \ +static_assert(offsetof(FSBZHoldOutDroneTagReactionSelectionConfig, TagCountRange) == 0x000000, "Member 'FSBZHoldOutDroneTagReactionSelectionConfig::TagCountRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHoldOutDroneTagReactionConfig \ +static_assert(alignof(FSBZHoldOutDroneTagReactionConfig) == 0x000008, "Wrong alignment on FSBZHoldOutDroneTagReactionConfig"); \ +static_assert(sizeof(FSBZHoldOutDroneTagReactionConfig) == 0x000028, "Wrong size on FSBZHoldOutDroneTagReactionConfig"); \ +static_assert(offsetof(FSBZHoldOutDroneTagReactionConfig, SelectionConfig) == 0x000000, "Member 'FSBZHoldOutDroneTagReactionConfig::SelectionConfig' has a wrong offset!"); \ +static_assert(offsetof(FSBZHoldOutDroneTagReactionConfig, bIgnoredOnDedicatedServer) == 0x000010, "Member 'FSBZHoldOutDroneTagReactionConfig::bIgnoredOnDedicatedServer' has a wrong offset!"); \ +static_assert(offsetof(FSBZHoldOutDroneTagReactionConfig, bIgnoredOnClient) == 0x000011, "Member 'FSBZHoldOutDroneTagReactionConfig::bIgnoredOnClient' has a wrong offset!"); \ +static_assert(offsetof(FSBZHoldOutDroneTagReactionConfig, bFireAndForget) == 0x000012, "Member 'FSBZHoldOutDroneTagReactionConfig::bFireAndForget' has a wrong offset!"); \ +static_assert(offsetof(FSBZHoldOutDroneTagReactionConfig, VOTag) == 0x000014, "Member 'FSBZHoldOutDroneTagReactionConfig::VOTag' has a wrong offset!"); \ +static_assert(offsetof(FSBZHoldOutDroneTagReactionConfig, DroneReactionClass) == 0x000020, "Member 'FSBZHoldOutDroneTagReactionConfig::DroneReactionClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChallengeRequest \ +static_assert(alignof(FChallengeRequest) == 0x000008, "Wrong alignment on FChallengeRequest"); \ +static_assert(sizeof(FChallengeRequest) == 0x000108, "Wrong size on FChallengeRequest"); \ + +#define DUMPER7_ASSERTS_FSBZBoneDamageMultiplier \ +static_assert(alignof(FSBZBoneDamageMultiplier) == 0x000004, "Wrong alignment on FSBZBoneDamageMultiplier"); \ +static_assert(sizeof(FSBZBoneDamageMultiplier) == 0x00000C, "Wrong size on FSBZBoneDamageMultiplier"); \ +static_assert(offsetof(FSBZBoneDamageMultiplier, bIsCritical) == 0x000000, "Member 'FSBZBoneDamageMultiplier::bIsCritical' has a wrong offset!"); \ +static_assert(offsetof(FSBZBoneDamageMultiplier, Multiplier) == 0x000004, "Member 'FSBZBoneDamageMultiplier::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FSBZBoneDamageMultiplier, CriticalMultiplierReduction) == 0x000008, "Member 'FSBZBoneDamageMultiplier::CriticalMultiplierReduction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZKickingInfo \ +static_assert(alignof(FSBZKickingInfo) == 0x000008, "Wrong alignment on FSBZKickingInfo"); \ +static_assert(sizeof(FSBZKickingInfo) == 0x0000A8, "Wrong size on FSBZKickingInfo"); \ +static_assert(offsetof(FSBZKickingInfo, bActive) == 0x000000, "Member 'FSBZKickingInfo::bActive' has a wrong offset!"); \ +static_assert(offsetof(FSBZKickingInfo, PlayerToKick) == 0x000008, "Member 'FSBZKickingInfo::PlayerToKick' has a wrong offset!"); \ +static_assert(offsetof(FSBZKickingInfo, PlayerProposed) == 0x000030, "Member 'FSBZKickingInfo::PlayerProposed' has a wrong offset!"); \ +static_assert(offsetof(FSBZKickingInfo, KickVotes) == 0x000058, "Member 'FSBZKickingInfo::KickVotes' has a wrong offset!"); \ +static_assert(offsetof(FSBZKickingInfo, KeepVotes) == 0x000068, "Member 'FSBZKickingInfo::KeepVotes' has a wrong offset!"); \ +static_assert(offsetof(FSBZKickingInfo, VotesNeededToKick) == 0x000078, "Member 'FSBZKickingInfo::VotesNeededToKick' has a wrong offset!"); \ +static_assert(offsetof(FSBZKickingInfo, ModeKick) == 0x00007C, "Member 'FSBZKickingInfo::ModeKick' has a wrong offset!"); \ +static_assert(offsetof(FSBZKickingInfo, PlayersVoted) == 0x000080, "Member 'FSBZKickingInfo::PlayersVoted' has a wrong offset!"); \ +static_assert(offsetof(FSBZKickingInfo, TimeLeft) == 0x000090, "Member 'FSBZKickingInfo::TimeLeft' has a wrong offset!"); \ +static_assert(offsetof(FSBZKickingInfo, TimeKickStarted) == 0x000098, "Member 'FSBZKickingInfo::TimeKickStarted' has a wrong offset!"); \ +static_assert(offsetof(FSBZKickingInfo, bWasClientKicked) == 0x0000A0, "Member 'FSBZKickingInfo::bWasClientKicked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInternalChallengeObjectives \ +static_assert(alignof(FSBZInternalChallengeObjectives) == 0x000008, "Wrong alignment on FSBZInternalChallengeObjectives"); \ +static_assert(sizeof(FSBZInternalChallengeObjectives) == 0x000010, "Wrong size on FSBZInternalChallengeObjectives"); \ +static_assert(offsetof(FSBZInternalChallengeObjectives, Stats) == 0x000000, "Member 'FSBZInternalChallengeObjectives::Stats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZBagHandle \ +static_assert(alignof(FSBZBagHandle) == 0x000008, "Wrong alignment on FSBZBagHandle"); \ +static_assert(sizeof(FSBZBagHandle) == 0x000010, "Wrong size on FSBZBagHandle"); \ +static_assert(offsetof(FSBZBagHandle, Id) == 0x000000, "Member 'FSBZBagHandle::Id' has a wrong offset!"); \ +static_assert(offsetof(FSBZBagHandle, BagType) == 0x000008, "Member 'FSBZBagHandle::BagType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZReplicatedMontage \ +static_assert(alignof(FSBZReplicatedMontage) == 0x000008, "Wrong alignment on FSBZReplicatedMontage"); \ +static_assert(sizeof(FSBZReplicatedMontage) == 0x000010, "Wrong size on FSBZReplicatedMontage"); \ +static_assert(offsetof(FSBZReplicatedMontage, Montage) == 0x000000, "Member 'FSBZReplicatedMontage::Montage' has a wrong offset!"); \ +static_assert(offsetof(FSBZReplicatedMontage, Position) == 0x000008, "Member 'FSBZReplicatedMontage::Position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZChatMessage \ +static_assert(alignof(FSBZChatMessage) == 0x000008, "Wrong alignment on FSBZChatMessage"); \ +static_assert(sizeof(FSBZChatMessage) == 0x0000A8, "Wrong size on FSBZChatMessage"); \ +static_assert(offsetof(FSBZChatMessage, Type) == 0x000000, "Member 'FSBZChatMessage::Type' has a wrong offset!"); \ +static_assert(offsetof(FSBZChatMessage, FromString) == 0x000008, "Member 'FSBZChatMessage::FromString' has a wrong offset!"); \ +static_assert(offsetof(FSBZChatMessage, ToString) == 0x000018, "Member 'FSBZChatMessage::ToString' has a wrong offset!"); \ +static_assert(offsetof(FSBZChatMessage, FromId) == 0x000028, "Member 'FSBZChatMessage::FromId' has a wrong offset!"); \ +static_assert(offsetof(FSBZChatMessage, ToId) == 0x000038, "Member 'FSBZChatMessage::ToId' has a wrong offset!"); \ +static_assert(offsetof(FSBZChatMessage, Message) == 0x000048, "Member 'FSBZChatMessage::Message' has a wrong offset!"); \ +static_assert(offsetof(FSBZChatMessage, From) == 0x000058, "Member 'FSBZChatMessage::From' has a wrong offset!"); \ +static_assert(offsetof(FSBZChatMessage, To) == 0x000080, "Member 'FSBZChatMessage::To' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZObjectiveKeysOverrides \ +static_assert(alignof(FSBZObjectiveKeysOverrides) == 0x000008, "Wrong alignment on FSBZObjectiveKeysOverrides"); \ +static_assert(sizeof(FSBZObjectiveKeysOverrides) == 0x000050, "Wrong size on FSBZObjectiveKeysOverrides"); \ +static_assert(offsetof(FSBZObjectiveKeysOverrides, KeysOverrides) == 0x000000, "Member 'FSBZObjectiveKeysOverrides::KeysOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZFloatLimit \ +static_assert(alignof(FSBZFloatLimit) == 0x000004, "Wrong alignment on FSBZFloatLimit"); \ +static_assert(sizeof(FSBZFloatLimit) == 0x000008, "Wrong size on FSBZFloatLimit"); \ +static_assert(offsetof(FSBZFloatLimit, Limit) == 0x000000, "Member 'FSBZFloatLimit::Limit' has a wrong offset!"); \ +static_assert(offsetof(FSBZFloatLimit, Type) == 0x000004, "Member 'FSBZFloatLimit::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLockCameraData \ +static_assert(alignof(FSBZLockCameraData) == 0x000004, "Wrong alignment on FSBZLockCameraData"); \ +static_assert(sizeof(FSBZLockCameraData) == 0x00003C, "Wrong size on FSBZLockCameraData"); \ +static_assert(offsetof(FSBZLockCameraData, PitchLimit) == 0x000000, "Member 'FSBZLockCameraData::PitchLimit' has a wrong offset!"); \ +static_assert(offsetof(FSBZLockCameraData, YawLimit) == 0x000008, "Member 'FSBZLockCameraData::YawLimit' has a wrong offset!"); \ +static_assert(offsetof(FSBZLockCameraData, MinDampeningScale) == 0x000010, "Member 'FSBZLockCameraData::MinDampeningScale' has a wrong offset!"); \ +static_assert(offsetof(FSBZLockCameraData, MaxDampeningScale) == 0x000014, "Member 'FSBZLockCameraData::MaxDampeningScale' has a wrong offset!"); \ +static_assert(offsetof(FSBZLockCameraData, StartScaleDampeningPitch) == 0x000018, "Member 'FSBZLockCameraData::StartScaleDampeningPitch' has a wrong offset!"); \ +static_assert(offsetof(FSBZLockCameraData, StartScaleDampeningYaw) == 0x000020, "Member 'FSBZLockCameraData::StartScaleDampeningYaw' has a wrong offset!"); \ +static_assert(offsetof(FSBZLockCameraData, EndScaleDampeningPitch) == 0x000028, "Member 'FSBZLockCameraData::EndScaleDampeningPitch' has a wrong offset!"); \ +static_assert(offsetof(FSBZLockCameraData, EndScaleDampeningYaw) == 0x000030, "Member 'FSBZLockCameraData::EndScaleDampeningYaw' has a wrong offset!"); \ +static_assert(offsetof(FSBZLockCameraData, Priority) == 0x000039, "Member 'FSBZLockCameraData::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgilityTraversalQueryParamsRow \ +static_assert(alignof(FSBZAgilityTraversalQueryParamsRow) == 0x000008, "Wrong alignment on FSBZAgilityTraversalQueryParamsRow"); \ +static_assert(sizeof(FSBZAgilityTraversalQueryParamsRow) == 0x000240, "Wrong size on FSBZAgilityTraversalQueryParamsRow"); \ +static_assert(offsetof(FSBZAgilityTraversalQueryParamsRow, AgilityType) == 0x000000, "Member 'FSBZAgilityTraversalQueryParamsRow::AgilityType' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalQueryParamsRow, bPerformSprintCheck) == 0x000001, "Member 'FSBZAgilityTraversalQueryParamsRow::bPerformSprintCheck' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalQueryParamsRow, bMustWantToSprint) == 0x000002, "Member 'FSBZAgilityTraversalQueryParamsRow::bMustWantToSprint' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalQueryParamsRow, ObstacleHeight) == 0x000004, "Member 'FSBZAgilityTraversalQueryParamsRow::ObstacleHeight' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalQueryParamsRow, SpeedLimit) == 0x000014, "Member 'FSBZAgilityTraversalQueryParamsRow::SpeedLimit' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalQueryParamsRow, TraverseDistancePerSpeed) == 0x00001C, "Member 'FSBZAgilityTraversalQueryParamsRow::TraverseDistancePerSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalQueryParamsRow, TriggerDistancePerSpeed) == 0x00002C, "Member 'FSBZAgilityTraversalQueryParamsRow::TriggerDistancePerSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalQueryParamsRow, DistAfterObstaclePerSpeed) == 0x00003C, "Member 'FSBZAgilityTraversalQueryParamsRow::DistAfterObstaclePerSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalQueryParamsRow, MinFallHeight) == 0x00004C, "Member 'FSBZAgilityTraversalQueryParamsRow::MinFallHeight' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalQueryParamsRow, JumpSpeedCurve) == 0x000050, "Member 'FSBZAgilityTraversalQueryParamsRow::JumpSpeedCurve' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalQueryParamsRow, bEntrySpeedOverridesJumpCurve) == 0x0000D8, "Member 'FSBZAgilityTraversalQueryParamsRow::bEntrySpeedOverridesJumpCurve' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalQueryParamsRow, TraversalSpeedCurve) == 0x0000E0, "Member 'FSBZAgilityTraversalQueryParamsRow::TraversalSpeedCurve' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalQueryParamsRow, bEntrySpeedOverridesTraversalCurve) == 0x000168, "Member 'FSBZAgilityTraversalQueryParamsRow::bEntrySpeedOverridesTraversalCurve' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalQueryParamsRow, LandingSpeedCurve) == 0x000170, "Member 'FSBZAgilityTraversalQueryParamsRow::LandingSpeedCurve' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalQueryParamsRow, bEntrySpeedOverridesLandCurve) == 0x0001F8, "Member 'FSBZAgilityTraversalQueryParamsRow::bEntrySpeedOverridesLandCurve' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalQueryParamsRow, EyeHeight) == 0x0001FC, "Member 'FSBZAgilityTraversalQueryParamsRow::EyeHeight' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalQueryParamsRow, LockCameraData) == 0x000200, "Member 'FSBZAgilityTraversalQueryParamsRow::LockCameraData' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTraversalQueryParamsRow, DebugColor) == 0x00023C, "Member 'FSBZAgilityTraversalQueryParamsRow::DebugColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeightTagData \ +static_assert(alignof(FSBZWeightTagData) == 0x000008, "Wrong alignment on FSBZWeightTagData"); \ +static_assert(sizeof(FSBZWeightTagData) == 0x000090, "Wrong size on FSBZWeightTagData"); \ +static_assert(offsetof(FSBZWeightTagData, IncludeAnyTagContainer) == 0x000000, "Member 'FSBZWeightTagData::IncludeAnyTagContainer' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeightTagData, IncludeAllTagContainer) == 0x000020, "Member 'FSBZWeightTagData::IncludeAllTagContainer' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeightTagData, ExcludeAnyTagContainer) == 0x000040, "Member 'FSBZWeightTagData::ExcludeAnyTagContainer' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeightTagData, ExcludeAllTagContainer) == 0x000060, "Member 'FSBZWeightTagData::ExcludeAllTagContainer' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeightTagData, WeightTierOffset) == 0x000080, "Member 'FSBZWeightTagData::WeightTierOffset' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeightTagData, WeightOverride) == 0x000088, "Member 'FSBZWeightTagData::WeightOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDamageEvent \ +static_assert(alignof(FSBZDamageEvent) == 0x000008, "Wrong alignment on FSBZDamageEvent"); \ +static_assert(sizeof(FSBZDamageEvent) == 0x0000C8, "Wrong size on FSBZDamageEvent"); \ +static_assert(offsetof(FSBZDamageEvent, Attacker) == 0x000000, "Member 'FSBZDamageEvent::Attacker' has a wrong offset!"); \ +static_assert(offsetof(FSBZDamageEvent, Causer) == 0x000008, "Member 'FSBZDamageEvent::Causer' has a wrong offset!"); \ +static_assert(offsetof(FSBZDamageEvent, Victim) == 0x000010, "Member 'FSBZDamageEvent::Victim' has a wrong offset!"); \ +static_assert(offsetof(FSBZDamageEvent, EquippableData) == 0x000018, "Member 'FSBZDamageEvent::EquippableData' has a wrong offset!"); \ +static_assert(offsetof(FSBZDamageEvent, ThrowableData) == 0x000020, "Member 'FSBZDamageEvent::ThrowableData' has a wrong offset!"); \ +static_assert(offsetof(FSBZDamageEvent, Damage) == 0x000028, "Member 'FSBZDamageEvent::Damage' has a wrong offset!"); \ +static_assert(offsetof(FSBZDamageEvent, ArmorDamage) == 0x00002C, "Member 'FSBZDamageEvent::ArmorDamage' has a wrong offset!"); \ +static_assert(offsetof(FSBZDamageEvent, Armor) == 0x000030, "Member 'FSBZDamageEvent::Armor' has a wrong offset!"); \ +static_assert(offsetof(FSBZDamageEvent, HealthDamage) == 0x000034, "Member 'FSBZDamageEvent::HealthDamage' has a wrong offset!"); \ +static_assert(offsetof(FSBZDamageEvent, OverHealDamage) == 0x000038, "Member 'FSBZDamageEvent::OverHealDamage' has a wrong offset!"); \ +static_assert(offsetof(FSBZDamageEvent, bIsOverHealBreak) == 0x00003C, "Member 'FSBZDamageEvent::bIsOverHealBreak' has a wrong offset!"); \ +static_assert(offsetof(FSBZDamageEvent, OverskillProgressionDamage) == 0x000040, "Member 'FSBZDamageEvent::OverskillProgressionDamage' has a wrong offset!"); \ +static_assert(offsetof(FSBZDamageEvent, Distance) == 0x000044, "Member 'FSBZDamageEvent::Distance' has a wrong offset!"); \ +static_assert(offsetof(FSBZDamageEvent, bIsCritical) == 0x000048, "Member 'FSBZDamageEvent::bIsCritical' has a wrong offset!"); \ +static_assert(offsetof(FSBZDamageEvent, bIsArmorBreak) == 0x000049, "Member 'FSBZDamageEvent::bIsArmorBreak' has a wrong offset!"); \ +static_assert(offsetof(FSBZDamageEvent, bIsKillshot) == 0x00004B, "Member 'FSBZDamageEvent::bIsKillshot' has a wrong offset!"); \ +static_assert(offsetof(FSBZDamageEvent, bIsFrequent) == 0x00004C, "Member 'FSBZDamageEvent::bIsFrequent' has a wrong offset!"); \ +static_assert(offsetof(FSBZDamageEvent, bIsOverskillBroken) == 0x00004D, "Member 'FSBZDamageEvent::bIsOverskillBroken' has a wrong offset!"); \ +static_assert(offsetof(FSBZDamageEvent, HitCount) == 0x000050, "Member 'FSBZDamageEvent::HitCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZDamageEvent, ArmorChunkArray) == 0x000058, "Member 'FSBZDamageEvent::ArmorChunkArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZDamageEvent, ArmorChunkBreakArray) == 0x000068, "Member 'FSBZDamageEvent::ArmorChunkBreakArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZDamageEvent, Origin) == 0x000078, "Member 'FSBZDamageEvent::Origin' has a wrong offset!"); \ +static_assert(offsetof(FSBZDamageEvent, DamageTypeTagContainer) == 0x000088, "Member 'FSBZDamageEvent::DamageTypeTagContainer' has a wrong offset!"); \ +static_assert(offsetof(FSBZDamageEvent, EquippableIndex) == 0x0000A8, "Member 'FSBZDamageEvent::EquippableIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponPresetConfigInventorySlot \ +static_assert(alignof(FSBZWeaponPresetConfigInventorySlot) == 0x000008, "Wrong alignment on FSBZWeaponPresetConfigInventorySlot"); \ +static_assert(sizeof(FSBZWeaponPresetConfigInventorySlot) == 0x000008, "Wrong size on FSBZWeaponPresetConfigInventorySlot"); \ +static_assert(offsetof(FSBZWeaponPresetConfigInventorySlot, WeaponPresetConfigData) == 0x000000, "Member 'FSBZWeaponPresetConfigInventorySlot::WeaponPresetConfigData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponInventorySlot \ +static_assert(alignof(FSBZWeaponInventorySlot) == 0x000008, "Wrong alignment on FSBZWeaponInventorySlot"); \ +static_assert(sizeof(FSBZWeaponInventorySlot) == 0x0000D8, "Wrong size on FSBZWeaponInventorySlot"); \ +static_assert(offsetof(FSBZWeaponInventorySlot, WeaponInSlotEntitlementId) == 0x000028, "Member 'FSBZWeaponInventorySlot::WeaponInSlotEntitlementId' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponInventorySlot, WeaponInSlotAccelByteItemSku) == 0x000038, "Member 'FSBZWeaponInventorySlot::WeaponInSlotAccelByteItemSku' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponInventorySlot, WeaponInventorySlotType) == 0x000048, "Member 'FSBZWeaponInventorySlot::WeaponInventorySlotType' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponInventorySlot, WeaponConfigInventorySlot) == 0x000050, "Member 'FSBZWeaponInventorySlot::WeaponConfigInventorySlot' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponInventorySlot, WeaponPresetConfigInventorySlot) == 0x0000D0, "Member 'FSBZWeaponInventorySlot::WeaponPresetConfigInventorySlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZOnlineMatchmakingParams \ +static_assert(alignof(FSBZOnlineMatchmakingParams) == 0x000008, "Wrong alignment on FSBZOnlineMatchmakingParams"); \ +static_assert(sizeof(FSBZOnlineMatchmakingParams) == 0x000038, "Wrong size on FSBZOnlineMatchmakingParams"); \ +static_assert(offsetof(FSBZOnlineMatchmakingParams, bQuickMatch) == 0x000000, "Member 'FSBZOnlineMatchmakingParams::bQuickMatch' has a wrong offset!"); \ +static_assert(offsetof(FSBZOnlineMatchmakingParams, LevelIdx) == 0x000004, "Member 'FSBZOnlineMatchmakingParams::LevelIdx' has a wrong offset!"); \ +static_assert(offsetof(FSBZOnlineMatchmakingParams, DifficultyIdx) == 0x000008, "Member 'FSBZOnlineMatchmakingParams::DifficultyIdx' has a wrong offset!"); \ +static_assert(offsetof(FSBZOnlineMatchmakingParams, SecurityCompanies) == 0x000010, "Member 'FSBZOnlineMatchmakingParams::SecurityCompanies' has a wrong offset!"); \ +static_assert(offsetof(FSBZOnlineMatchmakingParams, MatchmakingRandomSeed) == 0x000020, "Member 'FSBZOnlineMatchmakingParams::MatchmakingRandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZOnlineMatchmakingParams, Command) == 0x000024, "Member 'FSBZOnlineMatchmakingParams::Command' has a wrong offset!"); \ +static_assert(offsetof(FSBZOnlineMatchmakingParams, bIsHost) == 0x000025, "Member 'FSBZOnlineMatchmakingParams::bIsHost' has a wrong offset!"); \ +static_assert(offsetof(FSBZOnlineMatchmakingParams, TacticType) == 0x000026, "Member 'FSBZOnlineMatchmakingParams::TacticType' has a wrong offset!"); \ +static_assert(offsetof(FSBZOnlineMatchmakingParams, bIsServerBrowserJoin) == 0x000027, "Member 'FSBZOnlineMatchmakingParams::bIsServerBrowserJoin' has a wrong offset!"); \ +static_assert(offsetof(FSBZOnlineMatchmakingParams, ExcludedSessionIds) == 0x000028, "Member 'FSBZOnlineMatchmakingParams::ExcludedSessionIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerStateAddedEvent \ +static_assert(alignof(FSBZPlayerStateAddedEvent) == 0x000008, "Wrong alignment on FSBZPlayerStateAddedEvent"); \ +static_assert(sizeof(FSBZPlayerStateAddedEvent) == 0x000008, "Wrong size on FSBZPlayerStateAddedEvent"); \ +static_assert(offsetof(FSBZPlayerStateAddedEvent, PlayerState) == 0x000000, "Member 'FSBZPlayerStateAddedEvent::PlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAIConfigDPSData \ +static_assert(alignof(FSBZAIConfigDPSData) == 0x000004, "Wrong alignment on FSBZAIConfigDPSData"); \ +static_assert(sizeof(FSBZAIConfigDPSData) == 0x000008, "Wrong size on FSBZAIConfigDPSData"); \ +static_assert(offsetof(FSBZAIConfigDPSData, Damage) == 0x000000, "Member 'FSBZAIConfigDPSData::Damage' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIConfigDPSData, Interval) == 0x000004, "Member 'FSBZAIConfigDPSData::Interval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPhonemeDataTableRow \ +static_assert(alignof(FSBZPhonemeDataTableRow) == 0x000008, "Wrong alignment on FSBZPhonemeDataTableRow"); \ +static_assert(sizeof(FSBZPhonemeDataTableRow) == 0x000048, "Wrong size on FSBZPhonemeDataTableRow"); \ +static_assert(offsetof(FSBZPhonemeDataTableRow, m1v) == 0x000008, "Member 'FSBZPhonemeDataTableRow::m1v' has a wrong offset!"); \ +static_assert(offsetof(FSBZPhonemeDataTableRow, ev) == 0x00000C, "Member 'FSBZPhonemeDataTableRow::ev' has a wrong offset!"); \ +static_assert(offsetof(FSBZPhonemeDataTableRow, cv) == 0x000010, "Member 'FSBZPhonemeDataTableRow::cv' has a wrong offset!"); \ +static_assert(offsetof(FSBZPhonemeDataTableRow, c) == 0x000014, "Member 'FSBZPhonemeDataTableRow::c' has a wrong offset!"); \ +static_assert(offsetof(FSBZPhonemeDataTableRow, e) == 0x000018, "Member 'FSBZPhonemeDataTableRow::e' has a wrong offset!"); \ +static_assert(offsetof(FSBZPhonemeDataTableRow, i) == 0x00001C, "Member 'FSBZPhonemeDataTableRow::i' has a wrong offset!"); \ +static_assert(offsetof(FSBZPhonemeDataTableRow, m2v) == 0x000020, "Member 'FSBZPhonemeDataTableRow::m2v' has a wrong offset!"); \ +static_assert(offsetof(FSBZPhonemeDataTableRow, sv) == 0x000024, "Member 'FSBZPhonemeDataTableRow::sv' has a wrong offset!"); \ +static_assert(offsetof(FSBZPhonemeDataTableRow, s) == 0x000028, "Member 'FSBZPhonemeDataTableRow::s' has a wrong offset!"); \ +static_assert(offsetof(FSBZPhonemeDataTableRow, m1) == 0x00002C, "Member 'FSBZPhonemeDataTableRow::m1' has a wrong offset!"); \ +static_assert(offsetof(FSBZPhonemeDataTableRow, m2) == 0x000030, "Member 'FSBZPhonemeDataTableRow::m2' has a wrong offset!"); \ +static_assert(offsetof(FSBZPhonemeDataTableRow, t) == 0x000038, "Member 'FSBZPhonemeDataTableRow::t' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerStateRemovedEvent \ +static_assert(alignof(FSBZPlayerStateRemovedEvent) == 0x000008, "Wrong alignment on FSBZPlayerStateRemovedEvent"); \ +static_assert(sizeof(FSBZPlayerStateRemovedEvent) == 0x000040, "Wrong size on FSBZPlayerStateRemovedEvent"); \ +static_assert(offsetof(FSBZPlayerStateRemovedEvent, PlayerState) == 0x000000, "Member 'FSBZPlayerStateRemovedEvent::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStateRemovedEvent, Name) == 0x000008, "Member 'FSBZPlayerStateRemovedEvent::Name' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStateRemovedEvent, PlayerId) == 0x000018, "Member 'FSBZPlayerStateRemovedEvent::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZBagFilter \ +static_assert(alignof(FSBZBagFilter) == 0x000008, "Wrong alignment on FSBZBagFilter"); \ +static_assert(sizeof(FSBZBagFilter) == 0x000030, "Wrong size on FSBZBagFilter"); \ +static_assert(offsetof(FSBZBagFilter, FilterTypes) == 0x000000, "Member 'FSBZBagFilter::FilterTypes' has a wrong offset!"); \ +static_assert(offsetof(FSBZBagFilter, FilterTags) == 0x000010, "Member 'FSBZBagFilter::FilterTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerInEscapeChangedEvent \ +static_assert(alignof(FSBZPlayerInEscapeChangedEvent) == 0x000004, "Wrong alignment on FSBZPlayerInEscapeChangedEvent"); \ +static_assert(sizeof(FSBZPlayerInEscapeChangedEvent) == 0x000008, "Wrong size on FSBZPlayerInEscapeChangedEvent"); \ +static_assert(offsetof(FSBZPlayerInEscapeChangedEvent, Inside) == 0x000000, "Member 'FSBZPlayerInEscapeChangedEvent::Inside' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerInEscapeChangedEvent, Total) == 0x000004, "Member 'FSBZPlayerInEscapeChangedEvent::Total' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgilityMontage \ +static_assert(alignof(FSBZAgilityMontage) == 0x000008, "Wrong alignment on FSBZAgilityMontage"); \ +static_assert(sizeof(FSBZAgilityMontage) == 0x000038, "Wrong size on FSBZAgilityMontage"); \ +static_assert(offsetof(FSBZAgilityMontage, CharacterClass) == 0x000000, "Member 'FSBZAgilityMontage::CharacterClass' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityMontage, Montage) == 0x000030, "Member 'FSBZAgilityMontage::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAnimationContainer \ +static_assert(alignof(FSBZAnimationContainer) == 0x000008, "Wrong alignment on FSBZAnimationContainer"); \ +static_assert(sizeof(FSBZAnimationContainer) == 0x000018, "Wrong size on FSBZAnimationContainer"); \ +static_assert(offsetof(FSBZAnimationContainer, bOverride) == 0x000000, "Member 'FSBZAnimationContainer::bOverride' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimationContainer, Animations) == 0x000008, "Member 'FSBZAnimationContainer::Animations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSoftMontageContainer \ +static_assert(alignof(FSBZSoftMontageContainer) == 0x000008, "Wrong alignment on FSBZSoftMontageContainer"); \ +static_assert(sizeof(FSBZSoftMontageContainer) == 0x000018, "Wrong size on FSBZSoftMontageContainer"); \ +static_assert(offsetof(FSBZSoftMontageContainer, bOverride) == 0x000000, "Member 'FSBZSoftMontageContainer::bOverride' has a wrong offset!"); \ +static_assert(offsetof(FSBZSoftMontageContainer, Montages) == 0x000008, "Member 'FSBZSoftMontageContainer::Montages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAnimationsPerSpecificEquippablesContainer \ +static_assert(alignof(FSBZAnimationsPerSpecificEquippablesContainer) == 0x000008, "Wrong alignment on FSBZAnimationsPerSpecificEquippablesContainer"); \ +static_assert(sizeof(FSBZAnimationsPerSpecificEquippablesContainer) == 0x000050, "Wrong size on FSBZAnimationsPerSpecificEquippablesContainer"); \ +static_assert(offsetof(FSBZAnimationsPerSpecificEquippablesContainer, AnimationContainers) == 0x000000, "Member 'FSBZAnimationsPerSpecificEquippablesContainer::AnimationContainers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAnimationsPerEquippablesContainer \ +static_assert(alignof(FSBZAnimationsPerEquippablesContainer) == 0x000008, "Wrong alignment on FSBZAnimationsPerEquippablesContainer"); \ +static_assert(sizeof(FSBZAnimationsPerEquippablesContainer) == 0x000140, "Wrong size on FSBZAnimationsPerEquippablesContainer"); \ +static_assert(offsetof(FSBZAnimationsPerEquippablesContainer, AnimationContainers) == 0x000000, "Member 'FSBZAnimationsPerEquippablesContainer::AnimationContainers' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimationsPerEquippablesContainer, GamePlayTagBasedMontageContainers) == 0x000050, "Member 'FSBZAnimationsPerEquippablesContainer::GamePlayTagBasedMontageContainers' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimationsPerEquippablesContainer, AnimationPerSpecificEquippablesContainers) == 0x0000A0, "Member 'FSBZAnimationsPerEquippablesContainer::AnimationPerSpecificEquippablesContainers' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimationsPerEquippablesContainer, AnimationLeftHandEquippedContainers) == 0x0000F0, "Member 'FSBZAnimationsPerEquippablesContainer::AnimationLeftHandEquippedContainers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAICrewChatEvent \ +static_assert(alignof(FSBZAICrewChatEvent) == 0x000008, "Wrong alignment on FSBZAICrewChatEvent"); \ +static_assert(sizeof(FSBZAICrewChatEvent) == 0x000018, "Wrong size on FSBZAICrewChatEvent"); \ +static_assert(offsetof(FSBZAICrewChatEvent, CrewState) == 0x000000, "Member 'FSBZAICrewChatEvent::CrewState' has a wrong offset!"); \ +static_assert(offsetof(FSBZAICrewChatEvent, Message) == 0x000008, "Member 'FSBZAICrewChatEvent::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgentSettings \ +static_assert(alignof(FSBZAgentSettings) == 0x000004, "Wrong alignment on FSBZAgentSettings"); \ +static_assert(sizeof(FSBZAgentSettings) == 0x00004C, "Wrong size on FSBZAgentSettings"); \ +static_assert(offsetof(FSBZAgentSettings, MaxAcceleration) == 0x000000, "Member 'FSBZAgentSettings::MaxAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentSettings, MaxAngularSpeed) == 0x000004, "Member 'FSBZAgentSettings::MaxAngularSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentSettings, Friction) == 0x000008, "Member 'FSBZAgentSettings::Friction' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentSettings, Radius) == 0x00000C, "Member 'FSBZAgentSettings::Radius' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentSettings, TraceRadius) == 0x000010, "Member 'FSBZAgentSettings::TraceRadius' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentSettings, Height) == 0x000014, "Member 'FSBZAgentSettings::Height' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentSettings, NeighbourDetectionRange) == 0x000018, "Member 'FSBZAgentSettings::NeighbourDetectionRange' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentSettings, NavMeshProjectionInterval) == 0x000020, "Member 'FSBZAgentSettings::NavMeshProjectionInterval' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentSettings, NavMeshProjectionHeightScaleUp) == 0x000024, "Member 'FSBZAgentSettings::NavMeshProjectionHeightScaleUp' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentSettings, NavMeshProjectionHeightScaleDown) == 0x000028, "Member 'FSBZAgentSettings::NavMeshProjectionHeightScaleDown' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentSettings, MinNavMeshProjectionHeightUp) == 0x00002C, "Member 'FSBZAgentSettings::MinNavMeshProjectionHeightUp' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentSettings, NavMeshProjectionInterpSpeed) == 0x000030, "Member 'FSBZAgentSettings::NavMeshProjectionInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentSettings, RVOGroupMask) == 0x000034, "Member 'FSBZAgentSettings::RVOGroupMask' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentSettings, RVOGroupsToAvoid) == 0x000038, "Member 'FSBZAgentSettings::RVOGroupsToAvoid' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentSettings, RVOGroupsToIgnore) == 0x00003C, "Member 'FSBZAgentSettings::RVOGroupsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentSettings, RVOWeight) == 0x000040, "Member 'FSBZAgentSettings::RVOWeight' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentSettings, RVOTestRadius) == 0x000044, "Member 'FSBZAgentSettings::RVOTestRadius' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentSettings, JogSpeed) == 0x000048, "Member 'FSBZAgentSettings::JogSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZServerBrowserFilters \ +static_assert(alignof(FSBZServerBrowserFilters) == 0x000008, "Wrong alignment on FSBZServerBrowserFilters"); \ +static_assert(sizeof(FSBZServerBrowserFilters) == 0x000018, "Wrong size on FSBZServerBrowserFilters"); \ +static_assert(offsetof(FSBZServerBrowserFilters, HeistNames) == 0x000000, "Member 'FSBZServerBrowserFilters::HeistNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZOverskillProgressResultData \ +static_assert(alignof(FSBZOverskillProgressResultData) == 0x000008, "Wrong alignment on FSBZOverskillProgressResultData"); \ +static_assert(sizeof(FSBZOverskillProgressResultData) == 0x000010, "Wrong size on FSBZOverskillProgressResultData"); \ +static_assert(offsetof(FSBZOverskillProgressResultData, Data) == 0x000000, "Member 'FSBZOverskillProgressResultData::Data' has a wrong offset!"); \ +static_assert(offsetof(FSBZOverskillProgressResultData, Level) == 0x000008, "Member 'FSBZOverskillProgressResultData::Level' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSystemChatEvent \ +static_assert(alignof(FSBZSystemChatEvent) == 0x000008, "Wrong alignment on FSBZSystemChatEvent"); \ +static_assert(sizeof(FSBZSystemChatEvent) == 0x000010, "Wrong size on FSBZSystemChatEvent"); \ +static_assert(offsetof(FSBZSystemChatEvent, Message) == 0x000000, "Member 'FSBZSystemChatEvent::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMaskOfTheWeekBlock \ +static_assert(alignof(FSBZMaskOfTheWeekBlock) == 0x000008, "Wrong alignment on FSBZMaskOfTheWeekBlock"); \ +static_assert(sizeof(FSBZMaskOfTheWeekBlock) == 0x000020, "Wrong size on FSBZMaskOfTheWeekBlock"); \ +static_assert(offsetof(FSBZMaskOfTheWeekBlock, MaskOfTheWeekSkuArray) == 0x000000, "Member 'FSBZMaskOfTheWeekBlock::MaskOfTheWeekSkuArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZMaskOfTheWeekBlock, StartDate) == 0x000010, "Member 'FSBZMaskOfTheWeekBlock::StartDate' has a wrong offset!"); \ +static_assert(offsetof(FSBZMaskOfTheWeekBlock, StopDate) == 0x000018, "Member 'FSBZMaskOfTheWeekBlock::StopDate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMaskOfTheWeek \ +static_assert(alignof(FSBZMaskOfTheWeek) == 0x000008, "Wrong alignment on FSBZMaskOfTheWeek"); \ +static_assert(sizeof(FSBZMaskOfTheWeek) == 0x000010, "Wrong size on FSBZMaskOfTheWeek"); \ +static_assert(offsetof(FSBZMaskOfTheWeek, MaskOfTheWeekBlockArray) == 0x000000, "Member 'FSBZMaskOfTheWeek::MaskOfTheWeekBlockArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTimeBasedPlayerContent \ +static_assert(alignof(FSBZTimeBasedPlayerContent) == 0x000008, "Wrong alignment on FSBZTimeBasedPlayerContent"); \ +static_assert(sizeof(FSBZTimeBasedPlayerContent) == 0x000010, "Wrong size on FSBZTimeBasedPlayerContent"); \ +static_assert(offsetof(FSBZTimeBasedPlayerContent, MaskOfTheWeek) == 0x000000, "Member 'FSBZTimeBasedPlayerContent::MaskOfTheWeek' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZClientSaveChallengeV2 \ +static_assert(alignof(FSBZClientSaveChallengeV2) == 0x000004, "Wrong alignment on FSBZClientSaveChallengeV2"); \ +static_assert(sizeof(FSBZClientSaveChallengeV2) == 0x000010, "Wrong size on FSBZClientSaveChallengeV2"); \ +static_assert(offsetof(FSBZClientSaveChallengeV2, ChallengeId) == 0x000000, "Member 'FSBZClientSaveChallengeV2::ChallengeId' has a wrong offset!"); \ +static_assert(offsetof(FSBZClientSaveChallengeV2, ChallengeCompleted) == 0x00000C, "Member 'FSBZClientSaveChallengeV2::ChallengeCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZKeyItemCountChangedEvent \ +static_assert(alignof(FSBZKeyItemCountChangedEvent) == 0x000008, "Wrong alignment on FSBZKeyItemCountChangedEvent"); \ +static_assert(sizeof(FSBZKeyItemCountChangedEvent) == 0x000030, "Wrong size on FSBZKeyItemCountChangedEvent"); \ +static_assert(offsetof(FSBZKeyItemCountChangedEvent, PlayerState) == 0x000000, "Member 'FSBZKeyItemCountChangedEvent::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(FSBZKeyItemCountChangedEvent, KeyTag) == 0x000008, "Member 'FSBZKeyItemCountChangedEvent::KeyTag' has a wrong offset!"); \ +static_assert(offsetof(FSBZKeyItemCountChangedEvent, KeyTagName) == 0x000014, "Member 'FSBZKeyItemCountChangedEvent::KeyTagName' has a wrong offset!"); \ +static_assert(offsetof(FSBZKeyItemCountChangedEvent, KeyItem) == 0x000020, "Member 'FSBZKeyItemCountChangedEvent::KeyItem' has a wrong offset!"); \ +static_assert(offsetof(FSBZKeyItemCountChangedEvent, OldValue) == 0x000028, "Member 'FSBZKeyItemCountChangedEvent::OldValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZKeyItemCountChangedEvent, NewValue) == 0x00002C, "Member 'FSBZKeyItemCountChangedEvent::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDelegateHandle \ +static_assert(alignof(FSBZDelegateHandle) == 0x000008, "Wrong alignment on FSBZDelegateHandle"); \ +static_assert(sizeof(FSBZDelegateHandle) == 0x000008, "Wrong size on FSBZDelegateHandle"); \ + +#define DUMPER7_ASSERTS_FSBZAsyncLoadingProgress \ +static_assert(alignof(FSBZAsyncLoadingProgress) == 0x000004, "Wrong alignment on FSBZAsyncLoadingProgress"); \ +static_assert(sizeof(FSBZAsyncLoadingProgress) == 0x000004, "Wrong size on FSBZAsyncLoadingProgress"); \ +static_assert(offsetof(FSBZAsyncLoadingProgress, Progress) == 0x000000, "Member 'FSBZAsyncLoadingProgress::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDbgCapsuleParams \ +static_assert(alignof(FSBZDbgCapsuleParams) == 0x000010, "Wrong alignment on FSBZDbgCapsuleParams"); \ +static_assert(sizeof(FSBZDbgCapsuleParams) == 0x000050, "Wrong size on FSBZDbgCapsuleParams"); \ +static_assert(offsetof(FSBZDbgCapsuleParams, Location) == 0x000000, "Member 'FSBZDbgCapsuleParams::Location' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgCapsuleParams, HalfHeight) == 0x00000C, "Member 'FSBZDbgCapsuleParams::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgCapsuleParams, Radius) == 0x000010, "Member 'FSBZDbgCapsuleParams::Radius' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgCapsuleParams, Rotation) == 0x000020, "Member 'FSBZDbgCapsuleParams::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgCapsuleParams, Thickness) == 0x000030, "Member 'FSBZDbgCapsuleParams::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgCapsuleParams, Color) == 0x000034, "Member 'FSBZDbgCapsuleParams::Color' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgCapsuleParams, bPersistent) == 0x000038, "Member 'FSBZDbgCapsuleParams::bPersistent' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgCapsuleParams, Life) == 0x00003C, "Member 'FSBZDbgCapsuleParams::Life' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgCapsuleParams, Priority) == 0x000040, "Member 'FSBZDbgCapsuleParams::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCreditsRow \ +static_assert(alignof(FSBZCreditsRow) == 0x000008, "Wrong alignment on FSBZCreditsRow"); \ +static_assert(sizeof(FSBZCreditsRow) == 0x000068, "Wrong size on FSBZCreditsRow"); \ +static_assert(offsetof(FSBZCreditsRow, Type) == 0x000008, "Member 'FSBZCreditsRow::Type' has a wrong offset!"); \ +static_assert(offsetof(FSBZCreditsRow, Text) == 0x000010, "Member 'FSBZCreditsRow::Text' has a wrong offset!"); \ +static_assert(offsetof(FSBZCreditsRow, String) == 0x000028, "Member 'FSBZCreditsRow::String' has a wrong offset!"); \ +static_assert(offsetof(FSBZCreditsRow, TextSecond) == 0x000038, "Member 'FSBZCreditsRow::TextSecond' has a wrong offset!"); \ +static_assert(offsetof(FSBZCreditsRow, StringSecond) == 0x000050, "Member 'FSBZCreditsRow::StringSecond' has a wrong offset!"); \ +static_assert(offsetof(FSBZCreditsRow, Texture) == 0x000060, "Member 'FSBZCreditsRow::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZGameDifficultyChangedEvent \ +static_assert(alignof(FSBZGameDifficultyChangedEvent) == 0x000001, "Wrong alignment on FSBZGameDifficultyChangedEvent"); \ +static_assert(sizeof(FSBZGameDifficultyChangedEvent) == 0x000001, "Wrong size on FSBZGameDifficultyChangedEvent"); \ +static_assert(offsetof(FSBZGameDifficultyChangedEvent, DifficultyIdx) == 0x000000, "Member 'FSBZGameDifficultyChangedEvent::DifficultyIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZStoreItemUICategory \ +static_assert(alignof(FSBZStoreItemUICategory) == 0x000008, "Wrong alignment on FSBZStoreItemUICategory"); \ +static_assert(sizeof(FSBZStoreItemUICategory) == 0x000010, "Wrong size on FSBZStoreItemUICategory"); \ +static_assert(offsetof(FSBZStoreItemUICategory, StoreItemUICategoryType) == 0x000000, "Member 'FSBZStoreItemUICategory::StoreItemUICategoryType' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreItemUICategory, StoreItemDefaultUICategory) == 0x000001, "Member 'FSBZStoreItemUICategory::StoreItemDefaultUICategory' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreItemUICategory, StoreItemCustomUICategory) == 0x000008, "Member 'FSBZStoreItemUICategory::StoreItemCustomUICategory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZStoreBaseItem \ +static_assert(alignof(FSBZStoreBaseItem) == 0x000008, "Wrong alignment on FSBZStoreBaseItem"); \ +static_assert(sizeof(FSBZStoreBaseItem) == 0x0000F8, "Wrong size on FSBZStoreBaseItem"); \ +static_assert(offsetof(FSBZStoreBaseItem, ItemId) == 0x000000, "Member 'FSBZStoreBaseItem::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, ItemSku) == 0x000010, "Member 'FSBZStoreBaseItem::ItemSku' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, Price) == 0x000020, "Member 'FSBZStoreBaseItem::Price' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, CurrencyCode) == 0x000028, "Member 'FSBZStoreBaseItem::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, Platform) == 0x000029, "Member 'FSBZStoreBaseItem::Platform' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, RealMoneyCurrencyCode) == 0x000030, "Member 'FSBZStoreBaseItem::RealMoneyCurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, AvailableAtInfamyLevel) == 0x000040, "Member 'FSBZStoreBaseItem::AvailableAtInfamyLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, AvailableToBuy) == 0x000044, "Member 'FSBZStoreBaseItem::AvailableToBuy' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, ItemLockReason) == 0x000045, "Member 'FSBZStoreBaseItem::ItemLockReason' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, ItemNotLockedReason) == 0x000046, "Member 'FSBZStoreBaseItem::ItemNotLockedReason' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, MaxCountPerUser) == 0x000048, "Member 'FSBZStoreBaseItem::MaxCountPerUser' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, PriceProgression) == 0x00004C, "Member 'FSBZStoreBaseItem::PriceProgression' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, PriceProgressionGroup) == 0x000050, "Member 'FSBZStoreBaseItem::PriceProgressionGroup' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, DiscountPercentage) == 0x000060, "Member 'FSBZStoreBaseItem::DiscountPercentage' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, DiscountAmount) == 0x000064, "Member 'FSBZStoreBaseItem::DiscountAmount' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, DiscountedPrice) == 0x000068, "Member 'FSBZStoreBaseItem::DiscountedPrice' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, CurrencyType) == 0x000070, "Member 'FSBZStoreBaseItem::CurrencyType' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, PurchaseAt) == 0x000078, "Member 'FSBZStoreBaseItem::PurchaseAt' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, ExpireAt) == 0x000080, "Member 'FSBZStoreBaseItem::ExpireAt' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, DiscountPurchaseAt) == 0x000088, "Member 'FSBZStoreBaseItem::DiscountPurchaseAt' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, DiscountExpireAt) == 0x000090, "Member 'FSBZStoreBaseItem::DiscountExpireAt' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, VendorData) == 0x000098, "Member 'FSBZStoreBaseItem::VendorData' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, ItemRarity) == 0x0000A0, "Member 'FSBZStoreBaseItem::ItemRarity' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, bIsPremiumItem) == 0x0000A1, "Member 'FSBZStoreBaseItem::bIsPremiumItem' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, bIsInexhaustibleItem) == 0x0000A2, "Member 'FSBZStoreBaseItem::bIsInexhaustibleItem' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, StoreItemUICategory) == 0x0000A8, "Member 'FSBZStoreBaseItem::StoreItemUICategory' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, ItemCategory) == 0x0000B8, "Member 'FSBZStoreBaseItem::ItemCategory' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, bIsMaskOfTheWeek) == 0x0000B9, "Member 'FSBZStoreBaseItem::bIsMaskOfTheWeek' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, bReportsTelemetry) == 0x0000BA, "Member 'FSBZStoreBaseItem::bReportsTelemetry' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, FirstPlatformPurchaseUrl) == 0x0000C0, "Member 'FSBZStoreBaseItem::FirstPlatformPurchaseUrl' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, FirstPartyProductId) == 0x0000D0, "Member 'FSBZStoreBaseItem::FirstPartyProductId' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, EpicStoreProductId) == 0x0000E0, "Member 'FSBZStoreBaseItem::EpicStoreProductId' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreBaseItem, bIsVendorPermissionRequired) == 0x0000F0, "Member 'FSBZStoreBaseItem::bIsVendorPermissionRequired' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDefeatStateChangedData \ +static_assert(alignof(FSBZDefeatStateChangedData) == 0x000001, "Wrong alignment on FSBZDefeatStateChangedData"); \ +static_assert(sizeof(FSBZDefeatStateChangedData) == 0x000003, "Wrong size on FSBZDefeatStateChangedData"); \ +static_assert(offsetof(FSBZDefeatStateChangedData, OldDefeatState) == 0x000000, "Member 'FSBZDefeatStateChangedData::OldDefeatState' has a wrong offset!"); \ +static_assert(offsetof(FSBZDefeatStateChangedData, NewDefeatState) == 0x000001, "Member 'FSBZDefeatStateChangedData::NewDefeatState' has a wrong offset!"); \ +static_assert(offsetof(FSBZDefeatStateChangedData, bIsInitialDefeatStateChange) == 0x000002, "Member 'FSBZDefeatStateChangedData::bIsInitialDefeatStateChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCablePointAttachment \ +static_assert(alignof(FSBZCablePointAttachment) == 0x000008, "Wrong alignment on FSBZCablePointAttachment"); \ +static_assert(sizeof(FSBZCablePointAttachment) == 0x000068, "Wrong size on FSBZCablePointAttachment"); \ +static_assert(offsetof(FSBZCablePointAttachment, PointIndex) == 0x000000, "Member 'FSBZCablePointAttachment::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZCablePointAttachment, Location) == 0x000004, "Member 'FSBZCablePointAttachment::Location' has a wrong offset!"); \ +static_assert(offsetof(FSBZCablePointAttachment, AttachTo) == 0x000010, "Member 'FSBZCablePointAttachment::AttachTo' has a wrong offset!"); \ +static_assert(offsetof(FSBZCablePointAttachment, AttachToSocketName) == 0x000040, "Member 'FSBZCablePointAttachment::AttachToSocketName' has a wrong offset!"); \ +static_assert(offsetof(FSBZCablePointAttachment, bAutoUpdatePointIndex) == 0x00004C, "Member 'FSBZCablePointAttachment::bAutoUpdatePointIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZCablePointAttachment, SegmentStretchFactor) == 0x000050, "Member 'FSBZCablePointAttachment::SegmentStretchFactor' has a wrong offset!"); \ +static_assert(offsetof(FSBZCablePointAttachment, bRelativeToCableLength) == 0x000054, "Member 'FSBZCablePointAttachment::bRelativeToCableLength' has a wrong offset!"); \ +static_assert(offsetof(FSBZCablePointAttachment, bAutoWinding) == 0x000055, "Member 'FSBZCablePointAttachment::bAutoWinding' has a wrong offset!"); \ +static_assert(offsetof(FSBZCablePointAttachment, bStopAutoWindingAtFirstLockedPoint) == 0x000056, "Member 'FSBZCablePointAttachment::bStopAutoWindingAtFirstLockedPoint' has a wrong offset!"); \ +static_assert(offsetof(FSBZCablePointAttachment, WindingSpeed) == 0x000058, "Member 'FSBZCablePointAttachment::WindingSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerDefeatStateChangedData \ +static_assert(alignof(FSBZPlayerDefeatStateChangedData) == 0x000008, "Wrong alignment on FSBZPlayerDefeatStateChangedData"); \ +static_assert(sizeof(FSBZPlayerDefeatStateChangedData) == 0x000010, "Wrong size on FSBZPlayerDefeatStateChangedData"); \ +static_assert(offsetof(FSBZPlayerDefeatStateChangedData, PlayerState) == 0x000008, "Member 'FSBZPlayerDefeatStateChangedData::PlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgentStateVariables \ +static_assert(alignof(FSBZAgentStateVariables) == 0x000004, "Wrong alignment on FSBZAgentStateVariables"); \ +static_assert(sizeof(FSBZAgentStateVariables) == 0x000028, "Wrong size on FSBZAgentStateVariables"); \ +static_assert(offsetof(FSBZAgentStateVariables, Position) == 0x000000, "Member 'FSBZAgentStateVariables::Position' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentStateVariables, DesiredAcceleration) == 0x00000C, "Member 'FSBZAgentStateVariables::DesiredAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentStateVariables, MontageHash) == 0x000018, "Member 'FSBZAgentStateVariables::MontageHash' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentStateVariables, MaxSpeed) == 0x00001C, "Member 'FSBZAgentStateVariables::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentStateVariables, Yaw) == 0x00001E, "Member 'FSBZAgentStateVariables::Yaw' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentStateVariables, RemoteViewYaw) == 0x00001F, "Member 'FSBZAgentStateVariables::RemoteViewYaw' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentStateVariables, RemoteDesiredViewYaw) == 0x000020, "Member 'FSBZAgentStateVariables::RemoteDesiredViewYaw' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentStateVariables, MovementMode) == 0x000021, "Member 'FSBZAgentStateVariables::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentStateVariables, CharacterMovementState) == 0x000022, "Member 'FSBZAgentStateVariables::CharacterMovementState' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentStateVariables, TurnDirection) == 0x000023, "Member 'FSBZAgentStateVariables::TurnDirection' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentStateVariables, bClearVelocity) == 0x000024, "Member 'FSBZAgentStateVariables::bClearVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentStateVariables, MontagePosition) == 0x000025, "Member 'FSBZAgentStateVariables::MontagePosition' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentStateVariables, ReplicationGroupIndex) == 0x000026, "Member 'FSBZAgentStateVariables::ReplicationGroupIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentStateVariables, bVelocityIsRequested) == 0x000027, "Member 'FSBZAgentStateVariables::bVelocityIsRequested' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgentStateBase \ +static_assert(alignof(FSBZAgentStateBase) == 0x000004, "Wrong alignment on FSBZAgentStateBase"); \ +static_assert(sizeof(FSBZAgentStateBase) == 0x00002C, "Wrong size on FSBZAgentStateBase"); \ +static_assert(offsetof(FSBZAgentStateBase, Id) == 0x000028, "Member 'FSBZAgentStateBase::Id' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgentState \ +static_assert(alignof(FSBZAgentState) == 0x000004, "Wrong alignment on FSBZAgentState"); \ +static_assert(sizeof(FSBZAgentState) == 0x000034, "Wrong size on FSBZAgentState"); \ +static_assert(offsetof(FSBZAgentState, DeltaTime) == 0x00002C, "Member 'FSBZAgentState::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentState, Timestamp) == 0x000030, "Member 'FSBZAgentState::Timestamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZRepMoveQueue \ +static_assert(alignof(FSBZRepMoveQueue) == 0x000008, "Wrong alignment on FSBZRepMoveQueue"); \ +static_assert(sizeof(FSBZRepMoveQueue) == 0x000010, "Wrong size on FSBZRepMoveQueue"); \ +static_assert(offsetof(FSBZRepMoveQueue, RepMoves) == 0x000000, "Member 'FSBZRepMoveQueue::RepMoves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInternalChallengeProgressObjective \ +static_assert(alignof(FSBZInternalChallengeProgressObjective) == 0x000008, "Wrong alignment on FSBZInternalChallengeProgressObjective"); \ +static_assert(sizeof(FSBZInternalChallengeProgressObjective) == 0x000010, "Wrong size on FSBZInternalChallengeProgressObjective"); \ +static_assert(offsetof(FSBZInternalChallengeProgressObjective, Stats) == 0x000000, "Member 'FSBZInternalChallengeProgressObjective::Stats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInternalChallengeProgress \ +static_assert(alignof(FSBZInternalChallengeProgress) == 0x000008, "Wrong alignment on FSBZInternalChallengeProgress"); \ +static_assert(sizeof(FSBZInternalChallengeProgress) == 0x000040, "Wrong size on FSBZInternalChallengeProgress"); \ +static_assert(offsetof(FSBZInternalChallengeProgress, Prerequisite) == 0x000000, "Member 'FSBZInternalChallengeProgress::Prerequisite' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeProgress, Objective) == 0x000030, "Member 'FSBZInternalChallengeProgress::Objective' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAICrewDefeatStateChangedData \ +static_assert(alignof(FSBZAICrewDefeatStateChangedData) == 0x000008, "Wrong alignment on FSBZAICrewDefeatStateChangedData"); \ +static_assert(sizeof(FSBZAICrewDefeatStateChangedData) == 0x000010, "Wrong size on FSBZAICrewDefeatStateChangedData"); \ +static_assert(offsetof(FSBZAICrewDefeatStateChangedData, AICrewState) == 0x000008, "Member 'FSBZAICrewDefeatStateChangedData::AICrewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCapsuleShadowingSettings \ +static_assert(alignof(FSBZCapsuleShadowingSettings) == 0x000004, "Wrong alignment on FSBZCapsuleShadowingSettings"); \ +static_assert(sizeof(FSBZCapsuleShadowingSettings) == 0x00001C, "Wrong size on FSBZCapsuleShadowingSettings"); \ +static_assert(offsetof(FSBZCapsuleShadowingSettings, Quality) == 0x000000, "Member 'FSBZCapsuleShadowingSettings::Quality' has a wrong offset!"); \ +static_assert(offsetof(FSBZCapsuleShadowingSettings, CapsuleIndirectShadowMinVisibility) == 0x000004, "Member 'FSBZCapsuleShadowingSettings::CapsuleIndirectShadowMinVisibility' has a wrong offset!"); \ +static_assert(offsetof(FSBZCapsuleShadowingSettings, UpdateInterval) == 0x000008, "Member 'FSBZCapsuleShadowingSettings::UpdateInterval' has a wrong offset!"); \ +static_assert(offsetof(FSBZCapsuleShadowingSettings, DistanceInterval) == 0x00000C, "Member 'FSBZCapsuleShadowingSettings::DistanceInterval' has a wrong offset!"); \ +static_assert(offsetof(FSBZCapsuleShadowingSettings, ZDeactivationInterval) == 0x000014, "Member 'FSBZCapsuleShadowingSettings::ZDeactivationInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlayersCarryBagChangedEvent \ +static_assert(alignof(FSBZPlayersCarryBagChangedEvent) == 0x000008, "Wrong alignment on FSBZPlayersCarryBagChangedEvent"); \ +static_assert(sizeof(FSBZPlayersCarryBagChangedEvent) == 0x000010, "Wrong size on FSBZPlayersCarryBagChangedEvent"); \ +static_assert(offsetof(FSBZPlayersCarryBagChangedEvent, BagType) == 0x000000, "Member 'FSBZPlayersCarryBagChangedEvent::BagType' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayersCarryBagChangedEvent, Amount) == 0x000008, "Member 'FSBZPlayersCarryBagChangedEvent::Amount' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayersCarryBagChangedEvent, bDoCosmetics) == 0x00000C, "Member 'FSBZPlayersCarryBagChangedEvent::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAirNodeNeighborInfo \ +static_assert(alignof(FSBZAirNodeNeighborInfo) == 0x000008, "Wrong alignment on FSBZAirNodeNeighborInfo"); \ +static_assert(sizeof(FSBZAirNodeNeighborInfo) == 0x000018, "Wrong size on FSBZAirNodeNeighborInfo"); \ +static_assert(offsetof(FSBZAirNodeNeighborInfo, TreeIndex) == 0x000000, "Member 'FSBZAirNodeNeighborInfo::TreeIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZAirNodeNeighborInfo, Indicies) == 0x000008, "Member 'FSBZAirNodeNeighborInfo::Indicies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAirNavigationNode \ +static_assert(alignof(FSBZAirNavigationNode) == 0x000008, "Wrong alignment on FSBZAirNavigationNode"); \ +static_assert(sizeof(FSBZAirNavigationNode) == 0x000030, "Wrong size on FSBZAirNavigationNode"); \ +static_assert(offsetof(FSBZAirNavigationNode, Center) == 0x000000, "Member 'FSBZAirNavigationNode::Center' has a wrong offset!"); \ +static_assert(offsetof(FSBZAirNavigationNode, HalfSize) == 0x000006, "Member 'FSBZAirNavigationNode::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(FSBZAirNavigationNode, FirstChildIndex) == 0x00000A, "Member 'FSBZAirNavigationNode::FirstChildIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZAirNavigationNode, NeighborInfo) == 0x000010, "Member 'FSBZAirNavigationNode::NeighborInfo' has a wrong offset!"); \ +static_assert(offsetof(FSBZAirNavigationNode, NavLinkIDArray) == 0x000020, "Member 'FSBZAirNavigationNode::NavLinkIDArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZRecommendedChallenges \ +static_assert(alignof(FSBZRecommendedChallenges) == 0x000008, "Wrong alignment on FSBZRecommendedChallenges"); \ +static_assert(sizeof(FSBZRecommendedChallenges) == 0x000010, "Wrong size on FSBZRecommendedChallenges"); \ +static_assert(offsetof(FSBZRecommendedChallenges, RecommendedChallengeData) == 0x000000, "Member 'FSBZRecommendedChallenges::RecommendedChallengeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerCosmeticsConfig \ +static_assert(alignof(FSBZPlayerCosmeticsConfig) == 0x000004, "Wrong alignment on FSBZPlayerCosmeticsConfig"); \ +static_assert(sizeof(FSBZPlayerCosmeticsConfig) == 0x00000C, "Wrong size on FSBZPlayerCosmeticsConfig"); \ +static_assert(offsetof(FSBZPlayerCosmeticsConfig, MaskConfigSlotIndex) == 0x000000, "Member 'FSBZPlayerCosmeticsConfig::MaskConfigSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerCosmeticsConfig, SuitConfigSlotIndex) == 0x000004, "Member 'FSBZPlayerCosmeticsConfig::SuitConfigSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerCosmeticsConfig, GloveConfigSlotIndex) == 0x000008, "Member 'FSBZPlayerCosmeticsConfig::GloveConfigSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPreferredPlayerCharacterArray \ +static_assert(alignof(FSBZPreferredPlayerCharacterArray) == 0x000008, "Wrong alignment on FSBZPreferredPlayerCharacterArray"); \ +static_assert(sizeof(FSBZPreferredPlayerCharacterArray) == 0x000010, "Wrong size on FSBZPreferredPlayerCharacterArray"); \ +static_assert(offsetof(FSBZPreferredPlayerCharacterArray, PlayerPreferredCharacterArray) == 0x000000, "Member 'FSBZPreferredPlayerCharacterArray::PlayerPreferredCharacterArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerLoadoutConfig \ +static_assert(alignof(FSBZPlayerLoadoutConfig) == 0x000008, "Wrong alignment on FSBZPlayerLoadoutConfig"); \ +static_assert(sizeof(FSBZPlayerLoadoutConfig) == 0x000098, "Wrong size on FSBZPlayerLoadoutConfig"); \ +static_assert(offsetof(FSBZPlayerLoadoutConfig, LoadoutName) == 0x000000, "Member 'FSBZPlayerLoadoutConfig::LoadoutName' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerLoadoutConfig, PrimaryWeaponConfigSlotIndex) == 0x000010, "Member 'FSBZPlayerLoadoutConfig::PrimaryWeaponConfigSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerLoadoutConfig, SecondaryWeaponConfigSlotIndex) == 0x000014, "Member 'FSBZPlayerLoadoutConfig::SecondaryWeaponConfigSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerLoadoutConfig, PlayerCosmeticsConfig) == 0x000018, "Member 'FSBZPlayerLoadoutConfig::PlayerCosmeticsConfig' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerLoadoutConfig, ArmorConfigSlotIndex) == 0x000024, "Member 'FSBZPlayerLoadoutConfig::ArmorConfigSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerLoadoutConfig, PreferredPlayerCharacterArray) == 0x000028, "Member 'FSBZPlayerLoadoutConfig::PreferredPlayerCharacterArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerLoadoutConfig, OverkillWeapon) == 0x000038, "Member 'FSBZPlayerLoadoutConfig::OverkillWeapon' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerLoadoutConfig, OverskillLoadout) == 0x000040, "Member 'FSBZPlayerLoadoutConfig::OverskillLoadout' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerLoadoutConfig, Throwable) == 0x000048, "Member 'FSBZPlayerLoadoutConfig::Throwable' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerLoadoutConfig, Tool) == 0x000050, "Member 'FSBZPlayerLoadoutConfig::Tool' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerLoadoutConfig, Placeable) == 0x000058, "Member 'FSBZPlayerLoadoutConfig::Placeable' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerLoadoutConfig, Skills) == 0x000060, "Member 'FSBZPlayerLoadoutConfig::Skills' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerLoadoutConfig, RemovedOverskillSkillArray) == 0x000070, "Member 'FSBZPlayerLoadoutConfig::RemovedOverskillSkillArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerLoadoutConfig, Armor) == 0x000080, "Member 'FSBZPlayerLoadoutConfig::Armor' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerLoadoutConfig, ChunkTypeArray) == 0x000088, "Member 'FSBZPlayerLoadoutConfig::ChunkTypeArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZServerStoreInfo \ +static_assert(alignof(FSBZServerStoreInfo) == 0x000008, "Wrong alignment on FSBZServerStoreInfo"); \ +static_assert(sizeof(FSBZServerStoreInfo) == 0x000020, "Wrong size on FSBZServerStoreInfo"); \ +static_assert(offsetof(FSBZServerStoreInfo, ItemId) == 0x000000, "Member 'FSBZServerStoreInfo::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FSBZServerStoreInfo, ItemNamespace) == 0x000010, "Member 'FSBZServerStoreInfo::ItemNamespace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSpawnWaveTypeLimit \ +static_assert(alignof(FSBZSpawnWaveTypeLimit) == 0x000004, "Wrong alignment on FSBZSpawnWaveTypeLimit"); \ +static_assert(sizeof(FSBZSpawnWaveTypeLimit) == 0x00000C, "Wrong size on FSBZSpawnWaveTypeLimit"); \ +static_assert(offsetof(FSBZSpawnWaveTypeLimit, CountLimit) == 0x000000, "Member 'FSBZSpawnWaveTypeLimit::CountLimit' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnWaveTypeLimit, Cooldown) == 0x000004, "Member 'FSBZSpawnWaveTypeLimit::Cooldown' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnWaveTypeLimit, KilledCooldown) == 0x000008, "Member 'FSBZSpawnWaveTypeLimit::KilledCooldown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkelMeshMergeUVTransform \ +static_assert(alignof(FSkelMeshMergeUVTransform) == 0x000008, "Wrong alignment on FSkelMeshMergeUVTransform"); \ +static_assert(sizeof(FSkelMeshMergeUVTransform) == 0x000010, "Wrong size on FSkelMeshMergeUVTransform"); \ +static_assert(offsetof(FSkelMeshMergeUVTransform, UVTransforms) == 0x000000, "Member 'FSkelMeshMergeUVTransform::UVTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerReadyInfo \ +static_assert(alignof(FSBZPlayerReadyInfo) == 0x000008, "Wrong alignment on FSBZPlayerReadyInfo"); \ +static_assert(sizeof(FSBZPlayerReadyInfo) == 0x000098, "Wrong size on FSBZPlayerReadyInfo"); \ +static_assert(offsetof(FSBZPlayerReadyInfo, PlayerId) == 0x000010, "Member 'FSBZPlayerReadyInfo::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerReadyInfo, PlayerNamePlatform) == 0x000038, "Member 'FSBZPlayerReadyInfo::PlayerNamePlatform' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerReadyInfo, PlayerNameAccelbyte) == 0x000048, "Member 'FSBZPlayerReadyInfo::PlayerNameAccelbyte' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerReadyInfo, AccelByteUserName) == 0x000058, "Member 'FSBZPlayerReadyInfo::AccelByteUserName' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerReadyInfo, AccelByteDisplayName) == 0x000068, "Member 'FSBZPlayerReadyInfo::AccelByteDisplayName' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerReadyInfo, AccelByteUserId) == 0x000078, "Member 'FSBZPlayerReadyInfo::AccelByteUserId' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerReadyInfo, PlayerReadyStatusValue) == 0x000088, "Member 'FSBZPlayerReadyInfo::PlayerReadyStatusValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerReadyInfo, Platform) == 0x000089, "Member 'FSBZPlayerReadyInfo::Platform' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerReadyInfo, FirstPartyPlatform) == 0x00008A, "Member 'FSBZPlayerReadyInfo::FirstPartyPlatform' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerReadyInfo, InfamyLevel) == 0x00008C, "Member 'FSBZPlayerReadyInfo::InfamyLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerReadyInfo, RenownLevel) == 0x000090, "Member 'FSBZPlayerReadyInfo::RenownLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZRewardItem \ +static_assert(alignof(FSBZRewardItem) == 0x000008, "Wrong alignment on FSBZRewardItem"); \ +static_assert(sizeof(FSBZRewardItem) == 0x000018, "Wrong size on FSBZRewardItem"); \ +static_assert(offsetof(FSBZRewardItem, ItemSku) == 0x000000, "Member 'FSBZRewardItem::ItemSku' has a wrong offset!"); \ +static_assert(offsetof(FSBZRewardItem, Probability) == 0x000010, "Member 'FSBZRewardItem::Probability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZRewardCategory \ +static_assert(alignof(FSBZRewardCategory) == 0x000008, "Wrong alignment on FSBZRewardCategory"); \ +static_assert(sizeof(FSBZRewardCategory) == 0x000028, "Wrong size on FSBZRewardCategory"); \ +static_assert(offsetof(FSBZRewardCategory, CategoryName) == 0x000000, "Member 'FSBZRewardCategory::CategoryName' has a wrong offset!"); \ +static_assert(offsetof(FSBZRewardCategory, CategorySkuItems) == 0x000010, "Member 'FSBZRewardCategory::CategorySkuItems' has a wrong offset!"); \ +static_assert(offsetof(FSBZRewardCategory, Probability) == 0x000020, "Member 'FSBZRewardCategory::Probability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZStartMoveHandler \ +static_assert(alignof(FSBZStartMoveHandler) == 0x000008, "Wrong alignment on FSBZStartMoveHandler"); \ +static_assert(sizeof(FSBZStartMoveHandler) == 0x000058, "Wrong size on FSBZStartMoveHandler"); \ +static_assert(offsetof(FSBZStartMoveHandler, BlendSpace) == 0x000000, "Member 'FSBZStartMoveHandler::BlendSpace' has a wrong offset!"); \ +static_assert(offsetof(FSBZStartMoveHandler, Animation) == 0x000008, "Member 'FSBZStartMoveHandler::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZFootPlacementBoneInfo \ +static_assert(alignof(FSBZFootPlacementBoneInfo) == 0x000008, "Wrong alignment on FSBZFootPlacementBoneInfo"); \ +static_assert(sizeof(FSBZFootPlacementBoneInfo) == 0x000030, "Wrong size on FSBZFootPlacementBoneInfo"); \ + +#define DUMPER7_ASSERTS_FSBZBoneLocker \ +static_assert(alignof(FSBZBoneLocker) == 0x000010, "Wrong alignment on FSBZBoneLocker"); \ +static_assert(sizeof(FSBZBoneLocker) == 0x0000B0, "Wrong size on FSBZBoneLocker"); \ +static_assert(offsetof(FSBZBoneLocker, BoneRef) == 0x000000, "Member 'FSBZBoneLocker::BoneRef' has a wrong offset!"); \ +static_assert(offsetof(FSBZBoneLocker, LockCurveName) == 0x000014, "Member 'FSBZBoneLocker::LockCurveName' has a wrong offset!"); \ +static_assert(offsetof(FSBZBoneLocker, LockAlphaThreshold) == 0x000024, "Member 'FSBZBoneLocker::LockAlphaThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSBZBoneLocker, YawAxis) == 0x000028, "Member 'FSBZBoneLocker::YawAxis' has a wrong offset!"); \ +static_assert(offsetof(FSBZBoneLocker, MaxDist) == 0x000034, "Member 'FSBZBoneLocker::MaxDist' has a wrong offset!"); \ +static_assert(offsetof(FSBZBoneLocker, MaxYaw) == 0x000038, "Member 'FSBZBoneLocker::MaxYaw' has a wrong offset!"); \ +static_assert(offsetof(FSBZBoneLocker, bTranslationLock2D) == 0x00003C, "Member 'FSBZBoneLocker::bTranslationLock2D' has a wrong offset!"); \ +static_assert(offsetof(FSBZBoneLocker, InterpSpeed) == 0x000040, "Member 'FSBZBoneLocker::InterpSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAnimNode_ProceduralFootPlacement \ +static_assert(alignof(FSBZAnimNode_ProceduralFootPlacement) == 0x000010, "Wrong alignment on FSBZAnimNode_ProceduralFootPlacement"); \ +static_assert(sizeof(FSBZAnimNode_ProceduralFootPlacement) == 0x000420, "Wrong size on FSBZAnimNode_ProceduralFootPlacement"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, bNewRendered) == 0x0000E8, "Member 'FSBZAnimNode_ProceduralFootPlacement::bNewRendered' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, PelvisBone) == 0x0000EC, "Member 'FSBZAnimNode_ProceduralFootPlacement::PelvisBone' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, LeftIKFootBone) == 0x000100, "Member 'FSBZAnimNode_ProceduralFootPlacement::LeftIKFootBone' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, LeftFootBone) == 0x000114, "Member 'FSBZAnimNode_ProceduralFootPlacement::LeftFootBone' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, LeftFootToeBaseBone) == 0x000128, "Member 'FSBZAnimNode_ProceduralFootPlacement::LeftFootToeBaseBone' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, RightIKFootBone) == 0x00013C, "Member 'FSBZAnimNode_ProceduralFootPlacement::RightIKFootBone' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, RightFootBone) == 0x000150, "Member 'FSBZAnimNode_ProceduralFootPlacement::RightFootBone' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, RightFootToeBaseBone) == 0x000164, "Member 'FSBZAnimNode_ProceduralFootPlacement::RightFootToeBaseBone' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, SpineAdjustmentAlpha) == 0x000178, "Member 'FSBZAnimNode_ProceduralFootPlacement::SpineAdjustmentAlpha' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, SpineBone) == 0x00017C, "Member 'FSBZAnimNode_ProceduralFootPlacement::SpineBone' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, MaxFloorPitchForSpine) == 0x000190, "Member 'FSBZAnimNode_ProceduralFootPlacement::MaxFloorPitchForSpine' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, MaxFloorRollForSpine) == 0x000194, "Member 'FSBZAnimNode_ProceduralFootPlacement::MaxFloorRollForSpine' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, LeftFootLocker) == 0x0001A0, "Member 'FSBZAnimNode_ProceduralFootPlacement::LeftFootLocker' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, RightFootLocker) == 0x000250, "Member 'FSBZAnimNode_ProceduralFootPlacement::RightFootLocker' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, LeftFootPlacementBone) == 0x000300, "Member 'FSBZAnimNode_ProceduralFootPlacement::LeftFootPlacementBone' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, RightFootPlacementBone) == 0x000330, "Member 'FSBZAnimNode_ProceduralFootPlacement::RightFootPlacementBone' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, FootRotationInterpSpeed) == 0x000360, "Member 'FSBZAnimNode_ProceduralFootPlacement::FootRotationInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, DeltaYaw) == 0x000364, "Member 'FSBZAnimNode_ProceduralFootPlacement::DeltaYaw' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, MinFootZOffsetInterSpeed) == 0x000368, "Member 'FSBZAnimNode_ProceduralFootPlacement::MinFootZOffsetInterSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, ImpactZInterSpeedFactor) == 0x00036C, "Member 'FSBZAnimNode_ProceduralFootPlacement::ImpactZInterSpeedFactor' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, FootZOffsetInterval) == 0x000370, "Member 'FSBZAnimNode_ProceduralFootPlacement::FootZOffsetInterval' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, FootMaxPitch) == 0x000378, "Member 'FSBZAnimNode_ProceduralFootPlacement::FootMaxPitch' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, FootMaxRoll) == 0x000380, "Member 'FSBZAnimNode_ProceduralFootPlacement::FootMaxRoll' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, FootZUpOffsetToFixAnkleInterval) == 0x000388, "Member 'FSBZAnimNode_ProceduralFootPlacement::FootZUpOffsetToFixAnkleInterval' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, AnkleAdjustmentAlpha) == 0x000390, "Member 'FSBZAnimNode_ProceduralFootPlacement::AnkleAdjustmentAlpha' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, MaxFootLiftZDist) == 0x000394, "Member 'FSBZAnimNode_ProceduralFootPlacement::MaxFootLiftZDist' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, AnklePitchAxis) == 0x000398, "Member 'FSBZAnimNode_ProceduralFootPlacement::AnklePitchAxis' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, PelvisZOffsetInterval) == 0x00039C, "Member 'FSBZAnimNode_ProceduralFootPlacement::PelvisZOffsetInterval' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, PelvisMinHeight) == 0x0003A4, "Member 'FSBZAnimNode_ProceduralFootPlacement::PelvisMinHeight' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, PelvisInterpSpeed) == 0x0003A8, "Member 'FSBZAnimNode_ProceduralFootPlacement::PelvisInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, PelvisHigherHeightInterpSpeedModifier) == 0x0003AC, "Member 'FSBZAnimNode_ProceduralFootPlacement::PelvisHigherHeightInterpSpeedModifier' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, MinZDistToPelvis) == 0x0003B0, "Member 'FSBZAnimNode_ProceduralFootPlacement::MinZDistToPelvis' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, CharacterSpeed) == 0x0003B4, "Member 'FSBZAnimNode_ProceduralFootPlacement::CharacterSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, RootReconciliationSpeedInterval) == 0x0003B8, "Member 'FSBZAnimNode_ProceduralFootPlacement::RootReconciliationSpeedInterval' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ProceduralFootPlacement, RootSpeedMultiplier) == 0x0003C0, "Member 'FSBZAnimNode_ProceduralFootPlacement::RootSpeedMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPawnPlatformSpawnSettings \ +static_assert(alignof(FSBZPawnPlatformSpawnSettings) == 0x000004, "Wrong alignment on FSBZPawnPlatformSpawnSettings"); \ +static_assert(sizeof(FSBZPawnPlatformSpawnSettings) == 0x000010, "Wrong size on FSBZPawnPlatformSpawnSettings"); \ +static_assert(offsetof(FSBZPawnPlatformSpawnSettings, AllowedSpawnSignificance) == 0x000000, "Member 'FSBZPawnPlatformSpawnSettings::AllowedSpawnSignificance' has a wrong offset!"); \ +static_assert(offsetof(FSBZPawnPlatformSpawnSettings, PopulationLimit) == 0x000004, "Member 'FSBZPawnPlatformSpawnSettings::PopulationLimit' has a wrong offset!"); \ +static_assert(offsetof(FSBZPawnPlatformSpawnSettings, MaximumSpawnsPerFrame) == 0x000008, "Member 'FSBZPawnPlatformSpawnSettings::MaximumSpawnsPerFrame' has a wrong offset!"); \ +static_assert(offsetof(FSBZPawnPlatformSpawnSettings, MaximumDestroysPerFrame) == 0x00000C, "Member 'FSBZPawnPlatformSpawnSettings::MaximumDestroysPerFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPawnSpawnRequestHandle \ +static_assert(alignof(FSBZPawnSpawnRequestHandle) == 0x000008, "Wrong alignment on FSBZPawnSpawnRequestHandle"); \ +static_assert(sizeof(FSBZPawnSpawnRequestHandle) == 0x000010, "Wrong size on FSBZPawnSpawnRequestHandle"); \ + +#define DUMPER7_ASSERTS_FSBZInfamyPointPayout \ +static_assert(alignof(FSBZInfamyPointPayout) == 0x000004, "Wrong alignment on FSBZInfamyPointPayout"); \ +static_assert(sizeof(FSBZInfamyPointPayout) == 0x00000C, "Wrong size on FSBZInfamyPointPayout"); \ +static_assert(offsetof(FSBZInfamyPointPayout, Completion) == 0x000000, "Member 'FSBZInfamyPointPayout::Completion' has a wrong offset!"); \ +static_assert(offsetof(FSBZInfamyPointPayout, StealthBonus) == 0x000004, "Member 'FSBZInfamyPointPayout::StealthBonus' has a wrong offset!"); \ +static_assert(offsetof(FSBZInfamyPointPayout, AllBagsBonus) == 0x000008, "Member 'FSBZInfamyPointPayout::AllBagsBonus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZJoinableHeistData \ +static_assert(alignof(FSBZJoinableHeistData) == 0x000008, "Wrong alignment on FSBZJoinableHeistData"); \ +static_assert(sizeof(FSBZJoinableHeistData) == 0x000060, "Wrong size on FSBZJoinableHeistData"); \ +static_assert(offsetof(FSBZJoinableHeistData, SessionID) == 0x000000, "Member 'FSBZJoinableHeistData::SessionID' has a wrong offset!"); \ +static_assert(offsetof(FSBZJoinableHeistData, HeistName) == 0x000010, "Member 'FSBZJoinableHeistData::HeistName' has a wrong offset!"); \ +static_assert(offsetof(FSBZJoinableHeistData, HeistOwner) == 0x000020, "Member 'FSBZJoinableHeistData::HeistOwner' has a wrong offset!"); \ +static_assert(offsetof(FSBZJoinableHeistData, Difficulty) == 0x000030, "Member 'FSBZJoinableHeistData::Difficulty' has a wrong offset!"); \ +static_assert(offsetof(FSBZJoinableHeistData, Tactic) == 0x000031, "Member 'FSBZJoinableHeistData::Tactic' has a wrong offset!"); \ +static_assert(offsetof(FSBZJoinableHeistData, LobbyType) == 0x000032, "Member 'FSBZJoinableHeistData::LobbyType' has a wrong offset!"); \ +static_assert(offsetof(FSBZJoinableHeistData, PeopleAmount) == 0x000034, "Member 'FSBZJoinableHeistData::PeopleAmount' has a wrong offset!"); \ +static_assert(offsetof(FSBZJoinableHeistData, bIsFriendSession) == 0x000038, "Member 'FSBZJoinableHeistData::bIsFriendSession' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHeistLevelWithOwnership \ +static_assert(alignof(FSBZHeistLevelWithOwnership) == 0x000008, "Wrong alignment on FSBZHeistLevelWithOwnership"); \ +static_assert(sizeof(FSBZHeistLevelWithOwnership) == 0x000038, "Wrong size on FSBZHeistLevelWithOwnership"); \ +static_assert(offsetof(FSBZHeistLevelWithOwnership, LevelPath) == 0x000000, "Member 'FSBZHeistLevelWithOwnership::LevelPath' has a wrong offset!"); \ +static_assert(offsetof(FSBZHeistLevelWithOwnership, bIsOwned) == 0x000020, "Member 'FSBZHeistLevelWithOwnership::bIsOwned' has a wrong offset!"); \ +static_assert(offsetof(FSBZHeistLevelWithOwnership, bIsQuickplaySelectableLevel) == 0x000021, "Member 'FSBZHeistLevelWithOwnership::bIsQuickplaySelectableLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZHeistLevelWithOwnership, FirstPlatformPurchaseUrl) == 0x000028, "Member 'FSBZHeistLevelWithOwnership::FirstPlatformPurchaseUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZServerBrowserHeistLevel \ +static_assert(alignof(FSBZServerBrowserHeistLevel) == 0x000008, "Wrong alignment on FSBZServerBrowserHeistLevel"); \ +static_assert(sizeof(FSBZServerBrowserHeistLevel) == 0x0000B8, "Wrong size on FSBZServerBrowserHeistLevel"); \ +static_assert(offsetof(FSBZServerBrowserHeistLevel, LevelName) == 0x000038, "Member 'FSBZServerBrowserHeistLevel::LevelName' has a wrong offset!"); \ +static_assert(offsetof(FSBZServerBrowserHeistLevel, LevelIndex) == 0x000050, "Member 'FSBZServerBrowserHeistLevel::LevelIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZServerBrowserHeistLevel, CollectionIndex) == 0x000054, "Member 'FSBZServerBrowserHeistLevel::CollectionIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZServerBrowserHeistLevel, JoinableHeistData) == 0x000058, "Member 'FSBZServerBrowserHeistLevel::JoinableHeistData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZServerBrowserHeistCollection \ +static_assert(alignof(FSBZServerBrowserHeistCollection) == 0x000008, "Wrong alignment on FSBZServerBrowserHeistCollection"); \ +static_assert(sizeof(FSBZServerBrowserHeistCollection) == 0x000030, "Wrong size on FSBZServerBrowserHeistCollection"); \ +static_assert(offsetof(FSBZServerBrowserHeistCollection, HeistCollectionName) == 0x000000, "Member 'FSBZServerBrowserHeistCollection::HeistCollectionName' has a wrong offset!"); \ +static_assert(offsetof(FSBZServerBrowserHeistCollection, LevelArray) == 0x000018, "Member 'FSBZServerBrowserHeistCollection::LevelArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZServerBrowserHeistCollection, bContainsStoryModeContent) == 0x000028, "Member 'FSBZServerBrowserHeistCollection::bContainsStoryModeContent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZStatUpdate \ +static_assert(alignof(FSBZStatUpdate) == 0x000008, "Wrong alignment on FSBZStatUpdate"); \ +static_assert(sizeof(FSBZStatUpdate) == 0x000018, "Wrong size on FSBZStatUpdate"); \ +static_assert(offsetof(FSBZStatUpdate, Key) == 0x000000, "Member 'FSBZStatUpdate::Key' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatUpdate, Value) == 0x000010, "Member 'FSBZStatUpdate::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZRespawnMinimumAttributeData \ +static_assert(alignof(FSBZRespawnMinimumAttributeData) == 0x000004, "Wrong alignment on FSBZRespawnMinimumAttributeData"); \ +static_assert(sizeof(FSBZRespawnMinimumAttributeData) == 0x000020, "Wrong size on FSBZRespawnMinimumAttributeData"); \ +static_assert(offsetof(FSBZRespawnMinimumAttributeData, bForceValues) == 0x000000, "Member 'FSBZRespawnMinimumAttributeData::bForceValues' has a wrong offset!"); \ +static_assert(offsetof(FSBZRespawnMinimumAttributeData, Health) == 0x000004, "Member 'FSBZRespawnMinimumAttributeData::Health' has a wrong offset!"); \ +static_assert(offsetof(FSBZRespawnMinimumAttributeData, HealthScale) == 0x000008, "Member 'FSBZRespawnMinimumAttributeData::HealthScale' has a wrong offset!"); \ +static_assert(offsetof(FSBZRespawnMinimumAttributeData, PercentOfMaxChunkCount) == 0x00000C, "Member 'FSBZRespawnMinimumAttributeData::PercentOfMaxChunkCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZRespawnMinimumAttributeData, DownedCount) == 0x000010, "Member 'FSBZRespawnMinimumAttributeData::DownedCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZRespawnMinimumAttributeData, WeaponAmmoScale) == 0x000014, "Member 'FSBZRespawnMinimumAttributeData::WeaponAmmoScale' has a wrong offset!"); \ +static_assert(offsetof(FSBZRespawnMinimumAttributeData, ThrowableAmmoScale) == 0x000018, "Member 'FSBZRespawnMinimumAttributeData::ThrowableAmmoScale' has a wrong offset!"); \ +static_assert(offsetof(FSBZRespawnMinimumAttributeData, PlaceableAmmoScale) == 0x00001C, "Member 'FSBZRespawnMinimumAttributeData::PlaceableAmmoScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZProgressionSaveCachedChallengesData \ +static_assert(alignof(FSBZProgressionSaveCachedChallengesData) == 0x000008, "Wrong alignment on FSBZProgressionSaveCachedChallengesData"); \ +static_assert(sizeof(FSBZProgressionSaveCachedChallengesData) == 0x000050, "Wrong size on FSBZProgressionSaveCachedChallengesData"); \ +static_assert(offsetof(FSBZProgressionSaveCachedChallengesData, CachedChallenges) == 0x000000, "Member 'FSBZProgressionSaveCachedChallengesData::CachedChallenges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZStorymodeStruct \ +static_assert(alignof(FSBZStorymodeStruct) == 0x000008, "Wrong alignment on FSBZStorymodeStruct"); \ +static_assert(sizeof(FSBZStorymodeStruct) == 0x000058, "Wrong size on FSBZStorymodeStruct"); \ +static_assert(offsetof(FSBZStorymodeStruct, VideoURL) == 0x000000, "Member 'FSBZStorymodeStruct::VideoURL' has a wrong offset!"); \ +static_assert(offsetof(FSBZStorymodeStruct, DisplayIcon) == 0x000010, "Member 'FSBZStorymodeStruct::DisplayIcon' has a wrong offset!"); \ +static_assert(offsetof(FSBZStorymodeStruct, ButtonText) == 0x000040, "Member 'FSBZStorymodeStruct::ButtonText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDailyChallenge \ +static_assert(alignof(FSBZDailyChallenge) == 0x000004, "Wrong alignment on FSBZDailyChallenge"); \ +static_assert(sizeof(FSBZDailyChallenge) == 0x000014, "Wrong size on FSBZDailyChallenge"); \ +static_assert(offsetof(FSBZDailyChallenge, ChallengeId) == 0x000000, "Member 'FSBZDailyChallenge::ChallengeId' has a wrong offset!"); \ +static_assert(offsetof(FSBZDailyChallenge, CreationObjectiveStartStatValue) == 0x00000C, "Member 'FSBZDailyChallenge::CreationObjectiveStartStatValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZDailyChallenge, ChallengeCompleted) == 0x000010, "Member 'FSBZDailyChallenge::ChallengeCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDailyChallengeBlock \ +static_assert(alignof(FSBZDailyChallengeBlock) == 0x000008, "Wrong alignment on FSBZDailyChallengeBlock"); \ +static_assert(sizeof(FSBZDailyChallengeBlock) == 0x000010, "Wrong size on FSBZDailyChallengeBlock"); \ +static_assert(offsetof(FSBZDailyChallengeBlock, ChallengeArray) == 0x000000, "Member 'FSBZDailyChallengeBlock::ChallengeArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZProgressionSaveChallengesData \ +static_assert(alignof(FSBZProgressionSaveChallengesData) == 0x000008, "Wrong alignment on FSBZProgressionSaveChallengesData"); \ +static_assert(sizeof(FSBZProgressionSaveChallengesData) == 0x000038, "Wrong size on FSBZProgressionSaveChallengesData"); \ +static_assert(offsetof(FSBZProgressionSaveChallengesData, SavedChallenges) == 0x000000, "Member 'FSBZProgressionSaveChallengesData::SavedChallenges' has a wrong offset!"); \ +static_assert(offsetof(FSBZProgressionSaveChallengesData, FetchedFromAPI) == 0x000010, "Member 'FSBZProgressionSaveChallengesData::FetchedFromAPI' has a wrong offset!"); \ +static_assert(offsetof(FSBZProgressionSaveChallengesData, DailyChallengeBlockMap) == 0x000018, "Member 'FSBZProgressionSaveChallengesData::DailyChallengeBlockMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZProgressionSaveChallengesData, DailyChallengePullDate) == 0x000028, "Member 'FSBZProgressionSaveChallengesData::DailyChallengePullDate' has a wrong offset!"); \ +static_assert(offsetof(FSBZProgressionSaveChallengesData, RerollAvailable) == 0x000030, "Member 'FSBZProgressionSaveChallengesData::RerollAvailable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZServersListIteratorBase \ +static_assert(alignof(FSBZServersListIteratorBase) == 0x000008, "Wrong alignment on FSBZServersListIteratorBase"); \ +static_assert(sizeof(FSBZServersListIteratorBase) == 0x000010, "Wrong size on FSBZServersListIteratorBase"); \ + +#define DUMPER7_ASSERTS_FSBZServersListIterator \ +static_assert(alignof(FSBZServersListIterator) == 0x000008, "Wrong alignment on FSBZServersListIterator"); \ +static_assert(sizeof(FSBZServersListIterator) == 0x000030, "Wrong size on FSBZServersListIterator"); \ + +#define DUMPER7_ASSERTS_FPD3SpawnSquad \ +static_assert(alignof(FPD3SpawnSquad) == 0x000008, "Wrong alignment on FPD3SpawnSquad"); \ +static_assert(sizeof(FPD3SpawnSquad) == 0x000038, "Wrong size on FPD3SpawnSquad"); \ +static_assert(offsetof(FPD3SpawnSquad, PawnArray) == 0x000000, "Member 'FPD3SpawnSquad::PawnArray' has a wrong offset!"); \ +static_assert(offsetof(FPD3SpawnSquad, Weight) == 0x000010, "Member 'FPD3SpawnSquad::Weight' has a wrong offset!"); \ +static_assert(offsetof(FPD3SpawnSquad, CachedPawnTypes) == 0x000018, "Member 'FPD3SpawnSquad::CachedPawnTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPD3AssaultProgressionSettings \ +static_assert(alignof(FPD3AssaultProgressionSettings) == 0x000008, "Wrong alignment on FPD3AssaultProgressionSettings"); \ +static_assert(sizeof(FPD3AssaultProgressionSettings) == 0x000018, "Wrong size on FPD3AssaultProgressionSettings"); \ +static_assert(offsetof(FPD3AssaultProgressionSettings, StartAtProgression) == 0x000000, "Member 'FPD3AssaultProgressionSettings::StartAtProgression' has a wrong offset!"); \ +static_assert(offsetof(FPD3AssaultProgressionSettings, SquadArray) == 0x000008, "Member 'FPD3AssaultProgressionSettings::SquadArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPD3AssaultWaitPhaseSettings \ +static_assert(alignof(FPD3AssaultWaitPhaseSettings) == 0x000004, "Wrong alignment on FPD3AssaultWaitPhaseSettings"); \ +static_assert(sizeof(FPD3AssaultWaitPhaseSettings) == 0x000008, "Wrong size on FPD3AssaultWaitPhaseSettings"); \ +static_assert(offsetof(FPD3AssaultWaitPhaseSettings, StartAtProgression) == 0x000000, "Member 'FPD3AssaultWaitPhaseSettings::StartAtProgression' has a wrong offset!"); \ +static_assert(offsetof(FPD3AssaultWaitPhaseSettings, WaitPhaseDuration) == 0x000004, "Member 'FPD3AssaultWaitPhaseSettings::WaitPhaseDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPD3AssaulSustainPhaseSettings \ +static_assert(alignof(FPD3AssaulSustainPhaseSettings) == 0x000004, "Wrong alignment on FPD3AssaulSustainPhaseSettings"); \ +static_assert(sizeof(FPD3AssaulSustainPhaseSettings) == 0x000008, "Wrong size on FPD3AssaulSustainPhaseSettings"); \ +static_assert(offsetof(FPD3AssaulSustainPhaseSettings, StartAtProgression) == 0x000000, "Member 'FPD3AssaulSustainPhaseSettings::StartAtProgression' has a wrong offset!"); \ +static_assert(offsetof(FPD3AssaulSustainPhaseSettings, SustainPhaseDuration) == 0x000004, "Member 'FPD3AssaulSustainPhaseSettings::SustainPhaseDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSquadLimits \ +static_assert(alignof(FSBZSquadLimits) == 0x000004, "Wrong alignment on FSBZSquadLimits"); \ +static_assert(sizeof(FSBZSquadLimits) == 0x000014, "Wrong size on FSBZSquadLimits"); \ +static_assert(offsetof(FSBZSquadLimits, MaxNumSquadsAlive) == 0x000000, "Member 'FSBZSquadLimits::MaxNumSquadsAlive' has a wrong offset!"); \ +static_assert(offsetof(FSBZSquadLimits, MaxNumSquadsPerWave) == 0x000004, "Member 'FSBZSquadLimits::MaxNumSquadsPerWave' has a wrong offset!"); \ +static_assert(offsetof(FSBZSquadLimits, MaxNumPawnsAlive) == 0x000008, "Member 'FSBZSquadLimits::MaxNumPawnsAlive' has a wrong offset!"); \ +static_assert(offsetof(FSBZSquadLimits, MaxNumPawnsPerPlayer) == 0x00000C, "Member 'FSBZSquadLimits::MaxNumPawnsPerPlayer' has a wrong offset!"); \ +static_assert(offsetof(FSBZSquadLimits, SquadCooldown) == 0x000010, "Member 'FSBZSquadLimits::SquadCooldown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPD3AssaultDifficultySettings \ +static_assert(alignof(FPD3AssaultDifficultySettings) == 0x000008, "Wrong alignment on FPD3AssaultDifficultySettings"); \ +static_assert(sizeof(FPD3AssaultDifficultySettings) == 0x0000D8, "Wrong size on FPD3AssaultDifficultySettings"); \ +static_assert(offsetof(FPD3AssaultDifficultySettings, MaxAliveAISpawnCount) == 0x000000, "Member 'FPD3AssaultDifficultySettings::MaxAliveAISpawnCount' has a wrong offset!"); \ +static_assert(offsetof(FPD3AssaultDifficultySettings, bAllowMixing) == 0x000004, "Member 'FPD3AssaultDifficultySettings::bAllowMixing' has a wrong offset!"); \ +static_assert(offsetof(FPD3AssaultDifficultySettings, ProgressionArray) == 0x000008, "Member 'FPD3AssaultDifficultySettings::ProgressionArray' has a wrong offset!"); \ +static_assert(offsetof(FPD3AssaultDifficultySettings, WaitPhaseDurationProgressionArray) == 0x000018, "Member 'FPD3AssaultDifficultySettings::WaitPhaseDurationProgressionArray' has a wrong offset!"); \ +static_assert(offsetof(FPD3AssaultDifficultySettings, SustainPhaseDurationProgressionArray) == 0x000028, "Member 'FPD3AssaultDifficultySettings::SustainPhaseDurationProgressionArray' has a wrong offset!"); \ +static_assert(offsetof(FPD3AssaultDifficultySettings, SquadLimits) == 0x000038, "Member 'FPD3AssaultDifficultySettings::SquadLimits' has a wrong offset!"); \ +static_assert(offsetof(FPD3AssaultDifficultySettings, TypeLimits) == 0x000088, "Member 'FPD3AssaultDifficultySettings::TypeLimits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPreplanningModifierSettingsData \ +static_assert(alignof(FSBZPreplanningModifierSettingsData) == 0x000004, "Wrong alignment on FSBZPreplanningModifierSettingsData"); \ +static_assert(sizeof(FSBZPreplanningModifierSettingsData) == 0x000010, "Wrong size on FSBZPreplanningModifierSettingsData"); \ +static_assert(offsetof(FSBZPreplanningModifierSettingsData, PagerIncreaseAmount) == 0x000000, "Member 'FSBZPreplanningModifierSettingsData::PagerIncreaseAmount' has a wrong offset!"); \ +static_assert(offsetof(FSBZPreplanningModifierSettingsData, HostageReduceAmount) == 0x000004, "Member 'FSBZPreplanningModifierSettingsData::HostageReduceAmount' has a wrong offset!"); \ +static_assert(offsetof(FSBZPreplanningModifierSettingsData, AmmoPickupIncreasePercent) == 0x000008, "Member 'FSBZPreplanningModifierSettingsData::AmmoPickupIncreasePercent' has a wrong offset!"); \ +static_assert(offsetof(FSBZPreplanningModifierSettingsData, NegotiationTimeIncrease) == 0x00000C, "Member 'FSBZPreplanningModifierSettingsData::NegotiationTimeIncrease' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInvestigationRequest \ +static_assert(alignof(FSBZInvestigationRequest) == 0x000008, "Wrong alignment on FSBZInvestigationRequest"); \ +static_assert(sizeof(FSBZInvestigationRequest) == 0x000038, "Wrong size on FSBZInvestigationRequest"); \ +static_assert(offsetof(FSBZInvestigationRequest, Target) == 0x000000, "Member 'FSBZInvestigationRequest::Target' has a wrong offset!"); \ +static_assert(offsetof(FSBZInvestigationRequest, Instigator) == 0x000008, "Member 'FSBZInvestigationRequest::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FSBZInvestigationRequest, Room) == 0x000010, "Member 'FSBZInvestigationRequest::Room' has a wrong offset!"); \ +static_assert(offsetof(FSBZInvestigationRequest, Location) == 0x000018, "Member 'FSBZInvestigationRequest::Location' has a wrong offset!"); \ +static_assert(offsetof(FSBZInvestigationRequest, Mode) == 0x000024, "Member 'FSBZInvestigationRequest::Mode' has a wrong offset!"); \ +static_assert(offsetof(FSBZInvestigationRequest, EscalationReason) == 0x000028, "Member 'FSBZInvestigationRequest::EscalationReason' has a wrong offset!"); \ +static_assert(offsetof(FSBZInvestigationRequest, bIsUrgent) == 0x000030, "Member 'FSBZInvestigationRequest::bIsUrgent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDialogAnimDataWrapper \ +static_assert(alignof(FSBZDialogAnimDataWrapper) == 0x000008, "Wrong alignment on FSBZDialogAnimDataWrapper"); \ +static_assert(sizeof(FSBZDialogAnimDataWrapper) == 0x000008, "Wrong size on FSBZDialogAnimDataWrapper"); \ + +#define DUMPER7_ASSERTS_FSBZActiveDialogData \ +static_assert(alignof(FSBZActiveDialogData) == 0x000008, "Wrong alignment on FSBZActiveDialogData"); \ +static_assert(sizeof(FSBZActiveDialogData) == 0x000038, "Wrong size on FSBZActiveDialogData"); \ +static_assert(offsetof(FSBZActiveDialogData, DialogDataAsset) == 0x000000, "Member 'FSBZActiveDialogData::DialogDataAsset' has a wrong offset!"); \ +static_assert(offsetof(FSBZActiveDialogData, Performers) == 0x000008, "Member 'FSBZActiveDialogData::Performers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPD3AssaultPlatformSettings \ +static_assert(alignof(FPD3AssaultPlatformSettings) == 0x000004, "Wrong alignment on FPD3AssaultPlatformSettings"); \ +static_assert(sizeof(FPD3AssaultPlatformSettings) == 0x00000C, "Wrong size on FPD3AssaultPlatformSettings"); \ +static_assert(offsetof(FPD3AssaultPlatformSettings, MaxTotalAISpawnCountModifier) == 0x000000, "Member 'FPD3AssaultPlatformSettings::MaxTotalAISpawnCountModifier' has a wrong offset!"); \ +static_assert(offsetof(FPD3AssaultPlatformSettings, MaxAliveAISpawnCountModifier) == 0x000004, "Member 'FPD3AssaultPlatformSettings::MaxAliveAISpawnCountModifier' has a wrong offset!"); \ +static_assert(offsetof(FPD3AssaultPlatformSettings, MaxSpawnGroupQueryCountModifier) == 0x000008, "Member 'FPD3AssaultPlatformSettings::MaxSpawnGroupQueryCountModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPD3SquadSpawnReservation \ +static_assert(alignof(FPD3SquadSpawnReservation) == 0x000008, "Wrong alignment on FPD3SquadSpawnReservation"); \ +static_assert(sizeof(FPD3SquadSpawnReservation) == 0x000138, "Wrong size on FPD3SquadSpawnReservation"); \ + +#define DUMPER7_ASSERTS_FSBZUIFullscreenNotificationData \ +static_assert(alignof(FSBZUIFullscreenNotificationData) == 0x000008, "Wrong alignment on FSBZUIFullscreenNotificationData"); \ +static_assert(sizeof(FSBZUIFullscreenNotificationData) == 0x000038, "Wrong size on FSBZUIFullscreenNotificationData"); \ +static_assert(offsetof(FSBZUIFullscreenNotificationData, HeaderText) == 0x000000, "Member 'FSBZUIFullscreenNotificationData::HeaderText' has a wrong offset!"); \ +static_assert(offsetof(FSBZUIFullscreenNotificationData, DescriptionText) == 0x000018, "Member 'FSBZUIFullscreenNotificationData::DescriptionText' has a wrong offset!"); \ +static_assert(offsetof(FSBZUIFullscreenNotificationData, NotificationType) == 0x000030, "Member 'FSBZUIFullscreenNotificationData::NotificationType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPD3VehicleSpawnRequest \ +static_assert(alignof(FPD3VehicleSpawnRequest) == 0x000008, "Wrong alignment on FPD3VehicleSpawnRequest"); \ +static_assert(sizeof(FPD3VehicleSpawnRequest) == 0x000020, "Wrong size on FPD3VehicleSpawnRequest"); \ +static_assert(offsetof(FPD3VehicleSpawnRequest, SpawnData) == 0x000000, "Member 'FPD3VehicleSpawnRequest::SpawnData' has a wrong offset!"); \ +static_assert(offsetof(FPD3VehicleSpawnRequest, EnterSpline) == 0x000008, "Member 'FPD3VehicleSpawnRequest::EnterSpline' has a wrong offset!"); \ +static_assert(offsetof(FPD3VehicleSpawnRequest, ExitSpline) == 0x000010, "Member 'FPD3VehicleSpawnRequest::ExitSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZBlockedPlayer \ +static_assert(alignof(FSBZBlockedPlayer) == 0x000008, "Wrong alignment on FSBZBlockedPlayer"); \ +static_assert(sizeof(FSBZBlockedPlayer) == 0x000010, "Wrong size on FSBZBlockedPlayer"); \ +static_assert(offsetof(FSBZBlockedPlayer, AccelbyteUserId) == 0x000000, "Member 'FSBZBlockedPlayer::AccelbyteUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZBlockedPlayers \ +static_assert(alignof(FSBZBlockedPlayers) == 0x000008, "Wrong alignment on FSBZBlockedPlayers"); \ +static_assert(sizeof(FSBZBlockedPlayers) == 0x000020, "Wrong size on FSBZBlockedPlayers"); \ +static_assert(offsetof(FSBZBlockedPlayers, Platform) == 0x000000, "Member 'FSBZBlockedPlayers::Platform' has a wrong offset!"); \ +static_assert(offsetof(FSBZBlockedPlayers, BlockedPlayers) == 0x000010, "Member 'FSBZBlockedPlayers::BlockedPlayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlatformsBlockedPlayersInfo \ +static_assert(alignof(FSBZPlatformsBlockedPlayersInfo) == 0x000008, "Wrong alignment on FSBZPlatformsBlockedPlayersInfo"); \ +static_assert(sizeof(FSBZPlatformsBlockedPlayersInfo) == 0x000010, "Wrong size on FSBZPlatformsBlockedPlayersInfo"); \ +static_assert(offsetof(FSBZPlatformsBlockedPlayersInfo, PlatformBlockedPlayers) == 0x000000, "Member 'FSBZPlatformsBlockedPlayersInfo::PlatformBlockedPlayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPD3CallerReason \ +static_assert(alignof(FPD3CallerReason) == 0x000008, "Wrong alignment on FPD3CallerReason"); \ +static_assert(sizeof(FPD3CallerReason) == 0x000080, "Wrong size on FPD3CallerReason"); \ +static_assert(offsetof(FPD3CallerReason, Reason) == 0x000000, "Member 'FPD3CallerReason::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPD3PagerHeistData \ +static_assert(alignof(FPD3PagerHeistData) == 0x000001, "Wrong alignment on FPD3PagerHeistData"); \ +static_assert(sizeof(FPD3PagerHeistData) == 0x000002, "Wrong size on FPD3PagerHeistData"); \ +static_assert(offsetof(FPD3PagerHeistData, MaxAnswerCount) == 0x000000, "Member 'FPD3PagerHeistData::MaxAnswerCount' has a wrong offset!"); \ +static_assert(offsetof(FPD3PagerHeistData, TimedOutCountIncrease) == 0x000001, "Member 'FPD3PagerHeistData::TimedOutCountIncrease' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSuspectData \ +static_assert(alignof(FSBZSuspectData) == 0x000008, "Wrong alignment on FSBZSuspectData"); \ +static_assert(sizeof(FSBZSuspectData) == 0x000018, "Wrong size on FSBZSuspectData"); \ +static_assert(offsetof(FSBZSuspectData, Target) == 0x000000, "Member 'FSBZSuspectData::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponSpread \ +static_assert(alignof(FSBZWeaponSpread) == 0x000004, "Wrong alignment on FSBZWeaponSpread"); \ +static_assert(sizeof(FSBZWeaponSpread) == 0x000008, "Wrong size on FSBZWeaponSpread"); \ + +#define DUMPER7_ASSERTS_FSBZECMCountData \ +static_assert(alignof(FSBZECMCountData) == 0x000004, "Wrong alignment on FSBZECMCountData"); \ +static_assert(sizeof(FSBZECMCountData) == 0x00000C, "Wrong size on FSBZECMCountData"); \ +static_assert(offsetof(FSBZECMCountData, CurrentECMJammerCount) == 0x000000, "Member 'FSBZECMCountData::CurrentECMJammerCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZECMCountData, LastAddedECMTime) == 0x000004, "Member 'FSBZECMCountData::LastAddedECMTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZECMCountData, ElectricInterferenceCount) == 0x000008, "Member 'FSBZECMCountData::ElectricInterferenceCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZEditVariationSetData \ +static_assert(alignof(FSBZEditVariationSetData) == 0x000008, "Wrong alignment on FSBZEditVariationSetData"); \ +static_assert(sizeof(FSBZEditVariationSetData) == 0x000038, "Wrong size on FSBZEditVariationSetData"); \ +static_assert(offsetof(FSBZEditVariationSetData, SkeletalMesh) == 0x000000, "Member 'FSBZEditVariationSetData::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(FSBZEditVariationSetData, StaticMesh) == 0x000008, "Member 'FSBZEditVariationSetData::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FSBZEditVariationSetData, OverrideMaterials) == 0x000010, "Member 'FSBZEditVariationSetData::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(FSBZEditVariationSetData, CDPFormat) == 0x000020, "Member 'FSBZEditVariationSetData::CDPFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPD3PlayerLoadoutMinimalForRootMenu \ +static_assert(alignof(FPD3PlayerLoadoutMinimalForRootMenu) == 0x000008, "Wrong alignment on FPD3PlayerLoadoutMinimalForRootMenu"); \ +static_assert(sizeof(FPD3PlayerLoadoutMinimalForRootMenu) == 0x0000C0, "Wrong size on FPD3PlayerLoadoutMinimalForRootMenu"); \ +static_assert(offsetof(FPD3PlayerLoadoutMinimalForRootMenu, PreferredCharacterDataArray) == 0x000000, "Member 'FPD3PlayerLoadoutMinimalForRootMenu::PreferredCharacterDataArray' has a wrong offset!"); \ +static_assert(offsetof(FPD3PlayerLoadoutMinimalForRootMenu, EquippableConfigArray) == 0x000010, "Member 'FPD3PlayerLoadoutMinimalForRootMenu::EquippableConfigArray' has a wrong offset!"); \ +static_assert(offsetof(FPD3PlayerLoadoutMinimalForRootMenu, GloveData) == 0x000020, "Member 'FPD3PlayerLoadoutMinimalForRootMenu::GloveData' has a wrong offset!"); \ +static_assert(offsetof(FPD3PlayerLoadoutMinimalForRootMenu, MaskConfig) == 0x000028, "Member 'FPD3PlayerLoadoutMinimalForRootMenu::MaskConfig' has a wrong offset!"); \ +static_assert(offsetof(FPD3PlayerLoadoutMinimalForRootMenu, SuitConfig) == 0x000098, "Member 'FPD3PlayerLoadoutMinimalForRootMenu::SuitConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPD3TickerSettings \ +static_assert(alignof(FPD3TickerSettings) == 0x000008, "Wrong alignment on FPD3TickerSettings"); \ +static_assert(sizeof(FPD3TickerSettings) == 0x000050, "Wrong size on FPD3TickerSettings"); \ +static_assert(offsetof(FPD3TickerSettings, DisplayText) == 0x000000, "Member 'FPD3TickerSettings::DisplayText' has a wrong offset!"); \ +static_assert(offsetof(FPD3TickerSettings, Text) == 0x000018, "Member 'FPD3TickerSettings::Text' has a wrong offset!"); \ +static_assert(offsetof(FPD3TickerSettings, TextColor) == 0x000030, "Member 'FPD3TickerSettings::TextColor' has a wrong offset!"); \ +static_assert(offsetof(FPD3TickerSettings, BackgroundColor) == 0x000040, "Member 'FPD3TickerSettings::BackgroundColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAnimNode_HipsZBlending \ +static_assert(alignof(FSBZAnimNode_HipsZBlending) == 0x000008, "Wrong alignment on FSBZAnimNode_HipsZBlending"); \ +static_assert(sizeof(FSBZAnimNode_HipsZBlending) == 0x000120, "Wrong size on FSBZAnimNode_HipsZBlending"); \ +static_assert(offsetof(FSBZAnimNode_HipsZBlending, HipsBoneRef) == 0x0000E8, "Member 'FSBZAnimNode_HipsZBlending::HipsBoneRef' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_HipsZBlending, bCanStartNewBlending) == 0x0000FC, "Member 'FSBZAnimNode_HipsZBlending::bCanStartNewBlending' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_HipsZBlending, bReset) == 0x0000FD, "Member 'FSBZAnimNode_HipsZBlending::bReset' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_HipsZBlending, BlendDuration) == 0x000100, "Member 'FSBZAnimNode_HipsZBlending::BlendDuration' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_HipsZBlending, BlendEaseExp) == 0x000104, "Member 'FSBZAnimNode_HipsZBlending::BlendEaseExp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMaskPresetConfig \ +static_assert(alignof(FSBZMaskPresetConfig) == 0x000008, "Wrong alignment on FSBZMaskPresetConfig"); \ +static_assert(sizeof(FSBZMaskPresetConfig) == 0x000010, "Wrong size on FSBZMaskPresetConfig"); \ +static_assert(offsetof(FSBZMaskPresetConfig, MaskPresetData) == 0x000000, "Member 'FSBZMaskPresetConfig::MaskPresetData' has a wrong offset!"); \ +static_assert(offsetof(FSBZMaskPresetConfig, OriginalMaskPresetData) == 0x000008, "Member 'FSBZMaskPresetConfig::OriginalMaskPresetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMaskInventorySlot \ +static_assert(alignof(FSBZMaskInventorySlot) == 0x000008, "Wrong alignment on FSBZMaskInventorySlot"); \ +static_assert(sizeof(FSBZMaskInventorySlot) == 0x0000D0, "Wrong size on FSBZMaskInventorySlot"); \ +static_assert(offsetof(FSBZMaskInventorySlot, MaskInSlotEntitlementId) == 0x000028, "Member 'FSBZMaskInventorySlot::MaskInSlotEntitlementId' has a wrong offset!"); \ +static_assert(offsetof(FSBZMaskInventorySlot, MaskInSlotAccelByteItemSku) == 0x000038, "Member 'FSBZMaskInventorySlot::MaskInSlotAccelByteItemSku' has a wrong offset!"); \ +static_assert(offsetof(FSBZMaskInventorySlot, MaskInventorySlotType) == 0x000048, "Member 'FSBZMaskInventorySlot::MaskInventorySlotType' has a wrong offset!"); \ +static_assert(offsetof(FSBZMaskInventorySlot, MaskConfig) == 0x000050, "Member 'FSBZMaskInventorySlot::MaskConfig' has a wrong offset!"); \ +static_assert(offsetof(FSBZMaskInventorySlot, MaskPresetConfig) == 0x0000C0, "Member 'FSBZMaskInventorySlot::MaskPresetConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMaskInventorySlotAndIndex \ +static_assert(alignof(FSBZMaskInventorySlotAndIndex) == 0x000008, "Wrong alignment on FSBZMaskInventorySlotAndIndex"); \ +static_assert(sizeof(FSBZMaskInventorySlotAndIndex) == 0x0000D8, "Wrong size on FSBZMaskInventorySlotAndIndex"); \ +static_assert(offsetof(FSBZMaskInventorySlotAndIndex, MaskInventorySlot) == 0x000000, "Member 'FSBZMaskInventorySlotAndIndex::MaskInventorySlot' has a wrong offset!"); \ +static_assert(offsetof(FSBZMaskInventorySlotAndIndex, Index) == 0x0000D0, "Member 'FSBZMaskInventorySlotAndIndex::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZQueuedAbilityData \ +static_assert(alignof(FSBZQueuedAbilityData) == 0x000008, "Wrong alignment on FSBZQueuedAbilityData"); \ +static_assert(sizeof(FSBZQueuedAbilityData) == 0x000010, "Wrong size on FSBZQueuedAbilityData"); \ +static_assert(offsetof(FSBZQueuedAbilityData, CDO) == 0x000008, "Member 'FSBZQueuedAbilityData::CDO' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZVolumeDamageData \ +static_assert(alignof(FSBZVolumeDamageData) == 0x000008, "Wrong alignment on FSBZVolumeDamageData"); \ +static_assert(sizeof(FSBZVolumeDamageData) == 0x000098, "Wrong size on FSBZVolumeDamageData"); \ +static_assert(offsetof(FSBZVolumeDamageData, Object) == 0x000000, "Member 'FSBZVolumeDamageData::Object' has a wrong offset!"); \ +static_assert(offsetof(FSBZVolumeDamageData, Owner) == 0x000008, "Member 'FSBZVolumeDamageData::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHeightTransitionCameraSettings \ +static_assert(alignof(FSBZHeightTransitionCameraSettings) == 0x000008, "Wrong alignment on FSBZHeightTransitionCameraSettings"); \ +static_assert(sizeof(FSBZHeightTransitionCameraSettings) == 0x000010, "Wrong size on FSBZHeightTransitionCameraSettings"); \ +static_assert(offsetof(FSBZHeightTransitionCameraSettings, TransitionSpeed) == 0x000000, "Member 'FSBZHeightTransitionCameraSettings::TransitionSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZHeightTransitionCameraSettings, BlendOption) == 0x000004, "Member 'FSBZHeightTransitionCameraSettings::BlendOption' has a wrong offset!"); \ +static_assert(offsetof(FSBZHeightTransitionCameraSettings, BlendCustomCurve) == 0x000008, "Member 'FSBZHeightTransitionCameraSettings::BlendCustomCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMainteneanceBoxSequence \ +static_assert(alignof(FSBZMainteneanceBoxSequence) == 0x000008, "Wrong alignment on FSBZMainteneanceBoxSequence"); \ +static_assert(sizeof(FSBZMainteneanceBoxSequence) == 0x000010, "Wrong size on FSBZMainteneanceBoxSequence"); \ +static_assert(offsetof(FSBZMainteneanceBoxSequence, Sequence) == 0x000000, "Member 'FSBZMainteneanceBoxSequence::Sequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMeleeTargetData \ +static_assert(alignof(FSBZMeleeTargetData) == 0x000008, "Wrong alignment on FSBZMeleeTargetData"); \ +static_assert(sizeof(FSBZMeleeTargetData) == 0x005BA0, "Wrong size on FSBZMeleeTargetData"); \ + +#define DUMPER7_ASSERTS_FSBZSkillTriggeredHurtTargetData \ +static_assert(alignof(FSBZSkillTriggeredHurtTargetData) == 0x000008, "Wrong alignment on FSBZSkillTriggeredHurtTargetData"); \ +static_assert(sizeof(FSBZSkillTriggeredHurtTargetData) == 0x005BA0, "Wrong size on FSBZSkillTriggeredHurtTargetData"); \ + +#define DUMPER7_ASSERTS_FSBZAbilitySystemTickDamageData \ +static_assert(alignof(FSBZAbilitySystemTickDamageData) == 0x000008, "Wrong alignment on FSBZAbilitySystemTickDamageData"); \ +static_assert(sizeof(FSBZAbilitySystemTickDamageData) == 0x000050, "Wrong size on FSBZAbilitySystemTickDamageData"); \ +static_assert(offsetof(FSBZAbilitySystemTickDamageData, Duration) == 0x000000, "Member 'FSBZAbilitySystemTickDamageData::Duration' has a wrong offset!"); \ +static_assert(offsetof(FSBZAbilitySystemTickDamageData, UpdateTime) == 0x000004, "Member 'FSBZAbilitySystemTickDamageData::UpdateTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZAbilitySystemTickDamageData, DamagePerSecond) == 0x000008, "Member 'FSBZAbilitySystemTickDamageData::DamagePerSecond' has a wrong offset!"); \ +static_assert(offsetof(FSBZAbilitySystemTickDamageData, DamageTypeClass) == 0x000010, "Member 'FSBZAbilitySystemTickDamageData::DamageTypeClass' has a wrong offset!"); \ +static_assert(offsetof(FSBZAbilitySystemTickDamageData, InstigatorNetID) == 0x000018, "Member 'FSBZAbilitySystemTickDamageData::InstigatorNetID' has a wrong offset!"); \ +static_assert(offsetof(FSBZAbilitySystemTickDamageData, Instigator) == 0x000020, "Member 'FSBZAbilitySystemTickDamageData::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FSBZAbilitySystemTickDamageData, InstigatorAbilitySystem) == 0x000028, "Member 'FSBZAbilitySystemTickDamageData::InstigatorAbilitySystem' has a wrong offset!"); \ +static_assert(offsetof(FSBZAbilitySystemTickDamageData, AddedTagContainer) == 0x000030, "Member 'FSBZAbilitySystemTickDamageData::AddedTagContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMatchmakingSessionResult \ +static_assert(alignof(FSBZMatchmakingSessionResult) == 0x000008, "Wrong alignment on FSBZMatchmakingSessionResult"); \ +static_assert(sizeof(FSBZMatchmakingSessionResult) == 0x000060, "Wrong size on FSBZMatchmakingSessionResult"); \ + +#define DUMPER7_ASSERTS_FPlayerWaitingActionPhaseState \ +static_assert(alignof(FPlayerWaitingActionPhaseState) == 0x000008, "Wrong alignment on FPlayerWaitingActionPhaseState"); \ +static_assert(sizeof(FPlayerWaitingActionPhaseState) == 0x000030, "Wrong size on FPlayerWaitingActionPhaseState"); \ + +#define DUMPER7_ASSERTS_FSBZArmadaInfo \ +static_assert(alignof(FSBZArmadaInfo) == 0x000008, "Wrong alignment on FSBZArmadaInfo"); \ +static_assert(sizeof(FSBZArmadaInfo) == 0x000078, "Wrong size on FSBZArmadaInfo"); \ +static_assert(offsetof(FSBZArmadaInfo, IP) == 0x000000, "Member 'FSBZArmadaInfo::IP' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmadaInfo, PortGame) == 0x000010, "Member 'FSBZArmadaInfo::PortGame' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmadaInfo, PortBeacon) == 0x000014, "Member 'FSBZArmadaInfo::PortBeacon' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmadaInfo, MatchID) == 0x000018, "Member 'FSBZArmadaInfo::MatchID' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmadaInfo, ServerVersion) == 0x000028, "Member 'FSBZArmadaInfo::ServerVersion' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmadaInfo, Region) == 0x000038, "Member 'FSBZArmadaInfo::Region' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmadaInfo, GameSessionCode) == 0x000048, "Member 'FSBZArmadaInfo::GameSessionCode' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmadaInfo, GameConnectString) == 0x000058, "Member 'FSBZArmadaInfo::GameConnectString' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmadaInfo, BeaconConnectString) == 0x000068, "Member 'FSBZArmadaInfo::BeaconConnectString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZRegistrationFieldInfo \ +static_assert(alignof(FSBZRegistrationFieldInfo) == 0x000008, "Wrong alignment on FSBZRegistrationFieldInfo"); \ +static_assert(sizeof(FSBZRegistrationFieldInfo) == 0x000060, "Wrong size on FSBZRegistrationFieldInfo"); \ +static_assert(offsetof(FSBZRegistrationFieldInfo, Email) == 0x000000, "Member 'FSBZRegistrationFieldInfo::Email' has a wrong offset!"); \ +static_assert(offsetof(FSBZRegistrationFieldInfo, Password) == 0x000010, "Member 'FSBZRegistrationFieldInfo::Password' has a wrong offset!"); \ +static_assert(offsetof(FSBZRegistrationFieldInfo, Username) == 0x000020, "Member 'FSBZRegistrationFieldInfo::Username' has a wrong offset!"); \ +static_assert(offsetof(FSBZRegistrationFieldInfo, Displayname) == 0x000030, "Member 'FSBZRegistrationFieldInfo::Displayname' has a wrong offset!"); \ +static_assert(offsetof(FSBZRegistrationFieldInfo, Country) == 0x000040, "Member 'FSBZRegistrationFieldInfo::Country' has a wrong offset!"); \ +static_assert(offsetof(FSBZRegistrationFieldInfo, DOB) == 0x000050, "Member 'FSBZRegistrationFieldInfo::DOB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSpawnWaveFilteredOrder \ +static_assert(alignof(FSBZSpawnWaveFilteredOrder) == 0x000008, "Wrong alignment on FSBZSpawnWaveFilteredOrder"); \ +static_assert(sizeof(FSBZSpawnWaveFilteredOrder) == 0x000028, "Wrong size on FSBZSpawnWaveFilteredOrder"); \ +static_assert(offsetof(FSBZSpawnWaveFilteredOrder, OrderClass) == 0x000000, "Member 'FSBZSpawnWaveFilteredOrder::OrderClass' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnWaveFilteredOrder, PawnTypes) == 0x000008, "Member 'FSBZSpawnWaveFilteredOrder::PawnTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLoginFieldInfo \ +static_assert(alignof(FSBZLoginFieldInfo) == 0x000008, "Wrong alignment on FSBZLoginFieldInfo"); \ +static_assert(sizeof(FSBZLoginFieldInfo) == 0x000020, "Wrong size on FSBZLoginFieldInfo"); \ +static_assert(offsetof(FSBZLoginFieldInfo, Username) == 0x000000, "Member 'FSBZLoginFieldInfo::Username' has a wrong offset!"); \ +static_assert(offsetof(FSBZLoginFieldInfo, Password) == 0x000010, "Member 'FSBZLoginFieldInfo::Password' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZActorFilterDefinition \ +static_assert(alignof(FSBZActorFilterDefinition) == 0x000008, "Wrong alignment on FSBZActorFilterDefinition"); \ +static_assert(sizeof(FSBZActorFilterDefinition) == 0x000028, "Wrong size on FSBZActorFilterDefinition"); \ +static_assert(offsetof(FSBZActorFilterDefinition, Identifier) == 0x000000, "Member 'FSBZActorFilterDefinition::Identifier' has a wrong offset!"); \ +static_assert(offsetof(FSBZActorFilterDefinition, ActorClass) == 0x000010, "Member 'FSBZActorFilterDefinition::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(FSBZActorFilterDefinition, DesiredCountRange) == 0x000018, "Member 'FSBZActorFilterDefinition::DesiredCountRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCameraViewRestriction \ +static_assert(alignof(FSBZCameraViewRestriction) == 0x000004, "Wrong alignment on FSBZCameraViewRestriction"); \ +static_assert(sizeof(FSBZCameraViewRestriction) == 0x000020, "Wrong size on FSBZCameraViewRestriction"); \ +static_assert(offsetof(FSBZCameraViewRestriction, YawMin) == 0x000000, "Member 'FSBZCameraViewRestriction::YawMin' has a wrong offset!"); \ +static_assert(offsetof(FSBZCameraViewRestriction, YawMax) == 0x000004, "Member 'FSBZCameraViewRestriction::YawMax' has a wrong offset!"); \ +static_assert(offsetof(FSBZCameraViewRestriction, PitchMin) == 0x000008, "Member 'FSBZCameraViewRestriction::PitchMin' has a wrong offset!"); \ +static_assert(offsetof(FSBZCameraViewRestriction, PitchMax) == 0x00000C, "Member 'FSBZCameraViewRestriction::PitchMax' has a wrong offset!"); \ +static_assert(offsetof(FSBZCameraViewRestriction, RollMin) == 0x000010, "Member 'FSBZCameraViewRestriction::RollMin' has a wrong offset!"); \ +static_assert(offsetof(FSBZCameraViewRestriction, RollMax) == 0x000014, "Member 'FSBZCameraViewRestriction::RollMax' has a wrong offset!"); \ +static_assert(offsetof(FSBZCameraViewRestriction, Priority) == 0x000018, "Member 'FSBZCameraViewRestriction::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHackerSkillSettingData \ +static_assert(alignof(FSBZHackerSkillSettingData) == 0x000004, "Wrong alignment on FSBZHackerSkillSettingData"); \ +static_assert(sizeof(FSBZHackerSkillSettingData) == 0x00000C, "Wrong size on FSBZHackerSkillSettingData"); \ +static_assert(offsetof(FSBZHackerSkillSettingData, MaxDistanceModifierBase) == 0x000000, "Member 'FSBZHackerSkillSettingData::MaxDistanceModifierBase' has a wrong offset!"); \ +static_assert(offsetof(FSBZHackerSkillSettingData, AdditionalBatteriesAcedBase) == 0x000004, "Member 'FSBZHackerSkillSettingData::AdditionalBatteriesAcedBase' has a wrong offset!"); \ +static_assert(offsetof(FSBZHackerSkillSettingData, HackableDurationDecreaseMastery) == 0x000008, "Member 'FSBZHackerSkillSettingData::HackableDurationDecreaseMastery' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZActorPool \ +static_assert(alignof(FSBZActorPool) == 0x000008, "Wrong alignment on FSBZActorPool"); \ +static_assert(sizeof(FSBZActorPool) == 0x000010, "Wrong size on FSBZActorPool"); \ +static_assert(offsetof(FSBZActorPool, Actors) == 0x000000, "Member 'FSBZActorPool::Actors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZBreachingEquipmentTimes \ +static_assert(alignof(FSBZBreachingEquipmentTimes) == 0x000004, "Wrong alignment on FSBZBreachingEquipmentTimes"); \ +static_assert(sizeof(FSBZBreachingEquipmentTimes) == 0x000010, "Wrong size on FSBZBreachingEquipmentTimes"); \ +static_assert(offsetof(FSBZBreachingEquipmentTimes, RedZoneTimeSeconds) == 0x000000, "Member 'FSBZBreachingEquipmentTimes::RedZoneTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(FSBZBreachingEquipmentTimes, YellowZoneTimeSeconds) == 0x000004, "Member 'FSBZBreachingEquipmentTimes::YellowZoneTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(FSBZBreachingEquipmentTimes, GreenZoneTimeSeconds) == 0x000008, "Member 'FSBZBreachingEquipmentTimes::GreenZoneTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(FSBZBreachingEquipmentTimes, TotalFuelTime) == 0x00000C, "Member 'FSBZBreachingEquipmentTimes::TotalFuelTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZActorSpawnRequest \ +static_assert(alignof(FSBZActorSpawnRequest) == 0x000008, "Wrong alignment on FSBZActorSpawnRequest"); \ +static_assert(sizeof(FSBZActorSpawnRequest) == 0x000038, "Wrong size on FSBZActorSpawnRequest"); \ +static_assert(offsetof(FSBZActorSpawnRequest, Data) == 0x000000, "Member 'FSBZActorSpawnRequest::Data' has a wrong offset!"); \ +static_assert(offsetof(FSBZActorSpawnRequest, Spawner) == 0x000008, "Member 'FSBZActorSpawnRequest::Spawner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHoldOutDroneSoundAndPriority \ +static_assert(alignof(FSBZHoldOutDroneSoundAndPriority) == 0x000008, "Wrong alignment on FSBZHoldOutDroneSoundAndPriority"); \ +static_assert(sizeof(FSBZHoldOutDroneSoundAndPriority) == 0x000010, "Wrong size on FSBZHoldOutDroneSoundAndPriority"); \ +static_assert(offsetof(FSBZHoldOutDroneSoundAndPriority, Sound) == 0x000000, "Member 'FSBZHoldOutDroneSoundAndPriority::Sound' has a wrong offset!"); \ +static_assert(offsetof(FSBZHoldOutDroneSoundAndPriority, Priority) == 0x000008, "Member 'FSBZHoldOutDroneSoundAndPriority::Priority' has a wrong offset!"); \ +static_assert(offsetof(FSBZHoldOutDroneSoundAndPriority, CoolDown) == 0x00000C, "Member 'FSBZHoldOutDroneSoundAndPriority::CoolDown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCoverShootingPointAiVisibilityInfo \ +static_assert(alignof(FSBZCoverShootingPointAiVisibilityInfo) == 0x000004, "Wrong alignment on FSBZCoverShootingPointAiVisibilityInfo"); \ +static_assert(sizeof(FSBZCoverShootingPointAiVisibilityInfo) == 0x000014, "Wrong size on FSBZCoverShootingPointAiVisibilityInfo"); \ + +#define DUMPER7_ASSERTS_FSBZSpawnWaveSquadOrderLimits \ +static_assert(alignof(FSBZSpawnWaveSquadOrderLimits) == 0x000004, "Wrong alignment on FSBZSpawnWaveSquadOrderLimits"); \ +static_assert(sizeof(FSBZSpawnWaveSquadOrderLimits) == 0x000008, "Wrong size on FSBZSpawnWaveSquadOrderLimits"); \ +static_assert(offsetof(FSBZSpawnWaveSquadOrderLimits, OrderCountLimit) == 0x000000, "Member 'FSBZSpawnWaveSquadOrderLimits::OrderCountLimit' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnWaveSquadOrderLimits, OrderCooldown) == 0x000004, "Member 'FSBZSpawnWaveSquadOrderLimits::OrderCooldown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSpawnWaveSegmentSettings \ +static_assert(alignof(FSBZSpawnWaveSegmentSettings) == 0x000008, "Wrong alignment on FSBZSpawnWaveSegmentSettings"); \ +static_assert(sizeof(FSBZSpawnWaveSegmentSettings) == 0x000050, "Wrong size on FSBZSpawnWaveSegmentSettings"); \ +static_assert(offsetof(FSBZSpawnWaveSegmentSettings, Name) == 0x000000, "Member 'FSBZSpawnWaveSegmentSettings::Name' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnWaveSegmentSettings, bUseSquads) == 0x00000C, "Member 'FSBZSpawnWaveSegmentSettings::bUseSquads' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnWaveSegmentSettings, PawnVariations) == 0x000010, "Member 'FSBZSpawnWaveSegmentSettings::PawnVariations' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnWaveSegmentSettings, SpawnerGroups) == 0x000020, "Member 'FSBZSpawnWaveSegmentSettings::SpawnerGroups' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnWaveSegmentSettings, SquadOrder) == 0x000030, "Member 'FSBZSpawnWaveSegmentSettings::SquadOrder' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnWaveSegmentSettings, SpecificSpawners) == 0x000038, "Member 'FSBZSpawnWaveSegmentSettings::SpecificSpawners' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnWaveSegmentSettings, Weight) == 0x000048, "Member 'FSBZSpawnWaveSegmentSettings::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSpawnWaveSettings \ +static_assert(alignof(FSBZSpawnWaveSettings) == 0x000008, "Wrong alignment on FSBZSpawnWaveSettings"); \ +static_assert(sizeof(FSBZSpawnWaveSettings) == 0x0000C0, "Wrong size on FSBZSpawnWaveSettings"); \ +static_assert(offsetof(FSBZSpawnWaveSettings, Name) == 0x000000, "Member 'FSBZSpawnWaveSettings::Name' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnWaveSettings, SpawnInterval) == 0x00000C, "Member 'FSBZSpawnWaveSettings::SpawnInterval' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnWaveSettings, SpawnTypeLimits) == 0x000010, "Member 'FSBZSpawnWaveSettings::SpawnTypeLimits' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnWaveSettings, AllSquadOrderLimits) == 0x000060, "Member 'FSBZSpawnWaveSettings::AllSquadOrderLimits' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnWaveSettings, AllWaveSegmentSettings) == 0x0000B0, "Member 'FSBZSpawnWaveSettings::AllWaveSegmentSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgentManagerPostPhysicsTickFunction \ +static_assert(alignof(FSBZAgentManagerPostPhysicsTickFunction) == 0x000008, "Wrong alignment on FSBZAgentManagerPostPhysicsTickFunction"); \ +static_assert(sizeof(FSBZAgentManagerPostPhysicsTickFunction) == 0x000030, "Wrong size on FSBZAgentManagerPostPhysicsTickFunction"); \ +static_assert(offsetof(FSBZAgentManagerPostPhysicsTickFunction, Target) == 0x000028, "Member 'FSBZAgentManagerPostPhysicsTickFunction::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgentDataClient \ +static_assert(alignof(FSBZAgentDataClient) == 0x000008, "Wrong alignment on FSBZAgentDataClient"); \ +static_assert(sizeof(FSBZAgentDataClient) == 0x0001B0, "Wrong size on FSBZAgentDataClient"); \ +static_assert(offsetof(FSBZAgentDataClient, ServerPosition) == 0x000000, "Member 'FSBZAgentDataClient::ServerPosition' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataClient, ServerTimestamp) == 0x000010, "Member 'FSBZAgentDataClient::ServerTimestamp' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataClient, ServerLocalTimestamp) == 0x000020, "Member 'FSBZAgentDataClient::ServerLocalTimestamp' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataClient, PrevServerPosition) == 0x000030, "Member 'FSBZAgentDataClient::PrevServerPosition' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataClient, PrevServerTimestamp) == 0x000040, "Member 'FSBZAgentDataClient::PrevServerTimestamp' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataClient, ServerRotation) == 0x000050, "Member 'FSBZAgentDataClient::ServerRotation' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataClient, ServerVelocity) == 0x000060, "Member 'FSBZAgentDataClient::ServerVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataClient, ServerAcceleration) == 0x000070, "Member 'FSBZAgentDataClient::ServerAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataClient, GoalPosition) == 0x000080, "Member 'FSBZAgentDataClient::GoalPosition' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataClient, GoalRotation) == 0x000090, "Member 'FSBZAgentDataClient::GoalRotation' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataClient, RotationAtLastGoal) == 0x0000A0, "Member 'FSBZAgentDataClient::RotationAtLastGoal' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataClient, RemoteViewYawAtLastGoal) == 0x0000B0, "Member 'FSBZAgentDataClient::RemoteViewYawAtLastGoal' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataClient, GoalLocalTimestamp) == 0x0000C0, "Member 'FSBZAgentDataClient::GoalLocalTimestamp' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataClient, PredictedServerPosition) == 0x0000D0, "Member 'FSBZAgentDataClient::PredictedServerPosition' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataClient, PredictedServerVelocity) == 0x0000E0, "Member 'FSBZAgentDataClient::PredictedServerVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataClient, PredictionDuration) == 0x0000F0, "Member 'FSBZAgentDataClient::PredictionDuration' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataClient, bClearVelocity) == 0x000100, "Member 'FSBZAgentDataClient::bClearVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataClient, SimulatedPositionWarpTimer) == 0x000110, "Member 'FSBZAgentDataClient::SimulatedPositionWarpTimer' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataClient, ServerMontageHash) == 0x000120, "Member 'FSBZAgentDataClient::ServerMontageHash' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataClient, ServerMontagePosition) == 0x000130, "Member 'FSBZAgentDataClient::ServerMontagePosition' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataClient, RealServerPosition) == 0x000140, "Member 'FSBZAgentDataClient::RealServerPosition' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataClient, RealServerRotation) == 0x000150, "Member 'FSBZAgentDataClient::RealServerRotation' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataClient, RealServerMontagePosition) == 0x000160, "Member 'FSBZAgentDataClient::RealServerMontagePosition' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataClient, BoostSpeed) == 0x000170, "Member 'FSBZAgentDataClient::BoostSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataClient, ReplicationGroupIndex) == 0x000180, "Member 'FSBZAgentDataClient::ReplicationGroupIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataClient, RepMoveQueue) == 0x000190, "Member 'FSBZAgentDataClient::RepMoveQueue' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDataClient, CurrentRepMove) == 0x0001A0, "Member 'FSBZAgentDataClient::CurrentRepMove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZComponentSelector \ +static_assert(alignof(FSBZComponentSelector) == 0x000008, "Wrong alignment on FSBZComponentSelector"); \ +static_assert(sizeof(FSBZComponentSelector) == 0x000020, "Wrong size on FSBZComponentSelector"); \ +static_assert(offsetof(FSBZComponentSelector, ComponentType) == 0x000000, "Member 'FSBZComponentSelector::ComponentType' has a wrong offset!"); \ +static_assert(offsetof(FSBZComponentSelector, ComponentName) == 0x000008, "Member 'FSBZComponentSelector::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(FSBZComponentSelector, Component) == 0x000018, "Member 'FSBZComponentSelector::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTagReactionActivation \ +static_assert(alignof(FSBZTagReactionActivation) == 0x000008, "Wrong alignment on FSBZTagReactionActivation"); \ +static_assert(sizeof(FSBZTagReactionActivation) == 0x000018, "Wrong size on FSBZTagReactionActivation"); \ +static_assert(offsetof(FSBZTagReactionActivation, MontageArray) == 0x000000, "Member 'FSBZTagReactionActivation::MontageArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZTagReactionActivation, RandomOffset) == 0x000010, "Member 'FSBZTagReactionActivation::RandomOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTagReaction \ +static_assert(alignof(FSBZTagReaction) == 0x000008, "Wrong alignment on FSBZTagReaction"); \ +static_assert(sizeof(FSBZTagReaction) == 0x000110, "Wrong size on FSBZTagReaction"); \ +static_assert(offsetof(FSBZTagReaction, ActivateStanding) == 0x000000, "Member 'FSBZTagReaction::ActivateStanding' has a wrong offset!"); \ +static_assert(offsetof(FSBZTagReaction, ActivateCrouching) == 0x000018, "Member 'FSBZTagReaction::ActivateCrouching' has a wrong offset!"); \ +static_assert(offsetof(FSBZTagReaction, ActivateLyingOnFront) == 0x000030, "Member 'FSBZTagReaction::ActivateLyingOnFront' has a wrong offset!"); \ +static_assert(offsetof(FSBZTagReaction, ActivateLyingOnBack) == 0x000048, "Member 'FSBZTagReaction::ActivateLyingOnBack' has a wrong offset!"); \ +static_assert(offsetof(FSBZTagReaction, DeactivateStanding) == 0x000060, "Member 'FSBZTagReaction::DeactivateStanding' has a wrong offset!"); \ +static_assert(offsetof(FSBZTagReaction, DeactivateCrouching) == 0x000078, "Member 'FSBZTagReaction::DeactivateCrouching' has a wrong offset!"); \ +static_assert(offsetof(FSBZTagReaction, DeactivateLyingOnFront) == 0x000090, "Member 'FSBZTagReaction::DeactivateLyingOnFront' has a wrong offset!"); \ +static_assert(offsetof(FSBZTagReaction, DeactivateLyingOnBack) == 0x0000A8, "Member 'FSBZTagReaction::DeactivateLyingOnBack' has a wrong offset!"); \ +static_assert(offsetof(FSBZTagReaction, Priority) == 0x0000C0, "Member 'FSBZTagReaction::Priority' has a wrong offset!"); \ +static_assert(offsetof(FSBZTagReaction, TagReactionEffect) == 0x0000C8, "Member 'FSBZTagReaction::TagReactionEffect' has a wrong offset!"); \ +static_assert(offsetof(FSBZTagReaction, TagReactionStartedComment) == 0x0000D0, "Member 'FSBZTagReaction::TagReactionStartedComment' has a wrong offset!"); \ +static_assert(offsetof(FSBZTagReaction, TagReactionEndedComment) == 0x0000D8, "Member 'FSBZTagReaction::TagReactionEndedComment' has a wrong offset!"); \ +static_assert(offsetof(FSBZTagReaction, EffectSocket) == 0x0000E0, "Member 'FSBZTagReaction::EffectSocket' has a wrong offset!"); \ +static_assert(offsetof(FSBZTagReaction, BlockingTags) == 0x0000F0, "Member 'FSBZTagReaction::BlockingTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPhoneme \ +static_assert(alignof(FSBZPhoneme) == 0x000002, "Wrong alignment on FSBZPhoneme"); \ +static_assert(sizeof(FSBZPhoneme) == 0x000014, "Wrong size on FSBZPhoneme"); \ +static_assert(offsetof(FSBZPhoneme, BlendInStartTime) == 0x000000, "Member 'FSBZPhoneme::BlendInStartTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZPhoneme, BlendInStartValue) == 0x000002, "Member 'FSBZPhoneme::BlendInStartValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZPhoneme, BlendInEndTime) == 0x000004, "Member 'FSBZPhoneme::BlendInEndTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZPhoneme, BlendInEndValue) == 0x000006, "Member 'FSBZPhoneme::BlendInEndValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZPhoneme, ControlStartTime) == 0x000008, "Member 'FSBZPhoneme::ControlStartTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZPhoneme, ControlStartValue) == 0x00000A, "Member 'FSBZPhoneme::ControlStartValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZPhoneme, BlendOutStartTime) == 0x00000C, "Member 'FSBZPhoneme::BlendOutStartTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZPhoneme, BlendOutEndTime) == 0x00000E, "Member 'FSBZPhoneme::BlendOutEndTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZPhoneme, BlendOutStartValue) == 0x000010, "Member 'FSBZPhoneme::BlendOutStartValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZPhoneme, BlendOutEndValue) == 0x000011, "Member 'FSBZPhoneme::BlendOutEndValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZPhoneme, Phoneme) == 0x000012, "Member 'FSBZPhoneme::Phoneme' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDialogAnimData \ +static_assert(alignof(FSBZDialogAnimData) == 0x000008, "Wrong alignment on FSBZDialogAnimData"); \ +static_assert(sizeof(FSBZDialogAnimData) == 0x000048, "Wrong size on FSBZDialogAnimData"); \ +static_assert(offsetof(FSBZDialogAnimData, PhonemeDataTable) == 0x000000, "Member 'FSBZDialogAnimData::PhonemeDataTable' has a wrong offset!"); \ +static_assert(offsetof(FSBZDialogAnimData, bOverrideFacialEmotion) == 0x000030, "Member 'FSBZDialogAnimData::bOverrideFacialEmotion' has a wrong offset!"); \ +static_assert(offsetof(FSBZDialogAnimData, FacialEmotion) == 0x000031, "Member 'FSBZDialogAnimData::FacialEmotion' has a wrong offset!"); \ +static_assert(offsetof(FSBZDialogAnimData, Phonemes) == 0x000038, "Member 'FSBZDialogAnimData::Phonemes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSpawnRequestOptions \ +static_assert(alignof(FSBZSpawnRequestOptions) == 0x000004, "Wrong alignment on FSBZSpawnRequestOptions"); \ +static_assert(sizeof(FSBZSpawnRequestOptions) == 0x000014, "Wrong size on FSBZSpawnRequestOptions"); \ +static_assert(offsetof(FSBZSpawnRequestOptions, Priority) == 0x000000, "Member 'FSBZSpawnRequestOptions::Priority' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnRequestOptions, Delay) == 0x000004, "Member 'FSBZSpawnRequestOptions::Delay' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnRequestOptions, Spacing) == 0x000008, "Member 'FSBZSpawnRequestOptions::Spacing' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnRequestOptions, Timeout) == 0x00000C, "Member 'FSBZSpawnRequestOptions::Timeout' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnRequestOptions, CollisionHandlingMethod) == 0x000010, "Member 'FSBZSpawnRequestOptions::CollisionHandlingMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgentDeltaState \ +static_assert(alignof(FSBZAgentDeltaState) == 0x000004, "Wrong alignment on FSBZAgentDeltaState"); \ +static_assert(sizeof(FSBZAgentDeltaState) == 0x000034, "Wrong size on FSBZAgentDeltaState"); \ +static_assert(offsetof(FSBZAgentDeltaState, StreamIndex) == 0x00002C, "Member 'FSBZAgentDeltaState::StreamIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentDeltaState, SourceFrameId) == 0x000030, "Member 'FSBZAgentDeltaState::SourceFrameId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHoldOutTimedEventData \ +static_assert(alignof(FSBZHoldOutTimedEventData) == 0x000008, "Wrong alignment on FSBZHoldOutTimedEventData"); \ +static_assert(sizeof(FSBZHoldOutTimedEventData) == 0x000018, "Wrong size on FSBZHoldOutTimedEventData"); \ +static_assert(offsetof(FSBZHoldOutTimedEventData, TriggerDelay) == 0x000000, "Member 'FSBZHoldOutTimedEventData::TriggerDelay' has a wrong offset!"); \ +static_assert(offsetof(FSBZHoldOutTimedEventData, EventTag) == 0x000004, "Member 'FSBZHoldOutTimedEventData::EventTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZGasVolumeTarget \ +static_assert(alignof(FSBZGasVolumeTarget) == 0x000008, "Wrong alignment on FSBZGasVolumeTarget"); \ +static_assert(sizeof(FSBZGasVolumeTarget) == 0x000010, "Wrong size on FSBZGasVolumeTarget"); \ +static_assert(offsetof(FSBZGasVolumeTarget, Pawn) == 0x000000, "Member 'FSBZGasVolumeTarget::Pawn' has a wrong offset!"); \ +static_assert(offsetof(FSBZGasVolumeTarget, PendingTimeSeconds) == 0x000008, "Member 'FSBZGasVolumeTarget::PendingTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(FSBZGasVolumeTarget, bHasReceivedDamage) == 0x00000C, "Member 'FSBZGasVolumeTarget::bHasReceivedDamage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHackingZoneData \ +static_assert(alignof(FSBZHackingZoneData) == 0x000004, "Wrong alignment on FSBZHackingZoneData"); \ +static_assert(sizeof(FSBZHackingZoneData) == 0x00000C, "Wrong size on FSBZHackingZoneData"); \ + +#define DUMPER7_ASSERTS_FSBZVoiceInfoCallback \ +static_assert(alignof(FSBZVoiceInfoCallback) == 0x000008, "Wrong alignment on FSBZVoiceInfoCallback"); \ +static_assert(sizeof(FSBZVoiceInfoCallback) == 0x000008, "Wrong size on FSBZVoiceInfoCallback"); \ +static_assert(offsetof(FSBZVoiceInfoCallback, VoiceComponent) == 0x000000, "Member 'FSBZVoiceInfoCallback::VoiceComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZGameTimeTo \ +static_assert(alignof(FSBZGameTimeTo) == 0x000008, "Wrong alignment on FSBZGameTimeTo"); \ +static_assert(sizeof(FSBZGameTimeTo) == 0x000010, "Wrong size on FSBZGameTimeTo"); \ +static_assert(offsetof(FSBZGameTimeTo, WorldContextObject) == 0x000008, "Member 'FSBZGameTimeTo::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZArmorVariationInfo \ +static_assert(alignof(FSBZArmorVariationInfo) == 0x000004, "Wrong alignment on FSBZArmorVariationInfo"); \ +static_assert(sizeof(FSBZArmorVariationInfo) == 0x000014, "Wrong size on FSBZArmorVariationInfo"); \ +static_assert(offsetof(FSBZArmorVariationInfo, Name) == 0x000000, "Member 'FSBZArmorVariationInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmorVariationInfo, Index) == 0x00000C, "Member 'FSBZArmorVariationInfo::Index' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmorVariationInfo, Bit) == 0x000010, "Member 'FSBZArmorVariationInfo::Bit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZVelocityTrackedComponentData \ +static_assert(alignof(FSBZVelocityTrackedComponentData) == 0x000010, "Wrong alignment on FSBZVelocityTrackedComponentData"); \ +static_assert(sizeof(FSBZVelocityTrackedComponentData) == 0x000060, "Wrong size on FSBZVelocityTrackedComponentData"); \ +static_assert(offsetof(FSBZVelocityTrackedComponentData, Component) == 0x000000, "Member 'FSBZVelocityTrackedComponentData::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZShape \ +static_assert(alignof(FSBZShape) == 0x000010, "Wrong alignment on FSBZShape"); \ +static_assert(sizeof(FSBZShape) == 0x000030, "Wrong size on FSBZShape"); \ +static_assert(offsetof(FSBZShape, Rotation) == 0x000000, "Member 'FSBZShape::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FSBZShape, Center) == 0x000010, "Member 'FSBZShape::Center' has a wrong offset!"); \ +static_assert(offsetof(FSBZShape, Type) == 0x00001C, "Member 'FSBZShape::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgentMeshCollision \ +static_assert(alignof(FSBZAgentMeshCollision) == 0x000008, "Wrong alignment on FSBZAgentMeshCollision"); \ +static_assert(sizeof(FSBZAgentMeshCollision) == 0x000068, "Wrong size on FSBZAgentMeshCollision"); \ +static_assert(offsetof(FSBZAgentMeshCollision, BodyIndex) == 0x000000, "Member 'FSBZAgentMeshCollision::BodyIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentMeshCollision, BoneIndex) == 0x000010, "Member 'FSBZAgentMeshCollision::BoneIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentMeshCollision, BoneNames) == 0x000020, "Member 'FSBZAgentMeshCollision::BoneNames' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentMeshCollision, Transform) == 0x000030, "Member 'FSBZAgentMeshCollision::Transform' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentMeshCollision, PhysicalMaterial) == 0x000040, "Member 'FSBZAgentMeshCollision::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentMeshCollision, Shapes) == 0x000050, "Member 'FSBZAgentMeshCollision::Shapes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSkeletalMeshInfos \ +static_assert(alignof(FSBZSkeletalMeshInfos) == 0x000010, "Wrong alignment on FSBZSkeletalMeshInfos"); \ +static_assert(sizeof(FSBZSkeletalMeshInfos) == 0x000070, "Wrong size on FSBZSkeletalMeshInfos"); \ +static_assert(offsetof(FSBZSkeletalMeshInfos, SkeletalMesh) == 0x000000, "Member 'FSBZSkeletalMeshInfos::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(FSBZSkeletalMeshInfos, WorldTransform) == 0x000010, "Member 'FSBZSkeletalMeshInfos::WorldTransform' has a wrong offset!"); \ +static_assert(offsetof(FSBZSkeletalMeshInfos, BoneSpaceTransforms) == 0x000040, "Member 'FSBZSkeletalMeshInfos::BoneSpaceTransforms' has a wrong offset!"); \ +static_assert(offsetof(FSBZSkeletalMeshInfos, CustomPrimitiveData) == 0x000050, "Member 'FSBZSkeletalMeshInfos::CustomPrimitiveData' has a wrong offset!"); \ +static_assert(offsetof(FSBZSkeletalMeshInfos, LODIndex) == 0x000060, "Member 'FSBZSkeletalMeshInfos::LODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgentData \ +static_assert(alignof(FSBZAgentData) == 0x000008, "Wrong alignment on FSBZAgentData"); \ +static_assert(sizeof(FSBZAgentData) == 0x0001D0, "Wrong size on FSBZAgentData"); \ +static_assert(offsetof(FSBZAgentData, Id) == 0x000000, "Member 'FSBZAgentData::Id' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, Pawn) == 0x000010, "Member 'FSBZAgentData::Pawn' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, PawnUniqueId) == 0x000020, "Member 'FSBZAgentData::PawnUniqueId' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, Mesh) == 0x000030, "Member 'FSBZAgentData::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, Movement) == 0x000040, "Member 'FSBZAgentData::Movement' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, Settings) == 0x000050, "Member 'FSBZAgentData::Settings' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, Position) == 0x000060, "Member 'FSBZAgentData::Position' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, SimulatedPosition) == 0x000070, "Member 'FSBZAgentData::SimulatedPosition' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, Rotation) == 0x000080, "Member 'FSBZAgentData::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, SimulatedRotation) == 0x000090, "Member 'FSBZAgentData::SimulatedRotation' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, TargetRotation) == 0x0000A0, "Member 'FSBZAgentData::TargetRotation' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, RemoteViewYaw) == 0x0000B0, "Member 'FSBZAgentData::RemoteViewYaw' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, RemoteDesiredViewYaw) == 0x0000C0, "Member 'FSBZAgentData::RemoteDesiredViewYaw' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, Velocity) == 0x0000D0, "Member 'FSBZAgentData::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, bVelocityIsRequested) == 0x0000E0, "Member 'FSBZAgentData::bVelocityIsRequested' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, ActualVelocity) == 0x0000F0, "Member 'FSBZAgentData::ActualVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, DesiredAcceleration) == 0x000100, "Member 'FSBZAgentData::DesiredAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, MaxSpeed) == 0x000110, "Member 'FSBZAgentData::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, Extent) == 0x000120, "Member 'FSBZAgentData::Extent' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, MovementMode) == 0x000130, "Member 'FSBZAgentData::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, CharacterMovementState) == 0x000140, "Member 'FSBZAgentData::CharacterMovementState' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, TurnDirection) == 0x000150, "Member 'FSBZAgentData::TurnDirection' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, OverlapTimer) == 0x000160, "Member 'FSBZAgentData::OverlapTimer' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, Flags) == 0x000170, "Member 'FSBZAgentData::Flags' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, Collision) == 0x000180, "Member 'FSBZAgentData::Collision' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, MontageHash) == 0x000190, "Member 'FSBZAgentData::MontageHash' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, RMTargetWorldWS) == 0x0001A0, "Member 'FSBZAgentData::RMTargetWorldWS' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, SkeletalMeshInfos) == 0x0001B0, "Member 'FSBZAgentData::SkeletalMeshInfos' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgentData, CapsuleInfos) == 0x0001C0, "Member 'FSBZAgentData::CapsuleInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHoldOutDroneFogSettings \ +static_assert(alignof(FSBZHoldOutDroneFogSettings) == 0x000004, "Wrong alignment on FSBZHoldOutDroneFogSettings"); \ +static_assert(sizeof(FSBZHoldOutDroneFogSettings) == 0x000008, "Wrong size on FSBZHoldOutDroneFogSettings"); \ +static_assert(offsetof(FSBZHoldOutDroneFogSettings, TargetFogDensity) == 0x000000, "Member 'FSBZHoldOutDroneFogSettings::TargetFogDensity' has a wrong offset!"); \ +static_assert(offsetof(FSBZHoldOutDroneFogSettings, FogTransitionSpeed) == 0x000004, "Member 'FSBZHoldOutDroneFogSettings::FogTransitionSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHackableToolTargetData \ +static_assert(alignof(FSBZHackableToolTargetData) == 0x000008, "Wrong alignment on FSBZHackableToolTargetData"); \ +static_assert(sizeof(FSBZHackableToolTargetData) == 0x000018, "Wrong size on FSBZHackableToolTargetData"); \ +static_assert(offsetof(FSBZHackableToolTargetData, HackableActor) == 0x000008, "Member 'FSBZHackableToolTargetData::HackableActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMaximumPenetrationCountDistance \ +static_assert(alignof(FSBZMaximumPenetrationCountDistance) == 0x000004, "Wrong alignment on FSBZMaximumPenetrationCountDistance"); \ +static_assert(sizeof(FSBZMaximumPenetrationCountDistance) == 0x000008, "Wrong size on FSBZMaximumPenetrationCountDistance"); \ +static_assert(offsetof(FSBZMaximumPenetrationCountDistance, Count) == 0x000000, "Member 'FSBZMaximumPenetrationCountDistance::Count' has a wrong offset!"); \ +static_assert(offsetof(FSBZMaximumPenetrationCountDistance, Distance) == 0x000004, "Member 'FSBZMaximumPenetrationCountDistance::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHitResult \ +static_assert(alignof(FSBZHitResult) == 0x000004, "Wrong alignment on FSBZHitResult"); \ +static_assert(sizeof(FSBZHitResult) == 0x000030, "Wrong size on FSBZHitResult"); \ +static_assert(offsetof(FSBZHitResult, ComponentPtr) == 0x000000, "Member 'FSBZHitResult::ComponentPtr' has a wrong offset!"); \ +static_assert(offsetof(FSBZHitResult, PhysMaterialPtr) == 0x000008, "Member 'FSBZHitResult::PhysMaterialPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCombinedBagType \ +static_assert(alignof(FSBZCombinedBagType) == 0x000008, "Wrong alignment on FSBZCombinedBagType"); \ +static_assert(sizeof(FSBZCombinedBagType) == 0x000010, "Wrong size on FSBZCombinedBagType"); \ +static_assert(offsetof(FSBZCombinedBagType, InBagType) == 0x000000, "Member 'FSBZCombinedBagType::InBagType' has a wrong offset!"); \ +static_assert(offsetof(FSBZCombinedBagType, OutBagType) == 0x000008, "Member 'FSBZCombinedBagType::OutBagType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSettingsMenuInputAction \ +static_assert(alignof(FSBZSettingsMenuInputAction) == 0x000004, "Wrong alignment on FSBZSettingsMenuInputAction"); \ +static_assert(sizeof(FSBZSettingsMenuInputAction) == 0x00000C, "Wrong size on FSBZSettingsMenuInputAction"); \ +static_assert(offsetof(FSBZSettingsMenuInputAction, ActionName) == 0x000000, "Member 'FSBZSettingsMenuInputAction::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSettingsMenuInputAxis \ +static_assert(alignof(FSBZSettingsMenuInputAxis) == 0x000004, "Wrong alignment on FSBZSettingsMenuInputAxis"); \ +static_assert(sizeof(FSBZSettingsMenuInputAxis) == 0x000010, "Wrong size on FSBZSettingsMenuInputAxis"); \ +static_assert(offsetof(FSBZSettingsMenuInputAxis, AxisName) == 0x000000, "Member 'FSBZSettingsMenuInputAxis::AxisName' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingsMenuInputAxis, Scale) == 0x00000C, "Member 'FSBZSettingsMenuInputAxis::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSettingData \ +static_assert(alignof(FSBZSettingData) == 0x000008, "Wrong alignment on FSBZSettingData"); \ +static_assert(sizeof(FSBZSettingData) == 0x0002E8, "Wrong size on FSBZSettingData"); \ +static_assert(offsetof(FSBZSettingData, SettingNameLocalized) == 0x000000, "Member 'FSBZSettingData::SettingNameLocalized' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, bHasPlaystationSpecificSettingNameLocalized) == 0x000018, "Member 'FSBZSettingData::bHasPlaystationSpecificSettingNameLocalized' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, SettingNameLocalizedPlaystation) == 0x000020, "Member 'FSBZSettingData::SettingNameLocalizedPlaystation' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, bHasXBoxSpecificSettingNameLocalized) == 0x000038, "Member 'FSBZSettingData::bHasXBoxSpecificSettingNameLocalized' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, SettingNameLocalizedXBox) == 0x000040, "Member 'FSBZSettingData::SettingNameLocalizedXBox' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, SettingName) == 0x000058, "Member 'FSBZSettingData::SettingName' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, StringTableShortName) == 0x000068, "Member 'FSBZSettingData::StringTableShortName' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, ControlType) == 0x000078, "Member 'FSBZSettingData::ControlType' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, SettingHelperPanelName) == 0x00007C, "Member 'FSBZSettingData::SettingHelperPanelName' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, SettingDescriptionLocalized) == 0x000088, "Member 'FSBZSettingData::SettingDescriptionLocalized' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, bApplyChangeImmediately) == 0x0000A0, "Member 'FSBZSettingData::bApplyChangeImmediately' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, bAskChangeConfirmation) == 0x0000A1, "Member 'FSBZSettingData::bAskChangeConfirmation' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, bCanResetToDefault) == 0x0000A2, "Member 'FSBZSettingData::bCanResetToDefault' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, GetButtonVisibilityFunctionName) == 0x0000A4, "Member 'FSBZSettingData::GetButtonVisibilityFunctionName' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, bShowOnlyOnWindowsPlatform) == 0x0000B0, "Member 'FSBZSettingData::bShowOnlyOnWindowsPlatform' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, bHideInShippingBuild) == 0x0000B1, "Member 'FSBZSettingData::bHideInShippingBuild' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, bHideInAnyBuild) == 0x0000B2, "Member 'FSBZSettingData::bHideInAnyBuild' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, DoActionFunctionName) == 0x0000B4, "Member 'FSBZSettingData::DoActionFunctionName' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, GetDefaultValueFunctionName) == 0x0000C0, "Member 'FSBZSettingData::GetDefaultValueFunctionName' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, GetValueFunctionName) == 0x0000CC, "Member 'FSBZSettingData::GetValueFunctionName' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, SetValueFunctionName) == 0x0000D8, "Member 'FSBZSettingData::SetValueFunctionName' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, GetDefaultKeyPrimaryFunctionName) == 0x0000E4, "Member 'FSBZSettingData::GetDefaultKeyPrimaryFunctionName' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, GetKeyPrimaryFunctionName) == 0x0000F0, "Member 'FSBZSettingData::GetKeyPrimaryFunctionName' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, SetKeyPrimaryFunctionName) == 0x0000FC, "Member 'FSBZSettingData::SetKeyPrimaryFunctionName' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, GetDefaultKeySecondaryFunctionName) == 0x000108, "Member 'FSBZSettingData::GetDefaultKeySecondaryFunctionName' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, GetKeySecondaryFunctionName) == 0x000114, "Member 'FSBZSettingData::GetKeySecondaryFunctionName' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, SetKeySecondaryFunctionName) == 0x000120, "Member 'FSBZSettingData::SetKeySecondaryFunctionName' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, ButtonVisibilityPrevious) == 0x00012C, "Member 'FSBZSettingData::ButtonVisibilityPrevious' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, ButtonVisibilityCurrent) == 0x00012D, "Member 'FSBZSettingData::ButtonVisibilityCurrent' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, ActionButtonLabelLocalized) == 0x000130, "Member 'FSBZSettingData::ActionButtonLabelLocalized' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, ToggleName) == 0x000148, "Member 'FSBZSettingData::ToggleName' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, BoolValue) == 0x000158, "Member 'FSBZSettingData::BoolValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, LastBoolValue) == 0x000159, "Member 'FSBZSettingData::LastBoolValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, MultipleChoiceName) == 0x000160, "Member 'FSBZSettingData::MultipleChoiceName' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, Int64Value) == 0x000170, "Member 'FSBZSettingData::Int64Value' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, LastInt64Value) == 0x000178, "Member 'FSBZSettingData::LastInt64Value' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, FloatMinValue) == 0x000180, "Member 'FSBZSettingData::FloatMinValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, FloatMaxValue) == 0x000184, "Member 'FSBZSettingData::FloatMaxValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, FloatIncrementValue) == 0x000188, "Member 'FSBZSettingData::FloatIncrementValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, FloatValue) == 0x00018C, "Member 'FSBZSettingData::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, LastFloatValue) == 0x000190, "Member 'FSBZSettingData::LastFloatValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, StringValue) == 0x000198, "Member 'FSBZSettingData::StringValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, LastStringValue) == 0x0001A8, "Member 'FSBZSettingData::LastStringValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, ColorValue) == 0x0001B8, "Member 'FSBZSettingData::ColorValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, LastColorValue) == 0x0001C8, "Member 'FSBZSettingData::LastColorValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, IntPointValue) == 0x0001D8, "Member 'FSBZSettingData::IntPointValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, LastIntPointValue) == 0x0001E0, "Member 'FSBZSettingData::LastIntPointValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, InputActions) == 0x0001E8, "Member 'FSBZSettingData::InputActions' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, InputAxes) == 0x0001F8, "Member 'FSBZSettingData::InputAxes' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, PrimaryBinding) == 0x000208, "Member 'FSBZSettingData::PrimaryBinding' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, SecondaryBinding) == 0x000230, "Member 'FSBZSettingData::SecondaryBinding' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, LastPrimaryBinding) == 0x000258, "Member 'FSBZSettingData::LastPrimaryBinding' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, LastSecondaryBinding) == 0x000280, "Member 'FSBZSettingData::LastSecondaryBinding' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, AllowedBindingOverlaps) == 0x0002A8, "Member 'FSBZSettingData::AllowedBindingOverlaps' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, PrimaryBindingConflicts) == 0x0002B8, "Member 'FSBZSettingData::PrimaryBindingConflicts' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, SecondaryBindingConflicts) == 0x0002C8, "Member 'FSBZSettingData::SecondaryBindingConflicts' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, ParentName) == 0x0002D8, "Member 'FSBZSettingData::ParentName' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, bIsDirty) == 0x0002E4, "Member 'FSBZSettingData::bIsDirty' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, bHasDefaultValue) == 0x0002E5, "Member 'FSBZSettingData::bHasDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingData, bActive) == 0x0002E6, "Member 'FSBZSettingData::bActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSettingsMenuGroupInfo \ +static_assert(alignof(FSBZSettingsMenuGroupInfo) == 0x000008, "Wrong alignment on FSBZSettingsMenuGroupInfo"); \ +static_assert(sizeof(FSBZSettingsMenuGroupInfo) == 0x000078, "Wrong size on FSBZSettingsMenuGroupInfo"); \ +static_assert(offsetof(FSBZSettingsMenuGroupInfo, GroupNameLocalized) == 0x000000, "Member 'FSBZSettingsMenuGroupInfo::GroupNameLocalized' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingsMenuGroupInfo, bHasPlaystationSpecificGroupNameLocalized) == 0x000018, "Member 'FSBZSettingsMenuGroupInfo::bHasPlaystationSpecificGroupNameLocalized' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingsMenuGroupInfo, GroupNameLocalizedPlaystation) == 0x000020, "Member 'FSBZSettingsMenuGroupInfo::GroupNameLocalizedPlaystation' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingsMenuGroupInfo, bHasXBoxSpecificGroupNameLocalized) == 0x000038, "Member 'FSBZSettingsMenuGroupInfo::bHasXBoxSpecificGroupNameLocalized' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingsMenuGroupInfo, GroupNameLocalizedXBox) == 0x000040, "Member 'FSBZSettingsMenuGroupInfo::GroupNameLocalizedXBox' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingsMenuGroupInfo, GroupName) == 0x000058, "Member 'FSBZSettingsMenuGroupInfo::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingsMenuGroupInfo, bShowOnlyOnWindowsPlatform) == 0x000064, "Member 'FSBZSettingsMenuGroupInfo::bShowOnlyOnWindowsPlatform' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingsMenuGroupInfo, bHideInShippingBuild) == 0x000065, "Member 'FSBZSettingsMenuGroupInfo::bHideInShippingBuild' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingsMenuGroupInfo, Settings) == 0x000068, "Member 'FSBZSettingsMenuGroupInfo::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSettingsMenuCategoryInfo \ +static_assert(alignof(FSBZSettingsMenuCategoryInfo) == 0x000008, "Wrong alignment on FSBZSettingsMenuCategoryInfo"); \ +static_assert(sizeof(FSBZSettingsMenuCategoryInfo) == 0x000080, "Wrong size on FSBZSettingsMenuCategoryInfo"); \ +static_assert(offsetof(FSBZSettingsMenuCategoryInfo, CategoryNameLocalized) == 0x000000, "Member 'FSBZSettingsMenuCategoryInfo::CategoryNameLocalized' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingsMenuCategoryInfo, bHasPlaystationSpecificCategoryNameLocalized) == 0x000018, "Member 'FSBZSettingsMenuCategoryInfo::bHasPlaystationSpecificCategoryNameLocalized' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingsMenuCategoryInfo, CategoryNameLocalizedPlaystation) == 0x000020, "Member 'FSBZSettingsMenuCategoryInfo::CategoryNameLocalizedPlaystation' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingsMenuCategoryInfo, bHasXBoxSpecificCategoryNameLocalized) == 0x000038, "Member 'FSBZSettingsMenuCategoryInfo::bHasXBoxSpecificCategoryNameLocalized' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingsMenuCategoryInfo, CategoryNameLocalizedXBox) == 0x000040, "Member 'FSBZSettingsMenuCategoryInfo::CategoryNameLocalizedXBox' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingsMenuCategoryInfo, CategoryName) == 0x000058, "Member 'FSBZSettingsMenuCategoryInfo::CategoryName' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingsMenuCategoryInfo, SettingsFunctions) == 0x000068, "Member 'FSBZSettingsMenuCategoryInfo::SettingsFunctions' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingsMenuCategoryInfo, SettingsGroups) == 0x000070, "Member 'FSBZSettingsMenuCategoryInfo::SettingsGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTrafficLightPool \ +static_assert(alignof(FSBZTrafficLightPool) == 0x000008, "Wrong alignment on FSBZTrafficLightPool"); \ +static_assert(sizeof(FSBZTrafficLightPool) == 0x000030, "Wrong size on FSBZTrafficLightPool"); \ +static_assert(offsetof(FSBZTrafficLightPool, BlockerArray) == 0x000000, "Member 'FSBZTrafficLightPool::BlockerArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficLightPool, MeshArray) == 0x000010, "Member 'FSBZTrafficLightPool::MeshArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficLightPool, GreenTimer) == 0x000020, "Member 'FSBZTrafficLightPool::GreenTimer' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficLightPool, SwitchToGreenTimer) == 0x000024, "Member 'FSBZTrafficLightPool::SwitchToGreenTimer' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficLightPool, SwitchToRedTimer) == 0x000028, "Member 'FSBZTrafficLightPool::SwitchToRedTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgilitySweepParams \ +static_assert(alignof(FSBZAgilitySweepParams) == 0x000008, "Wrong alignment on FSBZAgilitySweepParams"); \ +static_assert(sizeof(FSBZAgilitySweepParams) == 0x000118, "Wrong size on FSBZAgilitySweepParams"); \ +static_assert(offsetof(FSBZAgilitySweepParams, World) == 0x000010, "Member 'FSBZAgilitySweepParams::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgilityAnimationQueryFilter \ +static_assert(alignof(FSBZAgilityAnimationQueryFilter) == 0x000004, "Wrong alignment on FSBZAgilityAnimationQueryFilter"); \ +static_assert(sizeof(FSBZAgilityAnimationQueryFilter) == 0x000010, "Wrong size on FSBZAgilityAnimationQueryFilter"); \ +static_assert(offsetof(FSBZAgilityAnimationQueryFilter, StartAgilityType) == 0x000000, "Member 'FSBZAgilityAnimationQueryFilter::StartAgilityType' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityAnimationQueryFilter, EndAgilityType) == 0x000001, "Member 'FSBZAgilityAnimationQueryFilter::EndAgilityType' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityAnimationQueryFilter, DistanceRange) == 0x000004, "Member 'FSBZAgilityAnimationQueryFilter::DistanceRange' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityAnimationQueryFilter, DistanceRangeAxis) == 0x00000C, "Member 'FSBZAgilityAnimationQueryFilter::DistanceRangeAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgilityAnimationQueryParam \ +static_assert(alignof(FSBZAgilityAnimationQueryParam) == 0x000008, "Wrong alignment on FSBZAgilityAnimationQueryParam"); \ +static_assert(sizeof(FSBZAgilityAnimationQueryParam) == 0x000050, "Wrong size on FSBZAgilityAnimationQueryParam"); \ +static_assert(offsetof(FSBZAgilityAnimationQueryParam, AnimationName) == 0x000000, "Member 'FSBZAgilityAnimationQueryParam::AnimationName' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityAnimationQueryParam, EntrySpeed) == 0x00000C, "Member 'FSBZAgilityAnimationQueryParam::EntrySpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityAnimationQueryParam, EntryRotationDiff) == 0x000014, "Member 'FSBZAgilityAnimationQueryParam::EntryRotationDiff' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityAnimationQueryParam, AlignmentAngle) == 0x00001C, "Member 'FSBZAgilityAnimationQueryParam::AlignmentAngle' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityAnimationQueryParam, AreaClass) == 0x000028, "Member 'FSBZAgilityAnimationQueryParam::AreaClass' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityAnimationQueryParam, AnimationFilters) == 0x000030, "Member 'FSBZAgilityAnimationQueryParam::AnimationFilters' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityAnimationQueryParam, AgilityMontages) == 0x000040, "Member 'FSBZAgilityAnimationQueryParam::AgilityMontages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgilityRowQueryParam \ +static_assert(alignof(FSBZAgilityRowQueryParam) == 0x000008, "Wrong alignment on FSBZAgilityRowQueryParam"); \ +static_assert(sizeof(FSBZAgilityRowQueryParam) == 0x000020, "Wrong size on FSBZAgilityRowQueryParam"); \ +static_assert(offsetof(FSBZAgilityRowQueryParam, AgilityTypeName) == 0x000000, "Member 'FSBZAgilityRowQueryParam::AgilityTypeName' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityRowQueryParam, AgilityType) == 0x00000C, "Member 'FSBZAgilityRowQueryParam::AgilityType' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityRowQueryParam, AnimationQueryParams) == 0x000010, "Member 'FSBZAgilityRowQueryParam::AnimationQueryParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSharedMontageInfo \ +static_assert(alignof(FSBZSharedMontageInfo) == 0x000008, "Wrong alignment on FSBZSharedMontageInfo"); \ +static_assert(sizeof(FSBZSharedMontageInfo) == 0x000040, "Wrong size on FSBZSharedMontageInfo"); \ +static_assert(offsetof(FSBZSharedMontageInfo, CharacterAnimMontage) == 0x000000, "Member 'FSBZSharedMontageInfo::CharacterAnimMontage' has a wrong offset!"); \ +static_assert(offsetof(FSBZSharedMontageInfo, EquippableAnimMontage) == 0x000008, "Member 'FSBZSharedMontageInfo::EquippableAnimMontage' has a wrong offset!"); \ +static_assert(offsetof(FSBZSharedMontageInfo, LeftEquippableAnimMontage) == 0x000010, "Member 'FSBZSharedMontageInfo::LeftEquippableAnimMontage' has a wrong offset!"); \ +static_assert(offsetof(FSBZSharedMontageInfo, CharacterAnimInstance) == 0x000028, "Member 'FSBZSharedMontageInfo::CharacterAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(FSBZSharedMontageInfo, EquippableAnimInstance) == 0x000030, "Member 'FSBZSharedMontageInfo::EquippableAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(FSBZSharedMontageInfo, LeftEquippableAnimInstance) == 0x000038, "Member 'FSBZSharedMontageInfo::LeftEquippableAnimInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponAimAssistMagnetismData \ +static_assert(alignof(FSBZWeaponAimAssistMagnetismData) == 0x000004, "Wrong alignment on FSBZWeaponAimAssistMagnetismData"); \ +static_assert(sizeof(FSBZWeaponAimAssistMagnetismData) == 0x000010, "Wrong size on FSBZWeaponAimAssistMagnetismData"); \ +static_assert(offsetof(FSBZWeaponAimAssistMagnetismData, MaxDistance) == 0x000000, "Member 'FSBZWeaponAimAssistMagnetismData::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponAimAssistMagnetismData, BulletDeviationDistance) == 0x000004, "Member 'FSBZWeaponAimAssistMagnetismData::BulletDeviationDistance' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponAimAssistMagnetismData, BulletMagnetismSpread) == 0x000008, "Member 'FSBZWeaponAimAssistMagnetismData::BulletMagnetismSpread' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponAimAssistMagnetismData, bIgnoreSpread) == 0x00000C, "Member 'FSBZWeaponAimAssistMagnetismData::bIgnoreSpread' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponAimAssistData \ +static_assert(alignof(FSBZWeaponAimAssistData) == 0x000008, "Wrong alignment on FSBZWeaponAimAssistData"); \ +static_assert(sizeof(FSBZWeaponAimAssistData) == 0x000048, "Wrong size on FSBZWeaponAimAssistData"); \ +static_assert(offsetof(FSBZWeaponAimAssistData, DetectionSideDistance) == 0x000000, "Member 'FSBZWeaponAimAssistData::DetectionSideDistance' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponAimAssistData, DetectionDistancePriority) == 0x000004, "Member 'FSBZWeaponAimAssistData::DetectionDistancePriority' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponAimAssistData, MinTargetSelectionDuration) == 0x000008, "Member 'FSBZWeaponAimAssistData::MinTargetSelectionDuration' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponAimAssistData, MinDuration) == 0x00000C, "Member 'FSBZWeaponAimAssistData::MinDuration' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponAimAssistData, MaxDuration) == 0x000010, "Member 'FSBZWeaponAimAssistData::MaxDuration' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponAimAssistData, bIsTriggeredByWeaponFire) == 0x000014, "Member 'FSBZWeaponAimAssistData::bIsTriggeredByWeaponFire' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponAimAssistData, StickyAimDurationOnWeaponFire) == 0x000018, "Member 'FSBZWeaponAimAssistData::StickyAimDurationOnWeaponFire' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponAimAssistData, EscapeSpeedIn) == 0x00001C, "Member 'FSBZWeaponAimAssistData::EscapeSpeedIn' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponAimAssistData, EscapeSpeedOut) == 0x000020, "Member 'FSBZWeaponAimAssistData::EscapeSpeedOut' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponAimAssistData, AimAssistSpeed) == 0x000024, "Member 'FSBZWeaponAimAssistData::AimAssistSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponAimAssistData, MinDistance) == 0x000028, "Member 'FSBZWeaponAimAssistData::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponAimAssistData, SensitivityModifier) == 0x00002C, "Member 'FSBZWeaponAimAssistData::SensitivityModifier' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponAimAssistData, MagnetismDistanceDataArray) == 0x000030, "Member 'FSBZWeaponAimAssistData::MagnetismDistanceDataArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponAimAssistData, bUseAllSockets) == 0x000040, "Member 'FSBZWeaponAimAssistData::bUseAllSockets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHurtReactionPrediction \ +static_assert(alignof(FSBZHurtReactionPrediction) == 0x000004, "Wrong alignment on FSBZHurtReactionPrediction"); \ +static_assert(sizeof(FSBZHurtReactionPrediction) == 0x000010, "Wrong size on FSBZHurtReactionPrediction"); \ + +#define DUMPER7_ASSERTS_FSBZTickingLootDifficultySettings \ +static_assert(alignof(FSBZTickingLootDifficultySettings) == 0x000008, "Wrong alignment on FSBZTickingLootDifficultySettings"); \ +static_assert(sizeof(FSBZTickingLootDifficultySettings) == 0x000120, "Wrong size on FSBZTickingLootDifficultySettings"); \ +static_assert(offsetof(FSBZTickingLootDifficultySettings, CounterSpeedCurve) == 0x000000, "Member 'FSBZTickingLootDifficultySettings::CounterSpeedCurve' has a wrong offset!"); \ +static_assert(offsetof(FSBZTickingLootDifficultySettings, ObjectiveValue) == 0x000088, "Member 'FSBZTickingLootDifficultySettings::ObjectiveValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZTickingLootDifficultySettings, DecreaseAmount) == 0x00008C, "Member 'FSBZTickingLootDifficultySettings::DecreaseAmount' has a wrong offset!"); \ +static_assert(offsetof(FSBZTickingLootDifficultySettings, CounterDecreaseSpeedCurve) == 0x000090, "Member 'FSBZTickingLootDifficultySettings::CounterDecreaseSpeedCurve' has a wrong offset!"); \ +static_assert(offsetof(FSBZTickingLootDifficultySettings, MinValuePercent) == 0x000118, "Member 'FSBZTickingLootDifficultySettings::MinValuePercent' has a wrong offset!"); \ +static_assert(offsetof(FSBZTickingLootDifficultySettings, MaxValuePercent) == 0x00011C, "Member 'FSBZTickingLootDifficultySettings::MaxValuePercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgilityAnimationQueryData \ +static_assert(alignof(FSBZAgilityAnimationQueryData) == 0x000004, "Wrong alignment on FSBZAgilityAnimationQueryData"); \ +static_assert(sizeof(FSBZAgilityAnimationQueryData) == 0x000008, "Wrong size on FSBZAgilityAnimationQueryData"); \ + +#define DUMPER7_ASSERTS_FSBZProjectileTargetData \ +static_assert(alignof(FSBZProjectileTargetData) == 0x000008, "Wrong alignment on FSBZProjectileTargetData"); \ +static_assert(sizeof(FSBZProjectileTargetData) == 0x005BA0, "Wrong size on FSBZProjectileTargetData"); \ + +#define DUMPER7_ASSERTS_FSBZChainedDamageProjectileTargetData \ +static_assert(alignof(FSBZChainedDamageProjectileTargetData) == 0x000008, "Wrong alignment on FSBZChainedDamageProjectileTargetData"); \ +static_assert(sizeof(FSBZChainedDamageProjectileTargetData) == 0x005BB0, "Wrong size on FSBZChainedDamageProjectileTargetData"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponInventorySlotAndIndex \ +static_assert(alignof(FSBZWeaponInventorySlotAndIndex) == 0x000008, "Wrong alignment on FSBZWeaponInventorySlotAndIndex"); \ +static_assert(sizeof(FSBZWeaponInventorySlotAndIndex) == 0x0000E0, "Wrong size on FSBZWeaponInventorySlotAndIndex"); \ +static_assert(offsetof(FSBZWeaponInventorySlotAndIndex, WeaponInventorySlot) == 0x000000, "Member 'FSBZWeaponInventorySlotAndIndex::WeaponInventorySlot' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponInventorySlotAndIndex, Index) == 0x0000D8, "Member 'FSBZWeaponInventorySlotAndIndex::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgilityTrajectory \ +static_assert(alignof(FSBZAgilityTrajectory) == 0x000008, "Wrong alignment on FSBZAgilityTrajectory"); \ +static_assert(sizeof(FSBZAgilityTrajectory) == 0x000038, "Wrong size on FSBZAgilityTrajectory"); \ +static_assert(offsetof(FSBZAgilityTrajectory, AgilityType) == 0x000000, "Member 'FSBZAgilityTrajectory::AgilityType' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTrajectory, Points) == 0x000008, "Member 'FSBZAgilityTrajectory::Points' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTrajectory, bValid) == 0x000018, "Member 'FSBZAgilityTrajectory::bValid' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTrajectory, ForcedMontage) == 0x000020, "Member 'FSBZAgilityTrajectory::ForcedMontage' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTrajectory, bRecomputeEndUsingAnimation) == 0x000028, "Member 'FSBZAgilityTrajectory::bRecomputeEndUsingAnimation' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTrajectory, AreaClass) == 0x000030, "Member 'FSBZAgilityTrajectory::AreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSideBarNotificationData \ +static_assert(alignof(FSBZSideBarNotificationData) == 0x000008, "Wrong alignment on FSBZSideBarNotificationData"); \ +static_assert(sizeof(FSBZSideBarNotificationData) == 0x000040, "Wrong size on FSBZSideBarNotificationData"); \ +static_assert(offsetof(FSBZSideBarNotificationData, HeaderText) == 0x000000, "Member 'FSBZSideBarNotificationData::HeaderText' has a wrong offset!"); \ +static_assert(offsetof(FSBZSideBarNotificationData, DescriptionText) == 0x000018, "Member 'FSBZSideBarNotificationData::DescriptionText' has a wrong offset!"); \ +static_assert(offsetof(FSBZSideBarNotificationData, DisplayTime) == 0x000030, "Member 'FSBZSideBarNotificationData::DisplayTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZSideBarNotificationData, InventoryItem) == 0x000038, "Member 'FSBZSideBarNotificationData::InventoryItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgilityTrajectoryDebugSettings \ +static_assert(alignof(FSBZAgilityTrajectoryDebugSettings) == 0x000002, "Wrong alignment on FSBZAgilityTrajectoryDebugSettings"); \ +static_assert(sizeof(FSBZAgilityTrajectoryDebugSettings) == 0x000006, "Wrong size on FSBZAgilityTrajectoryDebugSettings"); \ +static_assert(offsetof(FSBZAgilityTrajectoryDebugSettings, bDrawTrajectory) == 0x000000, "Member 'FSBZAgilityTrajectoryDebugSettings::bDrawTrajectory' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTrajectoryDebugSettings, bDrawDebug) == 0x000001, "Member 'FSBZAgilityTrajectoryDebugSettings::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTrajectoryDebugSettings, DrawStep) == 0x000002, "Member 'FSBZAgilityTrajectoryDebugSettings::DrawStep' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityTrajectoryDebugSettings, bDrawOnlyCurrentStep) == 0x000004, "Member 'FSBZAgilityTrajectoryDebugSettings::bDrawOnlyCurrentStep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgilityTraversalSplineHandler \ +static_assert(alignof(FSBZAgilityTraversalSplineHandler) == 0x000008, "Wrong alignment on FSBZAgilityTraversalSplineHandler"); \ +static_assert(sizeof(FSBZAgilityTraversalSplineHandler) == 0x0000A8, "Wrong size on FSBZAgilityTraversalSplineHandler"); \ + +#define DUMPER7_ASSERTS_FSBZAIVisibilitySerializablePayload \ +static_assert(alignof(FSBZAIVisibilitySerializablePayload) == 0x000008, "Wrong alignment on FSBZAIVisibilitySerializablePayload"); \ +static_assert(sizeof(FSBZAIVisibilitySerializablePayload) == 0x000070, "Wrong size on FSBZAIVisibilitySerializablePayload"); \ +static_assert(offsetof(FSBZAIVisibilitySerializablePayload, CrouchDistances) == 0x000000, "Member 'FSBZAIVisibilitySerializablePayload::CrouchDistances' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIVisibilitySerializablePayload, StandDistances) == 0x000010, "Member 'FSBZAIVisibilitySerializablePayload::StandDistances' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIVisibilitySerializablePayload, UpAzymut15Distances) == 0x000020, "Member 'FSBZAIVisibilitySerializablePayload::UpAzymut15Distances' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIVisibilitySerializablePayload, UpAzymut30Distances) == 0x000030, "Member 'FSBZAIVisibilitySerializablePayload::UpAzymut30Distances' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIVisibilitySerializablePayload, UpAzymut45Distances) == 0x000040, "Member 'FSBZAIVisibilitySerializablePayload::UpAzymut45Distances' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIVisibilitySerializablePayload, UpAzymut60Distances) == 0x000050, "Member 'FSBZAIVisibilitySerializablePayload::UpAzymut60Distances' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIVisibilitySerializablePayload, Center) == 0x000060, "Member 'FSBZAIVisibilitySerializablePayload::Center' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZActorThrowNetData \ +static_assert(alignof(FSBZActorThrowNetData) == 0x000008, "Wrong alignment on FSBZActorThrowNetData"); \ +static_assert(sizeof(FSBZActorThrowNetData) == 0x000018, "Wrong size on FSBZActorThrowNetData"); \ +static_assert(offsetof(FSBZActorThrowNetData, ActorToThrow) == 0x000000, "Member 'FSBZActorThrowNetData::ActorToThrow' has a wrong offset!"); \ +static_assert(offsetof(FSBZActorThrowNetData, ThrowForce) == 0x000008, "Member 'FSBZActorThrowNetData::ThrowForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMinimalAgilityTraversalTrajectory \ +static_assert(alignof(FSBZMinimalAgilityTraversalTrajectory) == 0x000004, "Wrong alignment on FSBZMinimalAgilityTraversalTrajectory"); \ +static_assert(sizeof(FSBZMinimalAgilityTraversalTrajectory) == 0x000038, "Wrong size on FSBZMinimalAgilityTraversalTrajectory"); \ +static_assert(offsetof(FSBZMinimalAgilityTraversalTrajectory, JumpPointLocation) == 0x000000, "Member 'FSBZMinimalAgilityTraversalTrajectory::JumpPointLocation' has a wrong offset!"); \ +static_assert(offsetof(FSBZMinimalAgilityTraversalTrajectory, EdgePointFrontLocation) == 0x00000C, "Member 'FSBZMinimalAgilityTraversalTrajectory::EdgePointFrontLocation' has a wrong offset!"); \ +static_assert(offsetof(FSBZMinimalAgilityTraversalTrajectory, EdgePointBackLocation) == 0x000018, "Member 'FSBZMinimalAgilityTraversalTrajectory::EdgePointBackLocation' has a wrong offset!"); \ +static_assert(offsetof(FSBZMinimalAgilityTraversalTrajectory, LandPointLocation) == 0x000024, "Member 'FSBZMinimalAgilityTraversalTrajectory::LandPointLocation' has a wrong offset!"); \ +static_assert(offsetof(FSBZMinimalAgilityTraversalTrajectory, EntrySpeed) == 0x000030, "Member 'FSBZMinimalAgilityTraversalTrajectory::EntrySpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZMinimalAgilityTraversalTrajectory, AgilityType) == 0x000032, "Member 'FSBZMinimalAgilityTraversalTrajectory::AgilityType' has a wrong offset!"); \ +static_assert(offsetof(FSBZMinimalAgilityTraversalTrajectory, bEndsInCrouchState) == 0x000033, "Member 'FSBZMinimalAgilityTraversalTrajectory::bEndsInCrouchState' has a wrong offset!"); \ +static_assert(offsetof(FSBZMinimalAgilityTraversalTrajectory, bEndsFalling) == 0x000034, "Member 'FSBZMinimalAgilityTraversalTrajectory::bEndsFalling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZVehicleArrayElement \ +static_assert(alignof(FSBZVehicleArrayElement) == 0x000008, "Wrong alignment on FSBZVehicleArrayElement"); \ +static_assert(sizeof(FSBZVehicleArrayElement) == 0x000010, "Wrong size on FSBZVehicleArrayElement"); \ +static_assert(offsetof(FSBZVehicleArrayElement, Vehicle) == 0x000000, "Member 'FSBZVehicleArrayElement::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(FSBZVehicleArrayElement, Weight) == 0x000008, "Member 'FSBZVehicleArrayElement::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZStoreItemUIData \ +static_assert(alignof(FSBZStoreItemUIData) == 0x000008, "Wrong alignment on FSBZStoreItemUIData"); \ +static_assert(sizeof(FSBZStoreItemUIData) == 0x000128, "Wrong size on FSBZStoreItemUIData"); \ +static_assert(offsetof(FSBZStoreItemUIData, StoreItemUIIdSource) == 0x000000, "Member 'FSBZStoreItemUIData::StoreItemUIIdSource' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreItemUIData, ItemSku) == 0x000008, "Member 'FSBZStoreItemUIData::ItemSku' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreItemUIData, ExternalItemId) == 0x000018, "Member 'FSBZStoreItemUIData::ExternalItemId' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreItemUIData, InventoryItem) == 0x000028, "Member 'FSBZStoreItemUIData::InventoryItem' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreItemUIData, StoreItem) == 0x000030, "Member 'FSBZStoreItemUIData::StoreItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZStoreItemUIGroup \ +static_assert(alignof(FSBZStoreItemUIGroup) == 0x000008, "Wrong alignment on FSBZStoreItemUIGroup"); \ +static_assert(sizeof(FSBZStoreItemUIGroup) == 0x000020, "Wrong size on FSBZStoreItemUIGroup"); \ +static_assert(offsetof(FSBZStoreItemUIGroup, ItemCategory) == 0x000000, "Member 'FSBZStoreItemUIGroup::ItemCategory' has a wrong offset!"); \ +static_assert(offsetof(FSBZStoreItemUIGroup, CategoryItems) == 0x000010, "Member 'FSBZStoreItemUIGroup::CategoryItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZGloveInventorySlot \ +static_assert(alignof(FSBZGloveInventorySlot) == 0x000008, "Wrong alignment on FSBZGloveInventorySlot"); \ +static_assert(sizeof(FSBZGloveInventorySlot) == 0x000050, "Wrong size on FSBZGloveInventorySlot"); \ +static_assert(offsetof(FSBZGloveInventorySlot, GloveInSlotEntitlementId) == 0x000028, "Member 'FSBZGloveInventorySlot::GloveInSlotEntitlementId' has a wrong offset!"); \ +static_assert(offsetof(FSBZGloveInventorySlot, GloveInSlotAccelByteItemSku) == 0x000038, "Member 'FSBZGloveInventorySlot::GloveInSlotAccelByteItemSku' has a wrong offset!"); \ +static_assert(offsetof(FSBZGloveInventorySlot, GloveData) == 0x000048, "Member 'FSBZGloveInventorySlot::GloveData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZGloveInventorySlotAndIndex \ +static_assert(alignof(FSBZGloveInventorySlotAndIndex) == 0x000008, "Wrong alignment on FSBZGloveInventorySlotAndIndex"); \ +static_assert(sizeof(FSBZGloveInventorySlotAndIndex) == 0x000058, "Wrong size on FSBZGloveInventorySlotAndIndex"); \ +static_assert(offsetof(FSBZGloveInventorySlotAndIndex, GloveInventorySlot) == 0x000000, "Member 'FSBZGloveInventorySlotAndIndex::GloveInventorySlot' has a wrong offset!"); \ +static_assert(offsetof(FSBZGloveInventorySlotAndIndex, Index) == 0x000050, "Member 'FSBZGloveInventorySlotAndIndex::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZActionMetaData \ +static_assert(alignof(FSBZActionMetaData) == 0x000008, "Wrong alignment on FSBZActionMetaData"); \ +static_assert(sizeof(FSBZActionMetaData) == 0x000078, "Wrong size on FSBZActionMetaData"); \ +static_assert(offsetof(FSBZActionMetaData, ItemName) == 0x000000, "Member 'FSBZActionMetaData::ItemName' has a wrong offset!"); \ +static_assert(offsetof(FSBZActionMetaData, Action) == 0x000010, "Member 'FSBZActionMetaData::Action' has a wrong offset!"); \ +static_assert(offsetof(FSBZActionMetaData, bUseMaxAge) == 0x000018, "Member 'FSBZActionMetaData::bUseMaxAge' has a wrong offset!"); \ +static_assert(offsetof(FSBZActionMetaData, MaxAge) == 0x00001C, "Member 'FSBZActionMetaData::MaxAge' has a wrong offset!"); \ +static_assert(offsetof(FSBZActionMetaData, bUseMinAge) == 0x000020, "Member 'FSBZActionMetaData::bUseMinAge' has a wrong offset!"); \ +static_assert(offsetof(FSBZActionMetaData, MinAge) == 0x000024, "Member 'FSBZActionMetaData::MinAge' has a wrong offset!"); \ +static_assert(offsetof(FSBZActionMetaData, AttractorPredicates) == 0x000028, "Member 'FSBZActionMetaData::AttractorPredicates' has a wrong offset!"); \ +static_assert(offsetof(FSBZActionMetaData, RequiredTags) == 0x000038, "Member 'FSBZActionMetaData::RequiredTags' has a wrong offset!"); \ +static_assert(offsetof(FSBZActionMetaData, ExecutorRequiredTags) == 0x000058, "Member 'FSBZActionMetaData::ExecutorRequiredTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZKilledContextData \ +static_assert(alignof(FSBZKilledContextData) == 0x000008, "Wrong alignment on FSBZKilledContextData"); \ +static_assert(sizeof(FSBZKilledContextData) == 0x000018, "Wrong size on FSBZKilledContextData"); \ +static_assert(offsetof(FSBZKilledContextData, PlayerCharacter) == 0x000000, "Member 'FSBZKilledContextData::PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(FSBZKilledContextData, EquippableData) == 0x000008, "Member 'FSBZKilledContextData::EquippableData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZEntitlementTelemetryData \ +static_assert(alignof(FSBZEntitlementTelemetryData) == 0x000008, "Wrong alignment on FSBZEntitlementTelemetryData"); \ +static_assert(sizeof(FSBZEntitlementTelemetryData) == 0x000050, "Wrong size on FSBZEntitlementTelemetryData"); \ +static_assert(offsetof(FSBZEntitlementTelemetryData, Id) == 0x000000, "Member 'FSBZEntitlementTelemetryData::Id' has a wrong offset!"); \ +static_assert(offsetof(FSBZEntitlementTelemetryData, Sku) == 0x000010, "Member 'FSBZEntitlementTelemetryData::Sku' has a wrong offset!"); \ +static_assert(offsetof(FSBZEntitlementTelemetryData, ItemId) == 0x000020, "Member 'FSBZEntitlementTelemetryData::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FSBZEntitlementTelemetryData, Source) == 0x000030, "Member 'FSBZEntitlementTelemetryData::Source' has a wrong offset!"); \ +static_assert(offsetof(FSBZEntitlementTelemetryData, GrantedAt) == 0x000038, "Member 'FSBZEntitlementTelemetryData::GrantedAt' has a wrong offset!"); \ +static_assert(offsetof(FSBZEntitlementTelemetryData, CreatedAt) == 0x000040, "Member 'FSBZEntitlementTelemetryData::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FSBZEntitlementTelemetryData, UpdatedAt) == 0x000048, "Member 'FSBZEntitlementTelemetryData::UpdatedAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTrafficSoundHorn \ +static_assert(alignof(FSBZTrafficSoundHorn) == 0x000004, "Wrong alignment on FSBZTrafficSoundHorn"); \ +static_assert(sizeof(FSBZTrafficSoundHorn) == 0x000024, "Wrong size on FSBZTrafficSoundHorn"); \ +static_assert(offsetof(FSBZTrafficSoundHorn, TrafficLightBaseTimer) == 0x000000, "Member 'FSBZTrafficSoundHorn::TrafficLightBaseTimer' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficSoundHorn, TrafficLightQueueAddition) == 0x000008, "Member 'FSBZTrafficSoundHorn::TrafficLightQueueAddition' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficSoundHorn, TrafficLightQueueStart) == 0x000010, "Member 'FSBZTrafficSoundHorn::TrafficLightQueueStart' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficSoundHorn, TrafficLightChance) == 0x000014, "Member 'FSBZTrafficSoundHorn::TrafficLightChance' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficSoundHorn, StopWaitTimer) == 0x000018, "Member 'FSBZTrafficSoundHorn::StopWaitTimer' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficSoundHorn, StopWaitChance) == 0x000020, "Member 'FSBZTrafficSoundHorn::StopWaitChance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTagStanceMapping \ +static_assert(alignof(FSBZTagStanceMapping) == 0x000008, "Wrong alignment on FSBZTagStanceMapping"); \ +static_assert(sizeof(FSBZTagStanceMapping) == 0x000028, "Wrong size on FSBZTagStanceMapping"); \ +static_assert(offsetof(FSBZTagStanceMapping, Tags) == 0x000000, "Member 'FSBZTagStanceMapping::Tags' has a wrong offset!"); \ +static_assert(offsetof(FSBZTagStanceMapping, Stance) == 0x000020, "Member 'FSBZTagStanceMapping::Stance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCachedWeaponTargeting \ +static_assert(alignof(FSBZCachedWeaponTargeting) == 0x000008, "Wrong alignment on FSBZCachedWeaponTargeting"); \ +static_assert(sizeof(FSBZCachedWeaponTargeting) == 0x000010, "Wrong size on FSBZCachedWeaponTargeting"); \ +static_assert(offsetof(FSBZCachedWeaponTargeting, SightData) == 0x000000, "Member 'FSBZCachedWeaponTargeting::SightData' has a wrong offset!"); \ +static_assert(offsetof(FSBZCachedWeaponTargeting, TargetingTransitionTime) == 0x000008, "Member 'FSBZCachedWeaponTargeting::TargetingTransitionTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAirPathConfig \ +static_assert(alignof(FSBZAirPathConfig) == 0x000004, "Wrong alignment on FSBZAirPathConfig"); \ +static_assert(sizeof(FSBZAirPathConfig) == 0x000018, "Wrong size on FSBZAirPathConfig"); \ +static_assert(offsetof(FSBZAirPathConfig, MaxNumSimultaneousQueries) == 0x000000, "Member 'FSBZAirPathConfig::MaxNumSimultaneousQueries' has a wrong offset!"); \ +static_assert(offsetof(FSBZAirPathConfig, SliceTime) == 0x000004, "Member 'FSBZAirPathConfig::SliceTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZAirPathConfig, NumNodesExpandedPerSliceCheck) == 0x000008, "Member 'FSBZAirPathConfig::NumNodesExpandedPerSliceCheck' has a wrong offset!"); \ +static_assert(offsetof(FSBZAirPathConfig, MaxNumNodes) == 0x00000C, "Member 'FSBZAirPathConfig::MaxNumNodes' has a wrong offset!"); \ +static_assert(offsetof(FSBZAirPathConfig, MinNodeHalfSize) == 0x000010, "Member 'FSBZAirPathConfig::MinNodeHalfSize' has a wrong offset!"); \ +static_assert(offsetof(FSBZAirPathConfig, AirNavLinkModifier) == 0x000014, "Member 'FSBZAirPathConfig::AirNavLinkModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZShockGrenadeActorData \ +static_assert(alignof(FSBZShockGrenadeActorData) == 0x000008, "Wrong alignment on FSBZShockGrenadeActorData"); \ +static_assert(sizeof(FSBZShockGrenadeActorData) == 0x000010, "Wrong size on FSBZShockGrenadeActorData"); \ +static_assert(offsetof(FSBZShockGrenadeActorData, ChainNumber) == 0x000000, "Member 'FSBZShockGrenadeActorData::ChainNumber' has a wrong offset!"); \ +static_assert(offsetof(FSBZShockGrenadeActorData, bIsExplosionTriggered) == 0x000004, "Member 'FSBZShockGrenadeActorData::bIsExplosionTriggered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAIConfigEvade \ +static_assert(alignof(FSBZAIConfigEvade) == 0x000004, "Wrong alignment on FSBZAIConfigEvade"); \ +static_assert(sizeof(FSBZAIConfigEvade) == 0x00002C, "Wrong size on FSBZAIConfigEvade"); \ +static_assert(offsetof(FSBZAIConfigEvade, MaxTimeSinceUnderFireToEvade) == 0x000000, "Member 'FSBZAIConfigEvade::MaxTimeSinceUnderFireToEvade' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIConfigEvade, MaxTimeAfterUnderFireToEvade) == 0x000004, "Member 'FSBZAIConfigEvade::MaxTimeAfterUnderFireToEvade' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIConfigEvade, FastEvadeCoolDown) == 0x000008, "Member 'FSBZAIConfigEvade::FastEvadeCoolDown' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIConfigEvade, SlowEvadeCoolDown) == 0x00000C, "Member 'FSBZAIConfigEvade::SlowEvadeCoolDown' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIConfigEvade, MinFireDist) == 0x000010, "Member 'FSBZAIConfigEvade::MinFireDist' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIConfigEvade, MinSlowEvadeDist) == 0x000014, "Member 'FSBZAIConfigEvade::MinSlowEvadeDist' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIConfigEvade, MinFastEvadeDist) == 0x000018, "Member 'FSBZAIConfigEvade::MinFastEvadeDist' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIConfigEvade, MaxAngleToStopSlowEvade) == 0x00001C, "Member 'FSBZAIConfigEvade::MaxAngleToStopSlowEvade' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIConfigEvade, MaxAngleToStartSlowEvade) == 0x000020, "Member 'FSBZAIConfigEvade::MaxAngleToStartSlowEvade' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIConfigEvade, MaxMovingSpeed) == 0x000024, "Member 'FSBZAIConfigEvade::MaxMovingSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIConfigEvade, MinTimeSinceDamage) == 0x000028, "Member 'FSBZAIConfigEvade::MinTimeSinceDamage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerLoadoutConfigArray \ +static_assert(alignof(FSBZPlayerLoadoutConfigArray) == 0x000008, "Wrong alignment on FSBZPlayerLoadoutConfigArray"); \ +static_assert(sizeof(FSBZPlayerLoadoutConfigArray) == 0x000010, "Wrong size on FSBZPlayerLoadoutConfigArray"); \ +static_assert(offsetof(FSBZPlayerLoadoutConfigArray, PlayerLoadoutConfigArray) == 0x000000, "Member 'FSBZPlayerLoadoutConfigArray::PlayerLoadoutConfigArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZRelocateRequest \ +static_assert(alignof(FSBZRelocateRequest) == 0x000004, "Wrong alignment on FSBZRelocateRequest"); \ +static_assert(sizeof(FSBZRelocateRequest) == 0x000018, "Wrong size on FSBZRelocateRequest"); \ + +#define DUMPER7_ASSERTS_FSBZAIRepositionType \ +static_assert(alignof(FSBZAIRepositionType) == 0x000008, "Wrong alignment on FSBZAIRepositionType"); \ +static_assert(sizeof(FSBZAIRepositionType) == 0x000058, "Wrong size on FSBZAIRepositionType"); \ +static_assert(offsetof(FSBZAIRepositionType, Predicate) == 0x000000, "Member 'FSBZAIRepositionType::Predicate' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIRepositionType, EQSRequest) == 0x000008, "Member 'FSBZAIRepositionType::EQSRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPathFocusHandler \ +static_assert(alignof(FSBZPathFocusHandler) == 0x000008, "Wrong alignment on FSBZPathFocusHandler"); \ +static_assert(sizeof(FSBZPathFocusHandler) == 0x000028, "Wrong size on FSBZPathFocusHandler"); \ +static_assert(offsetof(FSBZPathFocusHandler, CurrentEnemy) == 0x000000, "Member 'FSBZPathFocusHandler::CurrentEnemy' has a wrong offset!"); \ +static_assert(offsetof(FSBZPathFocusHandler, TargetActor) == 0x000008, "Member 'FSBZPathFocusHandler::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(FSBZPathFocusHandler, Settings) == 0x000010, "Member 'FSBZPathFocusHandler::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMaskConfigInventorySaveData \ +static_assert(alignof(FSBZMaskConfigInventorySaveData) == 0x000008, "Wrong alignment on FSBZMaskConfigInventorySaveData"); \ +static_assert(sizeof(FSBZMaskConfigInventorySaveData) == 0x000020, "Wrong size on FSBZMaskConfigInventorySaveData"); \ +static_assert(offsetof(FSBZMaskConfigInventorySaveData, MaskConfigSlots) == 0x000000, "Member 'FSBZMaskConfigInventorySaveData::MaskConfigSlots' has a wrong offset!"); \ +static_assert(offsetof(FSBZMaskConfigInventorySaveData, CheckedMaskConfigSlots) == 0x000010, "Member 'FSBZMaskConfigInventorySaveData::CheckedMaskConfigSlots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZItemConfigInventorySaveData \ +static_assert(alignof(FSBZItemConfigInventorySaveData) == 0x000008, "Wrong alignment on FSBZItemConfigInventorySaveData"); \ +static_assert(sizeof(FSBZItemConfigInventorySaveData) == 0x000040, "Wrong size on FSBZItemConfigInventorySaveData"); \ +static_assert(offsetof(FSBZItemConfigInventorySaveData, PrimaryWeaponConfigSlots) == 0x000000, "Member 'FSBZItemConfigInventorySaveData::PrimaryWeaponConfigSlots' has a wrong offset!"); \ +static_assert(offsetof(FSBZItemConfigInventorySaveData, SecondaryWeaponConfigSlots) == 0x000010, "Member 'FSBZItemConfigInventorySaveData::SecondaryWeaponConfigSlots' has a wrong offset!"); \ +static_assert(offsetof(FSBZItemConfigInventorySaveData, CheckedPrimaryWeaponConfigSlots) == 0x000020, "Member 'FSBZItemConfigInventorySaveData::CheckedPrimaryWeaponConfigSlots' has a wrong offset!"); \ +static_assert(offsetof(FSBZItemConfigInventorySaveData, CheckedSecondaryWeaponConfigSlots) == 0x000030, "Member 'FSBZItemConfigInventorySaveData::CheckedSecondaryWeaponConfigSlots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSuitPresetConfig \ +static_assert(alignof(FSBZSuitPresetConfig) == 0x000008, "Wrong alignment on FSBZSuitPresetConfig"); \ +static_assert(sizeof(FSBZSuitPresetConfig) == 0x000010, "Wrong size on FSBZSuitPresetConfig"); \ +static_assert(offsetof(FSBZSuitPresetConfig, SuitPresetData) == 0x000000, "Member 'FSBZSuitPresetConfig::SuitPresetData' has a wrong offset!"); \ +static_assert(offsetof(FSBZSuitPresetConfig, OriginalSuitPresetData) == 0x000008, "Member 'FSBZSuitPresetConfig::OriginalSuitPresetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSuitInventorySlot \ +static_assert(alignof(FSBZSuitInventorySlot) == 0x000008, "Wrong alignment on FSBZSuitInventorySlot"); \ +static_assert(sizeof(FSBZSuitInventorySlot) == 0x000088, "Wrong size on FSBZSuitInventorySlot"); \ +static_assert(offsetof(FSBZSuitInventorySlot, SuitInSlotEntitlementId) == 0x000028, "Member 'FSBZSuitInventorySlot::SuitInSlotEntitlementId' has a wrong offset!"); \ +static_assert(offsetof(FSBZSuitInventorySlot, SuitInSlotAccelByteItemSku) == 0x000038, "Member 'FSBZSuitInventorySlot::SuitInSlotAccelByteItemSku' has a wrong offset!"); \ +static_assert(offsetof(FSBZSuitInventorySlot, SuitInventorySlotType) == 0x000048, "Member 'FSBZSuitInventorySlot::SuitInventorySlotType' has a wrong offset!"); \ +static_assert(offsetof(FSBZSuitInventorySlot, SuitConfig) == 0x000050, "Member 'FSBZSuitInventorySlot::SuitConfig' has a wrong offset!"); \ +static_assert(offsetof(FSBZSuitInventorySlot, SuitPresetConfig) == 0x000078, "Member 'FSBZSuitInventorySlot::SuitPresetConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSuitConfigInventorySaveData \ +static_assert(alignof(FSBZSuitConfigInventorySaveData) == 0x000008, "Wrong alignment on FSBZSuitConfigInventorySaveData"); \ +static_assert(sizeof(FSBZSuitConfigInventorySaveData) == 0x000020, "Wrong size on FSBZSuitConfigInventorySaveData"); \ +static_assert(offsetof(FSBZSuitConfigInventorySaveData, SuitConfigSlots) == 0x000000, "Member 'FSBZSuitConfigInventorySaveData::SuitConfigSlots' has a wrong offset!"); \ +static_assert(offsetof(FSBZSuitConfigInventorySaveData, CheckedSuitConfigSlots) == 0x000010, "Member 'FSBZSuitConfigInventorySaveData::CheckedSuitConfigSlots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZArmorConfigInventorySaveData \ +static_assert(alignof(FSBZArmorConfigInventorySaveData) == 0x000008, "Wrong alignment on FSBZArmorConfigInventorySaveData"); \ +static_assert(sizeof(FSBZArmorConfigInventorySaveData) == 0x000020, "Wrong size on FSBZArmorConfigInventorySaveData"); \ +static_assert(offsetof(FSBZArmorConfigInventorySaveData, ArmorConfigSlots) == 0x000000, "Member 'FSBZArmorConfigInventorySaveData::ArmorConfigSlots' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmorConfigInventorySaveData, CheckedArmorConfigSlots) == 0x000010, "Member 'FSBZArmorConfigInventorySaveData::CheckedArmorConfigSlots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZGloveConfigInventorySaveData \ +static_assert(alignof(FSBZGloveConfigInventorySaveData) == 0x000008, "Wrong alignment on FSBZGloveConfigInventorySaveData"); \ +static_assert(sizeof(FSBZGloveConfigInventorySaveData) == 0x000020, "Wrong size on FSBZGloveConfigInventorySaveData"); \ +static_assert(offsetof(FSBZGloveConfigInventorySaveData, GloveConfigSlots) == 0x000000, "Member 'FSBZGloveConfigInventorySaveData::GloveConfigSlots' has a wrong offset!"); \ +static_assert(offsetof(FSBZGloveConfigInventorySaveData, CheckedGloveConfigSlots) == 0x000010, "Member 'FSBZGloveConfigInventorySaveData::CheckedGloveConfigSlots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInfamySaveData \ +static_assert(alignof(FSBZInfamySaveData) == 0x000004, "Wrong alignment on FSBZInfamySaveData"); \ +static_assert(sizeof(FSBZInfamySaveData) == 0x000008, "Wrong size on FSBZInfamySaveData"); \ +static_assert(offsetof(FSBZInfamySaveData, InfamyExperience) == 0x000000, "Member 'FSBZInfamySaveData::InfamyExperience' has a wrong offset!"); \ +static_assert(offsetof(FSBZInfamySaveData, InfamyLevel) == 0x000004, "Member 'FSBZInfamySaveData::InfamyLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSkipIntroSequenceData \ +static_assert(alignof(FSBZSkipIntroSequenceData) == 0x000008, "Wrong alignment on FSBZSkipIntroSequenceData"); \ +static_assert(sizeof(FSBZSkipIntroSequenceData) == 0x000010, "Wrong size on FSBZSkipIntroSequenceData"); \ +static_assert(offsetof(FSBZSkipIntroSequenceData, SkipArray) == 0x000000, "Member 'FSBZSkipIntroSequenceData::SkipArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPurchasedWeaponPartAttachment \ +static_assert(alignof(FSBZPurchasedWeaponPartAttachment) == 0x000008, "Wrong alignment on FSBZPurchasedWeaponPartAttachment"); \ +static_assert(sizeof(FSBZPurchasedWeaponPartAttachment) == 0x000020, "Wrong size on FSBZPurchasedWeaponPartAttachment"); \ +static_assert(offsetof(FSBZPurchasedWeaponPartAttachment, WeaponPartAttachmentSku) == 0x000000, "Member 'FSBZPurchasedWeaponPartAttachment::WeaponPartAttachmentSku' has a wrong offset!"); \ +static_assert(offsetof(FSBZPurchasedWeaponPartAttachment, BaseWeaponEntitlementId) == 0x000010, "Member 'FSBZPurchasedWeaponPartAttachment::BaseWeaponEntitlementId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponPartAttachmentData \ +static_assert(alignof(FSBZWeaponPartAttachmentData) == 0x000008, "Wrong alignment on FSBZWeaponPartAttachmentData"); \ +static_assert(sizeof(FSBZWeaponPartAttachmentData) == 0x000010, "Wrong size on FSBZWeaponPartAttachmentData"); \ +static_assert(offsetof(FSBZWeaponPartAttachmentData, PurchasedWeaponPartAttachmentArray) == 0x000000, "Member 'FSBZWeaponPartAttachmentData::PurchasedWeaponPartAttachmentArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZRecommendedChallengeBlock \ +static_assert(alignof(FSBZRecommendedChallengeBlock) == 0x000008, "Wrong alignment on FSBZRecommendedChallengeBlock"); \ +static_assert(sizeof(FSBZRecommendedChallengeBlock) == 0x000010, "Wrong size on FSBZRecommendedChallengeBlock"); \ +static_assert(offsetof(FSBZRecommendedChallengeBlock, ChallengeIdArray) == 0x000000, "Member 'FSBZRecommendedChallengeBlock::ChallengeIdArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZProgressionSaveGameData \ +static_assert(alignof(FSBZProgressionSaveGameData) == 0x000008, "Wrong alignment on FSBZProgressionSaveGameData"); \ +static_assert(sizeof(FSBZProgressionSaveGameData) == 0x0004F8, "Wrong size on FSBZProgressionSaveGameData"); \ +static_assert(offsetof(FSBZProgressionSaveGameData, Loadout) == 0x000000, "Member 'FSBZProgressionSaveGameData::Loadout' has a wrong offset!"); \ +static_assert(offsetof(FSBZProgressionSaveGameData, ActiveLoadoutIndexPlatformArray) == 0x0002E8, "Member 'FSBZProgressionSaveGameData::ActiveLoadoutIndexPlatformArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZProgressionSaveGameData, PlayerLoadoutConfigArray) == 0x0002F8, "Member 'FSBZProgressionSaveGameData::PlayerLoadoutConfigArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZProgressionSaveGameData, PlayerLoadoutConfigPerPlatformArray) == 0x000308, "Member 'FSBZProgressionSaveGameData::PlayerLoadoutConfigPerPlatformArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZProgressionSaveGameData, PlayerCosmeticsConfigPerPlatformArray) == 0x000318, "Member 'FSBZProgressionSaveGameData::PlayerCosmeticsConfigPerPlatformArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZProgressionSaveGameData, PreferredPlayerCharacterPerPlatformArray) == 0x000328, "Member 'FSBZProgressionSaveGameData::PreferredPlayerCharacterPerPlatformArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZProgressionSaveGameData, PlayerPreferredCharacterArray) == 0x000338, "Member 'FSBZProgressionSaveGameData::PlayerPreferredCharacterArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZProgressionSaveGameData, ItemConfigInventorySaveData) == 0x000348, "Member 'FSBZProgressionSaveGameData::ItemConfigInventorySaveData' has a wrong offset!"); \ +static_assert(offsetof(FSBZProgressionSaveGameData, ArmorConfigInventorySaveData) == 0x000388, "Member 'FSBZProgressionSaveGameData::ArmorConfigInventorySaveData' has a wrong offset!"); \ +static_assert(offsetof(FSBZProgressionSaveGameData, MaskConfigInventorySaveData) == 0x0003A8, "Member 'FSBZProgressionSaveGameData::MaskConfigInventorySaveData' has a wrong offset!"); \ +static_assert(offsetof(FSBZProgressionSaveGameData, SuitConfigInventorySaveData) == 0x0003C8, "Member 'FSBZProgressionSaveGameData::SuitConfigInventorySaveData' has a wrong offset!"); \ +static_assert(offsetof(FSBZProgressionSaveGameData, GloveConfigInventorySaveData) == 0x0003E8, "Member 'FSBZProgressionSaveGameData::GloveConfigInventorySaveData' has a wrong offset!"); \ +static_assert(offsetof(FSBZProgressionSaveGameData, ResearchMarker) == 0x000408, "Member 'FSBZProgressionSaveGameData::ResearchMarker' has a wrong offset!"); \ +static_assert(offsetof(FSBZProgressionSaveGameData, CurrentRequestedPriceProgressionLevel) == 0x000418, "Member 'FSBZProgressionSaveGameData::CurrentRequestedPriceProgressionLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZProgressionSaveGameData, LastTimeEventCheck) == 0x000468, "Member 'FSBZProgressionSaveGameData::LastTimeEventCheck' has a wrong offset!"); \ +static_assert(offsetof(FSBZProgressionSaveGameData, InfamySaveData) == 0x000470, "Member 'FSBZProgressionSaveGameData::InfamySaveData' has a wrong offset!"); \ +static_assert(offsetof(FSBZProgressionSaveGameData, StoryProgressionArray) == 0x000478, "Member 'FSBZProgressionSaveGameData::StoryProgressionArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZProgressionSaveGameData, SkipIntroSequenceArray) == 0x000488, "Member 'FSBZProgressionSaveGameData::SkipIntroSequenceArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZProgressionSaveGameData, WeaponPartAttachmentData) == 0x000498, "Member 'FSBZProgressionSaveGameData::WeaponPartAttachmentData' has a wrong offset!"); \ +static_assert(offsetof(FSBZProgressionSaveGameData, RecommendedChallengeBlockMap) == 0x0004A8, "Member 'FSBZProgressionSaveGameData::RecommendedChallengeBlockMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAccelerationBasedAngle \ +static_assert(alignof(FSBZAccelerationBasedAngle) == 0x000004, "Wrong alignment on FSBZAccelerationBasedAngle"); \ +static_assert(sizeof(FSBZAccelerationBasedAngle) == 0x00001C, "Wrong size on FSBZAccelerationBasedAngle"); \ +static_assert(offsetof(FSBZAccelerationBasedAngle, Speed) == 0x000000, "Member 'FSBZAccelerationBasedAngle::Speed' has a wrong offset!"); \ +static_assert(offsetof(FSBZAccelerationBasedAngle, Acceleration) == 0x000004, "Member 'FSBZAccelerationBasedAngle::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(FSBZAccelerationBasedAngle, Deceleration) == 0x000008, "Member 'FSBZAccelerationBasedAngle::Deceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAIDataProvider_NavQueryFilter \ +static_assert(alignof(FSBZAIDataProvider_NavQueryFilter) == 0x000008, "Wrong alignment on FSBZAIDataProvider_NavQueryFilter"); \ +static_assert(sizeof(FSBZAIDataProvider_NavQueryFilter) == 0x000040, "Wrong size on FSBZAIDataProvider_NavQueryFilter"); \ +static_assert(offsetof(FSBZAIDataProvider_NavQueryFilter, DefaultValue) == 0x000038, "Member 'FSBZAIDataProvider_NavQueryFilter::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAnimNode_BoneLocker \ +static_assert(alignof(FSBZAnimNode_BoneLocker) == 0x000008, "Wrong alignment on FSBZAnimNode_BoneLocker"); \ +static_assert(sizeof(FSBZAnimNode_BoneLocker) == 0x000100, "Wrong size on FSBZAnimNode_BoneLocker"); \ +static_assert(offsetof(FSBZAnimNode_BoneLocker, BoneLockers) == 0x0000E8, "Member 'FSBZAnimNode_BoneLocker::BoneLockers' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_BoneLocker, bComponentSpace) == 0x0000F8, "Member 'FSBZAnimNode_BoneLocker::bComponentSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDownedByTypeVO \ +static_assert(alignof(FSBZDownedByTypeVO) == 0x000008, "Wrong alignment on FSBZDownedByTypeVO"); \ +static_assert(sizeof(FSBZDownedByTypeVO) == 0x000018, "Wrong size on FSBZDownedByTypeVO"); \ +static_assert(offsetof(FSBZDownedByTypeVO, DownedByVO) == 0x000000, "Member 'FSBZDownedByTypeVO::DownedByVO' has a wrong offset!"); \ +static_assert(offsetof(FSBZDownedByTypeVO, TypeTag) == 0x000008, "Member 'FSBZDownedByTypeVO::TypeTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWhisperInfo \ +static_assert(alignof(FSBZWhisperInfo) == 0x000008, "Wrong alignment on FSBZWhisperInfo"); \ +static_assert(sizeof(FSBZWhisperInfo) == 0x000038, "Wrong size on FSBZWhisperInfo"); \ +static_assert(offsetof(FSBZWhisperInfo, ReplicatedUniqueID) == 0x000000, "Member 'FSBZWhisperInfo::ReplicatedUniqueID' has a wrong offset!"); \ +static_assert(offsetof(FSBZWhisperInfo, Name) == 0x000028, "Member 'FSBZWhisperInfo::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTargetCandidate \ +static_assert(alignof(FSBZTargetCandidate) == 0x000008, "Wrong alignment on FSBZTargetCandidate"); \ +static_assert(sizeof(FSBZTargetCandidate) == 0x000018, "Wrong size on FSBZTargetCandidate"); \ +static_assert(offsetof(FSBZTargetCandidate, Target) == 0x000000, "Member 'FSBZTargetCandidate::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSkillValue \ +static_assert(alignof(FSBZSkillValue) == 0x000004, "Wrong alignment on FSBZSkillValue"); \ +static_assert(sizeof(FSBZSkillValue) == 0x000010, "Wrong size on FSBZSkillValue"); \ +static_assert(offsetof(FSBZSkillValue, Name) == 0x000000, "Member 'FSBZSkillValue::Name' has a wrong offset!"); \ +static_assert(offsetof(FSBZSkillValue, FormatType) == 0x00000C, "Member 'FSBZSkillValue::FormatType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSkillFloatValue \ +static_assert(alignof(FSBZSkillFloatValue) == 0x000004, "Wrong alignment on FSBZSkillFloatValue"); \ +static_assert(sizeof(FSBZSkillFloatValue) == 0x000014, "Wrong size on FSBZSkillFloatValue"); \ +static_assert(offsetof(FSBZSkillFloatValue, Value) == 0x000010, "Member 'FSBZSkillFloatValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FColliderDataContainer \ +static_assert(alignof(FColliderDataContainer) == 0x000008, "Wrong alignment on FColliderDataContainer"); \ +static_assert(sizeof(FColliderDataContainer) == 0x000010, "Wrong size on FColliderDataContainer"); \ +static_assert(offsetof(FColliderDataContainer, Collider) == 0x000000, "Member 'FColliderDataContainer::Collider' has a wrong offset!"); \ +static_assert(offsetof(FColliderDataContainer, AssociatedInteractable) == 0x000008, "Member 'FColliderDataContainer::AssociatedInteractable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInvestigateData \ +static_assert(alignof(FSBZInvestigateData) == 0x000008, "Wrong alignment on FSBZInvestigateData"); \ +static_assert(sizeof(FSBZInvestigateData) == 0x000018, "Wrong size on FSBZInvestigateData"); \ +static_assert(offsetof(FSBZInvestigateData, Location) == 0x000000, "Member 'FSBZInvestigateData::Location' has a wrong offset!"); \ +static_assert(offsetof(FSBZInvestigateData, Target) == 0x000010, "Member 'FSBZInvestigateData::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPropDamagePool \ +static_assert(alignof(FSBZPropDamagePool) == 0x000008, "Wrong alignment on FSBZPropDamagePool"); \ +static_assert(sizeof(FSBZPropDamagePool) == 0x000058, "Wrong size on FSBZPropDamagePool"); \ +static_assert(offsetof(FSBZPropDamagePool, PrimitiveComponent) == 0x000000, "Member 'FSBZPropDamagePool::PrimitiveComponent' has a wrong offset!"); \ +static_assert(offsetof(FSBZPropDamagePool, DamageTypeTags) == 0x000020, "Member 'FSBZPropDamagePool::DamageTypeTags' has a wrong offset!"); \ +static_assert(offsetof(FSBZPropDamagePool, MaxHealth) == 0x000040, "Member 'FSBZPropDamagePool::MaxHealth' has a wrong offset!"); \ +static_assert(offsetof(FSBZPropDamagePool, MaxHits) == 0x000044, "Member 'FSBZPropDamagePool::MaxHits' has a wrong offset!"); \ +static_assert(offsetof(FSBZPropDamagePool, Health) == 0x000048, "Member 'FSBZPropDamagePool::Health' has a wrong offset!"); \ +static_assert(offsetof(FSBZPropDamagePool, Hits) == 0x00004C, "Member 'FSBZPropDamagePool::Hits' has a wrong offset!"); \ +static_assert(offsetof(FSBZPropDamagePool, RejectDamage) == 0x000050, "Member 'FSBZPropDamagePool::RejectDamage' has a wrong offset!"); \ +static_assert(offsetof(FSBZPropDamagePool, RejectHits) == 0x000054, "Member 'FSBZPropDamagePool::RejectHits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAirNavigationTree \ +static_assert(alignof(FSBZAirNavigationTree) == 0x000008, "Wrong alignment on FSBZAirNavigationTree"); \ +static_assert(sizeof(FSBZAirNavigationTree) == 0x000048, "Wrong size on FSBZAirNavigationTree"); \ +static_assert(offsetof(FSBZAirNavigationTree, Nodes) == 0x000000, "Member 'FSBZAirNavigationTree::Nodes' has a wrong offset!"); \ +static_assert(offsetof(FSBZAirNavigationTree, MinHalfSize) == 0x000010, "Member 'FSBZAirNavigationTree::MinHalfSize' has a wrong offset!"); \ +static_assert(offsetof(FSBZAirNavigationTree, TreeHalfSize) == 0x000014, "Member 'FSBZAirNavigationTree::TreeHalfSize' has a wrong offset!"); \ +static_assert(offsetof(FSBZAirNavigationTree, TreeCenter) == 0x000018, "Member 'FSBZAirNavigationTree::TreeCenter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSkillTagContainerValue \ +static_assert(alignof(FSBZSkillTagContainerValue) == 0x000008, "Wrong alignment on FSBZSkillTagContainerValue"); \ +static_assert(sizeof(FSBZSkillTagContainerValue) == 0x000030, "Wrong size on FSBZSkillTagContainerValue"); \ +static_assert(offsetof(FSBZSkillTagContainerValue, Value) == 0x000010, "Member 'FSBZSkillTagContainerValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAirNavLinkData \ +static_assert(alignof(FSBZAirNavLinkData) == 0x000008, "Wrong alignment on FSBZAirNavLinkData"); \ +static_assert(sizeof(FSBZAirNavLinkData) == 0x000028, "Wrong size on FSBZAirNavLinkData"); \ +static_assert(offsetof(FSBZAirNavLinkData, LeftAirNodeIndex) == 0x000000, "Member 'FSBZAirNavLinkData::LeftAirNodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZAirNavLinkData, RightAirNodeIndex) == 0x000004, "Member 'FSBZAirNavLinkData::RightAirNodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZAirNavLinkData, NavLinkID) == 0x000008, "Member 'FSBZAirNavLinkData::NavLinkID' has a wrong offset!"); \ +static_assert(offsetof(FSBZAirNavLinkData, Points) == 0x000010, "Member 'FSBZAirNavLinkData::Points' has a wrong offset!"); \ +static_assert(offsetof(FSBZAirNavLinkData, bIsOpen) == 0x000020, "Member 'FSBZAirNavLinkData::bIsOpen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAirPathQueryResult \ +static_assert(alignof(FSBZAirPathQueryResult) == 0x000008, "Wrong alignment on FSBZAirPathQueryResult"); \ +static_assert(sizeof(FSBZAirPathQueryResult) == 0x000068, "Wrong size on FSBZAirPathQueryResult"); \ + +#define DUMPER7_ASSERTS_FSBZAirPath \ +static_assert(alignof(FSBZAirPath) == 0x000008, "Wrong alignment on FSBZAirPath"); \ +static_assert(sizeof(FSBZAirPath) == 0x000060, "Wrong size on FSBZAirPath"); \ + +#define DUMPER7_ASSERTS_FSBZInvestigationData \ +static_assert(alignof(FSBZInvestigationData) == 0x000008, "Wrong alignment on FSBZInvestigationData"); \ +static_assert(sizeof(FSBZInvestigationData) == 0x000038, "Wrong size on FSBZInvestigationData"); \ +static_assert(offsetof(FSBZInvestigationData, Target) == 0x000000, "Member 'FSBZInvestigationData::Target' has a wrong offset!"); \ +static_assert(offsetof(FSBZInvestigationData, Instigator) == 0x000008, "Member 'FSBZInvestigationData::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FSBZInvestigationData, Investigator) == 0x000010, "Member 'FSBZInvestigationData::Investigator' has a wrong offset!"); \ +static_assert(offsetof(FSBZInvestigationData, OrderInstance) == 0x000018, "Member 'FSBZInvestigationData::OrderInstance' has a wrong offset!"); \ +static_assert(offsetof(FSBZInvestigationData, Escalation) == 0x000020, "Member 'FSBZInvestigationData::Escalation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAITeamStimulusEvent \ +static_assert(alignof(FSBZAITeamStimulusEvent) == 0x000008, "Wrong alignment on FSBZAITeamStimulusEvent"); \ +static_assert(sizeof(FSBZAITeamStimulusEvent) == 0x000040, "Wrong size on FSBZAITeamStimulusEvent"); \ +static_assert(offsetof(FSBZAITeamStimulusEvent, Enemy) == 0x000000, "Member 'FSBZAITeamStimulusEvent::Enemy' has a wrong offset!"); \ +static_assert(offsetof(FSBZAITeamStimulusEvent, Broadcaster) == 0x000028, "Member 'FSBZAITeamStimulusEvent::Broadcaster' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAITouchEvent \ +static_assert(alignof(FSBZAITouchEvent) == 0x000008, "Wrong alignment on FSBZAITouchEvent"); \ +static_assert(sizeof(FSBZAITouchEvent) == 0x000028, "Wrong size on FSBZAITouchEvent"); \ +static_assert(offsetof(FSBZAITouchEvent, TouchReceiver) == 0x000000, "Member 'FSBZAITouchEvent::TouchReceiver' has a wrong offset!"); \ +static_assert(offsetof(FSBZAITouchEvent, OtherActor) == 0x000008, "Member 'FSBZAITouchEvent::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCosmeticDamageDistance \ +static_assert(alignof(FSBZCosmeticDamageDistance) == 0x000004, "Wrong alignment on FSBZCosmeticDamageDistance"); \ +static_assert(sizeof(FSBZCosmeticDamageDistance) == 0x000008, "Wrong size on FSBZCosmeticDamageDistance"); \ + +#define DUMPER7_ASSERTS_FSBZDialogPlaylist \ +static_assert(alignof(FSBZDialogPlaylist) == 0x000008, "Wrong alignment on FSBZDialogPlaylist"); \ +static_assert(sizeof(FSBZDialogPlaylist) == 0x000018, "Wrong size on FSBZDialogPlaylist"); \ +static_assert(offsetof(FSBZDialogPlaylist, Dialogs) == 0x000000, "Member 'FSBZDialogPlaylist::Dialogs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAISquadOrderData \ +static_assert(alignof(FSBZAISquadOrderData) == 0x000008, "Wrong alignment on FSBZAISquadOrderData"); \ +static_assert(sizeof(FSBZAISquadOrderData) == 0x000010, "Wrong size on FSBZAISquadOrderData"); \ +static_assert(offsetof(FSBZAISquadOrderData, TargetActor) == 0x000000, "Member 'FSBZAISquadOrderData::TargetActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZStimuliReaction \ +static_assert(alignof(FSBZStimuliReaction) == 0x000008, "Wrong alignment on FSBZStimuliReaction"); \ +static_assert(sizeof(FSBZStimuliReaction) == 0x000068, "Wrong size on FSBZStimuliReaction"); \ +static_assert(offsetof(FSBZStimuliReaction, Description) == 0x000000, "Member 'FSBZStimuliReaction::Description' has a wrong offset!"); \ +static_assert(offsetof(FSBZStimuliReaction, AllowedStates) == 0x000018, "Member 'FSBZStimuliReaction::AllowedStates' has a wrong offset!"); \ +static_assert(offsetof(FSBZStimuliReaction, AllowedBehaviors) == 0x00001A, "Member 'FSBZStimuliReaction::AllowedBehaviors' has a wrong offset!"); \ +static_assert(offsetof(FSBZStimuliReaction, Tags) == 0x000020, "Member 'FSBZStimuliReaction::Tags' has a wrong offset!"); \ +static_assert(offsetof(FSBZStimuliReaction, Action) == 0x000040, "Member 'FSBZStimuliReaction::Action' has a wrong offset!"); \ +static_assert(offsetof(FSBZStimuliReaction, bShouldSetToIsAlert) == 0x000048, "Member 'FSBZStimuliReaction::bShouldSetToIsAlert' has a wrong offset!"); \ +static_assert(offsetof(FSBZStimuliReaction, Predicate) == 0x000050, "Member 'FSBZStimuliReaction::Predicate' has a wrong offset!"); \ +static_assert(offsetof(FSBZStimuliReaction, Predicates) == 0x000058, "Member 'FSBZStimuliReaction::Predicates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAIMontageMoveRequest \ +static_assert(alignof(FSBZAIMontageMoveRequest) == 0x000008, "Wrong alignment on FSBZAIMontageMoveRequest"); \ +static_assert(sizeof(FSBZAIMontageMoveRequest) == 0x000038, "Wrong size on FSBZAIMontageMoveRequest"); \ + +#define DUMPER7_ASSERTS_FSBZAIEscortStateData \ +static_assert(alignof(FSBZAIEscortStateData) == 0x000008, "Wrong alignment on FSBZAIEscortStateData"); \ +static_assert(sizeof(FSBZAIEscortStateData) == 0x000018, "Wrong size on FSBZAIEscortStateData"); \ +static_assert(offsetof(FSBZAIEscortStateData, EscortStateBehavior) == 0x000000, "Member 'FSBZAIEscortStateData::EscortStateBehavior' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIEscortStateData, Priority) == 0x000008, "Member 'FSBZAIEscortStateData::Priority' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIEscortStateData, NavQueryFilterOverride) == 0x000010, "Member 'FSBZAIEscortStateData::NavQueryFilterOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAIUtilityDeciderDebugData \ +static_assert(alignof(FSBZAIUtilityDeciderDebugData) == 0x000008, "Wrong alignment on FSBZAIUtilityDeciderDebugData"); \ +static_assert(sizeof(FSBZAIUtilityDeciderDebugData) == 0x000028, "Wrong size on FSBZAIUtilityDeciderDebugData"); \ + +#define DUMPER7_ASSERTS_FSBZAIUtilityScorerDebugData \ +static_assert(alignof(FSBZAIUtilityScorerDebugData) == 0x000008, "Wrong alignment on FSBZAIUtilityScorerDebugData"); \ +static_assert(sizeof(FSBZAIUtilityScorerDebugData) == 0x000030, "Wrong size on FSBZAIUtilityScorerDebugData"); \ + +#define DUMPER7_ASSERTS_FSBZRandomRoomDynData \ +static_assert(alignof(FSBZRandomRoomDynData) == 0x000008, "Wrong alignment on FSBZRandomRoomDynData"); \ +static_assert(sizeof(FSBZRandomRoomDynData) == 0x000050, "Wrong size on FSBZRandomRoomDynData"); \ + +#define DUMPER7_ASSERTS_FSBZCoverPointVisibilityCheckData \ +static_assert(alignof(FSBZCoverPointVisibilityCheckData) == 0x000008, "Wrong alignment on FSBZCoverPointVisibilityCheckData"); \ +static_assert(sizeof(FSBZCoverPointVisibilityCheckData) == 0x000020, "Wrong size on FSBZCoverPointVisibilityCheckData"); \ +static_assert(offsetof(FSBZCoverPointVisibilityCheckData, CoverPoint) == 0x000000, "Member 'FSBZCoverPointVisibilityCheckData::CoverPoint' has a wrong offset!"); \ +static_assert(offsetof(FSBZCoverPointVisibilityCheckData, Enemies) == 0x000010, "Member 'FSBZCoverPointVisibilityCheckData::Enemies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAIVisibilityLeafNode \ +static_assert(alignof(FSBZAIVisibilityLeafNode) == 0x000004, "Wrong alignment on FSBZAIVisibilityLeafNode"); \ +static_assert(sizeof(FSBZAIVisibilityLeafNode) == 0x000010, "Wrong size on FSBZAIVisibilityLeafNode"); \ + +#define DUMPER7_ASSERTS_FSBZVisualDetectionValues \ +static_assert(alignof(FSBZVisualDetectionValues) == 0x000008, "Wrong alignment on FSBZVisualDetectionValues"); \ +static_assert(sizeof(FSBZVisualDetectionValues) == 0x000030, "Wrong size on FSBZVisualDetectionValues"); \ +static_assert(offsetof(FSBZVisualDetectionValues, Target) == 0x000000, "Member 'FSBZVisualDetectionValues::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeakpointHideInfo \ +static_assert(alignof(FSBZWeakpointHideInfo) == 0x000001, "Wrong alignment on FSBZWeakpointHideInfo"); \ +static_assert(sizeof(FSBZWeakpointHideInfo) == 0x000002, "Wrong size on FSBZWeakpointHideInfo"); \ +static_assert(offsetof(FSBZWeakpointHideInfo, CPDIndex) == 0x000000, "Member 'FSBZWeakpointHideInfo::CPDIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeakpointHideInfo, Bit) == 0x000001, "Member 'FSBZWeakpointHideInfo::Bit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAmmoPickupLookup \ +static_assert(alignof(FSBZAmmoPickupLookup) == 0x000008, "Wrong alignment on FSBZAmmoPickupLookup"); \ +static_assert(sizeof(FSBZAmmoPickupLookup) == 0x000020, "Wrong size on FSBZAmmoPickupLookup"); \ +static_assert(offsetof(FSBZAmmoPickupLookup, Actor) == 0x000008, "Member 'FSBZAmmoPickupLookup::Actor' has a wrong offset!"); \ +static_assert(offsetof(FSBZAmmoPickupLookup, KillerPlayerState) == 0x000010, "Member 'FSBZAmmoPickupLookup::KillerPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZEntitlementsTelemetryPayload \ +static_assert(alignof(FSBZEntitlementsTelemetryPayload) == 0x000008, "Wrong alignment on FSBZEntitlementsTelemetryPayload"); \ +static_assert(sizeof(FSBZEntitlementsTelemetryPayload) == 0x000010, "Wrong size on FSBZEntitlementsTelemetryPayload"); \ +static_assert(offsetof(FSBZEntitlementsTelemetryPayload, Items) == 0x000000, "Member 'FSBZEntitlementsTelemetryPayload::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAnimatedInteractionTagPerDuration \ +static_assert(alignof(FSBZAnimatedInteractionTagPerDuration) == 0x000004, "Wrong alignment on FSBZAnimatedInteractionTagPerDuration"); \ +static_assert(sizeof(FSBZAnimatedInteractionTagPerDuration) == 0x000014, "Wrong size on FSBZAnimatedInteractionTagPerDuration"); \ +static_assert(offsetof(FSBZAnimatedInteractionTagPerDuration, AnimationTag) == 0x000000, "Member 'FSBZAnimatedInteractionTagPerDuration::AnimationTag' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimatedInteractionTagPerDuration, DurationInterval) == 0x00000C, "Member 'FSBZAnimatedInteractionTagPerDuration::DurationInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAnimNode_ApplyAdditiveLayeredOneBone \ +static_assert(alignof(FSBZAnimNode_ApplyAdditiveLayeredOneBone) == 0x000008, "Wrong alignment on FSBZAnimNode_ApplyAdditiveLayeredOneBone"); \ +static_assert(sizeof(FSBZAnimNode_ApplyAdditiveLayeredOneBone) == 0x000100, "Wrong size on FSBZAnimNode_ApplyAdditiveLayeredOneBone"); \ +static_assert(offsetof(FSBZAnimNode_ApplyAdditiveLayeredOneBone, Base) == 0x000020, "Member 'FSBZAnimNode_ApplyAdditiveLayeredOneBone::Base' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ApplyAdditiveLayeredOneBone, Additive) == 0x000030, "Member 'FSBZAnimNode_ApplyAdditiveLayeredOneBone::Additive' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ApplyAdditiveLayeredOneBone, Alpha) == 0x000040, "Member 'FSBZAnimNode_ApplyAdditiveLayeredOneBone::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ApplyAdditiveLayeredOneBone, AlphaLayerOne) == 0x000044, "Member 'FSBZAnimNode_ApplyAdditiveLayeredOneBone::AlphaLayerOne' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ApplyAdditiveLayeredOneBone, AlphaOthers) == 0x000048, "Member 'FSBZAnimNode_ApplyAdditiveLayeredOneBone::AlphaOthers' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ApplyAdditiveLayeredOneBone, LayerOneBoneName) == 0x00004C, "Member 'FSBZAnimNode_ApplyAdditiveLayeredOneBone::LayerOneBoneName' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ApplyAdditiveLayeredOneBone, AlphaScaleBias) == 0x000058, "Member 'FSBZAnimNode_ApplyAdditiveLayeredOneBone::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ApplyAdditiveLayeredOneBone, LODThreshold) == 0x000060, "Member 'FSBZAnimNode_ApplyAdditiveLayeredOneBone::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ApplyAdditiveLayeredOneBone, LODInterpolateTime) == 0x000064, "Member 'FSBZAnimNode_ApplyAdditiveLayeredOneBone::LODInterpolateTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ApplyAdditiveLayeredOneBone, LODInterpolateTimer) == 0x000068, "Member 'FSBZAnimNode_ApplyAdditiveLayeredOneBone::LODInterpolateTimer' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ApplyAdditiveLayeredOneBone, AlphaBoolBlend) == 0x000070, "Member 'FSBZAnimNode_ApplyAdditiveLayeredOneBone::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ApplyAdditiveLayeredOneBone, AlphaCurveName) == 0x0000B8, "Member 'FSBZAnimNode_ApplyAdditiveLayeredOneBone::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ApplyAdditiveLayeredOneBone, AlphaScaleBiasClamp) == 0x0000C4, "Member 'FSBZAnimNode_ApplyAdditiveLayeredOneBone::AlphaScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ApplyAdditiveLayeredOneBone, AlphaInputType) == 0x0000F8, "Member 'FSBZAnimNode_ApplyAdditiveLayeredOneBone::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ApplyAdditiveLayeredOneBone, bAlphaBoolEnabled) == 0x0000F9, "Member 'FSBZAnimNode_ApplyAdditiveLayeredOneBone::bAlphaBoolEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ApplyAdditiveLayeredOneBone, Space) == 0x0000FA, "Member 'FSBZAnimNode_ApplyAdditiveLayeredOneBone::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAnimNode_ApplyBoneOffsetFromPose \ +static_assert(alignof(FSBZAnimNode_ApplyBoneOffsetFromPose) == 0x000008, "Wrong alignment on FSBZAnimNode_ApplyBoneOffsetFromPose"); \ +static_assert(sizeof(FSBZAnimNode_ApplyBoneOffsetFromPose) == 0x000068, "Wrong size on FSBZAnimNode_ApplyBoneOffsetFromPose"); \ +static_assert(offsetof(FSBZAnimNode_ApplyBoneOffsetFromPose, BasePose) == 0x000020, "Member 'FSBZAnimNode_ApplyBoneOffsetFromPose::BasePose' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ApplyBoneOffsetFromPose, RefPose) == 0x000030, "Member 'FSBZAnimNode_ApplyBoneOffsetFromPose::RefPose' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ApplyBoneOffsetFromPose, Bone) == 0x000040, "Member 'FSBZAnimNode_ApplyBoneOffsetFromPose::Bone' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ApplyBoneOffsetFromPose, RefBone) == 0x000054, "Member 'FSBZAnimNode_ApplyBoneOffsetFromPose::RefBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAnimNode_BoneKeepRefPose \ +static_assert(alignof(FSBZAnimNode_BoneKeepRefPose) == 0x000008, "Wrong alignment on FSBZAnimNode_BoneKeepRefPose"); \ +static_assert(sizeof(FSBZAnimNode_BoneKeepRefPose) == 0x000108, "Wrong size on FSBZAnimNode_BoneKeepRefPose"); \ +static_assert(offsetof(FSBZAnimNode_BoneKeepRefPose, BonesToConstrain) == 0x0000E8, "Member 'FSBZAnimNode_BoneKeepRefPose::BonesToConstrain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZRefPoseConstraint \ +static_assert(alignof(FSBZRefPoseConstraint) == 0x000010, "Wrong alignment on FSBZRefPoseConstraint"); \ +static_assert(sizeof(FSBZRefPoseConstraint) == 0x000050, "Wrong size on FSBZRefPoseConstraint"); \ +static_assert(offsetof(FSBZRefPoseConstraint, TargetBone) == 0x000000, "Member 'FSBZRefPoseConstraint::TargetBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAnimNode_BuiltInAnimMontagePlayer \ +static_assert(alignof(FSBZAnimNode_BuiltInAnimMontagePlayer) == 0x000008, "Wrong alignment on FSBZAnimNode_BuiltInAnimMontagePlayer"); \ +static_assert(sizeof(FSBZAnimNode_BuiltInAnimMontagePlayer) == 0x000100, "Wrong size on FSBZAnimNode_BuiltInAnimMontagePlayer"); \ +static_assert(offsetof(FSBZAnimNode_BuiltInAnimMontagePlayer, BonesToModify) == 0x0000E8, "Member 'FSBZAnimNode_BuiltInAnimMontagePlayer::BonesToModify' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_BuiltInAnimMontagePlayer, AnimMontagesHandler) == 0x0000F8, "Member 'FSBZAnimNode_BuiltInAnimMontagePlayer::AnimMontagesHandler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAnimNode_ChangeChamberAnimatedBullet \ +static_assert(alignof(FSBZAnimNode_ChangeChamberAnimatedBullet) == 0x000010, "Wrong alignment on FSBZAnimNode_ChangeChamberAnimatedBullet"); \ +static_assert(sizeof(FSBZAnimNode_ChangeChamberAnimatedBullet) == 0x000240, "Wrong size on FSBZAnimNode_ChangeChamberAnimatedBullet"); \ +static_assert(offsetof(FSBZAnimNode_ChangeChamberAnimatedBullet, BoneToAnimateName) == 0x0000E8, "Member 'FSBZAnimNode_ChangeChamberAnimatedBullet::BoneToAnimateName' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_ChangeChamberAnimatedBullet, AnimatedBoneName) == 0x0000F4, "Member 'FSBZAnimNode_ChangeChamberAnimatedBullet::AnimatedBoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAnimNode_CurveMatchedBlendSpacePlayer \ +static_assert(alignof(FSBZAnimNode_CurveMatchedBlendSpacePlayer) == 0x000008, "Wrong alignment on FSBZAnimNode_CurveMatchedBlendSpacePlayer"); \ +static_assert(sizeof(FSBZAnimNode_CurveMatchedBlendSpacePlayer) == 0x000118, "Wrong size on FSBZAnimNode_CurveMatchedBlendSpacePlayer"); \ +static_assert(offsetof(FSBZAnimNode_CurveMatchedBlendSpacePlayer, X) == 0x000048, "Member 'FSBZAnimNode_CurveMatchedBlendSpacePlayer::X' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_CurveMatchedBlendSpacePlayer, Y) == 0x00004C, "Member 'FSBZAnimNode_CurveMatchedBlendSpacePlayer::Y' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_CurveMatchedBlendSpacePlayer, Z) == 0x000050, "Member 'FSBZAnimNode_CurveMatchedBlendSpacePlayer::Z' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_CurveMatchedBlendSpacePlayer, BlendSpace) == 0x000058, "Member 'FSBZAnimNode_CurveMatchedBlendSpacePlayer::BlendSpace' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_CurveMatchedBlendSpacePlayer, CurveName) == 0x000060, "Member 'FSBZAnimNode_CurveMatchedBlendSpacePlayer::CurveName' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_CurveMatchedBlendSpacePlayer, CurveTarget) == 0x00006C, "Member 'FSBZAnimNode_CurveMatchedBlendSpacePlayer::CurveTarget' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_CurveMatchedBlendSpacePlayer, PlayRate) == 0x000070, "Member 'FSBZAnimNode_CurveMatchedBlendSpacePlayer::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_CurveMatchedBlendSpacePlayer, BlendFilter) == 0x000078, "Member 'FSBZAnimNode_CurveMatchedBlendSpacePlayer::BlendFilter' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_CurveMatchedBlendSpacePlayer, BlendSampleDataCache) == 0x0000F0, "Member 'FSBZAnimNode_CurveMatchedBlendSpacePlayer::BlendSampleDataCache' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_CurveMatchedBlendSpacePlayer, PreviousBlendSpace) == 0x000100, "Member 'FSBZAnimNode_CurveMatchedBlendSpacePlayer::PreviousBlendSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAnimNode_CurveMatchedSequencePlayer \ +static_assert(alignof(FSBZAnimNode_CurveMatchedSequencePlayer) == 0x000008, "Wrong alignment on FSBZAnimNode_CurveMatchedSequencePlayer"); \ +static_assert(sizeof(FSBZAnimNode_CurveMatchedSequencePlayer) == 0x000080, "Wrong size on FSBZAnimNode_CurveMatchedSequencePlayer"); \ +static_assert(offsetof(FSBZAnimNode_CurveMatchedSequencePlayer, Sequence) == 0x000048, "Member 'FSBZAnimNode_CurveMatchedSequencePlayer::Sequence' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_CurveMatchedSequencePlayer, CurveName) == 0x000050, "Member 'FSBZAnimNode_CurveMatchedSequencePlayer::CurveName' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_CurveMatchedSequencePlayer, CurveTarget) == 0x00005C, "Member 'FSBZAnimNode_CurveMatchedSequencePlayer::CurveTarget' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_CurveMatchedSequencePlayer, bAutoPlay) == 0x000060, "Member 'FSBZAnimNode_CurveMatchedSequencePlayer::bAutoPlay' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_CurveMatchedSequencePlayer, PreviousSequence) == 0x000068, "Member 'FSBZAnimNode_CurveMatchedSequencePlayer::PreviousSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAnimMode_LipSync \ +static_assert(alignof(FSBZAnimMode_LipSync) == 0x000008, "Wrong alignment on FSBZAnimMode_LipSync"); \ +static_assert(sizeof(FSBZAnimMode_LipSync) == 0x000108, "Wrong size on FSBZAnimMode_LipSync"); \ +static_assert(offsetof(FSBZAnimMode_LipSync, SourcePose) == 0x000020, "Member 'FSBZAnimMode_LipSync::SourcePose' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_LipSync, PhonemeBlendInType) == 0x000030, "Member 'FSBZAnimMode_LipSync::PhonemeBlendInType' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_LipSync, PhonemeBlendOutType) == 0x000031, "Member 'FSBZAnimMode_LipSync::PhonemeBlendOutType' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_LipSync, PhonemeStrength) == 0x000034, "Member 'FSBZAnimMode_LipSync::PhonemeStrength' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_LipSync, DialogAnimDataWrapper) == 0x000038, "Member 'FSBZAnimMode_LipSync::DialogAnimDataWrapper' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_LipSync, DialogStartTime) == 0x000040, "Member 'FSBZAnimMode_LipSync::DialogStartTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_LipSync, Alpha) == 0x000044, "Member 'FSBZAnimMode_LipSync::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_LipSync, AlphaBoolBlend) == 0x000050, "Member 'FSBZAnimMode_LipSync::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_LipSync, AlphaCurveName) == 0x000098, "Member 'FSBZAnimMode_LipSync::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_LipSync, AlphaScaleBiasClamp) == 0x0000A4, "Member 'FSBZAnimMode_LipSync::AlphaScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_LipSync, AlphaInputType) == 0x0000D8, "Member 'FSBZAnimMode_LipSync::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_LipSync, bAlphaBoolEnabled) == 0x0000D9, "Member 'FSBZAnimMode_LipSync::bAlphaBoolEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_LipSync, LODThreshold) == 0x0000DC, "Member 'FSBZAnimMode_LipSync::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_LipSync, LODInterpolateTime) == 0x0000E0, "Member 'FSBZAnimMode_LipSync::LODInterpolateTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimMode_LipSync, LODInterpolateTimer) == 0x0000E4, "Member 'FSBZAnimMode_LipSync::LODInterpolateTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAnimNode_SpeedWarping \ +static_assert(alignof(FSBZAnimNode_SpeedWarping) == 0x000008, "Wrong alignment on FSBZAnimNode_SpeedWarping"); \ +static_assert(sizeof(FSBZAnimNode_SpeedWarping) == 0x000158, "Wrong size on FSBZAnimNode_SpeedWarping"); \ +static_assert(offsetof(FSBZAnimNode_SpeedWarping, IKFootRootBone) == 0x0000E8, "Member 'FSBZAnimNode_SpeedWarping::IKFootRootBone' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_SpeedWarping, FeetDefinitions) == 0x000100, "Member 'FSBZAnimNode_SpeedWarping::FeetDefinitions' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_SpeedWarping, PelvisBone) == 0x000110, "Member 'FSBZAnimNode_SpeedWarping::PelvisBone' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_SpeedWarping, Space) == 0x000124, "Member 'FSBZAnimNode_SpeedWarping::Space' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_SpeedWarping, Direction) == 0x000128, "Member 'FSBZAnimNode_SpeedWarping::Direction' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_SpeedWarping, SpeedScaling) == 0x000134, "Member 'FSBZAnimNode_SpeedWarping::SpeedScaling' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_SpeedWarping, PelvisZOffset) == 0x000138, "Member 'FSBZAnimNode_SpeedWarping::PelvisZOffset' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_SpeedWarping, LegsZOffset) == 0x00013C, "Member 'FSBZAnimNode_SpeedWarping::LegsZOffset' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_SpeedWarping, PelvisLegsInterpSpeed) == 0x000140, "Member 'FSBZAnimNode_SpeedWarping::PelvisLegsInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZAnimNode_SpeedWarping, PelvisLegsAdjustmentAlpha) == 0x000144, "Member 'FSBZAnimNode_SpeedWarping::PelvisLegsAdjustmentAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInertializationPoseDiff \ +static_assert(alignof(FSBZInertializationPoseDiff) == 0x000008, "Wrong alignment on FSBZInertializationPoseDiff"); \ +static_assert(sizeof(FSBZInertializationPoseDiff) == 0x000018, "Wrong size on FSBZInertializationPoseDiff"); \ + +#define DUMPER7_ASSERTS_FSBZInertializationBoneDiff \ +static_assert(alignof(FSBZInertializationBoneDiff) == 0x000004, "Wrong alignment on FSBZInertializationBoneDiff"); \ +static_assert(sizeof(FSBZInertializationBoneDiff) == 0x00003C, "Wrong size on FSBZInertializationBoneDiff"); \ + +#define DUMPER7_ASSERTS_FSBZWrinklePackedFloatData \ +static_assert(alignof(FSBZWrinklePackedFloatData) == 0x000004, "Wrong alignment on FSBZWrinklePackedFloatData"); \ +static_assert(sizeof(FSBZWrinklePackedFloatData) == 0x000010, "Wrong size on FSBZWrinklePackedFloatData"); \ +static_assert(offsetof(FSBZWrinklePackedFloatData, PackedFloatIndex) == 0x000000, "Member 'FSBZWrinklePackedFloatData::PackedFloatIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZWrinklePackedFloatData, CurveName) == 0x000004, "Member 'FSBZWrinklePackedFloatData::CurveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWrinkleCPDData \ +static_assert(alignof(FSBZWrinkleCPDData) == 0x000008, "Wrong alignment on FSBZWrinkleCPDData"); \ +static_assert(sizeof(FSBZWrinkleCPDData) == 0x000018, "Wrong size on FSBZWrinkleCPDData"); \ +static_assert(offsetof(FSBZWrinkleCPDData, CPDIndex) == 0x000000, "Member 'FSBZWrinkleCPDData::CPDIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZWrinkleCPDData, PackedFloatDataArray) == 0x000008, "Member 'FSBZWrinkleCPDData::PackedFloatDataArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWrinklesHandler \ +static_assert(alignof(FSBZWrinklesHandler) == 0x000008, "Wrong alignment on FSBZWrinklesHandler"); \ +static_assert(sizeof(FSBZWrinklesHandler) == 0x000010, "Wrong size on FSBZWrinklesHandler"); \ +static_assert(offsetof(FSBZWrinklesHandler, WrinkleCPDDataArray) == 0x000000, "Member 'FSBZWrinklesHandler::WrinkleCPDDataArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZBuiltInAnimMontageInstance \ +static_assert(alignof(FSBZBuiltInAnimMontageInstance) == 0x000008, "Wrong alignment on FSBZBuiltInAnimMontageInstance"); \ +static_assert(sizeof(FSBZBuiltInAnimMontageInstance) == 0x000018, "Wrong size on FSBZBuiltInAnimMontageInstance"); \ +static_assert(offsetof(FSBZBuiltInAnimMontageInstance, AnimMontage) == 0x000000, "Member 'FSBZBuiltInAnimMontageInstance::AnimMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZFootBoneModifier \ +static_assert(alignof(FSBZFootBoneModifier) == 0x000004, "Wrong alignment on FSBZFootBoneModifier"); \ +static_assert(sizeof(FSBZFootBoneModifier) == 0x000010, "Wrong size on FSBZFootBoneModifier"); \ +static_assert(offsetof(FSBZFootBoneModifier, BoneName) == 0x000000, "Member 'FSBZFootBoneModifier::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FSBZFootBoneModifier, Offset) == 0x00000C, "Member 'FSBZFootBoneModifier::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMontageSectionSwitchRequest \ +static_assert(alignof(FSBZMontageSectionSwitchRequest) == 0x000010, "Wrong alignment on FSBZMontageSectionSwitchRequest"); \ +static_assert(sizeof(FSBZMontageSectionSwitchRequest) == 0x000030, "Wrong size on FSBZMontageSectionSwitchRequest"); \ +static_assert(offsetof(FSBZMontageSectionSwitchRequest, NotifyState) == 0x000000, "Member 'FSBZMontageSectionSwitchRequest::NotifyState' has a wrong offset!"); \ +static_assert(offsetof(FSBZMontageSectionSwitchRequest, Montage) == 0x000008, "Member 'FSBZMontageSectionSwitchRequest::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAdditiveMoveData \ +static_assert(alignof(FSBZAdditiveMoveData) == 0x000008, "Wrong alignment on FSBZAdditiveMoveData"); \ +static_assert(sizeof(FSBZAdditiveMoveData) == 0x000198, "Wrong size on FSBZAdditiveMoveData"); \ +static_assert(offsetof(FSBZAdditiveMoveData, AdditiveMoveAlpha) == 0x000000, "Member 'FSBZAdditiveMoveData::AdditiveMoveAlpha' has a wrong offset!"); \ +static_assert(offsetof(FSBZAdditiveMoveData, AdditiveCameraAlpha) == 0x000088, "Member 'FSBZAdditiveMoveData::AdditiveCameraAlpha' has a wrong offset!"); \ +static_assert(offsetof(FSBZAdditiveMoveData, AdditiveMovePlayRate) == 0x000110, "Member 'FSBZAdditiveMoveData::AdditiveMovePlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZFootPlacementCachedData \ +static_assert(alignof(FSBZFootPlacementCachedData) == 0x000004, "Wrong alignment on FSBZFootPlacementCachedData"); \ +static_assert(sizeof(FSBZFootPlacementCachedData) == 0x000014, "Wrong size on FSBZFootPlacementCachedData"); \ + +#define DUMPER7_ASSERTS_FSBZFlooredIntervalDetectionSettings \ +static_assert(alignof(FSBZFlooredIntervalDetectionSettings) == 0x000004, "Wrong alignment on FSBZFlooredIntervalDetectionSettings"); \ +static_assert(sizeof(FSBZFlooredIntervalDetectionSettings) == 0x000094, "Wrong size on FSBZFlooredIntervalDetectionSettings"); \ +static_assert(offsetof(FSBZFlooredIntervalDetectionSettings, bUseDisablingCurve) == 0x000000, "Member 'FSBZFlooredIntervalDetectionSettings::bUseDisablingCurve' has a wrong offset!"); \ +static_assert(offsetof(FSBZFlooredIntervalDetectionSettings, DisablingCurve) == 0x000004, "Member 'FSBZFlooredIntervalDetectionSettings::DisablingCurve' has a wrong offset!"); \ +static_assert(offsetof(FSBZFlooredIntervalDetectionSettings, bUseDisablingFrameInterval) == 0x000010, "Member 'FSBZFlooredIntervalDetectionSettings::bUseDisablingFrameInterval' has a wrong offset!"); \ +static_assert(offsetof(FSBZFlooredIntervalDetectionSettings, MinFrame) == 0x000012, "Member 'FSBZFlooredIntervalDetectionSettings::MinFrame' has a wrong offset!"); \ +static_assert(offsetof(FSBZFlooredIntervalDetectionSettings, MaxFrame) == 0x000014, "Member 'FSBZFlooredIntervalDetectionSettings::MaxFrame' has a wrong offset!"); \ +static_assert(offsetof(FSBZFlooredIntervalDetectionSettings, ToeBaseHeightThreshold) == 0x000018, "Member 'FSBZFlooredIntervalDetectionSettings::ToeBaseHeightThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSBZFlooredIntervalDetectionSettings, ToeBasePitchThreshold) == 0x00001C, "Member 'FSBZFlooredIntervalDetectionSettings::ToeBasePitchThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSBZFlooredIntervalDetectionSettings, FloorBoneHeightThreshold) == 0x000020, "Member 'FSBZFlooredIntervalDetectionSettings::FloorBoneHeightThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSBZFlooredIntervalDetectionSettings, FloorBonePitchThreshold) == 0x000024, "Member 'FSBZFlooredIntervalDetectionSettings::FloorBonePitchThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSBZFlooredIntervalDetectionSettings, bAutoComputeLooping) == 0x000028, "Member 'FSBZFlooredIntervalDetectionSettings::bAutoComputeLooping' has a wrong offset!"); \ +static_assert(offsetof(FSBZFlooredIntervalDetectionSettings, bIsLooping) == 0x000029, "Member 'FSBZFlooredIntervalDetectionSettings::bIsLooping' has a wrong offset!"); \ +static_assert(offsetof(FSBZFlooredIntervalDetectionSettings, bIsDoingToeToTip) == 0x00002A, "Member 'FSBZFlooredIntervalDetectionSettings::bIsDoingToeToTip' has a wrong offset!"); \ +static_assert(offsetof(FSBZFlooredIntervalDetectionSettings, bDebug) == 0x00002B, "Member 'FSBZFlooredIntervalDetectionSettings::bDebug' has a wrong offset!"); \ +static_assert(offsetof(FSBZFlooredIntervalDetectionSettings, MinIntervalFrameCount) == 0x00002C, "Member 'FSBZFlooredIntervalDetectionSettings::MinIntervalFrameCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZFlooredIntervalDetectionSettings, bCreateContactCurves) == 0x000030, "Member 'FSBZFlooredIntervalDetectionSettings::bCreateContactCurves' has a wrong offset!"); \ +static_assert(offsetof(FSBZFlooredIntervalDetectionSettings, bCreateContactNotifies) == 0x000031, "Member 'FSBZFlooredIntervalDetectionSettings::bCreateContactNotifies' has a wrong offset!"); \ +static_assert(offsetof(FSBZFlooredIntervalDetectionSettings, FootContactNotifyTrackName) == 0x000034, "Member 'FSBZFlooredIntervalDetectionSettings::FootContactNotifyTrackName' has a wrong offset!"); \ +static_assert(offsetof(FSBZFlooredIntervalDetectionSettings, RootBoneName) == 0x000040, "Member 'FSBZFlooredIntervalDetectionSettings::RootBoneName' has a wrong offset!"); \ +static_assert(offsetof(FSBZFlooredIntervalDetectionSettings, LeftCurveName) == 0x00004C, "Member 'FSBZFlooredIntervalDetectionSettings::LeftCurveName' has a wrong offset!"); \ +static_assert(offsetof(FSBZFlooredIntervalDetectionSettings, RightCurveName) == 0x000058, "Member 'FSBZFlooredIntervalDetectionSettings::RightCurveName' has a wrong offset!"); \ +static_assert(offsetof(FSBZFlooredIntervalDetectionSettings, LeftFloorBoneName) == 0x000064, "Member 'FSBZFlooredIntervalDetectionSettings::LeftFloorBoneName' has a wrong offset!"); \ +static_assert(offsetof(FSBZFlooredIntervalDetectionSettings, LeftToeBaseBoneName) == 0x000070, "Member 'FSBZFlooredIntervalDetectionSettings::LeftToeBaseBoneName' has a wrong offset!"); \ +static_assert(offsetof(FSBZFlooredIntervalDetectionSettings, RightFloorBoneName) == 0x00007C, "Member 'FSBZFlooredIntervalDetectionSettings::RightFloorBoneName' has a wrong offset!"); \ +static_assert(offsetof(FSBZFlooredIntervalDetectionSettings, RightToeBaseBoneName) == 0x000088, "Member 'FSBZFlooredIntervalDetectionSettings::RightToeBaseBoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLookFocusParameters \ +static_assert(alignof(FSBZLookFocusParameters) == 0x000004, "Wrong alignment on FSBZLookFocusParameters"); \ +static_assert(sizeof(FSBZLookFocusParameters) == 0x000040, "Wrong size on FSBZLookFocusParameters"); \ +static_assert(offsetof(FSBZLookFocusParameters, YawInterval) == 0x000000, "Member 'FSBZLookFocusParameters::YawInterval' has a wrong offset!"); \ +static_assert(offsetof(FSBZLookFocusParameters, PitchInterval) == 0x000008, "Member 'FSBZLookFocusParameters::PitchInterval' has a wrong offset!"); \ +static_assert(offsetof(FSBZLookFocusParameters, MinBlendInTime) == 0x000010, "Member 'FSBZLookFocusParameters::MinBlendInTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZLookFocusParameters, BlendInEaseExp) == 0x000014, "Member 'FSBZLookFocusParameters::BlendInEaseExp' has a wrong offset!"); \ +static_assert(offsetof(FSBZLookFocusParameters, MinBlendOutTime) == 0x000018, "Member 'FSBZLookFocusParameters::MinBlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZLookFocusParameters, BlendOutEaseExp) == 0x00001C, "Member 'FSBZLookFocusParameters::BlendOutEaseExp' has a wrong offset!"); \ +static_assert(offsetof(FSBZLookFocusParameters, SignificancePercentInterval) == 0x000020, "Member 'FSBZLookFocusParameters::SignificancePercentInterval' has a wrong offset!"); \ +static_assert(offsetof(FSBZLookFocusParameters, DistanceForMaxSignificance) == 0x000028, "Member 'FSBZLookFocusParameters::DistanceForMaxSignificance' has a wrong offset!"); \ +static_assert(offsetof(FSBZLookFocusParameters, Speed) == 0x00002C, "Member 'FSBZLookFocusParameters::Speed' has a wrong offset!"); \ +static_assert(offsetof(FSBZLookFocusParameters, MaxDistFromGoal) == 0x000030, "Member 'FSBZLookFocusParameters::MaxDistFromGoal' has a wrong offset!"); \ +static_assert(offsetof(FSBZLookFocusParameters, RotationInterpSpeed) == 0x000034, "Member 'FSBZLookFocusParameters::RotationInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZLookFocusParameters, NotifyFilterType) == 0x000038, "Member 'FSBZLookFocusParameters::NotifyFilterType' has a wrong offset!"); \ +static_assert(offsetof(FSBZLookFocusParameters, NotifyFilterLOD) == 0x00003C, "Member 'FSBZLookFocusParameters::NotifyFilterLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAllowedStanceTransition \ +static_assert(alignof(FSBZAllowedStanceTransition) == 0x000008, "Wrong alignment on FSBZAllowedStanceTransition"); \ +static_assert(sizeof(FSBZAllowedStanceTransition) == 0x000028, "Wrong size on FSBZAllowedStanceTransition"); \ +static_assert(offsetof(FSBZAllowedStanceTransition, PreviousStance) == 0x000000, "Member 'FSBZAllowedStanceTransition::PreviousStance' has a wrong offset!"); \ +static_assert(offsetof(FSBZAllowedStanceTransition, CurrentStance) == 0x000001, "Member 'FSBZAllowedStanceTransition::CurrentStance' has a wrong offset!"); \ +static_assert(offsetof(FSBZAllowedStanceTransition, BlockingTags) == 0x000008, "Member 'FSBZAllowedStanceTransition::BlockingTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZStopAndTurnMontageInfo \ +static_assert(alignof(FSBZStopAndTurnMontageInfo) == 0x000004, "Wrong alignment on FSBZStopAndTurnMontageInfo"); \ +static_assert(sizeof(FSBZStopAndTurnMontageInfo) == 0x000010, "Wrong size on FSBZStopAndTurnMontageInfo"); \ +static_assert(offsetof(FSBZStopAndTurnMontageInfo, EntrySpeed) == 0x000000, "Member 'FSBZStopAndTurnMontageInfo::EntrySpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZStopAndTurnMontageInfo, Angle) == 0x000004, "Member 'FSBZStopAndTurnMontageInfo::Angle' has a wrong offset!"); \ +static_assert(offsetof(FSBZStopAndTurnMontageInfo, SelectionSpeedThreshold) == 0x000008, "Member 'FSBZStopAndTurnMontageInfo::SelectionSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSBZStopAndTurnMontageInfo, SelectionAngleThreshold) == 0x00000C, "Member 'FSBZStopAndTurnMontageInfo::SelectionAngleThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSharedAnimBehavior \ +static_assert(alignof(FSBZSharedAnimBehavior) == 0x000008, "Wrong alignment on FSBZSharedAnimBehavior"); \ +static_assert(sizeof(FSBZSharedAnimBehavior) == 0x000070, "Wrong size on FSBZSharedAnimBehavior"); \ +static_assert(offsetof(FSBZSharedAnimBehavior, SharedMontageInfos) == 0x000020, "Member 'FSBZSharedAnimBehavior::SharedMontageInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZArmorChunkTypeData \ +static_assert(alignof(FSBZArmorChunkTypeData) == 0x000004, "Wrong alignment on FSBZArmorChunkTypeData"); \ +static_assert(sizeof(FSBZArmorChunkTypeData) == 0x000054, "Wrong size on FSBZArmorChunkTypeData"); \ +static_assert(offsetof(FSBZArmorChunkTypeData, ReplenishDelay) == 0x000000, "Member 'FSBZArmorChunkTypeData::ReplenishDelay' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmorChunkTypeData, MaxDownCount) == 0x000004, "Member 'FSBZArmorChunkTypeData::MaxDownCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmorChunkTypeData, DamageScaleRelative) == 0x000008, "Member 'FSBZArmorChunkTypeData::DamageScaleRelative' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmorChunkTypeData, TraumaScale) == 0x00000C, "Member 'FSBZArmorChunkTypeData::TraumaScale' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmorChunkTypeData, BackgroundColor) == 0x000010, "Member 'FSBZArmorChunkTypeData::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmorChunkTypeData, MainColor) == 0x000020, "Member 'FSBZArmorChunkTypeData::MainColor' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmorChunkTypeData, LaggingColor) == 0x000030, "Member 'FSBZArmorChunkTypeData::LaggingColor' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmorChunkTypeData, TraumaColor) == 0x000040, "Member 'FSBZArmorChunkTypeData::TraumaColor' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmorChunkTypeData, Type) == 0x000050, "Member 'FSBZArmorChunkTypeData::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZGameplayTagCounterArray \ +static_assert(alignof(FSBZGameplayTagCounterArray) == 0x000008, "Wrong alignment on FSBZGameplayTagCounterArray"); \ +static_assert(sizeof(FSBZGameplayTagCounterArray) == 0x000150, "Wrong size on FSBZGameplayTagCounterArray"); \ +static_assert(offsetof(FSBZGameplayTagCounterArray, Owner) == 0x000108, "Member 'FSBZGameplayTagCounterArray::Owner' has a wrong offset!"); \ +static_assert(offsetof(FSBZGameplayTagCounterArray, Items) == 0x000118, "Member 'FSBZGameplayTagCounterArray::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAudioRaycastingData \ +static_assert(alignof(FSBZAudioRaycastingData) == 0x000008, "Wrong alignment on FSBZAudioRaycastingData"); \ +static_assert(sizeof(FSBZAudioRaycastingData) == 0x000090, "Wrong size on FSBZAudioRaycastingData"); \ + +#define DUMPER7_ASSERTS_FSBZBagTriggerData \ +static_assert(alignof(FSBZBagTriggerData) == 0x000008, "Wrong alignment on FSBZBagTriggerData"); \ +static_assert(sizeof(FSBZBagTriggerData) == 0x000078, "Wrong size on FSBZBagTriggerData"); \ +static_assert(offsetof(FSBZBagTriggerData, BasicFilter) == 0x000000, "Member 'FSBZBagTriggerData::BasicFilter' has a wrong offset!"); \ +static_assert(offsetof(FSBZBagTriggerData, FilterDelegate) == 0x000030, "Member 'FSBZBagTriggerData::FilterDelegate' has a wrong offset!"); \ +static_assert(offsetof(FSBZBagTriggerData, Target) == 0x000044, "Member 'FSBZBagTriggerData::Target' has a wrong offset!"); \ +static_assert(offsetof(FSBZBagTriggerData, Count) == 0x000048, "Member 'FSBZBagTriggerData::Count' has a wrong offset!"); \ +static_assert(offsetof(FSBZBagTriggerData, CompleteDelegate) == 0x00004C, "Member 'FSBZBagTriggerData::CompleteDelegate' has a wrong offset!"); \ +static_assert(offsetof(FSBZBagTriggerData, SecuredDelegate) == 0x000060, "Member 'FSBZBagTriggerData::SecuredDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZBagPersistentData \ +static_assert(alignof(FSBZBagPersistentData) == 0x000008, "Wrong alignment on FSBZBagPersistentData"); \ +static_assert(sizeof(FSBZBagPersistentData) == 0x000038, "Wrong size on FSBZBagPersistentData"); \ +static_assert(offsetof(FSBZBagPersistentData, Handle) == 0x000000, "Member 'FSBZBagPersistentData::Handle' has a wrong offset!"); \ +static_assert(offsetof(FSBZBagPersistentData, Secured) == 0x000010, "Member 'FSBZBagPersistentData::Secured' has a wrong offset!"); \ +static_assert(offsetof(FSBZBagPersistentData, CurrentActor) == 0x000018, "Member 'FSBZBagPersistentData::CurrentActor' has a wrong offset!"); \ +static_assert(offsetof(FSBZBagPersistentData, LastClaimedByPlayerCharacter) == 0x000020, "Member 'FSBZBagPersistentData::LastClaimedByPlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(FSBZBagPersistentData, LastClaimedByPlayerState) == 0x000028, "Member 'FSBZBagPersistentData::LastClaimedByPlayerState' has a wrong offset!"); \ +static_assert(offsetof(FSBZBagPersistentData, ServerTimeAtFirstPickup) == 0x000030, "Member 'FSBZBagPersistentData::ServerTimeAtFirstPickup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAnimationsPerStancesContainer \ +static_assert(alignof(FSBZAnimationsPerStancesContainer) == 0x000008, "Wrong alignment on FSBZAnimationsPerStancesContainer"); \ +static_assert(sizeof(FSBZAnimationsPerStancesContainer) == 0x000050, "Wrong size on FSBZAnimationsPerStancesContainer"); \ +static_assert(offsetof(FSBZAnimationsPerStancesContainer, AnimationContainersPerEquippables) == 0x000000, "Member 'FSBZAnimationsPerStancesContainer::AnimationContainersPerEquippables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCheckInteractableScreenOutputData \ +static_assert(alignof(FSBZCheckInteractableScreenOutputData) == 0x000008, "Wrong alignment on FSBZCheckInteractableScreenOutputData"); \ +static_assert(sizeof(FSBZCheckInteractableScreenOutputData) == 0x0000E0, "Wrong size on FSBZCheckInteractableScreenOutputData"); \ +static_assert(offsetof(FSBZCheckInteractableScreenOutputData, Interactable) == 0x000000, "Member 'FSBZCheckInteractableScreenOutputData::Interactable' has a wrong offset!"); \ +static_assert(offsetof(FSBZCheckInteractableScreenOutputData, HitResult) == 0x000008, "Member 'FSBZCheckInteractableScreenOutputData::HitResult' has a wrong offset!"); \ +static_assert(offsetof(FSBZCheckInteractableScreenOutputData, ReqData) == 0x000098, "Member 'FSBZCheckInteractableScreenOutputData::ReqData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCheckInteractableScreenInputData \ +static_assert(alignof(FSBZCheckInteractableScreenInputData) == 0x000008, "Wrong alignment on FSBZCheckInteractableScreenInputData"); \ +static_assert(sizeof(FSBZCheckInteractableScreenInputData) == 0x000038, "Wrong size on FSBZCheckInteractableScreenInputData"); \ +static_assert(offsetof(FSBZCheckInteractableScreenInputData, Interactor) == 0x000000, "Member 'FSBZCheckInteractableScreenInputData::Interactor' has a wrong offset!"); \ +static_assert(offsetof(FSBZCheckInteractableScreenInputData, AgentManager) == 0x000008, "Member 'FSBZCheckInteractableScreenInputData::AgentManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInteractableAudioData \ +static_assert(alignof(FSBZInteractableAudioData) == 0x000008, "Wrong alignment on FSBZInteractableAudioData"); \ +static_assert(sizeof(FSBZInteractableAudioData) == 0x000018, "Wrong size on FSBZInteractableAudioData"); \ +static_assert(offsetof(FSBZInteractableAudioData, AudioEvent2D) == 0x000000, "Member 'FSBZInteractableAudioData::AudioEvent2D' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractableAudioData, AudioEvent3D) == 0x000008, "Member 'FSBZInteractableAudioData::AudioEvent3D' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractableAudioData, VoiceComment) == 0x000010, "Member 'FSBZInteractableAudioData::VoiceComment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInteractableModeData \ +static_assert(alignof(FSBZInteractableModeData) == 0x000008, "Wrong alignment on FSBZInteractableModeData"); \ +static_assert(sizeof(FSBZInteractableModeData) == 0x0000A0, "Wrong size on FSBZInteractableModeData"); \ +static_assert(offsetof(FSBZInteractableModeData, Text) == 0x000000, "Member 'FSBZInteractableModeData::Text' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractableModeData, Duration) == 0x000018, "Member 'FSBZInteractableModeData::Duration' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractableModeData, bIsInputConsumed) == 0x00001C, "Member 'FSBZInteractableModeData::bIsInputConsumed' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractableModeData, bDistanceBreaksInteraction) == 0x00001D, "Member 'FSBZInteractableModeData::bDistanceBreaksInteraction' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractableModeData, bIsAllowedInCasing) == 0x00001E, "Member 'FSBZInteractableModeData::bIsAllowedInCasing' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractableModeData, bIsSignalInteract) == 0x00001F, "Member 'FSBZInteractableModeData::bIsSignalInteract' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractableModeData, bIsIllegal) == 0x000020, "Member 'FSBZInteractableModeData::bIsIllegal' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractableModeData, bIsEncumberedAllowed) == 0x000021, "Member 'FSBZInteractableModeData::bIsEncumberedAllowed' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractableModeData, bIsDistanceCheck2D) == 0x000022, "Member 'FSBZInteractableModeData::bIsDistanceCheck2D' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractableModeData, Priority) == 0x000024, "Member 'FSBZInteractableModeData::Priority' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractableModeData, AnimationName) == 0x000028, "Member 'FSBZInteractableModeData::AnimationName' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractableModeData, AnimatedInteractionData) == 0x000038, "Member 'FSBZInteractableModeData::AnimatedInteractionData' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractableModeData, bUseOverriddenShapes) == 0x000040, "Member 'FSBZInteractableModeData::bUseOverriddenShapes' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractableModeData, OverriddenShapes) == 0x000048, "Member 'FSBZInteractableModeData::OverriddenShapes' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractableModeData, OnStart2DAudioEvent) == 0x000058, "Member 'FSBZInteractableModeData::OnStart2DAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractableModeData, OnStart3DAudioEvent) == 0x000060, "Member 'FSBZInteractableModeData::OnStart3DAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractableModeData, OnFinish2DAudioEvent) == 0x000068, "Member 'FSBZInteractableModeData::OnFinish2DAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractableModeData, OnFinish3DAudioEvent) == 0x000070, "Member 'FSBZInteractableModeData::OnFinish3DAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractableModeData, OnCancel2DAudioEvent) == 0x000078, "Member 'FSBZInteractableModeData::OnCancel2DAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractableModeData, OnCancel3DAudioEvent) == 0x000080, "Member 'FSBZInteractableModeData::OnCancel3DAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractableModeData, StartComment) == 0x000088, "Member 'FSBZInteractableModeData::StartComment' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractableModeData, CompletedComment) == 0x000090, "Member 'FSBZInteractableModeData::CompletedComment' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractableModeData, CancelComment) == 0x000098, "Member 'FSBZInteractableModeData::CancelComment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMenuACSlots \ +static_assert(alignof(FSBZMenuACSlots) == 0x000008, "Wrong alignment on FSBZMenuACSlots"); \ +static_assert(sizeof(FSBZMenuACSlots) == 0x000018, "Wrong size on FSBZMenuACSlots"); \ +static_assert(offsetof(FSBZMenuACSlots, bOverride) == 0x000000, "Member 'FSBZMenuACSlots::bOverride' has a wrong offset!"); \ +static_assert(offsetof(FSBZMenuACSlots, Animations) == 0x000008, "Member 'FSBZMenuACSlots::Animations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTLMVoiceSessionInfo \ +static_assert(alignof(FTLMVoiceSessionInfo) == 0x000008, "Wrong alignment on FTLMVoiceSessionInfo"); \ +static_assert(sizeof(FTLMVoiceSessionInfo) == 0x000020, "Wrong size on FTLMVoiceSessionInfo"); \ + +#define DUMPER7_ASSERTS_FSBZMissionInfo \ +static_assert(alignof(FSBZMissionInfo) == 0x000004, "Wrong alignment on FSBZMissionInfo"); \ +static_assert(sizeof(FSBZMissionInfo) == 0x000008, "Wrong size on FSBZMissionInfo"); \ +static_assert(offsetof(FSBZMissionInfo, LevelIdx) == 0x000000, "Member 'FSBZMissionInfo::LevelIdx' has a wrong offset!"); \ +static_assert(offsetof(FSBZMissionInfo, DifficultyIdx) == 0x000004, "Member 'FSBZMissionInfo::DifficultyIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZBlackMarketUIVendorData \ +static_assert(alignof(FSBZBlackMarketUIVendorData) == 0x000008, "Wrong alignment on FSBZBlackMarketUIVendorData"); \ +static_assert(sizeof(FSBZBlackMarketUIVendorData) == 0x000020, "Wrong size on FSBZBlackMarketUIVendorData"); \ +static_assert(offsetof(FSBZBlackMarketUIVendorData, VendorData) == 0x000000, "Member 'FSBZBlackMarketUIVendorData::VendorData' has a wrong offset!"); \ +static_assert(offsetof(FSBZBlackMarketUIVendorData, UIStoreItemArray) == 0x000008, "Member 'FSBZBlackMarketUIVendorData::UIStoreItemArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZBlackMarketUIVendorData, bHasFetchedStoreData) == 0x000018, "Member 'FSBZBlackMarketUIVendorData::bHasFetchedStoreData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSabotageAnimationData \ +static_assert(alignof(FSBZSabotageAnimationData) == 0x000008, "Wrong alignment on FSBZSabotageAnimationData"); \ +static_assert(sizeof(FSBZSabotageAnimationData) == 0x000010, "Wrong size on FSBZSabotageAnimationData"); \ +static_assert(offsetof(FSBZSabotageAnimationData, AnimMontage) == 0x000000, "Member 'FSBZSabotageAnimationData::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(FSBZSabotageAnimationData, AcceptedHeights) == 0x000008, "Member 'FSBZSabotageAnimationData::AcceptedHeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZBuiltInAnimMontageValueTrack \ +static_assert(alignof(FSBZBuiltInAnimMontageValueTrack) == 0x000008, "Wrong alignment on FSBZBuiltInAnimMontageValueTrack"); \ +static_assert(sizeof(FSBZBuiltInAnimMontageValueTrack) == 0x000098, "Wrong size on FSBZBuiltInAnimMontageValueTrack"); \ +static_assert(offsetof(FSBZBuiltInAnimMontageValueTrack, TrackType) == 0x000000, "Member 'FSBZBuiltInAnimMontageValueTrack::TrackType' has a wrong offset!"); \ +static_assert(offsetof(FSBZBuiltInAnimMontageValueTrack, Curve) == 0x000008, "Member 'FSBZBuiltInAnimMontageValueTrack::Curve' has a wrong offset!"); \ +static_assert(offsetof(FSBZBuiltInAnimMontageValueTrack, PlayRate) == 0x000090, "Member 'FSBZBuiltInAnimMontageValueTrack::PlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZBuiltInAnimMontageBoneTrack \ +static_assert(alignof(FSBZBuiltInAnimMontageBoneTrack) == 0x000008, "Wrong alignment on FSBZBuiltInAnimMontageBoneTrack"); \ +static_assert(sizeof(FSBZBuiltInAnimMontageBoneTrack) == 0x000020, "Wrong size on FSBZBuiltInAnimMontageBoneTrack"); \ +static_assert(offsetof(FSBZBuiltInAnimMontageBoneTrack, BoneName) == 0x000000, "Member 'FSBZBuiltInAnimMontageBoneTrack::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FSBZBuiltInAnimMontageBoneTrack, BoneModificationMode) == 0x00000C, "Member 'FSBZBuiltInAnimMontageBoneTrack::BoneModificationMode' has a wrong offset!"); \ +static_assert(offsetof(FSBZBuiltInAnimMontageBoneTrack, ValueTracks) == 0x000010, "Member 'FSBZBuiltInAnimMontageBoneTrack::ValueTracks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCableCollisionPlane \ +static_assert(alignof(FSBZCableCollisionPlane) == 0x000010, "Wrong alignment on FSBZCableCollisionPlane"); \ +static_assert(sizeof(FSBZCableCollisionPlane) == 0x000020, "Wrong size on FSBZCableCollisionPlane"); \ +static_assert(offsetof(FSBZCableCollisionPlane, Plane) == 0x000000, "Member 'FSBZCableCollisionPlane::Plane' has a wrong offset!"); \ +static_assert(offsetof(FSBZCableCollisionPlane, bOverrideFriction) == 0x000010, "Member 'FSBZCableCollisionPlane::bOverrideFriction' has a wrong offset!"); \ +static_assert(offsetof(FSBZCableCollisionPlane, Friction) == 0x000014, "Member 'FSBZCableCollisionPlane::Friction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCameraViewRestrictionHandle \ +static_assert(alignof(FSBZCameraViewRestrictionHandle) == 0x000004, "Wrong alignment on FSBZCameraViewRestrictionHandle"); \ +static_assert(sizeof(FSBZCameraViewRestrictionHandle) == 0x000004, "Wrong size on FSBZCameraViewRestrictionHandle"); \ + +#define DUMPER7_ASSERTS_FSBZDailyChallenges \ +static_assert(alignof(FSBZDailyChallenges) == 0x000008, "Wrong alignment on FSBZDailyChallenges"); \ +static_assert(sizeof(FSBZDailyChallenges) == 0x000010, "Wrong size on FSBZDailyChallenges"); \ +static_assert(offsetof(FSBZDailyChallenges, DailyChallengeData) == 0x000000, "Member 'FSBZDailyChallenges::DailyChallengeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInternalChallengeConfiguration \ +static_assert(alignof(FSBZInternalChallengeConfiguration) == 0x000008, "Wrong alignment on FSBZInternalChallengeConfiguration"); \ +static_assert(sizeof(FSBZInternalChallengeConfiguration) == 0x0000E8, "Wrong size on FSBZInternalChallengeConfiguration"); \ +static_assert(offsetof(FSBZInternalChallengeConfiguration, ChallengeId) == 0x000000, "Member 'FSBZInternalChallengeConfiguration::ChallengeId' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeConfiguration, Namespace) == 0x000010, "Member 'FSBZInternalChallengeConfiguration::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeConfiguration, CreatedAt) == 0x000020, "Member 'FSBZInternalChallengeConfiguration::CreatedAt' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeConfiguration, UpdatedAt) == 0x000030, "Member 'FSBZInternalChallengeConfiguration::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeConfiguration, Name) == 0x000040, "Member 'FSBZInternalChallengeConfiguration::Name' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeConfiguration, Description) == 0x000050, "Member 'FSBZInternalChallengeConfiguration::Description' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeConfiguration, Prerequisite) == 0x000060, "Member 'FSBZInternalChallengeConfiguration::Prerequisite' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeConfiguration, Objective) == 0x000090, "Member 'FSBZInternalChallengeConfiguration::Objective' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeConfiguration, Reward) == 0x0000A0, "Member 'FSBZInternalChallengeConfiguration::Reward' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeConfiguration, Tags) == 0x0000D0, "Member 'FSBZInternalChallengeConfiguration::Tags' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeConfiguration, IsActive) == 0x0000E0, "Member 'FSBZInternalChallengeConfiguration::IsActive' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeConfiguration, OrderNo) == 0x0000E4, "Member 'FSBZInternalChallengeConfiguration::OrderNo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInternalUserChallengeRecord \ +static_assert(alignof(FSBZInternalUserChallengeRecord) == 0x000008, "Wrong alignment on FSBZInternalUserChallengeRecord"); \ +static_assert(sizeof(FSBZInternalUserChallengeRecord) == 0x000170, "Wrong size on FSBZInternalUserChallengeRecord"); \ +static_assert(offsetof(FSBZInternalUserChallengeRecord, RecordId) == 0x000000, "Member 'FSBZInternalUserChallengeRecord::RecordId' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalUserChallengeRecord, UserId) == 0x000010, "Member 'FSBZInternalUserChallengeRecord::UserId' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalUserChallengeRecord, Challenge) == 0x000020, "Member 'FSBZInternalUserChallengeRecord::Challenge' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalUserChallengeRecord, Progress) == 0x000108, "Member 'FSBZInternalUserChallengeRecord::Progress' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalUserChallengeRecord, UpdatedAt) == 0x000148, "Member 'FSBZInternalUserChallengeRecord::UpdatedAt' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalUserChallengeRecord, Status) == 0x000158, "Member 'FSBZInternalUserChallengeRecord::Status' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalUserChallengeRecord, IsActive) == 0x000159, "Member 'FSBZInternalUserChallengeRecord::IsActive' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalUserChallengeRecord, Namespace) == 0x000160, "Member 'FSBZInternalUserChallengeRecord::Namespace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZRewardRecuctionData \ +static_assert(alignof(FSBZRewardRecuctionData) == 0x000004, "Wrong alignment on FSBZRewardRecuctionData"); \ +static_assert(sizeof(FSBZRewardRecuctionData) == 0x00000C, "Wrong size on FSBZRewardRecuctionData"); \ +static_assert(offsetof(FSBZRewardRecuctionData, RewardReductionType) == 0x000000, "Member 'FSBZRewardRecuctionData::RewardReductionType' has a wrong offset!"); \ +static_assert(offsetof(FSBZRewardRecuctionData, ReductionPercentage) == 0x000004, "Member 'FSBZRewardRecuctionData::ReductionPercentage' has a wrong offset!"); \ +static_assert(offsetof(FSBZRewardRecuctionData, MaxReductionPercentage) == 0x000008, "Member 'FSBZRewardRecuctionData::MaxReductionPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInternalChallengeRewardItem \ +static_assert(alignof(FSBZInternalChallengeRewardItem) == 0x000008, "Wrong alignment on FSBZInternalChallengeRewardItem"); \ +static_assert(sizeof(FSBZInternalChallengeRewardItem) == 0x000020, "Wrong size on FSBZInternalChallengeRewardItem"); \ +static_assert(offsetof(FSBZInternalChallengeRewardItem, AccelByteSku) == 0x000000, "Member 'FSBZInternalChallengeRewardItem::AccelByteSku' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeRewardItem, Quantity) == 0x000010, "Member 'FSBZInternalChallengeRewardItem::Quantity' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeRewardItem, Item) == 0x000018, "Member 'FSBZInternalChallengeRewardItem::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInternalChallengeData \ +static_assert(alignof(FSBZInternalChallengeData) == 0x000008, "Wrong alignment on FSBZInternalChallengeData"); \ +static_assert(sizeof(FSBZInternalChallengeData) == 0x0000A8, "Wrong size on FSBZInternalChallengeData"); \ +static_assert(offsetof(FSBZInternalChallengeData, ChallengeId) == 0x000000, "Member 'FSBZInternalChallengeData::ChallengeId' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeData, ChallengeName) == 0x000010, "Member 'FSBZInternalChallengeData::ChallengeName' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeData, AccelbyteChallengeId) == 0x000020, "Member 'FSBZInternalChallengeData::AccelbyteChallengeId' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeData, PrerequisiteChallengeIds) == 0x000030, "Member 'FSBZInternalChallengeData::PrerequisiteChallengeIds' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeData, PrerequisiteStatData) == 0x000040, "Member 'FSBZInternalChallengeData::PrerequisiteStatData' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeData, PrerequisiteItemData) == 0x000050, "Member 'FSBZInternalChallengeData::PrerequisiteItemData' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeData, ObjectiveStatData) == 0x000060, "Member 'FSBZInternalChallengeData::ObjectiveStatData' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeData, RewardItemsData) == 0x000070, "Member 'FSBZInternalChallengeData::RewardItemsData' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeData, Tags) == 0x000080, "Member 'FSBZInternalChallengeData::Tags' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeData, ChallengeStatus) == 0x000090, "Member 'FSBZInternalChallengeData::ChallengeStatus' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeData, InfamyPointReward) == 0x000094, "Member 'FSBZInternalChallengeData::InfamyPointReward' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeData, DailyCreationObjectiveStartStatValue) == 0x000098, "Member 'FSBZInternalChallengeData::DailyCreationObjectiveStartStatValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeData, TotalProgress) == 0x00009C, "Member 'FSBZInternalChallengeData::TotalProgress' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeData, TotalTarget) == 0x0000A0, "Member 'FSBZInternalChallengeData::TotalTarget' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeData, ChallengeConversion) == 0x0000A4, "Member 'FSBZInternalChallengeData::ChallengeConversion' has a wrong offset!"); \ +static_assert(offsetof(FSBZInternalChallengeData, IsActive) == 0x0000A5, "Member 'FSBZInternalChallengeData::IsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInternalStatData \ +static_assert(alignof(FSBZInternalStatData) == 0x000004, "Wrong alignment on FSBZInternalStatData"); \ +static_assert(sizeof(FSBZInternalStatData) == 0x000004, "Wrong size on FSBZInternalStatData"); \ +static_assert(offsetof(FSBZInternalStatData, Progress) == 0x000000, "Member 'FSBZInternalStatData::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTagReactionEffect \ +static_assert(alignof(FSBZTagReactionEffect) == 0x000008, "Wrong alignment on FSBZTagReactionEffect"); \ +static_assert(sizeof(FSBZTagReactionEffect) == 0x000018, "Wrong size on FSBZTagReactionEffect"); \ +static_assert(offsetof(FSBZTagReactionEffect, TagReactionEffect) == 0x000000, "Member 'FSBZTagReactionEffect::TagReactionEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPivotSwitchHandler \ +static_assert(alignof(FSBZPivotSwitchHandler) == 0x000004, "Wrong alignment on FSBZPivotSwitchHandler"); \ +static_assert(sizeof(FSBZPivotSwitchHandler) == 0x00001C, "Wrong size on FSBZPivotSwitchHandler"); \ +static_assert(offsetof(FSBZPivotSwitchHandler, bActive) == 0x000000, "Member 'FSBZPivotSwitchHandler::bActive' has a wrong offset!"); \ +static_assert(offsetof(FSBZPivotSwitchHandler, Angle) == 0x000004, "Member 'FSBZPivotSwitchHandler::Angle' has a wrong offset!"); \ +static_assert(offsetof(FSBZPivotSwitchHandler, AimOffsetAngle) == 0x000008, "Member 'FSBZPivotSwitchHandler::AimOffsetAngle' has a wrong offset!"); \ +static_assert(offsetof(FSBZPivotSwitchHandler, CurValue) == 0x00000C, "Member 'FSBZPivotSwitchHandler::CurValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSpeedWarpingData \ +static_assert(alignof(FSBZSpeedWarpingData) == 0x000004, "Wrong alignment on FSBZSpeedWarpingData"); \ +static_assert(sizeof(FSBZSpeedWarpingData) == 0x000014, "Wrong size on FSBZSpeedWarpingData"); \ +static_assert(offsetof(FSBZSpeedWarpingData, Alpha) == 0x000000, "Member 'FSBZSpeedWarpingData::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpeedWarpingData, SpeedScaling) == 0x000004, "Member 'FSBZSpeedWarpingData::SpeedScaling' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpeedWarpingData, PelvisZOffset) == 0x000008, "Member 'FSBZSpeedWarpingData::PelvisZOffset' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpeedWarpingData, LegsZOffset) == 0x00000C, "Member 'FSBZSpeedWarpingData::LegsZOffset' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpeedWarpingData, PlayRate) == 0x000010, "Member 'FSBZSpeedWarpingData::PlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInfamyRewardData \ +static_assert(alignof(FSBZInfamyRewardData) == 0x000008, "Wrong alignment on FSBZInfamyRewardData"); \ +static_assert(sizeof(FSBZInfamyRewardData) == 0x000018, "Wrong size on FSBZInfamyRewardData"); \ +static_assert(offsetof(FSBZInfamyRewardData, ContentGivenType) == 0x000000, "Member 'FSBZInfamyRewardData::ContentGivenType' has a wrong offset!"); \ +static_assert(offsetof(FSBZInfamyRewardData, ContentGivenValue) == 0x000010, "Member 'FSBZInfamyRewardData::ContentGivenValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTraverseAnimationHandler \ +static_assert(alignof(FSBZTraverseAnimationHandler) == 0x000008, "Wrong alignment on FSBZTraverseAnimationHandler"); \ +static_assert(sizeof(FSBZTraverseAnimationHandler) == 0x000058, "Wrong size on FSBZTraverseAnimationHandler"); \ +static_assert(offsetof(FSBZTraverseAnimationHandler, VerticalDistToFrontEdge) == 0x000004, "Member 'FSBZTraverseAnimationHandler::VerticalDistToFrontEdge' has a wrong offset!"); \ +static_assert(offsetof(FSBZTraverseAnimationHandler, VerticalDistFromBackEdge) == 0x000008, "Member 'FSBZTraverseAnimationHandler::VerticalDistFromBackEdge' has a wrong offset!"); \ +static_assert(offsetof(FSBZTraverseAnimationHandler, ExitTraverseTime) == 0x00000C, "Member 'FSBZTraverseAnimationHandler::ExitTraverseTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZTraverseAnimationHandler, StartAnim) == 0x000010, "Member 'FSBZTraverseAnimationHandler::StartAnim' has a wrong offset!"); \ +static_assert(offsetof(FSBZTraverseAnimationHandler, ExitTraverseAnim) == 0x000018, "Member 'FSBZTraverseAnimationHandler::ExitTraverseAnim' has a wrong offset!"); \ +static_assert(offsetof(FSBZTraverseAnimationHandler, LandAnim) == 0x000020, "Member 'FSBZTraverseAnimationHandler::LandAnim' has a wrong offset!"); \ +static_assert(offsetof(FSBZTraverseAnimationHandler, EndMontage) == 0x000028, "Member 'FSBZTraverseAnimationHandler::EndMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLookFocusHandler \ +static_assert(alignof(FSBZLookFocusHandler) == 0x000008, "Wrong alignment on FSBZLookFocusHandler"); \ +static_assert(sizeof(FSBZLookFocusHandler) == 0x000098, "Wrong size on FSBZLookFocusHandler"); \ +static_assert(offsetof(FSBZLookFocusHandler, Goal) == 0x000048, "Member 'FSBZLookFocusHandler::Goal' has a wrong offset!"); \ +static_assert(offsetof(FSBZLookFocusHandler, Animation) == 0x000050, "Member 'FSBZLookFocusHandler::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZNewsPlatformLink \ +static_assert(alignof(FSBZNewsPlatformLink) == 0x000008, "Wrong alignment on FSBZNewsPlatformLink"); \ +static_assert(sizeof(FSBZNewsPlatformLink) == 0x000018, "Wrong size on FSBZNewsPlatformLink"); \ +static_assert(offsetof(FSBZNewsPlatformLink, FirstPartyPlatform) == 0x000000, "Member 'FSBZNewsPlatformLink::FirstPartyPlatform' has a wrong offset!"); \ +static_assert(offsetof(FSBZNewsPlatformLink, Link) == 0x000008, "Member 'FSBZNewsPlatformLink::Link' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZNewsFeedEntry \ +static_assert(alignof(FSBZNewsFeedEntry) == 0x000008, "Wrong alignment on FSBZNewsFeedEntry"); \ +static_assert(sizeof(FSBZNewsFeedEntry) == 0x000090, "Wrong size on FSBZNewsFeedEntry"); \ +static_assert(offsetof(FSBZNewsFeedEntry, NewsId) == 0x000000, "Member 'FSBZNewsFeedEntry::NewsId' has a wrong offset!"); \ +static_assert(offsetof(FSBZNewsFeedEntry, DefaultLink) == 0x000010, "Member 'FSBZNewsFeedEntry::DefaultLink' has a wrong offset!"); \ +static_assert(offsetof(FSBZNewsFeedEntry, NewsPlatformLinkArray) == 0x000020, "Member 'FSBZNewsFeedEntry::NewsPlatformLinkArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZNewsFeedEntry, ParameterValues) == 0x000030, "Member 'FSBZNewsFeedEntry::ParameterValues' has a wrong offset!"); \ +static_assert(offsetof(FSBZNewsFeedEntry, EventId) == 0x000080, "Member 'FSBZNewsFeedEntry::EventId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCharacterEffectRuntime \ +static_assert(alignof(FSBZCharacterEffectRuntime) == 0x000008, "Wrong alignment on FSBZCharacterEffectRuntime"); \ +static_assert(sizeof(FSBZCharacterEffectRuntime) == 0x000030, "Wrong size on FSBZCharacterEffectRuntime"); \ +static_assert(offsetof(FSBZCharacterEffectRuntime, CharacterEffectData) == 0x000008, "Member 'FSBZCharacterEffectRuntime::CharacterEffectData' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEffectRuntime, CurrentProgress) == 0x000010, "Member 'FSBZCharacterEffectRuntime::CurrentProgress' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEffectRuntime, CharacterEffectValue) == 0x000014, "Member 'FSBZCharacterEffectRuntime::CharacterEffectValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEffectRuntime, CooldownAnimationTime) == 0x000018, "Member 'FSBZCharacterEffectRuntime::CooldownAnimationTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEffectRuntime, CooldownTimer) == 0x00001C, "Member 'FSBZCharacterEffectRuntime::CooldownTimer' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEffectRuntime, bHidesWhenActive) == 0x000020, "Member 'FSBZCharacterEffectRuntime::bHidesWhenActive' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEffectRuntime, bIsAutoRemove) == 0x000021, "Member 'FSBZCharacterEffectRuntime::bIsAutoRemove' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEffectRuntime, MinFractionalDigitCount) == 0x000024, "Member 'FSBZCharacterEffectRuntime::MinFractionalDigitCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEffectRuntime, MaxFractionalDigitCount) == 0x000028, "Member 'FSBZCharacterEffectRuntime::MaxFractionalDigitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZRenownRewardConfiguration \ +static_assert(alignof(FSBZRenownRewardConfiguration) == 0x000008, "Wrong alignment on FSBZRenownRewardConfiguration"); \ +static_assert(sizeof(FSBZRenownRewardConfiguration) == 0x000018, "Wrong size on FSBZRenownRewardConfiguration"); \ +static_assert(offsetof(FSBZRenownRewardConfiguration, RewardCategoryArray) == 0x000000, "Member 'FSBZRenownRewardConfiguration::RewardCategoryArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZRenownRewardConfiguration, InfamyPointsForReward) == 0x000010, "Member 'FSBZRenownRewardConfiguration::InfamyPointsForReward' has a wrong offset!"); \ +static_assert(offsetof(FSBZRenownRewardConfiguration, MaxRenownLevel) == 0x000014, "Member 'FSBZRenownRewardConfiguration::MaxRenownLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCharacterEffectSpawnParams \ +static_assert(alignof(FSBZCharacterEffectSpawnParams) == 0x000004, "Wrong alignment on FSBZCharacterEffectSpawnParams"); \ +static_assert(sizeof(FSBZCharacterEffectSpawnParams) == 0x000014, "Wrong size on FSBZCharacterEffectSpawnParams"); \ +static_assert(offsetof(FSBZCharacterEffectSpawnParams, InitialProgress) == 0x000000, "Member 'FSBZCharacterEffectSpawnParams::InitialProgress' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEffectSpawnParams, InitialCharacterEffectValue) == 0x000004, "Member 'FSBZCharacterEffectSpawnParams::InitialCharacterEffectValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEffectSpawnParams, bHidesWhenActive) == 0x000008, "Member 'FSBZCharacterEffectSpawnParams::bHidesWhenActive' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEffectSpawnParams, MinFractionalDigitCount) == 0x00000C, "Member 'FSBZCharacterEffectSpawnParams::MinFractionalDigitCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterEffectSpawnParams, MaxFractionalDigitCount) == 0x000010, "Member 'FSBZCharacterEffectSpawnParams::MaxFractionalDigitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCharacterInventoryData \ +static_assert(alignof(FSBZCharacterInventoryData) == 0x000008, "Wrong alignment on FSBZCharacterInventoryData"); \ +static_assert(sizeof(FSBZCharacterInventoryData) == 0x000028, "Wrong size on FSBZCharacterInventoryData"); \ +static_assert(offsetof(FSBZCharacterInventoryData, CharacterData) == 0x000000, "Member 'FSBZCharacterInventoryData::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterInventoryData, bCharacterLocked) == 0x000008, "Member 'FSBZCharacterInventoryData::bCharacterLocked' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterInventoryData, CharacterLockReason) == 0x000009, "Member 'FSBZCharacterInventoryData::CharacterLockReason' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterInventoryData, SelectedIndex) == 0x00000C, "Member 'FSBZCharacterInventoryData::SelectedIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterInventoryData, FirstPlatformPurchaseUrl) == 0x000010, "Member 'FSBZCharacterInventoryData::FirstPlatformPurchaseUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCharacterSlotData \ +static_assert(alignof(FSBZCharacterSlotData) == 0x000008, "Wrong alignment on FSBZCharacterSlotData"); \ +static_assert(sizeof(FSBZCharacterSlotData) == 0x000030, "Wrong size on FSBZCharacterSlotData"); \ +static_assert(offsetof(FSBZCharacterSlotData, CharacterInventoryData) == 0x000000, "Member 'FSBZCharacterSlotData::CharacterInventoryData' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterSlotData, IndexInInventory) == 0x000028, "Member 'FSBZCharacterSlotData::IndexInInventory' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterSlotData, SlotStatus) == 0x00002C, "Member 'FSBZCharacterSlotData::SlotStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSpectateCameraSettings \ +static_assert(alignof(FSBZSpectateCameraSettings) == 0x000004, "Wrong alignment on FSBZSpectateCameraSettings"); \ +static_assert(sizeof(FSBZSpectateCameraSettings) == 0x000028, "Wrong size on FSBZSpectateCameraSettings"); \ +static_assert(offsetof(FSBZSpectateCameraSettings, CameraViewRestriction) == 0x000000, "Member 'FSBZSpectateCameraSettings::CameraViewRestriction' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpectateCameraSettings, TargetSpringArmLength) == 0x000020, "Member 'FSBZSpectateCameraSettings::TargetSpringArmLength' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpectateCameraSettings, TargetSpringArmLengthInterpSpeed) == 0x000024, "Member 'FSBZSpectateCameraSettings::TargetSpringArmLengthInterpSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCharacterMovementSetting \ +static_assert(alignof(FSBZCharacterMovementSetting) == 0x000008, "Wrong alignment on FSBZCharacterMovementSetting"); \ +static_assert(sizeof(FSBZCharacterMovementSetting) == 0x0000D8, "Wrong size on FSBZCharacterMovementSetting"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, Stances) == 0x000000, "Member 'FSBZCharacterMovementSetting::Stances' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, BaseEyeHeight) == 0x000004, "Member 'FSBZCharacterMovementSetting::BaseEyeHeight' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, MaxWalkSpeedCrouched) == 0x000008, "Member 'FSBZCharacterMovementSetting::MaxWalkSpeedCrouched' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, MaxRunSpeed) == 0x00000C, "Member 'FSBZCharacterMovementSetting::MaxRunSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, MaxSprintSpeed) == 0x000010, "Member 'FSBZCharacterMovementSetting::MaxSprintSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, MaxTargetingSpeed) == 0x000014, "Member 'FSBZCharacterMovementSetting::MaxTargetingSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, MaxAcceleration) == 0x000018, "Member 'FSBZCharacterMovementSetting::MaxAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, MaxAccelerationRunning) == 0x00001C, "Member 'FSBZCharacterMovementSetting::MaxAccelerationRunning' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, BrakingDecelerationWalking) == 0x000020, "Member 'FSBZCharacterMovementSetting::BrakingDecelerationWalking' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, FrictionSpeedBased) == 0x000024, "Member 'FSBZCharacterMovementSetting::FrictionSpeedBased' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, FrictionSpeedBasedSpeedRange) == 0x00002C, "Member 'FSBZCharacterMovementSetting::FrictionSpeedBasedSpeedRange' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, RotationRate) == 0x000034, "Member 'FSBZCharacterMovementSetting::RotationRate' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, bSlowDownOnCurvedPath) == 0x000040, "Member 'FSBZCharacterMovementSetting::bSlowDownOnCurvedPath' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, MinRunSpeedOnCurvedPath) == 0x000044, "Member 'FSBZCharacterMovementSetting::MinRunSpeedOnCurvedPath' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, PathAngleForMinSpeed) == 0x000048, "Member 'FSBZCharacterMovementSetting::PathAngleForMinSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, AvoidanceConsiderationRadius) == 0x00004C, "Member 'FSBZCharacterMovementSetting::AvoidanceConsiderationRadius' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, AvoidanceDefaultTimeToLive) == 0x000050, "Member 'FSBZCharacterMovementSetting::AvoidanceDefaultTimeToLive' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, AvoidanceLockTimeAfterAvoid) == 0x000054, "Member 'FSBZCharacterMovementSetting::AvoidanceLockTimeAfterAvoid' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, AvoidanceLockTimeAfterClean) == 0x000058, "Member 'FSBZCharacterMovementSetting::AvoidanceLockTimeAfterClean' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, AvoidanceDeltaTimeToPredict) == 0x00005C, "Member 'FSBZCharacterMovementSetting::AvoidanceDeltaTimeToPredict' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, AvoidanceArtificialRadiusExpansion) == 0x000060, "Member 'FSBZCharacterMovementSetting::AvoidanceArtificialRadiusExpansion' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, bAvoidanceCanSlowDownMovement) == 0x000064, "Member 'FSBZCharacterMovementSetting::bAvoidanceCanSlowDownMovement' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, MinAvoidanceSpeed) == 0x000068, "Member 'FSBZCharacterMovementSetting::MinAvoidanceSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, NeighbourCollisionInnerRadius) == 0x00006C, "Member 'FSBZCharacterMovementSetting::NeighbourCollisionInnerRadius' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, NeighbourCollisionOuterRadius) == 0x000070, "Member 'FSBZCharacterMovementSetting::NeighbourCollisionOuterRadius' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, NeighbourCollisionHardCollisionFactor) == 0x000074, "Member 'FSBZCharacterMovementSetting::NeighbourCollisionHardCollisionFactor' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, NeighbourCollisionSoftCollisionFactor) == 0x000078, "Member 'FSBZCharacterMovementSetting::NeighbourCollisionSoftCollisionFactor' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, NeighbourCollisionMaxDuration) == 0x00007C, "Member 'FSBZCharacterMovementSetting::NeighbourCollisionMaxDuration' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, ControlRotationYaw) == 0x000080, "Member 'FSBZCharacterMovementSetting::ControlRotationYaw' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, ControlRotationPitch) == 0x00009C, "Member 'FSBZCharacterMovementSetting::ControlRotationPitch' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, PathFocalDistance) == 0x0000B8, "Member 'FSBZCharacterMovementSetting::PathFocalDistance' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, PathViewFocalDistance) == 0x0000BC, "Member 'FSBZCharacterMovementSetting::PathViewFocalDistance' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, AnimationData) == 0x0000C0, "Member 'FSBZCharacterMovementSetting::AnimationData' has a wrong offset!"); \ +static_assert(offsetof(FSBZCharacterMovementSetting, MaxWalkSpeeds) == 0x0000C8, "Member 'FSBZCharacterMovementSetting::MaxWalkSpeeds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCharacterMeshScaleData \ +static_assert(alignof(FSBZCharacterMeshScaleData) == 0x000008, "Wrong alignment on FSBZCharacterMeshScaleData"); \ +static_assert(sizeof(FSBZCharacterMeshScaleData) == 0x000010, "Wrong size on FSBZCharacterMeshScaleData"); \ +static_assert(offsetof(FSBZCharacterMeshScaleData, ScaleFactors) == 0x000000, "Member 'FSBZCharacterMeshScaleData::ScaleFactors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHumanShieldSlotParameters \ +static_assert(alignof(FSBZHumanShieldSlotParameters) == 0x000004, "Wrong alignment on FSBZHumanShieldSlotParameters"); \ +static_assert(sizeof(FSBZHumanShieldSlotParameters) == 0x000010, "Wrong size on FSBZHumanShieldSlotParameters"); \ +static_assert(offsetof(FSBZHumanShieldSlotParameters, HumanShieldEnterType) == 0x000000, "Member 'FSBZHumanShieldSlotParameters::HumanShieldEnterType' has a wrong offset!"); \ +static_assert(offsetof(FSBZHumanShieldSlotParameters, Offset) == 0x000004, "Member 'FSBZHumanShieldSlotParameters::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZQuestConfigurationData \ +static_assert(alignof(FSBZQuestConfigurationData) == 0x000008, "Wrong alignment on FSBZQuestConfigurationData"); \ +static_assert(sizeof(FSBZQuestConfigurationData) == 0x000030, "Wrong size on FSBZQuestConfigurationData"); \ +static_assert(offsetof(FSBZQuestConfigurationData, QuestId) == 0x000000, "Member 'FSBZQuestConfigurationData::QuestId' has a wrong offset!"); \ +static_assert(offsetof(FSBZQuestConfigurationData, ChallengeIdArray) == 0x000010, "Member 'FSBZQuestConfigurationData::ChallengeIdArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZQuestConfigurationData, RewardItemsData) == 0x000020, "Member 'FSBZQuestConfigurationData::RewardItemsData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZQuestConfigurationDataArray \ +static_assert(alignof(FSBZQuestConfigurationDataArray) == 0x000008, "Wrong alignment on FSBZQuestConfigurationDataArray"); \ +static_assert(sizeof(FSBZQuestConfigurationDataArray) == 0x000010, "Wrong size on FSBZQuestConfigurationDataArray"); \ +static_assert(offsetof(FSBZQuestConfigurationDataArray, QuestConfigurationData) == 0x000000, "Member 'FSBZQuestConfigurationDataArray::QuestConfigurationData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAIAlertnessComment \ +static_assert(alignof(FSBZAIAlertnessComment) == 0x000008, "Wrong alignment on FSBZAIAlertnessComment"); \ +static_assert(sizeof(FSBZAIAlertnessComment) == 0x000010, "Wrong size on FSBZAIAlertnessComment"); \ +static_assert(offsetof(FSBZAIAlertnessComment, RaisedTo) == 0x000000, "Member 'FSBZAIAlertnessComment::RaisedTo' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIAlertnessComment, LoweredTo) == 0x000008, "Member 'FSBZAIAlertnessComment::LoweredTo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZGlobalVoiceCommentPermission \ +static_assert(alignof(FSBZGlobalVoiceCommentPermission) == 0x000004, "Wrong alignment on FSBZGlobalVoiceCommentPermission"); \ +static_assert(sizeof(FSBZGlobalVoiceCommentPermission) == 0x000008, "Wrong size on FSBZGlobalVoiceCommentPermission"); \ +static_assert(offsetof(FSBZGlobalVoiceCommentPermission, CoolDown) == 0x000000, "Member 'FSBZGlobalVoiceCommentPermission::CoolDown' has a wrong offset!"); \ +static_assert(offsetof(FSBZGlobalVoiceCommentPermission, Radius) == 0x000004, "Member 'FSBZGlobalVoiceCommentPermission::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZVoiceEventData \ +static_assert(alignof(FSBZVoiceEventData) == 0x000008, "Wrong alignment on FSBZVoiceEventData"); \ +static_assert(sizeof(FSBZVoiceEventData) == 0x000018, "Wrong size on FSBZVoiceEventData"); \ +static_assert(offsetof(FSBZVoiceEventData, AudioEvent) == 0x000000, "Member 'FSBZVoiceEventData::AudioEvent' has a wrong offset!"); \ +static_assert(offsetof(FSBZVoiceEventData, SwitchGroup) == 0x000008, "Member 'FSBZVoiceEventData::SwitchGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZRandomDefaultSwitchStates \ +static_assert(alignof(FSBZRandomDefaultSwitchStates) == 0x000008, "Wrong alignment on FSBZRandomDefaultSwitchStates"); \ +static_assert(sizeof(FSBZRandomDefaultSwitchStates) == 0x000020, "Wrong size on FSBZRandomDefaultSwitchStates"); \ +static_assert(offsetof(FSBZRandomDefaultSwitchStates, SwitchGroups) == 0x000000, "Member 'FSBZRandomDefaultSwitchStates::SwitchGroups' has a wrong offset!"); \ +static_assert(offsetof(FSBZRandomDefaultSwitchStates, States) == 0x000010, "Member 'FSBZRandomDefaultSwitchStates::States' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZChatCommand \ +static_assert(alignof(FSBZChatCommand) == 0x000008, "Wrong alignment on FSBZChatCommand"); \ +static_assert(sizeof(FSBZChatCommand) == 0x000028, "Wrong size on FSBZChatCommand"); \ +static_assert(offsetof(FSBZChatCommand, CommandAsString) == 0x000008, "Member 'FSBZChatCommand::CommandAsString' has a wrong offset!"); \ +static_assert(offsetof(FSBZChatCommand, CommandToExecute) == 0x000020, "Member 'FSBZChatCommand::CommandToExecute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCommandArray \ +static_assert(alignof(FSBZCommandArray) == 0x000008, "Wrong alignment on FSBZCommandArray"); \ +static_assert(sizeof(FSBZCommandArray) == 0x000030, "Wrong size on FSBZCommandArray"); \ + +#define DUMPER7_ASSERTS_FSBZDebugExportModularPartData \ +static_assert(alignof(FSBZDebugExportModularPartData) == 0x000008, "Wrong alignment on FSBZDebugExportModularPartData"); \ +static_assert(sizeof(FSBZDebugExportModularPartData) == 0x000030, "Wrong size on FSBZDebugExportModularPartData"); \ +static_assert(offsetof(FSBZDebugExportModularPartData, ID) == 0x000000, "Member 'FSBZDebugExportModularPartData::ID' has a wrong offset!"); \ +static_assert(offsetof(FSBZDebugExportModularPartData, Name) == 0x000010, "Member 'FSBZDebugExportModularPartData::Name' has a wrong offset!"); \ +static_assert(offsetof(FSBZDebugExportModularPartData, Type) == 0x000020, "Member 'FSBZDebugExportModularPartData::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLocationInformation \ +static_assert(alignof(FSBZLocationInformation) == 0x000008, "Wrong alignment on FSBZLocationInformation"); \ +static_assert(sizeof(FSBZLocationInformation) == 0x000048, "Wrong size on FSBZLocationInformation"); \ +static_assert(offsetof(FSBZLocationInformation, MainInformation) == 0x000000, "Member 'FSBZLocationInformation::MainInformation' has a wrong offset!"); \ +static_assert(offsetof(FSBZLocationInformation, SecondaryInformation) == 0x000018, "Member 'FSBZLocationInformation::SecondaryInformation' has a wrong offset!"); \ +static_assert(offsetof(FSBZLocationInformation, AdditionalInformation) == 0x000030, "Member 'FSBZLocationInformation::AdditionalInformation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDebugExportWeaponData \ +static_assert(alignof(FSBZDebugExportWeaponData) == 0x000008, "Wrong alignment on FSBZDebugExportWeaponData"); \ +static_assert(sizeof(FSBZDebugExportWeaponData) == 0x000028, "Wrong size on FSBZDebugExportWeaponData"); \ +static_assert(offsetof(FSBZDebugExportWeaponData, ID) == 0x000000, "Member 'FSBZDebugExportWeaponData::ID' has a wrong offset!"); \ +static_assert(offsetof(FSBZDebugExportWeaponData, Name) == 0x000010, "Member 'FSBZDebugExportWeaponData::Name' has a wrong offset!"); \ +static_assert(offsetof(FSBZDebugExportWeaponData, bIsPreset) == 0x000020, "Member 'FSBZDebugExportWeaponData::bIsPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDebugExportSkillData \ +static_assert(alignof(FSBZDebugExportSkillData) == 0x000008, "Wrong alignment on FSBZDebugExportSkillData"); \ +static_assert(sizeof(FSBZDebugExportSkillData) == 0x000050, "Wrong size on FSBZDebugExportSkillData"); \ +static_assert(offsetof(FSBZDebugExportSkillData, Tag) == 0x000000, "Member 'FSBZDebugExportSkillData::Tag' has a wrong offset!"); \ +static_assert(offsetof(FSBZDebugExportSkillData, Name) == 0x000010, "Member 'FSBZDebugExportSkillData::Name' has a wrong offset!"); \ +static_assert(offsetof(FSBZDebugExportSkillData, bIsVersion2) == 0x000020, "Member 'FSBZDebugExportSkillData::bIsVersion2' has a wrong offset!"); \ +static_assert(offsetof(FSBZDebugExportSkillData, bIsAcedVersion2) == 0x000021, "Member 'FSBZDebugExportSkillData::bIsAcedVersion2' has a wrong offset!"); \ +static_assert(offsetof(FSBZDebugExportSkillData, TreeTag) == 0x000028, "Member 'FSBZDebugExportSkillData::TreeTag' has a wrong offset!"); \ +static_assert(offsetof(FSBZDebugExportSkillData, CategoryTag) == 0x000038, "Member 'FSBZDebugExportSkillData::CategoryTag' has a wrong offset!"); \ +static_assert(offsetof(FSBZDebugExportSkillData, EquipCost) == 0x000048, "Member 'FSBZDebugExportSkillData::EquipCost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSequenceViewerSet \ +static_assert(alignof(FSBZSequenceViewerSet) == 0x000008, "Wrong alignment on FSBZSequenceViewerSet"); \ +static_assert(sizeof(FSBZSequenceViewerSet) == 0x000010, "Wrong size on FSBZSequenceViewerSet"); \ +static_assert(offsetof(FSBZSequenceViewerSet, SequenceViewerArray) == 0x000000, "Member 'FSBZSequenceViewerSet::SequenceViewerArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZBaseControlReference \ +static_assert(alignof(FSBZBaseControlReference) == 0x000008, "Wrong alignment on FSBZBaseControlReference"); \ +static_assert(sizeof(FSBZBaseControlReference) == 0x000028, "Wrong size on FSBZBaseControlReference"); \ +static_assert(offsetof(FSBZBaseControlReference, InputType) == 0x000000, "Member 'FSBZBaseControlReference::InputType' has a wrong offset!"); \ +static_assert(offsetof(FSBZBaseControlReference, DisplayText) == 0x000008, "Member 'FSBZBaseControlReference::DisplayText' has a wrong offset!"); \ +static_assert(offsetof(FSBZBaseControlReference, HoldActionDuration) == 0x000020, "Member 'FSBZBaseControlReference::HoldActionDuration' has a wrong offset!"); \ +static_assert(offsetof(FSBZBaseControlReference, bIsInputRegistered) == 0x000024, "Member 'FSBZBaseControlReference::bIsInputRegistered' has a wrong offset!"); \ +static_assert(offsetof(FSBZBaseControlReference, SingleActionEventType) == 0x000025, "Member 'FSBZBaseControlReference::SingleActionEventType' has a wrong offset!"); \ +static_assert(offsetof(FSBZBaseControlReference, bIsInputConsumed) == 0x000026, "Member 'FSBZBaseControlReference::bIsInputConsumed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZActionControlReference \ +static_assert(alignof(FSBZActionControlReference) == 0x000008, "Wrong alignment on FSBZActionControlReference"); \ +static_assert(sizeof(FSBZActionControlReference) == 0x000038, "Wrong size on FSBZActionControlReference"); \ +static_assert(offsetof(FSBZActionControlReference, ActionList) == 0x000028, "Member 'FSBZActionControlReference::ActionList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZControlsReference \ +static_assert(alignof(FSBZControlsReference) == 0x000008, "Wrong alignment on FSBZControlsReference"); \ +static_assert(sizeof(FSBZControlsReference) == 0x000028, "Wrong size on FSBZControlsReference"); \ +static_assert(offsetof(FSBZControlsReference, ActionList) == 0x000000, "Member 'FSBZControlsReference::ActionList' has a wrong offset!"); \ +static_assert(offsetof(FSBZControlsReference, DisplayTime) == 0x000010, "Member 'FSBZControlsReference::DisplayTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZControlsReferenceRuntime \ +static_assert(alignof(FSBZControlsReferenceRuntime) == 0x000008, "Wrong alignment on FSBZControlsReferenceRuntime"); \ +static_assert(sizeof(FSBZControlsReferenceRuntime) == 0x000030, "Wrong size on FSBZControlsReferenceRuntime"); \ +static_assert(offsetof(FSBZControlsReferenceRuntime, ControlsReference) == 0x000000, "Member 'FSBZControlsReferenceRuntime::ControlsReference' has a wrong offset!"); \ +static_assert(offsetof(FSBZControlsReferenceRuntime, ID) == 0x000028, "Member 'FSBZControlsReferenceRuntime::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHackableActorReplicatedData \ +static_assert(alignof(FSBZHackableActorReplicatedData) == 0x000004, "Wrong alignment on FSBZHackableActorReplicatedData"); \ +static_assert(sizeof(FSBZHackableActorReplicatedData) == 0x000008, "Wrong size on FSBZHackableActorReplicatedData"); \ +static_assert(offsetof(FSBZHackableActorReplicatedData, CurrentState) == 0x000000, "Member 'FSBZHackableActorReplicatedData::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(FSBZHackableActorReplicatedData, CurrentProgress) == 0x000001, "Member 'FSBZHackableActorReplicatedData::CurrentProgress' has a wrong offset!"); \ +static_assert(offsetof(FSBZHackableActorReplicatedData, CurrentDisplayTextIndex) == 0x000002, "Member 'FSBZHackableActorReplicatedData::CurrentDisplayTextIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZHackableActorReplicatedData, UpdateFrequency) == 0x000004, "Member 'FSBZHackableActorReplicatedData::UpdateFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHitIndicatorSettings \ +static_assert(alignof(FSBZHitIndicatorSettings) == 0x000004, "Wrong alignment on FSBZHitIndicatorSettings"); \ +static_assert(sizeof(FSBZHitIndicatorSettings) == 0x000034, "Wrong size on FSBZHitIndicatorSettings"); \ +static_assert(offsetof(FSBZHitIndicatorSettings, HitIndicatorColorHit) == 0x000000, "Member 'FSBZHitIndicatorSettings::HitIndicatorColorHit' has a wrong offset!"); \ +static_assert(offsetof(FSBZHitIndicatorSettings, HitIndicatorColorCrit) == 0x000010, "Member 'FSBZHitIndicatorSettings::HitIndicatorColorCrit' has a wrong offset!"); \ +static_assert(offsetof(FSBZHitIndicatorSettings, HitIndicatorColorKill) == 0x000020, "Member 'FSBZHitIndicatorSettings::HitIndicatorColorKill' has a wrong offset!"); \ +static_assert(offsetof(FSBZHitIndicatorSettings, HitIndicatorScale) == 0x000030, "Member 'FSBZHitIndicatorSettings::HitIndicatorScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZButtonControlReference \ +static_assert(alignof(FSBZButtonControlReference) == 0x000008, "Wrong alignment on FSBZButtonControlReference"); \ +static_assert(sizeof(FSBZButtonControlReference) == 0x000038, "Wrong size on FSBZButtonControlReference"); \ +static_assert(offsetof(FSBZButtonControlReference, ButtonAction) == 0x000028, "Member 'FSBZButtonControlReference::ButtonAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZButtonControlsReference \ +static_assert(alignof(FSBZButtonControlsReference) == 0x000008, "Wrong alignment on FSBZButtonControlsReference"); \ +static_assert(sizeof(FSBZButtonControlsReference) == 0x000028, "Wrong size on FSBZButtonControlsReference"); \ +static_assert(offsetof(FSBZButtonControlsReference, ActionList) == 0x000000, "Member 'FSBZButtonControlsReference::ActionList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZProgressionFogMapping \ +static_assert(alignof(FSBZProgressionFogMapping) == 0x000004, "Wrong alignment on FSBZProgressionFogMapping"); \ +static_assert(sizeof(FSBZProgressionFogMapping) == 0x00000C, "Wrong size on FSBZProgressionFogMapping"); \ +static_assert(offsetof(FSBZProgressionFogMapping, FogSettings) == 0x000000, "Member 'FSBZProgressionFogMapping::FogSettings' has a wrong offset!"); \ +static_assert(offsetof(FSBZProgressionFogMapping, Progression) == 0x000008, "Member 'FSBZProgressionFogMapping::Progression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCookingDifficultyDurations \ +static_assert(alignof(FSBZCookingDifficultyDurations) == 0x000004, "Wrong alignment on FSBZCookingDifficultyDurations"); \ +static_assert(sizeof(FSBZCookingDifficultyDurations) == 0x000018, "Wrong size on FSBZCookingDifficultyDurations"); \ +static_assert(offsetof(FSBZCookingDifficultyDurations, UnderCookedInterval) == 0x000000, "Member 'FSBZCookingDifficultyDurations::UnderCookedInterval' has a wrong offset!"); \ +static_assert(offsetof(FSBZCookingDifficultyDurations, CookedInterval) == 0x000008, "Member 'FSBZCookingDifficultyDurations::CookedInterval' has a wrong offset!"); \ +static_assert(offsetof(FSBZCookingDifficultyDurations, OverCookedInterval) == 0x000010, "Member 'FSBZCookingDifficultyDurations::OverCookedInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHelmetHideInfo \ +static_assert(alignof(FSBZHelmetHideInfo) == 0x000001, "Wrong alignment on FSBZHelmetHideInfo"); \ +static_assert(sizeof(FSBZHelmetHideInfo) == 0x000002, "Wrong size on FSBZHelmetHideInfo"); \ +static_assert(offsetof(FSBZHelmetHideInfo, CPDIndex) == 0x000000, "Member 'FSBZHelmetHideInfo::CPDIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZHelmetHideInfo, Bit) == 0x000001, "Member 'FSBZHelmetHideInfo::Bit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCrosshairSettings \ +static_assert(alignof(FSBZCrosshairSettings) == 0x000004, "Wrong alignment on FSBZCrosshairSettings"); \ +static_assert(sizeof(FSBZCrosshairSettings) == 0x00003C, "Wrong size on FSBZCrosshairSettings"); \ +static_assert(offsetof(FSBZCrosshairSettings, BarWidth) == 0x000000, "Member 'FSBZCrosshairSettings::BarWidth' has a wrong offset!"); \ +static_assert(offsetof(FSBZCrosshairSettings, BarLength) == 0x000004, "Member 'FSBZCrosshairSettings::BarLength' has a wrong offset!"); \ +static_assert(offsetof(FSBZCrosshairSettings, DotSize) == 0x000008, "Member 'FSBZCrosshairSettings::DotSize' has a wrong offset!"); \ +static_assert(offsetof(FSBZCrosshairSettings, bShowAccuracy) == 0x00000C, "Member 'FSBZCrosshairSettings::bShowAccuracy' has a wrong offset!"); \ +static_assert(offsetof(FSBZCrosshairSettings, CenterGap) == 0x000010, "Member 'FSBZCrosshairSettings::CenterGap' has a wrong offset!"); \ +static_assert(offsetof(FSBZCrosshairSettings, MinCrosshairScale) == 0x000014, "Member 'FSBZCrosshairSettings::MinCrosshairScale' has a wrong offset!"); \ +static_assert(offsetof(FSBZCrosshairSettings, MaxCrosshairScale) == 0x000018, "Member 'FSBZCrosshairSettings::MaxCrosshairScale' has a wrong offset!"); \ +static_assert(offsetof(FSBZCrosshairSettings, CrosshairBarColor) == 0x00001C, "Member 'FSBZCrosshairSettings::CrosshairBarColor' has a wrong offset!"); \ +static_assert(offsetof(FSBZCrosshairSettings, CrosshairDotColor) == 0x00002C, "Member 'FSBZCrosshairSettings::CrosshairDotColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHoldOutDamageEventFilter \ +static_assert(alignof(FSBZHoldOutDamageEventFilter) == 0x000008, "Wrong alignment on FSBZHoldOutDamageEventFilter"); \ +static_assert(sizeof(FSBZHoldOutDamageEventFilter) == 0x000048, "Wrong size on FSBZHoldOutDamageEventFilter"); \ +static_assert(offsetof(FSBZHoldOutDamageEventFilter, AttackerTypes) == 0x000000, "Member 'FSBZHoldOutDamageEventFilter::AttackerTypes' has a wrong offset!"); \ +static_assert(offsetof(FSBZHoldOutDamageEventFilter, DamageTypes) == 0x000020, "Member 'FSBZHoldOutDamageEventFilter::DamageTypes' has a wrong offset!"); \ +static_assert(offsetof(FSBZHoldOutDamageEventFilter, DefeatStates) == 0x000040, "Member 'FSBZHoldOutDamageEventFilter::DefeatStates' has a wrong offset!"); \ +static_assert(offsetof(FSBZHoldOutDamageEventFilter, DistanceFromQuerier) == 0x000044, "Member 'FSBZHoldOutDamageEventFilter::DistanceFromQuerier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHoldOutDamageEventData \ +static_assert(alignof(FSBZHoldOutDamageEventData) == 0x000008, "Wrong alignment on FSBZHoldOutDamageEventData"); \ +static_assert(sizeof(FSBZHoldOutDamageEventData) == 0x0000B8, "Wrong size on FSBZHoldOutDamageEventData"); \ +static_assert(offsetof(FSBZHoldOutDamageEventData, Filter) == 0x000000, "Member 'FSBZHoldOutDamageEventData::Filter' has a wrong offset!"); \ +static_assert(offsetof(FSBZHoldOutDamageEventData, Tags) == 0x000048, "Member 'FSBZHoldOutDamageEventData::Tags' has a wrong offset!"); \ +static_assert(offsetof(FSBZHoldOutDamageEventData, TagsPerVictimType) == 0x000068, "Member 'FSBZHoldOutDamageEventData::TagsPerVictimType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHumanShieldDirection \ +static_assert(alignof(FSBZHumanShieldDirection) == 0x000008, "Wrong alignment on FSBZHumanShieldDirection"); \ +static_assert(sizeof(FSBZHumanShieldDirection) == 0x000020, "Wrong size on FSBZHumanShieldDirection"); \ +static_assert(offsetof(FSBZHumanShieldDirection, AllowedCategories) == 0x000000, "Member 'FSBZHumanShieldDirection::AllowedCategories' has a wrong offset!"); \ +static_assert(offsetof(FSBZHumanShieldDirection, MinimumAngleAroundTarget) == 0x000004, "Member 'FSBZHumanShieldDirection::MinimumAngleAroundTarget' has a wrong offset!"); \ +static_assert(offsetof(FSBZHumanShieldDirection, MaximumAngleAroundTarget) == 0x000008, "Member 'FSBZHumanShieldDirection::MaximumAngleAroundTarget' has a wrong offset!"); \ +static_assert(offsetof(FSBZHumanShieldDirection, Tag) == 0x000010, "Member 'FSBZHumanShieldDirection::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCuttableTargetData \ +static_assert(alignof(FSBZCuttableTargetData) == 0x000008, "Wrong alignment on FSBZCuttableTargetData"); \ +static_assert(sizeof(FSBZCuttableTargetData) == 0x000018, "Wrong size on FSBZCuttableTargetData"); \ +static_assert(offsetof(FSBZCuttableTargetData, CuttableActor) == 0x000008, "Member 'FSBZCuttableTargetData::CuttableActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDamageAndTimePair \ +static_assert(alignof(FSBZDamageAndTimePair) == 0x000004, "Wrong alignment on FSBZDamageAndTimePair"); \ +static_assert(sizeof(FSBZDamageAndTimePair) == 0x000008, "Wrong size on FSBZDamageAndTimePair"); \ + +#define DUMPER7_ASSERTS_FSBZDbgTextParams \ +static_assert(alignof(FSBZDbgTextParams) == 0x000008, "Wrong alignment on FSBZDbgTextParams"); \ +static_assert(sizeof(FSBZDbgTextParams) == 0x000028, "Wrong size on FSBZDbgTextParams"); \ +static_assert(offsetof(FSBZDbgTextParams, Colour) == 0x000000, "Member 'FSBZDbgTextParams::Colour' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgTextParams, Text) == 0x000010, "Member 'FSBZDbgTextParams::Text' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgTextParams, TimeToDisplay) == 0x000020, "Member 'FSBZDbgTextParams::TimeToDisplay' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgTextParams, OutputLocation) == 0x000024, "Member 'FSBZDbgTextParams::OutputLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDbgSphereParams \ +static_assert(alignof(FSBZDbgSphereParams) == 0x000004, "Wrong alignment on FSBZDbgSphereParams"); \ +static_assert(sizeof(FSBZDbgSphereParams) == 0x000024, "Wrong size on FSBZDbgSphereParams"); \ +static_assert(offsetof(FSBZDbgSphereParams, Location) == 0x000000, "Member 'FSBZDbgSphereParams::Location' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgSphereParams, Radius) == 0x00000C, "Member 'FSBZDbgSphereParams::Radius' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgSphereParams, Segments) == 0x000010, "Member 'FSBZDbgSphereParams::Segments' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgSphereParams, Color) == 0x000014, "Member 'FSBZDbgSphereParams::Color' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgSphereParams, bPersistent) == 0x000018, "Member 'FSBZDbgSphereParams::bPersistent' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgSphereParams, Life) == 0x00001C, "Member 'FSBZDbgSphereParams::Life' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgSphereParams, Priority) == 0x000020, "Member 'FSBZDbgSphereParams::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHurtReactionData \ +static_assert(alignof(FSBZHurtReactionData) == 0x000008, "Wrong alignment on FSBZHurtReactionData"); \ +static_assert(sizeof(FSBZHurtReactionData) == 0x000018, "Wrong size on FSBZHurtReactionData"); \ +static_assert(offsetof(FSBZHurtReactionData, HurtReactionWeightCurve) == 0x000000, "Member 'FSBZHurtReactionData::HurtReactionWeightCurve' has a wrong offset!"); \ +static_assert(offsetof(FSBZHurtReactionData, HurtReactionWeightModifier) == 0x000008, "Member 'FSBZHurtReactionData::HurtReactionWeightModifier' has a wrong offset!"); \ +static_assert(offsetof(FSBZHurtReactionData, DesiredHurtReactionWeight) == 0x00000C, "Member 'FSBZHurtReactionData::DesiredHurtReactionWeight' has a wrong offset!"); \ +static_assert(offsetof(FSBZHurtReactionData, HurtReactionWeightBuildupModifier) == 0x000010, "Member 'FSBZHurtReactionData::HurtReactionWeightBuildupModifier' has a wrong offset!"); \ +static_assert(offsetof(FSBZHurtReactionData, CriticalHurtReactionWeightBuildupModifier) == 0x000014, "Member 'FSBZHurtReactionData::CriticalHurtReactionWeightBuildupModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDbgLineParams \ +static_assert(alignof(FSBZDbgLineParams) == 0x000004, "Wrong alignment on FSBZDbgLineParams"); \ +static_assert(sizeof(FSBZDbgLineParams) == 0x00002C, "Wrong size on FSBZDbgLineParams"); \ +static_assert(offsetof(FSBZDbgLineParams, Start) == 0x000000, "Member 'FSBZDbgLineParams::Start' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgLineParams, End) == 0x00000C, "Member 'FSBZDbgLineParams::End' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgLineParams, Thickness) == 0x000018, "Member 'FSBZDbgLineParams::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgLineParams, Color) == 0x00001C, "Member 'FSBZDbgLineParams::Color' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgLineParams, bPersistent) == 0x000020, "Member 'FSBZDbgLineParams::bPersistent' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgLineParams, Life) == 0x000024, "Member 'FSBZDbgLineParams::Life' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgLineParams, Priority) == 0x000028, "Member 'FSBZDbgLineParams::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDbgPointParams \ +static_assert(alignof(FSBZDbgPointParams) == 0x000004, "Wrong alignment on FSBZDbgPointParams"); \ +static_assert(sizeof(FSBZDbgPointParams) == 0x000020, "Wrong size on FSBZDbgPointParams"); \ +static_assert(offsetof(FSBZDbgPointParams, Location) == 0x000000, "Member 'FSBZDbgPointParams::Location' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgPointParams, Size) == 0x00000C, "Member 'FSBZDbgPointParams::Size' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgPointParams, Color) == 0x000010, "Member 'FSBZDbgPointParams::Color' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgPointParams, bPersistent) == 0x000014, "Member 'FSBZDbgPointParams::bPersistent' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgPointParams, Life) == 0x000018, "Member 'FSBZDbgPointParams::Life' has a wrong offset!"); \ +static_assert(offsetof(FSBZDbgPointParams, Priority) == 0x00001C, "Member 'FSBZDbgPointParams::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerDebuggerOptions \ +static_assert(alignof(FSBZPlayerDebuggerOptions) == 0x000001, "Wrong alignment on FSBZPlayerDebuggerOptions"); \ +static_assert(sizeof(FSBZPlayerDebuggerOptions) == 0x000004, "Wrong size on FSBZPlayerDebuggerOptions"); \ +static_assert(offsetof(FSBZPlayerDebuggerOptions, bIsGod) == 0x000000, "Member 'FSBZPlayerDebuggerOptions::bIsGod' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerDebuggerOptions, bIsInfiniteAmmo) == 0x000001, "Member 'FSBZPlayerDebuggerOptions::bIsInfiniteAmmo' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerDebuggerOptions, bIsInvisible) == 0x000002, "Member 'FSBZPlayerDebuggerOptions::bIsInvisible' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerDebuggerOptions, bIsInaudible) == 0x000003, "Member 'FSBZPlayerDebuggerOptions::bIsInaudible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDefeatStateAnimationHandler \ +static_assert(alignof(FSBZDefeatStateAnimationHandler) == 0x000008, "Wrong alignment on FSBZDefeatStateAnimationHandler"); \ +static_assert(sizeof(FSBZDefeatStateAnimationHandler) == 0x000028, "Wrong size on FSBZDefeatStateAnimationHandler"); \ +static_assert(offsetof(FSBZDefeatStateAnimationHandler, IdleSubdued) == 0x000000, "Member 'FSBZDefeatStateAnimationHandler::IdleSubdued' has a wrong offset!"); \ +static_assert(offsetof(FSBZDefeatStateAnimationHandler, IdleDowned) == 0x000008, "Member 'FSBZDefeatStateAnimationHandler::IdleDowned' has a wrong offset!"); \ +static_assert(offsetof(FSBZDefeatStateAnimationHandler, IdleBleedOut) == 0x000010, "Member 'FSBZDefeatStateAnimationHandler::IdleBleedOut' has a wrong offset!"); \ +static_assert(offsetof(FSBZDefeatStateAnimationHandler, DownedAimOffset) == 0x000018, "Member 'FSBZDefeatStateAnimationHandler::DownedAimOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHurtReactionAnimation \ +static_assert(alignof(FSBZHurtReactionAnimation) == 0x000008, "Wrong alignment on FSBZHurtReactionAnimation"); \ +static_assert(sizeof(FSBZHurtReactionAnimation) == 0x000010, "Wrong size on FSBZHurtReactionAnimation"); \ +static_assert(offsetof(FSBZHurtReactionAnimation, Montage) == 0x000000, "Member 'FSBZHurtReactionAnimation::Montage' has a wrong offset!"); \ +static_assert(offsetof(FSBZHurtReactionAnimation, Index) == 0x000008, "Member 'FSBZHurtReactionAnimation::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHurtReactionDirection \ +static_assert(alignof(FSBZHurtReactionDirection) == 0x000008, "Wrong alignment on FSBZHurtReactionDirection"); \ +static_assert(sizeof(FSBZHurtReactionDirection) == 0x000040, "Wrong size on FSBZHurtReactionDirection"); \ +static_assert(offsetof(FSBZHurtReactionDirection, Forward) == 0x000000, "Member 'FSBZHurtReactionDirection::Forward' has a wrong offset!"); \ +static_assert(offsetof(FSBZHurtReactionDirection, Right) == 0x000010, "Member 'FSBZHurtReactionDirection::Right' has a wrong offset!"); \ +static_assert(offsetof(FSBZHurtReactionDirection, Backward) == 0x000020, "Member 'FSBZHurtReactionDirection::Backward' has a wrong offset!"); \ +static_assert(offsetof(FSBZHurtReactionDirection, Left) == 0x000030, "Member 'FSBZHurtReactionDirection::Left' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZBoneHurtReaction \ +static_assert(alignof(FSBZBoneHurtReaction) == 0x000008, "Wrong alignment on FSBZBoneHurtReaction"); \ +static_assert(sizeof(FSBZBoneHurtReaction) == 0x000060, "Wrong size on FSBZBoneHurtReaction"); \ +static_assert(offsetof(FSBZBoneHurtReaction, DefaultBoneName) == 0x000000, "Member 'FSBZBoneHurtReaction::DefaultBoneName' has a wrong offset!"); \ +static_assert(offsetof(FSBZBoneHurtReaction, BoneMap) == 0x000010, "Member 'FSBZBoneHurtReaction::BoneMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZVoiceSwitchPerPerformer \ +static_assert(alignof(FSBZVoiceSwitchPerPerformer) == 0x000008, "Wrong alignment on FSBZVoiceSwitchPerPerformer"); \ +static_assert(sizeof(FSBZVoiceSwitchPerPerformer) == 0x000018, "Wrong size on FSBZVoiceSwitchPerPerformer"); \ +static_assert(offsetof(FSBZVoiceSwitchPerPerformer, Performer) == 0x000000, "Member 'FSBZVoiceSwitchPerPerformer::Performer' has a wrong offset!"); \ +static_assert(offsetof(FSBZVoiceSwitchPerPerformer, AllowedVoiceSwitches) == 0x000008, "Member 'FSBZVoiceSwitchPerPerformer::AllowedVoiceSwitches' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDialogLineDefinition \ +static_assert(alignof(FSBZDialogLineDefinition) == 0x000008, "Wrong alignment on FSBZDialogLineDefinition"); \ +static_assert(sizeof(FSBZDialogLineDefinition) == 0x000028, "Wrong size on FSBZDialogLineDefinition"); \ +static_assert(offsetof(FSBZDialogLineDefinition, Performer) == 0x000000, "Member 'FSBZDialogLineDefinition::Performer' has a wrong offset!"); \ +static_assert(offsetof(FSBZDialogLineDefinition, AudioEvent) == 0x000008, "Member 'FSBZDialogLineDefinition::AudioEvent' has a wrong offset!"); \ +static_assert(offsetof(FSBZDialogLineDefinition, CommentState) == 0x000010, "Member 'FSBZDialogLineDefinition::CommentState' has a wrong offset!"); \ +static_assert(offsetof(FSBZDialogLineDefinition, Delay) == 0x000020, "Member 'FSBZDialogLineDefinition::Delay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZReplicatedInteractionData \ +static_assert(alignof(FSBZReplicatedInteractionData) == 0x000008, "Wrong alignment on FSBZReplicatedInteractionData"); \ +static_assert(sizeof(FSBZReplicatedInteractionData) == 0x000010, "Wrong size on FSBZReplicatedInteractionData"); \ +static_assert(offsetof(FSBZReplicatedInteractionData, CurrentInteraction) == 0x000000, "Member 'FSBZReplicatedInteractionData::CurrentInteraction' has a wrong offset!"); \ +static_assert(offsetof(FSBZReplicatedInteractionData, ModeIndex) == 0x000008, "Member 'FSBZReplicatedInteractionData::ModeIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDrillMatData \ +static_assert(alignof(FSBZDrillMatData) == 0x000004, "Wrong alignment on FSBZDrillMatData"); \ +static_assert(sizeof(FSBZDrillMatData) == 0x000008, "Wrong size on FSBZDrillMatData"); \ +static_assert(offsetof(FSBZDrillMatData, ProgressPerSec) == 0x000000, "Member 'FSBZDrillMatData::ProgressPerSec' has a wrong offset!"); \ +static_assert(offsetof(FSBZDrillMatData, HeatPerSec) == 0x000004, "Member 'FSBZDrillMatData::HeatPerSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDrillRepData \ +static_assert(alignof(FSBZDrillRepData) == 0x000008, "Wrong alignment on FSBZDrillRepData"); \ +static_assert(sizeof(FSBZDrillRepData) == 0x000028, "Wrong size on FSBZDrillRepData"); \ +static_assert(offsetof(FSBZDrillRepData, State) == 0x000000, "Member 'FSBZDrillRepData::State' has a wrong offset!"); \ +static_assert(offsetof(FSBZDrillRepData, ProgressLast) == 0x000004, "Member 'FSBZDrillRepData::ProgressLast' has a wrong offset!"); \ +static_assert(offsetof(FSBZDrillRepData, HeatLast) == 0x000008, "Member 'FSBZDrillRepData::HeatLast' has a wrong offset!"); \ +static_assert(offsetof(FSBZDrillRepData, HeatPerSec) == 0x00000C, "Member 'FSBZDrillRepData::HeatPerSec' has a wrong offset!"); \ +static_assert(offsetof(FSBZDrillRepData, ProgressPerSec) == 0x000010, "Member 'FSBZDrillRepData::ProgressPerSec' has a wrong offset!"); \ +static_assert(offsetof(FSBZDrillRepData, LastTime) == 0x000014, "Member 'FSBZDrillRepData::LastTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZDrillRepData, bFastSpeed) == 0x000018, "Member 'FSBZDrillRepData::bFastSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZDrillRepData, CurrentMaterial) == 0x000020, "Member 'FSBZDrillRepData::CurrentMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZBaseImpactData \ +static_assert(alignof(FSBZBaseImpactData) == 0x000008, "Wrong alignment on FSBZBaseImpactData"); \ +static_assert(sizeof(FSBZBaseImpactData) == 0x000030, "Wrong size on FSBZBaseImpactData"); \ +static_assert(offsetof(FSBZBaseImpactData, Effect) == 0x000000, "Member 'FSBZBaseImpactData::Effect' has a wrong offset!"); \ +static_assert(offsetof(FSBZBaseImpactData, DamageEffect) == 0x000008, "Member 'FSBZBaseImpactData::DamageEffect' has a wrong offset!"); \ +static_assert(offsetof(FSBZBaseImpactData, Decals) == 0x000010, "Member 'FSBZBaseImpactData::Decals' has a wrong offset!"); \ +static_assert(offsetof(FSBZBaseImpactData, OverrideMaterialSoundSwitchState) == 0x000020, "Member 'FSBZBaseImpactData::OverrideMaterialSoundSwitchState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZStandardImpactData \ +static_assert(alignof(FSBZStandardImpactData) == 0x000008, "Wrong alignment on FSBZStandardImpactData"); \ +static_assert(sizeof(FSBZStandardImpactData) == 0x000048, "Wrong size on FSBZStandardImpactData"); \ +static_assert(offsetof(FSBZStandardImpactData, DecalScale) == 0x000030, "Member 'FSBZStandardImpactData::DecalScale' has a wrong offset!"); \ +static_assert(offsetof(FSBZStandardImpactData, DecalDepth) == 0x000038, "Member 'FSBZStandardImpactData::DecalDepth' has a wrong offset!"); \ +static_assert(offsetof(FSBZStandardImpactData, DecalMaxStretchCosAngle) == 0x00003C, "Member 'FSBZStandardImpactData::DecalMaxStretchCosAngle' has a wrong offset!"); \ +static_assert(offsetof(FSBZStandardImpactData, DecalMaxStretchScaler) == 0x000040, "Member 'FSBZStandardImpactData::DecalMaxStretchScaler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDronePathUpVectorComputationSettings \ +static_assert(alignof(FSBZDronePathUpVectorComputationSettings) == 0x000004, "Wrong alignment on FSBZDronePathUpVectorComputationSettings"); \ +static_assert(sizeof(FSBZDronePathUpVectorComputationSettings) == 0x000014, "Wrong size on FSBZDronePathUpVectorComputationSettings"); \ +static_assert(offsetof(FSBZDronePathUpVectorComputationSettings, RollAheadDistance) == 0x000000, "Member 'FSBZDronePathUpVectorComputationSettings::RollAheadDistance' has a wrong offset!"); \ +static_assert(offsetof(FSBZDronePathUpVectorComputationSettings, MaxRollAngle) == 0x000004, "Member 'FSBZDronePathUpVectorComputationSettings::MaxRollAngle' has a wrong offset!"); \ +static_assert(offsetof(FSBZDronePathUpVectorComputationSettings, RollStepDistance) == 0x000008, "Member 'FSBZDronePathUpVectorComputationSettings::RollStepDistance' has a wrong offset!"); \ +static_assert(offsetof(FSBZDronePathUpVectorComputationSettings, PitchAheadDistance) == 0x00000C, "Member 'FSBZDronePathUpVectorComputationSettings::PitchAheadDistance' has a wrong offset!"); \ +static_assert(offsetof(FSBZDronePathUpVectorComputationSettings, MaxPitchAngle) == 0x000010, "Member 'FSBZDronePathUpVectorComputationSettings::MaxPitchAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZQuat_NetQuantizeNormal \ +static_assert(alignof(FSBZQuat_NetQuantizeNormal) == 0x000010, "Wrong alignment on FSBZQuat_NetQuantizeNormal"); \ +static_assert(sizeof(FSBZQuat_NetQuantizeNormal) == 0x000010, "Wrong size on FSBZQuat_NetQuantizeNormal"); \ + +#define DUMPER7_ASSERTS_FSBZDropPlaceableEquippableData \ +static_assert(alignof(FSBZDropPlaceableEquippableData) == 0x000010, "Wrong alignment on FSBZDropPlaceableEquippableData"); \ +static_assert(sizeof(FSBZDropPlaceableEquippableData) == 0x000040, "Wrong size on FSBZDropPlaceableEquippableData"); \ +static_assert(offsetof(FSBZDropPlaceableEquippableData, Location) == 0x000000, "Member 'FSBZDropPlaceableEquippableData::Location' has a wrong offset!"); \ +static_assert(offsetof(FSBZDropPlaceableEquippableData, Quat) == 0x000010, "Member 'FSBZDropPlaceableEquippableData::Quat' has a wrong offset!"); \ +static_assert(offsetof(FSBZDropPlaceableEquippableData, LinearVelocity) == 0x000020, "Member 'FSBZDropPlaceableEquippableData::LinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSBZDropPlaceableEquippableData, AngularVelocity) == 0x00002C, "Member 'FSBZDropPlaceableEquippableData::AngularVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInfamyLevelData \ +static_assert(alignof(FSBZInfamyLevelData) == 0x000008, "Wrong alignment on FSBZInfamyLevelData"); \ +static_assert(sizeof(FSBZInfamyLevelData) == 0x000038, "Wrong size on FSBZInfamyLevelData"); \ +static_assert(offsetof(FSBZInfamyLevelData, AdditionalInfamyPoints) == 0x000000, "Member 'FSBZInfamyLevelData::AdditionalInfamyPoints' has a wrong offset!"); \ +static_assert(offsetof(FSBZInfamyLevelData, GrantedSkillPointCountArray) == 0x000008, "Member 'FSBZInfamyLevelData::GrantedSkillPointCountArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZInfamyLevelData, TotalInfamyPoints) == 0x000018, "Member 'FSBZInfamyLevelData::TotalInfamyPoints' has a wrong offset!"); \ +static_assert(offsetof(FSBZInfamyLevelData, TotalSkillPointCountArray) == 0x000020, "Member 'FSBZInfamyLevelData::TotalSkillPointCountArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZInfamyLevelData, Level) == 0x000030, "Member 'FSBZInfamyLevelData::Level' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCDPTableRow \ +static_assert(alignof(FSBZCDPTableRow) == 0x000008, "Wrong alignment on FSBZCDPTableRow"); \ +static_assert(sizeof(FSBZCDPTableRow) == 0x000060, "Wrong size on FSBZCDPTableRow"); \ +static_assert(offsetof(FSBZCDPTableRow, CDP_id) == 0x000008, "Member 'FSBZCDPTableRow::CDP_id' has a wrong offset!"); \ +static_assert(offsetof(FSBZCDPTableRow, Tooltip) == 0x000010, "Member 'FSBZCDPTableRow::Tooltip' has a wrong offset!"); \ +static_assert(offsetof(FSBZCDPTableRow, Variable_type) == 0x000028, "Member 'FSBZCDPTableRow::Variable_type' has a wrong offset!"); \ +static_assert(offsetof(FSBZCDPTableRow, FloatValue) == 0x00002C, "Member 'FSBZCDPTableRow::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZCDPTableRow, IntValue) == 0x000030, "Member 'FSBZCDPTableRow::IntValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZCDPTableRow, SelectValue) == 0x000034, "Member 'FSBZCDPTableRow::SelectValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZCDPTableRow, ColorValue) == 0x000038, "Member 'FSBZCDPTableRow::ColorValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZCDPTableRow, BoolValue) == 0x000048, "Member 'FSBZCDPTableRow::BoolValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZCDPTableRow, BitPosition) == 0x000049, "Member 'FSBZCDPTableRow::BitPosition' has a wrong offset!"); \ +static_assert(offsetof(FSBZCDPTableRow, CollisionNames) == 0x000050, "Member 'FSBZCDPTableRow::CollisionNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZEmoteMapping \ +static_assert(alignof(FSBZEmoteMapping) == 0x000008, "Wrong alignment on FSBZEmoteMapping"); \ +static_assert(sizeof(FSBZEmoteMapping) == 0x000028, "Wrong size on FSBZEmoteMapping"); \ +static_assert(offsetof(FSBZEmoteMapping, Tag) == 0x000000, "Member 'FSBZEmoteMapping::Tag' has a wrong offset!"); \ +static_assert(offsetof(FSBZEmoteMapping, Text) == 0x000010, "Member 'FSBZEmoteMapping::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSkillAttackCount \ +static_assert(alignof(FSBZSkillAttackCount) == 0x000004, "Wrong alignment on FSBZSkillAttackCount"); \ +static_assert(sizeof(FSBZSkillAttackCount) == 0x00000C, "Wrong size on FSBZSkillAttackCount"); \ +static_assert(offsetof(FSBZSkillAttackCount, PrimaryEquippable) == 0x000000, "Member 'FSBZSkillAttackCount::PrimaryEquippable' has a wrong offset!"); \ +static_assert(offsetof(FSBZSkillAttackCount, SecondaryEquippable) == 0x000004, "Member 'FSBZSkillAttackCount::SecondaryEquippable' has a wrong offset!"); \ +static_assert(offsetof(FSBZSkillAttackCount, PrimaryThrowable) == 0x000008, "Member 'FSBZSkillAttackCount::PrimaryThrowable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZEmotions \ +static_assert(alignof(FSBZEmotions) == 0x000008, "Wrong alignment on FSBZEmotions"); \ +static_assert(sizeof(FSBZEmotions) == 0x000010, "Wrong size on FSBZEmotions"); \ +static_assert(offsetof(FSBZEmotions, Emotions) == 0x000000, "Member 'FSBZEmotions::Emotions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZEndMissionRequestData \ +static_assert(alignof(FSBZEndMissionRequestData) == 0x000004, "Wrong alignment on FSBZEndMissionRequestData"); \ +static_assert(sizeof(FSBZEndMissionRequestData) == 0x000008, "Wrong size on FSBZEndMissionRequestData"); \ +static_assert(offsetof(FSBZEndMissionRequestData, MissionResult) == 0x000000, "Member 'FSBZEndMissionRequestData::MissionResult' has a wrong offset!"); \ +static_assert(offsetof(FSBZEndMissionRequestData, OutroVariation) == 0x000004, "Member 'FSBZEndMissionRequestData::OutroVariation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZItemRewardRequestEntry \ +static_assert(alignof(FSBZItemRewardRequestEntry) == 0x000008, "Wrong alignment on FSBZItemRewardRequestEntry"); \ +static_assert(sizeof(FSBZItemRewardRequestEntry) == 0x000020, "Wrong size on FSBZItemRewardRequestEntry"); \ +static_assert(offsetof(FSBZItemRewardRequestEntry, RewardRequestType) == 0x000000, "Member 'FSBZItemRewardRequestEntry::RewardRequestType' has a wrong offset!"); \ +static_assert(offsetof(FSBZItemRewardRequestEntry, AccelByteUserId) == 0x000008, "Member 'FSBZItemRewardRequestEntry::AccelByteUserId' has a wrong offset!"); \ +static_assert(offsetof(FSBZItemRewardRequestEntry, PlayerId) == 0x000018, "Member 'FSBZItemRewardRequestEntry::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZBonusExpMapEntry \ +static_assert(alignof(FSBZBonusExpMapEntry) == 0x000008, "Wrong alignment on FSBZBonusExpMapEntry"); \ +static_assert(sizeof(FSBZBonusExpMapEntry) == 0x000018, "Wrong size on FSBZBonusExpMapEntry"); \ +static_assert(offsetof(FSBZBonusExpMapEntry, PerformanceObjective) == 0x000000, "Member 'FSBZBonusExpMapEntry::PerformanceObjective' has a wrong offset!"); \ +static_assert(offsetof(FSBZBonusExpMapEntry, GainedExp) == 0x000010, "Member 'FSBZBonusExpMapEntry::GainedExp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMenuACCharacterEquippableSlots \ +static_assert(alignof(FSBZMenuACCharacterEquippableSlots) == 0x000008, "Wrong alignment on FSBZMenuACCharacterEquippableSlots"); \ +static_assert(sizeof(FSBZMenuACCharacterEquippableSlots) == 0x000030, "Wrong size on FSBZMenuACCharacterEquippableSlots"); \ +static_assert(offsetof(FSBZMenuACCharacterEquippableSlots, CharacterSlots) == 0x000000, "Member 'FSBZMenuACCharacterEquippableSlots::CharacterSlots' has a wrong offset!"); \ +static_assert(offsetof(FSBZMenuACCharacterEquippableSlots, EquippableSlots) == 0x000018, "Member 'FSBZMenuACCharacterEquippableSlots::EquippableSlots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMenuACEquippablePerCharacterSlot \ +static_assert(alignof(FSBZMenuACEquippablePerCharacterSlot) == 0x000008, "Wrong alignment on FSBZMenuACEquippablePerCharacterSlot"); \ +static_assert(sizeof(FSBZMenuACEquippablePerCharacterSlot) == 0x000050, "Wrong size on FSBZMenuACEquippablePerCharacterSlot"); \ +static_assert(offsetof(FSBZMenuACEquippablePerCharacterSlot, SlotsMap) == 0x000000, "Member 'FSBZMenuACEquippablePerCharacterSlot::SlotsMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZProjectileTypeImpactData \ +static_assert(alignof(FSBZProjectileTypeImpactData) == 0x000008, "Wrong alignment on FSBZProjectileTypeImpactData"); \ +static_assert(sizeof(FSBZProjectileTypeImpactData) == 0x000038, "Wrong size on FSBZProjectileTypeImpactData"); \ +static_assert(offsetof(FSBZProjectileTypeImpactData, ImpactType) == 0x000030, "Member 'FSBZProjectileTypeImpactData::ImpactType' has a wrong offset!"); \ +static_assert(offsetof(FSBZProjectileTypeImpactData, DecalMultiplier) == 0x000034, "Member 'FSBZProjectileTypeImpactData::DecalMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZEquippableRuntime \ +static_assert(alignof(FSBZEquippableRuntime) == 0x000008, "Wrong alignment on FSBZEquippableRuntime"); \ +static_assert(sizeof(FSBZEquippableRuntime) == 0x000048, "Wrong size on FSBZEquippableRuntime"); \ +static_assert(offsetof(FSBZEquippableRuntime, GadgetDataArray) == 0x000000, "Member 'FSBZEquippableRuntime::GadgetDataArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZEquippableRuntime, GadgetActorArray) == 0x000010, "Member 'FSBZEquippableRuntime::GadgetActorArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZEquippableRuntime, SightArray) == 0x000028, "Member 'FSBZEquippableRuntime::SightArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZEquippableRuntime, CurrentSightIndex) == 0x000038, "Member 'FSBZEquippableRuntime::CurrentSightIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZEquippableRuntime, CurrentSightData) == 0x000040, "Member 'FSBZEquippableRuntime::CurrentSightData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZEventRequest \ +static_assert(alignof(FSBZEventRequest) == 0x000008, "Wrong alignment on FSBZEventRequest"); \ +static_assert(sizeof(FSBZEventRequest) == 0x000038, "Wrong size on FSBZEventRequest"); \ +static_assert(offsetof(FSBZEventRequest, VoiceComment) == 0x000000, "Member 'FSBZEventRequest::VoiceComment' has a wrong offset!"); \ +static_assert(offsetof(FSBZEventRequest, VoicePriority) == 0x000008, "Member 'FSBZEventRequest::VoicePriority' has a wrong offset!"); \ +static_assert(offsetof(FSBZEventRequest, EQSQuery) == 0x000010, "Member 'FSBZEventRequest::EQSQuery' has a wrong offset!"); \ +static_assert(offsetof(FSBZEventRequest, TargetFinder) == 0x000018, "Member 'FSBZEventRequest::TargetFinder' has a wrong offset!"); \ +static_assert(offsetof(FSBZEventRequest, bShouldLoopFromBeginPlay) == 0x000020, "Member 'FSBZEventRequest::bShouldLoopFromBeginPlay' has a wrong offset!"); \ +static_assert(offsetof(FSBZEventRequest, SoundLoopInterval) == 0x000024, "Member 'FSBZEventRequest::SoundLoopInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZEventRequestContainer \ +static_assert(alignof(FSBZEventRequestContainer) == 0x000008, "Wrong alignment on FSBZEventRequestContainer"); \ +static_assert(sizeof(FSBZEventRequestContainer) == 0x000010, "Wrong size on FSBZEventRequestContainer"); \ +static_assert(offsetof(FSBZEventRequestContainer, EventRequests) == 0x000000, "Member 'FSBZEventRequestContainer::EventRequests' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCombinedReloadState \ +static_assert(alignof(FSBZCombinedReloadState) == 0x000001, "Wrong alignment on FSBZCombinedReloadState"); \ +static_assert(sizeof(FSBZCombinedReloadState) == 0x000003, "Wrong size on FSBZCombinedReloadState"); \ +static_assert(offsetof(FSBZCombinedReloadState, State) == 0x000000, "Member 'FSBZCombinedReloadState::State' has a wrong offset!"); \ +static_assert(offsetof(FSBZCombinedReloadState, bIsEmptyCycleNeeded) == 0x000001, "Member 'FSBZCombinedReloadState::bIsEmptyCycleNeeded' has a wrong offset!"); \ +static_assert(offsetof(FSBZCombinedReloadState, bIsCycleNeeded) == 0x000002, "Member 'FSBZCombinedReloadState::bIsCycleNeeded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZReplicatedReloadState \ +static_assert(alignof(FSBZReplicatedReloadState) == 0x000001, "Wrong alignment on FSBZReplicatedReloadState"); \ +static_assert(sizeof(FSBZReplicatedReloadState) == 0x00000B, "Wrong size on FSBZReplicatedReloadState"); \ +static_assert(offsetof(FSBZReplicatedReloadState, Array) == 0x000000, "Member 'FSBZReplicatedReloadState::Array' has a wrong offset!"); \ +static_assert(offsetof(FSBZReplicatedReloadState, bIsPlaying) == 0x000009, "Member 'FSBZReplicatedReloadState::bIsPlaying' has a wrong offset!"); \ +static_assert(offsetof(FSBZReplicatedReloadState, bIsPlayingEmptyCycleNeeded) == 0x00000A, "Member 'FSBZReplicatedReloadState::bIsPlayingEmptyCycleNeeded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZExplosionBox \ +static_assert(alignof(FSBZExplosionBox) == 0x000010, "Wrong alignment on FSBZExplosionBox"); \ +static_assert(sizeof(FSBZExplosionBox) == 0x000050, "Wrong size on FSBZExplosionBox"); \ +static_assert(offsetof(FSBZExplosionBox, Location) == 0x000000, "Member 'FSBZExplosionBox::Location' has a wrong offset!"); \ +static_assert(offsetof(FSBZExplosionBox, Quat) == 0x000010, "Member 'FSBZExplosionBox::Quat' has a wrong offset!"); \ +static_assert(offsetof(FSBZExplosionBox, HalfExtent) == 0x000020, "Member 'FSBZExplosionBox::HalfExtent' has a wrong offset!"); \ +static_assert(offsetof(FSBZExplosionBox, Delay) == 0x00002C, "Member 'FSBZExplosionBox::Delay' has a wrong offset!"); \ +static_assert(offsetof(FSBZExplosionBox, DelayHalfExtentPadding) == 0x000030, "Member 'FSBZExplosionBox::DelayHalfExtentPadding' has a wrong offset!"); \ +static_assert(offsetof(FSBZExplosionBox, DelayOffset) == 0x00003C, "Member 'FSBZExplosionBox::DelayOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZExplosionResult \ +static_assert(alignof(FSBZExplosionResult) == 0x000008, "Wrong alignment on FSBZExplosionResult"); \ +static_assert(sizeof(FSBZExplosionResult) == 0x000028, "Wrong size on FSBZExplosionResult"); \ + +#define DUMPER7_ASSERTS_FSBZExplosivePhysicsEffectData \ +static_assert(alignof(FSBZExplosivePhysicsEffectData) == 0x000004, "Wrong alignment on FSBZExplosivePhysicsEffectData"); \ +static_assert(sizeof(FSBZExplosivePhysicsEffectData) == 0x000010, "Wrong size on FSBZExplosivePhysicsEffectData"); \ +static_assert(offsetof(FSBZExplosivePhysicsEffectData, UpwardImpulse) == 0x000000, "Member 'FSBZExplosivePhysicsEffectData::UpwardImpulse' has a wrong offset!"); \ +static_assert(offsetof(FSBZExplosivePhysicsEffectData, bUpwardImpulseAsVel) == 0x000004, "Member 'FSBZExplosivePhysicsEffectData::bUpwardImpulseAsVel' has a wrong offset!"); \ +static_assert(offsetof(FSBZExplosivePhysicsEffectData, TorqueStrength) == 0x000008, "Member 'FSBZExplosivePhysicsEffectData::TorqueStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZFacialAnimationContainer \ +static_assert(alignof(FSBZFacialAnimationContainer) == 0x000008, "Wrong alignment on FSBZFacialAnimationContainer"); \ +static_assert(sizeof(FSBZFacialAnimationContainer) == 0x000010, "Wrong size on FSBZFacialAnimationContainer"); \ +static_assert(offsetof(FSBZFacialAnimationContainer, Animations) == 0x000000, "Member 'FSBZFacialAnimationContainer::Animations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCameraDOF \ +static_assert(alignof(FSBZCameraDOF) == 0x000004, "Wrong alignment on FSBZCameraDOF"); \ +static_assert(sizeof(FSBZCameraDOF) == 0x000014, "Wrong size on FSBZCameraDOF"); \ +static_assert(offsetof(FSBZCameraDOF, bUseStaticFocalDistance) == 0x000000, "Member 'FSBZCameraDOF::bUseStaticFocalDistance' has a wrong offset!"); \ +static_assert(offsetof(FSBZCameraDOF, DepthOfFieldFocalDistance) == 0x000004, "Member 'FSBZCameraDOF::DepthOfFieldFocalDistance' has a wrong offset!"); \ +static_assert(offsetof(FSBZCameraDOF, DepthOfFieldFstop) == 0x000008, "Member 'FSBZCameraDOF::DepthOfFieldFstop' has a wrong offset!"); \ +static_assert(offsetof(FSBZCameraDOF, DepthOfFieldDepthBlurAmount) == 0x00000C, "Member 'FSBZCameraDOF::DepthOfFieldDepthBlurAmount' has a wrong offset!"); \ +static_assert(offsetof(FSBZCameraDOF, DepthOfFieldDepthBlurRadius) == 0x000010, "Member 'FSBZCameraDOF::DepthOfFieldDepthBlurRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHeistCollectionWithOwnership \ +static_assert(alignof(FSBZHeistCollectionWithOwnership) == 0x000008, "Wrong alignment on FSBZHeistCollectionWithOwnership"); \ +static_assert(sizeof(FSBZHeistCollectionWithOwnership) == 0x000030, "Wrong size on FSBZHeistCollectionWithOwnership"); \ +static_assert(offsetof(FSBZHeistCollectionWithOwnership, HeistCollectionName) == 0x000000, "Member 'FSBZHeistCollectionWithOwnership::HeistCollectionName' has a wrong offset!"); \ +static_assert(offsetof(FSBZHeistCollectionWithOwnership, LevelArray) == 0x000018, "Member 'FSBZHeistCollectionWithOwnership::LevelArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZHeistCollectionWithOwnership, bContainsStoryModeContent) == 0x000028, "Member 'FSBZHeistCollectionWithOwnership::bContainsStoryModeContent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZFactionNameHelper \ +static_assert(alignof(FSBZFactionNameHelper) == 0x000004, "Wrong alignment on FSBZFactionNameHelper"); \ +static_assert(sizeof(FSBZFactionNameHelper) == 0x00000C, "Wrong size on FSBZFactionNameHelper"); \ +static_assert(offsetof(FSBZFactionNameHelper, FactionName) == 0x000000, "Member 'FSBZFactionNameHelper::FactionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZFactionAttitude \ +static_assert(alignof(FSBZFactionAttitude) == 0x000004, "Wrong alignment on FSBZFactionAttitude"); \ +static_assert(sizeof(FSBZFactionAttitude) == 0x00001C, "Wrong size on FSBZFactionAttitude"); \ +static_assert(offsetof(FSBZFactionAttitude, SourceFaction) == 0x000000, "Member 'FSBZFactionAttitude::SourceFaction' has a wrong offset!"); \ +static_assert(offsetof(FSBZFactionAttitude, TargetFaction) == 0x00000C, "Member 'FSBZFactionAttitude::TargetFaction' has a wrong offset!"); \ +static_assert(offsetof(FSBZFactionAttitude, Attitude) == 0x000018, "Member 'FSBZFactionAttitude::Attitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZGasCellHitData \ +static_assert(alignof(FSBZGasCellHitData) == 0x000010, "Wrong alignment on FSBZGasCellHitData"); \ +static_assert(sizeof(FSBZGasCellHitData) == 0x000080, "Wrong size on FSBZGasCellHitData"); \ +static_assert(offsetof(FSBZGasCellHitData, HitComponent) == 0x000000, "Member 'FSBZGasCellHitData::HitComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZFactionInfo \ +static_assert(alignof(FSBZFactionInfo) == 0x000008, "Wrong alignment on FSBZFactionInfo"); \ +static_assert(sizeof(FSBZFactionInfo) == 0x000018, "Wrong size on FSBZFactionInfo"); \ +static_assert(offsetof(FSBZFactionInfo, Name) == 0x000000, "Member 'FSBZFactionInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FSBZFactionInfo, PrimaryColor) == 0x000010, "Member 'FSBZFactionInfo::PrimaryColor' has a wrong offset!"); \ +static_assert(offsetof(FSBZFactionInfo, SecondaryColor) == 0x000014, "Member 'FSBZFactionInfo::SecondaryColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZFactionIdHelper \ +static_assert(alignof(FSBZFactionIdHelper) == 0x000001, "Wrong alignment on FSBZFactionIdHelper"); \ +static_assert(sizeof(FSBZFactionIdHelper) == 0x000001, "Wrong size on FSBZFactionIdHelper"); \ +static_assert(offsetof(FSBZFactionIdHelper, FactionId) == 0x000000, "Member 'FSBZFactionIdHelper::FactionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZFallDamageTargetData \ +static_assert(alignof(FSBZFallDamageTargetData) == 0x000008, "Wrong alignment on FSBZFallDamageTargetData"); \ +static_assert(sizeof(FSBZFallDamageTargetData) == 0x005BA0, "Wrong size on FSBZFallDamageTargetData"); \ + +#define DUMPER7_ASSERTS_FSBZReportPlayerInfo \ +static_assert(alignof(FSBZReportPlayerInfo) == 0x000008, "Wrong alignment on FSBZReportPlayerInfo"); \ +static_assert(sizeof(FSBZReportPlayerInfo) == 0x000030, "Wrong size on FSBZReportPlayerInfo"); \ +static_assert(offsetof(FSBZReportPlayerInfo, UserId) == 0x000000, "Member 'FSBZReportPlayerInfo::UserId' has a wrong offset!"); \ +static_assert(offsetof(FSBZReportPlayerInfo, Comment) == 0x000010, "Member 'FSBZReportPlayerInfo::Comment' has a wrong offset!"); \ +static_assert(offsetof(FSBZReportPlayerInfo, Reason) == 0x000020, "Member 'FSBZReportPlayerInfo::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZGateExplosionData \ +static_assert(alignof(FSBZGateExplosionData) == 0x000008, "Wrong alignment on FSBZGateExplosionData"); \ +static_assert(sizeof(FSBZGateExplosionData) == 0x000040, "Wrong size on FSBZGateExplosionData"); \ +static_assert(offsetof(FSBZGateExplosionData, bIsCalculated) == 0x000000, "Member 'FSBZGateExplosionData::bIsCalculated' has a wrong offset!"); \ +static_assert(offsetof(FSBZGateExplosionData, CalculatedClosePaddingX) == 0x000004, "Member 'FSBZGateExplosionData::CalculatedClosePaddingX' has a wrong offset!"); \ +static_assert(offsetof(FSBZGateExplosionData, BoxArray) == 0x000008, "Member 'FSBZGateExplosionData::BoxArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZGateExplosionData, ForceOrigin) == 0x000018, "Member 'FSBZGateExplosionData::ForceOrigin' has a wrong offset!"); \ +static_assert(offsetof(FSBZGateExplosionData, GameplayEffectClass) == 0x000028, "Member 'FSBZGateExplosionData::GameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(FSBZGateExplosionData, PlayerImpulse) == 0x000030, "Member 'FSBZGateExplosionData::PlayerImpulse' has a wrong offset!"); \ +static_assert(offsetof(FSBZGateExplosionData, DamageWeight) == 0x000034, "Member 'FSBZGateExplosionData::DamageWeight' has a wrong offset!"); \ +static_assert(offsetof(FSBZGateExplosionData, DamageWeightModifier) == 0x000038, "Member 'FSBZGateExplosionData::DamageWeightModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZGameInfo \ +static_assert(alignof(FSBZGameInfo) == 0x000008, "Wrong alignment on FSBZGameInfo"); \ +static_assert(sizeof(FSBZGameInfo) == 0x000038, "Wrong size on FSBZGameInfo"); \ +static_assert(offsetof(FSBZGameInfo, Changelist) == 0x000000, "Member 'FSBZGameInfo::Changelist' has a wrong offset!"); \ +static_assert(offsetof(FSBZGameInfo, DateTime) == 0x000008, "Member 'FSBZGameInfo::DateTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZGameInfo, Platform) == 0x000018, "Member 'FSBZGameInfo::Platform' has a wrong offset!"); \ +static_assert(offsetof(FSBZGameInfo, Address) == 0x000028, "Member 'FSBZGameInfo::Address' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlaceableToolPlacedData \ +static_assert(alignof(FSBZPlaceableToolPlacedData) == 0x000008, "Wrong alignment on FSBZPlaceableToolPlacedData"); \ +static_assert(sizeof(FSBZPlaceableToolPlacedData) == 0x000010, "Wrong size on FSBZPlaceableToolPlacedData"); \ +static_assert(offsetof(FSBZPlaceableToolPlacedData, OwnerCharacter) == 0x000000, "Member 'FSBZPlaceableToolPlacedData::OwnerCharacter' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlaceableToolPlacedData, PlaceableTool) == 0x000008, "Member 'FSBZPlaceableToolPlacedData::PlaceableTool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZGasExplosionData \ +static_assert(alignof(FSBZGasExplosionData) == 0x000004, "Wrong alignment on FSBZGasExplosionData"); \ +static_assert(sizeof(FSBZGasExplosionData) == 0x000010, "Wrong size on FSBZGasExplosionData"); \ +static_assert(offsetof(FSBZGasExplosionData, ExplosionLocation) == 0x000000, "Member 'FSBZGasExplosionData::ExplosionLocation' has a wrong offset!"); \ +static_assert(offsetof(FSBZGasExplosionData, RemainingLifeTime) == 0x00000C, "Member 'FSBZGasExplosionData::RemainingLifeTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlaceableChargesPlacedData \ +static_assert(alignof(FSBZPlaceableChargesPlacedData) == 0x000008, "Wrong alignment on FSBZPlaceableChargesPlacedData"); \ +static_assert(sizeof(FSBZPlaceableChargesPlacedData) == 0x000010, "Wrong size on FSBZPlaceableChargesPlacedData"); \ +static_assert(offsetof(FSBZPlaceableChargesPlacedData, OwnerCharacter) == 0x000000, "Member 'FSBZPlaceableChargesPlacedData::OwnerCharacter' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlaceableChargesPlacedData, PlaceableCharge) == 0x000008, "Member 'FSBZPlaceableChargesPlacedData::PlaceableCharge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLastAttackerData \ +static_assert(alignof(FSBZLastAttackerData) == 0x000008, "Wrong alignment on FSBZLastAttackerData"); \ +static_assert(sizeof(FSBZLastAttackerData) == 0x000018, "Wrong size on FSBZLastAttackerData"); \ + +#define DUMPER7_ASSERTS_FSBZGamepadBindingInputAction \ +static_assert(alignof(FSBZGamepadBindingInputAction) == 0x000004, "Wrong alignment on FSBZGamepadBindingInputAction"); \ +static_assert(sizeof(FSBZGamepadBindingInputAction) == 0x00000C, "Wrong size on FSBZGamepadBindingInputAction"); \ +static_assert(offsetof(FSBZGamepadBindingInputAction, ActionName) == 0x000000, "Member 'FSBZGamepadBindingInputAction::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZGamepadBinding \ +static_assert(alignof(FSBZGamepadBinding) == 0x000008, "Wrong alignment on FSBZGamepadBinding"); \ +static_assert(sizeof(FSBZGamepadBinding) == 0x000060, "Wrong size on FSBZGamepadBinding"); \ +static_assert(offsetof(FSBZGamepadBinding, NameLocalized) == 0x000000, "Member 'FSBZGamepadBinding::NameLocalized' has a wrong offset!"); \ +static_assert(offsetof(FSBZGamepadBinding, Name) == 0x000018, "Member 'FSBZGamepadBinding::Name' has a wrong offset!"); \ +static_assert(offsetof(FSBZGamepadBinding, InputActions) == 0x000028, "Member 'FSBZGamepadBinding::InputActions' has a wrong offset!"); \ +static_assert(offsetof(FSBZGamepadBinding, Button) == 0x000038, "Member 'FSBZGamepadBinding::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZGamepadBindingsPreset \ +static_assert(alignof(FSBZGamepadBindingsPreset) == 0x000008, "Wrong alignment on FSBZGamepadBindingsPreset"); \ +static_assert(sizeof(FSBZGamepadBindingsPreset) == 0x000038, "Wrong size on FSBZGamepadBindingsPreset"); \ +static_assert(offsetof(FSBZGamepadBindingsPreset, NameLocalized) == 0x000000, "Member 'FSBZGamepadBindingsPreset::NameLocalized' has a wrong offset!"); \ +static_assert(offsetof(FSBZGamepadBindingsPreset, Name) == 0x000018, "Member 'FSBZGamepadBindingsPreset::Name' has a wrong offset!"); \ +static_assert(offsetof(FSBZGamepadBindingsPreset, Bindings) == 0x000028, "Member 'FSBZGamepadBindingsPreset::Bindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZGameplayAbilityActorInfo \ +static_assert(alignof(FSBZGameplayAbilityActorInfo) == 0x000008, "Wrong alignment on FSBZGameplayAbilityActorInfo"); \ +static_assert(sizeof(FSBZGameplayAbilityActorInfo) == 0x000050, "Wrong size on FSBZGameplayAbilityActorInfo"); \ + +#define DUMPER7_ASSERTS_FSBZGameplayTagContainerComparison \ +static_assert(alignof(FSBZGameplayTagContainerComparison) == 0x000008, "Wrong alignment on FSBZGameplayTagContainerComparison"); \ +static_assert(sizeof(FSBZGameplayTagContainerComparison) == 0x000050, "Wrong size on FSBZGameplayTagContainerComparison"); \ +static_assert(offsetof(FSBZGameplayTagContainerComparison, GameplayTagContainer) == 0x000000, "Member 'FSBZGameplayTagContainerComparison::GameplayTagContainer' has a wrong offset!"); \ +static_assert(offsetof(FSBZGameplayTagContainerComparison, MatchType) == 0x000020, "Member 'FSBZGameplayTagContainerComparison::MatchType' has a wrong offset!"); \ +static_assert(offsetof(FSBZGameplayTagContainerComparison, FailedMessage) == 0x000028, "Member 'FSBZGameplayTagContainerComparison::FailedMessage' has a wrong offset!"); \ +static_assert(offsetof(FSBZGameplayTagContainerComparison, FailedIcon) == 0x000040, "Member 'FSBZGameplayTagContainerComparison::FailedIcon' has a wrong offset!"); \ +static_assert(offsetof(FSBZGameplayTagContainerComparison, bInvertTagContainerQuery) == 0x000048, "Member 'FSBZGameplayTagContainerComparison::bInvertTagContainerQuery' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZGameplayEffectData \ +static_assert(alignof(FSBZGameplayEffectData) == 0x000008, "Wrong alignment on FSBZGameplayEffectData"); \ +static_assert(sizeof(FSBZGameplayEffectData) == 0x000010, "Wrong size on FSBZGameplayEffectData"); \ +static_assert(offsetof(FSBZGameplayEffectData, GameplayEffectClass) == 0x000000, "Member 'FSBZGameplayEffectData::GameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(FSBZGameplayEffectData, Level) == 0x000008, "Member 'FSBZGameplayEffectData::Level' has a wrong offset!"); \ +static_assert(offsetof(FSBZGameplayEffectData, StackCount) == 0x00000C, "Member 'FSBZGameplayEffectData::StackCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZGameplayEffectContext \ +static_assert(alignof(FSBZGameplayEffectContext) == 0x000008, "Wrong alignment on FSBZGameplayEffectContext"); \ +static_assert(sizeof(FSBZGameplayEffectContext) == 0x000098, "Wrong size on FSBZGameplayEffectContext"); \ + +#define DUMPER7_ASSERTS_FSBZItemRewardConfiguration \ +static_assert(alignof(FSBZItemRewardConfiguration) == 0x000008, "Wrong alignment on FSBZItemRewardConfiguration"); \ +static_assert(sizeof(FSBZItemRewardConfiguration) == 0x000020, "Wrong size on FSBZItemRewardConfiguration"); \ +static_assert(offsetof(FSBZItemRewardConfiguration, ItemSku) == 0x000000, "Member 'FSBZItemRewardConfiguration::ItemSku' has a wrong offset!"); \ +static_assert(offsetof(FSBZItemRewardConfiguration, StatCode) == 0x000010, "Member 'FSBZItemRewardConfiguration::StatCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZClientConfiguration \ +static_assert(alignof(FSBZClientConfiguration) == 0x000008, "Wrong alignment on FSBZClientConfiguration"); \ +static_assert(sizeof(FSBZClientConfiguration) == 0x000060, "Wrong size on FSBZClientConfiguration"); \ +static_assert(offsetof(FSBZClientConfiguration, ItemRewardConfigurationArray) == 0x000000, "Member 'FSBZClientConfiguration::ItemRewardConfigurationArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZClientConfiguration, LoadProgressionValueMap) == 0x000010, "Member 'FSBZClientConfiguration::LoadProgressionValueMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZFeatureToggleMap \ +static_assert(alignof(FSBZFeatureToggleMap) == 0x000008, "Wrong alignment on FSBZFeatureToggleMap"); \ +static_assert(sizeof(FSBZFeatureToggleMap) == 0x000050, "Wrong size on FSBZFeatureToggleMap"); \ +static_assert(offsetof(FSBZFeatureToggleMap, FeatureToggleMapping) == 0x000000, "Member 'FSBZFeatureToggleMap::FeatureToggleMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDifficultyConfiguration \ +static_assert(alignof(FSBZDifficultyConfiguration) == 0x000008, "Wrong alignment on FSBZDifficultyConfiguration"); \ +static_assert(sizeof(FSBZDifficultyConfiguration) == 0x000060, "Wrong size on FSBZDifficultyConfiguration"); \ +static_assert(offsetof(FSBZDifficultyConfiguration, LevelShortName) == 0x000000, "Member 'FSBZDifficultyConfiguration::LevelShortName' has a wrong offset!"); \ +static_assert(offsetof(FSBZDifficultyConfiguration, Description) == 0x000010, "Member 'FSBZDifficultyConfiguration::Description' has a wrong offset!"); \ +static_assert(offsetof(FSBZDifficultyConfiguration, Normal) == 0x000020, "Member 'FSBZDifficultyConfiguration::Normal' has a wrong offset!"); \ +static_assert(offsetof(FSBZDifficultyConfiguration, Hard) == 0x000030, "Member 'FSBZDifficultyConfiguration::Hard' has a wrong offset!"); \ +static_assert(offsetof(FSBZDifficultyConfiguration, VeryHard) == 0x000040, "Member 'FSBZDifficultyConfiguration::VeryHard' has a wrong offset!"); \ +static_assert(offsetof(FSBZDifficultyConfiguration, Overkill) == 0x000050, "Member 'FSBZDifficultyConfiguration::Overkill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSecurityFirmRotation \ +static_assert(alignof(FSBZSecurityFirmRotation) == 0x000008, "Wrong alignment on FSBZSecurityFirmRotation"); \ +static_assert(sizeof(FSBZSecurityFirmRotation) == 0x000010, "Wrong size on FSBZSecurityFirmRotation"); \ +static_assert(offsetof(FSBZSecurityFirmRotation, Configurations) == 0x000000, "Member 'FSBZSecurityFirmRotation::Configurations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZChallengesDsSettingsBlock \ +static_assert(alignof(FSBZChallengesDsSettingsBlock) == 0x000008, "Wrong alignment on FSBZChallengesDsSettingsBlock"); \ +static_assert(sizeof(FSBZChallengesDsSettingsBlock) == 0x000010, "Wrong size on FSBZChallengesDsSettingsBlock"); \ +static_assert(offsetof(FSBZChallengesDsSettingsBlock, SlotArray) == 0x000000, "Member 'FSBZChallengesDsSettingsBlock::SlotArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZChallengesDsSettings \ +static_assert(alignof(FSBZChallengesDsSettings) == 0x000008, "Wrong alignment on FSBZChallengesDsSettings"); \ +static_assert(sizeof(FSBZChallengesDsSettings) == 0x000010, "Wrong size on FSBZChallengesDsSettings"); \ +static_assert(offsetof(FSBZChallengesDsSettings, BlockArray) == 0x000000, "Member 'FSBZChallengesDsSettings::BlockArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZChallengeDailyBlock \ +static_assert(alignof(FSBZChallengeDailyBlock) == 0x000008, "Wrong alignment on FSBZChallengeDailyBlock"); \ +static_assert(sizeof(FSBZChallengeDailyBlock) == 0x000010, "Wrong size on FSBZChallengeDailyBlock"); \ +static_assert(offsetof(FSBZChallengeDailyBlock, SlotArray) == 0x000000, "Member 'FSBZChallengeDailyBlock::SlotArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZChallengeDailySettings \ +static_assert(alignof(FSBZChallengeDailySettings) == 0x000008, "Wrong alignment on FSBZChallengeDailySettings"); \ +static_assert(sizeof(FSBZChallengeDailySettings) == 0x000010, "Wrong size on FSBZChallengeDailySettings"); \ +static_assert(offsetof(FSBZChallengeDailySettings, BlockArray) == 0x000000, "Member 'FSBZChallengeDailySettings::BlockArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZChallengeRecommandationSettings \ +static_assert(alignof(FSBZChallengeRecommandationSettings) == 0x000008, "Wrong alignment on FSBZChallengeRecommandationSettings"); \ +static_assert(sizeof(FSBZChallengeRecommandationSettings) == 0x000010, "Wrong size on FSBZChallengeRecommandationSettings"); \ +static_assert(offsetof(FSBZChallengeRecommandationSettings, BlockArray) == 0x000000, "Member 'FSBZChallengeRecommandationSettings::BlockArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponAttributIdentifier \ +static_assert(alignof(FSBZWeaponAttributIdentifier) == 0x000008, "Wrong alignment on FSBZWeaponAttributIdentifier"); \ +static_assert(sizeof(FSBZWeaponAttributIdentifier) == 0x000050, "Wrong size on FSBZWeaponAttributIdentifier"); \ +static_assert(offsetof(FSBZWeaponAttributIdentifier, Name) == 0x000000, "Member 'FSBZWeaponAttributIdentifier::Name' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponAttributIdentifier, Context) == 0x000010, "Member 'FSBZWeaponAttributIdentifier::Context' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponAttributIdentifier, bIsParent) == 0x000020, "Member 'FSBZWeaponAttributIdentifier::bIsParent' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponAttributIdentifier, ChildAttributeArray) == 0x000028, "Member 'FSBZWeaponAttributIdentifier::ChildAttributeArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponAttributIdentifier, DisplayName) == 0x000038, "Member 'FSBZWeaponAttributIdentifier::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponModificationData \ +static_assert(alignof(FSBZWeaponModificationData) == 0x000008, "Wrong alignment on FSBZWeaponModificationData"); \ +static_assert(sizeof(FSBZWeaponModificationData) == 0x0000B0, "Wrong size on FSBZWeaponModificationData"); \ +static_assert(offsetof(FSBZWeaponModificationData, WeaponStatsAssetPath) == 0x000000, "Member 'FSBZWeaponModificationData::WeaponStatsAssetPath' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponModificationData, SuppressorDisplayName) == 0x000030, "Member 'FSBZWeaponModificationData::SuppressorDisplayName' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponModificationData, MagazineDisplayName) == 0x000048, "Member 'FSBZWeaponModificationData::MagazineDisplayName' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponModificationData, AttributeIdentifierMap) == 0x000060, "Member 'FSBZWeaponModificationData::AttributeIdentifierMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMetaEventData \ +static_assert(alignof(FSBZMetaEventData) == 0x000008, "Wrong alignment on FSBZMetaEventData"); \ +static_assert(sizeof(FSBZMetaEventData) == 0x000058, "Wrong size on FSBZMetaEventData"); \ +static_assert(offsetof(FSBZMetaEventData, Active) == 0x000000, "Member 'FSBZMetaEventData::Active' has a wrong offset!"); \ +static_assert(offsetof(FSBZMetaEventData, EventType) == 0x000001, "Member 'FSBZMetaEventData::EventType' has a wrong offset!"); \ +static_assert(offsetof(FSBZMetaEventData, StartDate) == 0x000008, "Member 'FSBZMetaEventData::StartDate' has a wrong offset!"); \ +static_assert(offsetof(FSBZMetaEventData, StopDate) == 0x000010, "Member 'FSBZMetaEventData::StopDate' has a wrong offset!"); \ +static_assert(offsetof(FSBZMetaEventData, Description) == 0x000018, "Member 'FSBZMetaEventData::Description' has a wrong offset!"); \ +static_assert(offsetof(FSBZMetaEventData, Modifiers) == 0x000028, "Member 'FSBZMetaEventData::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(FSBZMetaEventData, Tags) == 0x000038, "Member 'FSBZMetaEventData::Tags' has a wrong offset!"); \ +static_assert(offsetof(FSBZMetaEventData, EventId) == 0x000048, "Member 'FSBZMetaEventData::EventId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDLCReward \ +static_assert(alignof(FSBZDLCReward) == 0x000008, "Wrong alignment on FSBZDLCReward"); \ +static_assert(sizeof(FSBZDLCReward) == 0x000020, "Wrong size on FSBZDLCReward"); \ +static_assert(offsetof(FSBZDLCReward, DLCName) == 0x000000, "Member 'FSBZDLCReward::DLCName' has a wrong offset!"); \ +static_assert(offsetof(FSBZDLCReward, EntitlementArray) == 0x000010, "Member 'FSBZDLCReward::EntitlementArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZOverrideConfigWeaponMaterials \ +static_assert(alignof(FSBZOverrideConfigWeaponMaterials) == 0x000008, "Wrong alignment on FSBZOverrideConfigWeaponMaterials"); \ +static_assert(sizeof(FSBZOverrideConfigWeaponMaterials) == 0x000010, "Wrong size on FSBZOverrideConfigWeaponMaterials"); \ +static_assert(offsetof(FSBZOverrideConfigWeaponMaterials, WeaponMaterialPerMesh) == 0x000000, "Member 'FSBZOverrideConfigWeaponMaterials::WeaponMaterialPerMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponMaterialsPerMesh \ +static_assert(alignof(FSBZWeaponMaterialsPerMesh) == 0x000008, "Wrong alignment on FSBZWeaponMaterialsPerMesh"); \ +static_assert(sizeof(FSBZWeaponMaterialsPerMesh) == 0x000050, "Wrong size on FSBZWeaponMaterialsPerMesh"); \ +static_assert(offsetof(FSBZWeaponMaterialsPerMesh, WeaponMaterialPerMesh) == 0x000000, "Member 'FSBZWeaponMaterialsPerMesh::WeaponMaterialPerMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInfamyRewardConfiguration \ +static_assert(alignof(FSBZInfamyRewardConfiguration) == 0x000008, "Wrong alignment on FSBZInfamyRewardConfiguration"); \ +static_assert(sizeof(FSBZInfamyRewardConfiguration) == 0x000010, "Wrong size on FSBZInfamyRewardConfiguration"); \ +static_assert(offsetof(FSBZInfamyRewardConfiguration, RewardCategoryArray) == 0x000000, "Member 'FSBZInfamyRewardConfiguration::RewardCategoryArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponPatternDataSingleColorAreaList \ +static_assert(alignof(FSBZWeaponPatternDataSingleColorAreaList) == 0x000008, "Wrong alignment on FSBZWeaponPatternDataSingleColorAreaList"); \ +static_assert(sizeof(FSBZWeaponPatternDataSingleColorAreaList) == 0x000010, "Wrong size on FSBZWeaponPatternDataSingleColorAreaList"); \ +static_assert(offsetof(FSBZWeaponPatternDataSingleColorAreaList, AreaList) == 0x000000, "Member 'FSBZWeaponPatternDataSingleColorAreaList::AreaList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInfamyContentData \ +static_assert(alignof(FSBZInfamyContentData) == 0x000008, "Wrong alignment on FSBZInfamyContentData"); \ +static_assert(sizeof(FSBZInfamyContentData) == 0x000018, "Wrong size on FSBZInfamyContentData"); \ +static_assert(offsetof(FSBZInfamyContentData, InfamyLevel) == 0x000000, "Member 'FSBZInfamyContentData::InfamyLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZInfamyContentData, InfamyPoints) == 0x000004, "Member 'FSBZInfamyContentData::InfamyPoints' has a wrong offset!"); \ +static_assert(offsetof(FSBZInfamyContentData, InfamyRewards) == 0x000008, "Member 'FSBZInfamyContentData::InfamyRewards' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMatchmakingAndHostingData \ +static_assert(alignof(FSBZMatchmakingAndHostingData) == 0x000008, "Wrong alignment on FSBZMatchmakingAndHostingData"); \ +static_assert(sizeof(FSBZMatchmakingAndHostingData) == 0x000050, "Wrong size on FSBZMatchmakingAndHostingData"); \ +static_assert(offsetof(FSBZMatchmakingAndHostingData, MatchmakingProvider) == 0x000000, "Member 'FSBZMatchmakingAndHostingData::MatchmakingProvider' has a wrong offset!"); \ +static_assert(offsetof(FSBZMatchmakingAndHostingData, HostingProvider) == 0x000010, "Member 'FSBZMatchmakingAndHostingData::HostingProvider' has a wrong offset!"); \ +static_assert(offsetof(FSBZMatchmakingAndHostingData, MatchmakerURL) == 0x000020, "Member 'FSBZMatchmakingAndHostingData::MatchmakerURL' has a wrong offset!"); \ +static_assert(offsetof(FSBZMatchmakingAndHostingData, MatchmakerToken) == 0x000030, "Member 'FSBZMatchmakingAndHostingData::MatchmakerToken' has a wrong offset!"); \ +static_assert(offsetof(FSBZMatchmakingAndHostingData, BeaconsKey) == 0x000040, "Member 'FSBZMatchmakingAndHostingData::BeaconsKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponPartProgressionData \ +static_assert(alignof(FSBZWeaponPartProgressionData) == 0x000008, "Wrong alignment on FSBZWeaponPartProgressionData"); \ +static_assert(sizeof(FSBZWeaponPartProgressionData) == 0x000018, "Wrong size on FSBZWeaponPartProgressionData"); \ +static_assert(offsetof(FSBZWeaponPartProgressionData, WeaponPart) == 0x000000, "Member 'FSBZWeaponPartProgressionData::WeaponPart' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponPartProgressionData, AttachmentItemSku) == 0x000008, "Member 'FSBZWeaponPartProgressionData::AttachmentItemSku' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZNewsFeedList \ +static_assert(alignof(FSBZNewsFeedList) == 0x000008, "Wrong alignment on FSBZNewsFeedList"); \ +static_assert(sizeof(FSBZNewsFeedList) == 0x000010, "Wrong size on FSBZNewsFeedList"); \ +static_assert(offsetof(FSBZNewsFeedList, NewsList) == 0x000000, "Member 'FSBZNewsFeedList::NewsList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTrafficFBIVan \ +static_assert(alignof(FSBZTrafficFBIVan) == 0x000008, "Wrong alignment on FSBZTrafficFBIVan"); \ +static_assert(sizeof(FSBZTrafficFBIVan) == 0x000030, "Wrong size on FSBZTrafficFBIVan"); \ +static_assert(offsetof(FSBZTrafficFBIVan, WeightedVehicleArray) == 0x000000, "Member 'FSBZTrafficFBIVan::WeightedVehicleArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficFBIVan, SpawnChance) == 0x000010, "Member 'FSBZTrafficFBIVan::SpawnChance' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficFBIVan, WaveSpawnChance) == 0x000020, "Member 'FSBZTrafficFBIVan::WaveSpawnChance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHeistCollection \ +static_assert(alignof(FSBZHeistCollection) == 0x000008, "Wrong alignment on FSBZHeistCollection"); \ +static_assert(sizeof(FSBZHeistCollection) == 0x000030, "Wrong size on FSBZHeistCollection"); \ +static_assert(offsetof(FSBZHeistCollection, HeistCollectionName) == 0x000000, "Member 'FSBZHeistCollection::HeistCollectionName' has a wrong offset!"); \ +static_assert(offsetof(FSBZHeistCollection, LevelPaths) == 0x000018, "Member 'FSBZHeistCollection::LevelPaths' has a wrong offset!"); \ +static_assert(offsetof(FSBZHeistCollection, bContainsStoryModeContent) == 0x000028, "Member 'FSBZHeistCollection::bContainsStoryModeContent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTrafficObstacleInfo \ +static_assert(alignof(FSBZTrafficObstacleInfo) == 0x000008, "Wrong alignment on FSBZTrafficObstacleInfo"); \ +static_assert(sizeof(FSBZTrafficObstacleInfo) == 0x000018, "Wrong size on FSBZTrafficObstacleInfo"); \ +static_assert(offsetof(FSBZTrafficObstacleInfo, ObstacleActor) == 0x000000, "Member 'FSBZTrafficObstacleInfo::ObstacleActor' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficObstacleInfo, ObstacleVehicle) == 0x000008, "Member 'FSBZTrafficObstacleInfo::ObstacleVehicle' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficObstacleInfo, ObstacleTrafficVolume) == 0x000010, "Member 'FSBZTrafficObstacleInfo::ObstacleTrafficVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInputActionKeyboardBinding \ +static_assert(alignof(FSBZInputActionKeyboardBinding) == 0x000008, "Wrong alignment on FSBZInputActionKeyboardBinding"); \ +static_assert(sizeof(FSBZInputActionKeyboardBinding) == 0x000050, "Wrong size on FSBZInputActionKeyboardBinding"); \ +static_assert(offsetof(FSBZInputActionKeyboardBinding, ActionName) == 0x000000, "Member 'FSBZInputActionKeyboardBinding::ActionName' has a wrong offset!"); \ +static_assert(offsetof(FSBZInputActionKeyboardBinding, KeyPrimary) == 0x000010, "Member 'FSBZInputActionKeyboardBinding::KeyPrimary' has a wrong offset!"); \ +static_assert(offsetof(FSBZInputActionKeyboardBinding, KeySecondary) == 0x000030, "Member 'FSBZInputActionKeyboardBinding::KeySecondary' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTrafficRoute \ +static_assert(alignof(FSBZTrafficRoute) == 0x000008, "Wrong alignment on FSBZTrafficRoute"); \ +static_assert(sizeof(FSBZTrafficRoute) == 0x000018, "Wrong size on FSBZTrafficRoute"); \ +static_assert(offsetof(FSBZTrafficRoute, Distance) == 0x000000, "Member 'FSBZTrafficRoute::Distance' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficRoute, VehicleTypeFlags) == 0x000004, "Member 'FSBZTrafficRoute::VehicleTypeFlags' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficRoute, Path) == 0x000008, "Member 'FSBZTrafficRoute::Path' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZReplicatedGasVolumeComponentData \ +static_assert(alignof(FSBZReplicatedGasVolumeComponentData) == 0x000004, "Wrong alignment on FSBZReplicatedGasVolumeComponentData"); \ +static_assert(sizeof(FSBZReplicatedGasVolumeComponentData) == 0x000010, "Wrong size on FSBZReplicatedGasVolumeComponentData"); \ +static_assert(offsetof(FSBZReplicatedGasVolumeComponentData, bInit) == 0x000000, "Member 'FSBZReplicatedGasVolumeComponentData::bInit' has a wrong offset!"); \ +static_assert(offsetof(FSBZReplicatedGasVolumeComponentData, Duration) == 0x000004, "Member 'FSBZReplicatedGasVolumeComponentData::Duration' has a wrong offset!"); \ +static_assert(offsetof(FSBZReplicatedGasVolumeComponentData, ExpansionScalar) == 0x000008, "Member 'FSBZReplicatedGasVolumeComponentData::ExpansionScalar' has a wrong offset!"); \ +static_assert(offsetof(FSBZReplicatedGasVolumeComponentData, Radius) == 0x00000C, "Member 'FSBZReplicatedGasVolumeComponentData::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTrafficControl \ +static_assert(alignof(FSBZTrafficControl) == 0x000008, "Wrong alignment on FSBZTrafficControl"); \ +static_assert(sizeof(FSBZTrafficControl) == 0x000028, "Wrong size on FSBZTrafficControl"); \ +static_assert(offsetof(FSBZTrafficControl, Vehicle) == 0x000000, "Member 'FSBZTrafficControl::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficControl, ControlType) == 0x000008, "Member 'FSBZTrafficControl::ControlType' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficControl, Value) == 0x00000C, "Member 'FSBZTrafficControl::Value' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficControl, ServerSpeed) == 0x000010, "Member 'FSBZTrafficControl::ServerSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficControl, TraveledDistance) == 0x000014, "Member 'FSBZTrafficControl::TraveledDistance' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficControl, Path) == 0x000018, "Member 'FSBZTrafficControl::Path' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZGateMeshData \ +static_assert(alignof(FSBZGateMeshData) == 0x000008, "Wrong alignment on FSBZGateMeshData"); \ +static_assert(sizeof(FSBZGateMeshData) == 0x000090, "Wrong size on FSBZGateMeshData"); \ +static_assert(offsetof(FSBZGateMeshData, MeshSelector) == 0x000000, "Member 'FSBZGateMeshData::MeshSelector' has a wrong offset!"); \ +static_assert(offsetof(FSBZGateMeshData, BoundSelector) == 0x000020, "Member 'FSBZGateMeshData::BoundSelector' has a wrong offset!"); \ +static_assert(offsetof(FSBZGateMeshData, LocalBoundBox) == 0x000040, "Member 'FSBZGateMeshData::LocalBoundBox' has a wrong offset!"); \ +static_assert(offsetof(FSBZGateMeshData, LocalActorBoundBox) == 0x00005C, "Member 'FSBZGateMeshData::LocalActorBoundBox' has a wrong offset!"); \ +static_assert(offsetof(FSBZGateMeshData, bIsHingedRight) == 0x000078, "Member 'FSBZGateMeshData::bIsHingedRight' has a wrong offset!"); \ +static_assert(offsetof(FSBZGateMeshData, SnapPointsArray) == 0x000080, "Member 'FSBZGateMeshData::SnapPointsArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FECommerenceRewardNotifPayload \ +static_assert(alignof(FECommerenceRewardNotifPayload) == 0x000008, "Wrong alignment on FECommerenceRewardNotifPayload"); \ +static_assert(sizeof(FECommerenceRewardNotifPayload) == 0x000050, "Wrong size on FECommerenceRewardNotifPayload"); \ +static_assert(offsetof(FECommerenceRewardNotifPayload, rewardTopic) == 0x000000, "Member 'FECommerenceRewardNotifPayload::rewardTopic' has a wrong offset!"); \ +static_assert(offsetof(FECommerenceRewardNotifPayload, rewardCode) == 0x000010, "Member 'FECommerenceRewardNotifPayload::rewardCode' has a wrong offset!"); \ +static_assert(offsetof(FECommerenceRewardNotifPayload, rewardCondition) == 0x000020, "Member 'FECommerenceRewardNotifPayload::rewardCondition' has a wrong offset!"); \ +static_assert(offsetof(FECommerenceRewardNotifPayload, EntitlementSummaries) == 0x000030, "Member 'FECommerenceRewardNotifPayload::EntitlementSummaries' has a wrong offset!"); \ +static_assert(offsetof(FECommerenceRewardNotifPayload, CreditSummaries) == 0x000040, "Member 'FECommerenceRewardNotifPayload::CreditSummaries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSkillGrazeTargetData \ +static_assert(alignof(FSBZSkillGrazeTargetData) == 0x000008, "Wrong alignment on FSBZSkillGrazeTargetData"); \ +static_assert(sizeof(FSBZSkillGrazeTargetData) == 0x005BB0, "Wrong size on FSBZSkillGrazeTargetData"); \ + +#define DUMPER7_ASSERTS_FSBZHackableDisplayText \ +static_assert(alignof(FSBZHackableDisplayText) == 0x000008, "Wrong alignment on FSBZHackableDisplayText"); \ +static_assert(sizeof(FSBZHackableDisplayText) == 0x000060, "Wrong size on FSBZHackableDisplayText"); \ +static_assert(offsetof(FSBZHackableDisplayText, Header) == 0x000000, "Member 'FSBZHackableDisplayText::Header' has a wrong offset!"); \ +static_assert(offsetof(FSBZHackableDisplayText, Description) == 0x000018, "Member 'FSBZHackableDisplayText::Description' has a wrong offset!"); \ +static_assert(offsetof(FSBZHackableDisplayText, ImportantInfo) == 0x000030, "Member 'FSBZHackableDisplayText::ImportantInfo' has a wrong offset!"); \ +static_assert(offsetof(FSBZHackableDisplayText, AdditionalText) == 0x000048, "Member 'FSBZHackableDisplayText::AdditionalText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHeistDataLevelPair \ +static_assert(alignof(FSBZHeistDataLevelPair) == 0x000008, "Wrong alignment on FSBZHeistDataLevelPair"); \ +static_assert(sizeof(FSBZHeistDataLevelPair) == 0x000028, "Wrong size on FSBZHeistDataLevelPair"); \ +static_assert(offsetof(FSBZHeistDataLevelPair, HeistData) == 0x000000, "Member 'FSBZHeistDataLevelPair::HeistData' has a wrong offset!"); \ +static_assert(offsetof(FSBZHeistDataLevelPair, LevelPath) == 0x000008, "Member 'FSBZHeistDataLevelPair::LevelPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSpawnedCarryData \ +static_assert(alignof(FSBZSpawnedCarryData) == 0x000010, "Wrong alignment on FSBZSpawnedCarryData"); \ +static_assert(sizeof(FSBZSpawnedCarryData) == 0x000040, "Wrong size on FSBZSpawnedCarryData"); \ +static_assert(offsetof(FSBZSpawnedCarryData, Quat) == 0x000000, "Member 'FSBZSpawnedCarryData::Quat' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnedCarryData, Location) == 0x000010, "Member 'FSBZSpawnedCarryData::Location' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnedCarryData, ActorClass) == 0x000020, "Member 'FSBZSpawnedCarryData::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnedCarryData, NetID) == 0x000028, "Member 'FSBZSpawnedCarryData::NetID' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnedCarryData, Seed) == 0x00002C, "Member 'FSBZSpawnedCarryData::Seed' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnedCarryData, SpawnedActor) == 0x000030, "Member 'FSBZSpawnedCarryData::SpawnedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHET5BlackOverskillTargetData \ +static_assert(alignof(FSBZHET5BlackOverskillTargetData) == 0x000008, "Wrong alignment on FSBZHET5BlackOverskillTargetData"); \ +static_assert(sizeof(FSBZHET5BlackOverskillTargetData) == 0x005BB0, "Wrong size on FSBZHET5BlackOverskillTargetData"); \ + +#define DUMPER7_ASSERTS_FSBZActorMultiHitResult \ +static_assert(alignof(FSBZActorMultiHitResult) == 0x000004, "Wrong alignment on FSBZActorMultiHitResult"); \ +static_assert(sizeof(FSBZActorMultiHitResult) == 0x0002F4, "Wrong size on FSBZActorMultiHitResult"); \ +static_assert(offsetof(FSBZActorMultiHitResult, ActorPtr) == 0x000000, "Member 'FSBZActorMultiHitResult::ActorPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDroneVoiceInfoCallback \ +static_assert(alignof(FSBZDroneVoiceInfoCallback) == 0x000008, "Wrong alignment on FSBZDroneVoiceInfoCallback"); \ +static_assert(sizeof(FSBZDroneVoiceInfoCallback) == 0x000008, "Wrong size on FSBZDroneVoiceInfoCallback"); \ +static_assert(offsetof(FSBZDroneVoiceInfoCallback, VoiceComponent) == 0x000000, "Member 'FSBZDroneVoiceInfoCallback::VoiceComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZVehicleSplineData \ +static_assert(alignof(FSBZVehicleSplineData) == 0x000008, "Wrong alignment on FSBZVehicleSplineData"); \ +static_assert(sizeof(FSBZVehicleSplineData) == 0x000068, "Wrong size on FSBZVehicleSplineData"); \ +static_assert(offsetof(FSBZVehicleSplineData, EnterSpline) == 0x000000, "Member 'FSBZVehicleSplineData::EnterSpline' has a wrong offset!"); \ +static_assert(offsetof(FSBZVehicleSplineData, ExitSpline) == 0x000030, "Member 'FSBZVehicleSplineData::ExitSpline' has a wrong offset!"); \ +static_assert(offsetof(FSBZVehicleSplineData, bStartsEnabled) == 0x000060, "Member 'FSBZVehicleSplineData::bStartsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHoldOutBagTrackerData \ +static_assert(alignof(FSBZHoldOutBagTrackerData) == 0x000008, "Wrong alignment on FSBZHoldOutBagTrackerData"); \ +static_assert(sizeof(FSBZHoldOutBagTrackerData) == 0x000010, "Wrong size on FSBZHoldOutBagTrackerData"); \ +static_assert(offsetof(FSBZHoldOutBagTrackerData, Bag) == 0x000000, "Member 'FSBZHoldOutBagTrackerData::Bag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHoldOutDroneTagReactionConfigArray \ +static_assert(alignof(FSBZHoldOutDroneTagReactionConfigArray) == 0x000008, "Wrong alignment on FSBZHoldOutDroneTagReactionConfigArray"); \ +static_assert(sizeof(FSBZHoldOutDroneTagReactionConfigArray) == 0x000010, "Wrong size on FSBZHoldOutDroneTagReactionConfigArray"); \ +static_assert(offsetof(FSBZHoldOutDroneTagReactionConfigArray, Configs) == 0x000000, "Member 'FSBZHoldOutDroneTagReactionConfigArray::Configs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZVoteFactoryFunctions \ +static_assert(alignof(FSBZVoteFactoryFunctions) == 0x000008, "Wrong alignment on FSBZVoteFactoryFunctions"); \ +static_assert(sizeof(FSBZVoteFactoryFunctions) == 0x000020, "Wrong size on FSBZVoteFactoryFunctions"); \ + +#define DUMPER7_ASSERTS_FSBZHostageTradeData \ +static_assert(alignof(FSBZHostageTradeData) == 0x000004, "Wrong alignment on FSBZHostageTradeData"); \ +static_assert(sizeof(FSBZHostageTradeData) == 0x000010, "Wrong size on FSBZHostageTradeData"); \ +static_assert(offsetof(FSBZHostageTradeData, PawnType) == 0x000000, "Member 'FSBZHostageTradeData::PawnType' has a wrong offset!"); \ +static_assert(offsetof(FSBZHostageTradeData, TradeCount) == 0x00000C, "Member 'FSBZHostageTradeData::TradeCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHurtReactionArray \ +static_assert(alignof(FSBZHurtReactionArray) == 0x000008, "Wrong alignment on FSBZHurtReactionArray"); \ +static_assert(sizeof(FSBZHurtReactionArray) == 0x000010, "Wrong size on FSBZHurtReactionArray"); \ +static_assert(offsetof(FSBZHurtReactionArray, MontageArray) == 0x000000, "Member 'FSBZHurtReactionArray::MontageArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHurtReactionPose \ +static_assert(alignof(FSBZHurtReactionPose) == 0x000008, "Wrong alignment on FSBZHurtReactionPose"); \ +static_assert(sizeof(FSBZHurtReactionPose) == 0x000180, "Wrong size on FSBZHurtReactionPose"); \ +static_assert(offsetof(FSBZHurtReactionPose, Standing) == 0x000000, "Member 'FSBZHurtReactionPose::Standing' has a wrong offset!"); \ +static_assert(offsetof(FSBZHurtReactionPose, Crouching) == 0x000060, "Member 'FSBZHurtReactionPose::Crouching' has a wrong offset!"); \ +static_assert(offsetof(FSBZHurtReactionPose, LyingOnFront) == 0x0000C0, "Member 'FSBZHurtReactionPose::LyingOnFront' has a wrong offset!"); \ +static_assert(offsetof(FSBZHurtReactionPose, LyingOnBack) == 0x000120, "Member 'FSBZHurtReactionPose::LyingOnBack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMeleeImpactData \ +static_assert(alignof(FSBZMeleeImpactData) == 0x000008, "Wrong alignment on FSBZMeleeImpactData"); \ +static_assert(sizeof(FSBZMeleeImpactData) == 0x0000A8, "Wrong size on FSBZMeleeImpactData"); \ +static_assert(offsetof(FSBZMeleeImpactData, CategoryDecalScale) == 0x000048, "Member 'FSBZMeleeImpactData::CategoryDecalScale' has a wrong offset!"); \ +static_assert(offsetof(FSBZMeleeImpactData, bIsBloodSplatter) == 0x000098, "Member 'FSBZMeleeImpactData::bIsBloodSplatter' has a wrong offset!"); \ +static_assert(offsetof(FSBZMeleeImpactData, bIsExtraBloodSpawned) == 0x000099, "Member 'FSBZMeleeImpactData::bIsExtraBloodSpawned' has a wrong offset!"); \ +static_assert(offsetof(FSBZMeleeImpactData, BloodSplatterImpactConfig) == 0x0000A0, "Member 'FSBZMeleeImpactData::BloodSplatterImpactConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTranslucentTimer \ +static_assert(alignof(FSBZTranslucentTimer) == 0x000008, "Wrong alignment on FSBZTranslucentTimer"); \ +static_assert(sizeof(FSBZTranslucentTimer) == 0x000010, "Wrong size on FSBZTranslucentTimer"); \ +static_assert(offsetof(FSBZTranslucentTimer, PrimitiveComponent) == 0x000000, "Member 'FSBZTranslucentTimer::PrimitiveComponent' has a wrong offset!"); \ +static_assert(offsetof(FSBZTranslucentTimer, TimerHandle) == 0x000008, "Member 'FSBZTranslucentTimer::TimerHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInteractableLocalizedAnimatedInteractionData \ +static_assert(alignof(FSBZInteractableLocalizedAnimatedInteractionData) == 0x000008, "Wrong alignment on FSBZInteractableLocalizedAnimatedInteractionData"); \ +static_assert(sizeof(FSBZInteractableLocalizedAnimatedInteractionData) == 0x000020, "Wrong size on FSBZInteractableLocalizedAnimatedInteractionData"); \ +static_assert(offsetof(FSBZInteractableLocalizedAnimatedInteractionData, Text) == 0x000000, "Member 'FSBZInteractableLocalizedAnimatedInteractionData::Text' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractableLocalizedAnimatedInteractionData, AnimatedInteractionData) == 0x000018, "Member 'FSBZInteractableLocalizedAnimatedInteractionData::AnimatedInteractionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerUiItemInfo \ +static_assert(alignof(FSBZPlayerUiItemInfo) == 0x000008, "Wrong alignment on FSBZPlayerUiItemInfo"); \ +static_assert(sizeof(FSBZPlayerUiItemInfo) == 0x000030, "Wrong size on FSBZPlayerUiItemInfo"); \ +static_assert(offsetof(FSBZPlayerUiItemInfo, bIsAvailable) == 0x000000, "Member 'FSBZPlayerUiItemInfo::bIsAvailable' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerUiItemInfo, InfamyLevel) == 0x000004, "Member 'FSBZPlayerUiItemInfo::InfamyLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerUiItemInfo, ItemProgressionSource) == 0x000008, "Member 'FSBZPlayerUiItemInfo::ItemProgressionSource' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerUiItemInfo, bIsLockedByDLC) == 0x000009, "Member 'FSBZPlayerUiItemInfo::bIsLockedByDLC' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerUiItemInfo, FirstPlatformPurchaseUrl) == 0x000010, "Member 'FSBZPlayerUiItemInfo::FirstPlatformPurchaseUrl' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerUiItemInfo, SkillLineToUnlock) == 0x000020, "Member 'FSBZPlayerUiItemInfo::SkillLineToUnlock' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerUiItemInfo, InventoryBaseData) == 0x000028, "Member 'FSBZPlayerUiItemInfo::InventoryBaseData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZItemEntitlementArray \ +static_assert(alignof(FSBZItemEntitlementArray) == 0x000008, "Wrong alignment on FSBZItemEntitlementArray"); \ +static_assert(sizeof(FSBZItemEntitlementArray) == 0x000010, "Wrong size on FSBZItemEntitlementArray"); \ +static_assert(offsetof(FSBZItemEntitlementArray, PlayerItemSkuArray) == 0x000000, "Member 'FSBZItemEntitlementArray::PlayerItemSkuArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponGunKickBackData \ +static_assert(alignof(FSBZWeaponGunKickBackData) == 0x000008, "Wrong alignment on FSBZWeaponGunKickBackData"); \ +static_assert(sizeof(FSBZWeaponGunKickBackData) == 0x000120, "Wrong size on FSBZWeaponGunKickBackData"); \ +static_assert(offsetof(FSBZWeaponGunKickBackData, SpeedDeflect) == 0x000000, "Member 'FSBZWeaponGunKickBackData::SpeedDeflect' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponGunKickBackData, SpeedRecover) == 0x000004, "Member 'FSBZWeaponGunKickBackData::SpeedRecover' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponGunKickBackData, DeflectCurve) == 0x000008, "Member 'FSBZWeaponGunKickBackData::DeflectCurve' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponGunKickBackData, RecoverCurve) == 0x000090, "Member 'FSBZWeaponGunKickBackData::RecoverCurve' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponGunKickBackData, Distance) == 0x000118, "Member 'FSBZWeaponGunKickBackData::Distance' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponGunKickBackData, MaxDistance) == 0x00011C, "Member 'FSBZWeaponGunKickBackData::MaxDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSequentialScatterPlot \ +static_assert(alignof(FSBZSequentialScatterPlot) == 0x000008, "Wrong alignment on FSBZSequentialScatterPlot"); \ +static_assert(sizeof(FSBZSequentialScatterPlot) == 0x000010, "Wrong size on FSBZSequentialScatterPlot"); \ +static_assert(offsetof(FSBZSequentialScatterPlot, Points) == 0x000000, "Member 'FSBZSequentialScatterPlot::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponViewKickData \ +static_assert(alignof(FSBZWeaponViewKickData) == 0x000008, "Wrong alignment on FSBZWeaponViewKickData"); \ +static_assert(sizeof(FSBZWeaponViewKickData) == 0x000140, "Wrong size on FSBZWeaponViewKickData"); \ +static_assert(offsetof(FSBZWeaponViewKickData, SpeedDeflect) == 0x000000, "Member 'FSBZWeaponViewKickData::SpeedDeflect' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponViewKickData, SpeedRecover) == 0x000004, "Member 'FSBZWeaponViewKickData::SpeedRecover' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponViewKickData, RecoverWaitTime) == 0x000008, "Member 'FSBZWeaponViewKickData::RecoverWaitTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponViewKickData, DeflectCurve) == 0x000010, "Member 'FSBZWeaponViewKickData::DeflectCurve' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponViewKickData, RecoverCurve) == 0x000098, "Member 'FSBZWeaponViewKickData::RecoverCurve' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponViewKickData, GraphDisplacementList) == 0x000120, "Member 'FSBZWeaponViewKickData::GraphDisplacementList' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponViewKickData, DisplacementResetTime) == 0x000130, "Member 'FSBZWeaponViewKickData::DisplacementResetTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponViewKickData, DisplacementGraphLoopStart) == 0x000134, "Member 'FSBZWeaponViewKickData::DisplacementGraphLoopStart' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponViewKickData, DisplacementGraphInitialNum) == 0x000138, "Member 'FSBZWeaponViewKickData::DisplacementGraphInitialNum' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponViewKickData, DisplacementHipFireMultiplier) == 0x00013C, "Member 'FSBZWeaponViewKickData::DisplacementHipFireMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZReplayEventInfo \ +static_assert(alignof(FSBZReplayEventInfo) == 0x000008, "Wrong alignment on FSBZReplayEventInfo"); \ +static_assert(sizeof(FSBZReplayEventInfo) == 0x000020, "Wrong size on FSBZReplayEventInfo"); \ +static_assert(offsetof(FSBZReplayEventInfo, EventGroup) == 0x000000, "Member 'FSBZReplayEventInfo::EventGroup' has a wrong offset!"); \ +static_assert(offsetof(FSBZReplayEventInfo, MetaData) == 0x000008, "Member 'FSBZReplayEventInfo::MetaData' has a wrong offset!"); \ +static_assert(offsetof(FSBZReplayEventInfo, Time) == 0x000018, "Member 'FSBZReplayEventInfo::Time' has a wrong offset!"); \ +static_assert(offsetof(FSBZReplayEventInfo, Percent) == 0x00001C, "Member 'FSBZReplayEventInfo::Percent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponSpreadStanceMultipliers \ +static_assert(alignof(FSBZWeaponSpreadStanceMultipliers) == 0x000004, "Wrong alignment on FSBZWeaponSpreadStanceMultipliers"); \ +static_assert(sizeof(FSBZWeaponSpreadStanceMultipliers) == 0x000020, "Wrong size on FSBZWeaponSpreadStanceMultipliers"); \ +static_assert(offsetof(FSBZWeaponSpreadStanceMultipliers, Spread) == 0x000000, "Member 'FSBZWeaponSpreadStanceMultipliers::Spread' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSpreadStanceMultipliers, TasedSpread) == 0x000004, "Member 'FSBZWeaponSpreadStanceMultipliers::TasedSpread' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSpreadStanceMultipliers, Start) == 0x000008, "Member 'FSBZWeaponSpreadStanceMultipliers::Start' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSpreadStanceMultipliers, MinCap) == 0x00000C, "Member 'FSBZWeaponSpreadStanceMultipliers::MinCap' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSpreadStanceMultipliers, Cap) == 0x000010, "Member 'FSBZWeaponSpreadStanceMultipliers::Cap' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSpreadStanceMultipliers, Increment) == 0x000014, "Member 'FSBZWeaponSpreadStanceMultipliers::Increment' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSpreadStanceMultipliers, ResetTime) == 0x000018, "Member 'FSBZWeaponSpreadStanceMultipliers::ResetTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSpreadStanceMultipliers, DecayRate) == 0x00001C, "Member 'FSBZWeaponSpreadStanceMultipliers::DecayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZChallengeObjectiveInfo \ +static_assert(alignof(FSBZChallengeObjectiveInfo) == 0x000008, "Wrong alignment on FSBZChallengeObjectiveInfo"); \ +static_assert(sizeof(FSBZChallengeObjectiveInfo) == 0x000010, "Wrong size on FSBZChallengeObjectiveInfo"); \ +static_assert(offsetof(FSBZChallengeObjectiveInfo, ItemProgressionSource) == 0x000000, "Member 'FSBZChallengeObjectiveInfo::ItemProgressionSource' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeObjectiveInfo, InfamyLevel) == 0x000004, "Member 'FSBZChallengeObjectiveInfo::InfamyLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeObjectiveInfo, SkillLine) == 0x000008, "Member 'FSBZChallengeObjectiveInfo::SkillLine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerItemInfo \ +static_assert(alignof(FSBZPlayerItemInfo) == 0x000008, "Wrong alignment on FSBZPlayerItemInfo"); \ +static_assert(sizeof(FSBZPlayerItemInfo) == 0x000018, "Wrong size on FSBZPlayerItemInfo"); \ +static_assert(offsetof(FSBZPlayerItemInfo, ChallengeObjectiveInfo) == 0x000000, "Member 'FSBZPlayerItemInfo::ChallengeObjectiveInfo' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerItemInfo, InventoryBaseData) == 0x000010, "Member 'FSBZPlayerItemInfo::InventoryBaseData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponStats \ +static_assert(alignof(FSBZWeaponStats) == 0x000004, "Wrong alignment on FSBZWeaponStats"); \ +static_assert(sizeof(FSBZWeaponStats) == 0x000018, "Wrong size on FSBZWeaponStats"); \ +static_assert(offsetof(FSBZWeaponStats, Damage) == 0x000000, "Member 'FSBZWeaponStats::Damage' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponStats, Recoil) == 0x000004, "Member 'FSBZWeaponStats::Recoil' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponStats, Stability) == 0x000008, "Member 'FSBZWeaponStats::Stability' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponStats, Accuracy) == 0x00000C, "Member 'FSBZWeaponStats::Accuracy' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponStats, Handling) == 0x000010, "Member 'FSBZWeaponStats::Handling' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponStats, FireRate) == 0x000014, "Member 'FSBZWeaponStats::FireRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayerWaitingForReady \ +static_assert(alignof(FPlayerWaitingForReady) == 0x000008, "Wrong alignment on FPlayerWaitingForReady"); \ +static_assert(sizeof(FPlayerWaitingForReady) == 0x000030, "Wrong size on FPlayerWaitingForReady"); \ +static_assert(offsetof(FPlayerWaitingForReady, AutoReadyTimer) == 0x000000, "Member 'FPlayerWaitingForReady::AutoReadyTimer' has a wrong offset!"); \ +static_assert(offsetof(FPlayerWaitingForReady, PlayerId) == 0x000008, "Member 'FPlayerWaitingForReady::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlayersReadyStatusStateArray \ +static_assert(alignof(FSBZPlayersReadyStatusStateArray) == 0x000008, "Wrong alignment on FSBZPlayersReadyStatusStateArray"); \ +static_assert(sizeof(FSBZPlayersReadyStatusStateArray) == 0x000118, "Wrong size on FSBZPlayersReadyStatusStateArray"); \ +static_assert(offsetof(FSBZPlayersReadyStatusStateArray, SBZPlayersReadyInfo) == 0x000108, "Member 'FSBZPlayersReadyStatusStateArray::SBZPlayersReadyInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCodeViewerSet \ +static_assert(alignof(FSBZCodeViewerSet) == 0x000008, "Wrong alignment on FSBZCodeViewerSet"); \ +static_assert(sizeof(FSBZCodeViewerSet) == 0x000028, "Wrong size on FSBZCodeViewerSet"); \ +static_assert(offsetof(FSBZCodeViewerSet, PossibleCodeViewers) == 0x000000, "Member 'FSBZCodeViewerSet::PossibleCodeViewers' has a wrong offset!"); \ +static_assert(offsetof(FSBZCodeViewerSet, Identifier) == 0x000010, "Member 'FSBZCodeViewerSet::Identifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZVariableValue \ +static_assert(alignof(FSBZVariableValue) == 0x000008, "Wrong alignment on FSBZVariableValue"); \ +static_assert(sizeof(FSBZVariableValue) == 0x000018, "Wrong size on FSBZVariableValue"); \ +static_assert(offsetof(FSBZVariableValue, Value) == 0x000000, "Member 'FSBZVariableValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZKnifeProjectileTargetData \ +static_assert(alignof(FSBZKnifeProjectileTargetData) == 0x000008, "Wrong alignment on FSBZKnifeProjectileTargetData"); \ +static_assert(sizeof(FSBZKnifeProjectileTargetData) == 0x005BB0, "Wrong size on FSBZKnifeProjectileTargetData"); \ + +#define DUMPER7_ASSERTS_FSBZLaserPattern \ +static_assert(alignof(FSBZLaserPattern) == 0x000008, "Wrong alignment on FSBZLaserPattern"); \ +static_assert(sizeof(FSBZLaserPattern) == 0x000010, "Wrong size on FSBZLaserPattern"); \ +static_assert(offsetof(FSBZLaserPattern, LaserIndexes) == 0x000000, "Member 'FSBZLaserPattern::LaserIndexes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLaserPointConnection \ +static_assert(alignof(FSBZLaserPointConnection) == 0x000008, "Wrong alignment on FSBZLaserPointConnection"); \ +static_assert(sizeof(FSBZLaserPointConnection) == 0x000040, "Wrong size on FSBZLaserPointConnection"); \ +static_assert(offsetof(FSBZLaserPointConnection, PointA) == 0x000000, "Member 'FSBZLaserPointConnection::PointA' has a wrong offset!"); \ +static_assert(offsetof(FSBZLaserPointConnection, PointB) == 0x000020, "Member 'FSBZLaserPointConnection::PointB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZFetchStatItemsValueQuery \ +static_assert(alignof(FSBZFetchStatItemsValueQuery) == 0x000008, "Wrong alignment on FSBZFetchStatItemsValueQuery"); \ +static_assert(sizeof(FSBZFetchStatItemsValueQuery) == 0x000040, "Wrong size on FSBZFetchStatItemsValueQuery"); \ +static_assert(offsetof(FSBZFetchStatItemsValueQuery, Object) == 0x000000, "Member 'FSBZFetchStatItemsValueQuery::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZFetchStatItemsValueQueryArray \ +static_assert(alignof(FSBZFetchStatItemsValueQueryArray) == 0x000008, "Wrong alignment on FSBZFetchStatItemsValueQueryArray"); \ +static_assert(sizeof(FSBZFetchStatItemsValueQueryArray) == 0x000010, "Wrong size on FSBZFetchStatItemsValueQueryArray"); \ +static_assert(offsetof(FSBZFetchStatItemsValueQueryArray, Data) == 0x000000, "Member 'FSBZFetchStatItemsValueQueryArray::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZVariationSeedGenerator \ +static_assert(alignof(FSBZVariationSeedGenerator) == 0x000008, "Wrong alignment on FSBZVariationSeedGenerator"); \ +static_assert(sizeof(FSBZVariationSeedGenerator) == 0x000010, "Wrong size on FSBZVariationSeedGenerator"); \ +static_assert(offsetof(FSBZVariationSeedGenerator, VariationDataIndexTrackers) == 0x000000, "Member 'FSBZVariationSeedGenerator::VariationDataIndexTrackers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZRemoteEventWithActorsArrayParams \ +static_assert(alignof(FSBZRemoteEventWithActorsArrayParams) == 0x000008, "Wrong alignment on FSBZRemoteEventWithActorsArrayParams"); \ +static_assert(sizeof(FSBZRemoteEventWithActorsArrayParams) == 0x000010, "Wrong size on FSBZRemoteEventWithActorsArrayParams"); \ +static_assert(offsetof(FSBZRemoteEventWithActorsArrayParams, Actor) == 0x000000, "Member 'FSBZRemoteEventWithActorsArrayParams::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZRemoteEventWithActorParams \ +static_assert(alignof(FSBZRemoteEventWithActorParams) == 0x000008, "Wrong alignment on FSBZRemoteEventWithActorParams"); \ +static_assert(sizeof(FSBZRemoteEventWithActorParams) == 0x000008, "Wrong size on FSBZRemoteEventWithActorParams"); \ +static_assert(offsetof(FSBZRemoteEventWithActorParams, Actor) == 0x000000, "Member 'FSBZRemoteEventWithActorParams::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLifeActionAffinity \ +static_assert(alignof(FSBZLifeActionAffinity) == 0x000008, "Wrong alignment on FSBZLifeActionAffinity"); \ +static_assert(sizeof(FSBZLifeActionAffinity) == 0x000038, "Wrong size on FSBZLifeActionAffinity"); \ +static_assert(offsetof(FSBZLifeActionAffinity, AffinityName) == 0x000000, "Member 'FSBZLifeActionAffinity::AffinityName' has a wrong offset!"); \ +static_assert(offsetof(FSBZLifeActionAffinity, Actions) == 0x000010, "Member 'FSBZLifeActionAffinity::Actions' has a wrong offset!"); \ +static_assert(offsetof(FSBZLifeActionAffinity, CharacterScale) == 0x000030, "Member 'FSBZLifeActionAffinity::CharacterScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLifeActionAffinityList \ +static_assert(alignof(FSBZLifeActionAffinityList) == 0x000008, "Wrong alignment on FSBZLifeActionAffinityList"); \ +static_assert(sizeof(FSBZLifeActionAffinityList) == 0x000010, "Wrong size on FSBZLifeActionAffinityList"); \ +static_assert(offsetof(FSBZLifeActionAffinityList, Affinities) == 0x000000, "Member 'FSBZLifeActionAffinityList::Affinities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZVehicleLights \ +static_assert(alignof(FSBZVehicleLights) == 0x000001, "Wrong alignment on FSBZVehicleLights"); \ +static_assert(sizeof(FSBZVehicleLights) == 0x000008, "Wrong size on FSBZVehicleLights"); \ +static_assert(offsetof(FSBZVehicleLights, Headlights) == 0x000000, "Member 'FSBZVehicleLights::Headlights' has a wrong offset!"); \ +static_assert(offsetof(FSBZVehicleLights, TailLights) == 0x000001, "Member 'FSBZVehicleLights::TailLights' has a wrong offset!"); \ +static_assert(offsetof(FSBZVehicleLights, FogLights) == 0x000002, "Member 'FSBZVehicleLights::FogLights' has a wrong offset!"); \ +static_assert(offsetof(FSBZVehicleLights, BrakeLights) == 0x000003, "Member 'FSBZVehicleLights::BrakeLights' has a wrong offset!"); \ +static_assert(offsetof(FSBZVehicleLights, ReverseLights) == 0x000004, "Member 'FSBZVehicleLights::ReverseLights' has a wrong offset!"); \ +static_assert(offsetof(FSBZVehicleLights, TurnLeft) == 0x000005, "Member 'FSBZVehicleLights::TurnLeft' has a wrong offset!"); \ +static_assert(offsetof(FSBZVehicleLights, TurnRight) == 0x000006, "Member 'FSBZVehicleLights::TurnRight' has a wrong offset!"); \ +static_assert(offsetof(FSBZVehicleLights, Broken) == 0x000007, "Member 'FSBZVehicleLights::Broken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLifeActionRequest \ +static_assert(alignof(FSBZLifeActionRequest) == 0x000008, "Wrong alignment on FSBZLifeActionRequest"); \ +static_assert(sizeof(FSBZLifeActionRequest) == 0x000040, "Wrong size on FSBZLifeActionRequest"); \ +static_assert(offsetof(FSBZLifeActionRequest, SpecificActionComponentOwner) == 0x000000, "Member 'FSBZLifeActionRequest::SpecificActionComponentOwner' has a wrong offset!"); \ +static_assert(offsetof(FSBZLifeActionRequest, SpecificActionComponent) == 0x000008, "Member 'FSBZLifeActionRequest::SpecificActionComponent' has a wrong offset!"); \ +static_assert(offsetof(FSBZLifeActionRequest, SpecificActionInstance) == 0x000010, "Member 'FSBZLifeActionRequest::SpecificActionInstance' has a wrong offset!"); \ +static_assert(offsetof(FSBZLifeActionRequest, SpecificActionSlot) == 0x000018, "Member 'FSBZLifeActionRequest::SpecificActionSlot' has a wrong offset!"); \ +static_assert(offsetof(FSBZLifeActionRequest, ActionTag) == 0x000020, "Member 'FSBZLifeActionRequest::ActionTag' has a wrong offset!"); \ +static_assert(offsetof(FSBZLifeActionRequest, SlotTag) == 0x00002C, "Member 'FSBZLifeActionRequest::SlotTag' has a wrong offset!"); \ +static_assert(offsetof(FSBZLifeActionRequest, SpecificAffinityData) == 0x000038, "Member 'FSBZLifeActionRequest::SpecificAffinityData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLifeActionRandomAnimationTagsPicker \ +static_assert(alignof(FSBZLifeActionRandomAnimationTagsPicker) == 0x000008, "Wrong alignment on FSBZLifeActionRandomAnimationTagsPicker"); \ +static_assert(sizeof(FSBZLifeActionRandomAnimationTagsPicker) == 0x000010, "Wrong size on FSBZLifeActionRandomAnimationTagsPicker"); \ +static_assert(offsetof(FSBZLifeActionRandomAnimationTagsPicker, AnimationTagsRandomizers) == 0x000000, "Member 'FSBZLifeActionRandomAnimationTagsPicker::AnimationTagsRandomizers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLifeActionActorTagEvent \ +static_assert(alignof(FSBZLifeActionActorTagEvent) == 0x000008, "Wrong alignment on FSBZLifeActionActorTagEvent"); \ +static_assert(sizeof(FSBZLifeActionActorTagEvent) == 0x000020, "Wrong size on FSBZLifeActionActorTagEvent"); \ +static_assert(offsetof(FSBZLifeActionActorTagEvent, EventTag) == 0x000000, "Member 'FSBZLifeActionActorTagEvent::EventTag' has a wrong offset!"); \ +static_assert(offsetof(FSBZLifeActionActorTagEvent, Actor) == 0x000010, "Member 'FSBZLifeActionActorTagEvent::Actor' has a wrong offset!"); \ +static_assert(offsetof(FSBZLifeActionActorTagEvent, bHandleEventStart) == 0x000018, "Member 'FSBZLifeActionActorTagEvent::bHandleEventStart' has a wrong offset!"); \ +static_assert(offsetof(FSBZLifeActionActorTagEvent, bHandleEventEnd) == 0x000019, "Member 'FSBZLifeActionActorTagEvent::bHandleEventEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInfoPopupText \ +static_assert(alignof(FSBZInfoPopupText) == 0x000008, "Wrong alignment on FSBZInfoPopupText"); \ +static_assert(sizeof(FSBZInfoPopupText) == 0x000070, "Wrong size on FSBZInfoPopupText"); \ +static_assert(offsetof(FSBZInfoPopupText, HeaderText) == 0x000000, "Member 'FSBZInfoPopupText::HeaderText' has a wrong offset!"); \ +static_assert(offsetof(FSBZInfoPopupText, BodyText) == 0x000018, "Member 'FSBZInfoPopupText::BodyText' has a wrong offset!"); \ +static_assert(offsetof(FSBZInfoPopupText, bHasPlaystationSpecificBodyText) == 0x000030, "Member 'FSBZInfoPopupText::bHasPlaystationSpecificBodyText' has a wrong offset!"); \ +static_assert(offsetof(FSBZInfoPopupText, BodyTextPlaystation) == 0x000038, "Member 'FSBZInfoPopupText::BodyTextPlaystation' has a wrong offset!"); \ +static_assert(offsetof(FSBZInfoPopupText, bHasXboxSpecificBodyText) == 0x000050, "Member 'FSBZInfoPopupText::bHasXboxSpecificBodyText' has a wrong offset!"); \ +static_assert(offsetof(FSBZInfoPopupText, BodyTextXbox) == 0x000058, "Member 'FSBZInfoPopupText::BodyTextXbox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZStatData \ +static_assert(alignof(FSBZStatData) == 0x000004, "Wrong alignment on FSBZStatData"); \ +static_assert(sizeof(FSBZStatData) == 0x000004, "Wrong size on FSBZStatData"); \ +static_assert(offsetof(FSBZStatData, Progress) == 0x000000, "Member 'FSBZStatData::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCreditsText \ +static_assert(alignof(FSBZCreditsText) == 0x000008, "Wrong alignment on FSBZCreditsText"); \ +static_assert(sizeof(FSBZCreditsText) == 0x000028, "Wrong size on FSBZCreditsText"); \ +static_assert(offsetof(FSBZCreditsText, Text) == 0x000000, "Member 'FSBZCreditsText::Text' has a wrong offset!"); \ +static_assert(offsetof(FSBZCreditsText, String) == 0x000018, "Member 'FSBZCreditsText::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCashRewardModifier \ +static_assert(alignof(FSBZCashRewardModifier) == 0x000004, "Wrong alignment on FSBZCashRewardModifier"); \ +static_assert(sizeof(FSBZCashRewardModifier) == 0x000008, "Wrong size on FSBZCashRewardModifier"); \ +static_assert(offsetof(FSBZCashRewardModifier, BaseReward) == 0x000000, "Member 'FSBZCashRewardModifier::BaseReward' has a wrong offset!"); \ +static_assert(offsetof(FSBZCashRewardModifier, MaxReward) == 0x000004, "Member 'FSBZCashRewardModifier::MaxReward' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLootTypeData \ +static_assert(alignof(FSBZLootTypeData) == 0x000004, "Wrong alignment on FSBZLootTypeData"); \ +static_assert(sizeof(FSBZLootTypeData) == 0x000010, "Wrong size on FSBZLootTypeData"); \ +static_assert(offsetof(FSBZLootTypeData, LootValue) == 0x000000, "Member 'FSBZLootTypeData::LootValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZLootTypeData, MaxValueForLootType) == 0x000004, "Member 'FSBZLootTypeData::MaxValueForLootType' has a wrong offset!"); \ +static_assert(offsetof(FSBZLootTypeData, InfamyPointValue) == 0x000008, "Member 'FSBZLootTypeData::InfamyPointValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZLootTypeData, MaxInfamyPointsForLootType) == 0x00000C, "Member 'FSBZLootTypeData::MaxInfamyPointsForLootType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLootValueArray \ +static_assert(alignof(FSBZLootValueArray) == 0x000008, "Wrong alignment on FSBZLootValueArray"); \ +static_assert(sizeof(FSBZLootValueArray) == 0x000020, "Wrong size on FSBZLootValueArray"); \ +static_assert(offsetof(FSBZLootValueArray, LootName) == 0x000000, "Member 'FSBZLootValueArray::LootName' has a wrong offset!"); \ +static_assert(offsetof(FSBZLootValueArray, LootValueDifficultyArray) == 0x000010, "Member 'FSBZLootValueArray::LootValueDifficultyArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInstantLootValues \ +static_assert(alignof(FSBZInstantLootValues) == 0x000008, "Wrong alignment on FSBZInstantLootValues"); \ +static_assert(sizeof(FSBZInstantLootValues) == 0x000078, "Wrong size on FSBZInstantLootValues"); \ +static_assert(offsetof(FSBZInstantLootValues, StealthMaxPayoutArray) == 0x000000, "Member 'FSBZInstantLootValues::StealthMaxPayoutArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZInstantLootValues, LoudMaxPayoutArray) == 0x000010, "Member 'FSBZInstantLootValues::LoudMaxPayoutArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZInstantLootValues, TotalPoints) == 0x000020, "Member 'FSBZInstantLootValues::TotalPoints' has a wrong offset!"); \ +static_assert(offsetof(FSBZInstantLootValues, NameToPointMap) == 0x000028, "Member 'FSBZInstantLootValues::NameToPointMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTickingLootValues \ +static_assert(alignof(FSBZTickingLootValues) == 0x000008, "Wrong alignment on FSBZTickingLootValues"); \ +static_assert(sizeof(FSBZTickingLootValues) == 0x000040, "Wrong size on FSBZTickingLootValues"); \ +static_assert(offsetof(FSBZTickingLootValues, StealthMaxPayoutArray) == 0x000000, "Member 'FSBZTickingLootValues::StealthMaxPayoutArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZTickingLootValues, LoudMaxPayoutArray) == 0x000010, "Member 'FSBZTickingLootValues::LoudMaxPayoutArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZTickingLootValues, StealthMaxInfamyArray) == 0x000020, "Member 'FSBZTickingLootValues::StealthMaxInfamyArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZTickingLootValues, LoudMaxInfamyArray) == 0x000030, "Member 'FSBZTickingLootValues::LoudMaxInfamyArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPerformanceBonusEntry \ +static_assert(alignof(FSBZPerformanceBonusEntry) == 0x000004, "Wrong alignment on FSBZPerformanceBonusEntry"); \ +static_assert(sizeof(FSBZPerformanceBonusEntry) == 0x00000C, "Wrong size on FSBZPerformanceBonusEntry"); \ +static_assert(offsetof(FSBZPerformanceBonusEntry, Min) == 0x000000, "Member 'FSBZPerformanceBonusEntry::Min' has a wrong offset!"); \ +static_assert(offsetof(FSBZPerformanceBonusEntry, Max) == 0x000004, "Member 'FSBZPerformanceBonusEntry::Max' has a wrong offset!"); \ +static_assert(offsetof(FSBZPerformanceBonusEntry, Modifier) == 0x000008, "Member 'FSBZPerformanceBonusEntry::Modifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPerformanceBonusArray \ +static_assert(alignof(FSBZPerformanceBonusArray) == 0x000008, "Wrong alignment on FSBZPerformanceBonusArray"); \ +static_assert(sizeof(FSBZPerformanceBonusArray) == 0x000010, "Wrong size on FSBZPerformanceBonusArray"); \ +static_assert(offsetof(FSBZPerformanceBonusArray, PerformanceBonusEntryArray) == 0x000000, "Member 'FSBZPerformanceBonusArray::PerformanceBonusEntryArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerStatisticArray \ +static_assert(alignof(FSBZPlayerStatisticArray) == 0x000008, "Wrong alignment on FSBZPlayerStatisticArray"); \ +static_assert(sizeof(FSBZPlayerStatisticArray) == 0x000010, "Wrong size on FSBZPlayerStatisticArray"); \ +static_assert(offsetof(FSBZPlayerStatisticArray, PlayerStatisticEntryArray) == 0x000000, "Member 'FSBZPlayerStatisticArray::PlayerStatisticEntryArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMapConfigurationData \ +static_assert(alignof(FMapConfigurationData) == 0x000008, "Wrong alignment on FMapConfigurationData"); \ +static_assert(sizeof(FMapConfigurationData) == 0x000428, "Wrong size on FMapConfigurationData"); \ +static_assert(offsetof(FMapConfigurationData, LoudBaseExperience) == 0x000000, "Member 'FMapConfigurationData::LoudBaseExperience' has a wrong offset!"); \ +static_assert(offsetof(FMapConfigurationData, StealthBaseExperience) == 0x000004, "Member 'FMapConfigurationData::StealthBaseExperience' has a wrong offset!"); \ +static_assert(offsetof(FMapConfigurationData, LoudBaseInfamyPointsOnFail) == 0x000008, "Member 'FMapConfigurationData::LoudBaseInfamyPointsOnFail' has a wrong offset!"); \ +static_assert(offsetof(FMapConfigurationData, StealthBaseInfamyPointsOnFail) == 0x00000C, "Member 'FMapConfigurationData::StealthBaseInfamyPointsOnFail' has a wrong offset!"); \ +static_assert(offsetof(FMapConfigurationData, LoudInfamyPointsOnSurvivingOneAssultDifficultyArray) == 0x000010, "Member 'FMapConfigurationData::LoudInfamyPointsOnSurvivingOneAssultDifficultyArray' has a wrong offset!"); \ +static_assert(offsetof(FMapConfigurationData, LoudInfamyPointsOnSurvivingFinalAssultDifficultyArray) == 0x000020, "Member 'FMapConfigurationData::LoudInfamyPointsOnSurvivingFinalAssultDifficultyArray' has a wrong offset!"); \ +static_assert(offsetof(FMapConfigurationData, DifficultyExperienceModifierArray) == 0x000030, "Member 'FMapConfigurationData::DifficultyExperienceModifierArray' has a wrong offset!"); \ +static_assert(offsetof(FMapConfigurationData, DifficultyInfamyPointsOnFailModifierArray) == 0x000040, "Member 'FMapConfigurationData::DifficultyInfamyPointsOnFailModifierArray' has a wrong offset!"); \ +static_assert(offsetof(FMapConfigurationData, StealthDifficultyCashRewardModifierArray) == 0x000050, "Member 'FMapConfigurationData::StealthDifficultyCashRewardModifierArray' has a wrong offset!"); \ +static_assert(offsetof(FMapConfigurationData, LoudDifficultyCashRewardModifierArray) == 0x000060, "Member 'FMapConfigurationData::LoudDifficultyCashRewardModifierArray' has a wrong offset!"); \ +static_assert(offsetof(FMapConfigurationData, LoudLootValuesArray) == 0x000070, "Member 'FMapConfigurationData::LoudLootValuesArray' has a wrong offset!"); \ +static_assert(offsetof(FMapConfigurationData, StealthLootValuesArray) == 0x000080, "Member 'FMapConfigurationData::StealthLootValuesArray' has a wrong offset!"); \ +static_assert(offsetof(FMapConfigurationData, InstantLootValues) == 0x000090, "Member 'FMapConfigurationData::InstantLootValues' has a wrong offset!"); \ +static_assert(offsetof(FMapConfigurationData, TickingLootValues) == 0x000108, "Member 'FMapConfigurationData::TickingLootValues' has a wrong offset!"); \ +static_assert(offsetof(FMapConfigurationData, ObjectivesToExperienceRewardMap) == 0x000148, "Member 'FMapConfigurationData::ObjectivesToExperienceRewardMap' has a wrong offset!"); \ +static_assert(offsetof(FMapConfigurationData, LoudMilestoneToExperienceRewardMap) == 0x000198, "Member 'FMapConfigurationData::LoudMilestoneToExperienceRewardMap' has a wrong offset!"); \ +static_assert(offsetof(FMapConfigurationData, StealthMilestoneToExperienceRewardMap) == 0x0001E8, "Member 'FMapConfigurationData::StealthMilestoneToExperienceRewardMap' has a wrong offset!"); \ +static_assert(offsetof(FMapConfigurationData, LoudMilestoneToInfamyPointsOnFailRewardMap) == 0x000238, "Member 'FMapConfigurationData::LoudMilestoneToInfamyPointsOnFailRewardMap' has a wrong offset!"); \ +static_assert(offsetof(FMapConfigurationData, StealthMilestoneToInfamyPointsOnFailRewardMap) == 0x000288, "Member 'FMapConfigurationData::StealthMilestoneToInfamyPointsOnFailRewardMap' has a wrong offset!"); \ +static_assert(offsetof(FMapConfigurationData, PerformanceBonusMap) == 0x0002D8, "Member 'FMapConfigurationData::PerformanceBonusMap' has a wrong offset!"); \ +static_assert(offsetof(FMapConfigurationData, ItemIdRewardMap) == 0x000328, "Member 'FMapConfigurationData::ItemIdRewardMap' has a wrong offset!"); \ +static_assert(offsetof(FMapConfigurationData, LoudLevelCompletedStatistics) == 0x000378, "Member 'FMapConfigurationData::LoudLevelCompletedStatistics' has a wrong offset!"); \ +static_assert(offsetof(FMapConfigurationData, StealthLevelCompletedStatistics) == 0x0003C8, "Member 'FMapConfigurationData::StealthLevelCompletedStatistics' has a wrong offset!"); \ +static_assert(offsetof(FMapConfigurationData, InfamyPointPayoutArray) == 0x000418, "Member 'FMapConfigurationData::InfamyPointPayoutArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMarkerReplication \ +static_assert(alignof(FSBZMarkerReplication) == 0x000008, "Wrong alignment on FSBZMarkerReplication"); \ +static_assert(sizeof(FSBZMarkerReplication) == 0x000028, "Wrong size on FSBZMarkerReplication"); \ +static_assert(offsetof(FSBZMarkerReplication, ID) == 0x000000, "Member 'FSBZMarkerReplication::ID' has a wrong offset!"); \ +static_assert(offsetof(FSBZMarkerReplication, MarkerAsset) == 0x000008, "Member 'FSBZMarkerReplication::MarkerAsset' has a wrong offset!"); \ +static_assert(offsetof(FSBZMarkerReplication, Location) == 0x000010, "Member 'FSBZMarkerReplication::Location' has a wrong offset!"); \ +static_assert(offsetof(FSBZMarkerReplication, WaypointVolume) == 0x000020, "Member 'FSBZMarkerReplication::WaypointVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMarkerRuntime \ +static_assert(alignof(FSBZMarkerRuntime) == 0x000008, "Wrong alignment on FSBZMarkerRuntime"); \ +static_assert(sizeof(FSBZMarkerRuntime) == 0x000098, "Wrong size on FSBZMarkerRuntime"); \ +static_assert(offsetof(FSBZMarkerRuntime, MarkerAsset) == 0x000008, "Member 'FSBZMarkerRuntime::MarkerAsset' has a wrong offset!"); \ +static_assert(offsetof(FSBZMarkerRuntime, MarkerWidget) == 0x000010, "Member 'FSBZMarkerRuntime::MarkerWidget' has a wrong offset!"); \ +static_assert(offsetof(FSBZMarkerRuntime, PanelSlot) == 0x000018, "Member 'FSBZMarkerRuntime::PanelSlot' has a wrong offset!"); \ +static_assert(offsetof(FSBZMarkerRuntime, Component) == 0x000020, "Member 'FSBZMarkerRuntime::Component' has a wrong offset!"); \ +static_assert(offsetof(FSBZMarkerRuntime, WaypointVolume) == 0x000070, "Member 'FSBZMarkerRuntime::WaypointVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSavedArmorConfig \ +static_assert(alignof(FSBZSavedArmorConfig) == 0x000008, "Wrong alignment on FSBZSavedArmorConfig"); \ +static_assert(sizeof(FSBZSavedArmorConfig) == 0x000030, "Wrong size on FSBZSavedArmorConfig"); \ +static_assert(offsetof(FSBZSavedArmorConfig, ArmorEntitlementId) == 0x000000, "Member 'FSBZSavedArmorConfig::ArmorEntitlementId' has a wrong offset!"); \ +static_assert(offsetof(FSBZSavedArmorConfig, ArmorConfig) == 0x000010, "Member 'FSBZSavedArmorConfig::ArmorConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDamageStatusMarkerRuntime \ +static_assert(alignof(FSBZDamageStatusMarkerRuntime) == 0x000008, "Wrong alignment on FSBZDamageStatusMarkerRuntime"); \ +static_assert(sizeof(FSBZDamageStatusMarkerRuntime) == 0x0000A0, "Wrong size on FSBZDamageStatusMarkerRuntime"); \ + +#define DUMPER7_ASSERTS_FSBZQueuedJoinLobby \ +static_assert(alignof(FSBZQueuedJoinLobby) == 0x000008, "Wrong alignment on FSBZQueuedJoinLobby"); \ +static_assert(sizeof(FSBZQueuedJoinLobby) == 0x000010, "Wrong size on FSBZQueuedJoinLobby"); \ +static_assert(offsetof(FSBZQueuedJoinLobby, MatchmakingData) == 0x000000, "Member 'FSBZQueuedJoinLobby::MatchmakingData' has a wrong offset!"); \ +static_assert(offsetof(FSBZQueuedJoinLobby, bHasQueuedJoinLobby) == 0x000008, "Member 'FSBZQueuedJoinLobby::bHasQueuedJoinLobby' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMeleeHitBoxData \ +static_assert(alignof(FSBZMeleeHitBoxData) == 0x000004, "Wrong alignment on FSBZMeleeHitBoxData"); \ +static_assert(sizeof(FSBZMeleeHitBoxData) == 0x000020, "Wrong size on FSBZMeleeHitBoxData"); \ +static_assert(offsetof(FSBZMeleeHitBoxData, HitboxSize) == 0x000000, "Member 'FSBZMeleeHitBoxData::HitboxSize' has a wrong offset!"); \ +static_assert(offsetof(FSBZMeleeHitBoxData, HitboxViewOffset) == 0x00000C, "Member 'FSBZMeleeHitBoxData::HitboxViewOffset' has a wrong offset!"); \ +static_assert(offsetof(FSBZMeleeHitBoxData, HitboxViewRotation) == 0x000018, "Member 'FSBZMeleeHitBoxData::HitboxViewRotation' has a wrong offset!"); \ +static_assert(offsetof(FSBZMeleeHitBoxData, MaxTargetsPerHit) == 0x00001C, "Member 'FSBZMeleeHitBoxData::MaxTargetsPerHit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZRagdollInfo \ +static_assert(alignof(FSBZRagdollInfo) == 0x000008, "Wrong alignment on FSBZRagdollInfo"); \ +static_assert(sizeof(FSBZRagdollInfo) == 0x000038, "Wrong size on FSBZRagdollInfo"); \ +static_assert(offsetof(FSBZRagdollInfo, Character) == 0x000000, "Member 'FSBZRagdollInfo::Character' has a wrong offset!"); \ +static_assert(offsetof(FSBZRagdollInfo, ServerHipsLocation) == 0x000008, "Member 'FSBZRagdollInfo::ServerHipsLocation' has a wrong offset!"); \ +static_assert(offsetof(FSBZRagdollInfo, ClientHipsLocation) == 0x000014, "Member 'FSBZRagdollInfo::ClientHipsLocation' has a wrong offset!"); \ +static_assert(offsetof(FSBZRagdollInfo, PrevClientHipsLocation) == 0x000020, "Member 'FSBZRagdollInfo::PrevClientHipsLocation' has a wrong offset!"); \ +static_assert(offsetof(FSBZRagdollInfo, MotionlessTimer) == 0x00002C, "Member 'FSBZRagdollInfo::MotionlessTimer' has a wrong offset!"); \ +static_assert(offsetof(FSBZRagdollInfo, NetID) == 0x000030, "Member 'FSBZRagdollInfo::NetID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZNavButtonParameters \ +static_assert(alignof(FSBZNavButtonParameters) == 0x000008, "Wrong alignment on FSBZNavButtonParameters"); \ +static_assert(sizeof(FSBZNavButtonParameters) == 0x000070, "Wrong size on FSBZNavButtonParameters"); \ +static_assert(offsetof(FSBZNavButtonParameters, StackValue) == 0x000000, "Member 'FSBZNavButtonParameters::StackValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZNavButtonParameters, DisplayValue) == 0x000010, "Member 'FSBZNavButtonParameters::DisplayValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZNavButtonParameters, bHasPlaystationSpecificDisplayValue) == 0x000028, "Member 'FSBZNavButtonParameters::bHasPlaystationSpecificDisplayValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZNavButtonParameters, DisplayValuePlaystation) == 0x000030, "Member 'FSBZNavButtonParameters::DisplayValuePlaystation' has a wrong offset!"); \ +static_assert(offsetof(FSBZNavButtonParameters, bHasXBoxSpecificDisplayValue) == 0x000048, "Member 'FSBZNavButtonParameters::bHasXBoxSpecificDisplayValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZNavButtonParameters, DisplayValueXBox) == 0x000050, "Member 'FSBZNavButtonParameters::DisplayValueXBox' has a wrong offset!"); \ +static_assert(offsetof(FSBZNavButtonParameters, bShowOnlyOnWindowsPlatform) == 0x000068, "Member 'FSBZNavButtonParameters::bShowOnlyOnWindowsPlatform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkelMeshMergeSectionMapping_BP \ +static_assert(alignof(FSkelMeshMergeSectionMapping_BP) == 0x000008, "Wrong alignment on FSkelMeshMergeSectionMapping_BP"); \ +static_assert(sizeof(FSkelMeshMergeSectionMapping_BP) == 0x000010, "Wrong size on FSkelMeshMergeSectionMapping_BP"); \ +static_assert(offsetof(FSkelMeshMergeSectionMapping_BP, SectionIDs) == 0x000000, "Member 'FSkelMeshMergeSectionMapping_BP::SectionIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkelMeshMergeUVTransformMapping \ +static_assert(alignof(FSkelMeshMergeUVTransformMapping) == 0x000008, "Wrong alignment on FSkelMeshMergeUVTransformMapping"); \ +static_assert(sizeof(FSkelMeshMergeUVTransformMapping) == 0x000010, "Wrong size on FSkelMeshMergeUVTransformMapping"); \ +static_assert(offsetof(FSkelMeshMergeUVTransformMapping, UVTransformsPerMesh) == 0x000000, "Member 'FSkelMeshMergeUVTransformMapping::UVTransformsPerMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSrcMesh_BP \ +static_assert(alignof(FSrcMesh_BP) == 0x000008, "Wrong alignment on FSrcMesh_BP"); \ +static_assert(sizeof(FSrcMesh_BP) == 0x000010, "Wrong size on FSrcMesh_BP"); \ +static_assert(offsetof(FSrcMesh_BP, SrcSkeletalMesh) == 0x000000, "Member 'FSrcMesh_BP::SrcSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(FSrcMesh_BP, SrcSkinnedSkeletalMesh) == 0x000008, "Member 'FSrcMesh_BP::SrcSkinnedSkeletalMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshMergeParams \ +static_assert(alignof(FSkeletalMeshMergeParams) == 0x000008, "Wrong alignment on FSkeletalMeshMergeParams"); \ +static_assert(sizeof(FSkeletalMeshMergeParams) == 0x000040, "Wrong size on FSkeletalMeshMergeParams"); \ +static_assert(offsetof(FSkeletalMeshMergeParams, MeshSectionMappings) == 0x000000, "Member 'FSkeletalMeshMergeParams::MeshSectionMappings' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshMergeParams, UVTransformsPerMesh) == 0x000010, "Member 'FSkeletalMeshMergeParams::UVTransformsPerMesh' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshMergeParams, MeshesToMerge) == 0x000020, "Member 'FSkeletalMeshMergeParams::MeshesToMerge' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshMergeParams, StripTopLODS) == 0x000030, "Member 'FSkeletalMeshMergeParams::StripTopLODS' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshMergeParams, Skeleton) == 0x000038, "Member 'FSkeletalMeshMergeParams::Skeleton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZStatisticCriteriaDataCollection \ +static_assert(alignof(FSBZStatisticCriteriaDataCollection) == 0x000008, "Wrong alignment on FSBZStatisticCriteriaDataCollection"); \ +static_assert(sizeof(FSBZStatisticCriteriaDataCollection) == 0x000060, "Wrong size on FSBZStatisticCriteriaDataCollection"); \ +static_assert(offsetof(FSBZStatisticCriteriaDataCollection, PutOnMask) == 0x000000, "Member 'FSBZStatisticCriteriaDataCollection::PutOnMask' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCriteriaDataCollection, InsurancePolicy) == 0x000008, "Member 'FSBZStatisticCriteriaDataCollection::InsurancePolicy' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCriteriaDataCollection, CrowdControl) == 0x000010, "Member 'FSBZStatisticCriteriaDataCollection::CrowdControl' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCriteriaDataCollection, UnlimitedPower) == 0x000018, "Member 'FSBZStatisticCriteriaDataCollection::UnlimitedPower' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCriteriaDataCollection, TaserPackStuns) == 0x000020, "Member 'FSBZStatisticCriteriaDataCollection::TaserPackStuns' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCriteriaDataCollection, SmashAndGrab) == 0x000028, "Member 'FSBZStatisticCriteriaDataCollection::SmashAndGrab' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCriteriaDataCollection, SentryKills) == 0x000030, "Member 'FSBZStatisticCriteriaDataCollection::SentryKills' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCriteriaDataCollection, AfterParty) == 0x000038, "Member 'FSBZStatisticCriteriaDataCollection::AfterParty' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCriteriaDataCollection, ColorMeSurprised) == 0x000040, "Member 'FSBZStatisticCriteriaDataCollection::ColorMeSurprised' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCriteriaDataCollection, SpecOps) == 0x000048, "Member 'FSBZStatisticCriteriaDataCollection::SpecOps' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCriteriaDataCollection, NoBagOnGround) == 0x000050, "Member 'FSBZStatisticCriteriaDataCollection::NoBagOnGround' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCriteriaDataCollection, BranchBankNoDyePackExploded) == 0x000058, "Member 'FSBZStatisticCriteriaDataCollection::BranchBankNoDyePackExploded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZStatisticCodeCollection \ +static_assert(alignof(FSBZStatisticCodeCollection) == 0x000008, "Wrong alignment on FSBZStatisticCodeCollection"); \ +static_assert(sizeof(FSBZStatisticCodeCollection) == 0x000360, "Wrong size on FSBZStatisticCodeCollection"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, ReviveCrewmate) == 0x000000, "Member 'FSBZStatisticCodeCollection::ReviveCrewmate' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, SlideDistance) == 0x000010, "Member 'FSBZStatisticCodeCollection::SlideDistance' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, SlideKills) == 0x000020, "Member 'FSBZStatisticCodeCollection::SlideKills' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, SlideHeadshotKills) == 0x000030, "Member 'FSBZStatisticCodeCollection::SlideHeadshotKills' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, JumpKills) == 0x000040, "Member 'FSBZStatisticCodeCollection::JumpKills' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, JumpHeadshotKills) == 0x000050, "Member 'FSBZStatisticCodeCollection::JumpHeadshotKills' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, HumanShieldTime) == 0x000060, "Member 'FSBZStatisticCodeCollection::HumanShieldTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, HumanShieldKills) == 0x000070, "Member 'FSBZStatisticCodeCollection::HumanShieldKills' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, HumanShieldHeadshotKills) == 0x000080, "Member 'FSBZStatisticCodeCollection::HumanShieldHeadshotKills' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, DozerFaceplate) == 0x000090, "Member 'FSBZStatisticCodeCollection::DozerFaceplate' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, DestroyTaserBattery) == 0x0000A0, "Member 'FSBZStatisticCodeCollection::DestroyTaserBattery' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, DestroyGrenadeBelt) == 0x0000B0, "Member 'FSBZStatisticCodeCollection::DestroyGrenadeBelt' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, BreakShieldVisor) == 0x0000C0, "Member 'FSBZStatisticCodeCollection::BreakShieldVisor' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, BreakDisplayCase) == 0x0000D0, "Member 'FSBZStatisticCodeCollection::BreakDisplayCase' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, HostagesTraded) == 0x0000E0, "Member 'FSBZStatisticCodeCollection::HostagesTraded' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, DoorSprint) == 0x0000F0, "Member 'FSBZStatisticCodeCollection::DoorSprint' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, CloakerSave) == 0x000100, "Member 'FSBZStatisticCodeCollection::CloakerSave' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, TaserSave) == 0x000110, "Member 'FSBZStatisticCodeCollection::TaserSave' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, CutObjects) == 0x000120, "Member 'FSBZStatisticCodeCollection::CutObjects' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, LockPicked) == 0x000130, "Member 'FSBZStatisticCodeCollection::LockPicked' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, DetectedKills) == 0x000140, "Member 'FSBZStatisticCodeCollection::DetectedKills' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, DevicesHacked) == 0x000150, "Member 'FSBZStatisticCodeCollection::DevicesHacked' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, SpecialEnemyKills) == 0x000160, "Member 'FSBZStatisticCodeCollection::SpecialEnemyKills' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, EnemyKillsOverkillWeapon) == 0x000170, "Member 'FSBZStatisticCodeCollection::EnemyKillsOverkillWeapon' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, EnemyDoubleKillsMarksmanWeapon) == 0x000180, "Member 'FSBZStatisticCodeCollection::EnemyDoubleKillsMarksmanWeapon' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, EnemyKillsLastBullet) == 0x000190, "Member 'FSBZStatisticCodeCollection::EnemyKillsLastBullet' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, EnemyKillsNoReload) == 0x0001A0, "Member 'FSBZStatisticCodeCollection::EnemyKillsNoReload' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, ZipTie) == 0x0001B0, "Member 'FSBZStatisticCodeCollection::ZipTie' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, EnemyStuns) == 0x0001C0, "Member 'FSBZStatisticCodeCollection::EnemyStuns' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, GainDamage) == 0x0001D0, "Member 'FSBZStatisticCodeCollection::GainDamage' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, GainMitigation) == 0x0001E0, "Member 'FSBZStatisticCodeCollection::GainMitigation' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, GainSpeed) == 0x0001F0, "Member 'FSBZStatisticCodeCollection::GainSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, UseLures) == 0x000200, "Member 'FSBZStatisticCodeCollection::UseLures' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, DestroyDoorLocks) == 0x000210, "Member 'FSBZStatisticCodeCollection::DestroyDoorLocks' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, HackCameras) == 0x000220, "Member 'FSBZStatisticCodeCollection::HackCameras' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, SpecialEnemyKillsHumanShield) == 0x000230, "Member 'FSBZStatisticCodeCollection::SpecialEnemyKillsHumanShield' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, SecureBags) == 0x000240, "Member 'FSBZStatisticCodeCollection::SecureBags' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, SecureBagsAssaultStarted) == 0x000250, "Member 'FSBZStatisticCodeCollection::SecureBagsAssaultStarted' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, SecureBagsNoAlarm) == 0x000260, "Member 'FSBZStatisticCodeCollection::SecureBagsNoAlarm' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, RappellingEnemyKills) == 0x000270, "Member 'FSBZStatisticCodeCollection::RappellingEnemyKills' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, PickupAmmo) == 0x000280, "Member 'FSBZStatisticCodeCollection::PickupAmmo' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, EnemyKillsSilencedWeapon) == 0x000290, "Member 'FSBZStatisticCodeCollection::EnemyKillsSilencedWeapon' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, CompletedHeists) == 0x0002A0, "Member 'FSBZStatisticCodeCollection::CompletedHeists' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, CompletedHeistsAssaultStarted) == 0x0002B0, "Member 'FSBZStatisticCodeCollection::CompletedHeistsAssaultStarted' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, CompletedHeistsNoAlarm) == 0x0002C0, "Member 'FSBZStatisticCodeCollection::CompletedHeistsNoAlarm' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, CompletedHeistsVeryHardAndAbove) == 0x0002D0, "Member 'FSBZStatisticCodeCollection::CompletedHeistsVeryHardAndAbove' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, CompletedHeistsSecuredBags) == 0x0002E0, "Member 'FSBZStatisticCodeCollection::CompletedHeistsSecuredBags' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, CompletedHeistsInstantLootTaken) == 0x0002F0, "Member 'FSBZStatisticCodeCollection::CompletedHeistsInstantLootTaken' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, CompletedHeistsNoAlarmNoSilencedWeapon) == 0x000300, "Member 'FSBZStatisticCodeCollection::CompletedHeistsNoAlarmNoSilencedWeapon' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, CompletedHeistsNoCustody) == 0x000310, "Member 'FSBZStatisticCodeCollection::CompletedHeistsNoCustody' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, CompletedHeistsSurviveThreeAssault) == 0x000320, "Member 'FSBZStatisticCodeCollection::CompletedHeistsSurviveThreeAssault' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, CompletedHeistsHeadshotKilled30) == 0x000330, "Member 'FSBZStatisticCodeCollection::CompletedHeistsHeadshotKilled30' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, CutWindows) == 0x000340, "Member 'FSBZStatisticCodeCollection::CutWindows' has a wrong offset!"); \ +static_assert(offsetof(FSBZStatisticCodeCollection, EnemyGrenadeMultiKill) == 0x000350, "Member 'FSBZStatisticCodeCollection::EnemyGrenadeMultiKill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZYawControl \ +static_assert(alignof(FSBZYawControl) == 0x000008, "Wrong alignment on FSBZYawControl"); \ +static_assert(sizeof(FSBZYawControl) == 0x000118, "Wrong size on FSBZYawControl"); \ +static_assert(offsetof(FSBZYawControl, YawCurve) == 0x000000, "Member 'FSBZYawControl::YawCurve' has a wrong offset!"); \ +static_assert(offsetof(FSBZYawControl, BlendCurve) == 0x000088, "Member 'FSBZYawControl::BlendCurve' has a wrong offset!"); \ +static_assert(offsetof(FSBZYawControl, Bounds) == 0x000110, "Member 'FSBZYawControl::Bounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZRepSharedKeyItemTags \ +static_assert(alignof(FSBZRepSharedKeyItemTags) == 0x000004, "Wrong alignment on FSBZRepSharedKeyItemTags"); \ +static_assert(sizeof(FSBZRepSharedKeyItemTags) == 0x000010, "Wrong size on FSBZRepSharedKeyItemTags"); \ +static_assert(offsetof(FSBZRepSharedKeyItemTags, Tag) == 0x000000, "Member 'FSBZRepSharedKeyItemTags::Tag' has a wrong offset!"); \ +static_assert(offsetof(FSBZRepSharedKeyItemTags, Count) == 0x00000C, "Member 'FSBZRepSharedKeyItemTags::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZModularMeshVisibility \ +static_assert(alignof(FSBZModularMeshVisibility) == 0x000008, "Wrong alignment on FSBZModularMeshVisibility"); \ +static_assert(sizeof(FSBZModularMeshVisibility) == 0x000018, "Wrong size on FSBZModularMeshVisibility"); \ +static_assert(offsetof(FSBZModularMeshVisibility, ModularMesh) == 0x000000, "Member 'FSBZModularMeshVisibility::ModularMesh' has a wrong offset!"); \ +static_assert(offsetof(FSBZModularMeshVisibility, Tag) == 0x000008, "Member 'FSBZModularMeshVisibility::Tag' has a wrong offset!"); \ +static_assert(offsetof(FSBZModularMeshVisibility, bVisibilityState) == 0x000014, "Member 'FSBZModularMeshVisibility::bVisibilityState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZBoneAnimContraint \ +static_assert(alignof(FSBZBoneAnimContraint) == 0x000004, "Wrong alignment on FSBZBoneAnimContraint"); \ +static_assert(sizeof(FSBZBoneAnimContraint) == 0x00001C, "Wrong size on FSBZBoneAnimContraint"); \ +static_assert(offsetof(FSBZBoneAnimContraint, BoneToConstrain) == 0x000000, "Member 'FSBZBoneAnimContraint::BoneToConstrain' has a wrong offset!"); \ +static_assert(offsetof(FSBZBoneAnimContraint, ConstraintType) == 0x00000C, "Member 'FSBZBoneAnimContraint::ConstraintType' has a wrong offset!"); \ +static_assert(offsetof(FSBZBoneAnimContraint, BoneToFollow) == 0x000010, "Member 'FSBZBoneAnimContraint::BoneToFollow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZModularMeshData \ +static_assert(alignof(FSBZModularMeshData) == 0x000008, "Wrong alignment on FSBZModularMeshData"); \ +static_assert(sizeof(FSBZModularMeshData) == 0x000168, "Wrong size on FSBZModularMeshData"); \ +static_assert(offsetof(FSBZModularMeshData, SkeletalMesh) == 0x000000, "Member 'FSBZModularMeshData::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(FSBZModularMeshData, SkeletalMeshClass) == 0x000030, "Member 'FSBZModularMeshData::SkeletalMeshClass' has a wrong offset!"); \ +static_assert(offsetof(FSBZModularMeshData, SpawnSlot) == 0x000038, "Member 'FSBZModularMeshData::SpawnSlot' has a wrong offset!"); \ +static_assert(offsetof(FSBZModularMeshData, SpawnStep) == 0x000040, "Member 'FSBZModularMeshData::SpawnStep' has a wrong offset!"); \ +static_assert(offsetof(FSBZModularMeshData, bModifiesBaseMesh) == 0x000041, "Member 'FSBZModularMeshData::bModifiesBaseMesh' has a wrong offset!"); \ +static_assert(offsetof(FSBZModularMeshData, AppliedPartBoneToRig) == 0x000048, "Member 'FSBZModularMeshData::AppliedPartBoneToRig' has a wrong offset!"); \ +static_assert(offsetof(FSBZModularMeshData, DontApplyPartBone) == 0x000058, "Member 'FSBZModularMeshData::DontApplyPartBone' has a wrong offset!"); \ +static_assert(offsetof(FSBZModularMeshData, DontApplyPartBoneIfAlreadyChanged) == 0x000068, "Member 'FSBZModularMeshData::DontApplyPartBoneIfAlreadyChanged' has a wrong offset!"); \ +static_assert(offsetof(FSBZModularMeshData, MapPartBoneToRigBone) == 0x000078, "Member 'FSBZModularMeshData::MapPartBoneToRigBone' has a wrong offset!"); \ +static_assert(offsetof(FSBZModularMeshData, RigBoneAnimConstraints) == 0x0000C8, "Member 'FSBZModularMeshData::RigBoneAnimConstraints' has a wrong offset!"); \ +static_assert(offsetof(FSBZModularMeshData, AttachBoneParentOverride) == 0x0000D8, "Member 'FSBZModularMeshData::AttachBoneParentOverride' has a wrong offset!"); \ +static_assert(offsetof(FSBZModularMeshData, bNotAnimatedPart) == 0x0000E4, "Member 'FSBZModularMeshData::bNotAnimatedPart' has a wrong offset!"); \ +static_assert(offsetof(FSBZModularMeshData, SpawnOnlyIfAllTagsArePresent) == 0x0000E8, "Member 'FSBZModularMeshData::SpawnOnlyIfAllTagsArePresent' has a wrong offset!"); \ +static_assert(offsetof(FSBZModularMeshData, DontSpawnIfTagIsPresent) == 0x000108, "Member 'FSBZModularMeshData::DontSpawnIfTagIsPresent' has a wrong offset!"); \ +static_assert(offsetof(FSBZModularMeshData, VisibilityTag) == 0x000128, "Member 'FSBZModularMeshData::VisibilityTag' has a wrong offset!"); \ +static_assert(offsetof(FSBZModularMeshData, bVisibilityTagState) == 0x000134, "Member 'FSBZModularMeshData::bVisibilityTagState' has a wrong offset!"); \ +static_assert(offsetof(FSBZModularMeshData, TagContainer) == 0x000138, "Member 'FSBZModularMeshData::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(FSBZModularMeshData, ParentSlot) == 0x000158, "Member 'FSBZModularMeshData::ParentSlot' has a wrong offset!"); \ +static_assert(offsetof(FSBZModularMeshData, ParentPart) == 0x000160, "Member 'FSBZModularMeshData::ParentPart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSteeringSpline \ +static_assert(alignof(FSBZSteeringSpline) == 0x000008, "Wrong alignment on FSBZSteeringSpline"); \ +static_assert(sizeof(FSBZSteeringSpline) == 0x000080, "Wrong size on FSBZSteeringSpline"); \ + +#define DUMPER7_ASSERTS_FSBZModularPartSlotConfiguration \ +static_assert(alignof(FSBZModularPartSlotConfiguration) == 0x000008, "Wrong alignment on FSBZModularPartSlotConfiguration"); \ +static_assert(sizeof(FSBZModularPartSlotConfiguration) == 0x000028, "Wrong size on FSBZModularPartSlotConfiguration"); \ +static_assert(offsetof(FSBZModularPartSlotConfiguration, DefaultPart) == 0x000000, "Member 'FSBZModularPartSlotConfiguration::DefaultPart' has a wrong offset!"); \ +static_assert(offsetof(FSBZModularPartSlotConfiguration, UniqueModParts) == 0x000008, "Member 'FSBZModularPartSlotConfiguration::UniqueModParts' has a wrong offset!"); \ +static_assert(offsetof(FSBZModularPartSlotConfiguration, SharedParts) == 0x000018, "Member 'FSBZModularPartSlotConfiguration::SharedParts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZModularSlotPart \ +static_assert(alignof(FSBZModularSlotPart) == 0x000008, "Wrong alignment on FSBZModularSlotPart"); \ +static_assert(sizeof(FSBZModularSlotPart) == 0x000010, "Wrong size on FSBZModularSlotPart"); \ +static_assert(offsetof(FSBZModularSlotPart, PartSlot) == 0x000000, "Member 'FSBZModularSlotPart::PartSlot' has a wrong offset!"); \ +static_assert(offsetof(FSBZModularSlotPart, PartDataAsset) == 0x000008, "Member 'FSBZModularSlotPart::PartDataAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCodeAndIdentifier \ +static_assert(alignof(FSBZCodeAndIdentifier) == 0x000008, "Wrong alignment on FSBZCodeAndIdentifier"); \ +static_assert(sizeof(FSBZCodeAndIdentifier) == 0x000020, "Wrong size on FSBZCodeAndIdentifier"); \ + +#define DUMPER7_ASSERTS_FSBZCachedNavLinkPoints \ +static_assert(alignof(FSBZCachedNavLinkPoints) == 0x000008, "Wrong alignment on FSBZCachedNavLinkPoints"); \ +static_assert(sizeof(FSBZCachedNavLinkPoints) == 0x000028, "Wrong size on FSBZCachedNavLinkPoints"); \ +static_assert(offsetof(FSBZCachedNavLinkPoints, NavLink) == 0x000000, "Member 'FSBZCachedNavLinkPoints::NavLink' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSurfaceSoundEvents \ +static_assert(alignof(FSBZSurfaceSoundEvents) == 0x000008, "Wrong alignment on FSBZSurfaceSoundEvents"); \ +static_assert(sizeof(FSBZSurfaceSoundEvents) == 0x0000B0, "Wrong size on FSBZSurfaceSoundEvents"); \ +static_assert(offsetof(FSBZSurfaceSoundEvents, Footstep) == 0x000000, "Member 'FSBZSurfaceSoundEvents::Footstep' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceSoundEvents, Sliding) == 0x000008, "Member 'FSBZSurfaceSoundEvents::Sliding' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceSoundEvents, SlidingCancel) == 0x000010, "Member 'FSBZSurfaceSoundEvents::SlidingCancel' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceSoundEvents, Mantling) == 0x000018, "Member 'FSBZSurfaceSoundEvents::Mantling' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceSoundEvents, StepUp) == 0x000020, "Member 'FSBZSurfaceSoundEvents::StepUp' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceSoundEvents, ProjectileHit) == 0x000028, "Member 'FSBZSurfaceSoundEvents::ProjectileHit' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceSoundEvents, ThrowableProjectileHit) == 0x000030, "Member 'FSBZSurfaceSoundEvents::ThrowableProjectileHit' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceSoundEvents, ThrowableProjectileBounceHit) == 0x000038, "Member 'FSBZSurfaceSoundEvents::ThrowableProjectileBounceHit' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceSoundEvents, MeleeHit) == 0x000040, "Member 'FSBZSurfaceSoundEvents::MeleeHit' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceSoundEvents, ExplosionHit) == 0x000048, "Member 'FSBZSurfaceSoundEvents::ExplosionHit' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceSoundEvents, ObjectImpact) == 0x000050, "Member 'FSBZSurfaceSoundEvents::ObjectImpact' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceSoundEvents, ObjectRolling) == 0x000058, "Member 'FSBZSurfaceSoundEvents::ObjectRolling' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceSoundEvents, DebrisImpact) == 0x000060, "Member 'FSBZSurfaceSoundEvents::DebrisImpact' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceSoundEvents, DebrisRolling) == 0x000068, "Member 'FSBZSurfaceSoundEvents::DebrisRolling' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceSoundEvents, ThrowableImpact) == 0x000070, "Member 'FSBZSurfaceSoundEvents::ThrowableImpact' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceSoundEvents, BagItemImpact) == 0x000078, "Member 'FSBZSurfaceSoundEvents::BagItemImpact' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceSoundEvents, ObjectImpactRtpc) == 0x000080, "Member 'FSBZSurfaceSoundEvents::ObjectImpactRtpc' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceSoundEvents, ObjectRollingRtpc) == 0x000088, "Member 'FSBZSurfaceSoundEvents::ObjectRollingRtpc' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceSoundEvents, MeleeHitRtpc) == 0x000090, "Member 'FSBZSurfaceSoundEvents::MeleeHitRtpc' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceSoundEvents, DebrisImpactRtpc) == 0x000098, "Member 'FSBZSurfaceSoundEvents::DebrisImpactRtpc' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceSoundEvents, DebrisRollingRtpc) == 0x0000A0, "Member 'FSBZSurfaceSoundEvents::DebrisRollingRtpc' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceSoundEvents, ThrowableImpactRtpc) == 0x0000A8, "Member 'FSBZSurfaceSoundEvents::ThrowableImpactRtpc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZNegotiationDifficultySettings \ +static_assert(alignof(FSBZNegotiationDifficultySettings) == 0x000004, "Wrong alignment on FSBZNegotiationDifficultySettings"); \ +static_assert(sizeof(FSBZNegotiationDifficultySettings) == 0x000028, "Wrong size on FSBZNegotiationDifficultySettings"); \ +static_assert(offsetof(FSBZNegotiationDifficultySettings, BaseNrHostagesRequired) == 0x000000, "Member 'FSBZNegotiationDifficultySettings::BaseNrHostagesRequired' has a wrong offset!"); \ +static_assert(offsetof(FSBZNegotiationDifficultySettings, NrHostagesToAddPerDemand) == 0x000004, "Member 'FSBZNegotiationDifficultySettings::NrHostagesToAddPerDemand' has a wrong offset!"); \ +static_assert(offsetof(FSBZNegotiationDifficultySettings, BaseTime) == 0x000008, "Member 'FSBZNegotiationDifficultySettings::BaseTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZNegotiationDifficultySettings, BonusTime) == 0x00000C, "Member 'FSBZNegotiationDifficultySettings::BonusTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZNegotiationDifficultySettings, DemandInterval) == 0x000010, "Member 'FSBZNegotiationDifficultySettings::DemandInterval' has a wrong offset!"); \ +static_assert(offsetof(FSBZNegotiationDifficultySettings, RemainingTimeDemandThreshold) == 0x000014, "Member 'FSBZNegotiationDifficultySettings::RemainingTimeDemandThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSBZNegotiationDifficultySettings, DelayAssaultSeconds) == 0x000018, "Member 'FSBZNegotiationDifficultySettings::DelayAssaultSeconds' has a wrong offset!"); \ +static_assert(offsetof(FSBZNegotiationDifficultySettings, ReducePlayerSpectateSeconds) == 0x00001C, "Member 'FSBZNegotiationDifficultySettings::ReducePlayerSpectateSeconds' has a wrong offset!"); \ +static_assert(offsetof(FSBZNegotiationDifficultySettings, CivilianKilledExtraTime) == 0x000020, "Member 'FSBZNegotiationDifficultySettings::CivilianKilledExtraTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZNegotiationDifficultySettings, MaxExtraCustodyTime) == 0x000024, "Member 'FSBZNegotiationDifficultySettings::MaxExtraCustodyTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZNewsDataEntry \ +static_assert(alignof(FSBZNewsDataEntry) == 0x000008, "Wrong alignment on FSBZNewsDataEntry"); \ +static_assert(sizeof(FSBZNewsDataEntry) == 0x000058, "Wrong size on FSBZNewsDataEntry"); \ +static_assert(offsetof(FSBZNewsDataEntry, NewsId) == 0x000000, "Member 'FSBZNewsDataEntry::NewsId' has a wrong offset!"); \ +static_assert(offsetof(FSBZNewsDataEntry, StackName) == 0x000010, "Member 'FSBZNewsDataEntry::StackName' has a wrong offset!"); \ +static_assert(offsetof(FSBZNewsDataEntry, Title) == 0x000020, "Member 'FSBZNewsDataEntry::Title' has a wrong offset!"); \ +static_assert(offsetof(FSBZNewsDataEntry, Subtitle) == 0x000038, "Member 'FSBZNewsDataEntry::Subtitle' has a wrong offset!"); \ +static_assert(offsetof(FSBZNewsDataEntry, Image) == 0x000050, "Member 'FSBZNewsDataEntry::Image' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSessionSettingQueueItem \ +static_assert(alignof(FSBZSessionSettingQueueItem) == 0x000010, "Wrong alignment on FSBZSessionSettingQueueItem"); \ +static_assert(sizeof(FSBZSessionSettingQueueItem) == 0x000070, "Wrong size on FSBZSessionSettingQueueItem"); \ + +#define DUMPER7_ASSERTS_FSBZUserActivity \ +static_assert(alignof(FSBZUserActivity) == 0x000008, "Wrong alignment on FSBZUserActivity"); \ +static_assert(sizeof(FSBZUserActivity) == 0x0000B8, "Wrong size on FSBZUserActivity"); \ +static_assert(offsetof(FSBZUserActivity, IP) == 0x000000, "Member 'FSBZUserActivity::IP' has a wrong offset!"); \ +static_assert(offsetof(FSBZUserActivity, Port) == 0x000010, "Member 'FSBZUserActivity::Port' has a wrong offset!"); \ +static_assert(offsetof(FSBZUserActivity, PortBeacon) == 0x000014, "Member 'FSBZUserActivity::PortBeacon' has a wrong offset!"); \ +static_assert(offsetof(FSBZUserActivity, MatchID) == 0x000018, "Member 'FSBZUserActivity::MatchID' has a wrong offset!"); \ +static_assert(offsetof(FSBZUserActivity, ServerVersion) == 0x000028, "Member 'FSBZUserActivity::ServerVersion' has a wrong offset!"); \ +static_assert(offsetof(FSBZUserActivity, LevelIdx) == 0x000038, "Member 'FSBZUserActivity::LevelIdx' has a wrong offset!"); \ +static_assert(offsetof(FSBZUserActivity, PartyCode) == 0x000040, "Member 'FSBZUserActivity::PartyCode' has a wrong offset!"); \ +static_assert(offsetof(FSBZUserActivity, GameSessionCode) == 0x000050, "Member 'FSBZUserActivity::GameSessionCode' has a wrong offset!"); \ +static_assert(offsetof(FSBZUserActivity, NetVersion) == 0x000060, "Member 'FSBZUserActivity::NetVersion' has a wrong offset!"); \ +static_assert(offsetof(FSBZUserActivity, bCrossPlayEnabled) == 0x000070, "Member 'FSBZUserActivity::bCrossPlayEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSBZUserActivity, bInCrossPlayLobby) == 0x000071, "Member 'FSBZUserActivity::bInCrossPlayLobby' has a wrong offset!"); \ +static_assert(offsetof(FSBZUserActivity, bInCrossPlayAllowedLobby) == 0x000072, "Member 'FSBZUserActivity::bInCrossPlayAllowedLobby' has a wrong offset!"); \ +static_assert(offsetof(FSBZUserActivity, JoinType) == 0x000073, "Member 'FSBZUserActivity::JoinType' has a wrong offset!"); \ +static_assert(offsetof(FSBZUserActivity, GameState) == 0x000074, "Member 'FSBZUserActivity::GameState' has a wrong offset!"); \ +static_assert(offsetof(FSBZUserActivity, GameSessionMembers) == 0x000080, "Member 'FSBZUserActivity::GameSessionMembers' has a wrong offset!"); \ +static_assert(offsetof(FSBZUserActivity, PartySessionMembers) == 0x000084, "Member 'FSBZUserActivity::PartySessionMembers' has a wrong offset!"); \ +static_assert(offsetof(FSBZUserActivity, bAreInfamyPointsValid) == 0x000088, "Member 'FSBZUserActivity::bAreInfamyPointsValid' has a wrong offset!"); \ +static_assert(offsetof(FSBZUserActivity, InfamyPoints) == 0x00008C, "Member 'FSBZUserActivity::InfamyPoints' has a wrong offset!"); \ +static_assert(offsetof(FSBZUserActivity, bIsRenownLevelValid) == 0x000090, "Member 'FSBZUserActivity::bIsRenownLevelValid' has a wrong offset!"); \ +static_assert(offsetof(FSBZUserActivity, RenownLevel) == 0x000094, "Member 'FSBZUserActivity::RenownLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZUserActivity, HostingProvider) == 0x000098, "Member 'FSBZUserActivity::HostingProvider' has a wrong offset!"); \ +static_assert(offsetof(FSBZUserActivity, bIsHost) == 0x000099, "Member 'FSBZUserActivity::bIsHost' has a wrong offset!"); \ +static_assert(offsetof(FSBZUserActivity, HeistOwner) == 0x0000A0, "Member 'FSBZUserActivity::HeistOwner' has a wrong offset!"); \ +static_assert(offsetof(FSBZUserActivity, DifficultyIdx) == 0x0000B0, "Member 'FSBZUserActivity::DifficultyIdx' has a wrong offset!"); \ +static_assert(offsetof(FSBZUserActivity, TacticIdx) == 0x0000B4, "Member 'FSBZUserActivity::TacticIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZFriendListEntry \ +static_assert(alignof(FSBZFriendListEntry) == 0x000008, "Wrong alignment on FSBZFriendListEntry"); \ +static_assert(sizeof(FSBZFriendListEntry) == 0x0001B0, "Wrong size on FSBZFriendListEntry"); \ +static_assert(offsetof(FSBZFriendListEntry, FriendName) == 0x000000, "Member 'FSBZFriendListEntry::FriendName' has a wrong offset!"); \ +static_assert(offsetof(FSBZFriendListEntry, HiddenFriendName) == 0x000018, "Member 'FSBZFriendListEntry::HiddenFriendName' has a wrong offset!"); \ +static_assert(offsetof(FSBZFriendListEntry, UserId) == 0x000030, "Member 'FSBZFriendListEntry::UserId' has a wrong offset!"); \ +static_assert(offsetof(FSBZFriendListEntry, PlatformUserId) == 0x000040, "Member 'FSBZFriendListEntry::PlatformUserId' has a wrong offset!"); \ +static_assert(offsetof(FSBZFriendListEntry, PlatformFriendName) == 0x000050, "Member 'FSBZFriendListEntry::PlatformFriendName' has a wrong offset!"); \ +static_assert(offsetof(FSBZFriendListEntry, PlatformId) == 0x000068, "Member 'FSBZFriendListEntry::PlatformId' has a wrong offset!"); \ +static_assert(offsetof(FSBZFriendListEntry, FirstPartyPlatform) == 0x000078, "Member 'FSBZFriendListEntry::FirstPartyPlatform' has a wrong offset!"); \ +static_assert(offsetof(FSBZFriendListEntry, FriendStatus) == 0x000079, "Member 'FSBZFriendListEntry::FriendStatus' has a wrong offset!"); \ +static_assert(offsetof(FSBZFriendListEntry, LevelIdx) == 0x00007C, "Member 'FSBZFriendListEntry::LevelIdx' has a wrong offset!"); \ +static_assert(offsetof(FSBZFriendListEntry, InfamyLevel) == 0x000080, "Member 'FSBZFriendListEntry::InfamyLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZFriendListEntry, RenownLevel) == 0x000084, "Member 'FSBZFriendListEntry::RenownLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZFriendListEntry, bPlatformBlocked) == 0x000088, "Member 'FSBZFriendListEntry::bPlatformBlocked' has a wrong offset!"); \ +static_assert(offsetof(FSBZFriendListEntry, bPlatformPlayer) == 0x000089, "Member 'FSBZFriendListEntry::bPlatformPlayer' has a wrong offset!"); \ +static_assert(offsetof(FSBZFriendListEntry, PlatformUserIds) == 0x000090, "Member 'FSBZFriendListEntry::PlatformUserIds' has a wrong offset!"); \ +static_assert(offsetof(FSBZFriendListEntry, PlatformIcon) == 0x0000E0, "Member 'FSBZFriendListEntry::PlatformIcon' has a wrong offset!"); \ +static_assert(offsetof(FSBZFriendListEntry, NebulaIcon) == 0x0000E8, "Member 'FSBZFriendListEntry::NebulaIcon' has a wrong offset!"); \ +static_assert(offsetof(FSBZFriendListEntry, UserActivity) == 0x0000F0, "Member 'FSBZFriendListEntry::UserActivity' has a wrong offset!"); \ +static_assert(offsetof(FSBZFriendListEntry, bCanCommunicateWith) == 0x0001A8, "Member 'FSBZFriendListEntry::bCanCommunicateWith' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZRoomPathQuery \ +static_assert(alignof(FSBZRoomPathQuery) == 0x000008, "Wrong alignment on FSBZRoomPathQuery"); \ +static_assert(sizeof(FSBZRoomPathQuery) == 0x000038, "Wrong size on FSBZRoomPathQuery"); \ +static_assert(offsetof(FSBZRoomPathQuery, StartRoom) == 0x000018, "Member 'FSBZRoomPathQuery::StartRoom' has a wrong offset!"); \ +static_assert(offsetof(FSBZRoomPathQuery, EndRoom) == 0x000020, "Member 'FSBZRoomPathQuery::EndRoom' has a wrong offset!"); \ +static_assert(offsetof(FSBZRoomPathQuery, Owner) == 0x000030, "Member 'FSBZRoomPathQuery::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAsyncLoadLevelParams \ +static_assert(alignof(FAsyncLoadLevelParams) == 0x000008, "Wrong alignment on FAsyncLoadLevelParams"); \ +static_assert(sizeof(FAsyncLoadLevelParams) == 0x000010, "Wrong size on FAsyncLoadLevelParams"); \ + +#define DUMPER7_ASSERTS_FSBZSelectedMissionInfo \ +static_assert(alignof(FSBZSelectedMissionInfo) == 0x000004, "Wrong alignment on FSBZSelectedMissionInfo"); \ +static_assert(sizeof(FSBZSelectedMissionInfo) == 0x000008, "Wrong size on FSBZSelectedMissionInfo"); \ +static_assert(offsetof(FSBZSelectedMissionInfo, LevelSchematicIdx) == 0x000000, "Member 'FSBZSelectedMissionInfo::LevelSchematicIdx' has a wrong offset!"); \ +static_assert(offsetof(FSBZSelectedMissionInfo, DifficultyIdx) == 0x000004, "Member 'FSBZSelectedMissionInfo::DifficultyIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLobbyCharacterInfo \ +static_assert(alignof(FSBZLobbyCharacterInfo) == 0x000008, "Wrong alignment on FSBZLobbyCharacterInfo"); \ +static_assert(sizeof(FSBZLobbyCharacterInfo) == 0x000080, "Wrong size on FSBZLobbyCharacterInfo"); \ +static_assert(offsetof(FSBZLobbyCharacterInfo, PlayerUid) == 0x000000, "Member 'FSBZLobbyCharacterInfo::PlayerUid' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfo, P2PPlatformId) == 0x000028, "Member 'FSBZLobbyCharacterInfo::P2PPlatformId' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfo, EOSProdUId) == 0x000050, "Member 'FSBZLobbyCharacterInfo::EOSProdUId' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfo, bIsPlayerReady) == 0x000060, "Member 'FSBZLobbyCharacterInfo::bIsPlayerReady' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfo, bPlayerAcceptedMatch) == 0x000061, "Member 'FSBZLobbyCharacterInfo::bPlayerAcceptedMatch' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfo, LevelIdx) == 0x000064, "Member 'FSBZLobbyCharacterInfo::LevelIdx' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfo, PowerLevel) == 0x000068, "Member 'FSBZLobbyCharacterInfo::PowerLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZLobbyCharacterInfo, Nickname) == 0x000070, "Member 'FSBZLobbyCharacterInfo::Nickname' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSecurityCameraDetectionData \ +static_assert(alignof(FSBZSecurityCameraDetectionData) == 0x000008, "Wrong alignment on FSBZSecurityCameraDetectionData"); \ +static_assert(sizeof(FSBZSecurityCameraDetectionData) == 0x000020, "Wrong size on FSBZSecurityCameraDetectionData"); \ +static_assert(offsetof(FSBZSecurityCameraDetectionData, Actor) == 0x000000, "Member 'FSBZSecurityCameraDetectionData::Actor' has a wrong offset!"); \ +static_assert(offsetof(FSBZSecurityCameraDetectionData, CurrentDetection) == 0x000008, "Member 'FSBZSecurityCameraDetectionData::CurrentDetection' has a wrong offset!"); \ +static_assert(offsetof(FSBZSecurityCameraDetectionData, bIsPerceived) == 0x00000C, "Member 'FSBZSecurityCameraDetectionData::bIsPerceived' has a wrong offset!"); \ +static_assert(offsetof(FSBZSecurityCameraDetectionData, DetectionLevel) == 0x00000D, "Member 'FSBZSecurityCameraDetectionData::DetectionLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZSecurityCameraDetectionData, VisionGeneratorInterface) == 0x000010, "Member 'FSBZSecurityCameraDetectionData::VisionGeneratorInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZOnlinePartyParamsUi \ +static_assert(alignof(FSBZOnlinePartyParamsUi) == 0x000001, "Wrong alignment on FSBZOnlinePartyParamsUi"); \ +static_assert(sizeof(FSBZOnlinePartyParamsUi) == 0x000001, "Wrong size on FSBZOnlinePartyParamsUi"); \ +static_assert(offsetof(FSBZOnlinePartyParamsUi, PartyType) == 0x000000, "Member 'FSBZOnlinePartyParamsUi::PartyType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAgilityNavlinkRooms \ +static_assert(alignof(FSBZAgilityNavlinkRooms) == 0x000008, "Wrong alignment on FSBZAgilityNavlinkRooms"); \ +static_assert(sizeof(FSBZAgilityNavlinkRooms) == 0x000060, "Wrong size on FSBZAgilityNavlinkRooms"); \ +static_assert(offsetof(FSBZAgilityNavlinkRooms, LeftRoom) == 0x000000, "Member 'FSBZAgilityNavlinkRooms::LeftRoom' has a wrong offset!"); \ +static_assert(offsetof(FSBZAgilityNavlinkRooms, RightRoom) == 0x000030, "Member 'FSBZAgilityNavlinkRooms::RightRoom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMigratableHost \ +static_assert(alignof(FMigratableHost) == 0x000008, "Wrong alignment on FMigratableHost"); \ +static_assert(sizeof(FMigratableHost) == 0x000040, "Wrong size on FMigratableHost"); \ +static_assert(offsetof(FMigratableHost, PlayerUniqueId) == 0x000000, "Member 'FMigratableHost::PlayerUniqueId' has a wrong offset!"); \ +static_assert(offsetof(FMigratableHost, HostAddress) == 0x000028, "Member 'FMigratableHost::HostAddress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHostMigrationInfo \ +static_assert(alignof(FHostMigrationInfo) == 0x000008, "Wrong alignment on FHostMigrationInfo"); \ +static_assert(sizeof(FHostMigrationInfo) == 0x000018, "Wrong size on FHostMigrationInfo"); \ +static_assert(offsetof(FHostMigrationInfo, MigratableHosts) == 0x000000, "Member 'FHostMigrationInfo::MigratableHosts' has a wrong offset!"); \ +static_assert(offsetof(FHostMigrationInfo, MissionSeed) == 0x000010, "Member 'FHostMigrationInfo::MissionSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPartyMemberInfo \ +static_assert(alignof(FSBZPartyMemberInfo) == 0x000008, "Wrong alignment on FSBZPartyMemberInfo"); \ +static_assert(sizeof(FSBZPartyMemberInfo) == 0x000038, "Wrong size on FSBZPartyMemberInfo"); \ +static_assert(offsetof(FSBZPartyMemberInfo, PlayerUId) == 0x000000, "Member 'FSBZPartyMemberInfo::PlayerUId' has a wrong offset!"); \ +static_assert(offsetof(FSBZPartyMemberInfo, Nickname) == 0x000028, "Member 'FSBZPartyMemberInfo::Nickname' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPartyData \ +static_assert(alignof(FSBZPartyData) == 0x000008, "Wrong alignment on FSBZPartyData"); \ +static_assert(sizeof(FSBZPartyData) == 0x000050, "Wrong size on FSBZPartyData"); \ +static_assert(offsetof(FSBZPartyData, OwnerId) == 0x000000, "Member 'FSBZPartyData::OwnerId' has a wrong offset!"); \ +static_assert(offsetof(FSBZPartyData, OwnerIndex) == 0x000004, "Member 'FSBZPartyData::OwnerIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZPartyData, Members) == 0x000008, "Member 'FSBZPartyData::Members' has a wrong offset!"); \ +static_assert(offsetof(FSBZPartyData, HostState) == 0x000018, "Member 'FSBZPartyData::HostState' has a wrong offset!"); \ +static_assert(offsetof(FSBZPartyData, bIsQuickPlay) == 0x000019, "Member 'FSBZPartyData::bIsQuickPlay' has a wrong offset!"); \ +static_assert(offsetof(FSBZPartyData, MissionSchematicIdx) == 0x00001C, "Member 'FSBZPartyData::MissionSchematicIdx' has a wrong offset!"); \ +static_assert(offsetof(FSBZPartyData, MissionDifficultyIdx) == 0x000020, "Member 'FSBZPartyData::MissionDifficultyIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerSlotInfo \ +static_assert(alignof(FSBZPlayerSlotInfo) == 0x000008, "Wrong alignment on FSBZPlayerSlotInfo"); \ +static_assert(sizeof(FSBZPlayerSlotInfo) == 0x000088, "Wrong size on FSBZPlayerSlotInfo"); \ +static_assert(offsetof(FSBZPlayerSlotInfo, PlayerId) == 0x000000, "Member 'FSBZPlayerSlotInfo::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerSlotInfo, BackendPlayerId) == 0x000028, "Member 'FSBZPlayerSlotInfo::BackendPlayerId' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerSlotInfo, EOSProductUserId) == 0x000038, "Member 'FSBZPlayerSlotInfo::EOSProductUserId' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerSlotInfo, PartyCode) == 0x000048, "Member 'FSBZPlayerSlotInfo::PartyCode' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerSlotInfo, bVoiceSessionEnabled) == 0x000058, "Member 'FSBZPlayerSlotInfo::bVoiceSessionEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerSlotInfo, bIsPartyLeader) == 0x000059, "Member 'FSBZPlayerSlotInfo::bIsPartyLeader' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerSlotInfo, P2PPlatformId) == 0x000060, "Member 'FSBZPlayerSlotInfo::P2PPlatformId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSlotData \ +static_assert(alignof(FSBZSlotData) == 0x000008, "Wrong alignment on FSBZSlotData"); \ +static_assert(sizeof(FSBZSlotData) == 0x000438, "Wrong size on FSBZSlotData"); \ +static_assert(offsetof(FSBZSlotData, PlayerInfo) == 0x000000, "Member 'FSBZSlotData::PlayerInfo' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, PlayerState) == 0x000088, "Member 'FSBZSlotData::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, Status) == 0x000090, "Member 'FSBZSlotData::Status' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, Nickname) == 0x000098, "Member 'FSBZSlotData::Nickname' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, AccelByteUserName) == 0x0000A8, "Member 'FSBZSlotData::AccelByteUserName' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, AccelByteDisplayName) == 0x0000B8, "Member 'FSBZSlotData::AccelByteDisplayName' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, bMatchAccepted) == 0x0000C8, "Member 'FSBZSlotData::bMatchAccepted' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, bPreMatchReady) == 0x0000C9, "Member 'FSBZSlotData::bPreMatchReady' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, bJobOverviewReady) == 0x0000CA, "Member 'FSBZSlotData::bJobOverviewReady' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, bHaveGameState) == 0x0000CB, "Member 'FSBZSlotData::bHaveGameState' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, bReserved) == 0x0000CC, "Member 'FSBZSlotData::bReserved' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, bLoadingComplete) == 0x0000CD, "Member 'FSBZSlotData::bLoadingComplete' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, bTraveling) == 0x0000CE, "Member 'FSBZSlotData::bTraveling' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, bVoiceSessionEnabled) == 0x0000CF, "Member 'FSBZSlotData::bVoiceSessionEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, bVoiceSessionInitiator) == 0x0000D0, "Member 'FSBZSlotData::bVoiceSessionInitiator' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, bDropIn) == 0x0000D1, "Member 'FSBZSlotData::bDropIn' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, bStayAsParty) == 0x0000D2, "Member 'FSBZSlotData::bStayAsParty' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, bStayAsPartyDecided) == 0x0000D3, "Member 'FSBZSlotData::bStayAsPartyDecided' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, ClientLoadout) == 0x000100, "Member 'FSBZSlotData::ClientLoadout' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, PreferredCharacters) == 0x0003E8, "Member 'FSBZSlotData::PreferredCharacters' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, InventoryCharacters) == 0x0003F8, "Member 'FSBZSlotData::InventoryCharacters' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, SelectedCharacter) == 0x000408, "Member 'FSBZSlotData::SelectedCharacter' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, bHasLoadoutData) == 0x000428, "Member 'FSBZSlotData::bHasLoadoutData' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, FirstPartyPlatform) == 0x000429, "Member 'FSBZSlotData::FirstPartyPlatform' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, Platform) == 0x00042A, "Member 'FSBZSlotData::Platform' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, InfamyLevel) == 0x00042C, "Member 'FSBZSlotData::InfamyLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, RenownLevel) == 0x000430, "Member 'FSBZSlotData::RenownLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZSlotData, bCrossPlayEnabled) == 0x000434, "Member 'FSBZSlotData::bCrossPlayEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZVoiceSessionData \ +static_assert(alignof(FSBZVoiceSessionData) == 0x000008, "Wrong alignment on FSBZVoiceSessionData"); \ +static_assert(sizeof(FSBZVoiceSessionData) == 0x000068, "Wrong size on FSBZVoiceSessionData"); \ +static_assert(offsetof(FSBZVoiceSessionData, Id) == 0x000000, "Member 'FSBZVoiceSessionData::Id' has a wrong offset!"); \ +static_assert(offsetof(FSBZVoiceSessionData, Domain) == 0x000010, "Member 'FSBZVoiceSessionData::Domain' has a wrong offset!"); \ +static_assert(offsetof(FSBZVoiceSessionData, CreatorId) == 0x000018, "Member 'FSBZVoiceSessionData::CreatorId' has a wrong offset!"); \ +static_assert(offsetof(FSBZVoiceSessionData, State) == 0x000040, "Member 'FSBZVoiceSessionData::State' has a wrong offset!"); \ +static_assert(offsetof(FSBZVoiceSessionData, Players) == 0x000048, "Member 'FSBZVoiceSessionData::Players' has a wrong offset!"); \ +static_assert(offsetof(FSBZVoiceSessionData, PlayersFailedToCreate) == 0x000058, "Member 'FSBZVoiceSessionData::PlayersFailedToCreate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPartyInvitation \ +static_assert(alignof(FSBZPartyInvitation) == 0x000008, "Wrong alignment on FSBZPartyInvitation"); \ +static_assert(sizeof(FSBZPartyInvitation) == 0x000058, "Wrong size on FSBZPartyInvitation"); \ +static_assert(offsetof(FSBZPartyInvitation, InvitationId) == 0x000000, "Member 'FSBZPartyInvitation::InvitationId' has a wrong offset!"); \ +static_assert(offsetof(FSBZPartyInvitation, PartyId) == 0x000010, "Member 'FSBZPartyInvitation::PartyId' has a wrong offset!"); \ +static_assert(offsetof(FSBZPartyInvitation, PlayerId) == 0x000020, "Member 'FSBZPartyInvitation::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(FSBZPartyInvitation, InviteExpirationTimer) == 0x000030, "Member 'FSBZPartyInvitation::InviteExpirationTimer' has a wrong offset!"); \ +static_assert(offsetof(FSBZPartyInvitation, Type) == 0x000038, "Member 'FSBZPartyInvitation::Type' has a wrong offset!"); \ +static_assert(offsetof(FSBZPartyInvitation, System) == 0x000039, "Member 'FSBZPartyInvitation::System' has a wrong offset!"); \ +static_assert(offsetof(FSBZPartyInvitation, Status) == 0x000051, "Member 'FSBZPartyInvitation::Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPartyMessageAB \ +static_assert(alignof(FSBZPartyMessageAB) == 0x000008, "Wrong alignment on FSBZPartyMessageAB"); \ +static_assert(sizeof(FSBZPartyMessageAB) == 0x000020, "Wrong size on FSBZPartyMessageAB"); \ +static_assert(offsetof(FSBZPartyMessageAB, Topic) == 0x000000, "Member 'FSBZPartyMessageAB::Topic' has a wrong offset!"); \ +static_assert(offsetof(FSBZPartyMessageAB, Payload) == 0x000010, "Member 'FSBZPartyMessageAB::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZQueuedNativePartyInvite \ +static_assert(alignof(FSBZQueuedNativePartyInvite) == 0x000008, "Wrong alignment on FSBZQueuedNativePartyInvite"); \ +static_assert(sizeof(FSBZQueuedNativePartyInvite) == 0x000020, "Wrong size on FSBZQueuedNativePartyInvite"); \ + +#define DUMPER7_ASSERTS_FSBZMetaNotification \ +static_assert(alignof(FSBZMetaNotification) == 0x000008, "Wrong alignment on FSBZMetaNotification"); \ +static_assert(sizeof(FSBZMetaNotification) == 0x000020, "Wrong size on FSBZMetaNotification"); \ +static_assert(offsetof(FSBZMetaNotification, MetaResult) == 0x000000, "Member 'FSBZMetaNotification::MetaResult' has a wrong offset!"); \ +static_assert(offsetof(FSBZMetaNotification, DisplayText) == 0x000008, "Member 'FSBZMetaNotification::DisplayText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPatrolNext \ +static_assert(alignof(FSBZPatrolNext) == 0x000008, "Wrong alignment on FSBZPatrolNext"); \ +static_assert(sizeof(FSBZPatrolNext) == 0x000008, "Wrong size on FSBZPatrolNext"); \ +static_assert(offsetof(FSBZPatrolNext, Point) == 0x000000, "Member 'FSBZPatrolNext::Point' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSpawnRotationHandlingMethod \ +static_assert(alignof(FSBZSpawnRotationHandlingMethod) == 0x000004, "Wrong alignment on FSBZSpawnRotationHandlingMethod"); \ +static_assert(sizeof(FSBZSpawnRotationHandlingMethod) == 0x00000C, "Wrong size on FSBZSpawnRotationHandlingMethod"); \ +static_assert(offsetof(FSBZSpawnRotationHandlingMethod, MaximumAngleVariation) == 0x000000, "Member 'FSBZSpawnRotationHandlingMethod::MaximumAngleVariation' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnRotationHandlingMethod, Method) == 0x000004, "Member 'FSBZSpawnRotationHandlingMethod::Method' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnRotationHandlingMethod, HeadingAngle) == 0x000008, "Member 'FSBZSpawnRotationHandlingMethod::HeadingAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPawnSpawnDefinition \ +static_assert(alignof(FSBZPawnSpawnDefinition) == 0x000010, "Wrong alignment on FSBZPawnSpawnDefinition"); \ +static_assert(sizeof(FSBZPawnSpawnDefinition) == 0x000040, "Wrong size on FSBZPawnSpawnDefinition"); \ +static_assert(offsetof(FSBZPawnSpawnDefinition, Transform) == 0x000000, "Member 'FSBZPawnSpawnDefinition::Transform' has a wrong offset!"); \ +static_assert(offsetof(FSBZPawnSpawnDefinition, NameType) == 0x000030, "Member 'FSBZPawnSpawnDefinition::NameType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPawnSpawnRequest \ +static_assert(alignof(FSBZPawnSpawnRequest) == 0x000008, "Wrong alignment on FSBZPawnSpawnRequest"); \ +static_assert(sizeof(FSBZPawnSpawnRequest) == 0x000050, "Wrong size on FSBZPawnSpawnRequest"); \ +static_assert(offsetof(FSBZPawnSpawnRequest, Data) == 0x000000, "Member 'FSBZPawnSpawnRequest::Data' has a wrong offset!"); \ +static_assert(offsetof(FSBZPawnSpawnRequest, Spawner) == 0x000008, "Member 'FSBZPawnSpawnRequest::Spawner' has a wrong offset!"); \ +static_assert(offsetof(FSBZPawnSpawnRequest, Action) == 0x000038, "Member 'FSBZPawnSpawnRequest::Action' has a wrong offset!"); \ +static_assert(offsetof(FSBZPawnSpawnRequest, Significance) == 0x000040, "Member 'FSBZPawnSpawnRequest::Significance' has a wrong offset!"); \ +static_assert(offsetof(FSBZPawnSpawnRequest, GameplayEffectClass) == 0x000048, "Member 'FSBZPawnSpawnRequest::GameplayEffectClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPreplanningAsset \ +static_assert(alignof(FSBZPreplanningAsset) == 0x000008, "Wrong alignment on FSBZPreplanningAsset"); \ +static_assert(sizeof(FSBZPreplanningAsset) == 0x000038, "Wrong size on FSBZPreplanningAsset"); \ +static_assert(offsetof(FSBZPreplanningAsset, PlayerId) == 0x000000, "Member 'FSBZPreplanningAsset::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(FSBZPreplanningAsset, SkuNo) == 0x000028, "Member 'FSBZPreplanningAsset::SkuNo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPawnVariationData \ +static_assert(alignof(FSBZPawnVariationData) == 0x000008, "Wrong alignment on FSBZPawnVariationData"); \ +static_assert(sizeof(FSBZPawnVariationData) == 0x000050, "Wrong size on FSBZPawnVariationData"); \ +static_assert(offsetof(FSBZPawnVariationData, PawnClass) == 0x000000, "Member 'FSBZPawnVariationData::PawnClass' has a wrong offset!"); \ +static_assert(offsetof(FSBZPawnVariationData, bOverrideEquipmentData) == 0x000008, "Member 'FSBZPawnVariationData::bOverrideEquipmentData' has a wrong offset!"); \ +static_assert(offsetof(FSBZPawnVariationData, EquipmentData) == 0x000010, "Member 'FSBZPawnVariationData::EquipmentData' has a wrong offset!"); \ +static_assert(offsetof(FSBZPawnVariationData, bOverrideInitialEquippableIndex) == 0x000018, "Member 'FSBZPawnVariationData::bOverrideInitialEquippableIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZPawnVariationData, InitialEquippableIndex) == 0x00001C, "Member 'FSBZPawnVariationData::InitialEquippableIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZPawnVariationData, bOverrideVariationData) == 0x000020, "Member 'FSBZPawnVariationData::bOverrideVariationData' has a wrong offset!"); \ +static_assert(offsetof(FSBZPawnVariationData, VariationData) == 0x000028, "Member 'FSBZPawnVariationData::VariationData' has a wrong offset!"); \ +static_assert(offsetof(FSBZPawnVariationData, bOverrideVariationDataIntervals) == 0x000030, "Member 'FSBZPawnVariationData::bOverrideVariationDataIntervals' has a wrong offset!"); \ +static_assert(offsetof(FSBZPawnVariationData, VariationCategoryIndexIntervals) == 0x000034, "Member 'FSBZPawnVariationData::VariationCategoryIndexIntervals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZNavLinkWaitSlot \ +static_assert(alignof(FSBZNavLinkWaitSlot) == 0x000004, "Wrong alignment on FSBZNavLinkWaitSlot"); \ +static_assert(sizeof(FSBZNavLinkWaitSlot) == 0x000018, "Wrong size on FSBZNavLinkWaitSlot"); \ +static_assert(offsetof(FSBZNavLinkWaitSlot, Location) == 0x000000, "Member 'FSBZNavLinkWaitSlot::Location' has a wrong offset!"); \ +static_assert(offsetof(FSBZNavLinkWaitSlot, Occupant) == 0x00000C, "Member 'FSBZNavLinkWaitSlot::Occupant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMeshZones \ +static_assert(alignof(FSBZMeshZones) == 0x000008, "Wrong alignment on FSBZMeshZones"); \ +static_assert(sizeof(FSBZMeshZones) == 0x000040, "Wrong size on FSBZMeshZones"); \ +static_assert(offsetof(FSBZMeshZones, Mesh) == 0x000000, "Member 'FSBZMeshZones::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FSBZMeshZones, Zones) == 0x000030, "Member 'FSBZMeshZones::Zones' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZArmorInventorySlotAndIndex \ +static_assert(alignof(FSBZArmorInventorySlotAndIndex) == 0x000008, "Wrong alignment on FSBZArmorInventorySlotAndIndex"); \ +static_assert(sizeof(FSBZArmorInventorySlotAndIndex) == 0x000070, "Wrong size on FSBZArmorInventorySlotAndIndex"); \ +static_assert(offsetof(FSBZArmorInventorySlotAndIndex, ArmorInventorySlot) == 0x000000, "Member 'FSBZArmorInventorySlotAndIndex::ArmorInventorySlot' has a wrong offset!"); \ +static_assert(offsetof(FSBZArmorInventorySlotAndIndex, Index) == 0x000068, "Member 'FSBZArmorInventorySlotAndIndex::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPhoneHackingTargetData \ +static_assert(alignof(FSBZPhoneHackingTargetData) == 0x000008, "Wrong alignment on FSBZPhoneHackingTargetData"); \ +static_assert(sizeof(FSBZPhoneHackingTargetData) == 0x000010, "Wrong size on FSBZPhoneHackingTargetData"); \ +static_assert(offsetof(FSBZPhoneHackingTargetData, HackableActor) == 0x000008, "Member 'FSBZPhoneHackingTargetData::HackableActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlaceItemTargetData \ +static_assert(alignof(FSBZPlaceItemTargetData) == 0x000008, "Wrong alignment on FSBZPlaceItemTargetData"); \ +static_assert(sizeof(FSBZPlaceItemTargetData) == 0x000028, "Wrong size on FSBZPlaceItemTargetData"); \ + +#define DUMPER7_ASSERTS_FSBZPlaceToolTargetData \ +static_assert(alignof(FSBZPlaceToolTargetData) == 0x000010, "Wrong alignment on FSBZPlaceToolTargetData"); \ +static_assert(sizeof(FSBZPlaceToolTargetData) == 0x000040, "Wrong size on FSBZPlaceToolTargetData"); \ +static_assert(offsetof(FSBZPlaceToolTargetData, AttachParent) == 0x000008, "Member 'FSBZPlaceToolTargetData::AttachParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAttributeGUIEffectData \ +static_assert(alignof(FSBZAttributeGUIEffectData) == 0x000008, "Wrong alignment on FSBZAttributeGUIEffectData"); \ +static_assert(sizeof(FSBZAttributeGUIEffectData) == 0x000018, "Wrong size on FSBZAttributeGUIEffectData"); \ +static_assert(offsetof(FSBZAttributeGUIEffectData, Asset) == 0x000000, "Member 'FSBZAttributeGUIEffectData::Asset' has a wrong offset!"); \ +static_assert(offsetof(FSBZAttributeGUIEffectData, bIsPercentage) == 0x000008, "Member 'FSBZAttributeGUIEffectData::bIsPercentage' has a wrong offset!"); \ +static_assert(offsetof(FSBZAttributeGUIEffectData, Default) == 0x00000C, "Member 'FSBZAttributeGUIEffectData::Default' has a wrong offset!"); \ +static_assert(offsetof(FSBZAttributeGUIEffectData, MinFractionalDigitCount) == 0x000010, "Member 'FSBZAttributeGUIEffectData::MinFractionalDigitCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZAttributeGUIEffectData, MaxFractionalDigitCount) == 0x000014, "Member 'FSBZAttributeGUIEffectData::MaxFractionalDigitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMontageContainer \ +static_assert(alignof(FSBZMontageContainer) == 0x000008, "Wrong alignment on FSBZMontageContainer"); \ +static_assert(sizeof(FSBZMontageContainer) == 0x000018, "Wrong size on FSBZMontageContainer"); \ +static_assert(offsetof(FSBZMontageContainer, bOverride) == 0x000000, "Member 'FSBZMontageContainer::bOverride' has a wrong offset!"); \ +static_assert(offsetof(FSBZMontageContainer, Montages) == 0x000008, "Member 'FSBZMontageContainer::Montages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWallReactionData \ +static_assert(alignof(FSBZWallReactionData) == 0x000004, "Wrong alignment on FSBZWallReactionData"); \ +static_assert(sizeof(FSBZWallReactionData) == 0x000040, "Wrong size on FSBZWallReactionData"); \ +static_assert(offsetof(FSBZWallReactionData, Alpha) == 0x000000, "Member 'FSBZWallReactionData::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FSBZWallReactionData, MaxOffset) == 0x000004, "Member 'FSBZWallReactionData::MaxOffset' has a wrong offset!"); \ +static_assert(offsetof(FSBZWallReactionData, DetectionDistance) == 0x000010, "Member 'FSBZWallReactionData::DetectionDistance' has a wrong offset!"); \ +static_assert(offsetof(FSBZWallReactionData, HitLocation) == 0x000014, "Member 'FSBZWallReactionData::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(FSBZWallReactionData, HitImpactPoint) == 0x000020, "Member 'FSBZWallReactionData::HitImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(FSBZWallReactionData, HitDistance) == 0x00002C, "Member 'FSBZWallReactionData::HitDistance' has a wrong offset!"); \ +static_assert(offsetof(FSBZWallReactionData, TraceDist) == 0x000030, "Member 'FSBZWallReactionData::TraceDist' has a wrong offset!"); \ +static_assert(offsetof(FSBZWallReactionData, InterpolationSpeed) == 0x000034, "Member 'FSBZWallReactionData::InterpolationSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZWallReactionData, InterpolationSpringFactor) == 0x000038, "Member 'FSBZWallReactionData::InterpolationSpringFactor' has a wrong offset!"); \ +static_assert(offsetof(FSBZWallReactionData, LastUpdateTime) == 0x00003C, "Member 'FSBZWallReactionData::LastUpdateTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMicroCameraSkillSettingData \ +static_assert(alignof(FSBZMicroCameraSkillSettingData) == 0x000004, "Wrong alignment on FSBZMicroCameraSkillSettingData"); \ +static_assert(sizeof(FSBZMicroCameraSkillSettingData) == 0x000008, "Wrong size on FSBZMicroCameraSkillSettingData"); \ +static_assert(offsetof(FSBZMicroCameraSkillSettingData, AmountUpgradeBase) == 0x000000, "Member 'FSBZMicroCameraSkillSettingData::AmountUpgradeBase' has a wrong offset!"); \ +static_assert(offsetof(FSBZMicroCameraSkillSettingData, DurationMastery01) == 0x000004, "Member 'FSBZMicroCameraSkillSettingData::DurationMastery01' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCutterSkillSettingData \ +static_assert(alignof(FSBZCutterSkillSettingData) == 0x000004, "Wrong alignment on FSBZCutterSkillSettingData"); \ +static_assert(sizeof(FSBZCutterSkillSettingData) == 0x000018, "Wrong size on FSBZCutterSkillSettingData"); \ +static_assert(offsetof(FSBZCutterSkillSettingData, CuttingDurationDecreaseBase) == 0x000000, "Member 'FSBZCutterSkillSettingData::CuttingDurationDecreaseBase' has a wrong offset!"); \ +static_assert(offsetof(FSBZCutterSkillSettingData, MinCuttingMaterialTierBase) == 0x000004, "Member 'FSBZCutterSkillSettingData::MinCuttingMaterialTierBase' has a wrong offset!"); \ +static_assert(offsetof(FSBZCutterSkillSettingData, AmmoIncreaseAcedBase) == 0x000008, "Member 'FSBZCutterSkillSettingData::AmmoIncreaseAcedBase' has a wrong offset!"); \ +static_assert(offsetof(FSBZCutterSkillSettingData, CuttingDurationDecreaseMastery) == 0x00000C, "Member 'FSBZCutterSkillSettingData::CuttingDurationDecreaseMastery' has a wrong offset!"); \ +static_assert(offsetof(FSBZCutterSkillSettingData, MinCuttingMaterialTierUpgrade01) == 0x000010, "Member 'FSBZCutterSkillSettingData::MinCuttingMaterialTierUpgrade01' has a wrong offset!"); \ +static_assert(offsetof(FSBZCutterSkillSettingData, AmmoIncreaseUpgrade03) == 0x000014, "Member 'FSBZCutterSkillSettingData::AmmoIncreaseUpgrade03' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSkillSettingData \ +static_assert(alignof(FSBZSkillSettingData) == 0x000004, "Wrong alignment on FSBZSkillSettingData"); \ +static_assert(sizeof(FSBZSkillSettingData) == 0x00002C, "Wrong size on FSBZSkillSettingData"); \ +static_assert(offsetof(FSBZSkillSettingData, Hacker) == 0x000000, "Member 'FSBZSkillSettingData::Hacker' has a wrong offset!"); \ +static_assert(offsetof(FSBZSkillSettingData, MicroCamera) == 0x00000C, "Member 'FSBZSkillSettingData::MicroCamera' has a wrong offset!"); \ +static_assert(offsetof(FSBZSkillSettingData, Cutter) == 0x000014, "Member 'FSBZSkillSettingData::Cutter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTankingData \ +static_assert(alignof(FSBZTankingData) == 0x000004, "Wrong alignment on FSBZTankingData"); \ +static_assert(sizeof(FSBZTankingData) == 0x000024, "Wrong size on FSBZTankingData"); \ +static_assert(offsetof(FSBZTankingData, TankingAmount) == 0x000000, "Member 'FSBZTankingData::TankingAmount' has a wrong offset!"); \ +static_assert(offsetof(FSBZTankingData, TankingAlpha) == 0x000004, "Member 'FSBZTankingData::TankingAlpha' has a wrong offset!"); \ +static_assert(offsetof(FSBZTankingData, TankingMinYawAngle) == 0x000008, "Member 'FSBZTankingData::TankingMinYawAngle' has a wrong offset!"); \ +static_assert(offsetof(FSBZTankingData, TankingMaxYawAngle) == 0x00000C, "Member 'FSBZTankingData::TankingMaxYawAngle' has a wrong offset!"); \ +static_assert(offsetof(FSBZTankingData, TankingMinRollAngle) == 0x000010, "Member 'FSBZTankingData::TankingMinRollAngle' has a wrong offset!"); \ +static_assert(offsetof(FSBZTankingData, TankingMaxRollAngle) == 0x000014, "Member 'FSBZTankingData::TankingMaxRollAngle' has a wrong offset!"); \ +static_assert(offsetof(FSBZTankingData, TankingYawMultiplier) == 0x000018, "Member 'FSBZTankingData::TankingYawMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FSBZTankingData, TankingRollMultiplier) == 0x00001C, "Member 'FSBZTankingData::TankingRollMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FSBZTankingData, TankingSensitivity) == 0x000020, "Member 'FSBZTankingData::TankingSensitivity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLocalPlayerFeedbackParameters \ +static_assert(alignof(FSBZLocalPlayerFeedbackParameters) == 0x000010, "Wrong alignment on FSBZLocalPlayerFeedbackParameters"); \ +static_assert(sizeof(FSBZLocalPlayerFeedbackParameters) == 0x000050, "Wrong size on FSBZLocalPlayerFeedbackParameters"); \ +static_assert(offsetof(FSBZLocalPlayerFeedbackParameters, FeedbackClass) == 0x000000, "Member 'FSBZLocalPlayerFeedbackParameters::FeedbackClass' has a wrong offset!"); \ +static_assert(offsetof(FSBZLocalPlayerFeedbackParameters, Intensity) == 0x000008, "Member 'FSBZLocalPlayerFeedbackParameters::Intensity' has a wrong offset!"); \ +static_assert(offsetof(FSBZLocalPlayerFeedbackParameters, bIsAutoRemoved) == 0x00000C, "Member 'FSBZLocalPlayerFeedbackParameters::bIsAutoRemoved' has a wrong offset!"); \ +static_assert(offsetof(FSBZLocalPlayerFeedbackParameters, bCameraAsOrigin) == 0x00000D, "Member 'FSBZLocalPlayerFeedbackParameters::bCameraAsOrigin' has a wrong offset!"); \ +static_assert(offsetof(FSBZLocalPlayerFeedbackParameters, Origin) == 0x000010, "Member 'FSBZLocalPlayerFeedbackParameters::Origin' has a wrong offset!"); \ +static_assert(offsetof(FSBZLocalPlayerFeedbackParameters, SustainTime) == 0x000040, "Member 'FSBZLocalPlayerFeedbackParameters::SustainTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLocalPlayerFeedbackInfo \ +static_assert(alignof(FSBZLocalPlayerFeedbackInfo) == 0x000008, "Wrong alignment on FSBZLocalPlayerFeedbackInfo"); \ +static_assert(sizeof(FSBZLocalPlayerFeedbackInfo) == 0x000010, "Wrong size on FSBZLocalPlayerFeedbackInfo"); \ +static_assert(offsetof(FSBZLocalPlayerFeedbackInfo, PlayerFeedback) == 0x000000, "Member 'FSBZLocalPlayerFeedbackInfo::PlayerFeedback' has a wrong offset!"); \ +static_assert(offsetof(FSBZLocalPlayerFeedbackInfo, ID) == 0x000008, "Member 'FSBZLocalPlayerFeedbackInfo::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLifeTimeLensParticleHandle \ +static_assert(alignof(FSBZLifeTimeLensParticleHandle) == 0x000008, "Wrong alignment on FSBZLifeTimeLensParticleHandle"); \ +static_assert(sizeof(FSBZLifeTimeLensParticleHandle) == 0x000010, "Wrong size on FSBZLifeTimeLensParticleHandle"); \ +static_assert(offsetof(FSBZLifeTimeLensParticleHandle, ParticleEffect) == 0x000000, "Member 'FSBZLifeTimeLensParticleHandle::ParticleEffect' has a wrong offset!"); \ +static_assert(offsetof(FSBZLifeTimeLensParticleHandle, TimerHandle) == 0x000008, "Member 'FSBZLifeTimeLensParticleHandle::TimerHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZItemProvidedBySkill \ +static_assert(alignof(FSBZItemProvidedBySkill) == 0x000008, "Wrong alignment on FSBZItemProvidedBySkill"); \ +static_assert(sizeof(FSBZItemProvidedBySkill) == 0x000018, "Wrong size on FSBZItemProvidedBySkill"); \ +static_assert(offsetof(FSBZItemProvidedBySkill, bIsAvailable) == 0x000000, "Member 'FSBZItemProvidedBySkill::bIsAvailable' has a wrong offset!"); \ +static_assert(offsetof(FSBZItemProvidedBySkill, SkillLineToUnlock) == 0x000008, "Member 'FSBZItemProvidedBySkill::SkillLineToUnlock' has a wrong offset!"); \ +static_assert(offsetof(FSBZItemProvidedBySkill, InventoryBaseData) == 0x000010, "Member 'FSBZItemProvidedBySkill::InventoryBaseData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDetectionData \ +static_assert(alignof(FSBZDetectionData) == 0x000008, "Wrong alignment on FSBZDetectionData"); \ +static_assert(sizeof(FSBZDetectionData) == 0x000010, "Wrong size on FSBZDetectionData"); \ +static_assert(offsetof(FSBZDetectionData, Detector) == 0x000000, "Member 'FSBZDetectionData::Detector' has a wrong offset!"); \ +static_assert(offsetof(FSBZDetectionData, Detection) == 0x000008, "Member 'FSBZDetectionData::Detection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZEventReactionData \ +static_assert(alignof(FSBZEventReactionData) == 0x000008, "Wrong alignment on FSBZEventReactionData"); \ +static_assert(sizeof(FSBZEventReactionData) == 0x000010, "Wrong size on FSBZEventReactionData"); \ +static_assert(offsetof(FSBZEventReactionData, EventToPlay) == 0x000000, "Member 'FSBZEventReactionData::EventToPlay' has a wrong offset!"); \ +static_assert(offsetof(FSBZEventReactionData, EventCooldown) == 0x000008, "Member 'FSBZEventReactionData::EventCooldown' has a wrong offset!"); \ +static_assert(offsetof(FSBZEventReactionData, LastPlayedTime) == 0x00000C, "Member 'FSBZEventReactionData::LastPlayedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInteractModeDisplayData \ +static_assert(alignof(FSBZInteractModeDisplayData) == 0x000008, "Wrong alignment on FSBZInteractModeDisplayData"); \ +static_assert(sizeof(FSBZInteractModeDisplayData) == 0x000020, "Wrong size on FSBZInteractModeDisplayData"); \ +static_assert(offsetof(FSBZInteractModeDisplayData, bIsInstant) == 0x000000, "Member 'FSBZInteractModeDisplayData::bIsInstant' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractModeDisplayData, bIsFailed) == 0x000001, "Member 'FSBZInteractModeDisplayData::bIsFailed' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractModeDisplayData, bIsAllowed) == 0x000002, "Member 'FSBZInteractModeDisplayData::bIsAllowed' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractModeDisplayData, bIsIllegal) == 0x000003, "Member 'FSBZInteractModeDisplayData::bIsIllegal' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractModeDisplayData, Text) == 0x000008, "Member 'FSBZInteractModeDisplayData::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInteractDisplayData \ +static_assert(alignof(FSBZInteractDisplayData) == 0x000008, "Wrong alignment on FSBZInteractDisplayData"); \ +static_assert(sizeof(FSBZInteractDisplayData) == 0x000030, "Wrong size on FSBZInteractDisplayData"); \ +static_assert(offsetof(FSBZInteractDisplayData, bCanInteract) == 0x000000, "Member 'FSBZInteractDisplayData::bCanInteract' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractDisplayData, ModeArray) == 0x000008, "Member 'FSBZInteractDisplayData::ModeArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractDisplayData, Component) == 0x000018, "Member 'FSBZInteractDisplayData::Component' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractDisplayData, Prio) == 0x000020, "Member 'FSBZInteractDisplayData::Prio' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractDisplayData, FailPrio) == 0x000024, "Member 'FSBZInteractDisplayData::FailPrio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInteractDisplayDataCollection \ +static_assert(alignof(FSBZInteractDisplayDataCollection) == 0x000008, "Wrong alignment on FSBZInteractDisplayDataCollection"); \ +static_assert(sizeof(FSBZInteractDisplayDataCollection) == 0x000060, "Wrong size on FSBZInteractDisplayDataCollection"); \ +static_assert(offsetof(FSBZInteractDisplayDataCollection, FrontData) == 0x000000, "Member 'FSBZInteractDisplayDataCollection::FrontData' has a wrong offset!"); \ +static_assert(offsetof(FSBZInteractDisplayDataCollection, SelfData) == 0x000030, "Member 'FSBZInteractDisplayDataCollection::SelfData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSpawnLocation \ +static_assert(alignof(FSBZSpawnLocation) == 0x000008, "Wrong alignment on FSBZSpawnLocation"); \ +static_assert(sizeof(FSBZSpawnLocation) == 0x000058, "Wrong size on FSBZSpawnLocation"); \ +static_assert(offsetof(FSBZSpawnLocation, LocationInformation) == 0x000000, "Member 'FSBZSpawnLocation::LocationInformation' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnLocation, PossibleSpawningActors) == 0x000048, "Member 'FSBZSpawnLocation::PossibleSpawningActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerCharacterInventoryItem \ +static_assert(alignof(FSBZPlayerCharacterInventoryItem) == 0x000008, "Wrong alignment on FSBZPlayerCharacterInventoryItem"); \ +static_assert(sizeof(FSBZPlayerCharacterInventoryItem) == 0x000020, "Wrong size on FSBZPlayerCharacterInventoryItem"); \ +static_assert(offsetof(FSBZPlayerCharacterInventoryItem, PlayerCharacterData) == 0x000018, "Member 'FSBZPlayerCharacterInventoryItem::PlayerCharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWatchInventoryItem \ +static_assert(alignof(FSBZWatchInventoryItem) == 0x000008, "Wrong alignment on FSBZWatchInventoryItem"); \ +static_assert(sizeof(FSBZWatchInventoryItem) == 0x000020, "Wrong size on FSBZWatchInventoryItem"); \ +static_assert(offsetof(FSBZWatchInventoryItem, WatchData) == 0x000018, "Member 'FSBZWatchInventoryItem::WatchData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSuitInventoryItem \ +static_assert(alignof(FSBZSuitInventoryItem) == 0x000008, "Wrong alignment on FSBZSuitInventoryItem"); \ +static_assert(sizeof(FSBZSuitInventoryItem) == 0x000020, "Wrong size on FSBZSuitInventoryItem"); \ +static_assert(offsetof(FSBZSuitInventoryItem, SuitData) == 0x000018, "Member 'FSBZSuitInventoryItem::SuitData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSpawnWaveManagerDifficultySettings \ +static_assert(alignof(FSBZSpawnWaveManagerDifficultySettings) == 0x000008, "Wrong alignment on FSBZSpawnWaveManagerDifficultySettings"); \ +static_assert(sizeof(FSBZSpawnWaveManagerDifficultySettings) == 0x000010, "Wrong size on FSBZSpawnWaveManagerDifficultySettings"); \ +static_assert(offsetof(FSBZSpawnWaveManagerDifficultySettings, SpawnWaveSettingsArray) == 0x000000, "Member 'FSBZSpawnWaveManagerDifficultySettings::SpawnWaveSettingsArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZGloveInventoryItem \ +static_assert(alignof(FSBZGloveInventoryItem) == 0x000008, "Wrong alignment on FSBZGloveInventoryItem"); \ +static_assert(sizeof(FSBZGloveInventoryItem) == 0x000020, "Wrong size on FSBZGloveInventoryItem"); \ +static_assert(offsetof(FSBZGloveInventoryItem, GloveData) == 0x000018, "Member 'FSBZGloveInventoryItem::GloveData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZThrowableInventoryItem \ +static_assert(alignof(FSBZThrowableInventoryItem) == 0x000008, "Wrong alignment on FSBZThrowableInventoryItem"); \ +static_assert(sizeof(FSBZThrowableInventoryItem) == 0x000020, "Wrong size on FSBZThrowableInventoryItem"); \ +static_assert(offsetof(FSBZThrowableInventoryItem, ThrowableData) == 0x000018, "Member 'FSBZThrowableInventoryItem::ThrowableData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZArmorInventoryItem \ +static_assert(alignof(FSBZArmorInventoryItem) == 0x000008, "Wrong alignment on FSBZArmorInventoryItem"); \ +static_assert(sizeof(FSBZArmorInventoryItem) == 0x000020, "Wrong size on FSBZArmorInventoryItem"); \ +static_assert(offsetof(FSBZArmorInventoryItem, ArmorData) == 0x000018, "Member 'FSBZArmorInventoryItem::ArmorData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZToolInventoryItem \ +static_assert(alignof(FSBZToolInventoryItem) == 0x000008, "Wrong alignment on FSBZToolInventoryItem"); \ +static_assert(sizeof(FSBZToolInventoryItem) == 0x000020, "Wrong size on FSBZToolInventoryItem"); \ +static_assert(offsetof(FSBZToolInventoryItem, ToolData) == 0x000018, "Member 'FSBZToolInventoryItem::ToolData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZVehicleSplineFollowingComponentReplicatedProperties \ +static_assert(alignof(FSBZVehicleSplineFollowingComponentReplicatedProperties) == 0x000008, "Wrong alignment on FSBZVehicleSplineFollowingComponentReplicatedProperties"); \ +static_assert(sizeof(FSBZVehicleSplineFollowingComponentReplicatedProperties) == 0x000018, "Wrong size on FSBZVehicleSplineFollowingComponentReplicatedProperties"); \ +static_assert(offsetof(FSBZVehicleSplineFollowingComponentReplicatedProperties, Path) == 0x000000, "Member 'FSBZVehicleSplineFollowingComponentReplicatedProperties::Path' has a wrong offset!"); \ +static_assert(offsetof(FSBZVehicleSplineFollowingComponentReplicatedProperties, TraveledDistance) == 0x000010, "Member 'FSBZVehicleSplineFollowingComponentReplicatedProperties::TraveledDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlaceableInventoryItem \ +static_assert(alignof(FSBZPlaceableInventoryItem) == 0x000008, "Wrong alignment on FSBZPlaceableInventoryItem"); \ +static_assert(sizeof(FSBZPlaceableInventoryItem) == 0x000020, "Wrong size on FSBZPlaceableInventoryItem"); \ +static_assert(offsetof(FSBZPlaceableInventoryItem, PlaceableData) == 0x000018, "Member 'FSBZPlaceableInventoryItem::PlaceableData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZOverskillLoadoutInventoryItem \ +static_assert(alignof(FSBZOverskillLoadoutInventoryItem) == 0x000008, "Wrong alignment on FSBZOverskillLoadoutInventoryItem"); \ +static_assert(sizeof(FSBZOverskillLoadoutInventoryItem) == 0x000020, "Wrong size on FSBZOverskillLoadoutInventoryItem"); \ +static_assert(offsetof(FSBZOverskillLoadoutInventoryItem, OverskillLoadoutData) == 0x000018, "Member 'FSBZOverskillLoadoutInventoryItem::OverskillLoadoutData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZOverkillWeaponInventoryItem \ +static_assert(alignof(FSBZOverkillWeaponInventoryItem) == 0x000008, "Wrong alignment on FSBZOverkillWeaponInventoryItem"); \ +static_assert(sizeof(FSBZOverkillWeaponInventoryItem) == 0x000020, "Wrong size on FSBZOverkillWeaponInventoryItem"); \ +static_assert(offsetof(FSBZOverkillWeaponInventoryItem, OverkillWeaponData) == 0x000018, "Member 'FSBZOverkillWeaponInventoryItem::OverkillWeaponData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPreplanningInventoryItem \ +static_assert(alignof(FSBZPreplanningInventoryItem) == 0x000008, "Wrong alignment on FSBZPreplanningInventoryItem"); \ +static_assert(sizeof(FSBZPreplanningInventoryItem) == 0x000020, "Wrong size on FSBZPreplanningInventoryItem"); \ +static_assert(offsetof(FSBZPreplanningInventoryItem, PreplanningData) == 0x000018, "Member 'FSBZPreplanningInventoryItem::PreplanningData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLevelVOInfo \ +static_assert(alignof(FSBZLevelVOInfo) == 0x000008, "Wrong alignment on FSBZLevelVOInfo"); \ +static_assert(sizeof(FSBZLevelVOInfo) == 0x000040, "Wrong size on FSBZLevelVOInfo"); \ +static_assert(offsetof(FSBZLevelVOInfo, StringTable) == 0x000000, "Member 'FSBZLevelVOInfo::StringTable' has a wrong offset!"); \ +static_assert(offsetof(FSBZLevelVOInfo, GSheetId) == 0x000020, "Member 'FSBZLevelVOInfo::GSheetId' has a wrong offset!"); \ +static_assert(offsetof(FSBZLevelVOInfo, SheetsToExport) == 0x000030, "Member 'FSBZLevelVOInfo::SheetsToExport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerLookAtData \ +static_assert(alignof(FSBZPlayerLookAtData) == 0x000004, "Wrong alignment on FSBZPlayerLookAtData"); \ +static_assert(sizeof(FSBZPlayerLookAtData) == 0x00000C, "Wrong size on FSBZPlayerLookAtData"); \ + +#define DUMPER7_ASSERTS_FSBZKeyPropertyModeData \ +static_assert(alignof(FSBZKeyPropertyModeData) == 0x000004, "Wrong alignment on FSBZKeyPropertyModeData"); \ +static_assert(sizeof(FSBZKeyPropertyModeData) == 0x000004, "Wrong size on FSBZKeyPropertyModeData"); \ +static_assert(offsetof(FSBZKeyPropertyModeData, DeadZoneArray) == 0x000000, "Member 'FSBZKeyPropertyModeData::DeadZoneArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLookInputStanceSettings \ +static_assert(alignof(FSBZLookInputStanceSettings) == 0x000008, "Wrong alignment on FSBZLookInputStanceSettings"); \ +static_assert(sizeof(FSBZLookInputStanceSettings) == 0x000128, "Wrong size on FSBZLookInputStanceSettings"); \ +static_assert(offsetof(FSBZLookInputStanceSettings, CardinalDeadZoneForXInput) == 0x000000, "Member 'FSBZLookInputStanceSettings::CardinalDeadZoneForXInput' has a wrong offset!"); \ +static_assert(offsetof(FSBZLookInputStanceSettings, CardinalDeadZoneForYInput) == 0x000004, "Member 'FSBZLookInputStanceSettings::CardinalDeadZoneForYInput' has a wrong offset!"); \ +static_assert(offsetof(FSBZLookInputStanceSettings, HorizontalSensitivityCurve) == 0x000008, "Member 'FSBZLookInputStanceSettings::HorizontalSensitivityCurve' has a wrong offset!"); \ +static_assert(offsetof(FSBZLookInputStanceSettings, VerticalSensitivityCurve) == 0x000090, "Member 'FSBZLookInputStanceSettings::VerticalSensitivityCurve' has a wrong offset!"); \ +static_assert(offsetof(FSBZLookInputStanceSettings, AccelerationDeadZone) == 0x000118, "Member 'FSBZLookInputStanceSettings::AccelerationDeadZone' has a wrong offset!"); \ +static_assert(offsetof(FSBZLookInputStanceSettings, AccelerationMultiplier) == 0x00011C, "Member 'FSBZLookInputStanceSettings::AccelerationMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FSBZLookInputStanceSettings, AccelerationTime) == 0x000120, "Member 'FSBZLookInputStanceSettings::AccelerationTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLookInputSettings \ +static_assert(alignof(FSBZLookInputSettings) == 0x000008, "Wrong alignment on FSBZLookInputSettings"); \ +static_assert(sizeof(FSBZLookInputSettings) == 0x000260, "Wrong size on FSBZLookInputSettings"); \ +static_assert(offsetof(FSBZLookInputSettings, InputDeadZone) == 0x000000, "Member 'FSBZLookInputSettings::InputDeadZone' has a wrong offset!"); \ +static_assert(offsetof(FSBZLookInputSettings, bIsSensitivityCurveEnabled) == 0x000008, "Member 'FSBZLookInputSettings::bIsSensitivityCurveEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSBZLookInputSettings, NormalStance) == 0x000010, "Member 'FSBZLookInputSettings::NormalStance' has a wrong offset!"); \ +static_assert(offsetof(FSBZLookInputSettings, TargetingStance) == 0x000138, "Member 'FSBZLookInputSettings::TargetingStance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZVotingMsgArgsServer \ +static_assert(alignof(FSBZVotingMsgArgsServer) == 0x000008, "Wrong alignment on FSBZVotingMsgArgsServer"); \ +static_assert(sizeof(FSBZVotingMsgArgsServer) == 0x000078, "Wrong size on FSBZVotingMsgArgsServer"); \ + +#define DUMPER7_ASSERTS_FSBZDebugValidatePlayerStatisticTuple \ +static_assert(alignof(FSBZDebugValidatePlayerStatisticTuple) == 0x000004, "Wrong alignment on FSBZDebugValidatePlayerStatisticTuple"); \ +static_assert(sizeof(FSBZDebugValidatePlayerStatisticTuple) == 0x000014, "Wrong size on FSBZDebugValidatePlayerStatisticTuple"); \ +static_assert(offsetof(FSBZDebugValidatePlayerStatisticTuple, Key) == 0x000000, "Member 'FSBZDebugValidatePlayerStatisticTuple::Key' has a wrong offset!"); \ +static_assert(offsetof(FSBZDebugValidatePlayerStatisticTuple, CurrentValue) == 0x00000C, "Member 'FSBZDebugValidatePlayerStatisticTuple::CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(FSBZDebugValidatePlayerStatisticTuple, PreviousValue) == 0x000010, "Member 'FSBZDebugValidatePlayerStatisticTuple::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerSkillEffectData \ +static_assert(alignof(FSBZPlayerSkillEffectData) == 0x000008, "Wrong alignment on FSBZPlayerSkillEffectData"); \ +static_assert(sizeof(FSBZPlayerSkillEffectData) == 0x000020, "Wrong size on FSBZPlayerSkillEffectData"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerStatisticsDataRepl \ +static_assert(alignof(FSBZPlayerStatisticsDataRepl) == 0x000008, "Wrong alignment on FSBZPlayerStatisticsDataRepl"); \ +static_assert(sizeof(FSBZPlayerStatisticsDataRepl) == 0x0000A0, "Wrong size on FSBZPlayerStatisticsDataRepl"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerStatisticsItemProgressionLevelMapRepl \ +static_assert(alignof(FSBZPlayerStatisticsItemProgressionLevelMapRepl) == 0x000008, "Wrong alignment on FSBZPlayerStatisticsItemProgressionLevelMapRepl"); \ +static_assert(sizeof(FSBZPlayerStatisticsItemProgressionLevelMapRepl) == 0x000050, "Wrong size on FSBZPlayerStatisticsItemProgressionLevelMapRepl"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerStatisticsStatCodeToValueMapRepl \ +static_assert(alignof(FSBZPlayerStatisticsStatCodeToValueMapRepl) == 0x000008, "Wrong alignment on FSBZPlayerStatisticsStatCodeToValueMapRepl"); \ +static_assert(sizeof(FSBZPlayerStatisticsStatCodeToValueMapRepl) == 0x000050, "Wrong size on FSBZPlayerStatisticsStatCodeToValueMapRepl"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponProgressionStats \ +static_assert(alignof(FSBZWeaponProgressionStats) == 0x000004, "Wrong alignment on FSBZWeaponProgressionStats"); \ +static_assert(sizeof(FSBZWeaponProgressionStats) == 0x000008, "Wrong size on FSBZWeaponProgressionStats"); \ +static_assert(offsetof(FSBZWeaponProgressionStats, WeaponProgressionLevel) == 0x000000, "Member 'FSBZWeaponProgressionStats::WeaponProgressionLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponProgressionStats, WeaponProgressionPoints) == 0x000004, "Member 'FSBZWeaponProgressionStats::WeaponProgressionPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLevelTimesStruct \ +static_assert(alignof(FSBZLevelTimesStruct) == 0x000004, "Wrong alignment on FSBZLevelTimesStruct"); \ +static_assert(sizeof(FSBZLevelTimesStruct) == 0x000008, "Wrong size on FSBZLevelTimesStruct"); \ +static_assert(offsetof(FSBZLevelTimesStruct, LoudTime) == 0x000000, "Member 'FSBZLevelTimesStruct::LoudTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZLevelTimesStruct, StealthTime) == 0x000004, "Member 'FSBZLevelTimesStruct::StealthTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponStoreItem \ +static_assert(alignof(FSBZWeaponStoreItem) == 0x000008, "Wrong alignment on FSBZWeaponStoreItem"); \ +static_assert(sizeof(FSBZWeaponStoreItem) == 0x000100, "Wrong size on FSBZWeaponStoreItem"); \ +static_assert(offsetof(FSBZWeaponStoreItem, WeaponData) == 0x0000F8, "Member 'FSBZWeaponStoreItem::WeaponData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZGloveStoreItem \ +static_assert(alignof(FSBZGloveStoreItem) == 0x000008, "Wrong alignment on FSBZGloveStoreItem"); \ +static_assert(sizeof(FSBZGloveStoreItem) == 0x000100, "Wrong size on FSBZGloveStoreItem"); \ +static_assert(offsetof(FSBZGloveStoreItem, GloveData) == 0x0000F8, "Member 'FSBZGloveStoreItem::GloveData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSuitPresetStoreItem \ +static_assert(alignof(FSBZSuitPresetStoreItem) == 0x000008, "Wrong alignment on FSBZSuitPresetStoreItem"); \ +static_assert(sizeof(FSBZSuitPresetStoreItem) == 0x000100, "Wrong size on FSBZSuitPresetStoreItem"); \ +static_assert(offsetof(FSBZSuitPresetStoreItem, SuitPresetData) == 0x0000F8, "Member 'FSBZSuitPresetStoreItem::SuitPresetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSuitBaseStoreItem \ +static_assert(alignof(FSBZSuitBaseStoreItem) == 0x000008, "Wrong alignment on FSBZSuitBaseStoreItem"); \ +static_assert(sizeof(FSBZSuitBaseStoreItem) == 0x000100, "Wrong size on FSBZSuitBaseStoreItem"); \ +static_assert(offsetof(FSBZSuitBaseStoreItem, SuitBaseData) == 0x0000F8, "Member 'FSBZSuitBaseStoreItem::SuitBaseData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWatchStoreItem \ +static_assert(alignof(FSBZWatchStoreItem) == 0x000008, "Wrong alignment on FSBZWatchStoreItem"); \ +static_assert(sizeof(FSBZWatchStoreItem) == 0x000100, "Wrong size on FSBZWatchStoreItem"); \ +static_assert(offsetof(FSBZWatchStoreItem, WatchData) == 0x0000F8, "Member 'FSBZWatchStoreItem::WatchData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPreplanningAssetStoreItem \ +static_assert(alignof(FSBZPreplanningAssetStoreItem) == 0x000008, "Wrong alignment on FSBZPreplanningAssetStoreItem"); \ +static_assert(sizeof(FSBZPreplanningAssetStoreItem) == 0x000100, "Wrong size on FSBZPreplanningAssetStoreItem"); \ +static_assert(offsetof(FSBZPreplanningAssetStoreItem, PreplanningAssetData) == 0x0000F8, "Member 'FSBZPreplanningAssetStoreItem::PreplanningAssetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZInventorySlotStoreItem \ +static_assert(alignof(FSBZInventorySlotStoreItem) == 0x000008, "Wrong alignment on FSBZInventorySlotStoreItem"); \ +static_assert(sizeof(FSBZInventorySlotStoreItem) == 0x000100, "Wrong size on FSBZInventorySlotStoreItem"); \ +static_assert(offsetof(FSBZInventorySlotStoreItem, InventorySlotData) == 0x0000F8, "Member 'FSBZInventorySlotStoreItem::InventorySlotData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponPresetStoreItem \ +static_assert(alignof(FSBZWeaponPresetStoreItem) == 0x000008, "Wrong alignment on FSBZWeaponPresetStoreItem"); \ +static_assert(sizeof(FSBZWeaponPresetStoreItem) == 0x000100, "Wrong size on FSBZWeaponPresetStoreItem"); \ +static_assert(offsetof(FSBZWeaponPresetStoreItem, WeaponPresetConfigData) == 0x0000F8, "Member 'FSBZWeaponPresetStoreItem::WeaponPresetConfigData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLoadoutSlotStoreItem \ +static_assert(alignof(FSBZLoadoutSlotStoreItem) == 0x000008, "Wrong alignment on FSBZLoadoutSlotStoreItem"); \ +static_assert(sizeof(FSBZLoadoutSlotStoreItem) == 0x000100, "Wrong size on FSBZLoadoutSlotStoreItem"); \ +static_assert(offsetof(FSBZLoadoutSlotStoreItem, LoadoutSlotData) == 0x0000F8, "Member 'FSBZLoadoutSlotStoreItem::LoadoutSlotData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSprayCanStoreItem \ +static_assert(alignof(FSBZSprayCanStoreItem) == 0x000008, "Wrong alignment on FSBZSprayCanStoreItem"); \ +static_assert(sizeof(FSBZSprayCanStoreItem) == 0x000100, "Wrong size on FSBZSprayCanStoreItem"); \ +static_assert(offsetof(FSBZSprayCanStoreItem, SprayCanData) == 0x0000F8, "Member 'FSBZSprayCanStoreItem::SprayCanData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponCharmStoreItem \ +static_assert(alignof(FSBZWeaponCharmStoreItem) == 0x000008, "Wrong alignment on FSBZWeaponCharmStoreItem"); \ +static_assert(sizeof(FSBZWeaponCharmStoreItem) == 0x000100, "Wrong size on FSBZWeaponCharmStoreItem"); \ +static_assert(offsetof(FSBZWeaponCharmStoreItem, WeaponCharmData) == 0x0000F8, "Member 'FSBZWeaponCharmStoreItem::WeaponCharmData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponPatternStoreItem \ +static_assert(alignof(FSBZWeaponPatternStoreItem) == 0x000008, "Wrong alignment on FSBZWeaponPatternStoreItem"); \ +static_assert(sizeof(FSBZWeaponPatternStoreItem) == 0x000100, "Wrong size on FSBZWeaponPatternStoreItem"); \ +static_assert(offsetof(FSBZWeaponPatternStoreItem, WeaponPatternData) == 0x0000F8, "Member 'FSBZWeaponPatternStoreItem::WeaponPatternData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponStickerStoreItem \ +static_assert(alignof(FSBZWeaponStickerStoreItem) == 0x000008, "Wrong alignment on FSBZWeaponStickerStoreItem"); \ +static_assert(sizeof(FSBZWeaponStickerStoreItem) == 0x000100, "Wrong size on FSBZWeaponStickerStoreItem"); \ +static_assert(offsetof(FSBZWeaponStickerStoreItem, WeaponStickerData) == 0x0000F8, "Member 'FSBZWeaponStickerStoreItem::WeaponStickerData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMaskMouldStoreItem \ +static_assert(alignof(FSBZMaskMouldStoreItem) == 0x000008, "Wrong alignment on FSBZMaskMouldStoreItem"); \ +static_assert(sizeof(FSBZMaskMouldStoreItem) == 0x000100, "Wrong size on FSBZMaskMouldStoreItem"); \ +static_assert(offsetof(FSBZMaskMouldStoreItem, MaskMouldData) == 0x0000F8, "Member 'FSBZMaskMouldStoreItem::MaskMouldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMaskPresetStoreItem \ +static_assert(alignof(FSBZMaskPresetStoreItem) == 0x000008, "Wrong alignment on FSBZMaskPresetStoreItem"); \ +static_assert(sizeof(FSBZMaskPresetStoreItem) == 0x000100, "Wrong size on FSBZMaskPresetStoreItem"); \ +static_assert(offsetof(FSBZMaskPresetStoreItem, MaskData) == 0x0000F8, "Member 'FSBZMaskPresetStoreItem::MaskData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMaskPreconfigStoreItem \ +static_assert(alignof(FSBZMaskPreconfigStoreItem) == 0x000008, "Wrong alignment on FSBZMaskPreconfigStoreItem"); \ +static_assert(sizeof(FSBZMaskPreconfigStoreItem) == 0x000100, "Wrong size on FSBZMaskPreconfigStoreItem"); \ +static_assert(offsetof(FSBZMaskPreconfigStoreItem, MaskPreconfigData) == 0x0000F8, "Member 'FSBZMaskPreconfigStoreItem::MaskPreconfigData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMaskPatternStoreItem \ +static_assert(alignof(FSBZMaskPatternStoreItem) == 0x000008, "Wrong alignment on FSBZMaskPatternStoreItem"); \ +static_assert(sizeof(FSBZMaskPatternStoreItem) == 0x000100, "Wrong size on FSBZMaskPatternStoreItem"); \ +static_assert(offsetof(FSBZMaskPatternStoreItem, MaskPatternData) == 0x0000F8, "Member 'FSBZMaskPatternStoreItem::MaskPatternData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZMaskVFXStoreItem \ +static_assert(alignof(FSBZMaskVFXStoreItem) == 0x000008, "Wrong alignment on FSBZMaskVFXStoreItem"); \ +static_assert(sizeof(FSBZMaskVFXStoreItem) == 0x000100, "Wrong size on FSBZMaskVFXStoreItem"); \ +static_assert(offsetof(FSBZMaskVFXStoreItem, MaskVFXData) == 0x0000F8, "Member 'FSBZMaskVFXStoreItem::MaskVFXData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSuitMaterialStoreItem \ +static_assert(alignof(FSBZSuitMaterialStoreItem) == 0x000008, "Wrong alignment on FSBZSuitMaterialStoreItem"); \ +static_assert(sizeof(FSBZSuitMaterialStoreItem) == 0x000100, "Wrong size on FSBZSuitMaterialStoreItem"); \ +static_assert(offsetof(FSBZSuitMaterialStoreItem, SuitMaterialData) == 0x0000F8, "Member 'FSBZSuitMaterialStoreItem::SuitMaterialData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSuitPatternStoreItem \ +static_assert(alignof(FSBZSuitPatternStoreItem) == 0x000008, "Wrong alignment on FSBZSuitPatternStoreItem"); \ +static_assert(sizeof(FSBZSuitPatternStoreItem) == 0x000100, "Wrong size on FSBZSuitPatternStoreItem"); \ +static_assert(offsetof(FSBZSuitPatternStoreItem, SuitPatternData) == 0x0000F8, "Member 'FSBZSuitPatternStoreItem::SuitPatternData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCoinStoreItem \ +static_assert(alignof(FSBZCoinStoreItem) == 0x000008, "Wrong alignment on FSBZCoinStoreItem"); \ +static_assert(sizeof(FSBZCoinStoreItem) == 0x000100, "Wrong size on FSBZCoinStoreItem"); \ +static_assert(offsetof(FSBZCoinStoreItem, CoinData) == 0x0000F8, "Member 'FSBZCoinStoreItem::CoinData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZBundleItem \ +static_assert(alignof(FSBZBundleItem) == 0x000008, "Wrong alignment on FSBZBundleItem"); \ +static_assert(sizeof(FSBZBundleItem) == 0x000110, "Wrong size on FSBZBundleItem"); \ +static_assert(offsetof(FSBZBundleItem, BundleItemCategory) == 0x0000F8, "Member 'FSBZBundleItem::BundleItemCategory' has a wrong offset!"); \ +static_assert(offsetof(FSBZBundleItem, BundleItemData) == 0x000100, "Member 'FSBZBundleItem::BundleItemData' has a wrong offset!"); \ +static_assert(offsetof(FSBZBundleItem, Quantity) == 0x000108, "Member 'FSBZBundleItem::Quantity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZItemBundleStoreItem \ +static_assert(alignof(FSBZItemBundleStoreItem) == 0x000008, "Wrong alignment on FSBZItemBundleStoreItem"); \ +static_assert(sizeof(FSBZItemBundleStoreItem) == 0x000110, "Wrong size on FSBZItemBundleStoreItem"); \ +static_assert(offsetof(FSBZItemBundleStoreItem, ItemBundleData) == 0x0000F8, "Member 'FSBZItemBundleStoreItem::ItemBundleData' has a wrong offset!"); \ +static_assert(offsetof(FSBZItemBundleStoreItem, BundleContentArray) == 0x000100, "Member 'FSBZItemBundleStoreItem::BundleContentArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHeistStoreItem \ +static_assert(alignof(FSBZHeistStoreItem) == 0x000008, "Wrong alignment on FSBZHeistStoreItem"); \ +static_assert(sizeof(FSBZHeistStoreItem) == 0x0000F8, "Wrong size on FSBZHeistStoreItem"); \ + +#define DUMPER7_ASSERTS_FSBZVendorPermissionStoreItem \ +static_assert(alignof(FSBZVendorPermissionStoreItem) == 0x000008, "Wrong alignment on FSBZVendorPermissionStoreItem"); \ +static_assert(sizeof(FSBZVendorPermissionStoreItem) == 0x0000F8, "Wrong size on FSBZVendorPermissionStoreItem"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerCharacterStoreItem \ +static_assert(alignof(FSBZPlayerCharacterStoreItem) == 0x000008, "Wrong alignment on FSBZPlayerCharacterStoreItem"); \ +static_assert(sizeof(FSBZPlayerCharacterStoreItem) == 0x0000F8, "Wrong size on FSBZPlayerCharacterStoreItem"); \ + +#define DUMPER7_ASSERTS_FSBZOverkillWeaponStoreItem \ +static_assert(alignof(FSBZOverkillWeaponStoreItem) == 0x000008, "Wrong alignment on FSBZOverkillWeaponStoreItem"); \ +static_assert(sizeof(FSBZOverkillWeaponStoreItem) == 0x0000F8, "Wrong size on FSBZOverkillWeaponStoreItem"); \ + +#define DUMPER7_ASSERTS_FSBZOverskillLoadoutStoreItem \ +static_assert(alignof(FSBZOverskillLoadoutStoreItem) == 0x000008, "Wrong alignment on FSBZOverskillLoadoutStoreItem"); \ +static_assert(sizeof(FSBZOverskillLoadoutStoreItem) == 0x0000F8, "Wrong size on FSBZOverskillLoadoutStoreItem"); \ + +#define DUMPER7_ASSERTS_FSBZPlaceableStoreItem \ +static_assert(alignof(FSBZPlaceableStoreItem) == 0x000008, "Wrong alignment on FSBZPlaceableStoreItem"); \ +static_assert(sizeof(FSBZPlaceableStoreItem) == 0x0000F8, "Wrong size on FSBZPlaceableStoreItem"); \ + +#define DUMPER7_ASSERTS_FSBZToolStoreItem \ +static_assert(alignof(FSBZToolStoreItem) == 0x000008, "Wrong alignment on FSBZToolStoreItem"); \ +static_assert(sizeof(FSBZToolStoreItem) == 0x0000F8, "Wrong size on FSBZToolStoreItem"); \ + +#define DUMPER7_ASSERTS_FSBZArmorStoreItem \ +static_assert(alignof(FSBZArmorStoreItem) == 0x000008, "Wrong alignment on FSBZArmorStoreItem"); \ +static_assert(sizeof(FSBZArmorStoreItem) == 0x000100, "Wrong size on FSBZArmorStoreItem"); \ +static_assert(offsetof(FSBZArmorStoreItem, ArmorData) == 0x0000F8, "Member 'FSBZArmorStoreItem::ArmorData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZThrowableStoreItem \ +static_assert(alignof(FSBZThrowableStoreItem) == 0x000008, "Wrong alignment on FSBZThrowableStoreItem"); \ +static_assert(sizeof(FSBZThrowableStoreItem) == 0x0000F8, "Wrong size on FSBZThrowableStoreItem"); \ + +#define DUMPER7_ASSERTS_FSBZPlayerStoreItemData \ +static_assert(alignof(FSBZPlayerStoreItemData) == 0x000008, "Wrong alignment on FSBZPlayerStoreItemData"); \ +static_assert(sizeof(FSBZPlayerStoreItemData) == 0x000BE0, "Wrong size on FSBZPlayerStoreItemData"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, PrimaryWeaponMap) == 0x000000, "Member 'FSBZPlayerStoreItemData::PrimaryWeaponMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, SecondaryWeaponMap) == 0x000050, "Member 'FSBZPlayerStoreItemData::SecondaryWeaponMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, GloveMap) == 0x0000A0, "Member 'FSBZPlayerStoreItemData::GloveMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, SuitPresetMap) == 0x0000F0, "Member 'FSBZPlayerStoreItemData::SuitPresetMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, SuitBaseMap) == 0x000140, "Member 'FSBZPlayerStoreItemData::SuitBaseMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, WatchMap) == 0x000190, "Member 'FSBZPlayerStoreItemData::WatchMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, PreplanningAssetMap) == 0x0001E0, "Member 'FSBZPlayerStoreItemData::PreplanningAssetMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, PrimaryInventorySlotMap) == 0x000230, "Member 'FSBZPlayerStoreItemData::PrimaryInventorySlotMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, SecondaryInventorySlotMap) == 0x000280, "Member 'FSBZPlayerStoreItemData::SecondaryInventorySlotMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, ArmorInventorySlotMap) == 0x0002D0, "Member 'FSBZPlayerStoreItemData::ArmorInventorySlotMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, MaskInventorySlotMap) == 0x000320, "Member 'FSBZPlayerStoreItemData::MaskInventorySlotMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, SuitInventorySlotMap) == 0x000370, "Member 'FSBZPlayerStoreItemData::SuitInventorySlotMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, GloveInventorySlotMap) == 0x0003C0, "Member 'FSBZPlayerStoreItemData::GloveInventorySlotMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, PrimaryWeaponPresetMap) == 0x000410, "Member 'FSBZPlayerStoreItemData::PrimaryWeaponPresetMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, SecondaryWeaponPresetMap) == 0x000460, "Member 'FSBZPlayerStoreItemData::SecondaryWeaponPresetMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, LoadoutSlotMap) == 0x0004B0, "Member 'FSBZPlayerStoreItemData::LoadoutSlotMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, SprayCanMap) == 0x000500, "Member 'FSBZPlayerStoreItemData::SprayCanMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, WeaponCharmMap) == 0x000550, "Member 'FSBZPlayerStoreItemData::WeaponCharmMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, WeaponPatternMap) == 0x0005A0, "Member 'FSBZPlayerStoreItemData::WeaponPatternMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, WeaponStickerMap) == 0x0005F0, "Member 'FSBZPlayerStoreItemData::WeaponStickerMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, MaskMouldMap) == 0x000640, "Member 'FSBZPlayerStoreItemData::MaskMouldMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, MaskPresetMap) == 0x000690, "Member 'FSBZPlayerStoreItemData::MaskPresetMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, MaskPreconfigMap) == 0x0006E0, "Member 'FSBZPlayerStoreItemData::MaskPreconfigMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, MaskPatternMap) == 0x000730, "Member 'FSBZPlayerStoreItemData::MaskPatternMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, MaskVFXMap) == 0x000780, "Member 'FSBZPlayerStoreItemData::MaskVFXMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, SuitMaterialMap) == 0x0007D0, "Member 'FSBZPlayerStoreItemData::SuitMaterialMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, SuitPatternMap) == 0x000820, "Member 'FSBZPlayerStoreItemData::SuitPatternMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, CoinMap) == 0x000870, "Member 'FSBZPlayerStoreItemData::CoinMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, ItemBundleMap) == 0x0008C0, "Member 'FSBZPlayerStoreItemData::ItemBundleMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, HeistMap) == 0x000910, "Member 'FSBZPlayerStoreItemData::HeistMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, VendorPermissionMap) == 0x000960, "Member 'FSBZPlayerStoreItemData::VendorPermissionMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, PlayerCharacterMap) == 0x0009B0, "Member 'FSBZPlayerStoreItemData::PlayerCharacterMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, OverkillWeaponMap) == 0x000A00, "Member 'FSBZPlayerStoreItemData::OverkillWeaponMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, OverskillLoadoutMap) == 0x000A50, "Member 'FSBZPlayerStoreItemData::OverskillLoadoutMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, PlaceableMap) == 0x000AA0, "Member 'FSBZPlayerStoreItemData::PlaceableMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, ToolMap) == 0x000AF0, "Member 'FSBZPlayerStoreItemData::ToolMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, ArmorMap) == 0x000B40, "Member 'FSBZPlayerStoreItemData::ArmorMap' has a wrong offset!"); \ +static_assert(offsetof(FSBZPlayerStoreItemData, ThrowableMap) == 0x000B90, "Member 'FSBZPlayerStoreItemData::ThrowableMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZThrowItemTargetData \ +static_assert(alignof(FSBZThrowItemTargetData) == 0x000008, "Wrong alignment on FSBZThrowItemTargetData"); \ +static_assert(sizeof(FSBZThrowItemTargetData) == 0x000030, "Wrong size on FSBZThrowItemTargetData"); \ + +#define DUMPER7_ASSERTS_FSBZGameTimeSince \ +static_assert(alignof(FSBZGameTimeSince) == 0x000008, "Wrong alignment on FSBZGameTimeSince"); \ +static_assert(sizeof(FSBZGameTimeSince) == 0x000010, "Wrong size on FSBZGameTimeSince"); \ +static_assert(offsetof(FSBZGameTimeSince, WorldContextObject) == 0x000008, "Member 'FSBZGameTimeSince::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTrafficCivilians \ +static_assert(alignof(FSBZTrafficCivilians) == 0x000008, "Wrong alignment on FSBZTrafficCivilians"); \ +static_assert(sizeof(FSBZTrafficCivilians) == 0x000040, "Wrong size on FSBZTrafficCivilians"); \ +static_assert(offsetof(FSBZTrafficCivilians, VehicleArray) == 0x000000, "Member 'FSBZTrafficCivilians::VehicleArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficCivilians, WeightedVehicleArray) == 0x000010, "Member 'FSBZTrafficCivilians::WeightedVehicleArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficCivilians, AmountVehicleToSpawnEachInterval) == 0x000020, "Member 'FSBZTrafficCivilians::AmountVehicleToSpawnEachInterval' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficCivilians, MaxAmountVehiclesInLevel) == 0x000028, "Member 'FSBZTrafficCivilians::MaxAmountVehiclesInLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficCivilians, VehicleSpawnInterval) == 0x00002C, "Member 'FSBZTrafficCivilians::VehicleSpawnInterval' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficCivilians, VehicleDriveOffSpeed) == 0x000034, "Member 'FSBZTrafficCivilians::VehicleDriveOffSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficCivilians, VehicleDriveOffTurnSpeed) == 0x000038, "Member 'FSBZTrafficCivilians::VehicleDriveOffTurnSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSettingsMenuChildData \ +static_assert(alignof(FSBZSettingsMenuChildData) == 0x000008, "Wrong alignment on FSBZSettingsMenuChildData"); \ +static_assert(sizeof(FSBZSettingsMenuChildData) == 0x000020, "Wrong size on FSBZSettingsMenuChildData"); \ +static_assert(offsetof(FSBZSettingsMenuChildData, ParentName) == 0x000000, "Member 'FSBZSettingsMenuChildData::ParentName' has a wrong offset!"); \ +static_assert(offsetof(FSBZSettingsMenuChildData, ChildsName) == 0x000010, "Member 'FSBZSettingsMenuChildData::ChildsName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSkillTreePair \ +static_assert(alignof(FSBZSkillTreePair) == 0x000008, "Wrong alignment on FSBZSkillTreePair"); \ +static_assert(sizeof(FSBZSkillTreePair) == 0x000010, "Wrong size on FSBZSkillTreePair"); \ +static_assert(offsetof(FSBZSkillTreePair, Base) == 0x000000, "Member 'FSBZSkillTreePair::Base' has a wrong offset!"); \ +static_assert(offsetof(FSBZSkillTreePair, Aced) == 0x000008, "Member 'FSBZSkillTreePair::Aced' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSkillTreeUpgradePair \ +static_assert(alignof(FSBZSkillTreeUpgradePair) == 0x000008, "Wrong alignment on FSBZSkillTreeUpgradePair"); \ +static_assert(sizeof(FSBZSkillTreeUpgradePair) == 0x000020, "Wrong size on FSBZSkillTreeUpgradePair"); \ +static_assert(offsetof(FSBZSkillTreeUpgradePair, UpgradeA) == 0x000000, "Member 'FSBZSkillTreeUpgradePair::UpgradeA' has a wrong offset!"); \ +static_assert(offsetof(FSBZSkillTreeUpgradePair, UpgradeB) == 0x000010, "Member 'FSBZSkillTreeUpgradePair::UpgradeB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSkillIntValue \ +static_assert(alignof(FSBZSkillIntValue) == 0x000004, "Wrong alignment on FSBZSkillIntValue"); \ +static_assert(sizeof(FSBZSkillIntValue) == 0x000014, "Wrong size on FSBZSkillIntValue"); \ +static_assert(offsetof(FSBZSkillIntValue, Value) == 0x000010, "Member 'FSBZSkillIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPayDayCreditStoreItem \ +static_assert(alignof(FSBZPayDayCreditStoreItem) == 0x000008, "Wrong alignment on FSBZPayDayCreditStoreItem"); \ +static_assert(sizeof(FSBZPayDayCreditStoreItem) == 0x000100, "Wrong size on FSBZPayDayCreditStoreItem"); \ +static_assert(offsetof(FSBZPayDayCreditStoreItem, PayDayCreditData) == 0x0000F8, "Member 'FSBZPayDayCreditStoreItem::PayDayCreditData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZUIPopupData \ +static_assert(alignof(FSBZUIPopupData) == 0x000008, "Wrong alignment on FSBZUIPopupData"); \ +static_assert(sizeof(FSBZUIPopupData) == 0x000060, "Wrong size on FSBZUIPopupData"); \ +static_assert(offsetof(FSBZUIPopupData, HeaderText) == 0x000000, "Member 'FSBZUIPopupData::HeaderText' has a wrong offset!"); \ +static_assert(offsetof(FSBZUIPopupData, DescriptionText) == 0x000018, "Member 'FSBZUIPopupData::DescriptionText' has a wrong offset!"); \ +static_assert(offsetof(FSBZUIPopupData, PopUpControlsReference) == 0x000030, "Member 'FSBZUIPopupData::PopUpControlsReference' has a wrong offset!"); \ +static_assert(offsetof(FSBZUIPopupData, WidgetBody) == 0x000058, "Member 'FSBZUIPopupData::WidgetBody' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSuitInventorySlotAndIndex \ +static_assert(alignof(FSBZSuitInventorySlotAndIndex) == 0x000008, "Wrong alignment on FSBZSuitInventorySlotAndIndex"); \ +static_assert(sizeof(FSBZSuitInventorySlotAndIndex) == 0x000090, "Wrong size on FSBZSuitInventorySlotAndIndex"); \ +static_assert(offsetof(FSBZSuitInventorySlotAndIndex, SuitInventorySlot) == 0x000000, "Member 'FSBZSuitInventorySlotAndIndex::SuitInventorySlot' has a wrong offset!"); \ +static_assert(offsetof(FSBZSuitInventorySlotAndIndex, Index) == 0x000088, "Member 'FSBZSuitInventorySlotAndIndex::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZUIQuestData \ +static_assert(alignof(FSBZUIQuestData) == 0x000008, "Wrong alignment on FSBZUIQuestData"); \ +static_assert(sizeof(FSBZUIQuestData) == 0x000058, "Wrong size on FSBZUIQuestData"); \ +static_assert(offsetof(FSBZUIQuestData, QuestId) == 0x000000, "Member 'FSBZUIQuestData::QuestId' has a wrong offset!"); \ +static_assert(offsetof(FSBZUIQuestData, QuestDescription) == 0x000010, "Member 'FSBZUIQuestData::QuestDescription' has a wrong offset!"); \ +static_assert(offsetof(FSBZUIQuestData, QuestImage) == 0x000028, "Member 'FSBZUIQuestData::QuestImage' has a wrong offset!"); \ +static_assert(offsetof(FSBZUIQuestData, MissionGiver) == 0x000030, "Member 'FSBZUIQuestData::MissionGiver' has a wrong offset!"); \ +static_assert(offsetof(FSBZUIQuestData, ChallengeIdArray) == 0x000038, "Member 'FSBZUIQuestData::ChallengeIdArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZUIQuestData, QuestRewardArray) == 0x000048, "Member 'FSBZUIQuestData::QuestRewardArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZRagdollSyncData \ +static_assert(alignof(FSBZRagdollSyncData) == 0x000004, "Wrong alignment on FSBZRagdollSyncData"); \ +static_assert(sizeof(FSBZRagdollSyncData) == 0x000010, "Wrong size on FSBZRagdollSyncData"); \ +static_assert(offsetof(FSBZRagdollSyncData, HipsLocation) == 0x000000, "Member 'FSBZRagdollSyncData::HipsLocation' has a wrong offset!"); \ +static_assert(offsetof(FSBZRagdollSyncData, NetID) == 0x00000C, "Member 'FSBZRagdollSyncData::NetID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZHackableInfoActorCollection \ +static_assert(alignof(FSBZHackableInfoActorCollection) == 0x000008, "Wrong alignment on FSBZHackableInfoActorCollection"); \ +static_assert(sizeof(FSBZHackableInfoActorCollection) == 0x000010, "Wrong size on FSBZHackableInfoActorCollection"); \ +static_assert(offsetof(FSBZHackableInfoActorCollection, Array) == 0x000000, "Member 'FSBZHackableInfoActorCollection::Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZEventIndexes \ +static_assert(alignof(FSBZEventIndexes) == 0x000008, "Wrong alignment on FSBZEventIndexes"); \ +static_assert(sizeof(FSBZEventIndexes) == 0x000010, "Wrong size on FSBZEventIndexes"); \ +static_assert(offsetof(FSBZEventIndexes, IndexArray) == 0x000000, "Member 'FSBZEventIndexes::IndexArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZRappellingRopeSettings \ +static_assert(alignof(FSBZRappellingRopeSettings) == 0x000008, "Wrong alignment on FSBZRappellingRopeSettings"); \ +static_assert(sizeof(FSBZRappellingRopeSettings) == 0x000108, "Wrong size on FSBZRappellingRopeSettings"); \ +static_assert(offsetof(FSBZRappellingRopeSettings, RappellingRopeClassToSpawn) == 0x000000, "Member 'FSBZRappellingRopeSettings::RappellingRopeClassToSpawn' has a wrong offset!"); \ +static_assert(offsetof(FSBZRappellingRopeSettings, DespawnDelay) == 0x000008, "Member 'FSBZRappellingRopeSettings::DespawnDelay' has a wrong offset!"); \ +static_assert(offsetof(FSBZRappellingRopeSettings, bAttachStart) == 0x00000C, "Member 'FSBZRappellingRopeSettings::bAttachStart' has a wrong offset!"); \ +static_assert(offsetof(FSBZRappellingRopeSettings, StartAttachment) == 0x000010, "Member 'FSBZRappellingRopeSettings::StartAttachment' has a wrong offset!"); \ +static_assert(offsetof(FSBZRappellingRopeSettings, PointAttachments) == 0x000078, "Member 'FSBZRappellingRopeSettings::PointAttachments' has a wrong offset!"); \ +static_assert(offsetof(FSBZRappellingRopeSettings, bAttachEnd) == 0x000088, "Member 'FSBZRappellingRopeSettings::bAttachEnd' has a wrong offset!"); \ +static_assert(offsetof(FSBZRappellingRopeSettings, EndAttachment) == 0x000090, "Member 'FSBZRappellingRopeSettings::EndAttachment' has a wrong offset!"); \ +static_assert(offsetof(FSBZRappellingRopeSettings, bEnableCollisionPlane) == 0x0000F8, "Member 'FSBZRappellingRopeSettings::bEnableCollisionPlane' has a wrong offset!"); \ +static_assert(offsetof(FSBZRappellingRopeSettings, bEnableStiffness) == 0x0000F9, "Member 'FSBZRappellingRopeSettings::bEnableStiffness' has a wrong offset!"); \ +static_assert(offsetof(FSBZRappellingRopeSettings, MinSegmentLength) == 0x0000FC, "Member 'FSBZRappellingRopeSettings::MinSegmentLength' has a wrong offset!"); \ +static_assert(offsetof(FSBZRappellingRopeSettings, MaxSegmentCount) == 0x000100, "Member 'FSBZRappellingRopeSettings::MaxSegmentCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZReactionData \ +static_assert(alignof(FSBZReactionData) == 0x000001, "Wrong alignment on FSBZReactionData"); \ +static_assert(sizeof(FSBZReactionData) == 0x000001, "Wrong size on FSBZReactionData"); \ + +#define DUMPER7_ASSERTS_FSBZReconnectPlayerStateLoadoutData \ +static_assert(alignof(FSBZReconnectPlayerStateLoadoutData) == 0x000008, "Wrong alignment on FSBZReconnectPlayerStateLoadoutData"); \ +static_assert(sizeof(FSBZReconnectPlayerStateLoadoutData) == 0x000070, "Wrong size on FSBZReconnectPlayerStateLoadoutData"); \ +static_assert(offsetof(FSBZReconnectPlayerStateLoadoutData, HealthScale) == 0x000000, "Member 'FSBZReconnectPlayerStateLoadoutData::HealthScale' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateLoadoutData, ArmorTrauma) == 0x000004, "Member 'FSBZReconnectPlayerStateLoadoutData::ArmorTrauma' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateLoadoutData, ArmorScale) == 0x000008, "Member 'FSBZReconnectPlayerStateLoadoutData::ArmorScale' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateLoadoutData, DownedCount) == 0x00000C, "Member 'FSBZReconnectPlayerStateLoadoutData::DownedCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateLoadoutData, ChunkTypeArray) == 0x000010, "Member 'FSBZReconnectPlayerStateLoadoutData::ChunkTypeArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateLoadoutData, EquippableAmmoLoadedScaleArray) == 0x000020, "Member 'FSBZReconnectPlayerStateLoadoutData::EquippableAmmoLoadedScaleArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateLoadoutData, EquippableAmmoInventoryScaleArray) == 0x000030, "Member 'FSBZReconnectPlayerStateLoadoutData::EquippableAmmoInventoryScaleArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateLoadoutData, ThrowableAmmoInventoryScaleArray) == 0x000040, "Member 'FSBZReconnectPlayerStateLoadoutData::ThrowableAmmoInventoryScaleArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateLoadoutData, ToolPlaceableAmmoInventoryScaleArray) == 0x000050, "Member 'FSBZReconnectPlayerStateLoadoutData::ToolPlaceableAmmoInventoryScaleArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateLoadoutData, ToolAmmoInventoryScaleArray) == 0x000060, "Member 'FSBZReconnectPlayerStateLoadoutData::ToolAmmoInventoryScaleArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZReconnectPlayerStateData \ +static_assert(alignof(FSBZReconnectPlayerStateData) == 0x000008, "Wrong alignment on FSBZReconnectPlayerStateData"); \ +static_assert(sizeof(FSBZReconnectPlayerStateData) == 0x000310, "Wrong size on FSBZReconnectPlayerStateData"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, UniqueId) == 0x000000, "Member 'FSBZReconnectPlayerStateData::UniqueId' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, SavedNetworkAddress) == 0x000028, "Member 'FSBZReconnectPlayerStateData::SavedNetworkAddress' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, Name) == 0x000038, "Member 'FSBZReconnectPlayerStateData::Name' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, PlayerId) == 0x000048, "Member 'FSBZReconnectPlayerStateData::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, Loadout) == 0x000050, "Member 'FSBZReconnectPlayerStateData::Loadout' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, ResultData) == 0x0000C0, "Member 'FSBZReconnectPlayerStateData::ResultData' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, CiviliansKilledBeforeCustody) == 0x000278, "Member 'FSBZReconnectPlayerStateData::CiviliansKilledBeforeCustody' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, ServerSentryKillCount) == 0x00027C, "Member 'FSBZReconnectPlayerStateData::ServerSentryKillCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, SkillTankDisengageActivatedTimeSeconds) == 0x000280, "Member 'FSBZReconnectPlayerStateData::SkillTankDisengageActivatedTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, EnforcerSkillKillCount) == 0x000284, "Member 'FSBZReconnectPlayerStateData::EnforcerSkillKillCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, EnforcerSkillLastKillTime) == 0x000288, "Member 'FSBZReconnectPlayerStateData::EnforcerSkillLastKillTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, EnforcerAcedSkillKillCount) == 0x00028C, "Member 'FSBZReconnectPlayerStateData::EnforcerAcedSkillKillCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, OverkillWeaponProgress) == 0x000290, "Member 'FSBZReconnectPlayerStateData::OverkillWeaponProgress' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, bIsMaskOn) == 0x000294, "Member 'FSBZReconnectPlayerStateData::bIsMaskOn' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, SpectateDurationModification) == 0x000298, "Member 'FSBZReconnectPlayerStateData::SpectateDurationModification' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, ReducedCustodyTime) == 0x00029C, "Member 'FSBZReconnectPlayerStateData::ReducedCustodyTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, SpectateTime) == 0x0002A0, "Member 'FSBZReconnectPlayerStateData::SpectateTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, CustodyCount) == 0x0002A4, "Member 'FSBZReconnectPlayerStateData::CustodyCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, CustodyReleaseCost) == 0x0002A8, "Member 'FSBZReconnectPlayerStateData::CustodyReleaseCost' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, CurrentTradeReduction) == 0x0002AC, "Member 'FSBZReconnectPlayerStateData::CurrentTradeReduction' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, bServerIsHardBargainCustody) == 0x0002B0, "Member 'FSBZReconnectPlayerStateData::bServerIsHardBargainCustody' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, bIsARGESRestorationActivatable) == 0x0002B1, "Member 'FSBZReconnectPlayerStateData::bIsARGESRestorationActivatable' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, bIsOverskillEnabled) == 0x0002B2, "Member 'FSBZReconnectPlayerStateData::bIsOverskillEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, DefeatState) == 0x0002B3, "Member 'FSBZReconnectPlayerStateData::DefeatState' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, bIsLastArrestedByGuard) == 0x0002B4, "Member 'FSBZReconnectPlayerStateData::bIsLastArrestedByGuard' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, BuffTimeArray) == 0x0002B8, "Member 'FSBZReconnectPlayerStateData::BuffTimeArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, BuffBlockCountArray) == 0x0002C8, "Member 'FSBZReconnectPlayerStateData::BuffBlockCountArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, BuffBlockCooldownTimeArray) == 0x0002D8, "Member 'FSBZReconnectPlayerStateData::BuffBlockCooldownTimeArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, RepairArmorInteractionImmuneTime) == 0x0002E8, "Member 'FSBZReconnectPlayerStateData::RepairArmorInteractionImmuneTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, bIsSkillTankLastManStandingBlocking) == 0x0002EC, "Member 'FSBZReconnectPlayerStateData::bIsSkillTankLastManStandingBlocking' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, SkillTankLastManStandingImmuneTime) == 0x0002F0, "Member 'FSBZReconnectPlayerStateData::SkillTankLastManStandingImmuneTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, HighQualityBagAttackCount) == 0x0002F4, "Member 'FSBZReconnectPlayerStateData::HighQualityBagAttackCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZReconnectPlayerStateData, HighGrainAttackCount) == 0x000300, "Member 'FSBZReconnectPlayerStateData::HighGrainAttackCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZReloadTargetData \ +static_assert(alignof(FSBZReloadTargetData) == 0x000008, "Wrong alignment on FSBZReloadTargetData"); \ +static_assert(sizeof(FSBZReloadTargetData) == 0x000010, "Wrong size on FSBZReloadTargetData"); \ + +#define DUMPER7_ASSERTS_FSBZReplayInfo \ +static_assert(alignof(FSBZReplayInfo) == 0x000008, "Wrong alignment on FSBZReplayInfo"); \ +static_assert(sizeof(FSBZReplayInfo) == 0x000060, "Wrong size on FSBZReplayInfo"); \ +static_assert(offsetof(FSBZReplayInfo, LevelIdx) == 0x000000, "Member 'FSBZReplayInfo::LevelIdx' has a wrong offset!"); \ +static_assert(offsetof(FSBZReplayInfo, ReplayName) == 0x000008, "Member 'FSBZReplayInfo::ReplayName' has a wrong offset!"); \ +static_assert(offsetof(FSBZReplayInfo, FriendlyName) == 0x000018, "Member 'FSBZReplayInfo::FriendlyName' has a wrong offset!"); \ +static_assert(offsetof(FSBZReplayInfo, Timestamp) == 0x000028, "Member 'FSBZReplayInfo::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(FSBZReplayInfo, LengthInMS) == 0x000030, "Member 'FSBZReplayInfo::LengthInMS' has a wrong offset!"); \ +static_assert(offsetof(FSBZReplayInfo, bIsValid) == 0x000034, "Member 'FSBZReplayInfo::bIsValid' has a wrong offset!"); \ +static_assert(offsetof(FSBZReplayInfo, ReplayDisplayTotalTime) == 0x000038, "Member 'FSBZReplayInfo::ReplayDisplayTotalTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZReplayInfo, ReplayDisplayCreationTime) == 0x000048, "Member 'FSBZReplayInfo::ReplayDisplayCreationTime' has a wrong offset!"); \ +static_assert(offsetof(FSBZReplayInfo, ChangeList) == 0x000058, "Member 'FSBZReplayInfo::ChangeList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZReplicatedEquippableState \ +static_assert(alignof(FSBZReplicatedEquippableState) == 0x000008, "Wrong alignment on FSBZReplicatedEquippableState"); \ +static_assert(sizeof(FSBZReplicatedEquippableState) == 0x000048, "Wrong size on FSBZReplicatedEquippableState"); \ +static_assert(offsetof(FSBZReplicatedEquippableState, Array) == 0x000000, "Member 'FSBZReplicatedEquippableState::Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZConfigRepClass \ +static_assert(alignof(FSBZConfigRepClass) == 0x000004, "Wrong alignment on FSBZConfigRepClass"); \ +static_assert(sizeof(FSBZConfigRepClass) == 0x000024, "Wrong size on FSBZConfigRepClass"); \ +static_assert(offsetof(FSBZConfigRepClass, Name) == 0x000000, "Member 'FSBZConfigRepClass::Name' has a wrong offset!"); \ +static_assert(offsetof(FSBZConfigRepClass, Type) == 0x00000C, "Member 'FSBZConfigRepClass::Type' has a wrong offset!"); \ +static_assert(offsetof(FSBZConfigRepClass, DistancePriorityScale) == 0x000010, "Member 'FSBZConfigRepClass::DistancePriorityScale' has a wrong offset!"); \ +static_assert(offsetof(FSBZConfigRepClass, StarvationPriorityScale) == 0x000014, "Member 'FSBZConfigRepClass::StarvationPriorityScale' has a wrong offset!"); \ +static_assert(offsetof(FSBZConfigRepClass, CullDistance) == 0x000018, "Member 'FSBZConfigRepClass::CullDistance' has a wrong offset!"); \ +static_assert(offsetof(FSBZConfigRepClass, ReplicationPeriodFrame) == 0x00001C, "Member 'FSBZConfigRepClass::ReplicationPeriodFrame' has a wrong offset!"); \ +static_assert(offsetof(FSBZConfigRepClass, FastPath_ReplicationPeriodFrame) == 0x00001E, "Member 'FSBZConfigRepClass::FastPath_ReplicationPeriodFrame' has a wrong offset!"); \ +static_assert(offsetof(FSBZConfigRepClass, ActorChannelFrameTimeout) == 0x000020, "Member 'FSBZConfigRepClass::ActorChannelFrameTimeout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZRevertDamageAttributeSetData \ +static_assert(alignof(FSBZRevertDamageAttributeSetData) == 0x000008, "Wrong alignment on FSBZRevertDamageAttributeSetData"); \ +static_assert(sizeof(FSBZRevertDamageAttributeSetData) == 0x000018, "Wrong size on FSBZRevertDamageAttributeSetData"); \ +static_assert(offsetof(FSBZRevertDamageAttributeSetData, Pawn) == 0x000000, "Member 'FSBZRevertDamageAttributeSetData::Pawn' has a wrong offset!"); \ +static_assert(offsetof(FSBZRevertDamageAttributeSetData, ByteArray) == 0x000008, "Member 'FSBZRevertDamageAttributeSetData::ByteArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZRevertDamageAttributeSetContainer \ +static_assert(alignof(FSBZRevertDamageAttributeSetContainer) == 0x000008, "Wrong alignment on FSBZRevertDamageAttributeSetContainer"); \ +static_assert(sizeof(FSBZRevertDamageAttributeSetContainer) == 0x000010, "Wrong size on FSBZRevertDamageAttributeSetContainer"); \ +static_assert(offsetof(FSBZRevertDamageAttributeSetContainer, AttributeSetDataArray) == 0x000000, "Member 'FSBZRevertDamageAttributeSetContainer::AttributeSetDataArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZRoomPath \ +static_assert(alignof(FSBZRoomPath) == 0x000008, "Wrong alignment on FSBZRoomPath"); \ +static_assert(sizeof(FSBZRoomPath) == 0x000048, "Wrong size on FSBZRoomPath"); \ +static_assert(offsetof(FSBZRoomPath, Connectors) == 0x000000, "Member 'FSBZRoomPath::Connectors' has a wrong offset!"); \ +static_assert(offsetof(FSBZRoomPath, Rooms) == 0x000010, "Member 'FSBZRoomPath::Rooms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZNode \ +static_assert(alignof(FSBZNode) == 0x000008, "Wrong alignment on FSBZNode"); \ +static_assert(sizeof(FSBZNode) == 0x000040, "Wrong size on FSBZNode"); \ +static_assert(offsetof(FSBZNode, Connector) == 0x000000, "Member 'FSBZNode::Connector' has a wrong offset!"); \ +static_assert(offsetof(FSBZNode, Room) == 0x000010, "Member 'FSBZNode::Room' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZEffectChanceData \ +static_assert(alignof(FSBZEffectChanceData) == 0x000008, "Wrong alignment on FSBZEffectChanceData"); \ +static_assert(sizeof(FSBZEffectChanceData) == 0x000018, "Wrong size on FSBZEffectChanceData"); \ +static_assert(offsetof(FSBZEffectChanceData, EffectTypeArray) == 0x000000, "Member 'FSBZEffectChanceData::EffectTypeArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZEffectChanceData, Chance) == 0x000010, "Member 'FSBZEffectChanceData::Chance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSecurityCompanySettingData \ +static_assert(alignof(FSBZSecurityCompanySettingData) == 0x000008, "Wrong alignment on FSBZSecurityCompanySettingData"); \ +static_assert(sizeof(FSBZSecurityCompanySettingData) == 0x000078, "Wrong size on FSBZSecurityCompanySettingData"); \ +static_assert(offsetof(FSBZSecurityCompanySettingData, IndestructibleCamerasMask) == 0x000000, "Member 'FSBZSecurityCompanySettingData::IndestructibleCamerasMask' has a wrong offset!"); \ +static_assert(offsetof(FSBZSecurityCompanySettingData, CameraRuntimeLimitMask) == 0x000002, "Member 'FSBZSecurityCompanySettingData::CameraRuntimeLimitMask' has a wrong offset!"); \ +static_assert(offsetof(FSBZSecurityCompanySettingData, LeadGuardMask) == 0x000004, "Member 'FSBZSecurityCompanySettingData::LeadGuardMask' has a wrong offset!"); \ +static_assert(offsetof(FSBZSecurityCompanySettingData, DebilitatingSpecialsMask) == 0x000006, "Member 'FSBZSecurityCompanySettingData::DebilitatingSpecialsMask' has a wrong offset!"); \ +static_assert(offsetof(FSBZSecurityCompanySettingData, FacialRecognitionMask) == 0x000008, "Member 'FSBZSecurityCompanySettingData::FacialRecognitionMask' has a wrong offset!"); \ +static_assert(offsetof(FSBZSecurityCompanySettingData, ArmorPiercingMask) == 0x00000A, "Member 'FSBZSecurityCompanySettingData::ArmorPiercingMask' has a wrong offset!"); \ +static_assert(offsetof(FSBZSecurityCompanySettingData, BuddySystemMask) == 0x00000C, "Member 'FSBZSecurityCompanySettingData::BuddySystemMask' has a wrong offset!"); \ +static_assert(offsetof(FSBZSecurityCompanySettingData, AlphaStrikeMask) == 0x00000E, "Member 'FSBZSecurityCompanySettingData::AlphaStrikeMask' has a wrong offset!"); \ +static_assert(offsetof(FSBZSecurityCompanySettingData, HardBargainMask) == 0x000010, "Member 'FSBZSecurityCompanySettingData::HardBargainMask' has a wrong offset!"); \ +static_assert(offsetof(FSBZSecurityCompanySettingData, AICoreMask) == 0x000012, "Member 'FSBZSecurityCompanySettingData::AICoreMask' has a wrong offset!"); \ +static_assert(offsetof(FSBZSecurityCompanySettingData, ReflectorShieldsMask) == 0x000014, "Member 'FSBZSecurityCompanySettingData::ReflectorShieldsMask' has a wrong offset!"); \ +static_assert(offsetof(FSBZSecurityCompanySettingData, AIShieldingMask) == 0x000016, "Member 'FSBZSecurityCompanySettingData::AIShieldingMask' has a wrong offset!"); \ +static_assert(offsetof(FSBZSecurityCompanySettingData, ArmorPiercingPercentage) == 0x000018, "Member 'FSBZSecurityCompanySettingData::ArmorPiercingPercentage' has a wrong offset!"); \ +static_assert(offsetof(FSBZSecurityCompanySettingData, DebilitatingPawnTypes) == 0x000020, "Member 'FSBZSecurityCompanySettingData::DebilitatingPawnTypes' has a wrong offset!"); \ +static_assert(offsetof(FSBZSecurityCompanySettingData, DebilitatingBuffsToRemove) == 0x000040, "Member 'FSBZSecurityCompanySettingData::DebilitatingBuffsToRemove' has a wrong offset!"); \ +static_assert(offsetof(FSBZSecurityCompanySettingData, HardBargainMinHostageRequired) == 0x000050, "Member 'FSBZSecurityCompanySettingData::HardBargainMinHostageRequired' has a wrong offset!"); \ +static_assert(offsetof(FSBZSecurityCompanySettingData, BuddySystemIgnoreTags) == 0x000058, "Member 'FSBZSecurityCompanySettingData::BuddySystemIgnoreTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSensorToolTargetData \ +static_assert(alignof(FSBZSensorToolTargetData) == 0x000008, "Wrong alignment on FSBZSensorToolTargetData"); \ +static_assert(sizeof(FSBZSensorToolTargetData) == 0x000018, "Wrong size on FSBZSensorToolTargetData"); \ +static_assert(offsetof(FSBZSensorToolTargetData, ToggledActor) == 0x000008, "Member 'FSBZSensorToolTargetData::ToggledActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSentryGunAngleBouncer \ +static_assert(alignof(FSBZSentryGunAngleBouncer) == 0x000004, "Wrong alignment on FSBZSentryGunAngleBouncer"); \ +static_assert(sizeof(FSBZSentryGunAngleBouncer) == 0x000014, "Wrong size on FSBZSentryGunAngleBouncer"); \ +static_assert(offsetof(FSBZSentryGunAngleBouncer, BounceFrequency) == 0x000000, "Member 'FSBZSentryGunAngleBouncer::BounceFrequency' has a wrong offset!"); \ +static_assert(offsetof(FSBZSentryGunAngleBouncer, BounceStrength) == 0x000004, "Member 'FSBZSentryGunAngleBouncer::BounceStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZServersListIteratorEOS \ +static_assert(alignof(FSBZServersListIteratorEOS) == 0x000008, "Wrong alignment on FSBZServersListIteratorEOS"); \ +static_assert(sizeof(FSBZServersListIteratorEOS) == 0x000240, "Wrong size on FSBZServersListIteratorEOS"); \ + +#define DUMPER7_ASSERTS_FSingleUserStatRequests \ +static_assert(alignof(FSingleUserStatRequests) == 0x000008, "Wrong alignment on FSingleUserStatRequests"); \ +static_assert(sizeof(FSingleUserStatRequests) == 0x0000E0, "Wrong size on FSingleUserStatRequests"); \ +static_assert(offsetof(FSingleUserStatRequests, UserId) == 0x000000, "Member 'FSingleUserStatRequests::UserId' has a wrong offset!"); \ +static_assert(offsetof(FSingleUserStatRequests, UniqueNetId) == 0x000010, "Member 'FSingleUserStatRequests::UniqueNetId' has a wrong offset!"); \ +static_assert(offsetof(FSingleUserStatRequests, FirstPartyPlatform) == 0x000038, "Member 'FSingleUserStatRequests::FirstPartyPlatform' has a wrong offset!"); \ +static_assert(offsetof(FSingleUserStatRequests, Stats) == 0x000040, "Member 'FSingleUserStatRequests::Stats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMultipleUsersStatRequests \ +static_assert(alignof(FMultipleUsersStatRequests) == 0x000008, "Wrong alignment on FMultipleUsersStatRequests"); \ +static_assert(sizeof(FMultipleUsersStatRequests) == 0x000050, "Wrong size on FMultipleUsersStatRequests"); \ +static_assert(offsetof(FMultipleUsersStatRequests, UsersStatRequests) == 0x000000, "Member 'FMultipleUsersStatRequests::UsersStatRequests' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZShoveHumanShieldTargetData \ +static_assert(alignof(FSBZShoveHumanShieldTargetData) == 0x000008, "Wrong alignment on FSBZShoveHumanShieldTargetData"); \ +static_assert(sizeof(FSBZShoveHumanShieldTargetData) == 0x000300, "Wrong size on FSBZShoveHumanShieldTargetData"); \ + +#define DUMPER7_ASSERTS_FSBZSimplePhysicsState \ +static_assert(alignof(FSBZSimplePhysicsState) == 0x000010, "Wrong alignment on FSBZSimplePhysicsState"); \ +static_assert(sizeof(FSBZSimplePhysicsState) == 0x000030, "Wrong size on FSBZSimplePhysicsState"); \ +static_assert(offsetof(FSBZSimplePhysicsState, LastPos) == 0x000000, "Member 'FSBZSimplePhysicsState::LastPos' has a wrong offset!"); \ +static_assert(offsetof(FSBZSimplePhysicsState, LastRot) == 0x000010, "Member 'FSBZSimplePhysicsState::LastRot' has a wrong offset!"); \ +static_assert(offsetof(FSBZSimplePhysicsState, bEnsurePos) == 0x000020, "Member 'FSBZSimplePhysicsState::bEnsurePos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAbilityBuffTypeActivation \ +static_assert(alignof(FSBZAbilityBuffTypeActivation) == 0x000001, "Wrong alignment on FSBZAbilityBuffTypeActivation"); \ +static_assert(sizeof(FSBZAbilityBuffTypeActivation) == 0x000002, "Wrong size on FSBZAbilityBuffTypeActivation"); \ +static_assert(offsetof(FSBZAbilityBuffTypeActivation, Action) == 0x000000, "Member 'FSBZAbilityBuffTypeActivation::Action' has a wrong offset!"); \ +static_assert(offsetof(FSBZAbilityBuffTypeActivation, Type) == 0x000001, "Member 'FSBZAbilityBuffTypeActivation::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZPendingUsingSpawnedCarryData \ +static_assert(alignof(FSBZPendingUsingSpawnedCarryData) == 0x000008, "Wrong alignment on FSBZPendingUsingSpawnedCarryData"); \ +static_assert(sizeof(FSBZPendingUsingSpawnedCarryData) == 0x000010, "Wrong size on FSBZPendingUsingSpawnedCarryData"); \ +static_assert(offsetof(FSBZPendingUsingSpawnedCarryData, User) == 0x000000, "Member 'FSBZPendingUsingSpawnedCarryData::User' has a wrong offset!"); \ +static_assert(offsetof(FSBZPendingUsingSpawnedCarryData, bIsEnabled) == 0x000008, "Member 'FSBZPendingUsingSpawnedCarryData::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSBZPendingUsingSpawnedCarryData, bIsPagerEnabled) == 0x000009, "Member 'FSBZPendingUsingSpawnedCarryData::bIsPagerEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSpawnAttachData \ +static_assert(alignof(FSBZSpawnAttachData) == 0x000010, "Wrong alignment on FSBZSpawnAttachData"); \ +static_assert(sizeof(FSBZSpawnAttachData) == 0x000040, "Wrong size on FSBZSpawnAttachData"); \ +static_assert(offsetof(FSBZSpawnAttachData, AttachComponent) == 0x000000, "Member 'FSBZSpawnAttachData::AttachComponent' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnAttachData, SpawnTransform) == 0x000010, "Member 'FSBZSpawnAttachData::SpawnTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSpawnActorLocationData \ +static_assert(alignof(FSBZSpawnActorLocationData) == 0x000008, "Wrong alignment on FSBZSpawnActorLocationData"); \ +static_assert(sizeof(FSBZSpawnActorLocationData) == 0x000068, "Wrong size on FSBZSpawnActorLocationData"); \ +static_assert(offsetof(FSBZSpawnActorLocationData, SpawnActor) == 0x000000, "Member 'FSBZSpawnActorLocationData::SpawnActor' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnActorLocationData, ActorLocationInfo) == 0x000008, "Member 'FSBZSpawnActorLocationData::ActorLocationInfo' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnActorLocationData, RoomLocationIndex) == 0x000050, "Member 'FSBZSpawnActorLocationData::RoomLocationIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnActorLocationData, SpawnAttachDataArray) == 0x000058, "Member 'FSBZSpawnActorLocationData::SpawnAttachDataArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSpawnWaveFilteredBehavior \ +static_assert(alignof(FSBZSpawnWaveFilteredBehavior) == 0x000008, "Wrong alignment on FSBZSpawnWaveFilteredBehavior"); \ +static_assert(sizeof(FSBZSpawnWaveFilteredBehavior) == 0x000028, "Wrong size on FSBZSpawnWaveFilteredBehavior"); \ +static_assert(offsetof(FSBZSpawnWaveFilteredBehavior, BehaviorTree) == 0x000000, "Member 'FSBZSpawnWaveFilteredBehavior::BehaviorTree' has a wrong offset!"); \ +static_assert(offsetof(FSBZSpawnWaveFilteredBehavior, PawnTypes) == 0x000008, "Member 'FSBZSpawnWaveFilteredBehavior::PawnTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDebugModularConfigItem \ +static_assert(alignof(FSBZDebugModularConfigItem) == 0x000008, "Wrong alignment on FSBZDebugModularConfigItem"); \ +static_assert(sizeof(FSBZDebugModularConfigItem) == 0x000018, "Wrong size on FSBZDebugModularConfigItem"); \ +static_assert(offsetof(FSBZDebugModularConfigItem, Slot) == 0x000000, "Member 'FSBZDebugModularConfigItem::Slot' has a wrong offset!"); \ +static_assert(offsetof(FSBZDebugModularConfigItem, Part) == 0x000008, "Member 'FSBZDebugModularConfigItem::Part' has a wrong offset!"); \ +static_assert(offsetof(FSBZDebugModularConfigItem, Config) == 0x000010, "Member 'FSBZDebugModularConfigItem::Config' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZRestartLevelInfo \ +static_assert(alignof(FSBZRestartLevelInfo) == 0x000004, "Wrong alignment on FSBZRestartLevelInfo"); \ +static_assert(sizeof(FSBZRestartLevelInfo) == 0x000004, "Wrong size on FSBZRestartLevelInfo"); \ +static_assert(offsetof(FSBZRestartLevelInfo, LevelIdx) == 0x000000, "Member 'FSBZRestartLevelInfo::LevelIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSuitBaseVariant \ +static_assert(alignof(FSBZSuitBaseVariant) == 0x000008, "Wrong alignment on FSBZSuitBaseVariant"); \ +static_assert(sizeof(FSBZSuitBaseVariant) == 0x000050, "Wrong size on FSBZSuitBaseVariant"); \ +static_assert(offsetof(FSBZSuitBaseVariant, SkeletalMesh3P) == 0x000000, "Member 'FSBZSuitBaseVariant::SkeletalMesh3P' has a wrong offset!"); \ +static_assert(offsetof(FSBZSuitBaseVariant, LowerPartMaterialSlotIndex) == 0x000030, "Member 'FSBZSuitBaseVariant::LowerPartMaterialSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZSuitBaseVariant, UpperPartMaterialSlotIndex) == 0x000040, "Member 'FSBZSuitBaseVariant::UpperPartMaterialSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSurfaceType \ +static_assert(alignof(FSBZSurfaceType) == 0x000008, "Wrong alignment on FSBZSurfaceType"); \ +static_assert(sizeof(FSBZSurfaceType) == 0x000080, "Wrong size on FSBZSurfaceType"); \ +static_assert(offsetof(FSBZSurfaceType, AISoundSurfaceType) == 0x000000, "Member 'FSBZSurfaceType::AISoundSurfaceType' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceType, ProjectileImpactConfig) == 0x000008, "Member 'FSBZSurfaceType::ProjectileImpactConfig' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceType, ThrowableProjectileImpactConfig) == 0x000010, "Member 'FSBZSurfaceType::ThrowableProjectileImpactConfig' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceType, MeleeImpactConfig) == 0x000018, "Member 'FSBZSurfaceType::MeleeImpactConfig' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceType, ExplosionImpactConfig) == 0x000020, "Member 'FSBZSurfaceType::ExplosionImpactConfig' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceType, FootstepImpactConfig) == 0x000028, "Member 'FSBZSurfaceType::FootstepImpactConfig' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceType, SlidingImpactConfig) == 0x000030, "Member 'FSBZSurfaceType::SlidingImpactConfig' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceType, MantlingImpactConfig) == 0x000038, "Member 'FSBZSurfaceType::MantlingImpactConfig' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceType, StepUpImpactConfig) == 0x000040, "Member 'FSBZSurfaceType::StepUpImpactConfig' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceType, ObjectImpactConfig) == 0x000048, "Member 'FSBZSurfaceType::ObjectImpactConfig' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceType, DebrisImpactConfig) == 0x000050, "Member 'FSBZSurfaceType::DebrisImpactConfig' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceType, ThrowableImpactConfig) == 0x000058, "Member 'FSBZSurfaceType::ThrowableImpactConfig' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceType, BagItemImpactConfig) == 0x000060, "Member 'FSBZSurfaceType::BagItemImpactConfig' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceType, BloodSplatterImpactConfig) == 0x000068, "Member 'FSBZSurfaceType::BloodSplatterImpactConfig' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceType, MaterialSoundSwitchState) == 0x000070, "Member 'FSBZSurfaceType::MaterialSoundSwitchState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSurfaceImpactLod \ +static_assert(alignof(FSBZSurfaceImpactLod) == 0x000004, "Wrong alignment on FSBZSurfaceImpactLod"); \ +static_assert(sizeof(FSBZSurfaceImpactLod) == 0x000008, "Wrong size on FSBZSurfaceImpactLod"); \ +static_assert(offsetof(FSBZSurfaceImpactLod, Distance) == 0x000000, "Member 'FSBZSurfaceImpactLod::Distance' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceImpactLod, FarRange) == 0x000004, "Member 'FSBZSurfaceImpactLod::FarRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSurfaceImpactConfig \ +static_assert(alignof(FSBZSurfaceImpactConfig) == 0x000008, "Wrong alignment on FSBZSurfaceImpactConfig"); \ +static_assert(sizeof(FSBZSurfaceImpactConfig) == 0x000040, "Wrong size on FSBZSurfaceImpactConfig"); \ +static_assert(offsetof(FSBZSurfaceImpactConfig, DecalLod) == 0x000000, "Member 'FSBZSurfaceImpactConfig::DecalLod' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceImpactConfig, DecalAmount) == 0x000008, "Member 'FSBZSurfaceImpactConfig::DecalAmount' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceImpactConfig, DecalInstanceAmount) == 0x00000C, "Member 'FSBZSurfaceImpactConfig::DecalInstanceAmount' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceImpactConfig, DecalFadeOutDuration) == 0x000010, "Member 'FSBZSurfaceImpactConfig::DecalFadeOutDuration' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceImpactConfig, ParticleLod) == 0x000014, "Member 'FSBZSurfaceImpactConfig::ParticleLod' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceImpactConfig, SoundLod) == 0x00001C, "Member 'FSBZSurfaceImpactConfig::SoundLod' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceImpactConfig, SoundEvent) == 0x000028, "Member 'FSBZSurfaceImpactConfig::SoundEvent' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceImpactConfig, StopSoundEvent) == 0x000030, "Member 'FSBZSurfaceImpactConfig::StopSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(FSBZSurfaceImpactConfig, SoundRtpc) == 0x000038, "Member 'FSBZSurfaceImpactConfig::SoundRtpc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZAIGasGrenadeDifficultyData \ +static_assert(alignof(FSBZAIGasGrenadeDifficultyData) == 0x000004, "Wrong alignment on FSBZAIGasGrenadeDifficultyData"); \ +static_assert(sizeof(FSBZAIGasGrenadeDifficultyData) == 0x000018, "Wrong size on FSBZAIGasGrenadeDifficultyData"); \ +static_assert(offsetof(FSBZAIGasGrenadeDifficultyData, DamagePerSecond) == 0x000000, "Member 'FSBZAIGasGrenadeDifficultyData::DamagePerSecond' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIGasGrenadeDifficultyData, DurationSeconds) == 0x000004, "Member 'FSBZAIGasGrenadeDifficultyData::DurationSeconds' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIGasGrenadeDifficultyData, TickSeconds) == 0x000008, "Member 'FSBZAIGasGrenadeDifficultyData::TickSeconds' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIGasGrenadeDifficultyData, OverHealDamageMultiplier) == 0x00000C, "Member 'FSBZAIGasGrenadeDifficultyData::OverHealDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIGasGrenadeDifficultyData, ArmorPenetration) == 0x000010, "Member 'FSBZAIGasGrenadeDifficultyData::ArmorPenetration' has a wrong offset!"); \ +static_assert(offsetof(FSBZAIGasGrenadeDifficultyData, DropDamage) == 0x000014, "Member 'FSBZAIGasGrenadeDifficultyData::DropDamage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZLootCounterData \ +static_assert(alignof(FSBZLootCounterData) == 0x000004, "Wrong alignment on FSBZLootCounterData"); \ +static_assert(sizeof(FSBZLootCounterData) == 0x00000C, "Wrong size on FSBZLootCounterData"); \ +static_assert(offsetof(FSBZLootCounterData, CurrentLootCount) == 0x000000, "Member 'FSBZLootCounterData::CurrentLootCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZLootCounterData, DesiredLootCount) == 0x000004, "Member 'FSBZLootCounterData::DesiredLootCount' has a wrong offset!"); \ +static_assert(offsetof(FSBZLootCounterData, TickingLootType) == 0x000008, "Member 'FSBZLootCounterData::TickingLootType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTrafficLightPoolState \ +static_assert(alignof(FSBZTrafficLightPoolState) == 0x000008, "Wrong alignment on FSBZTrafficLightPoolState"); \ +static_assert(sizeof(FSBZTrafficLightPoolState) == 0x000028, "Wrong size on FSBZTrafficLightPoolState"); \ +static_assert(offsetof(FSBZTrafficLightPoolState, CachedMeshComponentArray) == 0x000000, "Member 'FSBZTrafficLightPoolState::CachedMeshComponentArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficLightPoolState, PedestrianSoundEmitters) == 0x000010, "Member 'FSBZTrafficLightPoolState::PedestrianSoundEmitters' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficLightPoolState, Status) == 0x000020, "Member 'FSBZTrafficLightPoolState::Status' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficLightPoolState, Timer) == 0x000024, "Member 'FSBZTrafficLightPoolState::Timer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTrafficSwatVans \ +static_assert(alignof(FSBZTrafficSwatVans) == 0x000008, "Wrong alignment on FSBZTrafficSwatVans"); \ +static_assert(sizeof(FSBZTrafficSwatVans) == 0x000020, "Wrong size on FSBZTrafficSwatVans"); \ +static_assert(offsetof(FSBZTrafficSwatVans, VehicleArray) == 0x000000, "Member 'FSBZTrafficSwatVans::VehicleArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficSwatVans, WeightedVehicleArray) == 0x000010, "Member 'FSBZTrafficSwatVans::WeightedVehicleArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTrafficFirstResponders \ +static_assert(alignof(FSBZTrafficFirstResponders) == 0x000008, "Wrong alignment on FSBZTrafficFirstResponders"); \ +static_assert(sizeof(FSBZTrafficFirstResponders) == 0x000028, "Wrong size on FSBZTrafficFirstResponders"); \ +static_assert(offsetof(FSBZTrafficFirstResponders, VehicleArray) == 0x000000, "Member 'FSBZTrafficFirstResponders::VehicleArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficFirstResponders, WeightedVehicleArray) == 0x000010, "Member 'FSBZTrafficFirstResponders::WeightedVehicleArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficFirstResponders, AmountVehiclesToSpawn) == 0x000020, "Member 'FSBZTrafficFirstResponders::AmountVehiclesToSpawn' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficFirstResponders, AmountVehiclesToWaitOn) == 0x000024, "Member 'FSBZTrafficFirstResponders::AmountVehiclesToWaitOn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTrafficSpawnInfo \ +static_assert(alignof(FSBZTrafficSpawnInfo) == 0x000010, "Wrong alignment on FSBZTrafficSpawnInfo"); \ +static_assert(sizeof(FSBZTrafficSpawnInfo) == 0x000080, "Wrong size on FSBZTrafficSpawnInfo"); \ +static_assert(offsetof(FSBZTrafficSpawnInfo, VehicleActorClass) == 0x000000, "Member 'FSBZTrafficSpawnInfo::VehicleActorClass' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficSpawnInfo, VehicleType) == 0x000008, "Member 'FSBZTrafficSpawnInfo::VehicleType' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficSpawnInfo, SpawnTransform) == 0x000010, "Member 'FSBZTrafficSpawnInfo::SpawnTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTrafficVehicleInfo \ +static_assert(alignof(FSBZTrafficVehicleInfo) == 0x000010, "Wrong alignment on FSBZTrafficVehicleInfo"); \ +static_assert(sizeof(FSBZTrafficVehicleInfo) == 0x0000B0, "Wrong size on FSBZTrafficVehicleInfo"); \ +static_assert(offsetof(FSBZTrafficVehicleInfo, Vehicle) == 0x000000, "Member 'FSBZTrafficVehicleInfo::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficVehicleInfo, CurrentRoute) == 0x000008, "Member 'FSBZTrafficVehicleInfo::CurrentRoute' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficVehicleInfo, VehicleType) == 0x000018, "Member 'FSBZTrafficVehicleInfo::VehicleType' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficVehicleInfo, ObstacleArray) == 0x000020, "Member 'FSBZTrafficVehicleInfo::ObstacleArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficVehicleInfo, BehindVehicleArray) == 0x000030, "Member 'FSBZTrafficVehicleInfo::BehindVehicleArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficVehicleInfo, WantedCruisingSpeed) == 0x000040, "Member 'FSBZTrafficVehicleInfo::WantedCruisingSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficVehicleInfo, WantedTurnCruisingSpeed) == 0x000044, "Member 'FSBZTrafficVehicleInfo::WantedTurnCruisingSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficVehicleInfo, WantedAcceleration) == 0x000048, "Member 'FSBZTrafficVehicleInfo::WantedAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficVehicleInfo, WantedDeceleration) == 0x00004C, "Member 'FSBZTrafficVehicleInfo::WantedDeceleration' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficVehicleInfo, CurrentCruisingSpeed) == 0x000050, "Member 'FSBZTrafficVehicleInfo::CurrentCruisingSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficVehicleInfo, CurrentAcceleration) == 0x000054, "Member 'FSBZTrafficVehicleInfo::CurrentAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficVehicleInfo, CurrentDeceleration) == 0x000058, "Member 'FSBZTrafficVehicleInfo::CurrentDeceleration' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficVehicleInfo, bIsBraking) == 0x00005C, "Member 'FSBZTrafficVehicleInfo::bIsBraking' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficVehicleInfo, bStopped) == 0x00005D, "Member 'FSBZTrafficVehicleInfo::bStopped' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficVehicleInfo, StopLocation) == 0x000060, "Member 'FSBZTrafficVehicleInfo::StopLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTrafficGridlockInfo \ +static_assert(alignof(FSBZTrafficGridlockInfo) == 0x000008, "Wrong alignment on FSBZTrafficGridlockInfo"); \ +static_assert(sizeof(FSBZTrafficGridlockInfo) == 0x000018, "Wrong size on FSBZTrafficGridlockInfo"); \ +static_assert(offsetof(FSBZTrafficGridlockInfo, VehicleArray) == 0x000000, "Member 'FSBZTrafficGridlockInfo::VehicleArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficGridlockInfo, GridlockBreakTimer) == 0x000010, "Member 'FSBZTrafficGridlockInfo::GridlockBreakTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTrafficRouteArray \ +static_assert(alignof(FSBZTrafficRouteArray) == 0x000008, "Wrong alignment on FSBZTrafficRouteArray"); \ +static_assert(sizeof(FSBZTrafficRouteArray) == 0x000010, "Wrong size on FSBZTrafficRouteArray"); \ +static_assert(offsetof(FSBZTrafficRouteArray, RouteArray) == 0x000000, "Member 'FSBZTrafficRouteArray::RouteArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTrafficDestinationNode \ +static_assert(alignof(FSBZTrafficDestinationNode) == 0x000008, "Wrong alignment on FSBZTrafficDestinationNode"); \ +static_assert(sizeof(FSBZTrafficDestinationNode) == 0x000068, "Wrong size on FSBZTrafficDestinationNode"); \ +static_assert(offsetof(FSBZTrafficDestinationNode, bOccupied) == 0x000000, "Member 'FSBZTrafficDestinationNode::bOccupied' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficDestinationNode, SpawnerArray) == 0x000008, "Member 'FSBZTrafficDestinationNode::SpawnerArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficDestinationNode, RouteArrayGraph) == 0x000018, "Member 'FSBZTrafficDestinationNode::RouteArrayGraph' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTrafficSpawnerNode \ +static_assert(alignof(FSBZTrafficSpawnerNode) == 0x000008, "Wrong alignment on FSBZTrafficSpawnerNode"); \ +static_assert(sizeof(FSBZTrafficSpawnerNode) == 0x000070, "Wrong size on FSBZTrafficSpawnerNode"); \ +static_assert(offsetof(FSBZTrafficSpawnerNode, RouteArray) == 0x000000, "Member 'FSBZTrafficSpawnerNode::RouteArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficSpawnerNode, DestinationArray) == 0x000010, "Member 'FSBZTrafficSpawnerNode::DestinationArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficSpawnerNode, RouteArrayGraph) == 0x000020, "Member 'FSBZTrafficSpawnerNode::RouteArrayGraph' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTrafficNode \ +static_assert(alignof(FSBZTrafficNode) == 0x000008, "Wrong alignment on FSBZTrafficNode"); \ +static_assert(sizeof(FSBZTrafficNode) == 0x000020, "Wrong size on FSBZTrafficNode"); \ +static_assert(offsetof(FSBZTrafficNode, ForwardArray) == 0x000000, "Member 'FSBZTrafficNode::ForwardArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficNode, Distance) == 0x000010, "Member 'FSBZTrafficNode::Distance' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficNode, SplineTypeFlags) == 0x000014, "Member 'FSBZTrafficNode::SplineTypeFlags' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficNode, VehicleTypeFlags) == 0x000018, "Member 'FSBZTrafficNode::VehicleTypeFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTrafficObstacle_Debug \ +static_assert(alignof(FSBZTrafficObstacle_Debug) == 0x000008, "Wrong alignment on FSBZTrafficObstacle_Debug"); \ +static_assert(sizeof(FSBZTrafficObstacle_Debug) == 0x000010, "Wrong size on FSBZTrafficObstacle_Debug"); \ +static_assert(offsetof(FSBZTrafficObstacle_Debug, Vehicle) == 0x000000, "Member 'FSBZTrafficObstacle_Debug::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrafficObstacle_Debug, ObstacleActor) == 0x000008, "Member 'FSBZTrafficObstacle_Debug::ObstacleActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZShownPopupInfo \ +static_assert(alignof(FSBZShownPopupInfo) == 0x000008, "Wrong alignment on FSBZShownPopupInfo"); \ +static_assert(sizeof(FSBZShownPopupInfo) == 0x000088, "Wrong size on FSBZShownPopupInfo"); \ +static_assert(offsetof(FSBZShownPopupInfo, PopupData) == 0x000000, "Member 'FSBZShownPopupInfo::PopupData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZUIDefaultSoundEvents \ +static_assert(alignof(FSBZUIDefaultSoundEvents) == 0x000008, "Wrong alignment on FSBZUIDefaultSoundEvents"); \ +static_assert(sizeof(FSBZUIDefaultSoundEvents) == 0x000008, "Wrong size on FSBZUIDefaultSoundEvents"); \ +static_assert(offsetof(FSBZUIDefaultSoundEvents, ButtonFocusedEvent) == 0x000000, "Member 'FSBZUIDefaultSoundEvents::ButtonFocusedEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZUITrainingData \ +static_assert(alignof(FSBZUITrainingData) == 0x000008, "Wrong alignment on FSBZUITrainingData"); \ +static_assert(sizeof(FSBZUITrainingData) == 0x000088, "Wrong size on FSBZUITrainingData"); \ +static_assert(offsetof(FSBZUITrainingData, Config) == 0x000000, "Member 'FSBZUITrainingData::Config' has a wrong offset!"); \ +static_assert(offsetof(FSBZUITrainingData, WantedStats) == 0x000070, "Member 'FSBZUITrainingData::WantedStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZUIWeaponStatWeightContainer \ +static_assert(alignof(FSBZUIWeaponStatWeightContainer) == 0x000008, "Wrong alignment on FSBZUIWeaponStatWeightContainer"); \ +static_assert(sizeof(FSBZUIWeaponStatWeightContainer) == 0x000060, "Wrong size on FSBZUIWeaponStatWeightContainer"); \ +static_assert(offsetof(FSBZUIWeaponStatWeightContainer, MeanInputArray) == 0x000000, "Member 'FSBZUIWeaponStatWeightContainer::MeanInputArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZUIWeaponStatWeightContainer, VarianceInputArray) == 0x000010, "Member 'FSBZUIWeaponStatWeightContainer::VarianceInputArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZUIWeaponStatWeightContainer, WeightHiddenArray) == 0x000020, "Member 'FSBZUIWeaponStatWeightContainer::WeightHiddenArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZUIWeaponStatWeightContainer, BiasHiddenArray) == 0x000030, "Member 'FSBZUIWeaponStatWeightContainer::BiasHiddenArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZUIWeaponStatWeightContainer, WeightOutputArray) == 0x000040, "Member 'FSBZUIWeaponStatWeightContainer::WeightOutputArray' has a wrong offset!"); \ +static_assert(offsetof(FSBZUIWeaponStatWeightContainer, BiasOutputArray) == 0x000050, "Member 'FSBZUIWeaponStatWeightContainer::BiasOutputArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZUser \ +static_assert(alignof(FSBZUser) == 0x000008, "Wrong alignment on FSBZUser"); \ +static_assert(sizeof(FSBZUser) == 0x0004A8, "Wrong size on FSBZUser"); \ +static_assert(offsetof(FSBZUser, DisplayName) == 0x000000, "Member 'FSBZUser::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FSBZUser, PrivateDisplayName) == 0x000018, "Member 'FSBZUser::PrivateDisplayName' has a wrong offset!"); \ +static_assert(offsetof(FSBZUser, UserId) == 0x000030, "Member 'FSBZUser::UserId' has a wrong offset!"); \ +static_assert(offsetof(FSBZUser, PlatformUserId) == 0x000040, "Member 'FSBZUser::PlatformUserId' has a wrong offset!"); \ +static_assert(offsetof(FSBZUser, PlatformDisplayName) == 0x000050, "Member 'FSBZUser::PlatformDisplayName' has a wrong offset!"); \ +static_assert(offsetof(FSBZUser, PlatformId) == 0x000068, "Member 'FSBZUser::PlatformId' has a wrong offset!"); \ +static_assert(offsetof(FSBZUser, Platform) == 0x000078, "Member 'FSBZUser::Platform' has a wrong offset!"); \ +static_assert(offsetof(FSBZUser, FirstPartyPlatform) == 0x000079, "Member 'FSBZUser::FirstPartyPlatform' has a wrong offset!"); \ +static_assert(offsetof(FSBZUser, PresenceState) == 0x00007A, "Member 'FSBZUser::PresenceState' has a wrong offset!"); \ +static_assert(offsetof(FSBZUser, LevelIndex) == 0x00007C, "Member 'FSBZUser::LevelIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZUser, InfamyLevel) == 0x000080, "Member 'FSBZUser::InfamyLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZUser, RenownLevel) == 0x000084, "Member 'FSBZUser::RenownLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZUser, bIsBlocked) == 0x000088, "Member 'FSBZUser::bIsBlocked' has a wrong offset!"); \ +static_assert(offsetof(FSBZUser, bPlatformBlocked) == 0x000089, "Member 'FSBZUser::bPlatformBlocked' has a wrong offset!"); \ +static_assert(offsetof(FSBZUser, bPlatformPlayer) == 0x00008A, "Member 'FSBZUser::bPlatformPlayer' has a wrong offset!"); \ +static_assert(offsetof(FSBZUser, PlatformUserIds) == 0x000090, "Member 'FSBZUser::PlatformUserIds' has a wrong offset!"); \ +static_assert(offsetof(FSBZUser, PlatformIcon) == 0x0000E0, "Member 'FSBZUser::PlatformIcon' has a wrong offset!"); \ +static_assert(offsetof(FSBZUser, NebulaIcon) == 0x0000E8, "Member 'FSBZUser::NebulaIcon' has a wrong offset!"); \ +static_assert(offsetof(FSBZUser, UserActivity) == 0x0000F0, "Member 'FSBZUser::UserActivity' has a wrong offset!"); \ +static_assert(offsetof(FSBZUser, bCanCommunicateWith) == 0x0001A8, "Member 'FSBZUser::bCanCommunicateWith' has a wrong offset!"); \ +static_assert(offsetof(FSBZUser, bIsLocalPlayer) == 0x0001A9, "Member 'FSBZUser::bIsLocalPlayer' has a wrong offset!"); \ +static_assert(offsetof(FSBZUser, bIsPartyLeader) == 0x0001AA, "Member 'FSBZUser::bIsPartyLeader' has a wrong offset!"); \ +static_assert(offsetof(FSBZUser, Loadout) == 0x0001B0, "Member 'FSBZUser::Loadout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZStageMiscDebugData \ +static_assert(alignof(FSBZStageMiscDebugData) == 0x000010, "Wrong alignment on FSBZStageMiscDebugData"); \ +static_assert(sizeof(FSBZStageMiscDebugData) == 0x000060, "Wrong size on FSBZStageMiscDebugData"); \ +static_assert(offsetof(FSBZStageMiscDebugData, ElementId) == 0x000000, "Member 'FSBZStageMiscDebugData::ElementId' has a wrong offset!"); \ +static_assert(offsetof(FSBZStageMiscDebugData, Name) == 0x000004, "Member 'FSBZStageMiscDebugData::Name' has a wrong offset!"); \ +static_assert(offsetof(FSBZStageMiscDebugData, String) == 0x000010, "Member 'FSBZStageMiscDebugData::String' has a wrong offset!"); \ +static_assert(offsetof(FSBZStageMiscDebugData, Color) == 0x000020, "Member 'FSBZStageMiscDebugData::Color' has a wrong offset!"); \ +static_assert(offsetof(FSBZStageMiscDebugData, V0) == 0x000024, "Member 'FSBZStageMiscDebugData::V0' has a wrong offset!"); \ +static_assert(offsetof(FSBZStageMiscDebugData, V1) == 0x000030, "Member 'FSBZStageMiscDebugData::V1' has a wrong offset!"); \ +static_assert(offsetof(FSBZStageMiscDebugData, Q) == 0x000040, "Member 'FSBZStageMiscDebugData::Q' has a wrong offset!"); \ +static_assert(offsetof(FSBZStageMiscDebugData, Type) == 0x000050, "Member 'FSBZStageMiscDebugData::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZStageDebugData \ +static_assert(alignof(FSBZStageDebugData) == 0x000008, "Wrong alignment on FSBZStageDebugData"); \ +static_assert(sizeof(FSBZStageDebugData) == 0x000060, "Wrong size on FSBZStageDebugData"); \ +static_assert(offsetof(FSBZStageDebugData, StageName) == 0x000000, "Member 'FSBZStageDebugData::StageName' has a wrong offset!"); \ +static_assert(offsetof(FSBZStageDebugData, MiscDebugData) == 0x000010, "Member 'FSBZStageDebugData::MiscDebugData' has a wrong offset!"); \ +static_assert(offsetof(FSBZStageDebugData, InputVariableValues) == 0x000020, "Member 'FSBZStageDebugData::InputVariableValues' has a wrong offset!"); \ +static_assert(offsetof(FSBZStageDebugData, OutputVariableValues) == 0x000030, "Member 'FSBZStageDebugData::OutputVariableValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZFrameDebugData \ +static_assert(alignof(FSBZFrameDebugData) == 0x000008, "Wrong alignment on FSBZFrameDebugData"); \ +static_assert(sizeof(FSBZFrameDebugData) == 0x000078, "Wrong size on FSBZFrameDebugData"); \ +static_assert(offsetof(FSBZFrameDebugData, FrameId) == 0x000060, "Member 'FSBZFrameDebugData::FrameId' has a wrong offset!"); \ +static_assert(offsetof(FSBZFrameDebugData, DeltaTime) == 0x000064, "Member 'FSBZFrameDebugData::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZTrackedVariable \ +static_assert(alignof(FSBZTrackedVariable) == 0x000008, "Wrong alignment on FSBZTrackedVariable"); \ +static_assert(sizeof(FSBZTrackedVariable) == 0x000020, "Wrong size on FSBZTrackedVariable"); \ +static_assert(offsetof(FSBZTrackedVariable, VarName) == 0x000010, "Member 'FSBZTrackedVariable::VarName' has a wrong offset!"); \ +static_assert(offsetof(FSBZTrackedVariable, Type) == 0x00001C, "Member 'FSBZTrackedVariable::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZCustomPrimitiveData \ +static_assert(alignof(FSBZCustomPrimitiveData) == 0x000008, "Wrong alignment on FSBZCustomPrimitiveData"); \ +static_assert(sizeof(FSBZCustomPrimitiveData) == 0x0000E0, "Wrong size on FSBZCustomPrimitiveData"); \ +static_assert(offsetof(FSBZCustomPrimitiveData, Data) == 0x000000, "Member 'FSBZCustomPrimitiveData::Data' has a wrong offset!"); \ +static_assert(offsetof(FSBZCustomPrimitiveData, MorphTargets) == 0x000090, "Member 'FSBZCustomPrimitiveData::MorphTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZVehicleDoorAnimationContainer \ +static_assert(alignof(FSBZVehicleDoorAnimationContainer) == 0x000008, "Wrong alignment on FSBZVehicleDoorAnimationContainer"); \ +static_assert(sizeof(FSBZVehicleDoorAnimationContainer) == 0x000050, "Wrong size on FSBZVehicleDoorAnimationContainer"); \ +static_assert(offsetof(FSBZVehicleDoorAnimationContainer, DoorAnimations) == 0x000000, "Member 'FSBZVehicleDoorAnimationContainer::DoorAnimations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZVehicleInfo \ +static_assert(alignof(FSBZVehicleInfo) == 0x000010, "Wrong alignment on FSBZVehicleInfo"); \ +static_assert(sizeof(FSBZVehicleInfo) == 0x000050, "Wrong size on FSBZVehicleInfo"); \ + +#define DUMPER7_ASSERTS_FSBZVehicleReplicatedMovementBase \ +static_assert(alignof(FSBZVehicleReplicatedMovementBase) == 0x000010, "Wrong alignment on FSBZVehicleReplicatedMovementBase"); \ +static_assert(sizeof(FSBZVehicleReplicatedMovementBase) == 0x000040, "Wrong size on FSBZVehicleReplicatedMovementBase"); \ +static_assert(offsetof(FSBZVehicleReplicatedMovementBase, Location) == 0x000010, "Member 'FSBZVehicleReplicatedMovementBase::Location' has a wrong offset!"); \ +static_assert(offsetof(FSBZVehicleReplicatedMovementBase, Rotation) == 0x000020, "Member 'FSBZVehicleReplicatedMovementBase::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FSBZVehicleReplicatedMovementBase, ServerTimestamp) == 0x000030, "Member 'FSBZVehicleReplicatedMovementBase::ServerTimestamp' has a wrong offset!"); \ +static_assert(offsetof(FSBZVehicleReplicatedMovementBase, PredictionCorrectionTimer) == 0x000034, "Member 'FSBZVehicleReplicatedMovementBase::PredictionCorrectionTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZVehicleSpawnData \ +static_assert(alignof(FSBZVehicleSpawnData) == 0x000008, "Wrong alignment on FSBZVehicleSpawnData"); \ +static_assert(sizeof(FSBZVehicleSpawnData) == 0x000020, "Wrong size on FSBZVehicleSpawnData"); \ +static_assert(offsetof(FSBZVehicleSpawnData, Paths) == 0x000000, "Member 'FSBZVehicleSpawnData::Paths' has a wrong offset!"); \ +static_assert(offsetof(FSBZVehicleSpawnData, VehicleSpawnData) == 0x000010, "Member 'FSBZVehicleSpawnData::VehicleSpawnData' has a wrong offset!"); \ +static_assert(offsetof(FSBZVehicleSpawnData, bEnabled) == 0x000018, "Member 'FSBZVehicleSpawnData::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZVehicleDoorStatePerType \ +static_assert(alignof(FSBZVehicleDoorStatePerType) == 0x000001, "Wrong alignment on FSBZVehicleDoorStatePerType"); \ +static_assert(sizeof(FSBZVehicleDoorStatePerType) == 0x000002, "Wrong size on FSBZVehicleDoorStatePerType"); \ +static_assert(offsetof(FSBZVehicleDoorStatePerType, DoorType) == 0x000000, "Member 'FSBZVehicleDoorStatePerType::DoorType' has a wrong offset!"); \ +static_assert(offsetof(FSBZVehicleDoorStatePerType, DoorState) == 0x000001, "Member 'FSBZVehicleDoorStatePerType::DoorState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZVelocityTrackedComponentArrayData \ +static_assert(alignof(FSBZVelocityTrackedComponentArrayData) == 0x000008, "Wrong alignment on FSBZVelocityTrackedComponentArrayData"); \ +static_assert(sizeof(FSBZVelocityTrackedComponentArrayData) == 0x000010, "Wrong size on FSBZVelocityTrackedComponentArrayData"); \ + +#define DUMPER7_ASSERTS_FSBZVolumeTypeSetting \ +static_assert(alignof(FSBZVolumeTypeSetting) == 0x000008, "Wrong alignment on FSBZVolumeTypeSetting"); \ +static_assert(sizeof(FSBZVolumeTypeSetting) == 0x000018, "Wrong size on FSBZVolumeTypeSetting"); \ +static_assert(offsetof(FSBZVolumeTypeSetting, RTPC) == 0x000000, "Member 'FSBZVolumeTypeSetting::RTPC' has a wrong offset!"); \ +static_assert(offsetof(FSBZVolumeTypeSetting, SoundClass) == 0x000010, "Member 'FSBZVolumeTypeSetting::SoundClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZVotingMsgArgToLocalize \ +static_assert(alignof(FSBZVotingMsgArgToLocalize) == 0x000008, "Wrong alignment on FSBZVotingMsgArgToLocalize"); \ +static_assert(sizeof(FSBZVotingMsgArgToLocalize) == 0x000030, "Wrong size on FSBZVotingMsgArgToLocalize"); \ + +#define DUMPER7_ASSERTS_FSBZVotingMsgArgs \ +static_assert(alignof(FSBZVotingMsgArgs) == 0x000008, "Wrong alignment on FSBZVotingMsgArgs"); \ +static_assert(sizeof(FSBZVotingMsgArgs) == 0x000068, "Wrong size on FSBZVotingMsgArgs"); \ + +#define DUMPER7_ASSERTS_FSBZDamageMultiplierDistance \ +static_assert(alignof(FSBZDamageMultiplierDistance) == 0x000004, "Wrong alignment on FSBZDamageMultiplierDistance"); \ +static_assert(sizeof(FSBZDamageMultiplierDistance) == 0x000008, "Wrong size on FSBZDamageMultiplierDistance"); \ +static_assert(offsetof(FSBZDamageMultiplierDistance, Multiplier) == 0x000000, "Member 'FSBZDamageMultiplierDistance::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FSBZDamageMultiplierDistance, Distance) == 0x000004, "Member 'FSBZDamageMultiplierDistance::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponModificationUIData \ +static_assert(alignof(FSBZWeaponModificationUIData) == 0x000008, "Wrong alignment on FSBZWeaponModificationUIData"); \ +static_assert(sizeof(FSBZWeaponModificationUIData) == 0x000018, "Wrong size on FSBZWeaponModificationUIData"); \ +static_assert(offsetof(FSBZWeaponModificationUIData, DisplayName) == 0x000000, "Member 'FSBZWeaponModificationUIData::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZEquippablePartUIData \ +static_assert(alignof(FSBZEquippablePartUIData) == 0x000008, "Wrong alignment on FSBZEquippablePartUIData"); \ +static_assert(sizeof(FSBZEquippablePartUIData) == 0x000020, "Wrong size on FSBZEquippablePartUIData"); \ +static_assert(offsetof(FSBZEquippablePartUIData, PositiveModifications) == 0x000000, "Member 'FSBZEquippablePartUIData::PositiveModifications' has a wrong offset!"); \ +static_assert(offsetof(FSBZEquippablePartUIData, NegativeModifications) == 0x000010, "Member 'FSBZEquippablePartUIData::NegativeModifications' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponPatternAreaPart \ +static_assert(alignof(FSBZWeaponPatternAreaPart) == 0x000008, "Wrong alignment on FSBZWeaponPatternAreaPart"); \ +static_assert(sizeof(FSBZWeaponPatternAreaPart) == 0x000018, "Wrong size on FSBZWeaponPatternAreaPart"); \ +static_assert(offsetof(FSBZWeaponPatternAreaPart, PartIndex) == 0x000000, "Member 'FSBZWeaponPatternAreaPart::PartIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponPatternAreaPart, bIncludeFullPart) == 0x000001, "Member 'FSBZWeaponPatternAreaPart::bIncludeFullPart' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponPatternAreaPart, SubPartIndexes) == 0x000008, "Member 'FSBZWeaponPatternAreaPart::SubPartIndexes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponPatternAreaDefinition \ +static_assert(alignof(FSBZWeaponPatternAreaDefinition) == 0x000008, "Wrong alignment on FSBZWeaponPatternAreaDefinition"); \ +static_assert(sizeof(FSBZWeaponPatternAreaDefinition) == 0x000010, "Wrong size on FSBZWeaponPatternAreaDefinition"); \ +static_assert(offsetof(FSBZWeaponPatternAreaDefinition, PartsInArea) == 0x000000, "Member 'FSBZWeaponPatternAreaDefinition::PartsInArea' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponPresetModularConfigItem \ +static_assert(alignof(FSBZWeaponPresetModularConfigItem) == 0x000008, "Wrong alignment on FSBZWeaponPresetModularConfigItem"); \ +static_assert(sizeof(FSBZWeaponPresetModularConfigItem) == 0x000010, "Wrong size on FSBZWeaponPresetModularConfigItem"); \ +static_assert(offsetof(FSBZWeaponPresetModularConfigItem, Part) == 0x000000, "Member 'FSBZWeaponPresetModularConfigItem::Part' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponPresetModularConfigItem, Config) == 0x000008, "Member 'FSBZWeaponPresetModularConfigItem::Config' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponPartProgression \ +static_assert(alignof(FSBZWeaponPartProgression) == 0x000008, "Wrong alignment on FSBZWeaponPartProgression"); \ +static_assert(sizeof(FSBZWeaponPartProgression) == 0x000018, "Wrong size on FSBZWeaponPartProgression"); \ +static_assert(offsetof(FSBZWeaponPartProgression, ProgressionLevel) == 0x000000, "Member 'FSBZWeaponPartProgression::ProgressionLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponPartProgression, WeaponPartData) == 0x000008, "Member 'FSBZWeaponPartProgression::WeaponPartData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponPartProgressionArray \ +static_assert(alignof(FSBZWeaponPartProgressionArray) == 0x000008, "Wrong alignment on FSBZWeaponPartProgressionArray"); \ +static_assert(sizeof(FSBZWeaponPartProgressionArray) == 0x000018, "Wrong size on FSBZWeaponPartProgressionArray"); \ +static_assert(offsetof(FSBZWeaponPartProgressionArray, BaseWeapon) == 0x000000, "Member 'FSBZWeaponPartProgressionArray::BaseWeapon' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponPartProgressionArray, WeaponPartProgressionArray) == 0x000008, "Member 'FSBZWeaponPartProgressionArray::WeaponPartProgressionArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZChallengeLock \ +static_assert(alignof(FSBZChallengeLock) == 0x000008, "Wrong alignment on FSBZChallengeLock"); \ +static_assert(sizeof(FSBZChallengeLock) == 0x000018, "Wrong size on FSBZChallengeLock"); \ +static_assert(offsetof(FSBZChallengeLock, ChallengeObjectiveInfo) == 0x000000, "Member 'FSBZChallengeLock::ChallengeObjectiveInfo' has a wrong offset!"); \ +static_assert(offsetof(FSBZChallengeLock, bIsLockedByChallenge) == 0x000010, "Member 'FSBZChallengeLock::bIsLockedByChallenge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZSharedWeaponParentLock \ +static_assert(alignof(FSBZSharedWeaponParentLock) == 0x000008, "Wrong alignment on FSBZSharedWeaponParentLock"); \ +static_assert(sizeof(FSBZSharedWeaponParentLock) == 0x000020, "Wrong size on FSBZSharedWeaponParentLock"); \ +static_assert(offsetof(FSBZSharedWeaponParentLock, UnlockWeaponSku) == 0x000000, "Member 'FSBZSharedWeaponParentLock::UnlockWeaponSku' has a wrong offset!"); \ +static_assert(offsetof(FSBZSharedWeaponParentLock, UnlockWeaponRequiredLevel) == 0x000010, "Member 'FSBZSharedWeaponParentLock::UnlockWeaponRequiredLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZSharedWeaponParentLock, UnlockWeaponCurrentLevel) == 0x000014, "Member 'FSBZSharedWeaponParentLock::UnlockWeaponCurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZSharedWeaponParentLock, bIsLockedByOtherWeapon) == 0x000018, "Member 'FSBZSharedWeaponParentLock::bIsLockedByOtherWeapon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponPartProgressionCurrent \ +static_assert(alignof(FSBZWeaponPartProgressionCurrent) == 0x000008, "Wrong alignment on FSBZWeaponPartProgressionCurrent"); \ +static_assert(sizeof(FSBZWeaponPartProgressionCurrent) == 0x000098, "Wrong size on FSBZWeaponPartProgressionCurrent"); \ +static_assert(offsetof(FSBZWeaponPartProgressionCurrent, ProgressionLevel) == 0x000000, "Member 'FSBZWeaponPartProgressionCurrent::ProgressionLevel' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponPartProgressionCurrent, WeaponPart) == 0x000008, "Member 'FSBZWeaponPartProgressionCurrent::WeaponPart' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponPartProgressionCurrent, WeaponPartApplyStatus) == 0x000010, "Member 'FSBZWeaponPartProgressionCurrent::WeaponPartApplyStatus' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponPartProgressionCurrent, WeaponPartLockReason) == 0x000011, "Member 'FSBZWeaponPartProgressionCurrent::WeaponPartLockReason' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponPartProgressionCurrent, SharedWeaponParentLock) == 0x000018, "Member 'FSBZWeaponPartProgressionCurrent::SharedWeaponParentLock' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponPartProgressionCurrent, ChallengeLock) == 0x000038, "Member 'FSBZWeaponPartProgressionCurrent::ChallengeLock' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponPartProgressionCurrent, Price) == 0x000050, "Member 'FSBZWeaponPartProgressionCurrent::Price' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponPartProgressionCurrent, CurrencyCode) == 0x000058, "Member 'FSBZWeaponPartProgressionCurrent::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponPartProgressionCurrent, DiscountAmount) == 0x00005C, "Member 'FSBZWeaponPartProgressionCurrent::DiscountAmount' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponPartProgressionCurrent, DiscountPercentage) == 0x000060, "Member 'FSBZWeaponPartProgressionCurrent::DiscountPercentage' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponPartProgressionCurrent, DiscountedPrice) == 0x000068, "Member 'FSBZWeaponPartProgressionCurrent::DiscountedPrice' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponPartProgressionCurrent, CurrencyType) == 0x000070, "Member 'FSBZWeaponPartProgressionCurrent::CurrencyType' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponPartProgressionCurrent, PurchaseAt) == 0x000078, "Member 'FSBZWeaponPartProgressionCurrent::PurchaseAt' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponPartProgressionCurrent, ExpireAt) == 0x000080, "Member 'FSBZWeaponPartProgressionCurrent::ExpireAt' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponPartProgressionCurrent, DiscountPurchaseAt) == 0x000088, "Member 'FSBZWeaponPartProgressionCurrent::DiscountPurchaseAt' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponPartProgressionCurrent, DiscountExpireAt) == 0x000090, "Member 'FSBZWeaponPartProgressionCurrent::DiscountExpireAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponViewKickBackData \ +static_assert(alignof(FSBZWeaponViewKickBackData) == 0x000008, "Wrong alignment on FSBZWeaponViewKickBackData"); \ +static_assert(sizeof(FSBZWeaponViewKickBackData) == 0x000120, "Wrong size on FSBZWeaponViewKickBackData"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponGunKickMultiplierData \ +static_assert(alignof(FSBZWeaponGunKickMultiplierData) == 0x000004, "Wrong alignment on FSBZWeaponGunKickMultiplierData"); \ +static_assert(sizeof(FSBZWeaponGunKickMultiplierData) == 0x000010, "Wrong size on FSBZWeaponGunKickMultiplierData"); \ +static_assert(offsetof(FSBZWeaponGunKickMultiplierData, Start) == 0x000000, "Member 'FSBZWeaponGunKickMultiplierData::Start' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponGunKickMultiplierData, Increment) == 0x000004, "Member 'FSBZWeaponGunKickMultiplierData::Increment' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponGunKickMultiplierData, Max) == 0x000008, "Member 'FSBZWeaponGunKickMultiplierData::Max' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponGunKickMultiplierData, Threshold) == 0x00000C, "Member 'FSBZWeaponGunKickMultiplierData::Threshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponGunKickData \ +static_assert(alignof(FSBZWeaponGunKickData) == 0x000008, "Wrong alignment on FSBZWeaponGunKickData"); \ +static_assert(sizeof(FSBZWeaponGunKickData) == 0x000158, "Wrong size on FSBZWeaponGunKickData"); \ +static_assert(offsetof(FSBZWeaponGunKickData, SpeedDeflect) == 0x000000, "Member 'FSBZWeaponGunKickData::SpeedDeflect' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponGunKickData, SpeedRecover) == 0x000004, "Member 'FSBZWeaponGunKickData::SpeedRecover' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponGunKickData, DeflectCurve) == 0x000008, "Member 'FSBZWeaponGunKickData::DeflectCurve' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponGunKickData, RecoverCurve) == 0x000090, "Member 'FSBZWeaponGunKickData::RecoverCurve' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponGunKickData, VerticalTop) == 0x000118, "Member 'FSBZWeaponGunKickData::VerticalTop' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponGunKickData, VerticalBottom) == 0x000120, "Member 'FSBZWeaponGunKickData::VerticalBottom' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponGunKickData, VerticalMultiplier) == 0x000128, "Member 'FSBZWeaponGunKickData::VerticalMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponGunKickData, HorizontalRight) == 0x000138, "Member 'FSBZWeaponGunKickData::HorizontalRight' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponGunKickData, HorizontalLeft) == 0x000140, "Member 'FSBZWeaponGunKickData::HorizontalLeft' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponGunKickData, HorizontalMultiplier) == 0x000148, "Member 'FSBZWeaponGunKickData::HorizontalMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponSettingData \ +static_assert(alignof(FSBZWeaponSettingData) == 0x000004, "Wrong alignment on FSBZWeaponSettingData"); \ +static_assert(sizeof(FSBZWeaponSettingData) == 0x000010, "Wrong size on FSBZWeaponSettingData"); \ +static_assert(offsetof(FSBZWeaponSettingData, SuppressorEffectValue) == 0x000000, "Member 'FSBZWeaponSettingData::SuppressorEffectValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZShotgunSpreadPattern \ +static_assert(alignof(FSBZShotgunSpreadPattern) == 0x000008, "Wrong alignment on FSBZShotgunSpreadPattern"); \ +static_assert(sizeof(FSBZShotgunSpreadPattern) == 0x000010, "Wrong size on FSBZShotgunSpreadPattern"); \ +static_assert(offsetof(FSBZShotgunSpreadPattern, PelletSpreadAngles) == 0x000000, "Member 'FSBZShotgunSpreadPattern::PelletSpreadAngles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponSpreadStances \ +static_assert(alignof(FSBZWeaponSpreadStances) == 0x000004, "Wrong alignment on FSBZWeaponSpreadStances"); \ +static_assert(sizeof(FSBZWeaponSpreadStances) == 0x0000C0, "Wrong size on FSBZWeaponSpreadStances"); \ +static_assert(offsetof(FSBZWeaponSpreadStances, Stand) == 0x000000, "Member 'FSBZWeaponSpreadStances::Stand' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSpreadStances, StandMove) == 0x000020, "Member 'FSBZWeaponSpreadStances::StandMove' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSpreadStances, Crouch) == 0x000040, "Member 'FSBZWeaponSpreadStances::Crouch' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSpreadStances, CrouchMove) == 0x000060, "Member 'FSBZWeaponSpreadStances::CrouchMove' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSpreadStances, Target) == 0x000080, "Member 'FSBZWeaponSpreadStances::Target' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSpreadStances, TargetMove) == 0x0000A0, "Member 'FSBZWeaponSpreadStances::TargetMove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponStickerPosition \ +static_assert(alignof(FSBZWeaponStickerPosition) == 0x000004, "Wrong alignment on FSBZWeaponStickerPosition"); \ +static_assert(sizeof(FSBZWeaponStickerPosition) == 0x000018, "Wrong size on FSBZWeaponStickerPosition"); \ +static_assert(offsetof(FSBZWeaponStickerPosition, PartIndex) == 0x000000, "Member 'FSBZWeaponStickerPosition::PartIndex' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponStickerPosition, Scale) == 0x000004, "Member 'FSBZWeaponStickerPosition::Scale' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponStickerPosition, Rotation) == 0x000008, "Member 'FSBZWeaponStickerPosition::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponStickerPosition, bOnOtherSide) == 0x00000C, "Member 'FSBZWeaponStickerPosition::bOnOtherSide' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponStickerPosition, Position) == 0x000010, "Member 'FSBZWeaponStickerPosition::Position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponSwayDataStruct \ +static_assert(alignof(FSBZWeaponSwayDataStruct) == 0x000004, "Wrong alignment on FSBZWeaponSwayDataStruct"); \ +static_assert(sizeof(FSBZWeaponSwayDataStruct) == 0x00009C, "Wrong size on FSBZWeaponSwayDataStruct"); \ +static_assert(offsetof(FSBZWeaponSwayDataStruct, CameraOffset) == 0x000000, "Member 'FSBZWeaponSwayDataStruct::CameraOffset' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSwayDataStruct, MinTranslation) == 0x00000C, "Member 'FSBZWeaponSwayDataStruct::MinTranslation' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSwayDataStruct, MaxTranslation) == 0x000018, "Member 'FSBZWeaponSwayDataStruct::MaxTranslation' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSwayDataStruct, TranslationInfluence) == 0x000024, "Member 'FSBZWeaponSwayDataStruct::TranslationInfluence' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSwayDataStruct, FinalTranslationMultiplier) == 0x000030, "Member 'FSBZWeaponSwayDataStruct::FinalTranslationMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSwayDataStruct, OvershootTranslationDeltaMultiplier) == 0x00003C, "Member 'FSBZWeaponSwayDataStruct::OvershootTranslationDeltaMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSwayDataStruct, TranslationRecoverySpeed) == 0x000048, "Member 'FSBZWeaponSwayDataStruct::TranslationRecoverySpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSwayDataStruct, XAxisTranslationRecoverySpeed) == 0x00004C, "Member 'FSBZWeaponSwayDataStruct::XAxisTranslationRecoverySpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSwayDataStruct, MinRotation) == 0x000050, "Member 'FSBZWeaponSwayDataStruct::MinRotation' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSwayDataStruct, MaxRotation) == 0x00005C, "Member 'FSBZWeaponSwayDataStruct::MaxRotation' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSwayDataStruct, RotationInfluence) == 0x000068, "Member 'FSBZWeaponSwayDataStruct::RotationInfluence' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSwayDataStruct, FinalRotationMultiplier) == 0x000074, "Member 'FSBZWeaponSwayDataStruct::FinalRotationMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSwayDataStruct, OvershootRotationDeltaMultiplier) == 0x000080, "Member 'FSBZWeaponSwayDataStruct::OvershootRotationDeltaMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSwayDataStruct, YawRecoverySpeed) == 0x00008C, "Member 'FSBZWeaponSwayDataStruct::YawRecoverySpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSwayDataStruct, PitchRecoverySpeed) == 0x000090, "Member 'FSBZWeaponSwayDataStruct::PitchRecoverySpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSwayDataStruct, RollRecoverySpeed) == 0x000094, "Member 'FSBZWeaponSwayDataStruct::RollRecoverySpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponSwayDataStruct, YTranslationToRollInfluence) == 0x000098, "Member 'FSBZWeaponSwayDataStruct::YTranslationToRollInfluence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWeaponTargetingOverrideData \ +static_assert(alignof(FSBZWeaponTargetingOverrideData) == 0x000004, "Wrong alignment on FSBZWeaponTargetingOverrideData"); \ +static_assert(sizeof(FSBZWeaponTargetingOverrideData) == 0x000008, "Wrong size on FSBZWeaponTargetingOverrideData"); \ +static_assert(offsetof(FSBZWeaponTargetingOverrideData, TargetingXAxisOffset) == 0x000000, "Member 'FSBZWeaponTargetingOverrideData::TargetingXAxisOffset' has a wrong offset!"); \ +static_assert(offsetof(FSBZWeaponTargetingOverrideData, TopPassTargetingFocalDistanceOffset) == 0x000004, "Member 'FSBZWeaponTargetingOverrideData::TopPassTargetingFocalDistanceOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWheeledVehicleReplicatedMovement \ +static_assert(alignof(FSBZWheeledVehicleReplicatedMovement) == 0x000010, "Wrong alignment on FSBZWheeledVehicleReplicatedMovement"); \ +static_assert(sizeof(FSBZWheeledVehicleReplicatedMovement) == 0x000040, "Wrong size on FSBZWheeledVehicleReplicatedMovement"); \ +static_assert(offsetof(FSBZWheeledVehicleReplicatedMovement, Steering) == 0x000038, "Member 'FSBZWheeledVehicleReplicatedMovement::Steering' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZDebugSnapshot \ +static_assert(alignof(FSBZDebugSnapshot) == 0x000010, "Wrong alignment on FSBZDebugSnapshot"); \ +static_assert(sizeof(FSBZDebugSnapshot) == 0x000040, "Wrong size on FSBZDebugSnapshot"); \ +static_assert(offsetof(FSBZDebugSnapshot, ServerState) == 0x000000, "Member 'FSBZDebugSnapshot::ServerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZWheeledVehicleFX \ +static_assert(alignof(FSBZWheeledVehicleFX) == 0x000008, "Wrong alignment on FSBZWheeledVehicleFX"); \ +static_assert(sizeof(FSBZWheeledVehicleFX) == 0x000030, "Wrong size on FSBZWheeledVehicleFX"); \ +static_assert(offsetof(FSBZWheeledVehicleFX, Asset) == 0x000000, "Member 'FSBZWheeledVehicleFX::Asset' has a wrong offset!"); \ +static_assert(offsetof(FSBZWheeledVehicleFX, Socket) == 0x000008, "Member 'FSBZWheeledVehicleFX::Socket' has a wrong offset!"); \ +static_assert(offsetof(FSBZWheeledVehicleFX, MaxDistance) == 0x000014, "Member 'FSBZWheeledVehicleFX::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FSBZWheeledVehicleFX, SpeedThresholdMinMax) == 0x000018, "Member 'FSBZWheeledVehicleFX::SpeedThresholdMinMax' has a wrong offset!"); \ +static_assert(offsetof(FSBZWheeledVehicleFX, NiagaraComponent) == 0x000028, "Member 'FSBZWheeledVehicleFX::NiagaraComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZActiveGlobalCommentPermissionArray \ +static_assert(alignof(FSBZActiveGlobalCommentPermissionArray) == 0x000008, "Wrong alignment on FSBZActiveGlobalCommentPermissionArray"); \ +static_assert(sizeof(FSBZActiveGlobalCommentPermissionArray) == 0x000010, "Wrong size on FSBZActiveGlobalCommentPermissionArray"); \ + +#define DUMPER7_ASSERTS_FSBZAcousticPortalConnectedActors \ +static_assert(alignof(FSBZAcousticPortalConnectedActors) == 0x000008, "Wrong alignment on FSBZAcousticPortalConnectedActors"); \ +static_assert(sizeof(FSBZAcousticPortalConnectedActors) == 0x000010, "Wrong size on FSBZAcousticPortalConnectedActors"); \ +static_assert(offsetof(FSBZAcousticPortalConnectedActors, Array) == 0x000000, "Member 'FSBZAcousticPortalConnectedActors::Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZGlobalMaterialParameters \ +static_assert(alignof(FSBZGlobalMaterialParameters) == 0x000008, "Wrong alignment on FSBZGlobalMaterialParameters"); \ +static_assert(sizeof(FSBZGlobalMaterialParameters) == 0x000068, "Wrong size on FSBZGlobalMaterialParameters"); \ +static_assert(offsetof(FSBZGlobalMaterialParameters, WindDirection) == 0x000000, "Member 'FSBZGlobalMaterialParameters::WindDirection' has a wrong offset!"); \ +static_assert(offsetof(FSBZGlobalMaterialParameters, WindSpeed) == 0x00000C, "Member 'FSBZGlobalMaterialParameters::WindSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSBZGlobalMaterialParameters, ActionOriginActor) == 0x000010, "Member 'FSBZGlobalMaterialParameters::ActionOriginActor' has a wrong offset!"); \ +static_assert(offsetof(FSBZGlobalMaterialParameters, FXGlobalEmissive) == 0x000018, "Member 'FSBZGlobalMaterialParameters::FXGlobalEmissive' has a wrong offset!"); \ +static_assert(offsetof(FSBZGlobalMaterialParameters, FXGlobalBaseColor) == 0x000028, "Member 'FSBZGlobalMaterialParameters::FXGlobalBaseColor' has a wrong offset!"); \ +static_assert(offsetof(FSBZGlobalMaterialParameters, EnemyBacklightInfluence) == 0x000038, "Member 'FSBZGlobalMaterialParameters::EnemyBacklightInfluence' has a wrong offset!"); \ +static_assert(offsetof(FSBZGlobalMaterialParameters, EnemyBacklightFade) == 0x000048, "Member 'FSBZGlobalMaterialParameters::EnemyBacklightFade' has a wrong offset!"); \ +static_assert(offsetof(FSBZGlobalMaterialParameters, EnemyBacklightRangeFuzz) == 0x000058, "Member 'FSBZGlobalMaterialParameters::EnemyBacklightRangeFuzz' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStatLocalizationEntry \ +static_assert(alignof(FStatLocalizationEntry) == 0x000008, "Wrong alignment on FStatLocalizationEntry"); \ +static_assert(sizeof(FStatLocalizationEntry) == 0x0000A0, "Wrong size on FStatLocalizationEntry"); \ +static_assert(offsetof(FStatLocalizationEntry, StatCode) == 0x000000, "Member 'FStatLocalizationEntry::StatCode' has a wrong offset!"); \ +static_assert(offsetof(FStatLocalizationEntry, Name) == 0x000010, "Member 'FStatLocalizationEntry::Name' has a wrong offset!"); \ +static_assert(offsetof(FStatLocalizationEntry, Description) == 0x000020, "Member 'FStatLocalizationEntry::Description' has a wrong offset!"); \ +static_assert(offsetof(FStatLocalizationEntry, ObjectiveMultiple) == 0x000030, "Member 'FStatLocalizationEntry::ObjectiveMultiple' has a wrong offset!"); \ +static_assert(offsetof(FStatLocalizationEntry, ObjectiveSingle) == 0x000040, "Member 'FStatLocalizationEntry::ObjectiveSingle' has a wrong offset!"); \ +static_assert(offsetof(FStatLocalizationEntry, ObjectiveOverrides) == 0x000050, "Member 'FStatLocalizationEntry::ObjectiveOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChallengeLocalizationEntry \ +static_assert(alignof(FChallengeLocalizationEntry) == 0x000008, "Wrong alignment on FChallengeLocalizationEntry"); \ +static_assert(sizeof(FChallengeLocalizationEntry) == 0x000050, "Wrong size on FChallengeLocalizationEntry"); \ +static_assert(offsetof(FChallengeLocalizationEntry, ChallengeId) == 0x000000, "Member 'FChallengeLocalizationEntry::ChallengeId' has a wrong offset!"); \ +static_assert(offsetof(FChallengeLocalizationEntry, InternalName) == 0x000010, "Member 'FChallengeLocalizationEntry::InternalName' has a wrong offset!"); \ +static_assert(offsetof(FChallengeLocalizationEntry, InternalDescription) == 0x000020, "Member 'FChallengeLocalizationEntry::InternalDescription' has a wrong offset!"); \ +static_assert(offsetof(FChallengeLocalizationEntry, InGameName) == 0x000030, "Member 'FChallengeLocalizationEntry::InGameName' has a wrong offset!"); \ +static_assert(offsetof(FChallengeLocalizationEntry, InGameDescription) == 0x000040, "Member 'FChallengeLocalizationEntry::InGameDescription' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWidgetBase \ +static_assert(alignof(USBZWidgetBase) == 0x000008, "Wrong alignment on USBZWidgetBase"); \ +static_assert(sizeof(USBZWidgetBase) == 0x000290, "Wrong size on USBZWidgetBase"); \ + +#define DUMPER7_ASSERTS_SBZCharacterEffectWidget_InitializeCharacterEffect \ +static_assert(alignof(SBZCharacterEffectWidget_InitializeCharacterEffect) == 0x000008, "Wrong alignment on SBZCharacterEffectWidget_InitializeCharacterEffect"); \ +static_assert(sizeof(SBZCharacterEffectWidget_InitializeCharacterEffect) == 0x000030, "Wrong size on SBZCharacterEffectWidget_InitializeCharacterEffect"); \ +static_assert(offsetof(SBZCharacterEffectWidget_InitializeCharacterEffect, InCharacterEffectRuntime) == 0x000000, "Member 'SBZCharacterEffectWidget_InitializeCharacterEffect::InCharacterEffectRuntime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterEffectWidget_OnCharacterEffectInitialized \ +static_assert(alignof(SBZCharacterEffectWidget_OnCharacterEffectInitialized) == 0x000008, "Wrong alignment on SBZCharacterEffectWidget_OnCharacterEffectInitialized"); \ +static_assert(sizeof(SBZCharacterEffectWidget_OnCharacterEffectInitialized) == 0x000030, "Wrong size on SBZCharacterEffectWidget_OnCharacterEffectInitialized"); \ +static_assert(offsetof(SBZCharacterEffectWidget_OnCharacterEffectInitialized, InCharacterEffectRuntime) == 0x000000, "Member 'SBZCharacterEffectWidget_OnCharacterEffectInitialized::InCharacterEffectRuntime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterEffectWidget_OnCooldownProgressChanged \ +static_assert(alignof(SBZCharacterEffectWidget_OnCooldownProgressChanged) == 0x000004, "Wrong alignment on SBZCharacterEffectWidget_OnCooldownProgressChanged"); \ +static_assert(sizeof(SBZCharacterEffectWidget_OnCooldownProgressChanged) == 0x000004, "Wrong size on SBZCharacterEffectWidget_OnCooldownProgressChanged"); \ +static_assert(offsetof(SBZCharacterEffectWidget_OnCooldownProgressChanged, InNewProgress) == 0x000000, "Member 'SBZCharacterEffectWidget_OnCooldownProgressChanged::InNewProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterEffectWidget_OnEffectValueChanged \ +static_assert(alignof(SBZCharacterEffectWidget_OnEffectValueChanged) == 0x000004, "Wrong alignment on SBZCharacterEffectWidget_OnEffectValueChanged"); \ +static_assert(sizeof(SBZCharacterEffectWidget_OnEffectValueChanged) == 0x000004, "Wrong size on SBZCharacterEffectWidget_OnEffectValueChanged"); \ +static_assert(offsetof(SBZCharacterEffectWidget_OnEffectValueChanged, InNewEffectValue) == 0x000000, "Member 'SBZCharacterEffectWidget_OnEffectValueChanged::InNewEffectValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterEffectWidget_SetActive \ +static_assert(alignof(SBZCharacterEffectWidget_SetActive) == 0x000001, "Wrong alignment on SBZCharacterEffectWidget_SetActive"); \ +static_assert(sizeof(SBZCharacterEffectWidget_SetActive) == 0x000001, "Wrong size on SBZCharacterEffectWidget_SetActive"); \ +static_assert(offsetof(SBZCharacterEffectWidget_SetActive, bIsActive) == 0x000000, "Member 'SBZCharacterEffectWidget_SetActive::bIsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterEffectWidget_SetEffectValue \ +static_assert(alignof(SBZCharacterEffectWidget_SetEffectValue) == 0x000004, "Wrong alignment on SBZCharacterEffectWidget_SetEffectValue"); \ +static_assert(sizeof(SBZCharacterEffectWidget_SetEffectValue) == 0x000004, "Wrong size on SBZCharacterEffectWidget_SetEffectValue"); \ +static_assert(offsetof(SBZCharacterEffectWidget_SetEffectValue, InNewValue) == 0x000000, "Member 'SBZCharacterEffectWidget_SetEffectValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterEffectWidget_SetProgress \ +static_assert(alignof(SBZCharacterEffectWidget_SetProgress) == 0x000004, "Wrong alignment on SBZCharacterEffectWidget_SetProgress"); \ +static_assert(sizeof(SBZCharacterEffectWidget_SetProgress) == 0x000004, "Wrong size on SBZCharacterEffectWidget_SetProgress"); \ +static_assert(offsetof(SBZCharacterEffectWidget_SetProgress, InNewProgress) == 0x000000, "Member 'SBZCharacterEffectWidget_SetProgress::InNewProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCharacterEffectWidget \ +static_assert(alignof(USBZCharacterEffectWidget) == 0x000008, "Wrong alignment on USBZCharacterEffectWidget"); \ +static_assert(sizeof(USBZCharacterEffectWidget) == 0x0002C0, "Wrong size on USBZCharacterEffectWidget"); \ +static_assert(offsetof(USBZCharacterEffectWidget, Data) == 0x000290, "Member 'USBZCharacterEffectWidget::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIScorer \ +static_assert(alignof(USBZAIScorer) == 0x000008, "Wrong alignment on USBZAIScorer"); \ +static_assert(sizeof(USBZAIScorer) == 0x000060, "Wrong size on USBZAIScorer"); \ +static_assert(offsetof(USBZAIScorer, Weight) == 0x000030, "Member 'USBZAIScorer::Weight' has a wrong offset!"); \ +static_assert(offsetof(USBZAIScorer, SubScorers) == 0x000038, "Member 'USBZAIScorer::SubScorers' has a wrong offset!"); \ +static_assert(offsetof(USBZAIScorer, OutputCurve) == 0x000048, "Member 'USBZAIScorer::OutputCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZAIScorer, bIsInversed) == 0x000050, "Member 'USBZAIScorer::bIsInversed' has a wrong offset!"); \ +static_assert(offsetof(USBZAIScorer, AIController) == 0x000058, "Member 'USBZAIScorer::AIController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIUtilityScorer_OnDeactivatedBP \ +static_assert(alignof(SBZAIUtilityScorer_OnDeactivatedBP) == 0x000001, "Wrong alignment on SBZAIUtilityScorer_OnDeactivatedBP"); \ +static_assert(sizeof(SBZAIUtilityScorer_OnDeactivatedBP) == 0x000001, "Wrong size on SBZAIUtilityScorer_OnDeactivatedBP"); \ +static_assert(offsetof(SBZAIUtilityScorer_OnDeactivatedBP, NodeResult) == 0x000000, "Member 'SBZAIUtilityScorer_OnDeactivatedBP::NodeResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIUtilityScorer_CalcScoreBP \ +static_assert(alignof(SBZAIUtilityScorer_CalcScoreBP) == 0x000004, "Wrong alignment on SBZAIUtilityScorer_CalcScoreBP"); \ +static_assert(sizeof(SBZAIUtilityScorer_CalcScoreBP) == 0x000004, "Wrong size on SBZAIUtilityScorer_CalcScoreBP"); \ +static_assert(offsetof(SBZAIUtilityScorer_CalcScoreBP, ReturnValue) == 0x000000, "Member 'SBZAIUtilityScorer_CalcScoreBP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer \ +static_assert(alignof(USBZAIUtilityScorer) == 0x000008, "Wrong alignment on USBZAIUtilityScorer"); \ +static_assert(sizeof(USBZAIUtilityScorer) == 0x000060, "Wrong size on USBZAIUtilityScorer"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_HasTakenDamage \ +static_assert(alignof(USBZAIUtilityScorer_HasTakenDamage) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_HasTakenDamage"); \ +static_assert(sizeof(USBZAIUtilityScorer_HasTakenDamage) == 0x000068, "Wrong size on USBZAIUtilityScorer_HasTakenDamage"); \ +static_assert(offsetof(USBZAIUtilityScorer_HasTakenDamage, Time) == 0x000060, "Member 'USBZAIUtilityScorer_HasTakenDamage::Time' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityScorer_HasTakenDamage, MaxDamage) == 0x000064, "Member 'USBZAIUtilityScorer_HasTakenDamage::MaxDamage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInternetStatusWidget_SetNetworkLostConnectionVisibility \ +static_assert(alignof(SBZInternetStatusWidget_SetNetworkLostConnectionVisibility) == 0x000001, "Wrong alignment on SBZInternetStatusWidget_SetNetworkLostConnectionVisibility"); \ +static_assert(sizeof(SBZInternetStatusWidget_SetNetworkLostConnectionVisibility) == 0x000001, "Wrong size on SBZInternetStatusWidget_SetNetworkLostConnectionVisibility"); \ +static_assert(offsetof(SBZInternetStatusWidget_SetNetworkLostConnectionVisibility, ServiceStatus) == 0x000000, "Member 'SBZInternetStatusWidget_SetNetworkLostConnectionVisibility::ServiceStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZInternetStatusWidget \ +static_assert(alignof(USBZInternetStatusWidget) == 0x000008, "Wrong alignment on USBZInternetStatusWidget"); \ +static_assert(sizeof(USBZInternetStatusWidget) == 0x000298, "Wrong size on USBZInternetStatusWidget"); \ +static_assert(offsetof(USBZInternetStatusWidget, NetworkErrorImage) == 0x000290, "Member 'USBZInternetStatusWidget::NetworkErrorImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLoadingWidgetBase \ +static_assert(alignof(USBZLoadingWidgetBase) == 0x000008, "Wrong alignment on USBZLoadingWidgetBase"); \ +static_assert(sizeof(USBZLoadingWidgetBase) == 0x0002A0, "Wrong size on USBZLoadingWidgetBase"); \ +static_assert(offsetof(USBZLoadingWidgetBase, bShouldRemoveOnLevelChange) == 0x000298, "Member 'USBZLoadingWidgetBase::bShouldRemoveOnLevelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLoadingScreen \ +static_assert(alignof(USBZLoadingScreen) == 0x000008, "Wrong alignment on USBZLoadingScreen"); \ +static_assert(sizeof(USBZLoadingScreen) == 0x0002A0, "Wrong size on USBZLoadingScreen"); \ + +#define DUMPER7_ASSERTS_USBZPlayerInventory \ +static_assert(alignof(USBZPlayerInventory) == 0x000008, "Wrong alignment on USBZPlayerInventory"); \ +static_assert(sizeof(USBZPlayerInventory) == 0x0003A0, "Wrong size on USBZPlayerInventory"); \ +static_assert(offsetof(USBZPlayerInventory, OverkillWeaponInventoryItemMap) == 0x000030, "Member 'USBZPlayerInventory::OverkillWeaponInventoryItemMap' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerInventory, OverskillLoadoutInventoryItemMap) == 0x000080, "Member 'USBZPlayerInventory::OverskillLoadoutInventoryItemMap' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerInventory, PreplanningInventoryItemMap) == 0x0000D0, "Member 'USBZPlayerInventory::PreplanningInventoryItemMap' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerInventory, GloveInventoryItemMap) == 0x000120, "Member 'USBZPlayerInventory::GloveInventoryItemMap' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerInventory, SuitInventoryItemMap) == 0x000170, "Member 'USBZPlayerInventory::SuitInventoryItemMap' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerInventory, WatchInventoryItemMap) == 0x0001C0, "Member 'USBZPlayerInventory::WatchInventoryItemMap' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerInventory, PlaceableInventoryItemMap) == 0x000210, "Member 'USBZPlayerInventory::PlaceableInventoryItemMap' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerInventory, ToolInventoryItemMap) == 0x000260, "Member 'USBZPlayerInventory::ToolInventoryItemMap' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerInventory, ArmorInventoryItemMap) == 0x0002B0, "Member 'USBZPlayerInventory::ArmorInventoryItemMap' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerInventory, ThrowableInventoryItemMap) == 0x000300, "Member 'USBZPlayerInventory::ThrowableInventoryItemMap' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerInventory, PlayerCharacterInventoryItemMap) == 0x000350, "Member 'USBZPlayerInventory::PlayerCharacterInventoryItemMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZVoiceComponentInterface \ +static_assert(alignof(ISBZVoiceComponentInterface) == 0x000001, "Wrong alignment on ISBZVoiceComponentInterface"); \ +static_assert(sizeof(ISBZVoiceComponentInterface) == 0x000001, "Wrong size on ISBZVoiceComponentInterface"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_FriendlyFire \ +static_assert(alignof(USBZAIUtilityScorer_FriendlyFire) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_FriendlyFire"); \ +static_assert(sizeof(USBZAIUtilityScorer_FriendlyFire) == 0x000070, "Wrong size on USBZAIUtilityScorer_FriendlyFire"); \ +static_assert(offsetof(USBZAIUtilityScorer_FriendlyFire, BlackboardKey) == 0x000060, "Member 'USBZAIUtilityScorer_FriendlyFire::BlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGate_Multicast_HandleAgilityTagEvent \ +static_assert(alignof(SBZGate_Multicast_HandleAgilityTagEvent) == 0x000008, "Wrong alignment on SBZGate_Multicast_HandleAgilityTagEvent"); \ +static_assert(sizeof(SBZGate_Multicast_HandleAgilityTagEvent) == 0x000028, "Wrong size on SBZGate_Multicast_HandleAgilityTagEvent"); \ +static_assert(offsetof(SBZGate_Multicast_HandleAgilityTagEvent, TagEvent) == 0x000000, "Member 'SBZGate_Multicast_HandleAgilityTagEvent::TagEvent' has a wrong offset!"); \ +static_assert(offsetof(SBZGate_Multicast_HandleAgilityTagEvent, AICharacterInstigator) == 0x000010, "Member 'SBZGate_Multicast_HandleAgilityTagEvent::AICharacterInstigator' has a wrong offset!"); \ +static_assert(offsetof(SBZGate_Multicast_HandleAgilityTagEvent, InstigatorLocation) == 0x000018, "Member 'SBZGate_Multicast_HandleAgilityTagEvent::InstigatorLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGate_Multicast_OnAddIgnoreMoveActor \ +static_assert(alignof(SBZGate_Multicast_OnAddIgnoreMoveActor) == 0x000008, "Wrong alignment on SBZGate_Multicast_OnAddIgnoreMoveActor"); \ +static_assert(sizeof(SBZGate_Multicast_OnAddIgnoreMoveActor) == 0x000008, "Wrong size on SBZGate_Multicast_OnAddIgnoreMoveActor"); \ +static_assert(offsetof(SBZGate_Multicast_OnAddIgnoreMoveActor, InPawn) == 0x000000, "Member 'SBZGate_Multicast_OnAddIgnoreMoveActor::InPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGate_Multicast_ReplicateExplosion \ +static_assert(alignof(SBZGate_Multicast_ReplicateExplosion) == 0x000008, "Wrong alignment on SBZGate_Multicast_ReplicateExplosion"); \ +static_assert(sizeof(SBZGate_Multicast_ReplicateExplosion) == 0x000028, "Wrong size on SBZGate_Multicast_ReplicateExplosion"); \ +static_assert(offsetof(SBZGate_Multicast_ReplicateExplosion, Result) == 0x000000, "Member 'SBZGate_Multicast_ReplicateExplosion::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGate_Multicast_SetState \ +static_assert(alignof(SBZGate_Multicast_SetState) == 0x000001, "Wrong alignment on SBZGate_Multicast_SetState"); \ +static_assert(sizeof(SBZGate_Multicast_SetState) == 0x000001, "Wrong size on SBZGate_Multicast_SetState"); \ +static_assert(offsetof(SBZGate_Multicast_SetState, InState) == 0x000000, "Member 'SBZGate_Multicast_SetState::InState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGate_OnRep_State \ +static_assert(alignof(SBZGate_OnRep_State) == 0x000001, "Wrong alignment on SBZGate_OnRep_State"); \ +static_assert(sizeof(SBZGate_OnRep_State) == 0x000001, "Wrong size on SBZGate_OnRep_State"); \ +static_assert(offsetof(SBZGate_OnRep_State, OldState) == 0x000000, "Member 'SBZGate_OnRep_State::OldState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGate_OnStateChanged \ +static_assert(alignof(SBZGate_OnStateChanged) == 0x000001, "Wrong alignment on SBZGate_OnStateChanged"); \ +static_assert(sizeof(SBZGate_OnStateChanged) == 0x000003, "Wrong size on SBZGate_OnStateChanged"); \ +static_assert(offsetof(SBZGate_OnStateChanged, OldState) == 0x000000, "Member 'SBZGate_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZGate_OnStateChanged, NewState) == 0x000001, "Member 'SBZGate_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(SBZGate_OnStateChanged, bIsInitialStateChange) == 0x000002, "Member 'SBZGate_OnStateChanged::bIsInitialStateChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGate_SetAttractorInstigator \ +static_assert(alignof(SBZGate_SetAttractorInstigator) == 0x000008, "Wrong alignment on SBZGate_SetAttractorInstigator"); \ +static_assert(sizeof(SBZGate_SetAttractorInstigator) == 0x000008, "Wrong size on SBZGate_SetAttractorInstigator"); \ +static_assert(offsetof(SBZGate_SetAttractorInstigator, InInstigator) == 0x000000, "Member 'SBZGate_SetAttractorInstigator::InInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGate_SetState \ +static_assert(alignof(SBZGate_SetState) == 0x000001, "Wrong alignment on SBZGate_SetState"); \ +static_assert(sizeof(SBZGate_SetState) == 0x000002, "Wrong size on SBZGate_SetState"); \ +static_assert(offsetof(SBZGate_SetState, InState) == 0x000000, "Member 'SBZGate_SetState::InState' has a wrong offset!"); \ +static_assert(offsetof(SBZGate_SetState, ReturnValue) == 0x000001, "Member 'SBZGate_SetState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGate_SetYaw \ +static_assert(alignof(SBZGate_SetYaw) == 0x000008, "Wrong alignment on SBZGate_SetYaw"); \ +static_assert(sizeof(SBZGate_SetYaw) == 0x000010, "Wrong size on SBZGate_SetYaw"); \ +static_assert(offsetof(SBZGate_SetYaw, Mesh) == 0x000000, "Member 'SBZGate_SetYaw::Mesh' has a wrong offset!"); \ +static_assert(offsetof(SBZGate_SetYaw, InYaw) == 0x000008, "Member 'SBZGate_SetYaw::InYaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGate_TickYaw \ +static_assert(alignof(SBZGate_TickYaw) == 0x000008, "Wrong alignment on SBZGate_TickYaw"); \ +static_assert(sizeof(SBZGate_TickYaw) == 0x000018, "Wrong size on SBZGate_TickYaw"); \ +static_assert(offsetof(SBZGate_TickYaw, InForwardHinge) == 0x000000, "Member 'SBZGate_TickYaw::InForwardHinge' has a wrong offset!"); \ +static_assert(offsetof(SBZGate_TickYaw, InBackwardHinge) == 0x000008, "Member 'SBZGate_TickYaw::InBackwardHinge' has a wrong offset!"); \ +static_assert(offsetof(SBZGate_TickYaw, InYaw) == 0x000010, "Member 'SBZGate_TickYaw::InYaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGate_IsClosed \ +static_assert(alignof(SBZGate_IsClosed) == 0x000001, "Wrong alignment on SBZGate_IsClosed"); \ +static_assert(sizeof(SBZGate_IsClosed) == 0x000001, "Wrong size on SBZGate_IsClosed"); \ +static_assert(offsetof(SBZGate_IsClosed, ReturnValue) == 0x000000, "Member 'SBZGate_IsClosed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGate_IsClosedState \ +static_assert(alignof(SBZGate_IsClosedState) == 0x000001, "Wrong alignment on SBZGate_IsClosedState"); \ +static_assert(sizeof(SBZGate_IsClosedState) == 0x000002, "Wrong size on SBZGate_IsClosedState"); \ +static_assert(offsetof(SBZGate_IsClosedState, InState) == 0x000000, "Member 'SBZGate_IsClosedState::InState' has a wrong offset!"); \ +static_assert(offsetof(SBZGate_IsClosedState, ReturnValue) == 0x000001, "Member 'SBZGate_IsClosedState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGate_IsDirectionState \ +static_assert(alignof(SBZGate_IsDirectionState) == 0x000001, "Wrong alignment on SBZGate_IsDirectionState"); \ +static_assert(sizeof(SBZGate_IsDirectionState) == 0x000003, "Wrong size on SBZGate_IsDirectionState"); \ +static_assert(offsetof(SBZGate_IsDirectionState, InState) == 0x000000, "Member 'SBZGate_IsDirectionState::InState' has a wrong offset!"); \ +static_assert(offsetof(SBZGate_IsDirectionState, bInIsForward) == 0x000001, "Member 'SBZGate_IsDirectionState::bInIsForward' has a wrong offset!"); \ +static_assert(offsetof(SBZGate_IsDirectionState, ReturnValue) == 0x000002, "Member 'SBZGate_IsDirectionState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGate_IsDirectionStateChange \ +static_assert(alignof(SBZGate_IsDirectionStateChange) == 0x000001, "Wrong alignment on SBZGate_IsDirectionStateChange"); \ +static_assert(sizeof(SBZGate_IsDirectionStateChange) == 0x000004, "Wrong size on SBZGate_IsDirectionStateChange"); \ +static_assert(offsetof(SBZGate_IsDirectionStateChange, InOldState) == 0x000000, "Member 'SBZGate_IsDirectionStateChange::InOldState' has a wrong offset!"); \ +static_assert(offsetof(SBZGate_IsDirectionStateChange, InNewState) == 0x000001, "Member 'SBZGate_IsDirectionStateChange::InNewState' has a wrong offset!"); \ +static_assert(offsetof(SBZGate_IsDirectionStateChange, bInIsForward) == 0x000002, "Member 'SBZGate_IsDirectionStateChange::bInIsForward' has a wrong offset!"); \ +static_assert(offsetof(SBZGate_IsDirectionStateChange, ReturnValue) == 0x000003, "Member 'SBZGate_IsDirectionStateChange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGate_IsOpenForwardFromDirection \ +static_assert(alignof(SBZGate_IsOpenForwardFromDirection) == 0x000004, "Wrong alignment on SBZGate_IsOpenForwardFromDirection"); \ +static_assert(sizeof(SBZGate_IsOpenForwardFromDirection) == 0x000010, "Wrong size on SBZGate_IsOpenForwardFromDirection"); \ +static_assert(offsetof(SBZGate_IsOpenForwardFromDirection, Direction) == 0x000000, "Member 'SBZGate_IsOpenForwardFromDirection::Direction' has a wrong offset!"); \ +static_assert(offsetof(SBZGate_IsOpenForwardFromDirection, ReturnValue) == 0x00000C, "Member 'SBZGate_IsOpenForwardFromDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGate_IsOpenForwardFromLocation \ +static_assert(alignof(SBZGate_IsOpenForwardFromLocation) == 0x000004, "Wrong alignment on SBZGate_IsOpenForwardFromLocation"); \ +static_assert(sizeof(SBZGate_IsOpenForwardFromLocation) == 0x000010, "Wrong size on SBZGate_IsOpenForwardFromLocation"); \ +static_assert(offsetof(SBZGate_IsOpenForwardFromLocation, Location) == 0x000000, "Member 'SBZGate_IsOpenForwardFromLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZGate_IsOpenForwardFromLocation, ReturnValue) == 0x00000C, "Member 'SBZGate_IsOpenForwardFromLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGate_IsYawInversed \ +static_assert(alignof(SBZGate_IsYawInversed) == 0x000001, "Wrong alignment on SBZGate_IsYawInversed"); \ +static_assert(sizeof(SBZGate_IsYawInversed) == 0x000001, "Wrong size on SBZGate_IsYawInversed"); \ +static_assert(offsetof(SBZGate_IsYawInversed, ReturnValue) == 0x000000, "Member 'SBZGate_IsYawInversed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGate_IsYawInversedState \ +static_assert(alignof(SBZGate_IsYawInversedState) == 0x000001, "Wrong alignment on SBZGate_IsYawInversedState"); \ +static_assert(sizeof(SBZGate_IsYawInversedState) == 0x000002, "Wrong size on SBZGate_IsYawInversedState"); \ +static_assert(offsetof(SBZGate_IsYawInversedState, InState) == 0x000000, "Member 'SBZGate_IsYawInversedState::InState' has a wrong offset!"); \ +static_assert(offsetof(SBZGate_IsYawInversedState, ReturnValue) == 0x000001, "Member 'SBZGate_IsYawInversedState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZGate \ +static_assert(alignof(ASBZGate) == 0x000008, "Wrong alignment on ASBZGate"); \ +static_assert(sizeof(ASBZGate) == 0x000588, "Wrong size on ASBZGate"); \ +static_assert(offsetof(ASBZGate, OnGateStateChanged) == 0x000348, "Member 'ASBZGate::OnGateStateChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, InitialState) == 0x000358, "Member 'ASBZGate::InitialState' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, State) == 0x000359, "Member 'ASBZGate::State' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, LastState) == 0x00035A, "Member 'ASBZGate::LastState' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, LinkMoveFinishedState) == 0x00035B, "Member 'ASBZGate::LinkMoveFinishedState' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, ServerState) == 0x00035C, "Member 'ASBZGate::ServerState' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, ExplosionInstigator) == 0x000360, "Member 'ASBZGate::ExplosionInstigator' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, OpenForwardExplosionData) == 0x000368, "Member 'ASBZGate::OpenForwardExplosionData' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, OpenBackwardExplosionData) == 0x0003A8, "Member 'ASBZGate::OpenBackwardExplosionData' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, CloseForwardExplosionData) == 0x0003E8, "Member 'ASBZGate::CloseForwardExplosionData' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, CloseBackwardExplosionData) == 0x000428, "Member 'ASBZGate::CloseBackwardExplosionData' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, MeshDataArray) == 0x000468, "Member 'ASBZGate::MeshDataArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, NavigationBoundBox) == 0x000478, "Member 'ASBZGate::NavigationBoundBox' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, bIsNavigationLinkCalculated) == 0x000494, "Member 'ASBZGate::bIsNavigationLinkCalculated' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, NavLinkCount) == 0x000498, "Member 'ASBZGate::NavLinkCount' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, NavlinkEnabledMask) == 0x00049C, "Member 'ASBZGate::NavlinkEnabledMask' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, AirNavLinkEnabledMask) == 0x00049E, "Member 'ASBZGate::AirNavLinkEnabledMask' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, NavLinkComponentArray) == 0x0004A0, "Member 'ASBZGate::NavLinkComponentArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, NavLinkAgilityComponentArray) == 0x0004B0, "Member 'ASBZGate::NavLinkAgilityComponentArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, OpenDirection) == 0x0004C1, "Member 'ASBZGate::OpenDirection' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, UnlockingLinkMoveCooldownDuration) == 0x0004C4, "Member 'ASBZGate::UnlockingLinkMoveCooldownDuration' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, UnlockingLinkMoveCooldownTime) == 0x0004C8, "Member 'ASBZGate::UnlockingLinkMoveCooldownTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, SlammedClosedSound) == 0x0004D0, "Member 'ASBZGate::SlammedClosedSound' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, SlammedOpenSound) == 0x0004D8, "Member 'ASBZGate::SlammedOpenSound' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, OpenSound) == 0x0004E0, "Member 'ASBZGate::OpenSound' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, CloseSound) == 0x0004E8, "Member 'ASBZGate::CloseSound' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, BreachSound) == 0x0004F0, "Member 'ASBZGate::BreachSound' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, UnlockSound) == 0x0004F8, "Member 'ASBZGate::UnlockSound' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, bUseBreachPOIandSound) == 0x000500, "Member 'ASBZGate::bUseBreachPOIandSound' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, BreachSoundTag) == 0x000504, "Member 'ASBZGate::BreachSoundTag' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, AirNavLinkComponent) == 0x000510, "Member 'ASBZGate::AirNavLinkComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, NavAreaClass) == 0x000518, "Member 'ASBZGate::NavAreaClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, ToolSnapData) == 0x000520, "Member 'ASBZGate::ToolSnapData' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, SoundRange) == 0x000528, "Member 'ASBZGate::SoundRange' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, SoundRangeSlammedOpen) == 0x00052C, "Member 'ASBZGate::SoundRangeSlammedOpen' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, AttractorComponent) == 0x000530, "Member 'ASBZGate::AttractorComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, AcousticPortalConnector) == 0x000538, "Member 'ASBZGate::AcousticPortalConnector' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, LeftNavlinkOffset) == 0x000540, "Member 'ASBZGate::LeftNavlinkOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, RightNavlinkOffset) == 0x000544, "Member 'ASBZGate::RightNavlinkOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, TraversableBehaviorCategoryBitmask) == 0x000548, "Member 'ASBZGate::TraversableBehaviorCategoryBitmask' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, ClosedGateSoundReduction) == 0x000549, "Member 'ASBZGate::ClosedGateSoundReduction' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, bIsServerRestoringState) == 0x000568, "Member 'ASBZGate::bIsServerRestoringState' has a wrong offset!"); \ +static_assert(offsetof(ASBZGate, PendingMoveIgnorePawn) == 0x000570, "Member 'ASBZGate::PendingMoveIgnorePawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractableGate_Multicast_SetLockedState \ +static_assert(alignof(SBZInteractableGate_Multicast_SetLockedState) == 0x000001, "Wrong alignment on SBZInteractableGate_Multicast_SetLockedState"); \ +static_assert(sizeof(SBZInteractableGate_Multicast_SetLockedState) == 0x000003, "Wrong size on SBZInteractableGate_Multicast_SetLockedState"); \ +static_assert(offsetof(SBZInteractableGate_Multicast_SetLockedState, bIsFromFrontAllowed) == 0x000000, "Member 'SBZInteractableGate_Multicast_SetLockedState::bIsFromFrontAllowed' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractableGate_Multicast_SetLockedState, bIsFromBackAllowed) == 0x000001, "Member 'SBZInteractableGate_Multicast_SetLockedState::bIsFromBackAllowed' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractableGate_Multicast_SetLockedState, bInIsMinigameIgnored) == 0x000002, "Member 'SBZInteractableGate_Multicast_SetLockedState::bInIsMinigameIgnored' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractableGate_OnAckAbortInteraction \ +static_assert(alignof(SBZInteractableGate_OnAckAbortInteraction) == 0x000008, "Wrong alignment on SBZInteractableGate_OnAckAbortInteraction"); \ +static_assert(sizeof(SBZInteractableGate_OnAckAbortInteraction) == 0x000018, "Wrong size on SBZInteractableGate_OnAckAbortInteraction"); \ +static_assert(offsetof(SBZInteractableGate_OnAckAbortInteraction, InInteractable) == 0x000000, "Member 'SBZInteractableGate_OnAckAbortInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractableGate_OnAckAbortInteraction, Interactor) == 0x000008, "Member 'SBZInteractableGate_OnAckAbortInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractableGate_OnAckAbortInteraction, bIsLocallyControlledInteractor) == 0x000010, "Member 'SBZInteractableGate_OnAckAbortInteraction::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractableGate_OnAckRejectedPredictedInteraction \ +static_assert(alignof(SBZInteractableGate_OnAckRejectedPredictedInteraction) == 0x000008, "Wrong alignment on SBZInteractableGate_OnAckRejectedPredictedInteraction"); \ +static_assert(sizeof(SBZInteractableGate_OnAckRejectedPredictedInteraction) == 0x000018, "Wrong size on SBZInteractableGate_OnAckRejectedPredictedInteraction"); \ +static_assert(offsetof(SBZInteractableGate_OnAckRejectedPredictedInteraction, InInteractable) == 0x000000, "Member 'SBZInteractableGate_OnAckRejectedPredictedInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractableGate_OnAckRejectedPredictedInteraction, Interactor) == 0x000008, "Member 'SBZInteractableGate_OnAckRejectedPredictedInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractableGate_OnAckRejectedPredictedInteraction, bIsLocallyControlledInteractor) == 0x000010, "Member 'SBZInteractableGate_OnAckRejectedPredictedInteraction::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractableGate_OnMiniGameStateChanged \ +static_assert(alignof(SBZInteractableGate_OnMiniGameStateChanged) == 0x000001, "Wrong alignment on SBZInteractableGate_OnMiniGameStateChanged"); \ +static_assert(sizeof(SBZInteractableGate_OnMiniGameStateChanged) == 0x000003, "Wrong size on SBZInteractableGate_OnMiniGameStateChanged"); \ +static_assert(offsetof(SBZInteractableGate_OnMiniGameStateChanged, OldState) == 0x000000, "Member 'SBZInteractableGate_OnMiniGameStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractableGate_OnMiniGameStateChanged, NewState) == 0x000001, "Member 'SBZInteractableGate_OnMiniGameStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractableGate_OnMiniGameStateChanged, bInIsLocallyControlled) == 0x000002, "Member 'SBZInteractableGate_OnMiniGameStateChanged::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractableGate_OnPredictedEndInteraction \ +static_assert(alignof(SBZInteractableGate_OnPredictedEndInteraction) == 0x000008, "Wrong alignment on SBZInteractableGate_OnPredictedEndInteraction"); \ +static_assert(sizeof(SBZInteractableGate_OnPredictedEndInteraction) == 0x000018, "Wrong size on SBZInteractableGate_OnPredictedEndInteraction"); \ +static_assert(offsetof(SBZInteractableGate_OnPredictedEndInteraction, InInteractable) == 0x000000, "Member 'SBZInteractableGate_OnPredictedEndInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractableGate_OnPredictedEndInteraction, Interactor) == 0x000008, "Member 'SBZInteractableGate_OnPredictedEndInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractableGate_OnPredictedEndInteraction, bIsLocallyControlledInteractor) == 0x000010, "Member 'SBZInteractableGate_OnPredictedEndInteraction::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractableGate_OnRep_IsMinigameIgnored \ +static_assert(alignof(SBZInteractableGate_OnRep_IsMinigameIgnored) == 0x000001, "Wrong alignment on SBZInteractableGate_OnRep_IsMinigameIgnored"); \ +static_assert(sizeof(SBZInteractableGate_OnRep_IsMinigameIgnored) == 0x000001, "Wrong size on SBZInteractableGate_OnRep_IsMinigameIgnored"); \ +static_assert(offsetof(SBZInteractableGate_OnRep_IsMinigameIgnored, bOldIsMinigameIgnored) == 0x000000, "Member 'SBZInteractableGate_OnRep_IsMinigameIgnored::bOldIsMinigameIgnored' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractableGate_OnServerCompleteInteraction \ +static_assert(alignof(SBZInteractableGate_OnServerCompleteInteraction) == 0x000008, "Wrong alignment on SBZInteractableGate_OnServerCompleteInteraction"); \ +static_assert(sizeof(SBZInteractableGate_OnServerCompleteInteraction) == 0x000018, "Wrong size on SBZInteractableGate_OnServerCompleteInteraction"); \ +static_assert(offsetof(SBZInteractableGate_OnServerCompleteInteraction, InInteractable) == 0x000000, "Member 'SBZInteractableGate_OnServerCompleteInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractableGate_OnServerCompleteInteraction, Interactor) == 0x000008, "Member 'SBZInteractableGate_OnServerCompleteInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractableGate_OnServerCompleteInteraction, bIsLocallyControlledInteractor) == 0x000010, "Member 'SBZInteractableGate_OnServerCompleteInteraction::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractableGate_OnStartInteraction \ +static_assert(alignof(SBZInteractableGate_OnStartInteraction) == 0x000008, "Wrong alignment on SBZInteractableGate_OnStartInteraction"); \ +static_assert(sizeof(SBZInteractableGate_OnStartInteraction) == 0x000018, "Wrong size on SBZInteractableGate_OnStartInteraction"); \ +static_assert(offsetof(SBZInteractableGate_OnStartInteraction, InInteractable) == 0x000000, "Member 'SBZInteractableGate_OnStartInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractableGate_OnStartInteraction, Interactor) == 0x000008, "Member 'SBZInteractableGate_OnStartInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractableGate_OnStartInteraction, bIsLocallyControlledInteractor) == 0x000010, "Member 'SBZInteractableGate_OnStartInteraction::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractableGate_SetLockedState \ +static_assert(alignof(SBZInteractableGate_SetLockedState) == 0x000001, "Wrong alignment on SBZInteractableGate_SetLockedState"); \ +static_assert(sizeof(SBZInteractableGate_SetLockedState) == 0x000003, "Wrong size on SBZInteractableGate_SetLockedState"); \ +static_assert(offsetof(SBZInteractableGate_SetLockedState, bIsFromFrontAllowed) == 0x000000, "Member 'SBZInteractableGate_SetLockedState::bIsFromFrontAllowed' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractableGate_SetLockedState, bIsFromBackAllowed) == 0x000001, "Member 'SBZInteractableGate_SetLockedState::bIsFromBackAllowed' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractableGate_SetLockedState, bInIsMinigameIgnored) == 0x000002, "Member 'SBZInteractableGate_SetLockedState::bInIsMinigameIgnored' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZInteractableGate \ +static_assert(alignof(ASBZInteractableGate) == 0x000008, "Wrong alignment on ASBZInteractableGate"); \ +static_assert(sizeof(ASBZInteractableGate) == 0x0005A8, "Wrong size on ASBZInteractableGate"); \ +static_assert(offsetof(ASBZInteractableGate, Interactable) == 0x000590, "Member 'ASBZInteractableGate::Interactable' has a wrong offset!"); \ +static_assert(offsetof(ASBZInteractableGate, MiniGameComponent) == 0x000598, "Member 'ASBZInteractableGate::MiniGameComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZInteractableWindow \ +static_assert(alignof(ASBZInteractableWindow) == 0x000008, "Wrong alignment on ASBZInteractableWindow"); \ +static_assert(sizeof(ASBZInteractableWindow) == 0x0005A8, "Wrong size on ASBZInteractableWindow"); \ + +#define DUMPER7_ASSERTS_USBZPawnWidget \ +static_assert(alignof(USBZPawnWidget) == 0x000008, "Wrong alignment on USBZPawnWidget"); \ +static_assert(sizeof(USBZPawnWidget) == 0x000298, "Wrong size on USBZPawnWidget"); \ +static_assert(offsetof(USBZPawnWidget, PlayerCharacter) == 0x000290, "Member 'USBZPawnWidget::PlayerCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDialogManager_Multicast_PlayDialog \ +static_assert(alignof(SBZDialogManager_Multicast_PlayDialog) == 0x000008, "Wrong alignment on SBZDialogManager_Multicast_PlayDialog"); \ +static_assert(sizeof(SBZDialogManager_Multicast_PlayDialog) == 0x000028, "Wrong size on SBZDialogManager_Multicast_PlayDialog"); \ +static_assert(offsetof(SBZDialogManager_Multicast_PlayDialog, DialogDataAsset) == 0x000000, "Member 'SBZDialogManager_Multicast_PlayDialog::DialogDataAsset' has a wrong offset!"); \ +static_assert(offsetof(SBZDialogManager_Multicast_PlayDialog, Performers) == 0x000008, "Member 'SBZDialogManager_Multicast_PlayDialog::Performers' has a wrong offset!"); \ +static_assert(offsetof(SBZDialogManager_Multicast_PlayDialog, DialogInstigator) == 0x000018, "Member 'SBZDialogManager_Multicast_PlayDialog::DialogInstigator' has a wrong offset!"); \ +static_assert(offsetof(SBZDialogManager_Multicast_PlayDialog, bCanBeQueued) == 0x000020, "Member 'SBZDialogManager_Multicast_PlayDialog::bCanBeQueued' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDialogManager \ +static_assert(alignof(USBZDialogManager) == 0x000008, "Wrong alignment on USBZDialogManager"); \ +static_assert(sizeof(USBZDialogManager) == 0x000130, "Wrong size on USBZDialogManager"); \ +static_assert(offsetof(USBZDialogManager, Narrator) == 0x0000C8, "Member 'USBZDialogManager::Narrator' has a wrong offset!"); \ +static_assert(offsetof(USBZDialogManager, ActiveDialogs) == 0x0000D0, "Member 'USBZDialogManager::ActiveDialogs' has a wrong offset!"); \ +static_assert(offsetof(USBZDialogManager, QueuedDialog) == 0x000120, "Member 'USBZDialogManager::QueuedDialog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3ActionNotificationWidget_AddNotification \ +static_assert(alignof(PD3ActionNotificationWidget_AddNotification) == 0x000008, "Wrong alignment on PD3ActionNotificationWidget_AddNotification"); \ +static_assert(sizeof(PD3ActionNotificationWidget_AddNotification) == 0x000020, "Wrong size on PD3ActionNotificationWidget_AddNotification"); \ +static_assert(offsetof(PD3ActionNotificationWidget_AddNotification, HUDNotification) == 0x000000, "Member 'PD3ActionNotificationWidget_AddNotification::HUDNotification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3ActionNotificationWidget_DisplayNotification \ +static_assert(alignof(PD3ActionNotificationWidget_DisplayNotification) == 0x000008, "Wrong alignment on PD3ActionNotificationWidget_DisplayNotification"); \ +static_assert(sizeof(PD3ActionNotificationWidget_DisplayNotification) == 0x000020, "Wrong size on PD3ActionNotificationWidget_DisplayNotification"); \ +static_assert(offsetof(PD3ActionNotificationWidget_DisplayNotification, InNotification) == 0x000000, "Member 'PD3ActionNotificationWidget_DisplayNotification::InNotification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3ActionNotificationWidget_OnAICharacterKilled \ +static_assert(alignof(PD3ActionNotificationWidget_OnAICharacterKilled) == 0x000008, "Wrong alignment on PD3ActionNotificationWidget_OnAICharacterKilled"); \ +static_assert(sizeof(PD3ActionNotificationWidget_OnAICharacterKilled) == 0x000008, "Wrong size on PD3ActionNotificationWidget_OnAICharacterKilled"); \ +static_assert(offsetof(PD3ActionNotificationWidget_OnAICharacterKilled, Character) == 0x000000, "Member 'PD3ActionNotificationWidget_OnAICharacterKilled::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3ActionNotificationWidget_OnNotificationAdded \ +static_assert(alignof(PD3ActionNotificationWidget_OnNotificationAdded) == 0x000008, "Wrong alignment on PD3ActionNotificationWidget_OnNotificationAdded"); \ +static_assert(sizeof(PD3ActionNotificationWidget_OnNotificationAdded) == 0x000020, "Wrong size on PD3ActionNotificationWidget_OnNotificationAdded"); \ +static_assert(offsetof(PD3ActionNotificationWidget_OnNotificationAdded, InNotificationAdded) == 0x000000, "Member 'PD3ActionNotificationWidget_OnNotificationAdded::InNotificationAdded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3ActionNotificationWidget_OnRevive \ +static_assert(alignof(PD3ActionNotificationWidget_OnRevive) == 0x000008, "Wrong alignment on PD3ActionNotificationWidget_OnRevive"); \ +static_assert(sizeof(PD3ActionNotificationWidget_OnRevive) == 0x000010, "Wrong size on PD3ActionNotificationWidget_OnRevive"); \ +static_assert(offsetof(PD3ActionNotificationWidget_OnRevive, ReviveEventData) == 0x000000, "Member 'PD3ActionNotificationWidget_OnRevive::ReviveEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3ActionNotificationWidget \ +static_assert(alignof(UPD3ActionNotificationWidget) == 0x000008, "Wrong alignment on UPD3ActionNotificationWidget"); \ +static_assert(sizeof(UPD3ActionNotificationWidget) == 0x000348, "Wrong size on UPD3ActionNotificationWidget"); \ +static_assert(offsetof(UPD3ActionNotificationWidget, HUDNotifications) == 0x000298, "Member 'UPD3ActionNotificationWidget::HUDNotifications' has a wrong offset!"); \ +static_assert(offsetof(UPD3ActionNotificationWidget, Text_ActionText) == 0x0002A8, "Member 'UPD3ActionNotificationWidget::Text_ActionText' has a wrong offset!"); \ +static_assert(offsetof(UPD3ActionNotificationWidget, FadeOutAnimation) == 0x0002B0, "Member 'UPD3ActionNotificationWidget::FadeOutAnimation' has a wrong offset!"); \ +static_assert(offsetof(UPD3ActionNotificationWidget, CasingNotification) == 0x0002B8, "Member 'UPD3ActionNotificationWidget::CasingNotification' has a wrong offset!"); \ +static_assert(offsetof(UPD3ActionNotificationWidget, InteractEncumberedNotification) == 0x0002D8, "Member 'UPD3ActionNotificationWidget::InteractEncumberedNotification' has a wrong offset!"); \ +static_assert(offsetof(UPD3ActionNotificationWidget, CasingControlsReference) == 0x0002F8, "Member 'UPD3ActionNotificationWidget::CasingControlsReference' has a wrong offset!"); \ +static_assert(offsetof(UPD3ActionNotificationWidget, KilledCivilianNotification) == 0x000320, "Member 'UPD3ActionNotificationWidget::KilledCivilianNotification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackableActor_BP_DisplayTextIndexChanged \ +static_assert(alignof(SBZHackableActor_BP_DisplayTextIndexChanged) == 0x000004, "Wrong alignment on SBZHackableActor_BP_DisplayTextIndexChanged"); \ +static_assert(sizeof(SBZHackableActor_BP_DisplayTextIndexChanged) == 0x000004, "Wrong size on SBZHackableActor_BP_DisplayTextIndexChanged"); \ +static_assert(offsetof(SBZHackableActor_BP_DisplayTextIndexChanged, NewIndex) == 0x000000, "Member 'SBZHackableActor_BP_DisplayTextIndexChanged::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackableActor_BP_OnHackingStarted \ +static_assert(alignof(SBZHackableActor_BP_OnHackingStarted) == 0x000008, "Wrong alignment on SBZHackableActor_BP_OnHackingStarted"); \ +static_assert(sizeof(SBZHackableActor_BP_OnHackingStarted) == 0x000018, "Wrong size on SBZHackableActor_BP_OnHackingStarted"); \ +static_assert(offsetof(SBZHackableActor_BP_OnHackingStarted, ProcessText) == 0x000000, "Member 'SBZHackableActor_BP_OnHackingStarted::ProcessText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackableActor_BP_OnStateChanged \ +static_assert(alignof(SBZHackableActor_BP_OnStateChanged) == 0x000001, "Wrong alignment on SBZHackableActor_BP_OnStateChanged"); \ +static_assert(sizeof(SBZHackableActor_BP_OnStateChanged) == 0x000002, "Wrong size on SBZHackableActor_BP_OnStateChanged"); \ +static_assert(offsetof(SBZHackableActor_BP_OnStateChanged, OldState) == 0x000000, "Member 'SBZHackableActor_BP_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZHackableActor_BP_OnStateChanged, NewState) == 0x000001, "Member 'SBZHackableActor_BP_OnStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackableActor_BP_UpdateCustomSuccessText \ +static_assert(alignof(SBZHackableActor_BP_UpdateCustomSuccessText) == 0x000008, "Wrong alignment on SBZHackableActor_BP_UpdateCustomSuccessText"); \ +static_assert(sizeof(SBZHackableActor_BP_UpdateCustomSuccessText) == 0x000018, "Wrong size on SBZHackableActor_BP_UpdateCustomSuccessText"); \ +static_assert(offsetof(SBZHackableActor_BP_UpdateCustomSuccessText, SucessText) == 0x000000, "Member 'SBZHackableActor_BP_UpdateCustomSuccessText::SucessText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackableActor_BP_UpdateProgressBar \ +static_assert(alignof(SBZHackableActor_BP_UpdateProgressBar) == 0x000004, "Wrong alignment on SBZHackableActor_BP_UpdateProgressBar"); \ +static_assert(sizeof(SBZHackableActor_BP_UpdateProgressBar) == 0x000004, "Wrong size on SBZHackableActor_BP_UpdateProgressBar"); \ +static_assert(offsetof(SBZHackableActor_BP_UpdateProgressBar, ProgressDone) == 0x000000, "Member 'SBZHackableActor_BP_UpdateProgressBar::ProgressDone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackableActor_InterruptHacking \ +static_assert(alignof(SBZHackableActor_InterruptHacking) == 0x000001, "Wrong alignment on SBZHackableActor_InterruptHacking"); \ +static_assert(sizeof(SBZHackableActor_InterruptHacking) == 0x000001, "Wrong size on SBZHackableActor_InterruptHacking"); \ +static_assert(offsetof(SBZHackableActor_InterruptHacking, InReason) == 0x000000, "Member 'SBZHackableActor_InterruptHacking::InReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackableActor_Multicast_ResetHackableActor \ +static_assert(alignof(SBZHackableActor_Multicast_ResetHackableActor) == 0x000001, "Wrong alignment on SBZHackableActor_Multicast_ResetHackableActor"); \ +static_assert(sizeof(SBZHackableActor_Multicast_ResetHackableActor) == 0x000001, "Wrong size on SBZHackableActor_Multicast_ResetHackableActor"); \ +static_assert(offsetof(SBZHackableActor_Multicast_ResetHackableActor, ResetState) == 0x000000, "Member 'SBZHackableActor_Multicast_ResetHackableActor::ResetState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackableActor_Multicast_SetState \ +static_assert(alignof(SBZHackableActor_Multicast_SetState) == 0x000001, "Wrong alignment on SBZHackableActor_Multicast_SetState"); \ +static_assert(sizeof(SBZHackableActor_Multicast_SetState) == 0x000001, "Wrong size on SBZHackableActor_Multicast_SetState"); \ +static_assert(offsetof(SBZHackableActor_Multicast_SetState, NewState) == 0x000000, "Member 'SBZHackableActor_Multicast_SetState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackableActor_Multicast_SetUnlockMode \ +static_assert(alignof(SBZHackableActor_Multicast_SetUnlockMode) == 0x000001, "Wrong alignment on SBZHackableActor_Multicast_SetUnlockMode"); \ +static_assert(sizeof(SBZHackableActor_Multicast_SetUnlockMode) == 0x000001, "Wrong size on SBZHackableActor_Multicast_SetUnlockMode"); \ +static_assert(offsetof(SBZHackableActor_Multicast_SetUnlockMode, InUnlockMode) == 0x000000, "Member 'SBZHackableActor_Multicast_SetUnlockMode::InUnlockMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackableActor_OnAckCompleteInteraction \ +static_assert(alignof(SBZHackableActor_OnAckCompleteInteraction) == 0x000008, "Wrong alignment on SBZHackableActor_OnAckCompleteInteraction"); \ +static_assert(sizeof(SBZHackableActor_OnAckCompleteInteraction) == 0x000018, "Wrong size on SBZHackableActor_OnAckCompleteInteraction"); \ +static_assert(offsetof(SBZHackableActor_OnAckCompleteInteraction, Interactable) == 0x000000, "Member 'SBZHackableActor_OnAckCompleteInteraction::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZHackableActor_OnAckCompleteInteraction, Interactor) == 0x000008, "Member 'SBZHackableActor_OnAckCompleteInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZHackableActor_OnAckCompleteInteraction, bIsLocallyControlledInteractor) == 0x000010, "Member 'SBZHackableActor_OnAckCompleteInteraction::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackableActor_OnInteractionStateChanged \ +static_assert(alignof(SBZHackableActor_OnInteractionStateChanged) == 0x000008, "Wrong alignment on SBZHackableActor_OnInteractionStateChanged"); \ +static_assert(sizeof(SBZHackableActor_OnInteractionStateChanged) == 0x000010, "Wrong size on SBZHackableActor_OnInteractionStateChanged"); \ +static_assert(offsetof(SBZHackableActor_OnInteractionStateChanged, InInteractableComponent) == 0x000000, "Member 'SBZHackableActor_OnInteractionStateChanged::InInteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZHackableActor_OnInteractionStateChanged, bInNewState) == 0x000008, "Member 'SBZHackableActor_OnInteractionStateChanged::bInNewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackableActor_OnRep_ReplicatedData \ +static_assert(alignof(SBZHackableActor_OnRep_ReplicatedData) == 0x000004, "Wrong alignment on SBZHackableActor_OnRep_ReplicatedData"); \ +static_assert(sizeof(SBZHackableActor_OnRep_ReplicatedData) == 0x000008, "Wrong size on SBZHackableActor_OnRep_ReplicatedData"); \ +static_assert(offsetof(SBZHackableActor_OnRep_ReplicatedData, OldData) == 0x000000, "Member 'SBZHackableActor_OnRep_ReplicatedData::OldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackableActor_ResetHackableActor \ +static_assert(alignof(SBZHackableActor_ResetHackableActor) == 0x000001, "Wrong alignment on SBZHackableActor_ResetHackableActor"); \ +static_assert(sizeof(SBZHackableActor_ResetHackableActor) == 0x000001, "Wrong size on SBZHackableActor_ResetHackableActor"); \ +static_assert(offsetof(SBZHackableActor_ResetHackableActor, ResetState) == 0x000000, "Member 'SBZHackableActor_ResetHackableActor::ResetState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackableActor_SetInteractionEnabled \ +static_assert(alignof(SBZHackableActor_SetInteractionEnabled) == 0x000001, "Wrong alignment on SBZHackableActor_SetInteractionEnabled"); \ +static_assert(sizeof(SBZHackableActor_SetInteractionEnabled) == 0x000001, "Wrong size on SBZHackableActor_SetInteractionEnabled"); \ +static_assert(offsetof(SBZHackableActor_SetInteractionEnabled, bEnabled) == 0x000000, "Member 'SBZHackableActor_SetInteractionEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackableActor_SetUnlockMode \ +static_assert(alignof(SBZHackableActor_SetUnlockMode) == 0x000001, "Wrong alignment on SBZHackableActor_SetUnlockMode"); \ +static_assert(sizeof(SBZHackableActor_SetUnlockMode) == 0x000001, "Wrong size on SBZHackableActor_SetUnlockMode"); \ +static_assert(offsetof(SBZHackableActor_SetUnlockMode, InUnlockMode) == 0x000000, "Member 'SBZHackableActor_SetUnlockMode::InUnlockMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackableActor_UpdateDisplayTextImportantInformation \ +static_assert(alignof(SBZHackableActor_UpdateDisplayTextImportantInformation) == 0x000008, "Wrong alignment on SBZHackableActor_UpdateDisplayTextImportantInformation"); \ +static_assert(sizeof(SBZHackableActor_UpdateDisplayTextImportantInformation) == 0x000020, "Wrong size on SBZHackableActor_UpdateDisplayTextImportantInformation"); \ +static_assert(offsetof(SBZHackableActor_UpdateDisplayTextImportantInformation, IndexToUpdate) == 0x000000, "Member 'SBZHackableActor_UpdateDisplayTextImportantInformation::IndexToUpdate' has a wrong offset!"); \ +static_assert(offsetof(SBZHackableActor_UpdateDisplayTextImportantInformation, InText) == 0x000008, "Member 'SBZHackableActor_UpdateDisplayTextImportantInformation::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackableActor_GetDuration \ +static_assert(alignof(SBZHackableActor_GetDuration) == 0x000004, "Wrong alignment on SBZHackableActor_GetDuration"); \ +static_assert(sizeof(SBZHackableActor_GetDuration) == 0x000004, "Wrong size on SBZHackableActor_GetDuration"); \ +static_assert(offsetof(SBZHackableActor_GetDuration, ReturnValue) == 0x000000, "Member 'SBZHackableActor_GetDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackableActor_VisionPredicate \ +static_assert(alignof(SBZHackableActor_VisionPredicate) == 0x000008, "Wrong alignment on SBZHackableActor_VisionPredicate"); \ +static_assert(sizeof(SBZHackableActor_VisionPredicate) == 0x000010, "Wrong size on SBZHackableActor_VisionPredicate"); \ +static_assert(offsetof(SBZHackableActor_VisionPredicate, Viewer) == 0x000000, "Member 'SBZHackableActor_VisionPredicate::Viewer' has a wrong offset!"); \ +static_assert(offsetof(SBZHackableActor_VisionPredicate, ReturnValue) == 0x000008, "Member 'SBZHackableActor_VisionPredicate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZHackableActor \ +static_assert(alignof(ASBZHackableActor) == 0x000008, "Wrong alignment on ASBZHackableActor"); \ +static_assert(sizeof(ASBZHackableActor) == 0x0004E8, "Wrong size on ASBZHackableActor"); \ +static_assert(offsetof(ASBZHackableActor, OnHackingStarted) == 0x0002F0, "Member 'ASBZHackableActor::OnHackingStarted' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, OnHackingResumed) == 0x000300, "Member 'ASBZHackableActor::OnHackingResumed' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, OnHackingUnlocked) == 0x000310, "Member 'ASBZHackableActor::OnHackingUnlocked' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, OnHackingComplete) == 0x000320, "Member 'ASBZHackableActor::OnHackingComplete' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, OnHackingInterrupted) == 0x000330, "Member 'ASBZHackableActor::OnHackingInterrupted' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, InteractableComponent) == 0x000340, "Member 'ASBZHackableActor::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, OutlineComponent) == 0x000348, "Member 'ASBZHackableActor::OutlineComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, AttractorComponent) == 0x000350, "Member 'ASBZHackableActor::AttractorComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, LifeActionComponent) == 0x000358, "Member 'ASBZHackableActor::LifeActionComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, LifeActionInstance) == 0x000360, "Member 'ASBZHackableActor::LifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, LifeActionSlot) == 0x000368, "Member 'ASBZHackableActor::LifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, StaticMesh) == 0x000370, "Member 'ASBZHackableActor::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, ShoutTarget) == 0x000378, "Member 'ASBZHackableActor::ShoutTarget' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, InteractionMarker) == 0x000380, "Member 'ASBZHackableActor::InteractionMarker' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, FixMarker) == 0x000388, "Member 'ASBZHackableActor::FixMarker' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, HackingMarker) == 0x000390, "Member 'ASBZHackableActor::HackingMarker' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, bStartActive) == 0x000398, "Member 'ASBZHackableActor::bStartActive' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, UnlockMode) == 0x000399, "Member 'ASBZHackableActor::UnlockMode' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, StealthDurationSeconds) == 0x00039C, "Member 'ASBZHackableActor::StealthDurationSeconds' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, LoudDurationSeconds) == 0x0003A0, "Member 'ASBZHackableActor::LoudDurationSeconds' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, DurationSeconds) == 0x0003A4, "Member 'ASBZHackableActor::DurationSeconds' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, ItemUnlockGameplayInteractionQuery) == 0x0003A8, "Member 'ASBZHackableActor::ItemUnlockGameplayInteractionQuery' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, GameplayEffectOnInteract) == 0x0003B0, "Member 'ASBZHackableActor::GameplayEffectOnInteract' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, bWillInterrupt) == 0x0003C0, "Member 'ASBZHackableActor::bWillInterrupt' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, InterruptionTimeInterval) == 0x0003C4, "Member 'ASBZHackableActor::InterruptionTimeInterval' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, CustomProcessText) == 0x0003D0, "Member 'ASBZHackableActor::CustomProcessText' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, CustomSuccessText) == 0x0003E8, "Member 'ASBZHackableActor::CustomSuccessText' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, bIsResetToGenericScreen) == 0x000400, "Member 'ASBZHackableActor::bIsResetToGenericScreen' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, bCanResetIfHackCompleted) == 0x000401, "Member 'ASBZHackableActor::bCanResetIfHackCompleted' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, bIsResetOnLoud) == 0x000402, "Member 'ASBZHackableActor::bIsResetOnLoud' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, ResetToState) == 0x000403, "Member 'ASBZHackableActor::ResetToState' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, ReplicatedData) == 0x000404, "Member 'ASBZHackableActor::ReplicatedData' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, RoomVolumes) == 0x000410, "Member 'ASBZHackableActor::RoomVolumes' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, DisplayTextArray) == 0x000420, "Member 'ASBZHackableActor::DisplayTextArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, AdditionalDisplayText) == 0x000430, "Member 'ASBZHackableActor::AdditionalDisplayText' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, AdditionalDisplayTextIndex) == 0x000490, "Member 'ASBZHackableActor::AdditionalDisplayTextIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, bIsOverwritingIndex) == 0x000494, "Member 'ASBZHackableActor::bIsOverwritingIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, NumberOfCodesToView) == 0x000498, "Member 'ASBZHackableActor::NumberOfCodesToView' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, CodeEmailIndex) == 0x00049C, "Member 'ASBZHackableActor::CodeEmailIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableActor, ObjectiveInfo) == 0x0004A0, "Member 'ASBZHackableActor::ObjectiveInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackableInfoActor_BP_SetInformation \ +static_assert(alignof(SBZHackableInfoActor_BP_SetInformation) == 0x000008, "Wrong alignment on SBZHackableInfoActor_BP_SetInformation"); \ +static_assert(sizeof(SBZHackableInfoActor_BP_SetInformation) == 0x000048, "Wrong size on SBZHackableInfoActor_BP_SetInformation"); \ +static_assert(offsetof(SBZHackableInfoActor_BP_SetInformation, OutLocationInformation) == 0x000000, "Member 'SBZHackableInfoActor_BP_SetInformation::OutLocationInformation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackableInfoActor_ResetHackableActorToGenericHack \ +static_assert(alignof(SBZHackableInfoActor_ResetHackableActorToGenericHack) == 0x000004, "Wrong alignment on SBZHackableInfoActor_ResetHackableActorToGenericHack"); \ +static_assert(sizeof(SBZHackableInfoActor_ResetHackableActorToGenericHack) == 0x000008, "Wrong size on SBZHackableInfoActor_ResetHackableActorToGenericHack"); \ +static_assert(offsetof(SBZHackableInfoActor_ResetHackableActorToGenericHack, InDuration) == 0x000000, "Member 'SBZHackableInfoActor_ResetHackableActorToGenericHack::InDuration' has a wrong offset!"); \ +static_assert(offsetof(SBZHackableInfoActor_ResetHackableActorToGenericHack, bKeepCustomMessage) == 0x000004, "Member 'SBZHackableInfoActor_ResetHackableActorToGenericHack::bKeepCustomMessage' has a wrong offset!"); \ +static_assert(offsetof(SBZHackableInfoActor_ResetHackableActorToGenericHack, ResetState) == 0x000005, "Member 'SBZHackableInfoActor_ResetHackableActorToGenericHack::ResetState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZHackableInfoActor \ +static_assert(alignof(ASBZHackableInfoActor) == 0x000008, "Wrong alignment on ASBZHackableInfoActor"); \ +static_assert(sizeof(ASBZHackableInfoActor) == 0x000578, "Wrong size on ASBZHackableInfoActor"); \ +static_assert(offsetof(ASBZHackableInfoActor, bHasBeenResetToGenericHack) == 0x000500, "Member 'ASBZHackableInfoActor::bHasBeenResetToGenericHack' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableInfoActor, CustomInfoProcessText) == 0x000508, "Member 'ASBZHackableInfoActor::CustomInfoProcessText' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableInfoActor, bShouldResetOnHeistStateChange) == 0x000520, "Member 'ASBZHackableInfoActor::bShouldResetOnHeistStateChange' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableInfoActor, DurationSecondsAfterReset) == 0x000524, "Member 'ASBZHackableInfoActor::DurationSecondsAfterReset' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableInfoActor, StateToResetTo) == 0x000528, "Member 'ASBZHackableInfoActor::StateToResetTo' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableInfoActor, bShouldKeepCustomMessage) == 0x000529, "Member 'ASBZHackableInfoActor::bShouldKeepCustomMessage' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableInfoActor, bShouldResetToGenericHack) == 0x00052A, "Member 'ASBZHackableInfoActor::bShouldResetToGenericHack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCharacterMantlingComponent \ +static_assert(alignof(USBZCharacterMantlingComponent) == 0x000010, "Wrong alignment on USBZCharacterMantlingComponent"); \ +static_assert(sizeof(USBZCharacterMantlingComponent) == 0x000280, "Wrong size on USBZCharacterMantlingComponent"); \ +static_assert(offsetof(USBZCharacterMantlingComponent, OverrideSoundEvent) == 0x0000C0, "Member 'USBZCharacterMantlingComponent::OverrideSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterMantlingComponent, FoleySoundEvent) == 0x0000C8, "Member 'USBZCharacterMantlingComponent::FoleySoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterMantlingComponent, bCanMakeNoise) == 0x0000D0, "Member 'USBZCharacterMantlingComponent::bCanMakeNoise' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterMantlingComponent, MantlingNoiseRange) == 0x0000D4, "Member 'USBZCharacterMantlingComponent::MantlingNoiseRange' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterMantlingComponent, OwnerCharacter) == 0x0000D8, "Member 'USBZCharacterMantlingComponent::OwnerCharacter' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterMantlingComponent, OwnerCharacterMovementComponent) == 0x0000E0, "Member 'USBZCharacterMantlingComponent::OwnerCharacterMovementComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_IsCriminal \ +static_assert(alignof(USBZAIUtilityScorer_IsCriminal) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_IsCriminal"); \ +static_assert(sizeof(USBZAIUtilityScorer_IsCriminal) == 0x000070, "Wrong size on USBZAIUtilityScorer_IsCriminal"); \ +static_assert(offsetof(USBZAIUtilityScorer_IsCriminal, BlackboardKey) == 0x000060, "Member 'USBZAIUtilityScorer_IsCriminal::BlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3AmmoAttributeWidget_InitializePlayerState \ +static_assert(alignof(PD3AmmoAttributeWidget_InitializePlayerState) == 0x000008, "Wrong alignment on PD3AmmoAttributeWidget_InitializePlayerState"); \ +static_assert(sizeof(PD3AmmoAttributeWidget_InitializePlayerState) == 0x000008, "Wrong size on PD3AmmoAttributeWidget_InitializePlayerState"); \ +static_assert(offsetof(PD3AmmoAttributeWidget_InitializePlayerState, InSBZPlayerState) == 0x000000, "Member 'PD3AmmoAttributeWidget_InitializePlayerState::InSBZPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3AmmoAttributeWidget_OnAmmoUpdated \ +static_assert(alignof(PD3AmmoAttributeWidget_OnAmmoUpdated) == 0x000004, "Wrong alignment on PD3AmmoAttributeWidget_OnAmmoUpdated"); \ +static_assert(sizeof(PD3AmmoAttributeWidget_OnAmmoUpdated) == 0x00000C, "Wrong size on PD3AmmoAttributeWidget_OnAmmoUpdated"); \ +static_assert(offsetof(PD3AmmoAttributeWidget_OnAmmoUpdated, AmmoLoadedUpdated) == 0x000000, "Member 'PD3AmmoAttributeWidget_OnAmmoUpdated::AmmoLoadedUpdated' has a wrong offset!"); \ +static_assert(offsetof(PD3AmmoAttributeWidget_OnAmmoUpdated, AmmoInventoryUpdated) == 0x000004, "Member 'PD3AmmoAttributeWidget_OnAmmoUpdated::AmmoInventoryUpdated' has a wrong offset!"); \ +static_assert(offsetof(PD3AmmoAttributeWidget_OnAmmoUpdated, AmmoTotal) == 0x000008, "Member 'PD3AmmoAttributeWidget_OnAmmoUpdated::AmmoTotal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3AmmoAttributeWidget_OnSetup \ +static_assert(alignof(PD3AmmoAttributeWidget_OnSetup) == 0x000004, "Wrong alignment on PD3AmmoAttributeWidget_OnSetup"); \ +static_assert(sizeof(PD3AmmoAttributeWidget_OnSetup) == 0x00000C, "Wrong size on PD3AmmoAttributeWidget_OnSetup"); \ +static_assert(offsetof(PD3AmmoAttributeWidget_OnSetup, AmmoLoadedSetup) == 0x000000, "Member 'PD3AmmoAttributeWidget_OnSetup::AmmoLoadedSetup' has a wrong offset!"); \ +static_assert(offsetof(PD3AmmoAttributeWidget_OnSetup, AmmoInventorySetup) == 0x000004, "Member 'PD3AmmoAttributeWidget_OnSetup::AmmoInventorySetup' has a wrong offset!"); \ +static_assert(offsetof(PD3AmmoAttributeWidget_OnSetup, AmmoTotal) == 0x000008, "Member 'PD3AmmoAttributeWidget_OnSetup::AmmoTotal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3AmmoAttributeWidget \ +static_assert(alignof(UPD3AmmoAttributeWidget) == 0x000008, "Wrong alignment on UPD3AmmoAttributeWidget"); \ +static_assert(sizeof(UPD3AmmoAttributeWidget) == 0x000310, "Wrong size on UPD3AmmoAttributeWidget"); \ +static_assert(offsetof(UPD3AmmoAttributeWidget, AmmoLoadedGameplayAttribute) == 0x000290, "Member 'UPD3AmmoAttributeWidget::AmmoLoadedGameplayAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPD3AmmoAttributeWidget, AmmoInventoryGameplayAttribute) == 0x0002C8, "Member 'UPD3AmmoAttributeWidget::AmmoInventoryGameplayAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPD3AmmoAttributeWidget, SBZPlayerState) == 0x000300, "Member 'UPD3AmmoAttributeWidget::SBZPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZEquippable \ +static_assert(alignof(ASBZEquippable) == 0x000010, "Wrong alignment on ASBZEquippable"); \ +static_assert(sizeof(ASBZEquippable) == 0x000450, "Wrong size on ASBZEquippable"); \ +static_assert(offsetof(ASBZEquippable, LocalDamageFeedback) == 0x0002A8, "Member 'ASBZEquippable::LocalDamageFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZEquippable, Mesh) == 0x000320, "Member 'ASBZEquippable::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZEquippable, EquippableIndex) == 0x000328, "Member 'ASBZEquippable::EquippableIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZEquippable, EquippableConfig) == 0x000330, "Member 'ASBZEquippable::EquippableConfig' has a wrong offset!"); \ +static_assert(offsetof(ASBZEquippable, ModOverrideGripAnimData) == 0x0003A0, "Member 'ASBZEquippable::ModOverrideGripAnimData' has a wrong offset!"); \ +static_assert(offsetof(ASBZEquippable, EquippableAkComponent) == 0x000410, "Member 'ASBZEquippable::EquippableAkComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZEquippable, EquippingEvent) == 0x000418, "Member 'ASBZEquippable::EquippingEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZEquippable, UnequippingEvent) == 0x000420, "Member 'ASBZEquippable::UnequippingEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZEquippable, EquippingEventRtpc) == 0x000428, "Member 'ASBZEquippable::EquippingEventRtpc' has a wrong offset!"); \ +static_assert(offsetof(ASBZEquippable, UnequippingEventRtpc) == 0x000430, "Member 'ASBZEquippable::UnequippingEventRtpc' has a wrong offset!"); \ +static_assert(offsetof(ASBZEquippable, bReplicateRootAttachment) == 0x000438, "Member 'ASBZEquippable::bReplicateRootAttachment' has a wrong offset!"); \ +static_assert(offsetof(ASBZEquippable, EquipmentState) == 0x00043C, "Member 'ASBZEquippable::EquipmentState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZWeapon \ +static_assert(alignof(ASBZWeapon) == 0x000010, "Wrong alignment on ASBZWeapon"); \ +static_assert(sizeof(ASBZWeapon) == 0x000550, "Wrong size on ASBZWeapon"); \ +static_assert(offsetof(ASBZWeapon, bMergeMeshes) == 0x000448, "Member 'ASBZWeapon::bMergeMeshes' has a wrong offset!"); \ +static_assert(offsetof(ASBZWeapon, ModularMeshComponent) == 0x000450, "Member 'ASBZWeapon::ModularMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZWeapon, bIsReloading) == 0x000459, "Member 'ASBZWeapon::bIsReloading' has a wrong offset!"); \ +static_assert(offsetof(ASBZWeapon, bIsEmpty) == 0x00045A, "Member 'ASBZWeapon::bIsEmpty' has a wrong offset!"); \ +static_assert(offsetof(ASBZWeapon, bIsCycle) == 0x00045B, "Member 'ASBZWeapon::bIsCycle' has a wrong offset!"); \ +static_assert(offsetof(ASBZWeapon, WeaponTags) == 0x000460, "Member 'ASBZWeapon::WeaponTags' has a wrong offset!"); \ +static_assert(offsetof(ASBZWeapon, ShaderSightOffset) == 0x000480, "Member 'ASBZWeapon::ShaderSightOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZWeapon, VelocityTrackedComponentMap) == 0x000488, "Member 'ASBZWeapon::VelocityTrackedComponentMap' has a wrong offset!"); \ +static_assert(offsetof(ASBZWeapon, PrespawnedActorMap) == 0x0004D8, "Member 'ASBZWeapon::PrespawnedActorMap' has a wrong offset!"); \ +static_assert(offsetof(ASBZWeapon, WeaponCustomizationFOV) == 0x000544, "Member 'ASBZWeapon::WeaponCustomizationFOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZRangedWeapon_BP_OnFireBuildupScaleChanged \ +static_assert(alignof(SBZRangedWeapon_BP_OnFireBuildupScaleChanged) == 0x000004, "Wrong alignment on SBZRangedWeapon_BP_OnFireBuildupScaleChanged"); \ +static_assert(sizeof(SBZRangedWeapon_BP_OnFireBuildupScaleChanged) == 0x000008, "Wrong size on SBZRangedWeapon_BP_OnFireBuildupScaleChanged"); \ +static_assert(offsetof(SBZRangedWeapon_BP_OnFireBuildupScaleChanged, OldScale) == 0x000000, "Member 'SBZRangedWeapon_BP_OnFireBuildupScaleChanged::OldScale' has a wrong offset!"); \ +static_assert(offsetof(SBZRangedWeapon_BP_OnFireBuildupScaleChanged, NewScale) == 0x000004, "Member 'SBZRangedWeapon_BP_OnFireBuildupScaleChanged::NewScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZRangedWeapon_BP_OnStartFireBuildupScaleChanged \ +static_assert(alignof(SBZRangedWeapon_BP_OnStartFireBuildupScaleChanged) == 0x000004, "Wrong alignment on SBZRangedWeapon_BP_OnStartFireBuildupScaleChanged"); \ +static_assert(sizeof(SBZRangedWeapon_BP_OnStartFireBuildupScaleChanged) == 0x000008, "Wrong size on SBZRangedWeapon_BP_OnStartFireBuildupScaleChanged"); \ +static_assert(offsetof(SBZRangedWeapon_BP_OnStartFireBuildupScaleChanged, OldScale) == 0x000000, "Member 'SBZRangedWeapon_BP_OnStartFireBuildupScaleChanged::OldScale' has a wrong offset!"); \ +static_assert(offsetof(SBZRangedWeapon_BP_OnStartFireBuildupScaleChanged, NewScale) == 0x000004, "Member 'SBZRangedWeapon_BP_OnStartFireBuildupScaleChanged::NewScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZRangedWeapon \ +static_assert(alignof(ASBZRangedWeapon) == 0x000010, "Wrong alignment on ASBZRangedWeapon"); \ +static_assert(sizeof(ASBZRangedWeapon) == 0x000750, "Wrong size on ASBZRangedWeapon"); \ +static_assert(offsetof(ASBZRangedWeapon, DefaultWeaponPartsTags) == 0x000548, "Member 'ASBZRangedWeapon::DefaultWeaponPartsTags' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, FireEffect) == 0x000568, "Member 'ASBZRangedWeapon::FireEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, FireEmitterMesh) == 0x000570, "Member 'ASBZRangedWeapon::FireEmitterMesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, FireEffectSocket) == 0x000578, "Member 'ASBZRangedWeapon::FireEffectSocket' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, FireEffectComponent) == 0x000588, "Member 'ASBZRangedWeapon::FireEffectComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, ShellEffect) == 0x000590, "Member 'ASBZRangedWeapon::ShellEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, ShellEffectSocket) == 0x000598, "Member 'ASBZRangedWeapon::ShellEffectSocket' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, bIsRecoilShellEffect) == 0x0005A4, "Member 'ASBZRangedWeapon::bIsRecoilShellEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, ShellEffectComponent) == 0x0005A8, "Member 'ASBZRangedWeapon::ShellEffectComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, TraceEffect) == 0x0005B0, "Member 'ASBZRangedWeapon::TraceEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, TraceEffectLength) == 0x0005B8, "Member 'ASBZRangedWeapon::TraceEffectLength' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, TraceEffectComponentArray) == 0x0005C0, "Member 'ASBZRangedWeapon::TraceEffectComponentArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, ShotsBeforeAutoFire) == 0x0005D0, "Member 'ASBZRangedWeapon::ShotsBeforeAutoFire' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, SingleFireEvent) == 0x0005D8, "Member 'ASBZRangedWeapon::SingleFireEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, AutoFireStartEvent) == 0x0005E0, "Member 'ASBZRangedWeapon::AutoFireStartEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, AutoFireStopEvent) == 0x0005E8, "Member 'ASBZRangedWeapon::AutoFireStopEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, FPEnterTargetingEvent) == 0x0005F0, "Member 'ASBZRangedWeapon::FPEnterTargetingEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, FPExitTargetingEvent) == 0x0005F8, "Member 'ASBZRangedWeapon::FPExitTargetingEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, DryFireEvent) == 0x000600, "Member 'ASBZRangedWeapon::DryFireEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, StartFireBuildupBeginEvent) == 0x000608, "Member 'ASBZRangedWeapon::StartFireBuildupBeginEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, StartFireBuildupEndEvent) == 0x000610, "Member 'ASBZRangedWeapon::StartFireBuildupEndEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, AmmoInMagazineRTPC) == 0x000618, "Member 'ASBZRangedWeapon::AmmoInMagazineRTPC' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, StartFireBuildupRTPC) == 0x000628, "Member 'ASBZRangedWeapon::StartFireBuildupRTPC' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, AmmoMeshComponentArray) == 0x000638, "Member 'ASBZRangedWeapon::AmmoMeshComponentArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, CurrentAmmoData) == 0x000648, "Member 'ASBZRangedWeapon::CurrentAmmoData' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, AmmoEquipped) == 0x000650, "Member 'ASBZRangedWeapon::AmmoEquipped' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, AmmoLoaded) == 0x000654, "Member 'ASBZRangedWeapon::AmmoLoaded' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, DroppedAmmoLoaded) == 0x000658, "Member 'ASBZRangedWeapon::DroppedAmmoLoaded' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, ChamberMeshArray) == 0x000688, "Member 'ASBZRangedWeapon::ChamberMeshArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, FireBuildupScale) == 0x000698, "Member 'ASBZRangedWeapon::FireBuildupScale' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, StartFireBuildupScale) == 0x00069C, "Member 'ASBZRangedWeapon::StartFireBuildupScale' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, bIsStartFireBuildupRotatingBarrel) == 0x0006A0, "Member 'ASBZRangedWeapon::bIsStartFireBuildupRotatingBarrel' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, StartFireBuildupBarrelRotationSpeedCurve) == 0x0006A8, "Member 'ASBZRangedWeapon::StartFireBuildupBarrelRotationSpeedCurve' has a wrong offset!"); \ +static_assert(offsetof(ASBZRangedWeapon, BarrelMeshArray) == 0x000730, "Member 'ASBZRangedWeapon::BarrelMeshArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZRangedProjectileWeapon \ +static_assert(alignof(ASBZRangedProjectileWeapon) == 0x000010, "Wrong alignment on ASBZRangedProjectileWeapon"); \ +static_assert(sizeof(ASBZRangedProjectileWeapon) == 0x000750, "Wrong size on ASBZRangedProjectileWeapon"); \ + +#define DUMPER7_ASSERTS_UPD3SecuritySettingDataModifiers \ +static_assert(alignof(UPD3SecuritySettingDataModifiers) == 0x000008, "Wrong alignment on UPD3SecuritySettingDataModifiers"); \ +static_assert(sizeof(UPD3SecuritySettingDataModifiers) == 0x000088, "Wrong size on UPD3SecuritySettingDataModifiers"); \ +static_assert(offsetof(UPD3SecuritySettingDataModifiers, SwappedSpawnGroups) == 0x000038, "Member 'UPD3SecuritySettingDataModifiers::SwappedSpawnGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_Timer \ +static_assert(alignof(USBZAIUtilityScorer_Timer) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_Timer"); \ +static_assert(sizeof(USBZAIUtilityScorer_Timer) == 0x000070, "Wrong size on USBZAIUtilityScorer_Timer"); \ +static_assert(offsetof(USBZAIUtilityScorer_Timer, TimerSetting) == 0x000060, "Member 'USBZAIUtilityScorer_Timer::TimerSetting' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityScorer_Timer, TimeStamp) == 0x000064, "Member 'USBZAIUtilityScorer_Timer::TimeStamp' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityScorer_Timer, Timer) == 0x000068, "Member 'USBZAIUtilityScorer_Timer::Timer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_AgilityLadder \ +static_assert(alignof(USBZNavArea_AgilityLadder) == 0x000008, "Wrong alignment on USBZNavArea_AgilityLadder"); \ +static_assert(sizeof(USBZNavArea_AgilityLadder) == 0x000050, "Wrong size on USBZNavArea_AgilityLadder"); \ + +#define DUMPER7_ASSERTS_UPD3AssaultSettings \ +static_assert(alignof(UPD3AssaultSettings) == 0x000008, "Wrong alignment on UPD3AssaultSettings"); \ +static_assert(sizeof(UPD3AssaultSettings) == 0x0009A8, "Wrong size on UPD3AssaultSettings"); \ +static_assert(offsetof(UPD3AssaultSettings, CheckIntervalSeconds) == 0x000038, "Member 'UPD3AssaultSettings::CheckIntervalSeconds' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, AnticipationPhaseDurationSeconds) == 0x00003C, "Member 'UPD3AssaultSettings::AnticipationPhaseDurationSeconds' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, BuildPhaseDurationSeconds) == 0x000040, "Member 'UPD3AssaultSettings::BuildPhaseDurationSeconds' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, MinFadePhaseDurationSeconds) == 0x000044, "Member 'UPD3AssaultSettings::MinFadePhaseDurationSeconds' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, MinAliveAISpawnCountTimeoutSeconds) == 0x000048, "Member 'UPD3AssaultSettings::MinAliveAISpawnCountTimeoutSeconds' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, MinDramaAndEngagementTimeoutSeconds) == 0x00004C, "Member 'UPD3AssaultSettings::MinDramaAndEngagementTimeoutSeconds' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, EndFadePhaseMinDramaScale) == 0x000050, "Member 'UPD3AssaultSettings::EndFadePhaseMinDramaScale' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, RegroupPhaseDurationSeconds) == 0x000054, "Member 'UPD3AssaultSettings::RegroupPhaseDurationSeconds' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, EndFadePhaseMinAliveAISpawnCount) == 0x000058, "Member 'UPD3AssaultSettings::EndFadePhaseMinAliveAISpawnCount' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, MaxTotalAISpawnCount) == 0x00005C, "Member 'UPD3AssaultSettings::MaxTotalAISpawnCount' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, MaxTotalAISpawnCountModifierCurve) == 0x000060, "Member 'UPD3AssaultSettings::MaxTotalAISpawnCountModifierCurve' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, MaxAliveAIPlayerModifier) == 0x0000E8, "Member 'UPD3AssaultSettings::MaxAliveAIPlayerModifier' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, MaxAliveAIProgressionModifierCurve) == 0x0000F8, "Member 'UPD3AssaultSettings::MaxAliveAIProgressionModifierCurve' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, MaxSpawnGroupQueryCount) == 0x000180, "Member 'UPD3AssaultSettings::MaxSpawnGroupQueryCount' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, PlatformSettingsArray) == 0x000184, "Member 'UPD3AssaultSettings::PlatformSettingsArray' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, DifficultySettingsArray) == 0x0001B8, "Member 'UPD3AssaultSettings::DifficultySettingsArray' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, DramaDifficultySettingsArray) == 0x000518, "Member 'UPD3AssaultSettings::DramaDifficultySettingsArray' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, PreferredSpawnTime) == 0x000898, "Member 'UPD3AssaultSettings::PreferredSpawnTime' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, PreferredSpawnDistance) == 0x00089C, "Member 'UPD3AssaultSettings::PreferredSpawnDistance' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, SpawnerTimeScoreWeight) == 0x0008A0, "Member 'UPD3AssaultSettings::SpawnerTimeScoreWeight' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, SpawnerDistScoreWeight) == 0x0008A4, "Member 'UPD3AssaultSettings::SpawnerDistScoreWeight' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, TypeCooldowns) == 0x0008A8, "Member 'UPD3AssaultSettings::TypeCooldowns' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, TypesToIgnoreDuringFirstBuildup) == 0x0008F8, "Member 'UPD3AssaultSettings::TypesToIgnoreDuringFirstBuildup' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, VehicleCheckInterval) == 0x000918, "Member 'UPD3AssaultSettings::VehicleCheckInterval' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, MaxNumVehicleSpawnRequests) == 0x000920, "Member 'UPD3AssaultSettings::MaxNumVehicleSpawnRequests' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, VehicleSpawnChance) == 0x000924, "Member 'UPD3AssaultSettings::VehicleSpawnChance' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, AttackingAiPerPlayer) == 0x000928, "Member 'UPD3AssaultSettings::AttackingAiPerPlayer' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, MaxNrAttackers) == 0x000948, "Member 'UPD3AssaultSettings::MaxNrAttackers' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, SecuritySettingDataModifiers) == 0x000950, "Member 'UPD3AssaultSettings::SecuritySettingDataModifiers' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultSettings, TypeLimits) == 0x000958, "Member 'UPD3AssaultSettings::TypeLimits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractorComponent_BP_GetProgress \ +static_assert(alignof(SBZInteractorComponent_BP_GetProgress) == 0x000004, "Wrong alignment on SBZInteractorComponent_BP_GetProgress"); \ +static_assert(sizeof(SBZInteractorComponent_BP_GetProgress) == 0x000004, "Wrong size on SBZInteractorComponent_BP_GetProgress"); \ +static_assert(offsetof(SBZInteractorComponent_BP_GetProgress, ReturnValue) == 0x000000, "Member 'SBZInteractorComponent_BP_GetProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractorComponent_Client_Removed \ +static_assert(alignof(SBZInteractorComponent_Client_Removed) == 0x000008, "Wrong alignment on SBZInteractorComponent_Client_Removed"); \ +static_assert(sizeof(SBZInteractorComponent_Client_Removed) == 0x000010, "Wrong size on SBZInteractorComponent_Client_Removed"); \ +static_assert(offsetof(SBZInteractorComponent_Client_Removed, Interaction) == 0x000000, "Member 'SBZInteractorComponent_Client_Removed::Interaction' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractorComponent_Client_Removed, Id) == 0x000008, "Member 'SBZInteractorComponent_Client_Removed::Id' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractorComponent_Client_StopInteraction \ +static_assert(alignof(SBZInteractorComponent_Client_StopInteraction) == 0x000008, "Wrong alignment on SBZInteractorComponent_Client_StopInteraction"); \ +static_assert(sizeof(SBZInteractorComponent_Client_StopInteraction) == 0x000010, "Wrong size on SBZInteractorComponent_Client_StopInteraction"); \ +static_assert(offsetof(SBZInteractorComponent_Client_StopInteraction, Interaction) == 0x000000, "Member 'SBZInteractorComponent_Client_StopInteraction::Interaction' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractorComponent_Client_StopInteraction, Id) == 0x000008, "Member 'SBZInteractorComponent_Client_StopInteraction::Id' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractorComponent_Multicast_AbortInteraction \ +static_assert(alignof(SBZInteractorComponent_Multicast_AbortInteraction) == 0x000008, "Wrong alignment on SBZInteractorComponent_Multicast_AbortInteraction"); \ +static_assert(sizeof(SBZInteractorComponent_Multicast_AbortInteraction) == 0x000008, "Wrong size on SBZInteractorComponent_Multicast_AbortInteraction"); \ +static_assert(offsetof(SBZInteractorComponent_Multicast_AbortInteraction, Interaction) == 0x000000, "Member 'SBZInteractorComponent_Multicast_AbortInteraction::Interaction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractorComponent_Multicast_CompletedInteraction \ +static_assert(alignof(SBZInteractorComponent_Multicast_CompletedInteraction) == 0x000008, "Wrong alignment on SBZInteractorComponent_Multicast_CompletedInteraction"); \ +static_assert(sizeof(SBZInteractorComponent_Multicast_CompletedInteraction) == 0x000010, "Wrong size on SBZInteractorComponent_Multicast_CompletedInteraction"); \ +static_assert(offsetof(SBZInteractorComponent_Multicast_CompletedInteraction, Interaction) == 0x000000, "Member 'SBZInteractorComponent_Multicast_CompletedInteraction::Interaction' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractorComponent_Multicast_CompletedInteraction, bIsInstant) == 0x000008, "Member 'SBZInteractorComponent_Multicast_CompletedInteraction::bIsInstant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractorComponent_Multicast_StartSimulatedInteraction \ +static_assert(alignof(SBZInteractorComponent_Multicast_StartSimulatedInteraction) == 0x000008, "Wrong alignment on SBZInteractorComponent_Multicast_StartSimulatedInteraction"); \ +static_assert(sizeof(SBZInteractorComponent_Multicast_StartSimulatedInteraction) == 0x000010, "Wrong size on SBZInteractorComponent_Multicast_StartSimulatedInteraction"); \ +static_assert(offsetof(SBZInteractorComponent_Multicast_StartSimulatedInteraction, Interaction) == 0x000000, "Member 'SBZInteractorComponent_Multicast_StartSimulatedInteraction::Interaction' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractorComponent_Multicast_StartSimulatedInteraction, InModeIndex) == 0x000008, "Member 'SBZInteractorComponent_Multicast_StartSimulatedInteraction::InModeIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractorComponent_OnRep_ReplicatedData \ +static_assert(alignof(SBZInteractorComponent_OnRep_ReplicatedData) == 0x000008, "Wrong alignment on SBZInteractorComponent_OnRep_ReplicatedData"); \ +static_assert(sizeof(SBZInteractorComponent_OnRep_ReplicatedData) == 0x000010, "Wrong size on SBZInteractorComponent_OnRep_ReplicatedData"); \ +static_assert(offsetof(SBZInteractorComponent_OnRep_ReplicatedData, OldReplicatedData) == 0x000000, "Member 'SBZInteractorComponent_OnRep_ReplicatedData::OldReplicatedData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractorComponent_Server_CompleteInteraction \ +static_assert(alignof(SBZInteractorComponent_Server_CompleteInteraction) == 0x000008, "Wrong alignment on SBZInteractorComponent_Server_CompleteInteraction"); \ +static_assert(sizeof(SBZInteractorComponent_Server_CompleteInteraction) == 0x000010, "Wrong size on SBZInteractorComponent_Server_CompleteInteraction"); \ +static_assert(offsetof(SBZInteractorComponent_Server_CompleteInteraction, Interaction) == 0x000000, "Member 'SBZInteractorComponent_Server_CompleteInteraction::Interaction' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractorComponent_Server_CompleteInteraction, Id) == 0x000008, "Member 'SBZInteractorComponent_Server_CompleteInteraction::Id' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractorComponent_Server_PredictionTimeout \ +static_assert(alignof(SBZInteractorComponent_Server_PredictionTimeout) == 0x000008, "Wrong alignment on SBZInteractorComponent_Server_PredictionTimeout"); \ +static_assert(sizeof(SBZInteractorComponent_Server_PredictionTimeout) == 0x000010, "Wrong size on SBZInteractorComponent_Server_PredictionTimeout"); \ +static_assert(offsetof(SBZInteractorComponent_Server_PredictionTimeout, Interaction) == 0x000000, "Member 'SBZInteractorComponent_Server_PredictionTimeout::Interaction' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractorComponent_Server_PredictionTimeout, Id) == 0x000008, "Member 'SBZInteractorComponent_Server_PredictionTimeout::Id' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractorComponent_Server_StartInteraction \ +static_assert(alignof(SBZInteractorComponent_Server_StartInteraction) == 0x000008, "Wrong alignment on SBZInteractorComponent_Server_StartInteraction"); \ +static_assert(sizeof(SBZInteractorComponent_Server_StartInteraction) == 0x000010, "Wrong size on SBZInteractorComponent_Server_StartInteraction"); \ +static_assert(offsetof(SBZInteractorComponent_Server_StartInteraction, Interaction) == 0x000000, "Member 'SBZInteractorComponent_Server_StartInteraction::Interaction' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractorComponent_Server_StartInteraction, Id) == 0x000008, "Member 'SBZInteractorComponent_Server_StartInteraction::Id' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractorComponent_Server_StartInteraction, InModeIndex) == 0x00000C, "Member 'SBZInteractorComponent_Server_StartInteraction::InModeIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractorComponent_Server_StopInteraction \ +static_assert(alignof(SBZInteractorComponent_Server_StopInteraction) == 0x000008, "Wrong alignment on SBZInteractorComponent_Server_StopInteraction"); \ +static_assert(sizeof(SBZInteractorComponent_Server_StopInteraction) == 0x000008, "Wrong size on SBZInteractorComponent_Server_StopInteraction"); \ +static_assert(offsetof(SBZInteractorComponent_Server_StopInteraction, Interaction) == 0x000000, "Member 'SBZInteractorComponent_Server_StopInteraction::Interaction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractorComponent_BP_GetModeIndex \ +static_assert(alignof(SBZInteractorComponent_BP_GetModeIndex) == 0x000004, "Wrong alignment on SBZInteractorComponent_BP_GetModeIndex"); \ +static_assert(sizeof(SBZInteractorComponent_BP_GetModeIndex) == 0x000004, "Wrong size on SBZInteractorComponent_BP_GetModeIndex"); \ +static_assert(offsetof(SBZInteractorComponent_BP_GetModeIndex, ReturnValue) == 0x000000, "Member 'SBZInteractorComponent_BP_GetModeIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractorComponent_GetCurrentInteraction \ +static_assert(alignof(SBZInteractorComponent_GetCurrentInteraction) == 0x000008, "Wrong alignment on SBZInteractorComponent_GetCurrentInteraction"); \ +static_assert(sizeof(SBZInteractorComponent_GetCurrentInteraction) == 0x000008, "Wrong size on SBZInteractorComponent_GetCurrentInteraction"); \ +static_assert(offsetof(SBZInteractorComponent_GetCurrentInteraction, ReturnValue) == 0x000000, "Member 'SBZInteractorComponent_GetCurrentInteraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZInteractorComponent \ +static_assert(alignof(USBZInteractorComponent) == 0x000008, "Wrong alignment on USBZInteractorComponent"); \ +static_assert(sizeof(USBZInteractorComponent) == 0x0001E8, "Wrong size on USBZInteractorComponent"); \ +static_assert(offsetof(USBZInteractorComponent, ReplicatedData) == 0x000108, "Member 'USBZInteractorComponent::ReplicatedData' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractorComponent, CurrentInteraction) == 0x000118, "Member 'USBZInteractorComponent::CurrentInteraction' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractorComponent, LastInteraction) == 0x000120, "Member 'USBZInteractorComponent::LastInteraction' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractorComponent, ServerCompletingInteractable) == 0x000128, "Member 'USBZInteractorComponent::ServerCompletingInteractable' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractorComponent, TickCompleteDuration) == 0x000130, "Member 'USBZInteractorComponent::TickCompleteDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractorComponent, bIsCompletePending) == 0x000134, "Member 'USBZInteractorComponent::bIsCompletePending' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractorComponent, InteractId) == 0x000138, "Member 'USBZInteractorComponent::InteractId' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractorComponent, ModeIndex) == 0x00013C, "Member 'USBZInteractorComponent::ModeIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractorComponent, ModeRaw) == 0x00013D, "Member 'USBZInteractorComponent::ModeRaw' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractorComponent, InteractionTraceResult) == 0x000140, "Member 'USBZInteractorComponent::InteractionTraceResult' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractorComponent, bIsInteractionSignalRequired) == 0x0001D0, "Member 'USBZInteractorComponent::bIsInteractionSignalRequired' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractorComponent, bIsScreenInteraction) == 0x0001D1, "Member 'USBZInteractorComponent::bIsScreenInteraction' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractorComponent, ScreenInteractDistance) == 0x0001D4, "Member 'USBZInteractorComponent::ScreenInteractDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractorComponent, MinScreenInteractDegrees) == 0x0001D8, "Member 'USBZInteractorComponent::MinScreenInteractDegrees' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractorComponent, MinScreenInteractDot) == 0x0001DC, "Member 'USBZInteractorComponent::MinScreenInteractDot' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractorComponent, bIsLocallyControlled) == 0x0001E0, "Member 'USBZInteractorComponent::bIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerInteractorComponent_GetModeDisplayData \ +static_assert(alignof(SBZPlayerInteractorComponent_GetModeDisplayData) == 0x000008, "Wrong alignment on SBZPlayerInteractorComponent_GetModeDisplayData"); \ +static_assert(sizeof(SBZPlayerInteractorComponent_GetModeDisplayData) == 0x000088, "Wrong size on SBZPlayerInteractorComponent_GetModeDisplayData"); \ +static_assert(offsetof(SBZPlayerInteractorComponent_GetModeDisplayData, Collection) == 0x000000, "Member 'SBZPlayerInteractorComponent_GetModeDisplayData::Collection' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerInteractorComponent_GetModeDisplayData, bIsInstant) == 0x000060, "Member 'SBZPlayerInteractorComponent_GetModeDisplayData::bIsInstant' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerInteractorComponent_GetModeDisplayData, bOutIsFront) == 0x000061, "Member 'SBZPlayerInteractorComponent_GetModeDisplayData::bOutIsFront' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerInteractorComponent_GetModeDisplayData, ReturnValue) == 0x000068, "Member 'SBZPlayerInteractorComponent_GetModeDisplayData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerInteractorComponent_CanInteract \ +static_assert(alignof(SBZPlayerInteractorComponent_CanInteract) == 0x000001, "Wrong alignment on SBZPlayerInteractorComponent_CanInteract"); \ +static_assert(sizeof(SBZPlayerInteractorComponent_CanInteract) == 0x000001, "Wrong size on SBZPlayerInteractorComponent_CanInteract"); \ +static_assert(offsetof(SBZPlayerInteractorComponent_CanInteract, ReturnValue) == 0x000000, "Member 'SBZPlayerInteractorComponent_CanInteract::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerInteractorComponent_GetSelectedInteraction \ +static_assert(alignof(SBZPlayerInteractorComponent_GetSelectedInteraction) == 0x000008, "Wrong alignment on SBZPlayerInteractorComponent_GetSelectedInteraction"); \ +static_assert(sizeof(SBZPlayerInteractorComponent_GetSelectedInteraction) == 0x000008, "Wrong size on SBZPlayerInteractorComponent_GetSelectedInteraction"); \ +static_assert(offsetof(SBZPlayerInteractorComponent_GetSelectedInteraction, ReturnValue) == 0x000000, "Member 'SBZPlayerInteractorComponent_GetSelectedInteraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerInteractorComponent_IsCurrentInstant \ +static_assert(alignof(SBZPlayerInteractorComponent_IsCurrentInstant) == 0x000001, "Wrong alignment on SBZPlayerInteractorComponent_IsCurrentInstant"); \ +static_assert(sizeof(SBZPlayerInteractorComponent_IsCurrentInstant) == 0x000001, "Wrong size on SBZPlayerInteractorComponent_IsCurrentInstant"); \ +static_assert(offsetof(SBZPlayerInteractorComponent_IsCurrentInstant, ReturnValue) == 0x000000, "Member 'SBZPlayerInteractorComponent_IsCurrentInstant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerInteractorComponent_ShowInteractWidget \ +static_assert(alignof(SBZPlayerInteractorComponent_ShowInteractWidget) == 0x000001, "Wrong alignment on SBZPlayerInteractorComponent_ShowInteractWidget"); \ +static_assert(sizeof(SBZPlayerInteractorComponent_ShowInteractWidget) == 0x000001, "Wrong size on SBZPlayerInteractorComponent_ShowInteractWidget"); \ +static_assert(offsetof(SBZPlayerInteractorComponent_ShowInteractWidget, ReturnValue) == 0x000000, "Member 'SBZPlayerInteractorComponent_ShowInteractWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerInteractorComponent \ +static_assert(alignof(USBZPlayerInteractorComponent) == 0x000008, "Wrong alignment on USBZPlayerInteractorComponent"); \ +static_assert(sizeof(USBZPlayerInteractorComponent) == 0x0003F8, "Wrong size on USBZPlayerInteractorComponent"); \ +static_assert(offsetof(USBZPlayerInteractorComponent, InteractionLockCameraData) == 0x000230, "Member 'USBZPlayerInteractorComponent::InteractionLockCameraData' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerInteractorComponent, DistancePitchCurve) == 0x000270, "Member 'USBZPlayerInteractorComponent::DistancePitchCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerInteractorComponent, Selected) == 0x000278, "Member 'USBZPlayerInteractorComponent::Selected' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerInteractorComponent, bIsValidThisFrame) == 0x0002D8, "Member 'USBZPlayerInteractorComponent::bIsValidThisFrame' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerInteractorComponent, LocalPlayerController) == 0x0002E0, "Member 'USBZPlayerInteractorComponent::LocalPlayerController' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerInteractorComponent, bIsInstantModeIndex) == 0x000378, "Member 'USBZPlayerInteractorComponent::bIsInstantModeIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerInteractorComponent, bIsFrontSelected) == 0x000379, "Member 'USBZPlayerInteractorComponent::bIsFrontSelected' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerInteractorComponent, LastFailedScreenInteractableCheckFrame) == 0x00037C, "Member 'USBZPlayerInteractorComponent::LastFailedScreenInteractableCheckFrame' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerInteractorComponent, CheckScreenInteractableFrameInterval) == 0x000380, "Member 'USBZPlayerInteractorComponent::CheckScreenInteractableFrameInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerInteractorComponent, PendingOnScreenDelay) == 0x000384, "Member 'USBZPlayerInteractorComponent::PendingOnScreenDelay' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerInteractorComponent, PendingOnScreenInteractable) == 0x000388, "Member 'USBZPlayerInteractorComponent::PendingOnScreenInteractable' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerInteractorComponent, PendingOnScreenTime) == 0x000390, "Member 'USBZPlayerInteractorComponent::PendingOnScreenTime' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerInteractorComponent, ModifiedSelected) == 0x000398, "Member 'USBZPlayerInteractorComponent::ModifiedSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDisableAimOffsetNotifyState \ +static_assert(alignof(USBZDisableAimOffsetNotifyState) == 0x000008, "Wrong alignment on USBZDisableAimOffsetNotifyState"); \ +static_assert(sizeof(USBZDisableAimOffsetNotifyState) == 0x000040, "Wrong size on USBZDisableAimOffsetNotifyState"); \ +static_assert(offsetof(USBZDisableAimOffsetNotifyState, DisableAimOffsetType) == 0x000038, "Member 'USBZDisableAimOffsetNotifyState::DisableAimOffsetType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZGameMode \ +static_assert(alignof(ASBZGameMode) == 0x000008, "Wrong alignment on ASBZGameMode"); \ +static_assert(sizeof(ASBZGameMode) == 0x000368, "Wrong size on ASBZGameMode"); \ +static_assert(offsetof(ASBZGameMode, PostKickPlayerRemovalDelay) == 0x000360, "Member 'ASBZGameMode::PostKickPlayerRemovalDelay' has a wrong offset!"); \ +static_assert(offsetof(ASBZGameMode, BuildNumber) == 0x000364, "Member 'ASBZGameMode::BuildNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_IsOnStreet \ +static_assert(alignof(USBZAIUtilityScorer_IsOnStreet) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_IsOnStreet"); \ +static_assert(sizeof(USBZAIUtilityScorer_IsOnStreet) == 0x000060, "Wrong size on USBZAIUtilityScorer_IsOnStreet"); \ + +#define DUMPER7_ASSERTS_ASBZMissionGameMode \ +static_assert(alignof(ASBZMissionGameMode) == 0x000008, "Wrong alignment on ASBZMissionGameMode"); \ +static_assert(sizeof(ASBZMissionGameMode) == 0x0003A0, "Wrong size on ASBZMissionGameMode"); \ +static_assert(offsetof(ASBZMissionGameMode, SpawnManager) == 0x000368, "Member 'ASBZMissionGameMode::SpawnManager' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionGameMode, AIVisibilityManager) == 0x000370, "Member 'ASBZMissionGameMode::AIVisibilityManager' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionGameMode, CoverPointManager) == 0x000378, "Member 'ASBZMissionGameMode::CoverPointManager' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionGameMode, FirePermissionManager) == 0x000380, "Member 'ASBZMissionGameMode::FirePermissionManager' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionGameMode, ReconnectPlayerStateDataArray) == 0x000388, "Member 'ASBZMissionGameMode::ReconnectPlayerStateDataArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionGameMode, MaxInactivePlayers) == 0x000398, "Member 'ASBZMissionGameMode::MaxInactivePlayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameMode_GetNegotiationManager \ +static_assert(alignof(PD3HeistGameMode_GetNegotiationManager) == 0x000008, "Wrong alignment on PD3HeistGameMode_GetNegotiationManager"); \ +static_assert(sizeof(PD3HeistGameMode_GetNegotiationManager) == 0x000008, "Wrong size on PD3HeistGameMode_GetNegotiationManager"); \ +static_assert(offsetof(PD3HeistGameMode_GetNegotiationManager, ReturnValue) == 0x000000, "Member 'PD3HeistGameMode_GetNegotiationManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APD3HeistGameMode \ +static_assert(alignof(APD3HeistGameMode) == 0x000008, "Wrong alignment on APD3HeistGameMode"); \ +static_assert(sizeof(APD3HeistGameMode) == 0x000490, "Wrong size on APD3HeistGameMode"); \ +static_assert(offsetof(APD3HeistGameMode, NegotiationManager) == 0x0003A0, "Member 'APD3HeistGameMode::NegotiationManager' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameMode, AssaultManager) == 0x0003A8, "Member 'APD3HeistGameMode::AssaultManager' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameMode, AISquadManager) == 0x0003B0, "Member 'APD3HeistGameMode::AISquadManager' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameMode, CivilianManager) == 0x0003B8, "Member 'APD3HeistGameMode::CivilianManager' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameMode, NavLinkManager) == 0x0003C0, "Member 'APD3HeistGameMode::NavLinkManager' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameMode, ChatInGame) == 0x0003C8, "Member 'APD3HeistGameMode::ChatInGame' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameMode, TrafficManager) == 0x0003D0, "Member 'APD3HeistGameMode::TrafficManager' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameMode, SearchManager) == 0x0003D8, "Member 'APD3HeistGameMode::SearchManager' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameMode, GlobalModifiers) == 0x0003E0, "Member 'APD3HeistGameMode::GlobalModifiers' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameMode, TransporterBrutalCarrySkillPlayerSet) == 0x0003E8, "Member 'APD3HeistGameMode::TransporterBrutalCarrySkillPlayerSet' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameMode, TransporterBrutalCarrySkillAISet) == 0x000438, "Member 'APD3HeistGameMode::TransporterBrutalCarrySkillAISet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_HeistState \ +static_assert(alignof(USBZAIUtilityScorer_HeistState) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_HeistState"); \ +static_assert(sizeof(USBZAIUtilityScorer_HeistState) == 0x000068, "Wrong size on USBZAIUtilityScorer_HeistState"); \ +static_assert(offsetof(USBZAIUtilityScorer_HeistState, AllowedStates) == 0x000060, "Member 'USBZAIUtilityScorer_HeistState::AllowedStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3AssaultManager_Get \ +static_assert(alignof(PD3AssaultManager_Get) == 0x000008, "Wrong alignment on PD3AssaultManager_Get"); \ +static_assert(sizeof(PD3AssaultManager_Get) == 0x000010, "Wrong size on PD3AssaultManager_Get"); \ +static_assert(offsetof(PD3AssaultManager_Get, WorldContextObject) == 0x000000, "Member 'PD3AssaultManager_Get::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PD3AssaultManager_Get, ReturnValue) == 0x000008, "Member 'PD3AssaultManager_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3AssaultManager_ForceSpawnSquad \ +static_assert(alignof(PD3AssaultManager_ForceSpawnSquad) == 0x000008, "Wrong alignment on PD3AssaultManager_ForceSpawnSquad"); \ +static_assert(sizeof(PD3AssaultManager_ForceSpawnSquad) == 0x000030, "Wrong size on PD3AssaultManager_ForceSpawnSquad"); \ +static_assert(offsetof(PD3AssaultManager_ForceSpawnSquad, PawnArray) == 0x000000, "Member 'PD3AssaultManager_ForceSpawnSquad::PawnArray' has a wrong offset!"); \ +static_assert(offsetof(PD3AssaultManager_ForceSpawnSquad, SpawnGroup) == 0x000010, "Member 'PD3AssaultManager_ForceSpawnSquad::SpawnGroup' has a wrong offset!"); \ +static_assert(offsetof(PD3AssaultManager_ForceSpawnSquad, bIsTypeLimitUsed) == 0x000018, "Member 'PD3AssaultManager_ForceSpawnSquad::bIsTypeLimitUsed' has a wrong offset!"); \ +static_assert(offsetof(PD3AssaultManager_ForceSpawnSquad, bIsTypeCooldownUsed) == 0x000019, "Member 'PD3AssaultManager_ForceSpawnSquad::bIsTypeCooldownUsed' has a wrong offset!"); \ +static_assert(offsetof(PD3AssaultManager_ForceSpawnSquad, TargetActor) == 0x000020, "Member 'PD3AssaultManager_ForceSpawnSquad::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(PD3AssaultManager_ForceSpawnSquad, bIsOutsideAssaultAllowed) == 0x000028, "Member 'PD3AssaultManager_ForceSpawnSquad::bIsOutsideAssaultAllowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3AssaultManager_OnDamageTakenEvent \ +static_assert(alignof(PD3AssaultManager_OnDamageTakenEvent) == 0x000008, "Wrong alignment on PD3AssaultManager_OnDamageTakenEvent"); \ +static_assert(sizeof(PD3AssaultManager_OnDamageTakenEvent) == 0x0000C8, "Wrong size on PD3AssaultManager_OnDamageTakenEvent"); \ +static_assert(offsetof(PD3AssaultManager_OnDamageTakenEvent, DamageEventdata) == 0x000000, "Member 'PD3AssaultManager_OnDamageTakenEvent::DamageEventdata' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3AssaultManager_OnECMCountChanged \ +static_assert(alignof(PD3AssaultManager_OnECMCountChanged) == 0x000004, "Wrong alignment on PD3AssaultManager_OnECMCountChanged"); \ +static_assert(sizeof(PD3AssaultManager_OnECMCountChanged) == 0x000010, "Wrong size on PD3AssaultManager_OnECMCountChanged"); \ +static_assert(offsetof(PD3AssaultManager_OnECMCountChanged, NewCount) == 0x000000, "Member 'PD3AssaultManager_OnECMCountChanged::NewCount' has a wrong offset!"); \ +static_assert(offsetof(PD3AssaultManager_OnECMCountChanged, OldCount) == 0x000004, "Member 'PD3AssaultManager_OnECMCountChanged::OldCount' has a wrong offset!"); \ +static_assert(offsetof(PD3AssaultManager_OnECMCountChanged, AddedTime) == 0x000008, "Member 'PD3AssaultManager_OnECMCountChanged::AddedTime' has a wrong offset!"); \ +static_assert(offsetof(PD3AssaultManager_OnECMCountChanged, bInIsSignalScanActive) == 0x00000C, "Member 'PD3AssaultManager_OnECMCountChanged::bInIsSignalScanActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3AssaultManager_OnHeistStateChanged \ +static_assert(alignof(PD3AssaultManager_OnHeistStateChanged) == 0x000001, "Wrong alignment on PD3AssaultManager_OnHeistStateChanged"); \ +static_assert(sizeof(PD3AssaultManager_OnHeistStateChanged) == 0x000002, "Wrong size on PD3AssaultManager_OnHeistStateChanged"); \ +static_assert(offsetof(PD3AssaultManager_OnHeistStateChanged, OldState) == 0x000000, "Member 'PD3AssaultManager_OnHeistStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(PD3AssaultManager_OnHeistStateChanged, NewState) == 0x000001, "Member 'PD3AssaultManager_OnHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3AssaultManager_OnPawnSpawned \ +static_assert(alignof(PD3AssaultManager_OnPawnSpawned) == 0x000008, "Wrong alignment on PD3AssaultManager_OnPawnSpawned"); \ +static_assert(sizeof(PD3AssaultManager_OnPawnSpawned) == 0x000010, "Wrong size on PD3AssaultManager_OnPawnSpawned"); \ +static_assert(offsetof(PD3AssaultManager_OnPawnSpawned, SpawnManager) == 0x000000, "Member 'PD3AssaultManager_OnPawnSpawned::SpawnManager' has a wrong offset!"); \ +static_assert(offsetof(PD3AssaultManager_OnPawnSpawned, Pawn) == 0x000008, "Member 'PD3AssaultManager_OnPawnSpawned::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3AssaultManager_OnPlayersAliveChanged \ +static_assert(alignof(PD3AssaultManager_OnPlayersAliveChanged) == 0x000008, "Wrong alignment on PD3AssaultManager_OnPlayersAliveChanged"); \ +static_assert(sizeof(PD3AssaultManager_OnPlayersAliveChanged) == 0x000010, "Wrong size on PD3AssaultManager_OnPlayersAliveChanged"); \ +static_assert(offsetof(PD3AssaultManager_OnPlayersAliveChanged, Players) == 0x000000, "Member 'PD3AssaultManager_OnPlayersAliveChanged::Players' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3AssaultManager_RequestVehicleSpawn \ +static_assert(alignof(PD3AssaultManager_RequestVehicleSpawn) == 0x000008, "Wrong alignment on PD3AssaultManager_RequestVehicleSpawn"); \ +static_assert(sizeof(PD3AssaultManager_RequestVehicleSpawn) == 0x000018, "Wrong size on PD3AssaultManager_RequestVehicleSpawn"); \ +static_assert(offsetof(PD3AssaultManager_RequestVehicleSpawn, VehicleData) == 0x000000, "Member 'PD3AssaultManager_RequestVehicleSpawn::VehicleData' has a wrong offset!"); \ +static_assert(offsetof(PD3AssaultManager_RequestVehicleSpawn, EnterSpline) == 0x000008, "Member 'PD3AssaultManager_RequestVehicleSpawn::EnterSpline' has a wrong offset!"); \ +static_assert(offsetof(PD3AssaultManager_RequestVehicleSpawn, ExitSpline) == 0x000010, "Member 'PD3AssaultManager_RequestVehicleSpawn::ExitSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3AssaultManager_SetAdditionalDistanceScoreWeight \ +static_assert(alignof(PD3AssaultManager_SetAdditionalDistanceScoreWeight) == 0x000004, "Wrong alignment on PD3AssaultManager_SetAdditionalDistanceScoreWeight"); \ +static_assert(sizeof(PD3AssaultManager_SetAdditionalDistanceScoreWeight) == 0x000004, "Wrong size on PD3AssaultManager_SetAdditionalDistanceScoreWeight"); \ +static_assert(offsetof(PD3AssaultManager_SetAdditionalDistanceScoreWeight, InWeight) == 0x000000, "Member 'PD3AssaultManager_SetAdditionalDistanceScoreWeight::InWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3AssaultManager_SetAdditionalTimeScoreWeight \ +static_assert(alignof(PD3AssaultManager_SetAdditionalTimeScoreWeight) == 0x000004, "Wrong alignment on PD3AssaultManager_SetAdditionalTimeScoreWeight"); \ +static_assert(sizeof(PD3AssaultManager_SetAdditionalTimeScoreWeight) == 0x000004, "Wrong size on PD3AssaultManager_SetAdditionalTimeScoreWeight"); \ +static_assert(offsetof(PD3AssaultManager_SetAdditionalTimeScoreWeight, InWeight) == 0x000000, "Member 'PD3AssaultManager_SetAdditionalTimeScoreWeight::InWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3AssaultManager_SetAssaultActive \ +static_assert(alignof(PD3AssaultManager_SetAssaultActive) == 0x000001, "Wrong alignment on PD3AssaultManager_SetAssaultActive"); \ +static_assert(sizeof(PD3AssaultManager_SetAssaultActive) == 0x000001, "Wrong size on PD3AssaultManager_SetAssaultActive"); \ +static_assert(offsetof(PD3AssaultManager_SetAssaultActive, bIsActive) == 0x000000, "Member 'PD3AssaultManager_SetAssaultActive::bIsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3AssaultManager_SetLevelProgression \ +static_assert(alignof(PD3AssaultManager_SetLevelProgression) == 0x000004, "Wrong alignment on PD3AssaultManager_SetLevelProgression"); \ +static_assert(sizeof(PD3AssaultManager_SetLevelProgression) == 0x000004, "Wrong size on PD3AssaultManager_SetLevelProgression"); \ +static_assert(offsetof(PD3AssaultManager_SetLevelProgression, InLevelProgression) == 0x000000, "Member 'PD3AssaultManager_SetLevelProgression::InLevelProgression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3AssaultManager_SetVehicleSpawnEnabled \ +static_assert(alignof(PD3AssaultManager_SetVehicleSpawnEnabled) == 0x000008, "Wrong alignment on PD3AssaultManager_SetVehicleSpawnEnabled"); \ +static_assert(sizeof(PD3AssaultManager_SetVehicleSpawnEnabled) == 0x000010, "Wrong size on PD3AssaultManager_SetVehicleSpawnEnabled"); \ +static_assert(offsetof(PD3AssaultManager_SetVehicleSpawnEnabled, Spline) == 0x000000, "Member 'PD3AssaultManager_SetVehicleSpawnEnabled::Spline' has a wrong offset!"); \ +static_assert(offsetof(PD3AssaultManager_SetVehicleSpawnEnabled, bEnabled) == 0x000008, "Member 'PD3AssaultManager_SetVehicleSpawnEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3AssaultManager_IsAssaultActive \ +static_assert(alignof(PD3AssaultManager_IsAssaultActive) == 0x000001, "Wrong alignment on PD3AssaultManager_IsAssaultActive"); \ +static_assert(sizeof(PD3AssaultManager_IsAssaultActive) == 0x000001, "Wrong size on PD3AssaultManager_IsAssaultActive"); \ +static_assert(offsetof(PD3AssaultManager_IsAssaultActive, ReturnValue) == 0x000000, "Member 'PD3AssaultManager_IsAssaultActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3AssaultManager \ +static_assert(alignof(UPD3AssaultManager) == 0x000008, "Wrong alignment on UPD3AssaultManager"); \ +static_assert(sizeof(UPD3AssaultManager) == 0x000528, "Wrong size on UPD3AssaultManager"); \ +static_assert(offsetof(UPD3AssaultManager, Settings) == 0x000068, "Member 'UPD3AssaultManager::Settings' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultManager, CachedSpawnOrders) == 0x000070, "Member 'UPD3AssaultManager::CachedSpawnOrders' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultManager, SpawnGroupSet) == 0x000080, "Member 'UPD3AssaultManager::SpawnGroupSet' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultManager, CountedTypes) == 0x000248, "Member 'UPD3AssaultManager::CountedTypes' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultManager, ECMBlockedTypes) == 0x000268, "Member 'UPD3AssaultManager::ECMBlockedTypes' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultManager, VehicleSpawnRequests) == 0x000458, "Member 'UPD3AssaultManager::VehicleSpawnRequests' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultManager, EnabledVehicleSplines) == 0x000478, "Member 'UPD3AssaultManager::EnabledVehicleSplines' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultManager, OccupiedVehicleSplines) == 0x000488, "Member 'UPD3AssaultManager::OccupiedVehicleSplines' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultManager, ThrowableTypeCooldown) == 0x0004C0, "Member 'UPD3AssaultManager::ThrowableTypeCooldown' has a wrong offset!"); \ +static_assert(offsetof(UPD3AssaultManager, BuddySystemAdditionalSpecials) == 0x000520, "Member 'UPD3AssaultManager::BuddySystemAdditionalSpecials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDisableSpeedWarpingNotifyState \ +static_assert(alignof(USBZDisableSpeedWarpingNotifyState) == 0x000008, "Wrong alignment on USBZDisableSpeedWarpingNotifyState"); \ +static_assert(sizeof(USBZDisableSpeedWarpingNotifyState) == 0x000038, "Wrong size on USBZDisableSpeedWarpingNotifyState"); \ + +#define DUMPER7_ASSERTS_SBZPlayerStateWidgetBase_InitializePlayerState \ +static_assert(alignof(SBZPlayerStateWidgetBase_InitializePlayerState) == 0x000008, "Wrong alignment on SBZPlayerStateWidgetBase_InitializePlayerState"); \ +static_assert(sizeof(SBZPlayerStateWidgetBase_InitializePlayerState) == 0x000008, "Wrong size on SBZPlayerStateWidgetBase_InitializePlayerState"); \ +static_assert(offsetof(SBZPlayerStateWidgetBase_InitializePlayerState, InPlayerState) == 0x000000, "Member 'SBZPlayerStateWidgetBase_InitializePlayerState::InPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerStateWidgetBase_IsWidgetForPlayerState \ +static_assert(alignof(SBZPlayerStateWidgetBase_IsWidgetForPlayerState) == 0x000008, "Wrong alignment on SBZPlayerStateWidgetBase_IsWidgetForPlayerState"); \ +static_assert(sizeof(SBZPlayerStateWidgetBase_IsWidgetForPlayerState) == 0x000010, "Wrong size on SBZPlayerStateWidgetBase_IsWidgetForPlayerState"); \ +static_assert(offsetof(SBZPlayerStateWidgetBase_IsWidgetForPlayerState, PlayerState_0) == 0x000000, "Member 'SBZPlayerStateWidgetBase_IsWidgetForPlayerState::PlayerState_0' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerStateWidgetBase_IsWidgetForPlayerState, ReturnValue) == 0x000008, "Member 'SBZPlayerStateWidgetBase_IsWidgetForPlayerState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerStateWidgetBase_IsForLocalPlayerState \ +static_assert(alignof(SBZPlayerStateWidgetBase_IsForLocalPlayerState) == 0x000001, "Wrong alignment on SBZPlayerStateWidgetBase_IsForLocalPlayerState"); \ +static_assert(sizeof(SBZPlayerStateWidgetBase_IsForLocalPlayerState) == 0x000001, "Wrong size on SBZPlayerStateWidgetBase_IsForLocalPlayerState"); \ +static_assert(offsetof(SBZPlayerStateWidgetBase_IsForLocalPlayerState, ReturnValue) == 0x000000, "Member 'SBZPlayerStateWidgetBase_IsForLocalPlayerState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerStateWidgetBase \ +static_assert(alignof(USBZPlayerStateWidgetBase) == 0x000008, "Wrong alignment on USBZPlayerStateWidgetBase"); \ +static_assert(sizeof(USBZPlayerStateWidgetBase) == 0x000298, "Wrong size on USBZPlayerStateWidgetBase"); \ +static_assert(offsetof(USBZPlayerStateWidgetBase, PlayerState) == 0x000290, "Member 'USBZPlayerStateWidgetBase::PlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_PlayerDefeatState \ +static_assert(alignof(USBZAIUtilityScorer_PlayerDefeatState) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_PlayerDefeatState"); \ +static_assert(sizeof(USBZAIUtilityScorer_PlayerDefeatState) == 0x000078, "Wrong size on USBZAIUtilityScorer_PlayerDefeatState"); \ +static_assert(offsetof(USBZAIUtilityScorer_PlayerDefeatState, States) == 0x000060, "Member 'USBZAIUtilityScorer_PlayerDefeatState::States' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityScorer_PlayerDefeatState, BlackboardKey) == 0x000064, "Member 'USBZAIUtilityScorer_PlayerDefeatState::BlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGlobalModifiers \ +static_assert(alignof(USBZGlobalModifiers) == 0x000008, "Wrong alignment on USBZGlobalModifiers"); \ +static_assert(sizeof(USBZGlobalModifiers) == 0x0001A8, "Wrong size on USBZGlobalModifiers"); \ +static_assert(offsetof(USBZGlobalModifiers, ModifierValues) == 0x000030, "Member 'USBZGlobalModifiers::ModifierValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3AttributePercentWidget_OnCurrentAttributeUpdate \ +static_assert(alignof(PD3AttributePercentWidget_OnCurrentAttributeUpdate) == 0x000004, "Wrong alignment on PD3AttributePercentWidget_OnCurrentAttributeUpdate"); \ +static_assert(sizeof(PD3AttributePercentWidget_OnCurrentAttributeUpdate) == 0x00000C, "Wrong size on PD3AttributePercentWidget_OnCurrentAttributeUpdate"); \ +static_assert(offsetof(PD3AttributePercentWidget_OnCurrentAttributeUpdate, NewValue) == 0x000000, "Member 'PD3AttributePercentWidget_OnCurrentAttributeUpdate::NewValue' has a wrong offset!"); \ +static_assert(offsetof(PD3AttributePercentWidget_OnCurrentAttributeUpdate, OldPercentage) == 0x000004, "Member 'PD3AttributePercentWidget_OnCurrentAttributeUpdate::OldPercentage' has a wrong offset!"); \ +static_assert(offsetof(PD3AttributePercentWidget_OnCurrentAttributeUpdate, NewPercentage) == 0x000008, "Member 'PD3AttributePercentWidget_OnCurrentAttributeUpdate::NewPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3AttributePercentWidget_OnMaxAttributeUpdate \ +static_assert(alignof(PD3AttributePercentWidget_OnMaxAttributeUpdate) == 0x000004, "Wrong alignment on PD3AttributePercentWidget_OnMaxAttributeUpdate"); \ +static_assert(sizeof(PD3AttributePercentWidget_OnMaxAttributeUpdate) == 0x00000C, "Wrong size on PD3AttributePercentWidget_OnMaxAttributeUpdate"); \ +static_assert(offsetof(PD3AttributePercentWidget_OnMaxAttributeUpdate, NewValue) == 0x000000, "Member 'PD3AttributePercentWidget_OnMaxAttributeUpdate::NewValue' has a wrong offset!"); \ +static_assert(offsetof(PD3AttributePercentWidget_OnMaxAttributeUpdate, OldPercentage) == 0x000004, "Member 'PD3AttributePercentWidget_OnMaxAttributeUpdate::OldPercentage' has a wrong offset!"); \ +static_assert(offsetof(PD3AttributePercentWidget_OnMaxAttributeUpdate, NewPercentage) == 0x000008, "Member 'PD3AttributePercentWidget_OnMaxAttributeUpdate::NewPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3AttributePercentWidget_OnSetup \ +static_assert(alignof(PD3AttributePercentWidget_OnSetup) == 0x000004, "Wrong alignment on PD3AttributePercentWidget_OnSetup"); \ +static_assert(sizeof(PD3AttributePercentWidget_OnSetup) == 0x00000C, "Wrong size on PD3AttributePercentWidget_OnSetup"); \ +static_assert(offsetof(PD3AttributePercentWidget_OnSetup, CurrentValueSetup) == 0x000000, "Member 'PD3AttributePercentWidget_OnSetup::CurrentValueSetup' has a wrong offset!"); \ +static_assert(offsetof(PD3AttributePercentWidget_OnSetup, MaxValueSetup) == 0x000004, "Member 'PD3AttributePercentWidget_OnSetup::MaxValueSetup' has a wrong offset!"); \ +static_assert(offsetof(PD3AttributePercentWidget_OnSetup, PercentageSetup) == 0x000008, "Member 'PD3AttributePercentWidget_OnSetup::PercentageSetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3AttributePercentWidget \ +static_assert(alignof(UPD3AttributePercentWidget) == 0x000008, "Wrong alignment on UPD3AttributePercentWidget"); \ +static_assert(sizeof(UPD3AttributePercentWidget) == 0x000318, "Wrong size on UPD3AttributePercentWidget"); \ +static_assert(offsetof(UPD3AttributePercentWidget, ValueGameplayAttribute) == 0x000298, "Member 'UPD3AttributePercentWidget::ValueGameplayAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPD3AttributePercentWidget, MaxGameplayAttribute) == 0x0002D0, "Member 'UPD3AttributePercentWidget::MaxGameplayAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPD3AttributePercentWidget, MinNonEmptyScale) == 0x000308, "Member 'UPD3AttributePercentWidget::MinNonEmptyScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3ConsumableStatusWidget_OnConsumableCountChanged \ +static_assert(alignof(PD3ConsumableStatusWidget_OnConsumableCountChanged) == 0x000004, "Wrong alignment on PD3ConsumableStatusWidget_OnConsumableCountChanged"); \ +static_assert(sizeof(PD3ConsumableStatusWidget_OnConsumableCountChanged) == 0x000004, "Wrong size on PD3ConsumableStatusWidget_OnConsumableCountChanged"); \ +static_assert(offsetof(PD3ConsumableStatusWidget_OnConsumableCountChanged, InAmmoInventory) == 0x000000, "Member 'PD3ConsumableStatusWidget_OnConsumableCountChanged::InAmmoInventory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3ConsumableStatusWidget_OnIconChanged \ +static_assert(alignof(PD3ConsumableStatusWidget_OnIconChanged) == 0x000008, "Wrong alignment on PD3ConsumableStatusWidget_OnIconChanged"); \ +static_assert(sizeof(PD3ConsumableStatusWidget_OnIconChanged) == 0x000030, "Wrong size on PD3ConsumableStatusWidget_OnIconChanged"); \ +static_assert(offsetof(PD3ConsumableStatusWidget_OnIconChanged, InIcon) == 0x000000, "Member 'PD3ConsumableStatusWidget_OnIconChanged::InIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3ConsumableStatusWidget \ +static_assert(alignof(UPD3ConsumableStatusWidget) == 0x000008, "Wrong alignment on UPD3ConsumableStatusWidget"); \ +static_assert(sizeof(UPD3ConsumableStatusWidget) == 0x000308, "Wrong size on UPD3ConsumableStatusWidget"); \ +static_assert(offsetof(UPD3ConsumableStatusWidget, Widget_AbilityAction) == 0x000298, "Member 'UPD3ConsumableStatusWidget::Widget_AbilityAction' has a wrong offset!"); \ +static_assert(offsetof(UPD3ConsumableStatusWidget, ConsumableCount) == 0x0002A0, "Member 'UPD3ConsumableStatusWidget::ConsumableCount' has a wrong offset!"); \ +static_assert(offsetof(UPD3ConsumableStatusWidget, Icon) == 0x0002A8, "Member 'UPD3ConsumableStatusWidget::Icon' has a wrong offset!"); \ +static_assert(offsetof(UPD3ConsumableStatusWidget, EmptyIcon) == 0x0002D8, "Member 'UPD3ConsumableStatusWidget::EmptyIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIVisualDetectionComponent_HandleOnNewPawn \ +static_assert(alignof(SBZAIVisualDetectionComponent_HandleOnNewPawn) == 0x000008, "Wrong alignment on SBZAIVisualDetectionComponent_HandleOnNewPawn"); \ +static_assert(sizeof(SBZAIVisualDetectionComponent_HandleOnNewPawn) == 0x000008, "Wrong size on SBZAIVisualDetectionComponent_HandleOnNewPawn"); \ +static_assert(offsetof(SBZAIVisualDetectionComponent_HandleOnNewPawn, Pawn) == 0x000000, "Member 'SBZAIVisualDetectionComponent_HandleOnNewPawn::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIVisualDetectionComponent_OnGameStateChanged \ +static_assert(alignof(SBZAIVisualDetectionComponent_OnGameStateChanged) == 0x000001, "Wrong alignment on SBZAIVisualDetectionComponent_OnGameStateChanged"); \ +static_assert(sizeof(SBZAIVisualDetectionComponent_OnGameStateChanged) == 0x000002, "Wrong size on SBZAIVisualDetectionComponent_OnGameStateChanged"); \ +static_assert(offsetof(SBZAIVisualDetectionComponent_OnGameStateChanged, OldState) == 0x000000, "Member 'SBZAIVisualDetectionComponent_OnGameStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisualDetectionComponent_OnGameStateChanged, NewState) == 0x000001, "Member 'SBZAIVisualDetectionComponent_OnGameStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIVisualDetectionComponent_OnHostageStateChanged \ +static_assert(alignof(SBZAIVisualDetectionComponent_OnHostageStateChanged) == 0x000001, "Wrong alignment on SBZAIVisualDetectionComponent_OnHostageStateChanged"); \ +static_assert(sizeof(SBZAIVisualDetectionComponent_OnHostageStateChanged) == 0x000001, "Wrong size on SBZAIVisualDetectionComponent_OnHostageStateChanged"); \ +static_assert(offsetof(SBZAIVisualDetectionComponent_OnHostageStateChanged, HostageState) == 0x000000, "Member 'SBZAIVisualDetectionComponent_OnHostageStateChanged::HostageState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIVisualDetectionComponent_OnLifetimeChanged \ +static_assert(alignof(SBZAIVisualDetectionComponent_OnLifetimeChanged) == 0x000008, "Wrong alignment on SBZAIVisualDetectionComponent_OnLifetimeChanged"); \ +static_assert(sizeof(SBZAIVisualDetectionComponent_OnLifetimeChanged) == 0x000008, "Wrong size on SBZAIVisualDetectionComponent_OnLifetimeChanged"); \ +static_assert(offsetof(SBZAIVisualDetectionComponent_OnLifetimeChanged, TargetPawn) == 0x000000, "Member 'SBZAIVisualDetectionComponent_OnLifetimeChanged::TargetPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIVisualDetectionComponent_OnPerceptionUpdated \ +static_assert(alignof(SBZAIVisualDetectionComponent_OnPerceptionUpdated) == 0x000008, "Wrong alignment on SBZAIVisualDetectionComponent_OnPerceptionUpdated"); \ +static_assert(sizeof(SBZAIVisualDetectionComponent_OnPerceptionUpdated) == 0x000060, "Wrong size on SBZAIVisualDetectionComponent_OnPerceptionUpdated"); \ +static_assert(offsetof(SBZAIVisualDetectionComponent_OnPerceptionUpdated, Actor) == 0x000000, "Member 'SBZAIVisualDetectionComponent_OnPerceptionUpdated::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisualDetectionComponent_OnPerceptionUpdated, Stimulus) == 0x000008, "Member 'SBZAIVisualDetectionComponent_OnPerceptionUpdated::Stimulus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIVisualDetectionComponent \ +static_assert(alignof(USBZAIVisualDetectionComponent) == 0x000008, "Wrong alignment on USBZAIVisualDetectionComponent"); \ +static_assert(sizeof(USBZAIVisualDetectionComponent) == 0x000318, "Wrong size on USBZAIVisualDetectionComponent"); \ +static_assert(offsetof(USBZAIVisualDetectionComponent, VisionDegradeSpeed) == 0x000108, "Member 'USBZAIVisualDetectionComponent::VisionDegradeSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZAIVisualDetectionComponent, VisionDegradeDelay) == 0x00010C, "Member 'USBZAIVisualDetectionComponent::VisionDegradeDelay' has a wrong offset!"); \ +static_assert(offsetof(USBZAIVisualDetectionComponent, SightDetectionCurve) == 0x000110, "Member 'USBZAIVisualDetectionComponent::SightDetectionCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZAIVisualDetectionComponent, bUsePeripheralMultiplierCurve) == 0x000198, "Member 'USBZAIVisualDetectionComponent::bUsePeripheralMultiplierCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZAIVisualDetectionComponent, PeripheralVisionDetectionMultiplier) == 0x0001A0, "Member 'USBZAIVisualDetectionComponent::PeripheralVisionDetectionMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZAIVisualDetectionComponent, bUseMovementAdditiveCurve) == 0x000228, "Member 'USBZAIVisualDetectionComponent::bUseMovementAdditiveCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZAIVisualDetectionComponent, MovementAdditiveSightCurve) == 0x000230, "Member 'USBZAIVisualDetectionComponent::MovementAdditiveSightCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZAIVisualDetectionComponent, bMarkAsCriminalOnSearch) == 0x0002B8, "Member 'USBZAIVisualDetectionComponent::bMarkAsCriminalOnSearch' has a wrong offset!"); \ +static_assert(offsetof(USBZAIVisualDetectionComponent, bShouldDisplayDetectionBuildup) == 0x0002B9, "Member 'USBZAIVisualDetectionComponent::bShouldDisplayDetectionBuildup' has a wrong offset!"); \ +static_assert(offsetof(USBZAIVisualDetectionComponent, IllegalActionGracePeriod) == 0x0002BC, "Member 'USBZAIVisualDetectionComponent::IllegalActionGracePeriod' has a wrong offset!"); \ +static_assert(offsetof(USBZAIVisualDetectionComponent, MaxLagCompensation) == 0x0002C0, "Member 'USBZAIVisualDetectionComponent::MaxLagCompensation' has a wrong offset!"); \ +static_assert(offsetof(USBZAIVisualDetectionComponent, IgnoreDisplayTagContainer) == 0x0002C8, "Member 'USBZAIVisualDetectionComponent::IgnoreDisplayTagContainer' has a wrong offset!"); \ +static_assert(offsetof(USBZAIVisualDetectionComponent, bOnlyDetectMovement) == 0x0002E8, "Member 'USBZAIVisualDetectionComponent::bOnlyDetectMovement' has a wrong offset!"); \ +static_assert(offsetof(USBZAIVisualDetectionComponent, bShouldPauseDetectionOnCriminal) == 0x0002E9, "Member 'USBZAIVisualDetectionComponent::bShouldPauseDetectionOnCriminal' has a wrong offset!"); \ +static_assert(offsetof(USBZAIVisualDetectionComponent, EnemyDetectionValue) == 0x0002F0, "Member 'USBZAIVisualDetectionComponent::EnemyDetectionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3CustodyTimerWidget \ +static_assert(alignof(UPD3CustodyTimerWidget) == 0x000008, "Wrong alignment on UPD3CustodyTimerWidget"); \ +static_assert(sizeof(UPD3CustodyTimerWidget) == 0x0002B8, "Wrong size on UPD3CustodyTimerWidget"); \ +static_assert(offsetof(UPD3CustodyTimerWidget, TitleText) == 0x000290, "Member 'UPD3CustodyTimerWidget::TitleText' has a wrong offset!"); \ +static_assert(offsetof(UPD3CustodyTimerWidget, PlayerState) == 0x000298, "Member 'UPD3CustodyTimerWidget::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(UPD3CustodyTimerWidget, TimerText) == 0x0002A0, "Member 'UPD3CustodyTimerWidget::TimerText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMatchmaking \ +static_assert(alignof(USBZMatchmaking) == 0x000008, "Wrong alignment on USBZMatchmaking"); \ +static_assert(sizeof(USBZMatchmaking) == 0x0001B8, "Wrong size on USBZMatchmaking"); \ +static_assert(offsetof(USBZMatchmaking, QueuedJoinLobby) == 0x000128, "Member 'USBZMatchmaking::QueuedJoinLobby' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMatchmakingEdgeGap \ +static_assert(alignof(USBZMatchmakingEdgeGap) == 0x000008, "Wrong alignment on USBZMatchmakingEdgeGap"); \ +static_assert(sizeof(USBZMatchmakingEdgeGap) == 0x000210, "Wrong size on USBZMatchmakingEdgeGap"); \ +static_assert(offsetof(USBZMatchmakingEdgeGap, EdgeGapSubsystem) == 0x0001E8, "Member 'USBZMatchmakingEdgeGap::EdgeGapSubsystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryGenerator_SafeWallPosition \ +static_assert(alignof(USBZEnvQueryGenerator_SafeWallPosition) == 0x000008, "Wrong alignment on USBZEnvQueryGenerator_SafeWallPosition"); \ +static_assert(sizeof(USBZEnvQueryGenerator_SafeWallPosition) == 0x000168, "Wrong size on USBZEnvQueryGenerator_SafeWallPosition"); \ +static_assert(offsetof(USBZEnvQueryGenerator_SafeWallPosition, SearchCenter) == 0x000058, "Member 'USBZEnvQueryGenerator_SafeWallPosition::SearchCenter' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryGenerator_SafeWallPosition, SearchRadius) == 0x000060, "Member 'USBZEnvQueryGenerator_SafeWallPosition::SearchRadius' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryGenerator_SafeWallPosition, EnemyContext) == 0x0000A0, "Member 'USBZEnvQueryGenerator_SafeWallPosition::EnemyContext' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryGenerator_SafeWallPosition, WallToEnemyMinDot) == 0x0000A8, "Member 'USBZEnvQueryGenerator_SafeWallPosition::WallToEnemyMinDot' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryGenerator_SafeWallPosition, PointDistance) == 0x0000E8, "Member 'USBZEnvQueryGenerator_SafeWallPosition::PointDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryGenerator_SafeWallPosition, NavFilterProvider) == 0x000128, "Member 'USBZEnvQueryGenerator_SafeWallPosition::NavFilterProvider' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCrewStateWidget_IsForLocalPlayerState \ +static_assert(alignof(SBZCrewStateWidget_IsForLocalPlayerState) == 0x000001, "Wrong alignment on SBZCrewStateWidget_IsForLocalPlayerState"); \ +static_assert(sizeof(SBZCrewStateWidget_IsForLocalPlayerState) == 0x000001, "Wrong size on SBZCrewStateWidget_IsForLocalPlayerState"); \ +static_assert(offsetof(SBZCrewStateWidget_IsForLocalPlayerState, ReturnValue) == 0x000000, "Member 'SBZCrewStateWidget_IsForLocalPlayerState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCrewStateWidget \ +static_assert(alignof(USBZCrewStateWidget) == 0x000008, "Wrong alignment on USBZCrewStateWidget"); \ +static_assert(sizeof(USBZCrewStateWidget) == 0x000298, "Wrong size on USBZCrewStateWidget"); \ +static_assert(offsetof(USBZCrewStateWidget, CrewStateActor) == 0x000290, "Member 'USBZCrewStateWidget::CrewStateActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_VisualDetection \ +static_assert(alignof(USBZAIUtilityScorer_VisualDetection) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_VisualDetection"); \ +static_assert(sizeof(USBZAIUtilityScorer_VisualDetection) == 0x000060, "Wrong size on USBZAIUtilityScorer_VisualDetection"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_WallRunningDetour \ +static_assert(alignof(USBZNavArea_WallRunningDetour) == 0x000008, "Wrong alignment on USBZNavArea_WallRunningDetour"); \ +static_assert(sizeof(USBZNavArea_WallRunningDetour) == 0x000050, "Wrong size on USBZNavArea_WallRunningDetour"); \ + +#define DUMPER7_ASSERTS_PD3DefeatTimerWidget_OnHeistStateChanged \ +static_assert(alignof(PD3DefeatTimerWidget_OnHeistStateChanged) == 0x000001, "Wrong alignment on PD3DefeatTimerWidget_OnHeistStateChanged"); \ +static_assert(sizeof(PD3DefeatTimerWidget_OnHeistStateChanged) == 0x000002, "Wrong size on PD3DefeatTimerWidget_OnHeistStateChanged"); \ +static_assert(offsetof(PD3DefeatTimerWidget_OnHeistStateChanged, OldState) == 0x000000, "Member 'PD3DefeatTimerWidget_OnHeistStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(PD3DefeatTimerWidget_OnHeistStateChanged, NewState) == 0x000001, "Member 'PD3DefeatTimerWidget_OnHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3DefeatTimerWidget \ +static_assert(alignof(UPD3DefeatTimerWidget) == 0x000008, "Wrong alignment on UPD3DefeatTimerWidget"); \ +static_assert(sizeof(UPD3DefeatTimerWidget) == 0x0002A8, "Wrong size on UPD3DefeatTimerWidget"); \ +static_assert(offsetof(UPD3DefeatTimerWidget, TimerText) == 0x000298, "Member 'UPD3DefeatTimerWidget::TimerText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3DetectionMeter_OnDetectionValueUpdated \ +static_assert(alignof(PD3DetectionMeter_OnDetectionValueUpdated) == 0x000004, "Wrong alignment on PD3DetectionMeter_OnDetectionValueUpdated"); \ +static_assert(sizeof(PD3DetectionMeter_OnDetectionValueUpdated) == 0x000004, "Wrong size on PD3DetectionMeter_OnDetectionValueUpdated"); \ +static_assert(offsetof(PD3DetectionMeter_OnDetectionValueUpdated, InDetectionValue) == 0x000000, "Member 'PD3DetectionMeter_OnDetectionValueUpdated::InDetectionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3DetectionMeter_OnNewDetector \ +static_assert(alignof(PD3DetectionMeter_OnNewDetector) == 0x000008, "Wrong alignment on PD3DetectionMeter_OnNewDetector"); \ +static_assert(sizeof(PD3DetectionMeter_OnNewDetector) == 0x000010, "Wrong size on PD3DetectionMeter_OnNewDetector"); \ +static_assert(offsetof(PD3DetectionMeter_OnNewDetector, InDetectingActor) == 0x000000, "Member 'PD3DetectionMeter_OnNewDetector::InDetectingActor' has a wrong offset!"); \ +static_assert(offsetof(PD3DetectionMeter_OnNewDetector, InDetectionValue) == 0x000008, "Member 'PD3DetectionMeter_OnNewDetector::InDetectionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3DetectionMeter \ +static_assert(alignof(UPD3DetectionMeter) == 0x000008, "Wrong alignment on UPD3DetectionMeter"); \ +static_assert(sizeof(UPD3DetectionMeter) == 0x0002A0, "Wrong size on UPD3DetectionMeter"); \ +static_assert(offsetof(UPD3DetectionMeter, CurrentValue) == 0x000290, "Member 'UPD3DetectionMeter::CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(UPD3DetectionMeter, DetectingActor) == 0x000298, "Member 'UPD3DetectionMeter::DetectingActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_IsPrimaryEquipped \ +static_assert(alignof(USBZAIUtilityScorer_IsPrimaryEquipped) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_IsPrimaryEquipped"); \ +static_assert(sizeof(USBZAIUtilityScorer_IsPrimaryEquipped) == 0x000060, "Wrong size on USBZAIUtilityScorer_IsPrimaryEquipped"); \ + +#define DUMPER7_ASSERTS_SBZPlayerStatePawnWidgetBase_IsWidgetPawnLocallyControlled \ +static_assert(alignof(SBZPlayerStatePawnWidgetBase_IsWidgetPawnLocallyControlled) == 0x000001, "Wrong alignment on SBZPlayerStatePawnWidgetBase_IsWidgetPawnLocallyControlled"); \ +static_assert(sizeof(SBZPlayerStatePawnWidgetBase_IsWidgetPawnLocallyControlled) == 0x000001, "Wrong size on SBZPlayerStatePawnWidgetBase_IsWidgetPawnLocallyControlled"); \ +static_assert(offsetof(SBZPlayerStatePawnWidgetBase_IsWidgetPawnLocallyControlled, ReturnValue) == 0x000000, "Member 'SBZPlayerStatePawnWidgetBase_IsWidgetPawnLocallyControlled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerStatePawnWidgetBase \ +static_assert(alignof(USBZPlayerStatePawnWidgetBase) == 0x000008, "Wrong alignment on USBZPlayerStatePawnWidgetBase"); \ +static_assert(sizeof(USBZPlayerStatePawnWidgetBase) == 0x0002A8, "Wrong size on USBZPlayerStatePawnWidgetBase"); \ +static_assert(offsetof(USBZPlayerStatePawnWidgetBase, PlayerCharacter) == 0x0002A0, "Member 'USBZPlayerStatePawnWidgetBase::PlayerCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_AttractorPrio \ +static_assert(alignof(USBZEnvQueryTest_AttractorPrio) == 0x000008, "Wrong alignment on USBZEnvQueryTest_AttractorPrio"); \ +static_assert(sizeof(USBZEnvQueryTest_AttractorPrio) == 0x000238, "Wrong size on USBZEnvQueryTest_AttractorPrio"); \ + +#define DUMPER7_ASSERTS_PD3DetectionMeterContainer_OnObserved \ +static_assert(alignof(PD3DetectionMeterContainer_OnObserved) == 0x000001, "Wrong alignment on PD3DetectionMeterContainer_OnObserved"); \ +static_assert(sizeof(PD3DetectionMeterContainer_OnObserved) == 0x000001, "Wrong size on PD3DetectionMeterContainer_OnObserved"); \ +static_assert(offsetof(PD3DetectionMeterContainer_OnObserved, bIsObserved) == 0x000000, "Member 'PD3DetectionMeterContainer_OnObserved::bIsObserved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3DetectionMeterContainer_OnObservedChanged \ +static_assert(alignof(PD3DetectionMeterContainer_OnObservedChanged) == 0x000001, "Wrong alignment on PD3DetectionMeterContainer_OnObservedChanged"); \ +static_assert(sizeof(PD3DetectionMeterContainer_OnObservedChanged) == 0x000001, "Wrong size on PD3DetectionMeterContainer_OnObservedChanged"); \ +static_assert(offsetof(PD3DetectionMeterContainer_OnObservedChanged, bObserved) == 0x000000, "Member 'PD3DetectionMeterContainer_OnObservedChanged::bObserved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3DetectionMeterContainer \ +static_assert(alignof(UPD3DetectionMeterContainer) == 0x000008, "Wrong alignment on UPD3DetectionMeterContainer"); \ +static_assert(sizeof(UPD3DetectionMeterContainer) == 0x0002E0, "Wrong size on UPD3DetectionMeterContainer"); \ +static_assert(offsetof(UPD3DetectionMeterContainer, DetectionMeterClass) == 0x0002A8, "Member 'UPD3DetectionMeterContainer::DetectionMeterClass' has a wrong offset!"); \ +static_assert(offsetof(UPD3DetectionMeterContainer, Overlay_DetectionMeters) == 0x0002B0, "Member 'UPD3DetectionMeterContainer::Overlay_DetectionMeters' has a wrong offset!"); \ +static_assert(offsetof(UPD3DetectionMeterContainer, DetectedAudioEvent) == 0x0002B8, "Member 'UPD3DetectionMeterContainer::DetectedAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(UPD3DetectionMeterContainer, DetectedAudioEventCooldown) == 0x0002C0, "Member 'UPD3DetectionMeterContainer::DetectedAudioEventCooldown' has a wrong offset!"); \ +static_assert(offsetof(UPD3DetectionMeterContainer, DetectionMeters) == 0x0002C8, "Member 'UPD3DetectionMeterContainer::DetectionMeters' has a wrong offset!"); \ +static_assert(offsetof(UPD3DetectionMeterContainer, TimeLastPlayedDetectedAudio) == 0x0002D8, "Member 'UPD3DetectionMeterContainer::TimeLastPlayedDetectedAudio' has a wrong offset!"); \ +static_assert(offsetof(UPD3DetectionMeterContainer, bIsBeingDetected) == 0x0002DC, "Member 'UPD3DetectionMeterContainer::bIsBeingDetected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIVisibilityManager_GetAIVisibilityManager \ +static_assert(alignof(SBZAIVisibilityManager_GetAIVisibilityManager) == 0x000008, "Wrong alignment on SBZAIVisibilityManager_GetAIVisibilityManager"); \ +static_assert(sizeof(SBZAIVisibilityManager_GetAIVisibilityManager) == 0x000010, "Wrong size on SBZAIVisibilityManager_GetAIVisibilityManager"); \ +static_assert(offsetof(SBZAIVisibilityManager_GetAIVisibilityManager, WorldContextObject) == 0x000000, "Member 'SBZAIVisibilityManager_GetAIVisibilityManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_GetAIVisibilityManager, ReturnValue) == 0x000008, "Member 'SBZAIVisibilityManager_GetAIVisibilityManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIVisibilityManager_RegisterCoverPointVisibilityCheck \ +static_assert(alignof(SBZAIVisibilityManager_RegisterCoverPointVisibilityCheck) == 0x000008, "Wrong alignment on SBZAIVisibilityManager_RegisterCoverPointVisibilityCheck"); \ +static_assert(sizeof(SBZAIVisibilityManager_RegisterCoverPointVisibilityCheck) == 0x000028, "Wrong size on SBZAIVisibilityManager_RegisterCoverPointVisibilityCheck"); \ +static_assert(offsetof(SBZAIVisibilityManager_RegisterCoverPointVisibilityCheck, Caller) == 0x000000, "Member 'SBZAIVisibilityManager_RegisterCoverPointVisibilityCheck::Caller' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_RegisterCoverPointVisibilityCheck, CoverPoint) == 0x000008, "Member 'SBZAIVisibilityManager_RegisterCoverPointVisibilityCheck::CoverPoint' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_RegisterCoverPointVisibilityCheck, Enemies) == 0x000010, "Member 'SBZAIVisibilityManager_RegisterCoverPointVisibilityCheck::Enemies' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_RegisterCoverPointVisibilityCheck, Score) == 0x000020, "Member 'SBZAIVisibilityManager_RegisterCoverPointVisibilityCheck::Score' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIVisibilityManager_RegisterRandomSublevelVisComponent \ +static_assert(alignof(SBZAIVisibilityManager_RegisterRandomSublevelVisComponent) == 0x000008, "Wrong alignment on SBZAIVisibilityManager_RegisterRandomSublevelVisComponent"); \ +static_assert(sizeof(SBZAIVisibilityManager_RegisterRandomSublevelVisComponent) == 0x000008, "Wrong size on SBZAIVisibilityManager_RegisterRandomSublevelVisComponent"); \ +static_assert(offsetof(SBZAIVisibilityManager_RegisterRandomSublevelVisComponent, InRandomSublevelVisComponent) == 0x000000, "Member 'SBZAIVisibilityManager_RegisterRandomSublevelVisComponent::InRandomSublevelVisComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIVisibilityManager_RegisterRelevantAIVisibilityActor \ +static_assert(alignof(SBZAIVisibilityManager_RegisterRelevantAIVisibilityActor) == 0x000008, "Wrong alignment on SBZAIVisibilityManager_RegisterRelevantAIVisibilityActor"); \ +static_assert(sizeof(SBZAIVisibilityManager_RegisterRelevantAIVisibilityActor) == 0x000010, "Wrong size on SBZAIVisibilityManager_RegisterRelevantAIVisibilityActor"); \ +static_assert(offsetof(SBZAIVisibilityManager_RegisterRelevantAIVisibilityActor, AIVisibilityRelevantActor) == 0x000000, "Member 'SBZAIVisibilityManager_RegisterRelevantAIVisibilityActor::AIVisibilityRelevantActor' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_RegisterRelevantAIVisibilityActor, ReturnValue) == 0x000008, "Member 'SBZAIVisibilityManager_RegisterRelevantAIVisibilityActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIVisibilityManager_RegisterVisibilityComponent \ +static_assert(alignof(SBZAIVisibilityManager_RegisterVisibilityComponent) == 0x000008, "Wrong alignment on SBZAIVisibilityManager_RegisterVisibilityComponent"); \ +static_assert(sizeof(SBZAIVisibilityManager_RegisterVisibilityComponent) == 0x000008, "Wrong size on SBZAIVisibilityManager_RegisterVisibilityComponent"); \ +static_assert(offsetof(SBZAIVisibilityManager_RegisterVisibilityComponent, InVisibilityComponent) == 0x000000, "Member 'SBZAIVisibilityManager_RegisterVisibilityComponent::InVisibilityComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIVisibilityManager_UnregisterCoverPointVisibilityCheck \ +static_assert(alignof(SBZAIVisibilityManager_UnregisterCoverPointVisibilityCheck) == 0x000008, "Wrong alignment on SBZAIVisibilityManager_UnregisterCoverPointVisibilityCheck"); \ +static_assert(sizeof(SBZAIVisibilityManager_UnregisterCoverPointVisibilityCheck) == 0x000008, "Wrong size on SBZAIVisibilityManager_UnregisterCoverPointVisibilityCheck"); \ +static_assert(offsetof(SBZAIVisibilityManager_UnregisterCoverPointVisibilityCheck, Caller) == 0x000000, "Member 'SBZAIVisibilityManager_UnregisterCoverPointVisibilityCheck::Caller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIVisibilityManager_UnregisterRandomSublevelVisComponent \ +static_assert(alignof(SBZAIVisibilityManager_UnregisterRandomSublevelVisComponent) == 0x000008, "Wrong alignment on SBZAIVisibilityManager_UnregisterRandomSublevelVisComponent"); \ +static_assert(sizeof(SBZAIVisibilityManager_UnregisterRandomSublevelVisComponent) == 0x000008, "Wrong size on SBZAIVisibilityManager_UnregisterRandomSublevelVisComponent"); \ +static_assert(offsetof(SBZAIVisibilityManager_UnregisterRandomSublevelVisComponent, InRandomSublevelVisComponent) == 0x000000, "Member 'SBZAIVisibilityManager_UnregisterRandomSublevelVisComponent::InRandomSublevelVisComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIVisibilityManager_UnregisterRelevantAIVisibilityActor \ +static_assert(alignof(SBZAIVisibilityManager_UnregisterRelevantAIVisibilityActor) == 0x000008, "Wrong alignment on SBZAIVisibilityManager_UnregisterRelevantAIVisibilityActor"); \ +static_assert(sizeof(SBZAIVisibilityManager_UnregisterRelevantAIVisibilityActor) == 0x000008, "Wrong size on SBZAIVisibilityManager_UnregisterRelevantAIVisibilityActor"); \ +static_assert(offsetof(SBZAIVisibilityManager_UnregisterRelevantAIVisibilityActor, AIVisibilityRelevantActor) == 0x000000, "Member 'SBZAIVisibilityManager_UnregisterRelevantAIVisibilityActor::AIVisibilityRelevantActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIVisibilityManager_UnregisterVisibilityComponent \ +static_assert(alignof(SBZAIVisibilityManager_UnregisterVisibilityComponent) == 0x000008, "Wrong alignment on SBZAIVisibilityManager_UnregisterVisibilityComponent"); \ +static_assert(sizeof(SBZAIVisibilityManager_UnregisterVisibilityComponent) == 0x000008, "Wrong size on SBZAIVisibilityManager_UnregisterVisibilityComponent"); \ +static_assert(offsetof(SBZAIVisibilityManager_UnregisterVisibilityComponent, InVisibilityComponent) == 0x000000, "Member 'SBZAIVisibilityManager_UnregisterVisibilityComponent::InVisibilityComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIVisibilityManager_DebugLocation \ +static_assert(alignof(SBZAIVisibilityManager_DebugLocation) == 0x000008, "Wrong alignment on SBZAIVisibilityManager_DebugLocation"); \ +static_assert(sizeof(SBZAIVisibilityManager_DebugLocation) == 0x000018, "Wrong size on SBZAIVisibilityManager_DebugLocation"); \ +static_assert(offsetof(SBZAIVisibilityManager_DebugLocation, WorldContextObject) == 0x000000, "Member 'SBZAIVisibilityManager_DebugLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_DebugLocation, Location) == 0x000008, "Member 'SBZAIVisibilityManager_DebugLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_DebugLocation, bDrawAzymuts) == 0x000014, "Member 'SBZAIVisibilityManager_DebugLocation::bDrawAzymuts' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_DebugLocation, ReturnValue) == 0x000015, "Member 'SBZAIVisibilityManager_DebugLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIVisibilityManager_GetAiVisibilityNode \ +static_assert(alignof(SBZAIVisibilityManager_GetAiVisibilityNode) == 0x000004, "Wrong alignment on SBZAIVisibilityManager_GetAiVisibilityNode"); \ +static_assert(sizeof(SBZAIVisibilityManager_GetAiVisibilityNode) == 0x00001C, "Wrong size on SBZAIVisibilityManager_GetAiVisibilityNode"); \ +static_assert(offsetof(SBZAIVisibilityManager_GetAiVisibilityNode, Location) == 0x000000, "Member 'SBZAIVisibilityManager_GetAiVisibilityNode::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_GetAiVisibilityNode, ReturnValue) == 0x00000C, "Member 'SBZAIVisibilityManager_GetAiVisibilityNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIVisibilityManager_HasVisibilityData \ +static_assert(alignof(SBZAIVisibilityManager_HasVisibilityData) == 0x000001, "Wrong alignment on SBZAIVisibilityManager_HasVisibilityData"); \ +static_assert(sizeof(SBZAIVisibilityManager_HasVisibilityData) == 0x000001, "Wrong size on SBZAIVisibilityManager_HasVisibilityData"); \ +static_assert(offsetof(SBZAIVisibilityManager_HasVisibilityData, ReturnValue) == 0x000000, "Member 'SBZAIVisibilityManager_HasVisibilityData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIVisibilityManager_IsAIVisibilityRelevantSafeFromAIVisibility \ +static_assert(alignof(SBZAIVisibilityManager_IsAIVisibilityRelevantSafeFromAIVisibility) == 0x000008, "Wrong alignment on SBZAIVisibilityManager_IsAIVisibilityRelevantSafeFromAIVisibility"); \ +static_assert(sizeof(SBZAIVisibilityManager_IsAIVisibilityRelevantSafeFromAIVisibility) == 0x000038, "Wrong size on SBZAIVisibilityManager_IsAIVisibilityRelevantSafeFromAIVisibility"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsAIVisibilityRelevantSafeFromAIVisibility, AIVisibilityRelevant) == 0x000000, "Member 'SBZAIVisibilityManager_IsAIVisibilityRelevantSafeFromAIVisibility::AIVisibilityRelevant' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsAIVisibilityRelevantSafeFromAIVisibility, ObserverAIVisibilityRelevant) == 0x000010, "Member 'SBZAIVisibilityManager_IsAIVisibilityRelevantSafeFromAIVisibility::ObserverAIVisibilityRelevant' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsAIVisibilityRelevantSafeFromAIVisibility, OutSafeStances) == 0x000020, "Member 'SBZAIVisibilityManager_IsAIVisibilityRelevantSafeFromAIVisibility::OutSafeStances' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsAIVisibilityRelevantSafeFromAIVisibility, OutAdjustedLocation) == 0x000024, "Member 'SBZAIVisibilityManager_IsAIVisibilityRelevantSafeFromAIVisibility::OutAdjustedLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsAIVisibilityRelevantSafeFromAIVisibility, OutScore) == 0x000030, "Member 'SBZAIVisibilityManager_IsAIVisibilityRelevantSafeFromAIVisibility::OutScore' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsAIVisibilityRelevantSafeFromAIVisibility, ReturnValue) == 0x000031, "Member 'SBZAIVisibilityManager_IsAIVisibilityRelevantSafeFromAIVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIVisibilityManager_IsLocationSafeFromLocation \ +static_assert(alignof(SBZAIVisibilityManager_IsLocationSafeFromLocation) == 0x000004, "Wrong alignment on SBZAIVisibilityManager_IsLocationSafeFromLocation"); \ +static_assert(sizeof(SBZAIVisibilityManager_IsLocationSafeFromLocation) == 0x00002C, "Wrong size on SBZAIVisibilityManager_IsLocationSafeFromLocation"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsLocationSafeFromLocation, Location) == 0x000000, "Member 'SBZAIVisibilityManager_IsLocationSafeFromLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsLocationSafeFromLocation, ObserverLocation) == 0x00000C, "Member 'SBZAIVisibilityManager_IsLocationSafeFromLocation::ObserverLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsLocationSafeFromLocation, OutSafeStances) == 0x000018, "Member 'SBZAIVisibilityManager_IsLocationSafeFromLocation::OutSafeStances' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsLocationSafeFromLocation, OutAdjustedLocation) == 0x00001C, "Member 'SBZAIVisibilityManager_IsLocationSafeFromLocation::OutAdjustedLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsLocationSafeFromLocation, OutScore) == 0x000028, "Member 'SBZAIVisibilityManager_IsLocationSafeFromLocation::OutScore' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsLocationSafeFromLocation, ReturnValue) == 0x000029, "Member 'SBZAIVisibilityManager_IsLocationSafeFromLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIVisibilityManager_IsLocationVisibleFromLocation \ +static_assert(alignof(SBZAIVisibilityManager_IsLocationVisibleFromLocation) == 0x000004, "Wrong alignment on SBZAIVisibilityManager_IsLocationVisibleFromLocation"); \ +static_assert(sizeof(SBZAIVisibilityManager_IsLocationVisibleFromLocation) == 0x000028, "Wrong size on SBZAIVisibilityManager_IsLocationVisibleFromLocation"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsLocationVisibleFromLocation, Location) == 0x000000, "Member 'SBZAIVisibilityManager_IsLocationVisibleFromLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsLocationVisibleFromLocation, ObserverLocation) == 0x00000C, "Member 'SBZAIVisibilityManager_IsLocationVisibleFromLocation::ObserverLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsLocationVisibleFromLocation, OutAdjustedLocation) == 0x000018, "Member 'SBZAIVisibilityManager_IsLocationVisibleFromLocation::OutAdjustedLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsLocationVisibleFromLocation, OutScore) == 0x000024, "Member 'SBZAIVisibilityManager_IsLocationVisibleFromLocation::OutScore' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsLocationVisibleFromLocation, ReturnValue) == 0x000025, "Member 'SBZAIVisibilityManager_IsLocationVisibleFromLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIVisibilityManager_IsNodeSafeFromActor \ +static_assert(alignof(SBZAIVisibilityManager_IsNodeSafeFromActor) == 0x000008, "Wrong alignment on SBZAIVisibilityManager_IsNodeSafeFromActor"); \ +static_assert(sizeof(SBZAIVisibilityManager_IsNodeSafeFromActor) == 0x000040, "Wrong size on SBZAIVisibilityManager_IsNodeSafeFromActor"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsNodeSafeFromActor, LeafNode) == 0x000000, "Member 'SBZAIVisibilityManager_IsNodeSafeFromActor::LeafNode' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsNodeSafeFromActor, Location) == 0x000010, "Member 'SBZAIVisibilityManager_IsNodeSafeFromActor::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsNodeSafeFromActor, ActorObserver) == 0x000020, "Member 'SBZAIVisibilityManager_IsNodeSafeFromActor::ActorObserver' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsNodeSafeFromActor, OutSafeStances) == 0x000028, "Member 'SBZAIVisibilityManager_IsNodeSafeFromActor::OutSafeStances' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsNodeSafeFromActor, OutAdjustedLocation) == 0x00002C, "Member 'SBZAIVisibilityManager_IsNodeSafeFromActor::OutAdjustedLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsNodeSafeFromActor, OutScore) == 0x000038, "Member 'SBZAIVisibilityManager_IsNodeSafeFromActor::OutScore' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsNodeSafeFromActor, ReturnValue) == 0x000039, "Member 'SBZAIVisibilityManager_IsNodeSafeFromActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIVisibilityManager_IsNodeSafeFromLocation \ +static_assert(alignof(SBZAIVisibilityManager_IsNodeSafeFromLocation) == 0x000004, "Wrong alignment on SBZAIVisibilityManager_IsNodeSafeFromLocation"); \ +static_assert(sizeof(SBZAIVisibilityManager_IsNodeSafeFromLocation) == 0x00003C, "Wrong size on SBZAIVisibilityManager_IsNodeSafeFromLocation"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsNodeSafeFromLocation, LeafNode) == 0x000000, "Member 'SBZAIVisibilityManager_IsNodeSafeFromLocation::LeafNode' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsNodeSafeFromLocation, Location) == 0x000010, "Member 'SBZAIVisibilityManager_IsNodeSafeFromLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsNodeSafeFromLocation, ObserverLocation) == 0x00001C, "Member 'SBZAIVisibilityManager_IsNodeSafeFromLocation::ObserverLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsNodeSafeFromLocation, OutSafeStances) == 0x000028, "Member 'SBZAIVisibilityManager_IsNodeSafeFromLocation::OutSafeStances' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsNodeSafeFromLocation, OutAdjustedLocation) == 0x00002C, "Member 'SBZAIVisibilityManager_IsNodeSafeFromLocation::OutAdjustedLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsNodeSafeFromLocation, OutScore) == 0x000038, "Member 'SBZAIVisibilityManager_IsNodeSafeFromLocation::OutScore' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsNodeSafeFromLocation, ReturnValue) == 0x000039, "Member 'SBZAIVisibilityManager_IsNodeSafeFromLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIVisibilityManager_IsNodeVisibleFromActor \ +static_assert(alignof(SBZAIVisibilityManager_IsNodeVisibleFromActor) == 0x000008, "Wrong alignment on SBZAIVisibilityManager_IsNodeVisibleFromActor"); \ +static_assert(sizeof(SBZAIVisibilityManager_IsNodeVisibleFromActor) == 0x000038, "Wrong size on SBZAIVisibilityManager_IsNodeVisibleFromActor"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsNodeVisibleFromActor, LeafNode) == 0x000000, "Member 'SBZAIVisibilityManager_IsNodeVisibleFromActor::LeafNode' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsNodeVisibleFromActor, Location) == 0x000010, "Member 'SBZAIVisibilityManager_IsNodeVisibleFromActor::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsNodeVisibleFromActor, ActorObserver) == 0x000020, "Member 'SBZAIVisibilityManager_IsNodeVisibleFromActor::ActorObserver' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsNodeVisibleFromActor, OutAdjustedLocation) == 0x000028, "Member 'SBZAIVisibilityManager_IsNodeVisibleFromActor::OutAdjustedLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsNodeVisibleFromActor, OutScore) == 0x000034, "Member 'SBZAIVisibilityManager_IsNodeVisibleFromActor::OutScore' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsNodeVisibleFromActor, ReturnValue) == 0x000035, "Member 'SBZAIVisibilityManager_IsNodeVisibleFromActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIVisibilityManager_IsNodeVisibleFromLocation \ +static_assert(alignof(SBZAIVisibilityManager_IsNodeVisibleFromLocation) == 0x000004, "Wrong alignment on SBZAIVisibilityManager_IsNodeVisibleFromLocation"); \ +static_assert(sizeof(SBZAIVisibilityManager_IsNodeVisibleFromLocation) == 0x000038, "Wrong size on SBZAIVisibilityManager_IsNodeVisibleFromLocation"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsNodeVisibleFromLocation, LeafNode) == 0x000000, "Member 'SBZAIVisibilityManager_IsNodeVisibleFromLocation::LeafNode' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsNodeVisibleFromLocation, Location) == 0x000010, "Member 'SBZAIVisibilityManager_IsNodeVisibleFromLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsNodeVisibleFromLocation, ObserverLocation) == 0x00001C, "Member 'SBZAIVisibilityManager_IsNodeVisibleFromLocation::ObserverLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsNodeVisibleFromLocation, OutAdjustedLocation) == 0x000028, "Member 'SBZAIVisibilityManager_IsNodeVisibleFromLocation::OutAdjustedLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsNodeVisibleFromLocation, OutScore) == 0x000034, "Member 'SBZAIVisibilityManager_IsNodeVisibleFromLocation::OutScore' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_IsNodeVisibleFromLocation, ReturnValue) == 0x000035, "Member 'SBZAIVisibilityManager_IsNodeVisibleFromLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIVisibilityManager_RateTargetLocation \ +static_assert(alignof(SBZAIVisibilityManager_RateTargetLocation) == 0x000008, "Wrong alignment on SBZAIVisibilityManager_RateTargetLocation"); \ +static_assert(sizeof(SBZAIVisibilityManager_RateTargetLocation) == 0x000030, "Wrong size on SBZAIVisibilityManager_RateTargetLocation"); \ +static_assert(offsetof(SBZAIVisibilityManager_RateTargetLocation, Observer) == 0x000000, "Member 'SBZAIVisibilityManager_RateTargetLocation::Observer' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_RateTargetLocation, StartLocation) == 0x000008, "Member 'SBZAIVisibilityManager_RateTargetLocation::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_RateTargetLocation, TargetLocation) == 0x000014, "Member 'SBZAIVisibilityManager_RateTargetLocation::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_RateTargetLocation, MaxRelevantDist) == 0x000020, "Member 'SBZAIVisibilityManager_RateTargetLocation::MaxRelevantDist' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_RateTargetLocation, EnemyExcluderRadius) == 0x000024, "Member 'SBZAIVisibilityManager_RateTargetLocation::EnemyExcluderRadius' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_RateTargetLocation, RejectingHeightDiffBetweenNodeAndTarget) == 0x000028, "Member 'SBZAIVisibilityManager_RateTargetLocation::RejectingHeightDiffBetweenNodeAndTarget' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_RateTargetLocation, OutVisibilityScore) == 0x00002C, "Member 'SBZAIVisibilityManager_RateTargetLocation::OutVisibilityScore' has a wrong offset!"); \ +static_assert(offsetof(SBZAIVisibilityManager_RateTargetLocation, OutDistanceScore) == 0x00002D, "Member 'SBZAIVisibilityManager_RateTargetLocation::OutDistanceScore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAIVisibilityManager \ +static_assert(alignof(ASBZAIVisibilityManager) == 0x000008, "Wrong alignment on ASBZAIVisibilityManager"); \ +static_assert(sizeof(ASBZAIVisibilityManager) == 0x000418, "Wrong size on ASBZAIVisibilityManager"); \ +static_assert(offsetof(ASBZAIVisibilityManager, MaxComputedNodePerFrame) == 0x0002C0, "Member 'ASBZAIVisibilityManager::MaxComputedNodePerFrame' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIVisibilityManager, MaxComputedCoverPointVisibilityPerFrame) == 0x0002C4, "Member 'ASBZAIVisibilityManager::MaxComputedCoverPointVisibilityPerFrame' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIVisibilityManager, MaxDistFromObstacleToBeStandCovered) == 0x0002C8, "Member 'ASBZAIVisibilityManager::MaxDistFromObstacleToBeStandCovered' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIVisibilityManager, MaxDistFromObstacleToBeCrouchCovered) == 0x0002CC, "Member 'ASBZAIVisibilityManager::MaxDistFromObstacleToBeCrouchCovered' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIVisibilityManager, MinDistFromEnemyToBeCrouchCovered) == 0x0002D0, "Member 'ASBZAIVisibilityManager::MinDistFromEnemyToBeCrouchCovered' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIVisibilityManager, MinDistFromEnemyToBeStandCovered) == 0x0002D4, "Member 'ASBZAIVisibilityManager::MinDistFromEnemyToBeStandCovered' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIVisibilityManager, VisibilityComponent) == 0x0002D8, "Member 'ASBZAIVisibilityManager::VisibilityComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIVisibilityManager, AIVisibilityRelevantActorsEveryFrame) == 0x0002E0, "Member 'ASBZAIVisibilityManager::AIVisibilityRelevantActorsEveryFrame' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIVisibilityManager, AIVisibilityRelevantActorsAutomatic) == 0x0002F0, "Member 'ASBZAIVisibilityManager::AIVisibilityRelevantActorsAutomatic' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIVisibilityManager, AIVisibilityRelevants) == 0x000300, "Member 'ASBZAIVisibilityManager::AIVisibilityRelevants' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIVisibilityManager, AIVisibilityRelevantActorsToRefreshAfterUpdate) == 0x000350, "Member 'ASBZAIVisibilityManager::AIVisibilityRelevantActorsToRefreshAfterUpdate' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIVisibilityManager, CoverPointVisibilityChecks) == 0x000368, "Member 'ASBZAIVisibilityManager::CoverPointVisibilityChecks' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIVisibilityManager, RandomSublevelVisComponents) == 0x0003B8, "Member 'ASBZAIVisibilityManager::RandomSublevelVisComponents' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIVisibilityManager, RSLVisComponentTransforms) == 0x0003C8, "Member 'ASBZAIVisibilityManager::RSLVisComponentTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3Dispatcher_GetDispatcher \ +static_assert(alignof(PD3Dispatcher_GetDispatcher) == 0x000008, "Wrong alignment on PD3Dispatcher_GetDispatcher"); \ +static_assert(sizeof(PD3Dispatcher_GetDispatcher) == 0x000010, "Wrong size on PD3Dispatcher_GetDispatcher"); \ +static_assert(offsetof(PD3Dispatcher_GetDispatcher, WorldContextObject) == 0x000000, "Member 'PD3Dispatcher_GetDispatcher::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PD3Dispatcher_GetDispatcher, ReturnValue) == 0x000008, "Member 'PD3Dispatcher_GetDispatcher::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3Dispatcher_CallDispatcher \ +static_assert(alignof(PD3Dispatcher_CallDispatcher) == 0x000001, "Wrong alignment on PD3Dispatcher_CallDispatcher"); \ +static_assert(sizeof(PD3Dispatcher_CallDispatcher) == 0x000002, "Wrong size on PD3Dispatcher_CallDispatcher"); \ +static_assert(offsetof(PD3Dispatcher_CallDispatcher, InCaller) == 0x000000, "Member 'PD3Dispatcher_CallDispatcher::InCaller' has a wrong offset!"); \ +static_assert(offsetof(PD3Dispatcher_CallDispatcher, InReason) == 0x000001, "Member 'PD3Dispatcher_CallDispatcher::InReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3Dispatcher_CallDispatcherByAsset \ +static_assert(alignof(PD3Dispatcher_CallDispatcherByAsset) == 0x000008, "Wrong alignment on PD3Dispatcher_CallDispatcherByAsset"); \ +static_assert(sizeof(PD3Dispatcher_CallDispatcherByAsset) == 0x000010, "Wrong size on PD3Dispatcher_CallDispatcherByAsset"); \ +static_assert(offsetof(PD3Dispatcher_CallDispatcherByAsset, CallerReason) == 0x000000, "Member 'PD3Dispatcher_CallDispatcherByAsset::CallerReason' has a wrong offset!"); \ +static_assert(offsetof(PD3Dispatcher_CallDispatcherByAsset, InDispatcherCallData) == 0x000008, "Member 'PD3Dispatcher_CallDispatcherByAsset::InDispatcherCallData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3Dispatcher_Multicast_CallDispatcherByAsset \ +static_assert(alignof(PD3Dispatcher_Multicast_CallDispatcherByAsset) == 0x000008, "Wrong alignment on PD3Dispatcher_Multicast_CallDispatcherByAsset"); \ +static_assert(sizeof(PD3Dispatcher_Multicast_CallDispatcherByAsset) == 0x000008, "Wrong size on PD3Dispatcher_Multicast_CallDispatcherByAsset"); \ +static_assert(offsetof(PD3Dispatcher_Multicast_CallDispatcherByAsset, CallerReason) == 0x000000, "Member 'PD3Dispatcher_Multicast_CallDispatcherByAsset::CallerReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3Dispatcher \ +static_assert(alignof(UPD3Dispatcher) == 0x000008, "Wrong alignment on UPD3Dispatcher"); \ +static_assert(sizeof(UPD3Dispatcher) == 0x000258, "Wrong size on UPD3Dispatcher"); \ +static_assert(offsetof(UPD3Dispatcher, Caller) == 0x000048, "Member 'UPD3Dispatcher::Caller' has a wrong offset!"); \ +static_assert(offsetof(UPD3Dispatcher, CallData) == 0x000248, "Member 'UPD3Dispatcher::CallData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInventoryBaseData_GetDisplayName \ +static_assert(alignof(SBZInventoryBaseData_GetDisplayName) == 0x000008, "Wrong alignment on SBZInventoryBaseData_GetDisplayName"); \ +static_assert(sizeof(SBZInventoryBaseData_GetDisplayName) == 0x000020, "Wrong size on SBZInventoryBaseData_GetDisplayName"); \ +static_assert(offsetof(SBZInventoryBaseData_GetDisplayName, OutDisplayName) == 0x000000, "Member 'SBZInventoryBaseData_GetDisplayName::OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(SBZInventoryBaseData_GetDisplayName, OutHasText) == 0x000018, "Member 'SBZInventoryBaseData_GetDisplayName::OutHasText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInventoryBaseData_GetFormattedDescriptionText \ +static_assert(alignof(SBZInventoryBaseData_GetFormattedDescriptionText) == 0x000008, "Wrong alignment on SBZInventoryBaseData_GetFormattedDescriptionText"); \ +static_assert(sizeof(SBZInventoryBaseData_GetFormattedDescriptionText) == 0x000018, "Wrong size on SBZInventoryBaseData_GetFormattedDescriptionText"); \ +static_assert(offsetof(SBZInventoryBaseData_GetFormattedDescriptionText, ReturnValue) == 0x000000, "Member 'SBZInventoryBaseData_GetFormattedDescriptionText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZInventoryBaseData \ +static_assert(alignof(USBZInventoryBaseData) == 0x000008, "Wrong alignment on USBZInventoryBaseData"); \ +static_assert(sizeof(USBZInventoryBaseData) == 0x000150, "Wrong size on USBZInventoryBaseData"); \ +static_assert(offsetof(USBZInventoryBaseData, AccelByteItemId) == 0x000038, "Member 'USBZInventoryBaseData::AccelByteItemId' has a wrong offset!"); \ +static_assert(offsetof(USBZInventoryBaseData, AccelByteSkuNo) == 0x000048, "Member 'USBZInventoryBaseData::AccelByteSkuNo' has a wrong offset!"); \ +static_assert(offsetof(USBZInventoryBaseData, AccelByteReferenceName) == 0x000054, "Member 'USBZInventoryBaseData::AccelByteReferenceName' has a wrong offset!"); \ +static_assert(offsetof(USBZInventoryBaseData, StatisticKillString) == 0x000060, "Member 'USBZInventoryBaseData::StatisticKillString' has a wrong offset!"); \ +static_assert(offsetof(USBZInventoryBaseData, StatisticHeadshotKillString) == 0x000070, "Member 'USBZInventoryBaseData::StatisticHeadshotKillString' has a wrong offset!"); \ +static_assert(offsetof(USBZInventoryBaseData, bIsKillStatUsed) == 0x000080, "Member 'USBZInventoryBaseData::bIsKillStatUsed' has a wrong offset!"); \ +static_assert(offsetof(USBZInventoryBaseData, bIsAllStatUsed) == 0x000081, "Member 'USBZInventoryBaseData::bIsAllStatUsed' has a wrong offset!"); \ +static_assert(offsetof(USBZInventoryBaseData, DisplayName) == 0x000088, "Member 'USBZInventoryBaseData::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(USBZInventoryBaseData, DescriptionText) == 0x0000A0, "Member 'USBZInventoryBaseData::DescriptionText' has a wrong offset!"); \ +static_assert(offsetof(USBZInventoryBaseData, ShortDescriptionText) == 0x0000B8, "Member 'USBZInventoryBaseData::ShortDescriptionText' has a wrong offset!"); \ +static_assert(offsetof(USBZInventoryBaseData, TypeClassText) == 0x0000D0, "Member 'USBZInventoryBaseData::TypeClassText' has a wrong offset!"); \ +static_assert(offsetof(USBZInventoryBaseData, ItemRarity) == 0x0000E8, "Member 'USBZInventoryBaseData::ItemRarity' has a wrong offset!"); \ +static_assert(offsetof(USBZInventoryBaseData, DisplayIcon) == 0x0000F0, "Member 'USBZInventoryBaseData::DisplayIcon' has a wrong offset!"); \ +static_assert(offsetof(USBZInventoryBaseData, InGameDisplayIcon) == 0x000120, "Member 'USBZInventoryBaseData::InGameDisplayIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillData \ +static_assert(alignof(USBZSkillData) == 0x000008, "Wrong alignment on USBZSkillData"); \ +static_assert(sizeof(USBZSkillData) == 0x000230, "Wrong size on USBZSkillData"); \ +static_assert(offsetof(USBZSkillData, ProgressLevel) == 0x000150, "Member 'USBZSkillData::ProgressLevel' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillData, EquippedTag) == 0x000154, "Member 'USBZSkillData::EquippedTag' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillData, EquippedTreeTag) == 0x000160, "Member 'USBZSkillData::EquippedTreeTag' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillData, EquippedCategoryTag) == 0x00016C, "Member 'USBZSkillData::EquippedCategoryTag' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillData, bIsEquippedTagGranted) == 0x000178, "Member 'USBZSkillData::bIsEquippedTagGranted' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillData, bIsMissionFailTimeoutDelay) == 0x000179, "Member 'USBZSkillData::bIsMissionFailTimeoutDelay' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillData, MissionFailTimeoutDelay) == 0x00017C, "Member 'USBZSkillData::MissionFailTimeoutDelay' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillData, PlayerEffect) == 0x000180, "Member 'USBZSkillData::PlayerEffect' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillData, CrewEffect) == 0x000188, "Member 'USBZSkillData::CrewEffect' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillData, Category) == 0x000190, "Member 'USBZSkillData::Category' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillData, SkillDescriptionImage) == 0x0001A0, "Member 'USBZSkillData::SkillDescriptionImage' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillData, BuffActivationArray) == 0x0001D0, "Member 'USBZSkillData::BuffActivationArray' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillData, RequiredBuffTypeArray) == 0x0001E0, "Member 'USBZSkillData::RequiredBuffTypeArray' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillData, bIsAnyRequiredBuffTypeEnough) == 0x0001F0, "Member 'USBZSkillData::bIsAnyRequiredBuffTypeEnough' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillData, FloatArray) == 0x0001F8, "Member 'USBZSkillData::FloatArray' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillData, IntArray) == 0x000208, "Member 'USBZSkillData::IntArray' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillData, TagContainerArray) == 0x000218, "Member 'USBZSkillData::TagContainerArray' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillData, EquipCost) == 0x000228, "Member 'USBZSkillData::EquipCost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillEngineerShieldedTurretAced \ +static_assert(alignof(USBZSkillEngineerShieldedTurretAced) == 0x000008, "Wrong alignment on USBZSkillEngineerShieldedTurretAced"); \ +static_assert(sizeof(USBZSkillEngineerShieldedTurretAced) == 0x000230, "Wrong size on USBZSkillEngineerShieldedTurretAced"); \ + +#define DUMPER7_ASSERTS_PD3GameIntensityAnalyzer_GetGameIntensityAnalyzer \ +static_assert(alignof(PD3GameIntensityAnalyzer_GetGameIntensityAnalyzer) == 0x000008, "Wrong alignment on PD3GameIntensityAnalyzer_GetGameIntensityAnalyzer"); \ +static_assert(sizeof(PD3GameIntensityAnalyzer_GetGameIntensityAnalyzer) == 0x000010, "Wrong size on PD3GameIntensityAnalyzer_GetGameIntensityAnalyzer"); \ +static_assert(offsetof(PD3GameIntensityAnalyzer_GetGameIntensityAnalyzer, WorldContextObject) == 0x000000, "Member 'PD3GameIntensityAnalyzer_GetGameIntensityAnalyzer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PD3GameIntensityAnalyzer_GetGameIntensityAnalyzer, ReturnValue) == 0x000008, "Member 'PD3GameIntensityAnalyzer_GetGameIntensityAnalyzer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3GameIntensityAnalyzer_AddGlitchEffectSourceActor \ +static_assert(alignof(PD3GameIntensityAnalyzer_AddGlitchEffectSourceActor) == 0x000008, "Wrong alignment on PD3GameIntensityAnalyzer_AddGlitchEffectSourceActor"); \ +static_assert(sizeof(PD3GameIntensityAnalyzer_AddGlitchEffectSourceActor) == 0x000010, "Wrong size on PD3GameIntensityAnalyzer_AddGlitchEffectSourceActor"); \ +static_assert(offsetof(PD3GameIntensityAnalyzer_AddGlitchEffectSourceActor, Actor) == 0x000000, "Member 'PD3GameIntensityAnalyzer_AddGlitchEffectSourceActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(PD3GameIntensityAnalyzer_AddGlitchEffectSourceActor, Range) == 0x000008, "Member 'PD3GameIntensityAnalyzer_AddGlitchEffectSourceActor::Range' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3GameIntensityAnalyzer_AddGlitchRetainerBox \ +static_assert(alignof(PD3GameIntensityAnalyzer_AddGlitchRetainerBox) == 0x000008, "Wrong alignment on PD3GameIntensityAnalyzer_AddGlitchRetainerBox"); \ +static_assert(sizeof(PD3GameIntensityAnalyzer_AddGlitchRetainerBox) == 0x000008, "Wrong size on PD3GameIntensityAnalyzer_AddGlitchRetainerBox"); \ +static_assert(offsetof(PD3GameIntensityAnalyzer_AddGlitchRetainerBox, RetainerBox) == 0x000000, "Member 'PD3GameIntensityAnalyzer_AddGlitchRetainerBox::RetainerBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3GameIntensityAnalyzer_HandleBagSecured \ +static_assert(alignof(PD3GameIntensityAnalyzer_HandleBagSecured) == 0x000008, "Wrong alignment on PD3GameIntensityAnalyzer_HandleBagSecured"); \ +static_assert(sizeof(PD3GameIntensityAnalyzer_HandleBagSecured) == 0x000020, "Wrong size on PD3GameIntensityAnalyzer_HandleBagSecured"); \ +static_assert(offsetof(PD3GameIntensityAnalyzer_HandleBagSecured, BagHandle) == 0x000000, "Member 'PD3GameIntensityAnalyzer_HandleBagSecured::BagHandle' has a wrong offset!"); \ +static_assert(offsetof(PD3GameIntensityAnalyzer_HandleBagSecured, SecuredCount) == 0x000010, "Member 'PD3GameIntensityAnalyzer_HandleBagSecured::SecuredCount' has a wrong offset!"); \ +static_assert(offsetof(PD3GameIntensityAnalyzer_HandleBagSecured, TotalLeftToSecure) == 0x000014, "Member 'PD3GameIntensityAnalyzer_HandleBagSecured::TotalLeftToSecure' has a wrong offset!"); \ +static_assert(offsetof(PD3GameIntensityAnalyzer_HandleBagSecured, SecuredSecretCount) == 0x000018, "Member 'PD3GameIntensityAnalyzer_HandleBagSecured::SecuredSecretCount' has a wrong offset!"); \ +static_assert(offsetof(PD3GameIntensityAnalyzer_HandleBagSecured, TotalSecretLeftToSecure) == 0x00001C, "Member 'PD3GameIntensityAnalyzer_HandleBagSecured::TotalSecretLeftToSecure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3GameIntensityAnalyzer_HandleGameStateChanged \ +static_assert(alignof(PD3GameIntensityAnalyzer_HandleGameStateChanged) == 0x000001, "Wrong alignment on PD3GameIntensityAnalyzer_HandleGameStateChanged"); \ +static_assert(sizeof(PD3GameIntensityAnalyzer_HandleGameStateChanged) == 0x000002, "Wrong size on PD3GameIntensityAnalyzer_HandleGameStateChanged"); \ +static_assert(offsetof(PD3GameIntensityAnalyzer_HandleGameStateChanged, OldState) == 0x000000, "Member 'PD3GameIntensityAnalyzer_HandleGameStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(PD3GameIntensityAnalyzer_HandleGameStateChanged, NewState) == 0x000001, "Member 'PD3GameIntensityAnalyzer_HandleGameStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3GameIntensityAnalyzer_HandleSuspenseValueChanged \ +static_assert(alignof(PD3GameIntensityAnalyzer_HandleSuspenseValueChanged) == 0x000001, "Wrong alignment on PD3GameIntensityAnalyzer_HandleSuspenseValueChanged"); \ +static_assert(sizeof(PD3GameIntensityAnalyzer_HandleSuspenseValueChanged) == 0x000001, "Wrong size on PD3GameIntensityAnalyzer_HandleSuspenseValueChanged"); \ +static_assert(offsetof(PD3GameIntensityAnalyzer_HandleSuspenseValueChanged, NewValue) == 0x000000, "Member 'PD3GameIntensityAnalyzer_HandleSuspenseValueChanged::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3GameIntensityAnalyzer_RemoveGlitchEffectSourceActor \ +static_assert(alignof(PD3GameIntensityAnalyzer_RemoveGlitchEffectSourceActor) == 0x000008, "Wrong alignment on PD3GameIntensityAnalyzer_RemoveGlitchEffectSourceActor"); \ +static_assert(sizeof(PD3GameIntensityAnalyzer_RemoveGlitchEffectSourceActor) == 0x000008, "Wrong size on PD3GameIntensityAnalyzer_RemoveGlitchEffectSourceActor"); \ +static_assert(offsetof(PD3GameIntensityAnalyzer_RemoveGlitchEffectSourceActor, Actor) == 0x000000, "Member 'PD3GameIntensityAnalyzer_RemoveGlitchEffectSourceActor::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3GameIntensityAnalyzer \ +static_assert(alignof(UPD3GameIntensityAnalyzer) == 0x000008, "Wrong alignment on UPD3GameIntensityAnalyzer"); \ +static_assert(sizeof(UPD3GameIntensityAnalyzer) == 0x000278, "Wrong size on UPD3GameIntensityAnalyzer"); \ +static_assert(offsetof(UPD3GameIntensityAnalyzer, SystemStates) == 0x000030, "Member 'UPD3GameIntensityAnalyzer::SystemStates' has a wrong offset!"); \ +static_assert(offsetof(UPD3GameIntensityAnalyzer, MusicSwitches) == 0x000078, "Member 'UPD3GameIntensityAnalyzer::MusicSwitches' has a wrong offset!"); \ +static_assert(offsetof(UPD3GameIntensityAnalyzer, SuspenseSwitches) == 0x0000C0, "Member 'UPD3GameIntensityAnalyzer::SuspenseSwitches' has a wrong offset!"); \ +static_assert(offsetof(UPD3GameIntensityAnalyzer, AnticipationDialog) == 0x0000D0, "Member 'UPD3GameIntensityAnalyzer::AnticipationDialog' has a wrong offset!"); \ +static_assert(offsetof(UPD3GameIntensityAnalyzer, AssaultDialog) == 0x0000D8, "Member 'UPD3GameIntensityAnalyzer::AssaultDialog' has a wrong offset!"); \ +static_assert(offsetof(UPD3GameIntensityAnalyzer, ControlDialog) == 0x0000E0, "Member 'UPD3GameIntensityAnalyzer::ControlDialog' has a wrong offset!"); \ +static_assert(offsetof(UPD3GameIntensityAnalyzer, PointOfNoReturnDialog) == 0x0000E8, "Member 'UPD3GameIntensityAnalyzer::PointOfNoReturnDialog' has a wrong offset!"); \ +static_assert(offsetof(UPD3GameIntensityAnalyzer, PointOfNoReturnReminderDialog) == 0x0000F0, "Member 'UPD3GameIntensityAnalyzer::PointOfNoReturnReminderDialog' has a wrong offset!"); \ +static_assert(offsetof(UPD3GameIntensityAnalyzer, PointOfNoReturnReminderDelaySeconds) == 0x0000F8, "Member 'UPD3GameIntensityAnalyzer::PointOfNoReturnReminderDelaySeconds' has a wrong offset!"); \ +static_assert(offsetof(UPD3GameIntensityAnalyzer, ThreatDialog) == 0x000100, "Member 'UPD3GameIntensityAnalyzer::ThreatDialog' has a wrong offset!"); \ +static_assert(offsetof(UPD3GameIntensityAnalyzer, SquadDialog) == 0x000150, "Member 'UPD3GameIntensityAnalyzer::SquadDialog' has a wrong offset!"); \ +static_assert(offsetof(UPD3GameIntensityAnalyzer, SecuredBagDialogArray) == 0x0001A0, "Member 'UPD3GameIntensityAnalyzer::SecuredBagDialogArray' has a wrong offset!"); \ +static_assert(offsetof(UPD3GameIntensityAnalyzer, SecuredBagLeftDialogArray) == 0x0001B0, "Member 'UPD3GameIntensityAnalyzer::SecuredBagLeftDialogArray' has a wrong offset!"); \ +static_assert(offsetof(UPD3GameIntensityAnalyzer, HUDGlitchParameterCollection) == 0x0001E8, "Member 'UPD3GameIntensityAnalyzer::HUDGlitchParameterCollection' has a wrong offset!"); \ +static_assert(offsetof(UPD3GameIntensityAnalyzer, HUDGlitchParameterCollectionInstance) == 0x0001F0, "Member 'UPD3GameIntensityAnalyzer::HUDGlitchParameterCollectionInstance' has a wrong offset!"); \ +static_assert(offsetof(UPD3GameIntensityAnalyzer, GlitchTickInterval) == 0x0001F8, "Member 'UPD3GameIntensityAnalyzer::GlitchTickInterval' has a wrong offset!"); \ +static_assert(offsetof(UPD3GameIntensityAnalyzer, GlitchStrengthModifier) == 0x0001FC, "Member 'UPD3GameIntensityAnalyzer::GlitchStrengthModifier' has a wrong offset!"); \ +static_assert(offsetof(UPD3GameIntensityAnalyzer, GlitchMinimumDotModifier) == 0x000200, "Member 'UPD3GameIntensityAnalyzer::GlitchMinimumDotModifier' has a wrong offset!"); \ +static_assert(offsetof(UPD3GameIntensityAnalyzer, GlitchStrengthParameterName) == 0x000204, "Member 'UPD3GameIntensityAnalyzer::GlitchStrengthParameterName' has a wrong offset!"); \ +static_assert(offsetof(UPD3GameIntensityAnalyzer, GlitchEffectSourceMap) == 0x000218, "Member 'UPD3GameIntensityAnalyzer::GlitchEffectSourceMap' has a wrong offset!"); \ +static_assert(offsetof(UPD3GameIntensityAnalyzer, GlitchRetainerBoxArray) == 0x000268, "Member 'UPD3GameIntensityAnalyzer::GlitchRetainerBoxArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZPoolableActorInterface \ +static_assert(alignof(ISBZPoolableActorInterface) == 0x000001, "Wrong alignment on ISBZPoolableActorInterface"); \ +static_assert(sizeof(ISBZPoolableActorInterface) == 0x000001, "Wrong size on ISBZPoolableActorInterface"); \ + +#define DUMPER7_ASSERTS_ASBZAITaserWeapon \ +static_assert(alignof(ASBZAITaserWeapon) == 0x000010, "Wrong alignment on ASBZAITaserWeapon"); \ +static_assert(sizeof(ASBZAITaserWeapon) == 0x000750, "Wrong size on ASBZAITaserWeapon"); \ +static_assert(offsetof(ASBZAITaserWeapon, TasingComment) == 0x000748, "Member 'ASBZAITaserWeapon::TasingComment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLobbyLocalState_GetPlayerAvatar \ +static_assert(alignof(SBZLobbyLocalState_GetPlayerAvatar) == 0x000008, "Wrong alignment on SBZLobbyLocalState_GetPlayerAvatar"); \ +static_assert(sizeof(SBZLobbyLocalState_GetPlayerAvatar) == 0x000010, "Wrong size on SBZLobbyLocalState_GetPlayerAvatar"); \ +static_assert(offsetof(SBZLobbyLocalState_GetPlayerAvatar, PlayerIndex) == 0x000000, "Member 'SBZLobbyLocalState_GetPlayerAvatar::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZLobbyLocalState_GetPlayerAvatar, ReturnValue) == 0x000008, "Member 'SBZLobbyLocalState_GetPlayerAvatar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLobbyLocalState_HandleGameStateEnter \ +static_assert(alignof(SBZLobbyLocalState_HandleGameStateEnter) == 0x000004, "Wrong alignment on SBZLobbyLocalState_HandleGameStateEnter"); \ +static_assert(sizeof(SBZLobbyLocalState_HandleGameStateEnter) == 0x00000C, "Wrong size on SBZLobbyLocalState_HandleGameStateEnter"); \ +static_assert(offsetof(SBZLobbyLocalState_HandleGameStateEnter, StateName) == 0x000000, "Member 'SBZLobbyLocalState_HandleGameStateEnter::StateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLobbyLocalState_HandleGameStateLeft \ +static_assert(alignof(SBZLobbyLocalState_HandleGameStateLeft) == 0x000004, "Wrong alignment on SBZLobbyLocalState_HandleGameStateLeft"); \ +static_assert(sizeof(SBZLobbyLocalState_HandleGameStateLeft) == 0x00000C, "Wrong size on SBZLobbyLocalState_HandleGameStateLeft"); \ +static_assert(offsetof(SBZLobbyLocalState_HandleGameStateLeft, StateName) == 0x000000, "Member 'SBZLobbyLocalState_HandleGameStateLeft::StateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLobbyLocalState \ +static_assert(alignof(USBZLobbyLocalState) == 0x000008, "Wrong alignment on USBZLobbyLocalState"); \ +static_assert(sizeof(USBZLobbyLocalState) == 0x000088, "Wrong size on USBZLobbyLocalState"); \ +static_assert(offsetof(USBZLobbyLocalState, OnPlayerCountChanged) == 0x000030, "Member 'USBZLobbyLocalState::OnPlayerCountChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZLobbyLocalState, OnSomeoneAcceptedMatch) == 0x000050, "Member 'USBZLobbyLocalState::OnSomeoneAcceptedMatch' has a wrong offset!"); \ +static_assert(offsetof(USBZLobbyLocalState, OnPlayerLeftMatch) == 0x000060, "Member 'USBZLobbyLocalState::OnPlayerLeftMatch' has a wrong offset!"); \ +static_assert(offsetof(USBZLobbyLocalState, PlayerInfos) == 0x000070, "Member 'USBZLobbyLocalState::PlayerInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_DefensePointDefenders \ +static_assert(alignof(USBZEnvQueryTest_DefensePointDefenders) == 0x000008, "Wrong alignment on USBZEnvQueryTest_DefensePointDefenders"); \ +static_assert(sizeof(USBZEnvQueryTest_DefensePointDefenders) == 0x000238, "Wrong size on USBZEnvQueryTest_DefensePointDefenders"); \ + +#define DUMPER7_ASSERTS_PD3HeistDataAsset_GetEstimatedPayout \ +static_assert(alignof(PD3HeistDataAsset_GetEstimatedPayout) == 0x000004, "Wrong alignment on PD3HeistDataAsset_GetEstimatedPayout"); \ +static_assert(sizeof(PD3HeistDataAsset_GetEstimatedPayout) == 0x00000C, "Wrong size on PD3HeistDataAsset_GetEstimatedPayout"); \ +static_assert(offsetof(PD3HeistDataAsset_GetEstimatedPayout, Diffculty) == 0x000000, "Member 'PD3HeistDataAsset_GetEstimatedPayout::Diffculty' has a wrong offset!"); \ +static_assert(offsetof(PD3HeistDataAsset_GetEstimatedPayout, OutMin) == 0x000004, "Member 'PD3HeistDataAsset_GetEstimatedPayout::OutMin' has a wrong offset!"); \ +static_assert(offsetof(PD3HeistDataAsset_GetEstimatedPayout, OutMax) == 0x000008, "Member 'PD3HeistDataAsset_GetEstimatedPayout::OutMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistDataAsset_GetHeistReferenceText \ +static_assert(alignof(PD3HeistDataAsset_GetHeistReferenceText) == 0x000008, "Wrong alignment on PD3HeistDataAsset_GetHeistReferenceText"); \ +static_assert(sizeof(PD3HeistDataAsset_GetHeistReferenceText) == 0x000010, "Wrong size on PD3HeistDataAsset_GetHeistReferenceText"); \ +static_assert(offsetof(PD3HeistDataAsset_GetHeistReferenceText, ReturnValue) == 0x000000, "Member 'PD3HeistDataAsset_GetHeistReferenceText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistDataAsset_GetHeistTimeShort \ +static_assert(alignof(PD3HeistDataAsset_GetHeistTimeShort) == 0x000008, "Wrong alignment on PD3HeistDataAsset_GetHeistTimeShort"); \ +static_assert(sizeof(PD3HeistDataAsset_GetHeistTimeShort) == 0x000018, "Wrong size on PD3HeistDataAsset_GetHeistTimeShort"); \ +static_assert(offsetof(PD3HeistDataAsset_GetHeistTimeShort, ReturnValue) == 0x000000, "Member 'PD3HeistDataAsset_GetHeistTimeShort::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistDataAsset_GetOverallPayout \ +static_assert(alignof(PD3HeistDataAsset_GetOverallPayout) == 0x000004, "Wrong alignment on PD3HeistDataAsset_GetOverallPayout"); \ +static_assert(sizeof(PD3HeistDataAsset_GetOverallPayout) == 0x000008, "Wrong size on PD3HeistDataAsset_GetOverallPayout"); \ +static_assert(offsetof(PD3HeistDataAsset_GetOverallPayout, OutMin) == 0x000000, "Member 'PD3HeistDataAsset_GetOverallPayout::OutMin' has a wrong offset!"); \ +static_assert(offsetof(PD3HeistDataAsset_GetOverallPayout, OutMax) == 0x000004, "Member 'PD3HeistDataAsset_GetOverallPayout::OutMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3HeistDataAsset \ +static_assert(alignof(UPD3HeistDataAsset) == 0x000008, "Wrong alignment on UPD3HeistDataAsset"); \ +static_assert(sizeof(UPD3HeistDataAsset) == 0x000498, "Wrong size on UPD3HeistDataAsset"); \ +static_assert(offsetof(UPD3HeistDataAsset, HeistDisplayName) == 0x000150, "Member 'UPD3HeistDataAsset::HeistDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, HeistLocation) == 0x000168, "Member 'UPD3HeistDataAsset::HeistLocation' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, Hour) == 0x000180, "Member 'UPD3HeistDataAsset::Hour' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, Minute) == 0x000184, "Member 'UPD3HeistDataAsset::Minute' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, EstimatedPayoutArray) == 0x000188, "Member 'UPD3HeistDataAsset::EstimatedPayoutArray' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, HeistComplexity) == 0x0001A8, "Member 'UPD3HeistDataAsset::HeistComplexity' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, HeistPlaystyle) == 0x0001A9, "Member 'UPD3HeistDataAsset::HeistPlaystyle' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, bHasIntroSequence) == 0x0001AA, "Member 'UPD3HeistDataAsset::bHasIntroSequence' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, bHasOutroSequence) == 0x0001AB, "Member 'UPD3HeistDataAsset::bHasOutroSequence' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, SoloIntroVideo) == 0x0001B0, "Member 'UPD3HeistDataAsset::SoloIntroVideo' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, SoloSuccessOutroVideo) == 0x000208, "Member 'UPD3HeistDataAsset::SoloSuccessOutroVideo' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, SoloFailOutroVideo) == 0x000260, "Member 'UPD3HeistDataAsset::SoloFailOutroVideo' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, SuccessResultBackgroundVideoURL) == 0x0002B8, "Member 'UPD3HeistDataAsset::SuccessResultBackgroundVideoURL' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, FailResultBackgroundVideoURL) == 0x0002C8, "Member 'UPD3HeistDataAsset::FailResultBackgroundVideoURL' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, HeistReference) == 0x0002D8, "Member 'UPD3HeistDataAsset::HeistReference' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, HeistDescription) == 0x0002E8, "Member 'UPD3HeistDataAsset::HeistDescription' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, HeistInspectDescription) == 0x000300, "Member 'UPD3HeistDataAsset::HeistInspectDescription' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, HeistDisplayIcon) == 0x000318, "Member 'UPD3HeistDataAsset::HeistDisplayIcon' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, HeistBannerImage) == 0x000348, "Member 'UPD3HeistDataAsset::HeistBannerImage' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, HeistContractorIcon) == 0x000378, "Member 'UPD3HeistDataAsset::HeistContractorIcon' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, HeistContractorName) == 0x0003A8, "Member 'UPD3HeistDataAsset::HeistContractorName' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, LevelPath) == 0x0003C0, "Member 'UPD3HeistDataAsset::LevelPath' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, MapCoordinates) == 0x0003E0, "Member 'UPD3HeistDataAsset::MapCoordinates' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, bIsTutorialLevel) == 0x0003E8, "Member 'UPD3HeistDataAsset::bIsTutorialLevel' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, bIsSmashAndGrab) == 0x0003E9, "Member 'UPD3HeistDataAsset::bIsSmashAndGrab' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, bIsQuickplaySelectableLevel) == 0x0003EA, "Member 'UPD3HeistDataAsset::bIsQuickplaySelectableLevel' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, HeistButtonHoverPlayEvent) == 0x0003F0, "Member 'UPD3HeistDataAsset::HeistButtonHoverPlayEvent' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, HeistDescriptionPlayEvent) == 0x0003F8, "Member 'UPD3HeistDataAsset::HeistDescriptionPlayEvent' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, HeistDescriptionStopEvent) == 0x000400, "Member 'UPD3HeistDataAsset::HeistDescriptionStopEvent' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, HeistResultSuccessStealthPlayEvent) == 0x000408, "Member 'UPD3HeistDataAsset::HeistResultSuccessStealthPlayEvent' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, HeistResultSuccessLoudPlayEvent) == 0x000410, "Member 'UPD3HeistDataAsset::HeistResultSuccessLoudPlayEvent' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, HeistResultFailurePlayEvent) == 0x000418, "Member 'UPD3HeistDataAsset::HeistResultFailurePlayEvent' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, PrePlanningTagContainer) == 0x000420, "Member 'UPD3HeistDataAsset::PrePlanningTagContainer' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, ExcludedPrePlanningTagContainer) == 0x000440, "Member 'UPD3HeistDataAsset::ExcludedPrePlanningTagContainer' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, StatisticCriteriaDataArray) == 0x000460, "Member 'UPD3HeistDataAsset::StatisticCriteriaDataArray' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, PersonalStatisticCriteriaDataArray) == 0x000470, "Member 'UPD3HeistDataAsset::PersonalStatisticCriteriaDataArray' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, HostageTradeStatistiCriteriaData) == 0x000480, "Member 'UPD3HeistDataAsset::HostageTradeStatistiCriteriaData' has a wrong offset!"); \ +static_assert(offsetof(UPD3HeistDataAsset, LockedCharacterArray) == 0x000488, "Member 'UPD3HeistDataAsset::LockedCharacterArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIWeakPoint \ +static_assert(alignof(USBZAIWeakPoint) == 0x000010, "Wrong alignment on USBZAIWeakPoint"); \ +static_assert(sizeof(USBZAIWeakPoint) == 0x0005E0, "Wrong size on USBZAIWeakPoint"); \ +static_assert(offsetof(USBZAIWeakPoint, WeakPointHealth) == 0x000598, "Member 'USBZAIWeakPoint::WeakPointHealth' has a wrong offset!"); \ +static_assert(offsetof(USBZAIWeakPoint, DestroyedEffect) == 0x0005A8, "Member 'USBZAIWeakPoint::DestroyedEffect' has a wrong offset!"); \ +static_assert(offsetof(USBZAIWeakPoint, DestroyedEvent) == 0x0005B0, "Member 'USBZAIWeakPoint::DestroyedEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZAIWeakPoint, WeakPointAttributeSet) == 0x0005B8, "Member 'USBZAIWeakPoint::WeakPointAttributeSet' has a wrong offset!"); \ +static_assert(offsetof(USBZAIWeakPoint, DestroyedInstigator) == 0x0005C0, "Member 'USBZAIWeakPoint::DestroyedInstigator' has a wrong offset!"); \ +static_assert(offsetof(USBZAIWeakPoint, WeakPointType) == 0x0005C8, "Member 'USBZAIWeakPoint::WeakPointType' has a wrong offset!"); \ +static_assert(offsetof(USBZAIWeakPoint, HideInfo) == 0x0005D0, "Member 'USBZAIWeakPoint::HideInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIExplosiveWeakPoint_Multicast_ReplicateExplosion \ +static_assert(alignof(SBZAIExplosiveWeakPoint_Multicast_ReplicateExplosion) == 0x000008, "Wrong alignment on SBZAIExplosiveWeakPoint_Multicast_ReplicateExplosion"); \ +static_assert(sizeof(SBZAIExplosiveWeakPoint_Multicast_ReplicateExplosion) == 0x000028, "Wrong size on SBZAIExplosiveWeakPoint_Multicast_ReplicateExplosion"); \ +static_assert(offsetof(SBZAIExplosiveWeakPoint_Multicast_ReplicateExplosion, Result) == 0x000000, "Member 'SBZAIExplosiveWeakPoint_Multicast_ReplicateExplosion::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIExplosiveWeakPoint \ +static_assert(alignof(USBZAIExplosiveWeakPoint) == 0x000010, "Wrong alignment on USBZAIExplosiveWeakPoint"); \ +static_assert(sizeof(USBZAIExplosiveWeakPoint) == 0x000640, "Wrong size on USBZAIExplosiveWeakPoint"); \ +static_assert(offsetof(USBZAIExplosiveWeakPoint, GameplayEffectClass) == 0x000610, "Member 'USBZAIExplosiveWeakPoint::GameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(USBZAIExplosiveWeakPoint, AIExplosionRange) == 0x000618, "Member 'USBZAIExplosiveWeakPoint::AIExplosionRange' has a wrong offset!"); \ +static_assert(offsetof(USBZAIExplosiveWeakPoint, PlayerExplosionRange) == 0x00061C, "Member 'USBZAIExplosiveWeakPoint::PlayerExplosionRange' has a wrong offset!"); \ +static_assert(offsetof(USBZAIExplosiveWeakPoint, HurtReactionData) == 0x000620, "Member 'USBZAIExplosiveWeakPoint::HurtReactionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAITaserBattery \ +static_assert(alignof(USBZAITaserBattery) == 0x000010, "Wrong alignment on USBZAITaserBattery"); \ +static_assert(sizeof(USBZAITaserBattery) == 0x000670, "Wrong size on USBZAITaserBattery"); \ +static_assert(offsetof(USBZAITaserBattery, TaseDuration) == 0x000638, "Member 'USBZAITaserBattery::TaseDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZAITaserBattery, LawEnforcerTags) == 0x000640, "Member 'USBZAITaserBattery::LawEnforcerTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APD3HeistGameSession \ +static_assert(alignof(APD3HeistGameSession) == 0x000008, "Wrong alignment on APD3HeistGameSession"); \ +static_assert(sizeof(APD3HeistGameSession) == 0x0002E8, "Wrong size on APD3HeistGameSession"); \ + +#define DUMPER7_ASSERTS_SBZMenuMultiStackWidget_OnGainedStackFocused \ +static_assert(alignof(SBZMenuMultiStackWidget_OnGainedStackFocused) == 0x000004, "Wrong alignment on SBZMenuMultiStackWidget_OnGainedStackFocused"); \ +static_assert(sizeof(SBZMenuMultiStackWidget_OnGainedStackFocused) == 0x00000C, "Wrong size on SBZMenuMultiStackWidget_OnGainedStackFocused"); \ +static_assert(offsetof(SBZMenuMultiStackWidget_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'SBZMenuMultiStackWidget_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMenuMultiStackWidget_OnStackStateChanged \ +static_assert(alignof(SBZMenuMultiStackWidget_OnStackStateChanged) == 0x000004, "Wrong alignment on SBZMenuMultiStackWidget_OnStackStateChanged"); \ +static_assert(sizeof(SBZMenuMultiStackWidget_OnStackStateChanged) == 0x00001C, "Wrong size on SBZMenuMultiStackWidget_OnStackStateChanged"); \ +static_assert(offsetof(SBZMenuMultiStackWidget_OnStackStateChanged, UIStackStateChangedEvent) == 0x000000, "Member 'SBZMenuMultiStackWidget_OnStackStateChanged::UIStackStateChangedEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMenuMultiStackWidget_GetActiveStackValue \ +static_assert(alignof(SBZMenuMultiStackWidget_GetActiveStackValue) == 0x000004, "Wrong alignment on SBZMenuMultiStackWidget_GetActiveStackValue"); \ +static_assert(sizeof(SBZMenuMultiStackWidget_GetActiveStackValue) == 0x00000C, "Wrong size on SBZMenuMultiStackWidget_GetActiveStackValue"); \ +static_assert(offsetof(SBZMenuMultiStackWidget_GetActiveStackValue, ReturnValue) == 0x000000, "Member 'SBZMenuMultiStackWidget_GetActiveStackValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMenuMultiStackWidget_GetStackValues \ +static_assert(alignof(SBZMenuMultiStackWidget_GetStackValues) == 0x000008, "Wrong alignment on SBZMenuMultiStackWidget_GetStackValues"); \ +static_assert(sizeof(SBZMenuMultiStackWidget_GetStackValues) == 0x000010, "Wrong size on SBZMenuMultiStackWidget_GetStackValues"); \ +static_assert(offsetof(SBZMenuMultiStackWidget_GetStackValues, ReturnValue) == 0x000000, "Member 'SBZMenuMultiStackWidget_GetStackValues::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMenuMultiStackWidget \ +static_assert(alignof(USBZMenuMultiStackWidget) == 0x000008, "Wrong alignment on USBZMenuMultiStackWidget"); \ +static_assert(sizeof(USBZMenuMultiStackWidget) == 0x0002B0, "Wrong size on USBZMenuMultiStackWidget"); \ +static_assert(offsetof(USBZMenuMultiStackWidget, StackValues) == 0x000290, "Member 'USBZMenuMultiStackWidget::StackValues' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuMultiStackWidget, bHasStackFocus) == 0x0002A0, "Member 'USBZMenuMultiStackWidget::bHasStackFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZGameStateBase \ +static_assert(alignof(ASBZGameStateBase) == 0x000008, "Wrong alignment on ASBZGameStateBase"); \ +static_assert(sizeof(ASBZGameStateBase) == 0x000340, "Wrong size on ASBZGameStateBase"); \ +static_assert(offsetof(ASBZGameStateBase, BuildNumber) == 0x000330, "Member 'ASBZGameStateBase::BuildNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHelmetPopper \ +static_assert(alignof(USBZHelmetPopper) == 0x000008, "Wrong alignment on USBZHelmetPopper"); \ +static_assert(sizeof(USBZHelmetPopper) == 0x000120, "Wrong size on USBZHelmetPopper"); \ +static_assert(offsetof(USBZHelmetPopper, HelmetSelector) == 0x0000C0, "Member 'USBZHelmetPopper::HelmetSelector' has a wrong offset!"); \ +static_assert(offsetof(USBZHelmetPopper, HelmetPopperData) == 0x0000E0, "Member 'USBZHelmetPopper::HelmetPopperData' has a wrong offset!"); \ +static_assert(offsetof(USBZHelmetPopper, PopEffect) == 0x0000E8, "Member 'USBZHelmetPopper::PopEffect' has a wrong offset!"); \ +static_assert(offsetof(USBZHelmetPopper, MaxAttackDirDotVFX) == 0x0000F0, "Member 'USBZHelmetPopper::MaxAttackDirDotVFX' has a wrong offset!"); \ +static_assert(offsetof(USBZHelmetPopper, EffectOffset) == 0x0000F4, "Member 'USBZHelmetPopper::EffectOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZHelmetPopper, MaxAttackDirDotDMG) == 0x000100, "Member 'USBZHelmetPopper::MaxAttackDirDotDMG' has a wrong offset!"); \ +static_assert(offsetof(USBZHelmetPopper, CPDIndex) == 0x000104, "Member 'USBZHelmetPopper::CPDIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZHelmetPopper, CPDValue) == 0x000105, "Member 'USBZHelmetPopper::CPDValue' has a wrong offset!"); \ +static_assert(offsetof(USBZHelmetPopper, HideInfo) == 0x000108, "Member 'USBZHelmetPopper::HideInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGameplayAbility \ +static_assert(alignof(USBZGameplayAbility) == 0x000008, "Wrong alignment on USBZGameplayAbility"); \ +static_assert(sizeof(USBZGameplayAbility) == 0x0004D8, "Wrong size on USBZGameplayAbility"); \ +static_assert(offsetof(USBZGameplayAbility, CancelAbilitiesOnActivationAttemptTag) == 0x0003D0, "Member 'USBZGameplayAbility::CancelAbilitiesOnActivationAttemptTag' has a wrong offset!"); \ +static_assert(offsetof(USBZGameplayAbility, bCancelAbilitiesOnFailedActivation) == 0x0003F0, "Member 'USBZGameplayAbility::bCancelAbilitiesOnFailedActivation' has a wrong offset!"); \ +static_assert(offsetof(USBZGameplayAbility, CancelOnOwnerTagGranted) == 0x0003F8, "Member 'USBZGameplayAbility::CancelOnOwnerTagGranted' has a wrong offset!"); \ +static_assert(offsetof(USBZGameplayAbility, CancelOnInputPressed) == 0x000418, "Member 'USBZGameplayAbility::CancelOnInputPressed' has a wrong offset!"); \ +static_assert(offsetof(USBZGameplayAbility, CancelOnInputPressedActivates) == 0x000438, "Member 'USBZGameplayAbility::CancelOnInputPressedActivates' has a wrong offset!"); \ +static_assert(offsetof(USBZGameplayAbility, PostCancelOnInputPressed) == 0x000458, "Member 'USBZGameplayAbility::PostCancelOnInputPressed' has a wrong offset!"); \ +static_assert(offsetof(USBZGameplayAbility, QueuedOwnerTags) == 0x000478, "Member 'USBZGameplayAbility::QueuedOwnerTags' has a wrong offset!"); \ +static_assert(offsetof(USBZGameplayAbility, QueuePriority) == 0x000499, "Member 'USBZGameplayAbility::QueuePriority' has a wrong offset!"); \ +static_assert(offsetof(USBZGameplayAbility, InputPriority) == 0x00049A, "Member 'USBZGameplayAbility::InputPriority' has a wrong offset!"); \ +static_assert(offsetof(USBZGameplayAbility, Input) == 0x00049B, "Member 'USBZGameplayAbility::Input' has a wrong offset!"); \ +static_assert(offsetof(USBZGameplayAbility, CooldownTimeTags) == 0x0004A0, "Member 'USBZGameplayAbility::CooldownTimeTags' has a wrong offset!"); \ +static_assert(offsetof(USBZGameplayAbility, TagCooldownSeconds) == 0x0004C0, "Member 'USBZGameplayAbility::TagCooldownSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZRequestOverkillBaseAbility \ +static_assert(alignof(USBZRequestOverkillBaseAbility) == 0x000008, "Wrong alignment on USBZRequestOverkillBaseAbility"); \ +static_assert(sizeof(USBZRequestOverkillBaseAbility) == 0x0004D8, "Wrong size on USBZRequestOverkillBaseAbility"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_WithinRange \ +static_assert(alignof(USBZAIUtilityScorer_WithinRange) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_WithinRange"); \ +static_assert(sizeof(USBZAIUtilityScorer_WithinRange) == 0x000068, "Wrong size on USBZAIUtilityScorer_WithinRange"); \ +static_assert(offsetof(USBZAIUtilityScorer_WithinRange, Distance) == 0x000060, "Member 'USBZAIUtilityScorer_WithinRange::Distance' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityScorer_WithinRange, Target) == 0x000064, "Member 'USBZAIUtilityScorer_WithinRange::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_GetMixedRandomStream \ +static_assert(alignof(SBZMissionState_GetMixedRandomStream) == 0x000008, "Wrong alignment on SBZMissionState_GetMixedRandomStream"); \ +static_assert(sizeof(SBZMissionState_GetMixedRandomStream) == 0x000018, "Wrong size on SBZMissionState_GetMixedRandomStream"); \ +static_assert(offsetof(SBZMissionState_GetMixedRandomStream, MixSeed) == 0x000000, "Member 'SBZMissionState_GetMixedRandomStream::MixSeed' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionState_GetMixedRandomStream, WorldContextObject) == 0x000008, "Member 'SBZMissionState_GetMixedRandomStream::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionState_GetMixedRandomStream, ReturnValue) == 0x000010, "Member 'SBZMissionState_GetMixedRandomStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_GetSBZMissionState \ +static_assert(alignof(SBZMissionState_GetSBZMissionState) == 0x000008, "Wrong alignment on SBZMissionState_GetSBZMissionState"); \ +static_assert(sizeof(SBZMissionState_GetSBZMissionState) == 0x000010, "Wrong size on SBZMissionState_GetSBZMissionState"); \ +static_assert(offsetof(SBZMissionState_GetSBZMissionState, WorldContextObject) == 0x000000, "Member 'SBZMissionState_GetSBZMissionState::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionState_GetSBZMissionState, ReturnValue) == 0x000008, "Member 'SBZMissionState_GetSBZMissionState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_HasPreplanningTag \ +static_assert(alignof(SBZMissionState_HasPreplanningTag) == 0x000008, "Wrong alignment on SBZMissionState_HasPreplanningTag"); \ +static_assert(sizeof(SBZMissionState_HasPreplanningTag) == 0x000020, "Wrong size on SBZMissionState_HasPreplanningTag"); \ +static_assert(offsetof(SBZMissionState_HasPreplanningTag, InTag) == 0x000000, "Member 'SBZMissionState_HasPreplanningTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionState_HasPreplanningTag, WorldContextObject) == 0x000010, "Member 'SBZMissionState_HasPreplanningTag::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionState_HasPreplanningTag, ReturnValue) == 0x000018, "Member 'SBZMissionState_HasPreplanningTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_IsFBIActive \ +static_assert(alignof(SBZMissionState_IsFBIActive) == 0x000008, "Wrong alignment on SBZMissionState_IsFBIActive"); \ +static_assert(sizeof(SBZMissionState_IsFBIActive) == 0x000010, "Wrong size on SBZMissionState_IsFBIActive"); \ +static_assert(offsetof(SBZMissionState_IsFBIActive, WorldContextObject) == 0x000000, "Member 'SBZMissionState_IsFBIActive::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionState_IsFBIActive, ReturnValue) == 0x000008, "Member 'SBZMissionState_IsFBIActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_AddPreplanningAsset \ +static_assert(alignof(SBZMissionState_AddPreplanningAsset) == 0x000008, "Wrong alignment on SBZMissionState_AddPreplanningAsset"); \ +static_assert(sizeof(SBZMissionState_AddPreplanningAsset) == 0x000040, "Wrong size on SBZMissionState_AddPreplanningAsset"); \ +static_assert(offsetof(SBZMissionState_AddPreplanningAsset, InPlayerId) == 0x000000, "Member 'SBZMissionState_AddPreplanningAsset::InPlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionState_AddPreplanningAsset, InSkuNo) == 0x000028, "Member 'SBZMissionState_AddPreplanningAsset::InSkuNo' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionState_AddPreplanningAsset, ReturnValue) == 0x000038, "Member 'SBZMissionState_AddPreplanningAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_BP_OnHideAllOutlinesChanged \ +static_assert(alignof(SBZMissionState_BP_OnHideAllOutlinesChanged) == 0x000001, "Wrong alignment on SBZMissionState_BP_OnHideAllOutlinesChanged"); \ +static_assert(sizeof(SBZMissionState_BP_OnHideAllOutlinesChanged) == 0x000001, "Wrong size on SBZMissionState_BP_OnHideAllOutlinesChanged"); \ +static_assert(offsetof(SBZMissionState_BP_OnHideAllOutlinesChanged, bIsHidden) == 0x000000, "Member 'SBZMissionState_BP_OnHideAllOutlinesChanged::bIsHidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_GetCharacterSeed \ +static_assert(alignof(SBZMissionState_GetCharacterSeed) == 0x000008, "Wrong alignment on SBZMissionState_GetCharacterSeed"); \ +static_assert(sizeof(SBZMissionState_GetCharacterSeed) == 0x000010, "Wrong size on SBZMissionState_GetCharacterSeed"); \ +static_assert(offsetof(SBZMissionState_GetCharacterSeed, Character) == 0x000000, "Member 'SBZMissionState_GetCharacterSeed::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionState_GetCharacterSeed, MixSeed) == 0x000008, "Member 'SBZMissionState_GetCharacterSeed::MixSeed' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionState_GetCharacterSeed, ReturnValue) == 0x00000C, "Member 'SBZMissionState_GetCharacterSeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_HandleSharedKeyItemTagChanged \ +static_assert(alignof(SBZMissionState_HandleSharedKeyItemTagChanged) == 0x000004, "Wrong alignment on SBZMissionState_HandleSharedKeyItemTagChanged"); \ +static_assert(sizeof(SBZMissionState_HandleSharedKeyItemTagChanged) == 0x000010, "Wrong size on SBZMissionState_HandleSharedKeyItemTagChanged"); \ +static_assert(offsetof(SBZMissionState_HandleSharedKeyItemTagChanged, Tag) == 0x000000, "Member 'SBZMissionState_HandleSharedKeyItemTagChanged::Tag' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionState_HandleSharedKeyItemTagChanged, Count) == 0x00000C, "Member 'SBZMissionState_HandleSharedKeyItemTagChanged::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_Multicast_DebugSyncServerResultData \ +static_assert(alignof(SBZMissionState_Multicast_DebugSyncServerResultData) == 0x000008, "Wrong alignment on SBZMissionState_Multicast_DebugSyncServerResultData"); \ +static_assert(sizeof(SBZMissionState_Multicast_DebugSyncServerResultData) == 0x000288, "Wrong size on SBZMissionState_Multicast_DebugSyncServerResultData"); \ +static_assert(offsetof(SBZMissionState_Multicast_DebugSyncServerResultData, Data) == 0x000000, "Member 'SBZMissionState_Multicast_DebugSyncServerResultData::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_Multicast_MissionEnd \ +static_assert(alignof(SBZMissionState_Multicast_MissionEnd) == 0x000004, "Wrong alignment on SBZMissionState_Multicast_MissionEnd"); \ +static_assert(sizeof(SBZMissionState_Multicast_MissionEnd) == 0x000004, "Wrong size on SBZMissionState_Multicast_MissionEnd"); \ +static_assert(offsetof(SBZMissionState_Multicast_MissionEnd, OutroVariation) == 0x000000, "Member 'SBZMissionState_Multicast_MissionEnd::OutroVariation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_Multicast_MissionResult \ +static_assert(alignof(SBZMissionState_Multicast_MissionResult) == 0x000008, "Wrong alignment on SBZMissionState_Multicast_MissionResult"); \ +static_assert(sizeof(SBZMissionState_Multicast_MissionResult) == 0x000288, "Wrong size on SBZMissionState_Multicast_MissionResult"); \ +static_assert(offsetof(SBZMissionState_Multicast_MissionResult, InMissionResultData) == 0x000000, "Member 'SBZMissionState_Multicast_MissionResult::InMissionResultData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_Multicast_ServerOverskillOperatorActivated \ +static_assert(alignof(SBZMissionState_Multicast_ServerOverskillOperatorActivated) == 0x000001, "Wrong alignment on SBZMissionState_Multicast_ServerOverskillOperatorActivated"); \ +static_assert(sizeof(SBZMissionState_Multicast_ServerOverskillOperatorActivated) == 0x000004, "Wrong size on SBZMissionState_Multicast_ServerOverskillOperatorActivated"); \ +static_assert(offsetof(SBZMissionState_Multicast_ServerOverskillOperatorActivated, bIsBase) == 0x000000, "Member 'SBZMissionState_Multicast_ServerOverskillOperatorActivated::bIsBase' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionState_Multicast_ServerOverskillOperatorActivated, bIsMarkMania) == 0x000001, "Member 'SBZMissionState_Multicast_ServerOverskillOperatorActivated::bIsMarkMania' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionState_Multicast_ServerOverskillOperatorActivated, bIsWhoYouGonnaCall) == 0x000002, "Member 'SBZMissionState_Multicast_ServerOverskillOperatorActivated::bIsWhoYouGonnaCall' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionState_Multicast_ServerOverskillOperatorActivated, bIsRadioSilence) == 0x000003, "Member 'SBZMissionState_Multicast_ServerOverskillOperatorActivated::bIsRadioSilence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_Multicast_ServerOverskillOperatorDeactivated \ +static_assert(alignof(SBZMissionState_Multicast_ServerOverskillOperatorDeactivated) == 0x000001, "Wrong alignment on SBZMissionState_Multicast_ServerOverskillOperatorDeactivated"); \ +static_assert(sizeof(SBZMissionState_Multicast_ServerOverskillOperatorDeactivated) == 0x000004, "Wrong size on SBZMissionState_Multicast_ServerOverskillOperatorDeactivated"); \ +static_assert(offsetof(SBZMissionState_Multicast_ServerOverskillOperatorDeactivated, bIsBase) == 0x000000, "Member 'SBZMissionState_Multicast_ServerOverskillOperatorDeactivated::bIsBase' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionState_Multicast_ServerOverskillOperatorDeactivated, bIsMarkMania) == 0x000001, "Member 'SBZMissionState_Multicast_ServerOverskillOperatorDeactivated::bIsMarkMania' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionState_Multicast_ServerOverskillOperatorDeactivated, bIsWhoYouGonnaCall) == 0x000002, "Member 'SBZMissionState_Multicast_ServerOverskillOperatorDeactivated::bIsWhoYouGonnaCall' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionState_Multicast_ServerOverskillOperatorDeactivated, bIsRadioSilence) == 0x000003, "Member 'SBZMissionState_Multicast_ServerOverskillOperatorDeactivated::bIsRadioSilence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_Multicast_SetBlockedBagMarkers \ +static_assert(alignof(SBZMissionState_Multicast_SetBlockedBagMarkers) == 0x000008, "Wrong alignment on SBZMissionState_Multicast_SetBlockedBagMarkers"); \ +static_assert(sizeof(SBZMissionState_Multicast_SetBlockedBagMarkers) == 0x000020, "Wrong size on SBZMissionState_Multicast_SetBlockedBagMarkers"); \ +static_assert(offsetof(SBZMissionState_Multicast_SetBlockedBagMarkers, InBlockedBagMarkers) == 0x000000, "Member 'SBZMissionState_Multicast_SetBlockedBagMarkers::InBlockedBagMarkers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_Multicast_SetEscapeTimeLeft \ +static_assert(alignof(SBZMissionState_Multicast_SetEscapeTimeLeft) == 0x000004, "Wrong alignment on SBZMissionState_Multicast_SetEscapeTimeLeft"); \ +static_assert(sizeof(SBZMissionState_Multicast_SetEscapeTimeLeft) == 0x000004, "Wrong size on SBZMissionState_Multicast_SetEscapeTimeLeft"); \ +static_assert(offsetof(SBZMissionState_Multicast_SetEscapeTimeLeft, NewTime) == 0x000000, "Member 'SBZMissionState_Multicast_SetEscapeTimeLeft::NewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_Multicast_SetEscapeVolumeData \ +static_assert(alignof(SBZMissionState_Multicast_SetEscapeVolumeData) == 0x000001, "Wrong alignment on SBZMissionState_Multicast_SetEscapeVolumeData"); \ +static_assert(sizeof(SBZMissionState_Multicast_SetEscapeVolumeData) == 0x000002, "Wrong size on SBZMissionState_Multicast_SetEscapeVolumeData"); \ +static_assert(offsetof(SBZMissionState_Multicast_SetEscapeVolumeData, InPlayersInVolume) == 0x000000, "Member 'SBZMissionState_Multicast_SetEscapeVolumeData::InPlayersInVolume' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionState_Multicast_SetEscapeVolumeData, InTotal) == 0x000001, "Member 'SBZMissionState_Multicast_SetEscapeVolumeData::InTotal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_Multicast_UpdateMissionEndClientPlayerData \ +static_assert(alignof(SBZMissionState_Multicast_UpdateMissionEndClientPlayerData) == 0x000008, "Wrong alignment on SBZMissionState_Multicast_UpdateMissionEndClientPlayerData"); \ +static_assert(sizeof(SBZMissionState_Multicast_UpdateMissionEndClientPlayerData) == 0x000290, "Wrong size on SBZMissionState_Multicast_UpdateMissionEndClientPlayerData"); \ +static_assert(offsetof(SBZMissionState_Multicast_UpdateMissionEndClientPlayerData, InMissionResultData) == 0x000000, "Member 'SBZMissionState_Multicast_UpdateMissionEndClientPlayerData::InMissionResultData' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionState_Multicast_UpdateMissionEndClientPlayerData, InHumanShieldInstigatorAmount) == 0x000288, "Member 'SBZMissionState_Multicast_UpdateMissionEndClientPlayerData::InHumanShieldInstigatorAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_NotifyClientPassedMilestone \ +static_assert(alignof(SBZMissionState_NotifyClientPassedMilestone) == 0x000008, "Wrong alignment on SBZMissionState_NotifyClientPassedMilestone"); \ +static_assert(sizeof(SBZMissionState_NotifyClientPassedMilestone) == 0x000018, "Wrong size on SBZMissionState_NotifyClientPassedMilestone"); \ +static_assert(offsetof(SBZMissionState_NotifyClientPassedMilestone, MilestoneType) == 0x000000, "Member 'SBZMissionState_NotifyClientPassedMilestone::MilestoneType' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionState_NotifyClientPassedMilestone, MilestoneName) == 0x000008, "Member 'SBZMissionState_NotifyClientPassedMilestone::MilestoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_OnAmmoSpecialistHighGrainSkillTimeChanged \ +static_assert(alignof(SBZMissionState_OnAmmoSpecialistHighGrainSkillTimeChanged) == 0x000004, "Wrong alignment on SBZMissionState_OnAmmoSpecialistHighGrainSkillTimeChanged"); \ +static_assert(sizeof(SBZMissionState_OnAmmoSpecialistHighGrainSkillTimeChanged) == 0x000004, "Wrong size on SBZMissionState_OnAmmoSpecialistHighGrainSkillTimeChanged"); \ +static_assert(offsetof(SBZMissionState_OnAmmoSpecialistHighGrainSkillTimeChanged, OldTime) == 0x000000, "Member 'SBZMissionState_OnAmmoSpecialistHighGrainSkillTimeChanged::OldTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_OnInstantLootTaken \ +static_assert(alignof(SBZMissionState_OnInstantLootTaken) == 0x000008, "Wrong alignment on SBZMissionState_OnInstantLootTaken"); \ +static_assert(sizeof(SBZMissionState_OnInstantLootTaken) == 0x000010, "Wrong size on SBZMissionState_OnInstantLootTaken"); \ +static_assert(offsetof(SBZMissionState_OnInstantLootTaken, LootName) == 0x000000, "Member 'SBZMissionState_OnInstantLootTaken::LootName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_OnServerPowerUpPickedUp \ +static_assert(alignof(SBZMissionState_OnServerPowerUpPickedUp) == 0x000008, "Wrong alignment on SBZMissionState_OnServerPowerUpPickedUp"); \ +static_assert(sizeof(SBZMissionState_OnServerPowerUpPickedUp) == 0x000008, "Wrong size on SBZMissionState_OnServerPowerUpPickedUp"); \ +static_assert(offsetof(SBZMissionState_OnServerPowerUpPickedUp, PowerUp) == 0x000000, "Member 'SBZMissionState_OnServerPowerUpPickedUp::PowerUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_OnStandaloneNetIDEndPlay \ +static_assert(alignof(SBZMissionState_OnStandaloneNetIDEndPlay) == 0x000008, "Wrong alignment on SBZMissionState_OnStandaloneNetIDEndPlay"); \ +static_assert(sizeof(SBZMissionState_OnStandaloneNetIDEndPlay) == 0x000010, "Wrong size on SBZMissionState_OnStandaloneNetIDEndPlay"); \ +static_assert(offsetof(SBZMissionState_OnStandaloneNetIDEndPlay, Actor) == 0x000000, "Member 'SBZMissionState_OnStandaloneNetIDEndPlay::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionState_OnStandaloneNetIDEndPlay, EndPlayReason) == 0x000008, "Member 'SBZMissionState_OnStandaloneNetIDEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_PlayerStateRemovedDuringEndMission \ +static_assert(alignof(SBZMissionState_PlayerStateRemovedDuringEndMission) == 0x000008, "Wrong alignment on SBZMissionState_PlayerStateRemovedDuringEndMission"); \ +static_assert(sizeof(SBZMissionState_PlayerStateRemovedDuringEndMission) == 0x000040, "Wrong size on SBZMissionState_PlayerStateRemovedDuringEndMission"); \ +static_assert(offsetof(SBZMissionState_PlayerStateRemovedDuringEndMission, Data) == 0x000000, "Member 'SBZMissionState_PlayerStateRemovedDuringEndMission::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_PostOnTakenDamageEvent \ +static_assert(alignof(SBZMissionState_PostOnTakenDamageEvent) == 0x000008, "Wrong alignment on SBZMissionState_PostOnTakenDamageEvent"); \ +static_assert(sizeof(SBZMissionState_PostOnTakenDamageEvent) == 0x0000C8, "Wrong size on SBZMissionState_PostOnTakenDamageEvent"); \ +static_assert(offsetof(SBZMissionState_PostOnTakenDamageEvent, DamageEventData) == 0x000000, "Member 'SBZMissionState_PostOnTakenDamageEvent::DamageEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_RemovePreplanningAsset \ +static_assert(alignof(SBZMissionState_RemovePreplanningAsset) == 0x000008, "Wrong alignment on SBZMissionState_RemovePreplanningAsset"); \ +static_assert(sizeof(SBZMissionState_RemovePreplanningAsset) == 0x000028, "Wrong size on SBZMissionState_RemovePreplanningAsset"); \ +static_assert(offsetof(SBZMissionState_RemovePreplanningAsset, InPlayerId) == 0x000000, "Member 'SBZMissionState_RemovePreplanningAsset::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_RewardCompleteExperienceMilestone \ +static_assert(alignof(SBZMissionState_RewardCompleteExperienceMilestone) == 0x000008, "Wrong alignment on SBZMissionState_RewardCompleteExperienceMilestone"); \ +static_assert(sizeof(SBZMissionState_RewardCompleteExperienceMilestone) == 0x000010, "Wrong size on SBZMissionState_RewardCompleteExperienceMilestone"); \ +static_assert(offsetof(SBZMissionState_RewardCompleteExperienceMilestone, MilestoneName) == 0x000000, "Member 'SBZMissionState_RewardCompleteExperienceMilestone::MilestoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_RewardCompleteExperienceObjective \ +static_assert(alignof(SBZMissionState_RewardCompleteExperienceObjective) == 0x000008, "Wrong alignment on SBZMissionState_RewardCompleteExperienceObjective"); \ +static_assert(sizeof(SBZMissionState_RewardCompleteExperienceObjective) == 0x000010, "Wrong size on SBZMissionState_RewardCompleteExperienceObjective"); \ +static_assert(offsetof(SBZMissionState_RewardCompleteExperienceObjective, ObjectName) == 0x000000, "Member 'SBZMissionState_RewardCompleteExperienceObjective::ObjectName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_GetDifficulty \ +static_assert(alignof(SBZMissionState_GetDifficulty) == 0x000001, "Wrong alignment on SBZMissionState_GetDifficulty"); \ +static_assert(sizeof(SBZMissionState_GetDifficulty) == 0x000001, "Wrong size on SBZMissionState_GetDifficulty"); \ +static_assert(offsetof(SBZMissionState_GetDifficulty, ReturnValue) == 0x000000, "Member 'SBZMissionState_GetDifficulty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_GetDifficultyIdx \ +static_assert(alignof(SBZMissionState_GetDifficultyIdx) == 0x000001, "Wrong alignment on SBZMissionState_GetDifficultyIdx"); \ +static_assert(sizeof(SBZMissionState_GetDifficultyIdx) == 0x000001, "Wrong size on SBZMissionState_GetDifficultyIdx"); \ +static_assert(offsetof(SBZMissionState_GetDifficultyIdx, ReturnValue) == 0x000000, "Member 'SBZMissionState_GetDifficultyIdx::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_GetMissionResult \ +static_assert(alignof(SBZMissionState_GetMissionResult) == 0x000001, "Wrong alignment on SBZMissionState_GetMissionResult"); \ +static_assert(sizeof(SBZMissionState_GetMissionResult) == 0x000001, "Wrong size on SBZMissionState_GetMissionResult"); \ +static_assert(offsetof(SBZMissionState_GetMissionResult, ReturnValue) == 0x000000, "Member 'SBZMissionState_GetMissionResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_GetMissionResultData \ +static_assert(alignof(SBZMissionState_GetMissionResultData) == 0x000008, "Wrong alignment on SBZMissionState_GetMissionResultData"); \ +static_assert(sizeof(SBZMissionState_GetMissionResultData) == 0x000288, "Wrong size on SBZMissionState_GetMissionResultData"); \ +static_assert(offsetof(SBZMissionState_GetMissionResultData, ReturnValue) == 0x000000, "Member 'SBZMissionState_GetMissionResultData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_GetMissionTime \ +static_assert(alignof(SBZMissionState_GetMissionTime) == 0x000004, "Wrong alignment on SBZMissionState_GetMissionTime"); \ +static_assert(sizeof(SBZMissionState_GetMissionTime) == 0x000004, "Wrong size on SBZMissionState_GetMissionTime"); \ +static_assert(offsetof(SBZMissionState_GetMissionTime, ReturnValue) == 0x000000, "Member 'SBZMissionState_GetMissionTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_GetMixedRandomSeed \ +static_assert(alignof(SBZMissionState_GetMixedRandomSeed) == 0x000004, "Wrong alignment on SBZMissionState_GetMixedRandomSeed"); \ +static_assert(sizeof(SBZMissionState_GetMixedRandomSeed) == 0x000008, "Wrong size on SBZMissionState_GetMixedRandomSeed"); \ +static_assert(offsetof(SBZMissionState_GetMixedRandomSeed, MixSeed) == 0x000000, "Member 'SBZMissionState_GetMixedRandomSeed::MixSeed' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionState_GetMixedRandomSeed, ReturnValue) == 0x000004, "Member 'SBZMissionState_GetMixedRandomSeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_GetRandomSeed \ +static_assert(alignof(SBZMissionState_GetRandomSeed) == 0x000004, "Wrong alignment on SBZMissionState_GetRandomSeed"); \ +static_assert(sizeof(SBZMissionState_GetRandomSeed) == 0x000004, "Wrong size on SBZMissionState_GetRandomSeed"); \ +static_assert(offsetof(SBZMissionState_GetRandomSeed, ReturnValue) == 0x000000, "Member 'SBZMissionState_GetRandomSeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_GetSecurityCompanies \ +static_assert(alignof(SBZMissionState_GetSecurityCompanies) == 0x000008, "Wrong alignment on SBZMissionState_GetSecurityCompanies"); \ +static_assert(sizeof(SBZMissionState_GetSecurityCompanies) == 0x000010, "Wrong size on SBZMissionState_GetSecurityCompanies"); \ +static_assert(offsetof(SBZMissionState_GetSecurityCompanies, ReturnValue) == 0x000000, "Member 'SBZMissionState_GetSecurityCompanies::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_HasAttributedAllVariations \ +static_assert(alignof(SBZMissionState_HasAttributedAllVariations) == 0x000008, "Wrong alignment on SBZMissionState_HasAttributedAllVariations"); \ +static_assert(sizeof(SBZMissionState_HasAttributedAllVariations) == 0x000010, "Wrong size on SBZMissionState_HasAttributedAllVariations"); \ +static_assert(offsetof(SBZMissionState_HasAttributedAllVariations, VariationData) == 0x000000, "Member 'SBZMissionState_HasAttributedAllVariations::VariationData' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionState_HasAttributedAllVariations, ReturnValue) == 0x000008, "Member 'SBZMissionState_HasAttributedAllVariations::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_HasSharedKeyItemTag \ +static_assert(alignof(SBZMissionState_HasSharedKeyItemTag) == 0x000004, "Wrong alignment on SBZMissionState_HasSharedKeyItemTag"); \ +static_assert(sizeof(SBZMissionState_HasSharedKeyItemTag) == 0x000010, "Wrong size on SBZMissionState_HasSharedKeyItemTag"); \ +static_assert(offsetof(SBZMissionState_HasSharedKeyItemTag, InTag) == 0x000000, "Member 'SBZMissionState_HasSharedKeyItemTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionState_HasSharedKeyItemTag, ReturnValue) == 0x00000C, "Member 'SBZMissionState_HasSharedKeyItemTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionState_IsTutorialLevel \ +static_assert(alignof(SBZMissionState_IsTutorialLevel) == 0x000001, "Wrong alignment on SBZMissionState_IsTutorialLevel"); \ +static_assert(sizeof(SBZMissionState_IsTutorialLevel) == 0x000001, "Wrong size on SBZMissionState_IsTutorialLevel"); \ +static_assert(offsetof(SBZMissionState_IsTutorialLevel, ReturnValue) == 0x000000, "Member 'SBZMissionState_IsTutorialLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZMissionState \ +static_assert(alignof(ASBZMissionState) == 0x000008, "Wrong alignment on ASBZMissionState"); \ +static_assert(sizeof(ASBZMissionState) == 0x001218, "Wrong size on ASBZMissionState"); \ +static_assert(offsetof(ASBZMissionState, OnFBIActivationChanged) == 0x000340, "Member 'ASBZMissionState::OnFBIActivationChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, OnOperatorSkillUsed) == 0x000350, "Member 'ASBZMissionState::OnOperatorSkillUsed' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, OnOperatorSkillDeactivated) == 0x000360, "Member 'ASBZMissionState::OnOperatorSkillDeactivated' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, StatisticCodeCollection) == 0x000448, "Member 'ASBZMissionState::StatisticCodeCollection' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, StatisticsCriteriaDataCollection) == 0x0007A8, "Member 'ASBZMissionState::StatisticsCriteriaDataCollection' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, CurrentMissionResultData) == 0x000A90, "Member 'ASBZMissionState::CurrentMissionResultData' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, RandomSeed) == 0x000D18, "Member 'ASBZMissionState::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, ServerChangelist) == 0x000D20, "Member 'ASBZMissionState::ServerChangelist' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, Difficulty) == 0x000D24, "Member 'ASBZMissionState::Difficulty' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, PickupDifficultyModifierArray) == 0x000D28, "Member 'ASBZMissionState::PickupDifficultyModifierArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, SecurityCompanies) == 0x000D38, "Member 'ASBZMissionState::SecurityCompanies' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, AppliedPreplanningTags) == 0x000D48, "Member 'ASBZMissionState::AppliedPreplanningTags' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, ReplicatedSharedKeyItemTagCount) == 0x000D68, "Member 'ASBZMissionState::ReplicatedSharedKeyItemTagCount' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, PredictionTimeOutSeconds) == 0x000EAC, "Member 'ASBZMissionState::PredictionTimeOutSeconds' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, ServerUnblockAbilityEarlierSeconds) == 0x000EB0, "Member 'ASBZMissionState::ServerUnblockAbilityEarlierSeconds' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, MissionStartTime) == 0x000EB4, "Member 'ASBZMissionState::MissionStartTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, SharedKeyItemDataMap) == 0x000EB8, "Member 'ASBZMissionState::SharedKeyItemDataMap' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, BagManager) == 0x000F08, "Member 'ASBZMissionState::BagManager' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, AICrewStateArray) == 0x000F10, "Member 'ASBZMissionState::AICrewStateArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, RequestedOverkillWeaponConfig) == 0x000F20, "Member 'ASBZMissionState::RequestedOverkillWeaponConfig' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, BlockedBagMarkers) == 0x000F90, "Member 'ASBZMissionState::BlockedBagMarkers' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, CurrentHeistData) == 0x000FB0, "Member 'ASBZMissionState::CurrentHeistData' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, TickingLootManager) == 0x000FB8, "Member 'ASBZMissionState::TickingLootManager' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, SoundBanks) == 0x000FF8, "Member 'ASBZMissionState::SoundBanks' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, DialogManager) == 0x001008, "Member 'ASBZMissionState::DialogManager' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, AgentManager) == 0x001010, "Member 'ASBZMissionState::AgentManager' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, RagdollSyncManager) == 0x001018, "Member 'ASBZMissionState::RagdollSyncManager' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, VehicleManager) == 0x001020, "Member 'ASBZMissionState::VehicleManager' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, MarkerManager) == 0x001028, "Member 'ASBZMissionState::MarkerManager' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, LifeActionManager) == 0x001030, "Member 'ASBZMissionState::LifeActionManager' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, ActorPoolManager) == 0x001038, "Member 'ASBZMissionState::ActorPoolManager' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, SmallTalkManager) == 0x001040, "Member 'ASBZMissionState::SmallTalkManager' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, WindManager) == 0x001048, "Member 'ASBZMissionState::WindManager' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, StateMachineSharedState) == 0x001050, "Member 'ASBZMissionState::StateMachineSharedState' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, bPlayerFriendlyFire) == 0x001058, "Member 'ASBZMissionState::bPlayerFriendlyFire' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, PlayersInEscapeVolume) == 0x001059, "Member 'ASBZMissionState::PlayersInEscapeVolume' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, PlayersRequiredInEscapeVolume) == 0x00105A, "Member 'ASBZMissionState::PlayersRequiredInEscapeVolume' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, EscapeTimeLeft) == 0x00105C, "Member 'ASBZMissionState::EscapeTimeLeft' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, KillingSpreeAmount) == 0x001060, "Member 'ASBZMissionState::KillingSpreeAmount' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, DropKillingSpreeWaitTime) == 0x001064, "Member 'ASBZMissionState::DropKillingSpreeWaitTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, PreplanningAssets) == 0x001070, "Member 'ASBZMissionState::PreplanningAssets' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, MaxQueuedCosmeticDestruction) == 0x001080, "Member 'ASBZMissionState::MaxQueuedCosmeticDestruction' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, TimeBetweenQueuedCosmeticDestruction) == 0x001084, "Member 'ASBZMissionState::TimeBetweenQueuedCosmeticDestruction' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, DroneDeliverySquadPawn) == 0x001090, "Member 'ASBZMissionState::DroneDeliverySquadPawn' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, LastOverkillWeaponCaller) == 0x001098, "Member 'ASBZMissionState::LastOverkillWeaponCaller' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, QueuedCosmeticDestructionExplosions) == 0x0010A0, "Member 'ASBZMissionState::QueuedCosmeticDestructionExplosions' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, HeavyEnemiesTagContainer) == 0x0010B8, "Member 'ASBZMissionState::HeavyEnemiesTagContainer' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, VariationSeedGenerator) == 0x0010D8, "Member 'ASBZMissionState::VariationSeedGenerator' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, SeasonalEventItemCount) == 0x0010E8, "Member 'ASBZMissionState::SeasonalEventItemCount' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, LevelCriteriaCompletedArray) == 0x0010F0, "Member 'ASBZMissionState::LevelCriteriaCompletedArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, OverkillWeaponCooldown) == 0x001104, "Member 'ASBZMissionState::OverkillWeaponCooldown' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, TutorialPlayerCharacterData) == 0x001118, "Member 'ASBZMissionState::TutorialPlayerCharacterData' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, bIsAmmoSpecialistHighGrainSkillActive) == 0x001130, "Member 'ASBZMissionState::bIsAmmoSpecialistHighGrainSkillActive' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, AmmoSpecialistHighGrainSkillTime) == 0x001134, "Member 'ASBZMissionState::AmmoSpecialistHighGrainSkillTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, bIsIntroSequenceSkipped) == 0x001140, "Member 'ASBZMissionState::bIsIntroSequenceSkipped' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, PlayerToRewardArray) == 0x001148, "Member 'ASBZMissionState::PlayerToRewardArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, WeaponArmorPenetrationModifier) == 0x001158, "Member 'ASBZMissionState::WeaponArmorPenetrationModifier' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, DefensiveMeasuresBaseSet) == 0x001170, "Member 'ASBZMissionState::DefensiveMeasuresBaseSet' has a wrong offset!"); \ +static_assert(offsetof(ASBZMissionState, DefensiveMeasuresAcedSet) == 0x0011C0, "Member 'ASBZMissionState::DefensiveMeasuresAcedSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_FriendlyFire \ +static_assert(alignof(USBZEnvQueryTest_FriendlyFire) == 0x000008, "Wrong alignment on USBZEnvQueryTest_FriendlyFire"); \ +static_assert(sizeof(USBZEnvQueryTest_FriendlyFire) == 0x000248, "Wrong size on USBZEnvQueryTest_FriendlyFire"); \ +static_assert(offsetof(USBZEnvQueryTest_FriendlyFire, OriginContext) == 0x000238, "Member 'USBZEnvQueryTest_FriendlyFire::OriginContext' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryTest_FriendlyFire, TargetContext) == 0x000240, "Member 'USBZEnvQueryTest_FriendlyFire::TargetContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameState_DifficultyBranch \ +static_assert(alignof(PD3HeistGameState_DifficultyBranch) == 0x000008, "Wrong alignment on PD3HeistGameState_DifficultyBranch"); \ +static_assert(sizeof(PD3HeistGameState_DifficultyBranch) == 0x000010, "Wrong size on PD3HeistGameState_DifficultyBranch"); \ +static_assert(offsetof(PD3HeistGameState_DifficultyBranch, WorldContextObject) == 0x000000, "Member 'PD3HeistGameState_DifficultyBranch::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PD3HeistGameState_DifficultyBranch, OutputPins) == 0x000008, "Member 'PD3HeistGameState_DifficultyBranch::OutputPins' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameState_HeistStateBranch \ +static_assert(alignof(PD3HeistGameState_HeistStateBranch) == 0x000008, "Wrong alignment on PD3HeistGameState_HeistStateBranch"); \ +static_assert(sizeof(PD3HeistGameState_HeistStateBranch) == 0x000010, "Wrong size on PD3HeistGameState_HeistStateBranch"); \ +static_assert(offsetof(PD3HeistGameState_HeistStateBranch, WorldContextObject) == 0x000000, "Member 'PD3HeistGameState_HeistStateBranch::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PD3HeistGameState_HeistStateBranch, OutputPins) == 0x000008, "Member 'PD3HeistGameState_HeistStateBranch::OutputPins' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameState_IncreaseSuspense \ +static_assert(alignof(PD3HeistGameState_IncreaseSuspense) == 0x000008, "Wrong alignment on PD3HeistGameState_IncreaseSuspense"); \ +static_assert(sizeof(PD3HeistGameState_IncreaseSuspense) == 0x000008, "Wrong size on PD3HeistGameState_IncreaseSuspense"); \ +static_assert(offsetof(PD3HeistGameState_IncreaseSuspense, WorldContextObject) == 0x000000, "Member 'PD3HeistGameState_IncreaseSuspense::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameState_StealthBranch \ +static_assert(alignof(PD3HeistGameState_StealthBranch) == 0x000008, "Wrong alignment on PD3HeistGameState_StealthBranch"); \ +static_assert(sizeof(PD3HeistGameState_StealthBranch) == 0x000010, "Wrong size on PD3HeistGameState_StealthBranch"); \ +static_assert(offsetof(PD3HeistGameState_StealthBranch, WorldContextObject) == 0x000000, "Member 'PD3HeistGameState_StealthBranch::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PD3HeistGameState_StealthBranch, OutputPins) == 0x000008, "Member 'PD3HeistGameState_StealthBranch::OutputPins' has a wrong offset!"); \ +static_assert(offsetof(PD3HeistGameState_StealthBranch, ReturnValue) == 0x000009, "Member 'PD3HeistGameState_StealthBranch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameState_Multicast_ProcessTrafficControls \ +static_assert(alignof(PD3HeistGameState_Multicast_ProcessTrafficControls) == 0x000008, "Wrong alignment on PD3HeistGameState_Multicast_ProcessTrafficControls"); \ +static_assert(sizeof(PD3HeistGameState_Multicast_ProcessTrafficControls) == 0x000010, "Wrong size on PD3HeistGameState_Multicast_ProcessTrafficControls"); \ +static_assert(offsetof(PD3HeistGameState_Multicast_ProcessTrafficControls, TrafficControlArray) == 0x000000, "Member 'PD3HeistGameState_Multicast_ProcessTrafficControls::TrafficControlArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameState_Multicast_SetCurrentECMJammerCount \ +static_assert(alignof(PD3HeistGameState_Multicast_SetCurrentECMJammerCount) == 0x000004, "Wrong alignment on PD3HeistGameState_Multicast_SetCurrentECMJammerCount"); \ +static_assert(sizeof(PD3HeistGameState_Multicast_SetCurrentECMJammerCount) == 0x00000C, "Wrong size on PD3HeistGameState_Multicast_SetCurrentECMJammerCount"); \ +static_assert(offsetof(PD3HeistGameState_Multicast_SetCurrentECMJammerCount, InCountData) == 0x000000, "Member 'PD3HeistGameState_Multicast_SetCurrentECMJammerCount::InCountData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameState_Multicast_SetHeistState \ +static_assert(alignof(PD3HeistGameState_Multicast_SetHeistState) == 0x000001, "Wrong alignment on PD3HeistGameState_Multicast_SetHeistState"); \ +static_assert(sizeof(PD3HeistGameState_Multicast_SetHeistState) == 0x000001, "Wrong size on PD3HeistGameState_Multicast_SetHeistState"); \ +static_assert(offsetof(PD3HeistGameState_Multicast_SetHeistState, HeistState) == 0x000000, "Member 'PD3HeistGameState_Multicast_SetHeistState::HeistState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameState_Multicast_SetHostagesDemand \ +static_assert(alignof(PD3HeistGameState_Multicast_SetHostagesDemand) == 0x000001, "Wrong alignment on PD3HeistGameState_Multicast_SetHostagesDemand"); \ +static_assert(sizeof(PD3HeistGameState_Multicast_SetHostagesDemand) == 0x000001, "Wrong size on PD3HeistGameState_Multicast_SetHostagesDemand"); \ +static_assert(offsetof(PD3HeistGameState_Multicast_SetHostagesDemand, Count) == 0x000000, "Member 'PD3HeistGameState_Multicast_SetHostagesDemand::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameState_Multicast_SetNegotiationEndTime \ +static_assert(alignof(PD3HeistGameState_Multicast_SetNegotiationEndTime) == 0x000004, "Wrong alignment on PD3HeistGameState_Multicast_SetNegotiationEndTime"); \ +static_assert(sizeof(PD3HeistGameState_Multicast_SetNegotiationEndTime) == 0x000004, "Wrong size on PD3HeistGameState_Multicast_SetNegotiationEndTime"); \ +static_assert(offsetof(PD3HeistGameState_Multicast_SetNegotiationEndTime, EndTime) == 0x000000, "Member 'PD3HeistGameState_Multicast_SetNegotiationEndTime::EndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameState_Multicast_SetNegotiationTradeType \ +static_assert(alignof(PD3HeistGameState_Multicast_SetNegotiationTradeType) == 0x000001, "Wrong alignment on PD3HeistGameState_Multicast_SetNegotiationTradeType"); \ +static_assert(sizeof(PD3HeistGameState_Multicast_SetNegotiationTradeType) == 0x000001, "Wrong size on PD3HeistGameState_Multicast_SetNegotiationTradeType"); \ +static_assert(offsetof(PD3HeistGameState_Multicast_SetNegotiationTradeType, Type) == 0x000000, "Member 'PD3HeistGameState_Multicast_SetNegotiationTradeType::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameState_Multicast_SetPagerEnabled \ +static_assert(alignof(PD3HeistGameState_Multicast_SetPagerEnabled) == 0x000004, "Wrong alignment on PD3HeistGameState_Multicast_SetPagerEnabled"); \ +static_assert(sizeof(PD3HeistGameState_Multicast_SetPagerEnabled) == 0x000008, "Wrong size on PD3HeistGameState_Multicast_SetPagerEnabled"); \ +static_assert(offsetof(PD3HeistGameState_Multicast_SetPagerEnabled, NetID) == 0x000000, "Member 'PD3HeistGameState_Multicast_SetPagerEnabled::NetID' has a wrong offset!"); \ +static_assert(offsetof(PD3HeistGameState_Multicast_SetPagerEnabled, bIsEnabled) == 0x000004, "Member 'PD3HeistGameState_Multicast_SetPagerEnabled::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(PD3HeistGameState_Multicast_SetPagerEnabled, bIsTimedOut) == 0x000005, "Member 'PD3HeistGameState_Multicast_SetPagerEnabled::bIsTimedOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameState_Multicast_SuspenseValueChanged \ +static_assert(alignof(PD3HeistGameState_Multicast_SuspenseValueChanged) == 0x000001, "Wrong alignment on PD3HeistGameState_Multicast_SuspenseValueChanged"); \ +static_assert(sizeof(PD3HeistGameState_Multicast_SuspenseValueChanged) == 0x000001, "Wrong size on PD3HeistGameState_Multicast_SuspenseValueChanged"); \ +static_assert(offsetof(PD3HeistGameState_Multicast_SuspenseValueChanged, NewSuspenseValue) == 0x000000, "Member 'PD3HeistGameState_Multicast_SuspenseValueChanged::NewSuspenseValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameState_OnRep_CurrentHeistState \ +static_assert(alignof(PD3HeistGameState_OnRep_CurrentHeistState) == 0x000001, "Wrong alignment on PD3HeistGameState_OnRep_CurrentHeistState"); \ +static_assert(sizeof(PD3HeistGameState_OnRep_CurrentHeistState) == 0x000001, "Wrong size on PD3HeistGameState_OnRep_CurrentHeistState"); \ +static_assert(offsetof(PD3HeistGameState_OnRep_CurrentHeistState, OldHeistState) == 0x000000, "Member 'PD3HeistGameState_OnRep_CurrentHeistState::OldHeistState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameState_OnRep_ECMCountData \ +static_assert(alignof(PD3HeistGameState_OnRep_ECMCountData) == 0x000004, "Wrong alignment on PD3HeistGameState_OnRep_ECMCountData"); \ +static_assert(sizeof(PD3HeistGameState_OnRep_ECMCountData) == 0x00000C, "Wrong size on PD3HeistGameState_OnRep_ECMCountData"); \ +static_assert(offsetof(PD3HeistGameState_OnRep_ECMCountData, OldCountData) == 0x000000, "Member 'PD3HeistGameState_OnRep_ECMCountData::OldCountData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameState_OnRep_NegotiationEndTime \ +static_assert(alignof(PD3HeistGameState_OnRep_NegotiationEndTime) == 0x000004, "Wrong alignment on PD3HeistGameState_OnRep_NegotiationEndTime"); \ +static_assert(sizeof(PD3HeistGameState_OnRep_NegotiationEndTime) == 0x000004, "Wrong size on PD3HeistGameState_OnRep_NegotiationEndTime"); \ +static_assert(offsetof(PD3HeistGameState_OnRep_NegotiationEndTime, OldEndTime) == 0x000000, "Member 'PD3HeistGameState_OnRep_NegotiationEndTime::OldEndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameState_OnRep_NegotiationTradeType \ +static_assert(alignof(PD3HeistGameState_OnRep_NegotiationTradeType) == 0x000001, "Wrong alignment on PD3HeistGameState_OnRep_NegotiationTradeType"); \ +static_assert(sizeof(PD3HeistGameState_OnRep_NegotiationTradeType) == 0x000001, "Wrong size on PD3HeistGameState_OnRep_NegotiationTradeType"); \ +static_assert(offsetof(PD3HeistGameState_OnRep_NegotiationTradeType, OldType) == 0x000000, "Member 'PD3HeistGameState_OnRep_NegotiationTradeType::OldType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameState_OnRep_NrHostagesDemand \ +static_assert(alignof(PD3HeistGameState_OnRep_NrHostagesDemand) == 0x000001, "Wrong alignment on PD3HeistGameState_OnRep_NrHostagesDemand"); \ +static_assert(sizeof(PD3HeistGameState_OnRep_NrHostagesDemand) == 0x000001, "Wrong size on PD3HeistGameState_OnRep_NrHostagesDemand"); \ +static_assert(offsetof(PD3HeistGameState_OnRep_NrHostagesDemand, OldDemand) == 0x000000, "Member 'PD3HeistGameState_OnRep_NrHostagesDemand::OldDemand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameState_OnStateMachineStateLeft \ +static_assert(alignof(PD3HeistGameState_OnStateMachineStateLeft) == 0x000004, "Wrong alignment on PD3HeistGameState_OnStateMachineStateLeft"); \ +static_assert(sizeof(PD3HeistGameState_OnStateMachineStateLeft) == 0x00000C, "Wrong size on PD3HeistGameState_OnStateMachineStateLeft"); \ +static_assert(offsetof(PD3HeistGameState_OnStateMachineStateLeft, StateName) == 0x000000, "Member 'PD3HeistGameState_OnStateMachineStateLeft::StateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameState_SetHeistState \ +static_assert(alignof(PD3HeistGameState_SetHeistState) == 0x000001, "Wrong alignment on PD3HeistGameState_SetHeistState"); \ +static_assert(sizeof(PD3HeistGameState_SetHeistState) == 0x000001, "Wrong size on PD3HeistGameState_SetHeistState"); \ +static_assert(offsetof(PD3HeistGameState_SetHeistState, HeistState) == 0x000000, "Member 'PD3HeistGameState_SetHeistState::HeistState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameState_SetMaskOnOverride \ +static_assert(alignof(PD3HeistGameState_SetMaskOnOverride) == 0x000008, "Wrong alignment on PD3HeistGameState_SetMaskOnOverride"); \ +static_assert(sizeof(PD3HeistGameState_SetMaskOnOverride) == 0x000008, "Wrong size on PD3HeistGameState_SetMaskOnOverride"); \ +static_assert(offsetof(PD3HeistGameState_SetMaskOnOverride, WorldContextObject) == 0x000000, "Member 'PD3HeistGameState_SetMaskOnOverride::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameState_GetCurrentHeistState \ +static_assert(alignof(PD3HeistGameState_GetCurrentHeistState) == 0x000001, "Wrong alignment on PD3HeistGameState_GetCurrentHeistState"); \ +static_assert(sizeof(PD3HeistGameState_GetCurrentHeistState) == 0x000001, "Wrong size on PD3HeistGameState_GetCurrentHeistState"); \ +static_assert(offsetof(PD3HeistGameState_GetCurrentHeistState, ReturnValue) == 0x000000, "Member 'PD3HeistGameState_GetCurrentHeistState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameState_GetHostageDemand \ +static_assert(alignof(PD3HeistGameState_GetHostageDemand) == 0x000001, "Wrong alignment on PD3HeistGameState_GetHostageDemand"); \ +static_assert(sizeof(PD3HeistGameState_GetHostageDemand) == 0x000001, "Wrong size on PD3HeistGameState_GetHostageDemand"); \ +static_assert(offsetof(PD3HeistGameState_GetHostageDemand, ReturnValue) == 0x000000, "Member 'PD3HeistGameState_GetHostageDemand::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameState_GetNegotiationEndTime \ +static_assert(alignof(PD3HeistGameState_GetNegotiationEndTime) == 0x000004, "Wrong alignment on PD3HeistGameState_GetNegotiationEndTime"); \ +static_assert(sizeof(PD3HeistGameState_GetNegotiationEndTime) == 0x000004, "Wrong size on PD3HeistGameState_GetNegotiationEndTime"); \ +static_assert(offsetof(PD3HeistGameState_GetNegotiationEndTime, ReturnValue) == 0x000000, "Member 'PD3HeistGameState_GetNegotiationEndTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameState_GetNegotiationTradeType \ +static_assert(alignof(PD3HeistGameState_GetNegotiationTradeType) == 0x000001, "Wrong alignment on PD3HeistGameState_GetNegotiationTradeType"); \ +static_assert(sizeof(PD3HeistGameState_GetNegotiationTradeType) == 0x000001, "Wrong size on PD3HeistGameState_GetNegotiationTradeType"); \ +static_assert(offsetof(PD3HeistGameState_GetNegotiationTradeType, ReturnValue) == 0x000000, "Member 'PD3HeistGameState_GetNegotiationTradeType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameState_IsActiveAssaultState \ +static_assert(alignof(PD3HeistGameState_IsActiveAssaultState) == 0x000001, "Wrong alignment on PD3HeistGameState_IsActiveAssaultState"); \ +static_assert(sizeof(PD3HeistGameState_IsActiveAssaultState) == 0x000002, "Wrong size on PD3HeistGameState_IsActiveAssaultState"); \ +static_assert(offsetof(PD3HeistGameState_IsActiveAssaultState, State) == 0x000000, "Member 'PD3HeistGameState_IsActiveAssaultState::State' has a wrong offset!"); \ +static_assert(offsetof(PD3HeistGameState_IsActiveAssaultState, ReturnValue) == 0x000001, "Member 'PD3HeistGameState_IsActiveAssaultState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HeistGameState_IsAssaultActive \ +static_assert(alignof(PD3HeistGameState_IsAssaultActive) == 0x000001, "Wrong alignment on PD3HeistGameState_IsAssaultActive"); \ +static_assert(sizeof(PD3HeistGameState_IsAssaultActive) == 0x000001, "Wrong size on PD3HeistGameState_IsAssaultActive"); \ +static_assert(offsetof(PD3HeistGameState_IsAssaultActive, ReturnValue) == 0x000000, "Member 'PD3HeistGameState_IsAssaultActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APD3HeistGameState \ +static_assert(alignof(APD3HeistGameState) == 0x000008, "Wrong alignment on APD3HeistGameState"); \ +static_assert(sizeof(APD3HeistGameState) == 0x0014B8, "Wrong size on APD3HeistGameState"); \ +static_assert(offsetof(APD3HeistGameState, OnHeistStateChanged) == 0x001218, "Member 'APD3HeistGameState::OnHeistStateChanged' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, OnNegotiationEndTimeChanged) == 0x001240, "Member 'APD3HeistGameState::OnNegotiationEndTimeChanged' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, OnHostagesDemandChanged) == 0x001250, "Member 'APD3HeistGameState::OnHostagesDemandChanged' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, OnNegotiationTradeTypeChanged) == 0x001260, "Member 'APD3HeistGameState::OnNegotiationTradeTypeChanged' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, OnSuspenseValueChanged) == 0x001270, "Member 'APD3HeistGameState::OnSuspenseValueChanged' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, OnAnswerPagerValueChanged) == 0x001280, "Member 'APD3HeistGameState::OnAnswerPagerValueChanged' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, OnECMCountChanged) == 0x001290, "Member 'APD3HeistGameState::OnECMCountChanged' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, CurrentSuspenseValue) == 0x0012B8, "Member 'APD3HeistGameState::CurrentSuspenseValue' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, CurrentThreatLevel) == 0x0012BC, "Member 'APD3HeistGameState::CurrentThreatLevel' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, bIsMaskOnOverridden) == 0x0012C0, "Member 'APD3HeistGameState::bIsMaskOnOverridden' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, CurrentHeistState) == 0x0012C1, "Member 'APD3HeistGameState::CurrentHeistState' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, HeistStateWidgetClass) == 0x0012C8, "Member 'APD3HeistGameState::HeistStateWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, HeistInfoRightWidgetClass) == 0x0012D0, "Member 'APD3HeistGameState::HeistInfoRightWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, GameIntensityAnalyzer) == 0x0012D8, "Member 'APD3HeistGameState::GameIntensityAnalyzer' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, Dispatcher) == 0x0012E0, "Member 'APD3HeistGameState::Dispatcher' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, RoomPathFinder) == 0x0012E8, "Member 'APD3HeistGameState::RoomPathFinder' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, MissionFailedTimeoutSeconds) == 0x0012F0, "Member 'APD3HeistGameState::MissionFailedTimeoutSeconds' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, SpawnedCarryDataArray) == 0x001308, "Member 'APD3HeistGameState::SpawnedCarryDataArray' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, PendingUsingCarryMap) == 0x001318, "Member 'APD3HeistGameState::PendingUsingCarryMap' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, SpawnedCarryActorMap) == 0x001368, "Member 'APD3HeistGameState::SpawnedCarryActorMap' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, NegotiationEndTime) == 0x0013B8, "Member 'APD3HeistGameState::NegotiationEndTime' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, NrHostagesDemand) == 0x0013BC, "Member 'APD3HeistGameState::NrHostagesDemand' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, AnswerPagerCount) == 0x0013BD, "Member 'APD3HeistGameState::AnswerPagerCount' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, PagerHeistDataArray) == 0x0013BE, "Member 'APD3HeistGameState::PagerHeistDataArray' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, DefaultWeaponBoxClass) == 0x0013C8, "Member 'APD3HeistGameState::DefaultWeaponBoxClass' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, DefaultOverkillWeaponBoxClass) == 0x0013D0, "Member 'APD3HeistGameState::DefaultOverkillWeaponBoxClass' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, MaxCrewCount) == 0x0013D8, "Member 'APD3HeistGameState::MaxCrewCount' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, AICrewCharacterClassSet) == 0x0013E0, "Member 'APD3HeistGameState::AICrewCharacterClassSet' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, GlobalMaterialParameterCollection) == 0x001430, "Member 'APD3HeistGameState::GlobalMaterialParameterCollection' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, GlobalNiagaraParameterCollection) == 0x001438, "Member 'APD3HeistGameState::GlobalNiagaraParameterCollection' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, AlarmThreatLevel) == 0x001440, "Member 'APD3HeistGameState::AlarmThreatLevel' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, NegotiationThreatLevel) == 0x001444, "Member 'APD3HeistGameState::NegotiationThreatLevel' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, AssaultThreatLevel) == 0x001448, "Member 'APD3HeistGameState::AssaultThreatLevel' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, AssaultThreatLevelIncrease) == 0x00144C, "Member 'APD3HeistGameState::AssaultThreatLevelIncrease' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, PlayerPositionUpdateFrequency) == 0x001450, "Member 'APD3HeistGameState::PlayerPositionUpdateFrequency' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, GlobalMaterialCollectionInstance) == 0x001458, "Member 'APD3HeistGameState::GlobalMaterialCollectionInstance' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, GlobalNiagaraCollectionInstance) == 0x001460, "Member 'APD3HeistGameState::GlobalNiagaraCollectionInstance' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, bIsAICrewSpawned) == 0x001468, "Member 'APD3HeistGameState::bIsAICrewSpawned' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, bIsAssaultStarted) == 0x001469, "Member 'APD3HeistGameState::bIsAssaultStarted' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, SavedCustodyTime) == 0x00146C, "Member 'APD3HeistGameState::SavedCustodyTime' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, HostageDemandReduction) == 0x001470, "Member 'APD3HeistGameState::HostageDemandReduction' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, NegotiationTradeType) == 0x001474, "Member 'APD3HeistGameState::NegotiationTradeType' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, TradeHostagePickupAssetArray) == 0x001478, "Member 'APD3HeistGameState::TradeHostagePickupAssetArray' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, ECMCountData) == 0x00148C, "Member 'APD3HeistGameState::ECMCountData' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, JammerTimeSeconds) == 0x001498, "Member 'APD3HeistGameState::JammerTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, ECMJammerRadioBasePercentageIncrease) == 0x00149C, "Member 'APD3HeistGameState::ECMJammerRadioBasePercentageIncrease' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, ECMJammerCameraBasePercentageIncrease) == 0x0014A0, "Member 'APD3HeistGameState::ECMJammerCameraBasePercentageIncrease' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, ECMJammerPagerBasePercentageIncrease) == 0x0014A4, "Member 'APD3HeistGameState::ECMJammerPagerBasePercentageIncrease' has a wrong offset!"); \ +static_assert(offsetof(APD3HeistGameState, ECMJammerAdditionalIncreasePercentagePerJammer) == 0x0014A8, "Member 'APD3HeistGameState::ECMJammerAdditionalIncreasePercentagePerJammer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HUDAICrewStatusWidget_BP_OnCharacterChanged \ +static_assert(alignof(PD3HUDAICrewStatusWidget_BP_OnCharacterChanged) == 0x000008, "Wrong alignment on PD3HUDAICrewStatusWidget_BP_OnCharacterChanged"); \ +static_assert(sizeof(PD3HUDAICrewStatusWidget_BP_OnCharacterChanged) == 0x000008, "Wrong size on PD3HUDAICrewStatusWidget_BP_OnCharacterChanged"); \ +static_assert(offsetof(PD3HUDAICrewStatusWidget_BP_OnCharacterChanged, InAICrewState) == 0x000000, "Member 'PD3HUDAICrewStatusWidget_BP_OnCharacterChanged::InAICrewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HUDAICrewStatusWidget_BP_OnMaskedOnStateChanged \ +static_assert(alignof(PD3HUDAICrewStatusWidget_BP_OnMaskedOnStateChanged) == 0x000008, "Wrong alignment on PD3HUDAICrewStatusWidget_BP_OnMaskedOnStateChanged"); \ +static_assert(sizeof(PD3HUDAICrewStatusWidget_BP_OnMaskedOnStateChanged) == 0x000008, "Wrong size on PD3HUDAICrewStatusWidget_BP_OnMaskedOnStateChanged"); \ +static_assert(offsetof(PD3HUDAICrewStatusWidget_BP_OnMaskedOnStateChanged, InAICrewState) == 0x000000, "Member 'PD3HUDAICrewStatusWidget_BP_OnMaskedOnStateChanged::InAICrewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3HUDAICrewStatusWidget \ +static_assert(alignof(UPD3HUDAICrewStatusWidget) == 0x000008, "Wrong alignment on UPD3HUDAICrewStatusWidget"); \ +static_assert(sizeof(UPD3HUDAICrewStatusWidget) == 0x0002A8, "Wrong size on UPD3HUDAICrewStatusWidget"); \ +static_assert(offsetof(UPD3HUDAICrewStatusWidget, Widget_AICrewDefeatState) == 0x000290, "Member 'UPD3HUDAICrewStatusWidget::Widget_AICrewDefeatState' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDAICrewStatusWidget, Widget_DefeatTimer) == 0x000298, "Member 'UPD3HUDAICrewStatusWidget::Widget_DefeatTimer' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDAICrewStatusWidget, AICrewState) == 0x0002A0, "Member 'UPD3HUDAICrewStatusWidget::AICrewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HUDEscapeVolumeWidget_OnAllPlayersLeftVolume \ +static_assert(alignof(PD3HUDEscapeVolumeWidget_OnAllPlayersLeftVolume) == 0x000004, "Wrong alignment on PD3HUDEscapeVolumeWidget_OnAllPlayersLeftVolume"); \ +static_assert(sizeof(PD3HUDEscapeVolumeWidget_OnAllPlayersLeftVolume) == 0x000008, "Wrong size on PD3HUDEscapeVolumeWidget_OnAllPlayersLeftVolume"); \ +static_assert(offsetof(PD3HUDEscapeVolumeWidget_OnAllPlayersLeftVolume, PlayersInVolumeOnLeft) == 0x000000, "Member 'PD3HUDEscapeVolumeWidget_OnAllPlayersLeftVolume::PlayersInVolumeOnLeft' has a wrong offset!"); \ +static_assert(offsetof(PD3HUDEscapeVolumeWidget_OnAllPlayersLeftVolume, TotalPlayers) == 0x000004, "Member 'PD3HUDEscapeVolumeWidget_OnAllPlayersLeftVolume::TotalPlayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HUDEscapeVolumeWidget_OnEscapeTimerChanged \ +static_assert(alignof(PD3HUDEscapeVolumeWidget_OnEscapeTimerChanged) == 0x000004, "Wrong alignment on PD3HUDEscapeVolumeWidget_OnEscapeTimerChanged"); \ +static_assert(sizeof(PD3HUDEscapeVolumeWidget_OnEscapeTimerChanged) == 0x000004, "Wrong size on PD3HUDEscapeVolumeWidget_OnEscapeTimerChanged"); \ +static_assert(offsetof(PD3HUDEscapeVolumeWidget_OnEscapeTimerChanged, NewTime) == 0x000000, "Member 'PD3HUDEscapeVolumeWidget_OnEscapeTimerChanged::NewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HUDEscapeVolumeWidget_OnPlayerCountChanged \ +static_assert(alignof(PD3HUDEscapeVolumeWidget_OnPlayerCountChanged) == 0x000004, "Wrong alignment on PD3HUDEscapeVolumeWidget_OnPlayerCountChanged"); \ +static_assert(sizeof(PD3HUDEscapeVolumeWidget_OnPlayerCountChanged) == 0x000008, "Wrong size on PD3HUDEscapeVolumeWidget_OnPlayerCountChanged"); \ +static_assert(offsetof(PD3HUDEscapeVolumeWidget_OnPlayerCountChanged, PlayersInVolumeOnChanged) == 0x000000, "Member 'PD3HUDEscapeVolumeWidget_OnPlayerCountChanged::PlayersInVolumeOnChanged' has a wrong offset!"); \ +static_assert(offsetof(PD3HUDEscapeVolumeWidget_OnPlayerCountChanged, TotalPlayers) == 0x000004, "Member 'PD3HUDEscapeVolumeWidget_OnPlayerCountChanged::TotalPlayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HUDEscapeVolumeWidget_OnPlayersEnteredVolume \ +static_assert(alignof(PD3HUDEscapeVolumeWidget_OnPlayersEnteredVolume) == 0x000004, "Wrong alignment on PD3HUDEscapeVolumeWidget_OnPlayersEnteredVolume"); \ +static_assert(sizeof(PD3HUDEscapeVolumeWidget_OnPlayersEnteredVolume) == 0x000008, "Wrong size on PD3HUDEscapeVolumeWidget_OnPlayersEnteredVolume"); \ +static_assert(offsetof(PD3HUDEscapeVolumeWidget_OnPlayersEnteredVolume, PlayersInVolumeOnEntered) == 0x000000, "Member 'PD3HUDEscapeVolumeWidget_OnPlayersEnteredVolume::PlayersInVolumeOnEntered' has a wrong offset!"); \ +static_assert(offsetof(PD3HUDEscapeVolumeWidget_OnPlayersEnteredVolume, TotalPlayers) == 0x000004, "Member 'PD3HUDEscapeVolumeWidget_OnPlayersEnteredVolume::TotalPlayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HUDEscapeVolumeWidget_OnPlayersInEscapeChangedEvent \ +static_assert(alignof(PD3HUDEscapeVolumeWidget_OnPlayersInEscapeChangedEvent) == 0x000004, "Wrong alignment on PD3HUDEscapeVolumeWidget_OnPlayersInEscapeChangedEvent"); \ +static_assert(sizeof(PD3HUDEscapeVolumeWidget_OnPlayersInEscapeChangedEvent) == 0x000008, "Wrong size on PD3HUDEscapeVolumeWidget_OnPlayersInEscapeChangedEvent"); \ +static_assert(offsetof(PD3HUDEscapeVolumeWidget_OnPlayersInEscapeChangedEvent, PlayerInEscapeChangedEvent) == 0x000000, "Member 'PD3HUDEscapeVolumeWidget_OnPlayersInEscapeChangedEvent::PlayerInEscapeChangedEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3HUDEscapeVolumeWidget \ +static_assert(alignof(UPD3HUDEscapeVolumeWidget) == 0x000008, "Wrong alignment on UPD3HUDEscapeVolumeWidget"); \ +static_assert(sizeof(UPD3HUDEscapeVolumeWidget) == 0x000298, "Wrong size on UPD3HUDEscapeVolumeWidget"); \ + +#define DUMPER7_ASSERTS_USBZSkillARSpecHollowPointRoundsBase \ +static_assert(alignof(USBZSkillARSpecHollowPointRoundsBase) == 0x000008, "Wrong alignment on USBZSkillARSpecHollowPointRoundsBase"); \ +static_assert(sizeof(USBZSkillARSpecHollowPointRoundsBase) == 0x000230, "Wrong size on USBZSkillARSpecHollowPointRoundsBase"); \ + +#define DUMPER7_ASSERTS_USBZAmmoSpecialistHighGrainCrewEffect \ +static_assert(alignof(USBZAmmoSpecialistHighGrainCrewEffect) == 0x000008, "Wrong alignment on USBZAmmoSpecialistHighGrainCrewEffect"); \ +static_assert(sizeof(USBZAmmoSpecialistHighGrainCrewEffect) == 0x0008C0, "Wrong size on USBZAmmoSpecialistHighGrainCrewEffect"); \ + +#define DUMPER7_ASSERTS_UPD3HUDGameTimerWidget \ +static_assert(alignof(UPD3HUDGameTimerWidget) == 0x000008, "Wrong alignment on UPD3HUDGameTimerWidget"); \ +static_assert(sizeof(UPD3HUDGameTimerWidget) == 0x0002A0, "Wrong size on UPD3HUDGameTimerWidget"); \ +static_assert(offsetof(UPD3HUDGameTimerWidget, Text_Timer) == 0x000290, "Member 'UPD3HUDGameTimerWidget::Text_Timer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZFirePermissionManager_OnTargetAdded \ +static_assert(alignof(SBZFirePermissionManager_OnTargetAdded) == 0x000008, "Wrong alignment on SBZFirePermissionManager_OnTargetAdded"); \ +static_assert(sizeof(SBZFirePermissionManager_OnTargetAdded) == 0x000008, "Wrong size on SBZFirePermissionManager_OnTargetAdded"); \ +static_assert(offsetof(SBZFirePermissionManager_OnTargetAdded, Obj) == 0x000000, "Member 'SBZFirePermissionManager_OnTargetAdded::Obj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZFirePermissionManager_OnTargetRemoved \ +static_assert(alignof(SBZFirePermissionManager_OnTargetRemoved) == 0x000008, "Wrong alignment on SBZFirePermissionManager_OnTargetRemoved"); \ +static_assert(sizeof(SBZFirePermissionManager_OnTargetRemoved) == 0x000008, "Wrong size on SBZFirePermissionManager_OnTargetRemoved"); \ +static_assert(offsetof(SBZFirePermissionManager_OnTargetRemoved, Obj) == 0x000000, "Member 'SBZFirePermissionManager_OnTargetRemoved::Obj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZFirePermissionManager \ +static_assert(alignof(USBZFirePermissionManager) == 0x000008, "Wrong alignment on USBZFirePermissionManager"); \ +static_assert(sizeof(USBZFirePermissionManager) == 0x000200, "Wrong size on USBZFirePermissionManager"); \ +static_assert(offsetof(USBZFirePermissionManager, TokenLimits) == 0x0000C0, "Member 'USBZFirePermissionManager::TokenLimits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HUDKeyItemWidget_OnKeyItemCountChanged \ +static_assert(alignof(PD3HUDKeyItemWidget_OnKeyItemCountChanged) == 0x000004, "Wrong alignment on PD3HUDKeyItemWidget_OnKeyItemCountChanged"); \ +static_assert(sizeof(PD3HUDKeyItemWidget_OnKeyItemCountChanged) == 0x000004, "Wrong size on PD3HUDKeyItemWidget_OnKeyItemCountChanged"); \ +static_assert(offsetof(PD3HUDKeyItemWidget_OnKeyItemCountChanged, InKeyItemCount) == 0x000000, "Member 'PD3HUDKeyItemWidget_OnKeyItemCountChanged::InKeyItemCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HUDKeyItemWidget_OnKeyItemPickedUp \ +static_assert(alignof(PD3HUDKeyItemWidget_OnKeyItemPickedUp) == 0x000008, "Wrong alignment on PD3HUDKeyItemWidget_OnKeyItemPickedUp"); \ +static_assert(sizeof(PD3HUDKeyItemWidget_OnKeyItemPickedUp) == 0x000010, "Wrong size on PD3HUDKeyItemWidget_OnKeyItemPickedUp"); \ +static_assert(offsetof(PD3HUDKeyItemWidget_OnKeyItemPickedUp, InKeyItemData) == 0x000000, "Member 'PD3HUDKeyItemWidget_OnKeyItemPickedUp::InKeyItemData' has a wrong offset!"); \ +static_assert(offsetof(PD3HUDKeyItemWidget_OnKeyItemPickedUp, InitialCount) == 0x000008, "Member 'PD3HUDKeyItemWidget_OnKeyItemPickedUp::InitialCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3HUDKeyItemWidget \ +static_assert(alignof(UPD3HUDKeyItemWidget) == 0x000008, "Wrong alignment on UPD3HUDKeyItemWidget"); \ +static_assert(sizeof(UPD3HUDKeyItemWidget) == 0x0002B0, "Wrong size on UPD3HUDKeyItemWidget"); \ +static_assert(offsetof(UPD3HUDKeyItemWidget, KeyItemData) == 0x000298, "Member 'UPD3HUDKeyItemWidget::KeyItemData' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDKeyItemWidget, Image_KeyItem) == 0x0002A0, "Member 'UPD3HUDKeyItemWidget::Image_KeyItem' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDKeyItemWidget, KeyItemCount) == 0x0002A8, "Member 'UPD3HUDKeyItemWidget::KeyItemCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAllowSprintDeathForwardNotifyState \ +static_assert(alignof(USBZAllowSprintDeathForwardNotifyState) == 0x000008, "Wrong alignment on USBZAllowSprintDeathForwardNotifyState"); \ +static_assert(sizeof(USBZAllowSprintDeathForwardNotifyState) == 0x000038, "Wrong size on USBZAllowSprintDeathForwardNotifyState"); \ + +#define DUMPER7_ASSERTS_USBZMeleeLoopStartNotify \ +static_assert(alignof(USBZMeleeLoopStartNotify) == 0x000008, "Wrong alignment on USBZMeleeLoopStartNotify"); \ +static_assert(sizeof(USBZMeleeLoopStartNotify) == 0x000040, "Wrong size on USBZMeleeLoopStartNotify"); \ + +#define DUMPER7_ASSERTS_USBZDefeatAbility \ +static_assert(alignof(USBZDefeatAbility) == 0x000008, "Wrong alignment on USBZDefeatAbility"); \ +static_assert(sizeof(USBZDefeatAbility) == 0x0004D8, "Wrong size on USBZDefeatAbility"); \ + +#define DUMPER7_ASSERTS_USBZTasedAbility \ +static_assert(alignof(USBZTasedAbility) == 0x000008, "Wrong alignment on USBZTasedAbility"); \ +static_assert(sizeof(USBZTasedAbility) == 0x0004D8, "Wrong size on USBZTasedAbility"); \ + +#define DUMPER7_ASSERTS_USBZPlayerTasedAbility \ +static_assert(alignof(USBZPlayerTasedAbility) == 0x000008, "Wrong alignment on USBZPlayerTasedAbility"); \ +static_assert(sizeof(USBZPlayerTasedAbility) == 0x000508, "Wrong size on USBZPlayerTasedAbility"); \ +static_assert(offsetof(USBZPlayerTasedAbility, OwnerCharacter) == 0x0004D8, "Member 'USBZPlayerTasedAbility::OwnerCharacter' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerTasedAbility, SBZPlayerCameraManager) == 0x0004E0, "Member 'USBZPlayerTasedAbility::SBZPlayerCameraManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerTasedGentlyAbility \ +static_assert(alignof(USBZPlayerTasedGentlyAbility) == 0x000008, "Wrong alignment on USBZPlayerTasedGentlyAbility"); \ +static_assert(sizeof(USBZPlayerTasedGentlyAbility) == 0x000508, "Wrong size on USBZPlayerTasedGentlyAbility"); \ + +#define DUMPER7_ASSERTS_PD3HUDPagerWidget_OnAnswerPagerValueChanged \ +static_assert(alignof(PD3HUDPagerWidget_OnAnswerPagerValueChanged) == 0x000004, "Wrong alignment on PD3HUDPagerWidget_OnAnswerPagerValueChanged"); \ +static_assert(sizeof(PD3HUDPagerWidget_OnAnswerPagerValueChanged) == 0x000008, "Wrong size on PD3HUDPagerWidget_OnAnswerPagerValueChanged"); \ +static_assert(offsetof(PD3HUDPagerWidget_OnAnswerPagerValueChanged, AnswerPagerValue) == 0x000000, "Member 'PD3HUDPagerWidget_OnAnswerPagerValueChanged::AnswerPagerValue' has a wrong offset!"); \ +static_assert(offsetof(PD3HUDPagerWidget_OnAnswerPagerValueChanged, MaxAnswerPagerValue) == 0x000004, "Member 'PD3HUDPagerWidget_OnAnswerPagerValueChanged::MaxAnswerPagerValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HUDPagerWidget_OnHeistStateChanged \ +static_assert(alignof(PD3HUDPagerWidget_OnHeistStateChanged) == 0x000001, "Wrong alignment on PD3HUDPagerWidget_OnHeistStateChanged"); \ +static_assert(sizeof(PD3HUDPagerWidget_OnHeistStateChanged) == 0x000001, "Wrong size on PD3HUDPagerWidget_OnHeistStateChanged"); \ +static_assert(offsetof(PD3HUDPagerWidget_OnHeistStateChanged, NewState) == 0x000000, "Member 'PD3HUDPagerWidget_OnHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HUDPagerWidget_OnHeistStateChangedEvent \ +static_assert(alignof(PD3HUDPagerWidget_OnHeistStateChangedEvent) == 0x000001, "Wrong alignment on PD3HUDPagerWidget_OnHeistStateChangedEvent"); \ +static_assert(sizeof(PD3HUDPagerWidget_OnHeistStateChangedEvent) == 0x000002, "Wrong size on PD3HUDPagerWidget_OnHeistStateChangedEvent"); \ +static_assert(offsetof(PD3HUDPagerWidget_OnHeistStateChangedEvent, OldState) == 0x000000, "Member 'PD3HUDPagerWidget_OnHeistStateChangedEvent::OldState' has a wrong offset!"); \ +static_assert(offsetof(PD3HUDPagerWidget_OnHeistStateChangedEvent, NewState) == 0x000001, "Member 'PD3HUDPagerWidget_OnHeistStateChangedEvent::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3HUDPagerWidget \ +static_assert(alignof(UPD3HUDPagerWidget) == 0x000008, "Wrong alignment on UPD3HUDPagerWidget"); \ +static_assert(sizeof(UPD3HUDPagerWidget) == 0x000290, "Wrong size on UPD3HUDPagerWidget"); \ + +#define DUMPER7_ASSERTS_UPD3HUDPartyContainerWidget \ +static_assert(alignof(UPD3HUDPartyContainerWidget) == 0x000008, "Wrong alignment on UPD3HUDPartyContainerWidget"); \ +static_assert(sizeof(UPD3HUDPartyContainerWidget) == 0x0002B8, "Wrong size on UPD3HUDPartyContainerWidget"); \ +static_assert(offsetof(UPD3HUDPartyContainerWidget, PartyClientWidgetClass) == 0x000290, "Member 'UPD3HUDPartyContainerWidget::PartyClientWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPartyContainerWidget, PartyAICrewWidgetClass) == 0x000298, "Member 'UPD3HUDPartyContainerWidget::PartyAICrewWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPartyContainerWidget, Widget_SharedKeyItemContainer) == 0x0002A0, "Member 'UPD3HUDPartyContainerWidget::Widget_SharedKeyItemContainer' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPartyContainerWidget, Panel_PartyPlayerWidgetContainer) == 0x0002A8, "Member 'UPD3HUDPartyContainerWidget::Panel_PartyPlayerWidgetContainer' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPartyContainerWidget, Panel_PartyAICrewWidgetContainer) == 0x0002B0, "Member 'UPD3HUDPartyContainerWidget::Panel_PartyAICrewWidgetContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAkAcousticPortal_OnActivateTick \ +static_assert(alignof(SBZAkAcousticPortal_OnActivateTick) == 0x000001, "Wrong alignment on SBZAkAcousticPortal_OnActivateTick"); \ +static_assert(sizeof(SBZAkAcousticPortal_OnActivateTick) == 0x000001, "Wrong size on SBZAkAcousticPortal_OnActivateTick"); \ +static_assert(offsetof(SBZAkAcousticPortal_OnActivateTick, bTick) == 0x000000, "Member 'SBZAkAcousticPortal_OnActivateTick::bTick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAkAcousticPortal \ +static_assert(alignof(ASBZAkAcousticPortal) == 0x000008, "Wrong alignment on ASBZAkAcousticPortal"); \ +static_assert(sizeof(ASBZAkAcousticPortal) == 0x000338, "Wrong size on ASBZAkAcousticPortal"); \ +static_assert(offsetof(ASBZAkAcousticPortal, AffectedActors) == 0x000310, "Member 'ASBZAkAcousticPortal::AffectedActors' has a wrong offset!"); \ +static_assert(offsetof(ASBZAkAcousticPortal, DebugScreenTimer) == 0x000320, "Member 'ASBZAkAcousticPortal::DebugScreenTimer' has a wrong offset!"); \ +static_assert(offsetof(ASBZAkAcousticPortal, StateOpenDelay) == 0x000324, "Member 'ASBZAkAcousticPortal::StateOpenDelay' has a wrong offset!"); \ +static_assert(offsetof(ASBZAkAcousticPortal, StateCloseDelay) == 0x000328, "Member 'ASBZAkAcousticPortal::StateCloseDelay' has a wrong offset!"); \ +static_assert(offsetof(ASBZAkAcousticPortal, bAllowStateChange) == 0x00032C, "Member 'ASBZAkAcousticPortal::bAllowStateChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBaseCharacterAnimationCollection \ +static_assert(alignof(USBZBaseCharacterAnimationCollection) == 0x000008, "Wrong alignment on USBZBaseCharacterAnimationCollection"); \ +static_assert(sizeof(USBZBaseCharacterAnimationCollection) == 0x000130, "Wrong size on USBZBaseCharacterAnimationCollection"); \ +static_assert(offsetof(USBZBaseCharacterAnimationCollection, AnimationContainers) == 0x000038, "Member 'USBZBaseCharacterAnimationCollection::AnimationContainers' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseCharacterAnimationCollection, AnimationsPerStances) == 0x000088, "Member 'USBZBaseCharacterAnimationCollection::AnimationsPerStances' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseCharacterAnimationCollection, CachedGamePlayTagBasedMontages) == 0x0000D8, "Member 'USBZBaseCharacterAnimationCollection::CachedGamePlayTagBasedMontages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEquippableAnimationCollection \ +static_assert(alignof(USBZEquippableAnimationCollection) == 0x000008, "Wrong alignment on USBZEquippableAnimationCollection"); \ +static_assert(sizeof(USBZEquippableAnimationCollection) == 0x000180, "Wrong size on USBZEquippableAnimationCollection"); \ +static_assert(offsetof(USBZEquippableAnimationCollection, AnimationContainersTP) == 0x000130, "Member 'USBZEquippableAnimationCollection::AnimationContainersTP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHandCuffAnimationCollection \ +static_assert(alignof(USBZHandCuffAnimationCollection) == 0x000008, "Wrong alignment on USBZHandCuffAnimationCollection"); \ +static_assert(sizeof(USBZHandCuffAnimationCollection) == 0x000180, "Wrong size on USBZHandCuffAnimationCollection"); \ + +#define DUMPER7_ASSERTS_ASBZReplicatedActor \ +static_assert(alignof(ASBZReplicatedActor) == 0x000008, "Wrong alignment on ASBZReplicatedActor"); \ +static_assert(sizeof(ASBZReplicatedActor) == 0x0002A8, "Wrong size on ASBZReplicatedActor"); \ + +#define DUMPER7_ASSERTS_PD3HUDPlayerCarryWidget_OnCarryTypeDropped \ +static_assert(alignof(PD3HUDPlayerCarryWidget_OnCarryTypeDropped) == 0x000008, "Wrong alignment on PD3HUDPlayerCarryWidget_OnCarryTypeDropped"); \ +static_assert(sizeof(PD3HUDPlayerCarryWidget_OnCarryTypeDropped) == 0x000008, "Wrong size on PD3HUDPlayerCarryWidget_OnCarryTypeDropped"); \ +static_assert(offsetof(PD3HUDPlayerCarryWidget_OnCarryTypeDropped, DroppedCarryType) == 0x000000, "Member 'PD3HUDPlayerCarryWidget_OnCarryTypeDropped::DroppedCarryType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HUDPlayerCarryWidget_OnCarryTypePickedUp \ +static_assert(alignof(PD3HUDPlayerCarryWidget_OnCarryTypePickedUp) == 0x000008, "Wrong alignment on PD3HUDPlayerCarryWidget_OnCarryTypePickedUp"); \ +static_assert(sizeof(PD3HUDPlayerCarryWidget_OnCarryTypePickedUp) == 0x000008, "Wrong size on PD3HUDPlayerCarryWidget_OnCarryTypePickedUp"); \ +static_assert(offsetof(PD3HUDPlayerCarryWidget_OnCarryTypePickedUp, PickedUpCarryType) == 0x000000, "Member 'PD3HUDPlayerCarryWidget_OnCarryTypePickedUp::PickedUpCarryType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3HUDPlayerCarryWidget \ +static_assert(alignof(UPD3HUDPlayerCarryWidget) == 0x000008, "Wrong alignment on UPD3HUDPlayerCarryWidget"); \ +static_assert(sizeof(UPD3HUDPlayerCarryWidget) == 0x0002E8, "Wrong size on UPD3HUDPlayerCarryWidget"); \ +static_assert(offsetof(UPD3HUDPlayerCarryWidget, DefaultControlsReference) == 0x0002A8, "Member 'UPD3HUDPlayerCarryWidget::DefaultControlsReference' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerCarryWidget, CurrentCarryTypeArray) == 0x0002D0, "Member 'UPD3HUDPlayerCarryWidget::CurrentCarryTypeArray' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerCarryWidget, CurrentControlsReferenceID) == 0x0002E0, "Member 'UPD3HUDPlayerCarryWidget::CurrentControlsReferenceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThrowable_CreateImpactPoint \ +static_assert(alignof(SBZThrowable_CreateImpactPoint) == 0x000004, "Wrong alignment on SBZThrowable_CreateImpactPoint"); \ +static_assert(sizeof(SBZThrowable_CreateImpactPoint) == 0x000094, "Wrong size on SBZThrowable_CreateImpactPoint"); \ +static_assert(offsetof(SBZThrowable_CreateImpactPoint, Hit) == 0x000000, "Member 'SBZThrowable_CreateImpactPoint::Hit' has a wrong offset!"); \ +static_assert(offsetof(SBZThrowable_CreateImpactPoint, Velocity) == 0x000090, "Member 'SBZThrowable_CreateImpactPoint::Velocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThrowable_Multicast_DestroyBreakable \ +static_assert(alignof(SBZThrowable_Multicast_DestroyBreakable) == 0x000004, "Wrong alignment on SBZThrowable_Multicast_DestroyBreakable"); \ +static_assert(sizeof(SBZThrowable_Multicast_DestroyBreakable) == 0x000090, "Wrong size on SBZThrowable_Multicast_DestroyBreakable"); \ +static_assert(offsetof(SBZThrowable_Multicast_DestroyBreakable, InBreakableHitResult) == 0x000000, "Member 'SBZThrowable_Multicast_DestroyBreakable::InBreakableHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThrowable_Multicast_OnCluster \ +static_assert(alignof(SBZThrowable_Multicast_OnCluster) == 0x000010, "Wrong alignment on SBZThrowable_Multicast_OnCluster"); \ +static_assert(sizeof(SBZThrowable_Multicast_OnCluster) == 0x000030, "Wrong size on SBZThrowable_Multicast_OnCluster"); \ +static_assert(offsetof(SBZThrowable_Multicast_OnCluster, Location) == 0x000000, "Member 'SBZThrowable_Multicast_OnCluster::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZThrowable_Multicast_OnCluster, Quat) == 0x000010, "Member 'SBZThrowable_Multicast_OnCluster::Quat' has a wrong offset!"); \ +static_assert(offsetof(SBZThrowable_Multicast_OnCluster, Direction) == 0x000020, "Member 'SBZThrowable_Multicast_OnCluster::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThrowable_Multicast_SetThrowDirection \ +static_assert(alignof(SBZThrowable_Multicast_SetThrowDirection) == 0x000004, "Wrong alignment on SBZThrowable_Multicast_SetThrowDirection"); \ +static_assert(sizeof(SBZThrowable_Multicast_SetThrowDirection) == 0x00000C, "Wrong size on SBZThrowable_Multicast_SetThrowDirection"); \ +static_assert(offsetof(SBZThrowable_Multicast_SetThrowDirection, ThrowDirection) == 0x000000, "Member 'SBZThrowable_Multicast_SetThrowDirection::ThrowDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThrowable_Multicast_SetThrowState \ +static_assert(alignof(SBZThrowable_Multicast_SetThrowState) == 0x000001, "Wrong alignment on SBZThrowable_Multicast_SetThrowState"); \ +static_assert(sizeof(SBZThrowable_Multicast_SetThrowState) == 0x000001, "Wrong size on SBZThrowable_Multicast_SetThrowState"); \ +static_assert(offsetof(SBZThrowable_Multicast_SetThrowState, NewThrowState) == 0x000000, "Member 'SBZThrowable_Multicast_SetThrowState::NewThrowState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThrowable_OnInstigatorEndPlay \ +static_assert(alignof(SBZThrowable_OnInstigatorEndPlay) == 0x000008, "Wrong alignment on SBZThrowable_OnInstigatorEndPlay"); \ +static_assert(sizeof(SBZThrowable_OnInstigatorEndPlay) == 0x000010, "Wrong size on SBZThrowable_OnInstigatorEndPlay"); \ +static_assert(offsetof(SBZThrowable_OnInstigatorEndPlay, Actor) == 0x000000, "Member 'SBZThrowable_OnInstigatorEndPlay::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZThrowable_OnInstigatorEndPlay, EndPlayReason) == 0x000008, "Member 'SBZThrowable_OnInstigatorEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThrowable_OnProjectileBounce \ +static_assert(alignof(SBZThrowable_OnProjectileBounce) == 0x000004, "Wrong alignment on SBZThrowable_OnProjectileBounce"); \ +static_assert(sizeof(SBZThrowable_OnProjectileBounce) == 0x00009C, "Wrong size on SBZThrowable_OnProjectileBounce"); \ +static_assert(offsetof(SBZThrowable_OnProjectileBounce, InHitResult) == 0x000000, "Member 'SBZThrowable_OnProjectileBounce::InHitResult' has a wrong offset!"); \ +static_assert(offsetof(SBZThrowable_OnProjectileBounce, ImpactVelocity) == 0x000090, "Member 'SBZThrowable_OnProjectileBounce::ImpactVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThrowable_OnProjectileStopped \ +static_assert(alignof(SBZThrowable_OnProjectileStopped) == 0x000004, "Wrong alignment on SBZThrowable_OnProjectileStopped"); \ +static_assert(sizeof(SBZThrowable_OnProjectileStopped) == 0x000090, "Wrong size on SBZThrowable_OnProjectileStopped"); \ +static_assert(offsetof(SBZThrowable_OnProjectileStopped, InHitResult) == 0x000000, "Member 'SBZThrowable_OnProjectileStopped::InHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThrowable_OnThrownActorBeginOverlap \ +static_assert(alignof(SBZThrowable_OnThrownActorBeginOverlap) == 0x000008, "Wrong alignment on SBZThrowable_OnThrownActorBeginOverlap"); \ +static_assert(sizeof(SBZThrowable_OnThrownActorBeginOverlap) == 0x0000B0, "Wrong size on SBZThrowable_OnThrownActorBeginOverlap"); \ +static_assert(offsetof(SBZThrowable_OnThrownActorBeginOverlap, OverlappedComponent) == 0x000000, "Member 'SBZThrowable_OnThrownActorBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZThrowable_OnThrownActorBeginOverlap, OtherActor) == 0x000008, "Member 'SBZThrowable_OnThrownActorBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZThrowable_OnThrownActorBeginOverlap, OtherComp) == 0x000010, "Member 'SBZThrowable_OnThrownActorBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZThrowable_OnThrownActorBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'SBZThrowable_OnThrownActorBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZThrowable_OnThrownActorBeginOverlap, bFromSweep) == 0x00001C, "Member 'SBZThrowable_OnThrownActorBeginOverlap::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(SBZThrowable_OnThrownActorBeginOverlap, SweepResult) == 0x000020, "Member 'SBZThrowable_OnThrownActorBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThrowable_OnThrownActorHit \ +static_assert(alignof(SBZThrowable_OnThrownActorHit) == 0x000008, "Wrong alignment on SBZThrowable_OnThrownActorHit"); \ +static_assert(sizeof(SBZThrowable_OnThrownActorHit) == 0x0000B8, "Wrong size on SBZThrowable_OnThrownActorHit"); \ +static_assert(offsetof(SBZThrowable_OnThrownActorHit, OverlappedComp) == 0x000000, "Member 'SBZThrowable_OnThrownActorHit::OverlappedComp' has a wrong offset!"); \ +static_assert(offsetof(SBZThrowable_OnThrownActorHit, OtherActor) == 0x000008, "Member 'SBZThrowable_OnThrownActorHit::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZThrowable_OnThrownActorHit, OtherComp) == 0x000010, "Member 'SBZThrowable_OnThrownActorHit::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZThrowable_OnThrownActorHit, NormalImpulse) == 0x000018, "Member 'SBZThrowable_OnThrownActorHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(SBZThrowable_OnThrownActorHit, Hit) == 0x000024, "Member 'SBZThrowable_OnThrownActorHit::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThrowable_Server_SetThrowableState \ +static_assert(alignof(SBZThrowable_Server_SetThrowableState) == 0x000001, "Wrong alignment on SBZThrowable_Server_SetThrowableState"); \ +static_assert(sizeof(SBZThrowable_Server_SetThrowableState) == 0x000001, "Wrong size on SBZThrowable_Server_SetThrowableState"); \ +static_assert(offsetof(SBZThrowable_Server_SetThrowableState, NewThrowableState) == 0x000000, "Member 'SBZThrowable_Server_SetThrowableState::NewThrowableState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZThrowable \ +static_assert(alignof(ASBZThrowable) == 0x000010, "Wrong alignment on ASBZThrowable"); \ +static_assert(sizeof(ASBZThrowable) == 0x0060C0, "Wrong size on ASBZThrowable"); \ +static_assert(offsetof(ASBZThrowable, MarkerAsset) == 0x000458, "Member 'ASBZThrowable::MarkerAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZThrowable, MarkerOffset) == 0x000460, "Member 'ASBZThrowable::MarkerOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZThrowable, MarkerActivationDelay) == 0x00046C, "Member 'ASBZThrowable::MarkerActivationDelay' has a wrong offset!"); \ +static_assert(offsetof(ASBZThrowable, StaticMesh) == 0x000480, "Member 'ASBZThrowable::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZThrowable, Data) == 0x000488, "Member 'ASBZThrowable::Data' has a wrong offset!"); \ +static_assert(offsetof(ASBZThrowable, OwnerCharacter) == 0x000490, "Member 'ASBZThrowable::OwnerCharacter' has a wrong offset!"); \ +static_assert(offsetof(ASBZThrowable, SpawnIndex) == 0x000498, "Member 'ASBZThrowable::SpawnIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZThrowable, ThrowableState) == 0x000499, "Member 'ASBZThrowable::ThrowableState' has a wrong offset!"); \ +static_assert(offsetof(ASBZThrowable, PlayerState) == 0x0004A0, "Member 'ASBZThrowable::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(ASBZThrowable, ProjectileMovementComponent) == 0x0004D0, "Member 'ASBZThrowable::ProjectileMovementComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZThrowable, bReduceBouncinessPerBounce) == 0x0004D8, "Member 'ASBZThrowable::bReduceBouncinessPerBounce' has a wrong offset!"); \ +static_assert(offsetof(ASBZThrowable, BouncinessReductionValue) == 0x0004DC, "Member 'ASBZThrowable::BouncinessReductionValue' has a wrong offset!"); \ +static_assert(offsetof(ASBZThrowable, MaxTimesToReduceBounciness) == 0x0004E0, "Member 'ASBZThrowable::MaxTimesToReduceBounciness' has a wrong offset!"); \ +static_assert(offsetof(ASBZThrowable, MaxBounces) == 0x0004E4, "Member 'ASBZThrowable::MaxBounces' has a wrong offset!"); \ +static_assert(offsetof(ASBZThrowable, bEnablePhysicsOnStopped) == 0x0004E8, "Member 'ASBZThrowable::bEnablePhysicsOnStopped' has a wrong offset!"); \ +static_assert(offsetof(ASBZThrowable, OverrideAudioEvent) == 0x0004F0, "Member 'ASBZThrowable::OverrideAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZThrowable, OverrideAudioRTPC) == 0x0004F8, "Member 'ASBZThrowable::OverrideAudioRTPC' has a wrong offset!"); \ +static_assert(offsetof(ASBZThrowable, AudioImpactForceModifierValue) == 0x000500, "Member 'ASBZThrowable::AudioImpactForceModifierValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGrenade_Multicast_OnServerCollision \ +static_assert(alignof(SBZGrenade_Multicast_OnServerCollision) == 0x000004, "Wrong alignment on SBZGrenade_Multicast_OnServerCollision"); \ +static_assert(sizeof(SBZGrenade_Multicast_OnServerCollision) == 0x000010, "Wrong size on SBZGrenade_Multicast_OnServerCollision"); \ +static_assert(offsetof(SBZGrenade_Multicast_OnServerCollision, bInIsExplodedOnEnemy) == 0x000000, "Member 'SBZGrenade_Multicast_OnServerCollision::bInIsExplodedOnEnemy' has a wrong offset!"); \ +static_assert(offsetof(SBZGrenade_Multicast_OnServerCollision, InLocation) == 0x000004, "Member 'SBZGrenade_Multicast_OnServerCollision::InLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGrenade_Multicast_ReplicateExplosion \ +static_assert(alignof(SBZGrenade_Multicast_ReplicateExplosion) == 0x000008, "Wrong alignment on SBZGrenade_Multicast_ReplicateExplosion"); \ +static_assert(sizeof(SBZGrenade_Multicast_ReplicateExplosion) == 0x000028, "Wrong size on SBZGrenade_Multicast_ReplicateExplosion"); \ +static_assert(offsetof(SBZGrenade_Multicast_ReplicateExplosion, Result) == 0x000000, "Member 'SBZGrenade_Multicast_ReplicateExplosion::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGrenade_OnCollisionComponentHit \ +static_assert(alignof(SBZGrenade_OnCollisionComponentHit) == 0x000008, "Wrong alignment on SBZGrenade_OnCollisionComponentHit"); \ +static_assert(sizeof(SBZGrenade_OnCollisionComponentHit) == 0x0000B8, "Wrong size on SBZGrenade_OnCollisionComponentHit"); \ +static_assert(offsetof(SBZGrenade_OnCollisionComponentHit, OverlappedComp) == 0x000000, "Member 'SBZGrenade_OnCollisionComponentHit::OverlappedComp' has a wrong offset!"); \ +static_assert(offsetof(SBZGrenade_OnCollisionComponentHit, OtherActor) == 0x000008, "Member 'SBZGrenade_OnCollisionComponentHit::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZGrenade_OnCollisionComponentHit, OtherComp) == 0x000010, "Member 'SBZGrenade_OnCollisionComponentHit::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZGrenade_OnCollisionComponentHit, NormalImpulse) == 0x000018, "Member 'SBZGrenade_OnCollisionComponentHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(SBZGrenade_OnCollisionComponentHit, Hit) == 0x000024, "Member 'SBZGrenade_OnCollisionComponentHit::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZGrenade \ +static_assert(alignof(ASBZGrenade) == 0x000010, "Wrong alignment on ASBZGrenade"); \ +static_assert(sizeof(ASBZGrenade) == 0x006170, "Wrong size on ASBZGrenade"); \ +static_assert(offsetof(ASBZGrenade, InstigatorAbilitySystemComponent) == 0x0060F8, "Member 'ASBZGrenade::InstigatorAbilitySystemComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenade, AIVisibilityNode) == 0x006100, "Member 'ASBZGrenade::AIVisibilityNode' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenade, PendingDataExplosionResult) == 0x006120, "Member 'ASBZGrenade::PendingDataExplosionResult' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenade, DetonationEffect) == 0x006150, "Member 'ASBZGrenade::DetonationEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenade, bIsArmorConductor) == 0x006165, "Member 'ASBZGrenade::bIsArmorConductor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3HUDPlayerCombinedHealthWidget \ +static_assert(alignof(UPD3HUDPlayerCombinedHealthWidget) == 0x000008, "Wrong alignment on UPD3HUDPlayerCombinedHealthWidget"); \ +static_assert(sizeof(UPD3HUDPlayerCombinedHealthWidget) == 0x0002B8, "Wrong size on UPD3HUDPlayerCombinedHealthWidget"); \ +static_assert(offsetof(UPD3HUDPlayerCombinedHealthWidget, Widget_HealthGauge) == 0x000298, "Member 'UPD3HUDPlayerCombinedHealthWidget::Widget_HealthGauge' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerCombinedHealthWidget, Widget_ArmorGauge) == 0x0002A0, "Member 'UPD3HUDPlayerCombinedHealthWidget::Widget_ArmorGauge' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerCombinedHealthWidget, Widget_OverHealGauge) == 0x0002A8, "Member 'UPD3HUDPlayerCombinedHealthWidget::Widget_OverHealGauge' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerCombinedHealthWidget, MaskOffOpacity) == 0x0002B0, "Member 'UPD3HUDPlayerCombinedHealthWidget::MaskOffOpacity' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerCombinedHealthWidget, MaskOnOpacity) == 0x0002B4, "Member 'UPD3HUDPlayerCombinedHealthWidget::MaskOnOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerItemProgression \ +static_assert(alignof(USBZPlayerItemProgression) == 0x000008, "Wrong alignment on USBZPlayerItemProgression"); \ +static_assert(sizeof(USBZPlayerItemProgression) == 0x000090, "Wrong size on USBZPlayerItemProgression"); \ +static_assert(offsetof(USBZPlayerItemProgression, OverkillWeaponInventoryItemArray) == 0x000030, "Member 'USBZPlayerItemProgression::OverkillWeaponInventoryItemArray' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerItemProgression, OverskillLoadoutInventoryItemArray) == 0x000040, "Member 'USBZPlayerItemProgression::OverskillLoadoutInventoryItemArray' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerItemProgression, PlaceableInventoryItemArray) == 0x000050, "Member 'USBZPlayerItemProgression::PlaceableInventoryItemArray' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerItemProgression, ToolInventoryItemArray) == 0x000060, "Member 'USBZPlayerItemProgression::ToolInventoryItemArray' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerItemProgression, ArmorInventoryItemArray) == 0x000070, "Member 'USBZPlayerItemProgression::ArmorInventoryItemArray' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerItemProgression, ThrowableInventoryItemArray) == 0x000080, "Member 'USBZPlayerItemProgression::ThrowableInventoryItemArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAmmoPickup \ +static_assert(alignof(ASBZAmmoPickup) == 0x000008, "Wrong alignment on ASBZAmmoPickup"); \ +static_assert(sizeof(ASBZAmmoPickup) == 0x0002F0, "Wrong size on ASBZAmmoPickup"); \ +static_assert(offsetof(ASBZAmmoPickup, PickupModifier) == 0x0002C4, "Member 'ASBZAmmoPickup::PickupModifier' has a wrong offset!"); \ +static_assert(offsetof(ASBZAmmoPickup, PhysicsComponent) == 0x0002C8, "Member 'ASBZAmmoPickup::PhysicsComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAmmoPickup, MultipleSpawnOffsetX) == 0x0002E8, "Member 'ASBZAmmoPickup::MultipleSpawnOffsetX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSessionLeaveCallbackProxy_SessionLeave \ +static_assert(alignof(SBZSessionLeaveCallbackProxy_SessionLeave) == 0x000008, "Wrong alignment on SBZSessionLeaveCallbackProxy_SessionLeave"); \ +static_assert(sizeof(SBZSessionLeaveCallbackProxy_SessionLeave) == 0x000010, "Wrong size on SBZSessionLeaveCallbackProxy_SessionLeave"); \ +static_assert(offsetof(SBZSessionLeaveCallbackProxy_SessionLeave, WorldContextObject_0) == 0x000000, "Member 'SBZSessionLeaveCallbackProxy_SessionLeave::WorldContextObject_0' has a wrong offset!"); \ +static_assert(offsetof(SBZSessionLeaveCallbackProxy_SessionLeave, ReturnValue) == 0x000008, "Member 'SBZSessionLeaveCallbackProxy_SessionLeave::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSessionLeaveCallbackProxy \ +static_assert(alignof(USBZSessionLeaveCallbackProxy) == 0x000008, "Wrong alignment on USBZSessionLeaveCallbackProxy"); \ +static_assert(sizeof(USBZSessionLeaveCallbackProxy) == 0x000050, "Wrong size on USBZSessionLeaveCallbackProxy"); \ +static_assert(offsetof(USBZSessionLeaveCallbackProxy, OnComplete) == 0x000038, "Member 'USBZSessionLeaveCallbackProxy::OnComplete' has a wrong offset!"); \ +static_assert(offsetof(USBZSessionLeaveCallbackProxy, WorldContextObject) == 0x000048, "Member 'USBZSessionLeaveCallbackProxy::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HUDPlayerDefeatStateWidget_OnDefeatStateChanged \ +static_assert(alignof(PD3HUDPlayerDefeatStateWidget_OnDefeatStateChanged) == 0x000001, "Wrong alignment on PD3HUDPlayerDefeatStateWidget_OnDefeatStateChanged"); \ +static_assert(sizeof(PD3HUDPlayerDefeatStateWidget_OnDefeatStateChanged) == 0x000002, "Wrong size on PD3HUDPlayerDefeatStateWidget_OnDefeatStateChanged"); \ +static_assert(offsetof(PD3HUDPlayerDefeatStateWidget_OnDefeatStateChanged, OldState) == 0x000000, "Member 'PD3HUDPlayerDefeatStateWidget_OnDefeatStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(PD3HUDPlayerDefeatStateWidget_OnDefeatStateChanged, NewState) == 0x000001, "Member 'PD3HUDPlayerDefeatStateWidget_OnDefeatStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3HUDPlayerDefeatStateWidget \ +static_assert(alignof(UPD3HUDPlayerDefeatStateWidget) == 0x000008, "Wrong alignment on UPD3HUDPlayerDefeatStateWidget"); \ +static_assert(sizeof(UPD3HUDPlayerDefeatStateWidget) == 0x000298, "Wrong size on UPD3HUDPlayerDefeatStateWidget"); \ + +#define DUMPER7_ASSERTS_USBZSkillAmmoSpecialistTopUp \ +static_assert(alignof(USBZSkillAmmoSpecialistTopUp) == 0x000008, "Wrong alignment on USBZSkillAmmoSpecialistTopUp"); \ +static_assert(sizeof(USBZSkillAmmoSpecialistTopUp) == 0x000230, "Wrong size on USBZSkillAmmoSpecialistTopUp"); \ + +#define DUMPER7_ASSERTS_PD3HUDPlayerStatusWidget_OnHeisterIconChangedEvent \ +static_assert(alignof(PD3HUDPlayerStatusWidget_OnHeisterIconChangedEvent) == 0x000008, "Wrong alignment on PD3HUDPlayerStatusWidget_OnHeisterIconChangedEvent"); \ +static_assert(sizeof(PD3HUDPlayerStatusWidget_OnHeisterIconChangedEvent) == 0x000008, "Wrong size on PD3HUDPlayerStatusWidget_OnHeisterIconChangedEvent"); \ +static_assert(offsetof(PD3HUDPlayerStatusWidget_OnHeisterIconChangedEvent, InNewHeisterIcon) == 0x000000, "Member 'PD3HUDPlayerStatusWidget_OnHeisterIconChangedEvent::InNewHeisterIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HUDPlayerStatusWidget_OnInfamyLevelChanged \ +static_assert(alignof(PD3HUDPlayerStatusWidget_OnInfamyLevelChanged) == 0x000008, "Wrong alignment on PD3HUDPlayerStatusWidget_OnInfamyLevelChanged"); \ +static_assert(sizeof(PD3HUDPlayerStatusWidget_OnInfamyLevelChanged) == 0x000008, "Wrong size on PD3HUDPlayerStatusWidget_OnInfamyLevelChanged"); \ +static_assert(offsetof(PD3HUDPlayerStatusWidget_OnInfamyLevelChanged, InPlayerState) == 0x000000, "Member 'PD3HUDPlayerStatusWidget_OnInfamyLevelChanged::InPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HUDPlayerStatusWidget_OnPlatformChanged \ +static_assert(alignof(PD3HUDPlayerStatusWidget_OnPlatformChanged) == 0x000008, "Wrong alignment on PD3HUDPlayerStatusWidget_OnPlatformChanged"); \ +static_assert(sizeof(PD3HUDPlayerStatusWidget_OnPlatformChanged) == 0x000008, "Wrong size on PD3HUDPlayerStatusWidget_OnPlatformChanged"); \ +static_assert(offsetof(PD3HUDPlayerStatusWidget_OnPlatformChanged, InPlayerState) == 0x000000, "Member 'PD3HUDPlayerStatusWidget_OnPlatformChanged::InPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HUDPlayerStatusWidget_GetUserId \ +static_assert(alignof(PD3HUDPlayerStatusWidget_GetUserId) == 0x000008, "Wrong alignment on PD3HUDPlayerStatusWidget_GetUserId"); \ +static_assert(sizeof(PD3HUDPlayerStatusWidget_GetUserId) == 0x000010, "Wrong size on PD3HUDPlayerStatusWidget_GetUserId"); \ +static_assert(offsetof(PD3HUDPlayerStatusWidget_GetUserId, ReturnValue) == 0x000000, "Member 'PD3HUDPlayerStatusWidget_GetUserId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3HUDPlayerStatusWidget \ +static_assert(alignof(UPD3HUDPlayerStatusWidget) == 0x000008, "Wrong alignment on UPD3HUDPlayerStatusWidget"); \ +static_assert(sizeof(UPD3HUDPlayerStatusWidget) == 0x000348, "Wrong size on UPD3HUDPlayerStatusWidget"); \ +static_assert(offsetof(UPD3HUDPlayerStatusWidget, Widget_CombinedHealthBar) == 0x000298, "Member 'UPD3HUDPlayerStatusWidget::Widget_CombinedHealthBar' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerStatusWidget, Widget_DownedCounter) == 0x0002A0, "Member 'UPD3HUDPlayerStatusWidget::Widget_DownedCounter' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerStatusWidget, Widget_PrimaryWeaponAmmo) == 0x0002A8, "Member 'UPD3HUDPlayerStatusWidget::Widget_PrimaryWeaponAmmo' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerStatusWidget, Widget_SecondaryWeaponAmmo) == 0x0002B0, "Member 'UPD3HUDPlayerStatusWidget::Widget_SecondaryWeaponAmmo' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerStatusWidget, Widget_OverkillWeaponAmmo) == 0x0002B8, "Member 'UPD3HUDPlayerStatusWidget::Widget_OverkillWeaponAmmo' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerStatusWidget, Widget_CustodyTimerWidget) == 0x0002C0, "Member 'UPD3HUDPlayerStatusWidget::Widget_CustodyTimerWidget' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerStatusWidget, Text_PlayerName) == 0x0002C8, "Member 'UPD3HUDPlayerStatusWidget::Text_PlayerName' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerStatusWidget, Widget_PlayerDefeatState) == 0x0002D0, "Member 'UPD3HUDPlayerStatusWidget::Widget_PlayerDefeatState' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerStatusWidget, Widget_DefeatTimer) == 0x0002D8, "Member 'UPD3HUDPlayerStatusWidget::Widget_DefeatTimer' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerStatusWidget, Widget_CarryStatus) == 0x0002E0, "Member 'UPD3HUDPlayerStatusWidget::Widget_CarryStatus' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerStatusWidget, Widget_Revive) == 0x0002E8, "Member 'UPD3HUDPlayerStatusWidget::Widget_Revive' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerStatusWidget, Widget_Reticle) == 0x0002F0, "Member 'UPD3HUDPlayerStatusWidget::Widget_Reticle' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerStatusWidget, Widget_Throwable) == 0x0002F8, "Member 'UPD3HUDPlayerStatusWidget::Widget_Throwable' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerStatusWidget, Widget_RequestOverkillWeapon) == 0x000300, "Member 'UPD3HUDPlayerStatusWidget::Widget_RequestOverkillWeapon' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerStatusWidget, Widget_Placeable) == 0x000308, "Member 'UPD3HUDPlayerStatusWidget::Widget_Placeable' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerStatusWidget, Widget_ToolStatus) == 0x000310, "Member 'UPD3HUDPlayerStatusWidget::Widget_ToolStatus' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerStatusWidget, Widget_ConsumableStatus) == 0x000318, "Member 'UPD3HUDPlayerStatusWidget::Widget_ConsumableStatus' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerStatusWidget, Widget_RoomStatus) == 0x000320, "Member 'UPD3HUDPlayerStatusWidget::Widget_RoomStatus' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerStatusWidget, Widget_Interaction) == 0x000328, "Member 'UPD3HUDPlayerStatusWidget::Widget_Interaction' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerStatusWidget, Widget_DetectionMeterContainer) == 0x000330, "Member 'UPD3HUDPlayerStatusWidget::Widget_DetectionMeterContainer' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerStatusWidget, Widget_KeyItemContainer) == 0x000338, "Member 'UPD3HUDPlayerStatusWidget::Widget_KeyItemContainer' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDPlayerStatusWidget, Widget_CharacterEffectsContainer) == 0x000340, "Member 'UPD3HUDPlayerStatusWidget::Widget_CharacterEffectsContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBuiltInAnimMontagesHandler_PlayAnimMontage \ +static_assert(alignof(SBZBuiltInAnimMontagesHandler_PlayAnimMontage) == 0x000008, "Wrong alignment on SBZBuiltInAnimMontagesHandler_PlayAnimMontage"); \ +static_assert(sizeof(SBZBuiltInAnimMontagesHandler_PlayAnimMontage) == 0x000010, "Wrong size on SBZBuiltInAnimMontagesHandler_PlayAnimMontage"); \ +static_assert(offsetof(SBZBuiltInAnimMontagesHandler_PlayAnimMontage, AnimMontage) == 0x000000, "Member 'SBZBuiltInAnimMontagesHandler_PlayAnimMontage::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(SBZBuiltInAnimMontagesHandler_PlayAnimMontage, ReturnValue) == 0x000008, "Member 'SBZBuiltInAnimMontagesHandler_PlayAnimMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBuiltInAnimMontagesHandler_StopAnimMontage \ +static_assert(alignof(SBZBuiltInAnimMontagesHandler_StopAnimMontage) == 0x000008, "Wrong alignment on SBZBuiltInAnimMontagesHandler_StopAnimMontage"); \ +static_assert(sizeof(SBZBuiltInAnimMontagesHandler_StopAnimMontage) == 0x000008, "Wrong size on SBZBuiltInAnimMontagesHandler_StopAnimMontage"); \ +static_assert(offsetof(SBZBuiltInAnimMontagesHandler_StopAnimMontage, AnimMontage) == 0x000000, "Member 'SBZBuiltInAnimMontagesHandler_StopAnimMontage::AnimMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBuiltInAnimMontagesHandler_StopAnimMontagesWithinGroup \ +static_assert(alignof(SBZBuiltInAnimMontagesHandler_StopAnimMontagesWithinGroup) == 0x000004, "Wrong alignment on SBZBuiltInAnimMontagesHandler_StopAnimMontagesWithinGroup"); \ +static_assert(sizeof(SBZBuiltInAnimMontagesHandler_StopAnimMontagesWithinGroup) == 0x00000C, "Wrong size on SBZBuiltInAnimMontagesHandler_StopAnimMontagesWithinGroup"); \ +static_assert(offsetof(SBZBuiltInAnimMontagesHandler_StopAnimMontagesWithinGroup, Group) == 0x000000, "Member 'SBZBuiltInAnimMontagesHandler_StopAnimMontagesWithinGroup::Group' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBuiltInAnimMontagesHandler_Update \ +static_assert(alignof(SBZBuiltInAnimMontagesHandler_Update) == 0x000004, "Wrong alignment on SBZBuiltInAnimMontagesHandler_Update"); \ +static_assert(sizeof(SBZBuiltInAnimMontagesHandler_Update) == 0x000004, "Wrong size on SBZBuiltInAnimMontagesHandler_Update"); \ +static_assert(offsetof(SBZBuiltInAnimMontagesHandler_Update, DeltaSeconds) == 0x000000, "Member 'SBZBuiltInAnimMontagesHandler_Update::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBuiltInAnimMontagesHandler_GetActiveAnimMontageInstances \ +static_assert(alignof(SBZBuiltInAnimMontagesHandler_GetActiveAnimMontageInstances) == 0x000008, "Wrong alignment on SBZBuiltInAnimMontagesHandler_GetActiveAnimMontageInstances"); \ +static_assert(sizeof(SBZBuiltInAnimMontagesHandler_GetActiveAnimMontageInstances) == 0x000010, "Wrong size on SBZBuiltInAnimMontagesHandler_GetActiveAnimMontageInstances"); \ +static_assert(offsetof(SBZBuiltInAnimMontagesHandler_GetActiveAnimMontageInstances, ReturnValue) == 0x000000, "Member 'SBZBuiltInAnimMontagesHandler_GetActiveAnimMontageInstances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBuiltInAnimMontagesHandler_HasAnyActiveAnimation \ +static_assert(alignof(SBZBuiltInAnimMontagesHandler_HasAnyActiveAnimation) == 0x000001, "Wrong alignment on SBZBuiltInAnimMontagesHandler_HasAnyActiveAnimation"); \ +static_assert(sizeof(SBZBuiltInAnimMontagesHandler_HasAnyActiveAnimation) == 0x000001, "Wrong size on SBZBuiltInAnimMontagesHandler_HasAnyActiveAnimation"); \ +static_assert(offsetof(SBZBuiltInAnimMontagesHandler_HasAnyActiveAnimation, ReturnValue) == 0x000000, "Member 'SBZBuiltInAnimMontagesHandler_HasAnyActiveAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBuiltInAnimMontagesHandler \ +static_assert(alignof(USBZBuiltInAnimMontagesHandler) == 0x000008, "Wrong alignment on USBZBuiltInAnimMontagesHandler"); \ +static_assert(sizeof(USBZBuiltInAnimMontagesHandler) == 0x000040, "Wrong size on USBZBuiltInAnimMontagesHandler"); \ +static_assert(offsetof(USBZBuiltInAnimMontagesHandler, ActiveAnimMontageInstances) == 0x000030, "Member 'USBZBuiltInAnimMontagesHandler::ActiveAnimMontageInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HUDRoomStatusWidget_OnRoomChanged \ +static_assert(alignof(PD3HUDRoomStatusWidget_OnRoomChanged) == 0x000008, "Wrong alignment on PD3HUDRoomStatusWidget_OnRoomChanged"); \ +static_assert(sizeof(PD3HUDRoomStatusWidget_OnRoomChanged) == 0x000008, "Wrong size on PD3HUDRoomStatusWidget_OnRoomChanged"); \ +static_assert(offsetof(PD3HUDRoomStatusWidget_OnRoomChanged, RoomVolume) == 0x000000, "Member 'PD3HUDRoomStatusWidget_OnRoomChanged::RoomVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HUDRoomStatusWidget_OnRoomTypeChanged \ +static_assert(alignof(PD3HUDRoomStatusWidget_OnRoomTypeChanged) == 0x000001, "Wrong alignment on PD3HUDRoomStatusWidget_OnRoomTypeChanged"); \ +static_assert(sizeof(PD3HUDRoomStatusWidget_OnRoomTypeChanged) == 0x000001, "Wrong size on PD3HUDRoomStatusWidget_OnRoomTypeChanged"); \ +static_assert(offsetof(PD3HUDRoomStatusWidget_OnRoomTypeChanged, InRoomType) == 0x000000, "Member 'PD3HUDRoomStatusWidget_OnRoomTypeChanged::InRoomType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HUDRoomStatusWidget_RoomTypeChanged \ +static_assert(alignof(PD3HUDRoomStatusWidget_RoomTypeChanged) == 0x000001, "Wrong alignment on PD3HUDRoomStatusWidget_RoomTypeChanged"); \ +static_assert(sizeof(PD3HUDRoomStatusWidget_RoomTypeChanged) == 0x000001, "Wrong size on PD3HUDRoomStatusWidget_RoomTypeChanged"); \ +static_assert(offsetof(PD3HUDRoomStatusWidget_RoomTypeChanged, NewRoomType) == 0x000000, "Member 'PD3HUDRoomStatusWidget_RoomTypeChanged::NewRoomType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3HUDRoomStatusWidget_RoomVolumeChanged \ +static_assert(alignof(PD3HUDRoomStatusWidget_RoomVolumeChanged) == 0x000008, "Wrong alignment on PD3HUDRoomStatusWidget_RoomVolumeChanged"); \ +static_assert(sizeof(PD3HUDRoomStatusWidget_RoomVolumeChanged) == 0x000008, "Wrong size on PD3HUDRoomStatusWidget_RoomVolumeChanged"); \ +static_assert(offsetof(PD3HUDRoomStatusWidget_RoomVolumeChanged, InRoomVolume) == 0x000000, "Member 'PD3HUDRoomStatusWidget_RoomVolumeChanged::InRoomVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3HUDRoomStatusWidget \ +static_assert(alignof(UPD3HUDRoomStatusWidget) == 0x000008, "Wrong alignment on UPD3HUDRoomStatusWidget"); \ +static_assert(sizeof(UPD3HUDRoomStatusWidget) == 0x0002C0, "Wrong size on UPD3HUDRoomStatusWidget"); \ +static_assert(offsetof(UPD3HUDRoomStatusWidget, RoomType) == 0x0002A8, "Member 'UPD3HUDRoomStatusWidget::RoomType' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDRoomStatusWidget, InFeedbackClass) == 0x0002B0, "Member 'UPD3HUDRoomStatusWidget::InFeedbackClass' has a wrong offset!"); \ +static_assert(offsetof(UPD3HUDRoomStatusWidget, bHasGoneLoud) == 0x0002B8, "Member 'UPD3HUDRoomStatusWidget::bHasGoneLoud' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZForbidHurtNotifyState \ +static_assert(alignof(USBZForbidHurtNotifyState) == 0x000008, "Wrong alignment on USBZForbidHurtNotifyState"); \ +static_assert(sizeof(USBZForbidHurtNotifyState) == 0x000040, "Wrong size on USBZForbidHurtNotifyState"); \ +static_assert(offsetof(USBZForbidHurtNotifyState, bIsFlinchForbidden) == 0x000038, "Member 'USBZForbidHurtNotifyState::bIsFlinchForbidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3KeyItemContainer_OnKeyItemCountChanged \ +static_assert(alignof(PD3KeyItemContainer_OnKeyItemCountChanged) == 0x000008, "Wrong alignment on PD3KeyItemContainer_OnKeyItemCountChanged"); \ +static_assert(sizeof(PD3KeyItemContainer_OnKeyItemCountChanged) == 0x000030, "Wrong size on PD3KeyItemContainer_OnKeyItemCountChanged"); \ +static_assert(offsetof(PD3KeyItemContainer_OnKeyItemCountChanged, KeyItemCountChangedEventData) == 0x000000, "Member 'PD3KeyItemContainer_OnKeyItemCountChanged::KeyItemCountChangedEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3KeyItemContainer_OnSharedKeyItemCountChanged \ +static_assert(alignof(PD3KeyItemContainer_OnSharedKeyItemCountChanged) == 0x000008, "Wrong alignment on PD3KeyItemContainer_OnSharedKeyItemCountChanged"); \ +static_assert(sizeof(PD3KeyItemContainer_OnSharedKeyItemCountChanged) == 0x000018, "Wrong size on PD3KeyItemContainer_OnSharedKeyItemCountChanged"); \ +static_assert(offsetof(PD3KeyItemContainer_OnSharedKeyItemCountChanged, SharedKeyItemTagChangedEventData) == 0x000000, "Member 'PD3KeyItemContainer_OnSharedKeyItemCountChanged::SharedKeyItemTagChangedEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3KeyItemContainer \ +static_assert(alignof(UPD3KeyItemContainer) == 0x000008, "Wrong alignment on UPD3KeyItemContainer"); \ +static_assert(sizeof(UPD3KeyItemContainer) == 0x0002D0, "Wrong size on UPD3KeyItemContainer"); \ +static_assert(offsetof(UPD3KeyItemContainer, Panel_KeyItems) == 0x000298, "Member 'UPD3KeyItemContainer::Panel_KeyItems' has a wrong offset!"); \ +static_assert(offsetof(UPD3KeyItemContainer, MaxDisplayedKeyItems) == 0x0002A0, "Member 'UPD3KeyItemContainer::MaxDisplayedKeyItems' has a wrong offset!"); \ +static_assert(offsetof(UPD3KeyItemContainer, bIsShared) == 0x0002A4, "Member 'UPD3KeyItemContainer::bIsShared' has a wrong offset!"); \ +static_assert(offsetof(UPD3KeyItemContainer, KeyItemWidgetClass) == 0x0002A8, "Member 'UPD3KeyItemContainer::KeyItemWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UPD3KeyItemContainer, OnKeyItemCountChangedDelegate) == 0x0002B0, "Member 'UPD3KeyItemContainer::OnKeyItemCountChangedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPD3KeyItemContainer, KeyItemWidgets) == 0x0002C0, "Member 'UPD3KeyItemContainer::KeyItemWidgets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerCameraModifier \ +static_assert(alignof(USBZPlayerCameraModifier) == 0x000008, "Wrong alignment on USBZPlayerCameraModifier"); \ +static_assert(sizeof(USBZPlayerCameraModifier) == 0x000050, "Wrong size on USBZPlayerCameraModifier"); \ + +#define DUMPER7_ASSERTS_UPD3LoadoutAsyncLoader \ +static_assert(alignof(UPD3LoadoutAsyncLoader) == 0x000008, "Wrong alignment on UPD3LoadoutAsyncLoader"); \ +static_assert(sizeof(UPD3LoadoutAsyncLoader) == 0x000030, "Wrong size on UPD3LoadoutAsyncLoader"); \ + +#define DUMPER7_ASSERTS_PD3MaskOnNotificationWidget_MaskOnChanged \ +static_assert(alignof(PD3MaskOnNotificationWidget_MaskOnChanged) == 0x000001, "Wrong alignment on PD3MaskOnNotificationWidget_MaskOnChanged"); \ +static_assert(sizeof(PD3MaskOnNotificationWidget_MaskOnChanged) == 0x000001, "Wrong size on PD3MaskOnNotificationWidget_MaskOnChanged"); \ +static_assert(offsetof(PD3MaskOnNotificationWidget_MaskOnChanged, bInIsPuttingOnMask) == 0x000000, "Member 'PD3MaskOnNotificationWidget_MaskOnChanged::bInIsPuttingOnMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3MaskOnNotificationWidget_OnProgressChanged \ +static_assert(alignof(PD3MaskOnNotificationWidget_OnProgressChanged) == 0x000004, "Wrong alignment on PD3MaskOnNotificationWidget_OnProgressChanged"); \ +static_assert(sizeof(PD3MaskOnNotificationWidget_OnProgressChanged) == 0x000004, "Wrong size on PD3MaskOnNotificationWidget_OnProgressChanged"); \ +static_assert(offsetof(PD3MaskOnNotificationWidget_OnProgressChanged, InProgress) == 0x000000, "Member 'PD3MaskOnNotificationWidget_OnProgressChanged::InProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3MaskOnNotificationWidget_GetMaskOnProgress \ +static_assert(alignof(PD3MaskOnNotificationWidget_GetMaskOnProgress) == 0x000004, "Wrong alignment on PD3MaskOnNotificationWidget_GetMaskOnProgress"); \ +static_assert(sizeof(PD3MaskOnNotificationWidget_GetMaskOnProgress) == 0x000004, "Wrong size on PD3MaskOnNotificationWidget_GetMaskOnProgress"); \ +static_assert(offsetof(PD3MaskOnNotificationWidget_GetMaskOnProgress, ReturnValue) == 0x000000, "Member 'PD3MaskOnNotificationWidget_GetMaskOnProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3MaskOnNotificationWidget \ +static_assert(alignof(UPD3MaskOnNotificationWidget) == 0x000008, "Wrong alignment on UPD3MaskOnNotificationWidget"); \ +static_assert(sizeof(UPD3MaskOnNotificationWidget) == 0x0002A8, "Wrong size on UPD3MaskOnNotificationWidget"); \ +static_assert(offsetof(UPD3MaskOnNotificationWidget, bIsPuttingOnMask) == 0x000298, "Member 'UPD3MaskOnNotificationWidget::bIsPuttingOnMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAmbientSound_HandleActivateSoundComponent \ +static_assert(alignof(SBZAmbientSound_HandleActivateSoundComponent) == 0x000008, "Wrong alignment on SBZAmbientSound_HandleActivateSoundComponent"); \ +static_assert(sizeof(SBZAmbientSound_HandleActivateSoundComponent) == 0x000010, "Wrong size on SBZAmbientSound_HandleActivateSoundComponent"); \ +static_assert(offsetof(SBZAmbientSound_HandleActivateSoundComponent, Component) == 0x000000, "Member 'SBZAmbientSound_HandleActivateSoundComponent::Component' has a wrong offset!"); \ +static_assert(offsetof(SBZAmbientSound_HandleActivateSoundComponent, bReset) == 0x000008, "Member 'SBZAmbientSound_HandleActivateSoundComponent::bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAmbientSound_HandleDeactivateSoundComponent \ +static_assert(alignof(SBZAmbientSound_HandleDeactivateSoundComponent) == 0x000008, "Wrong alignment on SBZAmbientSound_HandleDeactivateSoundComponent"); \ +static_assert(sizeof(SBZAmbientSound_HandleDeactivateSoundComponent) == 0x000008, "Wrong size on SBZAmbientSound_HandleDeactivateSoundComponent"); \ +static_assert(offsetof(SBZAmbientSound_HandleDeactivateSoundComponent, Component) == 0x000000, "Member 'SBZAmbientSound_HandleDeactivateSoundComponent::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAmbientSound \ +static_assert(alignof(ASBZAmbientSound) == 0x000008, "Wrong alignment on ASBZAmbientSound"); \ +static_assert(sizeof(ASBZAmbientSound) == 0x0002B0, "Wrong size on ASBZAmbientSound"); \ +static_assert(offsetof(ASBZAmbientSound, AmbientSoundComponent) == 0x0002A8, "Member 'ASBZAmbientSound::AmbientSoundComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameErrorWidget_SetInternetConnected \ +static_assert(alignof(SBZGameErrorWidget_SetInternetConnected) == 0x000001, "Wrong alignment on SBZGameErrorWidget_SetInternetConnected"); \ +static_assert(sizeof(SBZGameErrorWidget_SetInternetConnected) == 0x000001, "Wrong size on SBZGameErrorWidget_SetInternetConnected"); \ +static_assert(offsetof(SBZGameErrorWidget_SetInternetConnected, ServiceStatus) == 0x000000, "Member 'SBZGameErrorWidget_SetInternetConnected::ServiceStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameErrorWidget_GetButton_ReturnToMainMenu \ +static_assert(alignof(SBZGameErrorWidget_GetButton_ReturnToMainMenu) == 0x000008, "Wrong alignment on SBZGameErrorWidget_GetButton_ReturnToMainMenu"); \ +static_assert(sizeof(SBZGameErrorWidget_GetButton_ReturnToMainMenu) == 0x000008, "Wrong size on SBZGameErrorWidget_GetButton_ReturnToMainMenu"); \ +static_assert(offsetof(SBZGameErrorWidget_GetButton_ReturnToMainMenu, ReturnValue) == 0x000000, "Member 'SBZGameErrorWidget_GetButton_ReturnToMainMenu::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameErrorWidget_GetErrorHeader \ +static_assert(alignof(SBZGameErrorWidget_GetErrorHeader) == 0x000008, "Wrong alignment on SBZGameErrorWidget_GetErrorHeader"); \ +static_assert(sizeof(SBZGameErrorWidget_GetErrorHeader) == 0x000018, "Wrong size on SBZGameErrorWidget_GetErrorHeader"); \ +static_assert(offsetof(SBZGameErrorWidget_GetErrorHeader, ReturnValue) == 0x000000, "Member 'SBZGameErrorWidget_GetErrorHeader::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameErrorWidget_GetErrorText \ +static_assert(alignof(SBZGameErrorWidget_GetErrorText) == 0x000008, "Wrong alignment on SBZGameErrorWidget_GetErrorText"); \ +static_assert(sizeof(SBZGameErrorWidget_GetErrorText) == 0x000018, "Wrong size on SBZGameErrorWidget_GetErrorText"); \ +static_assert(offsetof(SBZGameErrorWidget_GetErrorText, ReturnValue) == 0x000000, "Member 'SBZGameErrorWidget_GetErrorText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGameErrorWidget \ +static_assert(alignof(USBZGameErrorWidget) == 0x000008, "Wrong alignment on USBZGameErrorWidget"); \ +static_assert(sizeof(USBZGameErrorWidget) == 0x0002A8, "Wrong size on USBZGameErrorWidget"); \ +static_assert(offsetof(USBZGameErrorWidget, Button_ReturnToMainMenu) == 0x0002A0, "Member 'USBZGameErrorWidget::Button_ReturnToMainMenu' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3MiniGameWidgetBase_BP_OnXAxisChanged \ +static_assert(alignof(PD3MiniGameWidgetBase_BP_OnXAxisChanged) == 0x000004, "Wrong alignment on PD3MiniGameWidgetBase_BP_OnXAxisChanged"); \ +static_assert(sizeof(PD3MiniGameWidgetBase_BP_OnXAxisChanged) == 0x000004, "Wrong size on PD3MiniGameWidgetBase_BP_OnXAxisChanged"); \ +static_assert(offsetof(PD3MiniGameWidgetBase_BP_OnXAxisChanged, Value) == 0x000000, "Member 'PD3MiniGameWidgetBase_BP_OnXAxisChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3MiniGameWidgetBase_BP_OnYAxisChanged \ +static_assert(alignof(PD3MiniGameWidgetBase_BP_OnYAxisChanged) == 0x000004, "Wrong alignment on PD3MiniGameWidgetBase_BP_OnYAxisChanged"); \ +static_assert(sizeof(PD3MiniGameWidgetBase_BP_OnYAxisChanged) == 0x000004, "Wrong size on PD3MiniGameWidgetBase_BP_OnYAxisChanged"); \ +static_assert(offsetof(PD3MiniGameWidgetBase_BP_OnYAxisChanged, Value) == 0x000000, "Member 'PD3MiniGameWidgetBase_BP_OnYAxisChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3MiniGameWidgetBase_MiniGameStateChanged \ +static_assert(alignof(PD3MiniGameWidgetBase_MiniGameStateChanged) == 0x000001, "Wrong alignment on PD3MiniGameWidgetBase_MiniGameStateChanged"); \ +static_assert(sizeof(PD3MiniGameWidgetBase_MiniGameStateChanged) == 0x000001, "Wrong size on PD3MiniGameWidgetBase_MiniGameStateChanged"); \ +static_assert(offsetof(PD3MiniGameWidgetBase_MiniGameStateChanged, NewState) == 0x000000, "Member 'PD3MiniGameWidgetBase_MiniGameStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3MiniGameWidgetBase_OnMiniGameDifficulty \ +static_assert(alignof(PD3MiniGameWidgetBase_OnMiniGameDifficulty) == 0x000001, "Wrong alignment on PD3MiniGameWidgetBase_OnMiniGameDifficulty"); \ +static_assert(sizeof(PD3MiniGameWidgetBase_OnMiniGameDifficulty) == 0x000002, "Wrong size on PD3MiniGameWidgetBase_OnMiniGameDifficulty"); \ +static_assert(offsetof(PD3MiniGameWidgetBase_OnMiniGameDifficulty, HeistDifficulty) == 0x000000, "Member 'PD3MiniGameWidgetBase_OnMiniGameDifficulty::HeistDifficulty' has a wrong offset!"); \ +static_assert(offsetof(PD3MiniGameWidgetBase_OnMiniGameDifficulty, MiniGameDifficulty) == 0x000001, "Member 'PD3MiniGameWidgetBase_OnMiniGameDifficulty::MiniGameDifficulty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3MiniGameWidgetBase_OnMiniGameWidgetPlaced \ +static_assert(alignof(PD3MiniGameWidgetBase_OnMiniGameWidgetPlaced) == 0x000008, "Wrong alignment on PD3MiniGameWidgetBase_OnMiniGameWidgetPlaced"); \ +static_assert(sizeof(PD3MiniGameWidgetBase_OnMiniGameWidgetPlaced) == 0x000008, "Wrong size on PD3MiniGameWidgetBase_OnMiniGameWidgetPlaced"); \ +static_assert(offsetof(PD3MiniGameWidgetBase_OnMiniGameWidgetPlaced, AkComponent) == 0x000000, "Member 'PD3MiniGameWidgetBase_OnMiniGameWidgetPlaced::AkComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3MiniGameWidgetBase_OnOwningMiniGameComponent \ +static_assert(alignof(PD3MiniGameWidgetBase_OnOwningMiniGameComponent) == 0x000008, "Wrong alignment on PD3MiniGameWidgetBase_OnOwningMiniGameComponent"); \ +static_assert(sizeof(PD3MiniGameWidgetBase_OnOwningMiniGameComponent) == 0x000008, "Wrong size on PD3MiniGameWidgetBase_OnOwningMiniGameComponent"); \ +static_assert(offsetof(PD3MiniGameWidgetBase_OnOwningMiniGameComponent, MiniGameComponet) == 0x000000, "Member 'PD3MiniGameWidgetBase_OnOwningMiniGameComponent::MiniGameComponet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3MiniGameWidgetBase_SetMiniGameState \ +static_assert(alignof(PD3MiniGameWidgetBase_SetMiniGameState) == 0x000001, "Wrong alignment on PD3MiniGameWidgetBase_SetMiniGameState"); \ +static_assert(sizeof(PD3MiniGameWidgetBase_SetMiniGameState) == 0x000001, "Wrong size on PD3MiniGameWidgetBase_SetMiniGameState"); \ +static_assert(offsetof(PD3MiniGameWidgetBase_SetMiniGameState, NewState) == 0x000000, "Member 'PD3MiniGameWidgetBase_SetMiniGameState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3MiniGameWidgetBase_HasSkill \ +static_assert(alignof(PD3MiniGameWidgetBase_HasSkill) == 0x000004, "Wrong alignment on PD3MiniGameWidgetBase_HasSkill"); \ +static_assert(sizeof(PD3MiniGameWidgetBase_HasSkill) == 0x000010, "Wrong size on PD3MiniGameWidgetBase_HasSkill"); \ +static_assert(offsetof(PD3MiniGameWidgetBase_HasSkill, Tag) == 0x000000, "Member 'PD3MiniGameWidgetBase_HasSkill::Tag' has a wrong offset!"); \ +static_assert(offsetof(PD3MiniGameWidgetBase_HasSkill, ReturnValue) == 0x00000C, "Member 'PD3MiniGameWidgetBase_HasSkill::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3MiniGameWidgetBase_HasTag \ +static_assert(alignof(PD3MiniGameWidgetBase_HasTag) == 0x000004, "Wrong alignment on PD3MiniGameWidgetBase_HasTag"); \ +static_assert(sizeof(PD3MiniGameWidgetBase_HasTag) == 0x000010, "Wrong size on PD3MiniGameWidgetBase_HasTag"); \ +static_assert(offsetof(PD3MiniGameWidgetBase_HasTag, Tag) == 0x000000, "Member 'PD3MiniGameWidgetBase_HasTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(PD3MiniGameWidgetBase_HasTag, ReturnValue) == 0x00000C, "Member 'PD3MiniGameWidgetBase_HasTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3MiniGameWidgetBase_IsLockpickInstant \ +static_assert(alignof(PD3MiniGameWidgetBase_IsLockpickInstant) == 0x000001, "Wrong alignment on PD3MiniGameWidgetBase_IsLockpickInstant"); \ +static_assert(sizeof(PD3MiniGameWidgetBase_IsLockpickInstant) == 0x000001, "Wrong size on PD3MiniGameWidgetBase_IsLockpickInstant"); \ +static_assert(offsetof(PD3MiniGameWidgetBase_IsLockpickInstant, ReturnValue) == 0x000000, "Member 'PD3MiniGameWidgetBase_IsLockpickInstant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3MiniGameWidgetBase \ +static_assert(alignof(UPD3MiniGameWidgetBase) == 0x000008, "Wrong alignment on UPD3MiniGameWidgetBase"); \ +static_assert(sizeof(UPD3MiniGameWidgetBase) == 0x0002D0, "Wrong size on UPD3MiniGameWidgetBase"); \ +static_assert(offsetof(UPD3MiniGameWidgetBase, bShouldBindAxis) == 0x000290, "Member 'UPD3MiniGameWidgetBase::bShouldBindAxis' has a wrong offset!"); \ +static_assert(offsetof(UPD3MiniGameWidgetBase, XAxisName) == 0x000294, "Member 'UPD3MiniGameWidgetBase::XAxisName' has a wrong offset!"); \ +static_assert(offsetof(UPD3MiniGameWidgetBase, YAxisName) == 0x0002A0, "Member 'UPD3MiniGameWidgetBase::YAxisName' has a wrong offset!"); \ +static_assert(offsetof(UPD3MiniGameWidgetBase, AxisThreshold) == 0x0002AC, "Member 'UPD3MiniGameWidgetBase::AxisThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPD3MiniGameWidgetBase, UpdateWaitTime) == 0x0002B0, "Member 'UPD3MiniGameWidgetBase::UpdateWaitTime' has a wrong offset!"); \ +static_assert(offsetof(UPD3MiniGameWidgetBase, XAxisLastUpdateTime) == 0x0002B4, "Member 'UPD3MiniGameWidgetBase::XAxisLastUpdateTime' has a wrong offset!"); \ +static_assert(offsetof(UPD3MiniGameWidgetBase, YAxisLastUpdateTime) == 0x0002B8, "Member 'UPD3MiniGameWidgetBase::YAxisLastUpdateTime' has a wrong offset!"); \ +static_assert(offsetof(UPD3MiniGameWidgetBase, PlayerState) == 0x0002C0, "Member 'UPD3MiniGameWidgetBase::PlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPlayerNameplateWidget_BP_SetInfamyLevel \ +static_assert(alignof(SBZMainMenuPlayerNameplateWidget_BP_SetInfamyLevel) == 0x000004, "Wrong alignment on SBZMainMenuPlayerNameplateWidget_BP_SetInfamyLevel"); \ +static_assert(sizeof(SBZMainMenuPlayerNameplateWidget_BP_SetInfamyLevel) == 0x000004, "Wrong size on SBZMainMenuPlayerNameplateWidget_BP_SetInfamyLevel"); \ +static_assert(offsetof(SBZMainMenuPlayerNameplateWidget_BP_SetInfamyLevel, InfamyLevel) == 0x000000, "Member 'SBZMainMenuPlayerNameplateWidget_BP_SetInfamyLevel::InfamyLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPlayerNameplateWidget_BP_SetLobbyInfo \ +static_assert(alignof(SBZMainMenuPlayerNameplateWidget_BP_SetLobbyInfo) == 0x000008, "Wrong alignment on SBZMainMenuPlayerNameplateWidget_BP_SetLobbyInfo"); \ +static_assert(sizeof(SBZMainMenuPlayerNameplateWidget_BP_SetLobbyInfo) == 0x000428, "Wrong size on SBZMainMenuPlayerNameplateWidget_BP_SetLobbyInfo"); \ +static_assert(offsetof(SBZMainMenuPlayerNameplateWidget_BP_SetLobbyInfo, InLobbyInfo) == 0x000000, "Member 'SBZMainMenuPlayerNameplateWidget_BP_SetLobbyInfo::InLobbyInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPlayerNameplateWidget_BP_SetRenownLevel \ +static_assert(alignof(SBZMainMenuPlayerNameplateWidget_BP_SetRenownLevel) == 0x000004, "Wrong alignment on SBZMainMenuPlayerNameplateWidget_BP_SetRenownLevel"); \ +static_assert(sizeof(SBZMainMenuPlayerNameplateWidget_BP_SetRenownLevel) == 0x000004, "Wrong size on SBZMainMenuPlayerNameplateWidget_BP_SetRenownLevel"); \ +static_assert(offsetof(SBZMainMenuPlayerNameplateWidget_BP_SetRenownLevel, RenownLevel) == 0x000000, "Member 'SBZMainMenuPlayerNameplateWidget_BP_SetRenownLevel::RenownLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPlayerNameplateWidget_BP_SetUserData \ +static_assert(alignof(SBZMainMenuPlayerNameplateWidget_BP_SetUserData) == 0x000008, "Wrong alignment on SBZMainMenuPlayerNameplateWidget_BP_SetUserData"); \ +static_assert(sizeof(SBZMainMenuPlayerNameplateWidget_BP_SetUserData) == 0x0004A8, "Wrong size on SBZMainMenuPlayerNameplateWidget_BP_SetUserData"); \ +static_assert(offsetof(SBZMainMenuPlayerNameplateWidget_BP_SetUserData, InUserData) == 0x000000, "Member 'SBZMainMenuPlayerNameplateWidget_BP_SetUserData::InUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuPlayerNameplateWidget \ +static_assert(alignof(USBZMainMenuPlayerNameplateWidget) == 0x000008, "Wrong alignment on USBZMainMenuPlayerNameplateWidget"); \ +static_assert(sizeof(USBZMainMenuPlayerNameplateWidget) == 0x0002A0, "Wrong size on USBZMainMenuPlayerNameplateWidget"); \ +static_assert(offsetof(USBZMainMenuPlayerNameplateWidget, UserId) == 0x000290, "Member 'USBZMainMenuPlayerNameplateWidget::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZForceFacialEmotionNotifyState \ +static_assert(alignof(USBZForceFacialEmotionNotifyState) == 0x000008, "Wrong alignment on USBZForceFacialEmotionNotifyState"); \ +static_assert(sizeof(USBZForceFacialEmotionNotifyState) == 0x000040, "Wrong size on USBZForceFacialEmotionNotifyState"); \ +static_assert(offsetof(USBZForceFacialEmotionNotifyState, FacialEmotion) == 0x000038, "Member 'USBZForceFacialEmotionNotifyState::FacialEmotion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APD3ModeGameMode \ +static_assert(alignof(APD3ModeGameMode) == 0x000008, "Wrong alignment on APD3ModeGameMode"); \ +static_assert(sizeof(APD3ModeGameMode) == 0x000498, "Wrong size on APD3ModeGameMode"); \ +static_assert(offsetof(APD3ModeGameMode, SpawnWaveManager) == 0x000490, "Member 'APD3ModeGameMode::SpawnWaveManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZAnimatedInteractionInterface \ +static_assert(alignof(ISBZAnimatedInteractionInterface) == 0x000001, "Wrong alignment on ISBZAnimatedInteractionInterface"); \ +static_assert(sizeof(ISBZAnimatedInteractionInterface) == 0x000001, "Wrong size on ISBZAnimatedInteractionInterface"); \ + +#define DUMPER7_ASSERTS_USBZHET5AOEDamageExecutionCalculation \ +static_assert(alignof(USBZHET5AOEDamageExecutionCalculation) == 0x000008, "Wrong alignment on USBZHET5AOEDamageExecutionCalculation"); \ +static_assert(sizeof(USBZHET5AOEDamageExecutionCalculation) == 0x0000D8, "Wrong size on USBZHET5AOEDamageExecutionCalculation"); \ + +#define DUMPER7_ASSERTS_PD3OverkillWeaponRequestWidget_BP_OnOverskillEnabledChanged \ +static_assert(alignof(PD3OverkillWeaponRequestWidget_BP_OnOverskillEnabledChanged) == 0x000001, "Wrong alignment on PD3OverkillWeaponRequestWidget_BP_OnOverskillEnabledChanged"); \ +static_assert(sizeof(PD3OverkillWeaponRequestWidget_BP_OnOverskillEnabledChanged) == 0x000001, "Wrong size on PD3OverkillWeaponRequestWidget_BP_OnOverskillEnabledChanged"); \ +static_assert(offsetof(PD3OverkillWeaponRequestWidget_BP_OnOverskillEnabledChanged, bInIsEnabled) == 0x000000, "Member 'PD3OverkillWeaponRequestWidget_BP_OnOverskillEnabledChanged::bInIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3OverkillWeaponRequestWidget_BP_OnOverskillLoadoutTickingChanged \ +static_assert(alignof(PD3OverkillWeaponRequestWidget_BP_OnOverskillLoadoutTickingChanged) == 0x000001, "Wrong alignment on PD3OverkillWeaponRequestWidget_BP_OnOverskillLoadoutTickingChanged"); \ +static_assert(sizeof(PD3OverkillWeaponRequestWidget_BP_OnOverskillLoadoutTickingChanged) == 0x000001, "Wrong size on PD3OverkillWeaponRequestWidget_BP_OnOverskillLoadoutTickingChanged"); \ +static_assert(offsetof(PD3OverkillWeaponRequestWidget_BP_OnOverskillLoadoutTickingChanged, bInIsTicking) == 0x000000, "Member 'PD3OverkillWeaponRequestWidget_BP_OnOverskillLoadoutTickingChanged::bInIsTicking' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3OverkillWeaponRequestWidget_OnOverkillProgressChanged \ +static_assert(alignof(PD3OverkillWeaponRequestWidget_OnOverkillProgressChanged) == 0x000004, "Wrong alignment on PD3OverkillWeaponRequestWidget_OnOverkillProgressChanged"); \ +static_assert(sizeof(PD3OverkillWeaponRequestWidget_OnOverkillProgressChanged) == 0x000004, "Wrong size on PD3OverkillWeaponRequestWidget_OnOverkillProgressChanged"); \ +static_assert(offsetof(PD3OverkillWeaponRequestWidget_OnOverkillProgressChanged, NewProgress) == 0x000000, "Member 'PD3OverkillWeaponRequestWidget_OnOverkillProgressChanged::NewProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3OverkillWeaponRequestWidget \ +static_assert(alignof(UPD3OverkillWeaponRequestWidget) == 0x000008, "Wrong alignment on UPD3OverkillWeaponRequestWidget"); \ +static_assert(sizeof(UPD3OverkillWeaponRequestWidget) == 0x0002D0, "Wrong size on UPD3OverkillWeaponRequestWidget"); \ +static_assert(offsetof(UPD3OverkillWeaponRequestWidget, Widget_AbilityAction) == 0x0002A8, "Member 'UPD3OverkillWeaponRequestWidget::Widget_AbilityAction' has a wrong offset!"); \ +static_assert(offsetof(UPD3OverkillWeaponRequestWidget, OverkillProgressionScale) == 0x0002BC, "Member 'UPD3OverkillWeaponRequestWidget::OverkillProgressionScale' has a wrong offset!"); \ +static_assert(offsetof(UPD3OverkillWeaponRequestWidget, bIsOverskillEnabled) == 0x0002C0, "Member 'UPD3OverkillWeaponRequestWidget::bIsOverskillEnabled' has a wrong offset!"); \ +static_assert(offsetof(UPD3OverkillWeaponRequestWidget, bIsOverskillLoadoutTicking) == 0x0002C1, "Member 'UPD3OverkillWeaponRequestWidget::bIsOverskillLoadoutTicking' has a wrong offset!"); \ +static_assert(offsetof(UPD3OverkillWeaponRequestWidget, bIsReady) == 0x0002C2, "Member 'UPD3OverkillWeaponRequestWidget::bIsReady' has a wrong offset!"); \ +static_assert(offsetof(UPD3OverkillWeaponRequestWidget, OverkillData) == 0x0002C8, "Member 'UPD3OverkillWeaponRequestWidget::OverkillData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPawnSpawnGroup_OnPawnSpawnDestroyed \ +static_assert(alignof(SBZPawnSpawnGroup_OnPawnSpawnDestroyed) == 0x000008, "Wrong alignment on SBZPawnSpawnGroup_OnPawnSpawnDestroyed"); \ +static_assert(sizeof(SBZPawnSpawnGroup_OnPawnSpawnDestroyed) == 0x000008, "Wrong size on SBZPawnSpawnGroup_OnPawnSpawnDestroyed"); \ +static_assert(offsetof(SBZPawnSpawnGroup_OnPawnSpawnDestroyed, DestroyedActor) == 0x000000, "Member 'SBZPawnSpawnGroup_OnPawnSpawnDestroyed::DestroyedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPawnSpawnGroup \ +static_assert(alignof(ASBZPawnSpawnGroup) == 0x000008, "Wrong alignment on ASBZPawnSpawnGroup"); \ +static_assert(sizeof(ASBZPawnSpawnGroup) == 0x0002F0, "Wrong size on ASBZPawnSpawnGroup"); \ +static_assert(offsetof(ASBZPawnSpawnGroup, PawnSpawnArray) == 0x0002B0, "Member 'ASBZPawnSpawnGroup::PawnSpawnArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZPawnSpawnGroup, Seed) == 0x0002C0, "Member 'ASBZPawnSpawnGroup::Seed' has a wrong offset!"); \ +static_assert(offsetof(ASBZPawnSpawnGroup, bShouldRandomizeSpawnPoints) == 0x0002C4, "Member 'ASBZPawnSpawnGroup::bShouldRandomizeSpawnPoints' has a wrong offset!"); \ +static_assert(offsetof(ASBZPawnSpawnGroup, SpawnGroupRoom) == 0x0002C8, "Member 'ASBZPawnSpawnGroup::SpawnGroupRoom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBaseInteractRequirement_BP_CheckRequirement \ +static_assert(alignof(SBZBaseInteractRequirement_BP_CheckRequirement) == 0x000008, "Wrong alignment on SBZBaseInteractRequirement_BP_CheckRequirement"); \ +static_assert(sizeof(SBZBaseInteractRequirement_BP_CheckRequirement) == 0x000050, "Wrong size on SBZBaseInteractRequirement_BP_CheckRequirement"); \ +static_assert(offsetof(SBZBaseInteractRequirement_BP_CheckRequirement, Interactor) == 0x000000, "Member 'SBZBaseInteractRequirement_BP_CheckRequirement::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZBaseInteractRequirement_BP_CheckRequirement, OutData) == 0x000008, "Member 'SBZBaseInteractRequirement_BP_CheckRequirement::OutData' has a wrong offset!"); \ +static_assert(offsetof(SBZBaseInteractRequirement_BP_CheckRequirement, bIsSignalRequired) == 0x000048, "Member 'SBZBaseInteractRequirement_BP_CheckRequirement::bIsSignalRequired' has a wrong offset!"); \ +static_assert(offsetof(SBZBaseInteractRequirement_BP_CheckRequirement, bInIsScreenInteract) == 0x000049, "Member 'SBZBaseInteractRequirement_BP_CheckRequirement::bInIsScreenInteract' has a wrong offset!"); \ +static_assert(offsetof(SBZBaseInteractRequirement_BP_CheckRequirement, bIsCasing) == 0x00004A, "Member 'SBZBaseInteractRequirement_BP_CheckRequirement::bIsCasing' has a wrong offset!"); \ +static_assert(offsetof(SBZBaseInteractRequirement_BP_CheckRequirement, bIsEncumbered) == 0x00004B, "Member 'SBZBaseInteractRequirement_BP_CheckRequirement::bIsEncumbered' has a wrong offset!"); \ +static_assert(offsetof(SBZBaseInteractRequirement_BP_CheckRequirement, ReturnValue) == 0x00004C, "Member 'SBZBaseInteractRequirement_BP_CheckRequirement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBaseInteractRequirement \ +static_assert(alignof(USBZBaseInteractRequirement) == 0x000008, "Wrong alignment on USBZBaseInteractRequirement"); \ +static_assert(sizeof(USBZBaseInteractRequirement) == 0x000030, "Wrong size on USBZBaseInteractRequirement"); \ + +#define DUMPER7_ASSERTS_SBZCuttableComponent_Multicast_CreateCut \ +static_assert(alignof(SBZCuttableComponent_Multicast_CreateCut) == 0x000004, "Wrong alignment on SBZCuttableComponent_Multicast_CreateCut"); \ +static_assert(sizeof(SBZCuttableComponent_Multicast_CreateCut) == 0x000018, "Wrong size on SBZCuttableComponent_Multicast_CreateCut"); \ +static_assert(offsetof(SBZCuttableComponent_Multicast_CreateCut, NewCutProgressData) == 0x000000, "Member 'SBZCuttableComponent_Multicast_CreateCut::NewCutProgressData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCuttableComponent_Multicast_CreateInitialCut \ +static_assert(alignof(SBZCuttableComponent_Multicast_CreateInitialCut) == 0x000004, "Wrong alignment on SBZCuttableComponent_Multicast_CreateInitialCut"); \ +static_assert(sizeof(SBZCuttableComponent_Multicast_CreateInitialCut) == 0x000018, "Wrong size on SBZCuttableComponent_Multicast_CreateInitialCut"); \ +static_assert(offsetof(SBZCuttableComponent_Multicast_CreateInitialCut, NewCutProgressData) == 0x000000, "Member 'SBZCuttableComponent_Multicast_CreateInitialCut::NewCutProgressData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCuttableComponent_Multicast_CreateInitialCutAngle \ +static_assert(alignof(SBZCuttableComponent_Multicast_CreateInitialCutAngle) == 0x000004, "Wrong alignment on SBZCuttableComponent_Multicast_CreateInitialCutAngle"); \ +static_assert(sizeof(SBZCuttableComponent_Multicast_CreateInitialCutAngle) == 0x000004, "Wrong size on SBZCuttableComponent_Multicast_CreateInitialCutAngle"); \ +static_assert(offsetof(SBZCuttableComponent_Multicast_CreateInitialCutAngle, InCutAngle) == 0x000000, "Member 'SBZCuttableComponent_Multicast_CreateInitialCutAngle::InCutAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCuttableComponent_Multicast_CreateLineCut \ +static_assert(alignof(SBZCuttableComponent_Multicast_CreateLineCut) == 0x000004, "Wrong alignment on SBZCuttableComponent_Multicast_CreateLineCut"); \ +static_assert(sizeof(SBZCuttableComponent_Multicast_CreateLineCut) == 0x000018, "Wrong size on SBZCuttableComponent_Multicast_CreateLineCut"); \ +static_assert(offsetof(SBZCuttableComponent_Multicast_CreateLineCut, NewCutProgressData) == 0x000000, "Member 'SBZCuttableComponent_Multicast_CreateLineCut::NewCutProgressData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCuttableComponent_Multicast_SetCuttableState \ +static_assert(alignof(SBZCuttableComponent_Multicast_SetCuttableState) == 0x000001, "Wrong alignment on SBZCuttableComponent_Multicast_SetCuttableState"); \ +static_assert(sizeof(SBZCuttableComponent_Multicast_SetCuttableState) == 0x000001, "Wrong size on SBZCuttableComponent_Multicast_SetCuttableState"); \ +static_assert(offsetof(SBZCuttableComponent_Multicast_SetCuttableState, NewCuttableState) == 0x000000, "Member 'SBZCuttableComponent_Multicast_SetCuttableState::NewCuttableState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCuttableComponent_Multicast_SetCuttingBlocked \ +static_assert(alignof(SBZCuttableComponent_Multicast_SetCuttingBlocked) == 0x000001, "Wrong alignment on SBZCuttableComponent_Multicast_SetCuttingBlocked"); \ +static_assert(sizeof(SBZCuttableComponent_Multicast_SetCuttingBlocked) == 0x000001, "Wrong size on SBZCuttableComponent_Multicast_SetCuttingBlocked"); \ +static_assert(offsetof(SBZCuttableComponent_Multicast_SetCuttingBlocked, bInIsBlocked) == 0x000000, "Member 'SBZCuttableComponent_Multicast_SetCuttingBlocked::bInIsBlocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCuttableComponent_GetCuttableState \ +static_assert(alignof(SBZCuttableComponent_GetCuttableState) == 0x000001, "Wrong alignment on SBZCuttableComponent_GetCuttableState"); \ +static_assert(sizeof(SBZCuttableComponent_GetCuttableState) == 0x000001, "Wrong size on SBZCuttableComponent_GetCuttableState"); \ +static_assert(offsetof(SBZCuttableComponent_GetCuttableState, ReturnValue) == 0x000000, "Member 'SBZCuttableComponent_GetCuttableState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCuttableComponent_GetCuttableType \ +static_assert(alignof(SBZCuttableComponent_GetCuttableType) == 0x000001, "Wrong alignment on SBZCuttableComponent_GetCuttableType"); \ +static_assert(sizeof(SBZCuttableComponent_GetCuttableType) == 0x000001, "Wrong size on SBZCuttableComponent_GetCuttableType"); \ +static_assert(offsetof(SBZCuttableComponent_GetCuttableType, ReturnValue) == 0x000000, "Member 'SBZCuttableComponent_GetCuttableType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCuttableComponent \ +static_assert(alignof(USBZCuttableComponent) == 0x000008, "Wrong alignment on USBZCuttableComponent"); \ +static_assert(sizeof(USBZCuttableComponent) == 0x000120, "Wrong size on USBZCuttableComponent"); \ +static_assert(offsetof(USBZCuttableComponent, FuelCost) == 0x0000C0, "Member 'USBZCuttableComponent::FuelCost' has a wrong offset!"); \ +static_assert(offsetof(USBZCuttableComponent, CuttableType) == 0x0000C4, "Member 'USBZCuttableComponent::CuttableType' has a wrong offset!"); \ +static_assert(offsetof(USBZCuttableComponent, CuttableState) == 0x0000C5, "Member 'USBZCuttableComponent::CuttableState' has a wrong offset!"); \ +static_assert(offsetof(USBZCuttableComponent, OnCutCompleteServer) == 0x0000C8, "Member 'USBZCuttableComponent::OnCutCompleteServer' has a wrong offset!"); \ +static_assert(offsetof(USBZCuttableComponent, TotalCutTime) == 0x0000D8, "Member 'USBZCuttableComponent::TotalCutTime' has a wrong offset!"); \ +static_assert(offsetof(USBZCuttableComponent, CutProgressData) == 0x0000DC, "Member 'USBZCuttableComponent::CutProgressData' has a wrong offset!"); \ +static_assert(offsetof(USBZCuttableComponent, CuttableTier) == 0x0000F4, "Member 'USBZCuttableComponent::CuttableTier' has a wrong offset!"); \ +static_assert(offsetof(USBZCuttableComponent, HotSpeed) == 0x0000F8, "Member 'USBZCuttableComponent::HotSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZCuttableComponent, CoolSpeed) == 0x0000FC, "Member 'USBZCuttableComponent::CoolSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZCuttableComponent, InitialCutAngle) == 0x000104, "Member 'USBZCuttableComponent::InitialCutAngle' has a wrong offset!"); \ +static_assert(offsetof(USBZCuttableComponent, NiagaraEffectVisibilityTime) == 0x000108, "Member 'USBZCuttableComponent::NiagaraEffectVisibilityTime' has a wrong offset!"); \ +static_assert(offsetof(USBZCuttableComponent, bIsCuttingBlocked) == 0x00011C, "Member 'USBZCuttableComponent::bIsCuttingBlocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3PawnSpawnGroup_OnSpawnFinished \ +static_assert(alignof(PD3PawnSpawnGroup_OnSpawnFinished) == 0x000008, "Wrong alignment on PD3PawnSpawnGroup_OnSpawnFinished"); \ +static_assert(sizeof(PD3PawnSpawnGroup_OnSpawnFinished) == 0x000020, "Wrong size on PD3PawnSpawnGroup_OnSpawnFinished"); \ +static_assert(offsetof(PD3PawnSpawnGroup_OnSpawnFinished, Handle) == 0x000000, "Member 'PD3PawnSpawnGroup_OnSpawnFinished::Handle' has a wrong offset!"); \ +static_assert(offsetof(PD3PawnSpawnGroup_OnSpawnFinished, Pawn) == 0x000010, "Member 'PD3PawnSpawnGroup_OnSpawnFinished::Pawn' has a wrong offset!"); \ +static_assert(offsetof(PD3PawnSpawnGroup_OnSpawnFinished, Spawner) == 0x000018, "Member 'PD3PawnSpawnGroup_OnSpawnFinished::Spawner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3PawnSpawnGroup_SetEnabledForAssault \ +static_assert(alignof(PD3PawnSpawnGroup_SetEnabledForAssault) == 0x000001, "Wrong alignment on PD3PawnSpawnGroup_SetEnabledForAssault"); \ +static_assert(sizeof(PD3PawnSpawnGroup_SetEnabledForAssault) == 0x000001, "Wrong size on PD3PawnSpawnGroup_SetEnabledForAssault"); \ +static_assert(offsetof(PD3PawnSpawnGroup_SetEnabledForAssault, bInIsEnabledForAssault) == 0x000000, "Member 'PD3PawnSpawnGroup_SetEnabledForAssault::bInIsEnabledForAssault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3PawnSpawnGroup_SetEnabledForCivilians \ +static_assert(alignof(PD3PawnSpawnGroup_SetEnabledForCivilians) == 0x000001, "Wrong alignment on PD3PawnSpawnGroup_SetEnabledForCivilians"); \ +static_assert(sizeof(PD3PawnSpawnGroup_SetEnabledForCivilians) == 0x000001, "Wrong size on PD3PawnSpawnGroup_SetEnabledForCivilians"); \ +static_assert(offsetof(PD3PawnSpawnGroup_SetEnabledForCivilians, bInIsEnabledForCivilians) == 0x000000, "Member 'PD3PawnSpawnGroup_SetEnabledForCivilians::bInIsEnabledForCivilians' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APD3PawnSpawnGroup \ +static_assert(alignof(APD3PawnSpawnGroup) == 0x000008, "Wrong alignment on APD3PawnSpawnGroup"); \ +static_assert(sizeof(APD3PawnSpawnGroup) == 0x000360, "Wrong size on APD3PawnSpawnGroup"); \ +static_assert(offsetof(APD3PawnSpawnGroup, OnPawnSpawnedBP) == 0x0002F0, "Member 'APD3PawnSpawnGroup::OnPawnSpawnedBP' has a wrong offset!"); \ +static_assert(offsetof(APD3PawnSpawnGroup, bIsEnabledForAssault) == 0x000330, "Member 'APD3PawnSpawnGroup::bIsEnabledForAssault' has a wrong offset!"); \ +static_assert(offsetof(APD3PawnSpawnGroup, bIsEnabledForCivilians) == 0x000331, "Member 'APD3PawnSpawnGroup::bIsEnabledForCivilians' has a wrong offset!"); \ +static_assert(offsetof(APD3PawnSpawnGroup, AllowedPawnTypeContainer) == 0x000338, "Member 'APD3PawnSpawnGroup::AllowedPawnTypeContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMissionGiverDataAsset \ +static_assert(alignof(USBZMissionGiverDataAsset) == 0x000008, "Wrong alignment on USBZMissionGiverDataAsset"); \ +static_assert(sizeof(USBZMissionGiverDataAsset) == 0x000068, "Wrong size on USBZMissionGiverDataAsset"); \ +static_assert(offsetof(USBZMissionGiverDataAsset, MissionGiverId) == 0x000038, "Member 'USBZMissionGiverDataAsset::MissionGiverId' has a wrong offset!"); \ +static_assert(offsetof(USBZMissionGiverDataAsset, MissionGiverDescription) == 0x000048, "Member 'USBZMissionGiverDataAsset::MissionGiverDescription' has a wrong offset!"); \ +static_assert(offsetof(USBZMissionGiverDataAsset, MissionGiverImage) == 0x000060, "Member 'USBZMissionGiverDataAsset::MissionGiverImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_TargetPrio \ +static_assert(alignof(USBZEnvQueryTest_TargetPrio) == 0x000008, "Wrong alignment on USBZEnvQueryTest_TargetPrio"); \ +static_assert(sizeof(USBZEnvQueryTest_TargetPrio) == 0x000238, "Wrong size on USBZEnvQueryTest_TargetPrio"); \ + +#define DUMPER7_ASSERTS_UPD3PawnVariation \ +static_assert(alignof(UPD3PawnVariation) == 0x000008, "Wrong alignment on UPD3PawnVariation"); \ +static_assert(sizeof(UPD3PawnVariation) == 0x000048, "Wrong size on UPD3PawnVariation"); \ +static_assert(offsetof(UPD3PawnVariation, PawnTypeArray) == 0x000038, "Member 'UPD3PawnVariation::PawnTypeArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZARGESTargetAbility \ +static_assert(alignof(USBZARGESTargetAbility) == 0x000008, "Wrong alignment on USBZARGESTargetAbility"); \ +static_assert(sizeof(USBZARGESTargetAbility) == 0x0004D8, "Wrong size on USBZARGESTargetAbility"); \ + +#define DUMPER7_ASSERTS_PD3PlaceableStatusWidget_OnAmmoInventoryChanged \ +static_assert(alignof(PD3PlaceableStatusWidget_OnAmmoInventoryChanged) == 0x000004, "Wrong alignment on PD3PlaceableStatusWidget_OnAmmoInventoryChanged"); \ +static_assert(sizeof(PD3PlaceableStatusWidget_OnAmmoInventoryChanged) == 0x000004, "Wrong size on PD3PlaceableStatusWidget_OnAmmoInventoryChanged"); \ +static_assert(offsetof(PD3PlaceableStatusWidget_OnAmmoInventoryChanged, InAmmoInventory) == 0x000000, "Member 'PD3PlaceableStatusWidget_OnAmmoInventoryChanged::InAmmoInventory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3PlaceableStatusWidget_OnIconChanged \ +static_assert(alignof(PD3PlaceableStatusWidget_OnIconChanged) == 0x000008, "Wrong alignment on PD3PlaceableStatusWidget_OnIconChanged"); \ +static_assert(sizeof(PD3PlaceableStatusWidget_OnIconChanged) == 0x000030, "Wrong size on PD3PlaceableStatusWidget_OnIconChanged"); \ +static_assert(offsetof(PD3PlaceableStatusWidget_OnIconChanged, InIcon) == 0x000000, "Member 'PD3PlaceableStatusWidget_OnIconChanged::InIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3PlaceableStatusWidget \ +static_assert(alignof(UPD3PlaceableStatusWidget) == 0x000008, "Wrong alignment on UPD3PlaceableStatusWidget"); \ +static_assert(sizeof(UPD3PlaceableStatusWidget) == 0x0002F0, "Wrong size on UPD3PlaceableStatusWidget"); \ +static_assert(offsetof(UPD3PlaceableStatusWidget, Widget_AbilityAction) == 0x0002A8, "Member 'UPD3PlaceableStatusWidget::Widget_AbilityAction' has a wrong offset!"); \ +static_assert(offsetof(UPD3PlaceableStatusWidget, bHasValidPlaceableIndex) == 0x0002B0, "Member 'UPD3PlaceableStatusWidget::bHasValidPlaceableIndex' has a wrong offset!"); \ +static_assert(offsetof(UPD3PlaceableStatusWidget, CurrentPlaceableIndex) == 0x0002B4, "Member 'UPD3PlaceableStatusWidget::CurrentPlaceableIndex' has a wrong offset!"); \ +static_assert(offsetof(UPD3PlaceableStatusWidget, AmmoInventory) == 0x0002B8, "Member 'UPD3PlaceableStatusWidget::AmmoInventory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3ReviveInteractionWidget_OnReviveInteractionEndedInternal \ +static_assert(alignof(PD3ReviveInteractionWidget_OnReviveInteractionEndedInternal) == 0x000008, "Wrong alignment on PD3ReviveInteractionWidget_OnReviveInteractionEndedInternal"); \ +static_assert(sizeof(PD3ReviveInteractionWidget_OnReviveInteractionEndedInternal) == 0x000018, "Wrong size on PD3ReviveInteractionWidget_OnReviveInteractionEndedInternal"); \ +static_assert(offsetof(PD3ReviveInteractionWidget_OnReviveInteractionEndedInternal, InInteractable) == 0x000000, "Member 'PD3ReviveInteractionWidget_OnReviveInteractionEndedInternal::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(PD3ReviveInteractionWidget_OnReviveInteractionEndedInternal, InInteractor) == 0x000008, "Member 'PD3ReviveInteractionWidget_OnReviveInteractionEndedInternal::InInteractor' has a wrong offset!"); \ +static_assert(offsetof(PD3ReviveInteractionWidget_OnReviveInteractionEndedInternal, bInIsLocallyControlled) == 0x000010, "Member 'PD3ReviveInteractionWidget_OnReviveInteractionEndedInternal::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3ReviveInteractionWidget \ +static_assert(alignof(UPD3ReviveInteractionWidget) == 0x000008, "Wrong alignment on UPD3ReviveInteractionWidget"); \ +static_assert(sizeof(UPD3ReviveInteractionWidget) == 0x0002B8, "Wrong size on UPD3ReviveInteractionWidget"); \ +static_assert(offsetof(UPD3ReviveInteractionWidget, Progress) == 0x0002A8, "Member 'UPD3ReviveInteractionWidget::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAnimatedInteractionAbility_OnMontageEnded \ +static_assert(alignof(SBZAnimatedInteractionAbility_OnMontageEnded) == 0x000008, "Wrong alignment on SBZAnimatedInteractionAbility_OnMontageEnded"); \ +static_assert(sizeof(SBZAnimatedInteractionAbility_OnMontageEnded) == 0x000010, "Wrong size on SBZAnimatedInteractionAbility_OnMontageEnded"); \ +static_assert(offsetof(SBZAnimatedInteractionAbility_OnMontageEnded, Montage) == 0x000000, "Member 'SBZAnimatedInteractionAbility_OnMontageEnded::Montage' has a wrong offset!"); \ +static_assert(offsetof(SBZAnimatedInteractionAbility_OnMontageEnded, bInterrupted) == 0x000008, "Member 'SBZAnimatedInteractionAbility_OnMontageEnded::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAnimatedInteractionAbility \ +static_assert(alignof(USBZAnimatedInteractionAbility) == 0x000008, "Wrong alignment on USBZAnimatedInteractionAbility"); \ +static_assert(sizeof(USBZAnimatedInteractionAbility) == 0x000500, "Wrong size on USBZAnimatedInteractionAbility"); \ +static_assert(offsetof(USBZAnimatedInteractionAbility, CurrentInteractionMontage) == 0x0004D8, "Member 'USBZAnimatedInteractionAbility::CurrentInteractionMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZAnimatedInteractionAbility, CurrentAnimatedInteractionInterface) == 0x0004E0, "Member 'USBZAnimatedInteractionAbility::CurrentAnimatedInteractionInterface' has a wrong offset!"); \ +static_assert(offsetof(USBZAnimatedInteractionAbility, CurrentAnimatedInteractionData) == 0x0004F0, "Member 'USBZAnimatedInteractionAbility::CurrentAnimatedInteractionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCuttableWidget_OnWidgetCut \ +static_assert(alignof(SBZCuttableWidget_OnWidgetCut) == 0x000004, "Wrong alignment on SBZCuttableWidget_OnWidgetCut"); \ +static_assert(sizeof(SBZCuttableWidget_OnWidgetCut) == 0x000004, "Wrong size on SBZCuttableWidget_OnWidgetCut"); \ +static_assert(offsetof(SBZCuttableWidget_OnWidgetCut, AtSegment) == 0x000000, "Member 'SBZCuttableWidget_OnWidgetCut::AtSegment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCuttableWidget_OnWidgetCutClockwise \ +static_assert(alignof(SBZCuttableWidget_OnWidgetCutClockwise) == 0x000004, "Wrong alignment on SBZCuttableWidget_OnWidgetCutClockwise"); \ +static_assert(sizeof(SBZCuttableWidget_OnWidgetCutClockwise) == 0x000004, "Wrong size on SBZCuttableWidget_OnWidgetCutClockwise"); \ +static_assert(offsetof(SBZCuttableWidget_OnWidgetCutClockwise, DeltaDegrees) == 0x000000, "Member 'SBZCuttableWidget_OnWidgetCutClockwise::DeltaDegrees' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCuttableWidget_OnWidgetCutCounterClockwise \ +static_assert(alignof(SBZCuttableWidget_OnWidgetCutCounterClockwise) == 0x000004, "Wrong alignment on SBZCuttableWidget_OnWidgetCutCounterClockwise"); \ +static_assert(sizeof(SBZCuttableWidget_OnWidgetCutCounterClockwise) == 0x000004, "Wrong size on SBZCuttableWidget_OnWidgetCutCounterClockwise"); \ +static_assert(offsetof(SBZCuttableWidget_OnWidgetCutCounterClockwise, DeltaDegrees) == 0x000000, "Member 'SBZCuttableWidget_OnWidgetCutCounterClockwise::DeltaDegrees' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCuttableWidget_OnWidgetInitialCut \ +static_assert(alignof(SBZCuttableWidget_OnWidgetInitialCut) == 0x000004, "Wrong alignment on SBZCuttableWidget_OnWidgetInitialCut"); \ +static_assert(sizeof(SBZCuttableWidget_OnWidgetInitialCut) == 0x000004, "Wrong size on SBZCuttableWidget_OnWidgetInitialCut"); \ +static_assert(offsetof(SBZCuttableWidget_OnWidgetInitialCut, AtSegment) == 0x000000, "Member 'SBZCuttableWidget_OnWidgetInitialCut::AtSegment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCuttableWidget \ +static_assert(alignof(USBZCuttableWidget) == 0x000008, "Wrong alignment on USBZCuttableWidget"); \ +static_assert(sizeof(USBZCuttableWidget) == 0x000290, "Wrong size on USBZCuttableWidget"); \ + +#define DUMPER7_ASSERTS_UPD3SecurityCompanyDataAsset \ +static_assert(alignof(UPD3SecurityCompanyDataAsset) == 0x000008, "Wrong alignment on UPD3SecurityCompanyDataAsset"); \ +static_assert(sizeof(UPD3SecurityCompanyDataAsset) == 0x000068, "Wrong size on UPD3SecurityCompanyDataAsset"); \ +static_assert(offsetof(UPD3SecurityCompanyDataAsset, SecurityCompanyName) == 0x000038, "Member 'UPD3SecurityCompanyDataAsset::SecurityCompanyName' has a wrong offset!"); \ +static_assert(offsetof(UPD3SecurityCompanyDataAsset, SecurityCompanyLogo) == 0x000050, "Member 'UPD3SecurityCompanyDataAsset::SecurityCompanyLogo' has a wrong offset!"); \ +static_assert(offsetof(UPD3SecurityCompanyDataAsset, SecurityCompanyDescription) == 0x000058, "Member 'UPD3SecurityCompanyDataAsset::SecurityCompanyDescription' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHandleEquipmentAbility \ +static_assert(alignof(USBZHandleEquipmentAbility) == 0x000008, "Wrong alignment on USBZHandleEquipmentAbility"); \ +static_assert(sizeof(USBZHandleEquipmentAbility) == 0x0004E8, "Wrong size on USBZHandleEquipmentAbility"); \ + +#define DUMPER7_ASSERTS_PD3SegmentedPercentWidget_OnTraumaRatioChanged \ +static_assert(alignof(PD3SegmentedPercentWidget_OnTraumaRatioChanged) == 0x000004, "Wrong alignment on PD3SegmentedPercentWidget_OnTraumaRatioChanged"); \ +static_assert(sizeof(PD3SegmentedPercentWidget_OnTraumaRatioChanged) == 0x000008, "Wrong size on PD3SegmentedPercentWidget_OnTraumaRatioChanged"); \ +static_assert(offsetof(PD3SegmentedPercentWidget_OnTraumaRatioChanged, StartOffset) == 0x000000, "Member 'PD3SegmentedPercentWidget_OnTraumaRatioChanged::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(PD3SegmentedPercentWidget_OnTraumaRatioChanged, EndOffset) == 0x000004, "Member 'PD3SegmentedPercentWidget_OnTraumaRatioChanged::EndOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3SegmentedPercentWidget \ +static_assert(alignof(UPD3SegmentedPercentWidget) == 0x000008, "Wrong alignment on UPD3SegmentedPercentWidget"); \ +static_assert(sizeof(UPD3SegmentedPercentWidget) == 0x000360, "Wrong size on UPD3SegmentedPercentWidget"); \ +static_assert(offsetof(UPD3SegmentedPercentWidget, TraumaGameplayAttribute) == 0x000318, "Member 'UPD3SegmentedPercentWidget::TraumaGameplayAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPlaceableBase \ +static_assert(alignof(ASBZPlaceableBase) == 0x000010, "Wrong alignment on ASBZPlaceableBase"); \ +static_assert(sizeof(ASBZPlaceableBase) == 0x000480, "Wrong size on ASBZPlaceableBase"); \ +static_assert(offsetof(ASBZPlaceableBase, AttractComment) == 0x000458, "Member 'ASBZPlaceableBase::AttractComment' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableBase, AttractCommentPriority) == 0x000460, "Member 'ASBZPlaceableBase::AttractCommentPriority' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableBase, Interactable) == 0x000468, "Member 'ASBZPlaceableBase::Interactable' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableBase, Outline) == 0x000470, "Member 'ASBZPlaceableBase::Outline' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableBase, AttractorComponent) == 0x000478, "Member 'ASBZPlaceableBase::AttractorComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlaceableCharges_Multicast_Fall \ +static_assert(alignof(SBZPlaceableCharges_Multicast_Fall) == 0x000010, "Wrong alignment on SBZPlaceableCharges_Multicast_Fall"); \ +static_assert(sizeof(SBZPlaceableCharges_Multicast_Fall) == 0x000030, "Wrong size on SBZPlaceableCharges_Multicast_Fall"); \ +static_assert(offsetof(SBZPlaceableCharges_Multicast_Fall, InStartLocation) == 0x000000, "Member 'SBZPlaceableCharges_Multicast_Fall::InStartLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZPlaceableCharges_Multicast_Fall, InTargetLocation) == 0x00000C, "Member 'SBZPlaceableCharges_Multicast_Fall::InTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZPlaceableCharges_Multicast_Fall, InTargetQuat) == 0x000020, "Member 'SBZPlaceableCharges_Multicast_Fall::InTargetQuat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlaceableCharges_Multicast_ReachedTargetLocation \ +static_assert(alignof(SBZPlaceableCharges_Multicast_ReachedTargetLocation) == 0x000004, "Wrong alignment on SBZPlaceableCharges_Multicast_ReachedTargetLocation"); \ +static_assert(sizeof(SBZPlaceableCharges_Multicast_ReachedTargetLocation) == 0x000018, "Wrong size on SBZPlaceableCharges_Multicast_ReachedTargetLocation"); \ +static_assert(offsetof(SBZPlaceableCharges_Multicast_ReachedTargetLocation, InTargetLocation) == 0x000000, "Member 'SBZPlaceableCharges_Multicast_ReachedTargetLocation::InTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZPlaceableCharges_Multicast_ReachedTargetLocation, InTargetRotation) == 0x00000C, "Member 'SBZPlaceableCharges_Multicast_ReachedTargetLocation::InTargetRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlaceableCharges_Multicast_SetCharges \ +static_assert(alignof(SBZPlaceableCharges_Multicast_SetCharges) == 0x000004, "Wrong alignment on SBZPlaceableCharges_Multicast_SetCharges"); \ +static_assert(sizeof(SBZPlaceableCharges_Multicast_SetCharges) == 0x000004, "Wrong size on SBZPlaceableCharges_Multicast_SetCharges"); \ +static_assert(offsetof(SBZPlaceableCharges_Multicast_SetCharges, NewCharges) == 0x000000, "Member 'SBZPlaceableCharges_Multicast_SetCharges::NewCharges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlaceableCharges_Multicast_SetPlaceableChargeState \ +static_assert(alignof(SBZPlaceableCharges_Multicast_SetPlaceableChargeState) == 0x000001, "Wrong alignment on SBZPlaceableCharges_Multicast_SetPlaceableChargeState"); \ +static_assert(sizeof(SBZPlaceableCharges_Multicast_SetPlaceableChargeState) == 0x000001, "Wrong size on SBZPlaceableCharges_Multicast_SetPlaceableChargeState"); \ +static_assert(offsetof(SBZPlaceableCharges_Multicast_SetPlaceableChargeState, NewPlaceableChargeState) == 0x000000, "Member 'SBZPlaceableCharges_Multicast_SetPlaceableChargeState::NewPlaceableChargeState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlaceableCharges_OnChargesChanged \ +static_assert(alignof(SBZPlaceableCharges_OnChargesChanged) == 0x000004, "Wrong alignment on SBZPlaceableCharges_OnChargesChanged"); \ +static_assert(sizeof(SBZPlaceableCharges_OnChargesChanged) == 0x000008, "Wrong size on SBZPlaceableCharges_OnChargesChanged"); \ +static_assert(offsetof(SBZPlaceableCharges_OnChargesChanged, ChargesChangeTo) == 0x000000, "Member 'SBZPlaceableCharges_OnChargesChanged::ChargesChangeTo' has a wrong offset!"); \ +static_assert(offsetof(SBZPlaceableCharges_OnChargesChanged, bDoCosmetics) == 0x000004, "Member 'SBZPlaceableCharges_OnChargesChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlaceableCharges_OnParentActorEndPlay \ +static_assert(alignof(SBZPlaceableCharges_OnParentActorEndPlay) == 0x000008, "Wrong alignment on SBZPlaceableCharges_OnParentActorEndPlay"); \ +static_assert(sizeof(SBZPlaceableCharges_OnParentActorEndPlay) == 0x000010, "Wrong size on SBZPlaceableCharges_OnParentActorEndPlay"); \ +static_assert(offsetof(SBZPlaceableCharges_OnParentActorEndPlay, OldAttachParentActor) == 0x000000, "Member 'SBZPlaceableCharges_OnParentActorEndPlay::OldAttachParentActor' has a wrong offset!"); \ +static_assert(offsetof(SBZPlaceableCharges_OnParentActorEndPlay, EndPlayReason) == 0x000008, "Member 'SBZPlaceableCharges_OnParentActorEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlaceableCharges_OnRep_Charges \ +static_assert(alignof(SBZPlaceableCharges_OnRep_Charges) == 0x000004, "Wrong alignment on SBZPlaceableCharges_OnRep_Charges"); \ +static_assert(sizeof(SBZPlaceableCharges_OnRep_Charges) == 0x000004, "Wrong size on SBZPlaceableCharges_OnRep_Charges"); \ +static_assert(offsetof(SBZPlaceableCharges_OnRep_Charges, OldCharges) == 0x000000, "Member 'SBZPlaceableCharges_OnRep_Charges::OldCharges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlaceableCharges_OnRep_PlaceableChargeState \ +static_assert(alignof(SBZPlaceableCharges_OnRep_PlaceableChargeState) == 0x000001, "Wrong alignment on SBZPlaceableCharges_OnRep_PlaceableChargeState"); \ +static_assert(sizeof(SBZPlaceableCharges_OnRep_PlaceableChargeState) == 0x000001, "Wrong size on SBZPlaceableCharges_OnRep_PlaceableChargeState"); \ +static_assert(offsetof(SBZPlaceableCharges_OnRep_PlaceableChargeState, OldPlaceableChargeState) == 0x000000, "Member 'SBZPlaceableCharges_OnRep_PlaceableChargeState::OldPlaceableChargeState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlaceableCharges_OnServerCompleteInteraction \ +static_assert(alignof(SBZPlaceableCharges_OnServerCompleteInteraction) == 0x000008, "Wrong alignment on SBZPlaceableCharges_OnServerCompleteInteraction"); \ +static_assert(sizeof(SBZPlaceableCharges_OnServerCompleteInteraction) == 0x000018, "Wrong size on SBZPlaceableCharges_OnServerCompleteInteraction"); \ +static_assert(offsetof(SBZPlaceableCharges_OnServerCompleteInteraction, InInteractable) == 0x000000, "Member 'SBZPlaceableCharges_OnServerCompleteInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZPlaceableCharges_OnServerCompleteInteraction, Interactor) == 0x000008, "Member 'SBZPlaceableCharges_OnServerCompleteInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZPlaceableCharges_OnServerCompleteInteraction, bIsLocallyControlledInteractor) == 0x000010, "Member 'SBZPlaceableCharges_OnServerCompleteInteraction::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlaceableCharges_Server_SetPlaceableChargeState \ +static_assert(alignof(SBZPlaceableCharges_Server_SetPlaceableChargeState) == 0x000001, "Wrong alignment on SBZPlaceableCharges_Server_SetPlaceableChargeState"); \ +static_assert(sizeof(SBZPlaceableCharges_Server_SetPlaceableChargeState) == 0x000001, "Wrong size on SBZPlaceableCharges_Server_SetPlaceableChargeState"); \ +static_assert(offsetof(SBZPlaceableCharges_Server_SetPlaceableChargeState, NewPlaceableChargeState) == 0x000000, "Member 'SBZPlaceableCharges_Server_SetPlaceableChargeState::NewPlaceableChargeState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPlaceableCharges \ +static_assert(alignof(ASBZPlaceableCharges) == 0x000010, "Wrong alignment on ASBZPlaceableCharges"); \ +static_assert(sizeof(ASBZPlaceableCharges) == 0x000540, "Wrong size on ASBZPlaceableCharges"); \ +static_assert(offsetof(ASBZPlaceableCharges, OnPlaceableReachedTargetDelegate) == 0x000488, "Member 'ASBZPlaceableCharges::OnPlaceableReachedTargetDelegate' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableCharges, InitialCharges) == 0x000498, "Member 'ASBZPlaceableCharges::InitialCharges' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableCharges, Charges) == 0x00049C, "Member 'ASBZPlaceableCharges::Charges' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableCharges, bRequiresRelativeLocation) == 0x0004A0, "Member 'ASBZPlaceableCharges::bRequiresRelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableCharges, ProjectileMovementComponent) == 0x0004A8, "Member 'ASBZPlaceableCharges::ProjectileMovementComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableCharges, BoxComponent) == 0x0004B0, "Member 'ASBZPlaceableCharges::BoxComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableCharges, OutOfBoundsBoxComponent) == 0x0004B8, "Member 'ASBZPlaceableCharges::OutOfBoundsBoxComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableCharges, CloakerBMMessage) == 0x0004C0, "Member 'ASBZPlaceableCharges::CloakerBMMessage' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableCharges, TargetLocation) == 0x0004CC, "Member 'ASBZPlaceableCharges::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableCharges, PlaceableChargeState) == 0x0004F0, "Member 'ASBZPlaceableCharges::PlaceableChargeState' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableCharges, PlacedVoiceComment) == 0x0004F8, "Member 'ASBZPlaceableCharges::PlacedVoiceComment' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableCharges, CrewAIChatMessage) == 0x000500, "Member 'ASBZPlaceableCharges::CrewAIChatMessage' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableCharges, bIsAIPlaced) == 0x000518, "Member 'ASBZPlaceableCharges::bIsAIPlaced' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableCharges, ServerPlayerState) == 0x000520, "Member 'ASBZPlaceableCharges::ServerPlayerState' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableCharges, MeshRelativeLocation) == 0x00052C, "Member 'ASBZPlaceableCharges::MeshRelativeLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGameplayAbility_CharacterTarget \ +static_assert(alignof(USBZGameplayAbility_CharacterTarget) == 0x000008, "Wrong alignment on USBZGameplayAbility_CharacterTarget"); \ +static_assert(sizeof(USBZGameplayAbility_CharacterTarget) == 0x0004D8, "Wrong size on USBZGameplayAbility_CharacterTarget"); \ + +#define DUMPER7_ASSERTS_UPD3SpawnSquadPawn \ +static_assert(alignof(UPD3SpawnSquadPawn) == 0x000008, "Wrong alignment on UPD3SpawnSquadPawn"); \ +static_assert(sizeof(UPD3SpawnSquadPawn) == 0x000058, "Wrong size on UPD3SpawnSquadPawn"); \ +static_assert(offsetof(UPD3SpawnSquadPawn, PawnVariation) == 0x000038, "Member 'UPD3SpawnSquadPawn::PawnVariation' has a wrong offset!"); \ +static_assert(offsetof(UPD3SpawnSquadPawn, AllowedHeistStates) == 0x000040, "Member 'UPD3SpawnSquadPawn::AllowedHeistStates' has a wrong offset!"); \ +static_assert(offsetof(UPD3SpawnSquadPawn, bIsRespectingMaxAILimit) == 0x000044, "Member 'UPD3SpawnSquadPawn::bIsRespectingMaxAILimit' has a wrong offset!"); \ +static_assert(offsetof(UPD3SpawnSquadPawn, CachedPawnType) == 0x000048, "Member 'UPD3SpawnSquadPawn::CachedPawnType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3ThrowableStatusWidget_OnAmmoInventoryChanged \ +static_assert(alignof(PD3ThrowableStatusWidget_OnAmmoInventoryChanged) == 0x000004, "Wrong alignment on PD3ThrowableStatusWidget_OnAmmoInventoryChanged"); \ +static_assert(sizeof(PD3ThrowableStatusWidget_OnAmmoInventoryChanged) == 0x000004, "Wrong size on PD3ThrowableStatusWidget_OnAmmoInventoryChanged"); \ +static_assert(offsetof(PD3ThrowableStatusWidget_OnAmmoInventoryChanged, InAmmoInventory) == 0x000000, "Member 'PD3ThrowableStatusWidget_OnAmmoInventoryChanged::InAmmoInventory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3ThrowableStatusWidget_OnIconChanged \ +static_assert(alignof(PD3ThrowableStatusWidget_OnIconChanged) == 0x000008, "Wrong alignment on PD3ThrowableStatusWidget_OnIconChanged"); \ +static_assert(sizeof(PD3ThrowableStatusWidget_OnIconChanged) == 0x000030, "Wrong size on PD3ThrowableStatusWidget_OnIconChanged"); \ +static_assert(offsetof(PD3ThrowableStatusWidget_OnIconChanged, InIcon) == 0x000000, "Member 'PD3ThrowableStatusWidget_OnIconChanged::InIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3ThrowableStatusWidget \ +static_assert(alignof(UPD3ThrowableStatusWidget) == 0x000008, "Wrong alignment on UPD3ThrowableStatusWidget"); \ +static_assert(sizeof(UPD3ThrowableStatusWidget) == 0x0002F0, "Wrong size on UPD3ThrowableStatusWidget"); \ +static_assert(offsetof(UPD3ThrowableStatusWidget, Widget_AbilityAction) == 0x0002A8, "Member 'UPD3ThrowableStatusWidget::Widget_AbilityAction' has a wrong offset!"); \ +static_assert(offsetof(UPD3ThrowableStatusWidget, bHasValidThrowableIndex) == 0x0002B0, "Member 'UPD3ThrowableStatusWidget::bHasValidThrowableIndex' has a wrong offset!"); \ +static_assert(offsetof(UPD3ThrowableStatusWidget, CurrentThrowableIndex) == 0x0002B4, "Member 'UPD3ThrowableStatusWidget::CurrentThrowableIndex' has a wrong offset!"); \ +static_assert(offsetof(UPD3ThrowableStatusWidget, AmmoInventory) == 0x0002B8, "Member 'UPD3ThrowableStatusWidget::AmmoInventory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMetaFunctionLibrary_GetActiveMetaEvent \ +static_assert(alignof(SBZMetaFunctionLibrary_GetActiveMetaEvent) == 0x000008, "Wrong alignment on SBZMetaFunctionLibrary_GetActiveMetaEvent"); \ +static_assert(sizeof(SBZMetaFunctionLibrary_GetActiveMetaEvent) == 0x000020, "Wrong size on SBZMetaFunctionLibrary_GetActiveMetaEvent"); \ +static_assert(offsetof(SBZMetaFunctionLibrary_GetActiveMetaEvent, WorldContextObject) == 0x000000, "Member 'SBZMetaFunctionLibrary_GetActiveMetaEvent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZMetaFunctionLibrary_GetActiveMetaEvent, OutMetaEventArray) == 0x000008, "Member 'SBZMetaFunctionLibrary_GetActiveMetaEvent::OutMetaEventArray' has a wrong offset!"); \ +static_assert(offsetof(SBZMetaFunctionLibrary_GetActiveMetaEvent, ReturnValue) == 0x000018, "Member 'SBZMetaFunctionLibrary_GetActiveMetaEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMetaFunctionLibrary \ +static_assert(alignof(USBZMetaFunctionLibrary) == 0x000008, "Wrong alignment on USBZMetaFunctionLibrary"); \ +static_assert(sizeof(USBZMetaFunctionLibrary) == 0x000030, "Wrong size on USBZMetaFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_ISBZDamageInstigatorInterface \ +static_assert(alignof(ISBZDamageInstigatorInterface) == 0x000001, "Wrong alignment on ISBZDamageInstigatorInterface"); \ +static_assert(sizeof(ISBZDamageInstigatorInterface) == 0x000001, "Wrong size on ISBZDamageInstigatorInterface"); \ + +#define DUMPER7_ASSERTS_PD3TickerWidget_OnHeistStateChanged \ +static_assert(alignof(PD3TickerWidget_OnHeistStateChanged) == 0x000001, "Wrong alignment on PD3TickerWidget_OnHeistStateChanged"); \ +static_assert(sizeof(PD3TickerWidget_OnHeistStateChanged) == 0x000002, "Wrong size on PD3TickerWidget_OnHeistStateChanged"); \ +static_assert(offsetof(PD3TickerWidget_OnHeistStateChanged, OldState) == 0x000000, "Member 'PD3TickerWidget_OnHeistStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(PD3TickerWidget_OnHeistStateChanged, NewState) == 0x000001, "Member 'PD3TickerWidget_OnHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3TickerWidget_OnTickerModeChanged \ +static_assert(alignof(PD3TickerWidget_OnTickerModeChanged) == 0x000008, "Wrong alignment on PD3TickerWidget_OnTickerModeChanged"); \ +static_assert(sizeof(PD3TickerWidget_OnTickerModeChanged) == 0x000038, "Wrong size on PD3TickerWidget_OnTickerModeChanged"); \ +static_assert(offsetof(PD3TickerWidget_OnTickerModeChanged, Text) == 0x000000, "Member 'PD3TickerWidget_OnTickerModeChanged::Text' has a wrong offset!"); \ +static_assert(offsetof(PD3TickerWidget_OnTickerModeChanged, TextColor) == 0x000018, "Member 'PD3TickerWidget_OnTickerModeChanged::TextColor' has a wrong offset!"); \ +static_assert(offsetof(PD3TickerWidget_OnTickerModeChanged, BackgroundColor) == 0x000028, "Member 'PD3TickerWidget_OnTickerModeChanged::BackgroundColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3TickerWidget \ +static_assert(alignof(UPD3TickerWidget) == 0x000010, "Wrong alignment on UPD3TickerWidget"); \ +static_assert(sizeof(UPD3TickerWidget) == 0x0006A0, "Wrong size on UPD3TickerWidget"); \ +static_assert(offsetof(UPD3TickerWidget, ShowAnimation) == 0x000298, "Member 'UPD3TickerWidget::ShowAnimation' has a wrong offset!"); \ +static_assert(offsetof(UPD3TickerWidget, HideAnimation) == 0x0002A0, "Member 'UPD3TickerWidget::HideAnimation' has a wrong offset!"); \ +static_assert(offsetof(UPD3TickerWidget, TickerSettings) == 0x0002A8, "Member 'UPD3TickerWidget::TickerSettings' has a wrong offset!"); \ +static_assert(offsetof(UPD3TickerWidget, Prefix) == 0x000438, "Member 'UPD3TickerWidget::Prefix' has a wrong offset!"); \ +static_assert(offsetof(UPD3TickerWidget, Postfix) == 0x000448, "Member 'UPD3TickerWidget::Postfix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEquipSpecificAbility \ +static_assert(alignof(USBZEquipSpecificAbility) == 0x000008, "Wrong alignment on USBZEquipSpecificAbility"); \ +static_assert(sizeof(USBZEquipSpecificAbility) == 0x0004F0, "Wrong size on USBZEquipSpecificAbility"); \ +static_assert(offsetof(USBZEquipSpecificAbility, TargetEquippableIndex) == 0x0004E8, "Member 'USBZEquipSpecificAbility::TargetEquippableIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEquipPlaceableAbility \ +static_assert(alignof(USBZEquipPlaceableAbility) == 0x000008, "Wrong alignment on USBZEquipPlaceableAbility"); \ +static_assert(sizeof(USBZEquipPlaceableAbility) == 0x0004F0, "Wrong size on USBZEquipPlaceableAbility"); \ + +#define DUMPER7_ASSERTS_USBZEquipConsumableAbility \ +static_assert(alignof(USBZEquipConsumableAbility) == 0x000008, "Wrong alignment on USBZEquipConsumableAbility"); \ +static_assert(sizeof(USBZEquipConsumableAbility) == 0x0004F0, "Wrong size on USBZEquipConsumableAbility"); \ + +#define DUMPER7_ASSERTS_PD3ToolStatusWidget_OnAmmoInventoryChanged \ +static_assert(alignof(PD3ToolStatusWidget_OnAmmoInventoryChanged) == 0x000004, "Wrong alignment on PD3ToolStatusWidget_OnAmmoInventoryChanged"); \ +static_assert(sizeof(PD3ToolStatusWidget_OnAmmoInventoryChanged) == 0x000004, "Wrong size on PD3ToolStatusWidget_OnAmmoInventoryChanged"); \ +static_assert(offsetof(PD3ToolStatusWidget_OnAmmoInventoryChanged, InAmmoInventory) == 0x000000, "Member 'PD3ToolStatusWidget_OnAmmoInventoryChanged::InAmmoInventory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3ToolStatusWidget_OnIconChanged \ +static_assert(alignof(PD3ToolStatusWidget_OnIconChanged) == 0x000008, "Wrong alignment on PD3ToolStatusWidget_OnIconChanged"); \ +static_assert(sizeof(PD3ToolStatusWidget_OnIconChanged) == 0x000030, "Wrong size on PD3ToolStatusWidget_OnIconChanged"); \ +static_assert(offsetof(PD3ToolStatusWidget_OnIconChanged, InIcon) == 0x000000, "Member 'PD3ToolStatusWidget_OnIconChanged::InIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3ToolStatusWidget \ +static_assert(alignof(UPD3ToolStatusWidget) == 0x000008, "Wrong alignment on UPD3ToolStatusWidget"); \ +static_assert(sizeof(UPD3ToolStatusWidget) == 0x0002D8, "Wrong size on UPD3ToolStatusWidget"); \ +static_assert(offsetof(UPD3ToolStatusWidget, Widget_AbilityAction) == 0x000298, "Member 'UPD3ToolStatusWidget::Widget_AbilityAction' has a wrong offset!"); \ +static_assert(offsetof(UPD3ToolStatusWidget, bHasValidPlaceableIndex) == 0x0002A0, "Member 'UPD3ToolStatusWidget::bHasValidPlaceableIndex' has a wrong offset!"); \ +static_assert(offsetof(UPD3ToolStatusWidget, AmmoInventory) == 0x0002A4, "Member 'UPD3ToolStatusWidget::AmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(UPD3ToolStatusWidget, Icon) == 0x0002A8, "Member 'UPD3ToolStatusWidget::Icon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3WeaponStatusWidget_OnAmmoAdded \ +static_assert(alignof(PD3WeaponStatusWidget_OnAmmoAdded) == 0x000004, "Wrong alignment on PD3WeaponStatusWidget_OnAmmoAdded"); \ +static_assert(sizeof(PD3WeaponStatusWidget_OnAmmoAdded) == 0x000008, "Wrong size on PD3WeaponStatusWidget_OnAmmoAdded"); \ +static_assert(offsetof(PD3WeaponStatusWidget_OnAmmoAdded, AmmoAddedCount) == 0x000000, "Member 'PD3WeaponStatusWidget_OnAmmoAdded::AmmoAddedCount' has a wrong offset!"); \ +static_assert(offsetof(PD3WeaponStatusWidget_OnAmmoAdded, bIsFireRangedWeaponScope) == 0x000004, "Member 'PD3WeaponStatusWidget_OnAmmoAdded::bIsFireRangedWeaponScope' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3WeaponStatusWidget_OnAmmoInventoryChanged \ +static_assert(alignof(PD3WeaponStatusWidget_OnAmmoInventoryChanged) == 0x000004, "Wrong alignment on PD3WeaponStatusWidget_OnAmmoInventoryChanged"); \ +static_assert(sizeof(PD3WeaponStatusWidget_OnAmmoInventoryChanged) == 0x000004, "Wrong size on PD3WeaponStatusWidget_OnAmmoInventoryChanged"); \ +static_assert(offsetof(PD3WeaponStatusWidget_OnAmmoInventoryChanged, AmmoInventoryChanged) == 0x000000, "Member 'PD3WeaponStatusWidget_OnAmmoInventoryChanged::AmmoInventoryChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3WeaponStatusWidget_OnAmmoInventoryStateChanged \ +static_assert(alignof(PD3WeaponStatusWidget_OnAmmoInventoryStateChanged) == 0x000001, "Wrong alignment on PD3WeaponStatusWidget_OnAmmoInventoryStateChanged"); \ +static_assert(sizeof(PD3WeaponStatusWidget_OnAmmoInventoryStateChanged) == 0x000001, "Wrong size on PD3WeaponStatusWidget_OnAmmoInventoryStateChanged"); \ +static_assert(offsetof(PD3WeaponStatusWidget_OnAmmoInventoryStateChanged, NewState) == 0x000000, "Member 'PD3WeaponStatusWidget_OnAmmoInventoryStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3WeaponStatusWidget_OnAmmoLoadedChanged \ +static_assert(alignof(PD3WeaponStatusWidget_OnAmmoLoadedChanged) == 0x000004, "Wrong alignment on PD3WeaponStatusWidget_OnAmmoLoadedChanged"); \ +static_assert(sizeof(PD3WeaponStatusWidget_OnAmmoLoadedChanged) == 0x000004, "Wrong size on PD3WeaponStatusWidget_OnAmmoLoadedChanged"); \ +static_assert(offsetof(PD3WeaponStatusWidget_OnAmmoLoadedChanged, AmmoLoadedChanged) == 0x000000, "Member 'PD3WeaponStatusWidget_OnAmmoLoadedChanged::AmmoLoadedChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3WeaponStatusWidget_OnAmmoLoadedStateChanged \ +static_assert(alignof(PD3WeaponStatusWidget_OnAmmoLoadedStateChanged) == 0x000001, "Wrong alignment on PD3WeaponStatusWidget_OnAmmoLoadedStateChanged"); \ +static_assert(sizeof(PD3WeaponStatusWidget_OnAmmoLoadedStateChanged) == 0x000001, "Wrong size on PD3WeaponStatusWidget_OnAmmoLoadedStateChanged"); \ +static_assert(offsetof(PD3WeaponStatusWidget_OnAmmoLoadedStateChanged, NewState) == 0x000000, "Member 'PD3WeaponStatusWidget_OnAmmoLoadedStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3WeaponStatusWidget_OnAmmoTotalChanged \ +static_assert(alignof(PD3WeaponStatusWidget_OnAmmoTotalChanged) == 0x000004, "Wrong alignment on PD3WeaponStatusWidget_OnAmmoTotalChanged"); \ +static_assert(sizeof(PD3WeaponStatusWidget_OnAmmoTotalChanged) == 0x000004, "Wrong size on PD3WeaponStatusWidget_OnAmmoTotalChanged"); \ +static_assert(offsetof(PD3WeaponStatusWidget_OnAmmoTotalChanged, AmmoTotalChanged) == 0x000000, "Member 'PD3WeaponStatusWidget_OnAmmoTotalChanged::AmmoTotalChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3WeaponStatusWidget_OnAmmoTotalStateChanged \ +static_assert(alignof(PD3WeaponStatusWidget_OnAmmoTotalStateChanged) == 0x000001, "Wrong alignment on PD3WeaponStatusWidget_OnAmmoTotalStateChanged"); \ +static_assert(sizeof(PD3WeaponStatusWidget_OnAmmoTotalStateChanged) == 0x000001, "Wrong size on PD3WeaponStatusWidget_OnAmmoTotalStateChanged"); \ +static_assert(offsetof(PD3WeaponStatusWidget_OnAmmoTotalStateChanged, NewState) == 0x000000, "Member 'PD3WeaponStatusWidget_OnAmmoTotalStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3WeaponStatusWidget_OnAmmoValuesInitialized \ +static_assert(alignof(PD3WeaponStatusWidget_OnAmmoValuesInitialized) == 0x000004, "Wrong alignment on PD3WeaponStatusWidget_OnAmmoValuesInitialized"); \ +static_assert(sizeof(PD3WeaponStatusWidget_OnAmmoValuesInitialized) == 0x00000C, "Wrong size on PD3WeaponStatusWidget_OnAmmoValuesInitialized"); \ +static_assert(offsetof(PD3WeaponStatusWidget_OnAmmoValuesInitialized, AmmoLoadedInit) == 0x000000, "Member 'PD3WeaponStatusWidget_OnAmmoValuesInitialized::AmmoLoadedInit' has a wrong offset!"); \ +static_assert(offsetof(PD3WeaponStatusWidget_OnAmmoValuesInitialized, AmmoInventoryInit) == 0x000004, "Member 'PD3WeaponStatusWidget_OnAmmoValuesInitialized::AmmoInventoryInit' has a wrong offset!"); \ +static_assert(offsetof(PD3WeaponStatusWidget_OnAmmoValuesInitialized, AmmoTotalInit) == 0x000008, "Member 'PD3WeaponStatusWidget_OnAmmoValuesInitialized::AmmoTotalInit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3WeaponStatusWidget_OnEquippedChanged \ +static_assert(alignof(PD3WeaponStatusWidget_OnEquippedChanged) == 0x000001, "Wrong alignment on PD3WeaponStatusWidget_OnEquippedChanged"); \ +static_assert(sizeof(PD3WeaponStatusWidget_OnEquippedChanged) == 0x000001, "Wrong size on PD3WeaponStatusWidget_OnEquippedChanged"); \ +static_assert(offsetof(PD3WeaponStatusWidget_OnEquippedChanged, bIsEquippedNewValue) == 0x000000, "Member 'PD3WeaponStatusWidget_OnEquippedChanged::bIsEquippedNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3WeaponStatusWidget_OnReloadStateChanged \ +static_assert(alignof(PD3WeaponStatusWidget_OnReloadStateChanged) == 0x000001, "Wrong alignment on PD3WeaponStatusWidget_OnReloadStateChanged"); \ +static_assert(sizeof(PD3WeaponStatusWidget_OnReloadStateChanged) == 0x000008, "Wrong size on PD3WeaponStatusWidget_OnReloadStateChanged"); \ +static_assert(offsetof(PD3WeaponStatusWidget_OnReloadStateChanged, OldCombinedState) == 0x000000, "Member 'PD3WeaponStatusWidget_OnReloadStateChanged::OldCombinedState' has a wrong offset!"); \ +static_assert(offsetof(PD3WeaponStatusWidget_OnReloadStateChanged, NewCombinedState) == 0x000003, "Member 'PD3WeaponStatusWidget_OnReloadStateChanged::NewCombinedState' has a wrong offset!"); \ +static_assert(offsetof(PD3WeaponStatusWidget_OnReloadStateChanged, bWasPlaying) == 0x000006, "Member 'PD3WeaponStatusWidget_OnReloadStateChanged::bWasPlaying' has a wrong offset!"); \ +static_assert(offsetof(PD3WeaponStatusWidget_OnReloadStateChanged, bIsPlaying) == 0x000007, "Member 'PD3WeaponStatusWidget_OnReloadStateChanged::bIsPlaying' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3WeaponStatusWidget \ +static_assert(alignof(UPD3WeaponStatusWidget) == 0x000008, "Wrong alignment on UPD3WeaponStatusWidget"); \ +static_assert(sizeof(UPD3WeaponStatusWidget) == 0x0002C0, "Wrong size on UPD3WeaponStatusWidget"); \ +static_assert(offsetof(UPD3WeaponStatusWidget, WeaponIndex) == 0x0002A8, "Member 'UPD3WeaponStatusWidget::WeaponIndex' has a wrong offset!"); \ +static_assert(offsetof(UPD3WeaponStatusWidget, bIsInfiniteAmmo) == 0x0002AC, "Member 'UPD3WeaponStatusWidget::bIsInfiniteAmmo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModularPartSlotBase_GetApplierInstance \ +static_assert(alignof(SBZModularPartSlotBase_GetApplierInstance) == 0x000008, "Wrong alignment on SBZModularPartSlotBase_GetApplierInstance"); \ +static_assert(sizeof(SBZModularPartSlotBase_GetApplierInstance) == 0x000008, "Wrong size on SBZModularPartSlotBase_GetApplierInstance"); \ +static_assert(offsetof(SBZModularPartSlotBase_GetApplierInstance, ReturnValue) == 0x000000, "Member 'SBZModularPartSlotBase_GetApplierInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModularPartSlotBase_GetDisplayName \ +static_assert(alignof(SBZModularPartSlotBase_GetDisplayName) == 0x000008, "Wrong alignment on SBZModularPartSlotBase_GetDisplayName"); \ +static_assert(sizeof(SBZModularPartSlotBase_GetDisplayName) == 0x000020, "Wrong size on SBZModularPartSlotBase_GetDisplayName"); \ +static_assert(offsetof(SBZModularPartSlotBase_GetDisplayName, OutDisplayName) == 0x000000, "Member 'SBZModularPartSlotBase_GetDisplayName::OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(SBZModularPartSlotBase_GetDisplayName, OutHasText) == 0x000018, "Member 'SBZModularPartSlotBase_GetDisplayName::OutHasText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZModularPartSlotBase \ +static_assert(alignof(USBZModularPartSlotBase) == 0x000008, "Wrong alignment on USBZModularPartSlotBase"); \ +static_assert(sizeof(USBZModularPartSlotBase) == 0x000078, "Wrong size on USBZModularPartSlotBase"); \ +static_assert(offsetof(USBZModularPartSlotBase, ModularPartClass) == 0x000038, "Member 'USBZModularPartSlotBase::ModularPartClass' has a wrong offset!"); \ +static_assert(offsetof(USBZModularPartSlotBase, ApplierClass) == 0x000040, "Member 'USBZModularPartSlotBase::ApplierClass' has a wrong offset!"); \ +static_assert(offsetof(USBZModularPartSlotBase, ApplierPriority) == 0x000048, "Member 'USBZModularPartSlotBase::ApplierPriority' has a wrong offset!"); \ +static_assert(offsetof(USBZModularPartSlotBase, SlotWhenEquippedTag) == 0x00004C, "Member 'USBZModularPartSlotBase::SlotWhenEquippedTag' has a wrong offset!"); \ +static_assert(offsetof(USBZModularPartSlotBase, DisplayName) == 0x000058, "Member 'USBZModularPartSlotBase::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(USBZModularPartSlotBase, ApplierInstance) == 0x000070, "Member 'USBZModularPartSlotBase::ApplierInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMeshPartSlot \ +static_assert(alignof(USBZMeshPartSlot) == 0x000008, "Wrong alignment on USBZMeshPartSlot"); \ +static_assert(sizeof(USBZMeshPartSlot) == 0x000088, "Wrong size on USBZMeshPartSlot"); \ +static_assert(offsetof(USBZMeshPartSlot, SpawnPriority) == 0x000080, "Member 'USBZMeshPartSlot::SpawnPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMenuStackWidget_OnGainedStackFocused \ +static_assert(alignof(SBZMenuStackWidget_OnGainedStackFocused) == 0x000004, "Wrong alignment on SBZMenuStackWidget_OnGainedStackFocused"); \ +static_assert(sizeof(SBZMenuStackWidget_OnGainedStackFocused) == 0x00000C, "Wrong size on SBZMenuStackWidget_OnGainedStackFocused"); \ +static_assert(offsetof(SBZMenuStackWidget_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'SBZMenuStackWidget_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMenuStackWidget_OnStackStateChanged \ +static_assert(alignof(SBZMenuStackWidget_OnStackStateChanged) == 0x000004, "Wrong alignment on SBZMenuStackWidget_OnStackStateChanged"); \ +static_assert(sizeof(SBZMenuStackWidget_OnStackStateChanged) == 0x00001C, "Wrong size on SBZMenuStackWidget_OnStackStateChanged"); \ +static_assert(offsetof(SBZMenuStackWidget_OnStackStateChanged, UIStackStateChangedEvent) == 0x000000, "Member 'SBZMenuStackWidget_OnStackStateChanged::UIStackStateChangedEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMenuStackWidget_GetStackValue \ +static_assert(alignof(SBZMenuStackWidget_GetStackValue) == 0x000004, "Wrong alignment on SBZMenuStackWidget_GetStackValue"); \ +static_assert(sizeof(SBZMenuStackWidget_GetStackValue) == 0x00000C, "Wrong size on SBZMenuStackWidget_GetStackValue"); \ +static_assert(offsetof(SBZMenuStackWidget_GetStackValue, ReturnValue) == 0x000000, "Member 'SBZMenuStackWidget_GetStackValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMenuStackWidget \ +static_assert(alignof(USBZMenuStackWidget) == 0x000008, "Wrong alignment on USBZMenuStackWidget"); \ +static_assert(sizeof(USBZMenuStackWidget) == 0x0002A0, "Wrong size on USBZMenuStackWidget"); \ +static_assert(offsetof(USBZMenuStackWidget, StackValue) == 0x000290, "Member 'USBZMenuStackWidget::StackValue' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuStackWidget, bHasStackFocus) == 0x00029C, "Member 'USBZMenuStackWidget::bHasStackFocus' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuStackWidget, bIsOnStack) == 0x00029D, "Member 'USBZMenuStackWidget::bIsOnStack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponVendorWidget_NativeOnBuyWeaponDone \ +static_assert(alignof(SBZMainMenuWeaponVendorWidget_NativeOnBuyWeaponDone) == 0x000008, "Wrong alignment on SBZMainMenuWeaponVendorWidget_NativeOnBuyWeaponDone"); \ +static_assert(sizeof(SBZMainMenuWeaponVendorWidget_NativeOnBuyWeaponDone) == 0x000018, "Wrong size on SBZMainMenuWeaponVendorWidget_NativeOnBuyWeaponDone"); \ +static_assert(offsetof(SBZMainMenuWeaponVendorWidget_NativeOnBuyWeaponDone, BuyWeaponResult) == 0x000000, "Member 'SBZMainMenuWeaponVendorWidget_NativeOnBuyWeaponDone::BuyWeaponResult' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponVendorWidget_NativeOnBuyWeaponDone, ItemId) == 0x000008, "Member 'SBZMainMenuWeaponVendorWidget_NativeOnBuyWeaponDone::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponVendorWidget_NativeOnBuyWeaponPresetDone \ +static_assert(alignof(SBZMainMenuWeaponVendorWidget_NativeOnBuyWeaponPresetDone) == 0x000004, "Wrong alignment on SBZMainMenuWeaponVendorWidget_NativeOnBuyWeaponPresetDone"); \ +static_assert(sizeof(SBZMainMenuWeaponVendorWidget_NativeOnBuyWeaponPresetDone) == 0x000014, "Wrong size on SBZMainMenuWeaponVendorWidget_NativeOnBuyWeaponPresetDone"); \ +static_assert(offsetof(SBZMainMenuWeaponVendorWidget_NativeOnBuyWeaponPresetDone, BuyWeaponResult) == 0x000000, "Member 'SBZMainMenuWeaponVendorWidget_NativeOnBuyWeaponPresetDone::BuyWeaponResult' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponVendorWidget_NativeOnBuyWeaponPresetDone, ItemId) == 0x000004, "Member 'SBZMainMenuWeaponVendorWidget_NativeOnBuyWeaponPresetDone::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponVendorWidget_OnBuyWeaponDone \ +static_assert(alignof(SBZMainMenuWeaponVendorWidget_OnBuyWeaponDone) == 0x000001, "Wrong alignment on SBZMainMenuWeaponVendorWidget_OnBuyWeaponDone"); \ +static_assert(sizeof(SBZMainMenuWeaponVendorWidget_OnBuyWeaponDone) == 0x000001, "Wrong size on SBZMainMenuWeaponVendorWidget_OnBuyWeaponDone"); \ +static_assert(offsetof(SBZMainMenuWeaponVendorWidget_OnBuyWeaponDone, bWasSuccess) == 0x000000, "Member 'SBZMainMenuWeaponVendorWidget_OnBuyWeaponDone::bWasSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponVendorWidget_OnBuyWeaponPresetDone \ +static_assert(alignof(SBZMainMenuWeaponVendorWidget_OnBuyWeaponPresetDone) == 0x000001, "Wrong alignment on SBZMainMenuWeaponVendorWidget_OnBuyWeaponPresetDone"); \ +static_assert(sizeof(SBZMainMenuWeaponVendorWidget_OnBuyWeaponPresetDone) == 0x000001, "Wrong size on SBZMainMenuWeaponVendorWidget_OnBuyWeaponPresetDone"); \ +static_assert(offsetof(SBZMainMenuWeaponVendorWidget_OnBuyWeaponPresetDone, bWasSuccess) == 0x000000, "Member 'SBZMainMenuWeaponVendorWidget_OnBuyWeaponPresetDone::bWasSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponVendorWidget_OnWeaponPresetStoreItemsUpdated \ +static_assert(alignof(SBZMainMenuWeaponVendorWidget_OnWeaponPresetStoreItemsUpdated) == 0x000008, "Wrong alignment on SBZMainMenuWeaponVendorWidget_OnWeaponPresetStoreItemsUpdated"); \ +static_assert(sizeof(SBZMainMenuWeaponVendorWidget_OnWeaponPresetStoreItemsUpdated) == 0x000050, "Wrong size on SBZMainMenuWeaponVendorWidget_OnWeaponPresetStoreItemsUpdated"); \ +static_assert(offsetof(SBZMainMenuWeaponVendorWidget_OnWeaponPresetStoreItemsUpdated, InWeaponPresetStoreMap) == 0x000000, "Member 'SBZMainMenuWeaponVendorWidget_OnWeaponPresetStoreItemsUpdated::InWeaponPresetStoreMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponVendorWidget_OnWeaponStoreItemsUpdated \ +static_assert(alignof(SBZMainMenuWeaponVendorWidget_OnWeaponStoreItemsUpdated) == 0x000008, "Wrong alignment on SBZMainMenuWeaponVendorWidget_OnWeaponStoreItemsUpdated"); \ +static_assert(sizeof(SBZMainMenuWeaponVendorWidget_OnWeaponStoreItemsUpdated) == 0x000050, "Wrong size on SBZMainMenuWeaponVendorWidget_OnWeaponStoreItemsUpdated"); \ +static_assert(offsetof(SBZMainMenuWeaponVendorWidget_OnWeaponStoreItemsUpdated, InWeaponStoreMap) == 0x000000, "Member 'SBZMainMenuWeaponVendorWidget_OnWeaponStoreItemsUpdated::InWeaponStoreMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponVendorWidget_TryBuyWeapon \ +static_assert(alignof(SBZMainMenuWeaponVendorWidget_TryBuyWeapon) == 0x000008, "Wrong alignment on SBZMainMenuWeaponVendorWidget_TryBuyWeapon"); \ +static_assert(sizeof(SBZMainMenuWeaponVendorWidget_TryBuyWeapon) == 0x000100, "Wrong size on SBZMainMenuWeaponVendorWidget_TryBuyWeapon"); \ +static_assert(offsetof(SBZMainMenuWeaponVendorWidget_TryBuyWeapon, WeaponStoreItem) == 0x000000, "Member 'SBZMainMenuWeaponVendorWidget_TryBuyWeapon::WeaponStoreItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponVendorWidget_TryBuyWeaponPreset \ +static_assert(alignof(SBZMainMenuWeaponVendorWidget_TryBuyWeaponPreset) == 0x000008, "Wrong alignment on SBZMainMenuWeaponVendorWidget_TryBuyWeaponPreset"); \ +static_assert(sizeof(SBZMainMenuWeaponVendorWidget_TryBuyWeaponPreset) == 0x000100, "Wrong size on SBZMainMenuWeaponVendorWidget_TryBuyWeaponPreset"); \ +static_assert(offsetof(SBZMainMenuWeaponVendorWidget_TryBuyWeaponPreset, WeaponPresetStoreItem) == 0x000000, "Member 'SBZMainMenuWeaponVendorWidget_TryBuyWeaponPreset::WeaponPresetStoreItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuWeaponVendorWidget \ +static_assert(alignof(USBZMainMenuWeaponVendorWidget) == 0x000008, "Wrong alignment on USBZMainMenuWeaponVendorWidget"); \ +static_assert(sizeof(USBZMainMenuWeaponVendorWidget) == 0x0002A8, "Wrong size on USBZMainMenuWeaponVendorWidget"); \ +static_assert(offsetof(USBZMainMenuWeaponVendorWidget, EquippableSlot) == 0x0002A0, "Member 'USBZMainMenuWeaponVendorWidget::EquippableSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAbilityInputActionWidget_OnActivateAbilityStateChanged \ +static_assert(alignof(SBZAbilityInputActionWidget_OnActivateAbilityStateChanged) == 0x000001, "Wrong alignment on SBZAbilityInputActionWidget_OnActivateAbilityStateChanged"); \ +static_assert(sizeof(SBZAbilityInputActionWidget_OnActivateAbilityStateChanged) == 0x000001, "Wrong size on SBZAbilityInputActionWidget_OnActivateAbilityStateChanged"); \ +static_assert(offsetof(SBZAbilityInputActionWidget_OnActivateAbilityStateChanged, bInCanActivate) == 0x000000, "Member 'SBZAbilityInputActionWidget_OnActivateAbilityStateChanged::bInCanActivate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAbilityInputActionWidget_OnPlayerStateDestroyed \ +static_assert(alignof(SBZAbilityInputActionWidget_OnPlayerStateDestroyed) == 0x000008, "Wrong alignment on SBZAbilityInputActionWidget_OnPlayerStateDestroyed"); \ +static_assert(sizeof(SBZAbilityInputActionWidget_OnPlayerStateDestroyed) == 0x000008, "Wrong size on SBZAbilityInputActionWidget_OnPlayerStateDestroyed"); \ +static_assert(offsetof(SBZAbilityInputActionWidget_OnPlayerStateDestroyed, DestroyedActor) == 0x000000, "Member 'SBZAbilityInputActionWidget_OnPlayerStateDestroyed::DestroyedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAbilityInputActionWidget \ +static_assert(alignof(USBZAbilityInputActionWidget) == 0x000008, "Wrong alignment on USBZAbilityInputActionWidget"); \ +static_assert(sizeof(USBZAbilityInputActionWidget) == 0x0002C0, "Wrong size on USBZAbilityInputActionWidget"); \ +static_assert(offsetof(USBZAbilityInputActionWidget, GameplayAbilityTag) == 0x000298, "Member 'USBZAbilityInputActionWidget::GameplayAbilityTag' has a wrong offset!"); \ +static_assert(offsetof(USBZAbilityInputActionWidget, bCanActivate) == 0x0002A4, "Member 'USBZAbilityInputActionWidget::bCanActivate' has a wrong offset!"); \ +static_assert(offsetof(USBZAbilityInputActionWidget, Character) == 0x0002A8, "Member 'USBZAbilityInputActionWidget::Character' has a wrong offset!"); \ +static_assert(offsetof(USBZAbilityInputActionWidget, GameplayAbility) == 0x0002B0, "Member 'USBZAbilityInputActionWidget::GameplayAbility' has a wrong offset!"); \ +static_assert(offsetof(USBZAbilityInputActionWidget, GameplayAbilityHandle) == 0x0002B8, "Member 'USBZAbilityInputActionWidget::GameplayAbilityHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLayingOnFrontNotifyState \ +static_assert(alignof(USBZLayingOnFrontNotifyState) == 0x000008, "Wrong alignment on USBZLayingOnFrontNotifyState"); \ +static_assert(sizeof(USBZLayingOnFrontNotifyState) == 0x000038, "Wrong size on USBZLayingOnFrontNotifyState"); \ + +#define DUMPER7_ASSERTS_SBZSecuredBag_OnPlaced \ +static_assert(alignof(SBZSecuredBag_OnPlaced) == 0x000001, "Wrong alignment on SBZSecuredBag_OnPlaced"); \ +static_assert(sizeof(SBZSecuredBag_OnPlaced) == 0x000001, "Wrong size on SBZSecuredBag_OnPlaced"); \ +static_assert(offsetof(SBZSecuredBag_OnPlaced, bDoCosmetics) == 0x000000, "Member 'SBZSecuredBag_OnPlaced::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZSecuredBag \ +static_assert(alignof(ASBZSecuredBag) == 0x000008, "Wrong alignment on ASBZSecuredBag"); \ +static_assert(sizeof(ASBZSecuredBag) == 0x0002A8, "Wrong size on ASBZSecuredBag"); \ + +#define DUMPER7_ASSERTS_USBZArmMicroCameraAbility \ +static_assert(alignof(USBZArmMicroCameraAbility) == 0x000008, "Wrong alignment on USBZArmMicroCameraAbility"); \ +static_assert(sizeof(USBZArmMicroCameraAbility) == 0x0004E0, "Wrong size on USBZArmMicroCameraAbility"); \ +static_assert(offsetof(USBZArmMicroCameraAbility, OwnerCharacter) == 0x0004D8, "Member 'USBZArmMicroCameraAbility::OwnerCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDamageType \ +static_assert(alignof(USBZDamageType) == 0x000008, "Wrong alignment on USBZDamageType"); \ +static_assert(sizeof(USBZDamageType) == 0x000090, "Wrong size on USBZDamageType"); \ +static_assert(offsetof(USBZDamageType, TagContainer) == 0x000048, "Member 'USBZDamageType::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(USBZDamageType, AddedTickTagContainer) == 0x000068, "Member 'USBZDamageType::AddedTickTagContainer' has a wrong offset!"); \ +static_assert(offsetof(USBZDamageType, EnvironmentHits) == 0x000088, "Member 'USBZDamageType::EnvironmentHits' has a wrong offset!"); \ +static_assert(offsetof(USBZDamageType, bIsThrowableProjectile) == 0x00008C, "Member 'USBZDamageType::bIsThrowableProjectile' has a wrong offset!"); \ +static_assert(offsetof(USBZDamageType, bIsHurtAllowed) == 0x00008D, "Member 'USBZDamageType::bIsHurtAllowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBulletDamageType \ +static_assert(alignof(USBZBulletDamageType) == 0x000008, "Wrong alignment on USBZBulletDamageType"); \ +static_assert(sizeof(USBZBulletDamageType) == 0x000090, "Wrong size on USBZBulletDamageType"); \ + +#define DUMPER7_ASSERTS_SBZAbilitySystemComponent_Client_PredictedRagdollDenied \ +static_assert(alignof(SBZAbilitySystemComponent_Client_PredictedRagdollDenied) == 0x000008, "Wrong alignment on SBZAbilitySystemComponent_Client_PredictedRagdollDenied"); \ +static_assert(sizeof(SBZAbilitySystemComponent_Client_PredictedRagdollDenied) == 0x000010, "Wrong size on SBZAbilitySystemComponent_Client_PredictedRagdollDenied"); \ +static_assert(offsetof(SBZAbilitySystemComponent_Client_PredictedRagdollDenied, InPawn) == 0x000000, "Member 'SBZAbilitySystemComponent_Client_PredictedRagdollDenied::InPawn' has a wrong offset!"); \ +static_assert(offsetof(SBZAbilitySystemComponent_Client_PredictedRagdollDenied, HurtReactionIndex) == 0x000008, "Member 'SBZAbilitySystemComponent_Client_PredictedRagdollDenied::HurtReactionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAbilitySystemComponent_Client_RevertDamageAttributeSet \ +static_assert(alignof(SBZAbilitySystemComponent_Client_RevertDamageAttributeSet) == 0x000008, "Wrong alignment on SBZAbilitySystemComponent_Client_RevertDamageAttributeSet"); \ +static_assert(sizeof(SBZAbilitySystemComponent_Client_RevertDamageAttributeSet) == 0x000018, "Wrong size on SBZAbilitySystemComponent_Client_RevertDamageAttributeSet"); \ +static_assert(offsetof(SBZAbilitySystemComponent_Client_RevertDamageAttributeSet, AttributeSetData) == 0x000000, "Member 'SBZAbilitySystemComponent_Client_RevertDamageAttributeSet::AttributeSetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAbilitySystemComponent_Client_RevertDamageAttributeSetArray \ +static_assert(alignof(SBZAbilitySystemComponent_Client_RevertDamageAttributeSetArray) == 0x000008, "Wrong alignment on SBZAbilitySystemComponent_Client_RevertDamageAttributeSetArray"); \ +static_assert(sizeof(SBZAbilitySystemComponent_Client_RevertDamageAttributeSetArray) == 0x000010, "Wrong size on SBZAbilitySystemComponent_Client_RevertDamageAttributeSetArray"); \ +static_assert(offsetof(SBZAbilitySystemComponent_Client_RevertDamageAttributeSetArray, AttributeSetDataArray) == 0x000000, "Member 'SBZAbilitySystemComponent_Client_RevertDamageAttributeSetArray::AttributeSetDataArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAbilitySystemComponent_Multicast_AddTickDamage \ +static_assert(alignof(SBZAbilitySystemComponent_Multicast_AddTickDamage) == 0x000008, "Wrong alignment on SBZAbilitySystemComponent_Multicast_AddTickDamage"); \ +static_assert(sizeof(SBZAbilitySystemComponent_Multicast_AddTickDamage) == 0x000050, "Wrong size on SBZAbilitySystemComponent_Multicast_AddTickDamage"); \ +static_assert(offsetof(SBZAbilitySystemComponent_Multicast_AddTickDamage, Data) == 0x000000, "Member 'SBZAbilitySystemComponent_Multicast_AddTickDamage::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAbilitySystemComponent_Multicast_AppliedSkillHurtReaction \ +static_assert(alignof(SBZAbilitySystemComponent_Multicast_AppliedSkillHurtReaction) == 0x000008, "Wrong alignment on SBZAbilitySystemComponent_Multicast_AppliedSkillHurtReaction"); \ +static_assert(sizeof(SBZAbilitySystemComponent_Multicast_AppliedSkillHurtReaction) == 0x005BA0, "Wrong size on SBZAbilitySystemComponent_Multicast_AppliedSkillHurtReaction"); \ +static_assert(offsetof(SBZAbilitySystemComponent_Multicast_AppliedSkillHurtReaction, SkillTriggeredHurtTargetData) == 0x000000, "Member 'SBZAbilitySystemComponent_Multicast_AppliedSkillHurtReaction::SkillTriggeredHurtTargetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAbilitySystemComponent_Multicast_ApplyGameplayEffectSpecToSelf \ +static_assert(alignof(SBZAbilitySystemComponent_Multicast_ApplyGameplayEffectSpecToSelf) == 0x000008, "Wrong alignment on SBZAbilitySystemComponent_Multicast_ApplyGameplayEffectSpecToSelf"); \ +static_assert(sizeof(SBZAbilitySystemComponent_Multicast_ApplyGameplayEffectSpecToSelf) == 0x000298, "Wrong size on SBZAbilitySystemComponent_Multicast_ApplyGameplayEffectSpecToSelf"); \ +static_assert(offsetof(SBZAbilitySystemComponent_Multicast_ApplyGameplayEffectSpecToSelf, EffectSpec) == 0x000000, "Member 'SBZAbilitySystemComponent_Multicast_ApplyGameplayEffectSpecToSelf::EffectSpec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAbilitySystemComponent_Multicast_ApplyHurtReaction \ +static_assert(alignof(SBZAbilitySystemComponent_Multicast_ApplyHurtReaction) == 0x000004, "Wrong alignment on SBZAbilitySystemComponent_Multicast_ApplyHurtReaction"); \ +static_assert(sizeof(SBZAbilitySystemComponent_Multicast_ApplyHurtReaction) == 0x000010, "Wrong size on SBZAbilitySystemComponent_Multicast_ApplyHurtReaction"); \ +static_assert(offsetof(SBZAbilitySystemComponent_Multicast_ApplyHurtReaction, HurtReactionPrediction) == 0x000000, "Member 'SBZAbilitySystemComponent_Multicast_ApplyHurtReaction::HurtReactionPrediction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAbilitySystemComponent_Multicast_DebugApplyGameplayEffectSpecToSelf \ +static_assert(alignof(SBZAbilitySystemComponent_Multicast_DebugApplyGameplayEffectSpecToSelf) == 0x000008, "Wrong alignment on SBZAbilitySystemComponent_Multicast_DebugApplyGameplayEffectSpecToSelf"); \ +static_assert(sizeof(SBZAbilitySystemComponent_Multicast_DebugApplyGameplayEffectSpecToSelf) == 0x0002B0, "Wrong size on SBZAbilitySystemComponent_Multicast_DebugApplyGameplayEffectSpecToSelf"); \ +static_assert(offsetof(SBZAbilitySystemComponent_Multicast_DebugApplyGameplayEffectSpecToSelf, EffectSpec) == 0x000000, "Member 'SBZAbilitySystemComponent_Multicast_DebugApplyGameplayEffectSpecToSelf::EffectSpec' has a wrong offset!"); \ +static_assert(offsetof(SBZAbilitySystemComponent_Multicast_DebugApplyGameplayEffectSpecToSelf, Duration) == 0x000298, "Member 'SBZAbilitySystemComponent_Multicast_DebugApplyGameplayEffectSpecToSelf::Duration' has a wrong offset!"); \ +static_assert(offsetof(SBZAbilitySystemComponent_Multicast_DebugApplyGameplayEffectSpecToSelf, NameMagnitudeString) == 0x0002A0, "Member 'SBZAbilitySystemComponent_Multicast_DebugApplyGameplayEffectSpecToSelf::NameMagnitudeString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAbilitySystemComponent_Multicast_EnterVolumeDamage \ +static_assert(alignof(SBZAbilitySystemComponent_Multicast_EnterVolumeDamage) == 0x000004, "Wrong alignment on SBZAbilitySystemComponent_Multicast_EnterVolumeDamage"); \ +static_assert(sizeof(SBZAbilitySystemComponent_Multicast_EnterVolumeDamage) == 0x000004, "Wrong size on SBZAbilitySystemComponent_Multicast_EnterVolumeDamage"); \ +static_assert(offsetof(SBZAbilitySystemComponent_Multicast_EnterVolumeDamage, NetID) == 0x000000, "Member 'SBZAbilitySystemComponent_Multicast_EnterVolumeDamage::NetID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAbilitySystemComponent_Multicast_ExitVolumeDamage \ +static_assert(alignof(SBZAbilitySystemComponent_Multicast_ExitVolumeDamage) == 0x000004, "Wrong alignment on SBZAbilitySystemComponent_Multicast_ExitVolumeDamage"); \ +static_assert(sizeof(SBZAbilitySystemComponent_Multicast_ExitVolumeDamage) == 0x000004, "Wrong size on SBZAbilitySystemComponent_Multicast_ExitVolumeDamage"); \ +static_assert(offsetof(SBZAbilitySystemComponent_Multicast_ExitVolumeDamage, NetID) == 0x000000, "Member 'SBZAbilitySystemComponent_Multicast_ExitVolumeDamage::NetID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAbilitySystemComponent_Multicast_FireProjectile \ +static_assert(alignof(SBZAbilitySystemComponent_Multicast_FireProjectile) == 0x000008, "Wrong alignment on SBZAbilitySystemComponent_Multicast_FireProjectile"); \ +static_assert(sizeof(SBZAbilitySystemComponent_Multicast_FireProjectile) == 0x005BA0, "Wrong size on SBZAbilitySystemComponent_Multicast_FireProjectile"); \ +static_assert(offsetof(SBZAbilitySystemComponent_Multicast_FireProjectile, TargetData) == 0x000000, "Member 'SBZAbilitySystemComponent_Multicast_FireProjectile::TargetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAbilitySystemComponent_Multicast_FireProjectileSentry \ +static_assert(alignof(SBZAbilitySystemComponent_Multicast_FireProjectileSentry) == 0x000008, "Wrong alignment on SBZAbilitySystemComponent_Multicast_FireProjectileSentry"); \ +static_assert(sizeof(SBZAbilitySystemComponent_Multicast_FireProjectileSentry) == 0x005BA0, "Wrong size on SBZAbilitySystemComponent_Multicast_FireProjectileSentry"); \ +static_assert(offsetof(SBZAbilitySystemComponent_Multicast_FireProjectileSentry, TargetData) == 0x000000, "Member 'SBZAbilitySystemComponent_Multicast_FireProjectileSentry::TargetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAbilitySystemComponent_Multicast_Landed \ +static_assert(alignof(SBZAbilitySystemComponent_Multicast_Landed) == 0x000008, "Wrong alignment on SBZAbilitySystemComponent_Multicast_Landed"); \ +static_assert(sizeof(SBZAbilitySystemComponent_Multicast_Landed) == 0x005BA0, "Wrong size on SBZAbilitySystemComponent_Multicast_Landed"); \ +static_assert(offsetof(SBZAbilitySystemComponent_Multicast_Landed, TargetData) == 0x000000, "Member 'SBZAbilitySystemComponent_Multicast_Landed::TargetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAbilitySystemComponent_Multicast_Melee \ +static_assert(alignof(SBZAbilitySystemComponent_Multicast_Melee) == 0x000008, "Wrong alignment on SBZAbilitySystemComponent_Multicast_Melee"); \ +static_assert(sizeof(SBZAbilitySystemComponent_Multicast_Melee) == 0x005BA0, "Wrong size on SBZAbilitySystemComponent_Multicast_Melee"); \ +static_assert(offsetof(SBZAbilitySystemComponent_Multicast_Melee, TargetData) == 0x000000, "Member 'SBZAbilitySystemComponent_Multicast_Melee::TargetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAbilitySystemComponent_Multicast_ShoveHumanShield \ +static_assert(alignof(SBZAbilitySystemComponent_Multicast_ShoveHumanShield) == 0x000004, "Wrong alignment on SBZAbilitySystemComponent_Multicast_ShoveHumanShield"); \ +static_assert(sizeof(SBZAbilitySystemComponent_Multicast_ShoveHumanShield) == 0x0002F4, "Wrong size on SBZAbilitySystemComponent_Multicast_ShoveHumanShield"); \ +static_assert(offsetof(SBZAbilitySystemComponent_Multicast_ShoveHumanShield, ActorMultiHitResult) == 0x000000, "Member 'SBZAbilitySystemComponent_Multicast_ShoveHumanShield::ActorMultiHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAbilitySystemComponent_OnMovementModeChanged \ +static_assert(alignof(SBZAbilitySystemComponent_OnMovementModeChanged) == 0x000008, "Wrong alignment on SBZAbilitySystemComponent_OnMovementModeChanged"); \ +static_assert(sizeof(SBZAbilitySystemComponent_OnMovementModeChanged) == 0x000010, "Wrong size on SBZAbilitySystemComponent_OnMovementModeChanged"); \ +static_assert(offsetof(SBZAbilitySystemComponent_OnMovementModeChanged, InCharacter) == 0x000000, "Member 'SBZAbilitySystemComponent_OnMovementModeChanged::InCharacter' has a wrong offset!"); \ +static_assert(offsetof(SBZAbilitySystemComponent_OnMovementModeChanged, PrevMovementMode) == 0x000008, "Member 'SBZAbilitySystemComponent_OnMovementModeChanged::PrevMovementMode' has a wrong offset!"); \ +static_assert(offsetof(SBZAbilitySystemComponent_OnMovementModeChanged, PreviousCustomMode) == 0x000009, "Member 'SBZAbilitySystemComponent_OnMovementModeChanged::PreviousCustomMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAbilitySystemComponent_Server_ReplicateCosmeticExplosion \ +static_assert(alignof(SBZAbilitySystemComponent_Server_ReplicateCosmeticExplosion) == 0x000008, "Wrong alignment on SBZAbilitySystemComponent_Server_ReplicateCosmeticExplosion"); \ +static_assert(sizeof(SBZAbilitySystemComponent_Server_ReplicateCosmeticExplosion) == 0x000008, "Wrong size on SBZAbilitySystemComponent_Server_ReplicateCosmeticExplosion"); \ +static_assert(offsetof(SBZAbilitySystemComponent_Server_ReplicateCosmeticExplosion, ExplosiveObject) == 0x000000, "Member 'SBZAbilitySystemComponent_Server_ReplicateCosmeticExplosion::ExplosiveObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAbilitySystemComponent_Server_ReplicateExplosion \ +static_assert(alignof(SBZAbilitySystemComponent_Server_ReplicateExplosion) == 0x000008, "Wrong alignment on SBZAbilitySystemComponent_Server_ReplicateExplosion"); \ +static_assert(sizeof(SBZAbilitySystemComponent_Server_ReplicateExplosion) == 0x000040, "Wrong size on SBZAbilitySystemComponent_Server_ReplicateExplosion"); \ +static_assert(offsetof(SBZAbilitySystemComponent_Server_ReplicateExplosion, ExplosiveObject) == 0x000000, "Member 'SBZAbilitySystemComponent_Server_ReplicateExplosion::ExplosiveObject' has a wrong offset!"); \ +static_assert(offsetof(SBZAbilitySystemComponent_Server_ReplicateExplosion, Result) == 0x000008, "Member 'SBZAbilitySystemComponent_Server_ReplicateExplosion::Result' has a wrong offset!"); \ +static_assert(offsetof(SBZAbilitySystemComponent_Server_ReplicateExplosion, PredictionKey) == 0x000030, "Member 'SBZAbilitySystemComponent_Server_ReplicateExplosion::PredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAbilitySystemComponent \ +static_assert(alignof(USBZAbilitySystemComponent) == 0x000008, "Wrong alignment on USBZAbilitySystemComponent"); \ +static_assert(sizeof(USBZAbilitySystemComponent) == 0x007370, "Wrong size on USBZAbilitySystemComponent"); \ +static_assert(offsetof(USBZAbilitySystemComponent, Pawn) == 0x001368, "Member 'USBZAbilitySystemComponent::Pawn' has a wrong offset!"); \ +static_assert(offsetof(USBZAbilitySystemComponent, CrewStateActor) == 0x001380, "Member 'USBZAbilitySystemComponent::CrewStateActor' has a wrong offset!"); \ +static_assert(offsetof(USBZAbilitySystemComponent, InputToggledContainer) == 0x001388, "Member 'USBZAbilitySystemComponent::InputToggledContainer' has a wrong offset!"); \ +static_assert(offsetof(USBZAbilitySystemComponent, QueuedAbilityArray) == 0x001610, "Member 'USBZAbilitySystemComponent::QueuedAbilityArray' has a wrong offset!"); \ +static_assert(offsetof(USBZAbilitySystemComponent, LandingGameplayEffectClass) == 0x0016C0, "Member 'USBZAbilitySystemComponent::LandingGameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(USBZAbilitySystemComponent, AppliedVolumeDamageNetIDArray) == 0x0072C0, "Member 'USBZAbilitySystemComponent::AppliedVolumeDamageNetIDArray' has a wrong offset!"); \ +static_assert(offsetof(USBZAbilitySystemComponent, AppliedVolumeDamageArray) == 0x0072D0, "Member 'USBZAbilitySystemComponent::AppliedVolumeDamageArray' has a wrong offset!"); \ +static_assert(offsetof(USBZAbilitySystemComponent, CurrentVolumeDamageDataArray) == 0x0072F0, "Member 'USBZAbilitySystemComponent::CurrentVolumeDamageDataArray' has a wrong offset!"); \ +static_assert(offsetof(USBZAbilitySystemComponent, LastVolumeDamageTypeUpdateTimeMap) == 0x007300, "Member 'USBZAbilitySystemComponent::LastVolumeDamageTypeUpdateTimeMap' has a wrong offset!"); \ +static_assert(offsetof(USBZAbilitySystemComponent, TickDamageDataArray) == 0x007350, "Member 'USBZAbilitySystemComponent::TickDamageDataArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAbilitySystemGlobals \ +static_assert(alignof(USBZAbilitySystemGlobals) == 0x000008, "Wrong alignment on USBZAbilitySystemGlobals"); \ +static_assert(sizeof(USBZAbilitySystemGlobals) == 0x0002F8, "Wrong size on USBZAbilitySystemGlobals"); \ + +#define DUMPER7_ASSERTS_SBZAccelByteAdminHelper_CheckLogoutDone \ +static_assert(alignof(SBZAccelByteAdminHelper_CheckLogoutDone) == 0x000008, "Wrong alignment on SBZAccelByteAdminHelper_CheckLogoutDone"); \ +static_assert(sizeof(SBZAccelByteAdminHelper_CheckLogoutDone) == 0x000030, "Wrong size on SBZAccelByteAdminHelper_CheckLogoutDone"); \ +static_assert(offsetof(SBZAccelByteAdminHelper_CheckLogoutDone, Email) == 0x000000, "Member 'SBZAccelByteAdminHelper_CheckLogoutDone::Email' has a wrong offset!"); \ +static_assert(offsetof(SBZAccelByteAdminHelper_CheckLogoutDone, Username) == 0x000010, "Member 'SBZAccelByteAdminHelper_CheckLogoutDone::Username' has a wrong offset!"); \ +static_assert(offsetof(SBZAccelByteAdminHelper_CheckLogoutDone, Password) == 0x000020, "Member 'SBZAccelByteAdminHelper_CheckLogoutDone::Password' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAccelByteAdminHelper \ +static_assert(alignof(USBZAccelByteAdminHelper) == 0x000008, "Wrong alignment on USBZAccelByteAdminHelper"); \ +static_assert(sizeof(USBZAccelByteAdminHelper) == 0x0000B8, "Wrong size on USBZAccelByteAdminHelper"); \ +static_assert(offsetof(USBZAccelByteAdminHelper, GauntletOAuthClientId) == 0x000048, "Member 'USBZAccelByteAdminHelper::GauntletOAuthClientId' has a wrong offset!"); \ +static_assert(offsetof(USBZAccelByteAdminHelper, GauntletOAuthClientSecret) == 0x000058, "Member 'USBZAccelByteAdminHelper::GauntletOAuthClientSecret' has a wrong offset!"); \ +static_assert(offsetof(USBZAccelByteAdminHelper, BaseUrl) == 0x000068, "Member 'USBZAccelByteAdminHelper::BaseUrl' has a wrong offset!"); \ +static_assert(offsetof(USBZAccelByteAdminHelper, Namespace) == 0x000078, "Member 'USBZAccelByteAdminHelper::Namespace' has a wrong offset!"); \ +static_assert(offsetof(USBZAccelByteAdminHelper, LogoutTimerHandle) == 0x000098, "Member 'USBZAccelByteAdminHelper::LogoutTimerHandle' has a wrong offset!"); \ +static_assert(offsetof(USBZAccelByteAdminHelper, MetaDataLoader) == 0x0000A0, "Member 'USBZAccelByteAdminHelper::MetaDataLoader' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAccelByteArgs \ +static_assert(alignof(USBZAccelByteArgs) == 0x000008, "Wrong alignment on USBZAccelByteArgs"); \ +static_assert(sizeof(USBZAccelByteArgs) == 0x000030, "Wrong size on USBZAccelByteArgs"); \ + +#define DUMPER7_ASSERTS_USBZSkillTreeData \ +static_assert(alignof(USBZSkillTreeData) == 0x000008, "Wrong alignment on USBZSkillTreeData"); \ +static_assert(sizeof(USBZSkillTreeData) == 0x000180, "Wrong size on USBZSkillTreeData"); \ +static_assert(offsetof(USBZSkillTreeData, BaseSkill) == 0x000150, "Member 'USBZSkillTreeData::BaseSkill' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillTreeData, UpgradeArray) == 0x000160, "Member 'USBZSkillTreeData::UpgradeArray' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillTreeData, FinalSkill) == 0x000170, "Member 'USBZSkillTreeData::FinalSkill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAssaultVehicleSpawnerData \ +static_assert(alignof(USBZAssaultVehicleSpawnerData) == 0x000008, "Wrong alignment on USBZAssaultVehicleSpawnerData"); \ +static_assert(sizeof(USBZAssaultVehicleSpawnerData) == 0x000078, "Wrong size on USBZAssaultVehicleSpawnerData"); \ +static_assert(offsetof(USBZAssaultVehicleSpawnerData, Vehicle) == 0x000038, "Member 'USBZAssaultVehicleSpawnerData::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(USBZAssaultVehicleSpawnerData, MaxNumSpawns) == 0x000040, "Member 'USBZAssaultVehicleSpawnerData::MaxNumSpawns' has a wrong offset!"); \ +static_assert(offsetof(USBZAssaultVehicleSpawnerData, AllowedPawnTypes) == 0x000048, "Member 'USBZAssaultVehicleSpawnerData::AllowedPawnTypes' has a wrong offset!"); \ +static_assert(offsetof(USBZAssaultVehicleSpawnerData, bUseInitialSpawn) == 0x000068, "Member 'USBZAssaultVehicleSpawnerData::bUseInitialSpawn' has a wrong offset!"); \ +static_assert(offsetof(USBZAssaultVehicleSpawnerData, InitialSpawnNum) == 0x00006C, "Member 'USBZAssaultVehicleSpawnerData::InitialSpawnNum' has a wrong offset!"); \ +static_assert(offsetof(USBZAssaultVehicleSpawnerData, bInitialSpawnOnly) == 0x000074, "Member 'USBZAssaultVehicleSpawnerData::bInitialSpawnOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAccelByteDS \ +static_assert(alignof(USBZAccelByteDS) == 0x000008, "Wrong alignment on USBZAccelByteDS"); \ +static_assert(sizeof(USBZAccelByteDS) == 0x000050, "Wrong size on USBZAccelByteDS"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryContext_MoveToPosition \ +static_assert(alignof(USBZEnvQueryContext_MoveToPosition) == 0x000008, "Wrong alignment on USBZEnvQueryContext_MoveToPosition"); \ +static_assert(sizeof(USBZEnvQueryContext_MoveToPosition) == 0x000030, "Wrong size on USBZEnvQueryContext_MoveToPosition"); \ + +#define DUMPER7_ASSERTS_USBZAccelByteDSV1 \ +static_assert(alignof(USBZAccelByteDSV1) == 0x000008, "Wrong alignment on USBZAccelByteDSV1"); \ +static_assert(sizeof(USBZAccelByteDSV1) == 0x0000D0, "Wrong size on USBZAccelByteDSV1"); \ +static_assert(offsetof(USBZAccelByteDSV1, CheckPlayerArraySessionInterval) == 0x0000A0, "Member 'USBZAccelByteDSV1::CheckPlayerArraySessionInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZAccelByteDSV1, PlayerCountingInterval) == 0x0000B4, "Member 'USBZAccelByteDSV1::PlayerCountingInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZAccelByteDSV1, MaxServerLoginAttempts) == 0x0000B8, "Member 'USBZAccelByteDSV1::MaxServerLoginAttempts' has a wrong offset!"); \ +static_assert(offsetof(USBZAccelByteDSV1, PollMatchmakingSessionInterval) == 0x0000C8, "Member 'USBZAccelByteDSV1::PollMatchmakingSessionInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZArmorManager_OnArmorChunkEquipDone \ +static_assert(alignof(SBZArmorManager_OnArmorChunkEquipDone) == 0x000001, "Wrong alignment on SBZArmorManager_OnArmorChunkEquipDone"); \ +static_assert(sizeof(SBZArmorManager_OnArmorChunkEquipDone) == 0x000001, "Wrong size on SBZArmorManager_OnArmorChunkEquipDone"); \ +static_assert(offsetof(SBZArmorManager_OnArmorChunkEquipDone, Result) == 0x000000, "Member 'SBZArmorManager_OnArmorChunkEquipDone::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZArmorManager \ +static_assert(alignof(USBZArmorManager) == 0x000008, "Wrong alignment on USBZArmorManager"); \ +static_assert(sizeof(USBZArmorManager) == 0x000048, "Wrong size on USBZArmorManager"); \ + +#define DUMPER7_ASSERTS_SBZMenuButton_ButtonDisabledChanged \ +static_assert(alignof(SBZMenuButton_ButtonDisabledChanged) == 0x000001, "Wrong alignment on SBZMenuButton_ButtonDisabledChanged"); \ +static_assert(sizeof(SBZMenuButton_ButtonDisabledChanged) == 0x000001, "Wrong size on SBZMenuButton_ButtonDisabledChanged"); \ +static_assert(offsetof(SBZMenuButton_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'SBZMenuButton_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMenuButton_ButtonFocusChanging \ +static_assert(alignof(SBZMenuButton_ButtonFocusChanging) == 0x000001, "Wrong alignment on SBZMenuButton_ButtonFocusChanging"); \ +static_assert(sizeof(SBZMenuButton_ButtonFocusChanging) == 0x000001, "Wrong size on SBZMenuButton_ButtonFocusChanging"); \ +static_assert(offsetof(SBZMenuButton_ButtonFocusChanging, bInHasFocus) == 0x000000, "Member 'SBZMenuButton_ButtonFocusChanging::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMenuButton_ButtonFocusedChanged \ +static_assert(alignof(SBZMenuButton_ButtonFocusedChanged) == 0x000001, "Wrong alignment on SBZMenuButton_ButtonFocusedChanged"); \ +static_assert(sizeof(SBZMenuButton_ButtonFocusedChanged) == 0x000001, "Wrong size on SBZMenuButton_ButtonFocusedChanged"); \ +static_assert(offsetof(SBZMenuButton_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'SBZMenuButton_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMenuButton_ButtonHoveredChanged \ +static_assert(alignof(SBZMenuButton_ButtonHoveredChanged) == 0x000001, "Wrong alignment on SBZMenuButton_ButtonHoveredChanged"); \ +static_assert(sizeof(SBZMenuButton_ButtonHoveredChanged) == 0x000001, "Wrong size on SBZMenuButton_ButtonHoveredChanged"); \ +static_assert(offsetof(SBZMenuButton_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'SBZMenuButton_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMenuButton_SetButtonDisabled \ +static_assert(alignof(SBZMenuButton_SetButtonDisabled) == 0x000001, "Wrong alignment on SBZMenuButton_SetButtonDisabled"); \ +static_assert(sizeof(SBZMenuButton_SetButtonDisabled) == 0x000001, "Wrong size on SBZMenuButton_SetButtonDisabled"); \ +static_assert(offsetof(SBZMenuButton_SetButtonDisabled, bInIsDisabled) == 0x000000, "Member 'SBZMenuButton_SetButtonDisabled::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMenuButton_IsButtonDisabled \ +static_assert(alignof(SBZMenuButton_IsButtonDisabled) == 0x000001, "Wrong alignment on SBZMenuButton_IsButtonDisabled"); \ +static_assert(sizeof(SBZMenuButton_IsButtonDisabled) == 0x000001, "Wrong size on SBZMenuButton_IsButtonDisabled"); \ +static_assert(offsetof(SBZMenuButton_IsButtonDisabled, ReturnValue) == 0x000000, "Member 'SBZMenuButton_IsButtonDisabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMenuButton \ +static_assert(alignof(USBZMenuButton) == 0x000008, "Wrong alignment on USBZMenuButton"); \ +static_assert(sizeof(USBZMenuButton) == 0x000370, "Wrong size on USBZMenuButton"); \ +static_assert(offsetof(USBZMenuButton, SelectionActionName) == 0x000290, "Member 'USBZMenuButton::SelectionActionName' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuButton, OnButtonFocusedChanged) == 0x0002A0, "Member 'USBZMenuButton::OnButtonFocusedChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuButton, OnButtonFocusChanging) == 0x0002B0, "Member 'USBZMenuButton::OnButtonFocusChanging' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuButton, OnButtonHoveredChanged) == 0x0002C0, "Member 'USBZMenuButton::OnButtonHoveredChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuButton, OnButtonDisabledChanged) == 0x0002D0, "Member 'USBZMenuButton::OnButtonDisabledChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuButton, OnButtonSelected) == 0x0002E0, "Member 'USBZMenuButton::OnButtonSelected' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuButton, OnDisabledButtonSelected) == 0x0002F0, "Member 'USBZMenuButton::OnDisabledButtonSelected' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuButton, OnButtonAlternativeSelected) == 0x000300, "Member 'USBZMenuButton::OnButtonAlternativeSelected' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuButton, OnDisabledButtonAlternativeSelected) == 0x000310, "Member 'USBZMenuButton::OnDisabledButtonAlternativeSelected' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuButton, AlternativeActionName) == 0x000330, "Member 'USBZMenuButton::AlternativeActionName' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuButton, AlternativeActionMouseButton) == 0x000340, "Member 'USBZMenuButton::AlternativeActionMouseButton' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuButton, FocusedAudioEvent) == 0x000360, "Member 'USBZMenuButton::FocusedAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuButton, bHoverGivesFocus) == 0x000368, "Member 'USBZMenuButton::bHoverGivesFocus' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuButton, bSelectGivesFocus) == 0x000369, "Member 'USBZMenuButton::bSelectGivesFocus' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuButton, bAlternativeGivesFocus) == 0x00036A, "Member 'USBZMenuButton::bAlternativeGivesFocus' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuButton, bShouldTriggerLastFocused) == 0x00036B, "Member 'USBZMenuButton::bShouldTriggerLastFocused' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuButton, bIsDisabled) == 0x00036C, "Member 'USBZMenuButton::bIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryCharacterSlotButton_InitializeCharacterSlotData \ +static_assert(alignof(SBZMainMenuInventoryCharacterSlotButton_InitializeCharacterSlotData) == 0x000004, "Wrong alignment on SBZMainMenuInventoryCharacterSlotButton_InitializeCharacterSlotData"); \ +static_assert(sizeof(SBZMainMenuInventoryCharacterSlotButton_InitializeCharacterSlotData) == 0x000004, "Wrong size on SBZMainMenuInventoryCharacterSlotButton_InitializeCharacterSlotData"); \ +static_assert(offsetof(SBZMainMenuInventoryCharacterSlotButton_InitializeCharacterSlotData, InInventoryIndex) == 0x000000, "Member 'SBZMainMenuInventoryCharacterSlotButton_InitializeCharacterSlotData::InInventoryIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryCharacterSlotButton_SetPreferredValueIndex \ +static_assert(alignof(SBZMainMenuInventoryCharacterSlotButton_SetPreferredValueIndex) == 0x000004, "Wrong alignment on SBZMainMenuInventoryCharacterSlotButton_SetPreferredValueIndex"); \ +static_assert(sizeof(SBZMainMenuInventoryCharacterSlotButton_SetPreferredValueIndex) == 0x000004, "Wrong size on SBZMainMenuInventoryCharacterSlotButton_SetPreferredValueIndex"); \ +static_assert(offsetof(SBZMainMenuInventoryCharacterSlotButton_SetPreferredValueIndex, InPreferredValueIndex) == 0x000000, "Member 'SBZMainMenuInventoryCharacterSlotButton_SetPreferredValueIndex::InPreferredValueIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryCharacterSlotButton_GetCharacterSlotData \ +static_assert(alignof(SBZMainMenuInventoryCharacterSlotButton_GetCharacterSlotData) == 0x000008, "Wrong alignment on SBZMainMenuInventoryCharacterSlotButton_GetCharacterSlotData"); \ +static_assert(sizeof(SBZMainMenuInventoryCharacterSlotButton_GetCharacterSlotData) == 0x000028, "Wrong size on SBZMainMenuInventoryCharacterSlotButton_GetCharacterSlotData"); \ +static_assert(offsetof(SBZMainMenuInventoryCharacterSlotButton_GetCharacterSlotData, ReturnValue) == 0x000000, "Member 'SBZMainMenuInventoryCharacterSlotButton_GetCharacterSlotData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryCharacterSlotButton_GetDisplayPreferredIndex \ +static_assert(alignof(SBZMainMenuInventoryCharacterSlotButton_GetDisplayPreferredIndex) == 0x000004, "Wrong alignment on SBZMainMenuInventoryCharacterSlotButton_GetDisplayPreferredIndex"); \ +static_assert(sizeof(SBZMainMenuInventoryCharacterSlotButton_GetDisplayPreferredIndex) == 0x000004, "Wrong size on SBZMainMenuInventoryCharacterSlotButton_GetDisplayPreferredIndex"); \ +static_assert(offsetof(SBZMainMenuInventoryCharacterSlotButton_GetDisplayPreferredIndex, ReturnValue) == 0x000000, "Member 'SBZMainMenuInventoryCharacterSlotButton_GetDisplayPreferredIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryCharacterSlotButton_IsPreferredCharacter \ +static_assert(alignof(SBZMainMenuInventoryCharacterSlotButton_IsPreferredCharacter) == 0x000001, "Wrong alignment on SBZMainMenuInventoryCharacterSlotButton_IsPreferredCharacter"); \ +static_assert(sizeof(SBZMainMenuInventoryCharacterSlotButton_IsPreferredCharacter) == 0x000001, "Wrong size on SBZMainMenuInventoryCharacterSlotButton_IsPreferredCharacter"); \ +static_assert(offsetof(SBZMainMenuInventoryCharacterSlotButton_IsPreferredCharacter, ReturnValue) == 0x000000, "Member 'SBZMainMenuInventoryCharacterSlotButton_IsPreferredCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuInventoryCharacterSlotButton \ +static_assert(alignof(USBZMainMenuInventoryCharacterSlotButton) == 0x000008, "Wrong alignment on USBZMainMenuInventoryCharacterSlotButton"); \ +static_assert(sizeof(USBZMainMenuInventoryCharacterSlotButton) == 0x0003A0, "Wrong size on USBZMainMenuInventoryCharacterSlotButton"); \ +static_assert(offsetof(USBZMainMenuInventoryCharacterSlotButton, CharacterSlotData) == 0x000370, "Member 'USBZMainMenuInventoryCharacterSlotButton::CharacterSlotData' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuInventoryCharacterSlotButton, InventoryIndex) == 0x000398, "Member 'USBZMainMenuInventoryCharacterSlotButton::InventoryIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuInventoryCharacterSlotButton, PreferredValueIndex) == 0x00039C, "Member 'USBZMainMenuInventoryCharacterSlotButton::PreferredValueIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPropDamageComponent_HandleTakePointDamage \ +static_assert(alignof(SBZPropDamageComponent_HandleTakePointDamage) == 0x000008, "Wrong alignment on SBZPropDamageComponent_HandleTakePointDamage"); \ +static_assert(sizeof(SBZPropDamageComponent_HandleTakePointDamage) == 0x000058, "Wrong size on SBZPropDamageComponent_HandleTakePointDamage"); \ +static_assert(offsetof(SBZPropDamageComponent_HandleTakePointDamage, DamagedActor) == 0x000000, "Member 'SBZPropDamageComponent_HandleTakePointDamage::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(SBZPropDamageComponent_HandleTakePointDamage, Damage) == 0x000008, "Member 'SBZPropDamageComponent_HandleTakePointDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(SBZPropDamageComponent_HandleTakePointDamage, InstigatedBy) == 0x000010, "Member 'SBZPropDamageComponent_HandleTakePointDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(SBZPropDamageComponent_HandleTakePointDamage, HitLocation) == 0x000018, "Member 'SBZPropDamageComponent_HandleTakePointDamage::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZPropDamageComponent_HandleTakePointDamage, HitComponent) == 0x000028, "Member 'SBZPropDamageComponent_HandleTakePointDamage::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZPropDamageComponent_HandleTakePointDamage, BoneName) == 0x000030, "Member 'SBZPropDamageComponent_HandleTakePointDamage::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SBZPropDamageComponent_HandleTakePointDamage, ShotFromDirection) == 0x00003C, "Member 'SBZPropDamageComponent_HandleTakePointDamage::ShotFromDirection' has a wrong offset!"); \ +static_assert(offsetof(SBZPropDamageComponent_HandleTakePointDamage, DamageType) == 0x000048, "Member 'SBZPropDamageComponent_HandleTakePointDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(SBZPropDamageComponent_HandleTakePointDamage, DamageCauser) == 0x000050, "Member 'SBZPropDamageComponent_HandleTakePointDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPropDamageComponent_HandleTakeRadialDamage \ +static_assert(alignof(SBZPropDamageComponent_HandleTakeRadialDamage) == 0x000008, "Wrong alignment on SBZPropDamageComponent_HandleTakeRadialDamage"); \ +static_assert(sizeof(SBZPropDamageComponent_HandleTakeRadialDamage) == 0x000058, "Wrong size on SBZPropDamageComponent_HandleTakeRadialDamage"); \ +static_assert(offsetof(SBZPropDamageComponent_HandleTakeRadialDamage, DamagedActor) == 0x000000, "Member 'SBZPropDamageComponent_HandleTakeRadialDamage::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(SBZPropDamageComponent_HandleTakeRadialDamage, Damage) == 0x000008, "Member 'SBZPropDamageComponent_HandleTakeRadialDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(SBZPropDamageComponent_HandleTakeRadialDamage, InstigatedBy) == 0x000010, "Member 'SBZPropDamageComponent_HandleTakeRadialDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(SBZPropDamageComponent_HandleTakeRadialDamage, HitInfos) == 0x000018, "Member 'SBZPropDamageComponent_HandleTakeRadialDamage::HitInfos' has a wrong offset!"); \ +static_assert(offsetof(SBZPropDamageComponent_HandleTakeRadialDamage, Params_0) == 0x000028, "Member 'SBZPropDamageComponent_HandleTakeRadialDamage::Params_0' has a wrong offset!"); \ +static_assert(offsetof(SBZPropDamageComponent_HandleTakeRadialDamage, Origin) == 0x00003C, "Member 'SBZPropDamageComponent_HandleTakeRadialDamage::Origin' has a wrong offset!"); \ +static_assert(offsetof(SBZPropDamageComponent_HandleTakeRadialDamage, DamageType) == 0x000048, "Member 'SBZPropDamageComponent_HandleTakeRadialDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(SBZPropDamageComponent_HandleTakeRadialDamage, DamageCauser) == 0x000050, "Member 'SBZPropDamageComponent_HandleTakeRadialDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPropDamageComponent_OnRep_DamagePools \ +static_assert(alignof(SBZPropDamageComponent_OnRep_DamagePools) == 0x000008, "Wrong alignment on SBZPropDamageComponent_OnRep_DamagePools"); \ +static_assert(sizeof(SBZPropDamageComponent_OnRep_DamagePools) == 0x000010, "Wrong size on SBZPropDamageComponent_OnRep_DamagePools"); \ +static_assert(offsetof(SBZPropDamageComponent_OnRep_DamagePools, OldDamagePool) == 0x000000, "Member 'SBZPropDamageComponent_OnRep_DamagePools::OldDamagePool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPropDamageComponent \ +static_assert(alignof(USBZPropDamageComponent) == 0x000008, "Wrong alignment on USBZPropDamageComponent"); \ +static_assert(sizeof(USBZPropDamageComponent) == 0x000118, "Wrong size on USBZPropDamageComponent"); \ +static_assert(offsetof(USBZPropDamageComponent, OnPropDamageHealth) == 0x0000C0, "Member 'USBZPropDamageComponent::OnPropDamageHealth' has a wrong offset!"); \ +static_assert(offsetof(USBZPropDamageComponent, OnPropDamageHits) == 0x0000D0, "Member 'USBZPropDamageComponent::OnPropDamageHits' has a wrong offset!"); \ +static_assert(offsetof(USBZPropDamageComponent, OnPropDamageHealthReject) == 0x0000E0, "Member 'USBZPropDamageComponent::OnPropDamageHealthReject' has a wrong offset!"); \ +static_assert(offsetof(USBZPropDamageComponent, OnPropDamageHitsReject) == 0x0000F0, "Member 'USBZPropDamageComponent::OnPropDamageHitsReject' has a wrong offset!"); \ +static_assert(offsetof(USBZPropDamageComponent, DamagePools) == 0x000100, "Member 'USBZPropDamageComponent::DamagePools' has a wrong offset!"); \ +static_assert(offsetof(USBZPropDamageComponent, bIsRejectHandled) == 0x000111, "Member 'USBZPropDamageComponent::bIsRejectHandled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAccelByteDSV2 \ +static_assert(alignof(USBZAccelByteDSV2) == 0x000008, "Wrong alignment on USBZAccelByteDSV2"); \ +static_assert(sizeof(USBZAccelByteDSV2) == 0x0000F8, "Wrong size on USBZAccelByteDSV2"); \ +static_assert(offsetof(USBZAccelByteDSV2, MaxServerLoginAttempts) == 0x000054, "Member 'USBZAccelByteDSV2::MaxServerLoginAttempts' has a wrong offset!"); \ +static_assert(offsetof(USBZAccelByteDSV2, PollPlayerCountInterval) == 0x000098, "Member 'USBZAccelByteDSV2::PollPlayerCountInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZAccelByteDSV2, BridgeURL) == 0x0000A0, "Member 'USBZAccelByteDSV2::BridgeURL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAccelByteNetworkErrorManager_Get \ +static_assert(alignof(SBZAccelByteNetworkErrorManager_Get) == 0x000008, "Wrong alignment on SBZAccelByteNetworkErrorManager_Get"); \ +static_assert(sizeof(SBZAccelByteNetworkErrorManager_Get) == 0x000010, "Wrong size on SBZAccelByteNetworkErrorManager_Get"); \ +static_assert(offsetof(SBZAccelByteNetworkErrorManager_Get, WorldContextObject) == 0x000000, "Member 'SBZAccelByteNetworkErrorManager_Get::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZAccelByteNetworkErrorManager_Get, ReturnValue) == 0x000008, "Member 'SBZAccelByteNetworkErrorManager_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAccelByteNetworkErrorManager_OnPopUpWaitToReconnectClosed \ +static_assert(alignof(SBZAccelByteNetworkErrorManager_OnPopUpWaitToReconnectClosed) == 0x000004, "Wrong alignment on SBZAccelByteNetworkErrorManager_OnPopUpWaitToReconnectClosed"); \ +static_assert(sizeof(SBZAccelByteNetworkErrorManager_OnPopUpWaitToReconnectClosed) == 0x00000C, "Wrong size on SBZAccelByteNetworkErrorManager_OnPopUpWaitToReconnectClosed"); \ +static_assert(offsetof(SBZAccelByteNetworkErrorManager_OnPopUpWaitToReconnectClosed, ActionName) == 0x000000, "Member 'SBZAccelByteNetworkErrorManager_OnPopUpWaitToReconnectClosed::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAccelByteNetworkErrorManager \ +static_assert(alignof(USBZAccelByteNetworkErrorManager) == 0x000008, "Wrong alignment on USBZAccelByteNetworkErrorManager"); \ +static_assert(sizeof(USBZAccelByteNetworkErrorManager) == 0x0000A0, "Wrong size on USBZAccelByteNetworkErrorManager"); \ +static_assert(offsetof(USBZAccelByteNetworkErrorManager, NotifyWidget) == 0x000078, "Member 'USBZAccelByteNetworkErrorManager::NotifyWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPlaceableArmorCharges \ +static_assert(alignof(ASBZPlaceableArmorCharges) == 0x000010, "Wrong alignment on ASBZPlaceableArmorCharges"); \ +static_assert(sizeof(ASBZPlaceableArmorCharges) == 0x000540, "Wrong size on ASBZPlaceableArmorCharges"); \ + +#define DUMPER7_ASSERTS_ASBZArmorRepairKit \ +static_assert(alignof(ASBZArmorRepairKit) == 0x000010, "Wrong alignment on ASBZArmorRepairKit"); \ +static_assert(sizeof(ASBZArmorRepairKit) == 0x000540, "Wrong size on ASBZArmorRepairKit"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutObjectiveBase_GetMaxProgressCount \ +static_assert(alignof(SBZHoldOutObjectiveBase_GetMaxProgressCount) == 0x000004, "Wrong alignment on SBZHoldOutObjectiveBase_GetMaxProgressCount"); \ +static_assert(sizeof(SBZHoldOutObjectiveBase_GetMaxProgressCount) == 0x000004, "Wrong size on SBZHoldOutObjectiveBase_GetMaxProgressCount"); \ +static_assert(offsetof(SBZHoldOutObjectiveBase_GetMaxProgressCount, ReturnValue) == 0x000000, "Member 'SBZHoldOutObjectiveBase_GetMaxProgressCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutObjectiveBase_GetProgress \ +static_assert(alignof(SBZHoldOutObjectiveBase_GetProgress) == 0x000004, "Wrong alignment on SBZHoldOutObjectiveBase_GetProgress"); \ +static_assert(sizeof(SBZHoldOutObjectiveBase_GetProgress) == 0x000004, "Wrong size on SBZHoldOutObjectiveBase_GetProgress"); \ +static_assert(offsetof(SBZHoldOutObjectiveBase_GetProgress, ReturnValue) == 0x000000, "Member 'SBZHoldOutObjectiveBase_GetProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutObjectiveBase_GetProgressCount \ +static_assert(alignof(SBZHoldOutObjectiveBase_GetProgressCount) == 0x000004, "Wrong alignment on SBZHoldOutObjectiveBase_GetProgressCount"); \ +static_assert(sizeof(SBZHoldOutObjectiveBase_GetProgressCount) == 0x000004, "Wrong size on SBZHoldOutObjectiveBase_GetProgressCount"); \ +static_assert(offsetof(SBZHoldOutObjectiveBase_GetProgressCount, ReturnValue) == 0x000000, "Member 'SBZHoldOutObjectiveBase_GetProgressCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutObjectiveBase_IsActive \ +static_assert(alignof(SBZHoldOutObjectiveBase_IsActive) == 0x000001, "Wrong alignment on SBZHoldOutObjectiveBase_IsActive"); \ +static_assert(sizeof(SBZHoldOutObjectiveBase_IsActive) == 0x000001, "Wrong size on SBZHoldOutObjectiveBase_IsActive"); \ +static_assert(offsetof(SBZHoldOutObjectiveBase_IsActive, ReturnValue) == 0x000000, "Member 'SBZHoldOutObjectiveBase_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutObjectiveBase_IsOptional \ +static_assert(alignof(SBZHoldOutObjectiveBase_IsOptional) == 0x000001, "Wrong alignment on SBZHoldOutObjectiveBase_IsOptional"); \ +static_assert(sizeof(SBZHoldOutObjectiveBase_IsOptional) == 0x000001, "Wrong size on SBZHoldOutObjectiveBase_IsOptional"); \ +static_assert(offsetof(SBZHoldOutObjectiveBase_IsOptional, ReturnValue) == 0x000000, "Member 'SBZHoldOutObjectiveBase_IsOptional::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHoldOutObjectiveBase \ +static_assert(alignof(USBZHoldOutObjectiveBase) == 0x000008, "Wrong alignment on USBZHoldOutObjectiveBase"); \ +static_assert(sizeof(USBZHoldOutObjectiveBase) == 0x000210, "Wrong size on USBZHoldOutObjectiveBase"); \ +static_assert(offsetof(USBZHoldOutObjectiveBase, bReverseCondition) == 0x000070, "Member 'USBZHoldOutObjectiveBase::bReverseCondition' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutObjectiveBase, bIsOptional) == 0x000071, "Member 'USBZHoldOutObjectiveBase::bIsOptional' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutObjectiveBase, bForceSuccess) == 0x000072, "Member 'USBZHoldOutObjectiveBase::bForceSuccess' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutObjectiveBase, bBroadcastProgressChanged) == 0x000073, "Member 'USBZHoldOutObjectiveBase::bBroadcastProgressChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutObjectiveBase, bEnableUIObjectiveOnSelected) == 0x000074, "Member 'USBZHoldOutObjectiveBase::bEnableUIObjectiveOnSelected' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutObjectiveBase, UIObjective) == 0x000078, "Member 'USBZHoldOutObjectiveBase::UIObjective' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutObjectiveBase, GrantedTagsOnSelect) == 0x000080, "Member 'USBZHoldOutObjectiveBase::GrantedTagsOnSelect' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutObjectiveBase, GrantedTagsOnStart) == 0x0000A0, "Member 'USBZHoldOutObjectiveBase::GrantedTagsOnStart' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutObjectiveBase, GrantedTagsOnProgressIncreased) == 0x0000C0, "Member 'USBZHoldOutObjectiveBase::GrantedTagsOnProgressIncreased' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutObjectiveBase, GrantedTagsOnProgressDecreased) == 0x0000E0, "Member 'USBZHoldOutObjectiveBase::GrantedTagsOnProgressDecreased' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutObjectiveBase, GrantedTagsOnSuccess) == 0x000100, "Member 'USBZHoldOutObjectiveBase::GrantedTagsOnSuccess' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutObjectiveBase, GrantedTagsOnFail) == 0x000120, "Member 'USBZHoldOutObjectiveBase::GrantedTagsOnFail' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutObjectiveBase, RemovedTagsOnSelect) == 0x000140, "Member 'USBZHoldOutObjectiveBase::RemovedTagsOnSelect' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutObjectiveBase, RemovedTagsOnStart) == 0x000160, "Member 'USBZHoldOutObjectiveBase::RemovedTagsOnStart' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutObjectiveBase, RemovedTagsOnProgressIncreased) == 0x000180, "Member 'USBZHoldOutObjectiveBase::RemovedTagsOnProgressIncreased' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutObjectiveBase, RemovedTagsOnProgressDecreased) == 0x0001A0, "Member 'USBZHoldOutObjectiveBase::RemovedTagsOnProgressDecreased' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutObjectiveBase, RemovedTagsOnSuccess) == 0x0001C0, "Member 'USBZHoldOutObjectiveBase::RemovedTagsOnSuccess' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutObjectiveBase, RemovedTagsOnFail) == 0x0001E0, "Member 'USBZHoldOutObjectiveBase::RemovedTagsOnFail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutZoneOverlapObjective_OnFilteredActorBeginOverlapping \ +static_assert(alignof(SBZHoldOutZoneOverlapObjective_OnFilteredActorBeginOverlapping) == 0x000008, "Wrong alignment on SBZHoldOutZoneOverlapObjective_OnFilteredActorBeginOverlapping"); \ +static_assert(sizeof(SBZHoldOutZoneOverlapObjective_OnFilteredActorBeginOverlapping) == 0x000020, "Wrong size on SBZHoldOutZoneOverlapObjective_OnFilteredActorBeginOverlapping"); \ +static_assert(offsetof(SBZHoldOutZoneOverlapObjective_OnFilteredActorBeginOverlapping, Identifier) == 0x000000, "Member 'SBZHoldOutZoneOverlapObjective_OnFilteredActorBeginOverlapping::Identifier' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutZoneOverlapObjective_OnFilteredActorBeginOverlapping, Actor) == 0x000010, "Member 'SBZHoldOutZoneOverlapObjective_OnFilteredActorBeginOverlapping::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutZoneOverlapObjective_OnFilteredActorBeginOverlapping, CurrentTotalActors) == 0x000018, "Member 'SBZHoldOutZoneOverlapObjective_OnFilteredActorBeginOverlapping::CurrentTotalActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutZoneOverlapObjective_OnFilteredActorEndOverlapping \ +static_assert(alignof(SBZHoldOutZoneOverlapObjective_OnFilteredActorEndOverlapping) == 0x000008, "Wrong alignment on SBZHoldOutZoneOverlapObjective_OnFilteredActorEndOverlapping"); \ +static_assert(sizeof(SBZHoldOutZoneOverlapObjective_OnFilteredActorEndOverlapping) == 0x000020, "Wrong size on SBZHoldOutZoneOverlapObjective_OnFilteredActorEndOverlapping"); \ +static_assert(offsetof(SBZHoldOutZoneOverlapObjective_OnFilteredActorEndOverlapping, Identifier) == 0x000000, "Member 'SBZHoldOutZoneOverlapObjective_OnFilteredActorEndOverlapping::Identifier' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutZoneOverlapObjective_OnFilteredActorEndOverlapping, Actor) == 0x000010, "Member 'SBZHoldOutZoneOverlapObjective_OnFilteredActorEndOverlapping::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutZoneOverlapObjective_OnFilteredActorEndOverlapping, CurrentTotalActors) == 0x000018, "Member 'SBZHoldOutZoneOverlapObjective_OnFilteredActorEndOverlapping::CurrentTotalActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutZoneOverlapObjective_OnPlayersAliveCountChanged \ +static_assert(alignof(SBZHoldOutZoneOverlapObjective_OnPlayersAliveCountChanged) == 0x000008, "Wrong alignment on SBZHoldOutZoneOverlapObjective_OnPlayersAliveCountChanged"); \ +static_assert(sizeof(SBZHoldOutZoneOverlapObjective_OnPlayersAliveCountChanged) == 0x000010, "Wrong size on SBZHoldOutZoneOverlapObjective_OnPlayersAliveCountChanged"); \ +static_assert(offsetof(SBZHoldOutZoneOverlapObjective_OnPlayersAliveCountChanged, Players) == 0x000000, "Member 'SBZHoldOutZoneOverlapObjective_OnPlayersAliveCountChanged::Players' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHoldOutZoneOverlapObjective \ +static_assert(alignof(USBZHoldOutZoneOverlapObjective) == 0x000008, "Wrong alignment on USBZHoldOutZoneOverlapObjective"); \ +static_assert(sizeof(USBZHoldOutZoneOverlapObjective) == 0x000228, "Wrong size on USBZHoldOutZoneOverlapObjective"); \ +static_assert(offsetof(USBZHoldOutZoneOverlapObjective, TriggerVolumeActor) == 0x000210, "Member 'USBZHoldOutZoneOverlapObjective::TriggerVolumeActor' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutZoneOverlapObjective, bUsePlayerCount) == 0x000218, "Member 'USBZHoldOutZoneOverlapObjective::bUsePlayerCount' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutZoneOverlapObjective, NumActorToOverlap) == 0x00021C, "Member 'USBZHoldOutZoneOverlapObjective::NumActorToOverlap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAccelByteServerLifeCycle \ +static_assert(alignof(USBZAccelByteServerLifeCycle) == 0x000008, "Wrong alignment on USBZAccelByteServerLifeCycle"); \ +static_assert(sizeof(USBZAccelByteServerLifeCycle) == 0x000070, "Wrong size on USBZAccelByteServerLifeCycle"); \ +static_assert(offsetof(USBZAccelByteServerLifeCycle, StateMachine) == 0x000030, "Member 'USBZAccelByteServerLifeCycle::StateMachine' has a wrong offset!"); \ +static_assert(offsetof(USBZAccelByteServerLifeCycle, AccelByteDs) == 0x000038, "Member 'USBZAccelByteServerLifeCycle::AccelByteDs' has a wrong offset!"); \ +static_assert(offsetof(USBZAccelByteServerLifeCycle, ShutdownTimeDsLoading) == 0x00005C, "Member 'USBZAccelByteServerLifeCycle::ShutdownTimeDsLoading' has a wrong offset!"); \ +static_assert(offsetof(USBZAccelByteServerLifeCycle, ShutdownTimeDsWaitingForPlayers) == 0x000060, "Member 'USBZAccelByteServerLifeCycle::ShutdownTimeDsWaitingForPlayers' has a wrong offset!"); \ +static_assert(offsetof(USBZAccelByteServerLifeCycle, ShutdownTimeDsWaitingForPlayersShort) == 0x000064, "Member 'USBZAccelByteServerLifeCycle::ShutdownTimeDsWaitingForPlayersShort' has a wrong offset!"); \ +static_assert(offsetof(USBZAccelByteServerLifeCycle, ShutdownTimeDsActionPhase) == 0x000068, "Member 'USBZAccelByteServerLifeCycle::ShutdownTimeDsActionPhase' has a wrong offset!"); \ +static_assert(offsetof(USBZAccelByteServerLifeCycle, ShutdownTimeDsResult) == 0x00006C, "Member 'USBZAccelByteServerLifeCycle::ShutdownTimeDsResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryContext_Players \ +static_assert(alignof(USBZEnvQueryContext_Players) == 0x000008, "Wrong alignment on USBZEnvQueryContext_Players"); \ +static_assert(sizeof(USBZEnvQueryContext_Players) == 0x000030, "Wrong size on USBZEnvQueryContext_Players"); \ + +#define DUMPER7_ASSERTS_USBZAccelByteUser \ +static_assert(alignof(USBZAccelByteUser) == 0x000008, "Wrong alignment on USBZAccelByteUser"); \ +static_assert(sizeof(USBZAccelByteUser) == 0x000120, "Wrong size on USBZAccelByteUser"); \ +static_assert(offsetof(USBZAccelByteUser, Country) == 0x000048, "Member 'USBZAccelByteUser::Country' has a wrong offset!"); \ +static_assert(offsetof(USBZAccelByteUser, City) == 0x000058, "Member 'USBZAccelByteUser::City' has a wrong offset!"); \ +static_assert(offsetof(USBZAccelByteUser, UserActivity) == 0x000068, "Member 'USBZAccelByteUser::UserActivity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZImpactConfig \ +static_assert(alignof(USBZImpactConfig) == 0x000008, "Wrong alignment on USBZImpactConfig"); \ +static_assert(sizeof(USBZImpactConfig) == 0x000080, "Wrong size on USBZImpactConfig"); \ +static_assert(offsetof(USBZImpactConfig, Default) == 0x000030, "Member 'USBZImpactConfig::Default' has a wrong offset!"); \ +static_assert(offsetof(USBZImpactConfig, bIsTranslucentMaterial) == 0x000078, "Member 'USBZImpactConfig::bIsTranslucentMaterial' has a wrong offset!"); \ +static_assert(offsetof(USBZImpactConfig, TranslucentSortPriority) == 0x00007C, "Member 'USBZImpactConfig::TranslucentSortPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZArrayLibrary_FindArray \ +static_assert(alignof(SBZArrayLibrary_FindArray) == 0x000008, "Wrong alignment on SBZArrayLibrary_FindArray"); \ +static_assert(sizeof(SBZArrayLibrary_FindArray) == 0x000030, "Wrong size on SBZArrayLibrary_FindArray"); \ +static_assert(offsetof(SBZArrayLibrary_FindArray, Array) == 0x000000, "Member 'SBZArrayLibrary_FindArray::Array' has a wrong offset!"); \ +static_assert(offsetof(SBZArrayLibrary_FindArray, SelectCallback) == 0x000010, "Member 'SBZArrayLibrary_FindArray::SelectCallback' has a wrong offset!"); \ +static_assert(offsetof(SBZArrayLibrary_FindArray, ReturnValue) == 0x000028, "Member 'SBZArrayLibrary_FindArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZArrayLibrary_RandomizedSplitArray \ +static_assert(alignof(SBZArrayLibrary_RandomizedSplitArray) == 0x000008, "Wrong alignment on SBZArrayLibrary_RandomizedSplitArray"); \ +static_assert(sizeof(SBZArrayLibrary_RandomizedSplitArray) == 0x000040, "Wrong size on SBZArrayLibrary_RandomizedSplitArray"); \ +static_assert(offsetof(SBZArrayLibrary_RandomizedSplitArray, ObjectList) == 0x000000, "Member 'SBZArrayLibrary_RandomizedSplitArray::ObjectList' has a wrong offset!"); \ +static_assert(offsetof(SBZArrayLibrary_RandomizedSplitArray, Min) == 0x000010, "Member 'SBZArrayLibrary_RandomizedSplitArray::Min' has a wrong offset!"); \ +static_assert(offsetof(SBZArrayLibrary_RandomizedSplitArray, Max) == 0x000014, "Member 'SBZArrayLibrary_RandomizedSplitArray::Max' has a wrong offset!"); \ +static_assert(offsetof(SBZArrayLibrary_RandomizedSplitArray, RandomStream) == 0x000018, "Member 'SBZArrayLibrary_RandomizedSplitArray::RandomStream' has a wrong offset!"); \ +static_assert(offsetof(SBZArrayLibrary_RandomizedSplitArray, ChosenObjects) == 0x000020, "Member 'SBZArrayLibrary_RandomizedSplitArray::ChosenObjects' has a wrong offset!"); \ +static_assert(offsetof(SBZArrayLibrary_RandomizedSplitArray, LeftoverObjects) == 0x000030, "Member 'SBZArrayLibrary_RandomizedSplitArray::LeftoverObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZArrayLibrary_SelectArray \ +static_assert(alignof(SBZArrayLibrary_SelectArray) == 0x000008, "Wrong alignment on SBZArrayLibrary_SelectArray"); \ +static_assert(sizeof(SBZArrayLibrary_SelectArray) == 0x000040, "Wrong size on SBZArrayLibrary_SelectArray"); \ +static_assert(offsetof(SBZArrayLibrary_SelectArray, Array) == 0x000000, "Member 'SBZArrayLibrary_SelectArray::Array' has a wrong offset!"); \ +static_assert(offsetof(SBZArrayLibrary_SelectArray, OutArray) == 0x000010, "Member 'SBZArrayLibrary_SelectArray::OutArray' has a wrong offset!"); \ +static_assert(offsetof(SBZArrayLibrary_SelectArray, SelectCallback) == 0x000020, "Member 'SBZArrayLibrary_SelectArray::SelectCallback' has a wrong offset!"); \ +static_assert(offsetof(SBZArrayLibrary_SelectArray, Limit) == 0x000034, "Member 'SBZArrayLibrary_SelectArray::Limit' has a wrong offset!"); \ +static_assert(offsetof(SBZArrayLibrary_SelectArray, ReturnValue) == 0x000038, "Member 'SBZArrayLibrary_SelectArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZArrayLibrary_SortArray \ +static_assert(alignof(SBZArrayLibrary_SortArray) == 0x000008, "Wrong alignment on SBZArrayLibrary_SortArray"); \ +static_assert(sizeof(SBZArrayLibrary_SortArray) == 0x000038, "Wrong size on SBZArrayLibrary_SortArray"); \ +static_assert(offsetof(SBZArrayLibrary_SortArray, Array) == 0x000000, "Member 'SBZArrayLibrary_SortArray::Array' has a wrong offset!"); \ +static_assert(offsetof(SBZArrayLibrary_SortArray, OutArray) == 0x000010, "Member 'SBZArrayLibrary_SortArray::OutArray' has a wrong offset!"); \ +static_assert(offsetof(SBZArrayLibrary_SortArray, SortCallback) == 0x000020, "Member 'SBZArrayLibrary_SortArray::SortCallback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZArrayLibrary \ +static_assert(alignof(USBZArrayLibrary) == 0x000008, "Wrong alignment on USBZArrayLibrary"); \ +static_assert(sizeof(USBZArrayLibrary) == 0x000030, "Wrong size on USBZArrayLibrary"); \ + +#define DUMPER7_ASSERTS_USBZWeaponDOFData \ +static_assert(alignof(USBZWeaponDOFData) == 0x000008, "Wrong alignment on USBZWeaponDOFData"); \ +static_assert(sizeof(USBZWeaponDOFData) == 0x000088, "Wrong size on USBZWeaponDOFData"); \ +static_assert(offsetof(USBZWeaponDOFData, NormalDOF) == 0x000038, "Member 'USBZWeaponDOFData::NormalDOF' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponDOFData, TargetingDOF) == 0x00004C, "Member 'USBZWeaponDOFData::TargetingDOF' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponDOFData, TopPassNormalDOF) == 0x000060, "Member 'USBZWeaponDOFData::TopPassNormalDOF' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponDOFData, TopPassTargetingDOF) == 0x000074, "Member 'USBZWeaponDOFData::TopPassTargetingDOF' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAccelByteUserImplentation_HandlePlatformUserChanged \ +static_assert(alignof(SBZAccelByteUserImplentation_HandlePlatformUserChanged) == 0x000004, "Wrong alignment on SBZAccelByteUserImplentation_HandlePlatformUserChanged"); \ +static_assert(sizeof(SBZAccelByteUserImplentation_HandlePlatformUserChanged) == 0x000004, "Wrong size on SBZAccelByteUserImplentation_HandlePlatformUserChanged"); \ +static_assert(offsetof(SBZAccelByteUserImplentation_HandlePlatformUserChanged, OldUserIndex) == 0x000000, "Member 'SBZAccelByteUserImplentation_HandlePlatformUserChanged::OldUserIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAccelByteUserImplentation \ +static_assert(alignof(USBZAccelByteUserImplentation) == 0x000008, "Wrong alignment on USBZAccelByteUserImplentation"); \ +static_assert(sizeof(USBZAccelByteUserImplentation) == 0x000168, "Wrong size on USBZAccelByteUserImplentation"); \ + +#define DUMPER7_ASSERTS_SBZPowerUp_OnServerCompleteInteraction \ +static_assert(alignof(SBZPowerUp_OnServerCompleteInteraction) == 0x000008, "Wrong alignment on SBZPowerUp_OnServerCompleteInteraction"); \ +static_assert(sizeof(SBZPowerUp_OnServerCompleteInteraction) == 0x000018, "Wrong size on SBZPowerUp_OnServerCompleteInteraction"); \ +static_assert(offsetof(SBZPowerUp_OnServerCompleteInteraction, InteractableComp) == 0x000000, "Member 'SBZPowerUp_OnServerCompleteInteraction::InteractableComp' has a wrong offset!"); \ +static_assert(offsetof(SBZPowerUp_OnServerCompleteInteraction, Interactor) == 0x000008, "Member 'SBZPowerUp_OnServerCompleteInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZPowerUp_OnServerCompleteInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZPowerUp_OnServerCompleteInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPowerUp_SetInteractionEnabled \ +static_assert(alignof(SBZPowerUp_SetInteractionEnabled) == 0x000001, "Wrong alignment on SBZPowerUp_SetInteractionEnabled"); \ +static_assert(sizeof(SBZPowerUp_SetInteractionEnabled) == 0x000001, "Wrong size on SBZPowerUp_SetInteractionEnabled"); \ +static_assert(offsetof(SBZPowerUp_SetInteractionEnabled, bEnabled) == 0x000000, "Member 'SBZPowerUp_SetInteractionEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPowerUp_IsSeasonalItem \ +static_assert(alignof(SBZPowerUp_IsSeasonalItem) == 0x000001, "Wrong alignment on SBZPowerUp_IsSeasonalItem"); \ +static_assert(sizeof(SBZPowerUp_IsSeasonalItem) == 0x000001, "Wrong size on SBZPowerUp_IsSeasonalItem"); \ +static_assert(offsetof(SBZPowerUp_IsSeasonalItem, ReturnValue) == 0x000000, "Member 'SBZPowerUp_IsSeasonalItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPowerUp \ +static_assert(alignof(ASBZPowerUp) == 0x000008, "Wrong alignment on ASBZPowerUp"); \ +static_assert(sizeof(ASBZPowerUp) == 0x0002D0, "Wrong size on ASBZPowerUp"); \ +static_assert(offsetof(ASBZPowerUp, InteractableComponent) == 0x0002A8, "Member 'ASBZPowerUp::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZPowerUp, bIsDestroyedOnPickUp) == 0x0002B0, "Member 'ASBZPowerUp::bIsDestroyedOnPickUp' has a wrong offset!"); \ +static_assert(offsetof(ASBZPowerUp, BuffsToGive) == 0x0002B8, "Member 'ASBZPowerUp::BuffsToGive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSeasonalEventItemBase_BP_OnItemPickedUp \ +static_assert(alignof(SBZSeasonalEventItemBase_BP_OnItemPickedUp) == 0x000001, "Wrong alignment on SBZSeasonalEventItemBase_BP_OnItemPickedUp"); \ +static_assert(sizeof(SBZSeasonalEventItemBase_BP_OnItemPickedUp) == 0x000001, "Wrong size on SBZSeasonalEventItemBase_BP_OnItemPickedUp"); \ +static_assert(offsetof(SBZSeasonalEventItemBase_BP_OnItemPickedUp, bIsPositiveEffect) == 0x000000, "Member 'SBZSeasonalEventItemBase_BP_OnItemPickedUp::bIsPositiveEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSeasonalEventItemBase_Multicast_OnItemPickedUp \ +static_assert(alignof(SBZSeasonalEventItemBase_Multicast_OnItemPickedUp) == 0x000001, "Wrong alignment on SBZSeasonalEventItemBase_Multicast_OnItemPickedUp"); \ +static_assert(sizeof(SBZSeasonalEventItemBase_Multicast_OnItemPickedUp) == 0x000001, "Wrong size on SBZSeasonalEventItemBase_Multicast_OnItemPickedUp"); \ +static_assert(offsetof(SBZSeasonalEventItemBase_Multicast_OnItemPickedUp, bIsPositiveEffect) == 0x000000, "Member 'SBZSeasonalEventItemBase_Multicast_OnItemPickedUp::bIsPositiveEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZSeasonalEventItemBase \ +static_assert(alignof(ASBZSeasonalEventItemBase) == 0x000008, "Wrong alignment on ASBZSeasonalEventItemBase"); \ +static_assert(sizeof(ASBZSeasonalEventItemBase) == 0x0002F0, "Wrong size on ASBZSeasonalEventItemBase"); \ +static_assert(offsetof(ASBZSeasonalEventItemBase, EffectChanceDataArray) == 0x0002D0, "Member 'ASBZSeasonalEventItemBase::EffectChanceDataArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZSeasonalEventItemBase, HealthGained) == 0x0002E0, "Member 'ASBZSeasonalEventItemBase::HealthGained' has a wrong offset!"); \ +static_assert(offsetof(ASBZSeasonalEventItemBase, ArmorChunksToGrant) == 0x0002E4, "Member 'ASBZSeasonalEventItemBase::ArmorChunksToGrant' has a wrong offset!"); \ +static_assert(offsetof(ASBZSeasonalEventItemBase, NumberOfMagazines) == 0x0002E8, "Member 'ASBZSeasonalEventItemBase::NumberOfMagazines' has a wrong offset!"); \ +static_assert(offsetof(ASBZSeasonalEventItemBase, NumberOfGrenades) == 0x0002E9, "Member 'ASBZSeasonalEventItemBase::NumberOfGrenades' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAccelByteUserNull \ +static_assert(alignof(USBZAccelByteUserNull) == 0x000008, "Wrong alignment on USBZAccelByteUserNull"); \ +static_assert(sizeof(USBZAccelByteUserNull) == 0x000120, "Wrong size on USBZAccelByteUserNull"); \ + +#define DUMPER7_ASSERTS_SBZBagItem_BP_OnDegradationChanged \ +static_assert(alignof(SBZBagItem_BP_OnDegradationChanged) == 0x000004, "Wrong alignment on SBZBagItem_BP_OnDegradationChanged"); \ +static_assert(sizeof(SBZBagItem_BP_OnDegradationChanged) == 0x000004, "Wrong size on SBZBagItem_BP_OnDegradationChanged"); \ +static_assert(offsetof(SBZBagItem_BP_OnDegradationChanged, DegredationLevel) == 0x000000, "Member 'SBZBagItem_BP_OnDegradationChanged::DegredationLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBagItem_BP_OnZiplineAttachmentChanged \ +static_assert(alignof(SBZBagItem_BP_OnZiplineAttachmentChanged) == 0x000001, "Wrong alignment on SBZBagItem_BP_OnZiplineAttachmentChanged"); \ +static_assert(sizeof(SBZBagItem_BP_OnZiplineAttachmentChanged) == 0x000001, "Wrong size on SBZBagItem_BP_OnZiplineAttachmentChanged"); \ +static_assert(offsetof(SBZBagItem_BP_OnZiplineAttachmentChanged, bIsAttached) == 0x000000, "Member 'SBZBagItem_BP_OnZiplineAttachmentChanged::bIsAttached' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBagItem_Multicast_SetZipline \ +static_assert(alignof(SBZBagItem_Multicast_SetZipline) == 0x000008, "Wrong alignment on SBZBagItem_Multicast_SetZipline"); \ +static_assert(sizeof(SBZBagItem_Multicast_SetZipline) == 0x000010, "Wrong size on SBZBagItem_Multicast_SetZipline"); \ +static_assert(offsetof(SBZBagItem_Multicast_SetZipline, Zipline) == 0x000000, "Member 'SBZBagItem_Multicast_SetZipline::Zipline' has a wrong offset!"); \ +static_assert(offsetof(SBZBagItem_Multicast_SetZipline, InTimeOnZipline) == 0x000008, "Member 'SBZBagItem_Multicast_SetZipline::InTimeOnZipline' has a wrong offset!"); \ +static_assert(offsetof(SBZBagItem_Multicast_SetZipline, bInIsMovingForward) == 0x00000C, "Member 'SBZBagItem_Multicast_SetZipline::bInIsMovingForward' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBagItem_OnPickup \ +static_assert(alignof(SBZBagItem_OnPickup) == 0x000008, "Wrong alignment on SBZBagItem_OnPickup"); \ +static_assert(sizeof(SBZBagItem_OnPickup) == 0x000018, "Wrong size on SBZBagItem_OnPickup"); \ +static_assert(offsetof(SBZBagItem_OnPickup, Interactable_0) == 0x000000, "Member 'SBZBagItem_OnPickup::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(SBZBagItem_OnPickup, Interactor) == 0x000008, "Member 'SBZBagItem_OnPickup::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZBagItem_OnPickup, bInIsLocallyControlled) == 0x000010, "Member 'SBZBagItem_OnPickup::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBagItem_SecureBag \ +static_assert(alignof(SBZBagItem_SecureBag) == 0x000001, "Wrong alignment on SBZBagItem_SecureBag"); \ +static_assert(sizeof(SBZBagItem_SecureBag) == 0x000002, "Wrong size on SBZBagItem_SecureBag"); \ +static_assert(offsetof(SBZBagItem_SecureBag, bDestroyOnSecured) == 0x000000, "Member 'SBZBagItem_SecureBag::bDestroyOnSecured' has a wrong offset!"); \ +static_assert(offsetof(SBZBagItem_SecureBag, ReturnValue) == 0x000001, "Member 'SBZBagItem_SecureBag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZBagItem \ +static_assert(alignof(ASBZBagItem) == 0x000008, "Wrong alignment on ASBZBagItem"); \ +static_assert(sizeof(ASBZBagItem) == 0x000350, "Wrong size on ASBZBagItem"); \ +static_assert(offsetof(ASBZBagItem, AudioComponent) == 0x0002B0, "Member 'ASBZBagItem::AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagItem, ZiplineAudioController) == 0x0002B8, "Member 'ASBZBagItem::ZiplineAudioController' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagItem, OverrideImpactEvent) == 0x0002C0, "Member 'ASBZBagItem::OverrideImpactEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagItem, MinimumImpactVelocity) == 0x0002C8, "Member 'ASBZBagItem::MinimumImpactVelocity' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagItem, ZiplineMotorClass) == 0x0002D0, "Member 'ASBZBagItem::ZiplineMotorClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagItem, CurrentZiplineMotor) == 0x0002D8, "Member 'ASBZBagItem::CurrentZiplineMotor' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagItem, BoxComponent) == 0x0002E0, "Member 'ASBZBagItem::BoxComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagItem, Interactable) == 0x0002E8, "Member 'ASBZBagItem::Interactable' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagItem, PhysicsCorrector) == 0x0002F0, "Member 'ASBZBagItem::PhysicsCorrector' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagItem, Bag) == 0x0002F8, "Member 'ASBZBagItem::Bag' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagItem, CurrentZipLine) == 0x000308, "Member 'ASBZBagItem::CurrentZipLine' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagItem, TimeOnZipline) == 0x000310, "Member 'ASBZBagItem::TimeOnZipline' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagItem, bIsMovingOnZiplineForward) == 0x000314, "Member 'ASBZBagItem::bIsMovingOnZiplineForward' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagItem, BagId) == 0x000318, "Member 'ASBZBagItem::BagId' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagItem, InteractionDelay) == 0x00031C, "Member 'ASBZBagItem::InteractionDelay' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagItem, ZiplineParams) == 0x000320, "Member 'ASBZBagItem::ZiplineParams' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagItem, bCanCrewAICarry) == 0x000328, "Member 'ASBZBagItem::bCanCrewAICarry' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagItem, bShouldBroadcastOnHitEvent) == 0x000329, "Member 'ASBZBagItem::bShouldBroadcastOnHitEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagItem, MarkerID) == 0x00032C, "Member 'ASBZBagItem::MarkerID' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagItem, bIsInAir) == 0x000340, "Member 'ASBZBagItem::bIsInAir' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagItem, HurtReactionWeightOnAI) == 0x000344, "Member 'ASBZBagItem::HurtReactionWeightOnAI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAttractableBagItem \ +static_assert(alignof(ASBZAttractableBagItem) == 0x000008, "Wrong alignment on ASBZAttractableBagItem"); \ +static_assert(sizeof(ASBZAttractableBagItem) == 0x0003A0, "Wrong size on ASBZAttractableBagItem"); \ +static_assert(offsetof(ASBZAttractableBagItem, AttractorComponent) == 0x000370, "Member 'ASBZAttractableBagItem::AttractorComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAttractableBagItem, RoomVolumes) == 0x000390, "Member 'ASBZAttractableBagItem::RoomVolumes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAchievementManager_GetAchievementManager \ +static_assert(alignof(SBZAchievementManager_GetAchievementManager) == 0x000008, "Wrong alignment on SBZAchievementManager_GetAchievementManager"); \ +static_assert(sizeof(SBZAchievementManager_GetAchievementManager) == 0x000010, "Wrong size on SBZAchievementManager_GetAchievementManager"); \ +static_assert(offsetof(SBZAchievementManager_GetAchievementManager, WorldContextObject) == 0x000000, "Member 'SBZAchievementManager_GetAchievementManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZAchievementManager_GetAchievementManager, ReturnValue) == 0x000008, "Member 'SBZAchievementManager_GetAchievementManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAchievementManager_CompleteAchievement \ +static_assert(alignof(SBZAchievementManager_CompleteAchievement) == 0x000004, "Wrong alignment on SBZAchievementManager_CompleteAchievement"); \ +static_assert(sizeof(SBZAchievementManager_CompleteAchievement) == 0x00000C, "Wrong size on SBZAchievementManager_CompleteAchievement"); \ +static_assert(offsetof(SBZAchievementManager_CompleteAchievement, AchievementId) == 0x000000, "Member 'SBZAchievementManager_CompleteAchievement::AchievementId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAchievementManager_CompleteAchievements \ +static_assert(alignof(SBZAchievementManager_CompleteAchievements) == 0x000008, "Wrong alignment on SBZAchievementManager_CompleteAchievements"); \ +static_assert(sizeof(SBZAchievementManager_CompleteAchievements) == 0x000010, "Wrong size on SBZAchievementManager_CompleteAchievements"); \ +static_assert(offsetof(SBZAchievementManager_CompleteAchievements, AchievementIds) == 0x000000, "Member 'SBZAchievementManager_CompleteAchievements::AchievementIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAchievementManager_HandlePlatformUserChanged \ +static_assert(alignof(SBZAchievementManager_HandlePlatformUserChanged) == 0x000004, "Wrong alignment on SBZAchievementManager_HandlePlatformUserChanged"); \ +static_assert(sizeof(SBZAchievementManager_HandlePlatformUserChanged) == 0x000004, "Wrong size on SBZAchievementManager_HandlePlatformUserChanged"); \ +static_assert(offsetof(SBZAchievementManager_HandlePlatformUserChanged, OldUserIndex) == 0x000000, "Member 'SBZAchievementManager_HandlePlatformUserChanged::OldUserIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAchievementManager_OnChallengeCompleted \ +static_assert(alignof(SBZAchievementManager_OnChallengeCompleted) == 0x000008, "Wrong alignment on SBZAchievementManager_OnChallengeCompleted"); \ +static_assert(sizeof(SBZAchievementManager_OnChallengeCompleted) == 0x0000A8, "Wrong size on SBZAchievementManager_OnChallengeCompleted"); \ +static_assert(offsetof(SBZAchievementManager_OnChallengeCompleted, ChallengeData) == 0x000000, "Member 'SBZAchievementManager_OnChallengeCompleted::ChallengeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAchievementManager \ +static_assert(alignof(USBZAchievementManager) == 0x000008, "Wrong alignment on USBZAchievementManager"); \ +static_assert(sizeof(USBZAchievementManager) == 0x0000A8, "Wrong size on USBZAchievementManager"); \ + +#define DUMPER7_ASSERTS_ISBZProjectileInterface \ +static_assert(alignof(ISBZProjectileInterface) == 0x000001, "Wrong alignment on ISBZProjectileInterface"); \ +static_assert(sizeof(ISBZProjectileInterface) == 0x000001, "Wrong size on ISBZProjectileInterface"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryContext_SquadOrderTargetConnector \ +static_assert(alignof(USBZEnvQueryContext_SquadOrderTargetConnector) == 0x000008, "Wrong alignment on USBZEnvQueryContext_SquadOrderTargetConnector"); \ +static_assert(sizeof(USBZEnvQueryContext_SquadOrderTargetConnector) == 0x000030, "Wrong size on USBZEnvQueryContext_SquadOrderTargetConnector"); \ + +#define DUMPER7_ASSERTS_SBZAcousticPortalConnectorComponent_SetAllowPortalStateChange \ +static_assert(alignof(SBZAcousticPortalConnectorComponent_SetAllowPortalStateChange) == 0x000001, "Wrong alignment on SBZAcousticPortalConnectorComponent_SetAllowPortalStateChange"); \ +static_assert(sizeof(SBZAcousticPortalConnectorComponent_SetAllowPortalStateChange) == 0x000001, "Wrong size on SBZAcousticPortalConnectorComponent_SetAllowPortalStateChange"); \ +static_assert(offsetof(SBZAcousticPortalConnectorComponent_SetAllowPortalStateChange, bIsAllowed) == 0x000000, "Member 'SBZAcousticPortalConnectorComponent_SetAllowPortalStateChange::bIsAllowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAcousticPortalConnectorComponent_SetPortalOpenState \ +static_assert(alignof(SBZAcousticPortalConnectorComponent_SetPortalOpenState) == 0x000001, "Wrong alignment on SBZAcousticPortalConnectorComponent_SetPortalOpenState"); \ +static_assert(sizeof(SBZAcousticPortalConnectorComponent_SetPortalOpenState) == 0x000002, "Wrong size on SBZAcousticPortalConnectorComponent_SetPortalOpenState"); \ +static_assert(offsetof(SBZAcousticPortalConnectorComponent_SetPortalOpenState, bIsOpen) == 0x000000, "Member 'SBZAcousticPortalConnectorComponent_SetPortalOpenState::bIsOpen' has a wrong offset!"); \ +static_assert(offsetof(SBZAcousticPortalConnectorComponent_SetPortalOpenState, bIsInstant) == 0x000001, "Member 'SBZAcousticPortalConnectorComponent_SetPortalOpenState::bIsInstant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAcousticPortalConnectorComponent_IsPortalStateChangeAllowed \ +static_assert(alignof(SBZAcousticPortalConnectorComponent_IsPortalStateChangeAllowed) == 0x000001, "Wrong alignment on SBZAcousticPortalConnectorComponent_IsPortalStateChangeAllowed"); \ +static_assert(sizeof(SBZAcousticPortalConnectorComponent_IsPortalStateChangeAllowed) == 0x000001, "Wrong size on SBZAcousticPortalConnectorComponent_IsPortalStateChangeAllowed"); \ +static_assert(offsetof(SBZAcousticPortalConnectorComponent_IsPortalStateChangeAllowed, ReturnValue) == 0x000000, "Member 'SBZAcousticPortalConnectorComponent_IsPortalStateChangeAllowed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAcousticPortalConnectorComponent \ +static_assert(alignof(USBZAcousticPortalConnectorComponent) == 0x000008, "Wrong alignment on USBZAcousticPortalConnectorComponent"); \ +static_assert(sizeof(USBZAcousticPortalConnectorComponent) == 0x0000D0, "Wrong size on USBZAcousticPortalConnectorComponent"); \ +static_assert(offsetof(USBZAcousticPortalConnectorComponent, ConnectedPortal) == 0x0000C0, "Member 'USBZAcousticPortalConnectorComponent::ConnectedPortal' has a wrong offset!"); \ +static_assert(offsetof(USBZAcousticPortalConnectorComponent, bIsOpenState) == 0x0000C8, "Member 'USBZAcousticPortalConnectorComponent::bIsOpenState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZAssetDatabaseManagerInterface \ +static_assert(alignof(ISBZAssetDatabaseManagerInterface) == 0x000001, "Wrong alignment on ISBZAssetDatabaseManagerInterface"); \ +static_assert(sizeof(ISBZAssetDatabaseManagerInterface) == 0x000001, "Wrong size on ISBZAssetDatabaseManagerInterface"); \ + +#define DUMPER7_ASSERTS_SBZActionInputWidget_SetAction \ +static_assert(alignof(SBZActionInputWidget_SetAction) == 0x000004, "Wrong alignment on SBZActionInputWidget_SetAction"); \ +static_assert(sizeof(SBZActionInputWidget_SetAction) == 0x000010, "Wrong size on SBZActionInputWidget_SetAction"); \ +static_assert(offsetof(SBZActionInputWidget_SetAction, InActionName) == 0x000000, "Member 'SBZActionInputWidget_SetAction::InActionName' has a wrong offset!"); \ +static_assert(offsetof(SBZActionInputWidget_SetAction, bShouldConsumeInput) == 0x00000C, "Member 'SBZActionInputWidget_SetAction::bShouldConsumeInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZActionInputWidget \ +static_assert(alignof(USBZActionInputWidget) == 0x000008, "Wrong alignment on USBZActionInputWidget"); \ +static_assert(sizeof(USBZActionInputWidget) == 0x0002D0, "Wrong size on USBZActionInputWidget"); \ +static_assert(offsetof(USBZActionInputWidget, ActionName) == 0x000290, "Member 'USBZActionInputWidget::ActionName' has a wrong offset!"); \ +static_assert(offsetof(USBZActionInputWidget, bConsumeInput) == 0x00029C, "Member 'USBZActionInputWidget::bConsumeInput' has a wrong offset!"); \ +static_assert(offsetof(USBZActionInputWidget, bIsActionPressed) == 0x00029D, "Member 'USBZActionInputWidget::bIsActionPressed' has a wrong offset!"); \ +static_assert(offsetof(USBZActionInputWidget, KeyWidget) == 0x0002A0, "Member 'USBZActionInputWidget::KeyWidget' has a wrong offset!"); \ +static_assert(offsetof(USBZActionInputWidget, bIsIconVisibleForKeyboardAndMouse) == 0x0002A8, "Member 'USBZActionInputWidget::bIsIconVisibleForKeyboardAndMouse' has a wrong offset!"); \ +static_assert(offsetof(USBZActionInputWidget, OnActionPressedEvent) == 0x0002B0, "Member 'USBZActionInputWidget::OnActionPressedEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZActionInputWidget, OnActionReleasedEvent) == 0x0002C0, "Member 'USBZActionInputWidget::OnActionReleasedEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZActionNotificationAsset \ +static_assert(alignof(USBZActionNotificationAsset) == 0x000008, "Wrong alignment on USBZActionNotificationAsset"); \ +static_assert(sizeof(USBZActionNotificationAsset) == 0x000078, "Wrong size on USBZActionNotificationAsset"); \ +static_assert(offsetof(USBZActionNotificationAsset, NewHeistState) == 0x000038, "Member 'USBZActionNotificationAsset::NewHeistState' has a wrong offset!"); \ +static_assert(offsetof(USBZActionNotificationAsset, ReasonText) == 0x000040, "Member 'USBZActionNotificationAsset::ReasonText' has a wrong offset!"); \ +static_assert(offsetof(USBZActionNotificationAsset, DisplayTime) == 0x000058, "Member 'USBZActionNotificationAsset::DisplayTime' has a wrong offset!"); \ +static_assert(offsetof(USBZActionNotificationAsset, AudioEvent) == 0x000060, "Member 'USBZActionNotificationAsset::AudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZActionNotificationAsset, VoiceComment) == 0x000068, "Member 'USBZActionNotificationAsset::VoiceComment' has a wrong offset!"); \ +static_assert(offsetof(USBZActionNotificationAsset, VoicePriority) == 0x000070, "Member 'USBZActionNotificationAsset::VoicePriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGameViewportClient \ +static_assert(alignof(USBZGameViewportClient) == 0x000008, "Wrong alignment on USBZGameViewportClient"); \ +static_assert(sizeof(USBZGameViewportClient) == 0x000378, "Wrong size on USBZGameViewportClient"); \ + +#define DUMPER7_ASSERTS_SBZArmorModCategoryButton_InitializeModCategoryData \ +static_assert(alignof(SBZArmorModCategoryButton_InitializeModCategoryData) == 0x000004, "Wrong alignment on SBZArmorModCategoryButton_InitializeModCategoryData"); \ +static_assert(sizeof(SBZArmorModCategoryButton_InitializeModCategoryData) == 0x000008, "Wrong size on SBZArmorModCategoryButton_InitializeModCategoryData"); \ +static_assert(offsetof(SBZArmorModCategoryButton_InitializeModCategoryData, InArmorChunkIndex) == 0x000000, "Member 'SBZArmorModCategoryButton_InitializeModCategoryData::InArmorChunkIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZArmorModCategoryButton_InitializeModCategoryData, InEquippedType) == 0x000004, "Member 'SBZArmorModCategoryButton_InitializeModCategoryData::InEquippedType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZArmorModCategoryButton_SetSelectedCallback \ +static_assert(alignof(SBZArmorModCategoryButton_SetSelectedCallback) == 0x000004, "Wrong alignment on SBZArmorModCategoryButton_SetSelectedCallback"); \ +static_assert(sizeof(SBZArmorModCategoryButton_SetSelectedCallback) == 0x000014, "Wrong size on SBZArmorModCategoryButton_SetSelectedCallback"); \ +static_assert(offsetof(SBZArmorModCategoryButton_SetSelectedCallback, SelectedCallback) == 0x000000, "Member 'SBZArmorModCategoryButton_SetSelectedCallback::SelectedCallback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZArmorModCategoryButton \ +static_assert(alignof(USBZArmorModCategoryButton) == 0x000008, "Wrong alignment on USBZArmorModCategoryButton"); \ +static_assert(sizeof(USBZArmorModCategoryButton) == 0x000390, "Wrong size on USBZArmorModCategoryButton"); \ +static_assert(offsetof(USBZArmorModCategoryButton, ArmorChunkIndex) == 0x000370, "Member 'USBZArmorModCategoryButton::ArmorChunkIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZArmorModCategoryButton, EquippedArmorChunkType) == 0x000374, "Member 'USBZArmorModCategoryButton::EquippedArmorChunkType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDWidgetBase_OnUITagsChanged \ +static_assert(alignof(SBZHUDWidgetBase_OnUITagsChanged) == 0x000008, "Wrong alignment on SBZHUDWidgetBase_OnUITagsChanged"); \ +static_assert(sizeof(SBZHUDWidgetBase_OnUITagsChanged) == 0x000020, "Wrong size on SBZHUDWidgetBase_OnUITagsChanged"); \ +static_assert(offsetof(SBZHUDWidgetBase_OnUITagsChanged, UITagContainer) == 0x000000, "Member 'SBZHUDWidgetBase_OnUITagsChanged::UITagContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDWidgetBase_OnWidgetRequiresUITagsChanged \ +static_assert(alignof(SBZHUDWidgetBase_OnWidgetRequiresUITagsChanged) == 0x000001, "Wrong alignment on SBZHUDWidgetBase_OnWidgetRequiresUITagsChanged"); \ +static_assert(sizeof(SBZHUDWidgetBase_OnWidgetRequiresUITagsChanged) == 0x000001, "Wrong size on SBZHUDWidgetBase_OnWidgetRequiresUITagsChanged"); \ +static_assert(offsetof(SBZHUDWidgetBase_OnWidgetRequiresUITagsChanged, bInHasRequiredTags) == 0x000000, "Member 'SBZHUDWidgetBase_OnWidgetRequiresUITagsChanged::bInHasRequiredTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDWidgetBase_HasRequiredTags \ +static_assert(alignof(SBZHUDWidgetBase_HasRequiredTags) == 0x000001, "Wrong alignment on SBZHUDWidgetBase_HasRequiredTags"); \ +static_assert(sizeof(SBZHUDWidgetBase_HasRequiredTags) == 0x000001, "Wrong size on SBZHUDWidgetBase_HasRequiredTags"); \ +static_assert(offsetof(SBZHUDWidgetBase_HasRequiredTags, ReturnValue) == 0x000000, "Member 'SBZHUDWidgetBase_HasRequiredTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHUDWidgetBase \ +static_assert(alignof(USBZHUDWidgetBase) == 0x000008, "Wrong alignment on USBZHUDWidgetBase"); \ +static_assert(sizeof(USBZHUDWidgetBase) == 0x0002B8, "Wrong size on USBZHUDWidgetBase"); \ +static_assert(offsetof(USBZHUDWidgetBase, RequiredDisplayTags) == 0x000290, "Member 'USBZHUDWidgetBase::RequiredDisplayTags' has a wrong offset!"); \ +static_assert(offsetof(USBZHUDWidgetBase, bHasRequiredTags) == 0x0002B0, "Member 'USBZHUDWidgetBase::bHasRequiredTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionComponent_GetActionForSlot \ +static_assert(alignof(SBZLifeActionComponent_GetActionForSlot) == 0x000008, "Wrong alignment on SBZLifeActionComponent_GetActionForSlot"); \ +static_assert(sizeof(SBZLifeActionComponent_GetActionForSlot) == 0x000010, "Wrong size on SBZLifeActionComponent_GetActionForSlot"); \ +static_assert(offsetof(SBZLifeActionComponent_GetActionForSlot, Slot) == 0x000000, "Member 'SBZLifeActionComponent_GetActionForSlot::Slot' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionComponent_GetActionForSlot, ReturnValue) == 0x000008, "Member 'SBZLifeActionComponent_GetActionForSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionComponent_OnSlotEntered \ +static_assert(alignof(SBZLifeActionComponent_OnSlotEntered) == 0x000008, "Wrong alignment on SBZLifeActionComponent_OnSlotEntered"); \ +static_assert(sizeof(SBZLifeActionComponent_OnSlotEntered) == 0x000018, "Wrong size on SBZLifeActionComponent_OnSlotEntered"); \ +static_assert(offsetof(SBZLifeActionComponent_OnSlotEntered, Character) == 0x000000, "Member 'SBZLifeActionComponent_OnSlotEntered::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionComponent_OnSlotEntered, ActionInstance) == 0x000008, "Member 'SBZLifeActionComponent_OnSlotEntered::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionComponent_OnSlotEntered, ActionSlot) == 0x000010, "Member 'SBZLifeActionComponent_OnSlotEntered::ActionSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionComponent_OnSlotExited \ +static_assert(alignof(SBZLifeActionComponent_OnSlotExited) == 0x000008, "Wrong alignment on SBZLifeActionComponent_OnSlotExited"); \ +static_assert(sizeof(SBZLifeActionComponent_OnSlotExited) == 0x000020, "Wrong size on SBZLifeActionComponent_OnSlotExited"); \ +static_assert(offsetof(SBZLifeActionComponent_OnSlotExited, Character) == 0x000000, "Member 'SBZLifeActionComponent_OnSlotExited::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionComponent_OnSlotExited, ActionInstance) == 0x000008, "Member 'SBZLifeActionComponent_OnSlotExited::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionComponent_OnSlotExited, ActionSlot) == 0x000010, "Member 'SBZLifeActionComponent_OnSlotExited::ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionComponent_OnSlotExited, Result) == 0x000018, "Member 'SBZLifeActionComponent_OnSlotExited::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionComponent_OnSlotFreed \ +static_assert(alignof(SBZLifeActionComponent_OnSlotFreed) == 0x000008, "Wrong alignment on SBZLifeActionComponent_OnSlotFreed"); \ +static_assert(sizeof(SBZLifeActionComponent_OnSlotFreed) == 0x000020, "Wrong size on SBZLifeActionComponent_OnSlotFreed"); \ +static_assert(offsetof(SBZLifeActionComponent_OnSlotFreed, Character) == 0x000000, "Member 'SBZLifeActionComponent_OnSlotFreed::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionComponent_OnSlotFreed, ActionInstance) == 0x000008, "Member 'SBZLifeActionComponent_OnSlotFreed::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionComponent_OnSlotFreed, ActionSlot) == 0x000010, "Member 'SBZLifeActionComponent_OnSlotFreed::ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionComponent_OnSlotFreed, Result) == 0x000018, "Member 'SBZLifeActionComponent_OnSlotFreed::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionComponent_OnSlotReady \ +static_assert(alignof(SBZLifeActionComponent_OnSlotReady) == 0x000008, "Wrong alignment on SBZLifeActionComponent_OnSlotReady"); \ +static_assert(sizeof(SBZLifeActionComponent_OnSlotReady) == 0x000018, "Wrong size on SBZLifeActionComponent_OnSlotReady"); \ +static_assert(offsetof(SBZLifeActionComponent_OnSlotReady, Character) == 0x000000, "Member 'SBZLifeActionComponent_OnSlotReady::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionComponent_OnSlotReady, ActionInstance) == 0x000008, "Member 'SBZLifeActionComponent_OnSlotReady::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionComponent_OnSlotReady, ActionSlot) == 0x000010, "Member 'SBZLifeActionComponent_OnSlotReady::ActionSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionComponent_OnSlotReserved \ +static_assert(alignof(SBZLifeActionComponent_OnSlotReserved) == 0x000008, "Wrong alignment on SBZLifeActionComponent_OnSlotReserved"); \ +static_assert(sizeof(SBZLifeActionComponent_OnSlotReserved) == 0x000018, "Wrong size on SBZLifeActionComponent_OnSlotReserved"); \ +static_assert(offsetof(SBZLifeActionComponent_OnSlotReserved, Character) == 0x000000, "Member 'SBZLifeActionComponent_OnSlotReserved::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionComponent_OnSlotReserved, ActionInstance) == 0x000008, "Member 'SBZLifeActionComponent_OnSlotReserved::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionComponent_OnSlotReserved, ActionSlot) == 0x000010, "Member 'SBZLifeActionComponent_OnSlotReserved::ActionSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionComponent_OnSlotStart \ +static_assert(alignof(SBZLifeActionComponent_OnSlotStart) == 0x000008, "Wrong alignment on SBZLifeActionComponent_OnSlotStart"); \ +static_assert(sizeof(SBZLifeActionComponent_OnSlotStart) == 0x000018, "Wrong size on SBZLifeActionComponent_OnSlotStart"); \ +static_assert(offsetof(SBZLifeActionComponent_OnSlotStart, Character) == 0x000000, "Member 'SBZLifeActionComponent_OnSlotStart::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionComponent_OnSlotStart, ActionInstance) == 0x000008, "Member 'SBZLifeActionComponent_OnSlotStart::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionComponent_OnSlotStart, ActionSlot) == 0x000010, "Member 'SBZLifeActionComponent_OnSlotStart::ActionSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionComponent_GetActionWithReservedSlotForCharacter \ +static_assert(alignof(SBZLifeActionComponent_GetActionWithReservedSlotForCharacter) == 0x000008, "Wrong alignment on SBZLifeActionComponent_GetActionWithReservedSlotForCharacter"); \ +static_assert(sizeof(SBZLifeActionComponent_GetActionWithReservedSlotForCharacter) == 0x000010, "Wrong size on SBZLifeActionComponent_GetActionWithReservedSlotForCharacter"); \ +static_assert(offsetof(SBZLifeActionComponent_GetActionWithReservedSlotForCharacter, Character) == 0x000000, "Member 'SBZLifeActionComponent_GetActionWithReservedSlotForCharacter::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionComponent_GetActionWithReservedSlotForCharacter, ReturnValue) == 0x000008, "Member 'SBZLifeActionComponent_GetActionWithReservedSlotForCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionComponent_GetCharacterInAction \ +static_assert(alignof(SBZLifeActionComponent_GetCharacterInAction) == 0x000008, "Wrong alignment on SBZLifeActionComponent_GetCharacterInAction"); \ +static_assert(sizeof(SBZLifeActionComponent_GetCharacterInAction) == 0x000018, "Wrong size on SBZLifeActionComponent_GetCharacterInAction"); \ +static_assert(offsetof(SBZLifeActionComponent_GetCharacterInAction, LifeActionTag) == 0x000000, "Member 'SBZLifeActionComponent_GetCharacterInAction::LifeActionTag' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionComponent_GetCharacterInAction, ReturnValue) == 0x000010, "Member 'SBZLifeActionComponent_GetCharacterInAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionComponent_GetCharacterInActionSlot \ +static_assert(alignof(SBZLifeActionComponent_GetCharacterInActionSlot) == 0x000008, "Wrong alignment on SBZLifeActionComponent_GetCharacterInActionSlot"); \ +static_assert(sizeof(SBZLifeActionComponent_GetCharacterInActionSlot) == 0x000020, "Wrong size on SBZLifeActionComponent_GetCharacterInActionSlot"); \ +static_assert(offsetof(SBZLifeActionComponent_GetCharacterInActionSlot, LifeActionSlotTag) == 0x000000, "Member 'SBZLifeActionComponent_GetCharacterInActionSlot::LifeActionSlotTag' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionComponent_GetCharacterInActionSlot, LifeActionInstance) == 0x000010, "Member 'SBZLifeActionComponent_GetCharacterInActionSlot::LifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionComponent_GetCharacterInActionSlot, ReturnValue) == 0x000018, "Member 'SBZLifeActionComponent_GetCharacterInActionSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionComponent_GetReservedSlotForCharacter \ +static_assert(alignof(SBZLifeActionComponent_GetReservedSlotForCharacter) == 0x000008, "Wrong alignment on SBZLifeActionComponent_GetReservedSlotForCharacter"); \ +static_assert(sizeof(SBZLifeActionComponent_GetReservedSlotForCharacter) == 0x000010, "Wrong size on SBZLifeActionComponent_GetReservedSlotForCharacter"); \ +static_assert(offsetof(SBZLifeActionComponent_GetReservedSlotForCharacter, Character) == 0x000000, "Member 'SBZLifeActionComponent_GetReservedSlotForCharacter::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionComponent_GetReservedSlotForCharacter, ReturnValue) == 0x000008, "Member 'SBZLifeActionComponent_GetReservedSlotForCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionComponent_GetSlotTransformForCharacter \ +static_assert(alignof(SBZLifeActionComponent_GetSlotTransformForCharacter) == 0x000010, "Wrong alignment on SBZLifeActionComponent_GetSlotTransformForCharacter"); \ +static_assert(sizeof(SBZLifeActionComponent_GetSlotTransformForCharacter) == 0x000040, "Wrong size on SBZLifeActionComponent_GetSlotTransformForCharacter"); \ +static_assert(offsetof(SBZLifeActionComponent_GetSlotTransformForCharacter, Character) == 0x000000, "Member 'SBZLifeActionComponent_GetSlotTransformForCharacter::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionComponent_GetSlotTransformForCharacter, ReturnValue) == 0x000010, "Member 'SBZLifeActionComponent_GetSlotTransformForCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionComponent_IsCharacterPendingAction \ +static_assert(alignof(SBZLifeActionComponent_IsCharacterPendingAction) == 0x000008, "Wrong alignment on SBZLifeActionComponent_IsCharacterPendingAction"); \ +static_assert(sizeof(SBZLifeActionComponent_IsCharacterPendingAction) == 0x000010, "Wrong size on SBZLifeActionComponent_IsCharacterPendingAction"); \ +static_assert(offsetof(SBZLifeActionComponent_IsCharacterPendingAction, Character) == 0x000000, "Member 'SBZLifeActionComponent_IsCharacterPendingAction::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionComponent_IsCharacterPendingAction, ReturnValue) == 0x000008, "Member 'SBZLifeActionComponent_IsCharacterPendingAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionComponent_IsCharacterPlayingAction \ +static_assert(alignof(SBZLifeActionComponent_IsCharacterPlayingAction) == 0x000008, "Wrong alignment on SBZLifeActionComponent_IsCharacterPlayingAction"); \ +static_assert(sizeof(SBZLifeActionComponent_IsCharacterPlayingAction) == 0x000010, "Wrong size on SBZLifeActionComponent_IsCharacterPlayingAction"); \ +static_assert(offsetof(SBZLifeActionComponent_IsCharacterPlayingAction, Character) == 0x000000, "Member 'SBZLifeActionComponent_IsCharacterPlayingAction::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionComponent_IsCharacterPlayingAction, ReturnValue) == 0x000008, "Member 'SBZLifeActionComponent_IsCharacterPlayingAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLifeActionComponent \ +static_assert(alignof(USBZLifeActionComponent) == 0x000008, "Wrong alignment on USBZLifeActionComponent"); \ +static_assert(sizeof(USBZLifeActionComponent) == 0x000140, "Wrong size on USBZLifeActionComponent"); \ +static_assert(offsetof(USBZLifeActionComponent, OnCharacterSlotReserved) == 0x0000C0, "Member 'USBZLifeActionComponent::OnCharacterSlotReserved' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionComponent, OnCharacterSlotEntered) == 0x0000D0, "Member 'USBZLifeActionComponent::OnCharacterSlotEntered' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionComponent, OnCharacterSlotReady) == 0x0000E0, "Member 'USBZLifeActionComponent::OnCharacterSlotReady' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionComponent, OnCharacterSlotStart) == 0x0000F0, "Member 'USBZLifeActionComponent::OnCharacterSlotStart' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionComponent, OnCharacterSlotExited) == 0x000100, "Member 'USBZLifeActionComponent::OnCharacterSlotExited' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionComponent, OnCharacterSlotFreed) == 0x000110, "Member 'USBZLifeActionComponent::OnCharacterSlotFreed' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionComponent, ActionInstances) == 0x000120, "Member 'USBZLifeActionComponent::ActionInstances' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionComponent, PreviewSkeletals) == 0x000130, "Member 'USBZLifeActionComponent::PreviewSkeletals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryContext_SquadTacticalPos \ +static_assert(alignof(USBZEnvQueryContext_SquadTacticalPos) == 0x000008, "Wrong alignment on USBZEnvQueryContext_SquadTacticalPos"); \ +static_assert(sizeof(USBZEnvQueryContext_SquadTacticalPos) == 0x000030, "Wrong size on USBZEnvQueryContext_SquadTacticalPos"); \ + +#define DUMPER7_ASSERTS_SBZActionPhaseBaseWidget_OnActiveControlsReferenceChanged \ +static_assert(alignof(SBZActionPhaseBaseWidget_OnActiveControlsReferenceChanged) == 0x000008, "Wrong alignment on SBZActionPhaseBaseWidget_OnActiveControlsReferenceChanged"); \ +static_assert(sizeof(SBZActionPhaseBaseWidget_OnActiveControlsReferenceChanged) == 0x000028, "Wrong size on SBZActionPhaseBaseWidget_OnActiveControlsReferenceChanged"); \ +static_assert(offsetof(SBZActionPhaseBaseWidget_OnActiveControlsReferenceChanged, InControlsReference) == 0x000000, "Member 'SBZActionPhaseBaseWidget_OnActiveControlsReferenceChanged::InControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZActionPhaseBaseWidget_OnControllerStateChanged \ +static_assert(alignof(SBZActionPhaseBaseWidget_OnControllerStateChanged) == 0x000008, "Wrong alignment on SBZActionPhaseBaseWidget_OnControllerStateChanged"); \ +static_assert(sizeof(SBZActionPhaseBaseWidget_OnControllerStateChanged) == 0x000020, "Wrong size on SBZActionPhaseBaseWidget_OnControllerStateChanged"); \ +static_assert(offsetof(SBZActionPhaseBaseWidget_OnControllerStateChanged, PlayerController) == 0x000000, "Member 'SBZActionPhaseBaseWidget_OnControllerStateChanged::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(SBZActionPhaseBaseWidget_OnControllerStateChanged, OldStateName) == 0x000008, "Member 'SBZActionPhaseBaseWidget_OnControllerStateChanged::OldStateName' has a wrong offset!"); \ +static_assert(offsetof(SBZActionPhaseBaseWidget_OnControllerStateChanged, NewStateName) == 0x000014, "Member 'SBZActionPhaseBaseWidget_OnControllerStateChanged::NewStateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZActionPhaseBaseWidget_OnStackLockChanged \ +static_assert(alignof(SBZActionPhaseBaseWidget_OnStackLockChanged) == 0x000001, "Wrong alignment on SBZActionPhaseBaseWidget_OnStackLockChanged"); \ +static_assert(sizeof(SBZActionPhaseBaseWidget_OnStackLockChanged) == 0x000001, "Wrong size on SBZActionPhaseBaseWidget_OnStackLockChanged"); \ +static_assert(offsetof(SBZActionPhaseBaseWidget_OnStackLockChanged, bIsStackLocked) == 0x000000, "Member 'SBZActionPhaseBaseWidget_OnStackLockChanged::bIsStackLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZActionPhaseBaseWidget_OnStackStateChanged \ +static_assert(alignof(SBZActionPhaseBaseWidget_OnStackStateChanged) == 0x000004, "Wrong alignment on SBZActionPhaseBaseWidget_OnStackStateChanged"); \ +static_assert(sizeof(SBZActionPhaseBaseWidget_OnStackStateChanged) == 0x00001C, "Wrong size on SBZActionPhaseBaseWidget_OnStackStateChanged"); \ +static_assert(offsetof(SBZActionPhaseBaseWidget_OnStackStateChanged, UIStackStateChangedEvent) == 0x000000, "Member 'SBZActionPhaseBaseWidget_OnStackStateChanged::UIStackStateChangedEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZActionPhaseBaseWidget \ +static_assert(alignof(USBZActionPhaseBaseWidget) == 0x000008, "Wrong alignment on USBZActionPhaseBaseWidget"); \ +static_assert(sizeof(USBZActionPhaseBaseWidget) == 0x0004C0, "Wrong size on USBZActionPhaseBaseWidget"); \ +static_assert(offsetof(USBZActionPhaseBaseWidget, Widget_Playing) == 0x0002B8, "Member 'USBZActionPhaseBaseWidget::Widget_Playing' has a wrong offset!"); \ +static_assert(offsetof(USBZActionPhaseBaseWidget, Widget_Spectating) == 0x0002C0, "Member 'USBZActionPhaseBaseWidget::Widget_Spectating' has a wrong offset!"); \ +static_assert(offsetof(USBZActionPhaseBaseWidget, Widget_Shared) == 0x0002C8, "Member 'USBZActionPhaseBaseWidget::Widget_Shared' has a wrong offset!"); \ +static_assert(offsetof(USBZActionPhaseBaseWidget, Widget_ControlsReference) == 0x0002D0, "Member 'USBZActionPhaseBaseWidget::Widget_ControlsReference' has a wrong offset!"); \ +static_assert(offsetof(USBZActionPhaseBaseWidget, Widget_Chat) == 0x0002D8, "Member 'USBZActionPhaseBaseWidget::Widget_Chat' has a wrong offset!"); \ +static_assert(offsetof(USBZActionPhaseBaseWidget, OpenChatActionName) == 0x0002E0, "Member 'USBZActionPhaseBaseWidget::OpenChatActionName' has a wrong offset!"); \ +static_assert(offsetof(USBZActionPhaseBaseWidget, OpenHUDOverlayActionName) == 0x0002EC, "Member 'USBZActionPhaseBaseWidget::OpenHUDOverlayActionName' has a wrong offset!"); \ +static_assert(offsetof(USBZActionPhaseBaseWidget, bIsChatDisabled) == 0x0002F8, "Member 'USBZActionPhaseBaseWidget::bIsChatDisabled' has a wrong offset!"); \ +static_assert(offsetof(USBZActionPhaseBaseWidget, HudOverlayKeyMappingArray) == 0x000308, "Member 'USBZActionPhaseBaseWidget::HudOverlayKeyMappingArray' has a wrong offset!"); \ +static_assert(offsetof(USBZActionPhaseBaseWidget, ChatKeyMappingArray) == 0x000318, "Member 'USBZActionPhaseBaseWidget::ChatKeyMappingArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZAsyncLoadLevelInterface \ +static_assert(alignof(ISBZAsyncLoadLevelInterface) == 0x000001, "Wrong alignment on ISBZAsyncLoadLevelInterface"); \ +static_assert(sizeof(ISBZAsyncLoadLevelInterface) == 0x000001, "Wrong size on ISBZAsyncLoadLevelInterface"); \ + +#define DUMPER7_ASSERTS_SBZHUDLootSecureNotification_GetLootBagDisplayName \ +static_assert(alignof(SBZHUDLootSecureNotification_GetLootBagDisplayName) == 0x000008, "Wrong alignment on SBZHUDLootSecureNotification_GetLootBagDisplayName"); \ +static_assert(sizeof(SBZHUDLootSecureNotification_GetLootBagDisplayName) == 0x000020, "Wrong size on SBZHUDLootSecureNotification_GetLootBagDisplayName"); \ +static_assert(offsetof(SBZHUDLootSecureNotification_GetLootBagDisplayName, InBagSecured) == 0x000000, "Member 'SBZHUDLootSecureNotification_GetLootBagDisplayName::InBagSecured' has a wrong offset!"); \ +static_assert(offsetof(SBZHUDLootSecureNotification_GetLootBagDisplayName, ReturnValue) == 0x000008, "Member 'SBZHUDLootSecureNotification_GetLootBagDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDLootSecureNotification_GetLootBagDisplayValue \ +static_assert(alignof(SBZHUDLootSecureNotification_GetLootBagDisplayValue) == 0x000008, "Wrong alignment on SBZHUDLootSecureNotification_GetLootBagDisplayValue"); \ +static_assert(sizeof(SBZHUDLootSecureNotification_GetLootBagDisplayValue) == 0x000010, "Wrong size on SBZHUDLootSecureNotification_GetLootBagDisplayValue"); \ +static_assert(offsetof(SBZHUDLootSecureNotification_GetLootBagDisplayValue, InBagSecured) == 0x000000, "Member 'SBZHUDLootSecureNotification_GetLootBagDisplayValue::InBagSecured' has a wrong offset!"); \ +static_assert(offsetof(SBZHUDLootSecureNotification_GetLootBagDisplayValue, ReturnValue) == 0x000008, "Member 'SBZHUDLootSecureNotification_GetLootBagDisplayValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDLootSecureNotification_GetNextBagInQueue \ +static_assert(alignof(SBZHUDLootSecureNotification_GetNextBagInQueue) == 0x000008, "Wrong alignment on SBZHUDLootSecureNotification_GetNextBagInQueue"); \ +static_assert(sizeof(SBZHUDLootSecureNotification_GetNextBagInQueue) == 0x000008, "Wrong size on SBZHUDLootSecureNotification_GetNextBagInQueue"); \ +static_assert(offsetof(SBZHUDLootSecureNotification_GetNextBagInQueue, ReturnValue) == 0x000000, "Member 'SBZHUDLootSecureNotification_GetNextBagInQueue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDLootSecureNotification_OnBagSecured \ +static_assert(alignof(SBZHUDLootSecureNotification_OnBagSecured) == 0x000008, "Wrong alignment on SBZHUDLootSecureNotification_OnBagSecured"); \ +static_assert(sizeof(SBZHUDLootSecureNotification_OnBagSecured) == 0x000008, "Wrong size on SBZHUDLootSecureNotification_OnBagSecured"); \ +static_assert(offsetof(SBZHUDLootSecureNotification_OnBagSecured, InBagSecured) == 0x000000, "Member 'SBZHUDLootSecureNotification_OnBagSecured::InBagSecured' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDLootSecureNotification_HasBagsInQueue \ +static_assert(alignof(SBZHUDLootSecureNotification_HasBagsInQueue) == 0x000001, "Wrong alignment on SBZHUDLootSecureNotification_HasBagsInQueue"); \ +static_assert(sizeof(SBZHUDLootSecureNotification_HasBagsInQueue) == 0x000001, "Wrong size on SBZHUDLootSecureNotification_HasBagsInQueue"); \ +static_assert(offsetof(SBZHUDLootSecureNotification_HasBagsInQueue, ReturnValue) == 0x000000, "Member 'SBZHUDLootSecureNotification_HasBagsInQueue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDLootSecureNotification_PeekNextBag \ +static_assert(alignof(SBZHUDLootSecureNotification_PeekNextBag) == 0x000008, "Wrong alignment on SBZHUDLootSecureNotification_PeekNextBag"); \ +static_assert(sizeof(SBZHUDLootSecureNotification_PeekNextBag) == 0x000008, "Wrong size on SBZHUDLootSecureNotification_PeekNextBag"); \ +static_assert(offsetof(SBZHUDLootSecureNotification_PeekNextBag, ReturnValue) == 0x000000, "Member 'SBZHUDLootSecureNotification_PeekNextBag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHUDLootSecureNotification \ +static_assert(alignof(USBZHUDLootSecureNotification) == 0x000008, "Wrong alignment on USBZHUDLootSecureNotification"); \ +static_assert(sizeof(USBZHUDLootSecureNotification) == 0x0002C8, "Wrong size on USBZHUDLootSecureNotification"); \ +static_assert(offsetof(USBZHUDLootSecureNotification, QueuedSecuredLoot) == 0x0002B8, "Member 'USBZHUDLootSecureNotification::QueuedSecuredLoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBaseMenuWidget_OnActiveControlsReferenceChanged \ +static_assert(alignof(SBZBaseMenuWidget_OnActiveControlsReferenceChanged) == 0x000008, "Wrong alignment on SBZBaseMenuWidget_OnActiveControlsReferenceChanged"); \ +static_assert(sizeof(SBZBaseMenuWidget_OnActiveControlsReferenceChanged) == 0x000028, "Wrong size on SBZBaseMenuWidget_OnActiveControlsReferenceChanged"); \ +static_assert(offsetof(SBZBaseMenuWidget_OnActiveControlsReferenceChanged, InControlsReference) == 0x000000, "Member 'SBZBaseMenuWidget_OnActiveControlsReferenceChanged::InControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBaseMenuWidget \ +static_assert(alignof(USBZBaseMenuWidget) == 0x000008, "Wrong alignment on USBZBaseMenuWidget"); \ +static_assert(sizeof(USBZBaseMenuWidget) == 0x0002A0, "Wrong size on USBZBaseMenuWidget"); \ +static_assert(offsetof(USBZBaseMenuWidget, Widget_ControlsReference) == 0x000298, "Member 'USBZBaseMenuWidget::Widget_ControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBagAndItemTriggerVolume_SetVolumeEnabled \ +static_assert(alignof(SBZBagAndItemTriggerVolume_SetVolumeEnabled) == 0x000001, "Wrong alignment on SBZBagAndItemTriggerVolume_SetVolumeEnabled"); \ +static_assert(sizeof(SBZBagAndItemTriggerVolume_SetVolumeEnabled) == 0x000001, "Wrong size on SBZBagAndItemTriggerVolume_SetVolumeEnabled"); \ +static_assert(offsetof(SBZBagAndItemTriggerVolume_SetVolumeEnabled, bIsEnabled) == 0x000000, "Member 'SBZBagAndItemTriggerVolume_SetVolumeEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZBagAndItemTriggerVolume \ +static_assert(alignof(ASBZBagAndItemTriggerVolume) == 0x000008, "Wrong alignment on ASBZBagAndItemTriggerVolume"); \ +static_assert(sizeof(ASBZBagAndItemTriggerVolume) == 0x000348, "Wrong size on ASBZBagAndItemTriggerVolume"); \ +static_assert(offsetof(ASBZBagAndItemTriggerVolume, OnBagAndItemTriggered) == 0x000300, "Member 'ASBZBagAndItemTriggerVolume::OnBagAndItemTriggered' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagAndItemTriggerVolume, bIsVolumeEnabledInitially) == 0x000310, "Member 'ASBZBagAndItemTriggerVolume::bIsVolumeEnabledInitially' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagAndItemTriggerVolume, bIsVolumeEnabled) == 0x000311, "Member 'ASBZBagAndItemTriggerVolume::bIsVolumeEnabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagAndItemTriggerVolume, bIsDisabledWhenTriggered) == 0x000312, "Member 'ASBZBagAndItemTriggerVolume::bIsDisabledWhenTriggered' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagAndItemTriggerVolume, BagTypeFilterArray) == 0x000318, "Member 'ASBZBagAndItemTriggerVolume::BagTypeFilterArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagAndItemTriggerVolume, ItemTagFilter) == 0x000328, "Member 'ASBZBagAndItemTriggerVolume::ItemTagFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZActionPhaseMenuWidget_BP_OnPausedChanged \ +static_assert(alignof(SBZActionPhaseMenuWidget_BP_OnPausedChanged) == 0x000001, "Wrong alignment on SBZActionPhaseMenuWidget_BP_OnPausedChanged"); \ +static_assert(sizeof(SBZActionPhaseMenuWidget_BP_OnPausedChanged) == 0x000001, "Wrong size on SBZActionPhaseMenuWidget_BP_OnPausedChanged"); \ +static_assert(offsetof(SBZActionPhaseMenuWidget_BP_OnPausedChanged, bInIsPaused) == 0x000000, "Member 'SBZActionPhaseMenuWidget_BP_OnPausedChanged::bInIsPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZActionPhaseMenuWidget_OnMenuShown \ +static_assert(alignof(SBZActionPhaseMenuWidget_OnMenuShown) == 0x000001, "Wrong alignment on SBZActionPhaseMenuWidget_OnMenuShown"); \ +static_assert(sizeof(SBZActionPhaseMenuWidget_OnMenuShown) == 0x000001, "Wrong size on SBZActionPhaseMenuWidget_OnMenuShown"); \ +static_assert(offsetof(SBZActionPhaseMenuWidget_OnMenuShown, bIsShown) == 0x000000, "Member 'SBZActionPhaseMenuWidget_OnMenuShown::bIsShown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZActionPhaseMenuWidget_SetMenuShown \ +static_assert(alignof(SBZActionPhaseMenuWidget_SetMenuShown) == 0x000001, "Wrong alignment on SBZActionPhaseMenuWidget_SetMenuShown"); \ +static_assert(sizeof(SBZActionPhaseMenuWidget_SetMenuShown) == 0x000001, "Wrong size on SBZActionPhaseMenuWidget_SetMenuShown"); \ +static_assert(offsetof(SBZActionPhaseMenuWidget_SetMenuShown, bIsShown) == 0x000000, "Member 'SBZActionPhaseMenuWidget_SetMenuShown::bIsShown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZActionPhaseMenuWidget \ +static_assert(alignof(USBZActionPhaseMenuWidget) == 0x000008, "Wrong alignment on USBZActionPhaseMenuWidget"); \ +static_assert(sizeof(USBZActionPhaseMenuWidget) == 0x0002B8, "Wrong size on USBZActionPhaseMenuWidget"); \ +static_assert(offsetof(USBZActionPhaseMenuWidget, Widget_NavBar) == 0x0002A0, "Member 'USBZActionPhaseMenuWidget::Widget_NavBar' has a wrong offset!"); \ +static_assert(offsetof(USBZActionPhaseMenuWidget, MenuStackValue) == 0x0002A8, "Member 'USBZActionPhaseMenuWidget::MenuStackValue' has a wrong offset!"); \ +static_assert(offsetof(USBZActionPhaseMenuWidget, bIsPaused) == 0x0002B4, "Member 'USBZActionPhaseMenuWidget::bIsPaused' has a wrong offset!"); \ +static_assert(offsetof(USBZActionPhaseMenuWidget, bIsMenuShown) == 0x0002B5, "Member 'USBZActionPhaseMenuWidget::bIsMenuShown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_AgilityClimbOnTopLow \ +static_assert(alignof(USBZNavArea_AgilityClimbOnTopLow) == 0x000008, "Wrong alignment on USBZNavArea_AgilityClimbOnTopLow"); \ +static_assert(sizeof(USBZNavArea_AgilityClimbOnTopLow) == 0x000050, "Wrong size on USBZNavArea_AgilityClimbOnTopLow"); \ + +#define DUMPER7_ASSERTS_ISBZExplosive \ +static_assert(alignof(ISBZExplosive) == 0x000001, "Wrong alignment on ISBZExplosive"); \ +static_assert(sizeof(ISBZExplosive) == 0x000001, "Wrong size on ISBZExplosive"); \ + +#define DUMPER7_ASSERTS_USBZActorChannel \ +static_assert(alignof(USBZActorChannel) == 0x000008, "Wrong alignment on USBZActorChannel"); \ +static_assert(sizeof(USBZActorChannel) == 0x0002F8, "Wrong size on USBZActorChannel"); \ + +#define DUMPER7_ASSERTS_SBZAudioScreen_BP_OnReactorStateChanged \ +static_assert(alignof(SBZAudioScreen_BP_OnReactorStateChanged) == 0x000001, "Wrong alignment on SBZAudioScreen_BP_OnReactorStateChanged"); \ +static_assert(sizeof(SBZAudioScreen_BP_OnReactorStateChanged) == 0x000002, "Wrong size on SBZAudioScreen_BP_OnReactorStateChanged"); \ +static_assert(offsetof(SBZAudioScreen_BP_OnReactorStateChanged, NewState) == 0x000000, "Member 'SBZAudioScreen_BP_OnReactorStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(SBZAudioScreen_BP_OnReactorStateChanged, bDoCosmetics) == 0x000001, "Member 'SBZAudioScreen_BP_OnReactorStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAudioScreen_OnAudioEventComplete \ +static_assert(alignof(SBZAudioScreen_OnAudioEventComplete) == 0x000008, "Wrong alignment on SBZAudioScreen_OnAudioEventComplete"); \ +static_assert(sizeof(SBZAudioScreen_OnAudioEventComplete) == 0x000010, "Wrong size on SBZAudioScreen_OnAudioEventComplete"); \ +static_assert(offsetof(SBZAudioScreen_OnAudioEventComplete, Type) == 0x000000, "Member 'SBZAudioScreen_OnAudioEventComplete::Type' has a wrong offset!"); \ +static_assert(offsetof(SBZAudioScreen_OnAudioEventComplete, CallbackInfo) == 0x000008, "Member 'SBZAudioScreen_OnAudioEventComplete::CallbackInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAudioScreen \ +static_assert(alignof(ASBZAudioScreen) == 0x000008, "Wrong alignment on ASBZAudioScreen"); \ +static_assert(sizeof(ASBZAudioScreen) == 0x0002C8, "Wrong size on ASBZAudioScreen"); \ +static_assert(offsetof(ASBZAudioScreen, AkComponent) == 0x0002B0, "Member 'ASBZAudioScreen::AkComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAudioScreen, CurrentRoom) == 0x0002B8, "Member 'ASBZAudioScreen::CurrentRoom' has a wrong offset!"); \ +static_assert(offsetof(ASBZAudioScreen, CurrentReactorState) == 0x0002C0, "Member 'ASBZAudioScreen::CurrentReactorState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZObjectContainer_Add \ +static_assert(alignof(SBZObjectContainer_Add) == 0x000008, "Wrong alignment on SBZObjectContainer_Add"); \ +static_assert(sizeof(SBZObjectContainer_Add) == 0x000010, "Wrong size on SBZObjectContainer_Add"); \ +static_assert(offsetof(SBZObjectContainer_Add, Object) == 0x000000, "Member 'SBZObjectContainer_Add::Object' has a wrong offset!"); \ +static_assert(offsetof(SBZObjectContainer_Add, ReturnValue) == 0x000008, "Member 'SBZObjectContainer_Add::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZObjectContainer_CleanUp \ +static_assert(alignof(SBZObjectContainer_CleanUp) == 0x000001, "Wrong alignment on SBZObjectContainer_CleanUp"); \ +static_assert(sizeof(SBZObjectContainer_CleanUp) == 0x000001, "Wrong size on SBZObjectContainer_CleanUp"); \ +static_assert(offsetof(SBZObjectContainer_CleanUp, ReturnValue) == 0x000000, "Member 'SBZObjectContainer_CleanUp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZObjectContainer_K2_GetArray \ +static_assert(alignof(SBZObjectContainer_K2_GetArray) == 0x000008, "Wrong alignment on SBZObjectContainer_K2_GetArray"); \ +static_assert(sizeof(SBZObjectContainer_K2_GetArray) == 0x000010, "Wrong size on SBZObjectContainer_K2_GetArray"); \ +static_assert(offsetof(SBZObjectContainer_K2_GetArray, ReturnValue) == 0x000000, "Member 'SBZObjectContainer_K2_GetArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZObjectContainer_Remove \ +static_assert(alignof(SBZObjectContainer_Remove) == 0x000008, "Wrong alignment on SBZObjectContainer_Remove"); \ +static_assert(sizeof(SBZObjectContainer_Remove) == 0x000010, "Wrong size on SBZObjectContainer_Remove"); \ +static_assert(offsetof(SBZObjectContainer_Remove, Object) == 0x000000, "Member 'SBZObjectContainer_Remove::Object' has a wrong offset!"); \ +static_assert(offsetof(SBZObjectContainer_Remove, ReturnValue) == 0x000008, "Member 'SBZObjectContainer_Remove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZObjectContainer_RemoveAt \ +static_assert(alignof(SBZObjectContainer_RemoveAt) == 0x000004, "Wrong alignment on SBZObjectContainer_RemoveAt"); \ +static_assert(sizeof(SBZObjectContainer_RemoveAt) == 0x000008, "Wrong size on SBZObjectContainer_RemoveAt"); \ +static_assert(offsetof(SBZObjectContainer_RemoveAt, Index_0) == 0x000000, "Member 'SBZObjectContainer_RemoveAt::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SBZObjectContainer_RemoveAt, ReturnValue) == 0x000004, "Member 'SBZObjectContainer_RemoveAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZObjectContainer \ +static_assert(alignof(USBZObjectContainer) == 0x000008, "Wrong alignment on USBZObjectContainer"); \ +static_assert(sizeof(USBZObjectContainer) == 0x000058, "Wrong size on USBZObjectContainer"); \ +static_assert(offsetof(USBZObjectContainer, Objects) == 0x000030, "Member 'USBZObjectContainer::Objects' has a wrong offset!"); \ +static_assert(offsetof(USBZObjectContainer, RestrictedObjectClass) == 0x000040, "Member 'USBZObjectContainer::RestrictedObjectClass' has a wrong offset!"); \ +static_assert(offsetof(USBZObjectContainer, RestrictedInterfaceType) == 0x000048, "Member 'USBZObjectContainer::RestrictedInterfaceType' has a wrong offset!"); \ +static_assert(offsetof(USBZObjectContainer, bAllowDuplicates) == 0x000050, "Member 'USBZObjectContainer::bAllowDuplicates' has a wrong offset!"); \ +static_assert(offsetof(USBZObjectContainer, bKeepSorted) == 0x000051, "Member 'USBZObjectContainer::bKeepSorted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZActorContainer_OnActorEndPlay \ +static_assert(alignof(SBZActorContainer_OnActorEndPlay) == 0x000008, "Wrong alignment on SBZActorContainer_OnActorEndPlay"); \ +static_assert(sizeof(SBZActorContainer_OnActorEndPlay) == 0x000010, "Wrong size on SBZActorContainer_OnActorEndPlay"); \ +static_assert(offsetof(SBZActorContainer_OnActorEndPlay, Actor) == 0x000000, "Member 'SBZActorContainer_OnActorEndPlay::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZActorContainer_OnActorEndPlay, EndPlayReason) == 0x000008, "Member 'SBZActorContainer_OnActorEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZActorContainer \ +static_assert(alignof(USBZActorContainer) == 0x000008, "Wrong alignment on USBZActorContainer"); \ +static_assert(sizeof(USBZActorContainer) == 0x000058, "Wrong size on USBZActorContainer"); \ + +#define DUMPER7_ASSERTS_USBZAssetManager \ +static_assert(alignof(USBZAssetManager) == 0x000008, "Wrong alignment on USBZAssetManager"); \ +static_assert(sizeof(USBZAssetManager) == 0x000488, "Wrong size on USBZAssetManager"); \ +static_assert(offsetof(USBZAssetManager, AssetLookupData) == 0x000480, "Member 'USBZAssetManager::AssetLookupData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZActorContainerLibrary_FindNearbyActorsFromContainer \ +static_assert(alignof(SBZActorContainerLibrary_FindNearbyActorsFromContainer) == 0x000008, "Wrong alignment on SBZActorContainerLibrary_FindNearbyActorsFromContainer"); \ +static_assert(sizeof(SBZActorContainerLibrary_FindNearbyActorsFromContainer) == 0x000028, "Wrong size on SBZActorContainerLibrary_FindNearbyActorsFromContainer"); \ +static_assert(offsetof(SBZActorContainerLibrary_FindNearbyActorsFromContainer, Container) == 0x000000, "Member 'SBZActorContainerLibrary_FindNearbyActorsFromContainer::Container' has a wrong offset!"); \ +static_assert(offsetof(SBZActorContainerLibrary_FindNearbyActorsFromContainer, Position) == 0x000008, "Member 'SBZActorContainerLibrary_FindNearbyActorsFromContainer::Position' has a wrong offset!"); \ +static_assert(offsetof(SBZActorContainerLibrary_FindNearbyActorsFromContainer, Distance) == 0x000014, "Member 'SBZActorContainerLibrary_FindNearbyActorsFromContainer::Distance' has a wrong offset!"); \ +static_assert(offsetof(SBZActorContainerLibrary_FindNearbyActorsFromContainer, ReturnValue) == 0x000018, "Member 'SBZActorContainerLibrary_FindNearbyActorsFromContainer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZActorContainerLibrary_FindNearestActorFromContainer \ +static_assert(alignof(SBZActorContainerLibrary_FindNearestActorFromContainer) == 0x000008, "Wrong alignment on SBZActorContainerLibrary_FindNearestActorFromContainer"); \ +static_assert(sizeof(SBZActorContainerLibrary_FindNearestActorFromContainer) == 0x000020, "Wrong size on SBZActorContainerLibrary_FindNearestActorFromContainer"); \ +static_assert(offsetof(SBZActorContainerLibrary_FindNearestActorFromContainer, Container) == 0x000000, "Member 'SBZActorContainerLibrary_FindNearestActorFromContainer::Container' has a wrong offset!"); \ +static_assert(offsetof(SBZActorContainerLibrary_FindNearestActorFromContainer, Location) == 0x000008, "Member 'SBZActorContainerLibrary_FindNearestActorFromContainer::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZActorContainerLibrary_FindNearestActorFromContainer, ReturnValue) == 0x000018, "Member 'SBZActorContainerLibrary_FindNearestActorFromContainer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZActorContainerLibrary \ +static_assert(alignof(USBZActorContainerLibrary) == 0x000008, "Wrong alignment on USBZActorContainerLibrary"); \ +static_assert(sizeof(USBZActorContainerLibrary) == 0x000030, "Wrong size on USBZActorContainerLibrary"); \ + +#define DUMPER7_ASSERTS_ISBZExplosivePropInterface \ +static_assert(alignof(ISBZExplosivePropInterface) == 0x000001, "Wrong alignment on ISBZExplosivePropInterface"); \ +static_assert(sizeof(ISBZExplosivePropInterface) == 0x000001, "Wrong size on ISBZExplosivePropInterface"); \ + +#define DUMPER7_ASSERTS_SBZActorFilterComponent_OnComponentBeginOverlap \ +static_assert(alignof(SBZActorFilterComponent_OnComponentBeginOverlap) == 0x000008, "Wrong alignment on SBZActorFilterComponent_OnComponentBeginOverlap"); \ +static_assert(sizeof(SBZActorFilterComponent_OnComponentBeginOverlap) == 0x0000B0, "Wrong size on SBZActorFilterComponent_OnComponentBeginOverlap"); \ +static_assert(offsetof(SBZActorFilterComponent_OnComponentBeginOverlap, OverlappedComponent) == 0x000000, "Member 'SBZActorFilterComponent_OnComponentBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZActorFilterComponent_OnComponentBeginOverlap, OtherActor) == 0x000008, "Member 'SBZActorFilterComponent_OnComponentBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZActorFilterComponent_OnComponentBeginOverlap, OtherComp) == 0x000010, "Member 'SBZActorFilterComponent_OnComponentBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZActorFilterComponent_OnComponentBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'SBZActorFilterComponent_OnComponentBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZActorFilterComponent_OnComponentBeginOverlap, bFromSweep) == 0x00001C, "Member 'SBZActorFilterComponent_OnComponentBeginOverlap::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(SBZActorFilterComponent_OnComponentBeginOverlap, SweepResult) == 0x000020, "Member 'SBZActorFilterComponent_OnComponentBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZActorFilterComponent_OnComponentEndOverlap \ +static_assert(alignof(SBZActorFilterComponent_OnComponentEndOverlap) == 0x000008, "Wrong alignment on SBZActorFilterComponent_OnComponentEndOverlap"); \ +static_assert(sizeof(SBZActorFilterComponent_OnComponentEndOverlap) == 0x000020, "Wrong size on SBZActorFilterComponent_OnComponentEndOverlap"); \ +static_assert(offsetof(SBZActorFilterComponent_OnComponentEndOverlap, OverlappedComponent) == 0x000000, "Member 'SBZActorFilterComponent_OnComponentEndOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZActorFilterComponent_OnComponentEndOverlap, OtherActor) == 0x000008, "Member 'SBZActorFilterComponent_OnComponentEndOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZActorFilterComponent_OnComponentEndOverlap, OtherComp) == 0x000010, "Member 'SBZActorFilterComponent_OnComponentEndOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZActorFilterComponent_OnComponentEndOverlap, OtherBodyIndex) == 0x000018, "Member 'SBZActorFilterComponent_OnComponentEndOverlap::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZActorFilterComponent_SetPrimitiveComponent \ +static_assert(alignof(SBZActorFilterComponent_SetPrimitiveComponent) == 0x000008, "Wrong alignment on SBZActorFilterComponent_SetPrimitiveComponent"); \ +static_assert(sizeof(SBZActorFilterComponent_SetPrimitiveComponent) == 0x000008, "Wrong size on SBZActorFilterComponent_SetPrimitiveComponent"); \ +static_assert(offsetof(SBZActorFilterComponent_SetPrimitiveComponent, NewPrimitiveComponent) == 0x000000, "Member 'SBZActorFilterComponent_SetPrimitiveComponent::NewPrimitiveComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZActorFilterComponent_SetPrimitiveComponentEnableCollision \ +static_assert(alignof(SBZActorFilterComponent_SetPrimitiveComponentEnableCollision) == 0x000001, "Wrong alignment on SBZActorFilterComponent_SetPrimitiveComponentEnableCollision"); \ +static_assert(sizeof(SBZActorFilterComponent_SetPrimitiveComponentEnableCollision) == 0x000001, "Wrong size on SBZActorFilterComponent_SetPrimitiveComponentEnableCollision"); \ +static_assert(offsetof(SBZActorFilterComponent_SetPrimitiveComponentEnableCollision, bEnabled) == 0x000000, "Member 'SBZActorFilterComponent_SetPrimitiveComponentEnableCollision::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZActorFilterComponent \ +static_assert(alignof(USBZActorFilterComponent) == 0x000008, "Wrong alignment on USBZActorFilterComponent"); \ +static_assert(sizeof(USBZActorFilterComponent) == 0x001EC0, "Wrong size on USBZActorFilterComponent"); \ +static_assert(offsetof(USBZActorFilterComponent, WeakPrimitiveComponent) == 0x0000C0, "Member 'USBZActorFilterComponent::WeakPrimitiveComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZActorFilterComponent, PrimitiveComponent) == 0x0000C8, "Member 'USBZActorFilterComponent::PrimitiveComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZActorFilterComponent, CachedCollisionEnabledState) == 0x0000D0, "Member 'USBZActorFilterComponent::CachedCollisionEnabledState' has a wrong offset!"); \ +static_assert(offsetof(USBZActorFilterComponent, FilterDefinitions) == 0x0000D8, "Member 'USBZActorFilterComponent::FilterDefinitions' has a wrong offset!"); \ +static_assert(offsetof(USBZActorFilterComponent, FilteredActorBeginOverlapping) == 0x001E80, "Member 'USBZActorFilterComponent::FilteredActorBeginOverlapping' has a wrong offset!"); \ +static_assert(offsetof(USBZActorFilterComponent, FilteredActorEndOverlapping) == 0x001E90, "Member 'USBZActorFilterComponent::FilteredActorEndOverlapping' has a wrong offset!"); \ +static_assert(offsetof(USBZActorFilterComponent, FilterHasDesiredCountChanged) == 0x001EA0, "Member 'USBZActorFilterComponent::FilterHasDesiredCountChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZActorFilterComponent, FiltersAllHaveDesiredCountsChanged) == 0x001EB0, "Member 'USBZActorFilterComponent::FiltersAllHaveDesiredCountsChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZGateNavAgentInterface \ +static_assert(alignof(ISBZGateNavAgentInterface) == 0x000001, "Wrong alignment on ISBZGateNavAgentInterface"); \ +static_assert(sizeof(ISBZGateNavAgentInterface) == 0x000001, "Wrong size on ISBZGateNavAgentInterface"); \ + +#define DUMPER7_ASSERTS_SBZAxisInputWidget_SetAxis \ +static_assert(alignof(SBZAxisInputWidget_SetAxis) == 0x000004, "Wrong alignment on SBZAxisInputWidget_SetAxis"); \ +static_assert(sizeof(SBZAxisInputWidget_SetAxis) == 0x00000C, "Wrong size on SBZAxisInputWidget_SetAxis"); \ +static_assert(offsetof(SBZAxisInputWidget_SetAxis, InAxisName) == 0x000000, "Member 'SBZAxisInputWidget_SetAxis::InAxisName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAxisInputWidget \ +static_assert(alignof(USBZAxisInputWidget) == 0x000008, "Wrong alignment on USBZAxisInputWidget"); \ +static_assert(sizeof(USBZAxisInputWidget) == 0x0002B8, "Wrong size on USBZAxisInputWidget"); \ +static_assert(offsetof(USBZAxisInputWidget, AxisName) == 0x000290, "Member 'USBZAxisInputWidget::AxisName' has a wrong offset!"); \ +static_assert(offsetof(USBZAxisInputWidget, PrimaryKeyWidget) == 0x0002A0, "Member 'USBZAxisInputWidget::PrimaryKeyWidget' has a wrong offset!"); \ +static_assert(offsetof(USBZAxisInputWidget, SecondaryKeyWidget) == 0x0002A8, "Member 'USBZAxisInputWidget::SecondaryKeyWidget' has a wrong offset!"); \ +static_assert(offsetof(USBZAxisInputWidget, SecondaryKeyDisableVisibility) == 0x0002B0, "Member 'USBZAxisInputWidget::SecondaryKeyDisableVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZActorPoolManager_Get \ +static_assert(alignof(SBZActorPoolManager_Get) == 0x000008, "Wrong alignment on SBZActorPoolManager_Get"); \ +static_assert(sizeof(SBZActorPoolManager_Get) == 0x000010, "Wrong size on SBZActorPoolManager_Get"); \ +static_assert(offsetof(SBZActorPoolManager_Get, WorldContextObject) == 0x000000, "Member 'SBZActorPoolManager_Get::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZActorPoolManager_Get, ReturnValue) == 0x000008, "Member 'SBZActorPoolManager_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZActorPoolManager_GetActor \ +static_assert(alignof(SBZActorPoolManager_GetActor) == 0x000008, "Wrong alignment on SBZActorPoolManager_GetActor"); \ +static_assert(sizeof(SBZActorPoolManager_GetActor) == 0x000018, "Wrong size on SBZActorPoolManager_GetActor"); \ +static_assert(offsetof(SBZActorPoolManager_GetActor, World) == 0x000000, "Member 'SBZActorPoolManager_GetActor::World' has a wrong offset!"); \ +static_assert(offsetof(SBZActorPoolManager_GetActor, ActorClass) == 0x000008, "Member 'SBZActorPoolManager_GetActor::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(SBZActorPoolManager_GetActor, ReturnValue) == 0x000010, "Member 'SBZActorPoolManager_GetActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZActorPoolManager_InitPool \ +static_assert(alignof(SBZActorPoolManager_InitPool) == 0x000008, "Wrong alignment on SBZActorPoolManager_InitPool"); \ +static_assert(sizeof(SBZActorPoolManager_InitPool) == 0x000018, "Wrong size on SBZActorPoolManager_InitPool"); \ +static_assert(offsetof(SBZActorPoolManager_InitPool, World) == 0x000000, "Member 'SBZActorPoolManager_InitPool::World' has a wrong offset!"); \ +static_assert(offsetof(SBZActorPoolManager_InitPool, ActorClass) == 0x000008, "Member 'SBZActorPoolManager_InitPool::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(SBZActorPoolManager_InitPool, Count) == 0x000010, "Member 'SBZActorPoolManager_InitPool::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZActorPoolManager_OnActorDestroyed \ +static_assert(alignof(SBZActorPoolManager_OnActorDestroyed) == 0x000008, "Wrong alignment on SBZActorPoolManager_OnActorDestroyed"); \ +static_assert(sizeof(SBZActorPoolManager_OnActorDestroyed) == 0x000008, "Wrong size on SBZActorPoolManager_OnActorDestroyed"); \ +static_assert(offsetof(SBZActorPoolManager_OnActorDestroyed, DestroyedActor) == 0x000000, "Member 'SBZActorPoolManager_OnActorDestroyed::DestroyedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZActorPoolManager_ReturnActor \ +static_assert(alignof(SBZActorPoolManager_ReturnActor) == 0x000008, "Wrong alignment on SBZActorPoolManager_ReturnActor"); \ +static_assert(sizeof(SBZActorPoolManager_ReturnActor) == 0x000010, "Wrong size on SBZActorPoolManager_ReturnActor"); \ +static_assert(offsetof(SBZActorPoolManager_ReturnActor, Actor) == 0x000000, "Member 'SBZActorPoolManager_ReturnActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZActorPoolManager_ReturnActor, Delay) == 0x000008, "Member 'SBZActorPoolManager_ReturnActor::Delay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZActorPoolManager \ +static_assert(alignof(USBZActorPoolManager) == 0x000008, "Wrong alignment on USBZActorPoolManager"); \ +static_assert(sizeof(USBZActorPoolManager) == 0x000160, "Wrong size on USBZActorPoolManager"); \ +static_assert(offsetof(USBZActorPoolManager, Pools) == 0x0000C0, "Member 'USBZActorPoolManager::Pools' has a wrong offset!"); \ +static_assert(offsetof(USBZActorPoolManager, ReturnActorTimerHandles) == 0x000110, "Member 'USBZActorPoolManager::ReturnActorTimerHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZObjectRingBuffer \ +static_assert(alignof(USBZObjectRingBuffer) == 0x000008, "Wrong alignment on USBZObjectRingBuffer"); \ +static_assert(sizeof(USBZObjectRingBuffer) == 0x000078, "Wrong size on USBZObjectRingBuffer"); \ +static_assert(offsetof(USBZObjectRingBuffer, HeadIndex) == 0x000058, "Member 'USBZObjectRingBuffer::HeadIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZObjectRingBuffer, ElementDropped) == 0x000060, "Member 'USBZObjectRingBuffer::ElementDropped' has a wrong offset!"); \ +static_assert(offsetof(USBZObjectRingBuffer, DroppedElementContainer) == 0x000070, "Member 'USBZObjectRingBuffer::DroppedElementContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAllowPhoneDialogNotifyState \ +static_assert(alignof(USBZAllowPhoneDialogNotifyState) == 0x000008, "Wrong alignment on USBZAllowPhoneDialogNotifyState"); \ +static_assert(sizeof(USBZAllowPhoneDialogNotifyState) == 0x000038, "Wrong size on USBZAllowPhoneDialogNotifyState"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutDisplayWidget_NativeOnItemArmourButtonSelected \ +static_assert(alignof(SBZMainMenuLoadoutDisplayWidget_NativeOnItemArmourButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuLoadoutDisplayWidget_NativeOnItemArmourButtonSelected"); \ +static_assert(sizeof(SBZMainMenuLoadoutDisplayWidget_NativeOnItemArmourButtonSelected) == 0x000008, "Wrong size on SBZMainMenuLoadoutDisplayWidget_NativeOnItemArmourButtonSelected"); \ +static_assert(offsetof(SBZMainMenuLoadoutDisplayWidget_NativeOnItemArmourButtonSelected, InButtonSelected) == 0x000000, "Member 'SBZMainMenuLoadoutDisplayWidget_NativeOnItemArmourButtonSelected::InButtonSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutDisplayWidget_NativeOnItemPlaceableButtonSelected \ +static_assert(alignof(SBZMainMenuLoadoutDisplayWidget_NativeOnItemPlaceableButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuLoadoutDisplayWidget_NativeOnItemPlaceableButtonSelected"); \ +static_assert(sizeof(SBZMainMenuLoadoutDisplayWidget_NativeOnItemPlaceableButtonSelected) == 0x000008, "Wrong size on SBZMainMenuLoadoutDisplayWidget_NativeOnItemPlaceableButtonSelected"); \ +static_assert(offsetof(SBZMainMenuLoadoutDisplayWidget_NativeOnItemPlaceableButtonSelected, InButtonSelected) == 0x000000, "Member 'SBZMainMenuLoadoutDisplayWidget_NativeOnItemPlaceableButtonSelected::InButtonSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutDisplayWidget_NativeOnItemThrowableButtonSelected \ +static_assert(alignof(SBZMainMenuLoadoutDisplayWidget_NativeOnItemThrowableButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuLoadoutDisplayWidget_NativeOnItemThrowableButtonSelected"); \ +static_assert(sizeof(SBZMainMenuLoadoutDisplayWidget_NativeOnItemThrowableButtonSelected) == 0x000008, "Wrong size on SBZMainMenuLoadoutDisplayWidget_NativeOnItemThrowableButtonSelected"); \ +static_assert(offsetof(SBZMainMenuLoadoutDisplayWidget_NativeOnItemThrowableButtonSelected, InButtonSelected) == 0x000000, "Member 'SBZMainMenuLoadoutDisplayWidget_NativeOnItemThrowableButtonSelected::InButtonSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutDisplayWidget_NativeOnItemToolButtonSelected \ +static_assert(alignof(SBZMainMenuLoadoutDisplayWidget_NativeOnItemToolButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuLoadoutDisplayWidget_NativeOnItemToolButtonSelected"); \ +static_assert(sizeof(SBZMainMenuLoadoutDisplayWidget_NativeOnItemToolButtonSelected) == 0x000008, "Wrong size on SBZMainMenuLoadoutDisplayWidget_NativeOnItemToolButtonSelected"); \ +static_assert(offsetof(SBZMainMenuLoadoutDisplayWidget_NativeOnItemToolButtonSelected, InButtonSelected) == 0x000000, "Member 'SBZMainMenuLoadoutDisplayWidget_NativeOnItemToolButtonSelected::InButtonSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutDisplayWidget_NativeOnOverkillWeaponButtonSelected \ +static_assert(alignof(SBZMainMenuLoadoutDisplayWidget_NativeOnOverkillWeaponButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuLoadoutDisplayWidget_NativeOnOverkillWeaponButtonSelected"); \ +static_assert(sizeof(SBZMainMenuLoadoutDisplayWidget_NativeOnOverkillWeaponButtonSelected) == 0x000008, "Wrong size on SBZMainMenuLoadoutDisplayWidget_NativeOnOverkillWeaponButtonSelected"); \ +static_assert(offsetof(SBZMainMenuLoadoutDisplayWidget_NativeOnOverkillWeaponButtonSelected, InButtonSelected) == 0x000000, "Member 'SBZMainMenuLoadoutDisplayWidget_NativeOnOverkillWeaponButtonSelected::InButtonSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutDisplayWidget_NativeOnWeaponButtonSelected \ +static_assert(alignof(SBZMainMenuLoadoutDisplayWidget_NativeOnWeaponButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuLoadoutDisplayWidget_NativeOnWeaponButtonSelected"); \ +static_assert(sizeof(SBZMainMenuLoadoutDisplayWidget_NativeOnWeaponButtonSelected) == 0x000008, "Wrong size on SBZMainMenuLoadoutDisplayWidget_NativeOnWeaponButtonSelected"); \ +static_assert(offsetof(SBZMainMenuLoadoutDisplayWidget_NativeOnWeaponButtonSelected, InButtonSelected) == 0x000000, "Member 'SBZMainMenuLoadoutDisplayWidget_NativeOnWeaponButtonSelected::InButtonSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutDisplayWidget_OnLocalLoadoutChanged \ +static_assert(alignof(SBZMainMenuLoadoutDisplayWidget_OnLocalLoadoutChanged) == 0x000008, "Wrong alignment on SBZMainMenuLoadoutDisplayWidget_OnLocalLoadoutChanged"); \ +static_assert(sizeof(SBZMainMenuLoadoutDisplayWidget_OnLocalLoadoutChanged) == 0x0000A0, "Wrong size on SBZMainMenuLoadoutDisplayWidget_OnLocalLoadoutChanged"); \ +static_assert(offsetof(SBZMainMenuLoadoutDisplayWidget_OnLocalLoadoutChanged, InPlayerLoadout) == 0x000000, "Member 'SBZMainMenuLoadoutDisplayWidget_OnLocalLoadoutChanged::InPlayerLoadout' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuLoadoutDisplayWidget_OnLocalLoadoutChanged, ModifiedPlayerLoadoutIndex) == 0x000098, "Member 'SBZMainMenuLoadoutDisplayWidget_OnLocalLoadoutChanged::ModifiedPlayerLoadoutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutDisplayWidget_OnNewConfigUpdated \ +static_assert(alignof(SBZMainMenuLoadoutDisplayWidget_OnNewConfigUpdated) == 0x000008, "Wrong alignment on SBZMainMenuLoadoutDisplayWidget_OnNewConfigUpdated"); \ +static_assert(sizeof(SBZMainMenuLoadoutDisplayWidget_OnNewConfigUpdated) == 0x000098, "Wrong size on SBZMainMenuLoadoutDisplayWidget_OnNewConfigUpdated"); \ +static_assert(offsetof(SBZMainMenuLoadoutDisplayWidget_OnNewConfigUpdated, PlayerLoadoutConfig) == 0x000000, "Member 'SBZMainMenuLoadoutDisplayWidget_OnNewConfigUpdated::PlayerLoadoutConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutDisplayWidget_UpdateLoadoutConfig \ +static_assert(alignof(SBZMainMenuLoadoutDisplayWidget_UpdateLoadoutConfig) == 0x000008, "Wrong alignment on SBZMainMenuLoadoutDisplayWidget_UpdateLoadoutConfig"); \ +static_assert(sizeof(SBZMainMenuLoadoutDisplayWidget_UpdateLoadoutConfig) == 0x0000A0, "Wrong size on SBZMainMenuLoadoutDisplayWidget_UpdateLoadoutConfig"); \ +static_assert(offsetof(SBZMainMenuLoadoutDisplayWidget_UpdateLoadoutConfig, PlayerLoadoutConfig) == 0x000000, "Member 'SBZMainMenuLoadoutDisplayWidget_UpdateLoadoutConfig::PlayerLoadoutConfig' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuLoadoutDisplayWidget_UpdateLoadoutConfig, InLoadoutIndex) == 0x000098, "Member 'SBZMainMenuLoadoutDisplayWidget_UpdateLoadoutConfig::InLoadoutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutDisplayWidget_UpdateLoadoutConfigFromIndex \ +static_assert(alignof(SBZMainMenuLoadoutDisplayWidget_UpdateLoadoutConfigFromIndex) == 0x000004, "Wrong alignment on SBZMainMenuLoadoutDisplayWidget_UpdateLoadoutConfigFromIndex"); \ +static_assert(sizeof(SBZMainMenuLoadoutDisplayWidget_UpdateLoadoutConfigFromIndex) == 0x000004, "Wrong size on SBZMainMenuLoadoutDisplayWidget_UpdateLoadoutConfigFromIndex"); \ +static_assert(offsetof(SBZMainMenuLoadoutDisplayWidget_UpdateLoadoutConfigFromIndex, InLoadoutIndex) == 0x000000, "Member 'SBZMainMenuLoadoutDisplayWidget_UpdateLoadoutConfigFromIndex::InLoadoutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuLoadoutDisplayWidget \ +static_assert(alignof(USBZMainMenuLoadoutDisplayWidget) == 0x000008, "Wrong alignment on USBZMainMenuLoadoutDisplayWidget"); \ +static_assert(sizeof(USBZMainMenuLoadoutDisplayWidget) == 0x000328, "Wrong size on USBZMainMenuLoadoutDisplayWidget"); \ +static_assert(offsetof(USBZMainMenuLoadoutDisplayWidget, Button_PrimaryWeapon) == 0x000290, "Member 'USBZMainMenuLoadoutDisplayWidget::Button_PrimaryWeapon' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuLoadoutDisplayWidget, Button_SecondaryWeapon) == 0x000298, "Member 'USBZMainMenuLoadoutDisplayWidget::Button_SecondaryWeapon' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuLoadoutDisplayWidget, Button_OverkillWeapon) == 0x0002A0, "Member 'USBZMainMenuLoadoutDisplayWidget::Button_OverkillWeapon' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuLoadoutDisplayWidget, Button_Armour) == 0x0002A8, "Member 'USBZMainMenuLoadoutDisplayWidget::Button_Armour' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuLoadoutDisplayWidget, Button_Throwable) == 0x0002B0, "Member 'USBZMainMenuLoadoutDisplayWidget::Button_Throwable' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuLoadoutDisplayWidget, Button_Tool) == 0x0002B8, "Member 'USBZMainMenuLoadoutDisplayWidget::Button_Tool' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuLoadoutDisplayWidget, Button_Placeable) == 0x0002C0, "Member 'USBZMainMenuLoadoutDisplayWidget::Button_Placeable' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuLoadoutDisplayWidget, WeaponButtonSelected) == 0x0002C8, "Member 'USBZMainMenuLoadoutDisplayWidget::WeaponButtonSelected' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuLoadoutDisplayWidget, OverkillWeaponButtonSelected) == 0x0002D8, "Member 'USBZMainMenuLoadoutDisplayWidget::OverkillWeaponButtonSelected' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuLoadoutDisplayWidget, ArmourButtonSelected) == 0x0002E8, "Member 'USBZMainMenuLoadoutDisplayWidget::ArmourButtonSelected' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuLoadoutDisplayWidget, ThrowableButtonSelected) == 0x0002F8, "Member 'USBZMainMenuLoadoutDisplayWidget::ThrowableButtonSelected' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuLoadoutDisplayWidget, ToolButtonSelected) == 0x000308, "Member 'USBZMainMenuLoadoutDisplayWidget::ToolButtonSelected' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuLoadoutDisplayWidget, PlaceableButtonSelected) == 0x000318, "Member 'USBZMainMenuLoadoutDisplayWidget::PlaceableButtonSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZActorRingBuffer_OnActorEndPlay \ +static_assert(alignof(SBZActorRingBuffer_OnActorEndPlay) == 0x000008, "Wrong alignment on SBZActorRingBuffer_OnActorEndPlay"); \ +static_assert(sizeof(SBZActorRingBuffer_OnActorEndPlay) == 0x000010, "Wrong size on SBZActorRingBuffer_OnActorEndPlay"); \ +static_assert(offsetof(SBZActorRingBuffer_OnActorEndPlay, Actor) == 0x000000, "Member 'SBZActorRingBuffer_OnActorEndPlay::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZActorRingBuffer_OnActorEndPlay, EndPlayReason) == 0x000008, "Member 'SBZActorRingBuffer_OnActorEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZActorRingBuffer \ +static_assert(alignof(USBZActorRingBuffer) == 0x000008, "Wrong alignment on USBZActorRingBuffer"); \ +static_assert(sizeof(USBZActorRingBuffer) == 0x000078, "Wrong size on USBZActorRingBuffer"); \ + +#define DUMPER7_ASSERTS_USBZFactions \ +static_assert(alignof(USBZFactions) == 0x000008, "Wrong alignment on USBZFactions"); \ +static_assert(sizeof(USBZFactions) == 0x000120, "Wrong size on USBZFactions"); \ + +#define DUMPER7_ASSERTS_ASBZActorSpawnBase \ +static_assert(alignof(ASBZActorSpawnBase) == 0x000008, "Wrong alignment on ASBZActorSpawnBase"); \ +static_assert(sizeof(ASBZActorSpawnBase) == 0x0002C8, "Wrong size on ASBZActorSpawnBase"); \ +static_assert(offsetof(ASBZActorSpawnBase, Seed) == 0x0002A8, "Member 'ASBZActorSpawnBase::Seed' has a wrong offset!"); \ +static_assert(offsetof(ASBZActorSpawnBase, bRandomizeSpawnTransformStartingIndex) == 0x0002AC, "Member 'ASBZActorSpawnBase::bRandomizeSpawnTransformStartingIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZActorSpawnBase, SpawnTransformArray) == 0x0002B0, "Member 'ASBZActorSpawnBase::SpawnTransformArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZActorSpawnBase, NextSpawnTransformIndex) == 0x0002C0, "Member 'ASBZActorSpawnBase::NextSpawnTransformIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZAIVisualDetectorInterface \ +static_assert(alignof(ISBZAIVisualDetectorInterface) == 0x000001, "Wrong alignment on ISBZAIVisualDetectorInterface"); \ +static_assert(sizeof(ISBZAIVisualDetectorInterface) == 0x000001, "Wrong size on ISBZAIVisualDetectorInterface"); \ + +#define DUMPER7_ASSERTS_ASBZActorSpawnRegionBase \ +static_assert(alignof(ASBZActorSpawnRegionBase) == 0x000008, "Wrong alignment on ASBZActorSpawnRegionBase"); \ +static_assert(sizeof(ASBZActorSpawnRegionBase) == 0x0002F8, "Wrong size on ASBZActorSpawnRegionBase"); \ +static_assert(offsetof(ASBZActorSpawnRegionBase, CollisionCapsuleRadius) == 0x0002C8, "Member 'ASBZActorSpawnRegionBase::CollisionCapsuleRadius' has a wrong offset!"); \ +static_assert(offsetof(ASBZActorSpawnRegionBase, CollisionCapsuleHalfHeight) == 0x0002CC, "Member 'ASBZActorSpawnRegionBase::CollisionCapsuleHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(ASBZActorSpawnRegionBase, SpawnLocationBreadth) == 0x0002D0, "Member 'ASBZActorSpawnRegionBase::SpawnLocationBreadth' has a wrong offset!"); \ +static_assert(offsetof(ASBZActorSpawnRegionBase, SpawnLocationClearance) == 0x0002D4, "Member 'ASBZActorSpawnRegionBase::SpawnLocationClearance' has a wrong offset!"); \ +static_assert(offsetof(ASBZActorSpawnRegionBase, SpawnLocationGridOffset) == 0x0002D8, "Member 'ASBZActorSpawnRegionBase::SpawnLocationGridOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZActorSpawnRegionBase, bShouldIgnoreActorScale) == 0x0002E0, "Member 'ASBZActorSpawnRegionBase::bShouldIgnoreActorScale' has a wrong offset!"); \ +static_assert(offsetof(ASBZActorSpawnRegionBase, SpawnLocationOffset) == 0x0002E4, "Member 'ASBZActorSpawnRegionBase::SpawnLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZActorSpawnRegionBase, bSurfaceNormalAligned) == 0x0002E8, "Member 'ASBZActorSpawnRegionBase::bSurfaceNormalAligned' has a wrong offset!"); \ +static_assert(offsetof(ASBZActorSpawnRegionBase, RandomHeadingOffset) == 0x0002EC, "Member 'ASBZActorSpawnRegionBase::RandomHeadingOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZActorSpawnRegionBase, bDrawSpawnLocationGenerationDebugShapes) == 0x0002F4, "Member 'ASBZActorSpawnRegionBase::bDrawSpawnLocationGenerationDebugShapes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_ForbiddenDuringStealth \ +static_assert(alignof(USBZNavArea_ForbiddenDuringStealth) == 0x000008, "Wrong alignment on USBZNavArea_ForbiddenDuringStealth"); \ +static_assert(sizeof(USBZNavArea_ForbiddenDuringStealth) == 0x000050, "Wrong size on USBZNavArea_ForbiddenDuringStealth"); \ + +#define DUMPER7_ASSERTS_SBZLobby_HostLobby \ +static_assert(alignof(SBZLobby_HostLobby) == 0x000008, "Wrong alignment on SBZLobby_HostLobby"); \ +static_assert(sizeof(SBZLobby_HostLobby) == 0x000088, "Wrong size on SBZLobby_HostLobby"); \ +static_assert(offsetof(SBZLobby_HostLobby, Params_0) == 0x000000, "Member 'SBZLobby_HostLobby::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLobby_HostLobbyComplete \ +static_assert(alignof(SBZLobby_HostLobbyComplete) == 0x000001, "Wrong alignment on SBZLobby_HostLobbyComplete"); \ +static_assert(sizeof(SBZLobby_HostLobbyComplete) == 0x000001, "Wrong size on SBZLobby_HostLobbyComplete"); \ +static_assert(offsetof(SBZLobby_HostLobbyComplete, Result) == 0x000000, "Member 'SBZLobby_HostLobbyComplete::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLobby_HostMigrationSession \ +static_assert(alignof(SBZLobby_HostMigrationSession) == 0x000004, "Wrong alignment on SBZLobby_HostMigrationSession"); \ +static_assert(sizeof(SBZLobby_HostMigrationSession) == 0x000004, "Wrong size on SBZLobby_HostMigrationSession"); \ +static_assert(offsetof(SBZLobby_HostMigrationSession, HostId) == 0x000000, "Member 'SBZLobby_HostMigrationSession::HostId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLobby_InitLobbyHostComplete \ +static_assert(alignof(SBZLobby_InitLobbyHostComplete) == 0x000001, "Wrong alignment on SBZLobby_InitLobbyHostComplete"); \ +static_assert(sizeof(SBZLobby_InitLobbyHostComplete) == 0x000001, "Wrong size on SBZLobby_InitLobbyHostComplete"); \ +static_assert(offsetof(SBZLobby_InitLobbyHostComplete, Result) == 0x000000, "Member 'SBZLobby_InitLobbyHostComplete::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLobby_JoinLobbyComplete \ +static_assert(alignof(SBZLobby_JoinLobbyComplete) == 0x000001, "Wrong alignment on SBZLobby_JoinLobbyComplete"); \ +static_assert(sizeof(SBZLobby_JoinLobbyComplete) == 0x000001, "Wrong size on SBZLobby_JoinLobbyComplete"); \ +static_assert(offsetof(SBZLobby_JoinLobbyComplete, Result) == 0x000000, "Member 'SBZLobby_JoinLobbyComplete::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLobby \ +static_assert(alignof(USBZLobby) == 0x000008, "Wrong alignment on USBZLobby"); \ +static_assert(sizeof(USBZLobby) == 0x000280, "Wrong size on USBZLobby"); \ +static_assert(offsetof(USBZLobby, LocalState) == 0x000030, "Member 'USBZLobby::LocalState' has a wrong offset!"); \ +static_assert(offsetof(USBZLobby, DefaultPort) == 0x000078, "Member 'USBZLobby::DefaultPort' has a wrong offset!"); \ +static_assert(offsetof(USBZLobby, LobbyClient) == 0x000088, "Member 'USBZLobby::LobbyClient' has a wrong offset!"); \ +static_assert(offsetof(USBZLobby, LobbyHost) == 0x000090, "Member 'USBZLobby::LobbyHost' has a wrong offset!"); \ +static_assert(offsetof(USBZLobby, LobbyOnlineBeacon) == 0x000098, "Member 'USBZLobby::LobbyOnlineBeacon' has a wrong offset!"); \ +static_assert(offsetof(USBZLobby, BeaconActionPhaseClient) == 0x0000A0, "Member 'USBZLobby::BeaconActionPhaseClient' has a wrong offset!"); \ +static_assert(offsetof(USBZLobby, BeaconActionPhaseHost) == 0x0000A8, "Member 'USBZLobby::BeaconActionPhaseHost' has a wrong offset!"); \ +static_assert(offsetof(USBZLobby, ActionPhaseOnlineBeacon) == 0x0000B0, "Member 'USBZLobby::ActionPhaseOnlineBeacon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZActorSpawnRequestData \ +static_assert(alignof(USBZActorSpawnRequestData) == 0x000008, "Wrong alignment on USBZActorSpawnRequestData"); \ +static_assert(sizeof(USBZActorSpawnRequestData) == 0x000048, "Wrong size on USBZActorSpawnRequestData"); \ +static_assert(offsetof(USBZActorSpawnRequestData, ClassVariationArray) == 0x000038, "Member 'USBZActorSpawnRequestData::ClassVariationArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInstantLootManager_GetInstantLootManager \ +static_assert(alignof(SBZInstantLootManager_GetInstantLootManager) == 0x000008, "Wrong alignment on SBZInstantLootManager_GetInstantLootManager"); \ +static_assert(sizeof(SBZInstantLootManager_GetInstantLootManager) == 0x000010, "Wrong size on SBZInstantLootManager_GetInstantLootManager"); \ +static_assert(offsetof(SBZInstantLootManager_GetInstantLootManager, WorldContextObject) == 0x000000, "Member 'SBZInstantLootManager_GetInstantLootManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZInstantLootManager_GetInstantLootManager, ReturnValue) == 0x000008, "Member 'SBZInstantLootManager_GetInstantLootManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZInstantLootManager \ +static_assert(alignof(USBZInstantLootManager) == 0x000008, "Wrong alignment on USBZInstantLootManager"); \ +static_assert(sizeof(USBZInstantLootManager) == 0x000030, "Wrong size on USBZInstantLootManager"); \ + +#define DUMPER7_ASSERTS_SBZSessionUpdateListCallbackProxy_SessionUpdateList \ +static_assert(alignof(SBZSessionUpdateListCallbackProxy_SessionUpdateList) == 0x000008, "Wrong alignment on SBZSessionUpdateListCallbackProxy_SessionUpdateList"); \ +static_assert(sizeof(SBZSessionUpdateListCallbackProxy_SessionUpdateList) == 0x000098, "Wrong size on SBZSessionUpdateListCallbackProxy_SessionUpdateList"); \ +static_assert(offsetof(SBZSessionUpdateListCallbackProxy_SessionUpdateList, WorldContextObject_0) == 0x000000, "Member 'SBZSessionUpdateListCallbackProxy_SessionUpdateList::WorldContextObject_0' has a wrong offset!"); \ +static_assert(offsetof(SBZSessionUpdateListCallbackProxy_SessionUpdateList, InSearchParams) == 0x000008, "Member 'SBZSessionUpdateListCallbackProxy_SessionUpdateList::InSearchParams' has a wrong offset!"); \ +static_assert(offsetof(SBZSessionUpdateListCallbackProxy_SessionUpdateList, ReturnValue) == 0x000090, "Member 'SBZSessionUpdateListCallbackProxy_SessionUpdateList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSessionUpdateListCallbackProxy \ +static_assert(alignof(USBZSessionUpdateListCallbackProxy) == 0x000008, "Wrong alignment on USBZSessionUpdateListCallbackProxy"); \ +static_assert(sizeof(USBZSessionUpdateListCallbackProxy) == 0x0000D8, "Wrong size on USBZSessionUpdateListCallbackProxy"); \ +static_assert(offsetof(USBZSessionUpdateListCallbackProxy, OnComplete) == 0x000038, "Member 'USBZSessionUpdateListCallbackProxy::OnComplete' has a wrong offset!"); \ +static_assert(offsetof(USBZSessionUpdateListCallbackProxy, WorldContextObject) == 0x0000D0, "Member 'USBZSessionUpdateListCallbackProxy::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAutoSectionSwitchNotifyState \ +static_assert(alignof(USBZAutoSectionSwitchNotifyState) == 0x000008, "Wrong alignment on USBZAutoSectionSwitchNotifyState"); \ +static_assert(sizeof(USBZAutoSectionSwitchNotifyState) == 0x000048, "Wrong size on USBZAutoSectionSwitchNotifyState"); \ +static_assert(offsetof(USBZAutoSectionSwitchNotifyState, SectionName) == 0x000038, "Member 'USBZAutoSectionSwitchNotifyState::SectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZActorSpawnShapes \ +static_assert(alignof(ASBZActorSpawnShapes) == 0x000008, "Wrong alignment on ASBZActorSpawnShapes"); \ +static_assert(sizeof(ASBZActorSpawnShapes) == 0x0002F8, "Wrong size on ASBZActorSpawnShapes"); \ + +#define DUMPER7_ASSERTS_SBZFilteredAudioVolume_Multicast_SetIntensity \ +static_assert(alignof(SBZFilteredAudioVolume_Multicast_SetIntensity) == 0x000001, "Wrong alignment on SBZFilteredAudioVolume_Multicast_SetIntensity"); \ +static_assert(sizeof(SBZFilteredAudioVolume_Multicast_SetIntensity) == 0x000001, "Wrong size on SBZFilteredAudioVolume_Multicast_SetIntensity"); \ +static_assert(offsetof(SBZFilteredAudioVolume_Multicast_SetIntensity, NewIntensity) == 0x000000, "Member 'SBZFilteredAudioVolume_Multicast_SetIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZFilteredAudioVolume_OnHeistStateChanged \ +static_assert(alignof(SBZFilteredAudioVolume_OnHeistStateChanged) == 0x000001, "Wrong alignment on SBZFilteredAudioVolume_OnHeistStateChanged"); \ +static_assert(sizeof(SBZFilteredAudioVolume_OnHeistStateChanged) == 0x000002, "Wrong size on SBZFilteredAudioVolume_OnHeistStateChanged"); \ +static_assert(offsetof(SBZFilteredAudioVolume_OnHeistStateChanged, OldState) == 0x000000, "Member 'SBZFilteredAudioVolume_OnHeistStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZFilteredAudioVolume_OnHeistStateChanged, NewState) == 0x000001, "Member 'SBZFilteredAudioVolume_OnHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZFilteredAudioVolume_OnOverlapActorsChanged \ +static_assert(alignof(SBZFilteredAudioVolume_OnOverlapActorsChanged) == 0x000008, "Wrong alignment on SBZFilteredAudioVolume_OnOverlapActorsChanged"); \ +static_assert(sizeof(SBZFilteredAudioVolume_OnOverlapActorsChanged) == 0x000020, "Wrong size on SBZFilteredAudioVolume_OnOverlapActorsChanged"); \ +static_assert(offsetof(SBZFilteredAudioVolume_OnOverlapActorsChanged, Identifier) == 0x000000, "Member 'SBZFilteredAudioVolume_OnOverlapActorsChanged::Identifier' has a wrong offset!"); \ +static_assert(offsetof(SBZFilteredAudioVolume_OnOverlapActorsChanged, Actor) == 0x000010, "Member 'SBZFilteredAudioVolume_OnOverlapActorsChanged::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZFilteredAudioVolume_OnOverlapActorsChanged, CurrentTotalActors) == 0x000018, "Member 'SBZFilteredAudioVolume_OnOverlapActorsChanged::CurrentTotalActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZFilteredAudioVolume_OnRep_Intensity \ +static_assert(alignof(SBZFilteredAudioVolume_OnRep_Intensity) == 0x000001, "Wrong alignment on SBZFilteredAudioVolume_OnRep_Intensity"); \ +static_assert(sizeof(SBZFilteredAudioVolume_OnRep_Intensity) == 0x000001, "Wrong size on SBZFilteredAudioVolume_OnRep_Intensity"); \ +static_assert(offsetof(SBZFilteredAudioVolume_OnRep_Intensity, OldIntensity) == 0x000000, "Member 'SBZFilteredAudioVolume_OnRep_Intensity::OldIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZFilteredAudioVolume_SetEnabled \ +static_assert(alignof(SBZFilteredAudioVolume_SetEnabled) == 0x000001, "Wrong alignment on SBZFilteredAudioVolume_SetEnabled"); \ +static_assert(sizeof(SBZFilteredAudioVolume_SetEnabled) == 0x000001, "Wrong size on SBZFilteredAudioVolume_SetEnabled"); \ +static_assert(offsetof(SBZFilteredAudioVolume_SetEnabled, bIsEnabled) == 0x000000, "Member 'SBZFilteredAudioVolume_SetEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZFilteredAudioVolume \ +static_assert(alignof(ASBZFilteredAudioVolume) == 0x000008, "Wrong alignment on ASBZFilteredAudioVolume"); \ +static_assert(sizeof(ASBZFilteredAudioVolume) == 0x000350, "Wrong size on ASBZFilteredAudioVolume"); \ +static_assert(offsetof(ASBZFilteredAudioVolume, CrowdEvent) == 0x000300, "Member 'ASBZFilteredAudioVolume::CrowdEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZFilteredAudioVolume, StopEvent) == 0x000308, "Member 'ASBZFilteredAudioVolume::StopEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZFilteredAudioVolume, AudioComponent) == 0x000310, "Member 'ASBZFilteredAudioVolume::AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZFilteredAudioVolume, RTPC) == 0x000318, "Member 'ASBZFilteredAudioVolume::RTPC' has a wrong offset!"); \ +static_assert(offsetof(ASBZFilteredAudioVolume, Intensity) == 0x000320, "Member 'ASBZFilteredAudioVolume::Intensity' has a wrong offset!"); \ +static_assert(offsetof(ASBZFilteredAudioVolume, bIsStoppedWhenLoud) == 0x000321, "Member 'ASBZFilteredAudioVolume::bIsStoppedWhenLoud' has a wrong offset!"); \ +static_assert(offsetof(ASBZFilteredAudioVolume, InterPolationTimerMs) == 0x000324, "Member 'ASBZFilteredAudioVolume::InterPolationTimerMs' has a wrong offset!"); \ +static_assert(offsetof(ASBZFilteredAudioVolume, Crowd25) == 0x000328, "Member 'ASBZFilteredAudioVolume::Crowd25' has a wrong offset!"); \ +static_assert(offsetof(ASBZFilteredAudioVolume, Crowd50) == 0x00032C, "Member 'ASBZFilteredAudioVolume::Crowd50' has a wrong offset!"); \ +static_assert(offsetof(ASBZFilteredAudioVolume, Crowd75) == 0x000330, "Member 'ASBZFilteredAudioVolume::Crowd75' has a wrong offset!"); \ +static_assert(offsetof(ASBZFilteredAudioVolume, Crowd100) == 0x000334, "Member 'ASBZFilteredAudioVolume::Crowd100' has a wrong offset!"); \ +static_assert(offsetof(ASBZFilteredAudioVolume, CrowdCurrent) == 0x000338, "Member 'ASBZFilteredAudioVolume::CrowdCurrent' has a wrong offset!"); \ +static_assert(offsetof(ASBZFilteredAudioVolume, ActorFilterComponent) == 0x000340, "Member 'ASBZFilteredAudioVolume::ActorFilterComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZActorSpawnTransforms \ +static_assert(alignof(ASBZActorSpawnTransforms) == 0x000008, "Wrong alignment on ASBZActorSpawnTransforms"); \ +static_assert(sizeof(ASBZActorSpawnTransforms) == 0x0002C8, "Wrong size on ASBZActorSpawnTransforms"); \ + +#define DUMPER7_ASSERTS_SBZAlertnessDataComponent_Multicast_SetAlertState \ +static_assert(alignof(SBZAlertnessDataComponent_Multicast_SetAlertState) == 0x000001, "Wrong alignment on SBZAlertnessDataComponent_Multicast_SetAlertState"); \ +static_assert(sizeof(SBZAlertnessDataComponent_Multicast_SetAlertState) == 0x000001, "Wrong size on SBZAlertnessDataComponent_Multicast_SetAlertState"); \ +static_assert(offsetof(SBZAlertnessDataComponent_Multicast_SetAlertState, RepAlertState) == 0x000000, "Member 'SBZAlertnessDataComponent_Multicast_SetAlertState::RepAlertState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAlertnessDataComponent \ +static_assert(alignof(USBZAlertnessDataComponent) == 0x000008, "Wrong alignment on USBZAlertnessDataComponent"); \ +static_assert(sizeof(USBZAlertnessDataComponent) == 0x000198, "Wrong size on USBZAlertnessDataComponent"); \ +static_assert(offsetof(USBZAlertnessDataComponent, AlertState) == 0x0000C0, "Member 'USBZAlertnessDataComponent::AlertState' has a wrong offset!"); \ +static_assert(offsetof(USBZAlertnessDataComponent, AlertMarkerAsset) == 0x0000C8, "Member 'USBZAlertnessDataComponent::AlertMarkerAsset' has a wrong offset!"); \ +static_assert(offsetof(USBZAlertnessDataComponent, MarkerOffset) == 0x0000D0, "Member 'USBZAlertnessDataComponent::MarkerOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZAlertnessDataComponent, MarkerSocketName) == 0x0000DC, "Member 'USBZAlertnessDataComponent::MarkerSocketName' has a wrong offset!"); \ +static_assert(offsetof(USBZAlertnessDataComponent, Component) == 0x0000E8, "Member 'USBZAlertnessDataComponent::Component' has a wrong offset!"); \ +static_assert(offsetof(USBZAlertnessDataComponent, SightDetectionCurve) == 0x000110, "Member 'USBZAlertnessDataComponent::SightDetectionCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZActorSpawnVolume \ +static_assert(alignof(ASBZActorSpawnVolume) == 0x000008, "Wrong alignment on ASBZActorSpawnVolume"); \ +static_assert(sizeof(ASBZActorSpawnVolume) == 0x0002F8, "Wrong size on ASBZActorSpawnVolume"); \ + +#define DUMPER7_ASSERTS_USBZAddGameplayTagNotifyState \ +static_assert(alignof(USBZAddGameplayTagNotifyState) == 0x000008, "Wrong alignment on USBZAddGameplayTagNotifyState"); \ +static_assert(sizeof(USBZAddGameplayTagNotifyState) == 0x000058, "Wrong size on USBZAddGameplayTagNotifyState"); \ +static_assert(offsetof(USBZAddGameplayTagNotifyState, Tags) == 0x000038, "Member 'USBZAddGameplayTagNotifyState::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillEngineerCoolingSystem \ +static_assert(alignof(USBZSkillEngineerCoolingSystem) == 0x000008, "Wrong alignment on USBZSkillEngineerCoolingSystem"); \ +static_assert(sizeof(USBZSkillEngineerCoolingSystem) == 0x000230, "Wrong size on USBZSkillEngineerCoolingSystem"); \ + +#define DUMPER7_ASSERTS_SBZCoverPointManager_Get \ +static_assert(alignof(SBZCoverPointManager_Get) == 0x000008, "Wrong alignment on SBZCoverPointManager_Get"); \ +static_assert(sizeof(SBZCoverPointManager_Get) == 0x000010, "Wrong size on SBZCoverPointManager_Get"); \ +static_assert(offsetof(SBZCoverPointManager_Get, WorldContextObject) == 0x000000, "Member 'SBZCoverPointManager_Get::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZCoverPointManager_Get, ReturnValue) == 0x000008, "Member 'SBZCoverPointManager_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPointManager_GetCoverWithinBounds \ +static_assert(alignof(SBZCoverPointManager_GetCoverWithinBounds) == 0x000008, "Wrong alignment on SBZCoverPointManager_GetCoverWithinBounds"); \ +static_assert(sizeof(SBZCoverPointManager_GetCoverWithinBounds) == 0x000030, "Wrong size on SBZCoverPointManager_GetCoverWithinBounds"); \ +static_assert(offsetof(SBZCoverPointManager_GetCoverWithinBounds, Bounds) == 0x000000, "Member 'SBZCoverPointManager_GetCoverWithinBounds::Bounds' has a wrong offset!"); \ +static_assert(offsetof(SBZCoverPointManager_GetCoverWithinBounds, ReturnValue) == 0x000020, "Member 'SBZCoverPointManager_GetCoverWithinBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPointManager_GetCoverSafeness \ +static_assert(alignof(SBZCoverPointManager_GetCoverSafeness) == 0x000008, "Wrong alignment on SBZCoverPointManager_GetCoverSafeness"); \ +static_assert(sizeof(SBZCoverPointManager_GetCoverSafeness) == 0x000020, "Wrong size on SBZCoverPointManager_GetCoverSafeness"); \ +static_assert(offsetof(SBZCoverPointManager_GetCoverSafeness, CoverPoint) == 0x000000, "Member 'SBZCoverPointManager_GetCoverSafeness::CoverPoint' has a wrong offset!"); \ +static_assert(offsetof(SBZCoverPointManager_GetCoverSafeness, Enemies) == 0x000008, "Member 'SBZCoverPointManager_GetCoverSafeness::Enemies' has a wrong offset!"); \ +static_assert(offsetof(SBZCoverPointManager_GetCoverSafeness, ReturnValue) == 0x000018, "Member 'SBZCoverPointManager_GetCoverSafeness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPointManager_GetShootingPoints \ +static_assert(alignof(SBZCoverPointManager_GetShootingPoints) == 0x000008, "Wrong alignment on SBZCoverPointManager_GetShootingPoints"); \ +static_assert(sizeof(SBZCoverPointManager_GetShootingPoints) == 0x000010, "Wrong size on SBZCoverPointManager_GetShootingPoints"); \ +static_assert(offsetof(SBZCoverPointManager_GetShootingPoints, ReturnValue) == 0x000000, "Member 'SBZCoverPointManager_GetShootingPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCoverPointManager \ +static_assert(alignof(USBZCoverPointManager) == 0x000008, "Wrong alignment on USBZCoverPointManager"); \ +static_assert(sizeof(USBZCoverPointManager) == 0x0000B0, "Wrong size on USBZCoverPointManager"); \ + +#define DUMPER7_ASSERTS_SBZAerialVehicle_Multicast_SetDoorState \ +static_assert(alignof(SBZAerialVehicle_Multicast_SetDoorState) == 0x000001, "Wrong alignment on SBZAerialVehicle_Multicast_SetDoorState"); \ +static_assert(sizeof(SBZAerialVehicle_Multicast_SetDoorState) == 0x000001, "Wrong size on SBZAerialVehicle_Multicast_SetDoorState"); \ +static_assert(offsetof(SBZAerialVehicle_Multicast_SetDoorState, NewState) == 0x000000, "Member 'SBZAerialVehicle_Multicast_SetDoorState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAerialVehicle_OnRep_DoorState \ +static_assert(alignof(SBZAerialVehicle_OnRep_DoorState) == 0x000001, "Wrong alignment on SBZAerialVehicle_OnRep_DoorState"); \ +static_assert(sizeof(SBZAerialVehicle_OnRep_DoorState) == 0x000001, "Wrong size on SBZAerialVehicle_OnRep_DoorState"); \ +static_assert(offsetof(SBZAerialVehicle_OnRep_DoorState, OldState) == 0x000000, "Member 'SBZAerialVehicle_OnRep_DoorState::OldState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAerialVehicle_OnSplineEndReachedCallback \ +static_assert(alignof(SBZAerialVehicle_OnSplineEndReachedCallback) == 0x000008, "Wrong alignment on SBZAerialVehicle_OnSplineEndReachedCallback"); \ +static_assert(sizeof(SBZAerialVehicle_OnSplineEndReachedCallback) == 0x000008, "Wrong size on SBZAerialVehicle_OnSplineEndReachedCallback"); \ +static_assert(offsetof(SBZAerialVehicle_OnSplineEndReachedCallback, Spline) == 0x000000, "Member 'SBZAerialVehicle_OnSplineEndReachedCallback::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAerialVehicle_OnSplineEnteredCallback \ +static_assert(alignof(SBZAerialVehicle_OnSplineEnteredCallback) == 0x000008, "Wrong alignment on SBZAerialVehicle_OnSplineEnteredCallback"); \ +static_assert(sizeof(SBZAerialVehicle_OnSplineEnteredCallback) == 0x000010, "Wrong size on SBZAerialVehicle_OnSplineEnteredCallback"); \ +static_assert(offsetof(SBZAerialVehicle_OnSplineEnteredCallback, Spline) == 0x000000, "Member 'SBZAerialVehicle_OnSplineEnteredCallback::Spline' has a wrong offset!"); \ +static_assert(offsetof(SBZAerialVehicle_OnSplineEnteredCallback, bPathEntered) == 0x000008, "Member 'SBZAerialVehicle_OnSplineEnteredCallback::bPathEntered' has a wrong offset!"); \ +static_assert(offsetof(SBZAerialVehicle_OnSplineEnteredCallback, bTeleportToPathStart) == 0x000009, "Member 'SBZAerialVehicle_OnSplineEnteredCallback::bTeleportToPathStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAerialVehicle_OnSplineLeftCallback \ +static_assert(alignof(SBZAerialVehicle_OnSplineLeftCallback) == 0x000008, "Wrong alignment on SBZAerialVehicle_OnSplineLeftCallback"); \ +static_assert(sizeof(SBZAerialVehicle_OnSplineLeftCallback) == 0x000008, "Wrong size on SBZAerialVehicle_OnSplineLeftCallback"); \ +static_assert(offsetof(SBZAerialVehicle_OnSplineLeftCallback, Spline) == 0x000000, "Member 'SBZAerialVehicle_OnSplineLeftCallback::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAerialVehicle_ReceiveOnDoorStateChanged \ +static_assert(alignof(SBZAerialVehicle_ReceiveOnDoorStateChanged) == 0x000001, "Wrong alignment on SBZAerialVehicle_ReceiveOnDoorStateChanged"); \ +static_assert(sizeof(SBZAerialVehicle_ReceiveOnDoorStateChanged) == 0x000002, "Wrong size on SBZAerialVehicle_ReceiveOnDoorStateChanged"); \ +static_assert(offsetof(SBZAerialVehicle_ReceiveOnDoorStateChanged, Door) == 0x000000, "Member 'SBZAerialVehicle_ReceiveOnDoorStateChanged::Door' has a wrong offset!"); \ +static_assert(offsetof(SBZAerialVehicle_ReceiveOnDoorStateChanged, bIsDoorOpen) == 0x000001, "Member 'SBZAerialVehicle_ReceiveOnDoorStateChanged::bIsDoorOpen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAerialVehicle_SetDoorOpen \ +static_assert(alignof(SBZAerialVehicle_SetDoorOpen) == 0x000001, "Wrong alignment on SBZAerialVehicle_SetDoorOpen"); \ +static_assert(sizeof(SBZAerialVehicle_SetDoorOpen) == 0x000002, "Wrong size on SBZAerialVehicle_SetDoorOpen"); \ +static_assert(offsetof(SBZAerialVehicle_SetDoorOpen, Door) == 0x000000, "Member 'SBZAerialVehicle_SetDoorOpen::Door' has a wrong offset!"); \ +static_assert(offsetof(SBZAerialVehicle_SetDoorOpen, bOpen) == 0x000001, "Member 'SBZAerialVehicle_SetDoorOpen::bOpen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAerialVehicle_SetDoorState \ +static_assert(alignof(SBZAerialVehicle_SetDoorState) == 0x000001, "Wrong alignment on SBZAerialVehicle_SetDoorState"); \ +static_assert(sizeof(SBZAerialVehicle_SetDoorState) == 0x000001, "Wrong size on SBZAerialVehicle_SetDoorState"); \ +static_assert(offsetof(SBZAerialVehicle_SetDoorState, NewState) == 0x000000, "Member 'SBZAerialVehicle_SetDoorState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAerialVehicle_GetVehicleSplineFollowingComponent \ +static_assert(alignof(SBZAerialVehicle_GetVehicleSplineFollowingComponent) == 0x000008, "Wrong alignment on SBZAerialVehicle_GetVehicleSplineFollowingComponent"); \ +static_assert(sizeof(SBZAerialVehicle_GetVehicleSplineFollowingComponent) == 0x000008, "Wrong size on SBZAerialVehicle_GetVehicleSplineFollowingComponent"); \ +static_assert(offsetof(SBZAerialVehicle_GetVehicleSplineFollowingComponent, ReturnValue) == 0x000000, "Member 'SBZAerialVehicle_GetVehicleSplineFollowingComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAerialVehicle \ +static_assert(alignof(ASBZAerialVehicle) == 0x000010, "Wrong alignment on ASBZAerialVehicle"); \ +static_assert(sizeof(ASBZAerialVehicle) == 0x0006A0, "Wrong size on ASBZAerialVehicle"); \ +static_assert(offsetof(ASBZAerialVehicle, OnBeginStop) == 0x000338, "Member 'ASBZAerialVehicle::OnBeginStop' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, OnStopped) == 0x000348, "Member 'ASBZAerialVehicle::OnStopped' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, OnSplineEntered) == 0x000358, "Member 'ASBZAerialVehicle::OnSplineEntered' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, OnSplineLeft) == 0x000368, "Member 'ASBZAerialVehicle::OnSplineLeft' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, OnSplineEndReached) == 0x000378, "Member 'ASBZAerialVehicle::OnSplineEndReached' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, OnPathEndReached) == 0x000388, "Member 'ASBZAerialVehicle::OnPathEndReached' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, OnStateEntered) == 0x000398, "Member 'ASBZAerialVehicle::OnStateEntered' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, OnStateExited) == 0x0003A8, "Member 'ASBZAerialVehicle::OnStateExited' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, OnDoorStateChanged) == 0x0003B8, "Member 'ASBZAerialVehicle::OnDoorStateChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, AerialVehicleAudioComponent) == 0x0003C8, "Member 'ASBZAerialVehicle::AerialVehicleAudioComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, Mesh) == 0x0003D0, "Member 'ASBZAerialVehicle::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, SplineFollowingComponent) == 0x0003D8, "Member 'ASBZAerialVehicle::SplineFollowingComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, StateMachine) == 0x0003E0, "Member 'ASBZAerialVehicle::StateMachine' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, HoverStatePitchCurve) == 0x0003E8, "Member 'ASBZAerialVehicle::HoverStatePitchCurve' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, HoverStateYawCurve) == 0x000470, "Member 'ASBZAerialVehicle::HoverStateYawCurve' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, HoverStateRollCurve) == 0x0004F8, "Member 'ASBZAerialVehicle::HoverStateRollCurve' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, DoorState) == 0x000580, "Member 'ASBZAerialVehicle::DoorState' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, RepMove) == 0x000590, "Member 'ASBZAerialVehicle::RepMove' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, MaxRollAngle) == 0x000638, "Member 'ASBZAerialVehicle::MaxRollAngle' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, PitchAngle) == 0x00063C, "Member 'ASBZAerialVehicle::PitchAngle' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, MaxHoverYawAngle) == 0x000640, "Member 'ASBZAerialVehicle::MaxHoverYawAngle' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, MaxHoverRollAngle) == 0x000644, "Member 'ASBZAerialVehicle::MaxHoverRollAngle' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, LandingRotation) == 0x000648, "Member 'ASBZAerialVehicle::LandingRotation' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, bUseLandingRotation) == 0x00064C, "Member 'ASBZAerialVehicle::bUseLandingRotation' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, MainRotorName) == 0x000650, "Member 'ASBZAerialVehicle::MainRotorName' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, TailRotorName) == 0x00065C, "Member 'ASBZAerialVehicle::TailRotorName' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, RootName) == 0x000668, "Member 'ASBZAerialVehicle::RootName' has a wrong offset!"); \ +static_assert(offsetof(ASBZAerialVehicle, bActiveEngine) == 0x000674, "Member 'ASBZAerialVehicle::bActiveEngine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIOrder_OnCompletedBP \ +static_assert(alignof(SBZAIOrder_OnCompletedBP) == 0x000008, "Wrong alignment on SBZAIOrder_OnCompletedBP"); \ +static_assert(sizeof(SBZAIOrder_OnCompletedBP) == 0x000010, "Wrong size on SBZAIOrder_OnCompletedBP"); \ +static_assert(offsetof(SBZAIOrder_OnCompletedBP, Pawn) == 0x000000, "Member 'SBZAIOrder_OnCompletedBP::Pawn' has a wrong offset!"); \ +static_assert(offsetof(SBZAIOrder_OnCompletedBP, NodeResult) == 0x000008, "Member 'SBZAIOrder_OnCompletedBP::NodeResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIOrder_OnStartedBP \ +static_assert(alignof(SBZAIOrder_OnStartedBP) == 0x000008, "Wrong alignment on SBZAIOrder_OnStartedBP"); \ +static_assert(sizeof(SBZAIOrder_OnStartedBP) == 0x000008, "Wrong size on SBZAIOrder_OnStartedBP"); \ +static_assert(offsetof(SBZAIOrder_OnStartedBP, Pawn) == 0x000000, "Member 'SBZAIOrder_OnStartedBP::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIOrder_OnStoppedBP \ +static_assert(alignof(SBZAIOrder_OnStoppedBP) == 0x000008, "Wrong alignment on SBZAIOrder_OnStoppedBP"); \ +static_assert(sizeof(SBZAIOrder_OnStoppedBP) == 0x000010, "Wrong size on SBZAIOrder_OnStoppedBP"); \ +static_assert(offsetof(SBZAIOrder_OnStoppedBP, Pawn) == 0x000000, "Member 'SBZAIOrder_OnStoppedBP::Pawn' has a wrong offset!"); \ +static_assert(offsetof(SBZAIOrder_OnStoppedBP, NodeResult) == 0x000008, "Member 'SBZAIOrder_OnStoppedBP::NodeResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIOrder_ExecPredicate \ +static_assert(alignof(SBZAIOrder_ExecPredicate) == 0x000008, "Wrong alignment on SBZAIOrder_ExecPredicate"); \ +static_assert(sizeof(SBZAIOrder_ExecPredicate) == 0x000010, "Wrong size on SBZAIOrder_ExecPredicate"); \ +static_assert(offsetof(SBZAIOrder_ExecPredicate, Owner) == 0x000000, "Member 'SBZAIOrder_ExecPredicate::Owner' has a wrong offset!"); \ +static_assert(offsetof(SBZAIOrder_ExecPredicate, ReturnValue) == 0x000008, "Member 'SBZAIOrder_ExecPredicate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder \ +static_assert(alignof(USBZAIOrder) == 0x000008, "Wrong alignment on USBZAIOrder"); \ +static_assert(sizeof(USBZAIOrder) == 0x000130, "Wrong size on USBZAIOrder"); \ +static_assert(offsetof(USBZAIOrder, OrderTypes) == 0x000078, "Member 'USBZAIOrder::OrderTypes' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder, OverrideTypes) == 0x000098, "Member 'USBZAIOrder::OverrideTypes' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder, ApplicablePawnTypes) == 0x0000B8, "Member 'USBZAIOrder::ApplicablePawnTypes' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder, Tags) == 0x0000D8, "Member 'USBZAIOrder::Tags' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder, bShouldRemoveTagsOnStopped) == 0x0000F8, "Member 'USBZAIOrder::bShouldRemoveTagsOnStopped' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder, Mode) == 0x0000F9, "Member 'USBZAIOrder::Mode' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder, bIsInstanced) == 0x0000FA, "Member 'USBZAIOrder::bIsInstanced' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder, bIsPersistent) == 0x0000FB, "Member 'USBZAIOrder::bIsPersistent' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder, DefaultSelectionScore) == 0x0000FC, "Member 'USBZAIOrder::DefaultSelectionScore' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder, DefaultUtilityScore) == 0x000100, "Member 'USBZAIOrder::DefaultUtilityScore' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder, Behavior) == 0x000108, "Member 'USBZAIOrder::Behavior' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder, Category) == 0x000110, "Member 'USBZAIOrder::Category' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder, OrderOwner) == 0x000118, "Member 'USBZAIOrder::OrderOwner' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder, TargetActor) == 0x000120, "Member 'USBZAIOrder::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder, bCompleteOnStop) == 0x000128, "Member 'USBZAIOrder::bCompleteOnStop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_InvestigateGate \ +static_assert(alignof(USBZAIOrder_InvestigateGate) == 0x000008, "Wrong alignment on USBZAIOrder_InvestigateGate"); \ +static_assert(sizeof(USBZAIOrder_InvestigateGate) == 0x000150, "Wrong size on USBZAIOrder_InvestigateGate"); \ +static_assert(offsetof(USBZAIOrder_InvestigateGate, BlackboardKey) == 0x000130, "Member 'USBZAIOrder_InvestigateGate::BlackboardKey' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_InvestigateGate, CallReason) == 0x00013C, "Member 'USBZAIOrder_InvestigateGate::CallReason' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_InvestigateGate, NotificationAsset) == 0x000140, "Member 'USBZAIOrder_InvestigateGate::NotificationAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZItemDatabase \ +static_assert(alignof(USBZItemDatabase) == 0x000008, "Wrong alignment on USBZItemDatabase"); \ +static_assert(sizeof(USBZItemDatabase) == 0x000038, "Wrong size on USBZItemDatabase"); \ + +#define DUMPER7_ASSERTS_SBZVehicleAnimation_PlayBuiltInAnimMontage \ +static_assert(alignof(SBZVehicleAnimation_PlayBuiltInAnimMontage) == 0x000008, "Wrong alignment on SBZVehicleAnimation_PlayBuiltInAnimMontage"); \ +static_assert(sizeof(SBZVehicleAnimation_PlayBuiltInAnimMontage) == 0x000010, "Wrong size on SBZVehicleAnimation_PlayBuiltInAnimMontage"); \ +static_assert(offsetof(SBZVehicleAnimation_PlayBuiltInAnimMontage, AnimMontage) == 0x000000, "Member 'SBZVehicleAnimation_PlayBuiltInAnimMontage::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleAnimation_PlayBuiltInAnimMontage, ReturnValue) == 0x000008, "Member 'SBZVehicleAnimation_PlayBuiltInAnimMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleAnimation_StopBuiltInAnimMontage \ +static_assert(alignof(SBZVehicleAnimation_StopBuiltInAnimMontage) == 0x000008, "Wrong alignment on SBZVehicleAnimation_StopBuiltInAnimMontage"); \ +static_assert(sizeof(SBZVehicleAnimation_StopBuiltInAnimMontage) == 0x000008, "Wrong size on SBZVehicleAnimation_StopBuiltInAnimMontage"); \ +static_assert(offsetof(SBZVehicleAnimation_StopBuiltInAnimMontage, AnimMontage) == 0x000000, "Member 'SBZVehicleAnimation_StopBuiltInAnimMontage::AnimMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZVehicleAnimation \ +static_assert(alignof(USBZVehicleAnimation) == 0x000010, "Wrong alignment on USBZVehicleAnimation"); \ +static_assert(sizeof(USBZVehicleAnimation) == 0x000A60, "Wrong size on USBZVehicleAnimation"); \ +static_assert(offsetof(USBZVehicleAnimation, BuiltInAnimMontagesHandler) == 0x000A58, "Member 'USBZVehicleAnimation::BuiltInAnimMontagesHandler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_AgilityMisc \ +static_assert(alignof(USBZNavArea_AgilityMisc) == 0x000008, "Wrong alignment on USBZNavArea_AgilityMisc"); \ +static_assert(sizeof(USBZNavArea_AgilityMisc) == 0x000050, "Wrong size on USBZNavArea_AgilityMisc"); \ + +#define DUMPER7_ASSERTS_USBZAerialVehicleAnimation \ +static_assert(alignof(USBZAerialVehicleAnimation) == 0x000010, "Wrong alignment on USBZAerialVehicleAnimation"); \ +static_assert(sizeof(USBZAerialVehicleAnimation) == 0x000A60, "Wrong size on USBZAerialVehicleAnimation"); \ + +#define DUMPER7_ASSERTS_SBZAIOrderTargetArea_SetEnabled \ +static_assert(alignof(SBZAIOrderTargetArea_SetEnabled) == 0x000001, "Wrong alignment on SBZAIOrderTargetArea_SetEnabled"); \ +static_assert(sizeof(SBZAIOrderTargetArea_SetEnabled) == 0x000001, "Wrong size on SBZAIOrderTargetArea_SetEnabled"); \ +static_assert(offsetof(SBZAIOrderTargetArea_SetEnabled, bEnable) == 0x000000, "Member 'SBZAIOrderTargetArea_SetEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIOrderTargetArea_IsEnabled \ +static_assert(alignof(SBZAIOrderTargetArea_IsEnabled) == 0x000001, "Wrong alignment on SBZAIOrderTargetArea_IsEnabled"); \ +static_assert(sizeof(SBZAIOrderTargetArea_IsEnabled) == 0x000001, "Wrong size on SBZAIOrderTargetArea_IsEnabled"); \ +static_assert(offsetof(SBZAIOrderTargetArea_IsEnabled, ReturnValue) == 0x000000, "Member 'SBZAIOrderTargetArea_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAIOrderTargetArea \ +static_assert(alignof(ASBZAIOrderTargetArea) == 0x000008, "Wrong alignment on ASBZAIOrderTargetArea"); \ +static_assert(sizeof(ASBZAIOrderTargetArea) == 0x0002F8, "Wrong size on ASBZAIOrderTargetArea"); \ +static_assert(offsetof(ASBZAIOrderTargetArea, bEnabled) == 0x0002B8, "Member 'ASBZAIOrderTargetArea::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIOrderTargetArea, bConsiderCoversDirection) == 0x0002B9, "Member 'ASBZAIOrderTargetArea::bConsiderCoversDirection' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIOrderTargetArea, ArcAngle) == 0x0002BC, "Member 'ASBZAIOrderTargetArea::ArcAngle' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIOrderTargetArea, BoxComponent) == 0x0002C0, "Member 'ASBZAIOrderTargetArea::BoxComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIOrderTargetArea, RoomVolumes) == 0x0002C8, "Member 'ASBZAIOrderTargetArea::RoomVolumes' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIOrderTargetArea, AssignedSquads) == 0x0002D8, "Member 'ASBZAIOrderTargetArea::AssignedSquads' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIOrderTargetArea, CachedCoverPoints) == 0x0002E8, "Member 'ASBZAIOrderTargetArea::CachedCoverPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAmbientSoundComponent_DisableAmbientSoundComponent \ +static_assert(alignof(SBZAmbientSoundComponent_DisableAmbientSoundComponent) == 0x000008, "Wrong alignment on SBZAmbientSoundComponent_DisableAmbientSoundComponent"); \ +static_assert(sizeof(SBZAmbientSoundComponent_DisableAmbientSoundComponent) == 0x000018, "Wrong size on SBZAmbientSoundComponent_DisableAmbientSoundComponent"); \ +static_assert(offsetof(SBZAmbientSoundComponent_DisableAmbientSoundComponent, AkAudioCloseEvent) == 0x000000, "Member 'SBZAmbientSoundComponent_DisableAmbientSoundComponent::AkAudioCloseEvent' has a wrong offset!"); \ +static_assert(offsetof(SBZAmbientSoundComponent_DisableAmbientSoundComponent, EventName_0) == 0x000008, "Member 'SBZAmbientSoundComponent_DisableAmbientSoundComponent::EventName_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAmbientSoundComponent_SetAudioEvent \ +static_assert(alignof(SBZAmbientSoundComponent_SetAudioEvent) == 0x000008, "Wrong alignment on SBZAmbientSoundComponent_SetAudioEvent"); \ +static_assert(sizeof(SBZAmbientSoundComponent_SetAudioEvent) == 0x000008, "Wrong size on SBZAmbientSoundComponent_SetAudioEvent"); \ +static_assert(offsetof(SBZAmbientSoundComponent_SetAudioEvent, InAkAudioEvent) == 0x000000, "Member 'SBZAmbientSoundComponent_SetAudioEvent::InAkAudioEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAmbientSoundComponent_SetRTPCValue \ +static_assert(alignof(SBZAmbientSoundComponent_SetRTPCValue) == 0x000008, "Wrong alignment on SBZAmbientSoundComponent_SetRTPCValue"); \ +static_assert(sizeof(SBZAmbientSoundComponent_SetRTPCValue) == 0x000010, "Wrong size on SBZAmbientSoundComponent_SetRTPCValue"); \ +static_assert(offsetof(SBZAmbientSoundComponent_SetRTPCValue, InRtpc) == 0x000000, "Member 'SBZAmbientSoundComponent_SetRTPCValue::InRtpc' has a wrong offset!"); \ +static_assert(offsetof(SBZAmbientSoundComponent_SetRTPCValue, Value) == 0x000008, "Member 'SBZAmbientSoundComponent_SetRTPCValue::Value' has a wrong offset!"); \ +static_assert(offsetof(SBZAmbientSoundComponent_SetRTPCValue, InterpolationTime) == 0x00000C, "Member 'SBZAmbientSoundComponent_SetRTPCValue::InterpolationTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAmbientSoundComponent_SetSwitchState \ +static_assert(alignof(SBZAmbientSoundComponent_SetSwitchState) == 0x000008, "Wrong alignment on SBZAmbientSoundComponent_SetSwitchState"); \ +static_assert(sizeof(SBZAmbientSoundComponent_SetSwitchState) == 0x000028, "Wrong size on SBZAmbientSoundComponent_SetSwitchState"); \ +static_assert(offsetof(SBZAmbientSoundComponent_SetSwitchState, SwitchValue) == 0x000000, "Member 'SBZAmbientSoundComponent_SetSwitchState::SwitchValue' has a wrong offset!"); \ +static_assert(offsetof(SBZAmbientSoundComponent_SetSwitchState, InSwitchGroup) == 0x000008, "Member 'SBZAmbientSoundComponent_SetSwitchState::InSwitchGroup' has a wrong offset!"); \ +static_assert(offsetof(SBZAmbientSoundComponent_SetSwitchState, InSwitchState) == 0x000018, "Member 'SBZAmbientSoundComponent_SetSwitchState::InSwitchState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAmbientSoundComponent_GetAttenuation \ +static_assert(alignof(SBZAmbientSoundComponent_GetAttenuation) == 0x000004, "Wrong alignment on SBZAmbientSoundComponent_GetAttenuation"); \ +static_assert(sizeof(SBZAmbientSoundComponent_GetAttenuation) == 0x000004, "Wrong size on SBZAmbientSoundComponent_GetAttenuation"); \ +static_assert(offsetof(SBZAmbientSoundComponent_GetAttenuation, ReturnValue) == 0x000000, "Member 'SBZAmbientSoundComponent_GetAttenuation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAmbientSoundComponent_IsAmbientSoundComponentEnabled \ +static_assert(alignof(SBZAmbientSoundComponent_IsAmbientSoundComponentEnabled) == 0x000001, "Wrong alignment on SBZAmbientSoundComponent_IsAmbientSoundComponentEnabled"); \ +static_assert(sizeof(SBZAmbientSoundComponent_IsAmbientSoundComponentEnabled) == 0x000001, "Wrong size on SBZAmbientSoundComponent_IsAmbientSoundComponentEnabled"); \ +static_assert(offsetof(SBZAmbientSoundComponent_IsAmbientSoundComponentEnabled, ReturnValue) == 0x000000, "Member 'SBZAmbientSoundComponent_IsAmbientSoundComponentEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAmbientSoundComponent \ +static_assert(alignof(USBZAmbientSoundComponent) == 0x000010, "Wrong alignment on USBZAmbientSoundComponent"); \ +static_assert(sizeof(USBZAmbientSoundComponent) == 0x0002E0, "Wrong size on USBZAmbientSoundComponent"); \ +static_assert(offsetof(USBZAmbientSoundComponent, AkAudioEvent) == 0x000228, "Member 'USBZAmbientSoundComponent::AkAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZAmbientSoundComponent, AmbientAkComponent) == 0x000230, "Member 'USBZAmbientSoundComponent::AmbientAkComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZAmbientSoundComponent, bIsSoundComponentEnabled) == 0x000238, "Member 'USBZAmbientSoundComponent::bIsSoundComponentEnabled' has a wrong offset!"); \ +static_assert(offsetof(USBZAmbientSoundComponent, EventName) == 0x000240, "Member 'USBZAmbientSoundComponent::EventName' has a wrong offset!"); \ +static_assert(offsetof(USBZAmbientSoundComponent, ActiveAreaAttenuationScale) == 0x000250, "Member 'USBZAmbientSoundComponent::ActiveAreaAttenuationScale' has a wrong offset!"); \ +static_assert(offsetof(USBZAmbientSoundComponent, DefaultAttenuation) == 0x000254, "Member 'USBZAmbientSoundComponent::DefaultAttenuation' has a wrong offset!"); \ +static_assert(offsetof(USBZAmbientSoundComponent, bUseDefaultAttenuation) == 0x000258, "Member 'USBZAmbientSoundComponent::bUseDefaultAttenuation' has a wrong offset!"); \ +static_assert(offsetof(USBZAmbientSoundComponent, AudioSwitches) == 0x000260, "Member 'USBZAmbientSoundComponent::AudioSwitches' has a wrong offset!"); \ +static_assert(offsetof(USBZAmbientSoundComponent, StartPoint) == 0x0002B0, "Member 'USBZAmbientSoundComponent::StartPoint' has a wrong offset!"); \ +static_assert(offsetof(USBZAmbientSoundComponent, EndPoint) == 0x0002BC, "Member 'USBZAmbientSoundComponent::EndPoint' has a wrong offset!"); \ +static_assert(offsetof(USBZAmbientSoundComponent, bHasEndpoints) == 0x0002C8, "Member 'USBZAmbientSoundComponent::bHasEndpoints' has a wrong offset!"); \ +static_assert(offsetof(USBZAmbientSoundComponent, AttenuationSquared) == 0x0002D8, "Member 'USBZAmbientSoundComponent::AttenuationSquared' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLoadoutConfirmationPopupBody \ +static_assert(alignof(USBZLoadoutConfirmationPopupBody) == 0x000008, "Wrong alignment on USBZLoadoutConfirmationPopupBody"); \ +static_assert(sizeof(USBZLoadoutConfirmationPopupBody) == 0x000328, "Wrong size on USBZLoadoutConfirmationPopupBody"); \ +static_assert(offsetof(USBZLoadoutConfirmationPopupBody, ProgressionItemUIData) == 0x000290, "Member 'USBZLoadoutConfirmationPopupBody::ProgressionItemUIData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCrowdFollowingComponent \ +static_assert(alignof(USBZCrowdFollowingComponent) == 0x000008, "Wrong alignment on USBZCrowdFollowingComponent"); \ +static_assert(sizeof(USBZCrowdFollowingComponent) == 0x0002C8, "Wrong size on USBZCrowdFollowingComponent"); \ + +#define DUMPER7_ASSERTS_SBZAerialVehicleAudioComponent_PlayEngineSound \ +static_assert(alignof(SBZAerialVehicleAudioComponent_PlayEngineSound) == 0x000004, "Wrong alignment on SBZAerialVehicleAudioComponent_PlayEngineSound"); \ +static_assert(sizeof(SBZAerialVehicleAudioComponent_PlayEngineSound) == 0x000004, "Wrong size on SBZAerialVehicleAudioComponent_PlayEngineSound"); \ +static_assert(offsetof(SBZAerialVehicleAudioComponent_PlayEngineSound, EngineValue) == 0x000000, "Member 'SBZAerialVehicleAudioComponent_PlayEngineSound::EngineValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAerialVehicleAudioComponent_PlaySpotlightSound \ +static_assert(alignof(SBZAerialVehicleAudioComponent_PlaySpotlightSound) == 0x000001, "Wrong alignment on SBZAerialVehicleAudioComponent_PlaySpotlightSound"); \ +static_assert(sizeof(SBZAerialVehicleAudioComponent_PlaySpotlightSound) == 0x000001, "Wrong size on SBZAerialVehicleAudioComponent_PlaySpotlightSound"); \ +static_assert(offsetof(SBZAerialVehicleAudioComponent_PlaySpotlightSound, bValue) == 0x000000, "Member 'SBZAerialVehicleAudioComponent_PlaySpotlightSound::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAerialVehicleAudioComponent_PlayTyreCollisionSound \ +static_assert(alignof(SBZAerialVehicleAudioComponent_PlayTyreCollisionSound) == 0x000004, "Wrong alignment on SBZAerialVehicleAudioComponent_PlayTyreCollisionSound"); \ +static_assert(sizeof(SBZAerialVehicleAudioComponent_PlayTyreCollisionSound) == 0x000004, "Wrong size on SBZAerialVehicleAudioComponent_PlayTyreCollisionSound"); \ +static_assert(offsetof(SBZAerialVehicleAudioComponent_PlayTyreCollisionSound, CollisionValue) == 0x000000, "Member 'SBZAerialVehicleAudioComponent_PlayTyreCollisionSound::CollisionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAerialVehicleAudioComponent_PlayVehicleCollisionSound \ +static_assert(alignof(SBZAerialVehicleAudioComponent_PlayVehicleCollisionSound) == 0x000004, "Wrong alignment on SBZAerialVehicleAudioComponent_PlayVehicleCollisionSound"); \ +static_assert(sizeof(SBZAerialVehicleAudioComponent_PlayVehicleCollisionSound) == 0x000004, "Wrong size on SBZAerialVehicleAudioComponent_PlayVehicleCollisionSound"); \ +static_assert(offsetof(SBZAerialVehicleAudioComponent_PlayVehicleCollisionSound, CollisionValue) == 0x000000, "Member 'SBZAerialVehicleAudioComponent_PlayVehicleCollisionSound::CollisionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAerialVehicleAudioComponent_PlayVehicleRadioSound \ +static_assert(alignof(SBZAerialVehicleAudioComponent_PlayVehicleRadioSound) == 0x000001, "Wrong alignment on SBZAerialVehicleAudioComponent_PlayVehicleRadioSound"); \ +static_assert(sizeof(SBZAerialVehicleAudioComponent_PlayVehicleRadioSound) == 0x000001, "Wrong size on SBZAerialVehicleAudioComponent_PlayVehicleRadioSound"); \ +static_assert(offsetof(SBZAerialVehicleAudioComponent_PlayVehicleRadioSound, bValue) == 0x000000, "Member 'SBZAerialVehicleAudioComponent_PlayVehicleRadioSound::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAerialVehicleAudioComponent_SetBodyCollisionImpact \ +static_assert(alignof(SBZAerialVehicleAudioComponent_SetBodyCollisionImpact) == 0x000004, "Wrong alignment on SBZAerialVehicleAudioComponent_SetBodyCollisionImpact"); \ +static_assert(sizeof(SBZAerialVehicleAudioComponent_SetBodyCollisionImpact) == 0x000004, "Wrong size on SBZAerialVehicleAudioComponent_SetBodyCollisionImpact"); \ +static_assert(offsetof(SBZAerialVehicleAudioComponent_SetBodyCollisionImpact, CollisionSpeedValue) == 0x000000, "Member 'SBZAerialVehicleAudioComponent_SetBodyCollisionImpact::CollisionSpeedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAerialVehicleAudioComponent_SetTyreCollisionImpact \ +static_assert(alignof(SBZAerialVehicleAudioComponent_SetTyreCollisionImpact) == 0x000004, "Wrong alignment on SBZAerialVehicleAudioComponent_SetTyreCollisionImpact"); \ +static_assert(sizeof(SBZAerialVehicleAudioComponent_SetTyreCollisionImpact) == 0x000004, "Wrong size on SBZAerialVehicleAudioComponent_SetTyreCollisionImpact"); \ +static_assert(offsetof(SBZAerialVehicleAudioComponent_SetTyreCollisionImpact, CollisionSpeedValue) == 0x000000, "Member 'SBZAerialVehicleAudioComponent_SetTyreCollisionImpact::CollisionSpeedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAerialVehicleAudioComponent_SetVehicleEngineSpeed \ +static_assert(alignof(SBZAerialVehicleAudioComponent_SetVehicleEngineSpeed) == 0x000004, "Wrong alignment on SBZAerialVehicleAudioComponent_SetVehicleEngineSpeed"); \ +static_assert(sizeof(SBZAerialVehicleAudioComponent_SetVehicleEngineSpeed) == 0x000004, "Wrong size on SBZAerialVehicleAudioComponent_SetVehicleEngineSpeed"); \ +static_assert(offsetof(SBZAerialVehicleAudioComponent_SetVehicleEngineSpeed, EngineValue) == 0x000000, "Member 'SBZAerialVehicleAudioComponent_SetVehicleEngineSpeed::EngineValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAerialVehicleAudioComponent \ +static_assert(alignof(USBZAerialVehicleAudioComponent) == 0x000010, "Wrong alignment on USBZAerialVehicleAudioComponent"); \ +static_assert(sizeof(USBZAerialVehicleAudioComponent) == 0x000350, "Wrong size on USBZAerialVehicleAudioComponent"); \ +static_assert(offsetof(USBZAerialVehicleAudioComponent, EngineSoundEvent) == 0x0002E0, "Member 'USBZAerialVehicleAudioComponent::EngineSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZAerialVehicleAudioComponent, EngineStopSoundEvent) == 0x0002E8, "Member 'USBZAerialVehicleAudioComponent::EngineStopSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZAerialVehicleAudioComponent, CollisionTyresSoundEvent) == 0x0002F0, "Member 'USBZAerialVehicleAudioComponent::CollisionTyresSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZAerialVehicleAudioComponent, CollisionBodySoundEvent) == 0x0002F8, "Member 'USBZAerialVehicleAudioComponent::CollisionBodySoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZAerialVehicleAudioComponent, RadioSoundEvent) == 0x000300, "Member 'USBZAerialVehicleAudioComponent::RadioSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZAerialVehicleAudioComponent, RadioStopSoundEvent) == 0x000308, "Member 'USBZAerialVehicleAudioComponent::RadioStopSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZAerialVehicleAudioComponent, SpotlightOnSoundEvent) == 0x000310, "Member 'USBZAerialVehicleAudioComponent::SpotlightOnSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZAerialVehicleAudioComponent, SpotlightOffSoundEvent) == 0x000318, "Member 'USBZAerialVehicleAudioComponent::SpotlightOffSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZAerialVehicleAudioComponent, EngineRTPC) == 0x000320, "Member 'USBZAerialVehicleAudioComponent::EngineRTPC' has a wrong offset!"); \ +static_assert(offsetof(USBZAerialVehicleAudioComponent, CollisionTyresRTPC) == 0x000328, "Member 'USBZAerialVehicleAudioComponent::CollisionTyresRTPC' has a wrong offset!"); \ +static_assert(offsetof(USBZAerialVehicleAudioComponent, CollisionBodyRTPC) == 0x000330, "Member 'USBZAerialVehicleAudioComponent::CollisionBodyRTPC' has a wrong offset!"); \ +static_assert(offsetof(USBZAerialVehicleAudioComponent, EngineSoundMultiplicationValue) == 0x000338, "Member 'USBZAerialVehicleAudioComponent::EngineSoundMultiplicationValue' has a wrong offset!"); \ +static_assert(offsetof(USBZAerialVehicleAudioComponent, TyreSoundMultiplicationValue) == 0x00033C, "Member 'USBZAerialVehicleAudioComponent::TyreSoundMultiplicationValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_ObjectiveInteraction \ +static_assert(alignof(USBZAIOrder_ObjectiveInteraction) == 0x000008, "Wrong alignment on USBZAIOrder_ObjectiveInteraction"); \ +static_assert(sizeof(USBZAIOrder_ObjectiveInteraction) == 0x000130, "Wrong size on USBZAIOrder_ObjectiveInteraction"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_Multicast_OnSplineEndReached \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_Multicast_OnSplineEndReached) == 0x000008, "Wrong alignment on SBZVehicleSplineFollowingComponent_Multicast_OnSplineEndReached"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_Multicast_OnSplineEndReached) == 0x000008, "Wrong size on SBZVehicleSplineFollowingComponent_Multicast_OnSplineEndReached"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_OnSplineEndReached, Spline) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_Multicast_OnSplineEndReached::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_Multicast_OnSplineEntered \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_Multicast_OnSplineEntered) == 0x000008, "Wrong alignment on SBZVehicleSplineFollowingComponent_Multicast_OnSplineEntered"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_Multicast_OnSplineEntered) == 0x000010, "Wrong size on SBZVehicleSplineFollowingComponent_Multicast_OnSplineEntered"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_OnSplineEntered, Spline) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_Multicast_OnSplineEntered::Spline' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_OnSplineEntered, bPathEntered) == 0x000008, "Member 'SBZVehicleSplineFollowingComponent_Multicast_OnSplineEntered::bPathEntered' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_OnSplineEntered, bTeleportToPathStart) == 0x000009, "Member 'SBZVehicleSplineFollowingComponent_Multicast_OnSplineEntered::bTeleportToPathStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_Multicast_OnSplineLeft \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_Multicast_OnSplineLeft) == 0x000008, "Wrong alignment on SBZVehicleSplineFollowingComponent_Multicast_OnSplineLeft"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_Multicast_OnSplineLeft) == 0x000008, "Wrong size on SBZVehicleSplineFollowingComponent_Multicast_OnSplineLeft"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_OnSplineLeft, Spline) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_Multicast_OnSplineLeft::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_Multicast_OnStopped \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_Multicast_OnStopped) == 0x000008, "Wrong alignment on SBZVehicleSplineFollowingComponent_Multicast_OnStopped"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_Multicast_OnStopped) == 0x000010, "Wrong size on SBZVehicleSplineFollowingComponent_Multicast_OnStopped"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_OnStopped, Spline) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_Multicast_OnStopped::Spline' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_OnStopped, Distance) == 0x000008, "Member 'SBZVehicleSplineFollowingComponent_Multicast_OnStopped::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_Multicast_PushPath \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_Multicast_PushPath) == 0x000008, "Wrong alignment on SBZVehicleSplineFollowingComponent_Multicast_PushPath"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_Multicast_PushPath) == 0x000010, "Wrong size on SBZVehicleSplineFollowingComponent_Multicast_PushPath"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_PushPath, InPath) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_Multicast_PushPath::InPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_Multicast_PushPathSpline \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_Multicast_PushPathSpline) == 0x000008, "Wrong alignment on SBZVehicleSplineFollowingComponent_Multicast_PushPathSpline"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_Multicast_PushPathSpline) == 0x000008, "Wrong size on SBZVehicleSplineFollowingComponent_Multicast_PushPathSpline"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_PushPathSpline, InPath) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_Multicast_PushPathSpline::InPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_Multicast_SetAcceleration \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_Multicast_SetAcceleration) == 0x000008, "Wrong alignment on SBZVehicleSplineFollowingComponent_Multicast_SetAcceleration"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_Multicast_SetAcceleration) == 0x000020, "Wrong size on SBZVehicleSplineFollowingComponent_Multicast_SetAcceleration"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_SetAcceleration, ServerCurrentSpeed) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_Multicast_SetAcceleration::ServerCurrentSpeed' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_SetAcceleration, InServerPath) == 0x000008, "Member 'SBZVehicleSplineFollowingComponent_Multicast_SetAcceleration::InServerPath' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_SetAcceleration, InServerTraveledDistance) == 0x000018, "Member 'SBZVehicleSplineFollowingComponent_Multicast_SetAcceleration::InServerTraveledDistance' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_SetAcceleration, InAcceleration) == 0x00001C, "Member 'SBZVehicleSplineFollowingComponent_Multicast_SetAcceleration::InAcceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_Multicast_SetCruisingSpeed \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_Multicast_SetCruisingSpeed) == 0x000008, "Wrong alignment on SBZVehicleSplineFollowingComponent_Multicast_SetCruisingSpeed"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_Multicast_SetCruisingSpeed) == 0x000028, "Wrong size on SBZVehicleSplineFollowingComponent_Multicast_SetCruisingSpeed"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_SetCruisingSpeed, ServerCurrentSpeed) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_Multicast_SetCruisingSpeed::ServerCurrentSpeed' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_SetCruisingSpeed, InServerPath) == 0x000008, "Member 'SBZVehicleSplineFollowingComponent_Multicast_SetCruisingSpeed::InServerPath' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_SetCruisingSpeed, InServerTraveledDistance) == 0x000018, "Member 'SBZVehicleSplineFollowingComponent_Multicast_SetCruisingSpeed::InServerTraveledDistance' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_SetCruisingSpeed, InSpeed) == 0x00001C, "Member 'SBZVehicleSplineFollowingComponent_Multicast_SetCruisingSpeed::InSpeed' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_SetCruisingSpeed, bForceUpdateTargetSpeed) == 0x000020, "Member 'SBZVehicleSplineFollowingComponent_Multicast_SetCruisingSpeed::bForceUpdateTargetSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_Multicast_SetDeceleration \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_Multicast_SetDeceleration) == 0x000008, "Wrong alignment on SBZVehicleSplineFollowingComponent_Multicast_SetDeceleration"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_Multicast_SetDeceleration) == 0x000020, "Wrong size on SBZVehicleSplineFollowingComponent_Multicast_SetDeceleration"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_SetDeceleration, ServerCurrentSpeed) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_Multicast_SetDeceleration::ServerCurrentSpeed' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_SetDeceleration, InServerPath) == 0x000008, "Member 'SBZVehicleSplineFollowingComponent_Multicast_SetDeceleration::InServerPath' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_SetDeceleration, InServerTraveledDistance) == 0x000018, "Member 'SBZVehicleSplineFollowingComponent_Multicast_SetDeceleration::InServerTraveledDistance' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_SetDeceleration, InDeceleration) == 0x00001C, "Member 'SBZVehicleSplineFollowingComponent_Multicast_SetDeceleration::InDeceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_Multicast_SetPath \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_Multicast_SetPath) == 0x000008, "Wrong alignment on SBZVehicleSplineFollowingComponent_Multicast_SetPath"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_Multicast_SetPath) == 0x000018, "Wrong size on SBZVehicleSplineFollowingComponent_Multicast_SetPath"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_SetPath, InPath) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_Multicast_SetPath::InPath' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_SetPath, bTeleportToPathStart) == 0x000010, "Member 'SBZVehicleSplineFollowingComponent_Multicast_SetPath::bTeleportToPathStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_Multicast_SetPathSpline \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_Multicast_SetPathSpline) == 0x000008, "Wrong alignment on SBZVehicleSplineFollowingComponent_Multicast_SetPathSpline"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_Multicast_SetPathSpline) == 0x000008, "Wrong size on SBZVehicleSplineFollowingComponent_Multicast_SetPathSpline"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_SetPathSpline, InPath) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_Multicast_SetPathSpline::InPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_Multicast_StopAtDistance \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_Multicast_StopAtDistance) == 0x000004, "Wrong alignment on SBZVehicleSplineFollowingComponent_Multicast_StopAtDistance"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_Multicast_StopAtDistance) == 0x000008, "Wrong size on SBZVehicleSplineFollowingComponent_Multicast_StopAtDistance"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_StopAtDistance, Distance) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_Multicast_StopAtDistance::Distance' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_Multicast_StopAtDistance, bRequestedByUser) == 0x000004, "Member 'SBZVehicleSplineFollowingComponent_Multicast_StopAtDistance::bRequestedByUser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_PushPath \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_PushPath) == 0x000008, "Wrong alignment on SBZVehicleSplineFollowingComponent_PushPath"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_PushPath) == 0x000010, "Wrong size on SBZVehicleSplineFollowingComponent_PushPath"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_PushPath, Path) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_PushPath::Path' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_PushPathSpline \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_PushPathSpline) == 0x000008, "Wrong alignment on SBZVehicleSplineFollowingComponent_PushPathSpline"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_PushPathSpline) == 0x000008, "Wrong size on SBZVehicleSplineFollowingComponent_PushPathSpline"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_PushPathSpline, Spline) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_PushPathSpline::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_SetAcceleration \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_SetAcceleration) == 0x000004, "Wrong alignment on SBZVehicleSplineFollowingComponent_SetAcceleration"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_SetAcceleration) == 0x000004, "Wrong size on SBZVehicleSplineFollowingComponent_SetAcceleration"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_SetAcceleration, InAcceleration) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_SetAcceleration::InAcceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_SetCruisingSpeed \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_SetCruisingSpeed) == 0x000004, "Wrong alignment on SBZVehicleSplineFollowingComponent_SetCruisingSpeed"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_SetCruisingSpeed) == 0x000008, "Wrong size on SBZVehicleSplineFollowingComponent_SetCruisingSpeed"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_SetCruisingSpeed, Speed_0) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_SetCruisingSpeed::Speed_0' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_SetCruisingSpeed, bForceUpdateTargetSpeed) == 0x000004, "Member 'SBZVehicleSplineFollowingComponent_SetCruisingSpeed::bForceUpdateTargetSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_SetDeceleration \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_SetDeceleration) == 0x000004, "Wrong alignment on SBZVehicleSplineFollowingComponent_SetDeceleration"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_SetDeceleration) == 0x000004, "Wrong size on SBZVehicleSplineFollowingComponent_SetDeceleration"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_SetDeceleration, InDeceleration) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_SetDeceleration::InDeceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_SetPath \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_SetPath) == 0x000008, "Wrong alignment on SBZVehicleSplineFollowingComponent_SetPath"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_SetPath) == 0x000018, "Wrong size on SBZVehicleSplineFollowingComponent_SetPath"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_SetPath, Path) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_SetPath::Path' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_SetPath, bTeleportToPathStart) == 0x000010, "Member 'SBZVehicleSplineFollowingComponent_SetPath::bTeleportToPathStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_SetPathSpline \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_SetPathSpline) == 0x000008, "Wrong alignment on SBZVehicleSplineFollowingComponent_SetPathSpline"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_SetPathSpline) == 0x000008, "Wrong size on SBZVehicleSplineFollowingComponent_SetPathSpline"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_SetPathSpline, Spline) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_SetPathSpline::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_GetBrakingDistance \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_GetBrakingDistance) == 0x000004, "Wrong alignment on SBZVehicleSplineFollowingComponent_GetBrakingDistance"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_GetBrakingDistance) == 0x000008, "Wrong size on SBZVehicleSplineFollowingComponent_GetBrakingDistance"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_GetBrakingDistance, bMaxBraking) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_GetBrakingDistance::bMaxBraking' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_GetBrakingDistance, ReturnValue) == 0x000004, "Member 'SBZVehicleSplineFollowingComponent_GetBrakingDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_GetCurrentSpline \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_GetCurrentSpline) == 0x000008, "Wrong alignment on SBZVehicleSplineFollowingComponent_GetCurrentSpline"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_GetCurrentSpline) == 0x000008, "Wrong size on SBZVehicleSplineFollowingComponent_GetCurrentSpline"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_GetCurrentSpline, ReturnValue) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_GetCurrentSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_GetFullPath \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_GetFullPath) == 0x000008, "Wrong alignment on SBZVehicleSplineFollowingComponent_GetFullPath"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_GetFullPath) == 0x000010, "Wrong size on SBZVehicleSplineFollowingComponent_GetFullPath"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_GetFullPath, ReturnValue) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_GetFullPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_GetLastSpline \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_GetLastSpline) == 0x000008, "Wrong alignment on SBZVehicleSplineFollowingComponent_GetLastSpline"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_GetLastSpline) == 0x000008, "Wrong size on SBZVehicleSplineFollowingComponent_GetLastSpline"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_GetLastSpline, ReturnValue) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_GetLastSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_GetNextSpline \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_GetNextSpline) == 0x000008, "Wrong alignment on SBZVehicleSplineFollowingComponent_GetNextSpline"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_GetNextSpline) == 0x000008, "Wrong size on SBZVehicleSplineFollowingComponent_GetNextSpline"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_GetNextSpline, ReturnValue) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_GetNextSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_GetPath \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_GetPath) == 0x000008, "Wrong alignment on SBZVehicleSplineFollowingComponent_GetPath"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_GetPath) == 0x000010, "Wrong size on SBZVehicleSplineFollowingComponent_GetPath"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_GetPath, ReturnValue) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_GetPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_GetPathLength \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_GetPathLength) == 0x000004, "Wrong alignment on SBZVehicleSplineFollowingComponent_GetPathLength"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_GetPathLength) == 0x000004, "Wrong size on SBZVehicleSplineFollowingComponent_GetPathLength"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_GetPathLength, ReturnValue) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_GetPathLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_GetSpeed \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_GetSpeed) == 0x000004, "Wrong alignment on SBZVehicleSplineFollowingComponent_GetSpeed"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_GetSpeed) == 0x000004, "Wrong size on SBZVehicleSplineFollowingComponent_GetSpeed"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_GetSpeed, ReturnValue) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_GetSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_IsStopped \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_IsStopped) == 0x000001, "Wrong alignment on SBZVehicleSplineFollowingComponent_IsStopped"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_IsStopped) == 0x000001, "Wrong size on SBZVehicleSplineFollowingComponent_IsStopped"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_IsStopped, ReturnValue) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_IsStopped::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSplineFollowingComponent_IsStopping \ +static_assert(alignof(SBZVehicleSplineFollowingComponent_IsStopping) == 0x000001, "Wrong alignment on SBZVehicleSplineFollowingComponent_IsStopping"); \ +static_assert(sizeof(SBZVehicleSplineFollowingComponent_IsStopping) == 0x000001, "Wrong size on SBZVehicleSplineFollowingComponent_IsStopping"); \ +static_assert(offsetof(SBZVehicleSplineFollowingComponent_IsStopping, ReturnValue) == 0x000000, "Member 'SBZVehicleSplineFollowingComponent_IsStopping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZVehicleSplineFollowingComponent \ +static_assert(alignof(USBZVehicleSplineFollowingComponent) == 0x000008, "Wrong alignment on USBZVehicleSplineFollowingComponent"); \ +static_assert(sizeof(USBZVehicleSplineFollowingComponent) == 0x0001D8, "Wrong size on USBZVehicleSplineFollowingComponent"); \ +static_assert(offsetof(USBZVehicleSplineFollowingComponent, OnStarted) == 0x0000E0, "Member 'USBZVehicleSplineFollowingComponent::OnStarted' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleSplineFollowingComponent, VehicleManager) == 0x000140, "Member 'USBZVehicleSplineFollowingComponent::VehicleManager' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleSplineFollowingComponent, ReplicatedProperties) == 0x000148, "Member 'USBZVehicleSplineFollowingComponent::ReplicatedProperties' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleSplineFollowingComponent, ClientPath) == 0x000160, "Member 'USBZVehicleSplineFollowingComponent::ClientPath' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleSplineFollowingComponent, TargetSpeed) == 0x000180, "Member 'USBZVehicleSplineFollowingComponent::TargetSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleSplineFollowingComponent, Speed) == 0x000184, "Member 'USBZVehicleSplineFollowingComponent::Speed' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleSplineFollowingComponent, StopBeginSpeed) == 0x000188, "Member 'USBZVehicleSplineFollowingComponent::StopBeginSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleSplineFollowingComponent, StopBeginDistance) == 0x00018C, "Member 'USBZVehicleSplineFollowingComponent::StopBeginDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleSplineFollowingComponent, StopEndDistance) == 0x000190, "Member 'USBZVehicleSplineFollowingComponent::StopEndDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleSplineFollowingComponent, DecelDuration) == 0x000194, "Member 'USBZVehicleSplineFollowingComponent::DecelDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleSplineFollowingComponent, DecelTime) == 0x000198, "Member 'USBZVehicleSplineFollowingComponent::DecelTime' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleSplineFollowingComponent, CruisingSpeed) == 0x00019C, "Member 'USBZVehicleSplineFollowingComponent::CruisingSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleSplineFollowingComponent, TurnCruisingSpeed) == 0x0001A0, "Member 'USBZVehicleSplineFollowingComponent::TurnCruisingSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleSplineFollowingComponent, Acceleration) == 0x0001A4, "Member 'USBZVehicleSplineFollowingComponent::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleSplineFollowingComponent, Deceleration) == 0x0001A8, "Member 'USBZVehicleSplineFollowingComponent::Deceleration' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleSplineFollowingComponent, FullPath) == 0x0001C0, "Member 'USBZVehicleSplineFollowingComponent::FullPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponAimAssistDataAsset \ +static_assert(alignof(USBZWeaponAimAssistDataAsset) == 0x000008, "Wrong alignment on USBZWeaponAimAssistDataAsset"); \ +static_assert(sizeof(USBZWeaponAimAssistDataAsset) == 0x0000C8, "Wrong size on USBZWeaponAimAssistDataAsset"); \ +static_assert(offsetof(USBZWeaponAimAssistDataAsset, Gamepad) == 0x000038, "Member 'USBZWeaponAimAssistDataAsset::Gamepad' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponAimAssistDataAsset, Mouse) == 0x000080, "Member 'USBZWeaponAimAssistDataAsset::Mouse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillAmmoSpecialistScrounger \ +static_assert(alignof(USBZSkillAmmoSpecialistScrounger) == 0x000008, "Wrong alignment on USBZSkillAmmoSpecialistScrounger"); \ +static_assert(sizeof(USBZSkillAmmoSpecialistScrounger) == 0x000230, "Wrong size on USBZSkillAmmoSpecialistScrounger"); \ + +#define DUMPER7_ASSERTS_USBZAerialVehicleSplineFollowingComponent \ +static_assert(alignof(USBZAerialVehicleSplineFollowingComponent) == 0x000008, "Wrong alignment on USBZAerialVehicleSplineFollowingComponent"); \ +static_assert(sizeof(USBZAerialVehicleSplineFollowingComponent) == 0x0001D8, "Wrong size on USBZAerialVehicleSplineFollowingComponent"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_Investigate \ +static_assert(alignof(USBZAIOrder_Investigate) == 0x000008, "Wrong alignment on USBZAIOrder_Investigate"); \ +static_assert(sizeof(USBZAIOrder_Investigate) == 0x0001B8, "Wrong size on USBZAIOrder_Investigate"); \ +static_assert(offsetof(USBZAIOrder_Investigate, InjectTag) == 0x000130, "Member 'USBZAIOrder_Investigate::InjectTag' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_Investigate, StateBehaviors) == 0x000140, "Member 'USBZAIOrder_Investigate::StateBehaviors' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_Investigate, EscalateActionOrder) == 0x000160, "Member 'USBZAIOrder_Investigate::EscalateActionOrder' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_Investigate, CurrentInvestigation) == 0x000170, "Member 'USBZAIOrder_Investigate::CurrentInvestigation' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_Investigate, InvestigateStack) == 0x000188, "Member 'USBZAIOrder_Investigate::InvestigateStack' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_Investigate, EscalationReason) == 0x000198, "Member 'USBZAIOrder_Investigate::EscalationReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZGameplayTagCounterArrayOwnerInterface \ +static_assert(alignof(ISBZGameplayTagCounterArrayOwnerInterface) == 0x000001, "Wrong alignment on ISBZGameplayTagCounterArrayOwnerInterface"); \ +static_assert(sizeof(ISBZGameplayTagCounterArrayOwnerInterface) == 0x000001, "Wrong size on ISBZGameplayTagCounterArrayOwnerInterface"); \ + +#define DUMPER7_ASSERTS_USBZSkillEnforcerCombatReload \ +static_assert(alignof(USBZSkillEnforcerCombatReload) == 0x000008, "Wrong alignment on USBZSkillEnforcerCombatReload"); \ +static_assert(sizeof(USBZSkillEnforcerCombatReload) == 0x000230, "Wrong size on USBZSkillEnforcerCombatReload"); \ + +#define DUMPER7_ASSERTS_ISBZAerialVehicleState \ +static_assert(alignof(ISBZAerialVehicleState) == 0x000001, "Wrong alignment on ISBZAerialVehicleState"); \ +static_assert(sizeof(ISBZAerialVehicleState) == 0x000001, "Wrong size on ISBZAerialVehicleState"); \ + +#define DUMPER7_ASSERTS_SBZCurrencyManager_GetCurrencyManager \ +static_assert(alignof(SBZCurrencyManager_GetCurrencyManager) == 0x000008, "Wrong alignment on SBZCurrencyManager_GetCurrencyManager"); \ +static_assert(sizeof(SBZCurrencyManager_GetCurrencyManager) == 0x000010, "Wrong size on SBZCurrencyManager_GetCurrencyManager"); \ +static_assert(offsetof(SBZCurrencyManager_GetCurrencyManager, WorldContextObject) == 0x000000, "Member 'SBZCurrencyManager_GetCurrencyManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZCurrencyManager_GetCurrencyManager, ReturnValue) == 0x000008, "Member 'SBZCurrencyManager_GetCurrencyManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCurrencyManager_AddCurrency \ +static_assert(alignof(SBZCurrencyManager_AddCurrency) == 0x000008, "Wrong alignment on SBZCurrencyManager_AddCurrency"); \ +static_assert(sizeof(SBZCurrencyManager_AddCurrency) == 0x000018, "Wrong size on SBZCurrencyManager_AddCurrency"); \ +static_assert(offsetof(SBZCurrencyManager_AddCurrency, SBZPlayerState) == 0x000000, "Member 'SBZCurrencyManager_AddCurrency::SBZPlayerState' has a wrong offset!"); \ +static_assert(offsetof(SBZCurrencyManager_AddCurrency, Type) == 0x000008, "Member 'SBZCurrencyManager_AddCurrency::Type' has a wrong offset!"); \ +static_assert(offsetof(SBZCurrencyManager_AddCurrency, Amount) == 0x000010, "Member 'SBZCurrencyManager_AddCurrency::Amount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCurrencyManager_SetCurrency \ +static_assert(alignof(SBZCurrencyManager_SetCurrency) == 0x000008, "Wrong alignment on SBZCurrencyManager_SetCurrency"); \ +static_assert(sizeof(SBZCurrencyManager_SetCurrency) == 0x000010, "Wrong size on SBZCurrencyManager_SetCurrency"); \ +static_assert(offsetof(SBZCurrencyManager_SetCurrency, Type) == 0x000000, "Member 'SBZCurrencyManager_SetCurrency::Type' has a wrong offset!"); \ +static_assert(offsetof(SBZCurrencyManager_SetCurrency, Cost) == 0x000008, "Member 'SBZCurrencyManager_SetCurrency::Cost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCurrencyManager_SubtractCurrency \ +static_assert(alignof(SBZCurrencyManager_SubtractCurrency) == 0x000008, "Wrong alignment on SBZCurrencyManager_SubtractCurrency"); \ +static_assert(sizeof(SBZCurrencyManager_SubtractCurrency) == 0x000018, "Wrong size on SBZCurrencyManager_SubtractCurrency"); \ +static_assert(offsetof(SBZCurrencyManager_SubtractCurrency, SBZPlayerState) == 0x000000, "Member 'SBZCurrencyManager_SubtractCurrency::SBZPlayerState' has a wrong offset!"); \ +static_assert(offsetof(SBZCurrencyManager_SubtractCurrency, Type) == 0x000008, "Member 'SBZCurrencyManager_SubtractCurrency::Type' has a wrong offset!"); \ +static_assert(offsetof(SBZCurrencyManager_SubtractCurrency, Amount) == 0x000010, "Member 'SBZCurrencyManager_SubtractCurrency::Amount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCurrencyManager_CanAfford \ +static_assert(alignof(SBZCurrencyManager_CanAfford) == 0x000008, "Wrong alignment on SBZCurrencyManager_CanAfford"); \ +static_assert(sizeof(SBZCurrencyManager_CanAfford) == 0x000018, "Wrong size on SBZCurrencyManager_CanAfford"); \ +static_assert(offsetof(SBZCurrencyManager_CanAfford, Type) == 0x000000, "Member 'SBZCurrencyManager_CanAfford::Type' has a wrong offset!"); \ +static_assert(offsetof(SBZCurrencyManager_CanAfford, Cost) == 0x000008, "Member 'SBZCurrencyManager_CanAfford::Cost' has a wrong offset!"); \ +static_assert(offsetof(SBZCurrencyManager_CanAfford, ReturnValue) == 0x000010, "Member 'SBZCurrencyManager_CanAfford::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCurrencyManager_GetCurrentAmount \ +static_assert(alignof(SBZCurrencyManager_GetCurrentAmount) == 0x000008, "Wrong alignment on SBZCurrencyManager_GetCurrentAmount"); \ +static_assert(sizeof(SBZCurrencyManager_GetCurrentAmount) == 0x000010, "Wrong size on SBZCurrencyManager_GetCurrentAmount"); \ +static_assert(offsetof(SBZCurrencyManager_GetCurrentAmount, Type) == 0x000000, "Member 'SBZCurrencyManager_GetCurrentAmount::Type' has a wrong offset!"); \ +static_assert(offsetof(SBZCurrencyManager_GetCurrentAmount, ReturnValue) == 0x000008, "Member 'SBZCurrencyManager_GetCurrentAmount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCurrencyManager \ +static_assert(alignof(USBZCurrencyManager) == 0x000008, "Wrong alignment on USBZCurrencyManager"); \ +static_assert(sizeof(USBZCurrencyManager) == 0x0000E8, "Wrong size on USBZCurrencyManager"); \ +static_assert(offsetof(USBZCurrencyManager, PlayerCurrencyBalance) == 0x000048, "Member 'USBZCurrencyManager::PlayerCurrencyBalance' has a wrong offset!"); \ +static_assert(offsetof(USBZCurrencyManager, GetCurrencyRequestQueue) == 0x000090, "Member 'USBZCurrencyManager::GetCurrencyRequestQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAscendState \ +static_assert(alignof(USBZAscendState) == 0x000008, "Wrong alignment on USBZAscendState"); \ +static_assert(sizeof(USBZAscendState) == 0x000040, "Wrong size on USBZAscendState"); \ +static_assert(offsetof(USBZAscendState, StateMachine) == 0x000038, "Member 'USBZAscendState::StateMachine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillAmmoSpecAmmoUpIIBase \ +static_assert(alignof(USBZSkillAmmoSpecAmmoUpIIBase) == 0x000008, "Wrong alignment on USBZSkillAmmoSpecAmmoUpIIBase"); \ +static_assert(sizeof(USBZSkillAmmoSpecAmmoUpIIBase) == 0x000230, "Wrong size on USBZSkillAmmoSpecAmmoUpIIBase"); \ + +#define DUMPER7_ASSERTS_USBZAIDataProvider_PrimaryIsEquipped \ +static_assert(alignof(USBZAIDataProvider_PrimaryIsEquipped) == 0x000008, "Wrong alignment on USBZAIDataProvider_PrimaryIsEquipped"); \ +static_assert(sizeof(USBZAIDataProvider_PrimaryIsEquipped) == 0x000038, "Wrong size on USBZAIDataProvider_PrimaryIsEquipped"); \ +static_assert(offsetof(USBZAIDataProvider_PrimaryIsEquipped, bBoolValue) == 0x000030, "Member 'USBZAIDataProvider_PrimaryIsEquipped::bBoolValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDescendState \ +static_assert(alignof(USBZDescendState) == 0x000008, "Wrong alignment on USBZDescendState"); \ +static_assert(sizeof(USBZDescendState) == 0x000050, "Wrong size on USBZDescendState"); \ +static_assert(offsetof(USBZDescendState, StateMachine) == 0x000038, "Member 'USBZDescendState::StateMachine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLandState \ +static_assert(alignof(USBZLandState) == 0x000008, "Wrong alignment on USBZLandState"); \ +static_assert(sizeof(USBZLandState) == 0x000058, "Wrong size on USBZLandState"); \ +static_assert(offsetof(USBZLandState, StateMachine) == 0x000038, "Member 'USBZLandState::StateMachine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIDroneBaseAnimation \ +static_assert(alignof(USBZAIDroneBaseAnimation) == 0x000010, "Wrong alignment on USBZAIDroneBaseAnimation"); \ +static_assert(sizeof(USBZAIDroneBaseAnimation) == 0x000300, "Wrong size on USBZAIDroneBaseAnimation"); \ +static_assert(offsetof(USBZAIDroneBaseAnimation, MaxLeanAngle) == 0x0002B8, "Member 'USBZAIDroneBaseAnimation::MaxLeanAngle' has a wrong offset!"); \ +static_assert(offsetof(USBZAIDroneBaseAnimation, RootRotation) == 0x0002BC, "Member 'USBZAIDroneBaseAnimation::RootRotation' has a wrong offset!"); \ +static_assert(offsetof(USBZAIDroneBaseAnimation, LocalVelocity) == 0x0002C8, "Member 'USBZAIDroneBaseAnimation::LocalVelocity' has a wrong offset!"); \ +static_assert(offsetof(USBZAIDroneBaseAnimation, YawSpeed) == 0x0002D4, "Member 'USBZAIDroneBaseAnimation::YawSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZAIDroneBaseAnimation, bIsHovering) == 0x0002D8, "Member 'USBZAIDroneBaseAnimation::bIsHovering' has a wrong offset!"); \ +static_assert(offsetof(USBZAIDroneBaseAnimation, DroneBase) == 0x0002E0, "Member 'USBZAIDroneBaseAnimation::DroneBase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIDroneAnimation \ +static_assert(alignof(USBZAIDroneAnimation) == 0x000010, "Wrong alignment on USBZAIDroneAnimation"); \ +static_assert(sizeof(USBZAIDroneAnimation) == 0x000350, "Wrong size on USBZAIDroneAnimation"); \ +static_assert(offsetof(USBZAIDroneAnimation, RotorMaxSpeed) == 0x0002F8, "Member 'USBZAIDroneAnimation::RotorMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZAIDroneAnimation, RotorAcceleration) == 0x0002FC, "Member 'USBZAIDroneAnimation::RotorAcceleration' has a wrong offset!"); \ +static_assert(offsetof(USBZAIDroneAnimation, RotorDeceleration) == 0x000300, "Member 'USBZAIDroneAnimation::RotorDeceleration' has a wrong offset!"); \ +static_assert(offsetof(USBZAIDroneAnimation, HurtReactions) == 0x000308, "Member 'USBZAIDroneAnimation::HurtReactions' has a wrong offset!"); \ +static_assert(offsetof(USBZAIDroneAnimation, WeaponRotation) == 0x000318, "Member 'USBZAIDroneAnimation::WeaponRotation' has a wrong offset!"); \ +static_assert(offsetof(USBZAIDroneAnimation, RotorRotation) == 0x000324, "Member 'USBZAIDroneAnimation::RotorRotation' has a wrong offset!"); \ +static_assert(offsetof(USBZAIDroneAnimation, bIsFiring) == 0x000330, "Member 'USBZAIDroneAnimation::bIsFiring' has a wrong offset!"); \ +static_assert(offsetof(USBZAIDroneAnimation, bIsDamaged) == 0x000331, "Member 'USBZAIDroneAnimation::bIsDamaged' has a wrong offset!"); \ +static_assert(offsetof(USBZAIDroneAnimation, LocalHurtForce) == 0x000334, "Member 'USBZAIDroneAnimation::LocalHurtForce' has a wrong offset!"); \ +static_assert(offsetof(USBZAIDroneAnimation, AIDrone) == 0x000340, "Member 'USBZAIDroneAnimation::AIDrone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHoverState \ +static_assert(alignof(USBZHoverState) == 0x000008, "Wrong alignment on USBZHoverState"); \ +static_assert(sizeof(USBZHoverState) == 0x000060, "Wrong size on USBZHoverState"); \ +static_assert(offsetof(USBZHoverState, StateMachine) == 0x000038, "Member 'USBZHoverState::StateMachine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationManager_GetCustomizationManager \ +static_assert(alignof(SBZCustomizationManager_GetCustomizationManager) == 0x000008, "Wrong alignment on SBZCustomizationManager_GetCustomizationManager"); \ +static_assert(sizeof(SBZCustomizationManager_GetCustomizationManager) == 0x000010, "Wrong size on SBZCustomizationManager_GetCustomizationManager"); \ +static_assert(offsetof(SBZCustomizationManager_GetCustomizationManager, WorldContextObject) == 0x000000, "Member 'SBZCustomizationManager_GetCustomizationManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZCustomizationManager_GetCustomizationManager, ReturnValue) == 0x000008, "Member 'SBZCustomizationManager_GetCustomizationManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationManager_GetMainMenuMannequinVisibility \ +static_assert(alignof(SBZCustomizationManager_GetMainMenuMannequinVisibility) == 0x000001, "Wrong alignment on SBZCustomizationManager_GetMainMenuMannequinVisibility"); \ +static_assert(sizeof(SBZCustomizationManager_GetMainMenuMannequinVisibility) == 0x000001, "Wrong size on SBZCustomizationManager_GetMainMenuMannequinVisibility"); \ +static_assert(offsetof(SBZCustomizationManager_GetMainMenuMannequinVisibility, ReturnValue) == 0x000000, "Member 'SBZCustomizationManager_GetMainMenuMannequinVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationManager_SetArmorConfig \ +static_assert(alignof(SBZCustomizationManager_SetArmorConfig) == 0x000008, "Wrong alignment on SBZCustomizationManager_SetArmorConfig"); \ +static_assert(sizeof(SBZCustomizationManager_SetArmorConfig) == 0x000020, "Wrong size on SBZCustomizationManager_SetArmorConfig"); \ +static_assert(offsetof(SBZCustomizationManager_SetArmorConfig, Config) == 0x000000, "Member 'SBZCustomizationManager_SetArmorConfig::Config' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationManager_SetArmorInspect \ +static_assert(alignof(SBZCustomizationManager_SetArmorInspect) == 0x000001, "Wrong alignment on SBZCustomizationManager_SetArmorInspect"); \ +static_assert(sizeof(SBZCustomizationManager_SetArmorInspect) == 0x000001, "Wrong size on SBZCustomizationManager_SetArmorInspect"); \ +static_assert(offsetof(SBZCustomizationManager_SetArmorInspect, bIsInspect) == 0x000000, "Member 'SBZCustomizationManager_SetArmorInspect::bIsInspect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationManager_SetArmorVariationIndex \ +static_assert(alignof(SBZCustomizationManager_SetArmorVariationIndex) == 0x000004, "Wrong alignment on SBZCustomizationManager_SetArmorVariationIndex"); \ +static_assert(sizeof(SBZCustomizationManager_SetArmorVariationIndex) == 0x000004, "Wrong size on SBZCustomizationManager_SetArmorVariationIndex"); \ +static_assert(offsetof(SBZCustomizationManager_SetArmorVariationIndex, Index_0) == 0x000000, "Member 'SBZCustomizationManager_SetArmorVariationIndex::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationManager_SetArmorVisible \ +static_assert(alignof(SBZCustomizationManager_SetArmorVisible) == 0x000001, "Wrong alignment on SBZCustomizationManager_SetArmorVisible"); \ +static_assert(sizeof(SBZCustomizationManager_SetArmorVisible) == 0x000001, "Wrong size on SBZCustomizationManager_SetArmorVisible"); \ +static_assert(offsetof(SBZCustomizationManager_SetArmorVisible, bInIsVisible) == 0x000000, "Member 'SBZCustomizationManager_SetArmorVisible::bInIsVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationManager_SetMainMenuMannequinRotationEnabled \ +static_assert(alignof(SBZCustomizationManager_SetMainMenuMannequinRotationEnabled) == 0x000001, "Wrong alignment on SBZCustomizationManager_SetMainMenuMannequinRotationEnabled"); \ +static_assert(sizeof(SBZCustomizationManager_SetMainMenuMannequinRotationEnabled) == 0x000001, "Wrong size on SBZCustomizationManager_SetMainMenuMannequinRotationEnabled"); \ +static_assert(offsetof(SBZCustomizationManager_SetMainMenuMannequinRotationEnabled, bEnabled) == 0x000000, "Member 'SBZCustomizationManager_SetMainMenuMannequinRotationEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationManager_SetWeaponInspect \ +static_assert(alignof(SBZCustomizationManager_SetWeaponInspect) == 0x000001, "Wrong alignment on SBZCustomizationManager_SetWeaponInspect"); \ +static_assert(sizeof(SBZCustomizationManager_SetWeaponInspect) == 0x000001, "Wrong size on SBZCustomizationManager_SetWeaponInspect"); \ +static_assert(offsetof(SBZCustomizationManager_SetWeaponInspect, bInIsInspect) == 0x000000, "Member 'SBZCustomizationManager_SetWeaponInspect::bInIsInspect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationManager_ShowGlobalMask \ +static_assert(alignof(SBZCustomizationManager_ShowGlobalMask) == 0x000001, "Wrong alignment on SBZCustomizationManager_ShowGlobalMask"); \ +static_assert(sizeof(SBZCustomizationManager_ShowGlobalMask) == 0x000001, "Wrong size on SBZCustomizationManager_ShowGlobalMask"); \ +static_assert(offsetof(SBZCustomizationManager_ShowGlobalMask, InCentered) == 0x000000, "Member 'SBZCustomizationManager_ShowGlobalMask::InCentered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationManager_SpawnGlobalMask \ +static_assert(alignof(SBZCustomizationManager_SpawnGlobalMask) == 0x000008, "Wrong alignment on SBZCustomizationManager_SpawnGlobalMask"); \ +static_assert(sizeof(SBZCustomizationManager_SpawnGlobalMask) == 0x000008, "Wrong size on SBZCustomizationManager_SpawnGlobalMask"); \ +static_assert(offsetof(SBZCustomizationManager_SpawnGlobalMask, MaskData) == 0x000000, "Member 'SBZCustomizationManager_SpawnGlobalMask::MaskData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationManager_SpawnGlobalMaskWithConfig \ +static_assert(alignof(SBZCustomizationManager_SpawnGlobalMaskWithConfig) == 0x000008, "Wrong alignment on SBZCustomizationManager_SpawnGlobalMaskWithConfig"); \ +static_assert(sizeof(SBZCustomizationManager_SpawnGlobalMaskWithConfig) == 0x000070, "Wrong size on SBZCustomizationManager_SpawnGlobalMaskWithConfig"); \ +static_assert(offsetof(SBZCustomizationManager_SpawnGlobalMaskWithConfig, InMaskConfig) == 0x000000, "Member 'SBZCustomizationManager_SpawnGlobalMaskWithConfig::InMaskConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZCustomizationManager \ +static_assert(alignof(ASBZCustomizationManager) == 0x000008, "Wrong alignment on ASBZCustomizationManager"); \ +static_assert(sizeof(ASBZCustomizationManager) == 0x0004E0, "Wrong size on ASBZCustomizationManager"); \ +static_assert(offsetof(ASBZCustomizationManager, WeaponCustomizationCameraName) == 0x0002A8, "Member 'ASBZCustomizationManager::WeaponCustomizationCameraName' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, WeaponRotationComponent) == 0x0002B8, "Member 'ASBZCustomizationManager::WeaponRotationComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, SpawnOffsetForCameraFromWeapon) == 0x0002C0, "Member 'ASBZCustomizationManager::SpawnOffsetForCameraFromWeapon' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, StartRotationForWeapon) == 0x0002CC, "Member 'ASBZCustomizationManager::StartRotationForWeapon' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, StandaloneWeaponDisplay) == 0x0002D8, "Member 'ASBZCustomizationManager::StandaloneWeaponDisplay' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, StartRotationForMannequin) == 0x0002F8, "Member 'ASBZCustomizationManager::StartRotationForMannequin' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, StartMaskData) == 0x000308, "Member 'ASBZCustomizationManager::StartMaskData' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, MaskCustomizationCameraName) == 0x000310, "Member 'ASBZCustomizationManager::MaskCustomizationCameraName' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, MaskRotationComponent) == 0x000320, "Member 'ASBZCustomizationManager::MaskRotationComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, CenteredSpawnOffsetForCameraFromMask) == 0x000328, "Member 'ASBZCustomizationManager::CenteredSpawnOffsetForCameraFromMask' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, CenteredStartRotationForMask) == 0x000334, "Member 'ASBZCustomizationManager::CenteredStartRotationForMask' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, RightSidedSpawnOffsetForCameraFromMask) == 0x000340, "Member 'ASBZCustomizationManager::RightSidedSpawnOffsetForCameraFromMask' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, RightSidedStartRotationForMask) == 0x00034C, "Member 'ASBZCustomizationManager::RightSidedStartRotationForMask' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, MannequinToSpawn) == 0x000358, "Member 'ASBZCustomizationManager::MannequinToSpawn' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, SuitCustomizationCameraName) == 0x000360, "Member 'ASBZCustomizationManager::SuitCustomizationCameraName' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, SuitRotationComponent) == 0x000370, "Member 'ASBZCustomizationManager::SuitRotationComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, SpawnOffsetForCameraFromMannequin) == 0x000378, "Member 'ASBZCustomizationManager::SpawnOffsetForCameraFromMannequin' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, StartRotationForSuit) == 0x000384, "Member 'ASBZCustomizationManager::StartRotationForSuit' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, InspectArmorCameraName) == 0x000390, "Member 'ASBZCustomizationManager::InspectArmorCameraName' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, InspectArmorCameraOffset) == 0x00039C, "Member 'ASBZCustomizationManager::InspectArmorCameraOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, InspectArmorRotation) == 0x0003A8, "Member 'ASBZCustomizationManager::InspectArmorRotation' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, CustomizeArmorCameraName) == 0x0003B4, "Member 'ASBZCustomizationManager::CustomizeArmorCameraName' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, CustomizeArmorCameraOffset) == 0x0003C0, "Member 'ASBZCustomizationManager::CustomizeArmorCameraOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, CustomizeArmorRotation) == 0x0003CC, "Member 'ASBZCustomizationManager::CustomizeArmorRotation' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, GlobalMask) == 0x0003E0, "Member 'ASBZCustomizationManager::GlobalMask' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, GlobalArmor) == 0x0003E8, "Member 'ASBZCustomizationManager::GlobalArmor' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, Mannequin) == 0x0003F8, "Member 'ASBZCustomizationManager::Mannequin' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, MaskConfig) == 0x000418, "Member 'ASBZCustomizationManager::MaskConfig' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, ArmorConfig) == 0x000498, "Member 'ASBZCustomizationManager::ArmorConfig' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, ArmorVariationIndex) == 0x0004B8, "Member 'ASBZCustomizationManager::ArmorVariationIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, bIsArmorVariationChunkType) == 0x0004BC, "Member 'ASBZCustomizationManager::bIsArmorVariationChunkType' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, bIsArmorChunkTypeCPD) == 0x0004BD, "Member 'ASBZCustomizationManager::bIsArmorChunkTypeCPD' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, ArmorChunkMaterialNameArray) == 0x0004C0, "Member 'ASBZCustomizationManager::ArmorChunkMaterialNameArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, ArmorChunkTypeVariableName) == 0x0004D0, "Member 'ASBZCustomizationManager::ArmorChunkTypeVariableName' has a wrong offset!"); \ +static_assert(offsetof(ASBZCustomizationManager, ArmorChunkTypeCPDIndex) == 0x0004DC, "Member 'ASBZCustomizationManager::ArmorChunkTypeCPDIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZForwardState \ +static_assert(alignof(USBZForwardState) == 0x000008, "Wrong alignment on USBZForwardState"); \ +static_assert(sizeof(USBZForwardState) == 0x000040, "Wrong size on USBZForwardState"); \ +static_assert(offsetof(USBZForwardState, StateMachine) == 0x000038, "Member 'USBZForwardState::StateMachine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOutlineAsset \ +static_assert(alignof(USBZOutlineAsset) == 0x000008, "Wrong alignment on USBZOutlineAsset"); \ +static_assert(sizeof(USBZOutlineAsset) == 0x000048, "Wrong size on USBZOutlineAsset"); \ +static_assert(offsetof(USBZOutlineAsset, Priority) == 0x000038, "Member 'USBZOutlineAsset::Priority' has a wrong offset!"); \ +static_assert(offsetof(USBZOutlineAsset, ColorIndex) == 0x00003C, "Member 'USBZOutlineAsset::ColorIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZOutlineAsset, Distance) == 0x000040, "Member 'USBZOutlineAsset::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAIDroneBase \ +static_assert(alignof(ASBZAIDroneBase) == 0x000010, "Wrong alignment on ASBZAIDroneBase"); \ +static_assert(sizeof(ASBZAIDroneBase) == 0x000580, "Wrong size on ASBZAIDroneBase"); \ + +#define DUMPER7_ASSERTS_ASBZWaypointVolume \ +static_assert(alignof(ASBZWaypointVolume) == 0x000008, "Wrong alignment on ASBZWaypointVolume"); \ +static_assert(sizeof(ASBZWaypointVolume) == 0x000300, "Wrong size on ASBZWaypointVolume"); \ + +#define DUMPER7_ASSERTS_USBZMatchmakingAccelByteV2 \ +static_assert(alignof(USBZMatchmakingAccelByteV2) == 0x000008, "Wrong alignment on USBZMatchmakingAccelByteV2"); \ +static_assert(sizeof(USBZMatchmakingAccelByteV2) == 0x000258, "Wrong size on USBZMatchmakingAccelByteV2"); \ + +#define DUMPER7_ASSERTS_USBZAerialVehicleStateMachine \ +static_assert(alignof(USBZAerialVehicleStateMachine) == 0x000008, "Wrong alignment on USBZAerialVehicleStateMachine"); \ +static_assert(sizeof(USBZAerialVehicleStateMachine) == 0x000090, "Wrong size on USBZAerialVehicleStateMachine"); \ +static_assert(offsetof(USBZAerialVehicleStateMachine, CurrentState) == 0x000030, "Member 'USBZAerialVehicleStateMachine::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(USBZAerialVehicleStateMachine, States) == 0x000040, "Member 'USBZAerialVehicleStateMachine::States' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAgentManager_ClientInitializedRPC \ +static_assert(alignof(SBZAgentManager_ClientInitializedRPC) == 0x000008, "Wrong alignment on SBZAgentManager_ClientInitializedRPC"); \ +static_assert(sizeof(SBZAgentManager_ClientInitializedRPC) == 0x000008, "Wrong size on SBZAgentManager_ClientInitializedRPC"); \ +static_assert(offsetof(SBZAgentManager_ClientInitializedRPC, ClientId) == 0x000000, "Member 'SBZAgentManager_ClientInitializedRPC::ClientId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAgentManager_ClientReliableRPC \ +static_assert(alignof(SBZAgentManager_ClientReliableRPC) == 0x000008, "Wrong alignment on SBZAgentManager_ClientReliableRPC"); \ +static_assert(sizeof(SBZAgentManager_ClientReliableRPC) == 0x000010, "Wrong size on SBZAgentManager_ClientReliableRPC"); \ +static_assert(offsetof(SBZAgentManager_ClientReliableRPC, Data) == 0x000000, "Member 'SBZAgentManager_ClientReliableRPC::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAgentManager_ClientUnreliableRPC \ +static_assert(alignof(SBZAgentManager_ClientUnreliableRPC) == 0x000008, "Wrong alignment on SBZAgentManager_ClientUnreliableRPC"); \ +static_assert(sizeof(SBZAgentManager_ClientUnreliableRPC) == 0x000010, "Wrong size on SBZAgentManager_ClientUnreliableRPC"); \ +static_assert(offsetof(SBZAgentManager_ClientUnreliableRPC, Data) == 0x000000, "Member 'SBZAgentManager_ClientUnreliableRPC::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAgentManager_HandleNavDataRegistered \ +static_assert(alignof(SBZAgentManager_HandleNavDataRegistered) == 0x000008, "Wrong alignment on SBZAgentManager_HandleNavDataRegistered"); \ +static_assert(sizeof(SBZAgentManager_HandleNavDataRegistered) == 0x000008, "Wrong size on SBZAgentManager_HandleNavDataRegistered"); \ +static_assert(offsetof(SBZAgentManager_HandleNavDataRegistered, NavData) == 0x000000, "Member 'SBZAgentManager_HandleNavDataRegistered::NavData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAgentManager_HandshakeReplyRPC \ +static_assert(alignof(SBZAgentManager_HandshakeReplyRPC) == 0x000008, "Wrong alignment on SBZAgentManager_HandshakeReplyRPC"); \ +static_assert(sizeof(SBZAgentManager_HandshakeReplyRPC) == 0x000018, "Wrong size on SBZAgentManager_HandshakeReplyRPC"); \ +static_assert(offsetof(SBZAgentManager_HandshakeReplyRPC, Challenge) == 0x000000, "Member 'SBZAgentManager_HandshakeReplyRPC::Challenge' has a wrong offset!"); \ +static_assert(offsetof(SBZAgentManager_HandshakeReplyRPC, PrivateId) == 0x000010, "Member 'SBZAgentManager_HandshakeReplyRPC::PrivateId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAgentManager_HandshakeRPC \ +static_assert(alignof(SBZAgentManager_HandshakeRPC) == 0x000008, "Wrong alignment on SBZAgentManager_HandshakeRPC"); \ +static_assert(sizeof(SBZAgentManager_HandshakeRPC) == 0x000010, "Wrong size on SBZAgentManager_HandshakeRPC"); \ +static_assert(offsetof(SBZAgentManager_HandshakeRPC, Challenge) == 0x000000, "Member 'SBZAgentManager_HandshakeRPC::Challenge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAgentManager_ServerReliableRPC \ +static_assert(alignof(SBZAgentManager_ServerReliableRPC) == 0x000008, "Wrong alignment on SBZAgentManager_ServerReliableRPC"); \ +static_assert(sizeof(SBZAgentManager_ServerReliableRPC) == 0x000018, "Wrong size on SBZAgentManager_ServerReliableRPC"); \ +static_assert(offsetof(SBZAgentManager_ServerReliableRPC, ClientId) == 0x000000, "Member 'SBZAgentManager_ServerReliableRPC::ClientId' has a wrong offset!"); \ +static_assert(offsetof(SBZAgentManager_ServerReliableRPC, Data) == 0x000008, "Member 'SBZAgentManager_ServerReliableRPC::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAgentManager_ServerUnreliableRPC \ +static_assert(alignof(SBZAgentManager_ServerUnreliableRPC) == 0x000008, "Wrong alignment on SBZAgentManager_ServerUnreliableRPC"); \ +static_assert(sizeof(SBZAgentManager_ServerUnreliableRPC) == 0x000018, "Wrong size on SBZAgentManager_ServerUnreliableRPC"); \ +static_assert(offsetof(SBZAgentManager_ServerUnreliableRPC, ClientId) == 0x000000, "Member 'SBZAgentManager_ServerUnreliableRPC::ClientId' has a wrong offset!"); \ +static_assert(offsetof(SBZAgentManager_ServerUnreliableRPC, Data) == 0x000008, "Member 'SBZAgentManager_ServerUnreliableRPC::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAgentManager \ +static_assert(alignof(USBZAgentManager) == 0x000010, "Wrong alignment on USBZAgentManager"); \ +static_assert(sizeof(USBZAgentManager) == 0x009730, "Wrong size on USBZAgentManager"); \ +static_assert(offsetof(USBZAgentManager, Connections) == 0x0096B0, "Member 'USBZAgentManager::Connections' has a wrong offset!"); \ +static_assert(offsetof(USBZAgentManager, QueuedConnections) == 0x0096C0, "Member 'USBZAgentManager::QueuedConnections' has a wrong offset!"); \ +static_assert(offsetof(USBZAgentManager, PostPhysicsTickFunction) == 0x009700, "Member 'USBZAgentManager::PostPhysicsTickFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZReplenishHealthEffect \ +static_assert(alignof(USBZReplenishHealthEffect) == 0x000008, "Wrong alignment on USBZReplenishHealthEffect"); \ +static_assert(sizeof(USBZReplenishHealthEffect) == 0x0008C0, "Wrong size on USBZReplenishHealthEffect"); \ + +#define DUMPER7_ASSERTS_USBZAIDataProvider_PreferredCoverDistance \ +static_assert(alignof(USBZAIDataProvider_PreferredCoverDistance) == 0x000008, "Wrong alignment on USBZAIDataProvider_PreferredCoverDistance"); \ +static_assert(sizeof(USBZAIDataProvider_PreferredCoverDistance) == 0x000038, "Wrong size on USBZAIDataProvider_PreferredCoverDistance"); \ +static_assert(offsetof(USBZAIDataProvider_PreferredCoverDistance, FloatValue) == 0x000030, "Member 'USBZAIDataProvider_PreferredCoverDistance::FloatValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAgentsFunctionLibrary_SetCrouched \ +static_assert(alignof(SBZAgentsFunctionLibrary_SetCrouched) == 0x000008, "Wrong alignment on SBZAgentsFunctionLibrary_SetCrouched"); \ +static_assert(sizeof(SBZAgentsFunctionLibrary_SetCrouched) == 0x000010, "Wrong size on SBZAgentsFunctionLibrary_SetCrouched"); \ +static_assert(offsetof(SBZAgentsFunctionLibrary_SetCrouched, SBZCharacter) == 0x000000, "Member 'SBZAgentsFunctionLibrary_SetCrouched::SBZCharacter' has a wrong offset!"); \ +static_assert(offsetof(SBZAgentsFunctionLibrary_SetCrouched, bCrouched) == 0x000008, "Member 'SBZAgentsFunctionLibrary_SetCrouched::bCrouched' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAgentsFunctionLibrary \ +static_assert(alignof(USBZAgentsFunctionLibrary) == 0x000008, "Wrong alignment on USBZAgentsFunctionLibrary"); \ +static_assert(sizeof(USBZAgentsFunctionLibrary) == 0x000030, "Wrong size on USBZAgentsFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_SBZDoubleAttributeWidget_OnPrimaryAttributeUpdate \ +static_assert(alignof(SBZDoubleAttributeWidget_OnPrimaryAttributeUpdate) == 0x000004, "Wrong alignment on SBZDoubleAttributeWidget_OnPrimaryAttributeUpdate"); \ +static_assert(sizeof(SBZDoubleAttributeWidget_OnPrimaryAttributeUpdate) == 0x000008, "Wrong size on SBZDoubleAttributeWidget_OnPrimaryAttributeUpdate"); \ +static_assert(offsetof(SBZDoubleAttributeWidget_OnPrimaryAttributeUpdate, NewValue) == 0x000000, "Member 'SBZDoubleAttributeWidget_OnPrimaryAttributeUpdate::NewValue' has a wrong offset!"); \ +static_assert(offsetof(SBZDoubleAttributeWidget_OnPrimaryAttributeUpdate, OldValue) == 0x000004, "Member 'SBZDoubleAttributeWidget_OnPrimaryAttributeUpdate::OldValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDoubleAttributeWidget_OnSecondaryAttributeUpdate \ +static_assert(alignof(SBZDoubleAttributeWidget_OnSecondaryAttributeUpdate) == 0x000004, "Wrong alignment on SBZDoubleAttributeWidget_OnSecondaryAttributeUpdate"); \ +static_assert(sizeof(SBZDoubleAttributeWidget_OnSecondaryAttributeUpdate) == 0x000008, "Wrong size on SBZDoubleAttributeWidget_OnSecondaryAttributeUpdate"); \ +static_assert(offsetof(SBZDoubleAttributeWidget_OnSecondaryAttributeUpdate, NewValue) == 0x000000, "Member 'SBZDoubleAttributeWidget_OnSecondaryAttributeUpdate::NewValue' has a wrong offset!"); \ +static_assert(offsetof(SBZDoubleAttributeWidget_OnSecondaryAttributeUpdate, OldValue) == 0x000004, "Member 'SBZDoubleAttributeWidget_OnSecondaryAttributeUpdate::OldValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDoubleAttributeWidget_OnSetup \ +static_assert(alignof(SBZDoubleAttributeWidget_OnSetup) == 0x000004, "Wrong alignment on SBZDoubleAttributeWidget_OnSetup"); \ +static_assert(sizeof(SBZDoubleAttributeWidget_OnSetup) == 0x000008, "Wrong size on SBZDoubleAttributeWidget_OnSetup"); \ +static_assert(offsetof(SBZDoubleAttributeWidget_OnSetup, PrimaryValue) == 0x000000, "Member 'SBZDoubleAttributeWidget_OnSetup::PrimaryValue' has a wrong offset!"); \ +static_assert(offsetof(SBZDoubleAttributeWidget_OnSetup, SecondaryValue) == 0x000004, "Member 'SBZDoubleAttributeWidget_OnSetup::SecondaryValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDoubleAttributeWidget \ +static_assert(alignof(USBZDoubleAttributeWidget) == 0x000008, "Wrong alignment on USBZDoubleAttributeWidget"); \ +static_assert(sizeof(USBZDoubleAttributeWidget) == 0x000308, "Wrong size on USBZDoubleAttributeWidget"); \ +static_assert(offsetof(USBZDoubleAttributeWidget, PrimaryGameplayAttribute) == 0x000298, "Member 'USBZDoubleAttributeWidget::PrimaryGameplayAttribute' has a wrong offset!"); \ +static_assert(offsetof(USBZDoubleAttributeWidget, SecondaryGameplayAttribute) == 0x0002D0, "Member 'USBZDoubleAttributeWidget::SecondaryGameplayAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAgentPathFollowingComponent \ +static_assert(alignof(USBZAgentPathFollowingComponent) == 0x000008, "Wrong alignment on USBZAgentPathFollowingComponent"); \ +static_assert(sizeof(USBZAgentPathFollowingComponent) == 0x0003C0, "Wrong size on USBZAgentPathFollowingComponent"); \ +static_assert(offsetof(USBZAgentPathFollowingComponent, PathFocalDistance) == 0x000278, "Member 'USBZAgentPathFollowingComponent::PathFocalDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZAgentPathFollowingComponent, PathViewFocalDistance) == 0x00027C, "Member 'USBZAgentPathFollowingComponent::PathViewFocalDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZAgentPathFollowingComponent, bUseSplineSteering) == 0x000280, "Member 'USBZAgentPathFollowingComponent::bUseSplineSteering' has a wrong offset!"); \ +static_assert(offsetof(USBZAgentPathFollowingComponent, bDebugDrawSpline) == 0x000281, "Member 'USBZAgentPathFollowingComponent::bDebugDrawSpline' has a wrong offset!"); \ +static_assert(offsetof(USBZAgentPathFollowingComponent, AgentMovementComp) == 0x000288, "Member 'USBZAgentPathFollowingComponent::AgentMovementComp' has a wrong offset!"); \ +static_assert(offsetof(USBZAgentPathFollowingComponent, AgentCharacter) == 0x000290, "Member 'USBZAgentPathFollowingComponent::AgentCharacter' has a wrong offset!"); \ +static_assert(offsetof(USBZAgentPathFollowingComponent, PathAccessibilityCheckInterval) == 0x000298, "Member 'USBZAgentPathFollowingComponent::PathAccessibilityCheckInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZAgentPathFollowingComponent, MaxDistFromPathBeforeInvalidation) == 0x0002A8, "Member 'USBZAgentPathFollowingComponent::MaxDistFromPathBeforeInvalidation' has a wrong offset!"); \ +static_assert(offsetof(USBZAgentPathFollowingComponent, DefaultSteeringDistanceOffset) == 0x0002AC, "Member 'USBZAgentPathFollowingComponent::DefaultSteeringDistanceOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZAgentPathFollowingComponent, TrafficCrossingSteeringDistanceOffset) == 0x0002B0, "Member 'USBZAgentPathFollowingComponent::TrafficCrossingSteeringDistanceOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZAgentPathFollowingComponent, MinDistFromTrafficSlotToAlign) == 0x0002B4, "Member 'USBZAgentPathFollowingComponent::MinDistFromTrafficSlotToAlign' has a wrong offset!"); \ +static_assert(offsetof(USBZAgentPathFollowingComponent, MinDistFromLifeActionSlotToAlign) == 0x0002B8, "Member 'USBZAgentPathFollowingComponent::MinDistFromLifeActionSlotToAlign' has a wrong offset!"); \ +static_assert(offsetof(USBZAgentPathFollowingComponent, TraversalSlowDownAngleRange) == 0x0002BC, "Member 'USBZAgentPathFollowingComponent::TraversalSlowDownAngleRange' has a wrong offset!"); \ +static_assert(offsetof(USBZAgentPathFollowingComponent, CurTrafficNavLink) == 0x0002D0, "Member 'USBZAgentPathFollowingComponent::CurTrafficNavLink' has a wrong offset!"); \ +static_assert(offsetof(USBZAgentPathFollowingComponent, CachedCurrentNavAreaClass) == 0x0002D8, "Member 'USBZAgentPathFollowingComponent::CachedCurrentNavAreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIDrone_HackSentryAbility \ +static_assert(alignof(USBZAIDrone_HackSentryAbility) == 0x000008, "Wrong alignment on USBZAIDrone_HackSentryAbility"); \ +static_assert(sizeof(USBZAIDrone_HackSentryAbility) == 0x0004F8, "Wrong size on USBZAIDrone_HackSentryAbility"); \ +static_assert(offsetof(USBZAIDrone_HackSentryAbility, DroneSentryHackEffect) == 0x0004D8, "Member 'USBZAIDrone_HackSentryAbility::DroneSentryHackEffect' has a wrong offset!"); \ +static_assert(offsetof(USBZAIDrone_HackSentryAbility, TargetSentry) == 0x0004E0, "Member 'USBZAIDrone_HackSentryAbility::TargetSentry' has a wrong offset!"); \ +static_assert(offsetof(USBZAIDrone_HackSentryAbility, DroneOwner) == 0x0004E8, "Member 'USBZAIDrone_HackSentryAbility::DroneOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDeltaCorrectionNotifyState \ +static_assert(alignof(USBZDeltaCorrectionNotifyState) == 0x000008, "Wrong alignment on USBZDeltaCorrectionNotifyState"); \ +static_assert(sizeof(USBZDeltaCorrectionNotifyState) == 0x000068, "Wrong size on USBZDeltaCorrectionNotifyState"); \ +static_assert(offsetof(USBZDeltaCorrectionNotifyState, bCorrectTranslation) == 0x000040, "Member 'USBZDeltaCorrectionNotifyState::bCorrectTranslation' has a wrong offset!"); \ +static_assert(offsetof(USBZDeltaCorrectionNotifyState, bIgnoreZAxis) == 0x000041, "Member 'USBZDeltaCorrectionNotifyState::bIgnoreZAxis' has a wrong offset!"); \ +static_assert(offsetof(USBZDeltaCorrectionNotifyState, bCorrectRotation) == 0x000042, "Member 'USBZDeltaCorrectionNotifyState::bCorrectRotation' has a wrong offset!"); \ +static_assert(offsetof(USBZDeltaCorrectionNotifyState, bConsiderRemainingRootMotion) == 0x000043, "Member 'USBZDeltaCorrectionNotifyState::bConsiderRemainingRootMotion' has a wrong offset!"); \ +static_assert(offsetof(USBZDeltaCorrectionNotifyState, bReplaceActorStartWorld) == 0x000044, "Member 'USBZDeltaCorrectionNotifyState::bReplaceActorStartWorld' has a wrong offset!"); \ +static_assert(offsetof(USBZDeltaCorrectionNotifyState, ReferenceBone) == 0x000048, "Member 'USBZDeltaCorrectionNotifyState::ReferenceBone' has a wrong offset!"); \ +static_assert(offsetof(USBZDeltaCorrectionNotifyState, OffsetBone) == 0x000054, "Member 'USBZDeltaCorrectionNotifyState::OffsetBone' has a wrong offset!"); \ +static_assert(offsetof(USBZDeltaCorrectionNotifyState, ReferenceTime) == 0x000060, "Member 'USBZDeltaCorrectionNotifyState::ReferenceTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAgilityDeltaCorrectionNS \ +static_assert(alignof(USBZAgilityDeltaCorrectionNS) == 0x000008, "Wrong alignment on USBZAgilityDeltaCorrectionNS"); \ +static_assert(sizeof(USBZAgilityDeltaCorrectionNS) == 0x000070, "Wrong size on USBZAgilityDeltaCorrectionNS"); \ +static_assert(offsetof(USBZAgilityDeltaCorrectionNS, TargetPointType) == 0x000068, "Member 'USBZAgilityDeltaCorrectionNS::TargetPointType' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilityDeltaCorrectionNS, WarpingDirection) == 0x000069, "Member 'USBZAgilityDeltaCorrectionNS::WarpingDirection' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilityDeltaCorrectionNS, bRecomputeUsingAnimation) == 0x00006A, "Member 'USBZAgilityDeltaCorrectionNS::bRecomputeUsingAnimation' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilityDeltaCorrectionNS, bWarpOnYZOnly) == 0x00006B, "Member 'USBZAgilityDeltaCorrectionNS::bWarpOnYZOnly' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilityDeltaCorrectionNS, bWarpOnXZOnly) == 0x00006C, "Member 'USBZAgilityDeltaCorrectionNS::bWarpOnXZOnly' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilityDeltaCorrectionNS, TargetPointTypeToRecomputeFrom) == 0x00006D, "Member 'USBZAgilityDeltaCorrectionNS::TargetPointTypeToRecomputeFrom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGameplayAbility_CharacterJump \ +static_assert(alignof(USBZGameplayAbility_CharacterJump) == 0x000008, "Wrong alignment on USBZGameplayAbility_CharacterJump"); \ +static_assert(sizeof(USBZGameplayAbility_CharacterJump) == 0x0004D8, "Wrong size on USBZGameplayAbility_CharacterJump"); \ + +#define DUMPER7_ASSERTS_SBZWheeledVehicle_AddEjectionVolume \ +static_assert(alignof(SBZWheeledVehicle_AddEjectionVolume) == 0x000008, "Wrong alignment on SBZWheeledVehicle_AddEjectionVolume"); \ +static_assert(sizeof(SBZWheeledVehicle_AddEjectionVolume) == 0x000008, "Wrong size on SBZWheeledVehicle_AddEjectionVolume"); \ +static_assert(offsetof(SBZWheeledVehicle_AddEjectionVolume, EjectionVolume) == 0x000000, "Member 'SBZWheeledVehicle_AddEjectionVolume::EjectionVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWheeledVehicle_Multicast_EjectOverlappingCharacters \ +static_assert(alignof(SBZWheeledVehicle_Multicast_EjectOverlappingCharacters) == 0x000008, "Wrong alignment on SBZWheeledVehicle_Multicast_EjectOverlappingCharacters"); \ +static_assert(sizeof(SBZWheeledVehicle_Multicast_EjectOverlappingCharacters) == 0x000018, "Wrong size on SBZWheeledVehicle_Multicast_EjectOverlappingCharacters"); \ +static_assert(offsetof(SBZWheeledVehicle_Multicast_EjectOverlappingCharacters, Character) == 0x000000, "Member 'SBZWheeledVehicle_Multicast_EjectOverlappingCharacters::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZWheeledVehicle_Multicast_EjectOverlappingCharacters, EjectionVelocity) == 0x000008, "Member 'SBZWheeledVehicle_Multicast_EjectOverlappingCharacters::EjectionVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWheeledVehicle_Multicast_SetDoorState \ +static_assert(alignof(SBZWheeledVehicle_Multicast_SetDoorState) == 0x000001, "Wrong alignment on SBZWheeledVehicle_Multicast_SetDoorState"); \ +static_assert(sizeof(SBZWheeledVehicle_Multicast_SetDoorState) == 0x000002, "Wrong size on SBZWheeledVehicle_Multicast_SetDoorState"); \ +static_assert(offsetof(SBZWheeledVehicle_Multicast_SetDoorState, DoorType) == 0x000000, "Member 'SBZWheeledVehicle_Multicast_SetDoorState::DoorType' has a wrong offset!"); \ +static_assert(offsetof(SBZWheeledVehicle_Multicast_SetDoorState, DoorState) == 0x000001, "Member 'SBZWheeledVehicle_Multicast_SetDoorState::DoorState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWheeledVehicle_OnEjectionVolumeBeginOverlap \ +static_assert(alignof(SBZWheeledVehicle_OnEjectionVolumeBeginOverlap) == 0x000008, "Wrong alignment on SBZWheeledVehicle_OnEjectionVolumeBeginOverlap"); \ +static_assert(sizeof(SBZWheeledVehicle_OnEjectionVolumeBeginOverlap) == 0x0000B0, "Wrong size on SBZWheeledVehicle_OnEjectionVolumeBeginOverlap"); \ +static_assert(offsetof(SBZWheeledVehicle_OnEjectionVolumeBeginOverlap, OverlappedComponent) == 0x000000, "Member 'SBZWheeledVehicle_OnEjectionVolumeBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZWheeledVehicle_OnEjectionVolumeBeginOverlap, OtherActor) == 0x000008, "Member 'SBZWheeledVehicle_OnEjectionVolumeBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZWheeledVehicle_OnEjectionVolumeBeginOverlap, OtherComp) == 0x000010, "Member 'SBZWheeledVehicle_OnEjectionVolumeBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZWheeledVehicle_OnEjectionVolumeBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'SBZWheeledVehicle_OnEjectionVolumeBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZWheeledVehicle_OnEjectionVolumeBeginOverlap, bFromSweep) == 0x00001C, "Member 'SBZWheeledVehicle_OnEjectionVolumeBeginOverlap::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(SBZWheeledVehicle_OnEjectionVolumeBeginOverlap, SweepResult) == 0x000020, "Member 'SBZWheeledVehicle_OnEjectionVolumeBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWheeledVehicle_OnSplineEndReachedCallback \ +static_assert(alignof(SBZWheeledVehicle_OnSplineEndReachedCallback) == 0x000008, "Wrong alignment on SBZWheeledVehicle_OnSplineEndReachedCallback"); \ +static_assert(sizeof(SBZWheeledVehicle_OnSplineEndReachedCallback) == 0x000008, "Wrong size on SBZWheeledVehicle_OnSplineEndReachedCallback"); \ +static_assert(offsetof(SBZWheeledVehicle_OnSplineEndReachedCallback, Spline) == 0x000000, "Member 'SBZWheeledVehicle_OnSplineEndReachedCallback::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWheeledVehicle_OnSplineEnteredCallback \ +static_assert(alignof(SBZWheeledVehicle_OnSplineEnteredCallback) == 0x000008, "Wrong alignment on SBZWheeledVehicle_OnSplineEnteredCallback"); \ +static_assert(sizeof(SBZWheeledVehicle_OnSplineEnteredCallback) == 0x000010, "Wrong size on SBZWheeledVehicle_OnSplineEnteredCallback"); \ +static_assert(offsetof(SBZWheeledVehicle_OnSplineEnteredCallback, Spline) == 0x000000, "Member 'SBZWheeledVehicle_OnSplineEnteredCallback::Spline' has a wrong offset!"); \ +static_assert(offsetof(SBZWheeledVehicle_OnSplineEnteredCallback, bPathEntered) == 0x000008, "Member 'SBZWheeledVehicle_OnSplineEnteredCallback::bPathEntered' has a wrong offset!"); \ +static_assert(offsetof(SBZWheeledVehicle_OnSplineEnteredCallback, bTeleportToPathStart) == 0x000009, "Member 'SBZWheeledVehicle_OnSplineEnteredCallback::bTeleportToPathStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWheeledVehicle_OnSplineLeftCallback \ +static_assert(alignof(SBZWheeledVehicle_OnSplineLeftCallback) == 0x000008, "Wrong alignment on SBZWheeledVehicle_OnSplineLeftCallback"); \ +static_assert(sizeof(SBZWheeledVehicle_OnSplineLeftCallback) == 0x000008, "Wrong size on SBZWheeledVehicle_OnSplineLeftCallback"); \ +static_assert(offsetof(SBZWheeledVehicle_OnSplineLeftCallback, Spline) == 0x000000, "Member 'SBZWheeledVehicle_OnSplineLeftCallback::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWheeledVehicle_OnSwitchSplineDirectionCallback \ +static_assert(alignof(SBZWheeledVehicle_OnSwitchSplineDirectionCallback) == 0x000008, "Wrong alignment on SBZWheeledVehicle_OnSwitchSplineDirectionCallback"); \ +static_assert(sizeof(SBZWheeledVehicle_OnSwitchSplineDirectionCallback) == 0x000008, "Wrong size on SBZWheeledVehicle_OnSwitchSplineDirectionCallback"); \ +static_assert(offsetof(SBZWheeledVehicle_OnSwitchSplineDirectionCallback, Spline) == 0x000000, "Member 'SBZWheeledVehicle_OnSwitchSplineDirectionCallback::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWheeledVehicle_SetDoorState \ +static_assert(alignof(SBZWheeledVehicle_SetDoorState) == 0x000001, "Wrong alignment on SBZWheeledVehicle_SetDoorState"); \ +static_assert(sizeof(SBZWheeledVehicle_SetDoorState) == 0x000002, "Wrong size on SBZWheeledVehicle_SetDoorState"); \ +static_assert(offsetof(SBZWheeledVehicle_SetDoorState, DoorType) == 0x000000, "Member 'SBZWheeledVehicle_SetDoorState::DoorType' has a wrong offset!"); \ +static_assert(offsetof(SBZWheeledVehicle_SetDoorState, DoorState) == 0x000001, "Member 'SBZWheeledVehicle_SetDoorState::DoorState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWheeledVehicle_SetLightCPDBroken \ +static_assert(alignof(SBZWheeledVehicle_SetLightCPDBroken) == 0x000004, "Wrong alignment on SBZWheeledVehicle_SetLightCPDBroken"); \ +static_assert(sizeof(SBZWheeledVehicle_SetLightCPDBroken) == 0x000008, "Wrong size on SBZWheeledVehicle_SetLightCPDBroken"); \ +static_assert(offsetof(SBZWheeledVehicle_SetLightCPDBroken, CPDIndex) == 0x000000, "Member 'SBZWheeledVehicle_SetLightCPDBroken::CPDIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZWheeledVehicle_SetLightCPDBroken, LightBit) == 0x000004, "Member 'SBZWheeledVehicle_SetLightCPDBroken::LightBit' has a wrong offset!"); \ +static_assert(offsetof(SBZWheeledVehicle_SetLightCPDBroken, bIsBroken) == 0x000005, "Member 'SBZWheeledVehicle_SetLightCPDBroken::bIsBroken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWheeledVehicle_SetLightType \ +static_assert(alignof(SBZWheeledVehicle_SetLightType) == 0x000001, "Wrong alignment on SBZWheeledVehicle_SetLightType"); \ +static_assert(sizeof(SBZWheeledVehicle_SetLightType) == 0x000002, "Wrong size on SBZWheeledVehicle_SetLightType"); \ +static_assert(offsetof(SBZWheeledVehicle_SetLightType, LightType) == 0x000000, "Member 'SBZWheeledVehicle_SetLightType::LightType' has a wrong offset!"); \ +static_assert(offsetof(SBZWheeledVehicle_SetLightType, bIsOn) == 0x000001, "Member 'SBZWheeledVehicle_SetLightType::bIsOn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWheeledVehicle_GetDoorState \ +static_assert(alignof(SBZWheeledVehicle_GetDoorState) == 0x000001, "Wrong alignment on SBZWheeledVehicle_GetDoorState"); \ +static_assert(sizeof(SBZWheeledVehicle_GetDoorState) == 0x000002, "Wrong size on SBZWheeledVehicle_GetDoorState"); \ +static_assert(offsetof(SBZWheeledVehicle_GetDoorState, DoorType) == 0x000000, "Member 'SBZWheeledVehicle_GetDoorState::DoorType' has a wrong offset!"); \ +static_assert(offsetof(SBZWheeledVehicle_GetDoorState, ReturnValue) == 0x000001, "Member 'SBZWheeledVehicle_GetDoorState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWheeledVehicle_GetVehicleSplineFollowingComponent \ +static_assert(alignof(SBZWheeledVehicle_GetVehicleSplineFollowingComponent) == 0x000008, "Wrong alignment on SBZWheeledVehicle_GetVehicleSplineFollowingComponent"); \ +static_assert(sizeof(SBZWheeledVehicle_GetVehicleSplineFollowingComponent) == 0x000008, "Wrong size on SBZWheeledVehicle_GetVehicleSplineFollowingComponent"); \ +static_assert(offsetof(SBZWheeledVehicle_GetVehicleSplineFollowingComponent, ReturnValue) == 0x000000, "Member 'SBZWheeledVehicle_GetVehicleSplineFollowingComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZWheeledVehicle \ +static_assert(alignof(ASBZWheeledVehicle) == 0x000010, "Wrong alignment on ASBZWheeledVehicle"); \ +static_assert(sizeof(ASBZWheeledVehicle) == 0x000710, "Wrong size on ASBZWheeledVehicle"); \ +static_assert(offsetof(ASBZWheeledVehicle, OnBeginStop) == 0x000348, "Member 'ASBZWheeledVehicle::OnBeginStop' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, OnStopped) == 0x000358, "Member 'ASBZWheeledVehicle::OnStopped' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, OnSplineEntered) == 0x000368, "Member 'ASBZWheeledVehicle::OnSplineEntered' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, OnSplineLeft) == 0x000378, "Member 'ASBZWheeledVehicle::OnSplineLeft' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, OnSplineEndReached) == 0x000388, "Member 'ASBZWheeledVehicle::OnSplineEndReached' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, OnPathEndReached) == 0x000398, "Member 'ASBZWheeledVehicle::OnPathEndReached' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, OnBeginObstacle) == 0x0003A8, "Member 'ASBZWheeledVehicle::OnBeginObstacle' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, OnEndObstacle) == 0x0003B8, "Member 'ASBZWheeledVehicle::OnEndObstacle' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, AudioComponent) == 0x0003C8, "Member 'ASBZWheeledVehicle::AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, RadioComponent) == 0x0003D0, "Member 'ASBZWheeledVehicle::RadioComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, LightsCPDGraph) == 0x0003D8, "Member 'ASBZWheeledVehicle::LightsCPDGraph' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, ActiveLightsBitmask) == 0x000428, "Member 'ASBZWheeledVehicle::ActiveLightsBitmask' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, AnimationCollection) == 0x000430, "Member 'ASBZWheeledVehicle::AnimationCollection' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, VariationSetData) == 0x000438, "Member 'ASBZWheeledVehicle::VariationSetData' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, NavModifierComponent) == 0x000440, "Member 'ASBZWheeledVehicle::NavModifierComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, CollisionExtentShrinkFactor) == 0x000448, "Member 'ASBZWheeledVehicle::CollisionExtentShrinkFactor' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, DoorStatesPerType) == 0x000458, "Member 'ASBZWheeledVehicle::DoorStatesPerType' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, FXs) == 0x000468, "Member 'ASBZWheeledVehicle::FXs' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, SplineFollowingComponent) == 0x000478, "Member 'ASBZWheeledVehicle::SplineFollowingComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, Obstacles) == 0x000480, "Member 'ASBZWheeledVehicle::Obstacles' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, CachedCoverPoints) == 0x000490, "Member 'ASBZWheeledVehicle::CachedCoverPoints' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, bEjectCharactersWhenDriving) == 0x0004A0, "Member 'ASBZWheeledVehicle::bEjectCharactersWhenDriving' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, EjectionCharacterVelocityFactor) == 0x0004A4, "Member 'ASBZWheeledVehicle::EjectionCharacterVelocityFactor' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, MaxEjectCharacterVelocity) == 0x0004A8, "Member 'ASBZWheeledVehicle::MaxEjectCharacterVelocity' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, OverlappingEjectionAreaCharacters) == 0x0004B0, "Member 'ASBZWheeledVehicle::OverlappingEjectionAreaCharacters' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, PendingCollisionResetCharacters) == 0x0004C0, "Member 'ASBZWheeledVehicle::PendingCollisionResetCharacters' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, EjectionVolumes) == 0x0004D0, "Member 'ASBZWheeledVehicle::EjectionVolumes' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, ObstacleCheckInterval) == 0x0004E0, "Member 'ASBZWheeledVehicle::ObstacleCheckInterval' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, RepMove) == 0x0004F0, "Member 'ASBZWheeledVehicle::RepMove' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, Seed) == 0x000598, "Member 'ASBZWheeledVehicle::Seed' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, DebugSnapshots) == 0x0006E0, "Member 'ASBZWheeledVehicle::DebugSnapshots' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, DebugLocation) == 0x0006F0, "Member 'ASBZWheeledVehicle::DebugLocation' has a wrong offset!"); \ +static_assert(offsetof(ASBZWheeledVehicle, DebugServerLocations) == 0x000700, "Member 'ASBZWheeledVehicle::DebugServerLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSmartNavLink_SetLinkEnabled \ +static_assert(alignof(SBZSmartNavLink_SetLinkEnabled) == 0x000001, "Wrong alignment on SBZSmartNavLink_SetLinkEnabled"); \ +static_assert(sizeof(SBZSmartNavLink_SetLinkEnabled) == 0x000001, "Wrong size on SBZSmartNavLink_SetLinkEnabled"); \ +static_assert(offsetof(SBZSmartNavLink_SetLinkEnabled, bInLinkEnabled) == 0x000000, "Member 'SBZSmartNavLink_SetLinkEnabled::bInLinkEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSmartNavLink_SetNavArea \ +static_assert(alignof(SBZSmartNavLink_SetNavArea) == 0x000008, "Wrong alignment on SBZSmartNavLink_SetNavArea"); \ +static_assert(sizeof(SBZSmartNavLink_SetNavArea) == 0x000008, "Wrong size on SBZSmartNavLink_SetNavArea"); \ +static_assert(offsetof(SBZSmartNavLink_SetNavArea, AreaClass) == 0x000000, "Member 'SBZSmartNavLink_SetNavArea::AreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSmartNavLink_GetNavArea \ +static_assert(alignof(SBZSmartNavLink_GetNavArea) == 0x000008, "Wrong alignment on SBZSmartNavLink_GetNavArea"); \ +static_assert(sizeof(SBZSmartNavLink_GetNavArea) == 0x000008, "Wrong size on SBZSmartNavLink_GetNavArea"); \ +static_assert(offsetof(SBZSmartNavLink_GetNavArea, ReturnValue) == 0x000000, "Member 'SBZSmartNavLink_GetNavArea::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSmartNavLink_IsLinkEnabled \ +static_assert(alignof(SBZSmartNavLink_IsLinkEnabled) == 0x000001, "Wrong alignment on SBZSmartNavLink_IsLinkEnabled"); \ +static_assert(sizeof(SBZSmartNavLink_IsLinkEnabled) == 0x000001, "Wrong size on SBZSmartNavLink_IsLinkEnabled"); \ +static_assert(offsetof(SBZSmartNavLink_IsLinkEnabled, ReturnValue) == 0x000000, "Member 'SBZSmartNavLink_IsLinkEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZSmartNavLink \ +static_assert(alignof(ASBZSmartNavLink) == 0x000008, "Wrong alignment on ASBZSmartNavLink"); \ +static_assert(sizeof(ASBZSmartNavLink) == 0x000358, "Wrong size on ASBZSmartNavLink"); \ +static_assert(offsetof(ASBZSmartNavLink, OnSmartLinkReached) == 0x0002C0, "Member 'ASBZSmartNavLink::OnSmartLinkReached' has a wrong offset!"); \ +static_assert(offsetof(ASBZSmartNavLink, NavigationLink) == 0x0002D0, "Member 'ASBZSmartNavLink::NavigationLink' has a wrong offset!"); \ +static_assert(offsetof(ASBZSmartNavLink, bDisableNavLinkWhenUsed) == 0x000318, "Member 'ASBZSmartNavLink::bDisableNavLinkWhenUsed' has a wrong offset!"); \ +static_assert(offsetof(ASBZSmartNavLink, bCanBeBlocked) == 0x000319, "Member 'ASBZSmartNavLink::bCanBeBlocked' has a wrong offset!"); \ +static_assert(offsetof(ASBZSmartNavLink, NavLinkUserId) == 0x00031C, "Member 'ASBZSmartNavLink::NavLinkUserId' has a wrong offset!"); \ +static_assert(offsetof(ASBZSmartNavLink, AllowedBlockingCharacter) == 0x000328, "Member 'ASBZSmartNavLink::AllowedBlockingCharacter' has a wrong offset!"); \ +static_assert(offsetof(ASBZSmartNavLink, AllowedBlockingController) == 0x000330, "Member 'ASBZSmartNavLink::AllowedBlockingController' has a wrong offset!"); \ +static_assert(offsetof(ASBZSmartNavLink, DefaultRightPointOffset) == 0x000338, "Member 'ASBZSmartNavLink::DefaultRightPointOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZSmartNavLink, DefaultLeftPointOffset) == 0x000344, "Member 'ASBZSmartNavLink::DefaultLeftPointOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZSmartNavLink, SpriteComponent) == 0x000350, "Member 'ASBZSmartNavLink::SpriteComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDownOnGroundPoseNotifyState \ +static_assert(alignof(USBZDownOnGroundPoseNotifyState) == 0x000008, "Wrong alignment on USBZDownOnGroundPoseNotifyState"); \ +static_assert(sizeof(USBZDownOnGroundPoseNotifyState) == 0x000038, "Wrong size on USBZDownOnGroundPoseNotifyState"); \ + +#define DUMPER7_ASSERTS_ASBZAgilityNavLink \ +static_assert(alignof(ASBZAgilityNavLink) == 0x000008, "Wrong alignment on ASBZAgilityNavLink"); \ +static_assert(sizeof(ASBZAgilityNavLink) == 0x000388, "Wrong size on ASBZAgilityNavLink"); \ +static_assert(offsetof(ASBZAgilityNavLink, LeftRoom) == 0x000368, "Member 'ASBZAgilityNavLink::LeftRoom' has a wrong offset!"); \ +static_assert(offsetof(ASBZAgilityNavLink, RightRoom) == 0x000370, "Member 'ASBZAgilityNavLink::RightRoom' has a wrong offset!"); \ +static_assert(offsetof(ASBZAgilityNavLink, NavLinkAgilityComponent) == 0x000378, "Member 'ASBZAgilityNavLink::NavLinkAgilityComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAgilityNavLink, bIsHeistStateDependant) == 0x000381, "Member 'ASBZAgilityNavLink::bIsHeistStateDependant' has a wrong offset!"); \ +static_assert(offsetof(ASBZAgilityNavLink, AllowedHeistStates) == 0x000382, "Member 'ASBZAgilityNavLink::AllowedHeistStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAIArmedPawnController \ +static_assert(alignof(ASBZAIArmedPawnController) == 0x000008, "Wrong alignment on ASBZAIArmedPawnController"); \ +static_assert(sizeof(ASBZAIArmedPawnController) == 0x0003F0, "Wrong size on ASBZAIArmedPawnController"); \ +static_assert(offsetof(ASBZAIArmedPawnController, Faction) == 0x0003E8, "Member 'ASBZAIArmedPawnController::Faction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAIDroneController \ +static_assert(alignof(ASBZAIDroneController) == 0x000008, "Wrong alignment on ASBZAIDroneController"); \ +static_assert(sizeof(ASBZAIDroneController) == 0x000458, "Wrong size on ASBZAIDroneController"); \ +static_assert(offsetof(ASBZAIDroneController, BlackboardAsset) == 0x0003F0, "Member 'ASBZAIDroneController::BlackboardAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDroneController, BehaviorTree) == 0x0003F8, "Member 'ASBZAIDroneController::BehaviorTree' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDroneController, DespawnBehaviorTree) == 0x000400, "Member 'ASBZAIDroneController::DespawnBehaviorTree' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDroneController, YawAngle) == 0x000408, "Member 'ASBZAIDroneController::YawAngle' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDroneController, PitchAngle) == 0x000424, "Member 'ASBZAIDroneController::PitchAngle' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDroneController, FailedTasksUntilDespawn) == 0x000440, "Member 'ASBZAIDroneController::FailedTasksUntilDespawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZAgilityObstacleInterface \ +static_assert(alignof(ISBZAgilityObstacleInterface) == 0x000001, "Wrong alignment on ISBZAgilityObstacleInterface"); \ +static_assert(sizeof(ISBZAgilityObstacleInterface) == 0x000001, "Wrong size on ISBZAgilityObstacleInterface"); \ + +#define DUMPER7_ASSERTS_ASBZOnlineBeaconHostObject \ +static_assert(alignof(ASBZOnlineBeaconHostObject) == 0x000008, "Wrong alignment on ASBZOnlineBeaconHostObject"); \ +static_assert(sizeof(ASBZOnlineBeaconHostObject) == 0x0002D8, "Wrong size on ASBZOnlineBeaconHostObject"); \ + +#define DUMPER7_ASSERTS_ASBZLobbyBeaconHost \ +static_assert(alignof(ASBZLobbyBeaconHost) == 0x000008, "Wrong alignment on ASBZLobbyBeaconHost"); \ +static_assert(sizeof(ASBZLobbyBeaconHost) == 0x000318, "Wrong size on ASBZLobbyBeaconHost"); \ +static_assert(offsetof(ASBZLobbyBeaconHost, LobbyState) == 0x0002E8, "Member 'ASBZLobbyBeaconHost::LobbyState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPawnSpawnBase \ +static_assert(alignof(ASBZPawnSpawnBase) == 0x000008, "Wrong alignment on ASBZPawnSpawnBase"); \ +static_assert(sizeof(ASBZPawnSpawnBase) == 0x0002E0, "Wrong size on ASBZPawnSpawnBase"); \ +static_assert(offsetof(ASBZPawnSpawnBase, Seed) == 0x0002A8, "Member 'ASBZPawnSpawnBase::Seed' has a wrong offset!"); \ +static_assert(offsetof(ASBZPawnSpawnBase, bRandomizeSpawnTransformStartingIndex) == 0x0002AC, "Member 'ASBZPawnSpawnBase::bRandomizeSpawnTransformStartingIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZPawnSpawnBase, RotationHandling) == 0x0002B0, "Member 'ASBZPawnSpawnBase::RotationHandling' has a wrong offset!"); \ +static_assert(offsetof(ASBZPawnSpawnBase, SpawnDefinitionArray) == 0x0002C0, "Member 'ASBZPawnSpawnBase::SpawnDefinitionArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZPawnSpawnBase, NextSpawnDefinitionIndex) == 0x0002D0, "Member 'ASBZPawnSpawnBase::NextSpawnDefinitionIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZPawnSpawnBase, WeightedLocation) == 0x0002D4, "Member 'ASBZPawnSpawnBase::WeightedLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLoadoutSlotDatabase \ +static_assert(alignof(USBZLoadoutSlotDatabase) == 0x000008, "Wrong alignment on USBZLoadoutSlotDatabase"); \ +static_assert(sizeof(USBZLoadoutSlotDatabase) == 0x000048, "Wrong size on USBZLoadoutSlotDatabase"); \ +static_assert(offsetof(USBZLoadoutSlotDatabase, LoadoutSlotArray) == 0x000038, "Member 'USBZLoadoutSlotDatabase::LoadoutSlotArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIDisableLookFocus \ +static_assert(alignof(USBZAIDisableLookFocus) == 0x000008, "Wrong alignment on USBZAIDisableLookFocus"); \ +static_assert(sizeof(USBZAIDisableLookFocus) == 0x000038, "Wrong size on USBZAIDisableLookFocus"); \ + +#define DUMPER7_ASSERTS_SBZPawnSpawnPredefined_SpawnPredefined \ +static_assert(alignof(SBZPawnSpawnPredefined_SpawnPredefined) == 0x000008, "Wrong alignment on SBZPawnSpawnPredefined_SpawnPredefined"); \ +static_assert(sizeof(SBZPawnSpawnPredefined_SpawnPredefined) == 0x000010, "Wrong size on SBZPawnSpawnPredefined_SpawnPredefined"); \ +static_assert(offsetof(SBZPawnSpawnPredefined_SpawnPredefined, ReturnValue) == 0x000000, "Member 'SBZPawnSpawnPredefined_SpawnPredefined::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPawnSpawnPredefined_SpawnPredefinedLatent \ +static_assert(alignof(SBZPawnSpawnPredefined_SpawnPredefinedLatent) == 0x000008, "Wrong alignment on SBZPawnSpawnPredefined_SpawnPredefinedLatent"); \ +static_assert(sizeof(SBZPawnSpawnPredefined_SpawnPredefinedLatent) == 0x000020, "Wrong size on SBZPawnSpawnPredefined_SpawnPredefinedLatent"); \ +static_assert(offsetof(SBZPawnSpawnPredefined_SpawnPredefinedLatent, LatentInfo) == 0x000000, "Member 'SBZPawnSpawnPredefined_SpawnPredefinedLatent::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPawnSpawnPredefined \ +static_assert(alignof(ASBZPawnSpawnPredefined) == 0x000008, "Wrong alignment on ASBZPawnSpawnPredefined"); \ +static_assert(sizeof(ASBZPawnSpawnPredefined) == 0x000368, "Wrong size on ASBZPawnSpawnPredefined"); \ +static_assert(offsetof(ASBZPawnSpawnPredefined, bSpawnOnBeginPlay) == 0x0002E0, "Member 'ASBZPawnSpawnPredefined::bSpawnOnBeginPlay' has a wrong offset!"); \ +static_assert(offsetof(ASBZPawnSpawnPredefined, bOverrideSpawningMethod) == 0x0002E1, "Member 'ASBZPawnSpawnPredefined::bOverrideSpawningMethod' has a wrong offset!"); \ +static_assert(offsetof(ASBZPawnSpawnPredefined, OverridenSpawningMethod) == 0x0002E2, "Member 'ASBZPawnSpawnPredefined::OverridenSpawningMethod' has a wrong offset!"); \ +static_assert(offsetof(ASBZPawnSpawnPredefined, bEnableRandomMeshScale) == 0x0002E3, "Member 'ASBZPawnSpawnPredefined::bEnableRandomMeshScale' has a wrong offset!"); \ +static_assert(offsetof(ASBZPawnSpawnPredefined, SpawnLootClass) == 0x0002E8, "Member 'ASBZPawnSpawnPredefined::SpawnLootClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZPawnSpawnPredefined, KilledPawnDelegate) == 0x0002F0, "Member 'ASBZPawnSpawnPredefined::KilledPawnDelegate' has a wrong offset!"); \ +static_assert(offsetof(ASBZPawnSpawnPredefined, PredefinedRequestActionActorRef) == 0x000300, "Member 'ASBZPawnSpawnPredefined::PredefinedRequestActionActorRef' has a wrong offset!"); \ +static_assert(offsetof(ASBZPawnSpawnPredefined, SpawnedPawnDelegate) == 0x000308, "Member 'ASBZPawnSpawnPredefined::SpawnedPawnDelegate' has a wrong offset!"); \ +static_assert(offsetof(ASBZPawnSpawnPredefined, PredefinedPawnRequest) == 0x000318, "Member 'ASBZPawnSpawnPredefined::PredefinedPawnRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_Street \ +static_assert(alignof(USBZNavArea_Street) == 0x000008, "Wrong alignment on USBZNavArea_Street"); \ +static_assert(sizeof(USBZNavArea_Street) == 0x000050, "Wrong size on USBZNavArea_Street"); \ + +#define DUMPER7_ASSERTS_USBZDrillMaterial \ +static_assert(alignof(USBZDrillMaterial) == 0x000008, "Wrong alignment on USBZDrillMaterial"); \ +static_assert(sizeof(USBZDrillMaterial) == 0x000058, "Wrong size on USBZDrillMaterial"); \ +static_assert(offsetof(USBZDrillMaterial, NormalSpeed) == 0x000038, "Member 'USBZDrillMaterial::NormalSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZDrillMaterial, FastSpeed) == 0x000040, "Member 'USBZDrillMaterial::FastSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZDrillMaterial, Duration) == 0x000048, "Member 'USBZDrillMaterial::Duration' has a wrong offset!"); \ +static_assert(offsetof(USBZDrillMaterial, MinimumProgress) == 0x000050, "Member 'USBZDrillMaterial::MinimumProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAgilityPawnSpawnPredefined_SpawnedPawnOrderPushed \ +static_assert(alignof(SBZAgilityPawnSpawnPredefined_SpawnedPawnOrderPushed) == 0x000008, "Wrong alignment on SBZAgilityPawnSpawnPredefined_SpawnedPawnOrderPushed"); \ +static_assert(sizeof(SBZAgilityPawnSpawnPredefined_SpawnedPawnOrderPushed) == 0x000010, "Wrong size on SBZAgilityPawnSpawnPredefined_SpawnedPawnOrderPushed"); \ +static_assert(offsetof(SBZAgilityPawnSpawnPredefined_SpawnedPawnOrderPushed, Controller) == 0x000000, "Member 'SBZAgilityPawnSpawnPredefined_SpawnedPawnOrderPushed::Controller' has a wrong offset!"); \ +static_assert(offsetof(SBZAgilityPawnSpawnPredefined_SpawnedPawnOrderPushed, Order) == 0x000008, "Member 'SBZAgilityPawnSpawnPredefined_SpawnedPawnOrderPushed::Order' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAgilityPawnSpawnPredefined \ +static_assert(alignof(ASBZAgilityPawnSpawnPredefined) == 0x000008, "Wrong alignment on ASBZAgilityPawnSpawnPredefined"); \ +static_assert(sizeof(ASBZAgilityPawnSpawnPredefined) == 0x0003D8, "Wrong size on ASBZAgilityPawnSpawnPredefined"); \ +static_assert(offsetof(ASBZAgilityPawnSpawnPredefined, ForcedMontage) == 0x000378, "Member 'ASBZAgilityPawnSpawnPredefined::ForcedMontage' has a wrong offset!"); \ +static_assert(offsetof(ASBZAgilityPawnSpawnPredefined, bUseAnimationToComputeEnd) == 0x000380, "Member 'ASBZAgilityPawnSpawnPredefined::bUseAnimationToComputeEnd' has a wrong offset!"); \ +static_assert(offsetof(ASBZAgilityPawnSpawnPredefined, AgilityType) == 0x000381, "Member 'ASBZAgilityPawnSpawnPredefined::AgilityType' has a wrong offset!"); \ +static_assert(offsetof(ASBZAgilityPawnSpawnPredefined, NavLinkAgilityComponent) == 0x000388, "Member 'ASBZAgilityPawnSpawnPredefined::NavLinkAgilityComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAgilityPawnSpawnPredefined, NavigationLink) == 0x000390, "Member 'ASBZAgilityPawnSpawnPredefined::NavigationLink' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPayDayCreditDatabase \ +static_assert(alignof(USBZPayDayCreditDatabase) == 0x000008, "Wrong alignment on USBZPayDayCreditDatabase"); \ +static_assert(sizeof(USBZPayDayCreditDatabase) == 0x000048, "Wrong size on USBZPayDayCreditDatabase"); \ +static_assert(offsetof(USBZPayDayCreditDatabase, PayDayCreditArray) == 0x000038, "Member 'USBZPayDayCreditDatabase::PayDayCreditArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZAgilityTrajectoryInterface \ +static_assert(alignof(ISBZAgilityTrajectoryInterface) == 0x000001, "Wrong alignment on ISBZAgilityTrajectoryInterface"); \ +static_assert(sizeof(ISBZAgilityTrajectoryInterface) == 0x000001, "Wrong size on ISBZAgilityTrajectoryInterface"); \ + +#define DUMPER7_ASSERTS_USBZAgilityTraversalQueryParams \ +static_assert(alignof(USBZAgilityTraversalQueryParams) == 0x000008, "Wrong alignment on USBZAgilityTraversalQueryParams"); \ +static_assert(sizeof(USBZAgilityTraversalQueryParams) == 0x000080, "Wrong size on USBZAgilityTraversalQueryParams"); \ +static_assert(offsetof(USBZAgilityTraversalQueryParams, MaxAngleToWall) == 0x000038, "Member 'USBZAgilityTraversalQueryParams::MaxAngleToWall' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilityTraversalQueryParams, ObstacleDetectionProfileName) == 0x00003C, "Member 'USBZAgilityTraversalQueryParams::ObstacleDetectionProfileName' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilityTraversalQueryParams, MaxSearchIterationCount) == 0x000048, "Member 'USBZAgilityTraversalQueryParams::MaxSearchIterationCount' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilityTraversalQueryParams, RadiusShrinkFactor) == 0x00004C, "Member 'USBZAgilityTraversalQueryParams::RadiusShrinkFactor' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilityTraversalQueryParams, FootHeightTolerance) == 0x000050, "Member 'USBZAgilityTraversalQueryParams::FootHeightTolerance' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilityTraversalQueryParams, CapsuleRadius) == 0x000054, "Member 'USBZAgilityTraversalQueryParams::CapsuleRadius' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilityTraversalQueryParams, CapsuleHalfHeightStanding) == 0x000058, "Member 'USBZAgilityTraversalQueryParams::CapsuleHalfHeightStanding' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilityTraversalQueryParams, CapsuleHalfHeightCrouching) == 0x00005C, "Member 'USBZAgilityTraversalQueryParams::CapsuleHalfHeightCrouching' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilityTraversalQueryParams, CapsuleHalfHeightTraversing) == 0x000060, "Member 'USBZAgilityTraversalQueryParams::CapsuleHalfHeightTraversing' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilityTraversalQueryParams, bKeepLandPointOnFloor) == 0x000064, "Member 'USBZAgilityTraversalQueryParams::bKeepLandPointOnFloor' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilityTraversalQueryParams, MaxReflectionAngle) == 0x000068, "Member 'USBZAgilityTraversalQueryParams::MaxReflectionAngle' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilityTraversalQueryParams, Agilities) == 0x000070, "Member 'USBZAgilityTraversalQueryParams::Agilities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIHumanShieldVictimAbility \ +static_assert(alignof(USBZAIHumanShieldVictimAbility) == 0x000008, "Wrong alignment on USBZAIHumanShieldVictimAbility"); \ +static_assert(sizeof(USBZAIHumanShieldVictimAbility) == 0x0004E0, "Wrong size on USBZAIHumanShieldVictimAbility"); \ + +#define DUMPER7_ASSERTS_SBZMenuMouseButton_ButtonHoveredChanged \ +static_assert(alignof(SBZMenuMouseButton_ButtonHoveredChanged) == 0x000001, "Wrong alignment on SBZMenuMouseButton_ButtonHoveredChanged"); \ +static_assert(sizeof(SBZMenuMouseButton_ButtonHoveredChanged) == 0x000001, "Wrong size on SBZMenuMouseButton_ButtonHoveredChanged"); \ +static_assert(offsetof(SBZMenuMouseButton_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'SBZMenuMouseButton_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMenuMouseButton \ +static_assert(alignof(USBZMenuMouseButton) == 0x000008, "Wrong alignment on USBZMenuMouseButton"); \ +static_assert(sizeof(USBZMenuMouseButton) == 0x0002B0, "Wrong size on USBZMenuMouseButton"); \ +static_assert(offsetof(USBZMenuMouseButton, OnButtonHoveredChanged) == 0x000290, "Member 'USBZMenuMouseButton::OnButtonHoveredChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuMouseButton, OnButtonSelected) == 0x0002A0, "Member 'USBZMenuMouseButton::OnButtonSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMenuTutorialMouseButton_SetTutorialShowing \ +static_assert(alignof(SBZMenuTutorialMouseButton_SetTutorialShowing) == 0x000001, "Wrong alignment on SBZMenuTutorialMouseButton_SetTutorialShowing"); \ +static_assert(sizeof(SBZMenuTutorialMouseButton_SetTutorialShowing) == 0x000001, "Wrong size on SBZMenuTutorialMouseButton_SetTutorialShowing"); \ +static_assert(offsetof(SBZMenuTutorialMouseButton_SetTutorialShowing, bInIsShowing) == 0x000000, "Member 'SBZMenuTutorialMouseButton_SetTutorialShowing::bInIsShowing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMenuTutorialMouseButton_IsShowingTutorial \ +static_assert(alignof(SBZMenuTutorialMouseButton_IsShowingTutorial) == 0x000001, "Wrong alignment on SBZMenuTutorialMouseButton_IsShowingTutorial"); \ +static_assert(sizeof(SBZMenuTutorialMouseButton_IsShowingTutorial) == 0x000001, "Wrong size on SBZMenuTutorialMouseButton_IsShowingTutorial"); \ +static_assert(offsetof(SBZMenuTutorialMouseButton_IsShowingTutorial, ReturnValue) == 0x000000, "Member 'SBZMenuTutorialMouseButton_IsShowingTutorial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMenuTutorialMouseButton \ +static_assert(alignof(USBZMenuTutorialMouseButton) == 0x000008, "Wrong alignment on USBZMenuTutorialMouseButton"); \ +static_assert(sizeof(USBZMenuTutorialMouseButton) == 0x0002B8, "Wrong size on USBZMenuTutorialMouseButton"); \ +static_assert(offsetof(USBZMenuTutorialMouseButton, bIsShowing) == 0x0002B0, "Member 'USBZMenuTutorialMouseButton::bIsShowing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZNetworkDebug \ +static_assert(alignof(ASBZNetworkDebug) == 0x000008, "Wrong alignment on ASBZNetworkDebug"); \ +static_assert(sizeof(ASBZNetworkDebug) == 0x000398, "Wrong size on ASBZNetworkDebug"); \ + +#define DUMPER7_ASSERTS_USBZAgilitySlideParams \ +static_assert(alignof(USBZAgilitySlideParams) == 0x000008, "Wrong alignment on USBZAgilitySlideParams"); \ +static_assert(sizeof(USBZAgilitySlideParams) == 0x000378, "Wrong size on USBZAgilitySlideParams"); \ +static_assert(offsetof(USBZAgilitySlideParams, VelocityAngleAlpha) == 0x000038, "Member 'USBZAgilitySlideParams::VelocityAngleAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilitySlideParams, MaxAngle) == 0x00003C, "Member 'USBZAgilitySlideParams::MaxAngle' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilitySlideParams, MaxDistance) == 0x000040, "Member 'USBZAgilitySlideParams::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilitySlideParams, MinDistance) == 0x000044, "Member 'USBZAgilitySlideParams::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilitySlideParams, HeightSlideOver) == 0x000048, "Member 'USBZAgilitySlideParams::HeightSlideOver' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilitySlideParams, SpeedCurve) == 0x000050, "Member 'USBZAgilitySlideParams::SpeedCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilitySlideParams, LockCameraData) == 0x0000D8, "Member 'USBZAgilitySlideParams::LockCameraData' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilitySlideParams, ToleranceTimeToSlide) == 0x000114, "Member 'USBZAgilitySlideParams::ToleranceTimeToSlide' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilitySlideParams, SlideDistanceModifier) == 0x000118, "Member 'USBZAgilitySlideParams::SlideDistanceModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilitySlideParams, SlideSpeedModifier) == 0x0001A0, "Member 'USBZAgilitySlideParams::SlideSpeedModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilitySlideParams, bUseSlopeModifiers) == 0x000228, "Member 'USBZAgilitySlideParams::bUseSlopeModifiers' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilitySlideParams, SlopeDistanceModifier) == 0x000230, "Member 'USBZAgilitySlideParams::SlopeDistanceModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilitySlideParams, SlopeSpeedModifier) == 0x0002B8, "Member 'USBZAgilitySlideParams::SlopeSpeedModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilitySlideParams, EntryHeightTransitionCameraSettings) == 0x000340, "Member 'USBZAgilitySlideParams::EntryHeightTransitionCameraSettings' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilitySlideParams, ExitHeightTransitionCameraSettings) == 0x000350, "Member 'USBZAgilitySlideParams::ExitHeightTransitionCameraSettings' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilitySlideParams, bUseEntrySpeed) == 0x000360, "Member 'USBZAgilitySlideParams::bUseEntrySpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilitySlideParams, MinEntrySpeed) == 0x000364, "Member 'USBZAgilitySlideParams::MinEntrySpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilitySlideParams, EntrySpeedBoost) == 0x000368, "Member 'USBZAgilitySlideParams::EntrySpeedBoost' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilitySlideParams, DistFromEndToPlayExit) == 0x00036C, "Member 'USBZAgilitySlideParams::DistFromEndToPlayExit' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilitySlideParams, LocalDistFromEndToPlayExit) == 0x000370, "Member 'USBZAgilitySlideParams::LocalDistFromEndToPlayExit' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilitySlideParams, CancelingBackInputAlpha) == 0x000374, "Member 'USBZAgilitySlideParams::CancelingBackInputAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZNavLinkManager_Get \ +static_assert(alignof(SBZNavLinkManager_Get) == 0x000008, "Wrong alignment on SBZNavLinkManager_Get"); \ +static_assert(sizeof(SBZNavLinkManager_Get) == 0x000010, "Wrong size on SBZNavLinkManager_Get"); \ +static_assert(offsetof(SBZNavLinkManager_Get, WorldContextObject) == 0x000000, "Member 'SBZNavLinkManager_Get::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZNavLinkManager_Get, ReturnValue) == 0x000008, "Member 'SBZNavLinkManager_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNavLinkManager \ +static_assert(alignof(USBZNavLinkManager) == 0x000008, "Wrong alignment on USBZNavLinkManager"); \ +static_assert(sizeof(USBZNavLinkManager) == 0x000050, "Wrong size on USBZNavLinkManager"); \ +static_assert(offsetof(USBZNavLinkManager, PointRadius) == 0x000030, "Member 'USBZNavLinkManager::PointRadius' has a wrong offset!"); \ +static_assert(offsetof(USBZNavLinkManager, MaxNavLinkChecksPerFrame) == 0x000034, "Member 'USBZNavLinkManager::MaxNavLinkChecksPerFrame' has a wrong offset!"); \ +static_assert(offsetof(USBZNavLinkManager, CachedNavLinkPoints) == 0x000038, "Member 'USBZNavLinkManager::CachedNavLinkPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDropAmmoNotifyState \ +static_assert(alignof(USBZDropAmmoNotifyState) == 0x000008, "Wrong alignment on USBZDropAmmoNotifyState"); \ +static_assert(sizeof(USBZDropAmmoNotifyState) == 0x000040, "Wrong size on USBZDropAmmoNotifyState"); \ +static_assert(offsetof(USBZDropAmmoNotifyState, ShowExtraAmmoCount) == 0x000038, "Member 'USBZDropAmmoNotifyState::ShowExtraAmmoCount' has a wrong offset!"); \ +static_assert(offsetof(USBZDropAmmoNotifyState, DropExtraAmmoCount) == 0x00003C, "Member 'USBZDropAmmoNotifyState::DropExtraAmmoCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAgilityQueryParams \ +static_assert(alignof(USBZAgilityQueryParams) == 0x000008, "Wrong alignment on USBZAgilityQueryParams"); \ +static_assert(sizeof(USBZAgilityQueryParams) == 0x000058, "Wrong size on USBZAgilityQueryParams"); \ +static_assert(offsetof(USBZAgilityQueryParams, Radius) == 0x000038, "Member 'USBZAgilityQueryParams::Radius' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilityQueryParams, ObstacleDetectionProfileName) == 0x00003C, "Member 'USBZAgilityQueryParams::ObstacleDetectionProfileName' has a wrong offset!"); \ +static_assert(offsetof(USBZAgilityQueryParams, RowQueryParams) == 0x000048, "Member 'USBZAgilityQueryParams::RowQueryParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZFireRangedWeaponAbility \ +static_assert(alignof(USBZFireRangedWeaponAbility) == 0x000008, "Wrong alignment on USBZFireRangedWeaponAbility"); \ +static_assert(sizeof(USBZFireRangedWeaponAbility) == 0x0060B0, "Wrong size on USBZFireRangedWeaponAbility"); \ +static_assert(offsetof(USBZFireRangedWeaponAbility, Pawn) == 0x0004D8, "Member 'USBZFireRangedWeaponAbility::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIAbilitySystemComponent_Multicast_ApplyHurtInterrupt \ +static_assert(alignof(SBZAIAbilitySystemComponent_Multicast_ApplyHurtInterrupt) == 0x000004, "Wrong alignment on SBZAIAbilitySystemComponent_Multicast_ApplyHurtInterrupt"); \ +static_assert(sizeof(SBZAIAbilitySystemComponent_Multicast_ApplyHurtInterrupt) == 0x000010, "Wrong size on SBZAIAbilitySystemComponent_Multicast_ApplyHurtInterrupt"); \ +static_assert(offsetof(SBZAIAbilitySystemComponent_Multicast_ApplyHurtInterrupt, HurtReactionPrediction) == 0x000000, "Member 'SBZAIAbilitySystemComponent_Multicast_ApplyHurtInterrupt::HurtReactionPrediction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIAbilitySystemComponent \ +static_assert(alignof(USBZAIAbilitySystemComponent) == 0x000008, "Wrong alignment on USBZAIAbilitySystemComponent"); \ +static_assert(sizeof(USBZAIAbilitySystemComponent) == 0x007370, "Wrong size on USBZAIAbilitySystemComponent"); \ + +#define DUMPER7_ASSERTS_USBZAIAction \ +static_assert(alignof(USBZAIAction) == 0x000008, "Wrong alignment on USBZAIAction"); \ +static_assert(sizeof(USBZAIAction) == 0x0000D8, "Wrong size on USBZAIAction"); \ +static_assert(offsetof(USBZAIAction, ApplicablePawnTypes) == 0x000090, "Member 'USBZAIAction::ApplicablePawnTypes' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAction, Chance) == 0x0000B0, "Member 'USBZAIAction::Chance' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAction, bIsInstanced) == 0x0000B4, "Member 'USBZAIAction::bIsInstanced' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAction, TargetActor) == 0x0000B8, "Member 'USBZAIAction::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAction, ActionData) == 0x0000C0, "Member 'USBZAIAction::ActionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIDroneHackSentryOverheatExecutionCalculation \ +static_assert(alignof(USBZAIDroneHackSentryOverheatExecutionCalculation) == 0x000008, "Wrong alignment on USBZAIDroneHackSentryOverheatExecutionCalculation"); \ +static_assert(sizeof(USBZAIDroneHackSentryOverheatExecutionCalculation) == 0x000090, "Wrong size on USBZAIDroneHackSentryOverheatExecutionCalculation"); \ + +#define DUMPER7_ASSERTS_USBZProjectileImpactConfig \ +static_assert(alignof(USBZProjectileImpactConfig) == 0x000008, "Wrong alignment on USBZProjectileImpactConfig"); \ +static_assert(sizeof(USBZProjectileImpactConfig) == 0x000098, "Wrong size on USBZProjectileImpactConfig"); \ +static_assert(offsetof(USBZProjectileImpactConfig, Types) == 0x000080, "Member 'USBZProjectileImpactConfig::Types' has a wrong offset!"); \ +static_assert(offsetof(USBZProjectileImpactConfig, bShouldDoBloodSplatter) == 0x000090, "Member 'USBZProjectileImpactConfig::bShouldDoBloodSplatter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIAction_AddTags \ +static_assert(alignof(USBZAIAction_AddTags) == 0x000008, "Wrong alignment on USBZAIAction_AddTags"); \ +static_assert(sizeof(USBZAIAction_AddTags) == 0x0000F8, "Wrong size on USBZAIAction_AddTags"); \ +static_assert(offsetof(USBZAIAction_AddTags, TagsToAdd) == 0x0000D8, "Member 'USBZAIAction_AddTags::TagsToAdd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMeleeDamageType \ +static_assert(alignof(USBZMeleeDamageType) == 0x000008, "Wrong alignment on USBZMeleeDamageType"); \ +static_assert(sizeof(USBZMeleeDamageType) == 0x000090, "Wrong size on USBZMeleeDamageType"); \ + +#define DUMPER7_ASSERTS_USBZThePunchLightDamageType \ +static_assert(alignof(USBZThePunchLightDamageType) == 0x000008, "Wrong alignment on USBZThePunchLightDamageType"); \ +static_assert(sizeof(USBZThePunchLightDamageType) == 0x000090, "Wrong size on USBZThePunchLightDamageType"); \ + +#define DUMPER7_ASSERTS_USBZAIAction_BumpedByCharacter \ +static_assert(alignof(USBZAIAction_BumpedByCharacter) == 0x000008, "Wrong alignment on USBZAIAction_BumpedByCharacter"); \ +static_assert(sizeof(USBZAIAction_BumpedByCharacter) == 0x0000E8, "Wrong size on USBZAIAction_BumpedByCharacter"); \ +static_assert(offsetof(USBZAIAction_BumpedByCharacter, VoiceComment) == 0x0000D8, "Member 'USBZAIAction_BumpedByCharacter::VoiceComment' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAction_BumpedByCharacter, VoicePriority) == 0x0000E0, "Member 'USBZAIAction_BumpedByCharacter::VoicePriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModularPartConfig_SetPart \ +static_assert(alignof(SBZModularPartConfig_SetPart) == 0x000008, "Wrong alignment on SBZModularPartConfig_SetPart"); \ +static_assert(sizeof(SBZModularPartConfig_SetPart) == 0x000010, "Wrong size on SBZModularPartConfig_SetPart"); \ +static_assert(offsetof(SBZModularPartConfig_SetPart, PartAsset) == 0x000000, "Member 'SBZModularPartConfig_SetPart::PartAsset' has a wrong offset!"); \ +static_assert(offsetof(SBZModularPartConfig_SetPart, Index_0) == 0x000008, "Member 'SBZModularPartConfig_SetPart::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZModularPartConfig \ +static_assert(alignof(USBZModularPartConfig) == 0x000008, "Wrong alignment on USBZModularPartConfig"); \ +static_assert(sizeof(USBZModularPartConfig) == 0x000038, "Wrong size on USBZModularPartConfig"); \ + +#define DUMPER7_ASSERTS_USBZEquippablePartConfig \ +static_assert(alignof(USBZEquippablePartConfig) == 0x000008, "Wrong alignment on USBZEquippablePartConfig"); \ +static_assert(sizeof(USBZEquippablePartConfig) == 0x000038, "Wrong size on USBZEquippablePartConfig"); \ + +#define DUMPER7_ASSERTS_USBZAIAction_CrewAIMarking \ +static_assert(alignof(USBZAIAction_CrewAIMarking) == 0x000008, "Wrong alignment on USBZAIAction_CrewAIMarking"); \ +static_assert(sizeof(USBZAIAction_CrewAIMarking) == 0x0000D8, "Wrong size on USBZAIAction_CrewAIMarking"); \ + +#define DUMPER7_ASSERTS_SBZModularPartApplier_CreateNewConfig \ +static_assert(alignof(SBZModularPartApplier_CreateNewConfig) == 0x000008, "Wrong alignment on SBZModularPartApplier_CreateNewConfig"); \ +static_assert(sizeof(SBZModularPartApplier_CreateNewConfig) == 0x000008, "Wrong size on SBZModularPartApplier_CreateNewConfig"); \ +static_assert(offsetof(SBZModularPartApplier_CreateNewConfig, ReturnValue) == 0x000000, "Member 'SBZModularPartApplier_CreateNewConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModularPartApplier_DoesConfigNeedParts \ +static_assert(alignof(SBZModularPartApplier_DoesConfigNeedParts) == 0x000001, "Wrong alignment on SBZModularPartApplier_DoesConfigNeedParts"); \ +static_assert(sizeof(SBZModularPartApplier_DoesConfigNeedParts) == 0x000001, "Wrong size on SBZModularPartApplier_DoesConfigNeedParts"); \ +static_assert(offsetof(SBZModularPartApplier_DoesConfigNeedParts, ReturnValue) == 0x000000, "Member 'SBZModularPartApplier_DoesConfigNeedParts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModularPartApplier_GetExpectedParts \ +static_assert(alignof(SBZModularPartApplier_GetExpectedParts) == 0x000008, "Wrong alignment on SBZModularPartApplier_GetExpectedParts"); \ +static_assert(sizeof(SBZModularPartApplier_GetExpectedParts) == 0x000018, "Wrong size on SBZModularPartApplier_GetExpectedParts"); \ +static_assert(offsetof(SBZModularPartApplier_GetExpectedParts, PartAsset) == 0x000000, "Member 'SBZModularPartApplier_GetExpectedParts::PartAsset' has a wrong offset!"); \ +static_assert(offsetof(SBZModularPartApplier_GetExpectedParts, ReturnValue) == 0x000008, "Member 'SBZModularPartApplier_GetExpectedParts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModularPartApplier_NeedConfig \ +static_assert(alignof(SBZModularPartApplier_NeedConfig) == 0x000001, "Wrong alignment on SBZModularPartApplier_NeedConfig"); \ +static_assert(sizeof(SBZModularPartApplier_NeedConfig) == 0x000001, "Wrong size on SBZModularPartApplier_NeedConfig"); \ +static_assert(offsetof(SBZModularPartApplier_NeedConfig, ReturnValue) == 0x000000, "Member 'SBZModularPartApplier_NeedConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZModularPartApplier \ +static_assert(alignof(USBZModularPartApplier) == 0x000008, "Wrong alignment on USBZModularPartApplier"); \ +static_assert(sizeof(USBZModularPartApplier) == 0x000030, "Wrong size on USBZModularPartApplier"); \ + +#define DUMPER7_ASSERTS_USBZMaskSprayCanApplier \ +static_assert(alignof(USBZMaskSprayCanApplier) == 0x000008, "Wrong alignment on USBZMaskSprayCanApplier"); \ +static_assert(sizeof(USBZMaskSprayCanApplier) == 0x000038, "Wrong size on USBZMaskSprayCanApplier"); \ + +#define DUMPER7_ASSERTS_USBZMaskSprayCanGlobalColorApplier \ +static_assert(alignof(USBZMaskSprayCanGlobalColorApplier) == 0x000008, "Wrong alignment on USBZMaskSprayCanGlobalColorApplier"); \ +static_assert(sizeof(USBZMaskSprayCanGlobalColorApplier) == 0x000038, "Wrong size on USBZMaskSprayCanGlobalColorApplier"); \ + +#define DUMPER7_ASSERTS_SBZAIAction_DelayedSurrender_OnMontageEnded \ +static_assert(alignof(SBZAIAction_DelayedSurrender_OnMontageEnded) == 0x000008, "Wrong alignment on SBZAIAction_DelayedSurrender_OnMontageEnded"); \ +static_assert(sizeof(SBZAIAction_DelayedSurrender_OnMontageEnded) == 0x000010, "Wrong size on SBZAIAction_DelayedSurrender_OnMontageEnded"); \ +static_assert(offsetof(SBZAIAction_DelayedSurrender_OnMontageEnded, Montage) == 0x000000, "Member 'SBZAIAction_DelayedSurrender_OnMontageEnded::Montage' has a wrong offset!"); \ +static_assert(offsetof(SBZAIAction_DelayedSurrender_OnMontageEnded, bInterrupted) == 0x000008, "Member 'SBZAIAction_DelayedSurrender_OnMontageEnded::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIAction_DelayedSurrender_OnTakeDamage \ +static_assert(alignof(SBZAIAction_DelayedSurrender_OnTakeDamage) == 0x000008, "Wrong alignment on SBZAIAction_DelayedSurrender_OnTakeDamage"); \ +static_assert(sizeof(SBZAIAction_DelayedSurrender_OnTakeDamage) == 0x000028, "Wrong size on SBZAIAction_DelayedSurrender_OnTakeDamage"); \ +static_assert(offsetof(SBZAIAction_DelayedSurrender_OnTakeDamage, DamagedActor) == 0x000000, "Member 'SBZAIAction_DelayedSurrender_OnTakeDamage::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(SBZAIAction_DelayedSurrender_OnTakeDamage, Damage) == 0x000008, "Member 'SBZAIAction_DelayedSurrender_OnTakeDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(SBZAIAction_DelayedSurrender_OnTakeDamage, DamageType) == 0x000010, "Member 'SBZAIAction_DelayedSurrender_OnTakeDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(SBZAIAction_DelayedSurrender_OnTakeDamage, InstigatedBy) == 0x000018, "Member 'SBZAIAction_DelayedSurrender_OnTakeDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(SBZAIAction_DelayedSurrender_OnTakeDamage, DamageCauser) == 0x000020, "Member 'SBZAIAction_DelayedSurrender_OnTakeDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIAction_DelayedSurrender \ +static_assert(alignof(USBZAIAction_DelayedSurrender) == 0x000008, "Wrong alignment on USBZAIAction_DelayedSurrender"); \ +static_assert(sizeof(USBZAIAction_DelayedSurrender) == 0x000110, "Wrong size on USBZAIAction_DelayedSurrender"); \ +static_assert(offsetof(USBZAIAction_DelayedSurrender, MinAimDist) == 0x0000D8, "Member 'USBZAIAction_DelayedSurrender::MinAimDist' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAction_DelayedSurrender, AIController) == 0x0000E0, "Member 'USBZAIAction_DelayedSurrender::AIController' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAction_DelayedSurrender, SelectedMontage) == 0x0000E8, "Member 'USBZAIAction_DelayedSurrender::SelectedMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIObjectiveSettings \ +static_assert(alignof(USBZAIObjectiveSettings) == 0x000008, "Wrong alignment on USBZAIObjectiveSettings"); \ +static_assert(sizeof(USBZAIObjectiveSettings) == 0x000098, "Wrong size on USBZAIObjectiveSettings"); \ +static_assert(offsetof(USBZAIObjectiveSettings, DefaultDirectObjectiveMoveToEQSName) == 0x000048, "Member 'USBZAIObjectiveSettings::DefaultDirectObjectiveMoveToEQSName' has a wrong offset!"); \ +static_assert(offsetof(USBZAIObjectiveSettings, DirectMoveToEQSBPClass) == 0x000068, "Member 'USBZAIObjectiveSettings::DirectMoveToEQSBPClass' has a wrong offset!"); \ +static_assert(offsetof(USBZAIObjectiveSettings, DefaultThrownObjectiveMoveToEQSName) == 0x000070, "Member 'USBZAIObjectiveSettings::DefaultThrownObjectiveMoveToEQSName' has a wrong offset!"); \ +static_assert(offsetof(USBZAIObjectiveSettings, ThrownMoveToEQSBPClass) == 0x000090, "Member 'USBZAIObjectiveSettings::ThrownMoveToEQSBPClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIActionData \ +static_assert(alignof(USBZAIActionData) == 0x000008, "Wrong alignment on USBZAIActionData"); \ +static_assert(sizeof(USBZAIActionData) == 0x000040, "Wrong size on USBZAIActionData"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuChallengeButton_ChallengeInititalized \ +static_assert(alignof(SBZMainMenuChallengeButton_ChallengeInititalized) == 0x000008, "Wrong alignment on SBZMainMenuChallengeButton_ChallengeInititalized"); \ +static_assert(sizeof(SBZMainMenuChallengeButton_ChallengeInititalized) == 0x0000A8, "Wrong size on SBZMainMenuChallengeButton_ChallengeInititalized"); \ +static_assert(offsetof(SBZMainMenuChallengeButton_ChallengeInititalized, ChallengeData) == 0x000000, "Member 'SBZMainMenuChallengeButton_ChallengeInititalized::ChallengeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuChallengeButton \ +static_assert(alignof(USBZMainMenuChallengeButton) == 0x000008, "Wrong alignment on USBZMainMenuChallengeButton"); \ +static_assert(sizeof(USBZMainMenuChallengeButton) == 0x000380, "Wrong size on USBZMainMenuChallengeButton"); \ +static_assert(offsetof(USBZMainMenuChallengeButton, Panel_ChallengeStats) == 0x000370, "Member 'USBZMainMenuChallengeButton::Panel_ChallengeStats' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuChallengeButton, ChallengeStatWidget) == 0x000378, "Member 'USBZMainMenuChallengeButton::ChallengeStatWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZElectricDamageType \ +static_assert(alignof(USBZElectricDamageType) == 0x000008, "Wrong alignment on USBZElectricDamageType"); \ +static_assert(sizeof(USBZElectricDamageType) == 0x000090, "Wrong size on USBZElectricDamageType"); \ + +#define DUMPER7_ASSERTS_USBZElectricExplosionDamageType \ +static_assert(alignof(USBZElectricExplosionDamageType) == 0x000008, "Wrong alignment on USBZElectricExplosionDamageType"); \ +static_assert(sizeof(USBZElectricExplosionDamageType) == 0x000090, "Wrong size on USBZElectricExplosionDamageType"); \ + +#define DUMPER7_ASSERTS_USBZAIActionData_FirstResponder \ +static_assert(alignof(USBZAIActionData_FirstResponder) == 0x000008, "Wrong alignment on USBZAIActionData_FirstResponder"); \ +static_assert(sizeof(USBZAIActionData_FirstResponder) == 0x000040, "Wrong size on USBZAIActionData_FirstResponder"); \ + +#define DUMPER7_ASSERTS_ASBZEscortPoint \ +static_assert(alignof(ASBZEscortPoint) == 0x000008, "Wrong alignment on ASBZEscortPoint"); \ +static_assert(sizeof(ASBZEscortPoint) == 0x0002A8, "Wrong size on ASBZEscortPoint"); \ + +#define DUMPER7_ASSERTS_SBZAIAction_Order_OnOrderCompleted \ +static_assert(alignof(SBZAIAction_Order_OnOrderCompleted) == 0x000008, "Wrong alignment on SBZAIAction_Order_OnOrderCompleted"); \ +static_assert(sizeof(SBZAIAction_Order_OnOrderCompleted) == 0x000018, "Wrong size on SBZAIAction_Order_OnOrderCompleted"); \ +static_assert(offsetof(SBZAIAction_Order_OnOrderCompleted, Order) == 0x000000, "Member 'SBZAIAction_Order_OnOrderCompleted::Order' has a wrong offset!"); \ +static_assert(offsetof(SBZAIAction_Order_OnOrderCompleted, OrderPawn) == 0x000008, "Member 'SBZAIAction_Order_OnOrderCompleted::OrderPawn' has a wrong offset!"); \ +static_assert(offsetof(SBZAIAction_Order_OnOrderCompleted, Result) == 0x000010, "Member 'SBZAIAction_Order_OnOrderCompleted::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIAction_Order_OnOrderStarted \ +static_assert(alignof(SBZAIAction_Order_OnOrderStarted) == 0x000008, "Wrong alignment on SBZAIAction_Order_OnOrderStarted"); \ +static_assert(sizeof(SBZAIAction_Order_OnOrderStarted) == 0x000010, "Wrong size on SBZAIAction_Order_OnOrderStarted"); \ +static_assert(offsetof(SBZAIAction_Order_OnOrderStarted, Order) == 0x000000, "Member 'SBZAIAction_Order_OnOrderStarted::Order' has a wrong offset!"); \ +static_assert(offsetof(SBZAIAction_Order_OnOrderStarted, OrderPawn) == 0x000008, "Member 'SBZAIAction_Order_OnOrderStarted::OrderPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIAction_Order_OnOrderStopped \ +static_assert(alignof(SBZAIAction_Order_OnOrderStopped) == 0x000008, "Wrong alignment on SBZAIAction_Order_OnOrderStopped"); \ +static_assert(sizeof(SBZAIAction_Order_OnOrderStopped) == 0x000018, "Wrong size on SBZAIAction_Order_OnOrderStopped"); \ +static_assert(offsetof(SBZAIAction_Order_OnOrderStopped, Order) == 0x000000, "Member 'SBZAIAction_Order_OnOrderStopped::Order' has a wrong offset!"); \ +static_assert(offsetof(SBZAIAction_Order_OnOrderStopped, OrderPawn) == 0x000008, "Member 'SBZAIAction_Order_OnOrderStopped::OrderPawn' has a wrong offset!"); \ +static_assert(offsetof(SBZAIAction_Order_OnOrderStopped, Result) == 0x000010, "Member 'SBZAIAction_Order_OnOrderStopped::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIAction_Order \ +static_assert(alignof(USBZAIAction_Order) == 0x000008, "Wrong alignment on USBZAIAction_Order"); \ +static_assert(sizeof(USBZAIAction_Order) == 0x0000E8, "Wrong size on USBZAIAction_Order"); \ +static_assert(offsetof(USBZAIAction_Order, ActionOrder) == 0x0000D8, "Member 'USBZAIAction_Order::ActionOrder' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAction_Order, OrderInstance) == 0x0000E0, "Member 'USBZAIAction_Order::OrderInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSeasonalEventItemExploding_Multicast_ReplicateExplosion \ +static_assert(alignof(SBZSeasonalEventItemExploding_Multicast_ReplicateExplosion) == 0x000008, "Wrong alignment on SBZSeasonalEventItemExploding_Multicast_ReplicateExplosion"); \ +static_assert(sizeof(SBZSeasonalEventItemExploding_Multicast_ReplicateExplosion) == 0x000028, "Wrong size on SBZSeasonalEventItemExploding_Multicast_ReplicateExplosion"); \ +static_assert(offsetof(SBZSeasonalEventItemExploding_Multicast_ReplicateExplosion, Result) == 0x000000, "Member 'SBZSeasonalEventItemExploding_Multicast_ReplicateExplosion::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZSeasonalEventItemExploding \ +static_assert(alignof(ASBZSeasonalEventItemExploding) == 0x000008, "Wrong alignment on ASBZSeasonalEventItemExploding"); \ +static_assert(sizeof(ASBZSeasonalEventItemExploding) == 0x000470, "Wrong size on ASBZSeasonalEventItemExploding"); \ +static_assert(offsetof(ASBZSeasonalEventItemExploding, ExplosionSoundEvent) == 0x000348, "Member 'ASBZSeasonalEventItemExploding::ExplosionSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSeasonalEventItemExploding, ExplosionDelay) == 0x000350, "Member 'ASBZSeasonalEventItemExploding::ExplosionDelay' has a wrong offset!"); \ +static_assert(offsetof(ASBZSeasonalEventItemExploding, AIExplosionRadius) == 0x000354, "Member 'ASBZSeasonalEventItemExploding::AIExplosionRadius' has a wrong offset!"); \ +static_assert(offsetof(ASBZSeasonalEventItemExploding, PlayerExplosionRadius) == 0x000358, "Member 'ASBZSeasonalEventItemExploding::PlayerExplosionRadius' has a wrong offset!"); \ +static_assert(offsetof(ASBZSeasonalEventItemExploding, DamageDistanceArray) == 0x000360, "Member 'ASBZSeasonalEventItemExploding::DamageDistanceArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZSeasonalEventItemExploding, ArmorPenetration) == 0x000370, "Member 'ASBZSeasonalEventItemExploding::ArmorPenetration' has a wrong offset!"); \ +static_assert(offsetof(ASBZSeasonalEventItemExploding, FriendlyFireDamageScale) == 0x000374, "Member 'ASBZSeasonalEventItemExploding::FriendlyFireDamageScale' has a wrong offset!"); \ +static_assert(offsetof(ASBZSeasonalEventItemExploding, FriendlyFireArmorPenetrationScale) == 0x000378, "Member 'ASBZSeasonalEventItemExploding::FriendlyFireArmorPenetrationScale' has a wrong offset!"); \ +static_assert(offsetof(ASBZSeasonalEventItemExploding, ExplosionDamageType) == 0x000380, "Member 'ASBZSeasonalEventItemExploding::ExplosionDamageType' has a wrong offset!"); \ +static_assert(offsetof(ASBZSeasonalEventItemExploding, GameplayEffectClass) == 0x000388, "Member 'ASBZSeasonalEventItemExploding::GameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZSeasonalEventItemExploding, ExplosionEffect) == 0x000390, "Member 'ASBZSeasonalEventItemExploding::ExplosionEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZSeasonalEventItemExploding, bDoDecal) == 0x000398, "Member 'ASBZSeasonalEventItemExploding::bDoDecal' has a wrong offset!"); \ +static_assert(offsetof(ASBZSeasonalEventItemExploding, LocalPlayerFeedback) == 0x0003A0, "Member 'ASBZSeasonalEventItemExploding::LocalPlayerFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZSeasonalEventItemExploding, PostDamagePhysicsEffectData) == 0x0003A8, "Member 'ASBZSeasonalEventItemExploding::PostDamagePhysicsEffectData' has a wrong offset!"); \ +static_assert(offsetof(ASBZSeasonalEventItemExploding, PlayerFeedbackCurve) == 0x0003B8, "Member 'ASBZSeasonalEventItemExploding::PlayerFeedbackCurve' has a wrong offset!"); \ +static_assert(offsetof(ASBZSeasonalEventItemExploding, HurtReactionData) == 0x000440, "Member 'ASBZSeasonalEventItemExploding::HurtReactionData' has a wrong offset!"); \ +static_assert(offsetof(ASBZSeasonalEventItemExploding, ExplosionInstigator) == 0x000458, "Member 'ASBZSeasonalEventItemExploding::ExplosionInstigator' has a wrong offset!"); \ +static_assert(offsetof(ASBZSeasonalEventItemExploding, ExplosionLocation) == 0x000460, "Member 'ASBZSeasonalEventItemExploding::ExplosionLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIAction_FirstResponder \ +static_assert(alignof(USBZAIAction_FirstResponder) == 0x000008, "Wrong alignment on USBZAIAction_FirstResponder"); \ +static_assert(sizeof(USBZAIAction_FirstResponder) == 0x0000E8, "Wrong size on USBZAIAction_FirstResponder"); \ + +#define DUMPER7_ASSERTS_SBZSettingsMenuManager_Get \ +static_assert(alignof(SBZSettingsMenuManager_Get) == 0x000008, "Wrong alignment on SBZSettingsMenuManager_Get"); \ +static_assert(sizeof(SBZSettingsMenuManager_Get) == 0x000010, "Wrong size on SBZSettingsMenuManager_Get"); \ +static_assert(offsetof(SBZSettingsMenuManager_Get, WorldContextObject) == 0x000000, "Member 'SBZSettingsMenuManager_Get::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsMenuManager_Get, ReturnValue) == 0x000008, "Member 'SBZSettingsMenuManager_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsMenuManager_OnPopUpClosedConfirmAllChanges \ +static_assert(alignof(SBZSettingsMenuManager_OnPopUpClosedConfirmAllChanges) == 0x000004, "Wrong alignment on SBZSettingsMenuManager_OnPopUpClosedConfirmAllChanges"); \ +static_assert(sizeof(SBZSettingsMenuManager_OnPopUpClosedConfirmAllChanges) == 0x00000C, "Wrong size on SBZSettingsMenuManager_OnPopUpClosedConfirmAllChanges"); \ +static_assert(offsetof(SBZSettingsMenuManager_OnPopUpClosedConfirmAllChanges, ActionName) == 0x000000, "Member 'SBZSettingsMenuManager_OnPopUpClosedConfirmAllChanges::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsMenuManager_OnPopUpClosedConfirmChanges \ +static_assert(alignof(SBZSettingsMenuManager_OnPopUpClosedConfirmChanges) == 0x000004, "Wrong alignment on SBZSettingsMenuManager_OnPopUpClosedConfirmChanges"); \ +static_assert(sizeof(SBZSettingsMenuManager_OnPopUpClosedConfirmChanges) == 0x00000C, "Wrong size on SBZSettingsMenuManager_OnPopUpClosedConfirmChanges"); \ +static_assert(offsetof(SBZSettingsMenuManager_OnPopUpClosedConfirmChanges, ActionName) == 0x000000, "Member 'SBZSettingsMenuManager_OnPopUpClosedConfirmChanges::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsMenuManager_OnPopUpClosedConfirmResetToDefault \ +static_assert(alignof(SBZSettingsMenuManager_OnPopUpClosedConfirmResetToDefault) == 0x000004, "Wrong alignment on SBZSettingsMenuManager_OnPopUpClosedConfirmResetToDefault"); \ +static_assert(sizeof(SBZSettingsMenuManager_OnPopUpClosedConfirmResetToDefault) == 0x00000C, "Wrong size on SBZSettingsMenuManager_OnPopUpClosedConfirmResetToDefault"); \ +static_assert(offsetof(SBZSettingsMenuManager_OnPopUpClosedConfirmResetToDefault, ActionName) == 0x000000, "Member 'SBZSettingsMenuManager_OnPopUpClosedConfirmResetToDefault::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsMenuManager_OnPopUpClosedUnappliedChanges \ +static_assert(alignof(SBZSettingsMenuManager_OnPopUpClosedUnappliedChanges) == 0x000004, "Wrong alignment on SBZSettingsMenuManager_OnPopUpClosedUnappliedChanges"); \ +static_assert(sizeof(SBZSettingsMenuManager_OnPopUpClosedUnappliedChanges) == 0x00000C, "Wrong size on SBZSettingsMenuManager_OnPopUpClosedUnappliedChanges"); \ +static_assert(offsetof(SBZSettingsMenuManager_OnPopUpClosedUnappliedChanges, ActionName) == 0x000000, "Member 'SBZSettingsMenuManager_OnPopUpClosedUnappliedChanges::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSettingsMenuManager \ +static_assert(alignof(USBZSettingsMenuManager) == 0x000008, "Wrong alignment on USBZSettingsMenuManager"); \ +static_assert(sizeof(USBZSettingsMenuManager) == 0x000078, "Wrong size on USBZSettingsMenuManager"); \ +static_assert(offsetof(USBZSettingsMenuManager, OnPopUpClosedDelegate) == 0x000030, "Member 'USBZSettingsMenuManager::OnPopUpClosedDelegate' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsMenuManager, SettingsMenuConfig) == 0x000040, "Member 'USBZSettingsMenuManager::SettingsMenuConfig' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsMenuManager, SubSettings) == 0x000060, "Member 'USBZSettingsMenuManager::SubSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIActionData_FreeHostage \ +static_assert(alignof(USBZAIActionData_FreeHostage) == 0x000008, "Wrong alignment on USBZAIActionData_FreeHostage"); \ +static_assert(sizeof(USBZAIActionData_FreeHostage) == 0x000050, "Wrong size on USBZAIActionData_FreeHostage"); \ +static_assert(offsetof(USBZAIActionData_FreeHostage, Target) == 0x000040, "Member 'USBZAIActionData_FreeHostage::Target' has a wrong offset!"); \ +static_assert(offsetof(USBZAIActionData_FreeHostage, Mode) == 0x000048, "Member 'USBZAIActionData_FreeHostage::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZThrowableKnifeDamageType \ +static_assert(alignof(USBZThrowableKnifeDamageType) == 0x000008, "Wrong alignment on USBZThrowableKnifeDamageType"); \ +static_assert(sizeof(USBZThrowableKnifeDamageType) == 0x000090, "Wrong size on USBZThrowableKnifeDamageType"); \ + +#define DUMPER7_ASSERTS_USBZThrowableKnifeTickDamageType \ +static_assert(alignof(USBZThrowableKnifeTickDamageType) == 0x000008, "Wrong alignment on USBZThrowableKnifeTickDamageType"); \ +static_assert(sizeof(USBZThrowableKnifeTickDamageType) == 0x000090, "Wrong size on USBZThrowableKnifeTickDamageType"); \ + +#define DUMPER7_ASSERTS_USBZAIAction_FreeHostage \ +static_assert(alignof(USBZAIAction_FreeHostage) == 0x000008, "Wrong alignment on USBZAIAction_FreeHostage"); \ +static_assert(sizeof(USBZAIAction_FreeHostage) == 0x0000E8, "Wrong size on USBZAIAction_FreeHostage"); \ + +#define DUMPER7_ASSERTS_SBZGamepadBindingsManager_GetGamepadBindingsManager \ +static_assert(alignof(SBZGamepadBindingsManager_GetGamepadBindingsManager) == 0x000008, "Wrong alignment on SBZGamepadBindingsManager_GetGamepadBindingsManager"); \ +static_assert(sizeof(SBZGamepadBindingsManager_GetGamepadBindingsManager) == 0x000010, "Wrong size on SBZGamepadBindingsManager_GetGamepadBindingsManager"); \ +static_assert(offsetof(SBZGamepadBindingsManager_GetGamepadBindingsManager, WorldContextObject) == 0x000000, "Member 'SBZGamepadBindingsManager_GetGamepadBindingsManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZGamepadBindingsManager_GetGamepadBindingsManager, ReturnValue) == 0x000008, "Member 'SBZGamepadBindingsManager_GetGamepadBindingsManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGamepadBindingsManager_GetBindingNamesLocalized \ +static_assert(alignof(SBZGamepadBindingsManager_GetBindingNamesLocalized) == 0x000008, "Wrong alignment on SBZGamepadBindingsManager_GetBindingNamesLocalized"); \ +static_assert(sizeof(SBZGamepadBindingsManager_GetBindingNamesLocalized) == 0x000030, "Wrong size on SBZGamepadBindingsManager_GetBindingNamesLocalized"); \ +static_assert(offsetof(SBZGamepadBindingsManager_GetBindingNamesLocalized, InKey) == 0x000000, "Member 'SBZGamepadBindingsManager_GetBindingNamesLocalized::InKey' has a wrong offset!"); \ +static_assert(offsetof(SBZGamepadBindingsManager_GetBindingNamesLocalized, ReturnValue) == 0x000020, "Member 'SBZGamepadBindingsManager_GetBindingNamesLocalized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGamepadBindingsManager \ +static_assert(alignof(USBZGamepadBindingsManager) == 0x000008, "Wrong alignment on USBZGamepadBindingsManager"); \ +static_assert(sizeof(USBZGamepadBindingsManager) == 0x000040, "Wrong size on USBZGamepadBindingsManager"); \ +static_assert(offsetof(USBZGamepadBindingsManager, GamepadBindingsPresetsConfig) == 0x000030, "Member 'USBZGamepadBindingsManager::GamepadBindingsPresetsConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillAssassinDropCloth \ +static_assert(alignof(USBZSkillAssassinDropCloth) == 0x000008, "Wrong alignment on USBZSkillAssassinDropCloth"); \ +static_assert(sizeof(USBZSkillAssassinDropCloth) == 0x000230, "Wrong size on USBZSkillAssassinDropCloth"); \ + +#define DUMPER7_ASSERTS_USBZAimAssistComponent \ +static_assert(alignof(USBZAimAssistComponent) == 0x000008, "Wrong alignment on USBZAimAssistComponent"); \ +static_assert(sizeof(USBZAimAssistComponent) == 0x000108, "Wrong size on USBZAimAssistComponent"); \ +static_assert(offsetof(USBZAimAssistComponent, PlayerCharacter) == 0x0000C0, "Member 'USBZAimAssistComponent::PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(USBZAimAssistComponent, CurrentTarget) == 0x0000C8, "Member 'USBZAimAssistComponent::CurrentTarget' has a wrong offset!"); \ +static_assert(offsetof(USBZAimAssistComponent, LastTarget) == 0x0000D0, "Member 'USBZAimAssistComponent::LastTarget' has a wrong offset!"); \ +static_assert(offsetof(USBZAimAssistComponent, BulletMagnetismCandidateArray) == 0x0000D8, "Member 'USBZAimAssistComponent::BulletMagnetismCandidateArray' has a wrong offset!"); \ +static_assert(offsetof(USBZAimAssistComponent, MaxFireTime) == 0x000100, "Member 'USBZAimAssistComponent::MaxFireTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZTargetFinderPredicate \ +static_assert(alignof(USBZTargetFinderPredicate) == 0x000008, "Wrong alignment on USBZTargetFinderPredicate"); \ +static_assert(sizeof(USBZTargetFinderPredicate) == 0x000030, "Wrong size on USBZTargetFinderPredicate"); \ + +#define DUMPER7_ASSERTS_USBZTargetFinderPredicate_BehaviorCategory \ +static_assert(alignof(USBZTargetFinderPredicate_BehaviorCategory) == 0x000008, "Wrong alignment on USBZTargetFinderPredicate_BehaviorCategory"); \ +static_assert(sizeof(USBZTargetFinderPredicate_BehaviorCategory) == 0x000038, "Wrong size on USBZTargetFinderPredicate_BehaviorCategory"); \ +static_assert(offsetof(USBZTargetFinderPredicate_BehaviorCategory, AllowedBehaviors) == 0x000030, "Member 'USBZTargetFinderPredicate_BehaviorCategory::AllowedBehaviors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIAction_GetDownOnGround \ +static_assert(alignof(USBZAIAction_GetDownOnGround) == 0x000008, "Wrong alignment on USBZAIAction_GetDownOnGround"); \ +static_assert(sizeof(USBZAIAction_GetDownOnGround) == 0x000130, "Wrong size on USBZAIAction_GetDownOnGround"); \ +static_assert(offsetof(USBZAIAction_GetDownOnGround, QueueGoDownTagContainer) == 0x0000D8, "Member 'USBZAIAction_GetDownOnGround::QueueGoDownTagContainer' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAction_GetDownOnGround, AICharacterOwner) == 0x0000F8, "Member 'USBZAIAction_GetDownOnGround::AICharacterOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIAction_HogTie \ +static_assert(alignof(USBZAIAction_HogTie) == 0x000008, "Wrong alignment on USBZAIAction_HogTie"); \ +static_assert(sizeof(USBZAIAction_HogTie) == 0x0000E0, "Wrong size on USBZAIAction_HogTie"); \ +static_assert(offsetof(USBZAIAction_HogTie, bForceGoDownOnGround) == 0x0000D8, "Member 'USBZAIAction_HogTie::bForceGoDownOnGround' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAISquadOrder \ +static_assert(alignof(USBZAISquadOrder) == 0x000008, "Wrong alignment on USBZAISquadOrder"); \ +static_assert(sizeof(USBZAISquadOrder) == 0x000160, "Wrong size on USBZAISquadOrder"); \ +static_assert(offsetof(USBZAISquadOrder, SpawnWeight) == 0x000130, "Member 'USBZAISquadOrder::SpawnWeight' has a wrong offset!"); \ +static_assert(offsetof(USBZAISquadOrder, OwnerSquad) == 0x000138, "Member 'USBZAISquadOrder::OwnerSquad' has a wrong offset!"); \ +static_assert(offsetof(USBZAISquadOrder, WaitingMembers) == 0x000140, "Member 'USBZAISquadOrder::WaitingMembers' has a wrong offset!"); \ +static_assert(offsetof(USBZAISquadOrder, IgnoredMembers) == 0x000150, "Member 'USBZAISquadOrder::IgnoredMembers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_TacticalMoveTo \ +static_assert(alignof(USBZAIOrder_TacticalMoveTo) == 0x000008, "Wrong alignment on USBZAIOrder_TacticalMoveTo"); \ +static_assert(sizeof(USBZAIOrder_TacticalMoveTo) == 0x000258, "Wrong size on USBZAIOrder_TacticalMoveTo"); \ +static_assert(offsetof(USBZAIOrder_TacticalMoveTo, InjectTag) == 0x000160, "Member 'USBZAIOrder_TacticalMoveTo::InjectTag' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_TacticalMoveTo, Behaviors) == 0x000170, "Member 'USBZAIOrder_TacticalMoveTo::Behaviors' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_TacticalMoveTo, PrioTypes) == 0x000198, "Member 'USBZAIOrder_TacticalMoveTo::PrioTypes' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_TacticalMoveTo, PreStateActions) == 0x0001A8, "Member 'USBZAIOrder_TacticalMoveTo::PreStateActions' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_TacticalMoveTo, PrioQueue) == 0x0001D0, "Member 'USBZAIOrder_TacticalMoveTo::PrioQueue' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_TacticalMoveTo, PrioWaitTime) == 0x0001E8, "Member 'USBZAIOrder_TacticalMoveTo::PrioWaitTime' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_TacticalMoveTo, TargetRoom) == 0x0001F0, "Member 'USBZAIOrder_TacticalMoveTo::TargetRoom' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_TacticalMoveTo, TargetConnector) == 0x0001F8, "Member 'USBZAIOrder_TacticalMoveTo::TargetConnector' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_TacticalMoveTo, CompletedMembers) == 0x000210, "Member 'USBZAIOrder_TacticalMoveTo::CompletedMembers' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_TacticalMoveTo, TargetEQSQuery) == 0x000228, "Member 'USBZAIOrder_TacticalMoveTo::TargetEQSQuery' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_TacticalMoveTo, AbortedPawns) == 0x000230, "Member 'USBZAIOrder_TacticalMoveTo::AbortedPawns' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_TacticalMoveTo, MaxNumTargetRoomPathFailed) == 0x000250, "Member 'USBZAIOrder_TacticalMoveTo::MaxNumTargetRoomPathFailed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIActionData_Investigate \ +static_assert(alignof(USBZAIActionData_Investigate) == 0x000008, "Wrong alignment on USBZAIActionData_Investigate"); \ +static_assert(sizeof(USBZAIActionData_Investigate) == 0x000048, "Wrong size on USBZAIActionData_Investigate"); \ +static_assert(offsetof(USBZAIActionData_Investigate, InvestigateActor) == 0x000040, "Member 'USBZAIActionData_Investigate::InvestigateActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZExplosionDamageType \ +static_assert(alignof(USBZExplosionDamageType) == 0x000008, "Wrong alignment on USBZExplosionDamageType"); \ +static_assert(sizeof(USBZExplosionDamageType) == 0x000090, "Wrong size on USBZExplosionDamageType"); \ + +#define DUMPER7_ASSERTS_USBZSentryExplosionDamageType \ +static_assert(alignof(USBZSentryExplosionDamageType) == 0x000008, "Wrong alignment on USBZSentryExplosionDamageType"); \ +static_assert(sizeof(USBZSentryExplosionDamageType) == 0x000090, "Wrong size on USBZSentryExplosionDamageType"); \ + +#define DUMPER7_ASSERTS_USBZAIAction_Investigate \ +static_assert(alignof(USBZAIAction_Investigate) == 0x000008, "Wrong alignment on USBZAIAction_Investigate"); \ +static_assert(sizeof(USBZAIAction_Investigate) == 0x0000E8, "Wrong size on USBZAIAction_Investigate"); \ +static_assert(offsetof(USBZAIAction_Investigate, bSendOnlyOneInvestigator) == 0x0000D8, "Member 'USBZAIAction_Investigate::bSendOnlyOneInvestigator' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAction_Investigate, bIsUrgent) == 0x0000D9, "Member 'USBZAIAction_Investigate::bIsUrgent' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAction_Investigate, EscalationReason) == 0x0000E0, "Member 'USBZAIAction_Investigate::EscalationReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZAIObjectiveInterface \ +static_assert(alignof(ISBZAIObjectiveInterface) == 0x000001, "Wrong alignment on ISBZAIObjectiveInterface"); \ +static_assert(sizeof(ISBZAIObjectiveInterface) == 0x000001, "Wrong size on ISBZAIObjectiveInterface"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCrimeNetHeistButton_InitializeHeistDataFromSoftObjectPath \ +static_assert(alignof(SBZMainMenuCrimeNetHeistButton_InitializeHeistDataFromSoftObjectPath) == 0x000008, "Wrong alignment on SBZMainMenuCrimeNetHeistButton_InitializeHeistDataFromSoftObjectPath"); \ +static_assert(sizeof(SBZMainMenuCrimeNetHeistButton_InitializeHeistDataFromSoftObjectPath) == 0x000020, "Wrong size on SBZMainMenuCrimeNetHeistButton_InitializeHeistDataFromSoftObjectPath"); \ +static_assert(offsetof(SBZMainMenuCrimeNetHeistButton_InitializeHeistDataFromSoftObjectPath, InHeistSoftObjectPath) == 0x000000, "Member 'SBZMainMenuCrimeNetHeistButton_InitializeHeistDataFromSoftObjectPath::InHeistSoftObjectPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCrimeNetHeistButton_OnFocusChanged \ +static_assert(alignof(SBZMainMenuCrimeNetHeistButton_OnFocusChanged) == 0x000001, "Wrong alignment on SBZMainMenuCrimeNetHeistButton_OnFocusChanged"); \ +static_assert(sizeof(SBZMainMenuCrimeNetHeistButton_OnFocusChanged) == 0x000001, "Wrong size on SBZMainMenuCrimeNetHeistButton_OnFocusChanged"); \ +static_assert(offsetof(SBZMainMenuCrimeNetHeistButton_OnFocusChanged, bIsFocused) == 0x000000, "Member 'SBZMainMenuCrimeNetHeistButton_OnFocusChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCrimeNetHeistButton_GetHeistData \ +static_assert(alignof(SBZMainMenuCrimeNetHeistButton_GetHeistData) == 0x000008, "Wrong alignment on SBZMainMenuCrimeNetHeistButton_GetHeistData"); \ +static_assert(sizeof(SBZMainMenuCrimeNetHeistButton_GetHeistData) == 0x000008, "Wrong size on SBZMainMenuCrimeNetHeistButton_GetHeistData"); \ +static_assert(offsetof(SBZMainMenuCrimeNetHeistButton_GetHeistData, ReturnValue) == 0x000000, "Member 'SBZMainMenuCrimeNetHeistButton_GetHeistData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCrimeNetHeistButton_GetHeistLevelPath \ +static_assert(alignof(SBZMainMenuCrimeNetHeistButton_GetHeistLevelPath) == 0x000008, "Wrong alignment on SBZMainMenuCrimeNetHeistButton_GetHeistLevelPath"); \ +static_assert(sizeof(SBZMainMenuCrimeNetHeistButton_GetHeistLevelPath) == 0x000020, "Wrong size on SBZMainMenuCrimeNetHeistButton_GetHeistLevelPath"); \ +static_assert(offsetof(SBZMainMenuCrimeNetHeistButton_GetHeistLevelPath, ReturnValue) == 0x000000, "Member 'SBZMainMenuCrimeNetHeistButton_GetHeistLevelPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuCrimeNetHeistButton \ +static_assert(alignof(USBZMainMenuCrimeNetHeistButton) == 0x000008, "Wrong alignment on USBZMainMenuCrimeNetHeistButton"); \ +static_assert(sizeof(USBZMainMenuCrimeNetHeistButton) == 0x0003B0, "Wrong size on USBZMainMenuCrimeNetHeistButton"); \ +static_assert(offsetof(USBZMainMenuCrimeNetHeistButton, OnMenuButtonCustomNavigation) == 0x000370, "Member 'USBZMainMenuCrimeNetHeistButton::OnMenuButtonCustomNavigation' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCrimeNetHeistButton, HeistSoftObjectPath) == 0x000380, "Member 'USBZMainMenuCrimeNetHeistButton::HeistSoftObjectPath' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCrimeNetHeistButton, HeistData) == 0x0003A0, "Member 'USBZMainMenuCrimeNetHeistButton::HeistData' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCrimeNetHeistButton, HeistCollectionIndex) == 0x0003A8, "Member 'USBZMainMenuCrimeNetHeistButton::HeistCollectionIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCrimeNetHeistButton, HeistIndex) == 0x0003AC, "Member 'USBZMainMenuCrimeNetHeistButton::HeistIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZTargetFinder \ +static_assert(alignof(USBZTargetFinder) == 0x000008, "Wrong alignment on USBZTargetFinder"); \ +static_assert(sizeof(USBZTargetFinder) == 0x000040, "Wrong size on USBZTargetFinder"); \ +static_assert(offsetof(USBZTargetFinder, Predicates) == 0x000030, "Member 'USBZTargetFinder::Predicates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZTargetFinder_TypeDistSorted \ +static_assert(alignof(USBZTargetFinder_TypeDistSorted) == 0x000008, "Wrong alignment on USBZTargetFinder_TypeDistSorted"); \ +static_assert(sizeof(USBZTargetFinder_TypeDistSorted) == 0x000090, "Wrong size on USBZTargetFinder_TypeDistSorted"); \ +static_assert(offsetof(USBZTargetFinder_TypeDistSorted, Types) == 0x000040, "Member 'USBZTargetFinder_TypeDistSorted::Types' has a wrong offset!"); \ +static_assert(offsetof(USBZTargetFinder_TypeDistSorted, IgnoredTags) == 0x000060, "Member 'USBZTargetFinder_TypeDistSorted::IgnoredTags' has a wrong offset!"); \ +static_assert(offsetof(USBZTargetFinder_TypeDistSorted, Range) == 0x000080, "Member 'USBZTargetFinder_TypeDistSorted::Range' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIActionData_LifeAction \ +static_assert(alignof(USBZAIActionData_LifeAction) == 0x000008, "Wrong alignment on USBZAIActionData_LifeAction"); \ +static_assert(sizeof(USBZAIActionData_LifeAction) == 0x0000D0, "Wrong size on USBZAIActionData_LifeAction"); \ +static_assert(offsetof(USBZAIActionData_LifeAction, Request) == 0x000040, "Member 'USBZAIActionData_LifeAction::Request' has a wrong offset!"); \ +static_assert(offsetof(USBZAIActionData_LifeAction, bUseRequestOnlyOnce) == 0x000080, "Member 'USBZAIActionData_LifeAction::bUseRequestOnlyOnce' has a wrong offset!"); \ +static_assert(offsetof(USBZAIActionData_LifeAction, CompatibleStances) == 0x000084, "Member 'USBZAIActionData_LifeAction::CompatibleStances' has a wrong offset!"); \ +static_assert(offsetof(USBZAIActionData_LifeAction, AllowedHeistStates) == 0x000088, "Member 'USBZAIActionData_LifeAction::AllowedHeistStates' has a wrong offset!"); \ +static_assert(offsetof(USBZAIActionData_LifeAction, UtilityScore) == 0x00008C, "Member 'USBZAIActionData_LifeAction::UtilityScore' has a wrong offset!"); \ +static_assert(offsetof(USBZAIActionData_LifeAction, GrantedTags) == 0x000090, "Member 'USBZAIActionData_LifeAction::GrantedTags' has a wrong offset!"); \ +static_assert(offsetof(USBZAIActionData_LifeAction, ExecutionMode) == 0x0000B0, "Member 'USBZAIActionData_LifeAction::ExecutionMode' has a wrong offset!"); \ +static_assert(offsetof(USBZAIActionData_LifeAction, bOverrideBehavior) == 0x0000B1, "Member 'USBZAIActionData_LifeAction::bOverrideBehavior' has a wrong offset!"); \ +static_assert(offsetof(USBZAIActionData_LifeAction, Behavior) == 0x0000B8, "Member 'USBZAIActionData_LifeAction::Behavior' has a wrong offset!"); \ +static_assert(offsetof(USBZAIActionData_LifeAction, bOverrideIsPersistent) == 0x0000C0, "Member 'USBZAIActionData_LifeAction::bOverrideIsPersistent' has a wrong offset!"); \ +static_assert(offsetof(USBZAIActionData_LifeAction, bIsPersistent) == 0x0000C1, "Member 'USBZAIActionData_LifeAction::bIsPersistent' has a wrong offset!"); \ +static_assert(offsetof(USBZAIActionData_LifeAction, CompleteOrderForResults) == 0x0000C4, "Member 'USBZAIActionData_LifeAction::CompleteOrderForResults' has a wrong offset!"); \ +static_assert(offsetof(USBZAIActionData_LifeAction, bOverrideWaitForEquipped) == 0x0000C8, "Member 'USBZAIActionData_LifeAction::bOverrideWaitForEquipped' has a wrong offset!"); \ +static_assert(offsetof(USBZAIActionData_LifeAction, bWaitForEquipped) == 0x0000C9, "Member 'USBZAIActionData_LifeAction::bWaitForEquipped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIAction_LifeAction \ +static_assert(alignof(USBZAIAction_LifeAction) == 0x000008, "Wrong alignment on USBZAIAction_LifeAction"); \ +static_assert(sizeof(USBZAIAction_LifeAction) == 0x0000E8, "Wrong size on USBZAIAction_LifeAction"); \ + +#define DUMPER7_ASSERTS_USBZSafeHouseBaseWidget \ +static_assert(alignof(USBZSafeHouseBaseWidget) == 0x000008, "Wrong alignment on USBZSafeHouseBaseWidget"); \ +static_assert(sizeof(USBZSafeHouseBaseWidget) == 0x000290, "Wrong size on USBZSafeHouseBaseWidget"); \ + +#define DUMPER7_ASSERTS_USBZAILifeActionAbility \ +static_assert(alignof(USBZAILifeActionAbility) == 0x000008, "Wrong alignment on USBZAILifeActionAbility"); \ +static_assert(sizeof(USBZAILifeActionAbility) == 0x0004E8, "Wrong size on USBZAILifeActionAbility"); \ +static_assert(offsetof(USBZAILifeActionAbility, TagsToPropagateOnEndAbility) == 0x0004D8, "Member 'USBZAILifeActionAbility::TagsToPropagateOnEndAbility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIAction_Lobotomize \ +static_assert(alignof(USBZAIAction_Lobotomize) == 0x000008, "Wrong alignment on USBZAIAction_Lobotomize"); \ +static_assert(sizeof(USBZAIAction_Lobotomize) == 0x0000D8, "Wrong size on USBZAIAction_Lobotomize"); \ + +#define DUMPER7_ASSERTS_SBZBaseInteractableComponent_OnFocusChanged \ +static_assert(alignof(SBZBaseInteractableComponent_OnFocusChanged) == 0x000001, "Wrong alignment on SBZBaseInteractableComponent_OnFocusChanged"); \ +static_assert(sizeof(SBZBaseInteractableComponent_OnFocusChanged) == 0x000001, "Wrong size on SBZBaseInteractableComponent_OnFocusChanged"); \ +static_assert(offsetof(SBZBaseInteractableComponent_OnFocusChanged, bInNewFocusState) == 0x000000, "Member 'SBZBaseInteractableComponent_OnFocusChanged::bInNewFocusState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBaseInteractableComponent_SetGameplayEffectsOnInteract \ +static_assert(alignof(SBZBaseInteractableComponent_SetGameplayEffectsOnInteract) == 0x000008, "Wrong alignment on SBZBaseInteractableComponent_SetGameplayEffectsOnInteract"); \ +static_assert(sizeof(SBZBaseInteractableComponent_SetGameplayEffectsOnInteract) == 0x000010, "Wrong size on SBZBaseInteractableComponent_SetGameplayEffectsOnInteract"); \ +static_assert(offsetof(SBZBaseInteractableComponent_SetGameplayEffectsOnInteract, GameplayEffects) == 0x000000, "Member 'SBZBaseInteractableComponent_SetGameplayEffectsOnInteract::GameplayEffects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBaseInteractableComponent_GetCurrentModeIndex \ +static_assert(alignof(SBZBaseInteractableComponent_GetCurrentModeIndex) == 0x000004, "Wrong alignment on SBZBaseInteractableComponent_GetCurrentModeIndex"); \ +static_assert(sizeof(SBZBaseInteractableComponent_GetCurrentModeIndex) == 0x000004, "Wrong size on SBZBaseInteractableComponent_GetCurrentModeIndex"); \ +static_assert(offsetof(SBZBaseInteractableComponent_GetCurrentModeIndex, ReturnValue) == 0x000000, "Member 'SBZBaseInteractableComponent_GetCurrentModeIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBaseInteractableComponent_GetGameplayEffectsOnInteract \ +static_assert(alignof(SBZBaseInteractableComponent_GetGameplayEffectsOnInteract) == 0x000008, "Wrong alignment on SBZBaseInteractableComponent_GetGameplayEffectsOnInteract"); \ +static_assert(sizeof(SBZBaseInteractableComponent_GetGameplayEffectsOnInteract) == 0x000010, "Wrong size on SBZBaseInteractableComponent_GetGameplayEffectsOnInteract"); \ +static_assert(offsetof(SBZBaseInteractableComponent_GetGameplayEffectsOnInteract, GameplayEffects) == 0x000000, "Member 'SBZBaseInteractableComponent_GetGameplayEffectsOnInteract::GameplayEffects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBaseInteractableComponent_IsInteractionIllegal \ +static_assert(alignof(SBZBaseInteractableComponent_IsInteractionIllegal) == 0x000004, "Wrong alignment on SBZBaseInteractableComponent_IsInteractionIllegal"); \ +static_assert(sizeof(SBZBaseInteractableComponent_IsInteractionIllegal) == 0x000008, "Wrong size on SBZBaseInteractableComponent_IsInteractionIllegal"); \ +static_assert(offsetof(SBZBaseInteractableComponent_IsInteractionIllegal, InModeIndex) == 0x000000, "Member 'SBZBaseInteractableComponent_IsInteractionIllegal::InModeIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZBaseInteractableComponent_IsInteractionIllegal, ReturnValue) == 0x000004, "Member 'SBZBaseInteractableComponent_IsInteractionIllegal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBaseInteractableComponent \ +static_assert(alignof(USBZBaseInteractableComponent) == 0x000008, "Wrong alignment on USBZBaseInteractableComponent"); \ +static_assert(sizeof(USBZBaseInteractableComponent) == 0x0001D8, "Wrong size on USBZBaseInteractableComponent"); \ +static_assert(offsetof(USBZBaseInteractableComponent, NormalDistance) == 0x0000C0, "Member 'USBZBaseInteractableComponent::NormalDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, PitchDistance) == 0x0000C4, "Member 'USBZBaseInteractableComponent::PitchDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, bIgnoreDistanceValidation) == 0x0000C8, "Member 'USBZBaseInteractableComponent::bIgnoreDistanceValidation' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, Shapes) == 0x0000D0, "Member 'USBZBaseInteractableComponent::Shapes' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, ShapeTraceLocationsArray) == 0x0000E0, "Member 'USBZBaseInteractableComponent::ShapeTraceLocationsArray' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, Requirement) == 0x0000F0, "Member 'USBZBaseInteractableComponent::Requirement' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, NativeRequirement) == 0x0000F8, "Member 'USBZBaseInteractableComponent::NativeRequirement' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, OnFocusChangedDelegate) == 0x000100, "Member 'USBZBaseInteractableComponent::OnFocusChangedDelegate' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, Priority) == 0x000110, "Member 'USBZBaseInteractableComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, Duration) == 0x000114, "Member 'USBZBaseInteractableComponent::Duration' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, Text) == 0x000118, "Member 'USBZBaseInteractableComponent::Text' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, ScreenInteractDistance) == 0x000134, "Member 'USBZBaseInteractableComponent::ScreenInteractDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, MinScreenInteractDegrees) == 0x000138, "Member 'USBZBaseInteractableComponent::MinScreenInteractDegrees' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, MinScreenInteractDot) == 0x00013C, "Member 'USBZBaseInteractableComponent::MinScreenInteractDot' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, PendingOnScreenDelay) == 0x000140, "Member 'USBZBaseInteractableComponent::PendingOnScreenDelay' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, GameplayEffectsOnInteract) == 0x000148, "Member 'USBZBaseInteractableComponent::GameplayEffectsOnInteract' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, AlternativeModeData) == 0x000158, "Member 'USBZBaseInteractableComponent::AlternativeModeData' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, OnStart2DAudioEvent) == 0x000168, "Member 'USBZBaseInteractableComponent::OnStart2DAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, OnStart3DAudioEvent) == 0x000170, "Member 'USBZBaseInteractableComponent::OnStart3DAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, OnFinish2DAudioEvent) == 0x000178, "Member 'USBZBaseInteractableComponent::OnFinish2DAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, OnFinish3DAudioEvent) == 0x000180, "Member 'USBZBaseInteractableComponent::OnFinish3DAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, OnCancel2DAudioEvent) == 0x000188, "Member 'USBZBaseInteractableComponent::OnCancel2DAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, OnCancel3DAudioEvent) == 0x000190, "Member 'USBZBaseInteractableComponent::OnCancel3DAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, StartComment) == 0x000198, "Member 'USBZBaseInteractableComponent::StartComment' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, CompletedComment) == 0x0001A0, "Member 'USBZBaseInteractableComponent::CompletedComment' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, CancelComment) == 0x0001A8, "Member 'USBZBaseInteractableComponent::CancelComment' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, LastInteractor) == 0x0001B0, "Member 'USBZBaseInteractableComponent::LastInteractor' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, ModeIndex) == 0x0001B8, "Member 'USBZBaseInteractableComponent::ModeIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, AnimationName) == 0x0001BC, "Member 'USBZBaseInteractableComponent::AnimationName' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, AnimatedInteractionData) == 0x0001C8, "Member 'USBZBaseInteractableComponent::AnimatedInteractionData' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInteractableComponent, bIsScramblerAffected) == 0x0001D0, "Member 'USBZBaseInteractableComponent::bIsScramblerAffected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractableComponent_Multicast_SetInteractionEnabled \ +static_assert(alignof(SBZInteractableComponent_Multicast_SetInteractionEnabled) == 0x000001, "Wrong alignment on SBZInteractableComponent_Multicast_SetInteractionEnabled"); \ +static_assert(sizeof(SBZInteractableComponent_Multicast_SetInteractionEnabled) == 0x000001, "Wrong size on SBZInteractableComponent_Multicast_SetInteractionEnabled"); \ +static_assert(offsetof(SBZInteractableComponent_Multicast_SetInteractionEnabled, bEnabled) == 0x000000, "Member 'SBZInteractableComponent_Multicast_SetInteractionEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractableComponent_OnRep_InteractionEnabled \ +static_assert(alignof(SBZInteractableComponent_OnRep_InteractionEnabled) == 0x000001, "Wrong alignment on SBZInteractableComponent_OnRep_InteractionEnabled"); \ +static_assert(sizeof(SBZInteractableComponent_OnRep_InteractionEnabled) == 0x000001, "Wrong size on SBZInteractableComponent_OnRep_InteractionEnabled"); \ +static_assert(offsetof(SBZInteractableComponent_OnRep_InteractionEnabled, bOldInteractionEnabled) == 0x000000, "Member 'SBZInteractableComponent_OnRep_InteractionEnabled::bOldInteractionEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractableComponent_OnSharedKeyItemTagChanged \ +static_assert(alignof(SBZInteractableComponent_OnSharedKeyItemTagChanged) == 0x000008, "Wrong alignment on SBZInteractableComponent_OnSharedKeyItemTagChanged"); \ +static_assert(sizeof(SBZInteractableComponent_OnSharedKeyItemTagChanged) == 0x000018, "Wrong size on SBZInteractableComponent_OnSharedKeyItemTagChanged"); \ +static_assert(offsetof(SBZInteractableComponent_OnSharedKeyItemTagChanged, SharedKeyItemTagChangedEventData) == 0x000000, "Member 'SBZInteractableComponent_OnSharedKeyItemTagChanged::SharedKeyItemTagChangedEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractableComponent_Play3DSound \ +static_assert(alignof(SBZInteractableComponent_Play3DSound) == 0x000008, "Wrong alignment on SBZInteractableComponent_Play3DSound"); \ +static_assert(sizeof(SBZInteractableComponent_Play3DSound) == 0x000008, "Wrong size on SBZInteractableComponent_Play3DSound"); \ +static_assert(offsetof(SBZInteractableComponent_Play3DSound, AudioEvent) == 0x000000, "Member 'SBZInteractableComponent_Play3DSound::AudioEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractableComponent_SetInteractionEnabled \ +static_assert(alignof(SBZInteractableComponent_SetInteractionEnabled) == 0x000001, "Wrong alignment on SBZInteractableComponent_SetInteractionEnabled"); \ +static_assert(sizeof(SBZInteractableComponent_SetInteractionEnabled) == 0x000001, "Wrong size on SBZInteractableComponent_SetInteractionEnabled"); \ +static_assert(offsetof(SBZInteractableComponent_SetInteractionEnabled, bEnabled) == 0x000000, "Member 'SBZInteractableComponent_SetInteractionEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractableComponent_SetLocalEnabled \ +static_assert(alignof(SBZInteractableComponent_SetLocalEnabled) == 0x000001, "Wrong alignment on SBZInteractableComponent_SetLocalEnabled"); \ +static_assert(sizeof(SBZInteractableComponent_SetLocalEnabled) == 0x000001, "Wrong size on SBZInteractableComponent_SetLocalEnabled"); \ +static_assert(offsetof(SBZInteractableComponent_SetLocalEnabled, bEnabled) == 0x000000, "Member 'SBZInteractableComponent_SetLocalEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractableComponent_Stop3DSound \ +static_assert(alignof(SBZInteractableComponent_Stop3DSound) == 0x000008, "Wrong alignment on SBZInteractableComponent_Stop3DSound"); \ +static_assert(sizeof(SBZInteractableComponent_Stop3DSound) == 0x000008, "Wrong size on SBZInteractableComponent_Stop3DSound"); \ +static_assert(offsetof(SBZInteractableComponent_Stop3DSound, AudioEvent) == 0x000000, "Member 'SBZInteractableComponent_Stop3DSound::AudioEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZInteractableComponent \ +static_assert(alignof(USBZInteractableComponent) == 0x000008, "Wrong alignment on USBZInteractableComponent"); \ +static_assert(sizeof(USBZInteractableComponent) == 0x000360, "Wrong size on USBZInteractableComponent"); \ +static_assert(offsetof(USBZInteractableComponent, OnStartInteraction) == 0x0001E0, "Member 'USBZInteractableComponent::OnStartInteraction' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractableComponent, OnServerStartInteraction) == 0x0001F0, "Member 'USBZInteractableComponent::OnServerStartInteraction' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractableComponent, OnEndInteraction) == 0x000200, "Member 'USBZInteractableComponent::OnEndInteraction' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractableComponent, OnServerEndInteraction) == 0x000210, "Member 'USBZInteractableComponent::OnServerEndInteraction' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractableComponent, OnPredictedEndInteraction) == 0x000220, "Member 'USBZInteractableComponent::OnPredictedEndInteraction' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractableComponent, OnPredictedAbortInteraction) == 0x000230, "Member 'USBZInteractableComponent::OnPredictedAbortInteraction' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractableComponent, OnAckCompleteInteraction) == 0x000240, "Member 'USBZInteractableComponent::OnAckCompleteInteraction' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractableComponent, OnServerCompleteInteraction) == 0x000250, "Member 'USBZInteractableComponent::OnServerCompleteInteraction' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractableComponent, OnAckRejectedPredictedInteraction) == 0x000260, "Member 'USBZInteractableComponent::OnAckRejectedPredictedInteraction' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractableComponent, OnAckAbortInteraction) == 0x000270, "Member 'USBZInteractableComponent::OnAckAbortInteraction' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractableComponent, OnServerAbortInteraction) == 0x000280, "Member 'USBZInteractableComponent::OnServerAbortInteraction' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractableComponent, OnInteractionEnabledStateChange) == 0x000290, "Member 'USBZInteractableComponent::OnInteractionEnabledStateChange' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractableComponent, LoopingAkComponent) == 0x0002C8, "Member 'USBZInteractableComponent::LoopingAkComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractableComponent, GameplayInteractionQuery) == 0x0002D0, "Member 'USBZInteractableComponent::GameplayInteractionQuery' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractableComponent, SharedKeyItemQuery) == 0x0002D8, "Member 'USBZInteractableComponent::SharedKeyItemQuery' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractableComponent, Interactors) == 0x0002E0, "Member 'USBZInteractableComponent::Interactors' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractableComponent, PredictedInteractor) == 0x0002F0, "Member 'USBZInteractableComponent::PredictedInteractor' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractableComponent, PredictionTimeoutSeconds) == 0x0002F8, "Member 'USBZInteractableComponent::PredictionTimeoutSeconds' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractableComponent, NextCancelAudioData) == 0x000308, "Member 'USBZInteractableComponent::NextCancelAudioData' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractableComponent, LocalizedAnimatedInteractionDatas) == 0x000328, "Member 'USBZInteractableComponent::LocalizedAnimatedInteractionDatas' has a wrong offset!"); \ +static_assert(offsetof(USBZInteractableComponent, SharedKeyItemTags) == 0x000340, "Member 'USBZInteractableComponent::SharedKeyItemTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZConsumableInteractableComponent \ +static_assert(alignof(USBZConsumableInteractableComponent) == 0x000008, "Wrong alignment on USBZConsumableInteractableComponent"); \ +static_assert(sizeof(USBZConsumableInteractableComponent) == 0x000550, "Wrong size on USBZConsumableInteractableComponent"); \ +static_assert(offsetof(USBZConsumableInteractableComponent, ModeArray) == 0x000360, "Member 'USBZConsumableInteractableComponent::ModeArray' has a wrong offset!"); \ +static_assert(offsetof(USBZConsumableInteractableComponent, ModeDataArray) == 0x000370, "Member 'USBZConsumableInteractableComponent::ModeDataArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIActionData_LookAndComment \ +static_assert(alignof(USBZAIActionData_LookAndComment) == 0x000008, "Wrong alignment on USBZAIActionData_LookAndComment"); \ +static_assert(sizeof(USBZAIActionData_LookAndComment) == 0x000058, "Wrong size on USBZAIActionData_LookAndComment"); \ +static_assert(offsetof(USBZAIActionData_LookAndComment, LookAtLocation) == 0x000040, "Member 'USBZAIActionData_LookAndComment::LookAtLocation' has a wrong offset!"); \ +static_assert(offsetof(USBZAIActionData_LookAndComment, VoiceComment) == 0x000050, "Member 'USBZAIActionData_LookAndComment::VoiceComment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_Agility \ +static_assert(alignof(USBZAIOrder_Agility) == 0x000008, "Wrong alignment on USBZAIOrder_Agility"); \ +static_assert(sizeof(USBZAIOrder_Agility) == 0x000150, "Wrong size on USBZAIOrder_Agility"); \ +static_assert(offsetof(USBZAIOrder_Agility, AgilityNavLink) == 0x000130, "Member 'USBZAIOrder_Agility::AgilityNavLink' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_Agility, AgilityNavLinkInterface) == 0x000138, "Member 'USBZAIOrder_Agility::AgilityNavLinkInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIAction_LookAndComment \ +static_assert(alignof(USBZAIAction_LookAndComment) == 0x000008, "Wrong alignment on USBZAIAction_LookAndComment"); \ +static_assert(sizeof(USBZAIAction_LookAndComment) == 0x0000E8, "Wrong size on USBZAIAction_LookAndComment"); \ + +#define DUMPER7_ASSERTS_USBZAIAction_OrderSetTarget \ +static_assert(alignof(USBZAIAction_OrderSetTarget) == 0x000008, "Wrong alignment on USBZAIAction_OrderSetTarget"); \ +static_assert(sizeof(USBZAIAction_OrderSetTarget) == 0x0000F0, "Wrong size on USBZAIAction_OrderSetTarget"); \ + +#define DUMPER7_ASSERTS_SBZAIOrder_FollowTarget_OnOwnerInteracted \ +static_assert(alignof(SBZAIOrder_FollowTarget_OnOwnerInteracted) == 0x000008, "Wrong alignment on SBZAIOrder_FollowTarget_OnOwnerInteracted"); \ +static_assert(sizeof(SBZAIOrder_FollowTarget_OnOwnerInteracted) == 0x000018, "Wrong size on SBZAIOrder_FollowTarget_OnOwnerInteracted"); \ +static_assert(offsetof(SBZAIOrder_FollowTarget_OnOwnerInteracted, Interactable) == 0x000000, "Member 'SBZAIOrder_FollowTarget_OnOwnerInteracted::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZAIOrder_FollowTarget_OnOwnerInteracted, Interactor) == 0x000008, "Member 'SBZAIOrder_FollowTarget_OnOwnerInteracted::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZAIOrder_FollowTarget_OnOwnerInteracted, bInIsLocallyControlled) == 0x000010, "Member 'SBZAIOrder_FollowTarget_OnOwnerInteracted::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIOrder_FollowTarget_OnOwnerOrderPushed \ +static_assert(alignof(SBZAIOrder_FollowTarget_OnOwnerOrderPushed) == 0x000008, "Wrong alignment on SBZAIOrder_FollowTarget_OnOwnerOrderPushed"); \ +static_assert(sizeof(SBZAIOrder_FollowTarget_OnOwnerOrderPushed) == 0x000010, "Wrong size on SBZAIOrder_FollowTarget_OnOwnerOrderPushed"); \ +static_assert(offsetof(SBZAIOrder_FollowTarget_OnOwnerOrderPushed, AIController) == 0x000000, "Member 'SBZAIOrder_FollowTarget_OnOwnerOrderPushed::AIController' has a wrong offset!"); \ +static_assert(offsetof(SBZAIOrder_FollowTarget_OnOwnerOrderPushed, AIOrder) == 0x000008, "Member 'SBZAIOrder_FollowTarget_OnOwnerOrderPushed::AIOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_FollowTarget \ +static_assert(alignof(USBZAIOrder_FollowTarget) == 0x000008, "Wrong alignment on USBZAIOrder_FollowTarget"); \ +static_assert(sizeof(USBZAIOrder_FollowTarget) == 0x000138, "Wrong size on USBZAIOrder_FollowTarget"); \ + +#define DUMPER7_ASSERTS_USBZAIActionData_Patrol \ +static_assert(alignof(USBZAIActionData_Patrol) == 0x000008, "Wrong alignment on USBZAIActionData_Patrol"); \ +static_assert(sizeof(USBZAIActionData_Patrol) == 0x000048, "Wrong size on USBZAIActionData_Patrol"); \ +static_assert(offsetof(USBZAIActionData_Patrol, PatrolPoint) == 0x000040, "Member 'USBZAIActionData_Patrol::PatrolPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZControlsReferenceWidget_DisplayActiveControlsReference \ +static_assert(alignof(SBZControlsReferenceWidget_DisplayActiveControlsReference) == 0x000008, "Wrong alignment on SBZControlsReferenceWidget_DisplayActiveControlsReference"); \ +static_assert(sizeof(SBZControlsReferenceWidget_DisplayActiveControlsReference) == 0x000028, "Wrong size on SBZControlsReferenceWidget_DisplayActiveControlsReference"); \ +static_assert(offsetof(SBZControlsReferenceWidget_DisplayActiveControlsReference, InControlsReference) == 0x000000, "Member 'SBZControlsReferenceWidget_DisplayActiveControlsReference::InControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZControlsReferenceWidget_DisplayControlsReference \ +static_assert(alignof(SBZControlsReferenceWidget_DisplayControlsReference) == 0x000008, "Wrong alignment on SBZControlsReferenceWidget_DisplayControlsReference"); \ +static_assert(sizeof(SBZControlsReferenceWidget_DisplayControlsReference) == 0x000028, "Wrong size on SBZControlsReferenceWidget_DisplayControlsReference"); \ +static_assert(offsetof(SBZControlsReferenceWidget_DisplayControlsReference, InControlsReference) == 0x000000, "Member 'SBZControlsReferenceWidget_DisplayControlsReference::InControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZControlsReferenceWidget_NativeDisplayControlsReference \ +static_assert(alignof(SBZControlsReferenceWidget_NativeDisplayControlsReference) == 0x000008, "Wrong alignment on SBZControlsReferenceWidget_NativeDisplayControlsReference"); \ +static_assert(sizeof(SBZControlsReferenceWidget_NativeDisplayControlsReference) == 0x000028, "Wrong size on SBZControlsReferenceWidget_NativeDisplayControlsReference"); \ +static_assert(offsetof(SBZControlsReferenceWidget_NativeDisplayControlsReference, InControlsReference) == 0x000000, "Member 'SBZControlsReferenceWidget_NativeDisplayControlsReference::InControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZControlsReferenceWidget \ +static_assert(alignof(USBZControlsReferenceWidget) == 0x000008, "Wrong alignment on USBZControlsReferenceWidget"); \ +static_assert(sizeof(USBZControlsReferenceWidget) == 0x0002C0, "Wrong size on USBZControlsReferenceWidget"); \ +static_assert(offsetof(USBZControlsReferenceWidget, MaxActionsDisplayed) == 0x000290, "Member 'USBZControlsReferenceWidget::MaxActionsDisplayed' has a wrong offset!"); \ +static_assert(offsetof(USBZControlsReferenceWidget, ControlsReferenceActionWidgetClass) == 0x000298, "Member 'USBZControlsReferenceWidget::ControlsReferenceActionWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZControlsReferenceWidget, ControlsReferenceAxisWidgetClass) == 0x0002A0, "Member 'USBZControlsReferenceWidget::ControlsReferenceAxisWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZControlsReferenceWidget, Panel_ActionLists) == 0x0002A8, "Member 'USBZControlsReferenceWidget::Panel_ActionLists' has a wrong offset!"); \ +static_assert(offsetof(USBZControlsReferenceWidget, Panel_AxisLists) == 0x0002B0, "Member 'USBZControlsReferenceWidget::Panel_AxisLists' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIAction_Patrol \ +static_assert(alignof(USBZAIAction_Patrol) == 0x000008, "Wrong alignment on USBZAIAction_Patrol"); \ +static_assert(sizeof(USBZAIAction_Patrol) == 0x0000E8, "Wrong size on USBZAIAction_Patrol"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_BrokenCamera \ +static_assert(alignof(USBZAIOrder_BrokenCamera) == 0x000008, "Wrong alignment on USBZAIOrder_BrokenCamera"); \ +static_assert(sizeof(USBZAIOrder_BrokenCamera) == 0x000140, "Wrong size on USBZAIOrder_BrokenCamera"); \ +static_assert(offsetof(USBZAIOrder_BrokenCamera, ProjectExtent) == 0x000130, "Member 'USBZAIOrder_BrokenCamera::ProjectExtent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIAction_PlayVoiceComment \ +static_assert(alignof(USBZAIAction_PlayVoiceComment) == 0x000008, "Wrong alignment on USBZAIAction_PlayVoiceComment"); \ +static_assert(sizeof(USBZAIAction_PlayVoiceComment) == 0x0000E8, "Wrong size on USBZAIAction_PlayVoiceComment"); \ +static_assert(offsetof(USBZAIAction_PlayVoiceComment, VoiceComment) == 0x0000D8, "Member 'USBZAIAction_PlayVoiceComment::VoiceComment' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAction_PlayVoiceComment, VoicePriority) == 0x0000E0, "Member 'USBZAIAction_PlayVoiceComment::VoicePriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCosmeticSlotButton_CosmeticPartSlotChanged \ +static_assert(alignof(SBZMainMenuCosmeticSlotButton_CosmeticPartSlotChanged) == 0x000008, "Wrong alignment on SBZMainMenuCosmeticSlotButton_CosmeticPartSlotChanged"); \ +static_assert(sizeof(SBZMainMenuCosmeticSlotButton_CosmeticPartSlotChanged) == 0x000008, "Wrong size on SBZMainMenuCosmeticSlotButton_CosmeticPartSlotChanged"); \ +static_assert(offsetof(SBZMainMenuCosmeticSlotButton_CosmeticPartSlotChanged, InCosmeticPartSlot) == 0x000000, "Member 'SBZMainMenuCosmeticSlotButton_CosmeticPartSlotChanged::InCosmeticPartSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCosmeticSlotButton_InitializeButton \ +static_assert(alignof(SBZMainMenuCosmeticSlotButton_InitializeButton) == 0x000008, "Wrong alignment on SBZMainMenuCosmeticSlotButton_InitializeButton"); \ +static_assert(sizeof(SBZMainMenuCosmeticSlotButton_InitializeButton) == 0x000010, "Wrong size on SBZMainMenuCosmeticSlotButton_InitializeButton"); \ +static_assert(offsetof(SBZMainMenuCosmeticSlotButton_InitializeButton, InCosmeticPartSlot) == 0x000000, "Member 'SBZMainMenuCosmeticSlotButton_InitializeButton::InCosmeticPartSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuCosmeticSlotButton_InitializeButton, InItemBaseData) == 0x000008, "Member 'SBZMainMenuCosmeticSlotButton_InitializeButton::InItemBaseData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCosmeticSlotButton_ItemInSlotChanged \ +static_assert(alignof(SBZMainMenuCosmeticSlotButton_ItemInSlotChanged) == 0x000008, "Wrong alignment on SBZMainMenuCosmeticSlotButton_ItemInSlotChanged"); \ +static_assert(sizeof(SBZMainMenuCosmeticSlotButton_ItemInSlotChanged) == 0x000008, "Wrong size on SBZMainMenuCosmeticSlotButton_ItemInSlotChanged"); \ +static_assert(offsetof(SBZMainMenuCosmeticSlotButton_ItemInSlotChanged, InItemBaseData) == 0x000000, "Member 'SBZMainMenuCosmeticSlotButton_ItemInSlotChanged::InItemBaseData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCosmeticSlotButton_SetCosmeticPartSlot \ +static_assert(alignof(SBZMainMenuCosmeticSlotButton_SetCosmeticPartSlot) == 0x000008, "Wrong alignment on SBZMainMenuCosmeticSlotButton_SetCosmeticPartSlot"); \ +static_assert(sizeof(SBZMainMenuCosmeticSlotButton_SetCosmeticPartSlot) == 0x000008, "Wrong size on SBZMainMenuCosmeticSlotButton_SetCosmeticPartSlot"); \ +static_assert(offsetof(SBZMainMenuCosmeticSlotButton_SetCosmeticPartSlot, InCosmeticPartSlot) == 0x000000, "Member 'SBZMainMenuCosmeticSlotButton_SetCosmeticPartSlot::InCosmeticPartSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCosmeticSlotButton_SetItemInSlot \ +static_assert(alignof(SBZMainMenuCosmeticSlotButton_SetItemInSlot) == 0x000008, "Wrong alignment on SBZMainMenuCosmeticSlotButton_SetItemInSlot"); \ +static_assert(sizeof(SBZMainMenuCosmeticSlotButton_SetItemInSlot) == 0x000008, "Wrong size on SBZMainMenuCosmeticSlotButton_SetItemInSlot"); \ +static_assert(offsetof(SBZMainMenuCosmeticSlotButton_SetItemInSlot, InItemBaseData) == 0x000000, "Member 'SBZMainMenuCosmeticSlotButton_SetItemInSlot::InItemBaseData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuCosmeticSlotButton \ +static_assert(alignof(USBZMainMenuCosmeticSlotButton) == 0x000008, "Wrong alignment on USBZMainMenuCosmeticSlotButton"); \ +static_assert(sizeof(USBZMainMenuCosmeticSlotButton) == 0x000380, "Wrong size on USBZMainMenuCosmeticSlotButton"); \ +static_assert(offsetof(USBZMainMenuCosmeticSlotButton, PartSlot) == 0x000370, "Member 'USBZMainMenuCosmeticSlotButton::PartSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCosmeticSlotButton, ItemInSlot) == 0x000378, "Member 'USBZMainMenuCosmeticSlotButton::ItemInSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIActionData_Revive \ +static_assert(alignof(USBZAIActionData_Revive) == 0x000008, "Wrong alignment on USBZAIActionData_Revive"); \ +static_assert(sizeof(USBZAIActionData_Revive) == 0x000048, "Wrong size on USBZAIActionData_Revive"); \ +static_assert(offsetof(USBZAIActionData_Revive, Target) == 0x000040, "Member 'USBZAIActionData_Revive::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModuleActor_BP_OnStateChanged \ +static_assert(alignof(SBZModuleActor_BP_OnStateChanged) == 0x000001, "Wrong alignment on SBZModuleActor_BP_OnStateChanged"); \ +static_assert(sizeof(SBZModuleActor_BP_OnStateChanged) == 0x000002, "Wrong size on SBZModuleActor_BP_OnStateChanged"); \ +static_assert(offsetof(SBZModuleActor_BP_OnStateChanged, NewState) == 0x000000, "Member 'SBZModuleActor_BP_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(SBZModuleActor_BP_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'SBZModuleActor_BP_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModuleActor_Multicast_SetState \ +static_assert(alignof(SBZModuleActor_Multicast_SetState) == 0x000001, "Wrong alignment on SBZModuleActor_Multicast_SetState"); \ +static_assert(sizeof(SBZModuleActor_Multicast_SetState) == 0x000001, "Wrong size on SBZModuleActor_Multicast_SetState"); \ +static_assert(offsetof(SBZModuleActor_Multicast_SetState, NewState) == 0x000000, "Member 'SBZModuleActor_Multicast_SetState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModuleActor_OnServerCuttingComplete \ +static_assert(alignof(SBZModuleActor_OnServerCuttingComplete) == 0x000008, "Wrong alignment on SBZModuleActor_OnServerCuttingComplete"); \ +static_assert(sizeof(SBZModuleActor_OnServerCuttingComplete) == 0x000008, "Wrong size on SBZModuleActor_OnServerCuttingComplete"); \ +static_assert(offsetof(SBZModuleActor_OnServerCuttingComplete, CuttableActor) == 0x000000, "Member 'SBZModuleActor_OnServerCuttingComplete::CuttableActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModuleActor_OnServerHackingStateChanged \ +static_assert(alignof(SBZModuleActor_OnServerHackingStateChanged) == 0x000001, "Wrong alignment on SBZModuleActor_OnServerHackingStateChanged"); \ +static_assert(sizeof(SBZModuleActor_OnServerHackingStateChanged) == 0x000001, "Wrong size on SBZModuleActor_OnServerHackingStateChanged"); \ +static_assert(offsetof(SBZModuleActor_OnServerHackingStateChanged, NewState) == 0x000000, "Member 'SBZModuleActor_OnServerHackingStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModuleActor_SetEnabled \ +static_assert(alignof(SBZModuleActor_SetEnabled) == 0x000001, "Wrong alignment on SBZModuleActor_SetEnabled"); \ +static_assert(sizeof(SBZModuleActor_SetEnabled) == 0x000001, "Wrong size on SBZModuleActor_SetEnabled"); \ +static_assert(offsetof(SBZModuleActor_SetEnabled, bInEnabled) == 0x000000, "Member 'SBZModuleActor_SetEnabled::bInEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZModuleActor \ +static_assert(alignof(ASBZModuleActor) == 0x000008, "Wrong alignment on ASBZModuleActor"); \ +static_assert(sizeof(ASBZModuleActor) == 0x000308, "Wrong size on ASBZModuleActor"); \ +static_assert(offsetof(ASBZModuleActor, OnStateChangedDelegate) == 0x0002A8, "Member 'ASBZModuleActor::OnStateChangedDelegate' has a wrong offset!"); \ +static_assert(offsetof(ASBZModuleActor, HackingModules) == 0x0002B8, "Member 'ASBZModuleActor::HackingModules' has a wrong offset!"); \ +static_assert(offsetof(ASBZModuleActor, CuttingModules) == 0x0002C8, "Member 'ASBZModuleActor::CuttingModules' has a wrong offset!"); \ +static_assert(offsetof(ASBZModuleActor, bMustHackAllModules) == 0x0002D8, "Member 'ASBZModuleActor::bMustHackAllModules' has a wrong offset!"); \ +static_assert(offsetof(ASBZModuleActor, bMustCutAllModules) == 0x0002D9, "Member 'ASBZModuleActor::bMustCutAllModules' has a wrong offset!"); \ +static_assert(offsetof(ASBZModuleActor, DefaultCuttingModule) == 0x0002E0, "Member 'ASBZModuleActor::DefaultCuttingModule' has a wrong offset!"); \ +static_assert(offsetof(ASBZModuleActor, DefaultHackingModule) == 0x0002E8, "Member 'ASBZModuleActor::DefaultHackingModule' has a wrong offset!"); \ +static_assert(offsetof(ASBZModuleActor, ConnectedGate) == 0x0002F0, "Member 'ASBZModuleActor::ConnectedGate' has a wrong offset!"); \ +static_assert(offsetof(ASBZModuleActor, CurrentState) == 0x0002F8, "Member 'ASBZModuleActor::CurrentState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZKeypadBase_BP_HandleLanternOverlapBegin \ +static_assert(alignof(SBZKeypadBase_BP_HandleLanternOverlapBegin) == 0x000010, "Wrong alignment on SBZKeypadBase_BP_HandleLanternOverlapBegin"); \ +static_assert(sizeof(SBZKeypadBase_BP_HandleLanternOverlapBegin) == 0x000060, "Wrong size on SBZKeypadBase_BP_HandleLanternOverlapBegin"); \ +static_assert(offsetof(SBZKeypadBase_BP_HandleLanternOverlapBegin, PlayerAttachedActors) == 0x000000, "Member 'SBZKeypadBase_BP_HandleLanternOverlapBegin::PlayerAttachedActors' has a wrong offset!"); \ +static_assert(offsetof(SBZKeypadBase_BP_HandleLanternOverlapBegin, PlayerMesh) == 0x000010, "Member 'SBZKeypadBase_BP_HandleLanternOverlapBegin::PlayerMesh' has a wrong offset!"); \ +static_assert(offsetof(SBZKeypadBase_BP_HandleLanternOverlapBegin, SocketToAttach) == 0x000018, "Member 'SBZKeypadBase_BP_HandleLanternOverlapBegin::SocketToAttach' has a wrong offset!"); \ +static_assert(offsetof(SBZKeypadBase_BP_HandleLanternOverlapBegin, SpawnTransform) == 0x000030, "Member 'SBZKeypadBase_BP_HandleLanternOverlapBegin::SpawnTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZKeypadBase_BP_HandleLanternOverlapEnd \ +static_assert(alignof(SBZKeypadBase_BP_HandleLanternOverlapEnd) == 0x000008, "Wrong alignment on SBZKeypadBase_BP_HandleLanternOverlapEnd"); \ +static_assert(sizeof(SBZKeypadBase_BP_HandleLanternOverlapEnd) == 0x000010, "Wrong size on SBZKeypadBase_BP_HandleLanternOverlapEnd"); \ +static_assert(offsetof(SBZKeypadBase_BP_HandleLanternOverlapEnd, PlayerAttachedActors) == 0x000000, "Member 'SBZKeypadBase_BP_HandleLanternOverlapEnd::PlayerAttachedActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZKeypadBase_BP_OnGuessedCodeChanged \ +static_assert(alignof(SBZKeypadBase_BP_OnGuessedCodeChanged) == 0x000008, "Wrong alignment on SBZKeypadBase_BP_OnGuessedCodeChanged"); \ +static_assert(sizeof(SBZKeypadBase_BP_OnGuessedCodeChanged) == 0x000018, "Wrong size on SBZKeypadBase_BP_OnGuessedCodeChanged"); \ +static_assert(offsetof(SBZKeypadBase_BP_OnGuessedCodeChanged, GuessedCodeText) == 0x000000, "Member 'SBZKeypadBase_BP_OnGuessedCodeChanged::GuessedCodeText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZKeypadBase_BP_OnKeypadFocusChanged \ +static_assert(alignof(SBZKeypadBase_BP_OnKeypadFocusChanged) == 0x000004, "Wrong alignment on SBZKeypadBase_BP_OnKeypadFocusChanged"); \ +static_assert(sizeof(SBZKeypadBase_BP_OnKeypadFocusChanged) == 0x000008, "Wrong size on SBZKeypadBase_BP_OnKeypadFocusChanged"); \ +static_assert(offsetof(SBZKeypadBase_BP_OnKeypadFocusChanged, KeyIndex) == 0x000000, "Member 'SBZKeypadBase_BP_OnKeypadFocusChanged::KeyIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZKeypadBase_BP_OnKeypadFocusChanged, bInNewState) == 0x000004, "Member 'SBZKeypadBase_BP_OnKeypadFocusChanged::bInNewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZKeypadBase_BP_OnKeypadPressed \ +static_assert(alignof(SBZKeypadBase_BP_OnKeypadPressed) == 0x000004, "Wrong alignment on SBZKeypadBase_BP_OnKeypadPressed"); \ +static_assert(sizeof(SBZKeypadBase_BP_OnKeypadPressed) == 0x000004, "Wrong size on SBZKeypadBase_BP_OnKeypadPressed"); \ +static_assert(offsetof(SBZKeypadBase_BP_OnKeypadPressed, KeyIndexPressed) == 0x000000, "Member 'SBZKeypadBase_BP_OnKeypadPressed::KeyIndexPressed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZKeypadBase_BP_UpdateHighlights \ +static_assert(alignof(SBZKeypadBase_BP_UpdateHighlights) == 0x000008, "Wrong alignment on SBZKeypadBase_BP_UpdateHighlights"); \ +static_assert(sizeof(SBZKeypadBase_BP_UpdateHighlights) == 0x000010, "Wrong size on SBZKeypadBase_BP_UpdateHighlights"); \ +static_assert(offsetof(SBZKeypadBase_BP_UpdateHighlights, GeneratedCode) == 0x000000, "Member 'SBZKeypadBase_BP_UpdateHighlights::GeneratedCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZKeypadBase_OnFocusChanged \ +static_assert(alignof(SBZKeypadBase_OnFocusChanged) == 0x000008, "Wrong alignment on SBZKeypadBase_OnFocusChanged"); \ +static_assert(sizeof(SBZKeypadBase_OnFocusChanged) == 0x000010, "Wrong size on SBZKeypadBase_OnFocusChanged"); \ +static_assert(offsetof(SBZKeypadBase_OnFocusChanged, InteractableComp) == 0x000000, "Member 'SBZKeypadBase_OnFocusChanged::InteractableComp' has a wrong offset!"); \ +static_assert(offsetof(SBZKeypadBase_OnFocusChanged, bInNewState) == 0x000008, "Member 'SBZKeypadBase_OnFocusChanged::bInNewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZKeypadBase_OnKeypadPressed \ +static_assert(alignof(SBZKeypadBase_OnKeypadPressed) == 0x000008, "Wrong alignment on SBZKeypadBase_OnKeypadPressed"); \ +static_assert(sizeof(SBZKeypadBase_OnKeypadPressed) == 0x000018, "Wrong size on SBZKeypadBase_OnKeypadPressed"); \ +static_assert(offsetof(SBZKeypadBase_OnKeypadPressed, InteractableComp) == 0x000000, "Member 'SBZKeypadBase_OnKeypadPressed::InteractableComp' has a wrong offset!"); \ +static_assert(offsetof(SBZKeypadBase_OnKeypadPressed, Interactor) == 0x000008, "Member 'SBZKeypadBase_OnKeypadPressed::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZKeypadBase_OnKeypadPressed, bIsLocallyControlled) == 0x000010, "Member 'SBZKeypadBase_OnKeypadPressed::bIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZKeypadBase_OnLanternCapsuleBeginOverlap \ +static_assert(alignof(SBZKeypadBase_OnLanternCapsuleBeginOverlap) == 0x000008, "Wrong alignment on SBZKeypadBase_OnLanternCapsuleBeginOverlap"); \ +static_assert(sizeof(SBZKeypadBase_OnLanternCapsuleBeginOverlap) == 0x0000B0, "Wrong size on SBZKeypadBase_OnLanternCapsuleBeginOverlap"); \ +static_assert(offsetof(SBZKeypadBase_OnLanternCapsuleBeginOverlap, OverlappedComponent) == 0x000000, "Member 'SBZKeypadBase_OnLanternCapsuleBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZKeypadBase_OnLanternCapsuleBeginOverlap, OtherActor) == 0x000008, "Member 'SBZKeypadBase_OnLanternCapsuleBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZKeypadBase_OnLanternCapsuleBeginOverlap, OtherComp) == 0x000010, "Member 'SBZKeypadBase_OnLanternCapsuleBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZKeypadBase_OnLanternCapsuleBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'SBZKeypadBase_OnLanternCapsuleBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZKeypadBase_OnLanternCapsuleBeginOverlap, bFromSweep) == 0x00001C, "Member 'SBZKeypadBase_OnLanternCapsuleBeginOverlap::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(SBZKeypadBase_OnLanternCapsuleBeginOverlap, SweepResult) == 0x000020, "Member 'SBZKeypadBase_OnLanternCapsuleBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZKeypadBase_OnLanternCapsuleEndOverlap \ +static_assert(alignof(SBZKeypadBase_OnLanternCapsuleEndOverlap) == 0x000008, "Wrong alignment on SBZKeypadBase_OnLanternCapsuleEndOverlap"); \ +static_assert(sizeof(SBZKeypadBase_OnLanternCapsuleEndOverlap) == 0x000020, "Wrong size on SBZKeypadBase_OnLanternCapsuleEndOverlap"); \ +static_assert(offsetof(SBZKeypadBase_OnLanternCapsuleEndOverlap, OverlappedComponent) == 0x000000, "Member 'SBZKeypadBase_OnLanternCapsuleEndOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZKeypadBase_OnLanternCapsuleEndOverlap, OtherActor) == 0x000008, "Member 'SBZKeypadBase_OnLanternCapsuleEndOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZKeypadBase_OnLanternCapsuleEndOverlap, OtherComp) == 0x000010, "Member 'SBZKeypadBase_OnLanternCapsuleEndOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZKeypadBase_OnLanternCapsuleEndOverlap, OtherBodyIndex) == 0x000018, "Member 'SBZKeypadBase_OnLanternCapsuleEndOverlap::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZKeypadBase_SetInteractionEnabled \ +static_assert(alignof(SBZKeypadBase_SetInteractionEnabled) == 0x000001, "Wrong alignment on SBZKeypadBase_SetInteractionEnabled"); \ +static_assert(sizeof(SBZKeypadBase_SetInteractionEnabled) == 0x000001, "Wrong size on SBZKeypadBase_SetInteractionEnabled"); \ +static_assert(offsetof(SBZKeypadBase_SetInteractionEnabled, bEnabled) == 0x000000, "Member 'SBZKeypadBase_SetInteractionEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZKeypadBase \ +static_assert(alignof(ASBZKeypadBase) == 0x000008, "Wrong alignment on ASBZKeypadBase"); \ +static_assert(sizeof(ASBZKeypadBase) == 0x000398, "Wrong size on ASBZKeypadBase"); \ +static_assert(offsetof(ASBZKeypadBase, OnCodeCorrect) == 0x000308, "Member 'ASBZKeypadBase::OnCodeCorrect' has a wrong offset!"); \ +static_assert(offsetof(ASBZKeypadBase, OnCodeIncorrect) == 0x000318, "Member 'ASBZKeypadBase::OnCodeIncorrect' has a wrong offset!"); \ +static_assert(offsetof(ASBZKeypadBase, GuessedCode) == 0x000328, "Member 'ASBZKeypadBase::GuessedCode' has a wrong offset!"); \ +static_assert(offsetof(ASBZKeypadBase, Inputs) == 0x00032C, "Member 'ASBZKeypadBase::Inputs' has a wrong offset!"); \ +static_assert(offsetof(ASBZKeypadBase, KeypadInteractableComponentArray) == 0x000330, "Member 'ASBZKeypadBase::KeypadInteractableComponentArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZKeypadBase, BaseKeypadMesh) == 0x000340, "Member 'ASBZKeypadBase::BaseKeypadMesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZKeypadBase, CodeWidget) == 0x000348, "Member 'ASBZKeypadBase::CodeWidget' has a wrong offset!"); \ +static_assert(offsetof(ASBZKeypadBase, LanternCapsule) == 0x000350, "Member 'ASBZKeypadBase::LanternCapsule' has a wrong offset!"); \ +static_assert(offsetof(ASBZKeypadBase, PossibleCodeViewerSets) == 0x000358, "Member 'ASBZKeypadBase::PossibleCodeViewerSets' has a wrong offset!"); \ +static_assert(offsetof(ASBZKeypadBase, bIsInteractable) == 0x000368, "Member 'ASBZKeypadBase::bIsInteractable' has a wrong offset!"); \ +static_assert(offsetof(ASBZKeypadBase, IncorrectCodeWaitTime) == 0x00036C, "Member 'ASBZKeypadBase::IncorrectCodeWaitTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZKeypadBase, ButtonSoundEvent) == 0x000370, "Member 'ASBZKeypadBase::ButtonSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZKeypadBase, Code) == 0x000378, "Member 'ASBZKeypadBase::Code' has a wrong offset!"); \ +static_assert(offsetof(ASBZKeypadBase, Seed) == 0x00037C, "Member 'ASBZKeypadBase::Seed' has a wrong offset!"); \ +static_assert(offsetof(ASBZKeypadBase, bRandomizeOnBeginPlay) == 0x000380, "Member 'ASBZKeypadBase::bRandomizeOnBeginPlay' has a wrong offset!"); \ +static_assert(offsetof(ASBZKeypadBase, bHasRandomized) == 0x000381, "Member 'ASBZKeypadBase::bHasRandomized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZKeypad \ +static_assert(alignof(ASBZKeypad) == 0x000008, "Wrong alignment on ASBZKeypad"); \ +static_assert(sizeof(ASBZKeypad) == 0x000398, "Wrong size on ASBZKeypad"); \ + +#define DUMPER7_ASSERTS_SBZAIOrder_LifeAction_OnBehaviorCategoryChanged \ +static_assert(alignof(SBZAIOrder_LifeAction_OnBehaviorCategoryChanged) == 0x000001, "Wrong alignment on SBZAIOrder_LifeAction_OnBehaviorCategoryChanged"); \ +static_assert(sizeof(SBZAIOrder_LifeAction_OnBehaviorCategoryChanged) == 0x000002, "Wrong size on SBZAIOrder_LifeAction_OnBehaviorCategoryChanged"); \ +static_assert(offsetof(SBZAIOrder_LifeAction_OnBehaviorCategoryChanged, OldCategory) == 0x000000, "Member 'SBZAIOrder_LifeAction_OnBehaviorCategoryChanged::OldCategory' has a wrong offset!"); \ +static_assert(offsetof(SBZAIOrder_LifeAction_OnBehaviorCategoryChanged, NewCategory) == 0x000001, "Member 'SBZAIOrder_LifeAction_OnBehaviorCategoryChanged::NewCategory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIOrder_LifeAction_OnBlockingSlotFreed \ +static_assert(alignof(SBZAIOrder_LifeAction_OnBlockingSlotFreed) == 0x000008, "Wrong alignment on SBZAIOrder_LifeAction_OnBlockingSlotFreed"); \ +static_assert(sizeof(SBZAIOrder_LifeAction_OnBlockingSlotFreed) == 0x000020, "Wrong size on SBZAIOrder_LifeAction_OnBlockingSlotFreed"); \ +static_assert(offsetof(SBZAIOrder_LifeAction_OnBlockingSlotFreed, Character) == 0x000000, "Member 'SBZAIOrder_LifeAction_OnBlockingSlotFreed::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZAIOrder_LifeAction_OnBlockingSlotFreed, ActionInstance) == 0x000008, "Member 'SBZAIOrder_LifeAction_OnBlockingSlotFreed::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(SBZAIOrder_LifeAction_OnBlockingSlotFreed, ActionSlot) == 0x000010, "Member 'SBZAIOrder_LifeAction_OnBlockingSlotFreed::ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZAIOrder_LifeAction_OnBlockingSlotFreed, Result) == 0x000018, "Member 'SBZAIOrder_LifeAction_OnBlockingSlotFreed::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIOrder_LifeAction_OnCharacterSlotFreed \ +static_assert(alignof(SBZAIOrder_LifeAction_OnCharacterSlotFreed) == 0x000008, "Wrong alignment on SBZAIOrder_LifeAction_OnCharacterSlotFreed"); \ +static_assert(sizeof(SBZAIOrder_LifeAction_OnCharacterSlotFreed) == 0x000020, "Wrong size on SBZAIOrder_LifeAction_OnCharacterSlotFreed"); \ +static_assert(offsetof(SBZAIOrder_LifeAction_OnCharacterSlotFreed, Character) == 0x000000, "Member 'SBZAIOrder_LifeAction_OnCharacterSlotFreed::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZAIOrder_LifeAction_OnCharacterSlotFreed, ActionInstance) == 0x000008, "Member 'SBZAIOrder_LifeAction_OnCharacterSlotFreed::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(SBZAIOrder_LifeAction_OnCharacterSlotFreed, ActionSlot) == 0x000010, "Member 'SBZAIOrder_LifeAction_OnCharacterSlotFreed::ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZAIOrder_LifeAction_OnCharacterSlotFreed, Result) == 0x000018, "Member 'SBZAIOrder_LifeAction_OnCharacterSlotFreed::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_LifeAction \ +static_assert(alignof(USBZAIOrder_LifeAction) == 0x000008, "Wrong alignment on USBZAIOrder_LifeAction"); \ +static_assert(sizeof(USBZAIOrder_LifeAction) == 0x000230, "Wrong size on USBZAIOrder_LifeAction"); \ +static_assert(offsetof(USBZAIOrder_LifeAction, Request) == 0x000130, "Member 'USBZAIOrder_LifeAction::Request' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_LifeAction, CompatibleStances) == 0x000170, "Member 'USBZAIOrder_LifeAction::CompatibleStances' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_LifeAction, AllowedHeistStates) == 0x000174, "Member 'USBZAIOrder_LifeAction::AllowedHeistStates' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_LifeAction, CompleteOrderForResults) == 0x000178, "Member 'USBZAIOrder_LifeAction::CompleteOrderForResults' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_LifeAction, bUseRequestOnlyOnce) == 0x00017C, "Member 'USBZAIOrder_LifeAction::bUseRequestOnlyOnce' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_LifeAction, GrantedTags) == 0x000180, "Member 'USBZAIOrder_LifeAction::GrantedTags' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_LifeAction, bShouldRemovePersistenceAfterLA) == 0x0001A0, "Member 'USBZAIOrder_LifeAction::bShouldRemovePersistenceAfterLA' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_LifeAction, LAComponentSelector) == 0x0001A8, "Member 'USBZAIOrder_LifeAction::LAComponentSelector' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_LifeAction, InstanceSelector) == 0x0001C8, "Member 'USBZAIOrder_LifeAction::InstanceSelector' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_LifeAction, SlotSelector) == 0x0001E8, "Member 'USBZAIOrder_LifeAction::SlotSelector' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_LifeAction, bWaitForEquipped) == 0x000208, "Member 'USBZAIOrder_LifeAction::bWaitForEquipped' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_LifeAction, ReservedSlot) == 0x000210, "Member 'USBZAIOrder_LifeAction::ReservedSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_LifeAction, LifeActionComponent) == 0x000218, "Member 'USBZAIOrder_LifeAction::LifeActionComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_LifeAction, BlockingSlot) == 0x000220, "Member 'USBZAIOrder_LifeAction::BlockingSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIAction_Revive \ +static_assert(alignof(USBZAIAction_Revive) == 0x000008, "Wrong alignment on USBZAIAction_Revive"); \ +static_assert(sizeof(USBZAIAction_Revive) == 0x0000E8, "Wrong size on USBZAIAction_Revive"); \ + +#define DUMPER7_ASSERTS_USBZMaskOnInputAbility \ +static_assert(alignof(USBZMaskOnInputAbility) == 0x000008, "Wrong alignment on USBZMaskOnInputAbility"); \ +static_assert(sizeof(USBZMaskOnInputAbility) == 0x0004E8, "Wrong size on USBZMaskOnInputAbility"); \ +static_assert(offsetof(USBZMaskOnInputAbility, MaskOnDuration) == 0x0004E0, "Member 'USBZMaskOnInputAbility::MaskOnDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCosmeticProp_OnReceiveCPDs \ +static_assert(alignof(SBZCosmeticProp_OnReceiveCPDs) == 0x000008, "Wrong alignment on SBZCosmeticProp_OnReceiveCPDs"); \ +static_assert(sizeof(SBZCosmeticProp_OnReceiveCPDs) == 0x000010, "Wrong size on SBZCosmeticProp_OnReceiveCPDs"); \ +static_assert(offsetof(SBZCosmeticProp_OnReceiveCPDs, CPDs) == 0x000000, "Member 'SBZCosmeticProp_OnReceiveCPDs::CPDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZCosmeticProp \ +static_assert(alignof(ASBZCosmeticProp) == 0x000008, "Wrong alignment on ASBZCosmeticProp"); \ +static_assert(sizeof(ASBZCosmeticProp) == 0x0002C8, "Wrong size on ASBZCosmeticProp"); \ +static_assert(offsetof(ASBZCosmeticProp, MeshArray) == 0x0002B8, "Member 'ASBZCosmeticProp::MeshArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIAction_SecurityRoom_OnHeistStateChanged \ +static_assert(alignof(SBZAIAction_SecurityRoom_OnHeistStateChanged) == 0x000001, "Wrong alignment on SBZAIAction_SecurityRoom_OnHeistStateChanged"); \ +static_assert(sizeof(SBZAIAction_SecurityRoom_OnHeistStateChanged) == 0x000002, "Wrong size on SBZAIAction_SecurityRoom_OnHeistStateChanged"); \ +static_assert(offsetof(SBZAIAction_SecurityRoom_OnHeistStateChanged, OldState) == 0x000000, "Member 'SBZAIAction_SecurityRoom_OnHeistStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZAIAction_SecurityRoom_OnHeistStateChanged, NewState) == 0x000001, "Member 'SBZAIAction_SecurityRoom_OnHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIAction_SecurityRoom_OnSecurityRoomVolumeBeginOverlap \ +static_assert(alignof(SBZAIAction_SecurityRoom_OnSecurityRoomVolumeBeginOverlap) == 0x000008, "Wrong alignment on SBZAIAction_SecurityRoom_OnSecurityRoomVolumeBeginOverlap"); \ +static_assert(sizeof(SBZAIAction_SecurityRoom_OnSecurityRoomVolumeBeginOverlap) == 0x000010, "Wrong size on SBZAIAction_SecurityRoom_OnSecurityRoomVolumeBeginOverlap"); \ +static_assert(offsetof(SBZAIAction_SecurityRoom_OnSecurityRoomVolumeBeginOverlap, OverlappedActor) == 0x000000, "Member 'SBZAIAction_SecurityRoom_OnSecurityRoomVolumeBeginOverlap::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(SBZAIAction_SecurityRoom_OnSecurityRoomVolumeBeginOverlap, OtherActor) == 0x000008, "Member 'SBZAIAction_SecurityRoom_OnSecurityRoomVolumeBeginOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIAction_SecurityRoom \ +static_assert(alignof(USBZAIAction_SecurityRoom) == 0x000008, "Wrong alignment on USBZAIAction_SecurityRoom"); \ +static_assert(sizeof(USBZAIAction_SecurityRoom) == 0x000120, "Wrong size on USBZAIAction_SecurityRoom"); \ +static_assert(offsetof(USBZAIAction_SecurityRoom, bShouldDisableAI) == 0x0000E8, "Member 'USBZAIAction_SecurityRoom::bShouldDisableAI' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAction_SecurityRoom, SecurityRoom) == 0x0000F0, "Member 'USBZAIAction_SecurityRoom::SecurityRoom' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAction_SecurityRoom, OwnerController) == 0x0000F8, "Member 'USBZAIAction_SecurityRoom::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAction_SecurityRoom, SecurityRoomVolume) == 0x000100, "Member 'USBZAIAction_SecurityRoom::SecurityRoomVolume' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAction_SecurityRoom, Gates) == 0x000108, "Member 'USBZAIAction_SecurityRoom::Gates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActorBase_RemoteEventWithActor \ +static_assert(alignof(SBZLevelScriptActorBase_RemoteEventWithActor) == 0x000008, "Wrong alignment on SBZLevelScriptActorBase_RemoteEventWithActor"); \ +static_assert(sizeof(SBZLevelScriptActorBase_RemoteEventWithActor) == 0x000020, "Wrong size on SBZLevelScriptActorBase_RemoteEventWithActor"); \ +static_assert(offsetof(SBZLevelScriptActorBase_RemoteEventWithActor, EventName) == 0x000000, "Member 'SBZLevelScriptActorBase_RemoteEventWithActor::EventName' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActorBase_RemoteEventWithActor, Actor) == 0x000010, "Member 'SBZLevelScriptActorBase_RemoteEventWithActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActorBase_RemoteEventWithActor, ReturnValue) == 0x000018, "Member 'SBZLevelScriptActorBase_RemoteEventWithActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActorBase_RemoteEventWithActorsArray \ +static_assert(alignof(SBZLevelScriptActorBase_RemoteEventWithActorsArray) == 0x000008, "Wrong alignment on SBZLevelScriptActorBase_RemoteEventWithActorsArray"); \ +static_assert(sizeof(SBZLevelScriptActorBase_RemoteEventWithActorsArray) == 0x000028, "Wrong size on SBZLevelScriptActorBase_RemoteEventWithActorsArray"); \ +static_assert(offsetof(SBZLevelScriptActorBase_RemoteEventWithActorsArray, EventName) == 0x000000, "Member 'SBZLevelScriptActorBase_RemoteEventWithActorsArray::EventName' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActorBase_RemoteEventWithActorsArray, Actor) == 0x000010, "Member 'SBZLevelScriptActorBase_RemoteEventWithActorsArray::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActorBase_RemoteEventWithActorsArray, ReturnValue) == 0x000020, "Member 'SBZLevelScriptActorBase_RemoteEventWithActorsArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActorBase_RemoteEventWithBool \ +static_assert(alignof(SBZLevelScriptActorBase_RemoteEventWithBool) == 0x000004, "Wrong alignment on SBZLevelScriptActorBase_RemoteEventWithBool"); \ +static_assert(sizeof(SBZLevelScriptActorBase_RemoteEventWithBool) == 0x000010, "Wrong size on SBZLevelScriptActorBase_RemoteEventWithBool"); \ +static_assert(offsetof(SBZLevelScriptActorBase_RemoteEventWithBool, EventName) == 0x000000, "Member 'SBZLevelScriptActorBase_RemoteEventWithBool::EventName' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActorBase_RemoteEventWithBool, bBool) == 0x00000C, "Member 'SBZLevelScriptActorBase_RemoteEventWithBool::bBool' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActorBase_RemoteEventWithBool, ReturnValue) == 0x00000D, "Member 'SBZLevelScriptActorBase_RemoteEventWithBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActorBase_RemoteEventWithInt \ +static_assert(alignof(SBZLevelScriptActorBase_RemoteEventWithInt) == 0x000004, "Wrong alignment on SBZLevelScriptActorBase_RemoteEventWithInt"); \ +static_assert(sizeof(SBZLevelScriptActorBase_RemoteEventWithInt) == 0x000014, "Wrong size on SBZLevelScriptActorBase_RemoteEventWithInt"); \ +static_assert(offsetof(SBZLevelScriptActorBase_RemoteEventWithInt, EventName) == 0x000000, "Member 'SBZLevelScriptActorBase_RemoteEventWithInt::EventName' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActorBase_RemoteEventWithInt, Integer) == 0x00000C, "Member 'SBZLevelScriptActorBase_RemoteEventWithInt::Integer' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActorBase_RemoteEventWithInt, ReturnValue) == 0x000010, "Member 'SBZLevelScriptActorBase_RemoteEventWithInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZLevelScriptActorBase \ +static_assert(alignof(ASBZLevelScriptActorBase) == 0x000008, "Wrong alignment on ASBZLevelScriptActorBase"); \ +static_assert(sizeof(ASBZLevelScriptActorBase) == 0x0002B0, "Wrong size on ASBZLevelScriptActorBase"); \ + +#define DUMPER7_ASSERTS_SBZAIOrder_FirstResponder_OnHeistStateChanged \ +static_assert(alignof(SBZAIOrder_FirstResponder_OnHeistStateChanged) == 0x000001, "Wrong alignment on SBZAIOrder_FirstResponder_OnHeistStateChanged"); \ +static_assert(sizeof(SBZAIOrder_FirstResponder_OnHeistStateChanged) == 0x000002, "Wrong size on SBZAIOrder_FirstResponder_OnHeistStateChanged"); \ +static_assert(offsetof(SBZAIOrder_FirstResponder_OnHeistStateChanged, OldState) == 0x000000, "Member 'SBZAIOrder_FirstResponder_OnHeistStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZAIOrder_FirstResponder_OnHeistStateChanged, NewState) == 0x000001, "Member 'SBZAIOrder_FirstResponder_OnHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIOrder_FirstResponder_OnPerceptionUpdated \ +static_assert(alignof(SBZAIOrder_FirstResponder_OnPerceptionUpdated) == 0x000008, "Wrong alignment on SBZAIOrder_FirstResponder_OnPerceptionUpdated"); \ +static_assert(sizeof(SBZAIOrder_FirstResponder_OnPerceptionUpdated) == 0x000060, "Wrong size on SBZAIOrder_FirstResponder_OnPerceptionUpdated"); \ +static_assert(offsetof(SBZAIOrder_FirstResponder_OnPerceptionUpdated, Actor) == 0x000000, "Member 'SBZAIOrder_FirstResponder_OnPerceptionUpdated::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZAIOrder_FirstResponder_OnPerceptionUpdated, Stimulus) == 0x000008, "Member 'SBZAIOrder_FirstResponder_OnPerceptionUpdated::Stimulus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_FirstResponder \ +static_assert(alignof(USBZAIOrder_FirstResponder) == 0x000008, "Wrong alignment on USBZAIOrder_FirstResponder"); \ +static_assert(sizeof(USBZAIOrder_FirstResponder) == 0x000188, "Wrong size on USBZAIOrder_FirstResponder"); \ +static_assert(offsetof(USBZAIOrder_FirstResponder, CoverPoint) == 0x000130, "Member 'USBZAIOrder_FirstResponder::CoverPoint' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_FirstResponder, SoundTags) == 0x000160, "Member 'USBZAIOrder_FirstResponder::SoundTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIActionData_SetTarget \ +static_assert(alignof(USBZAIActionData_SetTarget) == 0x000008, "Wrong alignment on USBZAIActionData_SetTarget"); \ +static_assert(sizeof(USBZAIActionData_SetTarget) == 0x000048, "Wrong size on USBZAIActionData_SetTarget"); \ +static_assert(offsetof(USBZAIActionData_SetTarget, TargetActor) == 0x000040, "Member 'USBZAIActionData_SetTarget::TargetActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIAction_SetBBValue \ +static_assert(alignof(USBZAIAction_SetBBValue) == 0x000008, "Wrong alignment on USBZAIAction_SetBBValue"); \ +static_assert(sizeof(USBZAIAction_SetBBValue) == 0x000138, "Wrong size on USBZAIAction_SetBBValue"); \ +static_assert(offsetof(USBZAIAction_SetBBValue, EQSRequest) == 0x0000D8, "Member 'USBZAIAction_SetBBValue::EQSRequest' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAction_SetBBValue, BlackboardKey) == 0x000128, "Member 'USBZAIAction_SetBBValue::BlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_LookAndComment \ +static_assert(alignof(USBZAIOrder_LookAndComment) == 0x000008, "Wrong alignment on USBZAIOrder_LookAndComment"); \ +static_assert(sizeof(USBZAIOrder_LookAndComment) == 0x000150, "Wrong size on USBZAIOrder_LookAndComment"); \ +static_assert(offsetof(USBZAIOrder_LookAndComment, LookAtLocation) == 0x000130, "Member 'USBZAIOrder_LookAndComment::LookAtLocation' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_LookAndComment, VoiceComment) == 0x000140, "Member 'USBZAIOrder_LookAndComment::VoiceComment' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_LookAndComment, bUseTargetActorLocation) == 0x000148, "Member 'USBZAIOrder_LookAndComment::bUseTargetActorLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMenuStackScreenWidget \ +static_assert(alignof(USBZMenuStackScreenWidget) == 0x000008, "Wrong alignment on USBZMenuStackScreenWidget"); \ +static_assert(sizeof(USBZMenuStackScreenWidget) == 0x0002C0, "Wrong size on USBZMenuStackScreenWidget"); \ +static_assert(offsetof(USBZMenuStackScreenWidget, OnScreenStackFocusGained) == 0x0002A0, "Member 'USBZMenuStackScreenWidget::OnScreenStackFocusGained' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuStackScreenWidget, bShouldListenForUIBackEvent) == 0x0002B0, "Member 'USBZMenuStackScreenWidget::bShouldListenForUIBackEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuStackScreenWidget, bPopStackOnBackPressed) == 0x0002B1, "Member 'USBZMenuStackScreenWidget::bPopStackOnBackPressed' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuStackScreenWidget, BackActionName) == 0x0002B4, "Member 'USBZMenuStackScreenWidget::BackActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMenuStackScreenWidgetWithTutorial_OnTutorialButtonSelected \ +static_assert(alignof(SBZMenuStackScreenWidgetWithTutorial_OnTutorialButtonSelected) == 0x000008, "Wrong alignment on SBZMenuStackScreenWidgetWithTutorial_OnTutorialButtonSelected"); \ +static_assert(sizeof(SBZMenuStackScreenWidgetWithTutorial_OnTutorialButtonSelected) == 0x000008, "Wrong size on SBZMenuStackScreenWidgetWithTutorial_OnTutorialButtonSelected"); \ +static_assert(offsetof(SBZMenuStackScreenWidgetWithTutorial_OnTutorialButtonSelected, Button) == 0x000000, "Member 'SBZMenuStackScreenWidgetWithTutorial_OnTutorialButtonSelected::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMenuStackScreenWidgetWithTutorial_IsShowingTutorial \ +static_assert(alignof(SBZMenuStackScreenWidgetWithTutorial_IsShowingTutorial) == 0x000001, "Wrong alignment on SBZMenuStackScreenWidgetWithTutorial_IsShowingTutorial"); \ +static_assert(sizeof(SBZMenuStackScreenWidgetWithTutorial_IsShowingTutorial) == 0x000001, "Wrong size on SBZMenuStackScreenWidgetWithTutorial_IsShowingTutorial"); \ +static_assert(offsetof(SBZMenuStackScreenWidgetWithTutorial_IsShowingTutorial, ReturnValue) == 0x000000, "Member 'SBZMenuStackScreenWidgetWithTutorial_IsShowingTutorial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMenuStackScreenWidgetWithTutorial \ +static_assert(alignof(USBZMenuStackScreenWidgetWithTutorial) == 0x000008, "Wrong alignment on USBZMenuStackScreenWidgetWithTutorial"); \ +static_assert(sizeof(USBZMenuStackScreenWidgetWithTutorial) == 0x0002F0, "Wrong size on USBZMenuStackScreenWidgetWithTutorial"); \ +static_assert(offsetof(USBZMenuStackScreenWidgetWithTutorial, TutorialDisplayAction) == 0x0002C0, "Member 'USBZMenuStackScreenWidgetWithTutorial::TutorialDisplayAction' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuStackScreenWidgetWithTutorial, TutorialCloseAlternativeAction) == 0x0002CC, "Member 'USBZMenuStackScreenWidgetWithTutorial::TutorialCloseAlternativeAction' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuStackScreenWidgetWithTutorial, CanvasPanel_Tutorial) == 0x0002D8, "Member 'USBZMenuStackScreenWidgetWithTutorial::CanvasPanel_Tutorial' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuStackScreenWidgetWithTutorial, Button_ToggleHelp) == 0x0002E0, "Member 'USBZMenuStackScreenWidgetWithTutorial::Button_ToggleHelp' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuStackScreenWidgetWithTutorial, PopupType) == 0x0002E8, "Member 'USBZMenuStackScreenWidgetWithTutorial::PopupType' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuStackScreenWidgetWithTutorial, bIsTutorialShowing) == 0x0002E9, "Member 'USBZMenuStackScreenWidgetWithTutorial::bIsTutorialShowing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutArmorModCategoryWidget_CustomizeArmorInSlot \ +static_assert(alignof(SBZMainMenuLoadoutArmorModCategoryWidget_CustomizeArmorInSlot) == 0x000004, "Wrong alignment on SBZMainMenuLoadoutArmorModCategoryWidget_CustomizeArmorInSlot"); \ +static_assert(sizeof(SBZMainMenuLoadoutArmorModCategoryWidget_CustomizeArmorInSlot) == 0x000008, "Wrong size on SBZMainMenuLoadoutArmorModCategoryWidget_CustomizeArmorInSlot"); \ +static_assert(offsetof(SBZMainMenuLoadoutArmorModCategoryWidget_CustomizeArmorInSlot, InArmorSlotIndex) == 0x000000, "Member 'SBZMainMenuLoadoutArmorModCategoryWidget_CustomizeArmorInSlot::InArmorSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuLoadoutArmorModCategoryWidget_CustomizeArmorInSlot, ReturnValue) == 0x000004, "Member 'SBZMainMenuLoadoutArmorModCategoryWidget_CustomizeArmorInSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutArmorModCategoryWidget_GetAvailableButton \ +static_assert(alignof(SBZMainMenuLoadoutArmorModCategoryWidget_GetAvailableButton) == 0x000008, "Wrong alignment on SBZMainMenuLoadoutArmorModCategoryWidget_GetAvailableButton"); \ +static_assert(sizeof(SBZMainMenuLoadoutArmorModCategoryWidget_GetAvailableButton) == 0x000010, "Wrong size on SBZMainMenuLoadoutArmorModCategoryWidget_GetAvailableButton"); \ +static_assert(offsetof(SBZMainMenuLoadoutArmorModCategoryWidget_GetAvailableButton, Index_0) == 0x000000, "Member 'SBZMainMenuLoadoutArmorModCategoryWidget_GetAvailableButton::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuLoadoutArmorModCategoryWidget_GetAvailableButton, ReturnValue) == 0x000008, "Member 'SBZMainMenuLoadoutArmorModCategoryWidget_GetAvailableButton::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutArmorModCategoryWidget_OnCategoryButtonFocused \ +static_assert(alignof(SBZMainMenuLoadoutArmorModCategoryWidget_OnCategoryButtonFocused) == 0x000008, "Wrong alignment on SBZMainMenuLoadoutArmorModCategoryWidget_OnCategoryButtonFocused"); \ +static_assert(sizeof(SBZMainMenuLoadoutArmorModCategoryWidget_OnCategoryButtonFocused) == 0x000010, "Wrong size on SBZMainMenuLoadoutArmorModCategoryWidget_OnCategoryButtonFocused"); \ +static_assert(offsetof(SBZMainMenuLoadoutArmorModCategoryWidget_OnCategoryButtonFocused, InButton) == 0x000000, "Member 'SBZMainMenuLoadoutArmorModCategoryWidget_OnCategoryButtonFocused::InButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuLoadoutArmorModCategoryWidget_OnCategoryButtonFocused, bIsFocused) == 0x000008, "Member 'SBZMainMenuLoadoutArmorModCategoryWidget_OnCategoryButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutArmorModCategoryWidget_OnCategoryButtonSelected \ +static_assert(alignof(SBZMainMenuLoadoutArmorModCategoryWidget_OnCategoryButtonSelected) == 0x000004, "Wrong alignment on SBZMainMenuLoadoutArmorModCategoryWidget_OnCategoryButtonSelected"); \ +static_assert(sizeof(SBZMainMenuLoadoutArmorModCategoryWidget_OnCategoryButtonSelected) == 0x000004, "Wrong size on SBZMainMenuLoadoutArmorModCategoryWidget_OnCategoryButtonSelected"); \ +static_assert(offsetof(SBZMainMenuLoadoutArmorModCategoryWidget_OnCategoryButtonSelected, InArmorChunkIndex) == 0x000000, "Member 'SBZMainMenuLoadoutArmorModCategoryWidget_OnCategoryButtonSelected::InArmorChunkIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuLoadoutArmorModCategoryWidget \ +static_assert(alignof(USBZMainMenuLoadoutArmorModCategoryWidget) == 0x000008, "Wrong alignment on USBZMainMenuLoadoutArmorModCategoryWidget"); \ +static_assert(sizeof(USBZMainMenuLoadoutArmorModCategoryWidget) == 0x000330, "Wrong size on USBZMainMenuLoadoutArmorModCategoryWidget"); \ +static_assert(offsetof(USBZMainMenuLoadoutArmorModCategoryWidget, ButtonClass) == 0x0002F0, "Member 'USBZMainMenuLoadoutArmorModCategoryWidget::ButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuLoadoutArmorModCategoryWidget, ObjectPoolAmount) == 0x0002F8, "Member 'USBZMainMenuLoadoutArmorModCategoryWidget::ObjectPoolAmount' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuLoadoutArmorModCategoryWidget, CategoryParentPanel) == 0x000300, "Member 'USBZMainMenuLoadoutArmorModCategoryWidget::CategoryParentPanel' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuLoadoutArmorModCategoryWidget, ArmorConfig) == 0x000308, "Member 'USBZMainMenuLoadoutArmorModCategoryWidget::ArmorConfig' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuLoadoutArmorModCategoryWidget, ArmorSlotIndex) == 0x000328, "Member 'USBZMainMenuLoadoutArmorModCategoryWidget::ArmorSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZRoomActor \ +static_assert(alignof(ASBZRoomActor) == 0x000008, "Wrong alignment on ASBZRoomActor"); \ +static_assert(sizeof(ASBZRoomActor) == 0x0002C8, "Wrong size on ASBZRoomActor"); \ +static_assert(offsetof(ASBZRoomActor, RoomVolumes) == 0x0002B0, "Member 'ASBZRoomActor::RoomVolumes' has a wrong offset!"); \ +static_assert(offsetof(ASBZRoomActor, BoxComponent) == 0x0002C0, "Member 'ASBZRoomActor::BoxComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIAction_SetEnemy \ +static_assert(alignof(USBZAIAction_SetEnemy) == 0x000008, "Wrong alignment on USBZAIAction_SetEnemy"); \ +static_assert(sizeof(USBZAIAction_SetEnemy) == 0x0000D8, "Wrong size on USBZAIAction_SetEnemy"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSessionUtils_IsActionPhaseClient \ +static_assert(alignof(SBZOnlineSessionUtils_IsActionPhaseClient) == 0x000001, "Wrong alignment on SBZOnlineSessionUtils_IsActionPhaseClient"); \ +static_assert(sizeof(SBZOnlineSessionUtils_IsActionPhaseClient) == 0x000001, "Wrong size on SBZOnlineSessionUtils_IsActionPhaseClient"); \ +static_assert(offsetof(SBZOnlineSessionUtils_IsActionPhaseClient, ReturnValue) == 0x000000, "Member 'SBZOnlineSessionUtils_IsActionPhaseClient::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSessionUtils_IsActionPhaseHost \ +static_assert(alignof(SBZOnlineSessionUtils_IsActionPhaseHost) == 0x000001, "Wrong alignment on SBZOnlineSessionUtils_IsActionPhaseHost"); \ +static_assert(sizeof(SBZOnlineSessionUtils_IsActionPhaseHost) == 0x000001, "Wrong size on SBZOnlineSessionUtils_IsActionPhaseHost"); \ +static_assert(offsetof(SBZOnlineSessionUtils_IsActionPhaseHost, ReturnValue) == 0x000000, "Member 'SBZOnlineSessionUtils_IsActionPhaseHost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSessionUtils_IsInParty \ +static_assert(alignof(SBZOnlineSessionUtils_IsInParty) == 0x000001, "Wrong alignment on SBZOnlineSessionUtils_IsInParty"); \ +static_assert(sizeof(SBZOnlineSessionUtils_IsInParty) == 0x000001, "Wrong size on SBZOnlineSessionUtils_IsInParty"); \ +static_assert(offsetof(SBZOnlineSessionUtils_IsInParty, ReturnValue) == 0x000000, "Member 'SBZOnlineSessionUtils_IsInParty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSessionUtils_IsInSession \ +static_assert(alignof(SBZOnlineSessionUtils_IsInSession) == 0x000001, "Wrong alignment on SBZOnlineSessionUtils_IsInSession"); \ +static_assert(sizeof(SBZOnlineSessionUtils_IsInSession) == 0x000001, "Wrong size on SBZOnlineSessionUtils_IsInSession"); \ +static_assert(offsetof(SBZOnlineSessionUtils_IsInSession, ReturnValue) == 0x000000, "Member 'SBZOnlineSessionUtils_IsInSession::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSessionUtils_IsLobbyClient \ +static_assert(alignof(SBZOnlineSessionUtils_IsLobbyClient) == 0x000001, "Wrong alignment on SBZOnlineSessionUtils_IsLobbyClient"); \ +static_assert(sizeof(SBZOnlineSessionUtils_IsLobbyClient) == 0x000001, "Wrong size on SBZOnlineSessionUtils_IsLobbyClient"); \ +static_assert(offsetof(SBZOnlineSessionUtils_IsLobbyClient, ReturnValue) == 0x000000, "Member 'SBZOnlineSessionUtils_IsLobbyClient::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSessionUtils_IsLobbyHost \ +static_assert(alignof(SBZOnlineSessionUtils_IsLobbyHost) == 0x000001, "Wrong alignment on SBZOnlineSessionUtils_IsLobbyHost"); \ +static_assert(sizeof(SBZOnlineSessionUtils_IsLobbyHost) == 0x000001, "Wrong size on SBZOnlineSessionUtils_IsLobbyHost"); \ +static_assert(offsetof(SBZOnlineSessionUtils_IsLobbyHost, ReturnValue) == 0x000000, "Member 'SBZOnlineSessionUtils_IsLobbyHost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSessionUtils_IsPartyClient \ +static_assert(alignof(SBZOnlineSessionUtils_IsPartyClient) == 0x000001, "Wrong alignment on SBZOnlineSessionUtils_IsPartyClient"); \ +static_assert(sizeof(SBZOnlineSessionUtils_IsPartyClient) == 0x000001, "Wrong size on SBZOnlineSessionUtils_IsPartyClient"); \ +static_assert(offsetof(SBZOnlineSessionUtils_IsPartyClient, ReturnValue) == 0x000000, "Member 'SBZOnlineSessionUtils_IsPartyClient::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSessionUtils_IsPartyOwner \ +static_assert(alignof(SBZOnlineSessionUtils_IsPartyOwner) == 0x000001, "Wrong alignment on SBZOnlineSessionUtils_IsPartyOwner"); \ +static_assert(sizeof(SBZOnlineSessionUtils_IsPartyOwner) == 0x000001, "Wrong size on SBZOnlineSessionUtils_IsPartyOwner"); \ +static_assert(offsetof(SBZOnlineSessionUtils_IsPartyOwner, ReturnValue) == 0x000000, "Member 'SBZOnlineSessionUtils_IsPartyOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOnlineSessionUtils \ +static_assert(alignof(USBZOnlineSessionUtils) == 0x000008, "Wrong alignment on USBZOnlineSessionUtils"); \ +static_assert(sizeof(USBZOnlineSessionUtils) == 0x000040, "Wrong size on USBZOnlineSessionUtils"); \ +static_assert(offsetof(USBZOnlineSessionUtils, Party) == 0x000030, "Member 'USBZOnlineSessionUtils::Party' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSessionUtils, Lobby) == 0x000038, "Member 'USBZOnlineSessionUtils::Lobby' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCosmeticsManager \ +static_assert(alignof(USBZCosmeticsManager) == 0x000008, "Wrong alignment on USBZCosmeticsManager"); \ +static_assert(sizeof(USBZCosmeticsManager) == 0x000120, "Wrong size on USBZCosmeticsManager"); \ + +#define DUMPER7_ASSERTS_USBZAIAction_SetEnemyOfFriend \ +static_assert(alignof(USBZAIAction_SetEnemyOfFriend) == 0x000008, "Wrong alignment on USBZAIAction_SetEnemyOfFriend"); \ +static_assert(sizeof(USBZAIAction_SetEnemyOfFriend) == 0x0000D8, "Wrong size on USBZAIAction_SetEnemyOfFriend"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_GoToDespawn \ +static_assert(alignof(USBZAIOrder_GoToDespawn) == 0x000008, "Wrong alignment on USBZAIOrder_GoToDespawn"); \ +static_assert(sizeof(USBZAIOrder_GoToDespawn) == 0x000130, "Wrong size on USBZAIOrder_GoToDespawn"); \ + +#define DUMPER7_ASSERTS_USBZAIActionData_SetHostile \ +static_assert(alignof(USBZAIActionData_SetHostile) == 0x000008, "Wrong alignment on USBZAIActionData_SetHostile"); \ +static_assert(sizeof(USBZAIActionData_SetHostile) == 0x000050, "Wrong size on USBZAIActionData_SetHostile"); \ +static_assert(offsetof(USBZAIActionData_SetHostile, Hostile) == 0x000040, "Member 'USBZAIActionData_SetHostile::Hostile' has a wrong offset!"); \ +static_assert(offsetof(USBZAIActionData_SetHostile, bShouldCheckSightPerception) == 0x000048, "Member 'USBZAIActionData_SetHostile::bShouldCheckSightPerception' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIAction_SetHostile \ +static_assert(alignof(USBZAIAction_SetHostile) == 0x000008, "Wrong alignment on USBZAIAction_SetHostile"); \ +static_assert(sizeof(USBZAIAction_SetHostile) == 0x0000F0, "Wrong size on USBZAIAction_SetHostile"); \ +static_assert(offsetof(USBZAIAction_SetHostile, AttractorOwner) == 0x0000D8, "Member 'USBZAIAction_SetHostile::AttractorOwner' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAction_SetHostile, Hostile) == 0x0000E0, "Member 'USBZAIAction_SetHostile::Hostile' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAction_SetHostile, bShouldCheckSightPerception) == 0x0000E8, "Member 'USBZAIAction_SetHostile::bShouldCheckSightPerception' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_DropOfBag \ +static_assert(alignof(USBZAIOrder_DropOfBag) == 0x000008, "Wrong alignment on USBZAIOrder_DropOfBag"); \ +static_assert(sizeof(USBZAIOrder_DropOfBag) == 0x000130, "Wrong size on USBZAIOrder_DropOfBag"); \ + +#define DUMPER7_ASSERTS_USBZInteractLureRequirement \ +static_assert(alignof(USBZInteractLureRequirement) == 0x000008, "Wrong alignment on USBZInteractLureRequirement"); \ +static_assert(sizeof(USBZInteractLureRequirement) == 0x000030, "Wrong size on USBZInteractLureRequirement"); \ + +#define DUMPER7_ASSERTS_USBZAIActionData_Surrender \ +static_assert(alignof(USBZAIActionData_Surrender) == 0x000008, "Wrong alignment on USBZAIActionData_Surrender"); \ +static_assert(sizeof(USBZAIActionData_Surrender) == 0x000040, "Wrong size on USBZAIActionData_Surrender"); \ + +#define DUMPER7_ASSERTS_USBZDialogBodyGesturesNotifyState \ +static_assert(alignof(USBZDialogBodyGesturesNotifyState) == 0x000008, "Wrong alignment on USBZDialogBodyGesturesNotifyState"); \ +static_assert(sizeof(USBZDialogBodyGesturesNotifyState) == 0x000040, "Wrong size on USBZDialogBodyGesturesNotifyState"); \ +static_assert(offsetof(USBZDialogBodyGesturesNotifyState, DialogBodyGesturesData) == 0x000038, "Member 'USBZDialogBodyGesturesNotifyState::DialogBodyGesturesData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIAction_Surrender \ +static_assert(alignof(USBZAIAction_Surrender) == 0x000008, "Wrong alignment on USBZAIAction_Surrender"); \ +static_assert(sizeof(USBZAIAction_Surrender) == 0x0000D8, "Wrong size on USBZAIAction_Surrender"); \ + +#define DUMPER7_ASSERTS_USBZReactionPredicate \ +static_assert(alignof(USBZReactionPredicate) == 0x000008, "Wrong alignment on USBZReactionPredicate"); \ +static_assert(sizeof(USBZReactionPredicate) == 0x000038, "Wrong size on USBZReactionPredicate"); \ +static_assert(offsetof(USBZReactionPredicate, bIsInversed) == 0x000030, "Member 'USBZReactionPredicate::bIsInversed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZReactionPredicate_CanScream \ +static_assert(alignof(USBZReactionPredicate_CanScream) == 0x000008, "Wrong alignment on USBZReactionPredicate_CanScream"); \ +static_assert(sizeof(USBZReactionPredicate_CanScream) == 0x000048, "Wrong size on USBZReactionPredicate_CanScream"); \ +static_assert(offsetof(USBZReactionPredicate_CanScream, ScreamInterval) == 0x000038, "Member 'USBZReactionPredicate_CanScream::ScreamInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZReactionPredicate_CanScream, MaxScreamsPerInterval) == 0x000040, "Member 'USBZReactionPredicate_CanScream::MaxScreamsPerInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZReactionPredicate_CanScream, MaxPlayerScreamDistance) == 0x000044, "Member 'USBZReactionPredicate_CanScream::MaxPlayerScreamDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnTelegraphAttackComponent_OnTelegraphAttackChanged \ +static_assert(alignof(SBZOnTelegraphAttackComponent_OnTelegraphAttackChanged) == 0x000008, "Wrong alignment on SBZOnTelegraphAttackComponent_OnTelegraphAttackChanged"); \ +static_assert(sizeof(SBZOnTelegraphAttackComponent_OnTelegraphAttackChanged) == 0x000010, "Wrong size on SBZOnTelegraphAttackComponent_OnTelegraphAttackChanged"); \ +static_assert(offsetof(SBZOnTelegraphAttackComponent_OnTelegraphAttackChanged, InActor) == 0x000000, "Member 'SBZOnTelegraphAttackComponent_OnTelegraphAttackChanged::InActor' has a wrong offset!"); \ +static_assert(offsetof(SBZOnTelegraphAttackComponent_OnTelegraphAttackChanged, bActivated) == 0x000008, "Member 'SBZOnTelegraphAttackComponent_OnTelegraphAttackChanged::bActivated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnTelegraphAttackComponent_OnUnequip \ +static_assert(alignof(SBZOnTelegraphAttackComponent_OnUnequip) == 0x000008, "Wrong alignment on SBZOnTelegraphAttackComponent_OnUnequip"); \ +static_assert(sizeof(SBZOnTelegraphAttackComponent_OnUnequip) == 0x000008, "Wrong size on SBZOnTelegraphAttackComponent_OnUnequip"); \ +static_assert(offsetof(SBZOnTelegraphAttackComponent_OnUnequip, Equippable) == 0x000000, "Member 'SBZOnTelegraphAttackComponent_OnUnequip::Equippable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOnTelegraphAttackComponent \ +static_assert(alignof(USBZOnTelegraphAttackComponent) == 0x000008, "Wrong alignment on USBZOnTelegraphAttackComponent"); \ +static_assert(sizeof(USBZOnTelegraphAttackComponent) == 0x0000D8, "Wrong size on USBZOnTelegraphAttackComponent"); \ +static_assert(offsetof(USBZOnTelegraphAttackComponent, Owner) == 0x0000C0, "Member 'USBZOnTelegraphAttackComponent::Owner' has a wrong offset!"); \ +static_assert(offsetof(USBZOnTelegraphAttackComponent, OwnerWeapon) == 0x0000C8, "Member 'USBZOnTelegraphAttackComponent::OwnerWeapon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIAction_ThrowGrenade \ +static_assert(alignof(USBZAIAction_ThrowGrenade) == 0x000008, "Wrong alignment on USBZAIAction_ThrowGrenade"); \ +static_assert(sizeof(USBZAIAction_ThrowGrenade) == 0x0000F0, "Wrong size on USBZAIAction_ThrowGrenade"); \ + +#define DUMPER7_ASSERTS_SBZAIAction_TouchReaction_OnTargetDefeatStateChanged \ +static_assert(alignof(SBZAIAction_TouchReaction_OnTargetDefeatStateChanged) == 0x000008, "Wrong alignment on SBZAIAction_TouchReaction_OnTargetDefeatStateChanged"); \ +static_assert(sizeof(SBZAIAction_TouchReaction_OnTargetDefeatStateChanged) == 0x000010, "Wrong size on SBZAIAction_TouchReaction_OnTargetDefeatStateChanged"); \ +static_assert(offsetof(SBZAIAction_TouchReaction_OnTargetDefeatStateChanged, InSBZPlayerState) == 0x000000, "Member 'SBZAIAction_TouchReaction_OnTargetDefeatStateChanged::InSBZPlayerState' has a wrong offset!"); \ +static_assert(offsetof(SBZAIAction_TouchReaction_OnTargetDefeatStateChanged, OldDefeatState) == 0x000008, "Member 'SBZAIAction_TouchReaction_OnTargetDefeatStateChanged::OldDefeatState' has a wrong offset!"); \ +static_assert(offsetof(SBZAIAction_TouchReaction_OnTargetDefeatStateChanged, InDefeatState) == 0x000009, "Member 'SBZAIAction_TouchReaction_OnTargetDefeatStateChanged::InDefeatState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIAction_TouchReaction \ +static_assert(alignof(USBZAIAction_TouchReaction) == 0x000008, "Wrong alignment on USBZAIAction_TouchReaction"); \ +static_assert(sizeof(USBZAIAction_TouchReaction) == 0x000160, "Wrong size on USBZAIAction_TouchReaction"); \ +static_assert(offsetof(USBZAIAction_TouchReaction, PrivateVoiceComment) == 0x0000E8, "Member 'USBZAIAction_TouchReaction::PrivateVoiceComment' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAction_TouchReaction, PublicVoiceComment) == 0x0000F0, "Member 'USBZAIAction_TouchReaction::PublicVoiceComment' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAction_TouchReaction, ResumeVoiceComment) == 0x0000F8, "Member 'USBZAIAction_TouchReaction::ResumeVoiceComment' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAction_TouchReaction, VoicePriority) == 0x000100, "Member 'USBZAIAction_TouchReaction::VoicePriority' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAction_TouchReaction, Escalation) == 0x000108, "Member 'USBZAIAction_TouchReaction::Escalation' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAction_TouchReaction, PrivateToPublicTags) == 0x000110, "Member 'USBZAIAction_TouchReaction::PrivateToPublicTags' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAction_TouchReaction, ForbiddenTags) == 0x000130, "Member 'USBZAIAction_TouchReaction::ForbiddenTags' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAction_TouchReaction, TargetPlayerState) == 0x000150, "Member 'USBZAIAction_TouchReaction::TargetPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_Roaming \ +static_assert(alignof(USBZAIOrder_Roaming) == 0x000008, "Wrong alignment on USBZAIOrder_Roaming"); \ +static_assert(sizeof(USBZAIOrder_Roaming) == 0x000130, "Wrong size on USBZAIOrder_Roaming"); \ + +#define DUMPER7_ASSERTS_ISBZAIActionInteractableInterface \ +static_assert(alignof(ISBZAIActionInteractableInterface) == 0x000001, "Wrong alignment on ISBZAIActionInteractableInterface"); \ +static_assert(sizeof(ISBZAIActionInteractableInterface) == 0x000001, "Wrong size on ISBZAIActionInteractableInterface"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryItemWidget_InitializeItem \ +static_assert(alignof(SBZMainMenuInventoryItemWidget_InitializeItem) == 0x000008, "Wrong alignment on SBZMainMenuInventoryItemWidget_InitializeItem"); \ +static_assert(sizeof(SBZMainMenuInventoryItemWidget_InitializeItem) == 0x000008, "Wrong size on SBZMainMenuInventoryItemWidget_InitializeItem"); \ +static_assert(offsetof(SBZMainMenuInventoryItemWidget_InitializeItem, InInventoryItemData) == 0x000000, "Member 'SBZMainMenuInventoryItemWidget_InitializeItem::InInventoryItemData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuInventoryItemWidget \ +static_assert(alignof(USBZMainMenuInventoryItemWidget) == 0x000008, "Wrong alignment on USBZMainMenuInventoryItemWidget"); \ +static_assert(sizeof(USBZMainMenuInventoryItemWidget) == 0x000298, "Wrong size on USBZMainMenuInventoryItemWidget"); \ +static_assert(offsetof(USBZMainMenuInventoryItemWidget, Text_ItemName) == 0x000290, "Member 'USBZMainMenuInventoryItemWidget::Text_ItemName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOnlineSessionSettingsManager \ +static_assert(alignof(USBZOnlineSessionSettingsManager) == 0x000008, "Wrong alignment on USBZOnlineSessionSettingsManager"); \ +static_assert(sizeof(USBZOnlineSessionSettingsManager) == 0x000090, "Wrong size on USBZOnlineSessionSettingsManager"); \ +static_assert(offsetof(USBZOnlineSessionSettingsManager, PartySessionSettings) == 0x000080, "Member 'USBZOnlineSessionSettingsManager::PartySessionSettings' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSessionSettingsManager, GameSessionSettings) == 0x000088, "Member 'USBZOnlineSessionSettingsManager::GameSessionSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDisableAgentBrainNotifyState \ +static_assert(alignof(USBZDisableAgentBrainNotifyState) == 0x000008, "Wrong alignment on USBZDisableAgentBrainNotifyState"); \ +static_assert(sizeof(USBZDisableAgentBrainNotifyState) == 0x000078, "Wrong size on USBZDisableAgentBrainNotifyState"); \ +static_assert(offsetof(USBZDisableAgentBrainNotifyState, bShouldDisablePerception) == 0x000038, "Member 'USBZDisableAgentBrainNotifyState::bShouldDisablePerception' has a wrong offset!"); \ +static_assert(offsetof(USBZDisableAgentBrainNotifyState, DisabledSenses) == 0x000040, "Member 'USBZDisableAgentBrainNotifyState::DisabledSenses' has a wrong offset!"); \ +static_assert(offsetof(USBZDisableAgentBrainNotifyState, TagFilter) == 0x000050, "Member 'USBZDisableAgentBrainNotifyState::TagFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAISystem \ +static_assert(alignof(USBZAISystem) == 0x000008, "Wrong alignment on USBZAISystem"); \ +static_assert(sizeof(USBZAISystem) == 0x000160, "Wrong size on USBZAISystem"); \ +static_assert(offsetof(USBZAISystem, AirPathFinder) == 0x000158, "Member 'USBZAISystem::AirPathFinder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIAgilityAbility \ +static_assert(alignof(USBZAIAgilityAbility) == 0x000008, "Wrong alignment on USBZAIAgilityAbility"); \ +static_assert(sizeof(USBZAIAgilityAbility) == 0x0004F0, "Wrong size on USBZAIAgilityAbility"); \ +static_assert(offsetof(USBZAIAgilityAbility, PlayingMontage) == 0x0004D8, "Member 'USBZAIAgilityAbility::PlayingMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWorldLoader \ +static_assert(alignof(USBZWorldLoader) == 0x000008, "Wrong alignment on USBZWorldLoader"); \ +static_assert(sizeof(USBZWorldLoader) == 0x000208, "Wrong size on USBZWorldLoader"); \ +static_assert(offsetof(USBZWorldLoader, LoadedWorlds) == 0x000030, "Member 'USBZWorldLoader::LoadedWorlds' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldLoader, Observers) == 0x000130, "Member 'USBZWorldLoader::Observers' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldLoader, GameModeParamClass) == 0x000140, "Member 'USBZWorldLoader::GameModeParamClass' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldLoader, GameStateClass) == 0x000148, "Member 'USBZWorldLoader::GameStateClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillEngineerDualSentries \ +static_assert(alignof(USBZSkillEngineerDualSentries) == 0x000008, "Wrong alignment on USBZSkillEngineerDualSentries"); \ +static_assert(sizeof(USBZSkillEngineerDualSentries) == 0x000230, "Wrong size on USBZSkillEngineerDualSentries"); \ + +#define DUMPER7_ASSERTS_USBZAIAgilityTagEventNotify \ +static_assert(alignof(USBZAIAgilityTagEventNotify) == 0x000008, "Wrong alignment on USBZAIAgilityTagEventNotify"); \ +static_assert(sizeof(USBZAIAgilityTagEventNotify) == 0x000050, "Wrong size on USBZAIAgilityTagEventNotify"); \ +static_assert(offsetof(USBZAIAgilityTagEventNotify, EventTag) == 0x000040, "Member 'USBZAIAgilityTagEventNotify::EventTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHiddenStaticInteractionCollection_OnKeyItemInteractionComplete \ +static_assert(alignof(SBZHiddenStaticInteractionCollection_OnKeyItemInteractionComplete) == 0x000008, "Wrong alignment on SBZHiddenStaticInteractionCollection_OnKeyItemInteractionComplete"); \ +static_assert(sizeof(SBZHiddenStaticInteractionCollection_OnKeyItemInteractionComplete) == 0x000018, "Wrong size on SBZHiddenStaticInteractionCollection_OnKeyItemInteractionComplete"); \ +static_assert(offsetof(SBZHiddenStaticInteractionCollection_OnKeyItemInteractionComplete, Interactable) == 0x000000, "Member 'SBZHiddenStaticInteractionCollection_OnKeyItemInteractionComplete::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZHiddenStaticInteractionCollection_OnKeyItemInteractionComplete, Interactor) == 0x000008, "Member 'SBZHiddenStaticInteractionCollection_OnKeyItemInteractionComplete::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZHiddenStaticInteractionCollection_OnKeyItemInteractionComplete, bInIsLocallyControlled) == 0x000010, "Member 'SBZHiddenStaticInteractionCollection_OnKeyItemInteractionComplete::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZHiddenStaticInteractionCollection \ +static_assert(alignof(ASBZHiddenStaticInteractionCollection) == 0x000008, "Wrong alignment on ASBZHiddenStaticInteractionCollection"); \ +static_assert(sizeof(ASBZHiddenStaticInteractionCollection) == 0x000300, "Wrong size on ASBZHiddenStaticInteractionCollection"); \ +static_assert(offsetof(ASBZHiddenStaticInteractionCollection, NumberOfContainers) == 0x0002B0, "Member 'ASBZHiddenStaticInteractionCollection::NumberOfContainers' has a wrong offset!"); \ +static_assert(offsetof(ASBZHiddenStaticInteractionCollection, SpawnLocationArray) == 0x0002B8, "Member 'ASBZHiddenStaticInteractionCollection::SpawnLocationArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZHiddenStaticInteractionCollection, TraceDirectionAndLength) == 0x0002C8, "Member 'ASBZHiddenStaticInteractionCollection::TraceDirectionAndLength' has a wrong offset!"); \ +static_assert(offsetof(ASBZHiddenStaticInteractionCollection, ContainerYawRotationInterval) == 0x0002D4, "Member 'ASBZHiddenStaticInteractionCollection::ContainerYawRotationInterval' has a wrong offset!"); \ +static_assert(offsetof(ASBZHiddenStaticInteractionCollection, Seed) == 0x0002DC, "Member 'ASBZHiddenStaticInteractionCollection::Seed' has a wrong offset!"); \ +static_assert(offsetof(ASBZHiddenStaticInteractionCollection, ItemContainerClass) == 0x0002E0, "Member 'ASBZHiddenStaticInteractionCollection::ItemContainerClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZHiddenStaticInteractionCollection, ItemContainers) == 0x0002E8, "Member 'ASBZHiddenStaticInteractionCollection::ItemContainers' has a wrong offset!"); \ +static_assert(offsetof(ASBZHiddenStaticInteractionCollection, ContainerAfterKeyItemIndex) == 0x0002F8, "Member 'ASBZHiddenStaticInteractionCollection::ContainerAfterKeyItemIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZReactionPredicate_HasNoEnemy \ +static_assert(alignof(USBZReactionPredicate_HasNoEnemy) == 0x000008, "Wrong alignment on USBZReactionPredicate_HasNoEnemy"); \ +static_assert(sizeof(USBZReactionPredicate_HasNoEnemy) == 0x000038, "Wrong size on USBZReactionPredicate_HasNoEnemy"); \ + +#define DUMPER7_ASSERTS_USBZAIAnticipateExplosionAbility \ +static_assert(alignof(USBZAIAnticipateExplosionAbility) == 0x000008, "Wrong alignment on USBZAIAnticipateExplosionAbility"); \ +static_assert(sizeof(USBZAIAnticipateExplosionAbility) == 0x000500, "Wrong size on USBZAIAnticipateExplosionAbility"); \ +static_assert(offsetof(USBZAIAnticipateExplosionAbility, DiveRange) == 0x0004D8, "Member 'USBZAIAnticipateExplosionAbility::DiveRange' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAnticipateExplosionAbility, DetectionSettings) == 0x0004E0, "Member 'USBZAIAnticipateExplosionAbility::DetectionSettings' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAnticipateExplosionAbility, ObservedGrenade) == 0x0004F0, "Member 'USBZAIAnticipateExplosionAbility::ObservedGrenade' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAnticipateExplosionAbility, PlayedMontage) == 0x0004F8, "Member 'USBZAIAnticipateExplosionAbility::PlayedMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDisableFootPlacementNotifyState \ +static_assert(alignof(USBZDisableFootPlacementNotifyState) == 0x000008, "Wrong alignment on USBZDisableFootPlacementNotifyState"); \ +static_assert(sizeof(USBZDisableFootPlacementNotifyState) == 0x000038, "Wrong size on USBZDisableFootPlacementNotifyState"); \ + +#define DUMPER7_ASSERTS_USBZInventorySlotData \ +static_assert(alignof(USBZInventorySlotData) == 0x000008, "Wrong alignment on USBZInventorySlotData"); \ +static_assert(sizeof(USBZInventorySlotData) == 0x000150, "Wrong size on USBZInventorySlotData"); \ + +#define DUMPER7_ASSERTS_USBZArmorInventorySlotData \ +static_assert(alignof(USBZArmorInventorySlotData) == 0x000008, "Wrong alignment on USBZArmorInventorySlotData"); \ +static_assert(sizeof(USBZArmorInventorySlotData) == 0x000158, "Wrong size on USBZArmorInventorySlotData"); \ +static_assert(offsetof(USBZArmorInventorySlotData, Armor) == 0x000150, "Member 'USBZArmorInventorySlotData::Armor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillDemolitionistShellShock \ +static_assert(alignof(USBZSkillDemolitionistShellShock) == 0x000008, "Wrong alignment on USBZSkillDemolitionistShellShock"); \ +static_assert(sizeof(USBZSkillDemolitionistShellShock) == 0x000250, "Wrong size on USBZSkillDemolitionistShellShock"); \ +static_assert(offsetof(USBZSkillDemolitionistShellShock, PawnTypeContainer) == 0x000230, "Member 'USBZSkillDemolitionistShellShock::PawnTypeContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_Retreat \ +static_assert(alignof(USBZAIOrder_Retreat) == 0x000008, "Wrong alignment on USBZAIOrder_Retreat"); \ +static_assert(sizeof(USBZAIOrder_Retreat) == 0x000168, "Wrong size on USBZAIOrder_Retreat"); \ +static_assert(offsetof(USBZAIOrder_Retreat, RetreatComment) == 0x000160, "Member 'USBZAIOrder_Retreat::RetreatComment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCharacterAnimationCollection \ +static_assert(alignof(USBZCharacterAnimationCollection) == 0x000008, "Wrong alignment on USBZCharacterAnimationCollection"); \ +static_assert(sizeof(USBZCharacterAnimationCollection) == 0x0001F0, "Wrong size on USBZCharacterAnimationCollection"); \ +static_assert(offsetof(USBZCharacterAnimationCollection, LeanAdditiveBlendSpace) == 0x000130, "Member 'USBZCharacterAnimationCollection::LeanAdditiveBlendSpace' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationCollection, StanceTransitionLFRFMontage) == 0x000148, "Member 'USBZCharacterAnimationCollection::StanceTransitionLFRFMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationCollection, StanceTransitionRFLFMontage) == 0x000160, "Member 'USBZCharacterAnimationCollection::StanceTransitionRFLFMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationCollection, CrouchTransitionMontage) == 0x000178, "Member 'USBZCharacterAnimationCollection::CrouchTransitionMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationCollection, UncrouchTransitionMontage) == 0x000190, "Member 'USBZCharacterAnimationCollection::UncrouchTransitionMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationCollection, CrouchMoveTransitionMontage) == 0x0001A8, "Member 'USBZCharacterAnimationCollection::CrouchMoveTransitionMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationCollection, UncrouchMoveTransitionMontage) == 0x0001C0, "Member 'USBZCharacterAnimationCollection::UncrouchMoveTransitionMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationCollection, MeleeMontage) == 0x0001D8, "Member 'USBZCharacterAnimationCollection::MeleeMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAICharacterAnimationCollection \ +static_assert(alignof(USBZAICharacterAnimationCollection) == 0x000008, "Wrong alignment on USBZAICharacterAnimationCollection"); \ +static_assert(sizeof(USBZAICharacterAnimationCollection) == 0x000240, "Wrong size on USBZAICharacterAnimationCollection"); \ +static_assert(offsetof(USBZAICharacterAnimationCollection, StopAndTurnMontageInfos) == 0x0001F0, "Member 'USBZAICharacterAnimationCollection::StopAndTurnMontageInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_TowerSpawnOrder \ +static_assert(alignof(USBZAIOrder_TowerSpawnOrder) == 0x000008, "Wrong alignment on USBZAIOrder_TowerSpawnOrder"); \ +static_assert(sizeof(USBZAIOrder_TowerSpawnOrder) == 0x000160, "Wrong size on USBZAIOrder_TowerSpawnOrder"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_Multicast_OnSlotFreed \ +static_assert(alignof(SBZLifeActionSlot_Multicast_OnSlotFreed) == 0x000008, "Wrong alignment on SBZLifeActionSlot_Multicast_OnSlotFreed"); \ +static_assert(sizeof(SBZLifeActionSlot_Multicast_OnSlotFreed) == 0x000008, "Wrong size on SBZLifeActionSlot_Multicast_OnSlotFreed"); \ +static_assert(offsetof(SBZLifeActionSlot_Multicast_OnSlotFreed, InCharacter) == 0x000000, "Member 'SBZLifeActionSlot_Multicast_OnSlotFreed::InCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_Multicast_OnSlotStart \ +static_assert(alignof(SBZLifeActionSlot_Multicast_OnSlotStart) == 0x000008, "Wrong alignment on SBZLifeActionSlot_Multicast_OnSlotStart"); \ +static_assert(sizeof(SBZLifeActionSlot_Multicast_OnSlotStart) == 0x000008, "Wrong size on SBZLifeActionSlot_Multicast_OnSlotStart"); \ +static_assert(offsetof(SBZLifeActionSlot_Multicast_OnSlotStart, InCharacter) == 0x000000, "Member 'SBZLifeActionSlot_Multicast_OnSlotStart::InCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_OnCharacterAnimEvent \ +static_assert(alignof(SBZLifeActionSlot_OnCharacterAnimEvent) == 0x000004, "Wrong alignment on SBZLifeActionSlot_OnCharacterAnimEvent"); \ +static_assert(sizeof(SBZLifeActionSlot_OnCharacterAnimEvent) == 0x000010, "Wrong size on SBZLifeActionSlot_OnCharacterAnimEvent"); \ +static_assert(offsetof(SBZLifeActionSlot_OnCharacterAnimEvent, EventTag) == 0x000000, "Member 'SBZLifeActionSlot_OnCharacterAnimEvent::EventTag' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionSlot_OnCharacterAnimEvent, bActive) == 0x00000C, "Member 'SBZLifeActionSlot_OnCharacterAnimEvent::bActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_OnMontageBlendOut \ +static_assert(alignof(SBZLifeActionSlot_OnMontageBlendOut) == 0x000008, "Wrong alignment on SBZLifeActionSlot_OnMontageBlendOut"); \ +static_assert(sizeof(SBZLifeActionSlot_OnMontageBlendOut) == 0x000010, "Wrong size on SBZLifeActionSlot_OnMontageBlendOut"); \ +static_assert(offsetof(SBZLifeActionSlot_OnMontageBlendOut, Montage) == 0x000000, "Member 'SBZLifeActionSlot_OnMontageBlendOut::Montage' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionSlot_OnMontageBlendOut, bInterrupted) == 0x000008, "Member 'SBZLifeActionSlot_OnMontageBlendOut::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_OnMontageEnded \ +static_assert(alignof(SBZLifeActionSlot_OnMontageEnded) == 0x000008, "Wrong alignment on SBZLifeActionSlot_OnMontageEnded"); \ +static_assert(sizeof(SBZLifeActionSlot_OnMontageEnded) == 0x000010, "Wrong size on SBZLifeActionSlot_OnMontageEnded"); \ +static_assert(offsetof(SBZLifeActionSlot_OnMontageEnded, Montage) == 0x000000, "Member 'SBZLifeActionSlot_OnMontageEnded::Montage' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionSlot_OnMontageEnded, bInterrupted) == 0x000008, "Member 'SBZLifeActionSlot_OnMontageEnded::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_StopDialog \ +static_assert(alignof(SBZLifeActionSlot_StopDialog) == 0x000001, "Wrong alignment on SBZLifeActionSlot_StopDialog"); \ +static_assert(sizeof(SBZLifeActionSlot_StopDialog) == 0x000001, "Wrong size on SBZLifeActionSlot_StopDialog"); \ +static_assert(offsetof(SBZLifeActionSlot_StopDialog, bReset) == 0x000000, "Member 'SBZLifeActionSlot_StopDialog::bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_SwitchMontageNextSection \ +static_assert(alignof(SBZLifeActionSlot_SwitchMontageNextSection) == 0x000004, "Wrong alignment on SBZLifeActionSlot_SwitchMontageNextSection"); \ +static_assert(sizeof(SBZLifeActionSlot_SwitchMontageNextSection) == 0x00000C, "Wrong size on SBZLifeActionSlot_SwitchMontageNextSection"); \ +static_assert(offsetof(SBZLifeActionSlot_SwitchMontageNextSection, SectionName) == 0x000000, "Member 'SBZLifeActionSlot_SwitchMontageNextSection::SectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_SwitchMontageSection \ +static_assert(alignof(SBZLifeActionSlot_SwitchMontageSection) == 0x000004, "Wrong alignment on SBZLifeActionSlot_SwitchMontageSection"); \ +static_assert(sizeof(SBZLifeActionSlot_SwitchMontageSection) == 0x00000C, "Wrong size on SBZLifeActionSlot_SwitchMontageSection"); \ +static_assert(offsetof(SBZLifeActionSlot_SwitchMontageSection, SectionName) == 0x000000, "Member 'SBZLifeActionSlot_SwitchMontageSection::SectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_CanBeReservedBy \ +static_assert(alignof(SBZLifeActionSlot_CanBeReservedBy) == 0x000008, "Wrong alignment on SBZLifeActionSlot_CanBeReservedBy"); \ +static_assert(sizeof(SBZLifeActionSlot_CanBeReservedBy) == 0x000050, "Wrong size on SBZLifeActionSlot_CanBeReservedBy"); \ +static_assert(offsetof(SBZLifeActionSlot_CanBeReservedBy, InCharacter) == 0x000000, "Member 'SBZLifeActionSlot_CanBeReservedBy::InCharacter' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionSlot_CanBeReservedBy, Request) == 0x000008, "Member 'SBZLifeActionSlot_CanBeReservedBy::Request' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionSlot_CanBeReservedBy, bLogErrors) == 0x000048, "Member 'SBZLifeActionSlot_CanBeReservedBy::bLogErrors' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionSlot_CanBeReservedBy, ReturnValue) == 0x000049, "Member 'SBZLifeActionSlot_CanBeReservedBy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_GetAcceptableAngle \ +static_assert(alignof(SBZLifeActionSlot_GetAcceptableAngle) == 0x000004, "Wrong alignment on SBZLifeActionSlot_GetAcceptableAngle"); \ +static_assert(sizeof(SBZLifeActionSlot_GetAcceptableAngle) == 0x000004, "Wrong size on SBZLifeActionSlot_GetAcceptableAngle"); \ +static_assert(offsetof(SBZLifeActionSlot_GetAcceptableAngle, ReturnValue) == 0x000000, "Member 'SBZLifeActionSlot_GetAcceptableAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_GetAcceptableRadius \ +static_assert(alignof(SBZLifeActionSlot_GetAcceptableRadius) == 0x000004, "Wrong alignment on SBZLifeActionSlot_GetAcceptableRadius"); \ +static_assert(sizeof(SBZLifeActionSlot_GetAcceptableRadius) == 0x000004, "Wrong size on SBZLifeActionSlot_GetAcceptableRadius"); \ +static_assert(offsetof(SBZLifeActionSlot_GetAcceptableRadius, ReturnValue) == 0x000000, "Member 'SBZLifeActionSlot_GetAcceptableRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_GetCharacter \ +static_assert(alignof(SBZLifeActionSlot_GetCharacter) == 0x000008, "Wrong alignment on SBZLifeActionSlot_GetCharacter"); \ +static_assert(sizeof(SBZLifeActionSlot_GetCharacter) == 0x000008, "Wrong size on SBZLifeActionSlot_GetCharacter"); \ +static_assert(offsetof(SBZLifeActionSlot_GetCharacter, ReturnValue) == 0x000000, "Member 'SBZLifeActionSlot_GetCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_GetCurrentActionMontage \ +static_assert(alignof(SBZLifeActionSlot_GetCurrentActionMontage) == 0x000008, "Wrong alignment on SBZLifeActionSlot_GetCurrentActionMontage"); \ +static_assert(sizeof(SBZLifeActionSlot_GetCurrentActionMontage) == 0x000010, "Wrong size on SBZLifeActionSlot_GetCurrentActionMontage"); \ +static_assert(offsetof(SBZLifeActionSlot_GetCurrentActionMontage, InCharacter) == 0x000000, "Member 'SBZLifeActionSlot_GetCurrentActionMontage::InCharacter' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionSlot_GetCurrentActionMontage, ReturnValue) == 0x000008, "Member 'SBZLifeActionSlot_GetCurrentActionMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_GetCurrentEnterMontage \ +static_assert(alignof(SBZLifeActionSlot_GetCurrentEnterMontage) == 0x000008, "Wrong alignment on SBZLifeActionSlot_GetCurrentEnterMontage"); \ +static_assert(sizeof(SBZLifeActionSlot_GetCurrentEnterMontage) == 0x000010, "Wrong size on SBZLifeActionSlot_GetCurrentEnterMontage"); \ +static_assert(offsetof(SBZLifeActionSlot_GetCurrentEnterMontage, InCharacter) == 0x000000, "Member 'SBZLifeActionSlot_GetCurrentEnterMontage::InCharacter' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionSlot_GetCurrentEnterMontage, ReturnValue) == 0x000008, "Member 'SBZLifeActionSlot_GetCurrentEnterMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_GetCurrentExitMontage \ +static_assert(alignof(SBZLifeActionSlot_GetCurrentExitMontage) == 0x000008, "Wrong alignment on SBZLifeActionSlot_GetCurrentExitMontage"); \ +static_assert(sizeof(SBZLifeActionSlot_GetCurrentExitMontage) == 0x000010, "Wrong size on SBZLifeActionSlot_GetCurrentExitMontage"); \ +static_assert(offsetof(SBZLifeActionSlot_GetCurrentExitMontage, InCharacter) == 0x000000, "Member 'SBZLifeActionSlot_GetCurrentExitMontage::InCharacter' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionSlot_GetCurrentExitMontage, ReturnValue) == 0x000008, "Member 'SBZLifeActionSlot_GetCurrentExitMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_GetCurrentReservationID \ +static_assert(alignof(SBZLifeActionSlot_GetCurrentReservationID) == 0x000004, "Wrong alignment on SBZLifeActionSlot_GetCurrentReservationID"); \ +static_assert(sizeof(SBZLifeActionSlot_GetCurrentReservationID) == 0x000004, "Wrong size on SBZLifeActionSlot_GetCurrentReservationID"); \ +static_assert(offsetof(SBZLifeActionSlot_GetCurrentReservationID, ReturnValue) == 0x000000, "Member 'SBZLifeActionSlot_GetCurrentReservationID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_GetMoveToLocation \ +static_assert(alignof(SBZLifeActionSlot_GetMoveToLocation) == 0x000004, "Wrong alignment on SBZLifeActionSlot_GetMoveToLocation"); \ +static_assert(sizeof(SBZLifeActionSlot_GetMoveToLocation) == 0x00000C, "Wrong size on SBZLifeActionSlot_GetMoveToLocation"); \ +static_assert(offsetof(SBZLifeActionSlot_GetMoveToLocation, ReturnValue) == 0x000000, "Member 'SBZLifeActionSlot_GetMoveToLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_GetMoveToRotation \ +static_assert(alignof(SBZLifeActionSlot_GetMoveToRotation) == 0x000004, "Wrong alignment on SBZLifeActionSlot_GetMoveToRotation"); \ +static_assert(sizeof(SBZLifeActionSlot_GetMoveToRotation) == 0x00000C, "Wrong size on SBZLifeActionSlot_GetMoveToRotation"); \ +static_assert(offsetof(SBZLifeActionSlot_GetMoveToRotation, ReturnValue) == 0x000000, "Member 'SBZLifeActionSlot_GetMoveToRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_GetMoveToTransform \ +static_assert(alignof(SBZLifeActionSlot_GetMoveToTransform) == 0x000010, "Wrong alignment on SBZLifeActionSlot_GetMoveToTransform"); \ +static_assert(sizeof(SBZLifeActionSlot_GetMoveToTransform) == 0x000030, "Wrong size on SBZLifeActionSlot_GetMoveToTransform"); \ +static_assert(offsetof(SBZLifeActionSlot_GetMoveToTransform, ReturnValue) == 0x000000, "Member 'SBZLifeActionSlot_GetMoveToTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_GetPlayingActionMontage \ +static_assert(alignof(SBZLifeActionSlot_GetPlayingActionMontage) == 0x000008, "Wrong alignment on SBZLifeActionSlot_GetPlayingActionMontage"); \ +static_assert(sizeof(SBZLifeActionSlot_GetPlayingActionMontage) == 0x000008, "Wrong size on SBZLifeActionSlot_GetPlayingActionMontage"); \ +static_assert(offsetof(SBZLifeActionSlot_GetPlayingActionMontage, ReturnValue) == 0x000000, "Member 'SBZLifeActionSlot_GetPlayingActionMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_GetState \ +static_assert(alignof(SBZLifeActionSlot_GetState) == 0x000001, "Wrong alignment on SBZLifeActionSlot_GetState"); \ +static_assert(sizeof(SBZLifeActionSlot_GetState) == 0x000001, "Wrong size on SBZLifeActionSlot_GetState"); \ +static_assert(offsetof(SBZLifeActionSlot_GetState, ReturnValue) == 0x000000, "Member 'SBZLifeActionSlot_GetState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_GetTag \ +static_assert(alignof(SBZLifeActionSlot_GetTag) == 0x000004, "Wrong alignment on SBZLifeActionSlot_GetTag"); \ +static_assert(sizeof(SBZLifeActionSlot_GetTag) == 0x00000C, "Wrong size on SBZLifeActionSlot_GetTag"); \ +static_assert(offsetof(SBZLifeActionSlot_GetTag, ReturnValue) == 0x000000, "Member 'SBZLifeActionSlot_GetTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_IsFree \ +static_assert(alignof(SBZLifeActionSlot_IsFree) == 0x000001, "Wrong alignment on SBZLifeActionSlot_IsFree"); \ +static_assert(sizeof(SBZLifeActionSlot_IsFree) == 0x000001, "Wrong size on SBZLifeActionSlot_IsFree"); \ +static_assert(offsetof(SBZLifeActionSlot_IsFree, ReturnValue) == 0x000000, "Member 'SBZLifeActionSlot_IsFree::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_IsPlayingActionMontage \ +static_assert(alignof(SBZLifeActionSlot_IsPlayingActionMontage) == 0x000008, "Wrong alignment on SBZLifeActionSlot_IsPlayingActionMontage"); \ +static_assert(sizeof(SBZLifeActionSlot_IsPlayingActionMontage) == 0x000010, "Wrong size on SBZLifeActionSlot_IsPlayingActionMontage"); \ +static_assert(offsetof(SBZLifeActionSlot_IsPlayingActionMontage, InCharacter) == 0x000000, "Member 'SBZLifeActionSlot_IsPlayingActionMontage::InCharacter' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionSlot_IsPlayingActionMontage, ReturnValue) == 0x000008, "Member 'SBZLifeActionSlot_IsPlayingActionMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_IsPlayingEnterMontage \ +static_assert(alignof(SBZLifeActionSlot_IsPlayingEnterMontage) == 0x000008, "Wrong alignment on SBZLifeActionSlot_IsPlayingEnterMontage"); \ +static_assert(sizeof(SBZLifeActionSlot_IsPlayingEnterMontage) == 0x000010, "Wrong size on SBZLifeActionSlot_IsPlayingEnterMontage"); \ +static_assert(offsetof(SBZLifeActionSlot_IsPlayingEnterMontage, InCharacter) == 0x000000, "Member 'SBZLifeActionSlot_IsPlayingEnterMontage::InCharacter' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionSlot_IsPlayingEnterMontage, ReturnValue) == 0x000008, "Member 'SBZLifeActionSlot_IsPlayingEnterMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_IsPlayingExitMontage \ +static_assert(alignof(SBZLifeActionSlot_IsPlayingExitMontage) == 0x000008, "Wrong alignment on SBZLifeActionSlot_IsPlayingExitMontage"); \ +static_assert(sizeof(SBZLifeActionSlot_IsPlayingExitMontage) == 0x000010, "Wrong size on SBZLifeActionSlot_IsPlayingExitMontage"); \ +static_assert(offsetof(SBZLifeActionSlot_IsPlayingExitMontage, InCharacter) == 0x000000, "Member 'SBZLifeActionSlot_IsPlayingExitMontage::InCharacter' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionSlot_IsPlayingExitMontage, ReturnValue) == 0x000008, "Member 'SBZLifeActionSlot_IsPlayingExitMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_IsReadyToStart \ +static_assert(alignof(SBZLifeActionSlot_IsReadyToStart) == 0x000001, "Wrong alignment on SBZLifeActionSlot_IsReadyToStart"); \ +static_assert(sizeof(SBZLifeActionSlot_IsReadyToStart) == 0x000001, "Wrong size on SBZLifeActionSlot_IsReadyToStart"); \ +static_assert(offsetof(SBZLifeActionSlot_IsReadyToStart, ReturnValue) == 0x000000, "Member 'SBZLifeActionSlot_IsReadyToStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_IsReservedBy \ +static_assert(alignof(SBZLifeActionSlot_IsReservedBy) == 0x000008, "Wrong alignment on SBZLifeActionSlot_IsReservedBy"); \ +static_assert(sizeof(SBZLifeActionSlot_IsReservedBy) == 0x000010, "Wrong size on SBZLifeActionSlot_IsReservedBy"); \ +static_assert(offsetof(SBZLifeActionSlot_IsReservedBy, InCharacter) == 0x000000, "Member 'SBZLifeActionSlot_IsReservedBy::InCharacter' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionSlot_IsReservedBy, ReturnValue) == 0x000008, "Member 'SBZLifeActionSlot_IsReservedBy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_IsUsingAnEnterAnimation \ +static_assert(alignof(SBZLifeActionSlot_IsUsingAnEnterAnimation) == 0x000001, "Wrong alignment on SBZLifeActionSlot_IsUsingAnEnterAnimation"); \ +static_assert(sizeof(SBZLifeActionSlot_IsUsingAnEnterAnimation) == 0x000001, "Wrong size on SBZLifeActionSlot_IsUsingAnEnterAnimation"); \ +static_assert(offsetof(SBZLifeActionSlot_IsUsingAnEnterAnimation, ReturnValue) == 0x000000, "Member 'SBZLifeActionSlot_IsUsingAnEnterAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_IsUsingAnExitAnimation \ +static_assert(alignof(SBZLifeActionSlot_IsUsingAnExitAnimation) == 0x000001, "Wrong alignment on SBZLifeActionSlot_IsUsingAnExitAnimation"); \ +static_assert(sizeof(SBZLifeActionSlot_IsUsingAnExitAnimation) == 0x000001, "Wrong size on SBZLifeActionSlot_IsUsingAnExitAnimation"); \ +static_assert(offsetof(SBZLifeActionSlot_IsUsingAnExitAnimation, ReturnValue) == 0x000000, "Member 'SBZLifeActionSlot_IsUsingAnExitAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionSlot_MustBeOccupied \ +static_assert(alignof(SBZLifeActionSlot_MustBeOccupied) == 0x000001, "Wrong alignment on SBZLifeActionSlot_MustBeOccupied"); \ +static_assert(sizeof(SBZLifeActionSlot_MustBeOccupied) == 0x000001, "Wrong size on SBZLifeActionSlot_MustBeOccupied"); \ +static_assert(offsetof(SBZLifeActionSlot_MustBeOccupied, ReturnValue) == 0x000000, "Member 'SBZLifeActionSlot_MustBeOccupied::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLifeActionSlot \ +static_assert(alignof(USBZLifeActionSlot) == 0x000010, "Wrong alignment on USBZLifeActionSlot"); \ +static_assert(sizeof(USBZLifeActionSlot) == 0x000440, "Wrong size on USBZLifeActionSlot"); \ +static_assert(offsetof(USBZLifeActionSlot, Tag) == 0x000298, "Member 'USBZLifeActionSlot::Tag' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, GrantedTags) == 0x0002A8, "Member 'USBZLifeActionSlot::GrantedTags' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, ConsumedTags) == 0x0002C8, "Member 'USBZLifeActionSlot::ConsumedTags' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, NeededTags) == 0x0002E8, "Member 'USBZLifeActionSlot::NeededTags' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, ExcludedByTags) == 0x000308, "Member 'USBZLifeActionSlot::ExcludedByTags' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, bMustBeOccupied) == 0x000328, "Member 'USBZLifeActionSlot::bMustBeOccupied' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, bNeedOtherSlotsReadyToBeReserved) == 0x000329, "Member 'USBZLifeActionSlot::bNeedOtherSlotsReadyToBeReserved' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, bOpenForRandomReservation) == 0x00032A, "Member 'USBZLifeActionSlot::bOpenForRandomReservation' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, bIgnoreAffinityListCheck) == 0x00032B, "Member 'USBZLifeActionSlot::bIgnoreAffinityListCheck' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, bUseAcceptableRadius) == 0x00032C, "Member 'USBZLifeActionSlot::bUseAcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, AcceptableRadius) == 0x000330, "Member 'USBZLifeActionSlot::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, bUseAcceptableAngle) == 0x000334, "Member 'USBZLifeActionSlot::bUseAcceptableAngle' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, AcceptableAngle) == 0x000338, "Member 'USBZLifeActionSlot::AcceptableAngle' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, AngleOffset) == 0x00033C, "Member 'USBZLifeActionSlot::AngleOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, bUseCoolDown) == 0x000340, "Member 'USBZLifeActionSlot::bUseCoolDown' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, CoolDown) == 0x000344, "Member 'USBZLifeActionSlot::CoolDown' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, bUseRandomDuration) == 0x000348, "Member 'USBZLifeActionSlot::bUseRandomDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, RandomDesiredDuration) == 0x00034C, "Member 'USBZLifeActionSlot::RandomDesiredDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, DesiredDuration) == 0x000354, "Member 'USBZLifeActionSlot::DesiredDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, DialogPlayer) == 0x000358, "Member 'USBZLifeActionSlot::DialogPlayer' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, RandomAnimationTagsPicker) == 0x000360, "Member 'USBZLifeActionSlot::RandomAnimationTagsPicker' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, bUseEnterAnimation) == 0x000370, "Member 'USBZLifeActionSlot::bUseEnterAnimation' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, EnterLocation) == 0x000374, "Member 'USBZLifeActionSlot::EnterLocation' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, EnterAnimationTag) == 0x000384, "Member 'USBZLifeActionSlot::EnterAnimationTag' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, bUseExitAnimation) == 0x000390, "Member 'USBZLifeActionSlot::bUseExitAnimation' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, ExitLocation) == 0x000394, "Member 'USBZLifeActionSlot::ExitLocation' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, ExitAnimationTag) == 0x0003A4, "Member 'USBZLifeActionSlot::ExitAnimationTag' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, bExitOnlyIfActionAnimationIsPlaying) == 0x0003B0, "Member 'USBZLifeActionSlot::bExitOnlyIfActionAnimationIsPlaying' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, bUseRandomExit) == 0x0003B1, "Member 'USBZLifeActionSlot::bUseRandomExit' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, ActorEvents) == 0x0003B8, "Member 'USBZLifeActionSlot::ActorEvents' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, PlayingActionMontage) == 0x0003C8, "Member 'USBZLifeActionSlot::PlayingActionMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, PlayingEnterMontage) == 0x0003D0, "Member 'USBZLifeActionSlot::PlayingEnterMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, PlayingExitMontage) == 0x0003D8, "Member 'USBZLifeActionSlot::PlayingExitMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, Character) == 0x0003E0, "Member 'USBZLifeActionSlot::Character' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, bIsReady) == 0x0003E8, "Member 'USBZLifeActionSlot::bIsReady' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, State) == 0x0003E9, "Member 'USBZLifeActionSlot::State' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, CurrentReservationID) == 0x0003EC, "Member 'USBZLifeActionSlot::CurrentReservationID' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, CurrentMontageIndex) == 0x0003F0, "Member 'USBZLifeActionSlot::CurrentMontageIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, OwningLifeActionInstance) == 0x0003F8, "Member 'USBZLifeActionSlot::OwningLifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionSlot, OnTagEvent) == 0x000400, "Member 'USBZLifeActionSlot::OnTagEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIArmedCharacterAnimationCollection \ +static_assert(alignof(USBZAIArmedCharacterAnimationCollection) == 0x000008, "Wrong alignment on USBZAIArmedCharacterAnimationCollection"); \ +static_assert(sizeof(USBZAIArmedCharacterAnimationCollection) == 0x000240, "Wrong size on USBZAIArmedCharacterAnimationCollection"); \ + +#define DUMPER7_ASSERTS_USBZDisengageAbility \ +static_assert(alignof(USBZDisengageAbility) == 0x000008, "Wrong alignment on USBZDisengageAbility"); \ +static_assert(sizeof(USBZDisengageAbility) == 0x0004D8, "Wrong size on USBZDisengageAbility"); \ + +#define DUMPER7_ASSERTS_USBZCharacterLinkedAnimation \ +static_assert(alignof(USBZCharacterLinkedAnimation) == 0x000010, "Wrong alignment on USBZCharacterLinkedAnimation"); \ +static_assert(sizeof(USBZCharacterLinkedAnimation) == 0x000350, "Wrong size on USBZCharacterLinkedAnimation"); \ +static_assert(offsetof(USBZCharacterLinkedAnimation, Character) == 0x0002B8, "Member 'USBZCharacterLinkedAnimation::Character' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterLinkedAnimation, CurrentEquippableClass) == 0x0002C0, "Member 'USBZCharacterLinkedAnimation::CurrentEquippableClass' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterLinkedAnimation, CurrentAnimationCollection) == 0x0002F0, "Member 'USBZCharacterLinkedAnimation::CurrentAnimationCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNavLinkWaitSlotRoot \ +static_assert(alignof(USBZNavLinkWaitSlotRoot) == 0x000010, "Wrong alignment on USBZNavLinkWaitSlotRoot"); \ +static_assert(sizeof(USBZNavLinkWaitSlotRoot) == 0x000240, "Wrong size on USBZNavLinkWaitSlotRoot"); \ +static_assert(offsetof(USBZNavLinkWaitSlotRoot, Slots) == 0x000228, "Member 'USBZNavLinkWaitSlotRoot::Slots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_Search \ +static_assert(alignof(USBZAIOrder_Search) == 0x000008, "Wrong alignment on USBZAIOrder_Search"); \ +static_assert(sizeof(USBZAIOrder_Search) == 0x000170, "Wrong size on USBZAIOrder_Search"); \ +static_assert(offsetof(USBZAIOrder_Search, RoomToSearch) == 0x000160, "Member 'USBZAIOrder_Search::RoomToSearch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWorldEventSectionSwitchNotify \ +static_assert(alignof(USBZWorldEventSectionSwitchNotify) == 0x000008, "Wrong alignment on USBZWorldEventSectionSwitchNotify"); \ +static_assert(sizeof(USBZWorldEventSectionSwitchNotify) == 0x000058, "Wrong size on USBZWorldEventSectionSwitchNotify"); \ +static_assert(offsetof(USBZWorldEventSectionSwitchNotify, SectionName) == 0x000040, "Member 'USBZWorldEventSectionSwitchNotify::SectionName' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldEventSectionSwitchNotify, bNegateEvent) == 0x00004C, "Member 'USBZWorldEventSectionSwitchNotify::bNegateEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldEventSectionSwitchNotify, EventData) == 0x000050, "Member 'USBZWorldEventSectionSwitchNotify::EventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_AgilityClimbOnTopHigh \ +static_assert(alignof(USBZNavArea_AgilityClimbOnTopHigh) == 0x000008, "Wrong alignment on USBZNavArea_AgilityClimbOnTopHigh"); \ +static_assert(sizeof(USBZNavArea_AgilityClimbOnTopHigh) == 0x000050, "Wrong size on USBZNavArea_AgilityClimbOnTopHigh"); \ + +#define DUMPER7_ASSERTS_USBZAICharacterLinkedAnimation \ +static_assert(alignof(USBZAICharacterLinkedAnimation) == 0x000010, "Wrong alignment on USBZAICharacterLinkedAnimation"); \ +static_assert(sizeof(USBZAICharacterLinkedAnimation) == 0x000390, "Wrong size on USBZAICharacterLinkedAnimation"); \ +static_assert(offsetof(USBZAICharacterLinkedAnimation, DownOnGroundIdle) == 0x000358, "Member 'USBZAICharacterLinkedAnimation::DownOnGroundIdle' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterLinkedAnimation, EnterDownOnGroundIdlePanic) == 0x000360, "Member 'USBZAICharacterLinkedAnimation::EnterDownOnGroundIdlePanic' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterLinkedAnimation, DownOnGroundIdlePanic) == 0x000368, "Member 'USBZAICharacterLinkedAnimation::DownOnGroundIdlePanic' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterLinkedAnimation, ExitDownOnGroundIdlePanic) == 0x000370, "Member 'USBZAICharacterLinkedAnimation::ExitDownOnGroundIdlePanic' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterLinkedAnimation, AICharacter) == 0x000378, "Member 'USBZAICharacterLinkedAnimation::AICharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZVote \ +static_assert(alignof(USBZVote) == 0x000008, "Wrong alignment on USBZVote"); \ +static_assert(sizeof(USBZVote) == 0x000158, "Wrong size on USBZVote"); \ +static_assert(offsetof(USBZVote, VotingManager) == 0x000030, "Member 'USBZVote::VotingManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZVoteRestartLevel \ +static_assert(alignof(USBZVoteRestartLevel) == 0x000008, "Wrong alignment on USBZVoteRestartLevel"); \ +static_assert(sizeof(USBZVoteRestartLevel) == 0x000158, "Wrong size on USBZVoteRestartLevel"); \ + +#define DUMPER7_ASSERTS_USBZAIArmedCharacterLinkedAnimation \ +static_assert(alignof(USBZAIArmedCharacterLinkedAnimation) == 0x000010, "Wrong alignment on USBZAIArmedCharacterLinkedAnimation"); \ +static_assert(sizeof(USBZAIArmedCharacterLinkedAnimation) == 0x0003F0, "Wrong size on USBZAIArmedCharacterLinkedAnimation"); \ +static_assert(offsetof(USBZAIArmedCharacterLinkedAnimation, CrouchBlendingAlpha) == 0x00038C, "Member 'USBZAIArmedCharacterLinkedAnimation::CrouchBlendingAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZAIArmedCharacterLinkedAnimation, CrouchToCrouchCover) == 0x000390, "Member 'USBZAIArmedCharacterLinkedAnimation::CrouchToCrouchCover' has a wrong offset!"); \ +static_assert(offsetof(USBZAIArmedCharacterLinkedAnimation, CrouchToStandCover) == 0x000398, "Member 'USBZAIArmedCharacterLinkedAnimation::CrouchToStandCover' has a wrong offset!"); \ +static_assert(offsetof(USBZAIArmedCharacterLinkedAnimation, StandToCrouchCover) == 0x0003A0, "Member 'USBZAIArmedCharacterLinkedAnimation::StandToCrouchCover' has a wrong offset!"); \ +static_assert(offsetof(USBZAIArmedCharacterLinkedAnimation, StandToStandCover) == 0x0003A8, "Member 'USBZAIArmedCharacterLinkedAnimation::StandToStandCover' has a wrong offset!"); \ +static_assert(offsetof(USBZAIArmedCharacterLinkedAnimation, CrouchCoverLoop) == 0x0003B0, "Member 'USBZAIArmedCharacterLinkedAnimation::CrouchCoverLoop' has a wrong offset!"); \ +static_assert(offsetof(USBZAIArmedCharacterLinkedAnimation, StandCoverLoop) == 0x0003B8, "Member 'USBZAIArmedCharacterLinkedAnimation::StandCoverLoop' has a wrong offset!"); \ +static_assert(offsetof(USBZAIArmedCharacterLinkedAnimation, CrouchCoverToCrouch) == 0x0003C0, "Member 'USBZAIArmedCharacterLinkedAnimation::CrouchCoverToCrouch' has a wrong offset!"); \ +static_assert(offsetof(USBZAIArmedCharacterLinkedAnimation, CrouchCoverToStand) == 0x0003C8, "Member 'USBZAIArmedCharacterLinkedAnimation::CrouchCoverToStand' has a wrong offset!"); \ +static_assert(offsetof(USBZAIArmedCharacterLinkedAnimation, StandCoverToCrouch) == 0x0003D0, "Member 'USBZAIArmedCharacterLinkedAnimation::StandCoverToCrouch' has a wrong offset!"); \ +static_assert(offsetof(USBZAIArmedCharacterLinkedAnimation, StandCoverToStand) == 0x0003D8, "Member 'USBZAIArmedCharacterLinkedAnimation::StandCoverToStand' has a wrong offset!"); \ +static_assert(offsetof(USBZAIArmedCharacterLinkedAnimation, StandCoverToCrouchCover) == 0x0003E0, "Member 'USBZAIArmedCharacterLinkedAnimation::StandCoverToCrouchCover' has a wrong offset!"); \ +static_assert(offsetof(USBZAIArmedCharacterLinkedAnimation, CrouchCoverToStandCover) == 0x0003E8, "Member 'USBZAIArmedCharacterLinkedAnimation::CrouchCoverToStandCover' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuCrimeNetStoryModeButton \ +static_assert(alignof(USBZMainMenuCrimeNetStoryModeButton) == 0x000008, "Wrong alignment on USBZMainMenuCrimeNetStoryModeButton"); \ +static_assert(sizeof(USBZMainMenuCrimeNetStoryModeButton) == 0x0003B8, "Wrong size on USBZMainMenuCrimeNetStoryModeButton"); \ +static_assert(offsetof(USBZMainMenuCrimeNetStoryModeButton, bIsIntroVideo) == 0x0003B0, "Member 'USBZMainMenuCrimeNetStoryModeButton::bIsIntroVideo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServerBrowserStoryModeButton_SetStoryButtonDetails \ +static_assert(alignof(SBZServerBrowserStoryModeButton_SetStoryButtonDetails) == 0x000008, "Wrong alignment on SBZServerBrowserStoryModeButton_SetStoryButtonDetails"); \ +static_assert(sizeof(SBZServerBrowserStoryModeButton_SetStoryButtonDetails) == 0x000010, "Wrong size on SBZServerBrowserStoryModeButton_SetStoryButtonDetails"); \ +static_assert(offsetof(SBZServerBrowserStoryModeButton_SetStoryButtonDetails, ParentHeistButton) == 0x000000, "Member 'SBZServerBrowserStoryModeButton_SetStoryButtonDetails::ParentHeistButton' has a wrong offset!"); \ +static_assert(offsetof(SBZServerBrowserStoryModeButton_SetStoryButtonDetails, bInCollectionContainsStoryModeContent) == 0x000008, "Member 'SBZServerBrowserStoryModeButton_SetStoryButtonDetails::bInCollectionContainsStoryModeContent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZServerBrowserStoryModeButton \ +static_assert(alignof(USBZServerBrowserStoryModeButton) == 0x000008, "Wrong alignment on USBZServerBrowserStoryModeButton"); \ +static_assert(sizeof(USBZServerBrowserStoryModeButton) == 0x0003C0, "Wrong size on USBZServerBrowserStoryModeButton"); \ +static_assert(offsetof(USBZServerBrowserStoryModeButton, bIsInputTypeDependent) == 0x0003B8, "Member 'USBZServerBrowserStoryModeButton::bIsInputTypeDependent' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserStoryModeButton, bCollectionContainsStoryModeContent) == 0x0003B9, "Member 'USBZServerBrowserStoryModeButton::bCollectionContainsStoryModeContent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIOrder_ReleaseHostage_OnTargetHostageStateChanged \ +static_assert(alignof(SBZAIOrder_ReleaseHostage_OnTargetHostageStateChanged) == 0x000001, "Wrong alignment on SBZAIOrder_ReleaseHostage_OnTargetHostageStateChanged"); \ +static_assert(sizeof(SBZAIOrder_ReleaseHostage_OnTargetHostageStateChanged) == 0x000001, "Wrong size on SBZAIOrder_ReleaseHostage_OnTargetHostageStateChanged"); \ +static_assert(offsetof(SBZAIOrder_ReleaseHostage_OnTargetHostageStateChanged, NewHostageState) == 0x000000, "Member 'SBZAIOrder_ReleaseHostage_OnTargetHostageStateChanged::NewHostageState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_ReleaseHostage \ +static_assert(alignof(USBZAIOrder_ReleaseHostage) == 0x000008, "Wrong alignment on USBZAIOrder_ReleaseHostage"); \ +static_assert(sizeof(USBZAIOrder_ReleaseHostage) == 0x000140, "Wrong size on USBZAIOrder_ReleaseHostage"); \ +static_assert(offsetof(USBZAIOrder_ReleaseHostage, DespawnTag) == 0x000130, "Member 'USBZAIOrder_ReleaseHostage::DespawnTag' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_ReleaseHostage, bWasTraded) == 0x00013C, "Member 'USBZAIOrder_ReleaseHostage::bWasTraded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryGenerator_WorldRuntimeActors \ +static_assert(alignof(USBZEnvQueryGenerator_WorldRuntimeActors) == 0x000008, "Wrong alignment on USBZEnvQueryGenerator_WorldRuntimeActors"); \ +static_assert(sizeof(USBZEnvQueryGenerator_WorldRuntimeActors) == 0x000060, "Wrong size on USBZEnvQueryGenerator_WorldRuntimeActors"); \ +static_assert(offsetof(USBZEnvQueryGenerator_WorldRuntimeActors, ActorSetting) == 0x000058, "Member 'USBZEnvQueryGenerator_WorldRuntimeActors::ActorSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAttractorDataAsset \ +static_assert(alignof(USBZAttractorDataAsset) == 0x000008, "Wrong alignment on USBZAttractorDataAsset"); \ +static_assert(sizeof(USBZAttractorDataAsset) == 0x0000A8, "Wrong size on USBZAttractorDataAsset"); \ +static_assert(offsetof(USBZAttractorDataAsset, RegisterAsSourceForSenses) == 0x000038, "Member 'USBZAttractorDataAsset::RegisterAsSourceForSenses' has a wrong offset!"); \ +static_assert(offsetof(USBZAttractorDataAsset, DefaultSense) == 0x000048, "Member 'USBZAttractorDataAsset::DefaultSense' has a wrong offset!"); \ +static_assert(offsetof(USBZAttractorDataAsset, MaxHeistStateToBeEnabled) == 0x000050, "Member 'USBZAttractorDataAsset::MaxHeistStateToBeEnabled' has a wrong offset!"); \ +static_assert(offsetof(USBZAttractorDataAsset, Priority) == 0x000051, "Member 'USBZAttractorDataAsset::Priority' has a wrong offset!"); \ +static_assert(offsetof(USBZAttractorDataAsset, Radius) == 0x000054, "Member 'USBZAttractorDataAsset::Radius' has a wrong offset!"); \ +static_assert(offsetof(USBZAttractorDataAsset, bUseMaxConcurrentUsers) == 0x000058, "Member 'USBZAttractorDataAsset::bUseMaxConcurrentUsers' has a wrong offset!"); \ +static_assert(offsetof(USBZAttractorDataAsset, MaxConcurrentUsers) == 0x00005C, "Member 'USBZAttractorDataAsset::MaxConcurrentUsers' has a wrong offset!"); \ +static_assert(offsetof(USBZAttractorDataAsset, MaxUses) == 0x000060, "Member 'USBZAttractorDataAsset::MaxUses' has a wrong offset!"); \ +static_assert(offsetof(USBZAttractorDataAsset, bDestroyOnComplete) == 0x000064, "Member 'USBZAttractorDataAsset::bDestroyOnComplete' has a wrong offset!"); \ +static_assert(offsetof(USBZAttractorDataAsset, bIsReusable) == 0x000065, "Member 'USBZAttractorDataAsset::bIsReusable' has a wrong offset!"); \ +static_assert(offsetof(USBZAttractorDataAsset, Tags) == 0x000068, "Member 'USBZAttractorDataAsset::Tags' has a wrong offset!"); \ +static_assert(offsetof(USBZAttractorDataAsset, AttractorPredicates) == 0x000088, "Member 'USBZAttractorDataAsset::AttractorPredicates' has a wrong offset!"); \ +static_assert(offsetof(USBZAttractorDataAsset, ActionMetaData) == 0x000098, "Member 'USBZAttractorDataAsset::ActionMetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_SquadProtect \ +static_assert(alignof(USBZAIOrder_SquadProtect) == 0x000008, "Wrong alignment on USBZAIOrder_SquadProtect"); \ +static_assert(sizeof(USBZAIOrder_SquadProtect) == 0x000258, "Wrong size on USBZAIOrder_SquadProtect"); \ + +#define DUMPER7_ASSERTS_SBZAIAttractorComponent_OnHeistStateChanged \ +static_assert(alignof(SBZAIAttractorComponent_OnHeistStateChanged) == 0x000001, "Wrong alignment on SBZAIAttractorComponent_OnHeistStateChanged"); \ +static_assert(sizeof(SBZAIAttractorComponent_OnHeistStateChanged) == 0x000002, "Wrong size on SBZAIAttractorComponent_OnHeistStateChanged"); \ +static_assert(offsetof(SBZAIAttractorComponent_OnHeistStateChanged, OldState) == 0x000000, "Member 'SBZAIAttractorComponent_OnHeistStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZAIAttractorComponent_OnHeistStateChanged, NewState) == 0x000001, "Member 'SBZAIAttractorComponent_OnHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIAttractorComponent_SetAttractorInstigator \ +static_assert(alignof(SBZAIAttractorComponent_SetAttractorInstigator) == 0x000008, "Wrong alignment on SBZAIAttractorComponent_SetAttractorInstigator"); \ +static_assert(sizeof(SBZAIAttractorComponent_SetAttractorInstigator) == 0x000008, "Wrong size on SBZAIAttractorComponent_SetAttractorInstigator"); \ +static_assert(offsetof(SBZAIAttractorComponent_SetAttractorInstigator, Instigator) == 0x000000, "Member 'SBZAIAttractorComponent_SetAttractorInstigator::Instigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIAttractorComponent_SetEnabled \ +static_assert(alignof(SBZAIAttractorComponent_SetEnabled) == 0x000001, "Wrong alignment on SBZAIAttractorComponent_SetEnabled"); \ +static_assert(sizeof(SBZAIAttractorComponent_SetEnabled) == 0x000002, "Wrong size on SBZAIAttractorComponent_SetEnabled"); \ +static_assert(offsetof(SBZAIAttractorComponent_SetEnabled, bEnabled) == 0x000000, "Member 'SBZAIAttractorComponent_SetEnabled::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(SBZAIAttractorComponent_SetEnabled, ReturnValue) == 0x000001, "Member 'SBZAIAttractorComponent_SetEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIAttractorComponent \ +static_assert(alignof(USBZAIAttractorComponent) == 0x000008, "Wrong alignment on USBZAIAttractorComponent"); \ +static_assert(sizeof(USBZAIAttractorComponent) == 0x000218, "Wrong size on USBZAIAttractorComponent"); \ +static_assert(offsetof(USBZAIAttractorComponent, RegisterAsSourceForSenses) == 0x0000C8, "Member 'USBZAIAttractorComponent::RegisterAsSourceForSenses' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAttractorComponent, DefaultSense) == 0x0000D8, "Member 'USBZAIAttractorComponent::DefaultSense' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAttractorComponent, MaxHeistStateToBeEnabled) == 0x0000E0, "Member 'USBZAIAttractorComponent::MaxHeistStateToBeEnabled' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAttractorComponent, AttractorDataAssetDefault) == 0x0000E8, "Member 'USBZAIAttractorComponent::AttractorDataAssetDefault' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAttractorComponent, AttractorDataAsset) == 0x0000F0, "Member 'USBZAIAttractorComponent::AttractorDataAsset' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAttractorComponent, Priority) == 0x0000F8, "Member 'USBZAIAttractorComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAttractorComponent, Radius) == 0x0000FC, "Member 'USBZAIAttractorComponent::Radius' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAttractorComponent, bUseMaxConcurrentUsers) == 0x000100, "Member 'USBZAIAttractorComponent::bUseMaxConcurrentUsers' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAttractorComponent, MaxConcurrentUsers) == 0x000104, "Member 'USBZAIAttractorComponent::MaxConcurrentUsers' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAttractorComponent, MaxUses) == 0x000108, "Member 'USBZAIAttractorComponent::MaxUses' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAttractorComponent, bDestroyOnComplete) == 0x00010C, "Member 'USBZAIAttractorComponent::bDestroyOnComplete' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAttractorComponent, bIsReusable) == 0x00010D, "Member 'USBZAIAttractorComponent::bIsReusable' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAttractorComponent, Tags) == 0x000110, "Member 'USBZAIAttractorComponent::Tags' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAttractorComponent, AttractorPredicate) == 0x000130, "Member 'USBZAIAttractorComponent::AttractorPredicate' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAttractorComponent, AttractorPredicates) == 0x000138, "Member 'USBZAIAttractorComponent::AttractorPredicates' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAttractorComponent, StealthAttractorPredicate) == 0x000148, "Member 'USBZAIAttractorComponent::StealthAttractorPredicate' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAttractorComponent, Actions) == 0x000150, "Member 'USBZAIAttractorComponent::Actions' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAttractorComponent, ActionMetaData) == 0x000160, "Member 'USBZAIAttractorComponent::ActionMetaData' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAttractorComponent, ActiveUsers) == 0x000170, "Member 'USBZAIAttractorComponent::ActiveUsers' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAttractorComponent, DormantUsers) == 0x000180, "Member 'USBZAIAttractorComponent::DormantUsers' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAttractorComponent, CompletedUsers) == 0x000190, "Member 'USBZAIAttractorComponent::CompletedUsers' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAttractorComponent, IgnoreActors) == 0x0001A0, "Member 'USBZAIAttractorComponent::IgnoreActors' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAttractorComponent, DormantActions) == 0x0001B0, "Member 'USBZAIAttractorComponent::DormantActions' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAttractorComponent, ActiveActions) == 0x0001C0, "Member 'USBZAIAttractorComponent::ActiveActions' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAttractorComponent, AttractorInstigator) == 0x0001D0, "Member 'USBZAIAttractorComponent::AttractorInstigator' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAttractorComponent, bIsEnabledAfteSearch) == 0x0001D8, "Member 'USBZAIAttractorComponent::bIsEnabledAfteSearch' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAttractorComponent, bIsEnabled) == 0x0001D9, "Member 'USBZAIAttractorComponent::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWaitStateMachineStateChangeCallbackProxy_WaitGameStateMachineStateChange \ +static_assert(alignof(SBZWaitStateMachineStateChangeCallbackProxy_WaitGameStateMachineStateChange) == 0x000008, "Wrong alignment on SBZWaitStateMachineStateChangeCallbackProxy_WaitGameStateMachineStateChange"); \ +static_assert(sizeof(SBZWaitStateMachineStateChangeCallbackProxy_WaitGameStateMachineStateChange) == 0x000010, "Wrong size on SBZWaitStateMachineStateChangeCallbackProxy_WaitGameStateMachineStateChange"); \ +static_assert(offsetof(SBZWaitStateMachineStateChangeCallbackProxy_WaitGameStateMachineStateChange, WorldContextObject_0) == 0x000000, "Member 'SBZWaitStateMachineStateChangeCallbackProxy_WaitGameStateMachineStateChange::WorldContextObject_0' has a wrong offset!"); \ +static_assert(offsetof(SBZWaitStateMachineStateChangeCallbackProxy_WaitGameStateMachineStateChange, ReturnValue) == 0x000008, "Member 'SBZWaitStateMachineStateChangeCallbackProxy_WaitGameStateMachineStateChange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWaitStateMachineStateChangeCallbackProxy_HandleStateEntered \ +static_assert(alignof(SBZWaitStateMachineStateChangeCallbackProxy_HandleStateEntered) == 0x000004, "Wrong alignment on SBZWaitStateMachineStateChangeCallbackProxy_HandleStateEntered"); \ +static_assert(sizeof(SBZWaitStateMachineStateChangeCallbackProxy_HandleStateEntered) == 0x00000C, "Wrong size on SBZWaitStateMachineStateChangeCallbackProxy_HandleStateEntered"); \ +static_assert(offsetof(SBZWaitStateMachineStateChangeCallbackProxy_HandleStateEntered, StateName) == 0x000000, "Member 'SBZWaitStateMachineStateChangeCallbackProxy_HandleStateEntered::StateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWaitStateMachineStateChangeCallbackProxy \ +static_assert(alignof(USBZWaitStateMachineStateChangeCallbackProxy) == 0x000008, "Wrong alignment on USBZWaitStateMachineStateChangeCallbackProxy"); \ +static_assert(sizeof(USBZWaitStateMachineStateChangeCallbackProxy) == 0x000050, "Wrong size on USBZWaitStateMachineStateChangeCallbackProxy"); \ +static_assert(offsetof(USBZWaitStateMachineStateChangeCallbackProxy, OnSuccess) == 0x000038, "Member 'USBZWaitStateMachineStateChangeCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(USBZWaitStateMachineStateChangeCallbackProxy, WorldContextObject) == 0x000048, "Member 'USBZWaitStateMachineStateChangeCallbackProxy::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAttractorPredicate \ +static_assert(alignof(USBZAttractorPredicate) == 0x000008, "Wrong alignment on USBZAttractorPredicate"); \ +static_assert(sizeof(USBZAttractorPredicate) == 0x000038, "Wrong size on USBZAttractorPredicate"); \ +static_assert(offsetof(USBZAttractorPredicate, bIsInversed) == 0x000030, "Member 'USBZAttractorPredicate::bIsInversed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZBlockableNavlinkInterface \ +static_assert(alignof(ISBZBlockableNavlinkInterface) == 0x000001, "Wrong alignment on ISBZBlockableNavlinkInterface"); \ +static_assert(sizeof(ISBZBlockableNavlinkInterface) == 0x000001, "Wrong size on ISBZBlockableNavlinkInterface"); \ + +#define DUMPER7_ASSERTS_SBZAirNavigation_HasValidNavigationAt \ +static_assert(alignof(SBZAirNavigation_HasValidNavigationAt) == 0x000004, "Wrong alignment on SBZAirNavigation_HasValidNavigationAt"); \ +static_assert(sizeof(SBZAirNavigation_HasValidNavigationAt) == 0x000010, "Wrong size on SBZAirNavigation_HasValidNavigationAt"); \ +static_assert(offsetof(SBZAirNavigation_HasValidNavigationAt, Location) == 0x000000, "Member 'SBZAirNavigation_HasValidNavigationAt::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZAirNavigation_HasValidNavigationAt, ReturnValue) == 0x00000C, "Member 'SBZAirNavigation_HasValidNavigationAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAirNavigation \ +static_assert(alignof(ASBZAirNavigation) == 0x000008, "Wrong alignment on ASBZAirNavigation"); \ +static_assert(sizeof(ASBZAirNavigation) == 0x0002D0, "Wrong size on ASBZAirNavigation"); \ +static_assert(offsetof(ASBZAirNavigation, NodeMinSize) == 0x0002A8, "Member 'ASBZAirNavigation::NodeMinSize' has a wrong offset!"); \ +static_assert(offsetof(ASBZAirNavigation, NavData) == 0x0002B0, "Member 'ASBZAirNavigation::NavData' has a wrong offset!"); \ +static_assert(offsetof(ASBZAirNavigation, AirNavLinkArray) == 0x0002C0, "Member 'ASBZAirNavigation::AirNavLinkArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAttractorPredicate_IsPerceived \ +static_assert(alignof(USBZAttractorPredicate_IsPerceived) == 0x000008, "Wrong alignment on USBZAttractorPredicate_IsPerceived"); \ +static_assert(sizeof(USBZAttractorPredicate_IsPerceived) == 0x000038, "Wrong size on USBZAttractorPredicate_IsPerceived"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_CoverHasLOS \ +static_assert(alignof(USBZEnvQueryTest_CoverHasLOS) == 0x000008, "Wrong alignment on USBZEnvQueryTest_CoverHasLOS"); \ +static_assert(sizeof(USBZEnvQueryTest_CoverHasLOS) == 0x000240, "Wrong size on USBZEnvQueryTest_CoverHasLOS"); \ +static_assert(offsetof(USBZEnvQueryTest_CoverHasLOS, TargetContext) == 0x000238, "Member 'USBZEnvQueryTest_CoverHasLOS::TargetContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAttractorPredicate_HasVisibility \ +static_assert(alignof(USBZAttractorPredicate_HasVisibility) == 0x000008, "Wrong alignment on USBZAttractorPredicate_HasVisibility"); \ +static_assert(sizeof(USBZAttractorPredicate_HasVisibility) == 0x000038, "Wrong size on USBZAttractorPredicate_HasVisibility"); \ + +#define DUMPER7_ASSERTS_SBZAIPerceptionComponent_OnTargetPerception \ +static_assert(alignof(SBZAIPerceptionComponent_OnTargetPerception) == 0x000008, "Wrong alignment on SBZAIPerceptionComponent_OnTargetPerception"); \ +static_assert(sizeof(SBZAIPerceptionComponent_OnTargetPerception) == 0x000060, "Wrong size on SBZAIPerceptionComponent_OnTargetPerception"); \ +static_assert(offsetof(SBZAIPerceptionComponent_OnTargetPerception, Actor) == 0x000000, "Member 'SBZAIPerceptionComponent_OnTargetPerception::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZAIPerceptionComponent_OnTargetPerception, Stimulus) == 0x000008, "Member 'SBZAIPerceptionComponent_OnTargetPerception::Stimulus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIPerceptionComponent_OnTransporterBrutalCarrySkillPerceptionInfoUpdated \ +static_assert(alignof(SBZAIPerceptionComponent_OnTransporterBrutalCarrySkillPerceptionInfoUpdated) == 0x000008, "Wrong alignment on SBZAIPerceptionComponent_OnTransporterBrutalCarrySkillPerceptionInfoUpdated"); \ +static_assert(sizeof(SBZAIPerceptionComponent_OnTransporterBrutalCarrySkillPerceptionInfoUpdated) == 0x000068, "Wrong size on SBZAIPerceptionComponent_OnTransporterBrutalCarrySkillPerceptionInfoUpdated"); \ +static_assert(offsetof(SBZAIPerceptionComponent_OnTransporterBrutalCarrySkillPerceptionInfoUpdated, UpdateInfo) == 0x000000, "Member 'SBZAIPerceptionComponent_OnTransporterBrutalCarrySkillPerceptionInfoUpdated::UpdateInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIPerceptionComponent_SetSenseConfig \ +static_assert(alignof(SBZAIPerceptionComponent_SetSenseConfig) == 0x000001, "Wrong alignment on SBZAIPerceptionComponent_SetSenseConfig"); \ +static_assert(sizeof(SBZAIPerceptionComponent_SetSenseConfig) == 0x000001, "Wrong size on SBZAIPerceptionComponent_SetSenseConfig"); \ +static_assert(offsetof(SBZAIPerceptionComponent_SetSenseConfig, ConfigID) == 0x000000, "Member 'SBZAIPerceptionComponent_SetSenseConfig::ConfigID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIPerceptionComponent \ +static_assert(alignof(USBZAIPerceptionComponent) == 0x000008, "Wrong alignment on USBZAIPerceptionComponent"); \ +static_assert(sizeof(USBZAIPerceptionComponent) == 0x000218, "Wrong size on USBZAIPerceptionComponent"); \ +static_assert(offsetof(USBZAIPerceptionComponent, CombatSensesConfig) == 0x0001E8, "Member 'USBZAIPerceptionComponent::CombatSensesConfig' has a wrong offset!"); \ +static_assert(offsetof(USBZAIPerceptionComponent, DistractedSensesConfig) == 0x0001F8, "Member 'USBZAIPerceptionComponent::DistractedSensesConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZVoteKickPlayer \ +static_assert(alignof(USBZVoteKickPlayer) == 0x000008, "Wrong alignment on USBZVoteKickPlayer"); \ +static_assert(sizeof(USBZVoteKickPlayer) == 0x000158, "Wrong size on USBZVoteKickPlayer"); \ + +#define DUMPER7_ASSERTS_USBZAttractorPredicate_RoomSoundDistance \ +static_assert(alignof(USBZAttractorPredicate_RoomSoundDistance) == 0x000008, "Wrong alignment on USBZAttractorPredicate_RoomSoundDistance"); \ +static_assert(sizeof(USBZAttractorPredicate_RoomSoundDistance) == 0x000038, "Wrong size on USBZAttractorPredicate_RoomSoundDistance"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutCustomization_CustomizeLoadout \ +static_assert(alignof(SBZMainMenuLoadoutCustomization_CustomizeLoadout) == 0x000004, "Wrong alignment on SBZMainMenuLoadoutCustomization_CustomizeLoadout"); \ +static_assert(sizeof(SBZMainMenuLoadoutCustomization_CustomizeLoadout) == 0x000004, "Wrong size on SBZMainMenuLoadoutCustomization_CustomizeLoadout"); \ +static_assert(offsetof(SBZMainMenuLoadoutCustomization_CustomizeLoadout, InLoadoutIndex) == 0x000000, "Member 'SBZMainMenuLoadoutCustomization_CustomizeLoadout::InLoadoutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuLoadoutCustomization \ +static_assert(alignof(USBZMainMenuLoadoutCustomization) == 0x000008, "Wrong alignment on USBZMainMenuLoadoutCustomization"); \ +static_assert(sizeof(USBZMainMenuLoadoutCustomization) == 0x000360, "Wrong size on USBZMainMenuLoadoutCustomization"); \ +static_assert(offsetof(USBZMainMenuLoadoutCustomization, CachedPlayerLoadoutConfig) == 0x0002C0, "Member 'USBZMainMenuLoadoutCustomization::CachedPlayerLoadoutConfig' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuLoadoutCustomization, LoadoutIndex) == 0x000358, "Member 'USBZMainMenuLoadoutCustomization::LoadoutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplayBaseWidget_OnReplayStarted \ +static_assert(alignof(SBZReplayBaseWidget_OnReplayStarted) == 0x000008, "Wrong alignment on SBZReplayBaseWidget_OnReplayStarted"); \ +static_assert(sizeof(SBZReplayBaseWidget_OnReplayStarted) == 0x000060, "Wrong size on SBZReplayBaseWidget_OnReplayStarted"); \ +static_assert(offsetof(SBZReplayBaseWidget_OnReplayStarted, InReplayInfo) == 0x000000, "Member 'SBZReplayBaseWidget_OnReplayStarted::InReplayInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplayBaseWidget_OnReplayUpdate \ +static_assert(alignof(SBZReplayBaseWidget_OnReplayUpdate) == 0x000008, "Wrong alignment on SBZReplayBaseWidget_OnReplayUpdate"); \ +static_assert(sizeof(SBZReplayBaseWidget_OnReplayUpdate) == 0x000028, "Wrong size on SBZReplayBaseWidget_OnReplayUpdate"); \ +static_assert(offsetof(SBZReplayBaseWidget_OnReplayUpdate, ReplayLength) == 0x000000, "Member 'SBZReplayBaseWidget_OnReplayUpdate::ReplayLength' has a wrong offset!"); \ +static_assert(offsetof(SBZReplayBaseWidget_OnReplayUpdate, ReplayElapased) == 0x000010, "Member 'SBZReplayBaseWidget_OnReplayUpdate::ReplayElapased' has a wrong offset!"); \ +static_assert(offsetof(SBZReplayBaseWidget_OnReplayUpdate, ReplayElapsedPercent) == 0x000020, "Member 'SBZReplayBaseWidget_OnReplayUpdate::ReplayElapsedPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplayBaseWidget_PauseReplay \ +static_assert(alignof(SBZReplayBaseWidget_PauseReplay) == 0x000001, "Wrong alignment on SBZReplayBaseWidget_PauseReplay"); \ +static_assert(sizeof(SBZReplayBaseWidget_PauseReplay) == 0x000001, "Wrong size on SBZReplayBaseWidget_PauseReplay"); \ +static_assert(offsetof(SBZReplayBaseWidget_PauseReplay, ReturnValue) == 0x000000, "Member 'SBZReplayBaseWidget_PauseReplay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplayBaseWidget_ResumeReplay \ +static_assert(alignof(SBZReplayBaseWidget_ResumeReplay) == 0x000001, "Wrong alignment on SBZReplayBaseWidget_ResumeReplay"); \ +static_assert(sizeof(SBZReplayBaseWidget_ResumeReplay) == 0x000001, "Wrong size on SBZReplayBaseWidget_ResumeReplay"); \ +static_assert(offsetof(SBZReplayBaseWidget_ResumeReplay, ReturnValue) == 0x000000, "Member 'SBZReplayBaseWidget_ResumeReplay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplayBaseWidget_SetElapasedTimeSeconds \ +static_assert(alignof(SBZReplayBaseWidget_SetElapasedTimeSeconds) == 0x000004, "Wrong alignment on SBZReplayBaseWidget_SetElapasedTimeSeconds"); \ +static_assert(sizeof(SBZReplayBaseWidget_SetElapasedTimeSeconds) == 0x000004, "Wrong size on SBZReplayBaseWidget_SetElapasedTimeSeconds"); \ +static_assert(offsetof(SBZReplayBaseWidget_SetElapasedTimeSeconds, ElapsedTime) == 0x000000, "Member 'SBZReplayBaseWidget_SetElapasedTimeSeconds::ElapsedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplayBaseWidget_StartReplay \ +static_assert(alignof(SBZReplayBaseWidget_StartReplay) == 0x000001, "Wrong alignment on SBZReplayBaseWidget_StartReplay"); \ +static_assert(sizeof(SBZReplayBaseWidget_StartReplay) == 0x000001, "Wrong size on SBZReplayBaseWidget_StartReplay"); \ +static_assert(offsetof(SBZReplayBaseWidget_StartReplay, ReturnValue) == 0x000000, "Member 'SBZReplayBaseWidget_StartReplay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplayBaseWidget_StopReplay \ +static_assert(alignof(SBZReplayBaseWidget_StopReplay) == 0x000001, "Wrong alignment on SBZReplayBaseWidget_StopReplay"); \ +static_assert(sizeof(SBZReplayBaseWidget_StopReplay) == 0x000001, "Wrong size on SBZReplayBaseWidget_StopReplay"); \ +static_assert(offsetof(SBZReplayBaseWidget_StopReplay, ReturnValue) == 0x000000, "Member 'SBZReplayBaseWidget_StopReplay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplayBaseWidget_GetElapsedTimeSeconds \ +static_assert(alignof(SBZReplayBaseWidget_GetElapsedTimeSeconds) == 0x000004, "Wrong alignment on SBZReplayBaseWidget_GetElapsedTimeSeconds"); \ +static_assert(sizeof(SBZReplayBaseWidget_GetElapsedTimeSeconds) == 0x000004, "Wrong size on SBZReplayBaseWidget_GetElapsedTimeSeconds"); \ +static_assert(offsetof(SBZReplayBaseWidget_GetElapsedTimeSeconds, ReturnValue) == 0x000000, "Member 'SBZReplayBaseWidget_GetElapsedTimeSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplayBaseWidget_GetReplayLengthSeconds \ +static_assert(alignof(SBZReplayBaseWidget_GetReplayLengthSeconds) == 0x000004, "Wrong alignment on SBZReplayBaseWidget_GetReplayLengthSeconds"); \ +static_assert(sizeof(SBZReplayBaseWidget_GetReplayLengthSeconds) == 0x000004, "Wrong size on SBZReplayBaseWidget_GetReplayLengthSeconds"); \ +static_assert(offsetof(SBZReplayBaseWidget_GetReplayLengthSeconds, ReturnValue) == 0x000000, "Member 'SBZReplayBaseWidget_GetReplayLengthSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplayBaseWidget_IsPaused \ +static_assert(alignof(SBZReplayBaseWidget_IsPaused) == 0x000001, "Wrong alignment on SBZReplayBaseWidget_IsPaused"); \ +static_assert(sizeof(SBZReplayBaseWidget_IsPaused) == 0x000001, "Wrong size on SBZReplayBaseWidget_IsPaused"); \ +static_assert(offsetof(SBZReplayBaseWidget_IsPaused, ReturnValue) == 0x000000, "Member 'SBZReplayBaseWidget_IsPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZReplayBaseWidget \ +static_assert(alignof(USBZReplayBaseWidget) == 0x000008, "Wrong alignment on USBZReplayBaseWidget"); \ +static_assert(sizeof(USBZReplayBaseWidget) == 0x000338, "Wrong size on USBZReplayBaseWidget"); \ +static_assert(offsetof(USBZReplayBaseWidget, PlayerController) == 0x000290, "Member 'USBZReplayBaseWidget::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(USBZReplayBaseWidget, ReplaySpeed) == 0x000298, "Member 'USBZReplayBaseWidget::ReplaySpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZReplayBaseWidget, ReplayInfo) == 0x0002A0, "Member 'USBZReplayBaseWidget::ReplayInfo' has a wrong offset!"); \ +static_assert(offsetof(USBZReplayBaseWidget, ReplayEvents) == 0x000300, "Member 'USBZReplayBaseWidget::ReplayEvents' has a wrong offset!"); \ +static_assert(offsetof(USBZReplayBaseWidget, GameInstance) == 0x000310, "Member 'USBZReplayBaseWidget::GameInstance' has a wrong offset!"); \ +static_assert(offsetof(USBZReplayBaseWidget, ReplayFilePlayer) == 0x000318, "Member 'USBZReplayBaseWidget::ReplayFilePlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAttractorPredicate_OutOfCombat \ +static_assert(alignof(USBZAttractorPredicate_OutOfCombat) == 0x000008, "Wrong alignment on USBZAttractorPredicate_OutOfCombat"); \ +static_assert(sizeof(USBZAttractorPredicate_OutOfCombat) == 0x000038, "Wrong size on USBZAttractorPredicate_OutOfCombat"); \ + +#define DUMPER7_ASSERTS_SBZAIOrder_SecurityRoom_OnHeistStateChanged \ +static_assert(alignof(SBZAIOrder_SecurityRoom_OnHeistStateChanged) == 0x000001, "Wrong alignment on SBZAIOrder_SecurityRoom_OnHeistStateChanged"); \ +static_assert(sizeof(SBZAIOrder_SecurityRoom_OnHeistStateChanged) == 0x000002, "Wrong size on SBZAIOrder_SecurityRoom_OnHeistStateChanged"); \ +static_assert(offsetof(SBZAIOrder_SecurityRoom_OnHeistStateChanged, OldState) == 0x000000, "Member 'SBZAIOrder_SecurityRoom_OnHeistStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZAIOrder_SecurityRoom_OnHeistStateChanged, NewState) == 0x000001, "Member 'SBZAIOrder_SecurityRoom_OnHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIOrder_SecurityRoom_OnPausedFunc \ +static_assert(alignof(SBZAIOrder_SecurityRoom_OnPausedFunc) == 0x000004, "Wrong alignment on SBZAIOrder_SecurityRoom_OnPausedFunc"); \ +static_assert(sizeof(SBZAIOrder_SecurityRoom_OnPausedFunc) == 0x00000C, "Wrong size on SBZAIOrder_SecurityRoom_OnPausedFunc"); \ +static_assert(offsetof(SBZAIOrder_SecurityRoom_OnPausedFunc, Reason) == 0x000000, "Member 'SBZAIOrder_SecurityRoom_OnPausedFunc::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_SecurityRoom \ +static_assert(alignof(USBZAIOrder_SecurityRoom) == 0x000008, "Wrong alignment on USBZAIOrder_SecurityRoom"); \ +static_assert(sizeof(USBZAIOrder_SecurityRoom) == 0x000160, "Wrong size on USBZAIOrder_SecurityRoom"); \ +static_assert(offsetof(USBZAIOrder_SecurityRoom, SecurityRoom) == 0x000130, "Member 'USBZAIOrder_SecurityRoom::SecurityRoom' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_SecurityRoom, OwnerController) == 0x000138, "Member 'USBZAIOrder_SecurityRoom::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_SecurityRoom, SecurityRoomVolume) == 0x000140, "Member 'USBZAIOrder_SecurityRoom::SecurityRoomVolume' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_SecurityRoom, Gates) == 0x000148, "Member 'USBZAIOrder_SecurityRoom::Gates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAttractorPredicate_HeistState \ +static_assert(alignof(USBZAttractorPredicate_HeistState) == 0x000008, "Wrong alignment on USBZAttractorPredicate_HeistState"); \ +static_assert(sizeof(USBZAttractorPredicate_HeistState) == 0x000040, "Wrong size on USBZAttractorPredicate_HeistState"); \ +static_assert(offsetof(USBZAttractorPredicate_HeistState, AllowedHeistStates) == 0x000038, "Member 'USBZAttractorPredicate_HeistState::AllowedHeistStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_DefensePointEnabled \ +static_assert(alignof(USBZEnvQueryTest_DefensePointEnabled) == 0x000008, "Wrong alignment on USBZEnvQueryTest_DefensePointEnabled"); \ +static_assert(sizeof(USBZEnvQueryTest_DefensePointEnabled) == 0x000238, "Wrong size on USBZEnvQueryTest_DefensePointEnabled"); \ + +#define DUMPER7_ASSERTS_USBZAttractorPredicate_MinConcurrentUsers \ +static_assert(alignof(USBZAttractorPredicate_MinConcurrentUsers) == 0x000008, "Wrong alignment on USBZAttractorPredicate_MinConcurrentUsers"); \ +static_assert(sizeof(USBZAttractorPredicate_MinConcurrentUsers) == 0x000040, "Wrong size on USBZAttractorPredicate_MinConcurrentUsers"); \ +static_assert(offsetof(USBZAttractorPredicate_MinConcurrentUsers, MinConcurentUsers) == 0x000038, "Member 'USBZAttractorPredicate_MinConcurrentUsers::MinConcurentUsers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAIProtectPoint \ +static_assert(alignof(ASBZAIProtectPoint) == 0x000008, "Wrong alignment on ASBZAIProtectPoint"); \ +static_assert(sizeof(ASBZAIProtectPoint) == 0x000308, "Wrong size on ASBZAIProtectPoint"); \ +static_assert(offsetof(ASBZAIProtectPoint, AssignedSquad) == 0x000300, "Member 'ASBZAIProtectPoint::AssignedSquad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZModularPartDataAsset \ +static_assert(alignof(USBZModularPartDataAsset) == 0x000008, "Wrong alignment on USBZModularPartDataAsset"); \ +static_assert(sizeof(USBZModularPartDataAsset) == 0x000150, "Wrong size on USBZModularPartDataAsset"); \ + +#define DUMPER7_ASSERTS_SBZEquippablePartDataAsset_GetModificationsUIData \ +static_assert(alignof(SBZEquippablePartDataAsset_GetModificationsUIData) == 0x000008, "Wrong alignment on SBZEquippablePartDataAsset_GetModificationsUIData"); \ +static_assert(sizeof(SBZEquippablePartDataAsset_GetModificationsUIData) == 0x000028, "Wrong size on SBZEquippablePartDataAsset_GetModificationsUIData"); \ +static_assert(offsetof(SBZEquippablePartDataAsset_GetModificationsUIData, WeaponData) == 0x000000, "Member 'SBZEquippablePartDataAsset_GetModificationsUIData::WeaponData' has a wrong offset!"); \ +static_assert(offsetof(SBZEquippablePartDataAsset_GetModificationsUIData, PartUIData) == 0x000008, "Member 'SBZEquippablePartDataAsset_GetModificationsUIData::PartUIData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEquippablePartDataAsset \ +static_assert(alignof(USBZEquippablePartDataAsset) == 0x000008, "Wrong alignment on USBZEquippablePartDataAsset"); \ +static_assert(sizeof(USBZEquippablePartDataAsset) == 0x0001F0, "Wrong size on USBZEquippablePartDataAsset"); \ +static_assert(offsetof(USBZEquippablePartDataAsset, CustomDataArray) == 0x000150, "Member 'USBZEquippablePartDataAsset::CustomDataArray' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippablePartDataAsset, SightDataArray) == 0x000160, "Member 'USBZEquippablePartDataAsset::SightDataArray' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippablePartDataAsset, GadgetDataArray) == 0x000170, "Member 'USBZEquippablePartDataAsset::GadgetDataArray' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippablePartDataAsset, MagazineData) == 0x000180, "Member 'USBZEquippablePartDataAsset::MagazineData' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippablePartDataAsset, AmmoData) == 0x000188, "Member 'USBZEquippablePartDataAsset::AmmoData' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippablePartDataAsset, ModGripAnimData) == 0x000190, "Member 'USBZEquippablePartDataAsset::ModGripAnimData' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippablePartDataAsset, MuzzleData) == 0x000198, "Member 'USBZEquippablePartDataAsset::MuzzleData' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippablePartDataAsset, AttributeModifierMap) == 0x0001A0, "Member 'USBZEquippablePartDataAsset::AttributeModifierMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponDecalData \ +static_assert(alignof(USBZWeaponDecalData) == 0x000008, "Wrong alignment on USBZWeaponDecalData"); \ +static_assert(sizeof(USBZWeaponDecalData) == 0x000208, "Wrong size on USBZWeaponDecalData"); \ +static_assert(offsetof(USBZWeaponDecalData, DecalTexture) == 0x0001F0, "Member 'USBZWeaponDecalData::DecalTexture' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponDecalData, DecalTextureRotation) == 0x0001F8, "Member 'USBZWeaponDecalData::DecalTextureRotation' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponDecalData, DecalTextureSize) == 0x0001FC, "Member 'USBZWeaponDecalData::DecalTextureSize' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponDecalData, DecalTexturePosition) == 0x000200, "Member 'USBZWeaponDecalData::DecalTexturePosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAttractorPredicate_MaxConcurrentUsers \ +static_assert(alignof(USBZAttractorPredicate_MaxConcurrentUsers) == 0x000008, "Wrong alignment on USBZAttractorPredicate_MaxConcurrentUsers"); \ +static_assert(sizeof(USBZAttractorPredicate_MaxConcurrentUsers) == 0x000040, "Wrong size on USBZAttractorPredicate_MaxConcurrentUsers"); \ +static_assert(offsetof(USBZAttractorPredicate_MaxConcurrentUsers, MaxConcurentUsers) == 0x000038, "Member 'USBZAttractorPredicate_MaxConcurrentUsers::MaxConcurentUsers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAttractorPredicate_HasTag \ +static_assert(alignof(USBZAttractorPredicate_HasTag) == 0x000008, "Wrong alignment on USBZAttractorPredicate_HasTag"); \ +static_assert(sizeof(USBZAttractorPredicate_HasTag) == 0x000058, "Wrong size on USBZAttractorPredicate_HasTag"); \ +static_assert(offsetof(USBZAttractorPredicate_HasTag, AttractorTags) == 0x000038, "Member 'USBZAttractorPredicate_HasTag::AttractorTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBlockTagReactionNotifyState \ +static_assert(alignof(USBZBlockTagReactionNotifyState) == 0x000008, "Wrong alignment on USBZBlockTagReactionNotifyState"); \ +static_assert(sizeof(USBZBlockTagReactionNotifyState) == 0x000038, "Wrong size on USBZBlockTagReactionNotifyState"); \ + +#define DUMPER7_ASSERTS_USBZAIScorer_CanPathToEnemy \ +static_assert(alignof(USBZAIScorer_CanPathToEnemy) == 0x000008, "Wrong alignment on USBZAIScorer_CanPathToEnemy"); \ +static_assert(sizeof(USBZAIScorer_CanPathToEnemy) == 0x000090, "Wrong size on USBZAIScorer_CanPathToEnemy"); \ +static_assert(offsetof(USBZAIScorer_CanPathToEnemy, FilterClass) == 0x000060, "Member 'USBZAIScorer_CanPathToEnemy::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(USBZAIScorer_CanPathToEnemy, AllowedDistanceFromPath) == 0x000068, "Member 'USBZAIScorer_CanPathToEnemy::AllowedDistanceFromPath' has a wrong offset!"); \ +static_assert(offsetof(USBZAIScorer_CanPathToEnemy, DefaultScoreValue) == 0x00006C, "Member 'USBZAIScorer_CanPathToEnemy::DefaultScoreValue' has a wrong offset!"); \ +static_assert(offsetof(USBZAIScorer_CanPathToEnemy, IgnoredTags) == 0x000070, "Member 'USBZAIScorer_CanPathToEnemy::IgnoredTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_PrivateArea \ +static_assert(alignof(USBZNavArea_PrivateArea) == 0x000008, "Wrong alignment on USBZNavArea_PrivateArea"); \ +static_assert(sizeof(USBZNavArea_PrivateArea) == 0x000050, "Wrong size on USBZNavArea_PrivateArea"); \ + +#define DUMPER7_ASSERTS_SBZOverskillWidget_OnOverskillChanged \ +static_assert(alignof(SBZOverskillWidget_OnOverskillChanged) == 0x000008, "Wrong alignment on SBZOverskillWidget_OnOverskillChanged"); \ +static_assert(sizeof(SBZOverskillWidget_OnOverskillChanged) == 0x000010, "Wrong size on SBZOverskillWidget_OnOverskillChanged"); \ +static_assert(offsetof(SBZOverskillWidget_OnOverskillChanged, InOverskillData) == 0x000000, "Member 'SBZOverskillWidget_OnOverskillChanged::InOverskillData' has a wrong offset!"); \ +static_assert(offsetof(SBZOverskillWidget_OnOverskillChanged, InProgress) == 0x000008, "Member 'SBZOverskillWidget_OnOverskillChanged::InProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOverskillWidget_SetEquippable \ +static_assert(alignof(SBZOverskillWidget_SetEquippable) == 0x000008, "Wrong alignment on SBZOverskillWidget_SetEquippable"); \ +static_assert(sizeof(SBZOverskillWidget_SetEquippable) == 0x000008, "Wrong size on SBZOverskillWidget_SetEquippable"); \ +static_assert(offsetof(SBZOverskillWidget_SetEquippable, InEquippable) == 0x000000, "Member 'SBZOverskillWidget_SetEquippable::InEquippable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOverskillWidget_SetOverskillLoadout \ +static_assert(alignof(SBZOverskillWidget_SetOverskillLoadout) == 0x000008, "Wrong alignment on SBZOverskillWidget_SetOverskillLoadout"); \ +static_assert(sizeof(SBZOverskillWidget_SetOverskillLoadout) == 0x000008, "Wrong size on SBZOverskillWidget_SetOverskillLoadout"); \ +static_assert(offsetof(SBZOverskillWidget_SetOverskillLoadout, InOverskillLoadout) == 0x000000, "Member 'SBZOverskillWidget_SetOverskillLoadout::InOverskillLoadout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOverskillWidget_UpdateOverskill \ +static_assert(alignof(SBZOverskillWidget_UpdateOverskill) == 0x000008, "Wrong alignment on SBZOverskillWidget_UpdateOverskill"); \ +static_assert(sizeof(SBZOverskillWidget_UpdateOverskill) == 0x000008, "Wrong size on SBZOverskillWidget_UpdateOverskill"); \ +static_assert(offsetof(SBZOverskillWidget_UpdateOverskill, InStatisticsManager) == 0x000000, "Member 'SBZOverskillWidget_UpdateOverskill::InStatisticsManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOverskillWidget \ +static_assert(alignof(USBZOverskillWidget) == 0x000008, "Wrong alignment on USBZOverskillWidget"); \ +static_assert(sizeof(USBZOverskillWidget) == 0x0002A0, "Wrong size on USBZOverskillWidget"); \ +static_assert(offsetof(USBZOverskillWidget, OverskillData) == 0x000290, "Member 'USBZOverskillWidget::OverskillData' has a wrong offset!"); \ +static_assert(offsetof(USBZOverskillWidget, Progress) == 0x000298, "Member 'USBZOverskillWidget::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIAttractorDestruction_OnPropDamageHealth \ +static_assert(alignof(SBZAIAttractorDestruction_OnPropDamageHealth) == 0x000008, "Wrong alignment on SBZAIAttractorDestruction_OnPropDamageHealth"); \ +static_assert(sizeof(SBZAIAttractorDestruction_OnPropDamageHealth) == 0x000028, "Wrong size on SBZAIAttractorDestruction_OnPropDamageHealth"); \ +static_assert(offsetof(SBZAIAttractorDestruction_OnPropDamageHealth, PoolComponent) == 0x000000, "Member 'SBZAIAttractorDestruction_OnPropDamageHealth::PoolComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZAIAttractorDestruction_OnPropDamageHealth, Health) == 0x000008, "Member 'SBZAIAttractorDestruction_OnPropDamageHealth::Health' has a wrong offset!"); \ +static_assert(offsetof(SBZAIAttractorDestruction_OnPropDamageHealth, bDoCosmetics) == 0x00000C, "Member 'SBZAIAttractorDestruction_OnPropDamageHealth::bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(SBZAIAttractorDestruction_OnPropDamageHealth, DamageContext) == 0x000010, "Member 'SBZAIAttractorDestruction_OnPropDamageHealth::DamageContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIAttractorDestruction_OnPropDamageHits \ +static_assert(alignof(SBZAIAttractorDestruction_OnPropDamageHits) == 0x000008, "Wrong alignment on SBZAIAttractorDestruction_OnPropDamageHits"); \ +static_assert(sizeof(SBZAIAttractorDestruction_OnPropDamageHits) == 0x000028, "Wrong size on SBZAIAttractorDestruction_OnPropDamageHits"); \ +static_assert(offsetof(SBZAIAttractorDestruction_OnPropDamageHits, PoolComponent) == 0x000000, "Member 'SBZAIAttractorDestruction_OnPropDamageHits::PoolComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZAIAttractorDestruction_OnPropDamageHits, Hits) == 0x000008, "Member 'SBZAIAttractorDestruction_OnPropDamageHits::Hits' has a wrong offset!"); \ +static_assert(offsetof(SBZAIAttractorDestruction_OnPropDamageHits, bDoCosmetics) == 0x00000C, "Member 'SBZAIAttractorDestruction_OnPropDamageHits::bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(SBZAIAttractorDestruction_OnPropDamageHits, DamageContext) == 0x000010, "Member 'SBZAIAttractorDestruction_OnPropDamageHits::DamageContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAIAttractorDestruction \ +static_assert(alignof(ASBZAIAttractorDestruction) == 0x000008, "Wrong alignment on ASBZAIAttractorDestruction"); \ +static_assert(sizeof(ASBZAIAttractorDestruction) == 0x0002F8, "Wrong size on ASBZAIAttractorDestruction"); \ +static_assert(offsetof(ASBZAIAttractorDestruction, PropDamage) == 0x0002E0, "Member 'ASBZAIAttractorDestruction::PropDamage' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIAttractorDestruction, AttractorComponent) == 0x0002E8, "Member 'ASBZAIAttractorDestruction::AttractorComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIAttractorDestruction, bIsAirNavOnDestruction) == 0x0002F0, "Member 'ASBZAIAttractorDestruction::bIsAirNavOnDestruction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOverskillMambaCyan \ +static_assert(alignof(USBZOverskillMambaCyan) == 0x000008, "Wrong alignment on USBZOverskillMambaCyan"); \ +static_assert(sizeof(USBZOverskillMambaCyan) == 0x000230, "Wrong size on USBZOverskillMambaCyan"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_HasWard \ +static_assert(alignof(USBZEnvQueryTest_HasWard) == 0x000008, "Wrong alignment on USBZEnvQueryTest_HasWard"); \ +static_assert(sizeof(USBZEnvQueryTest_HasWard) == 0x000238, "Wrong size on USBZEnvQueryTest_HasWard"); \ + +#define DUMPER7_ASSERTS_SBZAIAttractorInterface_SetAttractorInstigator \ +static_assert(alignof(SBZAIAttractorInterface_SetAttractorInstigator) == 0x000008, "Wrong alignment on SBZAIAttractorInterface_SetAttractorInstigator"); \ +static_assert(sizeof(SBZAIAttractorInterface_SetAttractorInstigator) == 0x000008, "Wrong size on SBZAIAttractorInterface_SetAttractorInstigator"); \ +static_assert(offsetof(SBZAIAttractorInterface_SetAttractorInstigator, Instigator) == 0x000000, "Member 'SBZAIAttractorInterface_SetAttractorInstigator::Instigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIAttractorInterface_SetEnabled \ +static_assert(alignof(SBZAIAttractorInterface_SetEnabled) == 0x000001, "Wrong alignment on SBZAIAttractorInterface_SetEnabled"); \ +static_assert(sizeof(SBZAIAttractorInterface_SetEnabled) == 0x000002, "Wrong size on SBZAIAttractorInterface_SetEnabled"); \ +static_assert(offsetof(SBZAIAttractorInterface_SetEnabled, bEnabled) == 0x000000, "Member 'SBZAIAttractorInterface_SetEnabled::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(SBZAIAttractorInterface_SetEnabled, ReturnValue) == 0x000001, "Member 'SBZAIAttractorInterface_SetEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZAIAttractorInterface \ +static_assert(alignof(ISBZAIAttractorInterface) == 0x000001, "Wrong alignment on ISBZAIAttractorInterface"); \ +static_assert(sizeof(ISBZAIAttractorInterface) == 0x000001, "Wrong size on ISBZAIAttractorInterface"); \ + +#define DUMPER7_ASSERTS_SBZAirNavLinkActor_SetNavLinkEnabled \ +static_assert(alignof(SBZAirNavLinkActor_SetNavLinkEnabled) == 0x000001, "Wrong alignment on SBZAirNavLinkActor_SetNavLinkEnabled"); \ +static_assert(sizeof(SBZAirNavLinkActor_SetNavLinkEnabled) == 0x000001, "Wrong size on SBZAirNavLinkActor_SetNavLinkEnabled"); \ +static_assert(offsetof(SBZAirNavLinkActor_SetNavLinkEnabled, bIsEnabled) == 0x000000, "Member 'SBZAirNavLinkActor_SetNavLinkEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAirNavLinkActor \ +static_assert(alignof(ASBZAirNavLinkActor) == 0x000008, "Wrong alignment on ASBZAirNavLinkActor"); \ +static_assert(sizeof(ASBZAirNavLinkActor) == 0x0002B0, "Wrong size on ASBZAirNavLinkActor"); \ +static_assert(offsetof(ASBZAirNavLinkActor, AirNavLinkComponent) == 0x0002A8, "Member 'ASBZAirNavLinkActor::AirNavLinkComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutManager_GetLoadoutManager \ +static_assert(alignof(SBZLoadoutManager_GetLoadoutManager) == 0x000008, "Wrong alignment on SBZLoadoutManager_GetLoadoutManager"); \ +static_assert(sizeof(SBZLoadoutManager_GetLoadoutManager) == 0x000010, "Wrong size on SBZLoadoutManager_GetLoadoutManager"); \ +static_assert(offsetof(SBZLoadoutManager_GetLoadoutManager, WorldContextObject) == 0x000000, "Member 'SBZLoadoutManager_GetLoadoutManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutManager_GetLoadoutManager, ReturnValue) == 0x000008, "Member 'SBZLoadoutManager_GetLoadoutManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutManager_GetPlayerLoadouts \ +static_assert(alignof(SBZLoadoutManager_GetPlayerLoadouts) == 0x000008, "Wrong alignment on SBZLoadoutManager_GetPlayerLoadouts"); \ +static_assert(sizeof(SBZLoadoutManager_GetPlayerLoadouts) == 0x000010, "Wrong size on SBZLoadoutManager_GetPlayerLoadouts"); \ +static_assert(offsetof(SBZLoadoutManager_GetPlayerLoadouts, ReturnValue) == 0x000000, "Member 'SBZLoadoutManager_GetPlayerLoadouts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutManager_SendLoadoutName \ +static_assert(alignof(SBZLoadoutManager_SendLoadoutName) == 0x000008, "Wrong alignment on SBZLoadoutManager_SendLoadoutName"); \ +static_assert(sizeof(SBZLoadoutManager_SendLoadoutName) == 0x000018, "Wrong size on SBZLoadoutManager_SendLoadoutName"); \ +static_assert(offsetof(SBZLoadoutManager_SendLoadoutName, LoadoutIndex) == 0x000000, "Member 'SBZLoadoutManager_SendLoadoutName::LoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutManager_SendLoadoutName, LoadoutName) == 0x000008, "Member 'SBZLoadoutManager_SendLoadoutName::LoadoutName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutManager_SetActiveLoadoutIndex \ +static_assert(alignof(SBZLoadoutManager_SetActiveLoadoutIndex) == 0x000004, "Wrong alignment on SBZLoadoutManager_SetActiveLoadoutIndex"); \ +static_assert(sizeof(SBZLoadoutManager_SetActiveLoadoutIndex) == 0x000008, "Wrong size on SBZLoadoutManager_SetActiveLoadoutIndex"); \ +static_assert(offsetof(SBZLoadoutManager_SetActiveLoadoutIndex, ActiveLoadoutIndex) == 0x000000, "Member 'SBZLoadoutManager_SetActiveLoadoutIndex::ActiveLoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutManager_SetActiveLoadoutIndex, ReturnValue) == 0x000004, "Member 'SBZLoadoutManager_SetActiveLoadoutIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutManager_SetLoadoutAtIndex \ +static_assert(alignof(SBZLoadoutManager_SetLoadoutAtIndex) == 0x000008, "Wrong alignment on SBZLoadoutManager_SetLoadoutAtIndex"); \ +static_assert(sizeof(SBZLoadoutManager_SetLoadoutAtIndex) == 0x0000A0, "Wrong size on SBZLoadoutManager_SetLoadoutAtIndex"); \ +static_assert(offsetof(SBZLoadoutManager_SetLoadoutAtIndex, LoadoutIndex) == 0x000000, "Member 'SBZLoadoutManager_SetLoadoutAtIndex::LoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutManager_SetLoadoutAtIndex, InLoadoutConfig) == 0x000008, "Member 'SBZLoadoutManager_SetLoadoutAtIndex::InLoadoutConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutManager_SetOverskillSkillRemoved \ +static_assert(alignof(SBZLoadoutManager_SetOverskillSkillRemoved) == 0x000008, "Wrong alignment on SBZLoadoutManager_SetOverskillSkillRemoved"); \ +static_assert(sizeof(SBZLoadoutManager_SetOverskillSkillRemoved) == 0x000010, "Wrong size on SBZLoadoutManager_SetOverskillSkillRemoved"); \ +static_assert(offsetof(SBZLoadoutManager_SetOverskillSkillRemoved, Data) == 0x000000, "Member 'SBZLoadoutManager_SetOverskillSkillRemoved::Data' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutManager_SetOverskillSkillRemoved, bIsRemoved) == 0x000008, "Member 'SBZLoadoutManager_SetOverskillSkillRemoved::bIsRemoved' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutManager_SetOverskillSkillRemoved, ReturnValue) == 0x000009, "Member 'SBZLoadoutManager_SetOverskillSkillRemoved::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutManager_GetActiveLoadoutIndex \ +static_assert(alignof(SBZLoadoutManager_GetActiveLoadoutIndex) == 0x000004, "Wrong alignment on SBZLoadoutManager_GetActiveLoadoutIndex"); \ +static_assert(sizeof(SBZLoadoutManager_GetActiveLoadoutIndex) == 0x000004, "Wrong size on SBZLoadoutManager_GetActiveLoadoutIndex"); \ +static_assert(offsetof(SBZLoadoutManager_GetActiveLoadoutIndex, ReturnValue) == 0x000000, "Member 'SBZLoadoutManager_GetActiveLoadoutIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutManager_GetLoadoutName \ +static_assert(alignof(SBZLoadoutManager_GetLoadoutName) == 0x000008, "Wrong alignment on SBZLoadoutManager_GetLoadoutName"); \ +static_assert(sizeof(SBZLoadoutManager_GetLoadoutName) == 0x000018, "Wrong size on SBZLoadoutManager_GetLoadoutName"); \ +static_assert(offsetof(SBZLoadoutManager_GetLoadoutName, LoadoutIndex) == 0x000000, "Member 'SBZLoadoutManager_GetLoadoutName::LoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutManager_GetLoadoutName, ReturnValue) == 0x000008, "Member 'SBZLoadoutManager_GetLoadoutName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutManager_IsOverskillSkillRemoved \ +static_assert(alignof(SBZLoadoutManager_IsOverskillSkillRemoved) == 0x000008, "Wrong alignment on SBZLoadoutManager_IsOverskillSkillRemoved"); \ +static_assert(sizeof(SBZLoadoutManager_IsOverskillSkillRemoved) == 0x000010, "Wrong size on SBZLoadoutManager_IsOverskillSkillRemoved"); \ +static_assert(offsetof(SBZLoadoutManager_IsOverskillSkillRemoved, Data) == 0x000000, "Member 'SBZLoadoutManager_IsOverskillSkillRemoved::Data' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutManager_IsOverskillSkillRemoved, ReturnValue) == 0x000008, "Member 'SBZLoadoutManager_IsOverskillSkillRemoved::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLoadoutManager \ +static_assert(alignof(USBZLoadoutManager) == 0x000008, "Wrong alignment on USBZLoadoutManager"); \ +static_assert(sizeof(USBZLoadoutManager) == 0x000058, "Wrong size on USBZLoadoutManager"); \ +static_assert(offsetof(USBZLoadoutManager, OnActiveLoadoutIndexChanged) == 0x000030, "Member 'USBZLoadoutManager::OnActiveLoadoutIndexChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZLoadoutManager, OnLocalPlayerLoadoutChanged) == 0x000040, "Member 'USBZLoadoutManager::OnLocalPlayerLoadoutChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIAvoidVehicleAbility_Tick \ +static_assert(alignof(SBZAIAvoidVehicleAbility_Tick) == 0x000004, "Wrong alignment on SBZAIAvoidVehicleAbility_Tick"); \ +static_assert(sizeof(SBZAIAvoidVehicleAbility_Tick) == 0x000004, "Wrong size on SBZAIAvoidVehicleAbility_Tick"); \ +static_assert(offsetof(SBZAIAvoidVehicleAbility_Tick, DeltaSeconds) == 0x000000, "Member 'SBZAIAvoidVehicleAbility_Tick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIAvoidVehicleAbility \ +static_assert(alignof(USBZAIAvoidVehicleAbility) == 0x000008, "Wrong alignment on USBZAIAvoidVehicleAbility"); \ +static_assert(sizeof(USBZAIAvoidVehicleAbility) == 0x0004E8, "Wrong size on USBZAIAvoidVehicleAbility"); \ +static_assert(offsetof(USBZAIAvoidVehicleAbility, AICharacter) == 0x0004D8, "Member 'USBZAIAvoidVehicleAbility::AICharacter' has a wrong offset!"); \ +static_assert(offsetof(USBZAIAvoidVehicleAbility, CurrentVehicle) == 0x0004E0, "Member 'USBZAIAvoidVehicleAbility::CurrentVehicle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_AddLooseGameplayTag \ +static_assert(alignof(SBZCharacter_AddLooseGameplayTag) == 0x000004, "Wrong alignment on SBZCharacter_AddLooseGameplayTag"); \ +static_assert(sizeof(SBZCharacter_AddLooseGameplayTag) == 0x000010, "Wrong size on SBZCharacter_AddLooseGameplayTag"); \ +static_assert(offsetof(SBZCharacter_AddLooseGameplayTag, GameplayTag) == 0x000000, "Member 'SBZCharacter_AddLooseGameplayTag::GameplayTag' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_AddLooseGameplayTag, Count) == 0x00000C, "Member 'SBZCharacter_AddLooseGameplayTag::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_AddLooseGameplayTags \ +static_assert(alignof(SBZCharacter_AddLooseGameplayTags) == 0x000008, "Wrong alignment on SBZCharacter_AddLooseGameplayTags"); \ +static_assert(sizeof(SBZCharacter_AddLooseGameplayTags) == 0x000028, "Wrong size on SBZCharacter_AddLooseGameplayTags"); \ +static_assert(offsetof(SBZCharacter_AddLooseGameplayTags, GameplayTags) == 0x000000, "Member 'SBZCharacter_AddLooseGameplayTags::GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_AddLooseGameplayTags, Count) == 0x000020, "Member 'SBZCharacter_AddLooseGameplayTags::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_BP_OnHeistStateChanged \ +static_assert(alignof(SBZCharacter_BP_OnHeistStateChanged) == 0x000001, "Wrong alignment on SBZCharacter_BP_OnHeistStateChanged"); \ +static_assert(sizeof(SBZCharacter_BP_OnHeistStateChanged) == 0x000002, "Wrong size on SBZCharacter_BP_OnHeistStateChanged"); \ +static_assert(offsetof(SBZCharacter_BP_OnHeistStateChanged, OldState) == 0x000000, "Member 'SBZCharacter_BP_OnHeistStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_BP_OnHeistStateChanged, NewState) == 0x000001, "Member 'SBZCharacter_BP_OnHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Client_OnPickupCarryActorFailed \ +static_assert(alignof(SBZCharacter_Client_OnPickupCarryActorFailed) == 0x000004, "Wrong alignment on SBZCharacter_Client_OnPickupCarryActorFailed"); \ +static_assert(sizeof(SBZCharacter_Client_OnPickupCarryActorFailed) == 0x000004, "Wrong size on SBZCharacter_Client_OnPickupCarryActorFailed"); \ +static_assert(offsetof(SBZCharacter_Client_OnPickupCarryActorFailed, NetID) == 0x000000, "Member 'SBZCharacter_Client_OnPickupCarryActorFailed::NetID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Client_OnThrowCarryActorFailed \ +static_assert(alignof(SBZCharacter_Client_OnThrowCarryActorFailed) == 0x000004, "Wrong alignment on SBZCharacter_Client_OnThrowCarryActorFailed"); \ +static_assert(sizeof(SBZCharacter_Client_OnThrowCarryActorFailed) == 0x000004, "Wrong size on SBZCharacter_Client_OnThrowCarryActorFailed"); \ +static_assert(offsetof(SBZCharacter_Client_OnThrowCarryActorFailed, NetID) == 0x000000, "Member 'SBZCharacter_Client_OnThrowCarryActorFailed::NetID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_HandleTakePointDamage \ +static_assert(alignof(SBZCharacter_HandleTakePointDamage) == 0x000008, "Wrong alignment on SBZCharacter_HandleTakePointDamage"); \ +static_assert(sizeof(SBZCharacter_HandleTakePointDamage) == 0x000058, "Wrong size on SBZCharacter_HandleTakePointDamage"); \ +static_assert(offsetof(SBZCharacter_HandleTakePointDamage, DamagedActor) == 0x000000, "Member 'SBZCharacter_HandleTakePointDamage::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_HandleTakePointDamage, Damage) == 0x000008, "Member 'SBZCharacter_HandleTakePointDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_HandleTakePointDamage, InstigatedBy) == 0x000010, "Member 'SBZCharacter_HandleTakePointDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_HandleTakePointDamage, HitLocation) == 0x000018, "Member 'SBZCharacter_HandleTakePointDamage::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_HandleTakePointDamage, HitComponent) == 0x000028, "Member 'SBZCharacter_HandleTakePointDamage::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_HandleTakePointDamage, BoneName) == 0x000030, "Member 'SBZCharacter_HandleTakePointDamage::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_HandleTakePointDamage, ShotFromDirection) == 0x00003C, "Member 'SBZCharacter_HandleTakePointDamage::ShotFromDirection' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_HandleTakePointDamage, DamageType) == 0x000048, "Member 'SBZCharacter_HandleTakePointDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_HandleTakePointDamage, DamageCauser) == 0x000050, "Member 'SBZCharacter_HandleTakePointDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_HandleTakeRadialDamage \ +static_assert(alignof(SBZCharacter_HandleTakeRadialDamage) == 0x000008, "Wrong alignment on SBZCharacter_HandleTakeRadialDamage"); \ +static_assert(sizeof(SBZCharacter_HandleTakeRadialDamage) == 0x000058, "Wrong size on SBZCharacter_HandleTakeRadialDamage"); \ +static_assert(offsetof(SBZCharacter_HandleTakeRadialDamage, DamagedActor) == 0x000000, "Member 'SBZCharacter_HandleTakeRadialDamage::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_HandleTakeRadialDamage, Damage) == 0x000008, "Member 'SBZCharacter_HandleTakeRadialDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_HandleTakeRadialDamage, InstigatedBy) == 0x000010, "Member 'SBZCharacter_HandleTakeRadialDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_HandleTakeRadialDamage, HitInfos) == 0x000018, "Member 'SBZCharacter_HandleTakeRadialDamage::HitInfos' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_HandleTakeRadialDamage, Params_0) == 0x000028, "Member 'SBZCharacter_HandleTakeRadialDamage::Params_0' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_HandleTakeRadialDamage, Origin) == 0x00003C, "Member 'SBZCharacter_HandleTakeRadialDamage::Origin' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_HandleTakeRadialDamage, DamageType) == 0x000048, "Member 'SBZCharacter_HandleTakeRadialDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_HandleTakeRadialDamage, DamageCauser) == 0x000050, "Member 'SBZCharacter_HandleTakeRadialDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Multicast_ActivateMelee \ +static_assert(alignof(SBZCharacter_Multicast_ActivateMelee) == 0x000004, "Wrong alignment on SBZCharacter_Multicast_ActivateMelee"); \ +static_assert(sizeof(SBZCharacter_Multicast_ActivateMelee) == 0x000008, "Wrong size on SBZCharacter_Multicast_ActivateMelee"); \ +static_assert(offsetof(SBZCharacter_Multicast_ActivateMelee, bIsHeavy) == 0x000000, "Member 'SBZCharacter_Multicast_ActivateMelee::bIsHeavy' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_Multicast_ActivateMelee, InAnimationIndex) == 0x000004, "Member 'SBZCharacter_Multicast_ActivateMelee::InAnimationIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Multicast_ApplyHurtReaction \ +static_assert(alignof(SBZCharacter_Multicast_ApplyHurtReaction) == 0x000004, "Wrong alignment on SBZCharacter_Multicast_ApplyHurtReaction"); \ +static_assert(sizeof(SBZCharacter_Multicast_ApplyHurtReaction) == 0x000010, "Wrong size on SBZCharacter_Multicast_ApplyHurtReaction"); \ +static_assert(offsetof(SBZCharacter_Multicast_ApplyHurtReaction, HurtReactionPrediction) == 0x000000, "Member 'SBZCharacter_Multicast_ApplyHurtReaction::HurtReactionPrediction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Multicast_OnPickupCarryActor \ +static_assert(alignof(SBZCharacter_Multicast_OnPickupCarryActor) == 0x000004, "Wrong alignment on SBZCharacter_Multicast_OnPickupCarryActor"); \ +static_assert(sizeof(SBZCharacter_Multicast_OnPickupCarryActor) == 0x000004, "Wrong size on SBZCharacter_Multicast_OnPickupCarryActor"); \ +static_assert(offsetof(SBZCharacter_Multicast_OnPickupCarryActor, NetID) == 0x000000, "Member 'SBZCharacter_Multicast_OnPickupCarryActor::NetID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Multicast_OnThrowCarryActor \ +static_assert(alignof(SBZCharacter_Multicast_OnThrowCarryActor) == 0x000004, "Wrong alignment on SBZCharacter_Multicast_OnThrowCarryActor"); \ +static_assert(sizeof(SBZCharacter_Multicast_OnThrowCarryActor) == 0x000008, "Wrong size on SBZCharacter_Multicast_OnThrowCarryActor"); \ +static_assert(offsetof(SBZCharacter_Multicast_OnThrowCarryActor, NetID) == 0x000000, "Member 'SBZCharacter_Multicast_OnThrowCarryActor::NetID' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_Multicast_OnThrowCarryActor, bInIsCarriedLastHitByIgnored) == 0x000004, "Member 'SBZCharacter_Multicast_OnThrowCarryActor::bInIsCarriedLastHitByIgnored' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Multicast_PlayMontage \ +static_assert(alignof(SBZCharacter_Multicast_PlayMontage) == 0x000008, "Wrong alignment on SBZCharacter_Multicast_PlayMontage"); \ +static_assert(sizeof(SBZCharacter_Multicast_PlayMontage) == 0x000010, "Wrong size on SBZCharacter_Multicast_PlayMontage"); \ +static_assert(offsetof(SBZCharacter_Multicast_PlayMontage, Montage) == 0x000000, "Member 'SBZCharacter_Multicast_PlayMontage::Montage' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_Multicast_PlayMontage, bPlayOnDedicatedServer) == 0x000008, "Member 'SBZCharacter_Multicast_PlayMontage::bPlayOnDedicatedServer' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_Multicast_PlayMontage, bStopAllActiveMontages) == 0x000009, "Member 'SBZCharacter_Multicast_PlayMontage::bStopAllActiveMontages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Multicast_PlayMontageMove \ +static_assert(alignof(SBZCharacter_Multicast_PlayMontageMove) == 0x000004, "Wrong alignment on SBZCharacter_Multicast_PlayMontageMove"); \ +static_assert(sizeof(SBZCharacter_Multicast_PlayMontageMove) == 0x00001C, "Wrong size on SBZCharacter_Multicast_PlayMontageMove"); \ +static_assert(offsetof(SBZCharacter_Multicast_PlayMontageMove, MontageName) == 0x000000, "Member 'SBZCharacter_Multicast_PlayMontageMove::MontageName' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_Multicast_PlayMontageMove, EndMoveToWorldPosition) == 0x00000C, "Member 'SBZCharacter_Multicast_PlayMontageMove::EndMoveToWorldPosition' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_Multicast_PlayMontageMove, PlayRate) == 0x000018, "Member 'SBZCharacter_Multicast_PlayMontageMove::PlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Multicast_PlayMontageMoveMulti \ +static_assert(alignof(SBZCharacter_Multicast_PlayMontageMoveMulti) == 0x000008, "Wrong alignment on SBZCharacter_Multicast_PlayMontageMoveMulti"); \ +static_assert(sizeof(SBZCharacter_Multicast_PlayMontageMoveMulti) == 0x000020, "Wrong size on SBZCharacter_Multicast_PlayMontageMoveMulti"); \ +static_assert(offsetof(SBZCharacter_Multicast_PlayMontageMoveMulti, MontageName) == 0x000000, "Member 'SBZCharacter_Multicast_PlayMontageMoveMulti::MontageName' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_Multicast_PlayMontageMoveMulti, TargetTransforms) == 0x000010, "Member 'SBZCharacter_Multicast_PlayMontageMoveMulti::TargetTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Multicast_PlayMontageMoveTo \ +static_assert(alignof(SBZCharacter_Multicast_PlayMontageMoveTo) == 0x000008, "Wrong alignment on SBZCharacter_Multicast_PlayMontageMoveTo"); \ +static_assert(sizeof(SBZCharacter_Multicast_PlayMontageMoveTo) == 0x000020, "Wrong size on SBZCharacter_Multicast_PlayMontageMoveTo"); \ +static_assert(offsetof(SBZCharacter_Multicast_PlayMontageMoveTo, Montage) == 0x000000, "Member 'SBZCharacter_Multicast_PlayMontageMoveTo::Montage' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_Multicast_PlayMontageMoveTo, TargetTransforms) == 0x000008, "Member 'SBZCharacter_Multicast_PlayMontageMoveTo::TargetTransforms' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_Multicast_PlayMontageMoveTo, bDisableAutoBlendOut) == 0x000018, "Member 'SBZCharacter_Multicast_PlayMontageMoveTo::bDisableAutoBlendOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Multicast_PredictedRagdollDenied \ +static_assert(alignof(SBZCharacter_Multicast_PredictedRagdollDenied) == 0x000004, "Wrong alignment on SBZCharacter_Multicast_PredictedRagdollDenied"); \ +static_assert(sizeof(SBZCharacter_Multicast_PredictedRagdollDenied) == 0x000004, "Wrong size on SBZCharacter_Multicast_PredictedRagdollDenied"); \ +static_assert(offsetof(SBZCharacter_Multicast_PredictedRagdollDenied, HurtReactionIndex) == 0x000000, "Member 'SBZCharacter_Multicast_PredictedRagdollDenied::HurtReactionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Multicast_SetActiveGadget \ +static_assert(alignof(SBZCharacter_Multicast_SetActiveGadget) == 0x000004, "Wrong alignment on SBZCharacter_Multicast_SetActiveGadget"); \ +static_assert(sizeof(SBZCharacter_Multicast_SetActiveGadget) == 0x000004, "Wrong size on SBZCharacter_Multicast_SetActiveGadget"); \ +static_assert(offsetof(SBZCharacter_Multicast_SetActiveGadget, NewIndex) == 0x000000, "Member 'SBZCharacter_Multicast_SetActiveGadget::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Multicast_SetCurrentPlaceableIndex \ +static_assert(alignof(SBZCharacter_Multicast_SetCurrentPlaceableIndex) == 0x000004, "Wrong alignment on SBZCharacter_Multicast_SetCurrentPlaceableIndex"); \ +static_assert(sizeof(SBZCharacter_Multicast_SetCurrentPlaceableIndex) == 0x000004, "Wrong size on SBZCharacter_Multicast_SetCurrentPlaceableIndex"); \ +static_assert(offsetof(SBZCharacter_Multicast_SetCurrentPlaceableIndex, NewPlaceableIndex) == 0x000000, "Member 'SBZCharacter_Multicast_SetCurrentPlaceableIndex::NewPlaceableIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Multicast_SetCurrentThrowableIndex \ +static_assert(alignof(SBZCharacter_Multicast_SetCurrentThrowableIndex) == 0x000004, "Wrong alignment on SBZCharacter_Multicast_SetCurrentThrowableIndex"); \ +static_assert(sizeof(SBZCharacter_Multicast_SetCurrentThrowableIndex) == 0x000004, "Wrong size on SBZCharacter_Multicast_SetCurrentThrowableIndex"); \ +static_assert(offsetof(SBZCharacter_Multicast_SetCurrentThrowableIndex, NewThrowableIndex) == 0x000000, "Member 'SBZCharacter_Multicast_SetCurrentThrowableIndex::NewThrowableIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Multicast_SetEnableRandomMeshScale \ +static_assert(alignof(SBZCharacter_Multicast_SetEnableRandomMeshScale) == 0x000001, "Wrong alignment on SBZCharacter_Multicast_SetEnableRandomMeshScale"); \ +static_assert(sizeof(SBZCharacter_Multicast_SetEnableRandomMeshScale) == 0x000001, "Wrong size on SBZCharacter_Multicast_SetEnableRandomMeshScale"); \ +static_assert(offsetof(SBZCharacter_Multicast_SetEnableRandomMeshScale, bInEnableRandomMeshScale) == 0x000000, "Member 'SBZCharacter_Multicast_SetEnableRandomMeshScale::bInEnableRandomMeshScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Multicast_SetEquipStateAndIndex \ +static_assert(alignof(SBZCharacter_Multicast_SetEquipStateAndIndex) == 0x000001, "Wrong alignment on SBZCharacter_Multicast_SetEquipStateAndIndex"); \ +static_assert(sizeof(SBZCharacter_Multicast_SetEquipStateAndIndex) == 0x000001, "Wrong size on SBZCharacter_Multicast_SetEquipStateAndIndex"); \ +static_assert(offsetof(SBZCharacter_Multicast_SetEquipStateAndIndex, InEquipStateAndIndex) == 0x000000, "Member 'SBZCharacter_Multicast_SetEquipStateAndIndex::InEquipStateAndIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Multicast_SetMarked \ +static_assert(alignof(SBZCharacter_Multicast_SetMarked) == 0x000001, "Wrong alignment on SBZCharacter_Multicast_SetMarked"); \ +static_assert(sizeof(SBZCharacter_Multicast_SetMarked) == 0x000001, "Wrong size on SBZCharacter_Multicast_SetMarked"); \ +static_assert(offsetof(SBZCharacter_Multicast_SetMarked, bIsMarked) == 0x000000, "Member 'SBZCharacter_Multicast_SetMarked::bIsMarked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Multicast_SetMontageNextSection \ +static_assert(alignof(SBZCharacter_Multicast_SetMontageNextSection) == 0x000008, "Wrong alignment on SBZCharacter_Multicast_SetMontageNextSection"); \ +static_assert(sizeof(SBZCharacter_Multicast_SetMontageNextSection) == 0x000018, "Wrong size on SBZCharacter_Multicast_SetMontageNextSection"); \ +static_assert(offsetof(SBZCharacter_Multicast_SetMontageNextSection, Montage) == 0x000000, "Member 'SBZCharacter_Multicast_SetMontageNextSection::Montage' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_Multicast_SetMontageNextSection, NextSectionName) == 0x000008, "Member 'SBZCharacter_Multicast_SetMontageNextSection::NextSectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Multicast_SetReloadState \ +static_assert(alignof(SBZCharacter_Multicast_SetReloadState) == 0x000001, "Wrong alignment on SBZCharacter_Multicast_SetReloadState"); \ +static_assert(sizeof(SBZCharacter_Multicast_SetReloadState) == 0x00000B, "Wrong size on SBZCharacter_Multicast_SetReloadState"); \ +static_assert(offsetof(SBZCharacter_Multicast_SetReloadState, InReplicatedReloadState) == 0x000000, "Member 'SBZCharacter_Multicast_SetReloadState::InReplicatedReloadState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Multicast_SetStance \ +static_assert(alignof(SBZCharacter_Multicast_SetStance) == 0x000001, "Wrong alignment on SBZCharacter_Multicast_SetStance"); \ +static_assert(sizeof(SBZCharacter_Multicast_SetStance) == 0x000001, "Wrong size on SBZCharacter_Multicast_SetStance"); \ +static_assert(offsetof(SBZCharacter_Multicast_SetStance, NewStance) == 0x000000, "Member 'SBZCharacter_Multicast_SetStance::NewStance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Multicast_SetThrowBagAnimationActive \ +static_assert(alignof(SBZCharacter_Multicast_SetThrowBagAnimationActive) == 0x000001, "Wrong alignment on SBZCharacter_Multicast_SetThrowBagAnimationActive"); \ +static_assert(sizeof(SBZCharacter_Multicast_SetThrowBagAnimationActive) == 0x000001, "Wrong size on SBZCharacter_Multicast_SetThrowBagAnimationActive"); \ +static_assert(offsetof(SBZCharacter_Multicast_SetThrowBagAnimationActive, bActive) == 0x000000, "Member 'SBZCharacter_Multicast_SetThrowBagAnimationActive::bActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Multicast_SnapVictimOntoInstigator \ +static_assert(alignof(SBZCharacter_Multicast_SnapVictimOntoInstigator) == 0x000008, "Wrong alignment on SBZCharacter_Multicast_SnapVictimOntoInstigator"); \ +static_assert(sizeof(SBZCharacter_Multicast_SnapVictimOntoInstigator) == 0x000018, "Wrong size on SBZCharacter_Multicast_SnapVictimOntoInstigator"); \ +static_assert(offsetof(SBZCharacter_Multicast_SnapVictimOntoInstigator, SnapLocation) == 0x000000, "Member 'SBZCharacter_Multicast_SnapVictimOntoInstigator::SnapLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_Multicast_SnapVictimOntoInstigator, HSInstigator) == 0x000010, "Member 'SBZCharacter_Multicast_SnapVictimOntoInstigator::HSInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Multicast_StopMontage \ +static_assert(alignof(SBZCharacter_Multicast_StopMontage) == 0x000008, "Wrong alignment on SBZCharacter_Multicast_StopMontage"); \ +static_assert(sizeof(SBZCharacter_Multicast_StopMontage) == 0x000010, "Wrong size on SBZCharacter_Multicast_StopMontage"); \ +static_assert(offsetof(SBZCharacter_Multicast_StopMontage, Montage) == 0x000000, "Member 'SBZCharacter_Multicast_StopMontage::Montage' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_Multicast_StopMontage, bAllowExitSectionSwitch) == 0x000008, "Member 'SBZCharacter_Multicast_StopMontage::bAllowExitSectionSwitch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Multicast_StopRecoil \ +static_assert(alignof(SBZCharacter_Multicast_StopRecoil) == 0x000001, "Wrong alignment on SBZCharacter_Multicast_StopRecoil"); \ +static_assert(sizeof(SBZCharacter_Multicast_StopRecoil) == 0x000001, "Wrong size on SBZCharacter_Multicast_StopRecoil"); \ +static_assert(offsetof(SBZCharacter_Multicast_StopRecoil, bWasCancelled) == 0x000000, "Member 'SBZCharacter_Multicast_StopRecoil::bWasCancelled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Multicast_SwitchMontageSection \ +static_assert(alignof(SBZCharacter_Multicast_SwitchMontageSection) == 0x000008, "Wrong alignment on SBZCharacter_Multicast_SwitchMontageSection"); \ +static_assert(sizeof(SBZCharacter_Multicast_SwitchMontageSection) == 0x000018, "Wrong size on SBZCharacter_Multicast_SwitchMontageSection"); \ +static_assert(offsetof(SBZCharacter_Multicast_SwitchMontageSection, Montage) == 0x000000, "Member 'SBZCharacter_Multicast_SwitchMontageSection::Montage' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_Multicast_SwitchMontageSection, SectionName) == 0x000008, "Member 'SBZCharacter_Multicast_SwitchMontageSection::SectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_OnCharacterMontageInstanceEnded \ +static_assert(alignof(SBZCharacter_OnCharacterMontageInstanceEnded) == 0x000004, "Wrong alignment on SBZCharacter_OnCharacterMontageInstanceEnded"); \ +static_assert(sizeof(SBZCharacter_OnCharacterMontageInstanceEnded) == 0x000008, "Wrong size on SBZCharacter_OnCharacterMontageInstanceEnded"); \ +static_assert(offsetof(SBZCharacter_OnCharacterMontageInstanceEnded, AnimMontageInstanceID) == 0x000000, "Member 'SBZCharacter_OnCharacterMontageInstanceEnded::AnimMontageInstanceID' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_OnCharacterMontageInstanceEnded, bInterrupted) == 0x000004, "Member 'SBZCharacter_OnCharacterMontageInstanceEnded::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_OnRep_BagHandleArray \ +static_assert(alignof(SBZCharacter_OnRep_BagHandleArray) == 0x000008, "Wrong alignment on SBZCharacter_OnRep_BagHandleArray"); \ +static_assert(sizeof(SBZCharacter_OnRep_BagHandleArray) == 0x000010, "Wrong size on SBZCharacter_OnRep_BagHandleArray"); \ +static_assert(offsetof(SBZCharacter_OnRep_BagHandleArray, OldBagHandleArray) == 0x000000, "Member 'SBZCharacter_OnRep_BagHandleArray::OldBagHandleArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_OnRep_CurrentPlaceableIndex \ +static_assert(alignof(SBZCharacter_OnRep_CurrentPlaceableIndex) == 0x000004, "Wrong alignment on SBZCharacter_OnRep_CurrentPlaceableIndex"); \ +static_assert(sizeof(SBZCharacter_OnRep_CurrentPlaceableIndex) == 0x000004, "Wrong size on SBZCharacter_OnRep_CurrentPlaceableIndex"); \ +static_assert(offsetof(SBZCharacter_OnRep_CurrentPlaceableIndex, OldPlaceableIndex) == 0x000000, "Member 'SBZCharacter_OnRep_CurrentPlaceableIndex::OldPlaceableIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_OnRep_CurrentThrowableIndex \ +static_assert(alignof(SBZCharacter_OnRep_CurrentThrowableIndex) == 0x000004, "Wrong alignment on SBZCharacter_OnRep_CurrentThrowableIndex"); \ +static_assert(sizeof(SBZCharacter_OnRep_CurrentThrowableIndex) == 0x000004, "Wrong size on SBZCharacter_OnRep_CurrentThrowableIndex"); \ +static_assert(offsetof(SBZCharacter_OnRep_CurrentThrowableIndex, OldThrowableIndex) == 0x000000, "Member 'SBZCharacter_OnRep_CurrentThrowableIndex::OldThrowableIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_OnRep_ReplicatedReloadState \ +static_assert(alignof(SBZCharacter_OnRep_ReplicatedReloadState) == 0x000001, "Wrong alignment on SBZCharacter_OnRep_ReplicatedReloadState"); \ +static_assert(sizeof(SBZCharacter_OnRep_ReplicatedReloadState) == 0x00000B, "Wrong size on SBZCharacter_OnRep_ReplicatedReloadState"); \ +static_assert(offsetof(SBZCharacter_OnRep_ReplicatedReloadState, OldReplicatedReloadState) == 0x000000, "Member 'SBZCharacter_OnRep_ReplicatedReloadState::OldReplicatedReloadState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_OnRep_Stance \ +static_assert(alignof(SBZCharacter_OnRep_Stance) == 0x000001, "Wrong alignment on SBZCharacter_OnRep_Stance"); \ +static_assert(sizeof(SBZCharacter_OnRep_Stance) == 0x000001, "Wrong size on SBZCharacter_OnRep_Stance"); \ +static_assert(offsetof(SBZCharacter_OnRep_Stance, InStance) == 0x000000, "Member 'SBZCharacter_OnRep_Stance::InStance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_OnReplicatedEquippableDestroyedOnClient \ +static_assert(alignof(SBZCharacter_OnReplicatedEquippableDestroyedOnClient) == 0x000008, "Wrong alignment on SBZCharacter_OnReplicatedEquippableDestroyedOnClient"); \ +static_assert(sizeof(SBZCharacter_OnReplicatedEquippableDestroyedOnClient) == 0x000008, "Wrong size on SBZCharacter_OnReplicatedEquippableDestroyedOnClient"); \ +static_assert(offsetof(SBZCharacter_OnReplicatedEquippableDestroyedOnClient, InEquippableActor) == 0x000000, "Member 'SBZCharacter_OnReplicatedEquippableDestroyedOnClient::InEquippableActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_OnStartTraversal \ +static_assert(alignof(SBZCharacter_OnStartTraversal) == 0x000004, "Wrong alignment on SBZCharacter_OnStartTraversal"); \ +static_assert(sizeof(SBZCharacter_OnStartTraversal) == 0x000104, "Wrong size on SBZCharacter_OnStartTraversal"); \ +static_assert(offsetof(SBZCharacter_OnStartTraversal, Trajectory) == 0x000000, "Member 'SBZCharacter_OnStartTraversal::Trajectory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_OnStartZipline \ +static_assert(alignof(SBZCharacter_OnStartZipline) == 0x000008, "Wrong alignment on SBZCharacter_OnStartZipline"); \ +static_assert(sizeof(SBZCharacter_OnStartZipline) == 0x000010, "Wrong size on SBZCharacter_OnStartZipline"); \ +static_assert(offsetof(SBZCharacter_OnStartZipline, Zipline) == 0x000000, "Member 'SBZCharacter_OnStartZipline::Zipline' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_OnStartZipline, bIsMovingZiplineForward) == 0x000008, "Member 'SBZCharacter_OnStartZipline::bIsMovingZiplineForward' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_OnStopTraversal \ +static_assert(alignof(SBZCharacter_OnStopTraversal) == 0x000004, "Wrong alignment on SBZCharacter_OnStopTraversal"); \ +static_assert(sizeof(SBZCharacter_OnStopTraversal) == 0x000104, "Wrong size on SBZCharacter_OnStopTraversal"); \ +static_assert(offsetof(SBZCharacter_OnStopTraversal, Trajectory) == 0x000000, "Member 'SBZCharacter_OnStopTraversal::Trajectory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_OnStopZipline \ +static_assert(alignof(SBZCharacter_OnStopZipline) == 0x000008, "Wrong alignment on SBZCharacter_OnStopZipline"); \ +static_assert(sizeof(SBZCharacter_OnStopZipline) == 0x000010, "Wrong size on SBZCharacter_OnStopZipline"); \ +static_assert(offsetof(SBZCharacter_OnStopZipline, Zipline) == 0x000000, "Member 'SBZCharacter_OnStopZipline::Zipline' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_OnStopZipline, bIsMovingZiplineForward) == 0x000008, "Member 'SBZCharacter_OnStopZipline::bIsMovingZiplineForward' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_RemoveLooseGameplayTag \ +static_assert(alignof(SBZCharacter_RemoveLooseGameplayTag) == 0x000004, "Wrong alignment on SBZCharacter_RemoveLooseGameplayTag"); \ +static_assert(sizeof(SBZCharacter_RemoveLooseGameplayTag) == 0x000010, "Wrong size on SBZCharacter_RemoveLooseGameplayTag"); \ +static_assert(offsetof(SBZCharacter_RemoveLooseGameplayTag, GameplayTag) == 0x000000, "Member 'SBZCharacter_RemoveLooseGameplayTag::GameplayTag' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_RemoveLooseGameplayTag, Count) == 0x00000C, "Member 'SBZCharacter_RemoveLooseGameplayTag::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_RemoveLooseGameplayTags \ +static_assert(alignof(SBZCharacter_RemoveLooseGameplayTags) == 0x000008, "Wrong alignment on SBZCharacter_RemoveLooseGameplayTags"); \ +static_assert(sizeof(SBZCharacter_RemoveLooseGameplayTags) == 0x000028, "Wrong size on SBZCharacter_RemoveLooseGameplayTags"); \ +static_assert(offsetof(SBZCharacter_RemoveLooseGameplayTags, GameplayTags) == 0x000000, "Member 'SBZCharacter_RemoveLooseGameplayTags::GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacter_RemoveLooseGameplayTags, Count) == 0x000020, "Member 'SBZCharacter_RemoveLooseGameplayTags::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Server_OnPickupCarryActorFailed \ +static_assert(alignof(SBZCharacter_Server_OnPickupCarryActorFailed) == 0x000004, "Wrong alignment on SBZCharacter_Server_OnPickupCarryActorFailed"); \ +static_assert(sizeof(SBZCharacter_Server_OnPickupCarryActorFailed) == 0x000004, "Wrong size on SBZCharacter_Server_OnPickupCarryActorFailed"); \ +static_assert(offsetof(SBZCharacter_Server_OnPickupCarryActorFailed, NetID) == 0x000000, "Member 'SBZCharacter_Server_OnPickupCarryActorFailed::NetID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Server_OnThrowCarryActorFailed \ +static_assert(alignof(SBZCharacter_Server_OnThrowCarryActorFailed) == 0x000004, "Wrong alignment on SBZCharacter_Server_OnThrowCarryActorFailed"); \ +static_assert(sizeof(SBZCharacter_Server_OnThrowCarryActorFailed) == 0x000004, "Wrong size on SBZCharacter_Server_OnThrowCarryActorFailed"); \ +static_assert(offsetof(SBZCharacter_Server_OnThrowCarryActorFailed, NetID) == 0x000000, "Member 'SBZCharacter_Server_OnThrowCarryActorFailed::NetID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Server_SetEquipStateAndIndex \ +static_assert(alignof(SBZCharacter_Server_SetEquipStateAndIndex) == 0x000001, "Wrong alignment on SBZCharacter_Server_SetEquipStateAndIndex"); \ +static_assert(sizeof(SBZCharacter_Server_SetEquipStateAndIndex) == 0x000001, "Wrong size on SBZCharacter_Server_SetEquipStateAndIndex"); \ +static_assert(offsetof(SBZCharacter_Server_SetEquipStateAndIndex, InEquipStateAndIndex) == 0x000000, "Member 'SBZCharacter_Server_SetEquipStateAndIndex::InEquipStateAndIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Server_ThrowBag \ +static_assert(alignof(SBZCharacter_Server_ThrowBag) == 0x000004, "Wrong alignment on SBZCharacter_Server_ThrowBag"); \ +static_assert(sizeof(SBZCharacter_Server_ThrowBag) == 0x00000C, "Wrong size on SBZCharacter_Server_ThrowBag"); \ +static_assert(offsetof(SBZCharacter_Server_ThrowBag, ReplicatedVelocity) == 0x000000, "Member 'SBZCharacter_Server_ThrowBag::ReplicatedVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_Server_TransferBagFrom \ +static_assert(alignof(SBZCharacter_Server_TransferBagFrom) == 0x000008, "Wrong alignment on SBZCharacter_Server_TransferBagFrom"); \ +static_assert(sizeof(SBZCharacter_Server_TransferBagFrom) == 0x000008, "Wrong size on SBZCharacter_Server_TransferBagFrom"); \ +static_assert(offsetof(SBZCharacter_Server_TransferBagFrom, ToCharacter) == 0x000000, "Member 'SBZCharacter_Server_TransferBagFrom::ToCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_SetStance \ +static_assert(alignof(SBZCharacter_SetStance) == 0x000001, "Wrong alignment on SBZCharacter_SetStance"); \ +static_assert(sizeof(SBZCharacter_SetStance) == 0x000001, "Wrong size on SBZCharacter_SetStance"); \ +static_assert(offsetof(SBZCharacter_SetStance, InStance) == 0x000000, "Member 'SBZCharacter_SetStance::InStance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_GetCurrentRoom_Implementation \ +static_assert(alignof(SBZCharacter_GetCurrentRoom_Implementation) == 0x000008, "Wrong alignment on SBZCharacter_GetCurrentRoom_Implementation"); \ +static_assert(sizeof(SBZCharacter_GetCurrentRoom_Implementation) == 0x000008, "Wrong size on SBZCharacter_GetCurrentRoom_Implementation"); \ +static_assert(offsetof(SBZCharacter_GetCurrentRoom_Implementation, ReturnValue) == 0x000000, "Member 'SBZCharacter_GetCurrentRoom_Implementation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_GetLastBagHandle \ +static_assert(alignof(SBZCharacter_GetLastBagHandle) == 0x000008, "Wrong alignment on SBZCharacter_GetLastBagHandle"); \ +static_assert(sizeof(SBZCharacter_GetLastBagHandle) == 0x000010, "Wrong size on SBZCharacter_GetLastBagHandle"); \ +static_assert(offsetof(SBZCharacter_GetLastBagHandle, ReturnValue) == 0x000000, "Member 'SBZCharacter_GetLastBagHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_GetLastCurrentCarryType \ +static_assert(alignof(SBZCharacter_GetLastCurrentCarryType) == 0x000008, "Wrong alignment on SBZCharacter_GetLastCurrentCarryType"); \ +static_assert(sizeof(SBZCharacter_GetLastCurrentCarryType) == 0x000008, "Wrong size on SBZCharacter_GetLastCurrentCarryType"); \ +static_assert(offsetof(SBZCharacter_GetLastCurrentCarryType, ReturnValue) == 0x000000, "Member 'SBZCharacter_GetLastCurrentCarryType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_GetLastKnownRoom \ +static_assert(alignof(SBZCharacter_GetLastKnownRoom) == 0x000008, "Wrong alignment on SBZCharacter_GetLastKnownRoom"); \ +static_assert(sizeof(SBZCharacter_GetLastKnownRoom) == 0x000008, "Wrong size on SBZCharacter_GetLastKnownRoom"); \ +static_assert(offsetof(SBZCharacter_GetLastKnownRoom, ReturnValue) == 0x000000, "Member 'SBZCharacter_GetLastKnownRoom::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacter_GetSeed \ +static_assert(alignof(SBZCharacter_GetSeed) == 0x000004, "Wrong alignment on SBZCharacter_GetSeed"); \ +static_assert(sizeof(SBZCharacter_GetSeed) == 0x000004, "Wrong size on SBZCharacter_GetSeed"); \ +static_assert(offsetof(SBZCharacter_GetSeed, ReturnValue) == 0x000000, "Member 'SBZCharacter_GetSeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZCharacter \ +static_assert(alignof(ASBZCharacter) == 0x000010, "Wrong alignment on ASBZCharacter"); \ +static_assert(sizeof(ASBZCharacter) == 0x001430, "Wrong size on ASBZCharacter"); \ +static_assert(offsetof(ASBZCharacter, OnAnimEventActiveDelegate) == 0x0007A0, "Member 'ASBZCharacter::OnAnimEventActiveDelegate' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, MarkedVoiceComment) == 0x0007B0, "Member 'ASBZCharacter::MarkedVoiceComment' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, MarkedOutline) == 0x0007B8, "Member 'ASBZCharacter::MarkedOutline' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, OutlineComponent) == 0x0007D8, "Member 'ASBZCharacter::OutlineComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, AttachedCosmeticProps) == 0x0007F8, "Member 'ASBZCharacter::AttachedCosmeticProps' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, CarryType) == 0x000808, "Member 'ASBZCharacter::CarryType' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, HumanShieldCarryType) == 0x000810, "Member 'ASBZCharacter::HumanShieldCarryType' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, DeathImpactMaterialOverrides) == 0x000818, "Member 'ASBZCharacter::DeathImpactMaterialOverrides' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, DeathImpactMaterialOverridesArray) == 0x000868, "Member 'ASBZCharacter::DeathImpactMaterialOverridesArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, AudioComponent) == 0x000878, "Member 'ASBZCharacter::AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, ZiplineAudioController) == 0x000880, "Member 'ASBZCharacter::ZiplineAudioController' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, ZiplineMotorClass) == 0x000888, "Member 'ASBZCharacter::ZiplineMotorClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, CurrentZiplineMotor) == 0x000890, "Member 'ASBZCharacter::CurrentZiplineMotor' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, ZiplineAttachmentBone) == 0x000898, "Member 'ASBZCharacter::ZiplineAttachmentBone' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, ForbidZipLineAdditiveMontageTags) == 0x0008A8, "Member 'ASBZCharacter::ForbidZipLineAdditiveMontageTags' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, MeshScaleData) == 0x0008C8, "Member 'ASBZCharacter::MeshScaleData' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, bRandomMeshScaleEnabled) == 0x0008D8, "Member 'ASBZCharacter::bRandomMeshScaleEnabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, AdditiveBoundExtent) == 0x0008E0, "Member 'ASBZCharacter::AdditiveBoundExtent' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, RagdollAdditiveBoundExtent) == 0x0008EC, "Member 'ASBZCharacter::RagdollAdditiveBoundExtent' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, EventReactionComponent) == 0x0008F8, "Member 'ASBZCharacter::EventReactionComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, BagActorArray) == 0x000900, "Member 'ASBZCharacter::BagActorArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, BagHandleArray) == 0x000910, "Member 'ASBZCharacter::BagHandleArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, BagCollisionPhysicalMaterial) == 0x000920, "Member 'ASBZCharacter::BagCollisionPhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, MaxCarryBagCount) == 0x000928, "Member 'ASBZCharacter::MaxCarryBagCount' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, CurrentCarryTypeArray) == 0x000930, "Member 'ASBZCharacter::CurrentCarryTypeArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, ReplicatedMontage) == 0x000940, "Member 'ASBZCharacter::ReplicatedMontage' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, bIsDropAndCarryScope) == 0x000952, "Member 'ASBZCharacter::bIsDropAndCarryScope' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, bIsCarryChangedUsingInteraction) == 0x000953, "Member 'ASBZCharacter::bIsCarryChangedUsingInteraction' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, ReplicatedReloadState) == 0x000961, "Member 'ASBZCharacter::ReplicatedReloadState' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, ReplicatedEquippableState) == 0x000970, "Member 'ASBZCharacter::ReplicatedEquippableState' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, StartReloadState) == 0x0009B8, "Member 'ASBZCharacter::StartReloadState' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, bIsCurrentAnimationMagazineRemoved) == 0x0009B9, "Member 'ASBZCharacter::bIsCurrentAnimationMagazineRemoved' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, LastReloadAnimationName) == 0x0009BC, "Member 'ASBZCharacter::LastReloadAnimationName' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, LastLocalReloadMontage) == 0x0009C8, "Member 'ASBZCharacter::LastLocalReloadMontage' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, LastRecoilMontage) == 0x0009D0, "Member 'ASBZCharacter::LastRecoilMontage' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, MovementSettings) == 0x0009D8, "Member 'ASBZCharacter::MovementSettings' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, Stance) == 0x0009E0, "Member 'ASBZCharacter::Stance' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, CompatibleStances) == 0x0009E4, "Member 'ASBZCharacter::CompatibleStances' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, MaxStartAimOffsetYawDegrees) == 0x0009E8, "Member 'ASBZCharacter::MaxStartAimOffsetYawDegrees' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, MaxAimOffsetYawDegrees) == 0x0009EC, "Member 'ASBZCharacter::MaxAimOffsetYawDegrees' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, MaxStartAimOffsetYawDegreesTargeting) == 0x0009F0, "Member 'ASBZCharacter::MaxStartAimOffsetYawDegreesTargeting' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, MaxAimOffsetYawDegreesTargeting) == 0x0009F4, "Member 'ASBZCharacter::MaxAimOffsetYawDegreesTargeting' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, RemoteViewYaw) == 0x0009F8, "Member 'ASBZCharacter::RemoteViewYaw' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, AbilitySystem) == 0x000A00, "Member 'ASBZCharacter::AbilitySystem' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, EquippableConfigArray) == 0x000A08, "Member 'ASBZCharacter::EquippableConfigArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, LoadedEquippableConfigArray) == 0x000A18, "Member 'ASBZCharacter::LoadedEquippableConfigArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, CurrentEquippableIndex) == 0x000A28, "Member 'ASBZCharacter::CurrentEquippableIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, LastEquippableIndex) == 0x000A2C, "Member 'ASBZCharacter::LastEquippableIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, LastRequiredEquippableIndex) == 0x000A30, "Member 'ASBZCharacter::LastRequiredEquippableIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, EquippableArray) == 0x000A38, "Member 'ASBZCharacter::EquippableArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, PendingReplicatedEquippableArray) == 0x000A48, "Member 'ASBZCharacter::PendingReplicatedEquippableArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, CurrentEquippableConfig) == 0x000A58, "Member 'ASBZCharacter::CurrentEquippableConfig' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, CurrentEquippableRuntime) == 0x000AC8, "Member 'ASBZCharacter::CurrentEquippableRuntime' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, CurrentEquippable) == 0x000B10, "Member 'ASBZCharacter::CurrentEquippable' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, EquippableRuntimeArray) == 0x000B20, "Member 'ASBZCharacter::EquippableRuntimeArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, EquipState) == 0x000B30, "Member 'ASBZCharacter::EquipState' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, EquipStateAndIndex) == 0x000B31, "Member 'ASBZCharacter::EquipStateAndIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, EquippableAttachementSocketName) == 0x000B34, "Member 'ASBZCharacter::EquippableAttachementSocketName' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, LinkedAnimationClass) == 0x000B40, "Member 'ASBZCharacter::LinkedAnimationClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, AnimationCollection) == 0x000B48, "Member 'ASBZCharacter::AnimationCollection' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, FacialAnimationCollection) == 0x000B50, "Member 'ASBZCharacter::FacialAnimationCollection' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, EmotionMapping) == 0x000B58, "Member 'ASBZCharacter::EmotionMapping' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, AnimationData) == 0x000B60, "Member 'ASBZCharacter::AnimationData' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, DefaultLifeActionAffinityData) == 0x000B68, "Member 'ASBZCharacter::DefaultLifeActionAffinityData' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, RandomizedMeshScaleLifeActionAffinityData) == 0x000B70, "Member 'ASBZCharacter::RandomizedMeshScaleLifeActionAffinityData' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, bCanEverHaveFacialAnimation) == 0x000B78, "Member 'ASBZCharacter::bCanEverHaveFacialAnimation' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, MontageSectionSwitchRequests) == 0x000B80, "Member 'ASBZCharacter::MontageSectionSwitchRequests' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, TargetEquippableIndex) == 0x000B90, "Member 'ASBZCharacter::TargetEquippableIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, InitialEquippableIndex) == 0x000B94, "Member 'ASBZCharacter::InitialEquippableIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, ForbiddenEquippableIndexCountArray) == 0x000B98, "Member 'ASBZCharacter::ForbiddenEquippableIndexCountArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, EquippableVisibleCount) == 0x000B9F, "Member 'ASBZCharacter::EquippableVisibleCount' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, EquippedCount) == 0x000BA0, "Member 'ASBZCharacter::EquippedCount' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, bIsInitialEquipped) == 0x000BA1, "Member 'ASBZCharacter::bIsInitialEquipped' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, TeamId) == 0x000BB0, "Member 'ASBZCharacter::TeamId' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, VoiceComponent) == 0x000BB8, "Member 'ASBZCharacter::VoiceComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, DamageTracker) == 0x000BC0, "Member 'ASBZCharacter::DamageTracker' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, FootStepComponent) == 0x000BC8, "Member 'ASBZCharacter::FootStepComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, SlidingComponent) == 0x000BD0, "Member 'ASBZCharacter::SlidingComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, MantlingComponent) == 0x000BD8, "Member 'ASBZCharacter::MantlingComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, VaultingComponent) == 0x000BE0, "Member 'ASBZCharacter::VaultingComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, AIVisibilityNodeComputationFrequency) == 0x000BE8, "Member 'ASBZCharacter::AIVisibilityNodeComputationFrequency' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, AIVisibilityNode) == 0x000BEC, "Member 'ASBZCharacter::AIVisibilityNode' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, AbilityData) == 0x000C00, "Member 'ASBZCharacter::AbilityData' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, FloorHitLeftFoot) == 0x000C08, "Member 'ASBZCharacter::FloorHitLeftFoot' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, FloorHitRightFoot) == 0x000C98, "Member 'ASBZCharacter::FloorHitRightFoot' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, BoneDamageMultiplierMap) == 0x000D28, "Member 'ASBZCharacter::BoneDamageMultiplierMap' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, TagReactionAsset) == 0x000D78, "Member 'ASBZCharacter::TagReactionAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, CurrentTagReactionAsset) == 0x000D80, "Member 'ASBZCharacter::CurrentTagReactionAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, TagReactionStanceMap) == 0x000D90, "Member 'ASBZCharacter::TagReactionStanceMap' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, CurrentTagReactionEffects) == 0x000DE0, "Member 'ASBZCharacter::CurrentTagReactionEffects' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, LastTagReactionMontage) == 0x000DF0, "Member 'ASBZCharacter::LastTagReactionMontage' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, HurtReactionArray) == 0x000E00, "Member 'ASBZCharacter::HurtReactionArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, SprintForwardHurtVelocityInterval) == 0x000EC0, "Member 'ASBZCharacter::SprintForwardHurtVelocityInterval' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, LandSoundEvent) == 0x000EE0, "Member 'ASBZCharacter::LandSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, VictimDropCharacterSound) == 0x000EE8, "Member 'ASBZCharacter::VictimDropCharacterSound' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, InstigatorDropCharacterSound) == 0x000EF8, "Member 'ASBZCharacter::InstigatorDropCharacterSound' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, MinInteractionDurationToUnequip) == 0x000F08, "Member 'ASBZCharacter::MinInteractionDurationToUnequip' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, CurrentThrowableIndex) == 0x000F0C, "Member 'ASBZCharacter::CurrentThrowableIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, GadgetIndexArray) == 0x000F10, "Member 'ASBZCharacter::GadgetIndexArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, GadgetMaxIndexArray) == 0x000F20, "Member 'ASBZCharacter::GadgetMaxIndexArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, CurrentPlaceableIndex) == 0x000F30, "Member 'ASBZCharacter::CurrentPlaceableIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, Interactable) == 0x000F38, "Member 'ASBZCharacter::Interactable' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, MeleeComponent) == 0x000F40, "Member 'ASBZCharacter::MeleeComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, MeleeDamageData) == 0x000F48, "Member 'ASBZCharacter::MeleeDamageData' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, CurrentCarryActor) == 0x000F50, "Member 'ASBZCharacter::CurrentCarryActor' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, CurrentCarryInstigator) == 0x000F58, "Member 'ASBZCharacter::CurrentCarryInstigator' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, CarryActorSocketName) == 0x000F60, "Member 'ASBZCharacter::CarryActorSocketName' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, PhysicsAssetWhenCarried) == 0x000F70, "Member 'ASBZCharacter::PhysicsAssetWhenCarried' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, PhysicsAssetWhenNotCarried) == 0x000F78, "Member 'ASBZCharacter::PhysicsAssetWhenNotCarried' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, AnimClassWhenCarriedDead) == 0x000F80, "Member 'ASBZCharacter::AnimClassWhenCarriedDead' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, HumanShieldInstigatorState) == 0x000F88, "Member 'ASBZCharacter::HumanShieldInstigatorState' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, OffsetWhenCarried) == 0x000F90, "Member 'ASBZCharacter::OffsetWhenCarried' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, OffsetWhenHumanShield) == 0x000FC0, "Member 'ASBZCharacter::OffsetWhenHumanShield' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, HumanShieldInstigatorAcceptableRadius) == 0x000FF0, "Member 'ASBZCharacter::HumanShieldInstigatorAcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, HumanShieldSlotParameters) == 0x000FF8, "Member 'ASBZCharacter::HumanShieldSlotParameters' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, MeleeComment) == 0x001008, "Member 'ASBZCharacter::MeleeComment' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, CurrentHumanShieldInstigatorEnterMontage) == 0x001010, "Member 'ASBZCharacter::CurrentHumanShieldInstigatorEnterMontage' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, CarryingFromCrouchAcceptableRadius) == 0x0010A4, "Member 'ASBZCharacter::CarryingFromCrouchAcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, Seed) == 0x00110C, "Member 'ASBZCharacter::Seed' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, SharedAnimBehavior) == 0x001110, "Member 'ASBZCharacter::SharedAnimBehavior' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, LastController) == 0x001180, "Member 'ASBZCharacter::LastController' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, CharacterTag) == 0x001188, "Member 'ASBZCharacter::CharacterTag' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, DialogBodyGesturesData) == 0x0011A0, "Member 'ASBZCharacter::DialogBodyGesturesData' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, ForcedFacialAnimaton) == 0x0011B0, "Member 'ASBZCharacter::ForcedFacialAnimaton' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, CharacterName) == 0x0011B8, "Member 'ASBZCharacter::CharacterName' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, EquippedMask) == 0x0011D0, "Member 'ASBZCharacter::EquippedMask' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, DisplayIcon) == 0x0011D8, "Member 'ASBZCharacter::DisplayIcon' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, MaskedOnDisplayIcon) == 0x0011E0, "Member 'ASBZCharacter::MaskedOnDisplayIcon' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, HitImmunityGrantingTags) == 0x0011E8, "Member 'ASBZCharacter::HitImmunityGrantingTags' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, MarkedGameplayEffectClass) == 0x001208, "Member 'ASBZCharacter::MarkedGameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, LastArmorConductorPlayerState) == 0x001210, "Member 'ASBZCharacter::LastArmorConductorPlayerState' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, DestroyEquippableDelay) == 0x00123C, "Member 'ASBZCharacter::DestroyEquippableDelay' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, HurtReactionOffset) == 0x0012D8, "Member 'ASBZCharacter::HurtReactionOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, LastAppliedHurtReactionIndex) == 0x001338, "Member 'ASBZCharacter::LastAppliedHurtReactionIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, CurrentHurtReactionType) == 0x00133C, "Member 'ASBZCharacter::CurrentHurtReactionType' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, HurtReactionEndTime) == 0x001340, "Member 'ASBZCharacter::HurtReactionEndTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, PredictedHurtReactionEndTime) == 0x001344, "Member 'ASBZCharacter::PredictedHurtReactionEndTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, CurrentMeleeMontage) == 0x001350, "Member 'ASBZCharacter::CurrentMeleeMontage' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, RoomVolumes) == 0x001368, "Member 'ASBZCharacter::RoomVolumes' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, LastKnownRoom) == 0x001378, "Member 'ASBZCharacter::LastKnownRoom' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, ExplosionLineTraceBoneArray) == 0x001380, "Member 'ASBZCharacter::ExplosionLineTraceBoneArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, HeadBone) == 0x001390, "Member 'ASBZCharacter::HeadBone' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, StatisticName) == 0x00139C, "Member 'ASBZCharacter::StatisticName' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, StatisticKillString) == 0x0013A8, "Member 'ASBZCharacter::StatisticKillString' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, CarryWeightTierOffset) == 0x0013B8, "Member 'ASBZCharacter::CarryWeightTierOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, ReplicatedThrowableArray) == 0x0013C0, "Member 'ASBZCharacter::ReplicatedThrowableArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, ReplicatedGrenadeProjectileArray) == 0x0013D0, "Member 'ASBZCharacter::ReplicatedGrenadeProjectileArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, ConsumableMontageName) == 0x001414, "Member 'ASBZCharacter::ConsumableMontageName' has a wrong offset!"); \ +static_assert(offsetof(ASBZCharacter, ConsumableMontageDuration) == 0x001420, "Member 'ASBZCharacter::ConsumableMontageDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIPointOfInterest_OnInteracted \ +static_assert(alignof(SBZAIPointOfInterest_OnInteracted) == 0x000008, "Wrong alignment on SBZAIPointOfInterest_OnInteracted"); \ +static_assert(sizeof(SBZAIPointOfInterest_OnInteracted) == 0x000018, "Wrong size on SBZAIPointOfInterest_OnInteracted"); \ +static_assert(offsetof(SBZAIPointOfInterest_OnInteracted, ActionInstigator) == 0x000000, "Member 'SBZAIPointOfInterest_OnInteracted::ActionInstigator' has a wrong offset!"); \ +static_assert(offsetof(SBZAIPointOfInterest_OnInteracted, InteractionTag) == 0x000008, "Member 'SBZAIPointOfInterest_OnInteracted::InteractionTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIPointOfInterest_OnOwnerDestroyed \ +static_assert(alignof(SBZAIPointOfInterest_OnOwnerDestroyed) == 0x000008, "Wrong alignment on SBZAIPointOfInterest_OnOwnerDestroyed"); \ +static_assert(sizeof(SBZAIPointOfInterest_OnOwnerDestroyed) == 0x000008, "Wrong size on SBZAIPointOfInterest_OnOwnerDestroyed"); \ +static_assert(offsetof(SBZAIPointOfInterest_OnOwnerDestroyed, DestroyedActor) == 0x000000, "Member 'SBZAIPointOfInterest_OnOwnerDestroyed::DestroyedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAIPointOfInterest \ +static_assert(alignof(ASBZAIPointOfInterest) == 0x000008, "Wrong alignment on ASBZAIPointOfInterest"); \ +static_assert(sizeof(ASBZAIPointOfInterest) == 0x0002F8, "Wrong size on ASBZAIPointOfInterest"); \ +static_assert(offsetof(ASBZAIPointOfInterest, bAutoEnable) == 0x0002D0, "Member 'ASBZAIPointOfInterest::bAutoEnable' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIPointOfInterest, RoomVolumes) == 0x0002D8, "Member 'ASBZAIPointOfInterest::RoomVolumes' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIPointOfInterest, AttractorComponent) == 0x0002E8, "Member 'ASBZAIPointOfInterest::AttractorComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIPointOfInterest, SphereCollision) == 0x0002F0, "Member 'ASBZAIPointOfInterest::SphereCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAIPointOfInterestReplicatedDebris \ +static_assert(alignof(ASBZAIPointOfInterestReplicatedDebris) == 0x000008, "Wrong alignment on ASBZAIPointOfInterestReplicatedDebris"); \ +static_assert(sizeof(ASBZAIPointOfInterestReplicatedDebris) == 0x000310, "Wrong size on ASBZAIPointOfInterestReplicatedDebris"); \ +static_assert(offsetof(ASBZAIPointOfInterestReplicatedDebris, Debris) == 0x000300, "Member 'ASBZAIPointOfInterestReplicatedDebris::Debris' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIPointOfInterestReplicatedDebris, bSpawnDebris) == 0x000308, "Member 'ASBZAIPointOfInterestReplicatedDebris::bSpawnDebris' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketVendorsWidget_GetFirstCategoryWidget \ +static_assert(alignof(SBZBlackMarketVendorsWidget_GetFirstCategoryWidget) == 0x000008, "Wrong alignment on SBZBlackMarketVendorsWidget_GetFirstCategoryWidget"); \ +static_assert(sizeof(SBZBlackMarketVendorsWidget_GetFirstCategoryWidget) == 0x000008, "Wrong size on SBZBlackMarketVendorsWidget_GetFirstCategoryWidget"); \ +static_assert(offsetof(SBZBlackMarketVendorsWidget_GetFirstCategoryWidget, ReturnValue) == 0x000000, "Member 'SBZBlackMarketVendorsWidget_GetFirstCategoryWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketVendorsWidget_NativeOnVendorButtonSelected \ +static_assert(alignof(SBZBlackMarketVendorsWidget_NativeOnVendorButtonSelected) == 0x000008, "Wrong alignment on SBZBlackMarketVendorsWidget_NativeOnVendorButtonSelected"); \ +static_assert(sizeof(SBZBlackMarketVendorsWidget_NativeOnVendorButtonSelected) == 0x000008, "Wrong size on SBZBlackMarketVendorsWidget_NativeOnVendorButtonSelected"); \ +static_assert(offsetof(SBZBlackMarketVendorsWidget_NativeOnVendorButtonSelected, InButton) == 0x000000, "Member 'SBZBlackMarketVendorsWidget_NativeOnVendorButtonSelected::InButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketVendorsWidget_OnBuyItemCompleted \ +static_assert(alignof(SBZBlackMarketVendorsWidget_OnBuyItemCompleted) == 0x000008, "Wrong alignment on SBZBlackMarketVendorsWidget_OnBuyItemCompleted"); \ +static_assert(sizeof(SBZBlackMarketVendorsWidget_OnBuyItemCompleted) == 0x000018, "Wrong size on SBZBlackMarketVendorsWidget_OnBuyItemCompleted"); \ +static_assert(offsetof(SBZBlackMarketVendorsWidget_OnBuyItemCompleted, Result) == 0x000000, "Member 'SBZBlackMarketVendorsWidget_OnBuyItemCompleted::Result' has a wrong offset!"); \ +static_assert(offsetof(SBZBlackMarketVendorsWidget_OnBuyItemCompleted, ItemSku) == 0x000008, "Member 'SBZBlackMarketVendorsWidget_OnBuyItemCompleted::ItemSku' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketVendorsWidget_OnBuyRealMoneyItemCompleted \ +static_assert(alignof(SBZBlackMarketVendorsWidget_OnBuyRealMoneyItemCompleted) == 0x000001, "Wrong alignment on SBZBlackMarketVendorsWidget_OnBuyRealMoneyItemCompleted"); \ +static_assert(sizeof(SBZBlackMarketVendorsWidget_OnBuyRealMoneyItemCompleted) == 0x000001, "Wrong size on SBZBlackMarketVendorsWidget_OnBuyRealMoneyItemCompleted"); \ +static_assert(offsetof(SBZBlackMarketVendorsWidget_OnBuyRealMoneyItemCompleted, Result) == 0x000000, "Member 'SBZBlackMarketVendorsWidget_OnBuyRealMoneyItemCompleted::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketVendorsWidget_OnGameInstallStateChanged \ +static_assert(alignof(SBZBlackMarketVendorsWidget_OnGameInstallStateChanged) == 0x000001, "Wrong alignment on SBZBlackMarketVendorsWidget_OnGameInstallStateChanged"); \ +static_assert(sizeof(SBZBlackMarketVendorsWidget_OnGameInstallStateChanged) == 0x000001, "Wrong size on SBZBlackMarketVendorsWidget_OnGameInstallStateChanged"); \ +static_assert(offsetof(SBZBlackMarketVendorsWidget_OnGameInstallStateChanged, bIsInstallPending) == 0x000000, "Member 'SBZBlackMarketVendorsWidget_OnGameInstallStateChanged::bIsInstallPending' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketVendorsWidget_OnPurchaseItemPopUpClosed \ +static_assert(alignof(SBZBlackMarketVendorsWidget_OnPurchaseItemPopUpClosed) == 0x000004, "Wrong alignment on SBZBlackMarketVendorsWidget_OnPurchaseItemPopUpClosed"); \ +static_assert(sizeof(SBZBlackMarketVendorsWidget_OnPurchaseItemPopUpClosed) == 0x00000C, "Wrong size on SBZBlackMarketVendorsWidget_OnPurchaseItemPopUpClosed"); \ +static_assert(offsetof(SBZBlackMarketVendorsWidget_OnPurchaseItemPopUpClosed, ClosingActionName) == 0x000000, "Member 'SBZBlackMarketVendorsWidget_OnPurchaseItemPopUpClosed::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketVendorsWidget_OnTransactionProgressChanged \ +static_assert(alignof(SBZBlackMarketVendorsWidget_OnTransactionProgressChanged) == 0x000001, "Wrong alignment on SBZBlackMarketVendorsWidget_OnTransactionProgressChanged"); \ +static_assert(sizeof(SBZBlackMarketVendorsWidget_OnTransactionProgressChanged) == 0x000002, "Wrong size on SBZBlackMarketVendorsWidget_OnTransactionProgressChanged"); \ +static_assert(offsetof(SBZBlackMarketVendorsWidget_OnTransactionProgressChanged, bInIsTransactionInProgress) == 0x000000, "Member 'SBZBlackMarketVendorsWidget_OnTransactionProgressChanged::bInIsTransactionInProgress' has a wrong offset!"); \ +static_assert(offsetof(SBZBlackMarketVendorsWidget_OnTransactionProgressChanged, bIsTransactionSuccessful) == 0x000001, "Member 'SBZBlackMarketVendorsWidget_OnTransactionProgressChanged::bIsTransactionSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketVendorsWidget_OnVendorButtonFocused \ +static_assert(alignof(SBZBlackMarketVendorsWidget_OnVendorButtonFocused) == 0x000008, "Wrong alignment on SBZBlackMarketVendorsWidget_OnVendorButtonFocused"); \ +static_assert(sizeof(SBZBlackMarketVendorsWidget_OnVendorButtonFocused) == 0x000010, "Wrong size on SBZBlackMarketVendorsWidget_OnVendorButtonFocused"); \ +static_assert(offsetof(SBZBlackMarketVendorsWidget_OnVendorButtonFocused, InButton) == 0x000000, "Member 'SBZBlackMarketVendorsWidget_OnVendorButtonFocused::InButton' has a wrong offset!"); \ +static_assert(offsetof(SBZBlackMarketVendorsWidget_OnVendorButtonFocused, bIsFocused) == 0x000008, "Member 'SBZBlackMarketVendorsWidget_OnVendorButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketVendorsWidget_OnVendorChanged \ +static_assert(alignof(SBZBlackMarketVendorsWidget_OnVendorChanged) == 0x000008, "Wrong alignment on SBZBlackMarketVendorsWidget_OnVendorChanged"); \ +static_assert(sizeof(SBZBlackMarketVendorsWidget_OnVendorChanged) == 0x000028, "Wrong size on SBZBlackMarketVendorsWidget_OnVendorChanged"); \ +static_assert(offsetof(SBZBlackMarketVendorsWidget_OnVendorChanged, NewVendor) == 0x000000, "Member 'SBZBlackMarketVendorsWidget_OnVendorChanged::NewVendor' has a wrong offset!"); \ +static_assert(offsetof(SBZBlackMarketVendorsWidget_OnVendorChanged, bIsRefresh) == 0x000020, "Member 'SBZBlackMarketVendorsWidget_OnVendorChanged::bIsRefresh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketVendorsWidget_OnVendorItemButtonFocused \ +static_assert(alignof(SBZBlackMarketVendorsWidget_OnVendorItemButtonFocused) == 0x000008, "Wrong alignment on SBZBlackMarketVendorsWidget_OnVendorItemButtonFocused"); \ +static_assert(sizeof(SBZBlackMarketVendorsWidget_OnVendorItemButtonFocused) == 0x000010, "Wrong size on SBZBlackMarketVendorsWidget_OnVendorItemButtonFocused"); \ +static_assert(offsetof(SBZBlackMarketVendorsWidget_OnVendorItemButtonFocused, InButton) == 0x000000, "Member 'SBZBlackMarketVendorsWidget_OnVendorItemButtonFocused::InButton' has a wrong offset!"); \ +static_assert(offsetof(SBZBlackMarketVendorsWidget_OnVendorItemButtonFocused, bIsFocused) == 0x000008, "Member 'SBZBlackMarketVendorsWidget_OnVendorItemButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketVendorsWidget_OnVendorItemButtonSelected \ +static_assert(alignof(SBZBlackMarketVendorsWidget_OnVendorItemButtonSelected) == 0x000008, "Wrong alignment on SBZBlackMarketVendorsWidget_OnVendorItemButtonSelected"); \ +static_assert(sizeof(SBZBlackMarketVendorsWidget_OnVendorItemButtonSelected) == 0x000008, "Wrong size on SBZBlackMarketVendorsWidget_OnVendorItemButtonSelected"); \ +static_assert(offsetof(SBZBlackMarketVendorsWidget_OnVendorItemButtonSelected, InButton) == 0x000000, "Member 'SBZBlackMarketVendorsWidget_OnVendorItemButtonSelected::InButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketVendorsWidget_OnVendorItemTransactionComplete \ +static_assert(alignof(SBZBlackMarketVendorsWidget_OnVendorItemTransactionComplete) == 0x000008, "Wrong alignment on SBZBlackMarketVendorsWidget_OnVendorItemTransactionComplete"); \ +static_assert(sizeof(SBZBlackMarketVendorsWidget_OnVendorItemTransactionComplete) == 0x000010, "Wrong size on SBZBlackMarketVendorsWidget_OnVendorItemTransactionComplete"); \ +static_assert(offsetof(SBZBlackMarketVendorsWidget_OnVendorItemTransactionComplete, MetaResult) == 0x000000, "Member 'SBZBlackMarketVendorsWidget_OnVendorItemTransactionComplete::MetaResult' has a wrong offset!"); \ +static_assert(offsetof(SBZBlackMarketVendorsWidget_OnVendorItemTransactionComplete, InventoryItemData) == 0x000008, "Member 'SBZBlackMarketVendorsWidget_OnVendorItemTransactionComplete::InventoryItemData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketVendorsWidget_SendPurchaseAttemptEvent \ +static_assert(alignof(SBZBlackMarketVendorsWidget_SendPurchaseAttemptEvent) == 0x000001, "Wrong alignment on SBZBlackMarketVendorsWidget_SendPurchaseAttemptEvent"); \ +static_assert(sizeof(SBZBlackMarketVendorsWidget_SendPurchaseAttemptEvent) == 0x000001, "Wrong size on SBZBlackMarketVendorsWidget_SendPurchaseAttemptEvent"); \ +static_assert(offsetof(SBZBlackMarketVendorsWidget_SendPurchaseAttemptEvent, bIsAcceptPressed) == 0x000000, "Member 'SBZBlackMarketVendorsWidget_SendPurchaseAttemptEvent::bIsAcceptPressed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketVendorsWidget_TryBuyItem \ +static_assert(alignof(SBZBlackMarketVendorsWidget_TryBuyItem) == 0x000008, "Wrong alignment on SBZBlackMarketVendorsWidget_TryBuyItem"); \ +static_assert(sizeof(SBZBlackMarketVendorsWidget_TryBuyItem) == 0x000128, "Wrong size on SBZBlackMarketVendorsWidget_TryBuyItem"); \ +static_assert(offsetof(SBZBlackMarketVendorsWidget_TryBuyItem, StoreItemUIData) == 0x000000, "Member 'SBZBlackMarketVendorsWidget_TryBuyItem::StoreItemUIData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketVendorsWidget_UpdateActiveVendor \ +static_assert(alignof(SBZBlackMarketVendorsWidget_UpdateActiveVendor) == 0x000004, "Wrong alignment on SBZBlackMarketVendorsWidget_UpdateActiveVendor"); \ +static_assert(sizeof(SBZBlackMarketVendorsWidget_UpdateActiveVendor) == 0x000004, "Wrong size on SBZBlackMarketVendorsWidget_UpdateActiveVendor"); \ +static_assert(offsetof(SBZBlackMarketVendorsWidget_UpdateActiveVendor, NewActiveVendorIndex) == 0x000000, "Member 'SBZBlackMarketVendorsWidget_UpdateActiveVendor::NewActiveVendorIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBlackMarketVendorsWidget \ +static_assert(alignof(USBZBlackMarketVendorsWidget) == 0x000008, "Wrong alignment on USBZBlackMarketVendorsWidget"); \ +static_assert(sizeof(USBZBlackMarketVendorsWidget) == 0x000600, "Wrong size on USBZBlackMarketVendorsWidget"); \ +static_assert(offsetof(USBZBlackMarketVendorsWidget, Panel_CategoriesList) == 0x0002F0, "Member 'USBZBlackMarketVendorsWidget::Panel_CategoriesList' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketVendorsWidget, Navbar_Vendors) == 0x0002F8, "Member 'USBZBlackMarketVendorsWidget::Navbar_Vendors' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketVendorsWidget, CategoryButtonClass) == 0x000300, "Member 'USBZBlackMarketVendorsWidget::CategoryButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketVendorsWidget, StoreItemButtonClass) == 0x000308, "Member 'USBZBlackMarketVendorsWidget::StoreItemButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketVendorsWidget, GoldStoreItemButtonClass) == 0x000310, "Member 'USBZBlackMarketVendorsWidget::GoldStoreItemButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketVendorsWidget, FeaturedBundleItemButtonClass) == 0x000318, "Member 'USBZBlackMarketVendorsWidget::FeaturedBundleItemButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketVendorsWidget, BundleItemButtonClass) == 0x000320, "Member 'USBZBlackMarketVendorsWidget::BundleItemButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketVendorsWidget, PaydayStoreControlsReferenceAction) == 0x000328, "Member 'USBZBlackMarketVendorsWidget::PaydayStoreControlsReferenceAction' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketVendorsWidget, ControlsRefActionWidget_PaydayStore) == 0x000360, "Member 'USBZBlackMarketVendorsWidget::ControlsRefActionWidget_PaydayStore' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketVendorsWidget, VendorButtonClass) == 0x000368, "Member 'USBZBlackMarketVendorsWidget::VendorButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketVendorsWidget, bIsTransactionInProgress) == 0x000370, "Member 'USBZBlackMarketVendorsWidget::bIsTransactionInProgress' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketVendorsWidget, ActiveVendorIndex) == 0x000374, "Member 'USBZBlackMarketVendorsWidget::ActiveVendorIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketVendorsWidget, VendorsData) == 0x000378, "Member 'USBZBlackMarketVendorsWidget::VendorsData' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketVendorsWidget, PurchaseTargetButton) == 0x000388, "Member 'USBZBlackMarketVendorsWidget::PurchaseTargetButton' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketVendorsWidget, PurchaseSlotUIData) == 0x000390, "Member 'USBZBlackMarketVendorsWidget::PurchaseSlotUIData' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketVendorsWidget, StoreItemButtonPool) == 0x0004C0, "Member 'USBZBlackMarketVendorsWidget::StoreItemButtonPool' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketVendorsWidget, GoldStoreItemButtonPool) == 0x0004D0, "Member 'USBZBlackMarketVendorsWidget::GoldStoreItemButtonPool' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketVendorsWidget, BundleItemButtonPool) == 0x0004E0, "Member 'USBZBlackMarketVendorsWidget::BundleItemButtonPool' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketVendorsWidget, FeaturedBundleItemButtonPool) == 0x0004F0, "Member 'USBZBlackMarketVendorsWidget::FeaturedBundleItemButtonPool' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketVendorsWidget, PurchaseItemPopUpBodyWidgetClass) == 0x000500, "Member 'USBZBlackMarketVendorsWidget::PurchaseItemPopUpBodyWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketVendorsWidget, PurchaseItemSlotPopUpBodyWidgetClass) == 0x000508, "Member 'USBZBlackMarketVendorsWidget::PurchaseItemSlotPopUpBodyWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketVendorsWidget, PurchaseItemPopUpHeader) == 0x000510, "Member 'USBZBlackMarketVendorsWidget::PurchaseItemPopUpHeader' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketVendorsWidget, PurchaseItemPopUpAcceptAction) == 0x000528, "Member 'USBZBlackMarketVendorsWidget::PurchaseItemPopUpAcceptAction' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketVendorsWidget, PurchaseItemPopUpCancelAction) == 0x000560, "Member 'USBZBlackMarketVendorsWidget::PurchaseItemPopUpCancelAction' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketVendorsWidget, PopUpData) == 0x000598, "Member 'USBZBlackMarketVendorsWidget::PopUpData' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketVendorsWidget, PurchaseItemPopUpBody) == 0x0005F8, "Member 'USBZBlackMarketVendorsWidget::PurchaseItemPopUpBody' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPreplanningAssetDatabase \ +static_assert(alignof(USBZPreplanningAssetDatabase) == 0x000008, "Wrong alignment on USBZPreplanningAssetDatabase"); \ +static_assert(sizeof(USBZPreplanningAssetDatabase) == 0x000048, "Wrong size on USBZPreplanningAssetDatabase"); \ +static_assert(offsetof(USBZPreplanningAssetDatabase, PreplanningAssetArray) == 0x000038, "Member 'USBZPreplanningAssetDatabase::PreplanningAssetArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIBaseCharacter_Multicast_Evade \ +static_assert(alignof(SBZAIBaseCharacter_Multicast_Evade) == 0x000008, "Wrong alignment on SBZAIBaseCharacter_Multicast_Evade"); \ +static_assert(sizeof(SBZAIBaseCharacter_Multicast_Evade) == 0x000010, "Wrong size on SBZAIBaseCharacter_Multicast_Evade"); \ +static_assert(offsetof(SBZAIBaseCharacter_Multicast_Evade, EvadeType) == 0x000000, "Member 'SBZAIBaseCharacter_Multicast_Evade::EvadeType' has a wrong offset!"); \ +static_assert(offsetof(SBZAIBaseCharacter_Multicast_Evade, Montage) == 0x000008, "Member 'SBZAIBaseCharacter_Multicast_Evade::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIBaseCharacter_Multicast_PlaceObjectCosmetics \ +static_assert(alignof(SBZAIBaseCharacter_Multicast_PlaceObjectCosmetics) == 0x000008, "Wrong alignment on SBZAIBaseCharacter_Multicast_PlaceObjectCosmetics"); \ +static_assert(sizeof(SBZAIBaseCharacter_Multicast_PlaceObjectCosmetics) == 0x000008, "Wrong size on SBZAIBaseCharacter_Multicast_PlaceObjectCosmetics"); \ +static_assert(offsetof(SBZAIBaseCharacter_Multicast_PlaceObjectCosmetics, Montage) == 0x000000, "Member 'SBZAIBaseCharacter_Multicast_PlaceObjectCosmetics::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIBaseCharacter_Multicast_PlayAgilityMontage \ +static_assert(alignof(SBZAIBaseCharacter_Multicast_PlayAgilityMontage) == 0x000008, "Wrong alignment on SBZAIBaseCharacter_Multicast_PlayAgilityMontage"); \ +static_assert(sizeof(SBZAIBaseCharacter_Multicast_PlayAgilityMontage) == 0x000030, "Wrong size on SBZAIBaseCharacter_Multicast_PlayAgilityMontage"); \ +static_assert(offsetof(SBZAIBaseCharacter_Multicast_PlayAgilityMontage, Montage) == 0x000000, "Member 'SBZAIBaseCharacter_Multicast_PlayAgilityMontage::Montage' has a wrong offset!"); \ +static_assert(offsetof(SBZAIBaseCharacter_Multicast_PlayAgilityMontage, WarpingTransforms) == 0x000008, "Member 'SBZAIBaseCharacter_Multicast_PlayAgilityMontage::WarpingTransforms' has a wrong offset!"); \ +static_assert(offsetof(SBZAIBaseCharacter_Multicast_PlayAgilityMontage, AgilityType) == 0x000018, "Member 'SBZAIBaseCharacter_Multicast_PlayAgilityMontage::AgilityType' has a wrong offset!"); \ +static_assert(offsetof(SBZAIBaseCharacter_Multicast_PlayAgilityMontage, TrajectoryPoints) == 0x000020, "Member 'SBZAIBaseCharacter_Multicast_PlayAgilityMontage::TrajectoryPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIBaseCharacter_Multicast_PlayWarpedRootMotionMontage \ +static_assert(alignof(SBZAIBaseCharacter_Multicast_PlayWarpedRootMotionMontage) == 0x000008, "Wrong alignment on SBZAIBaseCharacter_Multicast_PlayWarpedRootMotionMontage"); \ +static_assert(sizeof(SBZAIBaseCharacter_Multicast_PlayWarpedRootMotionMontage) == 0x000018, "Wrong size on SBZAIBaseCharacter_Multicast_PlayWarpedRootMotionMontage"); \ +static_assert(offsetof(SBZAIBaseCharacter_Multicast_PlayWarpedRootMotionMontage, Montage) == 0x000000, "Member 'SBZAIBaseCharacter_Multicast_PlayWarpedRootMotionMontage::Montage' has a wrong offset!"); \ +static_assert(offsetof(SBZAIBaseCharacter_Multicast_PlayWarpedRootMotionMontage, WarpingTransforms) == 0x000008, "Member 'SBZAIBaseCharacter_Multicast_PlayWarpedRootMotionMontage::WarpingTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIBaseCharacter_Multicast_SetCurrentLifeActionSlot \ +static_assert(alignof(SBZAIBaseCharacter_Multicast_SetCurrentLifeActionSlot) == 0x000008, "Wrong alignment on SBZAIBaseCharacter_Multicast_SetCurrentLifeActionSlot"); \ +static_assert(sizeof(SBZAIBaseCharacter_Multicast_SetCurrentLifeActionSlot) == 0x000008, "Wrong size on SBZAIBaseCharacter_Multicast_SetCurrentLifeActionSlot"); \ +static_assert(offsetof(SBZAIBaseCharacter_Multicast_SetCurrentLifeActionSlot, LifeActionSlot) == 0x000000, "Member 'SBZAIBaseCharacter_Multicast_SetCurrentLifeActionSlot::LifeActionSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIBaseCharacter_Multicast_SetCurrentTarget \ +static_assert(alignof(SBZAIBaseCharacter_Multicast_SetCurrentTarget) == 0x000008, "Wrong alignment on SBZAIBaseCharacter_Multicast_SetCurrentTarget"); \ +static_assert(sizeof(SBZAIBaseCharacter_Multicast_SetCurrentTarget) == 0x000008, "Wrong size on SBZAIBaseCharacter_Multicast_SetCurrentTarget"); \ +static_assert(offsetof(SBZAIBaseCharacter_Multicast_SetCurrentTarget, NewTarget) == 0x000000, "Member 'SBZAIBaseCharacter_Multicast_SetCurrentTarget::NewTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIBaseCharacter_Multicast_SetInCover \ +static_assert(alignof(SBZAIBaseCharacter_Multicast_SetInCover) == 0x000001, "Wrong alignment on SBZAIBaseCharacter_Multicast_SetInCover"); \ +static_assert(sizeof(SBZAIBaseCharacter_Multicast_SetInCover) == 0x000001, "Wrong size on SBZAIBaseCharacter_Multicast_SetInCover"); \ +static_assert(offsetof(SBZAIBaseCharacter_Multicast_SetInCover, bInIsInCover) == 0x000000, "Member 'SBZAIBaseCharacter_Multicast_SetInCover::bInIsInCover' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIBaseCharacter_Multicast_StopAgilityMontage \ +static_assert(alignof(SBZAIBaseCharacter_Multicast_StopAgilityMontage) == 0x000008, "Wrong alignment on SBZAIBaseCharacter_Multicast_StopAgilityMontage"); \ +static_assert(sizeof(SBZAIBaseCharacter_Multicast_StopAgilityMontage) == 0x000008, "Wrong size on SBZAIBaseCharacter_Multicast_StopAgilityMontage"); \ +static_assert(offsetof(SBZAIBaseCharacter_Multicast_StopAgilityMontage, Montage) == 0x000000, "Member 'SBZAIBaseCharacter_Multicast_StopAgilityMontage::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIBaseCharacter_Multicast_StopWarpedRootMotionMontage \ +static_assert(alignof(SBZAIBaseCharacter_Multicast_StopWarpedRootMotionMontage) == 0x000008, "Wrong alignment on SBZAIBaseCharacter_Multicast_StopWarpedRootMotionMontage"); \ +static_assert(sizeof(SBZAIBaseCharacter_Multicast_StopWarpedRootMotionMontage) == 0x000010, "Wrong size on SBZAIBaseCharacter_Multicast_StopWarpedRootMotionMontage"); \ +static_assert(offsetof(SBZAIBaseCharacter_Multicast_StopWarpedRootMotionMontage, Montage) == 0x000000, "Member 'SBZAIBaseCharacter_Multicast_StopWarpedRootMotionMontage::Montage' has a wrong offset!"); \ +static_assert(offsetof(SBZAIBaseCharacter_Multicast_StopWarpedRootMotionMontage, bCanPlayExit) == 0x000008, "Member 'SBZAIBaseCharacter_Multicast_StopWarpedRootMotionMontage::bCanPlayExit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIBaseCharacter_Multicast_Unmark \ +static_assert(alignof(SBZAIBaseCharacter_Multicast_Unmark) == 0x000004, "Wrong alignment on SBZAIBaseCharacter_Multicast_Unmark"); \ +static_assert(sizeof(SBZAIBaseCharacter_Multicast_Unmark) == 0x000004, "Wrong size on SBZAIBaseCharacter_Multicast_Unmark"); \ +static_assert(offsetof(SBZAIBaseCharacter_Multicast_Unmark, InMarkedDuration) == 0x000000, "Member 'SBZAIBaseCharacter_Multicast_Unmark::InMarkedDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIBaseCharacter_OnMontageStarted \ +static_assert(alignof(SBZAIBaseCharacter_OnMontageStarted) == 0x000008, "Wrong alignment on SBZAIBaseCharacter_OnMontageStarted"); \ +static_assert(sizeof(SBZAIBaseCharacter_OnMontageStarted) == 0x000008, "Wrong size on SBZAIBaseCharacter_OnMontageStarted"); \ +static_assert(offsetof(SBZAIBaseCharacter_OnMontageStarted, Montage) == 0x000000, "Member 'SBZAIBaseCharacter_OnMontageStarted::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIBaseCharacter_GetTimeSinceLastAgility \ +static_assert(alignof(SBZAIBaseCharacter_GetTimeSinceLastAgility) == 0x000004, "Wrong alignment on SBZAIBaseCharacter_GetTimeSinceLastAgility"); \ +static_assert(sizeof(SBZAIBaseCharacter_GetTimeSinceLastAgility) == 0x000004, "Wrong size on SBZAIBaseCharacter_GetTimeSinceLastAgility"); \ +static_assert(offsetof(SBZAIBaseCharacter_GetTimeSinceLastAgility, ReturnValue) == 0x000000, "Member 'SBZAIBaseCharacter_GetTimeSinceLastAgility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAIBaseCharacter \ +static_assert(alignof(ASBZAIBaseCharacter) == 0x000010, "Wrong alignment on ASBZAIBaseCharacter"); \ +static_assert(sizeof(ASBZAIBaseCharacter) == 0x001700, "Wrong size on ASBZAIBaseCharacter"); \ +static_assert(offsetof(ASBZAIBaseCharacter, CombatUtilityData) == 0x001480, "Member 'ASBZAIBaseCharacter::CombatUtilityData' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, InvalidTargetTags) == 0x001488, "Member 'ASBZAIBaseCharacter::InvalidTargetTags' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, NavFilters) == 0x0014A8, "Member 'ASBZAIBaseCharacter::NavFilters' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, AbilitySystemComponent) == 0x0014C8, "Member 'ASBZAIBaseCharacter::AbilitySystemComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, AttributeSetClass) == 0x0014D0, "Member 'ASBZAIBaseCharacter::AttributeSetClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, AttributeSet) == 0x0014D8, "Member 'ASBZAIBaseCharacter::AttributeSet' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, RemoteDesiredViewYaw) == 0x0014E0, "Member 'ASBZAIBaseCharacter::RemoteDesiredViewYaw' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, RemoteDesiredHeadYaw) == 0x0014E1, "Member 'ASBZAIBaseCharacter::RemoteDesiredHeadYaw' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, UtilityData) == 0x0014E8, "Member 'ASBZAIBaseCharacter::UtilityData' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, TypeTag) == 0x0014F0, "Member 'ASBZAIBaseCharacter::TypeTag' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, CurrentTarget) == 0x001500, "Member 'ASBZAIBaseCharacter::CurrentTarget' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, CurrentLifeActionSlot) == 0x001508, "Member 'ASBZAIBaseCharacter::CurrentLifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, AgilityQueryParam) == 0x001510, "Member 'ASBZAIBaseCharacter::AgilityQueryParam' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, CurrentNavLinkAgilityComponent) == 0x001550, "Member 'ASBZAIBaseCharacter::CurrentNavLinkAgilityComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, StimuliReactionComponent) == 0x001558, "Member 'ASBZAIBaseCharacter::StimuliReactionComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, ComesticPropRef) == 0x001560, "Member 'ASBZAIBaseCharacter::ComesticPropRef' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, bCanEverDoIdleBreaker) == 0x001590, "Member 'ASBZAIBaseCharacter::bCanEverDoIdleBreaker' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, AIInteractorComponent) == 0x001598, "Member 'ASBZAIBaseCharacter::AIInteractorComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, PlacementComment) == 0x0015A0, "Member 'ASBZAIBaseCharacter::PlacementComment' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, CurrentRappellingRope) == 0x0015A8, "Member 'ASBZAIBaseCharacter::CurrentRappellingRope' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, LastWarpedRootMotionMontage) == 0x0015B8, "Member 'ASBZAIBaseCharacter::LastWarpedRootMotionMontage' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, CurVehicleObstacle) == 0x0015C0, "Member 'ASBZAIBaseCharacter::CurVehicleObstacle' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, CurVehicleHit) == 0x0015C8, "Member 'ASBZAIBaseCharacter::CurVehicleHit' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, AllowedStanceTransitionData) == 0x0015D0, "Member 'ASBZAIBaseCharacter::AllowedStanceTransitionData' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, AgentManager) == 0x0015D8, "Member 'ASBZAIBaseCharacter::AgentManager' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, DeadlyFallHeight) == 0x0015E0, "Member 'ASBZAIBaseCharacter::DeadlyFallHeight' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, PathFocusSettings) == 0x0015E8, "Member 'ASBZAIBaseCharacter::PathFocusSettings' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, ThrowableNearRange) == 0x0015F0, "Member 'ASBZAIBaseCharacter::ThrowableNearRange' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, AgentId) == 0x0015F8, "Member 'ASBZAIBaseCharacter::AgentId' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, AgentSettings) == 0x0015FC, "Member 'ASBZAIBaseCharacter::AgentSettings' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, AgentCharacterMovement) == 0x001648, "Member 'ASBZAIBaseCharacter::AgentCharacterMovement' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, NeighbourDetectionRange) == 0x001650, "Member 'ASBZAIBaseCharacter::NeighbourDetectionRange' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, Neighbours) == 0x001658, "Member 'ASBZAIBaseCharacter::Neighbours' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, AvoidanceRandomWeight) == 0x001668, "Member 'ASBZAIBaseCharacter::AvoidanceRandomWeight' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, bIsAvoidanceEnabled) == 0x001678, "Member 'ASBZAIBaseCharacter::bIsAvoidanceEnabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, PlayingAgilityMontage) == 0x0016A8, "Member 'ASBZAIBaseCharacter::PlayingAgilityMontage' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, bCanDoEvadeDuringPathing) == 0x0016B8, "Member 'ASBZAIBaseCharacter::bCanDoEvadeDuringPathing' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, bCanDoEvades) == 0x0016B9, "Member 'ASBZAIBaseCharacter::bCanDoEvades' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, AdditiveBaseEyeHeightTickRate) == 0x0016C0, "Member 'ASBZAIBaseCharacter::AdditiveBaseEyeHeightTickRate' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, CivilianNearRange) == 0x0016C4, "Member 'ASBZAIBaseCharacter::CivilianNearRange' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, bIsSlowedAllowed) == 0x0016D9, "Member 'ASBZAIBaseCharacter::bIsSlowedAllowed' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIBaseCharacter, DamageStatusMarkerAsset) == 0x0016F8, "Member 'ASBZAIBaseCharacter::DamageStatusMarkerAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDSChallengeManager_GetDSChallengeManager \ +static_assert(alignof(SBZDSChallengeManager_GetDSChallengeManager) == 0x000008, "Wrong alignment on SBZDSChallengeManager_GetDSChallengeManager"); \ +static_assert(sizeof(SBZDSChallengeManager_GetDSChallengeManager) == 0x000010, "Wrong size on SBZDSChallengeManager_GetDSChallengeManager"); \ +static_assert(offsetof(SBZDSChallengeManager_GetDSChallengeManager, WorldContextObject) == 0x000000, "Member 'SBZDSChallengeManager_GetDSChallengeManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZDSChallengeManager_GetDSChallengeManager, ReturnValue) == 0x000008, "Member 'SBZDSChallengeManager_GetDSChallengeManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDSChallengeManager_GetCompletedChallengesDuringMission \ +static_assert(alignof(SBZDSChallengeManager_GetCompletedChallengesDuringMission) == 0x000008, "Wrong alignment on SBZDSChallengeManager_GetCompletedChallengesDuringMission"); \ +static_assert(sizeof(SBZDSChallengeManager_GetCompletedChallengesDuringMission) == 0x000010, "Wrong size on SBZDSChallengeManager_GetCompletedChallengesDuringMission"); \ +static_assert(offsetof(SBZDSChallengeManager_GetCompletedChallengesDuringMission, ReturnValue) == 0x000000, "Member 'SBZDSChallengeManager_GetCompletedChallengesDuringMission::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDSChallengeManager \ +static_assert(alignof(USBZDSChallengeManager) == 0x000008, "Wrong alignment on USBZDSChallengeManager"); \ +static_assert(sizeof(USBZDSChallengeManager) == 0x0001E0, "Wrong size on USBZDSChallengeManager"); \ +static_assert(offsetof(USBZDSChallengeManager, ChallengeRecordCaches) == 0x000048, "Member 'USBZDSChallengeManager::ChallengeRecordCaches' has a wrong offset!"); \ +static_assert(offsetof(USBZDSChallengeManager, UserIdToProgressionSaveChallengeMap) == 0x0000B8, "Member 'USBZDSChallengeManager::UserIdToProgressionSaveChallengeMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_EnableAsObjective \ +static_assert(alignof(SBZAICharacter_EnableAsObjective) == 0x000004, "Wrong alignment on SBZAICharacter_EnableAsObjective"); \ +static_assert(sizeof(SBZAICharacter_EnableAsObjective) == 0x000008, "Wrong size on SBZAICharacter_EnableAsObjective"); \ +static_assert(offsetof(SBZAICharacter_EnableAsObjective, bImmediately) == 0x000000, "Member 'SBZAICharacter_EnableAsObjective::bImmediately' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_EnableAsObjective, Distance) == 0x000004, "Member 'SBZAICharacter_EnableAsObjective::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_Multicast_HostageState \ +static_assert(alignof(SBZAICharacter_Multicast_HostageState) == 0x000001, "Wrong alignment on SBZAICharacter_Multicast_HostageState"); \ +static_assert(sizeof(SBZAICharacter_Multicast_HostageState) == 0x000001, "Wrong size on SBZAICharacter_Multicast_HostageState"); \ +static_assert(offsetof(SBZAICharacter_Multicast_HostageState, InHostageState) == 0x000000, "Member 'SBZAICharacter_Multicast_HostageState::InHostageState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_Multicast_RoomScanning \ +static_assert(alignof(SBZAICharacter_Multicast_RoomScanning) == 0x000004, "Wrong alignment on SBZAICharacter_Multicast_RoomScanning"); \ +static_assert(sizeof(SBZAICharacter_Multicast_RoomScanning) == 0x000008, "Wrong size on SBZAICharacter_Multicast_RoomScanning"); \ +static_assert(offsetof(SBZAICharacter_Multicast_RoomScanning, RoomScanningType) == 0x000000, "Member 'SBZAICharacter_Multicast_RoomScanning::RoomScanningType' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_Multicast_RoomScanning, AnimationIndex) == 0x000004, "Member 'SBZAICharacter_Multicast_RoomScanning::AnimationIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_Multicast_SetAsObjectiveState \ +static_assert(alignof(SBZAICharacter_Multicast_SetAsObjectiveState) == 0x000001, "Wrong alignment on SBZAICharacter_Multicast_SetAsObjectiveState"); \ +static_assert(sizeof(SBZAICharacter_Multicast_SetAsObjectiveState) == 0x000001, "Wrong size on SBZAICharacter_Multicast_SetAsObjectiveState"); \ +static_assert(offsetof(SBZAICharacter_Multicast_SetAsObjectiveState, NewAsObjectiveState) == 0x000000, "Member 'SBZAICharacter_Multicast_SetAsObjectiveState::NewAsObjectiveState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_Multicast_SetBehaviorCategory \ +static_assert(alignof(SBZAICharacter_Multicast_SetBehaviorCategory) == 0x000001, "Wrong alignment on SBZAICharacter_Multicast_SetBehaviorCategory"); \ +static_assert(sizeof(SBZAICharacter_Multicast_SetBehaviorCategory) == 0x000001, "Wrong size on SBZAICharacter_Multicast_SetBehaviorCategory"); \ +static_assert(offsetof(SBZAICharacter_Multicast_SetBehaviorCategory, RepCategory) == 0x000000, "Member 'SBZAICharacter_Multicast_SetBehaviorCategory::RepCategory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_Multicast_SetHacked \ +static_assert(alignof(SBZAICharacter_Multicast_SetHacked) == 0x000004, "Wrong alignment on SBZAICharacter_Multicast_SetHacked"); \ +static_assert(sizeof(SBZAICharacter_Multicast_SetHacked) == 0x000004, "Wrong size on SBZAICharacter_Multicast_SetHacked"); \ +static_assert(offsetof(SBZAICharacter_Multicast_SetHacked, Duration) == 0x000000, "Member 'SBZAICharacter_Multicast_SetHacked::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_Multicast_SetHumanShieldAllowed \ +static_assert(alignof(SBZAICharacter_Multicast_SetHumanShieldAllowed) == 0x000001, "Wrong alignment on SBZAICharacter_Multicast_SetHumanShieldAllowed"); \ +static_assert(sizeof(SBZAICharacter_Multicast_SetHumanShieldAllowed) == 0x000001, "Wrong size on SBZAICharacter_Multicast_SetHumanShieldAllowed"); \ +static_assert(offsetof(SBZAICharacter_Multicast_SetHumanShieldAllowed, bIsAllowed) == 0x000000, "Member 'SBZAICharacter_Multicast_SetHumanShieldAllowed::bIsAllowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_Multicast_SetHumanShieldTriggerVolume \ +static_assert(alignof(SBZAICharacter_Multicast_SetHumanShieldTriggerVolume) == 0x000001, "Wrong alignment on SBZAICharacter_Multicast_SetHumanShieldTriggerVolume"); \ +static_assert(sizeof(SBZAICharacter_Multicast_SetHumanShieldTriggerVolume) == 0x000001, "Wrong size on SBZAICharacter_Multicast_SetHumanShieldTriggerVolume"); \ +static_assert(offsetof(SBZAICharacter_Multicast_SetHumanShieldTriggerVolume, bIsVolume) == 0x000000, "Member 'SBZAICharacter_Multicast_SetHumanShieldTriggerVolume::bIsVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_Multicast_SetVariationCategory \ +static_assert(alignof(SBZAICharacter_Multicast_SetVariationCategory) == 0x000001, "Wrong alignment on SBZAICharacter_Multicast_SetVariationCategory"); \ +static_assert(sizeof(SBZAICharacter_Multicast_SetVariationCategory) == 0x000001, "Wrong size on SBZAICharacter_Multicast_SetVariationCategory"); \ +static_assert(offsetof(SBZAICharacter_Multicast_SetVariationCategory, Category) == 0x000000, "Member 'SBZAICharacter_Multicast_SetVariationCategory::Category' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_Multicast_StopRoomScanning \ +static_assert(alignof(SBZAICharacter_Multicast_StopRoomScanning) == 0x000001, "Wrong alignment on SBZAICharacter_Multicast_StopRoomScanning"); \ +static_assert(sizeof(SBZAICharacter_Multicast_StopRoomScanning) == 0x000001, "Wrong size on SBZAICharacter_Multicast_StopRoomScanning"); \ +static_assert(offsetof(SBZAICharacter_Multicast_StopRoomScanning, RoomScanningType) == 0x000000, "Member 'SBZAICharacter_Multicast_StopRoomScanning::RoomScanningType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_OnAckAbortInteraction \ +static_assert(alignof(SBZAICharacter_OnAckAbortInteraction) == 0x000008, "Wrong alignment on SBZAICharacter_OnAckAbortInteraction"); \ +static_assert(sizeof(SBZAICharacter_OnAckAbortInteraction) == 0x000018, "Wrong size on SBZAICharacter_OnAckAbortInteraction"); \ +static_assert(offsetof(SBZAICharacter_OnAckAbortInteraction, InInteractable) == 0x000000, "Member 'SBZAICharacter_OnAckAbortInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnAckAbortInteraction, InInteractor) == 0x000008, "Member 'SBZAICharacter_OnAckAbortInteraction::InInteractor' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnAckAbortInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZAICharacter_OnAckAbortInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_OnAckCompleteInteraction \ +static_assert(alignof(SBZAICharacter_OnAckCompleteInteraction) == 0x000008, "Wrong alignment on SBZAICharacter_OnAckCompleteInteraction"); \ +static_assert(sizeof(SBZAICharacter_OnAckCompleteInteraction) == 0x000018, "Wrong size on SBZAICharacter_OnAckCompleteInteraction"); \ +static_assert(offsetof(SBZAICharacter_OnAckCompleteInteraction, InInteractable) == 0x000000, "Member 'SBZAICharacter_OnAckCompleteInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnAckCompleteInteraction, InInteractor) == 0x000008, "Member 'SBZAICharacter_OnAckCompleteInteraction::InInteractor' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnAckCompleteInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZAICharacter_OnAckCompleteInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_OnAckRejectedPredictedInteraction \ +static_assert(alignof(SBZAICharacter_OnAckRejectedPredictedInteraction) == 0x000008, "Wrong alignment on SBZAICharacter_OnAckRejectedPredictedInteraction"); \ +static_assert(sizeof(SBZAICharacter_OnAckRejectedPredictedInteraction) == 0x000018, "Wrong size on SBZAICharacter_OnAckRejectedPredictedInteraction"); \ +static_assert(offsetof(SBZAICharacter_OnAckRejectedPredictedInteraction, InInteractable) == 0x000000, "Member 'SBZAICharacter_OnAckRejectedPredictedInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnAckRejectedPredictedInteraction, InInteractor) == 0x000008, "Member 'SBZAICharacter_OnAckRejectedPredictedInteraction::InInteractor' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnAckRejectedPredictedInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZAICharacter_OnAckRejectedPredictedInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_OnAttachedLootTaken \ +static_assert(alignof(SBZAICharacter_OnAttachedLootTaken) == 0x000008, "Wrong alignment on SBZAICharacter_OnAttachedLootTaken"); \ +static_assert(sizeof(SBZAICharacter_OnAttachedLootTaken) == 0x000018, "Wrong size on SBZAICharacter_OnAttachedLootTaken"); \ +static_assert(offsetof(SBZAICharacter_OnAttachedLootTaken, BaseInteractable) == 0x000000, "Member 'SBZAICharacter_OnAttachedLootTaken::BaseInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnAttachedLootTaken, InInteractor) == 0x000008, "Member 'SBZAICharacter_OnAttachedLootTaken::InInteractor' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnAttachedLootTaken, bIsLocallyControlledInteractor) == 0x000010, "Member 'SBZAICharacter_OnAttachedLootTaken::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_OnEndInteraction \ +static_assert(alignof(SBZAICharacter_OnEndInteraction) == 0x000008, "Wrong alignment on SBZAICharacter_OnEndInteraction"); \ +static_assert(sizeof(SBZAICharacter_OnEndInteraction) == 0x000018, "Wrong size on SBZAICharacter_OnEndInteraction"); \ +static_assert(offsetof(SBZAICharacter_OnEndInteraction, InInteractable) == 0x000000, "Member 'SBZAICharacter_OnEndInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnEndInteraction, InInteractor) == 0x000008, "Member 'SBZAICharacter_OnEndInteraction::InInteractor' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnEndInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZAICharacter_OnEndInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_OnNegotiationTradeTypeChanged \ +static_assert(alignof(SBZAICharacter_OnNegotiationTradeTypeChanged) == 0x000001, "Wrong alignment on SBZAICharacter_OnNegotiationTradeTypeChanged"); \ +static_assert(sizeof(SBZAICharacter_OnNegotiationTradeTypeChanged) == 0x000002, "Wrong size on SBZAICharacter_OnNegotiationTradeTypeChanged"); \ +static_assert(offsetof(SBZAICharacter_OnNegotiationTradeTypeChanged, OldType) == 0x000000, "Member 'SBZAICharacter_OnNegotiationTradeTypeChanged::OldType' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnNegotiationTradeTypeChanged, NewType) == 0x000001, "Member 'SBZAICharacter_OnNegotiationTradeTypeChanged::NewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_OnOperatorSkillDeactivated \ +static_assert(alignof(SBZAICharacter_OnOperatorSkillDeactivated) == 0x000001, "Wrong alignment on SBZAICharacter_OnOperatorSkillDeactivated"); \ +static_assert(sizeof(SBZAICharacter_OnOperatorSkillDeactivated) == 0x000004, "Wrong size on SBZAICharacter_OnOperatorSkillDeactivated"); \ +static_assert(offsetof(SBZAICharacter_OnOperatorSkillDeactivated, bIsBaseActive) == 0x000000, "Member 'SBZAICharacter_OnOperatorSkillDeactivated::bIsBaseActive' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnOperatorSkillDeactivated, bIsUpgrade1) == 0x000001, "Member 'SBZAICharacter_OnOperatorSkillDeactivated::bIsUpgrade1' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnOperatorSkillDeactivated, bIsUpgrade5) == 0x000002, "Member 'SBZAICharacter_OnOperatorSkillDeactivated::bIsUpgrade5' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnOperatorSkillDeactivated, bIsUpgrade3) == 0x000003, "Member 'SBZAICharacter_OnOperatorSkillDeactivated::bIsUpgrade3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_OnOperatorSkillUsed \ +static_assert(alignof(SBZAICharacter_OnOperatorSkillUsed) == 0x000001, "Wrong alignment on SBZAICharacter_OnOperatorSkillUsed"); \ +static_assert(sizeof(SBZAICharacter_OnOperatorSkillUsed) == 0x000004, "Wrong size on SBZAICharacter_OnOperatorSkillUsed"); \ +static_assert(offsetof(SBZAICharacter_OnOperatorSkillUsed, bIsBase) == 0x000000, "Member 'SBZAICharacter_OnOperatorSkillUsed::bIsBase' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnOperatorSkillUsed, bIsMarkMania) == 0x000001, "Member 'SBZAICharacter_OnOperatorSkillUsed::bIsMarkMania' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnOperatorSkillUsed, bIsWhoYouGonnaCall) == 0x000002, "Member 'SBZAICharacter_OnOperatorSkillUsed::bIsWhoYouGonnaCall' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnOperatorSkillUsed, bIsRadioSilence) == 0x000003, "Member 'SBZAICharacter_OnOperatorSkillUsed::bIsRadioSilence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_OnPredictedAbortInteraction \ +static_assert(alignof(SBZAICharacter_OnPredictedAbortInteraction) == 0x000008, "Wrong alignment on SBZAICharacter_OnPredictedAbortInteraction"); \ +static_assert(sizeof(SBZAICharacter_OnPredictedAbortInteraction) == 0x000018, "Wrong size on SBZAICharacter_OnPredictedAbortInteraction"); \ +static_assert(offsetof(SBZAICharacter_OnPredictedAbortInteraction, InInteractable) == 0x000000, "Member 'SBZAICharacter_OnPredictedAbortInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnPredictedAbortInteraction, InInteractor) == 0x000008, "Member 'SBZAICharacter_OnPredictedAbortInteraction::InInteractor' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnPredictedAbortInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZAICharacter_OnPredictedAbortInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_OnPredictedEndInteraction \ +static_assert(alignof(SBZAICharacter_OnPredictedEndInteraction) == 0x000008, "Wrong alignment on SBZAICharacter_OnPredictedEndInteraction"); \ +static_assert(sizeof(SBZAICharacter_OnPredictedEndInteraction) == 0x000018, "Wrong size on SBZAICharacter_OnPredictedEndInteraction"); \ +static_assert(offsetof(SBZAICharacter_OnPredictedEndInteraction, InInteractable) == 0x000000, "Member 'SBZAICharacter_OnPredictedEndInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnPredictedEndInteraction, InInteractor) == 0x000008, "Member 'SBZAICharacter_OnPredictedEndInteraction::InInteractor' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnPredictedEndInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZAICharacter_OnPredictedEndInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_OnRep_HostageState \ +static_assert(alignof(SBZAICharacter_OnRep_HostageState) == 0x000001, "Wrong alignment on SBZAICharacter_OnRep_HostageState"); \ +static_assert(sizeof(SBZAICharacter_OnRep_HostageState) == 0x000001, "Wrong size on SBZAICharacter_OnRep_HostageState"); \ +static_assert(offsetof(SBZAICharacter_OnRep_HostageState, OldHostageState) == 0x000000, "Member 'SBZAICharacter_OnRep_HostageState::OldHostageState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_OnServerCompleteInteraction \ +static_assert(alignof(SBZAICharacter_OnServerCompleteInteraction) == 0x000008, "Wrong alignment on SBZAICharacter_OnServerCompleteInteraction"); \ +static_assert(sizeof(SBZAICharacter_OnServerCompleteInteraction) == 0x000018, "Wrong size on SBZAICharacter_OnServerCompleteInteraction"); \ +static_assert(offsetof(SBZAICharacter_OnServerCompleteInteraction, InInteractable) == 0x000000, "Member 'SBZAICharacter_OnServerCompleteInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnServerCompleteInteraction, InInteractor) == 0x000008, "Member 'SBZAICharacter_OnServerCompleteInteraction::InInteractor' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnServerCompleteInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZAICharacter_OnServerCompleteInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_OnServerECMCountChanged \ +static_assert(alignof(SBZAICharacter_OnServerECMCountChanged) == 0x000004, "Wrong alignment on SBZAICharacter_OnServerECMCountChanged"); \ +static_assert(sizeof(SBZAICharacter_OnServerECMCountChanged) == 0x000010, "Wrong size on SBZAICharacter_OnServerECMCountChanged"); \ +static_assert(offsetof(SBZAICharacter_OnServerECMCountChanged, NewCount) == 0x000000, "Member 'SBZAICharacter_OnServerECMCountChanged::NewCount' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnServerECMCountChanged, OldCount) == 0x000004, "Member 'SBZAICharacter_OnServerECMCountChanged::OldCount' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnServerECMCountChanged, AddedTime) == 0x000008, "Member 'SBZAICharacter_OnServerECMCountChanged::AddedTime' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnServerECMCountChanged, bInIsSignalScanActive) == 0x00000C, "Member 'SBZAICharacter_OnServerECMCountChanged::bInIsSignalScanActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_OnServerEndInteraction \ +static_assert(alignof(SBZAICharacter_OnServerEndInteraction) == 0x000008, "Wrong alignment on SBZAICharacter_OnServerEndInteraction"); \ +static_assert(sizeof(SBZAICharacter_OnServerEndInteraction) == 0x000018, "Wrong size on SBZAICharacter_OnServerEndInteraction"); \ +static_assert(offsetof(SBZAICharacter_OnServerEndInteraction, InInteractable) == 0x000000, "Member 'SBZAICharacter_OnServerEndInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnServerEndInteraction, InInteractor) == 0x000008, "Member 'SBZAICharacter_OnServerEndInteraction::InInteractor' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnServerEndInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZAICharacter_OnServerEndInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_OnServerStartInteraction \ +static_assert(alignof(SBZAICharacter_OnServerStartInteraction) == 0x000008, "Wrong alignment on SBZAICharacter_OnServerStartInteraction"); \ +static_assert(sizeof(SBZAICharacter_OnServerStartInteraction) == 0x000018, "Wrong size on SBZAICharacter_OnServerStartInteraction"); \ +static_assert(offsetof(SBZAICharacter_OnServerStartInteraction, InInteractable) == 0x000000, "Member 'SBZAICharacter_OnServerStartInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnServerStartInteraction, InInteractor) == 0x000008, "Member 'SBZAICharacter_OnServerStartInteraction::InInteractor' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnServerStartInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZAICharacter_OnServerStartInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_OnStartInteraction \ +static_assert(alignof(SBZAICharacter_OnStartInteraction) == 0x000008, "Wrong alignment on SBZAICharacter_OnStartInteraction"); \ +static_assert(sizeof(SBZAICharacter_OnStartInteraction) == 0x000018, "Wrong size on SBZAICharacter_OnStartInteraction"); \ +static_assert(offsetof(SBZAICharacter_OnStartInteraction, InInteractable) == 0x000000, "Member 'SBZAICharacter_OnStartInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnStartInteraction, InInteractor) == 0x000008, "Member 'SBZAICharacter_OnStartInteraction::InInteractor' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_OnStartInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZAICharacter_OnStartInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_SetDownOnGroundAllowed \ +static_assert(alignof(SBZAICharacter_SetDownOnGroundAllowed) == 0x000001, "Wrong alignment on SBZAICharacter_SetDownOnGroundAllowed"); \ +static_assert(sizeof(SBZAICharacter_SetDownOnGroundAllowed) == 0x000001, "Wrong size on SBZAICharacter_SetDownOnGroundAllowed"); \ +static_assert(offsetof(SBZAICharacter_SetDownOnGroundAllowed, bIsAllowed) == 0x000000, "Member 'SBZAICharacter_SetDownOnGroundAllowed::bIsAllowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_SetHumanShieldAllowed \ +static_assert(alignof(SBZAICharacter_SetHumanShieldAllowed) == 0x000001, "Wrong alignment on SBZAICharacter_SetHumanShieldAllowed"); \ +static_assert(sizeof(SBZAICharacter_SetHumanShieldAllowed) == 0x000001, "Wrong size on SBZAICharacter_SetHumanShieldAllowed"); \ +static_assert(offsetof(SBZAICharacter_SetHumanShieldAllowed, bIsAllowed) == 0x000000, "Member 'SBZAICharacter_SetHumanShieldAllowed::bIsAllowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacter_SpawnLootOnCharacter \ +static_assert(alignof(SBZAICharacter_SpawnLootOnCharacter) == 0x000008, "Wrong alignment on SBZAICharacter_SpawnLootOnCharacter"); \ +static_assert(sizeof(SBZAICharacter_SpawnLootOnCharacter) == 0x000010, "Wrong size on SBZAICharacter_SpawnLootOnCharacter"); \ +static_assert(offsetof(SBZAICharacter_SpawnLootOnCharacter, ClassTOSpawn) == 0x000000, "Member 'SBZAICharacter_SpawnLootOnCharacter::ClassTOSpawn' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacter_SpawnLootOnCharacter, ReturnValue) == 0x000008, "Member 'SBZAICharacter_SpawnLootOnCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAICharacter \ +static_assert(alignof(ASBZAICharacter) == 0x000010, "Wrong alignment on ASBZAICharacter"); \ +static_assert(sizeof(ASBZAICharacter) == 0x001CE0, "Wrong size on ASBZAICharacter"); \ +static_assert(offsetof(ASBZAICharacter, BlockGoDownTagContainer) == 0x001750, "Member 'ASBZAICharacter::BlockGoDownTagContainer' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, StunTagContainer) == 0x001770, "Member 'ASBZAICharacter::StunTagContainer' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, OperatorHackedTagContainer) == 0x001790, "Member 'ASBZAICharacter::OperatorHackedTagContainer' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, BulletMagnetismSocketName) == 0x0017B0, "Member 'ASBZAICharacter::BulletMagnetismSocketName' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, StickyAimSocketNameArray) == 0x0017C0, "Member 'ASBZAICharacter::StickyAimSocketNameArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, OnBehaviorCategoryChanged) == 0x001818, "Member 'ASBZAICharacter::OnBehaviorCategoryChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, OnHostageReleasedDelegate) == 0x001828, "Member 'ASBZAICharacter::OnHostageReleasedDelegate' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, OnHostageFollowStateChanged) == 0x001838, "Member 'ASBZAICharacter::OnHostageFollowStateChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, OnHogTiedChangedDelegate) == 0x001848, "Member 'ASBZAICharacter::OnHogTiedChangedDelegate' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, OnHumanShieldChangedDelegate) == 0x001858, "Member 'ASBZAICharacter::OnHumanShieldChangedDelegate' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, OnPlayerMeleeHitReceived) == 0x001868, "Member 'ASBZAICharacter::OnPlayerMeleeHitReceived' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, OnEnabledAsObjectiveDelegate) == 0x001878, "Member 'ASBZAICharacter::OnEnabledAsObjectiveDelegate' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, DownOnGroundEyeHeight) == 0x001888, "Member 'ASBZAICharacter::DownOnGroundEyeHeight' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, HostageState) == 0x00188C, "Member 'ASBZAICharacter::HostageState' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, bIsSurrendered) == 0x00188D, "Member 'ASBZAICharacter::bIsSurrendered' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, CurrentBehaviorCategory) == 0x00188E, "Member 'ASBZAICharacter::CurrentBehaviorCategory' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, SensorComponent) == 0x001890, "Member 'ASBZAICharacter::SensorComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, ShoutTargetComponent) == 0x001898, "Member 'ASBZAICharacter::ShoutTargetComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, EquipmentData) == 0x0018A0, "Member 'ASBZAICharacter::EquipmentData' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, HumanShieldData) == 0x0018A8, "Member 'ASBZAICharacter::HumanShieldData' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, SurrenderedHumanShieldData) == 0x0018B0, "Member 'ASBZAICharacter::SurrenderedHumanShieldData' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, SurrenderedUtilityData) == 0x0018B8, "Member 'ASBZAICharacter::SurrenderedUtilityData' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, AmmoPickupAsset) == 0x0018C0, "Member 'ASBZAICharacter::AmmoPickupAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, PlaceablePickupAssetArray) == 0x0018C8, "Member 'ASBZAICharacter::PlaceablePickupAssetArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, PlaceableSpawnForwardOffset) == 0x0018D8, "Member 'ASBZAICharacter::PlaceableSpawnForwardOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, TradeHostagePickupAssetArray) == 0x0018E0, "Member 'ASBZAICharacter::TradeHostagePickupAssetArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, AlertnessDataComponent) == 0x0018F0, "Member 'ASBZAICharacter::AlertnessDataComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, MarkerComponent) == 0x0018F8, "Member 'ASBZAICharacter::MarkerComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, HelmetPopper) == 0x001900, "Member 'ASBZAICharacter::HelmetPopper' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, SpecialType) == 0x001908, "Member 'ASBZAICharacter::SpecialType' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, PhysicalAnimationComponent) == 0x001910, "Member 'ASBZAICharacter::PhysicalAnimationComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, bCanRunWhileFocusing) == 0x001918, "Member 'ASBZAICharacter::bCanRunWhileFocusing' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, bShouldTelegraphAttack) == 0x001919, "Member 'ASBZAICharacter::bShouldTelegraphAttack' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, PreferredCoverDist) == 0x00191C, "Member 'ASBZAICharacter::PreferredCoverDist' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, InteractionActions) == 0x001920, "Member 'ASBZAICharacter::InteractionActions' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, TradeOutline) == 0x001970, "Member 'ASBZAICharacter::TradeOutline' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, ReleasedOutline) == 0x001978, "Member 'ASBZAICharacter::ReleasedOutline' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, ObjectiveOutline) == 0x001980, "Member 'ASBZAICharacter::ObjectiveOutline' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, ObjectiveMarker) == 0x001988, "Member 'ASBZAICharacter::ObjectiveMarker' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, ObjectiveMarkerOffset) == 0x001990, "Member 'ASBZAICharacter::ObjectiveMarkerOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, ObjectiveMarkerSocketName) == 0x00199C, "Member 'ASBZAICharacter::ObjectiveMarkerSocketName' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, StartRoomLabel) == 0x0019A8, "Member 'ASBZAICharacter::StartRoomLabel' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, AsObjectiveState) == 0x0019BC, "Member 'ASBZAICharacter::AsObjectiveState' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, VariationData) == 0x0019C0, "Member 'ASBZAICharacter::VariationData' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, VariationCategoryIndexIntervals) == 0x0019C8, "Member 'ASBZAICharacter::VariationCategoryIndexIntervals' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, LastInteractorCharacter) == 0x0019E0, "Member 'ASBZAICharacter::LastInteractorCharacter' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, ShotBlockedDownTime) == 0x0019E8, "Member 'ASBZAICharacter::ShotBlockedDownTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, ShotBlockedBreakFollowDownDelay) == 0x0019EC, "Member 'ASBZAICharacter::ShotBlockedBreakFollowDownDelay' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, ShotBlockedBreakFollowDownTimer) == 0x0019F0, "Member 'ASBZAICharacter::ShotBlockedBreakFollowDownTimer' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, HumanShieldExitTime) == 0x001A08, "Member 'ASBZAICharacter::HumanShieldExitTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, HumanShieldTriggerVolumeTimeout) == 0x001A0C, "Member 'ASBZAICharacter::HumanShieldTriggerVolumeTimeout' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, SurrenderedNavFilter) == 0x001A10, "Member 'ASBZAICharacter::SurrenderedNavFilter' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, TagToStanceMappingTable) == 0x001A18, "Member 'ASBZAICharacter::TagToStanceMappingTable' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, DialogAllowedBehaviorCategory) == 0x001A28, "Member 'ASBZAICharacter::DialogAllowedBehaviorCategory' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, bTelegraphAttack) == 0x001A29, "Member 'ASBZAICharacter::bTelegraphAttack' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, FireWeaponComment) == 0x001A30, "Member 'ASBZAICharacter::FireWeaponComment' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, OnKilledComment) == 0x001A38, "Member 'ASBZAICharacter::OnKilledComment' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, TauntComment) == 0x001A40, "Member 'ASBZAICharacter::TauntComment' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, HumanShieldTaken) == 0x001A48, "Member 'ASBZAICharacter::HumanShieldTaken' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, HumanShieldReleased) == 0x001A50, "Member 'ASBZAICharacter::HumanShieldReleased' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, DeadBodyPOIClass) == 0x001A58, "Member 'ASBZAICharacter::DeadBodyPOIClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, HostagePOIClass) == 0x001A60, "Member 'ASBZAICharacter::HostagePOIClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, HumanShieldPOIClass) == 0x001A68, "Member 'ASBZAICharacter::HumanShieldPOIClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, DeadBodyPOIInstance) == 0x001A70, "Member 'ASBZAICharacter::DeadBodyPOIInstance' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, HostagePOIInstance) == 0x001A78, "Member 'ASBZAICharacter::HostagePOIInstance' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, HumanShieldPOIInstance) == 0x001A80, "Member 'ASBZAICharacter::HumanShieldPOIInstance' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, LastTieHandsInstigatorPlayerState) == 0x001AA0, "Member 'ASBZAICharacter::LastTieHandsInstigatorPlayerState' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, PagerData) == 0x001AA8, "Member 'ASBZAICharacter::PagerData' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, PagerTriggeredCount) == 0x001AB0, "Member 'ASBZAICharacter::PagerTriggeredCount' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, PagerSnatchedInteractor) == 0x001AC8, "Member 'ASBZAICharacter::PagerSnatchedInteractor' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, NavQueryFilterOverride) == 0x001AD0, "Member 'ASBZAICharacter::NavQueryFilterOverride' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, ValidTargetDefeatStates) == 0x001B00, "Member 'ASBZAICharacter::ValidTargetDefeatStates' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, bCanShootDownedIfFired) == 0x001B02, "Member 'ASBZAICharacter::bCanShootDownedIfFired' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, HackedGameplayEffectClass) == 0x001B08, "Member 'ASBZAICharacter::HackedGameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, AttachedLoot) == 0x001B10, "Member 'ASBZAICharacter::AttachedLoot' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, CurrentLifeActionTriggerVolume) == 0x001B18, "Member 'ASBZAICharacter::CurrentLifeActionTriggerVolume' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, bIsPendingPagerEnabled) == 0x001B3D, "Member 'ASBZAICharacter::bIsPendingPagerEnabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, bIsPagerScrambled) == 0x001B3E, "Member 'ASBZAICharacter::bIsPagerScrambled' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, LocallyDamagedByPlayer) == 0x001B48, "Member 'ASBZAICharacter::LocallyDamagedByPlayer' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, PendingMeleeDownOnGoundInstigator) == 0x001B50, "Member 'ASBZAICharacter::PendingMeleeDownOnGoundInstigator' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, SurrenderInstigatorPlayerState) == 0x001B58, "Member 'ASBZAICharacter::SurrenderInstigatorPlayerState' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, VariationCategory) == 0x001B60, "Member 'ASBZAICharacter::VariationCategory' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, MarkGuard) == 0x001B68, "Member 'ASBZAICharacter::MarkGuard' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, MarkSpecials) == 0x001B78, "Member 'ASBZAICharacter::MarkSpecials' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, MarkEnemy) == 0x001B88, "Member 'ASBZAICharacter::MarkEnemy' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, StatisticsMarkEnemyCamera) == 0x001B98, "Member 'ASBZAICharacter::StatisticsMarkEnemyCamera' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, StatisticsMarkEnemyMicroCamera) == 0x001BA8, "Member 'ASBZAICharacter::StatisticsMarkEnemyMicroCamera' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, bCanBeSeenByThermalScope) == 0x001BB8, "Member 'ASBZAICharacter::bCanBeSeenByThermalScope' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, CQCSpecialistPinPullerDoneSet) == 0x001BC0, "Member 'ASBZAICharacter::CQCSpecialistPinPullerDoneSet' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, CQCSpecialistSoftAssetsDoneSet) == 0x001C10, "Member 'ASBZAICharacter::CQCSpecialistSoftAssetsDoneSet' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, KillInstigatorController) == 0x001C68, "Member 'ASBZAICharacter::KillInstigatorController' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, HackedByPlayerArray) == 0x001C78, "Member 'ASBZAICharacter::HackedByPlayerArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, CurrentOperatorRadioSilenceCount) == 0x001C90, "Member 'ASBZAICharacter::CurrentOperatorRadioSilenceCount' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, bEnablePagerAfterOperatorTimeout) == 0x001C94, "Member 'ASBZAICharacter::bEnablePagerAfterOperatorTimeout' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICharacter, KillContextData) == 0x001CB0, "Member 'ASBZAICharacter::KillContextData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIGrenadeBeltDamageExecutionCalculation \ +static_assert(alignof(USBZAIGrenadeBeltDamageExecutionCalculation) == 0x000008, "Wrong alignment on USBZAIGrenadeBeltDamageExecutionCalculation"); \ +static_assert(sizeof(USBZAIGrenadeBeltDamageExecutionCalculation) == 0x0000D8, "Wrong size on USBZAIGrenadeBeltDamageExecutionCalculation"); \ + +#define DUMPER7_ASSERTS_USBZInputSettings \ +static_assert(alignof(USBZInputSettings) == 0x000008, "Wrong alignment on USBZInputSettings"); \ +static_assert(sizeof(USBZInputSettings) == 0x000048, "Wrong size on USBZInputSettings"); \ +static_assert(offsetof(USBZInputSettings, Version) == 0x000030, "Member 'USBZInputSettings::Version' has a wrong offset!"); \ +static_assert(offsetof(USBZInputSettings, TransientActionMappingArray) == 0x000038, "Member 'USBZInputSettings::TransientActionMappingArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCharacterAbilityData \ +static_assert(alignof(USBZCharacterAbilityData) == 0x000008, "Wrong alignment on USBZCharacterAbilityData"); \ +static_assert(sizeof(USBZCharacterAbilityData) == 0x000078, "Wrong size on USBZCharacterAbilityData"); \ +static_assert(offsetof(USBZCharacterAbilityData, InitialHealth) == 0x000038, "Member 'USBZCharacterAbilityData::InitialHealth' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAbilityData, InitialHealthV2) == 0x00003C, "Member 'USBZCharacterAbilityData::InitialHealthV2' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAbilityData, InitialArmor) == 0x000040, "Member 'USBZCharacterAbilityData::InitialArmor' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAbilityData, InitialArmorV2) == 0x000044, "Member 'USBZCharacterAbilityData::InitialArmorV2' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAbilityData, InitialIncomingArmorDamageCriticalMultiplier) == 0x000048, "Member 'USBZCharacterAbilityData::InitialIncomingArmorDamageCriticalMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAbilityData, InitialArmorHurtReactionWeightReduction) == 0x00004C, "Member 'USBZCharacterAbilityData::InitialArmorHurtReactionWeightReduction' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAbilityData, InitialOutgoingDamageMultiplier) == 0x000050, "Member 'USBZCharacterAbilityData::InitialOutgoingDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAbilityData, AbilityArray) == 0x000058, "Member 'USBZCharacterAbilityData::AbilityArray' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAbilityData, InitialHurtReactionWeightBuildupDifficultyScaleArray) == 0x000068, "Member 'USBZCharacterAbilityData::InitialHurtReactionWeightBuildupDifficultyScaleArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZModularPartApplierWeaponCosmetics \ +static_assert(alignof(USBZModularPartApplierWeaponCosmetics) == 0x000008, "Wrong alignment on USBZModularPartApplierWeaponCosmetics"); \ +static_assert(sizeof(USBZModularPartApplierWeaponCosmetics) == 0x000030, "Wrong size on USBZModularPartApplierWeaponCosmetics"); \ + +#define DUMPER7_ASSERTS_USBZModularPartApplierWeaponPatternBase \ +static_assert(alignof(USBZModularPartApplierWeaponPatternBase) == 0x000008, "Wrong alignment on USBZModularPartApplierWeaponPatternBase"); \ +static_assert(sizeof(USBZModularPartApplierWeaponPatternBase) == 0x000030, "Wrong size on USBZModularPartApplierWeaponPatternBase"); \ + +#define DUMPER7_ASSERTS_USBZAICharacterAbilityData \ +static_assert(alignof(USBZAICharacterAbilityData) == 0x000008, "Wrong alignment on USBZAICharacterAbilityData"); \ +static_assert(sizeof(USBZAICharacterAbilityData) == 0x0000D0, "Wrong size on USBZAICharacterAbilityData"); \ +static_assert(offsetof(USBZAICharacterAbilityData, ArmorHardness) == 0x000078, "Member 'USBZAICharacterAbilityData::ArmorHardness' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterAbilityData, ArmorHardnessV2) == 0x00007C, "Member 'USBZAICharacterAbilityData::ArmorHardnessV2' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterAbilityData, HealthDifficultyScaleArray) == 0x000080, "Member 'USBZAICharacterAbilityData::HealthDifficultyScaleArray' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterAbilityData, ArmorDifficultyScaleArray) == 0x000090, "Member 'USBZAICharacterAbilityData::ArmorDifficultyScaleArray' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterAbilityData, HealthV2DifficultyScaleArray) == 0x0000A0, "Member 'USBZAICharacterAbilityData::HealthV2DifficultyScaleArray' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterAbilityData, ArmorV2DifficultyScaleArray) == 0x0000B0, "Member 'USBZAICharacterAbilityData::ArmorV2DifficultyScaleArray' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterAbilityData, ArmorHardnessV2DifficultyScaleArray) == 0x0000C0, "Member 'USBZAICharacterAbilityData::ArmorHardnessV2DifficultyScaleArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIShield_OnCharacterAnimEventActive \ +static_assert(alignof(SBZAIShield_OnCharacterAnimEventActive) == 0x000004, "Wrong alignment on SBZAIShield_OnCharacterAnimEventActive"); \ +static_assert(sizeof(SBZAIShield_OnCharacterAnimEventActive) == 0x000010, "Wrong size on SBZAIShield_OnCharacterAnimEventActive"); \ +static_assert(offsetof(SBZAIShield_OnCharacterAnimEventActive, EventTag) == 0x000000, "Member 'SBZAIShield_OnCharacterAnimEventActive::EventTag' has a wrong offset!"); \ +static_assert(offsetof(SBZAIShield_OnCharacterAnimEventActive, bActive) == 0x00000C, "Member 'SBZAIShield_OnCharacterAnimEventActive::bActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIShield_OnOverlapBegin \ +static_assert(alignof(SBZAIShield_OnOverlapBegin) == 0x000008, "Wrong alignment on SBZAIShield_OnOverlapBegin"); \ +static_assert(sizeof(SBZAIShield_OnOverlapBegin) == 0x0000B0, "Wrong size on SBZAIShield_OnOverlapBegin"); \ +static_assert(offsetof(SBZAIShield_OnOverlapBegin, OverlappedComponent) == 0x000000, "Member 'SBZAIShield_OnOverlapBegin::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZAIShield_OnOverlapBegin, OtherActor) == 0x000008, "Member 'SBZAIShield_OnOverlapBegin::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZAIShield_OnOverlapBegin, OtherComp) == 0x000010, "Member 'SBZAIShield_OnOverlapBegin::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZAIShield_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'SBZAIShield_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZAIShield_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'SBZAIShield_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(SBZAIShield_OnOverlapBegin, SweepResult) == 0x000020, "Member 'SBZAIShield_OnOverlapBegin::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIShield_OnOverlapEnd \ +static_assert(alignof(SBZAIShield_OnOverlapEnd) == 0x000008, "Wrong alignment on SBZAIShield_OnOverlapEnd"); \ +static_assert(sizeof(SBZAIShield_OnOverlapEnd) == 0x000020, "Wrong size on SBZAIShield_OnOverlapEnd"); \ +static_assert(offsetof(SBZAIShield_OnOverlapEnd, OverlappedComponent) == 0x000000, "Member 'SBZAIShield_OnOverlapEnd::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZAIShield_OnOverlapEnd, OtherActor) == 0x000008, "Member 'SBZAIShield_OnOverlapEnd::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZAIShield_OnOverlapEnd, OtherComp) == 0x000010, "Member 'SBZAIShield_OnOverlapEnd::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZAIShield_OnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'SBZAIShield_OnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIShield_OnPlayerEndPlay \ +static_assert(alignof(SBZAIShield_OnPlayerEndPlay) == 0x000008, "Wrong alignment on SBZAIShield_OnPlayerEndPlay"); \ +static_assert(sizeof(SBZAIShield_OnPlayerEndPlay) == 0x000010, "Wrong size on SBZAIShield_OnPlayerEndPlay"); \ +static_assert(offsetof(SBZAIShield_OnPlayerEndPlay, InActor) == 0x000000, "Member 'SBZAIShield_OnPlayerEndPlay::InActor' has a wrong offset!"); \ +static_assert(offsetof(SBZAIShield_OnPlayerEndPlay, EndPlayReason) == 0x000008, "Member 'SBZAIShield_OnPlayerEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIShield_OnShieldEndPlay \ +static_assert(alignof(SBZAIShield_OnShieldEndPlay) == 0x000008, "Wrong alignment on SBZAIShield_OnShieldEndPlay"); \ +static_assert(sizeof(SBZAIShield_OnShieldEndPlay) == 0x000010, "Wrong size on SBZAIShield_OnShieldEndPlay"); \ +static_assert(offsetof(SBZAIShield_OnShieldEndPlay, InActor) == 0x000000, "Member 'SBZAIShield_OnShieldEndPlay::InActor' has a wrong offset!"); \ +static_assert(offsetof(SBZAIShield_OnShieldEndPlay, EndPlayReason) == 0x000008, "Member 'SBZAIShield_OnShieldEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIShield \ +static_assert(alignof(USBZAIShield) == 0x000010, "Wrong alignment on USBZAIShield"); \ +static_assert(sizeof(USBZAIShield) == 0x000760, "Wrong size on USBZAIShield"); \ +static_assert(offsetof(USBZAIShield, VisorArmor) == 0x000598, "Member 'USBZAIShield::VisorArmor' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, ShieldArmorHardness) == 0x0005A8, "Member 'USBZAIShield::ShieldArmorHardness' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, VisorArmorHardness) == 0x0005B8, "Member 'USBZAIShield::VisorArmorHardness' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, FrontAttachSocketName) == 0x0005C8, "Member 'USBZAIShield::FrontAttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, BackAttachSocketName) == 0x0005D4, "Member 'USBZAIShield::BackAttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, BreakEvent) == 0x0005E0, "Member 'USBZAIShield::BreakEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, BreakComment) == 0x0005E8, "Member 'USBZAIShield::BreakComment' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, ShieldAttributSet) == 0x0005F0, "Member 'USBZAIShield::ShieldAttributSet' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, bIsBroken) == 0x0005F8, "Member 'USBZAIShield::bIsBroken' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, bIsIndestructible) == 0x0005F9, "Member 'USBZAIShield::bIsIndestructible' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, ShieldVisor) == 0x000600, "Member 'USBZAIShield::ShieldVisor' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, VisorCPDIndex) == 0x000620, "Member 'USBZAIShield::VisorCPDIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, VisorCPDVal) == 0x000624, "Member 'USBZAIShield::VisorCPDVal' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, VisorDamageSteps) == 0x000628, "Member 'USBZAIShield::VisorDamageSteps' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, DedicatedServerAttachmentOffset) == 0x00062C, "Member 'USBZAIShield::DedicatedServerAttachmentOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, ShieldDamageCPDIndexArray) == 0x000638, "Member 'USBZAIShield::ShieldDamageCPDIndexArray' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, CurrentMaterialHitCountArray) == 0x000658, "Member 'USBZAIShield::CurrentMaterialHitCountArray' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, MaxCosmeticDamageHits) == 0x000668, "Member 'USBZAIShield::MaxCosmeticDamageHits' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, CosmeticExplosionDamageModifier) == 0x00066C, "Member 'USBZAIShield::CosmeticExplosionDamageModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, CosmeticDamageModifier) == 0x000670, "Member 'USBZAIShield::CosmeticDamageModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, MinDistanceToCosmeticHit) == 0x000674, "Member 'USBZAIShield::MinDistanceToCosmeticHit' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, ExplosionBlockDegrees) == 0x000690, "Member 'USBZAIShield::ExplosionBlockDegrees' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, ExplosionBlockDot) == 0x000694, "Member 'USBZAIShield::ExplosionBlockDot' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, LightConeWidthDegrees) == 0x000698, "Member 'USBZAIShield::LightConeWidthDegrees' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, PlayerLightDirectionMinDegrees) == 0x00069C, "Member 'USBZAIShield::PlayerLightDirectionMinDegrees' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, SphereComponent) == 0x0006A0, "Member 'USBZAIShield::SphereComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, NiagaraComponentSelector) == 0x0006A8, "Member 'USBZAIShield::NiagaraComponentSelector' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, LightColor) == 0x0006C8, "Member 'USBZAIShield::LightColor' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, ReflectorShieldRadius) == 0x0006D8, "Member 'USBZAIShield::ReflectorShieldRadius' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, LightMaterialEmissiveValue) == 0x0006DC, "Member 'USBZAIShield::LightMaterialEmissiveValue' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, LightLength) == 0x0006E0, "Member 'USBZAIShield::LightLength' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, LightMaxDistance) == 0x0006E4, "Member 'USBZAIShield::LightMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, MaterialOnOffCPDIndex) == 0x0006E8, "Member 'USBZAIShield::MaterialOnOffCPDIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, RedCPDIndex) == 0x0006EC, "Member 'USBZAIShield::RedCPDIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, GreenCPDIndex) == 0x0006F0, "Member 'USBZAIShield::GreenCPDIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, BlueCPDIndex) == 0x0006F4, "Member 'USBZAIShield::BlueCPDIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, MaterialEmissiveCPDIndex) == 0x0006F8, "Member 'USBZAIShield::MaterialEmissiveCPDIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, NiagaraComponent) == 0x000700, "Member 'USBZAIShield::NiagaraComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShield, CurrentVisiblePlayerMap) == 0x000708, "Member 'USBZAIShield::CurrentVisiblePlayerMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPawnAttributeSet_Multicast_SetArmor \ +static_assert(alignof(SBZPawnAttributeSet_Multicast_SetArmor) == 0x000004, "Wrong alignment on SBZPawnAttributeSet_Multicast_SetArmor"); \ +static_assert(sizeof(SBZPawnAttributeSet_Multicast_SetArmor) == 0x000004, "Wrong size on SBZPawnAttributeSet_Multicast_SetArmor"); \ +static_assert(offsetof(SBZPawnAttributeSet_Multicast_SetArmor, NewCurrentValue) == 0x000000, "Member 'SBZPawnAttributeSet_Multicast_SetArmor::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPawnAttributeSet_Multicast_SetArmorDamageReduction \ +static_assert(alignof(SBZPawnAttributeSet_Multicast_SetArmorDamageReduction) == 0x000004, "Wrong alignment on SBZPawnAttributeSet_Multicast_SetArmorDamageReduction"); \ +static_assert(sizeof(SBZPawnAttributeSet_Multicast_SetArmorDamageReduction) == 0x000004, "Wrong size on SBZPawnAttributeSet_Multicast_SetArmorDamageReduction"); \ +static_assert(offsetof(SBZPawnAttributeSet_Multicast_SetArmorDamageReduction, NewCurrentValue) == 0x000000, "Member 'SBZPawnAttributeSet_Multicast_SetArmorDamageReduction::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPawnAttributeSet_Multicast_SetHealth \ +static_assert(alignof(SBZPawnAttributeSet_Multicast_SetHealth) == 0x000004, "Wrong alignment on SBZPawnAttributeSet_Multicast_SetHealth"); \ +static_assert(sizeof(SBZPawnAttributeSet_Multicast_SetHealth) == 0x000004, "Wrong size on SBZPawnAttributeSet_Multicast_SetHealth"); \ +static_assert(offsetof(SBZPawnAttributeSet_Multicast_SetHealth, NewCurrentValue) == 0x000000, "Member 'SBZPawnAttributeSet_Multicast_SetHealth::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPawnAttributeSet_Multicast_SetIncomingDamageMultiplier \ +static_assert(alignof(SBZPawnAttributeSet_Multicast_SetIncomingDamageMultiplier) == 0x000004, "Wrong alignment on SBZPawnAttributeSet_Multicast_SetIncomingDamageMultiplier"); \ +static_assert(sizeof(SBZPawnAttributeSet_Multicast_SetIncomingDamageMultiplier) == 0x000004, "Wrong size on SBZPawnAttributeSet_Multicast_SetIncomingDamageMultiplier"); \ +static_assert(offsetof(SBZPawnAttributeSet_Multicast_SetIncomingDamageMultiplier, NewCurrentValue) == 0x000000, "Member 'SBZPawnAttributeSet_Multicast_SetIncomingDamageMultiplier::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPawnAttributeSet_Multicast_SetOutgoingDamageMultiplier \ +static_assert(alignof(SBZPawnAttributeSet_Multicast_SetOutgoingDamageMultiplier) == 0x000004, "Wrong alignment on SBZPawnAttributeSet_Multicast_SetOutgoingDamageMultiplier"); \ +static_assert(sizeof(SBZPawnAttributeSet_Multicast_SetOutgoingDamageMultiplier) == 0x000004, "Wrong size on SBZPawnAttributeSet_Multicast_SetOutgoingDamageMultiplier"); \ +static_assert(offsetof(SBZPawnAttributeSet_Multicast_SetOutgoingDamageMultiplier, NewCurrentValue) == 0x000000, "Member 'SBZPawnAttributeSet_Multicast_SetOutgoingDamageMultiplier::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPawnAttributeSet_Multicast_SetOverHeal \ +static_assert(alignof(SBZPawnAttributeSet_Multicast_SetOverHeal) == 0x000004, "Wrong alignment on SBZPawnAttributeSet_Multicast_SetOverHeal"); \ +static_assert(sizeof(SBZPawnAttributeSet_Multicast_SetOverHeal) == 0x000004, "Wrong size on SBZPawnAttributeSet_Multicast_SetOverHeal"); \ +static_assert(offsetof(SBZPawnAttributeSet_Multicast_SetOverHeal, NewCurrentValue) == 0x000000, "Member 'SBZPawnAttributeSet_Multicast_SetOverHeal::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPawnAttributeSet_OnRep_Armor \ +static_assert(alignof(SBZPawnAttributeSet_OnRep_Armor) == 0x000008, "Wrong alignment on SBZPawnAttributeSet_OnRep_Armor"); \ +static_assert(sizeof(SBZPawnAttributeSet_OnRep_Armor) == 0x000010, "Wrong size on SBZPawnAttributeSet_OnRep_Armor"); \ +static_assert(offsetof(SBZPawnAttributeSet_OnRep_Armor, OldValue) == 0x000000, "Member 'SBZPawnAttributeSet_OnRep_Armor::OldValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPawnAttributeSet_OnRep_ArmorDamageReduction \ +static_assert(alignof(SBZPawnAttributeSet_OnRep_ArmorDamageReduction) == 0x000008, "Wrong alignment on SBZPawnAttributeSet_OnRep_ArmorDamageReduction"); \ +static_assert(sizeof(SBZPawnAttributeSet_OnRep_ArmorDamageReduction) == 0x000010, "Wrong size on SBZPawnAttributeSet_OnRep_ArmorDamageReduction"); \ +static_assert(offsetof(SBZPawnAttributeSet_OnRep_ArmorDamageReduction, OldValue) == 0x000000, "Member 'SBZPawnAttributeSet_OnRep_ArmorDamageReduction::OldValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPawnAttributeSet_OnRep_Health \ +static_assert(alignof(SBZPawnAttributeSet_OnRep_Health) == 0x000008, "Wrong alignment on SBZPawnAttributeSet_OnRep_Health"); \ +static_assert(sizeof(SBZPawnAttributeSet_OnRep_Health) == 0x000010, "Wrong size on SBZPawnAttributeSet_OnRep_Health"); \ +static_assert(offsetof(SBZPawnAttributeSet_OnRep_Health, OldValue) == 0x000000, "Member 'SBZPawnAttributeSet_OnRep_Health::OldValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPawnAttributeSet_OnRep_IncomingDamageMultiplier \ +static_assert(alignof(SBZPawnAttributeSet_OnRep_IncomingDamageMultiplier) == 0x000008, "Wrong alignment on SBZPawnAttributeSet_OnRep_IncomingDamageMultiplier"); \ +static_assert(sizeof(SBZPawnAttributeSet_OnRep_IncomingDamageMultiplier) == 0x000010, "Wrong size on SBZPawnAttributeSet_OnRep_IncomingDamageMultiplier"); \ +static_assert(offsetof(SBZPawnAttributeSet_OnRep_IncomingDamageMultiplier, OldValue) == 0x000000, "Member 'SBZPawnAttributeSet_OnRep_IncomingDamageMultiplier::OldValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPawnAttributeSet_OnRep_OutgoingDamageMultiplier \ +static_assert(alignof(SBZPawnAttributeSet_OnRep_OutgoingDamageMultiplier) == 0x000008, "Wrong alignment on SBZPawnAttributeSet_OnRep_OutgoingDamageMultiplier"); \ +static_assert(sizeof(SBZPawnAttributeSet_OnRep_OutgoingDamageMultiplier) == 0x000010, "Wrong size on SBZPawnAttributeSet_OnRep_OutgoingDamageMultiplier"); \ +static_assert(offsetof(SBZPawnAttributeSet_OnRep_OutgoingDamageMultiplier, OldValue) == 0x000000, "Member 'SBZPawnAttributeSet_OnRep_OutgoingDamageMultiplier::OldValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPawnAttributeSet_OnRep_OverHeal \ +static_assert(alignof(SBZPawnAttributeSet_OnRep_OverHeal) == 0x000008, "Wrong alignment on SBZPawnAttributeSet_OnRep_OverHeal"); \ +static_assert(sizeof(SBZPawnAttributeSet_OnRep_OverHeal) == 0x000010, "Wrong size on SBZPawnAttributeSet_OnRep_OverHeal"); \ +static_assert(offsetof(SBZPawnAttributeSet_OnRep_OverHeal, OldValue) == 0x000000, "Member 'SBZPawnAttributeSet_OnRep_OverHeal::OldValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPawnAttributeSet \ +static_assert(alignof(USBZPawnAttributeSet) == 0x000008, "Wrong alignment on USBZPawnAttributeSet"); \ +static_assert(sizeof(USBZPawnAttributeSet) == 0x000258, "Wrong size on USBZPawnAttributeSet"); \ +static_assert(offsetof(USBZPawnAttributeSet, Damage) == 0x000040, "Member 'USBZPawnAttributeSet::Damage' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, OverHealDamageMultiplier) == 0x000050, "Member 'USBZPawnAttributeSet::OverHealDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, HealthDamageMultiplier) == 0x000060, "Member 'USBZPawnAttributeSet::HealthDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, IncomingArmorPenetration) == 0x000070, "Member 'USBZPawnAttributeSet::IncomingArmorPenetration' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, ArmorDamageMultiplier) == 0x000080, "Member 'USBZPawnAttributeSet::ArmorDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, Health) == 0x000090, "Member 'USBZPawnAttributeSet::Health' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, HealthMax) == 0x0000A0, "Member 'USBZPawnAttributeSet::HealthMax' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, Armor) == 0x0000B0, "Member 'USBZPawnAttributeSet::Armor' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, ArmorMax) == 0x0000C0, "Member 'USBZPawnAttributeSet::ArmorMax' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, ArmorChunk) == 0x0000D0, "Member 'USBZPawnAttributeSet::ArmorChunk' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, ArmorHardness) == 0x0000E0, "Member 'USBZPawnAttributeSet::ArmorHardness' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, IncomingArmorDamageCriticalMultiplier) == 0x0000F0, "Member 'USBZPawnAttributeSet::IncomingArmorDamageCriticalMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, ArmorHurtReactionWeightReduction) == 0x000100, "Member 'USBZPawnAttributeSet::ArmorHurtReactionWeightReduction' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, OverHeal) == 0x000110, "Member 'USBZPawnAttributeSet::OverHeal' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, OverHealMax) == 0x000120, "Member 'USBZPawnAttributeSet::OverHealMax' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, OutgoingDamageMultiplier) == 0x000130, "Member 'USBZPawnAttributeSet::OutgoingDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, IncomingDamageMultiplier) == 0x000140, "Member 'USBZPawnAttributeSet::IncomingDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, ArmorDamageReduction) == 0x000150, "Member 'USBZPawnAttributeSet::ArmorDamageReduction' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, ArmorDamageReductionMax) == 0x000160, "Member 'USBZPawnAttributeSet::ArmorDamageReductionMax' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, LastDamageTypeCDO) == 0x0001A8, "Member 'USBZPawnAttributeSet::LastDamageTypeCDO' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, LastInstigatorPawn) == 0x0001B8, "Member 'USBZPawnAttributeSet::LastInstigatorPawn' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, FlashedVoiceComment) == 0x000228, "Member 'USBZPawnAttributeSet::FlashedVoiceComment' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, FlashedByAllyVoiceComment) == 0x000230, "Member 'USBZPawnAttributeSet::FlashedByAllyVoiceComment' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, HitByFragVoiceComment) == 0x000238, "Member 'USBZPawnAttributeSet::HitByFragVoiceComment' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, ArmorBrickBusterIncomingDamageIncrease) == 0x000244, "Member 'USBZPawnAttributeSet::ArmorBrickBusterIncomingDamageIncrease' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, ElectricTenderizerIncomingDamageIncrease) == 0x000248, "Member 'USBZPawnAttributeSet::ElectricTenderizerIncomingDamageIncrease' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, FragTenderizeIncomingDamageIncrease) == 0x00024C, "Member 'USBZPawnAttributeSet::FragTenderizeIncomingDamageIncrease' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnAttributeSet, FlashbangMasterIncomingDamageIncrease) == 0x000250, "Member 'USBZPawnAttributeSet::FlashbangMasterIncomingDamageIncrease' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMenuStackInventoryBaseScreen \ +static_assert(alignof(USBZMenuStackInventoryBaseScreen) == 0x000008, "Wrong alignment on USBZMenuStackInventoryBaseScreen"); \ +static_assert(sizeof(USBZMenuStackInventoryBaseScreen) == 0x0002F0, "Wrong size on USBZMenuStackInventoryBaseScreen"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryScreen_DiscardItemDone \ +static_assert(alignof(SBZMainMenuWeaponInventoryScreen_DiscardItemDone) == 0x000004, "Wrong alignment on SBZMainMenuWeaponInventoryScreen_DiscardItemDone"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryScreen_DiscardItemDone) == 0x000014, "Wrong size on SBZMainMenuWeaponInventoryScreen_DiscardItemDone"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryScreen_DiscardItemDone, BuyItemResult) == 0x000000, "Member 'SBZMainMenuWeaponInventoryScreen_DiscardItemDone::BuyItemResult' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryScreen_DiscardItemDone, ItemId) == 0x000004, "Member 'SBZMainMenuWeaponInventoryScreen_DiscardItemDone::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryScreen_DisplayWeaponInventoryScreen \ +static_assert(alignof(SBZMainMenuWeaponInventoryScreen_DisplayWeaponInventoryScreen) == 0x000004, "Wrong alignment on SBZMainMenuWeaponInventoryScreen_DisplayWeaponInventoryScreen"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryScreen_DisplayWeaponInventoryScreen) == 0x000008, "Wrong size on SBZMainMenuWeaponInventoryScreen_DisplayWeaponInventoryScreen"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryScreen_DisplayWeaponInventoryScreen, InLoadoutIndex) == 0x000000, "Member 'SBZMainMenuWeaponInventoryScreen_DisplayWeaponInventoryScreen::InLoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryScreen_DisplayWeaponInventoryScreen, InEquippableSlot) == 0x000004, "Member 'SBZMainMenuWeaponInventoryScreen_DisplayWeaponInventoryScreen::InEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryScreen_DisplayWeaponInventoryScreen, ReturnValue) == 0x000005, "Member 'SBZMainMenuWeaponInventoryScreen_DisplayWeaponInventoryScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryScreen_HandleProgressionSave \ +static_assert(alignof(SBZMainMenuWeaponInventoryScreen_HandleProgressionSave) == 0x000001, "Wrong alignment on SBZMainMenuWeaponInventoryScreen_HandleProgressionSave"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryScreen_HandleProgressionSave) == 0x000001, "Wrong size on SBZMainMenuWeaponInventoryScreen_HandleProgressionSave"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryScreen_HandleProgressionSave, Result) == 0x000000, "Member 'SBZMainMenuWeaponInventoryScreen_HandleProgressionSave::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryScreen_NativeOnWeaponSlotButtonSelected \ +static_assert(alignof(SBZMainMenuWeaponInventoryScreen_NativeOnWeaponSlotButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuWeaponInventoryScreen_NativeOnWeaponSlotButtonSelected"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryScreen_NativeOnWeaponSlotButtonSelected) == 0x000008, "Wrong size on SBZMainMenuWeaponInventoryScreen_NativeOnWeaponSlotButtonSelected"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryScreen_NativeOnWeaponSlotButtonSelected, InSelectedButton) == 0x000000, "Member 'SBZMainMenuWeaponInventoryScreen_NativeOnWeaponSlotButtonSelected::InSelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryScreen_NativeOnWeaponSlotStoreItemTransactionComplete \ +static_assert(alignof(SBZMainMenuWeaponInventoryScreen_NativeOnWeaponSlotStoreItemTransactionComplete) == 0x000008, "Wrong alignment on SBZMainMenuWeaponInventoryScreen_NativeOnWeaponSlotStoreItemTransactionComplete"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryScreen_NativeOnWeaponSlotStoreItemTransactionComplete) == 0x000010, "Wrong size on SBZMainMenuWeaponInventoryScreen_NativeOnWeaponSlotStoreItemTransactionComplete"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryScreen_NativeOnWeaponSlotStoreItemTransactionComplete, MetaResult) == 0x000000, "Member 'SBZMainMenuWeaponInventoryScreen_NativeOnWeaponSlotStoreItemTransactionComplete::MetaResult' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryScreen_NativeOnWeaponSlotStoreItemTransactionComplete, InventoryItemData) == 0x000008, "Member 'SBZMainMenuWeaponInventoryScreen_NativeOnWeaponSlotStoreItemTransactionComplete::InventoryItemData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryScreen_OnBuyWeaponSlotItemCompleted \ +static_assert(alignof(SBZMainMenuWeaponInventoryScreen_OnBuyWeaponSlotItemCompleted) == 0x000008, "Wrong alignment on SBZMainMenuWeaponInventoryScreen_OnBuyWeaponSlotItemCompleted"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryScreen_OnBuyWeaponSlotItemCompleted) == 0x000018, "Wrong size on SBZMainMenuWeaponInventoryScreen_OnBuyWeaponSlotItemCompleted"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryScreen_OnBuyWeaponSlotItemCompleted, Result) == 0x000000, "Member 'SBZMainMenuWeaponInventoryScreen_OnBuyWeaponSlotItemCompleted::Result' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryScreen_OnBuyWeaponSlotItemCompleted, ItemSku) == 0x000008, "Member 'SBZMainMenuWeaponInventoryScreen_OnBuyWeaponSlotItemCompleted::ItemSku' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryScreen_OnBuyWeaponSlotTransactionFailed \ +static_assert(alignof(SBZMainMenuWeaponInventoryScreen_OnBuyWeaponSlotTransactionFailed) == 0x000001, "Wrong alignment on SBZMainMenuWeaponInventoryScreen_OnBuyWeaponSlotTransactionFailed"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryScreen_OnBuyWeaponSlotTransactionFailed) == 0x000001, "Wrong size on SBZMainMenuWeaponInventoryScreen_OnBuyWeaponSlotTransactionFailed"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryScreen_OnBuyWeaponSlotTransactionFailed, Result) == 0x000000, "Member 'SBZMainMenuWeaponInventoryScreen_OnBuyWeaponSlotTransactionFailed::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryScreen_OnDiscardWeaponPopUpClosed \ +static_assert(alignof(SBZMainMenuWeaponInventoryScreen_OnDiscardWeaponPopUpClosed) == 0x000004, "Wrong alignment on SBZMainMenuWeaponInventoryScreen_OnDiscardWeaponPopUpClosed"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryScreen_OnDiscardWeaponPopUpClosed) == 0x00000C, "Wrong size on SBZMainMenuWeaponInventoryScreen_OnDiscardWeaponPopUpClosed"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryScreen_OnDiscardWeaponPopUpClosed, ClosingActionName) == 0x000000, "Member 'SBZMainMenuWeaponInventoryScreen_OnDiscardWeaponPopUpClosed::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryScreen_OnShowBuySlotPopUpClosed \ +static_assert(alignof(SBZMainMenuWeaponInventoryScreen_OnShowBuySlotPopUpClosed) == 0x000004, "Wrong alignment on SBZMainMenuWeaponInventoryScreen_OnShowBuySlotPopUpClosed"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryScreen_OnShowBuySlotPopUpClosed) == 0x00000C, "Wrong size on SBZMainMenuWeaponInventoryScreen_OnShowBuySlotPopUpClosed"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryScreen_OnShowBuySlotPopUpClosed, InActionName) == 0x000000, "Member 'SBZMainMenuWeaponInventoryScreen_OnShowBuySlotPopUpClosed::InActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryScreen_OnWeaponInSlotDiscarded \ +static_assert(alignof(SBZMainMenuWeaponInventoryScreen_OnWeaponInSlotDiscarded) == 0x000001, "Wrong alignment on SBZMainMenuWeaponInventoryScreen_OnWeaponInSlotDiscarded"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryScreen_OnWeaponInSlotDiscarded) == 0x000001, "Wrong size on SBZMainMenuWeaponInventoryScreen_OnWeaponInSlotDiscarded"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryScreen_OnWeaponInSlotDiscarded, bIsWeaponDiscarded) == 0x000000, "Member 'SBZMainMenuWeaponInventoryScreen_OnWeaponInSlotDiscarded::bIsWeaponDiscarded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryScreen_TryBuyWeaponSlot \ +static_assert(alignof(SBZMainMenuWeaponInventoryScreen_TryBuyWeaponSlot) == 0x000008, "Wrong alignment on SBZMainMenuWeaponInventoryScreen_TryBuyWeaponSlot"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryScreen_TryBuyWeaponSlot) == 0x000008, "Wrong size on SBZMainMenuWeaponInventoryScreen_TryBuyWeaponSlot"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryScreen_TryBuyWeaponSlot, InSelectedButton) == 0x000000, "Member 'SBZMainMenuWeaponInventoryScreen_TryBuyWeaponSlot::InSelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryScreen_TryDiscardWeaponInIndex \ +static_assert(alignof(SBZMainMenuWeaponInventoryScreen_TryDiscardWeaponInIndex) == 0x000004, "Wrong alignment on SBZMainMenuWeaponInventoryScreen_TryDiscardWeaponInIndex"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryScreen_TryDiscardWeaponInIndex) == 0x000008, "Wrong size on SBZMainMenuWeaponInventoryScreen_TryDiscardWeaponInIndex"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryScreen_TryDiscardWeaponInIndex, SlotIndex) == 0x000000, "Member 'SBZMainMenuWeaponInventoryScreen_TryDiscardWeaponInIndex::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryScreen_TryDiscardWeaponInIndex, ReturnValue) == 0x000004, "Member 'SBZMainMenuWeaponInventoryScreen_TryDiscardWeaponInIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryScreen_UpdateActiveWeaponSlotIndex \ +static_assert(alignof(SBZMainMenuWeaponInventoryScreen_UpdateActiveWeaponSlotIndex) == 0x000004, "Wrong alignment on SBZMainMenuWeaponInventoryScreen_UpdateActiveWeaponSlotIndex"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryScreen_UpdateActiveWeaponSlotIndex) == 0x000004, "Wrong size on SBZMainMenuWeaponInventoryScreen_UpdateActiveWeaponSlotIndex"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryScreen_UpdateActiveWeaponSlotIndex, InNewIndex) == 0x000000, "Member 'SBZMainMenuWeaponInventoryScreen_UpdateActiveWeaponSlotIndex::InNewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryScreen_WeaponSlotButtonFocusedChanged \ +static_assert(alignof(SBZMainMenuWeaponInventoryScreen_WeaponSlotButtonFocusedChanged) == 0x000008, "Wrong alignment on SBZMainMenuWeaponInventoryScreen_WeaponSlotButtonFocusedChanged"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryScreen_WeaponSlotButtonFocusedChanged) == 0x000010, "Wrong size on SBZMainMenuWeaponInventoryScreen_WeaponSlotButtonFocusedChanged"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryScreen_WeaponSlotButtonFocusedChanged, SelectedButton) == 0x000000, "Member 'SBZMainMenuWeaponInventoryScreen_WeaponSlotButtonFocusedChanged::SelectedButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryScreen_WeaponSlotButtonFocusedChanged, bIsFocused) == 0x000008, "Member 'SBZMainMenuWeaponInventoryScreen_WeaponSlotButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryScreen_WeaponSlotStoreItemTransactionComplete \ +static_assert(alignof(SBZMainMenuWeaponInventoryScreen_WeaponSlotStoreItemTransactionComplete) == 0x000008, "Wrong alignment on SBZMainMenuWeaponInventoryScreen_WeaponSlotStoreItemTransactionComplete"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryScreen_WeaponSlotStoreItemTransactionComplete) == 0x000010, "Wrong size on SBZMainMenuWeaponInventoryScreen_WeaponSlotStoreItemTransactionComplete"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryScreen_WeaponSlotStoreItemTransactionComplete, MetaResult) == 0x000000, "Member 'SBZMainMenuWeaponInventoryScreen_WeaponSlotStoreItemTransactionComplete::MetaResult' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryScreen_WeaponSlotStoreItemTransactionComplete, InventoryItemData) == 0x000008, "Member 'SBZMainMenuWeaponInventoryScreen_WeaponSlotStoreItemTransactionComplete::InventoryItemData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryScreen_CanDiscardWeaponIndex \ +static_assert(alignof(SBZMainMenuWeaponInventoryScreen_CanDiscardWeaponIndex) == 0x000004, "Wrong alignment on SBZMainMenuWeaponInventoryScreen_CanDiscardWeaponIndex"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryScreen_CanDiscardWeaponIndex) == 0x000008, "Wrong size on SBZMainMenuWeaponInventoryScreen_CanDiscardWeaponIndex"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryScreen_CanDiscardWeaponIndex, InWeaponIndex) == 0x000000, "Member 'SBZMainMenuWeaponInventoryScreen_CanDiscardWeaponIndex::InWeaponIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryScreen_CanDiscardWeaponIndex, ReturnValue) == 0x000004, "Member 'SBZMainMenuWeaponInventoryScreen_CanDiscardWeaponIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuWeaponInventoryScreen \ +static_assert(alignof(USBZMainMenuWeaponInventoryScreen) == 0x000008, "Wrong alignment on USBZMainMenuWeaponInventoryScreen"); \ +static_assert(sizeof(USBZMainMenuWeaponInventoryScreen) == 0x0003D8, "Wrong size on USBZMainMenuWeaponInventoryScreen"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryScreen, WeaponSlotButtonClass) == 0x0002F0, "Member 'USBZMainMenuWeaponInventoryScreen::WeaponSlotButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryScreen, Panel_WeaponSlotButtons) == 0x0002F8, "Member 'USBZMainMenuWeaponInventoryScreen::Panel_WeaponSlotButtons' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryScreen, EquippableSlot) == 0x000300, "Member 'USBZMainMenuWeaponInventoryScreen::EquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryScreen, CurrentLoadoutIndex) == 0x000304, "Member 'USBZMainMenuWeaponInventoryScreen::CurrentLoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryScreen, ActiveWeaponSlotIndex) == 0x000308, "Member 'USBZMainMenuWeaponInventoryScreen::ActiveWeaponSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryScreen, ActiveLoadoutWeaponSlotIndex) == 0x00030C, "Member 'USBZMainMenuWeaponInventoryScreen::ActiveLoadoutWeaponSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryScreen, ActiveWeaponSlots) == 0x000310, "Member 'USBZMainMenuWeaponInventoryScreen::ActiveWeaponSlots' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryScreen, WeaponSlotCount) == 0x000314, "Member 'USBZMainMenuWeaponInventoryScreen::WeaponSlotCount' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryScreen, Button_WeaponSlotStoreItem) == 0x000318, "Member 'USBZMainMenuWeaponInventoryScreen::Button_WeaponSlotStoreItem' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryScreen, DiscardWeaponPopUpBodyWidgetClass) == 0x000320, "Member 'USBZMainMenuWeaponInventoryScreen::DiscardWeaponPopUpBodyWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryScreen, DiscardWeaponPopUpHeader) == 0x000328, "Member 'USBZMainMenuWeaponInventoryScreen::DiscardWeaponPopUpHeader' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryScreen, DiscardWeaponPopUpAcceptAction) == 0x000340, "Member 'USBZMainMenuWeaponInventoryScreen::DiscardWeaponPopUpAcceptAction' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryScreen, DiscardWeaponPopUpCancelAction) == 0x000378, "Member 'USBZMainMenuWeaponInventoryScreen::DiscardWeaponPopUpCancelAction' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryScreen, WeaponToDiscardIndex) == 0x0003B0, "Member 'USBZMainMenuWeaponInventoryScreen::WeaponToDiscardIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryScreen, DiscardWeaponPopUpBody) == 0x0003B8, "Member 'USBZMainMenuWeaponInventoryScreen::DiscardWeaponPopUpBody' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryScreen, WeaponSlotButtonPool) == 0x0003C0, "Member 'USBZMainMenuWeaponInventoryScreen::WeaponSlotButtonPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEarlyOutDuringSprintingNotify \ +static_assert(alignof(USBZEarlyOutDuringSprintingNotify) == 0x000008, "Wrong alignment on USBZEarlyOutDuringSprintingNotify"); \ +static_assert(sizeof(USBZEarlyOutDuringSprintingNotify) == 0x000040, "Wrong size on USBZEarlyOutDuringSprintingNotify"); \ + +#define DUMPER7_ASSERTS_USBZCharacterAttributeSet \ +static_assert(alignof(USBZCharacterAttributeSet) == 0x000008, "Wrong alignment on USBZCharacterAttributeSet"); \ +static_assert(sizeof(USBZCharacterAttributeSet) == 0x000258, "Wrong size on USBZCharacterAttributeSet"); \ + +#define DUMPER7_ASSERTS_USBZGameplayAbility_CharacterSlide \ +static_assert(alignof(USBZGameplayAbility_CharacterSlide) == 0x000008, "Wrong alignment on USBZGameplayAbility_CharacterSlide"); \ +static_assert(sizeof(USBZGameplayAbility_CharacterSlide) == 0x0004E0, "Wrong size on USBZGameplayAbility_CharacterSlide"); \ +static_assert(offsetof(USBZGameplayAbility_CharacterSlide, MovementComponent) == 0x0004D8, "Member 'USBZGameplayAbility_CharacterSlide::MovementComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctions_GetButtonVisibilityAlways \ +static_assert(alignof(SBZSettingsFunctions_GetButtonVisibilityAlways) == 0x000008, "Wrong alignment on SBZSettingsFunctions_GetButtonVisibilityAlways"); \ +static_assert(sizeof(SBZSettingsFunctions_GetButtonVisibilityAlways) == 0x000010, "Wrong size on SBZSettingsFunctions_GetButtonVisibilityAlways"); \ +static_assert(offsetof(SBZSettingsFunctions_GetButtonVisibilityAlways, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctions_GetButtonVisibilityAlways::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctions_GetButtonVisibilityAlways, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctions_GetButtonVisibilityAlways::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSettingsFunctions \ +static_assert(alignof(USBZSettingsFunctions) == 0x000008, "Wrong alignment on USBZSettingsFunctions"); \ +static_assert(sizeof(USBZSettingsFunctions) == 0x000030, "Wrong size on USBZSettingsFunctions"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsKeyboard_GetDefaultPrimaryKeyboardBinding \ +static_assert(alignof(SBZSettingsFunctionsKeyboard_GetDefaultPrimaryKeyboardBinding) == 0x000008, "Wrong alignment on SBZSettingsFunctionsKeyboard_GetDefaultPrimaryKeyboardBinding"); \ +static_assert(sizeof(SBZSettingsFunctionsKeyboard_GetDefaultPrimaryKeyboardBinding) == 0x000040, "Wrong size on SBZSettingsFunctionsKeyboard_GetDefaultPrimaryKeyboardBinding"); \ +static_assert(offsetof(SBZSettingsFunctionsKeyboard_GetDefaultPrimaryKeyboardBinding, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsKeyboard_GetDefaultPrimaryKeyboardBinding::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsKeyboard_GetDefaultPrimaryKeyboardBinding, AxisOrActionName) == 0x000008, "Member 'SBZSettingsFunctionsKeyboard_GetDefaultPrimaryKeyboardBinding::AxisOrActionName' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsKeyboard_GetDefaultPrimaryKeyboardBinding, Scale) == 0x000014, "Member 'SBZSettingsFunctionsKeyboard_GetDefaultPrimaryKeyboardBinding::Scale' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsKeyboard_GetDefaultPrimaryKeyboardBinding, ReturnValue) == 0x000018, "Member 'SBZSettingsFunctionsKeyboard_GetDefaultPrimaryKeyboardBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsKeyboard_GetDefaultSecondaryKeyboardBinding \ +static_assert(alignof(SBZSettingsFunctionsKeyboard_GetDefaultSecondaryKeyboardBinding) == 0x000008, "Wrong alignment on SBZSettingsFunctionsKeyboard_GetDefaultSecondaryKeyboardBinding"); \ +static_assert(sizeof(SBZSettingsFunctionsKeyboard_GetDefaultSecondaryKeyboardBinding) == 0x000040, "Wrong size on SBZSettingsFunctionsKeyboard_GetDefaultSecondaryKeyboardBinding"); \ +static_assert(offsetof(SBZSettingsFunctionsKeyboard_GetDefaultSecondaryKeyboardBinding, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsKeyboard_GetDefaultSecondaryKeyboardBinding::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsKeyboard_GetDefaultSecondaryKeyboardBinding, AxisOrActionName) == 0x000008, "Member 'SBZSettingsFunctionsKeyboard_GetDefaultSecondaryKeyboardBinding::AxisOrActionName' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsKeyboard_GetDefaultSecondaryKeyboardBinding, Scale) == 0x000014, "Member 'SBZSettingsFunctionsKeyboard_GetDefaultSecondaryKeyboardBinding::Scale' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsKeyboard_GetDefaultSecondaryKeyboardBinding, ReturnValue) == 0x000018, "Member 'SBZSettingsFunctionsKeyboard_GetDefaultSecondaryKeyboardBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsKeyboard_GetPrimaryKeyboardBinding \ +static_assert(alignof(SBZSettingsFunctionsKeyboard_GetPrimaryKeyboardBinding) == 0x000008, "Wrong alignment on SBZSettingsFunctionsKeyboard_GetPrimaryKeyboardBinding"); \ +static_assert(sizeof(SBZSettingsFunctionsKeyboard_GetPrimaryKeyboardBinding) == 0x000040, "Wrong size on SBZSettingsFunctionsKeyboard_GetPrimaryKeyboardBinding"); \ +static_assert(offsetof(SBZSettingsFunctionsKeyboard_GetPrimaryKeyboardBinding, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsKeyboard_GetPrimaryKeyboardBinding::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsKeyboard_GetPrimaryKeyboardBinding, AxisOrActionName) == 0x000008, "Member 'SBZSettingsFunctionsKeyboard_GetPrimaryKeyboardBinding::AxisOrActionName' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsKeyboard_GetPrimaryKeyboardBinding, Scale) == 0x000014, "Member 'SBZSettingsFunctionsKeyboard_GetPrimaryKeyboardBinding::Scale' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsKeyboard_GetPrimaryKeyboardBinding, ReturnValue) == 0x000018, "Member 'SBZSettingsFunctionsKeyboard_GetPrimaryKeyboardBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsKeyboard_GetSecondaryKeyboardBinding \ +static_assert(alignof(SBZSettingsFunctionsKeyboard_GetSecondaryKeyboardBinding) == 0x000008, "Wrong alignment on SBZSettingsFunctionsKeyboard_GetSecondaryKeyboardBinding"); \ +static_assert(sizeof(SBZSettingsFunctionsKeyboard_GetSecondaryKeyboardBinding) == 0x000040, "Wrong size on SBZSettingsFunctionsKeyboard_GetSecondaryKeyboardBinding"); \ +static_assert(offsetof(SBZSettingsFunctionsKeyboard_GetSecondaryKeyboardBinding, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsKeyboard_GetSecondaryKeyboardBinding::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsKeyboard_GetSecondaryKeyboardBinding, AxisOrActionName) == 0x000008, "Member 'SBZSettingsFunctionsKeyboard_GetSecondaryKeyboardBinding::AxisOrActionName' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsKeyboard_GetSecondaryKeyboardBinding, Scale) == 0x000014, "Member 'SBZSettingsFunctionsKeyboard_GetSecondaryKeyboardBinding::Scale' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsKeyboard_GetSecondaryKeyboardBinding, ReturnValue) == 0x000018, "Member 'SBZSettingsFunctionsKeyboard_GetSecondaryKeyboardBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsKeyboard_SetPrimaryKeyboardBinding \ +static_assert(alignof(SBZSettingsFunctionsKeyboard_SetPrimaryKeyboardBinding) == 0x000008, "Wrong alignment on SBZSettingsFunctionsKeyboard_SetPrimaryKeyboardBinding"); \ +static_assert(sizeof(SBZSettingsFunctionsKeyboard_SetPrimaryKeyboardBinding) == 0x000040, "Wrong size on SBZSettingsFunctionsKeyboard_SetPrimaryKeyboardBinding"); \ +static_assert(offsetof(SBZSettingsFunctionsKeyboard_SetPrimaryKeyboardBinding, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsKeyboard_SetPrimaryKeyboardBinding::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsKeyboard_SetPrimaryKeyboardBinding, AxisOrActionName) == 0x000008, "Member 'SBZSettingsFunctionsKeyboard_SetPrimaryKeyboardBinding::AxisOrActionName' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsKeyboard_SetPrimaryKeyboardBinding, Scale) == 0x000014, "Member 'SBZSettingsFunctionsKeyboard_SetPrimaryKeyboardBinding::Scale' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsKeyboard_SetPrimaryKeyboardBinding, Binding) == 0x000018, "Member 'SBZSettingsFunctionsKeyboard_SetPrimaryKeyboardBinding::Binding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsKeyboard_SetSecondaryKeyboardBinding \ +static_assert(alignof(SBZSettingsFunctionsKeyboard_SetSecondaryKeyboardBinding) == 0x000008, "Wrong alignment on SBZSettingsFunctionsKeyboard_SetSecondaryKeyboardBinding"); \ +static_assert(sizeof(SBZSettingsFunctionsKeyboard_SetSecondaryKeyboardBinding) == 0x000040, "Wrong size on SBZSettingsFunctionsKeyboard_SetSecondaryKeyboardBinding"); \ +static_assert(offsetof(SBZSettingsFunctionsKeyboard_SetSecondaryKeyboardBinding, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsKeyboard_SetSecondaryKeyboardBinding::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsKeyboard_SetSecondaryKeyboardBinding, AxisOrActionName) == 0x000008, "Member 'SBZSettingsFunctionsKeyboard_SetSecondaryKeyboardBinding::AxisOrActionName' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsKeyboard_SetSecondaryKeyboardBinding, Scale) == 0x000014, "Member 'SBZSettingsFunctionsKeyboard_SetSecondaryKeyboardBinding::Scale' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsKeyboard_SetSecondaryKeyboardBinding, Binding) == 0x000018, "Member 'SBZSettingsFunctionsKeyboard_SetSecondaryKeyboardBinding::Binding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSettingsFunctionsKeyboard \ +static_assert(alignof(USBZSettingsFunctionsKeyboard) == 0x000008, "Wrong alignment on USBZSettingsFunctionsKeyboard"); \ +static_assert(sizeof(USBZSettingsFunctionsKeyboard) == 0x000030, "Wrong size on USBZSettingsFunctionsKeyboard"); \ + +#define DUMPER7_ASSERTS_USBZAIInteractorComponent \ +static_assert(alignof(USBZAIInteractorComponent) == 0x000008, "Wrong alignment on USBZAIInteractorComponent"); \ +static_assert(sizeof(USBZAIInteractorComponent) == 0x0001E8, "Wrong size on USBZAIInteractorComponent"); \ + +#define DUMPER7_ASSERTS_USBZAICharacterAttributeSet \ +static_assert(alignof(USBZAICharacterAttributeSet) == 0x000008, "Wrong alignment on USBZAICharacterAttributeSet"); \ +static_assert(sizeof(USBZAICharacterAttributeSet) == 0x000270, "Wrong size on USBZAICharacterAttributeSet"); \ +static_assert(offsetof(USBZAICharacterAttributeSet, AccuracyPenalty) == 0x000258, "Member 'USBZAICharacterAttributeSet::AccuracyPenalty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleManager_OnEnteredActionPhase \ +static_assert(alignof(SBZVehicleManager_OnEnteredActionPhase) == 0x000008, "Wrong alignment on SBZVehicleManager_OnEnteredActionPhase"); \ +static_assert(sizeof(SBZVehicleManager_OnEnteredActionPhase) == 0x000008, "Wrong size on SBZVehicleManager_OnEnteredActionPhase"); \ +static_assert(offsetof(SBZVehicleManager_OnEnteredActionPhase, World) == 0x000000, "Member 'SBZVehicleManager_OnEnteredActionPhase::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZVehicleManager \ +static_assert(alignof(USBZVehicleManager) == 0x000008, "Wrong alignment on USBZVehicleManager"); \ +static_assert(sizeof(USBZVehicleManager) == 0x0000E8, "Wrong size on USBZVehicleManager"); \ +static_assert(offsetof(USBZVehicleManager, Vehicles) == 0x0000C0, "Member 'USBZVehicleManager::Vehicles' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleManager, VehicleInfos) == 0x0000D0, "Member 'USBZVehicleManager::VehicleInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSharedPartList \ +static_assert(alignof(USBZSharedPartList) == 0x000008, "Wrong alignment on USBZSharedPartList"); \ +static_assert(sizeof(USBZSharedPartList) == 0x000048, "Wrong size on USBZSharedPartList"); \ +static_assert(offsetof(USBZSharedPartList, SharedModParts) == 0x000038, "Member 'USBZSharedPartList::SharedModParts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHUDOverlayRight \ +static_assert(alignof(USBZHUDOverlayRight) == 0x000008, "Wrong alignment on USBZHUDOverlayRight"); \ +static_assert(sizeof(USBZHUDOverlayRight) == 0x0002A0, "Wrong size on USBZHUDOverlayRight"); \ +static_assert(offsetof(USBZHUDOverlayRight, Text_PrePlanningAssets) == 0x000290, "Member 'USBZHUDOverlayRight::Text_PrePlanningAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIFireRangedWeaponAbility \ +static_assert(alignof(USBZAIFireRangedWeaponAbility) == 0x000008, "Wrong alignment on USBZAIFireRangedWeaponAbility"); \ +static_assert(sizeof(USBZAIFireRangedWeaponAbility) == 0x0060D0, "Wrong size on USBZAIFireRangedWeaponAbility"); \ +static_assert(offsetof(USBZAIFireRangedWeaponAbility, BurstPattern) == 0x0060B0, "Member 'USBZAIFireRangedWeaponAbility::BurstPattern' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIFireTaserAbility \ +static_assert(alignof(USBZAIFireTaserAbility) == 0x000008, "Wrong alignment on USBZAIFireTaserAbility"); \ +static_assert(sizeof(USBZAIFireTaserAbility) == 0x0060F8, "Wrong size on USBZAIFireTaserAbility"); \ +static_assert(offsetof(USBZAIFireTaserAbility, TasedCharacter) == 0x0060D0, "Member 'USBZAIFireTaserAbility::TasedCharacter' has a wrong offset!"); \ +static_assert(offsetof(USBZAIFireTaserAbility, RegisteredPlayerState) == 0x0060D8, "Member 'USBZAIFireTaserAbility::RegisteredPlayerState' has a wrong offset!"); \ +static_assert(offsetof(USBZAIFireTaserAbility, TaserDamageContextHandle) == 0x0060E0, "Member 'USBZAIFireTaserAbility::TaserDamageContextHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillCasingWalkingTallBase \ +static_assert(alignof(USBZSkillCasingWalkingTallBase) == 0x000008, "Wrong alignment on USBZSkillCasingWalkingTallBase"); \ +static_assert(sizeof(USBZSkillCasingWalkingTallBase) == 0x000230, "Wrong size on USBZSkillCasingWalkingTallBase"); \ + +#define DUMPER7_ASSERTS_SBZEditorUtilityLibrary_GetEditorInstanceID \ +static_assert(alignof(SBZEditorUtilityLibrary_GetEditorInstanceID) == 0x000008, "Wrong alignment on SBZEditorUtilityLibrary_GetEditorInstanceID"); \ +static_assert(sizeof(SBZEditorUtilityLibrary_GetEditorInstanceID) == 0x000010, "Wrong size on SBZEditorUtilityLibrary_GetEditorInstanceID"); \ +static_assert(offsetof(SBZEditorUtilityLibrary_GetEditorInstanceID, WorldContextObject) == 0x000000, "Member 'SBZEditorUtilityLibrary_GetEditorInstanceID::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZEditorUtilityLibrary_GetEditorInstanceID, ReturnValue) == 0x000008, "Member 'SBZEditorUtilityLibrary_GetEditorInstanceID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZEditorUtilityLibrary_IsSbzLevelScriptActor \ +static_assert(alignof(SBZEditorUtilityLibrary_IsSbzLevelScriptActor) == 0x000008, "Wrong alignment on SBZEditorUtilityLibrary_IsSbzLevelScriptActor"); \ +static_assert(sizeof(SBZEditorUtilityLibrary_IsSbzLevelScriptActor) == 0x000010, "Wrong size on SBZEditorUtilityLibrary_IsSbzLevelScriptActor"); \ +static_assert(offsetof(SBZEditorUtilityLibrary_IsSbzLevelScriptActor, World) == 0x000000, "Member 'SBZEditorUtilityLibrary_IsSbzLevelScriptActor::World' has a wrong offset!"); \ +static_assert(offsetof(SBZEditorUtilityLibrary_IsSbzLevelScriptActor, ReturnValue) == 0x000008, "Member 'SBZEditorUtilityLibrary_IsSbzLevelScriptActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZEditorUtilityLibrary_ResetToBlueprintDefault \ +static_assert(alignof(SBZEditorUtilityLibrary_ResetToBlueprintDefault) == 0x000008, "Wrong alignment on SBZEditorUtilityLibrary_ResetToBlueprintDefault"); \ +static_assert(sizeof(SBZEditorUtilityLibrary_ResetToBlueprintDefault) == 0x000010, "Wrong size on SBZEditorUtilityLibrary_ResetToBlueprintDefault"); \ +static_assert(offsetof(SBZEditorUtilityLibrary_ResetToBlueprintDefault, Actor) == 0x000000, "Member 'SBZEditorUtilityLibrary_ResetToBlueprintDefault::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZEditorUtilityLibrary_ResetToBlueprintDefault, ReturnValue) == 0x000008, "Member 'SBZEditorUtilityLibrary_ResetToBlueprintDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEditorUtilityLibrary \ +static_assert(alignof(USBZEditorUtilityLibrary) == 0x000008, "Wrong alignment on USBZEditorUtilityLibrary"); \ +static_assert(sizeof(USBZEditorUtilityLibrary) == 0x000030, "Wrong size on USBZEditorUtilityLibrary"); \ + +#define DUMPER7_ASSERTS_USBZCharacterInteractableComponent \ +static_assert(alignof(USBZCharacterInteractableComponent) == 0x000008, "Wrong alignment on USBZCharacterInteractableComponent"); \ +static_assert(sizeof(USBZCharacterInteractableComponent) == 0x000360, "Wrong size on USBZCharacterInteractableComponent"); \ + +#define DUMPER7_ASSERTS_SBZHackingZone_BP_EnabledStateChanged \ +static_assert(alignof(SBZHackingZone_BP_EnabledStateChanged) == 0x000001, "Wrong alignment on SBZHackingZone_BP_EnabledStateChanged"); \ +static_assert(sizeof(SBZHackingZone_BP_EnabledStateChanged) == 0x000002, "Wrong size on SBZHackingZone_BP_EnabledStateChanged"); \ +static_assert(offsetof(SBZHackingZone_BP_EnabledStateChanged, bNewState) == 0x000000, "Member 'SBZHackingZone_BP_EnabledStateChanged::bNewState' has a wrong offset!"); \ +static_assert(offsetof(SBZHackingZone_BP_EnabledStateChanged, bDoCosmetics) == 0x000001, "Member 'SBZHackingZone_BP_EnabledStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackingZone_BP_OnOverlapBegin \ +static_assert(alignof(SBZHackingZone_BP_OnOverlapBegin) == 0x000001, "Wrong alignment on SBZHackingZone_BP_OnOverlapBegin"); \ +static_assert(sizeof(SBZHackingZone_BP_OnOverlapBegin) == 0x000001, "Wrong size on SBZHackingZone_BP_OnOverlapBegin"); \ +static_assert(offsetof(SBZHackingZone_BP_OnOverlapBegin, bDoCosmetics) == 0x000000, "Member 'SBZHackingZone_BP_OnOverlapBegin::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackingZone_BP_OnOverlapEnd \ +static_assert(alignof(SBZHackingZone_BP_OnOverlapEnd) == 0x000001, "Wrong alignment on SBZHackingZone_BP_OnOverlapEnd"); \ +static_assert(sizeof(SBZHackingZone_BP_OnOverlapEnd) == 0x000001, "Wrong size on SBZHackingZone_BP_OnOverlapEnd"); \ +static_assert(offsetof(SBZHackingZone_BP_OnOverlapEnd, bDoCosmetics) == 0x000000, "Member 'SBZHackingZone_BP_OnOverlapEnd::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackingZone_Multicast_SetZoneEnabled \ +static_assert(alignof(SBZHackingZone_Multicast_SetZoneEnabled) == 0x000001, "Wrong alignment on SBZHackingZone_Multicast_SetZoneEnabled"); \ +static_assert(sizeof(SBZHackingZone_Multicast_SetZoneEnabled) == 0x000001, "Wrong size on SBZHackingZone_Multicast_SetZoneEnabled"); \ +static_assert(offsetof(SBZHackingZone_Multicast_SetZoneEnabled, bInEnabled) == 0x000000, "Member 'SBZHackingZone_Multicast_SetZoneEnabled::bInEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackingZone_OnOverlapBegin \ +static_assert(alignof(SBZHackingZone_OnOverlapBegin) == 0x000008, "Wrong alignment on SBZHackingZone_OnOverlapBegin"); \ +static_assert(sizeof(SBZHackingZone_OnOverlapBegin) == 0x0000B0, "Wrong size on SBZHackingZone_OnOverlapBegin"); \ +static_assert(offsetof(SBZHackingZone_OnOverlapBegin, OverlappedComponent) == 0x000000, "Member 'SBZHackingZone_OnOverlapBegin::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZHackingZone_OnOverlapBegin, OtherActor) == 0x000008, "Member 'SBZHackingZone_OnOverlapBegin::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZHackingZone_OnOverlapBegin, OtherComp) == 0x000010, "Member 'SBZHackingZone_OnOverlapBegin::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZHackingZone_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'SBZHackingZone_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZHackingZone_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'SBZHackingZone_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(SBZHackingZone_OnOverlapBegin, SweepResult) == 0x000020, "Member 'SBZHackingZone_OnOverlapBegin::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackingZone_OnOverlapEnd \ +static_assert(alignof(SBZHackingZone_OnOverlapEnd) == 0x000008, "Wrong alignment on SBZHackingZone_OnOverlapEnd"); \ +static_assert(sizeof(SBZHackingZone_OnOverlapEnd) == 0x000020, "Wrong size on SBZHackingZone_OnOverlapEnd"); \ +static_assert(offsetof(SBZHackingZone_OnOverlapEnd, OverlappedComponent) == 0x000000, "Member 'SBZHackingZone_OnOverlapEnd::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZHackingZone_OnOverlapEnd, OtherActor) == 0x000008, "Member 'SBZHackingZone_OnOverlapEnd::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZHackingZone_OnOverlapEnd, OtherComp) == 0x000010, "Member 'SBZHackingZone_OnOverlapEnd::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZHackingZone_OnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'SBZHackingZone_OnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZHackingZone \ +static_assert(alignof(ASBZHackingZone) == 0x000008, "Wrong alignment on ASBZHackingZone"); \ +static_assert(sizeof(ASBZHackingZone) == 0x0002F0, "Wrong size on ASBZHackingZone"); \ +static_assert(offsetof(ASBZHackingZone, SphereComponent) == 0x0002D8, "Member 'ASBZHackingZone::SphereComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackingZone, bEnabled) == 0x0002E0, "Member 'ASBZHackingZone::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackingZone, ZoneIndex) == 0x0002E4, "Member 'ASBZHackingZone::ZoneIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackingZone, ActiveTime) == 0x0002E8, "Member 'ASBZHackingZone::ActiveTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillEscapistEscapistAced \ +static_assert(alignof(USBZSkillEscapistEscapistAced) == 0x000008, "Wrong alignment on USBZSkillEscapistEscapistAced"); \ +static_assert(sizeof(USBZSkillEscapistEscapistAced) == 0x000230, "Wrong size on USBZSkillEscapistEscapistAced"); \ + +#define DUMPER7_ASSERTS_USBZAISenseConfig_Touch \ +static_assert(alignof(USBZAISenseConfig_Touch) == 0x000008, "Wrong alignment on USBZAISenseConfig_Touch"); \ +static_assert(sizeof(USBZAISenseConfig_Touch) == 0x000050, "Wrong size on USBZAISenseConfig_Touch"); \ + +#define DUMPER7_ASSERTS_USBZAICharacterInteractableComponent \ +static_assert(alignof(USBZAICharacterInteractableComponent) == 0x000008, "Wrong alignment on USBZAICharacterInteractableComponent"); \ +static_assert(sizeof(USBZAICharacterInteractableComponent) == 0x000A50, "Wrong size on USBZAICharacterInteractableComponent"); \ +static_assert(offsetof(USBZAICharacterInteractableComponent, ModeArray) == 0x000360, "Member 'USBZAICharacterInteractableComponent::ModeArray' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterInteractableComponent, ModeDataArray) == 0x000370, "Member 'USBZAICharacterInteractableComponent::ModeDataArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterMovementComponent_Multicast_StartZipline \ +static_assert(alignof(SBZCharacterMovementComponent_Multicast_StartZipline) == 0x000008, "Wrong alignment on SBZCharacterMovementComponent_Multicast_StartZipline"); \ +static_assert(sizeof(SBZCharacterMovementComponent_Multicast_StartZipline) == 0x000010, "Wrong size on SBZCharacterMovementComponent_Multicast_StartZipline"); \ +static_assert(offsetof(SBZCharacterMovementComponent_Multicast_StartZipline, InZipline) == 0x000000, "Member 'SBZCharacterMovementComponent_Multicast_StartZipline::InZipline' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacterMovementComponent_Multicast_StartZipline, bIsMovingZiplineForward) == 0x000008, "Member 'SBZCharacterMovementComponent_Multicast_StartZipline::bIsMovingZiplineForward' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacterMovementComponent_Multicast_StartZipline, InTimeOnZipline) == 0x00000C, "Member 'SBZCharacterMovementComponent_Multicast_StartZipline::InTimeOnZipline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterMovementComponent_Multicast_StopZipline \ +static_assert(alignof(SBZCharacterMovementComponent_Multicast_StopZipline) == 0x000001, "Wrong alignment on SBZCharacterMovementComponent_Multicast_StopZipline"); \ +static_assert(sizeof(SBZCharacterMovementComponent_Multicast_StopZipline) == 0x000001, "Wrong size on SBZCharacterMovementComponent_Multicast_StopZipline"); \ +static_assert(offsetof(SBZCharacterMovementComponent_Multicast_StopZipline, bWasCancelled) == 0x000000, "Member 'SBZCharacterMovementComponent_Multicast_StopZipline::bWasCancelled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterMovementComponent_NetMulticast_StartSlide \ +static_assert(alignof(SBZCharacterMovementComponent_NetMulticast_StartSlide) == 0x000004, "Wrong alignment on SBZCharacterMovementComponent_NetMulticast_StartSlide"); \ +static_assert(sizeof(SBZCharacterMovementComponent_NetMulticast_StartSlide) == 0x000018, "Wrong size on SBZCharacterMovementComponent_NetMulticast_StartSlide"); \ +static_assert(offsetof(SBZCharacterMovementComponent_NetMulticast_StartSlide, InSlideDirection) == 0x000000, "Member 'SBZCharacterMovementComponent_NetMulticast_StartSlide::InSlideDirection' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacterMovementComponent_NetMulticast_StartSlide, InEndSlideLocation) == 0x00000C, "Member 'SBZCharacterMovementComponent_NetMulticast_StartSlide::InEndSlideLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterMovementComponent_NetMulticast_StartTraversal \ +static_assert(alignof(SBZCharacterMovementComponent_NetMulticast_StartTraversal) == 0x000004, "Wrong alignment on SBZCharacterMovementComponent_NetMulticast_StartTraversal"); \ +static_assert(sizeof(SBZCharacterMovementComponent_NetMulticast_StartTraversal) == 0x000038, "Wrong size on SBZCharacterMovementComponent_NetMulticast_StartTraversal"); \ +static_assert(offsetof(SBZCharacterMovementComponent_NetMulticast_StartTraversal, MinimalTrajectory) == 0x000000, "Member 'SBZCharacterMovementComponent_NetMulticast_StartTraversal::MinimalTrajectory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterMovementComponent_Server_StartSlide \ +static_assert(alignof(SBZCharacterMovementComponent_Server_StartSlide) == 0x000004, "Wrong alignment on SBZCharacterMovementComponent_Server_StartSlide"); \ +static_assert(sizeof(SBZCharacterMovementComponent_Server_StartSlide) == 0x000018, "Wrong size on SBZCharacterMovementComponent_Server_StartSlide"); \ +static_assert(offsetof(SBZCharacterMovementComponent_Server_StartSlide, InSlideDirection) == 0x000000, "Member 'SBZCharacterMovementComponent_Server_StartSlide::InSlideDirection' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacterMovementComponent_Server_StartSlide, InEndSlideLocation) == 0x00000C, "Member 'SBZCharacterMovementComponent_Server_StartSlide::InEndSlideLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterMovementComponent_Server_StartTraversal \ +static_assert(alignof(SBZCharacterMovementComponent_Server_StartTraversal) == 0x000004, "Wrong alignment on SBZCharacterMovementComponent_Server_StartTraversal"); \ +static_assert(sizeof(SBZCharacterMovementComponent_Server_StartTraversal) == 0x000038, "Wrong size on SBZCharacterMovementComponent_Server_StartTraversal"); \ +static_assert(offsetof(SBZCharacterMovementComponent_Server_StartTraversal, MinimalTrajectory) == 0x000000, "Member 'SBZCharacterMovementComponent_Server_StartTraversal::MinimalTrajectory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterMovementComponent_Server_StartZipline \ +static_assert(alignof(SBZCharacterMovementComponent_Server_StartZipline) == 0x000008, "Wrong alignment on SBZCharacterMovementComponent_Server_StartZipline"); \ +static_assert(sizeof(SBZCharacterMovementComponent_Server_StartZipline) == 0x000010, "Wrong size on SBZCharacterMovementComponent_Server_StartZipline"); \ +static_assert(offsetof(SBZCharacterMovementComponent_Server_StartZipline, InZipline) == 0x000000, "Member 'SBZCharacterMovementComponent_Server_StartZipline::InZipline' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacterMovementComponent_Server_StartZipline, bIsMovingZiplineForward) == 0x000008, "Member 'SBZCharacterMovementComponent_Server_StartZipline::bIsMovingZiplineForward' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacterMovementComponent_Server_StartZipline, InTimeOnZipline) == 0x00000C, "Member 'SBZCharacterMovementComponent_Server_StartZipline::InTimeOnZipline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterMovementComponent_Server_StopZipline \ +static_assert(alignof(SBZCharacterMovementComponent_Server_StopZipline) == 0x000001, "Wrong alignment on SBZCharacterMovementComponent_Server_StopZipline"); \ +static_assert(sizeof(SBZCharacterMovementComponent_Server_StopZipline) == 0x000001, "Wrong size on SBZCharacterMovementComponent_Server_StopZipline"); \ +static_assert(offsetof(SBZCharacterMovementComponent_Server_StopZipline, bWasCancelled) == 0x000000, "Member 'SBZCharacterMovementComponent_Server_StopZipline::bWasCancelled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCharacterMovementComponent \ +static_assert(alignof(USBZCharacterMovementComponent) == 0x000010, "Wrong alignment on USBZCharacterMovementComponent"); \ +static_assert(sizeof(USBZCharacterMovementComponent) == 0x000E50, "Wrong size on USBZCharacterMovementComponent"); \ +static_assert(offsetof(USBZCharacterMovementComponent, AgilityTrajectoryQueryParams) == 0x000B98, "Member 'USBZCharacterMovementComponent::AgilityTrajectoryQueryParams' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterMovementComponent, AgilitySlideParams) == 0x000D70, "Member 'USBZCharacterMovementComponent::AgilitySlideParams' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterMovementComponent, CurrentZipline) == 0x000DB8, "Member 'USBZCharacterMovementComponent::CurrentZipline' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterMovementComponent, CurrentControlsReferenceID) == 0x000DC0, "Member 'USBZCharacterMovementComponent::CurrentControlsReferenceID' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterMovementComponent, ZiplineParams) == 0x000DC8, "Member 'USBZCharacterMovementComponent::ZiplineParams' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterMovementComponent, MaxRunSpeed) == 0x000DD0, "Member 'USBZCharacterMovementComponent::MaxRunSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterMovementComponent, MaxTargetingSpeed) == 0x000DD4, "Member 'USBZCharacterMovementComponent::MaxTargetingSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterMovementComponent, MaxHSInstigatorTargetingSpeed) == 0x000DD8, "Member 'USBZCharacterMovementComponent::MaxHSInstigatorTargetingSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterMovementComponent, MaxHSInstigatorWalkingSpeed) == 0x000DDC, "Member 'USBZCharacterMovementComponent::MaxHSInstigatorWalkingSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterMovementComponent, StandingHalfHeight) == 0x000DE0, "Member 'USBZCharacterMovementComponent::StandingHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterMovementComponent, TraversingHalfHeight) == 0x000DE4, "Member 'USBZCharacterMovementComponent::TraversingHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterMovementComponent, TraversingMaxAngle) == 0x000DE8, "Member 'USBZCharacterMovementComponent::TraversingMaxAngle' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterMovementComponent, CharacterMovementState) == 0x000DEC, "Member 'USBZCharacterMovementComponent::CharacterMovementState' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterMovementComponent, SBZCharacterOwner) == 0x000E48, "Member 'USBZCharacterMovementComponent::SBZCharacterOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAISmallTalkCollection \ +static_assert(alignof(USBZAISmallTalkCollection) == 0x000008, "Wrong alignment on USBZAISmallTalkCollection"); \ +static_assert(sizeof(USBZAISmallTalkCollection) == 0x000048, "Wrong size on USBZAISmallTalkCollection"); \ +static_assert(offsetof(USBZAISmallTalkCollection, DialogAssets) == 0x000038, "Member 'USBZAISmallTalkCollection::DialogAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorChunkButton_ArmorChunkInitialized \ +static_assert(alignof(SBZMainMenuArmorChunkButton_ArmorChunkInitialized) == 0x000004, "Wrong alignment on SBZMainMenuArmorChunkButton_ArmorChunkInitialized"); \ +static_assert(sizeof(SBZMainMenuArmorChunkButton_ArmorChunkInitialized) == 0x000054, "Wrong size on SBZMainMenuArmorChunkButton_ArmorChunkInitialized"); \ +static_assert(offsetof(SBZMainMenuArmorChunkButton_ArmorChunkInitialized, InArmorChunkData) == 0x000000, "Member 'SBZMainMenuArmorChunkButton_ArmorChunkInitialized::InArmorChunkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorChunkButton_InitializeArmorChunk \ +static_assert(alignof(SBZMainMenuArmorChunkButton_InitializeArmorChunk) == 0x000004, "Wrong alignment on SBZMainMenuArmorChunkButton_InitializeArmorChunk"); \ +static_assert(sizeof(SBZMainMenuArmorChunkButton_InitializeArmorChunk) == 0x00001C, "Wrong size on SBZMainMenuArmorChunkButton_InitializeArmorChunk"); \ +static_assert(offsetof(SBZMainMenuArmorChunkButton_InitializeArmorChunk, InConfigSlotEntitlementId) == 0x000000, "Member 'SBZMainMenuArmorChunkButton_InitializeArmorChunk::InConfigSlotEntitlementId' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuArmorChunkButton_InitializeArmorChunk, InArmorChunkType) == 0x000010, "Member 'SBZMainMenuArmorChunkButton_InitializeArmorChunk::InArmorChunkType' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuArmorChunkButton_InitializeArmorChunk, InChunkIndex) == 0x000014, "Member 'SBZMainMenuArmorChunkButton_InitializeArmorChunk::InChunkIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuArmorChunkButton_InitializeArmorChunk, InArmorLoadoutIndex) == 0x000018, "Member 'SBZMainMenuArmorChunkButton_InitializeArmorChunk::InArmorLoadoutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorChunkButton_OnEquippedChanged \ +static_assert(alignof(SBZMainMenuArmorChunkButton_OnEquippedChanged) == 0x000001, "Wrong alignment on SBZMainMenuArmorChunkButton_OnEquippedChanged"); \ +static_assert(sizeof(SBZMainMenuArmorChunkButton_OnEquippedChanged) == 0x000001, "Wrong size on SBZMainMenuArmorChunkButton_OnEquippedChanged"); \ +static_assert(offsetof(SBZMainMenuArmorChunkButton_OnEquippedChanged, bInIsEquipped) == 0x000000, "Member 'SBZMainMenuArmorChunkButton_OnEquippedChanged::bInIsEquipped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorChunkButton_SetEquipped \ +static_assert(alignof(SBZMainMenuArmorChunkButton_SetEquipped) == 0x000001, "Wrong alignment on SBZMainMenuArmorChunkButton_SetEquipped"); \ +static_assert(sizeof(SBZMainMenuArmorChunkButton_SetEquipped) == 0x000001, "Wrong size on SBZMainMenuArmorChunkButton_SetEquipped"); \ +static_assert(offsetof(SBZMainMenuArmorChunkButton_SetEquipped, bInIsEquipped) == 0x000000, "Member 'SBZMainMenuArmorChunkButton_SetEquipped::bInIsEquipped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorChunkButton_GetArmorChunkData \ +static_assert(alignof(SBZMainMenuArmorChunkButton_GetArmorChunkData) == 0x000004, "Wrong alignment on SBZMainMenuArmorChunkButton_GetArmorChunkData"); \ +static_assert(sizeof(SBZMainMenuArmorChunkButton_GetArmorChunkData) == 0x000054, "Wrong size on SBZMainMenuArmorChunkButton_GetArmorChunkData"); \ +static_assert(offsetof(SBZMainMenuArmorChunkButton_GetArmorChunkData, ReturnValue) == 0x000000, "Member 'SBZMainMenuArmorChunkButton_GetArmorChunkData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorChunkButton_GetArmorChunkType \ +static_assert(alignof(SBZMainMenuArmorChunkButton_GetArmorChunkType) == 0x000001, "Wrong alignment on SBZMainMenuArmorChunkButton_GetArmorChunkType"); \ +static_assert(sizeof(SBZMainMenuArmorChunkButton_GetArmorChunkType) == 0x000001, "Wrong size on SBZMainMenuArmorChunkButton_GetArmorChunkType"); \ +static_assert(offsetof(SBZMainMenuArmorChunkButton_GetArmorChunkType, ReturnValue) == 0x000000, "Member 'SBZMainMenuArmorChunkButton_GetArmorChunkType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuArmorChunkButton \ +static_assert(alignof(USBZMainMenuArmorChunkButton) == 0x000008, "Wrong alignment on USBZMainMenuArmorChunkButton"); \ +static_assert(sizeof(USBZMainMenuArmorChunkButton) == 0x0003E8, "Wrong size on USBZMainMenuArmorChunkButton"); \ +static_assert(offsetof(USBZMainMenuArmorChunkButton, ArmorChunkType) == 0x000370, "Member 'USBZMainMenuArmorChunkButton::ArmorChunkType' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuArmorChunkButton, ArmorChunkData) == 0x000374, "Member 'USBZMainMenuArmorChunkButton::ArmorChunkData' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuArmorChunkButton, bIsEquipped) == 0x0003C8, "Member 'USBZMainMenuArmorChunkButton::bIsEquipped' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuArmorChunkButton, ChunkIndex) == 0x0003CC, "Member 'USBZMainMenuArmorChunkButton::ChunkIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuArmorChunkButton, ArmorLoadoutIndex) == 0x0003D0, "Member 'USBZMainMenuArmorChunkButton::ArmorLoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuArmorChunkButton, ConfigSlotEntitlementId) == 0x0003D4, "Member 'USBZMainMenuArmorChunkButton::ConfigSlotEntitlementId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAICharacterMovementComponent \ +static_assert(alignof(USBZAICharacterMovementComponent) == 0x000010, "Wrong alignment on USBZAICharacterMovementComponent"); \ +static_assert(sizeof(USBZAICharacterMovementComponent) == 0x000F00, "Wrong size on USBZAICharacterMovementComponent"); \ +static_assert(offsetof(USBZAICharacterMovementComponent, AgentManager) == 0x000E50, "Member 'USBZAICharacterMovementComponent::AgentManager' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterMovementComponent, MaxSprintSpeed) == 0x000E58, "Member 'USBZAICharacterMovementComponent::MaxSprintSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterMovementComponent, MaxAccelerationRunning) == 0x000E5C, "Member 'USBZAICharacterMovementComponent::MaxAccelerationRunning' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterMovementComponent, MaxDecelerationWalking) == 0x000E60, "Member 'USBZAICharacterMovementComponent::MaxDecelerationWalking' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterMovementComponent, bSlowDownOnCurvedPath) == 0x000E64, "Member 'USBZAICharacterMovementComponent::bSlowDownOnCurvedPath' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterMovementComponent, MinRunSpeedOnCurvedPath) == 0x000E68, "Member 'USBZAICharacterMovementComponent::MinRunSpeedOnCurvedPath' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterMovementComponent, PathAngleForMinSpeed) == 0x000E6C, "Member 'USBZAICharacterMovementComponent::PathAngleForMinSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterMovementComponent, bCanRunWhileFocusing) == 0x000E70, "Member 'USBZAICharacterMovementComponent::bCanRunWhileFocusing' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterMovementComponent, bCanRunWhileStrafing) == 0x000E71, "Member 'USBZAICharacterMovementComponent::bCanRunWhileStrafing' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterMovementComponent, bCanSprintWhileFocusing) == 0x000E72, "Member 'USBZAICharacterMovementComponent::bCanSprintWhileFocusing' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterMovementComponent, NeighbourCollisionInnerRadius) == 0x000E74, "Member 'USBZAICharacterMovementComponent::NeighbourCollisionInnerRadius' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterMovementComponent, NeighbourCollisionOuterRadius) == 0x000E78, "Member 'USBZAICharacterMovementComponent::NeighbourCollisionOuterRadius' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterMovementComponent, NeighbourCollisionHardCollisionFactor) == 0x000E7C, "Member 'USBZAICharacterMovementComponent::NeighbourCollisionHardCollisionFactor' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterMovementComponent, NeighbourCollisionSoftCollisionFactor) == 0x000E80, "Member 'USBZAICharacterMovementComponent::NeighbourCollisionSoftCollisionFactor' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterMovementComponent, NeighbourCollisionMaxDuration) == 0x000E84, "Member 'USBZAICharacterMovementComponent::NeighbourCollisionMaxDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterMovementComponent, bNeighbourCollisionEnabled) == 0x000E88, "Member 'USBZAICharacterMovementComponent::bNeighbourCollisionEnabled' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterMovementComponent, MaxStepHeightRootMotion) == 0x000E8C, "Member 'USBZAICharacterMovementComponent::MaxStepHeightRootMotion' has a wrong offset!"); \ +static_assert(offsetof(USBZAICharacterMovementComponent, SlowedSpeedReduction) == 0x000EE0, "Member 'USBZAICharacterMovementComponent::SlowedSpeedReduction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZRangedWeaponExecutionCalculation \ +static_assert(alignof(USBZRangedWeaponExecutionCalculation) == 0x000008, "Wrong alignment on USBZRangedWeaponExecutionCalculation"); \ +static_assert(sizeof(USBZRangedWeaponExecutionCalculation) == 0x0001B0, "Wrong size on USBZRangedWeaponExecutionCalculation"); \ + +#define DUMPER7_ASSERTS_SBZCharacterVoiceComponent_CallRecieved \ +static_assert(alignof(SBZCharacterVoiceComponent_CallRecieved) == 0x000008, "Wrong alignment on SBZCharacterVoiceComponent_CallRecieved"); \ +static_assert(sizeof(SBZCharacterVoiceComponent_CallRecieved) == 0x000010, "Wrong size on SBZCharacterVoiceComponent_CallRecieved"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_CallRecieved, CallEventData) == 0x000000, "Member 'SBZCharacterVoiceComponent_CallRecieved::CallEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterVoiceComponent_HandleAudioComponentActivated \ +static_assert(alignof(SBZCharacterVoiceComponent_HandleAudioComponentActivated) == 0x000008, "Wrong alignment on SBZCharacterVoiceComponent_HandleAudioComponentActivated"); \ +static_assert(sizeof(SBZCharacterVoiceComponent_HandleAudioComponentActivated) == 0x000010, "Wrong size on SBZCharacterVoiceComponent_HandleAudioComponentActivated"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_HandleAudioComponentActivated, Component) == 0x000000, "Member 'SBZCharacterVoiceComponent_HandleAudioComponentActivated::Component' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_HandleAudioComponentActivated, bReset) == 0x000008, "Member 'SBZCharacterVoiceComponent_HandleAudioComponentActivated::bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterVoiceComponent_HandleAudioComponentDeactivated \ +static_assert(alignof(SBZCharacterVoiceComponent_HandleAudioComponentDeactivated) == 0x000008, "Wrong alignment on SBZCharacterVoiceComponent_HandleAudioComponentDeactivated"); \ +static_assert(sizeof(SBZCharacterVoiceComponent_HandleAudioComponentDeactivated) == 0x000008, "Wrong size on SBZCharacterVoiceComponent_HandleAudioComponentDeactivated"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_HandleAudioComponentDeactivated, Component) == 0x000000, "Member 'SBZCharacterVoiceComponent_HandleAudioComponentDeactivated::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterVoiceComponent_Multicast_SaySystemComment \ +static_assert(alignof(SBZCharacterVoiceComponent_Multicast_SaySystemComment) == 0x000008, "Wrong alignment on SBZCharacterVoiceComponent_Multicast_SaySystemComment"); \ +static_assert(sizeof(SBZCharacterVoiceComponent_Multicast_SaySystemComment) == 0x000010, "Wrong size on SBZCharacterVoiceComponent_Multicast_SaySystemComment"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_Multicast_SaySystemComment, CommentDataAsset) == 0x000000, "Member 'SBZCharacterVoiceComponent_Multicast_SaySystemComment::CommentDataAsset' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_Multicast_SaySystemComment, InPlayingPriority) == 0x000008, "Member 'SBZCharacterVoiceComponent_Multicast_SaySystemComment::InPlayingPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterVoiceComponent_Multicast_SaySystemComment_ServerInstigated \ +static_assert(alignof(SBZCharacterVoiceComponent_Multicast_SaySystemComment_ServerInstigated) == 0x000008, "Wrong alignment on SBZCharacterVoiceComponent_Multicast_SaySystemComment_ServerInstigated"); \ +static_assert(sizeof(SBZCharacterVoiceComponent_Multicast_SaySystemComment_ServerInstigated) == 0x000010, "Wrong size on SBZCharacterVoiceComponent_Multicast_SaySystemComment_ServerInstigated"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_Multicast_SaySystemComment_ServerInstigated, CommentDataAsset) == 0x000000, "Member 'SBZCharacterVoiceComponent_Multicast_SaySystemComment_ServerInstigated::CommentDataAsset' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_Multicast_SaySystemComment_ServerInstigated, InPlayingPriority) == 0x000008, "Member 'SBZCharacterVoiceComponent_Multicast_SaySystemComment_ServerInstigated::InPlayingPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterVoiceComponent_OnStaminaValueChanged \ +static_assert(alignof(SBZCharacterVoiceComponent_OnStaminaValueChanged) == 0x000004, "Wrong alignment on SBZCharacterVoiceComponent_OnStaminaValueChanged"); \ +static_assert(sizeof(SBZCharacterVoiceComponent_OnStaminaValueChanged) == 0x00000C, "Wrong size on SBZCharacterVoiceComponent_OnStaminaValueChanged"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_OnStaminaValueChanged, NewValue) == 0x000000, "Member 'SBZCharacterVoiceComponent_OnStaminaValueChanged::NewValue' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_OnStaminaValueChanged, OldValue) == 0x000004, "Member 'SBZCharacterVoiceComponent_OnStaminaValueChanged::OldValue' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_OnStaminaValueChanged, MaxValue) == 0x000008, "Member 'SBZCharacterVoiceComponent_OnStaminaValueChanged::MaxValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterVoiceComponent_OnTakeDamage \ +static_assert(alignof(SBZCharacterVoiceComponent_OnTakeDamage) == 0x000008, "Wrong alignment on SBZCharacterVoiceComponent_OnTakeDamage"); \ +static_assert(sizeof(SBZCharacterVoiceComponent_OnTakeDamage) == 0x0000C8, "Wrong size on SBZCharacterVoiceComponent_OnTakeDamage"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_OnTakeDamage, Event) == 0x000000, "Member 'SBZCharacterVoiceComponent_OnTakeDamage::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterVoiceComponent_Say \ +static_assert(alignof(SBZCharacterVoiceComponent_Say) == 0x000008, "Wrong alignment on SBZCharacterVoiceComponent_Say"); \ +static_assert(sizeof(SBZCharacterVoiceComponent_Say) == 0x000010, "Wrong size on SBZCharacterVoiceComponent_Say"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_Say, AudioEvent) == 0x000000, "Member 'SBZCharacterVoiceComponent_Say::AudioEvent' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_Say, InPlayingPriority) == 0x000008, "Member 'SBZCharacterVoiceComponent_Say::InPlayingPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterVoiceComponent_SayCharacterEvent \ +static_assert(alignof(SBZCharacterVoiceComponent_SayCharacterEvent) == 0x000008, "Wrong alignment on SBZCharacterVoiceComponent_SayCharacterEvent"); \ +static_assert(sizeof(SBZCharacterVoiceComponent_SayCharacterEvent) == 0x000030, "Wrong size on SBZCharacterVoiceComponent_SayCharacterEvent"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_SayCharacterEvent, CommentState) == 0x000000, "Member 'SBZCharacterVoiceComponent_SayCharacterEvent::CommentState' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_SayCharacterEvent, InCharacterVoiceEvent) == 0x000010, "Member 'SBZCharacterVoiceComponent_SayCharacterEvent::InCharacterVoiceEvent' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_SayCharacterEvent, InPlayingPriority) == 0x000028, "Member 'SBZCharacterVoiceComponent_SayCharacterEvent::InPlayingPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterVoiceComponent_SayDialogLine \ +static_assert(alignof(SBZCharacterVoiceComponent_SayDialogLine) == 0x000008, "Wrong alignment on SBZCharacterVoiceComponent_SayDialogLine"); \ +static_assert(sizeof(SBZCharacterVoiceComponent_SayDialogLine) == 0x000008, "Wrong size on SBZCharacterVoiceComponent_SayDialogLine"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_SayDialogLine, AudioEvent) == 0x000000, "Member 'SBZCharacterVoiceComponent_SayDialogLine::AudioEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterVoiceComponent_SayDialogLineByCharacterEvent \ +static_assert(alignof(SBZCharacterVoiceComponent_SayDialogLineByCharacterEvent) == 0x000008, "Wrong alignment on SBZCharacterVoiceComponent_SayDialogLineByCharacterEvent"); \ +static_assert(sizeof(SBZCharacterVoiceComponent_SayDialogLineByCharacterEvent) == 0x000010, "Wrong size on SBZCharacterVoiceComponent_SayDialogLineByCharacterEvent"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_SayDialogLineByCharacterEvent, CommentState) == 0x000000, "Member 'SBZCharacterVoiceComponent_SayDialogLineByCharacterEvent::CommentState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterVoiceComponent_SayGrunt \ +static_assert(alignof(SBZCharacterVoiceComponent_SayGrunt) == 0x000001, "Wrong alignment on SBZCharacterVoiceComponent_SayGrunt"); \ +static_assert(sizeof(SBZCharacterVoiceComponent_SayGrunt) == 0x000001, "Wrong size on SBZCharacterVoiceComponent_SayGrunt"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_SayGrunt, GruntType) == 0x000000, "Member 'SBZCharacterVoiceComponent_SayGrunt::GruntType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterVoiceComponent_SaySystemComment \ +static_assert(alignof(SBZCharacterVoiceComponent_SaySystemComment) == 0x000008, "Wrong alignment on SBZCharacterVoiceComponent_SaySystemComment"); \ +static_assert(sizeof(SBZCharacterVoiceComponent_SaySystemComment) == 0x000010, "Wrong size on SBZCharacterVoiceComponent_SaySystemComment"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_SaySystemComment, CommentDataAsset) == 0x000000, "Member 'SBZCharacterVoiceComponent_SaySystemComment::CommentDataAsset' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_SaySystemComment, InPlayingPriority) == 0x000008, "Member 'SBZCharacterVoiceComponent_SaySystemComment::InPlayingPriority' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_SaySystemComment, bReplicated) == 0x000009, "Member 'SBZCharacterVoiceComponent_SaySystemComment::bReplicated' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_SaySystemComment, bServerInstigated) == 0x00000A, "Member 'SBZCharacterVoiceComponent_SaySystemComment::bServerInstigated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterVoiceComponent_Server_SaySystemComment \ +static_assert(alignof(SBZCharacterVoiceComponent_Server_SaySystemComment) == 0x000008, "Wrong alignment on SBZCharacterVoiceComponent_Server_SaySystemComment"); \ +static_assert(sizeof(SBZCharacterVoiceComponent_Server_SaySystemComment) == 0x000010, "Wrong size on SBZCharacterVoiceComponent_Server_SaySystemComment"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_Server_SaySystemComment, CommentDataAsset) == 0x000000, "Member 'SBZCharacterVoiceComponent_Server_SaySystemComment::CommentDataAsset' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_Server_SaySystemComment, InPlayingPriority) == 0x000008, "Member 'SBZCharacterVoiceComponent_Server_SaySystemComment::InPlayingPriority' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacterVoiceComponent_Server_SaySystemComment, bServerInstigated) == 0x000009, "Member 'SBZCharacterVoiceComponent_Server_SaySystemComment::bServerInstigated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCharacterVoiceComponent \ +static_assert(alignof(USBZCharacterVoiceComponent) == 0x000010, "Wrong alignment on USBZCharacterVoiceComponent"); \ +static_assert(sizeof(USBZCharacterVoiceComponent) == 0x0003A0, "Wrong size on USBZCharacterVoiceComponent"); \ +static_assert(offsetof(USBZCharacterVoiceComponent, VoiceAttachPoint) == 0x0000C0, "Member 'USBZCharacterVoiceComponent::VoiceAttachPoint' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVoiceComponent, VoiceAttachOffset) == 0x0000D0, "Member 'USBZCharacterVoiceComponent::VoiceAttachOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVoiceComponent, VoiceSpacialRTPC) == 0x000100, "Member 'USBZCharacterVoiceComponent::VoiceSpacialRTPC' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVoiceComponent, VoiceFilterRTPC) == 0x000108, "Member 'USBZCharacterVoiceComponent::VoiceFilterRTPC' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVoiceComponent, VoiceFilterRTPCValue) == 0x000110, "Member 'USBZCharacterVoiceComponent::VoiceFilterRTPCValue' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVoiceComponent, SoundBanks) == 0x000118, "Member 'USBZCharacterVoiceComponent::SoundBanks' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVoiceComponent, DialogAnimDataCollection) == 0x000128, "Member 'USBZCharacterVoiceComponent::DialogAnimDataCollection' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVoiceComponent, VoiceEventDataArray) == 0x000130, "Member 'USBZCharacterVoiceComponent::VoiceEventDataArray' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVoiceComponent, DefaultSwitches) == 0x000160, "Member 'USBZCharacterVoiceComponent::DefaultSwitches' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVoiceComponent, RandomDefaultSwitches) == 0x0001B0, "Member 'USBZCharacterVoiceComponent::RandomDefaultSwitches' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVoiceComponent, RandomVoiceSwitch) == 0x0001C0, "Member 'USBZCharacterVoiceComponent::RandomVoiceSwitch' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVoiceComponent, StartFatigueEventName) == 0x0001E0, "Member 'USBZCharacterVoiceComponent::StartFatigueEventName' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVoiceComponent, StopFatigueEventName) == 0x0001F0, "Member 'USBZCharacterVoiceComponent::StopFatigueEventName' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVoiceComponent, FatigueRTPC) == 0x000200, "Member 'USBZCharacterVoiceComponent::FatigueRTPC' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVoiceComponent, CommentAssets) == 0x000210, "Member 'USBZCharacterVoiceComponent::CommentAssets' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVoiceComponent, AIAlertnessComments) == 0x000258, "Member 'USBZCharacterVoiceComponent::AIAlertnessComments' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVoiceComponent, AIAlertnessDialogRules) == 0x0002A8, "Member 'USBZCharacterVoiceComponent::AIAlertnessDialogRules' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVoiceComponent, RemoveLipSyncPrefix) == 0x0002F8, "Member 'USBZCharacterVoiceComponent::RemoveLipSyncPrefix' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVoiceComponent, RemoveSubtitlePrefix) == 0x000308, "Member 'USBZCharacterVoiceComponent::RemoveSubtitlePrefix' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVoiceComponent, RemoveSubtitleSuffix) == 0x000318, "Member 'USBZCharacterVoiceComponent::RemoveSubtitleSuffix' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVoiceComponent, SBZCharacterOwner) == 0x000328, "Member 'USBZCharacterVoiceComponent::SBZCharacterOwner' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVoiceComponent, AudioComponent) == 0x000330, "Member 'USBZCharacterVoiceComponent::AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVoiceComponent, PerformsInDialog) == 0x000340, "Member 'USBZCharacterVoiceComponent::PerformsInDialog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPingWidget_OnPingQualityChanged \ +static_assert(alignof(SBZPingWidget_OnPingQualityChanged) == 0x000001, "Wrong alignment on SBZPingWidget_OnPingQualityChanged"); \ +static_assert(sizeof(SBZPingWidget_OnPingQualityChanged) == 0x000001, "Wrong size on SBZPingWidget_OnPingQualityChanged"); \ +static_assert(offsetof(SBZPingWidget_OnPingQualityChanged, PingQuality) == 0x000000, "Member 'SBZPingWidget_OnPingQualityChanged::PingQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPingWidget_OnPingValueChanged \ +static_assert(alignof(SBZPingWidget_OnPingValueChanged) == 0x000004, "Wrong alignment on SBZPingWidget_OnPingValueChanged"); \ +static_assert(sizeof(SBZPingWidget_OnPingValueChanged) == 0x000004, "Wrong size on SBZPingWidget_OnPingValueChanged"); \ +static_assert(offsetof(SBZPingWidget_OnPingValueChanged, PingValue) == 0x000000, "Member 'SBZPingWidget_OnPingValueChanged::PingValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPingWidget \ +static_assert(alignof(USBZPingWidget) == 0x000008, "Wrong alignment on USBZPingWidget"); \ +static_assert(sizeof(USBZPingWidget) == 0x0002B8, "Wrong size on USBZPingWidget"); \ +static_assert(offsetof(USBZPingWidget, TimeBetweenUpdates) == 0x000290, "Member 'USBZPingWidget::TimeBetweenUpdates' has a wrong offset!"); \ +static_assert(offsetof(USBZPingWidget, HighThreshold) == 0x000294, "Member 'USBZPingWidget::HighThreshold' has a wrong offset!"); \ +static_assert(offsetof(USBZPingWidget, CriticalThreshold) == 0x000298, "Member 'USBZPingWidget::CriticalThreshold' has a wrong offset!"); \ +static_assert(offsetof(USBZPingWidget, PlayerState) == 0x0002A0, "Member 'USBZPingWidget::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(USBZPingWidget, bIsPingAllowed) == 0x0002A8, "Member 'USBZPingWidget::bIsPingAllowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAIShieldCoverAttachPoint \ +static_assert(alignof(ASBZAIShieldCoverAttachPoint) == 0x000008, "Wrong alignment on ASBZAIShieldCoverAttachPoint"); \ +static_assert(sizeof(ASBZAIShieldCoverAttachPoint) == 0x0002C8, "Wrong size on ASBZAIShieldCoverAttachPoint"); \ +static_assert(offsetof(ASBZAIShieldCoverAttachPoint, Occupier) == 0x0002A8, "Member 'ASBZAIShieldCoverAttachPoint::Occupier' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIShieldCoverAttachPoint, BlockingCovers) == 0x0002B0, "Member 'ASBZAIShieldCoverAttachPoint::BlockingCovers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleInterface_GetSpawnComponent \ +static_assert(alignof(SBZVehicleInterface_GetSpawnComponent) == 0x000008, "Wrong alignment on SBZVehicleInterface_GetSpawnComponent"); \ +static_assert(sizeof(SBZVehicleInterface_GetSpawnComponent) == 0x000008, "Wrong size on SBZVehicleInterface_GetSpawnComponent"); \ +static_assert(offsetof(SBZVehicleInterface_GetSpawnComponent, ReturnValue) == 0x000000, "Member 'SBZVehicleInterface_GetSpawnComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleInterface_GetSplineFollowingComponent \ +static_assert(alignof(SBZVehicleInterface_GetSplineFollowingComponent) == 0x000008, "Wrong alignment on SBZVehicleInterface_GetSplineFollowingComponent"); \ +static_assert(sizeof(SBZVehicleInterface_GetSplineFollowingComponent) == 0x000008, "Wrong size on SBZVehicleInterface_GetSplineFollowingComponent"); \ +static_assert(offsetof(SBZVehicleInterface_GetSplineFollowingComponent, ReturnValue) == 0x000000, "Member 'SBZVehicleInterface_GetSplineFollowingComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZVehicleInterface \ +static_assert(alignof(ISBZVehicleInterface) == 0x000001, "Wrong alignment on ISBZVehicleInterface"); \ +static_assert(sizeof(ISBZVehicleInterface) == 0x000001, "Wrong size on ISBZVehicleInterface"); \ + +#define DUMPER7_ASSERTS_USBZMarkerWidget \ +static_assert(alignof(USBZMarkerWidget) == 0x000008, "Wrong alignment on USBZMarkerWidget"); \ +static_assert(sizeof(USBZMarkerWidget) == 0x0002D0, "Wrong size on USBZMarkerWidget"); \ +static_assert(offsetof(USBZMarkerWidget, Icon) == 0x000290, "Member 'USBZMarkerWidget::Icon' has a wrong offset!"); \ +static_assert(offsetof(USBZMarkerWidget, Arrow) == 0x000298, "Member 'USBZMarkerWidget::Arrow' has a wrong offset!"); \ +static_assert(offsetof(USBZMarkerWidget, DistanceText) == 0x0002A0, "Member 'USBZMarkerWidget::DistanceText' has a wrong offset!"); \ +static_assert(offsetof(USBZMarkerWidget, DescriptionText) == 0x0002A8, "Member 'USBZMarkerWidget::DescriptionText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacterVoiceComponent_HandleAIBehaviorCategoryChanged \ +static_assert(alignof(SBZAICharacterVoiceComponent_HandleAIBehaviorCategoryChanged) == 0x000001, "Wrong alignment on SBZAICharacterVoiceComponent_HandleAIBehaviorCategoryChanged"); \ +static_assert(sizeof(SBZAICharacterVoiceComponent_HandleAIBehaviorCategoryChanged) == 0x000002, "Wrong size on SBZAICharacterVoiceComponent_HandleAIBehaviorCategoryChanged"); \ +static_assert(offsetof(SBZAICharacterVoiceComponent_HandleAIBehaviorCategoryChanged, OldCategory) == 0x000000, "Member 'SBZAICharacterVoiceComponent_HandleAIBehaviorCategoryChanged::OldCategory' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacterVoiceComponent_HandleAIBehaviorCategoryChanged, NewCategory) == 0x000001, "Member 'SBZAICharacterVoiceComponent_HandleAIBehaviorCategoryChanged::NewCategory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacterVoiceComponent_HandleHumanShieldChanged \ +static_assert(alignof(SBZAICharacterVoiceComponent_HandleHumanShieldChanged) == 0x000008, "Wrong alignment on SBZAICharacterVoiceComponent_HandleHumanShieldChanged"); \ +static_assert(sizeof(SBZAICharacterVoiceComponent_HandleHumanShieldChanged) == 0x000018, "Wrong size on SBZAICharacterVoiceComponent_HandleHumanShieldChanged"); \ +static_assert(offsetof(SBZAICharacterVoiceComponent_HandleHumanShieldChanged, Victim) == 0x000000, "Member 'SBZAICharacterVoiceComponent_HandleHumanShieldChanged::Victim' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacterVoiceComponent_HandleHumanShieldChanged, Instigator) == 0x000008, "Member 'SBZAICharacterVoiceComponent_HandleHumanShieldChanged::Instigator' has a wrong offset!"); \ +static_assert(offsetof(SBZAICharacterVoiceComponent_HandleHumanShieldChanged, bHumanShield) == 0x000010, "Member 'SBZAICharacterVoiceComponent_HandleHumanShieldChanged::bHumanShield' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICharacterVoiceComponent_HandleOnHostageStateChanged \ +static_assert(alignof(SBZAICharacterVoiceComponent_HandleOnHostageStateChanged) == 0x000001, "Wrong alignment on SBZAICharacterVoiceComponent_HandleOnHostageStateChanged"); \ +static_assert(sizeof(SBZAICharacterVoiceComponent_HandleOnHostageStateChanged) == 0x000001, "Wrong size on SBZAICharacterVoiceComponent_HandleOnHostageStateChanged"); \ +static_assert(offsetof(SBZAICharacterVoiceComponent_HandleOnHostageStateChanged, HostageState) == 0x000000, "Member 'SBZAICharacterVoiceComponent_HandleOnHostageStateChanged::HostageState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAICharacterVoiceComponent \ +static_assert(alignof(USBZAICharacterVoiceComponent) == 0x000010, "Wrong alignment on USBZAICharacterVoiceComponent"); \ +static_assert(sizeof(USBZAICharacterVoiceComponent) == 0x0003A0, "Wrong size on USBZAICharacterVoiceComponent"); \ + +#define DUMPER7_ASSERTS_USBZMeleeAbility \ +static_assert(alignof(USBZMeleeAbility) == 0x000008, "Wrong alignment on USBZMeleeAbility"); \ +static_assert(sizeof(USBZMeleeAbility) == 0x0004F0, "Wrong size on USBZMeleeAbility"); \ +static_assert(offsetof(USBZMeleeAbility, Character) == 0x0004D8, "Member 'USBZMeleeAbility::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_AreControllerVibrationsEnabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_AreControllerVibrationsEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_AreControllerVibrationsEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_AreControllerVibrationsEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_AreControllerVibrationsEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_AreControllerVibrationsEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_AreControllerVibrationsEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_AreControllerVibrationsEnabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_AreControllerVibrationsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_AreControllerVibrationsEnabledByDefault \ +static_assert(alignof(SBZSettingsFunctionsGameplay_AreControllerVibrationsEnabledByDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_AreControllerVibrationsEnabledByDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_AreControllerVibrationsEnabledByDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_AreControllerVibrationsEnabledByDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_AreControllerVibrationsEnabledByDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_AreControllerVibrationsEnabledByDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_AreControllerVibrationsEnabledByDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_AreControllerVibrationsEnabledByDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_GetButtonVisibilityLoadAllRazerChromaForAllDevices \ +static_assert(alignof(SBZSettingsFunctionsGameplay_GetButtonVisibilityLoadAllRazerChromaForAllDevices) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_GetButtonVisibilityLoadAllRazerChromaForAllDevices"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_GetButtonVisibilityLoadAllRazerChromaForAllDevices) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_GetButtonVisibilityLoadAllRazerChromaForAllDevices"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetButtonVisibilityLoadAllRazerChromaForAllDevices, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_GetButtonVisibilityLoadAllRazerChromaForAllDevices::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetButtonVisibilityLoadAllRazerChromaForAllDevices, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_GetButtonVisibilityLoadAllRazerChromaForAllDevices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_GetDefaultGamepadHorizontalSensitivityMultiplier \ +static_assert(alignof(SBZSettingsFunctionsGameplay_GetDefaultGamepadHorizontalSensitivityMultiplier) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_GetDefaultGamepadHorizontalSensitivityMultiplier"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_GetDefaultGamepadHorizontalSensitivityMultiplier) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_GetDefaultGamepadHorizontalSensitivityMultiplier"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetDefaultGamepadHorizontalSensitivityMultiplier, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_GetDefaultGamepadHorizontalSensitivityMultiplier::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetDefaultGamepadHorizontalSensitivityMultiplier, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_GetDefaultGamepadHorizontalSensitivityMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_GetDefaultGamepadVerticalSensitivityMultiplier \ +static_assert(alignof(SBZSettingsFunctionsGameplay_GetDefaultGamepadVerticalSensitivityMultiplier) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_GetDefaultGamepadVerticalSensitivityMultiplier"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_GetDefaultGamepadVerticalSensitivityMultiplier) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_GetDefaultGamepadVerticalSensitivityMultiplier"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetDefaultGamepadVerticalSensitivityMultiplier, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_GetDefaultGamepadVerticalSensitivityMultiplier::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetDefaultGamepadVerticalSensitivityMultiplier, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_GetDefaultGamepadVerticalSensitivityMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_GetDefaultMouseSensitivityMultiplier \ +static_assert(alignof(SBZSettingsFunctionsGameplay_GetDefaultMouseSensitivityMultiplier) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_GetDefaultMouseSensitivityMultiplier"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_GetDefaultMouseSensitivityMultiplier) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_GetDefaultMouseSensitivityMultiplier"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetDefaultMouseSensitivityMultiplier, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_GetDefaultMouseSensitivityMultiplier::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetDefaultMouseSensitivityMultiplier, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_GetDefaultMouseSensitivityMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_GetDefaultTargetingSensitivityMultiplier \ +static_assert(alignof(SBZSettingsFunctionsGameplay_GetDefaultTargetingSensitivityMultiplier) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_GetDefaultTargetingSensitivityMultiplier"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_GetDefaultTargetingSensitivityMultiplier) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_GetDefaultTargetingSensitivityMultiplier"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetDefaultTargetingSensitivityMultiplier, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_GetDefaultTargetingSensitivityMultiplier::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetDefaultTargetingSensitivityMultiplier, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_GetDefaultTargetingSensitivityMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_GetGamepadAimAssistStrength \ +static_assert(alignof(SBZSettingsFunctionsGameplay_GetGamepadAimAssistStrength) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_GetGamepadAimAssistStrength"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_GetGamepadAimAssistStrength) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_GetGamepadAimAssistStrength"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetGamepadAimAssistStrength, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_GetGamepadAimAssistStrength::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetGamepadAimAssistStrength, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_GetGamepadAimAssistStrength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_GetGamepadAimAssistStrengthDefault \ +static_assert(alignof(SBZSettingsFunctionsGameplay_GetGamepadAimAssistStrengthDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_GetGamepadAimAssistStrengthDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_GetGamepadAimAssistStrengthDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_GetGamepadAimAssistStrengthDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetGamepadAimAssistStrengthDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_GetGamepadAimAssistStrengthDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetGamepadAimAssistStrengthDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_GetGamepadAimAssistStrengthDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_GetGamepadHorizontalSensitivityMultiplier \ +static_assert(alignof(SBZSettingsFunctionsGameplay_GetGamepadHorizontalSensitivityMultiplier) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_GetGamepadHorizontalSensitivityMultiplier"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_GetGamepadHorizontalSensitivityMultiplier) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_GetGamepadHorizontalSensitivityMultiplier"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetGamepadHorizontalSensitivityMultiplier, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_GetGamepadHorizontalSensitivityMultiplier::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetGamepadHorizontalSensitivityMultiplier, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_GetGamepadHorizontalSensitivityMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationMultiplier \ +static_assert(alignof(SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationMultiplier) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationMultiplier"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationMultiplier) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationMultiplier"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationMultiplier, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationMultiplier::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationMultiplier, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationMultiplierDefault \ +static_assert(alignof(SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationMultiplierDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationMultiplierDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationMultiplierDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationMultiplierDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationMultiplierDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationMultiplierDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationMultiplierDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationMultiplierDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationTime \ +static_assert(alignof(SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationTime) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationTime"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationTime) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationTime"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationTime, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationTime::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationTime, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationTimeDefault \ +static_assert(alignof(SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationTimeDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationTimeDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationTimeDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationTimeDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationTimeDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationTimeDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationTimeDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_GetGamepadLookAccelerationTimeDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMax \ +static_assert(alignof(SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMax) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMax"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMax) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMax"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMax, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMax::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMax, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMaxDefault \ +static_assert(alignof(SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMaxDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMaxDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMaxDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMaxDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMaxDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMaxDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMaxDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMaxDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMin \ +static_assert(alignof(SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMin) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMin"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMin) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMin"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMin, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMin::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMin, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMinDefault \ +static_assert(alignof(SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMinDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMinDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMinDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMinDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMinDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMinDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMinDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_GetGamepadLookDeadZoneMinDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_GetGamepadVerticalSensitivityMultiplier \ +static_assert(alignof(SBZSettingsFunctionsGameplay_GetGamepadVerticalSensitivityMultiplier) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_GetGamepadVerticalSensitivityMultiplier"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_GetGamepadVerticalSensitivityMultiplier) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_GetGamepadVerticalSensitivityMultiplier"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetGamepadVerticalSensitivityMultiplier, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_GetGamepadVerticalSensitivityMultiplier::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetGamepadVerticalSensitivityMultiplier, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_GetGamepadVerticalSensitivityMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_GetHeadbobScale \ +static_assert(alignof(SBZSettingsFunctionsGameplay_GetHeadbobScale) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_GetHeadbobScale"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_GetHeadbobScale) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_GetHeadbobScale"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetHeadbobScale, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_GetHeadbobScale::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetHeadbobScale, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_GetHeadbobScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_GetHeadbobScaleDefault \ +static_assert(alignof(SBZSettingsFunctionsGameplay_GetHeadbobScaleDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_GetHeadbobScaleDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_GetHeadbobScaleDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_GetHeadbobScaleDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetHeadbobScaleDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_GetHeadbobScaleDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetHeadbobScaleDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_GetHeadbobScaleDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_GetMouseSensitivityMultiplier \ +static_assert(alignof(SBZSettingsFunctionsGameplay_GetMouseSensitivityMultiplier) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_GetMouseSensitivityMultiplier"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_GetMouseSensitivityMultiplier) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_GetMouseSensitivityMultiplier"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetMouseSensitivityMultiplier, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_GetMouseSensitivityMultiplier::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetMouseSensitivityMultiplier, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_GetMouseSensitivityMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_GetTargetingSensitivityMultiplier \ +static_assert(alignof(SBZSettingsFunctionsGameplay_GetTargetingSensitivityMultiplier) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_GetTargetingSensitivityMultiplier"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_GetTargetingSensitivityMultiplier) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_GetTargetingSensitivityMultiplier"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetTargetingSensitivityMultiplier, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_GetTargetingSensitivityMultiplier::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_GetTargetingSensitivityMultiplier, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_GetTargetingSensitivityMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsChatDisabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsChatDisabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsChatDisabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsChatDisabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsChatDisabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsChatDisabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsChatDisabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsChatDisabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsChatDisabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsChatDisabledByDefault \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsChatDisabledByDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsChatDisabledByDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsChatDisabledByDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsChatDisabledByDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsChatDisabledByDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsChatDisabledByDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsChatDisabledByDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsChatDisabledByDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsChromaSensaEnabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsChromaSensaEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsChromaSensaEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsChromaSensaEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsChromaSensaEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsChromaSensaEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsChromaSensaEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsChromaSensaEnabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsChromaSensaEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsChromaSensaEnabledByDefault \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsChromaSensaEnabledByDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsChromaSensaEnabledByDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsChromaSensaEnabledByDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsChromaSensaEnabledByDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsChromaSensaEnabledByDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsChromaSensaEnabledByDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsChromaSensaEnabledByDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsChromaSensaEnabledByDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsCrossplayDisabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsCrossplayDisabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsCrossplayDisabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsCrossplayDisabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsCrossplayDisabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsCrossplayDisabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsCrossplayDisabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsCrossplayDisabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsCrossplayDisabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsCrossplayDisabledByDefault \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsCrossplayDisabledByDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsCrossplayDisabledByDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsCrossplayDisabledByDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsCrossplayDisabledByDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsCrossplayDisabledByDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsCrossplayDisabledByDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsCrossplayDisabledByDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsCrossplayDisabledByDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsGamepadAimAssistEnabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsGamepadAimAssistEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsGamepadAimAssistEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsGamepadAimAssistEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsGamepadAimAssistEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsGamepadAimAssistEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsGamepadAimAssistEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsGamepadAimAssistEnabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsGamepadAimAssistEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsGamepadAimAssistEnabledDefault \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsGamepadAimAssistEnabledDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsGamepadAimAssistEnabledDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsGamepadAimAssistEnabledDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsGamepadAimAssistEnabledDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsGamepadAimAssistEnabledDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsGamepadAimAssistEnabledDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsGamepadAimAssistEnabledDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsGamepadAimAssistEnabledDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsGamepadLookSensitivityLinearEnabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsGamepadLookSensitivityLinearEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsGamepadLookSensitivityLinearEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsGamepadLookSensitivityLinearEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsGamepadLookSensitivityLinearEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsGamepadLookSensitivityLinearEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsGamepadLookSensitivityLinearEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsGamepadLookSensitivityLinearEnabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsGamepadLookSensitivityLinearEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsGamepadLookSensitivityLinearEnabledDefault \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsGamepadLookSensitivityLinearEnabledDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsGamepadLookSensitivityLinearEnabledDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsGamepadLookSensitivityLinearEnabledDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsGamepadLookSensitivityLinearEnabledDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsGamepadLookSensitivityLinearEnabledDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsGamepadLookSensitivityLinearEnabledDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsGamepadLookSensitivityLinearEnabledDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsGamepadLookSensitivityLinearEnabledDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsGamesightDisabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsGamesightDisabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsGamesightDisabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsGamesightDisabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsGamesightDisabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsGamesightDisabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsGamesightDisabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsGamesightDisabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsGamesightDisabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsGamesightDisabledByDefault \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsGamesightDisabledByDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsGamesightDisabledByDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsGamesightDisabledByDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsGamesightDisabledByDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsGamesightDisabledByDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsGamesightDisabledByDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsGamesightDisabledByDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsGamesightDisabledByDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsHoldToCrouchEnabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsHoldToCrouchEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsHoldToCrouchEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsHoldToCrouchEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsHoldToCrouchEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsHoldToCrouchEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsHoldToCrouchEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsHoldToCrouchEnabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsHoldToCrouchEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsHoldToCrouchEnabledByDefault \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsHoldToCrouchEnabledByDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsHoldToCrouchEnabledByDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsHoldToCrouchEnabledByDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsHoldToCrouchEnabledByDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsHoldToCrouchEnabledByDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsHoldToCrouchEnabledByDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsHoldToCrouchEnabledByDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsHoldToCrouchEnabledByDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsHoldToRunEnabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsHoldToRunEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsHoldToRunEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsHoldToRunEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsHoldToRunEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsHoldToRunEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsHoldToRunEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsHoldToRunEnabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsHoldToRunEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsHoldToRunEnabledByDefault \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsHoldToRunEnabledByDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsHoldToRunEnabledByDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsHoldToRunEnabledByDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsHoldToRunEnabledByDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsHoldToRunEnabledByDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsHoldToRunEnabledByDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsHoldToRunEnabledByDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsHoldToRunEnabledByDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsHoldToSlideEnabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsHoldToSlideEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsHoldToSlideEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsHoldToSlideEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsHoldToSlideEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsHoldToSlideEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsHoldToSlideEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsHoldToSlideEnabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsHoldToSlideEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsHoldToSlideEnabledDefault \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsHoldToSlideEnabledDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsHoldToSlideEnabledDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsHoldToSlideEnabledDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsHoldToSlideEnabledDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsHoldToSlideEnabledDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsHoldToSlideEnabledDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsHoldToSlideEnabledDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsHoldToSlideEnabledDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsHoldToTargetEnabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsHoldToTargetEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsHoldToTargetEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsHoldToTargetEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsHoldToTargetEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsHoldToTargetEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsHoldToTargetEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsHoldToTargetEnabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsHoldToTargetEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsHoldToTargetEnabledByDefault \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsHoldToTargetEnabledByDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsHoldToTargetEnabledByDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsHoldToTargetEnabledByDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsHoldToTargetEnabledByDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsHoldToTargetEnabledByDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsHoldToTargetEnabledByDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsHoldToTargetEnabledByDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsHoldToTargetEnabledByDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsInvertedYAxisEnabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsInvertedYAxisEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsInvertedYAxisEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsInvertedYAxisEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsInvertedYAxisEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsInvertedYAxisEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsInvertedYAxisEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsInvertedYAxisEnabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsInvertedYAxisEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsInvertedYAxisEnabledByDefault \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsInvertedYAxisEnabledByDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsInvertedYAxisEnabledByDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsInvertedYAxisEnabledByDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsInvertedYAxisEnabledByDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsInvertedYAxisEnabledByDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsInvertedYAxisEnabledByDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsInvertedYAxisEnabledByDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsInvertedYAxisEnabledByDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsLoadAllRazerChromaForAllDevicesEnabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsLoadAllRazerChromaForAllDevicesEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsLoadAllRazerChromaForAllDevicesEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsLoadAllRazerChromaForAllDevicesEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsLoadAllRazerChromaForAllDevicesEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsLoadAllRazerChromaForAllDevicesEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsLoadAllRazerChromaForAllDevicesEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsLoadAllRazerChromaForAllDevicesEnabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsLoadAllRazerChromaForAllDevicesEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsLoadAllRazerChromaForAllDevicesEnabledByDefault \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsLoadAllRazerChromaForAllDevicesEnabledByDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsLoadAllRazerChromaForAllDevicesEnabledByDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsLoadAllRazerChromaForAllDevicesEnabledByDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsLoadAllRazerChromaForAllDevicesEnabledByDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsLoadAllRazerChromaForAllDevicesEnabledByDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsLoadAllRazerChromaForAllDevicesEnabledByDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsLoadAllRazerChromaForAllDevicesEnabledByDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsLoadAllRazerChromaForAllDevicesEnabledByDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsMouseSmoothingEnabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsMouseSmoothingEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsMouseSmoothingEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsMouseSmoothingEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsMouseSmoothingEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsMouseSmoothingEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsMouseSmoothingEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsMouseSmoothingEnabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsMouseSmoothingEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsMouseSmoothingEnabledByDefault \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsMouseSmoothingEnabledByDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsMouseSmoothingEnabledByDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsMouseSmoothingEnabledByDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsMouseSmoothingEnabledByDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsMouseSmoothingEnabledByDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsMouseSmoothingEnabledByDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsMouseSmoothingEnabledByDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsMouseSmoothingEnabledByDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsRememberSkipIntroSequence \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsRememberSkipIntroSequence) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsRememberSkipIntroSequence"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsRememberSkipIntroSequence) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsRememberSkipIntroSequence"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsRememberSkipIntroSequence, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsRememberSkipIntroSequence::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsRememberSkipIntroSequence, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsRememberSkipIntroSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsRememberSkipIntroSequenceDefault \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsRememberSkipIntroSequenceDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsRememberSkipIntroSequenceDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsRememberSkipIntroSequenceDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsRememberSkipIntroSequenceDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsRememberSkipIntroSequenceDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsRememberSkipIntroSequenceDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsRememberSkipIntroSequenceDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsRememberSkipIntroSequenceDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsSwitchWeaponAutomaticallyEnabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsSwitchWeaponAutomaticallyEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsSwitchWeaponAutomaticallyEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsSwitchWeaponAutomaticallyEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsSwitchWeaponAutomaticallyEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsSwitchWeaponAutomaticallyEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsSwitchWeaponAutomaticallyEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsSwitchWeaponAutomaticallyEnabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsSwitchWeaponAutomaticallyEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsSwitchWeaponAutomaticallyEnabledByDefault \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsSwitchWeaponAutomaticallyEnabledByDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsSwitchWeaponAutomaticallyEnabledByDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsSwitchWeaponAutomaticallyEnabledByDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsSwitchWeaponAutomaticallyEnabledByDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsSwitchWeaponAutomaticallyEnabledByDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsSwitchWeaponAutomaticallyEnabledByDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsSwitchWeaponAutomaticallyEnabledByDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsSwitchWeaponAutomaticallyEnabledByDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsTelemetryDisabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsTelemetryDisabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsTelemetryDisabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsTelemetryDisabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsTelemetryDisabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsTelemetryDisabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsTelemetryDisabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsTelemetryDisabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsTelemetryDisabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_IsTelemetryDisabledByDefault \ +static_assert(alignof(SBZSettingsFunctionsGameplay_IsTelemetryDisabledByDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_IsTelemetryDisabledByDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_IsTelemetryDisabledByDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_IsTelemetryDisabledByDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsTelemetryDisabledByDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_IsTelemetryDisabledByDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_IsTelemetryDisabledByDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_IsTelemetryDisabledByDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetChatDisabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetChatDisabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetChatDisabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetChatDisabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetChatDisabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetChatDisabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetChatDisabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetChatDisabled, bDisabled) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetChatDisabled::bDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetChromaSensaEnabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetChromaSensaEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetChromaSensaEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetChromaSensaEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetChromaSensaEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetChromaSensaEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetChromaSensaEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetChromaSensaEnabled, bEnabled) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetChromaSensaEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetControllerVibrationsEnabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetControllerVibrationsEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetControllerVibrationsEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetControllerVibrationsEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetControllerVibrationsEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetControllerVibrationsEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetControllerVibrationsEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetControllerVibrationsEnabled, bEnabled) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetControllerVibrationsEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetCrossplayDisabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetCrossplayDisabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetCrossplayDisabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetCrossplayDisabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetCrossplayDisabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetCrossplayDisabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetCrossplayDisabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetCrossplayDisabled, bDisabled) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetCrossplayDisabled::bDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetGamepadAimAssistEnabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetGamepadAimAssistEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetGamepadAimAssistEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetGamepadAimAssistEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetGamepadAimAssistEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetGamepadAimAssistEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetGamepadAimAssistEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetGamepadAimAssistEnabled, bInIsEnabled) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetGamepadAimAssistEnabled::bInIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetGamepadAimAssistStrength \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetGamepadAimAssistStrength) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetGamepadAimAssistStrength"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetGamepadAimAssistStrength) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetGamepadAimAssistStrength"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetGamepadAimAssistStrength, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetGamepadAimAssistStrength::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetGamepadAimAssistStrength, InStrength) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetGamepadAimAssistStrength::InStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetGamepadHorizontalSensitivityMultiplier \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetGamepadHorizontalSensitivityMultiplier) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetGamepadHorizontalSensitivityMultiplier"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetGamepadHorizontalSensitivityMultiplier) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetGamepadHorizontalSensitivityMultiplier"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetGamepadHorizontalSensitivityMultiplier, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetGamepadHorizontalSensitivityMultiplier::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetGamepadHorizontalSensitivityMultiplier, Sensitivity) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetGamepadHorizontalSensitivityMultiplier::Sensitivity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetGamepadLookAccelerationMultiplier \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetGamepadLookAccelerationMultiplier) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetGamepadLookAccelerationMultiplier"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetGamepadLookAccelerationMultiplier) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetGamepadLookAccelerationMultiplier"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetGamepadLookAccelerationMultiplier, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetGamepadLookAccelerationMultiplier::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetGamepadLookAccelerationMultiplier, InMultiplier) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetGamepadLookAccelerationMultiplier::InMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetGamepadLookAccelerationTime \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetGamepadLookAccelerationTime) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetGamepadLookAccelerationTime"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetGamepadLookAccelerationTime) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetGamepadLookAccelerationTime"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetGamepadLookAccelerationTime, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetGamepadLookAccelerationTime::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetGamepadLookAccelerationTime, InTime) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetGamepadLookAccelerationTime::InTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetGamepadLookDeadZoneMax \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetGamepadLookDeadZoneMax) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetGamepadLookDeadZoneMax"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetGamepadLookDeadZoneMax) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetGamepadLookDeadZoneMax"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetGamepadLookDeadZoneMax, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetGamepadLookDeadZoneMax::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetGamepadLookDeadZoneMax, InMax) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetGamepadLookDeadZoneMax::InMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetGamepadLookDeadZoneMin \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetGamepadLookDeadZoneMin) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetGamepadLookDeadZoneMin"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetGamepadLookDeadZoneMin) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetGamepadLookDeadZoneMin"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetGamepadLookDeadZoneMin, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetGamepadLookDeadZoneMin::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetGamepadLookDeadZoneMin, InMin) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetGamepadLookDeadZoneMin::InMin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetGamepadLookSensitivityLinearEnabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetGamepadLookSensitivityLinearEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetGamepadLookSensitivityLinearEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetGamepadLookSensitivityLinearEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetGamepadLookSensitivityLinearEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetGamepadLookSensitivityLinearEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetGamepadLookSensitivityLinearEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetGamepadLookSensitivityLinearEnabled, bIsLinearEnabled) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetGamepadLookSensitivityLinearEnabled::bIsLinearEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetGamepadVerticalSensitivityMultiplier \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetGamepadVerticalSensitivityMultiplier) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetGamepadVerticalSensitivityMultiplier"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetGamepadVerticalSensitivityMultiplier) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetGamepadVerticalSensitivityMultiplier"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetGamepadVerticalSensitivityMultiplier, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetGamepadVerticalSensitivityMultiplier::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetGamepadVerticalSensitivityMultiplier, Sensitivity) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetGamepadVerticalSensitivityMultiplier::Sensitivity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetGamesightDisabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetGamesightDisabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetGamesightDisabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetGamesightDisabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetGamesightDisabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetGamesightDisabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetGamesightDisabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetGamesightDisabled, bDisabled) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetGamesightDisabled::bDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetHeadbobScale \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetHeadbobScale) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetHeadbobScale"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetHeadbobScale) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetHeadbobScale"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetHeadbobScale, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetHeadbobScale::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetHeadbobScale, InScale) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetHeadbobScale::InScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetHoldToCrouchEnabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetHoldToCrouchEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetHoldToCrouchEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetHoldToCrouchEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetHoldToCrouchEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetHoldToCrouchEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetHoldToCrouchEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetHoldToCrouchEnabled, bEnabled) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetHoldToCrouchEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetHoldToRunEnabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetHoldToRunEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetHoldToRunEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetHoldToRunEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetHoldToRunEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetHoldToRunEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetHoldToRunEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetHoldToRunEnabled, bEnabled) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetHoldToRunEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetHoldToSlideEnabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetHoldToSlideEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetHoldToSlideEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetHoldToSlideEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetHoldToSlideEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetHoldToSlideEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetHoldToSlideEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetHoldToSlideEnabled, bInIsEnabled) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetHoldToSlideEnabled::bInIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetHoldToTargetEnabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetHoldToTargetEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetHoldToTargetEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetHoldToTargetEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetHoldToTargetEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetHoldToTargetEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetHoldToTargetEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetHoldToTargetEnabled, bEnabled) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetHoldToTargetEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetInvertedYAxisEnabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetInvertedYAxisEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetInvertedYAxisEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetInvertedYAxisEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetInvertedYAxisEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetInvertedYAxisEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetInvertedYAxisEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetInvertedYAxisEnabled, bEnabled) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetInvertedYAxisEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetLoadAllRazerChromaForAllDevicesEnabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetLoadAllRazerChromaForAllDevicesEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetLoadAllRazerChromaForAllDevicesEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetLoadAllRazerChromaForAllDevicesEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetLoadAllRazerChromaForAllDevicesEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetLoadAllRazerChromaForAllDevicesEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetLoadAllRazerChromaForAllDevicesEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetLoadAllRazerChromaForAllDevicesEnabled, bEnabled) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetLoadAllRazerChromaForAllDevicesEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetMouseSensitivityMultiplier \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetMouseSensitivityMultiplier) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetMouseSensitivityMultiplier"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetMouseSensitivityMultiplier) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetMouseSensitivityMultiplier"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetMouseSensitivityMultiplier, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetMouseSensitivityMultiplier::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetMouseSensitivityMultiplier, Sensitivity) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetMouseSensitivityMultiplier::Sensitivity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetMouseSmoothingEnabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetMouseSmoothingEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetMouseSmoothingEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetMouseSmoothingEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetMouseSmoothingEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetMouseSmoothingEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetMouseSmoothingEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetMouseSmoothingEnabled, bEnabled) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetMouseSmoothingEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetRememberSkipIntroSequence \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetRememberSkipIntroSequence) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetRememberSkipIntroSequence"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetRememberSkipIntroSequence) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetRememberSkipIntroSequence"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetRememberSkipIntroSequence, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetRememberSkipIntroSequence::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetRememberSkipIntroSequence, bInIsRemember) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetRememberSkipIntroSequence::bInIsRemember' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetSwitchWeaponAutomaticallyEnabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetSwitchWeaponAutomaticallyEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetSwitchWeaponAutomaticallyEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetSwitchWeaponAutomaticallyEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetSwitchWeaponAutomaticallyEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetSwitchWeaponAutomaticallyEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetSwitchWeaponAutomaticallyEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetSwitchWeaponAutomaticallyEnabled, bEnabled) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetSwitchWeaponAutomaticallyEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetTargetingSensitivityMultiplier \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetTargetingSensitivityMultiplier) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetTargetingSensitivityMultiplier"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetTargetingSensitivityMultiplier) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetTargetingSensitivityMultiplier"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetTargetingSensitivityMultiplier, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetTargetingSensitivityMultiplier::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetTargetingSensitivityMultiplier, Sensitivity) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetTargetingSensitivityMultiplier::Sensitivity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGameplay_SetTelemetryDisabled \ +static_assert(alignof(SBZSettingsFunctionsGameplay_SetTelemetryDisabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGameplay_SetTelemetryDisabled"); \ +static_assert(sizeof(SBZSettingsFunctionsGameplay_SetTelemetryDisabled) == 0x000010, "Wrong size on SBZSettingsFunctionsGameplay_SetTelemetryDisabled"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetTelemetryDisabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGameplay_SetTelemetryDisabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGameplay_SetTelemetryDisabled, bDisabled) == 0x000008, "Member 'SBZSettingsFunctionsGameplay_SetTelemetryDisabled::bDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSettingsFunctionsGameplay \ +static_assert(alignof(USBZSettingsFunctionsGameplay) == 0x000008, "Wrong alignment on USBZSettingsFunctionsGameplay"); \ +static_assert(sizeof(USBZSettingsFunctionsGameplay) == 0x000030, "Wrong size on USBZSettingsFunctionsGameplay"); \ + +#define DUMPER7_ASSERTS_USBZAISense_Touch \ +static_assert(alignof(USBZAISense_Touch) == 0x000008, "Wrong alignment on USBZAISense_Touch"); \ +static_assert(sizeof(USBZAISense_Touch) == 0x0000A0, "Wrong size on USBZAISense_Touch"); \ +static_assert(offsetof(USBZAISense_Touch, RegisteredEvents) == 0x000090, "Member 'USBZAISense_Touch::RegisteredEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAICloakerFlailAbility \ +static_assert(alignof(USBZAICloakerFlailAbility) == 0x000008, "Wrong alignment on USBZAICloakerFlailAbility"); \ +static_assert(sizeof(USBZAICloakerFlailAbility) == 0x0004F8, "Wrong size on USBZAICloakerFlailAbility"); \ +static_assert(offsetof(USBZAICloakerFlailAbility, AbilityMontage) == 0x0004F0, "Member 'USBZAICloakerFlailAbility::AbilityMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBaseDebris_CreateImpactPoint \ +static_assert(alignof(SBZBaseDebris_CreateImpactPoint) == 0x000004, "Wrong alignment on SBZBaseDebris_CreateImpactPoint"); \ +static_assert(sizeof(SBZBaseDebris_CreateImpactPoint) == 0x000090, "Wrong size on SBZBaseDebris_CreateImpactPoint"); \ +static_assert(offsetof(SBZBaseDebris_CreateImpactPoint, Hit) == 0x000000, "Member 'SBZBaseDebris_CreateImpactPoint::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBaseDebris_OnHit \ +static_assert(alignof(SBZBaseDebris_OnHit) == 0x000008, "Wrong alignment on SBZBaseDebris_OnHit"); \ +static_assert(sizeof(SBZBaseDebris_OnHit) == 0x0000B8, "Wrong size on SBZBaseDebris_OnHit"); \ +static_assert(offsetof(SBZBaseDebris_OnHit, HitComp) == 0x000000, "Member 'SBZBaseDebris_OnHit::HitComp' has a wrong offset!"); \ +static_assert(offsetof(SBZBaseDebris_OnHit, OtherActor) == 0x000008, "Member 'SBZBaseDebris_OnHit::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZBaseDebris_OnHit, OtherComp) == 0x000010, "Member 'SBZBaseDebris_OnHit::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZBaseDebris_OnHit, NormalImpulse) == 0x000018, "Member 'SBZBaseDebris_OnHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(SBZBaseDebris_OnHit, Hit) == 0x000024, "Member 'SBZBaseDebris_OnHit::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZBaseDebris \ +static_assert(alignof(ASBZBaseDebris) == 0x000008, "Wrong alignment on ASBZBaseDebris"); \ +static_assert(sizeof(ASBZBaseDebris) == 0x0002A8, "Wrong size on ASBZBaseDebris"); \ + +#define DUMPER7_ASSERTS_ASBZSkeletalDebris \ +static_assert(alignof(ASBZSkeletalDebris) == 0x000008, "Wrong alignment on ASBZSkeletalDebris"); \ +static_assert(sizeof(ASBZSkeletalDebris) == 0x0002B0, "Wrong size on ASBZSkeletalDebris"); \ +static_assert(offsetof(ASBZSkeletalDebris, SkeletalMeshComponent) == 0x0002A8, "Member 'ASBZSkeletalDebris::SkeletalMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAICloakerMeleeAbility \ +static_assert(alignof(USBZAICloakerMeleeAbility) == 0x000008, "Wrong alignment on USBZAICloakerMeleeAbility"); \ +static_assert(sizeof(USBZAICloakerMeleeAbility) == 0x000558, "Wrong size on USBZAICloakerMeleeAbility"); \ +static_assert(offsetof(USBZAICloakerMeleeAbility, HitAcceptanceRadius) == 0x0004F0, "Member 'USBZAICloakerMeleeAbility::HitAcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(USBZAICloakerMeleeAbility, TauntDuringAssault) == 0x0004F8, "Member 'USBZAICloakerMeleeAbility::TauntDuringAssault' has a wrong offset!"); \ +static_assert(offsetof(USBZAICloakerMeleeAbility, CloakerTakedown) == 0x000500, "Member 'USBZAICloakerMeleeAbility::CloakerTakedown' has a wrong offset!"); \ +static_assert(offsetof(USBZAICloakerMeleeAbility, OutlineAsset) == 0x000508, "Member 'USBZAICloakerMeleeAbility::OutlineAsset' has a wrong offset!"); \ +static_assert(offsetof(USBZAICloakerMeleeAbility, CloakerTarget) == 0x000510, "Member 'USBZAICloakerMeleeAbility::CloakerTarget' has a wrong offset!"); \ +static_assert(offsetof(USBZAICloakerMeleeAbility, RegisteredPlayerState) == 0x000518, "Member 'USBZAICloakerMeleeAbility::RegisteredPlayerState' has a wrong offset!"); \ +static_assert(offsetof(USBZAICloakerMeleeAbility, AICharacter) == 0x000520, "Member 'USBZAICloakerMeleeAbility::AICharacter' has a wrong offset!"); \ +static_assert(offsetof(USBZAICloakerMeleeAbility, CurrentMeleeMontage) == 0x000528, "Member 'USBZAICloakerMeleeAbility::CurrentMeleeMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZAICloakerMeleeAbility, CurrentBeatOnGroundMontage) == 0x000530, "Member 'USBZAICloakerMeleeAbility::CurrentBeatOnGroundMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAISightBlockerInterface_CanAffectStealth \ +static_assert(alignof(SBZAISightBlockerInterface_CanAffectStealth) == 0x000001, "Wrong alignment on SBZAISightBlockerInterface_CanAffectStealth"); \ +static_assert(sizeof(SBZAISightBlockerInterface_CanAffectStealth) == 0x000001, "Wrong size on SBZAISightBlockerInterface_CanAffectStealth"); \ +static_assert(offsetof(SBZAISightBlockerInterface_CanAffectStealth, ReturnValue) == 0x000000, "Member 'SBZAISightBlockerInterface_CanAffectStealth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAISightBlockerInterface_GetSightModifier \ +static_assert(alignof(SBZAISightBlockerInterface_GetSightModifier) == 0x000004, "Wrong alignment on SBZAISightBlockerInterface_GetSightModifier"); \ +static_assert(sizeof(SBZAISightBlockerInterface_GetSightModifier) == 0x00001C, "Wrong size on SBZAISightBlockerInterface_GetSightModifier"); \ +static_assert(offsetof(SBZAISightBlockerInterface_GetSightModifier, Start) == 0x000000, "Member 'SBZAISightBlockerInterface_GetSightModifier::Start' has a wrong offset!"); \ +static_assert(offsetof(SBZAISightBlockerInterface_GetSightModifier, End) == 0x00000C, "Member 'SBZAISightBlockerInterface_GetSightModifier::End' has a wrong offset!"); \ +static_assert(offsetof(SBZAISightBlockerInterface_GetSightModifier, ReturnValue) == 0x000018, "Member 'SBZAISightBlockerInterface_GetSightModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZAISightBlockerInterface \ +static_assert(alignof(ISBZAISightBlockerInterface) == 0x000001, "Wrong alignment on ISBZAISightBlockerInterface"); \ +static_assert(sizeof(ISBZAISightBlockerInterface) == 0x000001, "Wrong size on ISBZAISightBlockerInterface"); \ + +#define DUMPER7_ASSERTS_USBZAICloakerMeleeEffect \ +static_assert(alignof(USBZAICloakerMeleeEffect) == 0x000008, "Wrong alignment on USBZAICloakerMeleeEffect"); \ +static_assert(sizeof(USBZAICloakerMeleeEffect) == 0x0008C0, "Wrong size on USBZAICloakerMeleeEffect"); \ + +#define DUMPER7_ASSERTS_USBZAICloakerMeleeExecutionCalculation \ +static_assert(alignof(USBZAICloakerMeleeExecutionCalculation) == 0x000008, "Wrong alignment on USBZAICloakerMeleeExecutionCalculation"); \ +static_assert(sizeof(USBZAICloakerMeleeExecutionCalculation) == 0x000120, "Wrong size on USBZAICloakerMeleeExecutionCalculation"); \ + +#define DUMPER7_ASSERTS_USBZReactionPredicate_HasEnemy \ +static_assert(alignof(USBZReactionPredicate_HasEnemy) == 0x000008, "Wrong alignment on USBZReactionPredicate_HasEnemy"); \ +static_assert(sizeof(USBZReactionPredicate_HasEnemy) == 0x000038, "Wrong size on USBZReactionPredicate_HasEnemy"); \ + +#define DUMPER7_ASSERTS_SBZAIConfig_Get \ +static_assert(alignof(SBZAIConfig_Get) == 0x000008, "Wrong alignment on SBZAIConfig_Get"); \ +static_assert(sizeof(SBZAIConfig_Get) == 0x000008, "Wrong size on SBZAIConfig_Get"); \ +static_assert(offsetof(SBZAIConfig_Get, ReturnValue) == 0x000000, "Member 'SBZAIConfig_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIConfig_GetShootingPoints \ +static_assert(alignof(SBZAIConfig_GetShootingPoints) == 0x000008, "Wrong alignment on SBZAIConfig_GetShootingPoints"); \ +static_assert(sizeof(SBZAIConfig_GetShootingPoints) == 0x000010, "Wrong size on SBZAIConfig_GetShootingPoints"); \ +static_assert(offsetof(SBZAIConfig_GetShootingPoints, ReturnValue) == 0x000000, "Member 'SBZAIConfig_GetShootingPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIConfig \ +static_assert(alignof(USBZAIConfig) == 0x000008, "Wrong alignment on USBZAIConfig"); \ +static_assert(sizeof(USBZAIConfig) == 0x000290, "Wrong size on USBZAIConfig"); \ +static_assert(offsetof(USBZAIConfig, bTimeSliceDecidersLoop) == 0x000030, "Member 'USBZAIConfig::bTimeSliceDecidersLoop' has a wrong offset!"); \ +static_assert(offsetof(USBZAIConfig, DecidersLoopTimeSlicingBudget) == 0x000038, "Member 'USBZAIConfig::DecidersLoopTimeSlicingBudget' has a wrong offset!"); \ +static_assert(offsetof(USBZAIConfig, DeployableCooldown) == 0x000040, "Member 'USBZAIConfig::DeployableCooldown' has a wrong offset!"); \ +static_assert(offsetof(USBZAIConfig, DeployableIgnoreTime) == 0x000044, "Member 'USBZAIConfig::DeployableIgnoreTime' has a wrong offset!"); \ +static_assert(offsetof(USBZAIConfig, DeployableConsumedTime) == 0x000048, "Member 'USBZAIConfig::DeployableConsumedTime' has a wrong offset!"); \ +static_assert(offsetof(USBZAIConfig, Threats) == 0x000050, "Member 'USBZAIConfig::Threats' has a wrong offset!"); \ +static_assert(offsetof(USBZAIConfig, Evade) == 0x0000A0, "Member 'USBZAIConfig::Evade' has a wrong offset!"); \ +static_assert(offsetof(USBZAIConfig, ShootingPoints) == 0x0000CC, "Member 'USBZAIConfig::ShootingPoints' has a wrong offset!"); \ +static_assert(offsetof(USBZAIConfig, FriendlyFireRadius) == 0x000158, "Member 'USBZAIConfig::FriendlyFireRadius' has a wrong offset!"); \ +static_assert(offsetof(USBZAIConfig, CrewAIStealthMarkingCooldown) == 0x00015C, "Member 'USBZAIConfig::CrewAIStealthMarkingCooldown' has a wrong offset!"); \ +static_assert(offsetof(USBZAIConfig, StealthMarkingRange) == 0x000164, "Member 'USBZAIConfig::StealthMarkingRange' has a wrong offset!"); \ +static_assert(offsetof(USBZAIConfig, LowHealthConsideration) == 0x000168, "Member 'USBZAIConfig::LowHealthConsideration' has a wrong offset!"); \ +static_assert(offsetof(USBZAIConfig, LowArmorConsideration) == 0x00016C, "Member 'USBZAIConfig::LowArmorConsideration' has a wrong offset!"); \ +static_assert(offsetof(USBZAIConfig, LowAmmoConsideration) == 0x000170, "Member 'USBZAIConfig::LowAmmoConsideration' has a wrong offset!"); \ +static_assert(offsetof(USBZAIConfig, MaxDeployablesAllowed) == 0x000174, "Member 'USBZAIConfig::MaxDeployablesAllowed' has a wrong offset!"); \ +static_assert(offsetof(USBZAIConfig, TauntTimeFiredThreshold) == 0x000184, "Member 'USBZAIConfig::TauntTimeFiredThreshold' has a wrong offset!"); \ +static_assert(offsetof(USBZAIConfig, MeleeFireTimeAddition) == 0x000194, "Member 'USBZAIConfig::MeleeFireTimeAddition' has a wrong offset!"); \ +static_assert(offsetof(USBZAIConfig, PreferredHidingRange) == 0x000198, "Member 'USBZAIConfig::PreferredHidingRange' has a wrong offset!"); \ +static_assert(offsetof(USBZAIConfig, GlitchEffectRange) == 0x00019C, "Member 'USBZAIConfig::GlitchEffectRange' has a wrong offset!"); \ +static_assert(offsetof(USBZAIConfig, SurrenderGracePeriod) == 0x0001A0, "Member 'USBZAIConfig::SurrenderGracePeriod' has a wrong offset!"); \ +static_assert(offsetof(USBZAIConfig, GoDownDistanceDelayRange) == 0x0001A4, "Member 'USBZAIConfig::GoDownDistanceDelayRange' has a wrong offset!"); \ +static_assert(offsetof(USBZAIConfig, GoDownRandomDelay) == 0x0001A8, "Member 'USBZAIConfig::GoDownRandomDelay' has a wrong offset!"); \ +static_assert(offsetof(USBZAIConfig, EscortCircleSize) == 0x0001B0, "Member 'USBZAIConfig::EscortCircleSize' has a wrong offset!"); \ +static_assert(offsetof(USBZAIConfig, AirPathConfig) == 0x0001B4, "Member 'USBZAIConfig::AirPathConfig' has a wrong offset!"); \ +static_assert(offsetof(USBZAIConfig, DPS) == 0x0001CC, "Member 'USBZAIConfig::DPS' has a wrong offset!"); \ +static_assert(offsetof(USBZAIConfig, ActionClasses) == 0x0001F0, "Member 'USBZAIConfig::ActionClasses' has a wrong offset!"); \ +static_assert(offsetof(USBZAIConfig, OrderClasses) == 0x000240, "Member 'USBZAIConfig::OrderClasses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZDebugCameraController \ +static_assert(alignof(ASBZDebugCameraController) == 0x000008, "Wrong alignment on ASBZDebugCameraController"); \ +static_assert(sizeof(ASBZDebugCameraController) == 0x000750, "Wrong size on ASBZDebugCameraController"); \ + +#define DUMPER7_ASSERTS_SBZAIController_OnActionCanceled \ +static_assert(alignof(SBZAIController_OnActionCanceled) == 0x000008, "Wrong alignment on SBZAIController_OnActionCanceled"); \ +static_assert(sizeof(SBZAIController_OnActionCanceled) == 0x000008, "Wrong size on SBZAIController_OnActionCanceled"); \ +static_assert(offsetof(SBZAIController_OnActionCanceled, Action) == 0x000000, "Member 'SBZAIController_OnActionCanceled::Action' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIController_OnActionCompleted \ +static_assert(alignof(SBZAIController_OnActionCompleted) == 0x000008, "Wrong alignment on SBZAIController_OnActionCompleted"); \ +static_assert(sizeof(SBZAIController_OnActionCompleted) == 0x000018, "Wrong size on SBZAIController_OnActionCompleted"); \ +static_assert(offsetof(SBZAIController_OnActionCompleted, Action) == 0x000000, "Member 'SBZAIController_OnActionCompleted::Action' has a wrong offset!"); \ +static_assert(offsetof(SBZAIController_OnActionCompleted, Actor) == 0x000008, "Member 'SBZAIController_OnActionCompleted::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZAIController_OnActionCompleted, bSuccess) == 0x000010, "Member 'SBZAIController_OnActionCompleted::bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIController_OnEnemyKilled \ +static_assert(alignof(SBZAIController_OnEnemyKilled) == 0x000008, "Wrong alignment on SBZAIController_OnEnemyKilled"); \ +static_assert(sizeof(SBZAIController_OnEnemyKilled) == 0x000008, "Wrong size on SBZAIController_OnEnemyKilled"); \ +static_assert(offsetof(SBZAIController_OnEnemyKilled, KilledPawn) == 0x000000, "Member 'SBZAIController_OnEnemyKilled::KilledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIController_OnOrderCompleted \ +static_assert(alignof(SBZAIController_OnOrderCompleted) == 0x000008, "Wrong alignment on SBZAIController_OnOrderCompleted"); \ +static_assert(sizeof(SBZAIController_OnOrderCompleted) == 0x000018, "Wrong size on SBZAIController_OnOrderCompleted"); \ +static_assert(offsetof(SBZAIController_OnOrderCompleted, Order) == 0x000000, "Member 'SBZAIController_OnOrderCompleted::Order' has a wrong offset!"); \ +static_assert(offsetof(SBZAIController_OnOrderCompleted, OrderPawn) == 0x000008, "Member 'SBZAIController_OnOrderCompleted::OrderPawn' has a wrong offset!"); \ +static_assert(offsetof(SBZAIController_OnOrderCompleted, Result) == 0x000010, "Member 'SBZAIController_OnOrderCompleted::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIController_PushAction \ +static_assert(alignof(SBZAIController_PushAction) == 0x000008, "Wrong alignment on SBZAIController_PushAction"); \ +static_assert(sizeof(SBZAIController_PushAction) == 0x000018, "Wrong size on SBZAIController_PushAction"); \ +static_assert(offsetof(SBZAIController_PushAction, ActionClass) == 0x000000, "Member 'SBZAIController_PushAction::ActionClass' has a wrong offset!"); \ +static_assert(offsetof(SBZAIController_PushAction, TargetActor) == 0x000008, "Member 'SBZAIController_PushAction::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(SBZAIController_PushAction, ReturnValue) == 0x000010, "Member 'SBZAIController_PushAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIController_PushOrder \ +static_assert(alignof(SBZAIController_PushOrder) == 0x000008, "Wrong alignment on SBZAIController_PushOrder"); \ +static_assert(sizeof(SBZAIController_PushOrder) == 0x000010, "Wrong size on SBZAIController_PushOrder"); \ +static_assert(offsetof(SBZAIController_PushOrder, Order) == 0x000000, "Member 'SBZAIController_PushOrder::Order' has a wrong offset!"); \ +static_assert(offsetof(SBZAIController_PushOrder, Mode) == 0x000008, "Member 'SBZAIController_PushOrder::Mode' has a wrong offset!"); \ +static_assert(offsetof(SBZAIController_PushOrder, ReturnValue) == 0x000009, "Member 'SBZAIController_PushOrder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIController_SetAIEnabled \ +static_assert(alignof(SBZAIController_SetAIEnabled) == 0x000004, "Wrong alignment on SBZAIController_SetAIEnabled"); \ +static_assert(sizeof(SBZAIController_SetAIEnabled) == 0x000010, "Wrong size on SBZAIController_SetAIEnabled"); \ +static_assert(offsetof(SBZAIController_SetAIEnabled, bIsEnabled) == 0x000000, "Member 'SBZAIController_SetAIEnabled::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(SBZAIController_SetAIEnabled, Reason) == 0x000004, "Member 'SBZAIController_SetAIEnabled::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIController_GetCurrentEnemy \ +static_assert(alignof(SBZAIController_GetCurrentEnemy) == 0x000008, "Wrong alignment on SBZAIController_GetCurrentEnemy"); \ +static_assert(sizeof(SBZAIController_GetCurrentEnemy) == 0x000008, "Wrong size on SBZAIController_GetCurrentEnemy"); \ +static_assert(offsetof(SBZAIController_GetCurrentEnemy, ReturnValue) == 0x000000, "Member 'SBZAIController_GetCurrentEnemy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAIController \ +static_assert(alignof(ASBZAIController) == 0x000008, "Wrong alignment on ASBZAIController"); \ +static_assert(sizeof(ASBZAIController) == 0x000690, "Wrong size on ASBZAIController"); \ +static_assert(offsetof(ASBZAIController, OnAIPawnKilled) == 0x000410, "Member 'ASBZAIController::OnAIPawnKilled' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIController, YawAngle) == 0x000438, "Member 'ASBZAIController::YawAngle' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIController, PitchAngle) == 0x000454, "Member 'ASBZAIController::PitchAngle' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIController, VisualDetectionComponent) == 0x000470, "Member 'ASBZAIController::VisualDetectionComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIController, UtilityComponent) == 0x000478, "Member 'ASBZAIController::UtilityComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIController, BlackboardAsset) == 0x000480, "Member 'ASBZAIController::BlackboardAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIController, FactionId) == 0x000488, "Member 'ASBZAIController::FactionId' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIController, LerpedControlRotation) == 0x00048C, "Member 'ASBZAIController::LerpedControlRotation' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIController, CurrentActions) == 0x0004B8, "Member 'ASBZAIController::CurrentActions' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIController, CurrentOrder) == 0x0004C8, "Member 'ASBZAIController::CurrentOrder' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIController, OrderQueue) == 0x0004D0, "Member 'ASBZAIController::OrderQueue' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIController, DisableTargetFocusWhilePathingEFs) == 0x0004E0, "Member 'ASBZAIController::DisableTargetFocusWhilePathingEFs' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIController, PathFocusHandler) == 0x0004F0, "Member 'ASBZAIController::PathFocusHandler' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIController, MinCoverScoreToFocus) == 0x000518, "Member 'ASBZAIController::MinCoverScoreToFocus' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIController, MinDistFromTraversalNavLinkToFocus) == 0x00051C, "Member 'ASBZAIController::MinDistFromTraversalNavLinkToFocus' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIController, SameRoomTargetFocusDistance) == 0x000520, "Member 'ASBZAIController::SameRoomTargetFocusDistance' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIController, bIsTargetFocusEnabled) == 0x000524, "Member 'ASBZAIController::bIsTargetFocusEnabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIController, FocusOnLastVisibleLocationDuration) == 0x000528, "Member 'ASBZAIController::FocusOnLastVisibleLocationDuration' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIController, DisabledReasonArray) == 0x000530, "Member 'ASBZAIController::DisabledReasonArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIController, LastDisabledReason) == 0x000540, "Member 'ASBZAIController::LastDisabledReason' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIController, NearRangeCurve) == 0x000560, "Member 'ASBZAIController::NearRangeCurve' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIController, PreferredRangeCurve) == 0x0005E8, "Member 'ASBZAIController::PreferredRangeCurve' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIController, HeistStateAlert) == 0x000670, "Member 'ASBZAIController::HeistStateAlert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAISquad_OnMemberKilled \ +static_assert(alignof(SBZAISquad_OnMemberKilled) == 0x000008, "Wrong alignment on SBZAISquad_OnMemberKilled"); \ +static_assert(sizeof(SBZAISquad_OnMemberKilled) == 0x000008, "Wrong size on SBZAISquad_OnMemberKilled"); \ +static_assert(offsetof(SBZAISquad_OnMemberKilled, KilledMember) == 0x000000, "Member 'SBZAISquad_OnMemberKilled::KilledMember' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAISquad \ +static_assert(alignof(USBZAISquad) == 0x000008, "Wrong alignment on USBZAISquad"); \ +static_assert(sizeof(USBZAISquad) == 0x000098, "Wrong size on USBZAISquad"); \ +static_assert(offsetof(USBZAISquad, Members) == 0x000060, "Member 'USBZAISquad::Members' has a wrong offset!"); \ +static_assert(offsetof(USBZAISquad, CurrentOrder) == 0x000070, "Member 'USBZAISquad::CurrentOrder' has a wrong offset!"); \ +static_assert(offsetof(USBZAISquad, MostNavRestrictedMember) == 0x000078, "Member 'USBZAISquad::MostNavRestrictedMember' has a wrong offset!"); \ +static_assert(offsetof(USBZAISquad, MostRestrictedNQF) == 0x000080, "Member 'USBZAISquad::MostRestrictedNQF' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICrewCharacter_Multicast_MarkCamera \ +static_assert(alignof(SBZAICrewCharacter_Multicast_MarkCamera) == 0x000008, "Wrong alignment on SBZAICrewCharacter_Multicast_MarkCamera"); \ +static_assert(sizeof(SBZAICrewCharacter_Multicast_MarkCamera) == 0x000008, "Wrong size on SBZAICrewCharacter_Multicast_MarkCamera"); \ +static_assert(offsetof(SBZAICrewCharacter_Multicast_MarkCamera, Camera) == 0x000000, "Member 'SBZAICrewCharacter_Multicast_MarkCamera::Camera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICrewCharacter_Multicast_MarkTarget \ +static_assert(alignof(SBZAICrewCharacter_Multicast_MarkTarget) == 0x000008, "Wrong alignment on SBZAICrewCharacter_Multicast_MarkTarget"); \ +static_assert(sizeof(SBZAICrewCharacter_Multicast_MarkTarget) == 0x000010, "Wrong size on SBZAICrewCharacter_Multicast_MarkTarget"); \ +static_assert(offsetof(SBZAICrewCharacter_Multicast_MarkTarget, Character) == 0x000000, "Member 'SBZAICrewCharacter_Multicast_MarkTarget::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZAICrewCharacter_Multicast_MarkTarget, bShouldPlayPointGesture) == 0x000008, "Member 'SBZAICrewCharacter_Multicast_MarkTarget::bShouldPlayPointGesture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICrewCharacter_Multicast_ResumeDefeatTime \ +static_assert(alignof(SBZAICrewCharacter_Multicast_ResumeDefeatTime) == 0x000004, "Wrong alignment on SBZAICrewCharacter_Multicast_ResumeDefeatTime"); \ +static_assert(sizeof(SBZAICrewCharacter_Multicast_ResumeDefeatTime) == 0x000004, "Wrong size on SBZAICrewCharacter_Multicast_ResumeDefeatTime"); \ +static_assert(offsetof(SBZAICrewCharacter_Multicast_ResumeDefeatTime, InDefeatTime) == 0x000000, "Member 'SBZAICrewCharacter_Multicast_ResumeDefeatTime::InDefeatTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICrewCharacter_Multicast_SetDefeatState \ +static_assert(alignof(SBZAICrewCharacter_Multicast_SetDefeatState) == 0x000001, "Wrong alignment on SBZAICrewCharacter_Multicast_SetDefeatState"); \ +static_assert(sizeof(SBZAICrewCharacter_Multicast_SetDefeatState) == 0x000001, "Wrong size on SBZAICrewCharacter_Multicast_SetDefeatState"); \ +static_assert(offsetof(SBZAICrewCharacter_Multicast_SetDefeatState, InState) == 0x000000, "Member 'SBZAICrewCharacter_Multicast_SetDefeatState::InState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICrewCharacter_Multicast_SetDefeatTime \ +static_assert(alignof(SBZAICrewCharacter_Multicast_SetDefeatTime) == 0x000004, "Wrong alignment on SBZAICrewCharacter_Multicast_SetDefeatTime"); \ +static_assert(sizeof(SBZAICrewCharacter_Multicast_SetDefeatTime) == 0x000004, "Wrong size on SBZAICrewCharacter_Multicast_SetDefeatTime"); \ +static_assert(offsetof(SBZAICrewCharacter_Multicast_SetDefeatTime, InDefeatTime) == 0x000000, "Member 'SBZAICrewCharacter_Multicast_SetDefeatTime::InDefeatTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICrewCharacter_OnRep_CrewState \ +static_assert(alignof(SBZAICrewCharacter_OnRep_CrewState) == 0x000008, "Wrong alignment on SBZAICrewCharacter_OnRep_CrewState"); \ +static_assert(sizeof(SBZAICrewCharacter_OnRep_CrewState) == 0x000008, "Wrong size on SBZAICrewCharacter_OnRep_CrewState"); \ +static_assert(offsetof(SBZAICrewCharacter_OnRep_CrewState, OldCrewState) == 0x000000, "Member 'SBZAICrewCharacter_OnRep_CrewState::OldCrewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICrewCharacter_OnServerCompleteInteraction \ +static_assert(alignof(SBZAICrewCharacter_OnServerCompleteInteraction) == 0x000008, "Wrong alignment on SBZAICrewCharacter_OnServerCompleteInteraction"); \ +static_assert(sizeof(SBZAICrewCharacter_OnServerCompleteInteraction) == 0x000018, "Wrong size on SBZAICrewCharacter_OnServerCompleteInteraction"); \ +static_assert(offsetof(SBZAICrewCharacter_OnServerCompleteInteraction, InInteractable) == 0x000000, "Member 'SBZAICrewCharacter_OnServerCompleteInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZAICrewCharacter_OnServerCompleteInteraction, InInteractor) == 0x000008, "Member 'SBZAICrewCharacter_OnServerCompleteInteraction::InInteractor' has a wrong offset!"); \ +static_assert(offsetof(SBZAICrewCharacter_OnServerCompleteInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZAICrewCharacter_OnServerCompleteInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICrewCharacter_OnServerEndInteraction \ +static_assert(alignof(SBZAICrewCharacter_OnServerEndInteraction) == 0x000008, "Wrong alignment on SBZAICrewCharacter_OnServerEndInteraction"); \ +static_assert(sizeof(SBZAICrewCharacter_OnServerEndInteraction) == 0x000018, "Wrong size on SBZAICrewCharacter_OnServerEndInteraction"); \ +static_assert(offsetof(SBZAICrewCharacter_OnServerEndInteraction, InInteractable) == 0x000000, "Member 'SBZAICrewCharacter_OnServerEndInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZAICrewCharacter_OnServerEndInteraction, InInteractor) == 0x000008, "Member 'SBZAICrewCharacter_OnServerEndInteraction::InInteractor' has a wrong offset!"); \ +static_assert(offsetof(SBZAICrewCharacter_OnServerEndInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZAICrewCharacter_OnServerEndInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICrewCharacter_OnServerStartInteraction \ +static_assert(alignof(SBZAICrewCharacter_OnServerStartInteraction) == 0x000008, "Wrong alignment on SBZAICrewCharacter_OnServerStartInteraction"); \ +static_assert(sizeof(SBZAICrewCharacter_OnServerStartInteraction) == 0x000018, "Wrong size on SBZAICrewCharacter_OnServerStartInteraction"); \ +static_assert(offsetof(SBZAICrewCharacter_OnServerStartInteraction, InInteractable) == 0x000000, "Member 'SBZAICrewCharacter_OnServerStartInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZAICrewCharacter_OnServerStartInteraction, InInteractor) == 0x000008, "Member 'SBZAICrewCharacter_OnServerStartInteraction::InInteractor' has a wrong offset!"); \ +static_assert(offsetof(SBZAICrewCharacter_OnServerStartInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZAICrewCharacter_OnServerStartInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAICrewCharacter \ +static_assert(alignof(ASBZAICrewCharacter) == 0x000010, "Wrong alignment on ASBZAICrewCharacter"); \ +static_assert(sizeof(ASBZAICrewCharacter) == 0x0018C0, "Wrong size on ASBZAICrewCharacter"); \ +static_assert(offsetof(ASBZAICrewCharacter, EquipmentData) == 0x001708, "Member 'ASBZAICrewCharacter::EquipmentData' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, HealthReplenishEffectClass) == 0x001710, "Member 'ASBZAICrewCharacter::HealthReplenishEffectClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, TargetPriority) == 0x001720, "Member 'ASBZAICrewCharacter::TargetPriority' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, CallComment) == 0x001770, "Member 'ASBZAICrewCharacter::CallComment' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, HelpComment) == 0x001778, "Member 'ASBZAICrewCharacter::HelpComment' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, CPD00) == 0x001780, "Member 'ASBZAICrewCharacter::CPD00' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, CPD01) == 0x001781, "Member 'ASBZAICrewCharacter::CPD01' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, CrewState) == 0x001788, "Member 'ASBZAICrewCharacter::CrewState' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, DefeatState) == 0x001790, "Member 'ASBZAICrewCharacter::DefeatState' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, OldDefeatState) == 0x001792, "Member 'ASBZAICrewCharacter::OldDefeatState' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, DefeatTime) == 0x0017A0, "Member 'ASBZAICrewCharacter::DefeatTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, ReviveMarker) == 0x0017B8, "Member 'ASBZAICrewCharacter::ReviveMarker' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, TasedMarker) == 0x0017C0, "Member 'ASBZAICrewCharacter::TasedMarker' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, CuffedMarker) == 0x0017C8, "Member 'ASBZAICrewCharacter::CuffedMarker' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, SubduedMarker) == 0x0017D0, "Member 'ASBZAICrewCharacter::SubduedMarker' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, DownedOutline) == 0x0017E0, "Member 'ASBZAICrewCharacter::DownedOutline' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, RevivedComment) == 0x0017F0, "Member 'ASBZAICrewCharacter::RevivedComment' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, UncuffedComment) == 0x0017F8, "Member 'ASBZAICrewCharacter::UncuffedComment' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, DownedDialog) == 0x001800, "Member 'ASBZAICrewCharacter::DownedDialog' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, InCustodyDialog) == 0x001808, "Member 'ASBZAICrewCharacter::InCustodyDialog' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, BackFromCustodyDialog) == 0x001810, "Member 'ASBZAICrewCharacter::BackFromCustodyDialog' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, CuffedDialog) == 0x001818, "Member 'ASBZAICrewCharacter::CuffedDialog' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, TasedDialog) == 0x001820, "Member 'ASBZAICrewCharacter::TasedDialog' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, SubduedDialog) == 0x001828, "Member 'ASBZAICrewCharacter::SubduedDialog' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, CurrentWard) == 0x001830, "Member 'ASBZAICrewCharacter::CurrentWard' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, bIsMaskOn) == 0x001838, "Member 'ASBZAICrewCharacter::bIsMaskOn' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, bIsLoadoutLoaded) == 0x001839, "Member 'ASBZAICrewCharacter::bIsLoadoutLoaded' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, MarkingVoicePriority) == 0x001850, "Member 'ASBZAICrewCharacter::MarkingVoicePriority' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, MarkingDuration) == 0x001854, "Member 'ASBZAICrewCharacter::MarkingDuration' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, MarkGuardStealth) == 0x001858, "Member 'ASBZAICrewCharacter::MarkGuardStealth' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, MarkCameraStealth) == 0x001870, "Member 'ASBZAICrewCharacter::MarkCameraStealth' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, CrewAIColor) == 0x001888, "Member 'ASBZAICrewCharacter::CrewAIColor' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, CrewAIMarkerAsset) == 0x001898, "Member 'ASBZAICrewCharacter::CrewAIMarkerAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, CrewAIMarkerOffset) == 0x0018A0, "Member 'ASBZAICrewCharacter::CrewAIMarkerOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewCharacter, CrewAIMarkerSocketName) == 0x0018AC, "Member 'ASBZAICrewCharacter::CrewAIMarkerSocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMaintenanceBoxSequenceViewerInterface_UpdateSequenceHint \ +static_assert(alignof(SBZMaintenanceBoxSequenceViewerInterface_UpdateSequenceHint) == 0x000008, "Wrong alignment on SBZMaintenanceBoxSequenceViewerInterface_UpdateSequenceHint"); \ +static_assert(sizeof(SBZMaintenanceBoxSequenceViewerInterface_UpdateSequenceHint) == 0x000018, "Wrong size on SBZMaintenanceBoxSequenceViewerInterface_UpdateSequenceHint"); \ +static_assert(offsetof(SBZMaintenanceBoxSequenceViewerInterface_UpdateSequenceHint, SequenceIndex) == 0x000000, "Member 'SBZMaintenanceBoxSequenceViewerInterface_UpdateSequenceHint::SequenceIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMaintenanceBoxSequenceViewerInterface_UpdateSequenceHint, CorrectSequence) == 0x000008, "Member 'SBZMaintenanceBoxSequenceViewerInterface_UpdateSequenceHint::CorrectSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZMaintenanceBoxSequenceViewerInterface \ +static_assert(alignof(ISBZMaintenanceBoxSequenceViewerInterface) == 0x000001, "Wrong alignment on ISBZMaintenanceBoxSequenceViewerInterface"); \ +static_assert(sizeof(ISBZMaintenanceBoxSequenceViewerInterface) == 0x000001, "Wrong size on ISBZMaintenanceBoxSequenceViewerInterface"); \ + +#define DUMPER7_ASSERTS_USBZRoomPathFinder \ +static_assert(alignof(USBZRoomPathFinder) == 0x000008, "Wrong alignment on USBZRoomPathFinder"); \ +static_assert(sizeof(USBZRoomPathFinder) == 0x000090, "Wrong size on USBZRoomPathFinder"); \ +static_assert(offsetof(USBZRoomPathFinder, Frontier) == 0x000030, "Member 'USBZRoomPathFinder::Frontier' has a wrong offset!"); \ +static_assert(offsetof(USBZRoomPathFinder, Visited) == 0x000040, "Member 'USBZRoomPathFinder::Visited' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAICrewCharacterAbilityData \ +static_assert(alignof(USBZAICrewCharacterAbilityData) == 0x000008, "Wrong alignment on USBZAICrewCharacterAbilityData"); \ +static_assert(sizeof(USBZAICrewCharacterAbilityData) == 0x0000E0, "Wrong size on USBZAICrewCharacterAbilityData"); \ +static_assert(offsetof(USBZAICrewCharacterAbilityData, DownedHealth) == 0x0000D0, "Member 'USBZAICrewCharacterAbilityData::DownedHealth' has a wrong offset!"); \ +static_assert(offsetof(USBZAICrewCharacterAbilityData, DefeatDownedDuration) == 0x0000D4, "Member 'USBZAICrewCharacterAbilityData::DefeatDownedDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZAICrewCharacterAbilityData, DefeatCuffedDuration) == 0x0000D8, "Member 'USBZAICrewCharacterAbilityData::DefeatCuffedDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZAICrewCharacterAbilityData, ReviveHealth) == 0x0000DC, "Member 'USBZAICrewCharacterAbilityData::ReviveHealth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSpecialAIComponent \ +static_assert(alignof(USBZSpecialAIComponent) == 0x000008, "Wrong alignment on USBZSpecialAIComponent"); \ +static_assert(sizeof(USBZSpecialAIComponent) == 0x0000C8, "Wrong size on USBZSpecialAIComponent"); \ + +#define DUMPER7_ASSERTS_USBZAIShieldSpecialComponent \ +static_assert(alignof(USBZAIShieldSpecialComponent) == 0x000008, "Wrong alignment on USBZAIShieldSpecialComponent"); \ +static_assert(sizeof(USBZAIShieldSpecialComponent) == 0x0000E0, "Wrong size on USBZAIShieldSpecialComponent"); \ +static_assert(offsetof(USBZAIShieldSpecialComponent, NumberOfSlots) == 0x0000C8, "Member 'USBZAIShieldSpecialComponent::NumberOfSlots' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShieldSpecialComponent, SpaceBetweenSlots) == 0x0000CC, "Member 'USBZAIShieldSpecialComponent::SpaceBetweenSlots' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShieldSpecialComponent, CoverAttachPoints) == 0x0000D0, "Member 'USBZAIShieldSpecialComponent::CoverAttachPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAICrewCharacterAnimationCollection \ +static_assert(alignof(USBZAICrewCharacterAnimationCollection) == 0x000008, "Wrong alignment on USBZAICrewCharacterAnimationCollection"); \ +static_assert(sizeof(USBZAICrewCharacterAnimationCollection) == 0x000240, "Wrong size on USBZAICrewCharacterAnimationCollection"); \ + +#define DUMPER7_ASSERTS_SBZModularWeaponDisplay_RemoveSlot \ +static_assert(alignof(SBZModularWeaponDisplay_RemoveSlot) == 0x000008, "Wrong alignment on SBZModularWeaponDisplay_RemoveSlot"); \ +static_assert(sizeof(SBZModularWeaponDisplay_RemoveSlot) == 0x000008, "Wrong size on SBZModularWeaponDisplay_RemoveSlot"); \ +static_assert(offsetof(SBZModularWeaponDisplay_RemoveSlot, Slot) == 0x000000, "Member 'SBZModularWeaponDisplay_RemoveSlot::Slot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModularWeaponDisplay_SetupWeaponData \ +static_assert(alignof(SBZModularWeaponDisplay_SetupWeaponData) == 0x000008, "Wrong alignment on SBZModularWeaponDisplay_SetupWeaponData"); \ +static_assert(sizeof(SBZModularWeaponDisplay_SetupWeaponData) == 0x000010, "Wrong size on SBZModularWeaponDisplay_SetupWeaponData"); \ +static_assert(offsetof(SBZModularWeaponDisplay_SetupWeaponData, InWeaponData) == 0x000000, "Member 'SBZModularWeaponDisplay_SetupWeaponData::InWeaponData' has a wrong offset!"); \ +static_assert(offsetof(SBZModularWeaponDisplay_SetupWeaponData, bBuildNow) == 0x000008, "Member 'SBZModularWeaponDisplay_SetupWeaponData::bBuildNow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModularWeaponDisplay_SetupWeaponModMap \ +static_assert(alignof(SBZModularWeaponDisplay_SetupWeaponModMap) == 0x000008, "Wrong alignment on SBZModularWeaponDisplay_SetupWeaponModMap"); \ +static_assert(sizeof(SBZModularWeaponDisplay_SetupWeaponModMap) == 0x000078, "Wrong size on SBZModularWeaponDisplay_SetupWeaponModMap"); \ +static_assert(offsetof(SBZModularWeaponDisplay_SetupWeaponModMap, InWeaponModMap) == 0x000000, "Member 'SBZModularWeaponDisplay_SetupWeaponModMap::InWeaponModMap' has a wrong offset!"); \ +static_assert(offsetof(SBZModularWeaponDisplay_SetupWeaponModMap, bBuildNow) == 0x000070, "Member 'SBZModularWeaponDisplay_SetupWeaponModMap::bBuildNow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModularWeaponDisplay_SetVisible \ +static_assert(alignof(SBZModularWeaponDisplay_SetVisible) == 0x000001, "Wrong alignment on SBZModularWeaponDisplay_SetVisible"); \ +static_assert(sizeof(SBZModularWeaponDisplay_SetVisible) == 0x000001, "Wrong size on SBZModularWeaponDisplay_SetVisible"); \ +static_assert(offsetof(SBZModularWeaponDisplay_SetVisible, bIsVisible) == 0x000000, "Member 'SBZModularWeaponDisplay_SetVisible::bIsVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModularWeaponDisplay_SwapModPart \ +static_assert(alignof(SBZModularWeaponDisplay_SwapModPart) == 0x000008, "Wrong alignment on SBZModularWeaponDisplay_SwapModPart"); \ +static_assert(sizeof(SBZModularWeaponDisplay_SwapModPart) == 0x000010, "Wrong size on SBZModularWeaponDisplay_SwapModPart"); \ +static_assert(offsetof(SBZModularWeaponDisplay_SwapModPart, Slot) == 0x000000, "Member 'SBZModularWeaponDisplay_SwapModPart::Slot' has a wrong offset!"); \ +static_assert(offsetof(SBZModularWeaponDisplay_SwapModPart, EquippablePart) == 0x000008, "Member 'SBZModularWeaponDisplay_SwapModPart::EquippablePart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModularWeaponDisplay_GetWeaponData \ +static_assert(alignof(SBZModularWeaponDisplay_GetWeaponData) == 0x000008, "Wrong alignment on SBZModularWeaponDisplay_GetWeaponData"); \ +static_assert(sizeof(SBZModularWeaponDisplay_GetWeaponData) == 0x000008, "Wrong size on SBZModularWeaponDisplay_GetWeaponData"); \ +static_assert(offsetof(SBZModularWeaponDisplay_GetWeaponData, ReturnValue) == 0x000000, "Member 'SBZModularWeaponDisplay_GetWeaponData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModularWeaponDisplay_GetWeaponModMap \ +static_assert(alignof(SBZModularWeaponDisplay_GetWeaponModMap) == 0x000008, "Wrong alignment on SBZModularWeaponDisplay_GetWeaponModMap"); \ +static_assert(sizeof(SBZModularWeaponDisplay_GetWeaponModMap) == 0x000070, "Wrong size on SBZModularWeaponDisplay_GetWeaponModMap"); \ +static_assert(offsetof(SBZModularWeaponDisplay_GetWeaponModMap, ReturnValue) == 0x000000, "Member 'SBZModularWeaponDisplay_GetWeaponModMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZModularWeaponDisplay \ +static_assert(alignof(ASBZModularWeaponDisplay) == 0x000008, "Wrong alignment on ASBZModularWeaponDisplay"); \ +static_assert(sizeof(ASBZModularWeaponDisplay) == 0x000320, "Wrong size on ASBZModularWeaponDisplay"); \ +static_assert(offsetof(ASBZModularWeaponDisplay, ModularMeshComponent) == 0x0002A8, "Member 'ASBZModularWeaponDisplay::ModularMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZModularWeaponDisplay, Mesh) == 0x0002B0, "Member 'ASBZModularWeaponDisplay::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZModularWeaponDisplay, WeaponData) == 0x0002B8, "Member 'ASBZModularWeaponDisplay::WeaponData' has a wrong offset!"); \ +static_assert(offsetof(ASBZModularWeaponDisplay, WeaponModMap) == 0x0002C0, "Member 'ASBZModularWeaponDisplay::WeaponModMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDebugWidget_OnMissionSeedSet \ +static_assert(alignof(SBZDebugWidget_OnMissionSeedSet) == 0x000004, "Wrong alignment on SBZDebugWidget_OnMissionSeedSet"); \ +static_assert(sizeof(SBZDebugWidget_OnMissionSeedSet) == 0x000004, "Wrong size on SBZDebugWidget_OnMissionSeedSet"); \ +static_assert(offsetof(SBZDebugWidget_OnMissionSeedSet, MissionSeed) == 0x000000, "Member 'SBZDebugWidget_OnMissionSeedSet::MissionSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDebugWidget \ +static_assert(alignof(USBZDebugWidget) == 0x000008, "Wrong alignment on USBZDebugWidget"); \ +static_assert(sizeof(USBZDebugWidget) == 0x0002A0, "Wrong size on USBZDebugWidget"); \ +static_assert(offsetof(USBZDebugWidget, Text_SubtitleText) == 0x000290, "Member 'USBZDebugWidget::Text_SubtitleText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAICrewCharacterInteractableComponent \ +static_assert(alignof(USBZAICrewCharacterInteractableComponent) == 0x000008, "Wrong alignment on USBZAICrewCharacterInteractableComponent"); \ +static_assert(sizeof(USBZAICrewCharacterInteractableComponent) == 0x0005F0, "Wrong size on USBZAICrewCharacterInteractableComponent"); \ +static_assert(offsetof(USBZAICrewCharacterInteractableComponent, ModeArray) == 0x000360, "Member 'USBZAICrewCharacterInteractableComponent::ModeArray' has a wrong offset!"); \ +static_assert(offsetof(USBZAICrewCharacterInteractableComponent, ModeDataArray) == 0x000370, "Member 'USBZAICrewCharacterInteractableComponent::ModeDataArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZReactionPredicate_RoomSoundDistance \ +static_assert(alignof(USBZReactionPredicate_RoomSoundDistance) == 0x000008, "Wrong alignment on USBZReactionPredicate_RoomSoundDistance"); \ +static_assert(sizeof(USBZReactionPredicate_RoomSoundDistance) == 0x000038, "Wrong size on USBZReactionPredicate_RoomSoundDistance"); \ + +#define DUMPER7_ASSERTS_USBZAICrewCharacterLinkedAnimation \ +static_assert(alignof(USBZAICrewCharacterLinkedAnimation) == 0x000010, "Wrong alignment on USBZAICrewCharacterLinkedAnimation"); \ +static_assert(sizeof(USBZAICrewCharacterLinkedAnimation) == 0x000390, "Wrong size on USBZAICrewCharacterLinkedAnimation"); \ +static_assert(offsetof(USBZAICrewCharacterLinkedAnimation, AICrewCharacter) == 0x000350, "Member 'USBZAICrewCharacterLinkedAnimation::AICrewCharacter' has a wrong offset!"); \ +static_assert(offsetof(USBZAICrewCharacterLinkedAnimation, UpperBodyAimRotation) == 0x000358, "Member 'USBZAICrewCharacterLinkedAnimation::UpperBodyAimRotation' has a wrong offset!"); \ +static_assert(offsetof(USBZAICrewCharacterLinkedAnimation, DefeatStateAnimationHandler) == 0x000368, "Member 'USBZAICrewCharacterLinkedAnimation::DefeatStateAnimationHandler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICrewController_OnCrewStateDestroyed \ +static_assert(alignof(SBZAICrewController_OnCrewStateDestroyed) == 0x000008, "Wrong alignment on SBZAICrewController_OnCrewStateDestroyed"); \ +static_assert(sizeof(SBZAICrewController_OnCrewStateDestroyed) == 0x000008, "Wrong size on SBZAICrewController_OnCrewStateDestroyed"); \ +static_assert(offsetof(SBZAICrewController_OnCrewStateDestroyed, DestroyedActor) == 0x000000, "Member 'SBZAICrewController_OnCrewStateDestroyed::DestroyedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAICrewController \ +static_assert(alignof(ASBZAICrewController) == 0x000008, "Wrong alignment on ASBZAICrewController"); \ +static_assert(sizeof(ASBZAICrewController) == 0x0006D0, "Wrong size on ASBZAICrewController"); \ +static_assert(offsetof(ASBZAICrewController, CrewState) == 0x000690, "Member 'ASBZAICrewController::CrewState' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewController, CustodyDurationArray) == 0x0006A0, "Member 'ASBZAICrewController::CustodyDurationArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewController, LastWardRoom) == 0x0006C8, "Member 'ASBZAICrewController::LastWardRoom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIStimuliReactionComponent_HandleStimuli \ +static_assert(alignof(SBZAIStimuliReactionComponent_HandleStimuli) == 0x000008, "Wrong alignment on SBZAIStimuliReactionComponent_HandleStimuli"); \ +static_assert(sizeof(SBZAIStimuliReactionComponent_HandleStimuli) == 0x000060, "Wrong size on SBZAIStimuliReactionComponent_HandleStimuli"); \ +static_assert(offsetof(SBZAIStimuliReactionComponent_HandleStimuli, Actor) == 0x000000, "Member 'SBZAIStimuliReactionComponent_HandleStimuli::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZAIStimuliReactionComponent_HandleStimuli, Stimulus) == 0x000008, "Member 'SBZAIStimuliReactionComponent_HandleStimuli::Stimulus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIStimuliReactionComponent \ +static_assert(alignof(USBZAIStimuliReactionComponent) == 0x000008, "Wrong alignment on USBZAIStimuliReactionComponent"); \ +static_assert(sizeof(USBZAIStimuliReactionComponent) == 0x000170, "Wrong size on USBZAIStimuliReactionComponent"); \ +static_assert(offsetof(USBZAIStimuliReactionComponent, Reactions) == 0x0000C0, "Member 'USBZAIStimuliReactionComponent::Reactions' has a wrong offset!"); \ +static_assert(offsetof(USBZAIStimuliReactionComponent, EscalationOrder) == 0x0000D0, "Member 'USBZAIStimuliReactionComponent::EscalationOrder' has a wrong offset!"); \ +static_assert(offsetof(USBZAIStimuliReactionComponent, ReasonAssets) == 0x0000D8, "Member 'USBZAIStimuliReactionComponent::ReasonAssets' has a wrong offset!"); \ +static_assert(offsetof(USBZAIStimuliReactionComponent, DetectedCharacters) == 0x000158, "Member 'USBZAIStimuliReactionComponent::DetectedCharacters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCosmeticsDataAsset_GetRarity \ +static_assert(alignof(SBZCosmeticsDataAsset_GetRarity) == 0x000001, "Wrong alignment on SBZCosmeticsDataAsset_GetRarity"); \ +static_assert(sizeof(SBZCosmeticsDataAsset_GetRarity) == 0x000001, "Wrong size on SBZCosmeticsDataAsset_GetRarity"); \ +static_assert(offsetof(SBZCosmeticsDataAsset_GetRarity, ReturnValue) == 0x000000, "Member 'SBZCosmeticsDataAsset_GetRarity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCosmeticsDataAsset_IsConsumable \ +static_assert(alignof(SBZCosmeticsDataAsset_IsConsumable) == 0x000001, "Wrong alignment on SBZCosmeticsDataAsset_IsConsumable"); \ +static_assert(sizeof(SBZCosmeticsDataAsset_IsConsumable) == 0x000001, "Wrong size on SBZCosmeticsDataAsset_IsConsumable"); \ +static_assert(offsetof(SBZCosmeticsDataAsset_IsConsumable, ReturnValue) == 0x000000, "Member 'SBZCosmeticsDataAsset_IsConsumable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCosmeticsDataAsset \ +static_assert(alignof(USBZCosmeticsDataAsset) == 0x000008, "Wrong alignment on USBZCosmeticsDataAsset"); \ +static_assert(sizeof(USBZCosmeticsDataAsset) == 0x0001F8, "Wrong size on USBZCosmeticsDataAsset"); \ +static_assert(offsetof(USBZCosmeticsDataAsset, Rarity) == 0x0001F0, "Member 'USBZCosmeticsDataAsset::Rarity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMaskMouldData \ +static_assert(alignof(USBZMaskMouldData) == 0x000008, "Wrong alignment on USBZMaskMouldData"); \ +static_assert(sizeof(USBZMaskMouldData) == 0x000338, "Wrong size on USBZMaskMouldData"); \ +static_assert(offsetof(USBZMaskMouldData, bIsTypeOverridden) == 0x0001F8, "Member 'USBZMaskMouldData::bIsTypeOverridden' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskMouldData, TypeOverride) == 0x0001F9, "Member 'USBZMaskMouldData::TypeOverride' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskMouldData, EquipMorphTargetName) == 0x0001FC, "Member 'USBZMaskMouldData::EquipMorphTargetName' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskMouldData, UnequipMorphTargetName) == 0x000208, "Member 'USBZMaskMouldData::UnequipMorphTargetName' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskMouldData, SkeletalMesh) == 0x000218, "Member 'USBZMaskMouldData::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskMouldData, StrapMesh) == 0x000248, "Member 'USBZMaskMouldData::StrapMesh' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskMouldData, EquipAnimationCharacterFP) == 0x000278, "Member 'USBZMaskMouldData::EquipAnimationCharacterFP' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskMouldData, EquipAnimationCharacterTP) == 0x0002A8, "Member 'USBZMaskMouldData::EquipAnimationCharacterTP' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskMouldData, EquipAnimationFP) == 0x0002D8, "Member 'USBZMaskMouldData::EquipAnimationFP' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskMouldData, EquipAnimationTP) == 0x000308, "Member 'USBZMaskMouldData::EquipAnimationTP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPerceptionController \ +static_assert(alignof(ASBZPerceptionController) == 0x000008, "Wrong alignment on ASBZPerceptionController"); \ +static_assert(sizeof(ASBZPerceptionController) == 0x0003F0, "Wrong size on ASBZPerceptionController"); \ +static_assert(offsetof(ASBZPerceptionController, VisualDetectionComponent) == 0x0003E8, "Member 'ASBZPerceptionController::VisualDetectionComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIEquipmentData \ +static_assert(alignof(USBZAIEquipmentData) == 0x000008, "Wrong alignment on USBZAIEquipmentData"); \ +static_assert(sizeof(USBZAIEquipmentData) == 0x000060, "Wrong size on USBZAIEquipmentData"); \ +static_assert(offsetof(USBZAIEquipmentData, EquippableConfigArray) == 0x000038, "Member 'USBZAIEquipmentData::EquippableConfigArray' has a wrong offset!"); \ +static_assert(offsetof(USBZAIEquipmentData, ThrowableConfigArray) == 0x000048, "Member 'USBZAIEquipmentData::ThrowableConfigArray' has a wrong offset!"); \ +static_assert(offsetof(USBZAIEquipmentData, ThrowableCooldown) == 0x000058, "Member 'USBZAIEquipmentData::ThrowableCooldown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPawnSpawnEditorMeshComponent \ +static_assert(alignof(USBZPawnSpawnEditorMeshComponent) == 0x000010, "Wrong alignment on USBZPawnSpawnEditorMeshComponent"); \ +static_assert(sizeof(USBZPawnSpawnEditorMeshComponent) == 0x000500, "Wrong size on USBZPawnSpawnEditorMeshComponent"); \ + +#define DUMPER7_ASSERTS_SBZDeviceProfileLibrary_GetActiveDeviceProfileName \ +static_assert(alignof(SBZDeviceProfileLibrary_GetActiveDeviceProfileName) == 0x000008, "Wrong alignment on SBZDeviceProfileLibrary_GetActiveDeviceProfileName"); \ +static_assert(sizeof(SBZDeviceProfileLibrary_GetActiveDeviceProfileName) == 0x000010, "Wrong size on SBZDeviceProfileLibrary_GetActiveDeviceProfileName"); \ +static_assert(offsetof(SBZDeviceProfileLibrary_GetActiveDeviceProfileName, ReturnValue) == 0x000000, "Member 'SBZDeviceProfileLibrary_GetActiveDeviceProfileName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDeviceProfileLibrary_GetBaseDeviceProfileName \ +static_assert(alignof(SBZDeviceProfileLibrary_GetBaseDeviceProfileName) == 0x000008, "Wrong alignment on SBZDeviceProfileLibrary_GetBaseDeviceProfileName"); \ +static_assert(sizeof(SBZDeviceProfileLibrary_GetBaseDeviceProfileName) == 0x000010, "Wrong size on SBZDeviceProfileLibrary_GetBaseDeviceProfileName"); \ +static_assert(offsetof(SBZDeviceProfileLibrary_GetBaseDeviceProfileName, ReturnValue) == 0x000000, "Member 'SBZDeviceProfileLibrary_GetBaseDeviceProfileName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDeviceProfileLibrary_OverrideDeviceProfileForMode \ +static_assert(alignof(SBZDeviceProfileLibrary_OverrideDeviceProfileForMode) == 0x000001, "Wrong alignment on SBZDeviceProfileLibrary_OverrideDeviceProfileForMode"); \ +static_assert(sizeof(SBZDeviceProfileLibrary_OverrideDeviceProfileForMode) == 0x000001, "Wrong size on SBZDeviceProfileLibrary_OverrideDeviceProfileForMode"); \ +static_assert(offsetof(SBZDeviceProfileLibrary_OverrideDeviceProfileForMode, NewMode) == 0x000000, "Member 'SBZDeviceProfileLibrary_OverrideDeviceProfileForMode::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDeviceProfileLibrary \ +static_assert(alignof(USBZDeviceProfileLibrary) == 0x000008, "Wrong alignment on USBZDeviceProfileLibrary"); \ +static_assert(sizeof(USBZDeviceProfileLibrary) == 0x000030, "Wrong size on USBZDeviceProfileLibrary"); \ + +#define DUMPER7_ASSERTS_USBZAICrewEquipmentData \ +static_assert(alignof(USBZAICrewEquipmentData) == 0x000008, "Wrong alignment on USBZAICrewEquipmentData"); \ +static_assert(sizeof(USBZAICrewEquipmentData) == 0x0000D8, "Wrong size on USBZAICrewEquipmentData"); \ +static_assert(offsetof(USBZAICrewEquipmentData, MaskData) == 0x000060, "Member 'USBZAICrewEquipmentData::MaskData' has a wrong offset!"); \ +static_assert(offsetof(USBZAICrewEquipmentData, MaskConfig) == 0x000068, "Member 'USBZAICrewEquipmentData::MaskConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZReactionPredicate_RoomSoundDistance_Footstep \ +static_assert(alignof(USBZReactionPredicate_RoomSoundDistance_Footstep) == 0x000008, "Wrong alignment on USBZReactionPredicate_RoomSoundDistance_Footstep"); \ +static_assert(sizeof(USBZReactionPredicate_RoomSoundDistance_Footstep) == 0x000038, "Wrong size on USBZReactionPredicate_RoomSoundDistance_Footstep"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuChallengeCategorySelectionScreen_NativeOnCategoryButtonSelected \ +static_assert(alignof(SBZMainMenuChallengeCategorySelectionScreen_NativeOnCategoryButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuChallengeCategorySelectionScreen_NativeOnCategoryButtonSelected"); \ +static_assert(sizeof(SBZMainMenuChallengeCategorySelectionScreen_NativeOnCategoryButtonSelected) == 0x000008, "Wrong size on SBZMainMenuChallengeCategorySelectionScreen_NativeOnCategoryButtonSelected"); \ +static_assert(offsetof(SBZMainMenuChallengeCategorySelectionScreen_NativeOnCategoryButtonSelected, InCategoryButton) == 0x000000, "Member 'SBZMainMenuChallengeCategorySelectionScreen_NativeOnCategoryButtonSelected::InCategoryButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuChallengeCategorySelectionScreen \ +static_assert(alignof(USBZMainMenuChallengeCategorySelectionScreen) == 0x000008, "Wrong alignment on USBZMainMenuChallengeCategorySelectionScreen"); \ +static_assert(sizeof(USBZMainMenuChallengeCategorySelectionScreen) == 0x0002E0, "Wrong size on USBZMainMenuChallengeCategorySelectionScreen"); \ +static_assert(offsetof(USBZMainMenuChallengeCategorySelectionScreen, HorizontalBox_ChallengeCategorySelection) == 0x0002C0, "Member 'USBZMainMenuChallengeCategorySelectionScreen::HorizontalBox_ChallengeCategorySelection' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuChallengeCategorySelectionScreen, Widget_ChallengeScreen) == 0x0002C8, "Member 'USBZMainMenuChallengeCategorySelectionScreen::Widget_ChallengeScreen' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuChallengeCategorySelectionScreen, ChallengeCategoryButton) == 0x0002D0, "Member 'USBZMainMenuChallengeCategorySelectionScreen::ChallengeCategoryButton' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuChallengeCategorySelectionScreen, PanelButtonPadding) == 0x0002D8, "Member 'USBZMainMenuChallengeCategorySelectionScreen::PanelButtonPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICrewState_GetCharacterName \ +static_assert(alignof(SBZAICrewState_GetCharacterName) == 0x000008, "Wrong alignment on SBZAICrewState_GetCharacterName"); \ +static_assert(sizeof(SBZAICrewState_GetCharacterName) == 0x000018, "Wrong size on SBZAICrewState_GetCharacterName"); \ +static_assert(offsetof(SBZAICrewState_GetCharacterName, ReturnValue) == 0x000000, "Member 'SBZAICrewState_GetCharacterName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICrewState_GetCrewAIColor \ +static_assert(alignof(SBZAICrewState_GetCrewAIColor) == 0x000004, "Wrong alignment on SBZAICrewState_GetCrewAIColor"); \ +static_assert(sizeof(SBZAICrewState_GetCrewAIColor) == 0x000010, "Wrong size on SBZAICrewState_GetCrewAIColor"); \ +static_assert(offsetof(SBZAICrewState_GetCrewAIColor, ReturnValue) == 0x000000, "Member 'SBZAICrewState_GetCrewAIColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICrewState_Multicast_SetDefeatState \ +static_assert(alignof(SBZAICrewState_Multicast_SetDefeatState) == 0x000001, "Wrong alignment on SBZAICrewState_Multicast_SetDefeatState"); \ +static_assert(sizeof(SBZAICrewState_Multicast_SetDefeatState) == 0x000001, "Wrong size on SBZAICrewState_Multicast_SetDefeatState"); \ +static_assert(offsetof(SBZAICrewState_Multicast_SetDefeatState, InState) == 0x000000, "Member 'SBZAICrewState_Multicast_SetDefeatState::InState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICrewState_Multicast_SetMaskOn \ +static_assert(alignof(SBZAICrewState_Multicast_SetMaskOn) == 0x000001, "Wrong alignment on SBZAICrewState_Multicast_SetMaskOn"); \ +static_assert(sizeof(SBZAICrewState_Multicast_SetMaskOn) == 0x000001, "Wrong size on SBZAICrewState_Multicast_SetMaskOn"); \ +static_assert(offsetof(SBZAICrewState_Multicast_SetMaskOn, bMaskOn) == 0x000000, "Member 'SBZAICrewState_Multicast_SetMaskOn::bMaskOn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICrewState_OnRep_Character \ +static_assert(alignof(SBZAICrewState_OnRep_Character) == 0x000008, "Wrong alignment on SBZAICrewState_OnRep_Character"); \ +static_assert(sizeof(SBZAICrewState_OnRep_Character) == 0x000008, "Wrong size on SBZAICrewState_OnRep_Character"); \ +static_assert(offsetof(SBZAICrewState_OnRep_Character, OldCharacter) == 0x000000, "Member 'SBZAICrewState_OnRep_Character::OldCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICrewState_OnRep_DefeatState \ +static_assert(alignof(SBZAICrewState_OnRep_DefeatState) == 0x000001, "Wrong alignment on SBZAICrewState_OnRep_DefeatState"); \ +static_assert(sizeof(SBZAICrewState_OnRep_DefeatState) == 0x000001, "Wrong size on SBZAICrewState_OnRep_DefeatState"); \ +static_assert(offsetof(SBZAICrewState_OnRep_DefeatState, InOldDefeatState) == 0x000000, "Member 'SBZAICrewState_OnRep_DefeatState::InOldDefeatState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICrewState_GetCharacterIcon \ +static_assert(alignof(SBZAICrewState_GetCharacterIcon) == 0x000008, "Wrong alignment on SBZAICrewState_GetCharacterIcon"); \ +static_assert(sizeof(SBZAICrewState_GetCharacterIcon) == 0x000008, "Wrong size on SBZAICrewState_GetCharacterIcon"); \ +static_assert(offsetof(SBZAICrewState_GetCharacterIcon, ReturnValue) == 0x000000, "Member 'SBZAICrewState_GetCharacterIcon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICrewState_GetMaskedCharacterIcon \ +static_assert(alignof(SBZAICrewState_GetMaskedCharacterIcon) == 0x000008, "Wrong alignment on SBZAICrewState_GetMaskedCharacterIcon"); \ +static_assert(sizeof(SBZAICrewState_GetMaskedCharacterIcon) == 0x000008, "Wrong size on SBZAICrewState_GetMaskedCharacterIcon"); \ +static_assert(offsetof(SBZAICrewState_GetMaskedCharacterIcon, ReturnValue) == 0x000000, "Member 'SBZAICrewState_GetMaskedCharacterIcon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAICrewState_IsMaskOn \ +static_assert(alignof(SBZAICrewState_IsMaskOn) == 0x000001, "Wrong alignment on SBZAICrewState_IsMaskOn"); \ +static_assert(sizeof(SBZAICrewState_IsMaskOn) == 0x000001, "Wrong size on SBZAICrewState_IsMaskOn"); \ +static_assert(offsetof(SBZAICrewState_IsMaskOn, ReturnValue) == 0x000000, "Member 'SBZAICrewState_IsMaskOn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAICrewState \ +static_assert(alignof(ASBZAICrewState) == 0x000008, "Wrong alignment on ASBZAICrewState"); \ +static_assert(sizeof(ASBZAICrewState) == 0x000348, "Wrong size on ASBZAICrewState"); \ +static_assert(offsetof(ASBZAICrewState, Character) == 0x000308, "Member 'ASBZAICrewState::Character' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewState, CharacterClass) == 0x000310, "Member 'ASBZAICrewState::CharacterClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewState, DefeatState) == 0x000318, "Member 'ASBZAICrewState::DefeatState' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewState, OldDefeatState) == 0x000319, "Member 'ASBZAICrewState::OldDefeatState' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewState, bIsMaskOn) == 0x00031A, "Member 'ASBZAICrewState::bIsMaskOn' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewState, CachedCharacterName) == 0x000320, "Member 'ASBZAICrewState::CachedCharacterName' has a wrong offset!"); \ +static_assert(offsetof(ASBZAICrewState, CachedCrewAIColor) == 0x000338, "Member 'ASBZAICrewState::CachedCrewAIColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIDataProvider_DefensePointAngle \ +static_assert(alignof(USBZAIDataProvider_DefensePointAngle) == 0x000008, "Wrong alignment on USBZAIDataProvider_DefensePointAngle"); \ +static_assert(sizeof(USBZAIDataProvider_DefensePointAngle) == 0x000038, "Wrong size on USBZAIDataProvider_DefensePointAngle"); \ +static_assert(offsetof(USBZAIDataProvider_DefensePointAngle, FloatValue) == 0x000030, "Member 'USBZAIDataProvider_DefensePointAngle::FloatValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZItemProgressionManager_GetItemProgressionManager \ +static_assert(alignof(SBZItemProgressionManager_GetItemProgressionManager) == 0x000008, "Wrong alignment on SBZItemProgressionManager_GetItemProgressionManager"); \ +static_assert(sizeof(SBZItemProgressionManager_GetItemProgressionManager) == 0x000010, "Wrong size on SBZItemProgressionManager_GetItemProgressionManager"); \ +static_assert(offsetof(SBZItemProgressionManager_GetItemProgressionManager, WorldContextObject) == 0x000000, "Member 'SBZItemProgressionManager_GetItemProgressionManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZItemProgressionManager_GetItemProgressionManager, ReturnValue) == 0x000008, "Member 'SBZItemProgressionManager_GetItemProgressionManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZItemProgressionManager \ +static_assert(alignof(USBZItemProgressionManager) == 0x000008, "Wrong alignment on USBZItemProgressionManager"); \ +static_assert(sizeof(USBZItemProgressionManager) == 0x000098, "Wrong size on USBZItemProgressionManager"); \ +static_assert(offsetof(USBZItemProgressionManager, OnInitializedItemProgressionDone) == 0x000030, "Member 'USBZItemProgressionManager::OnInitializedItemProgressionDone' has a wrong offset!"); \ +static_assert(offsetof(USBZItemProgressionManager, PlayerItemProgression) == 0x000040, "Member 'USBZItemProgressionManager::PlayerItemProgression' has a wrong offset!"); \ +static_assert(offsetof(USBZItemProgressionManager, PlayerNonInventoryItemInfoMap) == 0x000048, "Member 'USBZItemProgressionManager::PlayerNonInventoryItemInfoMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIDataProvider_NavQueryFilter_AICharacter \ +static_assert(alignof(USBZAIDataProvider_NavQueryFilter_AICharacter) == 0x000008, "Wrong alignment on USBZAIDataProvider_NavQueryFilter_AICharacter"); \ +static_assert(sizeof(USBZAIDataProvider_NavQueryFilter_AICharacter) == 0x000038, "Wrong size on USBZAIDataProvider_NavQueryFilter_AICharacter"); \ +static_assert(offsetof(USBZAIDataProvider_NavQueryFilter_AICharacter, NQFClass) == 0x000030, "Member 'USBZAIDataProvider_NavQueryFilter_AICharacter::NQFClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_SavePosition \ +static_assert(alignof(USBZBTTask_SavePosition) == 0x000008, "Wrong alignment on USBZBTTask_SavePosition"); \ +static_assert(sizeof(USBZBTTask_SavePosition) == 0x0000D8, "Wrong size on USBZBTTask_SavePosition"); \ +static_assert(offsetof(USBZBTTask_SavePosition, SavedPosition) == 0x000078, "Member 'USBZBTTask_SavePosition::SavedPosition' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_SavePosition, SavedRotation) == 0x0000A8, "Member 'USBZBTTask_SavePosition::SavedRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIDataProvider_PreferredRange \ +static_assert(alignof(USBZAIDataProvider_PreferredRange) == 0x000008, "Wrong alignment on USBZAIDataProvider_PreferredRange"); \ +static_assert(sizeof(USBZAIDataProvider_PreferredRange) == 0x000038, "Wrong size on USBZAIDataProvider_PreferredRange"); \ +static_assert(offsetof(USBZAIDataProvider_PreferredRange, FloatValue) == 0x000030, "Member 'USBZAIDataProvider_PreferredRange::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(USBZAIDataProvider_PreferredRange, DistanceMultiplier) == 0x000034, "Member 'USBZAIDataProvider_PreferredRange::DistanceMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIDataProvider_TowerHidingSpotPreferredRange \ +static_assert(alignof(USBZAIDataProvider_TowerHidingSpotPreferredRange) == 0x000008, "Wrong alignment on USBZAIDataProvider_TowerHidingSpotPreferredRange"); \ +static_assert(sizeof(USBZAIDataProvider_TowerHidingSpotPreferredRange) == 0x000038, "Wrong size on USBZAIDataProvider_TowerHidingSpotPreferredRange"); \ +static_assert(offsetof(USBZAIDataProvider_TowerHidingSpotPreferredRange, FloatValue) == 0x000030, "Member 'USBZAIDataProvider_TowerHidingSpotPreferredRange::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(USBZAIDataProvider_TowerHidingSpotPreferredRange, AdditionalDistance) == 0x000034, "Member 'USBZAIDataProvider_TowerHidingSpotPreferredRange::AdditionalDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_ShieldCoverStepOut \ +static_assert(alignof(USBZBTTask_ShieldCoverStepOut) == 0x000008, "Wrong alignment on USBZBTTask_ShieldCoverStepOut"); \ +static_assert(sizeof(USBZBTTask_ShieldCoverStepOut) == 0x0000F0, "Wrong size on USBZBTTask_ShieldCoverStepOut"); \ +static_assert(offsetof(USBZBTTask_ShieldCoverStepOut, TargetBBKey) == 0x000078, "Member 'USBZBTTask_ShieldCoverStepOut::TargetBBKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_ShieldCoverStepOut, ShootingPointLocationBBKey) == 0x0000A8, "Member 'USBZBTTask_ShieldCoverStepOut::ShootingPointLocationBBKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_ShieldCoverStepOut, DotAnglePeek) == 0x0000D8, "Member 'USBZBTTask_ShieldCoverStepOut::DotAnglePeek' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_ShieldCoverStepOut, MoveForwardAmount) == 0x0000DC, "Member 'USBZBTTask_ShieldCoverStepOut::MoveForwardAmount' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_ShieldCoverStepOut, MoveSidewaysAmount) == 0x0000E0, "Member 'USBZBTTask_ShieldCoverStepOut::MoveSidewaysAmount' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_ShieldCoverStepOut, StepOutLeft) == 0x0000E4, "Member 'USBZBTTask_ShieldCoverStepOut::StepOutLeft' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_ShieldCoverStepOut, StepOutRight) == 0x0000E8, "Member 'USBZBTTask_ShieldCoverStepOut::StepOutRight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAIDefensePoint \ +static_assert(alignof(ASBZAIDefensePoint) == 0x000008, "Wrong alignment on ASBZAIDefensePoint"); \ +static_assert(sizeof(ASBZAIDefensePoint) == 0x0002F8, "Wrong size on ASBZAIDefensePoint"); \ + +#define DUMPER7_ASSERTS_USBZPedestrianTrafficNavLinkPreviewData \ +static_assert(alignof(USBZPedestrianTrafficNavLinkPreviewData) == 0x000008, "Wrong alignment on USBZPedestrianTrafficNavLinkPreviewData"); \ +static_assert(sizeof(USBZPedestrianTrafficNavLinkPreviewData) == 0x000048, "Wrong size on USBZPedestrianTrafficNavLinkPreviewData"); \ +static_assert(offsetof(USBZPedestrianTrafficNavLinkPreviewData, SkeletalMesh) == 0x000038, "Member 'USBZPedestrianTrafficNavLinkPreviewData::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(USBZPedestrianTrafficNavLinkPreviewData, Animation) == 0x000040, "Member 'USBZPedestrianTrafficNavLinkPreviewData::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAIDeliveryDrone \ +static_assert(alignof(ASBZAIDeliveryDrone) == 0x000010, "Wrong alignment on ASBZAIDeliveryDrone"); \ +static_assert(sizeof(ASBZAIDeliveryDrone) == 0x000620, "Wrong size on ASBZAIDeliveryDrone"); \ +static_assert(offsetof(ASBZAIDeliveryDrone, OverkillWeaponBagType) == 0x0005B0, "Member 'ASBZAIDeliveryDrone::OverkillWeaponBagType' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDeliveryDrone, PreferredRange) == 0x0005B8, "Member 'ASBZAIDeliveryDrone::PreferredRange' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDeliveryDrone, TypeTag) == 0x0005BC, "Member 'ASBZAIDeliveryDrone::TypeTag' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDeliveryDrone, BackupBehaviorTree) == 0x0005C8, "Member 'ASBZAIDeliveryDrone::BackupBehaviorTree' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDeliveryDrone, StartEvent) == 0x0005D0, "Member 'ASBZAIDeliveryDrone::StartEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDeliveryDrone, StopEvent) == 0x0005D8, "Member 'ASBZAIDeliveryDrone::StopEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDeliveryDrone, DropBagEvent) == 0x0005E0, "Member 'ASBZAIDeliveryDrone::DropBagEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDeliveryDrone, DespawnEvent) == 0x0005E8, "Member 'ASBZAIDeliveryDrone::DespawnEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDeliveryDrone, AkComponent) == 0x0005F0, "Member 'ASBZAIDeliveryDrone::AkComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDeliveryDrone, CurrentBagHandle) == 0x0005F8, "Member 'ASBZAIDeliveryDrone::CurrentBagHandle' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDeliveryDrone, RoomVolumeArray) == 0x000608, "Member 'ASBZAIDeliveryDrone::RoomVolumeArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDeliveryDrone, bIsBagDropped) == 0x000618, "Member 'ASBZAIDeliveryDrone::bIsBagDropped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillAmmoSpecAmmoUpIAced \ +static_assert(alignof(USBZSkillAmmoSpecAmmoUpIAced) == 0x000008, "Wrong alignment on USBZSkillAmmoSpecAmmoUpIAced"); \ +static_assert(sizeof(USBZSkillAmmoSpecAmmoUpIAced) == 0x000230, "Wrong size on USBZSkillAmmoSpecAmmoUpIAced"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_TriggerAbilitySafe \ +static_assert(alignof(USBZBTTask_TriggerAbilitySafe) == 0x000008, "Wrong alignment on USBZBTTask_TriggerAbilitySafe"); \ +static_assert(sizeof(USBZBTTask_TriggerAbilitySafe) == 0x000088, "Wrong size on USBZBTTask_TriggerAbilitySafe"); \ +static_assert(offsetof(USBZBTTask_TriggerAbilitySafe, AbilityInput) == 0x000078, "Member 'USBZBTTask_TriggerAbilitySafe::AbilityInput' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_TriggerAbilitySafe, bCancelOnFinish) == 0x000079, "Member 'USBZBTTask_TriggerAbilitySafe::bCancelOnFinish' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_TriggerAbilitySafe, TimeToHoldInput) == 0x00007C, "Member 'USBZBTTask_TriggerAbilitySafe::TimeToHoldInput' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_TriggerAbilitySafe, bShouldWaitForAbility) == 0x000080, "Member 'USBZBTTask_TriggerAbilitySafe::bShouldWaitForAbility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIDrone_AddForce \ +static_assert(alignof(SBZAIDrone_AddForce) == 0x000004, "Wrong alignment on SBZAIDrone_AddForce"); \ +static_assert(sizeof(SBZAIDrone_AddForce) == 0x00000C, "Wrong size on SBZAIDrone_AddForce"); \ +static_assert(offsetof(SBZAIDrone_AddForce, LinearForce) == 0x000000, "Member 'SBZAIDrone_AddForce::LinearForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIDrone_Multicast_PredictedRagdollDenied \ +static_assert(alignof(SBZAIDrone_Multicast_PredictedRagdollDenied) == 0x000004, "Wrong alignment on SBZAIDrone_Multicast_PredictedRagdollDenied"); \ +static_assert(sizeof(SBZAIDrone_Multicast_PredictedRagdollDenied) == 0x000004, "Wrong size on SBZAIDrone_Multicast_PredictedRagdollDenied"); \ +static_assert(offsetof(SBZAIDrone_Multicast_PredictedRagdollDenied, HurtReactionIndex) == 0x000000, "Member 'SBZAIDrone_Multicast_PredictedRagdollDenied::HurtReactionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIDrone_Multicast_RemoveRuntime \ +static_assert(alignof(SBZAIDrone_Multicast_RemoveRuntime) == 0x000001, "Wrong alignment on SBZAIDrone_Multicast_RemoveRuntime"); \ +static_assert(sizeof(SBZAIDrone_Multicast_RemoveRuntime) == 0x000001, "Wrong size on SBZAIDrone_Multicast_RemoveRuntime"); \ +static_assert(offsetof(SBZAIDrone_Multicast_RemoveRuntime, InRuntimeToRemove) == 0x000000, "Member 'SBZAIDrone_Multicast_RemoveRuntime::InRuntimeToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIDrone_Multicast_ReplicateExplosion \ +static_assert(alignof(SBZAIDrone_Multicast_ReplicateExplosion) == 0x000008, "Wrong alignment on SBZAIDrone_Multicast_ReplicateExplosion"); \ +static_assert(sizeof(SBZAIDrone_Multicast_ReplicateExplosion) == 0x000028, "Wrong size on SBZAIDrone_Multicast_ReplicateExplosion"); \ +static_assert(offsetof(SBZAIDrone_Multicast_ReplicateExplosion, Result) == 0x000000, "Member 'SBZAIDrone_Multicast_ReplicateExplosion::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIDrone_Multicast_SetCurrentTarget \ +static_assert(alignof(SBZAIDrone_Multicast_SetCurrentTarget) == 0x000008, "Wrong alignment on SBZAIDrone_Multicast_SetCurrentTarget"); \ +static_assert(sizeof(SBZAIDrone_Multicast_SetCurrentTarget) == 0x000008, "Wrong size on SBZAIDrone_Multicast_SetCurrentTarget"); \ +static_assert(offsetof(SBZAIDrone_Multicast_SetCurrentTarget, NewTarget) == 0x000000, "Member 'SBZAIDrone_Multicast_SetCurrentTarget::NewTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIDrone_Multicast_SetRuntimed \ +static_assert(alignof(SBZAIDrone_Multicast_SetRuntimed) == 0x000001, "Wrong alignment on SBZAIDrone_Multicast_SetRuntimed"); \ +static_assert(sizeof(SBZAIDrone_Multicast_SetRuntimed) == 0x000001, "Wrong size on SBZAIDrone_Multicast_SetRuntimed"); \ +static_assert(offsetof(SBZAIDrone_Multicast_SetRuntimed, InRuntimeState) == 0x000000, "Member 'SBZAIDrone_Multicast_SetRuntimed::InRuntimeState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIDrone_Multicast_TelegraphAttack \ +static_assert(alignof(SBZAIDrone_Multicast_TelegraphAttack) == 0x000001, "Wrong alignment on SBZAIDrone_Multicast_TelegraphAttack"); \ +static_assert(sizeof(SBZAIDrone_Multicast_TelegraphAttack) == 0x000001, "Wrong size on SBZAIDrone_Multicast_TelegraphAttack"); \ +static_assert(offsetof(SBZAIDrone_Multicast_TelegraphAttack, bInIsTelegraphingAttack) == 0x000000, "Member 'SBZAIDrone_Multicast_TelegraphAttack::bInIsTelegraphingAttack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIDrone_OnAckAbortInteraction \ +static_assert(alignof(SBZAIDrone_OnAckAbortInteraction) == 0x000008, "Wrong alignment on SBZAIDrone_OnAckAbortInteraction"); \ +static_assert(sizeof(SBZAIDrone_OnAckAbortInteraction) == 0x000018, "Wrong size on SBZAIDrone_OnAckAbortInteraction"); \ +static_assert(offsetof(SBZAIDrone_OnAckAbortInteraction, InInteractable) == 0x000000, "Member 'SBZAIDrone_OnAckAbortInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZAIDrone_OnAckAbortInteraction, Interactor) == 0x000008, "Member 'SBZAIDrone_OnAckAbortInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZAIDrone_OnAckAbortInteraction, bIsLocallyControlledInteractor) == 0x000010, "Member 'SBZAIDrone_OnAckAbortInteraction::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIDrone_OnAckCompleteInteraction \ +static_assert(alignof(SBZAIDrone_OnAckCompleteInteraction) == 0x000008, "Wrong alignment on SBZAIDrone_OnAckCompleteInteraction"); \ +static_assert(sizeof(SBZAIDrone_OnAckCompleteInteraction) == 0x000018, "Wrong size on SBZAIDrone_OnAckCompleteInteraction"); \ +static_assert(offsetof(SBZAIDrone_OnAckCompleteInteraction, InInteractable) == 0x000000, "Member 'SBZAIDrone_OnAckCompleteInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZAIDrone_OnAckCompleteInteraction, Interactor) == 0x000008, "Member 'SBZAIDrone_OnAckCompleteInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZAIDrone_OnAckCompleteInteraction, bIsLocallyControlledInteractor) == 0x000010, "Member 'SBZAIDrone_OnAckCompleteInteraction::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIDrone_OnECMCountChanged \ +static_assert(alignof(SBZAIDrone_OnECMCountChanged) == 0x000004, "Wrong alignment on SBZAIDrone_OnECMCountChanged"); \ +static_assert(sizeof(SBZAIDrone_OnECMCountChanged) == 0x000010, "Wrong size on SBZAIDrone_OnECMCountChanged"); \ +static_assert(offsetof(SBZAIDrone_OnECMCountChanged, NewCount) == 0x000000, "Member 'SBZAIDrone_OnECMCountChanged::NewCount' has a wrong offset!"); \ +static_assert(offsetof(SBZAIDrone_OnECMCountChanged, OldCount) == 0x000004, "Member 'SBZAIDrone_OnECMCountChanged::OldCount' has a wrong offset!"); \ +static_assert(offsetof(SBZAIDrone_OnECMCountChanged, AddedTime) == 0x000008, "Member 'SBZAIDrone_OnECMCountChanged::AddedTime' has a wrong offset!"); \ +static_assert(offsetof(SBZAIDrone_OnECMCountChanged, bInIsSignalScanActive) == 0x00000C, "Member 'SBZAIDrone_OnECMCountChanged::bInIsSignalScanActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIDrone_OnPredictedAbortInteraction \ +static_assert(alignof(SBZAIDrone_OnPredictedAbortInteraction) == 0x000008, "Wrong alignment on SBZAIDrone_OnPredictedAbortInteraction"); \ +static_assert(sizeof(SBZAIDrone_OnPredictedAbortInteraction) == 0x000018, "Wrong size on SBZAIDrone_OnPredictedAbortInteraction"); \ +static_assert(offsetof(SBZAIDrone_OnPredictedAbortInteraction, InInteractable) == 0x000000, "Member 'SBZAIDrone_OnPredictedAbortInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZAIDrone_OnPredictedAbortInteraction, Interactor) == 0x000008, "Member 'SBZAIDrone_OnPredictedAbortInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZAIDrone_OnPredictedAbortInteraction, bIsLocallyControlledInteractor) == 0x000010, "Member 'SBZAIDrone_OnPredictedAbortInteraction::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIDrone_OnRuntimeStateApplied \ +static_assert(alignof(SBZAIDrone_OnRuntimeStateApplied) == 0x000001, "Wrong alignment on SBZAIDrone_OnRuntimeStateApplied"); \ +static_assert(sizeof(SBZAIDrone_OnRuntimeStateApplied) == 0x000001, "Wrong size on SBZAIDrone_OnRuntimeStateApplied"); \ +static_assert(offsetof(SBZAIDrone_OnRuntimeStateApplied, AppliedState) == 0x000000, "Member 'SBZAIDrone_OnRuntimeStateApplied::AppliedState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIDrone_OnRuntimeStateRemoved \ +static_assert(alignof(SBZAIDrone_OnRuntimeStateRemoved) == 0x000001, "Wrong alignment on SBZAIDrone_OnRuntimeStateRemoved"); \ +static_assert(sizeof(SBZAIDrone_OnRuntimeStateRemoved) == 0x000001, "Wrong size on SBZAIDrone_OnRuntimeStateRemoved"); \ +static_assert(offsetof(SBZAIDrone_OnRuntimeStateRemoved, AppliedState) == 0x000000, "Member 'SBZAIDrone_OnRuntimeStateRemoved::AppliedState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIDrone_OnServerAbortInteraction \ +static_assert(alignof(SBZAIDrone_OnServerAbortInteraction) == 0x000008, "Wrong alignment on SBZAIDrone_OnServerAbortInteraction"); \ +static_assert(sizeof(SBZAIDrone_OnServerAbortInteraction) == 0x000018, "Wrong size on SBZAIDrone_OnServerAbortInteraction"); \ +static_assert(offsetof(SBZAIDrone_OnServerAbortInteraction, InInteractable) == 0x000000, "Member 'SBZAIDrone_OnServerAbortInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZAIDrone_OnServerAbortInteraction, Interactor) == 0x000008, "Member 'SBZAIDrone_OnServerAbortInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZAIDrone_OnServerAbortInteraction, bIsLocallyControlledInteractor) == 0x000010, "Member 'SBZAIDrone_OnServerAbortInteraction::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAIDrone \ +static_assert(alignof(ASBZAIDrone) == 0x000010, "Wrong alignment on ASBZAIDrone"); \ +static_assert(sizeof(ASBZAIDrone) == 0x000AF0, "Wrong size on ASBZAIDrone"); \ +static_assert(offsetof(ASBZAIDrone, AttributeSet) == 0x000768, "Member 'ASBZAIDrone::AttributeSet' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, DestroyedEffect) == 0x000770, "Member 'ASBZAIDrone::DestroyedEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, DestroyedEvent) == 0x000778, "Member 'ASBZAIDrone::DestroyedEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, EquippableConfigArray) == 0x000780, "Member 'ASBZAIDrone::EquippableConfigArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, EquippableArray) == 0x000790, "Member 'ASBZAIDrone::EquippableArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, PreferredRangeBuffer) == 0x0007A0, "Member 'ASBZAIDrone::PreferredRangeBuffer' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, AbilitySystemComponent) == 0x0007A8, "Member 'ASBZAIDrone::AbilitySystemComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, AbilityData) == 0x0007B0, "Member 'ASBZAIDrone::AbilityData' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, Type) == 0x0007B8, "Member 'ASBZAIDrone::Type' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, AIVisibilityNodeComputationFrequency) == 0x0007C4, "Member 'ASBZAIDrone::AIVisibilityNodeComputationFrequency' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, VoiceComponent) == 0x0007C8, "Member 'ASBZAIDrone::VoiceComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, StimuliSourceComponent) == 0x0007D0, "Member 'ASBZAIDrone::StimuliSourceComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, OutlineComponent) == 0x0007D8, "Member 'ASBZAIDrone::OutlineComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, ShoutTarget) == 0x0007E0, "Member 'ASBZAIDrone::ShoutTarget' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, RangedWeapon) == 0x0007E8, "Member 'ASBZAIDrone::RangedWeapon' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, TeamId) == 0x0007F0, "Member 'ASBZAIDrone::TeamId' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, RangedWeaponAttachmentSocket) == 0x0007F4, "Member 'ASBZAIDrone::RangedWeaponAttachmentSocket' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, RoomVolumes) == 0x000800, "Member 'ASBZAIDrone::RoomVolumes' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, HackableInteractable) == 0x000810, "Member 'ASBZAIDrone::HackableInteractable' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, RuntimeState) == 0x000818, "Member 'ASBZAIDrone::RuntimeState' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, HackedFactionId) == 0x000819, "Member 'ASBZAIDrone::HackedFactionId' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, PlayerExplosionRange) == 0x00081C, "Member 'ASBZAIDrone::PlayerExplosionRange' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, AIExplosionRange) == 0x000820, "Member 'ASBZAIDrone::AIExplosionRange' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, EMPEffectClass) == 0x000828, "Member 'ASBZAIDrone::EMPEffectClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, EMPExplodedEvent) == 0x000830, "Member 'ASBZAIDrone::EMPExplodedEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, EMPDetonationEffect) == 0x000838, "Member 'ASBZAIDrone::EMPDetonationEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, EMPStunDuration) == 0x000840, "Member 'ASBZAIDrone::EMPStunDuration' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, TacticalFlashEffectClass) == 0x000848, "Member 'ASBZAIDrone::TacticalFlashEffectClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, TacticalFlashPlayerFeedback) == 0x000850, "Member 'ASBZAIDrone::TacticalFlashPlayerFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, GuaranteedFlashDistance) == 0x000858, "Member 'ASBZAIDrone::GuaranteedFlashDistance' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, MaximumAngleDifference) == 0x00085C, "Member 'ASBZAIDrone::MaximumAngleDifference' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, FlashPlayerFalloffExponent) == 0x000860, "Member 'ASBZAIDrone::FlashPlayerFalloffExponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, TacticalFlashFeedbackCurve) == 0x000868, "Member 'ASBZAIDrone::TacticalFlashFeedbackCurve' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, TacticalFlashTag) == 0x0008F0, "Member 'ASBZAIDrone::TacticalFlashTag' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, FlashTagEffectDuration) == 0x0008FC, "Member 'ASBZAIDrone::FlashTagEffectDuration' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, TacticalFlashRange) == 0x000900, "Member 'ASBZAIDrone::TacticalFlashRange' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, BuffBlockMinThreshold) == 0x000904, "Member 'ASBZAIDrone::BuffBlockMinThreshold' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, BuffBlockCooldownAmount) == 0x000908, "Member 'ASBZAIDrone::BuffBlockCooldownAmount' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, HurtReactionData) == 0x000910, "Member 'ASBZAIDrone::HurtReactionData' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, RuntimedComment) == 0x000928, "Member 'ASBZAIDrone::RuntimedComment' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, FireWeaponComment) == 0x000930, "Member 'ASBZAIDrone::FireWeaponComment' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, ExplosionInstigator) == 0x000938, "Member 'ASBZAIDrone::ExplosionInstigator' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, CurrentTarget) == 0x000940, "Member 'ASBZAIDrone::CurrentTarget' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, StatisticsMarkDrone) == 0x000948, "Member 'ASBZAIDrone::StatisticsMarkDrone' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, StatisticsMarkEnemy) == 0x000958, "Member 'ASBZAIDrone::StatisticsMarkEnemy' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, StatisticsMarkEnemyCamera) == 0x000968, "Member 'ASBZAIDrone::StatisticsMarkEnemyCamera' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, StatisticsMarkEnemyMicroCamera) == 0x000978, "Member 'ASBZAIDrone::StatisticsMarkEnemyMicroCamera' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, AIDamageModifier) == 0x000988, "Member 'ASBZAIDrone::AIDamageModifier' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, MarkedGameplayEffectClass) == 0x000990, "Member 'ASBZAIDrone::MarkedGameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, MarkedOutline) == 0x000998, "Member 'ASBZAIDrone::MarkedOutline' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, AKComponent) == 0x0009A0, "Member 'ASBZAIDrone::AKComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, SentryHackDamageAmount) == 0x0009A8, "Member 'ASBZAIDrone::SentryHackDamageAmount' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, SentryHackDamageInterval) == 0x0009B8, "Member 'ASBZAIDrone::SentryHackDamageInterval' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, DamageStatusMarkerAsset) == 0x0009E0, "Member 'ASBZAIDrone::DamageStatusMarkerAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, LastArmorConductorPlayerState) == 0x0009E8, "Member 'ASBZAIDrone::LastArmorConductorPlayerState' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, bShouldTelegraphAttack) == 0x000A20, "Member 'ASBZAIDrone::bShouldTelegraphAttack' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, bIsHackingSentry) == 0x000A22, "Member 'ASBZAIDrone::bIsHackingSentry' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, HackingSentryEffectComponent) == 0x000A28, "Member 'ASBZAIDrone::HackingSentryEffectComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, HackingSentryEffect) == 0x000A30, "Member 'ASBZAIDrone::HackingSentryEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, TraceEffectDistanceName) == 0x000A38, "Member 'ASBZAIDrone::TraceEffectDistanceName' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, TraceEffectStunDurationName) == 0x000A44, "Member 'ASBZAIDrone::TraceEffectStunDurationName' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, TraceEndBone) == 0x000A50, "Member 'ASBZAIDrone::TraceEndBone' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, HackingSentryEventStart) == 0x000A60, "Member 'ASBZAIDrone::HackingSentryEventStart' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, HackingSentryEventStop) == 0x000A68, "Member 'ASBZAIDrone::HackingSentryEventStop' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, ReplicatedEquippableState) == 0x000A78, "Member 'ASBZAIDrone::ReplicatedEquippableState' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIDrone, HackedByPlayerArray) == 0x000AC0, "Member 'ASBZAIDrone::HackedByPlayerArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStartMainMenuSkillsSelection_CustomizeSkillsForPlayerLoadoutIndex \ +static_assert(alignof(SBZGameStartMainMenuSkillsSelection_CustomizeSkillsForPlayerLoadoutIndex) == 0x000004, "Wrong alignment on SBZGameStartMainMenuSkillsSelection_CustomizeSkillsForPlayerLoadoutIndex"); \ +static_assert(sizeof(SBZGameStartMainMenuSkillsSelection_CustomizeSkillsForPlayerLoadoutIndex) == 0x000008, "Wrong size on SBZGameStartMainMenuSkillsSelection_CustomizeSkillsForPlayerLoadoutIndex"); \ +static_assert(offsetof(SBZGameStartMainMenuSkillsSelection_CustomizeSkillsForPlayerLoadoutIndex, InLoadoutIndex) == 0x000000, "Member 'SBZGameStartMainMenuSkillsSelection_CustomizeSkillsForPlayerLoadoutIndex::InLoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStartMainMenuSkillsSelection_CustomizeSkillsForPlayerLoadoutIndex, ReturnValue) == 0x000004, "Member 'SBZGameStartMainMenuSkillsSelection_CustomizeSkillsForPlayerLoadoutIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStartMainMenuSkillsSelection_HandleProgressionSave \ +static_assert(alignof(SBZGameStartMainMenuSkillsSelection_HandleProgressionSave) == 0x000001, "Wrong alignment on SBZGameStartMainMenuSkillsSelection_HandleProgressionSave"); \ +static_assert(sizeof(SBZGameStartMainMenuSkillsSelection_HandleProgressionSave) == 0x000001, "Wrong size on SBZGameStartMainMenuSkillsSelection_HandleProgressionSave"); \ +static_assert(offsetof(SBZGameStartMainMenuSkillsSelection_HandleProgressionSave, Result) == 0x000000, "Member 'SBZGameStartMainMenuSkillsSelection_HandleProgressionSave::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStartMainMenuSkillsSelection_OnDescriptionScrollAxisChanged \ +static_assert(alignof(SBZGameStartMainMenuSkillsSelection_OnDescriptionScrollAxisChanged) == 0x000004, "Wrong alignment on SBZGameStartMainMenuSkillsSelection_OnDescriptionScrollAxisChanged"); \ +static_assert(sizeof(SBZGameStartMainMenuSkillsSelection_OnDescriptionScrollAxisChanged) == 0x000004, "Wrong size on SBZGameStartMainMenuSkillsSelection_OnDescriptionScrollAxisChanged"); \ +static_assert(offsetof(SBZGameStartMainMenuSkillsSelection_OnDescriptionScrollAxisChanged, Value) == 0x000000, "Member 'SBZGameStartMainMenuSkillsSelection_OnDescriptionScrollAxisChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStartMainMenuSkillsSelection_GetEquippedSkillCount \ +static_assert(alignof(SBZGameStartMainMenuSkillsSelection_GetEquippedSkillCount) == 0x000004, "Wrong alignment on SBZGameStartMainMenuSkillsSelection_GetEquippedSkillCount"); \ +static_assert(sizeof(SBZGameStartMainMenuSkillsSelection_GetEquippedSkillCount) == 0x000004, "Wrong size on SBZGameStartMainMenuSkillsSelection_GetEquippedSkillCount"); \ +static_assert(offsetof(SBZGameStartMainMenuSkillsSelection_GetEquippedSkillCount, ReturnValue) == 0x000000, "Member 'SBZGameStartMainMenuSkillsSelection_GetEquippedSkillCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGameStartMainMenuSkillsSelection \ +static_assert(alignof(USBZGameStartMainMenuSkillsSelection) == 0x000008, "Wrong alignment on USBZGameStartMainMenuSkillsSelection"); \ +static_assert(sizeof(USBZGameStartMainMenuSkillsSelection) == 0x0003C8, "Wrong size on USBZGameStartMainMenuSkillsSelection"); \ +static_assert(offsetof(USBZGameStartMainMenuSkillsSelection, Skills) == 0x0002F0, "Member 'USBZGameStartMainMenuSkillsSelection::Skills' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStartMainMenuSkillsSelection, AlternativeSelectionInput) == 0x000300, "Member 'USBZGameStartMainMenuSkillsSelection::AlternativeSelectionInput' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStartMainMenuSkillsSelection, AlternativeSelectionHoldDuration) == 0x00030C, "Member 'USBZGameStartMainMenuSkillsSelection::AlternativeSelectionHoldDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStartMainMenuSkillsSelection, DescriptionScrollAxis) == 0x000310, "Member 'USBZGameStartMainMenuSkillsSelection::DescriptionScrollAxis' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStartMainMenuSkillsSelection, DescriptionScrollSpeed) == 0x00031C, "Member 'USBZGameStartMainMenuSkillsSelection::DescriptionScrollSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStartMainMenuSkillsSelection, AxisDeadZone) == 0x000320, "Member 'USBZGameStartMainMenuSkillsSelection::AxisDeadZone' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStartMainMenuSkillsSelection, CurrentLoadoutIndex) == 0x000324, "Member 'USBZGameStartMainMenuSkillsSelection::CurrentLoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStartMainMenuSkillsSelection, CachedPlayerLoadout) == 0x000328, "Member 'USBZGameStartMainMenuSkillsSelection::CachedPlayerLoadout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_WaitEvade \ +static_assert(alignof(USBZBTTask_WaitEvade) == 0x000008, "Wrong alignment on USBZBTTask_WaitEvade"); \ +static_assert(sizeof(USBZBTTask_WaitEvade) == 0x000078, "Wrong size on USBZBTTask_WaitEvade"); \ + +#define DUMPER7_ASSERTS_USBZAIDroneAttributeSet \ +static_assert(alignof(USBZAIDroneAttributeSet) == 0x000008, "Wrong alignment on USBZAIDroneAttributeSet"); \ +static_assert(sizeof(USBZAIDroneAttributeSet) == 0x000278, "Wrong size on USBZAIDroneAttributeSet"); \ +static_assert(offsetof(USBZAIDroneAttributeSet, AccuracyPenalty) == 0x000258, "Member 'USBZAIDroneAttributeSet::AccuracyPenalty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStatisticCriteriaData \ +static_assert(alignof(USBZStatisticCriteriaData) == 0x000008, "Wrong alignment on USBZStatisticCriteriaData"); \ +static_assert(sizeof(USBZStatisticCriteriaData) == 0x000070, "Wrong size on USBZStatisticCriteriaData"); \ +static_assert(offsetof(USBZStatisticCriteriaData, HeistDataArray) == 0x000038, "Member 'USBZStatisticCriteriaData::HeistDataArray' has a wrong offset!"); \ +static_assert(offsetof(USBZStatisticCriteriaData, LowestDifficulty) == 0x000048, "Member 'USBZStatisticCriteriaData::LowestDifficulty' has a wrong offset!"); \ +static_assert(offsetof(USBZStatisticCriteriaData, MinPassableState) == 0x000049, "Member 'USBZStatisticCriteriaData::MinPassableState' has a wrong offset!"); \ +static_assert(offsetof(USBZStatisticCriteriaData, MaxPassableState) == 0x00004A, "Member 'USBZStatisticCriteriaData::MaxPassableState' has a wrong offset!"); \ +static_assert(offsetof(USBZStatisticCriteriaData, StatisticCode) == 0x000050, "Member 'USBZStatisticCriteriaData::StatisticCode' has a wrong offset!"); \ +static_assert(offsetof(USBZStatisticCriteriaData, bUseCompletionTime) == 0x000060, "Member 'USBZStatisticCriteriaData::bUseCompletionTime' has a wrong offset!"); \ +static_assert(offsetof(USBZStatisticCriteriaData, CompletionTime) == 0x000064, "Member 'USBZStatisticCriteriaData::CompletionTime' has a wrong offset!"); \ +static_assert(offsetof(USBZStatisticCriteriaData, bRequiresNoKill) == 0x000068, "Member 'USBZStatisticCriteriaData::bRequiresNoKill' has a wrong offset!"); \ +static_assert(offsetof(USBZStatisticCriteriaData, bRequiresAllLoot) == 0x000069, "Member 'USBZStatisticCriteriaData::bRequiresAllLoot' has a wrong offset!"); \ +static_assert(offsetof(USBZStatisticCriteriaData, bHasLevelCriteria) == 0x00006A, "Member 'USBZStatisticCriteriaData::bHasLevelCriteria' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNoKillGuardStatisticCriteriaData \ +static_assert(alignof(USBZNoKillGuardStatisticCriteriaData) == 0x000008, "Wrong alignment on USBZNoKillGuardStatisticCriteriaData"); \ +static_assert(sizeof(USBZNoKillGuardStatisticCriteriaData) == 0x000070, "Wrong size on USBZNoKillGuardStatisticCriteriaData"); \ + +#define DUMPER7_ASSERTS_USBZGameplayAbility_Equip \ +static_assert(alignof(USBZGameplayAbility_Equip) == 0x000008, "Wrong alignment on USBZGameplayAbility_Equip"); \ +static_assert(sizeof(USBZGameplayAbility_Equip) == 0x0004E0, "Wrong size on USBZGameplayAbility_Equip"); \ +static_assert(offsetof(USBZGameplayAbility_Equip, PlayingMontage) == 0x0004D8, "Member 'USBZGameplayAbility_Equip::PlayingMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIDroneHackSentryEffect \ +static_assert(alignof(USBZAIDroneHackSentryEffect) == 0x000008, "Wrong alignment on USBZAIDroneHackSentryEffect"); \ +static_assert(sizeof(USBZAIDroneHackSentryEffect) == 0x0008C0, "Wrong size on USBZAIDroneHackSentryEffect"); \ + +#define DUMPER7_ASSERTS_USBZNoKillStatisticCriteriaData \ +static_assert(alignof(USBZNoKillStatisticCriteriaData) == 0x000008, "Wrong alignment on USBZNoKillStatisticCriteriaData"); \ +static_assert(sizeof(USBZNoKillStatisticCriteriaData) == 0x000070, "Wrong size on USBZNoKillStatisticCriteriaData"); \ + +#define DUMPER7_ASSERTS_USBZGameSessionManager \ +static_assert(alignof(USBZGameSessionManager) == 0x000008, "Wrong alignment on USBZGameSessionManager"); \ +static_assert(sizeof(USBZGameSessionManager) == 0x000070, "Wrong size on USBZGameSessionManager"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_DozerTaunt \ +static_assert(alignof(USBZBTTask_DozerTaunt) == 0x000008, "Wrong alignment on USBZBTTask_DozerTaunt"); \ +static_assert(sizeof(USBZBTTask_DozerTaunt) == 0x000080, "Wrong size on USBZBTTask_DozerTaunt"); \ +static_assert(offsetof(USBZBTTask_DozerTaunt, TauntComment) == 0x000078, "Member 'USBZBTTask_DozerTaunt::TauntComment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIDroneMovementComponent \ +static_assert(alignof(USBZAIDroneMovementComponent) == 0x000010, "Wrong alignment on USBZAIDroneMovementComponent"); \ +static_assert(sizeof(USBZAIDroneMovementComponent) == 0x000B40, "Wrong size on USBZAIDroneMovementComponent"); \ +static_assert(offsetof(USBZAIDroneMovementComponent, MaxFlyDownSpeed) == 0x000B20, "Member 'USBZAIDroneMovementComponent::MaxFlyDownSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZAIDroneMovementComponent, DroneAvoidanceConsiderationRadius) == 0x000B24, "Member 'USBZAIDroneMovementComponent::DroneAvoidanceConsiderationRadius' has a wrong offset!"); \ +static_assert(offsetof(USBZAIDroneMovementComponent, DroneAvoidanceCollisionRadius) == 0x000B28, "Member 'USBZAIDroneMovementComponent::DroneAvoidanceCollisionRadius' has a wrong offset!"); \ +static_assert(offsetof(USBZAIDroneMovementComponent, MoveUpVector) == 0x000B2C, "Member 'USBZAIDroneMovementComponent::MoveUpVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_DropAttachedLoot \ +static_assert(alignof(USBZBTTask_DropAttachedLoot) == 0x000008, "Wrong alignment on USBZBTTask_DropAttachedLoot"); \ +static_assert(sizeof(USBZBTTask_DropAttachedLoot) == 0x0000A8, "Wrong size on USBZBTTask_DropAttachedLoot"); \ + +#define DUMPER7_ASSERTS_SBZAIFBIVan_OnECMCountChanged \ +static_assert(alignof(SBZAIFBIVan_OnECMCountChanged) == 0x000004, "Wrong alignment on SBZAIFBIVan_OnECMCountChanged"); \ +static_assert(sizeof(SBZAIFBIVan_OnECMCountChanged) == 0x000010, "Wrong size on SBZAIFBIVan_OnECMCountChanged"); \ +static_assert(offsetof(SBZAIFBIVan_OnECMCountChanged, NewCount) == 0x000000, "Member 'SBZAIFBIVan_OnECMCountChanged::NewCount' has a wrong offset!"); \ +static_assert(offsetof(SBZAIFBIVan_OnECMCountChanged, OldCount) == 0x000004, "Member 'SBZAIFBIVan_OnECMCountChanged::OldCount' has a wrong offset!"); \ +static_assert(offsetof(SBZAIFBIVan_OnECMCountChanged, AddedTime) == 0x000008, "Member 'SBZAIFBIVan_OnECMCountChanged::AddedTime' has a wrong offset!"); \ +static_assert(offsetof(SBZAIFBIVan_OnECMCountChanged, bInIsSignalScanActive) == 0x00000C, "Member 'SBZAIFBIVan_OnECMCountChanged::bInIsSignalScanActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIFBIVan_OnHeistStateChanged \ +static_assert(alignof(SBZAIFBIVan_OnHeistStateChanged) == 0x000001, "Wrong alignment on SBZAIFBIVan_OnHeistStateChanged"); \ +static_assert(sizeof(SBZAIFBIVan_OnHeistStateChanged) == 0x000002, "Wrong size on SBZAIFBIVan_OnHeistStateChanged"); \ +static_assert(offsetof(SBZAIFBIVan_OnHeistStateChanged, OldState) == 0x000000, "Member 'SBZAIFBIVan_OnHeistStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZAIFBIVan_OnHeistStateChanged, NewState) == 0x000001, "Member 'SBZAIFBIVan_OnHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIFBIVan_OnPlayerDefeated \ +static_assert(alignof(SBZAIFBIVan_OnPlayerDefeated) == 0x000008, "Wrong alignment on SBZAIFBIVan_OnPlayerDefeated"); \ +static_assert(sizeof(SBZAIFBIVan_OnPlayerDefeated) == 0x000010, "Wrong size on SBZAIFBIVan_OnPlayerDefeated"); \ +static_assert(offsetof(SBZAIFBIVan_OnPlayerDefeated, InPlayerState) == 0x000000, "Member 'SBZAIFBIVan_OnPlayerDefeated::InPlayerState' has a wrong offset!"); \ +static_assert(offsetof(SBZAIFBIVan_OnPlayerDefeated, OldDefeatState) == 0x000008, "Member 'SBZAIFBIVan_OnPlayerDefeated::OldDefeatState' has a wrong offset!"); \ +static_assert(offsetof(SBZAIFBIVan_OnPlayerDefeated, NewDefeatState) == 0x000009, "Member 'SBZAIFBIVan_OnPlayerDefeated::NewDefeatState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIFBIVan_OnPlayersInEscapeChanged \ +static_assert(alignof(SBZAIFBIVan_OnPlayersInEscapeChanged) == 0x000004, "Wrong alignment on SBZAIFBIVan_OnPlayersInEscapeChanged"); \ +static_assert(sizeof(SBZAIFBIVan_OnPlayersInEscapeChanged) == 0x000008, "Wrong size on SBZAIFBIVan_OnPlayersInEscapeChanged"); \ +static_assert(offsetof(SBZAIFBIVan_OnPlayersInEscapeChanged, PlayerInEscapeChangedEventData) == 0x000000, "Member 'SBZAIFBIVan_OnPlayersInEscapeChanged::PlayerInEscapeChangedEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIFBIVan_OnPropDamaged \ +static_assert(alignof(SBZAIFBIVan_OnPropDamaged) == 0x000008, "Wrong alignment on SBZAIFBIVan_OnPropDamaged"); \ +static_assert(sizeof(SBZAIFBIVan_OnPropDamaged) == 0x000028, "Wrong size on SBZAIFBIVan_OnPropDamaged"); \ +static_assert(offsetof(SBZAIFBIVan_OnPropDamaged, PoolComponent) == 0x000000, "Member 'SBZAIFBIVan_OnPropDamaged::PoolComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZAIFBIVan_OnPropDamaged, Health) == 0x000008, "Member 'SBZAIFBIVan_OnPropDamaged::Health' has a wrong offset!"); \ +static_assert(offsetof(SBZAIFBIVan_OnPropDamaged, bDoCosmetics) == 0x00000C, "Member 'SBZAIFBIVan_OnPropDamaged::bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(SBZAIFBIVan_OnPropDamaged, DamageContext) == 0x000010, "Member 'SBZAIFBIVan_OnPropDamaged::DamageContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIFBIVan_OnTakeDamage \ +static_assert(alignof(SBZAIFBIVan_OnTakeDamage) == 0x000008, "Wrong alignment on SBZAIFBIVan_OnTakeDamage"); \ +static_assert(sizeof(SBZAIFBIVan_OnTakeDamage) == 0x0000C8, "Wrong size on SBZAIFBIVan_OnTakeDamage"); \ +static_assert(offsetof(SBZAIFBIVan_OnTakeDamage, DamageEventData) == 0x000000, "Member 'SBZAIFBIVan_OnTakeDamage::DamageEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIFBIVan_OnVanArrived \ +static_assert(alignof(SBZAIFBIVan_OnVanArrived) == 0x000008, "Wrong alignment on SBZAIFBIVan_OnVanArrived"); \ +static_assert(sizeof(SBZAIFBIVan_OnVanArrived) == 0x000010, "Wrong size on SBZAIFBIVan_OnVanArrived"); \ +static_assert(offsetof(SBZAIFBIVan_OnVanArrived, Vehicle) == 0x000000, "Member 'SBZAIFBIVan_OnVanArrived::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(SBZAIFBIVan_OnVanArrived, Spline) == 0x000008, "Member 'SBZAIFBIVan_OnVanArrived::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAIFBIVan \ +static_assert(alignof(ASBZAIFBIVan) == 0x000010, "Wrong alignment on ASBZAIFBIVan"); \ +static_assert(sizeof(ASBZAIFBIVan) == 0x000800, "Wrong size on ASBZAIFBIVan"); \ +static_assert(offsetof(ASBZAIFBIVan, PropDamageComponent) == 0x000710, "Member 'ASBZAIFBIVan::PropDamageComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIFBIVan, AntennaHitMeshComponent) == 0x000718, "Member 'ASBZAIFBIVan::AntennaHitMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIFBIVan, AntennaDestroyedEffect) == 0x000720, "Member 'ASBZAIFBIVan::AntennaDestroyedEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIFBIVan, DestroyedEffectOffset) == 0x000728, "Member 'ASBZAIFBIVan::DestroyedEffectOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIFBIVan, AntennaDestroyedMesh) == 0x000738, "Member 'ASBZAIFBIVan::AntennaDestroyedMesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIFBIVan, AntennaDestroyedOnEvent) == 0x000740, "Member 'ASBZAIFBIVan::AntennaDestroyedOnEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIFBIVan, VoiceComponent) == 0x000748, "Member 'ASBZAIFBIVan::VoiceComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIFBIVan, FBIArrivedVO) == 0x000750, "Member 'ASBZAIFBIVan::FBIArrivedVO' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIFBIVan, AntennaDestroyedVO) == 0x000758, "Member 'ASBZAIFBIVan::AntennaDestroyedVO' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIFBIVan, AssaultBarkVO) == 0x000760, "Member 'ASBZAIFBIVan::AssaultBarkVO' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIFBIVan, EscapeArrivingVO) == 0x000768, "Member 'ASBZAIFBIVan::EscapeArrivingVO' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIFBIVan, PlayerInEscapeZoneVO) == 0x000770, "Member 'ASBZAIFBIVan::PlayerInEscapeZoneVO' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIFBIVan, AllPlayersInEscapeZoneVO) == 0x000778, "Member 'ASBZAIFBIVan::AllPlayersInEscapeZoneVO' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIFBIVan, FirstPlayerInCustodyVO) == 0x000780, "Member 'ASBZAIFBIVan::FirstPlayerInCustodyVO' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIFBIVan, AnotherPlayerInCustodyVO) == 0x000788, "Member 'ASBZAIFBIVan::AnotherPlayerInCustodyVO' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIFBIVan, ShadeFBIOnTheWayVO) == 0x000790, "Member 'ASBZAIFBIVan::ShadeFBIOnTheWayVO' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIFBIVan, ShadeFBIHasArrivedVO) == 0x000798, "Member 'ASBZAIFBIVan::ShadeFBIHasArrivedVO' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIFBIVan, ShadeFBIReminderVO) == 0x0007A0, "Member 'ASBZAIFBIVan::ShadeFBIReminderVO' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIFBIVan, DownedByTypeVOs) == 0x0007A8, "Member 'ASBZAIFBIVan::DownedByTypeVOs' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIFBIVan, AssaultCommentIntervalSeconds) == 0x0007B8, "Member 'ASBZAIFBIVan::AssaultCommentIntervalSeconds' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIFBIVan, AssaultCommentRandomChance) == 0x0007BC, "Member 'ASBZAIFBIVan::AssaultCommentRandomChance' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIFBIVan, EscapeVOCooldown) == 0x0007C0, "Member 'ASBZAIFBIVan::EscapeVOCooldown' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIFBIVan, ShadeReminderVOChance) == 0x0007C4, "Member 'ASBZAIFBIVan::ShadeReminderVOChance' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIFBIVan, ShadeReminderVOCooldown) == 0x0007C8, "Member 'ASBZAIFBIVan::ShadeReminderVOCooldown' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIFBIVan, bIsFBIActive) == 0x0007CC, "Member 'ASBZAIFBIVan::bIsFBIActive' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIFBIVan, ECMOutlineComponent) == 0x0007D0, "Member 'ASBZAIFBIVan::ECMOutlineComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIFBIVan, ECMOutlineAsset) == 0x0007D8, "Member 'ASBZAIFBIVan::ECMOutlineAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZPlayerStatisticsManagerInterface \ +static_assert(alignof(ISBZPlayerStatisticsManagerInterface) == 0x000001, "Wrong alignment on ISBZPlayerStatisticsManagerInterface"); \ +static_assert(sizeof(ISBZPlayerStatisticsManagerInterface) == 0x000001, "Wrong size on ISBZPlayerStatisticsManagerInterface"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_GetNextPatrolPoint \ +static_assert(alignof(USBZBTTask_GetNextPatrolPoint) == 0x000008, "Wrong alignment on USBZBTTask_GetNextPatrolPoint"); \ +static_assert(sizeof(USBZBTTask_GetNextPatrolPoint) == 0x0000F8, "Wrong size on USBZBTTask_GetNextPatrolPoint"); \ +static_assert(offsetof(USBZBTTask_GetNextPatrolPoint, EQSRequest) == 0x0000A8, "Member 'USBZBTTask_GetNextPatrolPoint::EQSRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIGrenadeBelt \ +static_assert(alignof(USBZAIGrenadeBelt) == 0x000010, "Wrong alignment on USBZAIGrenadeBelt"); \ +static_assert(sizeof(USBZAIGrenadeBelt) == 0x000700, "Wrong size on USBZAIGrenadeBelt"); \ +static_assert(offsetof(USBZAIGrenadeBelt, PlayerGameplayEffectClass) == 0x000638, "Member 'USBZAIGrenadeBelt::PlayerGameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(USBZAIGrenadeBelt, AIExplosionDamage) == 0x000640, "Member 'USBZAIGrenadeBelt::AIExplosionDamage' has a wrong offset!"); \ +static_assert(offsetof(USBZAIGrenadeBelt, PlayerExplosionDamage) == 0x000690, "Member 'USBZAIGrenadeBelt::PlayerExplosionDamage' has a wrong offset!"); \ +static_assert(offsetof(USBZAIGrenadeBelt, DamageModifierCurve) == 0x0006E0, "Member 'USBZAIGrenadeBelt::DamageModifierCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZAIGrenadeBelt, PlayerStaggerDuration) == 0x0006E8, "Member 'USBZAIGrenadeBelt::PlayerStaggerDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplicatedIntStateActor_DecreaseState \ +static_assert(alignof(SBZReplicatedIntStateActor_DecreaseState) == 0x000001, "Wrong alignment on SBZReplicatedIntStateActor_DecreaseState"); \ +static_assert(sizeof(SBZReplicatedIntStateActor_DecreaseState) == 0x000001, "Wrong size on SBZReplicatedIntStateActor_DecreaseState"); \ +static_assert(offsetof(SBZReplicatedIntStateActor_DecreaseState, bDoCosmetics) == 0x000000, "Member 'SBZReplicatedIntStateActor_DecreaseState::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplicatedIntStateActor_IncreaseState \ +static_assert(alignof(SBZReplicatedIntStateActor_IncreaseState) == 0x000001, "Wrong alignment on SBZReplicatedIntStateActor_IncreaseState"); \ +static_assert(sizeof(SBZReplicatedIntStateActor_IncreaseState) == 0x000001, "Wrong size on SBZReplicatedIntStateActor_IncreaseState"); \ +static_assert(offsetof(SBZReplicatedIntStateActor_IncreaseState, bDoCosmetics) == 0x000000, "Member 'SBZReplicatedIntStateActor_IncreaseState::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplicatedIntStateActor_Multicast_SetState \ +static_assert(alignof(SBZReplicatedIntStateActor_Multicast_SetState) == 0x000004, "Wrong alignment on SBZReplicatedIntStateActor_Multicast_SetState"); \ +static_assert(sizeof(SBZReplicatedIntStateActor_Multicast_SetState) == 0x000004, "Wrong size on SBZReplicatedIntStateActor_Multicast_SetState"); \ +static_assert(offsetof(SBZReplicatedIntStateActor_Multicast_SetState, NewState) == 0x000000, "Member 'SBZReplicatedIntStateActor_Multicast_SetState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplicatedIntStateActor_OnRep_State \ +static_assert(alignof(SBZReplicatedIntStateActor_OnRep_State) == 0x000004, "Wrong alignment on SBZReplicatedIntStateActor_OnRep_State"); \ +static_assert(sizeof(SBZReplicatedIntStateActor_OnRep_State) == 0x000004, "Wrong size on SBZReplicatedIntStateActor_OnRep_State"); \ +static_assert(offsetof(SBZReplicatedIntStateActor_OnRep_State, OldState) == 0x000000, "Member 'SBZReplicatedIntStateActor_OnRep_State::OldState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplicatedIntStateActor_OnStateChanged \ +static_assert(alignof(SBZReplicatedIntStateActor_OnStateChanged) == 0x000004, "Wrong alignment on SBZReplicatedIntStateActor_OnStateChanged"); \ +static_assert(sizeof(SBZReplicatedIntStateActor_OnStateChanged) == 0x00000C, "Wrong size on SBZReplicatedIntStateActor_OnStateChanged"); \ +static_assert(offsetof(SBZReplicatedIntStateActor_OnStateChanged, OldState) == 0x000000, "Member 'SBZReplicatedIntStateActor_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZReplicatedIntStateActor_OnStateChanged, NewState) == 0x000004, "Member 'SBZReplicatedIntStateActor_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(SBZReplicatedIntStateActor_OnStateChanged, bDoCosmetics) == 0x000008, "Member 'SBZReplicatedIntStateActor_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplicatedIntStateActor_SetLocalState \ +static_assert(alignof(SBZReplicatedIntStateActor_SetLocalState) == 0x000004, "Wrong alignment on SBZReplicatedIntStateActor_SetLocalState"); \ +static_assert(sizeof(SBZReplicatedIntStateActor_SetLocalState) == 0x000008, "Wrong size on SBZReplicatedIntStateActor_SetLocalState"); \ +static_assert(offsetof(SBZReplicatedIntStateActor_SetLocalState, NewState) == 0x000000, "Member 'SBZReplicatedIntStateActor_SetLocalState::NewState' has a wrong offset!"); \ +static_assert(offsetof(SBZReplicatedIntStateActor_SetLocalState, bDoCosmetics) == 0x000004, "Member 'SBZReplicatedIntStateActor_SetLocalState::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplicatedIntStateActor_SetState \ +static_assert(alignof(SBZReplicatedIntStateActor_SetState) == 0x000004, "Wrong alignment on SBZReplicatedIntStateActor_SetState"); \ +static_assert(sizeof(SBZReplicatedIntStateActor_SetState) == 0x000008, "Wrong size on SBZReplicatedIntStateActor_SetState"); \ +static_assert(offsetof(SBZReplicatedIntStateActor_SetState, NewState) == 0x000000, "Member 'SBZReplicatedIntStateActor_SetState::NewState' has a wrong offset!"); \ +static_assert(offsetof(SBZReplicatedIntStateActor_SetState, bDoCosmetics) == 0x000004, "Member 'SBZReplicatedIntStateActor_SetState::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZReplicatedIntStateActor \ +static_assert(alignof(ASBZReplicatedIntStateActor) == 0x000008, "Wrong alignment on ASBZReplicatedIntStateActor"); \ +static_assert(sizeof(ASBZReplicatedIntStateActor) == 0x0002F0, "Wrong size on ASBZReplicatedIntStateActor"); \ +static_assert(offsetof(ASBZReplicatedIntStateActor, State) == 0x0002C8, "Member 'ASBZReplicatedIntStateActor::State' has a wrong offset!"); \ +static_assert(offsetof(ASBZReplicatedIntStateActor, bClientDelayStateFromServer) == 0x0002CC, "Member 'ASBZReplicatedIntStateActor::bClientDelayStateFromServer' has a wrong offset!"); \ +static_assert(offsetof(ASBZReplicatedIntStateActor, ClientStateDelay) == 0x0002D0, "Member 'ASBZReplicatedIntStateActor::ClientStateDelay' has a wrong offset!"); \ +static_assert(offsetof(ASBZReplicatedIntStateActor, IntStateReactorArray) == 0x0002D8, "Member 'ASBZReplicatedIntStateActor::IntStateReactorArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZGlobalLevelStateActor \ +static_assert(alignof(ASBZGlobalLevelStateActor) == 0x000008, "Wrong alignment on ASBZGlobalLevelStateActor"); \ +static_assert(sizeof(ASBZGlobalLevelStateActor) == 0x000300, "Wrong size on ASBZGlobalLevelStateActor"); \ +static_assert(offsetof(ASBZGlobalLevelStateActor, OnLevelStateChanged) == 0x0002F0, "Member 'ASBZGlobalLevelStateActor::OnLevelStateChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIHitByVehicleAbility \ +static_assert(alignof(USBZAIHitByVehicleAbility) == 0x000008, "Wrong alignment on USBZAIHitByVehicleAbility"); \ +static_assert(sizeof(USBZAIHitByVehicleAbility) == 0x0004E8, "Wrong size on USBZAIHitByVehicleAbility"); \ +static_assert(offsetof(USBZAIHitByVehicleAbility, MinHeistState) == 0x0004D8, "Member 'USBZAIHitByVehicleAbility::MinHeistState' has a wrong offset!"); \ +static_assert(offsetof(USBZAIHitByVehicleAbility, CompatibleStances) == 0x0004DC, "Member 'USBZAIHitByVehicleAbility::CompatibleStances' has a wrong offset!"); \ +static_assert(offsetof(USBZAIHitByVehicleAbility, DeadlyVehicleSpeedHit) == 0x0004E0, "Member 'USBZAIHitByVehicleAbility::DeadlyVehicleSpeedHit' has a wrong offset!"); \ +static_assert(offsetof(USBZAIHitByVehicleAbility, MinDeadlyVehicleImpactWidth) == 0x0004E4, "Member 'USBZAIHitByVehicleAbility::MinDeadlyVehicleImpactWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_Interact \ +static_assert(alignof(USBZBTTask_Interact) == 0x000008, "Wrong alignment on USBZBTTask_Interact"); \ +static_assert(sizeof(USBZBTTask_Interact) == 0x0000A8, "Wrong size on USBZBTTask_Interact"); \ +static_assert(offsetof(USBZBTTask_Interact, InteractableActorBBKey) == 0x000078, "Member 'USBZBTTask_Interact::InteractableActorBBKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAILibrary_CreateActionData \ +static_assert(alignof(SBZAILibrary_CreateActionData) == 0x000008, "Wrong alignment on SBZAILibrary_CreateActionData"); \ +static_assert(sizeof(SBZAILibrary_CreateActionData) == 0x000018, "Wrong size on SBZAILibrary_CreateActionData"); \ +static_assert(offsetof(SBZAILibrary_CreateActionData, ObjectClass) == 0x000000, "Member 'SBZAILibrary_CreateActionData::ObjectClass' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_CreateActionData, Outer_0) == 0x000008, "Member 'SBZAILibrary_CreateActionData::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_CreateActionData, ReturnValue) == 0x000010, "Member 'SBZAILibrary_CreateActionData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAILibrary_CreateAIOrder \ +static_assert(alignof(SBZAILibrary_CreateAIOrder) == 0x000008, "Wrong alignment on SBZAILibrary_CreateAIOrder"); \ +static_assert(sizeof(SBZAILibrary_CreateAIOrder) == 0x000018, "Wrong size on SBZAILibrary_CreateAIOrder"); \ +static_assert(offsetof(SBZAILibrary_CreateAIOrder, OrderClass) == 0x000000, "Member 'SBZAILibrary_CreateAIOrder::OrderClass' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_CreateAIOrder, AIController) == 0x000008, "Member 'SBZAILibrary_CreateAIOrder::AIController' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_CreateAIOrder, ReturnValue) == 0x000010, "Member 'SBZAILibrary_CreateAIOrder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAILibrary_CreateAIOrderMoveTo \ +static_assert(alignof(SBZAILibrary_CreateAIOrderMoveTo) == 0x000008, "Wrong alignment on SBZAILibrary_CreateAIOrderMoveTo"); \ +static_assert(sizeof(SBZAILibrary_CreateAIOrderMoveTo) == 0x000028, "Wrong size on SBZAILibrary_CreateAIOrderMoveTo"); \ +static_assert(offsetof(SBZAILibrary_CreateAIOrderMoveTo, OrderClass) == 0x000000, "Member 'SBZAILibrary_CreateAIOrderMoveTo::OrderClass' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_CreateAIOrderMoveTo, Location) == 0x000008, "Member 'SBZAILibrary_CreateAIOrderMoveTo::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_CreateAIOrderMoveTo, AIController) == 0x000018, "Member 'SBZAILibrary_CreateAIOrderMoveTo::AIController' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_CreateAIOrderMoveTo, ReturnValue) == 0x000020, "Member 'SBZAILibrary_CreateAIOrderMoveTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAILibrary_DespawnAICharacter \ +static_assert(alignof(SBZAILibrary_DespawnAICharacter) == 0x000008, "Wrong alignment on SBZAILibrary_DespawnAICharacter"); \ +static_assert(sizeof(SBZAILibrary_DespawnAICharacter) == 0x000010, "Wrong size on SBZAILibrary_DespawnAICharacter"); \ +static_assert(offsetof(SBZAILibrary_DespawnAICharacter, AICharacter) == 0x000000, "Member 'SBZAILibrary_DespawnAICharacter::AICharacter' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_DespawnAICharacter, bPerformDespawnTagCheck) == 0x000008, "Member 'SBZAILibrary_DespawnAICharacter::bPerformDespawnTagCheck' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAILibrary_DetectNavBottleNeckAndRelocate \ +static_assert(alignof(SBZAILibrary_DetectNavBottleNeckAndRelocate) == 0x000008, "Wrong alignment on SBZAILibrary_DetectNavBottleNeckAndRelocate"); \ +static_assert(sizeof(SBZAILibrary_DetectNavBottleNeckAndRelocate) == 0x000040, "Wrong size on SBZAILibrary_DetectNavBottleNeckAndRelocate"); \ +static_assert(offsetof(SBZAILibrary_DetectNavBottleNeckAndRelocate, WorldContextObject) == 0x000000, "Member 'SBZAILibrary_DetectNavBottleNeckAndRelocate::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_DetectNavBottleNeckAndRelocate, BlockingCharacterLocation) == 0x000008, "Member 'SBZAILibrary_DetectNavBottleNeckAndRelocate::BlockingCharacterLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_DetectNavBottleNeckAndRelocate, BlockedCharacterDirection) == 0x000014, "Member 'SBZAILibrary_DetectNavBottleNeckAndRelocate::BlockedCharacterDirection' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_DetectNavBottleNeckAndRelocate, OutBottleNeckSqSize2D) == 0x000020, "Member 'SBZAILibrary_DetectNavBottleNeckAndRelocate::OutBottleNeckSqSize2D' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_DetectNavBottleNeckAndRelocate, OutRelocationPosition) == 0x000024, "Member 'SBZAILibrary_DetectNavBottleNeckAndRelocate::OutRelocationPosition' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_DetectNavBottleNeckAndRelocate, CharacterRadius) == 0x000030, "Member 'SBZAILibrary_DetectNavBottleNeckAndRelocate::CharacterRadius' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_DetectNavBottleNeckAndRelocate, BottleNeckSize) == 0x000034, "Member 'SBZAILibrary_DetectNavBottleNeckAndRelocate::BottleNeckSize' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_DetectNavBottleNeckAndRelocate, ReturnValue) == 0x000038, "Member 'SBZAILibrary_DetectNavBottleNeckAndRelocate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAILibrary_FindDistance2DToWallAlongDir \ +static_assert(alignof(SBZAILibrary_FindDistance2DToWallAlongDir) == 0x000008, "Wrong alignment on SBZAILibrary_FindDistance2DToWallAlongDir"); \ +static_assert(sizeof(SBZAILibrary_FindDistance2DToWallAlongDir) == 0x000028, "Wrong size on SBZAILibrary_FindDistance2DToWallAlongDir"); \ +static_assert(offsetof(SBZAILibrary_FindDistance2DToWallAlongDir, Character) == 0x000000, "Member 'SBZAILibrary_FindDistance2DToWallAlongDir::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_FindDistance2DToWallAlongDir, MaxDistance) == 0x000008, "Member 'SBZAILibrary_FindDistance2DToWallAlongDir::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_FindDistance2DToWallAlongDir, Direction) == 0x00000C, "Member 'SBZAILibrary_FindDistance2DToWallAlongDir::Direction' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_FindDistance2DToWallAlongDir, FilterClass) == 0x000018, "Member 'SBZAILibrary_FindDistance2DToWallAlongDir::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_FindDistance2DToWallAlongDir, bProjectStartLocation) == 0x000020, "Member 'SBZAILibrary_FindDistance2DToWallAlongDir::bProjectStartLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_FindDistance2DToWallAlongDir, ReturnValue) == 0x000024, "Member 'SBZAILibrary_FindDistance2DToWallAlongDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAILibrary_GetNavAreaSmallestSideSqSize \ +static_assert(alignof(SBZAILibrary_GetNavAreaSmallestSideSqSize) == 0x000008, "Wrong alignment on SBZAILibrary_GetNavAreaSmallestSideSqSize"); \ +static_assert(sizeof(SBZAILibrary_GetNavAreaSmallestSideSqSize) == 0x000020, "Wrong size on SBZAILibrary_GetNavAreaSmallestSideSqSize"); \ +static_assert(offsetof(SBZAILibrary_GetNavAreaSmallestSideSqSize, WorldContextObject) == 0x000000, "Member 'SBZAILibrary_GetNavAreaSmallestSideSqSize::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_GetNavAreaSmallestSideSqSize, CharacterLocation) == 0x000008, "Member 'SBZAILibrary_GetNavAreaSmallestSideSqSize::CharacterLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_GetNavAreaSmallestSideSqSize, SearchRange) == 0x000014, "Member 'SBZAILibrary_GetNavAreaSmallestSideSqSize::SearchRange' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_GetNavAreaSmallestSideSqSize, WallAdditiveLength) == 0x000018, "Member 'SBZAILibrary_GetNavAreaSmallestSideSqSize::WallAdditiveLength' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_GetNavAreaSmallestSideSqSize, ReturnValue) == 0x00001C, "Member 'SBZAILibrary_GetNavAreaSmallestSideSqSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAILibrary_IsLocationSafeFromNeighbours \ +static_assert(alignof(SBZAILibrary_IsLocationSafeFromNeighbours) == 0x000008, "Wrong alignment on SBZAILibrary_IsLocationSafeFromNeighbours"); \ +static_assert(sizeof(SBZAILibrary_IsLocationSafeFromNeighbours) == 0x000020, "Wrong size on SBZAILibrary_IsLocationSafeFromNeighbours"); \ +static_assert(offsetof(SBZAILibrary_IsLocationSafeFromNeighbours, Character) == 0x000000, "Member 'SBZAILibrary_IsLocationSafeFromNeighbours::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_IsLocationSafeFromNeighbours, Location) == 0x000008, "Member 'SBZAILibrary_IsLocationSafeFromNeighbours::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_IsLocationSafeFromNeighbours, MaxImpactTime) == 0x000014, "Member 'SBZAILibrary_IsLocationSafeFromNeighbours::MaxImpactTime' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_IsLocationSafeFromNeighbours, DiameterInflation) == 0x000018, "Member 'SBZAILibrary_IsLocationSafeFromNeighbours::DiameterInflation' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_IsLocationSafeFromNeighbours, ReturnValue) == 0x00001C, "Member 'SBZAILibrary_IsLocationSafeFromNeighbours::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAILibrary_MakeNoise \ +static_assert(alignof(SBZAILibrary_MakeNoise) == 0x000008, "Wrong alignment on SBZAILibrary_MakeNoise"); \ +static_assert(sizeof(SBZAILibrary_MakeNoise) == 0x000030, "Wrong size on SBZAILibrary_MakeNoise"); \ +static_assert(offsetof(SBZAILibrary_MakeNoise, NoiseGenerator) == 0x000000, "Member 'SBZAILibrary_MakeNoise::NoiseGenerator' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_MakeNoise, Range) == 0x000008, "Member 'SBZAILibrary_MakeNoise::Range' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_MakeNoise, Lifetime) == 0x00000C, "Member 'SBZAILibrary_MakeNoise::Lifetime' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_MakeNoise, Tag) == 0x000010, "Member 'SBZAILibrary_MakeNoise::Tag' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_MakeNoise, NoiseInstigator) == 0x000020, "Member 'SBZAILibrary_MakeNoise::NoiseInstigator' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_MakeNoise, Room) == 0x000028, "Member 'SBZAILibrary_MakeNoise::Room' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAILibrary_PlayerCenterOfMass \ +static_assert(alignof(SBZAILibrary_PlayerCenterOfMass) == 0x000008, "Wrong alignment on SBZAILibrary_PlayerCenterOfMass"); \ +static_assert(sizeof(SBZAILibrary_PlayerCenterOfMass) == 0x000018, "Wrong size on SBZAILibrary_PlayerCenterOfMass"); \ +static_assert(offsetof(SBZAILibrary_PlayerCenterOfMass, WorldContextObject) == 0x000000, "Member 'SBZAILibrary_PlayerCenterOfMass::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_PlayerCenterOfMass, ReturnValue) == 0x000008, "Member 'SBZAILibrary_PlayerCenterOfMass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAILibrary_PushAction \ +static_assert(alignof(SBZAILibrary_PushAction) == 0x000008, "Wrong alignment on SBZAILibrary_PushAction"); \ +static_assert(sizeof(SBZAILibrary_PushAction) == 0x000018, "Wrong size on SBZAILibrary_PushAction"); \ +static_assert(offsetof(SBZAILibrary_PushAction, Owner) == 0x000000, "Member 'SBZAILibrary_PushAction::Owner' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_PushAction, Data) == 0x000008, "Member 'SBZAILibrary_PushAction::Data' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_PushAction, ReturnValue) == 0x000010, "Member 'SBZAILibrary_PushAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAILibrary_SetStance \ +static_assert(alignof(SBZAILibrary_SetStance) == 0x000008, "Wrong alignment on SBZAILibrary_SetStance"); \ +static_assert(sizeof(SBZAILibrary_SetStance) == 0x000010, "Wrong size on SBZAILibrary_SetStance"); \ +static_assert(offsetof(SBZAILibrary_SetStance, Character) == 0x000000, "Member 'SBZAILibrary_SetStance::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_SetStance, InStance) == 0x000008, "Member 'SBZAILibrary_SetStance::InStance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAILibrary_TriggerAbility \ +static_assert(alignof(SBZAILibrary_TriggerAbility) == 0x000008, "Wrong alignment on SBZAILibrary_TriggerAbility"); \ +static_assert(sizeof(SBZAILibrary_TriggerAbility) == 0x000010, "Wrong size on SBZAILibrary_TriggerAbility"); \ +static_assert(offsetof(SBZAILibrary_TriggerAbility, Character) == 0x000000, "Member 'SBZAILibrary_TriggerAbility::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_TriggerAbility, InAbility) == 0x000008, "Member 'SBZAILibrary_TriggerAbility::InAbility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAILibrary_TryEnableAirNavigation \ +static_assert(alignof(SBZAILibrary_TryEnableAirNavigation) == 0x000008, "Wrong alignment on SBZAILibrary_TryEnableAirNavigation"); \ +static_assert(sizeof(SBZAILibrary_TryEnableAirNavigation) == 0x000030, "Wrong size on SBZAILibrary_TryEnableAirNavigation"); \ +static_assert(offsetof(SBZAILibrary_TryEnableAirNavigation, CenterLocation) == 0x000000, "Member 'SBZAILibrary_TryEnableAirNavigation::CenterLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_TryEnableAirNavigation, BoundsExtent) == 0x00000C, "Member 'SBZAILibrary_TryEnableAirNavigation::BoundsExtent' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_TryEnableAirNavigation, ForwardVector) == 0x000018, "Member 'SBZAILibrary_TryEnableAirNavigation::ForwardVector' has a wrong offset!"); \ +static_assert(offsetof(SBZAILibrary_TryEnableAirNavigation, ActorBlockingAirNav) == 0x000028, "Member 'SBZAILibrary_TryEnableAirNavigation::ActorBlockingAirNav' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAILibrary \ +static_assert(alignof(USBZAILibrary) == 0x000008, "Wrong alignment on USBZAILibrary"); \ +static_assert(sizeof(USBZAILibrary) == 0x000030, "Wrong size on USBZAILibrary"); \ + +#define DUMPER7_ASSERTS_USBZInteractWeaponBagRequirement \ +static_assert(alignof(USBZInteractWeaponBagRequirement) == 0x000008, "Wrong alignment on USBZInteractWeaponBagRequirement"); \ +static_assert(sizeof(USBZInteractWeaponBagRequirement) == 0x000030, "Wrong size on USBZInteractWeaponBagRequirement"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_SendAIMessage \ +static_assert(alignof(USBZBTDecorator_SendAIMessage) == 0x000008, "Wrong alignment on USBZBTDecorator_SendAIMessage"); \ +static_assert(sizeof(USBZBTDecorator_SendAIMessage) == 0x000080, "Wrong size on USBZBTDecorator_SendAIMessage"); \ +static_assert(offsetof(USBZBTDecorator_SendAIMessage, ActivationMessage) == 0x000070, "Member 'USBZBTDecorator_SendAIMessage::ActivationMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAILookFocusState \ +static_assert(alignof(USBZAILookFocusState) == 0x000008, "Wrong alignment on USBZAILookFocusState"); \ +static_assert(sizeof(USBZAILookFocusState) == 0x000040, "Wrong size on USBZAILookFocusState"); \ +static_assert(offsetof(USBZAILookFocusState, LookFocusData) == 0x000038, "Member 'USBZAILookFocusState::LookFocusData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillCasingSpeedFreakAced \ +static_assert(alignof(USBZSkillCasingSpeedFreakAced) == 0x000008, "Wrong alignment on USBZSkillCasingSpeedFreakAced"); \ +static_assert(sizeof(USBZSkillCasingSpeedFreakAced) == 0x000230, "Wrong size on USBZSkillCasingSpeedFreakAced"); \ + +#define DUMPER7_ASSERTS_SBZAIObjectiveComponent_OnCollisionChanged \ +static_assert(alignof(SBZAIObjectiveComponent_OnCollisionChanged) == 0x000008, "Wrong alignment on SBZAIObjectiveComponent_OnCollisionChanged"); \ +static_assert(sizeof(SBZAIObjectiveComponent_OnCollisionChanged) == 0x000008, "Wrong size on SBZAIObjectiveComponent_OnCollisionChanged"); \ +static_assert(offsetof(SBZAIObjectiveComponent_OnCollisionChanged, ActorPrimitive) == 0x000000, "Member 'SBZAIObjectiveComponent_OnCollisionChanged::ActorPrimitive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIObjectiveComponent_OnInteractStateChanged \ +static_assert(alignof(SBZAIObjectiveComponent_OnInteractStateChanged) == 0x000008, "Wrong alignment on SBZAIObjectiveComponent_OnInteractStateChanged"); \ +static_assert(sizeof(SBZAIObjectiveComponent_OnInteractStateChanged) == 0x000010, "Wrong size on SBZAIObjectiveComponent_OnInteractStateChanged"); \ +static_assert(offsetof(SBZAIObjectiveComponent_OnInteractStateChanged, Interactable) == 0x000000, "Member 'SBZAIObjectiveComponent_OnInteractStateChanged::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZAIObjectiveComponent_OnInteractStateChanged, bEnabled) == 0x000008, "Member 'SBZAIObjectiveComponent_OnInteractStateChanged::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIObjectiveComponent_OnOrderCompleted \ +static_assert(alignof(SBZAIObjectiveComponent_OnOrderCompleted) == 0x000008, "Wrong alignment on SBZAIObjectiveComponent_OnOrderCompleted"); \ +static_assert(sizeof(SBZAIObjectiveComponent_OnOrderCompleted) == 0x000018, "Wrong size on SBZAIObjectiveComponent_OnOrderCompleted"); \ +static_assert(offsetof(SBZAIObjectiveComponent_OnOrderCompleted, Order) == 0x000000, "Member 'SBZAIObjectiveComponent_OnOrderCompleted::Order' has a wrong offset!"); \ +static_assert(offsetof(SBZAIObjectiveComponent_OnOrderCompleted, Owner) == 0x000008, "Member 'SBZAIObjectiveComponent_OnOrderCompleted::Owner' has a wrong offset!"); \ +static_assert(offsetof(SBZAIObjectiveComponent_OnOrderCompleted, OrderResult) == 0x000010, "Member 'SBZAIObjectiveComponent_OnOrderCompleted::OrderResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIObjectiveComponent_GetCurrentRoom_Implementation \ +static_assert(alignof(SBZAIObjectiveComponent_GetCurrentRoom_Implementation) == 0x000008, "Wrong alignment on SBZAIObjectiveComponent_GetCurrentRoom_Implementation"); \ +static_assert(sizeof(SBZAIObjectiveComponent_GetCurrentRoom_Implementation) == 0x000008, "Wrong size on SBZAIObjectiveComponent_GetCurrentRoom_Implementation"); \ +static_assert(offsetof(SBZAIObjectiveComponent_GetCurrentRoom_Implementation, ReturnValue) == 0x000000, "Member 'SBZAIObjectiveComponent_GetCurrentRoom_Implementation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIObjectiveComponent_GetLastKnownRoom \ +static_assert(alignof(SBZAIObjectiveComponent_GetLastKnownRoom) == 0x000008, "Wrong alignment on SBZAIObjectiveComponent_GetLastKnownRoom"); \ +static_assert(sizeof(SBZAIObjectiveComponent_GetLastKnownRoom) == 0x000008, "Wrong size on SBZAIObjectiveComponent_GetLastKnownRoom"); \ +static_assert(offsetof(SBZAIObjectiveComponent_GetLastKnownRoom, ReturnValue) == 0x000000, "Member 'SBZAIObjectiveComponent_GetLastKnownRoom::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIObjectiveComponent \ +static_assert(alignof(USBZAIObjectiveComponent) == 0x000008, "Wrong alignment on USBZAIObjectiveComponent"); \ +static_assert(sizeof(USBZAIObjectiveComponent) == 0x000248, "Wrong size on USBZAIObjectiveComponent"); \ +static_assert(offsetof(USBZAIObjectiveComponent, bRegisterToWorldRuntime) == 0x0000D0, "Member 'USBZAIObjectiveComponent::bRegisterToWorldRuntime' has a wrong offset!"); \ +static_assert(offsetof(USBZAIObjectiveComponent, bExcludeInteractableAfterUse) == 0x0000D1, "Member 'USBZAIObjectiveComponent::bExcludeInteractableAfterUse' has a wrong offset!"); \ +static_assert(offsetof(USBZAIObjectiveComponent, InteractionType) == 0x0000D2, "Member 'USBZAIObjectiveComponent::InteractionType' has a wrong offset!"); \ +static_assert(offsetof(USBZAIObjectiveComponent, InteractionPriority) == 0x0000D3, "Member 'USBZAIObjectiveComponent::InteractionPriority' has a wrong offset!"); \ +static_assert(offsetof(USBZAIObjectiveComponent, CurrentUser) == 0x0000D4, "Member 'USBZAIObjectiveComponent::CurrentUser' has a wrong offset!"); \ +static_assert(offsetof(USBZAIObjectiveComponent, ObjectiveInteractables) == 0x0000E0, "Member 'USBZAIObjectiveComponent::ObjectiveInteractables' has a wrong offset!"); \ +static_assert(offsetof(USBZAIObjectiveComponent, ActiveInteractables) == 0x0000F0, "Member 'USBZAIObjectiveComponent::ActiveInteractables' has a wrong offset!"); \ +static_assert(offsetof(USBZAIObjectiveComponent, InteractableExclusionList) == 0x000100, "Member 'USBZAIObjectiveComponent::InteractableExclusionList' has a wrong offset!"); \ +static_assert(offsetof(USBZAIObjectiveComponent, ObjectiveColliders) == 0x000110, "Member 'USBZAIObjectiveComponent::ObjectiveColliders' has a wrong offset!"); \ +static_assert(offsetof(USBZAIObjectiveComponent, ActiveColliders) == 0x000120, "Member 'USBZAIObjectiveComponent::ActiveColliders' has a wrong offset!"); \ +static_assert(offsetof(USBZAIObjectiveComponent, InteractionPoint) == 0x000130, "Member 'USBZAIObjectiveComponent::InteractionPoint' has a wrong offset!"); \ +static_assert(offsetof(USBZAIObjectiveComponent, MoveToPosition) == 0x00013C, "Member 'USBZAIObjectiveComponent::MoveToPosition' has a wrong offset!"); \ +static_assert(offsetof(USBZAIObjectiveComponent, InitialObjectiveLocation) == 0x000148, "Member 'USBZAIObjectiveComponent::InitialObjectiveLocation' has a wrong offset!"); \ +static_assert(offsetof(USBZAIObjectiveComponent, CurrentInteractable) == 0x000154, "Member 'USBZAIObjectiveComponent::CurrentInteractable' has a wrong offset!"); \ +static_assert(offsetof(USBZAIObjectiveComponent, RoomVolumes) == 0x000158, "Member 'USBZAIObjectiveComponent::RoomVolumes' has a wrong offset!"); \ +static_assert(offsetof(USBZAIObjectiveComponent, LastKnownRoom) == 0x000168, "Member 'USBZAIObjectiveComponent::LastKnownRoom' has a wrong offset!"); \ +static_assert(offsetof(USBZAIObjectiveComponent, MoveToPosEQSQuery) == 0x000170, "Member 'USBZAIObjectiveComponent::MoveToPosEQSQuery' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_SquadOrderCallback \ +static_assert(alignof(USBZBTDecorator_SquadOrderCallback) == 0x000008, "Wrong alignment on USBZBTDecorator_SquadOrderCallback"); \ +static_assert(sizeof(USBZBTDecorator_SquadOrderCallback) == 0x000070, "Wrong size on USBZBTDecorator_SquadOrderCallback"); \ + +#define DUMPER7_ASSERTS_USBZAIObjectiveComponent_FileCabinet \ +static_assert(alignof(USBZAIObjectiveComponent_FileCabinet) == 0x000008, "Wrong alignment on USBZAIObjectiveComponent_FileCabinet"); \ +static_assert(sizeof(USBZAIObjectiveComponent_FileCabinet) == 0x000248, "Wrong size on USBZAIObjectiveComponent_FileCabinet"); \ + +#define DUMPER7_ASSERTS_SBZNegotiationManager_OnHeistStateChanged \ +static_assert(alignof(SBZNegotiationManager_OnHeistStateChanged) == 0x000001, "Wrong alignment on SBZNegotiationManager_OnHeistStateChanged"); \ +static_assert(sizeof(SBZNegotiationManager_OnHeistStateChanged) == 0x000002, "Wrong size on SBZNegotiationManager_OnHeistStateChanged"); \ +static_assert(offsetof(SBZNegotiationManager_OnHeistStateChanged, OldState) == 0x000000, "Member 'SBZNegotiationManager_OnHeistStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZNegotiationManager_OnHeistStateChanged, NewState) == 0x000001, "Member 'SBZNegotiationManager_OnHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNegotiationManager \ +static_assert(alignof(USBZNegotiationManager) == 0x000008, "Wrong alignment on USBZNegotiationManager"); \ +static_assert(sizeof(USBZNegotiationManager) == 0x000090, "Wrong size on USBZNegotiationManager"); \ +static_assert(offsetof(USBZNegotiationManager, EndNegotiationTags) == 0x000030, "Member 'USBZNegotiationManager::EndNegotiationTags' has a wrong offset!"); \ +static_assert(offsetof(USBZNegotiationManager, Settings) == 0x000050, "Member 'USBZNegotiationManager::Settings' has a wrong offset!"); \ +static_assert(offsetof(USBZNegotiationManager, HostageTradeDataArray) == 0x000058, "Member 'USBZNegotiationManager::HostageTradeDataArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillAssassinSkimmingTheGround \ +static_assert(alignof(USBZSkillAssassinSkimmingTheGround) == 0x000008, "Wrong alignment on USBZSkillAssassinSkimmingTheGround"); \ +static_assert(sizeof(USBZSkillAssassinSkimmingTheGround) == 0x000230, "Wrong size on USBZSkillAssassinSkimmingTheGround"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_TaskFailTracker \ +static_assert(alignof(USBZBTDecorator_TaskFailTracker) == 0x000008, "Wrong alignment on USBZBTDecorator_TaskFailTracker"); \ +static_assert(sizeof(USBZBTDecorator_TaskFailTracker) == 0x000070, "Wrong size on USBZBTDecorator_TaskFailTracker"); \ + +#define DUMPER7_ASSERTS_SBZAIOrder_ActionInteract_OnLASlotStarted \ +static_assert(alignof(SBZAIOrder_ActionInteract_OnLASlotStarted) == 0x000008, "Wrong alignment on SBZAIOrder_ActionInteract_OnLASlotStarted"); \ +static_assert(sizeof(SBZAIOrder_ActionInteract_OnLASlotStarted) == 0x000018, "Wrong size on SBZAIOrder_ActionInteract_OnLASlotStarted"); \ +static_assert(offsetof(SBZAIOrder_ActionInteract_OnLASlotStarted, Character) == 0x000000, "Member 'SBZAIOrder_ActionInteract_OnLASlotStarted::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZAIOrder_ActionInteract_OnLASlotStarted, ActionInstance) == 0x000008, "Member 'SBZAIOrder_ActionInteract_OnLASlotStarted::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(SBZAIOrder_ActionInteract_OnLASlotStarted, ActionSlot) == 0x000010, "Member 'SBZAIOrder_ActionInteract_OnLASlotStarted::ActionSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_ActionInteract \ +static_assert(alignof(USBZAIOrder_ActionInteract) == 0x000008, "Wrong alignment on USBZAIOrder_ActionInteract"); \ +static_assert(sizeof(USBZAIOrder_ActionInteract) == 0x000240, "Wrong size on USBZAIOrder_ActionInteract"); \ +static_assert(offsetof(USBZAIOrder_ActionInteract, OnStartedComment) == 0x000230, "Member 'USBZAIOrder_ActionInteract::OnStartedComment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTService_AmbushBarks \ +static_assert(alignof(USBZBTService_AmbushBarks) == 0x000008, "Wrong alignment on USBZBTService_AmbushBarks"); \ +static_assert(sizeof(USBZBTService_AmbushBarks) == 0x000088, "Wrong size on USBZBTService_AmbushBarks"); \ +static_assert(offsetof(USBZBTService_AmbushBarks, AmbushComment) == 0x000078, "Member 'USBZBTService_AmbushBarks::AmbushComment' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_AmbushBarks, VoicePriority) == 0x000080, "Member 'USBZBTService_AmbushBarks::VoicePriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIOrder_Attack_OnTargetDefeatStateChanged \ +static_assert(alignof(SBZAIOrder_Attack_OnTargetDefeatStateChanged) == 0x000008, "Wrong alignment on SBZAIOrder_Attack_OnTargetDefeatStateChanged"); \ +static_assert(sizeof(SBZAIOrder_Attack_OnTargetDefeatStateChanged) == 0x000010, "Wrong size on SBZAIOrder_Attack_OnTargetDefeatStateChanged"); \ +static_assert(offsetof(SBZAIOrder_Attack_OnTargetDefeatStateChanged, InSBZPlayerState) == 0x000000, "Member 'SBZAIOrder_Attack_OnTargetDefeatStateChanged::InSBZPlayerState' has a wrong offset!"); \ +static_assert(offsetof(SBZAIOrder_Attack_OnTargetDefeatStateChanged, OldDefeatState) == 0x000008, "Member 'SBZAIOrder_Attack_OnTargetDefeatStateChanged::OldDefeatState' has a wrong offset!"); \ +static_assert(offsetof(SBZAIOrder_Attack_OnTargetDefeatStateChanged, InDefeatState) == 0x000009, "Member 'SBZAIOrder_Attack_OnTargetDefeatStateChanged::InDefeatState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIOrder_Attack_OnTargetKilled \ +static_assert(alignof(SBZAIOrder_Attack_OnTargetKilled) == 0x000008, "Wrong alignment on SBZAIOrder_Attack_OnTargetKilled"); \ +static_assert(sizeof(SBZAIOrder_Attack_OnTargetKilled) == 0x000008, "Wrong size on SBZAIOrder_Attack_OnTargetKilled"); \ +static_assert(offsetof(SBZAIOrder_Attack_OnTargetKilled, KilledPawn) == 0x000000, "Member 'SBZAIOrder_Attack_OnTargetKilled::KilledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_Attack \ +static_assert(alignof(USBZAIOrder_Attack) == 0x000008, "Wrong alignment on USBZAIOrder_Attack"); \ +static_assert(sizeof(USBZAIOrder_Attack) == 0x000258, "Wrong size on USBZAIOrder_Attack"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_Defend \ +static_assert(alignof(USBZAIOrder_Defend) == 0x000008, "Wrong alignment on USBZAIOrder_Defend"); \ +static_assert(sizeof(USBZAIOrder_Defend) == 0x000258, "Wrong size on USBZAIOrder_Defend"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_PlayLifeAction \ +static_assert(alignof(USBZBTTask_PlayLifeAction) == 0x000008, "Wrong alignment on USBZBTTask_PlayLifeAction"); \ +static_assert(sizeof(USBZBTTask_PlayLifeAction) == 0x0000C0, "Wrong size on USBZBTTask_PlayLifeAction"); \ +static_assert(offsetof(USBZBTTask_PlayLifeAction, LifeActionBBKey) == 0x000078, "Member 'USBZBTTask_PlayLifeAction::LifeActionBBKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_PlayLifeAction, UtilityScore) == 0x0000A8, "Member 'USBZBTTask_PlayLifeAction::UtilityScore' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_PlayLifeAction, bIsPersistant) == 0x0000AC, "Member 'USBZBTTask_PlayLifeAction::bIsPersistant' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_PlayLifeAction, CompatibleStances) == 0x0000AE, "Member 'USBZBTTask_PlayLifeAction::CompatibleStances' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_PlayLifeAction, AllowedHeistStates) == 0x0000B0, "Member 'USBZBTTask_PlayLifeAction::AllowedHeistStates' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_PlayLifeAction, Behavior) == 0x0000B8, "Member 'USBZBTTask_PlayLifeAction::Behavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIOrder_Escalate_OnECMCountChanged \ +static_assert(alignof(SBZAIOrder_Escalate_OnECMCountChanged) == 0x000004, "Wrong alignment on SBZAIOrder_Escalate_OnECMCountChanged"); \ +static_assert(sizeof(SBZAIOrder_Escalate_OnECMCountChanged) == 0x000010, "Wrong size on SBZAIOrder_Escalate_OnECMCountChanged"); \ +static_assert(offsetof(SBZAIOrder_Escalate_OnECMCountChanged, NewCount) == 0x000000, "Member 'SBZAIOrder_Escalate_OnECMCountChanged::NewCount' has a wrong offset!"); \ +static_assert(offsetof(SBZAIOrder_Escalate_OnECMCountChanged, OldCount) == 0x000004, "Member 'SBZAIOrder_Escalate_OnECMCountChanged::OldCount' has a wrong offset!"); \ +static_assert(offsetof(SBZAIOrder_Escalate_OnECMCountChanged, AddedTime) == 0x000008, "Member 'SBZAIOrder_Escalate_OnECMCountChanged::AddedTime' has a wrong offset!"); \ +static_assert(offsetof(SBZAIOrder_Escalate_OnECMCountChanged, bInIsSignalScanActive) == 0x00000C, "Member 'SBZAIOrder_Escalate_OnECMCountChanged::bInIsSignalScanActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_Escalate \ +static_assert(alignof(USBZAIOrder_Escalate) == 0x000008, "Wrong alignment on USBZAIOrder_Escalate"); \ +static_assert(sizeof(USBZAIOrder_Escalate) == 0x000160, "Wrong size on USBZAIOrder_Escalate"); \ +static_assert(offsetof(USBZAIOrder_Escalate, DispatcherReason) == 0x000130, "Member 'USBZAIOrder_Escalate::DispatcherReason' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_Escalate, DefaultReason) == 0x000138, "Member 'USBZAIOrder_Escalate::DefaultReason' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_Escalate, TimeToEscalate) == 0x000140, "Member 'USBZAIOrder_Escalate::TimeToEscalate' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_Escalate, EscalationReason) == 0x000148, "Member 'USBZAIOrder_Escalate::EscalationReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_FollowShield \ +static_assert(alignof(USBZAIOrder_FollowShield) == 0x000008, "Wrong alignment on USBZAIOrder_FollowShield"); \ +static_assert(sizeof(USBZAIOrder_FollowShield) == 0x000148, "Wrong size on USBZAIOrder_FollowShield"); \ +static_assert(offsetof(USBZAIOrder_FollowShield, AvoidanceOverride) == 0x000130, "Member 'USBZAIOrder_FollowShield::AvoidanceOverride' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_FollowShield, FrictionOverride) == 0x000134, "Member 'USBZAIOrder_FollowShield::FrictionOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_RaiseAlertness \ +static_assert(alignof(USBZBTTask_RaiseAlertness) == 0x000008, "Wrong alignment on USBZBTTask_RaiseAlertness"); \ +static_assert(sizeof(USBZBTTask_RaiseAlertness) == 0x0000A0, "Wrong size on USBZBTTask_RaiseAlertness"); \ +static_assert(offsetof(USBZBTTask_RaiseAlertness, RaiseAlertnessTime) == 0x000078, "Member 'USBZBTTask_RaiseAlertness::RaiseAlertnessTime' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_RaiseAlertness, TypeTags) == 0x000080, "Member 'USBZBTTask_RaiseAlertness::TypeTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIOrder_FreeHostage_OnCharacterAnimEventActive \ +static_assert(alignof(SBZAIOrder_FreeHostage_OnCharacterAnimEventActive) == 0x000004, "Wrong alignment on SBZAIOrder_FreeHostage_OnCharacterAnimEventActive"); \ +static_assert(sizeof(SBZAIOrder_FreeHostage_OnCharacterAnimEventActive) == 0x000010, "Wrong size on SBZAIOrder_FreeHostage_OnCharacterAnimEventActive"); \ +static_assert(offsetof(SBZAIOrder_FreeHostage_OnCharacterAnimEventActive, EventTag) == 0x000000, "Member 'SBZAIOrder_FreeHostage_OnCharacterAnimEventActive::EventTag' has a wrong offset!"); \ +static_assert(offsetof(SBZAIOrder_FreeHostage_OnCharacterAnimEventActive, bActive) == 0x00000C, "Member 'SBZAIOrder_FreeHostage_OnCharacterAnimEventActive::bActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_FreeHostage \ +static_assert(alignof(USBZAIOrder_FreeHostage) == 0x000008, "Wrong alignment on USBZAIOrder_FreeHostage"); \ +static_assert(sizeof(USBZAIOrder_FreeHostage) == 0x000158, "Wrong size on USBZAIOrder_FreeHostage"); \ +static_assert(offsetof(USBZAIOrder_FreeHostage, BlackboardKey) == 0x000130, "Member 'USBZAIOrder_FreeHostage::BlackboardKey' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_FreeHostage, ReleaseHostageOrder) == 0x000140, "Member 'USBZAIOrder_FreeHostage::ReleaseHostageOrder' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_FreeHostage, TiedHostage) == 0x000148, "Member 'USBZAIOrder_FreeHostage::TiedHostage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPrimaryToolWidget_OnNoAmmoTriggered \ +static_assert(alignof(SBZPrimaryToolWidget_OnNoAmmoTriggered) == 0x000004, "Wrong alignment on SBZPrimaryToolWidget_OnNoAmmoTriggered"); \ +static_assert(sizeof(SBZPrimaryToolWidget_OnNoAmmoTriggered) == 0x000004, "Wrong size on SBZPrimaryToolWidget_OnNoAmmoTriggered"); \ +static_assert(offsetof(SBZPrimaryToolWidget_OnNoAmmoTriggered, VisibilityTime) == 0x000000, "Member 'SBZPrimaryToolWidget_OnNoAmmoTriggered::VisibilityTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPrimaryToolWidget \ +static_assert(alignof(USBZPrimaryToolWidget) == 0x000008, "Wrong alignment on USBZPrimaryToolWidget"); \ +static_assert(sizeof(USBZPrimaryToolWidget) == 0x000290, "Wrong size on USBZPrimaryToolWidget"); \ + +#define DUMPER7_ASSERTS_SBZPrimaryHackingToolWidget_OnHackingDistanceToTarget \ +static_assert(alignof(SBZPrimaryHackingToolWidget_OnHackingDistanceToTarget) == 0x000004, "Wrong alignment on SBZPrimaryHackingToolWidget_OnHackingDistanceToTarget"); \ +static_assert(sizeof(SBZPrimaryHackingToolWidget_OnHackingDistanceToTarget) == 0x000008, "Wrong size on SBZPrimaryHackingToolWidget_OnHackingDistanceToTarget"); \ +static_assert(offsetof(SBZPrimaryHackingToolWidget_OnHackingDistanceToTarget, MaxDistance) == 0x000000, "Member 'SBZPrimaryHackingToolWidget_OnHackingDistanceToTarget::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(SBZPrimaryHackingToolWidget_OnHackingDistanceToTarget, CurrentDistance) == 0x000004, "Member 'SBZPrimaryHackingToolWidget_OnHackingDistanceToTarget::CurrentDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPrimaryHackingToolWidget_OnHackingSyncAborted \ +static_assert(alignof(SBZPrimaryHackingToolWidget_OnHackingSyncAborted) == 0x000001, "Wrong alignment on SBZPrimaryHackingToolWidget_OnHackingSyncAborted"); \ +static_assert(sizeof(SBZPrimaryHackingToolWidget_OnHackingSyncAborted) == 0x000001, "Wrong size on SBZPrimaryHackingToolWidget_OnHackingSyncAborted"); \ +static_assert(offsetof(SBZPrimaryHackingToolWidget_OnHackingSyncAborted, bInAlreadySynched) == 0x000000, "Member 'SBZPrimaryHackingToolWidget_OnHackingSyncAborted::bInAlreadySynched' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPrimaryHackingToolWidget_OnHackingSyncCompleted \ +static_assert(alignof(SBZPrimaryHackingToolWidget_OnHackingSyncCompleted) == 0x000001, "Wrong alignment on SBZPrimaryHackingToolWidget_OnHackingSyncCompleted"); \ +static_assert(sizeof(SBZPrimaryHackingToolWidget_OnHackingSyncCompleted) == 0x000001, "Wrong size on SBZPrimaryHackingToolWidget_OnHackingSyncCompleted"); \ +static_assert(offsetof(SBZPrimaryHackingToolWidget_OnHackingSyncCompleted, bAlreadyHacked) == 0x000000, "Member 'SBZPrimaryHackingToolWidget_OnHackingSyncCompleted::bAlreadyHacked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPrimaryHackingToolWidget_OnHackingSyncNoAmmo \ +static_assert(alignof(SBZPrimaryHackingToolWidget_OnHackingSyncNoAmmo) == 0x000004, "Wrong alignment on SBZPrimaryHackingToolWidget_OnHackingSyncNoAmmo"); \ +static_assert(sizeof(SBZPrimaryHackingToolWidget_OnHackingSyncNoAmmo) == 0x000008, "Wrong size on SBZPrimaryHackingToolWidget_OnHackingSyncNoAmmo"); \ +static_assert(offsetof(SBZPrimaryHackingToolWidget_OnHackingSyncNoAmmo, InCost) == 0x000000, "Member 'SBZPrimaryHackingToolWidget_OnHackingSyncNoAmmo::InCost' has a wrong offset!"); \ +static_assert(offsetof(SBZPrimaryHackingToolWidget_OnHackingSyncNoAmmo, InCurrent) == 0x000004, "Member 'SBZPrimaryHackingToolWidget_OnHackingSyncNoAmmo::InCurrent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPrimaryHackingToolWidget_OnHackingSyncProgressChanged \ +static_assert(alignof(SBZPrimaryHackingToolWidget_OnHackingSyncProgressChanged) == 0x000004, "Wrong alignment on SBZPrimaryHackingToolWidget_OnHackingSyncProgressChanged"); \ +static_assert(sizeof(SBZPrimaryHackingToolWidget_OnHackingSyncProgressChanged) == 0x000004, "Wrong size on SBZPrimaryHackingToolWidget_OnHackingSyncProgressChanged"); \ +static_assert(offsetof(SBZPrimaryHackingToolWidget_OnHackingSyncProgressChanged, TimeRemaining) == 0x000000, "Member 'SBZPrimaryHackingToolWidget_OnHackingSyncProgressChanged::TimeRemaining' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPrimaryHackingToolWidget_OnHackinToolEquipped \ +static_assert(alignof(SBZPrimaryHackingToolWidget_OnHackinToolEquipped) == 0x000001, "Wrong alignment on SBZPrimaryHackingToolWidget_OnHackinToolEquipped"); \ +static_assert(sizeof(SBZPrimaryHackingToolWidget_OnHackinToolEquipped) == 0x000001, "Wrong size on SBZPrimaryHackingToolWidget_OnHackinToolEquipped"); \ +static_assert(offsetof(SBZPrimaryHackingToolWidget_OnHackinToolEquipped, bHasUpgrade02) == 0x000000, "Member 'SBZPrimaryHackingToolWidget_OnHackinToolEquipped::bHasUpgrade02' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPrimaryHackingToolWidget_HasTag \ +static_assert(alignof(SBZPrimaryHackingToolWidget_HasTag) == 0x000004, "Wrong alignment on SBZPrimaryHackingToolWidget_HasTag"); \ +static_assert(sizeof(SBZPrimaryHackingToolWidget_HasTag) == 0x000010, "Wrong size on SBZPrimaryHackingToolWidget_HasTag"); \ +static_assert(offsetof(SBZPrimaryHackingToolWidget_HasTag, Tag) == 0x000000, "Member 'SBZPrimaryHackingToolWidget_HasTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(SBZPrimaryHackingToolWidget_HasTag, ReturnValue) == 0x00000C, "Member 'SBZPrimaryHackingToolWidget_HasTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPrimaryHackingToolWidget \ +static_assert(alignof(USBZPrimaryHackingToolWidget) == 0x000008, "Wrong alignment on USBZPrimaryHackingToolWidget"); \ +static_assert(sizeof(USBZPrimaryHackingToolWidget) == 0x000290, "Wrong size on USBZPrimaryHackingToolWidget"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_GoToLure \ +static_assert(alignof(USBZAIOrder_GoToLure) == 0x000008, "Wrong alignment on USBZAIOrder_GoToLure"); \ +static_assert(sizeof(USBZAIOrder_GoToLure) == 0x000230, "Wrong size on USBZAIOrder_GoToLure"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_RunMoveToBehavior \ +static_assert(alignof(USBZBTTask_RunMoveToBehavior) == 0x000008, "Wrong alignment on USBZBTTask_RunMoveToBehavior"); \ +static_assert(sizeof(USBZBTTask_RunMoveToBehavior) == 0x0000E0, "Wrong size on USBZBTTask_RunMoveToBehavior"); \ +static_assert(offsetof(USBZBTTask_RunMoveToBehavior, AcceptableRadius) == 0x000080, "Member 'USBZBTTask_RunMoveToBehavior::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_RunMoveToBehavior, FilterClass) == 0x000088, "Member 'USBZBTTask_RunMoveToBehavior::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_RunMoveToBehavior, PartialPathMaxRange) == 0x000094, "Member 'USBZBTTask_RunMoveToBehavior::PartialPathMaxRange' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_RunMoveToBehavior, GoalBBKey) == 0x0000A0, "Member 'USBZBTTask_RunMoveToBehavior::GoalBBKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_RunMoveToBehavior, bOffsetPathFromCorners) == 0x0000D0, "Member 'USBZBTTask_RunMoveToBehavior::bOffsetPathFromCorners' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_RunMoveToBehavior, PathOffset) == 0x0000D4, "Member 'USBZBTTask_RunMoveToBehavior::PathOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_InvestigateCorpse \ +static_assert(alignof(USBZAIOrder_InvestigateCorpse) == 0x000008, "Wrong alignment on USBZAIOrder_InvestigateCorpse"); \ +static_assert(sizeof(USBZAIOrder_InvestigateCorpse) == 0x000240, "Wrong size on USBZAIOrder_InvestigateCorpse"); \ +static_assert(offsetof(USBZAIOrder_InvestigateCorpse, BlackboardKey) == 0x000230, "Member 'USBZAIOrder_InvestigateCorpse::BlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_InvestigateSeenPlayer \ +static_assert(alignof(USBZAIOrder_InvestigateSeenPlayer) == 0x000008, "Wrong alignment on USBZAIOrder_InvestigateSeenPlayer"); \ +static_assert(sizeof(USBZAIOrder_InvestigateSeenPlayer) == 0x000148, "Wrong size on USBZAIOrder_InvestigateSeenPlayer"); \ +static_assert(offsetof(USBZAIOrder_InvestigateSeenPlayer, BlackboardKey) == 0x000130, "Member 'USBZAIOrder_InvestigateSeenPlayer::BlackboardKey' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_InvestigateSeenPlayer, WaitTimeOnArrival) == 0x00013C, "Member 'USBZAIOrder_InvestigateSeenPlayer::WaitTimeOnArrival' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIRepositionPredicate \ +static_assert(alignof(USBZAIRepositionPredicate) == 0x000008, "Wrong alignment on USBZAIRepositionPredicate"); \ +static_assert(sizeof(USBZAIRepositionPredicate) == 0x000030, "Wrong size on USBZAIRepositionPredicate"); \ + +#define DUMPER7_ASSERTS_USBZAIRepositionPredicate_Cautious \ +static_assert(alignof(USBZAIRepositionPredicate_Cautious) == 0x000008, "Wrong alignment on USBZAIRepositionPredicate_Cautious"); \ +static_assert(sizeof(USBZAIRepositionPredicate_Cautious) == 0x000030, "Wrong size on USBZAIRepositionPredicate_Cautious"); \ + +#define DUMPER7_ASSERTS_SBZAIOrder_MoveTo_SetMoveToLocation \ +static_assert(alignof(SBZAIOrder_MoveTo_SetMoveToLocation) == 0x000004, "Wrong alignment on SBZAIOrder_MoveTo_SetMoveToLocation"); \ +static_assert(sizeof(SBZAIOrder_MoveTo_SetMoveToLocation) == 0x00000C, "Wrong size on SBZAIOrder_MoveTo_SetMoveToLocation"); \ +static_assert(offsetof(SBZAIOrder_MoveTo_SetMoveToLocation, Location) == 0x000000, "Member 'SBZAIOrder_MoveTo_SetMoveToLocation::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_MoveTo \ +static_assert(alignof(USBZAIOrder_MoveTo) == 0x000008, "Wrong alignment on USBZAIOrder_MoveTo"); \ +static_assert(sizeof(USBZAIOrder_MoveTo) == 0x000150, "Wrong size on USBZAIOrder_MoveTo"); \ +static_assert(offsetof(USBZAIOrder_MoveTo, MoveToLocation) == 0x000130, "Member 'USBZAIOrder_MoveTo::MoveToLocation' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_MoveTo, BlackboardKey) == 0x00013C, "Member 'USBZAIOrder_MoveTo::BlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_Patrol \ +static_assert(alignof(USBZAIOrder_Patrol) == 0x000008, "Wrong alignment on USBZAIOrder_Patrol"); \ +static_assert(sizeof(USBZAIOrder_Patrol) == 0x000168, "Wrong size on USBZAIOrder_Patrol"); \ +static_assert(offsetof(USBZAIOrder_Patrol, StartPoint) == 0x000130, "Member 'USBZAIOrder_Patrol::StartPoint' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_Patrol, BlackboardKey) == 0x000138, "Member 'USBZAIOrder_Patrol::BlackboardKey' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_Patrol, BlackboardWaitTimeKey) == 0x000144, "Member 'USBZAIOrder_Patrol::BlackboardWaitTimeKey' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_Patrol, CurrentPoint) == 0x000158, "Member 'USBZAIOrder_Patrol::CurrentPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGameplayAbility_CharacterCrouch \ +static_assert(alignof(USBZGameplayAbility_CharacterCrouch) == 0x000008, "Wrong alignment on USBZGameplayAbility_CharacterCrouch"); \ +static_assert(sizeof(USBZGameplayAbility_CharacterCrouch) == 0x0004F8, "Wrong size on USBZGameplayAbility_CharacterCrouch"); \ +static_assert(offsetof(USBZGameplayAbility_CharacterCrouch, UncrouchNotification) == 0x0004D8, "Member 'USBZGameplayAbility_CharacterCrouch::UncrouchNotification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerCrouchAbility \ +static_assert(alignof(USBZPlayerCrouchAbility) == 0x000008, "Wrong alignment on USBZPlayerCrouchAbility"); \ +static_assert(sizeof(USBZPlayerCrouchAbility) == 0x000500, "Wrong size on USBZPlayerCrouchAbility"); \ + +#define DUMPER7_ASSERTS_SBZCivilianManager_Get \ +static_assert(alignof(SBZCivilianManager_Get) == 0x000008, "Wrong alignment on SBZCivilianManager_Get"); \ +static_assert(sizeof(SBZCivilianManager_Get) == 0x000010, "Wrong size on SBZCivilianManager_Get"); \ +static_assert(offsetof(SBZCivilianManager_Get, WorldContextObject) == 0x000000, "Member 'SBZCivilianManager_Get::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZCivilianManager_Get, ReturnValue) == 0x000008, "Member 'SBZCivilianManager_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCivilianManager_IsAllowedToFlee \ +static_assert(alignof(SBZCivilianManager_IsAllowedToFlee) == 0x000008, "Wrong alignment on SBZCivilianManager_IsAllowedToFlee"); \ +static_assert(sizeof(SBZCivilianManager_IsAllowedToFlee) == 0x000010, "Wrong size on SBZCivilianManager_IsAllowedToFlee"); \ +static_assert(offsetof(SBZCivilianManager_IsAllowedToFlee, AIController) == 0x000000, "Member 'SBZCivilianManager_IsAllowedToFlee::AIController' has a wrong offset!"); \ +static_assert(offsetof(SBZCivilianManager_IsAllowedToFlee, ReturnValue) == 0x000008, "Member 'SBZCivilianManager_IsAllowedToFlee::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCivilianManager_OnHeistStateChanged \ +static_assert(alignof(SBZCivilianManager_OnHeistStateChanged) == 0x000001, "Wrong alignment on SBZCivilianManager_OnHeistStateChanged"); \ +static_assert(sizeof(SBZCivilianManager_OnHeistStateChanged) == 0x000002, "Wrong size on SBZCivilianManager_OnHeistStateChanged"); \ +static_assert(offsetof(SBZCivilianManager_OnHeistStateChanged, OldState) == 0x000000, "Member 'SBZCivilianManager_OnHeistStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZCivilianManager_OnHeistStateChanged, NewState) == 0x000001, "Member 'SBZCivilianManager_OnHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCivilianManager_OnPawnSpawned \ +static_assert(alignof(SBZCivilianManager_OnPawnSpawned) == 0x000008, "Wrong alignment on SBZCivilianManager_OnPawnSpawned"); \ +static_assert(sizeof(SBZCivilianManager_OnPawnSpawned) == 0x000010, "Wrong size on SBZCivilianManager_OnPawnSpawned"); \ +static_assert(offsetof(SBZCivilianManager_OnPawnSpawned, SpawnManager) == 0x000000, "Member 'SBZCivilianManager_OnPawnSpawned::SpawnManager' has a wrong offset!"); \ +static_assert(offsetof(SBZCivilianManager_OnPawnSpawned, Pawn) == 0x000008, "Member 'SBZCivilianManager_OnPawnSpawned::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCivilianManager \ +static_assert(alignof(USBZCivilianManager) == 0x000008, "Wrong alignment on USBZCivilianManager"); \ +static_assert(sizeof(USBZCivilianManager) == 0x000080, "Wrong size on USBZCivilianManager"); \ +static_assert(offsetof(USBZCivilianManager, Settings) == 0x000030, "Member 'USBZCivilianManager::Settings' has a wrong offset!"); \ +static_assert(offsetof(USBZCivilianManager, SpawnGroupArray) == 0x000038, "Member 'USBZCivilianManager::SpawnGroupArray' has a wrong offset!"); \ +static_assert(offsetof(USBZCivilianManager, StayingCivilians) == 0x000048, "Member 'USBZCivilianManager::StayingCivilians' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIOrder_Rescue_OnTargetHostageStateChanged \ +static_assert(alignof(SBZAIOrder_Rescue_OnTargetHostageStateChanged) == 0x000001, "Wrong alignment on SBZAIOrder_Rescue_OnTargetHostageStateChanged"); \ +static_assert(sizeof(SBZAIOrder_Rescue_OnTargetHostageStateChanged) == 0x000001, "Wrong size on SBZAIOrder_Rescue_OnTargetHostageStateChanged"); \ +static_assert(offsetof(SBZAIOrder_Rescue_OnTargetHostageStateChanged, NewHostageState) == 0x000000, "Member 'SBZAIOrder_Rescue_OnTargetHostageStateChanged::NewHostageState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIOrder_Rescue_OnTargetKilled \ +static_assert(alignof(SBZAIOrder_Rescue_OnTargetKilled) == 0x000008, "Wrong alignment on SBZAIOrder_Rescue_OnTargetKilled"); \ +static_assert(sizeof(SBZAIOrder_Rescue_OnTargetKilled) == 0x000008, "Wrong size on SBZAIOrder_Rescue_OnTargetKilled"); \ +static_assert(offsetof(SBZAIOrder_Rescue_OnTargetKilled, KilledPawn) == 0x000000, "Member 'SBZAIOrder_Rescue_OnTargetKilled::KilledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_Rescue \ +static_assert(alignof(USBZAIOrder_Rescue) == 0x000008, "Wrong alignment on USBZAIOrder_Rescue"); \ +static_assert(sizeof(USBZAIOrder_Rescue) == 0x000268, "Wrong size on USBZAIOrder_Rescue"); \ +static_assert(offsetof(USBZAIOrder_Rescue, RescueHostageComment) == 0x000258, "Member 'USBZAIOrder_Rescue::RescueHostageComment' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_Rescue, RescueTargetOutline) == 0x000260, "Member 'USBZAIOrder_Rescue::RescueTargetOutline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_Revive \ +static_assert(alignof(USBZAIOrder_Revive) == 0x000008, "Wrong alignment on USBZAIOrder_Revive"); \ +static_assert(sizeof(USBZAIOrder_Revive) == 0x000150, "Wrong size on USBZAIOrder_Revive"); \ +static_assert(offsetof(USBZAIOrder_Revive, BlackboardKey) == 0x000130, "Member 'USBZAIOrder_Revive::BlackboardKey' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_Revive, CivilianBehavior) == 0x000140, "Member 'USBZAIOrder_Revive::CivilianBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCommonStateMachineState \ +static_assert(alignof(USBZCommonStateMachineState) == 0x000008, "Wrong alignment on USBZCommonStateMachineState"); \ +static_assert(sizeof(USBZCommonStateMachineState) == 0x000078, "Wrong size on USBZCommonStateMachineState"); \ +static_assert(offsetof(USBZCommonStateMachineState, AsyncLoadingTimeOutTime) == 0x000048, "Member 'USBZCommonStateMachineState::AsyncLoadingTimeOutTime' has a wrong offset!"); \ +static_assert(offsetof(USBZCommonStateMachineState, AsyncLoadingTimeSliceOverride) == 0x00004C, "Member 'USBZCommonStateMachineState::AsyncLoadingTimeSliceOverride' has a wrong offset!"); \ +static_assert(offsetof(USBZCommonStateMachineState, AsyncLoadingTimeSliceDefaultValue) == 0x000050, "Member 'USBZCommonStateMachineState::AsyncLoadingTimeSliceDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(USBZCommonStateMachineState, bReplayEnabled) == 0x000054, "Member 'USBZCommonStateMachineState::bReplayEnabled' has a wrong offset!"); \ +static_assert(offsetof(USBZCommonStateMachineState, AsyncLoadLevelParams) == 0x000068, "Member 'USBZCommonStateMachineState::AsyncLoadLevelParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_Sabotage \ +static_assert(alignof(USBZAIOrder_Sabotage) == 0x000008, "Wrong alignment on USBZAIOrder_Sabotage"); \ +static_assert(sizeof(USBZAIOrder_Sabotage) == 0x000170, "Wrong size on USBZAIOrder_Sabotage"); \ +static_assert(offsetof(USBZAIOrder_Sabotage, SabotageActor) == 0x000130, "Member 'USBZAIOrder_Sabotage::SabotageActor' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_Sabotage, BlackboardKey) == 0x000138, "Member 'USBZAIOrder_Sabotage::BlackboardKey' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_Sabotage, bDisableSabotageTargetOnFail) == 0x000144, "Member 'USBZAIOrder_Sabotage::bDisableSabotageTargetOnFail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCameraFeedbackComponent_GetLocalCameraFeedbackComponent \ +static_assert(alignof(SBZPlayerCameraFeedbackComponent_GetLocalCameraFeedbackComponent) == 0x000008, "Wrong alignment on SBZPlayerCameraFeedbackComponent_GetLocalCameraFeedbackComponent"); \ +static_assert(sizeof(SBZPlayerCameraFeedbackComponent_GetLocalCameraFeedbackComponent) == 0x000010, "Wrong size on SBZPlayerCameraFeedbackComponent_GetLocalCameraFeedbackComponent"); \ +static_assert(offsetof(SBZPlayerCameraFeedbackComponent_GetLocalCameraFeedbackComponent, WorldContextObject) == 0x000000, "Member 'SBZPlayerCameraFeedbackComponent_GetLocalCameraFeedbackComponent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCameraFeedbackComponent_GetLocalCameraFeedbackComponent, ReturnValue) == 0x000008, "Member 'SBZPlayerCameraFeedbackComponent_GetLocalCameraFeedbackComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCameraFeedbackComponent_AddFeedback \ +static_assert(alignof(SBZPlayerCameraFeedbackComponent_AddFeedback) == 0x000010, "Wrong alignment on SBZPlayerCameraFeedbackComponent_AddFeedback"); \ +static_assert(sizeof(SBZPlayerCameraFeedbackComponent_AddFeedback) == 0x000060, "Wrong size on SBZPlayerCameraFeedbackComponent_AddFeedback"); \ +static_assert(offsetof(SBZPlayerCameraFeedbackComponent_AddFeedback, Parameters) == 0x000000, "Member 'SBZPlayerCameraFeedbackComponent_AddFeedback::Parameters' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCameraFeedbackComponent_AddFeedback, ReturnValue) == 0x000050, "Member 'SBZPlayerCameraFeedbackComponent_AddFeedback::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCameraFeedbackComponent_CooldownTimerDelegate \ +static_assert(alignof(SBZPlayerCameraFeedbackComponent_CooldownTimerDelegate) == 0x000008, "Wrong alignment on SBZPlayerCameraFeedbackComponent_CooldownTimerDelegate"); \ +static_assert(sizeof(SBZPlayerCameraFeedbackComponent_CooldownTimerDelegate) == 0x000008, "Wrong size on SBZPlayerCameraFeedbackComponent_CooldownTimerDelegate"); \ +static_assert(offsetof(SBZPlayerCameraFeedbackComponent_CooldownTimerDelegate, FeedbackClass) == 0x000000, "Member 'SBZPlayerCameraFeedbackComponent_CooldownTimerDelegate::FeedbackClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCameraFeedbackComponent_FadeOutFeedback \ +static_assert(alignof(SBZPlayerCameraFeedbackComponent_FadeOutFeedback) == 0x000004, "Wrong alignment on SBZPlayerCameraFeedbackComponent_FadeOutFeedback"); \ +static_assert(sizeof(SBZPlayerCameraFeedbackComponent_FadeOutFeedback) == 0x000008, "Wrong size on SBZPlayerCameraFeedbackComponent_FadeOutFeedback"); \ +static_assert(offsetof(SBZPlayerCameraFeedbackComponent_FadeOutFeedback, RemoveID) == 0x000000, "Member 'SBZPlayerCameraFeedbackComponent_FadeOutFeedback::RemoveID' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCameraFeedbackComponent_FadeOutFeedback, bIsAutoRemoved) == 0x000004, "Member 'SBZPlayerCameraFeedbackComponent_FadeOutFeedback::bIsAutoRemoved' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCameraFeedbackComponent_FadeOutFeedback, ReturnValue) == 0x000005, "Member 'SBZPlayerCameraFeedbackComponent_FadeOutFeedback::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCameraFeedbackComponent_RemoveFeedback \ +static_assert(alignof(SBZPlayerCameraFeedbackComponent_RemoveFeedback) == 0x000004, "Wrong alignment on SBZPlayerCameraFeedbackComponent_RemoveFeedback"); \ +static_assert(sizeof(SBZPlayerCameraFeedbackComponent_RemoveFeedback) == 0x000008, "Wrong size on SBZPlayerCameraFeedbackComponent_RemoveFeedback"); \ +static_assert(offsetof(SBZPlayerCameraFeedbackComponent_RemoveFeedback, RemoveID) == 0x000000, "Member 'SBZPlayerCameraFeedbackComponent_RemoveFeedback::RemoveID' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCameraFeedbackComponent_RemoveFeedback, ReturnValue) == 0x000004, "Member 'SBZPlayerCameraFeedbackComponent_RemoveFeedback::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCameraFeedbackComponent_SetFeedbackIntensity \ +static_assert(alignof(SBZPlayerCameraFeedbackComponent_SetFeedbackIntensity) == 0x000004, "Wrong alignment on SBZPlayerCameraFeedbackComponent_SetFeedbackIntensity"); \ +static_assert(sizeof(SBZPlayerCameraFeedbackComponent_SetFeedbackIntensity) == 0x00000C, "Wrong size on SBZPlayerCameraFeedbackComponent_SetFeedbackIntensity"); \ +static_assert(offsetof(SBZPlayerCameraFeedbackComponent_SetFeedbackIntensity, FeedbackID) == 0x000000, "Member 'SBZPlayerCameraFeedbackComponent_SetFeedbackIntensity::FeedbackID' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCameraFeedbackComponent_SetFeedbackIntensity, InIntensity) == 0x000004, "Member 'SBZPlayerCameraFeedbackComponent_SetFeedbackIntensity::InIntensity' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCameraFeedbackComponent_SetFeedbackIntensity, ReturnValue) == 0x000008, "Member 'SBZPlayerCameraFeedbackComponent_SetFeedbackIntensity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerCameraFeedbackComponent \ +static_assert(alignof(USBZPlayerCameraFeedbackComponent) == 0x000008, "Wrong alignment on USBZPlayerCameraFeedbackComponent"); \ +static_assert(sizeof(USBZPlayerCameraFeedbackComponent) == 0x000138, "Wrong size on USBZPlayerCameraFeedbackComponent"); \ +static_assert(offsetof(USBZPlayerCameraFeedbackComponent, CurrentFeedbacks) == 0x0000C0, "Member 'USBZPlayerCameraFeedbackComponent::CurrentFeedbacks' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCameraFeedbackComponent, PlayerCameraOwner) == 0x0000D0, "Member 'USBZPlayerCameraFeedbackComponent::PlayerCameraOwner' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCameraFeedbackComponent, FeedbackFirstPlayCooldowns) == 0x0000E0, "Member 'USBZPlayerCameraFeedbackComponent::FeedbackFirstPlayCooldowns' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIOrder_SecureBag_OnCharacterAnimEventActive \ +static_assert(alignof(SBZAIOrder_SecureBag_OnCharacterAnimEventActive) == 0x000004, "Wrong alignment on SBZAIOrder_SecureBag_OnCharacterAnimEventActive"); \ +static_assert(sizeof(SBZAIOrder_SecureBag_OnCharacterAnimEventActive) == 0x000010, "Wrong size on SBZAIOrder_SecureBag_OnCharacterAnimEventActive"); \ +static_assert(offsetof(SBZAIOrder_SecureBag_OnCharacterAnimEventActive, EventTag) == 0x000000, "Member 'SBZAIOrder_SecureBag_OnCharacterAnimEventActive::EventTag' has a wrong offset!"); \ +static_assert(offsetof(SBZAIOrder_SecureBag_OnCharacterAnimEventActive, bActive) == 0x00000C, "Member 'SBZAIOrder_SecureBag_OnCharacterAnimEventActive::bActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_SecureBag \ +static_assert(alignof(USBZAIOrder_SecureBag) == 0x000008, "Wrong alignment on USBZAIOrder_SecureBag"); \ +static_assert(sizeof(USBZAIOrder_SecureBag) == 0x000150, "Wrong size on USBZAIOrder_SecureBag"); \ +static_assert(offsetof(USBZAIOrder_SecureBag, DropOfBagActionOrder) == 0x000130, "Member 'USBZAIOrder_SecureBag::DropOfBagActionOrder' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_SecureBag, BagActor) == 0x000138, "Member 'USBZAIOrder_SecureBag::BagActor' has a wrong offset!"); \ +static_assert(offsetof(USBZAIOrder_SecureBag, BlackboardKey) == 0x000140, "Member 'USBZAIOrder_SecureBag::BlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillDemolitionistCooker \ +static_assert(alignof(USBZSkillDemolitionistCooker) == 0x000008, "Wrong alignment on USBZSkillDemolitionistCooker"); \ +static_assert(sizeof(USBZSkillDemolitionistCooker) == 0x000230, "Wrong size on USBZSkillDemolitionistCooker"); \ + +#define DUMPER7_ASSERTS_SBZCodeViewerInterface_BP_SetCode \ +static_assert(alignof(SBZCodeViewerInterface_BP_SetCode) == 0x000008, "Wrong alignment on SBZCodeViewerInterface_BP_SetCode"); \ +static_assert(sizeof(SBZCodeViewerInterface_BP_SetCode) == 0x000010, "Wrong size on SBZCodeViewerInterface_BP_SetCode"); \ +static_assert(offsetof(SBZCodeViewerInterface_BP_SetCode, Widget) == 0x000000, "Member 'SBZCodeViewerInterface_BP_SetCode::Widget' has a wrong offset!"); \ +static_assert(offsetof(SBZCodeViewerInterface_BP_SetCode, CodeToShow) == 0x000008, "Member 'SBZCodeViewerInterface_BP_SetCode::CodeToShow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCodeViewerInterface_InitializeWidget \ +static_assert(alignof(SBZCodeViewerInterface_InitializeWidget) == 0x000008, "Wrong alignment on SBZCodeViewerInterface_InitializeWidget"); \ +static_assert(sizeof(SBZCodeViewerInterface_InitializeWidget) == 0x000008, "Wrong size on SBZCodeViewerInterface_InitializeWidget"); \ +static_assert(offsetof(SBZCodeViewerInterface_InitializeWidget, Widget) == 0x000000, "Member 'SBZCodeViewerInterface_InitializeWidget::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCodeViewerInterface_UpdateCodeViewer \ +static_assert(alignof(SBZCodeViewerInterface_UpdateCodeViewer) == 0x000008, "Wrong alignment on SBZCodeViewerInterface_UpdateCodeViewer"); \ +static_assert(sizeof(SBZCodeViewerInterface_UpdateCodeViewer) == 0x000018, "Wrong size on SBZCodeViewerInterface_UpdateCodeViewer"); \ +static_assert(offsetof(SBZCodeViewerInterface_UpdateCodeViewer, GeneratedCodes) == 0x000000, "Member 'SBZCodeViewerInterface_UpdateCodeViewer::GeneratedCodes' has a wrong offset!"); \ +static_assert(offsetof(SBZCodeViewerInterface_UpdateCodeViewer, TrueCodeIndex) == 0x000010, "Member 'SBZCodeViewerInterface_UpdateCodeViewer::TrueCodeIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCodeViewerInterface_UpdateIdentifier \ +static_assert(alignof(SBZCodeViewerInterface_UpdateIdentifier) == 0x000008, "Wrong alignment on SBZCodeViewerInterface_UpdateIdentifier"); \ +static_assert(sizeof(SBZCodeViewerInterface_UpdateIdentifier) == 0x000018, "Wrong size on SBZCodeViewerInterface_UpdateIdentifier"); \ +static_assert(offsetof(SBZCodeViewerInterface_UpdateIdentifier, InIdentifier) == 0x000000, "Member 'SBZCodeViewerInterface_UpdateIdentifier::InIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCodeViewerInterface_GetNumberOfCodeWidgets \ +static_assert(alignof(SBZCodeViewerInterface_GetNumberOfCodeWidgets) == 0x000004, "Wrong alignment on SBZCodeViewerInterface_GetNumberOfCodeWidgets"); \ +static_assert(sizeof(SBZCodeViewerInterface_GetNumberOfCodeWidgets) == 0x000004, "Wrong size on SBZCodeViewerInterface_GetNumberOfCodeWidgets"); \ +static_assert(offsetof(SBZCodeViewerInterface_GetNumberOfCodeWidgets, ReturnValue) == 0x000000, "Member 'SBZCodeViewerInterface_GetNumberOfCodeWidgets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZCodeViewerInterface \ +static_assert(alignof(ISBZCodeViewerInterface) == 0x000001, "Wrong alignment on ISBZCodeViewerInterface"); \ +static_assert(sizeof(ISBZCodeViewerInterface) == 0x000001, "Wrong size on ISBZCodeViewerInterface"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_ShoveHumanShieldInstigator \ +static_assert(alignof(USBZAIOrder_ShoveHumanShieldInstigator) == 0x000008, "Wrong alignment on USBZAIOrder_ShoveHumanShieldInstigator"); \ +static_assert(sizeof(USBZAIOrder_ShoveHumanShieldInstigator) == 0x000138, "Wrong size on USBZAIOrder_ShoveHumanShieldInstigator"); \ +static_assert(offsetof(USBZAIOrder_ShoveHumanShieldInstigator, HumanShieldHostage) == 0x000130, "Member 'USBZAIOrder_ShoveHumanShieldInstigator::HumanShieldHostage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrder_SquadSabotage \ +static_assert(alignof(USBZAIOrder_SquadSabotage) == 0x000008, "Wrong alignment on USBZAIOrder_SquadSabotage"); \ +static_assert(sizeof(USBZAIOrder_SquadSabotage) == 0x000268, "Wrong size on USBZAIOrder_SquadSabotage"); \ +static_assert(offsetof(USBZAIOrder_SquadSabotage, SabotagingMember) == 0x000258, "Member 'USBZAIOrder_SquadSabotage::SabotagingMember' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHoldOutDroneSoundCollection \ +static_assert(alignof(USBZHoldOutDroneSoundCollection) == 0x000008, "Wrong alignment on USBZHoldOutDroneSoundCollection"); \ +static_assert(sizeof(USBZHoldOutDroneSoundCollection) == 0x000088, "Wrong size on USBZHoldOutDroneSoundCollection"); \ +static_assert(offsetof(USBZHoldOutDroneSoundCollection, Sounds) == 0x000038, "Member 'USBZHoldOutDroneSoundCollection::Sounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLootProcessorBase_BP_BagCountUpdated \ +static_assert(alignof(SBZLootProcessorBase_BP_BagCountUpdated) == 0x000004, "Wrong alignment on SBZLootProcessorBase_BP_BagCountUpdated"); \ +static_assert(sizeof(SBZLootProcessorBase_BP_BagCountUpdated) == 0x000004, "Wrong size on SBZLootProcessorBase_BP_BagCountUpdated"); \ +static_assert(offsetof(SBZLootProcessorBase_BP_BagCountUpdated, NumOfBags) == 0x000000, "Member 'SBZLootProcessorBase_BP_BagCountUpdated::NumOfBags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLootProcessorBase_BP_OnBagProcessed \ +static_assert(alignof(SBZLootProcessorBase_BP_OnBagProcessed) == 0x000008, "Wrong alignment on SBZLootProcessorBase_BP_OnBagProcessed"); \ +static_assert(sizeof(SBZLootProcessorBase_BP_OnBagProcessed) == 0x000010, "Wrong size on SBZLootProcessorBase_BP_OnBagProcessed"); \ +static_assert(offsetof(SBZLootProcessorBase_BP_OnBagProcessed, OldBagType) == 0x000000, "Member 'SBZLootProcessorBase_BP_OnBagProcessed::OldBagType' has a wrong offset!"); \ +static_assert(offsetof(SBZLootProcessorBase_BP_OnBagProcessed, NewBagType) == 0x000008, "Member 'SBZLootProcessorBase_BP_OnBagProcessed::NewBagType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLootProcessorBase_BP_OnRunningStateChanged \ +static_assert(alignof(SBZLootProcessorBase_BP_OnRunningStateChanged) == 0x000001, "Wrong alignment on SBZLootProcessorBase_BP_OnRunningStateChanged"); \ +static_assert(sizeof(SBZLootProcessorBase_BP_OnRunningStateChanged) == 0x000003, "Wrong size on SBZLootProcessorBase_BP_OnRunningStateChanged"); \ +static_assert(offsetof(SBZLootProcessorBase_BP_OnRunningStateChanged, NewState) == 0x000000, "Member 'SBZLootProcessorBase_BP_OnRunningStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(SBZLootProcessorBase_BP_OnRunningStateChanged, bDoCosmetics) == 0x000001, "Member 'SBZLootProcessorBase_BP_OnRunningStateChanged::bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(SBZLootProcessorBase_BP_OnRunningStateChanged, bIsDedicatedServer) == 0x000002, "Member 'SBZLootProcessorBase_BP_OnRunningStateChanged::bIsDedicatedServer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLootProcessorBase_Multicast_SetCurrentProcessingIndex \ +static_assert(alignof(SBZLootProcessorBase_Multicast_SetCurrentProcessingIndex) == 0x000001, "Wrong alignment on SBZLootProcessorBase_Multicast_SetCurrentProcessingIndex"); \ +static_assert(sizeof(SBZLootProcessorBase_Multicast_SetCurrentProcessingIndex) == 0x000001, "Wrong size on SBZLootProcessorBase_Multicast_SetCurrentProcessingIndex"); \ +static_assert(offsetof(SBZLootProcessorBase_Multicast_SetCurrentProcessingIndex, Index_0) == 0x000000, "Member 'SBZLootProcessorBase_Multicast_SetCurrentProcessingIndex::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLootProcessorBase_Multicast_SetState \ +static_assert(alignof(SBZLootProcessorBase_Multicast_SetState) == 0x000001, "Wrong alignment on SBZLootProcessorBase_Multicast_SetState"); \ +static_assert(sizeof(SBZLootProcessorBase_Multicast_SetState) == 0x000001, "Wrong size on SBZLootProcessorBase_Multicast_SetState"); \ +static_assert(offsetof(SBZLootProcessorBase_Multicast_SetState, NewState) == 0x000000, "Member 'SBZLootProcessorBase_Multicast_SetState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLootProcessorBase_Multicast_UpdateBagCount \ +static_assert(alignof(SBZLootProcessorBase_Multicast_UpdateBagCount) == 0x000004, "Wrong alignment on SBZLootProcessorBase_Multicast_UpdateBagCount"); \ +static_assert(sizeof(SBZLootProcessorBase_Multicast_UpdateBagCount) == 0x000004, "Wrong size on SBZLootProcessorBase_Multicast_UpdateBagCount"); \ +static_assert(offsetof(SBZLootProcessorBase_Multicast_UpdateBagCount, NewBagCount) == 0x000000, "Member 'SBZLootProcessorBase_Multicast_UpdateBagCount::NewBagCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLootProcessorBase_OnBagBeginOverlap \ +static_assert(alignof(SBZLootProcessorBase_OnBagBeginOverlap) == 0x000008, "Wrong alignment on SBZLootProcessorBase_OnBagBeginOverlap"); \ +static_assert(sizeof(SBZLootProcessorBase_OnBagBeginOverlap) == 0x0000B0, "Wrong size on SBZLootProcessorBase_OnBagBeginOverlap"); \ +static_assert(offsetof(SBZLootProcessorBase_OnBagBeginOverlap, OverlappedComponent) == 0x000000, "Member 'SBZLootProcessorBase_OnBagBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZLootProcessorBase_OnBagBeginOverlap, OtherActor) == 0x000008, "Member 'SBZLootProcessorBase_OnBagBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZLootProcessorBase_OnBagBeginOverlap, OtherComp) == 0x000010, "Member 'SBZLootProcessorBase_OnBagBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZLootProcessorBase_OnBagBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'SBZLootProcessorBase_OnBagBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZLootProcessorBase_OnBagBeginOverlap, bFromSweep) == 0x00001C, "Member 'SBZLootProcessorBase_OnBagBeginOverlap::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(SBZLootProcessorBase_OnBagBeginOverlap, SweepResult) == 0x000020, "Member 'SBZLootProcessorBase_OnBagBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLootProcessorBase_OnInteractionEnabledStateChanged \ +static_assert(alignof(SBZLootProcessorBase_OnInteractionEnabledStateChanged) == 0x000008, "Wrong alignment on SBZLootProcessorBase_OnInteractionEnabledStateChanged"); \ +static_assert(sizeof(SBZLootProcessorBase_OnInteractionEnabledStateChanged) == 0x000010, "Wrong size on SBZLootProcessorBase_OnInteractionEnabledStateChanged"); \ +static_assert(offsetof(SBZLootProcessorBase_OnInteractionEnabledStateChanged, InteractableComponent) == 0x000000, "Member 'SBZLootProcessorBase_OnInteractionEnabledStateChanged::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZLootProcessorBase_OnInteractionEnabledStateChanged, bInNewState) == 0x000008, "Member 'SBZLootProcessorBase_OnInteractionEnabledStateChanged::bInNewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLootProcessorBase_OnSabotagedStateChanged \ +static_assert(alignof(SBZLootProcessorBase_OnSabotagedStateChanged) == 0x000001, "Wrong alignment on SBZLootProcessorBase_OnSabotagedStateChanged"); \ +static_assert(sizeof(SBZLootProcessorBase_OnSabotagedStateChanged) == 0x000001, "Wrong size on SBZLootProcessorBase_OnSabotagedStateChanged"); \ +static_assert(offsetof(SBZLootProcessorBase_OnSabotagedStateChanged, bSabotaged) == 0x000000, "Member 'SBZLootProcessorBase_OnSabotagedStateChanged::bSabotaged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLootProcessorBase_OnServerClaimBagInteractComplete \ +static_assert(alignof(SBZLootProcessorBase_OnServerClaimBagInteractComplete) == 0x000008, "Wrong alignment on SBZLootProcessorBase_OnServerClaimBagInteractComplete"); \ +static_assert(sizeof(SBZLootProcessorBase_OnServerClaimBagInteractComplete) == 0x000018, "Wrong size on SBZLootProcessorBase_OnServerClaimBagInteractComplete"); \ +static_assert(offsetof(SBZLootProcessorBase_OnServerClaimBagInteractComplete, Interactable) == 0x000000, "Member 'SBZLootProcessorBase_OnServerClaimBagInteractComplete::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZLootProcessorBase_OnServerClaimBagInteractComplete, Interactor) == 0x000008, "Member 'SBZLootProcessorBase_OnServerClaimBagInteractComplete::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZLootProcessorBase_OnServerClaimBagInteractComplete, bInIsLocallyControlled) == 0x000010, "Member 'SBZLootProcessorBase_OnServerClaimBagInteractComplete::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLootProcessorBase_SetInteractionEnabled \ +static_assert(alignof(SBZLootProcessorBase_SetInteractionEnabled) == 0x000001, "Wrong alignment on SBZLootProcessorBase_SetInteractionEnabled"); \ +static_assert(sizeof(SBZLootProcessorBase_SetInteractionEnabled) == 0x000001, "Wrong size on SBZLootProcessorBase_SetInteractionEnabled"); \ +static_assert(offsetof(SBZLootProcessorBase_SetInteractionEnabled, bEnabled) == 0x000000, "Member 'SBZLootProcessorBase_SetInteractionEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLootProcessorBase_GetProcessDuration \ +static_assert(alignof(SBZLootProcessorBase_GetProcessDuration) == 0x000004, "Wrong alignment on SBZLootProcessorBase_GetProcessDuration"); \ +static_assert(sizeof(SBZLootProcessorBase_GetProcessDuration) == 0x000004, "Wrong size on SBZLootProcessorBase_GetProcessDuration"); \ +static_assert(offsetof(SBZLootProcessorBase_GetProcessDuration, ReturnValue) == 0x000000, "Member 'SBZLootProcessorBase_GetProcessDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZLootProcessorBase \ +static_assert(alignof(ASBZLootProcessorBase) == 0x000008, "Wrong alignment on ASBZLootProcessorBase"); \ +static_assert(sizeof(ASBZLootProcessorBase) == 0x000410, "Wrong size on ASBZLootProcessorBase"); \ +static_assert(offsetof(ASBZLootProcessorBase, OnStateChangedDelegate) == 0x0002A8, "Member 'ASBZLootProcessorBase::OnStateChangedDelegate' has a wrong offset!"); \ +static_assert(offsetof(ASBZLootProcessorBase, BagTypeMap) == 0x0002B8, "Member 'ASBZLootProcessorBase::BagTypeMap' has a wrong offset!"); \ +static_assert(offsetof(ASBZLootProcessorBase, ProcessDuration) == 0x000308, "Member 'ASBZLootProcessorBase::ProcessDuration' has a wrong offset!"); \ +static_assert(offsetof(ASBZLootProcessorBase, bCanQueueProcessing) == 0x00030C, "Member 'ASBZLootProcessorBase::bCanQueueProcessing' has a wrong offset!"); \ +static_assert(offsetof(ASBZLootProcessorBase, MarkerAsset) == 0x000310, "Member 'ASBZLootProcessorBase::MarkerAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZLootProcessorBase, DurationPreplanningTag) == 0x000318, "Member 'ASBZLootProcessorBase::DurationPreplanningTag' has a wrong offset!"); \ +static_assert(offsetof(ASBZLootProcessorBase, PreplanningProcessDuration) == 0x000324, "Member 'ASBZLootProcessorBase::PreplanningProcessDuration' has a wrong offset!"); \ +static_assert(offsetof(ASBZLootProcessorBase, ClaimBagInteractable) == 0x000328, "Member 'ASBZLootProcessorBase::ClaimBagInteractable' has a wrong offset!"); \ +static_assert(offsetof(ASBZLootProcessorBase, BoxComponent) == 0x000330, "Member 'ASBZLootProcessorBase::BoxComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZLootProcessorBase, CurrentState) == 0x000338, "Member 'ASBZLootProcessorBase::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(ASBZLootProcessorBase, BagCount) == 0x00033C, "Member 'ASBZLootProcessorBase::BagCount' has a wrong offset!"); \ +static_assert(offsetof(ASBZLootProcessorBase, CurrentProcessingIndex) == 0x000340, "Member 'ASBZLootProcessorBase::CurrentProcessingIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZLootProcessorBase, SabotagePointArray) == 0x000348, "Member 'ASBZLootProcessorBase::SabotagePointArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZLootProcessorBase, SabotagePoint) == 0x000358, "Member 'ASBZLootProcessorBase::SabotagePoint' has a wrong offset!"); \ +static_assert(offsetof(ASBZLootProcessorBase, SabotageRestoreState) == 0x000360, "Member 'ASBZLootProcessorBase::SabotageRestoreState' has a wrong offset!"); \ +static_assert(offsetof(ASBZLootProcessorBase, BagTypeToReturn) == 0x000368, "Member 'ASBZLootProcessorBase::BagTypeToReturn' has a wrong offset!"); \ +static_assert(offsetof(ASBZLootProcessorBase, MarkerID) == 0x000370, "Member 'ASBZLootProcessorBase::MarkerID' has a wrong offset!"); \ +static_assert(offsetof(ASBZLootProcessorBase, MarkerComponentSelector) == 0x000378, "Member 'ASBZLootProcessorBase::MarkerComponentSelector' has a wrong offset!"); \ +static_assert(offsetof(ASBZLootProcessorBase, MarkerComponent) == 0x000398, "Member 'ASBZLootProcessorBase::MarkerComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZLootProcessorBase, BagFilter) == 0x0003A0, "Member 'ASBZLootProcessorBase::BagFilter' has a wrong offset!"); \ +static_assert(offsetof(ASBZLootProcessorBase, BagHandleQueue) == 0x0003D0, "Member 'ASBZLootProcessorBase::BagHandleQueue' has a wrong offset!"); \ +static_assert(offsetof(ASBZLootProcessorBase, CurrentBag) == 0x0003E0, "Member 'ASBZLootProcessorBase::CurrentBag' has a wrong offset!"); \ +static_assert(offsetof(ASBZLootProcessorBase, AllowedBagTypeArray) == 0x0003F0, "Member 'ASBZLootProcessorBase::AllowedBagTypeArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCombiningLootProcessor_BP_OnCombinedBagCountUpdated \ +static_assert(alignof(SBZCombiningLootProcessor_BP_OnCombinedBagCountUpdated) == 0x000004, "Wrong alignment on SBZCombiningLootProcessor_BP_OnCombinedBagCountUpdated"); \ +static_assert(sizeof(SBZCombiningLootProcessor_BP_OnCombinedBagCountUpdated) == 0x000004, "Wrong size on SBZCombiningLootProcessor_BP_OnCombinedBagCountUpdated"); \ +static_assert(offsetof(SBZCombiningLootProcessor_BP_OnCombinedBagCountUpdated, Count) == 0x000000, "Member 'SBZCombiningLootProcessor_BP_OnCombinedBagCountUpdated::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCombiningLootProcessor_Multicast_UpdateCombinedBagsCount \ +static_assert(alignof(SBZCombiningLootProcessor_Multicast_UpdateCombinedBagsCount) == 0x000004, "Wrong alignment on SBZCombiningLootProcessor_Multicast_UpdateCombinedBagsCount"); \ +static_assert(sizeof(SBZCombiningLootProcessor_Multicast_UpdateCombinedBagsCount) == 0x000004, "Wrong size on SBZCombiningLootProcessor_Multicast_UpdateCombinedBagsCount"); \ +static_assert(offsetof(SBZCombiningLootProcessor_Multicast_UpdateCombinedBagsCount, NewCount) == 0x000000, "Member 'SBZCombiningLootProcessor_Multicast_UpdateCombinedBagsCount::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCombiningLootProcessor_OnServerClaimCombinedBagInteractionComplete \ +static_assert(alignof(SBZCombiningLootProcessor_OnServerClaimCombinedBagInteractionComplete) == 0x000008, "Wrong alignment on SBZCombiningLootProcessor_OnServerClaimCombinedBagInteractionComplete"); \ +static_assert(sizeof(SBZCombiningLootProcessor_OnServerClaimCombinedBagInteractionComplete) == 0x000018, "Wrong size on SBZCombiningLootProcessor_OnServerClaimCombinedBagInteractionComplete"); \ +static_assert(offsetof(SBZCombiningLootProcessor_OnServerClaimCombinedBagInteractionComplete, Interactable) == 0x000000, "Member 'SBZCombiningLootProcessor_OnServerClaimCombinedBagInteractionComplete::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZCombiningLootProcessor_OnServerClaimCombinedBagInteractionComplete, Interactor) == 0x000008, "Member 'SBZCombiningLootProcessor_OnServerClaimCombinedBagInteractionComplete::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZCombiningLootProcessor_OnServerClaimCombinedBagInteractionComplete, bInIsLocallyControlled) == 0x000010, "Member 'SBZCombiningLootProcessor_OnServerClaimCombinedBagInteractionComplete::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZCombiningLootProcessor \ +static_assert(alignof(ASBZCombiningLootProcessor) == 0x000008, "Wrong alignment on ASBZCombiningLootProcessor"); \ +static_assert(sizeof(ASBZCombiningLootProcessor) == 0x000458, "Wrong size on ASBZCombiningLootProcessor"); \ +static_assert(offsetof(ASBZCombiningLootProcessor, OnBagProcessed) == 0x000410, "Member 'ASBZCombiningLootProcessor::OnBagProcessed' has a wrong offset!"); \ +static_assert(offsetof(ASBZCombiningLootProcessor, CombinedBagType) == 0x000420, "Member 'ASBZCombiningLootProcessor::CombinedBagType' has a wrong offset!"); \ +static_assert(offsetof(ASBZCombiningLootProcessor, NumberOfBagsToCombine) == 0x000430, "Member 'ASBZCombiningLootProcessor::NumberOfBagsToCombine' has a wrong offset!"); \ +static_assert(offsetof(ASBZCombiningLootProcessor, ClaimCombinedBagInteractable) == 0x000438, "Member 'ASBZCombiningLootProcessor::ClaimCombinedBagInteractable' has a wrong offset!"); \ +static_assert(offsetof(ASBZCombiningLootProcessor, CombinedBags) == 0x000440, "Member 'ASBZCombiningLootProcessor::CombinedBags' has a wrong offset!"); \ +static_assert(offsetof(ASBZCombiningLootProcessor, CombinedBagHandle) == 0x000448, "Member 'ASBZCombiningLootProcessor::CombinedBagHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIOrderDebugBlueprintLibrary_SetOrderToAllSquads \ +static_assert(alignof(SBZAIOrderDebugBlueprintLibrary_SetOrderToAllSquads) == 0x000008, "Wrong alignment on SBZAIOrderDebugBlueprintLibrary_SetOrderToAllSquads"); \ +static_assert(sizeof(SBZAIOrderDebugBlueprintLibrary_SetOrderToAllSquads) == 0x000010, "Wrong size on SBZAIOrderDebugBlueprintLibrary_SetOrderToAllSquads"); \ +static_assert(offsetof(SBZAIOrderDebugBlueprintLibrary_SetOrderToAllSquads, ContextObject) == 0x000000, "Member 'SBZAIOrderDebugBlueprintLibrary_SetOrderToAllSquads::ContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZAIOrderDebugBlueprintLibrary_SetOrderToAllSquads, AIOrder) == 0x000008, "Member 'SBZAIOrderDebugBlueprintLibrary_SetOrderToAllSquads::AIOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIOrderDebugBlueprintLibrary \ +static_assert(alignof(USBZAIOrderDebugBlueprintLibrary) == 0x000008, "Wrong alignment on USBZAIOrderDebugBlueprintLibrary"); \ +static_assert(sizeof(USBZAIOrderDebugBlueprintLibrary) == 0x000030, "Wrong size on USBZAIOrderDebugBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_USBZBuiltInAnimMontage \ +static_assert(alignof(USBZBuiltInAnimMontage) == 0x000008, "Wrong alignment on USBZBuiltInAnimMontage"); \ +static_assert(sizeof(USBZBuiltInAnimMontage) == 0x000058, "Wrong size on USBZBuiltInAnimMontage"); \ +static_assert(offsetof(USBZBuiltInAnimMontage, bAutoStopWhenFinished) == 0x000038, "Member 'USBZBuiltInAnimMontage::bAutoStopWhenFinished' has a wrong offset!"); \ +static_assert(offsetof(USBZBuiltInAnimMontage, bIsLooping) == 0x000039, "Member 'USBZBuiltInAnimMontage::bIsLooping' has a wrong offset!"); \ +static_assert(offsetof(USBZBuiltInAnimMontage, Group) == 0x00003C, "Member 'USBZBuiltInAnimMontage::Group' has a wrong offset!"); \ +static_assert(offsetof(USBZBuiltInAnimMontage, BoneTracks) == 0x000048, "Member 'USBZBuiltInAnimMontage::BoneTracks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAIPointOfInterestDeadBody \ +static_assert(alignof(ASBZAIPointOfInterestDeadBody) == 0x000008, "Wrong alignment on ASBZAIPointOfInterestDeadBody"); \ +static_assert(sizeof(ASBZAIPointOfInterestDeadBody) == 0x000320, "Wrong size on ASBZAIPointOfInterestDeadBody"); \ +static_assert(offsetof(ASBZAIPointOfInterestDeadBody, LifeActionComponent) == 0x0002F8, "Member 'ASBZAIPointOfInterestDeadBody::LifeActionComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIPointOfInterestDeadBody, LifeActionInstance) == 0x000300, "Member 'ASBZAIPointOfInterestDeadBody::LifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIPointOfInterestDeadBody, LifeActionSlot) == 0x000308, "Member 'ASBZAIPointOfInterestDeadBody::LifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIPointOfInterestDeadBody, LifeActionSlotArray) == 0x000310, "Member 'ASBZAIPointOfInterestDeadBody::LifeActionSlotArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIRefractorShield_OnPropDamaged \ +static_assert(alignof(SBZAIRefractorShield_OnPropDamaged) == 0x000008, "Wrong alignment on SBZAIRefractorShield_OnPropDamaged"); \ +static_assert(sizeof(SBZAIRefractorShield_OnPropDamaged) == 0x000028, "Wrong size on SBZAIRefractorShield_OnPropDamaged"); \ +static_assert(offsetof(SBZAIRefractorShield_OnPropDamaged, PoolComponent) == 0x000000, "Member 'SBZAIRefractorShield_OnPropDamaged::PoolComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZAIRefractorShield_OnPropDamaged, Health) == 0x000008, "Member 'SBZAIRefractorShield_OnPropDamaged::Health' has a wrong offset!"); \ +static_assert(offsetof(SBZAIRefractorShield_OnPropDamaged, bDoCosmetics) == 0x00000C, "Member 'SBZAIRefractorShield_OnPropDamaged::bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(SBZAIRefractorShield_OnPropDamaged, DamageContext) == 0x000010, "Member 'SBZAIRefractorShield_OnPropDamaged::DamageContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAIRefractorShield \ +static_assert(alignof(ASBZAIRefractorShield) == 0x000008, "Wrong alignment on ASBZAIRefractorShield"); \ +static_assert(sizeof(ASBZAIRefractorShield) == 0x0002F0, "Wrong size on ASBZAIRefractorShield"); \ +static_assert(offsetof(ASBZAIRefractorShield, SkeletalMesh) == 0x0002B8, "Member 'ASBZAIRefractorShield::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIRefractorShield, PropDamageComponent) == 0x0002C0, "Member 'ASBZAIRefractorShield::PropDamageComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIRefractorShield, DestroyedEffect) == 0x0002C8, "Member 'ASBZAIRefractorShield::DestroyedEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIRefractorShield, DestroyedEvent) == 0x0002D0, "Member 'ASBZAIRefractorShield::DestroyedEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIRefractorShield, DeployAnimation) == 0x0002D8, "Member 'ASBZAIRefractorShield::DeployAnimation' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIRefractorShield, RetractAnimation) == 0x0002E0, "Member 'ASBZAIRefractorShield::RetractAnimation' has a wrong offset!"); \ +static_assert(offsetof(ASBZAIRefractorShield, bHasDeployed) == 0x0002E8, "Member 'ASBZAIRefractorShield::bHasDeployed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCanUIActivatePhoneAbility \ +static_assert(alignof(USBZCanUIActivatePhoneAbility) == 0x000008, "Wrong alignment on USBZCanUIActivatePhoneAbility"); \ +static_assert(sizeof(USBZCanUIActivatePhoneAbility) == 0x0004D8, "Wrong size on USBZCanUIActivatePhoneAbility"); \ + +#define DUMPER7_ASSERTS_ASBZAirNavigationBoundsVolume \ +static_assert(alignof(ASBZAirNavigationBoundsVolume) == 0x000008, "Wrong alignment on ASBZAirNavigationBoundsVolume"); \ +static_assert(sizeof(ASBZAirNavigationBoundsVolume) == 0x000300, "Wrong size on ASBZAirNavigationBoundsVolume"); \ + +#define DUMPER7_ASSERTS_USBZThrowableData \ +static_assert(alignof(USBZThrowableData) == 0x000008, "Wrong alignment on USBZThrowableData"); \ +static_assert(sizeof(USBZThrowableData) == 0x000248, "Wrong size on USBZThrowableData"); \ +static_assert(offsetof(USBZThrowableData, ThrowableClass) == 0x000150, "Member 'USBZThrowableData::ThrowableClass' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, ThrowForce) == 0x000180, "Member 'USBZThrowableData::ThrowForce' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, CharacterMovementVelocityModifier) == 0x000184, "Member 'USBZThrowableData::CharacterMovementVelocityModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, PitchAdjustment) == 0x000188, "Member 'USBZThrowableData::PitchAdjustment' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, SpawnOffsetFromCamera) == 0x00018C, "Member 'USBZThrowableData::SpawnOffsetFromCamera' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, AttachmentBone) == 0x000190, "Member 'USBZThrowableData::AttachmentBone' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, AttachmentRotation) == 0x00019C, "Member 'USBZThrowableData::AttachmentRotation' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, bIsHeldItem) == 0x0001A8, "Member 'USBZThrowableData::bIsHeldItem' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, AmmoInventoryMax) == 0x0001AC, "Member 'USBZThrowableData::AmmoInventoryMax' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, AmmoInventory) == 0x0001B0, "Member 'USBZThrowableData::AmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, ThrowCount) == 0x0001B4, "Member 'USBZThrowableData::ThrowCount' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, ThrowConsumeCount) == 0x0001B8, "Member 'USBZThrowableData::ThrowConsumeCount' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, MultipleThrowAngleDegrees) == 0x0001BC, "Member 'USBZThrowableData::MultipleThrowAngleDegrees' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, MultipleHoldOffset) == 0x0001C0, "Member 'USBZThrowableData::MultipleHoldOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, bIsFriendlyFireAllowed) == 0x0001CC, "Member 'USBZThrowableData::bIsFriendlyFireAllowed' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, OnHitVelocityModifier) == 0x0001D0, "Member 'USBZThrowableData::OnHitVelocityModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, ThrowComment) == 0x0001D8, "Member 'USBZThrowableData::ThrowComment' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, NoiseTag) == 0x0001E0, "Member 'USBZThrowableData::NoiseTag' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, ThrowableAdditionalTargetSearchMultiplier) == 0x0001EC, "Member 'USBZThrowableData::ThrowableAdditionalTargetSearchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, AdditionalTargetsWeight) == 0x0001F0, "Member 'USBZThrowableData::AdditionalTargetsWeight' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, IdealLaunchAngle) == 0x0001F4, "Member 'USBZThrowableData::IdealLaunchAngle' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, ThrowLocationForwardOffset) == 0x0001F8, "Member 'USBZThrowableData::ThrowLocationForwardOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, ThrowLocationDeviation) == 0x0001FC, "Member 'USBZThrowableData::ThrowLocationDeviation' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, Cooldown) == 0x000200, "Member 'USBZThrowableData::Cooldown' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, DroppedComment) == 0x000208, "Member 'USBZThrowableData::DroppedComment' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, MaxThrowAngle) == 0x000210, "Member 'USBZThrowableData::MaxThrowAngle' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, WeaponSelectionScorer) == 0x000218, "Member 'USBZThrowableData::WeaponSelectionScorer' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, StatisticsAffectedString) == 0x000220, "Member 'USBZThrowableData::StatisticsAffectedString' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, AimAssistData) == 0x000230, "Member 'USBZThrowableData::AimAssistData' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableData, FireData) == 0x000238, "Member 'USBZThrowableData::FireData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGrenadeData \ +static_assert(alignof(USBZGrenadeData) == 0x000008, "Wrong alignment on USBZGrenadeData"); \ +static_assert(sizeof(USBZGrenadeData) == 0x000378, "Wrong size on USBZGrenadeData"); \ +static_assert(offsetof(USBZGrenadeData, Range) == 0x000248, "Member 'USBZGrenadeData::Range' has a wrong offset!"); \ +static_assert(offsetof(USBZGrenadeData, AdditionalPlayerRange) == 0x00024C, "Member 'USBZGrenadeData::AdditionalPlayerRange' has a wrong offset!"); \ +static_assert(offsetof(USBZGrenadeData, Delay) == 0x000250, "Member 'USBZGrenadeData::Delay' has a wrong offset!"); \ +static_assert(offsetof(USBZGrenadeData, DetonationEvent) == 0x000258, "Member 'USBZGrenadeData::DetonationEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZGrenadeData, DropDetonationEvent) == 0x000260, "Member 'USBZGrenadeData::DropDetonationEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZGrenadeData, ArmEvent) == 0x000268, "Member 'USBZGrenadeData::ArmEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZGrenadeData, bArmOnThrow) == 0x000270, "Member 'USBZGrenadeData::bArmOnThrow' has a wrong offset!"); \ +static_assert(offsetof(USBZGrenadeData, DetonationEffect) == 0x000278, "Member 'USBZGrenadeData::DetonationEffect' has a wrong offset!"); \ +static_assert(offsetof(USBZGrenadeData, DropDetonationEffect) == 0x000280, "Member 'USBZGrenadeData::DropDetonationEffect' has a wrong offset!"); \ +static_assert(offsetof(USBZGrenadeData, LocalPlayerFeedback) == 0x000288, "Member 'USBZGrenadeData::LocalPlayerFeedback' has a wrong offset!"); \ +static_assert(offsetof(USBZGrenadeData, LocalPlayerInstigatorFeedback) == 0x000290, "Member 'USBZGrenadeData::LocalPlayerInstigatorFeedback' has a wrong offset!"); \ +static_assert(offsetof(USBZGrenadeData, PlayerFeedbackCurve) == 0x000298, "Member 'USBZGrenadeData::PlayerFeedbackCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZGrenadeData, TacticianDiscombobulateEffectClass) == 0x000320, "Member 'USBZGrenadeData::TacticianDiscombobulateEffectClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGrenadeData, TacticianDiscombobulateEffectValueMap) == 0x000328, "Member 'USBZGrenadeData::TacticianDiscombobulateEffectValueMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZShockGrenadeData \ +static_assert(alignof(USBZShockGrenadeData) == 0x000008, "Wrong alignment on USBZShockGrenadeData"); \ +static_assert(sizeof(USBZShockGrenadeData) == 0x000490, "Wrong size on USBZShockGrenadeData"); \ +static_assert(offsetof(USBZShockGrenadeData, RepeatDelay) == 0x000380, "Member 'USBZShockGrenadeData::RepeatDelay' has a wrong offset!"); \ +static_assert(offsetof(USBZShockGrenadeData, ExplosionCount) == 0x000384, "Member 'USBZShockGrenadeData::ExplosionCount' has a wrong offset!"); \ +static_assert(offsetof(USBZShockGrenadeData, ChainRange) == 0x000388, "Member 'USBZShockGrenadeData::ChainRange' has a wrong offset!"); \ +static_assert(offsetof(USBZShockGrenadeData, ChainSpeed) == 0x00038C, "Member 'USBZShockGrenadeData::ChainSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZShockGrenadeData, MaxChainCount) == 0x000390, "Member 'USBZShockGrenadeData::MaxChainCount' has a wrong offset!"); \ +static_assert(offsetof(USBZShockGrenadeData, StunDuration) == 0x000394, "Member 'USBZShockGrenadeData::StunDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZShockGrenadeData, StunDurationCrewInstigator) == 0x000398, "Member 'USBZShockGrenadeData::StunDurationCrewInstigator' has a wrong offset!"); \ +static_assert(offsetof(USBZShockGrenadeData, StunDurationCrew) == 0x00039C, "Member 'USBZShockGrenadeData::StunDurationCrew' has a wrong offset!"); \ +static_assert(offsetof(USBZShockGrenadeData, StunGameplayEffectClass) == 0x0003A0, "Member 'USBZShockGrenadeData::StunGameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(USBZShockGrenadeData, StunDurationEffectTag) == 0x0003A8, "Member 'USBZShockGrenadeData::StunDurationEffectTag' has a wrong offset!"); \ +static_assert(offsetof(USBZShockGrenadeData, PawnTypeIgnoreAdditionalStunTagContainer) == 0x0003D8, "Member 'USBZShockGrenadeData::PawnTypeIgnoreAdditionalStunTagContainer' has a wrong offset!"); \ +static_assert(offsetof(USBZShockGrenadeData, SlowDuration) == 0x0003F8, "Member 'USBZShockGrenadeData::SlowDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZShockGrenadeData, SlowDurationCrewInstigator) == 0x0003FC, "Member 'USBZShockGrenadeData::SlowDurationCrewInstigator' has a wrong offset!"); \ +static_assert(offsetof(USBZShockGrenadeData, SlowDurationCrew) == 0x000400, "Member 'USBZShockGrenadeData::SlowDurationCrew' has a wrong offset!"); \ +static_assert(offsetof(USBZShockGrenadeData, SlowGameplayEffectClass) == 0x000408, "Member 'USBZShockGrenadeData::SlowGameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(USBZShockGrenadeData, SlowDurationEffectTag) == 0x000410, "Member 'USBZShockGrenadeData::SlowDurationEffectTag' has a wrong offset!"); \ +static_assert(offsetof(USBZShockGrenadeData, Damage) == 0x00041C, "Member 'USBZShockGrenadeData::Damage' has a wrong offset!"); \ +static_assert(offsetof(USBZShockGrenadeData, ArmorPenetration) == 0x000420, "Member 'USBZShockGrenadeData::ArmorPenetration' has a wrong offset!"); \ +static_assert(offsetof(USBZShockGrenadeData, DamageGameplayEffectClass) == 0x000428, "Member 'USBZShockGrenadeData::DamageGameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(USBZShockGrenadeData, DamageFilterTagContainer) == 0x000430, "Member 'USBZShockGrenadeData::DamageFilterTagContainer' has a wrong offset!"); \ +static_assert(offsetof(USBZShockGrenadeData, DamageEffectTag) == 0x000450, "Member 'USBZShockGrenadeData::DamageEffectTag' has a wrong offset!"); \ +static_assert(offsetof(USBZShockGrenadeData, ArmorPenetrationEffectTag) == 0x00045C, "Member 'USBZShockGrenadeData::ArmorPenetrationEffectTag' has a wrong offset!"); \ +static_assert(offsetof(USBZShockGrenadeData, HurtReactionData) == 0x000468, "Member 'USBZShockGrenadeData::HurtReactionData' has a wrong offset!"); \ +static_assert(offsetof(USBZShockGrenadeData, ActiveDetonationEvent) == 0x000480, "Member 'USBZShockGrenadeData::ActiveDetonationEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZShockGrenadeData, ActiveDetonationEffect) == 0x000488, "Member 'USBZShockGrenadeData::ActiveDetonationEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGamepadBindingsPresetsConfig \ +static_assert(alignof(USBZGamepadBindingsPresetsConfig) == 0x000008, "Wrong alignment on USBZGamepadBindingsPresetsConfig"); \ +static_assert(sizeof(USBZGamepadBindingsPresetsConfig) == 0x000040, "Wrong size on USBZGamepadBindingsPresetsConfig"); \ +static_assert(offsetof(USBZGamepadBindingsPresetsConfig, GamepadBindingsPresets) == 0x000030, "Member 'USBZGamepadBindingsPresetsConfig::GamepadBindingsPresets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAirNavLinkComponent_SetEnabled \ +static_assert(alignof(SBZAirNavLinkComponent_SetEnabled) == 0x000001, "Wrong alignment on SBZAirNavLinkComponent_SetEnabled"); \ +static_assert(sizeof(SBZAirNavLinkComponent_SetEnabled) == 0x000001, "Wrong size on SBZAirNavLinkComponent_SetEnabled"); \ +static_assert(offsetof(SBZAirNavLinkComponent_SetEnabled, bEnabled) == 0x000000, "Member 'SBZAirNavLinkComponent_SetEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAirNavLinkComponent \ +static_assert(alignof(USBZAirNavLinkComponent) == 0x000008, "Wrong alignment on USBZAirNavLinkComponent"); \ +static_assert(sizeof(USBZAirNavLinkComponent) == 0x000140, "Wrong size on USBZAirNavLinkComponent"); \ +static_assert(offsetof(USBZAirNavLinkComponent, OnDynamicNavLinkUsed) == 0x0000C0, "Member 'USBZAirNavLinkComponent::OnDynamicNavLinkUsed' has a wrong offset!"); \ +static_assert(offsetof(USBZAirNavLinkComponent, bStartEnabled) == 0x0000E8, "Member 'USBZAirNavLinkComponent::bStartEnabled' has a wrong offset!"); \ +static_assert(offsetof(USBZAirNavLinkComponent, LeftLink) == 0x0000EC, "Member 'USBZAirNavLinkComponent::LeftLink' has a wrong offset!"); \ +static_assert(offsetof(USBZAirNavLinkComponent, RightLink) == 0x0000F8, "Member 'USBZAirNavLinkComponent::RightLink' has a wrong offset!"); \ +static_assert(offsetof(USBZAirNavLinkComponent, AdditionalPoints) == 0x000108, "Member 'USBZAirNavLinkComponent::AdditionalPoints' has a wrong offset!"); \ +static_assert(offsetof(USBZAirNavLinkComponent, NavLinkData) == 0x000118, "Member 'USBZAirNavLinkComponent::NavLinkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSuitDatabase \ +static_assert(alignof(USBZSuitDatabase) == 0x000008, "Wrong alignment on USBZSuitDatabase"); \ +static_assert(sizeof(USBZSuitDatabase) == 0x000050, "Wrong size on USBZSuitDatabase"); \ +static_assert(offsetof(USBZSuitDatabase, Suits) == 0x000038, "Member 'USBZSuitDatabase::Suits' has a wrong offset!"); \ +static_assert(offsetof(USBZSuitDatabase, CustomizableSuit) == 0x000048, "Member 'USBZSuitDatabase::CustomizableSuit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBlockEnterRunMontageNotifyState \ +static_assert(alignof(USBZBlockEnterRunMontageNotifyState) == 0x000008, "Wrong alignment on USBZBlockEnterRunMontageNotifyState"); \ +static_assert(sizeof(USBZBlockEnterRunMontageNotifyState) == 0x000040, "Wrong size on USBZBlockEnterRunMontageNotifyState"); \ +static_assert(offsetof(USBZBlockEnterRunMontageNotifyState, bBlockEnter) == 0x000038, "Member 'USBZBlockEnterRunMontageNotifyState::bBlockEnter' has a wrong offset!"); \ +static_assert(offsetof(USBZBlockEnterRunMontageNotifyState, bBlockExit) == 0x000039, "Member 'USBZBlockEnterRunMontageNotifyState::bBlockExit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAirNeighborTestActor \ +static_assert(alignof(ASBZAirNeighborTestActor) == 0x000008, "Wrong alignment on ASBZAirNeighborTestActor"); \ +static_assert(sizeof(ASBZAirNeighborTestActor) == 0x0002A8, "Wrong size on ASBZAirNeighborTestActor"); \ + +#define DUMPER7_ASSERTS_USBZNoBagOfTypeStatisticCriteriaData \ +static_assert(alignof(USBZNoBagOfTypeStatisticCriteriaData) == 0x000008, "Wrong alignment on USBZNoBagOfTypeStatisticCriteriaData"); \ +static_assert(sizeof(USBZNoBagOfTypeStatisticCriteriaData) == 0x000098, "Wrong size on USBZNoBagOfTypeStatisticCriteriaData"); \ +static_assert(offsetof(USBZNoBagOfTypeStatisticCriteriaData, BagTypeTagsToCheck) == 0x000070, "Member 'USBZNoBagOfTypeStatisticCriteriaData::BagTypeTagsToCheck' has a wrong offset!"); \ +static_assert(offsetof(USBZNoBagOfTypeStatisticCriteriaData, NumberOfRequiredSecuredBags) == 0x000090, "Member 'USBZNoBagOfTypeStatisticCriteriaData::NumberOfRequiredSecuredBags' has a wrong offset!"); \ +static_assert(offsetof(USBZNoBagOfTypeStatisticCriteriaData, bIncludeSecretBags) == 0x000094, "Member 'USBZNoBagOfTypeStatisticCriteriaData::bIncludeSecretBags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGameplayAbility_Shout \ +static_assert(alignof(USBZGameplayAbility_Shout) == 0x000008, "Wrong alignment on USBZGameplayAbility_Shout"); \ +static_assert(sizeof(USBZGameplayAbility_Shout) == 0x0004E8, "Wrong size on USBZGameplayAbility_Shout"); \ + +#define DUMPER7_ASSERTS_SBZInteractionActor_HandleAckComplete \ +static_assert(alignof(SBZInteractionActor_HandleAckComplete) == 0x000008, "Wrong alignment on SBZInteractionActor_HandleAckComplete"); \ +static_assert(sizeof(SBZInteractionActor_HandleAckComplete) == 0x000018, "Wrong size on SBZInteractionActor_HandleAckComplete"); \ +static_assert(offsetof(SBZInteractionActor_HandleAckComplete, InteractableComp) == 0x000000, "Member 'SBZInteractionActor_HandleAckComplete::InteractableComp' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractionActor_HandleAckComplete, Interactor) == 0x000008, "Member 'SBZInteractionActor_HandleAckComplete::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractionActor_HandleAckComplete, bInIsLocallyControlled) == 0x000010, "Member 'SBZInteractionActor_HandleAckComplete::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractionActor_HandleServerComplete \ +static_assert(alignof(SBZInteractionActor_HandleServerComplete) == 0x000008, "Wrong alignment on SBZInteractionActor_HandleServerComplete"); \ +static_assert(sizeof(SBZInteractionActor_HandleServerComplete) == 0x000018, "Wrong size on SBZInteractionActor_HandleServerComplete"); \ +static_assert(offsetof(SBZInteractionActor_HandleServerComplete, InteractableComp) == 0x000000, "Member 'SBZInteractionActor_HandleServerComplete::InteractableComp' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractionActor_HandleServerComplete, Interactor) == 0x000008, "Member 'SBZInteractionActor_HandleServerComplete::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractionActor_HandleServerComplete, bInIsLocallyControlled) == 0x000010, "Member 'SBZInteractionActor_HandleServerComplete::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZInteractionActor \ +static_assert(alignof(ASBZInteractionActor) == 0x000008, "Wrong alignment on ASBZInteractionActor"); \ +static_assert(sizeof(ASBZInteractionActor) == 0x0002D0, "Wrong size on ASBZInteractionActor"); \ +static_assert(offsetof(ASBZInteractionActor, Interactable) == 0x0002A8, "Member 'ASBZInteractionActor::Interactable' has a wrong offset!"); \ +static_assert(offsetof(ASBZInteractionActor, OnAckCompleteInteraction) == 0x0002B0, "Member 'ASBZInteractionActor::OnAckCompleteInteraction' has a wrong offset!"); \ +static_assert(offsetof(ASBZInteractionActor, OnServerCompleteInteraction) == 0x0002C0, "Member 'ASBZInteractionActor::OnServerCompleteInteraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAirPathFinder \ +static_assert(alignof(USBZAirPathFinder) == 0x000008, "Wrong alignment on USBZAirPathFinder"); \ +static_assert(sizeof(USBZAirPathFinder) == 0x000058, "Wrong size on USBZAirPathFinder"); \ +static_assert(offsetof(USBZAirPathFinder, NavigationData) == 0x000050, "Member 'USBZAirPathFinder::NavigationData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAirPathTestActor \ +static_assert(alignof(ASBZAirPathTestActor) == 0x000008, "Wrong alignment on ASBZAirPathTestActor"); \ +static_assert(sizeof(ASBZAirPathTestActor) == 0x0002D0, "Wrong size on ASBZAirPathTestActor"); \ +static_assert(offsetof(ASBZAirPathTestActor, Start) == 0x0002A8, "Member 'ASBZAirPathTestActor::Start' has a wrong offset!"); \ +static_assert(offsetof(ASBZAirPathTestActor, End) == 0x0002B4, "Member 'ASBZAirPathTestActor::End' has a wrong offset!"); \ +static_assert(offsetof(ASBZAirPathTestActor, bIsPartialPathAllowed) == 0x0002C0, "Member 'ASBZAirPathTestActor::bIsPartialPathAllowed' has a wrong offset!"); \ +static_assert(offsetof(ASBZAirPathTestActor, NumPaths) == 0x0002C4, "Member 'ASBZAirPathTestActor::NumPaths' has a wrong offset!"); \ +static_assert(offsetof(ASBZAirPathTestActor, FuzzingSeed) == 0x0002C8, "Member 'ASBZAirPathTestActor::FuzzingSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMaskPresetDatabase \ +static_assert(alignof(USBZMaskPresetDatabase) == 0x000008, "Wrong alignment on USBZMaskPresetDatabase"); \ +static_assert(sizeof(USBZMaskPresetDatabase) == 0x000048, "Wrong size on USBZMaskPresetDatabase"); \ +static_assert(offsetof(USBZMaskPresetDatabase, MaskPresetArray) == 0x000038, "Member 'USBZMaskPresetDatabase::MaskPresetArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHUDDamageTakenIndicatorWidget \ +static_assert(alignof(USBZHUDDamageTakenIndicatorWidget) == 0x000008, "Wrong alignment on USBZHUDDamageTakenIndicatorWidget"); \ +static_assert(sizeof(USBZHUDDamageTakenIndicatorWidget) == 0x0002A0, "Wrong size on USBZHUDDamageTakenIndicatorWidget"); \ +static_assert(offsetof(USBZHUDDamageTakenIndicatorWidget, LatestDamageSource) == 0x000290, "Member 'USBZHUDDamageTakenIndicatorWidget::LatestDamageSource' has a wrong offset!"); \ +static_assert(offsetof(USBZHUDDamageTakenIndicatorWidget, Image_DamageTakenIndicator) == 0x000298, "Member 'USBZHUDDamageTakenIndicatorWidget::Image_DamageTakenIndicator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCarryAbility \ +static_assert(alignof(USBZCarryAbility) == 0x000008, "Wrong alignment on USBZCarryAbility"); \ +static_assert(sizeof(USBZCarryAbility) == 0x0004E0, "Wrong size on USBZCarryAbility"); \ + +#define DUMPER7_ASSERTS_USBZAIScorer_CanThrowGasGrenade \ +static_assert(alignof(USBZAIScorer_CanThrowGasGrenade) == 0x000008, "Wrong alignment on USBZAIScorer_CanThrowGasGrenade"); \ +static_assert(sizeof(USBZAIScorer_CanThrowGasGrenade) == 0x000060, "Wrong size on USBZAIScorer_CanThrowGasGrenade"); \ + +#define DUMPER7_ASSERTS_SBZAISearchManager_Get \ +static_assert(alignof(SBZAISearchManager_Get) == 0x000008, "Wrong alignment on SBZAISearchManager_Get"); \ +static_assert(sizeof(SBZAISearchManager_Get) == 0x000010, "Wrong size on SBZAISearchManager_Get"); \ +static_assert(offsetof(SBZAISearchManager_Get, WorldContextObject) == 0x000000, "Member 'SBZAISearchManager_Get::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZAISearchManager_Get, ReturnValue) == 0x000008, "Member 'SBZAISearchManager_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAISearchManager_Investigate \ +static_assert(alignof(SBZAISearchManager_Investigate) == 0x000008, "Wrong alignment on SBZAISearchManager_Investigate"); \ +static_assert(sizeof(SBZAISearchManager_Investigate) == 0x000048, "Wrong size on SBZAISearchManager_Investigate"); \ +static_assert(offsetof(SBZAISearchManager_Investigate, WorldContextObject) == 0x000000, "Member 'SBZAISearchManager_Investigate::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZAISearchManager_Investigate, Request) == 0x000008, "Member 'SBZAISearchManager_Investigate::Request' has a wrong offset!"); \ +static_assert(offsetof(SBZAISearchManager_Investigate, ReturnValue) == 0x000040, "Member 'SBZAISearchManager_Investigate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAISearchManager_OnHeistStateChanged \ +static_assert(alignof(SBZAISearchManager_OnHeistStateChanged) == 0x000001, "Wrong alignment on SBZAISearchManager_OnHeistStateChanged"); \ +static_assert(sizeof(SBZAISearchManager_OnHeistStateChanged) == 0x000002, "Wrong size on SBZAISearchManager_OnHeistStateChanged"); \ +static_assert(offsetof(SBZAISearchManager_OnHeistStateChanged, OldHeistState) == 0x000000, "Member 'SBZAISearchManager_OnHeistStateChanged::OldHeistState' has a wrong offset!"); \ +static_assert(offsetof(SBZAISearchManager_OnHeistStateChanged, NewHeistState) == 0x000001, "Member 'SBZAISearchManager_OnHeistStateChanged::NewHeistState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAISearchManager_OnInvestigationCompleted \ +static_assert(alignof(SBZAISearchManager_OnInvestigationCompleted) == 0x000008, "Wrong alignment on SBZAISearchManager_OnInvestigationCompleted"); \ +static_assert(sizeof(SBZAISearchManager_OnInvestigationCompleted) == 0x000018, "Wrong size on SBZAISearchManager_OnInvestigationCompleted"); \ +static_assert(offsetof(SBZAISearchManager_OnInvestigationCompleted, Order) == 0x000000, "Member 'SBZAISearchManager_OnInvestigationCompleted::Order' has a wrong offset!"); \ +static_assert(offsetof(SBZAISearchManager_OnInvestigationCompleted, Pawn) == 0x000008, "Member 'SBZAISearchManager_OnInvestigationCompleted::Pawn' has a wrong offset!"); \ +static_assert(offsetof(SBZAISearchManager_OnInvestigationCompleted, Result) == 0x000010, "Member 'SBZAISearchManager_OnInvestigationCompleted::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAISearchManager_HasPendingInvestigationFor \ +static_assert(alignof(SBZAISearchManager_HasPendingInvestigationFor) == 0x000008, "Wrong alignment on SBZAISearchManager_HasPendingInvestigationFor"); \ +static_assert(sizeof(SBZAISearchManager_HasPendingInvestigationFor) == 0x000010, "Wrong size on SBZAISearchManager_HasPendingInvestigationFor"); \ +static_assert(offsetof(SBZAISearchManager_HasPendingInvestigationFor, Target) == 0x000000, "Member 'SBZAISearchManager_HasPendingInvestigationFor::Target' has a wrong offset!"); \ +static_assert(offsetof(SBZAISearchManager_HasPendingInvestigationFor, ReturnValue) == 0x000008, "Member 'SBZAISearchManager_HasPendingInvestigationFor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAISearchManager \ +static_assert(alignof(USBZAISearchManager) == 0x000008, "Wrong alignment on USBZAISearchManager"); \ +static_assert(sizeof(USBZAISearchManager) == 0x000110, "Wrong size on USBZAISearchManager"); \ +static_assert(offsetof(USBZAISearchManager, InvestigateOrder) == 0x000048, "Member 'USBZAISearchManager::InvestigateOrder' has a wrong offset!"); \ +static_assert(offsetof(USBZAISearchManager, MaximumSearchSquadSize) == 0x000050, "Member 'USBZAISearchManager::MaximumSearchSquadSize' has a wrong offset!"); \ +static_assert(offsetof(USBZAISearchManager, SearchOrder) == 0x000058, "Member 'USBZAISearchManager::SearchOrder' has a wrong offset!"); \ +static_assert(offsetof(USBZAISearchManager, CivilianEvacuateDelay) == 0x000060, "Member 'USBZAISearchManager::CivilianEvacuateDelay' has a wrong offset!"); \ +static_assert(offsetof(USBZAISearchManager, PercentageEvacutingCivilians) == 0x000068, "Member 'USBZAISearchManager::PercentageEvacutingCivilians' has a wrong offset!"); \ +static_assert(offsetof(USBZAISearchManager, NumInvestigateUpdatesBeforeArrest) == 0x00006C, "Member 'USBZAISearchManager::NumInvestigateUpdatesBeforeArrest' has a wrong offset!"); \ +static_assert(offsetof(USBZAISearchManager, CivilianEvacuateOrder) == 0x000070, "Member 'USBZAISearchManager::CivilianEvacuateOrder' has a wrong offset!"); \ +static_assert(offsetof(USBZAISearchManager, SearchSquads) == 0x000088, "Member 'USBZAISearchManager::SearchSquads' has a wrong offset!"); \ +static_assert(offsetof(USBZAISearchManager, SearchOriginRoom) == 0x0000E8, "Member 'USBZAISearchManager::SearchOriginRoom' has a wrong offset!"); \ +static_assert(offsetof(USBZAISearchManager, CheckedRooms) == 0x0000F0, "Member 'USBZAISearchManager::CheckedRooms' has a wrong offset!"); \ +static_assert(offsetof(USBZAISearchManager, InvestigationData) == 0x000100, "Member 'USBZAISearchManager::InvestigationData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAISense_Team \ +static_assert(alignof(USBZAISense_Team) == 0x000008, "Wrong alignment on USBZAISense_Team"); \ +static_assert(sizeof(USBZAISense_Team) == 0x0000B0, "Wrong size on USBZAISense_Team"); \ +static_assert(offsetof(USBZAISense_Team, DelayRange) == 0x000090, "Member 'USBZAISense_Team::DelayRange' has a wrong offset!"); \ +static_assert(offsetof(USBZAISense_Team, RegisteredEvents) == 0x0000A0, "Member 'USBZAISense_Team::RegisteredEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerSlideAbility \ +static_assert(alignof(USBZPlayerSlideAbility) == 0x000008, "Wrong alignment on USBZPlayerSlideAbility"); \ +static_assert(sizeof(USBZPlayerSlideAbility) == 0x0004E0, "Wrong size on USBZPlayerSlideAbility"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_LifeActionWaitForReservation \ +static_assert(alignof(USBZBTTask_LifeActionWaitForReservation) == 0x000008, "Wrong alignment on USBZBTTask_LifeActionWaitForReservation"); \ +static_assert(sizeof(USBZBTTask_LifeActionWaitForReservation) == 0x000078, "Wrong size on USBZBTTask_LifeActionWaitForReservation"); \ + +#define DUMPER7_ASSERTS_USBZAISenseConfig_Team \ +static_assert(alignof(USBZAISenseConfig_Team) == 0x000008, "Wrong alignment on USBZAISenseConfig_Team"); \ +static_assert(sizeof(USBZAISenseConfig_Team) == 0x000050, "Wrong size on USBZAISenseConfig_Team"); \ + +#define DUMPER7_ASSERTS_ASBZAISentryGunController \ +static_assert(alignof(ASBZAISentryGunController) == 0x000008, "Wrong alignment on ASBZAISentryGunController"); \ +static_assert(sizeof(ASBZAISentryGunController) == 0x0003F8, "Wrong size on ASBZAISentryGunController"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_ObjectiveInteractionBase \ +static_assert(alignof(USBZBTTask_ObjectiveInteractionBase) == 0x000008, "Wrong alignment on USBZBTTask_ObjectiveInteractionBase"); \ +static_assert(sizeof(USBZBTTask_ObjectiveInteractionBase) == 0x0000A8, "Wrong size on USBZBTTask_ObjectiveInteractionBase"); \ +static_assert(offsetof(USBZBTTask_ObjectiveInteractionBase, TargetObjectiveBBKey) == 0x000078, "Member 'USBZBTTask_ObjectiveInteractionBase::TargetObjectiveBBKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIShieldAttributeSet_Multicast_SetVisorArmor \ +static_assert(alignof(SBZAIShieldAttributeSet_Multicast_SetVisorArmor) == 0x000004, "Wrong alignment on SBZAIShieldAttributeSet_Multicast_SetVisorArmor"); \ +static_assert(sizeof(SBZAIShieldAttributeSet_Multicast_SetVisorArmor) == 0x000004, "Wrong size on SBZAIShieldAttributeSet_Multicast_SetVisorArmor"); \ +static_assert(offsetof(SBZAIShieldAttributeSet_Multicast_SetVisorArmor, NewCurrentValue) == 0x000000, "Member 'SBZAIShieldAttributeSet_Multicast_SetVisorArmor::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIShieldAttributeSet_OnRep_VisorArmor \ +static_assert(alignof(SBZAIShieldAttributeSet_OnRep_VisorArmor) == 0x000008, "Wrong alignment on SBZAIShieldAttributeSet_OnRep_VisorArmor"); \ +static_assert(sizeof(SBZAIShieldAttributeSet_OnRep_VisorArmor) == 0x000010, "Wrong size on SBZAIShieldAttributeSet_OnRep_VisorArmor"); \ +static_assert(offsetof(SBZAIShieldAttributeSet_OnRep_VisorArmor, OldValue) == 0x000000, "Member 'SBZAIShieldAttributeSet_OnRep_VisorArmor::OldValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIShieldAttributeSet \ +static_assert(alignof(USBZAIShieldAttributeSet) == 0x000008, "Wrong alignment on USBZAIShieldAttributeSet"); \ +static_assert(sizeof(USBZAIShieldAttributeSet) == 0x0002B8, "Wrong size on USBZAIShieldAttributeSet"); \ +static_assert(offsetof(USBZAIShieldAttributeSet, VisorArmor) == 0x000270, "Member 'USBZAIShieldAttributeSet::VisorArmor' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShieldAttributeSet, VisorHardness) == 0x000280, "Member 'USBZAIShieldAttributeSet::VisorHardness' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShieldAttributeSet, ShieldHardness) == 0x000290, "Member 'USBZAIShieldAttributeSet::ShieldHardness' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShieldAttributeSet, Shield) == 0x0002A0, "Member 'USBZAIShieldAttributeSet::Shield' has a wrong offset!"); \ +static_assert(offsetof(USBZAIShieldAttributeSet, ShieldVisor) == 0x0002A8, "Member 'USBZAIShieldAttributeSet::ShieldVisor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOverskillThePunchSapphire \ +static_assert(alignof(USBZOverskillThePunchSapphire) == 0x000008, "Wrong alignment on USBZOverskillThePunchSapphire"); \ +static_assert(sizeof(USBZOverskillThePunchSapphire) == 0x000230, "Wrong size on USBZOverskillThePunchSapphire"); \ + +#define DUMPER7_ASSERTS_USBZSkillEscapistEscapist \ +static_assert(alignof(USBZSkillEscapistEscapist) == 0x000008, "Wrong alignment on USBZSkillEscapistEscapist"); \ +static_assert(sizeof(USBZSkillEscapistEscapist) == 0x000230, "Wrong size on USBZSkillEscapistEscapist"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_ObjectiveInteractionCutGlass \ +static_assert(alignof(USBZBTTask_ObjectiveInteractionCutGlass) == 0x000008, "Wrong alignment on USBZBTTask_ObjectiveInteractionCutGlass"); \ +static_assert(sizeof(USBZBTTask_ObjectiveInteractionCutGlass) == 0x0000A8, "Wrong size on USBZBTTask_ObjectiveInteractionCutGlass"); \ + +#define DUMPER7_ASSERTS_USBZAIShoveAbility \ +static_assert(alignof(USBZAIShoveAbility) == 0x000008, "Wrong alignment on USBZAIShoveAbility"); \ +static_assert(sizeof(USBZAIShoveAbility) == 0x0004F0, "Wrong size on USBZAIShoveAbility"); \ + +#define DUMPER7_ASSERTS_SBZAISightModifierVolume_Multicast_OnEffectActivated \ +static_assert(alignof(SBZAISightModifierVolume_Multicast_OnEffectActivated) == 0x000001, "Wrong alignment on SBZAISightModifierVolume_Multicast_OnEffectActivated"); \ +static_assert(sizeof(SBZAISightModifierVolume_Multicast_OnEffectActivated) == 0x000001, "Wrong size on SBZAISightModifierVolume_Multicast_OnEffectActivated"); \ +static_assert(offsetof(SBZAISightModifierVolume_Multicast_OnEffectActivated, bSetActive) == 0x000000, "Member 'SBZAISightModifierVolume_Multicast_OnEffectActivated::bSetActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAISightModifierVolume_OnActiveStateChanged \ +static_assert(alignof(SBZAISightModifierVolume_OnActiveStateChanged) == 0x000001, "Wrong alignment on SBZAISightModifierVolume_OnActiveStateChanged"); \ +static_assert(sizeof(SBZAISightModifierVolume_OnActiveStateChanged) == 0x000002, "Wrong size on SBZAISightModifierVolume_OnActiveStateChanged"); \ +static_assert(offsetof(SBZAISightModifierVolume_OnActiveStateChanged, bSetActive) == 0x000000, "Member 'SBZAISightModifierVolume_OnActiveStateChanged::bSetActive' has a wrong offset!"); \ +static_assert(offsetof(SBZAISightModifierVolume_OnActiveStateChanged, bDoCosmetics) == 0x000001, "Member 'SBZAISightModifierVolume_OnActiveStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAISightModifierVolume_SetSightModifierVolumeActive \ +static_assert(alignof(SBZAISightModifierVolume_SetSightModifierVolumeActive) == 0x000001, "Wrong alignment on SBZAISightModifierVolume_SetSightModifierVolumeActive"); \ +static_assert(sizeof(SBZAISightModifierVolume_SetSightModifierVolumeActive) == 0x000001, "Wrong size on SBZAISightModifierVolume_SetSightModifierVolumeActive"); \ +static_assert(offsetof(SBZAISightModifierVolume_SetSightModifierVolumeActive, bSetActive) == 0x000000, "Member 'SBZAISightModifierVolume_SetSightModifierVolumeActive::bSetActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAISightModifierVolume \ +static_assert(alignof(ASBZAISightModifierVolume) == 0x000008, "Wrong alignment on ASBZAISightModifierVolume"); \ +static_assert(sizeof(ASBZAISightModifierVolume) == 0x0002C8, "Wrong size on ASBZAISightModifierVolume"); \ +static_assert(offsetof(ASBZAISightModifierVolume, VolumeBox) == 0x0002B0, "Member 'ASBZAISightModifierVolume::VolumeBox' has a wrong offset!"); \ +static_assert(offsetof(ASBZAISightModifierVolume, StealthSightModifier) == 0x0002B8, "Member 'ASBZAISightModifierVolume::StealthSightModifier' has a wrong offset!"); \ +static_assert(offsetof(ASBZAISightModifierVolume, LoudSightModifier) == 0x0002BC, "Member 'ASBZAISightModifierVolume::LoudSightModifier' has a wrong offset!"); \ +static_assert(offsetof(ASBZAISightModifierVolume, bIsActive) == 0x0002C0, "Member 'ASBZAISightModifierVolume::bIsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_ObjectiveInteractionThrowBag \ +static_assert(alignof(USBZBTTask_ObjectiveInteractionThrowBag) == 0x000008, "Wrong alignment on USBZBTTask_ObjectiveInteractionThrowBag"); \ +static_assert(sizeof(USBZBTTask_ObjectiveInteractionThrowBag) == 0x0000A8, "Wrong size on USBZBTTask_ObjectiveInteractionThrowBag"); \ + +#define DUMPER7_ASSERTS_SBZSmallTalkManager_OnHeistStateChanged \ +static_assert(alignof(SBZSmallTalkManager_OnHeistStateChanged) == 0x000001, "Wrong alignment on SBZSmallTalkManager_OnHeistStateChanged"); \ +static_assert(sizeof(SBZSmallTalkManager_OnHeistStateChanged) == 0x000002, "Wrong size on SBZSmallTalkManager_OnHeistStateChanged"); \ +static_assert(offsetof(SBZSmallTalkManager_OnHeistStateChanged, OldState) == 0x000000, "Member 'SBZSmallTalkManager_OnHeistStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallTalkManager_OnHeistStateChanged, NewState) == 0x000001, "Member 'SBZSmallTalkManager_OnHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSmallTalkManager \ +static_assert(alignof(USBZSmallTalkManager) == 0x000008, "Wrong alignment on USBZSmallTalkManager"); \ +static_assert(sizeof(USBZSmallTalkManager) == 0x000310, "Wrong size on USBZSmallTalkManager"); \ +static_assert(offsetof(USBZSmallTalkManager, SmallTalkCollections) == 0x0000C0, "Member 'USBZSmallTalkManager::SmallTalkCollections' has a wrong offset!"); \ +static_assert(offsetof(USBZSmallTalkManager, PhoneSmallTalkCollections) == 0x0000D0, "Member 'USBZSmallTalkManager::PhoneSmallTalkCollections' has a wrong offset!"); \ +static_assert(offsetof(USBZSmallTalkManager, ConversationNeededTags) == 0x0000E0, "Member 'USBZSmallTalkManager::ConversationNeededTags' has a wrong offset!"); \ +static_assert(offsetof(USBZSmallTalkManager, PhoneNeededTags) == 0x000100, "Member 'USBZSmallTalkManager::PhoneNeededTags' has a wrong offset!"); \ +static_assert(offsetof(USBZSmallTalkManager, SoloNeededTags) == 0x000120, "Member 'USBZSmallTalkManager::SoloNeededTags' has a wrong offset!"); \ +static_assert(offsetof(USBZSmallTalkManager, SoloDialogInterval) == 0x000140, "Member 'USBZSmallTalkManager::SoloDialogInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZSmallTalkManager, MaxIterationPerTick) == 0x000148, "Member 'USBZSmallTalkManager::MaxIterationPerTick' has a wrong offset!"); \ +static_assert(offsetof(USBZSmallTalkManager, MaxSearchDistance) == 0x00014C, "Member 'USBZSmallTalkManager::MaxSearchDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZSmallTalkManager, CullingDistance) == 0x000150, "Member 'USBZSmallTalkManager::CullingDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZSmallTalkManager, MaxDistBetweenConversationPerformers) == 0x000154, "Member 'USBZSmallTalkManager::MaxDistBetweenConversationPerformers' has a wrong offset!"); \ +static_assert(offsetof(USBZSmallTalkManager, MinAngleBetweenConversationPerformers) == 0x000158, "Member 'USBZSmallTalkManager::MinAngleBetweenConversationPerformers' has a wrong offset!"); \ +static_assert(offsetof(USBZSmallTalkManager, MaxConcurrentPhone) == 0x00015C, "Member 'USBZSmallTalkManager::MaxConcurrentPhone' has a wrong offset!"); \ +static_assert(offsetof(USBZSmallTalkManager, MaxConcurrentSolo) == 0x000160, "Member 'USBZSmallTalkManager::MaxConcurrentSolo' has a wrong offset!"); \ +static_assert(offsetof(USBZSmallTalkManager, MaxConcurrentConversation) == 0x000164, "Member 'USBZSmallTalkManager::MaxConcurrentConversation' has a wrong offset!"); \ +static_assert(offsetof(USBZSmallTalkManager, ConversationCullingMap) == 0x000168, "Member 'USBZSmallTalkManager::ConversationCullingMap' has a wrong offset!"); \ +static_assert(offsetof(USBZSmallTalkManager, PhoneCullingMap) == 0x0001B8, "Member 'USBZSmallTalkManager::PhoneCullingMap' has a wrong offset!"); \ +static_assert(offsetof(USBZSmallTalkManager, SoloCullingMap) == 0x000208, "Member 'USBZSmallTalkManager::SoloCullingMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZFullScreenNotification_OnControlsReferenceClicked \ +static_assert(alignof(SBZFullScreenNotification_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on SBZFullScreenNotification_OnControlsReferenceClicked"); \ +static_assert(sizeof(SBZFullScreenNotification_OnControlsReferenceClicked) == 0x00000C, "Wrong size on SBZFullScreenNotification_OnControlsReferenceClicked"); \ +static_assert(offsetof(SBZFullScreenNotification_OnControlsReferenceClicked, InActionName) == 0x000000, "Member 'SBZFullScreenNotification_OnControlsReferenceClicked::InActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZFullScreenNotification_OnDisplayedNewActiveNotification \ +static_assert(alignof(SBZFullScreenNotification_OnDisplayedNewActiveNotification) == 0x000008, "Wrong alignment on SBZFullScreenNotification_OnDisplayedNewActiveNotification"); \ +static_assert(sizeof(SBZFullScreenNotification_OnDisplayedNewActiveNotification) == 0x000038, "Wrong size on SBZFullScreenNotification_OnDisplayedNewActiveNotification"); \ +static_assert(offsetof(SBZFullScreenNotification_OnDisplayedNewActiveNotification, NewNotificationData) == 0x000000, "Member 'SBZFullScreenNotification_OnDisplayedNewActiveNotification::NewNotificationData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZFullScreenNotification \ +static_assert(alignof(USBZFullScreenNotification) == 0x000008, "Wrong alignment on USBZFullScreenNotification"); \ +static_assert(sizeof(USBZFullScreenNotification) == 0x000318, "Wrong size on USBZFullScreenNotification"); \ +static_assert(offsetof(USBZFullScreenNotification, Text_Header) == 0x000298, "Member 'USBZFullScreenNotification::Text_Header' has a wrong offset!"); \ +static_assert(offsetof(USBZFullScreenNotification, Text_Description) == 0x0002A0, "Member 'USBZFullScreenNotification::Text_Description' has a wrong offset!"); \ +static_assert(offsetof(USBZFullScreenNotification, Widget_ControlsReference) == 0x0002A8, "Member 'USBZFullScreenNotification::Widget_ControlsReference' has a wrong offset!"); \ +static_assert(offsetof(USBZFullScreenNotification, DismissControlsReference) == 0x0002B0, "Member 'USBZFullScreenNotification::DismissControlsReference' has a wrong offset!"); \ +static_assert(offsetof(USBZFullScreenNotification, bIsShowing) == 0x0002D8, "Member 'USBZFullScreenNotification::bIsShowing' has a wrong offset!"); \ +static_assert(offsetof(USBZFullScreenNotification, Data) == 0x0002E0, "Member 'USBZFullScreenNotification::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAISquadManager_Get \ +static_assert(alignof(SBZAISquadManager_Get) == 0x000008, "Wrong alignment on SBZAISquadManager_Get"); \ +static_assert(sizeof(SBZAISquadManager_Get) == 0x000010, "Wrong size on SBZAISquadManager_Get"); \ +static_assert(offsetof(SBZAISquadManager_Get, WorldContextObject) == 0x000000, "Member 'SBZAISquadManager_Get::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZAISquadManager_Get, ReturnValue) == 0x000008, "Member 'SBZAISquadManager_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAISquadManager_AddSquad \ +static_assert(alignof(SBZAISquadManager_AddSquad) == 0x000008, "Wrong alignment on SBZAISquadManager_AddSquad"); \ +static_assert(sizeof(SBZAISquadManager_AddSquad) == 0x000018, "Wrong size on SBZAISquadManager_AddSquad"); \ +static_assert(offsetof(SBZAISquadManager_AddSquad, Pawns) == 0x000000, "Member 'SBZAISquadManager_AddSquad::Pawns' has a wrong offset!"); \ +static_assert(offsetof(SBZAISquadManager_AddSquad, ReturnValue) == 0x000010, "Member 'SBZAISquadManager_AddSquad::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAISquadManager_OnHeistStateChanged \ +static_assert(alignof(SBZAISquadManager_OnHeistStateChanged) == 0x000001, "Wrong alignment on SBZAISquadManager_OnHeistStateChanged"); \ +static_assert(sizeof(SBZAISquadManager_OnHeistStateChanged) == 0x000002, "Wrong size on SBZAISquadManager_OnHeistStateChanged"); \ +static_assert(offsetof(SBZAISquadManager_OnHeistStateChanged, OldState) == 0x000000, "Member 'SBZAISquadManager_OnHeistStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZAISquadManager_OnHeistStateChanged, NewState) == 0x000001, "Member 'SBZAISquadManager_OnHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAISquadManager \ +static_assert(alignof(USBZAISquadManager) == 0x000008, "Wrong alignment on USBZAISquadManager"); \ +static_assert(sizeof(USBZAISquadManager) == 0x000098, "Wrong size on USBZAISquadManager"); \ +static_assert(offsetof(USBZAISquadManager, SpawnOrders) == 0x000048, "Member 'USBZAISquadManager::SpawnOrders' has a wrong offset!"); \ +static_assert(offsetof(USBZAISquadManager, RuntimeOrders) == 0x000058, "Member 'USBZAISquadManager::RuntimeOrders' has a wrong offset!"); \ +static_assert(offsetof(USBZAISquadManager, MemberTypeBlacklist) == 0x000068, "Member 'USBZAISquadManager::MemberTypeBlacklist' has a wrong offset!"); \ +static_assert(offsetof(USBZAISquadManager, Squads) == 0x000088, "Member 'USBZAISquadManager::Squads' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCharacterVaultingComponent \ +static_assert(alignof(USBZCharacterVaultingComponent) == 0x000010, "Wrong alignment on USBZCharacterVaultingComponent"); \ +static_assert(sizeof(USBZCharacterVaultingComponent) == 0x000280, "Wrong size on USBZCharacterVaultingComponent"); \ +static_assert(offsetof(USBZCharacterVaultingComponent, OverrideSoundEvent) == 0x0000C0, "Member 'USBZCharacterVaultingComponent::OverrideSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVaultingComponent, FoleySoundEvent) == 0x0000C8, "Member 'USBZCharacterVaultingComponent::FoleySoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVaultingComponent, bCanMakeNoise) == 0x0000D0, "Member 'USBZCharacterVaultingComponent::bCanMakeNoise' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVaultingComponent, VaultingNoiseRange) == 0x0000D4, "Member 'USBZCharacterVaultingComponent::VaultingNoiseRange' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVaultingComponent, OwnerCharacter) == 0x0000D8, "Member 'USBZCharacterVaultingComponent::OwnerCharacter' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterVaultingComponent, OwnerCharacterMovementComponent) == 0x0000E0, "Member 'USBZCharacterVaultingComponent::OwnerCharacterMovementComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZReactionPredicate_NonePublicInvestigation \ +static_assert(alignof(USBZReactionPredicate_NonePublicInvestigation) == 0x000008, "Wrong alignment on USBZReactionPredicate_NonePublicInvestigation"); \ +static_assert(sizeof(USBZReactionPredicate_NonePublicInvestigation) == 0x000038, "Wrong size on USBZReactionPredicate_NonePublicInvestigation"); \ + +#define DUMPER7_ASSERTS_USBZReactionPredicate_HasTags \ +static_assert(alignof(USBZReactionPredicate_HasTags) == 0x000008, "Wrong alignment on USBZReactionPredicate_HasTags"); \ +static_assert(sizeof(USBZReactionPredicate_HasTags) == 0x000060, "Wrong size on USBZReactionPredicate_HasTags"); \ +static_assert(offsetof(USBZReactionPredicate_HasTags, Target) == 0x000038, "Member 'USBZReactionPredicate_HasTags::Target' has a wrong offset!"); \ +static_assert(offsetof(USBZReactionPredicate_HasTags, Mode) == 0x00003C, "Member 'USBZReactionPredicate_HasTags::Mode' has a wrong offset!"); \ +static_assert(offsetof(USBZReactionPredicate_HasTags, Tags) == 0x000040, "Member 'USBZReactionPredicate_HasTags::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChat_SendSessionMessage \ +static_assert(alignof(SBZChat_SendSessionMessage) == 0x000008, "Wrong alignment on SBZChat_SendSessionMessage"); \ +static_assert(sizeof(SBZChat_SendSessionMessage) == 0x0000A8, "Wrong size on SBZChat_SendSessionMessage"); \ +static_assert(offsetof(SBZChat_SendSessionMessage, InMessage) == 0x000000, "Member 'SBZChat_SendSessionMessage::InMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZChat \ +static_assert(alignof(USBZChat) == 0x000008, "Wrong alignment on USBZChat"); \ +static_assert(sizeof(USBZChat) == 0x0000F8, "Wrong size on USBZChat"); \ +static_assert(offsetof(USBZChat, OnlineChatHistory) == 0x000030, "Member 'USBZChat::OnlineChatHistory' has a wrong offset!"); \ +static_assert(offsetof(USBZChat, OnMessageReceived) == 0x000040, "Member 'USBZChat::OnMessageReceived' has a wrong offset!"); \ +static_assert(offsetof(USBZChat, MutedPlayers) == 0x000050, "Member 'USBZChat::MutedPlayers' has a wrong offset!"); \ +static_assert(offsetof(USBZChat, WhisperOptions) == 0x000060, "Member 'USBZChat::WhisperOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZReactionPredicate_RoomType \ +static_assert(alignof(USBZReactionPredicate_RoomType) == 0x000008, "Wrong alignment on USBZReactionPredicate_RoomType"); \ +static_assert(sizeof(USBZReactionPredicate_RoomType) == 0x000040, "Wrong size on USBZReactionPredicate_RoomType"); \ +static_assert(offsetof(USBZReactionPredicate_RoomType, Target) == 0x000038, "Member 'USBZReactionPredicate_RoomType::Target' has a wrong offset!"); \ +static_assert(offsetof(USBZReactionPredicate_RoomType, AllowedRooms) == 0x00003C, "Member 'USBZReactionPredicate_RoomType::AllowedRooms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZReactionPredicate_RoomSoundDistance_HasNoEnemy \ +static_assert(alignof(USBZReactionPredicate_RoomSoundDistance_HasNoEnemy) == 0x000008, "Wrong alignment on USBZReactionPredicate_RoomSoundDistance_HasNoEnemy"); \ +static_assert(sizeof(USBZReactionPredicate_RoomSoundDistance_HasNoEnemy) == 0x000038, "Wrong size on USBZReactionPredicate_RoomSoundDistance_HasNoEnemy"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_AddCurrency \ +static_assert(alignof(SBZCheatManagerBase_AddCurrency) == 0x000004, "Wrong alignment on SBZCheatManagerBase_AddCurrency"); \ +static_assert(sizeof(SBZCheatManagerBase_AddCurrency) == 0x00000C, "Wrong size on SBZCheatManagerBase_AddCurrency"); \ +static_assert(offsetof(SBZCheatManagerBase_AddCurrency, Type) == 0x000000, "Member 'SBZCheatManagerBase_AddCurrency::Type' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_AddCurrency, Amount) == 0x000004, "Member 'SBZCheatManagerBase_AddCurrency::Amount' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_AddCurrency, PlayerIndex) == 0x000008, "Member 'SBZCheatManagerBase_AddCurrency::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_ChangeStatCode \ +static_assert(alignof(SBZCheatManagerBase_ChangeStatCode) == 0x000008, "Wrong alignment on SBZCheatManagerBase_ChangeStatCode"); \ +static_assert(sizeof(SBZCheatManagerBase_ChangeStatCode) == 0x000018, "Wrong size on SBZCheatManagerBase_ChangeStatCode"); \ +static_assert(offsetof(SBZCheatManagerBase_ChangeStatCode, StatCode) == 0x000000, "Member 'SBZCheatManagerBase_ChangeStatCode::StatCode' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_ChangeStatCode, Count) == 0x000010, "Member 'SBZCheatManagerBase_ChangeStatCode::Count' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_ChangeStatCode, PlayerIndex) == 0x000014, "Member 'SBZCheatManagerBase_ChangeStatCode::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_CompleteChallenge \ +static_assert(alignof(SBZCheatManagerBase_CompleteChallenge) == 0x000004, "Wrong alignment on SBZCheatManagerBase_CompleteChallenge"); \ +static_assert(sizeof(SBZCheatManagerBase_CompleteChallenge) == 0x000008, "Wrong size on SBZCheatManagerBase_CompleteChallenge"); \ +static_assert(offsetof(SBZCheatManagerBase_CompleteChallenge, Count) == 0x000000, "Member 'SBZCheatManagerBase_CompleteChallenge::Count' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_CompleteChallenge, PlayerIndex) == 0x000004, "Member 'SBZCheatManagerBase_CompleteChallenge::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_DebugIncrementPlayerStat \ +static_assert(alignof(SBZCheatManagerBase_DebugIncrementPlayerStat) == 0x000008, "Wrong alignment on SBZCheatManagerBase_DebugIncrementPlayerStat"); \ +static_assert(sizeof(SBZCheatManagerBase_DebugIncrementPlayerStat) == 0x000018, "Wrong size on SBZCheatManagerBase_DebugIncrementPlayerStat"); \ +static_assert(offsetof(SBZCheatManagerBase_DebugIncrementPlayerStat, StatCode) == 0x000000, "Member 'SBZCheatManagerBase_DebugIncrementPlayerStat::StatCode' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_DebugIncrementPlayerStat, Increment) == 0x000010, "Member 'SBZCheatManagerBase_DebugIncrementPlayerStat::Increment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_DisconnectPlayer \ +static_assert(alignof(SBZCheatManagerBase_DisconnectPlayer) == 0x000004, "Wrong alignment on SBZCheatManagerBase_DisconnectPlayer"); \ +static_assert(sizeof(SBZCheatManagerBase_DisconnectPlayer) == 0x000008, "Wrong size on SBZCheatManagerBase_DisconnectPlayer"); \ +static_assert(offsetof(SBZCheatManagerBase_DisconnectPlayer, bIsLocallyDisconnected) == 0x000000, "Member 'SBZCheatManagerBase_DisconnectPlayer::bIsLocallyDisconnected' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_DisconnectPlayer, bIsGraceful) == 0x000001, "Member 'SBZCheatManagerBase_DisconnectPlayer::bIsGraceful' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_DisconnectPlayer, PlayerIndex) == 0x000004, "Member 'SBZCheatManagerBase_DisconnectPlayer::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_DisconnectServer \ +static_assert(alignof(SBZCheatManagerBase_DisconnectServer) == 0x000001, "Wrong alignment on SBZCheatManagerBase_DisconnectServer"); \ +static_assert(sizeof(SBZCheatManagerBase_DisconnectServer) == 0x000001, "Wrong size on SBZCheatManagerBase_DisconnectServer"); \ +static_assert(offsetof(SBZCheatManagerBase_DisconnectServer, bIsGraceful) == 0x000000, "Member 'SBZCheatManagerBase_DisconnectServer::bIsGraceful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_DumpAllPlayerStatistics \ +static_assert(alignof(SBZCheatManagerBase_DumpAllPlayerStatistics) == 0x000004, "Wrong alignment on SBZCheatManagerBase_DumpAllPlayerStatistics"); \ +static_assert(sizeof(SBZCheatManagerBase_DumpAllPlayerStatistics) == 0x000004, "Wrong size on SBZCheatManagerBase_DumpAllPlayerStatistics"); \ +static_assert(offsetof(SBZCheatManagerBase_DumpAllPlayerStatistics, PlayerIndex) == 0x000000, "Member 'SBZCheatManagerBase_DumpAllPlayerStatistics::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_ExecF \ +static_assert(alignof(SBZCheatManagerBase_ExecF) == 0x000008, "Wrong alignment on SBZCheatManagerBase_ExecF"); \ +static_assert(sizeof(SBZCheatManagerBase_ExecF) == 0x000010, "Wrong size on SBZCheatManagerBase_ExecF"); \ +static_assert(offsetof(SBZCheatManagerBase_ExecF, File) == 0x000000, "Member 'SBZCheatManagerBase_ExecF::File' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_FakeInvite \ +static_assert(alignof(SBZCheatManagerBase_FakeInvite) == 0x000008, "Wrong alignment on SBZCheatManagerBase_FakeInvite"); \ +static_assert(sizeof(SBZCheatManagerBase_FakeInvite) == 0x000018, "Wrong size on SBZCheatManagerBase_FakeInvite"); \ +static_assert(offsetof(SBZCheatManagerBase_FakeInvite, UserId) == 0x000000, "Member 'SBZCheatManagerBase_FakeInvite::UserId' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_FakeInvite, PlayerIndex) == 0x000010, "Member 'SBZCheatManagerBase_FakeInvite::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_FetchAllVendorItems \ +static_assert(alignof(SBZCheatManagerBase_FetchAllVendorItems) == 0x000004, "Wrong alignment on SBZCheatManagerBase_FetchAllVendorItems"); \ +static_assert(sizeof(SBZCheatManagerBase_FetchAllVendorItems) == 0x000004, "Wrong size on SBZCheatManagerBase_FetchAllVendorItems"); \ +static_assert(offsetof(SBZCheatManagerBase_FetchAllVendorItems, MaxCount) == 0x000000, "Member 'SBZCheatManagerBase_FetchAllVendorItems::MaxCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_FetchServerPlayerStatistics \ +static_assert(alignof(SBZCheatManagerBase_FetchServerPlayerStatistics) == 0x000004, "Wrong alignment on SBZCheatManagerBase_FetchServerPlayerStatistics"); \ +static_assert(sizeof(SBZCheatManagerBase_FetchServerPlayerStatistics) == 0x000004, "Wrong size on SBZCheatManagerBase_FetchServerPlayerStatistics"); \ +static_assert(offsetof(SBZCheatManagerBase_FetchServerPlayerStatistics, PlayerIndex) == 0x000000, "Member 'SBZCheatManagerBase_FetchServerPlayerStatistics::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_InputActionPlayer \ +static_assert(alignof(SBZCheatManagerBase_InputActionPlayer) == 0x000004, "Wrong alignment on SBZCheatManagerBase_InputActionPlayer"); \ +static_assert(sizeof(SBZCheatManagerBase_InputActionPlayer) == 0x000014, "Wrong size on SBZCheatManagerBase_InputActionPlayer"); \ +static_assert(offsetof(SBZCheatManagerBase_InputActionPlayer, ActionName) == 0x000000, "Member 'SBZCheatManagerBase_InputActionPlayer::ActionName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_InputActionPlayer, InputEvent) == 0x00000C, "Member 'SBZCheatManagerBase_InputActionPlayer::InputEvent' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_InputActionPlayer, PlayerIndex) == 0x000010, "Member 'SBZCheatManagerBase_InputActionPlayer::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_InputActionTarget \ +static_assert(alignof(SBZCheatManagerBase_InputActionTarget) == 0x000004, "Wrong alignment on SBZCheatManagerBase_InputActionTarget"); \ +static_assert(sizeof(SBZCheatManagerBase_InputActionTarget) == 0x000014, "Wrong size on SBZCheatManagerBase_InputActionTarget"); \ +static_assert(offsetof(SBZCheatManagerBase_InputActionTarget, ActionName) == 0x000000, "Member 'SBZCheatManagerBase_InputActionTarget::ActionName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_InputActionTarget, InputEvent) == 0x00000C, "Member 'SBZCheatManagerBase_InputActionTarget::InputEvent' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_InputActionTarget, bIsReleaseCancelingAbility) == 0x00000D, "Member 'SBZCheatManagerBase_InputActionTarget::bIsReleaseCancelingAbility' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_InputActionTarget, PlayerIndex) == 0x000010, "Member 'SBZCheatManagerBase_InputActionTarget::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_InputAxisPlayer \ +static_assert(alignof(SBZCheatManagerBase_InputAxisPlayer) == 0x000004, "Wrong alignment on SBZCheatManagerBase_InputAxisPlayer"); \ +static_assert(sizeof(SBZCheatManagerBase_InputAxisPlayer) == 0x000014, "Wrong size on SBZCheatManagerBase_InputAxisPlayer"); \ +static_assert(offsetof(SBZCheatManagerBase_InputAxisPlayer, AxisName) == 0x000000, "Member 'SBZCheatManagerBase_InputAxisPlayer::AxisName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_InputAxisPlayer, InputValue) == 0x00000C, "Member 'SBZCheatManagerBase_InputAxisPlayer::InputValue' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_InputAxisPlayer, PlayerIndex) == 0x000010, "Member 'SBZCheatManagerBase_InputAxisPlayer::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_InputAxisTarget \ +static_assert(alignof(SBZCheatManagerBase_InputAxisTarget) == 0x000004, "Wrong alignment on SBZCheatManagerBase_InputAxisTarget"); \ +static_assert(sizeof(SBZCheatManagerBase_InputAxisTarget) == 0x000014, "Wrong size on SBZCheatManagerBase_InputAxisTarget"); \ +static_assert(offsetof(SBZCheatManagerBase_InputAxisTarget, AxisName) == 0x000000, "Member 'SBZCheatManagerBase_InputAxisTarget::AxisName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_InputAxisTarget, InputValue) == 0x00000C, "Member 'SBZCheatManagerBase_InputAxisTarget::InputValue' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_InputAxisTarget, PlayerIndex) == 0x000010, "Member 'SBZCheatManagerBase_InputAxisTarget::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_InputKeyPlayer \ +static_assert(alignof(SBZCheatManagerBase_InputKeyPlayer) == 0x000008, "Wrong alignment on SBZCheatManagerBase_InputKeyPlayer"); \ +static_assert(sizeof(SBZCheatManagerBase_InputKeyPlayer) == 0x000028, "Wrong size on SBZCheatManagerBase_InputKeyPlayer"); \ +static_assert(offsetof(SBZCheatManagerBase_InputKeyPlayer, Key) == 0x000000, "Member 'SBZCheatManagerBase_InputKeyPlayer::Key' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_InputKeyPlayer, InputEvent) == 0x000020, "Member 'SBZCheatManagerBase_InputKeyPlayer::InputEvent' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_InputKeyPlayer, PlayerIndex) == 0x000024, "Member 'SBZCheatManagerBase_InputKeyPlayer::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_InputKeyTarget \ +static_assert(alignof(SBZCheatManagerBase_InputKeyTarget) == 0x000008, "Wrong alignment on SBZCheatManagerBase_InputKeyTarget"); \ +static_assert(sizeof(SBZCheatManagerBase_InputKeyTarget) == 0x000028, "Wrong size on SBZCheatManagerBase_InputKeyTarget"); \ +static_assert(offsetof(SBZCheatManagerBase_InputKeyTarget, Key) == 0x000000, "Member 'SBZCheatManagerBase_InputKeyTarget::Key' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_InputKeyTarget, InputEvent) == 0x000020, "Member 'SBZCheatManagerBase_InputKeyTarget::InputEvent' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_InputKeyTarget, PlayerIndex) == 0x000024, "Member 'SBZCheatManagerBase_InputKeyTarget::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_InputVectorAxisPlayer \ +static_assert(alignof(SBZCheatManagerBase_InputVectorAxisPlayer) == 0x000004, "Wrong alignment on SBZCheatManagerBase_InputVectorAxisPlayer"); \ +static_assert(sizeof(SBZCheatManagerBase_InputVectorAxisPlayer) == 0x00001C, "Wrong size on SBZCheatManagerBase_InputVectorAxisPlayer"); \ +static_assert(offsetof(SBZCheatManagerBase_InputVectorAxisPlayer, AxisName) == 0x000000, "Member 'SBZCheatManagerBase_InputVectorAxisPlayer::AxisName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_InputVectorAxisPlayer, X) == 0x00000C, "Member 'SBZCheatManagerBase_InputVectorAxisPlayer::X' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_InputVectorAxisPlayer, Y) == 0x000010, "Member 'SBZCheatManagerBase_InputVectorAxisPlayer::Y' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_InputVectorAxisPlayer, Z) == 0x000014, "Member 'SBZCheatManagerBase_InputVectorAxisPlayer::Z' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_InputVectorAxisPlayer, PlayerIndex) == 0x000018, "Member 'SBZCheatManagerBase_InputVectorAxisPlayer::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_InputVectorAxisTarget \ +static_assert(alignof(SBZCheatManagerBase_InputVectorAxisTarget) == 0x000004, "Wrong alignment on SBZCheatManagerBase_InputVectorAxisTarget"); \ +static_assert(sizeof(SBZCheatManagerBase_InputVectorAxisTarget) == 0x00001C, "Wrong size on SBZCheatManagerBase_InputVectorAxisTarget"); \ +static_assert(offsetof(SBZCheatManagerBase_InputVectorAxisTarget, AxisName) == 0x000000, "Member 'SBZCheatManagerBase_InputVectorAxisTarget::AxisName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_InputVectorAxisTarget, X) == 0x00000C, "Member 'SBZCheatManagerBase_InputVectorAxisTarget::X' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_InputVectorAxisTarget, Y) == 0x000010, "Member 'SBZCheatManagerBase_InputVectorAxisTarget::Y' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_InputVectorAxisTarget, Z) == 0x000014, "Member 'SBZCheatManagerBase_InputVectorAxisTarget::Z' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_InputVectorAxisTarget, PlayerIndex) == 0x000018, "Member 'SBZCheatManagerBase_InputVectorAxisTarget::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_OnEndPlay \ +static_assert(alignof(SBZCheatManagerBase_OnEndPlay) == 0x000008, "Wrong alignment on SBZCheatManagerBase_OnEndPlay"); \ +static_assert(sizeof(SBZCheatManagerBase_OnEndPlay) == 0x000010, "Wrong size on SBZCheatManagerBase_OnEndPlay"); \ +static_assert(offsetof(SBZCheatManagerBase_OnEndPlay, Actor) == 0x000000, "Member 'SBZCheatManagerBase_OnEndPlay::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_OnEndPlay, EndPlayReason) == 0x000008, "Member 'SBZCheatManagerBase_OnEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_PrintAbilitySystem \ +static_assert(alignof(SBZCheatManagerBase_PrintAbilitySystem) == 0x000004, "Wrong alignment on SBZCheatManagerBase_PrintAbilitySystem"); \ +static_assert(sizeof(SBZCheatManagerBase_PrintAbilitySystem) == 0x000004, "Wrong size on SBZCheatManagerBase_PrintAbilitySystem"); \ +static_assert(offsetof(SBZCheatManagerBase_PrintAbilitySystem, PlayerIndex) == 0x000000, "Member 'SBZCheatManagerBase_PrintAbilitySystem::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_PrintInputEnabled \ +static_assert(alignof(SBZCheatManagerBase_PrintInputEnabled) == 0x000004, "Wrong alignment on SBZCheatManagerBase_PrintInputEnabled"); \ +static_assert(sizeof(SBZCheatManagerBase_PrintInputEnabled) == 0x000004, "Wrong size on SBZCheatManagerBase_PrintInputEnabled"); \ +static_assert(offsetof(SBZCheatManagerBase_PrintInputEnabled, PlayerIndex) == 0x000000, "Member 'SBZCheatManagerBase_PrintInputEnabled::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_PrintSelection \ +static_assert(alignof(SBZCheatManagerBase_PrintSelection) == 0x000004, "Wrong alignment on SBZCheatManagerBase_PrintSelection"); \ +static_assert(sizeof(SBZCheatManagerBase_PrintSelection) == 0x000004, "Wrong size on SBZCheatManagerBase_PrintSelection"); \ +static_assert(offsetof(SBZCheatManagerBase_PrintSelection, PlayerIndex) == 0x000000, "Member 'SBZCheatManagerBase_PrintSelection::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_PrintSelectionHierarchy \ +static_assert(alignof(SBZCheatManagerBase_PrintSelectionHierarchy) == 0x000004, "Wrong alignment on SBZCheatManagerBase_PrintSelectionHierarchy"); \ +static_assert(sizeof(SBZCheatManagerBase_PrintSelectionHierarchy) == 0x000008, "Wrong size on SBZCheatManagerBase_PrintSelectionHierarchy"); \ +static_assert(offsetof(SBZCheatManagerBase_PrintSelectionHierarchy, bIsChildActorIncluded) == 0x000000, "Member 'SBZCheatManagerBase_PrintSelectionHierarchy::bIsChildActorIncluded' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_PrintSelectionHierarchy, PlayerIndex) == 0x000004, "Member 'SBZCheatManagerBase_PrintSelectionHierarchy::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_PrintTargetAbilitySystem \ +static_assert(alignof(SBZCheatManagerBase_PrintTargetAbilitySystem) == 0x000004, "Wrong alignment on SBZCheatManagerBase_PrintTargetAbilitySystem"); \ +static_assert(sizeof(SBZCheatManagerBase_PrintTargetAbilitySystem) == 0x000008, "Wrong size on SBZCheatManagerBase_PrintTargetAbilitySystem"); \ +static_assert(offsetof(SBZCheatManagerBase_PrintTargetAbilitySystem, bIsLocallyControlledOnly) == 0x000000, "Member 'SBZCheatManagerBase_PrintTargetAbilitySystem::bIsLocallyControlledOnly' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_PrintTargetAbilitySystem, PlayerIndex) == 0x000004, "Member 'SBZCheatManagerBase_PrintTargetAbilitySystem::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_RemoveCurrency \ +static_assert(alignof(SBZCheatManagerBase_RemoveCurrency) == 0x000004, "Wrong alignment on SBZCheatManagerBase_RemoveCurrency"); \ +static_assert(sizeof(SBZCheatManagerBase_RemoveCurrency) == 0x00000C, "Wrong size on SBZCheatManagerBase_RemoveCurrency"); \ +static_assert(offsetof(SBZCheatManagerBase_RemoveCurrency, Type) == 0x000000, "Member 'SBZCheatManagerBase_RemoveCurrency::Type' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_RemoveCurrency, Amount) == 0x000004, "Member 'SBZCheatManagerBase_RemoveCurrency::Amount' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_RemoveCurrency, PlayerIndex) == 0x000008, "Member 'SBZCheatManagerBase_RemoveCurrency::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_ReportBug \ +static_assert(alignof(SBZCheatManagerBase_ReportBug) == 0x000008, "Wrong alignment on SBZCheatManagerBase_ReportBug"); \ +static_assert(sizeof(SBZCheatManagerBase_ReportBug) == 0x000018, "Wrong size on SBZCheatManagerBase_ReportBug"); \ +static_assert(offsetof(SBZCheatManagerBase_ReportBug, Description) == 0x000000, "Member 'SBZCheatManagerBase_ReportBug::Description' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_ReportBug, bIsEverywhere) == 0x000010, "Member 'SBZCheatManagerBase_ReportBug::bIsEverywhere' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_ReportBug, bIsBlockerChecked) == 0x000011, "Member 'SBZCheatManagerBase_ReportBug::bIsBlockerChecked' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_ReportBug, bIsInteractableChecked) == 0x000012, "Member 'SBZCheatManagerBase_ReportBug::bIsInteractableChecked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_RequestBackendError \ +static_assert(alignof(SBZCheatManagerBase_RequestBackendError) == 0x000004, "Wrong alignment on SBZCheatManagerBase_RequestBackendError"); \ +static_assert(sizeof(SBZCheatManagerBase_RequestBackendError) == 0x000008, "Wrong size on SBZCheatManagerBase_RequestBackendError"); \ +static_assert(offsetof(SBZCheatManagerBase_RequestBackendError, Error) == 0x000000, "Member 'SBZCheatManagerBase_RequestBackendError::Error' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_RequestBackendError, PlayerIndex) == 0x000004, "Member 'SBZCheatManagerBase_RequestBackendError::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_RequestGameError \ +static_assert(alignof(SBZCheatManagerBase_RequestGameError) == 0x000004, "Wrong alignment on SBZCheatManagerBase_RequestGameError"); \ +static_assert(sizeof(SBZCheatManagerBase_RequestGameError) == 0x000008, "Wrong size on SBZCheatManagerBase_RequestGameError"); \ +static_assert(offsetof(SBZCheatManagerBase_RequestGameError, State) == 0x000000, "Member 'SBZCheatManagerBase_RequestGameError::State' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_RequestGameError, PlayerIndex) == 0x000004, "Member 'SBZCheatManagerBase_RequestGameError::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_ResetMyAccount \ +static_assert(alignof(SBZCheatManagerBase_ResetMyAccount) == 0x000008, "Wrong alignment on SBZCheatManagerBase_ResetMyAccount"); \ +static_assert(sizeof(SBZCheatManagerBase_ResetMyAccount) == 0x000010, "Wrong size on SBZCheatManagerBase_ResetMyAccount"); \ +static_assert(offsetof(SBZCheatManagerBase_ResetMyAccount, Password) == 0x000000, "Member 'SBZCheatManagerBase_ResetMyAccount::Password' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SelectActorClass \ +static_assert(alignof(SBZCheatManagerBase_SelectActorClass) == 0x000004, "Wrong alignment on SBZCheatManagerBase_SelectActorClass"); \ +static_assert(sizeof(SBZCheatManagerBase_SelectActorClass) == 0x000010, "Wrong size on SBZCheatManagerBase_SelectActorClass"); \ +static_assert(offsetof(SBZCheatManagerBase_SelectActorClass, ClassName) == 0x000000, "Member 'SBZCheatManagerBase_SelectActorClass::ClassName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_SelectActorClass, PlayerIndex) == 0x00000C, "Member 'SBZCheatManagerBase_SelectActorClass::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SelectActorName \ +static_assert(alignof(SBZCheatManagerBase_SelectActorName) == 0x000004, "Wrong alignment on SBZCheatManagerBase_SelectActorName"); \ +static_assert(sizeof(SBZCheatManagerBase_SelectActorName) == 0x000010, "Wrong size on SBZCheatManagerBase_SelectActorName"); \ +static_assert(offsetof(SBZCheatManagerBase_SelectActorName, Name_0) == 0x000000, "Member 'SBZCheatManagerBase_SelectActorName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_SelectActorName, PlayerIndex) == 0x00000C, "Member 'SBZCheatManagerBase_SelectActorName::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SelectChild \ +static_assert(alignof(SBZCheatManagerBase_SelectChild) == 0x000004, "Wrong alignment on SBZCheatManagerBase_SelectChild"); \ +static_assert(sizeof(SBZCheatManagerBase_SelectChild) == 0x000008, "Wrong size on SBZCheatManagerBase_SelectChild"); \ +static_assert(offsetof(SBZCheatManagerBase_SelectChild, Index_0) == 0x000000, "Member 'SBZCheatManagerBase_SelectChild::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_SelectChild, PlayerIndex) == 0x000004, "Member 'SBZCheatManagerBase_SelectChild::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SelectComponentClass \ +static_assert(alignof(SBZCheatManagerBase_SelectComponentClass) == 0x000004, "Wrong alignment on SBZCheatManagerBase_SelectComponentClass"); \ +static_assert(sizeof(SBZCheatManagerBase_SelectComponentClass) == 0x000014, "Wrong size on SBZCheatManagerBase_SelectComponentClass"); \ +static_assert(offsetof(SBZCheatManagerBase_SelectComponentClass, ClassName) == 0x000000, "Member 'SBZCheatManagerBase_SelectComponentClass::ClassName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_SelectComponentClass, DepthStencil) == 0x00000C, "Member 'SBZCheatManagerBase_SelectComponentClass::DepthStencil' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_SelectComponentClass, PlayerIndex) == 0x000010, "Member 'SBZCheatManagerBase_SelectComponentClass::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SelectComponentIndex \ +static_assert(alignof(SBZCheatManagerBase_SelectComponentIndex) == 0x000004, "Wrong alignment on SBZCheatManagerBase_SelectComponentIndex"); \ +static_assert(sizeof(SBZCheatManagerBase_SelectComponentIndex) == 0x00000C, "Wrong size on SBZCheatManagerBase_SelectComponentIndex"); \ +static_assert(offsetof(SBZCheatManagerBase_SelectComponentIndex, Index_0) == 0x000000, "Member 'SBZCheatManagerBase_SelectComponentIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_SelectComponentIndex, DepthStencil) == 0x000004, "Member 'SBZCheatManagerBase_SelectComponentIndex::DepthStencil' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_SelectComponentIndex, PlayerIndex) == 0x000008, "Member 'SBZCheatManagerBase_SelectComponentIndex::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SelectComponentName \ +static_assert(alignof(SBZCheatManagerBase_SelectComponentName) == 0x000004, "Wrong alignment on SBZCheatManagerBase_SelectComponentName"); \ +static_assert(sizeof(SBZCheatManagerBase_SelectComponentName) == 0x000014, "Wrong size on SBZCheatManagerBase_SelectComponentName"); \ +static_assert(offsetof(SBZCheatManagerBase_SelectComponentName, Name_0) == 0x000000, "Member 'SBZCheatManagerBase_SelectComponentName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_SelectComponentName, DepthStencil) == 0x00000C, "Member 'SBZCheatManagerBase_SelectComponentName::DepthStencil' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_SelectComponentName, PlayerIndex) == 0x000010, "Member 'SBZCheatManagerBase_SelectComponentName::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SelectLast \ +static_assert(alignof(SBZCheatManagerBase_SelectLast) == 0x000004, "Wrong alignment on SBZCheatManagerBase_SelectLast"); \ +static_assert(sizeof(SBZCheatManagerBase_SelectLast) == 0x000004, "Wrong size on SBZCheatManagerBase_SelectLast"); \ +static_assert(offsetof(SBZCheatManagerBase_SelectLast, PlayerIndex) == 0x000000, "Member 'SBZCheatManagerBase_SelectLast::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SelectParentActor \ +static_assert(alignof(SBZCheatManagerBase_SelectParentActor) == 0x000004, "Wrong alignment on SBZCheatManagerBase_SelectParentActor"); \ +static_assert(sizeof(SBZCheatManagerBase_SelectParentActor) == 0x000004, "Wrong size on SBZCheatManagerBase_SelectParentActor"); \ +static_assert(offsetof(SBZCheatManagerBase_SelectParentActor, PlayerIndex) == 0x000000, "Member 'SBZCheatManagerBase_SelectParentActor::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SelectParentSocket \ +static_assert(alignof(SBZCheatManagerBase_SelectParentSocket) == 0x000004, "Wrong alignment on SBZCheatManagerBase_SelectParentSocket"); \ +static_assert(sizeof(SBZCheatManagerBase_SelectParentSocket) == 0x000004, "Wrong size on SBZCheatManagerBase_SelectParentSocket"); \ +static_assert(offsetof(SBZCheatManagerBase_SelectParentSocket, PlayerIndex) == 0x000000, "Member 'SBZCheatManagerBase_SelectParentSocket::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SelectSocketIndex \ +static_assert(alignof(SBZCheatManagerBase_SelectSocketIndex) == 0x000004, "Wrong alignment on SBZCheatManagerBase_SelectSocketIndex"); \ +static_assert(sizeof(SBZCheatManagerBase_SelectSocketIndex) == 0x000008, "Wrong size on SBZCheatManagerBase_SelectSocketIndex"); \ +static_assert(offsetof(SBZCheatManagerBase_SelectSocketIndex, Index_0) == 0x000000, "Member 'SBZCheatManagerBase_SelectSocketIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_SelectSocketIndex, PlayerIndex) == 0x000004, "Member 'SBZCheatManagerBase_SelectSocketIndex::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SelectSocketName \ +static_assert(alignof(SBZCheatManagerBase_SelectSocketName) == 0x000004, "Wrong alignment on SBZCheatManagerBase_SelectSocketName"); \ +static_assert(sizeof(SBZCheatManagerBase_SelectSocketName) == 0x000010, "Wrong size on SBZCheatManagerBase_SelectSocketName"); \ +static_assert(offsetof(SBZCheatManagerBase_SelectSocketName, Name_0) == 0x000000, "Member 'SBZCheatManagerBase_SelectSocketName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_SelectSocketName, PlayerIndex) == 0x00000C, "Member 'SBZCheatManagerBase_SelectSocketName::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SelectTarget \ +static_assert(alignof(SBZCheatManagerBase_SelectTarget) == 0x000004, "Wrong alignment on SBZCheatManagerBase_SelectTarget"); \ +static_assert(sizeof(SBZCheatManagerBase_SelectTarget) == 0x000004, "Wrong size on SBZCheatManagerBase_SelectTarget"); \ +static_assert(offsetof(SBZCheatManagerBase_SelectTarget, PlayerIndex) == 0x000000, "Member 'SBZCheatManagerBase_SelectTarget::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_ServerCommand \ +static_assert(alignof(SBZCheatManagerBase_ServerCommand) == 0x000008, "Wrong alignment on SBZCheatManagerBase_ServerCommand"); \ +static_assert(sizeof(SBZCheatManagerBase_ServerCommand) == 0x000018, "Wrong size on SBZCheatManagerBase_ServerCommand"); \ +static_assert(offsetof(SBZCheatManagerBase_ServerCommand, Command) == 0x000000, "Member 'SBZCheatManagerBase_ServerCommand::Command' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_ServerCommand, bIsExecutedOnAll) == 0x000010, "Member 'SBZCheatManagerBase_ServerCommand::bIsExecutedOnAll' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_ServerCommand, bIsLocallyControlledOnly) == 0x000011, "Member 'SBZCheatManagerBase_ServerCommand::bIsLocallyControlledOnly' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_ServerCommand, PlayerIndex) == 0x000014, "Member 'SBZCheatManagerBase_ServerCommand::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SetAudioRTPCValue \ +static_assert(alignof(SBZCheatManagerBase_SetAudioRTPCValue) == 0x000004, "Wrong alignment on SBZCheatManagerBase_SetAudioRTPCValue"); \ +static_assert(sizeof(SBZCheatManagerBase_SetAudioRTPCValue) == 0x000014, "Wrong size on SBZCheatManagerBase_SetAudioRTPCValue"); \ +static_assert(offsetof(SBZCheatManagerBase_SetAudioRTPCValue, Name_0) == 0x000000, "Member 'SBZCheatManagerBase_SetAudioRTPCValue::Name_0' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_SetAudioRTPCValue, Value) == 0x00000C, "Member 'SBZCheatManagerBase_SetAudioRTPCValue::Value' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_SetAudioRTPCValue, PlayerIndex) == 0x000010, "Member 'SBZCheatManagerBase_SetAudioRTPCValue::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SetCameraMode \ +static_assert(alignof(SBZCheatManagerBase_SetCameraMode) == 0x000004, "Wrong alignment on SBZCheatManagerBase_SetCameraMode"); \ +static_assert(sizeof(SBZCheatManagerBase_SetCameraMode) == 0x000010, "Wrong size on SBZCheatManagerBase_SetCameraMode"); \ +static_assert(offsetof(SBZCheatManagerBase_SetCameraMode, CameraMode) == 0x000000, "Member 'SBZCheatManagerBase_SetCameraMode::CameraMode' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_SetCameraMode, PlayerIndex) == 0x00000C, "Member 'SBZCheatManagerBase_SetCameraMode::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SetCulture \ +static_assert(alignof(SBZCheatManagerBase_SetCulture) == 0x000008, "Wrong alignment on SBZCheatManagerBase_SetCulture"); \ +static_assert(sizeof(SBZCheatManagerBase_SetCulture) == 0x000010, "Wrong size on SBZCheatManagerBase_SetCulture"); \ +static_assert(offsetof(SBZCheatManagerBase_SetCulture, Name_0) == 0x000000, "Member 'SBZCheatManagerBase_SetCulture::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SetCurrency \ +static_assert(alignof(SBZCheatManagerBase_SetCurrency) == 0x000004, "Wrong alignment on SBZCheatManagerBase_SetCurrency"); \ +static_assert(sizeof(SBZCheatManagerBase_SetCurrency) == 0x00000C, "Wrong size on SBZCheatManagerBase_SetCurrency"); \ +static_assert(offsetof(SBZCheatManagerBase_SetCurrency, Type) == 0x000000, "Member 'SBZCheatManagerBase_SetCurrency::Type' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_SetCurrency, Amount) == 0x000004, "Member 'SBZCheatManagerBase_SetCurrency::Amount' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_SetCurrency, PlayerIndex) == 0x000008, "Member 'SBZCheatManagerBase_SetCurrency::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SetDebugEarnedExperiencePoints \ +static_assert(alignof(SBZCheatManagerBase_SetDebugEarnedExperiencePoints) == 0x000004, "Wrong alignment on SBZCheatManagerBase_SetDebugEarnedExperiencePoints"); \ +static_assert(sizeof(SBZCheatManagerBase_SetDebugEarnedExperiencePoints) == 0x000004, "Wrong size on SBZCheatManagerBase_SetDebugEarnedExperiencePoints"); \ +static_assert(offsetof(SBZCheatManagerBase_SetDebugEarnedExperiencePoints, EarnedExperiencePoints) == 0x000000, "Member 'SBZCheatManagerBase_SetDebugEarnedExperiencePoints::EarnedExperiencePoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SetFirstPartyPlatform \ +static_assert(alignof(SBZCheatManagerBase_SetFirstPartyPlatform) == 0x000004, "Wrong alignment on SBZCheatManagerBase_SetFirstPartyPlatform"); \ +static_assert(sizeof(SBZCheatManagerBase_SetFirstPartyPlatform) == 0x000008, "Wrong size on SBZCheatManagerBase_SetFirstPartyPlatform"); \ +static_assert(offsetof(SBZCheatManagerBase_SetFirstPartyPlatform, Platform) == 0x000000, "Member 'SBZCheatManagerBase_SetFirstPartyPlatform::Platform' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_SetFirstPartyPlatform, PlayerIndex) == 0x000004, "Member 'SBZCheatManagerBase_SetFirstPartyPlatform::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SetInfamyExperience \ +static_assert(alignof(SBZCheatManagerBase_SetInfamyExperience) == 0x000004, "Wrong alignment on SBZCheatManagerBase_SetInfamyExperience"); \ +static_assert(sizeof(SBZCheatManagerBase_SetInfamyExperience) == 0x000008, "Wrong size on SBZCheatManagerBase_SetInfamyExperience"); \ +static_assert(offsetof(SBZCheatManagerBase_SetInfamyExperience, Amount) == 0x000000, "Member 'SBZCheatManagerBase_SetInfamyExperience::Amount' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_SetInfamyExperience, PlayerIndex) == 0x000004, "Member 'SBZCheatManagerBase_SetInfamyExperience::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SetInfamyLevel \ +static_assert(alignof(SBZCheatManagerBase_SetInfamyLevel) == 0x000004, "Wrong alignment on SBZCheatManagerBase_SetInfamyLevel"); \ +static_assert(sizeof(SBZCheatManagerBase_SetInfamyLevel) == 0x000008, "Wrong size on SBZCheatManagerBase_SetInfamyLevel"); \ +static_assert(offsetof(SBZCheatManagerBase_SetInfamyLevel, Amount) == 0x000000, "Member 'SBZCheatManagerBase_SetInfamyLevel::Amount' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_SetInfamyLevel, PlayerIndex) == 0x000004, "Member 'SBZCheatManagerBase_SetInfamyLevel::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SetInfamyLevelPoints \ +static_assert(alignof(SBZCheatManagerBase_SetInfamyLevelPoints) == 0x000004, "Wrong alignment on SBZCheatManagerBase_SetInfamyLevelPoints"); \ +static_assert(sizeof(SBZCheatManagerBase_SetInfamyLevelPoints) == 0x000008, "Wrong size on SBZCheatManagerBase_SetInfamyLevelPoints"); \ +static_assert(offsetof(SBZCheatManagerBase_SetInfamyLevelPoints, Level) == 0x000000, "Member 'SBZCheatManagerBase_SetInfamyLevelPoints::Level' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_SetInfamyLevelPoints, Points) == 0x000004, "Member 'SBZCheatManagerBase_SetInfamyLevelPoints::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SetInputTypeOverride \ +static_assert(alignof(SBZCheatManagerBase_SetInputTypeOverride) == 0x000004, "Wrong alignment on SBZCheatManagerBase_SetInputTypeOverride"); \ +static_assert(sizeof(SBZCheatManagerBase_SetInputTypeOverride) == 0x000004, "Wrong size on SBZCheatManagerBase_SetInputTypeOverride"); \ +static_assert(offsetof(SBZCheatManagerBase_SetInputTypeOverride, Override) == 0x000000, "Member 'SBZCheatManagerBase_SetInputTypeOverride::Override' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SetListenerEnabled \ +static_assert(alignof(SBZCheatManagerBase_SetListenerEnabled) == 0x000001, "Wrong alignment on SBZCheatManagerBase_SetListenerEnabled"); \ +static_assert(sizeof(SBZCheatManagerBase_SetListenerEnabled) == 0x000001, "Wrong size on SBZCheatManagerBase_SetListenerEnabled"); \ +static_assert(offsetof(SBZCheatManagerBase_SetListenerEnabled, bIsEnabled) == 0x000000, "Member 'SBZCheatManagerBase_SetListenerEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SetNetEmulationType \ +static_assert(alignof(SBZCheatManagerBase_SetNetEmulationType) == 0x000001, "Wrong alignment on SBZCheatManagerBase_SetNetEmulationType"); \ +static_assert(sizeof(SBZCheatManagerBase_SetNetEmulationType) == 0x000002, "Wrong size on SBZCheatManagerBase_SetNetEmulationType"); \ +static_assert(offsetof(SBZCheatManagerBase_SetNetEmulationType, Type) == 0x000000, "Member 'SBZCheatManagerBase_SetNetEmulationType::Type' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_SetNetEmulationType, Target) == 0x000001, "Member 'SBZCheatManagerBase_SetNetEmulationType::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SetPartyMemberCount \ +static_assert(alignof(SBZCheatManagerBase_SetPartyMemberCount) == 0x000004, "Wrong alignment on SBZCheatManagerBase_SetPartyMemberCount"); \ +static_assert(sizeof(SBZCheatManagerBase_SetPartyMemberCount) == 0x000008, "Wrong size on SBZCheatManagerBase_SetPartyMemberCount"); \ +static_assert(offsetof(SBZCheatManagerBase_SetPartyMemberCount, Count) == 0x000000, "Member 'SBZCheatManagerBase_SetPartyMemberCount::Count' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_SetPartyMemberCount, PlayerIndex) == 0x000004, "Member 'SBZCheatManagerBase_SetPartyMemberCount::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SetPaused \ +static_assert(alignof(SBZCheatManagerBase_SetPaused) == 0x000001, "Wrong alignment on SBZCheatManagerBase_SetPaused"); \ +static_assert(sizeof(SBZCheatManagerBase_SetPaused) == 0x000001, "Wrong size on SBZCheatManagerBase_SetPaused"); \ +static_assert(offsetof(SBZCheatManagerBase_SetPaused, bIsPaused) == 0x000000, "Member 'SBZCheatManagerBase_SetPaused::bIsPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SetPreMatchInfamyExperience \ +static_assert(alignof(SBZCheatManagerBase_SetPreMatchInfamyExperience) == 0x000004, "Wrong alignment on SBZCheatManagerBase_SetPreMatchInfamyExperience"); \ +static_assert(sizeof(SBZCheatManagerBase_SetPreMatchInfamyExperience) == 0x000008, "Wrong size on SBZCheatManagerBase_SetPreMatchInfamyExperience"); \ +static_assert(offsetof(SBZCheatManagerBase_SetPreMatchInfamyExperience, Experience) == 0x000000, "Member 'SBZCheatManagerBase_SetPreMatchInfamyExperience::Experience' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_SetPreMatchInfamyExperience, PlayerIndex) == 0x000004, "Member 'SBZCheatManagerBase_SetPreMatchInfamyExperience::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_SetUIDebugState \ +static_assert(alignof(SBZCheatManagerBase_SetUIDebugState) == 0x000004, "Wrong alignment on SBZCheatManagerBase_SetUIDebugState"); \ +static_assert(sizeof(SBZCheatManagerBase_SetUIDebugState) == 0x000008, "Wrong size on SBZCheatManagerBase_SetUIDebugState"); \ +static_assert(offsetof(SBZCheatManagerBase_SetUIDebugState, State) == 0x000000, "Member 'SBZCheatManagerBase_SetUIDebugState::State' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_SetUIDebugState, PlayerIndex) == 0x000004, "Member 'SBZCheatManagerBase_SetUIDebugState::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_ShowSidebarNotification \ +static_assert(alignof(SBZCheatManagerBase_ShowSidebarNotification) == 0x000008, "Wrong alignment on SBZCheatManagerBase_ShowSidebarNotification"); \ +static_assert(sizeof(SBZCheatManagerBase_ShowSidebarNotification) == 0x000038, "Wrong size on SBZCheatManagerBase_ShowSidebarNotification"); \ +static_assert(offsetof(SBZCheatManagerBase_ShowSidebarNotification, TableName) == 0x000000, "Member 'SBZCheatManagerBase_ShowSidebarNotification::TableName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_ShowSidebarNotification, Key) == 0x000010, "Member 'SBZCheatManagerBase_ShowSidebarNotification::Key' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_ShowSidebarNotification, Header) == 0x000020, "Member 'SBZCheatManagerBase_ShowSidebarNotification::Header' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_ShowSidebarNotification, DisplayTime) == 0x000030, "Member 'SBZCheatManagerBase_ShowSidebarNotification::DisplayTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_ToggleCVar \ +static_assert(alignof(SBZCheatManagerBase_ToggleCVar) == 0x000008, "Wrong alignment on SBZCheatManagerBase_ToggleCVar"); \ +static_assert(sizeof(SBZCheatManagerBase_ToggleCVar) == 0x000018, "Wrong size on SBZCheatManagerBase_ToggleCVar"); \ +static_assert(offsetof(SBZCheatManagerBase_ToggleCVar, CVar) == 0x000000, "Member 'SBZCheatManagerBase_ToggleCVar::CVar' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_ToggleCVar, First) == 0x000010, "Member 'SBZCheatManagerBase_ToggleCVar::First' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_ToggleCVar, Second) == 0x000014, "Member 'SBZCheatManagerBase_ToggleCVar::Second' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_Unselect \ +static_assert(alignof(SBZCheatManagerBase_Unselect) == 0x000004, "Wrong alignment on SBZCheatManagerBase_Unselect"); \ +static_assert(sizeof(SBZCheatManagerBase_Unselect) == 0x000004, "Wrong size on SBZCheatManagerBase_Unselect"); \ +static_assert(offsetof(SBZCheatManagerBase_Unselect, PlayerIndex) == 0x000000, "Member 'SBZCheatManagerBase_Unselect::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_UnselectComponent \ +static_assert(alignof(SBZCheatManagerBase_UnselectComponent) == 0x000004, "Wrong alignment on SBZCheatManagerBase_UnselectComponent"); \ +static_assert(sizeof(SBZCheatManagerBase_UnselectComponent) == 0x000004, "Wrong size on SBZCheatManagerBase_UnselectComponent"); \ +static_assert(offsetof(SBZCheatManagerBase_UnselectComponent, PlayerIndex) == 0x000000, "Member 'SBZCheatManagerBase_UnselectComponent::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_UnselectSocket \ +static_assert(alignof(SBZCheatManagerBase_UnselectSocket) == 0x000004, "Wrong alignment on SBZCheatManagerBase_UnselectSocket"); \ +static_assert(sizeof(SBZCheatManagerBase_UnselectSocket) == 0x000004, "Wrong size on SBZCheatManagerBase_UnselectSocket"); \ +static_assert(offsetof(SBZCheatManagerBase_UnselectSocket, PlayerIndex) == 0x000000, "Member 'SBZCheatManagerBase_UnselectSocket::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_VoteKickPlayer \ +static_assert(alignof(SBZCheatManagerBase_VoteKickPlayer) == 0x000004, "Wrong alignment on SBZCheatManagerBase_VoteKickPlayer"); \ +static_assert(sizeof(SBZCheatManagerBase_VoteKickPlayer) == 0x000004, "Wrong size on SBZCheatManagerBase_VoteKickPlayer"); \ +static_assert(offsetof(SBZCheatManagerBase_VoteKickPlayer, PlayerIndex) == 0x000000, "Member 'SBZCheatManagerBase_VoteKickPlayer::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_PrintError \ +static_assert(alignof(SBZCheatManagerBase_PrintError) == 0x000008, "Wrong alignment on SBZCheatManagerBase_PrintError"); \ +static_assert(sizeof(SBZCheatManagerBase_PrintError) == 0x000018, "Wrong size on SBZCheatManagerBase_PrintError"); \ +static_assert(offsetof(SBZCheatManagerBase_PrintError, Text) == 0x000000, "Member 'SBZCheatManagerBase_PrintError::Text' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_PrintError, bIsDecodingNeeded) == 0x000010, "Member 'SBZCheatManagerBase_PrintError::bIsDecodingNeeded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_PrintLog \ +static_assert(alignof(SBZCheatManagerBase_PrintLog) == 0x000008, "Wrong alignment on SBZCheatManagerBase_PrintLog"); \ +static_assert(sizeof(SBZCheatManagerBase_PrintLog) == 0x000018, "Wrong size on SBZCheatManagerBase_PrintLog"); \ +static_assert(offsetof(SBZCheatManagerBase_PrintLog, Text) == 0x000000, "Member 'SBZCheatManagerBase_PrintLog::Text' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_PrintLog, bIsDecodingNeeded) == 0x000010, "Member 'SBZCheatManagerBase_PrintLog::bIsDecodingNeeded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerBase_PrintWarning \ +static_assert(alignof(SBZCheatManagerBase_PrintWarning) == 0x000008, "Wrong alignment on SBZCheatManagerBase_PrintWarning"); \ +static_assert(sizeof(SBZCheatManagerBase_PrintWarning) == 0x000018, "Wrong size on SBZCheatManagerBase_PrintWarning"); \ +static_assert(offsetof(SBZCheatManagerBase_PrintWarning, Text) == 0x000000, "Member 'SBZCheatManagerBase_PrintWarning::Text' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerBase_PrintWarning, bIsDecodingNeeded) == 0x000010, "Member 'SBZCheatManagerBase_PrintWarning::bIsDecodingNeeded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCheatManagerBase \ +static_assert(alignof(USBZCheatManagerBase) == 0x000010, "Wrong alignment on USBZCheatManagerBase"); \ +static_assert(sizeof(USBZCheatManagerBase) == 0x0013C0, "Wrong size on USBZCheatManagerBase"); \ +static_assert(offsetof(USBZCheatManagerBase, InputComponent) == 0x0000F8, "Member 'USBZCheatManagerBase::InputComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZCheatManagerBase, Selection) == 0x000100, "Member 'USBZCheatManagerBase::Selection' has a wrong offset!"); \ +static_assert(offsetof(USBZCheatManagerBase, LastSelection) == 0x000118, "Member 'USBZCheatManagerBase::LastSelection' has a wrong offset!"); \ +static_assert(offsetof(USBZCheatManagerBase, AccelByteAdminHelper) == 0x000178, "Member 'USBZCheatManagerBase::AccelByteAdminHelper' has a wrong offset!"); \ +static_assert(offsetof(USBZCheatManagerBase, SelectedEmulationType) == 0x000180, "Member 'USBZCheatManagerBase::SelectedEmulationType' has a wrong offset!"); \ +static_assert(offsetof(USBZCheatManagerBase, TooltipTexture) == 0x0013B0, "Member 'USBZCheatManagerBase::TooltipTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZReactionPredicate_GlobalCooldown \ +static_assert(alignof(USBZReactionPredicate_GlobalCooldown) == 0x000008, "Wrong alignment on USBZReactionPredicate_GlobalCooldown"); \ +static_assert(sizeof(USBZReactionPredicate_GlobalCooldown) == 0x000048, "Wrong size on USBZReactionPredicate_GlobalCooldown"); \ +static_assert(offsetof(USBZReactionPredicate_GlobalCooldown, WaitTime) == 0x000038, "Member 'USBZReactionPredicate_GlobalCooldown::WaitTime' has a wrong offset!"); \ +static_assert(offsetof(USBZReactionPredicate_GlobalCooldown, GlobalCooldownKey) == 0x00003C, "Member 'USBZReactionPredicate_GlobalCooldown::GlobalCooldownKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZReactionPredicate_HasStimuliTag \ +static_assert(alignof(USBZReactionPredicate_HasStimuliTag) == 0x000008, "Wrong alignment on USBZReactionPredicate_HasStimuliTag"); \ +static_assert(sizeof(USBZReactionPredicate_HasStimuliTag) == 0x000038, "Wrong size on USBZReactionPredicate_HasStimuliTag"); \ + +#define DUMPER7_ASSERTS_SBZGameplayAbilityQueryLibrary_QueryGameplayAbilityFromActor \ +static_assert(alignof(SBZGameplayAbilityQueryLibrary_QueryGameplayAbilityFromActor) == 0x000008, "Wrong alignment on SBZGameplayAbilityQueryLibrary_QueryGameplayAbilityFromActor"); \ +static_assert(sizeof(SBZGameplayAbilityQueryLibrary_QueryGameplayAbilityFromActor) == 0x000038, "Wrong size on SBZGameplayAbilityQueryLibrary_QueryGameplayAbilityFromActor"); \ +static_assert(offsetof(SBZGameplayAbilityQueryLibrary_QueryGameplayAbilityFromActor, Actor) == 0x000000, "Member 'SBZGameplayAbilityQueryLibrary_QueryGameplayAbilityFromActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZGameplayAbilityQueryLibrary_QueryGameplayAbilityFromActor, AbilityQuery) == 0x000008, "Member 'SBZGameplayAbilityQueryLibrary_QueryGameplayAbilityFromActor::AbilityQuery' has a wrong offset!"); \ +static_assert(offsetof(SBZGameplayAbilityQueryLibrary_QueryGameplayAbilityFromActor, FailedReason) == 0x000010, "Member 'SBZGameplayAbilityQueryLibrary_QueryGameplayAbilityFromActor::FailedReason' has a wrong offset!"); \ +static_assert(offsetof(SBZGameplayAbilityQueryLibrary_QueryGameplayAbilityFromActor, FailedIcon) == 0x000028, "Member 'SBZGameplayAbilityQueryLibrary_QueryGameplayAbilityFromActor::FailedIcon' has a wrong offset!"); \ +static_assert(offsetof(SBZGameplayAbilityQueryLibrary_QueryGameplayAbilityFromActor, ReturnValue) == 0x000030, "Member 'SBZGameplayAbilityQueryLibrary_QueryGameplayAbilityFromActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameplayAbilityQueryLibrary_QueryGameplayAbilitySystemComponent \ +static_assert(alignof(SBZGameplayAbilityQueryLibrary_QueryGameplayAbilitySystemComponent) == 0x000008, "Wrong alignment on SBZGameplayAbilityQueryLibrary_QueryGameplayAbilitySystemComponent"); \ +static_assert(sizeof(SBZGameplayAbilityQueryLibrary_QueryGameplayAbilitySystemComponent) == 0x000038, "Wrong size on SBZGameplayAbilityQueryLibrary_QueryGameplayAbilitySystemComponent"); \ +static_assert(offsetof(SBZGameplayAbilityQueryLibrary_QueryGameplayAbilitySystemComponent, AbilitySystem) == 0x000000, "Member 'SBZGameplayAbilityQueryLibrary_QueryGameplayAbilitySystemComponent::AbilitySystem' has a wrong offset!"); \ +static_assert(offsetof(SBZGameplayAbilityQueryLibrary_QueryGameplayAbilitySystemComponent, AbilityQuery) == 0x000008, "Member 'SBZGameplayAbilityQueryLibrary_QueryGameplayAbilitySystemComponent::AbilityQuery' has a wrong offset!"); \ +static_assert(offsetof(SBZGameplayAbilityQueryLibrary_QueryGameplayAbilitySystemComponent, FailedReason) == 0x000010, "Member 'SBZGameplayAbilityQueryLibrary_QueryGameplayAbilitySystemComponent::FailedReason' has a wrong offset!"); \ +static_assert(offsetof(SBZGameplayAbilityQueryLibrary_QueryGameplayAbilitySystemComponent, FailedIcon) == 0x000028, "Member 'SBZGameplayAbilityQueryLibrary_QueryGameplayAbilitySystemComponent::FailedIcon' has a wrong offset!"); \ +static_assert(offsetof(SBZGameplayAbilityQueryLibrary_QueryGameplayAbilitySystemComponent, ReturnValue) == 0x000030, "Member 'SBZGameplayAbilityQueryLibrary_QueryGameplayAbilitySystemComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameplayAbilityQueryLibrary_QueryGameplayTagContainerFromAbilitySystemComponent \ +static_assert(alignof(SBZGameplayAbilityQueryLibrary_QueryGameplayTagContainerFromAbilitySystemComponent) == 0x000008, "Wrong alignment on SBZGameplayAbilityQueryLibrary_QueryGameplayTagContainerFromAbilitySystemComponent"); \ +static_assert(sizeof(SBZGameplayAbilityQueryLibrary_QueryGameplayTagContainerFromAbilitySystemComponent) == 0x000060, "Wrong size on SBZGameplayAbilityQueryLibrary_QueryGameplayTagContainerFromAbilitySystemComponent"); \ +static_assert(offsetof(SBZGameplayAbilityQueryLibrary_QueryGameplayTagContainerFromAbilitySystemComponent, AbilitySystem) == 0x000000, "Member 'SBZGameplayAbilityQueryLibrary_QueryGameplayTagContainerFromAbilitySystemComponent::AbilitySystem' has a wrong offset!"); \ +static_assert(offsetof(SBZGameplayAbilityQueryLibrary_QueryGameplayTagContainerFromAbilitySystemComponent, Comparison) == 0x000008, "Member 'SBZGameplayAbilityQueryLibrary_QueryGameplayTagContainerFromAbilitySystemComponent::Comparison' has a wrong offset!"); \ +static_assert(offsetof(SBZGameplayAbilityQueryLibrary_QueryGameplayTagContainerFromAbilitySystemComponent, ReturnValue) == 0x000058, "Member 'SBZGameplayAbilityQueryLibrary_QueryGameplayTagContainerFromAbilitySystemComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGameplayAbilityQueryLibrary \ +static_assert(alignof(USBZGameplayAbilityQueryLibrary) == 0x000008, "Wrong alignment on USBZGameplayAbilityQueryLibrary"); \ +static_assert(sizeof(USBZGameplayAbilityQueryLibrary) == 0x000030, "Wrong size on USBZGameplayAbilityQueryLibrary"); \ + +#define DUMPER7_ASSERTS_USBZChromaSensaEffectDataAsset \ +static_assert(alignof(USBZChromaSensaEffectDataAsset) == 0x000008, "Wrong alignment on USBZChromaSensaEffectDataAsset"); \ +static_assert(sizeof(USBZChromaSensaEffectDataAsset) == 0x000070, "Wrong size on USBZChromaSensaEffectDataAsset"); \ +static_assert(offsetof(USBZChromaSensaEffectDataAsset, ChromaDeviceBitmask) == 0x000038, "Member 'USBZChromaSensaEffectDataAsset::ChromaDeviceBitmask' has a wrong offset!"); \ +static_assert(offsetof(USBZChromaSensaEffectDataAsset, ChromaSDKAnimationIds) == 0x000040, "Member 'USBZChromaSensaEffectDataAsset::ChromaSDKAnimationIds' has a wrong offset!"); \ +static_assert(offsetof(USBZChromaSensaEffectDataAsset, HapticsEventName) == 0x000050, "Member 'USBZChromaSensaEffectDataAsset::HapticsEventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIStopAndTurnAbility \ +static_assert(alignof(USBZAIStopAndTurnAbility) == 0x000008, "Wrong alignment on USBZAIStopAndTurnAbility"); \ +static_assert(sizeof(USBZAIStopAndTurnAbility) == 0x0004E0, "Wrong size on USBZAIStopAndTurnAbility"); \ +static_assert(offsetof(USBZAIStopAndTurnAbility, AngleThresholdRecomputePath) == 0x0004D8, "Member 'USBZAIStopAndTurnAbility::AngleThresholdRecomputePath' has a wrong offset!"); \ +static_assert(offsetof(USBZAIStopAndTurnAbility, DistanceThresholdRecomputePath) == 0x0004DC, "Member 'USBZAIStopAndTurnAbility::DistanceThresholdRecomputePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAITacticalFlashAbility \ +static_assert(alignof(USBZAITacticalFlashAbility) == 0x000008, "Wrong alignment on USBZAITacticalFlashAbility"); \ +static_assert(sizeof(USBZAITacticalFlashAbility) == 0x0060D0, "Wrong size on USBZAITacticalFlashAbility"); \ + +#define DUMPER7_ASSERTS_SBZPowerUpCharges_BP_OnChargesChanged \ +static_assert(alignof(SBZPowerUpCharges_BP_OnChargesChanged) == 0x000004, "Wrong alignment on SBZPowerUpCharges_BP_OnChargesChanged"); \ +static_assert(sizeof(SBZPowerUpCharges_BP_OnChargesChanged) == 0x000008, "Wrong size on SBZPowerUpCharges_BP_OnChargesChanged"); \ +static_assert(offsetof(SBZPowerUpCharges_BP_OnChargesChanged, NewCharges) == 0x000000, "Member 'SBZPowerUpCharges_BP_OnChargesChanged::NewCharges' has a wrong offset!"); \ +static_assert(offsetof(SBZPowerUpCharges_BP_OnChargesChanged, bDoCosmetics) == 0x000004, "Member 'SBZPowerUpCharges_BP_OnChargesChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPowerUpCharges_BP_OnStateChanged \ +static_assert(alignof(SBZPowerUpCharges_BP_OnStateChanged) == 0x000001, "Wrong alignment on SBZPowerUpCharges_BP_OnStateChanged"); \ +static_assert(sizeof(SBZPowerUpCharges_BP_OnStateChanged) == 0x000003, "Wrong size on SBZPowerUpCharges_BP_OnStateChanged"); \ +static_assert(offsetof(SBZPowerUpCharges_BP_OnStateChanged, OldState) == 0x000000, "Member 'SBZPowerUpCharges_BP_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZPowerUpCharges_BP_OnStateChanged, NewState) == 0x000001, "Member 'SBZPowerUpCharges_BP_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(SBZPowerUpCharges_BP_OnStateChanged, bDoCosmetics) == 0x000002, "Member 'SBZPowerUpCharges_BP_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPowerUpCharges_Multicast_SetState \ +static_assert(alignof(SBZPowerUpCharges_Multicast_SetState) == 0x000001, "Wrong alignment on SBZPowerUpCharges_Multicast_SetState"); \ +static_assert(sizeof(SBZPowerUpCharges_Multicast_SetState) == 0x000001, "Wrong size on SBZPowerUpCharges_Multicast_SetState"); \ +static_assert(offsetof(SBZPowerUpCharges_Multicast_SetState, NewState) == 0x000000, "Member 'SBZPowerUpCharges_Multicast_SetState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPowerUpCharges_OnAckCompleteInteraction \ +static_assert(alignof(SBZPowerUpCharges_OnAckCompleteInteraction) == 0x000008, "Wrong alignment on SBZPowerUpCharges_OnAckCompleteInteraction"); \ +static_assert(sizeof(SBZPowerUpCharges_OnAckCompleteInteraction) == 0x000018, "Wrong size on SBZPowerUpCharges_OnAckCompleteInteraction"); \ +static_assert(offsetof(SBZPowerUpCharges_OnAckCompleteInteraction, InteractableComp) == 0x000000, "Member 'SBZPowerUpCharges_OnAckCompleteInteraction::InteractableComp' has a wrong offset!"); \ +static_assert(offsetof(SBZPowerUpCharges_OnAckCompleteInteraction, Interactor) == 0x000008, "Member 'SBZPowerUpCharges_OnAckCompleteInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZPowerUpCharges_OnAckCompleteInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZPowerUpCharges_OnAckCompleteInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPowerUpCharges_OnRep_CurrentState \ +static_assert(alignof(SBZPowerUpCharges_OnRep_CurrentState) == 0x000001, "Wrong alignment on SBZPowerUpCharges_OnRep_CurrentState"); \ +static_assert(sizeof(SBZPowerUpCharges_OnRep_CurrentState) == 0x000001, "Wrong size on SBZPowerUpCharges_OnRep_CurrentState"); \ +static_assert(offsetof(SBZPowerUpCharges_OnRep_CurrentState, OldState) == 0x000000, "Member 'SBZPowerUpCharges_OnRep_CurrentState::OldState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPowerUpCharges_SetState \ +static_assert(alignof(SBZPowerUpCharges_SetState) == 0x000001, "Wrong alignment on SBZPowerUpCharges_SetState"); \ +static_assert(sizeof(SBZPowerUpCharges_SetState) == 0x000001, "Wrong size on SBZPowerUpCharges_SetState"); \ +static_assert(offsetof(SBZPowerUpCharges_SetState, NewState) == 0x000000, "Member 'SBZPowerUpCharges_SetState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPowerUpCharges_GetCurrentState \ +static_assert(alignof(SBZPowerUpCharges_GetCurrentState) == 0x000001, "Wrong alignment on SBZPowerUpCharges_GetCurrentState"); \ +static_assert(sizeof(SBZPowerUpCharges_GetCurrentState) == 0x000001, "Wrong size on SBZPowerUpCharges_GetCurrentState"); \ +static_assert(offsetof(SBZPowerUpCharges_GetCurrentState, ReturnValue) == 0x000000, "Member 'SBZPowerUpCharges_GetCurrentState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPowerUpCharges \ +static_assert(alignof(ASBZPowerUpCharges) == 0x000008, "Wrong alignment on ASBZPowerUpCharges"); \ +static_assert(sizeof(ASBZPowerUpCharges) == 0x0002F8, "Wrong size on ASBZPowerUpCharges"); \ +static_assert(offsetof(ASBZPowerUpCharges, NumberOfCharges) == 0x0002D0, "Member 'ASBZPowerUpCharges::NumberOfCharges' has a wrong offset!"); \ +static_assert(offsetof(ASBZPowerUpCharges, bIsLoudOnly) == 0x0002D4, "Member 'ASBZPowerUpCharges::bIsLoudOnly' has a wrong offset!"); \ +static_assert(offsetof(ASBZPowerUpCharges, OnStateChanged) == 0x0002D8, "Member 'ASBZPowerUpCharges::OnStateChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZPowerUpCharges, ChargesLeft) == 0x0002E8, "Member 'ASBZPowerUpCharges::ChargesLeft' has a wrong offset!"); \ +static_assert(offsetof(ASBZPowerUpCharges, CurrentState) == 0x0002EC, "Member 'ASBZPowerUpCharges::CurrentState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAITacticianCrowdControlAbility \ +static_assert(alignof(USBZAITacticianCrowdControlAbility) == 0x000008, "Wrong alignment on USBZAITacticianCrowdControlAbility"); \ +static_assert(sizeof(USBZAITacticianCrowdControlAbility) == 0x0004E8, "Wrong size on USBZAITacticianCrowdControlAbility"); \ +static_assert(offsetof(USBZAITacticianCrowdControlAbility, AICharacter) == 0x0004D8, "Member 'USBZAITacticianCrowdControlAbility::AICharacter' has a wrong offset!"); \ +static_assert(offsetof(USBZAITacticianCrowdControlAbility, Controller) == 0x0004E0, "Member 'USBZAITacticianCrowdControlAbility::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineBeaconClient_InitiateKickRequest \ +static_assert(alignof(SBZOnlineBeaconClient_InitiateKickRequest) == 0x000008, "Wrong alignment on SBZOnlineBeaconClient_InitiateKickRequest"); \ +static_assert(sizeof(SBZOnlineBeaconClient_InitiateKickRequest) == 0x000058, "Wrong size on SBZOnlineBeaconClient_InitiateKickRequest"); \ +static_assert(offsetof(SBZOnlineBeaconClient_InitiateKickRequest, PlayerIdToKick) == 0x000000, "Member 'SBZOnlineBeaconClient_InitiateKickRequest::PlayerIdToKick' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineBeaconClient_InitiateKickRequest, PlayerProposingKick) == 0x000028, "Member 'SBZOnlineBeaconClient_InitiateKickRequest::PlayerProposingKick' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineBeaconClient_InitiateKickRequest, ModeKick) == 0x000050, "Member 'SBZOnlineBeaconClient_InitiateKickRequest::ModeKick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineBeaconClient_KickFailed \ +static_assert(alignof(SBZOnlineBeaconClient_KickFailed) == 0x000001, "Wrong alignment on SBZOnlineBeaconClient_KickFailed"); \ +static_assert(sizeof(SBZOnlineBeaconClient_KickFailed) == 0x000001, "Wrong size on SBZOnlineBeaconClient_KickFailed"); \ +static_assert(offsetof(SBZOnlineBeaconClient_KickFailed, KickingError) == 0x000000, "Member 'SBZOnlineBeaconClient_KickFailed::KickingError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineBeaconClient_KickingInProgress \ +static_assert(alignof(SBZOnlineBeaconClient_KickingInProgress) == 0x000008, "Wrong alignment on SBZOnlineBeaconClient_KickingInProgress"); \ +static_assert(sizeof(SBZOnlineBeaconClient_KickingInProgress) == 0x0000A8, "Wrong size on SBZOnlineBeaconClient_KickingInProgress"); \ +static_assert(offsetof(SBZOnlineBeaconClient_KickingInProgress, NewKickingInfo) == 0x000000, "Member 'SBZOnlineBeaconClient_KickingInProgress::NewKickingInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineBeaconClient_ReceiveChatMessage \ +static_assert(alignof(SBZOnlineBeaconClient_ReceiveChatMessage) == 0x000008, "Wrong alignment on SBZOnlineBeaconClient_ReceiveChatMessage"); \ +static_assert(sizeof(SBZOnlineBeaconClient_ReceiveChatMessage) == 0x0000A8, "Wrong size on SBZOnlineBeaconClient_ReceiveChatMessage"); \ +static_assert(offsetof(SBZOnlineBeaconClient_ReceiveChatMessage, Message) == 0x000000, "Member 'SBZOnlineBeaconClient_ReceiveChatMessage::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineBeaconClient_SendChatMessage \ +static_assert(alignof(SBZOnlineBeaconClient_SendChatMessage) == 0x000008, "Wrong alignment on SBZOnlineBeaconClient_SendChatMessage"); \ +static_assert(sizeof(SBZOnlineBeaconClient_SendChatMessage) == 0x0000A8, "Wrong size on SBZOnlineBeaconClient_SendChatMessage"); \ +static_assert(offsetof(SBZOnlineBeaconClient_SendChatMessage, Message) == 0x000000, "Member 'SBZOnlineBeaconClient_SendChatMessage::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineBeaconClient_VoteToKick \ +static_assert(alignof(SBZOnlineBeaconClient_VoteToKick) == 0x000008, "Wrong alignment on SBZOnlineBeaconClient_VoteToKick"); \ +static_assert(sizeof(SBZOnlineBeaconClient_VoteToKick) == 0x000058, "Wrong size on SBZOnlineBeaconClient_VoteToKick"); \ +static_assert(offsetof(SBZOnlineBeaconClient_VoteToKick, PlayerIdToKick) == 0x000000, "Member 'SBZOnlineBeaconClient_VoteToKick::PlayerIdToKick' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineBeaconClient_VoteToKick, PlayerProposingKick) == 0x000028, "Member 'SBZOnlineBeaconClient_VoteToKick::PlayerProposingKick' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineBeaconClient_VoteToKick, ModeKick) == 0x000050, "Member 'SBZOnlineBeaconClient_VoteToKick::ModeKick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZOnlineBeaconClient \ +static_assert(alignof(ASBZOnlineBeaconClient) == 0x000008, "Wrong alignment on ASBZOnlineBeaconClient"); \ +static_assert(sizeof(ASBZOnlineBeaconClient) == 0x000348, "Wrong size on ASBZOnlineBeaconClient"); \ + +#define DUMPER7_ASSERTS_USBZSkillMowerMower \ +static_assert(alignof(USBZSkillMowerMower) == 0x000008, "Wrong alignment on USBZSkillMowerMower"); \ +static_assert(sizeof(USBZSkillMowerMower) == 0x000230, "Wrong size on USBZSkillMowerMower"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPrePlanningItemSelectionWidget_NativeOnPrePlanningItemButtonSelected \ +static_assert(alignof(SBZMainMenuPrePlanningItemSelectionWidget_NativeOnPrePlanningItemButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuPrePlanningItemSelectionWidget_NativeOnPrePlanningItemButtonSelected"); \ +static_assert(sizeof(SBZMainMenuPrePlanningItemSelectionWidget_NativeOnPrePlanningItemButtonSelected) == 0x000008, "Wrong size on SBZMainMenuPrePlanningItemSelectionWidget_NativeOnPrePlanningItemButtonSelected"); \ +static_assert(offsetof(SBZMainMenuPrePlanningItemSelectionWidget_NativeOnPrePlanningItemButtonSelected, InButton) == 0x000000, "Member 'SBZMainMenuPrePlanningItemSelectionWidget_NativeOnPrePlanningItemButtonSelected::InButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPrePlanningItemSelectionWidget_NativePreplanningAssetAddedByPlayer \ +static_assert(alignof(SBZMainMenuPrePlanningItemSelectionWidget_NativePreplanningAssetAddedByPlayer) == 0x000008, "Wrong alignment on SBZMainMenuPrePlanningItemSelectionWidget_NativePreplanningAssetAddedByPlayer"); \ +static_assert(sizeof(SBZMainMenuPrePlanningItemSelectionWidget_NativePreplanningAssetAddedByPlayer) == 0x000038, "Wrong size on SBZMainMenuPrePlanningItemSelectionWidget_NativePreplanningAssetAddedByPlayer"); \ +static_assert(offsetof(SBZMainMenuPrePlanningItemSelectionWidget_NativePreplanningAssetAddedByPlayer, PlayerID) == 0x000000, "Member 'SBZMainMenuPrePlanningItemSelectionWidget_NativePreplanningAssetAddedByPlayer::PlayerID' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuPrePlanningItemSelectionWidget_NativePreplanningAssetAddedByPlayer, AssetSku) == 0x000028, "Member 'SBZMainMenuPrePlanningItemSelectionWidget_NativePreplanningAssetAddedByPlayer::AssetSku' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPrePlanningItemSelectionWidget_NativePreplanningAssetRemovedByPlayer \ +static_assert(alignof(SBZMainMenuPrePlanningItemSelectionWidget_NativePreplanningAssetRemovedByPlayer) == 0x000008, "Wrong alignment on SBZMainMenuPrePlanningItemSelectionWidget_NativePreplanningAssetRemovedByPlayer"); \ +static_assert(sizeof(SBZMainMenuPrePlanningItemSelectionWidget_NativePreplanningAssetRemovedByPlayer) == 0x000028, "Wrong size on SBZMainMenuPrePlanningItemSelectionWidget_NativePreplanningAssetRemovedByPlayer"); \ +static_assert(offsetof(SBZMainMenuPrePlanningItemSelectionWidget_NativePreplanningAssetRemovedByPlayer, PlayerID) == 0x000000, "Member 'SBZMainMenuPrePlanningItemSelectionWidget_NativePreplanningAssetRemovedByPlayer::PlayerID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPrePlanningItemSelectionWidget_OnPreplanningAssetAddedByPlayer \ +static_assert(alignof(SBZMainMenuPrePlanningItemSelectionWidget_OnPreplanningAssetAddedByPlayer) == 0x000008, "Wrong alignment on SBZMainMenuPrePlanningItemSelectionWidget_OnPreplanningAssetAddedByPlayer"); \ +static_assert(sizeof(SBZMainMenuPrePlanningItemSelectionWidget_OnPreplanningAssetAddedByPlayer) == 0x000030, "Wrong size on SBZMainMenuPrePlanningItemSelectionWidget_OnPreplanningAssetAddedByPlayer"); \ +static_assert(offsetof(SBZMainMenuPrePlanningItemSelectionWidget_OnPreplanningAssetAddedByPlayer, PlayerID) == 0x000000, "Member 'SBZMainMenuPrePlanningItemSelectionWidget_OnPreplanningAssetAddedByPlayer::PlayerID' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuPrePlanningItemSelectionWidget_OnPreplanningAssetAddedByPlayer, PreplanningAsset) == 0x000028, "Member 'SBZMainMenuPrePlanningItemSelectionWidget_OnPreplanningAssetAddedByPlayer::PreplanningAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPrePlanningItemSelectionWidget_OnPreplanningAssetRemovedByPlayer \ +static_assert(alignof(SBZMainMenuPrePlanningItemSelectionWidget_OnPreplanningAssetRemovedByPlayer) == 0x000008, "Wrong alignment on SBZMainMenuPrePlanningItemSelectionWidget_OnPreplanningAssetRemovedByPlayer"); \ +static_assert(sizeof(SBZMainMenuPrePlanningItemSelectionWidget_OnPreplanningAssetRemovedByPlayer) == 0x000028, "Wrong size on SBZMainMenuPrePlanningItemSelectionWidget_OnPreplanningAssetRemovedByPlayer"); \ +static_assert(offsetof(SBZMainMenuPrePlanningItemSelectionWidget_OnPreplanningAssetRemovedByPlayer, PlayerID) == 0x000000, "Member 'SBZMainMenuPrePlanningItemSelectionWidget_OnPreplanningAssetRemovedByPlayer::PlayerID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPrePlanningItemSelectionWidget_OnPrePlanningItemButtonFocused \ +static_assert(alignof(SBZMainMenuPrePlanningItemSelectionWidget_OnPrePlanningItemButtonFocused) == 0x000008, "Wrong alignment on SBZMainMenuPrePlanningItemSelectionWidget_OnPrePlanningItemButtonFocused"); \ +static_assert(sizeof(SBZMainMenuPrePlanningItemSelectionWidget_OnPrePlanningItemButtonFocused) == 0x000010, "Wrong size on SBZMainMenuPrePlanningItemSelectionWidget_OnPrePlanningItemButtonFocused"); \ +static_assert(offsetof(SBZMainMenuPrePlanningItemSelectionWidget_OnPrePlanningItemButtonFocused, InButton) == 0x000000, "Member 'SBZMainMenuPrePlanningItemSelectionWidget_OnPrePlanningItemButtonFocused::InButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuPrePlanningItemSelectionWidget_OnPrePlanningItemButtonFocused, bIsFocused) == 0x000008, "Member 'SBZMainMenuPrePlanningItemSelectionWidget_OnPrePlanningItemButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPrePlanningItemSelectionWidget_OnPreplanningSelectionEnabledChanged \ +static_assert(alignof(SBZMainMenuPrePlanningItemSelectionWidget_OnPreplanningSelectionEnabledChanged) == 0x000001, "Wrong alignment on SBZMainMenuPrePlanningItemSelectionWidget_OnPreplanningSelectionEnabledChanged"); \ +static_assert(sizeof(SBZMainMenuPrePlanningItemSelectionWidget_OnPreplanningSelectionEnabledChanged) == 0x000001, "Wrong size on SBZMainMenuPrePlanningItemSelectionWidget_OnPreplanningSelectionEnabledChanged"); \ +static_assert(offsetof(SBZMainMenuPrePlanningItemSelectionWidget_OnPreplanningSelectionEnabledChanged, bEnabled) == 0x000000, "Member 'SBZMainMenuPrePlanningItemSelectionWidget_OnPreplanningSelectionEnabledChanged::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPrePlanningItemSelectionWidget_SetPreplanningSelectionEnabled \ +static_assert(alignof(SBZMainMenuPrePlanningItemSelectionWidget_SetPreplanningSelectionEnabled) == 0x000001, "Wrong alignment on SBZMainMenuPrePlanningItemSelectionWidget_SetPreplanningSelectionEnabled"); \ +static_assert(sizeof(SBZMainMenuPrePlanningItemSelectionWidget_SetPreplanningSelectionEnabled) == 0x000001, "Wrong size on SBZMainMenuPrePlanningItemSelectionWidget_SetPreplanningSelectionEnabled"); \ +static_assert(offsetof(SBZMainMenuPrePlanningItemSelectionWidget_SetPreplanningSelectionEnabled, bEnabled) == 0x000000, "Member 'SBZMainMenuPrePlanningItemSelectionWidget_SetPreplanningSelectionEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuPrePlanningItemSelectionWidget \ +static_assert(alignof(USBZMainMenuPrePlanningItemSelectionWidget) == 0x000008, "Wrong alignment on USBZMainMenuPrePlanningItemSelectionWidget"); \ +static_assert(sizeof(USBZMainMenuPrePlanningItemSelectionWidget) == 0x000318, "Wrong size on USBZMainMenuPrePlanningItemSelectionWidget"); \ +static_assert(offsetof(USBZMainMenuPrePlanningItemSelectionWidget, Panel_ButtonList) == 0x0002A0, "Member 'USBZMainMenuPrePlanningItemSelectionWidget::Panel_ButtonList' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPrePlanningItemSelectionWidget, PreplanningItemButtonClass) == 0x0002A8, "Member 'USBZMainMenuPrePlanningItemSelectionWidget::PreplanningItemButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPrePlanningItemSelectionWidget, ActiveMap) == 0x0002B0, "Member 'USBZMainMenuPrePlanningItemSelectionWidget::ActiveMap' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPrePlanningItemSelectionWidget, PrePlanningItemButtonPool) == 0x000300, "Member 'USBZMainMenuPrePlanningItemSelectionWidget::PrePlanningItemButtonPool' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPrePlanningItemSelectionWidget, CachedPlayerInventory) == 0x000310, "Member 'USBZMainMenuPrePlanningItemSelectionWidget::CachedPlayerInventory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCarryType \ +static_assert(alignof(USBZCarryType) == 0x000008, "Wrong alignment on USBZCarryType"); \ +static_assert(sizeof(USBZCarryType) == 0x000080, "Wrong size on USBZCarryType"); \ +static_assert(offsetof(USBZCarryType, CarryName) == 0x000038, "Member 'USBZCarryType::CarryName' has a wrong offset!"); \ +static_assert(offsetof(USBZCarryType, CarryIcon) == 0x000050, "Member 'USBZCarryType::CarryIcon' has a wrong offset!"); \ +static_assert(offsetof(USBZCarryType, ControlsReference) == 0x000058, "Member 'USBZCarryType::ControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZKickingReplicatedProxy_InitiateKicking \ +static_assert(alignof(SBZKickingReplicatedProxy_InitiateKicking) == 0x000008, "Wrong alignment on SBZKickingReplicatedProxy_InitiateKicking"); \ +static_assert(sizeof(SBZKickingReplicatedProxy_InitiateKicking) == 0x000058, "Wrong size on SBZKickingReplicatedProxy_InitiateKicking"); \ +static_assert(offsetof(SBZKickingReplicatedProxy_InitiateKicking, PlayerIdToKick) == 0x000000, "Member 'SBZKickingReplicatedProxy_InitiateKicking::PlayerIdToKick' has a wrong offset!"); \ +static_assert(offsetof(SBZKickingReplicatedProxy_InitiateKicking, PlayerProposingKick) == 0x000028, "Member 'SBZKickingReplicatedProxy_InitiateKicking::PlayerProposingKick' has a wrong offset!"); \ +static_assert(offsetof(SBZKickingReplicatedProxy_InitiateKicking, ModeKick) == 0x000050, "Member 'SBZKickingReplicatedProxy_InitiateKicking::ModeKick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZKickingReplicatedProxy_KickFailed \ +static_assert(alignof(SBZKickingReplicatedProxy_KickFailed) == 0x000008, "Wrong alignment on SBZKickingReplicatedProxy_KickFailed"); \ +static_assert(sizeof(SBZKickingReplicatedProxy_KickFailed) == 0x000030, "Wrong size on SBZKickingReplicatedProxy_KickFailed"); \ +static_assert(offsetof(SBZKickingReplicatedProxy_KickFailed, PlayerProposed) == 0x000000, "Member 'SBZKickingReplicatedProxy_KickFailed::PlayerProposed' has a wrong offset!"); \ +static_assert(offsetof(SBZKickingReplicatedProxy_KickFailed, ErrorCode) == 0x000028, "Member 'SBZKickingReplicatedProxy_KickFailed::ErrorCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZKickingReplicatedProxy_KickPlayerFinal \ +static_assert(alignof(SBZKickingReplicatedProxy_KickPlayerFinal) == 0x000008, "Wrong alignment on SBZKickingReplicatedProxy_KickPlayerFinal"); \ +static_assert(sizeof(SBZKickingReplicatedProxy_KickPlayerFinal) == 0x000030, "Wrong size on SBZKickingReplicatedProxy_KickPlayerFinal"); \ +static_assert(offsetof(SBZKickingReplicatedProxy_KickPlayerFinal, PlayerIdToKick) == 0x000000, "Member 'SBZKickingReplicatedProxy_KickPlayerFinal::PlayerIdToKick' has a wrong offset!"); \ +static_assert(offsetof(SBZKickingReplicatedProxy_KickPlayerFinal, ModeKick) == 0x000028, "Member 'SBZKickingReplicatedProxy_KickPlayerFinal::ModeKick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZKickingReplicatedProxy_MulticastReceiveKickingInfo \ +static_assert(alignof(SBZKickingReplicatedProxy_MulticastReceiveKickingInfo) == 0x000008, "Wrong alignment on SBZKickingReplicatedProxy_MulticastReceiveKickingInfo"); \ +static_assert(sizeof(SBZKickingReplicatedProxy_MulticastReceiveKickingInfo) == 0x0000A8, "Wrong size on SBZKickingReplicatedProxy_MulticastReceiveKickingInfo"); \ +static_assert(offsetof(SBZKickingReplicatedProxy_MulticastReceiveKickingInfo, NewKickingInfo) == 0x000000, "Member 'SBZKickingReplicatedProxy_MulticastReceiveKickingInfo::NewKickingInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZKickingReplicatedProxy_OnKicked \ +static_assert(alignof(SBZKickingReplicatedProxy_OnKicked) == 0x000008, "Wrong alignment on SBZKickingReplicatedProxy_OnKicked"); \ +static_assert(sizeof(SBZKickingReplicatedProxy_OnKicked) == 0x0000A8, "Wrong size on SBZKickingReplicatedProxy_OnKicked"); \ +static_assert(offsetof(SBZKickingReplicatedProxy_OnKicked, NewKickingInfo) == 0x000000, "Member 'SBZKickingReplicatedProxy_OnKicked::NewKickingInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZKickingReplicatedProxy_ServerSendKickingInfo \ +static_assert(alignof(SBZKickingReplicatedProxy_ServerSendKickingInfo) == 0x000008, "Wrong alignment on SBZKickingReplicatedProxy_ServerSendKickingInfo"); \ +static_assert(sizeof(SBZKickingReplicatedProxy_ServerSendKickingInfo) == 0x0000A8, "Wrong size on SBZKickingReplicatedProxy_ServerSendKickingInfo"); \ +static_assert(offsetof(SBZKickingReplicatedProxy_ServerSendKickingInfo, NewKickingInfo) == 0x000000, "Member 'SBZKickingReplicatedProxy_ServerSendKickingInfo::NewKickingInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZKickingReplicatedProxy_VoteToKick \ +static_assert(alignof(SBZKickingReplicatedProxy_VoteToKick) == 0x000008, "Wrong alignment on SBZKickingReplicatedProxy_VoteToKick"); \ +static_assert(sizeof(SBZKickingReplicatedProxy_VoteToKick) == 0x000058, "Wrong size on SBZKickingReplicatedProxy_VoteToKick"); \ +static_assert(offsetof(SBZKickingReplicatedProxy_VoteToKick, PlayerIdToKick) == 0x000000, "Member 'SBZKickingReplicatedProxy_VoteToKick::PlayerIdToKick' has a wrong offset!"); \ +static_assert(offsetof(SBZKickingReplicatedProxy_VoteToKick, PlayerProposingKick) == 0x000028, "Member 'SBZKickingReplicatedProxy_VoteToKick::PlayerProposingKick' has a wrong offset!"); \ +static_assert(offsetof(SBZKickingReplicatedProxy_VoteToKick, ModeKick) == 0x000050, "Member 'SBZKickingReplicatedProxy_VoteToKick::ModeKick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZKickingReplicatedProxy \ +static_assert(alignof(ASBZKickingReplicatedProxy) == 0x000008, "Wrong alignment on ASBZKickingReplicatedProxy"); \ +static_assert(sizeof(ASBZKickingReplicatedProxy) == 0x0002B8, "Wrong size on ASBZKickingReplicatedProxy"); \ + +#define DUMPER7_ASSERTS_SBZAITaserMine_Multicast_OnWalkedOnTarget \ +static_assert(alignof(SBZAITaserMine_Multicast_OnWalkedOnTarget) == 0x000008, "Wrong alignment on SBZAITaserMine_Multicast_OnWalkedOnTarget"); \ +static_assert(sizeof(SBZAITaserMine_Multicast_OnWalkedOnTarget) == 0x000008, "Wrong size on SBZAITaserMine_Multicast_OnWalkedOnTarget"); \ +static_assert(offsetof(SBZAITaserMine_Multicast_OnWalkedOnTarget, OtherActor) == 0x000000, "Member 'SBZAITaserMine_Multicast_OnWalkedOnTarget::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAITaserMine_Multicast_ReplicateExplosion \ +static_assert(alignof(SBZAITaserMine_Multicast_ReplicateExplosion) == 0x000008, "Wrong alignment on SBZAITaserMine_Multicast_ReplicateExplosion"); \ +static_assert(sizeof(SBZAITaserMine_Multicast_ReplicateExplosion) == 0x000028, "Wrong size on SBZAITaserMine_Multicast_ReplicateExplosion"); \ +static_assert(offsetof(SBZAITaserMine_Multicast_ReplicateExplosion, Result) == 0x000000, "Member 'SBZAITaserMine_Multicast_ReplicateExplosion::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAITaserMine \ +static_assert(alignof(ASBZAITaserMine) == 0x000008, "Wrong alignment on ASBZAITaserMine"); \ +static_assert(sizeof(ASBZAITaserMine) == 0x000360, "Wrong size on ASBZAITaserMine"); \ +static_assert(offsetof(ASBZAITaserMine, DetectionRange) == 0x0002E8, "Member 'ASBZAITaserMine::DetectionRange' has a wrong offset!"); \ +static_assert(offsetof(ASBZAITaserMine, StunDuration) == 0x0002EC, "Member 'ASBZAITaserMine::StunDuration' has a wrong offset!"); \ +static_assert(offsetof(ASBZAITaserMine, WalkedOnEffect) == 0x0002F0, "Member 'ASBZAITaserMine::WalkedOnEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZAITaserMine, DestroyedEffect) == 0x0002F8, "Member 'ASBZAITaserMine::DestroyedEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZAITaserMine, DestroyedMesh) == 0x000300, "Member 'ASBZAITaserMine::DestroyedMesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZAITaserMine, TasedEffect) == 0x000308, "Member 'ASBZAITaserMine::TasedEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZAITaserMine, OverlapSphere) == 0x000310, "Member 'ASBZAITaserMine::OverlapSphere' has a wrong offset!"); \ +static_assert(offsetof(ASBZAITaserMine, AudioComponent) == 0x000318, "Member 'ASBZAITaserMine::AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAITaserMine, PlaceSound) == 0x000320, "Member 'ASBZAITaserMine::PlaceSound' has a wrong offset!"); \ +static_assert(offsetof(ASBZAITaserMine, WalkedOnEvent) == 0x000328, "Member 'ASBZAITaserMine::WalkedOnEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAITaserMine, DestroyedEvent) == 0x000330, "Member 'ASBZAITaserMine::DestroyedEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZAITaserMine, AIExplosionRange) == 0x000338, "Member 'ASBZAITaserMine::AIExplosionRange' has a wrong offset!"); \ +static_assert(offsetof(ASBZAITaserMine, PlayerExplosionRange) == 0x00033C, "Member 'ASBZAITaserMine::PlayerExplosionRange' has a wrong offset!"); \ +static_assert(offsetof(ASBZAITaserMine, HurtReactionData) == 0x000340, "Member 'ASBZAITaserMine::HurtReactionData' has a wrong offset!"); \ +static_assert(offsetof(ASBZAITaserMine, Spawned) == 0x000358, "Member 'ASBZAITaserMine::Spawned' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGameplayAbility_CharacterRun \ +static_assert(alignof(USBZGameplayAbility_CharacterRun) == 0x000008, "Wrong alignment on USBZGameplayAbility_CharacterRun"); \ +static_assert(sizeof(USBZGameplayAbility_CharacterRun) == 0x0004D8, "Wrong size on USBZGameplayAbility_CharacterRun"); \ + +#define DUMPER7_ASSERTS_USBZAITaserSpecialComponent \ +static_assert(alignof(USBZAITaserSpecialComponent) == 0x000008, "Wrong alignment on USBZAITaserSpecialComponent"); \ +static_assert(sizeof(USBZAITaserSpecialComponent) == 0x0000D0, "Wrong size on USBZAITaserSpecialComponent"); \ + +#define DUMPER7_ASSERTS_SBZBinaryStateComponent_Multicast_SetState \ +static_assert(alignof(SBZBinaryStateComponent_Multicast_SetState) == 0x000001, "Wrong alignment on SBZBinaryStateComponent_Multicast_SetState"); \ +static_assert(sizeof(SBZBinaryStateComponent_Multicast_SetState) == 0x000001, "Wrong size on SBZBinaryStateComponent_Multicast_SetState"); \ +static_assert(offsetof(SBZBinaryStateComponent_Multicast_SetState, bNewState) == 0x000000, "Member 'SBZBinaryStateComponent_Multicast_SetState::bNewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBinaryStateComponent_OnRep_State \ +static_assert(alignof(SBZBinaryStateComponent_OnRep_State) == 0x000001, "Wrong alignment on SBZBinaryStateComponent_OnRep_State"); \ +static_assert(sizeof(SBZBinaryStateComponent_OnRep_State) == 0x000001, "Wrong size on SBZBinaryStateComponent_OnRep_State"); \ +static_assert(offsetof(SBZBinaryStateComponent_OnRep_State, bOldState) == 0x000000, "Member 'SBZBinaryStateComponent_OnRep_State::bOldState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBinaryStateComponent_SetLocalState \ +static_assert(alignof(SBZBinaryStateComponent_SetLocalState) == 0x000001, "Wrong alignment on SBZBinaryStateComponent_SetLocalState"); \ +static_assert(sizeof(SBZBinaryStateComponent_SetLocalState) == 0x000002, "Wrong size on SBZBinaryStateComponent_SetLocalState"); \ +static_assert(offsetof(SBZBinaryStateComponent_SetLocalState, bNewState) == 0x000000, "Member 'SBZBinaryStateComponent_SetLocalState::bNewState' has a wrong offset!"); \ +static_assert(offsetof(SBZBinaryStateComponent_SetLocalState, bDoCosmetics) == 0x000001, "Member 'SBZBinaryStateComponent_SetLocalState::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBinaryStateComponent_SetState \ +static_assert(alignof(SBZBinaryStateComponent_SetState) == 0x000001, "Wrong alignment on SBZBinaryStateComponent_SetState"); \ +static_assert(sizeof(SBZBinaryStateComponent_SetState) == 0x000002, "Wrong size on SBZBinaryStateComponent_SetState"); \ +static_assert(offsetof(SBZBinaryStateComponent_SetState, bNewState) == 0x000000, "Member 'SBZBinaryStateComponent_SetState::bNewState' has a wrong offset!"); \ +static_assert(offsetof(SBZBinaryStateComponent_SetState, bDoCosmetics) == 0x000001, "Member 'SBZBinaryStateComponent_SetState::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBinaryStateComponent_ToggleState \ +static_assert(alignof(SBZBinaryStateComponent_ToggleState) == 0x000001, "Wrong alignment on SBZBinaryStateComponent_ToggleState"); \ +static_assert(sizeof(SBZBinaryStateComponent_ToggleState) == 0x000001, "Wrong size on SBZBinaryStateComponent_ToggleState"); \ +static_assert(offsetof(SBZBinaryStateComponent_ToggleState, bDoCosmetics) == 0x000000, "Member 'SBZBinaryStateComponent_ToggleState::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBinaryStateComponent \ +static_assert(alignof(USBZBinaryStateComponent) == 0x000008, "Wrong alignment on USBZBinaryStateComponent"); \ +static_assert(sizeof(USBZBinaryStateComponent) == 0x0000E0, "Wrong size on USBZBinaryStateComponent"); \ +static_assert(offsetof(USBZBinaryStateComponent, OnStateChanged) == 0x0000C0, "Member 'USBZBinaryStateComponent::OnStateChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZBinaryStateComponent, bClientDelayStateFromServer) == 0x0000D1, "Member 'USBZBinaryStateComponent::bClientDelayStateFromServer' has a wrong offset!"); \ +static_assert(offsetof(USBZBinaryStateComponent, ClientStateDelay) == 0x0000D4, "Member 'USBZBinaryStateComponent::ClientStateDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCard_OnConfirmationPopupClosed \ +static_assert(alignof(SBZPlayerCard_OnConfirmationPopupClosed) == 0x000004, "Wrong alignment on SBZPlayerCard_OnConfirmationPopupClosed"); \ +static_assert(sizeof(SBZPlayerCard_OnConfirmationPopupClosed) == 0x00000C, "Wrong size on SBZPlayerCard_OnConfirmationPopupClosed"); \ +static_assert(offsetof(SBZPlayerCard_OnConfirmationPopupClosed, ActioName) == 0x000000, "Member 'SBZPlayerCard_OnConfirmationPopupClosed::ActioName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCard_OnPlayerDataSet \ +static_assert(alignof(SBZPlayerCard_OnPlayerDataSet) == 0x000008, "Wrong alignment on SBZPlayerCard_OnPlayerDataSet"); \ +static_assert(sizeof(SBZPlayerCard_OnPlayerDataSet) == 0x0004A8, "Wrong size on SBZPlayerCard_OnPlayerDataSet"); \ +static_assert(offsetof(SBZPlayerCard_OnPlayerDataSet, InUserEntry) == 0x000000, "Member 'SBZPlayerCard_OnPlayerDataSet::InUserEntry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCard_OnRequestStatusPopupClosed \ +static_assert(alignof(SBZPlayerCard_OnRequestStatusPopupClosed) == 0x000004, "Wrong alignment on SBZPlayerCard_OnRequestStatusPopupClosed"); \ +static_assert(sizeof(SBZPlayerCard_OnRequestStatusPopupClosed) == 0x00000C, "Wrong size on SBZPlayerCard_OnRequestStatusPopupClosed"); \ +static_assert(offsetof(SBZPlayerCard_OnRequestStatusPopupClosed, ActionName) == 0x000000, "Member 'SBZPlayerCard_OnRequestStatusPopupClosed::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCard_GetUser \ +static_assert(alignof(SBZPlayerCard_GetUser) == 0x000008, "Wrong alignment on SBZPlayerCard_GetUser"); \ +static_assert(sizeof(SBZPlayerCard_GetUser) == 0x0004A8, "Wrong size on SBZPlayerCard_GetUser"); \ +static_assert(offsetof(SBZPlayerCard_GetUser, ReturnValue) == 0x000000, "Member 'SBZPlayerCard_GetUser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCard_IsUserValid \ +static_assert(alignof(SBZPlayerCard_IsUserValid) == 0x000001, "Wrong alignment on SBZPlayerCard_IsUserValid"); \ +static_assert(sizeof(SBZPlayerCard_IsUserValid) == 0x000001, "Wrong size on SBZPlayerCard_IsUserValid"); \ +static_assert(offsetof(SBZPlayerCard_IsUserValid, ReturnValue) == 0x000000, "Member 'SBZPlayerCard_IsUserValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerCard \ +static_assert(alignof(USBZPlayerCard) == 0x000008, "Wrong alignment on USBZPlayerCard"); \ +static_assert(sizeof(USBZPlayerCard) == 0x0003D0, "Wrong size on USBZPlayerCard"); \ +static_assert(offsetof(USBZPlayerCard, CardType) == 0x000378, "Member 'USBZPlayerCard::CardType' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCard, CurrentFeedbackType) == 0x000379, "Member 'USBZPlayerCard::CurrentFeedbackType' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCard, PlayerCardContainer) == 0x000380, "Member 'USBZPlayerCard::PlayerCardContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAITask_MontageMoveTo \ +static_assert(alignof(USBZAITask_MontageMoveTo) == 0x000008, "Wrong alignment on USBZAITask_MontageMoveTo"); \ +static_assert(sizeof(USBZAITask_MontageMoveTo) == 0x0000E8, "Wrong size on USBZAITask_MontageMoveTo"); \ +static_assert(offsetof(USBZAITask_MontageMoveTo, OnRequestFailed) == 0x000078, "Member 'USBZAITask_MontageMoveTo::OnRequestFailed' has a wrong offset!"); \ +static_assert(offsetof(USBZAITask_MontageMoveTo, OnMoveFinished) == 0x000088, "Member 'USBZAITask_MontageMoveTo::OnMoveFinished' has a wrong offset!"); \ +static_assert(offsetof(USBZAITask_MontageMoveTo, MontageMoveRequest) == 0x000098, "Member 'USBZAITask_MontageMoveTo::MontageMoveRequest' has a wrong offset!"); \ +static_assert(offsetof(USBZAITask_MontageMoveTo, DesiredMontage) == 0x0000D0, "Member 'USBZAITask_MontageMoveTo::DesiredMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZAITask_MontageMoveTo, EndMontagePtr) == 0x0000D8, "Member 'USBZAITask_MontageMoveTo::EndMontagePtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZThrowItemAbility \ +static_assert(alignof(USBZThrowItemAbility) == 0x000008, "Wrong alignment on USBZThrowItemAbility"); \ +static_assert(sizeof(USBZThrowItemAbility) == 0x000508, "Wrong size on USBZThrowItemAbility"); \ +static_assert(offsetof(USBZThrowItemAbility, OwnerCharacter) == 0x0004D8, "Member 'USBZThrowItemAbility::OwnerCharacter' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowItemAbility, ThrowableArray) == 0x0004E0, "Member 'USBZThrowItemAbility::ThrowableArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEquippableData \ +static_assert(alignof(USBZEquippableData) == 0x000010, "Wrong alignment on USBZEquippableData"); \ +static_assert(sizeof(USBZEquippableData) == 0x000390, "Wrong size on USBZEquippableData"); \ +static_assert(offsetof(USBZEquippableData, EquippableClass) == 0x000150, "Member 'USBZEquippableData::EquippableClass' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, bIsOverkill) == 0x000180, "Member 'USBZEquippableData::bIsOverkill' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, bIsInitialLoadoutAllowed) == 0x000181, "Member 'USBZEquippableData::bIsInitialLoadoutAllowed' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, TagReactionAsset) == 0x000188, "Member 'USBZEquippableData::TagReactionAsset' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, EquippedAbilityClassArray) == 0x0001B8, "Member 'USBZEquippableData::EquippedAbilityClassArray' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, EquippableDefaultIdleFPPose) == 0x0001C8, "Member 'USBZEquippableData::EquippableDefaultIdleFPPose' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, EquippableDefaultIdleTPPose) == 0x0001D0, "Member 'USBZEquippableData::EquippableDefaultIdleTPPose' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, DefaultRightGripFPPose) == 0x0001D8, "Member 'USBZEquippableData::DefaultRightGripFPPose' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, DefaultLeftGripFPPose) == 0x0001E0, "Member 'USBZEquippableData::DefaultLeftGripFPPose' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, DefaultRightGripTPPose) == 0x0001E8, "Member 'USBZEquippableData::DefaultRightGripTPPose' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, DefaultLeftGripTPPose) == 0x0001F0, "Member 'USBZEquippableData::DefaultLeftGripTPPose' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, TriggerDisciplineRightGripFPPose) == 0x0001F8, "Member 'USBZEquippableData::TriggerDisciplineRightGripFPPose' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, TriggerDisciplineLeftGripFPPose) == 0x000200, "Member 'USBZEquippableData::TriggerDisciplineLeftGripFPPose' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, TriggerDisciplineRightGripTPPose) == 0x000208, "Member 'USBZEquippableData::TriggerDisciplineRightGripTPPose' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, TriggerDisciplineLeftGripTPPose) == 0x000210, "Member 'USBZEquippableData::TriggerDisciplineLeftGripTPPose' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, EquippableFamily) == 0x000218, "Member 'USBZEquippableData::EquippableFamily' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, EquippableTag) == 0x00021C, "Member 'USBZEquippableData::EquippableTag' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, WeaponOffsetFPLeftHandEquipped) == 0x000228, "Member 'USBZEquippableData::WeaponOffsetFPLeftHandEquipped' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, WeaponOffsetPerAnimation) == 0x000238, "Member 'USBZEquippableData::WeaponOffsetPerAnimation' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, AttachmentSocket) == 0x000288, "Member 'USBZEquippableData::AttachmentSocket' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, AttachmentOffset) == 0x0002A0, "Member 'USBZEquippableData::AttachmentOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, CompatibleStances) == 0x0002D0, "Member 'USBZEquippableData::CompatibleStances' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, WeightTierOffset) == 0x0002D4, "Member 'USBZEquippableData::WeightTierOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, WeightOverride) == 0x0002D8, "Member 'USBZEquippableData::WeightOverride' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, BoundsScaleHack) == 0x0002E0, "Member 'USBZEquippableData::BoundsScaleHack' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, BoundsOffsetHack) == 0x0002EC, "Member 'USBZEquippableData::BoundsOffsetHack' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, OverskillData) == 0x0002F8, "Member 'USBZEquippableData::OverskillData' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, MeleeDamageData) == 0x000300, "Member 'USBZEquippableData::MeleeDamageData' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, bIsDropPhysicalize) == 0x000308, "Member 'USBZEquippableData::bIsDropPhysicalize' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, SprintEnterPlayRate) == 0x00030C, "Member 'USBZEquippableData::SprintEnterPlayRate' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, SprintExitPlayRate) == 0x000310, "Member 'USBZEquippableData::SprintExitPlayRate' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, AnimationCollectionFP) == 0x000318, "Member 'USBZEquippableData::AnimationCollectionFP' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, WeaponAnimCollection) == 0x000348, "Member 'USBZEquippableData::WeaponAnimCollection' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableData, EquippableMenuAnimCollection) == 0x000378, "Member 'USBZEquippableData::EquippableMenuAnimCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIThrowItemAbility \ +static_assert(alignof(USBZAIThrowItemAbility) == 0x000008, "Wrong alignment on USBZAIThrowItemAbility"); \ +static_assert(sizeof(USBZAIThrowItemAbility) == 0x000508, "Wrong size on USBZAIThrowItemAbility"); \ + +#define DUMPER7_ASSERTS_USBZAITowerHideNotifyState \ +static_assert(alignof(USBZAITowerHideNotifyState) == 0x000008, "Wrong alignment on USBZAITowerHideNotifyState"); \ +static_assert(sizeof(USBZAITowerHideNotifyState) == 0x000038, "Wrong size on USBZAITowerHideNotifyState"); \ + +#define DUMPER7_ASSERTS_SBZAITowerSpecialComponent_OnHideOrderCompleted \ +static_assert(alignof(SBZAITowerSpecialComponent_OnHideOrderCompleted) == 0x000008, "Wrong alignment on SBZAITowerSpecialComponent_OnHideOrderCompleted"); \ +static_assert(sizeof(SBZAITowerSpecialComponent_OnHideOrderCompleted) == 0x000018, "Wrong size on SBZAITowerSpecialComponent_OnHideOrderCompleted"); \ +static_assert(offsetof(SBZAITowerSpecialComponent_OnHideOrderCompleted, Order) == 0x000000, "Member 'SBZAITowerSpecialComponent_OnHideOrderCompleted::Order' has a wrong offset!"); \ +static_assert(offsetof(SBZAITowerSpecialComponent_OnHideOrderCompleted, Owner) == 0x000008, "Member 'SBZAITowerSpecialComponent_OnHideOrderCompleted::Owner' has a wrong offset!"); \ +static_assert(offsetof(SBZAITowerSpecialComponent_OnHideOrderCompleted, NodeResult) == 0x000010, "Member 'SBZAITowerSpecialComponent_OnHideOrderCompleted::NodeResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAITowerSpecialComponent_OnRep_RefractorShield \ +static_assert(alignof(SBZAITowerSpecialComponent_OnRep_RefractorShield) == 0x000008, "Wrong alignment on SBZAITowerSpecialComponent_OnRep_RefractorShield"); \ +static_assert(sizeof(SBZAITowerSpecialComponent_OnRep_RefractorShield) == 0x000008, "Wrong size on SBZAITowerSpecialComponent_OnRep_RefractorShield"); \ +static_assert(offsetof(SBZAITowerSpecialComponent_OnRep_RefractorShield, OldRefractorShield) == 0x000000, "Member 'SBZAITowerSpecialComponent_OnRep_RefractorShield::OldRefractorShield' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAITowerSpecialComponent \ +static_assert(alignof(USBZAITowerSpecialComponent) == 0x000008, "Wrong alignment on USBZAITowerSpecialComponent"); \ +static_assert(sizeof(USBZAITowerSpecialComponent) == 0x0000F8, "Wrong size on USBZAITowerSpecialComponent"); \ +static_assert(offsetof(USBZAITowerSpecialComponent, ShieldClass) == 0x0000C8, "Member 'USBZAITowerSpecialComponent::ShieldClass' has a wrong offset!"); \ +static_assert(offsetof(USBZAITowerSpecialComponent, ShieldBrokenComment) == 0x0000D0, "Member 'USBZAITowerSpecialComponent::ShieldBrokenComment' has a wrong offset!"); \ +static_assert(offsetof(USBZAITowerSpecialComponent, ShieldDeployedComment) == 0x0000D8, "Member 'USBZAITowerSpecialComponent::ShieldDeployedComment' has a wrong offset!"); \ +static_assert(offsetof(USBZAITowerSpecialComponent, RefractorShield) == 0x0000E0, "Member 'USBZAITowerSpecialComponent::RefractorShield' has a wrong offset!"); \ +static_assert(offsetof(USBZAITowerSpecialComponent, bIsGlitchEffectActive) == 0x0000E8, "Member 'USBZAITowerSpecialComponent::bIsGlitchEffectActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketStoreItemButton_GetItemCost \ +static_assert(alignof(SBZBlackMarketStoreItemButton_GetItemCost) == 0x000008, "Wrong alignment on SBZBlackMarketStoreItemButton_GetItemCost"); \ +static_assert(sizeof(SBZBlackMarketStoreItemButton_GetItemCost) == 0x000010, "Wrong size on SBZBlackMarketStoreItemButton_GetItemCost"); \ +static_assert(offsetof(SBZBlackMarketStoreItemButton_GetItemCost, Price) == 0x000000, "Member 'SBZBlackMarketStoreItemButton_GetItemCost::Price' has a wrong offset!"); \ +static_assert(offsetof(SBZBlackMarketStoreItemButton_GetItemCost, Currency) == 0x000008, "Member 'SBZBlackMarketStoreItemButton_GetItemCost::Currency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketStoreItemButton_InitializeStoreData \ +static_assert(alignof(SBZBlackMarketStoreItemButton_InitializeStoreData) == 0x000008, "Wrong alignment on SBZBlackMarketStoreItemButton_InitializeStoreData"); \ +static_assert(sizeof(SBZBlackMarketStoreItemButton_InitializeStoreData) == 0x000128, "Wrong size on SBZBlackMarketStoreItemButton_InitializeStoreData"); \ +static_assert(offsetof(SBZBlackMarketStoreItemButton_InitializeStoreData, InStoreItemUIData) == 0x000000, "Member 'SBZBlackMarketStoreItemButton_InitializeStoreData::InStoreItemUIData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketStoreItemButton_GetItemData \ +static_assert(alignof(SBZBlackMarketStoreItemButton_GetItemData) == 0x000008, "Wrong alignment on SBZBlackMarketStoreItemButton_GetItemData"); \ +static_assert(sizeof(SBZBlackMarketStoreItemButton_GetItemData) == 0x000008, "Wrong size on SBZBlackMarketStoreItemButton_GetItemData"); \ +static_assert(offsetof(SBZBlackMarketStoreItemButton_GetItemData, ReturnValue) == 0x000000, "Member 'SBZBlackMarketStoreItemButton_GetItemData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketStoreItemButton_GetItemSku \ +static_assert(alignof(SBZBlackMarketStoreItemButton_GetItemSku) == 0x000008, "Wrong alignment on SBZBlackMarketStoreItemButton_GetItemSku"); \ +static_assert(sizeof(SBZBlackMarketStoreItemButton_GetItemSku) == 0x000010, "Wrong size on SBZBlackMarketStoreItemButton_GetItemSku"); \ +static_assert(offsetof(SBZBlackMarketStoreItemButton_GetItemSku, ReturnValue) == 0x000000, "Member 'SBZBlackMarketStoreItemButton_GetItemSku::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketStoreItemButton_IsTransactionInProgress \ +static_assert(alignof(SBZBlackMarketStoreItemButton_IsTransactionInProgress) == 0x000001, "Wrong alignment on SBZBlackMarketStoreItemButton_IsTransactionInProgress"); \ +static_assert(sizeof(SBZBlackMarketStoreItemButton_IsTransactionInProgress) == 0x000001, "Wrong size on SBZBlackMarketStoreItemButton_IsTransactionInProgress"); \ +static_assert(offsetof(SBZBlackMarketStoreItemButton_IsTransactionInProgress, ReturnValue) == 0x000000, "Member 'SBZBlackMarketStoreItemButton_IsTransactionInProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBlackMarketStoreItemButton \ +static_assert(alignof(USBZBlackMarketStoreItemButton) == 0x000008, "Wrong alignment on USBZBlackMarketStoreItemButton"); \ +static_assert(sizeof(USBZBlackMarketStoreItemButton) == 0x0004A8, "Wrong size on USBZBlackMarketStoreItemButton"); \ +static_assert(offsetof(USBZBlackMarketStoreItemButton, StoreItemUIData) == 0x000380, "Member 'USBZBlackMarketStoreItemButton::StoreItemUIData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZInteractLootProcessorRequirement \ +static_assert(alignof(USBZInteractLootProcessorRequirement) == 0x000008, "Wrong alignment on USBZInteractLootProcessorRequirement"); \ +static_assert(sizeof(USBZInteractLootProcessorRequirement) == 0x000030, "Wrong size on USBZInteractLootProcessorRequirement"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityComponent \ +static_assert(alignof(USBZAIUtilityComponent) == 0x000008, "Wrong alignment on USBZAIUtilityComponent"); \ +static_assert(sizeof(USBZAIUtilityComponent) == 0x000148, "Wrong size on USBZAIUtilityComponent"); \ +static_assert(offsetof(USBZAIUtilityComponent, bTimeSliceDecidersLoop) == 0x0000D8, "Member 'USBZAIUtilityComponent::bTimeSliceDecidersLoop' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityComponent, Default) == 0x0000E0, "Member 'USBZAIUtilityComponent::Default' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityComponent, Deciders) == 0x0000E8, "Member 'USBZAIUtilityComponent::Deciders' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityComponent, AIController) == 0x000108, "Member 'USBZAIUtilityComponent::AIController' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityComponent, SelectedDecider) == 0x000110, "Member 'USBZAIUtilityComponent::SelectedDecider' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityComponent, ActiveDecider) == 0x000118, "Member 'USBZAIUtilityComponent::ActiveDecider' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityComponent, CurrentUtilityData) == 0x000120, "Member 'USBZAIUtilityComponent::CurrentUtilityData' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityComponent, Pawn) == 0x000128, "Member 'USBZAIUtilityComponent::Pawn' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityComponent, CachedTopDecider) == 0x000138, "Member 'USBZAIUtilityComponent::CachedTopDecider' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBagManager_Get \ +static_assert(alignof(SBZBagManager_Get) == 0x000008, "Wrong alignment on SBZBagManager_Get"); \ +static_assert(sizeof(SBZBagManager_Get) == 0x000010, "Wrong size on SBZBagManager_Get"); \ +static_assert(offsetof(SBZBagManager_Get, WorldContextObject) == 0x000000, "Member 'SBZBagManager_Get::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZBagManager_Get, ReturnValue) == 0x000008, "Member 'SBZBagManager_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBagManager_ClaimBag \ +static_assert(alignof(SBZBagManager_ClaimBag) == 0x000008, "Wrong alignment on SBZBagManager_ClaimBag"); \ +static_assert(sizeof(SBZBagManager_ClaimBag) == 0x000020, "Wrong size on SBZBagManager_ClaimBag"); \ +static_assert(offsetof(SBZBagManager_ClaimBag, Handle) == 0x000000, "Member 'SBZBagManager_ClaimBag::Handle' has a wrong offset!"); \ +static_assert(offsetof(SBZBagManager_ClaimBag, Actor) == 0x000010, "Member 'SBZBagManager_ClaimBag::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZBagManager_ClaimBag, ReturnValue) == 0x000018, "Member 'SBZBagManager_ClaimBag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBagManager_CreateBag \ +static_assert(alignof(SBZBagManager_CreateBag) == 0x000008, "Wrong alignment on SBZBagManager_CreateBag"); \ +static_assert(sizeof(SBZBagManager_CreateBag) == 0x000018, "Wrong size on SBZBagManager_CreateBag"); \ +static_assert(offsetof(SBZBagManager_CreateBag, BagType) == 0x000000, "Member 'SBZBagManager_CreateBag::BagType' has a wrong offset!"); \ +static_assert(offsetof(SBZBagManager_CreateBag, ReturnValue) == 0x000008, "Member 'SBZBagManager_CreateBag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBagManager_Multicast_ClaimBag \ +static_assert(alignof(SBZBagManager_Multicast_ClaimBag) == 0x000008, "Wrong alignment on SBZBagManager_Multicast_ClaimBag"); \ +static_assert(sizeof(SBZBagManager_Multicast_ClaimBag) == 0x000010, "Wrong size on SBZBagManager_Multicast_ClaimBag"); \ +static_assert(offsetof(SBZBagManager_Multicast_ClaimBag, BagId) == 0x000000, "Member 'SBZBagManager_Multicast_ClaimBag::BagId' has a wrong offset!"); \ +static_assert(offsetof(SBZBagManager_Multicast_ClaimBag, Actor) == 0x000008, "Member 'SBZBagManager_Multicast_ClaimBag::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBagManager_Multicast_CreateBag \ +static_assert(alignof(SBZBagManager_Multicast_CreateBag) == 0x000008, "Wrong alignment on SBZBagManager_Multicast_CreateBag"); \ +static_assert(sizeof(SBZBagManager_Multicast_CreateBag) == 0x000010, "Wrong size on SBZBagManager_Multicast_CreateBag"); \ +static_assert(offsetof(SBZBagManager_Multicast_CreateBag, BagId) == 0x000000, "Member 'SBZBagManager_Multicast_CreateBag::BagId' has a wrong offset!"); \ +static_assert(offsetof(SBZBagManager_Multicast_CreateBag, BagType) == 0x000008, "Member 'SBZBagManager_Multicast_CreateBag::BagType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBagManager_Multicast_CreateBagArray \ +static_assert(alignof(SBZBagManager_Multicast_CreateBagArray) == 0x000008, "Wrong alignment on SBZBagManager_Multicast_CreateBagArray"); \ +static_assert(sizeof(SBZBagManager_Multicast_CreateBagArray) == 0x000018, "Wrong size on SBZBagManager_Multicast_CreateBagArray"); \ +static_assert(offsetof(SBZBagManager_Multicast_CreateBagArray, FirstBagId) == 0x000000, "Member 'SBZBagManager_Multicast_CreateBagArray::FirstBagId' has a wrong offset!"); \ +static_assert(offsetof(SBZBagManager_Multicast_CreateBagArray, BagType) == 0x000008, "Member 'SBZBagManager_Multicast_CreateBagArray::BagType' has a wrong offset!"); \ +static_assert(offsetof(SBZBagManager_Multicast_CreateBagArray, NumberOfBags) == 0x000010, "Member 'SBZBagManager_Multicast_CreateBagArray::NumberOfBags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBagManager_Multicast_RemoveBag \ +static_assert(alignof(SBZBagManager_Multicast_RemoveBag) == 0x000004, "Wrong alignment on SBZBagManager_Multicast_RemoveBag"); \ +static_assert(sizeof(SBZBagManager_Multicast_RemoveBag) == 0x000004, "Wrong size on SBZBagManager_Multicast_RemoveBag"); \ +static_assert(offsetof(SBZBagManager_Multicast_RemoveBag, BagId) == 0x000000, "Member 'SBZBagManager_Multicast_RemoveBag::BagId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBagManager_Multicast_RemoveClaim \ +static_assert(alignof(SBZBagManager_Multicast_RemoveClaim) == 0x000004, "Wrong alignment on SBZBagManager_Multicast_RemoveClaim"); \ +static_assert(sizeof(SBZBagManager_Multicast_RemoveClaim) == 0x000004, "Wrong size on SBZBagManager_Multicast_RemoveClaim"); \ +static_assert(offsetof(SBZBagManager_Multicast_RemoveClaim, BagId) == 0x000000, "Member 'SBZBagManager_Multicast_RemoveClaim::BagId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBagManager_Multicast_SecureBag \ +static_assert(alignof(SBZBagManager_Multicast_SecureBag) == 0x000004, "Wrong alignment on SBZBagManager_Multicast_SecureBag"); \ +static_assert(sizeof(SBZBagManager_Multicast_SecureBag) == 0x000008, "Wrong size on SBZBagManager_Multicast_SecureBag"); \ +static_assert(offsetof(SBZBagManager_Multicast_SecureBag, BagId) == 0x000000, "Member 'SBZBagManager_Multicast_SecureBag::BagId' has a wrong offset!"); \ +static_assert(offsetof(SBZBagManager_Multicast_SecureBag, bClearClaim) == 0x000004, "Member 'SBZBagManager_Multicast_SecureBag::bClearClaim' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBagManager_OnRep_Bags \ +static_assert(alignof(SBZBagManager_OnRep_Bags) == 0x000008, "Wrong alignment on SBZBagManager_OnRep_Bags"); \ +static_assert(sizeof(SBZBagManager_OnRep_Bags) == 0x000010, "Wrong size on SBZBagManager_OnRep_Bags"); \ +static_assert(offsetof(SBZBagManager_OnRep_Bags, OldBags) == 0x000000, "Member 'SBZBagManager_OnRep_Bags::OldBags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBagManager_RemoveClaim \ +static_assert(alignof(SBZBagManager_RemoveClaim) == 0x000008, "Wrong alignment on SBZBagManager_RemoveClaim"); \ +static_assert(sizeof(SBZBagManager_RemoveClaim) == 0x000020, "Wrong size on SBZBagManager_RemoveClaim"); \ +static_assert(offsetof(SBZBagManager_RemoveClaim, Handle) == 0x000000, "Member 'SBZBagManager_RemoveClaim::Handle' has a wrong offset!"); \ +static_assert(offsetof(SBZBagManager_RemoveClaim, Actor) == 0x000010, "Member 'SBZBagManager_RemoveClaim::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZBagManager_RemoveClaim, ReturnValue) == 0x000018, "Member 'SBZBagManager_RemoveClaim::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBagManager_SecureBag \ +static_assert(alignof(SBZBagManager_SecureBag) == 0x000008, "Wrong alignment on SBZBagManager_SecureBag"); \ +static_assert(sizeof(SBZBagManager_SecureBag) == 0x000018, "Wrong size on SBZBagManager_SecureBag"); \ +static_assert(offsetof(SBZBagManager_SecureBag, Handle) == 0x000000, "Member 'SBZBagManager_SecureBag::Handle' has a wrong offset!"); \ +static_assert(offsetof(SBZBagManager_SecureBag, bClearClaim) == 0x000010, "Member 'SBZBagManager_SecureBag::bClearClaim' has a wrong offset!"); \ +static_assert(offsetof(SBZBagManager_SecureBag, ReturnValue) == 0x000011, "Member 'SBZBagManager_SecureBag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBagManager_TryRemoveClaim \ +static_assert(alignof(SBZBagManager_TryRemoveClaim) == 0x000008, "Wrong alignment on SBZBagManager_TryRemoveClaim"); \ +static_assert(sizeof(SBZBagManager_TryRemoveClaim) == 0x000020, "Wrong size on SBZBagManager_TryRemoveClaim"); \ +static_assert(offsetof(SBZBagManager_TryRemoveClaim, Handle) == 0x000000, "Member 'SBZBagManager_TryRemoveClaim::Handle' has a wrong offset!"); \ +static_assert(offsetof(SBZBagManager_TryRemoveClaim, Actor) == 0x000010, "Member 'SBZBagManager_TryRemoveClaim::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZBagManager_TryRemoveClaim, ReturnValue) == 0x000018, "Member 'SBZBagManager_TryRemoveClaim::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBagManager_GetValidBagData \ +static_assert(alignof(SBZBagManager_GetValidBagData) == 0x000008, "Wrong alignment on SBZBagManager_GetValidBagData"); \ +static_assert(sizeof(SBZBagManager_GetValidBagData) == 0x000048, "Wrong size on SBZBagManager_GetValidBagData"); \ +static_assert(offsetof(SBZBagManager_GetValidBagData, Handle) == 0x000000, "Member 'SBZBagManager_GetValidBagData::Handle' has a wrong offset!"); \ +static_assert(offsetof(SBZBagManager_GetValidBagData, ReturnValue) == 0x000010, "Member 'SBZBagManager_GetValidBagData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBagManager_IsValidHandle \ +static_assert(alignof(SBZBagManager_IsValidHandle) == 0x000008, "Wrong alignment on SBZBagManager_IsValidHandle"); \ +static_assert(sizeof(SBZBagManager_IsValidHandle) == 0x000018, "Wrong size on SBZBagManager_IsValidHandle"); \ +static_assert(offsetof(SBZBagManager_IsValidHandle, Handle) == 0x000000, "Member 'SBZBagManager_IsValidHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(SBZBagManager_IsValidHandle, ReturnValue) == 0x000010, "Member 'SBZBagManager_IsValidHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBagManager \ +static_assert(alignof(USBZBagManager) == 0x000008, "Wrong alignment on USBZBagManager"); \ +static_assert(sizeof(USBZBagManager) == 0x000120, "Wrong size on USBZBagManager"); \ +static_assert(offsetof(USBZBagManager, Bags) == 0x0000F0, "Member 'USBZBagManager::Bags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZAIUtilityControlled \ +static_assert(alignof(ISBZAIUtilityControlled) == 0x000001, "Wrong alignment on ISBZAIUtilityControlled"); \ +static_assert(sizeof(ISBZAIUtilityControlled) == 0x000001, "Wrong size on ISBZAIUtilityControlled"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSessionRequestHandler_GetSessionInfo \ +static_assert(alignof(SBZOnlineSessionRequestHandler_GetSessionInfo) == 0x000001, "Wrong alignment on SBZOnlineSessionRequestHandler_GetSessionInfo"); \ +static_assert(sizeof(SBZOnlineSessionRequestHandler_GetSessionInfo) == 0x000001, "Wrong size on SBZOnlineSessionRequestHandler_GetSessionInfo"); \ +static_assert(offsetof(SBZOnlineSessionRequestHandler_GetSessionInfo, ReturnValue) == 0x000000, "Member 'SBZOnlineSessionRequestHandler_GetSessionInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOnlineSessionRequestHandler \ +static_assert(alignof(USBZOnlineSessionRequestHandler) == 0x000008, "Wrong alignment on USBZOnlineSessionRequestHandler"); \ +static_assert(sizeof(USBZOnlineSessionRequestHandler) == 0x000188, "Wrong size on USBZOnlineSessionRequestHandler"); \ +static_assert(offsetof(USBZOnlineSessionRequestHandler, Lobby) == 0x000150, "Member 'USBZOnlineSessionRequestHandler::Lobby' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSessionRequestHandler, Party) == 0x000158, "Member 'USBZOnlineSessionRequestHandler::Party' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSessionRequestHandler, SBZOnlineSessionUtils) == 0x000160, "Member 'USBZOnlineSessionRequestHandler::SBZOnlineSessionUtils' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSessionRequestHandler, SessionRequestTimeoutDuration) == 0x000178, "Member 'USBZOnlineSessionRequestHandler::SessionRequestTimeoutDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSessionRequestHandler, SBZOnlineSession) == 0x000180, "Member 'USBZOnlineSessionRequestHandler::SBZOnlineSession' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityData \ +static_assert(alignof(USBZAIUtilityData) == 0x000008, "Wrong alignment on USBZAIUtilityData"); \ +static_assert(sizeof(USBZAIUtilityData) == 0x000068, "Wrong size on USBZAIUtilityData"); \ +static_assert(offsetof(USBZAIUtilityData, RootTree) == 0x000038, "Member 'USBZAIUtilityData::RootTree' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityData, InjectionTag) == 0x000040, "Member 'USBZAIUtilityData::InjectionTag' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityData, Default) == 0x000050, "Member 'USBZAIUtilityData::Default' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityData, Deciders) == 0x000058, "Member 'USBZAIUtilityData::Deciders' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTService_CrewAIStealthMarking \ +static_assert(alignof(USBZBTService_CrewAIStealthMarking) == 0x000008, "Wrong alignment on USBZBTService_CrewAIStealthMarking"); \ +static_assert(sizeof(USBZBTService_CrewAIStealthMarking) == 0x000088, "Wrong size on USBZBTService_CrewAIStealthMarking"); \ + +#define DUMPER7_ASSERTS_SBZAIUtilityDecider_OnDeactivated \ +static_assert(alignof(SBZAIUtilityDecider_OnDeactivated) == 0x000001, "Wrong alignment on SBZAIUtilityDecider_OnDeactivated"); \ +static_assert(sizeof(SBZAIUtilityDecider_OnDeactivated) == 0x000001, "Wrong size on SBZAIUtilityDecider_OnDeactivated"); \ +static_assert(offsetof(SBZAIUtilityDecider_OnDeactivated, NodeResult) == 0x000000, "Member 'SBZAIUtilityDecider_OnDeactivated::NodeResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIUtilityDecider_OnDeactivatedBP \ +static_assert(alignof(SBZAIUtilityDecider_OnDeactivatedBP) == 0x000001, "Wrong alignment on SBZAIUtilityDecider_OnDeactivatedBP"); \ +static_assert(sizeof(SBZAIUtilityDecider_OnDeactivatedBP) == 0x000001, "Wrong size on SBZAIUtilityDecider_OnDeactivatedBP"); \ +static_assert(offsetof(SBZAIUtilityDecider_OnDeactivatedBP, NodeResult) == 0x000000, "Member 'SBZAIUtilityDecider_OnDeactivatedBP::NodeResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityDecider \ +static_assert(alignof(USBZAIUtilityDecider) == 0x000008, "Wrong alignment on USBZAIUtilityDecider"); \ +static_assert(sizeof(USBZAIUtilityDecider) == 0x0000B0, "Wrong size on USBZAIUtilityDecider"); \ +static_assert(offsetof(USBZAIUtilityDecider, Scorers) == 0x000030, "Member 'USBZAIUtilityDecider::Scorers' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityDecider, AlternativeScorers) == 0x000040, "Member 'USBZAIUtilityDecider::AlternativeScorers' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityDecider, Bonus) == 0x000050, "Member 'USBZAIUtilityDecider::Bonus' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityDecider, Modifiers) == 0x000060, "Member 'USBZAIUtilityDecider::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityDecider, Behavior) == 0x000070, "Member 'USBZAIUtilityDecider::Behavior' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityDecider, Category) == 0x000078, "Member 'USBZAIUtilityDecider::Category' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityDecider, AIController) == 0x000080, "Member 'USBZAIUtilityDecider::AIController' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityDecider, TagsToAddOnActivated) == 0x000088, "Member 'USBZAIUtilityDecider::TagsToAddOnActivated' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityDecider, bEnabled) == 0x0000A8, "Member 'USBZAIUtilityDecider::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityDecider, MaxUtility) == 0x0000AC, "Member 'USBZAIUtilityDecider::MaxUtility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIUtilityDecider_AIObjectiveBase_OnDoorInteractionCompleted \ +static_assert(alignof(SBZAIUtilityDecider_AIObjectiveBase_OnDoorInteractionCompleted) == 0x000008, "Wrong alignment on SBZAIUtilityDecider_AIObjectiveBase_OnDoorInteractionCompleted"); \ +static_assert(sizeof(SBZAIUtilityDecider_AIObjectiveBase_OnDoorInteractionCompleted) == 0x000018, "Wrong size on SBZAIUtilityDecider_AIObjectiveBase_OnDoorInteractionCompleted"); \ +static_assert(offsetof(SBZAIUtilityDecider_AIObjectiveBase_OnDoorInteractionCompleted, InInteractable) == 0x000000, "Member 'SBZAIUtilityDecider_AIObjectiveBase_OnDoorInteractionCompleted::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZAIUtilityDecider_AIObjectiveBase_OnDoorInteractionCompleted, InInteractor) == 0x000008, "Member 'SBZAIUtilityDecider_AIObjectiveBase_OnDoorInteractionCompleted::InInteractor' has a wrong offset!"); \ +static_assert(offsetof(SBZAIUtilityDecider_AIObjectiveBase_OnDoorInteractionCompleted, bIsLocallyControlled) == 0x000010, "Member 'SBZAIUtilityDecider_AIObjectiveBase_OnDoorInteractionCompleted::bIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityDecider_AIObjectiveBase \ +static_assert(alignof(USBZAIUtilityDecider_AIObjectiveBase) == 0x000008, "Wrong alignment on USBZAIUtilityDecider_AIObjectiveBase"); \ +static_assert(sizeof(USBZAIUtilityDecider_AIObjectiveBase) == 0x000120, "Wrong size on USBZAIUtilityDecider_AIObjectiveBase"); \ +static_assert(offsetof(USBZAIUtilityDecider_AIObjectiveBase, Gates) == 0x0000B0, "Member 'USBZAIUtilityDecider_AIObjectiveBase::Gates' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityDecider_AIObjectiveBase, CurrentGate) == 0x0000C0, "Member 'USBZAIUtilityDecider_AIObjectiveBase::CurrentGate' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityDecider_AIObjectiveBase, StartLocation) == 0x0000C4, "Member 'USBZAIUtilityDecider_AIObjectiveBase::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityDecider_AIObjectiveBase, PreviousLocation) == 0x0000D0, "Member 'USBZAIUtilityDecider_AIObjectiveBase::PreviousLocation' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityDecider_AIObjectiveBase, CurrentGoalLocation) == 0x0000DC, "Member 'USBZAIUtilityDecider_AIObjectiveBase::CurrentGoalLocation' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityDecider_AIObjectiveBase, EndLocation) == 0x0000E8, "Member 'USBZAIUtilityDecider_AIObjectiveBase::EndLocation' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityDecider_AIObjectiveBase, EndRoom) == 0x0000F8, "Member 'USBZAIUtilityDecider_AIObjectiveBase::EndRoom' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityDecider_AIObjectiveBase, MoveToLocationBBKey) == 0x000100, "Member 'USBZAIUtilityDecider_AIObjectiveBase::MoveToLocationBBKey' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityDecider_AIObjectiveBase, AcceptableRadius) == 0x00010C, "Member 'USBZAIUtilityDecider_AIObjectiveBase::AcceptableRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponPartSlot \ +static_assert(alignof(USBZWeaponPartSlot) == 0x000008, "Wrong alignment on USBZWeaponPartSlot"); \ +static_assert(sizeof(USBZWeaponPartSlot) == 0x000088, "Wrong size on USBZWeaponPartSlot"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketCategoryWidget_GetCategoryStringTextFromCategoryEnum \ +static_assert(alignof(SBZBlackMarketCategoryWidget_GetCategoryStringTextFromCategoryEnum) == 0x000008, "Wrong alignment on SBZBlackMarketCategoryWidget_GetCategoryStringTextFromCategoryEnum"); \ +static_assert(sizeof(SBZBlackMarketCategoryWidget_GetCategoryStringTextFromCategoryEnum) == 0x000020, "Wrong size on SBZBlackMarketCategoryWidget_GetCategoryStringTextFromCategoryEnum"); \ +static_assert(offsetof(SBZBlackMarketCategoryWidget_GetCategoryStringTextFromCategoryEnum, InCategory) == 0x000000, "Member 'SBZBlackMarketCategoryWidget_GetCategoryStringTextFromCategoryEnum::InCategory' has a wrong offset!"); \ +static_assert(offsetof(SBZBlackMarketCategoryWidget_GetCategoryStringTextFromCategoryEnum, ReturnValue) == 0x000008, "Member 'SBZBlackMarketCategoryWidget_GetCategoryStringTextFromCategoryEnum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketCategoryWidget_SetStoreCategoryName \ +static_assert(alignof(SBZBlackMarketCategoryWidget_SetStoreCategoryName) == 0x000008, "Wrong alignment on SBZBlackMarketCategoryWidget_SetStoreCategoryName"); \ +static_assert(sizeof(SBZBlackMarketCategoryWidget_SetStoreCategoryName) == 0x000018, "Wrong size on SBZBlackMarketCategoryWidget_SetStoreCategoryName"); \ +static_assert(offsetof(SBZBlackMarketCategoryWidget_SetStoreCategoryName, InCategoryName) == 0x000000, "Member 'SBZBlackMarketCategoryWidget_SetStoreCategoryName::InCategoryName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketCategoryWidget_UpdateCategoryVisuals \ +static_assert(alignof(SBZBlackMarketCategoryWidget_UpdateCategoryVisuals) == 0x000001, "Wrong alignment on SBZBlackMarketCategoryWidget_UpdateCategoryVisuals"); \ +static_assert(sizeof(SBZBlackMarketCategoryWidget_UpdateCategoryVisuals) == 0x000001, "Wrong size on SBZBlackMarketCategoryWidget_UpdateCategoryVisuals"); \ +static_assert(offsetof(SBZBlackMarketCategoryWidget_UpdateCategoryVisuals, CategoryType) == 0x000000, "Member 'SBZBlackMarketCategoryWidget_UpdateCategoryVisuals::CategoryType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBlackMarketCategoryWidget \ +static_assert(alignof(USBZBlackMarketCategoryWidget) == 0x000008, "Wrong alignment on USBZBlackMarketCategoryWidget"); \ +static_assert(sizeof(USBZBlackMarketCategoryWidget) == 0x000298, "Wrong size on USBZBlackMarketCategoryWidget"); \ +static_assert(offsetof(USBZBlackMarketCategoryWidget, Panel_ButtonList) == 0x000290, "Member 'USBZBlackMarketCategoryWidget::Panel_ButtonList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityDecider_AIObjective \ +static_assert(alignof(USBZAIUtilityDecider_AIObjective) == 0x000008, "Wrong alignment on USBZAIUtilityDecider_AIObjective"); \ +static_assert(sizeof(USBZAIUtilityDecider_AIObjective) == 0x000148, "Wrong size on USBZAIUtilityDecider_AIObjective"); \ +static_assert(offsetof(USBZAIUtilityDecider_AIObjective, CurrentObjective) == 0x000120, "Member 'USBZAIUtilityDecider_AIObjective::CurrentObjective' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityDecider_AIObjective, TargetObjectiveBBKey) == 0x000128, "Member 'USBZAIUtilityDecider_AIObjective::TargetObjectiveBBKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityDecider_AIObjectiveSearch \ +static_assert(alignof(USBZAIUtilityDecider_AIObjectiveSearch) == 0x000008, "Wrong alignment on USBZAIUtilityDecider_AIObjectiveSearch"); \ +static_assert(sizeof(USBZAIUtilityDecider_AIObjectiveSearch) == 0x000138, "Wrong size on USBZAIUtilityDecider_AIObjectiveSearch"); \ +static_assert(offsetof(USBZAIUtilityDecider_AIObjectiveSearch, CurrentRoomToSearch) == 0x000120, "Member 'USBZAIUtilityDecider_AIObjectiveSearch::CurrentRoomToSearch' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityDecider_AIObjectiveSearch, TargetRoomBBKey) == 0x000128, "Member 'USBZAIUtilityDecider_AIObjectiveSearch::TargetRoomBBKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTService_LookAround \ +static_assert(alignof(USBZBTService_LookAround) == 0x000008, "Wrong alignment on USBZBTService_LookAround"); \ +static_assert(sizeof(USBZBTService_LookAround) == 0x000088, "Wrong size on USBZBTService_LookAround"); \ +static_assert(offsetof(USBZBTService_LookAround, LookAroundTime) == 0x000078, "Member 'USBZBTService_LookAround::LookAroundTime' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_LookAround, WaitTimeBetweenRotations) == 0x00007C, "Member 'USBZBTService_LookAround::WaitTimeBetweenRotations' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_LookAround, MaximumRotationAngle) == 0x000080, "Member 'USBZBTService_LookAround::MaximumRotationAngle' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_LookAround, FocusPriority) == 0x000084, "Member 'USBZBTService_LookAround::FocusPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityDecider_Escort \ +static_assert(alignof(USBZAIUtilityDecider_Escort) == 0x000008, "Wrong alignment on USBZAIUtilityDecider_Escort"); \ +static_assert(sizeof(USBZAIUtilityDecider_Escort) == 0x000190, "Wrong size on USBZAIUtilityDecider_Escort"); \ +static_assert(offsetof(USBZAIUtilityDecider_Escort, EscortStates) == 0x0000B0, "Member 'USBZAIUtilityDecider_Escort::EscortStates' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityDecider_Escort, CurrentSuspect) == 0x000140, "Member 'USBZAIUtilityDecider_Escort::CurrentSuspect' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityDecider_Escort, Suspects) == 0x000148, "Member 'USBZAIUtilityDecider_Escort::Suspects' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityDecider_Escort, TagsToIgnore) == 0x000158, "Member 'USBZAIUtilityDecider_Escort::TagsToIgnore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZGameplaySystemInterface \ +static_assert(alignof(ISBZGameplaySystemInterface) == 0x000001, "Wrong alignment on ISBZGameplaySystemInterface"); \ +static_assert(sizeof(ISBZGameplaySystemInterface) == 0x000001, "Wrong size on ISBZGameplaySystemInterface"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityDecider_FollowOrder \ +static_assert(alignof(USBZAIUtilityDecider_FollowOrder) == 0x000008, "Wrong alignment on USBZAIUtilityDecider_FollowOrder"); \ +static_assert(sizeof(USBZAIUtilityDecider_FollowOrder) == 0x0000D0, "Wrong size on USBZAIUtilityDecider_FollowOrder"); \ +static_assert(offsetof(USBZAIUtilityDecider_FollowOrder, CurrentOrder) == 0x0000B0, "Member 'USBZAIUtilityDecider_FollowOrder::CurrentOrder' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityDecider_FollowOrder, NewOrder) == 0x0000B8, "Member 'USBZAIUtilityDecider_FollowOrder::NewOrder' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityDecider_FollowOrder, InjectionTag) == 0x0000C0, "Member 'USBZAIUtilityDecider_FollowOrder::InjectionTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBaseInventoryItemVisualsWidget_InitializeItem \ +static_assert(alignof(SBZBaseInventoryItemVisualsWidget_InitializeItem) == 0x000008, "Wrong alignment on SBZBaseInventoryItemVisualsWidget_InitializeItem"); \ +static_assert(sizeof(SBZBaseInventoryItemVisualsWidget_InitializeItem) == 0x000010, "Wrong size on SBZBaseInventoryItemVisualsWidget_InitializeItem"); \ +static_assert(offsetof(SBZBaseInventoryItemVisualsWidget_InitializeItem, InItem) == 0x000000, "Member 'SBZBaseInventoryItemVisualsWidget_InitializeItem::InItem' has a wrong offset!"); \ +static_assert(offsetof(SBZBaseInventoryItemVisualsWidget_InitializeItem, bShouldLoadImage) == 0x000008, "Member 'SBZBaseInventoryItemVisualsWidget_InitializeItem::bShouldLoadImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBaseInventoryItemVisualsWidget_ItemInitialized \ +static_assert(alignof(SBZBaseInventoryItemVisualsWidget_ItemInitialized) == 0x000008, "Wrong alignment on SBZBaseInventoryItemVisualsWidget_ItemInitialized"); \ +static_assert(sizeof(SBZBaseInventoryItemVisualsWidget_ItemInitialized) == 0x000008, "Wrong size on SBZBaseInventoryItemVisualsWidget_ItemInitialized"); \ +static_assert(offsetof(SBZBaseInventoryItemVisualsWidget_ItemInitialized, NewItem) == 0x000000, "Member 'SBZBaseInventoryItemVisualsWidget_ItemInitialized::NewItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBaseInventoryItemVisualsWidget_OnLoadingChanged \ +static_assert(alignof(SBZBaseInventoryItemVisualsWidget_OnLoadingChanged) == 0x000001, "Wrong alignment on SBZBaseInventoryItemVisualsWidget_OnLoadingChanged"); \ +static_assert(sizeof(SBZBaseInventoryItemVisualsWidget_OnLoadingChanged) == 0x000001, "Wrong size on SBZBaseInventoryItemVisualsWidget_OnLoadingChanged"); \ +static_assert(offsetof(SBZBaseInventoryItemVisualsWidget_OnLoadingChanged, bIsLoading) == 0x000000, "Member 'SBZBaseInventoryItemVisualsWidget_OnLoadingChanged::bIsLoading' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBaseInventoryItemVisualsWidget_SpriteLoaded \ +static_assert(alignof(SBZBaseInventoryItemVisualsWidget_SpriteLoaded) == 0x000008, "Wrong alignment on SBZBaseInventoryItemVisualsWidget_SpriteLoaded"); \ +static_assert(sizeof(SBZBaseInventoryItemVisualsWidget_SpriteLoaded) == 0x000008, "Wrong size on SBZBaseInventoryItemVisualsWidget_SpriteLoaded"); \ +static_assert(offsetof(SBZBaseInventoryItemVisualsWidget_SpriteLoaded, OutLoadedSprite) == 0x000000, "Member 'SBZBaseInventoryItemVisualsWidget_SpriteLoaded::OutLoadedSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBaseInventoryItemVisualsWidget \ +static_assert(alignof(USBZBaseInventoryItemVisualsWidget) == 0x000008, "Wrong alignment on USBZBaseInventoryItemVisualsWidget"); \ +static_assert(sizeof(USBZBaseInventoryItemVisualsWidget) == 0x0002B8, "Wrong size on USBZBaseInventoryItemVisualsWidget"); \ +static_assert(offsetof(USBZBaseInventoryItemVisualsWidget, Item) == 0x000290, "Member 'USBZBaseInventoryItemVisualsWidget::Item' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInventoryItemVisualsWidget, ItemSprite) == 0x000298, "Member 'USBZBaseInventoryItemVisualsWidget::ItemSprite' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseInventoryItemVisualsWidget, LastItemSprite) == 0x0002A0, "Member 'USBZBaseInventoryItemVisualsWidget::LastItemSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_AnyPlayerVisibleFromAI \ +static_assert(alignof(USBZAIUtilityScorer_AnyPlayerVisibleFromAI) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_AnyPlayerVisibleFromAI"); \ +static_assert(sizeof(USBZAIUtilityScorer_AnyPlayerVisibleFromAI) == 0x000068, "Wrong size on USBZAIUtilityScorer_AnyPlayerVisibleFromAI"); \ +static_assert(offsetof(USBZAIUtilityScorer_AnyPlayerVisibleFromAI, MaximumRangeToCheck) == 0x000060, "Member 'USBZAIUtilityScorer_AnyPlayerVisibleFromAI::MaximumRangeToCheck' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityScorer_AnyPlayerVisibleFromAI, bUseIntimidationRagne) == 0x000064, "Member 'USBZAIUtilityScorer_AnyPlayerVisibleFromAI::bUseIntimidationRagne' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLeftHandEquippableAnimation \ +static_assert(alignof(USBZLeftHandEquippableAnimation) == 0x000010, "Wrong alignment on USBZLeftHandEquippableAnimation"); \ +static_assert(sizeof(USBZLeftHandEquippableAnimation) == 0x0002F0, "Wrong size on USBZLeftHandEquippableAnimation"); \ +static_assert(offsetof(USBZLeftHandEquippableAnimation, Idle) == 0x0002B8, "Member 'USBZLeftHandEquippableAnimation::Idle' has a wrong offset!"); \ +static_assert(offsetof(USBZLeftHandEquippableAnimation, UsingIdle) == 0x0002C0, "Member 'USBZLeftHandEquippableAnimation::UsingIdle' has a wrong offset!"); \ +static_assert(offsetof(USBZLeftHandEquippableAnimation, IdleTime) == 0x0002C8, "Member 'USBZLeftHandEquippableAnimation::IdleTime' has a wrong offset!"); \ +static_assert(offsetof(USBZLeftHandEquippableAnimation, Character) == 0x0002D0, "Member 'USBZLeftHandEquippableAnimation::Character' has a wrong offset!"); \ +static_assert(offsetof(USBZLeftHandEquippableAnimation, Equippable) == 0x0002D8, "Member 'USBZLeftHandEquippableAnimation::Equippable' has a wrong offset!"); \ +static_assert(offsetof(USBZLeftHandEquippableAnimation, AnimationCollection) == 0x0002E0, "Member 'USBZLeftHandEquippableAnimation::AnimationCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTService_PlaceActor \ +static_assert(alignof(USBZBTService_PlaceActor) == 0x000008, "Wrong alignment on USBZBTService_PlaceActor"); \ +static_assert(sizeof(USBZBTService_PlaceActor) == 0x0000A0, "Wrong size on USBZBTService_PlaceActor"); \ +static_assert(offsetof(USBZBTService_PlaceActor, PlacingCooldown) == 0x000078, "Member 'USBZBTService_PlaceActor::PlacingCooldown' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_PlaceActor, RandomChance) == 0x00007C, "Member 'USBZBTService_PlaceActor::RandomChance' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_PlaceActor, ForbiddenPlacementTags) == 0x000080, "Member 'USBZBTService_PlaceActor::ForbiddenPlacementTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTService_PlaceMines \ +static_assert(alignof(USBZBTService_PlaceMines) == 0x000008, "Wrong alignment on USBZBTService_PlaceMines"); \ +static_assert(sizeof(USBZBTService_PlaceMines) == 0x0000C0, "Wrong size on USBZBTService_PlaceMines"); \ +static_assert(offsetof(USBZBTService_PlaceMines, PlacedMine) == 0x0000A0, "Member 'USBZBTService_PlaceMines::PlacedMine' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_PlaceMines, EnemyDistance) == 0x0000A8, "Member 'USBZBTService_PlaceMines::EnemyDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_PlaceMines, MinWallAndMineDistance2D) == 0x0000B0, "Member 'USBZBTService_PlaceMines::MinWallAndMineDistance2D' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_PlaceMines, MinDistanceToMinesZ) == 0x0000B4, "Member 'USBZBTService_PlaceMines::MinDistanceToMinesZ' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_PlaceMines, MaxMinesPlaced) == 0x0000B8, "Member 'USBZBTService_PlaceMines::MaxMinesPlaced' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_CanAnticipateExplosion \ +static_assert(alignof(USBZAIUtilityScorer_CanAnticipateExplosion) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_CanAnticipateExplosion"); \ +static_assert(sizeof(USBZAIUtilityScorer_CanAnticipateExplosion) == 0x000070, "Wrong size on USBZAIUtilityScorer_CanAnticipateExplosion"); \ +static_assert(offsetof(USBZAIUtilityScorer_CanAnticipateExplosion, TriggerChance) == 0x000060, "Member 'USBZAIUtilityScorer_CanAnticipateExplosion::TriggerChance' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityScorer_CanAnticipateExplosion, DetectionSettings) == 0x000068, "Member 'USBZAIUtilityScorer_CanAnticipateExplosion::DetectionSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_CanEquipAtIndex \ +static_assert(alignof(USBZAIUtilityScorer_CanEquipAtIndex) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_CanEquipAtIndex"); \ +static_assert(sizeof(USBZAIUtilityScorer_CanEquipAtIndex) == 0x000068, "Wrong size on USBZAIUtilityScorer_CanEquipAtIndex"); \ +static_assert(offsetof(USBZAIUtilityScorer_CanEquipAtIndex, Index_0) == 0x000060, "Member 'USBZAIUtilityScorer_CanEquipAtIndex::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketVendorButton_InitializeVendorData \ +static_assert(alignof(SBZBlackMarketVendorButton_InitializeVendorData) == 0x000008, "Wrong alignment on SBZBlackMarketVendorButton_InitializeVendorData"); \ +static_assert(sizeof(SBZBlackMarketVendorButton_InitializeVendorData) == 0x000008, "Wrong size on SBZBlackMarketVendorButton_InitializeVendorData"); \ +static_assert(offsetof(SBZBlackMarketVendorButton_InitializeVendorData, InVendorData) == 0x000000, "Member 'SBZBlackMarketVendorButton_InitializeVendorData::InVendorData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketVendorButton_OnActiveVendorSet \ +static_assert(alignof(SBZBlackMarketVendorButton_OnActiveVendorSet) == 0x000001, "Wrong alignment on SBZBlackMarketVendorButton_OnActiveVendorSet"); \ +static_assert(sizeof(SBZBlackMarketVendorButton_OnActiveVendorSet) == 0x000001, "Wrong size on SBZBlackMarketVendorButton_OnActiveVendorSet"); \ +static_assert(offsetof(SBZBlackMarketVendorButton_OnActiveVendorSet, bInIsActiveVendor) == 0x000000, "Member 'SBZBlackMarketVendorButton_OnActiveVendorSet::bInIsActiveVendor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketVendorButton_OnVendorDataInitialized \ +static_assert(alignof(SBZBlackMarketVendorButton_OnVendorDataInitialized) == 0x000008, "Wrong alignment on SBZBlackMarketVendorButton_OnVendorDataInitialized"); \ +static_assert(sizeof(SBZBlackMarketVendorButton_OnVendorDataInitialized) == 0x000008, "Wrong size on SBZBlackMarketVendorButton_OnVendorDataInitialized"); \ +static_assert(offsetof(SBZBlackMarketVendorButton_OnVendorDataInitialized, InVendorData) == 0x000000, "Member 'SBZBlackMarketVendorButton_OnVendorDataInitialized::InVendorData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketVendorButton_SetActiveVendor \ +static_assert(alignof(SBZBlackMarketVendorButton_SetActiveVendor) == 0x000001, "Wrong alignment on SBZBlackMarketVendorButton_SetActiveVendor"); \ +static_assert(sizeof(SBZBlackMarketVendorButton_SetActiveVendor) == 0x000001, "Wrong size on SBZBlackMarketVendorButton_SetActiveVendor"); \ +static_assert(offsetof(SBZBlackMarketVendorButton_SetActiveVendor, bInIsActiveVendor) == 0x000000, "Member 'SBZBlackMarketVendorButton_SetActiveVendor::bInIsActiveVendor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketVendorButton_GetVendorData \ +static_assert(alignof(SBZBlackMarketVendorButton_GetVendorData) == 0x000008, "Wrong alignment on SBZBlackMarketVendorButton_GetVendorData"); \ +static_assert(sizeof(SBZBlackMarketVendorButton_GetVendorData) == 0x000008, "Wrong size on SBZBlackMarketVendorButton_GetVendorData"); \ +static_assert(offsetof(SBZBlackMarketVendorButton_GetVendorData, ReturnValue) == 0x000000, "Member 'SBZBlackMarketVendorButton_GetVendorData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBlackMarketVendorButton \ +static_assert(alignof(USBZBlackMarketVendorButton) == 0x000008, "Wrong alignment on USBZBlackMarketVendorButton"); \ +static_assert(sizeof(USBZBlackMarketVendorButton) == 0x000380, "Wrong size on USBZBlackMarketVendorButton"); \ +static_assert(offsetof(USBZBlackMarketVendorButton, VendorData) == 0x000370, "Member 'USBZBlackMarketVendorButton::VendorData' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketVendorButton, bIsActiveVendor) == 0x000378, "Member 'USBZBlackMarketVendorButton::bIsActiveVendor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMaskSprayCanOnPatternRApplier \ +static_assert(alignof(USBZMaskSprayCanOnPatternRApplier) == 0x000008, "Wrong alignment on USBZMaskSprayCanOnPatternRApplier"); \ +static_assert(sizeof(USBZMaskSprayCanOnPatternRApplier) == 0x000038, "Wrong size on USBZMaskSprayCanOnPatternRApplier"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_CanPerceivePlayerAction \ +static_assert(alignof(USBZAIUtilityScorer_CanPerceivePlayerAction) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_CanPerceivePlayerAction"); \ +static_assert(sizeof(USBZAIUtilityScorer_CanPerceivePlayerAction) == 0x000060, "Wrong size on USBZAIUtilityScorer_CanPerceivePlayerAction"); \ + +#define DUMPER7_ASSERTS_USBZMaskDatabase \ +static_assert(alignof(USBZMaskDatabase) == 0x000008, "Wrong alignment on USBZMaskDatabase"); \ +static_assert(sizeof(USBZMaskDatabase) == 0x000050, "Wrong size on USBZMaskDatabase"); \ +static_assert(offsetof(USBZMaskDatabase, Masks) == 0x000038, "Member 'USBZMaskDatabase::Masks' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskDatabase, CustomizableMask) == 0x000048, "Member 'USBZMaskDatabase::CustomizableMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZRangedWeaponEffect \ +static_assert(alignof(USBZRangedWeaponEffect) == 0x000008, "Wrong alignment on USBZRangedWeaponEffect"); \ +static_assert(sizeof(USBZRangedWeaponEffect) == 0x0008C0, "Wrong size on USBZRangedWeaponEffect"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_CanSeeEnemy \ +static_assert(alignof(USBZAIUtilityScorer_CanSeeEnemy) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_CanSeeEnemy"); \ +static_assert(sizeof(USBZAIUtilityScorer_CanSeeEnemy) == 0x000070, "Wrong size on USBZAIUtilityScorer_CanSeeEnemy"); \ +static_assert(offsetof(USBZAIUtilityScorer_CanSeeEnemy, BlackboardKey) == 0x000060, "Member 'USBZAIUtilityScorer_CanSeeEnemy::BlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZRagdollSyncManager_Multicast_RagdollSyncData \ +static_assert(alignof(SBZRagdollSyncManager_Multicast_RagdollSyncData) == 0x000008, "Wrong alignment on SBZRagdollSyncManager_Multicast_RagdollSyncData"); \ +static_assert(sizeof(SBZRagdollSyncManager_Multicast_RagdollSyncData) == 0x000010, "Wrong size on SBZRagdollSyncManager_Multicast_RagdollSyncData"); \ +static_assert(offsetof(SBZRagdollSyncManager_Multicast_RagdollSyncData, InRagdollSyncData) == 0x000000, "Member 'SBZRagdollSyncManager_Multicast_RagdollSyncData::InRagdollSyncData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZRagdollSyncManager_OnHeistStateChanged \ +static_assert(alignof(SBZRagdollSyncManager_OnHeistStateChanged) == 0x000001, "Wrong alignment on SBZRagdollSyncManager_OnHeistStateChanged"); \ +static_assert(sizeof(SBZRagdollSyncManager_OnHeistStateChanged) == 0x000002, "Wrong size on SBZRagdollSyncManager_OnHeistStateChanged"); \ +static_assert(offsetof(SBZRagdollSyncManager_OnHeistStateChanged, OldState) == 0x000000, "Member 'SBZRagdollSyncManager_OnHeistStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZRagdollSyncManager_OnHeistStateChanged, NewState) == 0x000001, "Member 'SBZRagdollSyncManager_OnHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZRagdollSyncManager \ +static_assert(alignof(USBZRagdollSyncManager) == 0x000008, "Wrong alignment on USBZRagdollSyncManager"); \ +static_assert(sizeof(USBZRagdollSyncManager) == 0x0000E0, "Wrong size on USBZRagdollSyncManager"); \ +static_assert(offsetof(USBZRagdollSyncManager, Ragdolls) == 0x0000C0, "Member 'USBZRagdollSyncManager::Ragdolls' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTService_UpdateFocus \ +static_assert(alignof(USBZBTService_UpdateFocus) == 0x000008, "Wrong alignment on USBZBTService_UpdateFocus"); \ +static_assert(sizeof(USBZBTService_UpdateFocus) == 0x000078, "Wrong size on USBZBTService_UpdateFocus"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_CanThrowGrenade \ +static_assert(alignof(USBZAIUtilityScorer_CanThrowGrenade) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_CanThrowGrenade"); \ +static_assert(sizeof(USBZAIUtilityScorer_CanThrowGrenade) == 0x000068, "Wrong size on USBZAIUtilityScorer_CanThrowGrenade"); \ +static_assert(offsetof(USBZAIUtilityScorer_CanThrowGrenade, MinimumEnemyDistance) == 0x000060, "Member 'USBZAIUtilityScorer_CanThrowGrenade::MinimumEnemyDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_CoverSafeness \ +static_assert(alignof(USBZAIUtilityScorer_CoverSafeness) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_CoverSafeness"); \ +static_assert(sizeof(USBZAIUtilityScorer_CoverSafeness) == 0x000070, "Wrong size on USBZAIUtilityScorer_CoverSafeness"); \ +static_assert(offsetof(USBZAIUtilityScorer_CoverSafeness, CoverBBKey) == 0x000060, "Member 'USBZAIUtilityScorer_CoverSafeness::CoverBBKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_Crew_CoverSafeness \ +static_assert(alignof(USBZAIUtilityScorer_Crew_CoverSafeness) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_Crew_CoverSafeness"); \ +static_assert(sizeof(USBZAIUtilityScorer_Crew_CoverSafeness) == 0x000060, "Wrong size on USBZAIUtilityScorer_Crew_CoverSafeness"); \ + +#define DUMPER7_ASSERTS_SBZThermite_BP_OnInterferenceChanged \ +static_assert(alignof(SBZThermite_BP_OnInterferenceChanged) == 0x000001, "Wrong alignment on SBZThermite_BP_OnInterferenceChanged"); \ +static_assert(sizeof(SBZThermite_BP_OnInterferenceChanged) == 0x000001, "Wrong size on SBZThermite_BP_OnInterferenceChanged"); \ +static_assert(offsetof(SBZThermite_BP_OnInterferenceChanged, bInterfered) == 0x000000, "Member 'SBZThermite_BP_OnInterferenceChanged::bInterfered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThermite_BP_OnStateChanged \ +static_assert(alignof(SBZThermite_BP_OnStateChanged) == 0x000001, "Wrong alignment on SBZThermite_BP_OnStateChanged"); \ +static_assert(sizeof(SBZThermite_BP_OnStateChanged) == 0x000003, "Wrong size on SBZThermite_BP_OnStateChanged"); \ +static_assert(offsetof(SBZThermite_BP_OnStateChanged, OldState) == 0x000000, "Member 'SBZThermite_BP_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZThermite_BP_OnStateChanged, NewState) == 0x000001, "Member 'SBZThermite_BP_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(SBZThermite_BP_OnStateChanged, bDoCosmetics) == 0x000002, "Member 'SBZThermite_BP_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThermite_BP_OnThermiteBagOverlapped \ +static_assert(alignof(SBZThermite_BP_OnThermiteBagOverlapped) == 0x000001, "Wrong alignment on SBZThermite_BP_OnThermiteBagOverlapped"); \ +static_assert(sizeof(SBZThermite_BP_OnThermiteBagOverlapped) == 0x000001, "Wrong size on SBZThermite_BP_OnThermiteBagOverlapped"); \ +static_assert(offsetof(SBZThermite_BP_OnThermiteBagOverlapped, bIsInitialBag) == 0x000000, "Member 'SBZThermite_BP_OnThermiteBagOverlapped::bIsInitialBag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThermite_Multicast_SetOutsideInterference \ +static_assert(alignof(SBZThermite_Multicast_SetOutsideInterference) == 0x000001, "Wrong alignment on SBZThermite_Multicast_SetOutsideInterference"); \ +static_assert(sizeof(SBZThermite_Multicast_SetOutsideInterference) == 0x000001, "Wrong size on SBZThermite_Multicast_SetOutsideInterference"); \ +static_assert(offsetof(SBZThermite_Multicast_SetOutsideInterference, bInIsActive) == 0x000000, "Member 'SBZThermite_Multicast_SetOutsideInterference::bInIsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThermite_Multicast_SetState \ +static_assert(alignof(SBZThermite_Multicast_SetState) == 0x000001, "Wrong alignment on SBZThermite_Multicast_SetState"); \ +static_assert(sizeof(SBZThermite_Multicast_SetState) == 0x000001, "Wrong size on SBZThermite_Multicast_SetState"); \ +static_assert(offsetof(SBZThermite_Multicast_SetState, NewState) == 0x000000, "Member 'SBZThermite_Multicast_SetState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThermite_Multicast_ThermiteBagOverlapped \ +static_assert(alignof(SBZThermite_Multicast_ThermiteBagOverlapped) == 0x000001, "Wrong alignment on SBZThermite_Multicast_ThermiteBagOverlapped"); \ +static_assert(sizeof(SBZThermite_Multicast_ThermiteBagOverlapped) == 0x000001, "Wrong size on SBZThermite_Multicast_ThermiteBagOverlapped"); \ +static_assert(offsetof(SBZThermite_Multicast_ThermiteBagOverlapped, bIsInitialBag) == 0x000000, "Member 'SBZThermite_Multicast_ThermiteBagOverlapped::bIsInitialBag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThermite_OnAckCompleteIgnition \ +static_assert(alignof(SBZThermite_OnAckCompleteIgnition) == 0x000008, "Wrong alignment on SBZThermite_OnAckCompleteIgnition"); \ +static_assert(sizeof(SBZThermite_OnAckCompleteIgnition) == 0x000018, "Wrong size on SBZThermite_OnAckCompleteIgnition"); \ +static_assert(offsetof(SBZThermite_OnAckCompleteIgnition, Interactable) == 0x000000, "Member 'SBZThermite_OnAckCompleteIgnition::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZThermite_OnAckCompleteIgnition, Interactor) == 0x000008, "Member 'SBZThermite_OnAckCompleteIgnition::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZThermite_OnAckCompleteIgnition, bIsLocallyControlledInteractor) == 0x000010, "Member 'SBZThermite_OnAckCompleteIgnition::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThermite_OnBoxComponentBeginOverlap \ +static_assert(alignof(SBZThermite_OnBoxComponentBeginOverlap) == 0x000008, "Wrong alignment on SBZThermite_OnBoxComponentBeginOverlap"); \ +static_assert(sizeof(SBZThermite_OnBoxComponentBeginOverlap) == 0x0000B0, "Wrong size on SBZThermite_OnBoxComponentBeginOverlap"); \ +static_assert(offsetof(SBZThermite_OnBoxComponentBeginOverlap, OverlappedComponent) == 0x000000, "Member 'SBZThermite_OnBoxComponentBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZThermite_OnBoxComponentBeginOverlap, OtherActor) == 0x000008, "Member 'SBZThermite_OnBoxComponentBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZThermite_OnBoxComponentBeginOverlap, OtherComp) == 0x000010, "Member 'SBZThermite_OnBoxComponentBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZThermite_OnBoxComponentBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'SBZThermite_OnBoxComponentBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZThermite_OnBoxComponentBeginOverlap, bFromSweep) == 0x00001C, "Member 'SBZThermite_OnBoxComponentBeginOverlap::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(SBZThermite_OnBoxComponentBeginOverlap, SweepResult) == 0x000020, "Member 'SBZThermite_OnBoxComponentBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThermite_OnRep_CurrentState \ +static_assert(alignof(SBZThermite_OnRep_CurrentState) == 0x000001, "Wrong alignment on SBZThermite_OnRep_CurrentState"); \ +static_assert(sizeof(SBZThermite_OnRep_CurrentState) == 0x000001, "Wrong size on SBZThermite_OnRep_CurrentState"); \ +static_assert(offsetof(SBZThermite_OnRep_CurrentState, OldState) == 0x000000, "Member 'SBZThermite_OnRep_CurrentState::OldState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThermite_SetBagOverlapBoxEnabled \ +static_assert(alignof(SBZThermite_SetBagOverlapBoxEnabled) == 0x000001, "Wrong alignment on SBZThermite_SetBagOverlapBoxEnabled"); \ +static_assert(sizeof(SBZThermite_SetBagOverlapBoxEnabled) == 0x000001, "Wrong size on SBZThermite_SetBagOverlapBoxEnabled"); \ +static_assert(offsetof(SBZThermite_SetBagOverlapBoxEnabled, bInEnabled) == 0x000000, "Member 'SBZThermite_SetBagOverlapBoxEnabled::bInEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThermite_SetOutsideInterferenceActive \ +static_assert(alignof(SBZThermite_SetOutsideInterferenceActive) == 0x000001, "Wrong alignment on SBZThermite_SetOutsideInterferenceActive"); \ +static_assert(sizeof(SBZThermite_SetOutsideInterferenceActive) == 0x000001, "Wrong size on SBZThermite_SetOutsideInterferenceActive"); \ +static_assert(offsetof(SBZThermite_SetOutsideInterferenceActive, bInActive) == 0x000000, "Member 'SBZThermite_SetOutsideInterferenceActive::bInActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZThermite \ +static_assert(alignof(ASBZThermite) == 0x000008, "Wrong alignment on ASBZThermite"); \ +static_assert(sizeof(ASBZThermite) == 0x0003B8, "Wrong size on ASBZThermite"); \ +static_assert(offsetof(ASBZThermite, OnThermiteComplete) == 0x000300, "Member 'ASBZThermite::OnThermiteComplete' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermite, OnIgnited) == 0x000310, "Member 'ASBZThermite::OnIgnited' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermite, OnFlashOver) == 0x000320, "Member 'ASBZThermite::OnFlashOver' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermite, OnPrimaryThermiteSet) == 0x000330, "Member 'ASBZThermite::OnPrimaryThermiteSet' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermite, OnBagEntered) == 0x000340, "Member 'ASBZThermite::OnBagEntered' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermite, BagOverlapBoxComponent) == 0x000350, "Member 'ASBZThermite::BagOverlapBoxComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermite, IgnitionInteractableComponent) == 0x000358, "Member 'ASBZThermite::IgnitionInteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermite, BurnDuration) == 0x000360, "Member 'ASBZThermite::BurnDuration' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermite, CriticalBurnInterval) == 0x000364, "Member 'ASBZThermite::CriticalBurnInterval' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermite, ExplosionChance) == 0x00036C, "Member 'ASBZThermite::ExplosionChance' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermite, TimeBetweenExplosionChecks) == 0x000370, "Member 'ASBZThermite::TimeBetweenExplosionChecks' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermite, InitialBagTypeTag) == 0x000374, "Member 'ASBZThermite::InitialBagTypeTag' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermite, AdditionalBagTypeTag) == 0x000380, "Member 'ASBZThermite::AdditionalBagTypeTag' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermite, bShouldDestroyOnComplete) == 0x00038C, "Member 'ASBZThermite::bShouldDestroyOnComplete' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermite, bStartEnabled) == 0x00038D, "Member 'ASBZThermite::bStartEnabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermite, ElapsedBurnTime) == 0x000390, "Member 'ASBZThermite::ElapsedBurnTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermite, CurrentBurnState) == 0x000394, "Member 'ASBZThermite::CurrentBurnState' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermite, CriticalBurnTimeLeft) == 0x000398, "Member 'ASBZThermite::CriticalBurnTimeLeft' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermite, Seed) == 0x00039C, "Member 'ASBZThermite::Seed' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermite, bIsInterfered) == 0x0003A0, "Member 'ASBZThermite::bIsInterfered' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermite, BurnModifier) == 0x0003A4, "Member 'ASBZThermite::BurnModifier' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermite, TimeSinceLastExplosionCheck) == 0x0003A8, "Member 'ASBZThermite::TimeSinceLastExplosionCheck' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermite, InitialSeed) == 0x0003AC, "Member 'ASBZThermite::InitialSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZGadget \ +static_assert(alignof(ASBZGadget) == 0x000008, "Wrong alignment on ASBZGadget"); \ +static_assert(sizeof(ASBZGadget) == 0x0002A8, "Wrong size on ASBZGadget"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_Custom \ +static_assert(alignof(USBZAIUtilityScorer_Custom) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_Custom"); \ +static_assert(sizeof(USBZAIUtilityScorer_Custom) == 0x0000A0, "Wrong size on USBZAIUtilityScorer_Custom"); \ + +#define DUMPER7_ASSERTS_SBZBreadCrumbWidget_OnStackStateChanged \ +static_assert(alignof(SBZBreadCrumbWidget_OnStackStateChanged) == 0x000004, "Wrong alignment on SBZBreadCrumbWidget_OnStackStateChanged"); \ +static_assert(sizeof(SBZBreadCrumbWidget_OnStackStateChanged) == 0x00001C, "Wrong size on SBZBreadCrumbWidget_OnStackStateChanged"); \ +static_assert(offsetof(SBZBreadCrumbWidget_OnStackStateChanged, UIStackStateChangedEvent) == 0x000000, "Member 'SBZBreadCrumbWidget_OnStackStateChanged::UIStackStateChangedEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBreadCrumbWidget \ +static_assert(alignof(USBZBreadCrumbWidget) == 0x000008, "Wrong alignment on USBZBreadCrumbWidget"); \ +static_assert(sizeof(USBZBreadCrumbWidget) == 0x000300, "Wrong size on USBZBreadCrumbWidget"); \ +static_assert(offsetof(USBZBreadCrumbWidget, StackValueToNameMap) == 0x000290, "Member 'USBZBreadCrumbWidget::StackValueToNameMap' has a wrong offset!"); \ +static_assert(offsetof(USBZBreadCrumbWidget, BreadCrumbButtonClass) == 0x0002E0, "Member 'USBZBreadCrumbWidget::BreadCrumbButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZBreadCrumbWidget, Panel_ButtonContainer) == 0x0002E8, "Member 'USBZBreadCrumbWidget::Panel_ButtonContainer' has a wrong offset!"); \ +static_assert(offsetof(USBZBreadCrumbWidget, WidgetPool) == 0x0002F0, "Member 'USBZBreadCrumbWidget::WidgetPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_DistanceToActor \ +static_assert(alignof(USBZAIUtilityScorer_DistanceToActor) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_DistanceToActor"); \ +static_assert(sizeof(USBZAIUtilityScorer_DistanceToActor) == 0x000088, "Wrong size on USBZAIUtilityScorer_DistanceToActor"); \ +static_assert(offsetof(USBZAIUtilityScorer_DistanceToActor, DistanceRange) == 0x000060, "Member 'USBZAIUtilityScorer_DistanceToActor::DistanceRange' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityScorer_DistanceToActor, HeightLimit) == 0x000070, "Member 'USBZAIUtilityScorer_DistanceToActor::HeightLimit' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityScorer_DistanceToActor, BlackboardKey) == 0x000074, "Member 'USBZAIUtilityScorer_DistanceToActor::BlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChallengeManager_GetChallengeManager \ +static_assert(alignof(SBZChallengeManager_GetChallengeManager) == 0x000008, "Wrong alignment on SBZChallengeManager_GetChallengeManager"); \ +static_assert(sizeof(SBZChallengeManager_GetChallengeManager) == 0x000010, "Wrong size on SBZChallengeManager_GetChallengeManager"); \ +static_assert(offsetof(SBZChallengeManager_GetChallengeManager, WorldContextObject) == 0x000000, "Member 'SBZChallengeManager_GetChallengeManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZChallengeManager_GetChallengeManager, ReturnValue) == 0x000008, "Member 'SBZChallengeManager_GetChallengeManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChallengeManager_GetChallengeDescriptionText \ +static_assert(alignof(SBZChallengeManager_GetChallengeDescriptionText) == 0x000008, "Wrong alignment on SBZChallengeManager_GetChallengeDescriptionText"); \ +static_assert(sizeof(SBZChallengeManager_GetChallengeDescriptionText) == 0x0000C0, "Wrong size on SBZChallengeManager_GetChallengeDescriptionText"); \ +static_assert(offsetof(SBZChallengeManager_GetChallengeDescriptionText, Challenge) == 0x000000, "Member 'SBZChallengeManager_GetChallengeDescriptionText::Challenge' has a wrong offset!"); \ +static_assert(offsetof(SBZChallengeManager_GetChallengeDescriptionText, ReturnValue) == 0x0000A8, "Member 'SBZChallengeManager_GetChallengeDescriptionText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChallengeManager_GetChallengeNameText \ +static_assert(alignof(SBZChallengeManager_GetChallengeNameText) == 0x000008, "Wrong alignment on SBZChallengeManager_GetChallengeNameText"); \ +static_assert(sizeof(SBZChallengeManager_GetChallengeNameText) == 0x0000C0, "Wrong size on SBZChallengeManager_GetChallengeNameText"); \ +static_assert(offsetof(SBZChallengeManager_GetChallengeNameText, Challenge) == 0x000000, "Member 'SBZChallengeManager_GetChallengeNameText::Challenge' has a wrong offset!"); \ +static_assert(offsetof(SBZChallengeManager_GetChallengeNameText, ReturnValue) == 0x0000A8, "Member 'SBZChallengeManager_GetChallengeNameText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChallengeManager_GetChallengeStatDescriptionText \ +static_assert(alignof(SBZChallengeManager_GetChallengeStatDescriptionText) == 0x000008, "Wrong alignment on SBZChallengeManager_GetChallengeStatDescriptionText"); \ +static_assert(sizeof(SBZChallengeManager_GetChallengeStatDescriptionText) == 0x000038, "Wrong size on SBZChallengeManager_GetChallengeStatDescriptionText"); \ +static_assert(offsetof(SBZChallengeManager_GetChallengeStatDescriptionText, WorldContextObject) == 0x000000, "Member 'SBZChallengeManager_GetChallengeStatDescriptionText::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZChallengeManager_GetChallengeStatDescriptionText, ChallengeStat) == 0x000008, "Member 'SBZChallengeManager_GetChallengeStatDescriptionText::ChallengeStat' has a wrong offset!"); \ +static_assert(offsetof(SBZChallengeManager_GetChallengeStatDescriptionText, ReturnValue) == 0x000020, "Member 'SBZChallengeManager_GetChallengeStatDescriptionText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChallengeManager_GetChallengeStatNameText \ +static_assert(alignof(SBZChallengeManager_GetChallengeStatNameText) == 0x000008, "Wrong alignment on SBZChallengeManager_GetChallengeStatNameText"); \ +static_assert(sizeof(SBZChallengeManager_GetChallengeStatNameText) == 0x000038, "Wrong size on SBZChallengeManager_GetChallengeStatNameText"); \ +static_assert(offsetof(SBZChallengeManager_GetChallengeStatNameText, WorldContextObject) == 0x000000, "Member 'SBZChallengeManager_GetChallengeStatNameText::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZChallengeManager_GetChallengeStatNameText, ChallengeStat) == 0x000008, "Member 'SBZChallengeManager_GetChallengeStatNameText::ChallengeStat' has a wrong offset!"); \ +static_assert(offsetof(SBZChallengeManager_GetChallengeStatNameText, ReturnValue) == 0x000020, "Member 'SBZChallengeManager_GetChallengeStatNameText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChallengeManager_GetChallengeStatObjectiveText \ +static_assert(alignof(SBZChallengeManager_GetChallengeStatObjectiveText) == 0x000008, "Wrong alignment on SBZChallengeManager_GetChallengeStatObjectiveText"); \ +static_assert(sizeof(SBZChallengeManager_GetChallengeStatObjectiveText) == 0x0000E0, "Wrong size on SBZChallengeManager_GetChallengeStatObjectiveText"); \ +static_assert(offsetof(SBZChallengeManager_GetChallengeStatObjectiveText, WorldContextObject) == 0x000000, "Member 'SBZChallengeManager_GetChallengeStatObjectiveText::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZChallengeManager_GetChallengeStatObjectiveText, Challenge) == 0x000008, "Member 'SBZChallengeManager_GetChallengeStatObjectiveText::Challenge' has a wrong offset!"); \ +static_assert(offsetof(SBZChallengeManager_GetChallengeStatObjectiveText, ChallengeStat) == 0x0000B0, "Member 'SBZChallengeManager_GetChallengeStatObjectiveText::ChallengeStat' has a wrong offset!"); \ +static_assert(offsetof(SBZChallengeManager_GetChallengeStatObjectiveText, ReturnValue) == 0x0000C8, "Member 'SBZChallengeManager_GetChallengeStatObjectiveText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChallengeManager_GetStatProgress \ +static_assert(alignof(SBZChallengeManager_GetStatProgress) == 0x000004, "Wrong alignment on SBZChallengeManager_GetStatProgress"); \ +static_assert(sizeof(SBZChallengeManager_GetStatProgress) == 0x000010, "Wrong size on SBZChallengeManager_GetStatProgress"); \ +static_assert(offsetof(SBZChallengeManager_GetStatProgress, InStatID) == 0x000000, "Member 'SBZChallengeManager_GetStatProgress::InStatID' has a wrong offset!"); \ +static_assert(offsetof(SBZChallengeManager_GetStatProgress, ReturnValue) == 0x00000C, "Member 'SBZChallengeManager_GetStatProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChallengeManager_HandleOnStateMachineStateEntered \ +static_assert(alignof(SBZChallengeManager_HandleOnStateMachineStateEntered) == 0x000004, "Wrong alignment on SBZChallengeManager_HandleOnStateMachineStateEntered"); \ +static_assert(sizeof(SBZChallengeManager_HandleOnStateMachineStateEntered) == 0x00000C, "Wrong size on SBZChallengeManager_HandleOnStateMachineStateEntered"); \ +static_assert(offsetof(SBZChallengeManager_HandleOnStateMachineStateEntered, StateName) == 0x000000, "Member 'SBZChallengeManager_HandleOnStateMachineStateEntered::StateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChallengeManager_HandlePlatformUserChanged \ +static_assert(alignof(SBZChallengeManager_HandlePlatformUserChanged) == 0x000004, "Wrong alignment on SBZChallengeManager_HandlePlatformUserChanged"); \ +static_assert(sizeof(SBZChallengeManager_HandlePlatformUserChanged) == 0x000004, "Wrong size on SBZChallengeManager_HandlePlatformUserChanged"); \ +static_assert(offsetof(SBZChallengeManager_HandlePlatformUserChanged, OldUserIndex) == 0x000000, "Member 'SBZChallengeManager_HandlePlatformUserChanged::OldUserIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChallengeManager_RefreshDailySlot \ +static_assert(alignof(SBZChallengeManager_RefreshDailySlot) == 0x000004, "Wrong alignment on SBZChallengeManager_RefreshDailySlot"); \ +static_assert(sizeof(SBZChallengeManager_RefreshDailySlot) == 0x000004, "Wrong size on SBZChallengeManager_RefreshDailySlot"); \ +static_assert(offsetof(SBZChallengeManager_RefreshDailySlot, SlotIndex) == 0x000000, "Member 'SBZChallengeManager_RefreshDailySlot::SlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChallengeManager_GetCompletedChallengesDuringMission \ +static_assert(alignof(SBZChallengeManager_GetCompletedChallengesDuringMission) == 0x000008, "Wrong alignment on SBZChallengeManager_GetCompletedChallengesDuringMission"); \ +static_assert(sizeof(SBZChallengeManager_GetCompletedChallengesDuringMission) == 0x000010, "Wrong size on SBZChallengeManager_GetCompletedChallengesDuringMission"); \ +static_assert(offsetof(SBZChallengeManager_GetCompletedChallengesDuringMission, ReturnValue) == 0x000000, "Member 'SBZChallengeManager_GetCompletedChallengesDuringMission::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChallengeManager_GetDailyChallengesArray \ +static_assert(alignof(SBZChallengeManager_GetDailyChallengesArray) == 0x000008, "Wrong alignment on SBZChallengeManager_GetDailyChallengesArray"); \ +static_assert(sizeof(SBZChallengeManager_GetDailyChallengesArray) == 0x000010, "Wrong size on SBZChallengeManager_GetDailyChallengesArray"); \ +static_assert(offsetof(SBZChallengeManager_GetDailyChallengesArray, ReturnValue) == 0x000000, "Member 'SBZChallengeManager_GetDailyChallengesArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChallengeManager_GetRecommendedChallenges \ +static_assert(alignof(SBZChallengeManager_GetRecommendedChallenges) == 0x000008, "Wrong alignment on SBZChallengeManager_GetRecommendedChallenges"); \ +static_assert(sizeof(SBZChallengeManager_GetRecommendedChallenges) == 0x000028, "Wrong size on SBZChallengeManager_GetRecommendedChallenges"); \ +static_assert(offsetof(SBZChallengeManager_GetRecommendedChallenges, ScreenName) == 0x000000, "Member 'SBZChallengeManager_GetRecommendedChallenges::ScreenName' has a wrong offset!"); \ +static_assert(offsetof(SBZChallengeManager_GetRecommendedChallenges, RecommendedChallengesOut) == 0x000010, "Member 'SBZChallengeManager_GetRecommendedChallenges::RecommendedChallengesOut' has a wrong offset!"); \ +static_assert(offsetof(SBZChallengeManager_GetRecommendedChallenges, ReturnValue) == 0x000020, "Member 'SBZChallengeManager_GetRecommendedChallenges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChallengeManager_GetRerollAvailable \ +static_assert(alignof(SBZChallengeManager_GetRerollAvailable) == 0x000001, "Wrong alignment on SBZChallengeManager_GetRerollAvailable"); \ +static_assert(sizeof(SBZChallengeManager_GetRerollAvailable) == 0x000001, "Wrong size on SBZChallengeManager_GetRerollAvailable"); \ +static_assert(offsetof(SBZChallengeManager_GetRerollAvailable, ReturnValue) == 0x000000, "Member 'SBZChallengeManager_GetRerollAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZChallengeManager \ +static_assert(alignof(USBZChallengeManager) == 0x000008, "Wrong alignment on USBZChallengeManager"); \ +static_assert(sizeof(USBZChallengeManager) == 0x0002B8, "Wrong size on USBZChallengeManager"); \ +static_assert(offsetof(USBZChallengeManager, OnCompletedChallenge) == 0x000030, "Member 'USBZChallengeManager::OnCompletedChallenge' has a wrong offset!"); \ +static_assert(offsetof(USBZChallengeManager, OnCompletedAchievement) == 0x000040, "Member 'USBZChallengeManager::OnCompletedAchievement' has a wrong offset!"); \ +static_assert(offsetof(USBZChallengeManager, OnDailyChallengesUpdated) == 0x000050, "Member 'USBZChallengeManager::OnDailyChallengesUpdated' has a wrong offset!"); \ +static_assert(offsetof(USBZChallengeManager, LocalizationOverrides) == 0x000060, "Member 'USBZChallengeManager::LocalizationOverrides' has a wrong offset!"); \ +static_assert(offsetof(USBZChallengeManager, InfamyPointRewardStatID) == 0x000098, "Member 'USBZChallengeManager::InfamyPointRewardStatID' has a wrong offset!"); \ +static_assert(offsetof(USBZChallengeManager, ChallengesStringTables) == 0x0000A8, "Member 'USBZChallengeManager::ChallengesStringTables' has a wrong offset!"); \ +static_assert(offsetof(USBZChallengeManager, ChallengesStatsStringTables) == 0x0000B8, "Member 'USBZChallengeManager::ChallengesStatsStringTables' has a wrong offset!"); \ +static_assert(offsetof(USBZChallengeManager, ChallengeMap) == 0x0000E0, "Member 'USBZChallengeManager::ChallengeMap' has a wrong offset!"); \ +static_assert(offsetof(USBZChallengeManager, AchievementMap) == 0x000130, "Member 'USBZChallengeManager::AchievementMap' has a wrong offset!"); \ +static_assert(offsetof(USBZChallengeManager, StatMap) == 0x000180, "Member 'USBZChallengeManager::StatMap' has a wrong offset!"); \ +static_assert(offsetof(USBZChallengeManager, CompletedChallenges) == 0x0001D0, "Member 'USBZChallengeManager::CompletedChallenges' has a wrong offset!"); \ +static_assert(offsetof(USBZChallengeManager, ChallengeConversionMap) == 0x0001E0, "Member 'USBZChallengeManager::ChallengeConversionMap' has a wrong offset!"); \ +static_assert(offsetof(USBZChallengeManager, CompletedAchievementsAtStartup) == 0x000230, "Member 'USBZChallengeManager::CompletedAchievementsAtStartup' has a wrong offset!"); \ +static_assert(offsetof(USBZChallengeManager, ChallengeRecordCaches) == 0x000240, "Member 'USBZChallengeManager::ChallengeRecordCaches' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_DistanceToGrenade \ +static_assert(alignof(USBZAIUtilityScorer_DistanceToGrenade) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_DistanceToGrenade"); \ +static_assert(sizeof(USBZAIUtilityScorer_DistanceToGrenade) == 0x000068, "Wrong size on USBZAIUtilityScorer_DistanceToGrenade"); \ +static_assert(offsetof(USBZAIUtilityScorer_DistanceToGrenade, DetectionSettings) == 0x000060, "Member 'USBZAIUtilityScorer_DistanceToGrenade::DetectionSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZObjectImpactConfig \ +static_assert(alignof(USBZObjectImpactConfig) == 0x000008, "Wrong alignment on USBZObjectImpactConfig"); \ +static_assert(sizeof(USBZObjectImpactConfig) == 0x000080, "Wrong size on USBZObjectImpactConfig"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_EnemyHasHumanShield \ +static_assert(alignof(USBZAIUtilityScorer_EnemyHasHumanShield) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_EnemyHasHumanShield"); \ +static_assert(sizeof(USBZAIUtilityScorer_EnemyHasHumanShield) == 0x000068, "Wrong size on USBZAIUtilityScorer_EnemyHasHumanShield"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_AbortCoverReservation \ +static_assert(alignof(USBZBTDecorator_AbortCoverReservation) == 0x000008, "Wrong alignment on USBZBTDecorator_AbortCoverReservation"); \ +static_assert(sizeof(USBZBTDecorator_AbortCoverReservation) == 0x0000A0, "Wrong size on USBZBTDecorator_AbortCoverReservation"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_HasBBValue \ +static_assert(alignof(USBZAIUtilityScorer_HasBBValue) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_HasBBValue"); \ +static_assert(sizeof(USBZAIUtilityScorer_HasBBValue) == 0x000080, "Wrong size on USBZAIUtilityScorer_HasBBValue"); \ +static_assert(offsetof(USBZAIUtilityScorer_HasBBValue, BlackboardKey) == 0x000060, "Member 'USBZAIUtilityScorer_HasBBValue::BlackboardKey' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityScorer_HasBBValue, KeyType) == 0x000070, "Member 'USBZAIUtilityScorer_HasBBValue::KeyType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBaseCharacterAnimationData \ +static_assert(alignof(USBZBaseCharacterAnimationData) == 0x000008, "Wrong alignment on USBZBaseCharacterAnimationData"); \ +static_assert(sizeof(USBZBaseCharacterAnimationData) == 0x000038, "Wrong size on USBZBaseCharacterAnimationData"); \ + +#define DUMPER7_ASSERTS_USBZCharacterAnimationDataTP \ +static_assert(alignof(USBZCharacterAnimationDataTP) == 0x000008, "Wrong alignment on USBZCharacterAnimationDataTP"); \ +static_assert(sizeof(USBZCharacterAnimationDataTP) == 0x0001B8, "Wrong size on USBZCharacterAnimationDataTP"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, JogSpeedRange) == 0x000038, "Member 'USBZCharacterAnimationDataTP::JogSpeedRange' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, NormalWalkSpeedRange) == 0x000048, "Member 'USBZCharacterAnimationDataTP::NormalWalkSpeedRange' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, MoveYawInterpSpeed) == 0x000058, "Member 'USBZCharacterAnimationDataTP::MoveYawInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, VelocityInterpSpeed) == 0x00005C, "Member 'USBZCharacterAnimationDataTP::VelocityInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, RootYawReconcileInterpConstSpeed) == 0x000060, "Member 'USBZCharacterAnimationDataTP::RootYawReconcileInterpConstSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, RootYawStartMoveInterpConstSpeed) == 0x000064, "Member 'USBZCharacterAnimationDataTP::RootYawStartMoveInterpConstSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, MinMovingSpeed) == 0x000068, "Member 'USBZCharacterAnimationDataTP::MinMovingSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, MaxSpeedWarping) == 0x00006C, "Member 'USBZCharacterAnimationDataTP::MaxSpeedWarping' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, MinSpeedWarping) == 0x000070, "Member 'USBZCharacterAnimationDataTP::MinSpeedWarping' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, MaxSpeedWarpingSlopeReducer) == 0x000074, "Member 'USBZCharacterAnimationDataTP::MaxSpeedWarpingSlopeReducer' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, MinSpeedWarpingReducedBySlope) == 0x000078, "Member 'USBZCharacterAnimationDataTP::MinSpeedWarpingReducedBySlope' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, bEnableFixUpperbodyInMovingBS) == 0x00007C, "Member 'USBZCharacterAnimationDataTP::bEnableFixUpperbodyInMovingBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, TurnInPlaceBlendOut) == 0x000080, "Member 'USBZCharacterAnimationDataTP::TurnInPlaceBlendOut' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, TurnInPlacePlayRateRange) == 0x000084, "Member 'USBZCharacterAnimationDataTP::TurnInPlacePlayRateRange' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, FootLeadingScale) == 0x00008C, "Member 'USBZCharacterAnimationDataTP::FootLeadingScale' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, FootLeadingInterpSpeed) == 0x000090, "Member 'USBZCharacterAnimationDataTP::FootLeadingInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, FootLeadingMaxAngle) == 0x000094, "Member 'USBZCharacterAnimationDataTP::FootLeadingMaxAngle' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, MaxTimeOffsetFromDesiredStopTime) == 0x00009C, "Member 'USBZCharacterAnimationDataTP::MaxTimeOffsetFromDesiredStopTime' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, StopMovePlayRateInterval) == 0x0000A0, "Member 'USBZCharacterAnimationDataTP::StopMovePlayRateInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, AimOffsetMaxLODUpperbody) == 0x0000AC, "Member 'USBZCharacterAnimationDataTP::AimOffsetMaxLODUpperbody' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, AimOffsetMaxLODHead) == 0x0000B0, "Member 'USBZCharacterAnimationDataTP::AimOffsetMaxLODHead' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, AimOffsetMaxLODHeadLeading) == 0x0000B4, "Member 'USBZCharacterAnimationDataTP::AimOffsetMaxLODHeadLeading' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, AimOffsetMaxLODFullBody) == 0x0000B8, "Member 'USBZCharacterAnimationDataTP::AimOffsetMaxLODFullBody' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, AimOffsetMaxLODUpperBodyCrouchIdle) == 0x0000BC, "Member 'USBZCharacterAnimationDataTP::AimOffsetMaxLODUpperBodyCrouchIdle' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, AimOffsetMaxLODUpperBodyCrouchMoving) == 0x0000C0, "Member 'USBZCharacterAnimationDataTP::AimOffsetMaxLODUpperBodyCrouchMoving' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, MinStartMovePlayRate) == 0x0000C4, "Member 'USBZCharacterAnimationDataTP::MinStartMovePlayRate' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, MaxIncreasingAimYawDuringStartMove) == 0x0000C8, "Member 'USBZCharacterAnimationDataTP::MaxIncreasingAimYawDuringStartMove' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, MovingJumpMinSpeed) == 0x0000CC, "Member 'USBZCharacterAnimationDataTP::MovingJumpMinSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, MinAimPitchReadyPose) == 0x0000D0, "Member 'USBZCharacterAnimationDataTP::MinAimPitchReadyPose' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, RandomLookAtSpeed) == 0x0000D8, "Member 'USBZCharacterAnimationDataTP::RandomLookAtSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, RandomLookAtRestDuration) == 0x0000E0, "Member 'USBZCharacterAnimationDataTP::RandomLookAtRestDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, RandomLookAtYawRange) == 0x0000E8, "Member 'USBZCharacterAnimationDataTP::RandomLookAtYawRange' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, RandomLookAtPitchRange) == 0x0000F0, "Member 'USBZCharacterAnimationDataTP::RandomLookAtPitchRange' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, RandomLookAtSpeedExp) == 0x0000F8, "Member 'USBZCharacterAnimationDataTP::RandomLookAtSpeedExp' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, SnapToViewDuration) == 0x000100, "Member 'USBZCharacterAnimationDataTP::SnapToViewDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, ForceEquippedPoseDuration) == 0x000104, "Member 'USBZCharacterAnimationDataTP::ForceEquippedPoseDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, LeaningStrengthAlpha) == 0x000108, "Member 'USBZCharacterAnimationDataTP::LeaningStrengthAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, LeanAccelerationInterval) == 0x00010C, "Member 'USBZCharacterAnimationDataTP::LeanAccelerationInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, LeanRotationInterval) == 0x000114, "Member 'USBZCharacterAnimationDataTP::LeanRotationInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, HeadLeadingUpperBodyLerpSpeed) == 0x000120, "Member 'USBZCharacterAnimationDataTP::HeadLeadingUpperBodyLerpSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, HeadLeadingHeadInterpSpeed) == 0x000124, "Member 'USBZCharacterAnimationDataTP::HeadLeadingHeadInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, HeadLeadingMaxAngle) == 0x000128, "Member 'USBZCharacterAnimationDataTP::HeadLeadingMaxAngle' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, HeadLeadingMaxAdditiveYaw) == 0x000130, "Member 'USBZCharacterAnimationDataTP::HeadLeadingMaxAdditiveYaw' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, HeadLeadingAdditiveYawInterpSpeed) == 0x000134, "Member 'USBZCharacterAnimationDataTP::HeadLeadingAdditiveYawInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, HeadLeadingAdditiveYawAlpha) == 0x000138, "Member 'USBZCharacterAnimationDataTP::HeadLeadingAdditiveYawAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, AnkleAdjustmentMaxSpeed) == 0x00013C, "Member 'USBZCharacterAnimationDataTP::AnkleAdjustmentMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, RagdollBoneScale) == 0x000140, "Member 'USBZCharacterAnimationDataTP::RagdollBoneScale' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, DefaultRagdollBoneScale) == 0x000190, "Member 'USBZCharacterAnimationDataTP::DefaultRagdollBoneScale' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, CrouchTransitionDuration) == 0x000194, "Member 'USBZCharacterAnimationDataTP::CrouchTransitionDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, CrouchTransitionExp) == 0x000198, "Member 'USBZCharacterAnimationDataTP::CrouchTransitionExp' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, bUseHigherLowerBodyWhenCrouched) == 0x00019C, "Member 'USBZCharacterAnimationDataTP::bUseHigherLowerBodyWhenCrouched' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, StopBlendOutTime) == 0x0001A0, "Member 'USBZCharacterAnimationDataTP::StopBlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, AdditiveHipTranslationSpeed) == 0x0001A4, "Member 'USBZCharacterAnimationDataTP::AdditiveHipTranslationSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, AdditiveHipRotationSpeed) == 0x0001A8, "Member 'USBZCharacterAnimationDataTP::AdditiveHipRotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, SlopeWarpingAlpha) == 0x0001AC, "Member 'USBZCharacterAnimationDataTP::SlopeWarpingAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, WrinkleAlpha) == 0x0001B0, "Member 'USBZCharacterAnimationDataTP::WrinkleAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationDataTP, bCanDoHipsZBlending) == 0x0001B4, "Member 'USBZCharacterAnimationDataTP::bCanDoHipsZBlending' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_HasFollowTarget \ +static_assert(alignof(USBZAIUtilityScorer_HasFollowTarget) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_HasFollowTarget"); \ +static_assert(sizeof(USBZAIUtilityScorer_HasFollowTarget) == 0x000060, "Wrong size on USBZAIUtilityScorer_HasFollowTarget"); \ + +#define DUMPER7_ASSERTS_USBZOverskillThePunchByzantine \ +static_assert(alignof(USBZOverskillThePunchByzantine) == 0x000008, "Wrong alignment on USBZOverskillThePunchByzantine"); \ +static_assert(sizeof(USBZOverskillThePunchByzantine) == 0x000230, "Wrong size on USBZOverskillThePunchByzantine"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_HasNotSucceeded \ +static_assert(alignof(USBZAIUtilityScorer_HasNotSucceeded) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_HasNotSucceeded"); \ +static_assert(sizeof(USBZAIUtilityScorer_HasNotSucceeded) == 0x000068, "Wrong size on USBZAIUtilityScorer_HasNotSucceeded"); \ + +#define DUMPER7_ASSERTS_USBZPlaceableToolRequirement \ +static_assert(alignof(USBZPlaceableToolRequirement) == 0x000008, "Wrong alignment on USBZPlaceableToolRequirement"); \ +static_assert(sizeof(USBZPlaceableToolRequirement) == 0x000030, "Wrong size on USBZPlaceableToolRequirement"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_HasRelocationRequest \ +static_assert(alignof(USBZAIUtilityScorer_HasRelocationRequest) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_HasRelocationRequest"); \ +static_assert(sizeof(USBZAIUtilityScorer_HasRelocationRequest) == 0x000060, "Wrong size on USBZAIUtilityScorer_HasRelocationRequest"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_CanSeeTarget \ +static_assert(alignof(USBZBTDecorator_CanSeeTarget) == 0x000008, "Wrong alignment on USBZBTDecorator_CanSeeTarget"); \ +static_assert(sizeof(USBZBTDecorator_CanSeeTarget) == 0x0000E0, "Wrong size on USBZBTDecorator_CanSeeTarget"); \ +static_assert(offsetof(USBZBTDecorator_CanSeeTarget, bUseSlackTime) == 0x0000A0, "Member 'USBZBTDecorator_CanSeeTarget::bUseSlackTime' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_CanSeeTarget, SlackTime) == 0x0000A4, "Member 'USBZBTDecorator_CanSeeTarget::SlackTime' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_CanSeeTarget, bCheckVisualDetection) == 0x0000A8, "Member 'USBZBTDecorator_CanSeeTarget::bCheckVisualDetection' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_CanSeeTarget, bCheckRange) == 0x0000A9, "Member 'USBZBTDecorator_CanSeeTarget::bCheckRange' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_CanSeeTarget, RangeBlackboardKey) == 0x0000B0, "Member 'USBZBTDecorator_CanSeeTarget::RangeBlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_HasTag \ +static_assert(alignof(USBZAIUtilityScorer_HasTag) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_HasTag"); \ +static_assert(sizeof(USBZAIUtilityScorer_HasTag) == 0x000080, "Wrong size on USBZAIUtilityScorer_HasTag"); \ +static_assert(offsetof(USBZAIUtilityScorer_HasTag, TagToCheck) == 0x000060, "Member 'USBZAIUtilityScorer_HasTag::TagToCheck' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityScorer_HasTag, BlackboardKey) == 0x00006C, "Member 'USBZAIUtilityScorer_HasTag::BlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_Healthiness \ +static_assert(alignof(USBZAIUtilityScorer_Healthiness) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_Healthiness"); \ +static_assert(sizeof(USBZAIUtilityScorer_Healthiness) == 0x000060, "Wrong size on USBZAIUtilityScorer_Healthiness"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_Crew_CheckCoverSafeness \ +static_assert(alignof(USBZBTDecorator_Crew_CheckCoverSafeness) == 0x000008, "Wrong alignment on USBZBTDecorator_Crew_CheckCoverSafeness"); \ +static_assert(sizeof(USBZBTDecorator_Crew_CheckCoverSafeness) == 0x0000A8, "Wrong size on USBZBTDecorator_Crew_CheckCoverSafeness"); \ +static_assert(offsetof(USBZBTDecorator_Crew_CheckCoverSafeness, MinSafenessScore) == 0x0000A0, "Member 'USBZBTDecorator_Crew_CheckCoverSafeness::MinSafenessScore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_IsAssaultActive \ +static_assert(alignof(USBZAIUtilityScorer_IsAssaultActive) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_IsAssaultActive"); \ +static_assert(sizeof(USBZAIUtilityScorer_IsAssaultActive) == 0x000068, "Wrong size on USBZAIUtilityScorer_IsAssaultActive"); \ +static_assert(offsetof(USBZAIUtilityScorer_IsAssaultActive, PhasesToCheck) == 0x000060, "Member 'USBZAIUtilityScorer_IsAssaultActive::PhasesToCheck' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_IsEvading \ +static_assert(alignof(USBZAIUtilityScorer_IsEvading) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_IsEvading"); \ +static_assert(sizeof(USBZAIUtilityScorer_IsEvading) == 0x000068, "Wrong size on USBZAIUtilityScorer_IsEvading"); \ +static_assert(offsetof(USBZAIUtilityScorer_IsEvading, Bonus) == 0x000060, "Member 'USBZAIUtilityScorer_IsEvading::Bonus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOverskillMambaAzure \ +static_assert(alignof(USBZOverskillMambaAzure) == 0x000008, "Wrong alignment on USBZOverskillMambaAzure"); \ +static_assert(sizeof(USBZOverskillMambaAzure) == 0x000230, "Wrong size on USBZOverskillMambaAzure"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_IsInCover \ +static_assert(alignof(USBZAIUtilityScorer_IsInCover) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_IsInCover"); \ +static_assert(sizeof(USBZAIUtilityScorer_IsInCover) == 0x000070, "Wrong size on USBZAIUtilityScorer_IsInCover"); \ +static_assert(offsetof(USBZAIUtilityScorer_IsInCover, CurrentCoverPointBBKey) == 0x000060, "Member 'USBZAIUtilityScorer_IsInCover::CurrentCoverPointBBKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_IsMoving \ +static_assert(alignof(USBZAIUtilityScorer_IsMoving) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_IsMoving"); \ +static_assert(sizeof(USBZAIUtilityScorer_IsMoving) == 0x000060, "Wrong size on USBZAIUtilityScorer_IsMoving"); \ + +#define DUMPER7_ASSERTS_SBZBagHandleLibrary_IsValid \ +static_assert(alignof(SBZBagHandleLibrary_IsValid) == 0x000008, "Wrong alignment on SBZBagHandleLibrary_IsValid"); \ +static_assert(sizeof(SBZBagHandleLibrary_IsValid) == 0x000018, "Wrong size on SBZBagHandleLibrary_IsValid"); \ +static_assert(offsetof(SBZBagHandleLibrary_IsValid, BagHandle) == 0x000000, "Member 'SBZBagHandleLibrary_IsValid::BagHandle' has a wrong offset!"); \ +static_assert(offsetof(SBZBagHandleLibrary_IsValid, ReturnValue) == 0x000010, "Member 'SBZBagHandleLibrary_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBagHandleLibrary \ +static_assert(alignof(USBZBagHandleLibrary) == 0x000008, "Wrong alignment on USBZBagHandleLibrary"); \ +static_assert(sizeof(USBZBagHandleLibrary) == 0x000030, "Wrong size on USBZBagHandleLibrary"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_IsPathing \ +static_assert(alignof(USBZAIUtilityScorer_IsPathing) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_IsPathing"); \ +static_assert(sizeof(USBZAIUtilityScorer_IsPathing) == 0x000060, "Wrong size on USBZAIUtilityScorer_IsPathing"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_PawnType \ +static_assert(alignof(USBZAIUtilityScorer_PawnType) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_PawnType"); \ +static_assert(sizeof(USBZAIUtilityScorer_PawnType) == 0x000080, "Wrong size on USBZAIUtilityScorer_PawnType"); \ +static_assert(offsetof(USBZAIUtilityScorer_PawnType, BlackboardKey) == 0x000060, "Member 'USBZAIUtilityScorer_PawnType::BlackboardKey' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityScorer_PawnType, TypeTag) == 0x00006C, "Member 'USBZAIUtilityScorer_PawnType::TypeTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZBagSpawner \ +static_assert(alignof(ASBZBagSpawner) == 0x000008, "Wrong alignment on ASBZBagSpawner"); \ +static_assert(sizeof(ASBZBagSpawner) == 0x0002F0, "Wrong size on ASBZBagSpawner"); \ +static_assert(offsetof(ASBZBagSpawner, NumberOfBags) == 0x0002A8, "Member 'ASBZBagSpawner::NumberOfBags' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagSpawner, DelayBetweenSpawns) == 0x0002AC, "Member 'ASBZBagSpawner::DelayBetweenSpawns' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagSpawner, BagTypeToSpawn) == 0x0002B0, "Member 'ASBZBagSpawner::BagTypeToSpawn' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagSpawner, bShouldLaunchBag) == 0x0002B8, "Member 'ASBZBagSpawner::bShouldLaunchBag' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagSpawner, LaunchSpeed) == 0x0002BC, "Member 'ASBZBagSpawner::LaunchSpeed' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagSpawner, LaunchDirection) == 0x0002C0, "Member 'ASBZBagSpawner::LaunchDirection' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagSpawner, bShouldLaunchWithinCone) == 0x0002CC, "Member 'ASBZBagSpawner::bShouldLaunchWithinCone' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagSpawner, ConeAngle) == 0x0002D0, "Member 'ASBZBagSpawner::ConeAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_Room \ +static_assert(alignof(USBZAIUtilityScorer_Room) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_Room"); \ +static_assert(sizeof(USBZAIUtilityScorer_Room) == 0x000070, "Wrong size on USBZAIUtilityScorer_Room"); \ +static_assert(offsetof(USBZAIUtilityScorer_Room, BlackboardKey) == 0x000060, "Member 'USBZAIUtilityScorer_Room::BlackboardKey' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityScorer_Room, RoomType) == 0x00006C, "Member 'USBZAIUtilityScorer_Room::RoomType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZInteractableWindowComponent \ +static_assert(alignof(USBZInteractableWindowComponent) == 0x000008, "Wrong alignment on USBZInteractableWindowComponent"); \ +static_assert(sizeof(USBZInteractableWindowComponent) == 0x000360, "Wrong size on USBZInteractableWindowComponent"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_TimeSinceTimestamp \ +static_assert(alignof(USBZAIUtilityScorer_TimeSinceTimestamp) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_TimeSinceTimestamp"); \ +static_assert(sizeof(USBZAIUtilityScorer_TimeSinceTimestamp) == 0x000078, "Wrong size on USBZAIUtilityScorer_TimeSinceTimestamp"); \ +static_assert(offsetof(USBZAIUtilityScorer_TimeSinceTimestamp, BlackboardKey) == 0x000060, "Member 'USBZAIUtilityScorer_TimeSinceTimestamp::BlackboardKey' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityScorer_TimeSinceTimestamp, MaxScoreTime) == 0x00006C, "Member 'USBZAIUtilityScorer_TimeSinceTimestamp::MaxScoreTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBanPlayerManager_GetBanPlayerManager \ +static_assert(alignof(SBZBanPlayerManager_GetBanPlayerManager) == 0x000008, "Wrong alignment on SBZBanPlayerManager_GetBanPlayerManager"); \ +static_assert(sizeof(SBZBanPlayerManager_GetBanPlayerManager) == 0x000010, "Wrong size on SBZBanPlayerManager_GetBanPlayerManager"); \ +static_assert(offsetof(SBZBanPlayerManager_GetBanPlayerManager, WorldContextObject) == 0x000000, "Member 'SBZBanPlayerManager_GetBanPlayerManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZBanPlayerManager_GetBanPlayerManager, ReturnValue) == 0x000008, "Member 'SBZBanPlayerManager_GetBanPlayerManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBanPlayerManager \ +static_assert(alignof(USBZBanPlayerManager) == 0x000008, "Wrong alignment on USBZBanPlayerManager"); \ +static_assert(sizeof(USBZBanPlayerManager) == 0x000030, "Wrong size on USBZBanPlayerManager"); \ + +#define DUMPER7_ASSERTS_USBZAIUtilityScorer_WeaponPreferredRange \ +static_assert(alignof(USBZAIUtilityScorer_WeaponPreferredRange) == 0x000008, "Wrong alignment on USBZAIUtilityScorer_WeaponPreferredRange"); \ +static_assert(sizeof(USBZAIUtilityScorer_WeaponPreferredRange) == 0x000078, "Wrong size on USBZAIUtilityScorer_WeaponPreferredRange"); \ +static_assert(offsetof(USBZAIUtilityScorer_WeaponPreferredRange, BlackboardKey) == 0x000060, "Member 'USBZAIUtilityScorer_WeaponPreferredRange::BlackboardKey' has a wrong offset!"); \ +static_assert(offsetof(USBZAIUtilityScorer_WeaponPreferredRange, AdditionalRange) == 0x00006C, "Member 'USBZAIUtilityScorer_WeaponPreferredRange::AdditionalRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZIntStateReactorInterface_OnStateChanged \ +static_assert(alignof(SBZIntStateReactorInterface_OnStateChanged) == 0x000004, "Wrong alignment on SBZIntStateReactorInterface_OnStateChanged"); \ +static_assert(sizeof(SBZIntStateReactorInterface_OnStateChanged) == 0x00000C, "Wrong size on SBZIntStateReactorInterface_OnStateChanged"); \ +static_assert(offsetof(SBZIntStateReactorInterface_OnStateChanged, OldState) == 0x000000, "Member 'SBZIntStateReactorInterface_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZIntStateReactorInterface_OnStateChanged, NewState) == 0x000004, "Member 'SBZIntStateReactorInterface_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(SBZIntStateReactorInterface_OnStateChanged, bDoCosmetics) == 0x000008, "Member 'SBZIntStateReactorInterface_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZIntStateReactorInterface \ +static_assert(alignof(ISBZIntStateReactorInterface) == 0x000001, "Wrong alignment on ISBZIntStateReactorInterface"); \ +static_assert(sizeof(ISBZIntStateReactorInterface) == 0x000001, "Wrong size on ISBZIntStateReactorInterface"); \ + +#define DUMPER7_ASSERTS_USBZAIVisibilityComponent \ +static_assert(alignof(USBZAIVisibilityComponent) == 0x000010, "Wrong alignment on USBZAIVisibilityComponent"); \ +static_assert(sizeof(USBZAIVisibilityComponent) == 0x000710, "Wrong size on USBZAIVisibilityComponent"); \ +static_assert(offsetof(USBZAIVisibilityComponent, bReadyForUse) == 0x000500, "Member 'USBZAIVisibilityComponent::bReadyForUse' has a wrong offset!"); \ +static_assert(offsetof(USBZAIVisibilityComponent, bIsInRandomSublevel) == 0x000501, "Member 'USBZAIVisibilityComponent::bIsInRandomSublevel' has a wrong offset!"); \ +static_assert(offsetof(USBZAIVisibilityComponent, CollisionChannel) == 0x000502, "Member 'USBZAIVisibilityComponent::CollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(USBZAIVisibilityComponent, CharacterStandHeight) == 0x000504, "Member 'USBZAIVisibilityComponent::CharacterStandHeight' has a wrong offset!"); \ +static_assert(offsetof(USBZAIVisibilityComponent, CharacterCrouchHeight) == 0x000508, "Member 'USBZAIVisibilityComponent::CharacterCrouchHeight' has a wrong offset!"); \ +static_assert(offsetof(USBZAIVisibilityComponent, NbSubRaycastPerPolarCoord) == 0x00050C, "Member 'USBZAIVisibilityComponent::NbSubRaycastPerPolarCoord' has a wrong offset!"); \ +static_assert(offsetof(USBZAIVisibilityComponent, MaxSubRaycastSideDistFromCenter) == 0x000510, "Member 'USBZAIVisibilityComponent::MaxSubRaycastSideDistFromCenter' has a wrong offset!"); \ +static_assert(offsetof(USBZAIVisibilityComponent, NbSubRaycastPerPolarCoordCoverPoint) == 0x000514, "Member 'USBZAIVisibilityComponent::NbSubRaycastPerPolarCoordCoverPoint' has a wrong offset!"); \ +static_assert(offsetof(USBZAIVisibilityComponent, MaxSubRaycastSideDistFromCenterCoverPoint) == 0x000518, "Member 'USBZAIVisibilityComponent::MaxSubRaycastSideDistFromCenterCoverPoint' has a wrong offset!"); \ +static_assert(offsetof(USBZAIVisibilityComponent, bProcessMeshInstances) == 0x00051C, "Member 'USBZAIVisibilityComponent::bProcessMeshInstances' has a wrong offset!"); \ +static_assert(offsetof(USBZAIVisibilityComponent, bHasFinishedBuilding) == 0x00051D, "Member 'USBZAIVisibilityComponent::bHasFinishedBuilding' has a wrong offset!"); \ +static_assert(offsetof(USBZAIVisibilityComponent, bIsParsingDynNode) == 0x00051E, "Member 'USBZAIVisibilityComponent::bIsParsingDynNode' has a wrong offset!"); \ +static_assert(offsetof(USBZAIVisibilityComponent, bDynVerticesHavedBeenTransformed) == 0x00051F, "Member 'USBZAIVisibilityComponent::bDynVerticesHavedBeenTransformed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBaseMenuAnimationCollection \ +static_assert(alignof(USBZBaseMenuAnimationCollection) == 0x000008, "Wrong alignment on USBZBaseMenuAnimationCollection"); \ +static_assert(sizeof(USBZBaseMenuAnimationCollection) == 0x000070, "Wrong size on USBZBaseMenuAnimationCollection"); \ +static_assert(offsetof(USBZBaseMenuAnimationCollection, Template) == 0x000038, "Member 'USBZBaseMenuAnimationCollection::Template' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseMenuAnimationCollection, bUpdateCollection) == 0x000068, "Member 'USBZBaseMenuAnimationCollection::bUpdateCollection' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseMenuAnimationCollection, RandomSeed) == 0x00006C, "Member 'USBZBaseMenuAnimationCollection::RandomSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZAIVisibilityRelevant \ +static_assert(alignof(ISBZAIVisibilityRelevant) == 0x000001, "Wrong alignment on ISBZAIVisibilityRelevant"); \ +static_assert(sizeof(ISBZAIVisibilityRelevant) == 0x000001, "Wrong size on ISBZAIVisibilityRelevant"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_ShieldCoverCanStepOut \ +static_assert(alignof(USBZBTDecorator_ShieldCoverCanStepOut) == 0x000008, "Wrong alignment on USBZBTDecorator_ShieldCoverCanStepOut"); \ +static_assert(sizeof(USBZBTDecorator_ShieldCoverCanStepOut) == 0x0000A0, "Wrong size on USBZBTDecorator_ShieldCoverCanStepOut"); \ + +#define DUMPER7_ASSERTS_ISBZAIVisualDetectionGeneratorInterface \ +static_assert(alignof(ISBZAIVisualDetectionGeneratorInterface) == 0x000001, "Wrong alignment on ISBZAIVisualDetectionGeneratorInterface"); \ +static_assert(sizeof(ISBZAIVisualDetectionGeneratorInterface) == 0x000001, "Wrong size on ISBZAIVisualDetectionGeneratorInterface"); \ + +#define DUMPER7_ASSERTS_SBZAIWeakPointAttributeSet_Multicast_SetWeakPointHealth \ +static_assert(alignof(SBZAIWeakPointAttributeSet_Multicast_SetWeakPointHealth) == 0x000004, "Wrong alignment on SBZAIWeakPointAttributeSet_Multicast_SetWeakPointHealth"); \ +static_assert(sizeof(SBZAIWeakPointAttributeSet_Multicast_SetWeakPointHealth) == 0x000004, "Wrong size on SBZAIWeakPointAttributeSet_Multicast_SetWeakPointHealth"); \ +static_assert(offsetof(SBZAIWeakPointAttributeSet_Multicast_SetWeakPointHealth, NewCurrentValue) == 0x000000, "Member 'SBZAIWeakPointAttributeSet_Multicast_SetWeakPointHealth::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIWeakPointAttributeSet_OnRep_WeakPointHealth \ +static_assert(alignof(SBZAIWeakPointAttributeSet_OnRep_WeakPointHealth) == 0x000008, "Wrong alignment on SBZAIWeakPointAttributeSet_OnRep_WeakPointHealth"); \ +static_assert(sizeof(SBZAIWeakPointAttributeSet_OnRep_WeakPointHealth) == 0x000010, "Wrong size on SBZAIWeakPointAttributeSet_OnRep_WeakPointHealth"); \ +static_assert(offsetof(SBZAIWeakPointAttributeSet_OnRep_WeakPointHealth, OldValue) == 0x000000, "Member 'SBZAIWeakPointAttributeSet_OnRep_WeakPointHealth::OldValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIWeakPointAttributeSet \ +static_assert(alignof(USBZAIWeakPointAttributeSet) == 0x000008, "Wrong alignment on USBZAIWeakPointAttributeSet"); \ +static_assert(sizeof(USBZAIWeakPointAttributeSet) == 0x000298, "Wrong size on USBZAIWeakPointAttributeSet"); \ +static_assert(offsetof(USBZAIWeakPointAttributeSet, WeakPointHealth) == 0x000270, "Member 'USBZAIWeakPointAttributeSet::WeakPointHealth' has a wrong offset!"); \ +static_assert(offsetof(USBZAIWeakPointAttributeSet, WeakPoint) == 0x000288, "Member 'USBZAIWeakPointAttributeSet::WeakPoint' has a wrong offset!"); \ +static_assert(offsetof(USBZAIWeakPointAttributeSet, Instigator) == 0x000290, "Member 'USBZAIWeakPointAttributeSet::Instigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_StanceTransition \ +static_assert(alignof(USBZBTDecorator_StanceTransition) == 0x000008, "Wrong alignment on USBZBTDecorator_StanceTransition"); \ +static_assert(sizeof(USBZBTDecorator_StanceTransition) == 0x000078, "Wrong size on USBZBTDecorator_StanceTransition"); \ +static_assert(offsetof(USBZBTDecorator_StanceTransition, bEnableStanceTransition) == 0x000070, "Member 'USBZBTDecorator_StanceTransition::bEnableStanceTransition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAkSoundLibrary_SpawnAkComponentAttached \ +static_assert(alignof(SBZAkSoundLibrary_SpawnAkComponentAttached) == 0x000008, "Wrong alignment on SBZAkSoundLibrary_SpawnAkComponentAttached"); \ +static_assert(sizeof(SBZAkSoundLibrary_SpawnAkComponentAttached) == 0x000060, "Wrong size on SBZAkSoundLibrary_SpawnAkComponentAttached"); \ +static_assert(offsetof(SBZAkSoundLibrary_SpawnAkComponentAttached, AkEvent) == 0x000000, "Member 'SBZAkSoundLibrary_SpawnAkComponentAttached::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(SBZAkSoundLibrary_SpawnAkComponentAttached, EarlyReflectionsBus) == 0x000008, "Member 'SBZAkSoundLibrary_SpawnAkComponentAttached::EarlyReflectionsBus' has a wrong offset!"); \ +static_assert(offsetof(SBZAkSoundLibrary_SpawnAkComponentAttached, AttachToComponent) == 0x000010, "Member 'SBZAkSoundLibrary_SpawnAkComponentAttached::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZAkSoundLibrary_SpawnAkComponentAttached, PoolType) == 0x000018, "Member 'SBZAkSoundLibrary_SpawnAkComponentAttached::PoolType' has a wrong offset!"); \ +static_assert(offsetof(SBZAkSoundLibrary_SpawnAkComponentAttached, AttachPointName) == 0x00001C, "Member 'SBZAkSoundLibrary_SpawnAkComponentAttached::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(SBZAkSoundLibrary_SpawnAkComponentAttached, AutoPost) == 0x000028, "Member 'SBZAkSoundLibrary_SpawnAkComponentAttached::AutoPost' has a wrong offset!"); \ +static_assert(offsetof(SBZAkSoundLibrary_SpawnAkComponentAttached, EventName) == 0x000030, "Member 'SBZAkSoundLibrary_SpawnAkComponentAttached::EventName' has a wrong offset!"); \ +static_assert(offsetof(SBZAkSoundLibrary_SpawnAkComponentAttached, EarlyReflectionsBusName) == 0x000040, "Member 'SBZAkSoundLibrary_SpawnAkComponentAttached::EarlyReflectionsBusName' has a wrong offset!"); \ +static_assert(offsetof(SBZAkSoundLibrary_SpawnAkComponentAttached, AutoDestroy) == 0x000050, "Member 'SBZAkSoundLibrary_SpawnAkComponentAttached::AutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(SBZAkSoundLibrary_SpawnAkComponentAttached, ReturnValue) == 0x000058, "Member 'SBZAkSoundLibrary_SpawnAkComponentAttached::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAkSoundLibrary \ +static_assert(alignof(USBZAkSoundLibrary) == 0x000008, "Wrong alignment on USBZAkSoundLibrary"); \ +static_assert(sizeof(USBZAkSoundLibrary) == 0x000030, "Wrong size on USBZAkSoundLibrary"); \ + +#define DUMPER7_ASSERTS_SBZPopupContentInterface_ActionInput \ +static_assert(alignof(SBZPopupContentInterface_ActionInput) == 0x000004, "Wrong alignment on SBZPopupContentInterface_ActionInput"); \ +static_assert(sizeof(SBZPopupContentInterface_ActionInput) == 0x00000C, "Wrong size on SBZPopupContentInterface_ActionInput"); \ +static_assert(offsetof(SBZPopupContentInterface_ActionInput, InputName) == 0x000000, "Member 'SBZPopupContentInterface_ActionInput::InputName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZPopupContentInterface \ +static_assert(alignof(ISBZPopupContentInterface) == 0x000001, "Wrong alignment on ISBZPopupContentInterface"); \ +static_assert(sizeof(ISBZPopupContentInterface) == 0x000001, "Wrong size on ISBZPopupContentInterface"); \ + +#define DUMPER7_ASSERTS_USBZAllowConversationDialogNotifyState \ +static_assert(alignof(USBZAllowConversationDialogNotifyState) == 0x000008, "Wrong alignment on USBZAllowConversationDialogNotifyState"); \ +static_assert(sizeof(USBZAllowConversationDialogNotifyState) == 0x000038, "Wrong size on USBZAllowConversationDialogNotifyState"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_TelegraphAttack \ +static_assert(alignof(USBZBTDecorator_TelegraphAttack) == 0x000008, "Wrong alignment on USBZBTDecorator_TelegraphAttack"); \ +static_assert(sizeof(USBZBTDecorator_TelegraphAttack) == 0x000070, "Wrong size on USBZBTDecorator_TelegraphAttack"); \ + +#define DUMPER7_ASSERTS_USBZAllowSoloDialogNotifyState \ +static_assert(alignof(USBZAllowSoloDialogNotifyState) == 0x000008, "Wrong alignment on USBZAllowSoloDialogNotifyState"); \ +static_assert(sizeof(USBZAllowSoloDialogNotifyState) == 0x000038, "Wrong size on USBZAllowSoloDialogNotifyState"); \ + +#define DUMPER7_ASSERTS_USBZAllowSprintHurtForwardNotifyState \ +static_assert(alignof(USBZAllowSprintHurtForwardNotifyState) == 0x000008, "Wrong alignment on USBZAllowSprintHurtForwardNotifyState"); \ +static_assert(sizeof(USBZAllowSprintHurtForwardNotifyState) == 0x000038, "Wrong size on USBZAllowSprintHurtForwardNotifyState"); \ + +#define DUMPER7_ASSERTS_USBZBTService_CheckEnemyPosition \ +static_assert(alignof(USBZBTService_CheckEnemyPosition) == 0x000008, "Wrong alignment on USBZBTService_CheckEnemyPosition"); \ +static_assert(sizeof(USBZBTService_CheckEnemyPosition) == 0x000078, "Wrong size on USBZBTService_CheckEnemyPosition"); \ + +#define DUMPER7_ASSERTS_SBZAmbientSoundRadioComponent_PlayRadioSound \ +static_assert(alignof(SBZAmbientSoundRadioComponent_PlayRadioSound) == 0x000001, "Wrong alignment on SBZAmbientSoundRadioComponent_PlayRadioSound"); \ +static_assert(sizeof(SBZAmbientSoundRadioComponent_PlayRadioSound) == 0x000001, "Wrong size on SBZAmbientSoundRadioComponent_PlayRadioSound"); \ +static_assert(offsetof(SBZAmbientSoundRadioComponent_PlayRadioSound, bValue) == 0x000000, "Member 'SBZAmbientSoundRadioComponent_PlayRadioSound::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAmbientSoundRadioComponent_PlayRadioSoundRand \ +static_assert(alignof(SBZAmbientSoundRadioComponent_PlayRadioSoundRand) == 0x000001, "Wrong alignment on SBZAmbientSoundRadioComponent_PlayRadioSoundRand"); \ +static_assert(sizeof(SBZAmbientSoundRadioComponent_PlayRadioSoundRand) == 0x000001, "Wrong size on SBZAmbientSoundRadioComponent_PlayRadioSoundRand"); \ +static_assert(offsetof(SBZAmbientSoundRadioComponent_PlayRadioSoundRand, bValue) == 0x000000, "Member 'SBZAmbientSoundRadioComponent_PlayRadioSoundRand::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAmbientSoundRadioComponent \ +static_assert(alignof(USBZAmbientSoundRadioComponent) == 0x000010, "Wrong alignment on USBZAmbientSoundRadioComponent"); \ +static_assert(sizeof(USBZAmbientSoundRadioComponent) == 0x000300, "Wrong size on USBZAmbientSoundRadioComponent"); \ +static_assert(offsetof(USBZAmbientSoundRadioComponent, RadioSoundEvent) == 0x0002E0, "Member 'USBZAmbientSoundRadioComponent::RadioSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZAmbientSoundRadioComponent, RadioStopSoundEvent) == 0x0002E8, "Member 'USBZAmbientSoundRadioComponent::RadioStopSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZAmbientSoundRadioComponent, RadioPlayingChance) == 0x0002F0, "Member 'USBZAmbientSoundRadioComponent::RadioPlayingChance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZThrowableKnifePickup \ +static_assert(alignof(ASBZThrowableKnifePickup) == 0x000008, "Wrong alignment on ASBZThrowableKnifePickup"); \ +static_assert(sizeof(ASBZThrowableKnifePickup) == 0x0002F0, "Wrong size on ASBZThrowableKnifePickup"); \ + +#define DUMPER7_ASSERTS_ISBZPawnLifetime \ +static_assert(alignof(ISBZPawnLifetime) == 0x000001, "Wrong alignment on ISBZPawnLifetime"); \ +static_assert(sizeof(ISBZPawnLifetime) == 0x000001, "Wrong size on ISBZPawnLifetime"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_PlayMontage \ +static_assert(alignof(USBZBTTask_PlayMontage) == 0x000008, "Wrong alignment on USBZBTTask_PlayMontage"); \ +static_assert(sizeof(USBZBTTask_PlayMontage) == 0x000088, "Wrong size on USBZBTTask_PlayMontage"); \ +static_assert(offsetof(USBZBTTask_PlayMontage, MontageName) == 0x000078, "Member 'USBZBTTask_PlayMontage::MontageName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAnalyticsManager_SendChallengeCompleted \ +static_assert(alignof(SBZAnalyticsManager_SendChallengeCompleted) == 0x000008, "Wrong alignment on SBZAnalyticsManager_SendChallengeCompleted"); \ +static_assert(sizeof(SBZAnalyticsManager_SendChallengeCompleted) == 0x0000A8, "Wrong size on SBZAnalyticsManager_SendChallengeCompleted"); \ +static_assert(offsetof(SBZAnalyticsManager_SendChallengeCompleted, ChallengeData) == 0x000000, "Member 'SBZAnalyticsManager_SendChallengeCompleted::ChallengeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAnalyticsManager_SendCheaterDetected \ +static_assert(alignof(SBZAnalyticsManager_SendCheaterDetected) == 0x000008, "Wrong alignment on SBZAnalyticsManager_SendCheaterDetected"); \ +static_assert(sizeof(SBZAnalyticsManager_SendCheaterDetected) == 0x000028, "Wrong size on SBZAnalyticsManager_SendCheaterDetected"); \ +static_assert(offsetof(SBZAnalyticsManager_SendCheaterDetected, AntiCheatAction) == 0x000000, "Member 'SBZAnalyticsManager_SendCheaterDetected::AntiCheatAction' has a wrong offset!"); \ +static_assert(offsetof(SBZAnalyticsManager_SendCheaterDetected, bIsCheatActionSuccessful) == 0x000001, "Member 'SBZAnalyticsManager_SendCheaterDetected::bIsCheatActionSuccessful' has a wrong offset!"); \ +static_assert(offsetof(SBZAnalyticsManager_SendCheaterDetected, CheatTypeString) == 0x000008, "Member 'SBZAnalyticsManager_SendCheaterDetected::CheatTypeString' has a wrong offset!"); \ +static_assert(offsetof(SBZAnalyticsManager_SendCheaterDetected, AdditionalInformation) == 0x000018, "Member 'SBZAnalyticsManager_SendCheaterDetected::AdditionalInformation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAnalyticsManager_SendEntitlementsLoadedEvent \ +static_assert(alignof(SBZAnalyticsManager_SendEntitlementsLoadedEvent) == 0x000008, "Wrong alignment on SBZAnalyticsManager_SendEntitlementsLoadedEvent"); \ +static_assert(sizeof(SBZAnalyticsManager_SendEntitlementsLoadedEvent) == 0x000010, "Wrong size on SBZAnalyticsManager_SendEntitlementsLoadedEvent"); \ +static_assert(offsetof(SBZAnalyticsManager_SendEntitlementsLoadedEvent, Payload) == 0x000000, "Member 'SBZAnalyticsManager_SendEntitlementsLoadedEvent::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAnalyticsManager_SendInfamyChanged \ +static_assert(alignof(SBZAnalyticsManager_SendInfamyChanged) == 0x000004, "Wrong alignment on SBZAnalyticsManager_SendInfamyChanged"); \ +static_assert(sizeof(SBZAnalyticsManager_SendInfamyChanged) == 0x000010, "Wrong size on SBZAnalyticsManager_SendInfamyChanged"); \ +static_assert(offsetof(SBZAnalyticsManager_SendInfamyChanged, NewInfamyExperience) == 0x000000, "Member 'SBZAnalyticsManager_SendInfamyChanged::NewInfamyExperience' has a wrong offset!"); \ +static_assert(offsetof(SBZAnalyticsManager_SendInfamyChanged, PreviousInfamyExperience) == 0x000004, "Member 'SBZAnalyticsManager_SendInfamyChanged::PreviousInfamyExperience' has a wrong offset!"); \ +static_assert(offsetof(SBZAnalyticsManager_SendInfamyChanged, NewRenownLevel) == 0x000008, "Member 'SBZAnalyticsManager_SendInfamyChanged::NewRenownLevel' has a wrong offset!"); \ +static_assert(offsetof(SBZAnalyticsManager_SendInfamyChanged, PreviousRenownLevel) == 0x00000C, "Member 'SBZAnalyticsManager_SendInfamyChanged::PreviousRenownLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAnalyticsManager_SendNotOwningHeistDetected \ +static_assert(alignof(SBZAnalyticsManager_SendNotOwningHeistDetected) == 0x000008, "Wrong alignment on SBZAnalyticsManager_SendNotOwningHeistDetected"); \ +static_assert(sizeof(SBZAnalyticsManager_SendNotOwningHeistDetected) == 0x000038, "Wrong size on SBZAnalyticsManager_SendNotOwningHeistDetected"); \ +static_assert(offsetof(SBZAnalyticsManager_SendNotOwningHeistDetected, AccelByteUserId) == 0x000000, "Member 'SBZAnalyticsManager_SendNotOwningHeistDetected::AccelByteUserId' has a wrong offset!"); \ +static_assert(offsetof(SBZAnalyticsManager_SendNotOwningHeistDetected, NotOwningHeistAction) == 0x000010, "Member 'SBZAnalyticsManager_SendNotOwningHeistDetected::NotOwningHeistAction' has a wrong offset!"); \ +static_assert(offsetof(SBZAnalyticsManager_SendNotOwningHeistDetected, bIsActionSuccessful) == 0x000011, "Member 'SBZAnalyticsManager_SendNotOwningHeistDetected::bIsActionSuccessful' has a wrong offset!"); \ +static_assert(offsetof(SBZAnalyticsManager_SendNotOwningHeistDetected, Description) == 0x000018, "Member 'SBZAnalyticsManager_SendNotOwningHeistDetected::Description' has a wrong offset!"); \ +static_assert(offsetof(SBZAnalyticsManager_SendNotOwningHeistDetected, AdditionalInformation) == 0x000028, "Member 'SBZAnalyticsManager_SendNotOwningHeistDetected::AdditionalInformation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAnalyticsManager_SendStayAsPartySelected \ +static_assert(alignof(SBZAnalyticsManager_SendStayAsPartySelected) == 0x000001, "Wrong alignment on SBZAnalyticsManager_SendStayAsPartySelected"); \ +static_assert(sizeof(SBZAnalyticsManager_SendStayAsPartySelected) == 0x000001, "Wrong size on SBZAnalyticsManager_SendStayAsPartySelected"); \ +static_assert(offsetof(SBZAnalyticsManager_SendStayAsPartySelected, bIsPartyLeader) == 0x000000, "Member 'SBZAnalyticsManager_SendStayAsPartySelected::bIsPartyLeader' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAnalyticsManager_SendSyncDLC \ +static_assert(alignof(SBZAnalyticsManager_SendSyncDLC) == 0x000008, "Wrong alignment on SBZAnalyticsManager_SendSyncDLC"); \ +static_assert(sizeof(SBZAnalyticsManager_SendSyncDLC) == 0x000018, "Wrong size on SBZAnalyticsManager_SendSyncDLC"); \ +static_assert(offsetof(SBZAnalyticsManager_SendSyncDLC, bIsSyncDLCSuccessful) == 0x000000, "Member 'SBZAnalyticsManager_SendSyncDLC::bIsSyncDLCSuccessful' has a wrong offset!"); \ +static_assert(offsetof(SBZAnalyticsManager_SendSyncDLC, SyncDLCFailureMessage) == 0x000008, "Member 'SBZAnalyticsManager_SendSyncDLC::SyncDLCFailureMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAnalyticsManager_SendVendorWeaponsInfamy \ +static_assert(alignof(SBZAnalyticsManager_SendVendorWeaponsInfamy) == 0x000008, "Wrong alignment on SBZAnalyticsManager_SendVendorWeaponsInfamy"); \ +static_assert(sizeof(SBZAnalyticsManager_SendVendorWeaponsInfamy) == 0x000060, "Wrong size on SBZAnalyticsManager_SendVendorWeaponsInfamy"); \ +static_assert(offsetof(SBZAnalyticsManager_SendVendorWeaponsInfamy, WorldContextObject) == 0x000000, "Member 'SBZAnalyticsManager_SendVendorWeaponsInfamy::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZAnalyticsManager_SendVendorWeaponsInfamy, WeaponInfamyEvent) == 0x000008, "Member 'SBZAnalyticsManager_SendVendorWeaponsInfamy::WeaponInfamyEvent' has a wrong offset!"); \ +static_assert(offsetof(SBZAnalyticsManager_SendVendorWeaponsInfamy, WeaponMap) == 0x000010, "Member 'SBZAnalyticsManager_SendVendorWeaponsInfamy::WeaponMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAnalyticsManager \ +static_assert(alignof(USBZAnalyticsManager) == 0x000008, "Wrong alignment on USBZAnalyticsManager"); \ +static_assert(sizeof(USBZAnalyticsManager) == 0x000068, "Wrong size on USBZAnalyticsManager"); \ +static_assert(offsetof(USBZAnalyticsManager, GameLaunchedTimestamp) == 0x000048, "Member 'USBZAnalyticsManager::GameLaunchedTimestamp' has a wrong offset!"); \ +static_assert(offsetof(USBZAnalyticsManager, LastScreenUpdate) == 0x000050, "Member 'USBZAnalyticsManager::LastScreenUpdate' has a wrong offset!"); \ +static_assert(offsetof(USBZAnalyticsManager, HeartbeatWorldContextObject) == 0x000060, "Member 'USBZAnalyticsManager::HeartbeatWorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAnimatedCameraModifier \ +static_assert(alignof(USBZAnimatedCameraModifier) == 0x000010, "Wrong alignment on USBZAnimatedCameraModifier"); \ +static_assert(sizeof(USBZAnimatedCameraModifier) == 0x0000C0, "Wrong size on USBZAnimatedCameraModifier"); \ +static_assert(offsetof(USBZAnimatedCameraModifier, CameraSocket) == 0x000050, "Member 'USBZAnimatedCameraModifier::CameraSocket' has a wrong offset!"); \ +static_assert(offsetof(USBZAnimatedCameraModifier, PlayerCharacter) == 0x000060, "Member 'USBZAnimatedCameraModifier::PlayerCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_RequestArrest \ +static_assert(alignof(USBZBTTask_RequestArrest) == 0x000008, "Wrong alignment on USBZBTTask_RequestArrest"); \ +static_assert(sizeof(USBZBTTask_RequestArrest) == 0x0000B0, "Wrong size on USBZBTTask_RequestArrest"); \ +static_assert(offsetof(USBZBTTask_RequestArrest, MaxRange) == 0x0000A8, "Member 'USBZBTTask_RequestArrest::MaxRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAnimatedInteractionData \ +static_assert(alignof(USBZAnimatedInteractionData) == 0x000008, "Wrong alignment on USBZAnimatedInteractionData"); \ +static_assert(sizeof(USBZAnimatedInteractionData) == 0x000058, "Wrong size on USBZAnimatedInteractionData"); \ +static_assert(offsetof(USBZAnimatedInteractionData, AnimationTag) == 0x000038, "Member 'USBZAnimatedInteractionData::AnimationTag' has a wrong offset!"); \ +static_assert(offsetof(USBZAnimatedInteractionData, StartType) == 0x000044, "Member 'USBZAnimatedInteractionData::StartType' has a wrong offset!"); \ +static_assert(offsetof(USBZAnimatedInteractionData, PlayRateScaleType) == 0x000045, "Member 'USBZAnimatedInteractionData::PlayRateScaleType' has a wrong offset!"); \ +static_assert(offsetof(USBZAnimatedInteractionData, AnimatedInteractionTagPerDurations) == 0x000048, "Member 'USBZAnimatedInteractionData::AnimatedInteractionTagPerDurations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZOnlineBeaconHost \ +static_assert(alignof(ASBZOnlineBeaconHost) == 0x000008, "Wrong alignment on ASBZOnlineBeaconHost"); \ +static_assert(sizeof(ASBZOnlineBeaconHost) == 0x0003B8, "Wrong size on ASBZOnlineBeaconHost"); \ + +#define DUMPER7_ASSERTS_USBZAnimationSpawnedActorSettings \ +static_assert(alignof(USBZAnimationSpawnedActorSettings) == 0x000010, "Wrong alignment on USBZAnimationSpawnedActorSettings"); \ +static_assert(sizeof(USBZAnimationSpawnedActorSettings) == 0x0000A0, "Wrong size on USBZAnimationSpawnedActorSettings"); \ +static_assert(offsetof(USBZAnimationSpawnedActorSettings, ActorToSpawn) == 0x000038, "Member 'USBZAnimationSpawnedActorSettings::ActorToSpawn' has a wrong offset!"); \ +static_assert(offsetof(USBZAnimationSpawnedActorSettings, AttachmentBone) == 0x000040, "Member 'USBZAnimationSpawnedActorSettings::AttachmentBone' has a wrong offset!"); \ +static_assert(offsetof(USBZAnimationSpawnedActorSettings, AttachmentOffset) == 0x000050, "Member 'USBZAnimationSpawnedActorSettings::AttachmentOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZAnimationSpawnedActorSettings, DespawnDelay) == 0x000080, "Member 'USBZAnimationSpawnedActorSettings::DespawnDelay' has a wrong offset!"); \ +static_assert(offsetof(USBZAnimationSpawnedActorSettings, bDropIfInterrupted) == 0x000084, "Member 'USBZAnimationSpawnedActorSettings::bDropIfInterrupted' has a wrong offset!"); \ +static_assert(offsetof(USBZAnimationSpawnedActorSettings, DespawnDelayInterrupted) == 0x000088, "Member 'USBZAnimationSpawnedActorSettings::DespawnDelayInterrupted' has a wrong offset!"); \ +static_assert(offsetof(USBZAnimationSpawnedActorSettings, CompatibleStancesToDrop) == 0x00008C, "Member 'USBZAnimationSpawnedActorSettings::CompatibleStancesToDrop' has a wrong offset!"); \ +static_assert(offsetof(USBZAnimationSpawnedActorSettings, CPDs) == 0x000090, "Member 'USBZAnimationSpawnedActorSettings::CPDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZApplyMarkedTagEffect \ +static_assert(alignof(USBZApplyMarkedTagEffect) == 0x000008, "Wrong alignment on USBZApplyMarkedTagEffect"); \ +static_assert(sizeof(USBZApplyMarkedTagEffect) == 0x0008C0, "Wrong size on USBZApplyMarkedTagEffect"); \ + +#define DUMPER7_ASSERTS_SBZArmedPawn_Multicast_PredictedRagdollDenied \ +static_assert(alignof(SBZArmedPawn_Multicast_PredictedRagdollDenied) == 0x000004, "Wrong alignment on SBZArmedPawn_Multicast_PredictedRagdollDenied"); \ +static_assert(sizeof(SBZArmedPawn_Multicast_PredictedRagdollDenied) == 0x000004, "Wrong size on SBZArmedPawn_Multicast_PredictedRagdollDenied"); \ +static_assert(offsetof(SBZArmedPawn_Multicast_PredictedRagdollDenied, HurtReactionIndex) == 0x000000, "Member 'SBZArmedPawn_Multicast_PredictedRagdollDenied::HurtReactionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZArmedPawn \ +static_assert(alignof(ASBZArmedPawn) == 0x000008, "Wrong alignment on ASBZArmedPawn"); \ +static_assert(sizeof(ASBZArmedPawn) == 0x000510, "Wrong size on ASBZArmedPawn"); \ +static_assert(offsetof(ASBZArmedPawn, EquippableConfigArray) == 0x000418, "Member 'ASBZArmedPawn::EquippableConfigArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZArmedPawn, EquippableArray) == 0x000428, "Member 'ASBZArmedPawn::EquippableArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZArmedPawn, AbilitySystemComponent) == 0x000438, "Member 'ASBZArmedPawn::AbilitySystemComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZArmedPawn, AbilityData) == 0x000440, "Member 'ASBZArmedPawn::AbilityData' has a wrong offset!"); \ +static_assert(offsetof(ASBZArmedPawn, Type) == 0x000448, "Member 'ASBZArmedPawn::Type' has a wrong offset!"); \ +static_assert(offsetof(ASBZArmedPawn, AIVisibilityNodeComputationFrequency) == 0x000454, "Member 'ASBZArmedPawn::AIVisibilityNodeComputationFrequency' has a wrong offset!"); \ +static_assert(offsetof(ASBZArmedPawn, StimuliSourceComponent) == 0x000458, "Member 'ASBZArmedPawn::StimuliSourceComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZArmedPawn, OutlineComponent) == 0x000460, "Member 'ASBZArmedPawn::OutlineComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZArmedPawn, RangedWeapon) == 0x000468, "Member 'ASBZArmedPawn::RangedWeapon' has a wrong offset!"); \ +static_assert(offsetof(ASBZArmedPawn, TeamId) == 0x000470, "Member 'ASBZArmedPawn::TeamId' has a wrong offset!"); \ +static_assert(offsetof(ASBZArmedPawn, RangedWeaponAttachmentSocket) == 0x000474, "Member 'ASBZArmedPawn::RangedWeaponAttachmentSocket' has a wrong offset!"); \ +static_assert(offsetof(ASBZArmedPawn, MarkedGameplayEffectClass) == 0x000480, "Member 'ASBZArmedPawn::MarkedGameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZArmedPawn, RoomVolumes) == 0x000488, "Member 'ASBZArmedPawn::RoomVolumes' has a wrong offset!"); \ +static_assert(offsetof(ASBZArmedPawn, DamageStatusMarkerAsset) == 0x0004B0, "Member 'ASBZArmedPawn::DamageStatusMarkerAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZArmedPawn, LastArmorConductorPlayerState) == 0x0004B8, "Member 'ASBZArmedPawn::LastArmorConductorPlayerState' has a wrong offset!"); \ +static_assert(offsetof(ASBZArmedPawn, ReplicatedEquippableState) == 0x0004C8, "Member 'ASBZArmedPawn::ReplicatedEquippableState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSaveManager_Get \ +static_assert(alignof(SBZSaveManager_Get) == 0x000008, "Wrong alignment on SBZSaveManager_Get"); \ +static_assert(sizeof(SBZSaveManager_Get) == 0x000010, "Wrong size on SBZSaveManager_Get"); \ +static_assert(offsetof(SBZSaveManager_Get, WorldContextObject) == 0x000000, "Member 'SBZSaveManager_Get::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSaveManager_Get, ReturnValue) == 0x000008, "Member 'SBZSaveManager_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSaveManager_GetChecked \ +static_assert(alignof(SBZSaveManager_GetChecked) == 0x000008, "Wrong alignment on SBZSaveManager_GetChecked"); \ +static_assert(sizeof(SBZSaveManager_GetChecked) == 0x000010, "Wrong size on SBZSaveManager_GetChecked"); \ +static_assert(offsetof(SBZSaveManager_GetChecked, WorldContextObject) == 0x000000, "Member 'SBZSaveManager_GetChecked::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSaveManager_GetChecked, ReturnValue) == 0x000008, "Member 'SBZSaveManager_GetChecked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSaveManager_GetProgressionSaveChallenges \ +static_assert(alignof(SBZSaveManager_GetProgressionSaveChallenges) == 0x000008, "Wrong alignment on SBZSaveManager_GetProgressionSaveChallenges"); \ +static_assert(sizeof(SBZSaveManager_GetProgressionSaveChallenges) == 0x000008, "Wrong size on SBZSaveManager_GetProgressionSaveChallenges"); \ +static_assert(offsetof(SBZSaveManager_GetProgressionSaveChallenges, ReturnValue) == 0x000000, "Member 'SBZSaveManager_GetProgressionSaveChallenges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSaveManager_GetProgressionSaveGame \ +static_assert(alignof(SBZSaveManager_GetProgressionSaveGame) == 0x000008, "Wrong alignment on SBZSaveManager_GetProgressionSaveGame"); \ +static_assert(sizeof(SBZSaveManager_GetProgressionSaveGame) == 0x000008, "Wrong size on SBZSaveManager_GetProgressionSaveGame"); \ +static_assert(offsetof(SBZSaveManager_GetProgressionSaveGame, ReturnValue) == 0x000000, "Member 'SBZSaveManager_GetProgressionSaveGame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSaveManager \ +static_assert(alignof(USBZSaveManager) == 0x000008, "Wrong alignment on USBZSaveManager"); \ +static_assert(sizeof(USBZSaveManager) == 0x000148, "Wrong size on USBZSaveManager"); \ +static_assert(offsetof(USBZSaveManager, ProgressionSaveGame) == 0x000050, "Member 'USBZSaveManager::ProgressionSaveGame' has a wrong offset!"); \ +static_assert(offsetof(USBZSaveManager, DefaultProgressionSaveGame) == 0x000060, "Member 'USBZSaveManager::DefaultProgressionSaveGame' has a wrong offset!"); \ +static_assert(offsetof(USBZSaveManager, DefaultTutorialLoadoutAsset) == 0x000068, "Member 'USBZSaveManager::DefaultTutorialLoadoutAsset' has a wrong offset!"); \ +static_assert(offsetof(USBZSaveManager, ProgressionSaveChallenges) == 0x0000C0, "Member 'USBZSaveManager::ProgressionSaveChallenges' has a wrong offset!"); \ +static_assert(offsetof(USBZSaveManager, DefaultProgressionSaveChallenges) == 0x0000D0, "Member 'USBZSaveManager::DefaultProgressionSaveChallenges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIRepositionPredicate_Open \ +static_assert(alignof(USBZAIRepositionPredicate_Open) == 0x000008, "Wrong alignment on USBZAIRepositionPredicate_Open"); \ +static_assert(sizeof(USBZAIRepositionPredicate_Open) == 0x000030, "Wrong size on USBZAIRepositionPredicate_Open"); \ + +#define DUMPER7_ASSERTS_USBZBTService_UpdateShoutDownTime \ +static_assert(alignof(USBZBTService_UpdateShoutDownTime) == 0x000008, "Wrong alignment on USBZBTService_UpdateShoutDownTime"); \ +static_assert(sizeof(USBZBTService_UpdateShoutDownTime) == 0x000080, "Wrong size on USBZBTService_UpdateShoutDownTime"); \ + +#define DUMPER7_ASSERTS_USBZInteractArmorBagRequirement \ +static_assert(alignof(USBZInteractArmorBagRequirement) == 0x000008, "Wrong alignment on USBZInteractArmorBagRequirement"); \ +static_assert(sizeof(USBZInteractArmorBagRequirement) == 0x000030, "Wrong size on USBZInteractArmorBagRequirement"); \ + +#define DUMPER7_ASSERTS_ASBZArmorBag \ +static_assert(alignof(ASBZArmorBag) == 0x000010, "Wrong alignment on ASBZArmorBag"); \ +static_assert(sizeof(ASBZArmorBag) == 0x000550, "Wrong size on ASBZArmorBag"); \ +static_assert(offsetof(ASBZArmorBag, ArmorChunkSizePerCharge) == 0x000540, "Member 'ASBZArmorBag::ArmorChunkSizePerCharge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZVendorPermissionDatabase \ +static_assert(alignof(USBZVendorPermissionDatabase) == 0x000008, "Wrong alignment on USBZVendorPermissionDatabase"); \ +static_assert(sizeof(USBZVendorPermissionDatabase) == 0x000048, "Wrong size on USBZVendorPermissionDatabase"); \ +static_assert(offsetof(USBZVendorPermissionDatabase, VendorPermissionArray) == 0x000038, "Member 'USBZVendorPermissionDatabase::VendorPermissionArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZInteractArmorRepairKitRequirement \ +static_assert(alignof(USBZInteractArmorRepairKitRequirement) == 0x000008, "Wrong alignment on USBZInteractArmorRepairKitRequirement"); \ +static_assert(sizeof(USBZInteractArmorRepairKitRequirement) == 0x000030, "Wrong size on USBZInteractArmorRepairKitRequirement"); \ + +#define DUMPER7_ASSERTS_USBZBTService_WarnNeighbours \ +static_assert(alignof(USBZBTService_WarnNeighbours) == 0x000008, "Wrong alignment on USBZBTService_WarnNeighbours"); \ +static_assert(sizeof(USBZBTService_WarnNeighbours) == 0x0000A8, "Wrong size on USBZBTService_WarnNeighbours"); \ +static_assert(offsetof(USBZBTService_WarnNeighbours, Tag) == 0x000078, "Member 'USBZBTService_WarnNeighbours::Tag' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_WarnNeighbours, Range) == 0x000084, "Member 'USBZBTService_WarnNeighbours::Range' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_WarnNeighbours, VoiceComment) == 0x000088, "Member 'USBZBTService_WarnNeighbours::VoiceComment' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_WarnNeighbours, VoicePriority) == 0x000090, "Member 'USBZBTService_WarnNeighbours::VoicePriority' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_WarnNeighbours, NoiseDelay) == 0x000094, "Member 'USBZBTService_WarnNeighbours::NoiseDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDeveloperSettings \ +static_assert(alignof(USBZDeveloperSettings) == 0x000008, "Wrong alignment on USBZDeveloperSettings"); \ +static_assert(sizeof(USBZDeveloperSettings) == 0x000048, "Wrong size on USBZDeveloperSettings"); \ + +#define DUMPER7_ASSERTS_SBZArmorSettings_Get \ +static_assert(alignof(SBZArmorSettings_Get) == 0x000008, "Wrong alignment on SBZArmorSettings_Get"); \ +static_assert(sizeof(SBZArmorSettings_Get) == 0x000008, "Wrong size on SBZArmorSettings_Get"); \ +static_assert(offsetof(SBZArmorSettings_Get, ReturnValue) == 0x000000, "Member 'SBZArmorSettings_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZArmorSettings_GetChunkData \ +static_assert(alignof(SBZArmorSettings_GetChunkData) == 0x000004, "Wrong alignment on SBZArmorSettings_GetChunkData"); \ +static_assert(sizeof(SBZArmorSettings_GetChunkData) == 0x000058, "Wrong size on SBZArmorSettings_GetChunkData"); \ +static_assert(offsetof(SBZArmorSettings_GetChunkData, Type) == 0x000000, "Member 'SBZArmorSettings_GetChunkData::Type' has a wrong offset!"); \ +static_assert(offsetof(SBZArmorSettings_GetChunkData, ReturnValue) == 0x000004, "Member 'SBZArmorSettings_GetChunkData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZArmorSettings \ +static_assert(alignof(USBZArmorSettings) == 0x000008, "Wrong alignment on USBZArmorSettings"); \ +static_assert(sizeof(USBZArmorSettings) == 0x000148, "Wrong size on USBZArmorSettings"); \ +static_assert(offsetof(USBZArmorSettings, ChunkDataArray) == 0x000048, "Member 'USBZArmorSettings::ChunkDataArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZRoomPathTest \ +static_assert(alignof(ASBZRoomPathTest) == 0x000008, "Wrong alignment on ASBZRoomPathTest"); \ +static_assert(sizeof(ASBZRoomPathTest) == 0x0002C0, "Wrong size on ASBZRoomPathTest"); \ +static_assert(offsetof(ASBZRoomPathTest, StartPosition) == 0x0002A8, "Member 'ASBZRoomPathTest::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(ASBZRoomPathTest, EndPosition) == 0x0002B4, "Member 'ASBZRoomPathTest::EndPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketInspectWidget_CanInspectItem \ +static_assert(alignof(SBZBlackMarketInspectWidget_CanInspectItem) == 0x000008, "Wrong alignment on SBZBlackMarketInspectWidget_CanInspectItem"); \ +static_assert(sizeof(SBZBlackMarketInspectWidget_CanInspectItem) == 0x000010, "Wrong size on SBZBlackMarketInspectWidget_CanInspectItem"); \ +static_assert(offsetof(SBZBlackMarketInspectWidget_CanInspectItem, InInspectData) == 0x000000, "Member 'SBZBlackMarketInspectWidget_CanInspectItem::InInspectData' has a wrong offset!"); \ +static_assert(offsetof(SBZBlackMarketInspectWidget_CanInspectItem, ReturnValue) == 0x000008, "Member 'SBZBlackMarketInspectWidget_CanInspectItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketInspectWidget_OnCustomizationActorLoadingChanged \ +static_assert(alignof(SBZBlackMarketInspectWidget_OnCustomizationActorLoadingChanged) == 0x000001, "Wrong alignment on SBZBlackMarketInspectWidget_OnCustomizationActorLoadingChanged"); \ +static_assert(sizeof(SBZBlackMarketInspectWidget_OnCustomizationActorLoadingChanged) == 0x000001, "Wrong size on SBZBlackMarketInspectWidget_OnCustomizationActorLoadingChanged"); \ +static_assert(offsetof(SBZBlackMarketInspectWidget_OnCustomizationActorLoadingChanged, bIsLoading) == 0x000000, "Member 'SBZBlackMarketInspectWidget_OnCustomizationActorLoadingChanged::bIsLoading' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketInspectWidget_SetGlovesOnMannequin \ +static_assert(alignof(SBZBlackMarketInspectWidget_SetGlovesOnMannequin) == 0x000008, "Wrong alignment on SBZBlackMarketInspectWidget_SetGlovesOnMannequin"); \ +static_assert(sizeof(SBZBlackMarketInspectWidget_SetGlovesOnMannequin) == 0x000008, "Wrong size on SBZBlackMarketInspectWidget_SetGlovesOnMannequin"); \ +static_assert(offsetof(SBZBlackMarketInspectWidget_SetGlovesOnMannequin, GloveData) == 0x000000, "Member 'SBZBlackMarketInspectWidget_SetGlovesOnMannequin::GloveData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketInspectWidget_SetInspectCamera \ +static_assert(alignof(SBZBlackMarketInspectWidget_SetInspectCamera) == 0x000004, "Wrong alignment on SBZBlackMarketInspectWidget_SetInspectCamera"); \ +static_assert(sizeof(SBZBlackMarketInspectWidget_SetInspectCamera) == 0x00000C, "Wrong size on SBZBlackMarketInspectWidget_SetInspectCamera"); \ +static_assert(offsetof(SBZBlackMarketInspectWidget_SetInspectCamera, CameraName) == 0x000000, "Member 'SBZBlackMarketInspectWidget_SetInspectCamera::CameraName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBlackMarketInspectWidget \ +static_assert(alignof(USBZBlackMarketInspectWidget) == 0x000008, "Wrong alignment on USBZBlackMarketInspectWidget"); \ +static_assert(sizeof(USBZBlackMarketInspectWidget) == 0x000348, "Wrong size on USBZBlackMarketInspectWidget"); \ +static_assert(offsetof(USBZBlackMarketInspectWidget, CurrentInspectData) == 0x0002C0, "Member 'USBZBlackMarketInspectWidget::CurrentInspectData' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketInspectWidget, CurrentCameraName) == 0x0002C8, "Member 'USBZBlackMarketInspectWidget::CurrentCameraName' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketInspectWidget, ZoomSpeedRatio) == 0x0002D4, "Member 'USBZBlackMarketInspectWidget::ZoomSpeedRatio' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketInspectWidget, ZoomMax) == 0x0002D8, "Member 'USBZBlackMarketInspectWidget::ZoomMax' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketInspectWidget, ZoomMin) == 0x0002DC, "Member 'USBZBlackMarketInspectWidget::ZoomMin' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketInspectWidget, ZoomInputAxisName) == 0x0002E0, "Member 'USBZBlackMarketInspectWidget::ZoomInputAxisName' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketInspectWidget, ZoomCameraRotationInputAxisName) == 0x0002EC, "Member 'USBZBlackMarketInspectWidget::ZoomCameraRotationInputAxisName' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketInspectWidget, AxisDeadZone) == 0x0002F8, "Member 'USBZBlackMarketInspectWidget::AxisDeadZone' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketInspectWidget, InspectCamera) == 0x000300, "Member 'USBZBlackMarketInspectWidget::InspectCamera' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketInspectWidget, LoadoutEquippedGloveData) == 0x000308, "Member 'USBZBlackMarketInspectWidget::LoadoutEquippedGloveData' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketInspectWidget, MaxZoomCameraPitch) == 0x000328, "Member 'USBZBlackMarketInspectWidget::MaxZoomCameraPitch' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketInspectWidget, MinZoomCameraPitch) == 0x00032C, "Member 'USBZBlackMarketInspectWidget::MinZoomCameraPitch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTool_Multicast_SetToolState \ +static_assert(alignof(SBZTool_Multicast_SetToolState) == 0x000001, "Wrong alignment on SBZTool_Multicast_SetToolState"); \ +static_assert(sizeof(SBZTool_Multicast_SetToolState) == 0x000001, "Wrong size on SBZTool_Multicast_SetToolState"); \ +static_assert(offsetof(SBZTool_Multicast_SetToolState, NewToolState) == 0x000000, "Member 'SBZTool_Multicast_SetToolState::NewToolState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTool_OnInstigatorEndPlay \ +static_assert(alignof(SBZTool_OnInstigatorEndPlay) == 0x000008, "Wrong alignment on SBZTool_OnInstigatorEndPlay"); \ +static_assert(sizeof(SBZTool_OnInstigatorEndPlay) == 0x000010, "Wrong size on SBZTool_OnInstigatorEndPlay"); \ +static_assert(offsetof(SBZTool_OnInstigatorEndPlay, Actor) == 0x000000, "Member 'SBZTool_OnInstigatorEndPlay::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZTool_OnInstigatorEndPlay, EndPlayReason) == 0x000008, "Member 'SBZTool_OnInstigatorEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTool_OnRep_ToolState \ +static_assert(alignof(SBZTool_OnRep_ToolState) == 0x000001, "Wrong alignment on SBZTool_OnRep_ToolState"); \ +static_assert(sizeof(SBZTool_OnRep_ToolState) == 0x000001, "Wrong size on SBZTool_OnRep_ToolState"); \ +static_assert(offsetof(SBZTool_OnRep_ToolState, OldToolState) == 0x000000, "Member 'SBZTool_OnRep_ToolState::OldToolState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTool_Server_SetEquippedAnimationFullyPlayed \ +static_assert(alignof(SBZTool_Server_SetEquippedAnimationFullyPlayed) == 0x000001, "Wrong alignment on SBZTool_Server_SetEquippedAnimationFullyPlayed"); \ +static_assert(sizeof(SBZTool_Server_SetEquippedAnimationFullyPlayed) == 0x000001, "Wrong size on SBZTool_Server_SetEquippedAnimationFullyPlayed"); \ +static_assert(offsetof(SBZTool_Server_SetEquippedAnimationFullyPlayed, bInIsEquippedAnimationReady) == 0x000000, "Member 'SBZTool_Server_SetEquippedAnimationFullyPlayed::bInIsEquippedAnimationReady' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTool_Server_SetToolState \ +static_assert(alignof(SBZTool_Server_SetToolState) == 0x000001, "Wrong alignment on SBZTool_Server_SetToolState"); \ +static_assert(sizeof(SBZTool_Server_SetToolState) == 0x000001, "Wrong size on SBZTool_Server_SetToolState"); \ +static_assert(offsetof(SBZTool_Server_SetToolState, NewToolState) == 0x000000, "Member 'SBZTool_Server_SetToolState::NewToolState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZTool \ +static_assert(alignof(ASBZTool) == 0x000010, "Wrong alignment on ASBZTool"); \ +static_assert(sizeof(ASBZTool) == 0x000540, "Wrong size on ASBZTool"); \ +static_assert(offsetof(ASBZTool, SkeletalMesh) == 0x000448, "Member 'ASBZTool::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZTool, Data) == 0x000450, "Member 'ASBZTool::Data' has a wrong offset!"); \ +static_assert(offsetof(ASBZTool, ToolState) == 0x000458, "Member 'ASBZTool::ToolState' has a wrong offset!"); \ +static_assert(offsetof(ASBZTool, InstigatorCharacter) == 0x000460, "Member 'ASBZTool::InstigatorCharacter' has a wrong offset!"); \ +static_assert(offsetof(ASBZTool, OnReadyEvent) == 0x000478, "Member 'ASBZTool::OnReadyEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZTool, OnActivatedEvent) == 0x000480, "Member 'ASBZTool::OnActivatedEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZTool, OnActivatedIdleEvent) == 0x000488, "Member 'ASBZTool::OnActivatedIdleEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZTool, OnActivatedUsingEvent) == 0x000490, "Member 'ASBZTool::OnActivatedUsingEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZTool, OnCanceledEvent) == 0x000498, "Member 'ASBZTool::OnCanceledEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZTool, StopAllSoundsEvent) == 0x0004A0, "Member 'ASBZTool::StopAllSoundsEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZTool, OnReadyEventRtpc) == 0x0004A8, "Member 'ASBZTool::OnReadyEventRtpc' has a wrong offset!"); \ +static_assert(offsetof(ASBZTool, OnActivatedEventRtpc) == 0x0004B0, "Member 'ASBZTool::OnActivatedEventRtpc' has a wrong offset!"); \ +static_assert(offsetof(ASBZTool, OnActivatedIdleEventRtpc) == 0x0004B8, "Member 'ASBZTool::OnActivatedIdleEventRtpc' has a wrong offset!"); \ +static_assert(offsetof(ASBZTool, OnActivatedUsingEventRtpc) == 0x0004C0, "Member 'ASBZTool::OnActivatedUsingEventRtpc' has a wrong offset!"); \ +static_assert(offsetof(ASBZTool, OnCanceledRtpc) == 0x0004C8, "Member 'ASBZTool::OnCanceledRtpc' has a wrong offset!"); \ +static_assert(offsetof(ASBZTool, LockedPlayerController) == 0x0004D8, "Member 'ASBZTool::LockedPlayerController' has a wrong offset!"); \ +static_assert(offsetof(ASBZTool, ActivePlayerController) == 0x0004E0, "Member 'ASBZTool::ActivePlayerController' has a wrong offset!"); \ +static_assert(offsetof(ASBZTool, EquipPlayerController) == 0x0004E8, "Member 'ASBZTool::EquipPlayerController' has a wrong offset!"); \ +static_assert(offsetof(ASBZTool, ActiveUsingPlayerController) == 0x0004F0, "Member 'ASBZTool::ActiveUsingPlayerController' has a wrong offset!"); \ +static_assert(offsetof(ASBZTool, EquipPlayerFeedback) == 0x0004F8, "Member 'ASBZTool::EquipPlayerFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZTool, ActivePlayerFeedback) == 0x000500, "Member 'ASBZTool::ActivePlayerFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZTool, ActiveUsingPlayerFeedback) == 0x000508, "Member 'ASBZTool::ActiveUsingPlayerFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZTool, bIsUnequipAbilityActivated) == 0x000531, "Member 'ASBZTool::bIsUnequipAbilityActivated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlaceableToolBase_OnAckCompleteInteraction \ +static_assert(alignof(SBZPlaceableToolBase_OnAckCompleteInteraction) == 0x000008, "Wrong alignment on SBZPlaceableToolBase_OnAckCompleteInteraction"); \ +static_assert(sizeof(SBZPlaceableToolBase_OnAckCompleteInteraction) == 0x000018, "Wrong size on SBZPlaceableToolBase_OnAckCompleteInteraction"); \ +static_assert(offsetof(SBZPlaceableToolBase_OnAckCompleteInteraction, InInteractable) == 0x000000, "Member 'SBZPlaceableToolBase_OnAckCompleteInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZPlaceableToolBase_OnAckCompleteInteraction, InInteractor) == 0x000008, "Member 'SBZPlaceableToolBase_OnAckCompleteInteraction::InInteractor' has a wrong offset!"); \ +static_assert(offsetof(SBZPlaceableToolBase_OnAckCompleteInteraction, bIsLocallyControlledInteractor) == 0x000010, "Member 'SBZPlaceableToolBase_OnAckCompleteInteraction::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlaceableToolBase_OnParentActorEndPlay \ +static_assert(alignof(SBZPlaceableToolBase_OnParentActorEndPlay) == 0x000008, "Wrong alignment on SBZPlaceableToolBase_OnParentActorEndPlay"); \ +static_assert(sizeof(SBZPlaceableToolBase_OnParentActorEndPlay) == 0x000010, "Wrong size on SBZPlaceableToolBase_OnParentActorEndPlay"); \ +static_assert(offsetof(SBZPlaceableToolBase_OnParentActorEndPlay, OldAttachParentActor) == 0x000000, "Member 'SBZPlaceableToolBase_OnParentActorEndPlay::OldAttachParentActor' has a wrong offset!"); \ +static_assert(offsetof(SBZPlaceableToolBase_OnParentActorEndPlay, EndPlayReason) == 0x000008, "Member 'SBZPlaceableToolBase_OnParentActorEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlaceableToolBase_OnServerCompleteInteraction \ +static_assert(alignof(SBZPlaceableToolBase_OnServerCompleteInteraction) == 0x000008, "Wrong alignment on SBZPlaceableToolBase_OnServerCompleteInteraction"); \ +static_assert(sizeof(SBZPlaceableToolBase_OnServerCompleteInteraction) == 0x000018, "Wrong size on SBZPlaceableToolBase_OnServerCompleteInteraction"); \ +static_assert(offsetof(SBZPlaceableToolBase_OnServerCompleteInteraction, InInteractable) == 0x000000, "Member 'SBZPlaceableToolBase_OnServerCompleteInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZPlaceableToolBase_OnServerCompleteInteraction, Interactor) == 0x000008, "Member 'SBZPlaceableToolBase_OnServerCompleteInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZPlaceableToolBase_OnServerCompleteInteraction, bIsLocallyControlledInteractor) == 0x000010, "Member 'SBZPlaceableToolBase_OnServerCompleteInteraction::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPlaceableToolBase \ +static_assert(alignof(ASBZPlaceableToolBase) == 0x000010, "Wrong alignment on ASBZPlaceableToolBase"); \ +static_assert(sizeof(ASBZPlaceableToolBase) == 0x000560, "Wrong size on ASBZPlaceableToolBase"); \ +static_assert(offsetof(ASBZPlaceableToolBase, DetonationTickInterval) == 0x000540, "Member 'ASBZPlaceableToolBase::DetonationTickInterval' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableToolBase, DetonationRange) == 0x000544, "Member 'ASBZPlaceableToolBase::DetonationRange' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableToolBase, Interactable) == 0x000548, "Member 'ASBZPlaceableToolBase::Interactable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlaceableTripMine_Multicast_ReplicateExplosion \ +static_assert(alignof(SBZPlaceableTripMine_Multicast_ReplicateExplosion) == 0x000008, "Wrong alignment on SBZPlaceableTripMine_Multicast_ReplicateExplosion"); \ +static_assert(sizeof(SBZPlaceableTripMine_Multicast_ReplicateExplosion) == 0x000028, "Wrong size on SBZPlaceableTripMine_Multicast_ReplicateExplosion"); \ +static_assert(offsetof(SBZPlaceableTripMine_Multicast_ReplicateExplosion, Result) == 0x000000, "Member 'SBZPlaceableTripMine_Multicast_ReplicateExplosion::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPlaceableTripMine \ +static_assert(alignof(ASBZPlaceableTripMine) == 0x000010, "Wrong alignment on ASBZPlaceableTripMine"); \ +static_assert(sizeof(ASBZPlaceableTripMine) == 0x000620, "Wrong size on ASBZPlaceableTripMine"); \ +static_assert(offsetof(ASBZPlaceableTripMine, BoxComponent) == 0x000588, "Member 'ASBZPlaceableTripMine::BoxComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableTripMine, ExplosionInstigator) == 0x000590, "Member 'ASBZPlaceableTripMine::ExplosionInstigator' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableTripMine, PlaceableTripMineEffectClass) == 0x000598, "Member 'ASBZPlaceableTripMine::PlaceableTripMineEffectClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableTripMine, PlaceableTripMineExplodedEvent) == 0x0005A0, "Member 'ASBZPlaceableTripMine::PlaceableTripMineExplodedEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableTripMine, DetonationEffect) == 0x0005A8, "Member 'ASBZPlaceableTripMine::DetonationEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableTripMine, AIExplosionRange) == 0x0005B0, "Member 'ASBZPlaceableTripMine::AIExplosionRange' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableTripMine, PlayerExplosionRange) == 0x0005B4, "Member 'ASBZPlaceableTripMine::PlayerExplosionRange' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableTripMine, AkComponent) == 0x0005B8, "Member 'ASBZPlaceableTripMine::AkComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableTripMine, HurtReactionData) == 0x0005C8, "Member 'ASBZPlaceableTripMine::HurtReactionData' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableTripMine, PendingDataExplosionResult) == 0x0005E8, "Member 'ASBZPlaceableTripMine::PendingDataExplosionResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZArmorChunkWidget_BP_SetChunkBroken \ +static_assert(alignof(SBZArmorChunkWidget_BP_SetChunkBroken) == 0x000001, "Wrong alignment on SBZArmorChunkWidget_BP_SetChunkBroken"); \ +static_assert(sizeof(SBZArmorChunkWidget_BP_SetChunkBroken) == 0x000001, "Wrong size on SBZArmorChunkWidget_BP_SetChunkBroken"); \ +static_assert(offsetof(SBZArmorChunkWidget_BP_SetChunkBroken, bInIsBroken) == 0x000000, "Member 'SBZArmorChunkWidget_BP_SetChunkBroken::bInIsBroken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZArmorChunkWidget \ +static_assert(alignof(USBZArmorChunkWidget) == 0x000008, "Wrong alignment on USBZArmorChunkWidget"); \ +static_assert(sizeof(USBZArmorChunkWidget) == 0x000298, "Wrong size on USBZArmorChunkWidget"); \ +static_assert(offsetof(USBZArmorChunkWidget, Image_Chunk) == 0x000290, "Member 'USBZArmorChunkWidget::Image_Chunk' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerMicroCamera_BP_OnViewTargetChanged \ +static_assert(alignof(SBZPlayerMicroCamera_BP_OnViewTargetChanged) == 0x000001, "Wrong alignment on SBZPlayerMicroCamera_BP_OnViewTargetChanged"); \ +static_assert(sizeof(SBZPlayerMicroCamera_BP_OnViewTargetChanged) == 0x000001, "Wrong size on SBZPlayerMicroCamera_BP_OnViewTargetChanged"); \ +static_assert(offsetof(SBZPlayerMicroCamera_BP_OnViewTargetChanged, bIsViewTarget) == 0x000000, "Member 'SBZPlayerMicroCamera_BP_OnViewTargetChanged::bIsViewTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerMicroCamera_Multicast_BecomeViewTarget \ +static_assert(alignof(SBZPlayerMicroCamera_Multicast_BecomeViewTarget) == 0x000004, "Wrong alignment on SBZPlayerMicroCamera_Multicast_BecomeViewTarget"); \ +static_assert(sizeof(SBZPlayerMicroCamera_Multicast_BecomeViewTarget) == 0x000004, "Wrong size on SBZPlayerMicroCamera_Multicast_BecomeViewTarget"); \ +static_assert(offsetof(SBZPlayerMicroCamera_Multicast_BecomeViewTarget, PlayerId) == 0x000000, "Member 'SBZPlayerMicroCamera_Multicast_BecomeViewTarget::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerMicroCamera_Multicast_EndViewTarget \ +static_assert(alignof(SBZPlayerMicroCamera_Multicast_EndViewTarget) == 0x000004, "Wrong alignment on SBZPlayerMicroCamera_Multicast_EndViewTarget"); \ +static_assert(sizeof(SBZPlayerMicroCamera_Multicast_EndViewTarget) == 0x000004, "Wrong size on SBZPlayerMicroCamera_Multicast_EndViewTarget"); \ +static_assert(offsetof(SBZPlayerMicroCamera_Multicast_EndViewTarget, PlayerId) == 0x000000, "Member 'SBZPlayerMicroCamera_Multicast_EndViewTarget::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerMicroCamera_OnRep_ViewTargetPlayerStateIdArray \ +static_assert(alignof(SBZPlayerMicroCamera_OnRep_ViewTargetPlayerStateIdArray) == 0x000008, "Wrong alignment on SBZPlayerMicroCamera_OnRep_ViewTargetPlayerStateIdArray"); \ +static_assert(sizeof(SBZPlayerMicroCamera_OnRep_ViewTargetPlayerStateIdArray) == 0x000010, "Wrong size on SBZPlayerMicroCamera_OnRep_ViewTargetPlayerStateIdArray"); \ +static_assert(offsetof(SBZPlayerMicroCamera_OnRep_ViewTargetPlayerStateIdArray, OldViewTargetPlayerStateIdArray) == 0x000000, "Member 'SBZPlayerMicroCamera_OnRep_ViewTargetPlayerStateIdArray::OldViewTargetPlayerStateIdArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPlayerMicroCamera \ +static_assert(alignof(ASBZPlayerMicroCamera) == 0x000010, "Wrong alignment on ASBZPlayerMicroCamera"); \ +static_assert(sizeof(ASBZPlayerMicroCamera) == 0x0003A0, "Wrong size on ASBZPlayerMicroCamera"); \ +static_assert(offsetof(ASBZPlayerMicroCamera, SkeletalMesh) == 0x0002F0, "Member 'ASBZPlayerMicroCamera::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerMicroCamera, ReplicatedCameraTargetRotation) == 0x0002F8, "Member 'ASBZPlayerMicroCamera::ReplicatedCameraTargetRotation' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerMicroCamera, ReplicatedCameraCurrentRotation) == 0x000304, "Member 'ASBZPlayerMicroCamera::ReplicatedCameraCurrentRotation' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerMicroCamera, YawLimit) == 0x000328, "Member 'ASBZPlayerMicroCamera::YawLimit' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerMicroCamera, PitchLimit) == 0x000330, "Member 'ASBZPlayerMicroCamera::PitchLimit' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerMicroCamera, RotationSpeed) == 0x000378, "Member 'ASBZPlayerMicroCamera::RotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerMicroCamera, InstigatorCharacter) == 0x000380, "Member 'ASBZPlayerMicroCamera::InstigatorCharacter' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerMicroCamera, ViewTargetPlayerStateIdArray) == 0x000390, "Member 'ASBZPlayerMicroCamera::ViewTargetPlayerStateIdArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZArmorConductorElectricEffect \ +static_assert(alignof(USBZArmorConductorElectricEffect) == 0x000008, "Wrong alignment on USBZArmorConductorElectricEffect"); \ +static_assert(sizeof(USBZArmorConductorElectricEffect) == 0x0008C0, "Wrong size on USBZArmorConductorElectricEffect"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_Arrest \ +static_assert(alignof(USBZBTTask_Arrest) == 0x000008, "Wrong alignment on USBZBTTask_Arrest"); \ +static_assert(sizeof(USBZBTTask_Arrest) == 0x0000B8, "Wrong size on USBZBTTask_Arrest"); \ +static_assert(offsetof(USBZBTTask_Arrest, ArrestTime) == 0x0000A8, "Member 'USBZBTTask_Arrest::ArrestTime' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_Arrest, AllowedDistance) == 0x0000AC, "Member 'USBZBTTask_Arrest::AllowedDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_Arrest, AllowedStates) == 0x0000B0, "Member 'USBZBTTask_Arrest::AllowedStates' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_Arrest, BBTypeToArrest) == 0x0000B2, "Member 'USBZBTTask_Arrest::BBTypeToArrest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZArmorData_GetAmmoCapacityScale \ +static_assert(alignof(SBZArmorData_GetAmmoCapacityScale) == 0x000004, "Wrong alignment on SBZArmorData_GetAmmoCapacityScale"); \ +static_assert(sizeof(SBZArmorData_GetAmmoCapacityScale) == 0x000004, "Wrong size on SBZArmorData_GetAmmoCapacityScale"); \ +static_assert(offsetof(SBZArmorData_GetAmmoCapacityScale, ReturnValue) == 0x000000, "Member 'SBZArmorData_GetAmmoCapacityScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZArmorData_GetChunkTypeArray \ +static_assert(alignof(SBZArmorData_GetChunkTypeArray) == 0x000008, "Wrong alignment on SBZArmorData_GetChunkTypeArray"); \ +static_assert(sizeof(SBZArmorData_GetChunkTypeArray) == 0x000010, "Wrong size on SBZArmorData_GetChunkTypeArray"); \ +static_assert(offsetof(SBZArmorData_GetChunkTypeArray, ReturnValue) == 0x000000, "Member 'SBZArmorData_GetChunkTypeArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZArmorData_GetConsumableCount \ +static_assert(alignof(SBZArmorData_GetConsumableCount) == 0x000004, "Wrong alignment on SBZArmorData_GetConsumableCount"); \ +static_assert(sizeof(SBZArmorData_GetConsumableCount) == 0x000004, "Wrong size on SBZArmorData_GetConsumableCount"); \ +static_assert(offsetof(SBZArmorData_GetConsumableCount, ReturnValue) == 0x000000, "Member 'SBZArmorData_GetConsumableCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZArmorData_GetFirstAidPackHealthPerCharge \ +static_assert(alignof(SBZArmorData_GetFirstAidPackHealthPerCharge) == 0x000004, "Wrong alignment on SBZArmorData_GetFirstAidPackHealthPerCharge"); \ +static_assert(sizeof(SBZArmorData_GetFirstAidPackHealthPerCharge) == 0x000004, "Wrong size on SBZArmorData_GetFirstAidPackHealthPerCharge"); \ +static_assert(offsetof(SBZArmorData_GetFirstAidPackHealthPerCharge, ReturnValue) == 0x000000, "Member 'SBZArmorData_GetFirstAidPackHealthPerCharge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZArmorData_GetFormattedPassiveDescriptionText \ +static_assert(alignof(SBZArmorData_GetFormattedPassiveDescriptionText) == 0x000008, "Wrong alignment on SBZArmorData_GetFormattedPassiveDescriptionText"); \ +static_assert(sizeof(SBZArmorData_GetFormattedPassiveDescriptionText) == 0x000018, "Wrong size on SBZArmorData_GetFormattedPassiveDescriptionText"); \ +static_assert(offsetof(SBZArmorData_GetFormattedPassiveDescriptionText, ReturnValue) == 0x000000, "Member 'SBZArmorData_GetFormattedPassiveDescriptionText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZArmorData_GetLoadoutWeight \ +static_assert(alignof(SBZArmorData_GetLoadoutWeight) == 0x000004, "Wrong alignment on SBZArmorData_GetLoadoutWeight"); \ +static_assert(sizeof(SBZArmorData_GetLoadoutWeight) == 0x000004, "Wrong size on SBZArmorData_GetLoadoutWeight"); \ +static_assert(offsetof(SBZArmorData_GetLoadoutWeight, ReturnValue) == 0x000000, "Member 'SBZArmorData_GetLoadoutWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZArmorData_GetMaxDownCount \ +static_assert(alignof(SBZArmorData_GetMaxDownCount) == 0x000004, "Wrong alignment on SBZArmorData_GetMaxDownCount"); \ +static_assert(sizeof(SBZArmorData_GetMaxDownCount) == 0x000004, "Wrong size on SBZArmorData_GetMaxDownCount"); \ +static_assert(offsetof(SBZArmorData_GetMaxDownCount, ReturnValue) == 0x000000, "Member 'SBZArmorData_GetMaxDownCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZArmorData_GetNoThrowableReplenishCount \ +static_assert(alignof(SBZArmorData_GetNoThrowableReplenishCount) == 0x000004, "Wrong alignment on SBZArmorData_GetNoThrowableReplenishCount"); \ +static_assert(sizeof(SBZArmorData_GetNoThrowableReplenishCount) == 0x000004, "Wrong size on SBZArmorData_GetNoThrowableReplenishCount"); \ +static_assert(offsetof(SBZArmorData_GetNoThrowableReplenishCount, ReturnValue) == 0x000000, "Member 'SBZArmorData_GetNoThrowableReplenishCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZArmorData_GetNoThrowableReplenishDelay \ +static_assert(alignof(SBZArmorData_GetNoThrowableReplenishDelay) == 0x000004, "Wrong alignment on SBZArmorData_GetNoThrowableReplenishDelay"); \ +static_assert(sizeof(SBZArmorData_GetNoThrowableReplenishDelay) == 0x000004, "Wrong size on SBZArmorData_GetNoThrowableReplenishDelay"); \ +static_assert(offsetof(SBZArmorData_GetNoThrowableReplenishDelay, ReturnValue) == 0x000000, "Member 'SBZArmorData_GetNoThrowableReplenishDelay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZArmorData_GetRepairArmorInteractionImmuneDuration \ +static_assert(alignof(SBZArmorData_GetRepairArmorInteractionImmuneDuration) == 0x000004, "Wrong alignment on SBZArmorData_GetRepairArmorInteractionImmuneDuration"); \ +static_assert(sizeof(SBZArmorData_GetRepairArmorInteractionImmuneDuration) == 0x000004, "Wrong size on SBZArmorData_GetRepairArmorInteractionImmuneDuration"); \ +static_assert(offsetof(SBZArmorData_GetRepairArmorInteractionImmuneDuration, ReturnValue) == 0x000000, "Member 'SBZArmorData_GetRepairArmorInteractionImmuneDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZArmorData_GetReplenishDelay \ +static_assert(alignof(SBZArmorData_GetReplenishDelay) == 0x000004, "Wrong alignment on SBZArmorData_GetReplenishDelay"); \ +static_assert(sizeof(SBZArmorData_GetReplenishDelay) == 0x000004, "Wrong size on SBZArmorData_GetReplenishDelay"); \ +static_assert(offsetof(SBZArmorData_GetReplenishDelay, ReturnValue) == 0x000000, "Member 'SBZArmorData_GetReplenishDelay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZArmorData_GetSpeedPenalty \ +static_assert(alignof(SBZArmorData_GetSpeedPenalty) == 0x000001, "Wrong alignment on SBZArmorData_GetSpeedPenalty"); \ +static_assert(sizeof(SBZArmorData_GetSpeedPenalty) == 0x000001, "Wrong size on SBZArmorData_GetSpeedPenalty"); \ +static_assert(offsetof(SBZArmorData_GetSpeedPenalty, ReturnValue) == 0x000000, "Member 'SBZArmorData_GetSpeedPenalty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZArmorData_GetToolCount \ +static_assert(alignof(SBZArmorData_GetToolCount) == 0x000004, "Wrong alignment on SBZArmorData_GetToolCount"); \ +static_assert(sizeof(SBZArmorData_GetToolCount) == 0x000004, "Wrong size on SBZArmorData_GetToolCount"); \ +static_assert(offsetof(SBZArmorData_GetToolCount, ReturnValue) == 0x000000, "Member 'SBZArmorData_GetToolCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZArmorData \ +static_assert(alignof(USBZArmorData) == 0x000008, "Wrong alignment on USBZArmorData"); \ +static_assert(sizeof(USBZArmorData) == 0x000208, "Wrong size on USBZArmorData"); \ +static_assert(offsetof(USBZArmorData, GameplayEffectArray) == 0x000150, "Member 'USBZArmorData::GameplayEffectArray' has a wrong offset!"); \ +static_assert(offsetof(USBZArmorData, ChunkTypeArray) == 0x000160, "Member 'USBZArmorData::ChunkTypeArray' has a wrong offset!"); \ +static_assert(offsetof(USBZArmorData, ReplenishDelay) == 0x000170, "Member 'USBZArmorData::ReplenishDelay' has a wrong offset!"); \ +static_assert(offsetof(USBZArmorData, MaxDownCount) == 0x000174, "Member 'USBZArmorData::MaxDownCount' has a wrong offset!"); \ +static_assert(offsetof(USBZArmorData, LoadoutWeight) == 0x000178, "Member 'USBZArmorData::LoadoutWeight' has a wrong offset!"); \ +static_assert(offsetof(USBZArmorData, ConsumableCount) == 0x00017C, "Member 'USBZArmorData::ConsumableCount' has a wrong offset!"); \ +static_assert(offsetof(USBZArmorData, ToolCount) == 0x000180, "Member 'USBZArmorData::ToolCount' has a wrong offset!"); \ +static_assert(offsetof(USBZArmorData, AmmoCapacityScale) == 0x000184, "Member 'USBZArmorData::AmmoCapacityScale' has a wrong offset!"); \ +static_assert(offsetof(USBZArmorData, FirstAidPackHealthPerCharge) == 0x000188, "Member 'USBZArmorData::FirstAidPackHealthPerCharge' has a wrong offset!"); \ +static_assert(offsetof(USBZArmorData, NoThrowableReplenishDelay) == 0x00018C, "Member 'USBZArmorData::NoThrowableReplenishDelay' has a wrong offset!"); \ +static_assert(offsetof(USBZArmorData, NoThrowableReplenishCount) == 0x000190, "Member 'USBZArmorData::NoThrowableReplenishCount' has a wrong offset!"); \ +static_assert(offsetof(USBZArmorData, RepairArmorInteractionImmuneDuration) == 0x000194, "Member 'USBZArmorData::RepairArmorInteractionImmuneDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZArmorData, BreakOwnArmorImmuneDuration) == 0x000198, "Member 'USBZArmorData::BreakOwnArmorImmuneDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZArmorData, SpeedPenalty) == 0x00019C, "Member 'USBZArmorData::SpeedPenalty' has a wrong offset!"); \ +static_assert(offsetof(USBZArmorData, ArmorDescriptionStatColorName) == 0x0001A0, "Member 'USBZArmorData::ArmorDescriptionStatColorName' has a wrong offset!"); \ +static_assert(offsetof(USBZArmorData, MeshData) == 0x0001B0, "Member 'USBZArmorData::MeshData' has a wrong offset!"); \ +static_assert(offsetof(USBZArmorData, PassiveDescriptionText) == 0x0001E0, "Member 'USBZArmorData::PassiveDescriptionText' has a wrong offset!"); \ +static_assert(offsetof(USBZArmorData, CustomizeChunkRotationArray) == 0x0001F8, "Member 'USBZArmorData::CustomizeChunkRotationArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_ClearBBValue \ +static_assert(alignof(USBZBTTask_ClearBBValue) == 0x000008, "Wrong alignment on USBZBTTask_ClearBBValue"); \ +static_assert(sizeof(USBZBTTask_ClearBBValue) == 0x0000A8, "Wrong size on USBZBTTask_ClearBBValue"); \ + +#define DUMPER7_ASSERTS_USBZArmorWidget \ +static_assert(alignof(USBZArmorWidget) == 0x000008, "Wrong alignment on USBZArmorWidget"); \ +static_assert(sizeof(USBZArmorWidget) == 0x000360, "Wrong size on USBZArmorWidget"); \ +static_assert(offsetof(USBZArmorWidget, Panel_ChunkArray) == 0x000298, "Member 'USBZArmorWidget::Panel_ChunkArray' has a wrong offset!"); \ +static_assert(offsetof(USBZArmorWidget, ChunkWidgetClass) == 0x0002A0, "Member 'USBZArmorWidget::ChunkWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZArmorWidget, HorizontalBoxPadding) == 0x0002A8, "Member 'USBZArmorWidget::HorizontalBoxPadding' has a wrong offset!"); \ +static_assert(offsetof(USBZArmorWidget, TickThickness) == 0x0002B8, "Member 'USBZArmorWidget::TickThickness' has a wrong offset!"); \ +static_assert(offsetof(USBZArmorWidget, ArmorReplenishScaleCurve) == 0x0002C0, "Member 'USBZArmorWidget::ArmorReplenishScaleCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZArmorWidget, ChunkDataArray) == 0x000348, "Member 'USBZArmorWidget::ChunkDataArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZArrowComponent \ +static_assert(alignof(USBZArrowComponent) == 0x000010, "Wrong alignment on USBZArrowComponent"); \ +static_assert(sizeof(USBZArrowComponent) == 0x000520, "Wrong size on USBZArrowComponent"); \ +static_assert(offsetof(USBZArrowComponent, From) == 0x000500, "Member 'USBZArrowComponent::From' has a wrong offset!"); \ +static_assert(offsetof(USBZArrowComponent, To) == 0x000508, "Member 'USBZArrowComponent::To' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlaceableData \ +static_assert(alignof(USBZPlaceableData) == 0x000010, "Wrong alignment on USBZPlaceableData"); \ +static_assert(sizeof(USBZPlaceableData) == 0x000420, "Wrong size on USBZPlaceableData"); \ +static_assert(offsetof(USBZPlaceableData, GhostActorClass) == 0x000388, "Member 'USBZPlaceableData::GhostActorClass' has a wrong offset!"); \ +static_assert(offsetof(USBZPlaceableData, AmmoInventoryMax) == 0x0003B8, "Member 'USBZPlaceableData::AmmoInventoryMax' has a wrong offset!"); \ +static_assert(offsetof(USBZPlaceableData, AmmoInventory) == 0x0003BC, "Member 'USBZPlaceableData::AmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(USBZPlaceableData, MaxTraceDistance) == 0x0003C0, "Member 'USBZPlaceableData::MaxTraceDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZPlaceableData, MaxDropdownTraceDistance) == 0x0003C4, "Member 'USBZPlaceableData::MaxDropdownTraceDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZPlaceableData, TraceStepSize) == 0x0003C8, "Member 'USBZPlaceableData::TraceStepSize' has a wrong offset!"); \ +static_assert(offsetof(USBZPlaceableData, MaxSlopeAngle) == 0x0003CC, "Member 'USBZPlaceableData::MaxSlopeAngle' has a wrong offset!"); \ +static_assert(offsetof(USBZPlaceableData, OverrideGravityZ) == 0x0003D0, "Member 'USBZPlaceableData::OverrideGravityZ' has a wrong offset!"); \ +static_assert(offsetof(USBZPlaceableData, ArcParam) == 0x0003D4, "Member 'USBZPlaceableData::ArcParam' has a wrong offset!"); \ +static_assert(offsetof(USBZPlaceableData, BoxExtents) == 0x0003D8, "Member 'USBZPlaceableData::BoxExtents' has a wrong offset!"); \ +static_assert(offsetof(USBZPlaceableData, bIsExtentsCaspule) == 0x0003E4, "Member 'USBZPlaceableData::bIsExtentsCaspule' has a wrong offset!"); \ +static_assert(offsetof(USBZPlaceableData, PlacementOffsetAngle) == 0x0003E8, "Member 'USBZPlaceableData::PlacementOffsetAngle' has a wrong offset!"); \ +static_assert(offsetof(USBZPlaceableData, bUseLinetraceInitially) == 0x0003EC, "Member 'USBZPlaceableData::bUseLinetraceInitially' has a wrong offset!"); \ +static_assert(offsetof(USBZPlaceableData, RequiredTagContainer) == 0x0003F0, "Member 'USBZPlaceableData::RequiredTagContainer' has a wrong offset!"); \ +static_assert(offsetof(USBZPlaceableData, StatisticsDeployString) == 0x000410, "Member 'USBZPlaceableData::StatisticsDeployString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_TargetIsNear \ +static_assert(alignof(USBZBTDecorator_TargetIsNear) == 0x000008, "Wrong alignment on USBZBTDecorator_TargetIsNear"); \ +static_assert(sizeof(USBZBTDecorator_TargetIsNear) == 0x0000D8, "Wrong size on USBZBTDecorator_TargetIsNear"); \ +static_assert(offsetof(USBZBTDecorator_TargetIsNear, CheckFrom) == 0x0000A0, "Member 'USBZBTDecorator_TargetIsNear::CheckFrom' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_TargetIsNear, TargetAllowedDistance) == 0x0000D0, "Member 'USBZBTDecorator_TargetIsNear::TargetAllowedDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_TargetIsNear, NearMarker) == 0x0000D4, "Member 'USBZBTDecorator_TargetIsNear::NearMarker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_EscortShouldBeWarned \ +static_assert(alignof(USBZBTDecorator_EscortShouldBeWarned) == 0x000008, "Wrong alignment on USBZBTDecorator_EscortShouldBeWarned"); \ +static_assert(sizeof(USBZBTDecorator_EscortShouldBeWarned) == 0x0000D8, "Wrong size on USBZBTDecorator_EscortShouldBeWarned"); \ + +#define DUMPER7_ASSERTS_USBZAssetDatabaseManager \ +static_assert(alignof(USBZAssetDatabaseManager) == 0x000008, "Wrong alignment on USBZAssetDatabaseManager"); \ +static_assert(sizeof(USBZAssetDatabaseManager) == 0x0001F8, "Wrong size on USBZAssetDatabaseManager"); \ +static_assert(offsetof(USBZAssetDatabaseManager, AssetItemSkuMap) == 0x000038, "Member 'USBZAssetDatabaseManager::AssetItemSkuMap' has a wrong offset!"); \ +static_assert(offsetof(USBZAssetDatabaseManager, AssetItemIdMap) == 0x000088, "Member 'USBZAssetDatabaseManager::AssetItemIdMap' has a wrong offset!"); \ +static_assert(offsetof(USBZAssetDatabaseManager, SkillLines) == 0x0000F8, "Member 'USBZAssetDatabaseManager::SkillLines' has a wrong offset!"); \ +static_assert(offsetof(USBZAssetDatabaseManager, SkillCategories) == 0x000108, "Member 'USBZAssetDatabaseManager::SkillCategories' has a wrong offset!"); \ +static_assert(offsetof(USBZAssetDatabaseManager, PreplanningAssets) == 0x000118, "Member 'USBZAssetDatabaseManager::PreplanningAssets' has a wrong offset!"); \ +static_assert(offsetof(USBZAssetDatabaseManager, Vendors) == 0x000128, "Member 'USBZAssetDatabaseManager::Vendors' has a wrong offset!"); \ +static_assert(offsetof(USBZAssetDatabaseManager, CustomizableMask) == 0x000138, "Member 'USBZAssetDatabaseManager::CustomizableMask' has a wrong offset!"); \ +static_assert(offsetof(USBZAssetDatabaseManager, CustomizableSuit) == 0x000140, "Member 'USBZAssetDatabaseManager::CustomizableSuit' has a wrong offset!"); \ +static_assert(offsetof(USBZAssetDatabaseManager, AllPrimaryWeapons) == 0x000148, "Member 'USBZAssetDatabaseManager::AllPrimaryWeapons' has a wrong offset!"); \ +static_assert(offsetof(USBZAssetDatabaseManager, AllSecondaryWeapons) == 0x000158, "Member 'USBZAssetDatabaseManager::AllSecondaryWeapons' has a wrong offset!"); \ +static_assert(offsetof(USBZAssetDatabaseManager, AllOverkillWeapons) == 0x000168, "Member 'USBZAssetDatabaseManager::AllOverkillWeapons' has a wrong offset!"); \ +static_assert(offsetof(USBZAssetDatabaseManager, AllOverskillLoadouts) == 0x000178, "Member 'USBZAssetDatabaseManager::AllOverskillLoadouts' has a wrong offset!"); \ +static_assert(offsetof(USBZAssetDatabaseManager, AllArmors) == 0x000188, "Member 'USBZAssetDatabaseManager::AllArmors' has a wrong offset!"); \ +static_assert(offsetof(USBZAssetDatabaseManager, AllWeaponCharms) == 0x000198, "Member 'USBZAssetDatabaseManager::AllWeaponCharms' has a wrong offset!"); \ +static_assert(offsetof(USBZAssetDatabaseManager, AllWeaponStickers) == 0x0001A8, "Member 'USBZAssetDatabaseManager::AllWeaponStickers' has a wrong offset!"); \ +static_assert(offsetof(USBZAssetDatabaseManager, AllPlayerCharacters) == 0x0001B8, "Member 'USBZAssetDatabaseManager::AllPlayerCharacters' has a wrong offset!"); \ +static_assert(offsetof(USBZAssetDatabaseManager, AllPayDayCredits) == 0x0001C8, "Member 'USBZAssetDatabaseManager::AllPayDayCredits' has a wrong offset!"); \ +static_assert(offsetof(USBZAssetDatabaseManager, NewsItemArray) == 0x0001D8, "Member 'USBZAssetDatabaseManager::NewsItemArray' has a wrong offset!"); \ +static_assert(offsetof(USBZAssetDatabaseManager, QuestItemArray) == 0x0001E8, "Member 'USBZAssetDatabaseManager::QuestItemArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAssetLookupData \ +static_assert(alignof(USBZAssetLookupData) == 0x000008, "Wrong alignment on USBZAssetLookupData"); \ +static_assert(sizeof(USBZAssetLookupData) == 0x0000B0, "Wrong size on USBZAssetLookupData"); \ +static_assert(offsetof(USBZAssetLookupData, PhysicalMaterialPtrArray) == 0x000038, "Member 'USBZAssetLookupData::PhysicalMaterialPtrArray' has a wrong offset!"); \ +static_assert(offsetof(USBZAssetLookupData, PhysicalMaterialPtrToArrayMap) == 0x000048, "Member 'USBZAssetLookupData::PhysicalMaterialPtrToArrayMap' has a wrong offset!"); \ +static_assert(offsetof(USBZAssetLookupData, PhysicalMaterialArray) == 0x000098, "Member 'USBZAssetLookupData::PhysicalMaterialArray' has a wrong offset!"); \ +static_assert(offsetof(USBZAssetLookupData, PhysicalMaterialIndexBitCount) == 0x0000A8, "Member 'USBZAssetLookupData::PhysicalMaterialIndexBitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_ForcePathFocus \ +static_assert(alignof(USBZBTDecorator_ForcePathFocus) == 0x000008, "Wrong alignment on USBZBTDecorator_ForcePathFocus"); \ +static_assert(sizeof(USBZBTDecorator_ForcePathFocus) == 0x000070, "Wrong size on USBZBTDecorator_ForcePathFocus"); \ + +#define DUMPER7_ASSERTS_USBZAssetManagerSettings \ +static_assert(alignof(USBZAssetManagerSettings) == 0x000008, "Wrong alignment on USBZAssetManagerSettings"); \ +static_assert(sizeof(USBZAssetManagerSettings) == 0x000088, "Wrong size on USBZAssetManagerSettings"); \ +static_assert(offsetof(USBZAssetManagerSettings, PhysicalMaterialPathArray) == 0x000048, "Member 'USBZAssetManagerSettings::PhysicalMaterialPathArray' has a wrong offset!"); \ +static_assert(offsetof(USBZAssetManagerSettings, SoftAssetLookupData) == 0x000058, "Member 'USBZAssetManagerSettings::SoftAssetLookupData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOverskillHET5Brown \ +static_assert(alignof(USBZOverskillHET5Brown) == 0x000008, "Wrong alignment on USBZOverskillHET5Brown"); \ +static_assert(sizeof(USBZOverskillHET5Brown) == 0x000230, "Wrong size on USBZOverskillHET5Brown"); \ + +#define DUMPER7_ASSERTS_USBZCoinDatabase \ +static_assert(alignof(USBZCoinDatabase) == 0x000008, "Wrong alignment on USBZCoinDatabase"); \ +static_assert(sizeof(USBZCoinDatabase) == 0x000048, "Wrong size on USBZCoinDatabase"); \ +static_assert(offsetof(USBZCoinDatabase, CoinsArray) == 0x000038, "Member 'USBZCoinDatabase::CoinsArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_InsideAirNav \ +static_assert(alignof(USBZBTDecorator_InsideAirNav) == 0x000008, "Wrong alignment on USBZBTDecorator_InsideAirNav"); \ +static_assert(sizeof(USBZBTDecorator_InsideAirNav) == 0x000070, "Wrong size on USBZBTDecorator_InsideAirNav"); \ + +#define DUMPER7_ASSERTS_USBZAudioRaycasting \ +static_assert(alignof(USBZAudioRaycasting) == 0x000008, "Wrong alignment on USBZAudioRaycasting"); \ +static_assert(sizeof(USBZAudioRaycasting) == 0x0000C0, "Wrong size on USBZAudioRaycasting"); \ + +#define DUMPER7_ASSERTS_ISBZAutoAimInterface \ +static_assert(alignof(ISBZAutoAimInterface) == 0x000001, "Wrong alignment on ISBZAutoAimInterface"); \ +static_assert(sizeof(ISBZAutoAimInterface) == 0x000001, "Wrong size on ISBZAutoAimInterface"); \ + +#define DUMPER7_ASSERTS_SBZServerStatBatcher_HandleMissionEnd \ +static_assert(alignof(SBZServerStatBatcher_HandleMissionEnd) == 0x000004, "Wrong alignment on SBZServerStatBatcher_HandleMissionEnd"); \ +static_assert(sizeof(SBZServerStatBatcher_HandleMissionEnd) == 0x000004, "Wrong size on SBZServerStatBatcher_HandleMissionEnd"); \ +static_assert(offsetof(SBZServerStatBatcher_HandleMissionEnd, OutroVariation) == 0x000000, "Member 'SBZServerStatBatcher_HandleMissionEnd::OutroVariation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZServerStatBatcher \ +static_assert(alignof(USBZServerStatBatcher) == 0x000008, "Wrong alignment on USBZServerStatBatcher"); \ +static_assert(sizeof(USBZServerStatBatcher) == 0x000098, "Wrong size on USBZServerStatBatcher"); \ +static_assert(offsetof(USBZServerStatBatcher, CachedServerStatRequests) == 0x000040, "Member 'USBZServerStatBatcher::CachedServerStatRequests' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_PawnType \ +static_assert(alignof(USBZBTDecorator_PawnType) == 0x000008, "Wrong alignment on USBZBTDecorator_PawnType"); \ +static_assert(sizeof(USBZBTDecorator_PawnType) == 0x0000C8, "Wrong size on USBZBTDecorator_PawnType"); \ +static_assert(offsetof(USBZBTDecorator_PawnType, SelectedActor) == 0x000070, "Member 'USBZBTDecorator_PawnType::SelectedActor' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_PawnType, bInverse) == 0x0000A0, "Member 'USBZBTDecorator_PawnType::bInverse' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_PawnType, Tags) == 0x0000A8, "Member 'USBZBTDecorator_PawnType::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAvatarCache \ +static_assert(alignof(USBZAvatarCache) == 0x000010, "Wrong alignment on USBZAvatarCache"); \ +static_assert(sizeof(USBZAvatarCache) == 0x0000C0, "Wrong size on USBZAvatarCache"); \ +static_assert(offsetof(USBZAvatarCache, AvatarTextureCache) == 0x000030, "Member 'USBZAvatarCache::AvatarTextureCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBackendErrorWidget_GetErrorHeader \ +static_assert(alignof(SBZBackendErrorWidget_GetErrorHeader) == 0x000008, "Wrong alignment on SBZBackendErrorWidget_GetErrorHeader"); \ +static_assert(sizeof(SBZBackendErrorWidget_GetErrorHeader) == 0x000018, "Wrong size on SBZBackendErrorWidget_GetErrorHeader"); \ +static_assert(offsetof(SBZBackendErrorWidget_GetErrorHeader, ReturnValue) == 0x000000, "Member 'SBZBackendErrorWidget_GetErrorHeader::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBackendErrorWidget_GetErrorText \ +static_assert(alignof(SBZBackendErrorWidget_GetErrorText) == 0x000008, "Wrong alignment on SBZBackendErrorWidget_GetErrorText"); \ +static_assert(sizeof(SBZBackendErrorWidget_GetErrorText) == 0x000018, "Wrong size on SBZBackendErrorWidget_GetErrorText"); \ +static_assert(offsetof(SBZBackendErrorWidget_GetErrorText, ReturnValue) == 0x000000, "Member 'SBZBackendErrorWidget_GetErrorText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBackendErrorWidget \ +static_assert(alignof(USBZBackendErrorWidget) == 0x000008, "Wrong alignment on USBZBackendErrorWidget"); \ +static_assert(sizeof(USBZBackendErrorWidget) == 0x0002A0, "Wrong size on USBZBackendErrorWidget"); \ +static_assert(offsetof(USBZBackendErrorWidget, ErrorMessageStringTable) == 0x000290, "Member 'USBZBackendErrorWidget::ErrorMessageStringTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZBagDropPoint \ +static_assert(alignof(ASBZBagDropPoint) == 0x000008, "Wrong alignment on ASBZBagDropPoint"); \ +static_assert(sizeof(ASBZBagDropPoint) == 0x0002B0, "Wrong size on ASBZBagDropPoint"); \ +static_assert(offsetof(ASBZBagDropPoint, bShouldActivateOnBeginPlay) == 0x0002A8, "Member 'ASBZBagDropPoint::bShouldActivateOnBeginPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZInteractAICharacterRequirement \ +static_assert(alignof(USBZInteractAICharacterRequirement) == 0x000008, "Wrong alignment on USBZInteractAICharacterRequirement"); \ +static_assert(sizeof(USBZInteractAICharacterRequirement) == 0x000050, "Wrong size on USBZInteractAICharacterRequirement"); \ +static_assert(offsetof(USBZInteractAICharacterRequirement, BlockHumanShieldTagContainer) == 0x000030, "Member 'USBZInteractAICharacterRequirement::BlockHumanShieldTagContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButton_SetCanResetSetting \ +static_assert(alignof(SBZSettingsButton_SetCanResetSetting) == 0x000001, "Wrong alignment on SBZSettingsButton_SetCanResetSetting"); \ +static_assert(sizeof(SBZSettingsButton_SetCanResetSetting) == 0x000001, "Wrong size on SBZSettingsButton_SetCanResetSetting"); \ +static_assert(offsetof(SBZSettingsButton_SetCanResetSetting, InCanResetSetting) == 0x000000, "Member 'SBZSettingsButton_SetCanResetSetting::InCanResetSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButton_SetSettingCategoryName \ +static_assert(alignof(SBZSettingsButton_SetSettingCategoryName) == 0x000004, "Wrong alignment on SBZSettingsButton_SetSettingCategoryName"); \ +static_assert(sizeof(SBZSettingsButton_SetSettingCategoryName) == 0x00000C, "Wrong size on SBZSettingsButton_SetSettingCategoryName"); \ +static_assert(offsetof(SBZSettingsButton_SetSettingCategoryName, InSettingCategoryName) == 0x000000, "Member 'SBZSettingsButton_SetSettingCategoryName::InSettingCategoryName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButton_SetSettingDescriptionLocalized \ +static_assert(alignof(SBZSettingsButton_SetSettingDescriptionLocalized) == 0x000008, "Wrong alignment on SBZSettingsButton_SetSettingDescriptionLocalized"); \ +static_assert(sizeof(SBZSettingsButton_SetSettingDescriptionLocalized) == 0x000018, "Wrong size on SBZSettingsButton_SetSettingDescriptionLocalized"); \ +static_assert(offsetof(SBZSettingsButton_SetSettingDescriptionLocalized, InSettingDescriptionLocalized) == 0x000000, "Member 'SBZSettingsButton_SetSettingDescriptionLocalized::InSettingDescriptionLocalized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButton_SetSettingDescriptionSecondaryLocalized \ +static_assert(alignof(SBZSettingsButton_SetSettingDescriptionSecondaryLocalized) == 0x000008, "Wrong alignment on SBZSettingsButton_SetSettingDescriptionSecondaryLocalized"); \ +static_assert(sizeof(SBZSettingsButton_SetSettingDescriptionSecondaryLocalized) == 0x000018, "Wrong size on SBZSettingsButton_SetSettingDescriptionSecondaryLocalized"); \ +static_assert(offsetof(SBZSettingsButton_SetSettingDescriptionSecondaryLocalized, InSettingDescriptionSecondaryLocalized) == 0x000000, "Member 'SBZSettingsButton_SetSettingDescriptionSecondaryLocalized::InSettingDescriptionSecondaryLocalized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButton_SetSettingHelperPanelName \ +static_assert(alignof(SBZSettingsButton_SetSettingHelperPanelName) == 0x000004, "Wrong alignment on SBZSettingsButton_SetSettingHelperPanelName"); \ +static_assert(sizeof(SBZSettingsButton_SetSettingHelperPanelName) == 0x00000C, "Wrong size on SBZSettingsButton_SetSettingHelperPanelName"); \ +static_assert(offsetof(SBZSettingsButton_SetSettingHelperPanelName, InSettingHelperPanelName) == 0x000000, "Member 'SBZSettingsButton_SetSettingHelperPanelName::InSettingHelperPanelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButton_SetSettingName \ +static_assert(alignof(SBZSettingsButton_SetSettingName) == 0x000004, "Wrong alignment on SBZSettingsButton_SetSettingName"); \ +static_assert(sizeof(SBZSettingsButton_SetSettingName) == 0x00000C, "Wrong size on SBZSettingsButton_SetSettingName"); \ +static_assert(offsetof(SBZSettingsButton_SetSettingName, InSettingName) == 0x000000, "Member 'SBZSettingsButton_SetSettingName::InSettingName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButton_SetSettingNameLocalized \ +static_assert(alignof(SBZSettingsButton_SetSettingNameLocalized) == 0x000008, "Wrong alignment on SBZSettingsButton_SetSettingNameLocalized"); \ +static_assert(sizeof(SBZSettingsButton_SetSettingNameLocalized) == 0x000018, "Wrong size on SBZSettingsButton_SetSettingNameLocalized"); \ +static_assert(offsetof(SBZSettingsButton_SetSettingNameLocalized, InSettingNameLocalized) == 0x000000, "Member 'SBZSettingsButton_SetSettingNameLocalized::InSettingNameLocalized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButton_CanResetSetting \ +static_assert(alignof(SBZSettingsButton_CanResetSetting) == 0x000001, "Wrong alignment on SBZSettingsButton_CanResetSetting"); \ +static_assert(sizeof(SBZSettingsButton_CanResetSetting) == 0x000001, "Wrong size on SBZSettingsButton_CanResetSetting"); \ +static_assert(offsetof(SBZSettingsButton_CanResetSetting, ReturnValue) == 0x000000, "Member 'SBZSettingsButton_CanResetSetting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButton_SettingHasDefaultValue \ +static_assert(alignof(SBZSettingsButton_SettingHasDefaultValue) == 0x000001, "Wrong alignment on SBZSettingsButton_SettingHasDefaultValue"); \ +static_assert(sizeof(SBZSettingsButton_SettingHasDefaultValue) == 0x000001, "Wrong size on SBZSettingsButton_SettingHasDefaultValue"); \ +static_assert(offsetof(SBZSettingsButton_SettingHasDefaultValue, ReturnValue) == 0x000000, "Member 'SBZSettingsButton_SettingHasDefaultValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButton_SettingIsDirty \ +static_assert(alignof(SBZSettingsButton_SettingIsDirty) == 0x000001, "Wrong alignment on SBZSettingsButton_SettingIsDirty"); \ +static_assert(sizeof(SBZSettingsButton_SettingIsDirty) == 0x000001, "Wrong size on SBZSettingsButton_SettingIsDirty"); \ +static_assert(offsetof(SBZSettingsButton_SettingIsDirty, ReturnValue) == 0x000000, "Member 'SBZSettingsButton_SettingIsDirty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSettingsButton \ +static_assert(alignof(USBZSettingsButton) == 0x000008, "Wrong alignment on USBZSettingsButton"); \ +static_assert(sizeof(USBZSettingsButton) == 0x0003F8, "Wrong size on USBZSettingsButton"); \ +static_assert(offsetof(USBZSettingsButton, SettingName) == 0x000380, "Member 'USBZSettingsButton::SettingName' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsButton, SettingCategoryName) == 0x00038C, "Member 'USBZSettingsButton::SettingCategoryName' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsButton, SettingHelperPanelName) == 0x000398, "Member 'USBZSettingsButton::SettingHelperPanelName' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsButton, SettingNameLocalized) == 0x0003A8, "Member 'USBZSettingsButton::SettingNameLocalized' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsButton, SettingDescriptionLocalized) == 0x0003C0, "Member 'USBZSettingsButton::SettingDescriptionLocalized' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsButton, SettingDescriptionSecondaryLocalized) == 0x0003D8, "Member 'USBZSettingsButton::SettingDescriptionSecondaryLocalized' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsButton, bCanResetSetting) == 0x0003F0, "Member 'USBZSettingsButton::bCanResetSetting' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsButton, bSettingIsDirty) == 0x0003F1, "Member 'USBZSettingsButton::bSettingIsDirty' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsButton, bSettingHasDefaultValue) == 0x0003F2, "Member 'USBZSettingsButton::bSettingHasDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButtonActionClick_SetActionButtonLabelLocalized \ +static_assert(alignof(SBZSettingsButtonActionClick_SetActionButtonLabelLocalized) == 0x000008, "Wrong alignment on SBZSettingsButtonActionClick_SetActionButtonLabelLocalized"); \ +static_assert(sizeof(SBZSettingsButtonActionClick_SetActionButtonLabelLocalized) == 0x000018, "Wrong size on SBZSettingsButtonActionClick_SetActionButtonLabelLocalized"); \ +static_assert(offsetof(SBZSettingsButtonActionClick_SetActionButtonLabelLocalized, NewActionButtonLabelLocalized) == 0x000000, "Member 'SBZSettingsButtonActionClick_SetActionButtonLabelLocalized::NewActionButtonLabelLocalized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSettingsButtonActionClick \ +static_assert(alignof(USBZSettingsButtonActionClick) == 0x000008, "Wrong alignment on USBZSettingsButtonActionClick"); \ +static_assert(sizeof(USBZSettingsButtonActionClick) == 0x000420, "Wrong size on USBZSettingsButtonActionClick"); \ +static_assert(offsetof(USBZSettingsButtonActionClick, ActionButtonLabelLocalized) == 0x000408, "Member 'USBZSettingsButtonActionClick::ActionButtonLabelLocalized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBagBoxComponent \ +static_assert(alignof(USBZBagBoxComponent) == 0x000010, "Wrong alignment on USBZBagBoxComponent"); \ +static_assert(sizeof(USBZBagBoxComponent) == 0x000540, "Wrong size on USBZBagBoxComponent"); \ +static_assert(offsetof(USBZBagBoxComponent, ImpulseCooldown) == 0x000528, "Member 'USBZBagBoxComponent::ImpulseCooldown' has a wrong offset!"); \ +static_assert(offsetof(USBZBagBoxComponent, ImpulseBuildUp) == 0x00052C, "Member 'USBZBagBoxComponent::ImpulseBuildUp' has a wrong offset!"); \ +static_assert(offsetof(USBZBagBoxComponent, ImpulseMultiplier) == 0x000530, "Member 'USBZBagBoxComponent::ImpulseMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZBagRespawnPoint \ +static_assert(alignof(ASBZBagRespawnPoint) == 0x000008, "Wrong alignment on ASBZBagRespawnPoint"); \ +static_assert(sizeof(ASBZBagRespawnPoint) == 0x0002B0, "Wrong size on ASBZBagRespawnPoint"); \ +static_assert(offsetof(ASBZBagRespawnPoint, bStartEnabled) == 0x0002A8, "Member 'ASBZBagRespawnPoint::bStartEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLure_HandleHeistStateChanged \ +static_assert(alignof(SBZLure_HandleHeistStateChanged) == 0x000001, "Wrong alignment on SBZLure_HandleHeistStateChanged"); \ +static_assert(sizeof(SBZLure_HandleHeistStateChanged) == 0x000002, "Wrong size on SBZLure_HandleHeistStateChanged"); \ +static_assert(offsetof(SBZLure_HandleHeistStateChanged, OldState) == 0x000000, "Member 'SBZLure_HandleHeistStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZLure_HandleHeistStateChanged, NewState) == 0x000001, "Member 'SBZLure_HandleHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLure_OnActiveStateChanged \ +static_assert(alignof(SBZLure_OnActiveStateChanged) == 0x000001, "Wrong alignment on SBZLure_OnActiveStateChanged"); \ +static_assert(sizeof(SBZLure_OnActiveStateChanged) == 0x000002, "Wrong size on SBZLure_OnActiveStateChanged"); \ +static_assert(offsetof(SBZLure_OnActiveStateChanged, bIsActive) == 0x000000, "Member 'SBZLure_OnActiveStateChanged::bIsActive' has a wrong offset!"); \ +static_assert(offsetof(SBZLure_OnActiveStateChanged, bDoCosmetics) == 0x000001, "Member 'SBZLure_OnActiveStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLure_OnClientCompleteInteraction \ +static_assert(alignof(SBZLure_OnClientCompleteInteraction) == 0x000008, "Wrong alignment on SBZLure_OnClientCompleteInteraction"); \ +static_assert(sizeof(SBZLure_OnClientCompleteInteraction) == 0x000018, "Wrong size on SBZLure_OnClientCompleteInteraction"); \ +static_assert(offsetof(SBZLure_OnClientCompleteInteraction, Interactable) == 0x000000, "Member 'SBZLure_OnClientCompleteInteraction::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZLure_OnClientCompleteInteraction, Interactor) == 0x000008, "Member 'SBZLure_OnClientCompleteInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZLure_OnClientCompleteInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZLure_OnClientCompleteInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLure_OnRep_IsPlayingEffects \ +static_assert(alignof(SBZLure_OnRep_IsPlayingEffects) == 0x000001, "Wrong alignment on SBZLure_OnRep_IsPlayingEffects"); \ +static_assert(sizeof(SBZLure_OnRep_IsPlayingEffects) == 0x000001, "Wrong size on SBZLure_OnRep_IsPlayingEffects"); \ +static_assert(offsetof(SBZLure_OnRep_IsPlayingEffects, bWasPlayingEffects) == 0x000000, "Member 'SBZLure_OnRep_IsPlayingEffects::bWasPlayingEffects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLure_OnServerCompleteInteraction \ +static_assert(alignof(SBZLure_OnServerCompleteInteraction) == 0x000008, "Wrong alignment on SBZLure_OnServerCompleteInteraction"); \ +static_assert(sizeof(SBZLure_OnServerCompleteInteraction) == 0x000018, "Wrong size on SBZLure_OnServerCompleteInteraction"); \ +static_assert(offsetof(SBZLure_OnServerCompleteInteraction, Interactable) == 0x000000, "Member 'SBZLure_OnServerCompleteInteraction::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZLure_OnServerCompleteInteraction, Interactor) == 0x000008, "Member 'SBZLure_OnServerCompleteInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZLure_OnServerCompleteInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZLure_OnServerCompleteInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZLure \ +static_assert(alignof(ASBZLure) == 0x000008, "Wrong alignment on ASBZLure"); \ +static_assert(sizeof(ASBZLure) == 0x000368, "Wrong size on ASBZLure"); \ +static_assert(offsetof(ASBZLure, LureRange) == 0x0002B8, "Member 'ASBZLure::LureRange' has a wrong offset!"); \ +static_assert(offsetof(ASBZLure, LureNoiseStartEvent) == 0x0002C0, "Member 'ASBZLure::LureNoiseStartEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZLure, LureNoiseStopEvent) == 0x0002C8, "Member 'ASBZLure::LureNoiseStopEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZLure, LureActiveEffect) == 0x0002D0, "Member 'ASBZLure::LureActiveEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZLure, EffectOffset) == 0x0002D8, "Member 'ASBZLure::EffectOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZLure, Duration) == 0x0002E4, "Member 'ASBZLure::Duration' has a wrong offset!"); \ +static_assert(offsetof(ASBZLure, InitialDelay) == 0x0002E8, "Member 'ASBZLure::InitialDelay' has a wrong offset!"); \ +static_assert(offsetof(ASBZLure, bIsRepeatable) == 0x0002EC, "Member 'ASBZLure::bIsRepeatable' has a wrong offset!"); \ +static_assert(offsetof(ASBZLure, RepeatableCooldown) == 0x0002F0, "Member 'ASBZLure::RepeatableCooldown' has a wrong offset!"); \ +static_assert(offsetof(ASBZLure, AttractorComponent) == 0x0002F8, "Member 'ASBZLure::AttractorComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZLure, InteractableComponent) == 0x000300, "Member 'ASBZLure::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZLure, LifeActionComponent) == 0x000308, "Member 'ASBZLure::LifeActionComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZLure, LifeActionInstance) == 0x000310, "Member 'ASBZLure::LifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ASBZLure, LifeActionSlot) == 0x000318, "Member 'ASBZLure::LifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ASBZLure, CurrentInvestigator) == 0x000320, "Member 'ASBZLure::CurrentInvestigator' has a wrong offset!"); \ +static_assert(offsetof(ASBZLure, RoomVolumes) == 0x000328, "Member 'ASBZLure::RoomVolumes' has a wrong offset!"); \ +static_assert(offsetof(ASBZLure, LureSoundComponent) == 0x000338, "Member 'ASBZLure::LureSoundComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZLure, EffectComponent) == 0x000340, "Member 'ASBZLure::EffectComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZLure, bIsPlayingEffects) == 0x000348, "Member 'ASBZLure::bIsPlayingEffects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBagTriggerVolume_CheckCustomBagFilter \ +static_assert(alignof(SBZBagTriggerVolume_CheckCustomBagFilter) == 0x000008, "Wrong alignment on SBZBagTriggerVolume_CheckCustomBagFilter"); \ +static_assert(sizeof(SBZBagTriggerVolume_CheckCustomBagFilter) == 0x000020, "Wrong size on SBZBagTriggerVolume_CheckCustomBagFilter"); \ +static_assert(offsetof(SBZBagTriggerVolume_CheckCustomBagFilter, BagItem) == 0x000000, "Member 'SBZBagTriggerVolume_CheckCustomBagFilter::BagItem' has a wrong offset!"); \ +static_assert(offsetof(SBZBagTriggerVolume_CheckCustomBagFilter, BagHandle) == 0x000008, "Member 'SBZBagTriggerVolume_CheckCustomBagFilter::BagHandle' has a wrong offset!"); \ +static_assert(offsetof(SBZBagTriggerVolume_CheckCustomBagFilter, ReturnValue) == 0x000018, "Member 'SBZBagTriggerVolume_CheckCustomBagFilter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBagTriggerVolume_FilterBag \ +static_assert(alignof(SBZBagTriggerVolume_FilterBag) == 0x000008, "Wrong alignment on SBZBagTriggerVolume_FilterBag"); \ +static_assert(sizeof(SBZBagTriggerVolume_FilterBag) == 0x000020, "Wrong size on SBZBagTriggerVolume_FilterBag"); \ +static_assert(offsetof(SBZBagTriggerVolume_FilterBag, BagItem) == 0x000000, "Member 'SBZBagTriggerVolume_FilterBag::BagItem' has a wrong offset!"); \ +static_assert(offsetof(SBZBagTriggerVolume_FilterBag, BagHandle) == 0x000008, "Member 'SBZBagTriggerVolume_FilterBag::BagHandle' has a wrong offset!"); \ +static_assert(offsetof(SBZBagTriggerVolume_FilterBag, ReturnValue) == 0x000018, "Member 'SBZBagTriggerVolume_FilterBag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBagTriggerVolume_GetCount \ +static_assert(alignof(SBZBagTriggerVolume_GetCount) == 0x000004, "Wrong alignment on SBZBagTriggerVolume_GetCount"); \ +static_assert(sizeof(SBZBagTriggerVolume_GetCount) == 0x000004, "Wrong size on SBZBagTriggerVolume_GetCount"); \ +static_assert(offsetof(SBZBagTriggerVolume_GetCount, ReturnValue) == 0x000000, "Member 'SBZBagTriggerVolume_GetCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBagTriggerVolume_ManuallySecureBag \ +static_assert(alignof(SBZBagTriggerVolume_ManuallySecureBag) == 0x000008, "Wrong alignment on SBZBagTriggerVolume_ManuallySecureBag"); \ +static_assert(sizeof(SBZBagTriggerVolume_ManuallySecureBag) == 0x000010, "Wrong size on SBZBagTriggerVolume_ManuallySecureBag"); \ +static_assert(offsetof(SBZBagTriggerVolume_ManuallySecureBag, BagItem) == 0x000000, "Member 'SBZBagTriggerVolume_ManuallySecureBag::BagItem' has a wrong offset!"); \ +static_assert(offsetof(SBZBagTriggerVolume_ManuallySecureBag, bFilterFirst) == 0x000008, "Member 'SBZBagTriggerVolume_ManuallySecureBag::bFilterFirst' has a wrong offset!"); \ +static_assert(offsetof(SBZBagTriggerVolume_ManuallySecureBag, ReturnValue) == 0x000009, "Member 'SBZBagTriggerVolume_ManuallySecureBag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBagTriggerVolume_SetVolumeEnabled \ +static_assert(alignof(SBZBagTriggerVolume_SetVolumeEnabled) == 0x000001, "Wrong alignment on SBZBagTriggerVolume_SetVolumeEnabled"); \ +static_assert(sizeof(SBZBagTriggerVolume_SetVolumeEnabled) == 0x000001, "Wrong size on SBZBagTriggerVolume_SetVolumeEnabled"); \ +static_assert(offsetof(SBZBagTriggerVolume_SetVolumeEnabled, bEnabled) == 0x000000, "Member 'SBZBagTriggerVolume_SetVolumeEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZBagTriggerVolume \ +static_assert(alignof(ASBZBagTriggerVolume) == 0x000008, "Wrong alignment on ASBZBagTriggerVolume"); \ +static_assert(sizeof(ASBZBagTriggerVolume) == 0x000498, "Wrong size on ASBZBagTriggerVolume"); \ +static_assert(offsetof(ASBZBagTriggerVolume, TriggerMode) == 0x000301, "Member 'ASBZBagTriggerVolume::TriggerMode' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagTriggerVolume, Target) == 0x000304, "Member 'ASBZBagTriggerVolume::Target' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagTriggerVolume, BagTypeArray) == 0x000308, "Member 'ASBZBagTriggerVolume::BagTypeArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagTriggerVolume, OnBagCountChanged) == 0x000318, "Member 'ASBZBagTriggerVolume::OnBagCountChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagTriggerVolume, OnBagEnteredOrSecured) == 0x000328, "Member 'ASBZBagTriggerVolume::OnBagEnteredOrSecured' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagTriggerVolume, OnComplete) == 0x000338, "Member 'ASBZBagTriggerVolume::OnComplete' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagTriggerVolume, Filter) == 0x000348, "Member 'ASBZBagTriggerVolume::Filter' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagTriggerVolume, LocallySecured) == 0x000378, "Member 'ASBZBagTriggerVolume::LocallySecured' has a wrong offset!"); \ +static_assert(offsetof(ASBZBagTriggerVolume, BagTeleportPoint) == 0x000490, "Member 'ASBZBagTriggerVolume::BagTeleportPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillCasingClipboardAced \ +static_assert(alignof(USBZSkillCasingClipboardAced) == 0x000008, "Wrong alignment on USBZSkillCasingClipboardAced"); \ +static_assert(sizeof(USBZSkillCasingClipboardAced) == 0x000230, "Wrong size on USBZSkillCasingClipboardAced"); \ + +#define DUMPER7_ASSERTS_USBZBagType \ +static_assert(alignof(USBZBagType) == 0x000008, "Wrong alignment on USBZBagType"); \ +static_assert(sizeof(USBZBagType) == 0x000130, "Wrong size on USBZBagType"); \ +static_assert(offsetof(USBZBagType, BagValue) == 0x000080, "Member 'USBZBagType::BagValue' has a wrong offset!"); \ +static_assert(offsetof(USBZBagType, ThrowSpeed) == 0x000084, "Member 'USBZBagType::ThrowSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZBagType, WorldItem) == 0x000088, "Member 'USBZBagType::WorldItem' has a wrong offset!"); \ +static_assert(offsetof(USBZBagType, BackItem) == 0x000090, "Member 'USBZBagType::BackItem' has a wrong offset!"); \ +static_assert(offsetof(USBZBagType, SecuredItem) == 0x000098, "Member 'USBZBagType::SecuredItem' has a wrong offset!"); \ +static_assert(offsetof(USBZBagType, Tags) == 0x0000A0, "Member 'USBZBagType::Tags' has a wrong offset!"); \ +static_assert(offsetof(USBZBagType, GameplayEffectsOnCarrying) == 0x0000C0, "Member 'USBZBagType::GameplayEffectsOnCarrying' has a wrong offset!"); \ +static_assert(offsetof(USBZBagType, BagState) == 0x0000D0, "Member 'USBZBagType::BagState' has a wrong offset!"); \ +static_assert(offsetof(USBZBagType, BagCategory) == 0x0000DC, "Member 'USBZBagType::BagCategory' has a wrong offset!"); \ +static_assert(offsetof(USBZBagType, bIsDegradable) == 0x0000DD, "Member 'USBZBagType::bIsDegradable' has a wrong offset!"); \ +static_assert(offsetof(USBZBagType, DegradeTimeArray) == 0x0000E0, "Member 'USBZBagType::DegradeTimeArray' has a wrong offset!"); \ +static_assert(offsetof(USBZBagType, WeightTierOffset) == 0x0000F0, "Member 'USBZBagType::WeightTierOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZBagType, WeightOverride) == 0x0000F8, "Member 'USBZBagType::WeightOverride' has a wrong offset!"); \ +static_assert(offsetof(USBZBagType, MarkerAsset) == 0x000100, "Member 'USBZBagType::MarkerAsset' has a wrong offset!"); \ +static_assert(offsetof(USBZBagType, MarkerOffset) == 0x000108, "Member 'USBZBagType::MarkerOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZBagType, bIsPersistentMarker) == 0x000114, "Member 'USBZBagType::bIsPersistentMarker' has a wrong offset!"); \ +static_assert(offsetof(USBZBagType, SecureStatisticCode) == 0x000118, "Member 'USBZBagType::SecureStatisticCode' has a wrong offset!"); \ +static_assert(offsetof(USBZBagType, bShouldShowOnEndScreen) == 0x000128, "Member 'USBZBagType::bShouldShowOnEndScreen' has a wrong offset!"); \ +static_assert(offsetof(USBZBagType, bAllowSecuring) == 0x000129, "Member 'USBZBagType::bAllowSecuring' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBaseCharacterMenuAnimationCollection \ +static_assert(alignof(USBZBaseCharacterMenuAnimationCollection) == 0x000008, "Wrong alignment on USBZBaseCharacterMenuAnimationCollection"); \ +static_assert(sizeof(USBZBaseCharacterMenuAnimationCollection) == 0x000090, "Wrong size on USBZBaseCharacterMenuAnimationCollection"); \ +static_assert(offsetof(USBZBaseCharacterMenuAnimationCollection, DefaultCharacterName) == 0x000038, "Member 'USBZBaseCharacterMenuAnimationCollection::DefaultCharacterName' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseCharacterMenuAnimationCollection, SupportedCharacterNameArray) == 0x000048, "Member 'USBZBaseCharacterMenuAnimationCollection::SupportedCharacterNameArray' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseCharacterMenuAnimationCollection, Template) == 0x000058, "Member 'USBZBaseCharacterMenuAnimationCollection::Template' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseCharacterMenuAnimationCollection, bUpdateCollection) == 0x000088, "Member 'USBZBaseCharacterMenuAnimationCollection::bUpdateCollection' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseCharacterMenuAnimationCollection, RandomSeed) == 0x00008C, "Member 'USBZBaseCharacterMenuAnimationCollection::RandomSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZBasePlayerCameraManager \ +static_assert(alignof(ASBZBasePlayerCameraManager) == 0x000010, "Wrong alignment on ASBZBasePlayerCameraManager"); \ +static_assert(sizeof(ASBZBasePlayerCameraManager) == 0x002970, "Wrong size on ASBZBasePlayerCameraManager"); \ +static_assert(offsetof(ASBZBasePlayerCameraManager, DefaultListenerComponentArray) == 0x002960, "Member 'ASBZBasePlayerCameraManager::DefaultListenerComponentArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBaseWeaponData_GetNbStickerPlacements \ +static_assert(alignof(SBZBaseWeaponData_GetNbStickerPlacements) == 0x000004, "Wrong alignment on SBZBaseWeaponData_GetNbStickerPlacements"); \ +static_assert(sizeof(SBZBaseWeaponData_GetNbStickerPlacements) == 0x000004, "Wrong size on SBZBaseWeaponData_GetNbStickerPlacements"); \ +static_assert(offsetof(SBZBaseWeaponData_GetNbStickerPlacements, ReturnValue) == 0x000000, "Member 'SBZBaseWeaponData_GetNbStickerPlacements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBaseWeaponData \ +static_assert(alignof(USBZBaseWeaponData) == 0x000010, "Wrong alignment on USBZBaseWeaponData"); \ +static_assert(sizeof(USBZBaseWeaponData) == 0x000DA0, "Wrong size on USBZBaseWeaponData"); \ +static_assert(offsetof(USBZBaseWeaponData, SwayData) == 0x000388, "Member 'USBZBaseWeaponData::SwayData' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, HeadbobData) == 0x000390, "Member 'USBZBaseWeaponData::HeadbobData' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, ItemProgression) == 0x000398, "Member 'USBZBaseWeaponData::ItemProgression' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, bUseSprintMoveData) == 0x0003A0, "Member 'USBZBaseWeaponData::bUseSprintMoveData' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, AdditiveSprintMoveData) == 0x0003A8, "Member 'USBZBaseWeaponData::AdditiveSprintMoveData' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, AdditiveMoveData) == 0x000540, "Member 'USBZBaseWeaponData::AdditiveMoveData' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, TargetingAdditiveMoveData) == 0x0006D8, "Member 'USBZBaseWeaponData::TargetingAdditiveMoveData' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, AdditiveMoveLeftHandEquippedData) == 0x000870, "Member 'USBZBaseWeaponData::AdditiveMoveLeftHandEquippedData' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, TargetingAdditiveMoveLeftHandEquippedData) == 0x000A08, "Member 'USBZBaseWeaponData::TargetingAdditiveMoveLeftHandEquippedData' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, TurnInPlaceAdditiveMoveFactor) == 0x000BA0, "Member 'USBZBaseWeaponData::TurnInPlaceAdditiveMoveFactor' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, TurnInPlaceAdditiveMoveInterSpeed) == 0x000BA4, "Member 'USBZBaseWeaponData::TurnInPlaceAdditiveMoveInterSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, JumpStartAlpha) == 0x000BA8, "Member 'USBZBaseWeaponData::JumpStartAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, JumpStartADSAlpha) == 0x000BAC, "Member 'USBZBaseWeaponData::JumpStartADSAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, JumpLandAlpha) == 0x000BB0, "Member 'USBZBaseWeaponData::JumpLandAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, JumpLandADSAlpha) == 0x000BB4, "Member 'USBZBaseWeaponData::JumpLandADSAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, CrouchAlpha) == 0x000BB8, "Member 'USBZBaseWeaponData::CrouchAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, CrouchADSAlpha) == 0x000BBC, "Member 'USBZBaseWeaponData::CrouchADSAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, UncrouchAlpha) == 0x000BC0, "Member 'USBZBaseWeaponData::UncrouchAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, UncrouchADSAlpha) == 0x000BC4, "Member 'USBZBaseWeaponData::UncrouchADSAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, VaultLandAlpha) == 0x000BC8, "Member 'USBZBaseWeaponData::VaultLandAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, VaultLandADSAlpha) == 0x000BCC, "Member 'USBZBaseWeaponData::VaultLandADSAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, TankingData) == 0x000BD0, "Member 'USBZBaseWeaponData::TankingData' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, WallReactionData) == 0x000BD8, "Member 'USBZBaseWeaponData::WallReactionData' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, CrouchHandRigTransform) == 0x000BE0, "Member 'USBZBaseWeaponData::CrouchHandRigTransform' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, DefaultHandRigTransform) == 0x000C10, "Member 'USBZBaseWeaponData::DefaultHandRigTransform' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, TargetingRigOffset) == 0x000C40, "Member 'USBZBaseWeaponData::TargetingRigOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, TargetingData) == 0x000C70, "Member 'USBZBaseWeaponData::TargetingData' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, CachedTargetingArray) == 0x000C78, "Member 'USBZBaseWeaponData::CachedTargetingArray' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, PitchLookOffsetCurve) == 0x000C88, "Member 'USBZBaseWeaponData::PitchLookOffsetCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, AttributeModification) == 0x000C90, "Member 'USBZBaseWeaponData::AttributeModification' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, WeaponPartsTags) == 0x000C98, "Member 'USBZBaseWeaponData::WeaponPartsTags' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, ModularConfiguration) == 0x000CB8, "Member 'USBZBaseWeaponData::ModularConfiguration' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, Family) == 0x000D08, "Member 'USBZBaseWeaponData::Family' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, bIsInaccurateWeapon) == 0x000D14, "Member 'USBZBaseWeaponData::bIsInaccurateWeapon' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, WeaponSelectionScorer) == 0x000D18, "Member 'USBZBaseWeaponData::WeaponSelectionScorer' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, Modifiers) == 0x000D20, "Member 'USBZBaseWeaponData::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, WeaponDeselectionTimer) == 0x000D30, "Member 'USBZBaseWeaponData::WeaponDeselectionTimer' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, bShouldApplyWeaponSwitchCooldown) == 0x000D34, "Member 'USBZBaseWeaponData::bShouldApplyWeaponSwitchCooldown' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, bCanAttackWhileMoving) == 0x000D35, "Member 'USBZBaseWeaponData::bCanAttackWhileMoving' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, StickerPlacements) == 0x000D38, "Member 'USBZBaseWeaponData::StickerPlacements' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, PatternAreas) == 0x000D48, "Member 'USBZBaseWeaponData::PatternAreas' has a wrong offset!"); \ +static_assert(offsetof(USBZBaseWeaponData, HelmetPopperData) == 0x000D98, "Member 'USBZBaseWeaponData::HelmetPopperData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingHelperPanel_SetSettingCategoryName \ +static_assert(alignof(SBZSettingHelperPanel_SetSettingCategoryName) == 0x000004, "Wrong alignment on SBZSettingHelperPanel_SetSettingCategoryName"); \ +static_assert(sizeof(SBZSettingHelperPanel_SetSettingCategoryName) == 0x00000C, "Wrong size on SBZSettingHelperPanel_SetSettingCategoryName"); \ +static_assert(offsetof(SBZSettingHelperPanel_SetSettingCategoryName, InSettingCategoryName) == 0x000000, "Member 'SBZSettingHelperPanel_SetSettingCategoryName::InSettingCategoryName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSettingHelperPanel \ +static_assert(alignof(USBZSettingHelperPanel) == 0x000008, "Wrong alignment on USBZSettingHelperPanel"); \ +static_assert(sizeof(USBZSettingHelperPanel) == 0x0002A8, "Wrong size on USBZSettingHelperPanel"); \ +static_assert(offsetof(USBZSettingHelperPanel, PanelName) == 0x000290, "Member 'USBZSettingHelperPanel::PanelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillDemolitionistBlowback \ +static_assert(alignof(USBZSkillDemolitionistBlowback) == 0x000008, "Wrong alignment on USBZSkillDemolitionistBlowback"); \ +static_assert(sizeof(USBZSkillDemolitionistBlowback) == 0x000250, "Wrong size on USBZSkillDemolitionistBlowback"); \ +static_assert(offsetof(USBZSkillDemolitionistBlowback, PawnTypeContainer) == 0x000230, "Member 'USBZSkillDemolitionistBlowback::PawnTypeContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ClientJoinPartyByCode \ +static_assert(alignof(SBZBeaconActionPhaseClient_ClientJoinPartyByCode) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ClientJoinPartyByCode"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ClientJoinPartyByCode) == 0x000010, "Wrong size on SBZBeaconActionPhaseClient_ClientJoinPartyByCode"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientJoinPartyByCode, PartyCode) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ClientJoinPartyByCode::PartyCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ClientJoinVoiceSession \ +static_assert(alignof(SBZBeaconActionPhaseClient_ClientJoinVoiceSession) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ClientJoinVoiceSession"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ClientJoinVoiceSession) == 0x000010, "Wrong size on SBZBeaconActionPhaseClient_ClientJoinVoiceSession"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientJoinVoiceSession, VoiceSessionId) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ClientJoinVoiceSession::VoiceSessionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ClientOnDataTransmissionFailed \ +static_assert(alignof(SBZBeaconActionPhaseClient_ClientOnDataTransmissionFailed) == 0x000001, "Wrong alignment on SBZBeaconActionPhaseClient_ClientOnDataTransmissionFailed"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ClientOnDataTransmissionFailed) == 0x000002, "Wrong size on SBZBeaconActionPhaseClient_ClientOnDataTransmissionFailed"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientOnDataTransmissionFailed, bInStatCodeToValueMapReceived) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ClientOnDataTransmissionFailed::bInStatCodeToValueMapReceived' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientOnDataTransmissionFailed, bInItemProgressionLevelMapReceived) == 0x000001, "Member 'SBZBeaconActionPhaseClient_ClientOnDataTransmissionFailed::bInItemProgressionLevelMapReceived' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ClientPlayerReadyAck \ +static_assert(alignof(SBZBeaconActionPhaseClient_ClientPlayerReadyAck) == 0x000001, "Wrong alignment on SBZBeaconActionPhaseClient_ClientPlayerReadyAck"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ClientPlayerReadyAck) == 0x000001, "Wrong size on SBZBeaconActionPhaseClient_ClientPlayerReadyAck"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientPlayerReadyAck, bIsReady) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ClientPlayerReadyAck::bIsReady' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ClientPreMatchLobbyStatusUpdated \ +static_assert(alignof(SBZBeaconActionPhaseClient_ClientPreMatchLobbyStatusUpdated) == 0x000001, "Wrong alignment on SBZBeaconActionPhaseClient_ClientPreMatchLobbyStatusUpdated"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ClientPreMatchLobbyStatusUpdated) == 0x000001, "Wrong size on SBZBeaconActionPhaseClient_ClientPreMatchLobbyStatusUpdated"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientPreMatchLobbyStatusUpdated, InStatus) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ClientPreMatchLobbyStatusUpdated::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ClientPreplanningAssetAdded \ +static_assert(alignof(SBZBeaconActionPhaseClient_ClientPreplanningAssetAdded) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ClientPreplanningAssetAdded"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ClientPreplanningAssetAdded) == 0x000038, "Wrong size on SBZBeaconActionPhaseClient_ClientPreplanningAssetAdded"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientPreplanningAssetAdded, InPlayerId) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ClientPreplanningAssetAdded::InPlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientPreplanningAssetAdded, AccelByteItemSku) == 0x000028, "Member 'SBZBeaconActionPhaseClient_ClientPreplanningAssetAdded::AccelByteItemSku' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ClientPreplanningAssetRemoved \ +static_assert(alignof(SBZBeaconActionPhaseClient_ClientPreplanningAssetRemoved) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ClientPreplanningAssetRemoved"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ClientPreplanningAssetRemoved) == 0x000028, "Wrong size on SBZBeaconActionPhaseClient_ClientPreplanningAssetRemoved"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientPreplanningAssetRemoved, InPlayerId) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ClientPreplanningAssetRemoved::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ClientProvideVoiceSessionData \ +static_assert(alignof(SBZBeaconActionPhaseClient_ClientProvideVoiceSessionData) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ClientProvideVoiceSessionData"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ClientProvideVoiceSessionData) == 0x000068, "Wrong size on SBZBeaconActionPhaseClient_ClientProvideVoiceSessionData"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientProvideVoiceSessionData, VoiceSessionData) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ClientProvideVoiceSessionData::VoiceSessionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ClientProvideVoiceSessionInfo \ +static_assert(alignof(SBZBeaconActionPhaseClient_ClientProvideVoiceSessionInfo) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ClientProvideVoiceSessionInfo"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ClientProvideVoiceSessionInfo) == 0x000040, "Wrong size on SBZBeaconActionPhaseClient_ClientProvideVoiceSessionInfo"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientProvideVoiceSessionInfo, bVoiceSessionCreated) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ClientProvideVoiceSessionInfo::bVoiceSessionCreated' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientProvideVoiceSessionInfo, VoiceSessionInitiatorId) == 0x000008, "Member 'SBZBeaconActionPhaseClient_ClientProvideVoiceSessionInfo::VoiceSessionInitiatorId' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientProvideVoiceSessionInfo, VoiceSessionId) == 0x000030, "Member 'SBZBeaconActionPhaseClient_ClientProvideVoiceSessionInfo::VoiceSessionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ClientReserveSlotAck \ +static_assert(alignof(SBZBeaconActionPhaseClient_ClientReserveSlotAck) == 0x000004, "Wrong alignment on SBZBeaconActionPhaseClient_ClientReserveSlotAck"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ClientReserveSlotAck) == 0x00000C, "Wrong size on SBZBeaconActionPhaseClient_ClientReserveSlotAck"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientReserveSlotAck, Result) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ClientReserveSlotAck::Result' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientReserveSlotAck, InMissionInfo) == 0x000004, "Member 'SBZBeaconActionPhaseClient_ClientReserveSlotAck::InMissionInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ClientRestartPreMatchTimer \ +static_assert(alignof(SBZBeaconActionPhaseClient_ClientRestartPreMatchTimer) == 0x000004, "Wrong alignment on SBZBeaconActionPhaseClient_ClientRestartPreMatchTimer"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ClientRestartPreMatchTimer) == 0x000004, "Wrong size on SBZBeaconActionPhaseClient_ClientRestartPreMatchTimer"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientRestartPreMatchTimer, PreMatchReadyTimeLimit) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ClientRestartPreMatchTimer::PreMatchReadyTimeLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ClientRestartPreTravelTimer \ +static_assert(alignof(SBZBeaconActionPhaseClient_ClientRestartPreTravelTimer) == 0x000004, "Wrong alignment on SBZBeaconActionPhaseClient_ClientRestartPreTravelTimer"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ClientRestartPreTravelTimer) == 0x000004, "Wrong size on SBZBeaconActionPhaseClient_ClientRestartPreTravelTimer"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientRestartPreTravelTimer, PreTravelTimeLimit) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ClientRestartPreTravelTimer::PreTravelTimeLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ClientSetGamePort \ +static_assert(alignof(SBZBeaconActionPhaseClient_ClientSetGamePort) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ClientSetGamePort"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ClientSetGamePort) == 0x000028, "Wrong size on SBZBeaconActionPhaseClient_ClientSetGamePort"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientSetGamePort, GamePort) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ClientSetGamePort::GamePort' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientSetGamePort, ServerVersion) == 0x000008, "Member 'SBZBeaconActionPhaseClient_ClientSetGamePort::ServerVersion' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientSetGamePort, GameSessionId) == 0x000018, "Member 'SBZBeaconActionPhaseClient_ClientSetGamePort::GameSessionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ClientSetPlayerLoadout \ +static_assert(alignof(SBZBeaconActionPhaseClient_ClientSetPlayerLoadout) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ClientSetPlayerLoadout"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ClientSetPlayerLoadout) == 0x000368, "Wrong size on SBZBeaconActionPhaseClient_ClientSetPlayerLoadout"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientSetPlayerLoadout, InPlayerId) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ClientSetPlayerLoadout::InPlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientSetPlayerLoadout, InLoadout) == 0x000028, "Member 'SBZBeaconActionPhaseClient_ClientSetPlayerLoadout::InLoadout' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientSetPlayerLoadout, InSelectedCharacter) == 0x000310, "Member 'SBZBeaconActionPhaseClient_ClientSetPlayerLoadout::InSelectedCharacter' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientSetPlayerLoadout, FirstPartyPlatform) == 0x000330, "Member 'SBZBeaconActionPhaseClient_ClientSetPlayerLoadout::FirstPartyPlatform' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientSetPlayerLoadout, InPlatform) == 0x000331, "Member 'SBZBeaconActionPhaseClient_ClientSetPlayerLoadout::InPlatform' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientSetPlayerLoadout, InInfamyLevel) == 0x000334, "Member 'SBZBeaconActionPhaseClient_ClientSetPlayerLoadout::InInfamyLevel' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientSetPlayerLoadout, InRenownLevel) == 0x000338, "Member 'SBZBeaconActionPhaseClient_ClientSetPlayerLoadout::InRenownLevel' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientSetPlayerLoadout, AccelByteUserName) == 0x000340, "Member 'SBZBeaconActionPhaseClient_ClientSetPlayerLoadout::AccelByteUserName' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientSetPlayerLoadout, AccelByteDisplayName) == 0x000350, "Member 'SBZBeaconActionPhaseClient_ClientSetPlayerLoadout::AccelByteDisplayName' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientSetPlayerLoadout, bCrossPlayEnabled) == 0x000360, "Member 'SBZBeaconActionPhaseClient_ClientSetPlayerLoadout::bCrossPlayEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ClientStartTravelAck \ +static_assert(alignof(SBZBeaconActionPhaseClient_ClientStartTravelAck) == 0x000001, "Wrong alignment on SBZBeaconActionPhaseClient_ClientStartTravelAck"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ClientStartTravelAck) == 0x000001, "Wrong size on SBZBeaconActionPhaseClient_ClientStartTravelAck"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientStartTravelAck, Result) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ClientStartTravelAck::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ClientUpdateSlotsData \ +static_assert(alignof(SBZBeaconActionPhaseClient_ClientUpdateSlotsData) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ClientUpdateSlotsData"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ClientUpdateSlotsData) == 0x000010, "Wrong size on SBZBeaconActionPhaseClient_ClientUpdateSlotsData"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientUpdateSlotsData, InSlotsData) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ClientUpdateSlotsData::InSlotsData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ClientVoiceSessionInitialized \ +static_assert(alignof(SBZBeaconActionPhaseClient_ClientVoiceSessionInitialized) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ClientVoiceSessionInitialized"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ClientVoiceSessionInitialized) == 0x000010, "Wrong size on SBZBeaconActionPhaseClient_ClientVoiceSessionInitialized"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientVoiceSessionInitialized, VoiceSessionId) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ClientVoiceSessionInitialized::VoiceSessionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ClientVoiceSessionReturnState \ +static_assert(alignof(SBZBeaconActionPhaseClient_ClientVoiceSessionReturnState) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ClientVoiceSessionReturnState"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ClientVoiceSessionReturnState) == 0x000018, "Wrong size on SBZBeaconActionPhaseClient_ClientVoiceSessionReturnState"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientVoiceSessionReturnState, VoiceSessionId) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ClientVoiceSessionReturnState::VoiceSessionId' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ClientVoiceSessionReturnState, VoiceSessionState) == 0x000010, "Member 'SBZBeaconActionPhaseClient_ClientVoiceSessionReturnState::VoiceSessionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_OnActiveLoadoutIndexChanged \ +static_assert(alignof(SBZBeaconActionPhaseClient_OnActiveLoadoutIndexChanged) == 0x000004, "Wrong alignment on SBZBeaconActionPhaseClient_OnActiveLoadoutIndexChanged"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_OnActiveLoadoutIndexChanged) == 0x000004, "Wrong size on SBZBeaconActionPhaseClient_OnActiveLoadoutIndexChanged"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_OnActiveLoadoutIndexChanged, NewActiveLoadoutIndex) == 0x000000, "Member 'SBZBeaconActionPhaseClient_OnActiveLoadoutIndexChanged::NewActiveLoadoutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_OnLocalPlayerLoadoutChanged \ +static_assert(alignof(SBZBeaconActionPhaseClient_OnLocalPlayerLoadoutChanged) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_OnLocalPlayerLoadoutChanged"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_OnLocalPlayerLoadoutChanged) == 0x0000A0, "Wrong size on SBZBeaconActionPhaseClient_OnLocalPlayerLoadoutChanged"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_OnLocalPlayerLoadoutChanged, PlayerLoadout) == 0x000000, "Member 'SBZBeaconActionPhaseClient_OnLocalPlayerLoadoutChanged::PlayerLoadout' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_OnLocalPlayerLoadoutChanged, PlayerLoadoutIndex) == 0x000098, "Member 'SBZBeaconActionPhaseClient_OnLocalPlayerLoadoutChanged::PlayerLoadoutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_SendActiveLoadout \ +static_assert(alignof(SBZBeaconActionPhaseClient_SendActiveLoadout) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_SendActiveLoadout"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_SendActiveLoadout) == 0x000028, "Wrong size on SBZBeaconActionPhaseClient_SendActiveLoadout"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_SendActiveLoadout, InPlayerId) == 0x000000, "Member 'SBZBeaconActionPhaseClient_SendActiveLoadout::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ServerAddPreplanningAsset \ +static_assert(alignof(SBZBeaconActionPhaseClient_ServerAddPreplanningAsset) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ServerAddPreplanningAsset"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ServerAddPreplanningAsset) == 0x000038, "Wrong size on SBZBeaconActionPhaseClient_ServerAddPreplanningAsset"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerAddPreplanningAsset, InPlayerId) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ServerAddPreplanningAsset::InPlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerAddPreplanningAsset, AccelByteItemSku) == 0x000028, "Member 'SBZBeaconActionPhaseClient_ServerAddPreplanningAsset::AccelByteItemSku' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ServerNotifyStartTravel \ +static_assert(alignof(SBZBeaconActionPhaseClient_ServerNotifyStartTravel) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ServerNotifyStartTravel"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ServerNotifyStartTravel) == 0x000028, "Wrong size on SBZBeaconActionPhaseClient_ServerNotifyStartTravel"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerNotifyStartTravel, InPlayerIdStartTravel) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ServerNotifyStartTravel::InPlayerIdStartTravel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ServerPlayerToReadyReceive \ +static_assert(alignof(SBZBeaconActionPhaseClient_ServerPlayerToReadyReceive) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ServerPlayerToReadyReceive"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ServerPlayerToReadyReceive) == 0x000028, "Wrong size on SBZBeaconActionPhaseClient_ServerPlayerToReadyReceive"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerPlayerToReadyReceive, InPlayerId) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ServerPlayerToReadyReceive::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ServerRemovePreplanningAsset \ +static_assert(alignof(SBZBeaconActionPhaseClient_ServerRemovePreplanningAsset) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ServerRemovePreplanningAsset"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ServerRemovePreplanningAsset) == 0x000028, "Wrong size on SBZBeaconActionPhaseClient_ServerRemovePreplanningAsset"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerRemovePreplanningAsset, InPlayerId) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ServerRemovePreplanningAsset::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ServerRequestVoiceSessionJoin \ +static_assert(alignof(SBZBeaconActionPhaseClient_ServerRequestVoiceSessionJoin) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ServerRequestVoiceSessionJoin"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ServerRequestVoiceSessionJoin) == 0x000030, "Wrong size on SBZBeaconActionPhaseClient_ServerRequestVoiceSessionJoin"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerRequestVoiceSessionJoin, InPlayerId) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ServerRequestVoiceSessionJoin::InPlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerRequestVoiceSessionJoin, bMakeVoiceEnabled) == 0x000028, "Member 'SBZBeaconActionPhaseClient_ServerRequestVoiceSessionJoin::bMakeVoiceEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ServerRequestVoiceSessionLeave \ +static_assert(alignof(SBZBeaconActionPhaseClient_ServerRequestVoiceSessionLeave) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ServerRequestVoiceSessionLeave"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ServerRequestVoiceSessionLeave) == 0x000030, "Wrong size on SBZBeaconActionPhaseClient_ServerRequestVoiceSessionLeave"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerRequestVoiceSessionLeave, InPlayerId) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ServerRequestVoiceSessionLeave::InPlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerRequestVoiceSessionLeave, bMakeVoiceDisabled) == 0x000028, "Member 'SBZBeaconActionPhaseClient_ServerRequestVoiceSessionLeave::bMakeVoiceDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ServerReserveSlot \ +static_assert(alignof(SBZBeaconActionPhaseClient_ServerReserveSlot) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ServerReserveSlot"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ServerReserveSlot) == 0x000010, "Wrong size on SBZBeaconActionPhaseClient_ServerReserveSlot"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerReserveSlot, InPlayers) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ServerReserveSlot::InPlayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ServerSetItemProgressionLevelMap \ +static_assert(alignof(SBZBeaconActionPhaseClient_ServerSetItemProgressionLevelMap) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ServerSetItemProgressionLevelMap"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ServerSetItemProgressionLevelMap) == 0x000050, "Wrong size on SBZBeaconActionPhaseClient_ServerSetItemProgressionLevelMap"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerSetItemProgressionLevelMap, InMap) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ServerSetItemProgressionLevelMap::InMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ServerSetPlayerCharactersArray \ +static_assert(alignof(SBZBeaconActionPhaseClient_ServerSetPlayerCharactersArray) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ServerSetPlayerCharactersArray"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ServerSetPlayerCharactersArray) == 0x000048, "Wrong size on SBZBeaconActionPhaseClient_ServerSetPlayerCharactersArray"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerSetPlayerCharactersArray, InPlayerId) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ServerSetPlayerCharactersArray::InPlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerSetPlayerCharactersArray, InPreferredPlayerCharacters) == 0x000028, "Member 'SBZBeaconActionPhaseClient_ServerSetPlayerCharactersArray::InPreferredPlayerCharacters' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerSetPlayerCharactersArray, InInventoryPlayerCharacters) == 0x000038, "Member 'SBZBeaconActionPhaseClient_ServerSetPlayerCharactersArray::InInventoryPlayerCharacters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ServerSetPlayerData \ +static_assert(alignof(SBZBeaconActionPhaseClient_ServerSetPlayerData) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ServerSetPlayerData"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ServerSetPlayerData) == 0x000438, "Wrong size on SBZBeaconActionPhaseClient_ServerSetPlayerData"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerSetPlayerData, InSlotData) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ServerSetPlayerData::InSlotData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ServerSetPlayerInfo \ +static_assert(alignof(SBZBeaconActionPhaseClient_ServerSetPlayerInfo) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ServerSetPlayerInfo"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ServerSetPlayerInfo) == 0x000080, "Wrong size on SBZBeaconActionPhaseClient_ServerSetPlayerInfo"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerSetPlayerInfo, PlayerInfo) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ServerSetPlayerInfo::PlayerInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ServerSetPlayerLoadingComplete \ +static_assert(alignof(SBZBeaconActionPhaseClient_ServerSetPlayerLoadingComplete) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ServerSetPlayerLoadingComplete"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ServerSetPlayerLoadingComplete) == 0x000028, "Wrong size on SBZBeaconActionPhaseClient_ServerSetPlayerLoadingComplete"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerSetPlayerLoadingComplete, InPlayerId) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ServerSetPlayerLoadingComplete::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ServerSetPlayerLoadout \ +static_assert(alignof(SBZBeaconActionPhaseClient_ServerSetPlayerLoadout) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ServerSetPlayerLoadout"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ServerSetPlayerLoadout) == 0x000348, "Wrong size on SBZBeaconActionPhaseClient_ServerSetPlayerLoadout"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerSetPlayerLoadout, InPlayerId) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ServerSetPlayerLoadout::InPlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerSetPlayerLoadout, InLoadout) == 0x000028, "Member 'SBZBeaconActionPhaseClient_ServerSetPlayerLoadout::InLoadout' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerSetPlayerLoadout, FirstPartyPlatform) == 0x000310, "Member 'SBZBeaconActionPhaseClient_ServerSetPlayerLoadout::FirstPartyPlatform' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerSetPlayerLoadout, InPlatform) == 0x000311, "Member 'SBZBeaconActionPhaseClient_ServerSetPlayerLoadout::InPlatform' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerSetPlayerLoadout, InInfamyLevel) == 0x000314, "Member 'SBZBeaconActionPhaseClient_ServerSetPlayerLoadout::InInfamyLevel' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerSetPlayerLoadout, InRenownLevel) == 0x000318, "Member 'SBZBeaconActionPhaseClient_ServerSetPlayerLoadout::InRenownLevel' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerSetPlayerLoadout, AccelByteUserName) == 0x000320, "Member 'SBZBeaconActionPhaseClient_ServerSetPlayerLoadout::AccelByteUserName' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerSetPlayerLoadout, AccelByteDisplayName) == 0x000330, "Member 'SBZBeaconActionPhaseClient_ServerSetPlayerLoadout::AccelByteDisplayName' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerSetPlayerLoadout, bCrossPlayEnabled) == 0x000340, "Member 'SBZBeaconActionPhaseClient_ServerSetPlayerLoadout::bCrossPlayEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ServerSetPlayerReady \ +static_assert(alignof(SBZBeaconActionPhaseClient_ServerSetPlayerReady) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ServerSetPlayerReady"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ServerSetPlayerReady) == 0x000028, "Wrong size on SBZBeaconActionPhaseClient_ServerSetPlayerReady"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerSetPlayerReady, InPlayerId) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ServerSetPlayerReady::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ServerSetPlayerUnready \ +static_assert(alignof(SBZBeaconActionPhaseClient_ServerSetPlayerUnready) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ServerSetPlayerUnready"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ServerSetPlayerUnready) == 0x000028, "Wrong size on SBZBeaconActionPhaseClient_ServerSetPlayerUnready"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerSetPlayerUnready, InPlayerId) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ServerSetPlayerUnready::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ServerSetSlotStatus \ +static_assert(alignof(SBZBeaconActionPhaseClient_ServerSetSlotStatus) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ServerSetSlotStatus"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ServerSetSlotStatus) == 0x000030, "Wrong size on SBZBeaconActionPhaseClient_ServerSetSlotStatus"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerSetSlotStatus, InPlayerId) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ServerSetSlotStatus::InPlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerSetSlotStatus, Status) == 0x000028, "Member 'SBZBeaconActionPhaseClient_ServerSetSlotStatus::Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ServerSetStatCodeToValueMap \ +static_assert(alignof(SBZBeaconActionPhaseClient_ServerSetStatCodeToValueMap) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ServerSetStatCodeToValueMap"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ServerSetStatCodeToValueMap) == 0x000050, "Wrong size on SBZBeaconActionPhaseClient_ServerSetStatCodeToValueMap"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerSetStatCodeToValueMap, InMap) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ServerSetStatCodeToValueMap::InMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ServerSetVoiceSessionData \ +static_assert(alignof(SBZBeaconActionPhaseClient_ServerSetVoiceSessionData) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ServerSetVoiceSessionData"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ServerSetVoiceSessionData) == 0x000038, "Wrong size on SBZBeaconActionPhaseClient_ServerSetVoiceSessionData"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerSetVoiceSessionData, VoiceSessionId) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ServerSetVoiceSessionData::VoiceSessionId' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerSetVoiceSessionData, InPlayerId) == 0x000010, "Member 'SBZBeaconActionPhaseClient_ServerSetVoiceSessionData::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ServerTogglePlayerReady \ +static_assert(alignof(SBZBeaconActionPhaseClient_ServerTogglePlayerReady) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ServerTogglePlayerReady"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ServerTogglePlayerReady) == 0x000028, "Wrong size on SBZBeaconActionPhaseClient_ServerTogglePlayerReady"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerTogglePlayerReady, InPlayerId) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ServerTogglePlayerReady::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ServerVoiceSessionCreated \ +static_assert(alignof(SBZBeaconActionPhaseClient_ServerVoiceSessionCreated) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ServerVoiceSessionCreated"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ServerVoiceSessionCreated) == 0x000038, "Wrong size on SBZBeaconActionPhaseClient_ServerVoiceSessionCreated"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerVoiceSessionCreated, InPlayerId) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ServerVoiceSessionCreated::InPlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerVoiceSessionCreated, SessionId) == 0x000028, "Member 'SBZBeaconActionPhaseClient_ServerVoiceSessionCreated::SessionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ServerVoiceSessionCreateFailed \ +static_assert(alignof(SBZBeaconActionPhaseClient_ServerVoiceSessionCreateFailed) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ServerVoiceSessionCreateFailed"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ServerVoiceSessionCreateFailed) == 0x000028, "Wrong size on SBZBeaconActionPhaseClient_ServerVoiceSessionCreateFailed"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerVoiceSessionCreateFailed, InPlayerId) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ServerVoiceSessionCreateFailed::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ServerVoiceSessionGetState \ +static_assert(alignof(SBZBeaconActionPhaseClient_ServerVoiceSessionGetState) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ServerVoiceSessionGetState"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ServerVoiceSessionGetState) == 0x000010, "Wrong size on SBZBeaconActionPhaseClient_ServerVoiceSessionGetState"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerVoiceSessionGetState, VoiceSessionId) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ServerVoiceSessionGetState::VoiceSessionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ServerVoiceSessionJoined \ +static_assert(alignof(SBZBeaconActionPhaseClient_ServerVoiceSessionJoined) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ServerVoiceSessionJoined"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ServerVoiceSessionJoined) == 0x000028, "Wrong size on SBZBeaconActionPhaseClient_ServerVoiceSessionJoined"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerVoiceSessionJoined, InPlayerId) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ServerVoiceSessionJoined::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ServerVoiceSessionLeft \ +static_assert(alignof(SBZBeaconActionPhaseClient_ServerVoiceSessionLeft) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ServerVoiceSessionLeft"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ServerVoiceSessionLeft) == 0x000028, "Wrong size on SBZBeaconActionPhaseClient_ServerVoiceSessionLeft"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerVoiceSessionLeft, InPlayerId) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ServerVoiceSessionLeft::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseClient_ServerVoiceSessionUpdate \ +static_assert(alignof(SBZBeaconActionPhaseClient_ServerVoiceSessionUpdate) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseClient_ServerVoiceSessionUpdate"); \ +static_assert(sizeof(SBZBeaconActionPhaseClient_ServerVoiceSessionUpdate) == 0x000018, "Wrong size on SBZBeaconActionPhaseClient_ServerVoiceSessionUpdate"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerVoiceSessionUpdate, VoiceSessionId) == 0x000000, "Member 'SBZBeaconActionPhaseClient_ServerVoiceSessionUpdate::VoiceSessionId' has a wrong offset!"); \ +static_assert(offsetof(SBZBeaconActionPhaseClient_ServerVoiceSessionUpdate, VoiceSessionState) == 0x000010, "Member 'SBZBeaconActionPhaseClient_ServerVoiceSessionUpdate::VoiceSessionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZBeaconActionPhaseClient \ +static_assert(alignof(ASBZBeaconActionPhaseClient) == 0x000008, "Wrong alignment on ASBZBeaconActionPhaseClient"); \ +static_assert(sizeof(ASBZBeaconActionPhaseClient) == 0x000560, "Wrong size on ASBZBeaconActionPhaseClient"); \ +static_assert(offsetof(ASBZBeaconActionPhaseClient, PlayersInfo) == 0x000370, "Member 'ASBZBeaconActionPhaseClient::PlayersInfo' has a wrong offset!"); \ +static_assert(offsetof(ASBZBeaconActionPhaseClient, bIsDsLobbyClient) == 0x000408, "Member 'ASBZBeaconActionPhaseClient::bIsDsLobbyClient' has a wrong offset!"); \ +static_assert(offsetof(ASBZBeaconActionPhaseClient, PinnedLoadouts) == 0x0004A0, "Member 'ASBZBeaconActionPhaseClient::PinnedLoadouts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBeaconActionPhaseHost_HandlePlayerCountChanged \ +static_assert(alignof(SBZBeaconActionPhaseHost_HandlePlayerCountChanged) == 0x000008, "Wrong alignment on SBZBeaconActionPhaseHost_HandlePlayerCountChanged"); \ +static_assert(sizeof(SBZBeaconActionPhaseHost_HandlePlayerCountChanged) == 0x000008, "Wrong size on SBZBeaconActionPhaseHost_HandlePlayerCountChanged"); \ +static_assert(offsetof(SBZBeaconActionPhaseHost_HandlePlayerCountChanged, PlayerState) == 0x000000, "Member 'SBZBeaconActionPhaseHost_HandlePlayerCountChanged::PlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZBeaconActionPhaseHost \ +static_assert(alignof(ASBZBeaconActionPhaseHost) == 0x000008, "Wrong alignment on ASBZBeaconActionPhaseHost"); \ +static_assert(sizeof(ASBZBeaconActionPhaseHost) == 0x000370, "Wrong size on ASBZBeaconActionPhaseHost"); \ +static_assert(offsetof(ASBZBeaconActionPhaseHost, OnPlayerToReadyEvent) == 0x0002F0, "Member 'ASBZBeaconActionPhaseHost::OnPlayerToReadyEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZBeaconActionPhaseHost, OnPlayerStartTravelEvent) == 0x000300, "Member 'ASBZBeaconActionPhaseHost::OnPlayerStartTravelEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZBeaconActionPhaseHost, OnPlayerDisconnectedEvent) == 0x000310, "Member 'ASBZBeaconActionPhaseHost::OnPlayerDisconnectedEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBinaryStateNode_SetState \ +static_assert(alignof(SBZBinaryStateNode_SetState) == 0x000001, "Wrong alignment on SBZBinaryStateNode_SetState"); \ +static_assert(sizeof(SBZBinaryStateNode_SetState) == 0x000001, "Wrong size on SBZBinaryStateNode_SetState"); \ +static_assert(offsetof(SBZBinaryStateNode_SetState, bInState) == 0x000000, "Member 'SBZBinaryStateNode_SetState::bInState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBinaryStateNode_GetState \ +static_assert(alignof(SBZBinaryStateNode_GetState) == 0x000001, "Wrong alignment on SBZBinaryStateNode_GetState"); \ +static_assert(sizeof(SBZBinaryStateNode_GetState) == 0x000001, "Wrong size on SBZBinaryStateNode_GetState"); \ +static_assert(offsetof(SBZBinaryStateNode_GetState, ReturnValue) == 0x000000, "Member 'SBZBinaryStateNode_GetState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZBinaryStateNode \ +static_assert(alignof(ASBZBinaryStateNode) == 0x000008, "Wrong alignment on ASBZBinaryStateNode"); \ +static_assert(sizeof(ASBZBinaryStateNode) == 0x0002C0, "Wrong size on ASBZBinaryStateNode"); \ +static_assert(offsetof(ASBZBinaryStateNode, OnStateChanged) == 0x0002A8, "Member 'ASBZBinaryStateNode::OnStateChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZBinaryStateNode, bState) == 0x0002B8, "Member 'ASBZBinaryStateNode::bState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillSmokeGrenadePoisonCloudAced \ +static_assert(alignof(USBZSkillSmokeGrenadePoisonCloudAced) == 0x000008, "Wrong alignment on USBZSkillSmokeGrenadePoisonCloudAced"); \ +static_assert(sizeof(USBZSkillSmokeGrenadePoisonCloudAced) == 0x000230, "Wrong size on USBZSkillSmokeGrenadePoisonCloudAced"); \ + +#define DUMPER7_ASSERTS_SBZSettingsCategoryScreenGamepad_OnSettingsButtonChanged \ +static_assert(alignof(SBZSettingsCategoryScreenGamepad_OnSettingsButtonChanged) == 0x000008, "Wrong alignment on SBZSettingsCategoryScreenGamepad_OnSettingsButtonChanged"); \ +static_assert(sizeof(SBZSettingsCategoryScreenGamepad_OnSettingsButtonChanged) == 0x000008, "Wrong size on SBZSettingsCategoryScreenGamepad_OnSettingsButtonChanged"); \ +static_assert(offsetof(SBZSettingsCategoryScreenGamepad_OnSettingsButtonChanged, SettingsButton) == 0x000000, "Member 'SBZSettingsCategoryScreenGamepad_OnSettingsButtonChanged::SettingsButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsCategoryScreenGamepad_OnSettingsButtonFocused \ +static_assert(alignof(SBZSettingsCategoryScreenGamepad_OnSettingsButtonFocused) == 0x000008, "Wrong alignment on SBZSettingsCategoryScreenGamepad_OnSettingsButtonFocused"); \ +static_assert(sizeof(SBZSettingsCategoryScreenGamepad_OnSettingsButtonFocused) == 0x000010, "Wrong size on SBZSettingsCategoryScreenGamepad_OnSettingsButtonFocused"); \ +static_assert(offsetof(SBZSettingsCategoryScreenGamepad_OnSettingsButtonFocused, MenuButton) == 0x000000, "Member 'SBZSettingsCategoryScreenGamepad_OnSettingsButtonFocused::MenuButton' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsCategoryScreenGamepad_OnSettingsButtonFocused, bIsFocused) == 0x000008, "Member 'SBZSettingsCategoryScreenGamepad_OnSettingsButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsCategoryScreenGamepad_IsSettingsCategoryDirty \ +static_assert(alignof(SBZSettingsCategoryScreenGamepad_IsSettingsCategoryDirty) == 0x000001, "Wrong alignment on SBZSettingsCategoryScreenGamepad_IsSettingsCategoryDirty"); \ +static_assert(sizeof(SBZSettingsCategoryScreenGamepad_IsSettingsCategoryDirty) == 0x000001, "Wrong size on SBZSettingsCategoryScreenGamepad_IsSettingsCategoryDirty"); \ +static_assert(offsetof(SBZSettingsCategoryScreenGamepad_IsSettingsCategoryDirty, ReturnValue) == 0x000000, "Member 'SBZSettingsCategoryScreenGamepad_IsSettingsCategoryDirty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSettingsCategoryScreenGamepad \ +static_assert(alignof(USBZSettingsCategoryScreenGamepad) == 0x000008, "Wrong alignment on USBZSettingsCategoryScreenGamepad"); \ +static_assert(sizeof(USBZSettingsCategoryScreenGamepad) == 0x0002E0, "Wrong size on USBZSettingsCategoryScreenGamepad"); \ +static_assert(offsetof(USBZSettingsCategoryScreenGamepad, MultipleChoiceButton_GamepadPreset) == 0x0002C0, "Member 'USBZSettingsCategoryScreenGamepad::MultipleChoiceButton_GamepadPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBlackMarketConfirmationPopupBody \ +static_assert(alignof(USBZBlackMarketConfirmationPopupBody) == 0x000008, "Wrong alignment on USBZBlackMarketConfirmationPopupBody"); \ +static_assert(sizeof(USBZBlackMarketConfirmationPopupBody) == 0x0003B8, "Wrong size on USBZBlackMarketConfirmationPopupBody"); \ +static_assert(offsetof(USBZBlackMarketConfirmationPopupBody, StoreItemUIData) == 0x000290, "Member 'USBZBlackMarketConfirmationPopupBody::StoreItemUIData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWorldRuntime_Get \ +static_assert(alignof(SBZWorldRuntime_Get) == 0x000008, "Wrong alignment on SBZWorldRuntime_Get"); \ +static_assert(sizeof(SBZWorldRuntime_Get) == 0x000010, "Wrong size on SBZWorldRuntime_Get"); \ +static_assert(offsetof(SBZWorldRuntime_Get, WorldContextObject) == 0x000000, "Member 'SBZWorldRuntime_Get::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZWorldRuntime_Get, ReturnValue) == 0x000008, "Member 'SBZWorldRuntime_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWorldRuntime \ +static_assert(alignof(USBZWorldRuntime) == 0x000008, "Wrong alignment on USBZWorldRuntime"); \ +static_assert(sizeof(USBZWorldRuntime) == 0x0001E8, "Wrong size on USBZWorldRuntime"); \ +static_assert(offsetof(USBZWorldRuntime, AllPawns) == 0x000038, "Member 'USBZWorldRuntime::AllPawns' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllAlivePawns) == 0x000040, "Member 'USBZWorldRuntime::AllAlivePawns' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllPlayerCharacters) == 0x000048, "Member 'USBZWorldRuntime::AllPlayerCharacters' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllAlivePlayerCharacters) == 0x000050, "Member 'USBZWorldRuntime::AllAlivePlayerCharacters' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllAliveAICrewCharacters) == 0x000058, "Member 'USBZWorldRuntime::AllAliveAICrewCharacters' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllAliveAICharacters) == 0x000060, "Member 'USBZWorldRuntime::AllAliveAICharacters' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllAliveAIGuards) == 0x000068, "Member 'USBZWorldRuntime::AllAliveAIGuards' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllAliveAIStreetCops) == 0x000070, "Member 'USBZWorldRuntime::AllAliveAIStreetCops' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllAliveAIDrones) == 0x000078, "Member 'USBZWorldRuntime::AllAliveAIDrones' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllRagdollCarryCharacters) == 0x000080, "Member 'USBZWorldRuntime::AllRagdollCarryCharacters' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllLevelScriptActors) == 0x000088, "Member 'USBZWorldRuntime::AllLevelScriptActors' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllBagDropPoints) == 0x000090, "Member 'USBZWorldRuntime::AllBagDropPoints' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllSecurityRooms) == 0x000098, "Member 'USBZWorldRuntime::AllSecurityRooms' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllSecurityCameras) == 0x0000A0, "Member 'USBZWorldRuntime::AllSecurityCameras' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllDespawnVolumes) == 0x0000A8, "Member 'USBZWorldRuntime::AllDespawnVolumes' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllArmedPlayerGrenades) == 0x0000B0, "Member 'USBZWorldRuntime::AllArmedPlayerGrenades' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllOverkillWeaponDropPoints) == 0x0000B8, "Member 'USBZWorldRuntime::AllOverkillWeaponDropPoints' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllRoomVolumes) == 0x0000C0, "Member 'USBZWorldRuntime::AllRoomVolumes' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllProtectPoints) == 0x0000C8, "Member 'USBZWorldRuntime::AllProtectPoints' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllDefensePoints) == 0x0000D0, "Member 'USBZWorldRuntime::AllDefensePoints' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllVantagePoints) == 0x0000D8, "Member 'USBZWorldRuntime::AllVantagePoints' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllActiveObjectives) == 0x0000E0, "Member 'USBZWorldRuntime::AllActiveObjectives' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllEscortPoints) == 0x0000E8, "Member 'USBZWorldRuntime::AllEscortPoints' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllSabotageTargets) == 0x0000F0, "Member 'USBZWorldRuntime::AllSabotageTargets' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllTaserMines) == 0x0000F8, "Member 'USBZWorldRuntime::AllTaserMines' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllPlacebleCharges) == 0x000100, "Member 'USBZWorldRuntime::AllPlacebleCharges' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllAliveHostages) == 0x000108, "Member 'USBZWorldRuntime::AllAliveHostages' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllAliveAutoAimActors) == 0x000110, "Member 'USBZWorldRuntime::AllAliveAutoAimActors' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, PendingVisibilityDeleteActors) == 0x000118, "Member 'USBZWorldRuntime::PendingVisibilityDeleteActors' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, RagdollActorsBuffer) == 0x000120, "Member 'USBZWorldRuntime::RagdollActorsBuffer' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, DebrisActorsBuffer) == 0x000128, "Member 'USBZWorldRuntime::DebrisActorsBuffer' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllAIAttractors) == 0x000130, "Member 'USBZWorldRuntime::AllAIAttractors' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllAIObjectives) == 0x000138, "Member 'USBZWorldRuntime::AllAIObjectives' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllBrainslugs) == 0x000140, "Member 'USBZWorldRuntime::AllBrainslugs' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, ImpactManager) == 0x000148, "Member 'USBZWorldRuntime::ImpactManager' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, DebugDrawingManager) == 0x000150, "Member 'USBZWorldRuntime::DebugDrawingManager' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, SignificanceManager) == 0x000158, "Member 'USBZWorldRuntime::SignificanceManager' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllHackableActors) == 0x000160, "Member 'USBZWorldRuntime::AllHackableActors' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllActiveBagRespawnPoints) == 0x000168, "Member 'USBZWorldRuntime::AllActiveBagRespawnPoints' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllSensorToolBlueActors) == 0x000170, "Member 'USBZWorldRuntime::AllSensorToolBlueActors' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllSensorToolOrangeActors) == 0x000178, "Member 'USBZWorldRuntime::AllSensorToolOrangeActors' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllScreenInteractComponents) == 0x000180, "Member 'USBZWorldRuntime::AllScreenInteractComponents' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllCrewAILifeActionComponents) == 0x000188, "Member 'USBZWorldRuntime::AllCrewAILifeActionComponents' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, AllAITowerHideLifeActionObjects) == 0x000190, "Member 'USBZWorldRuntime::AllAITowerHideLifeActionObjects' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldRuntime, GlobalCommentCooldown) == 0x000198, "Member 'USBZWorldRuntime::GlobalCommentCooldown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketPaydayStoreScreen_OnBuyRealMoneyItemPurchaseCompleted \ +static_assert(alignof(SBZBlackMarketPaydayStoreScreen_OnBuyRealMoneyItemPurchaseCompleted) == 0x000001, "Wrong alignment on SBZBlackMarketPaydayStoreScreen_OnBuyRealMoneyItemPurchaseCompleted"); \ +static_assert(sizeof(SBZBlackMarketPaydayStoreScreen_OnBuyRealMoneyItemPurchaseCompleted) == 0x000001, "Wrong size on SBZBlackMarketPaydayStoreScreen_OnBuyRealMoneyItemPurchaseCompleted"); \ +static_assert(offsetof(SBZBlackMarketPaydayStoreScreen_OnBuyRealMoneyItemPurchaseCompleted, Result) == 0x000000, "Member 'SBZBlackMarketPaydayStoreScreen_OnBuyRealMoneyItemPurchaseCompleted::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketPaydayStoreScreen_OnRealMoneyItemButtonSelected \ +static_assert(alignof(SBZBlackMarketPaydayStoreScreen_OnRealMoneyItemButtonSelected) == 0x000008, "Wrong alignment on SBZBlackMarketPaydayStoreScreen_OnRealMoneyItemButtonSelected"); \ +static_assert(sizeof(SBZBlackMarketPaydayStoreScreen_OnRealMoneyItemButtonSelected) == 0x000008, "Wrong size on SBZBlackMarketPaydayStoreScreen_OnRealMoneyItemButtonSelected"); \ +static_assert(offsetof(SBZBlackMarketPaydayStoreScreen_OnRealMoneyItemButtonSelected, InButton) == 0x000000, "Member 'SBZBlackMarketPaydayStoreScreen_OnRealMoneyItemButtonSelected::InButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketPaydayStoreScreen_OnRealMoneyPurchaseWindowClosed \ +static_assert(alignof(SBZBlackMarketPaydayStoreScreen_OnRealMoneyPurchaseWindowClosed) == 0x000001, "Wrong alignment on SBZBlackMarketPaydayStoreScreen_OnRealMoneyPurchaseWindowClosed"); \ +static_assert(sizeof(SBZBlackMarketPaydayStoreScreen_OnRealMoneyPurchaseWindowClosed) == 0x000001, "Wrong size on SBZBlackMarketPaydayStoreScreen_OnRealMoneyPurchaseWindowClosed"); \ +static_assert(offsetof(SBZBlackMarketPaydayStoreScreen_OnRealMoneyPurchaseWindowClosed, IsSuccess) == 0x000000, "Member 'SBZBlackMarketPaydayStoreScreen_OnRealMoneyPurchaseWindowClosed::IsSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketPaydayStoreScreen_OnVendorItemButtonFocused \ +static_assert(alignof(SBZBlackMarketPaydayStoreScreen_OnVendorItemButtonFocused) == 0x000008, "Wrong alignment on SBZBlackMarketPaydayStoreScreen_OnVendorItemButtonFocused"); \ +static_assert(sizeof(SBZBlackMarketPaydayStoreScreen_OnVendorItemButtonFocused) == 0x000010, "Wrong size on SBZBlackMarketPaydayStoreScreen_OnVendorItemButtonFocused"); \ +static_assert(offsetof(SBZBlackMarketPaydayStoreScreen_OnVendorItemButtonFocused, InButton) == 0x000000, "Member 'SBZBlackMarketPaydayStoreScreen_OnVendorItemButtonFocused::InButton' has a wrong offset!"); \ +static_assert(offsetof(SBZBlackMarketPaydayStoreScreen_OnVendorItemButtonFocused, bIsFocused) == 0x000008, "Member 'SBZBlackMarketPaydayStoreScreen_OnVendorItemButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBlackMarketPaydayStoreScreen \ +static_assert(alignof(USBZBlackMarketPaydayStoreScreen) == 0x000008, "Wrong alignment on USBZBlackMarketPaydayStoreScreen"); \ +static_assert(sizeof(USBZBlackMarketPaydayStoreScreen) == 0x0002D0, "Wrong size on USBZBlackMarketPaydayStoreScreen"); \ +static_assert(offsetof(USBZBlackMarketPaydayStoreScreen, Panel_ItemList) == 0x0002C0, "Member 'USBZBlackMarketPaydayStoreScreen::Panel_ItemList' has a wrong offset!"); \ +static_assert(offsetof(USBZBlackMarketPaydayStoreScreen, RealMoneyStoreItemButtonClass) == 0x0002C8, "Member 'USBZBlackMarketPaydayStoreScreen::RealMoneyStoreItemButtonClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketStoreRealMoneyItemButton_GetRealMoneyStoreItem \ +static_assert(alignof(SBZBlackMarketStoreRealMoneyItemButton_GetRealMoneyStoreItem) == 0x000008, "Wrong alignment on SBZBlackMarketStoreRealMoneyItemButton_GetRealMoneyStoreItem"); \ +static_assert(sizeof(SBZBlackMarketStoreRealMoneyItemButton_GetRealMoneyStoreItem) == 0x000100, "Wrong size on SBZBlackMarketStoreRealMoneyItemButton_GetRealMoneyStoreItem"); \ +static_assert(offsetof(SBZBlackMarketStoreRealMoneyItemButton_GetRealMoneyStoreItem, ReturnValue) == 0x000000, "Member 'SBZBlackMarketStoreRealMoneyItemButton_GetRealMoneyStoreItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlackMarketStoreRealMoneyItemButton_InitializeRealMoneyStoreItem \ +static_assert(alignof(SBZBlackMarketStoreRealMoneyItemButton_InitializeRealMoneyStoreItem) == 0x000008, "Wrong alignment on SBZBlackMarketStoreRealMoneyItemButton_InitializeRealMoneyStoreItem"); \ +static_assert(sizeof(SBZBlackMarketStoreRealMoneyItemButton_InitializeRealMoneyStoreItem) == 0x000100, "Wrong size on SBZBlackMarketStoreRealMoneyItemButton_InitializeRealMoneyStoreItem"); \ +static_assert(offsetof(SBZBlackMarketStoreRealMoneyItemButton_InitializeRealMoneyStoreItem, InRealMoneyStoreItem) == 0x000000, "Member 'SBZBlackMarketStoreRealMoneyItemButton_InitializeRealMoneyStoreItem::InRealMoneyStoreItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBlackMarketStoreRealMoneyItemButton \ +static_assert(alignof(USBZBlackMarketStoreRealMoneyItemButton) == 0x000008, "Wrong alignment on USBZBlackMarketStoreRealMoneyItemButton"); \ +static_assert(sizeof(USBZBlackMarketStoreRealMoneyItemButton) == 0x0005A8, "Wrong size on USBZBlackMarketStoreRealMoneyItemButton"); \ +static_assert(offsetof(USBZBlackMarketStoreRealMoneyItemButton, RealMoneyStoreItem) == 0x0004A8, "Member 'USBZBlackMarketStoreRealMoneyItemButton::RealMoneyStoreItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSuitBaseDatabase \ +static_assert(alignof(USBZSuitBaseDatabase) == 0x000008, "Wrong alignment on USBZSuitBaseDatabase"); \ +static_assert(sizeof(USBZSuitBaseDatabase) == 0x000048, "Wrong size on USBZSuitBaseDatabase"); \ +static_assert(offsetof(USBZSuitBaseDatabase, SuitBases) == 0x000038, "Member 'USBZSuitBaseDatabase::SuitBases' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZRappellingRopeInterface \ +static_assert(alignof(ISBZRappellingRopeInterface) == 0x000001, "Wrong alignment on ISBZRappellingRopeInterface"); \ +static_assert(sizeof(ISBZRappellingRopeInterface) == 0x000001, "Wrong size on ISBZRappellingRopeInterface"); \ + +#define DUMPER7_ASSERTS_USBZDamageDefeatAbility \ +static_assert(alignof(USBZDamageDefeatAbility) == 0x000008, "Wrong alignment on USBZDamageDefeatAbility"); \ +static_assert(sizeof(USBZDamageDefeatAbility) == 0x0004D8, "Wrong size on USBZDamageDefeatAbility"); \ + +#define DUMPER7_ASSERTS_USBZBleedOutAbility \ +static_assert(alignof(USBZBleedOutAbility) == 0x000008, "Wrong alignment on USBZBleedOutAbility"); \ +static_assert(sizeof(USBZBleedOutAbility) == 0x0004D8, "Wrong size on USBZBleedOutAbility"); \ + +#define DUMPER7_ASSERTS_USBZBlockAnimatedInteractionNotifyState \ +static_assert(alignof(USBZBlockAnimatedInteractionNotifyState) == 0x000008, "Wrong alignment on USBZBlockAnimatedInteractionNotifyState"); \ +static_assert(sizeof(USBZBlockAnimatedInteractionNotifyState) == 0x000038, "Wrong size on USBZBlockAnimatedInteractionNotifyState"); \ + +#define DUMPER7_ASSERTS_USBZSkillScramblerCamDistortion \ +static_assert(alignof(USBZSkillScramblerCamDistortion) == 0x000008, "Wrong alignment on USBZSkillScramblerCamDistortion"); \ +static_assert(sizeof(USBZSkillScramblerCamDistortion) == 0x000230, "Wrong size on USBZSkillScramblerCamDistortion"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionTriggerVolume_OnFilteredActorBeginOverlapping \ +static_assert(alignof(SBZLifeActionTriggerVolume_OnFilteredActorBeginOverlapping) == 0x000008, "Wrong alignment on SBZLifeActionTriggerVolume_OnFilteredActorBeginOverlapping"); \ +static_assert(sizeof(SBZLifeActionTriggerVolume_OnFilteredActorBeginOverlapping) == 0x000020, "Wrong size on SBZLifeActionTriggerVolume_OnFilteredActorBeginOverlapping"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnFilteredActorBeginOverlapping, Identifier) == 0x000000, "Member 'SBZLifeActionTriggerVolume_OnFilteredActorBeginOverlapping::Identifier' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnFilteredActorBeginOverlapping, Actor) == 0x000010, "Member 'SBZLifeActionTriggerVolume_OnFilteredActorBeginOverlapping::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnFilteredActorBeginOverlapping, CurrentTotalActors) == 0x000018, "Member 'SBZLifeActionTriggerVolume_OnFilteredActorBeginOverlapping::CurrentTotalActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionTriggerVolume_OnFilteredActorEndOverlapping \ +static_assert(alignof(SBZLifeActionTriggerVolume_OnFilteredActorEndOverlapping) == 0x000008, "Wrong alignment on SBZLifeActionTriggerVolume_OnFilteredActorEndOverlapping"); \ +static_assert(sizeof(SBZLifeActionTriggerVolume_OnFilteredActorEndOverlapping) == 0x000020, "Wrong size on SBZLifeActionTriggerVolume_OnFilteredActorEndOverlapping"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnFilteredActorEndOverlapping, Identifier) == 0x000000, "Member 'SBZLifeActionTriggerVolume_OnFilteredActorEndOverlapping::Identifier' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnFilteredActorEndOverlapping, Actor) == 0x000010, "Member 'SBZLifeActionTriggerVolume_OnFilteredActorEndOverlapping::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnFilteredActorEndOverlapping, CurrentTotalActors) == 0x000018, "Member 'SBZLifeActionTriggerVolume_OnFilteredActorEndOverlapping::CurrentTotalActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionTriggerVolume_OnSlotEntered \ +static_assert(alignof(SBZLifeActionTriggerVolume_OnSlotEntered) == 0x000008, "Wrong alignment on SBZLifeActionTriggerVolume_OnSlotEntered"); \ +static_assert(sizeof(SBZLifeActionTriggerVolume_OnSlotEntered) == 0x000018, "Wrong size on SBZLifeActionTriggerVolume_OnSlotEntered"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnSlotEntered, Character) == 0x000000, "Member 'SBZLifeActionTriggerVolume_OnSlotEntered::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnSlotEntered, ActionInstance) == 0x000008, "Member 'SBZLifeActionTriggerVolume_OnSlotEntered::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnSlotEntered, ActionSlot) == 0x000010, "Member 'SBZLifeActionTriggerVolume_OnSlotEntered::ActionSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionTriggerVolume_OnSlotExited \ +static_assert(alignof(SBZLifeActionTriggerVolume_OnSlotExited) == 0x000008, "Wrong alignment on SBZLifeActionTriggerVolume_OnSlotExited"); \ +static_assert(sizeof(SBZLifeActionTriggerVolume_OnSlotExited) == 0x000020, "Wrong size on SBZLifeActionTriggerVolume_OnSlotExited"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnSlotExited, Character) == 0x000000, "Member 'SBZLifeActionTriggerVolume_OnSlotExited::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnSlotExited, ActionInstance) == 0x000008, "Member 'SBZLifeActionTriggerVolume_OnSlotExited::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnSlotExited, ActionSlot) == 0x000010, "Member 'SBZLifeActionTriggerVolume_OnSlotExited::ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnSlotExited, Result) == 0x000018, "Member 'SBZLifeActionTriggerVolume_OnSlotExited::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionTriggerVolume_OnSlotExiting \ +static_assert(alignof(SBZLifeActionTriggerVolume_OnSlotExiting) == 0x000008, "Wrong alignment on SBZLifeActionTriggerVolume_OnSlotExiting"); \ +static_assert(sizeof(SBZLifeActionTriggerVolume_OnSlotExiting) == 0x000020, "Wrong size on SBZLifeActionTriggerVolume_OnSlotExiting"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnSlotExiting, Character) == 0x000000, "Member 'SBZLifeActionTriggerVolume_OnSlotExiting::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnSlotExiting, ActionInstance) == 0x000008, "Member 'SBZLifeActionTriggerVolume_OnSlotExiting::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnSlotExiting, ActionSlot) == 0x000010, "Member 'SBZLifeActionTriggerVolume_OnSlotExiting::ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnSlotExiting, Result) == 0x000018, "Member 'SBZLifeActionTriggerVolume_OnSlotExiting::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionTriggerVolume_OnSlotFreed \ +static_assert(alignof(SBZLifeActionTriggerVolume_OnSlotFreed) == 0x000008, "Wrong alignment on SBZLifeActionTriggerVolume_OnSlotFreed"); \ +static_assert(sizeof(SBZLifeActionTriggerVolume_OnSlotFreed) == 0x000020, "Wrong size on SBZLifeActionTriggerVolume_OnSlotFreed"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnSlotFreed, Character) == 0x000000, "Member 'SBZLifeActionTriggerVolume_OnSlotFreed::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnSlotFreed, ActionInstance) == 0x000008, "Member 'SBZLifeActionTriggerVolume_OnSlotFreed::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnSlotFreed, ActionSlot) == 0x000010, "Member 'SBZLifeActionTriggerVolume_OnSlotFreed::ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnSlotFreed, Result) == 0x000018, "Member 'SBZLifeActionTriggerVolume_OnSlotFreed::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionTriggerVolume_OnSlotReady \ +static_assert(alignof(SBZLifeActionTriggerVolume_OnSlotReady) == 0x000008, "Wrong alignment on SBZLifeActionTriggerVolume_OnSlotReady"); \ +static_assert(sizeof(SBZLifeActionTriggerVolume_OnSlotReady) == 0x000018, "Wrong size on SBZLifeActionTriggerVolume_OnSlotReady"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnSlotReady, Character) == 0x000000, "Member 'SBZLifeActionTriggerVolume_OnSlotReady::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnSlotReady, ActionInstance) == 0x000008, "Member 'SBZLifeActionTriggerVolume_OnSlotReady::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnSlotReady, ActionSlot) == 0x000010, "Member 'SBZLifeActionTriggerVolume_OnSlotReady::ActionSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionTriggerVolume_OnSlotReserved \ +static_assert(alignof(SBZLifeActionTriggerVolume_OnSlotReserved) == 0x000008, "Wrong alignment on SBZLifeActionTriggerVolume_OnSlotReserved"); \ +static_assert(sizeof(SBZLifeActionTriggerVolume_OnSlotReserved) == 0x000018, "Wrong size on SBZLifeActionTriggerVolume_OnSlotReserved"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnSlotReserved, Character) == 0x000000, "Member 'SBZLifeActionTriggerVolume_OnSlotReserved::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnSlotReserved, ActionInstance) == 0x000008, "Member 'SBZLifeActionTriggerVolume_OnSlotReserved::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnSlotReserved, ActionSlot) == 0x000010, "Member 'SBZLifeActionTriggerVolume_OnSlotReserved::ActionSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionTriggerVolume_OnSlotStart \ +static_assert(alignof(SBZLifeActionTriggerVolume_OnSlotStart) == 0x000008, "Wrong alignment on SBZLifeActionTriggerVolume_OnSlotStart"); \ +static_assert(sizeof(SBZLifeActionTriggerVolume_OnSlotStart) == 0x000018, "Wrong size on SBZLifeActionTriggerVolume_OnSlotStart"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnSlotStart, Character) == 0x000000, "Member 'SBZLifeActionTriggerVolume_OnSlotStart::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnSlotStart, ActionInstance) == 0x000008, "Member 'SBZLifeActionTriggerVolume_OnSlotStart::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_OnSlotStart, ActionSlot) == 0x000010, "Member 'SBZLifeActionTriggerVolume_OnSlotStart::ActionSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionTriggerVolume_SetVolumeEnabled \ +static_assert(alignof(SBZLifeActionTriggerVolume_SetVolumeEnabled) == 0x000001, "Wrong alignment on SBZLifeActionTriggerVolume_SetVolumeEnabled"); \ +static_assert(sizeof(SBZLifeActionTriggerVolume_SetVolumeEnabled) == 0x000001, "Wrong size on SBZLifeActionTriggerVolume_SetVolumeEnabled"); \ +static_assert(offsetof(SBZLifeActionTriggerVolume_SetVolumeEnabled, bEnabled) == 0x000000, "Member 'SBZLifeActionTriggerVolume_SetVolumeEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZLifeActionTriggerVolume \ +static_assert(alignof(ASBZLifeActionTriggerVolume) == 0x000008, "Wrong alignment on ASBZLifeActionTriggerVolume"); \ +static_assert(sizeof(ASBZLifeActionTriggerVolume) == 0x000378, "Wrong size on ASBZLifeActionTriggerVolume"); \ +static_assert(offsetof(ASBZLifeActionTriggerVolume, NeededTags) == 0x0002B0, "Member 'ASBZLifeActionTriggerVolume::NeededTags' has a wrong offset!"); \ +static_assert(offsetof(ASBZLifeActionTriggerVolume, bShouldStartEnabled) == 0x0002D0, "Member 'ASBZLifeActionTriggerVolume::bShouldStartEnabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZLifeActionTriggerVolume, bDisableOnLifeActionReserved) == 0x0002D1, "Member 'ASBZLifeActionTriggerVolume::bDisableOnLifeActionReserved' has a wrong offset!"); \ +static_assert(offsetof(ASBZLifeActionTriggerVolume, bDisableOnLifeActionExiting) == 0x0002D2, "Member 'ASBZLifeActionTriggerVolume::bDisableOnLifeActionExiting' has a wrong offset!"); \ +static_assert(offsetof(ASBZLifeActionTriggerVolume, bDisableOnLifeActionComplete) == 0x0002D3, "Member 'ASBZLifeActionTriggerVolume::bDisableOnLifeActionComplete' has a wrong offset!"); \ +static_assert(offsetof(ASBZLifeActionTriggerVolume, ActorFilterComponent) == 0x0002D8, "Member 'ASBZLifeActionTriggerVolume::ActorFilterComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZLifeActionTriggerVolume, bTriggeredByHumanShield) == 0x0002E0, "Member 'ASBZLifeActionTriggerVolume::bTriggeredByHumanShield' has a wrong offset!"); \ +static_assert(offsetof(ASBZLifeActionTriggerVolume, bAutoTrigger) == 0x0002E1, "Member 'ASBZLifeActionTriggerVolume::bAutoTrigger' has a wrong offset!"); \ +static_assert(offsetof(ASBZLifeActionTriggerVolume, Action) == 0x0002E8, "Member 'ASBZLifeActionTriggerVolume::Action' has a wrong offset!"); \ +static_assert(offsetof(ASBZLifeActionTriggerVolume, OnActionPushed) == 0x0002F0, "Member 'ASBZLifeActionTriggerVolume::OnActionPushed' has a wrong offset!"); \ +static_assert(offsetof(ASBZLifeActionTriggerVolume, OnCharacterSlotReserved) == 0x000300, "Member 'ASBZLifeActionTriggerVolume::OnCharacterSlotReserved' has a wrong offset!"); \ +static_assert(offsetof(ASBZLifeActionTriggerVolume, OnCharacterSlotEntered) == 0x000310, "Member 'ASBZLifeActionTriggerVolume::OnCharacterSlotEntered' has a wrong offset!"); \ +static_assert(offsetof(ASBZLifeActionTriggerVolume, OnCharacterSlotReady) == 0x000320, "Member 'ASBZLifeActionTriggerVolume::OnCharacterSlotReady' has a wrong offset!"); \ +static_assert(offsetof(ASBZLifeActionTriggerVolume, OnCharacterSlotStart) == 0x000330, "Member 'ASBZLifeActionTriggerVolume::OnCharacterSlotStart' has a wrong offset!"); \ +static_assert(offsetof(ASBZLifeActionTriggerVolume, OnCharacterSlotExiting) == 0x000340, "Member 'ASBZLifeActionTriggerVolume::OnCharacterSlotExiting' has a wrong offset!"); \ +static_assert(offsetof(ASBZLifeActionTriggerVolume, OnCharacterSlotExited) == 0x000350, "Member 'ASBZLifeActionTriggerVolume::OnCharacterSlotExited' has a wrong offset!"); \ +static_assert(offsetof(ASBZLifeActionTriggerVolume, OnCharacterSlotFreed) == 0x000360, "Member 'ASBZLifeActionTriggerVolume::OnCharacterSlotFreed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBlockAutoSwitchEquippableNotifyState \ +static_assert(alignof(USBZBlockAutoSwitchEquippableNotifyState) == 0x000008, "Wrong alignment on USBZBlockAutoSwitchEquippableNotifyState"); \ +static_assert(sizeof(USBZBlockAutoSwitchEquippableNotifyState) == 0x000038, "Wrong size on USBZBlockAutoSwitchEquippableNotifyState"); \ + +#define DUMPER7_ASSERTS_USBZSkillEngineerSpinCycle \ +static_assert(alignof(USBZSkillEngineerSpinCycle) == 0x000008, "Wrong alignment on USBZSkillEngineerSpinCycle"); \ +static_assert(sizeof(USBZSkillEngineerSpinCycle) == 0x000230, "Wrong size on USBZSkillEngineerSpinCycle"); \ + +#define DUMPER7_ASSERTS_SBZBlockedPlayerManager_Get \ +static_assert(alignof(SBZBlockedPlayerManager_Get) == 0x000008, "Wrong alignment on SBZBlockedPlayerManager_Get"); \ +static_assert(sizeof(SBZBlockedPlayerManager_Get) == 0x000010, "Wrong size on SBZBlockedPlayerManager_Get"); \ +static_assert(offsetof(SBZBlockedPlayerManager_Get, WorldContextObject) == 0x000000, "Member 'SBZBlockedPlayerManager_Get::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZBlockedPlayerManager_Get, ReturnValue) == 0x000008, "Member 'SBZBlockedPlayerManager_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBlockedPlayerManager_IsPlayerBlocked \ +static_assert(alignof(SBZBlockedPlayerManager_IsPlayerBlocked) == 0x000008, "Wrong alignment on SBZBlockedPlayerManager_IsPlayerBlocked"); \ +static_assert(sizeof(SBZBlockedPlayerManager_IsPlayerBlocked) == 0x000018, "Wrong size on SBZBlockedPlayerManager_IsPlayerBlocked"); \ +static_assert(offsetof(SBZBlockedPlayerManager_IsPlayerBlocked, PlayerId) == 0x000000, "Member 'SBZBlockedPlayerManager_IsPlayerBlocked::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZBlockedPlayerManager_IsPlayerBlocked, ReturnValue) == 0x000010, "Member 'SBZBlockedPlayerManager_IsPlayerBlocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBlockedPlayerManager \ +static_assert(alignof(USBZBlockedPlayerManager) == 0x000008, "Wrong alignment on USBZBlockedPlayerManager"); \ +static_assert(sizeof(USBZBlockedPlayerManager) == 0x000158, "Wrong size on USBZBlockedPlayerManager"); \ +static_assert(offsetof(USBZBlockedPlayerManager, PlatformsBlockedPlayersInfo) == 0x000140, "Member 'USBZBlockedPlayerManager::PlatformsBlockedPlayersInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBlockFallMontage \ +static_assert(alignof(USBZBlockFallMontage) == 0x000008, "Wrong alignment on USBZBlockFallMontage"); \ +static_assert(sizeof(USBZBlockFallMontage) == 0x000038, "Wrong size on USBZBlockFallMontage"); \ + +#define DUMPER7_ASSERTS_SBZPlayerStatisticsManager_GetPlayerStatisticsManager \ +static_assert(alignof(SBZPlayerStatisticsManager_GetPlayerStatisticsManager) == 0x000008, "Wrong alignment on SBZPlayerStatisticsManager_GetPlayerStatisticsManager"); \ +static_assert(sizeof(SBZPlayerStatisticsManager_GetPlayerStatisticsManager) == 0x000010, "Wrong size on SBZPlayerStatisticsManager_GetPlayerStatisticsManager"); \ +static_assert(offsetof(SBZPlayerStatisticsManager_GetPlayerStatisticsManager, WorldContextObject) == 0x000000, "Member 'SBZPlayerStatisticsManager_GetPlayerStatisticsManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerStatisticsManager_GetPlayerStatisticsManager, ReturnValue) == 0x000008, "Member 'SBZPlayerStatisticsManager_GetPlayerStatisticsManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerStatisticsManager_GetHeistBestTimes \ +static_assert(alignof(SBZPlayerStatisticsManager_GetHeistBestTimes) == 0x000008, "Wrong alignment on SBZPlayerStatisticsManager_GetHeistBestTimes"); \ +static_assert(sizeof(SBZPlayerStatisticsManager_GetHeistBestTimes) == 0x000030, "Wrong size on SBZPlayerStatisticsManager_GetHeistBestTimes"); \ +static_assert(offsetof(SBZPlayerStatisticsManager_GetHeistBestTimes, LevelPath) == 0x000000, "Member 'SBZPlayerStatisticsManager_GetHeistBestTimes::LevelPath' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerStatisticsManager_GetHeistBestTimes, ReturnValue) == 0x000020, "Member 'SBZPlayerStatisticsManager_GetHeistBestTimes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerStatisticsManager \ +static_assert(alignof(USBZPlayerStatisticsManager) == 0x000008, "Wrong alignment on USBZPlayerStatisticsManager"); \ +static_assert(sizeof(USBZPlayerStatisticsManager) == 0x0000D8, "Wrong size on USBZPlayerStatisticsManager"); \ +static_assert(offsetof(USBZPlayerStatisticsManager, BuildNumber) == 0x000058, "Member 'USBZPlayerStatisticsManager::BuildNumber' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerStatisticsManager, PlayerStatisticsDataMap) == 0x000060, "Member 'USBZPlayerStatisticsManager::PlayerStatisticsDataMap' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerStatisticsManager, ServerStatBatcher) == 0x0000D0, "Member 'USBZPlayerStatisticsManager::ServerStatBatcher' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSkillManager_GetSkillManager \ +static_assert(alignof(SBZSkillManager_GetSkillManager) == 0x000008, "Wrong alignment on SBZSkillManager_GetSkillManager"); \ +static_assert(sizeof(SBZSkillManager_GetSkillManager) == 0x000010, "Wrong size on SBZSkillManager_GetSkillManager"); \ +static_assert(offsetof(SBZSkillManager_GetSkillManager, WorldContextObject) == 0x000000, "Member 'SBZSkillManager_GetSkillManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSkillManager_GetSkillManager, ReturnValue) == 0x000008, "Member 'SBZSkillManager_GetSkillManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSkillManager_EquipSkill \ +static_assert(alignof(SBZSkillManager_EquipSkill) == 0x000008, "Wrong alignment on SBZSkillManager_EquipSkill"); \ +static_assert(sizeof(SBZSkillManager_EquipSkill) == 0x0000A8, "Wrong size on SBZSkillManager_EquipSkill"); \ +static_assert(offsetof(SBZSkillManager_EquipSkill, Skill) == 0x000000, "Member 'SBZSkillManager_EquipSkill::Skill' has a wrong offset!"); \ +static_assert(offsetof(SBZSkillManager_EquipSkill, PlayerLoadoutConfig) == 0x000008, "Member 'SBZSkillManager_EquipSkill::PlayerLoadoutConfig' has a wrong offset!"); \ +static_assert(offsetof(SBZSkillManager_EquipSkill, ReturnValue) == 0x0000A0, "Member 'SBZSkillManager_EquipSkill::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSkillManager_EquipSkills \ +static_assert(alignof(SBZSkillManager_EquipSkills) == 0x000008, "Wrong alignment on SBZSkillManager_EquipSkills"); \ +static_assert(sizeof(SBZSkillManager_EquipSkills) == 0x0000B0, "Wrong size on SBZSkillManager_EquipSkills"); \ +static_assert(offsetof(SBZSkillManager_EquipSkills, Skills) == 0x000000, "Member 'SBZSkillManager_EquipSkills::Skills' has a wrong offset!"); \ +static_assert(offsetof(SBZSkillManager_EquipSkills, PlayerLoadoutConfig) == 0x000010, "Member 'SBZSkillManager_EquipSkills::PlayerLoadoutConfig' has a wrong offset!"); \ +static_assert(offsetof(SBZSkillManager_EquipSkills, ReturnValue) == 0x0000A8, "Member 'SBZSkillManager_EquipSkills::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSkillManager_GetPlayerSkillLine \ +static_assert(alignof(SBZSkillManager_GetPlayerSkillLine) == 0x000008, "Wrong alignment on SBZSkillManager_GetPlayerSkillLine"); \ +static_assert(sizeof(SBZSkillManager_GetPlayerSkillLine) == 0x000018, "Wrong size on SBZSkillManager_GetPlayerSkillLine"); \ +static_assert(offsetof(SBZSkillManager_GetPlayerSkillLine, AccelByteSkuNo) == 0x000000, "Member 'SBZSkillManager_GetPlayerSkillLine::AccelByteSkuNo' has a wrong offset!"); \ +static_assert(offsetof(SBZSkillManager_GetPlayerSkillLine, ReturnValue) == 0x000010, "Member 'SBZSkillManager_GetPlayerSkillLine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSkillManager_GetPlayerSkills \ +static_assert(alignof(SBZSkillManager_GetPlayerSkills) == 0x000008, "Wrong alignment on SBZSkillManager_GetPlayerSkills"); \ +static_assert(sizeof(SBZSkillManager_GetPlayerSkills) == 0x000010, "Wrong size on SBZSkillManager_GetPlayerSkills"); \ +static_assert(offsetof(SBZSkillManager_GetPlayerSkills, PlayerSkills) == 0x000000, "Member 'SBZSkillManager_GetPlayerSkills::PlayerSkills' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSkillManager_GetPlayerStatsForSkill \ +static_assert(alignof(SBZSkillManager_GetPlayerStatsForSkill) == 0x000008, "Wrong alignment on SBZSkillManager_GetPlayerStatsForSkill"); \ +static_assert(sizeof(SBZSkillManager_GetPlayerStatsForSkill) == 0x000020, "Wrong size on SBZSkillManager_GetPlayerStatsForSkill"); \ +static_assert(offsetof(SBZSkillManager_GetPlayerStatsForSkill, PlayerState) == 0x000000, "Member 'SBZSkillManager_GetPlayerStatsForSkill::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(SBZSkillManager_GetPlayerStatsForSkill, SkillLineData) == 0x000008, "Member 'SBZSkillManager_GetPlayerStatsForSkill::SkillLineData' has a wrong offset!"); \ +static_assert(offsetof(SBZSkillManager_GetPlayerStatsForSkill, SkillData) == 0x000010, "Member 'SBZSkillManager_GetPlayerStatsForSkill::SkillData' has a wrong offset!"); \ +static_assert(offsetof(SBZSkillManager_GetPlayerStatsForSkill, ReturnValue) == 0x000018, "Member 'SBZSkillManager_GetPlayerStatsForSkill::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSkillManager_GetPlayerStatsForSkillLine \ +static_assert(alignof(SBZSkillManager_GetPlayerStatsForSkillLine) == 0x000008, "Wrong alignment on SBZSkillManager_GetPlayerStatsForSkillLine"); \ +static_assert(sizeof(SBZSkillManager_GetPlayerStatsForSkillLine) == 0x000018, "Wrong size on SBZSkillManager_GetPlayerStatsForSkillLine"); \ +static_assert(offsetof(SBZSkillManager_GetPlayerStatsForSkillLine, PlayerState) == 0x000000, "Member 'SBZSkillManager_GetPlayerStatsForSkillLine::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(SBZSkillManager_GetPlayerStatsForSkillLine, SkillLineData) == 0x000008, "Member 'SBZSkillManager_GetPlayerStatsForSkillLine::SkillLineData' has a wrong offset!"); \ +static_assert(offsetof(SBZSkillManager_GetPlayerStatsForSkillLine, ReturnValue) == 0x000010, "Member 'SBZSkillManager_GetPlayerStatsForSkillLine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSkillManager_SetResearchMarkerOnSkillLine \ +static_assert(alignof(SBZSkillManager_SetResearchMarkerOnSkillLine) == 0x000008, "Wrong alignment on SBZSkillManager_SetResearchMarkerOnSkillLine"); \ +static_assert(sizeof(SBZSkillManager_SetResearchMarkerOnSkillLine) == 0x000008, "Wrong size on SBZSkillManager_SetResearchMarkerOnSkillLine"); \ +static_assert(offsetof(SBZSkillManager_SetResearchMarkerOnSkillLine, SkillLine) == 0x000000, "Member 'SBZSkillManager_SetResearchMarkerOnSkillLine::SkillLine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSkillManager_UnequipSkill \ +static_assert(alignof(SBZSkillManager_UnequipSkill) == 0x000008, "Wrong alignment on SBZSkillManager_UnequipSkill"); \ +static_assert(sizeof(SBZSkillManager_UnequipSkill) == 0x0000A8, "Wrong size on SBZSkillManager_UnequipSkill"); \ +static_assert(offsetof(SBZSkillManager_UnequipSkill, Skill) == 0x000000, "Member 'SBZSkillManager_UnequipSkill::Skill' has a wrong offset!"); \ +static_assert(offsetof(SBZSkillManager_UnequipSkill, PlayerLoadoutConfig) == 0x000008, "Member 'SBZSkillManager_UnequipSkill::PlayerLoadoutConfig' has a wrong offset!"); \ +static_assert(offsetof(SBZSkillManager_UnequipSkill, ReturnValue) == 0x0000A0, "Member 'SBZSkillManager_UnequipSkill::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSkillManager_UnequipSkills \ +static_assert(alignof(SBZSkillManager_UnequipSkills) == 0x000008, "Wrong alignment on SBZSkillManager_UnequipSkills"); \ +static_assert(sizeof(SBZSkillManager_UnequipSkills) == 0x0000B0, "Wrong size on SBZSkillManager_UnequipSkills"); \ +static_assert(offsetof(SBZSkillManager_UnequipSkills, Skills) == 0x000000, "Member 'SBZSkillManager_UnequipSkills::Skills' has a wrong offset!"); \ +static_assert(offsetof(SBZSkillManager_UnequipSkills, PlayerLoadoutConfig) == 0x000010, "Member 'SBZSkillManager_UnequipSkills::PlayerLoadoutConfig' has a wrong offset!"); \ +static_assert(offsetof(SBZSkillManager_UnequipSkills, ReturnValue) == 0x0000A8, "Member 'SBZSkillManager_UnequipSkills::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSkillManager_GetEarnedSkillPoints \ +static_assert(alignof(SBZSkillManager_GetEarnedSkillPoints) == 0x000004, "Wrong alignment on SBZSkillManager_GetEarnedSkillPoints"); \ +static_assert(sizeof(SBZSkillManager_GetEarnedSkillPoints) == 0x000008, "Wrong size on SBZSkillManager_GetEarnedSkillPoints"); \ +static_assert(offsetof(SBZSkillManager_GetEarnedSkillPoints, SkillVersionIndex) == 0x000000, "Member 'SBZSkillManager_GetEarnedSkillPoints::SkillVersionIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZSkillManager_GetEarnedSkillPoints, ReturnValue) == 0x000004, "Member 'SBZSkillManager_GetEarnedSkillPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSkillManager_GetMaxProgressLevel \ +static_assert(alignof(SBZSkillManager_GetMaxProgressLevel) == 0x000008, "Wrong alignment on SBZSkillManager_GetMaxProgressLevel"); \ +static_assert(sizeof(SBZSkillManager_GetMaxProgressLevel) == 0x000010, "Wrong size on SBZSkillManager_GetMaxProgressLevel"); \ +static_assert(offsetof(SBZSkillManager_GetMaxProgressLevel, SkillLine) == 0x000000, "Member 'SBZSkillManager_GetMaxProgressLevel::SkillLine' has a wrong offset!"); \ +static_assert(offsetof(SBZSkillManager_GetMaxProgressLevel, ReturnValue) == 0x000008, "Member 'SBZSkillManager_GetMaxProgressLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSkillManager_GetProgressingSkill \ +static_assert(alignof(SBZSkillManager_GetProgressingSkill) == 0x000008, "Wrong alignment on SBZSkillManager_GetProgressingSkill"); \ +static_assert(sizeof(SBZSkillManager_GetProgressingSkill) == 0x000010, "Wrong size on SBZSkillManager_GetProgressingSkill"); \ +static_assert(offsetof(SBZSkillManager_GetProgressingSkill, SkillLine) == 0x000000, "Member 'SBZSkillManager_GetProgressingSkill::SkillLine' has a wrong offset!"); \ +static_assert(offsetof(SBZSkillManager_GetProgressingSkill, ReturnValue) == 0x000008, "Member 'SBZSkillManager_GetProgressingSkill::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSkillManager_GetSkillPointsFromInfamyExperience \ +static_assert(alignof(SBZSkillManager_GetSkillPointsFromInfamyExperience) == 0x000004, "Wrong alignment on SBZSkillManager_GetSkillPointsFromInfamyExperience"); \ +static_assert(sizeof(SBZSkillManager_GetSkillPointsFromInfamyExperience) == 0x00000C, "Wrong size on SBZSkillManager_GetSkillPointsFromInfamyExperience"); \ +static_assert(offsetof(SBZSkillManager_GetSkillPointsFromInfamyExperience, InfamyExperience) == 0x000000, "Member 'SBZSkillManager_GetSkillPointsFromInfamyExperience::InfamyExperience' has a wrong offset!"); \ +static_assert(offsetof(SBZSkillManager_GetSkillPointsFromInfamyExperience, SkillVersionIndex) == 0x000004, "Member 'SBZSkillManager_GetSkillPointsFromInfamyExperience::SkillVersionIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZSkillManager_GetSkillPointsFromInfamyExperience, ReturnValue) == 0x000008, "Member 'SBZSkillManager_GetSkillPointsFromInfamyExperience::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSkillManager_GetSkillPointsFromInfamyLevel \ +static_assert(alignof(SBZSkillManager_GetSkillPointsFromInfamyLevel) == 0x000004, "Wrong alignment on SBZSkillManager_GetSkillPointsFromInfamyLevel"); \ +static_assert(sizeof(SBZSkillManager_GetSkillPointsFromInfamyLevel) == 0x00000C, "Wrong size on SBZSkillManager_GetSkillPointsFromInfamyLevel"); \ +static_assert(offsetof(SBZSkillManager_GetSkillPointsFromInfamyLevel, InfamyLevel) == 0x000000, "Member 'SBZSkillManager_GetSkillPointsFromInfamyLevel::InfamyLevel' has a wrong offset!"); \ +static_assert(offsetof(SBZSkillManager_GetSkillPointsFromInfamyLevel, SkillVersionIndex) == 0x000004, "Member 'SBZSkillManager_GetSkillPointsFromInfamyLevel::SkillVersionIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZSkillManager_GetSkillPointsFromInfamyLevel, ReturnValue) == 0x000008, "Member 'SBZSkillManager_GetSkillPointsFromInfamyLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSkillManager_IsSkillEquippable \ +static_assert(alignof(SBZSkillManager_IsSkillEquippable) == 0x000008, "Wrong alignment on SBZSkillManager_IsSkillEquippable"); \ +static_assert(sizeof(SBZSkillManager_IsSkillEquippable) == 0x0000A8, "Wrong size on SBZSkillManager_IsSkillEquippable"); \ +static_assert(offsetof(SBZSkillManager_IsSkillEquippable, Skill) == 0x000000, "Member 'SBZSkillManager_IsSkillEquippable::Skill' has a wrong offset!"); \ +static_assert(offsetof(SBZSkillManager_IsSkillEquippable, PlayerLoadoutConfig) == 0x000008, "Member 'SBZSkillManager_IsSkillEquippable::PlayerLoadoutConfig' has a wrong offset!"); \ +static_assert(offsetof(SBZSkillManager_IsSkillEquippable, ReturnValue) == 0x0000A0, "Member 'SBZSkillManager_IsSkillEquippable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillManager \ +static_assert(alignof(USBZSkillManager) == 0x000008, "Wrong alignment on USBZSkillManager"); \ +static_assert(sizeof(USBZSkillManager) == 0x000110, "Wrong size on USBZSkillManager"); \ +static_assert(offsetof(USBZSkillManager, ResearchMarkerResultDelegate) == 0x0000D8, "Member 'USBZSkillManager::ResearchMarkerResultDelegate' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillManager, SkillLayerPrerequisiteCountArray) == 0x0000E8, "Member 'USBZSkillManager::SkillLayerPrerequisiteCountArray' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillManager, SkillLayerCostArray) == 0x0000F8, "Member 'USBZSkillManager::SkillLayerCostArray' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillManager, ModifyingSkillLine) == 0x000108, "Member 'USBZSkillManager::ModifyingSkillLine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBlockReloadNotifyState \ +static_assert(alignof(USBZBlockReloadNotifyState) == 0x000008, "Wrong alignment on USBZBlockReloadNotifyState"); \ +static_assert(sizeof(USBZBlockReloadNotifyState) == 0x000038, "Wrong size on USBZBlockReloadNotifyState"); \ + +#define DUMPER7_ASSERTS_USBZSkillShotgunSpecShotgunSpeedloaderAced \ +static_assert(alignof(USBZSkillShotgunSpecShotgunSpeedloaderAced) == 0x000008, "Wrong alignment on USBZSkillShotgunSpecShotgunSpeedloaderAced"); \ +static_assert(sizeof(USBZSkillShotgunSpecShotgunSpeedloaderAced) == 0x000230, "Wrong size on USBZSkillShotgunSpecShotgunSpeedloaderAced"); \ + +#define DUMPER7_ASSERTS_USBZBlockStanceSwitch \ +static_assert(alignof(USBZBlockStanceSwitch) == 0x000008, "Wrong alignment on USBZBlockStanceSwitch"); \ +static_assert(sizeof(USBZBlockStanceSwitch) == 0x000038, "Wrong size on USBZBlockStanceSwitch"); \ + +#define DUMPER7_ASSERTS_USBZBlockThrowNotify \ +static_assert(alignof(USBZBlockThrowNotify) == 0x000008, "Wrong alignment on USBZBlockThrowNotify"); \ +static_assert(sizeof(USBZBlockThrowNotify) == 0x000040, "Wrong size on USBZBlockThrowNotify"); \ + +#define DUMPER7_ASSERTS_SBZBreachingEquipmentBase_BP_OnStateChanged \ +static_assert(alignof(SBZBreachingEquipmentBase_BP_OnStateChanged) == 0x000001, "Wrong alignment on SBZBreachingEquipmentBase_BP_OnStateChanged"); \ +static_assert(sizeof(SBZBreachingEquipmentBase_BP_OnStateChanged) == 0x000003, "Wrong size on SBZBreachingEquipmentBase_BP_OnStateChanged"); \ +static_assert(offsetof(SBZBreachingEquipmentBase_BP_OnStateChanged, OldState) == 0x000000, "Member 'SBZBreachingEquipmentBase_BP_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZBreachingEquipmentBase_BP_OnStateChanged, NewState) == 0x000001, "Member 'SBZBreachingEquipmentBase_BP_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(SBZBreachingEquipmentBase_BP_OnStateChanged, bDoCosmetics) == 0x000002, "Member 'SBZBreachingEquipmentBase_BP_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBreachingEquipmentBase_Multicast_SetEstimatedDurationLeft \ +static_assert(alignof(SBZBreachingEquipmentBase_Multicast_SetEstimatedDurationLeft) == 0x000004, "Wrong alignment on SBZBreachingEquipmentBase_Multicast_SetEstimatedDurationLeft"); \ +static_assert(sizeof(SBZBreachingEquipmentBase_Multicast_SetEstimatedDurationLeft) == 0x000004, "Wrong size on SBZBreachingEquipmentBase_Multicast_SetEstimatedDurationLeft"); \ +static_assert(offsetof(SBZBreachingEquipmentBase_Multicast_SetEstimatedDurationLeft, InDurationLeft) == 0x000000, "Member 'SBZBreachingEquipmentBase_Multicast_SetEstimatedDurationLeft::InDurationLeft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBreachingEquipmentBase_Multicast_SetState \ +static_assert(alignof(SBZBreachingEquipmentBase_Multicast_SetState) == 0x000001, "Wrong alignment on SBZBreachingEquipmentBase_Multicast_SetState"); \ +static_assert(sizeof(SBZBreachingEquipmentBase_Multicast_SetState) == 0x000001, "Wrong size on SBZBreachingEquipmentBase_Multicast_SetState"); \ +static_assert(offsetof(SBZBreachingEquipmentBase_Multicast_SetState, NewState) == 0x000000, "Member 'SBZBreachingEquipmentBase_Multicast_SetState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBreachingEquipmentBase_OnRep_CurrentState \ +static_assert(alignof(SBZBreachingEquipmentBase_OnRep_CurrentState) == 0x000001, "Wrong alignment on SBZBreachingEquipmentBase_OnRep_CurrentState"); \ +static_assert(sizeof(SBZBreachingEquipmentBase_OnRep_CurrentState) == 0x000001, "Wrong size on SBZBreachingEquipmentBase_OnRep_CurrentState"); \ +static_assert(offsetof(SBZBreachingEquipmentBase_OnRep_CurrentState, OldState) == 0x000000, "Member 'SBZBreachingEquipmentBase_OnRep_CurrentState::OldState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBreachingEquipmentBase_SetState \ +static_assert(alignof(SBZBreachingEquipmentBase_SetState) == 0x000001, "Wrong alignment on SBZBreachingEquipmentBase_SetState"); \ +static_assert(sizeof(SBZBreachingEquipmentBase_SetState) == 0x000002, "Wrong size on SBZBreachingEquipmentBase_SetState"); \ +static_assert(offsetof(SBZBreachingEquipmentBase_SetState, NewState) == 0x000000, "Member 'SBZBreachingEquipmentBase_SetState::NewState' has a wrong offset!"); \ +static_assert(offsetof(SBZBreachingEquipmentBase_SetState, bDoCosmetics) == 0x000001, "Member 'SBZBreachingEquipmentBase_SetState::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBreachingEquipmentBase_UpdateMarker \ +static_assert(alignof(SBZBreachingEquipmentBase_UpdateMarker) == 0x000008, "Wrong alignment on SBZBreachingEquipmentBase_UpdateMarker"); \ +static_assert(sizeof(SBZBreachingEquipmentBase_UpdateMarker) == 0x000018, "Wrong size on SBZBreachingEquipmentBase_UpdateMarker"); \ +static_assert(offsetof(SBZBreachingEquipmentBase_UpdateMarker, MarkerAsset) == 0x000000, "Member 'SBZBreachingEquipmentBase_UpdateMarker::MarkerAsset' has a wrong offset!"); \ +static_assert(offsetof(SBZBreachingEquipmentBase_UpdateMarker, MarkerLocation) == 0x000008, "Member 'SBZBreachingEquipmentBase_UpdateMarker::MarkerLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBreachingEquipmentBase_GetCurrentState \ +static_assert(alignof(SBZBreachingEquipmentBase_GetCurrentState) == 0x000001, "Wrong alignment on SBZBreachingEquipmentBase_GetCurrentState"); \ +static_assert(sizeof(SBZBreachingEquipmentBase_GetCurrentState) == 0x000001, "Wrong size on SBZBreachingEquipmentBase_GetCurrentState"); \ +static_assert(offsetof(SBZBreachingEquipmentBase_GetCurrentState, ReturnValue) == 0x000000, "Member 'SBZBreachingEquipmentBase_GetCurrentState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBreachingEquipmentBase_GetProgressMade \ +static_assert(alignof(SBZBreachingEquipmentBase_GetProgressMade) == 0x000004, "Wrong alignment on SBZBreachingEquipmentBase_GetProgressMade"); \ +static_assert(sizeof(SBZBreachingEquipmentBase_GetProgressMade) == 0x000004, "Wrong size on SBZBreachingEquipmentBase_GetProgressMade"); \ +static_assert(offsetof(SBZBreachingEquipmentBase_GetProgressMade, ReturnValue) == 0x000000, "Member 'SBZBreachingEquipmentBase_GetProgressMade::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZBreachingEquipmentBase \ +static_assert(alignof(ASBZBreachingEquipmentBase) == 0x000008, "Wrong alignment on ASBZBreachingEquipmentBase"); \ +static_assert(sizeof(ASBZBreachingEquipmentBase) == 0x000430, "Wrong size on ASBZBreachingEquipmentBase"); \ +static_assert(offsetof(ASBZBreachingEquipmentBase, OnBreachingEquipmentStarted) == 0x000320, "Member 'ASBZBreachingEquipmentBase::OnBreachingEquipmentStarted' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreachingEquipmentBase, OnBreachingEquipmentJammed) == 0x000330, "Member 'ASBZBreachingEquipmentBase::OnBreachingEquipmentJammed' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreachingEquipmentBase, OnBreachingEquipmentRestarted) == 0x000340, "Member 'ASBZBreachingEquipmentBase::OnBreachingEquipmentRestarted' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreachingEquipmentBase, OnBreachingEquipmentCompleted) == 0x000350, "Member 'ASBZBreachingEquipmentBase::OnBreachingEquipmentCompleted' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreachingEquipmentBase, DurationTimeSeconds) == 0x000360, "Member 'ASBZBreachingEquipmentBase::DurationTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreachingEquipmentBase, bCanEverBeSabotaged) == 0x000364, "Member 'ASBZBreachingEquipmentBase::bCanEverBeSabotaged' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreachingEquipmentBase, OutlineAsset) == 0x000368, "Member 'ASBZBreachingEquipmentBase::OutlineAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreachingEquipmentBase, OutlineComponent) == 0x000370, "Member 'ASBZBreachingEquipmentBase::OutlineComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreachingEquipmentBase, CurrentEquipmentState) == 0x000378, "Member 'ASBZBreachingEquipmentBase::CurrentEquipmentState' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreachingEquipmentBase, EstimatedDurationLeft) == 0x00037C, "Member 'ASBZBreachingEquipmentBase::EstimatedDurationLeft' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreachingEquipmentBase, UpdateEstimatedTimeInterval) == 0x000380, "Member 'ASBZBreachingEquipmentBase::UpdateEstimatedTimeInterval' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreachingEquipmentBase, AttractorComponent) == 0x000388, "Member 'ASBZBreachingEquipmentBase::AttractorComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreachingEquipmentBase, LifeActionComponent) == 0x000390, "Member 'ASBZBreachingEquipmentBase::LifeActionComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreachingEquipmentBase, LifeActionInstance) == 0x000398, "Member 'ASBZBreachingEquipmentBase::LifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreachingEquipmentBase, LifeActionSlot) == 0x0003A0, "Member 'ASBZBreachingEquipmentBase::LifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreachingEquipmentBase, InteractionMarkerAsset) == 0x0003A8, "Member 'ASBZBreachingEquipmentBase::InteractionMarkerAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreachingEquipmentBase, FixMarkerAsset) == 0x0003B0, "Member 'ASBZBreachingEquipmentBase::FixMarkerAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreachingEquipmentBase, AkComponent) == 0x0003B8, "Member 'ASBZBreachingEquipmentBase::AkComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreachingEquipmentBase, DrillingEvent) == 0x0003C0, "Member 'ASBZBreachingEquipmentBase::DrillingEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreachingEquipmentBase, JammedEvent) == 0x0003C8, "Member 'ASBZBreachingEquipmentBase::JammedEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreachingEquipmentBase, HeatingUpEvent) == 0x0003D0, "Member 'ASBZBreachingEquipmentBase::HeatingUpEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreachingEquipmentBase, DoneEvent) == 0x0003D8, "Member 'ASBZBreachingEquipmentBase::DoneEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreachingEquipmentBase, RoomVolumes) == 0x0003E0, "Member 'ASBZBreachingEquipmentBase::RoomVolumes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillShotgunSpecShotgunTankAced \ +static_assert(alignof(USBZSkillShotgunSpecShotgunTankAced) == 0x000008, "Wrong alignment on USBZSkillShotgunSpecShotgunTankAced"); \ +static_assert(sizeof(USBZSkillShotgunSpecShotgunTankAced) == 0x000230, "Wrong size on USBZSkillShotgunSpecShotgunTankAced"); \ + +#define DUMPER7_ASSERTS_SBZBreadCrumbButtonWidget_IsBreadCrumbForStackValue \ +static_assert(alignof(SBZBreadCrumbButtonWidget_IsBreadCrumbForStackValue) == 0x000004, "Wrong alignment on SBZBreadCrumbButtonWidget_IsBreadCrumbForStackValue"); \ +static_assert(sizeof(SBZBreadCrumbButtonWidget_IsBreadCrumbForStackValue) == 0x000010, "Wrong size on SBZBreadCrumbButtonWidget_IsBreadCrumbForStackValue"); \ +static_assert(offsetof(SBZBreadCrumbButtonWidget_IsBreadCrumbForStackValue, InStackValue) == 0x000000, "Member 'SBZBreadCrumbButtonWidget_IsBreadCrumbForStackValue::InStackValue' has a wrong offset!"); \ +static_assert(offsetof(SBZBreadCrumbButtonWidget_IsBreadCrumbForStackValue, ReturnValue) == 0x00000C, "Member 'SBZBreadCrumbButtonWidget_IsBreadCrumbForStackValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBreadCrumbButtonWidget_SetStackValue \ +static_assert(alignof(SBZBreadCrumbButtonWidget_SetStackValue) == 0x000008, "Wrong alignment on SBZBreadCrumbButtonWidget_SetStackValue"); \ +static_assert(sizeof(SBZBreadCrumbButtonWidget_SetStackValue) == 0x000028, "Wrong size on SBZBreadCrumbButtonWidget_SetStackValue"); \ +static_assert(offsetof(SBZBreadCrumbButtonWidget_SetStackValue, InStackValue) == 0x000000, "Member 'SBZBreadCrumbButtonWidget_SetStackValue::InStackValue' has a wrong offset!"); \ +static_assert(offsetof(SBZBreadCrumbButtonWidget_SetStackValue, InTextValue) == 0x000010, "Member 'SBZBreadCrumbButtonWidget_SetStackValue::InTextValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBreadCrumbButtonWidget \ +static_assert(alignof(USBZBreadCrumbButtonWidget) == 0x000008, "Wrong alignment on USBZBreadCrumbButtonWidget"); \ +static_assert(sizeof(USBZBreadCrumbButtonWidget) == 0x0002A8, "Wrong size on USBZBreadCrumbButtonWidget"); \ +static_assert(offsetof(USBZBreadCrumbButtonWidget, Text_Stack) == 0x000290, "Member 'USBZBreadCrumbButtonWidget::Text_Stack' has a wrong offset!"); \ +static_assert(offsetof(USBZBreadCrumbButtonWidget, StackValue) == 0x000298, "Member 'USBZBreadCrumbButtonWidget::StackValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillAmmoSpecHighQualityBagAced \ +static_assert(alignof(USBZSkillAmmoSpecHighQualityBagAced) == 0x000008, "Wrong alignment on USBZSkillAmmoSpecHighQualityBagAced"); \ +static_assert(sizeof(USBZSkillAmmoSpecHighQualityBagAced) == 0x000230, "Wrong size on USBZSkillAmmoSpecHighQualityBagAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillEscapistSwift \ +static_assert(alignof(USBZSkillEscapistSwift) == 0x000008, "Wrong alignment on USBZSkillEscapistSwift"); \ +static_assert(sizeof(USBZSkillEscapistSwift) == 0x000230, "Wrong size on USBZSkillEscapistSwift"); \ + +#define DUMPER7_ASSERTS_SBZBreakableInterface_OnBroken \ +static_assert(alignof(SBZBreakableInterface_OnBroken) == 0x000001, "Wrong alignment on SBZBreakableInterface_OnBroken"); \ +static_assert(sizeof(SBZBreakableInterface_OnBroken) == 0x000001, "Wrong size on SBZBreakableInterface_OnBroken"); \ +static_assert(offsetof(SBZBreakableInterface_OnBroken, InBreakableBrokenAction) == 0x000000, "Member 'SBZBreakableInterface_OnBroken::InBreakableBrokenAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZBreakableInterface \ +static_assert(alignof(ISBZBreakableInterface) == 0x000001, "Wrong alignment on ISBZBreakableInterface"); \ +static_assert(sizeof(ISBZBreakableInterface) == 0x000001, "Wrong size on ISBZBreakableInterface"); \ + +#define DUMPER7_ASSERTS_SBZBreakableMachine_BP_OnInstantLootTaken \ +static_assert(alignof(SBZBreakableMachine_BP_OnInstantLootTaken) == 0x000004, "Wrong alignment on SBZBreakableMachine_BP_OnInstantLootTaken"); \ +static_assert(sizeof(SBZBreakableMachine_BP_OnInstantLootTaken) == 0x000004, "Wrong size on SBZBreakableMachine_BP_OnInstantLootTaken"); \ +static_assert(offsetof(SBZBreakableMachine_BP_OnInstantLootTaken, TotalAmountTaken) == 0x000000, "Member 'SBZBreakableMachine_BP_OnInstantLootTaken::TotalAmountTaken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBreakableMachine_BP_OnStateChanged \ +static_assert(alignof(SBZBreakableMachine_BP_OnStateChanged) == 0x000001, "Wrong alignment on SBZBreakableMachine_BP_OnStateChanged"); \ +static_assert(sizeof(SBZBreakableMachine_BP_OnStateChanged) == 0x000003, "Wrong size on SBZBreakableMachine_BP_OnStateChanged"); \ +static_assert(offsetof(SBZBreakableMachine_BP_OnStateChanged, OldState) == 0x000000, "Member 'SBZBreakableMachine_BP_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZBreakableMachine_BP_OnStateChanged, NewState) == 0x000001, "Member 'SBZBreakableMachine_BP_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(SBZBreakableMachine_BP_OnStateChanged, bDoCosmetics) == 0x000002, "Member 'SBZBreakableMachine_BP_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBreakableMachine_Multicast_SetCurrentState \ +static_assert(alignof(SBZBreakableMachine_Multicast_SetCurrentState) == 0x000001, "Wrong alignment on SBZBreakableMachine_Multicast_SetCurrentState"); \ +static_assert(sizeof(SBZBreakableMachine_Multicast_SetCurrentState) == 0x000001, "Wrong size on SBZBreakableMachine_Multicast_SetCurrentState"); \ +static_assert(offsetof(SBZBreakableMachine_Multicast_SetCurrentState, NewState) == 0x000000, "Member 'SBZBreakableMachine_Multicast_SetCurrentState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBreakableMachine_OnAckCompleteInteraction \ +static_assert(alignof(SBZBreakableMachine_OnAckCompleteInteraction) == 0x000008, "Wrong alignment on SBZBreakableMachine_OnAckCompleteInteraction"); \ +static_assert(sizeof(SBZBreakableMachine_OnAckCompleteInteraction) == 0x000018, "Wrong size on SBZBreakableMachine_OnAckCompleteInteraction"); \ +static_assert(offsetof(SBZBreakableMachine_OnAckCompleteInteraction, Comp) == 0x000000, "Member 'SBZBreakableMachine_OnAckCompleteInteraction::Comp' has a wrong offset!"); \ +static_assert(offsetof(SBZBreakableMachine_OnAckCompleteInteraction, Interactor) == 0x000008, "Member 'SBZBreakableMachine_OnAckCompleteInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZBreakableMachine_OnAckCompleteInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZBreakableMachine_OnAckCompleteInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBreakableMachine_OnECMCountChanged \ +static_assert(alignof(SBZBreakableMachine_OnECMCountChanged) == 0x000004, "Wrong alignment on SBZBreakableMachine_OnECMCountChanged"); \ +static_assert(sizeof(SBZBreakableMachine_OnECMCountChanged) == 0x000010, "Wrong size on SBZBreakableMachine_OnECMCountChanged"); \ +static_assert(offsetof(SBZBreakableMachine_OnECMCountChanged, NewCount) == 0x000000, "Member 'SBZBreakableMachine_OnECMCountChanged::NewCount' has a wrong offset!"); \ +static_assert(offsetof(SBZBreakableMachine_OnECMCountChanged, OldCount) == 0x000004, "Member 'SBZBreakableMachine_OnECMCountChanged::OldCount' has a wrong offset!"); \ +static_assert(offsetof(SBZBreakableMachine_OnECMCountChanged, AddedTime) == 0x000008, "Member 'SBZBreakableMachine_OnECMCountChanged::AddedTime' has a wrong offset!"); \ +static_assert(offsetof(SBZBreakableMachine_OnECMCountChanged, bInIsSignalScanActive) == 0x00000C, "Member 'SBZBreakableMachine_OnECMCountChanged::bInIsSignalScanActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBreakableMachine_OnPropDamageHits \ +static_assert(alignof(SBZBreakableMachine_OnPropDamageHits) == 0x000008, "Wrong alignment on SBZBreakableMachine_OnPropDamageHits"); \ +static_assert(sizeof(SBZBreakableMachine_OnPropDamageHits) == 0x000028, "Wrong size on SBZBreakableMachine_OnPropDamageHits"); \ +static_assert(offsetof(SBZBreakableMachine_OnPropDamageHits, PoolComponent) == 0x000000, "Member 'SBZBreakableMachine_OnPropDamageHits::PoolComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZBreakableMachine_OnPropDamageHits, Hits) == 0x000008, "Member 'SBZBreakableMachine_OnPropDamageHits::Hits' has a wrong offset!"); \ +static_assert(offsetof(SBZBreakableMachine_OnPropDamageHits, bDoCosmetics) == 0x00000C, "Member 'SBZBreakableMachine_OnPropDamageHits::bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(SBZBreakableMachine_OnPropDamageHits, DamageContext) == 0x000010, "Member 'SBZBreakableMachine_OnPropDamageHits::DamageContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBreakableMachine_OnRep_CurrentState \ +static_assert(alignof(SBZBreakableMachine_OnRep_CurrentState) == 0x000001, "Wrong alignment on SBZBreakableMachine_OnRep_CurrentState"); \ +static_assert(sizeof(SBZBreakableMachine_OnRep_CurrentState) == 0x000001, "Wrong size on SBZBreakableMachine_OnRep_CurrentState"); \ +static_assert(offsetof(SBZBreakableMachine_OnRep_CurrentState, OldState) == 0x000000, "Member 'SBZBreakableMachine_OnRep_CurrentState::OldState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBreakableMachine_SetState \ +static_assert(alignof(SBZBreakableMachine_SetState) == 0x000001, "Wrong alignment on SBZBreakableMachine_SetState"); \ +static_assert(sizeof(SBZBreakableMachine_SetState) == 0x000001, "Wrong size on SBZBreakableMachine_SetState"); \ +static_assert(offsetof(SBZBreakableMachine_SetState, NewState) == 0x000000, "Member 'SBZBreakableMachine_SetState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZBreakableMachine \ +static_assert(alignof(ASBZBreakableMachine) == 0x000008, "Wrong alignment on ASBZBreakableMachine"); \ +static_assert(sizeof(ASBZBreakableMachine) == 0x0002D8, "Wrong size on ASBZBreakableMachine"); \ +static_assert(offsetof(ASBZBreakableMachine, InteractableComponent) == 0x0002A8, "Member 'ASBZBreakableMachine::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreakableMachine, PropDamageComponent) == 0x0002B0, "Member 'ASBZBreakableMachine::PropDamageComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreakableMachine, AttractorComponent) == 0x0002B8, "Member 'ASBZBreakableMachine::AttractorComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreakableMachine, InstantLootName) == 0x0002C0, "Member 'ASBZBreakableMachine::InstantLootName' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreakableMachine, InstantLootCount) == 0x0002D0, "Member 'ASBZBreakableMachine::InstantLootCount' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreakableMachine, CurrentState) == 0x0002D1, "Member 'ASBZBreakableMachine::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(ASBZBreakableMachine, InstantLootTaken) == 0x0002D2, "Member 'ASBZBreakableMachine::InstantLootTaken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBreakableMachineInteractableComponent \ +static_assert(alignof(USBZBreakableMachineInteractableComponent) == 0x000008, "Wrong alignment on USBZBreakableMachineInteractableComponent"); \ +static_assert(sizeof(USBZBreakableMachineInteractableComponent) == 0x0005E8, "Wrong size on USBZBreakableMachineInteractableComponent"); \ +static_assert(offsetof(USBZBreakableMachineInteractableComponent, CurrentMode) == 0x000360, "Member 'USBZBreakableMachineInteractableComponent::CurrentMode' has a wrong offset!"); \ +static_assert(offsetof(USBZBreakableMachineInteractableComponent, ModeDataArray) == 0x000368, "Member 'USBZBreakableMachineInteractableComponent::ModeDataArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_AbortOnPositionChange \ +static_assert(alignof(USBZBTDecorator_AbortOnPositionChange) == 0x000008, "Wrong alignment on USBZBTDecorator_AbortOnPositionChange"); \ +static_assert(sizeof(USBZBTDecorator_AbortOnPositionChange) == 0x0000A0, "Wrong size on USBZBTDecorator_AbortOnPositionChange"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_NoPatrol \ +static_assert(alignof(USBZNavArea_NoPatrol) == 0x000008, "Wrong alignment on USBZNavArea_NoPatrol"); \ +static_assert(sizeof(USBZNavArea_NoPatrol) == 0x000050, "Wrong size on USBZNavArea_NoPatrol"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_AddTags \ +static_assert(alignof(USBZBTDecorator_AddTags) == 0x000008, "Wrong alignment on USBZBTDecorator_AddTags"); \ +static_assert(sizeof(USBZBTDecorator_AddTags) == 0x0000D0, "Wrong size on USBZBTDecorator_AddTags"); \ +static_assert(offsetof(USBZBTDecorator_AddTags, TagsToAdd) == 0x0000A0, "Member 'USBZBTDecorator_AddTags::TagsToAdd' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_AddTags, RemoveOnPauseReasons) == 0x0000C0, "Member 'USBZBTDecorator_AddTags::RemoveOnPauseReasons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillMedicSpecDoctoredUpIIAced \ +static_assert(alignof(USBZSkillMedicSpecDoctoredUpIIAced) == 0x000008, "Wrong alignment on USBZSkillMedicSpecDoctoredUpIIAced"); \ +static_assert(sizeof(USBZSkillMedicSpecDoctoredUpIIAced) == 0x000230, "Wrong size on USBZSkillMedicSpecDoctoredUpIIAced"); \ + +#define DUMPER7_ASSERTS_SBZReplayManager_GetReplayManager \ +static_assert(alignof(SBZReplayManager_GetReplayManager) == 0x000008, "Wrong alignment on SBZReplayManager_GetReplayManager"); \ +static_assert(sizeof(SBZReplayManager_GetReplayManager) == 0x000010, "Wrong size on SBZReplayManager_GetReplayManager"); \ +static_assert(offsetof(SBZReplayManager_GetReplayManager, WorldContextObject) == 0x000000, "Member 'SBZReplayManager_GetReplayManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZReplayManager_GetReplayManager, ReturnValue) == 0x000008, "Member 'SBZReplayManager_GetReplayManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplayManager_DeleteReplay \ +static_assert(alignof(SBZReplayManager_DeleteReplay) == 0x000008, "Wrong alignment on SBZReplayManager_DeleteReplay"); \ +static_assert(sizeof(SBZReplayManager_DeleteReplay) == 0x000010, "Wrong size on SBZReplayManager_DeleteReplay"); \ +static_assert(offsetof(SBZReplayManager_DeleteReplay, ReplayName) == 0x000000, "Member 'SBZReplayManager_DeleteReplay::ReplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplayManager_IsPlaying \ +static_assert(alignof(SBZReplayManager_IsPlaying) == 0x000001, "Wrong alignment on SBZReplayManager_IsPlaying"); \ +static_assert(sizeof(SBZReplayManager_IsPlaying) == 0x000001, "Wrong size on SBZReplayManager_IsPlaying"); \ +static_assert(offsetof(SBZReplayManager_IsPlaying, ReturnValue) == 0x000000, "Member 'SBZReplayManager_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplayManager_IsRecording \ +static_assert(alignof(SBZReplayManager_IsRecording) == 0x000001, "Wrong alignment on SBZReplayManager_IsRecording"); \ +static_assert(sizeof(SBZReplayManager_IsRecording) == 0x000001, "Wrong size on SBZReplayManager_IsRecording"); \ +static_assert(offsetof(SBZReplayManager_IsRecording, ReturnValue) == 0x000000, "Member 'SBZReplayManager_IsRecording::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZReplayManager \ +static_assert(alignof(USBZReplayManager) == 0x000008, "Wrong alignment on USBZReplayManager"); \ +static_assert(sizeof(USBZReplayManager) == 0x000058, "Wrong size on USBZReplayManager"); \ +static_assert(offsetof(USBZReplayManager, GameInstance) == 0x000030, "Member 'USBZReplayManager::GameInstance' has a wrong offset!"); \ +static_assert(offsetof(USBZReplayManager, ReplayFilePlayer) == 0x000038, "Member 'USBZReplayManager::ReplayFilePlayer' has a wrong offset!"); \ +static_assert(offsetof(USBZReplayManager, ReplayFileRecorder) == 0x000040, "Member 'USBZReplayManager::ReplayFileRecorder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_CanAttackWhileMoving \ +static_assert(alignof(USBZBTDecorator_CanAttackWhileMoving) == 0x000008, "Wrong alignment on USBZBTDecorator_CanAttackWhileMoving"); \ +static_assert(sizeof(USBZBTDecorator_CanAttackWhileMoving) == 0x000070, "Wrong size on USBZBTDecorator_CanAttackWhileMoving"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_CheckCoverSafeness \ +static_assert(alignof(USBZBTDecorator_CheckCoverSafeness) == 0x000008, "Wrong alignment on USBZBTDecorator_CheckCoverSafeness"); \ +static_assert(sizeof(USBZBTDecorator_CheckCoverSafeness) == 0x0000A8, "Wrong size on USBZBTDecorator_CheckCoverSafeness"); \ +static_assert(offsetof(USBZBTDecorator_CheckCoverSafeness, MinSafenessScore) == 0x0000A0, "Member 'USBZBTDecorator_CheckCoverSafeness::MinSafenessScore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillARSpecAmmoFunnelAced \ +static_assert(alignof(USBZSkillARSpecAmmoFunnelAced) == 0x000008, "Wrong alignment on USBZSkillARSpecAmmoFunnelAced"); \ +static_assert(sizeof(USBZSkillARSpecAmmoFunnelAced) == 0x000230, "Wrong size on USBZSkillARSpecAmmoFunnelAced"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_CheckLASlot \ +static_assert(alignof(USBZBTDecorator_CheckLASlot) == 0x000008, "Wrong alignment on USBZBTDecorator_CheckLASlot"); \ +static_assert(sizeof(USBZBTDecorator_CheckLASlot) == 0x000070, "Wrong size on USBZBTDecorator_CheckLASlot"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_CloakerMelee \ +static_assert(alignof(USBZBTDecorator_CloakerMelee) == 0x000008, "Wrong alignment on USBZBTDecorator_CloakerMelee"); \ +static_assert(sizeof(USBZBTDecorator_CloakerMelee) == 0x000090, "Wrong size on USBZBTDecorator_CloakerMelee"); \ +static_assert(offsetof(USBZBTDecorator_CloakerMelee, FilterClass) == 0x000070, "Member 'USBZBTDecorator_CloakerMelee::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_CloakerMelee, TriggerAcceptanceRadius) == 0x000078, "Member 'USBZBTDecorator_CloakerMelee::TriggerAcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_CloakerMelee, KickAcceptanceRadius2D) == 0x00007C, "Member 'USBZBTDecorator_CloakerMelee::KickAcceptanceRadius2D' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_CloakerMelee, KickAcceptanceRadiusZ) == 0x000080, "Member 'USBZBTDecorator_CloakerMelee::KickAcceptanceRadiusZ' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_CloakerMelee, TelegraphAttackTriggerDistance) == 0x000084, "Member 'USBZBTDecorator_CloakerMelee::TelegraphAttackTriggerDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_DroneFailTracker \ +static_assert(alignof(USBZBTDecorator_DroneFailTracker) == 0x000008, "Wrong alignment on USBZBTDecorator_DroneFailTracker"); \ +static_assert(sizeof(USBZBTDecorator_DroneFailTracker) == 0x000070, "Wrong size on USBZBTDecorator_DroneFailTracker"); \ + +#define DUMPER7_ASSERTS_USBZSkillSMGSpecNimbleHandsBase \ +static_assert(alignof(USBZSkillSMGSpecNimbleHandsBase) == 0x000008, "Wrong alignment on USBZSkillSMGSpecNimbleHandsBase"); \ +static_assert(sizeof(USBZSkillSMGSpecNimbleHandsBase) == 0x000230, "Wrong size on USBZSkillSMGSpecNimbleHandsBase"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_EnableOutline \ +static_assert(alignof(USBZBTDecorator_EnableOutline) == 0x000008, "Wrong alignment on USBZBTDecorator_EnableOutline"); \ +static_assert(sizeof(USBZBTDecorator_EnableOutline) == 0x000080, "Wrong size on USBZBTDecorator_EnableOutline"); \ +static_assert(offsetof(USBZBTDecorator_EnableOutline, OutlineAsset) == 0x000070, "Member 'USBZBTDecorator_EnableOutline::OutlineAsset' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_EnableOutline, bIsDifficultyBased) == 0x000078, "Member 'USBZBTDecorator_EnableOutline::bIsDifficultyBased' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_EnableOutline, SelectedDifficulty) == 0x000079, "Member 'USBZBTDecorator_EnableOutline::SelectedDifficulty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZMeleeWeapon \ +static_assert(alignof(ASBZMeleeWeapon) == 0x000010, "Wrong alignment on ASBZMeleeWeapon"); \ +static_assert(sizeof(ASBZMeleeWeapon) == 0x000550, "Wrong size on ASBZMeleeWeapon"); \ +static_assert(offsetof(ASBZMeleeWeapon, MeleeHitEvent) == 0x000548, "Member 'ASBZMeleeWeapon::MeleeHitEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZItemBundleDatabase \ +static_assert(alignof(USBZItemBundleDatabase) == 0x000008, "Wrong alignment on USBZItemBundleDatabase"); \ +static_assert(sizeof(USBZItemBundleDatabase) == 0x000048, "Wrong size on USBZItemBundleDatabase"); \ +static_assert(offsetof(USBZItemBundleDatabase, ItemBundleArray) == 0x000038, "Member 'USBZItemBundleDatabase::ItemBundleArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillARSpecARProficiencyAced \ +static_assert(alignof(USBZSkillARSpecARProficiencyAced) == 0x000008, "Wrong alignment on USBZSkillARSpecARProficiencyAced"); \ +static_assert(sizeof(USBZSkillARSpecARProficiencyAced) == 0x000230, "Wrong size on USBZSkillARSpecARProficiencyAced"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_Evade \ +static_assert(alignof(USBZBTDecorator_Evade) == 0x000008, "Wrong alignment on USBZBTDecorator_Evade"); \ +static_assert(sizeof(USBZBTDecorator_Evade) == 0x000080, "Wrong size on USBZBTDecorator_Evade"); \ +static_assert(offsetof(USBZBTDecorator_Evade, FilterClass) == 0x000070, "Member 'USBZBTDecorator_Evade::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_Evade, bCanTriggerSlowEvade) == 0x000078, "Member 'USBZBTDecorator_Evade::bCanTriggerSlowEvade' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_Evade, bCanTriggerFastEvade) == 0x000079, "Member 'USBZBTDecorator_Evade::bCanTriggerFastEvade' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_Evade, bUseMaxSpeedLimit) == 0x00007A, "Member 'USBZBTDecorator_Evade::bUseMaxSpeedLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_FirePermissionGuard \ +static_assert(alignof(USBZBTDecorator_FirePermissionGuard) == 0x000008, "Wrong alignment on USBZBTDecorator_FirePermissionGuard"); \ +static_assert(sizeof(USBZBTDecorator_FirePermissionGuard) == 0x000078, "Wrong size on USBZBTDecorator_FirePermissionGuard"); \ +static_assert(offsetof(USBZBTDecorator_FirePermissionGuard, bClearAllTokens) == 0x000070, "Member 'USBZBTDecorator_FirePermissionGuard::bClearAllTokens' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_FirePermissionGuard, TokenType) == 0x000071, "Member 'USBZBTDecorator_FirePermissionGuard::TokenType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_Focus \ +static_assert(alignof(USBZBTDecorator_Focus) == 0x000008, "Wrong alignment on USBZBTDecorator_Focus"); \ +static_assert(sizeof(USBZBTDecorator_Focus) == 0x0000A8, "Wrong size on USBZBTDecorator_Focus"); \ +static_assert(offsetof(USBZBTDecorator_Focus, bShouldLockFocus) == 0x0000A0, "Member 'USBZBTDecorator_Focus::bShouldLockFocus' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_Focus, FocusPriority) == 0x0000A1, "Member 'USBZBTDecorator_Focus::FocusPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPreplanningPlayerStatusWidget_CanOpenPlayerProfile \ +static_assert(alignof(SBZMainMenuPreplanningPlayerStatusWidget_CanOpenPlayerProfile) == 0x000001, "Wrong alignment on SBZMainMenuPreplanningPlayerStatusWidget_CanOpenPlayerProfile"); \ +static_assert(sizeof(SBZMainMenuPreplanningPlayerStatusWidget_CanOpenPlayerProfile) == 0x000001, "Wrong size on SBZMainMenuPreplanningPlayerStatusWidget_CanOpenPlayerProfile"); \ +static_assert(offsetof(SBZMainMenuPreplanningPlayerStatusWidget_CanOpenPlayerProfile, ReturnValue) == 0x000000, "Member 'SBZMainMenuPreplanningPlayerStatusWidget_CanOpenPlayerProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPreplanningPlayerStatusWidget_OnLoadoutChanged \ +static_assert(alignof(SBZMainMenuPreplanningPlayerStatusWidget_OnLoadoutChanged) == 0x000008, "Wrong alignment on SBZMainMenuPreplanningPlayerStatusWidget_OnLoadoutChanged"); \ +static_assert(sizeof(SBZMainMenuPreplanningPlayerStatusWidget_OnLoadoutChanged) == 0x000010, "Wrong size on SBZMainMenuPreplanningPlayerStatusWidget_OnLoadoutChanged"); \ +static_assert(offsetof(SBZMainMenuPreplanningPlayerStatusWidget_OnLoadoutChanged, LobbyInfoArray) == 0x000000, "Member 'SBZMainMenuPreplanningPlayerStatusWidget_OnLoadoutChanged::LobbyInfoArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuPreplanningPlayerStatusWidget \ +static_assert(alignof(USBZMainMenuPreplanningPlayerStatusWidget) == 0x000008, "Wrong alignment on USBZMainMenuPreplanningPlayerStatusWidget"); \ +static_assert(sizeof(USBZMainMenuPreplanningPlayerStatusWidget) == 0x0003C8, "Wrong size on USBZMainMenuPreplanningPlayerStatusWidget"); \ +static_assert(offsetof(USBZMainMenuPreplanningPlayerStatusWidget, PlayerIndex) == 0x000370, "Member 'USBZMainMenuPreplanningPlayerStatusWidget::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPreplanningPlayerStatusWidget, Widget_PrimaryWeaponVisuals) == 0x000378, "Member 'USBZMainMenuPreplanningPlayerStatusWidget::Widget_PrimaryWeaponVisuals' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPreplanningPlayerStatusWidget, Widget_SecondaryWeaponVisuals) == 0x000380, "Member 'USBZMainMenuPreplanningPlayerStatusWidget::Widget_SecondaryWeaponVisuals' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPreplanningPlayerStatusWidget, Widget_ThrowableVisuals) == 0x000388, "Member 'USBZMainMenuPreplanningPlayerStatusWidget::Widget_ThrowableVisuals' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPreplanningPlayerStatusWidget, Widget_PlaceableVisuals) == 0x000390, "Member 'USBZMainMenuPreplanningPlayerStatusWidget::Widget_PlaceableVisuals' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPreplanningPlayerStatusWidget, Widget_ToolVisuals) == 0x000398, "Member 'USBZMainMenuPreplanningPlayerStatusWidget::Widget_ToolVisuals' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPreplanningPlayerStatusWidget, PrimaryWeapon) == 0x0003A0, "Member 'USBZMainMenuPreplanningPlayerStatusWidget::PrimaryWeapon' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPreplanningPlayerStatusWidget, SecondaryWeapon) == 0x0003A8, "Member 'USBZMainMenuPreplanningPlayerStatusWidget::SecondaryWeapon' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPreplanningPlayerStatusWidget, Tool) == 0x0003B0, "Member 'USBZMainMenuPreplanningPlayerStatusWidget::Tool' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPreplanningPlayerStatusWidget, Placeable) == 0x0003B8, "Member 'USBZMainMenuPreplanningPlayerStatusWidget::Placeable' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPreplanningPlayerStatusWidget, Throwable) == 0x0003C0, "Member 'USBZMainMenuPreplanningPlayerStatusWidget::Throwable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_FriendlyFire \ +static_assert(alignof(USBZBTDecorator_FriendlyFire) == 0x000008, "Wrong alignment on USBZBTDecorator_FriendlyFire"); \ +static_assert(sizeof(USBZBTDecorator_FriendlyFire) == 0x0000A0, "Wrong size on USBZBTDecorator_FriendlyFire"); \ + +#define DUMPER7_ASSERTS_USBZSkillShotgunSpecShotgunTankBase \ +static_assert(alignof(USBZSkillShotgunSpecShotgunTankBase) == 0x000008, "Wrong alignment on USBZSkillShotgunSpecShotgunTankBase"); \ +static_assert(sizeof(USBZSkillShotgunSpecShotgunTankBase) == 0x000230, "Wrong size on USBZSkillShotgunSpecShotgunTankBase"); \ + +#define DUMPER7_ASSERTS_SBZMeleeComponent_Multicast_ReplicateExplosion \ +static_assert(alignof(SBZMeleeComponent_Multicast_ReplicateExplosion) == 0x000008, "Wrong alignment on SBZMeleeComponent_Multicast_ReplicateExplosion"); \ +static_assert(sizeof(SBZMeleeComponent_Multicast_ReplicateExplosion) == 0x000028, "Wrong size on SBZMeleeComponent_Multicast_ReplicateExplosion"); \ +static_assert(offsetof(SBZMeleeComponent_Multicast_ReplicateExplosion, Result) == 0x000000, "Member 'SBZMeleeComponent_Multicast_ReplicateExplosion::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMeleeComponent_Multicast_SetRemoveStaggeredTagNetIDArray \ +static_assert(alignof(SBZMeleeComponent_Multicast_SetRemoveStaggeredTagNetIDArray) == 0x000008, "Wrong alignment on SBZMeleeComponent_Multicast_SetRemoveStaggeredTagNetIDArray"); \ +static_assert(sizeof(SBZMeleeComponent_Multicast_SetRemoveStaggeredTagNetIDArray) == 0x000010, "Wrong size on SBZMeleeComponent_Multicast_SetRemoveStaggeredTagNetIDArray"); \ +static_assert(offsetof(SBZMeleeComponent_Multicast_SetRemoveStaggeredTagNetIDArray, InRemoveStaggeredTagNetIDArray) == 0x000000, "Member 'SBZMeleeComponent_Multicast_SetRemoveStaggeredTagNetIDArray::InRemoveStaggeredTagNetIDArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMeleeComponent \ +static_assert(alignof(USBZMeleeComponent) == 0x000008, "Wrong alignment on USBZMeleeComponent"); \ +static_assert(sizeof(USBZMeleeComponent) == 0x000140, "Wrong size on USBZMeleeComponent"); \ +static_assert(offsetof(USBZMeleeComponent, OwningCharacter) == 0x0000F0, "Member 'USBZMeleeComponent::OwningCharacter' has a wrong offset!"); \ +static_assert(offsetof(USBZMeleeComponent, AimAssistTargetActor) == 0x0000F8, "Member 'USBZMeleeComponent::AimAssistTargetActor' has a wrong offset!"); \ +static_assert(offsetof(USBZMeleeComponent, bIsFriendlyFireAllowedOverride) == 0x000101, "Member 'USBZMeleeComponent::bIsFriendlyFireAllowedOverride' has a wrong offset!"); \ +static_assert(offsetof(USBZMeleeComponent, PostDamagePhysicsEffectData) == 0x000104, "Member 'USBZMeleeComponent::PostDamagePhysicsEffectData' has a wrong offset!"); \ +static_assert(offsetof(USBZMeleeComponent, HurtReactionData) == 0x000118, "Member 'USBZMeleeComponent::HurtReactionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_GrabTargetNavLocation \ +static_assert(alignof(USBZBTDecorator_GrabTargetNavLocation) == 0x000008, "Wrong alignment on USBZBTDecorator_GrabTargetNavLocation"); \ +static_assert(sizeof(USBZBTDecorator_GrabTargetNavLocation) == 0x0000D0, "Wrong size on USBZBTDecorator_GrabTargetNavLocation"); \ +static_assert(offsetof(USBZBTDecorator_GrabTargetNavLocation, TargetKey) == 0x000070, "Member 'USBZBTDecorator_GrabTargetNavLocation::TargetKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_GrabTargetNavLocation, LocationKey) == 0x0000A0, "Member 'USBZBTDecorator_GrabTargetNavLocation::LocationKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_IdleBreaker \ +static_assert(alignof(USBZBTDecorator_IdleBreaker) == 0x000008, "Wrong alignment on USBZBTDecorator_IdleBreaker"); \ +static_assert(sizeof(USBZBTDecorator_IdleBreaker) == 0x0000C0, "Wrong size on USBZBTDecorator_IdleBreaker"); \ +static_assert(offsetof(USBZBTDecorator_IdleBreaker, bHasPredictedDuration) == 0x000070, "Member 'USBZBTDecorator_IdleBreaker::bHasPredictedDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_IdleBreaker, PredictedDurationKey) == 0x000078, "Member 'USBZBTDecorator_IdleBreaker::PredictedDurationKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_IdleBreaker, InitWaitTime) == 0x0000A8, "Member 'USBZBTDecorator_IdleBreaker::InitWaitTime' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_IdleBreaker, CoolDown) == 0x0000B0, "Member 'USBZBTDecorator_IdleBreaker::CoolDown' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_IdleBreaker, Duration) == 0x0000B8, "Member 'USBZBTDecorator_IdleBreaker::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_IsEquippedAtIndex \ +static_assert(alignof(USBZBTDecorator_IsEquippedAtIndex) == 0x000008, "Wrong alignment on USBZBTDecorator_IsEquippedAtIndex"); \ +static_assert(sizeof(USBZBTDecorator_IsEquippedAtIndex) == 0x000078, "Wrong size on USBZBTDecorator_IsEquippedAtIndex"); \ +static_assert(offsetof(USBZBTDecorator_IsEquippedAtIndex, SelectedIndex) == 0x000070, "Member 'USBZBTDecorator_IsEquippedAtIndex::SelectedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_LocationSafeFromNeighbours \ +static_assert(alignof(USBZBTDecorator_LocationSafeFromNeighbours) == 0x000008, "Wrong alignment on USBZBTDecorator_LocationSafeFromNeighbours"); \ +static_assert(sizeof(USBZBTDecorator_LocationSafeFromNeighbours) == 0x0000A0, "Wrong size on USBZBTDecorator_LocationSafeFromNeighbours"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_NeighboursIncreased \ +static_assert(alignof(USBZBTDecorator_NeighboursIncreased) == 0x000008, "Wrong alignment on USBZBTDecorator_NeighboursIncreased"); \ +static_assert(sizeof(USBZBTDecorator_NeighboursIncreased) == 0x000070, "Wrong size on USBZBTDecorator_NeighboursIncreased"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_ReserveCoverPoint \ +static_assert(alignof(USBZBTDecorator_ReserveCoverPoint) == 0x000008, "Wrong alignment on USBZBTDecorator_ReserveCoverPoint"); \ +static_assert(sizeof(USBZBTDecorator_ReserveCoverPoint) == 0x0000A0, "Wrong size on USBZBTDecorator_ReserveCoverPoint"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_RoomScanning \ +static_assert(alignof(USBZBTDecorator_RoomScanning) == 0x000008, "Wrong alignment on USBZBTDecorator_RoomScanning"); \ +static_assert(sizeof(USBZBTDecorator_RoomScanning) == 0x000070, "Wrong size on USBZBTDecorator_RoomScanning"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_ShieldCoverEvade \ +static_assert(alignof(USBZBTDecorator_ShieldCoverEvade) == 0x000008, "Wrong alignment on USBZBTDecorator_ShieldCoverEvade"); \ +static_assert(sizeof(USBZBTDecorator_ShieldCoverEvade) == 0x0000B8, "Wrong size on USBZBTDecorator_ShieldCoverEvade"); \ +static_assert(offsetof(USBZBTDecorator_ShieldCoverEvade, ShieldCoverBBKey) == 0x000080, "Member 'USBZBTDecorator_ShieldCoverEvade::ShieldCoverBBKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_ShieldCoverEvade, bShouldGoBack) == 0x0000B0, "Member 'USBZBTDecorator_ShieldCoverEvade::bShouldGoBack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_ShowMarker \ +static_assert(alignof(USBZBTDecorator_ShowMarker) == 0x000008, "Wrong alignment on USBZBTDecorator_ShowMarker"); \ +static_assert(sizeof(USBZBTDecorator_ShowMarker) == 0x0000A8, "Wrong size on USBZBTDecorator_ShowMarker"); \ +static_assert(offsetof(USBZBTDecorator_ShowMarker, Marker) == 0x0000A0, "Member 'USBZBTDecorator_ShowMarker::Marker' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_ShowMarker, bShouldChangeDependantOnState) == 0x0000A1, "Member 'USBZBTDecorator_ShowMarker::bShouldChangeDependantOnState' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_ShowMarker, NewMarkerStateThreshold) == 0x0000A2, "Member 'USBZBTDecorator_ShowMarker::NewMarkerStateThreshold' has a wrong offset!"); \ +static_assert(offsetof(USBZBTDecorator_ShowMarker, StateDependantMarker) == 0x0000A3, "Member 'USBZBTDecorator_ShowMarker::StateDependantMarker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_TargetIsInRoomType \ +static_assert(alignof(USBZBTDecorator_TargetIsInRoomType) == 0x000008, "Wrong alignment on USBZBTDecorator_TargetIsInRoomType"); \ +static_assert(sizeof(USBZBTDecorator_TargetIsInRoomType) == 0x0000A8, "Wrong size on USBZBTDecorator_TargetIsInRoomType"); \ +static_assert(offsetof(USBZBTDecorator_TargetIsInRoomType, RoomType) == 0x0000A0, "Member 'USBZBTDecorator_TargetIsInRoomType::RoomType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_TargetIsValid \ +static_assert(alignof(USBZBTDecorator_TargetIsValid) == 0x000008, "Wrong alignment on USBZBTDecorator_TargetIsValid"); \ +static_assert(sizeof(USBZBTDecorator_TargetIsValid) == 0x0000A0, "Wrong size on USBZBTDecorator_TargetIsValid"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_UtilityCallback \ +static_assert(alignof(USBZBTDecorator_UtilityCallback) == 0x000008, "Wrong alignment on USBZBTDecorator_UtilityCallback"); \ +static_assert(sizeof(USBZBTDecorator_UtilityCallback) == 0x000070, "Wrong size on USBZBTDecorator_UtilityCallback"); \ + +#define DUMPER7_ASSERTS_USBZSkillCQCSpecialistPinPuller \ +static_assert(alignof(USBZSkillCQCSpecialistPinPuller) == 0x000008, "Wrong alignment on USBZSkillCQCSpecialistPinPuller"); \ +static_assert(sizeof(USBZSkillCQCSpecialistPinPuller) == 0x000248, "Wrong size on USBZSkillCQCSpecialistPinPuller"); \ +static_assert(offsetof(USBZSkillCQCSpecialistPinPuller, GrenadeData) == 0x000230, "Member 'USBZSkillCQCSpecialistPinPuller::GrenadeData' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillCQCSpecialistPinPuller, GrenadeAttachSocket) == 0x000238, "Member 'USBZSkillCQCSpecialistPinPuller::GrenadeAttachSocket' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillCQCSpecialistPinPuller, FlashBangDelay) == 0x000244, "Member 'USBZSkillCQCSpecialistPinPuller::FlashBangDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButtonMultipleChoice_SetChoiceIndex \ +static_assert(alignof(SBZSettingsButtonMultipleChoice_SetChoiceIndex) == 0x000004, "Wrong alignment on SBZSettingsButtonMultipleChoice_SetChoiceIndex"); \ +static_assert(sizeof(SBZSettingsButtonMultipleChoice_SetChoiceIndex) == 0x000004, "Wrong size on SBZSettingsButtonMultipleChoice_SetChoiceIndex"); \ +static_assert(offsetof(SBZSettingsButtonMultipleChoice_SetChoiceIndex, InChoiceIndex) == 0x000000, "Member 'SBZSettingsButtonMultipleChoice_SetChoiceIndex::InChoiceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButtonMultipleChoice_SetOptionNames \ +static_assert(alignof(SBZSettingsButtonMultipleChoice_SetOptionNames) == 0x000008, "Wrong alignment on SBZSettingsButtonMultipleChoice_SetOptionNames"); \ +static_assert(sizeof(SBZSettingsButtonMultipleChoice_SetOptionNames) == 0x000010, "Wrong size on SBZSettingsButtonMultipleChoice_SetOptionNames"); \ +static_assert(offsetof(SBZSettingsButtonMultipleChoice_SetOptionNames, InOptionNames) == 0x000000, "Member 'SBZSettingsButtonMultipleChoice_SetOptionNames::InOptionNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSettingsButtonMultipleChoice \ +static_assert(alignof(USBZSettingsButtonMultipleChoice) == 0x000008, "Wrong alignment on USBZSettingsButtonMultipleChoice"); \ +static_assert(sizeof(USBZSettingsButtonMultipleChoice) == 0x000420, "Wrong size on USBZSettingsButtonMultipleChoice"); \ +static_assert(offsetof(USBZSettingsButtonMultipleChoice, OptionNames) == 0x000408, "Member 'USBZSettingsButtonMultipleChoice::OptionNames' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsButtonMultipleChoice, ChoiceIndex) == 0x000418, "Member 'USBZSettingsButtonMultipleChoice::ChoiceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButtonUpscalerChoice_SetOptionUpscalers \ +static_assert(alignof(SBZSettingsButtonUpscalerChoice_SetOptionUpscalers) == 0x000004, "Wrong alignment on SBZSettingsButtonUpscalerChoice_SetOptionUpscalers"); \ +static_assert(sizeof(SBZSettingsButtonUpscalerChoice_SetOptionUpscalers) == 0x000004, "Wrong size on SBZSettingsButtonUpscalerChoice_SetOptionUpscalers"); \ +static_assert(offsetof(SBZSettingsButtonUpscalerChoice_SetOptionUpscalers, InOptionUpscalers) == 0x000000, "Member 'SBZSettingsButtonUpscalerChoice_SetOptionUpscalers::InOptionUpscalers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSettingsButtonUpscalerChoice \ +static_assert(alignof(USBZSettingsButtonUpscalerChoice) == 0x000008, "Wrong alignment on USBZSettingsButtonUpscalerChoice"); \ +static_assert(sizeof(USBZSettingsButtonUpscalerChoice) == 0x000448, "Wrong size on USBZSettingsButtonUpscalerChoice"); \ +static_assert(offsetof(USBZSettingsButtonUpscalerChoice, OptionUpscalers) == 0x000430, "Member 'USBZSettingsButtonUpscalerChoice::OptionUpscalers' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsButtonUpscalerChoice, ChoiceIndices) == 0x000438, "Member 'USBZSettingsButtonUpscalerChoice::ChoiceIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTDecorator_UtilityCriticalSection \ +static_assert(alignof(USBZBTDecorator_UtilityCriticalSection) == 0x000008, "Wrong alignment on USBZBTDecorator_UtilityCriticalSection"); \ +static_assert(sizeof(USBZBTDecorator_UtilityCriticalSection) == 0x000070, "Wrong size on USBZBTDecorator_UtilityCriticalSection"); \ + +#define DUMPER7_ASSERTS_USBZBTService_CheckForRelocation \ +static_assert(alignof(USBZBTService_CheckForRelocation) == 0x000008, "Wrong alignment on USBZBTService_CheckForRelocation"); \ +static_assert(sizeof(USBZBTService_CheckForRelocation) == 0x000168, "Wrong size on USBZBTService_CheckForRelocation"); \ +static_assert(offsetof(USBZBTService_CheckForRelocation, TargetBBKey) == 0x000078, "Member 'USBZBTService_CheckForRelocation::TargetBBKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_CheckForRelocation, EnemyEQSRequest) == 0x0000A8, "Member 'USBZBTService_CheckForRelocation::EnemyEQSRequest' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_CheckForRelocation, HidingSpotEQSRequest) == 0x0000F8, "Member 'USBZBTService_CheckForRelocation::HidingSpotEQSRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTService_CloakerSneakAgility \ +static_assert(alignof(USBZBTService_CloakerSneakAgility) == 0x000008, "Wrong alignment on USBZBTService_CloakerSneakAgility"); \ +static_assert(sizeof(USBZBTService_CloakerSneakAgility) == 0x000088, "Wrong size on USBZBTService_CloakerSneakAgility"); \ +static_assert(offsetof(USBZBTService_CloakerSneakAgility, MaxDistanceToStartAgility) == 0x000078, "Member 'USBZBTService_CloakerSneakAgility::MaxDistanceToStartAgility' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_CloakerSneakAgility, DistanceAcceptanceModifier) == 0x00007C, "Member 'USBZBTService_CloakerSneakAgility::DistanceAcceptanceModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_CloakerSneakAgility, MaxAngleToStartAgility) == 0x000080, "Member 'USBZBTService_CloakerSneakAgility::MaxAngleToStartAgility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZModularPartApplierWeaponColor \ +static_assert(alignof(USBZModularPartApplierWeaponColor) == 0x000008, "Wrong alignment on USBZModularPartApplierWeaponColor"); \ +static_assert(sizeof(USBZModularPartApplierWeaponColor) == 0x000040, "Wrong size on USBZModularPartApplierWeaponColor"); \ + +#define DUMPER7_ASSERTS_USBZBTService_CrewAIStealthLA \ +static_assert(alignof(USBZBTService_CrewAIStealthLA) == 0x000008, "Wrong alignment on USBZBTService_CrewAIStealthLA"); \ +static_assert(sizeof(USBZBTService_CrewAIStealthLA) == 0x0000B8, "Wrong size on USBZBTService_CrewAIStealthLA"); \ +static_assert(offsetof(USBZBTService_CrewAIStealthLA, CurrentWardBBKey) == 0x000078, "Member 'USBZBTService_CrewAIStealthLA::CurrentWardBBKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_CrewAIStealthLA, MaximumWardDistanceInPublic) == 0x0000A8, "Member 'USBZBTService_CrewAIStealthLA::MaximumWardDistanceInPublic' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_CrewAIStealthLA, LifeActionTag) == 0x0000AC, "Member 'USBZBTService_CrewAIStealthLA::LifeActionTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelLibrary_GetAllActorsOfClassInLevel \ +static_assert(alignof(SBZLevelLibrary_GetAllActorsOfClassInLevel) == 0x000008, "Wrong alignment on SBZLevelLibrary_GetAllActorsOfClassInLevel"); \ +static_assert(sizeof(SBZLevelLibrary_GetAllActorsOfClassInLevel) == 0x000020, "Wrong size on SBZLevelLibrary_GetAllActorsOfClassInLevel"); \ +static_assert(offsetof(SBZLevelLibrary_GetAllActorsOfClassInLevel, Level) == 0x000000, "Member 'SBZLevelLibrary_GetAllActorsOfClassInLevel::Level' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelLibrary_GetAllActorsOfClassInLevel, ActorClass) == 0x000008, "Member 'SBZLevelLibrary_GetAllActorsOfClassInLevel::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelLibrary_GetAllActorsOfClassInLevel, OutActors) == 0x000010, "Member 'SBZLevelLibrary_GetAllActorsOfClassInLevel::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelLibrary_GetLevel \ +static_assert(alignof(SBZLevelLibrary_GetLevel) == 0x000008, "Wrong alignment on SBZLevelLibrary_GetLevel"); \ +static_assert(sizeof(SBZLevelLibrary_GetLevel) == 0x000010, "Wrong size on SBZLevelLibrary_GetLevel"); \ +static_assert(offsetof(SBZLevelLibrary_GetLevel, InActor) == 0x000000, "Member 'SBZLevelLibrary_GetLevel::InActor' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelLibrary_GetLevel, ReturnValue) == 0x000008, "Member 'SBZLevelLibrary_GetLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLevelLibrary \ +static_assert(alignof(USBZLevelLibrary) == 0x000008, "Wrong alignment on USBZLevelLibrary"); \ +static_assert(sizeof(USBZLevelLibrary) == 0x000030, "Wrong size on USBZLevelLibrary"); \ + +#define DUMPER7_ASSERTS_SBZSecurityRoom_OnCameraDestroyed \ +static_assert(alignof(SBZSecurityRoom_OnCameraDestroyed) == 0x000008, "Wrong alignment on SBZSecurityRoom_OnCameraDestroyed"); \ +static_assert(sizeof(SBZSecurityRoom_OnCameraDestroyed) == 0x000008, "Wrong size on SBZSecurityRoom_OnCameraDestroyed"); \ +static_assert(offsetof(SBZSecurityRoom_OnCameraDestroyed, DestroyedActor) == 0x000000, "Member 'SBZSecurityRoom_OnCameraDestroyed::DestroyedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityRoom_OnPlayableLevelInitialized \ +static_assert(alignof(SBZSecurityRoom_OnPlayableLevelInitialized) == 0x000008, "Wrong alignment on SBZSecurityRoom_OnPlayableLevelInitialized"); \ +static_assert(sizeof(SBZSecurityRoom_OnPlayableLevelInitialized) == 0x000008, "Wrong size on SBZSecurityRoom_OnPlayableLevelInitialized"); \ +static_assert(offsetof(SBZSecurityRoom_OnPlayableLevelInitialized, World) == 0x000000, "Member 'SBZSecurityRoom_OnPlayableLevelInitialized::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZSecurityRoom \ +static_assert(alignof(ASBZSecurityRoom) == 0x000008, "Wrong alignment on ASBZSecurityRoom"); \ +static_assert(sizeof(ASBZSecurityRoom) == 0x0003B8, "Wrong size on ASBZSecurityRoom"); \ +static_assert(offsetof(ASBZSecurityRoom, ShadeCameraDownVO) == 0x000378, "Member 'ASBZSecurityRoom::ShadeCameraDownVO' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityRoom, ShadeCameraUpVO) == 0x000380, "Member 'ASBZSecurityRoom::ShadeCameraUpVO' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityRoom, SecurityCameras) == 0x000388, "Member 'ASBZSecurityRoom::SecurityCameras' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityRoom, GuardRoomSpawner) == 0x000398, "Member 'ASBZSecurityRoom::GuardRoomSpawner' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityRoom, FocusActor) == 0x0003A0, "Member 'ASBZSecurityRoom::FocusActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTService_DisperseCrowd \ +static_assert(alignof(USBZBTService_DisperseCrowd) == 0x000008, "Wrong alignment on USBZBTService_DisperseCrowd"); \ +static_assert(sizeof(USBZBTService_DisperseCrowd) == 0x0000D0, "Wrong size on USBZBTService_DisperseCrowd"); \ +static_assert(offsetof(USBZBTService_DisperseCrowd, MaxCrowdSize) == 0x000078, "Member 'USBZBTService_DisperseCrowd::MaxCrowdSize' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_DisperseCrowd, EQSRequest) == 0x000080, "Member 'USBZBTService_DisperseCrowd::EQSRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZBTService_DozerCharge_OnMontageEnded \ +static_assert(alignof(SBZBTService_DozerCharge_OnMontageEnded) == 0x000008, "Wrong alignment on SBZBTService_DozerCharge_OnMontageEnded"); \ +static_assert(sizeof(SBZBTService_DozerCharge_OnMontageEnded) == 0x000010, "Wrong size on SBZBTService_DozerCharge_OnMontageEnded"); \ +static_assert(offsetof(SBZBTService_DozerCharge_OnMontageEnded, Montage) == 0x000000, "Member 'SBZBTService_DozerCharge_OnMontageEnded::Montage' has a wrong offset!"); \ +static_assert(offsetof(SBZBTService_DozerCharge_OnMontageEnded, bIsInterrupted) == 0x000008, "Member 'SBZBTService_DozerCharge_OnMontageEnded::bIsInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTService_DozerCharge \ +static_assert(alignof(USBZBTService_DozerCharge) == 0x000008, "Wrong alignment on USBZBTService_DozerCharge"); \ +static_assert(sizeof(USBZBTService_DozerCharge) == 0x0000D0, "Wrong size on USBZBTService_DozerCharge"); \ +static_assert(offsetof(USBZBTService_DozerCharge, ExtraChargeDistance) == 0x000078, "Member 'USBZBTService_DozerCharge::ExtraChargeDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_DozerCharge, CheckForHitTickRate) == 0x00007C, "Member 'USBZBTService_DozerCharge::CheckForHitTickRate' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_DozerCharge, ChargeComment) == 0x000080, "Member 'USBZBTService_DozerCharge::ChargeComment' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_DozerCharge, HurtReactionWeightOnAI) == 0x000088, "Member 'USBZBTService_DozerCharge::HurtReactionWeightOnAI' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_DozerCharge, AIController) == 0x000090, "Member 'USBZBTService_DozerCharge::AIController' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_DozerCharge, CurrentMontage) == 0x000098, "Member 'USBZBTService_DozerCharge::CurrentMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTService_GenerateRelocations \ +static_assert(alignof(USBZBTService_GenerateRelocations) == 0x000008, "Wrong alignment on USBZBTService_GenerateRelocations"); \ +static_assert(sizeof(USBZBTService_GenerateRelocations) == 0x000078, "Wrong size on USBZBTService_GenerateRelocations"); \ + +#define DUMPER7_ASSERTS_USBZLifeActionDialogPlayer \ +static_assert(alignof(USBZLifeActionDialogPlayer) == 0x000008, "Wrong alignment on USBZLifeActionDialogPlayer"); \ +static_assert(sizeof(USBZLifeActionDialogPlayer) == 0x000050, "Wrong size on USBZLifeActionDialogPlayer"); \ +static_assert(offsetof(USBZLifeActionDialogPlayer, DialogsDataAssets) == 0x000030, "Member 'USBZLifeActionDialogPlayer::DialogsDataAssets' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionDialogPlayer, CurrentDialog) == 0x000040, "Member 'USBZLifeActionDialogPlayer::CurrentDialog' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionDialogPlayer, bOnlyOnce) == 0x000048, "Member 'USBZLifeActionDialogPlayer::bOnlyOnce' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionDialogPlayer, bRandomSelection) == 0x000049, "Member 'USBZLifeActionDialogPlayer::bRandomSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTService_Patrol \ +static_assert(alignof(USBZBTService_Patrol) == 0x000008, "Wrong alignment on USBZBTService_Patrol"); \ +static_assert(sizeof(USBZBTService_Patrol) == 0x0000A8, "Wrong size on USBZBTService_Patrol"); \ +static_assert(offsetof(USBZBTService_Patrol, PatrolPointKey) == 0x000078, "Member 'USBZBTService_Patrol::PatrolPointKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillSniperSpecSniperPocketsBase \ +static_assert(alignof(USBZSkillSniperSpecSniperPocketsBase) == 0x000008, "Wrong alignment on USBZSkillSniperSpecSniperPocketsBase"); \ +static_assert(sizeof(USBZSkillSniperSpecSniperPocketsBase) == 0x000230, "Wrong size on USBZSkillSniperSpecSniperPocketsBase"); \ + +#define DUMPER7_ASSERTS_USBZBTService_PlaceDeployable \ +static_assert(alignof(USBZBTService_PlaceDeployable) == 0x000008, "Wrong alignment on USBZBTService_PlaceDeployable"); \ +static_assert(sizeof(USBZBTService_PlaceDeployable) == 0x0000C0, "Wrong size on USBZBTService_PlaceDeployable"); \ +static_assert(offsetof(USBZBTService_PlaceDeployable, Deployables) == 0x0000A8, "Member 'USBZBTService_PlaceDeployable::Deployables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTService_ShoveNearbyEnemies \ +static_assert(alignof(USBZBTService_ShoveNearbyEnemies) == 0x000008, "Wrong alignment on USBZBTService_ShoveNearbyEnemies"); \ +static_assert(sizeof(USBZBTService_ShoveNearbyEnemies) == 0x000080, "Wrong size on USBZBTService_ShoveNearbyEnemies"); \ +static_assert(offsetof(USBZBTService_ShoveNearbyEnemies, AnimationRootMovementAdjustment) == 0x000078, "Member 'USBZBTService_ShoveNearbyEnemies::AnimationRootMovementAdjustment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTService_UpdateCriminal \ +static_assert(alignof(USBZBTService_UpdateCriminal) == 0x000008, "Wrong alignment on USBZBTService_UpdateCriminal"); \ +static_assert(sizeof(USBZBTService_UpdateCriminal) == 0x0000C0, "Wrong size on USBZBTService_UpdateCriminal"); \ +static_assert(offsetof(USBZBTService_UpdateCriminal, CurrentCriminalBBKey) == 0x000078, "Member 'USBZBTService_UpdateCriminal::CurrentCriminalBBKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTService_UpdateEnemy \ +static_assert(alignof(USBZBTService_UpdateEnemy) == 0x000008, "Wrong alignment on USBZBTService_UpdateEnemy"); \ +static_assert(sizeof(USBZBTService_UpdateEnemy) == 0x000158, "Wrong size on USBZBTService_UpdateEnemy"); \ +static_assert(offsetof(USBZBTService_UpdateEnemy, CurrentEnemyBBKey) == 0x000078, "Member 'USBZBTService_UpdateEnemy::CurrentEnemyBBKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_UpdateEnemy, EQSRequest) == 0x0000A8, "Member 'USBZBTService_UpdateEnemy::EQSRequest' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_UpdateEnemy, bRequirePerceivedHostile) == 0x0000F8, "Member 'USBZBTService_UpdateEnemy::bRequirePerceivedHostile' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_UpdateEnemy, TeamStimuliDelay) == 0x0000FC, "Member 'USBZBTService_UpdateEnemy::TeamStimuliDelay' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_UpdateEnemy, bUseDistanceTickThrottle) == 0x000100, "Member 'USBZBTService_UpdateEnemy::bUseDistanceTickThrottle' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_UpdateEnemy, TickIntervalRange) == 0x000104, "Member 'USBZBTService_UpdateEnemy::TickIntervalRange' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_UpdateEnemy, TickDistRange) == 0x000114, "Member 'USBZBTService_UpdateEnemy::TickDistRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTService_UpdateHidingPlace \ +static_assert(alignof(USBZBTService_UpdateHidingPlace) == 0x000008, "Wrong alignment on USBZBTService_UpdateHidingPlace"); \ +static_assert(sizeof(USBZBTService_UpdateHidingPlace) == 0x000100, "Wrong size on USBZBTService_UpdateHidingPlace"); \ +static_assert(offsetof(USBZBTService_UpdateHidingPlace, MinimumEnemyDistance) == 0x000078, "Member 'USBZBTService_UpdateHidingPlace::MinimumEnemyDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_UpdateHidingPlace, TargetCoverBBKey) == 0x000080, "Member 'USBZBTService_UpdateHidingPlace::TargetCoverBBKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_UpdateHidingPlace, EQSRequest) == 0x0000B0, "Member 'USBZBTService_UpdateHidingPlace::EQSRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTService_UpdatePOI \ +static_assert(alignof(USBZBTService_UpdatePOI) == 0x000008, "Wrong alignment on USBZBTService_UpdatePOI"); \ +static_assert(sizeof(USBZBTService_UpdatePOI) == 0x000078, "Wrong size on USBZBTService_UpdatePOI"); \ + +#define DUMPER7_ASSERTS_USBZBTService_UpdateShieldCover \ +static_assert(alignof(USBZBTService_UpdateShieldCover) == 0x000008, "Wrong alignment on USBZBTService_UpdateShieldCover"); \ +static_assert(sizeof(USBZBTService_UpdateShieldCover) == 0x0000E8, "Wrong size on USBZBTService_UpdateShieldCover"); \ +static_assert(offsetof(USBZBTService_UpdateShieldCover, EQSRequest) == 0x000078, "Member 'USBZBTService_UpdateShieldCover::EQSRequest' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_UpdateShieldCover, StayInCoverOrder) == 0x0000C8, "Member 'USBZBTService_UpdateShieldCover::StayInCoverOrder' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_UpdateShieldCover, LostLoSAbandonOrderTime) == 0x0000D0, "Member 'USBZBTService_UpdateShieldCover::LostLoSAbandonOrderTime' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_UpdateShieldCover, ProtectComment) == 0x0000D8, "Member 'USBZBTService_UpdateShieldCover::ProtectComment' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_UpdateShieldCover, AllowedBottleNeckSize) == 0x0000E0, "Member 'USBZBTService_UpdateShieldCover::AllowedBottleNeckSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillEnforcerQuickReload \ +static_assert(alignof(USBZSkillEnforcerQuickReload) == 0x000008, "Wrong alignment on USBZSkillEnforcerQuickReload"); \ +static_assert(sizeof(USBZSkillEnforcerQuickReload) == 0x000230, "Wrong size on USBZSkillEnforcerQuickReload"); \ + +#define DUMPER7_ASSERTS_USBZBTService_UpdateStance \ +static_assert(alignof(USBZBTService_UpdateStance) == 0x000008, "Wrong alignment on USBZBTService_UpdateStance"); \ +static_assert(sizeof(USBZBTService_UpdateStance) == 0x000078, "Wrong size on USBZBTService_UpdateStance"); \ + +#define DUMPER7_ASSERTS_USBZBTService_UpdateSuspect \ +static_assert(alignof(USBZBTService_UpdateSuspect) == 0x000008, "Wrong alignment on USBZBTService_UpdateSuspect"); \ +static_assert(sizeof(USBZBTService_UpdateSuspect) == 0x0000C0, "Wrong size on USBZBTService_UpdateSuspect"); \ +static_assert(offsetof(USBZBTService_UpdateSuspect, CurrentSuspectBBKey) == 0x000078, "Member 'USBZBTService_UpdateSuspect::CurrentSuspectBBKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTService_UpdateWard \ +static_assert(alignof(USBZBTService_UpdateWard) == 0x000008, "Wrong alignment on USBZBTService_UpdateWard"); \ +static_assert(sizeof(USBZBTService_UpdateWard) == 0x000148, "Wrong size on USBZBTService_UpdateWard"); \ +static_assert(offsetof(USBZBTService_UpdateWard, CurrentWardBBKey) == 0x000078, "Member 'USBZBTService_UpdateWard::CurrentWardBBKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_UpdateWard, EQSRequest) == 0x0000A8, "Member 'USBZBTService_UpdateWard::EQSRequest' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_UpdateWard, WardHasMovedBBKey) == 0x0000F8, "Member 'USBZBTService_UpdateWard::WardHasMovedBBKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_UpdateWard, WardUpdateDistance2D) == 0x000128, "Member 'USBZBTService_UpdateWard::WardUpdateDistance2D' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_UpdateWard, WardUpdateDistanceZ) == 0x00012C, "Member 'USBZBTService_UpdateWard::WardUpdateDistanceZ' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_UpdateWard, bIsStealthState) == 0x000130, "Member 'USBZBTService_UpdateWard::bIsStealthState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTService_WeaponSelector \ +static_assert(alignof(USBZBTService_WeaponSelector) == 0x000008, "Wrong alignment on USBZBTService_WeaponSelector"); \ +static_assert(sizeof(USBZBTService_WeaponSelector) == 0x000120, "Wrong size on USBZBTService_WeaponSelector"); \ +static_assert(offsetof(USBZBTService_WeaponSelector, EquipCooldown) == 0x000078, "Member 'USBZBTService_WeaponSelector::EquipCooldown' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_WeaponSelector, EquipBlockingTags) == 0x000080, "Member 'USBZBTService_WeaponSelector::EquipBlockingTags' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_WeaponSelector, MinFailedAttackDistance) == 0x0000A0, "Member 'USBZBTService_WeaponSelector::MinFailedAttackDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_WeaponSelector, TrackedTaskEquippableIndex) == 0x0000A4, "Member 'USBZBTService_WeaponSelector::TrackedTaskEquippableIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZBTService_WeaponSelector, WeaponDataArray) == 0x0000C0, "Member 'USBZBTService_WeaponSelector::WeaponDataArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_AirMoveTo \ +static_assert(alignof(USBZBTTask_AirMoveTo) == 0x000008, "Wrong alignment on USBZBTTask_AirMoveTo"); \ +static_assert(sizeof(USBZBTTask_AirMoveTo) == 0x000118, "Wrong size on USBZBTTask_AirMoveTo"); \ +static_assert(offsetof(USBZBTTask_AirMoveTo, MoveGoalBBKey) == 0x000078, "Member 'USBZBTTask_AirMoveTo::MoveGoalBBKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_AirMoveTo, NodesPerUpdate) == 0x0000A8, "Member 'USBZBTTask_AirMoveTo::NodesPerUpdate' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_AirMoveTo, DesiredHeightOffset) == 0x0000AC, "Member 'USBZBTTask_AirMoveTo::DesiredHeightOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_AirMoveTo, MoveGoalActorUpdateDistance) == 0x0000B0, "Member 'USBZBTTask_AirMoveTo::MoveGoalActorUpdateDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_AirMoveTo, bIsPartialPathAllowed) == 0x0000B4, "Member 'USBZBTTask_AirMoveTo::bIsPartialPathAllowed' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_AirMoveTo, bIsPartialPathUpdatingMoveToLocation) == 0x0000B5, "Member 'USBZBTTask_AirMoveTo::bIsPartialPathUpdatingMoveToLocation' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_AirMoveTo, EQSRequest) == 0x0000B8, "Member 'USBZBTTask_AirMoveTo::EQSRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillShotgunSpecPointBlankAced \ +static_assert(alignof(USBZSkillShotgunSpecPointBlankAced) == 0x000008, "Wrong alignment on USBZSkillShotgunSpecPointBlankAced"); \ +static_assert(sizeof(USBZSkillShotgunSpecPointBlankAced) == 0x000230, "Wrong size on USBZSkillShotgunSpecPointBlankAced"); \ + +#define DUMPER7_ASSERTS_USBZSentryInteractableComponent \ +static_assert(alignof(USBZSentryInteractableComponent) == 0x000008, "Wrong alignment on USBZSentryInteractableComponent"); \ +static_assert(sizeof(USBZSentryInteractableComponent) == 0x000368, "Wrong size on USBZSentryInteractableComponent"); \ +static_assert(offsetof(USBZSentryInteractableComponent, OverheatInteractionTime) == 0x000360, "Member 'USBZSentryInteractableComponent::OverheatInteractionTime' has a wrong offset!"); \ +static_assert(offsetof(USBZSentryInteractableComponent, RegularInteractionTime) == 0x000364, "Member 'USBZSentryInteractableComponent::RegularInteractionTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_AlignWithLifeAction \ +static_assert(alignof(USBZBTTask_AlignWithLifeAction) == 0x000008, "Wrong alignment on USBZBTTask_AlignWithLifeAction"); \ +static_assert(sizeof(USBZBTTask_AlignWithLifeAction) == 0x000088, "Wrong size on USBZBTTask_AlignWithLifeAction"); \ +static_assert(offsetof(USBZBTTask_AlignWithLifeAction, MaxAlignmentDuration) == 0x000078, "Member 'USBZBTTask_AlignWithLifeAction::MaxAlignmentDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_AlignWithLifeAction, WaitDurationFactor) == 0x00007C, "Member 'USBZBTTask_AlignWithLifeAction::WaitDurationFactor' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_AlignWithLifeAction, AlignmentMode) == 0x000080, "Member 'USBZBTTask_AlignWithLifeAction::AlignmentMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_AttackTarget \ +static_assert(alignof(USBZBTTask_AttackTarget) == 0x000008, "Wrong alignment on USBZBTTask_AttackTarget"); \ +static_assert(sizeof(USBZBTTask_AttackTarget) == 0x000118, "Wrong size on USBZBTTask_AttackTarget"); \ +static_assert(offsetof(USBZBTTask_AttackTarget, TargetActorBBKey) == 0x000078, "Member 'USBZBTTask_AttackTarget::TargetActorBBKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_AttackTarget, DifficultySettingsArray) == 0x0000A8, "Member 'USBZBTTask_AttackTarget::DifficultySettingsArray' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_AttackTarget, AttackTime) == 0x0000E8, "Member 'USBZBTTask_AttackTarget::AttackTime' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_AttackTarget, RandomDeviation) == 0x0000EC, "Member 'USBZBTTask_AttackTarget::RandomDeviation' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_AttackTarget, AimTime) == 0x0000F0, "Member 'USBZBTTask_AttackTarget::AimTime' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_AttackTarget, LOSLostAdditionalAimTime) == 0x0000F4, "Member 'USBZBTTask_AttackTarget::LOSLostAdditionalAimTime' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_AttackTarget, bIsContinousFire) == 0x0000F8, "Member 'USBZBTTask_AttackTarget::bIsContinousFire' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_AttackTarget, ContinuosFireWhileTagActive) == 0x0000FC, "Member 'USBZBTTask_AttackTarget::ContinuosFireWhileTagActive' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_AttackTarget, bShouldStopTelegraphOnAimingDone) == 0x000108, "Member 'USBZBTTask_AttackTarget::bShouldStopTelegraphOnAimingDone' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_AttackTarget, AimTimeModifierTag) == 0x00010C, "Member 'USBZBTTask_AttackTarget::AimTimeModifierTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillEngineerShieldedTurretBase \ +static_assert(alignof(USBZSkillEngineerShieldedTurretBase) == 0x000008, "Wrong alignment on USBZSkillEngineerShieldedTurretBase"); \ +static_assert(sizeof(USBZSkillEngineerShieldedTurretBase) == 0x000230, "Wrong size on USBZSkillEngineerShieldedTurretBase"); \ + +#define DUMPER7_ASSERTS_USBZReplayFilePlayer \ +static_assert(alignof(USBZReplayFilePlayer) == 0x000008, "Wrong alignment on USBZReplayFilePlayer"); \ +static_assert(sizeof(USBZReplayFilePlayer) == 0x000148, "Wrong size on USBZReplayFilePlayer"); \ +static_assert(offsetof(USBZReplayFilePlayer, GameInstance) == 0x0000A8, "Member 'USBZReplayFilePlayer::GameInstance' has a wrong offset!"); \ +static_assert(offsetof(USBZReplayFilePlayer, ReplayNetDriver) == 0x0000B0, "Member 'USBZReplayFilePlayer::ReplayNetDriver' has a wrong offset!"); \ +static_assert(offsetof(USBZReplayFilePlayer, ReplayPlayerController) == 0x0000B8, "Member 'USBZReplayFilePlayer::ReplayPlayerController' has a wrong offset!"); \ +static_assert(offsetof(USBZReplayFilePlayer, ReplayEvents) == 0x0000C0, "Member 'USBZReplayFilePlayer::ReplayEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_BecomeAlert \ +static_assert(alignof(USBZBTTask_BecomeAlert) == 0x000008, "Wrong alignment on USBZBTTask_BecomeAlert"); \ +static_assert(sizeof(USBZBTTask_BecomeAlert) == 0x000080, "Wrong size on USBZBTTask_BecomeAlert"); \ +static_assert(offsetof(USBZBTTask_BecomeAlert, Reason) == 0x000078, "Member 'USBZBTTask_BecomeAlert::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_CancelAbility \ +static_assert(alignof(USBZBTTask_CancelAbility) == 0x000008, "Wrong alignment on USBZBTTask_CancelAbility"); \ +static_assert(sizeof(USBZBTTask_CancelAbility) == 0x000080, "Wrong size on USBZBTTask_CancelAbility"); \ +static_assert(offsetof(USBZBTTask_CancelAbility, AbilityInput) == 0x000078, "Member 'USBZBTTask_CancelAbility::AbilityInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_CompleteAIObjective \ +static_assert(alignof(USBZBTTask_CompleteAIObjective) == 0x000008, "Wrong alignment on USBZBTTask_CompleteAIObjective"); \ +static_assert(sizeof(USBZBTTask_CompleteAIObjective) == 0x0000C8, "Wrong size on USBZBTTask_CompleteAIObjective"); \ +static_assert(offsetof(USBZBTTask_CompleteAIObjective, InteractOrders) == 0x000078, "Member 'USBZBTTask_CompleteAIObjective::InteractOrders' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_CompleteAIObjective, TargetObjectiveBBKey) == 0x000098, "Member 'USBZBTTask_CompleteAIObjective::TargetObjectiveBBKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_CoverInFear \ +static_assert(alignof(USBZBTTask_CoverInFear) == 0x000008, "Wrong alignment on USBZBTTask_CoverInFear"); \ +static_assert(sizeof(USBZBTTask_CoverInFear) == 0x0000C8, "Wrong size on USBZBTTask_CoverInFear"); \ +static_assert(offsetof(USBZBTTask_CoverInFear, MaxDistFromEnemyToReact) == 0x000078, "Member 'USBZBTTask_CoverInFear::MaxDistFromEnemyToReact' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_CoverInFear, ReactionTimeInterval) == 0x00007C, "Member 'USBZBTTask_CoverInFear::ReactionTimeInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_CoverInFear, UnderFireReactionTimeInterval) == 0x000084, "Member 'USBZBTTask_CoverInFear::UnderFireReactionTimeInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_CoverInFear, ReactDurationInterval) == 0x00008C, "Member 'USBZBTTask_CoverInFear::ReactDurationInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_CoverInFear, DistFromEnemyToForceCrouch) == 0x000094, "Member 'USBZBTTask_CoverInFear::DistFromEnemyToForceCrouch' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_CoverInFear, CrouchBySoundRadius) == 0x000098, "Member 'USBZBTTask_CoverInFear::CrouchBySoundRadius' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_CoverInFear, CrouchBySoundTags) == 0x0000A0, "Member 'USBZBTTask_CoverInFear::CrouchBySoundTags' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_CoverInFear, BulletDetectionRadius) == 0x0000C0, "Member 'USBZBTTask_CoverInFear::BulletDetectionRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_AgilityRappel \ +static_assert(alignof(USBZNavArea_AgilityRappel) == 0x000008, "Wrong alignment on USBZNavArea_AgilityRappel"); \ +static_assert(sizeof(USBZNavArea_AgilityRappel) == 0x000050, "Wrong size on USBZNavArea_AgilityRappel"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_DroneDespawn \ +static_assert(alignof(USBZBTTask_DroneDespawn) == 0x000008, "Wrong alignment on USBZBTTask_DroneDespawn"); \ +static_assert(sizeof(USBZBTTask_DroneDespawn) == 0x000120, "Wrong size on USBZBTTask_DroneDespawn"); \ +static_assert(offsetof(USBZBTTask_DroneDespawn, DespawnSplineMaxDist) == 0x000118, "Member 'USBZBTTask_DroneDespawn::DespawnSplineMaxDist' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillEngineerTargetedFire \ +static_assert(alignof(USBZSkillEngineerTargetedFire) == 0x000008, "Wrong alignment on USBZSkillEngineerTargetedFire"); \ +static_assert(sizeof(USBZSkillEngineerTargetedFire) == 0x000230, "Wrong size on USBZSkillEngineerTargetedFire"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_DroneDropBag \ +static_assert(alignof(USBZBTTask_DroneDropBag) == 0x000008, "Wrong alignment on USBZBTTask_DroneDropBag"); \ +static_assert(sizeof(USBZBTTask_DroneDropBag) == 0x0000B0, "Wrong size on USBZBTTask_DroneDropBag"); \ +static_assert(offsetof(USBZBTTask_DroneDropBag, bIsLOSRequired) == 0x000078, "Member 'USBZBTTask_DroneDropBag::bIsLOSRequired' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_DroneDropBag, TargetBlackboardKey) == 0x000080, "Member 'USBZBTTask_DroneDropBag::TargetBlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_DroneFindDespawn \ +static_assert(alignof(USBZBTTask_DroneFindDespawn) == 0x000008, "Wrong alignment on USBZBTTask_DroneFindDespawn"); \ +static_assert(sizeof(USBZBTTask_DroneFindDespawn) == 0x000078, "Wrong size on USBZBTTask_DroneFindDespawn"); \ + +#define DUMPER7_ASSERTS_USBZReactionDataComponent \ +static_assert(alignof(USBZReactionDataComponent) == 0x000008, "Wrong alignment on USBZReactionDataComponent"); \ +static_assert(sizeof(USBZReactionDataComponent) == 0x0000C8, "Wrong size on USBZReactionDataComponent"); \ +static_assert(offsetof(USBZReactionDataComponent, Reaction) == 0x0000C0, "Member 'USBZReactionDataComponent::Reaction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_Evade \ +static_assert(alignof(USBZBTTask_Evade) == 0x000008, "Wrong alignment on USBZBTTask_Evade"); \ +static_assert(sizeof(USBZBTTask_Evade) == 0x000098, "Wrong size on USBZBTTask_Evade"); \ +static_assert(offsetof(USBZBTTask_Evade, FilterClass) == 0x000078, "Member 'USBZBTTask_Evade::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_Evade, NeededTimeSinceFireToEvade) == 0x000080, "Member 'USBZBTTask_Evade::NeededTimeSinceFireToEvade' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_Evade, FastEvadeCoolDown) == 0x000084, "Member 'USBZBTTask_Evade::FastEvadeCoolDown' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_Evade, SlowEvadeCoolDown) == 0x000088, "Member 'USBZBTTask_Evade::SlowEvadeCoolDown' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_Evade, MinFireDist) == 0x00008C, "Member 'USBZBTTask_Evade::MinFireDist' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_Evade, MinSlowEvadeDist) == 0x000090, "Member 'USBZBTTask_Evade::MinSlowEvadeDist' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_Evade, MinFastEvadeDist) == 0x000094, "Member 'USBZBTTask_Evade::MinFastEvadeDist' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillHackerHackerAced \ +static_assert(alignof(USBZSkillHackerHackerAced) == 0x000008, "Wrong alignment on USBZSkillHackerHackerAced"); \ +static_assert(sizeof(USBZSkillHackerHackerAced) == 0x000230, "Wrong size on USBZSkillHackerHackerAced"); \ + +#define DUMPER7_ASSERTS_USBZMeleeDamageData \ +static_assert(alignof(USBZMeleeDamageData) == 0x000008, "Wrong alignment on USBZMeleeDamageData"); \ +static_assert(sizeof(USBZMeleeDamageData) == 0x0000A0, "Wrong size on USBZMeleeDamageData"); \ +static_assert(offsetof(USBZMeleeDamageData, DamageTypeClass) == 0x000040, "Member 'USBZMeleeDamageData::DamageTypeClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMeleeDamageData, DamageGameplayEffectClass) == 0x000048, "Member 'USBZMeleeDamageData::DamageGameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMeleeDamageData, HurtReactionWeightModifier) == 0x000050, "Member 'USBZMeleeDamageData::HurtReactionWeightModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZMeleeDamageData, OverHealDamageMultiplier) == 0x000054, "Member 'USBZMeleeDamageData::OverHealDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZMeleeDamageData, ArmorPenetration) == 0x000058, "Member 'USBZMeleeDamageData::ArmorPenetration' has a wrong offset!"); \ +static_assert(offsetof(USBZMeleeDamageData, PrimaryDamageWeight) == 0x00005C, "Member 'USBZMeleeDamageData::PrimaryDamageWeight' has a wrong offset!"); \ +static_assert(offsetof(USBZMeleeDamageData, SecondaryDamageWeight) == 0x00005D, "Member 'USBZMeleeDamageData::SecondaryDamageWeight' has a wrong offset!"); \ +static_assert(offsetof(USBZMeleeDamageData, DamageWeightModifier) == 0x000060, "Member 'USBZMeleeDamageData::DamageWeightModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZMeleeDamageData, Cooldown) == 0x000064, "Member 'USBZMeleeDamageData::Cooldown' has a wrong offset!"); \ +static_assert(offsetof(USBZMeleeDamageData, MaximumAngleDifference) == 0x000068, "Member 'USBZMeleeDamageData::MaximumAngleDifference' has a wrong offset!"); \ +static_assert(offsetof(USBZMeleeDamageData, MeleeEvent) == 0x000070, "Member 'USBZMeleeDamageData::MeleeEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZMeleeDamageData, ImpactType) == 0x000078, "Member 'USBZMeleeDamageData::ImpactType' has a wrong offset!"); \ +static_assert(offsetof(USBZMeleeDamageData, AttackCategory) == 0x000079, "Member 'USBZMeleeDamageData::AttackCategory' has a wrong offset!"); \ +static_assert(offsetof(USBZMeleeDamageData, ImpactConfigType) == 0x00007A, "Member 'USBZMeleeDamageData::ImpactConfigType' has a wrong offset!"); \ +static_assert(offsetof(USBZMeleeDamageData, Duration) == 0x00007C, "Member 'USBZMeleeDamageData::Duration' has a wrong offset!"); \ +static_assert(offsetof(USBZMeleeDamageData, HitBoxData) == 0x000080, "Member 'USBZMeleeDamageData::HitBoxData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_FindLifeActionWithTag \ +static_assert(alignof(USBZBTTask_FindLifeActionWithTag) == 0x000008, "Wrong alignment on USBZBTTask_FindLifeActionWithTag"); \ +static_assert(sizeof(USBZBTTask_FindLifeActionWithTag) == 0x0000A8, "Wrong size on USBZBTTask_FindLifeActionWithTag"); \ +static_assert(offsetof(USBZBTTask_FindLifeActionWithTag, UtilityScore) == 0x000078, "Member 'USBZBTTask_FindLifeActionWithTag::UtilityScore' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_FindLifeActionWithTag, bIsPersistant) == 0x00007C, "Member 'USBZBTTask_FindLifeActionWithTag::bIsPersistant' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_FindLifeActionWithTag, CompatibleStances) == 0x000080, "Member 'USBZBTTask_FindLifeActionWithTag::CompatibleStances' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_FindLifeActionWithTag, AllowedHeistStates) == 0x000084, "Member 'USBZBTTask_FindLifeActionWithTag::AllowedHeistStates' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_FindLifeActionWithTag, Behavior) == 0x000088, "Member 'USBZBTTask_FindLifeActionWithTag::Behavior' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_FindLifeActionWithTag, LifeActionTagToFind) == 0x000090, "Member 'USBZBTTask_FindLifeActionWithTag::LifeActionTagToFind' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_FindLifeActionWithTag, LifeActionAffinityData) == 0x0000A0, "Member 'USBZBTTask_FindLifeActionWithTag::LifeActionAffinityData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_AgilityGrapplingHook \ +static_assert(alignof(USBZNavArea_AgilityGrapplingHook) == 0x000008, "Wrong alignment on USBZNavArea_AgilityGrapplingHook"); \ +static_assert(sizeof(USBZNavArea_AgilityGrapplingHook) == 0x000050, "Wrong size on USBZNavArea_AgilityGrapplingHook"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_GetClosestPosition \ +static_assert(alignof(USBZBTTask_GetClosestPosition) == 0x000008, "Wrong alignment on USBZBTTask_GetClosestPosition"); \ +static_assert(sizeof(USBZBTTask_GetClosestPosition) == 0x0000F0, "Wrong size on USBZBTTask_GetClosestPosition"); \ +static_assert(offsetof(USBZBTTask_GetClosestPosition, TargetActor) == 0x000078, "Member 'USBZBTTask_GetClosestPosition::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_GetClosestPosition, MoveToLocation) == 0x0000A8, "Member 'USBZBTTask_GetClosestPosition::MoveToLocation' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_GetClosestPosition, FilterClass) == 0x0000D8, "Member 'USBZBTTask_GetClosestPosition::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_GetClosestPosition, ProjectionExtent) == 0x0000E0, "Member 'USBZBTTask_GetClosestPosition::ProjectionExtent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_GetRelocatePosition \ +static_assert(alignof(USBZBTTask_GetRelocatePosition) == 0x000008, "Wrong alignment on USBZBTTask_GetRelocatePosition"); \ +static_assert(sizeof(USBZBTTask_GetRelocatePosition) == 0x0000A8, "Wrong size on USBZBTTask_GetRelocatePosition"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_InformPolice \ +static_assert(alignof(USBZBTTask_InformPolice) == 0x000008, "Wrong alignment on USBZBTTask_InformPolice"); \ +static_assert(sizeof(USBZBTTask_InformPolice) == 0x0000B0, "Wrong size on USBZBTTask_InformPolice"); \ +static_assert(offsetof(USBZBTTask_InformPolice, NoiseMaxRange) == 0x0000A8, "Member 'USBZBTTask_InformPolice::NoiseMaxRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIInteractHandler_OnInteractionCompleted \ +static_assert(alignof(SBZAIInteractHandler_OnInteractionCompleted) == 0x000008, "Wrong alignment on SBZAIInteractHandler_OnInteractionCompleted"); \ +static_assert(sizeof(SBZAIInteractHandler_OnInteractionCompleted) == 0x000018, "Wrong size on SBZAIInteractHandler_OnInteractionCompleted"); \ +static_assert(offsetof(SBZAIInteractHandler_OnInteractionCompleted, InInteractable) == 0x000000, "Member 'SBZAIInteractHandler_OnInteractionCompleted::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZAIInteractHandler_OnInteractionCompleted, InInteractor) == 0x000008, "Member 'SBZAIInteractHandler_OnInteractionCompleted::InInteractor' has a wrong offset!"); \ +static_assert(offsetof(SBZAIInteractHandler_OnInteractionCompleted, bIsLocallyControlled) == 0x000010, "Member 'SBZAIInteractHandler_OnInteractionCompleted::bIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZAIInteractHandler_OnInteractionStarted \ +static_assert(alignof(SBZAIInteractHandler_OnInteractionStarted) == 0x000008, "Wrong alignment on SBZAIInteractHandler_OnInteractionStarted"); \ +static_assert(sizeof(SBZAIInteractHandler_OnInteractionStarted) == 0x000018, "Wrong size on SBZAIInteractHandler_OnInteractionStarted"); \ +static_assert(offsetof(SBZAIInteractHandler_OnInteractionStarted, InInteractable) == 0x000000, "Member 'SBZAIInteractHandler_OnInteractionStarted::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZAIInteractHandler_OnInteractionStarted, InInteractor) == 0x000008, "Member 'SBZAIInteractHandler_OnInteractionStarted::InInteractor' has a wrong offset!"); \ +static_assert(offsetof(SBZAIInteractHandler_OnInteractionStarted, bInIsLocallyControlled) == 0x000010, "Member 'SBZAIInteractHandler_OnInteractionStarted::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIInteractHandler \ +static_assert(alignof(USBZAIInteractHandler) == 0x000008, "Wrong alignment on USBZAIInteractHandler"); \ +static_assert(sizeof(USBZAIInteractHandler) == 0x000048, "Wrong size on USBZAIInteractHandler"); \ +static_assert(offsetof(USBZAIInteractHandler, Interactable) == 0x000030, "Member 'USBZAIInteractHandler::Interactable' has a wrong offset!"); \ +static_assert(offsetof(USBZAIInteractHandler, Interactor) == 0x000038, "Member 'USBZAIInteractHandler::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillHackerHacker \ +static_assert(alignof(USBZSkillHackerHacker) == 0x000008, "Wrong alignment on USBZSkillHackerHacker"); \ +static_assert(sizeof(USBZSkillHackerHacker) == 0x000230, "Wrong size on USBZSkillHackerHacker"); \ + +#define DUMPER7_ASSERTS_USBZSkillAmmoSpecHighQualityBagBase \ +static_assert(alignof(USBZSkillAmmoSpecHighQualityBagBase) == 0x000008, "Wrong alignment on USBZSkillAmmoSpecHighQualityBagBase"); \ +static_assert(sizeof(USBZSkillAmmoSpecHighQualityBagBase) == 0x000230, "Wrong size on USBZSkillAmmoSpecHighQualityBagBase"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_LifeActionSetReady \ +static_assert(alignof(USBZBTTask_LifeActionSetReady) == 0x000008, "Wrong alignment on USBZBTTask_LifeActionSetReady"); \ +static_assert(sizeof(USBZBTTask_LifeActionSetReady) == 0x000078, "Wrong size on USBZBTTask_LifeActionSetReady"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_LifeActionWaitForCompletion \ +static_assert(alignof(USBZBTTask_LifeActionWaitForCompletion) == 0x000008, "Wrong alignment on USBZBTTask_LifeActionWaitForCompletion"); \ +static_assert(sizeof(USBZBTTask_LifeActionWaitForCompletion) == 0x000078, "Wrong size on USBZBTTask_LifeActionWaitForCompletion"); \ + +#define DUMPER7_ASSERTS_USBZLocalPlayer \ +static_assert(alignof(USBZLocalPlayer) == 0x000008, "Wrong alignment on USBZLocalPlayer"); \ +static_assert(sizeof(USBZLocalPlayer) == 0x000270, "Wrong size on USBZLocalPlayer"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_LifeActionWaitForExit \ +static_assert(alignof(USBZBTTask_LifeActionWaitForExit) == 0x000008, "Wrong alignment on USBZBTTask_LifeActionWaitForExit"); \ +static_assert(sizeof(USBZBTTask_LifeActionWaitForExit) == 0x000078, "Wrong size on USBZBTTask_LifeActionWaitForExit"); \ + +#define DUMPER7_ASSERTS_USBZSkillFlashbangExtraFlashbangsAced \ +static_assert(alignof(USBZSkillFlashbangExtraFlashbangsAced) == 0x000008, "Wrong alignment on USBZSkillFlashbangExtraFlashbangsAced"); \ +static_assert(sizeof(USBZSkillFlashbangExtraFlashbangsAced) == 0x000230, "Wrong size on USBZSkillFlashbangExtraFlashbangsAced"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_LifeActionWaitForStart \ +static_assert(alignof(USBZBTTask_LifeActionWaitForStart) == 0x000008, "Wrong alignment on USBZBTTask_LifeActionWaitForStart"); \ +static_assert(sizeof(USBZBTTask_LifeActionWaitForStart) == 0x000078, "Wrong size on USBZBTTask_LifeActionWaitForStart"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_MarkAsCriminal \ +static_assert(alignof(USBZBTTask_MarkAsCriminal) == 0x000008, "Wrong alignment on USBZBTTask_MarkAsCriminal"); \ +static_assert(sizeof(USBZBTTask_MarkAsCriminal) == 0x0000B0, "Wrong size on USBZBTTask_MarkAsCriminal"); \ +static_assert(offsetof(USBZBTTask_MarkAsCriminal, SuspectKey) == 0x000078, "Member 'USBZBTTask_MarkAsCriminal::SuspectKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_MarkAsCriminal, bSuspectCrimeStatus) == 0x0000A8, "Member 'USBZBTTask_MarkAsCriminal::bSuspectCrimeStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_MoveTo \ +static_assert(alignof(USBZBTTask_MoveTo) == 0x000008, "Wrong alignment on USBZBTTask_MoveTo"); \ +static_assert(sizeof(USBZBTTask_MoveTo) == 0x000148, "Wrong size on USBZBTTask_MoveTo"); \ +static_assert(offsetof(USBZBTTask_MoveTo, TimeMovedKey) == 0x0000D0, "Member 'USBZBTTask_MoveTo::TimeMovedKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_MoveTo, bAutoUncrouch) == 0x000100, "Member 'USBZBTTask_MoveTo::bAutoUncrouch' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_MoveTo, bAutoRun) == 0x000101, "Member 'USBZBTTask_MoveTo::bAutoRun' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_MoveTo, UncrouchDist) == 0x000104, "Member 'USBZBTTask_MoveTo::UncrouchDist' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_MoveTo, RunDist) == 0x000108, "Member 'USBZBTTask_MoveTo::RunDist' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_MoveTo, bOverrideCanRunWhileFocusing) == 0x00010C, "Member 'USBZBTTask_MoveTo::bOverrideCanRunWhileFocusing' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_MoveTo, MovementThreshold) == 0x000110, "Member 'USBZBTTask_MoveTo::MovementThreshold' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_MoveTo, PathObservationTickInterval) == 0x000114, "Member 'USBZBTTask_MoveTo::PathObservationTickInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_MoveTo, PathObservationDistance) == 0x00011C, "Member 'USBZBTTask_MoveTo::PathObservationDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_MoveTo, PathObservationTetherDistance) == 0x000124, "Member 'USBZBTTask_MoveTo::PathObservationTetherDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_MoveTo, bOffsetPathFromCorners) == 0x00012C, "Member 'USBZBTTask_MoveTo::bOffsetPathFromCorners' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_MoveTo, PathOffset) == 0x000130, "Member 'USBZBTTask_MoveTo::PathOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_MoveTo, PartialPathMaxRange) == 0x000138, "Member 'USBZBTTask_MoveTo::PartialPathMaxRange' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_MoveTo, bCheckPathEndToGoalHeight) == 0x00013C, "Member 'USBZBTTask_MoveTo::bCheckPathEndToGoalHeight' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_MoveTo, MaxPathEndToGoalHeightDistance) == 0x000140, "Member 'USBZBTTask_MoveTo::MaxPathEndToGoalHeightDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIInteractBreakGlassHandler \ +static_assert(alignof(USBZAIInteractBreakGlassHandler) == 0x000008, "Wrong alignment on USBZAIInteractBreakGlassHandler"); \ +static_assert(sizeof(USBZAIInteractBreakGlassHandler) == 0x000048, "Wrong size on USBZAIInteractBreakGlassHandler"); \ + +#define DUMPER7_ASSERTS_ASBZReplayGameMode \ +static_assert(alignof(ASBZReplayGameMode) == 0x000008, "Wrong alignment on ASBZReplayGameMode"); \ +static_assert(sizeof(ASBZReplayGameMode) == 0x000348, "Wrong size on ASBZReplayGameMode"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_ObjectiveInteractionBreakGlass \ +static_assert(alignof(USBZBTTask_ObjectiveInteractionBreakGlass) == 0x000008, "Wrong alignment on USBZBTTask_ObjectiveInteractionBreakGlass"); \ +static_assert(sizeof(USBZBTTask_ObjectiveInteractionBreakGlass) == 0x0000A8, "Wrong size on USBZBTTask_ObjectiveInteractionBreakGlass"); \ + +#define DUMPER7_ASSERTS_USBZAIInteractCutGlassHandler \ +static_assert(alignof(USBZAIInteractCutGlassHandler) == 0x000008, "Wrong alignment on USBZAIInteractCutGlassHandler"); \ +static_assert(sizeof(USBZAIInteractCutGlassHandler) == 0x000048, "Wrong size on USBZAIInteractCutGlassHandler"); \ +static_assert(offsetof(USBZAIInteractCutGlassHandler, Interactable) == 0x000030, "Member 'USBZAIInteractCutGlassHandler::Interactable' has a wrong offset!"); \ +static_assert(offsetof(USBZAIInteractCutGlassHandler, Interactor) == 0x000038, "Member 'USBZAIInteractCutGlassHandler::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_ObjectiveInteractionDirect \ +static_assert(alignof(USBZBTTask_ObjectiveInteractionDirect) == 0x000008, "Wrong alignment on USBZBTTask_ObjectiveInteractionDirect"); \ +static_assert(sizeof(USBZBTTask_ObjectiveInteractionDirect) == 0x0000A8, "Wrong size on USBZBTTask_ObjectiveInteractionDirect"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_ObjectiveInteractionMoveToAndWait \ +static_assert(alignof(USBZBTTask_ObjectiveInteractionMoveToAndWait) == 0x000008, "Wrong alignment on USBZBTTask_ObjectiveInteractionMoveToAndWait"); \ +static_assert(sizeof(USBZBTTask_ObjectiveInteractionMoveToAndWait) == 0x0000A8, "Wrong size on USBZBTTask_ObjectiveInteractionMoveToAndWait"); \ + +#define DUMPER7_ASSERTS_SBZGameEventBroker_PostOnAICrewDefeatStateChanged \ +static_assert(alignof(SBZGameEventBroker_PostOnAICrewDefeatStateChanged) == 0x000008, "Wrong alignment on SBZGameEventBroker_PostOnAICrewDefeatStateChanged"); \ +static_assert(sizeof(SBZGameEventBroker_PostOnAICrewDefeatStateChanged) == 0x000010, "Wrong size on SBZGameEventBroker_PostOnAICrewDefeatStateChanged"); \ +static_assert(offsetof(SBZGameEventBroker_PostOnAICrewDefeatStateChanged, InData) == 0x000000, "Member 'SBZGameEventBroker_PostOnAICrewDefeatStateChanged::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameEventBroker_PostOnCrewAIChatMessageReceived \ +static_assert(alignof(SBZGameEventBroker_PostOnCrewAIChatMessageReceived) == 0x000008, "Wrong alignment on SBZGameEventBroker_PostOnCrewAIChatMessageReceived"); \ +static_assert(sizeof(SBZGameEventBroker_PostOnCrewAIChatMessageReceived) == 0x000018, "Wrong size on SBZGameEventBroker_PostOnCrewAIChatMessageReceived"); \ +static_assert(offsetof(SBZGameEventBroker_PostOnCrewAIChatMessageReceived, ChatEventData) == 0x000000, "Member 'SBZGameEventBroker_PostOnCrewAIChatMessageReceived::ChatEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameEventBroker_PostOnPlayerChatMessageRecieved \ +static_assert(alignof(SBZGameEventBroker_PostOnPlayerChatMessageRecieved) == 0x000008, "Wrong alignment on SBZGameEventBroker_PostOnPlayerChatMessageRecieved"); \ +static_assert(sizeof(SBZGameEventBroker_PostOnPlayerChatMessageRecieved) == 0x000018, "Wrong size on SBZGameEventBroker_PostOnPlayerChatMessageRecieved"); \ +static_assert(offsetof(SBZGameEventBroker_PostOnPlayerChatMessageRecieved, ChatEventData) == 0x000000, "Member 'SBZGameEventBroker_PostOnPlayerChatMessageRecieved::ChatEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameEventBroker_PostOnPlayerDefeatStateChanged \ +static_assert(alignof(SBZGameEventBroker_PostOnPlayerDefeatStateChanged) == 0x000008, "Wrong alignment on SBZGameEventBroker_PostOnPlayerDefeatStateChanged"); \ +static_assert(sizeof(SBZGameEventBroker_PostOnPlayerDefeatStateChanged) == 0x000010, "Wrong size on SBZGameEventBroker_PostOnPlayerDefeatStateChanged"); \ +static_assert(offsetof(SBZGameEventBroker_PostOnPlayerDefeatStateChanged, InData) == 0x000000, "Member 'SBZGameEventBroker_PostOnPlayerDefeatStateChanged::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameEventBroker_PostOnSystemChatMessageReceived \ +static_assert(alignof(SBZGameEventBroker_PostOnSystemChatMessageReceived) == 0x000008, "Wrong alignment on SBZGameEventBroker_PostOnSystemChatMessageReceived"); \ +static_assert(sizeof(SBZGameEventBroker_PostOnSystemChatMessageReceived) == 0x000010, "Wrong size on SBZGameEventBroker_PostOnSystemChatMessageReceived"); \ +static_assert(offsetof(SBZGameEventBroker_PostOnSystemChatMessageReceived, ChatEventData) == 0x000000, "Member 'SBZGameEventBroker_PostOnSystemChatMessageReceived::ChatEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameEventBroker_SendCallMessage \ +static_assert(alignof(SBZGameEventBroker_SendCallMessage) == 0x000008, "Wrong alignment on SBZGameEventBroker_SendCallMessage"); \ +static_assert(sizeof(SBZGameEventBroker_SendCallMessage) == 0x000010, "Wrong size on SBZGameEventBroker_SendCallMessage"); \ +static_assert(offsetof(SBZGameEventBroker_SendCallMessage, CallEventData) == 0x000000, "Member 'SBZGameEventBroker_SendCallMessage::CallEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameEventBroker_SendChatMessage \ +static_assert(alignof(SBZGameEventBroker_SendChatMessage) == 0x000008, "Wrong alignment on SBZGameEventBroker_SendChatMessage"); \ +static_assert(sizeof(SBZGameEventBroker_SendChatMessage) == 0x000018, "Wrong size on SBZGameEventBroker_SendChatMessage"); \ +static_assert(offsetof(SBZGameEventBroker_SendChatMessage, ChatEventData) == 0x000000, "Member 'SBZGameEventBroker_SendChatMessage::ChatEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGameEventBroker \ +static_assert(alignof(USBZGameEventBroker) == 0x000008, "Wrong alignment on USBZGameEventBroker"); \ +static_assert(sizeof(USBZGameEventBroker) == 0x0003B8, "Wrong size on USBZGameEventBroker"); \ +static_assert(offsetof(USBZGameEventBroker, OnPrivilegeQueried) == 0x000030, "Member 'USBZGameEventBroker::OnPrivilegeQueried' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnGameStateReceived) == 0x000040, "Member 'USBZGameEventBroker::OnGameStateReceived' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnTakenDamage) == 0x000050, "Member 'USBZGameEventBroker::OnTakenDamage' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnRevive) == 0x000060, "Member 'USBZGameEventBroker::OnRevive' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnPlayerStartTravel) == 0x000070, "Member 'USBZGameEventBroker::OnPlayerStartTravel' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnPlayerStateAdded) == 0x000080, "Member 'USBZGameEventBroker::OnPlayerStateAdded' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnPlayerStateRemoved) == 0x000090, "Member 'USBZGameEventBroker::OnPlayerStateRemoved' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnPlayerInEscapeChanged) == 0x0000B8, "Member 'USBZGameEventBroker::OnPlayerInEscapeChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnPlayerChatMessageReceived) == 0x0000C8, "Member 'USBZGameEventBroker::OnPlayerChatMessageReceived' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnCrewAIChatMessageReceived) == 0x0000D8, "Member 'USBZGameEventBroker::OnCrewAIChatMessageReceived' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnSystemChatMessageReceived) == 0x0000E8, "Member 'USBZGameEventBroker::OnSystemChatMessageReceived' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnVotingChatMessageReceived) == 0x0000F8, "Member 'USBZGameEventBroker::OnVotingChatMessageReceived' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnCallMessageReceived) == 0x000108, "Member 'USBZGameEventBroker::OnCallMessageReceived' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnPlayerPingedReceived) == 0x000118, "Member 'USBZGameEventBroker::OnPlayerPingedReceived' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnKeyItemCountChanged) == 0x000128, "Member 'USBZGameEventBroker::OnKeyItemCountChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnSharedKeyItemTagChanged) == 0x000138, "Member 'USBZGameEventBroker::OnSharedKeyItemTagChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnPlayerBeginPlayState) == 0x000148, "Member 'USBZGameEventBroker::OnPlayerBeginPlayState' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnHeistGoneLoud) == 0x000158, "Member 'USBZGameEventBroker::OnHeistGoneLoud' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnChatMessageSent) == 0x000168, "Member 'USBZGameEventBroker::OnChatMessageSent' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnCallMessageSent) == 0x000178, "Member 'USBZGameEventBroker::OnCallMessageSent' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnPlayerDefeatStateChangedDelegate) == 0x000188, "Member 'USBZGameEventBroker::OnPlayerDefeatStateChangedDelegate' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnAICrewDefeatStateChangedDelegate) == 0x000198, "Member 'USBZGameEventBroker::OnAICrewDefeatStateChangedDelegate' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnPlayersCarryBagChanged) == 0x0001A8, "Member 'USBZGameEventBroker::OnPlayersCarryBagChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnWaitActionPhaseEntered) == 0x000228, "Member 'USBZGameEventBroker::OnWaitActionPhaseEntered' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnActionPhaseEntered) == 0x000238, "Member 'USBZGameEventBroker::OnActionPhaseEntered' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnGameStartPhaseEntered) == 0x000248, "Member 'USBZGameEventBroker::OnGameStartPhaseEntered' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnWaitMainMenuPhaseEntered) == 0x000258, "Member 'USBZGameEventBroker::OnWaitMainMenuPhaseEntered' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnNotLoggedInEntered) == 0x000268, "Member 'USBZGameEventBroker::OnNotLoggedInEntered' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnGameDifficultyChanged) == 0x000278, "Member 'USBZGameEventBroker::OnGameDifficultyChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnPreMatchAsyncLoadingProgress) == 0x000288, "Member 'USBZGameEventBroker::OnPreMatchAsyncLoadingProgress' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnMatchmakingStarted) == 0x000298, "Member 'USBZGameEventBroker::OnMatchmakingStarted' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnPreMatchAsyncLoadingDone) == 0x0002A8, "Member 'USBZGameEventBroker::OnPreMatchAsyncLoadingDone' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnPreMatchAsyncLoadingCancel) == 0x0002B8, "Member 'USBZGameEventBroker::OnPreMatchAsyncLoadingCancel' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnFBIActivation) == 0x0002C8, "Member 'USBZGameEventBroker::OnFBIActivation' has a wrong offset!"); \ +static_assert(offsetof(USBZGameEventBroker, OnPowerUpPickedUp) == 0x000310, "Member 'USBZGameEventBroker::OnPowerUpPickedUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillAssassinAssassin \ +static_assert(alignof(USBZSkillAssassinAssassin) == 0x000008, "Wrong alignment on USBZSkillAssassinAssassin"); \ +static_assert(sizeof(USBZSkillAssassinAssassin) == 0x000230, "Wrong size on USBZSkillAssassinAssassin"); \ + +#define DUMPER7_ASSERTS_SBZAIInteractThrowHandler_OnThrowBagInteractionCompleted \ +static_assert(alignof(SBZAIInteractThrowHandler_OnThrowBagInteractionCompleted) == 0x000008, "Wrong alignment on SBZAIInteractThrowHandler_OnThrowBagInteractionCompleted"); \ +static_assert(sizeof(SBZAIInteractThrowHandler_OnThrowBagInteractionCompleted) == 0x000020, "Wrong size on SBZAIInteractThrowHandler_OnThrowBagInteractionCompleted"); \ +static_assert(offsetof(SBZAIInteractThrowHandler_OnThrowBagInteractionCompleted, Volume) == 0x000000, "Member 'SBZAIInteractThrowHandler_OnThrowBagInteractionCompleted::Volume' has a wrong offset!"); \ +static_assert(offsetof(SBZAIInteractThrowHandler_OnThrowBagInteractionCompleted, BagItem) == 0x000008, "Member 'SBZAIInteractThrowHandler_OnThrowBagInteractionCompleted::BagItem' has a wrong offset!"); \ +static_assert(offsetof(SBZAIInteractThrowHandler_OnThrowBagInteractionCompleted, BagHandle) == 0x000010, "Member 'SBZAIInteractThrowHandler_OnThrowBagInteractionCompleted::BagHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIInteractThrowHandler \ +static_assert(alignof(USBZAIInteractThrowHandler) == 0x000008, "Wrong alignment on USBZAIInteractThrowHandler"); \ +static_assert(sizeof(USBZAIInteractThrowHandler) == 0x000050, "Wrong size on USBZAIInteractThrowHandler"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_OccupyCover \ +static_assert(alignof(USBZBTTask_OccupyCover) == 0x000008, "Wrong alignment on USBZBTTask_OccupyCover"); \ +static_assert(sizeof(USBZBTTask_OccupyCover) == 0x0000E0, "Wrong size on USBZBTTask_OccupyCover"); \ +static_assert(offsetof(USBZBTTask_OccupyCover, TargetCoverPointBBKey) == 0x000078, "Member 'USBZBTTask_OccupyCover::TargetCoverPointBBKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_OccupyCover, CurrentCoverPointBBKey) == 0x0000A8, "Member 'USBZBTTask_OccupyCover::CurrentCoverPointBBKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_OccupyCover, bSetFocalPoint) == 0x0000D8, "Member 'USBZBTTask_OccupyCover::bSetFocalPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_OccupyVantagePoint \ +static_assert(alignof(USBZBTTask_OccupyVantagePoint) == 0x000008, "Wrong alignment on USBZBTTask_OccupyVantagePoint"); \ +static_assert(sizeof(USBZBTTask_OccupyVantagePoint) == 0x0000B0, "Wrong size on USBZBTTask_OccupyVantagePoint"); \ +static_assert(offsetof(USBZBTTask_OccupyVantagePoint, VantagePointBBKey) == 0x000078, "Member 'USBZBTTask_OccupyVantagePoint::VantagePointBBKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_OccupyVantagePoint, bSetFocalPoint) == 0x0000A8, "Member 'USBZBTTask_OccupyVantagePoint::bSetFocalPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_Peek \ +static_assert(alignof(USBZBTTask_Peek) == 0x000008, "Wrong alignment on USBZBTTask_Peek"); \ +static_assert(sizeof(USBZBTTask_Peek) == 0x000120, "Wrong size on USBZBTTask_Peek"); \ +static_assert(offsetof(USBZBTTask_Peek, CurrentCoverPointBBKey) == 0x000078, "Member 'USBZBTTask_Peek::CurrentCoverPointBBKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_Peek, ShootingPointLocationBBKey) == 0x0000A8, "Member 'USBZBTTask_Peek::ShootingPointLocationBBKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_Peek, TargetBBKey) == 0x0000D8, "Member 'USBZBTTask_Peek::TargetBBKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_Peek, DotAnglePeek) == 0x000108, "Member 'USBZBTTask_Peek::DotAnglePeek' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_Peek, MoveForwardAmount) == 0x00010C, "Member 'USBZBTTask_Peek::MoveForwardAmount' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_Peek, MoveSidewaysAmount) == 0x000110, "Member 'USBZBTTask_Peek::MoveSidewaysAmount' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_Peek, AdditionalStepOutDistance) == 0x000114, "Member 'USBZBTTask_Peek::AdditionalStepOutDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_Peek, bShouldCareAboutNeighbors) == 0x000118, "Member 'USBZBTTask_Peek::bShouldCareAboutNeighbors' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_Peek, StandingWeight) == 0x00011C, "Member 'USBZBTTask_Peek::StandingWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZShoutoutComponent_IsActorMarked \ +static_assert(alignof(SBZShoutoutComponent_IsActorMarked) == 0x000008, "Wrong alignment on SBZShoutoutComponent_IsActorMarked"); \ +static_assert(sizeof(SBZShoutoutComponent_IsActorMarked) == 0x000010, "Wrong size on SBZShoutoutComponent_IsActorMarked"); \ +static_assert(offsetof(SBZShoutoutComponent_IsActorMarked, Actor) == 0x000000, "Member 'SBZShoutoutComponent_IsActorMarked::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZShoutoutComponent_IsActorMarked, ReturnValue) == 0x000008, "Member 'SBZShoutoutComponent_IsActorMarked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZShoutoutComponent_Multicast_SendPing \ +static_assert(alignof(SBZShoutoutComponent_Multicast_SendPing) == 0x000004, "Wrong alignment on SBZShoutoutComponent_Multicast_SendPing"); \ +static_assert(sizeof(SBZShoutoutComponent_Multicast_SendPing) == 0x00000C, "Wrong size on SBZShoutoutComponent_Multicast_SendPing"); \ +static_assert(offsetof(SBZShoutoutComponent_Multicast_SendPing, Location) == 0x000000, "Member 'SBZShoutoutComponent_Multicast_SendPing::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZShoutoutComponent_Multicast_Shoutout \ +static_assert(alignof(SBZShoutoutComponent_Multicast_Shoutout) == 0x000008, "Wrong alignment on SBZShoutoutComponent_Multicast_Shoutout"); \ +static_assert(sizeof(SBZShoutoutComponent_Multicast_Shoutout) == 0x000018, "Wrong size on SBZShoutoutComponent_Multicast_Shoutout"); \ +static_assert(offsetof(SBZShoutoutComponent_Multicast_Shoutout, Actor) == 0x000000, "Member 'SBZShoutoutComponent_Multicast_Shoutout::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZShoutoutComponent_Multicast_Shoutout, Action) == 0x000008, "Member 'SBZShoutoutComponent_Multicast_Shoutout::Action' has a wrong offset!"); \ +static_assert(offsetof(SBZShoutoutComponent_Multicast_Shoutout, Target) == 0x000010, "Member 'SBZShoutoutComponent_Multicast_Shoutout::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZShoutoutComponent_Multicast_ShoutoutWithoutTarget \ +static_assert(alignof(SBZShoutoutComponent_Multicast_ShoutoutWithoutTarget) == 0x000001, "Wrong alignment on SBZShoutoutComponent_Multicast_ShoutoutWithoutTarget"); \ +static_assert(sizeof(SBZShoutoutComponent_Multicast_ShoutoutWithoutTarget) == 0x000001, "Wrong size on SBZShoutoutComponent_Multicast_ShoutoutWithoutTarget"); \ +static_assert(offsetof(SBZShoutoutComponent_Multicast_ShoutoutWithoutTarget, Action) == 0x000000, "Member 'SBZShoutoutComponent_Multicast_ShoutoutWithoutTarget::Action' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZShoutoutComponent_Server_SendPing \ +static_assert(alignof(SBZShoutoutComponent_Server_SendPing) == 0x000004, "Wrong alignment on SBZShoutoutComponent_Server_SendPing"); \ +static_assert(sizeof(SBZShoutoutComponent_Server_SendPing) == 0x00000C, "Wrong size on SBZShoutoutComponent_Server_SendPing"); \ +static_assert(offsetof(SBZShoutoutComponent_Server_SendPing, Location) == 0x000000, "Member 'SBZShoutoutComponent_Server_SendPing::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZShoutoutComponent_Server_Shoutout \ +static_assert(alignof(SBZShoutoutComponent_Server_Shoutout) == 0x000008, "Wrong alignment on SBZShoutoutComponent_Server_Shoutout"); \ +static_assert(sizeof(SBZShoutoutComponent_Server_Shoutout) == 0x000018, "Wrong size on SBZShoutoutComponent_Server_Shoutout"); \ +static_assert(offsetof(SBZShoutoutComponent_Server_Shoutout, Actor) == 0x000000, "Member 'SBZShoutoutComponent_Server_Shoutout::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZShoutoutComponent_Server_Shoutout, Action) == 0x000008, "Member 'SBZShoutoutComponent_Server_Shoutout::Action' has a wrong offset!"); \ +static_assert(offsetof(SBZShoutoutComponent_Server_Shoutout, Target) == 0x000010, "Member 'SBZShoutoutComponent_Server_Shoutout::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZShoutoutComponent_SetMarkLimit \ +static_assert(alignof(SBZShoutoutComponent_SetMarkLimit) == 0x000004, "Wrong alignment on SBZShoutoutComponent_SetMarkLimit"); \ +static_assert(sizeof(SBZShoutoutComponent_SetMarkLimit) == 0x000004, "Wrong size on SBZShoutoutComponent_SetMarkLimit"); \ +static_assert(offsetof(SBZShoutoutComponent_SetMarkLimit, NewLimit) == 0x000000, "Member 'SBZShoutoutComponent_SetMarkLimit::NewLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZShoutoutComponent \ +static_assert(alignof(USBZShoutoutComponent) == 0x000008, "Wrong alignment on USBZShoutoutComponent"); \ +static_assert(sizeof(USBZShoutoutComponent) == 0x000218, "Wrong size on USBZShoutoutComponent"); \ +static_assert(offsetof(USBZShoutoutComponent, ShoutOutRadius) == 0x0000E8, "Member 'USBZShoutoutComponent::ShoutOutRadius' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutoutComponent, MaxRoomPathDistanceFromInitialTarget) == 0x0000EC, "Member 'USBZShoutoutComponent::MaxRoomPathDistanceFromInitialTarget' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutoutComponent, HeightCutOffDistance) == 0x0000F0, "Member 'USBZShoutoutComponent::HeightCutOffDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutoutComponent, RaytraceTargetFindDist) == 0x0000F4, "Member 'USBZShoutoutComponent::RaytraceTargetFindDist' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutoutComponent, AproximateTargetFindBox) == 0x0000F8, "Member 'USBZShoutoutComponent::AproximateTargetFindBox' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutoutComponent, MarkingOutlineAsset) == 0x000108, "Member 'USBZShoutoutComponent::MarkingOutlineAsset' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutoutComponent, MarkLimit) == 0x000110, "Member 'USBZShoutoutComponent::MarkLimit' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutoutComponent, ShoutoutDuration) == 0x000114, "Member 'USBZShoutoutComponent::ShoutoutDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutoutComponent, DefaultMarkComment) == 0x000118, "Member 'USBZShoutoutComponent::DefaultMarkComment' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutoutComponent, DefaultHelpComment) == 0x000120, "Member 'USBZShoutoutComponent::DefaultHelpComment' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutoutComponent, DefaultGetDownComment) == 0x000128, "Member 'USBZShoutoutComponent::DefaultGetDownComment' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutoutComponent, DefaultCopSurrenderComment) == 0x000130, "Member 'USBZShoutoutComponent::DefaultCopSurrenderComment' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutoutComponent, GetDownTags) == 0x000138, "Member 'USBZShoutoutComponent::GetDownTags' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutoutComponent, BlockGoDownTagContainer) == 0x000158, "Member 'USBZShoutoutComponent::BlockGoDownTagContainer' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutoutComponent, BlockSurrenderOwnedTagContainer) == 0x000178, "Member 'USBZShoutoutComponent::BlockSurrenderOwnedTagContainer' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutoutComponent, PingMarkerAsset) == 0x000198, "Member 'USBZShoutoutComponent::PingMarkerAsset' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutoutComponent, PingTimer) == 0x0001A0, "Member 'USBZShoutoutComponent::PingTimer' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutoutComponent, CopSurrenderAction) == 0x0001A8, "Member 'USBZShoutoutComponent::CopSurrenderAction' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutoutComponent, PingIndex) == 0x0001B0, "Member 'USBZShoutoutComponent::PingIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutoutComponent, AbilitySystem) == 0x0001C0, "Member 'USBZShoutoutComponent::AbilitySystem' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutoutComponent, ActivationBlockedTags) == 0x0001C8, "Member 'USBZShoutoutComponent::ActivationBlockedTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_PlayVoiceComment \ +static_assert(alignof(USBZBTTask_PlayVoiceComment) == 0x000008, "Wrong alignment on USBZBTTask_PlayVoiceComment"); \ +static_assert(sizeof(USBZBTTask_PlayVoiceComment) == 0x0000B8, "Wrong size on USBZBTTask_PlayVoiceComment"); \ +static_assert(offsetof(USBZBTTask_PlayVoiceComment, VoiceComment) == 0x0000A8, "Member 'USBZBTTask_PlayVoiceComment::VoiceComment' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_PlayVoiceComment, VoicePriority) == 0x0000B0, "Member 'USBZBTTask_PlayVoiceComment::VoicePriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_RaiseAlarm \ +static_assert(alignof(USBZBTTask_RaiseAlarm) == 0x000008, "Wrong alignment on USBZBTTask_RaiseAlarm"); \ +static_assert(sizeof(USBZBTTask_RaiseAlarm) == 0x000080, "Wrong size on USBZBTTask_RaiseAlarm"); \ +static_assert(offsetof(USBZBTTask_RaiseAlarm, RaiseAlarmTime) == 0x000078, "Member 'USBZBTTask_RaiseAlarm::RaiseAlarmTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZResultsScreenStatusWidget_OnRestartAcceptTimerUpdated \ +static_assert(alignof(SBZResultsScreenStatusWidget_OnRestartAcceptTimerUpdated) == 0x000004, "Wrong alignment on SBZResultsScreenStatusWidget_OnRestartAcceptTimerUpdated"); \ +static_assert(sizeof(SBZResultsScreenStatusWidget_OnRestartAcceptTimerUpdated) == 0x000004, "Wrong size on SBZResultsScreenStatusWidget_OnRestartAcceptTimerUpdated"); \ +static_assert(offsetof(SBZResultsScreenStatusWidget_OnRestartAcceptTimerUpdated, InNewTime) == 0x000000, "Member 'SBZResultsScreenStatusWidget_OnRestartAcceptTimerUpdated::InNewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZResultsScreenStatusWidget_OnRestartCountdownTimerUpdated \ +static_assert(alignof(SBZResultsScreenStatusWidget_OnRestartCountdownTimerUpdated) == 0x000004, "Wrong alignment on SBZResultsScreenStatusWidget_OnRestartCountdownTimerUpdated"); \ +static_assert(sizeof(SBZResultsScreenStatusWidget_OnRestartCountdownTimerUpdated) == 0x000004, "Wrong size on SBZResultsScreenStatusWidget_OnRestartCountdownTimerUpdated"); \ +static_assert(offsetof(SBZResultsScreenStatusWidget_OnRestartCountdownTimerUpdated, InNewTime) == 0x000000, "Member 'SBZResultsScreenStatusWidget_OnRestartCountdownTimerUpdated::InNewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZResultsScreenStatusWidget_OnRestartExpireTimerUpdated \ +static_assert(alignof(SBZResultsScreenStatusWidget_OnRestartExpireTimerUpdated) == 0x000004, "Wrong alignment on SBZResultsScreenStatusWidget_OnRestartExpireTimerUpdated"); \ +static_assert(sizeof(SBZResultsScreenStatusWidget_OnRestartExpireTimerUpdated) == 0x000004, "Wrong size on SBZResultsScreenStatusWidget_OnRestartExpireTimerUpdated"); \ +static_assert(offsetof(SBZResultsScreenStatusWidget_OnRestartExpireTimerUpdated, InNewTime) == 0x000000, "Member 'SBZResultsScreenStatusWidget_OnRestartExpireTimerUpdated::InNewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZResultsScreenStatusWidget \ +static_assert(alignof(USBZResultsScreenStatusWidget) == 0x000008, "Wrong alignment on USBZResultsScreenStatusWidget"); \ +static_assert(sizeof(USBZResultsScreenStatusWidget) == 0x000290, "Wrong size on USBZResultsScreenStatusWidget"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCrimeNetTutorial_DisableHeistButtons \ +static_assert(alignof(SBZMainMenuCrimeNetTutorial_DisableHeistButtons) == 0x000001, "Wrong alignment on SBZMainMenuCrimeNetTutorial_DisableHeistButtons"); \ +static_assert(sizeof(SBZMainMenuCrimeNetTutorial_DisableHeistButtons) == 0x000001, "Wrong size on SBZMainMenuCrimeNetTutorial_DisableHeistButtons"); \ +static_assert(offsetof(SBZMainMenuCrimeNetTutorial_DisableHeistButtons, bDisabled) == 0x000000, "Member 'SBZMainMenuCrimeNetTutorial_DisableHeistButtons::bDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCrimeNetTutorial_InitializeTutorialButton \ +static_assert(alignof(SBZMainMenuCrimeNetTutorial_InitializeTutorialButton) == 0x000004, "Wrong alignment on SBZMainMenuCrimeNetTutorial_InitializeTutorialButton"); \ +static_assert(sizeof(SBZMainMenuCrimeNetTutorial_InitializeTutorialButton) == 0x000004, "Wrong size on SBZMainMenuCrimeNetTutorial_InitializeTutorialButton"); \ +static_assert(offsetof(SBZMainMenuCrimeNetTutorial_InitializeTutorialButton, InLevelIndex) == 0x000000, "Member 'SBZMainMenuCrimeNetTutorial_InitializeTutorialButton::InLevelIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCrimeNetTutorial_OnDisabledHeistButtonSelected \ +static_assert(alignof(SBZMainMenuCrimeNetTutorial_OnDisabledHeistButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuCrimeNetTutorial_OnDisabledHeistButtonSelected"); \ +static_assert(sizeof(SBZMainMenuCrimeNetTutorial_OnDisabledHeistButtonSelected) == 0x000008, "Wrong size on SBZMainMenuCrimeNetTutorial_OnDisabledHeistButtonSelected"); \ +static_assert(offsetof(SBZMainMenuCrimeNetTutorial_OnDisabledHeistButtonSelected, SelectedButton) == 0x000000, "Member 'SBZMainMenuCrimeNetTutorial_OnDisabledHeistButtonSelected::SelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCrimeNetTutorial_OnHeistButtonFocused \ +static_assert(alignof(SBZMainMenuCrimeNetTutorial_OnHeistButtonFocused) == 0x000008, "Wrong alignment on SBZMainMenuCrimeNetTutorial_OnHeistButtonFocused"); \ +static_assert(sizeof(SBZMainMenuCrimeNetTutorial_OnHeistButtonFocused) == 0x000010, "Wrong size on SBZMainMenuCrimeNetTutorial_OnHeistButtonFocused"); \ +static_assert(offsetof(SBZMainMenuCrimeNetTutorial_OnHeistButtonFocused, MenuButton) == 0x000000, "Member 'SBZMainMenuCrimeNetTutorial_OnHeistButtonFocused::MenuButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuCrimeNetTutorial_OnHeistButtonFocused, bIsFocused) == 0x000008, "Member 'SBZMainMenuCrimeNetTutorial_OnHeistButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCrimeNetTutorial_OnHeistButtonSelected \ +static_assert(alignof(SBZMainMenuCrimeNetTutorial_OnHeistButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuCrimeNetTutorial_OnHeistButtonSelected"); \ +static_assert(sizeof(SBZMainMenuCrimeNetTutorial_OnHeistButtonSelected) == 0x000008, "Wrong size on SBZMainMenuCrimeNetTutorial_OnHeistButtonSelected"); \ +static_assert(offsetof(SBZMainMenuCrimeNetTutorial_OnHeistButtonSelected, SelectedButton) == 0x000000, "Member 'SBZMainMenuCrimeNetTutorial_OnHeistButtonSelected::SelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuCrimeNetTutorial \ +static_assert(alignof(USBZMainMenuCrimeNetTutorial) == 0x000008, "Wrong alignment on USBZMainMenuCrimeNetTutorial"); \ +static_assert(sizeof(USBZMainMenuCrimeNetTutorial) == 0x0002F0, "Wrong size on USBZMainMenuCrimeNetTutorial"); \ +static_assert(offsetof(USBZMainMenuCrimeNetTutorial, SelectedHeistButton) == 0x0002C0, "Member 'USBZMainMenuCrimeNetTutorial::SelectedHeistButton' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCrimeNetTutorial, HeistButtonPool) == 0x0002C8, "Member 'USBZMainMenuCrimeNetTutorial::HeistButtonPool' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCrimeNetTutorial, TutorialLevelPaths) == 0x0002D8, "Member 'USBZMainMenuCrimeNetTutorial::TutorialLevelPaths' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCrimeNetTutorial, bHasDisabledButtons) == 0x0002E8, "Member 'USBZMainMenuCrimeNetTutorial::bHasDisabledButtons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_RequestFirePermission \ +static_assert(alignof(USBZBTTask_RequestFirePermission) == 0x000008, "Wrong alignment on USBZBTTask_RequestFirePermission"); \ +static_assert(sizeof(USBZBTTask_RequestFirePermission) == 0x0000B0, "Wrong size on USBZBTTask_RequestFirePermission"); \ +static_assert(offsetof(USBZBTTask_RequestFirePermission, EnemyKey) == 0x000078, "Member 'USBZBTTask_RequestFirePermission::EnemyKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_RequestFirePermission, TokenType) == 0x0000A8, "Member 'USBZBTTask_RequestFirePermission::TokenType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMarkerWidgetContainer_BP_OnInsideVolumeChanged \ +static_assert(alignof(SBZMarkerWidgetContainer_BP_OnInsideVolumeChanged) == 0x000008, "Wrong alignment on SBZMarkerWidgetContainer_BP_OnInsideVolumeChanged"); \ +static_assert(sizeof(SBZMarkerWidgetContainer_BP_OnInsideVolumeChanged) == 0x000010, "Wrong size on SBZMarkerWidgetContainer_BP_OnInsideVolumeChanged"); \ +static_assert(offsetof(SBZMarkerWidgetContainer_BP_OnInsideVolumeChanged, bInsideVolume) == 0x000000, "Member 'SBZMarkerWidgetContainer_BP_OnInsideVolumeChanged::bInsideVolume' has a wrong offset!"); \ +static_assert(offsetof(SBZMarkerWidgetContainer_BP_OnInsideVolumeChanged, MarkerDataAsset) == 0x000008, "Member 'SBZMarkerWidgetContainer_BP_OnInsideVolumeChanged::MarkerDataAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMarkerWidgetContainer_OnMarkerAdded \ +static_assert(alignof(SBZMarkerWidgetContainer_OnMarkerAdded) == 0x000008, "Wrong alignment on SBZMarkerWidgetContainer_OnMarkerAdded"); \ +static_assert(sizeof(SBZMarkerWidgetContainer_OnMarkerAdded) == 0x000098, "Wrong size on SBZMarkerWidgetContainer_OnMarkerAdded"); \ +static_assert(offsetof(SBZMarkerWidgetContainer_OnMarkerAdded, MarkerRuntime) == 0x000000, "Member 'SBZMarkerWidgetContainer_OnMarkerAdded::MarkerRuntime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMarkerWidgetContainer \ +static_assert(alignof(USBZMarkerWidgetContainer) == 0x000008, "Wrong alignment on USBZMarkerWidgetContainer"); \ +static_assert(sizeof(USBZMarkerWidgetContainer) == 0x0002B0, "Wrong size on USBZMarkerWidgetContainer"); \ +static_assert(offsetof(USBZMarkerWidgetContainer, Root_Canvas) == 0x000290, "Member 'USBZMarkerWidgetContainer::Root_Canvas' has a wrong offset!"); \ +static_assert(offsetof(USBZMarkerWidgetContainer, MarkerWidgetClass) == 0x000298, "Member 'USBZMarkerWidgetContainer::MarkerWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMarkerWidgetContainer, OffScreenTransitionTime) == 0x0002A0, "Member 'USBZMarkerWidgetContainer::OffScreenTransitionTime' has a wrong offset!"); \ +static_assert(offsetof(USBZMarkerWidgetContainer, OffScreenRadiusPercentageArray) == 0x0002A4, "Member 'USBZMarkerWidgetContainer::OffScreenRadiusPercentageArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_RequestInvestigation \ +static_assert(alignof(USBZBTTask_RequestInvestigation) == 0x000008, "Wrong alignment on USBZBTTask_RequestInvestigation"); \ +static_assert(sizeof(USBZBTTask_RequestInvestigation) == 0x0000B0, "Wrong size on USBZBTTask_RequestInvestigation"); \ +static_assert(offsetof(USBZBTTask_RequestInvestigation, MaxRange) == 0x0000A8, "Member 'USBZBTTask_RequestInvestigation::MaxRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIRepositionPredicate_Cover \ +static_assert(alignof(USBZAIRepositionPredicate_Cover) == 0x000008, "Wrong alignment on USBZAIRepositionPredicate_Cover"); \ +static_assert(sizeof(USBZAIRepositionPredicate_Cover) == 0x000038, "Wrong size on USBZAIRepositionPredicate_Cover"); \ + +#define DUMPER7_ASSERTS_USBZAIRepositionPredicate_HumanShield \ +static_assert(alignof(USBZAIRepositionPredicate_HumanShield) == 0x000008, "Wrong alignment on USBZAIRepositionPredicate_HumanShield"); \ +static_assert(sizeof(USBZAIRepositionPredicate_HumanShield) == 0x000030, "Wrong size on USBZAIRepositionPredicate_HumanShield"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_RunRepositionBehavior \ +static_assert(alignof(USBZBTTask_RunRepositionBehavior) == 0x000008, "Wrong alignment on USBZBTTask_RunRepositionBehavior"); \ +static_assert(sizeof(USBZBTTask_RunRepositionBehavior) == 0x000100, "Wrong size on USBZBTTask_RunRepositionBehavior"); \ +static_assert(offsetof(USBZBTTask_RunRepositionBehavior, SelectableRepositions) == 0x0000E0, "Member 'USBZBTTask_RunRepositionBehavior::SelectableRepositions' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_RunRepositionBehavior, EnemyMovedFarDist) == 0x0000F0, "Member 'USBZBTTask_RunRepositionBehavior::EnemyMovedFarDist' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_RunRepositionBehavior, TickRate) == 0x0000F4, "Member 'USBZBTTask_RunRepositionBehavior::TickRate' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_RunRepositionBehavior, InitialTickRate) == 0x0000F8, "Member 'USBZBTTask_RunRepositionBehavior::InitialTickRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWidgetCreditsRowBase \ +static_assert(alignof(USBZWidgetCreditsRowBase) == 0x000008, "Wrong alignment on USBZWidgetCreditsRowBase"); \ +static_assert(sizeof(USBZWidgetCreditsRowBase) == 0x000290, "Wrong size on USBZWidgetCreditsRowBase"); \ + +#define DUMPER7_ASSERTS_USBZWidgetCreditsLinebreak \ +static_assert(alignof(USBZWidgetCreditsLinebreak) == 0x000008, "Wrong alignment on USBZWidgetCreditsLinebreak"); \ +static_assert(sizeof(USBZWidgetCreditsLinebreak) == 0x000290, "Wrong size on USBZWidgetCreditsLinebreak"); \ + +#define DUMPER7_ASSERTS_ASBZToggleGadget \ +static_assert(alignof(ASBZToggleGadget) == 0x000008, "Wrong alignment on ASBZToggleGadget"); \ +static_assert(sizeof(ASBZToggleGadget) == 0x0002B0, "Wrong size on ASBZToggleGadget"); \ + +#define DUMPER7_ASSERTS_USBZSkillARSpecAmmoFunnelBase \ +static_assert(alignof(USBZSkillARSpecAmmoFunnelBase) == 0x000008, "Wrong alignment on USBZSkillARSpecAmmoFunnelBase"); \ +static_assert(sizeof(USBZSkillARSpecAmmoFunnelBase) == 0x000230, "Wrong size on USBZSkillARSpecAmmoFunnelBase"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_SabotageAnimation \ +static_assert(alignof(USBZBTTask_SabotageAnimation) == 0x000008, "Wrong alignment on USBZBTTask_SabotageAnimation"); \ +static_assert(sizeof(USBZBTTask_SabotageAnimation) == 0x0000B8, "Wrong size on USBZBTTask_SabotageAnimation"); \ +static_assert(offsetof(USBZBTTask_SabotageAnimation, SabotageAnimations) == 0x0000A8, "Member 'USBZBTTask_SabotageAnimation::SabotageAnimations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_SetBBKey \ +static_assert(alignof(USBZBTTask_SetBBKey) == 0x000008, "Wrong alignment on USBZBTTask_SetBBKey"); \ +static_assert(sizeof(USBZBTTask_SetBBKey) == 0x0000D8, "Wrong size on USBZBTTask_SetBBKey"); \ +static_assert(offsetof(USBZBTTask_SetBBKey, TargetToSet) == 0x0000A8, "Member 'USBZBTTask_SetBBKey::TargetToSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_SetCurrentEnemy \ +static_assert(alignof(USBZBTTask_SetCurrentEnemy) == 0x000008, "Wrong alignment on USBZBTTask_SetCurrentEnemy"); \ +static_assert(sizeof(USBZBTTask_SetCurrentEnemy) == 0x0000A8, "Wrong size on USBZBTTask_SetCurrentEnemy"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_SetTag \ +static_assert(alignof(USBZBTTask_SetTag) == 0x000008, "Wrong alignment on USBZBTTask_SetTag"); \ +static_assert(sizeof(USBZBTTask_SetTag) == 0x000098, "Wrong size on USBZBTTask_SetTag"); \ +static_assert(offsetof(USBZBTTask_SetTag, TagsToSet) == 0x000078, "Member 'USBZBTTask_SetTag::TagsToSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_ShieldPrepareForGrenade \ +static_assert(alignof(USBZBTTask_ShieldPrepareForGrenade) == 0x000008, "Wrong alignment on USBZBTTask_ShieldPrepareForGrenade"); \ +static_assert(sizeof(USBZBTTask_ShieldPrepareForGrenade) == 0x0000D8, "Wrong size on USBZBTTask_ShieldPrepareForGrenade"); \ +static_assert(offsetof(USBZBTTask_ShieldPrepareForGrenade, VoiceComments) == 0x0000A8, "Member 'USBZBTTask_ShieldPrepareForGrenade::VoiceComments' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZRoomVolumeInterface_EnterRoom \ +static_assert(alignof(SBZRoomVolumeInterface_EnterRoom) == 0x000008, "Wrong alignment on SBZRoomVolumeInterface_EnterRoom"); \ +static_assert(sizeof(SBZRoomVolumeInterface_EnterRoom) == 0x000008, "Wrong size on SBZRoomVolumeInterface_EnterRoom"); \ +static_assert(offsetof(SBZRoomVolumeInterface_EnterRoom, RoomVolume) == 0x000000, "Member 'SBZRoomVolumeInterface_EnterRoom::RoomVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZRoomVolumeInterface_LeaveRoom \ +static_assert(alignof(SBZRoomVolumeInterface_LeaveRoom) == 0x000008, "Wrong alignment on SBZRoomVolumeInterface_LeaveRoom"); \ +static_assert(sizeof(SBZRoomVolumeInterface_LeaveRoom) == 0x000008, "Wrong size on SBZRoomVolumeInterface_LeaveRoom"); \ +static_assert(offsetof(SBZRoomVolumeInterface_LeaveRoom, RoomVolume) == 0x000000, "Member 'SBZRoomVolumeInterface_LeaveRoom::RoomVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZRoomVolumeInterface_GetCurrentRoom \ +static_assert(alignof(SBZRoomVolumeInterface_GetCurrentRoom) == 0x000008, "Wrong alignment on SBZRoomVolumeInterface_GetCurrentRoom"); \ +static_assert(sizeof(SBZRoomVolumeInterface_GetCurrentRoom) == 0x000008, "Wrong size on SBZRoomVolumeInterface_GetCurrentRoom"); \ +static_assert(offsetof(SBZRoomVolumeInterface_GetCurrentRoom, ReturnValue) == 0x000000, "Member 'SBZRoomVolumeInterface_GetCurrentRoom::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZRoomVolumeInterface \ +static_assert(alignof(ISBZRoomVolumeInterface) == 0x000001, "Wrong alignment on ISBZRoomVolumeInterface"); \ +static_assert(sizeof(ISBZRoomVolumeInterface) == 0x000001, "Wrong size on ISBZRoomVolumeInterface"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_TacticalMovePosition \ +static_assert(alignof(USBZBTTask_TacticalMovePosition) == 0x000008, "Wrong alignment on USBZBTTask_TacticalMovePosition"); \ +static_assert(sizeof(USBZBTTask_TacticalMovePosition) == 0x000190, "Wrong size on USBZBTTask_TacticalMovePosition"); \ +static_assert(offsetof(USBZBTTask_TacticalMovePosition, TargetBBKey) == 0x000078, "Member 'USBZBTTask_TacticalMovePosition::TargetBBKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_TacticalMovePosition, MoveToBBKey) == 0x0000A8, "Member 'USBZBTTask_TacticalMovePosition::MoveToBBKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_TacticalMovePosition, EQSRequest) == 0x0000D8, "Member 'USBZBTTask_TacticalMovePosition::EQSRequest' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_TacticalMovePosition, MaxPointDistance) == 0x000128, "Member 'USBZBTTask_TacticalMovePosition::MaxPointDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_TacticalMovePosition, bUseNavProjection) == 0x00012C, "Member 'USBZBTTask_TacticalMovePosition::bUseNavProjection' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_TacticalMovePosition, NavigationProjectionExtent) == 0x000130, "Member 'USBZBTTask_TacticalMovePosition::NavigationProjectionExtent' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_TacticalMovePosition, AIController) == 0x000140, "Member 'USBZBTTask_TacticalMovePosition::AIController' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_TacticalMovePosition, Target) == 0x000148, "Member 'USBZBTTask_TacticalMovePosition::Target' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_TacticalMovePosition, TargetRoom) == 0x000150, "Member 'USBZBTTask_TacticalMovePosition::TargetRoom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_ThrowBag \ +static_assert(alignof(USBZBTTask_ThrowBag) == 0x000008, "Wrong alignment on USBZBTTask_ThrowBag"); \ +static_assert(sizeof(USBZBTTask_ThrowBag) == 0x000080, "Wrong size on USBZBTTask_ThrowBag"); \ +static_assert(offsetof(USBZBTTask_ThrowBag, bShouldForceDrop) == 0x000078, "Member 'USBZBTTask_ThrowBag::bShouldForceDrop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_TriggerAbilityUnsafe \ +static_assert(alignof(USBZBTTask_TriggerAbilityUnsafe) == 0x000008, "Wrong alignment on USBZBTTask_TriggerAbilityUnsafe"); \ +static_assert(sizeof(USBZBTTask_TriggerAbilityUnsafe) == 0x000080, "Wrong size on USBZBTTask_TriggerAbilityUnsafe"); \ +static_assert(offsetof(USBZBTTask_TriggerAbilityUnsafe, AbilityInput) == 0x000078, "Member 'USBZBTTask_TriggerAbilityUnsafe::AbilityInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_UnOccupyVantagePoint \ +static_assert(alignof(USBZBTTask_UnOccupyVantagePoint) == 0x000008, "Wrong alignment on USBZBTTask_UnOccupyVantagePoint"); \ +static_assert(sizeof(USBZBTTask_UnOccupyVantagePoint) == 0x0000B0, "Wrong size on USBZBTTask_UnOccupyVantagePoint"); \ +static_assert(offsetof(USBZBTTask_UnOccupyVantagePoint, CurrentVantagePointBBKey) == 0x000078, "Member 'USBZBTTask_UnOccupyVantagePoint::CurrentVantagePointBBKey' has a wrong offset!"); \ +static_assert(offsetof(USBZBTTask_UnOccupyVantagePoint, bSetFocalPoint) == 0x0000A8, "Member 'USBZBTTask_UnOccupyVantagePoint::bSetFocalPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZFragGrenade \ +static_assert(alignof(ASBZFragGrenade) == 0x000010, "Wrong alignment on ASBZFragGrenade"); \ +static_assert(sizeof(ASBZFragGrenade) == 0x0061A0, "Wrong size on ASBZFragGrenade"); \ +static_assert(offsetof(ASBZFragGrenade, SphereCollision) == 0x006168, "Member 'ASBZFragGrenade::SphereCollision' has a wrong offset!"); \ +static_assert(offsetof(ASBZFragGrenade, ClusterGrenadeArray) == 0x006178, "Member 'ASBZFragGrenade::ClusterGrenadeArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZFragGrenade, PostDamagePhysicsEffectData) == 0x006188, "Member 'ASBZFragGrenade::PostDamagePhysicsEffectData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGasGrenade_Multicast_ReplicateExplosionLocation \ +static_assert(alignof(SBZGasGrenade_Multicast_ReplicateExplosionLocation) == 0x000004, "Wrong alignment on SBZGasGrenade_Multicast_ReplicateExplosionLocation"); \ +static_assert(sizeof(SBZGasGrenade_Multicast_ReplicateExplosionLocation) == 0x00000C, "Wrong size on SBZGasGrenade_Multicast_ReplicateExplosionLocation"); \ +static_assert(offsetof(SBZGasGrenade_Multicast_ReplicateExplosionLocation, Location) == 0x000000, "Member 'SBZGasGrenade_Multicast_ReplicateExplosionLocation::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGasGrenade_OnBeginOverlap \ +static_assert(alignof(SBZGasGrenade_OnBeginOverlap) == 0x000008, "Wrong alignment on SBZGasGrenade_OnBeginOverlap"); \ +static_assert(sizeof(SBZGasGrenade_OnBeginOverlap) == 0x0000B0, "Wrong size on SBZGasGrenade_OnBeginOverlap"); \ +static_assert(offsetof(SBZGasGrenade_OnBeginOverlap, OverlappedComponent) == 0x000000, "Member 'SBZGasGrenade_OnBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZGasGrenade_OnBeginOverlap, OtherActor) == 0x000008, "Member 'SBZGasGrenade_OnBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZGasGrenade_OnBeginOverlap, OtherComponent) == 0x000010, "Member 'SBZGasGrenade_OnBeginOverlap::OtherComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZGasGrenade_OnBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'SBZGasGrenade_OnBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZGasGrenade_OnBeginOverlap, bIsSweep) == 0x00001C, "Member 'SBZGasGrenade_OnBeginOverlap::bIsSweep' has a wrong offset!"); \ +static_assert(offsetof(SBZGasGrenade_OnBeginOverlap, SweepHitResult) == 0x000020, "Member 'SBZGasGrenade_OnBeginOverlap::SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGasGrenade_OnEndOverlap \ +static_assert(alignof(SBZGasGrenade_OnEndOverlap) == 0x000008, "Wrong alignment on SBZGasGrenade_OnEndOverlap"); \ +static_assert(sizeof(SBZGasGrenade_OnEndOverlap) == 0x000020, "Wrong size on SBZGasGrenade_OnEndOverlap"); \ +static_assert(offsetof(SBZGasGrenade_OnEndOverlap, OverlappedComponent) == 0x000000, "Member 'SBZGasGrenade_OnEndOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZGasGrenade_OnEndOverlap, OtherActor) == 0x000008, "Member 'SBZGasGrenade_OnEndOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZGasGrenade_OnEndOverlap, OtherComponent) == 0x000010, "Member 'SBZGasGrenade_OnEndOverlap::OtherComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZGasGrenade_OnEndOverlap, OtherBodyIndex) == 0x000018, "Member 'SBZGasGrenade_OnEndOverlap::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZGasGrenade \ +static_assert(alignof(ASBZGasGrenade) == 0x000010, "Wrong alignment on ASBZGasGrenade"); \ +static_assert(sizeof(ASBZGasGrenade) == 0x006210, "Wrong size on ASBZGasGrenade"); \ +static_assert(offsetof(ASBZGasGrenade, NiagaraParticleUpdateInterval) == 0x0061A0, "Member 'ASBZGasGrenade::NiagaraParticleUpdateInterval' has a wrong offset!"); \ +static_assert(offsetof(ASBZGasGrenade, UpdateOverlapsInterval) == 0x0061A4, "Member 'ASBZGasGrenade::UpdateOverlapsInterval' has a wrong offset!"); \ +static_assert(offsetof(ASBZGasGrenade, UpdateRemainingLifeTimeInterval) == 0x0061A8, "Member 'ASBZGasGrenade::UpdateRemainingLifeTimeInterval' has a wrong offset!"); \ +static_assert(offsetof(ASBZGasGrenade, RootCollision) == 0x0061B0, "Member 'ASBZGasGrenade::RootCollision' has a wrong offset!"); \ +static_assert(offsetof(ASBZGasGrenade, GasCollision) == 0x0061B8, "Member 'ASBZGasGrenade::GasCollision' has a wrong offset!"); \ +static_assert(offsetof(ASBZGasGrenade, GasComponent) == 0x0061C0, "Member 'ASBZGasGrenade::GasComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZGasGrenade, GasExplosionRepData) == 0x0061C8, "Member 'ASBZGasGrenade::GasExplosionRepData' has a wrong offset!"); \ +static_assert(offsetof(ASBZGasGrenade, TargetArray) == 0x0061D8, "Member 'ASBZGasGrenade::TargetArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSentryGunRangedWeaponAbility \ +static_assert(alignof(USBZSentryGunRangedWeaponAbility) == 0x000008, "Wrong alignment on USBZSentryGunRangedWeaponAbility"); \ +static_assert(sizeof(USBZSentryGunRangedWeaponAbility) == 0x0060B0, "Wrong size on USBZSentryGunRangedWeaponAbility"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_UnPeek \ +static_assert(alignof(USBZBTTask_UnPeek) == 0x000008, "Wrong alignment on USBZBTTask_UnPeek"); \ +static_assert(sizeof(USBZBTTask_UnPeek) == 0x0000A8, "Wrong size on USBZBTTask_UnPeek"); \ +static_assert(offsetof(USBZBTTask_UnPeek, CurrentCoverPointBBKey) == 0x000078, "Member 'USBZBTTask_UnPeek::CurrentCoverPointBBKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_WaitForMessage \ +static_assert(alignof(USBZBTTask_WaitForMessage) == 0x000008, "Wrong alignment on USBZBTTask_WaitForMessage"); \ +static_assert(sizeof(USBZBTTask_WaitForMessage) == 0x000088, "Wrong size on USBZBTTask_WaitForMessage"); \ +static_assert(offsetof(USBZBTTask_WaitForMessage, Message) == 0x000078, "Member 'USBZBTTask_WaitForMessage::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_WaitForSquad \ +static_assert(alignof(USBZBTTask_WaitForSquad) == 0x000008, "Wrong alignment on USBZBTTask_WaitForSquad"); \ +static_assert(sizeof(USBZBTTask_WaitForSquad) == 0x000078, "Wrong size on USBZBTTask_WaitForSquad"); \ + +#define DUMPER7_ASSERTS_ISBZBuildNumberInterface \ +static_assert(alignof(ISBZBuildNumberInterface) == 0x000001, "Wrong alignment on ISBZBuildNumberInterface"); \ +static_assert(sizeof(ISBZBuildNumberInterface) == 0x000001, "Wrong size on ISBZBuildNumberInterface"); \ + +#define DUMPER7_ASSERTS_SBZBuyItemCallbackProxy_BuyItem \ +static_assert(alignof(SBZBuyItemCallbackProxy_BuyItem) == 0x000008, "Wrong alignment on SBZBuyItemCallbackProxy_BuyItem"); \ +static_assert(sizeof(SBZBuyItemCallbackProxy_BuyItem) == 0x000040, "Wrong size on SBZBuyItemCallbackProxy_BuyItem"); \ +static_assert(offsetof(SBZBuyItemCallbackProxy_BuyItem, WorldContextObject_0) == 0x000000, "Member 'SBZBuyItemCallbackProxy_BuyItem::WorldContextObject_0' has a wrong offset!"); \ +static_assert(offsetof(SBZBuyItemCallbackProxy_BuyItem, ItemId) == 0x000008, "Member 'SBZBuyItemCallbackProxy_BuyItem::ItemId' has a wrong offset!"); \ +static_assert(offsetof(SBZBuyItemCallbackProxy_BuyItem, Price) == 0x000018, "Member 'SBZBuyItemCallbackProxy_BuyItem::Price' has a wrong offset!"); \ +static_assert(offsetof(SBZBuyItemCallbackProxy_BuyItem, DiscountedPrice) == 0x00001C, "Member 'SBZBuyItemCallbackProxy_BuyItem::DiscountedPrice' has a wrong offset!"); \ +static_assert(offsetof(SBZBuyItemCallbackProxy_BuyItem, Quantity) == 0x000020, "Member 'SBZBuyItemCallbackProxy_BuyItem::Quantity' has a wrong offset!"); \ +static_assert(offsetof(SBZBuyItemCallbackProxy_BuyItem, CurrencyCode) == 0x000028, "Member 'SBZBuyItemCallbackProxy_BuyItem::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(SBZBuyItemCallbackProxy_BuyItem, ReturnValue) == 0x000038, "Member 'SBZBuyItemCallbackProxy_BuyItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZBuyItemCallbackProxy \ +static_assert(alignof(USBZBuyItemCallbackProxy) == 0x000008, "Wrong alignment on USBZBuyItemCallbackProxy"); \ +static_assert(sizeof(USBZBuyItemCallbackProxy) == 0x000080, "Wrong size on USBZBuyItemCallbackProxy"); \ +static_assert(offsetof(USBZBuyItemCallbackProxy, OnComplete) == 0x000038, "Member 'USBZBuyItemCallbackProxy::OnComplete' has a wrong offset!"); \ +static_assert(offsetof(USBZBuyItemCallbackProxy, WorldContextObject) == 0x000078, "Member 'USBZBuyItemCallbackProxy::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCableComponent_AddAttachmentPoint \ +static_assert(alignof(SBZCableComponent_AddAttachmentPoint) == 0x000008, "Wrong alignment on SBZCableComponent_AddAttachmentPoint"); \ +static_assert(sizeof(SBZCableComponent_AddAttachmentPoint) == 0x000068, "Wrong size on SBZCableComponent_AddAttachmentPoint"); \ +static_assert(offsetof(SBZCableComponent_AddAttachmentPoint, CablePointAttachment) == 0x000000, "Member 'SBZCableComponent_AddAttachmentPoint::CablePointAttachment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCableComponent_AddCollisionPlane \ +static_assert(alignof(SBZCableComponent_AddCollisionPlane) == 0x000010, "Wrong alignment on SBZCableComponent_AddCollisionPlane"); \ +static_assert(sizeof(SBZCableComponent_AddCollisionPlane) == 0x000020, "Wrong size on SBZCableComponent_AddCollisionPlane"); \ +static_assert(offsetof(SBZCableComponent_AddCollisionPlane, CollisionPlane) == 0x000000, "Member 'SBZCableComponent_AddCollisionPlane::CollisionPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCableComponent_AddDisplacementForce \ +static_assert(alignof(SBZCableComponent_AddDisplacementForce) == 0x000004, "Wrong alignment on SBZCableComponent_AddDisplacementForce"); \ +static_assert(sizeof(SBZCableComponent_AddDisplacementForce) == 0x000014, "Wrong size on SBZCableComponent_AddDisplacementForce"); \ +static_assert(offsetof(SBZCableComponent_AddDisplacementForce, DisplacementForceLocation) == 0x000000, "Member 'SBZCableComponent_AddDisplacementForce::DisplacementForceLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZCableComponent_AddDisplacementForce, DisplacementForce) == 0x00000C, "Member 'SBZCableComponent_AddDisplacementForce::DisplacementForce' has a wrong offset!"); \ +static_assert(offsetof(SBZCableComponent_AddDisplacementForce, DisplacementForceRadius) == 0x000010, "Member 'SBZCableComponent_AddDisplacementForce::DisplacementForceRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCableComponent_DeleteAttachmentPoint \ +static_assert(alignof(SBZCableComponent_DeleteAttachmentPoint) == 0x000008, "Wrong alignment on SBZCableComponent_DeleteAttachmentPoint"); \ +static_assert(sizeof(SBZCableComponent_DeleteAttachmentPoint) == 0x000018, "Wrong size on SBZCableComponent_DeleteAttachmentPoint"); \ +static_assert(offsetof(SBZCableComponent_DeleteAttachmentPoint, Component) == 0x000000, "Member 'SBZCableComponent_DeleteAttachmentPoint::Component' has a wrong offset!"); \ +static_assert(offsetof(SBZCableComponent_DeleteAttachmentPoint, SocketName) == 0x000008, "Member 'SBZCableComponent_DeleteAttachmentPoint::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCableComponent_SetStartAttachmentPointRewindSpeed \ +static_assert(alignof(SBZCableComponent_SetStartAttachmentPointRewindSpeed) == 0x000004, "Wrong alignment on SBZCableComponent_SetStartAttachmentPointRewindSpeed"); \ +static_assert(sizeof(SBZCableComponent_SetStartAttachmentPointRewindSpeed) == 0x000004, "Wrong size on SBZCableComponent_SetStartAttachmentPointRewindSpeed"); \ +static_assert(offsetof(SBZCableComponent_SetStartAttachmentPointRewindSpeed, WindingSpeed) == 0x000000, "Member 'SBZCableComponent_SetStartAttachmentPointRewindSpeed::WindingSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCableComponent_SetWindData \ +static_assert(alignof(SBZCableComponent_SetWindData) == 0x000004, "Wrong alignment on SBZCableComponent_SetWindData"); \ +static_assert(sizeof(SBZCableComponent_SetWindData) == 0x000018, "Wrong size on SBZCableComponent_SetWindData"); \ +static_assert(offsetof(SBZCableComponent_SetWindData, WindData) == 0x000000, "Member 'SBZCableComponent_SetWindData::WindData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCableComponent_UpdateSegmentCount \ +static_assert(alignof(SBZCableComponent_UpdateSegmentCount) == 0x000004, "Wrong alignment on SBZCableComponent_UpdateSegmentCount"); \ +static_assert(sizeof(SBZCableComponent_UpdateSegmentCount) == 0x00000C, "Wrong size on SBZCableComponent_UpdateSegmentCount"); \ +static_assert(offsetof(SBZCableComponent_UpdateSegmentCount, InCableLength) == 0x000000, "Member 'SBZCableComponent_UpdateSegmentCount::InCableLength' has a wrong offset!"); \ +static_assert(offsetof(SBZCableComponent_UpdateSegmentCount, SegmentLength) == 0x000004, "Member 'SBZCableComponent_UpdateSegmentCount::SegmentLength' has a wrong offset!"); \ +static_assert(offsetof(SBZCableComponent_UpdateSegmentCount, MaxSegmentCount) == 0x000008, "Member 'SBZCableComponent_UpdateSegmentCount::MaxSegmentCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCableComponent \ +static_assert(alignof(USBZCableComponent) == 0x000010, "Wrong alignment on USBZCableComponent"); \ +static_assert(sizeof(USBZCableComponent) == 0x0006A0, "Wrong size on USBZCableComponent"); \ +static_assert(offsetof(USBZCableComponent, bAffectedByWind) == 0x0005C8, "Member 'USBZCableComponent::bAffectedByWind' has a wrong offset!"); \ +static_assert(offsetof(USBZCableComponent, WindScale) == 0x0005CC, "Member 'USBZCableComponent::WindScale' has a wrong offset!"); \ +static_assert(offsetof(USBZCableComponent, WindGustFrequency) == 0x0005D0, "Member 'USBZCableComponent::WindGustFrequency' has a wrong offset!"); \ +static_assert(offsetof(USBZCableComponent, StartCablePointAttachment) == 0x0005D8, "Member 'USBZCableComponent::StartCablePointAttachment' has a wrong offset!"); \ +static_assert(offsetof(USBZCableComponent, CablePointAttachments) == 0x000640, "Member 'USBZCableComponent::CablePointAttachments' has a wrong offset!"); \ +static_assert(offsetof(USBZCableComponent, bEnableCollisionPlane) == 0x000650, "Member 'USBZCableComponent::bEnableCollisionPlane' has a wrong offset!"); \ +static_assert(offsetof(USBZCableComponent, CollisionPlanes) == 0x000658, "Member 'USBZCableComponent::CollisionPlanes' has a wrong offset!"); \ +static_assert(offsetof(USBZCableComponent, bAutoComputeCableLength) == 0x000668, "Member 'USBZCableComponent::bAutoComputeCableLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGameStartMainMenuLoadoutWidget \ +static_assert(alignof(USBZGameStartMainMenuLoadoutWidget) == 0x000008, "Wrong alignment on USBZGameStartMainMenuLoadoutWidget"); \ +static_assert(sizeof(USBZGameStartMainMenuLoadoutWidget) == 0x0002A0, "Wrong size on USBZGameStartMainMenuLoadoutWidget"); \ +static_assert(offsetof(USBZGameStartMainMenuLoadoutWidget, Panel_LoadoutContainer) == 0x000290, "Member 'USBZGameStartMainMenuLoadoutWidget::Panel_LoadoutContainer' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStartMainMenuLoadoutWidget, DefaultItemWidgetClass) == 0x000298, "Member 'USBZGameStartMainMenuLoadoutWidget::DefaultItemWidgetClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZCameraViewInterface \ +static_assert(alignof(ISBZCameraViewInterface) == 0x000001, "Wrong alignment on ISBZCameraViewInterface"); \ +static_assert(sizeof(ISBZCameraViewInterface) == 0x000001, "Wrong size on ISBZCameraViewInterface"); \ + +#define DUMPER7_ASSERTS_ISBZSensorBlockingInterface \ +static_assert(alignof(ISBZSensorBlockingInterface) == 0x000001, "Wrong alignment on ISBZSensorBlockingInterface"); \ +static_assert(sizeof(ISBZSensorBlockingInterface) == 0x000001, "Wrong size on ISBZSensorBlockingInterface"); \ + +#define DUMPER7_ASSERTS_USBZCapsuleShadowingData \ +static_assert(alignof(USBZCapsuleShadowingData) == 0x000008, "Wrong alignment on USBZCapsuleShadowingData"); \ +static_assert(sizeof(USBZCapsuleShadowingData) == 0x000048, "Wrong size on USBZCapsuleShadowingData"); \ +static_assert(offsetof(USBZCapsuleShadowingData, CapsuleShadowingSettingsArray) == 0x000038, "Member 'USBZCapsuleShadowingData::CapsuleShadowingSettingsArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillManipulationHumanResourcesV2Aced \ +static_assert(alignof(USBZSkillManipulationHumanResourcesV2Aced) == 0x000008, "Wrong alignment on USBZSkillManipulationHumanResourcesV2Aced"); \ +static_assert(sizeof(USBZSkillManipulationHumanResourcesV2Aced) == 0x000230, "Wrong size on USBZSkillManipulationHumanResourcesV2Aced"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_AgilityJumpingDownHigh \ +static_assert(alignof(USBZNavArea_AgilityJumpingDownHigh) == 0x000008, "Wrong alignment on USBZNavArea_AgilityJumpingDownHigh"); \ +static_assert(sizeof(USBZNavArea_AgilityJumpingDownHigh) == 0x000050, "Wrong size on USBZNavArea_AgilityJumpingDownHigh"); \ + +#define DUMPER7_ASSERTS_SBZCarouselWidget_SetActiveWidget \ +static_assert(alignof(SBZCarouselWidget_SetActiveWidget) == 0x000008, "Wrong alignment on SBZCarouselWidget_SetActiveWidget"); \ +static_assert(sizeof(SBZCarouselWidget_SetActiveWidget) == 0x000008, "Wrong size on SBZCarouselWidget_SetActiveWidget"); \ +static_assert(offsetof(SBZCarouselWidget_SetActiveWidget, Widget) == 0x000000, "Member 'SBZCarouselWidget_SetActiveWidget::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCarouselWidget_SetActiveWidgetIndex \ +static_assert(alignof(SBZCarouselWidget_SetActiveWidgetIndex) == 0x000004, "Wrong alignment on SBZCarouselWidget_SetActiveWidgetIndex"); \ +static_assert(sizeof(SBZCarouselWidget_SetActiveWidgetIndex) == 0x000004, "Wrong size on SBZCarouselWidget_SetActiveWidgetIndex"); \ +static_assert(offsetof(SBZCarouselWidget_SetActiveWidgetIndex, Index_0) == 0x000000, "Member 'SBZCarouselWidget_SetActiveWidgetIndex::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCarouselWidget_StartScrolling \ +static_assert(alignof(SBZCarouselWidget_StartScrolling) == 0x000004, "Wrong alignment on SBZCarouselWidget_StartScrolling"); \ +static_assert(sizeof(SBZCarouselWidget_StartScrolling) == 0x000004, "Wrong size on SBZCarouselWidget_StartScrolling"); \ +static_assert(offsetof(SBZCarouselWidget_StartScrolling, InScrollInterval) == 0x000000, "Member 'SBZCarouselWidget_StartScrolling::InScrollInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCarouselWidget_GetActiveIndex \ +static_assert(alignof(SBZCarouselWidget_GetActiveIndex) == 0x000004, "Wrong alignment on SBZCarouselWidget_GetActiveIndex"); \ +static_assert(sizeof(SBZCarouselWidget_GetActiveIndex) == 0x000004, "Wrong size on SBZCarouselWidget_GetActiveIndex"); \ +static_assert(offsetof(SBZCarouselWidget_GetActiveIndex, ReturnValue) == 0x000000, "Member 'SBZCarouselWidget_GetActiveIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCarouselWidget_GetWidgetAtIndex \ +static_assert(alignof(SBZCarouselWidget_GetWidgetAtIndex) == 0x000008, "Wrong alignment on SBZCarouselWidget_GetWidgetAtIndex"); \ +static_assert(sizeof(SBZCarouselWidget_GetWidgetAtIndex) == 0x000010, "Wrong size on SBZCarouselWidget_GetWidgetAtIndex"); \ +static_assert(offsetof(SBZCarouselWidget_GetWidgetAtIndex, Index_0) == 0x000000, "Member 'SBZCarouselWidget_GetWidgetAtIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SBZCarouselWidget_GetWidgetAtIndex, ReturnValue) == 0x000008, "Member 'SBZCarouselWidget_GetWidgetAtIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCarouselWidget \ +static_assert(alignof(USBZCarouselWidget) == 0x000008, "Wrong alignment on USBZCarouselWidget"); \ +static_assert(sizeof(USBZCarouselWidget) == 0x000188, "Wrong size on USBZCarouselWidget"); \ +static_assert(offsetof(USBZCarouselWidget, OnCurrentPageIndexChanged) == 0x000140, "Member 'USBZCarouselWidget::OnCurrentPageIndexChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZCarouselWidget, ActiveIndex) == 0x000150, "Member 'USBZCarouselWidget::ActiveIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZCarouselWidget, ScrollInterval) == 0x000154, "Member 'USBZCarouselWidget::ScrollInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZCarouselWidget, ScrollSpeed) == 0x000158, "Member 'USBZCarouselWidget::ScrollSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCarriedBag_BP_AdjustAttachment \ +static_assert(alignof(SBZCarriedBag_BP_AdjustAttachment) == 0x000010, "Wrong alignment on SBZCarriedBag_BP_AdjustAttachment"); \ +static_assert(sizeof(SBZCarriedBag_BP_AdjustAttachment) == 0x000040, "Wrong size on SBZCarriedBag_BP_AdjustAttachment"); \ +static_assert(offsetof(SBZCarriedBag_BP_AdjustAttachment, Index_0) == 0x000000, "Member 'SBZCarriedBag_BP_AdjustAttachment::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SBZCarriedBag_BP_AdjustAttachment, NewCount) == 0x000004, "Member 'SBZCarriedBag_BP_AdjustAttachment::NewCount' has a wrong offset!"); \ +static_assert(offsetof(SBZCarriedBag_BP_AdjustAttachment, NewStrapTransformOffset) == 0x000010, "Member 'SBZCarriedBag_BP_AdjustAttachment::NewStrapTransformOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCarriedBag_BP_AttachmentComplete \ +static_assert(alignof(SBZCarriedBag_BP_AttachmentComplete) == 0x000008, "Wrong alignment on SBZCarriedBag_BP_AttachmentComplete"); \ +static_assert(sizeof(SBZCarriedBag_BP_AttachmentComplete) == 0x000008, "Wrong size on SBZCarriedBag_BP_AttachmentComplete"); \ +static_assert(offsetof(SBZCarriedBag_BP_AttachmentComplete, ParentSkeletalMeshComponent) == 0x000000, "Member 'SBZCarriedBag_BP_AttachmentComplete::ParentSkeletalMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCarriedBag_BP_OnDegradationChanged \ +static_assert(alignof(SBZCarriedBag_BP_OnDegradationChanged) == 0x000004, "Wrong alignment on SBZCarriedBag_BP_OnDegradationChanged"); \ +static_assert(sizeof(SBZCarriedBag_BP_OnDegradationChanged) == 0x000004, "Wrong size on SBZCarriedBag_BP_OnDegradationChanged"); \ +static_assert(offsetof(SBZCarriedBag_BP_OnDegradationChanged, DegredationLevel) == 0x000000, "Member 'SBZCarriedBag_BP_OnDegradationChanged::DegredationLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCarriedBag_OnInteractionComplete \ +static_assert(alignof(SBZCarriedBag_OnInteractionComplete) == 0x000008, "Wrong alignment on SBZCarriedBag_OnInteractionComplete"); \ +static_assert(sizeof(SBZCarriedBag_OnInteractionComplete) == 0x000018, "Wrong size on SBZCarriedBag_OnInteractionComplete"); \ +static_assert(offsetof(SBZCarriedBag_OnInteractionComplete, InInteractable) == 0x000000, "Member 'SBZCarriedBag_OnInteractionComplete::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZCarriedBag_OnInteractionComplete, Interactor) == 0x000008, "Member 'SBZCarriedBag_OnInteractionComplete::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZCarriedBag_OnInteractionComplete, bInIsLocallyControlled) == 0x000010, "Member 'SBZCarriedBag_OnInteractionComplete::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZCarriedBag \ +static_assert(alignof(ASBZCarriedBag) == 0x000008, "Wrong alignment on ASBZCarriedBag"); \ +static_assert(sizeof(ASBZCarriedBag) == 0x000300, "Wrong size on ASBZCarriedBag"); \ +static_assert(offsetof(ASBZCarriedBag, SkeletalMeshComponentBudgeted) == 0x0002A8, "Member 'ASBZCarriedBag::SkeletalMeshComponentBudgeted' has a wrong offset!"); \ +static_assert(offsetof(ASBZCarriedBag, OwningCharacter) == 0x0002B0, "Member 'ASBZCarriedBag::OwningCharacter' has a wrong offset!"); \ +static_assert(offsetof(ASBZCarriedBag, AIBagOutlineAsset) == 0x0002B8, "Member 'ASBZCarriedBag::AIBagOutlineAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZCarriedBag, InteractableComponent) == 0x0002C0, "Member 'ASBZCarriedBag::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZCarriedBag, BagHandle) == 0x0002C8, "Member 'ASBZCarriedBag::BagHandle' has a wrong offset!"); \ +static_assert(offsetof(ASBZCarriedBag, LocationOffsetScale) == 0x0002E8, "Member 'ASBZCarriedBag::LocationOffsetScale' has a wrong offset!"); \ +static_assert(offsetof(ASBZCarriedBag, RotationOffsetScale) == 0x0002F4, "Member 'ASBZCarriedBag::RotationOffsetScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZDynamicInteractionActor \ +static_assert(alignof(ASBZDynamicInteractionActor) == 0x000008, "Wrong alignment on ASBZDynamicInteractionActor"); \ +static_assert(sizeof(ASBZDynamicInteractionActor) == 0x0002D0, "Wrong size on ASBZDynamicInteractionActor"); \ + +#define DUMPER7_ASSERTS_ASBZCarriedStaticInteractionActor \ +static_assert(alignof(ASBZCarriedStaticInteractionActor) == 0x000008, "Wrong alignment on ASBZCarriedStaticInteractionActor"); \ +static_assert(sizeof(ASBZCarriedStaticInteractionActor) == 0x0002E0, "Wrong size on ASBZCarriedStaticInteractionActor"); \ +static_assert(offsetof(ASBZCarriedStaticInteractionActor, AttachedAIParent) == 0x0002D0, "Member 'ASBZCarriedStaticInteractionActor::AttachedAIParent' has a wrong offset!"); \ +static_assert(offsetof(ASBZCarriedStaticInteractionActor, bIsSingleUse) == 0x0002D8, "Member 'ASBZCarriedStaticInteractionActor::bIsSingleUse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZRangedWeaponData \ +static_assert(alignof(USBZRangedWeaponData) == 0x000010, "Wrong alignment on USBZRangedWeaponData"); \ +static_assert(sizeof(USBZRangedWeaponData) == 0x000F40, "Wrong size on USBZRangedWeaponData"); \ +static_assert(offsetof(USBZRangedWeaponData, StatisticADSKillsString) == 0x000DA0, "Member 'USBZRangedWeaponData::StatisticADSKillsString' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, StatisticHipfireKillsString) == 0x000DB0, "Member 'USBZRangedWeaponData::StatisticHipfireKillsString' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, StatisticNoReloadKillsString) == 0x000DC0, "Member 'USBZRangedWeaponData::StatisticNoReloadKillsString' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, StatisticArmoredHeadshotKillsString) == 0x000DD0, "Member 'USBZRangedWeaponData::StatisticArmoredHeadshotKillsString' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, StatisticLongrangeKillsString) == 0x000DE0, "Member 'USBZRangedWeaponData::StatisticLongrangeKillsString' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, StatisticSuppressorKillsString) == 0x000DF0, "Member 'USBZRangedWeaponData::StatisticSuppressorKillsString' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, StatisticSpecialEnemyKillsString) == 0x000E00, "Member 'USBZRangedWeaponData::StatisticSpecialEnemyKillsString' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, StatisticMultiKillString) == 0x000E10, "Member 'USBZRangedWeaponData::StatisticMultiKillString' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, StatisticModEquippedString) == 0x000E20, "Member 'USBZRangedWeaponData::StatisticModEquippedString' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, StatisticFourModsEquippedString) == 0x000E30, "Member 'USBZRangedWeaponData::StatisticFourModsEquippedString' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, StatisticNoReloadKillAmount) == 0x000E40, "Member 'USBZRangedWeaponData::StatisticNoReloadKillAmount' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, StatisticLongRangeDistance) == 0x000E44, "Member 'USBZRangedWeaponData::StatisticLongRangeDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, StatisticMultiKillAmount) == 0x000E48, "Member 'USBZRangedWeaponData::StatisticMultiKillAmount' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, FireData) == 0x000E50, "Member 'USBZRangedWeaponData::FireData' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, SpreadData) == 0x000E58, "Member 'USBZRangedWeaponData::SpreadData' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, RecoilData) == 0x000E60, "Member 'USBZRangedWeaponData::RecoilData' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, NormalAimAssistData) == 0x000E68, "Member 'USBZRangedWeaponData::NormalAimAssistData' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, NormalAimAssistDataFiring) == 0x000E70, "Member 'USBZRangedWeaponData::NormalAimAssistDataFiring' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, TargetingAimAssistData) == 0x000E78, "Member 'USBZRangedWeaponData::TargetingAimAssistData' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, TargetingAimAssistDataFiring) == 0x000E80, "Member 'USBZRangedWeaponData::TargetingAimAssistDataFiring' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, OnFireWeaponFeedback) == 0x000E88, "Member 'USBZRangedWeaponData::OnFireWeaponFeedback' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, NormalMagnification) == 0x000E90, "Member 'USBZRangedWeaponData::NormalMagnification' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, DOFData) == 0x000E98, "Member 'USBZRangedWeaponData::DOFData' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, WeaponBoxClass) == 0x000EA0, "Member 'USBZRangedWeaponData::WeaponBoxClass' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, EquipNotifyTime) == 0x000EC8, "Member 'USBZRangedWeaponData::EquipNotifyTime' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, UnequipNotifyTime) == 0x000ECC, "Member 'USBZRangedWeaponData::UnequipNotifyTime' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, SprintExitNotifyTime) == 0x000ED0, "Member 'USBZRangedWeaponData::SprintExitNotifyTime' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, ReloadEmptyNotifyTime) == 0x000ED4, "Member 'USBZRangedWeaponData::ReloadEmptyNotifyTime' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, ReloadNotifyTime) == 0x000ED8, "Member 'USBZRangedWeaponData::ReloadNotifyTime' has a wrong offset!"); \ +static_assert(offsetof(USBZRangedWeaponData, CachedMagazineData) == 0x000F30, "Member 'USBZRangedWeaponData::CachedMagazineData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCarriedHackableKey_BP_OnHackStarted \ +static_assert(alignof(SBZCarriedHackableKey_BP_OnHackStarted) == 0x000001, "Wrong alignment on SBZCarriedHackableKey_BP_OnHackStarted"); \ +static_assert(sizeof(SBZCarriedHackableKey_BP_OnHackStarted) == 0x000001, "Wrong size on SBZCarriedHackableKey_BP_OnHackStarted"); \ +static_assert(offsetof(SBZCarriedHackableKey_BP_OnHackStarted, bIsLocallyControlled) == 0x000000, "Member 'SBZCarriedHackableKey_BP_OnHackStarted::bIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCarriedHackableKey_BP_OnPlayerInRangeChecked \ +static_assert(alignof(SBZCarriedHackableKey_BP_OnPlayerInRangeChecked) == 0x000004, "Wrong alignment on SBZCarriedHackableKey_BP_OnPlayerInRangeChecked"); \ +static_assert(sizeof(SBZCarriedHackableKey_BP_OnPlayerInRangeChecked) == 0x000008, "Wrong size on SBZCarriedHackableKey_BP_OnPlayerInRangeChecked"); \ +static_assert(offsetof(SBZCarriedHackableKey_BP_OnPlayerInRangeChecked, bInRange) == 0x000000, "Member 'SBZCarriedHackableKey_BP_OnPlayerInRangeChecked::bInRange' has a wrong offset!"); \ +static_assert(offsetof(SBZCarriedHackableKey_BP_OnPlayerInRangeChecked, bWasInRange) == 0x000001, "Member 'SBZCarriedHackableKey_BP_OnPlayerInRangeChecked::bWasInRange' has a wrong offset!"); \ +static_assert(offsetof(SBZCarriedHackableKey_BP_OnPlayerInRangeChecked, Progress) == 0x000004, "Member 'SBZCarriedHackableKey_BP_OnPlayerInRangeChecked::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCarriedHackableKey_OnHackerEndPlay \ +static_assert(alignof(SBZCarriedHackableKey_OnHackerEndPlay) == 0x000008, "Wrong alignment on SBZCarriedHackableKey_OnHackerEndPlay"); \ +static_assert(sizeof(SBZCarriedHackableKey_OnHackerEndPlay) == 0x000010, "Wrong size on SBZCarriedHackableKey_OnHackerEndPlay"); \ +static_assert(offsetof(SBZCarriedHackableKey_OnHackerEndPlay, Actor) == 0x000000, "Member 'SBZCarriedHackableKey_OnHackerEndPlay::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZCarriedHackableKey_OnHackerEndPlay, EndPlayReason) == 0x000008, "Member 'SBZCarriedHackableKey_OnHackerEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCarriedHackableKey_OnInteractionEnabledStateChanged \ +static_assert(alignof(SBZCarriedHackableKey_OnInteractionEnabledStateChanged) == 0x000008, "Wrong alignment on SBZCarriedHackableKey_OnInteractionEnabledStateChanged"); \ +static_assert(sizeof(SBZCarriedHackableKey_OnInteractionEnabledStateChanged) == 0x000010, "Wrong size on SBZCarriedHackableKey_OnInteractionEnabledStateChanged"); \ +static_assert(offsetof(SBZCarriedHackableKey_OnInteractionEnabledStateChanged, InteractableComponent) == 0x000000, "Member 'SBZCarriedHackableKey_OnInteractionEnabledStateChanged::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZCarriedHackableKey_OnInteractionEnabledStateChanged, bInNewState) == 0x000008, "Member 'SBZCarriedHackableKey_OnInteractionEnabledStateChanged::bInNewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZCarriedHackableKey \ +static_assert(alignof(ASBZCarriedHackableKey) == 0x000008, "Wrong alignment on ASBZCarriedHackableKey"); \ +static_assert(sizeof(ASBZCarriedHackableKey) == 0x000360, "Wrong size on ASBZCarriedHackableKey"); \ +static_assert(offsetof(ASBZCarriedHackableKey, OnComplete) == 0x0002E0, "Member 'ASBZCarriedHackableKey::OnComplete' has a wrong offset!"); \ +static_assert(offsetof(ASBZCarriedHackableKey, OnCanceled) == 0x0002F0, "Member 'ASBZCarriedHackableKey::OnCanceled' has a wrong offset!"); \ +static_assert(offsetof(ASBZCarriedHackableKey, ZoneEffect) == 0x000300, "Member 'ASBZCarriedHackableKey::ZoneEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZCarriedHackableKey, HackDuration) == 0x000308, "Member 'ASBZCarriedHackableKey::HackDuration' has a wrong offset!"); \ +static_assert(offsetof(ASBZCarriedHackableKey, SharedKeyItemTagsToGrant) == 0x000310, "Member 'ASBZCarriedHackableKey::SharedKeyItemTagsToGrant' has a wrong offset!"); \ +static_assert(offsetof(ASBZCarriedHackableKey, DistanceCheckFrequency) == 0x000330, "Member 'ASBZCarriedHackableKey::DistanceCheckFrequency' has a wrong offset!"); \ +static_assert(offsetof(ASBZCarriedHackableKey, MaxAllowedDistance) == 0x000334, "Member 'ASBZCarriedHackableKey::MaxAllowedDistance' has a wrong offset!"); \ +static_assert(offsetof(ASBZCarriedHackableKey, MaxChecksOutsideOfAllowedDistance) == 0x000338, "Member 'ASBZCarriedHackableKey::MaxChecksOutsideOfAllowedDistance' has a wrong offset!"); \ +static_assert(offsetof(ASBZCarriedHackableKey, CurrentHackingCharacter) == 0x000340, "Member 'ASBZCarriedHackableKey::CurrentHackingCharacter' has a wrong offset!"); \ +static_assert(offsetof(ASBZCarriedHackableKey, CheckOutsideCircleCount) == 0x000348, "Member 'ASBZCarriedHackableKey::CheckOutsideCircleCount' has a wrong offset!"); \ +static_assert(offsetof(ASBZCarriedHackableKey, ChecksMade) == 0x00034C, "Member 'ASBZCarriedHackableKey::ChecksMade' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillManipulationHumanResourcesV2Base \ +static_assert(alignof(USBZSkillManipulationHumanResourcesV2Base) == 0x000008, "Wrong alignment on USBZSkillManipulationHumanResourcesV2Base"); \ +static_assert(sizeof(USBZSkillManipulationHumanResourcesV2Base) == 0x000230, "Wrong size on USBZSkillManipulationHumanResourcesV2Base"); \ + +#define DUMPER7_ASSERTS_USBZSkillEnforcerShockAndAwe \ +static_assert(alignof(USBZSkillEnforcerShockAndAwe) == 0x000008, "Wrong alignment on USBZSkillEnforcerShockAndAwe"); \ +static_assert(sizeof(USBZSkillEnforcerShockAndAwe) == 0x000250, "Wrong size on USBZSkillEnforcerShockAndAwe"); \ +static_assert(offsetof(USBZSkillEnforcerShockAndAwe, AffectedAITypes) == 0x000230, "Member 'USBZSkillEnforcerShockAndAwe::AffectedAITypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZChallengeCategoryData \ +static_assert(alignof(USBZChallengeCategoryData) == 0x000008, "Wrong alignment on USBZChallengeCategoryData"); \ +static_assert(sizeof(USBZChallengeCategoryData) == 0x000068, "Wrong size on USBZChallengeCategoryData"); \ +static_assert(offsetof(USBZChallengeCategoryData, CategoryTag) == 0x000038, "Member 'USBZChallengeCategoryData::CategoryTag' has a wrong offset!"); \ +static_assert(offsetof(USBZChallengeCategoryData, CategoryName) == 0x000048, "Member 'USBZChallengeCategoryData::CategoryName' has a wrong offset!"); \ +static_assert(offsetof(USBZChallengeCategoryData, DisplayIcon) == 0x000060, "Member 'USBZChallengeCategoryData::DisplayIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillGunslingerGunslinger \ +static_assert(alignof(USBZSkillGunslingerGunslinger) == 0x000008, "Wrong alignment on USBZSkillGunslingerGunslinger"); \ +static_assert(sizeof(USBZSkillGunslingerGunslinger) == 0x000230, "Wrong size on USBZSkillGunslingerGunslinger"); \ + +#define DUMPER7_ASSERTS_SBZChallengeCategoryManager_GetChallengeCategoryData \ +static_assert(alignof(SBZChallengeCategoryManager_GetChallengeCategoryData) == 0x000008, "Wrong alignment on SBZChallengeCategoryManager_GetChallengeCategoryData"); \ +static_assert(sizeof(SBZChallengeCategoryManager_GetChallengeCategoryData) == 0x000018, "Wrong size on SBZChallengeCategoryManager_GetChallengeCategoryData"); \ +static_assert(offsetof(SBZChallengeCategoryManager_GetChallengeCategoryData, WorldContextObject) == 0x000000, "Member 'SBZChallengeCategoryManager_GetChallengeCategoryData::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZChallengeCategoryManager_GetChallengeCategoryData, OutCategoryList) == 0x000008, "Member 'SBZChallengeCategoryManager_GetChallengeCategoryData::OutCategoryList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChallengeCategoryManager_GetChallengeCategoryForChallenge \ +static_assert(alignof(SBZChallengeCategoryManager_GetChallengeCategoryForChallenge) == 0x000008, "Wrong alignment on SBZChallengeCategoryManager_GetChallengeCategoryForChallenge"); \ +static_assert(sizeof(SBZChallengeCategoryManager_GetChallengeCategoryForChallenge) == 0x0000B8, "Wrong size on SBZChallengeCategoryManager_GetChallengeCategoryForChallenge"); \ +static_assert(offsetof(SBZChallengeCategoryManager_GetChallengeCategoryForChallenge, WorldContextObject) == 0x000000, "Member 'SBZChallengeCategoryManager_GetChallengeCategoryForChallenge::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZChallengeCategoryManager_GetChallengeCategoryForChallenge, ChallengeRecord) == 0x000008, "Member 'SBZChallengeCategoryManager_GetChallengeCategoryForChallenge::ChallengeRecord' has a wrong offset!"); \ +static_assert(offsetof(SBZChallengeCategoryManager_GetChallengeCategoryForChallenge, ReturnValue) == 0x0000B0, "Member 'SBZChallengeCategoryManager_GetChallengeCategoryForChallenge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChallengeCategoryManager_GetChallengeCategoryForTag \ +static_assert(alignof(SBZChallengeCategoryManager_GetChallengeCategoryForTag) == 0x000008, "Wrong alignment on SBZChallengeCategoryManager_GetChallengeCategoryForTag"); \ +static_assert(sizeof(SBZChallengeCategoryManager_GetChallengeCategoryForTag) == 0x000020, "Wrong size on SBZChallengeCategoryManager_GetChallengeCategoryForTag"); \ +static_assert(offsetof(SBZChallengeCategoryManager_GetChallengeCategoryForTag, WorldContextObject) == 0x000000, "Member 'SBZChallengeCategoryManager_GetChallengeCategoryForTag::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZChallengeCategoryManager_GetChallengeCategoryForTag, InTag) == 0x000008, "Member 'SBZChallengeCategoryManager_GetChallengeCategoryForTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(SBZChallengeCategoryManager_GetChallengeCategoryForTag, ReturnValue) == 0x000018, "Member 'SBZChallengeCategoryManager_GetChallengeCategoryForTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChallengeCategoryManager_GetChallengeCategoryManager \ +static_assert(alignof(SBZChallengeCategoryManager_GetChallengeCategoryManager) == 0x000008, "Wrong alignment on SBZChallengeCategoryManager_GetChallengeCategoryManager"); \ +static_assert(sizeof(SBZChallengeCategoryManager_GetChallengeCategoryManager) == 0x000010, "Wrong size on SBZChallengeCategoryManager_GetChallengeCategoryManager"); \ +static_assert(offsetof(SBZChallengeCategoryManager_GetChallengeCategoryManager, WorldContextObject) == 0x000000, "Member 'SBZChallengeCategoryManager_GetChallengeCategoryManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZChallengeCategoryManager_GetChallengeCategoryManager, ReturnValue) == 0x000008, "Member 'SBZChallengeCategoryManager_GetChallengeCategoryManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZChallengeCategoryManager \ +static_assert(alignof(USBZChallengeCategoryManager) == 0x000008, "Wrong alignment on USBZChallengeCategoryManager"); \ +static_assert(sizeof(USBZChallengeCategoryManager) == 0x000040, "Wrong size on USBZChallengeCategoryManager"); \ +static_assert(offsetof(USBZChallengeCategoryManager, ChallengeCategoryData) == 0x000030, "Member 'USBZChallengeCategoryManager::ChallengeCategoryData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuMatchmakingStatusWidget_OnAsyncLoadingProgress \ +static_assert(alignof(SBZMainMenuMatchmakingStatusWidget_OnAsyncLoadingProgress) == 0x000004, "Wrong alignment on SBZMainMenuMatchmakingStatusWidget_OnAsyncLoadingProgress"); \ +static_assert(sizeof(SBZMainMenuMatchmakingStatusWidget_OnAsyncLoadingProgress) == 0x000004, "Wrong size on SBZMainMenuMatchmakingStatusWidget_OnAsyncLoadingProgress"); \ +static_assert(offsetof(SBZMainMenuMatchmakingStatusWidget_OnAsyncLoadingProgress, Progress) == 0x000000, "Member 'SBZMainMenuMatchmakingStatusWidget_OnAsyncLoadingProgress::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuMatchmakingStatusWidget \ +static_assert(alignof(USBZMainMenuMatchmakingStatusWidget) == 0x000008, "Wrong alignment on USBZMainMenuMatchmakingStatusWidget"); \ +static_assert(sizeof(USBZMainMenuMatchmakingStatusWidget) == 0x000290, "Wrong size on USBZMainMenuMatchmakingStatusWidget"); \ + +#define DUMPER7_ASSERTS_USBZChallengeLocalizationOverrides \ +static_assert(alignof(USBZChallengeLocalizationOverrides) == 0x000008, "Wrong alignment on USBZChallengeLocalizationOverrides"); \ +static_assert(sizeof(USBZChallengeLocalizationOverrides) == 0x000088, "Wrong size on USBZChallengeLocalizationOverrides"); \ +static_assert(offsetof(USBZChallengeLocalizationOverrides, ObjectiveKeysOverrides) == 0x000038, "Member 'USBZChallengeLocalizationOverrides::ObjectiveKeysOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChallengeToAchievementSettings_GetAchievementObjectiveStatCodeArray \ +static_assert(alignof(SBZChallengeToAchievementSettings_GetAchievementObjectiveStatCodeArray) == 0x000008, "Wrong alignment on SBZChallengeToAchievementSettings_GetAchievementObjectiveStatCodeArray"); \ +static_assert(sizeof(SBZChallengeToAchievementSettings_GetAchievementObjectiveStatCodeArray) == 0x000010, "Wrong size on SBZChallengeToAchievementSettings_GetAchievementObjectiveStatCodeArray"); \ +static_assert(offsetof(SBZChallengeToAchievementSettings_GetAchievementObjectiveStatCodeArray, ReturnValue) == 0x000000, "Member 'SBZChallengeToAchievementSettings_GetAchievementObjectiveStatCodeArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChallengeToAchievementSettings_GetChallengeToAchievementSettings \ +static_assert(alignof(SBZChallengeToAchievementSettings_GetChallengeToAchievementSettings) == 0x000008, "Wrong alignment on SBZChallengeToAchievementSettings_GetChallengeToAchievementSettings"); \ +static_assert(sizeof(SBZChallengeToAchievementSettings_GetChallengeToAchievementSettings) == 0x000050, "Wrong size on SBZChallengeToAchievementSettings_GetChallengeToAchievementSettings"); \ +static_assert(offsetof(SBZChallengeToAchievementSettings_GetChallengeToAchievementSettings, ReturnValue) == 0x000000, "Member 'SBZChallengeToAchievementSettings_GetChallengeToAchievementSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZChallengeToAchievementSettings \ +static_assert(alignof(USBZChallengeToAchievementSettings) == 0x000008, "Wrong alignment on USBZChallengeToAchievementSettings"); \ +static_assert(sizeof(USBZChallengeToAchievementSettings) == 0x0000A8, "Wrong size on USBZChallengeToAchievementSettings"); \ +static_assert(offsetof(USBZChallengeToAchievementSettings, ChallengeToAchievementMap) == 0x000048, "Member 'USBZChallengeToAchievementSettings::ChallengeToAchievementMap' has a wrong offset!"); \ +static_assert(offsetof(USBZChallengeToAchievementSettings, AchievementObjectiveStatCodeArray) == 0x000098, "Member 'USBZChallengeToAchievementSettings::AchievementObjectiveStatCodeArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillGunslingerHeavyHipfire \ +static_assert(alignof(USBZSkillGunslingerHeavyHipfire) == 0x000008, "Wrong alignment on USBZSkillGunslingerHeavyHipfire"); \ +static_assert(sizeof(USBZSkillGunslingerHeavyHipfire) == 0x000230, "Wrong size on USBZSkillGunslingerHeavyHipfire"); \ + +#define DUMPER7_ASSERTS_USBZChamberAttachmentOffsetState \ +static_assert(alignof(USBZChamberAttachmentOffsetState) == 0x000008, "Wrong alignment on USBZChamberAttachmentOffsetState"); \ +static_assert(sizeof(USBZChamberAttachmentOffsetState) == 0x000038, "Wrong size on USBZChamberAttachmentOffsetState"); \ + +#define DUMPER7_ASSERTS_USBZCharacterAnimation \ +static_assert(alignof(USBZCharacterAnimation) == 0x000010, "Wrong alignment on USBZCharacterAnimation"); \ +static_assert(sizeof(USBZCharacterAnimation) == 0x0002E0, "Wrong size on USBZCharacterAnimation"); \ +static_assert(offsetof(USBZCharacterAnimation, OnMontageInstanceEnded) == 0x0002B8, "Member 'USBZCharacterAnimation::OnMontageInstanceEnded' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimation, bRunning) == 0x0002C8, "Member 'USBZCharacterAnimation::bRunning' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimation, Character) == 0x0002D0, "Member 'USBZCharacterAnimation::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillGrifterOpenMic \ +static_assert(alignof(USBZSkillGrifterOpenMic) == 0x000008, "Wrong alignment on USBZSkillGrifterOpenMic"); \ +static_assert(sizeof(USBZSkillGrifterOpenMic) == 0x000230, "Wrong size on USBZSkillGrifterOpenMic"); \ + +#define DUMPER7_ASSERTS_USBZCharacterAnimationTPP \ +static_assert(alignof(USBZCharacterAnimationTPP) == 0x000010, "Wrong alignment on USBZCharacterAnimationTPP"); \ +static_assert(sizeof(USBZCharacterAnimationTPP) == 0x000C90, "Wrong size on USBZCharacterAnimationTPP"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, CurrentDialogAnimDataWrapper) == 0x0002F0, "Member 'USBZCharacterAnimationTPP::CurrentDialogAnimDataWrapper' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, CurrentDialogStartTime) == 0x0002F8, "Member 'USBZCharacterAnimationTPP::CurrentDialogStartTime' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, LipSyncBlendWeight) == 0x0002FC, "Member 'USBZCharacterAnimationTPP::LipSyncBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, TraverseAnimationHandler) == 0x000300, "Member 'USBZCharacterAnimationTPP::TraverseAnimationHandler' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, FacialAnimationBlendHandler) == 0x000358, "Member 'USBZCharacterAnimationTPP::FacialAnimationBlendHandler' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, FullBodyActionBlendTime) == 0x000390, "Member 'USBZCharacterAnimationTPP::FullBodyActionBlendTime' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, FullBodyBlendAlpha) == 0x000394, "Member 'USBZCharacterAnimationTPP::FullBodyBlendAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, AnimLODType) == 0x000398, "Member 'USBZCharacterAnimationTPP::AnimLODType' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, PoseType) == 0x000399, "Member 'USBZCharacterAnimationTPP::PoseType' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, StartMovingPoseType) == 0x00039A, "Member 'USBZCharacterAnimationTPP::StartMovingPoseType' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, AimOffsetType) == 0x00039B, "Member 'USBZCharacterAnimationTPP::AimOffsetType' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, CoveredDistSinceStartMoving) == 0x00039C, "Member 'USBZCharacterAnimationTPP::CoveredDistSinceStartMoving' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, DistToPredictedStopLocation) == 0x0003A0, "Member 'USBZCharacterAnimationTPP::DistToPredictedStopLocation' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, StopPlayRate) == 0x0003A4, "Member 'USBZCharacterAnimationTPP::StopPlayRate' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, LocomotionSpeedwarpingDir) == 0x0003A8, "Member 'USBZCharacterAnimationTPP::LocomotionSpeedwarpingDir' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, SpeedWarpingScaling) == 0x0003B4, "Member 'USBZCharacterAnimationTPP::SpeedWarpingScaling' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, SpeedWarpingAlpha) == 0x0003B8, "Member 'USBZCharacterAnimationTPP::SpeedWarpingAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, DiffYawBetweenCapsuleRotationAndDesiredVelocity) == 0x0003BC, "Member 'USBZCharacterAnimationTPP::DiffYawBetweenCapsuleRotationAndDesiredVelocity' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, DiffYawBetweenMeshRotationAndVelocity) == 0x0003C0, "Member 'USBZCharacterAnimationTPP::DiffYawBetweenMeshRotationAndVelocity' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, DiffYawBetweenRotationAndAim) == 0x0003C4, "Member 'USBZCharacterAnimationTPP::DiffYawBetweenRotationAndAim' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, UpperBodyAimRotation) == 0x0003C8, "Member 'USBZCharacterAnimationTPP::UpperBodyAimRotation' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, HeadAimRotation) == 0x0003D4, "Member 'USBZCharacterAnimationTPP::HeadAimRotation' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, AdditiveRotationYaw) == 0x0003E0, "Member 'USBZCharacterAnimationTPP::AdditiveRotationYaw' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, DiffPitchBetweenRotationAndAim) == 0x0003E4, "Member 'USBZCharacterAnimationTPP::DiffPitchBetweenRotationAndAim' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, SpeedWarpingMovingData) == 0x0003E8, "Member 'USBZCharacterAnimationTPP::SpeedWarpingMovingData' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, SpeedWarpingStartMovingData) == 0x0003FC, "Member 'USBZCharacterAnimationTPP::SpeedWarpingStartMovingData' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, SpeedWarpingStopMovingData) == 0x000410, "Member 'USBZCharacterAnimationTPP::SpeedWarpingStopMovingData' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, FootRotationDeltaYaw) == 0x000424, "Member 'USBZCharacterAnimationTPP::FootRotationDeltaYaw' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, LeanXValue) == 0x000428, "Member 'USBZCharacterAnimationTPP::LeanXValue' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, LeanYValue) == 0x00042C, "Member 'USBZCharacterAnimationTPP::LeanYValue' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, LeftFootPlacementBoneInfo) == 0x000430, "Member 'USBZCharacterAnimationTPP::LeftFootPlacementBoneInfo' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, RightFootPlacementBoneInfo) == 0x000460, "Member 'USBZCharacterAnimationTPP::RightFootPlacementBoneInfo' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, SpineAdjustmentAlpha) == 0x000490, "Member 'USBZCharacterAnimationTPP::SpineAdjustmentAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, AnkleAdjustmentAlpha) == 0x000494, "Member 'USBZCharacterAnimationTPP::AnkleAdjustmentAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, Speed) == 0x000498, "Member 'USBZCharacterAnimationTPP::Speed' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, SpeedAlpha) == 0x00049C, "Member 'USBZCharacterAnimationTPP::SpeedAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, HumanShieldAngularSpeed) == 0x0004A0, "Member 'USBZCharacterAnimationTPP::HumanShieldAngularSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, HSVictimRotateAroundAlpha) == 0x0004A4, "Member 'USBZCharacterAnimationTPP::HSVictimRotateAroundAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, CoveredDistanceSinceStartJumping) == 0x0004A8, "Member 'USBZCharacterAnimationTPP::CoveredDistanceSinceStartJumping' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, PivotSwitchHandler) == 0x0004AC, "Member 'USBZCharacterAnimationTPP::PivotSwitchHandler' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, StopMoveAngle) == 0x0004C8, "Member 'USBZCharacterAnimationTPP::StopMoveAngle' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, StopMoveGaitValue) == 0x0004CC, "Member 'USBZCharacterAnimationTPP::StopMoveGaitValue' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, StartMoveAngle) == 0x0004D0, "Member 'USBZCharacterAnimationTPP::StartMoveAngle' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, StartMoveGaitValue) == 0x0004D4, "Member 'USBZCharacterAnimationTPP::StartMoveGaitValue' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, StartMoveMovementDirection) == 0x0004D8, "Member 'USBZCharacterAnimationTPP::StartMoveMovementDirection' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, ActionUpperBodyLayeredBlendWeight) == 0x0004DC, "Member 'USBZCharacterAnimationTPP::ActionUpperBodyLayeredBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, RootYawOffset) == 0x0004E0, "Member 'USBZCharacterAnimationTPP::RootYawOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, ViewYawOffset) == 0x0004E4, "Member 'USBZCharacterAnimationTPP::ViewYawOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, TurnRemainingYaw) == 0x0004E8, "Member 'USBZCharacterAnimationTPP::TurnRemainingYaw' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, OrientationAngle) == 0x0004EC, "Member 'USBZCharacterAnimationTPP::OrientationAngle' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, AlphaMovingOnGround) == 0x0004F0, "Member 'USBZCharacterAnimationTPP::AlphaMovingOnGround' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, AlphaOnGround) == 0x0004F4, "Member 'USBZCharacterAnimationTPP::AlphaOnGround' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, AlphaSpeedWarping) == 0x0004F8, "Member 'USBZCharacterAnimationTPP::AlphaSpeedWarping' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, AlphaSpeedWarpingMoving) == 0x0004FC, "Member 'USBZCharacterAnimationTPP::AlphaSpeedWarpingMoving' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, FeetPositionX) == 0x000500, "Member 'USBZCharacterAnimationTPP::FeetPositionX' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, FeetPositionY) == 0x000504, "Member 'USBZCharacterAnimationTPP::FeetPositionY' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, AimingAlpha) == 0x000508, "Member 'USBZCharacterAnimationTPP::AimingAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, FootCycle) == 0x00050C, "Member 'USBZCharacterAnimationTPP::FootCycle' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, BSWalkRunPlayRate) == 0x000514, "Member 'USBZCharacterAnimationTPP::BSWalkRunPlayRate' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, BSWalkRunGaitValue) == 0x000518, "Member 'USBZCharacterAnimationTPP::BSWalkRunGaitValue' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, BSWalkRunYaw) == 0x00051C, "Member 'USBZCharacterAnimationTPP::BSWalkRunYaw' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, CrouchBlendingAlpha) == 0x000520, "Member 'USBZCharacterAnimationTPP::CrouchBlendingAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, CrouchBlendingAlphaOnlyLoco) == 0x000524, "Member 'USBZCharacterAnimationTPP::CrouchBlendingAlphaOnlyLoco' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, UpperbodyAlpha) == 0x000528, "Member 'USBZCharacterAnimationTPP::UpperbodyAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, FixUpperbodyAlpha) == 0x00052C, "Member 'USBZCharacterAnimationTPP::FixUpperbodyAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, HigherLowerBodyAlpha) == 0x000530, "Member 'USBZCharacterAnimationTPP::HigherLowerBodyAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, AimOffsetMaxLODUpperbody) == 0x000534, "Member 'USBZCharacterAnimationTPP::AimOffsetMaxLODUpperbody' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, AimOffsetMaxLODHead) == 0x000538, "Member 'USBZCharacterAnimationTPP::AimOffsetMaxLODHead' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, AimOffsetMaxLODHeadLeading) == 0x00053C, "Member 'USBZCharacterAnimationTPP::AimOffsetMaxLODHeadLeading' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, AimOffsetMaxLODFullBody) == 0x000540, "Member 'USBZCharacterAnimationTPP::AimOffsetMaxLODFullBody' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, AimOffsetMaxLODUpperBodyCrouchIdle) == 0x000544, "Member 'USBZCharacterAnimationTPP::AimOffsetMaxLODUpperBodyCrouchIdle' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, AimOffsetMaxLODUpperBodyCrouchMoving) == 0x000548, "Member 'USBZCharacterAnimationTPP::AimOffsetMaxLODUpperBodyCrouchMoving' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, RootOffset) == 0x00054C, "Member 'USBZCharacterAnimationTPP::RootOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, HipsOffset) == 0x000558, "Member 'USBZCharacterAnimationTPP::HipsOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, LeftHandAttachmentLocation) == 0x000564, "Member 'USBZCharacterAnimationTPP::LeftHandAttachmentLocation' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, LeftHandAttachmentWorldLocation) == 0x000570, "Member 'USBZCharacterAnimationTPP::LeftHandAttachmentWorldLocation' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, LeftHandAttachmentWorldAffectedAxis) == 0x00057C, "Member 'USBZCharacterAnimationTPP::LeftHandAttachmentWorldAffectedAxis' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, RightHandAttachmentLocation) == 0x000588, "Member 'USBZCharacterAnimationTPP::RightHandAttachmentLocation' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, RightHandAttachmentWorldLocation) == 0x000594, "Member 'USBZCharacterAnimationTPP::RightHandAttachmentWorldLocation' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, RightHandAttachmentWorldAffectedAxis) == 0x0005A0, "Member 'USBZCharacterAnimationTPP::RightHandAttachmentWorldAffectedAxis' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, LeftHandAttachmentRotation) == 0x0005AC, "Member 'USBZCharacterAnimationTPP::LeftHandAttachmentRotation' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, LeftHandAttachmentWorldRotation) == 0x0005B8, "Member 'USBZCharacterAnimationTPP::LeftHandAttachmentWorldRotation' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, LeftHandAttachmentWorldRotationMode) == 0x0005C4, "Member 'USBZCharacterAnimationTPP::LeftHandAttachmentWorldRotationMode' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, RightHandAttachmentRotation) == 0x0005C8, "Member 'USBZCharacterAnimationTPP::RightHandAttachmentRotation' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, RightHandAttachmentWorldRotation) == 0x0005D4, "Member 'USBZCharacterAnimationTPP::RightHandAttachmentWorldRotation' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, RightHandAttachmentWorldRotationMode) == 0x0005E0, "Member 'USBZCharacterAnimationTPP::RightHandAttachmentWorldRotationMode' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, LeftHandIKAlpha) == 0x0005E4, "Member 'USBZCharacterAnimationTPP::LeftHandIKAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, LeftHandLocalIKAlpha) == 0x0005E8, "Member 'USBZCharacterAnimationTPP::LeftHandLocalIKAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, LeftHandWorldIKAlpha) == 0x0005EC, "Member 'USBZCharacterAnimationTPP::LeftHandWorldIKAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, RightHandWorldIKAlpha) == 0x0005F0, "Member 'USBZCharacterAnimationTPP::RightHandWorldIKAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, RightHandLocalIKAlpha) == 0x0005F4, "Member 'USBZCharacterAnimationTPP::RightHandLocalIKAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, RightHandIKAlpha) == 0x0005F8, "Member 'USBZCharacterAnimationTPP::RightHandIKAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, RightHandGripAlpha) == 0x0005FC, "Member 'USBZCharacterAnimationTPP::RightHandGripAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, LeftHandGripAlpha) == 0x000600, "Member 'USBZCharacterAnimationTPP::LeftHandGripAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, HandIKRetargetingAlpha) == 0x000604, "Member 'USBZCharacterAnimationTPP::HandIKRetargetingAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, HipsAdditiveRotation) == 0x000608, "Member 'USBZCharacterAnimationTPP::HipsAdditiveRotation' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, HipsAdditiveTranslation) == 0x000614, "Member 'USBZCharacterAnimationTPP::HipsAdditiveTranslation' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, OverridenWeaponRotation) == 0x000620, "Member 'USBZCharacterAnimationTPP::OverridenWeaponRotation' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, CurrentTurnAnimationMontage) == 0x000630, "Member 'USBZCharacterAnimationTPP::CurrentTurnAnimationMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, SubAnimationGraph) == 0x000638, "Member 'USBZCharacterAnimationTPP::SubAnimationGraph' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, CurrentTurnAnimation) == 0x000640, "Member 'USBZCharacterAnimationTPP::CurrentTurnAnimation' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, AnimationCollection) == 0x000648, "Member 'USBZCharacterAnimationTPP::AnimationCollection' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, CurrentStanceTransitionMontage) == 0x000650, "Member 'USBZCharacterAnimationTPP::CurrentStanceTransitionMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, CurrentCrouchTransitionMontage) == 0x000658, "Member 'USBZCharacterAnimationTPP::CurrentCrouchTransitionMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, StanceTransitionLFRFMontage) == 0x000660, "Member 'USBZCharacterAnimationTPP::StanceTransitionLFRFMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, StanceTransitionRFLFMontage) == 0x000668, "Member 'USBZCharacterAnimationTPP::StanceTransitionRFLFMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, CrouchTransitionMontage) == 0x000670, "Member 'USBZCharacterAnimationTPP::CrouchTransitionMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, UncrouchTransitionMontage) == 0x000678, "Member 'USBZCharacterAnimationTPP::UncrouchTransitionMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, CrouchMoveTransitionMontage) == 0x000680, "Member 'USBZCharacterAnimationTPP::CrouchMoveTransitionMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, UncrouchMoveTransitionMontage) == 0x000688, "Member 'USBZCharacterAnimationTPP::UncrouchMoveTransitionMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, CrouchMontage) == 0x000690, "Member 'USBZCharacterAnimationTPP::CrouchMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, UncrouchMontage) == 0x000698, "Member 'USBZCharacterAnimationTPP::UncrouchMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, CurrentEquippableClass) == 0x0006A0, "Member 'USBZCharacterAnimationTPP::CurrentEquippableClass' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, AimOffsetSliding) == 0x0006D0, "Member 'USBZCharacterAnimationTPP::AimOffsetSliding' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, AimOffsetVaulting) == 0x0006D8, "Member 'USBZCharacterAnimationTPP::AimOffsetVaulting' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, AimOffsetMantling) == 0x0006E0, "Member 'USBZCharacterAnimationTPP::AimOffsetMantling' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, AimOffsetZiplining) == 0x0006E8, "Member 'USBZCharacterAnimationTPP::AimOffsetZiplining' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, MoveStandBS) == 0x0006F0, "Member 'USBZCharacterAnimationTPP::MoveStandBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, MoveCrouchBS) == 0x0006F8, "Member 'USBZCharacterAnimationTPP::MoveCrouchBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, StartMoveStandTurnBS) == 0x000700, "Member 'USBZCharacterAnimationTPP::StartMoveStandTurnBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, StartMoveStandBS) == 0x000708, "Member 'USBZCharacterAnimationTPP::StartMoveStandBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, StartMoveCrouchBS) == 0x000710, "Member 'USBZCharacterAnimationTPP::StartMoveCrouchBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, StartMoveCrouchTurnBS) == 0x000718, "Member 'USBZCharacterAnimationTPP::StartMoveCrouchTurnBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, MovePivotSwitchBS) == 0x000720, "Member 'USBZCharacterAnimationTPP::MovePivotSwitchBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, StopStandLFoot) == 0x000728, "Member 'USBZCharacterAnimationTPP::StopStandLFoot' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, StopStandRFoot) == 0x000730, "Member 'USBZCharacterAnimationTPP::StopStandRFoot' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, LeanBS) == 0x000738, "Member 'USBZCharacterAnimationTPP::LeanBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, AimOffsetOnlyHeadBS) == 0x000740, "Member 'USBZCharacterAnimationTPP::AimOffsetOnlyHeadBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, AimOffsetAllUpperBodyBS) == 0x000748, "Member 'USBZCharacterAnimationTPP::AimOffsetAllUpperBodyBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, AimOffsetAllUpperBodyCrouchedBS) == 0x000750, "Member 'USBZCharacterAnimationTPP::AimOffsetAllUpperBodyCrouchedBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, AimOffsetAllUpperBodyCrouchedIdleBS) == 0x000758, "Member 'USBZCharacterAnimationTPP::AimOffsetAllUpperBodyCrouchedIdleBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, AimOffsetFullBody) == 0x000760, "Member 'USBZCharacterAnimationTPP::AimOffsetFullBody' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, UpperBodyUnequippedStdBS) == 0x000768, "Member 'USBZCharacterAnimationTPP::UpperBodyUnequippedStdBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, UpperBodyUnequippedCrhBS) == 0x000770, "Member 'USBZCharacterAnimationTPP::UpperBodyUnequippedCrhBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, UpperBodyEquippedStdBS) == 0x000778, "Member 'USBZCharacterAnimationTPP::UpperBodyEquippedStdBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, UpperBodyEquippedCrhBS) == 0x000780, "Member 'USBZCharacterAnimationTPP::UpperBodyEquippedCrhBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, UpperBodyEquippedReadyStdBS) == 0x000788, "Member 'USBZCharacterAnimationTPP::UpperBodyEquippedReadyStdBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, UpperBodyEquippedReadyCrhBS) == 0x000790, "Member 'USBZCharacterAnimationTPP::UpperBodyEquippedReadyCrhBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, UpperBodyEquippedRelaxedStdBS) == 0x000798, "Member 'USBZCharacterAnimationTPP::UpperBodyEquippedRelaxedStdBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, UpperBodyEquippedRelaxedCrhBS) == 0x0007A0, "Member 'USBZCharacterAnimationTPP::UpperBodyEquippedRelaxedCrhBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, UpperBodyEquippedUsingStdBS) == 0x0007A8, "Member 'USBZCharacterAnimationTPP::UpperBodyEquippedUsingStdBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, UpperBodyEquippedUsingCrhBS) == 0x0007B0, "Member 'USBZCharacterAnimationTPP::UpperBodyEquippedUsingCrhBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, UpperBodyLeftHandEquippedStdBS) == 0x0007B8, "Member 'USBZCharacterAnimationTPP::UpperBodyLeftHandEquippedStdBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, UpperBodyLeftHandEquippedCrhBS) == 0x0007C0, "Member 'USBZCharacterAnimationTPP::UpperBodyLeftHandEquippedCrhBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, UpperBodyLeftHandEquippedUsingStdBS) == 0x0007C8, "Member 'USBZCharacterAnimationTPP::UpperBodyLeftHandEquippedUsingStdBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, UpperBodyLeftHandEquippedUsingCrhBS) == 0x0007D0, "Member 'USBZCharacterAnimationTPP::UpperBodyLeftHandEquippedUsingCrhBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, UpperBodyUnequippedIdleBS) == 0x0007D8, "Member 'USBZCharacterAnimationTPP::UpperBodyUnequippedIdleBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, UpperBodyEquippedIdleBS) == 0x0007E0, "Member 'USBZCharacterAnimationTPP::UpperBodyEquippedIdleBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, UpperBodyEquippedReadyIdleBS) == 0x0007E8, "Member 'USBZCharacterAnimationTPP::UpperBodyEquippedReadyIdleBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, UpperBodyEquippedRelaxedIdleBS) == 0x0007F0, "Member 'USBZCharacterAnimationTPP::UpperBodyEquippedRelaxedIdleBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, UpperBodyEquippedUsingIdleBS) == 0x0007F8, "Member 'USBZCharacterAnimationTPP::UpperBodyEquippedUsingIdleBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, UpperBodyLeftHandEquippedIdleBS) == 0x000800, "Member 'USBZCharacterAnimationTPP::UpperBodyLeftHandEquippedIdleBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, UpperBodyLeftHandEquippedUsingIdleBS) == 0x000808, "Member 'USBZCharacterAnimationTPP::UpperBodyLeftHandEquippedUsingIdleBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, VaultSlowStartBS) == 0x000810, "Member 'USBZCharacterAnimationTPP::VaultSlowStartBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, VaultFastStartBS) == 0x000818, "Member 'USBZCharacterAnimationTPP::VaultFastStartBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, VaultExitTraverseBS) == 0x000820, "Member 'USBZCharacterAnimationTPP::VaultExitTraverseBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, VaultLandBS) == 0x000828, "Member 'USBZCharacterAnimationTPP::VaultLandBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, MantleSlowBS) == 0x000830, "Member 'USBZCharacterAnimationTPP::MantleSlowBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, MantleFastBS) == 0x000838, "Member 'USBZCharacterAnimationTPP::MantleFastBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, Idle) == 0x000840, "Member 'USBZCharacterAnimationTPP::Idle' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, IdleCrouch) == 0x000848, "Member 'USBZCharacterAnimationTPP::IdleCrouch' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, StopCrouchLFoot) == 0x000850, "Member 'USBZCharacterAnimationTPP::StopCrouchLFoot' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, StopCrouchRFoot) == 0x000858, "Member 'USBZCharacterAnimationTPP::StopCrouchRFoot' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, JumpStart) == 0x000860, "Member 'USBZCharacterAnimationTPP::JumpStart' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, JumpStartStatic) == 0x000868, "Member 'USBZCharacterAnimationTPP::JumpStartStatic' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, JumpStartMoving) == 0x000870, "Member 'USBZCharacterAnimationTPP::JumpStartMoving' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, Fall) == 0x000878, "Member 'USBZCharacterAnimationTPP::Fall' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, HSVictimRotateAroundBS) == 0x000880, "Member 'USBZCharacterAnimationTPP::HSVictimRotateAroundBS' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, EquippableLeftGripPose) == 0x000888, "Member 'USBZCharacterAnimationTPP::EquippableLeftGripPose' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, EquippableRightGripPose) == 0x000890, "Member 'USBZCharacterAnimationTPP::EquippableRightGripPose' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, CurrentStopAnimation) == 0x000898, "Member 'USBZCharacterAnimationTPP::CurrentStopAnimation' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, CurrentBodyGestureMontage) == 0x0008A0, "Member 'USBZCharacterAnimationTPP::CurrentBodyGestureMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, CurrentTarget) == 0x0008A8, "Member 'USBZCharacterAnimationTPP::CurrentTarget' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, LookFocusHandler) == 0x0008B0, "Member 'USBZCharacterAnimationTPP::LookFocusHandler' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, WrinklesHandler) == 0x000948, "Member 'USBZCharacterAnimationTPP::WrinklesHandler' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterAnimationTPP, CurrentFullBodyMontage) == 0x000958, "Member 'USBZCharacterAnimationTPP::CurrentFullBodyMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSentryGunOverheatExecutionCalculation \ +static_assert(alignof(USBZSentryGunOverheatExecutionCalculation) == 0x000008, "Wrong alignment on USBZSentryGunOverheatExecutionCalculation"); \ +static_assert(sizeof(USBZSentryGunOverheatExecutionCalculation) == 0x000090, "Wrong size on USBZSentryGunOverheatExecutionCalculation"); \ + +#define DUMPER7_ASSERTS_SBZLoadProgressionManager_GetLoadProgressionManager \ +static_assert(alignof(SBZLoadProgressionManager_GetLoadProgressionManager) == 0x000008, "Wrong alignment on SBZLoadProgressionManager_GetLoadProgressionManager"); \ +static_assert(sizeof(SBZLoadProgressionManager_GetLoadProgressionManager) == 0x000010, "Wrong size on SBZLoadProgressionManager_GetLoadProgressionManager"); \ +static_assert(offsetof(SBZLoadProgressionManager_GetLoadProgressionManager, WorldContextObject) == 0x000000, "Member 'SBZLoadProgressionManager_GetLoadProgressionManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadProgressionManager_GetLoadProgressionManager, ReturnValue) == 0x000008, "Member 'SBZLoadProgressionManager_GetLoadProgressionManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLoadProgressionManager \ +static_assert(alignof(USBZLoadProgressionManager) == 0x000008, "Wrong alignment on USBZLoadProgressionManager"); \ +static_assert(sizeof(USBZLoadProgressionManager) == 0x000050, "Wrong size on USBZLoadProgressionManager"); \ + +#define DUMPER7_ASSERTS_SBZCharacterEffectContainer_OnCharactedEffectCooldownProgressUpdated \ +static_assert(alignof(SBZCharacterEffectContainer_OnCharactedEffectCooldownProgressUpdated) == 0x000008, "Wrong alignment on SBZCharacterEffectContainer_OnCharactedEffectCooldownProgressUpdated"); \ +static_assert(sizeof(SBZCharacterEffectContainer_OnCharactedEffectCooldownProgressUpdated) == 0x000030, "Wrong size on SBZCharacterEffectContainer_OnCharactedEffectCooldownProgressUpdated"); \ +static_assert(offsetof(SBZCharacterEffectContainer_OnCharactedEffectCooldownProgressUpdated, CharacterRuntime) == 0x000000, "Member 'SBZCharacterEffectContainer_OnCharactedEffectCooldownProgressUpdated::CharacterRuntime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterEffectContainer_OnCharactedEffectValueUpdated \ +static_assert(alignof(SBZCharacterEffectContainer_OnCharactedEffectValueUpdated) == 0x000008, "Wrong alignment on SBZCharacterEffectContainer_OnCharactedEffectValueUpdated"); \ +static_assert(sizeof(SBZCharacterEffectContainer_OnCharactedEffectValueUpdated) == 0x000030, "Wrong size on SBZCharacterEffectContainer_OnCharactedEffectValueUpdated"); \ +static_assert(offsetof(SBZCharacterEffectContainer_OnCharactedEffectValueUpdated, CharacterRuntime) == 0x000000, "Member 'SBZCharacterEffectContainer_OnCharactedEffectValueUpdated::CharacterRuntime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterEffectContainer_OnCharacterEffectAdded \ +static_assert(alignof(SBZCharacterEffectContainer_OnCharacterEffectAdded) == 0x000008, "Wrong alignment on SBZCharacterEffectContainer_OnCharacterEffectAdded"); \ +static_assert(sizeof(SBZCharacterEffectContainer_OnCharacterEffectAdded) == 0x000030, "Wrong size on SBZCharacterEffectContainer_OnCharacterEffectAdded"); \ +static_assert(offsetof(SBZCharacterEffectContainer_OnCharacterEffectAdded, CharacterRuntime) == 0x000000, "Member 'SBZCharacterEffectContainer_OnCharacterEffectAdded::CharacterRuntime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterEffectContainer_OnCharacterEffectRemoved \ +static_assert(alignof(SBZCharacterEffectContainer_OnCharacterEffectRemoved) == 0x000008, "Wrong alignment on SBZCharacterEffectContainer_OnCharacterEffectRemoved"); \ +static_assert(sizeof(SBZCharacterEffectContainer_OnCharacterEffectRemoved) == 0x000030, "Wrong size on SBZCharacterEffectContainer_OnCharacterEffectRemoved"); \ +static_assert(offsetof(SBZCharacterEffectContainer_OnCharacterEffectRemoved, CharacterRuntime) == 0x000000, "Member 'SBZCharacterEffectContainer_OnCharacterEffectRemoved::CharacterRuntime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCharacterEffectContainer \ +static_assert(alignof(USBZCharacterEffectContainer) == 0x000008, "Wrong alignment on USBZCharacterEffectContainer"); \ +static_assert(sizeof(USBZCharacterEffectContainer) == 0x000318, "Wrong size on USBZCharacterEffectContainer"); \ +static_assert(offsetof(USBZCharacterEffectContainer, Panel_CharacterEffectsContainer) == 0x0002A8, "Member 'USBZCharacterEffectContainer::Panel_CharacterEffectsContainer' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterEffectContainer, CharacterEffectWidgetClass) == 0x0002B0, "Member 'USBZCharacterEffectContainer::CharacterEffectWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterEffectContainer, ActiveEffectWidgets) == 0x0002B8, "Member 'USBZCharacterEffectContainer::ActiveEffectWidgets' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterEffectContainer, EmptyCharacterEffectsPool) == 0x000308, "Member 'USBZCharacterEffectContainer::EmptyCharacterEffectsPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameRecordsManager_Get \ +static_assert(alignof(SBZGameRecordsManager_Get) == 0x000008, "Wrong alignment on SBZGameRecordsManager_Get"); \ +static_assert(sizeof(SBZGameRecordsManager_Get) == 0x000010, "Wrong size on SBZGameRecordsManager_Get"); \ +static_assert(offsetof(SBZGameRecordsManager_Get, WorldContextObject) == 0x000000, "Member 'SBZGameRecordsManager_Get::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZGameRecordsManager_Get, ReturnValue) == 0x000008, "Member 'SBZGameRecordsManager_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameRecordsManager_CacheDifficultyConfiguration \ +static_assert(alignof(SBZGameRecordsManager_CacheDifficultyConfiguration) == 0x000008, "Wrong alignment on SBZGameRecordsManager_CacheDifficultyConfiguration"); \ +static_assert(sizeof(SBZGameRecordsManager_CacheDifficultyConfiguration) == 0x000010, "Wrong size on SBZGameRecordsManager_CacheDifficultyConfiguration"); \ +static_assert(offsetof(SBZGameRecordsManager_CacheDifficultyConfiguration, InConfiguration) == 0x000000, "Member 'SBZGameRecordsManager_CacheDifficultyConfiguration::InConfiguration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameRecordsManager_CacheNewsFeed \ +static_assert(alignof(SBZGameRecordsManager_CacheNewsFeed) == 0x000008, "Wrong alignment on SBZGameRecordsManager_CacheNewsFeed"); \ +static_assert(sizeof(SBZGameRecordsManager_CacheNewsFeed) == 0x000010, "Wrong size on SBZGameRecordsManager_CacheNewsFeed"); \ +static_assert(offsetof(SBZGameRecordsManager_CacheNewsFeed, inNewsFeed) == 0x000000, "Member 'SBZGameRecordsManager_CacheNewsFeed::inNewsFeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameRecordsManager_GetDifficultyConfiguration \ +static_assert(alignof(SBZGameRecordsManager_GetDifficultyConfiguration) == 0x000008, "Wrong alignment on SBZGameRecordsManager_GetDifficultyConfiguration"); \ +static_assert(sizeof(SBZGameRecordsManager_GetDifficultyConfiguration) == 0x000010, "Wrong size on SBZGameRecordsManager_GetDifficultyConfiguration"); \ +static_assert(offsetof(SBZGameRecordsManager_GetDifficultyConfiguration, ReturnValue) == 0x000000, "Member 'SBZGameRecordsManager_GetDifficultyConfiguration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameRecordsManager_GetMatchmakingAndHostingData \ +static_assert(alignof(SBZGameRecordsManager_GetMatchmakingAndHostingData) == 0x000008, "Wrong alignment on SBZGameRecordsManager_GetMatchmakingAndHostingData"); \ +static_assert(sizeof(SBZGameRecordsManager_GetMatchmakingAndHostingData) == 0x000050, "Wrong size on SBZGameRecordsManager_GetMatchmakingAndHostingData"); \ +static_assert(offsetof(SBZGameRecordsManager_GetMatchmakingAndHostingData, ReturnValue) == 0x000000, "Member 'SBZGameRecordsManager_GetMatchmakingAndHostingData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameRecordsManager_GetNewsFeed \ +static_assert(alignof(SBZGameRecordsManager_GetNewsFeed) == 0x000008, "Wrong alignment on SBZGameRecordsManager_GetNewsFeed"); \ +static_assert(sizeof(SBZGameRecordsManager_GetNewsFeed) == 0x000010, "Wrong size on SBZGameRecordsManager_GetNewsFeed"); \ +static_assert(offsetof(SBZGameRecordsManager_GetNewsFeed, ReturnValue) == 0x000000, "Member 'SBZGameRecordsManager_GetNewsFeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameRecordsManager_GetTitleData \ +static_assert(alignof(SBZGameRecordsManager_GetTitleData) == 0x000008, "Wrong alignment on SBZGameRecordsManager_GetTitleData"); \ +static_assert(sizeof(SBZGameRecordsManager_GetTitleData) == 0x000010, "Wrong size on SBZGameRecordsManager_GetTitleData"); \ +static_assert(offsetof(SBZGameRecordsManager_GetTitleData, ReturnValue) == 0x000000, "Member 'SBZGameRecordsManager_GetTitleData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameRecordsManager_GetMetaEventsData \ +static_assert(alignof(SBZGameRecordsManager_GetMetaEventsData) == 0x000008, "Wrong alignment on SBZGameRecordsManager_GetMetaEventsData"); \ +static_assert(sizeof(SBZGameRecordsManager_GetMetaEventsData) == 0x000010, "Wrong size on SBZGameRecordsManager_GetMetaEventsData"); \ +static_assert(offsetof(SBZGameRecordsManager_GetMetaEventsData, ReturnValue) == 0x000000, "Member 'SBZGameRecordsManager_GetMetaEventsData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameRecordsManager_GetMetaEventsDataRunning \ +static_assert(alignof(SBZGameRecordsManager_GetMetaEventsDataRunning) == 0x000008, "Wrong alignment on SBZGameRecordsManager_GetMetaEventsDataRunning"); \ +static_assert(sizeof(SBZGameRecordsManager_GetMetaEventsDataRunning) == 0x000010, "Wrong size on SBZGameRecordsManager_GetMetaEventsDataRunning"); \ +static_assert(offsetof(SBZGameRecordsManager_GetMetaEventsDataRunning, ReturnValue) == 0x000000, "Member 'SBZGameRecordsManager_GetMetaEventsDataRunning::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGameRecordsManager \ +static_assert(alignof(USBZGameRecordsManager) == 0x000008, "Wrong alignment on USBZGameRecordsManager"); \ +static_assert(sizeof(USBZGameRecordsManager) == 0x000700, "Wrong size on USBZGameRecordsManager"); \ + +#define DUMPER7_ASSERTS_USBZShockGrenadeExecutionCalculation \ +static_assert(alignof(USBZShockGrenadeExecutionCalculation) == 0x000008, "Wrong alignment on USBZShockGrenadeExecutionCalculation"); \ +static_assert(sizeof(USBZShockGrenadeExecutionCalculation) == 0x0000D8, "Wrong size on USBZShockGrenadeExecutionCalculation"); \ + +#define DUMPER7_ASSERTS_USBZCharacterEffectDataAsset \ +static_assert(alignof(USBZCharacterEffectDataAsset) == 0x000008, "Wrong alignment on USBZCharacterEffectDataAsset"); \ +static_assert(sizeof(USBZCharacterEffectDataAsset) == 0x000058, "Wrong size on USBZCharacterEffectDataAsset"); \ +static_assert(offsetof(USBZCharacterEffectDataAsset, CharacterEffectIcon) == 0x000038, "Member 'USBZCharacterEffectDataAsset::CharacterEffectIcon' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterEffectDataAsset, OnDisplayAudioEvent) == 0x000040, "Member 'USBZCharacterEffectDataAsset::OnDisplayAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterEffectDataAsset, DefaultCharacterEffectColor) == 0x000048, "Member 'USBZCharacterEffectDataAsset::DefaultCharacterEffectColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillHackingECMExpertAced \ +static_assert(alignof(USBZSkillHackingECMExpertAced) == 0x000008, "Wrong alignment on USBZSkillHackingECMExpertAced"); \ +static_assert(sizeof(USBZSkillHackingECMExpertAced) == 0x000230, "Wrong size on USBZSkillHackingECMExpertAced"); \ + +#define DUMPER7_ASSERTS_USBZCharacterEventNotifyState \ +static_assert(alignof(USBZCharacterEventNotifyState) == 0x000008, "Wrong alignment on USBZCharacterEventNotifyState"); \ +static_assert(sizeof(USBZCharacterEventNotifyState) == 0x000048, "Wrong size on USBZCharacterEventNotifyState"); \ +static_assert(offsetof(USBZCharacterEventNotifyState, EventTag) == 0x000038, "Member 'USBZCharacterEventNotifyState::EventTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCharacterFootStepComponent \ +static_assert(alignof(USBZCharacterFootStepComponent) == 0x000008, "Wrong alignment on USBZCharacterFootStepComponent"); \ +static_assert(sizeof(USBZCharacterFootStepComponent) == 0x000168, "Wrong size on USBZCharacterFootStepComponent"); \ +static_assert(offsetof(USBZCharacterFootStepComponent, OverrideSoundEvent) == 0x0000D8, "Member 'USBZCharacterFootStepComponent::OverrideSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterFootStepComponent, FootStepRtpc) == 0x0000E0, "Member 'USBZCharacterFootStepComponent::FootStepRtpc' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterFootStepComponent, NormalStepDistance) == 0x0000E8, "Member 'USBZCharacterFootStepComponent::NormalStepDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterFootStepComponent, CrouchStepDistance) == 0x0000F0, "Member 'USBZCharacterFootStepComponent::CrouchStepDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterFootStepComponent, RunStepDistance) == 0x0000F8, "Member 'USBZCharacterFootStepComponent::RunStepDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterFootStepComponent, TargetingStepDistance) == 0x000100, "Member 'USBZCharacterFootStepComponent::TargetingStepDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterFootStepComponent, bUseFootContactNotifies) == 0x000108, "Member 'USBZCharacterFootStepComponent::bUseFootContactNotifies' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterFootStepComponent, InterpolationTimeMSFootstep) == 0x00010C, "Member 'USBZCharacterFootStepComponent::InterpolationTimeMSFootstep' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterFootStepComponent, bCanMakeNoise) == 0x000110, "Member 'USBZCharacterFootStepComponent::bCanMakeNoise' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterFootStepComponent, NormalNoiseRange) == 0x000114, "Member 'USBZCharacterFootStepComponent::NormalNoiseRange' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterFootStepComponent, CrouchNoiseRange) == 0x000118, "Member 'USBZCharacterFootStepComponent::CrouchNoiseRange' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterFootStepComponent, RunNoiseRange) == 0x00011C, "Member 'USBZCharacterFootStepComponent::RunNoiseRange' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterFootStepComponent, OwnerCharacter) == 0x000150, "Member 'USBZCharacterFootStepComponent::OwnerCharacter' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterFootStepComponent, OwnerCharacterMovementComponent) == 0x000158, "Member 'USBZCharacterFootStepComponent::OwnerCharacterMovementComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackingComponent_Multicast_SetHackingState \ +static_assert(alignof(SBZHackingComponent_Multicast_SetHackingState) == 0x000001, "Wrong alignment on SBZHackingComponent_Multicast_SetHackingState"); \ +static_assert(sizeof(SBZHackingComponent_Multicast_SetHackingState) == 0x000001, "Wrong size on SBZHackingComponent_Multicast_SetHackingState"); \ +static_assert(offsetof(SBZHackingComponent_Multicast_SetHackingState, NewHackingState) == 0x000000, "Member 'SBZHackingComponent_Multicast_SetHackingState::NewHackingState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackingComponent_SetHackingState \ +static_assert(alignof(SBZHackingComponent_SetHackingState) == 0x000001, "Wrong alignment on SBZHackingComponent_SetHackingState"); \ +static_assert(sizeof(SBZHackingComponent_SetHackingState) == 0x000001, "Wrong size on SBZHackingComponent_SetHackingState"); \ +static_assert(offsetof(SBZHackingComponent_SetHackingState, NewHackingState) == 0x000000, "Member 'SBZHackingComponent_SetHackingState::NewHackingState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackingComponent_GetHackingState \ +static_assert(alignof(SBZHackingComponent_GetHackingState) == 0x000001, "Wrong alignment on SBZHackingComponent_GetHackingState"); \ +static_assert(sizeof(SBZHackingComponent_GetHackingState) == 0x000001, "Wrong size on SBZHackingComponent_GetHackingState"); \ +static_assert(offsetof(SBZHackingComponent_GetHackingState, ReturnValue) == 0x000000, "Member 'SBZHackingComponent_GetHackingState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHackingComponent \ +static_assert(alignof(USBZHackingComponent) == 0x000008, "Wrong alignment on USBZHackingComponent"); \ +static_assert(sizeof(USBZHackingComponent) == 0x0000D8, "Wrong size on USBZHackingComponent"); \ +static_assert(offsetof(USBZHackingComponent, HackingState) == 0x0000D0, "Member 'USBZHackingComponent::HackingState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillEngineerExtraTurretsAced \ +static_assert(alignof(USBZSkillEngineerExtraTurretsAced) == 0x000008, "Wrong alignment on USBZSkillEngineerExtraTurretsAced"); \ +static_assert(sizeof(USBZSkillEngineerExtraTurretsAced) == 0x000230, "Wrong size on USBZSkillEngineerExtraTurretsAced"); \ + +#define DUMPER7_ASSERTS_SBZCharacterManager_GetCharacterManager \ +static_assert(alignof(SBZCharacterManager_GetCharacterManager) == 0x000008, "Wrong alignment on SBZCharacterManager_GetCharacterManager"); \ +static_assert(sizeof(SBZCharacterManager_GetCharacterManager) == 0x000010, "Wrong size on SBZCharacterManager_GetCharacterManager"); \ +static_assert(offsetof(SBZCharacterManager_GetCharacterManager, WorldContextObject) == 0x000000, "Member 'SBZCharacterManager_GetCharacterManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZCharacterManager_GetCharacterManager, ReturnValue) == 0x000008, "Member 'SBZCharacterManager_GetCharacterManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterManager_GetPreferredCharacters \ +static_assert(alignof(SBZCharacterManager_GetPreferredCharacters) == 0x000008, "Wrong alignment on SBZCharacterManager_GetPreferredCharacters"); \ +static_assert(sizeof(SBZCharacterManager_GetPreferredCharacters) == 0x000010, "Wrong size on SBZCharacterManager_GetPreferredCharacters"); \ +static_assert(offsetof(SBZCharacterManager_GetPreferredCharacters, PreferredCharacterIndexArrayOut) == 0x000000, "Member 'SBZCharacterManager_GetPreferredCharacters::PreferredCharacterIndexArrayOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCharacterManager \ +static_assert(alignof(USBZCharacterManager) == 0x000008, "Wrong alignment on USBZCharacterManager"); \ +static_assert(sizeof(USBZCharacterManager) == 0x000068, "Wrong size on USBZCharacterManager"); \ + +#define DUMPER7_ASSERTS_USBZRecoilComponent \ +static_assert(alignof(USBZRecoilComponent) == 0x000008, "Wrong alignment on USBZRecoilComponent"); \ +static_assert(sizeof(USBZRecoilComponent) == 0x000188, "Wrong size on USBZRecoilComponent"); \ +static_assert(offsetof(USBZRecoilComponent, PlayerCharacter) == 0x0000C0, "Member 'USBZRecoilComponent::PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(USBZRecoilComponent, CurrentWeapon) == 0x0000C8, "Member 'USBZRecoilComponent::CurrentWeapon' has a wrong offset!"); \ +static_assert(offsetof(USBZRecoilComponent, CurrentRecoilData) == 0x0000D0, "Member 'USBZRecoilComponent::CurrentRecoilData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCharacterMovementSettings \ +static_assert(alignof(USBZCharacterMovementSettings) == 0x000008, "Wrong alignment on USBZCharacterMovementSettings"); \ +static_assert(sizeof(USBZCharacterMovementSettings) == 0x000120, "Wrong size on USBZCharacterMovementSettings"); \ +static_assert(offsetof(USBZCharacterMovementSettings, DefaultSetting) == 0x000038, "Member 'USBZCharacterMovementSettings::DefaultSetting' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterMovementSettings, Settings) == 0x000110, "Member 'USBZCharacterMovementSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterPreferenceCharacterSlotButton_OnActiveChanged \ +static_assert(alignof(SBZCharacterPreferenceCharacterSlotButton_OnActiveChanged) == 0x000001, "Wrong alignment on SBZCharacterPreferenceCharacterSlotButton_OnActiveChanged"); \ +static_assert(sizeof(SBZCharacterPreferenceCharacterSlotButton_OnActiveChanged) == 0x000001, "Wrong size on SBZCharacterPreferenceCharacterSlotButton_OnActiveChanged"); \ +static_assert(offsetof(SBZCharacterPreferenceCharacterSlotButton_OnActiveChanged, bInIsActive) == 0x000000, "Member 'SBZCharacterPreferenceCharacterSlotButton_OnActiveChanged::bInIsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterPreferenceCharacterSlotButton_OnHovered \ +static_assert(alignof(SBZCharacterPreferenceCharacterSlotButton_OnHovered) == 0x000001, "Wrong alignment on SBZCharacterPreferenceCharacterSlotButton_OnHovered"); \ +static_assert(sizeof(SBZCharacterPreferenceCharacterSlotButton_OnHovered) == 0x000001, "Wrong size on SBZCharacterPreferenceCharacterSlotButton_OnHovered"); \ +static_assert(offsetof(SBZCharacterPreferenceCharacterSlotButton_OnHovered, bIsHovered) == 0x000000, "Member 'SBZCharacterPreferenceCharacterSlotButton_OnHovered::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterPreferenceCharacterSlotButton_OnLockedChanged \ +static_assert(alignof(SBZCharacterPreferenceCharacterSlotButton_OnLockedChanged) == 0x000001, "Wrong alignment on SBZCharacterPreferenceCharacterSlotButton_OnLockedChanged"); \ +static_assert(sizeof(SBZCharacterPreferenceCharacterSlotButton_OnLockedChanged) == 0x000001, "Wrong size on SBZCharacterPreferenceCharacterSlotButton_OnLockedChanged"); \ +static_assert(offsetof(SBZCharacterPreferenceCharacterSlotButton_OnLockedChanged, bInIsLocked) == 0x000000, "Member 'SBZCharacterPreferenceCharacterSlotButton_OnLockedChanged::bInIsLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterPreferenceCharacterSlotButton_SetActive \ +static_assert(alignof(SBZCharacterPreferenceCharacterSlotButton_SetActive) == 0x000001, "Wrong alignment on SBZCharacterPreferenceCharacterSlotButton_SetActive"); \ +static_assert(sizeof(SBZCharacterPreferenceCharacterSlotButton_SetActive) == 0x000001, "Wrong size on SBZCharacterPreferenceCharacterSlotButton_SetActive"); \ +static_assert(offsetof(SBZCharacterPreferenceCharacterSlotButton_SetActive, bInIsActive) == 0x000000, "Member 'SBZCharacterPreferenceCharacterSlotButton_SetActive::bInIsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterPreferenceCharacterSlotButton_SetCharacterInSlot \ +static_assert(alignof(SBZCharacterPreferenceCharacterSlotButton_SetCharacterInSlot) == 0x000008, "Wrong alignment on SBZCharacterPreferenceCharacterSlotButton_SetCharacterInSlot"); \ +static_assert(sizeof(SBZCharacterPreferenceCharacterSlotButton_SetCharacterInSlot) == 0x000008, "Wrong size on SBZCharacterPreferenceCharacterSlotButton_SetCharacterInSlot"); \ +static_assert(offsetof(SBZCharacterPreferenceCharacterSlotButton_SetCharacterInSlot, InCharacterInSlot) == 0x000000, "Member 'SBZCharacterPreferenceCharacterSlotButton_SetCharacterInSlot::InCharacterInSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterPreferenceCharacterSlotButton_SetIndex \ +static_assert(alignof(SBZCharacterPreferenceCharacterSlotButton_SetIndex) == 0x000004, "Wrong alignment on SBZCharacterPreferenceCharacterSlotButton_SetIndex"); \ +static_assert(sizeof(SBZCharacterPreferenceCharacterSlotButton_SetIndex) == 0x000004, "Wrong size on SBZCharacterPreferenceCharacterSlotButton_SetIndex"); \ +static_assert(offsetof(SBZCharacterPreferenceCharacterSlotButton_SetIndex, InItemIndex) == 0x000000, "Member 'SBZCharacterPreferenceCharacterSlotButton_SetIndex::InItemIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterPreferenceCharacterSlotButton_SetLocked \ +static_assert(alignof(SBZCharacterPreferenceCharacterSlotButton_SetLocked) == 0x000001, "Wrong alignment on SBZCharacterPreferenceCharacterSlotButton_SetLocked"); \ +static_assert(sizeof(SBZCharacterPreferenceCharacterSlotButton_SetLocked) == 0x000001, "Wrong size on SBZCharacterPreferenceCharacterSlotButton_SetLocked"); \ +static_assert(offsetof(SBZCharacterPreferenceCharacterSlotButton_SetLocked, bInIsLocked) == 0x000000, "Member 'SBZCharacterPreferenceCharacterSlotButton_SetLocked::bInIsLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterPreferenceCharacterSlotButton_GetDisplayIndex \ +static_assert(alignof(SBZCharacterPreferenceCharacterSlotButton_GetDisplayIndex) == 0x000004, "Wrong alignment on SBZCharacterPreferenceCharacterSlotButton_GetDisplayIndex"); \ +static_assert(sizeof(SBZCharacterPreferenceCharacterSlotButton_GetDisplayIndex) == 0x000004, "Wrong size on SBZCharacterPreferenceCharacterSlotButton_GetDisplayIndex"); \ +static_assert(offsetof(SBZCharacterPreferenceCharacterSlotButton_GetDisplayIndex, ReturnValue) == 0x000000, "Member 'SBZCharacterPreferenceCharacterSlotButton_GetDisplayIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterPreferenceCharacterSlotButton_IsEmpty \ +static_assert(alignof(SBZCharacterPreferenceCharacterSlotButton_IsEmpty) == 0x000001, "Wrong alignment on SBZCharacterPreferenceCharacterSlotButton_IsEmpty"); \ +static_assert(sizeof(SBZCharacterPreferenceCharacterSlotButton_IsEmpty) == 0x000001, "Wrong size on SBZCharacterPreferenceCharacterSlotButton_IsEmpty"); \ +static_assert(offsetof(SBZCharacterPreferenceCharacterSlotButton_IsEmpty, ReturnValue) == 0x000000, "Member 'SBZCharacterPreferenceCharacterSlotButton_IsEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCharacterPreferenceCharacterSlotButton_IsLocked \ +static_assert(alignof(SBZCharacterPreferenceCharacterSlotButton_IsLocked) == 0x000001, "Wrong alignment on SBZCharacterPreferenceCharacterSlotButton_IsLocked"); \ +static_assert(sizeof(SBZCharacterPreferenceCharacterSlotButton_IsLocked) == 0x000001, "Wrong size on SBZCharacterPreferenceCharacterSlotButton_IsLocked"); \ +static_assert(offsetof(SBZCharacterPreferenceCharacterSlotButton_IsLocked, ReturnValue) == 0x000000, "Member 'SBZCharacterPreferenceCharacterSlotButton_IsLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCharacterPreferenceCharacterSlotButton \ +static_assert(alignof(USBZCharacterPreferenceCharacterSlotButton) == 0x000008, "Wrong alignment on USBZCharacterPreferenceCharacterSlotButton"); \ +static_assert(sizeof(USBZCharacterPreferenceCharacterSlotButton) == 0x0002B0, "Wrong size on USBZCharacterPreferenceCharacterSlotButton"); \ +static_assert(offsetof(USBZCharacterPreferenceCharacterSlotButton, OnCharacterPreferenceSlotButtonSelected) == 0x000290, "Member 'USBZCharacterPreferenceCharacterSlotButton::OnCharacterPreferenceSlotButtonSelected' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterPreferenceCharacterSlotButton, bIsLocked) == 0x0002A0, "Member 'USBZCharacterPreferenceCharacterSlotButton::bIsLocked' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterPreferenceCharacterSlotButton, ItemIndex) == 0x0002A4, "Member 'USBZCharacterPreferenceCharacterSlotButton::ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterPreferenceCharacterSlotButton, CharacterInSlot) == 0x0002A8, "Member 'USBZCharacterPreferenceCharacterSlotButton::CharacterInSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCharacterSlidingComponent \ +static_assert(alignof(USBZCharacterSlidingComponent) == 0x000010, "Wrong alignment on USBZCharacterSlidingComponent"); \ +static_assert(sizeof(USBZCharacterSlidingComponent) == 0x000290, "Wrong size on USBZCharacterSlidingComponent"); \ +static_assert(offsetof(USBZCharacterSlidingComponent, OverrideSoundEvent) == 0x0000C0, "Member 'USBZCharacterSlidingComponent::OverrideSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterSlidingComponent, bCanMakeNoise) == 0x0000C8, "Member 'USBZCharacterSlidingComponent::bCanMakeNoise' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterSlidingComponent, SlidingNoiseRange) == 0x0000CC, "Member 'USBZCharacterSlidingComponent::SlidingNoiseRange' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterSlidingComponent, OwnerCharacter) == 0x0000D0, "Member 'USBZCharacterSlidingComponent::OwnerCharacter' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterSlidingComponent, OwnerCharacterMovementComponent) == 0x0000D8, "Member 'USBZCharacterSlidingComponent::OwnerCharacterMovementComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZCharacterSlidingComponent, LastUsedAkComponent) == 0x000280, "Member 'USBZCharacterSlidingComponent::LastUsedAkComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZVoiceCommentDataAsset \ +static_assert(alignof(USBZVoiceCommentDataAsset) == 0x000008, "Wrong alignment on USBZVoiceCommentDataAsset"); \ +static_assert(sizeof(USBZVoiceCommentDataAsset) == 0x000088, "Wrong size on USBZVoiceCommentDataAsset"); \ +static_assert(offsetof(USBZVoiceCommentDataAsset, CommentState) == 0x000038, "Member 'USBZVoiceCommentDataAsset::CommentState' has a wrong offset!"); \ +static_assert(offsetof(USBZVoiceCommentDataAsset, VoiceEvent) == 0x000048, "Member 'USBZVoiceCommentDataAsset::VoiceEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZVoiceCommentDataAsset, CoolDown) == 0x00004C, "Member 'USBZVoiceCommentDataAsset::CoolDown' has a wrong offset!"); \ +static_assert(offsetof(USBZVoiceCommentDataAsset, Chance) == 0x000050, "Member 'USBZVoiceCommentDataAsset::Chance' has a wrong offset!"); \ +static_assert(offsetof(USBZVoiceCommentDataAsset, DelayRange) == 0x000054, "Member 'USBZVoiceCommentDataAsset::DelayRange' has a wrong offset!"); \ +static_assert(offsetof(USBZVoiceCommentDataAsset, GlobalPermission) == 0x00005C, "Member 'USBZVoiceCommentDataAsset::GlobalPermission' has a wrong offset!"); \ +static_assert(offsetof(USBZVoiceCommentDataAsset, BlockingTags) == 0x000068, "Member 'USBZVoiceCommentDataAsset::BlockingTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillCasingHulkOutAced \ +static_assert(alignof(USBZSkillCasingHulkOutAced) == 0x000008, "Wrong alignment on USBZSkillCasingHulkOutAced"); \ +static_assert(sizeof(USBZSkillCasingHulkOutAced) == 0x000230, "Wrong size on USBZSkillCasingHulkOutAced"); \ + +#define DUMPER7_ASSERTS_USBZChatGameSettings \ +static_assert(alignof(USBZChatGameSettings) == 0x000008, "Wrong alignment on USBZChatGameSettings"); \ +static_assert(sizeof(USBZChatGameSettings) == 0x000058, "Wrong size on USBZChatGameSettings"); \ +static_assert(offsetof(USBZChatGameSettings, FadeOutTimer) == 0x000038, "Member 'USBZChatGameSettings::FadeOutTimer' has a wrong offset!"); \ +static_assert(offsetof(USBZChatGameSettings, MaxCharPerMessage) == 0x00003C, "Member 'USBZChatGameSettings::MaxCharPerMessage' has a wrong offset!"); \ +static_assert(offsetof(USBZChatGameSettings, MinCharPerMessage) == 0x000040, "Member 'USBZChatGameSettings::MinCharPerMessage' has a wrong offset!"); \ +static_assert(offsetof(USBZChatGameSettings, MessageCooldownTimer) == 0x000044, "Member 'USBZChatGameSettings::MessageCooldownTimer' has a wrong offset!"); \ +static_assert(offsetof(USBZChatGameSettings, MaxMessagesBeforeBlock) == 0x000048, "Member 'USBZChatGameSettings::MaxMessagesBeforeBlock' has a wrong offset!"); \ +static_assert(offsetof(USBZChatGameSettings, MessageSpamCooldown) == 0x00004C, "Member 'USBZChatGameSettings::MessageSpamCooldown' has a wrong offset!"); \ +static_assert(offsetof(USBZChatGameSettings, MaxTotalDisplayedMessages) == 0x000050, "Member 'USBZChatGameSettings::MaxTotalDisplayedMessages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChatSettings_GetChatSettings \ +static_assert(alignof(SBZChatSettings_GetChatSettings) == 0x000008, "Wrong alignment on SBZChatSettings_GetChatSettings"); \ +static_assert(sizeof(SBZChatSettings_GetChatSettings) == 0x000008, "Wrong size on SBZChatSettings_GetChatSettings"); \ +static_assert(offsetof(SBZChatSettings_GetChatSettings, ReturnValue) == 0x000000, "Member 'SBZChatSettings_GetChatSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZChatSettings \ +static_assert(alignof(USBZChatSettings) == 0x000008, "Wrong alignment on USBZChatSettings"); \ +static_assert(sizeof(USBZChatSettings) == 0x000080, "Wrong size on USBZChatSettings"); \ +static_assert(offsetof(USBZChatSettings, Schematic) == 0x000048, "Member 'USBZChatSettings::Schematic' has a wrong offset!"); \ +static_assert(offsetof(USBZChatSettings, CachedSchematic) == 0x000078, "Member 'USBZChatSettings::CachedSchematic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButtonFrameInterpolatorChoice_SetOptionFrameInterpolators \ +static_assert(alignof(SBZSettingsButtonFrameInterpolatorChoice_SetOptionFrameInterpolators) == 0x000004, "Wrong alignment on SBZSettingsButtonFrameInterpolatorChoice_SetOptionFrameInterpolators"); \ +static_assert(sizeof(SBZSettingsButtonFrameInterpolatorChoice_SetOptionFrameInterpolators) == 0x000004, "Wrong size on SBZSettingsButtonFrameInterpolatorChoice_SetOptionFrameInterpolators"); \ +static_assert(offsetof(SBZSettingsButtonFrameInterpolatorChoice_SetOptionFrameInterpolators, InOptionFrameInterpolator) == 0x000000, "Member 'SBZSettingsButtonFrameInterpolatorChoice_SetOptionFrameInterpolators::InOptionFrameInterpolator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSettingsButtonFrameInterpolatorChoice \ +static_assert(alignof(USBZSettingsButtonFrameInterpolatorChoice) == 0x000008, "Wrong alignment on USBZSettingsButtonFrameInterpolatorChoice"); \ +static_assert(sizeof(USBZSettingsButtonFrameInterpolatorChoice) == 0x000448, "Wrong size on USBZSettingsButtonFrameInterpolatorChoice"); \ +static_assert(offsetof(USBZSettingsButtonFrameInterpolatorChoice, OptionFrameInterpolators) == 0x000430, "Member 'USBZSettingsButtonFrameInterpolatorChoice::OptionFrameInterpolators' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsButtonFrameInterpolatorChoice, ChoiceIndices) == 0x000438, "Member 'USBZSettingsButtonFrameInterpolatorChoice::ChoiceIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChatInGame_MulticastCallMessageReceived \ +static_assert(alignof(SBZChatInGame_MulticastCallMessageReceived) == 0x000008, "Wrong alignment on SBZChatInGame_MulticastCallMessageReceived"); \ +static_assert(sizeof(SBZChatInGame_MulticastCallMessageReceived) == 0x000010, "Wrong size on SBZChatInGame_MulticastCallMessageReceived"); \ +static_assert(offsetof(SBZChatInGame_MulticastCallMessageReceived, PlayerState) == 0x000000, "Member 'SBZChatInGame_MulticastCallMessageReceived::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(SBZChatInGame_MulticastCallMessageReceived, CallIndex) == 0x000008, "Member 'SBZChatInGame_MulticastCallMessageReceived::CallIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChatInGame_MulticastChatMessageReceived \ +static_assert(alignof(SBZChatInGame_MulticastChatMessageReceived) == 0x000008, "Wrong alignment on SBZChatInGame_MulticastChatMessageReceived"); \ +static_assert(sizeof(SBZChatInGame_MulticastChatMessageReceived) == 0x000020, "Wrong size on SBZChatInGame_MulticastChatMessageReceived"); \ +static_assert(offsetof(SBZChatInGame_MulticastChatMessageReceived, PlayerId) == 0x000000, "Member 'SBZChatInGame_MulticastChatMessageReceived::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZChatInGame_MulticastChatMessageReceived, ChatEventData) == 0x000008, "Member 'SBZChatInGame_MulticastChatMessageReceived::ChatEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChatInGame_SendCallMessageToServer \ +static_assert(alignof(SBZChatInGame_SendCallMessageToServer) == 0x000008, "Wrong alignment on SBZChatInGame_SendCallMessageToServer"); \ +static_assert(sizeof(SBZChatInGame_SendCallMessageToServer) == 0x000010, "Wrong size on SBZChatInGame_SendCallMessageToServer"); \ +static_assert(offsetof(SBZChatInGame_SendCallMessageToServer, CallEventData) == 0x000000, "Member 'SBZChatInGame_SendCallMessageToServer::CallEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChatInGame_SendChatMessageToServer \ +static_assert(alignof(SBZChatInGame_SendChatMessageToServer) == 0x000008, "Wrong alignment on SBZChatInGame_SendChatMessageToServer"); \ +static_assert(sizeof(SBZChatInGame_SendChatMessageToServer) == 0x000018, "Wrong size on SBZChatInGame_SendChatMessageToServer"); \ +static_assert(offsetof(SBZChatInGame_SendChatMessageToServer, ChatEventData) == 0x000000, "Member 'SBZChatInGame_SendChatMessageToServer::ChatEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChatInGame_ServerCallMessageReceived \ +static_assert(alignof(SBZChatInGame_ServerCallMessageReceived) == 0x000008, "Wrong alignment on SBZChatInGame_ServerCallMessageReceived"); \ +static_assert(sizeof(SBZChatInGame_ServerCallMessageReceived) == 0x000010, "Wrong size on SBZChatInGame_ServerCallMessageReceived"); \ +static_assert(offsetof(SBZChatInGame_ServerCallMessageReceived, PlayerState) == 0x000000, "Member 'SBZChatInGame_ServerCallMessageReceived::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(SBZChatInGame_ServerCallMessageReceived, CallIndex) == 0x000008, "Member 'SBZChatInGame_ServerCallMessageReceived::CallIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChatInGame_ServerChatMessageReceived \ +static_assert(alignof(SBZChatInGame_ServerChatMessageReceived) == 0x000008, "Wrong alignment on SBZChatInGame_ServerChatMessageReceived"); \ +static_assert(sizeof(SBZChatInGame_ServerChatMessageReceived) == 0x000020, "Wrong size on SBZChatInGame_ServerChatMessageReceived"); \ +static_assert(offsetof(SBZChatInGame_ServerChatMessageReceived, PlayerId) == 0x000000, "Member 'SBZChatInGame_ServerChatMessageReceived::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZChatInGame_ServerChatMessageReceived, ChatEventData) == 0x000008, "Member 'SBZChatInGame_ServerChatMessageReceived::ChatEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZChatInGame \ +static_assert(alignof(ASBZChatInGame) == 0x000008, "Wrong alignment on ASBZChatInGame"); \ +static_assert(sizeof(ASBZChatInGame) == 0x0002A8, "Wrong size on ASBZChatInGame"); \ + +#define DUMPER7_ASSERTS_ASBZMask \ +static_assert(alignof(ASBZMask) == 0x000008, "Wrong alignment on ASBZMask"); \ +static_assert(sizeof(ASBZMask) == 0x000348, "Wrong size on ASBZMask"); \ +static_assert(offsetof(ASBZMask, MaskSkeletalMeshComponent) == 0x0002A8, "Member 'ASBZMask::MaskSkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZMask, StrapSkeletalMeshComponent) == 0x0002B0, "Member 'ASBZMask::StrapSkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZMask, bNeedCollisionWithCharacter) == 0x0002B8, "Member 'ASBZMask::bNeedCollisionWithCharacter' has a wrong offset!"); \ +static_assert(offsetof(ASBZMask, MaskOnMontage) == 0x0002C0, "Member 'ASBZMask::MaskOnMontage' has a wrong offset!"); \ +static_assert(offsetof(ASBZMask, bIsMaskOn) == 0x0002C8, "Member 'ASBZMask::bIsMaskOn' has a wrong offset!"); \ +static_assert(offsetof(ASBZMask, bIsRendered1P) == 0x0002C9, "Member 'ASBZMask::bIsRendered1P' has a wrong offset!"); \ +static_assert(offsetof(ASBZMask, MaskConfig) == 0x0002D0, "Member 'ASBZMask::MaskConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZFortitudeWalkingTall \ +static_assert(alignof(USBZFortitudeWalkingTall) == 0x000008, "Wrong alignment on USBZFortitudeWalkingTall"); \ +static_assert(sizeof(USBZFortitudeWalkingTall) == 0x000230, "Wrong size on USBZFortitudeWalkingTall"); \ + +#define DUMPER7_ASSERTS_SBZChatReplicatedProxy_ClientSendChatMessage \ +static_assert(alignof(SBZChatReplicatedProxy_ClientSendChatMessage) == 0x000008, "Wrong alignment on SBZChatReplicatedProxy_ClientSendChatMessage"); \ +static_assert(sizeof(SBZChatReplicatedProxy_ClientSendChatMessage) == 0x0000A8, "Wrong size on SBZChatReplicatedProxy_ClientSendChatMessage"); \ +static_assert(offsetof(SBZChatReplicatedProxy_ClientSendChatMessage, Message) == 0x000000, "Member 'SBZChatReplicatedProxy_ClientSendChatMessage::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChatReplicatedProxy_MulticastReceiveChatMessage \ +static_assert(alignof(SBZChatReplicatedProxy_MulticastReceiveChatMessage) == 0x000008, "Wrong alignment on SBZChatReplicatedProxy_MulticastReceiveChatMessage"); \ +static_assert(sizeof(SBZChatReplicatedProxy_MulticastReceiveChatMessage) == 0x0000A8, "Wrong size on SBZChatReplicatedProxy_MulticastReceiveChatMessage"); \ +static_assert(offsetof(SBZChatReplicatedProxy_MulticastReceiveChatMessage, Message) == 0x000000, "Member 'SBZChatReplicatedProxy_MulticastReceiveChatMessage::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChatReplicatedProxy_ServerSendChatMessage \ +static_assert(alignof(SBZChatReplicatedProxy_ServerSendChatMessage) == 0x000008, "Wrong alignment on SBZChatReplicatedProxy_ServerSendChatMessage"); \ +static_assert(sizeof(SBZChatReplicatedProxy_ServerSendChatMessage) == 0x0000A8, "Wrong size on SBZChatReplicatedProxy_ServerSendChatMessage"); \ +static_assert(offsetof(SBZChatReplicatedProxy_ServerSendChatMessage, Message) == 0x000000, "Member 'SBZChatReplicatedProxy_ServerSendChatMessage::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZChatReplicatedProxy \ +static_assert(alignof(ASBZChatReplicatedProxy) == 0x000008, "Wrong alignment on ASBZChatReplicatedProxy"); \ +static_assert(sizeof(ASBZChatReplicatedProxy) == 0x0002A8, "Wrong size on ASBZChatReplicatedProxy"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimerComponent_Multicast_ResetTimer \ +static_assert(alignof(SBZModifiableTimerComponent_Multicast_ResetTimer) == 0x000001, "Wrong alignment on SBZModifiableTimerComponent_Multicast_ResetTimer"); \ +static_assert(sizeof(SBZModifiableTimerComponent_Multicast_ResetTimer) == 0x000001, "Wrong size on SBZModifiableTimerComponent_Multicast_ResetTimer"); \ +static_assert(offsetof(SBZModifiableTimerComponent_Multicast_ResetTimer, bStartTimer) == 0x000000, "Member 'SBZModifiableTimerComponent_Multicast_ResetTimer::bStartTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimerComponent_Multicast_SetTimerSpeed \ +static_assert(alignof(SBZModifiableTimerComponent_Multicast_SetTimerSpeed) == 0x000004, "Wrong alignment on SBZModifiableTimerComponent_Multicast_SetTimerSpeed"); \ +static_assert(sizeof(SBZModifiableTimerComponent_Multicast_SetTimerSpeed) == 0x000004, "Wrong size on SBZModifiableTimerComponent_Multicast_SetTimerSpeed"); \ +static_assert(offsetof(SBZModifiableTimerComponent_Multicast_SetTimerSpeed, NewSpeed) == 0x000000, "Member 'SBZModifiableTimerComponent_Multicast_SetTimerSpeed::NewSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimerComponent_Multicast_SetTimerState \ +static_assert(alignof(SBZModifiableTimerComponent_Multicast_SetTimerState) == 0x000001, "Wrong alignment on SBZModifiableTimerComponent_Multicast_SetTimerState"); \ +static_assert(sizeof(SBZModifiableTimerComponent_Multicast_SetTimerState) == 0x000001, "Wrong size on SBZModifiableTimerComponent_Multicast_SetTimerState"); \ +static_assert(offsetof(SBZModifiableTimerComponent_Multicast_SetTimerState, NewState) == 0x000000, "Member 'SBZModifiableTimerComponent_Multicast_SetTimerState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimerComponent_ServerResetTimer \ +static_assert(alignof(SBZModifiableTimerComponent_ServerResetTimer) == 0x000001, "Wrong alignment on SBZModifiableTimerComponent_ServerResetTimer"); \ +static_assert(sizeof(SBZModifiableTimerComponent_ServerResetTimer) == 0x000001, "Wrong size on SBZModifiableTimerComponent_ServerResetTimer"); \ +static_assert(offsetof(SBZModifiableTimerComponent_ServerResetTimer, bStartTimer) == 0x000000, "Member 'SBZModifiableTimerComponent_ServerResetTimer::bStartTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimerComponent_ServerSetTimerSpeed \ +static_assert(alignof(SBZModifiableTimerComponent_ServerSetTimerSpeed) == 0x000004, "Wrong alignment on SBZModifiableTimerComponent_ServerSetTimerSpeed"); \ +static_assert(sizeof(SBZModifiableTimerComponent_ServerSetTimerSpeed) == 0x000004, "Wrong size on SBZModifiableTimerComponent_ServerSetTimerSpeed"); \ +static_assert(offsetof(SBZModifiableTimerComponent_ServerSetTimerSpeed, NewSpeed) == 0x000000, "Member 'SBZModifiableTimerComponent_ServerSetTimerSpeed::NewSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimerComponent_GetCurrentState \ +static_assert(alignof(SBZModifiableTimerComponent_GetCurrentState) == 0x000001, "Wrong alignment on SBZModifiableTimerComponent_GetCurrentState"); \ +static_assert(sizeof(SBZModifiableTimerComponent_GetCurrentState) == 0x000001, "Wrong size on SBZModifiableTimerComponent_GetCurrentState"); \ +static_assert(offsetof(SBZModifiableTimerComponent_GetCurrentState, ReturnValue) == 0x000000, "Member 'SBZModifiableTimerComponent_GetCurrentState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimerComponent_GetDuration \ +static_assert(alignof(SBZModifiableTimerComponent_GetDuration) == 0x000004, "Wrong alignment on SBZModifiableTimerComponent_GetDuration"); \ +static_assert(sizeof(SBZModifiableTimerComponent_GetDuration) == 0x000004, "Wrong size on SBZModifiableTimerComponent_GetDuration"); \ +static_assert(offsetof(SBZModifiableTimerComponent_GetDuration, ReturnValue) == 0x000000, "Member 'SBZModifiableTimerComponent_GetDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimerComponent_GetProgressMade \ +static_assert(alignof(SBZModifiableTimerComponent_GetProgressMade) == 0x000004, "Wrong alignment on SBZModifiableTimerComponent_GetProgressMade"); \ +static_assert(sizeof(SBZModifiableTimerComponent_GetProgressMade) == 0x000004, "Wrong size on SBZModifiableTimerComponent_GetProgressMade"); \ +static_assert(offsetof(SBZModifiableTimerComponent_GetProgressMade, ReturnValue) == 0x000000, "Member 'SBZModifiableTimerComponent_GetProgressMade::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimerComponent_GetTimeElapsed \ +static_assert(alignof(SBZModifiableTimerComponent_GetTimeElapsed) == 0x000004, "Wrong alignment on SBZModifiableTimerComponent_GetTimeElapsed"); \ +static_assert(sizeof(SBZModifiableTimerComponent_GetTimeElapsed) == 0x000004, "Wrong size on SBZModifiableTimerComponent_GetTimeElapsed"); \ +static_assert(offsetof(SBZModifiableTimerComponent_GetTimeElapsed, ReturnValue) == 0x000000, "Member 'SBZModifiableTimerComponent_GetTimeElapsed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimerComponent_GetTimeRemaining \ +static_assert(alignof(SBZModifiableTimerComponent_GetTimeRemaining) == 0x000004, "Wrong alignment on SBZModifiableTimerComponent_GetTimeRemaining"); \ +static_assert(sizeof(SBZModifiableTimerComponent_GetTimeRemaining) == 0x000004, "Wrong size on SBZModifiableTimerComponent_GetTimeRemaining"); \ +static_assert(offsetof(SBZModifiableTimerComponent_GetTimeRemaining, ReturnValue) == 0x000000, "Member 'SBZModifiableTimerComponent_GetTimeRemaining::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimerComponent_GetTimerSpeed \ +static_assert(alignof(SBZModifiableTimerComponent_GetTimerSpeed) == 0x000004, "Wrong alignment on SBZModifiableTimerComponent_GetTimerSpeed"); \ +static_assert(sizeof(SBZModifiableTimerComponent_GetTimerSpeed) == 0x000004, "Wrong size on SBZModifiableTimerComponent_GetTimerSpeed"); \ +static_assert(offsetof(SBZModifiableTimerComponent_GetTimerSpeed, ReturnValue) == 0x000000, "Member 'SBZModifiableTimerComponent_GetTimerSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZModifiableTimerComponent \ +static_assert(alignof(USBZModifiableTimerComponent) == 0x000008, "Wrong alignment on USBZModifiableTimerComponent"); \ +static_assert(sizeof(USBZModifiableTimerComponent) == 0x000120, "Wrong size on USBZModifiableTimerComponent"); \ +static_assert(offsetof(USBZModifiableTimerComponent, Duration) == 0x0000C0, "Member 'USBZModifiableTimerComponent::Duration' has a wrong offset!"); \ +static_assert(offsetof(USBZModifiableTimerComponent, ProgressionValuesToBroadcast) == 0x0000C8, "Member 'USBZModifiableTimerComponent::ProgressionValuesToBroadcast' has a wrong offset!"); \ +static_assert(offsetof(USBZModifiableTimerComponent, SabotagePoint) == 0x0000D8, "Member 'USBZModifiableTimerComponent::SabotagePoint' has a wrong offset!"); \ +static_assert(offsetof(USBZModifiableTimerComponent, TimeElapsed) == 0x0000E0, "Member 'USBZModifiableTimerComponent::TimeElapsed' has a wrong offset!"); \ +static_assert(offsetof(USBZModifiableTimerComponent, CurrentSpeed) == 0x0000E4, "Member 'USBZModifiableTimerComponent::CurrentSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZModifiableTimerComponent, NextProgressionValueIndex) == 0x0000E8, "Member 'USBZModifiableTimerComponent::NextProgressionValueIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZModifiableTimerComponent, CurrentState) == 0x0000E9, "Member 'USBZModifiableTimerComponent::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(USBZModifiableTimerComponent, OnTimerSpeedChanged) == 0x0000F0, "Member 'USBZModifiableTimerComponent::OnTimerSpeedChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZModifiableTimerComponent, OnProgressionReached) == 0x000100, "Member 'USBZModifiableTimerComponent::OnProgressionReached' has a wrong offset!"); \ +static_assert(offsetof(USBZModifiableTimerComponent, OnTimerStateChanged) == 0x000110, "Member 'USBZModifiableTimerComponent::OnTimerStateChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIChatBaseWidget_GetUserDisplayName \ +static_assert(alignof(SBZUIChatBaseWidget_GetUserDisplayName) == 0x000008, "Wrong alignment on SBZUIChatBaseWidget_GetUserDisplayName"); \ +static_assert(sizeof(SBZUIChatBaseWidget_GetUserDisplayName) == 0x000010, "Wrong size on SBZUIChatBaseWidget_GetUserDisplayName"); \ +static_assert(offsetof(SBZUIChatBaseWidget_GetUserDisplayName, ReturnValue) == 0x000000, "Member 'SBZUIChatBaseWidget_GetUserDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIChatBaseWidget_GetUserId \ +static_assert(alignof(SBZUIChatBaseWidget_GetUserId) == 0x000008, "Wrong alignment on SBZUIChatBaseWidget_GetUserId"); \ +static_assert(sizeof(SBZUIChatBaseWidget_GetUserId) == 0x000010, "Wrong size on SBZUIChatBaseWidget_GetUserId"); \ +static_assert(offsetof(SBZUIChatBaseWidget_GetUserId, ReturnValue) == 0x000000, "Member 'SBZUIChatBaseWidget_GetUserId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIChatBaseWidget_OnMessageReceivedEvent \ +static_assert(alignof(SBZUIChatBaseWidget_OnMessageReceivedEvent) == 0x000008, "Wrong alignment on SBZUIChatBaseWidget_OnMessageReceivedEvent"); \ +static_assert(sizeof(SBZUIChatBaseWidget_OnMessageReceivedEvent) == 0x0000A8, "Wrong size on SBZUIChatBaseWidget_OnMessageReceivedEvent"); \ +static_assert(offsetof(SBZUIChatBaseWidget_OnMessageReceivedEvent, ChatMessage) == 0x000000, "Member 'SBZUIChatBaseWidget_OnMessageReceivedEvent::ChatMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIChatBaseWidget_OnNewMessageReceived \ +static_assert(alignof(SBZUIChatBaseWidget_OnNewMessageReceived) == 0x000008, "Wrong alignment on SBZUIChatBaseWidget_OnNewMessageReceived"); \ +static_assert(sizeof(SBZUIChatBaseWidget_OnNewMessageReceived) == 0x0000A8, "Wrong size on SBZUIChatBaseWidget_OnNewMessageReceived"); \ +static_assert(offsetof(SBZUIChatBaseWidget_OnNewMessageReceived, InChatMessage) == 0x000000, "Member 'SBZUIChatBaseWidget_OnNewMessageReceived::InChatMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIChatBaseWidget_SendMessage \ +static_assert(alignof(SBZUIChatBaseWidget_SendMessage) == 0x000008, "Wrong alignment on SBZUIChatBaseWidget_SendMessage"); \ +static_assert(sizeof(SBZUIChatBaseWidget_SendMessage) == 0x0000A8, "Wrong size on SBZUIChatBaseWidget_SendMessage"); \ +static_assert(offsetof(SBZUIChatBaseWidget_SendMessage, InMessage) == 0x000000, "Member 'SBZUIChatBaseWidget_SendMessage::InMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIChatBaseWidget_CreateTimestamp \ +static_assert(alignof(SBZUIChatBaseWidget_CreateTimestamp) == 0x000008, "Wrong alignment on SBZUIChatBaseWidget_CreateTimestamp"); \ +static_assert(sizeof(SBZUIChatBaseWidget_CreateTimestamp) == 0x000010, "Wrong size on SBZUIChatBaseWidget_CreateTimestamp"); \ +static_assert(offsetof(SBZUIChatBaseWidget_CreateTimestamp, ReturnValue) == 0x000000, "Member 'SBZUIChatBaseWidget_CreateTimestamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZUIChatBaseWidget \ +static_assert(alignof(USBZUIChatBaseWidget) == 0x000008, "Wrong alignment on USBZUIChatBaseWidget"); \ +static_assert(sizeof(USBZUIChatBaseWidget) == 0x0002D8, "Wrong size on USBZUIChatBaseWidget"); \ +static_assert(offsetof(USBZUIChatBaseWidget, OnChatDisableSettingChangedEvent) == 0x000290, "Member 'USBZUIChatBaseWidget::OnChatDisableSettingChangedEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZUIChatBaseWidget, DisabledChatVisibility) == 0x0002A0, "Member 'USBZUIChatBaseWidget::DisabledChatVisibility' has a wrong offset!"); \ +static_assert(offsetof(USBZUIChatBaseWidget, EnabledChatVisibility) == 0x0002A1, "Member 'USBZUIChatBaseWidget::EnabledChatVisibility' has a wrong offset!"); \ +static_assert(offsetof(USBZUIChatBaseWidget, bEnableLobbyChat) == 0x0002A2, "Member 'USBZUIChatBaseWidget::bEnableLobbyChat' has a wrong offset!"); \ +static_assert(offsetof(USBZUIChatBaseWidget, bIsChatDisabled) == 0x0002A3, "Member 'USBZUIChatBaseWidget::bIsChatDisabled' has a wrong offset!"); \ +static_assert(offsetof(USBZUIChatBaseWidget, bIsOnWindows) == 0x0002A4, "Member 'USBZUIChatBaseWidget::bIsOnWindows' has a wrong offset!"); \ +static_assert(offsetof(USBZUIChatBaseWidget, UserDisplayName) == 0x0002A8, "Member 'USBZUIChatBaseWidget::UserDisplayName' has a wrong offset!"); \ +static_assert(offsetof(USBZUIChatBaseWidget, UserId) == 0x0002B8, "Member 'USBZUIChatBaseWidget::UserId' has a wrong offset!"); \ +static_assert(offsetof(USBZUIChatBaseWidget, GameUserSettings) == 0x0002C8, "Member 'USBZUIChatBaseWidget::GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(USBZUIChatBaseWidget, Chat) == 0x0002D0, "Member 'USBZUIChatBaseWidget::Chat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_ApplyGameplayEffectTarget \ +static_assert(alignof(SBZCheatManager_ApplyGameplayEffectTarget) == 0x000008, "Wrong alignment on SBZCheatManager_ApplyGameplayEffectTarget"); \ +static_assert(sizeof(SBZCheatManager_ApplyGameplayEffectTarget) == 0x000028, "Wrong size on SBZCheatManager_ApplyGameplayEffectTarget"); \ +static_assert(offsetof(SBZCheatManager_ApplyGameplayEffectTarget, AssetName) == 0x000000, "Member 'SBZCheatManager_ApplyGameplayEffectTarget::AssetName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_ApplyGameplayEffectTarget, Duration) == 0x00000C, "Member 'SBZCheatManager_ApplyGameplayEffectTarget::Duration' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_ApplyGameplayEffectTarget, NameMagnitudeString) == 0x000010, "Member 'SBZCheatManager_ApplyGameplayEffectTarget::NameMagnitudeString' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_ApplyGameplayEffectTarget, PlayerIndex) == 0x000020, "Member 'SBZCheatManager_ApplyGameplayEffectTarget::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_CallDispatcher \ +static_assert(alignof(SBZCheatManager_CallDispatcher) == 0x000001, "Wrong alignment on SBZCheatManager_CallDispatcher"); \ +static_assert(sizeof(SBZCheatManager_CallDispatcher) == 0x000002, "Wrong size on SBZCheatManager_CallDispatcher"); \ +static_assert(offsetof(SBZCheatManager_CallDispatcher, Caller) == 0x000000, "Member 'SBZCheatManager_CallDispatcher::Caller' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_CallDispatcher, Reason) == 0x000001, "Member 'SBZCheatManager_CallDispatcher::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_ChangeAssaultDrama \ +static_assert(alignof(SBZCheatManager_ChangeAssaultDrama) == 0x000004, "Wrong alignment on SBZCheatManager_ChangeAssaultDrama"); \ +static_assert(sizeof(SBZCheatManager_ChangeAssaultDrama) == 0x000004, "Wrong size on SBZCheatManager_ChangeAssaultDrama"); \ +static_assert(offsetof(SBZCheatManager_ChangeAssaultDrama, Amount) == 0x000000, "Member 'SBZCheatManager_ChangeAssaultDrama::Amount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_ConsumePlayerAbilityBuff \ +static_assert(alignof(SBZCheatManager_ConsumePlayerAbilityBuff) == 0x000004, "Wrong alignment on SBZCheatManager_ConsumePlayerAbilityBuff"); \ +static_assert(sizeof(SBZCheatManager_ConsumePlayerAbilityBuff) == 0x000008, "Wrong size on SBZCheatManager_ConsumePlayerAbilityBuff"); \ +static_assert(offsetof(SBZCheatManager_ConsumePlayerAbilityBuff, Type) == 0x000000, "Member 'SBZCheatManager_ConsumePlayerAbilityBuff::Type' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_ConsumePlayerAbilityBuff, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_ConsumePlayerAbilityBuff::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_ConsumePlayerAbilityBuffAll \ +static_assert(alignof(SBZCheatManager_ConsumePlayerAbilityBuffAll) == 0x000004, "Wrong alignment on SBZCheatManager_ConsumePlayerAbilityBuffAll"); \ +static_assert(sizeof(SBZCheatManager_ConsumePlayerAbilityBuffAll) == 0x000004, "Wrong size on SBZCheatManager_ConsumePlayerAbilityBuffAll"); \ +static_assert(offsetof(SBZCheatManager_ConsumePlayerAbilityBuffAll, PlayerIndex) == 0x000000, "Member 'SBZCheatManager_ConsumePlayerAbilityBuffAll::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_CuffPlayer \ +static_assert(alignof(SBZCheatManager_CuffPlayer) == 0x000004, "Wrong alignment on SBZCheatManager_CuffPlayer"); \ +static_assert(sizeof(SBZCheatManager_CuffPlayer) == 0x000004, "Wrong size on SBZCheatManager_CuffPlayer"); \ +static_assert(offsetof(SBZCheatManager_CuffPlayer, PlayerIndex) == 0x000000, "Member 'SBZCheatManager_CuffPlayer::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_DamageAllCrewAI \ +static_assert(alignof(SBZCheatManager_DamageAllCrewAI) == 0x000004, "Wrong alignment on SBZCheatManager_DamageAllCrewAI"); \ +static_assert(sizeof(SBZCheatManager_DamageAllCrewAI) == 0x00001C, "Wrong size on SBZCheatManager_DamageAllCrewAI"); \ +static_assert(offsetof(SBZCheatManager_DamageAllCrewAI, Damage) == 0x000000, "Member 'SBZCheatManager_DamageAllCrewAI::Damage' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_DamageAllCrewAI, DamageWeight) == 0x000004, "Member 'SBZCheatManager_DamageAllCrewAI::DamageWeight' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_DamageAllCrewAI, DamageWeightModifier) == 0x000008, "Member 'SBZCheatManager_DamageAllCrewAI::DamageWeightModifier' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_DamageAllCrewAI, DamageTypeName) == 0x00000C, "Member 'SBZCheatManager_DamageAllCrewAI::DamageTypeName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_DamageAllCrewAI, PlayerIndex) == 0x000018, "Member 'SBZCheatManager_DamageAllCrewAI::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_DamageCharacter \ +static_assert(alignof(SBZCheatManager_DamageCharacter) == 0x000004, "Wrong alignment on SBZCheatManager_DamageCharacter"); \ +static_assert(sizeof(SBZCheatManager_DamageCharacter) == 0x00001C, "Wrong size on SBZCheatManager_DamageCharacter"); \ +static_assert(offsetof(SBZCheatManager_DamageCharacter, Damage) == 0x000000, "Member 'SBZCheatManager_DamageCharacter::Damage' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_DamageCharacter, DamageWeight) == 0x000004, "Member 'SBZCheatManager_DamageCharacter::DamageWeight' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_DamageCharacter, DamageWeightModifier) == 0x000008, "Member 'SBZCheatManager_DamageCharacter::DamageWeightModifier' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_DamageCharacter, DamageTypeName) == 0x00000C, "Member 'SBZCheatManager_DamageCharacter::DamageTypeName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_DamageCharacter, PlayerIndex) == 0x000018, "Member 'SBZCheatManager_DamageCharacter::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_DamagePlayer \ +static_assert(alignof(SBZCheatManager_DamagePlayer) == 0x000004, "Wrong alignment on SBZCheatManager_DamagePlayer"); \ +static_assert(sizeof(SBZCheatManager_DamagePlayer) == 0x00001C, "Wrong size on SBZCheatManager_DamagePlayer"); \ +static_assert(offsetof(SBZCheatManager_DamagePlayer, Damage) == 0x000000, "Member 'SBZCheatManager_DamagePlayer::Damage' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_DamagePlayer, DamageWeight) == 0x000004, "Member 'SBZCheatManager_DamagePlayer::DamageWeight' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_DamagePlayer, DamageWeightModifier) == 0x000008, "Member 'SBZCheatManager_DamagePlayer::DamageWeightModifier' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_DamagePlayer, DamageTypeName) == 0x00000C, "Member 'SBZCheatManager_DamagePlayer::DamageTypeName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_DamagePlayer, PlayerIndex) == 0x000018, "Member 'SBZCheatManager_DamagePlayer::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_DebugShowSubtitle \ +static_assert(alignof(SBZCheatManager_DebugShowSubtitle) == 0x000008, "Wrong alignment on SBZCheatManager_DebugShowSubtitle"); \ +static_assert(sizeof(SBZCheatManager_DebugShowSubtitle) == 0x000010, "Wrong size on SBZCheatManager_DebugShowSubtitle"); \ +static_assert(offsetof(SBZCheatManager_DebugShowSubtitle, LocID) == 0x000000, "Member 'SBZCheatManager_DebugShowSubtitle::LocID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_DefeatCrewAI \ +static_assert(alignof(SBZCheatManager_DefeatCrewAI) == 0x000004, "Wrong alignment on SBZCheatManager_DefeatCrewAI"); \ +static_assert(sizeof(SBZCheatManager_DefeatCrewAI) == 0x000004, "Wrong size on SBZCheatManager_DefeatCrewAI"); \ +static_assert(offsetof(SBZCheatManager_DefeatCrewAI, CrewAIIndex) == 0x000000, "Member 'SBZCheatManager_DefeatCrewAI::CrewAIIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_DefeatPlayer \ +static_assert(alignof(SBZCheatManager_DefeatPlayer) == 0x000004, "Wrong alignment on SBZCheatManager_DefeatPlayer"); \ +static_assert(sizeof(SBZCheatManager_DefeatPlayer) == 0x000008, "Wrong size on SBZCheatManager_DefeatPlayer"); \ +static_assert(offsetof(SBZCheatManager_DefeatPlayer, bIsDirectIntoCustody) == 0x000000, "Member 'SBZCheatManager_DefeatPlayer::bIsDirectIntoCustody' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_DefeatPlayer, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_DefeatPlayer::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_DefeatTarget \ +static_assert(alignof(SBZCheatManager_DefeatTarget) == 0x000004, "Wrong alignment on SBZCheatManager_DefeatTarget"); \ +static_assert(sizeof(SBZCheatManager_DefeatTarget) == 0x000004, "Wrong size on SBZCheatManager_DefeatTarget"); \ +static_assert(offsetof(SBZCheatManager_DefeatTarget, PlayerIndex) == 0x000000, "Member 'SBZCheatManager_DefeatTarget::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_DestroyAllAI \ +static_assert(alignof(SBZCheatManager_DestroyAllAI) == 0x000001, "Wrong alignment on SBZCheatManager_DestroyAllAI"); \ +static_assert(sizeof(SBZCheatManager_DestroyAllAI) == 0x000001, "Wrong size on SBZCheatManager_DestroyAllAI"); \ +static_assert(offsetof(SBZCheatManager_DestroyAllAI, bOnlyRagdolls) == 0x000000, "Member 'SBZCheatManager_DestroyAllAI::bOnlyRagdolls' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_DestroyTargetAI \ +static_assert(alignof(SBZCheatManager_DestroyTargetAI) == 0x000004, "Wrong alignment on SBZCheatManager_DestroyTargetAI"); \ +static_assert(sizeof(SBZCheatManager_DestroyTargetAI) == 0x000004, "Wrong size on SBZCheatManager_DestroyTargetAI"); \ +static_assert(offsetof(SBZCheatManager_DestroyTargetAI, PlayerIndex) == 0x000000, "Member 'SBZCheatManager_DestroyTargetAI::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_DropPlayerEquippable \ +static_assert(alignof(SBZCheatManager_DropPlayerEquippable) == 0x000004, "Wrong alignment on SBZCheatManager_DropPlayerEquippable"); \ +static_assert(sizeof(SBZCheatManager_DropPlayerEquippable) == 0x00000C, "Wrong size on SBZCheatManager_DropPlayerEquippable"); \ +static_assert(offsetof(SBZCheatManager_DropPlayerEquippable, Index_0) == 0x000000, "Member 'SBZCheatManager_DropPlayerEquippable::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_DropPlayerEquippable, bIsInstant) == 0x000004, "Member 'SBZCheatManager_DropPlayerEquippable::bIsInstant' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_DropPlayerEquippable, PlayerIndex) == 0x000008, "Member 'SBZCheatManager_DropPlayerEquippable::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_DumpAllLootValues \ +static_assert(alignof(SBZCheatManager_DumpAllLootValues) == 0x000004, "Wrong alignment on SBZCheatManager_DumpAllLootValues"); \ +static_assert(sizeof(SBZCheatManager_DumpAllLootValues) == 0x000004, "Wrong size on SBZCheatManager_DumpAllLootValues"); \ +static_assert(offsetof(SBZCheatManager_DumpAllLootValues, Difficulty) == 0x000000, "Member 'SBZCheatManager_DumpAllLootValues::Difficulty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_DumpLootValue \ +static_assert(alignof(SBZCheatManager_DumpLootValue) == 0x000008, "Wrong alignment on SBZCheatManager_DumpLootValue"); \ +static_assert(sizeof(SBZCheatManager_DumpLootValue) == 0x000010, "Wrong size on SBZCheatManager_DumpLootValue"); \ +static_assert(offsetof(SBZCheatManager_DumpLootValue, LootName) == 0x000000, "Member 'SBZCheatManager_DumpLootValue::LootName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_EquipOverkillWeapon \ +static_assert(alignof(SBZCheatManager_EquipOverkillWeapon) == 0x000004, "Wrong alignment on SBZCheatManager_EquipOverkillWeapon"); \ +static_assert(sizeof(SBZCheatManager_EquipOverkillWeapon) == 0x000008, "Wrong size on SBZCheatManager_EquipOverkillWeapon"); \ +static_assert(offsetof(SBZCheatManager_EquipOverkillWeapon, bIsFirstEquip) == 0x000000, "Member 'SBZCheatManager_EquipOverkillWeapon::bIsFirstEquip' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_EquipOverkillWeapon, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_EquipOverkillWeapon::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_FindBlocker \ +static_assert(alignof(SBZCheatManager_FindBlocker) == 0x000004, "Wrong alignment on SBZCheatManager_FindBlocker"); \ +static_assert(sizeof(SBZCheatManager_FindBlocker) == 0x000024, "Wrong size on SBZCheatManager_FindBlocker"); \ +static_assert(offsetof(SBZCheatManager_FindBlocker, bIsComplex) == 0x000000, "Member 'SBZCheatManager_FindBlocker::bIsComplex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_FindBlocker, TraceDistance) == 0x000004, "Member 'SBZCheatManager_FindBlocker::TraceDistance' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_FindBlocker, TraceRadius) == 0x000008, "Member 'SBZCheatManager_FindBlocker::TraceRadius' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_FindBlocker, OverlapDistance) == 0x00000C, "Member 'SBZCheatManager_FindBlocker::OverlapDistance' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_FindBlocker, OverlapRadius) == 0x000010, "Member 'SBZCheatManager_FindBlocker::OverlapRadius' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_FindBlocker, MaxHitCountTrace) == 0x000014, "Member 'SBZCheatManager_FindBlocker::MaxHitCountTrace' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_FindBlocker, MaxHitCountOverlap) == 0x000018, "Member 'SBZCheatManager_FindBlocker::MaxHitCountOverlap' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_FindBlocker, DrawDuration) == 0x00001C, "Member 'SBZCheatManager_FindBlocker::DrawDuration' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_FindBlocker, bIsDrawPersistent) == 0x000020, "Member 'SBZCheatManager_FindBlocker::bIsDrawPersistent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_FindClassReferences \ +static_assert(alignof(SBZCheatManager_FindClassReferences) == 0x000004, "Wrong alignment on SBZCheatManager_FindClassReferences"); \ +static_assert(sizeof(SBZCheatManager_FindClassReferences) == 0x000010, "Wrong size on SBZCheatManager_FindClassReferences"); \ +static_assert(offsetof(SBZCheatManager_FindClassReferences, ClassName) == 0x000000, "Member 'SBZCheatManager_FindClassReferences::ClassName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_FindClassReferences, bIsSubClassesIncluded) == 0x00000C, "Member 'SBZCheatManager_FindClassReferences::bIsSubClassesIncluded' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_FindClassReferences, bIsBlueprintsIncluded) == 0x00000D, "Member 'SBZCheatManager_FindClassReferences::bIsBlueprintsIncluded' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_FindClassReferences, bIsAssetsLoaded) == 0x00000E, "Member 'SBZCheatManager_FindClassReferences::bIsAssetsLoaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_GainPlayerAbilityBuff \ +static_assert(alignof(SBZCheatManager_GainPlayerAbilityBuff) == 0x000004, "Wrong alignment on SBZCheatManager_GainPlayerAbilityBuff"); \ +static_assert(sizeof(SBZCheatManager_GainPlayerAbilityBuff) == 0x000008, "Wrong size on SBZCheatManager_GainPlayerAbilityBuff"); \ +static_assert(offsetof(SBZCheatManager_GainPlayerAbilityBuff, Type) == 0x000000, "Member 'SBZCheatManager_GainPlayerAbilityBuff::Type' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_GainPlayerAbilityBuff, bIsRefreshAllowed) == 0x000001, "Member 'SBZCheatManager_GainPlayerAbilityBuff::bIsRefreshAllowed' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_GainPlayerAbilityBuff, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_GainPlayerAbilityBuff::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_GainPlayerAbilityBuffAll \ +static_assert(alignof(SBZCheatManager_GainPlayerAbilityBuffAll) == 0x000004, "Wrong alignment on SBZCheatManager_GainPlayerAbilityBuffAll"); \ +static_assert(sizeof(SBZCheatManager_GainPlayerAbilityBuffAll) == 0x000008, "Wrong size on SBZCheatManager_GainPlayerAbilityBuffAll"); \ +static_assert(offsetof(SBZCheatManager_GainPlayerAbilityBuffAll, bIsRefreshAllowed) == 0x000000, "Member 'SBZCheatManager_GainPlayerAbilityBuffAll::bIsRefreshAllowed' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_GainPlayerAbilityBuffAll, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_GainPlayerAbilityBuffAll::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_GamepadOpenInGameCheatMenu \ +static_assert(alignof(SBZCheatManager_GamepadOpenInGameCheatMenu) == 0x000008, "Wrong alignment on SBZCheatManager_GamepadOpenInGameCheatMenu"); \ +static_assert(sizeof(SBZCheatManager_GamepadOpenInGameCheatMenu) == 0x000020, "Wrong size on SBZCheatManager_GamepadOpenInGameCheatMenu"); \ +static_assert(offsetof(SBZCheatManager_GamepadOpenInGameCheatMenu, Key) == 0x000000, "Member 'SBZCheatManager_GamepadOpenInGameCheatMenu::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_GiveAmmo \ +static_assert(alignof(SBZCheatManager_GiveAmmo) == 0x000004, "Wrong alignment on SBZCheatManager_GiveAmmo"); \ +static_assert(sizeof(SBZCheatManager_GiveAmmo) == 0x00000C, "Wrong size on SBZCheatManager_GiveAmmo"); \ +static_assert(offsetof(SBZCheatManager_GiveAmmo, Amount) == 0x000000, "Member 'SBZCheatManager_GiveAmmo::Amount' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_GiveAmmo, WeaponIndex) == 0x000004, "Member 'SBZCheatManager_GiveAmmo::WeaponIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_GiveAmmo, PlayerIndex) == 0x000008, "Member 'SBZCheatManager_GiveAmmo::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_GivePlaceableAmmo \ +static_assert(alignof(SBZCheatManager_GivePlaceableAmmo) == 0x000004, "Wrong alignment on SBZCheatManager_GivePlaceableAmmo"); \ +static_assert(sizeof(SBZCheatManager_GivePlaceableAmmo) == 0x00000C, "Wrong size on SBZCheatManager_GivePlaceableAmmo"); \ +static_assert(offsetof(SBZCheatManager_GivePlaceableAmmo, Count) == 0x000000, "Member 'SBZCheatManager_GivePlaceableAmmo::Count' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_GivePlaceableAmmo, PlaceableIndex) == 0x000004, "Member 'SBZCheatManager_GivePlaceableAmmo::PlaceableIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_GivePlaceableAmmo, PlayerIndex) == 0x000008, "Member 'SBZCheatManager_GivePlaceableAmmo::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_GivePlayerArmor \ +static_assert(alignof(SBZCheatManager_GivePlayerArmor) == 0x000004, "Wrong alignment on SBZCheatManager_GivePlayerArmor"); \ +static_assert(sizeof(SBZCheatManager_GivePlayerArmor) == 0x00000C, "Wrong size on SBZCheatManager_GivePlayerArmor"); \ +static_assert(offsetof(SBZCheatManager_GivePlayerArmor, AddArmorChunkCount) == 0x000000, "Member 'SBZCheatManager_GivePlayerArmor::AddArmorChunkCount' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_GivePlayerArmor, TraumaReductionScale) == 0x000004, "Member 'SBZCheatManager_GivePlayerArmor::TraumaReductionScale' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_GivePlayerArmor, PlayerIndex) == 0x000008, "Member 'SBZCheatManager_GivePlayerArmor::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_GiveThrowableAmmo \ +static_assert(alignof(SBZCheatManager_GiveThrowableAmmo) == 0x000004, "Wrong alignment on SBZCheatManager_GiveThrowableAmmo"); \ +static_assert(sizeof(SBZCheatManager_GiveThrowableAmmo) == 0x00000C, "Wrong size on SBZCheatManager_GiveThrowableAmmo"); \ +static_assert(offsetof(SBZCheatManager_GiveThrowableAmmo, Count) == 0x000000, "Member 'SBZCheatManager_GiveThrowableAmmo::Count' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_GiveThrowableAmmo, ThrowableIndex) == 0x000004, "Member 'SBZCheatManager_GiveThrowableAmmo::ThrowableIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_GiveThrowableAmmo, PlayerIndex) == 0x000008, "Member 'SBZCheatManager_GiveThrowableAmmo::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_GiveToolAmmo \ +static_assert(alignof(SBZCheatManager_GiveToolAmmo) == 0x000004, "Wrong alignment on SBZCheatManager_GiveToolAmmo"); \ +static_assert(sizeof(SBZCheatManager_GiveToolAmmo) == 0x000008, "Wrong size on SBZCheatManager_GiveToolAmmo"); \ +static_assert(offsetof(SBZCheatManager_GiveToolAmmo, Count) == 0x000000, "Member 'SBZCheatManager_GiveToolAmmo::Count' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_GiveToolAmmo, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_GiveToolAmmo::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_InteractAITarget \ +static_assert(alignof(SBZCheatManager_InteractAITarget) == 0x000004, "Wrong alignment on SBZCheatManager_InteractAITarget"); \ +static_assert(sizeof(SBZCheatManager_InteractAITarget) == 0x000008, "Wrong size on SBZCheatManager_InteractAITarget"); \ +static_assert(offsetof(SBZCheatManager_InteractAITarget, Action) == 0x000000, "Member 'SBZCheatManager_InteractAITarget::Action' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_InteractAITarget, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_InteractAITarget::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_KillCrewAI \ +static_assert(alignof(SBZCheatManager_KillCrewAI) == 0x000004, "Wrong alignment on SBZCheatManager_KillCrewAI"); \ +static_assert(sizeof(SBZCheatManager_KillCrewAI) == 0x000004, "Wrong size on SBZCheatManager_KillCrewAI"); \ +static_assert(offsetof(SBZCheatManager_KillCrewAI, CrewAIIndex) == 0x000000, "Member 'SBZCheatManager_KillCrewAI::CrewAIIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_KillPlayer \ +static_assert(alignof(SBZCheatManager_KillPlayer) == 0x000004, "Wrong alignment on SBZCheatManager_KillPlayer"); \ +static_assert(sizeof(SBZCheatManager_KillPlayer) == 0x000004, "Wrong size on SBZCheatManager_KillPlayer"); \ +static_assert(offsetof(SBZCheatManager_KillPlayer, PlayerIndex) == 0x000000, "Member 'SBZCheatManager_KillPlayer::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_KillTarget \ +static_assert(alignof(SBZCheatManager_KillTarget) == 0x000004, "Wrong alignment on SBZCheatManager_KillTarget"); \ +static_assert(sizeof(SBZCheatManager_KillTarget) == 0x000004, "Wrong size on SBZCheatManager_KillTarget"); \ +static_assert(offsetof(SBZCheatManager_KillTarget, PlayerIndex) == 0x000000, "Member 'SBZCheatManager_KillTarget::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_MoveDebugActorTarget \ +static_assert(alignof(SBZCheatManager_MoveDebugActorTarget) == 0x000004, "Wrong alignment on SBZCheatManager_MoveDebugActorTarget"); \ +static_assert(sizeof(SBZCheatManager_MoveDebugActorTarget) == 0x000014, "Wrong size on SBZCheatManager_MoveDebugActorTarget"); \ +static_assert(offsetof(SBZCheatManager_MoveDebugActorTarget, OrderMode) == 0x000000, "Member 'SBZCheatManager_MoveDebugActorTarget::OrderMode' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_MoveDebugActorTarget, MoveOrderAssetName) == 0x000004, "Member 'SBZCheatManager_MoveDebugActorTarget::MoveOrderAssetName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_MoveDebugActorTarget, PlayerIndex) == 0x000010, "Member 'SBZCheatManager_MoveDebugActorTarget::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_OverlapSphere \ +static_assert(alignof(SBZCheatManager_OverlapSphere) == 0x000004, "Wrong alignment on SBZCheatManager_OverlapSphere"); \ +static_assert(sizeof(SBZCheatManager_OverlapSphere) == 0x000028, "Wrong size on SBZCheatManager_OverlapSphere"); \ +static_assert(offsetof(SBZCheatManager_OverlapSphere, CollisionChannel) == 0x000000, "Member 'SBZCheatManager_OverlapSphere::CollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_OverlapSphere, Profile) == 0x000004, "Member 'SBZCheatManager_OverlapSphere::Profile' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_OverlapSphere, bIsObjectType) == 0x000010, "Member 'SBZCheatManager_OverlapSphere::bIsObjectType' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_OverlapSphere, bIsComplex) == 0x000011, "Member 'SBZCheatManager_OverlapSphere::bIsComplex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_OverlapSphere, Distance) == 0x000014, "Member 'SBZCheatManager_OverlapSphere::Distance' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_OverlapSphere, MaxHitCount) == 0x000018, "Member 'SBZCheatManager_OverlapSphere::MaxHitCount' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_OverlapSphere, Radius) == 0x00001C, "Member 'SBZCheatManager_OverlapSphere::Radius' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_OverlapSphere, DrawDuration) == 0x000020, "Member 'SBZCheatManager_OverlapSphere::DrawDuration' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_OverlapSphere, bIsDrawPersistent) == 0x000024, "Member 'SBZCheatManager_OverlapSphere::bIsDrawPersistent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_PerceptionOnAllAI \ +static_assert(alignof(SBZCheatManager_PerceptionOnAllAI) == 0x000001, "Wrong alignment on SBZCheatManager_PerceptionOnAllAI"); \ +static_assert(sizeof(SBZCheatManager_PerceptionOnAllAI) == 0x000001, "Wrong size on SBZCheatManager_PerceptionOnAllAI"); \ +static_assert(offsetof(SBZCheatManager_PerceptionOnAllAI, bShouldHavePerception) == 0x000000, "Member 'SBZCheatManager_PerceptionOnAllAI::bShouldHavePerception' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_PossessSelf \ +static_assert(alignof(SBZCheatManager_PossessSelf) == 0x000004, "Wrong alignment on SBZCheatManager_PossessSelf"); \ +static_assert(sizeof(SBZCheatManager_PossessSelf) == 0x000004, "Wrong size on SBZCheatManager_PossessSelf"); \ +static_assert(offsetof(SBZCheatManager_PossessSelf, PlayerIndex) == 0x000000, "Member 'SBZCheatManager_PossessSelf::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_PossessTarget \ +static_assert(alignof(SBZCheatManager_PossessTarget) == 0x000004, "Wrong alignment on SBZCheatManager_PossessTarget"); \ +static_assert(sizeof(SBZCheatManager_PossessTarget) == 0x000004, "Wrong size on SBZCheatManager_PossessTarget"); \ +static_assert(offsetof(SBZCheatManager_PossessTarget, PlayerIndex) == 0x000000, "Member 'SBZCheatManager_PossessTarget::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_PrintAllInteractable \ +static_assert(alignof(SBZCheatManager_PrintAllInteractable) == 0x000001, "Wrong alignment on SBZCheatManager_PrintAllInteractable"); \ +static_assert(sizeof(SBZCheatManager_PrintAllInteractable) == 0x000001, "Wrong size on SBZCheatManager_PrintAllInteractable"); \ +static_assert(offsetof(SBZCheatManager_PrintAllInteractable, bIsTemplate) == 0x000000, "Member 'SBZCheatManager_PrintAllInteractable::bIsTemplate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_PrintAnimNotifies \ +static_assert(alignof(SBZCheatManager_PrintAnimNotifies) == 0x000004, "Wrong alignment on SBZCheatManager_PrintAnimNotifies"); \ +static_assert(sizeof(SBZCheatManager_PrintAnimNotifies) == 0x000010, "Wrong size on SBZCheatManager_PrintAnimNotifies"); \ +static_assert(offsetof(SBZCheatManager_PrintAnimNotifies, NotifyName) == 0x000000, "Member 'SBZCheatManager_PrintAnimNotifies::NotifyName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_PrintAnimNotifies, bIsOnlyMontages) == 0x00000C, "Member 'SBZCheatManager_PrintAnimNotifies::bIsOnlyMontages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_PrintExperienceMilestone \ +static_assert(alignof(SBZCheatManager_PrintExperienceMilestone) == 0x000008, "Wrong alignment on SBZCheatManager_PrintExperienceMilestone"); \ +static_assert(sizeof(SBZCheatManager_PrintExperienceMilestone) == 0x000018, "Wrong size on SBZCheatManager_PrintExperienceMilestone"); \ +static_assert(offsetof(SBZCheatManager_PrintExperienceMilestone, MilestoneType) == 0x000000, "Member 'SBZCheatManager_PrintExperienceMilestone::MilestoneType' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_PrintExperienceMilestone, MilestoneName) == 0x000008, "Member 'SBZCheatManager_PrintExperienceMilestone::MilestoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_PrintRewardLogEvent \ +static_assert(alignof(SBZCheatManager_PrintRewardLogEvent) == 0x000008, "Wrong alignment on SBZCheatManager_PrintRewardLogEvent"); \ +static_assert(sizeof(SBZCheatManager_PrintRewardLogEvent) == 0x000288, "Wrong size on SBZCheatManager_PrintRewardLogEvent"); \ +static_assert(offsetof(SBZCheatManager_PrintRewardLogEvent, EndMissionResultData) == 0x000000, "Member 'SBZCheatManager_PrintRewardLogEvent::EndMissionResultData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_PrintServerWorldInfo \ +static_assert(alignof(SBZCheatManager_PrintServerWorldInfo) == 0x000004, "Wrong alignment on SBZCheatManager_PrintServerWorldInfo"); \ +static_assert(sizeof(SBZCheatManager_PrintServerWorldInfo) == 0x000004, "Wrong size on SBZCheatManager_PrintServerWorldInfo"); \ +static_assert(offsetof(SBZCheatManager_PrintServerWorldInfo, PlayerIndex) == 0x000000, "Member 'SBZCheatManager_PrintServerWorldInfo::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_PrintTagChanges \ +static_assert(alignof(SBZCheatManager_PrintTagChanges) == 0x000004, "Wrong alignment on SBZCheatManager_PrintTagChanges"); \ +static_assert(sizeof(SBZCheatManager_PrintTagChanges) == 0x000018, "Wrong size on SBZCheatManager_PrintTagChanges"); \ +static_assert(offsetof(SBZCheatManager_PrintTagChanges, bIsPrintEnabled) == 0x000000, "Member 'SBZCheatManager_PrintTagChanges::bIsPrintEnabled' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_PrintTagChanges, Tag) == 0x000004, "Member 'SBZCheatManager_PrintTagChanges::Tag' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_PrintTagChanges, bIsStackTrace) == 0x000010, "Member 'SBZCheatManager_PrintTagChanges::bIsStackTrace' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_PrintTagChanges, PlayerIndex) == 0x000014, "Member 'SBZCheatManager_PrintTagChanges::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_PrintTarget \ +static_assert(alignof(SBZCheatManager_PrintTarget) == 0x000004, "Wrong alignment on SBZCheatManager_PrintTarget"); \ +static_assert(sizeof(SBZCheatManager_PrintTarget) == 0x000004, "Wrong size on SBZCheatManager_PrintTarget"); \ +static_assert(offsetof(SBZCheatManager_PrintTarget, PlayerIndex) == 0x000000, "Member 'SBZCheatManager_PrintTarget::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_PrintTargetTagChanges \ +static_assert(alignof(SBZCheatManager_PrintTargetTagChanges) == 0x000004, "Wrong alignment on SBZCheatManager_PrintTargetTagChanges"); \ +static_assert(sizeof(SBZCheatManager_PrintTargetTagChanges) == 0x000018, "Wrong size on SBZCheatManager_PrintTargetTagChanges"); \ +static_assert(offsetof(SBZCheatManager_PrintTargetTagChanges, bIsPrintEnabled) == 0x000000, "Member 'SBZCheatManager_PrintTargetTagChanges::bIsPrintEnabled' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_PrintTargetTagChanges, Tag) == 0x000004, "Member 'SBZCheatManager_PrintTargetTagChanges::Tag' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_PrintTargetTagChanges, bIsStackTrace) == 0x000010, "Member 'SBZCheatManager_PrintTargetTagChanges::bIsStackTrace' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_PrintTargetTagChanges, PlayerIndex) == 0x000014, "Member 'SBZCheatManager_PrintTargetTagChanges::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_PrintWorldInfo \ +static_assert(alignof(SBZCheatManager_PrintWorldInfo) == 0x000004, "Wrong alignment on SBZCheatManager_PrintWorldInfo"); \ +static_assert(sizeof(SBZCheatManager_PrintWorldInfo) == 0x000004, "Wrong size on SBZCheatManager_PrintWorldInfo"); \ +static_assert(offsetof(SBZCheatManager_PrintWorldInfo, PlayerIndex) == 0x000000, "Member 'SBZCheatManager_PrintWorldInfo::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_RefreshPlayerAbilityBuff \ +static_assert(alignof(SBZCheatManager_RefreshPlayerAbilityBuff) == 0x000004, "Wrong alignment on SBZCheatManager_RefreshPlayerAbilityBuff"); \ +static_assert(sizeof(SBZCheatManager_RefreshPlayerAbilityBuff) == 0x000008, "Wrong size on SBZCheatManager_RefreshPlayerAbilityBuff"); \ +static_assert(offsetof(SBZCheatManager_RefreshPlayerAbilityBuff, Type) == 0x000000, "Member 'SBZCheatManager_RefreshPlayerAbilityBuff::Type' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_RefreshPlayerAbilityBuff, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_RefreshPlayerAbilityBuff::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_RefreshPlayerAbilityBuffAll \ +static_assert(alignof(SBZCheatManager_RefreshPlayerAbilityBuffAll) == 0x000004, "Wrong alignment on SBZCheatManager_RefreshPlayerAbilityBuffAll"); \ +static_assert(sizeof(SBZCheatManager_RefreshPlayerAbilityBuffAll) == 0x000004, "Wrong size on SBZCheatManager_RefreshPlayerAbilityBuffAll"); \ +static_assert(offsetof(SBZCheatManager_RefreshPlayerAbilityBuffAll, PlayerIndex) == 0x000000, "Member 'SBZCheatManager_RefreshPlayerAbilityBuffAll::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_ReplenishPlayerArmor \ +static_assert(alignof(SBZCheatManager_ReplenishPlayerArmor) == 0x000004, "Wrong alignment on SBZCheatManager_ReplenishPlayerArmor"); \ +static_assert(sizeof(SBZCheatManager_ReplenishPlayerArmor) == 0x000004, "Wrong size on SBZCheatManager_ReplenishPlayerArmor"); \ +static_assert(offsetof(SBZCheatManager_ReplenishPlayerArmor, PlayerIndex) == 0x000000, "Member 'SBZCheatManager_ReplenishPlayerArmor::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_RequestMissionEnd \ +static_assert(alignof(SBZCheatManager_RequestMissionEnd) == 0x000004, "Wrong alignment on SBZCheatManager_RequestMissionEnd"); \ +static_assert(sizeof(SBZCheatManager_RequestMissionEnd) == 0x00000C, "Wrong size on SBZCheatManager_RequestMissionEnd"); \ +static_assert(offsetof(SBZCheatManager_RequestMissionEnd, Result) == 0x000000, "Member 'SBZCheatManager_RequestMissionEnd::Result' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_RequestMissionEnd, OutroVariation) == 0x000004, "Member 'SBZCheatManager_RequestMissionEnd::OutroVariation' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_RequestMissionEnd, PlayersInEscapeVolume) == 0x000008, "Member 'SBZCheatManager_RequestMissionEnd::PlayersInEscapeVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_RequestMissionSuccess \ +static_assert(alignof(SBZCheatManager_RequestMissionSuccess) == 0x000004, "Wrong alignment on SBZCheatManager_RequestMissionSuccess"); \ +static_assert(sizeof(SBZCheatManager_RequestMissionSuccess) == 0x000004, "Wrong size on SBZCheatManager_RequestMissionSuccess"); \ +static_assert(offsetof(SBZCheatManager_RequestMissionSuccess, PlayersInEscapeVolume) == 0x000000, "Member 'SBZCheatManager_RequestMissionSuccess::PlayersInEscapeVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_RequestMissionTimeOut \ +static_assert(alignof(SBZCheatManager_RequestMissionTimeOut) == 0x000004, "Wrong alignment on SBZCheatManager_RequestMissionTimeOut"); \ +static_assert(sizeof(SBZCheatManager_RequestMissionTimeOut) == 0x000004, "Wrong size on SBZCheatManager_RequestMissionTimeOut"); \ +static_assert(offsetof(SBZCheatManager_RequestMissionTimeOut, PlayersInEscapeVolume) == 0x000000, "Member 'SBZCheatManager_RequestMissionTimeOut::PlayersInEscapeVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_ResearchAllSkills \ +static_assert(alignof(SBZCheatManager_ResearchAllSkills) == 0x000004, "Wrong alignment on SBZCheatManager_ResearchAllSkills"); \ +static_assert(sizeof(SBZCheatManager_ResearchAllSkills) == 0x000004, "Wrong size on SBZCheatManager_ResearchAllSkills"); \ +static_assert(offsetof(SBZCheatManager_ResearchAllSkills, PlayerIndex) == 0x000000, "Member 'SBZCheatManager_ResearchAllSkills::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_ReviveCrewAI \ +static_assert(alignof(SBZCheatManager_ReviveCrewAI) == 0x000004, "Wrong alignment on SBZCheatManager_ReviveCrewAI"); \ +static_assert(sizeof(SBZCheatManager_ReviveCrewAI) == 0x000004, "Wrong size on SBZCheatManager_ReviveCrewAI"); \ +static_assert(offsetof(SBZCheatManager_ReviveCrewAI, CrewAIIndex) == 0x000000, "Member 'SBZCheatManager_ReviveCrewAI::CrewAIIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_RevivePlayer \ +static_assert(alignof(SBZCheatManager_RevivePlayer) == 0x000004, "Wrong alignment on SBZCheatManager_RevivePlayer"); \ +static_assert(sizeof(SBZCheatManager_RevivePlayer) == 0x000004, "Wrong size on SBZCheatManager_RevivePlayer"); \ +static_assert(offsetof(SBZCheatManager_RevivePlayer, PlayerIndex) == 0x000000, "Member 'SBZCheatManager_RevivePlayer::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_ReviveTarget \ +static_assert(alignof(SBZCheatManager_ReviveTarget) == 0x000004, "Wrong alignment on SBZCheatManager_ReviveTarget"); \ +static_assert(sizeof(SBZCheatManager_ReviveTarget) == 0x000004, "Wrong size on SBZCheatManager_ReviveTarget"); \ +static_assert(offsetof(SBZCheatManager_ReviveTarget, PlayerIndex) == 0x000000, "Member 'SBZCheatManager_ReviveTarget::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SecureAllAvailableLoot \ +static_assert(alignof(SBZCheatManager_SecureAllAvailableLoot) == 0x000001, "Wrong alignment on SBZCheatManager_SecureAllAvailableLoot"); \ +static_assert(sizeof(SBZCheatManager_SecureAllAvailableLoot) == 0x000001, "Wrong size on SBZCheatManager_SecureAllAvailableLoot"); \ +static_assert(offsetof(SBZCheatManager_SecureAllAvailableLoot, bClearClaim) == 0x000000, "Member 'SBZCheatManager_SecureAllAvailableLoot::bClearClaim' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SecureBag \ +static_assert(alignof(SBZCheatManager_SecureBag) == 0x000004, "Wrong alignment on SBZCheatManager_SecureBag"); \ +static_assert(sizeof(SBZCheatManager_SecureBag) == 0x000010, "Wrong size on SBZCheatManager_SecureBag"); \ +static_assert(offsetof(SBZCheatManager_SecureBag, Count) == 0x000000, "Member 'SBZCheatManager_SecureBag::Count' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SecureBag, AssetName) == 0x000004, "Member 'SBZCheatManager_SecureBag::AssetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SelectDebugActorTarget \ +static_assert(alignof(SBZCheatManager_SelectDebugActorTarget) == 0x000004, "Wrong alignment on SBZCheatManager_SelectDebugActorTarget"); \ +static_assert(sizeof(SBZCheatManager_SelectDebugActorTarget) == 0x000008, "Wrong size on SBZCheatManager_SelectDebugActorTarget"); \ +static_assert(offsetof(SBZCheatManager_SelectDebugActorTarget, bIsSelectedInEditor) == 0x000000, "Member 'SBZCheatManager_SelectDebugActorTarget::bIsSelectedInEditor' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SelectDebugActorTarget, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_SelectDebugActorTarget::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SendSessionMessage \ +static_assert(alignof(SBZCheatManager_SendSessionMessage) == 0x000008, "Wrong alignment on SBZCheatManager_SendSessionMessage"); \ +static_assert(sizeof(SBZCheatManager_SendSessionMessage) == 0x000010, "Wrong size on SBZCheatManager_SendSessionMessage"); \ +static_assert(offsetof(SBZCheatManager_SendSessionMessage, Message) == 0x000000, "Member 'SBZCheatManager_SendSessionMessage::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetAddMissionFailedTimeout \ +static_assert(alignof(SBZCheatManager_SetAddMissionFailedTimeout) == 0x000004, "Wrong alignment on SBZCheatManager_SetAddMissionFailedTimeout"); \ +static_assert(sizeof(SBZCheatManager_SetAddMissionFailedTimeout) == 0x000004, "Wrong size on SBZCheatManager_SetAddMissionFailedTimeout"); \ +static_assert(offsetof(SBZCheatManager_SetAddMissionFailedTimeout, AddTimeout) == 0x000000, "Member 'SBZCheatManager_SetAddMissionFailedTimeout::AddTimeout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetAllSkills \ +static_assert(alignof(SBZCheatManager_SetAllSkills) == 0x000004, "Wrong alignment on SBZCheatManager_SetAllSkills"); \ +static_assert(sizeof(SBZCheatManager_SetAllSkills) == 0x000008, "Wrong size on SBZCheatManager_SetAllSkills"); \ +static_assert(offsetof(SBZCheatManager_SetAllSkills, bIsAcquired) == 0x000000, "Member 'SBZCheatManager_SetAllSkills::bIsAcquired' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetAllSkills, bIsRemoveAllowed) == 0x000001, "Member 'SBZCheatManager_SetAllSkills::bIsRemoveAllowed' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetAllSkills, bIsVersion2) == 0x000002, "Member 'SBZCheatManager_SetAllSkills::bIsVersion2' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetAllSkills, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_SetAllSkills::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetAllSkillsByTag \ +static_assert(alignof(SBZCheatManager_SetAllSkillsByTag) == 0x000004, "Wrong alignment on SBZCheatManager_SetAllSkillsByTag"); \ +static_assert(sizeof(SBZCheatManager_SetAllSkillsByTag) == 0x000014, "Wrong size on SBZCheatManager_SetAllSkillsByTag"); \ +static_assert(offsetof(SBZCheatManager_SetAllSkillsByTag, bIsAcquired) == 0x000000, "Member 'SBZCheatManager_SetAllSkillsByTag::bIsAcquired' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetAllSkillsByTag, TagName) == 0x000004, "Member 'SBZCheatManager_SetAllSkillsByTag::TagName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetAllSkillsByTag, PlayerIndex) == 0x000010, "Member 'SBZCheatManager_SetAllSkillsByTag::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetAmmoInventory \ +static_assert(alignof(SBZCheatManager_SetAmmoInventory) == 0x000004, "Wrong alignment on SBZCheatManager_SetAmmoInventory"); \ +static_assert(sizeof(SBZCheatManager_SetAmmoInventory) == 0x00000C, "Wrong size on SBZCheatManager_SetAmmoInventory"); \ +static_assert(offsetof(SBZCheatManager_SetAmmoInventory, NewAmmoCount) == 0x000000, "Member 'SBZCheatManager_SetAmmoInventory::NewAmmoCount' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetAmmoInventory, WeaponIndex) == 0x000004, "Member 'SBZCheatManager_SetAmmoInventory::WeaponIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetAmmoInventory, PlayerIndex) == 0x000008, "Member 'SBZCheatManager_SetAmmoInventory::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetAmmoLoaded \ +static_assert(alignof(SBZCheatManager_SetAmmoLoaded) == 0x000004, "Wrong alignment on SBZCheatManager_SetAmmoLoaded"); \ +static_assert(sizeof(SBZCheatManager_SetAmmoLoaded) == 0x00000C, "Wrong size on SBZCheatManager_SetAmmoLoaded"); \ +static_assert(offsetof(SBZCheatManager_SetAmmoLoaded, NewAmmoCount) == 0x000000, "Member 'SBZCheatManager_SetAmmoLoaded::NewAmmoCount' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetAmmoLoaded, WeaponIndex) == 0x000004, "Member 'SBZCheatManager_SetAmmoLoaded::WeaponIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetAmmoLoaded, PlayerIndex) == 0x000008, "Member 'SBZCheatManager_SetAmmoLoaded::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetAssaultActive \ +static_assert(alignof(SBZCheatManager_SetAssaultActive) == 0x000001, "Wrong alignment on SBZCheatManager_SetAssaultActive"); \ +static_assert(sizeof(SBZCheatManager_SetAssaultActive) == 0x000001, "Wrong size on SBZCheatManager_SetAssaultActive"); \ +static_assert(offsetof(SBZCheatManager_SetAssaultActive, bIsActive) == 0x000000, "Member 'SBZCheatManager_SetAssaultActive::bIsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetAssaultLevelProgression \ +static_assert(alignof(SBZCheatManager_SetAssaultLevelProgression) == 0x000004, "Wrong alignment on SBZCheatManager_SetAssaultLevelProgression"); \ +static_assert(sizeof(SBZCheatManager_SetAssaultLevelProgression) == 0x000004, "Wrong size on SBZCheatManager_SetAssaultLevelProgression"); \ +static_assert(offsetof(SBZCheatManager_SetAssaultLevelProgression, Progression) == 0x000000, "Member 'SBZCheatManager_SetAssaultLevelProgression::Progression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetAssaultPhase \ +static_assert(alignof(SBZCheatManager_SetAssaultPhase) == 0x000001, "Wrong alignment on SBZCheatManager_SetAssaultPhase"); \ +static_assert(sizeof(SBZCheatManager_SetAssaultPhase) == 0x000002, "Wrong size on SBZCheatManager_SetAssaultPhase"); \ +static_assert(offsetof(SBZCheatManager_SetAssaultPhase, Phase) == 0x000000, "Member 'SBZCheatManager_SetAssaultPhase::Phase' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetAssaultPhase, bIsStatic) == 0x000001, "Member 'SBZCheatManager_SetAssaultPhase::bIsStatic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetAttributeValue \ +static_assert(alignof(SBZCheatManager_SetAttributeValue) == 0x000004, "Wrong alignment on SBZCheatManager_SetAttributeValue"); \ +static_assert(sizeof(SBZCheatManager_SetAttributeValue) == 0x000014, "Wrong size on SBZCheatManager_SetAttributeValue"); \ +static_assert(offsetof(SBZCheatManager_SetAttributeValue, Name_0) == 0x000000, "Member 'SBZCheatManager_SetAttributeValue::Name_0' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetAttributeValue, Value) == 0x00000C, "Member 'SBZCheatManager_SetAttributeValue::Value' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetAttributeValue, PlayerIndex) == 0x000010, "Member 'SBZCheatManager_SetAttributeValue::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetCrouchedTarget \ +static_assert(alignof(SBZCheatManager_SetCrouchedTarget) == 0x000004, "Wrong alignment on SBZCheatManager_SetCrouchedTarget"); \ +static_assert(sizeof(SBZCheatManager_SetCrouchedTarget) == 0x000008, "Wrong size on SBZCheatManager_SetCrouchedTarget"); \ +static_assert(offsetof(SBZCheatManager_SetCrouchedTarget, bIsCrouched) == 0x000000, "Member 'SBZCheatManager_SetCrouchedTarget::bIsCrouched' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetCrouchedTarget, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_SetCrouchedTarget::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetDifficulty \ +static_assert(alignof(SBZCheatManager_SetDifficulty) == 0x000001, "Wrong alignment on SBZCheatManager_SetDifficulty"); \ +static_assert(sizeof(SBZCheatManager_SetDifficulty) == 0x000001, "Wrong size on SBZCheatManager_SetDifficulty"); \ +static_assert(offsetof(SBZCheatManager_SetDifficulty, Difficulty) == 0x000000, "Member 'SBZCheatManager_SetDifficulty::Difficulty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetDownedCount \ +static_assert(alignof(SBZCheatManager_SetDownedCount) == 0x000004, "Wrong alignment on SBZCheatManager_SetDownedCount"); \ +static_assert(sizeof(SBZCheatManager_SetDownedCount) == 0x000008, "Wrong size on SBZCheatManager_SetDownedCount"); \ +static_assert(offsetof(SBZCheatManager_SetDownedCount, Count) == 0x000000, "Member 'SBZCheatManager_SetDownedCount::Count' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetDownedCount, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_SetDownedCount::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetDrawTransform \ +static_assert(alignof(SBZCheatManager_SetDrawTransform) == 0x000004, "Wrong alignment on SBZCheatManager_SetDrawTransform"); \ +static_assert(sizeof(SBZCheatManager_SetDrawTransform) == 0x000024, "Wrong size on SBZCheatManager_SetDrawTransform"); \ +static_assert(offsetof(SBZCheatManager_SetDrawTransform, X) == 0x000000, "Member 'SBZCheatManager_SetDrawTransform::X' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetDrawTransform, Y) == 0x000004, "Member 'SBZCheatManager_SetDrawTransform::Y' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetDrawTransform, Z) == 0x000008, "Member 'SBZCheatManager_SetDrawTransform::Z' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetDrawTransform, Yaw) == 0x00000C, "Member 'SBZCheatManager_SetDrawTransform::Yaw' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetDrawTransform, Pitch) == 0x000010, "Member 'SBZCheatManager_SetDrawTransform::Pitch' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetDrawTransform, Roll) == 0x000014, "Member 'SBZCheatManager_SetDrawTransform::Roll' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetDrawTransform, ScaleX) == 0x000018, "Member 'SBZCheatManager_SetDrawTransform::ScaleX' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetDrawTransform, ScaleY) == 0x00001C, "Member 'SBZCheatManager_SetDrawTransform::ScaleY' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetDrawTransform, ScaleZ) == 0x000020, "Member 'SBZCheatManager_SetDrawTransform::ScaleZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetDrawTransformEnabled \ +static_assert(alignof(SBZCheatManager_SetDrawTransformEnabled) == 0x000001, "Wrong alignment on SBZCheatManager_SetDrawTransformEnabled"); \ +static_assert(sizeof(SBZCheatManager_SetDrawTransformEnabled) == 0x000001, "Wrong size on SBZCheatManager_SetDrawTransformEnabled"); \ +static_assert(offsetof(SBZCheatManager_SetDrawTransformEnabled, bIsEnabled) == 0x000000, "Member 'SBZCheatManager_SetDrawTransformEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetEquippable \ +static_assert(alignof(SBZCheatManager_SetEquippable) == 0x000004, "Wrong alignment on SBZCheatManager_SetEquippable"); \ +static_assert(sizeof(SBZCheatManager_SetEquippable) == 0x000014, "Wrong size on SBZCheatManager_SetEquippable"); \ +static_assert(offsetof(SBZCheatManager_SetEquippable, EquippableDataName) == 0x000000, "Member 'SBZCheatManager_SetEquippable::EquippableDataName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetEquippable, EquippableIndex) == 0x00000C, "Member 'SBZCheatManager_SetEquippable::EquippableIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetEquippable, PlayerIndex) == 0x000010, "Member 'SBZCheatManager_SetEquippable::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetEquippablePart \ +static_assert(alignof(SBZCheatManager_SetEquippablePart) == 0x000004, "Wrong alignment on SBZCheatManager_SetEquippablePart"); \ +static_assert(sizeof(SBZCheatManager_SetEquippablePart) == 0x000020, "Wrong size on SBZCheatManager_SetEquippablePart"); \ +static_assert(offsetof(SBZCheatManager_SetEquippablePart, SlotDataName) == 0x000000, "Member 'SBZCheatManager_SetEquippablePart::SlotDataName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetEquippablePart, PartDataName) == 0x00000C, "Member 'SBZCheatManager_SetEquippablePart::PartDataName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetEquippablePart, EquippableIndex) == 0x000018, "Member 'SBZCheatManager_SetEquippablePart::EquippableIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetEquippablePart, PlayerIndex) == 0x00001C, "Member 'SBZCheatManager_SetEquippablePart::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetEquippablePreset \ +static_assert(alignof(SBZCheatManager_SetEquippablePreset) == 0x000004, "Wrong alignment on SBZCheatManager_SetEquippablePreset"); \ +static_assert(sizeof(SBZCheatManager_SetEquippablePreset) == 0x000014, "Wrong size on SBZCheatManager_SetEquippablePreset"); \ +static_assert(offsetof(SBZCheatManager_SetEquippablePreset, EquippableDataName) == 0x000000, "Member 'SBZCheatManager_SetEquippablePreset::EquippableDataName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetEquippablePreset, EquippableIndex) == 0x00000C, "Member 'SBZCheatManager_SetEquippablePreset::EquippableIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetEquippablePreset, PlayerIndex) == 0x000010, "Member 'SBZCheatManager_SetEquippablePreset::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetEquippableWeaponPreset \ +static_assert(alignof(SBZCheatManager_SetEquippableWeaponPreset) == 0x000008, "Wrong alignment on SBZCheatManager_SetEquippableWeaponPreset"); \ +static_assert(sizeof(SBZCheatManager_SetEquippableWeaponPreset) == 0x000018, "Wrong size on SBZCheatManager_SetEquippableWeaponPreset"); \ +static_assert(offsetof(SBZCheatManager_SetEquippableWeaponPreset, WeaponPresetSku) == 0x000000, "Member 'SBZCheatManager_SetEquippableWeaponPreset::WeaponPresetSku' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetEquippableWeaponPreset, EquippableIndex) == 0x000010, "Member 'SBZCheatManager_SetEquippableWeaponPreset::EquippableIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetEquippableWeaponPreset, PlayerIndex) == 0x000014, "Member 'SBZCheatManager_SetEquippableWeaponPreset::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetEquippedTarget \ +static_assert(alignof(SBZCheatManager_SetEquippedTarget) == 0x000004, "Wrong alignment on SBZCheatManager_SetEquippedTarget"); \ +static_assert(sizeof(SBZCheatManager_SetEquippedTarget) == 0x000008, "Wrong size on SBZCheatManager_SetEquippedTarget"); \ +static_assert(offsetof(SBZCheatManager_SetEquippedTarget, bIsEquipped) == 0x000000, "Member 'SBZCheatManager_SetEquippedTarget::bIsEquipped' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetEquippedTarget, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_SetEquippedTarget::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetFriendlyFireSettings \ +static_assert(alignof(SBZCheatManager_SetFriendlyFireSettings) == 0x000004, "Wrong alignment on SBZCheatManager_SetFriendlyFireSettings"); \ +static_assert(sizeof(SBZCheatManager_SetFriendlyFireSettings) == 0x000004, "Wrong size on SBZCheatManager_SetFriendlyFireSettings"); \ +static_assert(offsetof(SBZCheatManager_SetFriendlyFireSettings, Value) == 0x000000, "Member 'SBZCheatManager_SetFriendlyFireSettings::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetGod \ +static_assert(alignof(SBZCheatManager_SetGod) == 0x000004, "Wrong alignment on SBZCheatManager_SetGod"); \ +static_assert(sizeof(SBZCheatManager_SetGod) == 0x000008, "Wrong size on SBZCheatManager_SetGod"); \ +static_assert(offsetof(SBZCheatManager_SetGod, bIsGod) == 0x000000, "Member 'SBZCheatManager_SetGod::bIsGod' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetGod, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_SetGod::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetHeistState \ +static_assert(alignof(SBZCheatManager_SetHeistState) == 0x000001, "Wrong alignment on SBZCheatManager_SetHeistState"); \ +static_assert(sizeof(SBZCheatManager_SetHeistState) == 0x000001, "Wrong size on SBZCheatManager_SetHeistState"); \ +static_assert(offsetof(SBZCheatManager_SetHeistState, HeistState) == 0x000000, "Member 'SBZCheatManager_SetHeistState::HeistState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetInaudiblePlayer \ +static_assert(alignof(SBZCheatManager_SetInaudiblePlayer) == 0x000004, "Wrong alignment on SBZCheatManager_SetInaudiblePlayer"); \ +static_assert(sizeof(SBZCheatManager_SetInaudiblePlayer) == 0x000008, "Wrong size on SBZCheatManager_SetInaudiblePlayer"); \ +static_assert(offsetof(SBZCheatManager_SetInaudiblePlayer, bIsInaudible) == 0x000000, "Member 'SBZCheatManager_SetInaudiblePlayer::bIsInaudible' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetInaudiblePlayer, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_SetInaudiblePlayer::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetInfiniteAmmo \ +static_assert(alignof(SBZCheatManager_SetInfiniteAmmo) == 0x000004, "Wrong alignment on SBZCheatManager_SetInfiniteAmmo"); \ +static_assert(sizeof(SBZCheatManager_SetInfiniteAmmo) == 0x000008, "Wrong size on SBZCheatManager_SetInfiniteAmmo"); \ +static_assert(offsetof(SBZCheatManager_SetInfiniteAmmo, bHasInifinteAmmo) == 0x000000, "Member 'SBZCheatManager_SetInfiniteAmmo::bHasInifinteAmmo' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetInfiniteAmmo, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_SetInfiniteAmmo::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetInteractorModeIndex \ +static_assert(alignof(SBZCheatManager_SetInteractorModeIndex) == 0x000004, "Wrong alignment on SBZCheatManager_SetInteractorModeIndex"); \ +static_assert(sizeof(SBZCheatManager_SetInteractorModeIndex) == 0x000008, "Wrong size on SBZCheatManager_SetInteractorModeIndex"); \ +static_assert(offsetof(SBZCheatManager_SetInteractorModeIndex, ModeIndex) == 0x000000, "Member 'SBZCheatManager_SetInteractorModeIndex::ModeIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetInteractorModeIndex, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_SetInteractorModeIndex::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetInvisiblePlayer \ +static_assert(alignof(SBZCheatManager_SetInvisiblePlayer) == 0x000004, "Wrong alignment on SBZCheatManager_SetInvisiblePlayer"); \ +static_assert(sizeof(SBZCheatManager_SetInvisiblePlayer) == 0x000008, "Wrong size on SBZCheatManager_SetInvisiblePlayer"); \ +static_assert(offsetof(SBZCheatManager_SetInvisiblePlayer, bIsInvisible) == 0x000000, "Member 'SBZCheatManager_SetInvisiblePlayer::bIsInvisible' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetInvisiblePlayer, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_SetInvisiblePlayer::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetJesus \ +static_assert(alignof(SBZCheatManager_SetJesus) == 0x000004, "Wrong alignment on SBZCheatManager_SetJesus"); \ +static_assert(sizeof(SBZCheatManager_SetJesus) == 0x000008, "Wrong size on SBZCheatManager_SetJesus"); \ +static_assert(offsetof(SBZCheatManager_SetJesus, bIsJesus) == 0x000000, "Member 'SBZCheatManager_SetJesus::bIsJesus' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetJesus, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_SetJesus::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetLastArrestedByGuard \ +static_assert(alignof(SBZCheatManager_SetLastArrestedByGuard) == 0x000004, "Wrong alignment on SBZCheatManager_SetLastArrestedByGuard"); \ +static_assert(sizeof(SBZCheatManager_SetLastArrestedByGuard) == 0x000008, "Wrong size on SBZCheatManager_SetLastArrestedByGuard"); \ +static_assert(offsetof(SBZCheatManager_SetLastArrestedByGuard, bIsLastArrestedByGuard) == 0x000000, "Member 'SBZCheatManager_SetLastArrestedByGuard::bIsLastArrestedByGuard' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetLastArrestedByGuard, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_SetLastArrestedByGuard::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetLooseTagCount \ +static_assert(alignof(SBZCheatManager_SetLooseTagCount) == 0x000004, "Wrong alignment on SBZCheatManager_SetLooseTagCount"); \ +static_assert(sizeof(SBZCheatManager_SetLooseTagCount) == 0x000014, "Wrong size on SBZCheatManager_SetLooseTagCount"); \ +static_assert(offsetof(SBZCheatManager_SetLooseTagCount, Tag) == 0x000000, "Member 'SBZCheatManager_SetLooseTagCount::Tag' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetLooseTagCount, Count) == 0x00000C, "Member 'SBZCheatManager_SetLooseTagCount::Count' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetLooseTagCount, PlayerIndex) == 0x000010, "Member 'SBZCheatManager_SetLooseTagCount::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetMarkedTarget \ +static_assert(alignof(SBZCheatManager_SetMarkedTarget) == 0x000004, "Wrong alignment on SBZCheatManager_SetMarkedTarget"); \ +static_assert(sizeof(SBZCheatManager_SetMarkedTarget) == 0x000008, "Wrong size on SBZCheatManager_SetMarkedTarget"); \ +static_assert(offsetof(SBZCheatManager_SetMarkedTarget, bIsMarked) == 0x000000, "Member 'SBZCheatManager_SetMarkedTarget::bIsMarked' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetMarkedTarget, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_SetMarkedTarget::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetMaxAICrewCountOverride \ +static_assert(alignof(SBZCheatManager_SetMaxAICrewCountOverride) == 0x000004, "Wrong alignment on SBZCheatManager_SetMaxAICrewCountOverride"); \ +static_assert(sizeof(SBZCheatManager_SetMaxAICrewCountOverride) == 0x000004, "Wrong size on SBZCheatManager_SetMaxAICrewCountOverride"); \ +static_assert(offsetof(SBZCheatManager_SetMaxAICrewCountOverride, MaxAICrewCount) == 0x000000, "Member 'SBZCheatManager_SetMaxAICrewCountOverride::MaxAICrewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetMilestonePassed \ +static_assert(alignof(SBZCheatManager_SetMilestonePassed) == 0x000008, "Wrong alignment on SBZCheatManager_SetMilestonePassed"); \ +static_assert(sizeof(SBZCheatManager_SetMilestonePassed) == 0x000010, "Wrong size on SBZCheatManager_SetMilestonePassed"); \ +static_assert(offsetof(SBZCheatManager_SetMilestonePassed, MilestoneName) == 0x000000, "Member 'SBZCheatManager_SetMilestonePassed::MilestoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetMilestonesPassedLoud \ +static_assert(alignof(SBZCheatManager_SetMilestonesPassedLoud) == 0x000004, "Wrong alignment on SBZCheatManager_SetMilestonesPassedLoud"); \ +static_assert(sizeof(SBZCheatManager_SetMilestonesPassedLoud) == 0x000004, "Wrong size on SBZCheatManager_SetMilestonesPassedLoud"); \ +static_assert(offsetof(SBZCheatManager_SetMilestonesPassedLoud, MilestonesPassed) == 0x000000, "Member 'SBZCheatManager_SetMilestonesPassedLoud::MilestonesPassed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetMilestonesPassedStealth \ +static_assert(alignof(SBZCheatManager_SetMilestonesPassedStealth) == 0x000004, "Wrong alignment on SBZCheatManager_SetMilestonesPassedStealth"); \ +static_assert(sizeof(SBZCheatManager_SetMilestonesPassedStealth) == 0x000004, "Wrong size on SBZCheatManager_SetMilestonesPassedStealth"); \ +static_assert(offsetof(SBZCheatManager_SetMilestonesPassedStealth, MilestonesPassed) == 0x000000, "Member 'SBZCheatManager_SetMilestonesPassedStealth::MilestonesPassed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetMissionActive \ +static_assert(alignof(SBZCheatManager_SetMissionActive) == 0x000001, "Wrong alignment on SBZCheatManager_SetMissionActive"); \ +static_assert(sizeof(SBZCheatManager_SetMissionActive) == 0x000002, "Wrong size on SBZCheatManager_SetMissionActive"); \ +static_assert(offsetof(SBZCheatManager_SetMissionActive, bIsActive) == 0x000000, "Member 'SBZCheatManager_SetMissionActive::bIsActive' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetMissionActive, bIsLocalOnly) == 0x000001, "Member 'SBZCheatManager_SetMissionActive::bIsLocalOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetMissionFailedEnabled \ +static_assert(alignof(SBZCheatManager_SetMissionFailedEnabled) == 0x000001, "Wrong alignment on SBZCheatManager_SetMissionFailedEnabled"); \ +static_assert(sizeof(SBZCheatManager_SetMissionFailedEnabled) == 0x000001, "Wrong size on SBZCheatManager_SetMissionFailedEnabled"); \ +static_assert(offsetof(SBZCheatManager_SetMissionFailedEnabled, bIsEnabled) == 0x000000, "Member 'SBZCheatManager_SetMissionFailedEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetOptionalMilestonePassed \ +static_assert(alignof(SBZCheatManager_SetOptionalMilestonePassed) == 0x000008, "Wrong alignment on SBZCheatManager_SetOptionalMilestonePassed"); \ +static_assert(sizeof(SBZCheatManager_SetOptionalMilestonePassed) == 0x000010, "Wrong size on SBZCheatManager_SetOptionalMilestonePassed"); \ +static_assert(offsetof(SBZCheatManager_SetOptionalMilestonePassed, OptionalMilestoneName) == 0x000000, "Member 'SBZCheatManager_SetOptionalMilestonePassed::OptionalMilestoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetOverkillWeaponLoadout \ +static_assert(alignof(SBZCheatManager_SetOverkillWeaponLoadout) == 0x000004, "Wrong alignment on SBZCheatManager_SetOverkillWeaponLoadout"); \ +static_assert(sizeof(SBZCheatManager_SetOverkillWeaponLoadout) == 0x000010, "Wrong size on SBZCheatManager_SetOverkillWeaponLoadout"); \ +static_assert(offsetof(SBZCheatManager_SetOverkillWeaponLoadout, DataName) == 0x000000, "Member 'SBZCheatManager_SetOverkillWeaponLoadout::DataName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetOverkillWeaponLoadout, PlayerIndex) == 0x00000C, "Member 'SBZCheatManager_SetOverkillWeaponLoadout::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetOverkillWeaponProgress \ +static_assert(alignof(SBZCheatManager_SetOverkillWeaponProgress) == 0x000004, "Wrong alignment on SBZCheatManager_SetOverkillWeaponProgress"); \ +static_assert(sizeof(SBZCheatManager_SetOverkillWeaponProgress) == 0x000008, "Wrong size on SBZCheatManager_SetOverkillWeaponProgress"); \ +static_assert(offsetof(SBZCheatManager_SetOverkillWeaponProgress, InProgress) == 0x000000, "Member 'SBZCheatManager_SetOverkillWeaponProgress::InProgress' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetOverkillWeaponProgress, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_SetOverkillWeaponProgress::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetOverskillEnabled \ +static_assert(alignof(SBZCheatManager_SetOverskillEnabled) == 0x000004, "Wrong alignment on SBZCheatManager_SetOverskillEnabled"); \ +static_assert(sizeof(SBZCheatManager_SetOverskillEnabled) == 0x000008, "Wrong size on SBZCheatManager_SetOverskillEnabled"); \ +static_assert(offsetof(SBZCheatManager_SetOverskillEnabled, bIsEnabled) == 0x000000, "Member 'SBZCheatManager_SetOverskillEnabled::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetOverskillEnabled, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_SetOverskillEnabled::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetOverskillLoadout \ +static_assert(alignof(SBZCheatManager_SetOverskillLoadout) == 0x000004, "Wrong alignment on SBZCheatManager_SetOverskillLoadout"); \ +static_assert(sizeof(SBZCheatManager_SetOverskillLoadout) == 0x000010, "Wrong size on SBZCheatManager_SetOverskillLoadout"); \ +static_assert(offsetof(SBZCheatManager_SetOverskillLoadout, DataName) == 0x000000, "Member 'SBZCheatManager_SetOverskillLoadout::DataName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetOverskillLoadout, PlayerIndex) == 0x00000C, "Member 'SBZCheatManager_SetOverskillLoadout::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetPlaceable \ +static_assert(alignof(SBZCheatManager_SetPlaceable) == 0x000004, "Wrong alignment on SBZCheatManager_SetPlaceable"); \ +static_assert(sizeof(SBZCheatManager_SetPlaceable) == 0x000014, "Wrong size on SBZCheatManager_SetPlaceable"); \ +static_assert(offsetof(SBZCheatManager_SetPlaceable, PlaceableDataName) == 0x000000, "Member 'SBZCheatManager_SetPlaceable::PlaceableDataName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetPlaceable, PlaceableIndex) == 0x00000C, "Member 'SBZCheatManager_SetPlaceable::PlaceableIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetPlaceable, PlayerIndex) == 0x000010, "Member 'SBZCheatManager_SetPlaceable::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetPlaceableAmmo \ +static_assert(alignof(SBZCheatManager_SetPlaceableAmmo) == 0x000004, "Wrong alignment on SBZCheatManager_SetPlaceableAmmo"); \ +static_assert(sizeof(SBZCheatManager_SetPlaceableAmmo) == 0x00000C, "Wrong size on SBZCheatManager_SetPlaceableAmmo"); \ +static_assert(offsetof(SBZCheatManager_SetPlaceableAmmo, Count) == 0x000000, "Member 'SBZCheatManager_SetPlaceableAmmo::Count' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetPlaceableAmmo, PlaceableIndex) == 0x000004, "Member 'SBZCheatManager_SetPlaceableAmmo::PlaceableIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetPlaceableAmmo, PlayerIndex) == 0x000008, "Member 'SBZCheatManager_SetPlaceableAmmo::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetPlayerAbilityBuffBlockCooldown \ +static_assert(alignof(SBZCheatManager_SetPlayerAbilityBuffBlockCooldown) == 0x000004, "Wrong alignment on SBZCheatManager_SetPlayerAbilityBuffBlockCooldown"); \ +static_assert(sizeof(SBZCheatManager_SetPlayerAbilityBuffBlockCooldown) == 0x00000C, "Wrong size on SBZCheatManager_SetPlayerAbilityBuffBlockCooldown"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerAbilityBuffBlockCooldown, Type) == 0x000000, "Member 'SBZCheatManager_SetPlayerAbilityBuffBlockCooldown::Type' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerAbilityBuffBlockCooldown, Cooldown) == 0x000004, "Member 'SBZCheatManager_SetPlayerAbilityBuffBlockCooldown::Cooldown' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerAbilityBuffBlockCooldown, PlayerIndex) == 0x000008, "Member 'SBZCheatManager_SetPlayerAbilityBuffBlockCooldown::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetPlayerAbilityBuffBlockCooldownAll \ +static_assert(alignof(SBZCheatManager_SetPlayerAbilityBuffBlockCooldownAll) == 0x000004, "Wrong alignment on SBZCheatManager_SetPlayerAbilityBuffBlockCooldownAll"); \ +static_assert(sizeof(SBZCheatManager_SetPlayerAbilityBuffBlockCooldownAll) == 0x000008, "Wrong size on SBZCheatManager_SetPlayerAbilityBuffBlockCooldownAll"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerAbilityBuffBlockCooldownAll, Cooldown) == 0x000000, "Member 'SBZCheatManager_SetPlayerAbilityBuffBlockCooldownAll::Cooldown' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerAbilityBuffBlockCooldownAll, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_SetPlayerAbilityBuffBlockCooldownAll::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetPlayerAbilityBuffBlocked \ +static_assert(alignof(SBZCheatManager_SetPlayerAbilityBuffBlocked) == 0x000004, "Wrong alignment on SBZCheatManager_SetPlayerAbilityBuffBlocked"); \ +static_assert(sizeof(SBZCheatManager_SetPlayerAbilityBuffBlocked) == 0x000008, "Wrong size on SBZCheatManager_SetPlayerAbilityBuffBlocked"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerAbilityBuffBlocked, Type) == 0x000000, "Member 'SBZCheatManager_SetPlayerAbilityBuffBlocked::Type' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerAbilityBuffBlocked, bIsBlocked) == 0x000001, "Member 'SBZCheatManager_SetPlayerAbilityBuffBlocked::bIsBlocked' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerAbilityBuffBlocked, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_SetPlayerAbilityBuffBlocked::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetPlayerAbilityBuffBlockedAll \ +static_assert(alignof(SBZCheatManager_SetPlayerAbilityBuffBlockedAll) == 0x000004, "Wrong alignment on SBZCheatManager_SetPlayerAbilityBuffBlockedAll"); \ +static_assert(sizeof(SBZCheatManager_SetPlayerAbilityBuffBlockedAll) == 0x000008, "Wrong size on SBZCheatManager_SetPlayerAbilityBuffBlockedAll"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerAbilityBuffBlockedAll, bIsBlocked) == 0x000000, "Member 'SBZCheatManager_SetPlayerAbilityBuffBlockedAll::bIsBlocked' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerAbilityBuffBlockedAll, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_SetPlayerAbilityBuffBlockedAll::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetPlayerArmor \ +static_assert(alignof(SBZCheatManager_SetPlayerArmor) == 0x000004, "Wrong alignment on SBZCheatManager_SetPlayerArmor"); \ +static_assert(sizeof(SBZCheatManager_SetPlayerArmor) == 0x000010, "Wrong size on SBZCheatManager_SetPlayerArmor"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerArmor, PlayerArmorName) == 0x000000, "Member 'SBZCheatManager_SetPlayerArmor::PlayerArmorName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerArmor, PlayerIndex) == 0x00000C, "Member 'SBZCheatManager_SetPlayerArmor::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetPlayerArmorChunkType \ +static_assert(alignof(SBZCheatManager_SetPlayerArmorChunkType) == 0x000004, "Wrong alignment on SBZCheatManager_SetPlayerArmorChunkType"); \ +static_assert(sizeof(SBZCheatManager_SetPlayerArmorChunkType) == 0x00000C, "Wrong size on SBZCheatManager_SetPlayerArmorChunkType"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerArmorChunkType, ChunkTypeIndex) == 0x000000, "Member 'SBZCheatManager_SetPlayerArmorChunkType::ChunkTypeIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerArmorChunkType, ChunkType) == 0x000004, "Member 'SBZCheatManager_SetPlayerArmorChunkType::ChunkType' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerArmorChunkType, PlayerIndex) == 0x000008, "Member 'SBZCheatManager_SetPlayerArmorChunkType::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetPlayerArmorChunkTypeCount \ +static_assert(alignof(SBZCheatManager_SetPlayerArmorChunkTypeCount) == 0x000004, "Wrong alignment on SBZCheatManager_SetPlayerArmorChunkTypeCount"); \ +static_assert(sizeof(SBZCheatManager_SetPlayerArmorChunkTypeCount) == 0x000008, "Wrong size on SBZCheatManager_SetPlayerArmorChunkTypeCount"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerArmorChunkTypeCount, ChunkTypeCount) == 0x000000, "Member 'SBZCheatManager_SetPlayerArmorChunkTypeCount::ChunkTypeCount' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerArmorChunkTypeCount, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_SetPlayerArmorChunkTypeCount::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetPlayerCharacter \ +static_assert(alignof(SBZCheatManager_SetPlayerCharacter) == 0x000004, "Wrong alignment on SBZCheatManager_SetPlayerCharacter"); \ +static_assert(sizeof(SBZCheatManager_SetPlayerCharacter) == 0x000010, "Wrong size on SBZCheatManager_SetPlayerCharacter"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerCharacter, CharacterClassName) == 0x000000, "Member 'SBZCheatManager_SetPlayerCharacter::CharacterClassName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerCharacter, PlayerIndex) == 0x00000C, "Member 'SBZCheatManager_SetPlayerCharacter::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetPlayerGlove \ +static_assert(alignof(SBZCheatManager_SetPlayerGlove) == 0x000004, "Wrong alignment on SBZCheatManager_SetPlayerGlove"); \ +static_assert(sizeof(SBZCheatManager_SetPlayerGlove) == 0x000010, "Wrong size on SBZCheatManager_SetPlayerGlove"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerGlove, PlayerMaskName) == 0x000000, "Member 'SBZCheatManager_SetPlayerGlove::PlayerMaskName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerGlove, PlayerIndex) == 0x00000C, "Member 'SBZCheatManager_SetPlayerGlove::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetPlayerMask \ +static_assert(alignof(SBZCheatManager_SetPlayerMask) == 0x000004, "Wrong alignment on SBZCheatManager_SetPlayerMask"); \ +static_assert(sizeof(SBZCheatManager_SetPlayerMask) == 0x000010, "Wrong size on SBZCheatManager_SetPlayerMask"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerMask, PlayerMaskName) == 0x000000, "Member 'SBZCheatManager_SetPlayerMask::PlayerMaskName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerMask, PlayerIndex) == 0x00000C, "Member 'SBZCheatManager_SetPlayerMask::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetPlayerMaskMould \ +static_assert(alignof(SBZCheatManager_SetPlayerMaskMould) == 0x000004, "Wrong alignment on SBZCheatManager_SetPlayerMaskMould"); \ +static_assert(sizeof(SBZCheatManager_SetPlayerMaskMould) == 0x000010, "Wrong size on SBZCheatManager_SetPlayerMaskMould"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerMaskMould, PlayerMaskMouldName) == 0x000000, "Member 'SBZCheatManager_SetPlayerMaskMould::PlayerMaskMouldName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerMaskMould, PlayerIndex) == 0x00000C, "Member 'SBZCheatManager_SetPlayerMaskMould::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetPlayerName \ +static_assert(alignof(SBZCheatManager_SetPlayerName) == 0x000008, "Wrong alignment on SBZCheatManager_SetPlayerName"); \ +static_assert(sizeof(SBZCheatManager_SetPlayerName) == 0x000018, "Wrong size on SBZCheatManager_SetPlayerName"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerName, Name_0) == 0x000000, "Member 'SBZCheatManager_SetPlayerName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerName, PlayerIndex) == 0x000010, "Member 'SBZCheatManager_SetPlayerName::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetPlayerSuit \ +static_assert(alignof(SBZCheatManager_SetPlayerSuit) == 0x000004, "Wrong alignment on SBZCheatManager_SetPlayerSuit"); \ +static_assert(sizeof(SBZCheatManager_SetPlayerSuit) == 0x000010, "Wrong size on SBZCheatManager_SetPlayerSuit"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerSuit, PlayerMaskName) == 0x000000, "Member 'SBZCheatManager_SetPlayerSuit::PlayerMaskName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetPlayerSuit, PlayerIndex) == 0x00000C, "Member 'SBZCheatManager_SetPlayerSuit::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetRegisterRewardPrints \ +static_assert(alignof(SBZCheatManager_SetRegisterRewardPrints) == 0x000001, "Wrong alignment on SBZCheatManager_SetRegisterRewardPrints"); \ +static_assert(sizeof(SBZCheatManager_SetRegisterRewardPrints) == 0x000001, "Wrong size on SBZCheatManager_SetRegisterRewardPrints"); \ +static_assert(offsetof(SBZCheatManager_SetRegisterRewardPrints, bIsRegistered) == 0x000000, "Member 'SBZCheatManager_SetRegisterRewardPrints::bIsRegistered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetSharedTagCount \ +static_assert(alignof(SBZCheatManager_SetSharedTagCount) == 0x000004, "Wrong alignment on SBZCheatManager_SetSharedTagCount"); \ +static_assert(sizeof(SBZCheatManager_SetSharedTagCount) == 0x000010, "Wrong size on SBZCheatManager_SetSharedTagCount"); \ +static_assert(offsetof(SBZCheatManager_SetSharedTagCount, Tag) == 0x000000, "Member 'SBZCheatManager_SetSharedTagCount::Tag' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetSharedTagCount, Count) == 0x00000C, "Member 'SBZCheatManager_SetSharedTagCount::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetSkill \ +static_assert(alignof(SBZCheatManager_SetSkill) == 0x000004, "Wrong alignment on SBZCheatManager_SetSkill"); \ +static_assert(sizeof(SBZCheatManager_SetSkill) == 0x000014, "Wrong size on SBZCheatManager_SetSkill"); \ +static_assert(offsetof(SBZCheatManager_SetSkill, SkillDataName) == 0x000000, "Member 'SBZCheatManager_SetSkill::SkillDataName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetSkill, bIsAcquired) == 0x00000C, "Member 'SBZCheatManager_SetSkill::bIsAcquired' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetSkill, PlayerIndex) == 0x000010, "Member 'SBZCheatManager_SetSkill::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetTargetAttributeValue \ +static_assert(alignof(SBZCheatManager_SetTargetAttributeValue) == 0x000004, "Wrong alignment on SBZCheatManager_SetTargetAttributeValue"); \ +static_assert(sizeof(SBZCheatManager_SetTargetAttributeValue) == 0x000014, "Wrong size on SBZCheatManager_SetTargetAttributeValue"); \ +static_assert(offsetof(SBZCheatManager_SetTargetAttributeValue, Name_0) == 0x000000, "Member 'SBZCheatManager_SetTargetAttributeValue::Name_0' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetTargetAttributeValue, Value) == 0x00000C, "Member 'SBZCheatManager_SetTargetAttributeValue::Value' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetTargetAttributeValue, PlayerIndex) == 0x000010, "Member 'SBZCheatManager_SetTargetAttributeValue::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetTargetCharacterStance \ +static_assert(alignof(SBZCheatManager_SetTargetCharacterStance) == 0x000004, "Wrong alignment on SBZCheatManager_SetTargetCharacterStance"); \ +static_assert(sizeof(SBZCheatManager_SetTargetCharacterStance) == 0x000008, "Wrong size on SBZCheatManager_SetTargetCharacterStance"); \ +static_assert(offsetof(SBZCheatManager_SetTargetCharacterStance, Stance) == 0x000000, "Member 'SBZCheatManager_SetTargetCharacterStance::Stance' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetTargetCharacterStance, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_SetTargetCharacterStance::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetTargetEquippableIndex \ +static_assert(alignof(SBZCheatManager_SetTargetEquippableIndex) == 0x000004, "Wrong alignment on SBZCheatManager_SetTargetEquippableIndex"); \ +static_assert(sizeof(SBZCheatManager_SetTargetEquippableIndex) == 0x000008, "Wrong size on SBZCheatManager_SetTargetEquippableIndex"); \ +static_assert(offsetof(SBZCheatManager_SetTargetEquippableIndex, EquippableIndex) == 0x000000, "Member 'SBZCheatManager_SetTargetEquippableIndex::EquippableIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetTargetEquippableIndex, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_SetTargetEquippableIndex::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetTargetEquippableIndexTarget \ +static_assert(alignof(SBZCheatManager_SetTargetEquippableIndexTarget) == 0x000004, "Wrong alignment on SBZCheatManager_SetTargetEquippableIndexTarget"); \ +static_assert(sizeof(SBZCheatManager_SetTargetEquippableIndexTarget) == 0x000008, "Wrong size on SBZCheatManager_SetTargetEquippableIndexTarget"); \ +static_assert(offsetof(SBZCheatManager_SetTargetEquippableIndexTarget, EquippableIndex) == 0x000000, "Member 'SBZCheatManager_SetTargetEquippableIndexTarget::EquippableIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetTargetEquippableIndexTarget, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_SetTargetEquippableIndexTarget::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetTargetLooseTagCount \ +static_assert(alignof(SBZCheatManager_SetTargetLooseTagCount) == 0x000004, "Wrong alignment on SBZCheatManager_SetTargetLooseTagCount"); \ +static_assert(sizeof(SBZCheatManager_SetTargetLooseTagCount) == 0x000014, "Wrong size on SBZCheatManager_SetTargetLooseTagCount"); \ +static_assert(offsetof(SBZCheatManager_SetTargetLooseTagCount, Tag) == 0x000000, "Member 'SBZCheatManager_SetTargetLooseTagCount::Tag' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetTargetLooseTagCount, Count) == 0x00000C, "Member 'SBZCheatManager_SetTargetLooseTagCount::Count' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetTargetLooseTagCount, PlayerIndex) == 0x000010, "Member 'SBZCheatManager_SetTargetLooseTagCount::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetTaserTase \ +static_assert(alignof(SBZCheatManager_SetTaserTase) == 0x000004, "Wrong alignment on SBZCheatManager_SetTaserTase"); \ +static_assert(sizeof(SBZCheatManager_SetTaserTase) == 0x000008, "Wrong size on SBZCheatManager_SetTaserTase"); \ +static_assert(offsetof(SBZCheatManager_SetTaserTase, bIsTaserTase) == 0x000000, "Member 'SBZCheatManager_SetTaserTase::bIsTaserTase' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetTaserTase, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_SetTaserTase::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetThrowable \ +static_assert(alignof(SBZCheatManager_SetThrowable) == 0x000004, "Wrong alignment on SBZCheatManager_SetThrowable"); \ +static_assert(sizeof(SBZCheatManager_SetThrowable) == 0x000014, "Wrong size on SBZCheatManager_SetThrowable"); \ +static_assert(offsetof(SBZCheatManager_SetThrowable, ThrowableDataName) == 0x000000, "Member 'SBZCheatManager_SetThrowable::ThrowableDataName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetThrowable, ThrowableIndex) == 0x00000C, "Member 'SBZCheatManager_SetThrowable::ThrowableIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetThrowable, PlayerIndex) == 0x000010, "Member 'SBZCheatManager_SetThrowable::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetThrowableAmmo \ +static_assert(alignof(SBZCheatManager_SetThrowableAmmo) == 0x000004, "Wrong alignment on SBZCheatManager_SetThrowableAmmo"); \ +static_assert(sizeof(SBZCheatManager_SetThrowableAmmo) == 0x00000C, "Wrong size on SBZCheatManager_SetThrowableAmmo"); \ +static_assert(offsetof(SBZCheatManager_SetThrowableAmmo, Count) == 0x000000, "Member 'SBZCheatManager_SetThrowableAmmo::Count' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetThrowableAmmo, ThrowableIndex) == 0x000004, "Member 'SBZCheatManager_SetThrowableAmmo::ThrowableIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetThrowableAmmo, PlayerIndex) == 0x000008, "Member 'SBZCheatManager_SetThrowableAmmo::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetTool \ +static_assert(alignof(SBZCheatManager_SetTool) == 0x000004, "Wrong alignment on SBZCheatManager_SetTool"); \ +static_assert(sizeof(SBZCheatManager_SetTool) == 0x000010, "Wrong size on SBZCheatManager_SetTool"); \ +static_assert(offsetof(SBZCheatManager_SetTool, ToolDataName) == 0x000000, "Member 'SBZCheatManager_SetTool::ToolDataName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetTool, PlayerIndex) == 0x00000C, "Member 'SBZCheatManager_SetTool::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetToolAmmo \ +static_assert(alignof(SBZCheatManager_SetToolAmmo) == 0x000004, "Wrong alignment on SBZCheatManager_SetToolAmmo"); \ +static_assert(sizeof(SBZCheatManager_SetToolAmmo) == 0x000008, "Wrong size on SBZCheatManager_SetToolAmmo"); \ +static_assert(offsetof(SBZCheatManager_SetToolAmmo, Count) == 0x000000, "Member 'SBZCheatManager_SetToolAmmo::Count' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SetToolAmmo, PlayerIndex) == 0x000004, "Member 'SBZCheatManager_SetToolAmmo::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SetVehicleMovementDebugLogEnabled \ +static_assert(alignof(SBZCheatManager_SetVehicleMovementDebugLogEnabled) == 0x000001, "Wrong alignment on SBZCheatManager_SetVehicleMovementDebugLogEnabled"); \ +static_assert(sizeof(SBZCheatManager_SetVehicleMovementDebugLogEnabled) == 0x000001, "Wrong size on SBZCheatManager_SetVehicleMovementDebugLogEnabled"); \ +static_assert(offsetof(SBZCheatManager_SetVehicleMovementDebugLogEnabled, bLogEnabled) == 0x000000, "Member 'SBZCheatManager_SetVehicleMovementDebugLogEnabled::bLogEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_Spawn \ +static_assert(alignof(SBZCheatManager_Spawn) == 0x000004, "Wrong alignment on SBZCheatManager_Spawn"); \ +static_assert(sizeof(SBZCheatManager_Spawn) == 0x00001C, "Wrong size on SBZCheatManager_Spawn"); \ +static_assert(offsetof(SBZCheatManager_Spawn, AssetName) == 0x000000, "Member 'SBZCheatManager_Spawn::AssetName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_Spawn, Count) == 0x00000C, "Member 'SBZCheatManager_Spawn::Count' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_Spawn, Distance) == 0x000010, "Member 'SBZCheatManager_Spawn::Distance' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_Spawn, PlayerIndex) == 0x000014, "Member 'SBZCheatManager_Spawn::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_Spawn, Yaw) == 0x000018, "Member 'SBZCheatManager_Spawn::Yaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SpawnAllAITypes \ +static_assert(alignof(SBZCheatManager_SpawnAllAITypes) == 0x000004, "Wrong alignment on SBZCheatManager_SpawnAllAITypes"); \ +static_assert(sizeof(SBZCheatManager_SpawnAllAITypes) == 0x000014, "Wrong size on SBZCheatManager_SpawnAllAITypes"); \ +static_assert(offsetof(SBZCheatManager_SpawnAllAITypes, Count) == 0x000000, "Member 'SBZCheatManager_SpawnAllAITypes::Count' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SpawnAllAITypes, Distance) == 0x000004, "Member 'SBZCheatManager_SpawnAllAITypes::Distance' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SpawnAllAITypes, Offset) == 0x000008, "Member 'SBZCheatManager_SpawnAllAITypes::Offset' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SpawnAllAITypes, Yaw) == 0x00000C, "Member 'SBZCheatManager_SpawnAllAITypes::Yaw' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_SpawnAllAITypes, PlayerIndex) == 0x000010, "Member 'SBZCheatManager_SpawnAllAITypes::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_StartEndlessAssault \ +static_assert(alignof(SBZCheatManager_StartEndlessAssault) == 0x000001, "Wrong alignment on SBZCheatManager_StartEndlessAssault"); \ +static_assert(sizeof(SBZCheatManager_StartEndlessAssault) == 0x000001, "Wrong size on SBZCheatManager_StartEndlessAssault"); \ +static_assert(offsetof(SBZCheatManager_StartEndlessAssault, bForceStartAssault) == 0x000000, "Member 'SBZCheatManager_StartEndlessAssault::bForceStartAssault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SubduePlayer \ +static_assert(alignof(SBZCheatManager_SubduePlayer) == 0x000004, "Wrong alignment on SBZCheatManager_SubduePlayer"); \ +static_assert(sizeof(SBZCheatManager_SubduePlayer) == 0x000004, "Wrong size on SBZCheatManager_SubduePlayer"); \ +static_assert(offsetof(SBZCheatManager_SubduePlayer, PlayerIndex) == 0x000000, "Member 'SBZCheatManager_SubduePlayer::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_SurrenderTarget \ +static_assert(alignof(SBZCheatManager_SurrenderTarget) == 0x000004, "Wrong alignment on SBZCheatManager_SurrenderTarget"); \ +static_assert(sizeof(SBZCheatManager_SurrenderTarget) == 0x000004, "Wrong size on SBZCheatManager_SurrenderTarget"); \ +static_assert(offsetof(SBZCheatManager_SurrenderTarget, PlayerIndex) == 0x000000, "Member 'SBZCheatManager_SurrenderTarget::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_TasePlayer \ +static_assert(alignof(SBZCheatManager_TasePlayer) == 0x000004, "Wrong alignment on SBZCheatManager_TasePlayer"); \ +static_assert(sizeof(SBZCheatManager_TasePlayer) == 0x000004, "Wrong size on SBZCheatManager_TasePlayer"); \ +static_assert(offsetof(SBZCheatManager_TasePlayer, PlayerIndex) == 0x000000, "Member 'SBZCheatManager_TasePlayer::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_ThrowItem \ +static_assert(alignof(SBZCheatManager_ThrowItem) == 0x000004, "Wrong alignment on SBZCheatManager_ThrowItem"); \ +static_assert(sizeof(SBZCheatManager_ThrowItem) == 0x000004, "Wrong size on SBZCheatManager_ThrowItem"); \ +static_assert(offsetof(SBZCheatManager_ThrowItem, PlayerIndex) == 0x000000, "Member 'SBZCheatManager_ThrowItem::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_ToggleCrouchedTarget \ +static_assert(alignof(SBZCheatManager_ToggleCrouchedTarget) == 0x000004, "Wrong alignment on SBZCheatManager_ToggleCrouchedTarget"); \ +static_assert(sizeof(SBZCheatManager_ToggleCrouchedTarget) == 0x000004, "Wrong size on SBZCheatManager_ToggleCrouchedTarget"); \ +static_assert(offsetof(SBZCheatManager_ToggleCrouchedTarget, PlayerIndex) == 0x000000, "Member 'SBZCheatManager_ToggleCrouchedTarget::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_ToggleGod \ +static_assert(alignof(SBZCheatManager_ToggleGod) == 0x000004, "Wrong alignment on SBZCheatManager_ToggleGod"); \ +static_assert(sizeof(SBZCheatManager_ToggleGod) == 0x000004, "Wrong size on SBZCheatManager_ToggleGod"); \ +static_assert(offsetof(SBZCheatManager_ToggleGod, PlayerIndex) == 0x000000, "Member 'SBZCheatManager_ToggleGod::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_ToggleInaudiblePlayer \ +static_assert(alignof(SBZCheatManager_ToggleInaudiblePlayer) == 0x000004, "Wrong alignment on SBZCheatManager_ToggleInaudiblePlayer"); \ +static_assert(sizeof(SBZCheatManager_ToggleInaudiblePlayer) == 0x000004, "Wrong size on SBZCheatManager_ToggleInaudiblePlayer"); \ +static_assert(offsetof(SBZCheatManager_ToggleInaudiblePlayer, PlayerIndex) == 0x000000, "Member 'SBZCheatManager_ToggleInaudiblePlayer::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_ToggleInvisiblePlayer \ +static_assert(alignof(SBZCheatManager_ToggleInvisiblePlayer) == 0x000004, "Wrong alignment on SBZCheatManager_ToggleInvisiblePlayer"); \ +static_assert(sizeof(SBZCheatManager_ToggleInvisiblePlayer) == 0x000004, "Wrong size on SBZCheatManager_ToggleInvisiblePlayer"); \ +static_assert(offsetof(SBZCheatManager_ToggleInvisiblePlayer, PlayerIndex) == 0x000000, "Member 'SBZCheatManager_ToggleInvisiblePlayer::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_Trace \ +static_assert(alignof(SBZCheatManager_Trace) == 0x000004, "Wrong alignment on SBZCheatManager_Trace"); \ +static_assert(sizeof(SBZCheatManager_Trace) == 0x000028, "Wrong size on SBZCheatManager_Trace"); \ +static_assert(offsetof(SBZCheatManager_Trace, CollisionChannel) == 0x000000, "Member 'SBZCheatManager_Trace::CollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_Trace, Profile) == 0x000004, "Member 'SBZCheatManager_Trace::Profile' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_Trace, bIsObjectType) == 0x000010, "Member 'SBZCheatManager_Trace::bIsObjectType' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_Trace, bIsComplex) == 0x000011, "Member 'SBZCheatManager_Trace::bIsComplex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_Trace, Distance) == 0x000014, "Member 'SBZCheatManager_Trace::Distance' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_Trace, MaxHitCount) == 0x000018, "Member 'SBZCheatManager_Trace::MaxHitCount' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_Trace, Radius) == 0x00001C, "Member 'SBZCheatManager_Trace::Radius' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_Trace, DrawDuration) == 0x000020, "Member 'SBZCheatManager_Trace::DrawDuration' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManager_Trace, bIsDrawPersistent) == 0x000024, "Member 'SBZCheatManager_Trace::bIsDrawPersistent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_ViewSelfByIndex \ +static_assert(alignof(SBZCheatManager_ViewSelfByIndex) == 0x000004, "Wrong alignment on SBZCheatManager_ViewSelfByIndex"); \ +static_assert(sizeof(SBZCheatManager_ViewSelfByIndex) == 0x000004, "Wrong size on SBZCheatManager_ViewSelfByIndex"); \ +static_assert(offsetof(SBZCheatManager_ViewSelfByIndex, PlayerIndex) == 0x000000, "Member 'SBZCheatManager_ViewSelfByIndex::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManager_ViewTarget \ +static_assert(alignof(SBZCheatManager_ViewTarget) == 0x000004, "Wrong alignment on SBZCheatManager_ViewTarget"); \ +static_assert(sizeof(SBZCheatManager_ViewTarget) == 0x000004, "Wrong size on SBZCheatManager_ViewTarget"); \ +static_assert(offsetof(SBZCheatManager_ViewTarget, PlayerIndex) == 0x000000, "Member 'SBZCheatManager_ViewTarget::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCheatManager \ +static_assert(alignof(USBZCheatManager) == 0x000010, "Wrong alignment on USBZCheatManager"); \ +static_assert(sizeof(USBZCheatManager) == 0x001480, "Wrong size on USBZCheatManager"); \ +static_assert(offsetof(USBZCheatManager, MenuInputComponent) == 0x0013D0, "Member 'USBZCheatManager::MenuInputComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZCheatManager, SelectedWeaponPartSlot) == 0x0013D8, "Member 'USBZCheatManager::SelectedWeaponPartSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZCheatManager, SelectedWeaponPart) == 0x0013E0, "Member 'USBZCheatManager::SelectedWeaponPart' has a wrong offset!"); \ +static_assert(offsetof(USBZCheatManager, SelectedWeaponCosmeticsPartSlot) == 0x0013E8, "Member 'USBZCheatManager::SelectedWeaponCosmeticsPartSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZCheatManager, SelectedWeaponCosmeticsPart) == 0x0013F0, "Member 'USBZCheatManager::SelectedWeaponCosmeticsPart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillFragGrenadeTenderizeBase \ +static_assert(alignof(USBZSkillFragGrenadeTenderizeBase) == 0x000008, "Wrong alignment on USBZSkillFragGrenadeTenderizeBase"); \ +static_assert(sizeof(USBZSkillFragGrenadeTenderizeBase) == 0x000230, "Wrong size on USBZSkillFragGrenadeTenderizeBase"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_AddOwnedDLCAndPopulateEntitlementDisabledArray \ +static_assert(alignof(SBZCheatManagerMainMenu_AddOwnedDLCAndPopulateEntitlementDisabledArray) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_AddOwnedDLCAndPopulateEntitlementDisabledArray"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_AddOwnedDLCAndPopulateEntitlementDisabledArray) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_AddOwnedDLCAndPopulateEntitlementDisabledArray"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_AddOwnedDLCAndPopulateEntitlementDisabledArray, DLCNameCommaList) == 0x000000, "Member 'SBZCheatManagerMainMenu_AddOwnedDLCAndPopulateEntitlementDisabledArray::DLCNameCommaList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_AddUniquePartToWeaponConfig \ +static_assert(alignof(SBZCheatManagerMainMenu_AddUniquePartToWeaponConfig) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_AddUniquePartToWeaponConfig"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_AddUniquePartToWeaponConfig) == 0x000028, "Wrong size on SBZCheatManagerMainMenu_AddUniquePartToWeaponConfig"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_AddUniquePartToWeaponConfig, SlotIndex) == 0x000000, "Member 'SBZCheatManagerMainMenu_AddUniquePartToWeaponConfig::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_AddUniquePartToWeaponConfig, SlotName) == 0x000008, "Member 'SBZCheatManagerMainMenu_AddUniquePartToWeaponConfig::SlotName' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_AddUniquePartToWeaponConfig, WeaponPartName) == 0x000018, "Member 'SBZCheatManagerMainMenu_AddUniquePartToWeaponConfig::WeaponPartName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_ApplyAsset \ +static_assert(alignof(SBZCheatManagerMainMenu_ApplyAsset) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_ApplyAsset"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_ApplyAsset) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_ApplyAsset"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_ApplyAsset, ItemSku) == 0x000000, "Member 'SBZCheatManagerMainMenu_ApplyAsset::ItemSku' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_ApplyWeaponDummyCharm \ +static_assert(alignof(SBZCheatManagerMainMenu_ApplyWeaponDummyCharm) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_ApplyWeaponDummyCharm"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_ApplyWeaponDummyCharm) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_ApplyWeaponDummyCharm"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_ApplyWeaponDummyCharm, WeaponEntitlementIdString) == 0x000000, "Member 'SBZCheatManagerMainMenu_ApplyWeaponDummyCharm::WeaponEntitlementIdString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_ApplyWeaponDummyPattern \ +static_assert(alignof(SBZCheatManagerMainMenu_ApplyWeaponDummyPattern) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_ApplyWeaponDummyPattern"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_ApplyWeaponDummyPattern) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_ApplyWeaponDummyPattern"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_ApplyWeaponDummyPattern, WeaponEntitlementIdString) == 0x000000, "Member 'SBZCheatManagerMainMenu_ApplyWeaponDummyPattern::WeaponEntitlementIdString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_BuyItem \ +static_assert(alignof(SBZCheatManagerMainMenu_BuyItem) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_BuyItem"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_BuyItem) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_BuyItem"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_BuyItem, ItemSku) == 0x000000, "Member 'SBZCheatManagerMainMenu_BuyItem::ItemSku' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_BuyItemAccelByteRequest \ +static_assert(alignof(SBZCheatManagerMainMenu_BuyItemAccelByteRequest) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_BuyItemAccelByteRequest"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_BuyItemAccelByteRequest) == 0x000040, "Wrong size on SBZCheatManagerMainMenu_BuyItemAccelByteRequest"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_BuyItemAccelByteRequest, ItemId) == 0x000000, "Member 'SBZCheatManagerMainMenu_BuyItemAccelByteRequest::ItemId' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_BuyItemAccelByteRequest, ItemSku) == 0x000010, "Member 'SBZCheatManagerMainMenu_BuyItemAccelByteRequest::ItemSku' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_BuyItemAccelByteRequest, Price) == 0x000020, "Member 'SBZCheatManagerMainMenu_BuyItemAccelByteRequest::Price' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_BuyItemAccelByteRequest, DiscountedPrice) == 0x000024, "Member 'SBZCheatManagerMainMenu_BuyItemAccelByteRequest::DiscountedPrice' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_BuyItemAccelByteRequest, Quantity) == 0x000028, "Member 'SBZCheatManagerMainMenu_BuyItemAccelByteRequest::Quantity' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_BuyItemAccelByteRequest, AccelByteCurrencyCode) == 0x000030, "Member 'SBZCheatManagerMainMenu_BuyItemAccelByteRequest::AccelByteCurrencyCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_BuyLoadoutSlot \ +static_assert(alignof(SBZCheatManagerMainMenu_BuyLoadoutSlot) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_BuyLoadoutSlot"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_BuyLoadoutSlot) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_BuyLoadoutSlot"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_BuyLoadoutSlot, ItemId) == 0x000000, "Member 'SBZCheatManagerMainMenu_BuyLoadoutSlot::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_BuyPrimaryWeapon \ +static_assert(alignof(SBZCheatManagerMainMenu_BuyPrimaryWeapon) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_BuyPrimaryWeapon"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_BuyPrimaryWeapon) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_BuyPrimaryWeapon"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_BuyPrimaryWeapon, ItemId) == 0x000000, "Member 'SBZCheatManagerMainMenu_BuyPrimaryWeapon::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_BuyPrimaryWeaponConfigSlot \ +static_assert(alignof(SBZCheatManagerMainMenu_BuyPrimaryWeaponConfigSlot) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_BuyPrimaryWeaponConfigSlot"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_BuyPrimaryWeaponConfigSlot) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_BuyPrimaryWeaponConfigSlot"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_BuyPrimaryWeaponConfigSlot, ItemId) == 0x000000, "Member 'SBZCheatManagerMainMenu_BuyPrimaryWeaponConfigSlot::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_BuySecondaryWeapon \ +static_assert(alignof(SBZCheatManagerMainMenu_BuySecondaryWeapon) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_BuySecondaryWeapon"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_BuySecondaryWeapon) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_BuySecondaryWeapon"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_BuySecondaryWeapon, ItemId) == 0x000000, "Member 'SBZCheatManagerMainMenu_BuySecondaryWeapon::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_BuySecondaryWeaponConfigSlot \ +static_assert(alignof(SBZCheatManagerMainMenu_BuySecondaryWeaponConfigSlot) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_BuySecondaryWeaponConfigSlot"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_BuySecondaryWeaponConfigSlot) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_BuySecondaryWeaponConfigSlot"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_BuySecondaryWeaponConfigSlot, ItemId) == 0x000000, "Member 'SBZCheatManagerMainMenu_BuySecondaryWeaponConfigSlot::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_CanEquipDummyPatternToWeapon \ +static_assert(alignof(SBZCheatManagerMainMenu_CanEquipDummyPatternToWeapon) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_CanEquipDummyPatternToWeapon"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_CanEquipDummyPatternToWeapon) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_CanEquipDummyPatternToWeapon"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_CanEquipDummyPatternToWeapon, WeaponEntitlementIdString) == 0x000000, "Member 'SBZCheatManagerMainMenu_CanEquipDummyPatternToWeapon::WeaponEntitlementIdString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_ConsumeUserEntitlement \ +static_assert(alignof(SBZCheatManagerMainMenu_ConsumeUserEntitlement) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_ConsumeUserEntitlement"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_ConsumeUserEntitlement) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_ConsumeUserEntitlement"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_ConsumeUserEntitlement, EntitlementId) == 0x000000, "Member 'SBZCheatManagerMainMenu_ConsumeUserEntitlement::EntitlementId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_DebugAllItemsResearched \ +static_assert(alignof(SBZCheatManagerMainMenu_DebugAllItemsResearched) == 0x000001, "Wrong alignment on SBZCheatManagerMainMenu_DebugAllItemsResearched"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_DebugAllItemsResearched) == 0x000001, "Wrong size on SBZCheatManagerMainMenu_DebugAllItemsResearched"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_DebugAllItemsResearched, bIsDebugAllItemsResearched) == 0x000000, "Member 'SBZCheatManagerMainMenu_DebugAllItemsResearched::bIsDebugAllItemsResearched' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_DiscardItem \ +static_assert(alignof(SBZCheatManagerMainMenu_DiscardItem) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_DiscardItem"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_DiscardItem) == 0x000020, "Wrong size on SBZCheatManagerMainMenu_DiscardItem"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_DiscardItem, EntitlementId) == 0x000000, "Member 'SBZCheatManagerMainMenu_DiscardItem::EntitlementId' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_DiscardItem, ItemId) == 0x000010, "Member 'SBZCheatManagerMainMenu_DiscardItem::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_DumpAvavilableWeaponParts \ +static_assert(alignof(SBZCheatManagerMainMenu_DumpAvavilableWeaponParts) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_DumpAvavilableWeaponParts"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_DumpAvavilableWeaponParts) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_DumpAvavilableWeaponParts"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_DumpAvavilableWeaponParts, ItemSku) == 0x000000, "Member 'SBZCheatManagerMainMenu_DumpAvavilableWeaponParts::ItemSku' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_DumpBaseWeaponProgressionInfo \ +static_assert(alignof(SBZCheatManagerMainMenu_DumpBaseWeaponProgressionInfo) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_DumpBaseWeaponProgressionInfo"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_DumpBaseWeaponProgressionInfo) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_DumpBaseWeaponProgressionInfo"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_DumpBaseWeaponProgressionInfo, ItemId) == 0x000000, "Member 'SBZCheatManagerMainMenu_DumpBaseWeaponProgressionInfo::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_DumpBaseWeaponProgressionLevel \ +static_assert(alignof(SBZCheatManagerMainMenu_DumpBaseWeaponProgressionLevel) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_DumpBaseWeaponProgressionLevel"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_DumpBaseWeaponProgressionLevel) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_DumpBaseWeaponProgressionLevel"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_DumpBaseWeaponProgressionLevel, ItemSku) == 0x000000, "Member 'SBZCheatManagerMainMenu_DumpBaseWeaponProgressionLevel::ItemSku' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_DumpEquippedArmor \ +static_assert(alignof(SBZCheatManagerMainMenu_DumpEquippedArmor) == 0x000004, "Wrong alignment on SBZCheatManagerMainMenu_DumpEquippedArmor"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_DumpEquippedArmor) == 0x000004, "Wrong size on SBZCheatManagerMainMenu_DumpEquippedArmor"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_DumpEquippedArmor, LoadoutIndex) == 0x000000, "Member 'SBZCheatManagerMainMenu_DumpEquippedArmor::LoadoutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_DumpLoadoutName \ +static_assert(alignof(SBZCheatManagerMainMenu_DumpLoadoutName) == 0x000004, "Wrong alignment on SBZCheatManagerMainMenu_DumpLoadoutName"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_DumpLoadoutName) == 0x000004, "Wrong size on SBZCheatManagerMainMenu_DumpLoadoutName"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_DumpLoadoutName, LoadoutIndex) == 0x000000, "Member 'SBZCheatManagerMainMenu_DumpLoadoutName::LoadoutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_DumpWeaponSlotToWeaponPartMap \ +static_assert(alignof(SBZCheatManagerMainMenu_DumpWeaponSlotToWeaponPartMap) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_DumpWeaponSlotToWeaponPartMap"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_DumpWeaponSlotToWeaponPartMap) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_DumpWeaponSlotToWeaponPartMap"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_DumpWeaponSlotToWeaponPartMap, ItemSKu) == 0x000000, "Member 'SBZCheatManagerMainMenu_DumpWeaponSlotToWeaponPartMap::ItemSKu' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_DumpWeaponWeaponPartProgressionArray \ +static_assert(alignof(SBZCheatManagerMainMenu_DumpWeaponWeaponPartProgressionArray) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_DumpWeaponWeaponPartProgressionArray"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_DumpWeaponWeaponPartProgressionArray) == 0x000020, "Wrong size on SBZCheatManagerMainMenu_DumpWeaponWeaponPartProgressionArray"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_DumpWeaponWeaponPartProgressionArray, ItemIdSku) == 0x000000, "Member 'SBZCheatManagerMainMenu_DumpWeaponWeaponPartProgressionArray::ItemIdSku' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_DumpWeaponWeaponPartProgressionArray, EntitlementId) == 0x000010, "Member 'SBZCheatManagerMainMenu_DumpWeaponWeaponPartProgressionArray::EntitlementId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_EmptyPrimaryWeaponLoadout \ +static_assert(alignof(SBZCheatManagerMainMenu_EmptyPrimaryWeaponLoadout) == 0x000004, "Wrong alignment on SBZCheatManagerMainMenu_EmptyPrimaryWeaponLoadout"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_EmptyPrimaryWeaponLoadout) == 0x000004, "Wrong size on SBZCheatManagerMainMenu_EmptyPrimaryWeaponLoadout"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_EmptyPrimaryWeaponLoadout, LoadoutIndex) == 0x000000, "Member 'SBZCheatManagerMainMenu_EmptyPrimaryWeaponLoadout::LoadoutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_EmptySecondaryWeaponLoadout \ +static_assert(alignof(SBZCheatManagerMainMenu_EmptySecondaryWeaponLoadout) == 0x000004, "Wrong alignment on SBZCheatManagerMainMenu_EmptySecondaryWeaponLoadout"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_EmptySecondaryWeaponLoadout) == 0x000004, "Wrong size on SBZCheatManagerMainMenu_EmptySecondaryWeaponLoadout"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_EmptySecondaryWeaponLoadout, LoadoutIndex) == 0x000000, "Member 'SBZCheatManagerMainMenu_EmptySecondaryWeaponLoadout::LoadoutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_GamepadOpenInGameCheatMenu \ +static_assert(alignof(SBZCheatManagerMainMenu_GamepadOpenInGameCheatMenu) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_GamepadOpenInGameCheatMenu"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_GamepadOpenInGameCheatMenu) == 0x000020, "Wrong size on SBZCheatManagerMainMenu_GamepadOpenInGameCheatMenu"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_GamepadOpenInGameCheatMenu, Key) == 0x000000, "Member 'SBZCheatManagerMainMenu_GamepadOpenInGameCheatMenu::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_GetCosmeticsForWeapon \ +static_assert(alignof(SBZCheatManagerMainMenu_GetCosmeticsForWeapon) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_GetCosmeticsForWeapon"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_GetCosmeticsForWeapon) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_GetCosmeticsForWeapon"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_GetCosmeticsForWeapon, WeaponEntitlementIdString) == 0x000000, "Member 'SBZCheatManagerMainMenu_GetCosmeticsForWeapon::WeaponEntitlementIdString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_GetWeaponProgressionForSightSlot \ +static_assert(alignof(SBZCheatManagerMainMenu_GetWeaponProgressionForSightSlot) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_GetWeaponProgressionForSightSlot"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_GetWeaponProgressionForSightSlot) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_GetWeaponProgressionForSightSlot"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_GetWeaponProgressionForSightSlot, WeaponEntitlementIdString) == 0x000000, "Member 'SBZCheatManagerMainMenu_GetWeaponProgressionForSightSlot::WeaponEntitlementIdString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_JoinPartyByCode \ +static_assert(alignof(SBZCheatManagerMainMenu_JoinPartyByCode) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_JoinPartyByCode"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_JoinPartyByCode) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_JoinPartyByCode"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_JoinPartyByCode, Code) == 0x000000, "Member 'SBZCheatManagerMainMenu_JoinPartyByCode::Code' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_LoadWeaponExperienceToLevelTable \ +static_assert(alignof(SBZCheatManagerMainMenu_LoadWeaponExperienceToLevelTable) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_LoadWeaponExperienceToLevelTable"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_LoadWeaponExperienceToLevelTable) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_LoadWeaponExperienceToLevelTable"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_LoadWeaponExperienceToLevelTable, ItemId) == 0x000000, "Member 'SBZCheatManagerMainMenu_LoadWeaponExperienceToLevelTable::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_OpenXBoxShop \ +static_assert(alignof(SBZCheatManagerMainMenu_OpenXBoxShop) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_OpenXBoxShop"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_OpenXBoxShop) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_OpenXBoxShop"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_OpenXBoxShop, ProductId) == 0x000000, "Member 'SBZCheatManagerMainMenu_OpenXBoxShop::ProductId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_PrintNews \ +static_assert(alignof(SBZCheatManagerMainMenu_PrintNews) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_PrintNews"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_PrintNews) == 0x000018, "Wrong size on SBZCheatManagerMainMenu_PrintNews"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_PrintNews, ErrorCode) == 0x000000, "Member 'SBZCheatManagerMainMenu_PrintNews::ErrorCode' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_PrintNews, NewsFeedList) == 0x000008, "Member 'SBZCheatManagerMainMenu_PrintNews::NewsFeedList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_PurchaseItem \ +static_assert(alignof(SBZCheatManagerMainMenu_PurchaseItem) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_PurchaseItem"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_PurchaseItem) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_PurchaseItem"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_PurchaseItem, ItemId) == 0x000000, "Member 'SBZCheatManagerMainMenu_PurchaseItem::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_PurchaseRealMoneyItems \ +static_assert(alignof(SBZCheatManagerMainMenu_PurchaseRealMoneyItems) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_PurchaseRealMoneyItems"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_PurchaseRealMoneyItems) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_PurchaseRealMoneyItems"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_PurchaseRealMoneyItems, ItemId) == 0x000000, "Member 'SBZCheatManagerMainMenu_PurchaseRealMoneyItems::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_RemoveCharacterFromSelectedSlot \ +static_assert(alignof(SBZCheatManagerMainMenu_RemoveCharacterFromSelectedSlot) == 0x000004, "Wrong alignment on SBZCheatManagerMainMenu_RemoveCharacterFromSelectedSlot"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_RemoveCharacterFromSelectedSlot) == 0x000004, "Wrong size on SBZCheatManagerMainMenu_RemoveCharacterFromSelectedSlot"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_RemoveCharacterFromSelectedSlot, SlotIndex) == 0x000000, "Member 'SBZCheatManagerMainMenu_RemoveCharacterFromSelectedSlot::SlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_RemoveWeaponDummyCharm \ +static_assert(alignof(SBZCheatManagerMainMenu_RemoveWeaponDummyCharm) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_RemoveWeaponDummyCharm"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_RemoveWeaponDummyCharm) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_RemoveWeaponDummyCharm"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_RemoveWeaponDummyCharm, WeaponEntitlementIdString) == 0x000000, "Member 'SBZCheatManagerMainMenu_RemoveWeaponDummyCharm::WeaponEntitlementIdString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_RemoveWeaponDummyPattern \ +static_assert(alignof(SBZCheatManagerMainMenu_RemoveWeaponDummyPattern) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_RemoveWeaponDummyPattern"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_RemoveWeaponDummyPattern) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_RemoveWeaponDummyPattern"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_RemoveWeaponDummyPattern, WeaponEntitlementIdString) == 0x000000, "Member 'SBZCheatManagerMainMenu_RemoveWeaponDummyPattern::WeaponEntitlementIdString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_RemoveWeaponPartConfig \ +static_assert(alignof(SBZCheatManagerMainMenu_RemoveWeaponPartConfig) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_RemoveWeaponPartConfig"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_RemoveWeaponPartConfig) == 0x000018, "Wrong size on SBZCheatManagerMainMenu_RemoveWeaponPartConfig"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_RemoveWeaponPartConfig, SlotIndex) == 0x000000, "Member 'SBZCheatManagerMainMenu_RemoveWeaponPartConfig::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_RemoveWeaponPartConfig, SlotName) == 0x000008, "Member 'SBZCheatManagerMainMenu_RemoveWeaponPartConfig::SlotName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_SelectCharacterIntoFirstAvailableSlot \ +static_assert(alignof(SBZCheatManagerMainMenu_SelectCharacterIntoFirstAvailableSlot) == 0x000004, "Wrong alignment on SBZCheatManagerMainMenu_SelectCharacterIntoFirstAvailableSlot"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_SelectCharacterIntoFirstAvailableSlot) == 0x000004, "Wrong size on SBZCheatManagerMainMenu_SelectCharacterIntoFirstAvailableSlot"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_SelectCharacterIntoFirstAvailableSlot, SelectedCharacterIndex) == 0x000000, "Member 'SBZCheatManagerMainMenu_SelectCharacterIntoFirstAvailableSlot::SelectedCharacterIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_SelectCharacterIntoSlot \ +static_assert(alignof(SBZCheatManagerMainMenu_SelectCharacterIntoSlot) == 0x000004, "Wrong alignment on SBZCheatManagerMainMenu_SelectCharacterIntoSlot"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_SelectCharacterIntoSlot) == 0x000008, "Wrong size on SBZCheatManagerMainMenu_SelectCharacterIntoSlot"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_SelectCharacterIntoSlot, SelectedCharacterIndex) == 0x000000, "Member 'SBZCheatManagerMainMenu_SelectCharacterIntoSlot::SelectedCharacterIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_SelectCharacterIntoSlot, SlotIndex) == 0x000004, "Member 'SBZCheatManagerMainMenu_SelectCharacterIntoSlot::SlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_SendLobbyMessage \ +static_assert(alignof(SBZCheatManagerMainMenu_SendLobbyMessage) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_SendLobbyMessage"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_SendLobbyMessage) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_SendLobbyMessage"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_SendLobbyMessage, Message) == 0x000000, "Member 'SBZCheatManagerMainMenu_SendLobbyMessage::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_SendPartyMessage \ +static_assert(alignof(SBZCheatManagerMainMenu_SendPartyMessage) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_SendPartyMessage"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_SendPartyMessage) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_SendPartyMessage"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_SendPartyMessage, Message) == 0x000000, "Member 'SBZCheatManagerMainMenu_SendPartyMessage::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_SetActiveLoadoutIndex \ +static_assert(alignof(SBZCheatManagerMainMenu_SetActiveLoadoutIndex) == 0x000004, "Wrong alignment on SBZCheatManagerMainMenu_SetActiveLoadoutIndex"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_SetActiveLoadoutIndex) == 0x000004, "Wrong size on SBZCheatManagerMainMenu_SetActiveLoadoutIndex"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_SetActiveLoadoutIndex, ActiveLoadoutIndex) == 0x000000, "Member 'SBZCheatManagerMainMenu_SetActiveLoadoutIndex::ActiveLoadoutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_SetArmorPlate \ +static_assert(alignof(SBZCheatManagerMainMenu_SetArmorPlate) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_SetArmorPlate"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_SetArmorPlate) == 0x000018, "Wrong size on SBZCheatManagerMainMenu_SetArmorPlate"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_SetArmorPlate, ConfigSlotEntitlementIdString) == 0x000000, "Member 'SBZCheatManagerMainMenu_SetArmorPlate::ConfigSlotEntitlementIdString' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_SetArmorPlate, ChuckIndex) == 0x000010, "Member 'SBZCheatManagerMainMenu_SetArmorPlate::ChuckIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_SetArmorPlate, ArmorChunkType) == 0x000014, "Member 'SBZCheatManagerMainMenu_SetArmorPlate::ArmorChunkType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_SetCheatAllowAttachAllWeaponParts \ +static_assert(alignof(SBZCheatManagerMainMenu_SetCheatAllowAttachAllWeaponParts) == 0x000001, "Wrong alignment on SBZCheatManagerMainMenu_SetCheatAllowAttachAllWeaponParts"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_SetCheatAllowAttachAllWeaponParts) == 0x000001, "Wrong size on SBZCheatManagerMainMenu_SetCheatAllowAttachAllWeaponParts"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_SetCheatAllowAttachAllWeaponParts, bIsSetCheatAllowAttachAllWeaponParts) == 0x000000, "Member 'SBZCheatManagerMainMenu_SetCheatAllowAttachAllWeaponParts::bIsSetCheatAllowAttachAllWeaponParts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_SetEquippedArmorInventoryIndex \ +static_assert(alignof(SBZCheatManagerMainMenu_SetEquippedArmorInventoryIndex) == 0x000004, "Wrong alignment on SBZCheatManagerMainMenu_SetEquippedArmorInventoryIndex"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_SetEquippedArmorInventoryIndex) == 0x000004, "Wrong size on SBZCheatManagerMainMenu_SetEquippedArmorInventoryIndex"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_SetEquippedArmorInventoryIndex, CheckedConfigSlotIndex) == 0x000000, "Member 'SBZCheatManagerMainMenu_SetEquippedArmorInventoryIndex::CheckedConfigSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_SetEquippiedMaskInventoryIndex \ +static_assert(alignof(SBZCheatManagerMainMenu_SetEquippiedMaskInventoryIndex) == 0x000004, "Wrong alignment on SBZCheatManagerMainMenu_SetEquippiedMaskInventoryIndex"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_SetEquippiedMaskInventoryIndex) == 0x000004, "Wrong size on SBZCheatManagerMainMenu_SetEquippiedMaskInventoryIndex"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_SetEquippiedMaskInventoryIndex, ConfigSlotIndex) == 0x000000, "Member 'SBZCheatManagerMainMenu_SetEquippiedMaskInventoryIndex::ConfigSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_SetEquippiedSuitInventoryIndex \ +static_assert(alignof(SBZCheatManagerMainMenu_SetEquippiedSuitInventoryIndex) == 0x000004, "Wrong alignment on SBZCheatManagerMainMenu_SetEquippiedSuitInventoryIndex"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_SetEquippiedSuitInventoryIndex) == 0x000004, "Wrong size on SBZCheatManagerMainMenu_SetEquippiedSuitInventoryIndex"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_SetEquippiedSuitInventoryIndex, ConfigSlotIndex) == 0x000000, "Member 'SBZCheatManagerMainMenu_SetEquippiedSuitInventoryIndex::ConfigSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_SetLoadoutName \ +static_assert(alignof(SBZCheatManagerMainMenu_SetLoadoutName) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_SetLoadoutName"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_SetLoadoutName) == 0x000018, "Wrong size on SBZCheatManagerMainMenu_SetLoadoutName"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_SetLoadoutName, LoadoutIndex) == 0x000000, "Member 'SBZCheatManagerMainMenu_SetLoadoutName::LoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_SetLoadoutName, LoadoutName) == 0x000008, "Member 'SBZCheatManagerMainMenu_SetLoadoutName::LoadoutName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_SetPrimaryWeaponLoadout \ +static_assert(alignof(SBZCheatManagerMainMenu_SetPrimaryWeaponLoadout) == 0x000004, "Wrong alignment on SBZCheatManagerMainMenu_SetPrimaryWeaponLoadout"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_SetPrimaryWeaponLoadout) == 0x000008, "Wrong size on SBZCheatManagerMainMenu_SetPrimaryWeaponLoadout"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_SetPrimaryWeaponLoadout, LoadoutIndex) == 0x000000, "Member 'SBZCheatManagerMainMenu_SetPrimaryWeaponLoadout::LoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_SetPrimaryWeaponLoadout, ConfigSlotIndex) == 0x000004, "Member 'SBZCheatManagerMainMenu_SetPrimaryWeaponLoadout::ConfigSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_SetSecondaryWeaponLoadout \ +static_assert(alignof(SBZCheatManagerMainMenu_SetSecondaryWeaponLoadout) == 0x000004, "Wrong alignment on SBZCheatManagerMainMenu_SetSecondaryWeaponLoadout"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_SetSecondaryWeaponLoadout) == 0x000008, "Wrong size on SBZCheatManagerMainMenu_SetSecondaryWeaponLoadout"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_SetSecondaryWeaponLoadout, LoadoutIndex) == 0x000000, "Member 'SBZCheatManagerMainMenu_SetSecondaryWeaponLoadout::LoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_SetSecondaryWeaponLoadout, ConfigSlotIndex) == 0x000004, "Member 'SBZCheatManagerMainMenu_SetSecondaryWeaponLoadout::ConfigSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCheatManagerMainMenu_WriteAchievement \ +static_assert(alignof(SBZCheatManagerMainMenu_WriteAchievement) == 0x000008, "Wrong alignment on SBZCheatManagerMainMenu_WriteAchievement"); \ +static_assert(sizeof(SBZCheatManagerMainMenu_WriteAchievement) == 0x000010, "Wrong size on SBZCheatManagerMainMenu_WriteAchievement"); \ +static_assert(offsetof(SBZCheatManagerMainMenu_WriteAchievement, AchievementId) == 0x000000, "Member 'SBZCheatManagerMainMenu_WriteAchievement::AchievementId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCheatManagerMainMenu \ +static_assert(alignof(USBZCheatManagerMainMenu) == 0x000010, "Wrong alignment on USBZCheatManagerMainMenu"); \ +static_assert(sizeof(USBZCheatManagerMainMenu) == 0x001530, "Wrong size on USBZCheatManagerMainMenu"); \ +static_assert(offsetof(USBZCheatManagerMainMenu, MenuInputComponent) == 0x0013F0, "Member 'USBZCheatManagerMainMenu::MenuInputComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZCheatManagerMainMenu, SelectedMaskSprayCanData) == 0x001488, "Member 'USBZCheatManagerMainMenu::SelectedMaskSprayCanData' has a wrong offset!"); \ +static_assert(offsetof(USBZCheatManagerMainMenu, SuitPartConfigs) == 0x0014B0, "Member 'USBZCheatManagerMainMenu::SuitPartConfigs' has a wrong offset!"); \ +static_assert(offsetof(USBZCheatManagerMainMenu, IconTextureSet) == 0x0014C8, "Member 'USBZCheatManagerMainMenu::IconTextureSet' has a wrong offset!"); \ +static_assert(offsetof(USBZCheatManagerMainMenu, SelectedAnimAsset) == 0x001518, "Member 'USBZCheatManagerMainMenu::SelectedAnimAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZRequestFeedbackManager \ +static_assert(alignof(USBZRequestFeedbackManager) == 0x000008, "Wrong alignment on USBZRequestFeedbackManager"); \ +static_assert(sizeof(USBZRequestFeedbackManager) == 0x000048, "Wrong size on USBZRequestFeedbackManager"); \ + +#define DUMPER7_ASSERTS_SBZChromaSensaLibrary_EnableChromaSensa \ +static_assert(alignof(SBZChromaSensaLibrary_EnableChromaSensa) == 0x000001, "Wrong alignment on SBZChromaSensaLibrary_EnableChromaSensa"); \ +static_assert(sizeof(SBZChromaSensaLibrary_EnableChromaSensa) == 0x000001, "Wrong size on SBZChromaSensaLibrary_EnableChromaSensa"); \ +static_assert(offsetof(SBZChromaSensaLibrary_EnableChromaSensa, bEnable) == 0x000000, "Member 'SBZChromaSensaLibrary_EnableChromaSensa::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChromaSensaLibrary_PlayChromaSensaEffect \ +static_assert(alignof(SBZChromaSensaLibrary_PlayChromaSensaEffect) == 0x000008, "Wrong alignment on SBZChromaSensaLibrary_PlayChromaSensaEffect"); \ +static_assert(sizeof(SBZChromaSensaLibrary_PlayChromaSensaEffect) == 0x000008, "Wrong size on SBZChromaSensaLibrary_PlayChromaSensaEffect"); \ +static_assert(offsetof(SBZChromaSensaLibrary_PlayChromaSensaEffect, Effect) == 0x000000, "Member 'SBZChromaSensaLibrary_PlayChromaSensaEffect::Effect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChromaSensaLibrary_SetChromaIdleEffect \ +static_assert(alignof(SBZChromaSensaLibrary_SetChromaIdleEffect) == 0x000008, "Wrong alignment on SBZChromaSensaLibrary_SetChromaIdleEffect"); \ +static_assert(sizeof(SBZChromaSensaLibrary_SetChromaIdleEffect) == 0x000008, "Wrong size on SBZChromaSensaLibrary_SetChromaIdleEffect"); \ +static_assert(offsetof(SBZChromaSensaLibrary_SetChromaIdleEffect, Effect) == 0x000000, "Member 'SBZChromaSensaLibrary_SetChromaIdleEffect::Effect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChromaSensaLibrary_StopChromaSensaEffect \ +static_assert(alignof(SBZChromaSensaLibrary_StopChromaSensaEffect) == 0x000008, "Wrong alignment on SBZChromaSensaLibrary_StopChromaSensaEffect"); \ +static_assert(sizeof(SBZChromaSensaLibrary_StopChromaSensaEffect) == 0x000008, "Wrong size on SBZChromaSensaLibrary_StopChromaSensaEffect"); \ +static_assert(offsetof(SBZChromaSensaLibrary_StopChromaSensaEffect, Effect) == 0x000000, "Member 'SBZChromaSensaLibrary_StopChromaSensaEffect::Effect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZChromaSensaLibrary \ +static_assert(alignof(USBZChromaSensaLibrary) == 0x000008, "Wrong alignment on USBZChromaSensaLibrary"); \ +static_assert(sizeof(USBZChromaSensaLibrary) == 0x000030, "Wrong size on USBZChromaSensaLibrary"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetAntiAliasingMode \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetAntiAliasingMode) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetAntiAliasingMode"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetAntiAliasingMode) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetAntiAliasingMode"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetAntiAliasingMode, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetAntiAliasingMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetAntiAliasingMode, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetAntiAliasingMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetBrightness \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetBrightness) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetBrightness"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetBrightness) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetBrightness"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetBrightness, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetBrightness::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetBrightness, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetBrightness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetButtonVisibilityFramerateMode \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetButtonVisibilityFramerateMode) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetButtonVisibilityFramerateMode"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetButtonVisibilityFramerateMode) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetButtonVisibilityFramerateMode"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetButtonVisibilityFramerateMode, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetButtonVisibilityFramerateMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetButtonVisibilityFramerateMode, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetButtonVisibilityFramerateMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetButtonVisibilityGPUCrashDebugging \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetButtonVisibilityGPUCrashDebugging) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetButtonVisibilityGPUCrashDebugging"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetButtonVisibilityGPUCrashDebugging) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetButtonVisibilityGPUCrashDebugging"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetButtonVisibilityGPUCrashDebugging, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetButtonVisibilityGPUCrashDebugging::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetButtonVisibilityGPUCrashDebugging, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetButtonVisibilityGPUCrashDebugging::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetButtonVisibilityLagReduction \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetButtonVisibilityLagReduction) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetButtonVisibilityLagReduction"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetButtonVisibilityLagReduction) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetButtonVisibilityLagReduction"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetButtonVisibilityLagReduction, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetButtonVisibilityLagReduction::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetButtonVisibilityLagReduction, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetButtonVisibilityLagReduction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetButtonVisibilityLagReductionMode \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetButtonVisibilityLagReductionMode) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetButtonVisibilityLagReductionMode"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetButtonVisibilityLagReductionMode) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetButtonVisibilityLagReductionMode"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetButtonVisibilityLagReductionMode, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetButtonVisibilityLagReductionMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetButtonVisibilityLagReductionMode, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetButtonVisibilityLagReductionMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetButtonVisibilityUpscalingMode \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetButtonVisibilityUpscalingMode) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetButtonVisibilityUpscalingMode"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetButtonVisibilityUpscalingMode) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetButtonVisibilityUpscalingMode"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetButtonVisibilityUpscalingMode, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetButtonVisibilityUpscalingMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetButtonVisibilityUpscalingMode, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetButtonVisibilityUpscalingMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetButtonVisibilityUpscalingSharpness \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetButtonVisibilityUpscalingSharpness) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetButtonVisibilityUpscalingSharpness"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetButtonVisibilityUpscalingSharpness) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetButtonVisibilityUpscalingSharpness"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetButtonVisibilityUpscalingSharpness, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetButtonVisibilityUpscalingSharpness::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetButtonVisibilityUpscalingSharpness, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetButtonVisibilityUpscalingSharpness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetButtonVisibilityVSync \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetButtonVisibilityVSync) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetButtonVisibilityVSync"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetButtonVisibilityVSync) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetButtonVisibilityVSync"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetButtonVisibilityVSync, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetButtonVisibilityVSync::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetButtonVisibilityVSync, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetButtonVisibilityVSync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetCameraVerticalFieldOfView \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetCameraVerticalFieldOfView) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetCameraVerticalFieldOfView"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetCameraVerticalFieldOfView) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetCameraVerticalFieldOfView"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetCameraVerticalFieldOfView, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetCameraVerticalFieldOfView::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetCameraVerticalFieldOfView, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetCameraVerticalFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetColorBlindMode \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetColorBlindMode) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetColorBlindMode"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetColorBlindMode) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetColorBlindMode"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetColorBlindMode, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetColorBlindMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetColorBlindMode, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetColorBlindMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetColorBlindStrength \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetColorBlindStrength) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetColorBlindStrength"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetColorBlindStrength) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetColorBlindStrength"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetColorBlindStrength, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetColorBlindStrength::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetColorBlindStrength, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetColorBlindStrength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetContrast \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetContrast) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetContrast"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetContrast) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetContrast"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetContrast, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetContrast::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetContrast, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetContrast::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetDefaultAntiAliasingMode \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetDefaultAntiAliasingMode) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetDefaultAntiAliasingMode"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetDefaultAntiAliasingMode) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetDefaultAntiAliasingMode"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultAntiAliasingMode, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetDefaultAntiAliasingMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultAntiAliasingMode, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetDefaultAntiAliasingMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetDefaultBrightness \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetDefaultBrightness) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetDefaultBrightness"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetDefaultBrightness) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetDefaultBrightness"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultBrightness, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetDefaultBrightness::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultBrightness, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetDefaultBrightness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetDefaultCameraVerticalFieldOfView \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetDefaultCameraVerticalFieldOfView) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetDefaultCameraVerticalFieldOfView"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetDefaultCameraVerticalFieldOfView) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetDefaultCameraVerticalFieldOfView"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultCameraVerticalFieldOfView, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetDefaultCameraVerticalFieldOfView::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultCameraVerticalFieldOfView, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetDefaultCameraVerticalFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetDefaultColorBlindMode \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetDefaultColorBlindMode) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetDefaultColorBlindMode"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetDefaultColorBlindMode) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetDefaultColorBlindMode"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultColorBlindMode, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetDefaultColorBlindMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultColorBlindMode, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetDefaultColorBlindMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetDefaultColorBlindStrength \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetDefaultColorBlindStrength) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetDefaultColorBlindStrength"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetDefaultColorBlindStrength) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetDefaultColorBlindStrength"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultColorBlindStrength, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetDefaultColorBlindStrength::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultColorBlindStrength, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetDefaultColorBlindStrength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetDefaultContrast \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetDefaultContrast) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetDefaultContrast"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetDefaultContrast) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetDefaultContrast"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultContrast, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetDefaultContrast::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultContrast, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetDefaultContrast::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetDefaultEffectsQuality \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetDefaultEffectsQuality) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetDefaultEffectsQuality"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetDefaultEffectsQuality) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetDefaultEffectsQuality"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultEffectsQuality, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetDefaultEffectsQuality::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultEffectsQuality, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetDefaultEffectsQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetDefaultFoliageQuality \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetDefaultFoliageQuality) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetDefaultFoliageQuality"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetDefaultFoliageQuality) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetDefaultFoliageQuality"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultFoliageQuality, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetDefaultFoliageQuality::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultFoliageQuality, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetDefaultFoliageQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetDefaultFrameInterpolator \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetDefaultFrameInterpolator) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetDefaultFrameInterpolator"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetDefaultFrameInterpolator) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetDefaultFrameInterpolator"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultFrameInterpolator, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetDefaultFrameInterpolator::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultFrameInterpolator, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetDefaultFrameInterpolator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetDefaultFramerateLimit \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetDefaultFramerateLimit) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetDefaultFramerateLimit"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetDefaultFramerateLimit) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetDefaultFramerateLimit"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultFramerateLimit, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetDefaultFramerateLimit::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultFramerateLimit, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetDefaultFramerateLimit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetDefaultFramerateMode \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetDefaultFramerateMode) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetDefaultFramerateMode"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetDefaultFramerateMode) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetDefaultFramerateMode"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultFramerateMode, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetDefaultFramerateMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultFramerateMode, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetDefaultFramerateMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetDefaultGamma \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetDefaultGamma) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetDefaultGamma"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetDefaultGamma) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetDefaultGamma"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultGamma, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetDefaultGamma::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultGamma, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetDefaultGamma::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetDefaultIsGPUCrashDebuggingEnabled \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetDefaultIsGPUCrashDebuggingEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetDefaultIsGPUCrashDebuggingEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetDefaultIsGPUCrashDebuggingEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetDefaultIsGPUCrashDebuggingEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultIsGPUCrashDebuggingEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetDefaultIsGPUCrashDebuggingEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultIsGPUCrashDebuggingEnabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetDefaultIsGPUCrashDebuggingEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetDefaultLagReduction \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetDefaultLagReduction) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetDefaultLagReduction"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetDefaultLagReduction) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetDefaultLagReduction"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultLagReduction, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetDefaultLagReduction::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultLagReduction, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetDefaultLagReduction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetDefaultLagReductionMode \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetDefaultLagReductionMode) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetDefaultLagReductionMode"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetDefaultLagReductionMode) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetDefaultLagReductionMode"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultLagReductionMode, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetDefaultLagReductionMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultLagReductionMode, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetDefaultLagReductionMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetDefaultMaterialsQuality \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetDefaultMaterialsQuality) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetDefaultMaterialsQuality"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetDefaultMaterialsQuality) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetDefaultMaterialsQuality"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultMaterialsQuality, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetDefaultMaterialsQuality::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultMaterialsQuality, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetDefaultMaterialsQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetDefaultPostProcessingQuality \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetDefaultPostProcessingQuality) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetDefaultPostProcessingQuality"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetDefaultPostProcessingQuality) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetDefaultPostProcessingQuality"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultPostProcessingQuality, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetDefaultPostProcessingQuality::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultPostProcessingQuality, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetDefaultPostProcessingQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetDefaultResolution \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetDefaultResolution) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetDefaultResolution"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetDefaultResolution) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetDefaultResolution"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultResolution, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetDefaultResolution::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultResolution, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetDefaultResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetDefaultShadowQuality \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetDefaultShadowQuality) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetDefaultShadowQuality"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetDefaultShadowQuality) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetDefaultShadowQuality"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultShadowQuality, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetDefaultShadowQuality::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultShadowQuality, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetDefaultShadowQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetDefaultTextureQuality \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetDefaultTextureQuality) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetDefaultTextureQuality"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetDefaultTextureQuality) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetDefaultTextureQuality"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultTextureQuality, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetDefaultTextureQuality::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultTextureQuality, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetDefaultTextureQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetDefaultUpscaler \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetDefaultUpscaler) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetDefaultUpscaler"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetDefaultUpscaler) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetDefaultUpscaler"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultUpscaler, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetDefaultUpscaler::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultUpscaler, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetDefaultUpscaler::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetDefaultUpscalingMode \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetDefaultUpscalingMode) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetDefaultUpscalingMode"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetDefaultUpscalingMode) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetDefaultUpscalingMode"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultUpscalingMode, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetDefaultUpscalingMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultUpscalingMode, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetDefaultUpscalingMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetDefaultUpscalingSharpness \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetDefaultUpscalingSharpness) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetDefaultUpscalingSharpness"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetDefaultUpscalingSharpness) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetDefaultUpscalingSharpness"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultUpscalingSharpness, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetDefaultUpscalingSharpness::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultUpscalingSharpness, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetDefaultUpscalingSharpness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetDefaultViewDistanceQuality \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetDefaultViewDistanceQuality) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetDefaultViewDistanceQuality"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetDefaultViewDistanceQuality) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetDefaultViewDistanceQuality"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultViewDistanceQuality, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetDefaultViewDistanceQuality::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultViewDistanceQuality, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetDefaultViewDistanceQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetDefaultWindowMode \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetDefaultWindowMode) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetDefaultWindowMode"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetDefaultWindowMode) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetDefaultWindowMode"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultWindowMode, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetDefaultWindowMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetDefaultWindowMode, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetDefaultWindowMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetEffectsQuality \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetEffectsQuality) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetEffectsQuality"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetEffectsQuality) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetEffectsQuality"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetEffectsQuality, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetEffectsQuality::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetEffectsQuality, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetEffectsQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetFoliageQuality \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetFoliageQuality) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetFoliageQuality"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetFoliageQuality) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetFoliageQuality"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetFoliageQuality, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetFoliageQuality::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetFoliageQuality, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetFoliageQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetFrameInterpolator \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetFrameInterpolator) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetFrameInterpolator"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetFrameInterpolator) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetFrameInterpolator"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetFrameInterpolator, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetFrameInterpolator::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetFrameInterpolator, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetFrameInterpolator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetFramerateLimit \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetFramerateLimit) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetFramerateLimit"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetFramerateLimit) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetFramerateLimit"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetFramerateLimit, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetFramerateLimit::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetFramerateLimit, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetFramerateLimit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetFramerateMode \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetFramerateMode) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetFramerateMode"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetFramerateMode) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetFramerateMode"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetFramerateMode, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetFramerateMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetFramerateMode, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetFramerateMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetGamma \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetGamma) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetGamma"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetGamma) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetGamma"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetGamma, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetGamma::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetGamma, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetGamma::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetLagReduction \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetLagReduction) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetLagReduction"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetLagReduction) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetLagReduction"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetLagReduction, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetLagReduction::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetLagReduction, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetLagReduction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetLagReductionMode \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetLagReductionMode) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetLagReductionMode"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetLagReductionMode) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetLagReductionMode"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetLagReductionMode, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetLagReductionMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetLagReductionMode, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetLagReductionMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetMaterialsQuality \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetMaterialsQuality) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetMaterialsQuality"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetMaterialsQuality) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetMaterialsQuality"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetMaterialsQuality, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetMaterialsQuality::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetMaterialsQuality, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetMaterialsQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetPostProcessingQuality \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetPostProcessingQuality) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetPostProcessingQuality"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetPostProcessingQuality) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetPostProcessingQuality"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetPostProcessingQuality, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetPostProcessingQuality::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetPostProcessingQuality, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetPostProcessingQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetResolution \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetResolution) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetResolution"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetResolution) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetResolution"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetResolution, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetResolution::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetResolution, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetShadowQuality \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetShadowQuality) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetShadowQuality"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetShadowQuality) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetShadowQuality"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetShadowQuality, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetShadowQuality::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetShadowQuality, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetShadowQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetTextureQuality \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetTextureQuality) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetTextureQuality"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetTextureQuality) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetTextureQuality"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetTextureQuality, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetTextureQuality::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetTextureQuality, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetTextureQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetUpscaler \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetUpscaler) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetUpscaler"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetUpscaler) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetUpscaler"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetUpscaler, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetUpscaler::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetUpscaler, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetUpscaler::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetUpscalingMode \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetUpscalingMode) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetUpscalingMode"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetUpscalingMode) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetUpscalingMode"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetUpscalingMode, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetUpscalingMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetUpscalingMode, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetUpscalingMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetUpscalingSharpness \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetUpscalingSharpness) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetUpscalingSharpness"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetUpscalingSharpness) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetUpscalingSharpness"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetUpscalingSharpness, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetUpscalingSharpness::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetUpscalingSharpness, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetUpscalingSharpness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetViewDistanceQuality \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetViewDistanceQuality) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetViewDistanceQuality"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetViewDistanceQuality) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetViewDistanceQuality"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetViewDistanceQuality, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetViewDistanceQuality::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetViewDistanceQuality, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetViewDistanceQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_GetWindowMode \ +static_assert(alignof(SBZSettingsFunctionsVideo_GetWindowMode) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_GetWindowMode"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_GetWindowMode) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_GetWindowMode"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetWindowMode, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_GetWindowMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_GetWindowMode, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_GetWindowMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_IsChromaticAberrationEnabled \ +static_assert(alignof(SBZSettingsFunctionsVideo_IsChromaticAberrationEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_IsChromaticAberrationEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_IsChromaticAberrationEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_IsChromaticAberrationEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_IsChromaticAberrationEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_IsChromaticAberrationEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_IsChromaticAberrationEnabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_IsChromaticAberrationEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_IsChromaticAberrationEnabledByDefault \ +static_assert(alignof(SBZSettingsFunctionsVideo_IsChromaticAberrationEnabledByDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_IsChromaticAberrationEnabledByDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_IsChromaticAberrationEnabledByDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_IsChromaticAberrationEnabledByDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_IsChromaticAberrationEnabledByDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_IsChromaticAberrationEnabledByDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_IsChromaticAberrationEnabledByDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_IsChromaticAberrationEnabledByDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_IsDepthOfFieldEnabled \ +static_assert(alignof(SBZSettingsFunctionsVideo_IsDepthOfFieldEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_IsDepthOfFieldEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_IsDepthOfFieldEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_IsDepthOfFieldEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_IsDepthOfFieldEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_IsDepthOfFieldEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_IsDepthOfFieldEnabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_IsDepthOfFieldEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_IsDepthOfFieldEnabledByDefault \ +static_assert(alignof(SBZSettingsFunctionsVideo_IsDepthOfFieldEnabledByDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_IsDepthOfFieldEnabledByDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_IsDepthOfFieldEnabledByDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_IsDepthOfFieldEnabledByDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_IsDepthOfFieldEnabledByDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_IsDepthOfFieldEnabledByDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_IsDepthOfFieldEnabledByDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_IsDepthOfFieldEnabledByDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_IsGPUCrashDebuggingEnabled \ +static_assert(alignof(SBZSettingsFunctionsVideo_IsGPUCrashDebuggingEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_IsGPUCrashDebuggingEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_IsGPUCrashDebuggingEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_IsGPUCrashDebuggingEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_IsGPUCrashDebuggingEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_IsGPUCrashDebuggingEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_IsGPUCrashDebuggingEnabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_IsGPUCrashDebuggingEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_IsMotionBlurEnabled \ +static_assert(alignof(SBZSettingsFunctionsVideo_IsMotionBlurEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_IsMotionBlurEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_IsMotionBlurEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_IsMotionBlurEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_IsMotionBlurEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_IsMotionBlurEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_IsMotionBlurEnabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_IsMotionBlurEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_IsMotionBlurEnabledByDefault \ +static_assert(alignof(SBZSettingsFunctionsVideo_IsMotionBlurEnabledByDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_IsMotionBlurEnabledByDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_IsMotionBlurEnabledByDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_IsMotionBlurEnabledByDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_IsMotionBlurEnabledByDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_IsMotionBlurEnabledByDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_IsMotionBlurEnabledByDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_IsMotionBlurEnabledByDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_IsVSyncEnabled \ +static_assert(alignof(SBZSettingsFunctionsVideo_IsVSyncEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_IsVSyncEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_IsVSyncEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_IsVSyncEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_IsVSyncEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_IsVSyncEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_IsVSyncEnabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_IsVSyncEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_IsVSyncEnabledByDefault \ +static_assert(alignof(SBZSettingsFunctionsVideo_IsVSyncEnabledByDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_IsVSyncEnabledByDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_IsVSyncEnabledByDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_IsVSyncEnabledByDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_IsVSyncEnabledByDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_IsVSyncEnabledByDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_IsVSyncEnabledByDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsVideo_IsVSyncEnabledByDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetAntiAliasingMode \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetAntiAliasingMode) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetAntiAliasingMode"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetAntiAliasingMode) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetAntiAliasingMode"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetAntiAliasingMode, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetAntiAliasingMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetAntiAliasingMode, Mode) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetAntiAliasingMode::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetBrightness \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetBrightness) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetBrightness"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetBrightness) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetBrightness"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetBrightness, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetBrightness::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetBrightness, Brightness) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetBrightness::Brightness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetCameraVerticalFieldOfView \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetCameraVerticalFieldOfView) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetCameraVerticalFieldOfView"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetCameraVerticalFieldOfView) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetCameraVerticalFieldOfView"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetCameraVerticalFieldOfView, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetCameraVerticalFieldOfView::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetCameraVerticalFieldOfView, FoV) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetCameraVerticalFieldOfView::FoV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetChromaticAberrationEnabled \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetChromaticAberrationEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetChromaticAberrationEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetChromaticAberrationEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetChromaticAberrationEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetChromaticAberrationEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetChromaticAberrationEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetChromaticAberrationEnabled, bEnabled) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetChromaticAberrationEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetColorBlindMode \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetColorBlindMode) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetColorBlindMode"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetColorBlindMode) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetColorBlindMode"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetColorBlindMode, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetColorBlindMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetColorBlindMode, Mode) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetColorBlindMode::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetColorBlindStrength \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetColorBlindStrength) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetColorBlindStrength"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetColorBlindStrength) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetColorBlindStrength"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetColorBlindStrength, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetColorBlindStrength::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetColorBlindStrength, Strength) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetColorBlindStrength::Strength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetContrast \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetContrast) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetContrast"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetContrast) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetContrast"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetContrast, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetContrast::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetContrast, Contrast) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetContrast::Contrast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetDepthOfFieldEnabled \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetDepthOfFieldEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetDepthOfFieldEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetDepthOfFieldEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetDepthOfFieldEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetDepthOfFieldEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetDepthOfFieldEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetDepthOfFieldEnabled, bEnabled) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetDepthOfFieldEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetEffectsQuality \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetEffectsQuality) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetEffectsQuality"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetEffectsQuality) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetEffectsQuality"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetEffectsQuality, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetEffectsQuality::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetEffectsQuality, Value) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetEffectsQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetFoliageQuality \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetFoliageQuality) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetFoliageQuality"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetFoliageQuality) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetFoliageQuality"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetFoliageQuality, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetFoliageQuality::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetFoliageQuality, Value) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetFoliageQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetFrameInterpolator \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetFrameInterpolator) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetFrameInterpolator"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetFrameInterpolator) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetFrameInterpolator"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetFrameInterpolator, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetFrameInterpolator::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetFrameInterpolator, FrameInterpolator) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetFrameInterpolator::FrameInterpolator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetFramerateLimit \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetFramerateLimit) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetFramerateLimit"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetFramerateLimit) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetFramerateLimit"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetFramerateLimit, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetFramerateLimit::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetFramerateLimit, Limit) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetFramerateLimit::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetFramerateMode \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetFramerateMode) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetFramerateMode"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetFramerateMode) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetFramerateMode"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetFramerateMode, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetFramerateMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetFramerateMode, Mode) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetFramerateMode::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetGamma \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetGamma) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetGamma"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetGamma) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetGamma"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetGamma, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetGamma::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetGamma, Gamma) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetGamma::Gamma' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetGPUCrashDebuggingEnabled \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetGPUCrashDebuggingEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetGPUCrashDebuggingEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetGPUCrashDebuggingEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetGPUCrashDebuggingEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetGPUCrashDebuggingEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetGPUCrashDebuggingEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetGPUCrashDebuggingEnabled, bEnable) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetGPUCrashDebuggingEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetLagReduction \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetLagReduction) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetLagReduction"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetLagReduction) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetLagReduction"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetLagReduction, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetLagReduction::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetLagReduction, Mode) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetLagReduction::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetLagReductionMode \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetLagReductionMode) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetLagReductionMode"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetLagReductionMode) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetLagReductionMode"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetLagReductionMode, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetLagReductionMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetLagReductionMode, Mode) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetLagReductionMode::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetMaterialsQuality \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetMaterialsQuality) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetMaterialsQuality"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetMaterialsQuality) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetMaterialsQuality"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetMaterialsQuality, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetMaterialsQuality::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetMaterialsQuality, Value) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetMaterialsQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetMotionBlurEnabled \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetMotionBlurEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetMotionBlurEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetMotionBlurEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetMotionBlurEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetMotionBlurEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetMotionBlurEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetMotionBlurEnabled, bEnabled) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetMotionBlurEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetPostProcessingQuality \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetPostProcessingQuality) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetPostProcessingQuality"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetPostProcessingQuality) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetPostProcessingQuality"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetPostProcessingQuality, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetPostProcessingQuality::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetPostProcessingQuality, Value) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetPostProcessingQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetRecommendedQuality \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetRecommendedQuality) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetRecommendedQuality"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetRecommendedQuality) == 0x000008, "Wrong size on SBZSettingsFunctionsVideo_SetRecommendedQuality"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetRecommendedQuality, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetRecommendedQuality::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetResolution \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetResolution) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetResolution"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetResolution) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetResolution"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetResolution, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetResolution::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetResolution, Resolution) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetResolution::Resolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetShadowQuality \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetShadowQuality) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetShadowQuality"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetShadowQuality) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetShadowQuality"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetShadowQuality, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetShadowQuality::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetShadowQuality, Value) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetShadowQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetTextureQuality \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetTextureQuality) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetTextureQuality"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetTextureQuality) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetTextureQuality"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetTextureQuality, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetTextureQuality::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetTextureQuality, Value) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetTextureQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetUpscaler \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetUpscaler) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetUpscaler"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetUpscaler) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetUpscaler"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetUpscaler, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetUpscaler::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetUpscaler, Mode) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetUpscaler::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetUpscalingMode \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetUpscalingMode) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetUpscalingMode"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetUpscalingMode) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetUpscalingMode"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetUpscalingMode, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetUpscalingMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetUpscalingMode, Mode) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetUpscalingMode::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetUpscalingSharpness \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetUpscalingSharpness) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetUpscalingSharpness"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetUpscalingSharpness) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetUpscalingSharpness"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetUpscalingSharpness, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetUpscalingSharpness::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetUpscalingSharpness, Sharpness) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetUpscalingSharpness::Sharpness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetViewDistanceQuality \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetViewDistanceQuality) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetViewDistanceQuality"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetViewDistanceQuality) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetViewDistanceQuality"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetViewDistanceQuality, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetViewDistanceQuality::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetViewDistanceQuality, Value) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetViewDistanceQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetVSyncEnabled \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetVSyncEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetVSyncEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetVSyncEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetVSyncEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetVSyncEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetVSyncEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetVSyncEnabled, bEnabled) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetVSyncEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsVideo_SetWindowMode \ +static_assert(alignof(SBZSettingsFunctionsVideo_SetWindowMode) == 0x000008, "Wrong alignment on SBZSettingsFunctionsVideo_SetWindowMode"); \ +static_assert(sizeof(SBZSettingsFunctionsVideo_SetWindowMode) == 0x000010, "Wrong size on SBZSettingsFunctionsVideo_SetWindowMode"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetWindowMode, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsVideo_SetWindowMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsVideo_SetWindowMode, Value) == 0x000008, "Member 'SBZSettingsFunctionsVideo_SetWindowMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSettingsFunctionsVideo \ +static_assert(alignof(USBZSettingsFunctionsVideo) == 0x000008, "Wrong alignment on USBZSettingsFunctionsVideo"); \ +static_assert(sizeof(USBZSettingsFunctionsVideo) == 0x000030, "Wrong size on USBZSettingsFunctionsVideo"); \ + +#define DUMPER7_ASSERTS_USBZFortitudePeakPerformance \ +static_assert(alignof(USBZFortitudePeakPerformance) == 0x000008, "Wrong alignment on USBZFortitudePeakPerformance"); \ +static_assert(sizeof(USBZFortitudePeakPerformance) == 0x000230, "Wrong size on USBZFortitudePeakPerformance"); \ + +#define DUMPER7_ASSERTS_SBZCircularGaugeWidget_SetColor \ +static_assert(alignof(SBZCircularGaugeWidget_SetColor) == 0x000004, "Wrong alignment on SBZCircularGaugeWidget_SetColor"); \ +static_assert(sizeof(SBZCircularGaugeWidget_SetColor) == 0x000010, "Wrong size on SBZCircularGaugeWidget_SetColor"); \ +static_assert(offsetof(SBZCircularGaugeWidget_SetColor, InColor) == 0x000000, "Member 'SBZCircularGaugeWidget_SetColor::InColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCircularGaugeWidget_SetGaugeThickness \ +static_assert(alignof(SBZCircularGaugeWidget_SetGaugeThickness) == 0x000004, "Wrong alignment on SBZCircularGaugeWidget_SetGaugeThickness"); \ +static_assert(sizeof(SBZCircularGaugeWidget_SetGaugeThickness) == 0x000004, "Wrong size on SBZCircularGaugeWidget_SetGaugeThickness"); \ +static_assert(offsetof(SBZCircularGaugeWidget_SetGaugeThickness, InGaugeThickness) == 0x000000, "Member 'SBZCircularGaugeWidget_SetGaugeThickness::InGaugeThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCircularGaugeWidget_UpdateGaugeProgress \ +static_assert(alignof(SBZCircularGaugeWidget_UpdateGaugeProgress) == 0x000004, "Wrong alignment on SBZCircularGaugeWidget_UpdateGaugeProgress"); \ +static_assert(sizeof(SBZCircularGaugeWidget_UpdateGaugeProgress) == 0x000004, "Wrong size on SBZCircularGaugeWidget_UpdateGaugeProgress"); \ +static_assert(offsetof(SBZCircularGaugeWidget_UpdateGaugeProgress, inNewProgress) == 0x000000, "Member 'SBZCircularGaugeWidget_UpdateGaugeProgress::inNewProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCircularGaugeWidget \ +static_assert(alignof(USBZCircularGaugeWidget) == 0x000008, "Wrong alignment on USBZCircularGaugeWidget"); \ +static_assert(sizeof(USBZCircularGaugeWidget) == 0x0002A8, "Wrong size on USBZCircularGaugeWidget"); \ +static_assert(offsetof(USBZCircularGaugeWidget, CircularGaugeMaterial) == 0x000290, "Member 'USBZCircularGaugeWidget::CircularGaugeMaterial' has a wrong offset!"); \ +static_assert(offsetof(USBZCircularGaugeWidget, CircularGaugeMaterialInstance) == 0x000298, "Member 'USBZCircularGaugeWidget::CircularGaugeMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(USBZCircularGaugeWidget, Image_Gauge) == 0x0002A0, "Member 'USBZCircularGaugeWidget::Image_Gauge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCircularInteractionWidget_ActivateCircularWidget \ +static_assert(alignof(SBZCircularInteractionWidget_ActivateCircularWidget) == 0x000001, "Wrong alignment on SBZCircularInteractionWidget_ActivateCircularWidget"); \ +static_assert(sizeof(SBZCircularInteractionWidget_ActivateCircularWidget) == 0x000001, "Wrong size on SBZCircularInteractionWidget_ActivateCircularWidget"); \ +static_assert(offsetof(SBZCircularInteractionWidget_ActivateCircularWidget, bShouldActive) == 0x000000, "Member 'SBZCircularInteractionWidget_ActivateCircularWidget::bShouldActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCircularInteractionWidget_UpdateNumSlices \ +static_assert(alignof(SBZCircularInteractionWidget_UpdateNumSlices) == 0x000004, "Wrong alignment on SBZCircularInteractionWidget_UpdateNumSlices"); \ +static_assert(sizeof(SBZCircularInteractionWidget_UpdateNumSlices) == 0x000004, "Wrong size on SBZCircularInteractionWidget_UpdateNumSlices"); \ +static_assert(offsetof(SBZCircularInteractionWidget_UpdateNumSlices, InNumSlices) == 0x000000, "Member 'SBZCircularInteractionWidget_UpdateNumSlices::InNumSlices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCircularInteractionWidget \ +static_assert(alignof(USBZCircularInteractionWidget) == 0x000008, "Wrong alignment on USBZCircularInteractionWidget"); \ +static_assert(sizeof(USBZCircularInteractionWidget) == 0x0002F8, "Wrong size on USBZCircularInteractionWidget"); \ +static_assert(offsetof(USBZCircularInteractionWidget, XAxisName) == 0x000290, "Member 'USBZCircularInteractionWidget::XAxisName' has a wrong offset!"); \ +static_assert(offsetof(USBZCircularInteractionWidget, YAxisName) == 0x00029C, "Member 'USBZCircularInteractionWidget::YAxisName' has a wrong offset!"); \ +static_assert(offsetof(USBZCircularInteractionWidget, MouseSensitivity) == 0x0002A8, "Member 'USBZCircularInteractionWidget::MouseSensitivity' has a wrong offset!"); \ +static_assert(offsetof(USBZCircularInteractionWidget, Deadzone) == 0x0002AC, "Member 'USBZCircularInteractionWidget::Deadzone' has a wrong offset!"); \ +static_assert(offsetof(USBZCircularInteractionWidget, bSelectOnClose) == 0x0002B0, "Member 'USBZCircularInteractionWidget::bSelectOnClose' has a wrong offset!"); \ +static_assert(offsetof(USBZCircularInteractionWidget, NumSlices) == 0x0002B4, "Member 'USBZCircularInteractionWidget::NumSlices' has a wrong offset!"); \ +static_assert(offsetof(USBZCircularInteractionWidget, CurrentAxis) == 0x0002B8, "Member 'USBZCircularInteractionWidget::CurrentAxis' has a wrong offset!"); \ +static_assert(offsetof(USBZCircularInteractionWidget, Angle) == 0x0002C0, "Member 'USBZCircularInteractionWidget::Angle' has a wrong offset!"); \ +static_assert(offsetof(USBZCircularInteractionWidget, AngleRad) == 0x0002C4, "Member 'USBZCircularInteractionWidget::AngleRad' has a wrong offset!"); \ +static_assert(offsetof(USBZCircularInteractionWidget, SliceAngle) == 0x0002C8, "Member 'USBZCircularInteractionWidget::SliceAngle' has a wrong offset!"); \ +static_assert(offsetof(USBZCircularInteractionWidget, ActiveIndex) == 0x0002CC, "Member 'USBZCircularInteractionWidget::ActiveIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZCircularInteractionWidget, bIsActive) == 0x0002D0, "Member 'USBZCircularInteractionWidget::bIsActive' has a wrong offset!"); \ +static_assert(offsetof(USBZCircularInteractionWidget, bIsUsingController) == 0x0002D1, "Member 'USBZCircularInteractionWidget::bIsUsingController' has a wrong offset!"); \ +static_assert(offsetof(USBZCircularInteractionWidget, OnCircularWidgetSelected) == 0x0002D8, "Member 'USBZCircularInteractionWidget::OnCircularWidgetSelected' has a wrong offset!"); \ +static_assert(offsetof(USBZCircularInteractionWidget, TimeToRememberActiveIndex) == 0x0002E8, "Member 'USBZCircularInteractionWidget::TimeToRememberActiveIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMarkerLibrary_AddLocalMarker \ +static_assert(alignof(SBZMarkerLibrary_AddLocalMarker) == 0x000008, "Wrong alignment on SBZMarkerLibrary_AddLocalMarker"); \ +static_assert(sizeof(SBZMarkerLibrary_AddLocalMarker) == 0x000038, "Wrong size on SBZMarkerLibrary_AddLocalMarker"); \ +static_assert(offsetof(SBZMarkerLibrary_AddLocalMarker, WorldContextObject) == 0x000000, "Member 'SBZMarkerLibrary_AddLocalMarker::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZMarkerLibrary_AddLocalMarker, MarkerDataAsset) == 0x000008, "Member 'SBZMarkerLibrary_AddLocalMarker::MarkerDataAsset' has a wrong offset!"); \ +static_assert(offsetof(SBZMarkerLibrary_AddLocalMarker, Translation) == 0x000010, "Member 'SBZMarkerLibrary_AddLocalMarker::Translation' has a wrong offset!"); \ +static_assert(offsetof(SBZMarkerLibrary_AddLocalMarker, Component) == 0x000020, "Member 'SBZMarkerLibrary_AddLocalMarker::Component' has a wrong offset!"); \ +static_assert(offsetof(SBZMarkerLibrary_AddLocalMarker, SocketName) == 0x000028, "Member 'SBZMarkerLibrary_AddLocalMarker::SocketName' has a wrong offset!"); \ +static_assert(offsetof(SBZMarkerLibrary_AddLocalMarker, ReturnValue) == 0x000034, "Member 'SBZMarkerLibrary_AddLocalMarker::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMarkerLibrary_AddReplicatedMarker \ +static_assert(alignof(SBZMarkerLibrary_AddReplicatedMarker) == 0x000008, "Wrong alignment on SBZMarkerLibrary_AddReplicatedMarker"); \ +static_assert(sizeof(SBZMarkerLibrary_AddReplicatedMarker) == 0x000030, "Wrong size on SBZMarkerLibrary_AddReplicatedMarker"); \ +static_assert(offsetof(SBZMarkerLibrary_AddReplicatedMarker, WorldContextObject) == 0x000000, "Member 'SBZMarkerLibrary_AddReplicatedMarker::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZMarkerLibrary_AddReplicatedMarker, MarkerDataAsset) == 0x000008, "Member 'SBZMarkerLibrary_AddReplicatedMarker::MarkerDataAsset' has a wrong offset!"); \ +static_assert(offsetof(SBZMarkerLibrary_AddReplicatedMarker, Location) == 0x000010, "Member 'SBZMarkerLibrary_AddReplicatedMarker::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZMarkerLibrary_AddReplicatedMarker, WaypointVolume) == 0x000020, "Member 'SBZMarkerLibrary_AddReplicatedMarker::WaypointVolume' has a wrong offset!"); \ +static_assert(offsetof(SBZMarkerLibrary_AddReplicatedMarker, ReturnValue) == 0x000028, "Member 'SBZMarkerLibrary_AddReplicatedMarker::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMarkerLibrary_RemoveLocalMarker \ +static_assert(alignof(SBZMarkerLibrary_RemoveLocalMarker) == 0x000008, "Wrong alignment on SBZMarkerLibrary_RemoveLocalMarker"); \ +static_assert(sizeof(SBZMarkerLibrary_RemoveLocalMarker) == 0x000010, "Wrong size on SBZMarkerLibrary_RemoveLocalMarker"); \ +static_assert(offsetof(SBZMarkerLibrary_RemoveLocalMarker, WorldContextObject) == 0x000000, "Member 'SBZMarkerLibrary_RemoveLocalMarker::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZMarkerLibrary_RemoveLocalMarker, ID) == 0x000008, "Member 'SBZMarkerLibrary_RemoveLocalMarker::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMarkerLibrary_RemoveReplicatedMarker \ +static_assert(alignof(SBZMarkerLibrary_RemoveReplicatedMarker) == 0x000008, "Wrong alignment on SBZMarkerLibrary_RemoveReplicatedMarker"); \ +static_assert(sizeof(SBZMarkerLibrary_RemoveReplicatedMarker) == 0x000010, "Wrong size on SBZMarkerLibrary_RemoveReplicatedMarker"); \ +static_assert(offsetof(SBZMarkerLibrary_RemoveReplicatedMarker, WorldContextObject) == 0x000000, "Member 'SBZMarkerLibrary_RemoveReplicatedMarker::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZMarkerLibrary_RemoveReplicatedMarker, ID) == 0x000008, "Member 'SBZMarkerLibrary_RemoveReplicatedMarker::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMarkerLibrary \ +static_assert(alignof(USBZMarkerLibrary) == 0x000008, "Wrong alignment on USBZMarkerLibrary"); \ +static_assert(sizeof(USBZMarkerLibrary) == 0x000030, "Wrong size on USBZMarkerLibrary"); \ + +#define DUMPER7_ASSERTS_USBZCivilianManagerSettings \ +static_assert(alignof(USBZCivilianManagerSettings) == 0x000008, "Wrong alignment on USBZCivilianManagerSettings"); \ +static_assert(sizeof(USBZCivilianManagerSettings) == 0x0000B8, "Wrong size on USBZCivilianManagerSettings"); \ +static_assert(offsetof(USBZCivilianManagerSettings, TickInterval) == 0x000038, "Member 'USBZCivilianManagerSettings::TickInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZCivilianManagerSettings, SpawnAmountInterval) == 0x00003C, "Member 'USBZCivilianManagerSettings::SpawnAmountInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZCivilianManagerSettings, MaxAliveCivilians) == 0x000044, "Member 'USBZCivilianManagerSettings::MaxAliveCivilians' has a wrong offset!"); \ +static_assert(offsetof(USBZCivilianManagerSettings, SpawnUntilState) == 0x000048, "Member 'USBZCivilianManagerSettings::SpawnUntilState' has a wrong offset!"); \ +static_assert(offsetof(USBZCivilianManagerSettings, CooldownInterval) == 0x00004C, "Member 'USBZCivilianManagerSettings::CooldownInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZCivilianManagerSettings, SpawnRequest) == 0x000058, "Member 'USBZCivilianManagerSettings::SpawnRequest' has a wrong offset!"); \ +static_assert(offsetof(USBZCivilianManagerSettings, PercentOfCiviliansStaying) == 0x0000A8, "Member 'USBZCivilianManagerSettings::PercentOfCiviliansStaying' has a wrong offset!"); \ +static_assert(offsetof(USBZCivilianManagerSettings, StopStayingInterval) == 0x0000AC, "Member 'USBZCivilianManagerSettings::StopStayingInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZClampCameraRotationModifier \ +static_assert(alignof(USBZClampCameraRotationModifier) == 0x000008, "Wrong alignment on USBZClampCameraRotationModifier"); \ +static_assert(sizeof(USBZClampCameraRotationModifier) == 0x0000A8, "Wrong size on USBZClampCameraRotationModifier"); \ +static_assert(offsetof(USBZClampCameraRotationModifier, DataArray) == 0x000080, "Member 'USBZClampCameraRotationModifier::DataArray' has a wrong offset!"); \ +static_assert(offsetof(USBZClampCameraRotationModifier, IdArray) == 0x000090, "Member 'USBZClampCameraRotationModifier::IdArray' has a wrong offset!"); \ +static_assert(offsetof(USBZClampCameraRotationModifier, LastId) == 0x0000A0, "Member 'USBZClampCameraRotationModifier::LastId' has a wrong offset!"); \ +static_assert(offsetof(USBZClampCameraRotationModifier, CurrentIndex) == 0x0000A4, "Member 'USBZClampCameraRotationModifier::CurrentIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCommonStateMachine \ +static_assert(alignof(USBZCommonStateMachine) == 0x000008, "Wrong alignment on USBZCommonStateMachine"); \ +static_assert(sizeof(USBZCommonStateMachine) == 0x0001B8, "Wrong size on USBZCommonStateMachine"); \ +static_assert(offsetof(USBZCommonStateMachine, PlayersReadyStatus) == 0x000190, "Member 'USBZCommonStateMachine::PlayersReadyStatus' has a wrong offset!"); \ +static_assert(offsetof(USBZCommonStateMachine, ReturnToMainMenuInProgressWorld) == 0x0001A0, "Member 'USBZCommonStateMachine::ReturnToMainMenuInProgressWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZClientStateMachine_ApplyPreplanningAsset \ +static_assert(alignof(SBZClientStateMachine_ApplyPreplanningAsset) == 0x000008, "Wrong alignment on SBZClientStateMachine_ApplyPreplanningAsset"); \ +static_assert(sizeof(SBZClientStateMachine_ApplyPreplanningAsset) == 0x000010, "Wrong size on SBZClientStateMachine_ApplyPreplanningAsset"); \ +static_assert(offsetof(SBZClientStateMachine_ApplyPreplanningAsset, ItemSku) == 0x000000, "Member 'SBZClientStateMachine_ApplyPreplanningAsset::ItemSku' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZClientStateMachine_isPreMatchAsyncLoadingDone \ +static_assert(alignof(SBZClientStateMachine_isPreMatchAsyncLoadingDone) == 0x000001, "Wrong alignment on SBZClientStateMachine_isPreMatchAsyncLoadingDone"); \ +static_assert(sizeof(SBZClientStateMachine_isPreMatchAsyncLoadingDone) == 0x000001, "Wrong size on SBZClientStateMachine_isPreMatchAsyncLoadingDone"); \ +static_assert(offsetof(SBZClientStateMachine_isPreMatchAsyncLoadingDone, ReturnValue) == 0x000000, "Member 'SBZClientStateMachine_isPreMatchAsyncLoadingDone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZClientStateMachine_OnPopUpClosedIsNotPartyLeader \ +static_assert(alignof(SBZClientStateMachine_OnPopUpClosedIsNotPartyLeader) == 0x000004, "Wrong alignment on SBZClientStateMachine_OnPopUpClosedIsNotPartyLeader"); \ +static_assert(sizeof(SBZClientStateMachine_OnPopUpClosedIsNotPartyLeader) == 0x00000C, "Wrong size on SBZClientStateMachine_OnPopUpClosedIsNotPartyLeader"); \ +static_assert(offsetof(SBZClientStateMachine_OnPopUpClosedIsNotPartyLeader, ActionName) == 0x000000, "Member 'SBZClientStateMachine_OnPopUpClosedIsNotPartyLeader::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZClientStateMachine_RequestCreateAccount \ +static_assert(alignof(SBZClientStateMachine_RequestCreateAccount) == 0x000008, "Wrong alignment on SBZClientStateMachine_RequestCreateAccount"); \ +static_assert(sizeof(SBZClientStateMachine_RequestCreateAccount) == 0x000060, "Wrong size on SBZClientStateMachine_RequestCreateAccount"); \ +static_assert(offsetof(SBZClientStateMachine_RequestCreateAccount, RegistrationFieldInfo) == 0x000000, "Member 'SBZClientStateMachine_RequestCreateAccount::RegistrationFieldInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZClientStateMachine_RequestLogin \ +static_assert(alignof(SBZClientStateMachine_RequestLogin) == 0x000008, "Wrong alignment on SBZClientStateMachine_RequestLogin"); \ +static_assert(sizeof(SBZClientStateMachine_RequestLogin) == 0x000020, "Wrong size on SBZClientStateMachine_RequestLogin"); \ +static_assert(offsetof(SBZClientStateMachine_RequestLogin, LoginFieldInfo) == 0x000000, "Member 'SBZClientStateMachine_RequestLogin::LoginFieldInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZClientStateMachine_RequestMatchmaking \ +static_assert(alignof(SBZClientStateMachine_RequestMatchmaking) == 0x000008, "Wrong alignment on SBZClientStateMachine_RequestMatchmaking"); \ +static_assert(sizeof(SBZClientStateMachine_RequestMatchmaking) == 0x000038, "Wrong size on SBZClientStateMachine_RequestMatchmaking"); \ +static_assert(offsetof(SBZClientStateMachine_RequestMatchmaking, MatchmakingParameters) == 0x000000, "Member 'SBZClientStateMachine_RequestMatchmaking::MatchmakingParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZClientStateMachine_RequestMissionEnd \ +static_assert(alignof(SBZClientStateMachine_RequestMissionEnd) == 0x000004, "Wrong alignment on SBZClientStateMachine_RequestMissionEnd"); \ +static_assert(sizeof(SBZClientStateMachine_RequestMissionEnd) == 0x000008, "Wrong size on SBZClientStateMachine_RequestMissionEnd"); \ +static_assert(offsetof(SBZClientStateMachine_RequestMissionEnd, RequestData) == 0x000000, "Member 'SBZClientStateMachine_RequestMissionEnd::RequestData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZClientStateMachine_RequestP2PHost \ +static_assert(alignof(SBZClientStateMachine_RequestP2PHost) == 0x000008, "Wrong alignment on SBZClientStateMachine_RequestP2PHost"); \ +static_assert(sizeof(SBZClientStateMachine_RequestP2PHost) == 0x000038, "Wrong size on SBZClientStateMachine_RequestP2PHost"); \ +static_assert(offsetof(SBZClientStateMachine_RequestP2PHost, MatchmakingParameters) == 0x000000, "Member 'SBZClientStateMachine_RequestP2PHost::MatchmakingParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZClientStateMachine_RequestReplay \ +static_assert(alignof(SBZClientStateMachine_RequestReplay) == 0x000008, "Wrong alignment on SBZClientStateMachine_RequestReplay"); \ +static_assert(sizeof(SBZClientStateMachine_RequestReplay) == 0x000060, "Wrong size on SBZClientStateMachine_RequestReplay"); \ +static_assert(offsetof(SBZClientStateMachine_RequestReplay, ReplayInfo) == 0x000000, "Member 'SBZClientStateMachine_RequestReplay::ReplayInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZClientStateMachine_RequestReturnToIIS \ +static_assert(alignof(SBZClientStateMachine_RequestReturnToIIS) == 0x000001, "Wrong alignment on SBZClientStateMachine_RequestReturnToIIS"); \ +static_assert(sizeof(SBZClientStateMachine_RequestReturnToIIS) == 0x000001, "Wrong size on SBZClientStateMachine_RequestReturnToIIS"); \ +static_assert(offsetof(SBZClientStateMachine_RequestReturnToIIS, Reason) == 0x000000, "Member 'SBZClientStateMachine_RequestReturnToIIS::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZClientStateMachine_RequestReturnToLogin \ +static_assert(alignof(SBZClientStateMachine_RequestReturnToLogin) == 0x000001, "Wrong alignment on SBZClientStateMachine_RequestReturnToLogin"); \ +static_assert(sizeof(SBZClientStateMachine_RequestReturnToLogin) == 0x000001, "Wrong size on SBZClientStateMachine_RequestReturnToLogin"); \ +static_assert(offsetof(SBZClientStateMachine_RequestReturnToLogin, Reason) == 0x000000, "Member 'SBZClientStateMachine_RequestReturnToLogin::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZClientStateMachine_RequestReturnToMainMenu \ +static_assert(alignof(SBZClientStateMachine_RequestReturnToMainMenu) == 0x000001, "Wrong alignment on SBZClientStateMachine_RequestReturnToMainMenu"); \ +static_assert(sizeof(SBZClientStateMachine_RequestReturnToMainMenu) == 0x000001, "Wrong size on SBZClientStateMachine_RequestReturnToMainMenu"); \ +static_assert(offsetof(SBZClientStateMachine_RequestReturnToMainMenu, Reason) == 0x000000, "Member 'SBZClientStateMachine_RequestReturnToMainMenu::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZClientStateMachine_RequestSoloGame \ +static_assert(alignof(SBZClientStateMachine_RequestSoloGame) == 0x000004, "Wrong alignment on SBZClientStateMachine_RequestSoloGame"); \ +static_assert(sizeof(SBZClientStateMachine_RequestSoloGame) == 0x00000C, "Wrong size on SBZClientStateMachine_RequestSoloGame"); \ +static_assert(offsetof(SBZClientStateMachine_RequestSoloGame, LevelIdx) == 0x000000, "Member 'SBZClientStateMachine_RequestSoloGame::LevelIdx' has a wrong offset!"); \ +static_assert(offsetof(SBZClientStateMachine_RequestSoloGame, DifficultyIdx) == 0x000004, "Member 'SBZClientStateMachine_RequestSoloGame::DifficultyIdx' has a wrong offset!"); \ +static_assert(offsetof(SBZClientStateMachine_RequestSoloGame, bSkipPreMatch) == 0x000008, "Member 'SBZClientStateMachine_RequestSoloGame::bSkipPreMatch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZClientStateMachine_CanRequestSoloGame \ +static_assert(alignof(SBZClientStateMachine_CanRequestSoloGame) == 0x000001, "Wrong alignment on SBZClientStateMachine_CanRequestSoloGame"); \ +static_assert(sizeof(SBZClientStateMachine_CanRequestSoloGame) == 0x000001, "Wrong size on SBZClientStateMachine_CanRequestSoloGame"); \ +static_assert(offsetof(SBZClientStateMachine_CanRequestSoloGame, ReturnValue) == 0x000000, "Member 'SBZClientStateMachine_CanRequestSoloGame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZClientStateMachine_GetCurrentStateNameString \ +static_assert(alignof(SBZClientStateMachine_GetCurrentStateNameString) == 0x000008, "Wrong alignment on SBZClientStateMachine_GetCurrentStateNameString"); \ +static_assert(sizeof(SBZClientStateMachine_GetCurrentStateNameString) == 0x000010, "Wrong size on SBZClientStateMachine_GetCurrentStateNameString"); \ +static_assert(offsetof(SBZClientStateMachine_GetCurrentStateNameString, ReturnValue) == 0x000000, "Member 'SBZClientStateMachine_GetCurrentStateNameString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZClientStateMachine_GetSessionPhase \ +static_assert(alignof(SBZClientStateMachine_GetSessionPhase) == 0x000001, "Wrong alignment on SBZClientStateMachine_GetSessionPhase"); \ +static_assert(sizeof(SBZClientStateMachine_GetSessionPhase) == 0x000001, "Wrong size on SBZClientStateMachine_GetSessionPhase"); \ +static_assert(offsetof(SBZClientStateMachine_GetSessionPhase, ReturnValue) == 0x000000, "Member 'SBZClientStateMachine_GetSessionPhase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZClientStateMachine_HasStartedOutro \ +static_assert(alignof(SBZClientStateMachine_HasStartedOutro) == 0x000001, "Wrong alignment on SBZClientStateMachine_HasStartedOutro"); \ +static_assert(sizeof(SBZClientStateMachine_HasStartedOutro) == 0x000001, "Wrong size on SBZClientStateMachine_HasStartedOutro"); \ +static_assert(offsetof(SBZClientStateMachine_HasStartedOutro, ReturnValue) == 0x000000, "Member 'SBZClientStateMachine_HasStartedOutro::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZClientStateMachine_IsMatchmakingInProgress \ +static_assert(alignof(SBZClientStateMachine_IsMatchmakingInProgress) == 0x000001, "Wrong alignment on SBZClientStateMachine_IsMatchmakingInProgress"); \ +static_assert(sizeof(SBZClientStateMachine_IsMatchmakingInProgress) == 0x000001, "Wrong size on SBZClientStateMachine_IsMatchmakingInProgress"); \ +static_assert(offsetof(SBZClientStateMachine_IsMatchmakingInProgress, ReturnValue) == 0x000000, "Member 'SBZClientStateMachine_IsMatchmakingInProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZClientStateMachine \ +static_assert(alignof(USBZClientStateMachine) == 0x000008, "Wrong alignment on USBZClientStateMachine"); \ +static_assert(sizeof(USBZClientStateMachine) == 0x000220, "Wrong size on USBZClientStateMachine"); \ +static_assert(offsetof(USBZClientStateMachine, StateEnums) == 0x0001B8, "Member 'USBZClientStateMachine::StateEnums' has a wrong offset!"); \ +static_assert(offsetof(USBZClientStateMachine, LoadingScreen) == 0x000210, "Member 'USBZClientStateMachine::LoadingScreen' has a wrong offset!"); \ +static_assert(offsetof(USBZClientStateMachine, WaitingActionPhaseLoadingScreen) == 0x000218, "Member 'USBZClientStateMachine::WaitingActionPhaseLoadingScreen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZClientStateMachineState_OnNetworkStatusChanged \ +static_assert(alignof(SBZClientStateMachineState_OnNetworkStatusChanged) == 0x000001, "Wrong alignment on SBZClientStateMachineState_OnNetworkStatusChanged"); \ +static_assert(sizeof(SBZClientStateMachineState_OnNetworkStatusChanged) == 0x000001, "Wrong size on SBZClientStateMachineState_OnNetworkStatusChanged"); \ +static_assert(offsetof(SBZClientStateMachineState_OnNetworkStatusChanged, ServiceStatus) == 0x000000, "Member 'SBZClientStateMachineState_OnNetworkStatusChanged::ServiceStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZClientStateMachineState \ +static_assert(alignof(USBZClientStateMachineState) == 0x000008, "Wrong alignment on USBZClientStateMachineState"); \ +static_assert(sizeof(USBZClientStateMachineState) == 0x000080, "Wrong size on USBZClientStateMachineState"); \ + +#define DUMPER7_ASSERTS_SBZSettingsCategoryScreen_ApplySettingsCategory \ +static_assert(alignof(SBZSettingsCategoryScreen_ApplySettingsCategory) == 0x000004, "Wrong alignment on SBZSettingsCategoryScreen_ApplySettingsCategory"); \ +static_assert(sizeof(SBZSettingsCategoryScreen_ApplySettingsCategory) == 0x00000C, "Wrong size on SBZSettingsCategoryScreen_ApplySettingsCategory"); \ +static_assert(offsetof(SBZSettingsCategoryScreen_ApplySettingsCategory, SettingsCategoryName) == 0x000000, "Member 'SBZSettingsCategoryScreen_ApplySettingsCategory::SettingsCategoryName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsCategoryScreen_InitializeSettingsItems \ +static_assert(alignof(SBZSettingsCategoryScreen_InitializeSettingsItems) == 0x000004, "Wrong alignment on SBZSettingsCategoryScreen_InitializeSettingsItems"); \ +static_assert(sizeof(SBZSettingsCategoryScreen_InitializeSettingsItems) == 0x00000C, "Wrong size on SBZSettingsCategoryScreen_InitializeSettingsItems"); \ +static_assert(offsetof(SBZSettingsCategoryScreen_InitializeSettingsItems, SettingsCategoryName) == 0x000000, "Member 'SBZSettingsCategoryScreen_InitializeSettingsItems::SettingsCategoryName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsCategoryScreen_OnSettingsButtonChanged \ +static_assert(alignof(SBZSettingsCategoryScreen_OnSettingsButtonChanged) == 0x000008, "Wrong alignment on SBZSettingsCategoryScreen_OnSettingsButtonChanged"); \ +static_assert(sizeof(SBZSettingsCategoryScreen_OnSettingsButtonChanged) == 0x000008, "Wrong size on SBZSettingsCategoryScreen_OnSettingsButtonChanged"); \ +static_assert(offsetof(SBZSettingsCategoryScreen_OnSettingsButtonChanged, SettingsButton) == 0x000000, "Member 'SBZSettingsCategoryScreen_OnSettingsButtonChanged::SettingsButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsCategoryScreen_OnSettingsButtonFocused \ +static_assert(alignof(SBZSettingsCategoryScreen_OnSettingsButtonFocused) == 0x000008, "Wrong alignment on SBZSettingsCategoryScreen_OnSettingsButtonFocused"); \ +static_assert(sizeof(SBZSettingsCategoryScreen_OnSettingsButtonFocused) == 0x000010, "Wrong size on SBZSettingsCategoryScreen_OnSettingsButtonFocused"); \ +static_assert(offsetof(SBZSettingsCategoryScreen_OnSettingsButtonFocused, MenuButton) == 0x000000, "Member 'SBZSettingsCategoryScreen_OnSettingsButtonFocused::MenuButton' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsCategoryScreen_OnSettingsButtonFocused, bIsFocused) == 0x000008, "Member 'SBZSettingsCategoryScreen_OnSettingsButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsCategoryScreen_ResetSettingsCategory \ +static_assert(alignof(SBZSettingsCategoryScreen_ResetSettingsCategory) == 0x000004, "Wrong alignment on SBZSettingsCategoryScreen_ResetSettingsCategory"); \ +static_assert(sizeof(SBZSettingsCategoryScreen_ResetSettingsCategory) == 0x00000C, "Wrong size on SBZSettingsCategoryScreen_ResetSettingsCategory"); \ +static_assert(offsetof(SBZSettingsCategoryScreen_ResetSettingsCategory, SettingsCategoryName) == 0x000000, "Member 'SBZSettingsCategoryScreen_ResetSettingsCategory::SettingsCategoryName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsCategoryScreen_IsSettingsCategoryDirty \ +static_assert(alignof(SBZSettingsCategoryScreen_IsSettingsCategoryDirty) == 0x000004, "Wrong alignment on SBZSettingsCategoryScreen_IsSettingsCategoryDirty"); \ +static_assert(sizeof(SBZSettingsCategoryScreen_IsSettingsCategoryDirty) == 0x000010, "Wrong size on SBZSettingsCategoryScreen_IsSettingsCategoryDirty"); \ +static_assert(offsetof(SBZSettingsCategoryScreen_IsSettingsCategoryDirty, SettingsCategoryName) == 0x000000, "Member 'SBZSettingsCategoryScreen_IsSettingsCategoryDirty::SettingsCategoryName' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsCategoryScreen_IsSettingsCategoryDirty, ReturnValue) == 0x00000C, "Member 'SBZSettingsCategoryScreen_IsSettingsCategoryDirty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSettingsCategoryScreen \ +static_assert(alignof(USBZSettingsCategoryScreen) == 0x000008, "Wrong alignment on USBZSettingsCategoryScreen"); \ +static_assert(sizeof(USBZSettingsCategoryScreen) == 0x000348, "Wrong size on USBZSettingsCategoryScreen"); \ +static_assert(offsetof(USBZSettingsCategoryScreen, SettingHelperPanels) == 0x0002C0, "Member 'USBZSettingsCategoryScreen::SettingHelperPanels' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsCategoryScreen, ScrollBox_SettingsItems) == 0x0002D0, "Member 'USBZSettingsCategoryScreen::ScrollBox_SettingsItems' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsCategoryScreen, SettingsGroupTitleClass) == 0x0002D8, "Member 'USBZSettingsCategoryScreen::SettingsGroupTitleClass' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsCategoryScreen, SettingsButtonClassActionClick) == 0x0002E0, "Member 'USBZSettingsCategoryScreen::SettingsButtonClassActionClick' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsCategoryScreen, SettingsButtonClassTwoChoice) == 0x0002E8, "Member 'USBZSettingsCategoryScreen::SettingsButtonClassTwoChoice' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsCategoryScreen, SettingsButtonClassMultipleChoice) == 0x0002F0, "Member 'USBZSettingsCategoryScreen::SettingsButtonClassMultipleChoice' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsCategoryScreen, SettingsButtonClassResolutionChoice) == 0x0002F8, "Member 'USBZSettingsCategoryScreen::SettingsButtonClassResolutionChoice' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsCategoryScreen, SettingsButtonClassAntiAliasingModeChoice) == 0x000300, "Member 'USBZSettingsCategoryScreen::SettingsButtonClassAntiAliasingModeChoice' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsCategoryScreen, SettingsButtonClassUpscalerChoice) == 0x000308, "Member 'USBZSettingsCategoryScreen::SettingsButtonClassUpscalerChoice' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsCategoryScreen, SettingsButtonClassUpscalingModeChoice) == 0x000310, "Member 'USBZSettingsCategoryScreen::SettingsButtonClassUpscalingModeChoice' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsCategoryScreen, SettingsButtonClassLagReductionChoice) == 0x000318, "Member 'USBZSettingsCategoryScreen::SettingsButtonClassLagReductionChoice' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsCategoryScreen, SettingsButtonClassLagReductionModeChoice) == 0x000320, "Member 'USBZSettingsCategoryScreen::SettingsButtonClassLagReductionModeChoice' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsCategoryScreen, SettingsButtonClassSlider) == 0x000328, "Member 'USBZSettingsCategoryScreen::SettingsButtonClassSlider' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsCategoryScreen, SettingsButtonClassKeyboardBinding) == 0x000330, "Member 'USBZSettingsCategoryScreen::SettingsButtonClassKeyboardBinding' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsCategoryScreen, SettingsButtonClassGamepadBinding) == 0x000338, "Member 'USBZSettingsCategoryScreen::SettingsButtonClassGamepadBinding' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsCategoryScreen, SettingsButtonClassFrameInterpolatorChoice) == 0x000340, "Member 'USBZSettingsCategoryScreen::SettingsButtonClassFrameInterpolatorChoice' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCosmetic_ApplyEquippablePreview \ +static_assert(alignof(SBZMainMenuCosmetic_ApplyEquippablePreview) == 0x000008, "Wrong alignment on SBZMainMenuCosmetic_ApplyEquippablePreview"); \ +static_assert(sizeof(SBZMainMenuCosmetic_ApplyEquippablePreview) == 0x0000A0, "Wrong size on SBZMainMenuCosmetic_ApplyEquippablePreview"); \ +static_assert(offsetof(SBZMainMenuCosmetic_ApplyEquippablePreview, InPreviewDataMap) == 0x000000, "Member 'SBZMainMenuCosmetic_ApplyEquippablePreview::InPreviewDataMap' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuCosmetic_ApplyEquippablePreview, InPreviewConfigMap) == 0x000050, "Member 'SBZMainMenuCosmetic_ApplyEquippablePreview::InPreviewConfigMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCosmetic_BP_OnApplyPreviewDone \ +static_assert(alignof(SBZMainMenuCosmetic_BP_OnApplyPreviewDone) == 0x000001, "Wrong alignment on SBZMainMenuCosmetic_BP_OnApplyPreviewDone"); \ +static_assert(sizeof(SBZMainMenuCosmetic_BP_OnApplyPreviewDone) == 0x000002, "Wrong size on SBZMainMenuCosmetic_BP_OnApplyPreviewDone"); \ +static_assert(offsetof(SBZMainMenuCosmetic_BP_OnApplyPreviewDone, bIsSuccess) == 0x000000, "Member 'SBZMainMenuCosmetic_BP_OnApplyPreviewDone::bIsSuccess' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuCosmetic_BP_OnApplyPreviewDone, Result) == 0x000001, "Member 'SBZMainMenuCosmetic_BP_OnApplyPreviewDone::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCosmetic_BP_OnBuyDone \ +static_assert(alignof(SBZMainMenuCosmetic_BP_OnBuyDone) == 0x000001, "Wrong alignment on SBZMainMenuCosmetic_BP_OnBuyDone"); \ +static_assert(sizeof(SBZMainMenuCosmetic_BP_OnBuyDone) == 0x000002, "Wrong size on SBZMainMenuCosmetic_BP_OnBuyDone"); \ +static_assert(offsetof(SBZMainMenuCosmetic_BP_OnBuyDone, bIsSuccess) == 0x000000, "Member 'SBZMainMenuCosmetic_BP_OnBuyDone::bIsSuccess' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuCosmetic_BP_OnBuyDone, Result) == 0x000001, "Member 'SBZMainMenuCosmetic_BP_OnBuyDone::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCosmetic_Buy \ +static_assert(alignof(SBZMainMenuCosmetic_Buy) == 0x000008, "Wrong alignment on SBZMainMenuCosmetic_Buy"); \ +static_assert(sizeof(SBZMainMenuCosmetic_Buy) == 0x000050, "Wrong size on SBZMainMenuCosmetic_Buy"); \ +static_assert(offsetof(SBZMainMenuCosmetic_Buy, InBuyDataMap) == 0x000000, "Member 'SBZMainMenuCosmetic_Buy::InBuyDataMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCosmetic_Display \ +static_assert(alignof(SBZMainMenuCosmetic_Display) == 0x000004, "Wrong alignment on SBZMainMenuCosmetic_Display"); \ +static_assert(sizeof(SBZMainMenuCosmetic_Display) == 0x000008, "Wrong size on SBZMainMenuCosmetic_Display"); \ +static_assert(offsetof(SBZMainMenuCosmetic_Display, InType) == 0x000000, "Member 'SBZMainMenuCosmetic_Display::InType' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuCosmetic_Display, InEquippableSlot) == 0x000001, "Member 'SBZMainMenuCosmetic_Display::InEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuCosmetic_Display, InIndex) == 0x000004, "Member 'SBZMainMenuCosmetic_Display::InIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCosmetic_OnAddStoreItem \ +static_assert(alignof(SBZMainMenuCosmetic_OnAddStoreItem) == 0x000008, "Wrong alignment on SBZMainMenuCosmetic_OnAddStoreItem"); \ +static_assert(sizeof(SBZMainMenuCosmetic_OnAddStoreItem) == 0x000100, "Wrong size on SBZMainMenuCosmetic_OnAddStoreItem"); \ +static_assert(offsetof(SBZMainMenuCosmetic_OnAddStoreItem, AssetData) == 0x000000, "Member 'SBZMainMenuCosmetic_OnAddStoreItem::AssetData' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuCosmetic_OnAddStoreItem, StoreData) == 0x000008, "Member 'SBZMainMenuCosmetic_OnAddStoreItem::StoreData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCosmetic_PopulateStoreItems \ +static_assert(alignof(SBZMainMenuCosmetic_PopulateStoreItems) == 0x000001, "Wrong alignment on SBZMainMenuCosmetic_PopulateStoreItems"); \ +static_assert(sizeof(SBZMainMenuCosmetic_PopulateStoreItems) == 0x000001, "Wrong size on SBZMainMenuCosmetic_PopulateStoreItems"); \ +static_assert(offsetof(SBZMainMenuCosmetic_PopulateStoreItems, Category) == 0x000000, "Member 'SBZMainMenuCosmetic_PopulateStoreItems::Category' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCosmetic_IsSelectButtonDown \ +static_assert(alignof(SBZMainMenuCosmetic_IsSelectButtonDown) == 0x000001, "Wrong alignment on SBZMainMenuCosmetic_IsSelectButtonDown"); \ +static_assert(sizeof(SBZMainMenuCosmetic_IsSelectButtonDown) == 0x000001, "Wrong size on SBZMainMenuCosmetic_IsSelectButtonDown"); \ +static_assert(offsetof(SBZMainMenuCosmetic_IsSelectButtonDown, ReturnValue) == 0x000000, "Member 'SBZMainMenuCosmetic_IsSelectButtonDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuCosmetic \ +static_assert(alignof(USBZMainMenuCosmetic) == 0x000008, "Wrong alignment on USBZMainMenuCosmetic"); \ +static_assert(sizeof(USBZMainMenuCosmetic) == 0x000388, "Wrong size on USBZMainMenuCosmetic"); \ +static_assert(offsetof(USBZMainMenuCosmetic, Type) == 0x0002C0, "Member 'USBZMainMenuCosmetic::Type' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCosmetic, EquippableSlot) == 0x0002C1, "Member 'USBZMainMenuCosmetic::EquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCosmetic, Index_0) == 0x0002C4, "Member 'USBZMainMenuCosmetic::Index_0' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCosmetic, AddEquippableMap) == 0x0002D0, "Member 'USBZMainMenuCosmetic::AddEquippableMap' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCosmetic, LastBuyDataMap) == 0x000320, "Member 'USBZMainMenuCosmetic::LastBuyDataMap' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCosmetic, LastFailedBuyDisplayName) == 0x000370, "Member 'USBZMainMenuCosmetic::LastFailedBuyDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCloakerMeleeHitNotify \ +static_assert(alignof(USBZCloakerMeleeHitNotify) == 0x000008, "Wrong alignment on USBZCloakerMeleeHitNotify"); \ +static_assert(sizeof(USBZCloakerMeleeHitNotify) == 0x000040, "Wrong size on USBZCloakerMeleeHitNotify"); \ + +#define DUMPER7_ASSERTS_ASBZCodeNote \ +static_assert(alignof(ASBZCodeNote) == 0x000008, "Wrong alignment on ASBZCodeNote"); \ +static_assert(sizeof(ASBZCodeNote) == 0x0002C8, "Wrong size on ASBZCodeNote"); \ +static_assert(offsetof(ASBZCodeNote, CodeToShow) == 0x0002B0, "Member 'ASBZCodeNote::CodeToShow' has a wrong offset!"); \ +static_assert(offsetof(ASBZCodeNote, CodeWidget) == 0x0002B8, "Member 'ASBZCodeNote::CodeWidget' has a wrong offset!"); \ +static_assert(offsetof(ASBZCodeNote, bForceShowTrueCode) == 0x0002C0, "Member 'ASBZCodeNote::bForceShowTrueCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCoinData \ +static_assert(alignof(USBZCoinData) == 0x000008, "Wrong alignment on USBZCoinData"); \ +static_assert(sizeof(USBZCoinData) == 0x000150, "Wrong size on USBZCoinData"); \ + +#define DUMPER7_ASSERTS_USBZColorStyle \ +static_assert(alignof(USBZColorStyle) == 0x000008, "Wrong alignment on USBZColorStyle"); \ +static_assert(sizeof(USBZColorStyle) == 0x000048, "Wrong size on USBZColorStyle"); \ +static_assert(offsetof(USBZColorStyle, Value) == 0x000038, "Member 'USBZColorStyle::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSingleBagGenerator_BP_OnChangedToSecondaryType \ +static_assert(alignof(SBZSingleBagGenerator_BP_OnChangedToSecondaryType) == 0x000001, "Wrong alignment on SBZSingleBagGenerator_BP_OnChangedToSecondaryType"); \ +static_assert(sizeof(SBZSingleBagGenerator_BP_OnChangedToSecondaryType) == 0x000001, "Wrong size on SBZSingleBagGenerator_BP_OnChangedToSecondaryType"); \ +static_assert(offsetof(SBZSingleBagGenerator_BP_OnChangedToSecondaryType, bDoCosmetics) == 0x000000, "Member 'SBZSingleBagGenerator_BP_OnChangedToSecondaryType::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSingleBagGenerator_HandleInteraction \ +static_assert(alignof(SBZSingleBagGenerator_HandleInteraction) == 0x000008, "Wrong alignment on SBZSingleBagGenerator_HandleInteraction"); \ +static_assert(sizeof(SBZSingleBagGenerator_HandleInteraction) == 0x000018, "Wrong size on SBZSingleBagGenerator_HandleInteraction"); \ +static_assert(offsetof(SBZSingleBagGenerator_HandleInteraction, Comp) == 0x000000, "Member 'SBZSingleBagGenerator_HandleInteraction::Comp' has a wrong offset!"); \ +static_assert(offsetof(SBZSingleBagGenerator_HandleInteraction, Interactor) == 0x000008, "Member 'SBZSingleBagGenerator_HandleInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZSingleBagGenerator_HandleInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZSingleBagGenerator_HandleInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSingleBagGenerator_HandleInteractionEnabledStateChanged \ +static_assert(alignof(SBZSingleBagGenerator_HandleInteractionEnabledStateChanged) == 0x000008, "Wrong alignment on SBZSingleBagGenerator_HandleInteractionEnabledStateChanged"); \ +static_assert(sizeof(SBZSingleBagGenerator_HandleInteractionEnabledStateChanged) == 0x000010, "Wrong size on SBZSingleBagGenerator_HandleInteractionEnabledStateChanged"); \ +static_assert(offsetof(SBZSingleBagGenerator_HandleInteractionEnabledStateChanged, InteractableComponent) == 0x000000, "Member 'SBZSingleBagGenerator_HandleInteractionEnabledStateChanged::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZSingleBagGenerator_HandleInteractionEnabledStateChanged, bEnabled) == 0x000008, "Member 'SBZSingleBagGenerator_HandleInteractionEnabledStateChanged::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSingleBagGenerator_SetEnabled \ +static_assert(alignof(SBZSingleBagGenerator_SetEnabled) == 0x000001, "Wrong alignment on SBZSingleBagGenerator_SetEnabled"); \ +static_assert(sizeof(SBZSingleBagGenerator_SetEnabled) == 0x000001, "Wrong size on SBZSingleBagGenerator_SetEnabled"); \ +static_assert(offsetof(SBZSingleBagGenerator_SetEnabled, bEnabled) == 0x000000, "Member 'SBZSingleBagGenerator_SetEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSingleBagGenerator_SetInteractionEnabled \ +static_assert(alignof(SBZSingleBagGenerator_SetInteractionEnabled) == 0x000001, "Wrong alignment on SBZSingleBagGenerator_SetInteractionEnabled"); \ +static_assert(sizeof(SBZSingleBagGenerator_SetInteractionEnabled) == 0x000001, "Wrong size on SBZSingleBagGenerator_SetInteractionEnabled"); \ +static_assert(offsetof(SBZSingleBagGenerator_SetInteractionEnabled, bEnabled) == 0x000000, "Member 'SBZSingleBagGenerator_SetInteractionEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZSingleBagGenerator \ +static_assert(alignof(ASBZSingleBagGenerator) == 0x000008, "Wrong alignment on ASBZSingleBagGenerator"); \ +static_assert(sizeof(ASBZSingleBagGenerator) == 0x000318, "Wrong size on ASBZSingleBagGenerator"); \ +static_assert(offsetof(ASBZSingleBagGenerator, OnServerBagPickedUp) == 0x0002C8, "Member 'ASBZSingleBagGenerator::OnServerBagPickedUp' has a wrong offset!"); \ +static_assert(offsetof(ASBZSingleBagGenerator, BagType) == 0x0002D8, "Member 'ASBZSingleBagGenerator::BagType' has a wrong offset!"); \ +static_assert(offsetof(ASBZSingleBagGenerator, SecondaryBagType) == 0x0002E0, "Member 'ASBZSingleBagGenerator::SecondaryBagType' has a wrong offset!"); \ +static_assert(offsetof(ASBZSingleBagGenerator, bIsDestroyedOnInteract) == 0x0002E8, "Member 'ASBZSingleBagGenerator::bIsDestroyedOnInteract' has a wrong offset!"); \ +static_assert(offsetof(ASBZSingleBagGenerator, BagHandle) == 0x0002F0, "Member 'ASBZSingleBagGenerator::BagHandle' has a wrong offset!"); \ +static_assert(offsetof(ASBZSingleBagGenerator, Interactable) == 0x000300, "Member 'ASBZSingleBagGenerator::Interactable' has a wrong offset!"); \ +static_assert(offsetof(ASBZSingleBagGenerator, Outline) == 0x000308, "Member 'ASBZSingleBagGenerator::Outline' has a wrong offset!"); \ +static_assert(offsetof(ASBZSingleBagGenerator, bIsSecondaryTypeUsed) == 0x000310, "Member 'ASBZSingleBagGenerator::bIsSecondaryTypeUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillAmmoSpecAmmoExpertBase \ +static_assert(alignof(USBZSkillAmmoSpecAmmoExpertBase) == 0x000008, "Wrong alignment on USBZSkillAmmoSpecAmmoExpertBase"); \ +static_assert(sizeof(USBZSkillAmmoSpecAmmoExpertBase) == 0x000230, "Wrong size on USBZSkillAmmoSpecAmmoExpertBase"); \ + +#define DUMPER7_ASSERTS_SBZRewardWidget_ChallengeCompleted \ +static_assert(alignof(SBZRewardWidget_ChallengeCompleted) == 0x000008, "Wrong alignment on SBZRewardWidget_ChallengeCompleted"); \ +static_assert(sizeof(SBZRewardWidget_ChallengeCompleted) == 0x0000A8, "Wrong size on SBZRewardWidget_ChallengeCompleted"); \ +static_assert(offsetof(SBZRewardWidget_ChallengeCompleted, ChallengeData) == 0x000000, "Member 'SBZRewardWidget_ChallengeCompleted::ChallengeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZRewardWidget_InfamyExperinceChanged \ +static_assert(alignof(SBZRewardWidget_InfamyExperinceChanged) == 0x000004, "Wrong alignment on SBZRewardWidget_InfamyExperinceChanged"); \ +static_assert(sizeof(SBZRewardWidget_InfamyExperinceChanged) == 0x00000C, "Wrong size on SBZRewardWidget_InfamyExperinceChanged"); \ +static_assert(offsetof(SBZRewardWidget_InfamyExperinceChanged, PreviousInfamyExperince) == 0x000000, "Member 'SBZRewardWidget_InfamyExperinceChanged::PreviousInfamyExperince' has a wrong offset!"); \ +static_assert(offsetof(SBZRewardWidget_InfamyExperinceChanged, CurrentInfamyExperience) == 0x000004, "Member 'SBZRewardWidget_InfamyExperinceChanged::CurrentInfamyExperience' has a wrong offset!"); \ +static_assert(offsetof(SBZRewardWidget_InfamyExperinceChanged, SkillPointsEarned) == 0x000008, "Member 'SBZRewardWidget_InfamyExperinceChanged::SkillPointsEarned' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZRewardWidget_OnChallengeCompleted \ +static_assert(alignof(SBZRewardWidget_OnChallengeCompleted) == 0x000008, "Wrong alignment on SBZRewardWidget_OnChallengeCompleted"); \ +static_assert(sizeof(SBZRewardWidget_OnChallengeCompleted) == 0x0000A8, "Wrong size on SBZRewardWidget_OnChallengeCompleted"); \ +static_assert(offsetof(SBZRewardWidget_OnChallengeCompleted, ChallengeData) == 0x000000, "Member 'SBZRewardWidget_OnChallengeCompleted::ChallengeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZRewardWidget_OnInfamyChanged \ +static_assert(alignof(SBZRewardWidget_OnInfamyChanged) == 0x000004, "Wrong alignment on SBZRewardWidget_OnInfamyChanged"); \ +static_assert(sizeof(SBZRewardWidget_OnInfamyChanged) == 0x000010, "Wrong size on SBZRewardWidget_OnInfamyChanged"); \ +static_assert(offsetof(SBZRewardWidget_OnInfamyChanged, NewInfamyExperience) == 0x000000, "Member 'SBZRewardWidget_OnInfamyChanged::NewInfamyExperience' has a wrong offset!"); \ +static_assert(offsetof(SBZRewardWidget_OnInfamyChanged, PreviousInfamyExperience) == 0x000004, "Member 'SBZRewardWidget_OnInfamyChanged::PreviousInfamyExperience' has a wrong offset!"); \ +static_assert(offsetof(SBZRewardWidget_OnInfamyChanged, NewRenownLevel) == 0x000008, "Member 'SBZRewardWidget_OnInfamyChanged::NewRenownLevel' has a wrong offset!"); \ +static_assert(offsetof(SBZRewardWidget_OnInfamyChanged, PreviousRenownLevel) == 0x00000C, "Member 'SBZRewardWidget_OnInfamyChanged::PreviousRenownLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZRewardWidget \ +static_assert(alignof(USBZRewardWidget) == 0x000008, "Wrong alignment on USBZRewardWidget"); \ +static_assert(sizeof(USBZRewardWidget) == 0x000290, "Wrong size on USBZRewardWidget"); \ + +#define DUMPER7_ASSERTS_SBZConnectedCableBox_BP_FlipSwitch \ +static_assert(alignof(SBZConnectedCableBox_BP_FlipSwitch) == 0x000004, "Wrong alignment on SBZConnectedCableBox_BP_FlipSwitch"); \ +static_assert(sizeof(SBZConnectedCableBox_BP_FlipSwitch) == 0x000008, "Wrong size on SBZConnectedCableBox_BP_FlipSwitch"); \ +static_assert(offsetof(SBZConnectedCableBox_BP_FlipSwitch, Index_0) == 0x000000, "Member 'SBZConnectedCableBox_BP_FlipSwitch::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SBZConnectedCableBox_BP_FlipSwitch, bDoCosmetics) == 0x000004, "Member 'SBZConnectedCableBox_BP_FlipSwitch::bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(SBZConnectedCableBox_BP_FlipSwitch, bReset) == 0x000005, "Member 'SBZConnectedCableBox_BP_FlipSwitch::bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZConnectedCableBox_BP_OnComplete \ +static_assert(alignof(SBZConnectedCableBox_BP_OnComplete) == 0x000001, "Wrong alignment on SBZConnectedCableBox_BP_OnComplete"); \ +static_assert(sizeof(SBZConnectedCableBox_BP_OnComplete) == 0x000001, "Wrong size on SBZConnectedCableBox_BP_OnComplete"); \ +static_assert(offsetof(SBZConnectedCableBox_BP_OnComplete, bWasSuccess) == 0x000000, "Member 'SBZConnectedCableBox_BP_OnComplete::bWasSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZConnectedCableBox_BP_OpenDoor \ +static_assert(alignof(SBZConnectedCableBox_BP_OpenDoor) == 0x000001, "Wrong alignment on SBZConnectedCableBox_BP_OpenDoor"); \ +static_assert(sizeof(SBZConnectedCableBox_BP_OpenDoor) == 0x000001, "Wrong size on SBZConnectedCableBox_BP_OpenDoor"); \ +static_assert(offsetof(SBZConnectedCableBox_BP_OpenDoor, bDoCosmetics) == 0x000000, "Member 'SBZConnectedCableBox_BP_OpenDoor::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZConnectedCableBox_BP_UpdateFailCounter \ +static_assert(alignof(SBZConnectedCableBox_BP_UpdateFailCounter) == 0x000004, "Wrong alignment on SBZConnectedCableBox_BP_UpdateFailCounter"); \ +static_assert(sizeof(SBZConnectedCableBox_BP_UpdateFailCounter) == 0x000004, "Wrong size on SBZConnectedCableBox_BP_UpdateFailCounter"); \ +static_assert(offsetof(SBZConnectedCableBox_BP_UpdateFailCounter, NumberOfFails) == 0x000000, "Member 'SBZConnectedCableBox_BP_UpdateFailCounter::NumberOfFails' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZConnectedCableBox_BP_UpdateInputsMade \ +static_assert(alignof(SBZConnectedCableBox_BP_UpdateInputsMade) == 0x000004, "Wrong alignment on SBZConnectedCableBox_BP_UpdateInputsMade"); \ +static_assert(sizeof(SBZConnectedCableBox_BP_UpdateInputsMade) == 0x000004, "Wrong size on SBZConnectedCableBox_BP_UpdateInputsMade"); \ +static_assert(offsetof(SBZConnectedCableBox_BP_UpdateInputsMade, InputsMade) == 0x000000, "Member 'SBZConnectedCableBox_BP_UpdateInputsMade::InputsMade' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZConnectedCableBox_BP_UpdateModelNumber \ +static_assert(alignof(SBZConnectedCableBox_BP_UpdateModelNumber) == 0x000008, "Wrong alignment on SBZConnectedCableBox_BP_UpdateModelNumber"); \ +static_assert(sizeof(SBZConnectedCableBox_BP_UpdateModelNumber) == 0x000018, "Wrong size on SBZConnectedCableBox_BP_UpdateModelNumber"); \ +static_assert(offsetof(SBZConnectedCableBox_BP_UpdateModelNumber, ModelNumberText) == 0x000000, "Member 'SBZConnectedCableBox_BP_UpdateModelNumber::ModelNumberText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZConnectedCableBox_EnableInteraction \ +static_assert(alignof(SBZConnectedCableBox_EnableInteraction) == 0x000001, "Wrong alignment on SBZConnectedCableBox_EnableInteraction"); \ +static_assert(sizeof(SBZConnectedCableBox_EnableInteraction) == 0x000001, "Wrong size on SBZConnectedCableBox_EnableInteraction"); \ +static_assert(offsetof(SBZConnectedCableBox_EnableInteraction, bEnabled) == 0x000000, "Member 'SBZConnectedCableBox_EnableInteraction::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZConnectedCableBox_OnCableInteractionComplete \ +static_assert(alignof(SBZConnectedCableBox_OnCableInteractionComplete) == 0x000008, "Wrong alignment on SBZConnectedCableBox_OnCableInteractionComplete"); \ +static_assert(sizeof(SBZConnectedCableBox_OnCableInteractionComplete) == 0x000018, "Wrong size on SBZConnectedCableBox_OnCableInteractionComplete"); \ +static_assert(offsetof(SBZConnectedCableBox_OnCableInteractionComplete, Interactable) == 0x000000, "Member 'SBZConnectedCableBox_OnCableInteractionComplete::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZConnectedCableBox_OnCableInteractionComplete, Interactor) == 0x000008, "Member 'SBZConnectedCableBox_OnCableInteractionComplete::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZConnectedCableBox_OnCableInteractionComplete, bInIsLocallyControlled) == 0x000010, "Member 'SBZConnectedCableBox_OnCableInteractionComplete::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZConnectedCableBox_OnDoorInteractionComplete \ +static_assert(alignof(SBZConnectedCableBox_OnDoorInteractionComplete) == 0x000008, "Wrong alignment on SBZConnectedCableBox_OnDoorInteractionComplete"); \ +static_assert(sizeof(SBZConnectedCableBox_OnDoorInteractionComplete) == 0x000018, "Wrong size on SBZConnectedCableBox_OnDoorInteractionComplete"); \ +static_assert(offsetof(SBZConnectedCableBox_OnDoorInteractionComplete, Interactable) == 0x000000, "Member 'SBZConnectedCableBox_OnDoorInteractionComplete::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZConnectedCableBox_OnDoorInteractionComplete, Interactor) == 0x000008, "Member 'SBZConnectedCableBox_OnDoorInteractionComplete::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZConnectedCableBox_OnDoorInteractionComplete, bInIsLocallyControlled) == 0x000010, "Member 'SBZConnectedCableBox_OnDoorInteractionComplete::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZConnectedCableBox_SetCorrectColorIndex \ +static_assert(alignof(SBZConnectedCableBox_SetCorrectColorIndex) == 0x000004, "Wrong alignment on SBZConnectedCableBox_SetCorrectColorIndex"); \ +static_assert(sizeof(SBZConnectedCableBox_SetCorrectColorIndex) == 0x000004, "Wrong size on SBZConnectedCableBox_SetCorrectColorIndex"); \ +static_assert(offsetof(SBZConnectedCableBox_SetCorrectColorIndex, InCorrectColorIndex) == 0x000000, "Member 'SBZConnectedCableBox_SetCorrectColorIndex::InCorrectColorIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZConnectedCableBox_SetCorrectColorSequence \ +static_assert(alignof(SBZConnectedCableBox_SetCorrectColorSequence) == 0x000008, "Wrong alignment on SBZConnectedCableBox_SetCorrectColorSequence"); \ +static_assert(sizeof(SBZConnectedCableBox_SetCorrectColorSequence) == 0x000010, "Wrong size on SBZConnectedCableBox_SetCorrectColorSequence"); \ +static_assert(offsetof(SBZConnectedCableBox_SetCorrectColorSequence, CorrectSequence) == 0x000000, "Member 'SBZConnectedCableBox_SetCorrectColorSequence::CorrectSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZConnectedCableBox \ +static_assert(alignof(ASBZConnectedCableBox) == 0x000008, "Wrong alignment on ASBZConnectedCableBox"); \ +static_assert(sizeof(ASBZConnectedCableBox) == 0x000350, "Wrong size on ASBZConnectedCableBox"); \ +static_assert(offsetof(ASBZConnectedCableBox, OnComplete) == 0x0002A8, "Member 'ASBZConnectedCableBox::OnComplete' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedCableBox, OnDoorOpened) == 0x0002B8, "Member 'ASBZConnectedCableBox::OnDoorOpened' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedCableBox, DoorInteractableSelector) == 0x0002C8, "Member 'ASBZConnectedCableBox::DoorInteractableSelector' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedCableBox, CableInteractablesSelectors) == 0x0002E8, "Member 'ASBZConnectedCableBox::CableInteractablesSelectors' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedCableBox, AllowedChances) == 0x0002F8, "Member 'ASBZConnectedCableBox::AllowedChances' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedCableBox, CurrentCorrectSequence) == 0x000300, "Member 'ASBZConnectedCableBox::CurrentCorrectSequence' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedCableBox, CurrentSequenceIndex) == 0x000310, "Member 'ASBZConnectedCableBox::CurrentSequenceIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedCableBox, InteractionStates) == 0x000314, "Member 'ASBZConnectedCableBox::InteractionStates' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedCableBox, bIsDoorOpen) == 0x000315, "Member 'ASBZConnectedCableBox::bIsDoorOpen' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedCableBox, CurrentModelNumberText) == 0x000318, "Member 'ASBZConnectedCableBox::CurrentModelNumberText' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedCableBox, CableInteractables) == 0x000330, "Member 'ASBZConnectedCableBox::CableInteractables' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedCableBox, DoorInteractable) == 0x000340, "Member 'ASBZConnectedCableBox::DoorInteractable' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedCableBox, CurrentCorrectColorIndex) == 0x000348, "Member 'ASBZConnectedCableBox::CurrentCorrectColorIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedCableBox, bIsCompleted) == 0x00034C, "Member 'ASBZConnectedCableBox::bIsCompleted' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedCableBox, FailCounter) == 0x00034D, "Member 'ASBZConnectedCableBox::FailCounter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZConnectedMaintenanceBoxInteractRequirement \ +static_assert(alignof(USBZConnectedMaintenanceBoxInteractRequirement) == 0x000008, "Wrong alignment on USBZConnectedMaintenanceBoxInteractRequirement"); \ +static_assert(sizeof(USBZConnectedMaintenanceBoxInteractRequirement) == 0x000030, "Wrong size on USBZConnectedMaintenanceBoxInteractRequirement"); \ + +#define DUMPER7_ASSERTS_SBZConnectedMaintenanceBox_BP_OnStateChanged \ +static_assert(alignof(SBZConnectedMaintenanceBox_BP_OnStateChanged) == 0x000001, "Wrong alignment on SBZConnectedMaintenanceBox_BP_OnStateChanged"); \ +static_assert(sizeof(SBZConnectedMaintenanceBox_BP_OnStateChanged) == 0x000001, "Wrong size on SBZConnectedMaintenanceBox_BP_OnStateChanged"); \ +static_assert(offsetof(SBZConnectedMaintenanceBox_BP_OnStateChanged, NewState) == 0x000000, "Member 'SBZConnectedMaintenanceBox_BP_OnStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZConnectedMaintenanceBox_BP_UpdateColors \ +static_assert(alignof(SBZConnectedMaintenanceBox_BP_UpdateColors) == 0x000008, "Wrong alignment on SBZConnectedMaintenanceBox_BP_UpdateColors"); \ +static_assert(sizeof(SBZConnectedMaintenanceBox_BP_UpdateColors) == 0x000018, "Wrong size on SBZConnectedMaintenanceBox_BP_UpdateColors"); \ +static_assert(offsetof(SBZConnectedMaintenanceBox_BP_UpdateColors, SequenceArray) == 0x000000, "Member 'SBZConnectedMaintenanceBox_BP_UpdateColors::SequenceArray' has a wrong offset!"); \ +static_assert(offsetof(SBZConnectedMaintenanceBox_BP_UpdateColors, NumberOfCompleteCables) == 0x000010, "Member 'SBZConnectedMaintenanceBox_BP_UpdateColors::NumberOfCompleteCables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZConnectedMaintenanceBox_BP_UpdateNumberOfConnectedBoxes \ +static_assert(alignof(SBZConnectedMaintenanceBox_BP_UpdateNumberOfConnectedBoxes) == 0x000004, "Wrong alignment on SBZConnectedMaintenanceBox_BP_UpdateNumberOfConnectedBoxes"); \ +static_assert(sizeof(SBZConnectedMaintenanceBox_BP_UpdateNumberOfConnectedBoxes) == 0x000004, "Wrong size on SBZConnectedMaintenanceBox_BP_UpdateNumberOfConnectedBoxes"); \ +static_assert(offsetof(SBZConnectedMaintenanceBox_BP_UpdateNumberOfConnectedBoxes, NumberOfBoxes) == 0x000000, "Member 'SBZConnectedMaintenanceBox_BP_UpdateNumberOfConnectedBoxes::NumberOfBoxes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZConnectedMaintenanceBox_Multicast_SetState \ +static_assert(alignof(SBZConnectedMaintenanceBox_Multicast_SetState) == 0x000001, "Wrong alignment on SBZConnectedMaintenanceBox_Multicast_SetState"); \ +static_assert(sizeof(SBZConnectedMaintenanceBox_Multicast_SetState) == 0x000001, "Wrong size on SBZConnectedMaintenanceBox_Multicast_SetState"); \ +static_assert(offsetof(SBZConnectedMaintenanceBox_Multicast_SetState, NewState) == 0x000000, "Member 'SBZConnectedMaintenanceBox_Multicast_SetState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZConnectedMaintenanceBox_OnCableBoxComplete \ +static_assert(alignof(SBZConnectedMaintenanceBox_OnCableBoxComplete) == 0x000001, "Wrong alignment on SBZConnectedMaintenanceBox_OnCableBoxComplete"); \ +static_assert(sizeof(SBZConnectedMaintenanceBox_OnCableBoxComplete) == 0x000001, "Wrong size on SBZConnectedMaintenanceBox_OnCableBoxComplete"); \ +static_assert(offsetof(SBZConnectedMaintenanceBox_OnCableBoxComplete, bSuccessful) == 0x000000, "Member 'SBZConnectedMaintenanceBox_OnCableBoxComplete::bSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZConnectedMaintenanceBox_OnRep_CurrentState \ +static_assert(alignof(SBZConnectedMaintenanceBox_OnRep_CurrentState) == 0x000001, "Wrong alignment on SBZConnectedMaintenanceBox_OnRep_CurrentState"); \ +static_assert(sizeof(SBZConnectedMaintenanceBox_OnRep_CurrentState) == 0x000001, "Wrong size on SBZConnectedMaintenanceBox_OnRep_CurrentState"); \ +static_assert(offsetof(SBZConnectedMaintenanceBox_OnRep_CurrentState, OldState) == 0x000000, "Member 'SBZConnectedMaintenanceBox_OnRep_CurrentState::OldState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZConnectedMaintenanceBox_OnServerCompleteInteraction \ +static_assert(alignof(SBZConnectedMaintenanceBox_OnServerCompleteInteraction) == 0x000008, "Wrong alignment on SBZConnectedMaintenanceBox_OnServerCompleteInteraction"); \ +static_assert(sizeof(SBZConnectedMaintenanceBox_OnServerCompleteInteraction) == 0x000018, "Wrong size on SBZConnectedMaintenanceBox_OnServerCompleteInteraction"); \ +static_assert(offsetof(SBZConnectedMaintenanceBox_OnServerCompleteInteraction, Interactable) == 0x000000, "Member 'SBZConnectedMaintenanceBox_OnServerCompleteInteraction::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZConnectedMaintenanceBox_OnServerCompleteInteraction, Interactor) == 0x000008, "Member 'SBZConnectedMaintenanceBox_OnServerCompleteInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZConnectedMaintenanceBox_OnServerCompleteInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZConnectedMaintenanceBox_OnServerCompleteInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZConnectedMaintenanceBox_SetEnabled \ +static_assert(alignof(SBZConnectedMaintenanceBox_SetEnabled) == 0x000001, "Wrong alignment on SBZConnectedMaintenanceBox_SetEnabled"); \ +static_assert(sizeof(SBZConnectedMaintenanceBox_SetEnabled) == 0x000001, "Wrong size on SBZConnectedMaintenanceBox_SetEnabled"); \ +static_assert(offsetof(SBZConnectedMaintenanceBox_SetEnabled, bEnabled) == 0x000000, "Member 'SBZConnectedMaintenanceBox_SetEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZConnectedMaintenanceBox \ +static_assert(alignof(ASBZConnectedMaintenanceBox) == 0x000008, "Wrong alignment on ASBZConnectedMaintenanceBox"); \ +static_assert(sizeof(ASBZConnectedMaintenanceBox) == 0x0003C0, "Wrong size on ASBZConnectedMaintenanceBox"); \ +static_assert(offsetof(ASBZConnectedMaintenanceBox, OnMaintenanceBoxComplete) == 0x0002A8, "Member 'ASBZConnectedMaintenanceBox::OnMaintenanceBoxComplete' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedMaintenanceBox, OnMaintenanceBoxEnabled) == 0x0002B8, "Member 'ASBZConnectedMaintenanceBox::OnMaintenanceBoxEnabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedMaintenanceBox, OnWrongColorFlipped) == 0x0002C8, "Member 'ASBZConnectedMaintenanceBox::OnWrongColorFlipped' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedMaintenanceBox, ConnectedCableBoxes) == 0x0002D8, "Member 'ASBZConnectedMaintenanceBox::ConnectedCableBoxes' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedMaintenanceBox, Objective) == 0x0002E8, "Member 'ASBZConnectedMaintenanceBox::Objective' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedMaintenanceBox, CurrentModelNumber) == 0x0002F0, "Member 'ASBZConnectedMaintenanceBox::CurrentModelNumber' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedMaintenanceBox, SequenceLength) == 0x000308, "Member 'ASBZConnectedMaintenanceBox::SequenceLength' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedMaintenanceBox, NumberOfSequences) == 0x00030C, "Member 'ASBZConnectedMaintenanceBox::NumberOfSequences' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedMaintenanceBox, bRequiresDeactivate) == 0x000310, "Member 'ASBZConnectedMaintenanceBox::bRequiresDeactivate' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedMaintenanceBox, SequenceViewerSet) == 0x000318, "Member 'ASBZConnectedMaintenanceBox::SequenceViewerSet' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedMaintenanceBox, Seed) == 0x000328, "Member 'ASBZConnectedMaintenanceBox::Seed' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedMaintenanceBox, CableSymbols) == 0x000330, "Member 'ASBZConnectedMaintenanceBox::CableSymbols' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedMaintenanceBox, CableColorTexts) == 0x000340, "Member 'ASBZConnectedMaintenanceBox::CableColorTexts' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedMaintenanceBox, FirstNotificationAsset) == 0x000350, "Member 'ASBZConnectedMaintenanceBox::FirstNotificationAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedMaintenanceBox, SecondNotificationAsset) == 0x000358, "Member 'ASBZConnectedMaintenanceBox::SecondNotificationAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedMaintenanceBox, OutlineComponent) == 0x000360, "Member 'ASBZConnectedMaintenanceBox::OutlineComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedMaintenanceBox, ShoutTargetComponent) == 0x000368, "Member 'ASBZConnectedMaintenanceBox::ShoutTargetComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedMaintenanceBox, InteractableComponent) == 0x000370, "Member 'ASBZConnectedMaintenanceBox::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedMaintenanceBox, StaticMesh) == 0x000378, "Member 'ASBZConnectedMaintenanceBox::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedMaintenanceBox, CorrectSequenceArray) == 0x000380, "Member 'ASBZConnectedMaintenanceBox::CorrectSequenceArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedMaintenanceBox, CurrentState) == 0x000390, "Member 'ASBZConnectedMaintenanceBox::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedMaintenanceBox, CompletedCableBoxes) == 0x000394, "Member 'ASBZConnectedMaintenanceBox::CompletedCableBoxes' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedMaintenanceBox, bShouldUpdateCompletedCount) == 0x00039A, "Member 'ASBZConnectedMaintenanceBox::bShouldUpdateCompletedCount' has a wrong offset!"); \ +static_assert(offsetof(ASBZConnectedMaintenanceBox, bHasTriggeredSearch) == 0x00039B, "Member 'ASBZConnectedMaintenanceBox::bHasTriggeredSearch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZConsole \ +static_assert(alignof(USBZConsole) == 0x000008, "Wrong alignment on USBZConsole"); \ +static_assert(sizeof(USBZConsole) == 0x000140, "Wrong size on USBZConsole"); \ + +#define DUMPER7_ASSERTS_USBZCosmeticsPatternDataAsset \ +static_assert(alignof(USBZCosmeticsPatternDataAsset) == 0x000008, "Wrong alignment on USBZCosmeticsPatternDataAsset"); \ +static_assert(sizeof(USBZCosmeticsPatternDataAsset) == 0x000250, "Wrong size on USBZCosmeticsPatternDataAsset"); \ +static_assert(offsetof(USBZCosmeticsPatternDataAsset, PatternTexture) == 0x0001F8, "Member 'USBZCosmeticsPatternDataAsset::PatternTexture' has a wrong offset!"); \ +static_assert(offsetof(USBZCosmeticsPatternDataAsset, PatternNormal) == 0x000200, "Member 'USBZCosmeticsPatternDataAsset::PatternNormal' has a wrong offset!"); \ +static_assert(offsetof(USBZCosmeticsPatternDataAsset, ActiveChannelCount) == 0x000208, "Member 'USBZCosmeticsPatternDataAsset::ActiveChannelCount' has a wrong offset!"); \ +static_assert(offsetof(USBZCosmeticsPatternDataAsset, PresetColorR) == 0x00020C, "Member 'USBZCosmeticsPatternDataAsset::PresetColorR' has a wrong offset!"); \ +static_assert(offsetof(USBZCosmeticsPatternDataAsset, PresetColorG) == 0x00021C, "Member 'USBZCosmeticsPatternDataAsset::PresetColorG' has a wrong offset!"); \ +static_assert(offsetof(USBZCosmeticsPatternDataAsset, PresetColorB) == 0x00022C, "Member 'USBZCosmeticsPatternDataAsset::PresetColorB' has a wrong offset!"); \ +static_assert(offsetof(USBZCosmeticsPatternDataAsset, PresetColorA) == 0x00023C, "Member 'USBZCosmeticsPatternDataAsset::PresetColorA' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMaskPatternData \ +static_assert(alignof(USBZMaskPatternData) == 0x000008, "Wrong alignment on USBZMaskPatternData"); \ +static_assert(sizeof(USBZMaskPatternData) == 0x000250, "Wrong size on USBZMaskPatternData"); \ + +#define DUMPER7_ASSERTS_ASBZPersistentWorldDamageZoneManager \ +static_assert(alignof(ASBZPersistentWorldDamageZoneManager) == 0x000008, "Wrong alignment on ASBZPersistentWorldDamageZoneManager"); \ +static_assert(sizeof(ASBZPersistentWorldDamageZoneManager) == 0x0002B8, "Wrong size on ASBZPersistentWorldDamageZoneManager"); \ +static_assert(offsetof(ASBZPersistentWorldDamageZoneManager, MeshZonesMap) == 0x0002A8, "Member 'ASBZPersistentWorldDamageZoneManager::MeshZonesMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZContextMenu_MutePlayerAction \ +static_assert(alignof(SBZContextMenu_MutePlayerAction) == 0x000001, "Wrong alignment on SBZContextMenu_MutePlayerAction"); \ +static_assert(sizeof(SBZContextMenu_MutePlayerAction) == 0x000001, "Wrong size on SBZContextMenu_MutePlayerAction"); \ +static_assert(offsetof(SBZContextMenu_MutePlayerAction, MutePlayer) == 0x000000, "Member 'SBZContextMenu_MutePlayerAction::MutePlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZContextMenu_OnPopupShown \ +static_assert(alignof(SBZContextMenu_OnPopupShown) == 0x000008, "Wrong alignment on SBZContextMenu_OnPopupShown"); \ +static_assert(sizeof(SBZContextMenu_OnPopupShown) == 0x000008, "Wrong size on SBZContextMenu_OnPopupShown"); \ +static_assert(offsetof(SBZContextMenu_OnPopupShown, UIManager) == 0x000000, "Member 'SBZContextMenu_OnPopupShown::UIManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZContextMenu_ReportPlayerAction \ +static_assert(alignof(SBZContextMenu_ReportPlayerAction) == 0x000008, "Wrong alignment on SBZContextMenu_ReportPlayerAction"); \ +static_assert(sizeof(SBZContextMenu_ReportPlayerAction) == 0x000030, "Wrong size on SBZContextMenu_ReportPlayerAction"); \ +static_assert(offsetof(SBZContextMenu_ReportPlayerAction, InReportPlayerInfo) == 0x000000, "Member 'SBZContextMenu_ReportPlayerAction::InReportPlayerInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZContextMenu_SetContextMenuData \ +static_assert(alignof(SBZContextMenu_SetContextMenuData) == 0x000008, "Wrong alignment on SBZContextMenu_SetContextMenuData"); \ +static_assert(sizeof(SBZContextMenu_SetContextMenuData) == 0x000008, "Wrong size on SBZContextMenu_SetContextMenuData"); \ +static_assert(offsetof(SBZContextMenu_SetContextMenuData, InParentPlayerCard) == 0x000000, "Member 'SBZContextMenu_SetContextMenuData::InParentPlayerCard' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZContextMenu \ +static_assert(alignof(USBZContextMenu) == 0x000008, "Wrong alignment on USBZContextMenu"); \ +static_assert(sizeof(USBZContextMenu) == 0x000338, "Wrong size on USBZContextMenu"); \ +static_assert(offsetof(USBZContextMenu, ParentPlayerCard) == 0x000290, "Member 'USBZContextMenu::ParentPlayerCard' has a wrong offset!"); \ +static_assert(offsetof(USBZContextMenu, Button_InviteToParty) == 0x000298, "Member 'USBZContextMenu::Button_InviteToParty' has a wrong offset!"); \ +static_assert(offsetof(USBZContextMenu, Button_SendFriendRequest) == 0x0002A0, "Member 'USBZContextMenu::Button_SendFriendRequest' has a wrong offset!"); \ +static_assert(offsetof(USBZContextMenu, Button_RemoveFriend) == 0x0002A8, "Member 'USBZContextMenu::Button_RemoveFriend' has a wrong offset!"); \ +static_assert(offsetof(USBZContextMenu, Button_BlockPlayer) == 0x0002B0, "Member 'USBZContextMenu::Button_BlockPlayer' has a wrong offset!"); \ +static_assert(offsetof(USBZContextMenu, Button_UnblockPlayer) == 0x0002B8, "Member 'USBZContextMenu::Button_UnblockPlayer' has a wrong offset!"); \ +static_assert(offsetof(USBZContextMenu, Button_MutePlayer) == 0x0002C0, "Member 'USBZContextMenu::Button_MutePlayer' has a wrong offset!"); \ +static_assert(offsetof(USBZContextMenu, Button_UnmutePlayer) == 0x0002C8, "Member 'USBZContextMenu::Button_UnmutePlayer' has a wrong offset!"); \ +static_assert(offsetof(USBZContextMenu, Button_ReportPlayer) == 0x0002D0, "Member 'USBZContextMenu::Button_ReportPlayer' has a wrong offset!"); \ +static_assert(offsetof(USBZContextMenu, Button_ShowProfile) == 0x0002D8, "Member 'USBZContextMenu::Button_ShowProfile' has a wrong offset!"); \ +static_assert(offsetof(USBZContextMenu, Button_JoinGame) == 0x0002E0, "Member 'USBZContextMenu::Button_JoinGame' has a wrong offset!"); \ +static_assert(offsetof(USBZContextMenu, Button_AcceptFriendRequest) == 0x0002E8, "Member 'USBZContextMenu::Button_AcceptFriendRequest' has a wrong offset!"); \ +static_assert(offsetof(USBZContextMenu, Button_RejectFriendRequest) == 0x0002F0, "Member 'USBZContextMenu::Button_RejectFriendRequest' has a wrong offset!"); \ +static_assert(offsetof(USBZContextMenu, Button_CancelFriendRequest) == 0x0002F8, "Member 'USBZContextMenu::Button_CancelFriendRequest' has a wrong offset!"); \ +static_assert(offsetof(USBZContextMenu, Button_PromoteToPartyLeader) == 0x000300, "Member 'USBZContextMenu::Button_PromoteToPartyLeader' has a wrong offset!"); \ +static_assert(offsetof(USBZContextMenu, Button_KickFromParty) == 0x000308, "Member 'USBZContextMenu::Button_KickFromParty' has a wrong offset!"); \ +static_assert(offsetof(USBZContextMenu, Button_Close) == 0x000310, "Member 'USBZContextMenu::Button_Close' has a wrong offset!"); \ +static_assert(offsetof(USBZContextMenu, Button_KickFromHeist) == 0x000318, "Member 'USBZContextMenu::Button_KickFromHeist' has a wrong offset!"); \ +static_assert(offsetof(USBZContextMenu, PlayerCardType) == 0x000320, "Member 'USBZContextMenu::PlayerCardType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZControlsReferenceActionWidget_DisplayControlsReferenceWithEvent \ +static_assert(alignof(SBZControlsReferenceActionWidget_DisplayControlsReferenceWithEvent) == 0x000008, "Wrong alignment on SBZControlsReferenceActionWidget_DisplayControlsReferenceWithEvent"); \ +static_assert(sizeof(SBZControlsReferenceActionWidget_DisplayControlsReferenceWithEvent) == 0x000050, "Wrong size on SBZControlsReferenceActionWidget_DisplayControlsReferenceWithEvent"); \ +static_assert(offsetof(SBZControlsReferenceActionWidget_DisplayControlsReferenceWithEvent, InControlsReferenceAction) == 0x000000, "Member 'SBZControlsReferenceActionWidget_DisplayControlsReferenceWithEvent::InControlsReferenceAction' has a wrong offset!"); \ +static_assert(offsetof(SBZControlsReferenceActionWidget_DisplayControlsReferenceWithEvent, InControlsReferenceActionPressedEvent) == 0x000038, "Member 'SBZControlsReferenceActionWidget_DisplayControlsReferenceWithEvent::InControlsReferenceActionPressedEvent' has a wrong offset!"); \ +static_assert(offsetof(SBZControlsReferenceActionWidget_DisplayControlsReferenceWithEvent, ReturnValue) == 0x00004C, "Member 'SBZControlsReferenceActionWidget_DisplayControlsReferenceWithEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZControlsReferenceActionWidget_OnHoldActionPressed \ +static_assert(alignof(SBZControlsReferenceActionWidget_OnHoldActionPressed) == 0x000004, "Wrong alignment on SBZControlsReferenceActionWidget_OnHoldActionPressed"); \ +static_assert(sizeof(SBZControlsReferenceActionWidget_OnHoldActionPressed) == 0x00000C, "Wrong size on SBZControlsReferenceActionWidget_OnHoldActionPressed"); \ +static_assert(offsetof(SBZControlsReferenceActionWidget_OnHoldActionPressed, ActionName) == 0x000000, "Member 'SBZControlsReferenceActionWidget_OnHoldActionPressed::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZControlsReferenceActionWidget_OnHoldActionReleased \ +static_assert(alignof(SBZControlsReferenceActionWidget_OnHoldActionReleased) == 0x000004, "Wrong alignment on SBZControlsReferenceActionWidget_OnHoldActionReleased"); \ +static_assert(sizeof(SBZControlsReferenceActionWidget_OnHoldActionReleased) == 0x00000C, "Wrong size on SBZControlsReferenceActionWidget_OnHoldActionReleased"); \ +static_assert(offsetof(SBZControlsReferenceActionWidget_OnHoldActionReleased, ActionName) == 0x000000, "Member 'SBZControlsReferenceActionWidget_OnHoldActionReleased::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZControlsReferenceActionWidget_OnInputAction \ +static_assert(alignof(SBZControlsReferenceActionWidget_OnInputAction) == 0x000004, "Wrong alignment on SBZControlsReferenceActionWidget_OnInputAction"); \ +static_assert(sizeof(SBZControlsReferenceActionWidget_OnInputAction) == 0x00000C, "Wrong size on SBZControlsReferenceActionWidget_OnInputAction"); \ +static_assert(offsetof(SBZControlsReferenceActionWidget_OnInputAction, ActionName) == 0x000000, "Member 'SBZControlsReferenceActionWidget_OnInputAction::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZControlsReferenceActionWidget \ +static_assert(alignof(USBZControlsReferenceActionWidget) == 0x000008, "Wrong alignment on USBZControlsReferenceActionWidget"); \ +static_assert(sizeof(USBZControlsReferenceActionWidget) == 0x000320, "Wrong size on USBZControlsReferenceActionWidget"); \ +static_assert(offsetof(USBZControlsReferenceActionWidget, Text_DisplayText) == 0x000290, "Member 'USBZControlsReferenceActionWidget::Text_DisplayText' has a wrong offset!"); \ +static_assert(offsetof(USBZControlsReferenceActionWidget, Panel_ActionInputLists) == 0x000298, "Member 'USBZControlsReferenceActionWidget::Panel_ActionInputLists' has a wrong offset!"); \ +static_assert(offsetof(USBZControlsReferenceActionWidget, MaxActionInputsDisplayed) == 0x0002A0, "Member 'USBZControlsReferenceActionWidget::MaxActionInputsDisplayed' has a wrong offset!"); \ +static_assert(offsetof(USBZControlsReferenceActionWidget, ActionInputWidgetClass) == 0x0002A8, "Member 'USBZControlsReferenceActionWidget::ActionInputWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZControlsReferenceActionWidget, ActionList) == 0x0002B0, "Member 'USBZControlsReferenceActionWidget::ActionList' has a wrong offset!"); \ +static_assert(offsetof(USBZControlsReferenceActionWidget, ControlsReferenceActionPressedDelegate) == 0x0002C0, "Member 'USBZControlsReferenceActionWidget::ControlsReferenceActionPressedDelegate' has a wrong offset!"); \ +static_assert(offsetof(USBZControlsReferenceActionWidget, InputRegisteredControlsReferenceAction) == 0x0002D8, "Member 'USBZControlsReferenceActionWidget::InputRegisteredControlsReferenceAction' has a wrong offset!"); \ +static_assert(offsetof(USBZControlsReferenceActionWidget, HoldTimer) == 0x000318, "Member 'USBZControlsReferenceActionWidget::HoldTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZControlsReferenceAxisWidget \ +static_assert(alignof(USBZControlsReferenceAxisWidget) == 0x000008, "Wrong alignment on USBZControlsReferenceAxisWidget"); \ +static_assert(sizeof(USBZControlsReferenceAxisWidget) == 0x0002C0, "Wrong size on USBZControlsReferenceAxisWidget"); \ +static_assert(offsetof(USBZControlsReferenceAxisWidget, Text_DisplayText) == 0x000290, "Member 'USBZControlsReferenceAxisWidget::Text_DisplayText' has a wrong offset!"); \ +static_assert(offsetof(USBZControlsReferenceAxisWidget, Panel_AxisInputLists) == 0x000298, "Member 'USBZControlsReferenceAxisWidget::Panel_AxisInputLists' has a wrong offset!"); \ +static_assert(offsetof(USBZControlsReferenceAxisWidget, MaxAxisInputsDisplayed) == 0x0002A0, "Member 'USBZControlsReferenceAxisWidget::MaxAxisInputsDisplayed' has a wrong offset!"); \ +static_assert(offsetof(USBZControlsReferenceAxisWidget, AxisInputWidgetClass) == 0x0002A8, "Member 'USBZControlsReferenceAxisWidget::AxisInputWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZControlsReferenceAxisWidget, AxisList) == 0x0002B0, "Member 'USBZControlsReferenceAxisWidget::AxisList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_Get \ +static_assert(alignof(SBZGameUserSettings_Get) == 0x000008, "Wrong alignment on SBZGameUserSettings_Get"); \ +static_assert(sizeof(SBZGameUserSettings_Get) == 0x000008, "Wrong size on SBZGameUserSettings_Get"); \ +static_assert(offsetof(SBZGameUserSettings_Get, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetSBZGameUserSettings \ +static_assert(alignof(SBZGameUserSettings_GetSBZGameUserSettings) == 0x000008, "Wrong alignment on SBZGameUserSettings_GetSBZGameUserSettings"); \ +static_assert(sizeof(SBZGameUserSettings_GetSBZGameUserSettings) == 0x000010, "Wrong size on SBZGameUserSettings_GetSBZGameUserSettings"); \ +static_assert(offsetof(SBZGameUserSettings_GetSBZGameUserSettings, WorldContextObject) == 0x000000, "Member 'SBZGameUserSettings_GetSBZGameUserSettings::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZGameUserSettings_GetSBZGameUserSettings, ReturnValue) == 0x000008, "Member 'SBZGameUserSettings_GetSBZGameUserSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetCrosshairSettings \ +static_assert(alignof(SBZGameUserSettings_GetCrosshairSettings) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetCrosshairSettings"); \ +static_assert(sizeof(SBZGameUserSettings_GetCrosshairSettings) == 0x00003C, "Wrong size on SBZGameUserSettings_GetCrosshairSettings"); \ +static_assert(offsetof(SBZGameUserSettings_GetCrosshairSettings, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetCrosshairSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetHitIndicatorSettings \ +static_assert(alignof(SBZGameUserSettings_GetHitIndicatorSettings) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetHitIndicatorSettings"); \ +static_assert(sizeof(SBZGameUserSettings_GetHitIndicatorSettings) == 0x000034, "Wrong size on SBZGameUserSettings_GetHitIndicatorSettings"); \ +static_assert(offsetof(SBZGameUserSettings_GetHitIndicatorSettings, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetHitIndicatorSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetPrimaryKeyboardBinding \ +static_assert(alignof(SBZGameUserSettings_GetPrimaryKeyboardBinding) == 0x000008, "Wrong alignment on SBZGameUserSettings_GetPrimaryKeyboardBinding"); \ +static_assert(sizeof(SBZGameUserSettings_GetPrimaryKeyboardBinding) == 0x000030, "Wrong size on SBZGameUserSettings_GetPrimaryKeyboardBinding"); \ +static_assert(offsetof(SBZGameUserSettings_GetPrimaryKeyboardBinding, AxisOrActionName) == 0x000000, "Member 'SBZGameUserSettings_GetPrimaryKeyboardBinding::AxisOrActionName' has a wrong offset!"); \ +static_assert(offsetof(SBZGameUserSettings_GetPrimaryKeyboardBinding, Scale) == 0x00000C, "Member 'SBZGameUserSettings_GetPrimaryKeyboardBinding::Scale' has a wrong offset!"); \ +static_assert(offsetof(SBZGameUserSettings_GetPrimaryKeyboardBinding, ReturnValue) == 0x000010, "Member 'SBZGameUserSettings_GetPrimaryKeyboardBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetSecondaryKeyboardBinding \ +static_assert(alignof(SBZGameUserSettings_GetSecondaryKeyboardBinding) == 0x000008, "Wrong alignment on SBZGameUserSettings_GetSecondaryKeyboardBinding"); \ +static_assert(sizeof(SBZGameUserSettings_GetSecondaryKeyboardBinding) == 0x000030, "Wrong size on SBZGameUserSettings_GetSecondaryKeyboardBinding"); \ +static_assert(offsetof(SBZGameUserSettings_GetSecondaryKeyboardBinding, AxisOrActionName) == 0x000000, "Member 'SBZGameUserSettings_GetSecondaryKeyboardBinding::AxisOrActionName' has a wrong offset!"); \ +static_assert(offsetof(SBZGameUserSettings_GetSecondaryKeyboardBinding, Scale) == 0x00000C, "Member 'SBZGameUserSettings_GetSecondaryKeyboardBinding::Scale' has a wrong offset!"); \ +static_assert(offsetof(SBZGameUserSettings_GetSecondaryKeyboardBinding, ReturnValue) == 0x000010, "Member 'SBZGameUserSettings_GetSecondaryKeyboardBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_IsContractorAudioBriefingEnabled \ +static_assert(alignof(SBZGameUserSettings_IsContractorAudioBriefingEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_IsContractorAudioBriefingEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_IsContractorAudioBriefingEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_IsContractorAudioBriefingEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_IsContractorAudioBriefingEnabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_IsContractorAudioBriefingEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetBrightness \ +static_assert(alignof(SBZGameUserSettings_SetBrightness) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetBrightness"); \ +static_assert(sizeof(SBZGameUserSettings_SetBrightness) == 0x000004, "Wrong size on SBZGameUserSettings_SetBrightness"); \ +static_assert(offsetof(SBZGameUserSettings_SetBrightness, Value) == 0x000000, "Member 'SBZGameUserSettings_SetBrightness::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetBypassChromaDeviceDetection \ +static_assert(alignof(SBZGameUserSettings_SetBypassChromaDeviceDetection) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetBypassChromaDeviceDetection"); \ +static_assert(sizeof(SBZGameUserSettings_SetBypassChromaDeviceDetection) == 0x000001, "Wrong size on SBZGameUserSettings_SetBypassChromaDeviceDetection"); \ +static_assert(offsetof(SBZGameUserSettings_SetBypassChromaDeviceDetection, bEnable) == 0x000000, "Member 'SBZGameUserSettings_SetBypassChromaDeviceDetection::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetCameraVerticalFoV \ +static_assert(alignof(SBZGameUserSettings_SetCameraVerticalFoV) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetCameraVerticalFoV"); \ +static_assert(sizeof(SBZGameUserSettings_SetCameraVerticalFoV) == 0x000004, "Wrong size on SBZGameUserSettings_SetCameraVerticalFoV"); \ +static_assert(offsetof(SBZGameUserSettings_SetCameraVerticalFoV, Value) == 0x000000, "Member 'SBZGameUserSettings_SetCameraVerticalFoV::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetCapsuleShadowQuality \ +static_assert(alignof(SBZGameUserSettings_SetCapsuleShadowQuality) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetCapsuleShadowQuality"); \ +static_assert(sizeof(SBZGameUserSettings_SetCapsuleShadowQuality) == 0x000004, "Wrong size on SBZGameUserSettings_SetCapsuleShadowQuality"); \ +static_assert(offsetof(SBZGameUserSettings_SetCapsuleShadowQuality, Quality) == 0x000000, "Member 'SBZGameUserSettings_SetCapsuleShadowQuality::Quality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetChatDisabled \ +static_assert(alignof(SBZGameUserSettings_SetChatDisabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetChatDisabled"); \ +static_assert(sizeof(SBZGameUserSettings_SetChatDisabled) == 0x000001, "Wrong size on SBZGameUserSettings_SetChatDisabled"); \ +static_assert(offsetof(SBZGameUserSettings_SetChatDisabled, bDisable) == 0x000000, "Member 'SBZGameUserSettings_SetChatDisabled::bDisable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetChromaSensaEnabled \ +static_assert(alignof(SBZGameUserSettings_SetChromaSensaEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetChromaSensaEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_SetChromaSensaEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_SetChromaSensaEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_SetChromaSensaEnabled, bEnable) == 0x000000, "Member 'SBZGameUserSettings_SetChromaSensaEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetChromaticAberrationEnabled \ +static_assert(alignof(SBZGameUserSettings_SetChromaticAberrationEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetChromaticAberrationEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_SetChromaticAberrationEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_SetChromaticAberrationEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_SetChromaticAberrationEnabled, bEnable) == 0x000000, "Member 'SBZGameUserSettings_SetChromaticAberrationEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetCinematicVolume \ +static_assert(alignof(SBZGameUserSettings_SetCinematicVolume) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetCinematicVolume"); \ +static_assert(sizeof(SBZGameUserSettings_SetCinematicVolume) == 0x000004, "Wrong size on SBZGameUserSettings_SetCinematicVolume"); \ +static_assert(offsetof(SBZGameUserSettings_SetCinematicVolume, Volume) == 0x000000, "Member 'SBZGameUserSettings_SetCinematicVolume::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetColorBlindMode \ +static_assert(alignof(SBZGameUserSettings_SetColorBlindMode) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetColorBlindMode"); \ +static_assert(sizeof(SBZGameUserSettings_SetColorBlindMode) == 0x000001, "Wrong size on SBZGameUserSettings_SetColorBlindMode"); \ +static_assert(offsetof(SBZGameUserSettings_SetColorBlindMode, Value) == 0x000000, "Member 'SBZGameUserSettings_SetColorBlindMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetColorBlindStrength \ +static_assert(alignof(SBZGameUserSettings_SetColorBlindStrength) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetColorBlindStrength"); \ +static_assert(sizeof(SBZGameUserSettings_SetColorBlindStrength) == 0x000004, "Wrong size on SBZGameUserSettings_SetColorBlindStrength"); \ +static_assert(offsetof(SBZGameUserSettings_SetColorBlindStrength, Value) == 0x000000, "Member 'SBZGameUserSettings_SetColorBlindStrength::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetContractorAudioBriefingEnabled \ +static_assert(alignof(SBZGameUserSettings_SetContractorAudioBriefingEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetContractorAudioBriefingEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_SetContractorAudioBriefingEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_SetContractorAudioBriefingEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_SetContractorAudioBriefingEnabled, bEnable) == 0x000000, "Member 'SBZGameUserSettings_SetContractorAudioBriefingEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetContrast \ +static_assert(alignof(SBZGameUserSettings_SetContrast) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetContrast"); \ +static_assert(sizeof(SBZGameUserSettings_SetContrast) == 0x000004, "Wrong size on SBZGameUserSettings_SetContrast"); \ +static_assert(offsetof(SBZGameUserSettings_SetContrast, Value) == 0x000000, "Member 'SBZGameUserSettings_SetContrast::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetCrosshairsBarColor \ +static_assert(alignof(SBZGameUserSettings_SetCrosshairsBarColor) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetCrosshairsBarColor"); \ +static_assert(sizeof(SBZGameUserSettings_SetCrosshairsBarColor) == 0x000010, "Wrong size on SBZGameUserSettings_SetCrosshairsBarColor"); \ +static_assert(offsetof(SBZGameUserSettings_SetCrosshairsBarColor, Color) == 0x000000, "Member 'SBZGameUserSettings_SetCrosshairsBarColor::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetCrosshairsBarLength \ +static_assert(alignof(SBZGameUserSettings_SetCrosshairsBarLength) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetCrosshairsBarLength"); \ +static_assert(sizeof(SBZGameUserSettings_SetCrosshairsBarLength) == 0x000004, "Wrong size on SBZGameUserSettings_SetCrosshairsBarLength"); \ +static_assert(offsetof(SBZGameUserSettings_SetCrosshairsBarLength, Length) == 0x000000, "Member 'SBZGameUserSettings_SetCrosshairsBarLength::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetCrosshairsBarWidth \ +static_assert(alignof(SBZGameUserSettings_SetCrosshairsBarWidth) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetCrosshairsBarWidth"); \ +static_assert(sizeof(SBZGameUserSettings_SetCrosshairsBarWidth) == 0x000004, "Wrong size on SBZGameUserSettings_SetCrosshairsBarWidth"); \ +static_assert(offsetof(SBZGameUserSettings_SetCrosshairsBarWidth, Width) == 0x000000, "Member 'SBZGameUserSettings_SetCrosshairsBarWidth::Width' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetCrosshairsCenterGap \ +static_assert(alignof(SBZGameUserSettings_SetCrosshairsCenterGap) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetCrosshairsCenterGap"); \ +static_assert(sizeof(SBZGameUserSettings_SetCrosshairsCenterGap) == 0x000004, "Wrong size on SBZGameUserSettings_SetCrosshairsCenterGap"); \ +static_assert(offsetof(SBZGameUserSettings_SetCrosshairsCenterGap, Gap) == 0x000000, "Member 'SBZGameUserSettings_SetCrosshairsCenterGap::Gap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetCrosshairsDotColor \ +static_assert(alignof(SBZGameUserSettings_SetCrosshairsDotColor) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetCrosshairsDotColor"); \ +static_assert(sizeof(SBZGameUserSettings_SetCrosshairsDotColor) == 0x000010, "Wrong size on SBZGameUserSettings_SetCrosshairsDotColor"); \ +static_assert(offsetof(SBZGameUserSettings_SetCrosshairsDotColor, Color) == 0x000000, "Member 'SBZGameUserSettings_SetCrosshairsDotColor::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetCrosshairsDotSize \ +static_assert(alignof(SBZGameUserSettings_SetCrosshairsDotSize) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetCrosshairsDotSize"); \ +static_assert(sizeof(SBZGameUserSettings_SetCrosshairsDotSize) == 0x000004, "Wrong size on SBZGameUserSettings_SetCrosshairsDotSize"); \ +static_assert(offsetof(SBZGameUserSettings_SetCrosshairsDotSize, Size) == 0x000000, "Member 'SBZGameUserSettings_SetCrosshairsDotSize::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetCrosshairSettings \ +static_assert(alignof(SBZGameUserSettings_SetCrosshairSettings) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetCrosshairSettings"); \ +static_assert(sizeof(SBZGameUserSettings_SetCrosshairSettings) == 0x00003C, "Wrong size on SBZGameUserSettings_SetCrosshairSettings"); \ +static_assert(offsetof(SBZGameUserSettings_SetCrosshairSettings, CrosshairSettings) == 0x000000, "Member 'SBZGameUserSettings_SetCrosshairSettings::CrosshairSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetCrosshairsShowAccuracy \ +static_assert(alignof(SBZGameUserSettings_SetCrosshairsShowAccuracy) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetCrosshairsShowAccuracy"); \ +static_assert(sizeof(SBZGameUserSettings_SetCrosshairsShowAccuracy) == 0x000001, "Wrong size on SBZGameUserSettings_SetCrosshairsShowAccuracy"); \ +static_assert(offsetof(SBZGameUserSettings_SetCrosshairsShowAccuracy, bShowAccuracy) == 0x000000, "Member 'SBZGameUserSettings_SetCrosshairsShowAccuracy::bShowAccuracy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetCrossplayDisabled \ +static_assert(alignof(SBZGameUserSettings_SetCrossplayDisabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetCrossplayDisabled"); \ +static_assert(sizeof(SBZGameUserSettings_SetCrossplayDisabled) == 0x000001, "Wrong size on SBZGameUserSettings_SetCrossplayDisabled"); \ +static_assert(offsetof(SBZGameUserSettings_SetCrossplayDisabled, bDisable) == 0x000000, "Member 'SBZGameUserSettings_SetCrossplayDisabled::bDisable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetDepthOfFieldEnabled \ +static_assert(alignof(SBZGameUserSettings_SetDepthOfFieldEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetDepthOfFieldEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_SetDepthOfFieldEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_SetDepthOfFieldEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_SetDepthOfFieldEnabled, bEnable) == 0x000000, "Member 'SBZGameUserSettings_SetDepthOfFieldEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetDropInType \ +static_assert(alignof(SBZGameUserSettings_SetDropInType) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetDropInType"); \ +static_assert(sizeof(SBZGameUserSettings_SetDropInType) == 0x000002, "Wrong size on SBZGameUserSettings_SetDropInType"); \ +static_assert(offsetof(SBZGameUserSettings_SetDropInType, InDropInType) == 0x000000, "Member 'SBZGameUserSettings_SetDropInType::InDropInType' has a wrong offset!"); \ +static_assert(offsetof(SBZGameUserSettings_SetDropInType, bIsSaved) == 0x000001, "Member 'SBZGameUserSettings_SetDropInType::bIsSaved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetEnemyHealthBarEnabled \ +static_assert(alignof(SBZGameUserSettings_SetEnemyHealthBarEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetEnemyHealthBarEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_SetEnemyHealthBarEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_SetEnemyHealthBarEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_SetEnemyHealthBarEnabled, bEnable) == 0x000000, "Member 'SBZGameUserSettings_SetEnemyHealthBarEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetForceFeedbackEnabled \ +static_assert(alignof(SBZGameUserSettings_SetForceFeedbackEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetForceFeedbackEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_SetForceFeedbackEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_SetForceFeedbackEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_SetForceFeedbackEnabled, bEnable) == 0x000000, "Member 'SBZGameUserSettings_SetForceFeedbackEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetFPSDisplayEnabled \ +static_assert(alignof(SBZGameUserSettings_SetFPSDisplayEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetFPSDisplayEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_SetFPSDisplayEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_SetFPSDisplayEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_SetFPSDisplayEnabled, bEnable) == 0x000000, "Member 'SBZGameUserSettings_SetFPSDisplayEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetGamepadBindingsPreset \ +static_assert(alignof(SBZGameUserSettings_SetGamepadBindingsPreset) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetGamepadBindingsPreset"); \ +static_assert(sizeof(SBZGameUserSettings_SetGamepadBindingsPreset) == 0x000004, "Wrong size on SBZGameUserSettings_SetGamepadBindingsPreset"); \ +static_assert(offsetof(SBZGameUserSettings_SetGamepadBindingsPreset, Preset) == 0x000000, "Member 'SBZGameUserSettings_SetGamepadBindingsPreset::Preset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetGamepadHorizontalSensitivityMultiplier \ +static_assert(alignof(SBZGameUserSettings_SetGamepadHorizontalSensitivityMultiplier) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetGamepadHorizontalSensitivityMultiplier"); \ +static_assert(sizeof(SBZGameUserSettings_SetGamepadHorizontalSensitivityMultiplier) == 0x000004, "Wrong size on SBZGameUserSettings_SetGamepadHorizontalSensitivityMultiplier"); \ +static_assert(offsetof(SBZGameUserSettings_SetGamepadHorizontalSensitivityMultiplier, Sensitivity) == 0x000000, "Member 'SBZGameUserSettings_SetGamepadHorizontalSensitivityMultiplier::Sensitivity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetGamepadVerticalSensitivityMultiplier \ +static_assert(alignof(SBZGameUserSettings_SetGamepadVerticalSensitivityMultiplier) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetGamepadVerticalSensitivityMultiplier"); \ +static_assert(sizeof(SBZGameUserSettings_SetGamepadVerticalSensitivityMultiplier) == 0x000004, "Wrong size on SBZGameUserSettings_SetGamepadVerticalSensitivityMultiplier"); \ +static_assert(offsetof(SBZGameUserSettings_SetGamepadVerticalSensitivityMultiplier, InSensitivity) == 0x000000, "Member 'SBZGameUserSettings_SetGamepadVerticalSensitivityMultiplier::InSensitivity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetGameSenseEnabled \ +static_assert(alignof(SBZGameUserSettings_SetGameSenseEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetGameSenseEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_SetGameSenseEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_SetGameSenseEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_SetGameSenseEnabled, bIsEnabled) == 0x000000, "Member 'SBZGameUserSettings_SetGameSenseEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetGamma \ +static_assert(alignof(SBZGameUserSettings_SetGamma) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetGamma"); \ +static_assert(sizeof(SBZGameUserSettings_SetGamma) == 0x000004, "Wrong size on SBZGameUserSettings_SetGamma"); \ +static_assert(offsetof(SBZGameUserSettings_SetGamma, Value) == 0x000000, "Member 'SBZGameUserSettings_SetGamma::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetHitIndicatorColorCrit \ +static_assert(alignof(SBZGameUserSettings_SetHitIndicatorColorCrit) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetHitIndicatorColorCrit"); \ +static_assert(sizeof(SBZGameUserSettings_SetHitIndicatorColorCrit) == 0x000010, "Wrong size on SBZGameUserSettings_SetHitIndicatorColorCrit"); \ +static_assert(offsetof(SBZGameUserSettings_SetHitIndicatorColorCrit, Color) == 0x000000, "Member 'SBZGameUserSettings_SetHitIndicatorColorCrit::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetHitIndicatorColorHit \ +static_assert(alignof(SBZGameUserSettings_SetHitIndicatorColorHit) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetHitIndicatorColorHit"); \ +static_assert(sizeof(SBZGameUserSettings_SetHitIndicatorColorHit) == 0x000010, "Wrong size on SBZGameUserSettings_SetHitIndicatorColorHit"); \ +static_assert(offsetof(SBZGameUserSettings_SetHitIndicatorColorHit, Color) == 0x000000, "Member 'SBZGameUserSettings_SetHitIndicatorColorHit::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetHitIndicatorColorKill \ +static_assert(alignof(SBZGameUserSettings_SetHitIndicatorColorKill) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetHitIndicatorColorKill"); \ +static_assert(sizeof(SBZGameUserSettings_SetHitIndicatorColorKill) == 0x000010, "Wrong size on SBZGameUserSettings_SetHitIndicatorColorKill"); \ +static_assert(offsetof(SBZGameUserSettings_SetHitIndicatorColorKill, Color) == 0x000000, "Member 'SBZGameUserSettings_SetHitIndicatorColorKill::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetHitIndicatorScale \ +static_assert(alignof(SBZGameUserSettings_SetHitIndicatorScale) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetHitIndicatorScale"); \ +static_assert(sizeof(SBZGameUserSettings_SetHitIndicatorScale) == 0x000004, "Wrong size on SBZGameUserSettings_SetHitIndicatorScale"); \ +static_assert(offsetof(SBZGameUserSettings_SetHitIndicatorScale, Scale) == 0x000000, "Member 'SBZGameUserSettings_SetHitIndicatorScale::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetHitIndicatorsEnabled \ +static_assert(alignof(SBZGameUserSettings_SetHitIndicatorsEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetHitIndicatorsEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_SetHitIndicatorsEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_SetHitIndicatorsEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_SetHitIndicatorsEnabled, bEnable) == 0x000000, "Member 'SBZGameUserSettings_SetHitIndicatorsEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SethitIndicatorSettings \ +static_assert(alignof(SBZGameUserSettings_SethitIndicatorSettings) == 0x000004, "Wrong alignment on SBZGameUserSettings_SethitIndicatorSettings"); \ +static_assert(sizeof(SBZGameUserSettings_SethitIndicatorSettings) == 0x000034, "Wrong size on SBZGameUserSettings_SethitIndicatorSettings"); \ +static_assert(offsetof(SBZGameUserSettings_SethitIndicatorSettings, HitIndicatorSettings) == 0x000000, "Member 'SBZGameUserSettings_SethitIndicatorSettings::HitIndicatorSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetHoldForTabMenuEnabled \ +static_assert(alignof(SBZGameUserSettings_SetHoldForTabMenuEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetHoldForTabMenuEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_SetHoldForTabMenuEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_SetHoldForTabMenuEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_SetHoldForTabMenuEnabled, bEnable) == 0x000000, "Member 'SBZGameUserSettings_SetHoldForTabMenuEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetHoldToCrouchEnabled \ +static_assert(alignof(SBZGameUserSettings_SetHoldToCrouchEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetHoldToCrouchEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_SetHoldToCrouchEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_SetHoldToCrouchEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_SetHoldToCrouchEnabled, bEnable) == 0x000000, "Member 'SBZGameUserSettings_SetHoldToCrouchEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetHoldToRunEnabled \ +static_assert(alignof(SBZGameUserSettings_SetHoldToRunEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetHoldToRunEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_SetHoldToRunEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_SetHoldToRunEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_SetHoldToRunEnabled, bEnable) == 0x000000, "Member 'SBZGameUserSettings_SetHoldToRunEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetHoldToTargetEnabled \ +static_assert(alignof(SBZGameUserSettings_SetHoldToTargetEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetHoldToTargetEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_SetHoldToTargetEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_SetHoldToTargetEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_SetHoldToTargetEnabled, bEnable) == 0x000000, "Member 'SBZGameUserSettings_SetHoldToTargetEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetInvertedYAxisEnabled \ +static_assert(alignof(SBZGameUserSettings_SetInvertedYAxisEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetInvertedYAxisEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_SetInvertedYAxisEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_SetInvertedYAxisEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_SetInvertedYAxisEnabled, bEnable) == 0x000000, "Member 'SBZGameUserSettings_SetInvertedYAxisEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetLobbyType \ +static_assert(alignof(SBZGameUserSettings_SetLobbyType) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetLobbyType"); \ +static_assert(sizeof(SBZGameUserSettings_SetLobbyType) == 0x000001, "Wrong size on SBZGameUserSettings_SetLobbyType"); \ +static_assert(offsetof(SBZGameUserSettings_SetLobbyType, InLobbyType) == 0x000000, "Member 'SBZGameUserSettings_SetLobbyType::InLobbyType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetMasterVolume \ +static_assert(alignof(SBZGameUserSettings_SetMasterVolume) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetMasterVolume"); \ +static_assert(sizeof(SBZGameUserSettings_SetMasterVolume) == 0x000004, "Wrong size on SBZGameUserSettings_SetMasterVolume"); \ +static_assert(offsetof(SBZGameUserSettings_SetMasterVolume, Volume) == 0x000000, "Member 'SBZGameUserSettings_SetMasterVolume::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetMatchmakingDifficulty \ +static_assert(alignof(SBZGameUserSettings_SetMatchmakingDifficulty) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetMatchmakingDifficulty"); \ +static_assert(sizeof(SBZGameUserSettings_SetMatchmakingDifficulty) == 0x000001, "Wrong size on SBZGameUserSettings_SetMatchmakingDifficulty"); \ +static_assert(offsetof(SBZGameUserSettings_SetMatchmakingDifficulty, InDifficulty) == 0x000000, "Member 'SBZGameUserSettings_SetMatchmakingDifficulty::InDifficulty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetMotionBlurEnabled \ +static_assert(alignof(SBZGameUserSettings_SetMotionBlurEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetMotionBlurEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_SetMotionBlurEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_SetMotionBlurEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_SetMotionBlurEnabled, bEnable) == 0x000000, "Member 'SBZGameUserSettings_SetMotionBlurEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetMouseSensitivity \ +static_assert(alignof(SBZGameUserSettings_SetMouseSensitivity) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetMouseSensitivity"); \ +static_assert(sizeof(SBZGameUserSettings_SetMouseSensitivity) == 0x000004, "Wrong size on SBZGameUserSettings_SetMouseSensitivity"); \ +static_assert(offsetof(SBZGameUserSettings_SetMouseSensitivity, Sensitivity) == 0x000000, "Member 'SBZGameUserSettings_SetMouseSensitivity::Sensitivity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetMouseSensitivityMultiplier \ +static_assert(alignof(SBZGameUserSettings_SetMouseSensitivityMultiplier) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetMouseSensitivityMultiplier"); \ +static_assert(sizeof(SBZGameUserSettings_SetMouseSensitivityMultiplier) == 0x000004, "Wrong size on SBZGameUserSettings_SetMouseSensitivityMultiplier"); \ +static_assert(offsetof(SBZGameUserSettings_SetMouseSensitivityMultiplier, Sensitivity) == 0x000000, "Member 'SBZGameUserSettings_SetMouseSensitivityMultiplier::Sensitivity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetMouseSmoothingEnabled \ +static_assert(alignof(SBZGameUserSettings_SetMouseSmoothingEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetMouseSmoothingEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_SetMouseSmoothingEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_SetMouseSmoothingEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_SetMouseSmoothingEnabled, bEnable) == 0x000000, "Member 'SBZGameUserSettings_SetMouseSmoothingEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetMusicVolume \ +static_assert(alignof(SBZGameUserSettings_SetMusicVolume) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetMusicVolume"); \ +static_assert(sizeof(SBZGameUserSettings_SetMusicVolume) == 0x000004, "Wrong size on SBZGameUserSettings_SetMusicVolume"); \ +static_assert(offsetof(SBZGameUserSettings_SetMusicVolume, Volume) == 0x000000, "Member 'SBZGameUserSettings_SetMusicVolume::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetOperatorVOVolume \ +static_assert(alignof(SBZGameUserSettings_SetOperatorVOVolume) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetOperatorVOVolume"); \ +static_assert(sizeof(SBZGameUserSettings_SetOperatorVOVolume) == 0x000004, "Wrong size on SBZGameUserSettings_SetOperatorVOVolume"); \ +static_assert(offsetof(SBZGameUserSettings_SetOperatorVOVolume, Volume) == 0x000000, "Member 'SBZGameUserSettings_SetOperatorVOVolume::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetOutlinesEnabled \ +static_assert(alignof(SBZGameUserSettings_SetOutlinesEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetOutlinesEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_SetOutlinesEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_SetOutlinesEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_SetOutlinesEnabled, bEnable) == 0x000000, "Member 'SBZGameUserSettings_SetOutlinesEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetPopupShown \ +static_assert(alignof(SBZGameUserSettings_SetPopupShown) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetPopupShown"); \ +static_assert(sizeof(SBZGameUserSettings_SetPopupShown) == 0x000002, "Wrong size on SBZGameUserSettings_SetPopupShown"); \ +static_assert(offsetof(SBZGameUserSettings_SetPopupShown, PopupType) == 0x000000, "Member 'SBZGameUserSettings_SetPopupShown::PopupType' has a wrong offset!"); \ +static_assert(offsetof(SBZGameUserSettings_SetPopupShown, bIsShown) == 0x000001, "Member 'SBZGameUserSettings_SetPopupShown::bIsShown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetPrimaryKeyboardBinding \ +static_assert(alignof(SBZGameUserSettings_SetPrimaryKeyboardBinding) == 0x000008, "Wrong alignment on SBZGameUserSettings_SetPrimaryKeyboardBinding"); \ +static_assert(sizeof(SBZGameUserSettings_SetPrimaryKeyboardBinding) == 0x000030, "Wrong size on SBZGameUserSettings_SetPrimaryKeyboardBinding"); \ +static_assert(offsetof(SBZGameUserSettings_SetPrimaryKeyboardBinding, AxisOrActionName) == 0x000000, "Member 'SBZGameUserSettings_SetPrimaryKeyboardBinding::AxisOrActionName' has a wrong offset!"); \ +static_assert(offsetof(SBZGameUserSettings_SetPrimaryKeyboardBinding, Scale) == 0x00000C, "Member 'SBZGameUserSettings_SetPrimaryKeyboardBinding::Scale' has a wrong offset!"); \ +static_assert(offsetof(SBZGameUserSettings_SetPrimaryKeyboardBinding, Key) == 0x000010, "Member 'SBZGameUserSettings_SetPrimaryKeyboardBinding::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetPushToTalkEnabled \ +static_assert(alignof(SBZGameUserSettings_SetPushToTalkEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetPushToTalkEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_SetPushToTalkEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_SetPushToTalkEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_SetPushToTalkEnabled, bIsEnabled) == 0x000000, "Member 'SBZGameUserSettings_SetPushToTalkEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetReticleEnabled \ +static_assert(alignof(SBZGameUserSettings_SetReticleEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetReticleEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_SetReticleEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_SetReticleEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_SetReticleEnabled, bEnable) == 0x000000, "Member 'SBZGameUserSettings_SetReticleEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetSecondaryKeyboardBinding \ +static_assert(alignof(SBZGameUserSettings_SetSecondaryKeyboardBinding) == 0x000008, "Wrong alignment on SBZGameUserSettings_SetSecondaryKeyboardBinding"); \ +static_assert(sizeof(SBZGameUserSettings_SetSecondaryKeyboardBinding) == 0x000030, "Wrong size on SBZGameUserSettings_SetSecondaryKeyboardBinding"); \ +static_assert(offsetof(SBZGameUserSettings_SetSecondaryKeyboardBinding, AxisOrActionName) == 0x000000, "Member 'SBZGameUserSettings_SetSecondaryKeyboardBinding::AxisOrActionName' has a wrong offset!"); \ +static_assert(offsetof(SBZGameUserSettings_SetSecondaryKeyboardBinding, Scale) == 0x00000C, "Member 'SBZGameUserSettings_SetSecondaryKeyboardBinding::Scale' has a wrong offset!"); \ +static_assert(offsetof(SBZGameUserSettings_SetSecondaryKeyboardBinding, Key) == 0x000010, "Member 'SBZGameUserSettings_SetSecondaryKeyboardBinding::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetSFXVolume \ +static_assert(alignof(SBZGameUserSettings_SetSFXVolume) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetSFXVolume"); \ +static_assert(sizeof(SBZGameUserSettings_SetSFXVolume) == 0x000004, "Wrong size on SBZGameUserSettings_SetSFXVolume"); \ +static_assert(offsetof(SBZGameUserSettings_SetSFXVolume, Volume) == 0x000000, "Member 'SBZGameUserSettings_SetSFXVolume::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetStoryVideoButtonsEnabled \ +static_assert(alignof(SBZGameUserSettings_SetStoryVideoButtonsEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetStoryVideoButtonsEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_SetStoryVideoButtonsEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_SetStoryVideoButtonsEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_SetStoryVideoButtonsEnabled, bInEnable) == 0x000000, "Member 'SBZGameUserSettings_SetStoryVideoButtonsEnabled::bInEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetSubtitlesEnabled \ +static_assert(alignof(SBZGameUserSettings_SetSubtitlesEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetSubtitlesEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_SetSubtitlesEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_SetSubtitlesEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_SetSubtitlesEnabled, bEnable) == 0x000000, "Member 'SBZGameUserSettings_SetSubtitlesEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetSubtitlesSize \ +static_assert(alignof(SBZGameUserSettings_SetSubtitlesSize) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetSubtitlesSize"); \ +static_assert(sizeof(SBZGameUserSettings_SetSubtitlesSize) == 0x000004, "Wrong size on SBZGameUserSettings_SetSubtitlesSize"); \ +static_assert(offsetof(SBZGameUserSettings_SetSubtitlesSize, Value) == 0x000000, "Member 'SBZGameUserSettings_SetSubtitlesSize::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetSwitchWeaponAutomaticallyEnabled \ +static_assert(alignof(SBZGameUserSettings_SetSwitchWeaponAutomaticallyEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetSwitchWeaponAutomaticallyEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_SetSwitchWeaponAutomaticallyEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_SetSwitchWeaponAutomaticallyEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_SetSwitchWeaponAutomaticallyEnabled, bEnable) == 0x000000, "Member 'SBZGameUserSettings_SetSwitchWeaponAutomaticallyEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetTacticType \ +static_assert(alignof(SBZGameUserSettings_SetTacticType) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetTacticType"); \ +static_assert(sizeof(SBZGameUserSettings_SetTacticType) == 0x000002, "Wrong size on SBZGameUserSettings_SetTacticType"); \ +static_assert(offsetof(SBZGameUserSettings_SetTacticType, InTacticType) == 0x000000, "Member 'SBZGameUserSettings_SetTacticType::InTacticType' has a wrong offset!"); \ +static_assert(offsetof(SBZGameUserSettings_SetTacticType, bIsSaved) == 0x000001, "Member 'SBZGameUserSettings_SetTacticType::bIsSaved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetTargetingSensitivityMultiplier \ +static_assert(alignof(SBZGameUserSettings_SetTargetingSensitivityMultiplier) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetTargetingSensitivityMultiplier"); \ +static_assert(sizeof(SBZGameUserSettings_SetTargetingSensitivityMultiplier) == 0x000004, "Wrong size on SBZGameUserSettings_SetTargetingSensitivityMultiplier"); \ +static_assert(offsetof(SBZGameUserSettings_SetTargetingSensitivityMultiplier, Sensitivity) == 0x000000, "Member 'SBZGameUserSettings_SetTargetingSensitivityMultiplier::Sensitivity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetTelemetryEnabled \ +static_assert(alignof(SBZGameUserSettings_SetTelemetryEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetTelemetryEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_SetTelemetryEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_SetTelemetryEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_SetTelemetryEnabled, bIsEnabled) == 0x000000, "Member 'SBZGameUserSettings_SetTelemetryEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetVoIPEnabled \ +static_assert(alignof(SBZGameUserSettings_SetVoIPEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_SetVoIPEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_SetVoIPEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_SetVoIPEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_SetVoIPEnabled, bIsEnabled) == 0x000000, "Member 'SBZGameUserSettings_SetVoIPEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetVoIPMicVolume \ +static_assert(alignof(SBZGameUserSettings_SetVoIPMicVolume) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetVoIPMicVolume"); \ +static_assert(sizeof(SBZGameUserSettings_SetVoIPMicVolume) == 0x000004, "Wrong size on SBZGameUserSettings_SetVoIPMicVolume"); \ +static_assert(offsetof(SBZGameUserSettings_SetVoIPMicVolume, Volume) == 0x000000, "Member 'SBZGameUserSettings_SetVoIPMicVolume::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetVoIPVolume \ +static_assert(alignof(SBZGameUserSettings_SetVoIPVolume) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetVoIPVolume"); \ +static_assert(sizeof(SBZGameUserSettings_SetVoIPVolume) == 0x000004, "Wrong size on SBZGameUserSettings_SetVoIPVolume"); \ +static_assert(offsetof(SBZGameUserSettings_SetVoIPVolume, Volume) == 0x000000, "Member 'SBZGameUserSettings_SetVoIPVolume::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_SetVOVolume \ +static_assert(alignof(SBZGameUserSettings_SetVOVolume) == 0x000004, "Wrong alignment on SBZGameUserSettings_SetVOVolume"); \ +static_assert(sizeof(SBZGameUserSettings_SetVOVolume) == 0x000004, "Wrong size on SBZGameUserSettings_SetVOVolume"); \ +static_assert(offsetof(SBZGameUserSettings_SetVOVolume, Volume) == 0x000000, "Member 'SBZGameUserSettings_SetVOVolume::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_AreHitIndicatorsEnabled \ +static_assert(alignof(SBZGameUserSettings_AreHitIndicatorsEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_AreHitIndicatorsEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_AreHitIndicatorsEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_AreHitIndicatorsEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_AreHitIndicatorsEnabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_AreHitIndicatorsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_AreOutlinesEnabled \ +static_assert(alignof(SBZGameUserSettings_AreOutlinesEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_AreOutlinesEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_AreOutlinesEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_AreOutlinesEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_AreOutlinesEnabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_AreOutlinesEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_AreSubtitlesEnabled \ +static_assert(alignof(SBZGameUserSettings_AreSubtitlesEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_AreSubtitlesEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_AreSubtitlesEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_AreSubtitlesEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_AreSubtitlesEnabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_AreSubtitlesEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetBrightness \ +static_assert(alignof(SBZGameUserSettings_GetBrightness) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetBrightness"); \ +static_assert(sizeof(SBZGameUserSettings_GetBrightness) == 0x000004, "Wrong size on SBZGameUserSettings_GetBrightness"); \ +static_assert(offsetof(SBZGameUserSettings_GetBrightness, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetBrightness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetCameraHorizontalFoV \ +static_assert(alignof(SBZGameUserSettings_GetCameraHorizontalFoV) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetCameraHorizontalFoV"); \ +static_assert(sizeof(SBZGameUserSettings_GetCameraHorizontalFoV) == 0x000008, "Wrong size on SBZGameUserSettings_GetCameraHorizontalFoV"); \ +static_assert(offsetof(SBZGameUserSettings_GetCameraHorizontalFoV, bUseLastConfirmedResolution) == 0x000000, "Member 'SBZGameUserSettings_GetCameraHorizontalFoV::bUseLastConfirmedResolution' has a wrong offset!"); \ +static_assert(offsetof(SBZGameUserSettings_GetCameraHorizontalFoV, ReturnValue) == 0x000004, "Member 'SBZGameUserSettings_GetCameraHorizontalFoV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetCameraVerticalFoV \ +static_assert(alignof(SBZGameUserSettings_GetCameraVerticalFoV) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetCameraVerticalFoV"); \ +static_assert(sizeof(SBZGameUserSettings_GetCameraVerticalFoV) == 0x000004, "Wrong size on SBZGameUserSettings_GetCameraVerticalFoV"); \ +static_assert(offsetof(SBZGameUserSettings_GetCameraVerticalFoV, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetCameraVerticalFoV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetCapsuleShadowQuality \ +static_assert(alignof(SBZGameUserSettings_GetCapsuleShadowQuality) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetCapsuleShadowQuality"); \ +static_assert(sizeof(SBZGameUserSettings_GetCapsuleShadowQuality) == 0x000004, "Wrong size on SBZGameUserSettings_GetCapsuleShadowQuality"); \ +static_assert(offsetof(SBZGameUserSettings_GetCapsuleShadowQuality, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetCapsuleShadowQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetCinematicVolume \ +static_assert(alignof(SBZGameUserSettings_GetCinematicVolume) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetCinematicVolume"); \ +static_assert(sizeof(SBZGameUserSettings_GetCinematicVolume) == 0x000004, "Wrong size on SBZGameUserSettings_GetCinematicVolume"); \ +static_assert(offsetof(SBZGameUserSettings_GetCinematicVolume, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetCinematicVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetColorBlindMode \ +static_assert(alignof(SBZGameUserSettings_GetColorBlindMode) == 0x000001, "Wrong alignment on SBZGameUserSettings_GetColorBlindMode"); \ +static_assert(sizeof(SBZGameUserSettings_GetColorBlindMode) == 0x000001, "Wrong size on SBZGameUserSettings_GetColorBlindMode"); \ +static_assert(offsetof(SBZGameUserSettings_GetColorBlindMode, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetColorBlindMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetColorBlindStrength \ +static_assert(alignof(SBZGameUserSettings_GetColorBlindStrength) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetColorBlindStrength"); \ +static_assert(sizeof(SBZGameUserSettings_GetColorBlindStrength) == 0x000004, "Wrong size on SBZGameUserSettings_GetColorBlindStrength"); \ +static_assert(offsetof(SBZGameUserSettings_GetColorBlindStrength, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetColorBlindStrength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetContrast \ +static_assert(alignof(SBZGameUserSettings_GetContrast) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetContrast"); \ +static_assert(sizeof(SBZGameUserSettings_GetContrast) == 0x000004, "Wrong size on SBZGameUserSettings_GetContrast"); \ +static_assert(offsetof(SBZGameUserSettings_GetContrast, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetContrast::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetCrosshairsBarColor \ +static_assert(alignof(SBZGameUserSettings_GetCrosshairsBarColor) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetCrosshairsBarColor"); \ +static_assert(sizeof(SBZGameUserSettings_GetCrosshairsBarColor) == 0x000010, "Wrong size on SBZGameUserSettings_GetCrosshairsBarColor"); \ +static_assert(offsetof(SBZGameUserSettings_GetCrosshairsBarColor, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetCrosshairsBarColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetCrosshairsBarLength \ +static_assert(alignof(SBZGameUserSettings_GetCrosshairsBarLength) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetCrosshairsBarLength"); \ +static_assert(sizeof(SBZGameUserSettings_GetCrosshairsBarLength) == 0x000004, "Wrong size on SBZGameUserSettings_GetCrosshairsBarLength"); \ +static_assert(offsetof(SBZGameUserSettings_GetCrosshairsBarLength, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetCrosshairsBarLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetCrosshairsBarWidth \ +static_assert(alignof(SBZGameUserSettings_GetCrosshairsBarWidth) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetCrosshairsBarWidth"); \ +static_assert(sizeof(SBZGameUserSettings_GetCrosshairsBarWidth) == 0x000004, "Wrong size on SBZGameUserSettings_GetCrosshairsBarWidth"); \ +static_assert(offsetof(SBZGameUserSettings_GetCrosshairsBarWidth, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetCrosshairsBarWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetCrosshairsCenterGap \ +static_assert(alignof(SBZGameUserSettings_GetCrosshairsCenterGap) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetCrosshairsCenterGap"); \ +static_assert(sizeof(SBZGameUserSettings_GetCrosshairsCenterGap) == 0x000004, "Wrong size on SBZGameUserSettings_GetCrosshairsCenterGap"); \ +static_assert(offsetof(SBZGameUserSettings_GetCrosshairsCenterGap, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetCrosshairsCenterGap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetCrosshairsDotColor \ +static_assert(alignof(SBZGameUserSettings_GetCrosshairsDotColor) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetCrosshairsDotColor"); \ +static_assert(sizeof(SBZGameUserSettings_GetCrosshairsDotColor) == 0x000010, "Wrong size on SBZGameUserSettings_GetCrosshairsDotColor"); \ +static_assert(offsetof(SBZGameUserSettings_GetCrosshairsDotColor, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetCrosshairsDotColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetCrosshairsDotSize \ +static_assert(alignof(SBZGameUserSettings_GetCrosshairsDotSize) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetCrosshairsDotSize"); \ +static_assert(sizeof(SBZGameUserSettings_GetCrosshairsDotSize) == 0x000004, "Wrong size on SBZGameUserSettings_GetCrosshairsDotSize"); \ +static_assert(offsetof(SBZGameUserSettings_GetCrosshairsDotSize, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetCrosshairsDotSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetCrosshairsShowAccuracy \ +static_assert(alignof(SBZGameUserSettings_GetCrosshairsShowAccuracy) == 0x000001, "Wrong alignment on SBZGameUserSettings_GetCrosshairsShowAccuracy"); \ +static_assert(sizeof(SBZGameUserSettings_GetCrosshairsShowAccuracy) == 0x000001, "Wrong size on SBZGameUserSettings_GetCrosshairsShowAccuracy"); \ +static_assert(offsetof(SBZGameUserSettings_GetCrosshairsShowAccuracy, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetCrosshairsShowAccuracy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetDropInType \ +static_assert(alignof(SBZGameUserSettings_GetDropInType) == 0x000001, "Wrong alignment on SBZGameUserSettings_GetDropInType"); \ +static_assert(sizeof(SBZGameUserSettings_GetDropInType) == 0x000001, "Wrong size on SBZGameUserSettings_GetDropInType"); \ +static_assert(offsetof(SBZGameUserSettings_GetDropInType, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetDropInType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetGamepadBindingsPreset \ +static_assert(alignof(SBZGameUserSettings_GetGamepadBindingsPreset) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetGamepadBindingsPreset"); \ +static_assert(sizeof(SBZGameUserSettings_GetGamepadBindingsPreset) == 0x000004, "Wrong size on SBZGameUserSettings_GetGamepadBindingsPreset"); \ +static_assert(offsetof(SBZGameUserSettings_GetGamepadBindingsPreset, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetGamepadBindingsPreset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetGamepadHorizontalSensitivityMultiplier \ +static_assert(alignof(SBZGameUserSettings_GetGamepadHorizontalSensitivityMultiplier) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetGamepadHorizontalSensitivityMultiplier"); \ +static_assert(sizeof(SBZGameUserSettings_GetGamepadHorizontalSensitivityMultiplier) == 0x000004, "Wrong size on SBZGameUserSettings_GetGamepadHorizontalSensitivityMultiplier"); \ +static_assert(offsetof(SBZGameUserSettings_GetGamepadHorizontalSensitivityMultiplier, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetGamepadHorizontalSensitivityMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetGamepadVerticalSensitivityMultiplier \ +static_assert(alignof(SBZGameUserSettings_GetGamepadVerticalSensitivityMultiplier) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetGamepadVerticalSensitivityMultiplier"); \ +static_assert(sizeof(SBZGameUserSettings_GetGamepadVerticalSensitivityMultiplier) == 0x000004, "Wrong size on SBZGameUserSettings_GetGamepadVerticalSensitivityMultiplier"); \ +static_assert(offsetof(SBZGameUserSettings_GetGamepadVerticalSensitivityMultiplier, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetGamepadVerticalSensitivityMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetGameSenseEnabled \ +static_assert(alignof(SBZGameUserSettings_GetGameSenseEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_GetGameSenseEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_GetGameSenseEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_GetGameSenseEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_GetGameSenseEnabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetGameSenseEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetGamma \ +static_assert(alignof(SBZGameUserSettings_GetGamma) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetGamma"); \ +static_assert(sizeof(SBZGameUserSettings_GetGamma) == 0x000004, "Wrong size on SBZGameUserSettings_GetGamma"); \ +static_assert(offsetof(SBZGameUserSettings_GetGamma, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetGamma::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetHitIndicatorColorCrit \ +static_assert(alignof(SBZGameUserSettings_GetHitIndicatorColorCrit) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetHitIndicatorColorCrit"); \ +static_assert(sizeof(SBZGameUserSettings_GetHitIndicatorColorCrit) == 0x000010, "Wrong size on SBZGameUserSettings_GetHitIndicatorColorCrit"); \ +static_assert(offsetof(SBZGameUserSettings_GetHitIndicatorColorCrit, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetHitIndicatorColorCrit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetHitIndicatorColorHit \ +static_assert(alignof(SBZGameUserSettings_GetHitIndicatorColorHit) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetHitIndicatorColorHit"); \ +static_assert(sizeof(SBZGameUserSettings_GetHitIndicatorColorHit) == 0x000010, "Wrong size on SBZGameUserSettings_GetHitIndicatorColorHit"); \ +static_assert(offsetof(SBZGameUserSettings_GetHitIndicatorColorHit, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetHitIndicatorColorHit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetHitIndicatorColorKill \ +static_assert(alignof(SBZGameUserSettings_GetHitIndicatorColorKill) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetHitIndicatorColorKill"); \ +static_assert(sizeof(SBZGameUserSettings_GetHitIndicatorColorKill) == 0x000010, "Wrong size on SBZGameUserSettings_GetHitIndicatorColorKill"); \ +static_assert(offsetof(SBZGameUserSettings_GetHitIndicatorColorKill, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetHitIndicatorColorKill::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetHitIndicatorScale \ +static_assert(alignof(SBZGameUserSettings_GetHitIndicatorScale) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetHitIndicatorScale"); \ +static_assert(sizeof(SBZGameUserSettings_GetHitIndicatorScale) == 0x000004, "Wrong size on SBZGameUserSettings_GetHitIndicatorScale"); \ +static_assert(offsetof(SBZGameUserSettings_GetHitIndicatorScale, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetHitIndicatorScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetLobbyType \ +static_assert(alignof(SBZGameUserSettings_GetLobbyType) == 0x000001, "Wrong alignment on SBZGameUserSettings_GetLobbyType"); \ +static_assert(sizeof(SBZGameUserSettings_GetLobbyType) == 0x000001, "Wrong size on SBZGameUserSettings_GetLobbyType"); \ +static_assert(offsetof(SBZGameUserSettings_GetLobbyType, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetLobbyType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetMasterVolume \ +static_assert(alignof(SBZGameUserSettings_GetMasterVolume) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetMasterVolume"); \ +static_assert(sizeof(SBZGameUserSettings_GetMasterVolume) == 0x000004, "Wrong size on SBZGameUserSettings_GetMasterVolume"); \ +static_assert(offsetof(SBZGameUserSettings_GetMasterVolume, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetMasterVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetMatchmakingDifficulty \ +static_assert(alignof(SBZGameUserSettings_GetMatchmakingDifficulty) == 0x000001, "Wrong alignment on SBZGameUserSettings_GetMatchmakingDifficulty"); \ +static_assert(sizeof(SBZGameUserSettings_GetMatchmakingDifficulty) == 0x000001, "Wrong size on SBZGameUserSettings_GetMatchmakingDifficulty"); \ +static_assert(offsetof(SBZGameUserSettings_GetMatchmakingDifficulty, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetMatchmakingDifficulty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetMouseSensitivity \ +static_assert(alignof(SBZGameUserSettings_GetMouseSensitivity) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetMouseSensitivity"); \ +static_assert(sizeof(SBZGameUserSettings_GetMouseSensitivity) == 0x000004, "Wrong size on SBZGameUserSettings_GetMouseSensitivity"); \ +static_assert(offsetof(SBZGameUserSettings_GetMouseSensitivity, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetMouseSensitivity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetMouseSensitivityMultiplier \ +static_assert(alignof(SBZGameUserSettings_GetMouseSensitivityMultiplier) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetMouseSensitivityMultiplier"); \ +static_assert(sizeof(SBZGameUserSettings_GetMouseSensitivityMultiplier) == 0x000004, "Wrong size on SBZGameUserSettings_GetMouseSensitivityMultiplier"); \ +static_assert(offsetof(SBZGameUserSettings_GetMouseSensitivityMultiplier, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetMouseSensitivityMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetMusicVolume \ +static_assert(alignof(SBZGameUserSettings_GetMusicVolume) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetMusicVolume"); \ +static_assert(sizeof(SBZGameUserSettings_GetMusicVolume) == 0x000004, "Wrong size on SBZGameUserSettings_GetMusicVolume"); \ +static_assert(offsetof(SBZGameUserSettings_GetMusicVolume, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetMusicVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetOperatorVOVolume \ +static_assert(alignof(SBZGameUserSettings_GetOperatorVOVolume) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetOperatorVOVolume"); \ +static_assert(sizeof(SBZGameUserSettings_GetOperatorVOVolume) == 0x000004, "Wrong size on SBZGameUserSettings_GetOperatorVOVolume"); \ +static_assert(offsetof(SBZGameUserSettings_GetOperatorVOVolume, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetOperatorVOVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetSFXVolume \ +static_assert(alignof(SBZGameUserSettings_GetSFXVolume) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetSFXVolume"); \ +static_assert(sizeof(SBZGameUserSettings_GetSFXVolume) == 0x000004, "Wrong size on SBZGameUserSettings_GetSFXVolume"); \ +static_assert(offsetof(SBZGameUserSettings_GetSFXVolume, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetSFXVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetSubtitlesSize \ +static_assert(alignof(SBZGameUserSettings_GetSubtitlesSize) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetSubtitlesSize"); \ +static_assert(sizeof(SBZGameUserSettings_GetSubtitlesSize) == 0x000004, "Wrong size on SBZGameUserSettings_GetSubtitlesSize"); \ +static_assert(offsetof(SBZGameUserSettings_GetSubtitlesSize, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetSubtitlesSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetTacticType \ +static_assert(alignof(SBZGameUserSettings_GetTacticType) == 0x000001, "Wrong alignment on SBZGameUserSettings_GetTacticType"); \ +static_assert(sizeof(SBZGameUserSettings_GetTacticType) == 0x000001, "Wrong size on SBZGameUserSettings_GetTacticType"); \ +static_assert(offsetof(SBZGameUserSettings_GetTacticType, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetTacticType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetTargetingSensitivityMultiplier \ +static_assert(alignof(SBZGameUserSettings_GetTargetingSensitivityMultiplier) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetTargetingSensitivityMultiplier"); \ +static_assert(sizeof(SBZGameUserSettings_GetTargetingSensitivityMultiplier) == 0x000004, "Wrong size on SBZGameUserSettings_GetTargetingSensitivityMultiplier"); \ +static_assert(offsetof(SBZGameUserSettings_GetTargetingSensitivityMultiplier, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetTargetingSensitivityMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetTelemetryEnabled \ +static_assert(alignof(SBZGameUserSettings_GetTelemetryEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_GetTelemetryEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_GetTelemetryEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_GetTelemetryEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_GetTelemetryEnabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetTelemetryEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetVoIPMicVolume \ +static_assert(alignof(SBZGameUserSettings_GetVoIPMicVolume) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetVoIPMicVolume"); \ +static_assert(sizeof(SBZGameUserSettings_GetVoIPMicVolume) == 0x000004, "Wrong size on SBZGameUserSettings_GetVoIPMicVolume"); \ +static_assert(offsetof(SBZGameUserSettings_GetVoIPMicVolume, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetVoIPMicVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetVoIPVolume \ +static_assert(alignof(SBZGameUserSettings_GetVoIPVolume) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetVoIPVolume"); \ +static_assert(sizeof(SBZGameUserSettings_GetVoIPVolume) == 0x000004, "Wrong size on SBZGameUserSettings_GetVoIPVolume"); \ +static_assert(offsetof(SBZGameUserSettings_GetVoIPVolume, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetVoIPVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_GetVOVolume \ +static_assert(alignof(SBZGameUserSettings_GetVOVolume) == 0x000004, "Wrong alignment on SBZGameUserSettings_GetVOVolume"); \ +static_assert(sizeof(SBZGameUserSettings_GetVOVolume) == 0x000004, "Wrong size on SBZGameUserSettings_GetVOVolume"); \ +static_assert(offsetof(SBZGameUserSettings_GetVOVolume, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_GetVOVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_IsBypassChromaDeviceDetectionEnabled \ +static_assert(alignof(SBZGameUserSettings_IsBypassChromaDeviceDetectionEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_IsBypassChromaDeviceDetectionEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_IsBypassChromaDeviceDetectionEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_IsBypassChromaDeviceDetectionEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_IsBypassChromaDeviceDetectionEnabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_IsBypassChromaDeviceDetectionEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_IsChatDisabled \ +static_assert(alignof(SBZGameUserSettings_IsChatDisabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_IsChatDisabled"); \ +static_assert(sizeof(SBZGameUserSettings_IsChatDisabled) == 0x000001, "Wrong size on SBZGameUserSettings_IsChatDisabled"); \ +static_assert(offsetof(SBZGameUserSettings_IsChatDisabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_IsChatDisabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_IsChromaSensaEnabled \ +static_assert(alignof(SBZGameUserSettings_IsChromaSensaEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_IsChromaSensaEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_IsChromaSensaEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_IsChromaSensaEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_IsChromaSensaEnabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_IsChromaSensaEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_IsChromaticAberrationEnabled \ +static_assert(alignof(SBZGameUserSettings_IsChromaticAberrationEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_IsChromaticAberrationEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_IsChromaticAberrationEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_IsChromaticAberrationEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_IsChromaticAberrationEnabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_IsChromaticAberrationEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_IsCrossplayDisabled \ +static_assert(alignof(SBZGameUserSettings_IsCrossplayDisabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_IsCrossplayDisabled"); \ +static_assert(sizeof(SBZGameUserSettings_IsCrossplayDisabled) == 0x000001, "Wrong size on SBZGameUserSettings_IsCrossplayDisabled"); \ +static_assert(offsetof(SBZGameUserSettings_IsCrossplayDisabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_IsCrossplayDisabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_IsDepthOfFieldEnabled \ +static_assert(alignof(SBZGameUserSettings_IsDepthOfFieldEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_IsDepthOfFieldEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_IsDepthOfFieldEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_IsDepthOfFieldEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_IsDepthOfFieldEnabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_IsDepthOfFieldEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_IsEnemyHealthBarEnabled \ +static_assert(alignof(SBZGameUserSettings_IsEnemyHealthBarEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_IsEnemyHealthBarEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_IsEnemyHealthBarEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_IsEnemyHealthBarEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_IsEnemyHealthBarEnabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_IsEnemyHealthBarEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_IsForceFeedbackEnabled \ +static_assert(alignof(SBZGameUserSettings_IsForceFeedbackEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_IsForceFeedbackEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_IsForceFeedbackEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_IsForceFeedbackEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_IsForceFeedbackEnabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_IsForceFeedbackEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_IsFPSDisplayEnabled \ +static_assert(alignof(SBZGameUserSettings_IsFPSDisplayEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_IsFPSDisplayEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_IsFPSDisplayEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_IsFPSDisplayEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_IsFPSDisplayEnabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_IsFPSDisplayEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_IsHoldForTabMenuEnabled \ +static_assert(alignof(SBZGameUserSettings_IsHoldForTabMenuEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_IsHoldForTabMenuEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_IsHoldForTabMenuEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_IsHoldForTabMenuEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_IsHoldForTabMenuEnabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_IsHoldForTabMenuEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_IsHoldToCrouchEnabled \ +static_assert(alignof(SBZGameUserSettings_IsHoldToCrouchEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_IsHoldToCrouchEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_IsHoldToCrouchEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_IsHoldToCrouchEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_IsHoldToCrouchEnabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_IsHoldToCrouchEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_IsHoldToRunEnabled \ +static_assert(alignof(SBZGameUserSettings_IsHoldToRunEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_IsHoldToRunEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_IsHoldToRunEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_IsHoldToRunEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_IsHoldToRunEnabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_IsHoldToRunEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_IsHoldToTargetEnabled \ +static_assert(alignof(SBZGameUserSettings_IsHoldToTargetEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_IsHoldToTargetEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_IsHoldToTargetEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_IsHoldToTargetEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_IsHoldToTargetEnabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_IsHoldToTargetEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_IsInvertedYAxisEnabled \ +static_assert(alignof(SBZGameUserSettings_IsInvertedYAxisEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_IsInvertedYAxisEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_IsInvertedYAxisEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_IsInvertedYAxisEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_IsInvertedYAxisEnabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_IsInvertedYAxisEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_IsMotionBlurEnabled \ +static_assert(alignof(SBZGameUserSettings_IsMotionBlurEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_IsMotionBlurEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_IsMotionBlurEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_IsMotionBlurEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_IsMotionBlurEnabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_IsMotionBlurEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_IsMouseSmoothingEnabled \ +static_assert(alignof(SBZGameUserSettings_IsMouseSmoothingEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_IsMouseSmoothingEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_IsMouseSmoothingEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_IsMouseSmoothingEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_IsMouseSmoothingEnabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_IsMouseSmoothingEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_IsPopupShown \ +static_assert(alignof(SBZGameUserSettings_IsPopupShown) == 0x000001, "Wrong alignment on SBZGameUserSettings_IsPopupShown"); \ +static_assert(sizeof(SBZGameUserSettings_IsPopupShown) == 0x000002, "Wrong size on SBZGameUserSettings_IsPopupShown"); \ +static_assert(offsetof(SBZGameUserSettings_IsPopupShown, PopupType) == 0x000000, "Member 'SBZGameUserSettings_IsPopupShown::PopupType' has a wrong offset!"); \ +static_assert(offsetof(SBZGameUserSettings_IsPopupShown, ReturnValue) == 0x000001, "Member 'SBZGameUserSettings_IsPopupShown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_IsPushToTalkEnabled \ +static_assert(alignof(SBZGameUserSettings_IsPushToTalkEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_IsPushToTalkEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_IsPushToTalkEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_IsPushToTalkEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_IsPushToTalkEnabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_IsPushToTalkEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_IsReticleEnabled \ +static_assert(alignof(SBZGameUserSettings_IsReticleEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_IsReticleEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_IsReticleEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_IsReticleEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_IsReticleEnabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_IsReticleEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_IsStoryVideoButtonsEnabled \ +static_assert(alignof(SBZGameUserSettings_IsStoryVideoButtonsEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_IsStoryVideoButtonsEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_IsStoryVideoButtonsEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_IsStoryVideoButtonsEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_IsStoryVideoButtonsEnabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_IsStoryVideoButtonsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_IsSwitchWeaponAutomaticallyEnabled \ +static_assert(alignof(SBZGameUserSettings_IsSwitchWeaponAutomaticallyEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_IsSwitchWeaponAutomaticallyEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_IsSwitchWeaponAutomaticallyEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_IsSwitchWeaponAutomaticallyEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_IsSwitchWeaponAutomaticallyEnabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_IsSwitchWeaponAutomaticallyEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameUserSettings_IsVoIPEnabled \ +static_assert(alignof(SBZGameUserSettings_IsVoIPEnabled) == 0x000001, "Wrong alignment on SBZGameUserSettings_IsVoIPEnabled"); \ +static_assert(sizeof(SBZGameUserSettings_IsVoIPEnabled) == 0x000001, "Wrong size on SBZGameUserSettings_IsVoIPEnabled"); \ +static_assert(offsetof(SBZGameUserSettings_IsVoIPEnabled, ReturnValue) == 0x000000, "Member 'SBZGameUserSettings_IsVoIPEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGameUserSettings \ +static_assert(alignof(USBZGameUserSettings) == 0x000008, "Wrong alignment on USBZGameUserSettings"); \ +static_assert(sizeof(USBZGameUserSettings) == 0x0004A8, "Wrong size on USBZGameUserSettings"); \ +static_assert(offsetof(USBZGameUserSettings, SBZVersion) == 0x000208, "Member 'USBZGameUserSettings::SBZVersion' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, CameraVerticalFoV) == 0x00020C, "Member 'USBZGameUserSettings::CameraVerticalFoV' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, FramerateMode) == 0x000210, "Member 'USBZGameUserSettings::FramerateMode' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, Brightness) == 0x000214, "Member 'USBZGameUserSettings::Brightness' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, Contrast) == 0x000218, "Member 'USBZGameUserSettings::Contrast' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, Gamma) == 0x00021C, "Member 'USBZGameUserSettings::Gamma' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, ColorBlindMode) == 0x000220, "Member 'USBZGameUserSettings::ColorBlindMode' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, ColorBlindStrength) == 0x000224, "Member 'USBZGameUserSettings::ColorBlindStrength' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bUseMotionBlur) == 0x000228, "Member 'USBZGameUserSettings::bUseMotionBlur' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bUseDepthOfField) == 0x000229, "Member 'USBZGameUserSettings::bUseDepthOfField' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bUseChromaticAberration) == 0x00022A, "Member 'USBZGameUserSettings::bUseChromaticAberration' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, AntiAliasingMode) == 0x00022B, "Member 'USBZGameUserSettings::AntiAliasingMode' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, UpscalingMode) == 0x00022C, "Member 'USBZGameUserSettings::UpscalingMode' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, UpscalingSharpness) == 0x000230, "Member 'USBZGameUserSettings::UpscalingSharpness' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, Upscaler) == 0x000234, "Member 'USBZGameUserSettings::Upscaler' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, LagReduction) == 0x000235, "Member 'USBZGameUserSettings::LagReduction' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, LagReductionMode) == 0x000236, "Member 'USBZGameUserSettings::LagReductionMode' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, FrameInterpolator) == 0x000237, "Member 'USBZGameUserSettings::FrameInterpolator' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, CapsuleShadowQuality) == 0x000238, "Member 'USBZGameUserSettings::CapsuleShadowQuality' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bUseOutlines) == 0x00023C, "Member 'USBZGameUserSettings::bUseOutlines' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bEnemyHealthBar) == 0x00023D, "Member 'USBZGameUserSettings::bEnemyHealthBar' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bUseSubtitles) == 0x00023E, "Member 'USBZGameUserSettings::bUseSubtitles' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, SubtitlesSize) == 0x000240, "Member 'USBZGameUserSettings::SubtitlesSize' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bUseFPSDisplay) == 0x000244, "Member 'USBZGameUserSettings::bUseFPSDisplay' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bUseReticle) == 0x000245, "Member 'USBZGameUserSettings::bUseReticle' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, CrosshairsBarWidth) == 0x000248, "Member 'USBZGameUserSettings::CrosshairsBarWidth' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, CrosshairsBarLength) == 0x00024C, "Member 'USBZGameUserSettings::CrosshairsBarLength' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, CrosshairsDotSize) == 0x000250, "Member 'USBZGameUserSettings::CrosshairsDotSize' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bCrosshairsShowAccuracy) == 0x000254, "Member 'USBZGameUserSettings::bCrosshairsShowAccuracy' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, CrosshairsCenterGap) == 0x000258, "Member 'USBZGameUserSettings::CrosshairsCenterGap' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, CrosshairsBarColor) == 0x00025C, "Member 'USBZGameUserSettings::CrosshairsBarColor' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, CrosshairsDotColor) == 0x00026C, "Member 'USBZGameUserSettings::CrosshairsDotColor' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bUseHitIndicators) == 0x00027C, "Member 'USBZGameUserSettings::bUseHitIndicators' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, HitIndicatorScale) == 0x000280, "Member 'USBZGameUserSettings::HitIndicatorScale' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, HitIndicatorColorHit) == 0x000284, "Member 'USBZGameUserSettings::HitIndicatorColorHit' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, HitIndicatorColorCrit) == 0x000294, "Member 'USBZGameUserSettings::HitIndicatorColorCrit' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, HitIndicatorColorKill) == 0x0002A4, "Member 'USBZGameUserSettings::HitIndicatorColorKill' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bEnableStoryVideoButtons) == 0x0002B4, "Member 'USBZGameUserSettings::bEnableStoryVideoButtons' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, LobbyType) == 0x0002B5, "Member 'USBZGameUserSettings::LobbyType' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, TacticType) == 0x0002B6, "Member 'USBZGameUserSettings::TacticType' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, DropInType) == 0x0002B7, "Member 'USBZGameUserSettings::DropInType' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, MatchmakingDifficulty) == 0x0002B8, "Member 'USBZGameUserSettings::MatchmakingDifficulty' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, PlayerCardPlatformIncludedSet) == 0x0002C0, "Member 'USBZGameUserSettings::PlayerCardPlatformIncludedSet' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, MasterVolume) == 0x000310, "Member 'USBZGameUserSettings::MasterVolume' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, MusicVolume) == 0x000314, "Member 'USBZGameUserSettings::MusicVolume' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, VOVolume) == 0x000318, "Member 'USBZGameUserSettings::VOVolume' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, OperatorVOVolume) == 0x00031C, "Member 'USBZGameUserSettings::OperatorVOVolume' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, SFXVolume) == 0x000320, "Member 'USBZGameUserSettings::SFXVolume' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bVoIPEnabled) == 0x000324, "Member 'USBZGameUserSettings::bVoIPEnabled' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bPushToTalkEnabled) == 0x000325, "Member 'USBZGameUserSettings::bPushToTalkEnabled' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, VoipVolume) == 0x000328, "Member 'USBZGameUserSettings::VoipVolume' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, VoipMicVolume) == 0x00032C, "Member 'USBZGameUserSettings::VoipMicVolume' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, CinematicVolume) == 0x000330, "Member 'USBZGameUserSettings::CinematicVolume' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bUseContractorAudioBriefing) == 0x000334, "Member 'USBZGameUserSettings::bUseContractorAudioBriefing' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, MouseSensitivityMultiplier) == 0x000338, "Member 'USBZGameUserSettings::MouseSensitivityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bUseMouseSmoothing) == 0x00033C, "Member 'USBZGameUserSettings::bUseMouseSmoothing' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bIsGamepadLookSensitivityCurveEnabled) == 0x00033D, "Member 'USBZGameUserSettings::bIsGamepadLookSensitivityCurveEnabled' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, GamepadLookDeadZone) == 0x000340, "Member 'USBZGameUserSettings::GamepadLookDeadZone' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, GamepadLookAccelerationMultiplier) == 0x000348, "Member 'USBZGameUserSettings::GamepadLookAccelerationMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, GamepadLookAccelerationTime) == 0x00034C, "Member 'USBZGameUserSettings::GamepadLookAccelerationTime' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bIsGamepadAimAssistEnabled) == 0x000350, "Member 'USBZGameUserSettings::bIsGamepadAimAssistEnabled' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, GamepadAimAssistStrength) == 0x000354, "Member 'USBZGameUserSettings::GamepadAimAssistStrength' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, GamepadHorizontalSensitivity) == 0x000358, "Member 'USBZGameUserSettings::GamepadHorizontalSensitivity' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, GamepadVerticalSensitivity) == 0x00035C, "Member 'USBZGameUserSettings::GamepadVerticalSensitivity' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bUseInvertedYAxis) == 0x000360, "Member 'USBZGameUserSettings::bUseInvertedYAxis' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bUseForceFeedback) == 0x000361, "Member 'USBZGameUserSettings::bUseForceFeedback' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bEnableChromaSensa) == 0x000362, "Member 'USBZGameUserSettings::bEnableChromaSensa' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bBypassChromaDeviceDetection) == 0x000363, "Member 'USBZGameUserSettings::bBypassChromaDeviceDetection' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, TargetingSensitivityMultiplier) == 0x000364, "Member 'USBZGameUserSettings::TargetingSensitivityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bUseHoldToRun) == 0x000368, "Member 'USBZGameUserSettings::bUseHoldToRun' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bUseHoldToCrouch) == 0x000369, "Member 'USBZGameUserSettings::bUseHoldToCrouch' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bUseHoldToTarget) == 0x00036A, "Member 'USBZGameUserSettings::bUseHoldToTarget' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bIsHoldToSlide) == 0x00036B, "Member 'USBZGameUserSettings::bIsHoldToSlide' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bUseSwitchWeaponAutomatically) == 0x00036C, "Member 'USBZGameUserSettings::bUseSwitchWeaponAutomatically' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bIsChatDisabled) == 0x00036D, "Member 'USBZGameUserSettings::bIsChatDisabled' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bIsCrossplayDisabled) == 0x00036E, "Member 'USBZGameUserSettings::bIsCrossplayDisabled' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, MouseSensitivity) == 0x000370, "Member 'USBZGameUserSettings::MouseSensitivity' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bUseHoldForTabMenu) == 0x000374, "Member 'USBZGameUserSettings::bUseHoldForTabMenu' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bIsRememberSkipIntroSequence) == 0x000375, "Member 'USBZGameUserSettings::bIsRememberSkipIntroSequence' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, HeadbobScale) == 0x000378, "Member 'USBZGameUserSettings::HeadbobScale' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, AxisKeyboardBindings) == 0x000380, "Member 'USBZGameUserSettings::AxisKeyboardBindings' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, ActionKeyboardBindings) == 0x000390, "Member 'USBZGameUserSettings::ActionKeyboardBindings' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, GamepadBindingsPreset) == 0x0003A0, "Member 'USBZGameUserSettings::GamepadBindingsPreset' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, PlatformsBackendSettingsInfo) == 0x0003A8, "Member 'USBZGameUserSettings::PlatformsBackendSettingsInfo' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, PopupsShownBitmask) == 0x0003B8, "Member 'USBZGameUserSettings::PopupsShownBitmask' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, AdapterName) == 0x0003C0, "Member 'USBZGameUserSettings::AdapterName' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, CPUPerfIndex) == 0x0003D0, "Member 'USBZGameUserSettings::CPUPerfIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, GPUPerfIndex) == 0x0003D4, "Member 'USBZGameUserSettings::GPUPerfIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, OptimalViewDistanceQuality) == 0x0003D8, "Member 'USBZGameUserSettings::OptimalViewDistanceQuality' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, OptimalShadowQuality) == 0x0003DC, "Member 'USBZGameUserSettings::OptimalShadowQuality' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, OptimalOptimalPostProcessQuality) == 0x0003E0, "Member 'USBZGameUserSettings::OptimalOptimalPostProcessQuality' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, OptimalTextureQuality) == 0x0003E4, "Member 'USBZGameUserSettings::OptimalTextureQuality' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, OptimalEffectsQuality) == 0x0003E8, "Member 'USBZGameUserSettings::OptimalEffectsQuality' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, OptimalFoliageQuality) == 0x0003EC, "Member 'USBZGameUserSettings::OptimalFoliageQuality' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, OptimalShadingQuality) == 0x0003F0, "Member 'USBZGameUserSettings::OptimalShadingQuality' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, GameInstance) == 0x0003F8, "Member 'USBZGameUserSettings::GameInstance' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, bShouldShowSkills2Intro) == 0x000400, "Member 'USBZGameUserSettings::bShouldShowSkills2Intro' has a wrong offset!"); \ +static_assert(offsetof(USBZGameUserSettings, InvalidSkillSet) == 0x000458, "Member 'USBZGameUserSettings::InvalidSkillSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMultiBagGenerator_OnServerCompleteInteraction \ +static_assert(alignof(SBZMultiBagGenerator_OnServerCompleteInteraction) == 0x000008, "Wrong alignment on SBZMultiBagGenerator_OnServerCompleteInteraction"); \ +static_assert(sizeof(SBZMultiBagGenerator_OnServerCompleteInteraction) == 0x000018, "Wrong size on SBZMultiBagGenerator_OnServerCompleteInteraction"); \ +static_assert(offsetof(SBZMultiBagGenerator_OnServerCompleteInteraction, Comp) == 0x000000, "Member 'SBZMultiBagGenerator_OnServerCompleteInteraction::Comp' has a wrong offset!"); \ +static_assert(offsetof(SBZMultiBagGenerator_OnServerCompleteInteraction, Interactor) == 0x000008, "Member 'SBZMultiBagGenerator_OnServerCompleteInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZMultiBagGenerator_OnServerCompleteInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZMultiBagGenerator_OnServerCompleteInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMultiBagGenerator_SetEnabled \ +static_assert(alignof(SBZMultiBagGenerator_SetEnabled) == 0x000001, "Wrong alignment on SBZMultiBagGenerator_SetEnabled"); \ +static_assert(sizeof(SBZMultiBagGenerator_SetEnabled) == 0x000001, "Wrong size on SBZMultiBagGenerator_SetEnabled"); \ +static_assert(offsetof(SBZMultiBagGenerator_SetEnabled, bIsEnabled) == 0x000000, "Member 'SBZMultiBagGenerator_SetEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZMultiBagGenerator \ +static_assert(alignof(ASBZMultiBagGenerator) == 0x000008, "Wrong alignment on ASBZMultiBagGenerator"); \ +static_assert(sizeof(ASBZMultiBagGenerator) == 0x000308, "Wrong size on ASBZMultiBagGenerator"); \ +static_assert(offsetof(ASBZMultiBagGenerator, OnServerBagPickedUp) == 0x0002C8, "Member 'ASBZMultiBagGenerator::OnServerBagPickedUp' has a wrong offset!"); \ +static_assert(offsetof(ASBZMultiBagGenerator, InteractableComponent) == 0x0002D8, "Member 'ASBZMultiBagGenerator::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZMultiBagGenerator, OutlineComponent) == 0x0002E0, "Member 'ASBZMultiBagGenerator::OutlineComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZMultiBagGenerator, BagType) == 0x0002E8, "Member 'ASBZMultiBagGenerator::BagType' has a wrong offset!"); \ +static_assert(offsetof(ASBZMultiBagGenerator, NumberOfBags) == 0x0002F0, "Member 'ASBZMultiBagGenerator::NumberOfBags' has a wrong offset!"); \ +static_assert(offsetof(ASBZMultiBagGenerator, bDestroyOnLastBag) == 0x0002F4, "Member 'ASBZMultiBagGenerator::bDestroyOnLastBag' has a wrong offset!"); \ +static_assert(offsetof(ASBZMultiBagGenerator, BagHandleArray) == 0x0002F8, "Member 'ASBZMultiBagGenerator::BagHandleArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSubtitleWidget \ +static_assert(alignof(USBZSubtitleWidget) == 0x000008, "Wrong alignment on USBZSubtitleWidget"); \ +static_assert(sizeof(USBZSubtitleWidget) == 0x000360, "Wrong size on USBZSubtitleWidget"); \ +static_assert(offsetof(USBZSubtitleWidget, MinDisplayTime) == 0x000290, "Member 'USBZSubtitleWidget::MinDisplayTime' has a wrong offset!"); \ +static_assert(offsetof(USBZSubtitleWidget, DisplayTimePerCharacter) == 0x000294, "Member 'USBZSubtitleWidget::DisplayTimePerCharacter' has a wrong offset!"); \ +static_assert(offsetof(USBZSubtitleWidget, bSettingsPreview) == 0x000298, "Member 'USBZSubtitleWidget::bSettingsPreview' has a wrong offset!"); \ +static_assert(offsetof(USBZSubtitleWidget, DisplayTimePerCharacterMap) == 0x0002A0, "Member 'USBZSubtitleWidget::DisplayTimePerCharacterMap' has a wrong offset!"); \ +static_assert(offsetof(USBZSubtitleWidget, StringTableName) == 0x0002F0, "Member 'USBZSubtitleWidget::StringTableName' has a wrong offset!"); \ +static_assert(offsetof(USBZSubtitleWidget, VOStringTableName) == 0x000300, "Member 'USBZSubtitleWidget::VOStringTableName' has a wrong offset!"); \ +static_assert(offsetof(USBZSubtitleWidget, Text_SubtitleText) == 0x000310, "Member 'USBZSubtitleWidget::Text_SubtitleText' has a wrong offset!"); \ +static_assert(offsetof(USBZSubtitleWidget, SubtitleStringTable) == 0x000318, "Member 'USBZSubtitleWidget::SubtitleStringTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutFogApplierComponent_MultiCast_ReplicateFogSettings \ +static_assert(alignof(SBZHoldOutFogApplierComponent_MultiCast_ReplicateFogSettings) == 0x000004, "Wrong alignment on SBZHoldOutFogApplierComponent_MultiCast_ReplicateFogSettings"); \ +static_assert(sizeof(SBZHoldOutFogApplierComponent_MultiCast_ReplicateFogSettings) == 0x000008, "Wrong size on SBZHoldOutFogApplierComponent_MultiCast_ReplicateFogSettings"); \ +static_assert(offsetof(SBZHoldOutFogApplierComponent_MultiCast_ReplicateFogSettings, FogSettings) == 0x000000, "Member 'SBZHoldOutFogApplierComponent_MultiCast_ReplicateFogSettings::FogSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHoldOutFogApplierComponent \ +static_assert(alignof(USBZHoldOutFogApplierComponent) == 0x000008, "Wrong alignment on USBZHoldOutFogApplierComponent"); \ +static_assert(sizeof(USBZHoldOutFogApplierComponent) == 0x000100, "Wrong size on USBZHoldOutFogApplierComponent"); \ +static_assert(offsetof(USBZHoldOutFogApplierComponent, OnFogTargetValueChanged) == 0x0000C0, "Member 'USBZHoldOutFogApplierComponent::OnFogTargetValueChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutFogApplierComponent, LocalFogSettings) == 0x0000D0, "Member 'USBZHoldOutFogApplierComponent::LocalFogSettings' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutFogApplierComponent, ReplicatedFogSettings) == 0x0000D8, "Member 'USBZHoldOutFogApplierComponent::ReplicatedFogSettings' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutFogApplierComponent, DefaultFogSettings) == 0x0000E0, "Member 'USBZHoldOutFogApplierComponent::DefaultFogSettings' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutFogApplierComponent, FogActor) == 0x0000F0, "Member 'USBZHoldOutFogApplierComponent::FogActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCookingStation_BP_OnIngredientAdded \ +static_assert(alignof(SBZCookingStation_BP_OnIngredientAdded) == 0x000004, "Wrong alignment on SBZCookingStation_BP_OnIngredientAdded"); \ +static_assert(sizeof(SBZCookingStation_BP_OnIngredientAdded) == 0x000004, "Wrong size on SBZCookingStation_BP_OnIngredientAdded"); \ +static_assert(offsetof(SBZCookingStation_BP_OnIngredientAdded, IngredientIndex) == 0x000000, "Member 'SBZCookingStation_BP_OnIngredientAdded::IngredientIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCookingStation_BP_OnStateChanged \ +static_assert(alignof(SBZCookingStation_BP_OnStateChanged) == 0x000001, "Wrong alignment on SBZCookingStation_BP_OnStateChanged"); \ +static_assert(sizeof(SBZCookingStation_BP_OnStateChanged) == 0x000003, "Wrong size on SBZCookingStation_BP_OnStateChanged"); \ +static_assert(offsetof(SBZCookingStation_BP_OnStateChanged, OldState) == 0x000000, "Member 'SBZCookingStation_BP_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZCookingStation_BP_OnStateChanged, NewState) == 0x000001, "Member 'SBZCookingStation_BP_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(SBZCookingStation_BP_OnStateChanged, bDoCosmetics) == 0x000002, "Member 'SBZCookingStation_BP_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCookingStation_BP_OnStaticOrderGenerated \ +static_assert(alignof(SBZCookingStation_BP_OnStaticOrderGenerated) == 0x000008, "Wrong alignment on SBZCookingStation_BP_OnStaticOrderGenerated"); \ +static_assert(sizeof(SBZCookingStation_BP_OnStaticOrderGenerated) == 0x000010, "Wrong size on SBZCookingStation_BP_OnStaticOrderGenerated"); \ +static_assert(offsetof(SBZCookingStation_BP_OnStaticOrderGenerated, Order) == 0x000000, "Member 'SBZCookingStation_BP_OnStaticOrderGenerated::Order' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCookingStation_Multicast_ReplicateExplosion \ +static_assert(alignof(SBZCookingStation_Multicast_ReplicateExplosion) == 0x000008, "Wrong alignment on SBZCookingStation_Multicast_ReplicateExplosion"); \ +static_assert(sizeof(SBZCookingStation_Multicast_ReplicateExplosion) == 0x000028, "Wrong size on SBZCookingStation_Multicast_ReplicateExplosion"); \ +static_assert(offsetof(SBZCookingStation_Multicast_ReplicateExplosion, Result) == 0x000000, "Member 'SBZCookingStation_Multicast_ReplicateExplosion::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCookingStation_Multicast_SetState \ +static_assert(alignof(SBZCookingStation_Multicast_SetState) == 0x000001, "Wrong alignment on SBZCookingStation_Multicast_SetState"); \ +static_assert(sizeof(SBZCookingStation_Multicast_SetState) == 0x000001, "Wrong size on SBZCookingStation_Multicast_SetState"); \ +static_assert(offsetof(SBZCookingStation_Multicast_SetState, NewState) == 0x000000, "Member 'SBZCookingStation_Multicast_SetState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCookingStation_OnAckIngredientAdded \ +static_assert(alignof(SBZCookingStation_OnAckIngredientAdded) == 0x000008, "Wrong alignment on SBZCookingStation_OnAckIngredientAdded"); \ +static_assert(sizeof(SBZCookingStation_OnAckIngredientAdded) == 0x000018, "Wrong size on SBZCookingStation_OnAckIngredientAdded"); \ +static_assert(offsetof(SBZCookingStation_OnAckIngredientAdded, Comp) == 0x000000, "Member 'SBZCookingStation_OnAckIngredientAdded::Comp' has a wrong offset!"); \ +static_assert(offsetof(SBZCookingStation_OnAckIngredientAdded, Interactor) == 0x000008, "Member 'SBZCookingStation_OnAckIngredientAdded::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZCookingStation_OnAckIngredientAdded, bInIsLocallyControlled) == 0x000010, "Member 'SBZCookingStation_OnAckIngredientAdded::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCookingStation_OnSabotageChanged \ +static_assert(alignof(SBZCookingStation_OnSabotageChanged) == 0x000001, "Wrong alignment on SBZCookingStation_OnSabotageChanged"); \ +static_assert(sizeof(SBZCookingStation_OnSabotageChanged) == 0x000001, "Wrong size on SBZCookingStation_OnSabotageChanged"); \ +static_assert(offsetof(SBZCookingStation_OnSabotageChanged, bIsSabotaged) == 0x000000, "Member 'SBZCookingStation_OnSabotageChanged::bIsSabotaged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCookingStation_SetCookingEnabled \ +static_assert(alignof(SBZCookingStation_SetCookingEnabled) == 0x000001, "Wrong alignment on SBZCookingStation_SetCookingEnabled"); \ +static_assert(sizeof(SBZCookingStation_SetCookingEnabled) == 0x000001, "Wrong size on SBZCookingStation_SetCookingEnabled"); \ +static_assert(offsetof(SBZCookingStation_SetCookingEnabled, bIsEnabled) == 0x000000, "Member 'SBZCookingStation_SetCookingEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZCookingStation \ +static_assert(alignof(ASBZCookingStation) == 0x000008, "Wrong alignment on ASBZCookingStation"); \ +static_assert(sizeof(ASBZCookingStation) == 0x000578, "Wrong size on ASBZCookingStation"); \ +static_assert(offsetof(ASBZCookingStation, OnRequiredIngredientChanged) == 0x000340, "Member 'ASBZCookingStation::OnRequiredIngredientChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, OnStateChanged) == 0x000350, "Member 'ASBZCookingStation::OnStateChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, OnIngredientAdded) == 0x000360, "Member 'ASBZCookingStation::OnIngredientAdded' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, IngredientInteractableArray) == 0x000370, "Member 'ASBZCookingStation::IngredientInteractableArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, SabotagePointArray) == 0x000380, "Member 'ASBZCookingStation::SabotagePointArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, SecondaryBagType) == 0x000390, "Member 'ASBZCookingStation::SecondaryBagType' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, TertiaryBagType) == 0x000398, "Member 'ASBZCookingStation::TertiaryBagType' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, IngredientWaitInterval) == 0x0003A0, "Member 'ASBZCookingStation::IngredientWaitInterval' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, CookingDurationArray) == 0x0003A8, "Member 'ASBZCookingStation::CookingDurationArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, SabotagableStateBitmask) == 0x000408, "Member 'ASBZCookingStation::SabotagableStateBitmask' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, Seed) == 0x00040C, "Member 'ASBZCookingStation::Seed' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, bIsOrderStatic) == 0x000410, "Member 'ASBZCookingStation::bIsOrderStatic' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, IncreasedCookedDurationTag) == 0x000414, "Member 'ASBZCookingStation::IncreasedCookedDurationTag' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, IncreasedCookedDuration) == 0x000420, "Member 'ASBZCookingStation::IncreasedCookedDuration' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, CurrentState) == 0x000424, "Member 'ASBZCookingStation::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, ExplosionSoundEvent) == 0x000428, "Member 'ASBZCookingStation::ExplosionSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, ExplosionDelay) == 0x000430, "Member 'ASBZCookingStation::ExplosionDelay' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, AIExplosionRadius) == 0x000434, "Member 'ASBZCookingStation::AIExplosionRadius' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, PlayerExplosionRadius) == 0x000438, "Member 'ASBZCookingStation::PlayerExplosionRadius' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, DamageDistanceArray) == 0x000440, "Member 'ASBZCookingStation::DamageDistanceArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, ArmorPenetration) == 0x000450, "Member 'ASBZCookingStation::ArmorPenetration' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, FriendlyFireDamageScale) == 0x000454, "Member 'ASBZCookingStation::FriendlyFireDamageScale' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, FriendlyFireArmorPenetrationScale) == 0x000458, "Member 'ASBZCookingStation::FriendlyFireArmorPenetrationScale' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, ExplosionDamageType) == 0x000460, "Member 'ASBZCookingStation::ExplosionDamageType' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, GameplayEffectClass) == 0x000468, "Member 'ASBZCookingStation::GameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, ExplosionEffect) == 0x000470, "Member 'ASBZCookingStation::ExplosionEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, bDoDecal) == 0x000478, "Member 'ASBZCookingStation::bDoDecal' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, LocalPlayerFeedback) == 0x000480, "Member 'ASBZCookingStation::LocalPlayerFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, PostDamagePhysicsEffectData) == 0x000488, "Member 'ASBZCookingStation::PostDamagePhysicsEffectData' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, PlayerFeedbackCurve) == 0x000498, "Member 'ASBZCookingStation::PlayerFeedbackCurve' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, HurtReactionData) == 0x000520, "Member 'ASBZCookingStation::HurtReactionData' has a wrong offset!"); \ +static_assert(offsetof(ASBZCookingStation, LastInteractor) == 0x000538, "Member 'ASBZCookingStation::LastInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerRunAbility \ +static_assert(alignof(USBZPlayerRunAbility) == 0x000008, "Wrong alignment on USBZPlayerRunAbility"); \ +static_assert(sizeof(USBZPlayerRunAbility) == 0x0004D8, "Wrong size on USBZPlayerRunAbility"); \ + +#define DUMPER7_ASSERTS_SBZCosmeticDestructionComponent_HandleSBZTakePointDamageEx \ +static_assert(alignof(SBZCosmeticDestructionComponent_HandleSBZTakePointDamageEx) == 0x000008, "Wrong alignment on SBZCosmeticDestructionComponent_HandleSBZTakePointDamageEx"); \ +static_assert(sizeof(SBZCosmeticDestructionComponent_HandleSBZTakePointDamageEx) == 0x0000D0, "Wrong size on SBZCosmeticDestructionComponent_HandleSBZTakePointDamageEx"); \ +static_assert(offsetof(SBZCosmeticDestructionComponent_HandleSBZTakePointDamageEx, DamagedActor) == 0x000000, "Member 'SBZCosmeticDestructionComponent_HandleSBZTakePointDamageEx::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(SBZCosmeticDestructionComponent_HandleSBZTakePointDamageEx, Damage) == 0x000008, "Member 'SBZCosmeticDestructionComponent_HandleSBZTakePointDamageEx::Damage' has a wrong offset!"); \ +static_assert(offsetof(SBZCosmeticDestructionComponent_HandleSBZTakePointDamageEx, DamageEvent) == 0x000010, "Member 'SBZCosmeticDestructionComponent_HandleSBZTakePointDamageEx::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(SBZCosmeticDestructionComponent_HandleSBZTakePointDamageEx, InstigatedBy) == 0x0000C0, "Member 'SBZCosmeticDestructionComponent_HandleSBZTakePointDamageEx::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(SBZCosmeticDestructionComponent_HandleSBZTakePointDamageEx, DamageCauser) == 0x0000C8, "Member 'SBZCosmeticDestructionComponent_HandleSBZTakePointDamageEx::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCosmeticDestructionComponent_HandleSBZTakeRadialDamageEx \ +static_assert(alignof(SBZCosmeticDestructionComponent_HandleSBZTakeRadialDamageEx) == 0x000008, "Wrong alignment on SBZCosmeticDestructionComponent_HandleSBZTakeRadialDamageEx"); \ +static_assert(sizeof(SBZCosmeticDestructionComponent_HandleSBZTakeRadialDamageEx) == 0x000060, "Wrong size on SBZCosmeticDestructionComponent_HandleSBZTakeRadialDamageEx"); \ +static_assert(offsetof(SBZCosmeticDestructionComponent_HandleSBZTakeRadialDamageEx, DamagedActor) == 0x000000, "Member 'SBZCosmeticDestructionComponent_HandleSBZTakeRadialDamageEx::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(SBZCosmeticDestructionComponent_HandleSBZTakeRadialDamageEx, Damage) == 0x000008, "Member 'SBZCosmeticDestructionComponent_HandleSBZTakeRadialDamageEx::Damage' has a wrong offset!"); \ +static_assert(offsetof(SBZCosmeticDestructionComponent_HandleSBZTakeRadialDamageEx, DamageEvent) == 0x000010, "Member 'SBZCosmeticDestructionComponent_HandleSBZTakeRadialDamageEx::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(SBZCosmeticDestructionComponent_HandleSBZTakeRadialDamageEx, InstigatedBy) == 0x000050, "Member 'SBZCosmeticDestructionComponent_HandleSBZTakeRadialDamageEx::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(SBZCosmeticDestructionComponent_HandleSBZTakeRadialDamageEx, DamageCauser) == 0x000058, "Member 'SBZCosmeticDestructionComponent_HandleSBZTakeRadialDamageEx::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCosmeticDestructionComponent \ +static_assert(alignof(USBZCosmeticDestructionComponent) == 0x000008, "Wrong alignment on USBZCosmeticDestructionComponent"); \ +static_assert(sizeof(USBZCosmeticDestructionComponent) == 0x000120, "Wrong size on USBZCosmeticDestructionComponent"); \ +static_assert(offsetof(USBZCosmeticDestructionComponent, OnCosmeticDestructionHit) == 0x0000C0, "Member 'USBZCosmeticDestructionComponent::OnCosmeticDestructionHit' has a wrong offset!"); \ +static_assert(offsetof(USBZCosmeticDestructionComponent, CoolDown) == 0x0000D0, "Member 'USBZCosmeticDestructionComponent::CoolDown' has a wrong offset!"); \ +static_assert(offsetof(USBZCosmeticDestructionComponent, Chance) == 0x0000D4, "Member 'USBZCosmeticDestructionComponent::Chance' has a wrong offset!"); \ +static_assert(offsetof(USBZCosmeticDestructionComponent, bUseExplosionCoolDown) == 0x0000D8, "Member 'USBZCosmeticDestructionComponent::bUseExplosionCoolDown' has a wrong offset!"); \ +static_assert(offsetof(USBZCosmeticDestructionComponent, ExplosionCoolDown) == 0x0000DC, "Member 'USBZCosmeticDestructionComponent::ExplosionCoolDown' has a wrong offset!"); \ +static_assert(offsetof(USBZCosmeticDestructionComponent, bUseExplosionChance) == 0x0000E0, "Member 'USBZCosmeticDestructionComponent::bUseExplosionChance' has a wrong offset!"); \ +static_assert(offsetof(USBZCosmeticDestructionComponent, ExplosionChance) == 0x0000E4, "Member 'USBZCosmeticDestructionComponent::ExplosionChance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGameplayAbility_CharacterTraverse \ +static_assert(alignof(USBZGameplayAbility_CharacterTraverse) == 0x000008, "Wrong alignment on USBZGameplayAbility_CharacterTraverse"); \ +static_assert(sizeof(USBZGameplayAbility_CharacterTraverse) == 0x0004E8, "Wrong size on USBZGameplayAbility_CharacterTraverse"); \ +static_assert(offsetof(USBZGameplayAbility_CharacterTraverse, bComputeTrajectoryOnActivationAttempt) == 0x0004D8, "Member 'USBZGameplayAbility_CharacterTraverse::bComputeTrajectoryOnActivationAttempt' has a wrong offset!"); \ +static_assert(offsetof(USBZGameplayAbility_CharacterTraverse, MovementComponent) == 0x0004E0, "Member 'USBZGameplayAbility_CharacterTraverse::MovementComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPoint_Abandon \ +static_assert(alignof(SBZCoverPoint_Abandon) == 0x000008, "Wrong alignment on SBZCoverPoint_Abandon"); \ +static_assert(sizeof(SBZCoverPoint_Abandon) == 0x000010, "Wrong size on SBZCoverPoint_Abandon"); \ +static_assert(offsetof(SBZCoverPoint_Abandon, OccupyingActor) == 0x000000, "Member 'SBZCoverPoint_Abandon::OccupyingActor' has a wrong offset!"); \ +static_assert(offsetof(SBZCoverPoint_Abandon, ReturnValue) == 0x000008, "Member 'SBZCoverPoint_Abandon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPoint_BlockingActorEntered \ +static_assert(alignof(SBZCoverPoint_BlockingActorEntered) == 0x000008, "Wrong alignment on SBZCoverPoint_BlockingActorEntered"); \ +static_assert(sizeof(SBZCoverPoint_BlockingActorEntered) == 0x0000B0, "Wrong size on SBZCoverPoint_BlockingActorEntered"); \ +static_assert(offsetof(SBZCoverPoint_BlockingActorEntered, OverlappedComp) == 0x000000, "Member 'SBZCoverPoint_BlockingActorEntered::OverlappedComp' has a wrong offset!"); \ +static_assert(offsetof(SBZCoverPoint_BlockingActorEntered, Other) == 0x000008, "Member 'SBZCoverPoint_BlockingActorEntered::Other' has a wrong offset!"); \ +static_assert(offsetof(SBZCoverPoint_BlockingActorEntered, OtherComp) == 0x000010, "Member 'SBZCoverPoint_BlockingActorEntered::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZCoverPoint_BlockingActorEntered, OtherBodyIndex) == 0x000018, "Member 'SBZCoverPoint_BlockingActorEntered::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCoverPoint_BlockingActorEntered, bFromSweep) == 0x00001C, "Member 'SBZCoverPoint_BlockingActorEntered::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(SBZCoverPoint_BlockingActorEntered, SweepResult) == 0x000020, "Member 'SBZCoverPoint_BlockingActorEntered::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPoint_BlockingActorLeft \ +static_assert(alignof(SBZCoverPoint_BlockingActorLeft) == 0x000008, "Wrong alignment on SBZCoverPoint_BlockingActorLeft"); \ +static_assert(sizeof(SBZCoverPoint_BlockingActorLeft) == 0x000020, "Wrong size on SBZCoverPoint_BlockingActorLeft"); \ +static_assert(offsetof(SBZCoverPoint_BlockingActorLeft, OverlappedComp) == 0x000000, "Member 'SBZCoverPoint_BlockingActorLeft::OverlappedComp' has a wrong offset!"); \ +static_assert(offsetof(SBZCoverPoint_BlockingActorLeft, Other) == 0x000008, "Member 'SBZCoverPoint_BlockingActorLeft::Other' has a wrong offset!"); \ +static_assert(offsetof(SBZCoverPoint_BlockingActorLeft, OtherComp) == 0x000010, "Member 'SBZCoverPoint_BlockingActorLeft::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZCoverPoint_BlockingActorLeft, OtherBodyIndex) == 0x000018, "Member 'SBZCoverPoint_BlockingActorLeft::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPoint_CancelReservation \ +static_assert(alignof(SBZCoverPoint_CancelReservation) == 0x000008, "Wrong alignment on SBZCoverPoint_CancelReservation"); \ +static_assert(sizeof(SBZCoverPoint_CancelReservation) == 0x000008, "Wrong size on SBZCoverPoint_CancelReservation"); \ +static_assert(offsetof(SBZCoverPoint_CancelReservation, ForActor) == 0x000000, "Member 'SBZCoverPoint_CancelReservation::ForActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPoint_ComputeValidShootingPoints \ +static_assert(alignof(SBZCoverPoint_ComputeValidShootingPoints) == 0x000008, "Wrong alignment on SBZCoverPoint_ComputeValidShootingPoints"); \ +static_assert(sizeof(SBZCoverPoint_ComputeValidShootingPoints) == 0x000018, "Wrong size on SBZCoverPoint_ComputeValidShootingPoints"); \ +static_assert(offsetof(SBZCoverPoint_ComputeValidShootingPoints, ShootingPoints) == 0x000000, "Member 'SBZCoverPoint_ComputeValidShootingPoints::ShootingPoints' has a wrong offset!"); \ +static_assert(offsetof(SBZCoverPoint_ComputeValidShootingPoints, bUseAIVisibilityPayloadCenterAsLocation) == 0x000010, "Member 'SBZCoverPoint_ComputeValidShootingPoints::bUseAIVisibilityPayloadCenterAsLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPoint_IsBlockedBy \ +static_assert(alignof(SBZCoverPoint_IsBlockedBy) == 0x000008, "Wrong alignment on SBZCoverPoint_IsBlockedBy"); \ +static_assert(sizeof(SBZCoverPoint_IsBlockedBy) == 0x000010, "Wrong size on SBZCoverPoint_IsBlockedBy"); \ +static_assert(offsetof(SBZCoverPoint_IsBlockedBy, Actor) == 0x000000, "Member 'SBZCoverPoint_IsBlockedBy::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZCoverPoint_IsBlockedBy, ReturnValue) == 0x000008, "Member 'SBZCoverPoint_IsBlockedBy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPoint_Occupy \ +static_assert(alignof(SBZCoverPoint_Occupy) == 0x000008, "Wrong alignment on SBZCoverPoint_Occupy"); \ +static_assert(sizeof(SBZCoverPoint_Occupy) == 0x000010, "Wrong size on SBZCoverPoint_Occupy"); \ +static_assert(offsetof(SBZCoverPoint_Occupy, OccupyingActor) == 0x000000, "Member 'SBZCoverPoint_Occupy::OccupyingActor' has a wrong offset!"); \ +static_assert(offsetof(SBZCoverPoint_Occupy, ReturnValue) == 0x000008, "Member 'SBZCoverPoint_Occupy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPoint_OnBlockerKilled \ +static_assert(alignof(SBZCoverPoint_OnBlockerKilled) == 0x000008, "Wrong alignment on SBZCoverPoint_OnBlockerKilled"); \ +static_assert(sizeof(SBZCoverPoint_OnBlockerKilled) == 0x000008, "Wrong size on SBZCoverPoint_OnBlockerKilled"); \ +static_assert(offsetof(SBZCoverPoint_OnBlockerKilled, Pawn) == 0x000000, "Member 'SBZCoverPoint_OnBlockerKilled::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPoint_OnOccupantKilled \ +static_assert(alignof(SBZCoverPoint_OnOccupantKilled) == 0x000008, "Wrong alignment on SBZCoverPoint_OnOccupantKilled"); \ +static_assert(sizeof(SBZCoverPoint_OnOccupantKilled) == 0x000008, "Wrong size on SBZCoverPoint_OnOccupantKilled"); \ +static_assert(offsetof(SBZCoverPoint_OnOccupantKilled, Pawn) == 0x000000, "Member 'SBZCoverPoint_OnOccupantKilled::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPoint_Reserve \ +static_assert(alignof(SBZCoverPoint_Reserve) == 0x000008, "Wrong alignment on SBZCoverPoint_Reserve"); \ +static_assert(sizeof(SBZCoverPoint_Reserve) == 0x000010, "Wrong size on SBZCoverPoint_Reserve"); \ +static_assert(offsetof(SBZCoverPoint_Reserve, ForActor) == 0x000000, "Member 'SBZCoverPoint_Reserve::ForActor' has a wrong offset!"); \ +static_assert(offsetof(SBZCoverPoint_Reserve, ReturnValue) == 0x000008, "Member 'SBZCoverPoint_Reserve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPoint_GetOccupant \ +static_assert(alignof(SBZCoverPoint_GetOccupant) == 0x000008, "Wrong alignment on SBZCoverPoint_GetOccupant"); \ +static_assert(sizeof(SBZCoverPoint_GetOccupant) == 0x000008, "Wrong size on SBZCoverPoint_GetOccupant"); \ +static_assert(offsetof(SBZCoverPoint_GetOccupant, ReturnValue) == 0x000000, "Member 'SBZCoverPoint_GetOccupant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPoint_GetReservedForActor \ +static_assert(alignof(SBZCoverPoint_GetReservedForActor) == 0x000008, "Wrong alignment on SBZCoverPoint_GetReservedForActor"); \ +static_assert(sizeof(SBZCoverPoint_GetReservedForActor) == 0x000008, "Wrong size on SBZCoverPoint_GetReservedForActor"); \ +static_assert(offsetof(SBZCoverPoint_GetReservedForActor, ReturnValue) == 0x000000, "Member 'SBZCoverPoint_GetReservedForActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPoint_GetValidShootingPoints \ +static_assert(alignof(SBZCoverPoint_GetValidShootingPoints) == 0x000001, "Wrong alignment on SBZCoverPoint_GetValidShootingPoints"); \ +static_assert(sizeof(SBZCoverPoint_GetValidShootingPoints) == 0x000001, "Wrong size on SBZCoverPoint_GetValidShootingPoints"); \ +static_assert(offsetof(SBZCoverPoint_GetValidShootingPoints, ReturnValue) == 0x000000, "Member 'SBZCoverPoint_GetValidShootingPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPoint_HasAnyShootingPointLOS_Synchronously \ +static_assert(alignof(SBZCoverPoint_HasAnyShootingPointLOS_Synchronously) == 0x000008, "Wrong alignment on SBZCoverPoint_HasAnyShootingPointLOS_Synchronously"); \ +static_assert(sizeof(SBZCoverPoint_HasAnyShootingPointLOS_Synchronously) == 0x000010, "Wrong size on SBZCoverPoint_HasAnyShootingPointLOS_Synchronously"); \ +static_assert(offsetof(SBZCoverPoint_HasAnyShootingPointLOS_Synchronously, TargetActor) == 0x000000, "Member 'SBZCoverPoint_HasAnyShootingPointLOS_Synchronously::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(SBZCoverPoint_HasAnyShootingPointLOS_Synchronously, ReturnValue) == 0x000008, "Member 'SBZCoverPoint_HasAnyShootingPointLOS_Synchronously::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPoint_HasShootingPointLOS_Synchronously \ +static_assert(alignof(SBZCoverPoint_HasShootingPointLOS_Synchronously) == 0x000008, "Wrong alignment on SBZCoverPoint_HasShootingPointLOS_Synchronously"); \ +static_assert(sizeof(SBZCoverPoint_HasShootingPointLOS_Synchronously) == 0x000018, "Wrong size on SBZCoverPoint_HasShootingPointLOS_Synchronously"); \ +static_assert(offsetof(SBZCoverPoint_HasShootingPointLOS_Synchronously, ShootingPoint) == 0x000000, "Member 'SBZCoverPoint_HasShootingPointLOS_Synchronously::ShootingPoint' has a wrong offset!"); \ +static_assert(offsetof(SBZCoverPoint_HasShootingPointLOS_Synchronously, TargetActor) == 0x000008, "Member 'SBZCoverPoint_HasShootingPointLOS_Synchronously::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(SBZCoverPoint_HasShootingPointLOS_Synchronously, ReturnValue) == 0x000010, "Member 'SBZCoverPoint_HasShootingPointLOS_Synchronously::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPoint_IsBlocked \ +static_assert(alignof(SBZCoverPoint_IsBlocked) == 0x000008, "Wrong alignment on SBZCoverPoint_IsBlocked"); \ +static_assert(sizeof(SBZCoverPoint_IsBlocked) == 0x000010, "Wrong size on SBZCoverPoint_IsBlocked"); \ +static_assert(offsetof(SBZCoverPoint_IsBlocked, ForActor) == 0x000000, "Member 'SBZCoverPoint_IsBlocked::ForActor' has a wrong offset!"); \ +static_assert(offsetof(SBZCoverPoint_IsBlocked, ReturnValue) == 0x000008, "Member 'SBZCoverPoint_IsBlocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPoint_IsComputed \ +static_assert(alignof(SBZCoverPoint_IsComputed) == 0x000001, "Wrong alignment on SBZCoverPoint_IsComputed"); \ +static_assert(sizeof(SBZCoverPoint_IsComputed) == 0x000001, "Wrong size on SBZCoverPoint_IsComputed"); \ +static_assert(offsetof(SBZCoverPoint_IsComputed, ReturnValue) == 0x000000, "Member 'SBZCoverPoint_IsComputed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPoint_IsCrouchingCover \ +static_assert(alignof(SBZCoverPoint_IsCrouchingCover) == 0x000001, "Wrong alignment on SBZCoverPoint_IsCrouchingCover"); \ +static_assert(sizeof(SBZCoverPoint_IsCrouchingCover) == 0x000001, "Wrong size on SBZCoverPoint_IsCrouchingCover"); \ +static_assert(offsetof(SBZCoverPoint_IsCrouchingCover, ReturnValue) == 0x000000, "Member 'SBZCoverPoint_IsCrouchingCover::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPoint_IsFree \ +static_assert(alignof(SBZCoverPoint_IsFree) == 0x000008, "Wrong alignment on SBZCoverPoint_IsFree"); \ +static_assert(sizeof(SBZCoverPoint_IsFree) == 0x000010, "Wrong size on SBZCoverPoint_IsFree"); \ +static_assert(offsetof(SBZCoverPoint_IsFree, ForActor) == 0x000000, "Member 'SBZCoverPoint_IsFree::ForActor' has a wrong offset!"); \ +static_assert(offsetof(SBZCoverPoint_IsFree, ReturnValue) == 0x000008, "Member 'SBZCoverPoint_IsFree::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPoint_IsLowCover \ +static_assert(alignof(SBZCoverPoint_IsLowCover) == 0x000001, "Wrong alignment on SBZCoverPoint_IsLowCover"); \ +static_assert(sizeof(SBZCoverPoint_IsLowCover) == 0x000001, "Wrong size on SBZCoverPoint_IsLowCover"); \ +static_assert(offsetof(SBZCoverPoint_IsLowCover, ReturnValue) == 0x000000, "Member 'SBZCoverPoint_IsLowCover::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPoint_IsOccupied \ +static_assert(alignof(SBZCoverPoint_IsOccupied) == 0x000001, "Wrong alignment on SBZCoverPoint_IsOccupied"); \ +static_assert(sizeof(SBZCoverPoint_IsOccupied) == 0x000001, "Wrong size on SBZCoverPoint_IsOccupied"); \ +static_assert(offsetof(SBZCoverPoint_IsOccupied, ReturnValue) == 0x000000, "Member 'SBZCoverPoint_IsOccupied::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPoint_IsRegistered \ +static_assert(alignof(SBZCoverPoint_IsRegistered) == 0x000001, "Wrong alignment on SBZCoverPoint_IsRegistered"); \ +static_assert(sizeof(SBZCoverPoint_IsRegistered) == 0x000001, "Wrong size on SBZCoverPoint_IsRegistered"); \ +static_assert(offsetof(SBZCoverPoint_IsRegistered, ReturnValue) == 0x000000, "Member 'SBZCoverPoint_IsRegistered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPoint_IsReserved \ +static_assert(alignof(SBZCoverPoint_IsReserved) == 0x000008, "Wrong alignment on SBZCoverPoint_IsReserved"); \ +static_assert(sizeof(SBZCoverPoint_IsReserved) == 0x000010, "Wrong size on SBZCoverPoint_IsReserved"); \ +static_assert(offsetof(SBZCoverPoint_IsReserved, ForActor) == 0x000000, "Member 'SBZCoverPoint_IsReserved::ForActor' has a wrong offset!"); \ +static_assert(offsetof(SBZCoverPoint_IsReserved, ReturnValue) == 0x000008, "Member 'SBZCoverPoint_IsReserved::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCoverPoint_IsStandingCover \ +static_assert(alignof(SBZCoverPoint_IsStandingCover) == 0x000001, "Wrong alignment on SBZCoverPoint_IsStandingCover"); \ +static_assert(sizeof(SBZCoverPoint_IsStandingCover) == 0x000001, "Wrong size on SBZCoverPoint_IsStandingCover"); \ +static_assert(offsetof(SBZCoverPoint_IsStandingCover, ReturnValue) == 0x000000, "Member 'SBZCoverPoint_IsStandingCover::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZCoverPoint \ +static_assert(alignof(ASBZCoverPoint) == 0x000008, "Wrong alignment on ASBZCoverPoint"); \ +static_assert(sizeof(ASBZCoverPoint) == 0x000460, "Wrong size on ASBZCoverPoint"); \ +static_assert(offsetof(ASBZCoverPoint, LinkedCoverPoints) == 0x0002B8, "Member 'ASBZCoverPoint::LinkedCoverPoints' has a wrong offset!"); \ +static_assert(offsetof(ASBZCoverPoint, ManualLinks) == 0x0002C8, "Member 'ASBZCoverPoint::ManualLinks' has a wrong offset!"); \ +static_assert(offsetof(ASBZCoverPoint, BlockingCollision) == 0x0002D8, "Member 'ASBZCoverPoint::BlockingCollision' has a wrong offset!"); \ +static_assert(offsetof(ASBZCoverPoint, AIVisibilityPayload) == 0x0002F0, "Member 'ASBZCoverPoint::AIVisibilityPayload' has a wrong offset!"); \ +static_assert(offsetof(ASBZCoverPoint, AIVisibilityNode) == 0x000360, "Member 'ASBZCoverPoint::AIVisibilityNode' has a wrong offset!"); \ +static_assert(offsetof(ASBZCoverPoint, AIVisibilityNodeComputationFrequency) == 0x000370, "Member 'ASBZCoverPoint::AIVisibilityNodeComputationFrequency' has a wrong offset!"); \ +static_assert(offsetof(ASBZCoverPoint, LinkRadius) == 0x00037C, "Member 'ASBZCoverPoint::LinkRadius' has a wrong offset!"); \ +static_assert(offsetof(ASBZCoverPoint, BlockingActors) == 0x0003A0, "Member 'ASBZCoverPoint::BlockingActors' has a wrong offset!"); \ +static_assert(offsetof(ASBZCoverPoint, OverlappingActors) == 0x0003F0, "Member 'ASBZCoverPoint::OverlappingActors' has a wrong offset!"); \ +static_assert(offsetof(ASBZCoverPoint, ShootingPointsVisibilityInfo) == 0x000440, "Member 'ASBZCoverPoint::ShootingPointsVisibilityInfo' has a wrong offset!"); \ +static_assert(offsetof(ASBZCoverPoint, CurrentRoom) == 0x000450, "Member 'ASBZCoverPoint::CurrentRoom' has a wrong offset!"); \ +static_assert(offsetof(ASBZCoverPoint, ValidShootingPoints) == 0x000458, "Member 'ASBZCoverPoint::ValidShootingPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZCoverPointContainerInterface \ +static_assert(alignof(ISBZCoverPointContainerInterface) == 0x000001, "Wrong alignment on ISBZCoverPointContainerInterface"); \ +static_assert(sizeof(ISBZCoverPointContainerInterface) == 0x000001, "Wrong size on ISBZCoverPointContainerInterface"); \ + +#define DUMPER7_ASSERTS_USBZPlaceableSentryData \ +static_assert(alignof(USBZPlaceableSentryData) == 0x000010, "Wrong alignment on USBZPlaceableSentryData"); \ +static_assert(sizeof(USBZPlaceableSentryData) == 0x000420, "Wrong size on USBZPlaceableSentryData"); \ + +#define DUMPER7_ASSERTS_USBZPlayerTasedUncontrolledAbility \ +static_assert(alignof(USBZPlayerTasedUncontrolledAbility) == 0x000008, "Wrong alignment on USBZPlayerTasedUncontrolledAbility"); \ +static_assert(sizeof(USBZPlayerTasedUncontrolledAbility) == 0x000530, "Wrong size on USBZPlayerTasedUncontrolledAbility"); \ + +#define DUMPER7_ASSERTS_ISBZCrewStateInterface \ +static_assert(alignof(ISBZCrewStateInterface) == 0x000001, "Wrong alignment on ISBZCrewStateInterface"); \ +static_assert(sizeof(ISBZCrewStateInterface) == 0x000001, "Wrong size on ISBZCrewStateInterface"); \ + +#define DUMPER7_ASSERTS_SBZGameInstance_GetBranch \ +static_assert(alignof(SBZGameInstance_GetBranch) == 0x000008, "Wrong alignment on SBZGameInstance_GetBranch"); \ +static_assert(sizeof(SBZGameInstance_GetBranch) == 0x000010, "Wrong size on SBZGameInstance_GetBranch"); \ +static_assert(offsetof(SBZGameInstance_GetBranch, ReturnValue) == 0x000000, "Member 'SBZGameInstance_GetBranch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameInstance_GetBuiltFromChangelist \ +static_assert(alignof(SBZGameInstance_GetBuiltFromChangelist) == 0x000008, "Wrong alignment on SBZGameInstance_GetBuiltFromChangelist"); \ +static_assert(sizeof(SBZGameInstance_GetBuiltFromChangelist) == 0x000010, "Wrong size on SBZGameInstance_GetBuiltFromChangelist"); \ +static_assert(offsetof(SBZGameInstance_GetBuiltFromChangelist, ReturnValue) == 0x000000, "Member 'SBZGameInstance_GetBuiltFromChangelist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameInstance_HandleGameStateEntered \ +static_assert(alignof(SBZGameInstance_HandleGameStateEntered) == 0x000004, "Wrong alignment on SBZGameInstance_HandleGameStateEntered"); \ +static_assert(sizeof(SBZGameInstance_HandleGameStateEntered) == 0x00000C, "Wrong size on SBZGameInstance_HandleGameStateEntered"); \ +static_assert(offsetof(SBZGameInstance_HandleGameStateEntered, StateName) == 0x000000, "Member 'SBZGameInstance_HandleGameStateEntered::StateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameInstance_OnFindReplaysComplete \ +static_assert(alignof(SBZGameInstance_OnFindReplaysComplete) == 0x000008, "Wrong alignment on SBZGameInstance_OnFindReplaysComplete"); \ +static_assert(sizeof(SBZGameInstance_OnFindReplaysComplete) == 0x000010, "Wrong size on SBZGameInstance_OnFindReplaysComplete"); \ +static_assert(offsetof(SBZGameInstance_OnFindReplaysComplete, Replays) == 0x000000, "Member 'SBZGameInstance_OnFindReplaysComplete::Replays' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameInstance_SetDifficulty \ +static_assert(alignof(SBZGameInstance_SetDifficulty) == 0x000001, "Wrong alignment on SBZGameInstance_SetDifficulty"); \ +static_assert(sizeof(SBZGameInstance_SetDifficulty) == 0x000001, "Wrong size on SBZGameInstance_SetDifficulty"); \ +static_assert(offsetof(SBZGameInstance_SetDifficulty, InDifficulty) == 0x000000, "Member 'SBZGameInstance_SetDifficulty::InDifficulty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameInstance_GetDifficulty \ +static_assert(alignof(SBZGameInstance_GetDifficulty) == 0x000001, "Wrong alignment on SBZGameInstance_GetDifficulty"); \ +static_assert(sizeof(SBZGameInstance_GetDifficulty) == 0x000001, "Wrong size on SBZGameInstance_GetDifficulty"); \ +static_assert(offsetof(SBZGameInstance_GetDifficulty, ReturnValue) == 0x000000, "Member 'SBZGameInstance_GetDifficulty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameInstance_GetGlobalItemDatabase \ +static_assert(alignof(SBZGameInstance_GetGlobalItemDatabase) == 0x000008, "Wrong alignment on SBZGameInstance_GetGlobalItemDatabase"); \ +static_assert(sizeof(SBZGameInstance_GetGlobalItemDatabase) == 0x000008, "Wrong size on SBZGameInstance_GetGlobalItemDatabase"); \ +static_assert(offsetof(SBZGameInstance_GetGlobalItemDatabase, ReturnValue) == 0x000000, "Member 'SBZGameInstance_GetGlobalItemDatabase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameInstance_GetPlatformUserManager \ +static_assert(alignof(SBZGameInstance_GetPlatformUserManager) == 0x000008, "Wrong alignment on SBZGameInstance_GetPlatformUserManager"); \ +static_assert(sizeof(SBZGameInstance_GetPlatformUserManager) == 0x000008, "Wrong size on SBZGameInstance_GetPlatformUserManager"); \ +static_assert(offsetof(SBZGameInstance_GetPlatformUserManager, ReturnValue) == 0x000000, "Member 'SBZGameInstance_GetPlatformUserManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameInstance_GetReplayManager \ +static_assert(alignof(SBZGameInstance_GetReplayManager) == 0x000008, "Wrong alignment on SBZGameInstance_GetReplayManager"); \ +static_assert(sizeof(SBZGameInstance_GetReplayManager) == 0x000008, "Wrong size on SBZGameInstance_GetReplayManager"); \ +static_assert(offsetof(SBZGameInstance_GetReplayManager, ReturnValue) == 0x000000, "Member 'SBZGameInstance_GetReplayManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameInstance_GetSaveManager \ +static_assert(alignof(SBZGameInstance_GetSaveManager) == 0x000008, "Wrong alignment on SBZGameInstance_GetSaveManager"); \ +static_assert(sizeof(SBZGameInstance_GetSaveManager) == 0x000008, "Wrong size on SBZGameInstance_GetSaveManager"); \ +static_assert(offsetof(SBZGameInstance_GetSaveManager, ReturnValue) == 0x000000, "Member 'SBZGameInstance_GetSaveManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameInstance_GetTimeEventManager \ +static_assert(alignof(SBZGameInstance_GetTimeEventManager) == 0x000008, "Wrong alignment on SBZGameInstance_GetTimeEventManager"); \ +static_assert(sizeof(SBZGameInstance_GetTimeEventManager) == 0x000008, "Wrong size on SBZGameInstance_GetTimeEventManager"); \ +static_assert(offsetof(SBZGameInstance_GetTimeEventManager, ReturnValue) == 0x000000, "Member 'SBZGameInstance_GetTimeEventManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGameInstance \ +static_assert(alignof(USBZGameInstance) == 0x000008, "Wrong alignment on USBZGameInstance"); \ +static_assert(sizeof(USBZGameInstance) == 0x0005E0, "Wrong size on USBZGameInstance"); \ +static_assert(offsetof(USBZGameInstance, GameEventBroker) == 0x0001B8, "Member 'USBZGameInstance::GameEventBroker' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, OnlineEventBroker) == 0x0001C0, "Member 'USBZGameInstance::OnlineEventBroker' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, MaskMouldSlot) == 0x0001C8, "Member 'USBZGameInstance::MaskMouldSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, MatchmakingProvider) == 0x0001D0, "Member 'USBZGameInstance::MatchmakingProvider' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, HostingProvider) == 0x0001D1, "Member 'USBZGameInstance::HostingProvider' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, WwiseInitBank) == 0x0001E8, "Member 'USBZGameInstance::WwiseInitBank' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, MusicManagerClass) == 0x0001F0, "Member 'USBZGameInstance::MusicManagerClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, MotionManagerClass) == 0x0001F8, "Member 'USBZGameInstance::MotionManagerClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, VolumeManagerClass) == 0x000200, "Member 'USBZGameInstance::VolumeManagerClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, GamepadBindingsManagerClass) == 0x000208, "Member 'USBZGameInstance::GamepadBindingsManagerClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, ListenerManagerClass) == 0x000210, "Member 'USBZGameInstance::ListenerManagerClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, SoundEnvironmentManagerClass) == 0x000218, "Member 'USBZGameInstance::SoundEnvironmentManagerClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, SkillManagerClass) == 0x000220, "Member 'USBZGameInstance::SkillManagerClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, InfamyManagerClass) == 0x000228, "Member 'USBZGameInstance::InfamyManagerClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, ChallengeManagerClass) == 0x000230, "Member 'USBZGameInstance::ChallengeManagerClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, ChallengeCategoryManagerClass) == 0x000238, "Member 'USBZGameInstance::ChallengeCategoryManagerClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, DSChallengeManagerClass) == 0x000240, "Member 'USBZGameInstance::DSChallengeManagerClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, ServerStatusManagerClass) == 0x000248, "Member 'USBZGameInstance::ServerStatusManagerClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, UIManagerClass) == 0x000250, "Member 'USBZGameInstance::UIManagerClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, GlobalItemDatabaseClass) == 0x000258, "Member 'USBZGameInstance::GlobalItemDatabaseClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, GlobalQuickStartItemDatabaseClass) == 0x000260, "Member 'USBZGameInstance::GlobalQuickStartItemDatabaseClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, ChromaSensaIdleAnimationEffect) == 0x000268, "Member 'USBZGameInstance::ChromaSensaIdleAnimationEffect' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, GameStateMachine) == 0x000270, "Member 'USBZGameInstance::GameStateMachine' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, FramerateLimitOutOfFocus) == 0x000278, "Member 'USBZGameInstance::FramerateLimitOutOfFocus' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, BuildNumber) == 0x00028C, "Member 'USBZGameInstance::BuildNumber' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, SaveManager) == 0x0002A0, "Member 'USBZGameInstance::SaveManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, SettingsMenuManager) == 0x0002A8, "Member 'USBZGameInstance::SettingsMenuManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, WeaponConfigManager) == 0x0002B0, "Member 'USBZGameInstance::WeaponConfigManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, ArmorManager) == 0x0002B8, "Member 'USBZGameInstance::ArmorManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, WeaponCosmeticsManager) == 0x0002C0, "Member 'USBZGameInstance::WeaponCosmeticsManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, WeaponProgressionManager) == 0x0002C8, "Member 'USBZGameInstance::WeaponProgressionManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, AssetDatabaseManager) == 0x0002D0, "Member 'USBZGameInstance::AssetDatabaseManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, StoreManager) == 0x0002D8, "Member 'USBZGameInstance::StoreManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, InventoryManager) == 0x0002E0, "Member 'USBZGameInstance::InventoryManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, PlayerStatisticsManager) == 0x0002E8, "Member 'USBZGameInstance::PlayerStatisticsManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, LoadoutManager) == 0x0002F0, "Member 'USBZGameInstance::LoadoutManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, MusicManager) == 0x0002F8, "Member 'USBZGameInstance::MusicManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, VolumeManager) == 0x000300, "Member 'USBZGameInstance::VolumeManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, MotionManager) == 0x000308, "Member 'USBZGameInstance::MotionManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, GamepadBindingsManager) == 0x000310, "Member 'USBZGameInstance::GamepadBindingsManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, ListenerManager) == 0x000318, "Member 'USBZGameInstance::ListenerManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, SoundEnvironmentManager) == 0x000320, "Member 'USBZGameInstance::SoundEnvironmentManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, AccelByteUser) == 0x000328, "Member 'USBZGameInstance::AccelByteUser' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, ChallengeManager) == 0x000330, "Member 'USBZGameInstance::ChallengeManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, DSChallengeManager) == 0x000338, "Member 'USBZGameInstance::DSChallengeManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, ChallengeCategoryManager) == 0x000340, "Member 'USBZGameInstance::ChallengeCategoryManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, ServerStatusManager) == 0x000348, "Member 'USBZGameInstance::ServerStatusManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, UIManager) == 0x000350, "Member 'USBZGameInstance::UIManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, AnalyticsManager) == 0x000358, "Member 'USBZGameInstance::AnalyticsManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, WorldLoader) == 0x000360, "Member 'USBZGameInstance::WorldLoader' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, ReplayManager) == 0x000368, "Member 'USBZGameInstance::ReplayManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, SafeHouseManager) == 0x000370, "Member 'USBZGameInstance::SafeHouseManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, GlobalItemDatabase) == 0x000378, "Member 'USBZGameInstance::GlobalItemDatabase' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, CharacterManager) == 0x000380, "Member 'USBZGameInstance::CharacterManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, CurrencyManager) == 0x000388, "Member 'USBZGameInstance::CurrencyManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, ExperienceManager) == 0x000390, "Member 'USBZGameInstance::ExperienceManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, InstantLootManager) == 0x000398, "Member 'USBZGameInstance::InstantLootManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, LoadProgressionManager) == 0x0003A0, "Member 'USBZGameInstance::LoadProgressionManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, QuestManager) == 0x0003A8, "Member 'USBZGameInstance::QuestManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, InfamyManager) == 0x0003B0, "Member 'USBZGameInstance::InfamyManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, SkillManager) == 0x0003B8, "Member 'USBZGameInstance::SkillManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, PreplanningAssetManager) == 0x0003C0, "Member 'USBZGameInstance::PreplanningAssetManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, AchievementManager) == 0x0003C8, "Member 'USBZGameInstance::AchievementManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, TimeEventManager) == 0x0003D0, "Member 'USBZGameInstance::TimeEventManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, AccelByteNetworkPoll) == 0x0003D8, "Member 'USBZGameInstance::AccelByteNetworkPoll' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, ItemProgressionManager) == 0x0003E0, "Member 'USBZGameInstance::ItemProgressionManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, BanPlayerManager) == 0x0003E8, "Member 'USBZGameInstance::BanPlayerManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, UE4StatsProfiler) == 0x0003F0, "Member 'USBZGameInstance::UE4StatsProfiler' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, GameplayManager) == 0x0003F8, "Member 'USBZGameInstance::GameplayManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, PartyMemberDataManager) == 0x000400, "Member 'USBZGameInstance::PartyMemberDataManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, FGRLManager) == 0x000408, "Member 'USBZGameInstance::FGRLManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, LazyLoadingManager) == 0x000410, "Member 'USBZGameInstance::LazyLoadingManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, UserManager) == 0x000418, "Member 'USBZGameInstance::UserManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, RequestFeedbackManager) == 0x000420, "Member 'USBZGameInstance::RequestFeedbackManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, PlatformUserManager) == 0x000428, "Member 'USBZGameInstance::PlatformUserManager' has a wrong offset!"); \ +static_assert(offsetof(USBZGameInstance, MetaDataLoader) == 0x000430, "Member 'USBZGameInstance::MetaDataLoader' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCrouchedNotifyState \ +static_assert(alignof(USBZCrouchedNotifyState) == 0x000008, "Wrong alignment on USBZCrouchedNotifyState"); \ +static_assert(sizeof(USBZCrouchedNotifyState) == 0x000038, "Wrong size on USBZCrouchedNotifyState"); \ + +#define DUMPER7_ASSERTS_USBZCrouchNotify \ +static_assert(alignof(USBZCrouchNotify) == 0x000008, "Wrong alignment on USBZCrouchNotify"); \ +static_assert(sizeof(USBZCrouchNotify) == 0x000048, "Wrong size on USBZCrouchNotify"); \ +static_assert(offsetof(USBZCrouchNotify, bCrouched) == 0x000040, "Member 'USBZCrouchNotify::bCrouched' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCrowdManager \ +static_assert(alignof(USBZCrowdManager) == 0x000008, "Wrong alignment on USBZCrowdManager"); \ +static_assert(sizeof(USBZCrowdManager) == 0x000148, "Wrong size on USBZCrowdManager"); \ + +#define DUMPER7_ASSERTS_USBZMaskPreconfigDatabase \ +static_assert(alignof(USBZMaskPreconfigDatabase) == 0x000008, "Wrong alignment on USBZMaskPreconfigDatabase"); \ +static_assert(sizeof(USBZMaskPreconfigDatabase) == 0x000048, "Wrong size on USBZMaskPreconfigDatabase"); \ +static_assert(offsetof(USBZMaskPreconfigDatabase, MaskPreconfigArray) == 0x000038, "Member 'USBZMaskPreconfigDatabase::MaskPreconfigArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCuffedAbility \ +static_assert(alignof(USBZCuffedAbility) == 0x000008, "Wrong alignment on USBZCuffedAbility"); \ +static_assert(sizeof(USBZCuffedAbility) == 0x0004D8, "Wrong size on USBZCuffedAbility"); \ + +#define DUMPER7_ASSERTS_USBZToolVisibleNotify \ +static_assert(alignof(USBZToolVisibleNotify) == 0x000008, "Wrong alignment on USBZToolVisibleNotify"); \ +static_assert(sizeof(USBZToolVisibleNotify) == 0x000040, "Wrong size on USBZToolVisibleNotify"); \ + +#define DUMPER7_ASSERTS_USBZInteractFirstAidKitRequirement \ +static_assert(alignof(USBZInteractFirstAidKitRequirement) == 0x000008, "Wrong alignment on USBZInteractFirstAidKitRequirement"); \ +static_assert(sizeof(USBZInteractFirstAidKitRequirement) == 0x000030, "Wrong size on USBZInteractFirstAidKitRequirement"); \ + +#define DUMPER7_ASSERTS_USBZCurrencyHelper \ +static_assert(alignof(USBZCurrencyHelper) == 0x000008, "Wrong alignment on USBZCurrencyHelper"); \ +static_assert(sizeof(USBZCurrencyHelper) == 0x000030, "Wrong size on USBZCurrencyHelper"); \ + +#define DUMPER7_ASSERTS_SBZCurrencyWidget_OnAffordedChanged \ +static_assert(alignof(SBZCurrencyWidget_OnAffordedChanged) == 0x000001, "Wrong alignment on SBZCurrencyWidget_OnAffordedChanged"); \ +static_assert(sizeof(SBZCurrencyWidget_OnAffordedChanged) == 0x000002, "Wrong size on SBZCurrencyWidget_OnAffordedChanged"); \ +static_assert(offsetof(SBZCurrencyWidget_OnAffordedChanged, bInIsAfforded) == 0x000000, "Member 'SBZCurrencyWidget_OnAffordedChanged::bInIsAfforded' has a wrong offset!"); \ +static_assert(offsetof(SBZCurrencyWidget_OnAffordedChanged, bIsInitial) == 0x000001, "Member 'SBZCurrencyWidget_OnAffordedChanged::bIsInitial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCurrencyWidget_OnCurrencyTypeChanged \ +static_assert(alignof(SBZCurrencyWidget_OnCurrencyTypeChanged) == 0x000001, "Wrong alignment on SBZCurrencyWidget_OnCurrencyTypeChanged"); \ +static_assert(sizeof(SBZCurrencyWidget_OnCurrencyTypeChanged) == 0x000002, "Wrong size on SBZCurrencyWidget_OnCurrencyTypeChanged"); \ +static_assert(offsetof(SBZCurrencyWidget_OnCurrencyTypeChanged, InCurrencyType) == 0x000000, "Member 'SBZCurrencyWidget_OnCurrencyTypeChanged::InCurrencyType' has a wrong offset!"); \ +static_assert(offsetof(SBZCurrencyWidget_OnCurrencyTypeChanged, bIsInitial) == 0x000001, "Member 'SBZCurrencyWidget_OnCurrencyTypeChanged::bIsInitial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCurrencyWidget_OnCurrencyValueChanged \ +static_assert(alignof(SBZCurrencyWidget_OnCurrencyValueChanged) == 0x000008, "Wrong alignment on SBZCurrencyWidget_OnCurrencyValueChanged"); \ +static_assert(sizeof(SBZCurrencyWidget_OnCurrencyValueChanged) == 0x000010, "Wrong size on SBZCurrencyWidget_OnCurrencyValueChanged"); \ +static_assert(offsetof(SBZCurrencyWidget_OnCurrencyValueChanged, NewValue) == 0x000000, "Member 'SBZCurrencyWidget_OnCurrencyValueChanged::NewValue' has a wrong offset!"); \ +static_assert(offsetof(SBZCurrencyWidget_OnCurrencyValueChanged, bIsInitial) == 0x000008, "Member 'SBZCurrencyWidget_OnCurrencyValueChanged::bIsInitial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCurrencyWidget_SetCurrencyType \ +static_assert(alignof(SBZCurrencyWidget_SetCurrencyType) == 0x000001, "Wrong alignment on SBZCurrencyWidget_SetCurrencyType"); \ +static_assert(sizeof(SBZCurrencyWidget_SetCurrencyType) == 0x000001, "Wrong size on SBZCurrencyWidget_SetCurrencyType"); \ +static_assert(offsetof(SBZCurrencyWidget_SetCurrencyType, InCurrencyType) == 0x000000, "Member 'SBZCurrencyWidget_SetCurrencyType::InCurrencyType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCurrencyWidget_SetCurrencyValue \ +static_assert(alignof(SBZCurrencyWidget_SetCurrencyValue) == 0x000008, "Wrong alignment on SBZCurrencyWidget_SetCurrencyValue"); \ +static_assert(sizeof(SBZCurrencyWidget_SetCurrencyValue) == 0x000008, "Wrong size on SBZCurrencyWidget_SetCurrencyValue"); \ +static_assert(offsetof(SBZCurrencyWidget_SetCurrencyValue, InValue) == 0x000000, "Member 'SBZCurrencyWidget_SetCurrencyValue::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCurrencyWidget \ +static_assert(alignof(USBZCurrencyWidget) == 0x000008, "Wrong alignment on USBZCurrencyWidget"); \ +static_assert(sizeof(USBZCurrencyWidget) == 0x0002A8, "Wrong size on USBZCurrencyWidget"); \ +static_assert(offsetof(USBZCurrencyWidget, CurrencyType) == 0x000290, "Member 'USBZCurrencyWidget::CurrencyType' has a wrong offset!"); \ +static_assert(offsetof(USBZCurrencyWidget, CurrencyValue) == 0x000298, "Member 'USBZCurrencyWidget::CurrencyValue' has a wrong offset!"); \ +static_assert(offsetof(USBZCurrencyWidget, bIsOwnerCurrency) == 0x0002A0, "Member 'USBZCurrencyWidget::bIsOwnerCurrency' has a wrong offset!"); \ +static_assert(offsetof(USBZCurrencyWidget, bIsAffordedChecked) == 0x0002A1, "Member 'USBZCurrencyWidget::bIsAffordedChecked' has a wrong offset!"); \ +static_assert(offsetof(USBZCurrencyWidget, bIsAfforded) == 0x0002A2, "Member 'USBZCurrencyWidget::bIsAfforded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlaceToolAbility \ +static_assert(alignof(USBZPlaceToolAbility) == 0x000010, "Wrong alignment on USBZPlaceToolAbility"); \ +static_assert(sizeof(USBZPlaceToolAbility) == 0x000560, "Wrong size on USBZPlaceToolAbility"); \ +static_assert(offsetof(USBZPlaceToolAbility, OwnerCharacter) == 0x0004D8, "Member 'USBZPlaceToolAbility::OwnerCharacter' has a wrong offset!"); \ +static_assert(offsetof(USBZPlaceToolAbility, PlaceableTool) == 0x0004E0, "Member 'USBZPlaceToolAbility::PlaceableTool' has a wrong offset!"); \ +static_assert(offsetof(USBZPlaceToolAbility, GhostTool) == 0x0004E8, "Member 'USBZPlaceToolAbility::GhostTool' has a wrong offset!"); \ +static_assert(offsetof(USBZPlaceToolAbility, AttachParent) == 0x0004F0, "Member 'USBZPlaceToolAbility::AttachParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlaceSensorToolAbility \ +static_assert(alignof(USBZPlaceSensorToolAbility) == 0x000010, "Wrong alignment on USBZPlaceSensorToolAbility"); \ +static_assert(sizeof(USBZPlaceSensorToolAbility) == 0x000560, "Wrong size on USBZPlaceSensorToolAbility"); \ + +#define DUMPER7_ASSERTS_USBZOverskillHET5Beige \ +static_assert(alignof(USBZOverskillHET5Beige) == 0x000008, "Wrong alignment on USBZOverskillHET5Beige"); \ +static_assert(sizeof(USBZOverskillHET5Beige) == 0x000230, "Wrong size on USBZOverskillHET5Beige"); \ + +#define DUMPER7_ASSERTS_SBZCustomizableSuitMeshComponent_SetSuitConfig \ +static_assert(alignof(SBZCustomizableSuitMeshComponent_SetSuitConfig) == 0x000008, "Wrong alignment on SBZCustomizableSuitMeshComponent_SetSuitConfig"); \ +static_assert(sizeof(SBZCustomizableSuitMeshComponent_SetSuitConfig) == 0x000028, "Wrong size on SBZCustomizableSuitMeshComponent_SetSuitConfig"); \ +static_assert(offsetof(SBZCustomizableSuitMeshComponent_SetSuitConfig, Config) == 0x000000, "Member 'SBZCustomizableSuitMeshComponent_SetSuitConfig::Config' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCustomizableSuitMeshComponent \ +static_assert(alignof(USBZCustomizableSuitMeshComponent) == 0x000010, "Wrong alignment on USBZCustomizableSuitMeshComponent"); \ +static_assert(sizeof(USBZCustomizableSuitMeshComponent) == 0x001040, "Wrong size on USBZCustomizableSuitMeshComponent"); \ +static_assert(offsetof(USBZCustomizableSuitMeshComponent, SuitConfig) == 0x000FD8, "Member 'USBZCustomizableSuitMeshComponent::SuitConfig' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizableSuitMeshComponent, BodyMeshComponent) == 0x001018, "Member 'USBZCustomizableSuitMeshComponent::BodyMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizableSuitMeshComponent, SizeCategory) == 0x001020, "Member 'USBZCustomizableSuitMeshComponent::SizeCategory' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizableSuitMeshComponent, CapsuleShadowingData) == 0x001028, "Member 'USBZCustomizableSuitMeshComponent::CapsuleShadowingData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationLibrary_ApplyAllCosmeticPartsFromPreviewOnMask \ +static_assert(alignof(SBZCustomizationLibrary_ApplyAllCosmeticPartsFromPreviewOnMask) == 0x000004, "Wrong alignment on SBZCustomizationLibrary_ApplyAllCosmeticPartsFromPreviewOnMask"); \ +static_assert(sizeof(SBZCustomizationLibrary_ApplyAllCosmeticPartsFromPreviewOnMask) == 0x000004, "Wrong size on SBZCustomizationLibrary_ApplyAllCosmeticPartsFromPreviewOnMask"); \ +static_assert(offsetof(SBZCustomizationLibrary_ApplyAllCosmeticPartsFromPreviewOnMask, SlotIndex) == 0x000000, "Member 'SBZCustomizationLibrary_ApplyAllCosmeticPartsFromPreviewOnMask::SlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationLibrary_ApplyAllCosmeticPartsFromPreviewOnSuit \ +static_assert(alignof(SBZCustomizationLibrary_ApplyAllCosmeticPartsFromPreviewOnSuit) == 0x000004, "Wrong alignment on SBZCustomizationLibrary_ApplyAllCosmeticPartsFromPreviewOnSuit"); \ +static_assert(sizeof(SBZCustomizationLibrary_ApplyAllCosmeticPartsFromPreviewOnSuit) == 0x000004, "Wrong size on SBZCustomizationLibrary_ApplyAllCosmeticPartsFromPreviewOnSuit"); \ +static_assert(offsetof(SBZCustomizationLibrary_ApplyAllCosmeticPartsFromPreviewOnSuit, SlotIndex) == 0x000000, "Member 'SBZCustomizationLibrary_ApplyAllCosmeticPartsFromPreviewOnSuit::SlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationLibrary_ApplyCosmeticPartOnMask \ +static_assert(alignof(SBZCustomizationLibrary_ApplyCosmeticPartOnMask) == 0x000008, "Wrong alignment on SBZCustomizationLibrary_ApplyCosmeticPartOnMask"); \ +static_assert(sizeof(SBZCustomizationLibrary_ApplyCosmeticPartOnMask) == 0x000020, "Wrong size on SBZCustomizationLibrary_ApplyCosmeticPartOnMask"); \ +static_assert(offsetof(SBZCustomizationLibrary_ApplyCosmeticPartOnMask, SlotIndex) == 0x000000, "Member 'SBZCustomizationLibrary_ApplyCosmeticPartOnMask::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCustomizationLibrary_ApplyCosmeticPartOnMask, CosmeticsPartSlot) == 0x000008, "Member 'SBZCustomizationLibrary_ApplyCosmeticPartOnMask::CosmeticsPartSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZCustomizationLibrary_ApplyCosmeticPartOnMask, MaskPartConfigGroup) == 0x000010, "Member 'SBZCustomizationLibrary_ApplyCosmeticPartOnMask::MaskPartConfigGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationLibrary_GetCustomizationManager \ +static_assert(alignof(SBZCustomizationLibrary_GetCustomizationManager) == 0x000008, "Wrong alignment on SBZCustomizationLibrary_GetCustomizationManager"); \ +static_assert(sizeof(SBZCustomizationLibrary_GetCustomizationManager) == 0x000008, "Wrong size on SBZCustomizationLibrary_GetCustomizationManager"); \ +static_assert(offsetof(SBZCustomizationLibrary_GetCustomizationManager, ReturnValue) == 0x000000, "Member 'SBZCustomizationLibrary_GetCustomizationManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationLibrary_GetGlobalMaskPreviewActor \ +static_assert(alignof(SBZCustomizationLibrary_GetGlobalMaskPreviewActor) == 0x000008, "Wrong alignment on SBZCustomizationLibrary_GetGlobalMaskPreviewActor"); \ +static_assert(sizeof(SBZCustomizationLibrary_GetGlobalMaskPreviewActor) == 0x000008, "Wrong size on SBZCustomizationLibrary_GetGlobalMaskPreviewActor"); \ +static_assert(offsetof(SBZCustomizationLibrary_GetGlobalMaskPreviewActor, ReturnValue) == 0x000000, "Member 'SBZCustomizationLibrary_GetGlobalMaskPreviewActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationLibrary_GetMainMenuMannequinCustomizableSuitComponent \ +static_assert(alignof(SBZCustomizationLibrary_GetMainMenuMannequinCustomizableSuitComponent) == 0x000008, "Wrong alignment on SBZCustomizationLibrary_GetMainMenuMannequinCustomizableSuitComponent"); \ +static_assert(sizeof(SBZCustomizationLibrary_GetMainMenuMannequinCustomizableSuitComponent) == 0x000008, "Wrong size on SBZCustomizationLibrary_GetMainMenuMannequinCustomizableSuitComponent"); \ +static_assert(offsetof(SBZCustomizationLibrary_GetMainMenuMannequinCustomizableSuitComponent, ReturnValue) == 0x000000, "Member 'SBZCustomizationLibrary_GetMainMenuMannequinCustomizableSuitComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationLibrary_GetPreviewMaskConfig \ +static_assert(alignof(SBZCustomizationLibrary_GetPreviewMaskConfig) == 0x000008, "Wrong alignment on SBZCustomizationLibrary_GetPreviewMaskConfig"); \ +static_assert(sizeof(SBZCustomizationLibrary_GetPreviewMaskConfig) == 0x000070, "Wrong size on SBZCustomizationLibrary_GetPreviewMaskConfig"); \ +static_assert(offsetof(SBZCustomizationLibrary_GetPreviewMaskConfig, ReturnValue) == 0x000000, "Member 'SBZCustomizationLibrary_GetPreviewMaskConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationLibrary_GetPreviewSuitConfig \ +static_assert(alignof(SBZCustomizationLibrary_GetPreviewSuitConfig) == 0x000008, "Wrong alignment on SBZCustomizationLibrary_GetPreviewSuitConfig"); \ +static_assert(sizeof(SBZCustomizationLibrary_GetPreviewSuitConfig) == 0x000028, "Wrong size on SBZCustomizationLibrary_GetPreviewSuitConfig"); \ +static_assert(offsetof(SBZCustomizationLibrary_GetPreviewSuitConfig, ReturnValue) == 0x000000, "Member 'SBZCustomizationLibrary_GetPreviewSuitConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationLibrary_GetPreviewSuitCosmeticDataAsset \ +static_assert(alignof(SBZCustomizationLibrary_GetPreviewSuitCosmeticDataAsset) == 0x000008, "Wrong alignment on SBZCustomizationLibrary_GetPreviewSuitCosmeticDataAsset"); \ +static_assert(sizeof(SBZCustomizationLibrary_GetPreviewSuitCosmeticDataAsset) == 0x000018, "Wrong size on SBZCustomizationLibrary_GetPreviewSuitCosmeticDataAsset"); \ +static_assert(offsetof(SBZCustomizationLibrary_GetPreviewSuitCosmeticDataAsset, Slot) == 0x000000, "Member 'SBZCustomizationLibrary_GetPreviewSuitCosmeticDataAsset::Slot' has a wrong offset!"); \ +static_assert(offsetof(SBZCustomizationLibrary_GetPreviewSuitCosmeticDataAsset, Config) == 0x000008, "Member 'SBZCustomizationLibrary_GetPreviewSuitCosmeticDataAsset::Config' has a wrong offset!"); \ +static_assert(offsetof(SBZCustomizationLibrary_GetPreviewSuitCosmeticDataAsset, ReturnValue) == 0x000010, "Member 'SBZCustomizationLibrary_GetPreviewSuitCosmeticDataAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationLibrary_GetSuitCosmeticDataAssetFromInventorySlot \ +static_assert(alignof(SBZCustomizationLibrary_GetSuitCosmeticDataAssetFromInventorySlot) == 0x000008, "Wrong alignment on SBZCustomizationLibrary_GetSuitCosmeticDataAssetFromInventorySlot"); \ +static_assert(sizeof(SBZCustomizationLibrary_GetSuitCosmeticDataAssetFromInventorySlot) == 0x0000A0, "Wrong size on SBZCustomizationLibrary_GetSuitCosmeticDataAssetFromInventorySlot"); \ +static_assert(offsetof(SBZCustomizationLibrary_GetSuitCosmeticDataAssetFromInventorySlot, InventorySlot) == 0x000000, "Member 'SBZCustomizationLibrary_GetSuitCosmeticDataAssetFromInventorySlot::InventorySlot' has a wrong offset!"); \ +static_assert(offsetof(SBZCustomizationLibrary_GetSuitCosmeticDataAssetFromInventorySlot, Slot) == 0x000088, "Member 'SBZCustomizationLibrary_GetSuitCosmeticDataAssetFromInventorySlot::Slot' has a wrong offset!"); \ +static_assert(offsetof(SBZCustomizationLibrary_GetSuitCosmeticDataAssetFromInventorySlot, Config) == 0x000090, "Member 'SBZCustomizationLibrary_GetSuitCosmeticDataAssetFromInventorySlot::Config' has a wrong offset!"); \ +static_assert(offsetof(SBZCustomizationLibrary_GetSuitCosmeticDataAssetFromInventorySlot, ReturnValue) == 0x000098, "Member 'SBZCustomizationLibrary_GetSuitCosmeticDataAssetFromInventorySlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationLibrary_MaskPreviewAssetInSlot \ +static_assert(alignof(SBZCustomizationLibrary_MaskPreviewAssetInSlot) == 0x000008, "Wrong alignment on SBZCustomizationLibrary_MaskPreviewAssetInSlot"); \ +static_assert(sizeof(SBZCustomizationLibrary_MaskPreviewAssetInSlot) == 0x000018, "Wrong size on SBZCustomizationLibrary_MaskPreviewAssetInSlot"); \ +static_assert(offsetof(SBZCustomizationLibrary_MaskPreviewAssetInSlot, Slot) == 0x000000, "Member 'SBZCustomizationLibrary_MaskPreviewAssetInSlot::Slot' has a wrong offset!"); \ +static_assert(offsetof(SBZCustomizationLibrary_MaskPreviewAssetInSlot, MaskPartConfigGroup) == 0x000008, "Member 'SBZCustomizationLibrary_MaskPreviewAssetInSlot::MaskPartConfigGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationLibrary_PreviewSuitAssetInSlot \ +static_assert(alignof(SBZCustomizationLibrary_PreviewSuitAssetInSlot) == 0x000008, "Wrong alignment on SBZCustomizationLibrary_PreviewSuitAssetInSlot"); \ +static_assert(sizeof(SBZCustomizationLibrary_PreviewSuitAssetInSlot) == 0x000018, "Wrong size on SBZCustomizationLibrary_PreviewSuitAssetInSlot"); \ +static_assert(offsetof(SBZCustomizationLibrary_PreviewSuitAssetInSlot, Slot) == 0x000000, "Member 'SBZCustomizationLibrary_PreviewSuitAssetInSlot::Slot' has a wrong offset!"); \ +static_assert(offsetof(SBZCustomizationLibrary_PreviewSuitAssetInSlot, SuitPartConfigGroup) == 0x000008, "Member 'SBZCustomizationLibrary_PreviewSuitAssetInSlot::SuitPartConfigGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationLibrary_RemoveMaskPreviewAssetFromSlot \ +static_assert(alignof(SBZCustomizationLibrary_RemoveMaskPreviewAssetFromSlot) == 0x000008, "Wrong alignment on SBZCustomizationLibrary_RemoveMaskPreviewAssetFromSlot"); \ +static_assert(sizeof(SBZCustomizationLibrary_RemoveMaskPreviewAssetFromSlot) == 0x000008, "Wrong size on SBZCustomizationLibrary_RemoveMaskPreviewAssetFromSlot"); \ +static_assert(offsetof(SBZCustomizationLibrary_RemoveMaskPreviewAssetFromSlot, Slot) == 0x000000, "Member 'SBZCustomizationLibrary_RemoveMaskPreviewAssetFromSlot::Slot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationLibrary_RemoveSuitPreviewAssetFromSlot \ +static_assert(alignof(SBZCustomizationLibrary_RemoveSuitPreviewAssetFromSlot) == 0x000008, "Wrong alignment on SBZCustomizationLibrary_RemoveSuitPreviewAssetFromSlot"); \ +static_assert(sizeof(SBZCustomizationLibrary_RemoveSuitPreviewAssetFromSlot) == 0x000010, "Wrong size on SBZCustomizationLibrary_RemoveSuitPreviewAssetFromSlot"); \ +static_assert(offsetof(SBZCustomizationLibrary_RemoveSuitPreviewAssetFromSlot, InSuitPartConfig) == 0x000000, "Member 'SBZCustomizationLibrary_RemoveSuitPreviewAssetFromSlot::InSuitPartConfig' has a wrong offset!"); \ +static_assert(offsetof(SBZCustomizationLibrary_RemoveSuitPreviewAssetFromSlot, Slot) == 0x000008, "Member 'SBZCustomizationLibrary_RemoveSuitPreviewAssetFromSlot::Slot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationLibrary_SetPartInPreview \ +static_assert(alignof(SBZCustomizationLibrary_SetPartInPreview) == 0x000008, "Wrong alignment on SBZCustomizationLibrary_SetPartInPreview"); \ +static_assert(sizeof(SBZCustomizationLibrary_SetPartInPreview) == 0x000018, "Wrong size on SBZCustomizationLibrary_SetPartInPreview"); \ +static_assert(offsetof(SBZCustomizationLibrary_SetPartInPreview, InSuitPartConfig) == 0x000000, "Member 'SBZCustomizationLibrary_SetPartInPreview::InSuitPartConfig' has a wrong offset!"); \ +static_assert(offsetof(SBZCustomizationLibrary_SetPartInPreview, InCosmeticPartSlot) == 0x000008, "Member 'SBZCustomizationLibrary_SetPartInPreview::InCosmeticPartSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZCustomizationLibrary_SetPartInPreview, InCosmeticsDataAsset) == 0x000010, "Member 'SBZCustomizationLibrary_SetPartInPreview::InCosmeticsDataAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationLibrary_SetPreviewMaskConfig \ +static_assert(alignof(SBZCustomizationLibrary_SetPreviewMaskConfig) == 0x000008, "Wrong alignment on SBZCustomizationLibrary_SetPreviewMaskConfig"); \ +static_assert(sizeof(SBZCustomizationLibrary_SetPreviewMaskConfig) == 0x000070, "Wrong size on SBZCustomizationLibrary_SetPreviewMaskConfig"); \ +static_assert(offsetof(SBZCustomizationLibrary_SetPreviewMaskConfig, MaskConfig) == 0x000000, "Member 'SBZCustomizationLibrary_SetPreviewMaskConfig::MaskConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCustomizationLibrary_SetPreviewSuitConfig \ +static_assert(alignof(SBZCustomizationLibrary_SetPreviewSuitConfig) == 0x000008, "Wrong alignment on SBZCustomizationLibrary_SetPreviewSuitConfig"); \ +static_assert(sizeof(SBZCustomizationLibrary_SetPreviewSuitConfig) == 0x000028, "Wrong size on SBZCustomizationLibrary_SetPreviewSuitConfig"); \ +static_assert(offsetof(SBZCustomizationLibrary_SetPreviewSuitConfig, InSuitConfig) == 0x000000, "Member 'SBZCustomizationLibrary_SetPreviewSuitConfig::InSuitConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCustomizationLibrary \ +static_assert(alignof(USBZCustomizationLibrary) == 0x000008, "Wrong alignment on USBZCustomizationLibrary"); \ +static_assert(sizeof(USBZCustomizationLibrary) == 0x000030, "Wrong size on USBZCustomizationLibrary"); \ + +#define DUMPER7_ASSERTS_USBZCustomizationRotateComponent \ +static_assert(alignof(USBZCustomizationRotateComponent) == 0x000010, "Wrong alignment on USBZCustomizationRotateComponent"); \ +static_assert(sizeof(USBZCustomizationRotateComponent) == 0x000170, "Wrong size on USBZCustomizationRotateComponent"); \ +static_assert(offsetof(USBZCustomizationRotateComponent, bIsCameraRelative) == 0x0000C0, "Member 'USBZCustomizationRotateComponent::bIsCameraRelative' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizationRotateComponent, bIsCameraAxisSnap) == 0x0000C1, "Member 'USBZCustomizationRotateComponent::bIsCameraAxisSnap' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizationRotateComponent, CanRotateYaw) == 0x0000C2, "Member 'USBZCustomizationRotateComponent::CanRotateYaw' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizationRotateComponent, CanRotatePitch) == 0x0000C3, "Member 'USBZCustomizationRotateComponent::CanRotatePitch' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizationRotateComponent, RotationYawSpeedRate) == 0x0000C4, "Member 'USBZCustomizationRotateComponent::RotationYawSpeedRate' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizationRotateComponent, RotationYawMaxDelta) == 0x0000C8, "Member 'USBZCustomizationRotateComponent::RotationYawMaxDelta' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizationRotateComponent, RotationYawSpeedRateKeyboard) == 0x0000CC, "Member 'USBZCustomizationRotateComponent::RotationYawSpeedRateKeyboard' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizationRotateComponent, RotationYawSpeedRateStick) == 0x0000D0, "Member 'USBZCustomizationRotateComponent::RotationYawSpeedRateStick' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizationRotateComponent, RotationRollSpeedRate) == 0x0000D4, "Member 'USBZCustomizationRotateComponent::RotationRollSpeedRate' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizationRotateComponent, RotationRollMaxDelta) == 0x0000D8, "Member 'USBZCustomizationRotateComponent::RotationRollMaxDelta' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizationRotateComponent, RotationRollSpeedRateKeyboard) == 0x0000DC, "Member 'USBZCustomizationRotateComponent::RotationRollSpeedRateKeyboard' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizationRotateComponent, RotationRollSpeedRateStick) == 0x0000E0, "Member 'USBZCustomizationRotateComponent::RotationRollSpeedRateStick' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizationRotateComponent, RotationRollLimitMin) == 0x0000E4, "Member 'USBZCustomizationRotateComponent::RotationRollLimitMin' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizationRotateComponent, RotationRollLimitMax) == 0x0000E8, "Member 'USBZCustomizationRotateComponent::RotationRollLimitMax' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizationRotateComponent, RotationPitchLimitMin) == 0x0000EC, "Member 'USBZCustomizationRotateComponent::RotationPitchLimitMin' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizationRotateComponent, RotationPitchLimitMax) == 0x0000F0, "Member 'USBZCustomizationRotateComponent::RotationPitchLimitMax' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizationRotateComponent, bIsNoInputResetPitchRoll) == 0x0000F4, "Member 'USBZCustomizationRotateComponent::bIsNoInputResetPitchRoll' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizationRotateComponent, NoInputResetPitchRollDuration) == 0x0000F8, "Member 'USBZCustomizationRotateComponent::NoInputResetPitchRollDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizationRotateComponent, NoInputResetRoll) == 0x0000FC, "Member 'USBZCustomizationRotateComponent::NoInputResetRoll' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizationRotateComponent, NoInputResetPitch) == 0x000100, "Member 'USBZCustomizationRotateComponent::NoInputResetPitch' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizationRotateComponent, NoInputResetCurve) == 0x000108, "Member 'USBZCustomizationRotateComponent::NoInputResetCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizationRotateComponent, bIsNoInputYawDelta) == 0x000110, "Member 'USBZCustomizationRotateComponent::bIsNoInputYawDelta' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizationRotateComponent, NoInputYawDelta) == 0x000114, "Member 'USBZCustomizationRotateComponent::NoInputYawDelta' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizationRotateComponent, bIsTargetRotationAllowed) == 0x000118, "Member 'USBZCustomizationRotateComponent::bIsTargetRotationAllowed' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizationRotateComponent, TargetRotationDuration) == 0x00011C, "Member 'USBZCustomizationRotateComponent::TargetRotationDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZCustomizationRotateComponent, FoundController) == 0x000128, "Member 'USBZCustomizationRotateComponent::FoundController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEquippablePartCustomData \ +static_assert(alignof(USBZEquippablePartCustomData) == 0x000008, "Wrong alignment on USBZEquippablePartCustomData"); \ +static_assert(sizeof(USBZEquippablePartCustomData) == 0x000038, "Wrong size on USBZEquippablePartCustomData"); \ + +#define DUMPER7_ASSERTS_USBZDebrisImpactConfig \ +static_assert(alignof(USBZDebrisImpactConfig) == 0x000008, "Wrong alignment on USBZDebrisImpactConfig"); \ +static_assert(sizeof(USBZDebrisImpactConfig) == 0x000080, "Wrong size on USBZDebrisImpactConfig"); \ + +#define DUMPER7_ASSERTS_SBZCuttableActor_BP_OnCuttingEnabledChanged \ +static_assert(alignof(SBZCuttableActor_BP_OnCuttingEnabledChanged) == 0x000001, "Wrong alignment on SBZCuttableActor_BP_OnCuttingEnabledChanged"); \ +static_assert(sizeof(SBZCuttableActor_BP_OnCuttingEnabledChanged) == 0x000001, "Wrong size on SBZCuttableActor_BP_OnCuttingEnabledChanged"); \ +static_assert(offsetof(SBZCuttableActor_BP_OnCuttingEnabledChanged, bCuttingEnabled) == 0x000000, "Member 'SBZCuttableActor_BP_OnCuttingEnabledChanged::bCuttingEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCuttableActor_OnBoxBeginOverlap \ +static_assert(alignof(SBZCuttableActor_OnBoxBeginOverlap) == 0x000008, "Wrong alignment on SBZCuttableActor_OnBoxBeginOverlap"); \ +static_assert(sizeof(SBZCuttableActor_OnBoxBeginOverlap) == 0x0000B0, "Wrong size on SBZCuttableActor_OnBoxBeginOverlap"); \ +static_assert(offsetof(SBZCuttableActor_OnBoxBeginOverlap, OverlappedComponent) == 0x000000, "Member 'SBZCuttableActor_OnBoxBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZCuttableActor_OnBoxBeginOverlap, OtherActor) == 0x000008, "Member 'SBZCuttableActor_OnBoxBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZCuttableActor_OnBoxBeginOverlap, OtherComp) == 0x000010, "Member 'SBZCuttableActor_OnBoxBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZCuttableActor_OnBoxBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'SBZCuttableActor_OnBoxBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZCuttableActor_OnBoxBeginOverlap, bFromSweep) == 0x00001C, "Member 'SBZCuttableActor_OnBoxBeginOverlap::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(SBZCuttableActor_OnBoxBeginOverlap, SweepResult) == 0x000020, "Member 'SBZCuttableActor_OnBoxBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCuttableActor_OnBoxEndOverlap \ +static_assert(alignof(SBZCuttableActor_OnBoxEndOverlap) == 0x000008, "Wrong alignment on SBZCuttableActor_OnBoxEndOverlap"); \ +static_assert(sizeof(SBZCuttableActor_OnBoxEndOverlap) == 0x000020, "Wrong size on SBZCuttableActor_OnBoxEndOverlap"); \ +static_assert(offsetof(SBZCuttableActor_OnBoxEndOverlap, OverlappedComponent) == 0x000000, "Member 'SBZCuttableActor_OnBoxEndOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZCuttableActor_OnBoxEndOverlap, OtherActor) == 0x000008, "Member 'SBZCuttableActor_OnBoxEndOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZCuttableActor_OnBoxEndOverlap, OtherComp) == 0x000010, "Member 'SBZCuttableActor_OnBoxEndOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZCuttableActor_OnBoxEndOverlap, OtherBodyIndex) == 0x000018, "Member 'SBZCuttableActor_OnBoxEndOverlap::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCuttableActor_OnServerCompleteInteraction \ +static_assert(alignof(SBZCuttableActor_OnServerCompleteInteraction) == 0x000008, "Wrong alignment on SBZCuttableActor_OnServerCompleteInteraction"); \ +static_assert(sizeof(SBZCuttableActor_OnServerCompleteInteraction) == 0x000018, "Wrong size on SBZCuttableActor_OnServerCompleteInteraction"); \ +static_assert(offsetof(SBZCuttableActor_OnServerCompleteInteraction, Interactable) == 0x000000, "Member 'SBZCuttableActor_OnServerCompleteInteraction::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZCuttableActor_OnServerCompleteInteraction, Interactor) == 0x000008, "Member 'SBZCuttableActor_OnServerCompleteInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZCuttableActor_OnServerCompleteInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZCuttableActor_OnServerCompleteInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZCuttableActor \ +static_assert(alignof(ASBZCuttableActor) == 0x000008, "Wrong alignment on ASBZCuttableActor"); \ +static_assert(sizeof(ASBZCuttableActor) == 0x000358, "Wrong size on ASBZCuttableActor"); \ +static_assert(offsetof(ASBZCuttableActor, OnCuttableActorCutComplete) == 0x0002D0, "Member 'ASBZCuttableActor::OnCuttableActorCutComplete' has a wrong offset!"); \ +static_assert(offsetof(ASBZCuttableActor, CuttableVFXComponent) == 0x0002E0, "Member 'ASBZCuttableActor::CuttableVFXComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZCuttableActor, WholeMesh) == 0x0002E8, "Member 'ASBZCuttableActor::WholeMesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZCuttableActor, CutMesh) == 0x0002F0, "Member 'ASBZCuttableActor::CutMesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZCuttableActor, CutOutlineMesh) == 0x0002F8, "Member 'ASBZCuttableActor::CutOutlineMesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZCuttableActor, MeltingMesh) == 0x000300, "Member 'ASBZCuttableActor::MeltingMesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZCuttableActor, BoxComponent) == 0x000308, "Member 'ASBZCuttableActor::BoxComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZCuttableActor, CuttableComponent) == 0x000310, "Member 'ASBZCuttableActor::CuttableComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZCuttableActor, CuttableSplineComponent) == 0x000318, "Member 'ASBZCuttableActor::CuttableSplineComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZCuttableActor, MaterialInterface) == 0x000320, "Member 'ASBZCuttableActor::MaterialInterface' has a wrong offset!"); \ +static_assert(offsetof(ASBZCuttableActor, InteractableComponent) == 0x000328, "Member 'ASBZCuttableActor::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZCuttableActor, CuttableCollisionComponent) == 0x000330, "Member 'ASBZCuttableActor::CuttableCollisionComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZCuttableActor, bIsHinged) == 0x000350, "Member 'ASBZCuttableActor::bIsHinged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMetaRequestResult \ +static_assert(alignof(USBZMetaRequestResult) == 0x000008, "Wrong alignment on USBZMetaRequestResult"); \ +static_assert(sizeof(USBZMetaRequestResult) == 0x000030, "Wrong size on USBZMetaRequestResult"); \ + +#define DUMPER7_ASSERTS_SBZNiagaraWwiseComponentNonOpt_UpdateRtpc \ +static_assert(alignof(SBZNiagaraWwiseComponentNonOpt_UpdateRtpc) == 0x000004, "Wrong alignment on SBZNiagaraWwiseComponentNonOpt_UpdateRtpc"); \ +static_assert(sizeof(SBZNiagaraWwiseComponentNonOpt_UpdateRtpc) == 0x000008, "Wrong size on SBZNiagaraWwiseComponentNonOpt_UpdateRtpc"); \ +static_assert(offsetof(SBZNiagaraWwiseComponentNonOpt_UpdateRtpc, RtpcValue) == 0x000000, "Member 'SBZNiagaraWwiseComponentNonOpt_UpdateRtpc::RtpcValue' has a wrong offset!"); \ +static_assert(offsetof(SBZNiagaraWwiseComponentNonOpt_UpdateRtpc, RtpcInterpolationValue) == 0x000004, "Member 'SBZNiagaraWwiseComponentNonOpt_UpdateRtpc::RtpcInterpolationValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNiagaraWwiseComponentNonOpt \ +static_assert(alignof(USBZNiagaraWwiseComponentNonOpt) == 0x000010, "Wrong alignment on USBZNiagaraWwiseComponentNonOpt"); \ +static_assert(sizeof(USBZNiagaraWwiseComponentNonOpt) == 0x000280, "Wrong size on USBZNiagaraWwiseComponentNonOpt"); \ +static_assert(offsetof(USBZNiagaraWwiseComponentNonOpt, EventToPlayOneShot) == 0x000228, "Member 'USBZNiagaraWwiseComponentNonOpt::EventToPlayOneShot' has a wrong offset!"); \ +static_assert(offsetof(USBZNiagaraWwiseComponentNonOpt, EventToPlay) == 0x000230, "Member 'USBZNiagaraWwiseComponentNonOpt::EventToPlay' has a wrong offset!"); \ +static_assert(offsetof(USBZNiagaraWwiseComponentNonOpt, EventToStopPlay) == 0x000238, "Member 'USBZNiagaraWwiseComponentNonOpt::EventToStopPlay' has a wrong offset!"); \ +static_assert(offsetof(USBZNiagaraWwiseComponentNonOpt, Rtpc) == 0x000240, "Member 'USBZNiagaraWwiseComponentNonOpt::Rtpc' has a wrong offset!"); \ +static_assert(offsetof(USBZNiagaraWwiseComponentNonOpt, NiagaraEffectOneShot) == 0x000248, "Member 'USBZNiagaraWwiseComponentNonOpt::NiagaraEffectOneShot' has a wrong offset!"); \ +static_assert(offsetof(USBZNiagaraWwiseComponentNonOpt, NiagaraEffect) == 0x000250, "Member 'USBZNiagaraWwiseComponentNonOpt::NiagaraEffect' has a wrong offset!"); \ +static_assert(offsetof(USBZNiagaraWwiseComponentNonOpt, AudioComponent) == 0x000258, "Member 'USBZNiagaraWwiseComponentNonOpt::AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZNiagaraWwiseComponentNonOpt, NiagaraComponent) == 0x000260, "Member 'USBZNiagaraWwiseComponentNonOpt::NiagaraComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZNiagaraWwiseComponentNonOpt, bOneShotEffect) == 0x000268, "Member 'USBZNiagaraWwiseComponentNonOpt::bOneShotEffect' has a wrong offset!"); \ +static_assert(offsetof(USBZNiagaraWwiseComponentNonOpt, bUpdateRtpc) == 0x000269, "Member 'USBZNiagaraWwiseComponentNonOpt::bUpdateRtpc' has a wrong offset!"); \ +static_assert(offsetof(USBZNiagaraWwiseComponentNonOpt, RtpcUpdateValue) == 0x00026C, "Member 'USBZNiagaraWwiseComponentNonOpt::RtpcUpdateValue' has a wrong offset!"); \ +static_assert(offsetof(USBZNiagaraWwiseComponentNonOpt, RtpcInterpolationTimerMS) == 0x000270, "Member 'USBZNiagaraWwiseComponentNonOpt::RtpcInterpolationTimerMS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCuttableInterface_GetCuttableComponent \ +static_assert(alignof(SBZCuttableInterface_GetCuttableComponent) == 0x000008, "Wrong alignment on SBZCuttableInterface_GetCuttableComponent"); \ +static_assert(sizeof(SBZCuttableInterface_GetCuttableComponent) == 0x000008, "Wrong size on SBZCuttableInterface_GetCuttableComponent"); \ +static_assert(offsetof(SBZCuttableInterface_GetCuttableComponent, ReturnValue) == 0x000000, "Member 'SBZCuttableInterface_GetCuttableComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCuttableInterface_GetCuttableSplineComponent \ +static_assert(alignof(SBZCuttableInterface_GetCuttableSplineComponent) == 0x000008, "Wrong alignment on SBZCuttableInterface_GetCuttableSplineComponent"); \ +static_assert(sizeof(SBZCuttableInterface_GetCuttableSplineComponent) == 0x000008, "Wrong size on SBZCuttableInterface_GetCuttableSplineComponent"); \ +static_assert(offsetof(SBZCuttableInterface_GetCuttableSplineComponent, ReturnValue) == 0x000000, "Member 'SBZCuttableInterface_GetCuttableSplineComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCuttableInterface_GetMeltingMesh \ +static_assert(alignof(SBZCuttableInterface_GetMeltingMesh) == 0x000008, "Wrong alignment on SBZCuttableInterface_GetMeltingMesh"); \ +static_assert(sizeof(SBZCuttableInterface_GetMeltingMesh) == 0x000008, "Wrong size on SBZCuttableInterface_GetMeltingMesh"); \ +static_assert(offsetof(SBZCuttableInterface_GetMeltingMesh, ReturnValue) == 0x000000, "Member 'SBZCuttableInterface_GetMeltingMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCuttableInterface_GetNiagaraComponent \ +static_assert(alignof(SBZCuttableInterface_GetNiagaraComponent) == 0x000008, "Wrong alignment on SBZCuttableInterface_GetNiagaraComponent"); \ +static_assert(sizeof(SBZCuttableInterface_GetNiagaraComponent) == 0x000008, "Wrong size on SBZCuttableInterface_GetNiagaraComponent"); \ +static_assert(offsetof(SBZCuttableInterface_GetNiagaraComponent, ReturnValue) == 0x000000, "Member 'SBZCuttableInterface_GetNiagaraComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCuttableInterface_IsWindow \ +static_assert(alignof(SBZCuttableInterface_IsWindow) == 0x000001, "Wrong alignment on SBZCuttableInterface_IsWindow"); \ +static_assert(sizeof(SBZCuttableInterface_IsWindow) == 0x000001, "Wrong size on SBZCuttableInterface_IsWindow"); \ +static_assert(offsetof(SBZCuttableInterface_IsWindow, ReturnValue) == 0x000000, "Member 'SBZCuttableInterface_IsWindow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCuttableInterface_OnCuttableStateChanged \ +static_assert(alignof(SBZCuttableInterface_OnCuttableStateChanged) == 0x000001, "Wrong alignment on SBZCuttableInterface_OnCuttableStateChanged"); \ +static_assert(sizeof(SBZCuttableInterface_OnCuttableStateChanged) == 0x000001, "Wrong size on SBZCuttableInterface_OnCuttableStateChanged"); \ +static_assert(offsetof(SBZCuttableInterface_OnCuttableStateChanged, NewCuttableState) == 0x000000, "Member 'SBZCuttableInterface_OnCuttableStateChanged::NewCuttableState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZCuttableInterface \ +static_assert(alignof(ISBZCuttableInterface) == 0x000001, "Wrong alignment on ISBZCuttableInterface"); \ +static_assert(sizeof(ISBZCuttableInterface) == 0x000001, "Wrong size on ISBZCuttableInterface"); \ + +#define DUMPER7_ASSERTS_ASBZCuttableSkylightActor \ +static_assert(alignof(ASBZCuttableSkylightActor) == 0x000008, "Wrong alignment on ASBZCuttableSkylightActor"); \ +static_assert(sizeof(ASBZCuttableSkylightActor) == 0x000358, "Wrong size on ASBZCuttableSkylightActor"); \ + +#define DUMPER7_ASSERTS_USBZCuttableSplineComponent \ +static_assert(alignof(USBZCuttableSplineComponent) == 0x000010, "Wrong alignment on USBZCuttableSplineComponent"); \ +static_assert(sizeof(USBZCuttableSplineComponent) == 0x000610, "Wrong size on USBZCuttableSplineComponent"); \ +static_assert(offsetof(USBZCuttableSplineComponent, Segments) == 0x0005F8, "Member 'USBZCuttableSplineComponent::Segments' has a wrong offset!"); \ +static_assert(offsetof(USBZCuttableSplineComponent, Radius) == 0x0005FC, "Member 'USBZCuttableSplineComponent::Radius' has a wrong offset!"); \ +static_assert(offsetof(USBZCuttableSplineComponent, LineLength) == 0x000600, "Member 'USBZCuttableSplineComponent::LineLength' has a wrong offset!"); \ +static_assert(offsetof(USBZCuttableSplineComponent, RadiusPadding) == 0x000604, "Member 'USBZCuttableSplineComponent::RadiusPadding' has a wrong offset!"); \ +static_assert(offsetof(USBZCuttableSplineComponent, CuttableSplineType) == 0x000608, "Member 'USBZCuttableSplineComponent::CuttableSplineType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZCuttingTool \ +static_assert(alignof(ASBZCuttingTool) == 0x000010, "Wrong alignment on ASBZCuttingTool"); \ +static_assert(sizeof(ASBZCuttingTool) == 0x000580, "Wrong size on ASBZCuttingTool"); \ +static_assert(offsetof(ASBZCuttingTool, TorchEffectComponent) == 0x000550, "Member 'ASBZCuttingTool::TorchEffectComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZCuttingTool, TorchMaxEffectVisibilityTime) == 0x000558, "Member 'ASBZCuttingTool::TorchMaxEffectVisibilityTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZCuttingTool, ActivatedMaxRTPCValue) == 0x00055C, "Member 'ASBZCuttingTool::ActivatedMaxRTPCValue' has a wrong offset!"); \ +static_assert(offsetof(ASBZCuttingTool, ActivatedIdleMaxRTPCValue) == 0x000560, "Member 'ASBZCuttingTool::ActivatedIdleMaxRTPCValue' has a wrong offset!"); \ +static_assert(offsetof(ASBZCuttingTool, ActivatedUsingMaxRTPCValue) == 0x000564, "Member 'ASBZCuttingTool::ActivatedUsingMaxRTPCValue' has a wrong offset!"); \ +static_assert(offsetof(ASBZCuttingTool, CuttingSoundMultiplicationValue) == 0x000568, "Member 'ASBZCuttingTool::CuttingSoundMultiplicationValue' has a wrong offset!"); \ +static_assert(offsetof(ASBZCuttingTool, CuttingToolAutoCuttingTimer) == 0x00056C, "Member 'ASBZCuttingTool::CuttingToolAutoCuttingTimer' has a wrong offset!"); \ +static_assert(offsetof(ASBZCuttingTool, OnCuttingToolStrengthRtpc) == 0x000578, "Member 'ASBZCuttingTool::OnCuttingToolStrengthRtpc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZUITextScrollStyle \ +static_assert(alignof(USBZUITextScrollStyle) == 0x000008, "Wrong alignment on USBZUITextScrollStyle"); \ +static_assert(sizeof(USBZUITextScrollStyle) == 0x000048, "Wrong size on USBZUITextScrollStyle"); \ +static_assert(offsetof(USBZUITextScrollStyle, Speed) == 0x000030, "Member 'USBZUITextScrollStyle::Speed' has a wrong offset!"); \ +static_assert(offsetof(USBZUITextScrollStyle, StartDelay) == 0x000034, "Member 'USBZUITextScrollStyle::StartDelay' has a wrong offset!"); \ +static_assert(offsetof(USBZUITextScrollStyle, EndDelay) == 0x000038, "Member 'USBZUITextScrollStyle::EndDelay' has a wrong offset!"); \ +static_assert(offsetof(USBZUITextScrollStyle, FadeInDelay) == 0x00003C, "Member 'USBZUITextScrollStyle::FadeInDelay' has a wrong offset!"); \ +static_assert(offsetof(USBZUITextScrollStyle, FadeOutDelay) == 0x000040, "Member 'USBZUITextScrollStyle::FadeOutDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEquippableGadgetData \ +static_assert(alignof(USBZEquippableGadgetData) == 0x000008, "Wrong alignment on USBZEquippableGadgetData"); \ +static_assert(sizeof(USBZEquippableGadgetData) == 0x000050, "Wrong size on USBZEquippableGadgetData"); \ +static_assert(offsetof(USBZEquippableGadgetData, GadgetClass) == 0x000038, "Member 'USBZEquippableGadgetData::GadgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableGadgetData, SpawnSocket) == 0x000040, "Member 'USBZEquippableGadgetData::SpawnSocket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPostProcessComponent \ +static_assert(alignof(USBZPostProcessComponent) == 0x000010, "Wrong alignment on USBZPostProcessComponent"); \ +static_assert(sizeof(USBZPostProcessComponent) == 0x0007D0, "Wrong size on USBZPostProcessComponent"); \ +static_assert(offsetof(USBZPostProcessComponent, ShapeSelector) == 0x0007B0, "Member 'USBZPostProcessComponent::ShapeSelector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCuttingToolAbility_OnCuttableActorEndPlay \ +static_assert(alignof(SBZCuttingToolAbility_OnCuttableActorEndPlay) == 0x000008, "Wrong alignment on SBZCuttingToolAbility_OnCuttableActorEndPlay"); \ +static_assert(sizeof(SBZCuttingToolAbility_OnCuttableActorEndPlay) == 0x000010, "Wrong size on SBZCuttingToolAbility_OnCuttableActorEndPlay"); \ +static_assert(offsetof(SBZCuttingToolAbility_OnCuttableActorEndPlay, OldAttachParentActor) == 0x000000, "Member 'SBZCuttingToolAbility_OnCuttableActorEndPlay::OldAttachParentActor' has a wrong offset!"); \ +static_assert(offsetof(SBZCuttingToolAbility_OnCuttableActorEndPlay, EndPlayReason) == 0x000008, "Member 'SBZCuttingToolAbility_OnCuttableActorEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCuttingToolAbility_OnDisplayCaseStateChanged \ +static_assert(alignof(SBZCuttingToolAbility_OnDisplayCaseStateChanged) == 0x000001, "Wrong alignment on SBZCuttingToolAbility_OnDisplayCaseStateChanged"); \ +static_assert(sizeof(SBZCuttingToolAbility_OnDisplayCaseStateChanged) == 0x000001, "Wrong size on SBZCuttingToolAbility_OnDisplayCaseStateChanged"); \ +static_assert(offsetof(SBZCuttingToolAbility_OnDisplayCaseStateChanged, NewState) == 0x000000, "Member 'SBZCuttingToolAbility_OnDisplayCaseStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZCuttingToolAbility_OnGateStateChanged \ +static_assert(alignof(SBZCuttingToolAbility_OnGateStateChanged) == 0x000008, "Wrong alignment on SBZCuttingToolAbility_OnGateStateChanged"); \ +static_assert(sizeof(SBZCuttingToolAbility_OnGateStateChanged) == 0x000010, "Wrong size on SBZCuttingToolAbility_OnGateStateChanged"); \ +static_assert(offsetof(SBZCuttingToolAbility_OnGateStateChanged, Gate) == 0x000000, "Member 'SBZCuttingToolAbility_OnGateStateChanged::Gate' has a wrong offset!"); \ +static_assert(offsetof(SBZCuttingToolAbility_OnGateStateChanged, OldState) == 0x000008, "Member 'SBZCuttingToolAbility_OnGateStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZCuttingToolAbility_OnGateStateChanged, NewState) == 0x000009, "Member 'SBZCuttingToolAbility_OnGateStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCuttingToolAbility \ +static_assert(alignof(USBZCuttingToolAbility) == 0x000008, "Wrong alignment on USBZCuttingToolAbility"); \ +static_assert(sizeof(USBZCuttingToolAbility) == 0x000530, "Wrong size on USBZCuttingToolAbility"); \ +static_assert(offsetof(USBZCuttingToolAbility, DisplayCase) == 0x000500, "Member 'USBZCuttingToolAbility::DisplayCase' has a wrong offset!"); \ +static_assert(offsetof(USBZCuttingToolAbility, InteractableGate) == 0x000508, "Member 'USBZCuttingToolAbility::InteractableGate' has a wrong offset!"); \ +static_assert(offsetof(USBZCuttingToolAbility, OwnerCharacter) == 0x000510, "Member 'USBZCuttingToolAbility::OwnerCharacter' has a wrong offset!"); \ +static_assert(offsetof(USBZCuttingToolAbility, CurrentCuttableComponent) == 0x000518, "Member 'USBZCuttingToolAbility::CurrentCuttableComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZCuttingToolAbility, NoiseGenerationInterval) == 0x000524, "Member 'USBZCuttingToolAbility::NoiseGenerationInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZCuttingToolAbility, NoiseRange) == 0x000528, "Member 'USBZCuttingToolAbility::NoiseRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDamageTracker \ +static_assert(alignof(USBZDamageTracker) == 0x000008, "Wrong alignment on USBZDamageTracker"); \ +static_assert(sizeof(USBZDamageTracker) == 0x0000A0, "Wrong size on USBZDamageTracker"); \ + +#define DUMPER7_ASSERTS_SBZTimedBagConverter_BP_OnECMJammedChanged \ +static_assert(alignof(SBZTimedBagConverter_BP_OnECMJammedChanged) == 0x000001, "Wrong alignment on SBZTimedBagConverter_BP_OnECMJammedChanged"); \ +static_assert(sizeof(SBZTimedBagConverter_BP_OnECMJammedChanged) == 0x000001, "Wrong size on SBZTimedBagConverter_BP_OnECMJammedChanged"); \ +static_assert(offsetof(SBZTimedBagConverter_BP_OnECMJammedChanged, bIsJammed) == 0x000000, "Member 'SBZTimedBagConverter_BP_OnECMJammedChanged::bIsJammed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTimedBagConverter_OnECMCountChanged \ +static_assert(alignof(SBZTimedBagConverter_OnECMCountChanged) == 0x000004, "Wrong alignment on SBZTimedBagConverter_OnECMCountChanged"); \ +static_assert(sizeof(SBZTimedBagConverter_OnECMCountChanged) == 0x000010, "Wrong size on SBZTimedBagConverter_OnECMCountChanged"); \ +static_assert(offsetof(SBZTimedBagConverter_OnECMCountChanged, NewCount) == 0x000000, "Member 'SBZTimedBagConverter_OnECMCountChanged::NewCount' has a wrong offset!"); \ +static_assert(offsetof(SBZTimedBagConverter_OnECMCountChanged, OldCount) == 0x000004, "Member 'SBZTimedBagConverter_OnECMCountChanged::OldCount' has a wrong offset!"); \ +static_assert(offsetof(SBZTimedBagConverter_OnECMCountChanged, AddedTime) == 0x000008, "Member 'SBZTimedBagConverter_OnECMCountChanged::AddedTime' has a wrong offset!"); \ +static_assert(offsetof(SBZTimedBagConverter_OnECMCountChanged, bInIsSignalScanActive) == 0x00000C, "Member 'SBZTimedBagConverter_OnECMCountChanged::bInIsSignalScanActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTimedBagConverter_OnInteractionEnabledStateChanged \ +static_assert(alignof(SBZTimedBagConverter_OnInteractionEnabledStateChanged) == 0x000008, "Wrong alignment on SBZTimedBagConverter_OnInteractionEnabledStateChanged"); \ +static_assert(sizeof(SBZTimedBagConverter_OnInteractionEnabledStateChanged) == 0x000010, "Wrong size on SBZTimedBagConverter_OnInteractionEnabledStateChanged"); \ +static_assert(offsetof(SBZTimedBagConverter_OnInteractionEnabledStateChanged, InInteractableComponent) == 0x000000, "Member 'SBZTimedBagConverter_OnInteractionEnabledStateChanged::InInteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZTimedBagConverter_OnInteractionEnabledStateChanged, bNewState) == 0x000008, "Member 'SBZTimedBagConverter_OnInteractionEnabledStateChanged::bNewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTimedBagConverter_OnServerCompleteInteraction \ +static_assert(alignof(SBZTimedBagConverter_OnServerCompleteInteraction) == 0x000008, "Wrong alignment on SBZTimedBagConverter_OnServerCompleteInteraction"); \ +static_assert(sizeof(SBZTimedBagConverter_OnServerCompleteInteraction) == 0x000018, "Wrong size on SBZTimedBagConverter_OnServerCompleteInteraction"); \ +static_assert(offsetof(SBZTimedBagConverter_OnServerCompleteInteraction, InInteractableComponent) == 0x000000, "Member 'SBZTimedBagConverter_OnServerCompleteInteraction::InInteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZTimedBagConverter_OnServerCompleteInteraction, Interactor) == 0x000008, "Member 'SBZTimedBagConverter_OnServerCompleteInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZTimedBagConverter_OnServerCompleteInteraction, bIsLocallyControlled) == 0x000010, "Member 'SBZTimedBagConverter_OnServerCompleteInteraction::bIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTimedBagConverter_SetInteractionEnabled \ +static_assert(alignof(SBZTimedBagConverter_SetInteractionEnabled) == 0x000001, "Wrong alignment on SBZTimedBagConverter_SetInteractionEnabled"); \ +static_assert(sizeof(SBZTimedBagConverter_SetInteractionEnabled) == 0x000001, "Wrong size on SBZTimedBagConverter_SetInteractionEnabled"); \ +static_assert(offsetof(SBZTimedBagConverter_SetInteractionEnabled, bInEnabled) == 0x000000, "Member 'SBZTimedBagConverter_SetInteractionEnabled::bInEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZTimedBagConverter \ +static_assert(alignof(ASBZTimedBagConverter) == 0x000008, "Wrong alignment on ASBZTimedBagConverter"); \ +static_assert(sizeof(ASBZTimedBagConverter) == 0x000310, "Wrong size on ASBZTimedBagConverter"); \ +static_assert(offsetof(ASBZTimedBagConverter, AttachedBagGenerator) == 0x0002C8, "Member 'ASBZTimedBagConverter::AttachedBagGenerator' has a wrong offset!"); \ +static_assert(offsetof(ASBZTimedBagConverter, Duration) == 0x0002D0, "Member 'ASBZTimedBagConverter::Duration' has a wrong offset!"); \ +static_assert(offsetof(ASBZTimedBagConverter, InteractableComponent) == 0x0002D8, "Member 'ASBZTimedBagConverter::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZTimedBagConverter, OnBagConverterDisabled) == 0x0002E0, "Member 'ASBZTimedBagConverter::OnBagConverterDisabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZTimedBagConverter, OnBagConverted) == 0x0002F0, "Member 'ASBZTimedBagConverter::OnBagConverted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZThrowReleaseNotify \ +static_assert(alignof(USBZThrowReleaseNotify) == 0x000010, "Wrong alignment on USBZThrowReleaseNotify"); \ +static_assert(sizeof(USBZThrowReleaseNotify) == 0x000080, "Wrong size on USBZThrowReleaseNotify"); \ +static_assert(offsetof(USBZThrowReleaseNotify, bUseThrowBoneTransform) == 0x000040, "Member 'USBZThrowReleaseNotify::bUseThrowBoneTransform' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowReleaseNotify, ThrowBoneComponentTransform) == 0x000050, "Member 'USBZThrowReleaseNotify::ThrowBoneComponentTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSniperBulletDamageType \ +static_assert(alignof(USBZSniperBulletDamageType) == 0x000008, "Wrong alignment on USBZSniperBulletDamageType"); \ +static_assert(sizeof(USBZSniperBulletDamageType) == 0x000090, "Wrong size on USBZSniperBulletDamageType"); \ + +#define DUMPER7_ASSERTS_USBZTickOverskillBaseAbility \ +static_assert(alignof(USBZTickOverskillBaseAbility) == 0x000008, "Wrong alignment on USBZTickOverskillBaseAbility"); \ +static_assert(sizeof(USBZTickOverskillBaseAbility) == 0x000518, "Wrong size on USBZTickOverskillBaseAbility"); \ +static_assert(offsetof(USBZTickOverskillBaseAbility, OwnerPlayerState) == 0x0004D8, "Member 'USBZTickOverskillBaseAbility::OwnerPlayerState' has a wrong offset!"); \ +static_assert(offsetof(USBZTickOverskillBaseAbility, OverskillData) == 0x0004E0, "Member 'USBZTickOverskillBaseAbility::OverskillData' has a wrong offset!"); \ +static_assert(offsetof(USBZTickOverskillBaseAbility, OriginalOverskillData) == 0x0004E8, "Member 'USBZTickOverskillBaseAbility::OriginalOverskillData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZTickOverskillOperatorAbility \ +static_assert(alignof(USBZTickOverskillOperatorAbility) == 0x000008, "Wrong alignment on USBZTickOverskillOperatorAbility"); \ +static_assert(sizeof(USBZTickOverskillOperatorAbility) == 0x000518, "Wrong size on USBZTickOverskillOperatorAbility"); \ + +#define DUMPER7_ASSERTS_USBZMeleeButtDamageType \ +static_assert(alignof(USBZMeleeButtDamageType) == 0x000008, "Wrong alignment on USBZMeleeButtDamageType"); \ +static_assert(sizeof(USBZMeleeButtDamageType) == 0x000090, "Wrong size on USBZMeleeButtDamageType"); \ + +#define DUMPER7_ASSERTS_USBZPlayerTackleBaseAbility \ +static_assert(alignof(USBZPlayerTackleBaseAbility) == 0x000008, "Wrong alignment on USBZPlayerTackleBaseAbility"); \ +static_assert(sizeof(USBZPlayerTackleBaseAbility) == 0x0004F0, "Wrong size on USBZPlayerTackleBaseAbility"); \ + +#define DUMPER7_ASSERTS_USBZPlayerBatteringRamTackleAbility \ +static_assert(alignof(USBZPlayerBatteringRamTackleAbility) == 0x000008, "Wrong alignment on USBZPlayerBatteringRamTackleAbility"); \ +static_assert(sizeof(USBZPlayerBatteringRamTackleAbility) == 0x0004F0, "Wrong size on USBZPlayerBatteringRamTackleAbility"); \ + +#define DUMPER7_ASSERTS_USBZPSOCompilationScreen \ +static_assert(alignof(USBZPSOCompilationScreen) == 0x000008, "Wrong alignment on USBZPSOCompilationScreen"); \ +static_assert(sizeof(USBZPSOCompilationScreen) == 0x0002B8, "Wrong size on USBZPSOCompilationScreen"); \ +static_assert(offsetof(USBZPSOCompilationScreen, OnPSOProgressUpdated) == 0x000290, "Member 'USBZPSOCompilationScreen::OnPSOProgressUpdated' has a wrong offset!"); \ +static_assert(offsetof(USBZPSOCompilationScreen, UpdateIntervalInSeconds) == 0x0002A0, "Member 'USBZPSOCompilationScreen::UpdateIntervalInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZThePunchHeavyDamageType \ +static_assert(alignof(USBZThePunchHeavyDamageType) == 0x000008, "Wrong alignment on USBZThePunchHeavyDamageType"); \ +static_assert(sizeof(USBZThePunchHeavyDamageType) == 0x000090, "Wrong size on USBZThePunchHeavyDamageType"); \ + +#define DUMPER7_ASSERTS_USBZShoveHumanShieldDamageType \ +static_assert(alignof(USBZShoveHumanShieldDamageType) == 0x000008, "Wrong alignment on USBZShoveHumanShieldDamageType"); \ +static_assert(sizeof(USBZShoveHumanShieldDamageType) == 0x000090, "Wrong size on USBZShoveHumanShieldDamageType"); \ + +#define DUMPER7_ASSERTS_USBZFallDamageType \ +static_assert(alignof(USBZFallDamageType) == 0x000008, "Wrong alignment on USBZFallDamageType"); \ +static_assert(sizeof(USBZFallDamageType) == 0x000090, "Wrong size on USBZFallDamageType"); \ + +#define DUMPER7_ASSERTS_SBZLaserSightComponent_ModifyWeaponRotation \ +static_assert(alignof(SBZLaserSightComponent_ModifyWeaponRotation) == 0x000004, "Wrong alignment on SBZLaserSightComponent_ModifyWeaponRotation"); \ +static_assert(sizeof(SBZLaserSightComponent_ModifyWeaponRotation) == 0x000018, "Wrong size on SBZLaserSightComponent_ModifyWeaponRotation"); \ +static_assert(offsetof(SBZLaserSightComponent_ModifyWeaponRotation, InOutRotation) == 0x000000, "Member 'SBZLaserSightComponent_ModifyWeaponRotation::InOutRotation' has a wrong offset!"); \ +static_assert(offsetof(SBZLaserSightComponent_ModifyWeaponRotation, ReturnValue) == 0x00000C, "Member 'SBZLaserSightComponent_ModifyWeaponRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLaserSightComponent \ +static_assert(alignof(USBZLaserSightComponent) == 0x000008, "Wrong alignment on USBZLaserSightComponent"); \ +static_assert(sizeof(USBZLaserSightComponent) == 0x000118, "Wrong size on USBZLaserSightComponent"); \ +static_assert(offsetof(USBZLaserSightComponent, LaserEffectComponent) == 0x0000D8, "Member 'USBZLaserSightComponent::LaserEffectComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZLaserSightComponent, DifficultyFocusTimeArray) == 0x0000E0, "Member 'USBZLaserSightComponent::DifficultyFocusTimeArray' has a wrong offset!"); \ +static_assert(offsetof(USBZLaserSightComponent, MaxHorizontalOffset) == 0x0000F0, "Member 'USBZLaserSightComponent::MaxHorizontalOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZLaserSightComponent, MaxVerticalOffset) == 0x0000F4, "Member 'USBZLaserSightComponent::MaxVerticalOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZLaserSightComponent, HorizontalFrequency) == 0x0000F8, "Member 'USBZLaserSightComponent::HorizontalFrequency' has a wrong offset!"); \ +static_assert(offsetof(USBZLaserSightComponent, VerticalFrequency) == 0x0000FC, "Member 'USBZLaserSightComponent::VerticalFrequency' has a wrong offset!"); \ +static_assert(offsetof(USBZLaserSightComponent, PhaseShift) == 0x000100, "Member 'USBZLaserSightComponent::PhaseShift' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGasDamageType \ +static_assert(alignof(USBZGasDamageType) == 0x000008, "Wrong alignment on USBZGasDamageType"); \ +static_assert(sizeof(USBZGasDamageType) == 0x000090, "Wrong size on USBZGasDamageType"); \ + +#define DUMPER7_ASSERTS_USBZNoKillAllLootStatisticCriteriaData \ +static_assert(alignof(USBZNoKillAllLootStatisticCriteriaData) == 0x000008, "Wrong alignment on USBZNoKillAllLootStatisticCriteriaData"); \ +static_assert(sizeof(USBZNoKillAllLootStatisticCriteriaData) == 0x000070, "Wrong size on USBZNoKillAllLootStatisticCriteriaData"); \ + +#define DUMPER7_ASSERTS_SBZOnlineGetNewsFeedCallbackProxy_RequestNewsFeed \ +static_assert(alignof(SBZOnlineGetNewsFeedCallbackProxy_RequestNewsFeed) == 0x000008, "Wrong alignment on SBZOnlineGetNewsFeedCallbackProxy_RequestNewsFeed"); \ +static_assert(sizeof(SBZOnlineGetNewsFeedCallbackProxy_RequestNewsFeed) == 0x000010, "Wrong size on SBZOnlineGetNewsFeedCallbackProxy_RequestNewsFeed"); \ +static_assert(offsetof(SBZOnlineGetNewsFeedCallbackProxy_RequestNewsFeed, WorldContextObject_0) == 0x000000, "Member 'SBZOnlineGetNewsFeedCallbackProxy_RequestNewsFeed::WorldContextObject_0' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineGetNewsFeedCallbackProxy_RequestNewsFeed, ReturnValue) == 0x000008, "Member 'SBZOnlineGetNewsFeedCallbackProxy_RequestNewsFeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOnlineGetNewsFeedCallbackProxy \ +static_assert(alignof(USBZOnlineGetNewsFeedCallbackProxy) == 0x000008, "Wrong alignment on USBZOnlineGetNewsFeedCallbackProxy"); \ +static_assert(sizeof(USBZOnlineGetNewsFeedCallbackProxy) == 0x000058, "Wrong size on USBZOnlineGetNewsFeedCallbackProxy"); \ +static_assert(offsetof(USBZOnlineGetNewsFeedCallbackProxy, OnComplete) == 0x000038, "Member 'USBZOnlineGetNewsFeedCallbackProxy::OnComplete' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineGetNewsFeedCallbackProxy, WorldContextObject) == 0x000048, "Member 'USBZOnlineGetNewsFeedCallbackProxy::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAOEHET5DamageType \ +static_assert(alignof(USBZAOEHET5DamageType) == 0x000008, "Wrong alignment on USBZAOEHET5DamageType"); \ +static_assert(sizeof(USBZAOEHET5DamageType) == 0x000090, "Wrong size on USBZAOEHET5DamageType"); \ + +#define DUMPER7_ASSERTS_USBZPlayerFireRangedWeaponAbility \ +static_assert(alignof(USBZPlayerFireRangedWeaponAbility) == 0x000008, "Wrong alignment on USBZPlayerFireRangedWeaponAbility"); \ +static_assert(sizeof(USBZPlayerFireRangedWeaponAbility) == 0x0060C0, "Wrong size on USBZPlayerFireRangedWeaponAbility"); \ + +#define DUMPER7_ASSERTS_USBZSkillGrazeAOEDamageType \ +static_assert(alignof(USBZSkillGrazeAOEDamageType) == 0x000008, "Wrong alignment on USBZSkillGrazeAOEDamageType"); \ +static_assert(sizeof(USBZSkillGrazeAOEDamageType) == 0x000090, "Wrong size on USBZSkillGrazeAOEDamageType"); \ + +#define DUMPER7_ASSERTS_USBZGrenadeDamageType \ +static_assert(alignof(USBZGrenadeDamageType) == 0x000008, "Wrong alignment on USBZGrenadeDamageType"); \ +static_assert(sizeof(USBZGrenadeDamageType) == 0x000090, "Wrong size on USBZGrenadeDamageType"); \ + +#define DUMPER7_ASSERTS_USBZAgilityBreachDamageType \ +static_assert(alignof(USBZAgilityBreachDamageType) == 0x000008, "Wrong alignment on USBZAgilityBreachDamageType"); \ +static_assert(sizeof(USBZAgilityBreachDamageType) == 0x000090, "Wrong size on USBZAgilityBreachDamageType"); \ + +#define DUMPER7_ASSERTS_USBZToolData \ +static_assert(alignof(USBZToolData) == 0x000010, "Wrong alignment on USBZToolData"); \ +static_assert(sizeof(USBZToolData) == 0x000580, "Wrong size on USBZToolData"); \ +static_assert(offsetof(USBZToolData, PrimaryToolClass) == 0x000388, "Member 'USBZToolData::PrimaryToolClass' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, PlaceableToolClass) == 0x0003B8, "Member 'USBZToolData::PlaceableToolClass' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, GhostToolClass) == 0x0003E8, "Member 'USBZToolData::GhostToolClass' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, PrimaryToolAnimCollection) == 0x000418, "Member 'USBZToolData::PrimaryToolAnimCollection' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, PlaceableToolAnimCollection) == 0x000420, "Member 'USBZToolData::PlaceableToolAnimCollection' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, SpawnOffsetFromCamera) == 0x000428, "Member 'USBZToolData::SpawnOffsetFromCamera' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, AttachmentBone) == 0x00042C, "Member 'USBZToolData::AttachmentBone' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, ToolInventoryMax) == 0x000438, "Member 'USBZToolData::ToolInventoryMax' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, ToolInventory) == 0x00043C, "Member 'USBZToolData::ToolInventory' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, PrimaryToolAmmoInventoryMax) == 0x000440, "Member 'USBZToolData::PrimaryToolAmmoInventoryMax' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, PrimaryToolAmmoInventory) == 0x000444, "Member 'USBZToolData::PrimaryToolAmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, PrimaryAbilityTag) == 0x000448, "Member 'USBZToolData::PrimaryAbilityTag' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, PlaceableAbilityTag) == 0x000454, "Member 'USBZToolData::PlaceableAbilityTag' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, PrimaryAbilityClass) == 0x000460, "Member 'USBZToolData::PrimaryAbilityClass' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, PlaceableAbilityClass) == 0x000468, "Member 'USBZToolData::PlaceableAbilityClass' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, bActivateImmediately) == 0x000470, "Member 'USBZToolData::bActivateImmediately' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, AutoDeactivateTimer) == 0x000474, "Member 'USBZToolData::AutoDeactivateTimer' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, DisplayControlsReference) == 0x000478, "Member 'USBZToolData::DisplayControlsReference' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, bIsCameraLockedWhenActive) == 0x0004A0, "Member 'USBZToolData::bIsCameraLockedWhenActive' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, LockCameraData) == 0x0004A4, "Member 'USBZToolData::LockCameraData' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, ToolRepeatDelay) == 0x0004E0, "Member 'USBZToolData::ToolRepeatDelay' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, bUsesPrimaryToolAmmo) == 0x0004E4, "Member 'USBZToolData::bUsesPrimaryToolAmmo' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, bRequiresViewing) == 0x0004E5, "Member 'USBZToolData::bRequiresViewing' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, StatisticsUseString) == 0x0004E8, "Member 'USBZToolData::StatisticsUseString' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, ChallengePlaceString) == 0x0004F8, "Member 'USBZToolData::ChallengePlaceString' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, ViewDistanceOffset) == 0x000508, "Member 'USBZToolData::ViewDistanceOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, bIsClippingAllowed) == 0x00050C, "Member 'USBZToolData::bIsClippingAllowed' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, SurfaceOffset) == 0x000510, "Member 'USBZToolData::SurfaceOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, RotationOffsetPlaced) == 0x000514, "Member 'USBZToolData::RotationOffsetPlaced' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, ForbiddenPlacementBones) == 0x000520, "Member 'USBZToolData::ForbiddenPlacementBones' has a wrong offset!"); \ +static_assert(offsetof(USBZToolData, bIgnoreCharacters) == 0x000570, "Member 'USBZToolData::bIgnoreCharacters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMaskInventorySlotData \ +static_assert(alignof(USBZMaskInventorySlotData) == 0x000008, "Wrong alignment on USBZMaskInventorySlotData"); \ +static_assert(sizeof(USBZMaskInventorySlotData) == 0x000158, "Wrong size on USBZMaskInventorySlotData"); \ +static_assert(offsetof(USBZMaskInventorySlotData, MaskMouldSlot) == 0x000150, "Member 'USBZMaskInventorySlotData::MaskMouldSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZDebris \ +static_assert(alignof(ASBZDebris) == 0x000008, "Wrong alignment on ASBZDebris"); \ +static_assert(sizeof(ASBZDebris) == 0x0002B0, "Wrong size on ASBZDebris"); \ +static_assert(offsetof(ASBZDebris, StaticMeshComponent) == 0x0002A8, "Member 'ASBZDebris::StaticMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZModulesData \ +static_assert(alignof(USBZModulesData) == 0x000008, "Wrong alignment on USBZModulesData"); \ +static_assert(sizeof(USBZModulesData) == 0x000050, "Wrong size on USBZModulesData"); \ +static_assert(offsetof(USBZModulesData, ExpectedModules) == 0x000030, "Member 'USBZModulesData::ExpectedModules' has a wrong offset!"); \ +static_assert(offsetof(USBZModulesData, KnownAlterations) == 0x000040, "Member 'USBZModulesData::KnownAlterations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerControllerBase_Server_SetAccelByteSessionInformation \ +static_assert(alignof(SBZPlayerControllerBase_Server_SetAccelByteSessionInformation) == 0x000008, "Wrong alignment on SBZPlayerControllerBase_Server_SetAccelByteSessionInformation"); \ +static_assert(sizeof(SBZPlayerControllerBase_Server_SetAccelByteSessionInformation) == 0x000018, "Wrong size on SBZPlayerControllerBase_Server_SetAccelByteSessionInformation"); \ +static_assert(offsetof(SBZPlayerControllerBase_Server_SetAccelByteSessionInformation, InAccelByteUserId) == 0x000000, "Member 'SBZPlayerControllerBase_Server_SetAccelByteSessionInformation::InAccelByteUserId' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerControllerBase_Server_SetAccelByteSessionInformation, FirstPartyPlatform) == 0x000010, "Member 'SBZPlayerControllerBase_Server_SetAccelByteSessionInformation::FirstPartyPlatform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerControllerBase_Server_SetLoadout \ +static_assert(alignof(SBZPlayerControllerBase_Server_SetLoadout) == 0x000008, "Wrong alignment on SBZPlayerControllerBase_Server_SetLoadout"); \ +static_assert(sizeof(SBZPlayerControllerBase_Server_SetLoadout) == 0x0002E8, "Wrong size on SBZPlayerControllerBase_Server_SetLoadout"); \ +static_assert(offsetof(SBZPlayerControllerBase_Server_SetLoadout, Loadout) == 0x000000, "Member 'SBZPlayerControllerBase_Server_SetLoadout::Loadout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerControllerBase_Server_SetPausedPreferred \ +static_assert(alignof(SBZPlayerControllerBase_Server_SetPausedPreferred) == 0x000001, "Wrong alignment on SBZPlayerControllerBase_Server_SetPausedPreferred"); \ +static_assert(sizeof(SBZPlayerControllerBase_Server_SetPausedPreferred) == 0x000001, "Wrong size on SBZPlayerControllerBase_Server_SetPausedPreferred"); \ +static_assert(offsetof(SBZPlayerControllerBase_Server_SetPausedPreferred, bInIsPaused) == 0x000000, "Member 'SBZPlayerControllerBase_Server_SetPausedPreferred::bInIsPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerControllerBase_SetPausedPreferred \ +static_assert(alignof(SBZPlayerControllerBase_SetPausedPreferred) == 0x000001, "Wrong alignment on SBZPlayerControllerBase_SetPausedPreferred"); \ +static_assert(sizeof(SBZPlayerControllerBase_SetPausedPreferred) == 0x000001, "Wrong size on SBZPlayerControllerBase_SetPausedPreferred"); \ +static_assert(offsetof(SBZPlayerControllerBase_SetPausedPreferred, bIsPaused) == 0x000000, "Member 'SBZPlayerControllerBase_SetPausedPreferred::bIsPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerControllerBase_BP_IsPaused \ +static_assert(alignof(SBZPlayerControllerBase_BP_IsPaused) == 0x000001, "Wrong alignment on SBZPlayerControllerBase_BP_IsPaused"); \ +static_assert(sizeof(SBZPlayerControllerBase_BP_IsPaused) == 0x000001, "Wrong size on SBZPlayerControllerBase_BP_IsPaused"); \ +static_assert(offsetof(SBZPlayerControllerBase_BP_IsPaused, ReturnValue) == 0x000000, "Member 'SBZPlayerControllerBase_BP_IsPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerControllerBase_IsPausedPreferred \ +static_assert(alignof(SBZPlayerControllerBase_IsPausedPreferred) == 0x000001, "Wrong alignment on SBZPlayerControllerBase_IsPausedPreferred"); \ +static_assert(sizeof(SBZPlayerControllerBase_IsPausedPreferred) == 0x000001, "Wrong size on SBZPlayerControllerBase_IsPausedPreferred"); \ +static_assert(offsetof(SBZPlayerControllerBase_IsPausedPreferred, ReturnValue) == 0x000000, "Member 'SBZPlayerControllerBase_IsPausedPreferred::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPlayerControllerBase \ +static_assert(alignof(ASBZPlayerControllerBase) == 0x000008, "Wrong alignment on ASBZPlayerControllerBase"); \ +static_assert(sizeof(ASBZPlayerControllerBase) == 0x000658, "Wrong size on ASBZPlayerControllerBase"); \ +static_assert(offsetof(ASBZPlayerControllerBase, SBZPlayerState) == 0x000640, "Member 'ASBZPlayerControllerBase::SBZPlayerState' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerControllerBase, bIsPausedPreferred) == 0x000648, "Member 'ASBZPlayerControllerBase::bIsPausedPreferred' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPlayerControllerMainMenu \ +static_assert(alignof(ASBZPlayerControllerMainMenu) == 0x000008, "Wrong alignment on ASBZPlayerControllerMainMenu"); \ +static_assert(sizeof(ASBZPlayerControllerMainMenu) == 0x000658, "Wrong size on ASBZPlayerControllerMainMenu"); \ + +#define DUMPER7_ASSERTS_ASBZDebugActorFlow \ +static_assert(alignof(ASBZDebugActorFlow) == 0x000008, "Wrong alignment on ASBZDebugActorFlow"); \ +static_assert(sizeof(ASBZDebugActorFlow) == 0x000320, "Wrong size on ASBZDebugActorFlow"); \ +static_assert(offsetof(ASBZDebugActorFlow, bIs) == 0x0002A8, "Member 'ASBZDebugActorFlow::bIs' has a wrong offset!"); \ +static_assert(offsetof(ASBZDebugActorFlow, bIsDuplicateTransient) == 0x0002AA, "Member 'ASBZDebugActorFlow::bIsDuplicateTransient' has a wrong offset!"); \ +static_assert(offsetof(ASBZDebugActorFlow, Float) == 0x0002AC, "Member 'ASBZDebugActorFlow::Float' has a wrong offset!"); \ +static_assert(offsetof(ASBZDebugActorFlow, Component) == 0x0002B8, "Member 'ASBZDebugActorFlow::Component' has a wrong offset!"); \ +static_assert(offsetof(ASBZDebugActorFlow, LastComponent) == 0x0002C0, "Member 'ASBZDebugActorFlow::LastComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZDebugActorFlow, InstanceComponent) == 0x0002C8, "Member 'ASBZDebugActorFlow::InstanceComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZDebugActorFlow, LastInstanceComponent) == 0x0002D0, "Member 'ASBZDebugActorFlow::LastInstanceComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZDebugActorFlow, DynamicComponent) == 0x0002D8, "Member 'ASBZDebugActorFlow::DynamicComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZDebugActorFlow, LastDynamicComponent) == 0x0002E0, "Member 'ASBZDebugActorFlow::LastDynamicComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZDebugActorFlow, Object) == 0x0002E8, "Member 'ASBZDebugActorFlow::Object' has a wrong offset!"); \ +static_assert(offsetof(ASBZDebugActorFlow, LastObject) == 0x0002F0, "Member 'ASBZDebugActorFlow::LastObject' has a wrong offset!"); \ +static_assert(offsetof(ASBZDebugActorFlow, InstanceObject) == 0x0002F8, "Member 'ASBZDebugActorFlow::InstanceObject' has a wrong offset!"); \ +static_assert(offsetof(ASBZDebugActorFlow, LastInstanceObject) == 0x000300, "Member 'ASBZDebugActorFlow::LastInstanceObject' has a wrong offset!"); \ +static_assert(offsetof(ASBZDebugActorFlow, DynamicObject) == 0x000308, "Member 'ASBZDebugActorFlow::DynamicObject' has a wrong offset!"); \ +static_assert(offsetof(ASBZDebugActorFlow, LastDynamicObject) == 0x000310, "Member 'ASBZDebugActorFlow::LastDynamicObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDebugActorComponentFlow \ +static_assert(alignof(USBZDebugActorComponentFlow) == 0x000008, "Wrong alignment on USBZDebugActorComponentFlow"); \ +static_assert(sizeof(USBZDebugActorComponentFlow) == 0x000100, "Wrong size on USBZDebugActorComponentFlow"); \ +static_assert(offsetof(USBZDebugActorComponentFlow, bIs) == 0x0000C0, "Member 'USBZDebugActorComponentFlow::bIs' has a wrong offset!"); \ +static_assert(offsetof(USBZDebugActorComponentFlow, bIsDuplicateTransient) == 0x0000C2, "Member 'USBZDebugActorComponentFlow::bIsDuplicateTransient' has a wrong offset!"); \ +static_assert(offsetof(USBZDebugActorComponentFlow, Object) == 0x0000C8, "Member 'USBZDebugActorComponentFlow::Object' has a wrong offset!"); \ +static_assert(offsetof(USBZDebugActorComponentFlow, LastObject) == 0x0000D0, "Member 'USBZDebugActorComponentFlow::LastObject' has a wrong offset!"); \ +static_assert(offsetof(USBZDebugActorComponentFlow, InstanceObject) == 0x0000D8, "Member 'USBZDebugActorComponentFlow::InstanceObject' has a wrong offset!"); \ +static_assert(offsetof(USBZDebugActorComponentFlow, LastInstanceObject) == 0x0000E0, "Member 'USBZDebugActorComponentFlow::LastInstanceObject' has a wrong offset!"); \ +static_assert(offsetof(USBZDebugActorComponentFlow, DynamicObject) == 0x0000E8, "Member 'USBZDebugActorComponentFlow::DynamicObject' has a wrong offset!"); \ +static_assert(offsetof(USBZDebugActorComponentFlow, LastDynamicObject) == 0x0000F0, "Member 'USBZDebugActorComponentFlow::LastDynamicObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDebugObjectFlow \ +static_assert(alignof(USBZDebugObjectFlow) == 0x000008, "Wrong alignment on USBZDebugObjectFlow"); \ +static_assert(sizeof(USBZDebugObjectFlow) == 0x000038, "Wrong size on USBZDebugObjectFlow"); \ +static_assert(offsetof(USBZDebugObjectFlow, bIs) == 0x000030, "Member 'USBZDebugObjectFlow::bIs' has a wrong offset!"); \ +static_assert(offsetof(USBZDebugObjectFlow, bIsDuplicateTransient) == 0x000032, "Member 'USBZDebugObjectFlow::bIsDuplicateTransient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHoldOutFogProgressionComponent \ +static_assert(alignof(USBZHoldOutFogProgressionComponent) == 0x000008, "Wrong alignment on USBZHoldOutFogProgressionComponent"); \ +static_assert(sizeof(USBZHoldOutFogProgressionComponent) == 0x0000D0, "Wrong size on USBZHoldOutFogProgressionComponent"); \ +static_assert(offsetof(USBZHoldOutFogProgressionComponent, ProgressionFogMapping) == 0x0000C0, "Member 'USBZHoldOutFogProgressionComponent::ProgressionFogMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDebugDrawingManager_ReplicateShapes \ +static_assert(alignof(SBZDebugDrawingManager_ReplicateShapes) == 0x000008, "Wrong alignment on SBZDebugDrawingManager_ReplicateShapes"); \ +static_assert(sizeof(SBZDebugDrawingManager_ReplicateShapes) == 0x000078, "Wrong size on SBZDebugDrawingManager_ReplicateShapes"); \ +static_assert(offsetof(SBZDebugDrawingManager_ReplicateShapes, UncompressedPointsSize) == 0x000000, "Member 'SBZDebugDrawingManager_ReplicateShapes::UncompressedPointsSize' has a wrong offset!"); \ +static_assert(offsetof(SBZDebugDrawingManager_ReplicateShapes, InCompressedPoints) == 0x000008, "Member 'SBZDebugDrawingManager_ReplicateShapes::InCompressedPoints' has a wrong offset!"); \ +static_assert(offsetof(SBZDebugDrawingManager_ReplicateShapes, UncompressedLinesSize) == 0x000018, "Member 'SBZDebugDrawingManager_ReplicateShapes::UncompressedLinesSize' has a wrong offset!"); \ +static_assert(offsetof(SBZDebugDrawingManager_ReplicateShapes, InCompressedLines) == 0x000020, "Member 'SBZDebugDrawingManager_ReplicateShapes::InCompressedLines' has a wrong offset!"); \ +static_assert(offsetof(SBZDebugDrawingManager_ReplicateShapes, UncompressedSpheresSize) == 0x000030, "Member 'SBZDebugDrawingManager_ReplicateShapes::UncompressedSpheresSize' has a wrong offset!"); \ +static_assert(offsetof(SBZDebugDrawingManager_ReplicateShapes, InCompressedSpheres) == 0x000038, "Member 'SBZDebugDrawingManager_ReplicateShapes::InCompressedSpheres' has a wrong offset!"); \ +static_assert(offsetof(SBZDebugDrawingManager_ReplicateShapes, UncompressedCapsulesSize) == 0x000048, "Member 'SBZDebugDrawingManager_ReplicateShapes::UncompressedCapsulesSize' has a wrong offset!"); \ +static_assert(offsetof(SBZDebugDrawingManager_ReplicateShapes, InCompressedCapsules) == 0x000050, "Member 'SBZDebugDrawingManager_ReplicateShapes::InCompressedCapsules' has a wrong offset!"); \ +static_assert(offsetof(SBZDebugDrawingManager_ReplicateShapes, UncompressedTextsSize) == 0x000060, "Member 'SBZDebugDrawingManager_ReplicateShapes::UncompressedTextsSize' has a wrong offset!"); \ +static_assert(offsetof(SBZDebugDrawingManager_ReplicateShapes, InCompressedTexts) == 0x000068, "Member 'SBZDebugDrawingManager_ReplicateShapes::InCompressedTexts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZDebugDrawingManager \ +static_assert(alignof(ASBZDebugDrawingManager) == 0x000008, "Wrong alignment on ASBZDebugDrawingManager"); \ +static_assert(sizeof(ASBZDebugDrawingManager) == 0x000348, "Wrong size on ASBZDebugDrawingManager"); \ + +#define DUMPER7_ASSERTS_USBZInteractSecurityCameraRequirement \ +static_assert(alignof(USBZInteractSecurityCameraRequirement) == 0x000008, "Wrong alignment on USBZInteractSecurityCameraRequirement"); \ +static_assert(sizeof(USBZInteractSecurityCameraRequirement) == 0x000030, "Wrong size on USBZInteractSecurityCameraRequirement"); \ + +#define DUMPER7_ASSERTS_SBZDebuggerOptions_IsGod \ +static_assert(alignof(SBZDebuggerOptions_IsGod) == 0x000001, "Wrong alignment on SBZDebuggerOptions_IsGod"); \ +static_assert(sizeof(SBZDebuggerOptions_IsGod) == 0x000001, "Wrong size on SBZDebuggerOptions_IsGod"); \ +static_assert(offsetof(SBZDebuggerOptions_IsGod, ReturnValue) == 0x000000, "Member 'SBZDebuggerOptions_IsGod::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDebuggerOptions_IsInaudible \ +static_assert(alignof(SBZDebuggerOptions_IsInaudible) == 0x000001, "Wrong alignment on SBZDebuggerOptions_IsInaudible"); \ +static_assert(sizeof(SBZDebuggerOptions_IsInaudible) == 0x000001, "Wrong size on SBZDebuggerOptions_IsInaudible"); \ +static_assert(offsetof(SBZDebuggerOptions_IsInaudible, ReturnValue) == 0x000000, "Member 'SBZDebuggerOptions_IsInaudible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDebuggerOptions_IsInfiniteAmmo \ +static_assert(alignof(SBZDebuggerOptions_IsInfiniteAmmo) == 0x000001, "Wrong alignment on SBZDebuggerOptions_IsInfiniteAmmo"); \ +static_assert(sizeof(SBZDebuggerOptions_IsInfiniteAmmo) == 0x000001, "Wrong size on SBZDebuggerOptions_IsInfiniteAmmo"); \ +static_assert(offsetof(SBZDebuggerOptions_IsInfiniteAmmo, ReturnValue) == 0x000000, "Member 'SBZDebuggerOptions_IsInfiniteAmmo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDebuggerOptions_IsPlayerAutomaticallyInvisibleForAI \ +static_assert(alignof(SBZDebuggerOptions_IsPlayerAutomaticallyInvisibleForAI) == 0x000001, "Wrong alignment on SBZDebuggerOptions_IsPlayerAutomaticallyInvisibleForAI"); \ +static_assert(sizeof(SBZDebuggerOptions_IsPlayerAutomaticallyInvisibleForAI) == 0x000001, "Wrong size on SBZDebuggerOptions_IsPlayerAutomaticallyInvisibleForAI"); \ +static_assert(offsetof(SBZDebuggerOptions_IsPlayerAutomaticallyInvisibleForAI, ReturnValue) == 0x000000, "Member 'SBZDebuggerOptions_IsPlayerAutomaticallyInvisibleForAI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDebuggerOptions \ +static_assert(alignof(USBZDebuggerOptions) == 0x000008, "Wrong alignment on USBZDebuggerOptions"); \ +static_assert(sizeof(USBZDebuggerOptions) == 0x000038, "Wrong size on USBZDebuggerOptions"); \ +static_assert(offsetof(USBZDebuggerOptions, PlayerOptions) == 0x000030, "Member 'USBZDebuggerOptions::PlayerOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDebugPreviewSettings \ +static_assert(alignof(USBZDebugPreviewSettings) == 0x000008, "Wrong alignment on USBZDebugPreviewSettings"); \ +static_assert(sizeof(USBZDebugPreviewSettings) == 0x000128, "Wrong size on USBZDebugPreviewSettings"); \ +static_assert(offsetof(USBZDebugPreviewSettings, PreviewData) == 0x000048, "Member 'USBZDebugPreviewSettings::PreviewData' has a wrong offset!"); \ +static_assert(offsetof(USBZDebugPreviewSettings, PedestrianPreviewData) == 0x000078, "Member 'USBZDebugPreviewSettings::PedestrianPreviewData' has a wrong offset!"); \ +static_assert(offsetof(USBZDebugPreviewSettings, AgilitySkeletalPreview) == 0x0000A8, "Member 'USBZDebugPreviewSettings::AgilitySkeletalPreview' has a wrong offset!"); \ +static_assert(offsetof(USBZDebugPreviewSettings, LifeActionsIcons) == 0x0000D8, "Member 'USBZDebugPreviewSettings::LifeActionsIcons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDecorativeSmokeGrenade_OnActorHit \ +static_assert(alignof(SBZDecorativeSmokeGrenade_OnActorHit) == 0x000008, "Wrong alignment on SBZDecorativeSmokeGrenade_OnActorHit"); \ +static_assert(sizeof(SBZDecorativeSmokeGrenade_OnActorHit) == 0x0000B8, "Wrong size on SBZDecorativeSmokeGrenade_OnActorHit"); \ +static_assert(offsetof(SBZDecorativeSmokeGrenade_OnActorHit, OverlappedComp) == 0x000000, "Member 'SBZDecorativeSmokeGrenade_OnActorHit::OverlappedComp' has a wrong offset!"); \ +static_assert(offsetof(SBZDecorativeSmokeGrenade_OnActorHit, OtherActor) == 0x000008, "Member 'SBZDecorativeSmokeGrenade_OnActorHit::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZDecorativeSmokeGrenade_OnActorHit, OtherComp) == 0x000010, "Member 'SBZDecorativeSmokeGrenade_OnActorHit::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZDecorativeSmokeGrenade_OnActorHit, NormalImpulse) == 0x000018, "Member 'SBZDecorativeSmokeGrenade_OnActorHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(SBZDecorativeSmokeGrenade_OnActorHit, Hit) == 0x000024, "Member 'SBZDecorativeSmokeGrenade_OnActorHit::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZDecorativeSmokeGrenade \ +static_assert(alignof(ASBZDecorativeSmokeGrenade) == 0x000008, "Wrong alignment on ASBZDecorativeSmokeGrenade"); \ +static_assert(sizeof(ASBZDecorativeSmokeGrenade) == 0x0002D8, "Wrong size on ASBZDecorativeSmokeGrenade"); \ +static_assert(offsetof(ASBZDecorativeSmokeGrenade, StaticMesh) == 0x0002A8, "Member 'ASBZDecorativeSmokeGrenade::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZDecorativeSmokeGrenade, GasEffectComponent) == 0x0002B0, "Member 'ASBZDecorativeSmokeGrenade::GasEffectComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZDecorativeSmokeGrenade, DetonationEvent) == 0x0002B8, "Member 'ASBZDecorativeSmokeGrenade::DetonationEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZDecorativeSmokeGrenade, DurationSeconds) == 0x0002C0, "Member 'ASBZDecorativeSmokeGrenade::DurationSeconds' has a wrong offset!"); \ +static_assert(offsetof(ASBZDecorativeSmokeGrenade, Range) == 0x0002C4, "Member 'ASBZDecorativeSmokeGrenade::Range' has a wrong offset!"); \ +static_assert(offsetof(ASBZDecorativeSmokeGrenade, DelayedExplosionTimer) == 0x0002C8, "Member 'ASBZDecorativeSmokeGrenade::DelayedExplosionTimer' has a wrong offset!"); \ +static_assert(offsetof(ASBZDecorativeSmokeGrenade, SmokeState) == 0x0002CC, "Member 'ASBZDecorativeSmokeGrenade::SmokeState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZDespawnVolume \ +static_assert(alignof(ASBZDespawnVolume) == 0x000008, "Wrong alignment on ASBZDespawnVolume"); \ +static_assert(sizeof(ASBZDespawnVolume) == 0x000330, "Wrong size on ASBZDespawnVolume"); \ +static_assert(offsetof(ASBZDespawnVolume, AllowedTypes) == 0x000308, "Member 'ASBZDespawnVolume::AllowedTypes' has a wrong offset!"); \ +static_assert(offsetof(ASBZDespawnVolume, Room) == 0x000328, "Member 'ASBZDespawnVolume::Room' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDestroyGroup_DestroyActors \ +static_assert(alignof(SBZDestroyGroup_DestroyActors) == 0x000008, "Wrong alignment on SBZDestroyGroup_DestroyActors"); \ +static_assert(sizeof(SBZDestroyGroup_DestroyActors) == 0x000020, "Wrong size on SBZDestroyGroup_DestroyActors"); \ +static_assert(offsetof(SBZDestroyGroup_DestroyActors, KeptActors) == 0x000000, "Member 'SBZDestroyGroup_DestroyActors::KeptActors' has a wrong offset!"); \ +static_assert(offsetof(SBZDestroyGroup_DestroyActors, DestroyedActors) == 0x000010, "Member 'SBZDestroyGroup_DestroyActors::DestroyedActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDestroyGroup_OnRep_HasDestroyedActors \ +static_assert(alignof(SBZDestroyGroup_OnRep_HasDestroyedActors) == 0x000001, "Wrong alignment on SBZDestroyGroup_OnRep_HasDestroyedActors"); \ +static_assert(sizeof(SBZDestroyGroup_OnRep_HasDestroyedActors) == 0x000001, "Wrong size on SBZDestroyGroup_OnRep_HasDestroyedActors"); \ +static_assert(offsetof(SBZDestroyGroup_OnRep_HasDestroyedActors, OldValue) == 0x000000, "Member 'SBZDestroyGroup_OnRep_HasDestroyedActors::OldValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZDestroyGroup \ +static_assert(alignof(ASBZDestroyGroup) == 0x000008, "Wrong alignment on ASBZDestroyGroup"); \ +static_assert(sizeof(ASBZDestroyGroup) == 0x0002F0, "Wrong size on ASBZDestroyGroup"); \ +static_assert(offsetof(ASBZDestroyGroup, OnDestroyActorsDone) == 0x0002A8, "Member 'ASBZDestroyGroup::OnDestroyActorsDone' has a wrong offset!"); \ +static_assert(offsetof(ASBZDestroyGroup, ActorsToDestroy) == 0x0002B8, "Member 'ASBZDestroyGroup::ActorsToDestroy' has a wrong offset!"); \ +static_assert(offsetof(ASBZDestroyGroup, NumOfActorsToDestroyPerDifficulty) == 0x0002C8, "Member 'ASBZDestroyGroup::NumOfActorsToDestroyPerDifficulty' has a wrong offset!"); \ +static_assert(offsetof(ASBZDestroyGroup, bShouldDestroyOnBeginplay) == 0x0002E8, "Member 'ASBZDestroyGroup::bShouldDestroyOnBeginplay' has a wrong offset!"); \ +static_assert(offsetof(ASBZDestroyGroup, bHasDestroyedNonReplicatedActors) == 0x0002E9, "Member 'ASBZDestroyGroup::bHasDestroyedNonReplicatedActors' has a wrong offset!"); \ +static_assert(offsetof(ASBZDestroyGroup, Seed) == 0x0002EC, "Member 'ASBZDestroyGroup::Seed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDialogAnimDataCollection \ +static_assert(alignof(USBZDialogAnimDataCollection) == 0x000008, "Wrong alignment on USBZDialogAnimDataCollection"); \ +static_assert(sizeof(USBZDialogAnimDataCollection) == 0x000088, "Wrong size on USBZDialogAnimDataCollection"); \ +static_assert(offsetof(USBZDialogAnimDataCollection, DialogAnimDatas) == 0x000038, "Member 'USBZDialogAnimDataCollection::DialogAnimDatas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDialogBodyGestureEndNotify \ +static_assert(alignof(USBZDialogBodyGestureEndNotify) == 0x000008, "Wrong alignment on USBZDialogBodyGestureEndNotify"); \ +static_assert(sizeof(USBZDialogBodyGestureEndNotify) == 0x000040, "Wrong size on USBZDialogBodyGestureEndNotify"); \ + +#define DUMPER7_ASSERTS_USBZDialogBodyGesturesData \ +static_assert(alignof(USBZDialogBodyGesturesData) == 0x000008, "Wrong alignment on USBZDialogBodyGesturesData"); \ +static_assert(sizeof(USBZDialogBodyGesturesData) == 0x000060, "Wrong size on USBZDialogBodyGesturesData"); \ +static_assert(offsetof(USBZDialogBodyGesturesData, bUpdate) == 0x000038, "Member 'USBZDialogBodyGesturesData::bUpdate' has a wrong offset!"); \ +static_assert(offsetof(USBZDialogBodyGesturesData, DialogBodyGestures) == 0x000040, "Member 'USBZDialogBodyGesturesData::DialogBodyGestures' has a wrong offset!"); \ +static_assert(offsetof(USBZDialogBodyGesturesData, DialogBodyGestureDurations) == 0x000050, "Member 'USBZDialogBodyGesturesData::DialogBodyGestureDurations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerMeleeAbility \ +static_assert(alignof(USBZPlayerMeleeAbility) == 0x000008, "Wrong alignment on USBZPlayerMeleeAbility"); \ +static_assert(sizeof(USBZPlayerMeleeAbility) == 0x000510, "Wrong size on USBZPlayerMeleeAbility"); \ + +#define DUMPER7_ASSERTS_SBZGameModeMainMenu_SetMainMenuState \ +static_assert(alignof(SBZGameModeMainMenu_SetMainMenuState) == 0x000001, "Wrong alignment on SBZGameModeMainMenu_SetMainMenuState"); \ +static_assert(sizeof(SBZGameModeMainMenu_SetMainMenuState) == 0x000001, "Wrong size on SBZGameModeMainMenu_SetMainMenuState"); \ +static_assert(offsetof(SBZGameModeMainMenu_SetMainMenuState, NewState) == 0x000000, "Member 'SBZGameModeMainMenu_SetMainMenuState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameModeMainMenu_GetMainMenuState \ +static_assert(alignof(SBZGameModeMainMenu_GetMainMenuState) == 0x000001, "Wrong alignment on SBZGameModeMainMenu_GetMainMenuState"); \ +static_assert(sizeof(SBZGameModeMainMenu_GetMainMenuState) == 0x000001, "Wrong size on SBZGameModeMainMenu_GetMainMenuState"); \ +static_assert(offsetof(SBZGameModeMainMenu_GetMainMenuState, ReturnValue) == 0x000000, "Member 'SBZGameModeMainMenu_GetMainMenuState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZGameModeMainMenu \ +static_assert(alignof(ASBZGameModeMainMenu) == 0x000008, "Wrong alignment on ASBZGameModeMainMenu"); \ +static_assert(sizeof(ASBZGameModeMainMenu) == 0x000360, "Wrong size on ASBZGameModeMainMenu"); \ + +#define DUMPER7_ASSERTS_ASBZNarrator \ +static_assert(alignof(ASBZNarrator) == 0x000008, "Wrong alignment on ASBZNarrator"); \ +static_assert(sizeof(ASBZNarrator) == 0x0002B8, "Wrong size on ASBZNarrator"); \ +static_assert(offsetof(ASBZNarrator, VoiceComponent) == 0x0002B0, "Member 'ASBZNarrator::VoiceComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDialogDataAsset \ +static_assert(alignof(USBZDialogDataAsset) == 0x000008, "Wrong alignment on USBZDialogDataAsset"); \ +static_assert(sizeof(USBZDialogDataAsset) == 0x000068, "Wrong size on USBZDialogDataAsset"); \ +static_assert(offsetof(USBZDialogDataAsset, DialogType) == 0x000038, "Member 'USBZDialogDataAsset::DialogType' has a wrong offset!"); \ +static_assert(offsetof(USBZDialogDataAsset, Priority) == 0x00003C, "Member 'USBZDialogDataAsset::Priority' has a wrong offset!"); \ +static_assert(offsetof(USBZDialogDataAsset, DialogLines) == 0x000040, "Member 'USBZDialogDataAsset::DialogLines' has a wrong offset!"); \ +static_assert(offsetof(USBZDialogDataAsset, bSkipFirstDelay) == 0x000050, "Member 'USBZDialogDataAsset::bSkipFirstDelay' has a wrong offset!"); \ +static_assert(offsetof(USBZDialogDataAsset, bIsDeadAllowed) == 0x000051, "Member 'USBZDialogDataAsset::bIsDeadAllowed' has a wrong offset!"); \ +static_assert(offsetof(USBZDialogDataAsset, bIsHumanShieldVictimAllowed) == 0x000052, "Member 'USBZDialogDataAsset::bIsHumanShieldVictimAllowed' has a wrong offset!"); \ +static_assert(offsetof(USBZDialogDataAsset, bIsHostageAllowed) == 0x000053, "Member 'USBZDialogDataAsset::bIsHostageAllowed' has a wrong offset!"); \ +static_assert(offsetof(USBZDialogDataAsset, VoiceSwitchesPerPerformer) == 0x000058, "Member 'USBZDialogDataAsset::VoiceSwitchesPerPerformer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDisableAgentCollision \ +static_assert(alignof(USBZDisableAgentCollision) == 0x000008, "Wrong alignment on USBZDisableAgentCollision"); \ +static_assert(sizeof(USBZDisableAgentCollision) == 0x000038, "Wrong size on USBZDisableAgentCollision"); \ + +#define DUMPER7_ASSERTS_USBZDisableAgentGravityNotifyState \ +static_assert(alignof(USBZDisableAgentGravityNotifyState) == 0x000008, "Wrong alignment on USBZDisableAgentGravityNotifyState"); \ +static_assert(sizeof(USBZDisableAgentGravityNotifyState) == 0x000038, "Wrong size on USBZDisableAgentGravityNotifyState"); \ + +#define DUMPER7_ASSERTS_USBZDisableIKNotifyState \ +static_assert(alignof(USBZDisableIKNotifyState) == 0x000008, "Wrong alignment on USBZDisableIKNotifyState"); \ +static_assert(sizeof(USBZDisableIKNotifyState) == 0x000040, "Wrong size on USBZDisableIKNotifyState"); \ +static_assert(offsetof(USBZDisableIKNotifyState, DisableHandIkType) == 0x000038, "Member 'USBZDisableIKNotifyState::DisableHandIkType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerStatisticsData \ +static_assert(alignof(USBZPlayerStatisticsData) == 0x000008, "Wrong alignment on USBZPlayerStatisticsData"); \ +static_assert(sizeof(USBZPlayerStatisticsData) == 0x0000D8, "Wrong size on USBZPlayerStatisticsData"); \ +static_assert(offsetof(USBZPlayerStatisticsData, StatCodeToValueMap) == 0x000030, "Member 'USBZPlayerStatisticsData::StatCodeToValueMap' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerStatisticsData, ItemProgressionLevelMap) == 0x000080, "Member 'USBZPlayerStatisticsData::ItemProgressionLevelMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZInteractHealthPlaceableRequirement \ +static_assert(alignof(USBZInteractHealthPlaceableRequirement) == 0x000008, "Wrong alignment on USBZInteractHealthPlaceableRequirement"); \ +static_assert(sizeof(USBZInteractHealthPlaceableRequirement) == 0x000030, "Wrong size on USBZInteractHealthPlaceableRequirement"); \ + +#define DUMPER7_ASSERTS_USBZDisablePlayerHandRigTransform \ +static_assert(alignof(USBZDisablePlayerHandRigTransform) == 0x000008, "Wrong alignment on USBZDisablePlayerHandRigTransform"); \ +static_assert(sizeof(USBZDisablePlayerHandRigTransform) == 0x000040, "Wrong size on USBZDisablePlayerHandRigTransform"); \ +static_assert(offsetof(USBZDisablePlayerHandRigTransform, DisabledHandRigTransformFlags) == 0x000038, "Member 'USBZDisablePlayerHandRigTransform::DisabledHandRigTransformFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDisplayCase_BP_OnGlassBroken \ +static_assert(alignof(SBZDisplayCase_BP_OnGlassBroken) == 0x000001, "Wrong alignment on SBZDisplayCase_BP_OnGlassBroken"); \ +static_assert(sizeof(SBZDisplayCase_BP_OnGlassBroken) == 0x000001, "Wrong size on SBZDisplayCase_BP_OnGlassBroken"); \ +static_assert(offsetof(SBZDisplayCase_BP_OnGlassBroken, bDoCosmetics) == 0x000000, "Member 'SBZDisplayCase_BP_OnGlassBroken::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDisplayCase_BP_OnStateChanged \ +static_assert(alignof(SBZDisplayCase_BP_OnStateChanged) == 0x000001, "Wrong alignment on SBZDisplayCase_BP_OnStateChanged"); \ +static_assert(sizeof(SBZDisplayCase_BP_OnStateChanged) == 0x000003, "Wrong size on SBZDisplayCase_BP_OnStateChanged"); \ +static_assert(offsetof(SBZDisplayCase_BP_OnStateChanged, OldState) == 0x000000, "Member 'SBZDisplayCase_BP_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZDisplayCase_BP_OnStateChanged, NewState) == 0x000001, "Member 'SBZDisplayCase_BP_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(SBZDisplayCase_BP_OnStateChanged, bDoCosmetics) == 0x000002, "Member 'SBZDisplayCase_BP_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDisplayCase_Multicast_SetIsLarmed \ +static_assert(alignof(SBZDisplayCase_Multicast_SetIsLarmed) == 0x000001, "Wrong alignment on SBZDisplayCase_Multicast_SetIsLarmed"); \ +static_assert(sizeof(SBZDisplayCase_Multicast_SetIsLarmed) == 0x000001, "Wrong size on SBZDisplayCase_Multicast_SetIsLarmed"); \ +static_assert(offsetof(SBZDisplayCase_Multicast_SetIsLarmed, bInIsLarmed) == 0x000000, "Member 'SBZDisplayCase_Multicast_SetIsLarmed::bInIsLarmed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDisplayCase_Multicast_SetIsLocked \ +static_assert(alignof(SBZDisplayCase_Multicast_SetIsLocked) == 0x000001, "Wrong alignment on SBZDisplayCase_Multicast_SetIsLocked"); \ +static_assert(sizeof(SBZDisplayCase_Multicast_SetIsLocked) == 0x000001, "Wrong size on SBZDisplayCase_Multicast_SetIsLocked"); \ +static_assert(offsetof(SBZDisplayCase_Multicast_SetIsLocked, bInIsLocked) == 0x000000, "Member 'SBZDisplayCase_Multicast_SetIsLocked::bInIsLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDisplayCase_Multicast_SetState \ +static_assert(alignof(SBZDisplayCase_Multicast_SetState) == 0x000001, "Wrong alignment on SBZDisplayCase_Multicast_SetState"); \ +static_assert(sizeof(SBZDisplayCase_Multicast_SetState) == 0x000001, "Wrong size on SBZDisplayCase_Multicast_SetState"); \ +static_assert(offsetof(SBZDisplayCase_Multicast_SetState, NewState) == 0x000000, "Member 'SBZDisplayCase_Multicast_SetState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDisplayCase_OnHackingStateChanged \ +static_assert(alignof(SBZDisplayCase_OnHackingStateChanged) == 0x000001, "Wrong alignment on SBZDisplayCase_OnHackingStateChanged"); \ +static_assert(sizeof(SBZDisplayCase_OnHackingStateChanged) == 0x000001, "Wrong size on SBZDisplayCase_OnHackingStateChanged"); \ +static_assert(offsetof(SBZDisplayCase_OnHackingStateChanged, NewState) == 0x000000, "Member 'SBZDisplayCase_OnHackingStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDisplayCase_OnHeistStateChanged \ +static_assert(alignof(SBZDisplayCase_OnHeistStateChanged) == 0x000001, "Wrong alignment on SBZDisplayCase_OnHeistStateChanged"); \ +static_assert(sizeof(SBZDisplayCase_OnHeistStateChanged) == 0x000002, "Wrong size on SBZDisplayCase_OnHeistStateChanged"); \ +static_assert(offsetof(SBZDisplayCase_OnHeistStateChanged, OldState) == 0x000000, "Member 'SBZDisplayCase_OnHeistStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZDisplayCase_OnHeistStateChanged, NewState) == 0x000001, "Member 'SBZDisplayCase_OnHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDisplayCase_OnLockpickStateChanged \ +static_assert(alignof(SBZDisplayCase_OnLockpickStateChanged) == 0x000001, "Wrong alignment on SBZDisplayCase_OnLockpickStateChanged"); \ +static_assert(sizeof(SBZDisplayCase_OnLockpickStateChanged) == 0x000001, "Wrong size on SBZDisplayCase_OnLockpickStateChanged"); \ +static_assert(offsetof(SBZDisplayCase_OnLockpickStateChanged, NewState) == 0x000000, "Member 'SBZDisplayCase_OnLockpickStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDisplayCase_OnPropDamageHits \ +static_assert(alignof(SBZDisplayCase_OnPropDamageHits) == 0x000008, "Wrong alignment on SBZDisplayCase_OnPropDamageHits"); \ +static_assert(sizeof(SBZDisplayCase_OnPropDamageHits) == 0x000028, "Wrong size on SBZDisplayCase_OnPropDamageHits"); \ +static_assert(offsetof(SBZDisplayCase_OnPropDamageHits, HitComponent) == 0x000000, "Member 'SBZDisplayCase_OnPropDamageHits::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZDisplayCase_OnPropDamageHits, Hits) == 0x000008, "Member 'SBZDisplayCase_OnPropDamageHits::Hits' has a wrong offset!"); \ +static_assert(offsetof(SBZDisplayCase_OnPropDamageHits, bDoCosmetics) == 0x00000C, "Member 'SBZDisplayCase_OnPropDamageHits::bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(SBZDisplayCase_OnPropDamageHits, DamageContext) == 0x000010, "Member 'SBZDisplayCase_OnPropDamageHits::DamageContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDisplayCase_OnRep_CurrentState \ +static_assert(alignof(SBZDisplayCase_OnRep_CurrentState) == 0x000001, "Wrong alignment on SBZDisplayCase_OnRep_CurrentState"); \ +static_assert(sizeof(SBZDisplayCase_OnRep_CurrentState) == 0x000001, "Wrong size on SBZDisplayCase_OnRep_CurrentState"); \ +static_assert(offsetof(SBZDisplayCase_OnRep_CurrentState, OldState) == 0x000000, "Member 'SBZDisplayCase_OnRep_CurrentState::OldState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDisplayCase_SetDisplayCaseLarmed \ +static_assert(alignof(SBZDisplayCase_SetDisplayCaseLarmed) == 0x000001, "Wrong alignment on SBZDisplayCase_SetDisplayCaseLarmed"); \ +static_assert(sizeof(SBZDisplayCase_SetDisplayCaseLarmed) == 0x000001, "Wrong size on SBZDisplayCase_SetDisplayCaseLarmed"); \ +static_assert(offsetof(SBZDisplayCase_SetDisplayCaseLarmed, bInIsLarmed) == 0x000000, "Member 'SBZDisplayCase_SetDisplayCaseLarmed::bInIsLarmed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDisplayCase_SetDisplayCaseLocked \ +static_assert(alignof(SBZDisplayCase_SetDisplayCaseLocked) == 0x000001, "Wrong alignment on SBZDisplayCase_SetDisplayCaseLocked"); \ +static_assert(sizeof(SBZDisplayCase_SetDisplayCaseLocked) == 0x000001, "Wrong size on SBZDisplayCase_SetDisplayCaseLocked"); \ +static_assert(offsetof(SBZDisplayCase_SetDisplayCaseLocked, bInIsLocked) == 0x000000, "Member 'SBZDisplayCase_SetDisplayCaseLocked::bInIsLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDisplayCase_SetLockdownActive \ +static_assert(alignof(SBZDisplayCase_SetLockdownActive) == 0x000001, "Wrong alignment on SBZDisplayCase_SetLockdownActive"); \ +static_assert(sizeof(SBZDisplayCase_SetLockdownActive) == 0x000001, "Wrong size on SBZDisplayCase_SetLockdownActive"); \ +static_assert(offsetof(SBZDisplayCase_SetLockdownActive, bInActive) == 0x000000, "Member 'SBZDisplayCase_SetLockdownActive::bInActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDisplayCase_SetLockdownEnabled \ +static_assert(alignof(SBZDisplayCase_SetLockdownEnabled) == 0x000001, "Wrong alignment on SBZDisplayCase_SetLockdownEnabled"); \ +static_assert(sizeof(SBZDisplayCase_SetLockdownEnabled) == 0x000001, "Wrong size on SBZDisplayCase_SetLockdownEnabled"); \ +static_assert(offsetof(SBZDisplayCase_SetLockdownEnabled, bEnabled) == 0x000000, "Member 'SBZDisplayCase_SetLockdownEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZDisplayCase \ +static_assert(alignof(ASBZDisplayCase) == 0x000008, "Wrong alignment on ASBZDisplayCase"); \ +static_assert(sizeof(ASBZDisplayCase) == 0x000468, "Wrong size on ASBZDisplayCase"); \ +static_assert(offsetof(ASBZDisplayCase, OnDisplayCaseStateChanged) == 0x000360, "Member 'ASBZDisplayCase::OnDisplayCaseStateChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, bHasLock) == 0x000370, "Member 'ASBZDisplayCase::bHasLock' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, bHasAlarm) == 0x000371, "Member 'ASBZDisplayCase::bHasAlarm' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, bHasLockdown) == 0x000372, "Member 'ASBZDisplayCase::bHasLockdown' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, bShouldHackLiftLockdown) == 0x000373, "Member 'ASBZDisplayCase::bShouldHackLiftLockdown' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, bCanBeClosed) == 0x000374, "Member 'ASBZDisplayCase::bCanBeClosed' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, LockActorArray) == 0x000378, "Member 'ASBZDisplayCase::LockActorArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, bMustLockpickAllLocks) == 0x000388, "Member 'ASBZDisplayCase::bMustLockpickAllLocks' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, bIsLocksDisabledOnLockdown) == 0x000389, "Member 'ASBZDisplayCase::bIsLocksDisabledOnLockdown' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, BreachSoundTag) == 0x00038C, "Member 'ASBZDisplayCase::BreachSoundTag' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, SoundRange) == 0x000398, "Member 'ASBZDisplayCase::SoundRange' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, bIsLocked) == 0x00039C, "Member 'ASBZDisplayCase::bIsLocked' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, bIsLarmed) == 0x00039D, "Member 'ASBZDisplayCase::bIsLarmed' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, AttractorComponent) == 0x0003A0, "Member 'ASBZDisplayCase::AttractorComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, AlarmActorArray) == 0x0003A8, "Member 'ASBZDisplayCase::AlarmActorArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, AlarmNotificationAsset) == 0x0003B8, "Member 'ASBZDisplayCase::AlarmNotificationAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, ShutterMesh) == 0x0003C0, "Member 'ASBZDisplayCase::ShutterMesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, DefaultLock) == 0x0003C8, "Member 'ASBZDisplayCase::DefaultLock' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, DefaultAlarm) == 0x0003D0, "Member 'ASBZDisplayCase::DefaultAlarm' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, CurrentState) == 0x0003D8, "Member 'ASBZDisplayCase::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, PropDamage) == 0x0003E0, "Member 'ASBZDisplayCase::PropDamage' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, BrokenMesh) == 0x0003E8, "Member 'ASBZDisplayCase::BrokenMesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, PreviousState) == 0x0003F0, "Member 'ASBZDisplayCase::PreviousState' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, TargetState) == 0x0003F1, "Member 'ASBZDisplayCase::TargetState' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, LockAttachSelector) == 0x000400, "Member 'ASBZDisplayCase::LockAttachSelector' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, AlarmAttachSelector) == 0x000420, "Member 'ASBZDisplayCase::AlarmAttachSelector' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, LootAttachComponent) == 0x000440, "Member 'ASBZDisplayCase::LootAttachComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZDisplayCase, AttachedLoot) == 0x000460, "Member 'ASBZDisplayCase::AttachedLoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZDisplayCaseNotCuttable \ +static_assert(alignof(ASBZDisplayCaseNotCuttable) == 0x000008, "Wrong alignment on ASBZDisplayCaseNotCuttable"); \ +static_assert(sizeof(ASBZDisplayCaseNotCuttable) == 0x000468, "Wrong size on ASBZDisplayCaseNotCuttable"); \ + +#define DUMPER7_ASSERTS_USBZPlayerCharacterDatabase \ +static_assert(alignof(USBZPlayerCharacterDatabase) == 0x000008, "Wrong alignment on USBZPlayerCharacterDatabase"); \ +static_assert(sizeof(USBZPlayerCharacterDatabase) == 0x000048, "Wrong size on USBZPlayerCharacterDatabase"); \ +static_assert(offsetof(USBZPlayerCharacterDatabase, PlayerCharacterArray) == 0x000038, "Member 'USBZPlayerCharacterDatabase::PlayerCharacterArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDoorBoxComponent \ +static_assert(alignof(USBZDoorBoxComponent) == 0x000010, "Wrong alignment on USBZDoorBoxComponent"); \ +static_assert(sizeof(USBZDoorBoxComponent) == 0x000530, "Wrong size on USBZDoorBoxComponent"); \ +static_assert(offsetof(USBZDoorBoxComponent, OpenDirection) == 0x000528, "Member 'USBZDoorBoxComponent::OpenDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_StreetPedestrianCrossing \ +static_assert(alignof(USBZNavArea_StreetPedestrianCrossing) == 0x000008, "Wrong alignment on USBZNavArea_StreetPedestrianCrossing"); \ +static_assert(sizeof(USBZNavArea_StreetPedestrianCrossing) == 0x000050, "Wrong size on USBZNavArea_StreetPedestrianCrossing"); \ + +#define DUMPER7_ASSERTS_SBZP2PSession_OnLevelLoaded \ +static_assert(alignof(SBZP2PSession_OnLevelLoaded) == 0x000008, "Wrong alignment on SBZP2PSession_OnLevelLoaded"); \ +static_assert(sizeof(SBZP2PSession_OnLevelLoaded) == 0x000008, "Wrong size on SBZP2PSession_OnLevelLoaded"); \ +static_assert(offsetof(SBZP2PSession_OnLevelLoaded, InWorld) == 0x000000, "Member 'SBZP2PSession_OnLevelLoaded::InWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZP2PSession \ +static_assert(alignof(USBZP2PSession) == 0x000008, "Wrong alignment on USBZP2PSession"); \ +static_assert(sizeof(USBZP2PSession) == 0x0001F0, "Wrong size on USBZP2PSession"); \ +static_assert(offsetof(USBZP2PSession, OnSessionJoined) == 0x000030, "Member 'USBZP2PSession::OnSessionJoined' has a wrong offset!"); \ +static_assert(offsetof(USBZP2PSession, OnSessionJoinStarted) == 0x0001D8, "Member 'USBZP2PSession::OnSessionJoinStarted' has a wrong offset!"); \ +static_assert(offsetof(USBZP2PSession, P2PChatManager) == 0x0001E8, "Member 'USBZP2PSession::P2PChatManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZP2PSessionV1 \ +static_assert(alignof(USBZP2PSessionV1) == 0x000008, "Wrong alignment on USBZP2PSessionV1"); \ +static_assert(sizeof(USBZP2PSessionV1) == 0x0001F8, "Wrong size on USBZP2PSessionV1"); \ + +#define DUMPER7_ASSERTS_USBZDownedAbility \ +static_assert(alignof(USBZDownedAbility) == 0x000008, "Wrong alignment on USBZDownedAbility"); \ +static_assert(sizeof(USBZDownedAbility) == 0x0004D8, "Wrong size on USBZDownedAbility"); \ + +#define DUMPER7_ASSERTS_USBZDownOnGroundNotify \ +static_assert(alignof(USBZDownOnGroundNotify) == 0x000008, "Wrong alignment on USBZDownOnGroundNotify"); \ +static_assert(sizeof(USBZDownOnGroundNotify) == 0x000040, "Wrong size on USBZDownOnGroundNotify"); \ + +#define DUMPER7_ASSERTS_USBZDownOnGroundNotifyState \ +static_assert(alignof(USBZDownOnGroundNotifyState) == 0x000008, "Wrong alignment on USBZDownOnGroundNotifyState"); \ +static_assert(sizeof(USBZDownOnGroundNotifyState) == 0x000038, "Wrong size on USBZDownOnGroundNotifyState"); \ + +#define DUMPER7_ASSERTS_USBZDozerFaceArmor \ +static_assert(alignof(USBZDozerFaceArmor) == 0x000010, "Wrong alignment on USBZDozerFaceArmor"); \ +static_assert(sizeof(USBZDozerFaceArmor) == 0x000670, "Wrong size on USBZDozerFaceArmor"); \ +static_assert(offsetof(USBZDozerFaceArmor, Armor) == 0x000598, "Member 'USBZDozerFaceArmor::Armor' has a wrong offset!"); \ +static_assert(offsetof(USBZDozerFaceArmor, ArmorHardness) == 0x0005E8, "Member 'USBZDozerFaceArmor::ArmorHardness' has a wrong offset!"); \ +static_assert(offsetof(USBZDozerFaceArmor, BreakEvent) == 0x000638, "Member 'USBZDozerFaceArmor::BreakEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZDozerFaceArmor, BreakVFX) == 0x000640, "Member 'USBZDozerFaceArmor::BreakVFX' has a wrong offset!"); \ +static_assert(offsetof(USBZDozerFaceArmor, BreakComment) == 0x000648, "Member 'USBZDozerFaceArmor::BreakComment' has a wrong offset!"); \ +static_assert(offsetof(USBZDozerFaceArmor, bCarryOnBreak) == 0x000650, "Member 'USBZDozerFaceArmor::bCarryOnBreak' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameEngine_OnResumingGamePopupClosed \ +static_assert(alignof(SBZGameEngine_OnResumingGamePopupClosed) == 0x000004, "Wrong alignment on SBZGameEngine_OnResumingGamePopupClosed"); \ +static_assert(sizeof(SBZGameEngine_OnResumingGamePopupClosed) == 0x00000C, "Wrong size on SBZGameEngine_OnResumingGamePopupClosed"); \ +static_assert(offsetof(SBZGameEngine_OnResumingGamePopupClosed, ActionName) == 0x000000, "Member 'SBZGameEngine_OnResumingGamePopupClosed::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGameEngine \ +static_assert(alignof(USBZGameEngine) == 0x000008, "Wrong alignment on USBZGameEngine"); \ +static_assert(sizeof(USBZGameEngine) == 0x000EF8, "Wrong size on USBZGameEngine"); \ + +#define DUMPER7_ASSERTS_ASBZTrafficVolume \ +static_assert(alignof(ASBZTrafficVolume) == 0x000008, "Wrong alignment on ASBZTrafficVolume"); \ +static_assert(sizeof(ASBZTrafficVolume) == 0x000310, "Wrong size on ASBZTrafficVolume"); \ +static_assert(offsetof(ASBZTrafficVolume, TrafficLightActor) == 0x000300, "Member 'ASBZTrafficVolume::TrafficLightActor' has a wrong offset!"); \ +static_assert(offsetof(ASBZTrafficVolume, TrafficLightIndex) == 0x000308, "Member 'ASBZTrafficVolume::TrafficLightIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHackerBaseAbility \ +static_assert(alignof(USBZHackerBaseAbility) == 0x000008, "Wrong alignment on USBZHackerBaseAbility"); \ +static_assert(sizeof(USBZHackerBaseAbility) == 0x0004F8, "Wrong size on USBZHackerBaseAbility"); \ + +#define DUMPER7_ASSERTS_USBZHackerAcedAbility \ +static_assert(alignof(USBZHackerAcedAbility) == 0x000008, "Wrong alignment on USBZHackerAcedAbility"); \ +static_assert(sizeof(USBZHackerAcedAbility) == 0x0004F8, "Wrong size on USBZHackerAcedAbility"); \ + +#define DUMPER7_ASSERTS_USBZDozerFacePlate \ +static_assert(alignof(USBZDozerFacePlate) == 0x000010, "Wrong alignment on USBZDozerFacePlate"); \ +static_assert(sizeof(USBZDozerFacePlate) == 0x000670, "Wrong size on USBZDozerFacePlate"); \ + +#define DUMPER7_ASSERTS_SBZDrill_JamDrill \ +static_assert(alignof(SBZDrill_JamDrill) == 0x000001, "Wrong alignment on SBZDrill_JamDrill"); \ +static_assert(sizeof(SBZDrill_JamDrill) == 0x000001, "Wrong size on SBZDrill_JamDrill"); \ +static_assert(offsetof(SBZDrill_JamDrill, ReturnValue) == 0x000000, "Member 'SBZDrill_JamDrill::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrill_Multicast_StartDrill \ +static_assert(alignof(SBZDrill_Multicast_StartDrill) == 0x000004, "Wrong alignment on SBZDrill_Multicast_StartDrill"); \ +static_assert(sizeof(SBZDrill_Multicast_StartDrill) == 0x000004, "Wrong size on SBZDrill_Multicast_StartDrill"); \ +static_assert(offsetof(SBZDrill_Multicast_StartDrill, EndServerTime) == 0x000000, "Member 'SBZDrill_Multicast_StartDrill::EndServerTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrill_Multicast_StopDrill \ +static_assert(alignof(SBZDrill_Multicast_StopDrill) == 0x000004, "Wrong alignment on SBZDrill_Multicast_StopDrill"); \ +static_assert(sizeof(SBZDrill_Multicast_StopDrill) == 0x000008, "Wrong size on SBZDrill_Multicast_StopDrill"); \ +static_assert(offsetof(SBZDrill_Multicast_StopDrill, StopState) == 0x000000, "Member 'SBZDrill_Multicast_StopDrill::StopState' has a wrong offset!"); \ +static_assert(offsetof(SBZDrill_Multicast_StopDrill, TimeLeftDrill) == 0x000004, "Member 'SBZDrill_Multicast_StopDrill::TimeLeftDrill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrill_OnUnjamInteraction \ +static_assert(alignof(SBZDrill_OnUnjamInteraction) == 0x000008, "Wrong alignment on SBZDrill_OnUnjamInteraction"); \ +static_assert(sizeof(SBZDrill_OnUnjamInteraction) == 0x000018, "Wrong size on SBZDrill_OnUnjamInteraction"); \ +static_assert(offsetof(SBZDrill_OnUnjamInteraction, Interactable) == 0x000000, "Member 'SBZDrill_OnUnjamInteraction::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZDrill_OnUnjamInteraction, Interactor) == 0x000008, "Member 'SBZDrill_OnUnjamInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZDrill_OnUnjamInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZDrill_OnUnjamInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrill_StartDrill \ +static_assert(alignof(SBZDrill_StartDrill) == 0x000001, "Wrong alignment on SBZDrill_StartDrill"); \ +static_assert(sizeof(SBZDrill_StartDrill) == 0x000001, "Wrong size on SBZDrill_StartDrill"); \ +static_assert(offsetof(SBZDrill_StartDrill, ReturnValue) == 0x000000, "Member 'SBZDrill_StartDrill::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrill_TEMP_SetShowOutline \ +static_assert(alignof(SBZDrill_TEMP_SetShowOutline) == 0x000001, "Wrong alignment on SBZDrill_TEMP_SetShowOutline"); \ +static_assert(sizeof(SBZDrill_TEMP_SetShowOutline) == 0x000001, "Wrong size on SBZDrill_TEMP_SetShowOutline"); \ +static_assert(offsetof(SBZDrill_TEMP_SetShowOutline, bShow) == 0x000000, "Member 'SBZDrill_TEMP_SetShowOutline::bShow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrill_UnjamDrill \ +static_assert(alignof(SBZDrill_UnjamDrill) == 0x000001, "Wrong alignment on SBZDrill_UnjamDrill"); \ +static_assert(sizeof(SBZDrill_UnjamDrill) == 0x000001, "Wrong size on SBZDrill_UnjamDrill"); \ +static_assert(offsetof(SBZDrill_UnjamDrill, ReturnValue) == 0x000000, "Member 'SBZDrill_UnjamDrill::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZDrill \ +static_assert(alignof(ASBZDrill) == 0x000008, "Wrong alignment on ASBZDrill"); \ +static_assert(sizeof(ASBZDrill) == 0x000310, "Wrong size on ASBZDrill"); \ +static_assert(offsetof(ASBZDrill, OnDrillCompleteServer) == 0x0002A8, "Member 'ASBZDrill::OnDrillCompleteServer' has a wrong offset!"); \ +static_assert(offsetof(ASBZDrill, State) == 0x0002B8, "Member 'ASBZDrill::State' has a wrong offset!"); \ +static_assert(offsetof(ASBZDrill, EndTime) == 0x0002BC, "Member 'ASBZDrill::EndTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZDrill, TimeLeft) == 0x0002C0, "Member 'ASBZDrill::TimeLeft' has a wrong offset!"); \ +static_assert(offsetof(ASBZDrill, Duration) == 0x0002C4, "Member 'ASBZDrill::Duration' has a wrong offset!"); \ +static_assert(offsetof(ASBZDrill, UnjamInteraction) == 0x0002D0, "Member 'ASBZDrill::UnjamInteraction' has a wrong offset!"); \ +static_assert(offsetof(ASBZDrill, WidgetComponent) == 0x0002D8, "Member 'ASBZDrill::WidgetComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZDrill, OutlineComponent) == 0x0002F8, "Member 'ASBZDrill::OutlineComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZDrill, OutlineAsset) == 0x000300, "Member 'ASBZDrill::OutlineAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrillEx_JamDrill \ +static_assert(alignof(SBZDrillEx_JamDrill) == 0x000001, "Wrong alignment on SBZDrillEx_JamDrill"); \ +static_assert(sizeof(SBZDrillEx_JamDrill) == 0x000001, "Wrong size on SBZDrillEx_JamDrill"); \ +static_assert(offsetof(SBZDrillEx_JamDrill, ReturnValue) == 0x000000, "Member 'SBZDrillEx_JamDrill::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrillEx_OnAdjustSpeedInteraction \ +static_assert(alignof(SBZDrillEx_OnAdjustSpeedInteraction) == 0x000008, "Wrong alignment on SBZDrillEx_OnAdjustSpeedInteraction"); \ +static_assert(sizeof(SBZDrillEx_OnAdjustSpeedInteraction) == 0x000018, "Wrong size on SBZDrillEx_OnAdjustSpeedInteraction"); \ +static_assert(offsetof(SBZDrillEx_OnAdjustSpeedInteraction, Interactable) == 0x000000, "Member 'SBZDrillEx_OnAdjustSpeedInteraction::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZDrillEx_OnAdjustSpeedInteraction, Interactor) == 0x000008, "Member 'SBZDrillEx_OnAdjustSpeedInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZDrillEx_OnAdjustSpeedInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZDrillEx_OnAdjustSpeedInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrillEx_OnFixTransitionInteraction \ +static_assert(alignof(SBZDrillEx_OnFixTransitionInteraction) == 0x000008, "Wrong alignment on SBZDrillEx_OnFixTransitionInteraction"); \ +static_assert(sizeof(SBZDrillEx_OnFixTransitionInteraction) == 0x000018, "Wrong size on SBZDrillEx_OnFixTransitionInteraction"); \ +static_assert(offsetof(SBZDrillEx_OnFixTransitionInteraction, Interactable) == 0x000000, "Member 'SBZDrillEx_OnFixTransitionInteraction::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZDrillEx_OnFixTransitionInteraction, Interactor) == 0x000008, "Member 'SBZDrillEx_OnFixTransitionInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZDrillEx_OnFixTransitionInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZDrillEx_OnFixTransitionInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrillEx_OnMaterialChanged \ +static_assert(alignof(SBZDrillEx_OnMaterialChanged) == 0x000008, "Wrong alignment on SBZDrillEx_OnMaterialChanged"); \ +static_assert(sizeof(SBZDrillEx_OnMaterialChanged) == 0x000008, "Wrong size on SBZDrillEx_OnMaterialChanged"); \ +static_assert(offsetof(SBZDrillEx_OnMaterialChanged, Material) == 0x000000, "Member 'SBZDrillEx_OnMaterialChanged::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrillEx_OnRep_Data \ +static_assert(alignof(SBZDrillEx_OnRep_Data) == 0x000008, "Wrong alignment on SBZDrillEx_OnRep_Data"); \ +static_assert(sizeof(SBZDrillEx_OnRep_Data) == 0x000028, "Wrong size on SBZDrillEx_OnRep_Data"); \ +static_assert(offsetof(SBZDrillEx_OnRep_Data, Old) == 0x000000, "Member 'SBZDrillEx_OnRep_Data::Old' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrillEx_OnSpeedUpdate \ +static_assert(alignof(SBZDrillEx_OnSpeedUpdate) == 0x000004, "Wrong alignment on SBZDrillEx_OnSpeedUpdate"); \ +static_assert(sizeof(SBZDrillEx_OnSpeedUpdate) == 0x000008, "Wrong size on SBZDrillEx_OnSpeedUpdate"); \ +static_assert(offsetof(SBZDrillEx_OnSpeedUpdate, ProgressRate) == 0x000000, "Member 'SBZDrillEx_OnSpeedUpdate::ProgressRate' has a wrong offset!"); \ +static_assert(offsetof(SBZDrillEx_OnSpeedUpdate, HeatRate) == 0x000004, "Member 'SBZDrillEx_OnSpeedUpdate::HeatRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrillEx_OnStateChanged \ +static_assert(alignof(SBZDrillEx_OnStateChanged) == 0x000001, "Wrong alignment on SBZDrillEx_OnStateChanged"); \ +static_assert(sizeof(SBZDrillEx_OnStateChanged) == 0x000001, "Wrong size on SBZDrillEx_OnStateChanged"); \ +static_assert(offsetof(SBZDrillEx_OnStateChanged, State) == 0x000000, "Member 'SBZDrillEx_OnStateChanged::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrillEx_OnToggleOnOffInteraction \ +static_assert(alignof(SBZDrillEx_OnToggleOnOffInteraction) == 0x000008, "Wrong alignment on SBZDrillEx_OnToggleOnOffInteraction"); \ +static_assert(sizeof(SBZDrillEx_OnToggleOnOffInteraction) == 0x000018, "Wrong size on SBZDrillEx_OnToggleOnOffInteraction"); \ +static_assert(offsetof(SBZDrillEx_OnToggleOnOffInteraction, Interactable) == 0x000000, "Member 'SBZDrillEx_OnToggleOnOffInteraction::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZDrillEx_OnToggleOnOffInteraction, Interactor) == 0x000008, "Member 'SBZDrillEx_OnToggleOnOffInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZDrillEx_OnToggleOnOffInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZDrillEx_OnToggleOnOffInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrillEx_OnUnjamInteraction \ +static_assert(alignof(SBZDrillEx_OnUnjamInteraction) == 0x000008, "Wrong alignment on SBZDrillEx_OnUnjamInteraction"); \ +static_assert(sizeof(SBZDrillEx_OnUnjamInteraction) == 0x000018, "Wrong size on SBZDrillEx_OnUnjamInteraction"); \ +static_assert(offsetof(SBZDrillEx_OnUnjamInteraction, Interactable) == 0x000000, "Member 'SBZDrillEx_OnUnjamInteraction::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZDrillEx_OnUnjamInteraction, Interactor) == 0x000008, "Member 'SBZDrillEx_OnUnjamInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZDrillEx_OnUnjamInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZDrillEx_OnUnjamInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrillEx_StartDrill \ +static_assert(alignof(SBZDrillEx_StartDrill) == 0x000001, "Wrong alignment on SBZDrillEx_StartDrill"); \ +static_assert(sizeof(SBZDrillEx_StartDrill) == 0x000001, "Wrong size on SBZDrillEx_StartDrill"); \ +static_assert(offsetof(SBZDrillEx_StartDrill, ReturnValue) == 0x000000, "Member 'SBZDrillEx_StartDrill::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrillEx_TEMP_SetShowOutline \ +static_assert(alignof(SBZDrillEx_TEMP_SetShowOutline) == 0x000001, "Wrong alignment on SBZDrillEx_TEMP_SetShowOutline"); \ +static_assert(sizeof(SBZDrillEx_TEMP_SetShowOutline) == 0x000001, "Wrong size on SBZDrillEx_TEMP_SetShowOutline"); \ +static_assert(offsetof(SBZDrillEx_TEMP_SetShowOutline, bShow) == 0x000000, "Member 'SBZDrillEx_TEMP_SetShowOutline::bShow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrillEx_UnjamDrill \ +static_assert(alignof(SBZDrillEx_UnjamDrill) == 0x000001, "Wrong alignment on SBZDrillEx_UnjamDrill"); \ +static_assert(sizeof(SBZDrillEx_UnjamDrill) == 0x000001, "Wrong size on SBZDrillEx_UnjamDrill"); \ +static_assert(offsetof(SBZDrillEx_UnjamDrill, ReturnValue) == 0x000000, "Member 'SBZDrillEx_UnjamDrill::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrillEx_GetCurrentMaterial \ +static_assert(alignof(SBZDrillEx_GetCurrentMaterial) == 0x000008, "Wrong alignment on SBZDrillEx_GetCurrentMaterial"); \ +static_assert(sizeof(SBZDrillEx_GetCurrentMaterial) == 0x000008, "Wrong size on SBZDrillEx_GetCurrentMaterial"); \ +static_assert(offsetof(SBZDrillEx_GetCurrentMaterial, ReturnValue) == 0x000000, "Member 'SBZDrillEx_GetCurrentMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrillEx_GetHeat \ +static_assert(alignof(SBZDrillEx_GetHeat) == 0x000004, "Wrong alignment on SBZDrillEx_GetHeat"); \ +static_assert(sizeof(SBZDrillEx_GetHeat) == 0x000004, "Wrong size on SBZDrillEx_GetHeat"); \ +static_assert(offsetof(SBZDrillEx_GetHeat, ReturnValue) == 0x000000, "Member 'SBZDrillEx_GetHeat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrillEx_GetHeatPerSec \ +static_assert(alignof(SBZDrillEx_GetHeatPerSec) == 0x000004, "Wrong alignment on SBZDrillEx_GetHeatPerSec"); \ +static_assert(sizeof(SBZDrillEx_GetHeatPerSec) == 0x000004, "Wrong size on SBZDrillEx_GetHeatPerSec"); \ +static_assert(offsetof(SBZDrillEx_GetHeatPerSec, ReturnValue) == 0x000000, "Member 'SBZDrillEx_GetHeatPerSec::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrillEx_GetProgress \ +static_assert(alignof(SBZDrillEx_GetProgress) == 0x000004, "Wrong alignment on SBZDrillEx_GetProgress"); \ +static_assert(sizeof(SBZDrillEx_GetProgress) == 0x000004, "Wrong size on SBZDrillEx_GetProgress"); \ +static_assert(offsetof(SBZDrillEx_GetProgress, ReturnValue) == 0x000000, "Member 'SBZDrillEx_GetProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrillEx_GetProgressPercent \ +static_assert(alignof(SBZDrillEx_GetProgressPercent) == 0x000004, "Wrong alignment on SBZDrillEx_GetProgressPercent"); \ +static_assert(sizeof(SBZDrillEx_GetProgressPercent) == 0x000004, "Wrong size on SBZDrillEx_GetProgressPercent"); \ +static_assert(offsetof(SBZDrillEx_GetProgressPercent, ReturnValue) == 0x000000, "Member 'SBZDrillEx_GetProgressPercent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrillEx_GetProgressPerSec \ +static_assert(alignof(SBZDrillEx_GetProgressPerSec) == 0x000004, "Wrong alignment on SBZDrillEx_GetProgressPerSec"); \ +static_assert(sizeof(SBZDrillEx_GetProgressPerSec) == 0x000004, "Wrong size on SBZDrillEx_GetProgressPerSec"); \ +static_assert(offsetof(SBZDrillEx_GetProgressPerSec, ReturnValue) == 0x000000, "Member 'SBZDrillEx_GetProgressPerSec::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrillEx_GetTimeLeft \ +static_assert(alignof(SBZDrillEx_GetTimeLeft) == 0x000004, "Wrong alignment on SBZDrillEx_GetTimeLeft"); \ +static_assert(sizeof(SBZDrillEx_GetTimeLeft) == 0x000004, "Wrong size on SBZDrillEx_GetTimeLeft"); \ +static_assert(offsetof(SBZDrillEx_GetTimeLeft, ReturnValue) == 0x000000, "Member 'SBZDrillEx_GetTimeLeft::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrillEx_IsFastSpeed \ +static_assert(alignof(SBZDrillEx_IsFastSpeed) == 0x000001, "Wrong alignment on SBZDrillEx_IsFastSpeed"); \ +static_assert(sizeof(SBZDrillEx_IsFastSpeed) == 0x000001, "Wrong size on SBZDrillEx_IsFastSpeed"); \ +static_assert(offsetof(SBZDrillEx_IsFastSpeed, ReturnValue) == 0x000000, "Member 'SBZDrillEx_IsFastSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrillEx_NeedsAdjusting \ +static_assert(alignof(SBZDrillEx_NeedsAdjusting) == 0x000001, "Wrong alignment on SBZDrillEx_NeedsAdjusting"); \ +static_assert(sizeof(SBZDrillEx_NeedsAdjusting) == 0x000001, "Wrong size on SBZDrillEx_NeedsAdjusting"); \ +static_assert(offsetof(SBZDrillEx_NeedsAdjusting, ReturnValue) == 0x000000, "Member 'SBZDrillEx_NeedsAdjusting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZDrillEx \ +static_assert(alignof(ASBZDrillEx) == 0x000008, "Wrong alignment on ASBZDrillEx"); \ +static_assert(sizeof(ASBZDrillEx) == 0x0003A0, "Wrong size on ASBZDrillEx"); \ +static_assert(offsetof(ASBZDrillEx, OnDrillCompleteServer) == 0x0002C0, "Member 'ASBZDrillEx::OnDrillCompleteServer' has a wrong offset!"); \ +static_assert(offsetof(ASBZDrillEx, Duration) == 0x0002D0, "Member 'ASBZDrillEx::Duration' has a wrong offset!"); \ +static_assert(offsetof(ASBZDrillEx, TransitionProgressMultiplier) == 0x0002D4, "Member 'ASBZDrillEx::TransitionProgressMultiplier' has a wrong offset!"); \ +static_assert(offsetof(ASBZDrillEx, TransitionHeatAddition) == 0x0002D8, "Member 'ASBZDrillEx::TransitionHeatAddition' has a wrong offset!"); \ +static_assert(offsetof(ASBZDrillEx, Data) == 0x0002E0, "Member 'ASBZDrillEx::Data' has a wrong offset!"); \ +static_assert(offsetof(ASBZDrillEx, CooldownPerSec) == 0x000308, "Member 'ASBZDrillEx::CooldownPerSec' has a wrong offset!"); \ +static_assert(offsetof(ASBZDrillEx, Materials) == 0x000328, "Member 'ASBZDrillEx::Materials' has a wrong offset!"); \ +static_assert(offsetof(ASBZDrillEx, bRandomMaterial) == 0x000338, "Member 'ASBZDrillEx::bRandomMaterial' has a wrong offset!"); \ +static_assert(offsetof(ASBZDrillEx, UnjamInteraction) == 0x000340, "Member 'ASBZDrillEx::UnjamInteraction' has a wrong offset!"); \ +static_assert(offsetof(ASBZDrillEx, FixTransitionInteraction) == 0x000348, "Member 'ASBZDrillEx::FixTransitionInteraction' has a wrong offset!"); \ +static_assert(offsetof(ASBZDrillEx, AdjustSpeedInteraction) == 0x000350, "Member 'ASBZDrillEx::AdjustSpeedInteraction' has a wrong offset!"); \ +static_assert(offsetof(ASBZDrillEx, ToggleOnOffInteraction) == 0x000358, "Member 'ASBZDrillEx::ToggleOnOffInteraction' has a wrong offset!"); \ +static_assert(offsetof(ASBZDrillEx, WidgetComponent) == 0x000360, "Member 'ASBZDrillEx::WidgetComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZDrillEx, OutlineComponent) == 0x000380, "Member 'ASBZDrillEx::OutlineComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZDrillEx, OutlineAsset) == 0x000388, "Member 'ASBZDrillEx::OutlineAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZDrillEx, AttractorComponent) == 0x000398, "Member 'ASBZDrillEx::AttractorComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrillWidget_OnProgressRateChanged \ +static_assert(alignof(SBZDrillWidget_OnProgressRateChanged) == 0x000004, "Wrong alignment on SBZDrillWidget_OnProgressRateChanged"); \ +static_assert(sizeof(SBZDrillWidget_OnProgressRateChanged) == 0x000008, "Wrong size on SBZDrillWidget_OnProgressRateChanged"); \ +static_assert(offsetof(SBZDrillWidget_OnProgressRateChanged, ProgressPerSec) == 0x000000, "Member 'SBZDrillWidget_OnProgressRateChanged::ProgressPerSec' has a wrong offset!"); \ +static_assert(offsetof(SBZDrillWidget_OnProgressRateChanged, HeatPerSec) == 0x000004, "Member 'SBZDrillWidget_OnProgressRateChanged::HeatPerSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrillWidget_OnUpdateBreachState \ +static_assert(alignof(SBZDrillWidget_OnUpdateBreachState) == 0x000001, "Wrong alignment on SBZDrillWidget_OnUpdateBreachState"); \ +static_assert(sizeof(SBZDrillWidget_OnUpdateBreachState) == 0x000001, "Wrong size on SBZDrillWidget_OnUpdateBreachState"); \ +static_assert(offsetof(SBZDrillWidget_OnUpdateBreachState, NewState) == 0x000000, "Member 'SBZDrillWidget_OnUpdateBreachState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDrillWidget_OnUpdateState \ +static_assert(alignof(SBZDrillWidget_OnUpdateState) == 0x000001, "Wrong alignment on SBZDrillWidget_OnUpdateState"); \ +static_assert(sizeof(SBZDrillWidget_OnUpdateState) == 0x000001, "Wrong size on SBZDrillWidget_OnUpdateState"); \ +static_assert(offsetof(SBZDrillWidget_OnUpdateState, StateUpdated) == 0x000000, "Member 'SBZDrillWidget_OnUpdateState::StateUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDrillWidget \ +static_assert(alignof(USBZDrillWidget) == 0x000008, "Wrong alignment on USBZDrillWidget"); \ +static_assert(sizeof(USBZDrillWidget) == 0x0002F0, "Wrong size on USBZDrillWidget"); \ +static_assert(offsetof(USBZDrillWidget, TimeLeftText) == 0x0002A8, "Member 'USBZDrillWidget::TimeLeftText' has a wrong offset!"); \ +static_assert(offsetof(USBZDrillWidget, ProgressItem) == 0x0002B0, "Member 'USBZDrillWidget::ProgressItem' has a wrong offset!"); \ +static_assert(offsetof(USBZDrillWidget, HeatItem) == 0x0002B8, "Member 'USBZDrillWidget::HeatItem' has a wrong offset!"); \ +static_assert(offsetof(USBZDrillWidget, Drill) == 0x0002C0, "Member 'USBZDrillWidget::Drill' has a wrong offset!"); \ +static_assert(offsetof(USBZDrillWidget, DrillEx) == 0x0002C8, "Member 'USBZDrillWidget::DrillEx' has a wrong offset!"); \ +static_assert(offsetof(USBZDrillWidget, PocketDrill) == 0x0002D0, "Member 'USBZDrillWidget::PocketDrill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDronePathFollowingComponent_FollowSpline \ +static_assert(alignof(SBZDronePathFollowingComponent_FollowSpline) == 0x000008, "Wrong alignment on SBZDronePathFollowingComponent_FollowSpline"); \ +static_assert(sizeof(SBZDronePathFollowingComponent_FollowSpline) == 0x000010, "Wrong size on SBZDronePathFollowingComponent_FollowSpline"); \ +static_assert(offsetof(SBZDronePathFollowingComponent_FollowSpline, SplineComponent) == 0x000000, "Member 'SBZDronePathFollowingComponent_FollowSpline::SplineComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZDronePathFollowingComponent_FollowSpline, bIsSpawnSpline) == 0x000008, "Member 'SBZDronePathFollowingComponent_FollowSpline::bIsSpawnSpline' has a wrong offset!"); \ +static_assert(offsetof(SBZDronePathFollowingComponent_FollowSpline, bIsPathContainingLastPoint) == 0x000009, "Member 'SBZDronePathFollowingComponent_FollowSpline::bIsPathContainingLastPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDronePathFollowingComponent \ +static_assert(alignof(USBZDronePathFollowingComponent) == 0x000008, "Wrong alignment on USBZDronePathFollowingComponent"); \ +static_assert(sizeof(USBZDronePathFollowingComponent) == 0x000388, "Wrong size on USBZDronePathFollowingComponent"); \ +static_assert(offsetof(USBZDronePathFollowingComponent, LookAheadDistance) == 0x000278, "Member 'USBZDronePathFollowingComponent::LookAheadDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZDronePathFollowingComponent, PathFocusDistance) == 0x00027C, "Member 'USBZDronePathFollowingComponent::PathFocusDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZDronePathFollowingComponent, MinPitchLookAheadDistance) == 0x000280, "Member 'USBZDronePathFollowingComponent::MinPitchLookAheadDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZDronePathFollowingComponent, UpVectorComputationSettings) == 0x000284, "Member 'USBZDronePathFollowingComponent::UpVectorComputationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDropEquipmentNotify \ +static_assert(alignof(USBZDropEquipmentNotify) == 0x000008, "Wrong alignment on USBZDropEquipmentNotify"); \ +static_assert(sizeof(USBZDropEquipmentNotify) == 0x000040, "Wrong size on USBZDropEquipmentNotify"); \ + +#define DUMPER7_ASSERTS_USBZDropLoadedAmmoNotify \ +static_assert(alignof(USBZDropLoadedAmmoNotify) == 0x000008, "Wrong alignment on USBZDropLoadedAmmoNotify"); \ +static_assert(sizeof(USBZDropLoadedAmmoNotify) == 0x000040, "Wrong size on USBZDropLoadedAmmoNotify"); \ + +#define DUMPER7_ASSERTS_USBZDropPlaceableEquippableNotify \ +static_assert(alignof(USBZDropPlaceableEquippableNotify) == 0x000008, "Wrong alignment on USBZDropPlaceableEquippableNotify"); \ +static_assert(sizeof(USBZDropPlaceableEquippableNotify) == 0x000048, "Wrong size on USBZDropPlaceableEquippableNotify"); \ +static_assert(offsetof(USBZDropPlaceableEquippableNotify, bIsInstant) == 0x000040, "Member 'USBZDropPlaceableEquippableNotify::bIsInstant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerWeaponTankingAbility \ +static_assert(alignof(USBZPlayerWeaponTankingAbility) == 0x000008, "Wrong alignment on USBZPlayerWeaponTankingAbility"); \ +static_assert(sizeof(USBZPlayerWeaponTankingAbility) == 0x0004E0, "Wrong size on USBZPlayerWeaponTankingAbility"); \ + +#define DUMPER7_ASSERTS_USBZDsStateMachine \ +static_assert(alignof(USBZDsStateMachine) == 0x000008, "Wrong alignment on USBZDsStateMachine"); \ +static_assert(sizeof(USBZDsStateMachine) == 0x000218, "Wrong size on USBZDsStateMachine"); \ +static_assert(offsetof(USBZDsStateMachine, StateEnums) == 0x0001B8, "Member 'USBZDsStateMachine::StateEnums' has a wrong offset!"); \ +static_assert(offsetof(USBZDsStateMachine, AccelByteDS) == 0x000208, "Member 'USBZDsStateMachine::AccelByteDS' has a wrong offset!"); \ +static_assert(offsetof(USBZDsStateMachine, AccelByteServerLifeCycle) == 0x000210, "Member 'USBZDsStateMachine::AccelByteServerLifeCycle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDsStateMachineState \ +static_assert(alignof(USBZDsStateMachineState) == 0x000008, "Wrong alignment on USBZDsStateMachineState"); \ +static_assert(sizeof(USBZDsStateMachineState) == 0x000080, "Wrong size on USBZDsStateMachineState"); \ + +#define DUMPER7_ASSERTS_SBZDynamicPhysicsAudioComponent_PlayImpactSound \ +static_assert(alignof(SBZDynamicPhysicsAudioComponent_PlayImpactSound) == 0x000004, "Wrong alignment on SBZDynamicPhysicsAudioComponent_PlayImpactSound"); \ +static_assert(sizeof(SBZDynamicPhysicsAudioComponent_PlayImpactSound) == 0x000004, "Wrong size on SBZDynamicPhysicsAudioComponent_PlayImpactSound"); \ +static_assert(offsetof(SBZDynamicPhysicsAudioComponent_PlayImpactSound, Value) == 0x000000, "Member 'SBZDynamicPhysicsAudioComponent_PlayImpactSound::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDynamicPhysicsAudioComponent_PlayRollingSound \ +static_assert(alignof(SBZDynamicPhysicsAudioComponent_PlayRollingSound) == 0x000004, "Wrong alignment on SBZDynamicPhysicsAudioComponent_PlayRollingSound"); \ +static_assert(sizeof(SBZDynamicPhysicsAudioComponent_PlayRollingSound) == 0x000004, "Wrong size on SBZDynamicPhysicsAudioComponent_PlayRollingSound"); \ +static_assert(offsetof(SBZDynamicPhysicsAudioComponent_PlayRollingSound, Value) == 0x000000, "Member 'SBZDynamicPhysicsAudioComponent_PlayRollingSound::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDynamicPhysicsAudioComponent_UpdateImpactVelocity \ +static_assert(alignof(SBZDynamicPhysicsAudioComponent_UpdateImpactVelocity) == 0x000004, "Wrong alignment on SBZDynamicPhysicsAudioComponent_UpdateImpactVelocity"); \ +static_assert(sizeof(SBZDynamicPhysicsAudioComponent_UpdateImpactVelocity) == 0x000004, "Wrong size on SBZDynamicPhysicsAudioComponent_UpdateImpactVelocity"); \ +static_assert(offsetof(SBZDynamicPhysicsAudioComponent_UpdateImpactVelocity, Value) == 0x000000, "Member 'SBZDynamicPhysicsAudioComponent_UpdateImpactVelocity::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDynamicPhysicsAudioComponent_UpdateRollingVelocity \ +static_assert(alignof(SBZDynamicPhysicsAudioComponent_UpdateRollingVelocity) == 0x000004, "Wrong alignment on SBZDynamicPhysicsAudioComponent_UpdateRollingVelocity"); \ +static_assert(sizeof(SBZDynamicPhysicsAudioComponent_UpdateRollingVelocity) == 0x000004, "Wrong size on SBZDynamicPhysicsAudioComponent_UpdateRollingVelocity"); \ +static_assert(offsetof(SBZDynamicPhysicsAudioComponent_UpdateRollingVelocity, Value) == 0x000000, "Member 'SBZDynamicPhysicsAudioComponent_UpdateRollingVelocity::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDynamicPhysicsAudioComponent \ +static_assert(alignof(USBZDynamicPhysicsAudioComponent) == 0x000010, "Wrong alignment on USBZDynamicPhysicsAudioComponent"); \ +static_assert(sizeof(USBZDynamicPhysicsAudioComponent) == 0x000490, "Wrong size on USBZDynamicPhysicsAudioComponent"); \ +static_assert(offsetof(USBZDynamicPhysicsAudioComponent, RootComponent) == 0x000438, "Member 'USBZDynamicPhysicsAudioComponent::RootComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZDynamicPhysicsAudioComponent, RollingStartEvent) == 0x000440, "Member 'USBZDynamicPhysicsAudioComponent::RollingStartEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZDynamicPhysicsAudioComponent, RollingStopEvent) == 0x000448, "Member 'USBZDynamicPhysicsAudioComponent::RollingStopEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZDynamicPhysicsAudioComponent, ImpactEvent) == 0x000450, "Member 'USBZDynamicPhysicsAudioComponent::ImpactEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZDynamicPhysicsAudioComponent, RollingSpeedRtpc) == 0x000458, "Member 'USBZDynamicPhysicsAudioComponent::RollingSpeedRtpc' has a wrong offset!"); \ +static_assert(offsetof(USBZDynamicPhysicsAudioComponent, ImpactForceRtpc) == 0x000460, "Member 'USBZDynamicPhysicsAudioComponent::ImpactForceRtpc' has a wrong offset!"); \ +static_assert(offsetof(USBZDynamicPhysicsAudioComponent, StartRollingInterpolationTimeInMs) == 0x000468, "Member 'USBZDynamicPhysicsAudioComponent::StartRollingInterpolationTimeInMs' has a wrong offset!"); \ +static_assert(offsetof(USBZDynamicPhysicsAudioComponent, UpdateRollingInterpolationTimeInMs) == 0x00046C, "Member 'USBZDynamicPhysicsAudioComponent::UpdateRollingInterpolationTimeInMs' has a wrong offset!"); \ +static_assert(offsetof(USBZDynamicPhysicsAudioComponent, RollingSpeedThreshold) == 0x000470, "Member 'USBZDynamicPhysicsAudioComponent::RollingSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(USBZDynamicPhysicsAudioComponent, ImpactForceThreshold) == 0x000474, "Member 'USBZDynamicPhysicsAudioComponent::ImpactForceThreshold' has a wrong offset!"); \ +static_assert(offsetof(USBZDynamicPhysicsAudioComponent, ImpactForceMultiplicationValue) == 0x000478, "Member 'USBZDynamicPhysicsAudioComponent::ImpactForceMultiplicationValue' has a wrong offset!"); \ +static_assert(offsetof(USBZDynamicPhysicsAudioComponent, RollingSpeedMultiplicationValue) == 0x00047C, "Member 'USBZDynamicPhysicsAudioComponent::RollingSpeedMultiplicationValue' has a wrong offset!"); \ +static_assert(offsetof(USBZDynamicPhysicsAudioComponent, OwnedSurfaceType) == 0x000480, "Member 'USBZDynamicPhysicsAudioComponent::OwnedSurfaceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZECMJammer \ +static_assert(alignof(ASBZECMJammer) == 0x000010, "Wrong alignment on ASBZECMJammer"); \ +static_assert(sizeof(ASBZECMJammer) == 0x000580, "Wrong size on ASBZECMJammer"); \ +static_assert(offsetof(ASBZECMJammer, AkComponent) == 0x000558, "Member 'ASBZECMJammer::AkComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZECMJammer, BoxComponent) == 0x000560, "Member 'ASBZECMJammer::BoxComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZECMJammer, OwningPlayerState) == 0x000578, "Member 'ASBZECMJammer::OwningPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZThrowBagAbility \ +static_assert(alignof(USBZThrowBagAbility) == 0x000008, "Wrong alignment on USBZThrowBagAbility"); \ +static_assert(sizeof(USBZThrowBagAbility) == 0x0004E8, "Wrong size on USBZThrowBagAbility"); \ +static_assert(offsetof(USBZThrowBagAbility, bIsClientCalculated) == 0x0004D8, "Member 'USBZThrowBagAbility::bIsClientCalculated' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowBagAbility, VelocityModifier) == 0x0004DC, "Member 'USBZThrowBagAbility::VelocityModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowBagAbility, BackwardVelocityReduction) == 0x0004E0, "Member 'USBZThrowBagAbility::BackwardVelocityReduction' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowBagAbility, UpwardForce) == 0x0004E4, "Member 'USBZThrowBagAbility::UpwardForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPathFocusSettings \ +static_assert(alignof(USBZPathFocusSettings) == 0x000008, "Wrong alignment on USBZPathFocusSettings"); \ +static_assert(sizeof(USBZPathFocusSettings) == 0x000050, "Wrong size on USBZPathFocusSettings"); \ +static_assert(offsetof(USBZPathFocusSettings, MinPathLengthGoal) == 0x000038, "Member 'USBZPathFocusSettings::MinPathLengthGoal' has a wrong offset!"); \ +static_assert(offsetof(USBZPathFocusSettings, MinPathLengthNoGoal) == 0x00003C, "Member 'USBZPathFocusSettings::MinPathLengthNoGoal' has a wrong offset!"); \ +static_assert(offsetof(USBZPathFocusSettings, MinRemainingPathLength) == 0x000040, "Member 'USBZPathFocusSettings::MinRemainingPathLength' has a wrong offset!"); \ +static_assert(offsetof(USBZPathFocusSettings, MinDistanceFromEnemy) == 0x000044, "Member 'USBZPathFocusSettings::MinDistanceFromEnemy' has a wrong offset!"); \ +static_assert(offsetof(USBZPathFocusSettings, MinShotRadius) == 0x000048, "Member 'USBZPathFocusSettings::MinShotRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIEditableTextBox_IsEmptyOrConsistsOfWhitespaces \ +static_assert(alignof(SBZUIEditableTextBox_IsEmptyOrConsistsOfWhitespaces) == 0x000008, "Wrong alignment on SBZUIEditableTextBox_IsEmptyOrConsistsOfWhitespaces"); \ +static_assert(sizeof(SBZUIEditableTextBox_IsEmptyOrConsistsOfWhitespaces) == 0x000018, "Wrong size on SBZUIEditableTextBox_IsEmptyOrConsistsOfWhitespaces"); \ +static_assert(offsetof(SBZUIEditableTextBox_IsEmptyOrConsistsOfWhitespaces, InString) == 0x000000, "Member 'SBZUIEditableTextBox_IsEmptyOrConsistsOfWhitespaces::InString' has a wrong offset!"); \ +static_assert(offsetof(SBZUIEditableTextBox_IsEmptyOrConsistsOfWhitespaces, ReturnValue) == 0x000010, "Member 'SBZUIEditableTextBox_IsEmptyOrConsistsOfWhitespaces::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZUIEditableTextBox \ +static_assert(alignof(USBZUIEditableTextBox) == 0x000008, "Wrong alignment on USBZUIEditableTextBox"); \ +static_assert(sizeof(USBZUIEditableTextBox) == 0x000AF8, "Wrong size on USBZUIEditableTextBox"); \ +static_assert(offsetof(USBZUIEditableTextBox, OnMaxInputLengthReachedEvent) == 0x000AE0, "Member 'USBZUIEditableTextBox::OnMaxInputLengthReachedEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZUIEditableTextBox, bEnableUserTextLengthLimit) == 0x000AF0, "Member 'USBZUIEditableTextBox::bEnableUserTextLengthLimit' has a wrong offset!"); \ +static_assert(offsetof(USBZUIEditableTextBox, MaxInputLength) == 0x000AF1, "Member 'USBZUIEditableTextBox::MaxInputLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZVariationEditComponent \ +static_assert(alignof(USBZVariationEditComponent) == 0x000008, "Wrong alignment on USBZVariationEditComponent"); \ +static_assert(sizeof(USBZVariationEditComponent) == 0x000118, "Wrong size on USBZVariationEditComponent"); \ +static_assert(offsetof(USBZVariationEditComponent, VariationSet) == 0x0000C0, "Member 'USBZVariationEditComponent::VariationSet' has a wrong offset!"); \ +static_assert(offsetof(USBZVariationEditComponent, EditVariationSet) == 0x0000C8, "Member 'USBZVariationEditComponent::EditVariationSet' has a wrong offset!"); \ +static_assert(offsetof(USBZVariationEditComponent, CurrentVariationIdx) == 0x000100, "Member 'USBZVariationEditComponent::CurrentVariationIdx' has a wrong offset!"); \ +static_assert(offsetof(USBZVariationEditComponent, SkeletalMeshComponent) == 0x000108, "Member 'USBZVariationEditComponent::SkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZVariationEditComponent, StaticMeshComponent) == 0x000110, "Member 'USBZVariationEditComponent::StaticMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOnlineEventBroker \ +static_assert(alignof(USBZOnlineEventBroker) == 0x000008, "Wrong alignment on USBZOnlineEventBroker"); \ +static_assert(sizeof(USBZOnlineEventBroker) == 0x000030, "Wrong size on USBZOnlineEventBroker"); \ + +#define DUMPER7_ASSERTS_ASBZVariationEditActor \ +static_assert(alignof(ASBZVariationEditActor) == 0x000008, "Wrong alignment on ASBZVariationEditActor"); \ +static_assert(sizeof(ASBZVariationEditActor) == 0x0002C0, "Wrong size on ASBZVariationEditActor"); \ +static_assert(offsetof(ASBZVariationEditActor, VariationComponent) == 0x0002A8, "Member 'ASBZVariationEditActor::VariationComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZVariationEditActor, SkeletalMeshComponent) == 0x0002B0, "Member 'ASBZVariationEditActor::SkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZVariationEditActor, StaticMeshComponent) == 0x0002B8, "Member 'ASBZVariationEditActor::StaticMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZEjectableByVehicleInterface \ +static_assert(alignof(ISBZEjectableByVehicleInterface) == 0x000001, "Wrong alignment on ISBZEjectableByVehicleInterface"); \ +static_assert(sizeof(ISBZEjectableByVehicleInterface) == 0x000001, "Wrong size on ISBZEjectableByVehicleInterface"); \ + +#define DUMPER7_ASSERTS_USBZElectricDamageExecutionCalculation \ +static_assert(alignof(USBZElectricDamageExecutionCalculation) == 0x000008, "Wrong alignment on USBZElectricDamageExecutionCalculation"); \ +static_assert(sizeof(USBZElectricDamageExecutionCalculation) == 0x0001B0, "Wrong size on USBZElectricDamageExecutionCalculation"); \ + +#define DUMPER7_ASSERTS_USBZElectricEffect \ +static_assert(alignof(USBZElectricEffect) == 0x000008, "Wrong alignment on USBZElectricEffect"); \ +static_assert(sizeof(USBZElectricEffect) == 0x0008C0, "Wrong size on USBZElectricEffect"); \ + +#define DUMPER7_ASSERTS_USBZKillHumanShieldAbility \ +static_assert(alignof(USBZKillHumanShieldAbility) == 0x000008, "Wrong alignment on USBZKillHumanShieldAbility"); \ +static_assert(sizeof(USBZKillHumanShieldAbility) == 0x0004E0, "Wrong size on USBZKillHumanShieldAbility"); \ +static_assert(offsetof(USBZKillHumanShieldAbility, Controller) == 0x0004D8, "Member 'USBZKillHumanShieldAbility::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZEllipsoid \ +static_assert(alignof(ASBZEllipsoid) == 0x000008, "Wrong alignment on ASBZEllipsoid"); \ +static_assert(sizeof(ASBZEllipsoid) == 0x0002B0, "Wrong size on ASBZEllipsoid"); \ +static_assert(offsetof(ASBZEllipsoid, EllipsoidComponent) == 0x0002A8, "Member 'ASBZEllipsoid::EllipsoidComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEllipsoidComponent \ +static_assert(alignof(USBZEllipsoidComponent) == 0x000010, "Wrong alignment on USBZEllipsoidComponent"); \ +static_assert(sizeof(USBZEllipsoidComponent) == 0x000500, "Wrong size on USBZEllipsoidComponent"); \ + +#define DUMPER7_ASSERTS_USBZEmitterSpawnerData \ +static_assert(alignof(USBZEmitterSpawnerData) == 0x000008, "Wrong alignment on USBZEmitterSpawnerData"); \ +static_assert(sizeof(USBZEmitterSpawnerData) == 0x0000A0, "Wrong size on USBZEmitterSpawnerData"); \ +static_assert(offsetof(USBZEmitterSpawnerData, ParticleEmitter) == 0x000038, "Member 'USBZEmitterSpawnerData::ParticleEmitter' has a wrong offset!"); \ +static_assert(offsetof(USBZEmitterSpawnerData, AttachPointName) == 0x000068, "Member 'USBZEmitterSpawnerData::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(USBZEmitterSpawnerData, Location) == 0x000074, "Member 'USBZEmitterSpawnerData::Location' has a wrong offset!"); \ +static_assert(offsetof(USBZEmitterSpawnerData, Rotation) == 0x000080, "Member 'USBZEmitterSpawnerData::Rotation' has a wrong offset!"); \ +static_assert(offsetof(USBZEmitterSpawnerData, Scale) == 0x00008C, "Member 'USBZEmitterSpawnerData::Scale' has a wrong offset!"); \ +static_assert(offsetof(USBZEmitterSpawnerData, AttachmentRule) == 0x000098, "Member 'USBZEmitterSpawnerData::AttachmentRule' has a wrong offset!"); \ +static_assert(offsetof(USBZEmitterSpawnerData, AutoDestroy) == 0x000099, "Member 'USBZEmitterSpawnerData::AutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(USBZEmitterSpawnerData, PoolingMethod) == 0x00009A, "Member 'USBZEmitterSpawnerData::PoolingMethod' has a wrong offset!"); \ +static_assert(offsetof(USBZEmitterSpawnerData, AutoActivate) == 0x00009B, "Member 'USBZEmitterSpawnerData::AutoActivate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZEmoteAbility_OnMontageEnded \ +static_assert(alignof(SBZEmoteAbility_OnMontageEnded) == 0x000008, "Wrong alignment on SBZEmoteAbility_OnMontageEnded"); \ +static_assert(sizeof(SBZEmoteAbility_OnMontageEnded) == 0x000010, "Wrong size on SBZEmoteAbility_OnMontageEnded"); \ +static_assert(offsetof(SBZEmoteAbility_OnMontageEnded, Montage) == 0x000000, "Member 'SBZEmoteAbility_OnMontageEnded::Montage' has a wrong offset!"); \ +static_assert(offsetof(SBZEmoteAbility_OnMontageEnded, bInterrupted) == 0x000008, "Member 'SBZEmoteAbility_OnMontageEnded::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEmoteAbility \ +static_assert(alignof(USBZEmoteAbility) == 0x000008, "Wrong alignment on USBZEmoteAbility"); \ +static_assert(sizeof(USBZEmoteAbility) == 0x000508, "Wrong size on USBZEmoteAbility"); \ +static_assert(offsetof(USBZEmoteAbility, DisableBlendOutAbilities) == 0x0004D8, "Member 'USBZEmoteAbility::DisableBlendOutAbilities' has a wrong offset!"); \ +static_assert(offsetof(USBZEmoteAbility, FeedbackClass) == 0x0004F8, "Member 'USBZEmoteAbility::FeedbackClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZNotificationWidget_SetNotificationText \ +static_assert(alignof(SBZNotificationWidget_SetNotificationText) == 0x000008, "Wrong alignment on SBZNotificationWidget_SetNotificationText"); \ +static_assert(sizeof(SBZNotificationWidget_SetNotificationText) == 0x000018, "Wrong size on SBZNotificationWidget_SetNotificationText"); \ +static_assert(offsetof(SBZNotificationWidget_SetNotificationText, InTextToDisplay) == 0x000000, "Member 'SBZNotificationWidget_SetNotificationText::InTextToDisplay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZNotificationWidget_SetupWidget \ +static_assert(alignof(SBZNotificationWidget_SetupWidget) == 0x000008, "Wrong alignment on SBZNotificationWidget_SetupWidget"); \ +static_assert(sizeof(SBZNotificationWidget_SetupWidget) == 0x000008, "Wrong size on SBZNotificationWidget_SetupWidget"); \ +static_assert(offsetof(SBZNotificationWidget_SetupWidget, InTextBlock) == 0x000000, "Member 'SBZNotificationWidget_SetupWidget::InTextBlock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNotificationWidget \ +static_assert(alignof(USBZNotificationWidget) == 0x000008, "Wrong alignment on USBZNotificationWidget"); \ +static_assert(sizeof(USBZNotificationWidget) == 0x000298, "Wrong size on USBZNotificationWidget"); \ +static_assert(offsetof(USBZNotificationWidget, BodyText) == 0x000290, "Member 'USBZNotificationWidget::BodyText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEmoteData \ +static_assert(alignof(USBZEmoteData) == 0x000008, "Wrong alignment on USBZEmoteData"); \ +static_assert(sizeof(USBZEmoteData) == 0x000048, "Wrong size on USBZEmoteData"); \ +static_assert(offsetof(USBZEmoteData, EmoteMappings) == 0x000038, "Member 'USBZEmoteData::EmoteMappings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZEmoteInterface_StartEmote \ +static_assert(alignof(SBZEmoteInterface_StartEmote) == 0x000008, "Wrong alignment on SBZEmoteInterface_StartEmote"); \ +static_assert(sizeof(SBZEmoteInterface_StartEmote) == 0x000018, "Wrong size on SBZEmoteInterface_StartEmote"); \ +static_assert(offsetof(SBZEmoteInterface_StartEmote, EmoteText) == 0x000000, "Member 'SBZEmoteInterface_StartEmote::EmoteText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZEmoteInterface \ +static_assert(alignof(ISBZEmoteInterface) == 0x000001, "Wrong alignment on ISBZEmoteInterface"); \ +static_assert(sizeof(ISBZEmoteInterface) == 0x000001, "Wrong size on ISBZEmoteInterface"); \ + +#define DUMPER7_ASSERTS_SBZSpawnNotifyOnce_OnSpawnComplete \ +static_assert(alignof(SBZSpawnNotifyOnce_OnSpawnComplete) == 0x000008, "Wrong alignment on SBZSpawnNotifyOnce_OnSpawnComplete"); \ +static_assert(sizeof(SBZSpawnNotifyOnce_OnSpawnComplete) == 0x000010, "Wrong size on SBZSpawnNotifyOnce_OnSpawnComplete"); \ +static_assert(offsetof(SBZSpawnNotifyOnce_OnSpawnComplete, SpawnedPawn) == 0x000000, "Member 'SBZSpawnNotifyOnce_OnSpawnComplete::SpawnedPawn' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnNotifyOnce_OnSpawnComplete, SpawnedLoot) == 0x000008, "Member 'SBZSpawnNotifyOnce_OnSpawnComplete::SpawnedLoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZSpawnNotifyOnce \ +static_assert(alignof(ASBZSpawnNotifyOnce) == 0x000008, "Wrong alignment on ASBZSpawnNotifyOnce"); \ +static_assert(sizeof(ASBZSpawnNotifyOnce) == 0x0002D0, "Wrong size on ASBZSpawnNotifyOnce"); \ +static_assert(offsetof(ASBZSpawnNotifyOnce, Spawner) == 0x0002A8, "Member 'ASBZSpawnNotifyOnce::Spawner' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpawnNotifyOnce, SpawnerArray) == 0x0002B0, "Member 'ASBZSpawnNotifyOnce::SpawnerArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpawnNotifyOnce, SpawnNotifyReactors) == 0x0002C0, "Member 'ASBZSpawnNotifyOnce::SpawnNotifyReactors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZInteractSentryGunRequirement \ +static_assert(alignof(USBZInteractSentryGunRequirement) == 0x000008, "Wrong alignment on USBZInteractSentryGunRequirement"); \ +static_assert(sizeof(USBZInteractSentryGunRequirement) == 0x000030, "Wrong size on USBZInteractSentryGunRequirement"); \ + +#define DUMPER7_ASSERTS_USBZEmotionMapping \ +static_assert(alignof(USBZEmotionMapping) == 0x000008, "Wrong alignment on USBZEmotionMapping"); \ +static_assert(sizeof(USBZEmotionMapping) == 0x000088, "Wrong size on USBZEmotionMapping"); \ +static_assert(offsetof(USBZEmotionMapping, EmotionsPerStance) == 0x000038, "Member 'USBZEmotionMapping::EmotionsPerStance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZJobOverviewSync_ClientMoveToBlackScreen \ +static_assert(alignof(SBZJobOverviewSync_ClientMoveToBlackScreen) == 0x000001, "Wrong alignment on SBZJobOverviewSync_ClientMoveToBlackScreen"); \ +static_assert(sizeof(SBZJobOverviewSync_ClientMoveToBlackScreen) == 0x000001, "Wrong size on SBZJobOverviewSync_ClientMoveToBlackScreen"); \ +static_assert(offsetof(SBZJobOverviewSync_ClientMoveToBlackScreen, BlackScreenTransitionType) == 0x000000, "Member 'SBZJobOverviewSync_ClientMoveToBlackScreen::BlackScreenTransitionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZJobOverviewSync_ClientMoveToBlackScreenReceived \ +static_assert(alignof(SBZJobOverviewSync_ClientMoveToBlackScreenReceived) == 0x000001, "Wrong alignment on SBZJobOverviewSync_ClientMoveToBlackScreenReceived"); \ +static_assert(sizeof(SBZJobOverviewSync_ClientMoveToBlackScreenReceived) == 0x000001, "Wrong size on SBZJobOverviewSync_ClientMoveToBlackScreenReceived"); \ +static_assert(offsetof(SBZJobOverviewSync_ClientMoveToBlackScreenReceived, BlackScreenTransitionType) == 0x000000, "Member 'SBZJobOverviewSync_ClientMoveToBlackScreenReceived::BlackScreenTransitionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZJobOverviewSync_ClientMoveToBlackScreenSinglePlayer \ +static_assert(alignof(SBZJobOverviewSync_ClientMoveToBlackScreenSinglePlayer) == 0x000008, "Wrong alignment on SBZJobOverviewSync_ClientMoveToBlackScreenSinglePlayer"); \ +static_assert(sizeof(SBZJobOverviewSync_ClientMoveToBlackScreenSinglePlayer) == 0x000030, "Wrong size on SBZJobOverviewSync_ClientMoveToBlackScreenSinglePlayer"); \ +static_assert(offsetof(SBZJobOverviewSync_ClientMoveToBlackScreenSinglePlayer, PlayerId) == 0x000000, "Member 'SBZJobOverviewSync_ClientMoveToBlackScreenSinglePlayer::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZJobOverviewSync_ClientMoveToBlackScreenSinglePlayer, BlackScreenTransitionType) == 0x000028, "Member 'SBZJobOverviewSync_ClientMoveToBlackScreenSinglePlayer::BlackScreenTransitionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZJobOverviewSync_ClientMoveToBlackScreenSinglePlayerReceived \ +static_assert(alignof(SBZJobOverviewSync_ClientMoveToBlackScreenSinglePlayerReceived) == 0x000008, "Wrong alignment on SBZJobOverviewSync_ClientMoveToBlackScreenSinglePlayerReceived"); \ +static_assert(sizeof(SBZJobOverviewSync_ClientMoveToBlackScreenSinglePlayerReceived) == 0x000030, "Wrong size on SBZJobOverviewSync_ClientMoveToBlackScreenSinglePlayerReceived"); \ +static_assert(offsetof(SBZJobOverviewSync_ClientMoveToBlackScreenSinglePlayerReceived, PlayerId) == 0x000000, "Member 'SBZJobOverviewSync_ClientMoveToBlackScreenSinglePlayerReceived::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZJobOverviewSync_ClientMoveToBlackScreenSinglePlayerReceived, BlackScreenTransitionType) == 0x000028, "Member 'SBZJobOverviewSync_ClientMoveToBlackScreenSinglePlayerReceived::BlackScreenTransitionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZJobOverviewSync_ClientWaitsForReadyReceived \ +static_assert(alignof(SBZJobOverviewSync_ClientWaitsForReadyReceived) == 0x000008, "Wrong alignment on SBZJobOverviewSync_ClientWaitsForReadyReceived"); \ +static_assert(sizeof(SBZJobOverviewSync_ClientWaitsForReadyReceived) == 0x000028, "Wrong size on SBZJobOverviewSync_ClientWaitsForReadyReceived"); \ +static_assert(offsetof(SBZJobOverviewSync_ClientWaitsForReadyReceived, PlayerId) == 0x000000, "Member 'SBZJobOverviewSync_ClientWaitsForReadyReceived::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTime \ +static_assert(alignof(SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTime) == 0x000004, "Wrong alignment on SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTime"); \ +static_assert(sizeof(SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTime) == 0x000004, "Wrong size on SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTime"); \ +static_assert(offsetof(SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTime, ReadyTimeoutTime) == 0x000000, "Member 'SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTime::ReadyTimeoutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTimeReceived \ +static_assert(alignof(SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTimeReceived) == 0x000004, "Wrong alignment on SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTimeReceived"); \ +static_assert(sizeof(SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTimeReceived) == 0x000004, "Wrong size on SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTimeReceived"); \ +static_assert(offsetof(SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTimeReceived, ReadyTimeoutTime) == 0x000000, "Member 'SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTimeReceived::ReadyTimeoutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTimeSinglePlayer \ +static_assert(alignof(SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTimeSinglePlayer) == 0x000008, "Wrong alignment on SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTimeSinglePlayer"); \ +static_assert(sizeof(SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTimeSinglePlayer) == 0x000030, "Wrong size on SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTimeSinglePlayer"); \ +static_assert(offsetof(SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTimeSinglePlayer, PlayerId) == 0x000000, "Member 'SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTimeSinglePlayer::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTimeSinglePlayer, ReadyTimeoutTime) == 0x000028, "Member 'SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTimeSinglePlayer::ReadyTimeoutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTimeSinglePlayerReceived \ +static_assert(alignof(SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTimeSinglePlayerReceived) == 0x000008, "Wrong alignment on SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTimeSinglePlayerReceived"); \ +static_assert(sizeof(SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTimeSinglePlayerReceived) == 0x000030, "Wrong size on SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTimeSinglePlayerReceived"); \ +static_assert(offsetof(SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTimeSinglePlayerReceived, PlayerId) == 0x000000, "Member 'SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTimeSinglePlayerReceived::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTimeSinglePlayerReceived, ReadyTimeoutTime) == 0x000028, "Member 'SBZJobOverviewSync_NotifyClientCurrentReadyTimeoutTimeSinglePlayerReceived::ReadyTimeoutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZJobOverviewSync_SendPlayerJobOverviewReady \ +static_assert(alignof(SBZJobOverviewSync_SendPlayerJobOverviewReady) == 0x000008, "Wrong alignment on SBZJobOverviewSync_SendPlayerJobOverviewReady"); \ +static_assert(sizeof(SBZJobOverviewSync_SendPlayerJobOverviewReady) == 0x000028, "Wrong size on SBZJobOverviewSync_SendPlayerJobOverviewReady"); \ +static_assert(offsetof(SBZJobOverviewSync_SendPlayerJobOverviewReady, InPlayerId) == 0x000000, "Member 'SBZJobOverviewSync_SendPlayerJobOverviewReady::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZJobOverviewSync_SendServerPlayerReadyToEnterActionPhase \ +static_assert(alignof(SBZJobOverviewSync_SendServerPlayerReadyToEnterActionPhase) == 0x000008, "Wrong alignment on SBZJobOverviewSync_SendServerPlayerReadyToEnterActionPhase"); \ +static_assert(sizeof(SBZJobOverviewSync_SendServerPlayerReadyToEnterActionPhase) == 0x000028, "Wrong size on SBZJobOverviewSync_SendServerPlayerReadyToEnterActionPhase"); \ +static_assert(offsetof(SBZJobOverviewSync_SendServerPlayerReadyToEnterActionPhase, PlayerId) == 0x000000, "Member 'SBZJobOverviewSync_SendServerPlayerReadyToEnterActionPhase::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZJobOverviewSync_ServerPlayerReadyToEnterActionPhaseReceived \ +static_assert(alignof(SBZJobOverviewSync_ServerPlayerReadyToEnterActionPhaseReceived) == 0x000008, "Wrong alignment on SBZJobOverviewSync_ServerPlayerReadyToEnterActionPhaseReceived"); \ +static_assert(sizeof(SBZJobOverviewSync_ServerPlayerReadyToEnterActionPhaseReceived) == 0x000028, "Wrong size on SBZJobOverviewSync_ServerPlayerReadyToEnterActionPhaseReceived"); \ +static_assert(offsetof(SBZJobOverviewSync_ServerPlayerReadyToEnterActionPhaseReceived, PlayerId) == 0x000000, "Member 'SBZJobOverviewSync_ServerPlayerReadyToEnterActionPhaseReceived::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZJobOverviewSync_ServerSetPlayerJobOverviewReady \ +static_assert(alignof(SBZJobOverviewSync_ServerSetPlayerJobOverviewReady) == 0x000008, "Wrong alignment on SBZJobOverviewSync_ServerSetPlayerJobOverviewReady"); \ +static_assert(sizeof(SBZJobOverviewSync_ServerSetPlayerJobOverviewReady) == 0x000028, "Wrong size on SBZJobOverviewSync_ServerSetPlayerJobOverviewReady"); \ +static_assert(offsetof(SBZJobOverviewSync_ServerSetPlayerJobOverviewReady, InPlayerId) == 0x000000, "Member 'SBZJobOverviewSync_ServerSetPlayerJobOverviewReady::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZJobOverviewSync_UpdateReadyClientStatusReceived \ +static_assert(alignof(SBZJobOverviewSync_UpdateReadyClientStatusReceived) == 0x000008, "Wrong alignment on SBZJobOverviewSync_UpdateReadyClientStatusReceived"); \ +static_assert(sizeof(SBZJobOverviewSync_UpdateReadyClientStatusReceived) == 0x000118, "Wrong size on SBZJobOverviewSync_UpdateReadyClientStatusReceived"); \ +static_assert(offsetof(SBZJobOverviewSync_UpdateReadyClientStatusReceived, PlayersReadyStatus) == 0x000000, "Member 'SBZJobOverviewSync_UpdateReadyClientStatusReceived::PlayersReadyStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZJobOverviewSync \ +static_assert(alignof(ASBZJobOverviewSync) == 0x000008, "Wrong alignment on ASBZJobOverviewSync"); \ +static_assert(sizeof(ASBZJobOverviewSync) == 0x0002C8, "Wrong size on ASBZJobOverviewSync"); \ + +#define DUMPER7_ASSERTS_USBZEnableAgentCollisionDuringAgility \ +static_assert(alignof(USBZEnableAgentCollisionDuringAgility) == 0x000008, "Wrong alignment on USBZEnableAgentCollisionDuringAgility"); \ +static_assert(sizeof(USBZEnableAgentCollisionDuringAgility) == 0x000038, "Wrong size on USBZEnableAgentCollisionDuringAgility"); \ + +#define DUMPER7_ASSERTS_USBZEnableAgilityIKNotifyState \ +static_assert(alignof(USBZEnableAgilityIKNotifyState) == 0x000008, "Wrong alignment on USBZEnableAgilityIKNotifyState"); \ +static_assert(sizeof(USBZEnableAgilityIKNotifyState) == 0x000058, "Wrong size on USBZEnableAgilityIKNotifyState"); \ +static_assert(offsetof(USBZEnableAgilityIKNotifyState, HandIKType) == 0x000038, "Member 'USBZEnableAgilityIKNotifyState::HandIKType' has a wrong offset!"); \ +static_assert(offsetof(USBZEnableAgilityIKNotifyState, BlendInDuration) == 0x00003C, "Member 'USBZEnableAgilityIKNotifyState::BlendInDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZEnableAgilityIKNotifyState, BlendOutDuration) == 0x000040, "Member 'USBZEnableAgilityIKNotifyState::BlendOutDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZEnableAgilityIKNotifyState, bOnlyAffectZ) == 0x000044, "Member 'USBZEnableAgilityIKNotifyState::bOnlyAffectZ' has a wrong offset!"); \ +static_assert(offsetof(USBZEnableAgilityIKNotifyState, PointType) == 0x000045, "Member 'USBZEnableAgilityIKNotifyState::PointType' has a wrong offset!"); \ +static_assert(offsetof(USBZEnableAgilityIKNotifyState, LocationOffset) == 0x000048, "Member 'USBZEnableAgilityIKNotifyState::LocationOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryContext_AIObjectiveMoveToPosition \ +static_assert(alignof(USBZEnvQueryContext_AIObjectiveMoveToPosition) == 0x000008, "Wrong alignment on USBZEnvQueryContext_AIObjectiveMoveToPosition"); \ +static_assert(sizeof(USBZEnvQueryContext_AIObjectiveMoveToPosition) == 0x000030, "Wrong size on USBZEnvQueryContext_AIObjectiveMoveToPosition"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryContext_CurrentCover \ +static_assert(alignof(USBZEnvQueryContext_CurrentCover) == 0x000008, "Wrong alignment on USBZEnvQueryContext_CurrentCover"); \ +static_assert(sizeof(USBZEnvQueryContext_CurrentCover) == 0x000030, "Wrong size on USBZEnvQueryContext_CurrentCover"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryContext_DroneMoveToPositions \ +static_assert(alignof(USBZEnvQueryContext_DroneMoveToPositions) == 0x000008, "Wrong alignment on USBZEnvQueryContext_DroneMoveToPositions"); \ +static_assert(sizeof(USBZEnvQueryContext_DroneMoveToPositions) == 0x000030, "Wrong size on USBZEnvQueryContext_DroneMoveToPositions"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryContext_Drones \ +static_assert(alignof(USBZEnvQueryContext_Drones) == 0x000008, "Wrong alignment on USBZEnvQueryContext_Drones"); \ +static_assert(sizeof(USBZEnvQueryContext_Drones) == 0x000030, "Wrong size on USBZEnvQueryContext_Drones"); \ + +#define DUMPER7_ASSERTS_SBZSpawnManagerFunctionLibrary_GetActorRequest \ +static_assert(alignof(SBZSpawnManagerFunctionLibrary_GetActorRequest) == 0x000008, "Wrong alignment on SBZSpawnManagerFunctionLibrary_GetActorRequest"); \ +static_assert(sizeof(SBZSpawnManagerFunctionLibrary_GetActorRequest) == 0x000050, "Wrong size on SBZSpawnManagerFunctionLibrary_GetActorRequest"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_GetActorRequest, Handle) == 0x000000, "Member 'SBZSpawnManagerFunctionLibrary_GetActorRequest::Handle' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_GetActorRequest, Index_0) == 0x000010, "Member 'SBZSpawnManagerFunctionLibrary_GetActorRequest::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_GetActorRequest, ReturnValue) == 0x000018, "Member 'SBZSpawnManagerFunctionLibrary_GetActorRequest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnManagerFunctionLibrary_GetActorRequestCount \ +static_assert(alignof(SBZSpawnManagerFunctionLibrary_GetActorRequestCount) == 0x000008, "Wrong alignment on SBZSpawnManagerFunctionLibrary_GetActorRequestCount"); \ +static_assert(sizeof(SBZSpawnManagerFunctionLibrary_GetActorRequestCount) == 0x000018, "Wrong size on SBZSpawnManagerFunctionLibrary_GetActorRequestCount"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_GetActorRequestCount, Handle) == 0x000000, "Member 'SBZSpawnManagerFunctionLibrary_GetActorRequestCount::Handle' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_GetActorRequestCount, ReturnValue) == 0x000010, "Member 'SBZSpawnManagerFunctionLibrary_GetActorRequestCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnManagerFunctionLibrary_GetActorRequestStatus \ +static_assert(alignof(SBZSpawnManagerFunctionLibrary_GetActorRequestStatus) == 0x000008, "Wrong alignment on SBZSpawnManagerFunctionLibrary_GetActorRequestStatus"); \ +static_assert(sizeof(SBZSpawnManagerFunctionLibrary_GetActorRequestStatus) == 0x000018, "Wrong size on SBZSpawnManagerFunctionLibrary_GetActorRequestStatus"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_GetActorRequestStatus, Handle) == 0x000000, "Member 'SBZSpawnManagerFunctionLibrary_GetActorRequestStatus::Handle' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_GetActorRequestStatus, ReturnValue) == 0x000010, "Member 'SBZSpawnManagerFunctionLibrary_GetActorRequestStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnManagerFunctionLibrary_GetCreatedActors \ +static_assert(alignof(SBZSpawnManagerFunctionLibrary_GetCreatedActors) == 0x000008, "Wrong alignment on SBZSpawnManagerFunctionLibrary_GetCreatedActors"); \ +static_assert(sizeof(SBZSpawnManagerFunctionLibrary_GetCreatedActors) == 0x000028, "Wrong size on SBZSpawnManagerFunctionLibrary_GetCreatedActors"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_GetCreatedActors, Handle) == 0x000000, "Member 'SBZSpawnManagerFunctionLibrary_GetCreatedActors::Handle' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_GetCreatedActors, bRemoveMissingActors) == 0x000010, "Member 'SBZSpawnManagerFunctionLibrary_GetCreatedActors::bRemoveMissingActors' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_GetCreatedActors, ReturnValue) == 0x000018, "Member 'SBZSpawnManagerFunctionLibrary_GetCreatedActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnManagerFunctionLibrary_GetCreatedPawns \ +static_assert(alignof(SBZSpawnManagerFunctionLibrary_GetCreatedPawns) == 0x000008, "Wrong alignment on SBZSpawnManagerFunctionLibrary_GetCreatedPawns"); \ +static_assert(sizeof(SBZSpawnManagerFunctionLibrary_GetCreatedPawns) == 0x000028, "Wrong size on SBZSpawnManagerFunctionLibrary_GetCreatedPawns"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_GetCreatedPawns, Handle) == 0x000000, "Member 'SBZSpawnManagerFunctionLibrary_GetCreatedPawns::Handle' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_GetCreatedPawns, bIncludeMissingPawns) == 0x000010, "Member 'SBZSpawnManagerFunctionLibrary_GetCreatedPawns::bIncludeMissingPawns' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_GetCreatedPawns, ReturnValue) == 0x000018, "Member 'SBZSpawnManagerFunctionLibrary_GetCreatedPawns::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnManagerFunctionLibrary_GetPawnRequest \ +static_assert(alignof(SBZSpawnManagerFunctionLibrary_GetPawnRequest) == 0x000008, "Wrong alignment on SBZSpawnManagerFunctionLibrary_GetPawnRequest"); \ +static_assert(sizeof(SBZSpawnManagerFunctionLibrary_GetPawnRequest) == 0x000068, "Wrong size on SBZSpawnManagerFunctionLibrary_GetPawnRequest"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_GetPawnRequest, Handle) == 0x000000, "Member 'SBZSpawnManagerFunctionLibrary_GetPawnRequest::Handle' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_GetPawnRequest, Index_0) == 0x000010, "Member 'SBZSpawnManagerFunctionLibrary_GetPawnRequest::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_GetPawnRequest, ReturnValue) == 0x000018, "Member 'SBZSpawnManagerFunctionLibrary_GetPawnRequest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnManagerFunctionLibrary_GetPawnRequestCount \ +static_assert(alignof(SBZSpawnManagerFunctionLibrary_GetPawnRequestCount) == 0x000008, "Wrong alignment on SBZSpawnManagerFunctionLibrary_GetPawnRequestCount"); \ +static_assert(sizeof(SBZSpawnManagerFunctionLibrary_GetPawnRequestCount) == 0x000018, "Wrong size on SBZSpawnManagerFunctionLibrary_GetPawnRequestCount"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_GetPawnRequestCount, Handle) == 0x000000, "Member 'SBZSpawnManagerFunctionLibrary_GetPawnRequestCount::Handle' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_GetPawnRequestCount, ReturnValue) == 0x000010, "Member 'SBZSpawnManagerFunctionLibrary_GetPawnRequestCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnManagerFunctionLibrary_GetPawnRequestStatus \ +static_assert(alignof(SBZSpawnManagerFunctionLibrary_GetPawnRequestStatus) == 0x000008, "Wrong alignment on SBZSpawnManagerFunctionLibrary_GetPawnRequestStatus"); \ +static_assert(sizeof(SBZSpawnManagerFunctionLibrary_GetPawnRequestStatus) == 0x000018, "Wrong size on SBZSpawnManagerFunctionLibrary_GetPawnRequestStatus"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_GetPawnRequestStatus, Handle) == 0x000000, "Member 'SBZSpawnManagerFunctionLibrary_GetPawnRequestStatus::Handle' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_GetPawnRequestStatus, ReturnValue) == 0x000010, "Member 'SBZSpawnManagerFunctionLibrary_GetPawnRequestStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnManagerFunctionLibrary_RequestActor \ +static_assert(alignof(SBZSpawnManagerFunctionLibrary_RequestActor) == 0x000008, "Wrong alignment on SBZSpawnManagerFunctionLibrary_RequestActor"); \ +static_assert(sizeof(SBZSpawnManagerFunctionLibrary_RequestActor) == 0x000070, "Wrong size on SBZSpawnManagerFunctionLibrary_RequestActor"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_RequestActor, WorldContextObject) == 0x000000, "Member 'SBZSpawnManagerFunctionLibrary_RequestActor::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_RequestActor, RequestArray) == 0x000008, "Member 'SBZSpawnManagerFunctionLibrary_RequestActor::RequestArray' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_RequestActor, Options) == 0x000018, "Member 'SBZSpawnManagerFunctionLibrary_RequestActor::Options' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_RequestActor, Spawned) == 0x00002C, "Member 'SBZSpawnManagerFunctionLibrary_RequestActor::Spawned' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_RequestActor, RequestDone) == 0x000040, "Member 'SBZSpawnManagerFunctionLibrary_RequestActor::RequestDone' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_RequestActor, DebugName) == 0x000054, "Member 'SBZSpawnManagerFunctionLibrary_RequestActor::DebugName' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_RequestActor, ReturnValue) == 0x000060, "Member 'SBZSpawnManagerFunctionLibrary_RequestActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnManagerFunctionLibrary_RequestPawn \ +static_assert(alignof(SBZSpawnManagerFunctionLibrary_RequestPawn) == 0x000008, "Wrong alignment on SBZSpawnManagerFunctionLibrary_RequestPawn"); \ +static_assert(sizeof(SBZSpawnManagerFunctionLibrary_RequestPawn) == 0x000070, "Wrong size on SBZSpawnManagerFunctionLibrary_RequestPawn"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_RequestPawn, WorldContextObject) == 0x000000, "Member 'SBZSpawnManagerFunctionLibrary_RequestPawn::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_RequestPawn, RequestArray) == 0x000008, "Member 'SBZSpawnManagerFunctionLibrary_RequestPawn::RequestArray' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_RequestPawn, Spawned) == 0x000018, "Member 'SBZSpawnManagerFunctionLibrary_RequestPawn::Spawned' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_RequestPawn, RequestDone) == 0x00002C, "Member 'SBZSpawnManagerFunctionLibrary_RequestPawn::RequestDone' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_RequestPawn, Options) == 0x000040, "Member 'SBZSpawnManagerFunctionLibrary_RequestPawn::Options' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_RequestPawn, DebugName) == 0x000054, "Member 'SBZSpawnManagerFunctionLibrary_RequestPawn::DebugName' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_RequestPawn, ReturnValue) == 0x000060, "Member 'SBZSpawnManagerFunctionLibrary_RequestPawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnManagerFunctionLibrary_WaitForActorRequest \ +static_assert(alignof(SBZSpawnManagerFunctionLibrary_WaitForActorRequest) == 0x000008, "Wrong alignment on SBZSpawnManagerFunctionLibrary_WaitForActorRequest"); \ +static_assert(sizeof(SBZSpawnManagerFunctionLibrary_WaitForActorRequest) == 0x000038, "Wrong size on SBZSpawnManagerFunctionLibrary_WaitForActorRequest"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_WaitForActorRequest, WorldContextObject) == 0x000000, "Member 'SBZSpawnManagerFunctionLibrary_WaitForActorRequest::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_WaitForActorRequest, Handle) == 0x000008, "Member 'SBZSpawnManagerFunctionLibrary_WaitForActorRequest::Handle' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_WaitForActorRequest, LatentInfo) == 0x000018, "Member 'SBZSpawnManagerFunctionLibrary_WaitForActorRequest::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnManagerFunctionLibrary_WaitForPawnRequest \ +static_assert(alignof(SBZSpawnManagerFunctionLibrary_WaitForPawnRequest) == 0x000008, "Wrong alignment on SBZSpawnManagerFunctionLibrary_WaitForPawnRequest"); \ +static_assert(sizeof(SBZSpawnManagerFunctionLibrary_WaitForPawnRequest) == 0x000038, "Wrong size on SBZSpawnManagerFunctionLibrary_WaitForPawnRequest"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_WaitForPawnRequest, WorldContextObject) == 0x000000, "Member 'SBZSpawnManagerFunctionLibrary_WaitForPawnRequest::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_WaitForPawnRequest, Handle) == 0x000008, "Member 'SBZSpawnManagerFunctionLibrary_WaitForPawnRequest::Handle' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManagerFunctionLibrary_WaitForPawnRequest, LatentInfo) == 0x000018, "Member 'SBZSpawnManagerFunctionLibrary_WaitForPawnRequest::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSpawnManagerFunctionLibrary \ +static_assert(alignof(USBZSpawnManagerFunctionLibrary) == 0x000008, "Wrong alignment on USBZSpawnManagerFunctionLibrary"); \ +static_assert(sizeof(USBZSpawnManagerFunctionLibrary) == 0x000030, "Wrong size on USBZSpawnManagerFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryContext_Enemies \ +static_assert(alignof(USBZEnvQueryContext_Enemies) == 0x000008, "Wrong alignment on USBZEnvQueryContext_Enemies"); \ +static_assert(sizeof(USBZEnvQueryContext_Enemies) == 0x000030, "Wrong size on USBZEnvQueryContext_Enemies"); \ + +#define DUMPER7_ASSERTS_ASBZSpectatorPawn \ +static_assert(alignof(ASBZSpectatorPawn) == 0x000008, "Wrong alignment on ASBZSpectatorPawn"); \ +static_assert(sizeof(ASBZSpectatorPawn) == 0x000358, "Wrong size on ASBZSpectatorPawn"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryContext_Enemy \ +static_assert(alignof(USBZEnvQueryContext_Enemy) == 0x000008, "Wrong alignment on USBZEnvQueryContext_Enemy"); \ +static_assert(sizeof(USBZEnvQueryContext_Enemy) == 0x000030, "Wrong size on USBZEnvQueryContext_Enemy"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryContext_EnemyRoom \ +static_assert(alignof(USBZEnvQueryContext_EnemyRoom) == 0x000008, "Wrong alignment on USBZEnvQueryContext_EnemyRoom"); \ +static_assert(sizeof(USBZEnvQueryContext_EnemyRoom) == 0x000030, "Wrong size on USBZEnvQueryContext_EnemyRoom"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryContext_NPCs \ +static_assert(alignof(USBZEnvQueryContext_NPCs) == 0x000008, "Wrong alignment on USBZEnvQueryContext_NPCs"); \ +static_assert(sizeof(USBZEnvQueryContext_NPCs) == 0x000030, "Wrong size on USBZEnvQueryContext_NPCs"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryContext_NPCsMoveToPosition \ +static_assert(alignof(USBZEnvQueryContext_NPCsMoveToPosition) == 0x000008, "Wrong alignment on USBZEnvQueryContext_NPCsMoveToPosition"); \ +static_assert(sizeof(USBZEnvQueryContext_NPCsMoveToPosition) == 0x000030, "Wrong size on USBZEnvQueryContext_NPCsMoveToPosition"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryContext_OrderTargetActor \ +static_assert(alignof(USBZEnvQueryContext_OrderTargetActor) == 0x000008, "Wrong alignment on USBZEnvQueryContext_OrderTargetActor"); \ +static_assert(sizeof(USBZEnvQueryContext_OrderTargetActor) == 0x000030, "Wrong size on USBZEnvQueryContext_OrderTargetActor"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryContext_PlayersCenter \ +static_assert(alignof(USBZEnvQueryContext_PlayersCenter) == 0x000008, "Wrong alignment on USBZEnvQueryContext_PlayersCenter"); \ +static_assert(sizeof(USBZEnvQueryContext_PlayersCenter) == 0x000030, "Wrong size on USBZEnvQueryContext_PlayersCenter"); \ + +#define DUMPER7_ASSERTS_SBZOnlineGetAvailableRegions_GetAvailableRegions \ +static_assert(alignof(SBZOnlineGetAvailableRegions_GetAvailableRegions) == 0x000008, "Wrong alignment on SBZOnlineGetAvailableRegions_GetAvailableRegions"); \ +static_assert(sizeof(SBZOnlineGetAvailableRegions_GetAvailableRegions) == 0x000010, "Wrong size on SBZOnlineGetAvailableRegions_GetAvailableRegions"); \ +static_assert(offsetof(SBZOnlineGetAvailableRegions_GetAvailableRegions, WorldContextObject_0) == 0x000000, "Member 'SBZOnlineGetAvailableRegions_GetAvailableRegions::WorldContextObject_0' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineGetAvailableRegions_GetAvailableRegions, ReturnValue) == 0x000008, "Member 'SBZOnlineGetAvailableRegions_GetAvailableRegions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOnlineGetAvailableRegions \ +static_assert(alignof(USBZOnlineGetAvailableRegions) == 0x000008, "Wrong alignment on USBZOnlineGetAvailableRegions"); \ +static_assert(sizeof(USBZOnlineGetAvailableRegions) == 0x000050, "Wrong size on USBZOnlineGetAvailableRegions"); \ +static_assert(offsetof(USBZOnlineGetAvailableRegions, OnComplete) == 0x000038, "Member 'USBZOnlineGetAvailableRegions::OnComplete' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineGetAvailableRegions, WorldContextObject) == 0x000048, "Member 'USBZOnlineGetAvailableRegions::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryContext_PreferredDistancePos \ +static_assert(alignof(USBZEnvQueryContext_PreferredDistancePos) == 0x000008, "Wrong alignment on USBZEnvQueryContext_PreferredDistancePos"); \ +static_assert(sizeof(USBZEnvQueryContext_PreferredDistancePos) == 0x000030, "Wrong size on USBZEnvQueryContext_PreferredDistancePos"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryContext_SquadCenterPos \ +static_assert(alignof(USBZEnvQueryContext_SquadCenterPos) == 0x000008, "Wrong alignment on USBZEnvQueryContext_SquadCenterPos"); \ +static_assert(sizeof(USBZEnvQueryContext_SquadCenterPos) == 0x000030, "Wrong size on USBZEnvQueryContext_SquadCenterPos"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryContext_SquadOrderTargetConnectorPosition \ +static_assert(alignof(USBZEnvQueryContext_SquadOrderTargetConnectorPosition) == 0x000008, "Wrong alignment on USBZEnvQueryContext_SquadOrderTargetConnectorPosition"); \ +static_assert(sizeof(USBZEnvQueryContext_SquadOrderTargetConnectorPosition) == 0x000030, "Wrong size on USBZEnvQueryContext_SquadOrderTargetConnectorPosition"); \ + +#define DUMPER7_ASSERTS_SBZFullscreenVideoWidget_BP_OnControlReferencePressed \ +static_assert(alignof(SBZFullscreenVideoWidget_BP_OnControlReferencePressed) == 0x000004, "Wrong alignment on SBZFullscreenVideoWidget_BP_OnControlReferencePressed"); \ +static_assert(sizeof(SBZFullscreenVideoWidget_BP_OnControlReferencePressed) == 0x00000C, "Wrong size on SBZFullscreenVideoWidget_BP_OnControlReferencePressed"); \ +static_assert(offsetof(SBZFullscreenVideoWidget_BP_OnControlReferencePressed, ActionName) == 0x000000, "Member 'SBZFullscreenVideoWidget_BP_OnControlReferencePressed::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZFullscreenVideoWidget_OnControlReferencePressed \ +static_assert(alignof(SBZFullscreenVideoWidget_OnControlReferencePressed) == 0x000004, "Wrong alignment on SBZFullscreenVideoWidget_OnControlReferencePressed"); \ +static_assert(sizeof(SBZFullscreenVideoWidget_OnControlReferencePressed) == 0x00000C, "Wrong size on SBZFullscreenVideoWidget_OnControlReferencePressed"); \ +static_assert(offsetof(SBZFullscreenVideoWidget_OnControlReferencePressed, ActionName) == 0x000000, "Member 'SBZFullscreenVideoWidget_OnControlReferencePressed::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZFullscreenVideoWidget \ +static_assert(alignof(USBZFullscreenVideoWidget) == 0x000008, "Wrong alignment on USBZFullscreenVideoWidget"); \ +static_assert(sizeof(USBZFullscreenVideoWidget) == 0x000368, "Wrong size on USBZFullscreenVideoWidget"); \ +static_assert(offsetof(USBZFullscreenVideoWidget, OnActiveChanged) == 0x0002C0, "Member 'USBZFullscreenVideoWidget::OnActiveChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZFullscreenVideoWidget, VideoImage) == 0x0002D0, "Member 'USBZFullscreenVideoWidget::VideoImage' has a wrong offset!"); \ +static_assert(offsetof(USBZFullscreenVideoWidget, VideoPlayer) == 0x0002D8, "Member 'USBZFullscreenVideoWidget::VideoPlayer' has a wrong offset!"); \ +static_assert(offsetof(USBZFullscreenVideoWidget, PlayControlsReference) == 0x0002E0, "Member 'USBZFullscreenVideoWidget::PlayControlsReference' has a wrong offset!"); \ +static_assert(offsetof(USBZFullscreenVideoWidget, PauseControlsReference) == 0x000308, "Member 'USBZFullscreenVideoWidget::PauseControlsReference' has a wrong offset!"); \ +static_assert(offsetof(USBZFullscreenVideoWidget, ShowInputDuration) == 0x000330, "Member 'USBZFullscreenVideoWidget::ShowInputDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZFullscreenVideoWidget, ZOderChange) == 0x000334, "Member 'USBZFullscreenVideoWidget::ZOderChange' has a wrong offset!"); \ +static_assert(offsetof(USBZFullscreenVideoWidget, Text_SubtitleText) == 0x000338, "Member 'USBZFullscreenVideoWidget::Text_SubtitleText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryContext_SquadOrderTargetRoom \ +static_assert(alignof(USBZEnvQueryContext_SquadOrderTargetRoom) == 0x000008, "Wrong alignment on USBZEnvQueryContext_SquadOrderTargetRoom"); \ +static_assert(sizeof(USBZEnvQueryContext_SquadOrderTargetRoom) == 0x000030, "Wrong size on USBZEnvQueryContext_SquadOrderTargetRoom"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionInstance_StopDialog \ +static_assert(alignof(SBZLifeActionInstance_StopDialog) == 0x000001, "Wrong alignment on SBZLifeActionInstance_StopDialog"); \ +static_assert(sizeof(SBZLifeActionInstance_StopDialog) == 0x000001, "Wrong size on SBZLifeActionInstance_StopDialog"); \ +static_assert(offsetof(SBZLifeActionInstance_StopDialog, bReset) == 0x000000, "Member 'SBZLifeActionInstance_StopDialog::bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionInstance_AreAllNeededSlotsReady \ +static_assert(alignof(SBZLifeActionInstance_AreAllNeededSlotsReady) == 0x000001, "Wrong alignment on SBZLifeActionInstance_AreAllNeededSlotsReady"); \ +static_assert(sizeof(SBZLifeActionInstance_AreAllNeededSlotsReady) == 0x000001, "Wrong size on SBZLifeActionInstance_AreAllNeededSlotsReady"); \ +static_assert(offsetof(SBZLifeActionInstance_AreAllNeededSlotsReady, ReturnValue) == 0x000000, "Member 'SBZLifeActionInstance_AreAllNeededSlotsReady::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionInstance_ContainsSlot \ +static_assert(alignof(SBZLifeActionInstance_ContainsSlot) == 0x000008, "Wrong alignment on SBZLifeActionInstance_ContainsSlot"); \ +static_assert(sizeof(SBZLifeActionInstance_ContainsSlot) == 0x000010, "Wrong size on SBZLifeActionInstance_ContainsSlot"); \ +static_assert(offsetof(SBZLifeActionInstance_ContainsSlot, InSlot) == 0x000000, "Member 'SBZLifeActionInstance_ContainsSlot::InSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionInstance_ContainsSlot, ReturnValue) == 0x000008, "Member 'SBZLifeActionInstance_ContainsSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionInstance_GetReservedSlot \ +static_assert(alignof(SBZLifeActionInstance_GetReservedSlot) == 0x000008, "Wrong alignment on SBZLifeActionInstance_GetReservedSlot"); \ +static_assert(sizeof(SBZLifeActionInstance_GetReservedSlot) == 0x000010, "Wrong size on SBZLifeActionInstance_GetReservedSlot"); \ +static_assert(offsetof(SBZLifeActionInstance_GetReservedSlot, Character) == 0x000000, "Member 'SBZLifeActionInstance_GetReservedSlot::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionInstance_GetReservedSlot, ReturnValue) == 0x000008, "Member 'SBZLifeActionInstance_GetReservedSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionInstance_GetSlotWithTag \ +static_assert(alignof(SBZLifeActionInstance_GetSlotWithTag) == 0x000008, "Wrong alignment on SBZLifeActionInstance_GetSlotWithTag"); \ +static_assert(sizeof(SBZLifeActionInstance_GetSlotWithTag) == 0x000018, "Wrong size on SBZLifeActionInstance_GetSlotWithTag"); \ +static_assert(offsetof(SBZLifeActionInstance_GetSlotWithTag, InTag) == 0x000000, "Member 'SBZLifeActionInstance_GetSlotWithTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionInstance_GetSlotWithTag, ReturnValue) == 0x000010, "Member 'SBZLifeActionInstance_GetSlotWithTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionInstance_GetState \ +static_assert(alignof(SBZLifeActionInstance_GetState) == 0x000001, "Wrong alignment on SBZLifeActionInstance_GetState"); \ +static_assert(sizeof(SBZLifeActionInstance_GetState) == 0x000001, "Wrong size on SBZLifeActionInstance_GetState"); \ +static_assert(offsetof(SBZLifeActionInstance_GetState, ReturnValue) == 0x000000, "Member 'SBZLifeActionInstance_GetState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionInstance_GetTag \ +static_assert(alignof(SBZLifeActionInstance_GetTag) == 0x000004, "Wrong alignment on SBZLifeActionInstance_GetTag"); \ +static_assert(sizeof(SBZLifeActionInstance_GetTag) == 0x00000C, "Wrong size on SBZLifeActionInstance_GetTag"); \ +static_assert(offsetof(SBZLifeActionInstance_GetTag, ReturnValue) == 0x000000, "Member 'SBZLifeActionInstance_GetTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionInstance_IsSlotFree \ +static_assert(alignof(SBZLifeActionInstance_IsSlotFree) == 0x000004, "Wrong alignment on SBZLifeActionInstance_IsSlotFree"); \ +static_assert(sizeof(SBZLifeActionInstance_IsSlotFree) == 0x000010, "Wrong size on SBZLifeActionInstance_IsSlotFree"); \ +static_assert(offsetof(SBZLifeActionInstance_IsSlotFree, InTag) == 0x000000, "Member 'SBZLifeActionInstance_IsSlotFree::InTag' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionInstance_IsSlotFree, ReturnValue) == 0x00000C, "Member 'SBZLifeActionInstance_IsSlotFree::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLifeActionInstance \ +static_assert(alignof(USBZLifeActionInstance) == 0x000010, "Wrong alignment on USBZLifeActionInstance"); \ +static_assert(sizeof(USBZLifeActionInstance) == 0x000260, "Wrong size on USBZLifeActionInstance"); \ +static_assert(offsetof(USBZLifeActionInstance, Tag) == 0x000228, "Member 'USBZLifeActionInstance::Tag' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionInstance, DialogPlayer) == 0x000238, "Member 'USBZLifeActionInstance::DialogPlayer' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionInstance, OwningLifeActionComponent) == 0x000240, "Member 'USBZLifeActionInstance::OwningLifeActionComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionInstance, Slots) == 0x000248, "Member 'USBZLifeActionInstance::Slots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGrenadeProjectile_Multicast_DestroyBreakable \ +static_assert(alignof(SBZGrenadeProjectile_Multicast_DestroyBreakable) == 0x000004, "Wrong alignment on SBZGrenadeProjectile_Multicast_DestroyBreakable"); \ +static_assert(sizeof(SBZGrenadeProjectile_Multicast_DestroyBreakable) == 0x000090, "Wrong size on SBZGrenadeProjectile_Multicast_DestroyBreakable"); \ +static_assert(offsetof(SBZGrenadeProjectile_Multicast_DestroyBreakable, InBreakableHitResult) == 0x000000, "Member 'SBZGrenadeProjectile_Multicast_DestroyBreakable::InBreakableHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGrenadeProjectile_Multicast_OnServerCollision \ +static_assert(alignof(SBZGrenadeProjectile_Multicast_OnServerCollision) == 0x000004, "Wrong alignment on SBZGrenadeProjectile_Multicast_OnServerCollision"); \ +static_assert(sizeof(SBZGrenadeProjectile_Multicast_OnServerCollision) == 0x00000C, "Wrong size on SBZGrenadeProjectile_Multicast_OnServerCollision"); \ +static_assert(offsetof(SBZGrenadeProjectile_Multicast_OnServerCollision, InLocation) == 0x000000, "Member 'SBZGrenadeProjectile_Multicast_OnServerCollision::InLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGrenadeProjectile_Multicast_ReplicateExplosion \ +static_assert(alignof(SBZGrenadeProjectile_Multicast_ReplicateExplosion) == 0x000008, "Wrong alignment on SBZGrenadeProjectile_Multicast_ReplicateExplosion"); \ +static_assert(sizeof(SBZGrenadeProjectile_Multicast_ReplicateExplosion) == 0x000028, "Wrong size on SBZGrenadeProjectile_Multicast_ReplicateExplosion"); \ +static_assert(offsetof(SBZGrenadeProjectile_Multicast_ReplicateExplosion, Result) == 0x000000, "Member 'SBZGrenadeProjectile_Multicast_ReplicateExplosion::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGrenadeProjectile_Multicast_SetGrenadeProjectileVelocity \ +static_assert(alignof(SBZGrenadeProjectile_Multicast_SetGrenadeProjectileVelocity) == 0x000004, "Wrong alignment on SBZGrenadeProjectile_Multicast_SetGrenadeProjectileVelocity"); \ +static_assert(sizeof(SBZGrenadeProjectile_Multicast_SetGrenadeProjectileVelocity) == 0x00000C, "Wrong size on SBZGrenadeProjectile_Multicast_SetGrenadeProjectileVelocity"); \ +static_assert(offsetof(SBZGrenadeProjectile_Multicast_SetGrenadeProjectileVelocity, ProjectileDirection) == 0x000000, "Member 'SBZGrenadeProjectile_Multicast_SetGrenadeProjectileVelocity::ProjectileDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGrenadeProjectile_OnCollisionComponentHit \ +static_assert(alignof(SBZGrenadeProjectile_OnCollisionComponentHit) == 0x000008, "Wrong alignment on SBZGrenadeProjectile_OnCollisionComponentHit"); \ +static_assert(sizeof(SBZGrenadeProjectile_OnCollisionComponentHit) == 0x0000B8, "Wrong size on SBZGrenadeProjectile_OnCollisionComponentHit"); \ +static_assert(offsetof(SBZGrenadeProjectile_OnCollisionComponentHit, OverlappedComp) == 0x000000, "Member 'SBZGrenadeProjectile_OnCollisionComponentHit::OverlappedComp' has a wrong offset!"); \ +static_assert(offsetof(SBZGrenadeProjectile_OnCollisionComponentHit, OtherActor) == 0x000008, "Member 'SBZGrenadeProjectile_OnCollisionComponentHit::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZGrenadeProjectile_OnCollisionComponentHit, OtherComp) == 0x000010, "Member 'SBZGrenadeProjectile_OnCollisionComponentHit::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZGrenadeProjectile_OnCollisionComponentHit, NormalImpulse) == 0x000018, "Member 'SBZGrenadeProjectile_OnCollisionComponentHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(SBZGrenadeProjectile_OnCollisionComponentHit, Hit) == 0x000024, "Member 'SBZGrenadeProjectile_OnCollisionComponentHit::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGrenadeProjectile_OnOwnerEndPlay \ +static_assert(alignof(SBZGrenadeProjectile_OnOwnerEndPlay) == 0x000008, "Wrong alignment on SBZGrenadeProjectile_OnOwnerEndPlay"); \ +static_assert(sizeof(SBZGrenadeProjectile_OnOwnerEndPlay) == 0x000010, "Wrong size on SBZGrenadeProjectile_OnOwnerEndPlay"); \ +static_assert(offsetof(SBZGrenadeProjectile_OnOwnerEndPlay, Actor) == 0x000000, "Member 'SBZGrenadeProjectile_OnOwnerEndPlay::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZGrenadeProjectile_OnOwnerEndPlay, EndPlayReason) == 0x000008, "Member 'SBZGrenadeProjectile_OnOwnerEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGrenadeProjectile_OnProjectileBeginOverlap \ +static_assert(alignof(SBZGrenadeProjectile_OnProjectileBeginOverlap) == 0x000008, "Wrong alignment on SBZGrenadeProjectile_OnProjectileBeginOverlap"); \ +static_assert(sizeof(SBZGrenadeProjectile_OnProjectileBeginOverlap) == 0x0000B0, "Wrong size on SBZGrenadeProjectile_OnProjectileBeginOverlap"); \ +static_assert(offsetof(SBZGrenadeProjectile_OnProjectileBeginOverlap, OverlappedComponent) == 0x000000, "Member 'SBZGrenadeProjectile_OnProjectileBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZGrenadeProjectile_OnProjectileBeginOverlap, OtherActor) == 0x000008, "Member 'SBZGrenadeProjectile_OnProjectileBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZGrenadeProjectile_OnProjectileBeginOverlap, OtherComp) == 0x000010, "Member 'SBZGrenadeProjectile_OnProjectileBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZGrenadeProjectile_OnProjectileBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'SBZGrenadeProjectile_OnProjectileBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZGrenadeProjectile_OnProjectileBeginOverlap, bFromSweep) == 0x00001C, "Member 'SBZGrenadeProjectile_OnProjectileBeginOverlap::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(SBZGrenadeProjectile_OnProjectileBeginOverlap, SweepResult) == 0x000020, "Member 'SBZGrenadeProjectile_OnProjectileBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGrenadeProjectile_OnProjectileBounce \ +static_assert(alignof(SBZGrenadeProjectile_OnProjectileBounce) == 0x000004, "Wrong alignment on SBZGrenadeProjectile_OnProjectileBounce"); \ +static_assert(sizeof(SBZGrenadeProjectile_OnProjectileBounce) == 0x00009C, "Wrong size on SBZGrenadeProjectile_OnProjectileBounce"); \ +static_assert(offsetof(SBZGrenadeProjectile_OnProjectileBounce, InHitResult) == 0x000000, "Member 'SBZGrenadeProjectile_OnProjectileBounce::InHitResult' has a wrong offset!"); \ +static_assert(offsetof(SBZGrenadeProjectile_OnProjectileBounce, ImpactVelocity) == 0x000090, "Member 'SBZGrenadeProjectile_OnProjectileBounce::ImpactVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGrenadeProjectile_OnProjectileStopped \ +static_assert(alignof(SBZGrenadeProjectile_OnProjectileStopped) == 0x000004, "Wrong alignment on SBZGrenadeProjectile_OnProjectileStopped"); \ +static_assert(sizeof(SBZGrenadeProjectile_OnProjectileStopped) == 0x000090, "Wrong size on SBZGrenadeProjectile_OnProjectileStopped"); \ +static_assert(offsetof(SBZGrenadeProjectile_OnProjectileStopped, InHitResult) == 0x000000, "Member 'SBZGrenadeProjectile_OnProjectileStopped::InHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZGrenadeProjectile \ +static_assert(alignof(ASBZGrenadeProjectile) == 0x000008, "Wrong alignment on ASBZGrenadeProjectile"); \ +static_assert(sizeof(ASBZGrenadeProjectile) == 0x006040, "Wrong size on ASBZGrenadeProjectile"); \ +static_assert(offsetof(ASBZGrenadeProjectile, MarkerAsset) == 0x0002E8, "Member 'ASBZGrenadeProjectile::MarkerAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, MarkerOffset) == 0x0002F0, "Member 'ASBZGrenadeProjectile::MarkerOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, MarkerActivationDelay) == 0x0002FC, "Member 'ASBZGrenadeProjectile::MarkerActivationDelay' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, EquippableIndex) == 0x000320, "Member 'ASBZGrenadeProjectile::EquippableIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, StaticMesh) == 0x000328, "Member 'ASBZGrenadeProjectile::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, ProjectileMovementComponent) == 0x000330, "Member 'ASBZGrenadeProjectile::ProjectileMovementComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, SphereCollision) == 0x000338, "Member 'ASBZGrenadeProjectile::SphereCollision' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, PendingDataExplosionResult) == 0x000340, "Member 'ASBZGrenadeProjectile::PendingDataExplosionResult' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, OwnerCharacter) == 0x000370, "Member 'ASBZGrenadeProjectile::OwnerCharacter' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, Delay) == 0x00037C, "Member 'ASBZGrenadeProjectile::Delay' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, DetonationEvent) == 0x000380, "Member 'ASBZGrenadeProjectile::DetonationEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, FiredEvent) == 0x000388, "Member 'ASBZGrenadeProjectile::FiredEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, DetonationEffect) == 0x000390, "Member 'ASBZGrenadeProjectile::DetonationEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, DamageGameplayEffectClass) == 0x000398, "Member 'ASBZGrenadeProjectile::DamageGameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, DamageTypeClass) == 0x0003A0, "Member 'ASBZGrenadeProjectile::DamageTypeClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, LocalPlayerFeedback) == 0x0003A8, "Member 'ASBZGrenadeProjectile::LocalPlayerFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, LocalPlayerInstigatorFeedback) == 0x0003B0, "Member 'ASBZGrenadeProjectile::LocalPlayerInstigatorFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, PlayerFeedbackCurve) == 0x0003B8, "Member 'ASBZGrenadeProjectile::PlayerFeedbackCurve' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, Data) == 0x000440, "Member 'ASBZGrenadeProjectile::Data' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, RangedWeaponData) == 0x000448, "Member 'ASBZGrenadeProjectile::RangedWeaponData' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, bReduceBouncinessPerBounce) == 0x000450, "Member 'ASBZGrenadeProjectile::bReduceBouncinessPerBounce' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, BouncinessReductionValue) == 0x000454, "Member 'ASBZGrenadeProjectile::BouncinessReductionValue' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, MaxTimesToReduceBounciness) == 0x000458, "Member 'ASBZGrenadeProjectile::MaxTimesToReduceBounciness' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, MaxBounces) == 0x00045C, "Member 'ASBZGrenadeProjectile::MaxBounces' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, bEnablePhysicsOnStopped) == 0x000460, "Member 'ASBZGrenadeProjectile::bEnablePhysicsOnStopped' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, bWantsLocationRotation) == 0x000461, "Member 'ASBZGrenadeProjectile::bWantsLocationRotation' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, ClusterGrenadeArray) == 0x006018, "Member 'ASBZGrenadeProjectile::ClusterGrenadeArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZGrenadeProjectile, PostDamagePhysicsEffectData) == 0x00602C, "Member 'ASBZGrenadeProjectile::PostDamagePhysicsEffectData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPlayerMambaGrenadeProjectile \ +static_assert(alignof(ASBZPlayerMambaGrenadeProjectile) == 0x000008, "Wrong alignment on ASBZPlayerMambaGrenadeProjectile"); \ +static_assert(sizeof(ASBZPlayerMambaGrenadeProjectile) == 0x006040, "Wrong size on ASBZPlayerMambaGrenadeProjectile"); \ + +#define DUMPER7_ASSERTS_ASBZPlayerGrenadeProjectileCluster \ +static_assert(alignof(ASBZPlayerGrenadeProjectileCluster) == 0x000008, "Wrong alignment on ASBZPlayerGrenadeProjectileCluster"); \ +static_assert(sizeof(ASBZPlayerGrenadeProjectileCluster) == 0x006048, "Wrong size on ASBZPlayerGrenadeProjectileCluster"); \ +static_assert(offsetof(ASBZPlayerGrenadeProjectileCluster, AdditionalRandomDelay) == 0x006040, "Member 'ASBZPlayerGrenadeProjectileCluster::AdditionalRandomDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryContext_SquadOrderTargetRoomCovers \ +static_assert(alignof(USBZEnvQueryContext_SquadOrderTargetRoomCovers) == 0x000008, "Wrong alignment on USBZEnvQueryContext_SquadOrderTargetRoomCovers"); \ +static_assert(sizeof(USBZEnvQueryContext_SquadOrderTargetRoomCovers) == 0x000030, "Wrong size on USBZEnvQueryContext_SquadOrderTargetRoomCovers"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryContext_Ward \ +static_assert(alignof(USBZEnvQueryContext_Ward) == 0x000008, "Wrong alignment on USBZEnvQueryContext_Ward"); \ +static_assert(sizeof(USBZEnvQueryContext_Ward) == 0x000030, "Wrong size on USBZEnvQueryContext_Ward"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryGenerator_CoverPoints \ +static_assert(alignof(USBZEnvQueryGenerator_CoverPoints) == 0x000008, "Wrong alignment on USBZEnvQueryGenerator_CoverPoints"); \ +static_assert(sizeof(USBZEnvQueryGenerator_CoverPoints) == 0x000110, "Wrong size on USBZEnvQueryGenerator_CoverPoints"); \ +static_assert(offsetof(USBZEnvQueryGenerator_CoverPoints, SearchCenter) == 0x000058, "Member 'USBZEnvQueryGenerator_CoverPoints::SearchCenter' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryGenerator_CoverPoints, bUseContextAsGenerator) == 0x000060, "Member 'USBZEnvQueryGenerator_CoverPoints::bUseContextAsGenerator' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryGenerator_CoverPoints, SearchRadius) == 0x000068, "Member 'USBZEnvQueryGenerator_CoverPoints::SearchRadius' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryGenerator_CoverPoints, MaxCovers) == 0x0000A8, "Member 'USBZEnvQueryGenerator_CoverPoints::MaxCovers' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryGenerator_CoverPoints, bSortByDistance) == 0x0000E8, "Member 'USBZEnvQueryGenerator_CoverPoints::bSortByDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryGenerator_CoverPoints, SortCenter) == 0x0000F0, "Member 'USBZEnvQueryGenerator_CoverPoints::SortCenter' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryGenerator_CoverPoints, TargetContext) == 0x0000F8, "Member 'USBZEnvQueryGenerator_CoverPoints::TargetContext' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryGenerator_CoverPoints, NrAdditionalRandomDistCovers) == 0x000100, "Member 'USBZEnvQueryGenerator_CoverPoints::NrAdditionalRandomDistCovers' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryGenerator_CoverPoints, MaxDotToTarget) == 0x000104, "Member 'USBZEnvQueryGenerator_CoverPoints::MaxDotToTarget' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryGenerator_CoverPoints, bShouldLimitToAdjacentRooms) == 0x000108, "Member 'USBZEnvQueryGenerator_CoverPoints::bShouldLimitToAdjacentRooms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryGenerator_PerceivedActors \ +static_assert(alignof(USBZEnvQueryGenerator_PerceivedActors) == 0x000008, "Wrong alignment on USBZEnvQueryGenerator_PerceivedActors"); \ +static_assert(sizeof(USBZEnvQueryGenerator_PerceivedActors) == 0x000098, "Wrong size on USBZEnvQueryGenerator_PerceivedActors"); \ +static_assert(offsetof(USBZEnvQueryGenerator_PerceivedActors, PerceiverContext) == 0x000058, "Member 'USBZEnvQueryGenerator_PerceivedActors::PerceiverContext' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryGenerator_PerceivedActors, bHostilesOnly) == 0x000060, "Member 'USBZEnvQueryGenerator_PerceivedActors::bHostilesOnly' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryGenerator_PerceivedActors, bOnlyVisualGenerators) == 0x000061, "Member 'USBZEnvQueryGenerator_PerceivedActors::bOnlyVisualGenerators' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryGenerator_PerceivedActors, bCurrentlySensed) == 0x000062, "Member 'USBZEnvQueryGenerator_PerceivedActors::bCurrentlySensed' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryGenerator_PerceivedActors, Senses) == 0x000068, "Member 'USBZEnvQueryGenerator_PerceivedActors::Senses' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryGenerator_PerceivedActors, AllowedPawnTypes) == 0x000078, "Member 'USBZEnvQueryGenerator_PerceivedActors::AllowedPawnTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPlaceableWeaponBagItem \ +static_assert(alignof(ASBZPlaceableWeaponBagItem) == 0x000008, "Wrong alignment on ASBZPlaceableWeaponBagItem"); \ +static_assert(sizeof(ASBZPlaceableWeaponBagItem) == 0x0003C0, "Wrong size on ASBZPlaceableWeaponBagItem"); \ +static_assert(offsetof(ASBZPlaceableWeaponBagItem, StoredWeaponConfig) == 0x000350, "Member 'ASBZPlaceableWeaponBagItem::StoredWeaponConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_AirNav \ +static_assert(alignof(USBZEnvQueryTest_AirNav) == 0x000008, "Wrong alignment on USBZEnvQueryTest_AirNav"); \ +static_assert(sizeof(USBZEnvQueryTest_AirNav) == 0x000238, "Wrong size on USBZEnvQueryTest_AirNav"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_AIVisibilityScore \ +static_assert(alignof(USBZEnvQueryTest_AIVisibilityScore) == 0x000008, "Wrong alignment on USBZEnvQueryTest_AIVisibilityScore"); \ +static_assert(sizeof(USBZEnvQueryTest_AIVisibilityScore) == 0x000240, "Wrong size on USBZEnvQueryTest_AIVisibilityScore"); \ +static_assert(offsetof(USBZEnvQueryTest_AIVisibilityScore, Context) == 0x000238, "Member 'USBZEnvQueryTest_AIVisibilityScore::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOverskillARGESVermilion \ +static_assert(alignof(USBZOverskillARGESVermilion) == 0x000008, "Wrong alignment on USBZOverskillARGESVermilion"); \ +static_assert(sizeof(USBZOverskillARGESVermilion) == 0x000230, "Wrong size on USBZOverskillARGESVermilion"); \ + +#define DUMPER7_ASSERTS_USBZHackerRoutedPingAbility \ +static_assert(alignof(USBZHackerRoutedPingAbility) == 0x000008, "Wrong alignment on USBZHackerRoutedPingAbility"); \ +static_assert(sizeof(USBZHackerRoutedPingAbility) == 0x0004F8, "Wrong size on USBZHackerRoutedPingAbility"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_CoverSafeness \ +static_assert(alignof(USBZEnvQueryTest_CoverSafeness) == 0x000008, "Wrong alignment on USBZEnvQueryTest_CoverSafeness"); \ +static_assert(sizeof(USBZEnvQueryTest_CoverSafeness) == 0x000240, "Wrong size on USBZEnvQueryTest_CoverSafeness"); \ +static_assert(offsetof(USBZEnvQueryTest_CoverSafeness, EnemyContext) == 0x000238, "Member 'USBZEnvQueryTest_CoverSafeness::EnemyContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZExplosionImpactConfig \ +static_assert(alignof(USBZExplosionImpactConfig) == 0x000008, "Wrong alignment on USBZExplosionImpactConfig"); \ +static_assert(sizeof(USBZExplosionImpactConfig) == 0x000080, "Wrong size on USBZExplosionImpactConfig"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_CoverVincinity \ +static_assert(alignof(USBZEnvQueryTest_CoverVincinity) == 0x000008, "Wrong alignment on USBZEnvQueryTest_CoverVincinity"); \ +static_assert(sizeof(USBZEnvQueryTest_CoverVincinity) == 0x0002B8, "Wrong size on USBZEnvQueryTest_CoverVincinity"); \ +static_assert(offsetof(USBZEnvQueryTest_CoverVincinity, SearchRadius) == 0x000238, "Member 'USBZEnvQueryTest_CoverVincinity::SearchRadius' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryTest_CoverVincinity, OccupiedOnly) == 0x000278, "Member 'USBZEnvQueryTest_CoverVincinity::OccupiedOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_DespawnPawnType \ +static_assert(alignof(USBZEnvQueryTest_DespawnPawnType) == 0x000008, "Wrong alignment on USBZEnvQueryTest_DespawnPawnType"); \ +static_assert(sizeof(USBZEnvQueryTest_DespawnPawnType) == 0x000240, "Wrong size on USBZEnvQueryTest_DespawnPawnType"); \ +static_assert(offsetof(USBZEnvQueryTest_DespawnPawnType, PawnTypeContext) == 0x000238, "Member 'USBZEnvQueryTest_DespawnPawnType::PawnTypeContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_DrillState \ +static_assert(alignof(USBZEnvQueryTest_DrillState) == 0x000008, "Wrong alignment on USBZEnvQueryTest_DrillState"); \ +static_assert(sizeof(USBZEnvQueryTest_DrillState) == 0x000250, "Wrong size on USBZEnvQueryTest_DrillState"); \ +static_assert(offsetof(USBZEnvQueryTest_DrillState, bMatchNonDrills) == 0x000238, "Member 'USBZEnvQueryTest_DrillState::bMatchNonDrills' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryTest_DrillState, MatchState) == 0x000240, "Member 'USBZEnvQueryTest_DrillState::MatchState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_IsContextActor \ +static_assert(alignof(USBZEnvQueryTest_IsContextActor) == 0x000008, "Wrong alignment on USBZEnvQueryTest_IsContextActor"); \ +static_assert(sizeof(USBZEnvQueryTest_IsContextActor) == 0x000240, "Wrong size on USBZEnvQueryTest_IsContextActor"); \ +static_assert(offsetof(USBZEnvQueryTest_IsContextActor, ActorContext) == 0x000238, "Member 'USBZEnvQueryTest_IsContextActor::ActorContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGrenadeProjectileExecutionCalculation \ +static_assert(alignof(USBZGrenadeProjectileExecutionCalculation) == 0x000008, "Wrong alignment on USBZGrenadeProjectileExecutionCalculation"); \ +static_assert(sizeof(USBZGrenadeProjectileExecutionCalculation) == 0x000120, "Wrong size on USBZGrenadeProjectileExecutionCalculation"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_IsCrewAIAndDefeatStateNone \ +static_assert(alignof(USBZEnvQueryTest_IsCrewAIAndDefeatStateNone) == 0x000008, "Wrong alignment on USBZEnvQueryTest_IsCrewAIAndDefeatStateNone"); \ +static_assert(sizeof(USBZEnvQueryTest_IsCrewAIAndDefeatStateNone) == 0x000238, "Wrong size on USBZEnvQueryTest_IsCrewAIAndDefeatStateNone"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_IsHostile \ +static_assert(alignof(USBZEnvQueryTest_IsHostile) == 0x000008, "Wrong alignment on USBZEnvQueryTest_IsHostile"); \ +static_assert(sizeof(USBZEnvQueryTest_IsHostile) == 0x000238, "Wrong size on USBZEnvQueryTest_IsHostile"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_IsInCover \ +static_assert(alignof(USBZEnvQueryTest_IsInCover) == 0x000008, "Wrong alignment on USBZEnvQueryTest_IsInCover"); \ +static_assert(sizeof(USBZEnvQueryTest_IsInCover) == 0x000238, "Wrong size on USBZEnvQueryTest_IsInCover"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_IsInDefeatState \ +static_assert(alignof(USBZEnvQueryTest_IsInDefeatState) == 0x000008, "Wrong alignment on USBZEnvQueryTest_IsInDefeatState"); \ +static_assert(sizeof(USBZEnvQueryTest_IsInDefeatState) == 0x000238, "Wrong size on USBZEnvQueryTest_IsInDefeatState"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_IsOrderTargetAreaEnabled \ +static_assert(alignof(USBZEnvQueryTest_IsOrderTargetAreaEnabled) == 0x000008, "Wrong alignment on USBZEnvQueryTest_IsOrderTargetAreaEnabled"); \ +static_assert(sizeof(USBZEnvQueryTest_IsOrderTargetAreaEnabled) == 0x000238, "Wrong size on USBZEnvQueryTest_IsOrderTargetAreaEnabled"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_IsPlayer \ +static_assert(alignof(USBZEnvQueryTest_IsPlayer) == 0x000008, "Wrong alignment on USBZEnvQueryTest_IsPlayer"); \ +static_assert(sizeof(USBZEnvQueryTest_IsPlayer) == 0x000238, "Wrong size on USBZEnvQueryTest_IsPlayer"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_IsProtectPointAssignable \ +static_assert(alignof(USBZEnvQueryTest_IsProtectPointAssignable) == 0x000008, "Wrong alignment on USBZEnvQueryTest_IsProtectPointAssignable"); \ +static_assert(sizeof(USBZEnvQueryTest_IsProtectPointAssignable) == 0x000238, "Wrong size on USBZEnvQueryTest_IsProtectPointAssignable"); \ + +#define DUMPER7_ASSERTS_USBZOverskillHET5Fallow \ +static_assert(alignof(USBZOverskillHET5Fallow) == 0x000008, "Wrong alignment on USBZOverskillHET5Fallow"); \ +static_assert(sizeof(USBZOverskillHET5Fallow) == 0x000230, "Wrong size on USBZOverskillHET5Fallow"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_IsValidTarget \ +static_assert(alignof(USBZEnvQueryTest_IsValidTarget) == 0x000008, "Wrong alignment on USBZEnvQueryTest_IsValidTarget"); \ +static_assert(sizeof(USBZEnvQueryTest_IsValidTarget) == 0x000238, "Wrong size on USBZEnvQueryTest_IsValidTarget"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_IsVantagePointTaken \ +static_assert(alignof(USBZEnvQueryTest_IsVantagePointTaken) == 0x000008, "Wrong alignment on USBZEnvQueryTest_IsVantagePointTaken"); \ +static_assert(sizeof(USBZEnvQueryTest_IsVantagePointTaken) == 0x000238, "Wrong size on USBZEnvQueryTest_IsVantagePointTaken"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAndItemTriggerVolume_SetVolumeEnabled \ +static_assert(alignof(SBZPlayerAndItemTriggerVolume_SetVolumeEnabled) == 0x000001, "Wrong alignment on SBZPlayerAndItemTriggerVolume_SetVolumeEnabled"); \ +static_assert(sizeof(SBZPlayerAndItemTriggerVolume_SetVolumeEnabled) == 0x000001, "Wrong size on SBZPlayerAndItemTriggerVolume_SetVolumeEnabled"); \ +static_assert(offsetof(SBZPlayerAndItemTriggerVolume_SetVolumeEnabled, bIsEnabled) == 0x000000, "Member 'SBZPlayerAndItemTriggerVolume_SetVolumeEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPlayerAndItemTriggerVolume \ +static_assert(alignof(ASBZPlayerAndItemTriggerVolume) == 0x000008, "Wrong alignment on ASBZPlayerAndItemTriggerVolume"); \ +static_assert(sizeof(ASBZPlayerAndItemTriggerVolume) == 0x000378, "Wrong size on ASBZPlayerAndItemTriggerVolume"); \ +static_assert(offsetof(ASBZPlayerAndItemTriggerVolume, LastOverlapActor) == 0x000300, "Member 'ASBZPlayerAndItemTriggerVolume::LastOverlapActor' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerAndItemTriggerVolume, OverlapPlayerArray) == 0x000308, "Member 'ASBZPlayerAndItemTriggerVolume::OverlapPlayerArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerAndItemTriggerVolume, OverlapBagArray) == 0x000318, "Member 'ASBZPlayerAndItemTriggerVolume::OverlapBagArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerAndItemTriggerVolume, ServerCountChangedDelegate) == 0x000328, "Member 'ASBZPlayerAndItemTriggerVolume::ServerCountChangedDelegate' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerAndItemTriggerVolume, ServerEmptyDelegate) == 0x000338, "Member 'ASBZPlayerAndItemTriggerVolume::ServerEmptyDelegate' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerAndItemTriggerVolume, bIsVolumeEnabledInitially) == 0x000348, "Member 'ASBZPlayerAndItemTriggerVolume::bIsVolumeEnabledInitially' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerAndItemTriggerVolume, bIsVolumeEnabled) == 0x000349, "Member 'ASBZPlayerAndItemTriggerVolume::bIsVolumeEnabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerAndItemTriggerVolume, bIsEnabledOnAlarm) == 0x00034A, "Member 'ASBZPlayerAndItemTriggerVolume::bIsEnabledOnAlarm' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerAndItemTriggerVolume, bIsDisabledOnEmpty) == 0x00034B, "Member 'ASBZPlayerAndItemTriggerVolume::bIsDisabledOnEmpty' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerAndItemTriggerVolume, bIsDisabledOnEmptyInitially) == 0x00034C, "Member 'ASBZPlayerAndItemTriggerVolume::bIsDisabledOnEmptyInitially' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerAndItemTriggerVolume, bIsBagsTeleported) == 0x00034D, "Member 'ASBZPlayerAndItemTriggerVolume::bIsBagsTeleported' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerAndItemTriggerVolume, BagTeleportLocation) == 0x000350, "Member 'ASBZPlayerAndItemTriggerVolume::BagTeleportLocation' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerAndItemTriggerVolume, bIsClosedOffWhenDisabled) == 0x00035C, "Member 'ASBZPlayerAndItemTriggerVolume::bIsClosedOffWhenDisabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerAndItemTriggerVolume, ClosedReactorArray) == 0x000360, "Member 'ASBZPlayerAndItemTriggerVolume::ClosedReactorArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_IsWard \ +static_assert(alignof(USBZEnvQueryTest_IsWard) == 0x000008, "Wrong alignment on USBZEnvQueryTest_IsWard"); \ +static_assert(sizeof(USBZEnvQueryTest_IsWard) == 0x000238, "Wrong size on USBZEnvQueryTest_IsWard"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_OrderTargetAreaSquadsNum \ +static_assert(alignof(USBZEnvQueryTest_OrderTargetAreaSquadsNum) == 0x000008, "Wrong alignment on USBZEnvQueryTest_OrderTargetAreaSquadsNum"); \ +static_assert(sizeof(USBZEnvQueryTest_OrderTargetAreaSquadsNum) == 0x000238, "Wrong size on USBZEnvQueryTest_OrderTargetAreaSquadsNum"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_PawnType \ +static_assert(alignof(USBZEnvQueryTest_PawnType) == 0x000008, "Wrong alignment on USBZEnvQueryTest_PawnType"); \ +static_assert(sizeof(USBZEnvQueryTest_PawnType) == 0x000280, "Wrong size on USBZEnvQueryTest_PawnType"); \ +static_assert(offsetof(USBZEnvQueryTest_PawnType, PawnTagQueryToMatch) == 0x000238, "Member 'USBZEnvQueryTest_PawnType::PawnTagQueryToMatch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyManager_GetPartyManager \ +static_assert(alignof(SBZPartyManager_GetPartyManager) == 0x000008, "Wrong alignment on SBZPartyManager_GetPartyManager"); \ +static_assert(sizeof(SBZPartyManager_GetPartyManager) == 0x000010, "Wrong size on SBZPartyManager_GetPartyManager"); \ +static_assert(offsetof(SBZPartyManager_GetPartyManager, WorldContextObject) == 0x000000, "Member 'SBZPartyManager_GetPartyManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZPartyManager_GetPartyManager, ReturnValue) == 0x000008, "Member 'SBZPartyManager_GetPartyManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyManager_SendJoinPublicChatChannel \ +static_assert(alignof(SBZPartyManager_SendJoinPublicChatChannel) == 0x000008, "Wrong alignment on SBZPartyManager_SendJoinPublicChatChannel"); \ +static_assert(sizeof(SBZPartyManager_SendJoinPublicChatChannel) == 0x000010, "Wrong size on SBZPartyManager_SendJoinPublicChatChannel"); \ +static_assert(offsetof(SBZPartyManager_SendJoinPublicChatChannel, ReturnValue) == 0x000000, "Member 'SBZPartyManager_SendJoinPublicChatChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyManager_SendPartyMessage \ +static_assert(alignof(SBZPartyManager_SendPartyMessage) == 0x000008, "Wrong alignment on SBZPartyManager_SendPartyMessage"); \ +static_assert(sizeof(SBZPartyManager_SendPartyMessage) == 0x000018, "Wrong size on SBZPartyManager_SendPartyMessage"); \ +static_assert(offsetof(SBZPartyManager_SendPartyMessage, Message) == 0x000000, "Member 'SBZPartyManager_SendPartyMessage::Message' has a wrong offset!"); \ +static_assert(offsetof(SBZPartyManager_SendPartyMessage, ReturnValue) == 0x000010, "Member 'SBZPartyManager_SendPartyMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyManager_SendPrivateMessage \ +static_assert(alignof(SBZPartyManager_SendPrivateMessage) == 0x000008, "Wrong alignment on SBZPartyManager_SendPrivateMessage"); \ +static_assert(sizeof(SBZPartyManager_SendPrivateMessage) == 0x000028, "Wrong size on SBZPartyManager_SendPrivateMessage"); \ +static_assert(offsetof(SBZPartyManager_SendPrivateMessage, PlayerId) == 0x000000, "Member 'SBZPartyManager_SendPrivateMessage::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZPartyManager_SendPrivateMessage, Message) == 0x000010, "Member 'SBZPartyManager_SendPrivateMessage::Message' has a wrong offset!"); \ +static_assert(offsetof(SBZPartyManager_SendPrivateMessage, ReturnValue) == 0x000020, "Member 'SBZPartyManager_SendPrivateMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyManager_SendPublicMessage \ +static_assert(alignof(SBZPartyManager_SendPublicMessage) == 0x000008, "Wrong alignment on SBZPartyManager_SendPublicMessage"); \ +static_assert(sizeof(SBZPartyManager_SendPublicMessage) == 0x000020, "Wrong size on SBZPartyManager_SendPublicMessage"); \ +static_assert(offsetof(SBZPartyManager_SendPublicMessage, Message) == 0x000000, "Member 'SBZPartyManager_SendPublicMessage::Message' has a wrong offset!"); \ +static_assert(offsetof(SBZPartyManager_SendPublicMessage, ReturnValue) == 0x000010, "Member 'SBZPartyManager_SendPublicMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyManager_SetLobbyType \ +static_assert(alignof(SBZPartyManager_SetLobbyType) == 0x000001, "Wrong alignment on SBZPartyManager_SetLobbyType"); \ +static_assert(sizeof(SBZPartyManager_SetLobbyType) == 0x000002, "Wrong size on SBZPartyManager_SetLobbyType"); \ +static_assert(offsetof(SBZPartyManager_SetLobbyType, InLobbyType) == 0x000000, "Member 'SBZPartyManager_SetLobbyType::InLobbyType' has a wrong offset!"); \ +static_assert(offsetof(SBZPartyManager_SetLobbyType, bIsSaved) == 0x000001, "Member 'SBZPartyManager_SetLobbyType::bIsSaved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyManager_GetLobbyType \ +static_assert(alignof(SBZPartyManager_GetLobbyType) == 0x000001, "Wrong alignment on SBZPartyManager_GetLobbyType"); \ +static_assert(sizeof(SBZPartyManager_GetLobbyType) == 0x000001, "Wrong size on SBZPartyManager_GetLobbyType"); \ +static_assert(offsetof(SBZPartyManager_GetLobbyType, ReturnValue) == 0x000000, "Member 'SBZPartyManager_GetLobbyType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyManager_GetPartyMember \ +static_assert(alignof(SBZPartyManager_GetPartyMember) == 0x000008, "Wrong alignment on SBZPartyManager_GetPartyMember"); \ +static_assert(sizeof(SBZPartyManager_GetPartyMember) == 0x0004C0, "Wrong size on SBZPartyManager_GetPartyMember"); \ +static_assert(offsetof(SBZPartyManager_GetPartyMember, UserId) == 0x000000, "Member 'SBZPartyManager_GetPartyMember::UserId' has a wrong offset!"); \ +static_assert(offsetof(SBZPartyManager_GetPartyMember, OutPartyMemberUser) == 0x000010, "Member 'SBZPartyManager_GetPartyMember::OutPartyMemberUser' has a wrong offset!"); \ +static_assert(offsetof(SBZPartyManager_GetPartyMember, ReturnValue) == 0x0004B8, "Member 'SBZPartyManager_GetPartyMember::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyManager_GetPartyPlayersNumber \ +static_assert(alignof(SBZPartyManager_GetPartyPlayersNumber) == 0x000004, "Wrong alignment on SBZPartyManager_GetPartyPlayersNumber"); \ +static_assert(sizeof(SBZPartyManager_GetPartyPlayersNumber) == 0x000004, "Wrong size on SBZPartyManager_GetPartyPlayersNumber"); \ +static_assert(offsetof(SBZPartyManager_GetPartyPlayersNumber, ReturnValue) == 0x000000, "Member 'SBZPartyManager_GetPartyPlayersNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyManager_IsMatchmakingRequestedByPartyLeader \ +static_assert(alignof(SBZPartyManager_IsMatchmakingRequestedByPartyLeader) == 0x000001, "Wrong alignment on SBZPartyManager_IsMatchmakingRequestedByPartyLeader"); \ +static_assert(sizeof(SBZPartyManager_IsMatchmakingRequestedByPartyLeader) == 0x000001, "Wrong size on SBZPartyManager_IsMatchmakingRequestedByPartyLeader"); \ +static_assert(offsetof(SBZPartyManager_IsMatchmakingRequestedByPartyLeader, ReturnValue) == 0x000000, "Member 'SBZPartyManager_IsMatchmakingRequestedByPartyLeader::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPartyManager \ +static_assert(alignof(USBZPartyManager) == 0x000008, "Wrong alignment on USBZPartyManager"); \ +static_assert(sizeof(USBZPartyManager) == 0x000190, "Wrong size on USBZPartyManager"); \ +static_assert(offsetof(USBZPartyManager, OnChatChannelJoinEvent) == 0x000040, "Member 'USBZPartyManager::OnChatChannelJoinEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZPartyManager, OnPrivateMessageSentStatus) == 0x000050, "Member 'USBZPartyManager::OnPrivateMessageSentStatus' has a wrong offset!"); \ +static_assert(offsetof(USBZPartyManager, OnPrivateMessageReceived) == 0x000060, "Member 'USBZPartyManager::OnPrivateMessageReceived' has a wrong offset!"); \ +static_assert(offsetof(USBZPartyManager, OnPublicMessageSentStatus) == 0x000070, "Member 'USBZPartyManager::OnPublicMessageSentStatus' has a wrong offset!"); \ +static_assert(offsetof(USBZPartyManager, OnPublicMessageReceived) == 0x000080, "Member 'USBZPartyManager::OnPublicMessageReceived' has a wrong offset!"); \ +static_assert(offsetof(USBZPartyManager, OnPartyMessageSentStatus) == 0x000090, "Member 'USBZPartyManager::OnPartyMessageSentStatus' has a wrong offset!"); \ +static_assert(offsetof(USBZPartyManager, OnPartyMessageReceived) == 0x0000A0, "Member 'USBZPartyManager::OnPartyMessageReceived' has a wrong offset!"); \ +static_assert(offsetof(USBZPartyManager, OnPartyControlMessageReceived) == 0x0000B0, "Member 'USBZPartyManager::OnPartyControlMessageReceived' has a wrong offset!"); \ +static_assert(offsetof(USBZPartyManager, OnPartyInvitiationReceived) == 0x0000C0, "Member 'USBZPartyManager::OnPartyInvitiationReceived' has a wrong offset!"); \ +static_assert(offsetof(USBZPartyManager, PartyPlayerJoinEvent) == 0x0000D0, "Member 'USBZPartyManager::PartyPlayerJoinEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZPartyManager, PartyPlayerLeaveEvent) == 0x0000E0, "Member 'USBZPartyManager::PartyPlayerLeaveEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZPartyManager, PartyPlayerKickEvent) == 0x0000F0, "Member 'USBZPartyManager::PartyPlayerKickEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZPartyManager, PartyInfoUpdateEvent) == 0x000100, "Member 'USBZPartyManager::PartyInfoUpdateEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZPartyManager, PartyInvitesUpdateEvent) == 0x000110, "Member 'USBZPartyManager::PartyInvitesUpdateEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZPartyManager, PartyId) == 0x000140, "Member 'USBZPartyManager::PartyId' has a wrong offset!"); \ +static_assert(offsetof(USBZPartyManager, PartyCode) == 0x000150, "Member 'USBZPartyManager::PartyCode' has a wrong offset!"); \ +static_assert(offsetof(USBZPartyManager, InvitesReceived) == 0x000160, "Member 'USBZPartyManager::InvitesReceived' has a wrong offset!"); \ +static_assert(offsetof(USBZPartyManager, InvitesSent) == 0x000170, "Member 'USBZPartyManager::InvitesSent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyManagerAB_InvitePopUpCallback \ +static_assert(alignof(SBZPartyManagerAB_InvitePopUpCallback) == 0x000004, "Wrong alignment on SBZPartyManagerAB_InvitePopUpCallback"); \ +static_assert(sizeof(SBZPartyManagerAB_InvitePopUpCallback) == 0x00000C, "Wrong size on SBZPartyManagerAB_InvitePopUpCallback"); \ +static_assert(offsetof(SBZPartyManagerAB_InvitePopUpCallback, ActionName) == 0x000000, "Member 'SBZPartyManagerAB_InvitePopUpCallback::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyManagerAB_JoinPartyAfterLeave \ +static_assert(alignof(SBZPartyManagerAB_JoinPartyAfterLeave) == 0x000008, "Wrong alignment on SBZPartyManagerAB_JoinPartyAfterLeave"); \ +static_assert(sizeof(SBZPartyManagerAB_JoinPartyAfterLeave) == 0x000010, "Wrong size on SBZPartyManagerAB_JoinPartyAfterLeave"); \ +static_assert(offsetof(SBZPartyManagerAB_JoinPartyAfterLeave, Code) == 0x000000, "Member 'SBZPartyManagerAB_JoinPartyAfterLeave::Code' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPartyManagerAB \ +static_assert(alignof(USBZPartyManagerAB) == 0x000008, "Wrong alignment on USBZPartyManagerAB"); \ +static_assert(sizeof(USBZPartyManagerAB) == 0x0001B8, "Wrong size on USBZPartyManagerAB"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_RoomPathfinding \ +static_assert(alignof(USBZEnvQueryTest_RoomPathfinding) == 0x000008, "Wrong alignment on USBZEnvQueryTest_RoomPathfinding"); \ +static_assert(sizeof(USBZEnvQueryTest_RoomPathfinding) == 0x000318, "Wrong size on USBZEnvQueryTest_RoomPathfinding"); \ +static_assert(offsetof(USBZEnvQueryTest_RoomPathfinding, Detail) == 0x000238, "Member 'USBZEnvQueryTest_RoomPathfinding::Detail' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryTest_RoomPathfinding, Context) == 0x000240, "Member 'USBZEnvQueryTest_RoomPathfinding::Context' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryTest_RoomPathfinding, RoomContext) == 0x000248, "Member 'USBZEnvQueryTest_RoomPathfinding::RoomContext' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryTest_RoomPathfinding, PathFromContext) == 0x000250, "Member 'USBZEnvQueryTest_RoomPathfinding::PathFromContext' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryTest_RoomPathfinding, SkipUnreachable) == 0x000290, "Member 'USBZEnvQueryTest_RoomPathfinding::SkipUnreachable' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryTest_RoomPathfinding, NavFilterProvider) == 0x0002D0, "Member 'USBZEnvQueryTest_RoomPathfinding::NavFilterProvider' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryTest_RoomPathfinding, bIsLockedExpensive) == 0x000310, "Member 'USBZEnvQueryTest_RoomPathfinding::bIsLockedExpensive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoginScreenWidget_OnCreateAccountBrowserSelected \ +static_assert(alignof(SBZLoginScreenWidget_OnCreateAccountBrowserSelected) == 0x000008, "Wrong alignment on SBZLoginScreenWidget_OnCreateAccountBrowserSelected"); \ +static_assert(sizeof(SBZLoginScreenWidget_OnCreateAccountBrowserSelected) == 0x000008, "Wrong size on SBZLoginScreenWidget_OnCreateAccountBrowserSelected"); \ +static_assert(offsetof(SBZLoginScreenWidget_OnCreateAccountBrowserSelected, InSelectedButton) == 0x000000, "Member 'SBZLoginScreenWidget_OnCreateAccountBrowserSelected::InSelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoginScreenWidget_OnCreateAccountWindowClosed \ +static_assert(alignof(SBZLoginScreenWidget_OnCreateAccountWindowClosed) == 0x000008, "Wrong alignment on SBZLoginScreenWidget_OnCreateAccountWindowClosed"); \ +static_assert(sizeof(SBZLoginScreenWidget_OnCreateAccountWindowClosed) == 0x000010, "Wrong size on SBZLoginScreenWidget_OnCreateAccountWindowClosed"); \ +static_assert(offsetof(SBZLoginScreenWidget_OnCreateAccountWindowClosed, InLastURL) == 0x000000, "Member 'SBZLoginScreenWidget_OnCreateAccountWindowClosed::InLastURL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoginScreenWidget_OnWebPageClosed \ +static_assert(alignof(SBZLoginScreenWidget_OnWebPageClosed) == 0x000008, "Wrong alignment on SBZLoginScreenWidget_OnWebPageClosed"); \ +static_assert(sizeof(SBZLoginScreenWidget_OnWebPageClosed) == 0x000010, "Wrong size on SBZLoginScreenWidget_OnWebPageClosed"); \ +static_assert(offsetof(SBZLoginScreenWidget_OnWebPageClosed, InFinalWebURL) == 0x000000, "Member 'SBZLoginScreenWidget_OnWebPageClosed::InFinalWebURL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLoginScreenWidget \ +static_assert(alignof(USBZLoginScreenWidget) == 0x000008, "Wrong alignment on USBZLoginScreenWidget"); \ +static_assert(sizeof(USBZLoginScreenWidget) == 0x000300, "Wrong size on USBZLoginScreenWidget"); \ +static_assert(offsetof(USBZLoginScreenWidget, ProdAccountCreateURLGameSense) == 0x0002A0, "Member 'USBZLoginScreenWidget::ProdAccountCreateURLGameSense' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenWidget, DevAccountCreateURLGameSense) == 0x0002B0, "Member 'USBZLoginScreenWidget::DevAccountCreateURLGameSense' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenWidget, ProdAccountCreateURL) == 0x0002C0, "Member 'USBZLoginScreenWidget::ProdAccountCreateURL' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenWidget, DevAccountCreateURL) == 0x0002D0, "Member 'USBZLoginScreenWidget::DevAccountCreateURL' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenWidget, bShouldHideCursor) == 0x0002E0, "Member 'USBZLoginScreenWidget::bShouldHideCursor' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenWidget, bShowCloseButton) == 0x0002E1, "Member 'USBZLoginScreenWidget::bShowCloseButton' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenWidget, Button_CreateAccountWebBrowser) == 0x0002E8, "Member 'USBZLoginScreenWidget::Button_CreateAccountWebBrowser' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenWidget, Text_PlatformName) == 0x0002F0, "Member 'USBZLoginScreenWidget::Text_PlatformName' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenWidget, Image_PlatformSprite) == 0x0002F8, "Member 'USBZLoginScreenWidget::Image_PlatformSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_RoomType \ +static_assert(alignof(USBZEnvQueryTest_RoomType) == 0x000008, "Wrong alignment on USBZEnvQueryTest_RoomType"); \ +static_assert(sizeof(USBZEnvQueryTest_RoomType) == 0x000240, "Wrong size on USBZEnvQueryTest_RoomType"); \ +static_assert(offsetof(USBZEnvQueryTest_RoomType, RoomType) == 0x000238, "Member 'USBZEnvQueryTest_RoomType::RoomType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_SmallestNearbyBottleNeckSize \ +static_assert(alignof(USBZEnvQueryTest_SmallestNearbyBottleNeckSize) == 0x000008, "Wrong alignment on USBZEnvQueryTest_SmallestNearbyBottleNeckSize"); \ +static_assert(sizeof(USBZEnvQueryTest_SmallestNearbyBottleNeckSize) == 0x000240, "Wrong size on USBZEnvQueryTest_SmallestNearbyBottleNeckSize"); \ +static_assert(offsetof(USBZEnvQueryTest_SmallestNearbyBottleNeckSize, DistanceToCheck) == 0x000238, "Member 'USBZEnvQueryTest_SmallestNearbyBottleNeckSize::DistanceToCheck' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_TargetAggroDamage \ +static_assert(alignof(USBZEnvQueryTest_TargetAggroDamage) == 0x000008, "Wrong alignment on USBZEnvQueryTest_TargetAggroDamage"); \ +static_assert(sizeof(USBZEnvQueryTest_TargetAggroDamage) == 0x000240, "Wrong size on USBZEnvQueryTest_TargetAggroDamage"); \ +static_assert(offsetof(USBZEnvQueryTest_TargetAggroDamage, TimeUntilForgetDamage) == 0x000238, "Member 'USBZEnvQueryTest_TargetAggroDamage::TimeUntilForgetDamage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_TargetHasHumanShield \ +static_assert(alignof(USBZEnvQueryTest_TargetHasHumanShield) == 0x000008, "Wrong alignment on USBZEnvQueryTest_TargetHasHumanShield"); \ +static_assert(sizeof(USBZEnvQueryTest_TargetHasHumanShield) == 0x000238, "Wrong size on USBZEnvQueryTest_TargetHasHumanShield"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_Trace \ +static_assert(alignof(USBZEnvQueryTest_Trace) == 0x000008, "Wrong alignment on USBZEnvQueryTest_Trace"); \ +static_assert(sizeof(USBZEnvQueryTest_Trace) == 0x000348, "Wrong size on USBZEnvQueryTest_Trace"); \ +static_assert(offsetof(USBZEnvQueryTest_Trace, TraceChannel) == 0x000238, "Member 'USBZEnvQueryTest_Trace::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryTest_Trace, TraceFromContext) == 0x000240, "Member 'USBZEnvQueryTest_Trace::TraceFromContext' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryTest_Trace, ItemHeightOffset) == 0x000280, "Member 'USBZEnvQueryTest_Trace::ItemHeightOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryTest_Trace, ContextHeightOffset) == 0x0002C0, "Member 'USBZEnvQueryTest_Trace::ContextHeightOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryTest_Trace, Context) == 0x000300, "Member 'USBZEnvQueryTest_Trace::Context' has a wrong offset!"); \ +static_assert(offsetof(USBZEnvQueryTest_Trace, StopOnOverlap) == 0x000308, "Member 'USBZEnvQueryTest_Trace::StopOnOverlap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_VantagePointHasLOS \ +static_assert(alignof(USBZEnvQueryTest_VantagePointHasLOS) == 0x000008, "Wrong alignment on USBZEnvQueryTest_VantagePointHasLOS"); \ +static_assert(sizeof(USBZEnvQueryTest_VantagePointHasLOS) == 0x000240, "Wrong size on USBZEnvQueryTest_VantagePointHasLOS"); \ +static_assert(offsetof(USBZEnvQueryTest_VantagePointHasLOS, TargetContext) == 0x000238, "Member 'USBZEnvQueryTest_VantagePointHasLOS::TargetContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEnvQueryTest_VisuallyDetected \ +static_assert(alignof(USBZEnvQueryTest_VisuallyDetected) == 0x000008, "Wrong alignment on USBZEnvQueryTest_VisuallyDetected"); \ +static_assert(sizeof(USBZEnvQueryTest_VisuallyDetected) == 0x000240, "Wrong size on USBZEnvQueryTest_VisuallyDetected"); \ +static_assert(offsetof(USBZEnvQueryTest_VisuallyDetected, bCriminalsOnly) == 0x000238, "Member 'USBZEnvQueryTest_VisuallyDetected::bCriminalsOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLoginScreenInfoPopupWidget \ +static_assert(alignof(USBZLoginScreenInfoPopupWidget) == 0x000008, "Wrong alignment on USBZLoginScreenInfoPopupWidget"); \ +static_assert(sizeof(USBZLoginScreenInfoPopupWidget) == 0x0002D8, "Wrong size on USBZLoginScreenInfoPopupWidget"); \ +static_assert(offsetof(USBZLoginScreenInfoPopupWidget, InfoTextData) == 0x000290, "Member 'USBZLoginScreenInfoPopupWidget::InfoTextData' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenInfoPopupWidget, ScrollSpeed) == 0x0002A8, "Member 'USBZLoginScreenInfoPopupWidget::ScrollSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenInfoPopupWidget, Button_PrivacyPolicy) == 0x0002B0, "Member 'USBZLoginScreenInfoPopupWidget::Button_PrivacyPolicy' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenInfoPopupWidget, AxisName) == 0x0002B8, "Member 'USBZLoginScreenInfoPopupWidget::AxisName' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenInfoPopupWidget, AxisDeadZone) == 0x0002C4, "Member 'USBZLoginScreenInfoPopupWidget::AxisDeadZone' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenInfoPopupWidget, ScrollBox) == 0x0002C8, "Member 'USBZLoginScreenInfoPopupWidget::ScrollBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPagerData \ +static_assert(alignof(USBZPagerData) == 0x000008, "Wrong alignment on USBZPagerData"); \ +static_assert(sizeof(USBZPagerData) == 0x0000A8, "Wrong size on USBZPagerData"); \ +static_assert(offsetof(USBZPagerData, StartDelayInterval) == 0x000038, "Member 'USBZPagerData::StartDelayInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZPagerData, bCanRestart) == 0x000040, "Member 'USBZPagerData::bCanRestart' has a wrong offset!"); \ +static_assert(offsetof(USBZPagerData, RestartDelayInterval) == 0x000044, "Member 'USBZPagerData::RestartDelayInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZPagerData, TimoutDuration) == 0x00004C, "Member 'USBZPagerData::TimoutDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZPagerData, Marker) == 0x000050, "Member 'USBZPagerData::Marker' has a wrong offset!"); \ +static_assert(offsetof(USBZPagerData, Outline) == 0x000058, "Member 'USBZPagerData::Outline' has a wrong offset!"); \ +static_assert(offsetof(USBZPagerData, MarkerSocket) == 0x000060, "Member 'USBZPagerData::MarkerSocket' has a wrong offset!"); \ +static_assert(offsetof(USBZPagerData, StartAudioEvent) == 0x000070, "Member 'USBZPagerData::StartAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZPagerData, RestartAudioEvent) == 0x000078, "Member 'USBZPagerData::RestartAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZPagerData, AnswerDialogArray) == 0x000080, "Member 'USBZPagerData::AnswerDialogArray' has a wrong offset!"); \ +static_assert(offsetof(USBZPagerData, StopAudioEvent) == 0x000090, "Member 'USBZPagerData::StopAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZPagerData, TimeoutAudioEvent) == 0x000098, "Member 'USBZPagerData::TimeoutAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZPagerData, TimeoutFailAudioEvent) == 0x0000A0, "Member 'USBZPagerData::TimeoutFailAudioEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEquipAutoAbility \ +static_assert(alignof(USBZEquipAutoAbility) == 0x000008, "Wrong alignment on USBZEquipAutoAbility"); \ +static_assert(sizeof(USBZEquipAutoAbility) == 0x0004E8, "Wrong size on USBZEquipAutoAbility"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateWaitingReturnToIIS_HandleP2PSessionDestroyed \ +static_assert(alignof(SBZStateMachineStateWaitingReturnToIIS_HandleP2PSessionDestroyed) == 0x000004, "Wrong alignment on SBZStateMachineStateWaitingReturnToIIS_HandleP2PSessionDestroyed"); \ +static_assert(sizeof(SBZStateMachineStateWaitingReturnToIIS_HandleP2PSessionDestroyed) == 0x000010, "Wrong size on SBZStateMachineStateWaitingReturnToIIS_HandleP2PSessionDestroyed"); \ +static_assert(offsetof(SBZStateMachineStateWaitingReturnToIIS_HandleP2PSessionDestroyed, SessionName) == 0x000000, "Member 'SBZStateMachineStateWaitingReturnToIIS_HandleP2PSessionDestroyed::SessionName' has a wrong offset!"); \ +static_assert(offsetof(SBZStateMachineStateWaitingReturnToIIS_HandleP2PSessionDestroyed, bResult) == 0x00000C, "Member 'SBZStateMachineStateWaitingReturnToIIS_HandleP2PSessionDestroyed::bResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateWaitingReturnToIIS_HandlePostLoadMap \ +static_assert(alignof(SBZStateMachineStateWaitingReturnToIIS_HandlePostLoadMap) == 0x000008, "Wrong alignment on SBZStateMachineStateWaitingReturnToIIS_HandlePostLoadMap"); \ +static_assert(sizeof(SBZStateMachineStateWaitingReturnToIIS_HandlePostLoadMap) == 0x000008, "Wrong size on SBZStateMachineStateWaitingReturnToIIS_HandlePostLoadMap"); \ +static_assert(offsetof(SBZStateMachineStateWaitingReturnToIIS_HandlePostLoadMap, NewWorld) == 0x000000, "Member 'SBZStateMachineStateWaitingReturnToIIS_HandlePostLoadMap::NewWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateWaitingReturnToIIS \ +static_assert(alignof(USBZStateMachineStateWaitingReturnToIIS) == 0x000008, "Wrong alignment on USBZStateMachineStateWaitingReturnToIIS"); \ +static_assert(sizeof(USBZStateMachineStateWaitingReturnToIIS) == 0x0000A8, "Wrong size on USBZStateMachineStateWaitingReturnToIIS"); \ +static_assert(offsetof(USBZStateMachineStateWaitingReturnToIIS, ReturnReason) == 0x0000A0, "Member 'USBZStateMachineStateWaitingReturnToIIS::ReturnReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEquipNextAbility \ +static_assert(alignof(USBZEquipNextAbility) == 0x000008, "Wrong alignment on USBZEquipNextAbility"); \ +static_assert(sizeof(USBZEquipNextAbility) == 0x0004F0, "Wrong size on USBZEquipNextAbility"); \ +static_assert(offsetof(USBZEquipNextAbility, bIsNextForward) == 0x0004E8, "Member 'USBZEquipNextAbility::bIsNextForward' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEquipNextGadgetAbility \ +static_assert(alignof(USBZEquipNextGadgetAbility) == 0x000008, "Wrong alignment on USBZEquipNextGadgetAbility"); \ +static_assert(sizeof(USBZEquipNextGadgetAbility) == 0x0004D8, "Wrong size on USBZEquipNextGadgetAbility"); \ + +#define DUMPER7_ASSERTS_USBZNetInfoWidget \ +static_assert(alignof(USBZNetInfoWidget) == 0x000008, "Wrong alignment on USBZNetInfoWidget"); \ +static_assert(sizeof(USBZNetInfoWidget) == 0x0002D8, "Wrong size on USBZNetInfoWidget"); \ +static_assert(offsetof(USBZNetInfoWidget, ServerRegion) == 0x0002B8, "Member 'USBZNetInfoWidget::ServerRegion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEquippableAnimation \ +static_assert(alignof(USBZEquippableAnimation) == 0x000010, "Wrong alignment on USBZEquippableAnimation"); \ +static_assert(sizeof(USBZEquippableAnimation) == 0x0002D0, "Wrong size on USBZEquippableAnimation"); \ +static_assert(offsetof(USBZEquippableAnimation, IdlePose) == 0x0002B8, "Member 'USBZEquippableAnimation::IdlePose' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableAnimation, Equippable) == 0x0002C0, "Member 'USBZEquippableAnimation::Equippable' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableAnimation, AnimationCollection) == 0x0002C8, "Member 'USBZEquippableAnimation::AnimationCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateWaitingRestartLevel \ +static_assert(alignof(USBZStateMachineStateWaitingRestartLevel) == 0x000008, "Wrong alignment on USBZStateMachineStateWaitingRestartLevel"); \ +static_assert(sizeof(USBZStateMachineStateWaitingRestartLevel) == 0x000098, "Wrong size on USBZStateMachineStateWaitingRestartLevel"); \ +static_assert(offsetof(USBZStateMachineStateWaitingRestartLevel, RestartLevelData) == 0x000080, "Member 'USBZStateMachineStateWaitingRestartLevel::RestartLevelData' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateWaitingRestartLevel, LoadingScreen) == 0x000088, "Member 'USBZStateMachineStateWaitingRestartLevel::LoadingScreen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerWallReactionAbility \ +static_assert(alignof(USBZPlayerWallReactionAbility) == 0x000008, "Wrong alignment on USBZPlayerWallReactionAbility"); \ +static_assert(sizeof(USBZPlayerWallReactionAbility) == 0x0004D8, "Wrong size on USBZPlayerWallReactionAbility"); \ + +#define DUMPER7_ASSERTS_SBZEquippableCharm_EquippableDropped \ +static_assert(alignof(SBZEquippableCharm_EquippableDropped) == 0x000008, "Wrong alignment on SBZEquippableCharm_EquippableDropped"); \ +static_assert(sizeof(SBZEquippableCharm_EquippableDropped) == 0x000008, "Wrong size on SBZEquippableCharm_EquippableDropped"); \ +static_assert(offsetof(SBZEquippableCharm_EquippableDropped, Equippable) == 0x000000, "Member 'SBZEquippableCharm_EquippableDropped::Equippable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZEquippableCharm_EquippableEquipped \ +static_assert(alignof(SBZEquippableCharm_EquippableEquipped) == 0x000008, "Wrong alignment on SBZEquippableCharm_EquippableEquipped"); \ +static_assert(sizeof(SBZEquippableCharm_EquippableEquipped) == 0x000008, "Wrong size on SBZEquippableCharm_EquippableEquipped"); \ +static_assert(offsetof(SBZEquippableCharm_EquippableEquipped, Equippable) == 0x000000, "Member 'SBZEquippableCharm_EquippableEquipped::Equippable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZEquippableCharm_EquippableUndropped \ +static_assert(alignof(SBZEquippableCharm_EquippableUndropped) == 0x000008, "Wrong alignment on SBZEquippableCharm_EquippableUndropped"); \ +static_assert(sizeof(SBZEquippableCharm_EquippableUndropped) == 0x000008, "Wrong size on SBZEquippableCharm_EquippableUndropped"); \ +static_assert(offsetof(SBZEquippableCharm_EquippableUndropped, Equippable) == 0x000000, "Member 'SBZEquippableCharm_EquippableUndropped::Equippable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZEquippableCharm_EquippableUnequipped \ +static_assert(alignof(SBZEquippableCharm_EquippableUnequipped) == 0x000008, "Wrong alignment on SBZEquippableCharm_EquippableUnequipped"); \ +static_assert(sizeof(SBZEquippableCharm_EquippableUnequipped) == 0x000008, "Wrong size on SBZEquippableCharm_EquippableUnequipped"); \ +static_assert(offsetof(SBZEquippableCharm_EquippableUnequipped, Equippable) == 0x000000, "Member 'SBZEquippableCharm_EquippableUnequipped::Equippable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZEquippableCharm_EquippableUsed \ +static_assert(alignof(SBZEquippableCharm_EquippableUsed) == 0x000008, "Wrong alignment on SBZEquippableCharm_EquippableUsed"); \ +static_assert(sizeof(SBZEquippableCharm_EquippableUsed) == 0x000008, "Wrong size on SBZEquippableCharm_EquippableUsed"); \ +static_assert(offsetof(SBZEquippableCharm_EquippableUsed, Equippable) == 0x000000, "Member 'SBZEquippableCharm_EquippableUsed::Equippable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZEquippableCharm_OnEquippableDropped \ +static_assert(alignof(SBZEquippableCharm_OnEquippableDropped) == 0x000008, "Wrong alignment on SBZEquippableCharm_OnEquippableDropped"); \ +static_assert(sizeof(SBZEquippableCharm_OnEquippableDropped) == 0x000008, "Wrong size on SBZEquippableCharm_OnEquippableDropped"); \ +static_assert(offsetof(SBZEquippableCharm_OnEquippableDropped, Equippable) == 0x000000, "Member 'SBZEquippableCharm_OnEquippableDropped::Equippable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZEquippableCharm_OnEquippableEquipped \ +static_assert(alignof(SBZEquippableCharm_OnEquippableEquipped) == 0x000008, "Wrong alignment on SBZEquippableCharm_OnEquippableEquipped"); \ +static_assert(sizeof(SBZEquippableCharm_OnEquippableEquipped) == 0x000008, "Wrong size on SBZEquippableCharm_OnEquippableEquipped"); \ +static_assert(offsetof(SBZEquippableCharm_OnEquippableEquipped, Equippable) == 0x000000, "Member 'SBZEquippableCharm_OnEquippableEquipped::Equippable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZEquippableCharm_OnEquippableUndropped \ +static_assert(alignof(SBZEquippableCharm_OnEquippableUndropped) == 0x000008, "Wrong alignment on SBZEquippableCharm_OnEquippableUndropped"); \ +static_assert(sizeof(SBZEquippableCharm_OnEquippableUndropped) == 0x000008, "Wrong size on SBZEquippableCharm_OnEquippableUndropped"); \ +static_assert(offsetof(SBZEquippableCharm_OnEquippableUndropped, Equippable) == 0x000000, "Member 'SBZEquippableCharm_OnEquippableUndropped::Equippable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZEquippableCharm_OnEquippableUnequipped \ +static_assert(alignof(SBZEquippableCharm_OnEquippableUnequipped) == 0x000008, "Wrong alignment on SBZEquippableCharm_OnEquippableUnequipped"); \ +static_assert(sizeof(SBZEquippableCharm_OnEquippableUnequipped) == 0x000008, "Wrong size on SBZEquippableCharm_OnEquippableUnequipped"); \ +static_assert(offsetof(SBZEquippableCharm_OnEquippableUnequipped, Equippable) == 0x000000, "Member 'SBZEquippableCharm_OnEquippableUnequipped::Equippable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZEquippableCharm_OnEquippableUsed \ +static_assert(alignof(SBZEquippableCharm_OnEquippableUsed) == 0x000008, "Wrong alignment on SBZEquippableCharm_OnEquippableUsed"); \ +static_assert(sizeof(SBZEquippableCharm_OnEquippableUsed) == 0x000008, "Wrong size on SBZEquippableCharm_OnEquippableUsed"); \ +static_assert(offsetof(SBZEquippableCharm_OnEquippableUsed, Equippable) == 0x000000, "Member 'SBZEquippableCharm_OnEquippableUsed::Equippable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZEquippableCharm_OnParentDestroyed \ +static_assert(alignof(SBZEquippableCharm_OnParentDestroyed) == 0x000008, "Wrong alignment on SBZEquippableCharm_OnParentDestroyed"); \ +static_assert(sizeof(SBZEquippableCharm_OnParentDestroyed) == 0x000008, "Wrong size on SBZEquippableCharm_OnParentDestroyed"); \ +static_assert(offsetof(SBZEquippableCharm_OnParentDestroyed, DestroyedParent) == 0x000000, "Member 'SBZEquippableCharm_OnParentDestroyed::DestroyedParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZEquippableCharm_ResetMeshProperties \ +static_assert(alignof(SBZEquippableCharm_ResetMeshProperties) == 0x000008, "Wrong alignment on SBZEquippableCharm_ResetMeshProperties"); \ +static_assert(sizeof(SBZEquippableCharm_ResetMeshProperties) == 0x000010, "Wrong size on SBZEquippableCharm_ResetMeshProperties"); \ +static_assert(offsetof(SBZEquippableCharm_ResetMeshProperties, Reference) == 0x000000, "Member 'SBZEquippableCharm_ResetMeshProperties::Reference' has a wrong offset!"); \ +static_assert(offsetof(SBZEquippableCharm_ResetMeshProperties, OutlineComponent) == 0x000008, "Member 'SBZEquippableCharm_ResetMeshProperties::OutlineComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZEquippableCharm_SetOwningCharacter \ +static_assert(alignof(SBZEquippableCharm_SetOwningCharacter) == 0x000008, "Wrong alignment on SBZEquippableCharm_SetOwningCharacter"); \ +static_assert(sizeof(SBZEquippableCharm_SetOwningCharacter) == 0x000008, "Wrong size on SBZEquippableCharm_SetOwningCharacter"); \ +static_assert(offsetof(SBZEquippableCharm_SetOwningCharacter, Character) == 0x000000, "Member 'SBZEquippableCharm_SetOwningCharacter::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZEquippableCharm_SetOwningEquippable \ +static_assert(alignof(SBZEquippableCharm_SetOwningEquippable) == 0x000008, "Wrong alignment on SBZEquippableCharm_SetOwningEquippable"); \ +static_assert(sizeof(SBZEquippableCharm_SetOwningEquippable) == 0x000008, "Wrong size on SBZEquippableCharm_SetOwningEquippable"); \ +static_assert(offsetof(SBZEquippableCharm_SetOwningEquippable, Equippable) == 0x000000, "Member 'SBZEquippableCharm_SetOwningEquippable::Equippable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZEquippableCharm_UpdateMeshPropertiesFrom \ +static_assert(alignof(SBZEquippableCharm_UpdateMeshPropertiesFrom) == 0x000008, "Wrong alignment on SBZEquippableCharm_UpdateMeshPropertiesFrom"); \ +static_assert(sizeof(SBZEquippableCharm_UpdateMeshPropertiesFrom) == 0x000018, "Wrong size on SBZEquippableCharm_UpdateMeshPropertiesFrom"); \ +static_assert(offsetof(SBZEquippableCharm_UpdateMeshPropertiesFrom, Reference) == 0x000000, "Member 'SBZEquippableCharm_UpdateMeshPropertiesFrom::Reference' has a wrong offset!"); \ +static_assert(offsetof(SBZEquippableCharm_UpdateMeshPropertiesFrom, OutlineComponent) == 0x000008, "Member 'SBZEquippableCharm_UpdateMeshPropertiesFrom::OutlineComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZEquippableCharm_UpdateMeshPropertiesFrom, bIsReset) == 0x000010, "Member 'SBZEquippableCharm_UpdateMeshPropertiesFrom::bIsReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZEquippableCharm_GetEquippableTimeLastUsed \ +static_assert(alignof(SBZEquippableCharm_GetEquippableTimeLastUsed) == 0x000004, "Wrong alignment on SBZEquippableCharm_GetEquippableTimeLastUsed"); \ +static_assert(sizeof(SBZEquippableCharm_GetEquippableTimeLastUsed) == 0x000004, "Wrong size on SBZEquippableCharm_GetEquippableTimeLastUsed"); \ +static_assert(offsetof(SBZEquippableCharm_GetEquippableTimeLastUsed, ReturnValue) == 0x000000, "Member 'SBZEquippableCharm_GetEquippableTimeLastUsed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZEquippableCharm_GetOwningCharacterVelocity \ +static_assert(alignof(SBZEquippableCharm_GetOwningCharacterVelocity) == 0x000004, "Wrong alignment on SBZEquippableCharm_GetOwningCharacterVelocity"); \ +static_assert(sizeof(SBZEquippableCharm_GetOwningCharacterVelocity) == 0x00000C, "Wrong size on SBZEquippableCharm_GetOwningCharacterVelocity"); \ +static_assert(offsetof(SBZEquippableCharm_GetOwningCharacterVelocity, ReturnValue) == 0x000000, "Member 'SBZEquippableCharm_GetOwningCharacterVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZEquippableCharm \ +static_assert(alignof(ASBZEquippableCharm) == 0x000008, "Wrong alignment on ASBZEquippableCharm"); \ +static_assert(sizeof(ASBZEquippableCharm) == 0x0002B8, "Wrong size on ASBZEquippableCharm"); \ +static_assert(offsetof(ASBZEquippableCharm, OwningCharacter) == 0x0002A8, "Member 'ASBZEquippableCharm::OwningCharacter' has a wrong offset!"); \ +static_assert(offsetof(ASBZEquippableCharm, OwningEquippable) == 0x0002B0, "Member 'ASBZEquippableCharm::OwningEquippable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZSpatialAudioVolume \ +static_assert(alignof(ASBZSpatialAudioVolume) == 0x000008, "Wrong alignment on ASBZSpatialAudioVolume"); \ +static_assert(sizeof(ASBZSpatialAudioVolume) == 0x000348, "Wrong size on ASBZSpatialAudioVolume"); \ +static_assert(offsetof(ASBZSpatialAudioVolume, AcousticState) == 0x000318, "Member 'ASBZSpatialAudioVolume::AcousticState' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpatialAudioVolume, EchoState) == 0x000324, "Member 'ASBZSpatialAudioVolume::EchoState' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpatialAudioVolume, OverlappingSpatialVolumes) == 0x000330, "Member 'ASBZSpatialAudioVolume::OverlappingSpatialVolumes' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpatialAudioVolume, CullingDepthOverride) == 0x000340, "Member 'ASBZSpatialAudioVolume::CullingDepthOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEquippableCharmAnimation \ +static_assert(alignof(USBZEquippableCharmAnimation) == 0x000010, "Wrong alignment on USBZEquippableCharmAnimation"); \ +static_assert(sizeof(USBZEquippableCharmAnimation) == 0x0002C0, "Wrong size on USBZEquippableCharmAnimation"); \ + +#define DUMPER7_ASSERTS_USBZHoldOutAIDroneAnimation \ +static_assert(alignof(USBZHoldOutAIDroneAnimation) == 0x000010, "Wrong alignment on USBZHoldOutAIDroneAnimation"); \ +static_assert(sizeof(USBZHoldOutAIDroneAnimation) == 0x000300, "Wrong size on USBZHoldOutAIDroneAnimation"); \ + +#define DUMPER7_ASSERTS_SBZEquippableInspectAbility_OnMontageEnded \ +static_assert(alignof(SBZEquippableInspectAbility_OnMontageEnded) == 0x000008, "Wrong alignment on SBZEquippableInspectAbility_OnMontageEnded"); \ +static_assert(sizeof(SBZEquippableInspectAbility_OnMontageEnded) == 0x000010, "Wrong size on SBZEquippableInspectAbility_OnMontageEnded"); \ +static_assert(offsetof(SBZEquippableInspectAbility_OnMontageEnded, Montage) == 0x000000, "Member 'SBZEquippableInspectAbility_OnMontageEnded::Montage' has a wrong offset!"); \ +static_assert(offsetof(SBZEquippableInspectAbility_OnMontageEnded, bInterrupted) == 0x000008, "Member 'SBZEquippableInspectAbility_OnMontageEnded::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEquippableInspectAbility \ +static_assert(alignof(USBZEquippableInspectAbility) == 0x000008, "Wrong alignment on USBZEquippableInspectAbility"); \ +static_assert(sizeof(USBZEquippableInspectAbility) == 0x000508, "Wrong size on USBZEquippableInspectAbility"); \ +static_assert(offsetof(USBZEquippableInspectAbility, DisableBlendOutAbilities) == 0x0004D8, "Member 'USBZEquippableInspectAbility::DisableBlendOutAbilities' has a wrong offset!"); \ +static_assert(offsetof(USBZEquippableInspectAbility, FeedbackClass) == 0x0004F8, "Member 'USBZEquippableInspectAbility::FeedbackClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnClosetReactorInterface_ReactToCloset \ +static_assert(alignof(SBZSpawnClosetReactorInterface_ReactToCloset) == 0x000001, "Wrong alignment on SBZSpawnClosetReactorInterface_ReactToCloset"); \ +static_assert(sizeof(SBZSpawnClosetReactorInterface_ReactToCloset) == 0x000002, "Wrong size on SBZSpawnClosetReactorInterface_ReactToCloset"); \ +static_assert(offsetof(SBZSpawnClosetReactorInterface_ReactToCloset, bActorsInCloset) == 0x000000, "Member 'SBZSpawnClosetReactorInterface_ReactToCloset::bActorsInCloset' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnClosetReactorInterface_ReactToCloset, bDoCosmetics) == 0x000001, "Member 'SBZSpawnClosetReactorInterface_ReactToCloset::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZSpawnClosetReactorInterface \ +static_assert(alignof(ISBZSpawnClosetReactorInterface) == 0x000001, "Wrong alignment on ISBZSpawnClosetReactorInterface"); \ +static_assert(sizeof(ISBZSpawnClosetReactorInterface) == 0x000001, "Wrong size on ISBZSpawnClosetReactorInterface"); \ + +#define DUMPER7_ASSERTS_SBZEquippableInspectInterface_StartCurrentEquippableInspect \ +static_assert(alignof(SBZEquippableInspectInterface_StartCurrentEquippableInspect) == 0x000001, "Wrong alignment on SBZEquippableInspectInterface_StartCurrentEquippableInspect"); \ +static_assert(sizeof(SBZEquippableInspectInterface_StartCurrentEquippableInspect) == 0x000001, "Wrong size on SBZEquippableInspectInterface_StartCurrentEquippableInspect"); \ +static_assert(offsetof(SBZEquippableInspectInterface_StartCurrentEquippableInspect, ReturnValue) == 0x000000, "Member 'SBZEquippableInspectInterface_StartCurrentEquippableInspect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZEquippableInspectInterface \ +static_assert(alignof(ISBZEquippableInspectInterface) == 0x000001, "Wrong alignment on ISBZEquippableInspectInterface"); \ +static_assert(sizeof(ISBZEquippableInspectInterface) == 0x000001, "Wrong size on ISBZEquippableInspectInterface"); \ + +#define DUMPER7_ASSERTS_USBZEquippableMenuAnimationCollection \ +static_assert(alignof(USBZEquippableMenuAnimationCollection) == 0x000008, "Wrong alignment on USBZEquippableMenuAnimationCollection"); \ +static_assert(sizeof(USBZEquippableMenuAnimationCollection) == 0x0000E0, "Wrong size on USBZEquippableMenuAnimationCollection"); \ +static_assert(offsetof(USBZEquippableMenuAnimationCollection, EquippablePerCharacterSlots) == 0x000090, "Member 'USBZEquippableMenuAnimationCollection::EquippablePerCharacterSlots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSoundEnvironmentManager \ +static_assert(alignof(USBZSoundEnvironmentManager) == 0x000008, "Wrong alignment on USBZSoundEnvironmentManager"); \ +static_assert(sizeof(USBZSoundEnvironmentManager) == 0x000050, "Wrong size on USBZSoundEnvironmentManager"); \ +static_assert(offsetof(USBZSoundEnvironmentManager, LastActiveSoundEnvironments) == 0x000030, "Member 'USBZSoundEnvironmentManager::LastActiveSoundEnvironments' has a wrong offset!"); \ +static_assert(offsetof(USBZSoundEnvironmentManager, CurrentlyActiveSoundEnvironments) == 0x000040, "Member 'USBZSoundEnvironmentManager::CurrentlyActiveSoundEnvironments' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZEventLibrary_GetGameEventBroker \ +static_assert(alignof(SBZEventLibrary_GetGameEventBroker) == 0x000008, "Wrong alignment on SBZEventLibrary_GetGameEventBroker"); \ +static_assert(sizeof(SBZEventLibrary_GetGameEventBroker) == 0x000010, "Wrong size on SBZEventLibrary_GetGameEventBroker"); \ +static_assert(offsetof(SBZEventLibrary_GetGameEventBroker, WorldContextObject) == 0x000000, "Member 'SBZEventLibrary_GetGameEventBroker::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZEventLibrary_GetGameEventBroker, ReturnValue) == 0x000008, "Member 'SBZEventLibrary_GetGameEventBroker::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZEventLibrary \ +static_assert(alignof(USBZEventLibrary) == 0x000008, "Wrong alignment on USBZEventLibrary"); \ +static_assert(sizeof(USBZEventLibrary) == 0x000030, "Wrong size on USBZEventLibrary"); \ + +#define DUMPER7_ASSERTS_SBZPartyMemberDataManager_GetPartyMemberDataManager \ +static_assert(alignof(SBZPartyMemberDataManager_GetPartyMemberDataManager) == 0x000008, "Wrong alignment on SBZPartyMemberDataManager_GetPartyMemberDataManager"); \ +static_assert(sizeof(SBZPartyMemberDataManager_GetPartyMemberDataManager) == 0x000010, "Wrong size on SBZPartyMemberDataManager_GetPartyMemberDataManager"); \ +static_assert(offsetof(SBZPartyMemberDataManager_GetPartyMemberDataManager, WorldContextObject) == 0x000000, "Member 'SBZPartyMemberDataManager_GetPartyMemberDataManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZPartyMemberDataManager_GetPartyMemberDataManager, ReturnValue) == 0x000008, "Member 'SBZPartyMemberDataManager_GetPartyMemberDataManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyMemberDataManager_OnLoadPlayerLoadoutFailed \ +static_assert(alignof(SBZPartyMemberDataManager_OnLoadPlayerLoadoutFailed) == 0x000008, "Wrong alignment on SBZPartyMemberDataManager_OnLoadPlayerLoadoutFailed"); \ +static_assert(sizeof(SBZPartyMemberDataManager_OnLoadPlayerLoadoutFailed) == 0x000018, "Wrong size on SBZPartyMemberDataManager_OnLoadPlayerLoadoutFailed"); \ +static_assert(offsetof(SBZPartyMemberDataManager_OnLoadPlayerLoadoutFailed, Code) == 0x000000, "Member 'SBZPartyMemberDataManager_OnLoadPlayerLoadoutFailed::Code' has a wrong offset!"); \ +static_assert(offsetof(SBZPartyMemberDataManager_OnLoadPlayerLoadoutFailed, Message) == 0x000008, "Member 'SBZPartyMemberDataManager_OnLoadPlayerLoadoutFailed::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyMemberDataManager_OnLoadPlayerLoadoutSuccess \ +static_assert(alignof(SBZPartyMemberDataManager_OnLoadPlayerLoadoutSuccess) == 0x000008, "Wrong alignment on SBZPartyMemberDataManager_OnLoadPlayerLoadoutSuccess"); \ +static_assert(sizeof(SBZPartyMemberDataManager_OnLoadPlayerLoadoutSuccess) == 0x000070, "Wrong size on SBZPartyMemberDataManager_OnLoadPlayerLoadoutSuccess"); \ +static_assert(offsetof(SBZPartyMemberDataManager_OnLoadPlayerLoadoutSuccess, ModelsUserRecord) == 0x000000, "Member 'SBZPartyMemberDataManager_OnLoadPlayerLoadoutSuccess::ModelsUserRecord' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyMemberDataManager_OnPartyControlMessageReceived \ +static_assert(alignof(SBZPartyMemberDataManager_OnPartyControlMessageReceived) == 0x000008, "Wrong alignment on SBZPartyMemberDataManager_OnPartyControlMessageReceived"); \ +static_assert(sizeof(SBZPartyMemberDataManager_OnPartyControlMessageReceived) == 0x000040, "Wrong size on SBZPartyMemberDataManager_OnPartyControlMessageReceived"); \ +static_assert(offsetof(SBZPartyMemberDataManager_OnPartyControlMessageReceived, Timestamp) == 0x000000, "Member 'SBZPartyMemberDataManager_OnPartyControlMessageReceived::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(SBZPartyMemberDataManager_OnPartyControlMessageReceived, Sender) == 0x000010, "Member 'SBZPartyMemberDataManager_OnPartyControlMessageReceived::Sender' has a wrong offset!"); \ +static_assert(offsetof(SBZPartyMemberDataManager_OnPartyControlMessageReceived, Message) == 0x000020, "Member 'SBZPartyMemberDataManager_OnPartyControlMessageReceived::Message' has a wrong offset!"); \ +static_assert(offsetof(SBZPartyMemberDataManager_OnPartyControlMessageReceived, RoomId) == 0x000030, "Member 'SBZPartyMemberDataManager_OnPartyControlMessageReceived::RoomId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyMemberDataManager_OnSaveCurrentLoadoutFailed \ +static_assert(alignof(SBZPartyMemberDataManager_OnSaveCurrentLoadoutFailed) == 0x000008, "Wrong alignment on SBZPartyMemberDataManager_OnSaveCurrentLoadoutFailed"); \ +static_assert(sizeof(SBZPartyMemberDataManager_OnSaveCurrentLoadoutFailed) == 0x000018, "Wrong size on SBZPartyMemberDataManager_OnSaveCurrentLoadoutFailed"); \ +static_assert(offsetof(SBZPartyMemberDataManager_OnSaveCurrentLoadoutFailed, Code) == 0x000000, "Member 'SBZPartyMemberDataManager_OnSaveCurrentLoadoutFailed::Code' has a wrong offset!"); \ +static_assert(offsetof(SBZPartyMemberDataManager_OnSaveCurrentLoadoutFailed, Message) == 0x000008, "Member 'SBZPartyMemberDataManager_OnSaveCurrentLoadoutFailed::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPartyMemberDataManager \ +static_assert(alignof(USBZPartyMemberDataManager) == 0x000008, "Wrong alignment on USBZPartyMemberDataManager"); \ +static_assert(sizeof(USBZPartyMemberDataManager) == 0x000180, "Wrong size on USBZPartyMemberDataManager"); \ + +#define DUMPER7_ASSERTS_USBZEventReactionComponent \ +static_assert(alignof(USBZEventReactionComponent) == 0x000008, "Wrong alignment on USBZEventReactionComponent"); \ +static_assert(sizeof(USBZEventReactionComponent) == 0x000168, "Wrong size on USBZEventReactionComponent"); \ +static_assert(offsetof(USBZEventReactionComponent, RequestTimers) == 0x0000C0, "Member 'USBZEventReactionComponent::RequestTimers' has a wrong offset!"); \ +static_assert(offsetof(USBZEventReactionComponent, EventReactionRequests) == 0x000110, "Member 'USBZEventReactionComponent::EventReactionRequests' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGameplayAbilityQuery \ +static_assert(alignof(USBZGameplayAbilityQuery) == 0x000008, "Wrong alignment on USBZGameplayAbilityQuery"); \ +static_assert(sizeof(USBZGameplayAbilityQuery) == 0x000048, "Wrong size on USBZGameplayAbilityQuery"); \ +static_assert(offsetof(USBZGameplayAbilityQuery, TagContainersQuery) == 0x000038, "Member 'USBZGameplayAbilityQuery::TagContainersQuery' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZStandaloneMaskDisplayDebug \ +static_assert(alignof(ASBZStandaloneMaskDisplayDebug) == 0x000010, "Wrong alignment on ASBZStandaloneMaskDisplayDebug"); \ +static_assert(sizeof(ASBZStandaloneMaskDisplayDebug) == 0x000400, "Wrong size on ASBZStandaloneMaskDisplayDebug"); \ +static_assert(offsetof(ASBZStandaloneMaskDisplayDebug, UserMaskData) == 0x0002C0, "Member 'ASBZStandaloneMaskDisplayDebug::UserMaskData' has a wrong offset!"); \ +static_assert(offsetof(ASBZStandaloneMaskDisplayDebug, ModDataMap) == 0x0002C8, "Member 'ASBZStandaloneMaskDisplayDebug::ModDataMap' has a wrong offset!"); \ +static_assert(offsetof(ASBZStandaloneMaskDisplayDebug, SprayCanTextureSize) == 0x000388, "Member 'ASBZStandaloneMaskDisplayDebug::SprayCanTextureSize' has a wrong offset!"); \ +static_assert(offsetof(ASBZStandaloneMaskDisplayDebug, ColorIndexTextureSize) == 0x00038C, "Member 'ASBZStandaloneMaskDisplayDebug::ColorIndexTextureSize' has a wrong offset!"); \ +static_assert(offsetof(ASBZStandaloneMaskDisplayDebug, SpawnTransform) == 0x000390, "Member 'ASBZStandaloneMaskDisplayDebug::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(ASBZStandaloneMaskDisplayDebug, SpawnedMask) == 0x0003C0, "Member 'ASBZStandaloneMaskDisplayDebug::SpawnedMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZTargetFinderPredicate_Linetrace \ +static_assert(alignof(USBZTargetFinderPredicate_Linetrace) == 0x000008, "Wrong alignment on USBZTargetFinderPredicate_Linetrace"); \ +static_assert(sizeof(USBZTargetFinderPredicate_Linetrace) == 0x000038, "Wrong size on USBZTargetFinderPredicate_Linetrace"); \ +static_assert(offsetof(USBZTargetFinderPredicate_Linetrace, bWantsHit) == 0x000030, "Member 'USBZTargetFinderPredicate_Linetrace::bWantsHit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZTargetFinderPredicate_Dot \ +static_assert(alignof(USBZTargetFinderPredicate_Dot) == 0x000008, "Wrong alignment on USBZTargetFinderPredicate_Dot"); \ +static_assert(sizeof(USBZTargetFinderPredicate_Dot) == 0x000040, "Wrong size on USBZTargetFinderPredicate_Dot"); \ +static_assert(offsetof(USBZTargetFinderPredicate_Dot, Range) == 0x000030, "Member 'USBZTargetFinderPredicate_Dot::Range' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuDebug_OnMatchmakingGroupChange \ +static_assert(alignof(SBZMainMenuDebug_OnMatchmakingGroupChange) == 0x000004, "Wrong alignment on SBZMainMenuDebug_OnMatchmakingGroupChange"); \ +static_assert(sizeof(SBZMainMenuDebug_OnMatchmakingGroupChange) == 0x000004, "Wrong size on SBZMainMenuDebug_OnMatchmakingGroupChange"); \ +static_assert(offsetof(SBZMainMenuDebug_OnMatchmakingGroupChange, MMakingGroup) == 0x000000, "Member 'SBZMainMenuDebug_OnMatchmakingGroupChange::MMakingGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuDebug \ +static_assert(alignof(USBZMainMenuDebug) == 0x000008, "Wrong alignment on USBZMainMenuDebug"); \ +static_assert(sizeof(USBZMainMenuDebug) == 0x000290, "Wrong size on USBZMainMenuDebug"); \ + +#define DUMPER7_ASSERTS_USBZSaveGame \ +static_assert(alignof(USBZSaveGame) == 0x000008, "Wrong alignment on USBZSaveGame"); \ +static_assert(sizeof(USBZSaveGame) == 0x000038, "Wrong size on USBZSaveGame"); \ +static_assert(offsetof(USBZSaveGame, CurrentVersion) == 0x000030, "Member 'USBZSaveGame::CurrentVersion' has a wrong offset!"); \ +static_assert(offsetof(USBZSaveGame, LatestVersion) == 0x000034, "Member 'USBZSaveGame::LatestVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZProgressionSaveChallenges \ +static_assert(alignof(USBZProgressionSaveChallenges) == 0x000008, "Wrong alignment on USBZProgressionSaveChallenges"); \ +static_assert(sizeof(USBZProgressionSaveChallenges) == 0x0000C8, "Wrong size on USBZProgressionSaveChallenges"); \ +static_assert(offsetof(USBZProgressionSaveChallenges, ProgressionSaveChallengesData) == 0x000038, "Member 'USBZProgressionSaveChallenges::ProgressionSaveChallengesData' has a wrong offset!"); \ +static_assert(offsetof(USBZProgressionSaveChallenges, ProgressionSaveCachedChallengesData) == 0x000070, "Member 'USBZProgressionSaveChallenges::ProgressionSaveCachedChallengesData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZObjective_GetActiveInGroup \ +static_assert(alignof(SBZObjective_GetActiveInGroup) == 0x000008, "Wrong alignment on SBZObjective_GetActiveInGroup"); \ +static_assert(sizeof(SBZObjective_GetActiveInGroup) == 0x000020, "Wrong size on SBZObjective_GetActiveInGroup"); \ +static_assert(offsetof(SBZObjective_GetActiveInGroup, WorldContext) == 0x000000, "Member 'SBZObjective_GetActiveInGroup::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(SBZObjective_GetActiveInGroup, Group) == 0x000008, "Member 'SBZObjective_GetActiveInGroup::Group' has a wrong offset!"); \ +static_assert(offsetof(SBZObjective_GetActiveInGroup, ReturnValue) == 0x000010, "Member 'SBZObjective_GetActiveInGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZObjective_Activate \ +static_assert(alignof(SBZObjective_Activate) == 0x000001, "Wrong alignment on SBZObjective_Activate"); \ +static_assert(sizeof(SBZObjective_Activate) == 0x000002, "Wrong size on SBZObjective_Activate"); \ +static_assert(offsetof(SBZObjective_Activate, bEndActiveInGroup) == 0x000000, "Member 'SBZObjective_Activate::bEndActiveInGroup' has a wrong offset!"); \ +static_assert(offsetof(SBZObjective_Activate, bCompleteEndedInGroup) == 0x000001, "Member 'SBZObjective_Activate::bCompleteEndedInGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZObjective_AddProgress \ +static_assert(alignof(SBZObjective_AddProgress) == 0x000004, "Wrong alignment on SBZObjective_AddProgress"); \ +static_assert(sizeof(SBZObjective_AddProgress) == 0x000004, "Wrong size on SBZObjective_AddProgress"); \ +static_assert(offsetof(SBZObjective_AddProgress, Progress_0) == 0x000000, "Member 'SBZObjective_AddProgress::Progress_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZObjective_Complete \ +static_assert(alignof(SBZObjective_Complete) == 0x000001, "Wrong alignment on SBZObjective_Complete"); \ +static_assert(sizeof(SBZObjective_Complete) == 0x000001, "Wrong size on SBZObjective_Complete"); \ +static_assert(offsetof(SBZObjective_Complete, bEvenWhenInactive) == 0x000000, "Member 'SBZObjective_Complete::bEvenWhenInactive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZObjective_Multicast_OnProgressChanged \ +static_assert(alignof(SBZObjective_Multicast_OnProgressChanged) == 0x000004, "Wrong alignment on SBZObjective_Multicast_OnProgressChanged"); \ +static_assert(sizeof(SBZObjective_Multicast_OnProgressChanged) == 0x000004, "Wrong size on SBZObjective_Multicast_OnProgressChanged"); \ +static_assert(offsetof(SBZObjective_Multicast_OnProgressChanged, NewProgress) == 0x000000, "Member 'SBZObjective_Multicast_OnProgressChanged::NewProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZObjective_Multicast_OnStateChanged \ +static_assert(alignof(SBZObjective_Multicast_OnStateChanged) == 0x000001, "Wrong alignment on SBZObjective_Multicast_OnStateChanged"); \ +static_assert(sizeof(SBZObjective_Multicast_OnStateChanged) == 0x000001, "Wrong size on SBZObjective_Multicast_OnStateChanged"); \ +static_assert(offsetof(SBZObjective_Multicast_OnStateChanged, NewState) == 0x000000, "Member 'SBZObjective_Multicast_OnStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZObjective_Multicast_SetMaxProgress \ +static_assert(alignof(SBZObjective_Multicast_SetMaxProgress) == 0x000004, "Wrong alignment on SBZObjective_Multicast_SetMaxProgress"); \ +static_assert(sizeof(SBZObjective_Multicast_SetMaxProgress) == 0x000004, "Wrong size on SBZObjective_Multicast_SetMaxProgress"); \ +static_assert(offsetof(SBZObjective_Multicast_SetMaxProgress, InMaxProgress) == 0x000000, "Member 'SBZObjective_Multicast_SetMaxProgress::InMaxProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZObjective_SetProgress \ +static_assert(alignof(SBZObjective_SetProgress) == 0x000004, "Wrong alignment on SBZObjective_SetProgress"); \ +static_assert(sizeof(SBZObjective_SetProgress) == 0x000004, "Wrong size on SBZObjective_SetProgress"); \ +static_assert(offsetof(SBZObjective_SetProgress, Progress_0) == 0x000000, "Member 'SBZObjective_SetProgress::Progress_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZObjective_IsActive \ +static_assert(alignof(SBZObjective_IsActive) == 0x000001, "Wrong alignment on SBZObjective_IsActive"); \ +static_assert(sizeof(SBZObjective_IsActive) == 0x000001, "Wrong size on SBZObjective_IsActive"); \ +static_assert(offsetof(SBZObjective_IsActive, ReturnValue) == 0x000000, "Member 'SBZObjective_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZObjective \ +static_assert(alignof(ASBZObjective) == 0x000008, "Wrong alignment on ASBZObjective"); \ +static_assert(sizeof(ASBZObjective) == 0x0003F0, "Wrong size on ASBZObjective"); \ +static_assert(offsetof(ASBZObjective, Text) == 0x0002A8, "Member 'ASBZObjective::Text' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, DisplayOrder) == 0x0002C0, "Member 'ASBZObjective::DisplayOrder' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, bIsOptional) == 0x0002C4, "Member 'ASBZObjective::bIsOptional' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, ObjectiveType) == 0x0002C5, "Member 'ASBZObjective::ObjectiveType' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, bUIUseProgressBar) == 0x0002C6, "Member 'ASBZObjective::bUIUseProgressBar' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, bReverseProgressBar) == 0x0002C7, "Member 'ASBZObjective::bReverseProgressBar' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, bUIReverseTimer) == 0x0002C8, "Member 'ASBZObjective::bUIReverseTimer' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, ProgressTextOption) == 0x0002C9, "Member 'ASBZObjective::ProgressTextOption' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, ObjectiveDescription) == 0x0002D0, "Member 'ASBZObjective::ObjectiveDescription' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, ObjectiveGroup) == 0x0002E8, "Member 'ASBZObjective::ObjectiveGroup' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, ParentObjective) == 0x0002F0, "Member 'ASBZObjective::ParentObjective' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, SubObjectives) == 0x0002F8, "Member 'ASBZObjective::SubObjectives' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, OnActivated) == 0x000308, "Member 'ASBZObjective::OnActivated' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, OnCompleted) == 0x000318, "Member 'ASBZObjective::OnCompleted' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, OnFailed) == 0x000328, "Member 'ASBZObjective::OnFailed' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, OnDisabled) == 0x000338, "Member 'ASBZObjective::OnDisabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, OnUpdated) == 0x000348, "Member 'ASBZObjective::OnUpdated' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, bProgressWhileInactive) == 0x000358, "Member 'ASBZObjective::bProgressWhileInactive' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, bCompleteWhenInactiveFromProgress) == 0x000359, "Member 'ASBZObjective::bCompleteWhenInactiveFromProgress' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, bAutoActiveOnParent) == 0x00035A, "Member 'ASBZObjective::bAutoActiveOnParent' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, SubobjectiveSetting) == 0x00035B, "Member 'ASBZObjective::SubobjectiveSetting' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, TagContainer) == 0x000360, "Member 'ASBZObjective::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, State) == 0x000380, "Member 'ASBZObjective::State' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, Progress) == 0x000384, "Member 'ASBZObjective::Progress' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, MaxProgress) == 0x000388, "Member 'ASBZObjective::MaxProgress' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, MaxProgressPerDifficulty) == 0x00038C, "Member 'ASBZObjective::MaxProgressPerDifficulty' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, bCanEverReplicateMaxProgress) == 0x00039C, "Member 'ASBZObjective::bCanEverReplicateMaxProgress' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, StartTimeSeconds) == 0x0003A0, "Member 'ASBZObjective::StartTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, TimedObjectiveActor) == 0x0003A8, "Member 'ASBZObjective::TimedObjectiveActor' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, TimedObjectiveActorArray) == 0x0003B8, "Member 'ASBZObjective::TimedObjectiveActorArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, InfoActorArray) == 0x0003C8, "Member 'ASBZObjective::InfoActorArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, TickingLootManager) == 0x0003D8, "Member 'ASBZObjective::TickingLootManager' has a wrong offset!"); \ +static_assert(offsetof(ASBZObjective, MarkerAsset) == 0x0003E8, "Member 'ASBZObjective::MarkerAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZExitPhoneAbility \ +static_assert(alignof(USBZExitPhoneAbility) == 0x000008, "Wrong alignment on USBZExitPhoneAbility"); \ +static_assert(sizeof(USBZExitPhoneAbility) == 0x0004F8, "Wrong size on USBZExitPhoneAbility"); \ +static_assert(offsetof(USBZExitPhoneAbility, ViewTargetActor) == 0x0004D8, "Member 'USBZExitPhoneAbility::ViewTargetActor' has a wrong offset!"); \ +static_assert(offsetof(USBZExitPhoneAbility, OwnerCharacter) == 0x0004E8, "Member 'USBZExitPhoneAbility::OwnerCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZExperienceManager_GetExperienceManager \ +static_assert(alignof(SBZExperienceManager_GetExperienceManager) == 0x000008, "Wrong alignment on SBZExperienceManager_GetExperienceManager"); \ +static_assert(sizeof(SBZExperienceManager_GetExperienceManager) == 0x000010, "Wrong size on SBZExperienceManager_GetExperienceManager"); \ +static_assert(offsetof(SBZExperienceManager_GetExperienceManager, WorldContextObject) == 0x000000, "Member 'SBZExperienceManager_GetExperienceManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZExperienceManager_GetExperienceManager, ReturnValue) == 0x000008, "Member 'SBZExperienceManager_GetExperienceManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZExperienceManager \ +static_assert(alignof(USBZExperienceManager) == 0x000008, "Wrong alignment on USBZExperienceManager"); \ +static_assert(sizeof(USBZExperienceManager) == 0x0000D8, "Wrong size on USBZExperienceManager"); \ + +#define DUMPER7_ASSERTS_SBZExplosiveLevelProp_BP_OnExplosion \ +static_assert(alignof(SBZExplosiveLevelProp_BP_OnExplosion) == 0x000001, "Wrong alignment on SBZExplosiveLevelProp_BP_OnExplosion"); \ +static_assert(sizeof(SBZExplosiveLevelProp_BP_OnExplosion) == 0x000001, "Wrong size on SBZExplosiveLevelProp_BP_OnExplosion"); \ +static_assert(offsetof(SBZExplosiveLevelProp_BP_OnExplosion, bDoCosmetics) == 0x000000, "Member 'SBZExplosiveLevelProp_BP_OnExplosion::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZExplosiveLevelProp_Multicast_ReplicateExplosion \ +static_assert(alignof(SBZExplosiveLevelProp_Multicast_ReplicateExplosion) == 0x000008, "Wrong alignment on SBZExplosiveLevelProp_Multicast_ReplicateExplosion"); \ +static_assert(sizeof(SBZExplosiveLevelProp_Multicast_ReplicateExplosion) == 0x000028, "Wrong size on SBZExplosiveLevelProp_Multicast_ReplicateExplosion"); \ +static_assert(offsetof(SBZExplosiveLevelProp_Multicast_ReplicateExplosion, Result) == 0x000000, "Member 'SBZExplosiveLevelProp_Multicast_ReplicateExplosion::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZExplosiveLevelProp_SetExplosionInstigator \ +static_assert(alignof(SBZExplosiveLevelProp_SetExplosionInstigator) == 0x000008, "Wrong alignment on SBZExplosiveLevelProp_SetExplosionInstigator"); \ +static_assert(sizeof(SBZExplosiveLevelProp_SetExplosionInstigator) == 0x000008, "Wrong size on SBZExplosiveLevelProp_SetExplosionInstigator"); \ +static_assert(offsetof(SBZExplosiveLevelProp_SetExplosionInstigator, InInstigator) == 0x000000, "Member 'SBZExplosiveLevelProp_SetExplosionInstigator::InInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZExplosiveLevelProp \ +static_assert(alignof(ASBZExplosiveLevelProp) == 0x000008, "Wrong alignment on ASBZExplosiveLevelProp"); \ +static_assert(sizeof(ASBZExplosiveLevelProp) == 0x000450, "Wrong size on ASBZExplosiveLevelProp"); \ +static_assert(offsetof(ASBZExplosiveLevelProp, ServerOnExploded) == 0x000300, "Member 'ASBZExplosiveLevelProp::ServerOnExploded' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveLevelProp, ExplosionSoundEvent) == 0x000318, "Member 'ASBZExplosiveLevelProp::ExplosionSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveLevelProp, ExplosionDelayInterval) == 0x000320, "Member 'ASBZExplosiveLevelProp::ExplosionDelayInterval' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveLevelProp, AIExplosionRadius) == 0x000328, "Member 'ASBZExplosiveLevelProp::AIExplosionRadius' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveLevelProp, PlayerExplosionRadius) == 0x00032C, "Member 'ASBZExplosiveLevelProp::PlayerExplosionRadius' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveLevelProp, DamageDistanceArray) == 0x000330, "Member 'ASBZExplosiveLevelProp::DamageDistanceArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveLevelProp, ArmorPenetration) == 0x000340, "Member 'ASBZExplosiveLevelProp::ArmorPenetration' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveLevelProp, FriendlyFireDamageScale) == 0x000344, "Member 'ASBZExplosiveLevelProp::FriendlyFireDamageScale' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveLevelProp, FriendlyFireArmorPenetrationScale) == 0x000348, "Member 'ASBZExplosiveLevelProp::FriendlyFireArmorPenetrationScale' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveLevelProp, ExplosionDamageType) == 0x000350, "Member 'ASBZExplosiveLevelProp::ExplosionDamageType' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveLevelProp, GameplayEffectClass) == 0x000358, "Member 'ASBZExplosiveLevelProp::GameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveLevelProp, ExplosionEffect) == 0x000360, "Member 'ASBZExplosiveLevelProp::ExplosionEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveLevelProp, bDoDecal) == 0x000368, "Member 'ASBZExplosiveLevelProp::bDoDecal' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveLevelProp, LocalPlayerFeedback) == 0x000370, "Member 'ASBZExplosiveLevelProp::LocalPlayerFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveLevelProp, PostDamagePhysicsEffectData) == 0x000378, "Member 'ASBZExplosiveLevelProp::PostDamagePhysicsEffectData' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveLevelProp, PlayerFeedbackCurve) == 0x000388, "Member 'ASBZExplosiveLevelProp::PlayerFeedbackCurve' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveLevelProp, HurtReactionData) == 0x000410, "Member 'ASBZExplosiveLevelProp::HurtReactionData' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveLevelProp, bIsDestroyedOnExplosion) == 0x000428, "Member 'ASBZExplosiveLevelProp::bIsDestroyedOnExplosion' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveLevelProp, ExplosionInstigator) == 0x000430, "Member 'ASBZExplosiveLevelProp::ExplosionInstigator' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveLevelProp, ExplosionEffectComponent) == 0x000438, "Member 'ASBZExplosiveLevelProp::ExplosionEffectComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerSettings \ +static_assert(alignof(USBZPlayerSettings) == 0x000008, "Wrong alignment on USBZPlayerSettings"); \ +static_assert(sizeof(USBZPlayerSettings) == 0x000300, "Wrong size on USBZPlayerSettings"); \ +static_assert(offsetof(USBZPlayerSettings, LookInput) == 0x000048, "Member 'USBZPlayerSettings::LookInput' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerSettings, KeyPropertyModeMap) == 0x0002A8, "Member 'USBZPlayerSettings::KeyPropertyModeMap' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerSettings, RepeatDelay) == 0x0002F8, "Member 'USBZPlayerSettings::RepeatDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZExplosiveChargesLevelProp_BP_EnabledChanged \ +static_assert(alignof(SBZExplosiveChargesLevelProp_BP_EnabledChanged) == 0x000001, "Wrong alignment on SBZExplosiveChargesLevelProp_BP_EnabledChanged"); \ +static_assert(sizeof(SBZExplosiveChargesLevelProp_BP_EnabledChanged) == 0x000002, "Wrong size on SBZExplosiveChargesLevelProp_BP_EnabledChanged"); \ +static_assert(offsetof(SBZExplosiveChargesLevelProp_BP_EnabledChanged, bEnabled) == 0x000000, "Member 'SBZExplosiveChargesLevelProp_BP_EnabledChanged::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(SBZExplosiveChargesLevelProp_BP_EnabledChanged, bDoCosmetics) == 0x000001, "Member 'SBZExplosiveChargesLevelProp_BP_EnabledChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZExplosiveChargesLevelProp_Multicast_SetEnabled \ +static_assert(alignof(SBZExplosiveChargesLevelProp_Multicast_SetEnabled) == 0x000001, "Wrong alignment on SBZExplosiveChargesLevelProp_Multicast_SetEnabled"); \ +static_assert(sizeof(SBZExplosiveChargesLevelProp_Multicast_SetEnabled) == 0x000001, "Wrong size on SBZExplosiveChargesLevelProp_Multicast_SetEnabled"); \ +static_assert(offsetof(SBZExplosiveChargesLevelProp_Multicast_SetEnabled, bInIsEnabled) == 0x000000, "Member 'SBZExplosiveChargesLevelProp_Multicast_SetEnabled::bInIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZExplosiveChargesLevelProp_SetEnabled \ +static_assert(alignof(SBZExplosiveChargesLevelProp_SetEnabled) == 0x000001, "Wrong alignment on SBZExplosiveChargesLevelProp_SetEnabled"); \ +static_assert(sizeof(SBZExplosiveChargesLevelProp_SetEnabled) == 0x000001, "Wrong size on SBZExplosiveChargesLevelProp_SetEnabled"); \ +static_assert(offsetof(SBZExplosiveChargesLevelProp_SetEnabled, bInIsEnabled) == 0x000000, "Member 'SBZExplosiveChargesLevelProp_SetEnabled::bInIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZExplosiveChargesLevelProp \ +static_assert(alignof(ASBZExplosiveChargesLevelProp) == 0x000008, "Wrong alignment on ASBZExplosiveChargesLevelProp"); \ +static_assert(sizeof(ASBZExplosiveChargesLevelProp) == 0x000470, "Wrong size on ASBZExplosiveChargesLevelProp"); \ +static_assert(offsetof(ASBZExplosiveChargesLevelProp, ServerOnChargesChanged) == 0x000450, "Member 'ASBZExplosiveChargesLevelProp::ServerOnChargesChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveChargesLevelProp, NumberOfExplosivesToPlace) == 0x000460, "Member 'ASBZExplosiveChargesLevelProp::NumberOfExplosivesToPlace' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveChargesLevelProp, bCanCancelExplosiveTimer) == 0x000464, "Member 'ASBZExplosiveChargesLevelProp::bCanCancelExplosiveTimer' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveChargesLevelProp, bIsExploded) == 0x000465, "Member 'ASBZExplosiveChargesLevelProp::bIsExploded' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveChargesLevelProp, PlacedExplosivesCount) == 0x000468, "Member 'ASBZExplosiveChargesLevelProp::PlacedExplosivesCount' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveChargesLevelProp, bIsEnabled) == 0x00046C, "Member 'ASBZExplosiveChargesLevelProp::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZExplosivePropEventDamageExecutionCalculation \ +static_assert(alignof(USBZExplosivePropEventDamageExecutionCalculation) == 0x000008, "Wrong alignment on USBZExplosivePropEventDamageExecutionCalculation"); \ +static_assert(sizeof(USBZExplosivePropEventDamageExecutionCalculation) == 0x0000D8, "Wrong size on USBZExplosivePropEventDamageExecutionCalculation"); \ + +#define DUMPER7_ASSERTS_SBZPhoneTool_Multicast_ToggleScreenMode \ +static_assert(alignof(SBZPhoneTool_Multicast_ToggleScreenMode) == 0x000001, "Wrong alignment on SBZPhoneTool_Multicast_ToggleScreenMode"); \ +static_assert(sizeof(SBZPhoneTool_Multicast_ToggleScreenMode) == 0x000001, "Wrong size on SBZPhoneTool_Multicast_ToggleScreenMode"); \ +static_assert(offsetof(SBZPhoneTool_Multicast_ToggleScreenMode, NewScreenState) == 0x000000, "Member 'SBZPhoneTool_Multicast_ToggleScreenMode::NewScreenState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPhoneTool \ +static_assert(alignof(ASBZPhoneTool) == 0x000010, "Wrong alignment on ASBZPhoneTool"); \ +static_assert(sizeof(ASBZPhoneTool) == 0x000590, "Wrong size on ASBZPhoneTool"); \ +static_assert(offsetof(ASBZPhoneTool, WidgetComponent) == 0x000548, "Member 'ASBZPhoneTool::WidgetComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZPhoneTool, MiniGameWidget) == 0x000568, "Member 'ASBZPhoneTool::MiniGameWidget' has a wrong offset!"); \ +static_assert(offsetof(ASBZPhoneTool, GlowMesh) == 0x000570, "Member 'ASBZPhoneTool::GlowMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZExplosiveTrap_Multicast_CriticalDamage \ +static_assert(alignof(SBZExplosiveTrap_Multicast_CriticalDamage) == 0x000004, "Wrong alignment on SBZExplosiveTrap_Multicast_CriticalDamage"); \ +static_assert(sizeof(SBZExplosiveTrap_Multicast_CriticalDamage) == 0x000018, "Wrong size on SBZExplosiveTrap_Multicast_CriticalDamage"); \ +static_assert(offsetof(SBZExplosiveTrap_Multicast_CriticalDamage, ImpactLocation) == 0x000000, "Member 'SBZExplosiveTrap_Multicast_CriticalDamage::ImpactLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZExplosiveTrap_Multicast_CriticalDamage, ImpactNormal) == 0x00000C, "Member 'SBZExplosiveTrap_Multicast_CriticalDamage::ImpactNormal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZExplosiveTrap \ +static_assert(alignof(ASBZExplosiveTrap) == 0x000008, "Wrong alignment on ASBZExplosiveTrap"); \ +static_assert(sizeof(ASBZExplosiveTrap) == 0x0004A0, "Wrong size on ASBZExplosiveTrap"); \ +static_assert(offsetof(ASBZExplosiveTrap, NumberOfShotsToExplode) == 0x000450, "Member 'ASBZExplosiveTrap::NumberOfShotsToExplode' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveTrap, NumberOfHitsForCriticalDamage) == 0x000454, "Member 'ASBZExplosiveTrap::NumberOfHitsForCriticalDamage' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveTrap, ExplosionTimerInterval) == 0x000458, "Member 'ASBZExplosiveTrap::ExplosionTimerInterval' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveTrap, bUseImpactPointForEffect) == 0x000460, "Member 'ASBZExplosiveTrap::bUseImpactPointForEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveTrap, CriticalDamageEffect) == 0x000468, "Member 'ASBZExplosiveTrap::CriticalDamageEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveTrap, MarkerAsset) == 0x000470, "Member 'ASBZExplosiveTrap::MarkerAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveTrap, MarkerOffset) == 0x000478, "Member 'ASBZExplosiveTrap::MarkerOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveTrap, NumberOfHitShots) == 0x000484, "Member 'ASBZExplosiveTrap::NumberOfHitShots' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveTrap, NiagaraComponent) == 0x000488, "Member 'ASBZExplosiveTrap::NiagaraComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveTrap, MarkerId) == 0x000490, "Member 'ASBZExplosiveTrap::MarkerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillTankTank \ +static_assert(alignof(USBZSkillTankTank) == 0x000008, "Wrong alignment on USBZSkillTankTank"); \ +static_assert(sizeof(USBZSkillTankTank) == 0x000230, "Wrong size on USBZSkillTankTank"); \ + +#define DUMPER7_ASSERTS_USBZFootstepImpactConfig \ +static_assert(alignof(USBZFootstepImpactConfig) == 0x000008, "Wrong alignment on USBZFootstepImpactConfig"); \ +static_assert(sizeof(USBZFootstepImpactConfig) == 0x000080, "Wrong size on USBZFootstepImpactConfig"); \ + +#define DUMPER7_ASSERTS_SBZExplosiveTrapGas_OnBeginOverlap \ +static_assert(alignof(SBZExplosiveTrapGas_OnBeginOverlap) == 0x000008, "Wrong alignment on SBZExplosiveTrapGas_OnBeginOverlap"); \ +static_assert(sizeof(SBZExplosiveTrapGas_OnBeginOverlap) == 0x0000B0, "Wrong size on SBZExplosiveTrapGas_OnBeginOverlap"); \ +static_assert(offsetof(SBZExplosiveTrapGas_OnBeginOverlap, OverlappedComponent) == 0x000000, "Member 'SBZExplosiveTrapGas_OnBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZExplosiveTrapGas_OnBeginOverlap, OtherActor) == 0x000008, "Member 'SBZExplosiveTrapGas_OnBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZExplosiveTrapGas_OnBeginOverlap, OtherComponent) == 0x000010, "Member 'SBZExplosiveTrapGas_OnBeginOverlap::OtherComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZExplosiveTrapGas_OnBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'SBZExplosiveTrapGas_OnBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZExplosiveTrapGas_OnBeginOverlap, bIsSweep) == 0x00001C, "Member 'SBZExplosiveTrapGas_OnBeginOverlap::bIsSweep' has a wrong offset!"); \ +static_assert(offsetof(SBZExplosiveTrapGas_OnBeginOverlap, SweepHitResult) == 0x000020, "Member 'SBZExplosiveTrapGas_OnBeginOverlap::SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZExplosiveTrapGas_OnEndOverlap \ +static_assert(alignof(SBZExplosiveTrapGas_OnEndOverlap) == 0x000008, "Wrong alignment on SBZExplosiveTrapGas_OnEndOverlap"); \ +static_assert(sizeof(SBZExplosiveTrapGas_OnEndOverlap) == 0x000020, "Wrong size on SBZExplosiveTrapGas_OnEndOverlap"); \ +static_assert(offsetof(SBZExplosiveTrapGas_OnEndOverlap, OverlappedComponent) == 0x000000, "Member 'SBZExplosiveTrapGas_OnEndOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZExplosiveTrapGas_OnEndOverlap, OtherActor) == 0x000008, "Member 'SBZExplosiveTrapGas_OnEndOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZExplosiveTrapGas_OnEndOverlap, OtherComponent) == 0x000010, "Member 'SBZExplosiveTrapGas_OnEndOverlap::OtherComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZExplosiveTrapGas_OnEndOverlap, OtherBodyIndex) == 0x000018, "Member 'SBZExplosiveTrapGas_OnEndOverlap::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZExplosiveTrapGas \ +static_assert(alignof(ASBZExplosiveTrapGas) == 0x000008, "Wrong alignment on ASBZExplosiveTrapGas"); \ +static_assert(sizeof(ASBZExplosiveTrapGas) == 0x000548, "Wrong size on ASBZExplosiveTrapGas"); \ +static_assert(offsetof(ASBZExplosiveTrapGas, SphereComponent) == 0x0004A8, "Member 'ASBZExplosiveTrapGas::SphereComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveTrapGas, GasVolumeComponent) == 0x0004B0, "Member 'ASBZExplosiveTrapGas::GasVolumeComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveTrapGas, VolumeDamageType) == 0x0004B8, "Member 'ASBZExplosiveTrapGas::VolumeDamageType' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveTrapGas, DamagePerSecond) == 0x0004C0, "Member 'ASBZExplosiveTrapGas::DamagePerSecond' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveTrapGas, TickSeconds) == 0x0004C4, "Member 'ASBZExplosiveTrapGas::TickSeconds' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveTrapGas, GasArmorPenetration) == 0x0004C8, "Member 'ASBZExplosiveTrapGas::GasArmorPenetration' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveTrapGas, VolumeDamageAddedTagContainer) == 0x0004D0, "Member 'ASBZExplosiveTrapGas::VolumeDamageAddedTagContainer' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveTrapGas, VolumeDamageEffect) == 0x0004F0, "Member 'ASBZExplosiveTrapGas::VolumeDamageEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveTrapGas, GasDuration) == 0x0004F8, "Member 'ASBZExplosiveTrapGas::GasDuration' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveTrapGas, UpdateOverlapsFrequency) == 0x0004FC, "Member 'ASBZExplosiveTrapGas::UpdateOverlapsFrequency' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveTrapGas, UpdateRemainingLifeTimeInterval) == 0x000500, "Member 'ASBZExplosiveTrapGas::UpdateRemainingLifeTimeInterval' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveTrapGas, NiagaraParticleUpdateInterval) == 0x000504, "Member 'ASBZExplosiveTrapGas::NiagaraParticleUpdateInterval' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveTrapGas, GasLifetimeLeft) == 0x000508, "Member 'ASBZExplosiveTrapGas::GasLifetimeLeft' has a wrong offset!"); \ +static_assert(offsetof(ASBZExplosiveTrapGas, GasTargetArray) == 0x000510, "Member 'ASBZExplosiveTrapGas::GasTargetArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMaskInventorySlotDatabase \ +static_assert(alignof(USBZMaskInventorySlotDatabase) == 0x000008, "Wrong alignment on USBZMaskInventorySlotDatabase"); \ +static_assert(sizeof(USBZMaskInventorySlotDatabase) == 0x000048, "Wrong size on USBZMaskInventorySlotDatabase"); \ +static_assert(offsetof(USBZMaskInventorySlotDatabase, InventorySlotArray) == 0x000038, "Member 'USBZMaskInventorySlotDatabase::InventorySlotArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZFacialAnimationCollection \ +static_assert(alignof(USBZFacialAnimationCollection) == 0x000008, "Wrong alignment on USBZFacialAnimationCollection"); \ +static_assert(sizeof(USBZFacialAnimationCollection) == 0x000088, "Wrong size on USBZFacialAnimationCollection"); \ +static_assert(offsetof(USBZFacialAnimationCollection, Animations) == 0x000038, "Member 'USBZFacialAnimationCollection::Animations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZFactionsConfig \ +static_assert(alignof(USBZFactionsConfig) == 0x000008, "Wrong alignment on USBZFactionsConfig"); \ +static_assert(sizeof(USBZFactionsConfig) == 0x000050, "Wrong size on USBZFactionsConfig"); \ +static_assert(offsetof(USBZFactionsConfig, Factions) == 0x000030, "Member 'USBZFactionsConfig::Factions' has a wrong offset!"); \ +static_assert(offsetof(USBZFactionsConfig, Attitudes) == 0x000040, "Member 'USBZFactionsConfig::Attitudes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZFallDamageExecutionCalculation \ +static_assert(alignof(USBZFallDamageExecutionCalculation) == 0x000008, "Wrong alignment on USBZFallDamageExecutionCalculation"); \ +static_assert(sizeof(USBZFallDamageExecutionCalculation) == 0x0000D8, "Wrong size on USBZFallDamageExecutionCalculation"); \ + +#define DUMPER7_ASSERTS_SBZOutlineComponent_SetGloballyHideAllOutlines \ +static_assert(alignof(SBZOutlineComponent_SetGloballyHideAllOutlines) == 0x000008, "Wrong alignment on SBZOutlineComponent_SetGloballyHideAllOutlines"); \ +static_assert(sizeof(SBZOutlineComponent_SetGloballyHideAllOutlines) == 0x000010, "Wrong size on SBZOutlineComponent_SetGloballyHideAllOutlines"); \ +static_assert(offsetof(SBZOutlineComponent_SetGloballyHideAllOutlines, WorldContextObject) == 0x000000, "Member 'SBZOutlineComponent_SetGloballyHideAllOutlines::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOutlineComponent_SetGloballyHideAllOutlines, bVal) == 0x000008, "Member 'SBZOutlineComponent_SetGloballyHideAllOutlines::bVal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOutlineComponent_AddMesh \ +static_assert(alignof(SBZOutlineComponent_AddMesh) == 0x000008, "Wrong alignment on SBZOutlineComponent_AddMesh"); \ +static_assert(sizeof(SBZOutlineComponent_AddMesh) == 0x000010, "Wrong size on SBZOutlineComponent_AddMesh"); \ +static_assert(offsetof(SBZOutlineComponent_AddMesh, Mesh) == 0x000000, "Member 'SBZOutlineComponent_AddMesh::Mesh' has a wrong offset!"); \ +static_assert(offsetof(SBZOutlineComponent_AddMesh, bAddToSelectorsIfUninitialized) == 0x000008, "Member 'SBZOutlineComponent_AddMesh::bAddToSelectorsIfUninitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOutlineComponent_HandleInteractionEnabledStateChanged \ +static_assert(alignof(SBZOutlineComponent_HandleInteractionEnabledStateChanged) == 0x000008, "Wrong alignment on SBZOutlineComponent_HandleInteractionEnabledStateChanged"); \ +static_assert(sizeof(SBZOutlineComponent_HandleInteractionEnabledStateChanged) == 0x000010, "Wrong size on SBZOutlineComponent_HandleInteractionEnabledStateChanged"); \ +static_assert(offsetof(SBZOutlineComponent_HandleInteractionEnabledStateChanged, InteractableComponent) == 0x000000, "Member 'SBZOutlineComponent_HandleInteractionEnabledStateChanged::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZOutlineComponent_HandleInteractionEnabledStateChanged, bEnabled) == 0x000008, "Member 'SBZOutlineComponent_HandleInteractionEnabledStateChanged::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOutlineComponent_HandleInteractionFocusChanged \ +static_assert(alignof(SBZOutlineComponent_HandleInteractionFocusChanged) == 0x000008, "Wrong alignment on SBZOutlineComponent_HandleInteractionFocusChanged"); \ +static_assert(sizeof(SBZOutlineComponent_HandleInteractionFocusChanged) == 0x000010, "Wrong size on SBZOutlineComponent_HandleInteractionFocusChanged"); \ +static_assert(offsetof(SBZOutlineComponent_HandleInteractionFocusChanged, InteractableComponent) == 0x000000, "Member 'SBZOutlineComponent_HandleInteractionFocusChanged::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZOutlineComponent_HandleInteractionFocusChanged, bInFocus) == 0x000008, "Member 'SBZOutlineComponent_HandleInteractionFocusChanged::bInFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOutlineComponent_Multicast_SetActiveReplicated \ +static_assert(alignof(SBZOutlineComponent_Multicast_SetActiveReplicated) == 0x000008, "Wrong alignment on SBZOutlineComponent_Multicast_SetActiveReplicated"); \ +static_assert(sizeof(SBZOutlineComponent_Multicast_SetActiveReplicated) == 0x000008, "Wrong size on SBZOutlineComponent_Multicast_SetActiveReplicated"); \ +static_assert(offsetof(SBZOutlineComponent_Multicast_SetActiveReplicated, NewActiveReplicated) == 0x000000, "Member 'SBZOutlineComponent_Multicast_SetActiveReplicated::NewActiveReplicated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOutlineComponent_Multicast_SetReplicatedHidden \ +static_assert(alignof(SBZOutlineComponent_Multicast_SetReplicatedHidden) == 0x000001, "Wrong alignment on SBZOutlineComponent_Multicast_SetReplicatedHidden"); \ +static_assert(sizeof(SBZOutlineComponent_Multicast_SetReplicatedHidden) == 0x000001, "Wrong size on SBZOutlineComponent_Multicast_SetReplicatedHidden"); \ +static_assert(offsetof(SBZOutlineComponent_Multicast_SetReplicatedHidden, bInIsReplicatedHidden) == 0x000000, "Member 'SBZOutlineComponent_Multicast_SetReplicatedHidden::bInIsReplicatedHidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOutlineComponent_RemoveMesh \ +static_assert(alignof(SBZOutlineComponent_RemoveMesh) == 0x000008, "Wrong alignment on SBZOutlineComponent_RemoveMesh"); \ +static_assert(sizeof(SBZOutlineComponent_RemoveMesh) == 0x000010, "Wrong size on SBZOutlineComponent_RemoveMesh"); \ +static_assert(offsetof(SBZOutlineComponent_RemoveMesh, Mesh) == 0x000000, "Member 'SBZOutlineComponent_RemoveMesh::Mesh' has a wrong offset!"); \ +static_assert(offsetof(SBZOutlineComponent_RemoveMesh, bRemoveFromSelectorsIfUninitialized) == 0x000008, "Member 'SBZOutlineComponent_RemoveMesh::bRemoveFromSelectorsIfUninitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOutlineComponent_SetReplicatedHidden \ +static_assert(alignof(SBZOutlineComponent_SetReplicatedHidden) == 0x000001, "Wrong alignment on SBZOutlineComponent_SetReplicatedHidden"); \ +static_assert(sizeof(SBZOutlineComponent_SetReplicatedHidden) == 0x000001, "Wrong size on SBZOutlineComponent_SetReplicatedHidden"); \ +static_assert(offsetof(SBZOutlineComponent_SetReplicatedHidden, bInIsReplicatedHidden) == 0x000000, "Member 'SBZOutlineComponent_SetReplicatedHidden::bInIsReplicatedHidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOutlineComponent \ +static_assert(alignof(USBZOutlineComponent) == 0x000008, "Wrong alignment on USBZOutlineComponent"); \ +static_assert(sizeof(USBZOutlineComponent) == 0x0001D8, "Wrong size on USBZOutlineComponent"); \ +static_assert(offsetof(USBZOutlineComponent, DefaultAsset) == 0x0000C0, "Member 'USBZOutlineComponent::DefaultAsset' has a wrong offset!"); \ +static_assert(offsetof(USBZOutlineComponent, MeshSelectors) == 0x0000C8, "Member 'USBZOutlineComponent::MeshSelectors' has a wrong offset!"); \ +static_assert(offsetof(USBZOutlineComponent, InteractableSelector) == 0x0000D8, "Member 'USBZOutlineComponent::InteractableSelector' has a wrong offset!"); \ +static_assert(offsetof(USBZOutlineComponent, InteractableFocusAsset) == 0x0000F8, "Member 'USBZOutlineComponent::InteractableFocusAsset' has a wrong offset!"); \ +static_assert(offsetof(USBZOutlineComponent, bIsHiddenManagedByInteractable) == 0x000100, "Member 'USBZOutlineComponent::bIsHiddenManagedByInteractable' has a wrong offset!"); \ +static_assert(offsetof(USBZOutlineComponent, Meshes) == 0x000108, "Member 'USBZOutlineComponent::Meshes' has a wrong offset!"); \ +static_assert(offsetof(USBZOutlineComponent, ActiveAsset) == 0x0001B8, "Member 'USBZOutlineComponent::ActiveAsset' has a wrong offset!"); \ +static_assert(offsetof(USBZOutlineComponent, ActiveReplicated) == 0x0001C0, "Member 'USBZOutlineComponent::ActiveReplicated' has a wrong offset!"); \ +static_assert(offsetof(USBZOutlineComponent, bIsReplicatedHidden) == 0x0001CA, "Member 'USBZOutlineComponent::bIsReplicatedHidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZFeatureToggleLibrary_GetFeatureToggleValue \ +static_assert(alignof(SBZFeatureToggleLibrary_GetFeatureToggleValue) == 0x000008, "Wrong alignment on SBZFeatureToggleLibrary_GetFeatureToggleValue"); \ +static_assert(sizeof(SBZFeatureToggleLibrary_GetFeatureToggleValue) == 0x000020, "Wrong size on SBZFeatureToggleLibrary_GetFeatureToggleValue"); \ +static_assert(offsetof(SBZFeatureToggleLibrary_GetFeatureToggleValue, WorldContextObject) == 0x000000, "Member 'SBZFeatureToggleLibrary_GetFeatureToggleValue::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZFeatureToggleLibrary_GetFeatureToggleValue, FeatureName) == 0x000008, "Member 'SBZFeatureToggleLibrary_GetFeatureToggleValue::FeatureName' has a wrong offset!"); \ +static_assert(offsetof(SBZFeatureToggleLibrary_GetFeatureToggleValue, ReturnValue) == 0x000018, "Member 'SBZFeatureToggleLibrary_GetFeatureToggleValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZFeatureToggleLibrary \ +static_assert(alignof(USBZFeatureToggleLibrary) == 0x000008, "Wrong alignment on USBZFeatureToggleLibrary"); \ +static_assert(sizeof(USBZFeatureToggleLibrary) == 0x000030, "Wrong size on USBZFeatureToggleLibrary"); \ + +#define DUMPER7_ASSERTS_USBZSkillTacticianExpose \ +static_assert(alignof(USBZSkillTacticianExpose) == 0x000008, "Wrong alignment on USBZSkillTacticianExpose"); \ +static_assert(sizeof(USBZSkillTacticianExpose) == 0x000230, "Wrong size on USBZSkillTacticianExpose"); \ + +#define DUMPER7_ASSERTS_USBZPlaceableArmorData \ +static_assert(alignof(USBZPlaceableArmorData) == 0x000010, "Wrong alignment on USBZPlaceableArmorData"); \ +static_assert(sizeof(USBZPlaceableArmorData) == 0x000420, "Wrong size on USBZPlaceableArmorData"); \ + +#define DUMPER7_ASSERTS_SBZFilteredTriggerVolume_OnFilteredActorBeginOverlapping \ +static_assert(alignof(SBZFilteredTriggerVolume_OnFilteredActorBeginOverlapping) == 0x000008, "Wrong alignment on SBZFilteredTriggerVolume_OnFilteredActorBeginOverlapping"); \ +static_assert(sizeof(SBZFilteredTriggerVolume_OnFilteredActorBeginOverlapping) == 0x000020, "Wrong size on SBZFilteredTriggerVolume_OnFilteredActorBeginOverlapping"); \ +static_assert(offsetof(SBZFilteredTriggerVolume_OnFilteredActorBeginOverlapping, Identifier) == 0x000000, "Member 'SBZFilteredTriggerVolume_OnFilteredActorBeginOverlapping::Identifier' has a wrong offset!"); \ +static_assert(offsetof(SBZFilteredTriggerVolume_OnFilteredActorBeginOverlapping, Actor) == 0x000010, "Member 'SBZFilteredTriggerVolume_OnFilteredActorBeginOverlapping::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZFilteredTriggerVolume_OnFilteredActorBeginOverlapping, CurrentTotalActors) == 0x000018, "Member 'SBZFilteredTriggerVolume_OnFilteredActorBeginOverlapping::CurrentTotalActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZFilteredTriggerVolume_OnFilteredActorEndOverlapping \ +static_assert(alignof(SBZFilteredTriggerVolume_OnFilteredActorEndOverlapping) == 0x000008, "Wrong alignment on SBZFilteredTriggerVolume_OnFilteredActorEndOverlapping"); \ +static_assert(sizeof(SBZFilteredTriggerVolume_OnFilteredActorEndOverlapping) == 0x000020, "Wrong size on SBZFilteredTriggerVolume_OnFilteredActorEndOverlapping"); \ +static_assert(offsetof(SBZFilteredTriggerVolume_OnFilteredActorEndOverlapping, Identifier) == 0x000000, "Member 'SBZFilteredTriggerVolume_OnFilteredActorEndOverlapping::Identifier' has a wrong offset!"); \ +static_assert(offsetof(SBZFilteredTriggerVolume_OnFilteredActorEndOverlapping, Actor) == 0x000010, "Member 'SBZFilteredTriggerVolume_OnFilteredActorEndOverlapping::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZFilteredTriggerVolume_OnFilteredActorEndOverlapping, CurrentTotalActors) == 0x000018, "Member 'SBZFilteredTriggerVolume_OnFilteredActorEndOverlapping::CurrentTotalActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZFilteredTriggerVolume_OnFilterHasDesiredCountChanged \ +static_assert(alignof(SBZFilteredTriggerVolume_OnFilterHasDesiredCountChanged) == 0x000004, "Wrong alignment on SBZFilteredTriggerVolume_OnFilterHasDesiredCountChanged"); \ +static_assert(sizeof(SBZFilteredTriggerVolume_OnFilterHasDesiredCountChanged) == 0x000010, "Wrong size on SBZFilteredTriggerVolume_OnFilterHasDesiredCountChanged"); \ +static_assert(offsetof(SBZFilteredTriggerVolume_OnFilterHasDesiredCountChanged, Identifer) == 0x000000, "Member 'SBZFilteredTriggerVolume_OnFilterHasDesiredCountChanged::Identifer' has a wrong offset!"); \ +static_assert(offsetof(SBZFilteredTriggerVolume_OnFilterHasDesiredCountChanged, bState) == 0x00000C, "Member 'SBZFilteredTriggerVolume_OnFilterHasDesiredCountChanged::bState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZFilteredTriggerVolume_OnFiltersAllHaveDesiredCountsChanged \ +static_assert(alignof(SBZFilteredTriggerVolume_OnFiltersAllHaveDesiredCountsChanged) == 0x000001, "Wrong alignment on SBZFilteredTriggerVolume_OnFiltersAllHaveDesiredCountsChanged"); \ +static_assert(sizeof(SBZFilteredTriggerVolume_OnFiltersAllHaveDesiredCountsChanged) == 0x000001, "Wrong size on SBZFilteredTriggerVolume_OnFiltersAllHaveDesiredCountsChanged"); \ +static_assert(offsetof(SBZFilteredTriggerVolume_OnFiltersAllHaveDesiredCountsChanged, bState) == 0x000000, "Member 'SBZFilteredTriggerVolume_OnFiltersAllHaveDesiredCountsChanged::bState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZFilteredTriggerVolume_SetVolumeEnabled \ +static_assert(alignof(SBZFilteredTriggerVolume_SetVolumeEnabled) == 0x000001, "Wrong alignment on SBZFilteredTriggerVolume_SetVolumeEnabled"); \ +static_assert(sizeof(SBZFilteredTriggerVolume_SetVolumeEnabled) == 0x000001, "Wrong size on SBZFilteredTriggerVolume_SetVolumeEnabled"); \ +static_assert(offsetof(SBZFilteredTriggerVolume_SetVolumeEnabled, bEnabled) == 0x000000, "Member 'SBZFilteredTriggerVolume_SetVolumeEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZFilteredTriggerVolume \ +static_assert(alignof(ASBZFilteredTriggerVolume) == 0x000008, "Wrong alignment on ASBZFilteredTriggerVolume"); \ +static_assert(sizeof(ASBZFilteredTriggerVolume) == 0x000350, "Wrong size on ASBZFilteredTriggerVolume"); \ +static_assert(offsetof(ASBZFilteredTriggerVolume, ActorFilterComponent) == 0x000300, "Member 'ASBZFilteredTriggerVolume::ActorFilterComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZFilteredTriggerVolume, FilteredActorBeginOverlapping) == 0x000310, "Member 'ASBZFilteredTriggerVolume::FilteredActorBeginOverlapping' has a wrong offset!"); \ +static_assert(offsetof(ASBZFilteredTriggerVolume, FilteredActorEndOverlapping) == 0x000320, "Member 'ASBZFilteredTriggerVolume::FilteredActorEndOverlapping' has a wrong offset!"); \ +static_assert(offsetof(ASBZFilteredTriggerVolume, FilterHasDesiredCountChanged) == 0x000330, "Member 'ASBZFilteredTriggerVolume::FilterHasDesiredCountChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZFilteredTriggerVolume, FiltersAllHaveDesiredCountsChanged) == 0x000340, "Member 'ASBZFilteredTriggerVolume::FiltersAllHaveDesiredCountsChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZFineGrainedRateLimitManager \ +static_assert(alignof(USBZFineGrainedRateLimitManager) == 0x000008, "Wrong alignment on USBZFineGrainedRateLimitManager"); \ +static_assert(sizeof(USBZFineGrainedRateLimitManager) == 0x0000D0, "Wrong size on USBZFineGrainedRateLimitManager"); \ +static_assert(offsetof(USBZFineGrainedRateLimitManager, FGRLManagerClassName) == 0x000038, "Member 'USBZFineGrainedRateLimitManager::FGRLManagerClassName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHumanShieldGrabStartNotify \ +static_assert(alignof(USBZHumanShieldGrabStartNotify) == 0x000008, "Wrong alignment on USBZHumanShieldGrabStartNotify"); \ +static_assert(sizeof(USBZHumanShieldGrabStartNotify) == 0x000040, "Wrong size on USBZHumanShieldGrabStartNotify"); \ + +#define DUMPER7_ASSERTS_USBZFireKickBackCameraModifier \ +static_assert(alignof(USBZFireKickBackCameraModifier) == 0x000008, "Wrong alignment on USBZFireKickBackCameraModifier"); \ +static_assert(sizeof(USBZFireKickBackCameraModifier) == 0x000060, "Wrong size on USBZFireKickBackCameraModifier"); \ + +#define DUMPER7_ASSERTS_USBZFirstPersonCameraAttachment \ +static_assert(alignof(USBZFirstPersonCameraAttachment) == 0x000010, "Wrong alignment on USBZFirstPersonCameraAttachment"); \ +static_assert(sizeof(USBZFirstPersonCameraAttachment) == 0x0004E0, "Wrong size on USBZFirstPersonCameraAttachment"); \ +static_assert(offsetof(USBZFirstPersonCameraAttachment, CameraSocket) == 0x000240, "Member 'USBZFirstPersonCameraAttachment::CameraSocket' has a wrong offset!"); \ +static_assert(offsetof(USBZFirstPersonCameraAttachment, SightSocket) == 0x00024C, "Member 'USBZFirstPersonCameraAttachment::SightSocket' has a wrong offset!"); \ +static_assert(offsetof(USBZFirstPersonCameraAttachment, PitchLookEaseTime) == 0x000258, "Member 'USBZFirstPersonCameraAttachment::PitchLookEaseTime' has a wrong offset!"); \ +static_assert(offsetof(USBZFirstPersonCameraAttachment, OwningCharacter) == 0x000428, "Member 'USBZFirstPersonCameraAttachment::OwningCharacter' has a wrong offset!"); \ +static_assert(offsetof(USBZFirstPersonCameraAttachment, EquippedWeaponData) == 0x000430, "Member 'USBZFirstPersonCameraAttachment::EquippedWeaponData' has a wrong offset!"); \ +static_assert(offsetof(USBZFirstPersonCameraAttachment, EquippedWeapon) == 0x000438, "Member 'USBZFirstPersonCameraAttachment::EquippedWeapon' has a wrong offset!"); \ +static_assert(offsetof(USBZFirstPersonCameraAttachment, EquippedWeaponSightData) == 0x000440, "Member 'USBZFirstPersonCameraAttachment::EquippedWeaponSightData' has a wrong offset!"); \ +static_assert(offsetof(USBZFirstPersonCameraAttachment, EquippedTargetingData) == 0x000448, "Member 'USBZFirstPersonCameraAttachment::EquippedTargetingData' has a wrong offset!"); \ +static_assert(offsetof(USBZFirstPersonCameraAttachment, TargetingHideMeshArray) == 0x000450, "Member 'USBZFirstPersonCameraAttachment::TargetingHideMeshArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZFlashbangEffect \ +static_assert(alignof(USBZFlashbangEffect) == 0x000008, "Wrong alignment on USBZFlashbangEffect"); \ +static_assert(sizeof(USBZFlashbangEffect) == 0x0008C0, "Wrong size on USBZFlashbangEffect"); \ + +#define DUMPER7_ASSERTS_ASBZFlashBangGrenade \ +static_assert(alignof(ASBZFlashBangGrenade) == 0x000010, "Wrong alignment on ASBZFlashBangGrenade"); \ +static_assert(sizeof(ASBZFlashBangGrenade) == 0x006180, "Wrong size on ASBZFlashBangGrenade"); \ +static_assert(offsetof(ASBZFlashBangGrenade, CapsuleCollision) == 0x006168, "Member 'ASBZFlashBangGrenade::CapsuleCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZHealthPlaceable \ +static_assert(alignof(ASBZHealthPlaceable) == 0x000010, "Wrong alignment on ASBZHealthPlaceable"); \ +static_assert(sizeof(ASBZHealthPlaceable) == 0x000560, "Wrong size on ASBZHealthPlaceable"); \ +static_assert(offsetof(ASBZHealthPlaceable, HealthGainedPerCharge) == 0x000540, "Member 'ASBZHealthPlaceable::HealthGainedPerCharge' has a wrong offset!"); \ +static_assert(offsetof(ASBZHealthPlaceable, DownsGainedPerCharge) == 0x000544, "Member 'ASBZHealthPlaceable::DownsGainedPerCharge' has a wrong offset!"); \ +static_assert(offsetof(ASBZHealthPlaceable, bAllowPartialCharges) == 0x000548, "Member 'ASBZHealthPlaceable::bAllowPartialCharges' has a wrong offset!"); \ +static_assert(offsetof(ASBZHealthPlaceable, EmpathicHealingPlayerState) == 0x000550, "Member 'ASBZHealthPlaceable::EmpathicHealingPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZDoctorBag \ +static_assert(alignof(ASBZDoctorBag) == 0x000010, "Wrong alignment on ASBZDoctorBag"); \ +static_assert(sizeof(ASBZDoctorBag) == 0x000560, "Wrong size on ASBZDoctorBag"); \ + +#define DUMPER7_ASSERTS_USBZFloorHeightCameraSmoother \ +static_assert(alignof(USBZFloorHeightCameraSmoother) == 0x000008, "Wrong alignment on USBZFloorHeightCameraSmoother"); \ +static_assert(sizeof(USBZFloorHeightCameraSmoother) == 0x000070, "Wrong size on USBZFloorHeightCameraSmoother"); \ +static_assert(offsetof(USBZFloorHeightCameraSmoother, InterpSpeed) == 0x000050, "Member 'USBZFloorHeightCameraSmoother::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZFloorHeightCameraSmoother, CharacterSpeed) == 0x000058, "Member 'USBZFloorHeightCameraSmoother::CharacterSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZFootContactNotify \ +static_assert(alignof(USBZFootContactNotify) == 0x000008, "Wrong alignment on USBZFootContactNotify"); \ +static_assert(sizeof(USBZFootContactNotify) == 0x000050, "Wrong size on USBZFootContactNotify"); \ +static_assert(offsetof(USBZFootContactNotify, FootType) == 0x000040, "Member 'USBZFootContactNotify::FootType' has a wrong offset!"); \ +static_assert(offsetof(USBZFootContactNotify, bOverrideIntensity) == 0x000041, "Member 'USBZFootContactNotify::bOverrideIntensity' has a wrong offset!"); \ +static_assert(offsetof(USBZFootContactNotify, FootContactIntensityOverride) == 0x000042, "Member 'USBZFootContactNotify::FootContactIntensityOverride' has a wrong offset!"); \ +static_assert(offsetof(USBZFootContactNotify, FootContactVelocity) == 0x000044, "Member 'USBZFootContactNotify::FootContactVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZForbidDeathNotifyState \ +static_assert(alignof(USBZForbidDeathNotifyState) == 0x000008, "Wrong alignment on USBZForbidDeathNotifyState"); \ +static_assert(sizeof(USBZForbidDeathNotifyState) == 0x000040, "Wrong size on USBZForbidDeathNotifyState"); \ + +#define DUMPER7_ASSERTS_USBZForceAimOffsetNotifyState \ +static_assert(alignof(USBZForceAimOffsetNotifyState) == 0x000008, "Wrong alignment on USBZForceAimOffsetNotifyState"); \ +static_assert(sizeof(USBZForceAimOffsetNotifyState) == 0x000040, "Wrong size on USBZForceAimOffsetNotifyState"); \ +static_assert(offsetof(USBZForceAimOffsetNotifyState, ForcedAimOffsetType) == 0x000038, "Member 'USBZForceAimOffsetNotifyState::ForcedAimOffsetType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuQuickMatch \ +static_assert(alignof(USBZMainMenuQuickMatch) == 0x000008, "Wrong alignment on USBZMainMenuQuickMatch"); \ +static_assert(sizeof(USBZMainMenuQuickMatch) == 0x0002A0, "Wrong size on USBZMainMenuQuickMatch"); \ + +#define DUMPER7_ASSERTS_SBZPlatformUserManager_HandleUIStackChanged \ +static_assert(alignof(SBZPlatformUserManager_HandleUIStackChanged) == 0x000004, "Wrong alignment on SBZPlatformUserManager_HandleUIStackChanged"); \ +static_assert(sizeof(SBZPlatformUserManager_HandleUIStackChanged) == 0x00001C, "Wrong size on SBZPlatformUserManager_HandleUIStackChanged"); \ +static_assert(offsetof(SBZPlatformUserManager_HandleUIStackChanged, Event) == 0x000000, "Member 'SBZPlatformUserManager_HandleUIStackChanged::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlatformUserManager_OnPopUpClosedConfirmChanges \ +static_assert(alignof(SBZPlatformUserManager_OnPopUpClosedConfirmChanges) == 0x000004, "Wrong alignment on SBZPlatformUserManager_OnPopUpClosedConfirmChanges"); \ +static_assert(sizeof(SBZPlatformUserManager_OnPopUpClosedConfirmChanges) == 0x00000C, "Wrong size on SBZPlatformUserManager_OnPopUpClosedConfirmChanges"); \ +static_assert(offsetof(SBZPlatformUserManager_OnPopUpClosedConfirmChanges, ActionName) == 0x000000, "Member 'SBZPlatformUserManager_OnPopUpClosedConfirmChanges::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlatformUserManager_OnVoiceChatLoginComplete \ +static_assert(alignof(SBZPlatformUserManager_OnVoiceChatLoginComplete) == 0x000008, "Wrong alignment on SBZPlatformUserManager_OnVoiceChatLoginComplete"); \ +static_assert(sizeof(SBZPlatformUserManager_OnVoiceChatLoginComplete) == 0x000030, "Wrong size on SBZPlatformUserManager_OnVoiceChatLoginComplete"); \ +static_assert(offsetof(SBZPlatformUserManager_OnVoiceChatLoginComplete, InUserIndex) == 0x000000, "Member 'SBZPlatformUserManager_OnVoiceChatLoginComplete::InUserIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZPlatformUserManager_OnVoiceChatLoginComplete, NativePlatformUserId) == 0x000008, "Member 'SBZPlatformUserManager_OnVoiceChatLoginComplete::NativePlatformUserId' has a wrong offset!"); \ +static_assert(offsetof(SBZPlatformUserManager_OnVoiceChatLoginComplete, EOSPlatformProductUserId) == 0x000018, "Member 'SBZPlatformUserManager_OnVoiceChatLoginComplete::EOSPlatformProductUserId' has a wrong offset!"); \ +static_assert(offsetof(SBZPlatformUserManager_OnVoiceChatLoginComplete, bLoginSuccess) == 0x000028, "Member 'SBZPlatformUserManager_OnVoiceChatLoginComplete::bLoginSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlatformUserManager \ +static_assert(alignof(USBZPlatformUserManager) == 0x000010, "Wrong alignment on USBZPlatformUserManager"); \ +static_assert(sizeof(USBZPlatformUserManager) == 0x0001B0, "Wrong size on USBZPlatformUserManager"); \ +static_assert(offsetof(USBZPlatformUserManager, ObjectsHoldingBackReturnToIIS) == 0x000158, "Member 'USBZPlatformUserManager::ObjectsHoldingBackReturnToIIS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZForceFacialAnimationNotifyState \ +static_assert(alignof(USBZForceFacialAnimationNotifyState) == 0x000008, "Wrong alignment on USBZForceFacialAnimationNotifyState"); \ +static_assert(sizeof(USBZForceFacialAnimationNotifyState) == 0x000040, "Wrong size on USBZForceFacialAnimationNotifyState"); \ +static_assert(offsetof(USBZForceFacialAnimationNotifyState, FacialAnimation) == 0x000038, "Member 'USBZForceFacialAnimationNotifyState::FacialAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOverskillARGESRosewood \ +static_assert(alignof(USBZOverskillARGESRosewood) == 0x000008, "Wrong alignment on USBZOverskillARGESRosewood"); \ +static_assert(sizeof(USBZOverskillARGESRosewood) == 0x000230, "Wrong size on USBZOverskillARGESRosewood"); \ + +#define DUMPER7_ASSERTS_SBZFPSWidget_OnDisplayedChanged \ +static_assert(alignof(SBZFPSWidget_OnDisplayedChanged) == 0x000001, "Wrong alignment on SBZFPSWidget_OnDisplayedChanged"); \ +static_assert(sizeof(SBZFPSWidget_OnDisplayedChanged) == 0x000001, "Wrong size on SBZFPSWidget_OnDisplayedChanged"); \ +static_assert(offsetof(SBZFPSWidget_OnDisplayedChanged, bInIsDisplaying) == 0x000000, "Member 'SBZFPSWidget_OnDisplayedChanged::bInIsDisplaying' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZFPSWidget \ +static_assert(alignof(USBZFPSWidget) == 0x000008, "Wrong alignment on USBZFPSWidget"); \ +static_assert(sizeof(USBZFPSWidget) == 0x0002A8, "Wrong size on USBZFPSWidget"); \ +static_assert(offsetof(USBZFPSWidget, Text_FPS) == 0x000290, "Member 'USBZFPSWidget::Text_FPS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZFragGrenadeCluster \ +static_assert(alignof(ASBZFragGrenadeCluster) == 0x000010, "Wrong alignment on ASBZFragGrenadeCluster"); \ +static_assert(sizeof(ASBZFragGrenadeCluster) == 0x0061A0, "Wrong size on ASBZFragGrenadeCluster"); \ +static_assert(offsetof(ASBZFragGrenadeCluster, AdditionalRandomDelay) == 0x006198, "Member 'ASBZFragGrenadeCluster::AdditionalRandomDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZFragGrenadeExecutionCalculation \ +static_assert(alignof(USBZFragGrenadeExecutionCalculation) == 0x000008, "Wrong alignment on USBZFragGrenadeExecutionCalculation"); \ +static_assert(sizeof(USBZFragGrenadeExecutionCalculation) == 0x0000D8, "Wrong size on USBZFragGrenadeExecutionCalculation"); \ + +#define DUMPER7_ASSERTS_SBZFriendManager_HandleStateEntered \ +static_assert(alignof(SBZFriendManager_HandleStateEntered) == 0x000004, "Wrong alignment on SBZFriendManager_HandleStateEntered"); \ +static_assert(sizeof(SBZFriendManager_HandleStateEntered) == 0x00000C, "Wrong size on SBZFriendManager_HandleStateEntered"); \ +static_assert(offsetof(SBZFriendManager_HandleStateEntered, StateName) == 0x000000, "Member 'SBZFriendManager_HandleStateEntered::StateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZFriendManager_HandleUIStackChanged \ +static_assert(alignof(SBZFriendManager_HandleUIStackChanged) == 0x000004, "Wrong alignment on SBZFriendManager_HandleUIStackChanged"); \ +static_assert(sizeof(SBZFriendManager_HandleUIStackChanged) == 0x00001C, "Wrong size on SBZFriendManager_HandleUIStackChanged"); \ +static_assert(offsetof(SBZFriendManager_HandleUIStackChanged, Event) == 0x000000, "Member 'SBZFriendManager_HandleUIStackChanged::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZFriendManager \ +static_assert(alignof(USBZFriendManager) == 0x000008, "Wrong alignment on USBZFriendManager"); \ +static_assert(sizeof(USBZFriendManager) == 0x000618, "Wrong size on USBZFriendManager"); \ + +#define DUMPER7_ASSERTS_USBZSkillARSpecARPocketsBase \ +static_assert(alignof(USBZSkillARSpecARPocketsBase) == 0x000008, "Wrong alignment on USBZSkillARSpecARPocketsBase"); \ +static_assert(sizeof(USBZSkillARSpecARPocketsBase) == 0x000230, "Wrong size on USBZSkillARSpecARPocketsBase"); \ + +#define DUMPER7_ASSERTS_USBZGameplayAbility_Interact \ +static_assert(alignof(USBZGameplayAbility_Interact) == 0x000008, "Wrong alignment on USBZGameplayAbility_Interact"); \ +static_assert(sizeof(USBZGameplayAbility_Interact) == 0x0004E0, "Wrong size on USBZGameplayAbility_Interact"); \ +static_assert(offsetof(USBZGameplayAbility_Interact, Interactor) == 0x0004D8, "Member 'USBZGameplayAbility_Interact::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSettingsMenuChildManager \ +static_assert(alignof(USBZSettingsMenuChildManager) == 0x000008, "Wrong alignment on USBZSettingsMenuChildManager"); \ +static_assert(sizeof(USBZSettingsMenuChildManager) == 0x000040, "Wrong size on USBZSettingsMenuChildManager"); \ +static_assert(offsetof(USBZSettingsMenuChildManager, Items) == 0x000030, "Member 'USBZSettingsMenuChildManager::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameplayManager_Get \ +static_assert(alignof(SBZGameplayManager_Get) == 0x000008, "Wrong alignment on SBZGameplayManager_Get"); \ +static_assert(sizeof(SBZGameplayManager_Get) == 0x000010, "Wrong size on SBZGameplayManager_Get"); \ +static_assert(offsetof(SBZGameplayManager_Get, WorldContextObject) == 0x000000, "Member 'SBZGameplayManager_Get::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZGameplayManager_Get, ReturnValue) == 0x000008, "Member 'SBZGameplayManager_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameplayManager_OnOutroSequenceStarted \ +static_assert(alignof(SBZGameplayManager_OnOutroSequenceStarted) == 0x000004, "Wrong alignment on SBZGameplayManager_OnOutroSequenceStarted"); \ +static_assert(sizeof(SBZGameplayManager_OnOutroSequenceStarted) == 0x000004, "Wrong size on SBZGameplayManager_OnOutroSequenceStarted"); \ +static_assert(offsetof(SBZGameplayManager_OnOutroSequenceStarted, OutroVariation) == 0x000000, "Member 'SBZGameplayManager_OnOutroSequenceStarted::OutroVariation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameplayManager_OnPlayableLevelInitialized \ +static_assert(alignof(SBZGameplayManager_OnPlayableLevelInitialized) == 0x000008, "Wrong alignment on SBZGameplayManager_OnPlayableLevelInitialized"); \ +static_assert(sizeof(SBZGameplayManager_OnPlayableLevelInitialized) == 0x000008, "Wrong size on SBZGameplayManager_OnPlayableLevelInitialized"); \ +static_assert(offsetof(SBZGameplayManager_OnPlayableLevelInitialized, World) == 0x000000, "Member 'SBZGameplayManager_OnPlayableLevelInitialized::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGameplayManager \ +static_assert(alignof(USBZGameplayManager) == 0x000008, "Wrong alignment on USBZGameplayManager"); \ +static_assert(sizeof(USBZGameplayManager) == 0x000050, "Wrong size on USBZGameplayManager"); \ +static_assert(offsetof(USBZGameplayManager, GameplaySystems) == 0x000040, "Member 'USBZGameplayManager::GameplaySystems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZShieldHunkeredDownNotifyState \ +static_assert(alignof(USBZShieldHunkeredDownNotifyState) == 0x000008, "Wrong alignment on USBZShieldHunkeredDownNotifyState"); \ +static_assert(sizeof(USBZShieldHunkeredDownNotifyState) == 0x000038, "Wrong size on USBZShieldHunkeredDownNotifyState"); \ + +#define DUMPER7_ASSERTS_SBZStoreManager_GetStoreManager \ +static_assert(alignof(SBZStoreManager_GetStoreManager) == 0x000008, "Wrong alignment on SBZStoreManager_GetStoreManager"); \ +static_assert(sizeof(SBZStoreManager_GetStoreManager) == 0x000010, "Wrong size on SBZStoreManager_GetStoreManager"); \ +static_assert(offsetof(SBZStoreManager_GetStoreManager, WorldContextObject) == 0x000000, "Member 'SBZStoreManager_GetStoreManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZStoreManager_GetStoreManager, ReturnValue) == 0x000008, "Member 'SBZStoreManager_GetStoreManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStoreManager_GetStoreManagerChecked \ +static_assert(alignof(SBZStoreManager_GetStoreManagerChecked) == 0x000008, "Wrong alignment on SBZStoreManager_GetStoreManagerChecked"); \ +static_assert(sizeof(SBZStoreManager_GetStoreManagerChecked) == 0x000010, "Wrong size on SBZStoreManager_GetStoreManagerChecked"); \ +static_assert(offsetof(SBZStoreManager_GetStoreManagerChecked, WorldContextObject) == 0x000000, "Member 'SBZStoreManager_GetStoreManagerChecked::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZStoreManager_GetStoreManagerChecked, ReturnValue) == 0x000008, "Member 'SBZStoreManager_GetStoreManagerChecked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStoreManager_OpenDlcInFirstPartyStore \ +static_assert(alignof(SBZStoreManager_OpenDlcInFirstPartyStore) == 0x000008, "Wrong alignment on SBZStoreManager_OpenDlcInFirstPartyStore"); \ +static_assert(sizeof(SBZStoreManager_OpenDlcInFirstPartyStore) == 0x000010, "Wrong size on SBZStoreManager_OpenDlcInFirstPartyStore"); \ +static_assert(offsetof(SBZStoreManager_OpenDlcInFirstPartyStore, ProductId) == 0x000000, "Member 'SBZStoreManager_OpenDlcInFirstPartyStore::ProductId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStoreManager_GetCurrentMaskOfTheWeekStoreItem \ +static_assert(alignof(SBZStoreManager_GetCurrentMaskOfTheWeekStoreItem) == 0x000008, "Wrong alignment on SBZStoreManager_GetCurrentMaskOfTheWeekStoreItem"); \ +static_assert(sizeof(SBZStoreManager_GetCurrentMaskOfTheWeekStoreItem) == 0x000100, "Wrong size on SBZStoreManager_GetCurrentMaskOfTheWeekStoreItem"); \ +static_assert(offsetof(SBZStoreManager_GetCurrentMaskOfTheWeekStoreItem, ReturnValue) == 0x000000, "Member 'SBZStoreManager_GetCurrentMaskOfTheWeekStoreItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStoreManager_GetInfamyLevelItemUnlockCount \ +static_assert(alignof(SBZStoreManager_GetInfamyLevelItemUnlockCount) == 0x000004, "Wrong alignment on SBZStoreManager_GetInfamyLevelItemUnlockCount"); \ +static_assert(sizeof(SBZStoreManager_GetInfamyLevelItemUnlockCount) == 0x000008, "Wrong size on SBZStoreManager_GetInfamyLevelItemUnlockCount"); \ +static_assert(offsetof(SBZStoreManager_GetInfamyLevelItemUnlockCount, InfamyLevel) == 0x000000, "Member 'SBZStoreManager_GetInfamyLevelItemUnlockCount::InfamyLevel' has a wrong offset!"); \ +static_assert(offsetof(SBZStoreManager_GetInfamyLevelItemUnlockCount, ReturnValue) == 0x000004, "Member 'SBZStoreManager_GetInfamyLevelItemUnlockCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStoreManager_GetMaxPriceProgressionLevel \ +static_assert(alignof(SBZStoreManager_GetMaxPriceProgressionLevel) == 0x000008, "Wrong alignment on SBZStoreManager_GetMaxPriceProgressionLevel"); \ +static_assert(sizeof(SBZStoreManager_GetMaxPriceProgressionLevel) == 0x000018, "Wrong size on SBZStoreManager_GetMaxPriceProgressionLevel"); \ +static_assert(offsetof(SBZStoreManager_GetMaxPriceProgressionLevel, PriceProgressionGroup) == 0x000000, "Member 'SBZStoreManager_GetMaxPriceProgressionLevel::PriceProgressionGroup' has a wrong offset!"); \ +static_assert(offsetof(SBZStoreManager_GetMaxPriceProgressionLevel, ReturnValue) == 0x000010, "Member 'SBZStoreManager_GetMaxPriceProgressionLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStoreManager \ +static_assert(alignof(USBZStoreManager) == 0x000008, "Wrong alignment on USBZStoreManager"); \ +static_assert(sizeof(USBZStoreManager) == 0x0010D0, "Wrong size on USBZStoreManager"); \ +static_assert(offsetof(USBZStoreManager, WeaponPartCostMap) == 0x000030, "Member 'USBZStoreManager::WeaponPartCostMap' has a wrong offset!"); \ +static_assert(offsetof(USBZStoreManager, PreplanningAssetCostMap) == 0x000080, "Member 'USBZStoreManager::PreplanningAssetCostMap' has a wrong offset!"); \ +static_assert(offsetof(USBZStoreManager, AccelByteItemTitleToIdString) == 0x0000D0, "Member 'USBZStoreManager::AccelByteItemTitleToIdString' has a wrong offset!"); \ +static_assert(offsetof(USBZStoreManager, AllVendorsItems) == 0x000148, "Member 'USBZStoreManager::AllVendorsItems' has a wrong offset!"); \ +static_assert(offsetof(USBZStoreManager, PayDayCreditMap) == 0x000E28, "Member 'USBZStoreManager::PayDayCreditMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGameplayTags \ +static_assert(alignof(USBZGameplayTags) == 0x000008, "Wrong alignment on USBZGameplayTags"); \ +static_assert(sizeof(USBZGameplayTags) == 0x002550, "Wrong size on USBZGameplayTags"); \ + +#define DUMPER7_ASSERTS_ASBZGameSpectatorPawn \ +static_assert(alignof(ASBZGameSpectatorPawn) == 0x000008, "Wrong alignment on ASBZGameSpectatorPawn"); \ +static_assert(sizeof(ASBZGameSpectatorPawn) == 0x000420, "Wrong size on ASBZGameSpectatorPawn"); \ +static_assert(offsetof(ASBZGameSpectatorPawn, SpringArm) == 0x000358, "Member 'ASBZGameSpectatorPawn::SpringArm' has a wrong offset!"); \ +static_assert(offsetof(ASBZGameSpectatorPawn, SpectateCamera) == 0x000360, "Member 'ASBZGameSpectatorPawn::SpectateCamera' has a wrong offset!"); \ +static_assert(offsetof(ASBZGameSpectatorPawn, ControllerDeadZone) == 0x000368, "Member 'ASBZGameSpectatorPawn::ControllerDeadZone' has a wrong offset!"); \ +static_assert(offsetof(ASBZGameSpectatorPawn, AttachSocket) == 0x00036C, "Member 'ASBZGameSpectatorPawn::AttachSocket' has a wrong offset!"); \ +static_assert(offsetof(ASBZGameSpectatorPawn, CameraDefault) == 0x000378, "Member 'ASBZGameSpectatorPawn::CameraDefault' has a wrong offset!"); \ +static_assert(offsetof(ASBZGameSpectatorPawn, CameraDefeatedTarget) == 0x0003A0, "Member 'ASBZGameSpectatorPawn::CameraDefeatedTarget' has a wrong offset!"); \ +static_assert(offsetof(ASBZGameSpectatorPawn, CameraDeadTarget) == 0x0003C8, "Member 'ASBZGameSpectatorPawn::CameraDeadTarget' has a wrong offset!"); \ +static_assert(offsetof(ASBZGameSpectatorPawn, OnSpectateTargetChanged) == 0x0003F0, "Member 'ASBZGameSpectatorPawn::OnSpectateTargetChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZGameSpectatorPawn, DeadTargetDelay) == 0x000400, "Member 'ASBZGameSpectatorPawn::DeadTargetDelay' has a wrong offset!"); \ +static_assert(offsetof(ASBZGameSpectatorPawn, DeadTargetFollowTime) == 0x000404, "Member 'ASBZGameSpectatorPawn::DeadTargetFollowTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZGameSpectatorPawn, SpectateTarget) == 0x000410, "Member 'ASBZGameSpectatorPawn::SpectateTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStartMainMenuWeaponCustomizationWidget_CustomizeWeaponInSlot \ +static_assert(alignof(SBZGameStartMainMenuWeaponCustomizationWidget_CustomizeWeaponInSlot) == 0x000004, "Wrong alignment on SBZGameStartMainMenuWeaponCustomizationWidget_CustomizeWeaponInSlot"); \ +static_assert(sizeof(SBZGameStartMainMenuWeaponCustomizationWidget_CustomizeWeaponInSlot) == 0x00000C, "Wrong size on SBZGameStartMainMenuWeaponCustomizationWidget_CustomizeWeaponInSlot"); \ +static_assert(offsetof(SBZGameStartMainMenuWeaponCustomizationWidget_CustomizeWeaponInSlot, InEquippableSlot) == 0x000000, "Member 'SBZGameStartMainMenuWeaponCustomizationWidget_CustomizeWeaponInSlot::InEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStartMainMenuWeaponCustomizationWidget_CustomizeWeaponInSlot, InWeaponSlotIndex) == 0x000004, "Member 'SBZGameStartMainMenuWeaponCustomizationWidget_CustomizeWeaponInSlot::InWeaponSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStartMainMenuWeaponCustomizationWidget_CustomizeWeaponInSlot, ReturnValue) == 0x000008, "Member 'SBZGameStartMainMenuWeaponCustomizationWidget_CustomizeWeaponInSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStartMainMenuWeaponCustomizationWidget_GetCurrentWeaponSlotData \ +static_assert(alignof(SBZGameStartMainMenuWeaponCustomizationWidget_GetCurrentWeaponSlotData) == 0x000004, "Wrong alignment on SBZGameStartMainMenuWeaponCustomizationWidget_GetCurrentWeaponSlotData"); \ +static_assert(sizeof(SBZGameStartMainMenuWeaponCustomizationWidget_GetCurrentWeaponSlotData) == 0x000008, "Wrong size on SBZGameStartMainMenuWeaponCustomizationWidget_GetCurrentWeaponSlotData"); \ +static_assert(offsetof(SBZGameStartMainMenuWeaponCustomizationWidget_GetCurrentWeaponSlotData, OutEquippableSlot) == 0x000000, "Member 'SBZGameStartMainMenuWeaponCustomizationWidget_GetCurrentWeaponSlotData::OutEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStartMainMenuWeaponCustomizationWidget_GetCurrentWeaponSlotData, OutWeaponSlotIndex) == 0x000004, "Member 'SBZGameStartMainMenuWeaponCustomizationWidget_GetCurrentWeaponSlotData::OutWeaponSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStartMainMenuWeaponCustomizationWidget_UpdateEquippableConfig \ +static_assert(alignof(SBZGameStartMainMenuWeaponCustomizationWidget_UpdateEquippableConfig) == 0x000004, "Wrong alignment on SBZGameStartMainMenuWeaponCustomizationWidget_UpdateEquippableConfig"); \ +static_assert(sizeof(SBZGameStartMainMenuWeaponCustomizationWidget_UpdateEquippableConfig) == 0x000008, "Wrong size on SBZGameStartMainMenuWeaponCustomizationWidget_UpdateEquippableConfig"); \ +static_assert(offsetof(SBZGameStartMainMenuWeaponCustomizationWidget_UpdateEquippableConfig, InEquippableSlot) == 0x000000, "Member 'SBZGameStartMainMenuWeaponCustomizationWidget_UpdateEquippableConfig::InEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStartMainMenuWeaponCustomizationWidget_UpdateEquippableConfig, InWeaponSlotIndex) == 0x000004, "Member 'SBZGameStartMainMenuWeaponCustomizationWidget_UpdateEquippableConfig::InWeaponSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGameStartMainMenuWeaponCustomizationWidget \ +static_assert(alignof(USBZGameStartMainMenuWeaponCustomizationWidget) == 0x000008, "Wrong alignment on USBZGameStartMainMenuWeaponCustomizationWidget"); \ +static_assert(sizeof(USBZGameStartMainMenuWeaponCustomizationWidget) == 0x000338, "Wrong size on USBZGameStartMainMenuWeaponCustomizationWidget"); \ +static_assert(offsetof(USBZGameStartMainMenuWeaponCustomizationWidget, EquippableConfig) == 0x0002C0, "Member 'USBZGameStartMainMenuWeaponCustomizationWidget::EquippableConfig' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStartMainMenuWeaponCustomizationWidget, EquippableSlot) == 0x000330, "Member 'USBZGameStartMainMenuWeaponCustomizationWidget::EquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStartMainMenuWeaponCustomizationWidget, WeaponSlotIndex) == 0x000334, "Member 'USBZGameStartMainMenuWeaponCustomizationWidget::WeaponSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateDsWaitingForPlayers_DropInLobbyClient \ +static_assert(alignof(SBZStateMachineStateDsWaitingForPlayers_DropInLobbyClient) == 0x000008, "Wrong alignment on SBZStateMachineStateDsWaitingForPlayers_DropInLobbyClient"); \ +static_assert(sizeof(SBZStateMachineStateDsWaitingForPlayers_DropInLobbyClient) == 0x000038, "Wrong size on SBZStateMachineStateDsWaitingForPlayers_DropInLobbyClient"); \ +static_assert(offsetof(SBZStateMachineStateDsWaitingForPlayers_DropInLobbyClient, PlayerId) == 0x000000, "Member 'SBZStateMachineStateDsWaitingForPlayers_DropInLobbyClient::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZStateMachineStateDsWaitingForPlayers_DropInLobbyClient, DisplayName) == 0x000028, "Member 'SBZStateMachineStateDsWaitingForPlayers_DropInLobbyClient::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateDsWaitingForPlayers_HandlePlayerStateAdded \ +static_assert(alignof(SBZStateMachineStateDsWaitingForPlayers_HandlePlayerStateAdded) == 0x000008, "Wrong alignment on SBZStateMachineStateDsWaitingForPlayers_HandlePlayerStateAdded"); \ +static_assert(sizeof(SBZStateMachineStateDsWaitingForPlayers_HandlePlayerStateAdded) == 0x000008, "Wrong size on SBZStateMachineStateDsWaitingForPlayers_HandlePlayerStateAdded"); \ +static_assert(offsetof(SBZStateMachineStateDsWaitingForPlayers_HandlePlayerStateAdded, Data) == 0x000000, "Member 'SBZStateMachineStateDsWaitingForPlayers_HandlePlayerStateAdded::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateDsWaitingForPlayers_HandlePlayerStateRemoved \ +static_assert(alignof(SBZStateMachineStateDsWaitingForPlayers_HandlePlayerStateRemoved) == 0x000008, "Wrong alignment on SBZStateMachineStateDsWaitingForPlayers_HandlePlayerStateRemoved"); \ +static_assert(sizeof(SBZStateMachineStateDsWaitingForPlayers_HandlePlayerStateRemoved) == 0x000040, "Wrong size on SBZStateMachineStateDsWaitingForPlayers_HandlePlayerStateRemoved"); \ +static_assert(offsetof(SBZStateMachineStateDsWaitingForPlayers_HandlePlayerStateRemoved, Data) == 0x000000, "Member 'SBZStateMachineStateDsWaitingForPlayers_HandlePlayerStateRemoved::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateDsWaitingForPlayers_PlayerDisconnectedAtBeacon \ +static_assert(alignof(SBZStateMachineStateDsWaitingForPlayers_PlayerDisconnectedAtBeacon) == 0x000008, "Wrong alignment on SBZStateMachineStateDsWaitingForPlayers_PlayerDisconnectedAtBeacon"); \ +static_assert(sizeof(SBZStateMachineStateDsWaitingForPlayers_PlayerDisconnectedAtBeacon) == 0x000028, "Wrong size on SBZStateMachineStateDsWaitingForPlayers_PlayerDisconnectedAtBeacon"); \ +static_assert(offsetof(SBZStateMachineStateDsWaitingForPlayers_PlayerDisconnectedAtBeacon, PlayerId) == 0x000000, "Member 'SBZStateMachineStateDsWaitingForPlayers_PlayerDisconnectedAtBeacon::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateDsWaitingForPlayers_PlayerReadyReceived \ +static_assert(alignof(SBZStateMachineStateDsWaitingForPlayers_PlayerReadyReceived) == 0x000008, "Wrong alignment on SBZStateMachineStateDsWaitingForPlayers_PlayerReadyReceived"); \ +static_assert(sizeof(SBZStateMachineStateDsWaitingForPlayers_PlayerReadyReceived) == 0x000028, "Wrong size on SBZStateMachineStateDsWaitingForPlayers_PlayerReadyReceived"); \ +static_assert(offsetof(SBZStateMachineStateDsWaitingForPlayers_PlayerReadyReceived, ReadyPlayerId) == 0x000000, "Member 'SBZStateMachineStateDsWaitingForPlayers_PlayerReadyReceived::ReadyPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateDsWaitingForPlayers_PlayerStartTravel \ +static_assert(alignof(SBZStateMachineStateDsWaitingForPlayers_PlayerStartTravel) == 0x000008, "Wrong alignment on SBZStateMachineStateDsWaitingForPlayers_PlayerStartTravel"); \ +static_assert(sizeof(SBZStateMachineStateDsWaitingForPlayers_PlayerStartTravel) == 0x000028, "Wrong size on SBZStateMachineStateDsWaitingForPlayers_PlayerStartTravel"); \ +static_assert(offsetof(SBZStateMachineStateDsWaitingForPlayers_PlayerStartTravel, PlayerId) == 0x000000, "Member 'SBZStateMachineStateDsWaitingForPlayers_PlayerStartTravel::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateDsWaitingForPlayers_PlayerWaitForReady \ +static_assert(alignof(SBZStateMachineStateDsWaitingForPlayers_PlayerWaitForReady) == 0x000008, "Wrong alignment on SBZStateMachineStateDsWaitingForPlayers_PlayerWaitForReady"); \ +static_assert(sizeof(SBZStateMachineStateDsWaitingForPlayers_PlayerWaitForReady) == 0x000028, "Wrong size on SBZStateMachineStateDsWaitingForPlayers_PlayerWaitForReady"); \ +static_assert(offsetof(SBZStateMachineStateDsWaitingForPlayers_PlayerWaitForReady, WaitForReadyPlayerId) == 0x000000, "Member 'SBZStateMachineStateDsWaitingForPlayers_PlayerWaitForReady::WaitForReadyPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateDsWaitingForPlayers_UnregisterClient \ +static_assert(alignof(SBZStateMachineStateDsWaitingForPlayers_UnregisterClient) == 0x000008, "Wrong alignment on SBZStateMachineStateDsWaitingForPlayers_UnregisterClient"); \ +static_assert(sizeof(SBZStateMachineStateDsWaitingForPlayers_UnregisterClient) == 0x000028, "Wrong size on SBZStateMachineStateDsWaitingForPlayers_UnregisterClient"); \ +static_assert(offsetof(SBZStateMachineStateDsWaitingForPlayers_UnregisterClient, PlayerId) == 0x000000, "Member 'SBZStateMachineStateDsWaitingForPlayers_UnregisterClient::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateDsWaitingForPlayers \ +static_assert(alignof(USBZStateMachineStateDsWaitingForPlayers) == 0x000008, "Wrong alignment on USBZStateMachineStateDsWaitingForPlayers"); \ +static_assert(sizeof(USBZStateMachineStateDsWaitingForPlayers) == 0x0000B8, "Wrong size on USBZStateMachineStateDsWaitingForPlayers"); \ +static_assert(offsetof(USBZStateMachineStateDsWaitingForPlayers, PlayersReadyTimeoutValue) == 0x0000A8, "Member 'USBZStateMachineStateDsWaitingForPlayers::PlayersReadyTimeoutValue' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateDsWaitingForPlayers, PlayersReadyTimer) == 0x0000B0, "Member 'USBZStateMachineStateDsWaitingForPlayers::PlayersReadyTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_AddMatchmakingSecurityCompany \ +static_assert(alignof(SBZGameStateMachine_AddMatchmakingSecurityCompany) == 0x000001, "Wrong alignment on SBZGameStateMachine_AddMatchmakingSecurityCompany"); \ +static_assert(sizeof(SBZGameStateMachine_AddMatchmakingSecurityCompany) == 0x000001, "Wrong size on SBZGameStateMachine_AddMatchmakingSecurityCompany"); \ +static_assert(offsetof(SBZGameStateMachine_AddMatchmakingSecurityCompany, InSecurityCompany) == 0x000000, "Member 'SBZGameStateMachine_AddMatchmakingSecurityCompany::InSecurityCompany' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_DebugOnlineTravel \ +static_assert(alignof(SBZGameStateMachine_DebugOnlineTravel) == 0x000008, "Wrong alignment on SBZGameStateMachine_DebugOnlineTravel"); \ +static_assert(sizeof(SBZGameStateMachine_DebugOnlineTravel) == 0x000018, "Wrong size on SBZGameStateMachine_DebugOnlineTravel"); \ +static_assert(offsetof(SBZGameStateMachine_DebugOnlineTravel, LevelUrl) == 0x000000, "Member 'SBZGameStateMachine_DebugOnlineTravel::LevelUrl' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachine_DebugOnlineTravel, bIsAbsolute) == 0x000010, "Member 'SBZGameStateMachine_DebugOnlineTravel::bIsAbsolute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_GetMatchMakingParameters \ +static_assert(alignof(SBZGameStateMachine_GetMatchMakingParameters) == 0x000008, "Wrong alignment on SBZGameStateMachine_GetMatchMakingParameters"); \ +static_assert(sizeof(SBZGameStateMachine_GetMatchMakingParameters) == 0x000038, "Wrong size on SBZGameStateMachine_GetMatchMakingParameters"); \ +static_assert(offsetof(SBZGameStateMachine_GetMatchMakingParameters, ReturnValue) == 0x000000, "Member 'SBZGameStateMachine_GetMatchMakingParameters::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_RemoveMatchmakingSecurityCompany \ +static_assert(alignof(SBZGameStateMachine_RemoveMatchmakingSecurityCompany) == 0x000001, "Wrong alignment on SBZGameStateMachine_RemoveMatchmakingSecurityCompany"); \ +static_assert(sizeof(SBZGameStateMachine_RemoveMatchmakingSecurityCompany) == 0x000001, "Wrong size on SBZGameStateMachine_RemoveMatchmakingSecurityCompany"); \ +static_assert(offsetof(SBZGameStateMachine_RemoveMatchmakingSecurityCompany, InSecurityCompany) == 0x000000, "Member 'SBZGameStateMachine_RemoveMatchmakingSecurityCompany::InSecurityCompany' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_RequestGameError \ +static_assert(alignof(SBZGameStateMachine_RequestGameError) == 0x000001, "Wrong alignment on SBZGameStateMachine_RequestGameError"); \ +static_assert(sizeof(SBZGameStateMachine_RequestGameError) == 0x000001, "Wrong size on SBZGameStateMachine_RequestGameError"); \ +static_assert(offsetof(SBZGameStateMachine_RequestGameError, Error) == 0x000000, "Member 'SBZGameStateMachine_RequestGameError::Error' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_RequestJobOverviewAllReady \ +static_assert(alignof(SBZGameStateMachine_RequestJobOverviewAllReady) == 0x000001, "Wrong alignment on SBZGameStateMachine_RequestJobOverviewAllReady"); \ +static_assert(sizeof(SBZGameStateMachine_RequestJobOverviewAllReady) == 0x000001, "Wrong size on SBZGameStateMachine_RequestJobOverviewAllReady"); \ +static_assert(offsetof(SBZGameStateMachine_RequestJobOverviewAllReady, BlackScreenTransitionType) == 0x000000, "Member 'SBZGameStateMachine_RequestJobOverviewAllReady::BlackScreenTransitionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_RequestJobOverviewComplete \ +static_assert(alignof(SBZGameStateMachine_RequestJobOverviewComplete) == 0x000001, "Wrong alignment on SBZGameStateMachine_RequestJobOverviewComplete"); \ +static_assert(sizeof(SBZGameStateMachine_RequestJobOverviewComplete) == 0x000001, "Wrong size on SBZGameStateMachine_RequestJobOverviewComplete"); \ +static_assert(offsetof(SBZGameStateMachine_RequestJobOverviewComplete, bIsClientReady) == 0x000000, "Member 'SBZGameStateMachine_RequestJobOverviewComplete::bIsClientReady' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_RequestJobOverviewReady \ +static_assert(alignof(SBZGameStateMachine_RequestJobOverviewReady) == 0x000001, "Wrong alignment on SBZGameStateMachine_RequestJobOverviewReady"); \ +static_assert(sizeof(SBZGameStateMachine_RequestJobOverviewReady) == 0x000001, "Wrong size on SBZGameStateMachine_RequestJobOverviewReady"); \ +static_assert(offsetof(SBZGameStateMachine_RequestJobOverviewReady, bSetClientReady) == 0x000000, "Member 'SBZGameStateMachine_RequestJobOverviewReady::bSetClientReady' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_RequestMatchmaking \ +static_assert(alignof(SBZGameStateMachine_RequestMatchmaking) == 0x000008, "Wrong alignment on SBZGameStateMachine_RequestMatchmaking"); \ +static_assert(sizeof(SBZGameStateMachine_RequestMatchmaking) == 0x000038, "Wrong size on SBZGameStateMachine_RequestMatchmaking"); \ +static_assert(offsetof(SBZGameStateMachine_RequestMatchmaking, MatchmakingParameters) == 0x000000, "Member 'SBZGameStateMachine_RequestMatchmaking::MatchmakingParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_RequestMissionEnd \ +static_assert(alignof(SBZGameStateMachine_RequestMissionEnd) == 0x000004, "Wrong alignment on SBZGameStateMachine_RequestMissionEnd"); \ +static_assert(sizeof(SBZGameStateMachine_RequestMissionEnd) == 0x000008, "Wrong size on SBZGameStateMachine_RequestMissionEnd"); \ +static_assert(offsetof(SBZGameStateMachine_RequestMissionEnd, RequestData) == 0x000000, "Member 'SBZGameStateMachine_RequestMissionEnd::RequestData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_RequestP2PHost \ +static_assert(alignof(SBZGameStateMachine_RequestP2PHost) == 0x000008, "Wrong alignment on SBZGameStateMachine_RequestP2PHost"); \ +static_assert(sizeof(SBZGameStateMachine_RequestP2PHost) == 0x000038, "Wrong size on SBZGameStateMachine_RequestP2PHost"); \ +static_assert(offsetof(SBZGameStateMachine_RequestP2PHost, MatchmakingParameters) == 0x000000, "Member 'SBZGameStateMachine_RequestP2PHost::MatchmakingParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_RequestReplay \ +static_assert(alignof(SBZGameStateMachine_RequestReplay) == 0x000008, "Wrong alignment on SBZGameStateMachine_RequestReplay"); \ +static_assert(sizeof(SBZGameStateMachine_RequestReplay) == 0x000060, "Wrong size on SBZGameStateMachine_RequestReplay"); \ +static_assert(offsetof(SBZGameStateMachine_RequestReplay, ReplayInfo) == 0x000000, "Member 'SBZGameStateMachine_RequestReplay::ReplayInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_RequestReturnToIIS \ +static_assert(alignof(SBZGameStateMachine_RequestReturnToIIS) == 0x000001, "Wrong alignment on SBZGameStateMachine_RequestReturnToIIS"); \ +static_assert(sizeof(SBZGameStateMachine_RequestReturnToIIS) == 0x000001, "Wrong size on SBZGameStateMachine_RequestReturnToIIS"); \ +static_assert(offsetof(SBZGameStateMachine_RequestReturnToIIS, Reason) == 0x000000, "Member 'SBZGameStateMachine_RequestReturnToIIS::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_RequestReturnToLogin \ +static_assert(alignof(SBZGameStateMachine_RequestReturnToLogin) == 0x000001, "Wrong alignment on SBZGameStateMachine_RequestReturnToLogin"); \ +static_assert(sizeof(SBZGameStateMachine_RequestReturnToLogin) == 0x000001, "Wrong size on SBZGameStateMachine_RequestReturnToLogin"); \ +static_assert(offsetof(SBZGameStateMachine_RequestReturnToLogin, Reason) == 0x000000, "Member 'SBZGameStateMachine_RequestReturnToLogin::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_RequestReturnToMainMenu \ +static_assert(alignof(SBZGameStateMachine_RequestReturnToMainMenu) == 0x000001, "Wrong alignment on SBZGameStateMachine_RequestReturnToMainMenu"); \ +static_assert(sizeof(SBZGameStateMachine_RequestReturnToMainMenu) == 0x000001, "Wrong size on SBZGameStateMachine_RequestReturnToMainMenu"); \ +static_assert(offsetof(SBZGameStateMachine_RequestReturnToMainMenu, Reason) == 0x000000, "Member 'SBZGameStateMachine_RequestReturnToMainMenu::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_RequestSoloGame \ +static_assert(alignof(SBZGameStateMachine_RequestSoloGame) == 0x000004, "Wrong alignment on SBZGameStateMachine_RequestSoloGame"); \ +static_assert(sizeof(SBZGameStateMachine_RequestSoloGame) == 0x00000C, "Wrong size on SBZGameStateMachine_RequestSoloGame"); \ +static_assert(offsetof(SBZGameStateMachine_RequestSoloGame, LevelIdx) == 0x000000, "Member 'SBZGameStateMachine_RequestSoloGame::LevelIdx' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachine_RequestSoloGame, DifficultyIdx) == 0x000004, "Member 'SBZGameStateMachine_RequestSoloGame::DifficultyIdx' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachine_RequestSoloGame, bSkipPreMatch) == 0x000008, "Member 'SBZGameStateMachine_RequestSoloGame::bSkipPreMatch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_SetIsMatchmakingQuickMatch \ +static_assert(alignof(SBZGameStateMachine_SetIsMatchmakingQuickMatch) == 0x000001, "Wrong alignment on SBZGameStateMachine_SetIsMatchmakingQuickMatch"); \ +static_assert(sizeof(SBZGameStateMachine_SetIsMatchmakingQuickMatch) == 0x000001, "Wrong size on SBZGameStateMachine_SetIsMatchmakingQuickMatch"); \ +static_assert(offsetof(SBZGameStateMachine_SetIsMatchmakingQuickMatch, bInIsQuickMatch) == 0x000000, "Member 'SBZGameStateMachine_SetIsMatchmakingQuickMatch::bInIsQuickMatch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_SetMatchmakingDifficulty \ +static_assert(alignof(SBZGameStateMachine_SetMatchmakingDifficulty) == 0x000001, "Wrong alignment on SBZGameStateMachine_SetMatchmakingDifficulty"); \ +static_assert(sizeof(SBZGameStateMachine_SetMatchmakingDifficulty) == 0x000002, "Wrong size on SBZGameStateMachine_SetMatchmakingDifficulty"); \ +static_assert(offsetof(SBZGameStateMachine_SetMatchmakingDifficulty, InDifficulty) == 0x000000, "Member 'SBZGameStateMachine_SetMatchmakingDifficulty::InDifficulty' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachine_SetMatchmakingDifficulty, bIsSaved) == 0x000001, "Member 'SBZGameStateMachine_SetMatchmakingDifficulty::bIsSaved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_SetMatchmakingDifficultyIdx \ +static_assert(alignof(SBZGameStateMachine_SetMatchmakingDifficultyIdx) == 0x000001, "Wrong alignment on SBZGameStateMachine_SetMatchmakingDifficultyIdx"); \ +static_assert(sizeof(SBZGameStateMachine_SetMatchmakingDifficultyIdx) == 0x000001, "Wrong size on SBZGameStateMachine_SetMatchmakingDifficultyIdx"); \ +static_assert(offsetof(SBZGameStateMachine_SetMatchmakingDifficultyIdx, InDifficultyIdx) == 0x000000, "Member 'SBZGameStateMachine_SetMatchmakingDifficultyIdx::InDifficultyIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_SetMatchmakingLevelIdx \ +static_assert(alignof(SBZGameStateMachine_SetMatchmakingLevelIdx) == 0x000004, "Wrong alignment on SBZGameStateMachine_SetMatchmakingLevelIdx"); \ +static_assert(sizeof(SBZGameStateMachine_SetMatchmakingLevelIdx) == 0x000004, "Wrong size on SBZGameStateMachine_SetMatchmakingLevelIdx"); \ +static_assert(offsetof(SBZGameStateMachine_SetMatchmakingLevelIdx, InLevelIdx) == 0x000000, "Member 'SBZGameStateMachine_SetMatchmakingLevelIdx::InLevelIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_SetMatchMakingParameters \ +static_assert(alignof(SBZGameStateMachine_SetMatchMakingParameters) == 0x000008, "Wrong alignment on SBZGameStateMachine_SetMatchMakingParameters"); \ +static_assert(sizeof(SBZGameStateMachine_SetMatchMakingParameters) == 0x000038, "Wrong size on SBZGameStateMachine_SetMatchMakingParameters"); \ +static_assert(offsetof(SBZGameStateMachine_SetMatchMakingParameters, InMatchmakingParameters) == 0x000000, "Member 'SBZGameStateMachine_SetMatchMakingParameters::InMatchmakingParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_SetMatchmakingRandomSeed \ +static_assert(alignof(SBZGameStateMachine_SetMatchmakingRandomSeed) == 0x000004, "Wrong alignment on SBZGameStateMachine_SetMatchmakingRandomSeed"); \ +static_assert(sizeof(SBZGameStateMachine_SetMatchmakingRandomSeed) == 0x000004, "Wrong size on SBZGameStateMachine_SetMatchmakingRandomSeed"); \ +static_assert(offsetof(SBZGameStateMachine_SetMatchmakingRandomSeed, InRandomSeed) == 0x000000, "Member 'SBZGameStateMachine_SetMatchmakingRandomSeed::InRandomSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_SetMatchmakingSecurityCompanies \ +static_assert(alignof(SBZGameStateMachine_SetMatchmakingSecurityCompanies) == 0x000008, "Wrong alignment on SBZGameStateMachine_SetMatchmakingSecurityCompanies"); \ +static_assert(sizeof(SBZGameStateMachine_SetMatchmakingSecurityCompanies) == 0x000010, "Wrong size on SBZGameStateMachine_SetMatchmakingSecurityCompanies"); \ +static_assert(offsetof(SBZGameStateMachine_SetMatchmakingSecurityCompanies, InSecurityCompanies) == 0x000000, "Member 'SBZGameStateMachine_SetMatchmakingSecurityCompanies::InSecurityCompanies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_SetMatchmakingTacticType \ +static_assert(alignof(SBZGameStateMachine_SetMatchmakingTacticType) == 0x000001, "Wrong alignment on SBZGameStateMachine_SetMatchmakingTacticType"); \ +static_assert(sizeof(SBZGameStateMachine_SetMatchmakingTacticType) == 0x000001, "Wrong size on SBZGameStateMachine_SetMatchmakingTacticType"); \ +static_assert(offsetof(SBZGameStateMachine_SetMatchmakingTacticType, InTacticType) == 0x000000, "Member 'SBZGameStateMachine_SetMatchmakingTacticType::InTacticType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_CanRequestSoloGame \ +static_assert(alignof(SBZGameStateMachine_CanRequestSoloGame) == 0x000001, "Wrong alignment on SBZGameStateMachine_CanRequestSoloGame"); \ +static_assert(sizeof(SBZGameStateMachine_CanRequestSoloGame) == 0x000001, "Wrong size on SBZGameStateMachine_CanRequestSoloGame"); \ +static_assert(offsetof(SBZGameStateMachine_CanRequestSoloGame, ReturnValue) == 0x000000, "Member 'SBZGameStateMachine_CanRequestSoloGame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_GetMatchmakingDifficulty \ +static_assert(alignof(SBZGameStateMachine_GetMatchmakingDifficulty) == 0x000001, "Wrong alignment on SBZGameStateMachine_GetMatchmakingDifficulty"); \ +static_assert(sizeof(SBZGameStateMachine_GetMatchmakingDifficulty) == 0x000001, "Wrong size on SBZGameStateMachine_GetMatchmakingDifficulty"); \ +static_assert(offsetof(SBZGameStateMachine_GetMatchmakingDifficulty, ReturnValue) == 0x000000, "Member 'SBZGameStateMachine_GetMatchmakingDifficulty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_GetMatchmakingDifficultyIdx \ +static_assert(alignof(SBZGameStateMachine_GetMatchmakingDifficultyIdx) == 0x000001, "Wrong alignment on SBZGameStateMachine_GetMatchmakingDifficultyIdx"); \ +static_assert(sizeof(SBZGameStateMachine_GetMatchmakingDifficultyIdx) == 0x000001, "Wrong size on SBZGameStateMachine_GetMatchmakingDifficultyIdx"); \ +static_assert(offsetof(SBZGameStateMachine_GetMatchmakingDifficultyIdx, ReturnValue) == 0x000000, "Member 'SBZGameStateMachine_GetMatchmakingDifficultyIdx::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_GetMatchmakingLevelIdx \ +static_assert(alignof(SBZGameStateMachine_GetMatchmakingLevelIdx) == 0x000001, "Wrong alignment on SBZGameStateMachine_GetMatchmakingLevelIdx"); \ +static_assert(sizeof(SBZGameStateMachine_GetMatchmakingLevelIdx) == 0x000001, "Wrong size on SBZGameStateMachine_GetMatchmakingLevelIdx"); \ +static_assert(offsetof(SBZGameStateMachine_GetMatchmakingLevelIdx, ReturnValue) == 0x000000, "Member 'SBZGameStateMachine_GetMatchmakingLevelIdx::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_GetMatchmakingRandomSeed \ +static_assert(alignof(SBZGameStateMachine_GetMatchmakingRandomSeed) == 0x000004, "Wrong alignment on SBZGameStateMachine_GetMatchmakingRandomSeed"); \ +static_assert(sizeof(SBZGameStateMachine_GetMatchmakingRandomSeed) == 0x000004, "Wrong size on SBZGameStateMachine_GetMatchmakingRandomSeed"); \ +static_assert(offsetof(SBZGameStateMachine_GetMatchmakingRandomSeed, ReturnValue) == 0x000000, "Member 'SBZGameStateMachine_GetMatchmakingRandomSeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_GetMatchmakingSecuritCompaniesForHeist \ +static_assert(alignof(SBZGameStateMachine_GetMatchmakingSecuritCompaniesForHeist) == 0x000008, "Wrong alignment on SBZGameStateMachine_GetMatchmakingSecuritCompaniesForHeist"); \ +static_assert(sizeof(SBZGameStateMachine_GetMatchmakingSecuritCompaniesForHeist) == 0x000020, "Wrong size on SBZGameStateMachine_GetMatchmakingSecuritCompaniesForHeist"); \ +static_assert(offsetof(SBZGameStateMachine_GetMatchmakingSecuritCompaniesForHeist, InHeist) == 0x000000, "Member 'SBZGameStateMachine_GetMatchmakingSecuritCompaniesForHeist::InHeist' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachine_GetMatchmakingSecuritCompaniesForHeist, InDifficulty) == 0x000008, "Member 'SBZGameStateMachine_GetMatchmakingSecuritCompaniesForHeist::InDifficulty' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachine_GetMatchmakingSecuritCompaniesForHeist, ReturnValue) == 0x000010, "Member 'SBZGameStateMachine_GetMatchmakingSecuritCompaniesForHeist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_GetMatchmakingSecurityCompanies \ +static_assert(alignof(SBZGameStateMachine_GetMatchmakingSecurityCompanies) == 0x000008, "Wrong alignment on SBZGameStateMachine_GetMatchmakingSecurityCompanies"); \ +static_assert(sizeof(SBZGameStateMachine_GetMatchmakingSecurityCompanies) == 0x000010, "Wrong size on SBZGameStateMachine_GetMatchmakingSecurityCompanies"); \ +static_assert(offsetof(SBZGameStateMachine_GetMatchmakingSecurityCompanies, ReturnValue) == 0x000000, "Member 'SBZGameStateMachine_GetMatchmakingSecurityCompanies::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_GetSessionPhase \ +static_assert(alignof(SBZGameStateMachine_GetSessionPhase) == 0x000001, "Wrong alignment on SBZGameStateMachine_GetSessionPhase"); \ +static_assert(sizeof(SBZGameStateMachine_GetSessionPhase) == 0x000001, "Wrong size on SBZGameStateMachine_GetSessionPhase"); \ +static_assert(offsetof(SBZGameStateMachine_GetSessionPhase, ReturnValue) == 0x000000, "Member 'SBZGameStateMachine_GetSessionPhase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_HasStartedOutro \ +static_assert(alignof(SBZGameStateMachine_HasStartedOutro) == 0x000001, "Wrong alignment on SBZGameStateMachine_HasStartedOutro"); \ +static_assert(sizeof(SBZGameStateMachine_HasStartedOutro) == 0x000001, "Wrong size on SBZGameStateMachine_HasStartedOutro"); \ +static_assert(offsetof(SBZGameStateMachine_HasStartedOutro, ReturnValue) == 0x000000, "Member 'SBZGameStateMachine_HasStartedOutro::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_IsMatchmakingInProgress \ +static_assert(alignof(SBZGameStateMachine_IsMatchmakingInProgress) == 0x000001, "Wrong alignment on SBZGameStateMachine_IsMatchmakingInProgress"); \ +static_assert(sizeof(SBZGameStateMachine_IsMatchmakingInProgress) == 0x000001, "Wrong size on SBZGameStateMachine_IsMatchmakingInProgress"); \ +static_assert(offsetof(SBZGameStateMachine_IsMatchmakingInProgress, ReturnValue) == 0x000000, "Member 'SBZGameStateMachine_IsMatchmakingInProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_IsMatchmakingQuickMatch \ +static_assert(alignof(SBZGameStateMachine_IsMatchmakingQuickMatch) == 0x000001, "Wrong alignment on SBZGameStateMachine_IsMatchmakingQuickMatch"); \ +static_assert(sizeof(SBZGameStateMachine_IsMatchmakingQuickMatch) == 0x000001, "Wrong size on SBZGameStateMachine_IsMatchmakingQuickMatch"); \ +static_assert(offsetof(SBZGameStateMachine_IsMatchmakingQuickMatch, ReturnValue) == 0x000000, "Member 'SBZGameStateMachine_IsMatchmakingQuickMatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_SetIsJoiningFromServerBrowser \ +static_assert(alignof(SBZGameStateMachine_SetIsJoiningFromServerBrowser) == 0x000001, "Wrong alignment on SBZGameStateMachine_SetIsJoiningFromServerBrowser"); \ +static_assert(sizeof(SBZGameStateMachine_SetIsJoiningFromServerBrowser) == 0x000001, "Wrong size on SBZGameStateMachine_SetIsJoiningFromServerBrowser"); \ +static_assert(offsetof(SBZGameStateMachine_SetIsJoiningFromServerBrowser, bJoiningFromServerBrowser) == 0x000000, "Member 'SBZGameStateMachine_SetIsJoiningFromServerBrowser::bJoiningFromServerBrowser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachine_SetIsMatchmakingHost \ +static_assert(alignof(SBZGameStateMachine_SetIsMatchmakingHost) == 0x000001, "Wrong alignment on SBZGameStateMachine_SetIsMatchmakingHost"); \ +static_assert(sizeof(SBZGameStateMachine_SetIsMatchmakingHost) == 0x000001, "Wrong size on SBZGameStateMachine_SetIsMatchmakingHost"); \ +static_assert(offsetof(SBZGameStateMachine_SetIsMatchmakingHost, bIsHost) == 0x000000, "Member 'SBZGameStateMachine_SetIsMatchmakingHost::bIsHost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGameStateMachine \ +static_assert(alignof(USBZGameStateMachine) == 0x000008, "Wrong alignment on USBZGameStateMachine"); \ +static_assert(sizeof(USBZGameStateMachine) == 0x000130, "Wrong size on USBZGameStateMachine"); \ +static_assert(offsetof(USBZGameStateMachine, OnStateMachineEnteredGameStart) == 0x000030, "Member 'USBZGameStateMachine::OnStateMachineEnteredGameStart' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachine, OnStateMachineEnteredMatchmaking) == 0x000040, "Member 'USBZGameStateMachine::OnStateMachineEnteredMatchmaking' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachine, OnStateMachineExitedMatchmaking) == 0x000050, "Member 'USBZGameStateMachine::OnStateMachineExitedMatchmaking' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachine, OnStateMachineEnteredLobby) == 0x000060, "Member 'USBZGameStateMachine::OnStateMachineEnteredLobby' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachine, OnStateMachineExitedLobby) == 0x000070, "Member 'USBZGameStateMachine::OnStateMachineExitedLobby' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachine, OnJobOverviewReady) == 0x000080, "Member 'USBZGameStateMachine::OnJobOverviewReady' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachine, OnJobOverviewComplete) == 0x000090, "Member 'USBZGameStateMachine::OnJobOverviewComplete' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachine, OnPlayerPressedReadyRecieved) == 0x0000A0, "Member 'USBZGameStateMachine::OnPlayerPressedReadyRecieved' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachine, OnPlayerReadyRecieved) == 0x0000B0, "Member 'USBZGameStateMachine::OnPlayerReadyRecieved' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachine, OnSetPlayerReadyTimeout) == 0x0000C0, "Member 'USBZGameStateMachine::OnSetPlayerReadyTimeout' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachine, OnPlayerReadyStatusUpdate) == 0x0000D0, "Member 'USBZGameStateMachine::OnPlayerReadyStatusUpdate' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachine, OnPlayerPressedRestartLevel) == 0x0000E0, "Member 'USBZGameStateMachine::OnPlayerPressedRestartLevel' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachine, OnSendToServerPlayerToReady) == 0x0000F0, "Member 'USBZGameStateMachine::OnSendToServerPlayerToReady' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachine, OnSecurityCompaniesChanged) == 0x000100, "Member 'USBZGameStateMachine::OnSecurityCompaniesChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachine, OnServerBrowserJoinError) == 0x000110, "Member 'USBZGameStateMachine::OnServerBrowserJoinError' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachine, StateMachine) == 0x000120, "Member 'USBZGameStateMachine::StateMachine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachineFunctionLibrary_GetAcceptMatchTimeout \ +static_assert(alignof(SBZGameStateMachineFunctionLibrary_GetAcceptMatchTimeout) == 0x000008, "Wrong alignment on SBZGameStateMachineFunctionLibrary_GetAcceptMatchTimeout"); \ +static_assert(sizeof(SBZGameStateMachineFunctionLibrary_GetAcceptMatchTimeout) == 0x000010, "Wrong size on SBZGameStateMachineFunctionLibrary_GetAcceptMatchTimeout"); \ +static_assert(offsetof(SBZGameStateMachineFunctionLibrary_GetAcceptMatchTimeout, WorldContextObject) == 0x000000, "Member 'SBZGameStateMachineFunctionLibrary_GetAcceptMatchTimeout::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachineFunctionLibrary_GetAcceptMatchTimeout, ReturnValue) == 0x000008, "Member 'SBZGameStateMachineFunctionLibrary_GetAcceptMatchTimeout::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachineFunctionLibrary_GetChunkInstallProgress \ +static_assert(alignof(SBZGameStateMachineFunctionLibrary_GetChunkInstallProgress) == 0x000004, "Wrong alignment on SBZGameStateMachineFunctionLibrary_GetChunkInstallProgress"); \ +static_assert(sizeof(SBZGameStateMachineFunctionLibrary_GetChunkInstallProgress) == 0x000008, "Wrong size on SBZGameStateMachineFunctionLibrary_GetChunkInstallProgress"); \ +static_assert(offsetof(SBZGameStateMachineFunctionLibrary_GetChunkInstallProgress, ChunkID) == 0x000000, "Member 'SBZGameStateMachineFunctionLibrary_GetChunkInstallProgress::ChunkID' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachineFunctionLibrary_GetChunkInstallProgress, ReturnValue) == 0x000004, "Member 'SBZGameStateMachineFunctionLibrary_GetChunkInstallProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachineFunctionLibrary_GetCurrentPlatform \ +static_assert(alignof(SBZGameStateMachineFunctionLibrary_GetCurrentPlatform) == 0x000001, "Wrong alignment on SBZGameStateMachineFunctionLibrary_GetCurrentPlatform"); \ +static_assert(sizeof(SBZGameStateMachineFunctionLibrary_GetCurrentPlatform) == 0x000001, "Wrong size on SBZGameStateMachineFunctionLibrary_GetCurrentPlatform"); \ +static_assert(offsetof(SBZGameStateMachineFunctionLibrary_GetCurrentPlatform, ReturnValue) == 0x000000, "Member 'SBZGameStateMachineFunctionLibrary_GetCurrentPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachineFunctionLibrary_GetGameStateMachine \ +static_assert(alignof(SBZGameStateMachineFunctionLibrary_GetGameStateMachine) == 0x000008, "Wrong alignment on SBZGameStateMachineFunctionLibrary_GetGameStateMachine"); \ +static_assert(sizeof(SBZGameStateMachineFunctionLibrary_GetGameStateMachine) == 0x000010, "Wrong size on SBZGameStateMachineFunctionLibrary_GetGameStateMachine"); \ +static_assert(offsetof(SBZGameStateMachineFunctionLibrary_GetGameStateMachine, WorldContextObject) == 0x000000, "Member 'SBZGameStateMachineFunctionLibrary_GetGameStateMachine::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachineFunctionLibrary_GetGameStateMachine, ReturnValue) == 0x000008, "Member 'SBZGameStateMachineFunctionLibrary_GetGameStateMachine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachineFunctionLibrary_GetGameStateMachineState \ +static_assert(alignof(SBZGameStateMachineFunctionLibrary_GetGameStateMachineState) == 0x000008, "Wrong alignment on SBZGameStateMachineFunctionLibrary_GetGameStateMachineState"); \ +static_assert(sizeof(SBZGameStateMachineFunctionLibrary_GetGameStateMachineState) == 0x000010, "Wrong size on SBZGameStateMachineFunctionLibrary_GetGameStateMachineState"); \ +static_assert(offsetof(SBZGameStateMachineFunctionLibrary_GetGameStateMachineState, WorldContextObject) == 0x000000, "Member 'SBZGameStateMachineFunctionLibrary_GetGameStateMachineState::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachineFunctionLibrary_GetGameStateMachineState, ReturnValue) == 0x000008, "Member 'SBZGameStateMachineFunctionLibrary_GetGameStateMachineState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachineFunctionLibrary_GetLobbyTimeout \ +static_assert(alignof(SBZGameStateMachineFunctionLibrary_GetLobbyTimeout) == 0x000008, "Wrong alignment on SBZGameStateMachineFunctionLibrary_GetLobbyTimeout"); \ +static_assert(sizeof(SBZGameStateMachineFunctionLibrary_GetLobbyTimeout) == 0x000010, "Wrong size on SBZGameStateMachineFunctionLibrary_GetLobbyTimeout"); \ +static_assert(offsetof(SBZGameStateMachineFunctionLibrary_GetLobbyTimeout, WorldContextObject) == 0x000000, "Member 'SBZGameStateMachineFunctionLibrary_GetLobbyTimeout::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachineFunctionLibrary_GetLobbyTimeout, ReturnValue) == 0x000008, "Member 'SBZGameStateMachineFunctionLibrary_GetLobbyTimeout::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachineFunctionLibrary_IsPie \ +static_assert(alignof(SBZGameStateMachineFunctionLibrary_IsPie) == 0x000008, "Wrong alignment on SBZGameStateMachineFunctionLibrary_IsPie"); \ +static_assert(sizeof(SBZGameStateMachineFunctionLibrary_IsPie) == 0x000010, "Wrong size on SBZGameStateMachineFunctionLibrary_IsPie"); \ +static_assert(offsetof(SBZGameStateMachineFunctionLibrary_IsPie, WorldContextObject) == 0x000000, "Member 'SBZGameStateMachineFunctionLibrary_IsPie::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachineFunctionLibrary_IsPie, ReturnValue) == 0x000008, "Member 'SBZGameStateMachineFunctionLibrary_IsPie::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachineFunctionLibrary_IsRestartCurrentlyPossible \ +static_assert(alignof(SBZGameStateMachineFunctionLibrary_IsRestartCurrentlyPossible) == 0x000008, "Wrong alignment on SBZGameStateMachineFunctionLibrary_IsRestartCurrentlyPossible"); \ +static_assert(sizeof(SBZGameStateMachineFunctionLibrary_IsRestartCurrentlyPossible) == 0x000010, "Wrong size on SBZGameStateMachineFunctionLibrary_IsRestartCurrentlyPossible"); \ +static_assert(offsetof(SBZGameStateMachineFunctionLibrary_IsRestartCurrentlyPossible, WorldContextObject) == 0x000000, "Member 'SBZGameStateMachineFunctionLibrary_IsRestartCurrentlyPossible::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachineFunctionLibrary_IsRestartCurrentlyPossible, ReturnValue) == 0x000008, "Member 'SBZGameStateMachineFunctionLibrary_IsRestartCurrentlyPossible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachineFunctionLibrary_IsValidPakchunkIndex \ +static_assert(alignof(SBZGameStateMachineFunctionLibrary_IsValidPakchunkIndex) == 0x000004, "Wrong alignment on SBZGameStateMachineFunctionLibrary_IsValidPakchunkIndex"); \ +static_assert(sizeof(SBZGameStateMachineFunctionLibrary_IsValidPakchunkIndex) == 0x000008, "Wrong size on SBZGameStateMachineFunctionLibrary_IsValidPakchunkIndex"); \ +static_assert(offsetof(SBZGameStateMachineFunctionLibrary_IsValidPakchunkIndex, PakchunkIndex) == 0x000000, "Member 'SBZGameStateMachineFunctionLibrary_IsValidPakchunkIndex::PakchunkIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachineFunctionLibrary_IsValidPakchunkIndex, ReturnValue) == 0x000004, "Member 'SBZGameStateMachineFunctionLibrary_IsValidPakchunkIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGameStateMachineFunctionLibrary \ +static_assert(alignof(USBZGameStateMachineFunctionLibrary) == 0x000008, "Wrong alignment on USBZGameStateMachineFunctionLibrary"); \ +static_assert(sizeof(USBZGameStateMachineFunctionLibrary) == 0x000030, "Wrong size on USBZGameStateMachineFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_SBZSentryGun_Multicast_Fall \ +static_assert(alignof(SBZSentryGun_Multicast_Fall) == 0x000010, "Wrong alignment on SBZSentryGun_Multicast_Fall"); \ +static_assert(sizeof(SBZSentryGun_Multicast_Fall) == 0x000020, "Wrong size on SBZSentryGun_Multicast_Fall"); \ +static_assert(offsetof(SBZSentryGun_Multicast_Fall, InTargetLocation) == 0x000000, "Member 'SBZSentryGun_Multicast_Fall::InTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZSentryGun_Multicast_Fall, InTargetQuat) == 0x000010, "Member 'SBZSentryGun_Multicast_Fall::InTargetQuat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSentryGun_Multicast_ReachedTargetLocation \ +static_assert(alignof(SBZSentryGun_Multicast_ReachedTargetLocation) == 0x000004, "Wrong alignment on SBZSentryGun_Multicast_ReachedTargetLocation"); \ +static_assert(sizeof(SBZSentryGun_Multicast_ReachedTargetLocation) == 0x000018, "Wrong size on SBZSentryGun_Multicast_ReachedTargetLocation"); \ +static_assert(offsetof(SBZSentryGun_Multicast_ReachedTargetLocation, InTargetLocation) == 0x000000, "Member 'SBZSentryGun_Multicast_ReachedTargetLocation::InTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZSentryGun_Multicast_ReachedTargetLocation, InTargetRotation) == 0x00000C, "Member 'SBZSentryGun_Multicast_ReachedTargetLocation::InTargetRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSentryGun_Multicast_ReplicateExplosion \ +static_assert(alignof(SBZSentryGun_Multicast_ReplicateExplosion) == 0x000008, "Wrong alignment on SBZSentryGun_Multicast_ReplicateExplosion"); \ +static_assert(sizeof(SBZSentryGun_Multicast_ReplicateExplosion) == 0x000028, "Wrong size on SBZSentryGun_Multicast_ReplicateExplosion"); \ +static_assert(offsetof(SBZSentryGun_Multicast_ReplicateExplosion, Result) == 0x000000, "Member 'SBZSentryGun_Multicast_ReplicateExplosion::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSentryGun_Multicast_SetCurrentTarget \ +static_assert(alignof(SBZSentryGun_Multicast_SetCurrentTarget) == 0x000008, "Wrong alignment on SBZSentryGun_Multicast_SetCurrentTarget"); \ +static_assert(sizeof(SBZSentryGun_Multicast_SetCurrentTarget) == 0x000008, "Wrong size on SBZSentryGun_Multicast_SetCurrentTarget"); \ +static_assert(offsetof(SBZSentryGun_Multicast_SetCurrentTarget, NewCurrentTarget) == 0x000000, "Member 'SBZSentryGun_Multicast_SetCurrentTarget::NewCurrentTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSentryGun_OnAckCompleteInteraction \ +static_assert(alignof(SBZSentryGun_OnAckCompleteInteraction) == 0x000008, "Wrong alignment on SBZSentryGun_OnAckCompleteInteraction"); \ +static_assert(sizeof(SBZSentryGun_OnAckCompleteInteraction) == 0x000018, "Wrong size on SBZSentryGun_OnAckCompleteInteraction"); \ +static_assert(offsetof(SBZSentryGun_OnAckCompleteInteraction, InInteractable) == 0x000000, "Member 'SBZSentryGun_OnAckCompleteInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZSentryGun_OnAckCompleteInteraction, InInteractor) == 0x000008, "Member 'SBZSentryGun_OnAckCompleteInteraction::InInteractor' has a wrong offset!"); \ +static_assert(offsetof(SBZSentryGun_OnAckCompleteInteraction, bIsLocallyControlledInteractor) == 0x000010, "Member 'SBZSentryGun_OnAckCompleteInteraction::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSentryGun_OnOverheatDamageTaken \ +static_assert(alignof(SBZSentryGun_OnOverheatDamageTaken) == 0x000004, "Wrong alignment on SBZSentryGun_OnOverheatDamageTaken"); \ +static_assert(sizeof(SBZSentryGun_OnOverheatDamageTaken) == 0x000004, "Wrong size on SBZSentryGun_OnOverheatDamageTaken"); \ +static_assert(offsetof(SBZSentryGun_OnOverheatDamageTaken, InHealth) == 0x000000, "Member 'SBZSentryGun_OnOverheatDamageTaken::InHealth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSentryGun_OnOwnerEndPlay \ +static_assert(alignof(SBZSentryGun_OnOwnerEndPlay) == 0x000008, "Wrong alignment on SBZSentryGun_OnOwnerEndPlay"); \ +static_assert(sizeof(SBZSentryGun_OnOwnerEndPlay) == 0x000010, "Wrong size on SBZSentryGun_OnOwnerEndPlay"); \ +static_assert(offsetof(SBZSentryGun_OnOwnerEndPlay, Actor) == 0x000000, "Member 'SBZSentryGun_OnOwnerEndPlay::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZSentryGun_OnOwnerEndPlay, EndPlayReason) == 0x000008, "Member 'SBZSentryGun_OnOwnerEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSentryGun_OnParentActorEndPlay \ +static_assert(alignof(SBZSentryGun_OnParentActorEndPlay) == 0x000008, "Wrong alignment on SBZSentryGun_OnParentActorEndPlay"); \ +static_assert(sizeof(SBZSentryGun_OnParentActorEndPlay) == 0x000010, "Wrong size on SBZSentryGun_OnParentActorEndPlay"); \ +static_assert(offsetof(SBZSentryGun_OnParentActorEndPlay, OldAttachParentActor) == 0x000000, "Member 'SBZSentryGun_OnParentActorEndPlay::OldAttachParentActor' has a wrong offset!"); \ +static_assert(offsetof(SBZSentryGun_OnParentActorEndPlay, EndPlayReason) == 0x000008, "Member 'SBZSentryGun_OnParentActorEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSentryGun_OnSentryEnemyMarked \ +static_assert(alignof(SBZSentryGun_OnSentryEnemyMarked) == 0x000008, "Wrong alignment on SBZSentryGun_OnSentryEnemyMarked"); \ +static_assert(sizeof(SBZSentryGun_OnSentryEnemyMarked) == 0x000010, "Wrong size on SBZSentryGun_OnSentryEnemyMarked"); \ +static_assert(offsetof(SBZSentryGun_OnSentryEnemyMarked, InPawn) == 0x000000, "Member 'SBZSentryGun_OnSentryEnemyMarked::InPawn' has a wrong offset!"); \ +static_assert(offsetof(SBZSentryGun_OnSentryEnemyMarked, InDuration) == 0x000008, "Member 'SBZSentryGun_OnSentryEnemyMarked::InDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSentryGun_OnServerCompleteInteraction \ +static_assert(alignof(SBZSentryGun_OnServerCompleteInteraction) == 0x000008, "Wrong alignment on SBZSentryGun_OnServerCompleteInteraction"); \ +static_assert(sizeof(SBZSentryGun_OnServerCompleteInteraction) == 0x000018, "Wrong size on SBZSentryGun_OnServerCompleteInteraction"); \ +static_assert(offsetof(SBZSentryGun_OnServerCompleteInteraction, InInteractable) == 0x000000, "Member 'SBZSentryGun_OnServerCompleteInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZSentryGun_OnServerCompleteInteraction, Interactor) == 0x000008, "Member 'SBZSentryGun_OnServerCompleteInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZSentryGun_OnServerCompleteInteraction, bIsLocallyControlledInteractor) == 0x000010, "Member 'SBZSentryGun_OnServerCompleteInteraction::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZSentryGun \ +static_assert(alignof(ASBZSentryGun) == 0x000010, "Wrong alignment on ASBZSentryGun"); \ +static_assert(sizeof(ASBZSentryGun) == 0x000810, "Wrong size on ASBZSentryGun"); \ +static_assert(offsetof(ASBZSentryGun, FireCooldown) == 0x000550, "Member 'ASBZSentryGun::FireCooldown' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, FireTime) == 0x000554, "Member 'ASBZSentryGun::FireTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, YawRotation) == 0x000558, "Member 'ASBZSentryGun::YawRotation' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, RotationCooldown) == 0x00055C, "Member 'ASBZSentryGun::RotationCooldown' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, RotationSpeed) == 0x000560, "Member 'ASBZSentryGun::RotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, SelfOverheatDamagePerShot) == 0x000564, "Member 'ASBZSentryGun::SelfOverheatDamagePerShot' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, DeployMontage) == 0x000590, "Member 'ASBZSentryGun::DeployMontage' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, CurrentTarget) == 0x000598, "Member 'ASBZSentryGun::CurrentTarget' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, LastTarget) == 0x0005A0, "Member 'ASBZSentryGun::LastTarget' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, CurrentMarkedTarget) == 0x0005A8, "Member 'ASBZSentryGun::CurrentMarkedTarget' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, CurrentScanTargetDirection) == 0x0005C0, "Member 'ASBZSentryGun::CurrentScanTargetDirection' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, AttributeSet) == 0x0005E0, "Member 'ASBZSentryGun::AttributeSet' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, AudioComponent) == 0x0005E8, "Member 'ASBZSentryGun::AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, RotationEvent) == 0x0005F0, "Member 'ASBZSentryGun::RotationEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, RotationStopEvent) == 0x0005F8, "Member 'ASBZSentryGun::RotationStopEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, OverheatEvent) == 0x000600, "Member 'ASBZSentryGun::OverheatEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, DetonationEvent) == 0x000608, "Member 'ASBZSentryGun::DetonationEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, Interactable) == 0x000610, "Member 'ASBZSentryGun::Interactable' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, OwnerPlayerState) == 0x000618, "Member 'ASBZSentryGun::OwnerPlayerState' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, SkeletalMeshComponent) == 0x000620, "Member 'ASBZSentryGun::SkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, CurrentSentryRotation) == 0x000628, "Member 'ASBZSentryGun::CurrentSentryRotation' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, LastSentryRotation) == 0x000634, "Member 'ASBZSentryGun::LastSentryRotation' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, CurrentSentryRotationCooldown) == 0x000640, "Member 'ASBZSentryGun::CurrentSentryRotationCooldown' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, LocallyControlledOutline) == 0x000648, "Member 'ASBZSentryGun::LocallyControlledOutline' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, ExplosionRange) == 0x000650, "Member 'ASBZSentryGun::ExplosionRange' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, DetonationEffect) == 0x000658, "Member 'ASBZSentryGun::DetonationEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, DamageGameplayEffectClass) == 0x000660, "Member 'ASBZSentryGun::DamageGameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, DamageTypeClass) == 0x000668, "Member 'ASBZSentryGun::DamageTypeClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, LocalplayerFeedback) == 0x000670, "Member 'ASBZSentryGun::LocalplayerFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, PlayerFeedbackCurve) == 0x000678, "Member 'ASBZSentryGun::PlayerFeedbackCurve' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, HurtReactionData) == 0x000700, "Member 'ASBZSentryGun::HurtReactionData' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, DamageDistanceArray) == 0x000718, "Member 'ASBZSentryGun::DamageDistanceArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, FriendlyPlayerDamageScale) == 0x000728, "Member 'ASBZSentryGun::FriendlyPlayerDamageScale' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, bUseInstigatorPlayerDamageScale) == 0x00072C, "Member 'ASBZSentryGun::bUseInstigatorPlayerDamageScale' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, InstigatorPlayerDamageScale) == 0x000730, "Member 'ASBZSentryGun::InstigatorPlayerDamageScale' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, ExplosionArmorPenetration) == 0x000734, "Member 'ASBZSentryGun::ExplosionArmorPenetration' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, PostDamagePhysicsEffectData) == 0x000738, "Member 'ASBZSentryGun::PostDamagePhysicsEffectData' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, OutOfBoundsBoxComponent) == 0x000748, "Member 'ASBZSentryGun::OutOfBoundsBoxComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, CenterComponent) == 0x000750, "Member 'ASBZSentryGun::CenterComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, BoxComponent) == 0x000758, "Member 'ASBZSentryGun::BoxComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, ProjectileMovementComponent) == 0x000760, "Member 'ASBZSentryGun::ProjectileMovementComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, InvalidTargetTags) == 0x000768, "Member 'ASBZSentryGun::InvalidTargetTags' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, TargetLocation) == 0x000794, "Member 'ASBZSentryGun::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, HackingDrone) == 0x0007B0, "Member 'ASBZSentryGun::HackingDrone' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, SmokeVFXMaxHealth) == 0x0007B8, "Member 'ASBZSentryGun::SmokeVFXMaxHealth' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, FireVFXMaxHealth) == 0x0007BC, "Member 'ASBZSentryGun::FireVFXMaxHealth' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, SmokeStartAudioEvent) == 0x0007C0, "Member 'ASBZSentryGun::SmokeStartAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, SmokeStopAudioEvent) == 0x0007C8, "Member 'ASBZSentryGun::SmokeStopAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, FireStartAudioEvent) == 0x0007D0, "Member 'ASBZSentryGun::FireStartAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, FireStopAudioEvent) == 0x0007D8, "Member 'ASBZSentryGun::FireStopAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, IncreaseHealthAudioEvent) == 0x0007E0, "Member 'ASBZSentryGun::IncreaseHealthAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, SmokeStartAudioEventHandle) == 0x0007E8, "Member 'ASBZSentryGun::SmokeStartAudioEventHandle' has a wrong offset!"); \ +static_assert(offsetof(ASBZSentryGun, FireStartAudioEventHandle) == 0x0007EC, "Member 'ASBZSentryGun::FireStartAudioEventHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateActionPhase_DropInLobbyClient \ +static_assert(alignof(SBZStateMachineStateActionPhase_DropInLobbyClient) == 0x000008, "Wrong alignment on SBZStateMachineStateActionPhase_DropInLobbyClient"); \ +static_assert(sizeof(SBZStateMachineStateActionPhase_DropInLobbyClient) == 0x000038, "Wrong size on SBZStateMachineStateActionPhase_DropInLobbyClient"); \ +static_assert(offsetof(SBZStateMachineStateActionPhase_DropInLobbyClient, PlayerId) == 0x000000, "Member 'SBZStateMachineStateActionPhase_DropInLobbyClient::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZStateMachineStateActionPhase_DropInLobbyClient, DisplayName) == 0x000028, "Member 'SBZStateMachineStateActionPhase_DropInLobbyClient::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateActionPhase_HandleMissionEnd \ +static_assert(alignof(SBZStateMachineStateActionPhase_HandleMissionEnd) == 0x000004, "Wrong alignment on SBZStateMachineStateActionPhase_HandleMissionEnd"); \ +static_assert(sizeof(SBZStateMachineStateActionPhase_HandleMissionEnd) == 0x000004, "Wrong size on SBZStateMachineStateActionPhase_HandleMissionEnd"); \ +static_assert(offsetof(SBZStateMachineStateActionPhase_HandleMissionEnd, OutroVariation) == 0x000000, "Member 'SBZStateMachineStateActionPhase_HandleMissionEnd::OutroVariation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateActionPhase_HandlePlayerStateAdded \ +static_assert(alignof(SBZStateMachineStateActionPhase_HandlePlayerStateAdded) == 0x000008, "Wrong alignment on SBZStateMachineStateActionPhase_HandlePlayerStateAdded"); \ +static_assert(sizeof(SBZStateMachineStateActionPhase_HandlePlayerStateAdded) == 0x000008, "Wrong size on SBZStateMachineStateActionPhase_HandlePlayerStateAdded"); \ +static_assert(offsetof(SBZStateMachineStateActionPhase_HandlePlayerStateAdded, Data) == 0x000000, "Member 'SBZStateMachineStateActionPhase_HandlePlayerStateAdded::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateActionPhase_HandlePlayerStateChanged \ +static_assert(alignof(SBZStateMachineStateActionPhase_HandlePlayerStateChanged) == 0x000008, "Wrong alignment on SBZStateMachineStateActionPhase_HandlePlayerStateChanged"); \ +static_assert(sizeof(SBZStateMachineStateActionPhase_HandlePlayerStateChanged) == 0x000020, "Wrong size on SBZStateMachineStateActionPhase_HandlePlayerStateChanged"); \ +static_assert(offsetof(SBZStateMachineStateActionPhase_HandlePlayerStateChanged, PlayerController) == 0x000000, "Member 'SBZStateMachineStateActionPhase_HandlePlayerStateChanged::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(SBZStateMachineStateActionPhase_HandlePlayerStateChanged, OldStateName) == 0x000008, "Member 'SBZStateMachineStateActionPhase_HandlePlayerStateChanged::OldStateName' has a wrong offset!"); \ +static_assert(offsetof(SBZStateMachineStateActionPhase_HandlePlayerStateChanged, NewStateName) == 0x000014, "Member 'SBZStateMachineStateActionPhase_HandlePlayerStateChanged::NewStateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateActionPhase_HandlePlayerStateRemoved \ +static_assert(alignof(SBZStateMachineStateActionPhase_HandlePlayerStateRemoved) == 0x000008, "Wrong alignment on SBZStateMachineStateActionPhase_HandlePlayerStateRemoved"); \ +static_assert(sizeof(SBZStateMachineStateActionPhase_HandlePlayerStateRemoved) == 0x000040, "Wrong size on SBZStateMachineStateActionPhase_HandlePlayerStateRemoved"); \ +static_assert(offsetof(SBZStateMachineStateActionPhase_HandlePlayerStateRemoved, Data) == 0x000000, "Member 'SBZStateMachineStateActionPhase_HandlePlayerStateRemoved::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateActionPhase_PlayerDisconnectedAtBeacon \ +static_assert(alignof(SBZStateMachineStateActionPhase_PlayerDisconnectedAtBeacon) == 0x000008, "Wrong alignment on SBZStateMachineStateActionPhase_PlayerDisconnectedAtBeacon"); \ +static_assert(sizeof(SBZStateMachineStateActionPhase_PlayerDisconnectedAtBeacon) == 0x000028, "Wrong size on SBZStateMachineStateActionPhase_PlayerDisconnectedAtBeacon"); \ +static_assert(offsetof(SBZStateMachineStateActionPhase_PlayerDisconnectedAtBeacon, PlayerId) == 0x000000, "Member 'SBZStateMachineStateActionPhase_PlayerDisconnectedAtBeacon::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateActionPhase_PlayerReadyReceived \ +static_assert(alignof(SBZStateMachineStateActionPhase_PlayerReadyReceived) == 0x000008, "Wrong alignment on SBZStateMachineStateActionPhase_PlayerReadyReceived"); \ +static_assert(sizeof(SBZStateMachineStateActionPhase_PlayerReadyReceived) == 0x000028, "Wrong size on SBZStateMachineStateActionPhase_PlayerReadyReceived"); \ +static_assert(offsetof(SBZStateMachineStateActionPhase_PlayerReadyReceived, PlayerId) == 0x000000, "Member 'SBZStateMachineStateActionPhase_PlayerReadyReceived::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateActionPhase_PlayerWaitForReady \ +static_assert(alignof(SBZStateMachineStateActionPhase_PlayerWaitForReady) == 0x000008, "Wrong alignment on SBZStateMachineStateActionPhase_PlayerWaitForReady"); \ +static_assert(sizeof(SBZStateMachineStateActionPhase_PlayerWaitForReady) == 0x000028, "Wrong size on SBZStateMachineStateActionPhase_PlayerWaitForReady"); \ +static_assert(offsetof(SBZStateMachineStateActionPhase_PlayerWaitForReady, WaitForReadyPlayerId) == 0x000000, "Member 'SBZStateMachineStateActionPhase_PlayerWaitForReady::WaitForReadyPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateActionPhase \ +static_assert(alignof(USBZStateMachineStateActionPhase) == 0x000008, "Wrong alignment on USBZStateMachineStateActionPhase"); \ +static_assert(sizeof(USBZStateMachineStateActionPhase) == 0x0000C0, "Wrong size on USBZStateMachineStateActionPhase"); \ +static_assert(offsetof(USBZStateMachineStateActionPhase, ActionPhaseWidget) == 0x000080, "Member 'USBZStateMachineStateActionPhase::ActionPhaseWidget' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateActionPhase, ActionPhaseData) == 0x000088, "Member 'USBZStateMachineStateActionPhase::ActionPhaseData' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateActionPhase, InitialLongTimeoutDelay) == 0x000090, "Member 'USBZStateMachineStateActionPhase::InitialLongTimeoutDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachineSettings_GetHeistCollections \ +static_assert(alignof(SBZGameStateMachineSettings_GetHeistCollections) == 0x000008, "Wrong alignment on SBZGameStateMachineSettings_GetHeistCollections"); \ +static_assert(sizeof(SBZGameStateMachineSettings_GetHeistCollections) == 0x000018, "Wrong size on SBZGameStateMachineSettings_GetHeistCollections"); \ +static_assert(offsetof(SBZGameStateMachineSettings_GetHeistCollections, WorldContextObject) == 0x000000, "Member 'SBZGameStateMachineSettings_GetHeistCollections::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachineSettings_GetHeistCollections, ReturnValue) == 0x000008, "Member 'SBZGameStateMachineSettings_GetHeistCollections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachineSettings_GetLevels \ +static_assert(alignof(SBZGameStateMachineSettings_GetLevels) == 0x000008, "Wrong alignment on SBZGameStateMachineSettings_GetLevels"); \ +static_assert(sizeof(SBZGameStateMachineSettings_GetLevels) == 0x000018, "Wrong size on SBZGameStateMachineSettings_GetLevels"); \ +static_assert(offsetof(SBZGameStateMachineSettings_GetLevels, WorldContextObject) == 0x000000, "Member 'SBZGameStateMachineSettings_GetLevels::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachineSettings_GetLevels, ReturnValue) == 0x000008, "Member 'SBZGameStateMachineSettings_GetLevels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachineSettings_GetLevelsDev \ +static_assert(alignof(SBZGameStateMachineSettings_GetLevelsDev) == 0x000008, "Wrong alignment on SBZGameStateMachineSettings_GetLevelsDev"); \ +static_assert(sizeof(SBZGameStateMachineSettings_GetLevelsDev) == 0x000018, "Wrong size on SBZGameStateMachineSettings_GetLevelsDev"); \ +static_assert(offsetof(SBZGameStateMachineSettings_GetLevelsDev, WorldContextObject) == 0x000000, "Member 'SBZGameStateMachineSettings_GetLevelsDev::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachineSettings_GetLevelsDev, ReturnValue) == 0x000008, "Member 'SBZGameStateMachineSettings_GetLevelsDev::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachineSettings_GetLevelsFeature \ +static_assert(alignof(SBZGameStateMachineSettings_GetLevelsFeature) == 0x000008, "Wrong alignment on SBZGameStateMachineSettings_GetLevelsFeature"); \ +static_assert(sizeof(SBZGameStateMachineSettings_GetLevelsFeature) == 0x000018, "Wrong size on SBZGameStateMachineSettings_GetLevelsFeature"); \ +static_assert(offsetof(SBZGameStateMachineSettings_GetLevelsFeature, WorldContextObject) == 0x000000, "Member 'SBZGameStateMachineSettings_GetLevelsFeature::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachineSettings_GetLevelsFeature, ReturnValue) == 0x000008, "Member 'SBZGameStateMachineSettings_GetLevelsFeature::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachineSettings_GetLevelsTutorial \ +static_assert(alignof(SBZGameStateMachineSettings_GetLevelsTutorial) == 0x000008, "Wrong alignment on SBZGameStateMachineSettings_GetLevelsTutorial"); \ +static_assert(sizeof(SBZGameStateMachineSettings_GetLevelsTutorial) == 0x000018, "Wrong size on SBZGameStateMachineSettings_GetLevelsTutorial"); \ +static_assert(offsetof(SBZGameStateMachineSettings_GetLevelsTutorial, WorldContextObject) == 0x000000, "Member 'SBZGameStateMachineSettings_GetLevelsTutorial::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachineSettings_GetLevelsTutorial, ReturnValue) == 0x000008, "Member 'SBZGameStateMachineSettings_GetLevelsTutorial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachineSettings_IsLevelIdxValid \ +static_assert(alignof(SBZGameStateMachineSettings_IsLevelIdxValid) == 0x000008, "Wrong alignment on SBZGameStateMachineSettings_IsLevelIdxValid"); \ +static_assert(sizeof(SBZGameStateMachineSettings_IsLevelIdxValid) == 0x000010, "Wrong size on SBZGameStateMachineSettings_IsLevelIdxValid"); \ +static_assert(offsetof(SBZGameStateMachineSettings_IsLevelIdxValid, WorldContextObject) == 0x000000, "Member 'SBZGameStateMachineSettings_IsLevelIdxValid::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachineSettings_IsLevelIdxValid, LevelIdx) == 0x000008, "Member 'SBZGameStateMachineSettings_IsLevelIdxValid::LevelIdx' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachineSettings_IsLevelIdxValid, ReturnValue) == 0x00000C, "Member 'SBZGameStateMachineSettings_IsLevelIdxValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachineSettings_LevelIdxToPath \ +static_assert(alignof(SBZGameStateMachineSettings_LevelIdxToPath) == 0x000008, "Wrong alignment on SBZGameStateMachineSettings_LevelIdxToPath"); \ +static_assert(sizeof(SBZGameStateMachineSettings_LevelIdxToPath) == 0x000030, "Wrong size on SBZGameStateMachineSettings_LevelIdxToPath"); \ +static_assert(offsetof(SBZGameStateMachineSettings_LevelIdxToPath, WorldContextObject) == 0x000000, "Member 'SBZGameStateMachineSettings_LevelIdxToPath::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachineSettings_LevelIdxToPath, LevelIdx) == 0x000008, "Member 'SBZGameStateMachineSettings_LevelIdxToPath::LevelIdx' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachineSettings_LevelIdxToPath, ReturnValue) == 0x000010, "Member 'SBZGameStateMachineSettings_LevelIdxToPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachineSettings_LevelPathToIdx \ +static_assert(alignof(SBZGameStateMachineSettings_LevelPathToIdx) == 0x000008, "Wrong alignment on SBZGameStateMachineSettings_LevelPathToIdx"); \ +static_assert(sizeof(SBZGameStateMachineSettings_LevelPathToIdx) == 0x000030, "Wrong size on SBZGameStateMachineSettings_LevelPathToIdx"); \ +static_assert(offsetof(SBZGameStateMachineSettings_LevelPathToIdx, WorldContextObject) == 0x000000, "Member 'SBZGameStateMachineSettings_LevelPathToIdx::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachineSettings_LevelPathToIdx, ObjectPath) == 0x000008, "Member 'SBZGameStateMachineSettings_LevelPathToIdx::ObjectPath' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachineSettings_LevelPathToIdx, ReturnValue) == 0x000028, "Member 'SBZGameStateMachineSettings_LevelPathToIdx::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGameStateMachineSettings_LevelShortNameToIdx \ +static_assert(alignof(SBZGameStateMachineSettings_LevelShortNameToIdx) == 0x000008, "Wrong alignment on SBZGameStateMachineSettings_LevelShortNameToIdx"); \ +static_assert(sizeof(SBZGameStateMachineSettings_LevelShortNameToIdx) == 0x000020, "Wrong size on SBZGameStateMachineSettings_LevelShortNameToIdx"); \ +static_assert(offsetof(SBZGameStateMachineSettings_LevelShortNameToIdx, WorldContextObject) == 0x000000, "Member 'SBZGameStateMachineSettings_LevelShortNameToIdx::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachineSettings_LevelShortNameToIdx, ShortName) == 0x000008, "Member 'SBZGameStateMachineSettings_LevelShortNameToIdx::ShortName' has a wrong offset!"); \ +static_assert(offsetof(SBZGameStateMachineSettings_LevelShortNameToIdx, ReturnValue) == 0x000018, "Member 'SBZGameStateMachineSettings_LevelShortNameToIdx::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGameStateMachineSettings \ +static_assert(alignof(USBZGameStateMachineSettings) == 0x000008, "Wrong alignment on USBZGameStateMachineSettings"); \ +static_assert(sizeof(USBZGameStateMachineSettings) == 0x0002A0, "Wrong size on USBZGameStateMachineSettings"); \ +static_assert(offsetof(USBZGameStateMachineSettings, LoadingTransitionLevel) == 0x000048, "Member 'USBZGameStateMachineSettings::LoadingTransitionLevel' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, BlackScreenTime) == 0x000068, "Member 'USBZGameStateMachineSettings::BlackScreenTime' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, IntroSequenceSafetyTimeout) == 0x00006C, "Member 'USBZGameStateMachineSettings::IntroSequenceSafetyTimeout' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, OutroSequenceSafetyTimeout) == 0x000070, "Member 'USBZGameStateMachineSettings::OutroSequenceSafetyTimeout' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, JobOveviewToActionPhaseDropInTime) == 0x000074, "Member 'USBZGameStateMachineSettings::JobOveviewToActionPhaseDropInTime' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, JobOverviewWidgetClassName) == 0x000078, "Member 'USBZGameStateMachineSettings::JobOverviewWidgetClassName' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, ActionPhaseWidgetClassName) == 0x000098, "Member 'USBZGameStateMachineSettings::ActionPhaseWidgetClassName' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, ResultScreenWidgetClassName) == 0x0000B8, "Member 'USBZGameStateMachineSettings::ResultScreenWidgetClassName' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, MainMenuWidgetClassName) == 0x0000D8, "Member 'USBZGameStateMachineSettings::MainMenuWidgetClassName' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, GameErrorWidgetClassName) == 0x0000F8, "Member 'USBZGameStateMachineSettings::GameErrorWidgetClassName' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, LoadingScreenWidgetClassName) == 0x000118, "Member 'USBZGameStateMachineSettings::LoadingScreenWidgetClassName' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, PSOCompilationScreenWidgetClassName) == 0x000138, "Member 'USBZGameStateMachineSettings::PSOCompilationScreenWidgetClassName' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, LoginScreenWidgetClassName) == 0x000158, "Member 'USBZGameStateMachineSettings::LoginScreenWidgetClassName' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, SafeHouseWidgetClassName) == 0x000178, "Member 'USBZGameStateMachineSettings::SafeHouseWidgetClassName' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, ReplayWidgetClassName) == 0x000198, "Member 'USBZGameStateMachineSettings::ReplayWidgetClassName' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, BackendErrorWidgetClassName) == 0x0001B8, "Member 'USBZGameStateMachineSettings::BackendErrorWidgetClassName' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, LoginScreenWidgetClass) == 0x0001D8, "Member 'USBZGameStateMachineSettings::LoginScreenWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, PSOCompilationScreenWidgetClass) == 0x0001E0, "Member 'USBZGameStateMachineSettings::PSOCompilationScreenWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, JobOverviewWidgetClass) == 0x0001E8, "Member 'USBZGameStateMachineSettings::JobOverviewWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, ActionPhaseWidgetClass) == 0x0001F0, "Member 'USBZGameStateMachineSettings::ActionPhaseWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, ReplayWidgetClass) == 0x0001F8, "Member 'USBZGameStateMachineSettings::ReplayWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, ResultScreenWidgetClass) == 0x000200, "Member 'USBZGameStateMachineSettings::ResultScreenWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, MainMenuWidgetClass) == 0x000208, "Member 'USBZGameStateMachineSettings::MainMenuWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, GameErrorWidgetClass) == 0x000210, "Member 'USBZGameStateMachineSettings::GameErrorWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, BackendErrorWidgetClass) == 0x000218, "Member 'USBZGameStateMachineSettings::BackendErrorWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, LoadingScreenWidgetClass) == 0x000220, "Member 'USBZGameStateMachineSettings::LoadingScreenWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, SafeHouseWidgetClass) == 0x000228, "Member 'USBZGameStateMachineSettings::SafeHouseWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, HeistCollections) == 0x000230, "Member 'USBZGameStateMachineSettings::HeistCollections' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, Levels) == 0x000240, "Member 'USBZGameStateMachineSettings::Levels' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, LevelsTutorial) == 0x000250, "Member 'USBZGameStateMachineSettings::LevelsTutorial' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, DeveloperLevels) == 0x000260, "Member 'USBZGameStateMachineSettings::DeveloperLevels' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, SafeHouseLevel) == 0x000270, "Member 'USBZGameStateMachineSettings::SafeHouseLevel' has a wrong offset!"); \ +static_assert(offsetof(USBZGameStateMachineSettings, FeatureLevels) == 0x000290, "Member 'USBZGameStateMachineSettings::FeatureLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZSmokeGrenade \ +static_assert(alignof(ASBZSmokeGrenade) == 0x000010, "Wrong alignment on ASBZSmokeGrenade"); \ +static_assert(sizeof(ASBZSmokeGrenade) == 0x006210, "Wrong size on ASBZSmokeGrenade"); \ + +#define DUMPER7_ASSERTS_SBZGasVolumeComponent_FeedNiagaraWithParticleLocations \ +static_assert(alignof(SBZGasVolumeComponent_FeedNiagaraWithParticleLocations) == 0x000008, "Wrong alignment on SBZGasVolumeComponent_FeedNiagaraWithParticleLocations"); \ +static_assert(sizeof(SBZGasVolumeComponent_FeedNiagaraWithParticleLocations) == 0x000008, "Wrong size on SBZGasVolumeComponent_FeedNiagaraWithParticleLocations"); \ +static_assert(offsetof(SBZGasVolumeComponent_FeedNiagaraWithParticleLocations, NiagaraComponent) == 0x000000, "Member 'SBZGasVolumeComponent_FeedNiagaraWithParticleLocations::NiagaraComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGasVolumeComponent_Multicast_AddExpansionScalar \ +static_assert(alignof(SBZGasVolumeComponent_Multicast_AddExpansionScalar) == 0x000004, "Wrong alignment on SBZGasVolumeComponent_Multicast_AddExpansionScalar"); \ +static_assert(sizeof(SBZGasVolumeComponent_Multicast_AddExpansionScalar) == 0x000004, "Wrong size on SBZGasVolumeComponent_Multicast_AddExpansionScalar"); \ +static_assert(offsetof(SBZGasVolumeComponent_Multicast_AddExpansionScalar, InScalar) == 0x000000, "Member 'SBZGasVolumeComponent_Multicast_AddExpansionScalar::InScalar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGasVolumeComponent_Multicast_SetDuration \ +static_assert(alignof(SBZGasVolumeComponent_Multicast_SetDuration) == 0x000004, "Wrong alignment on SBZGasVolumeComponent_Multicast_SetDuration"); \ +static_assert(sizeof(SBZGasVolumeComponent_Multicast_SetDuration) == 0x000004, "Wrong size on SBZGasVolumeComponent_Multicast_SetDuration"); \ +static_assert(offsetof(SBZGasVolumeComponent_Multicast_SetDuration, InDuration) == 0x000000, "Member 'SBZGasVolumeComponent_Multicast_SetDuration::InDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGasVolumeComponent_Multicast_SetRadius \ +static_assert(alignof(SBZGasVolumeComponent_Multicast_SetRadius) == 0x000004, "Wrong alignment on SBZGasVolumeComponent_Multicast_SetRadius"); \ +static_assert(sizeof(SBZGasVolumeComponent_Multicast_SetRadius) == 0x000004, "Wrong size on SBZGasVolumeComponent_Multicast_SetRadius"); \ +static_assert(offsetof(SBZGasVolumeComponent_Multicast_SetRadius, Radius) == 0x000000, "Member 'SBZGasVolumeComponent_Multicast_SetRadius::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGasVolumeComponent_IsCharacterOverlapping \ +static_assert(alignof(SBZGasVolumeComponent_IsCharacterOverlapping) == 0x000008, "Wrong alignment on SBZGasVolumeComponent_IsCharacterOverlapping"); \ +static_assert(sizeof(SBZGasVolumeComponent_IsCharacterOverlapping) == 0x000010, "Wrong size on SBZGasVolumeComponent_IsCharacterOverlapping"); \ +static_assert(offsetof(SBZGasVolumeComponent_IsCharacterOverlapping, Character) == 0x000000, "Member 'SBZGasVolumeComponent_IsCharacterOverlapping::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZGasVolumeComponent_IsCharacterOverlapping, ReturnValue) == 0x000008, "Member 'SBZGasVolumeComponent_IsCharacterOverlapping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGasVolumeComponent_IsLocationOverlapping \ +static_assert(alignof(SBZGasVolumeComponent_IsLocationOverlapping) == 0x000004, "Wrong alignment on SBZGasVolumeComponent_IsLocationOverlapping"); \ +static_assert(sizeof(SBZGasVolumeComponent_IsLocationOverlapping) == 0x000010, "Wrong size on SBZGasVolumeComponent_IsLocationOverlapping"); \ +static_assert(offsetof(SBZGasVolumeComponent_IsLocationOverlapping, Location) == 0x000000, "Member 'SBZGasVolumeComponent_IsLocationOverlapping::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZGasVolumeComponent_IsLocationOverlapping, ReturnValue) == 0x00000C, "Member 'SBZGasVolumeComponent_IsLocationOverlapping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGasVolumeComponent_IsSegmentOverlapping \ +static_assert(alignof(SBZGasVolumeComponent_IsSegmentOverlapping) == 0x000004, "Wrong alignment on SBZGasVolumeComponent_IsSegmentOverlapping"); \ +static_assert(sizeof(SBZGasVolumeComponent_IsSegmentOverlapping) == 0x00001C, "Wrong size on SBZGasVolumeComponent_IsSegmentOverlapping"); \ +static_assert(offsetof(SBZGasVolumeComponent_IsSegmentOverlapping, Start) == 0x000000, "Member 'SBZGasVolumeComponent_IsSegmentOverlapping::Start' has a wrong offset!"); \ +static_assert(offsetof(SBZGasVolumeComponent_IsSegmentOverlapping, End) == 0x00000C, "Member 'SBZGasVolumeComponent_IsSegmentOverlapping::End' has a wrong offset!"); \ +static_assert(offsetof(SBZGasVolumeComponent_IsSegmentOverlapping, bQuickOverlap) == 0x000018, "Member 'SBZGasVolumeComponent_IsSegmentOverlapping::bQuickOverlap' has a wrong offset!"); \ +static_assert(offsetof(SBZGasVolumeComponent_IsSegmentOverlapping, bUseLineTrace) == 0x000019, "Member 'SBZGasVolumeComponent_IsSegmentOverlapping::bUseLineTrace' has a wrong offset!"); \ +static_assert(offsetof(SBZGasVolumeComponent_IsSegmentOverlapping, ReturnValue) == 0x00001A, "Member 'SBZGasVolumeComponent_IsSegmentOverlapping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGasVolumeComponent \ +static_assert(alignof(USBZGasVolumeComponent) == 0x000008, "Wrong alignment on USBZGasVolumeComponent"); \ +static_assert(sizeof(USBZGasVolumeComponent) == 0x000448, "Wrong size on USBZGasVolumeComponent"); \ +static_assert(offsetof(USBZGasVolumeComponent, LineBatchComponent) == 0x0000C0, "Member 'USBZGasVolumeComponent::LineBatchComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, ReplicatedData) == 0x0000C8, "Member 'USBZGasVolumeComponent::ReplicatedData' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, bInitOnBeginPlay) == 0x0000D8, "Member 'USBZGasVolumeComponent::bInitOnBeginPlay' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, Duration) == 0x0000DC, "Member 'USBZGasVolumeComponent::Duration' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, TimeBeforeDieToStartKillingCells) == 0x0000E0, "Member 'USBZGasVolumeComponent::TimeBeforeDieToStartKillingCells' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, CellSize) == 0x0000E4, "Member 'USBZGasVolumeComponent::CellSize' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, MaxTravelDistance) == 0x0000E6, "Member 'USBZGasVolumeComponent::MaxTravelDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, HorizontalSize) == 0x0000E8, "Member 'USBZGasVolumeComponent::HorizontalSize' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, VerticalSize) == 0x0000EA, "Member 'USBZGasVolumeComponent::VerticalSize' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, MaxComputationPerSecond) == 0x0000EC, "Member 'USBZGasVolumeComponent::MaxComputationPerSecond' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, MaxCellDensity) == 0x0000F0, "Member 'USBZGasVolumeComponent::MaxCellDensity' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, MinCellDensityToHurt) == 0x0000F2, "Member 'USBZGasVolumeComponent::MinCellDensityToHurt' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, MinCellDensityToGrow) == 0x0000F4, "Member 'USBZGasVolumeComponent::MinCellDensityToGrow' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, DensityToAddPerSecond) == 0x0000F8, "Member 'USBZGasVolumeComponent::DensityToAddPerSecond' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, DensityToLoosePerSecond) == 0x0000FC, "Member 'USBZGasVolumeComponent::DensityToLoosePerSecond' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, MaxCellIndexToBoost) == 0x000100, "Member 'USBZGasVolumeComponent::MaxCellIndexToBoost' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, StartupDensityBoostMultiplier) == 0x000102, "Member 'USBZGasVolumeComponent::StartupDensityBoostMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, GrowMode) == 0x000104, "Member 'USBZGasVolumeComponent::GrowMode' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, CollisionProfileName) == 0x000108, "Member 'USBZGasVolumeComponent::CollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, NiagaraParticleArrayName) == 0x000114, "Member 'USBZGasVolumeComponent::NiagaraParticleArrayName' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, NiagaraBorderParticleArrayName) == 0x000120, "Member 'USBZGasVolumeComponent::NiagaraBorderParticleArrayName' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, NiagaraParticleCountName) == 0x00012C, "Member 'USBZGasVolumeComponent::NiagaraParticleCountName' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, NiagaraBorderParticleCountName) == 0x000138, "Member 'USBZGasVolumeComponent::NiagaraBorderParticleCountName' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, MaxParticleCount) == 0x000144, "Member 'USBZGasVolumeComponent::MaxParticleCount' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, ParticleCountMultiplier) == 0x000148, "Member 'USBZGasVolumeComponent::ParticleCountMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, UpdateParticleLocationsInterval) == 0x00014C, "Member 'USBZGasVolumeComponent::UpdateParticleLocationsInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, MaxUpdateLocationPerFrame) == 0x000150, "Member 'USBZGasVolumeComponent::MaxUpdateLocationPerFrame' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, OverdrawOptimisationPoolID) == 0x000154, "Member 'USBZGasVolumeComponent::OverdrawOptimisationPoolID' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, LocalGasLocations) == 0x000158, "Member 'USBZGasVolumeComponent::LocalGasLocations' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, LocalGasBorderLocations) == 0x000270, "Member 'USBZGasVolumeComponent::LocalGasBorderLocations' has a wrong offset!"); \ +static_assert(offsetof(USBZGasVolumeComponent, CellHitData) == 0x000388, "Member 'USBZGasVolumeComponent::CellHitData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateJobOverview_ClientDisconnected \ +static_assert(alignof(SBZStateMachineStateJobOverview_ClientDisconnected) == 0x000008, "Wrong alignment on SBZStateMachineStateJobOverview_ClientDisconnected"); \ +static_assert(sizeof(SBZStateMachineStateJobOverview_ClientDisconnected) == 0x000028, "Wrong size on SBZStateMachineStateJobOverview_ClientDisconnected"); \ +static_assert(offsetof(SBZStateMachineStateJobOverview_ClientDisconnected, PlayerId) == 0x000000, "Member 'SBZStateMachineStateJobOverview_ClientDisconnected::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateJobOverview_DropInLobbyClient \ +static_assert(alignof(SBZStateMachineStateJobOverview_DropInLobbyClient) == 0x000008, "Wrong alignment on SBZStateMachineStateJobOverview_DropInLobbyClient"); \ +static_assert(sizeof(SBZStateMachineStateJobOverview_DropInLobbyClient) == 0x000038, "Wrong size on SBZStateMachineStateJobOverview_DropInLobbyClient"); \ +static_assert(offsetof(SBZStateMachineStateJobOverview_DropInLobbyClient, PlayerIdm) == 0x000000, "Member 'SBZStateMachineStateJobOverview_DropInLobbyClient::PlayerIdm' has a wrong offset!"); \ +static_assert(offsetof(SBZStateMachineStateJobOverview_DropInLobbyClient, DisplayName) == 0x000028, "Member 'SBZStateMachineStateJobOverview_DropInLobbyClient::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateJobOverview_HandlePlayerStateAdded \ +static_assert(alignof(SBZStateMachineStateJobOverview_HandlePlayerStateAdded) == 0x000008, "Wrong alignment on SBZStateMachineStateJobOverview_HandlePlayerStateAdded"); \ +static_assert(sizeof(SBZStateMachineStateJobOverview_HandlePlayerStateAdded) == 0x000008, "Wrong size on SBZStateMachineStateJobOverview_HandlePlayerStateAdded"); \ +static_assert(offsetof(SBZStateMachineStateJobOverview_HandlePlayerStateAdded, Data) == 0x000000, "Member 'SBZStateMachineStateJobOverview_HandlePlayerStateAdded::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateJobOverview_HandlePlayerStateRemoved \ +static_assert(alignof(SBZStateMachineStateJobOverview_HandlePlayerStateRemoved) == 0x000008, "Wrong alignment on SBZStateMachineStateJobOverview_HandlePlayerStateRemoved"); \ +static_assert(sizeof(SBZStateMachineStateJobOverview_HandlePlayerStateRemoved) == 0x000040, "Wrong size on SBZStateMachineStateJobOverview_HandlePlayerStateRemoved"); \ +static_assert(offsetof(SBZStateMachineStateJobOverview_HandlePlayerStateRemoved, Data) == 0x000000, "Member 'SBZStateMachineStateJobOverview_HandlePlayerStateRemoved::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateJobOverview_OnAllPlayersReady \ +static_assert(alignof(SBZStateMachineStateJobOverview_OnAllPlayersReady) == 0x000001, "Wrong alignment on SBZStateMachineStateJobOverview_OnAllPlayersReady"); \ +static_assert(sizeof(SBZStateMachineStateJobOverview_OnAllPlayersReady) == 0x000001, "Wrong size on SBZStateMachineStateJobOverview_OnAllPlayersReady"); \ +static_assert(offsetof(SBZStateMachineStateJobOverview_OnAllPlayersReady, BlackScreenTransitionType) == 0x000000, "Member 'SBZStateMachineStateJobOverview_OnAllPlayersReady::BlackScreenTransitionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateJobOverview_OnPlayerBeginPlayState \ +static_assert(alignof(SBZStateMachineStateJobOverview_OnPlayerBeginPlayState) == 0x000008, "Wrong alignment on SBZStateMachineStateJobOverview_OnPlayerBeginPlayState"); \ +static_assert(sizeof(SBZStateMachineStateJobOverview_OnPlayerBeginPlayState) == 0x000008, "Wrong size on SBZStateMachineStateJobOverview_OnPlayerBeginPlayState"); \ +static_assert(offsetof(SBZStateMachineStateJobOverview_OnPlayerBeginPlayState, PlayerController) == 0x000000, "Member 'SBZStateMachineStateJobOverview_OnPlayerBeginPlayState::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateJobOverview_PlayerDisconnectedAtBeacon \ +static_assert(alignof(SBZStateMachineStateJobOverview_PlayerDisconnectedAtBeacon) == 0x000008, "Wrong alignment on SBZStateMachineStateJobOverview_PlayerDisconnectedAtBeacon"); \ +static_assert(sizeof(SBZStateMachineStateJobOverview_PlayerDisconnectedAtBeacon) == 0x000028, "Wrong size on SBZStateMachineStateJobOverview_PlayerDisconnectedAtBeacon"); \ +static_assert(offsetof(SBZStateMachineStateJobOverview_PlayerDisconnectedAtBeacon, PlayerId) == 0x000000, "Member 'SBZStateMachineStateJobOverview_PlayerDisconnectedAtBeacon::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateJobOverview_PlayerReadyReceived \ +static_assert(alignof(SBZStateMachineStateJobOverview_PlayerReadyReceived) == 0x000008, "Wrong alignment on SBZStateMachineStateJobOverview_PlayerReadyReceived"); \ +static_assert(sizeof(SBZStateMachineStateJobOverview_PlayerReadyReceived) == 0x000028, "Wrong size on SBZStateMachineStateJobOverview_PlayerReadyReceived"); \ +static_assert(offsetof(SBZStateMachineStateJobOverview_PlayerReadyReceived, PlayerId) == 0x000000, "Member 'SBZStateMachineStateJobOverview_PlayerReadyReceived::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateJobOverview_PlayerStartTravel \ +static_assert(alignof(SBZStateMachineStateJobOverview_PlayerStartTravel) == 0x000008, "Wrong alignment on SBZStateMachineStateJobOverview_PlayerStartTravel"); \ +static_assert(sizeof(SBZStateMachineStateJobOverview_PlayerStartTravel) == 0x000028, "Wrong size on SBZStateMachineStateJobOverview_PlayerStartTravel"); \ +static_assert(offsetof(SBZStateMachineStateJobOverview_PlayerStartTravel, PlayerId) == 0x000000, "Member 'SBZStateMachineStateJobOverview_PlayerStartTravel::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateJobOverview_PlayerWaitForReady \ +static_assert(alignof(SBZStateMachineStateJobOverview_PlayerWaitForReady) == 0x000008, "Wrong alignment on SBZStateMachineStateJobOverview_PlayerWaitForReady"); \ +static_assert(sizeof(SBZStateMachineStateJobOverview_PlayerWaitForReady) == 0x000028, "Wrong size on SBZStateMachineStateJobOverview_PlayerWaitForReady"); \ +static_assert(offsetof(SBZStateMachineStateJobOverview_PlayerWaitForReady, WaitForReadyPlayerId) == 0x000000, "Member 'SBZStateMachineStateJobOverview_PlayerWaitForReady::WaitForReadyPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateJobOverview_RandomizedRoomLoadingComplete \ +static_assert(alignof(SBZStateMachineStateJobOverview_RandomizedRoomLoadingComplete) == 0x000008, "Wrong alignment on SBZStateMachineStateJobOverview_RandomizedRoomLoadingComplete"); \ +static_assert(sizeof(SBZStateMachineStateJobOverview_RandomizedRoomLoadingComplete) == 0x000008, "Wrong size on SBZStateMachineStateJobOverview_RandomizedRoomLoadingComplete"); \ +static_assert(offsetof(SBZStateMachineStateJobOverview_RandomizedRoomLoadingComplete, SubLevel) == 0x000000, "Member 'SBZStateMachineStateJobOverview_RandomizedRoomLoadingComplete::SubLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateJobOverview_ReadyPlayer \ +static_assert(alignof(SBZStateMachineStateJobOverview_ReadyPlayer) == 0x000008, "Wrong alignment on SBZStateMachineStateJobOverview_ReadyPlayer"); \ +static_assert(sizeof(SBZStateMachineStateJobOverview_ReadyPlayer) == 0x000028, "Wrong size on SBZStateMachineStateJobOverview_ReadyPlayer"); \ +static_assert(offsetof(SBZStateMachineStateJobOverview_ReadyPlayer, PlayerId) == 0x000000, "Member 'SBZStateMachineStateJobOverview_ReadyPlayer::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateJobOverview_UnregisterClient \ +static_assert(alignof(SBZStateMachineStateJobOverview_UnregisterClient) == 0x000008, "Wrong alignment on SBZStateMachineStateJobOverview_UnregisterClient"); \ +static_assert(sizeof(SBZStateMachineStateJobOverview_UnregisterClient) == 0x000028, "Wrong size on SBZStateMachineStateJobOverview_UnregisterClient"); \ +static_assert(offsetof(SBZStateMachineStateJobOverview_UnregisterClient, PlayerId) == 0x000000, "Member 'SBZStateMachineStateJobOverview_UnregisterClient::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateJobOverview \ +static_assert(alignof(USBZStateMachineStateJobOverview) == 0x000008, "Wrong alignment on USBZStateMachineStateJobOverview"); \ +static_assert(sizeof(USBZStateMachineStateJobOverview) == 0x0000F0, "Wrong size on USBZStateMachineStateJobOverview"); \ +static_assert(offsetof(USBZStateMachineStateJobOverview, JobOverviewWidget) == 0x000080, "Member 'USBZStateMachineStateJobOverview::JobOverviewWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServerBrowserHeistButton_OnSessionChangedPopupClosed \ +static_assert(alignof(SBZServerBrowserHeistButton_OnSessionChangedPopupClosed) == 0x000004, "Wrong alignment on SBZServerBrowserHeistButton_OnSessionChangedPopupClosed"); \ +static_assert(sizeof(SBZServerBrowserHeistButton_OnSessionChangedPopupClosed) == 0x00000C, "Wrong size on SBZServerBrowserHeistButton_OnSessionChangedPopupClosed"); \ +static_assert(offsetof(SBZServerBrowserHeistButton_OnSessionChangedPopupClosed, ActionName) == 0x000000, "Member 'SBZServerBrowserHeistButton_OnSessionChangedPopupClosed::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServerBrowserHeistButton_ShouldBeJoinedThroughFriend \ +static_assert(alignof(SBZServerBrowserHeistButton_ShouldBeJoinedThroughFriend) == 0x000001, "Wrong alignment on SBZServerBrowserHeistButton_ShouldBeJoinedThroughFriend"); \ +static_assert(sizeof(SBZServerBrowserHeistButton_ShouldBeJoinedThroughFriend) == 0x000001, "Wrong size on SBZServerBrowserHeistButton_ShouldBeJoinedThroughFriend"); \ +static_assert(offsetof(SBZServerBrowserHeistButton_ShouldBeJoinedThroughFriend, ReturnValue) == 0x000000, "Member 'SBZServerBrowserHeistButton_ShouldBeJoinedThroughFriend::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServerBrowserHeistButton_ToggleHeistButtonInnerNavigation \ +static_assert(alignof(SBZServerBrowserHeistButton_ToggleHeistButtonInnerNavigation) == 0x000001, "Wrong alignment on SBZServerBrowserHeistButton_ToggleHeistButtonInnerNavigation"); \ +static_assert(sizeof(SBZServerBrowserHeistButton_ToggleHeistButtonInnerNavigation) == 0x000001, "Wrong size on SBZServerBrowserHeistButton_ToggleHeistButtonInnerNavigation"); \ +static_assert(offsetof(SBZServerBrowserHeistButton_ToggleHeistButtonInnerNavigation, bEnableInnerNavigation) == 0x000000, "Member 'SBZServerBrowserHeistButton_ToggleHeistButtonInnerNavigation::bEnableInnerNavigation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServerBrowserHeistButton_GetHeistSessionID \ +static_assert(alignof(SBZServerBrowserHeistButton_GetHeistSessionID) == 0x000008, "Wrong alignment on SBZServerBrowserHeistButton_GetHeistSessionID"); \ +static_assert(sizeof(SBZServerBrowserHeistButton_GetHeistSessionID) == 0x000010, "Wrong size on SBZServerBrowserHeistButton_GetHeistSessionID"); \ +static_assert(offsetof(SBZServerBrowserHeistButton_GetHeistSessionID, ReturnValue) == 0x000000, "Member 'SBZServerBrowserHeistButton_GetHeistSessionID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZServerBrowserHeistButton \ +static_assert(alignof(USBZServerBrowserHeistButton) == 0x000008, "Wrong alignment on USBZServerBrowserHeistButton"); \ +static_assert(sizeof(USBZServerBrowserHeistButton) == 0x000460, "Wrong size on USBZServerBrowserHeistButton"); \ +static_assert(offsetof(USBZServerBrowserHeistButton, Button_IntroStory) == 0x0003B0, "Member 'USBZServerBrowserHeistButton::Button_IntroStory' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserHeistButton, Button_OutroStory) == 0x0003B8, "Member 'USBZServerBrowserHeistButton::Button_OutroStory' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserHeistButton, Border_HeistOutline) == 0x0003C0, "Member 'USBZServerBrowserHeistButton::Border_HeistOutline' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserHeistButton, HeistType) == 0x0003C8, "Member 'USBZServerBrowserHeistButton::HeistType' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserHeistButton, JoinableHeistData) == 0x0003D0, "Member 'USBZServerBrowserHeistButton::JoinableHeistData' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserHeistButton, bIsHeistOwned) == 0x000430, "Member 'USBZServerBrowserHeistButton::bIsHeistOwned' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserHeistButton, bIsFriendHeist) == 0x000431, "Member 'USBZServerBrowserHeistButton::bIsFriendHeist' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserHeistButton, FirstPlatformPurchaseUrl) == 0x000438, "Member 'USBZServerBrowserHeistButton::FirstPlatformPurchaseUrl' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserHeistButton, bIsHeistButtonInnerNavigated) == 0x000458, "Member 'USBZServerBrowserHeistButton::bIsHeistButtonInnerNavigated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateEOSMatchmaking_OnPopupSessionDoesNotExistClosed \ +static_assert(alignof(SBZStateMachineStateEOSMatchmaking_OnPopupSessionDoesNotExistClosed) == 0x000004, "Wrong alignment on SBZStateMachineStateEOSMatchmaking_OnPopupSessionDoesNotExistClosed"); \ +static_assert(sizeof(SBZStateMachineStateEOSMatchmaking_OnPopupSessionDoesNotExistClosed) == 0x00000C, "Wrong size on SBZStateMachineStateEOSMatchmaking_OnPopupSessionDoesNotExistClosed"); \ +static_assert(offsetof(SBZStateMachineStateEOSMatchmaking_OnPopupSessionDoesNotExistClosed, InCloseActionName) == 0x000000, "Member 'SBZStateMachineStateEOSMatchmaking_OnPopupSessionDoesNotExistClosed::InCloseActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateEOSMatchmaking \ +static_assert(alignof(USBZStateMachineStateEOSMatchmaking) == 0x000008, "Wrong alignment on USBZStateMachineStateEOSMatchmaking"); \ +static_assert(sizeof(USBZStateMachineStateEOSMatchmaking) == 0x0000B0, "Wrong size on USBZStateMachineStateEOSMatchmaking"); \ +static_assert(offsetof(USBZStateMachineStateEOSMatchmaking, LoadingScreen) == 0x000080, "Member 'USBZStateMachineStateEOSMatchmaking::LoadingScreen' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateEOSMatchmaking, MatchmakingData) == 0x000088, "Member 'USBZStateMachineStateEOSMatchmaking::MatchmakingData' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateEOSMatchmaking, MaxLobbyConnectionAttempts) == 0x0000A4, "Member 'USBZStateMachineStateEOSMatchmaking::MaxLobbyConnectionAttempts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractableDoor_HandleBreachPropDamageHits \ +static_assert(alignof(SBZInteractableDoor_HandleBreachPropDamageHits) == 0x000008, "Wrong alignment on SBZInteractableDoor_HandleBreachPropDamageHits"); \ +static_assert(sizeof(SBZInteractableDoor_HandleBreachPropDamageHits) == 0x000028, "Wrong size on SBZInteractableDoor_HandleBreachPropDamageHits"); \ +static_assert(offsetof(SBZInteractableDoor_HandleBreachPropDamageHits, PoolComponent) == 0x000000, "Member 'SBZInteractableDoor_HandleBreachPropDamageHits::PoolComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractableDoor_HandleBreachPropDamageHits, Hits) == 0x000008, "Member 'SBZInteractableDoor_HandleBreachPropDamageHits::Hits' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractableDoor_HandleBreachPropDamageHits, bDoCosmetics) == 0x00000C, "Member 'SBZInteractableDoor_HandleBreachPropDamageHits::bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractableDoor_HandleBreachPropDamageHits, DamageContext) == 0x000010, "Member 'SBZInteractableDoor_HandleBreachPropDamageHits::DamageContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZInteractableDoor \ +static_assert(alignof(ASBZInteractableDoor) == 0x000008, "Wrong alignment on ASBZInteractableDoor"); \ +static_assert(sizeof(ASBZInteractableDoor) == 0x0005E0, "Wrong size on ASBZInteractableDoor"); \ +static_assert(offsetof(ASBZInteractableDoor, SelectedRoom) == 0x0005A8, "Member 'ASBZInteractableDoor::SelectedRoom' has a wrong offset!"); \ +static_assert(offsetof(ASBZInteractableDoor, MaxSlammedOpenAngle) == 0x0005B0, "Member 'ASBZInteractableDoor::MaxSlammedOpenAngle' has a wrong offset!"); \ +static_assert(offsetof(ASBZInteractableDoor, BreachPropDamageSelector) == 0x0005B8, "Member 'ASBZInteractableDoor::BreachPropDamageSelector' has a wrong offset!"); \ +static_assert(offsetof(ASBZInteractableDoor, PropDamageComponent) == 0x0005D8, "Member 'ASBZInteractableDoor::PropDamageComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZDoor \ +static_assert(alignof(ASBZDoor) == 0x000008, "Wrong alignment on ASBZDoor"); \ +static_assert(sizeof(ASBZDoor) == 0x000588, "Wrong size on ASBZDoor"); \ + +#define DUMPER7_ASSERTS_ASBZWindow \ +static_assert(alignof(ASBZWindow) == 0x000008, "Wrong alignment on ASBZWindow"); \ +static_assert(sizeof(ASBZWindow) == 0x000588, "Wrong size on ASBZWindow"); \ + +#define DUMPER7_ASSERTS_USBZSkillAmmoSpecHighGrainAmmoBase \ +static_assert(alignof(USBZSkillAmmoSpecHighGrainAmmoBase) == 0x000008, "Wrong alignment on USBZSkillAmmoSpecHighGrainAmmoBase"); \ +static_assert(sizeof(USBZSkillAmmoSpecHighGrainAmmoBase) == 0x000230, "Wrong size on USBZSkillAmmoSpecHighGrainAmmoBase"); \ + +#define DUMPER7_ASSERTS_USBZGateNavLinkComponent \ +static_assert(alignof(USBZGateNavLinkComponent) == 0x000008, "Wrong alignment on USBZGateNavLinkComponent"); \ +static_assert(sizeof(USBZGateNavLinkComponent) == 0x000160, "Wrong size on USBZGateNavLinkComponent"); \ +static_assert(offsetof(USBZGateNavLinkComponent, LeftRoom) == 0x0000E0, "Member 'USBZGateNavLinkComponent::LeftRoom' has a wrong offset!"); \ +static_assert(offsetof(USBZGateNavLinkComponent, RightRoom) == 0x0000E8, "Member 'USBZGateNavLinkComponent::RightRoom' has a wrong offset!"); \ +static_assert(offsetof(USBZGateNavLinkComponent, NavigationLink) == 0x0000F0, "Member 'USBZGateNavLinkComponent::NavigationLink' has a wrong offset!"); \ +static_assert(offsetof(USBZGateNavLinkComponent, AgilityComponent) == 0x000140, "Member 'USBZGateNavLinkComponent::AgilityComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZGateNavLinkComponent, AllowedBlockingCharacter) == 0x000148, "Member 'USBZGateNavLinkComponent::AllowedBlockingCharacter' has a wrong offset!"); \ +static_assert(offsetof(USBZGateNavLinkComponent, AllowedBlockingController) == 0x000150, "Member 'USBZGateNavLinkComponent::AllowedBlockingController' has a wrong offset!"); \ +static_assert(offsetof(USBZGateNavLinkComponent, OriginalAreaClass) == 0x000158, "Member 'USBZGateNavLinkComponent::OriginalAreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZTankAbilityData \ +static_assert(alignof(USBZTankAbilityData) == 0x000008, "Wrong alignment on USBZTankAbilityData"); \ +static_assert(sizeof(USBZTankAbilityData) == 0x0000D0, "Wrong size on USBZTankAbilityData"); \ + +#define DUMPER7_ASSERTS_USBZGenericPool \ +static_assert(alignof(USBZGenericPool) == 0x000008, "Wrong alignment on USBZGenericPool"); \ +static_assert(sizeof(USBZGenericPool) == 0x000048, "Wrong size on USBZGenericPool"); \ +static_assert(offsetof(USBZGenericPool, Pool) == 0x000030, "Member 'USBZGenericPool::Pool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGetCurrencyRequestQueue \ +static_assert(alignof(USBZGetCurrencyRequestQueue) == 0x000008, "Wrong alignment on USBZGetCurrencyRequestQueue"); \ +static_assert(sizeof(USBZGetCurrencyRequestQueue) == 0x000090, "Wrong size on USBZGetCurrencyRequestQueue"); \ + +#define DUMPER7_ASSERTS_USBZSkillAmmoSpecialistAmmoSpecialist \ +static_assert(alignof(USBZSkillAmmoSpecialistAmmoSpecialist) == 0x000008, "Wrong alignment on USBZSkillAmmoSpecialistAmmoSpecialist"); \ +static_assert(sizeof(USBZSkillAmmoSpecialistAmmoSpecialist) == 0x000230, "Wrong size on USBZSkillAmmoSpecialistAmmoSpecialist"); \ + +#define DUMPER7_ASSERTS_USBZSurfaceTypesConfig \ +static_assert(alignof(USBZSurfaceTypesConfig) == 0x000008, "Wrong alignment on USBZSurfaceTypesConfig"); \ +static_assert(sizeof(USBZSurfaceTypesConfig) == 0x0001A0, "Wrong size on USBZSurfaceTypesConfig"); \ +static_assert(offsetof(USBZSurfaceTypesConfig, BloodSplatterDecalAmount) == 0x000038, "Member 'USBZSurfaceTypesConfig::BloodSplatterDecalAmount' has a wrong offset!"); \ +static_assert(offsetof(USBZSurfaceTypesConfig, BloodSplatterDistance) == 0x00003C, "Member 'USBZSurfaceTypesConfig::BloodSplatterDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZSurfaceTypesConfig, BloodSplatterDecalFadeOutDuration) == 0x000040, "Member 'USBZSurfaceTypesConfig::BloodSplatterDecalFadeOutDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZSurfaceTypesConfig, SoundEvents) == 0x000048, "Member 'USBZSurfaceTypesConfig::SoundEvents' has a wrong offset!"); \ +static_assert(offsetof(USBZSurfaceTypesConfig, SurfaceTypeMap) == 0x0000F8, "Member 'USBZSurfaceTypesConfig::SurfaceTypeMap' has a wrong offset!"); \ +static_assert(offsetof(USBZSurfaceTypesConfig, SurfaceImpactConfigMap) == 0x000148, "Member 'USBZSurfaceTypesConfig::SurfaceImpactConfigMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZGhostTool_OnGhostToolStateChanged \ +static_assert(alignof(SBZGhostTool_OnGhostToolStateChanged) == 0x000001, "Wrong alignment on SBZGhostTool_OnGhostToolStateChanged"); \ +static_assert(sizeof(SBZGhostTool_OnGhostToolStateChanged) == 0x000001, "Wrong size on SBZGhostTool_OnGhostToolStateChanged"); \ +static_assert(offsetof(SBZGhostTool_OnGhostToolStateChanged, NewPlacementState) == 0x000000, "Member 'SBZGhostTool_OnGhostToolStateChanged::NewPlacementState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZGhostTool \ +static_assert(alignof(ASBZGhostTool) == 0x000008, "Wrong alignment on ASBZGhostTool"); \ +static_assert(sizeof(ASBZGhostTool) == 0x0002D0, "Wrong size on ASBZGhostTool"); \ +static_assert(offsetof(ASBZGhostTool, SkeletalMesh) == 0x0002A8, "Member 'ASBZGhostTool::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZGhostTool, OutlineComponent) == 0x0002B0, "Member 'ASBZGhostTool::OutlineComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZGhostTool, OutlineAsset) == 0x0002B8, "Member 'ASBZGhostTool::OutlineAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGlobalLobby \ +static_assert(alignof(USBZGlobalLobby) == 0x000008, "Wrong alignment on USBZGlobalLobby"); \ +static_assert(sizeof(USBZGlobalLobby) == 0x0000C8, "Wrong size on USBZGlobalLobby"); \ + +#define DUMPER7_ASSERTS_USBZSkillAmmoSpecialistFullyLoaded \ +static_assert(alignof(USBZSkillAmmoSpecialistFullyLoaded) == 0x000008, "Wrong alignment on USBZSkillAmmoSpecialistFullyLoaded"); \ +static_assert(sizeof(USBZSkillAmmoSpecialistFullyLoaded) == 0x000230, "Wrong size on USBZSkillAmmoSpecialistFullyLoaded"); \ + +#define DUMPER7_ASSERTS_USBZGloveData \ +static_assert(alignof(USBZGloveData) == 0x000008, "Wrong alignment on USBZGloveData"); \ +static_assert(sizeof(USBZGloveData) == 0x0001E0, "Wrong size on USBZGloveData"); \ +static_assert(offsetof(USBZGloveData, SkeletalMesh1P) == 0x000150, "Member 'USBZGloveData::SkeletalMesh1P' has a wrong offset!"); \ +static_assert(offsetof(USBZGloveData, SkeletalMesh3P) == 0x000180, "Member 'USBZGloveData::SkeletalMesh3P' has a wrong offset!"); \ +static_assert(offsetof(USBZGloveData, OverrideMaterial) == 0x0001B0, "Member 'USBZGloveData::OverrideMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZTestGameState \ +static_assert(alignof(ASBZTestGameState) == 0x000008, "Wrong alignment on ASBZTestGameState"); \ +static_assert(sizeof(ASBZTestGameState) == 0x0014B8, "Wrong size on ASBZTestGameState"); \ + +#define DUMPER7_ASSERTS_USBZGrantKeycardEffect \ +static_assert(alignof(USBZGrantKeycardEffect) == 0x000008, "Wrong alignment on USBZGrantKeycardEffect"); \ +static_assert(sizeof(USBZGrantKeycardEffect) == 0x0008C0, "Wrong size on USBZGrantKeycardEffect"); \ + +#define DUMPER7_ASSERTS_USBZGrenadeDetectionSettings \ +static_assert(alignof(USBZGrenadeDetectionSettings) == 0x000008, "Wrong alignment on USBZGrenadeDetectionSettings"); \ +static_assert(sizeof(USBZGrenadeDetectionSettings) == 0x000048, "Wrong size on USBZGrenadeDetectionSettings"); \ +static_assert(offsetof(USBZGrenadeDetectionSettings, MinDelayBeforeExplode) == 0x000038, "Member 'USBZGrenadeDetectionSettings::MinDelayBeforeExplode' has a wrong offset!"); \ +static_assert(offsetof(USBZGrenadeDetectionSettings, DetectionRange) == 0x00003C, "Member 'USBZGrenadeDetectionSettings::DetectionRange' has a wrong offset!"); \ +static_assert(offsetof(USBZGrenadeDetectionSettings, GrenadeTypeFlags) == 0x000040, "Member 'USBZGrenadeDetectionSettings::GrenadeTypeFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillARSpecARProficiencyBase \ +static_assert(alignof(USBZSkillARSpecARProficiencyBase) == 0x000008, "Wrong alignment on USBZSkillARSpecARProficiencyBase"); \ +static_assert(sizeof(USBZSkillARSpecARProficiencyBase) == 0x000230, "Wrong size on USBZSkillARSpecARProficiencyBase"); \ + +#define DUMPER7_ASSERTS_SBZTankAttributeSet_Multicast_SetVisorArmor \ +static_assert(alignof(SBZTankAttributeSet_Multicast_SetVisorArmor) == 0x000004, "Wrong alignment on SBZTankAttributeSet_Multicast_SetVisorArmor"); \ +static_assert(sizeof(SBZTankAttributeSet_Multicast_SetVisorArmor) == 0x000004, "Wrong size on SBZTankAttributeSet_Multicast_SetVisorArmor"); \ +static_assert(offsetof(SBZTankAttributeSet_Multicast_SetVisorArmor, NewCurrentValue) == 0x000000, "Member 'SBZTankAttributeSet_Multicast_SetVisorArmor::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTankAttributeSet_OnRep_VisorArmor \ +static_assert(alignof(SBZTankAttributeSet_OnRep_VisorArmor) == 0x000008, "Wrong alignment on SBZTankAttributeSet_OnRep_VisorArmor"); \ +static_assert(sizeof(SBZTankAttributeSet_OnRep_VisorArmor) == 0x000010, "Wrong size on SBZTankAttributeSet_OnRep_VisorArmor"); \ +static_assert(offsetof(SBZTankAttributeSet_OnRep_VisorArmor, OldValue) == 0x000000, "Member 'SBZTankAttributeSet_OnRep_VisorArmor::OldValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZTankAttributeSet \ +static_assert(alignof(USBZTankAttributeSet) == 0x000008, "Wrong alignment on USBZTankAttributeSet"); \ +static_assert(sizeof(USBZTankAttributeSet) == 0x000308, "Wrong size on USBZTankAttributeSet"); \ +static_assert(offsetof(USBZTankAttributeSet, VisorArmor) == 0x000270, "Member 'USBZTankAttributeSet::VisorArmor' has a wrong offset!"); \ +static_assert(offsetof(USBZTankAttributeSet, VisorArmorMax) == 0x000280, "Member 'USBZTankAttributeSet::VisorArmorMax' has a wrong offset!"); \ +static_assert(offsetof(USBZTankAttributeSet, VisorArmorHardness) == 0x000290, "Member 'USBZTankAttributeSet::VisorArmorHardness' has a wrong offset!"); \ +static_assert(offsetof(USBZTankAttributeSet, TankComponent) == 0x0002A0, "Member 'USBZTankAttributeSet::TankComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZTankAttributeSet, ArmorDamageTypeMultipliers) == 0x0002B0, "Member 'USBZTankAttributeSet::ArmorDamageTypeMultipliers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackableCodeActor_ResetHackableActorToGenericHack \ +static_assert(alignof(SBZHackableCodeActor_ResetHackableActorToGenericHack) == 0x000004, "Wrong alignment on SBZHackableCodeActor_ResetHackableActorToGenericHack"); \ +static_assert(sizeof(SBZHackableCodeActor_ResetHackableActorToGenericHack) == 0x000008, "Wrong size on SBZHackableCodeActor_ResetHackableActorToGenericHack"); \ +static_assert(offsetof(SBZHackableCodeActor_ResetHackableActorToGenericHack, InDuration) == 0x000000, "Member 'SBZHackableCodeActor_ResetHackableActorToGenericHack::InDuration' has a wrong offset!"); \ +static_assert(offsetof(SBZHackableCodeActor_ResetHackableActorToGenericHack, bKeepCustomMessage) == 0x000004, "Member 'SBZHackableCodeActor_ResetHackableActorToGenericHack::bKeepCustomMessage' has a wrong offset!"); \ +static_assert(offsetof(SBZHackableCodeActor_ResetHackableActorToGenericHack, ResetState) == 0x000005, "Member 'SBZHackableCodeActor_ResetHackableActorToGenericHack::ResetState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZHackableCodeActor \ +static_assert(alignof(ASBZHackableCodeActor) == 0x000008, "Wrong alignment on ASBZHackableCodeActor"); \ +static_assert(sizeof(ASBZHackableCodeActor) == 0x000528, "Wrong size on ASBZHackableCodeActor"); \ +static_assert(offsetof(ASBZHackableCodeActor, Codes) == 0x0004E8, "Member 'ASBZHackableCodeActor::Codes' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableCodeActor, NumberOfCodes) == 0x0004F8, "Member 'ASBZHackableCodeActor::NumberOfCodes' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableCodeActor, CustomCodeProcessText) == 0x000500, "Member 'ASBZHackableCodeActor::CustomCodeProcessText' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableCodeActor, bShouldResetOnHeistStateChange) == 0x000518, "Member 'ASBZHackableCodeActor::bShouldResetOnHeistStateChange' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableCodeActor, DurationSecondsAfterReset) == 0x00051C, "Member 'ASBZHackableCodeActor::DurationSecondsAfterReset' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableCodeActor, StateToResetTo) == 0x000520, "Member 'ASBZHackableCodeActor::StateToResetTo' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableCodeActor, bShouldKeepCustomMessage) == 0x000521, "Member 'ASBZHackableCodeActor::bShouldKeepCustomMessage' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableCodeActor, bShouldResetToGenericHack) == 0x000522, "Member 'ASBZHackableCodeActor::bShouldResetToGenericHack' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackableCodeActor, bIsResetToGenericHack) == 0x000523, "Member 'ASBZHackableCodeActor::bIsResetToGenericHack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillEngineerDroneOperatorAced \ +static_assert(alignof(USBZSkillEngineerDroneOperatorAced) == 0x000008, "Wrong alignment on USBZSkillEngineerDroneOperatorAced"); \ +static_assert(sizeof(USBZSkillEngineerDroneOperatorAced) == 0x000230, "Wrong size on USBZSkillEngineerDroneOperatorAced"); \ + +#define DUMPER7_ASSERTS_USBZHackableInteractableComponent \ +static_assert(alignof(USBZHackableInteractableComponent) == 0x000008, "Wrong alignment on USBZHackableInteractableComponent"); \ +static_assert(sizeof(USBZHackableInteractableComponent) == 0x000368, "Wrong size on USBZHackableInteractableComponent"); \ + +#define DUMPER7_ASSERTS_SBZTutorialPopUpActor_Client_ShowControlsReference \ +static_assert(alignof(SBZTutorialPopUpActor_Client_ShowControlsReference) == 0x000004, "Wrong alignment on SBZTutorialPopUpActor_Client_ShowControlsReference"); \ +static_assert(sizeof(SBZTutorialPopUpActor_Client_ShowControlsReference) == 0x000004, "Wrong size on SBZTutorialPopUpActor_Client_ShowControlsReference"); \ +static_assert(offsetof(SBZTutorialPopUpActor_Client_ShowControlsReference, Index_0) == 0x000000, "Member 'SBZTutorialPopUpActor_Client_ShowControlsReference::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTutorialPopUpActor_Client_ShowSideBarNotification \ +static_assert(alignof(SBZTutorialPopUpActor_Client_ShowSideBarNotification) == 0x000004, "Wrong alignment on SBZTutorialPopUpActor_Client_ShowSideBarNotification"); \ +static_assert(sizeof(SBZTutorialPopUpActor_Client_ShowSideBarNotification) == 0x000004, "Wrong size on SBZTutorialPopUpActor_Client_ShowSideBarNotification"); \ +static_assert(offsetof(SBZTutorialPopUpActor_Client_ShowSideBarNotification, Index_0) == 0x000000, "Member 'SBZTutorialPopUpActor_Client_ShowSideBarNotification::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTutorialPopUpActor_Client_ShowTutorialPopUp \ +static_assert(alignof(SBZTutorialPopUpActor_Client_ShowTutorialPopUp) == 0x000004, "Wrong alignment on SBZTutorialPopUpActor_Client_ShowTutorialPopUp"); \ +static_assert(sizeof(SBZTutorialPopUpActor_Client_ShowTutorialPopUp) == 0x000004, "Wrong size on SBZTutorialPopUpActor_Client_ShowTutorialPopUp"); \ +static_assert(offsetof(SBZTutorialPopUpActor_Client_ShowTutorialPopUp, Index_0) == 0x000000, "Member 'SBZTutorialPopUpActor_Client_ShowTutorialPopUp::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTutorialPopUpActor_CloseTutorialPopUp \ +static_assert(alignof(SBZTutorialPopUpActor_CloseTutorialPopUp) == 0x000004, "Wrong alignment on SBZTutorialPopUpActor_CloseTutorialPopUp"); \ +static_assert(sizeof(SBZTutorialPopUpActor_CloseTutorialPopUp) == 0x00000C, "Wrong size on SBZTutorialPopUpActor_CloseTutorialPopUp"); \ +static_assert(offsetof(SBZTutorialPopUpActor_CloseTutorialPopUp, ClosingActionName) == 0x000000, "Member 'SBZTutorialPopUpActor_CloseTutorialPopUp::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTutorialPopUpActor_ShowControlsReference \ +static_assert(alignof(SBZTutorialPopUpActor_ShowControlsReference) == 0x000004, "Wrong alignment on SBZTutorialPopUpActor_ShowControlsReference"); \ +static_assert(sizeof(SBZTutorialPopUpActor_ShowControlsReference) == 0x000004, "Wrong size on SBZTutorialPopUpActor_ShowControlsReference"); \ +static_assert(offsetof(SBZTutorialPopUpActor_ShowControlsReference, ReferenceIndex) == 0x000000, "Member 'SBZTutorialPopUpActor_ShowControlsReference::ReferenceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTutorialPopUpActor_ShowSideBarNotification \ +static_assert(alignof(SBZTutorialPopUpActor_ShowSideBarNotification) == 0x000004, "Wrong alignment on SBZTutorialPopUpActor_ShowSideBarNotification"); \ +static_assert(sizeof(SBZTutorialPopUpActor_ShowSideBarNotification) == 0x000004, "Wrong size on SBZTutorialPopUpActor_ShowSideBarNotification"); \ +static_assert(offsetof(SBZTutorialPopUpActor_ShowSideBarNotification, NotificationIndex) == 0x000000, "Member 'SBZTutorialPopUpActor_ShowSideBarNotification::NotificationIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTutorialPopUpActor_ShowTutorialPopUp \ +static_assert(alignof(SBZTutorialPopUpActor_ShowTutorialPopUp) == 0x000004, "Wrong alignment on SBZTutorialPopUpActor_ShowTutorialPopUp"); \ +static_assert(sizeof(SBZTutorialPopUpActor_ShowTutorialPopUp) == 0x000018, "Wrong size on SBZTutorialPopUpActor_ShowTutorialPopUp"); \ +static_assert(offsetof(SBZTutorialPopUpActor_ShowTutorialPopUp, TutorialIndex) == 0x000000, "Member 'SBZTutorialPopUpActor_ShowTutorialPopUp::TutorialIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZTutorialPopUpActor_ShowTutorialPopUp, InTutorialPopUpClosed) == 0x000004, "Member 'SBZTutorialPopUpActor_ShowTutorialPopUp::InTutorialPopUpClosed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZTutorialPopUpActor \ +static_assert(alignof(ASBZTutorialPopUpActor) == 0x000008, "Wrong alignment on ASBZTutorialPopUpActor"); \ +static_assert(sizeof(ASBZTutorialPopUpActor) == 0x000300, "Wrong size on ASBZTutorialPopUpActor"); \ +static_assert(offsetof(ASBZTutorialPopUpActor, TutorialPopUpArray) == 0x0002A8, "Member 'ASBZTutorialPopUpActor::TutorialPopUpArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZTutorialPopUpActor, SideBarNotificationArray) == 0x0002B8, "Member 'ASBZTutorialPopUpActor::SideBarNotificationArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZTutorialPopUpActor, ControlsReferenceArray) == 0x0002C8, "Member 'ASBZTutorialPopUpActor::ControlsReferenceArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHackDroneAbility \ +static_assert(alignof(USBZHackDroneAbility) == 0x000008, "Wrong alignment on USBZHackDroneAbility"); \ +static_assert(sizeof(USBZHackDroneAbility) == 0x0004D8, "Wrong size on USBZHackDroneAbility"); \ + +#define DUMPER7_ASSERTS_USBZSkillEngineerQuickFixerAced \ +static_assert(alignof(USBZSkillEngineerQuickFixerAced) == 0x000008, "Wrong alignment on USBZSkillEngineerQuickFixerAced"); \ +static_assert(sizeof(USBZSkillEngineerQuickFixerAced) == 0x000230, "Wrong size on USBZSkillEngineerQuickFixerAced"); \ + +#define DUMPER7_ASSERTS_USBZHackerSecuredLoopAbility \ +static_assert(alignof(USBZHackerSecuredLoopAbility) == 0x000008, "Wrong alignment on USBZHackerSecuredLoopAbility"); \ +static_assert(sizeof(USBZHackerSecuredLoopAbility) == 0x0004F8, "Wrong size on USBZHackerSecuredLoopAbility"); \ + +#define DUMPER7_ASSERTS_SBZMiniGameActor_BP_OnMiniGameSuccess \ +static_assert(alignof(SBZMiniGameActor_BP_OnMiniGameSuccess) == 0x000001, "Wrong alignment on SBZMiniGameActor_BP_OnMiniGameSuccess"); \ +static_assert(sizeof(SBZMiniGameActor_BP_OnMiniGameSuccess) == 0x000001, "Wrong size on SBZMiniGameActor_BP_OnMiniGameSuccess"); \ +static_assert(offsetof(SBZMiniGameActor_BP_OnMiniGameSuccess, bDoCosmetics) == 0x000000, "Member 'SBZMiniGameActor_BP_OnMiniGameSuccess::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMiniGameActor_Multicast_SetMiniGameIgnored \ +static_assert(alignof(SBZMiniGameActor_Multicast_SetMiniGameIgnored) == 0x000001, "Wrong alignment on SBZMiniGameActor_Multicast_SetMiniGameIgnored"); \ +static_assert(sizeof(SBZMiniGameActor_Multicast_SetMiniGameIgnored) == 0x000001, "Wrong size on SBZMiniGameActor_Multicast_SetMiniGameIgnored"); \ +static_assert(offsetof(SBZMiniGameActor_Multicast_SetMiniGameIgnored, bIgnored) == 0x000000, "Member 'SBZMiniGameActor_Multicast_SetMiniGameIgnored::bIgnored' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMiniGameActor_OnAckCompleteInteraction \ +static_assert(alignof(SBZMiniGameActor_OnAckCompleteInteraction) == 0x000008, "Wrong alignment on SBZMiniGameActor_OnAckCompleteInteraction"); \ +static_assert(sizeof(SBZMiniGameActor_OnAckCompleteInteraction) == 0x000018, "Wrong size on SBZMiniGameActor_OnAckCompleteInteraction"); \ +static_assert(offsetof(SBZMiniGameActor_OnAckCompleteInteraction, InInteractable) == 0x000000, "Member 'SBZMiniGameActor_OnAckCompleteInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZMiniGameActor_OnAckCompleteInteraction, Interactor) == 0x000008, "Member 'SBZMiniGameActor_OnAckCompleteInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZMiniGameActor_OnAckCompleteInteraction, bIsLocallyControlledInteractor) == 0x000010, "Member 'SBZMiniGameActor_OnAckCompleteInteraction::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMiniGameActor_OnInteractableStateChanged \ +static_assert(alignof(SBZMiniGameActor_OnInteractableStateChanged) == 0x000008, "Wrong alignment on SBZMiniGameActor_OnInteractableStateChanged"); \ +static_assert(sizeof(SBZMiniGameActor_OnInteractableStateChanged) == 0x000010, "Wrong size on SBZMiniGameActor_OnInteractableStateChanged"); \ +static_assert(offsetof(SBZMiniGameActor_OnInteractableStateChanged, InteractableComponent) == 0x000000, "Member 'SBZMiniGameActor_OnInteractableStateChanged::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZMiniGameActor_OnInteractableStateChanged, bInNewState) == 0x000008, "Member 'SBZMiniGameActor_OnInteractableStateChanged::bInNewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMiniGameActor_OnMiniGameStateChanged \ +static_assert(alignof(SBZMiniGameActor_OnMiniGameStateChanged) == 0x000001, "Wrong alignment on SBZMiniGameActor_OnMiniGameStateChanged"); \ +static_assert(sizeof(SBZMiniGameActor_OnMiniGameStateChanged) == 0x000003, "Wrong size on SBZMiniGameActor_OnMiniGameStateChanged"); \ +static_assert(offsetof(SBZMiniGameActor_OnMiniGameStateChanged, OldState) == 0x000000, "Member 'SBZMiniGameActor_OnMiniGameStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZMiniGameActor_OnMiniGameStateChanged, NewState) == 0x000001, "Member 'SBZMiniGameActor_OnMiniGameStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(SBZMiniGameActor_OnMiniGameStateChanged, bInIsLocallyControlled) == 0x000002, "Member 'SBZMiniGameActor_OnMiniGameStateChanged::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMiniGameActor_SetEnabled \ +static_assert(alignof(SBZMiniGameActor_SetEnabled) == 0x000001, "Wrong alignment on SBZMiniGameActor_SetEnabled"); \ +static_assert(sizeof(SBZMiniGameActor_SetEnabled) == 0x000001, "Wrong size on SBZMiniGameActor_SetEnabled"); \ +static_assert(offsetof(SBZMiniGameActor_SetEnabled, bInEnabled) == 0x000000, "Member 'SBZMiniGameActor_SetEnabled::bInEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMiniGameActor_SetMiniGameIgnored \ +static_assert(alignof(SBZMiniGameActor_SetMiniGameIgnored) == 0x000001, "Wrong alignment on SBZMiniGameActor_SetMiniGameIgnored"); \ +static_assert(sizeof(SBZMiniGameActor_SetMiniGameIgnored) == 0x000001, "Wrong size on SBZMiniGameActor_SetMiniGameIgnored"); \ +static_assert(offsetof(SBZMiniGameActor_SetMiniGameIgnored, bIgnored) == 0x000000, "Member 'SBZMiniGameActor_SetMiniGameIgnored::bIgnored' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZMiniGameActor \ +static_assert(alignof(ASBZMiniGameActor) == 0x000008, "Wrong alignment on ASBZMiniGameActor"); \ +static_assert(sizeof(ASBZMiniGameActor) == 0x000308, "Wrong size on ASBZMiniGameActor"); \ +static_assert(offsetof(ASBZMiniGameActor, OnMiniGameSuccessful) == 0x0002A8, "Member 'ASBZMiniGameActor::OnMiniGameSuccessful' has a wrong offset!"); \ +static_assert(offsetof(ASBZMiniGameActor, bIsUnlocked) == 0x0002D0, "Member 'ASBZMiniGameActor::bIsUnlocked' has a wrong offset!"); \ +static_assert(offsetof(ASBZMiniGameActor, bIsMiniGameIgnored) == 0x0002D1, "Member 'ASBZMiniGameActor::bIsMiniGameIgnored' has a wrong offset!"); \ +static_assert(offsetof(ASBZMiniGameActor, bIsMiniGameIgnoredAllowed) == 0x0002D2, "Member 'ASBZMiniGameActor::bIsMiniGameIgnoredAllowed' has a wrong offset!"); \ +static_assert(offsetof(ASBZMiniGameActor, MiniGameComponent) == 0x0002D8, "Member 'ASBZMiniGameActor::MiniGameComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZMiniGameActor, Interactable) == 0x0002E0, "Member 'ASBZMiniGameActor::Interactable' has a wrong offset!"); \ +static_assert(offsetof(ASBZMiniGameActor, OutlineComponent) == 0x0002E8, "Member 'ASBZMiniGameActor::OutlineComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZMiniGameActor, StaticMesh) == 0x0002F0, "Member 'ASBZMiniGameActor::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZMiniGameActor, WidgetComponent) == 0x0002F8, "Member 'ASBZMiniGameActor::WidgetComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZMiniGameActor, bIsHandlingOutlineMesh) == 0x000300, "Member 'ASBZMiniGameActor::bIsHandlingOutlineMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackingMinigameActor_BP_OnEnabledStateChanged \ +static_assert(alignof(SBZHackingMinigameActor_BP_OnEnabledStateChanged) == 0x000001, "Wrong alignment on SBZHackingMinigameActor_BP_OnEnabledStateChanged"); \ +static_assert(sizeof(SBZHackingMinigameActor_BP_OnEnabledStateChanged) == 0x000002, "Wrong size on SBZHackingMinigameActor_BP_OnEnabledStateChanged"); \ +static_assert(offsetof(SBZHackingMinigameActor_BP_OnEnabledStateChanged, bEnabled) == 0x000000, "Member 'SBZHackingMinigameActor_BP_OnEnabledStateChanged::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(SBZHackingMinigameActor_BP_OnEnabledStateChanged, bDoCosmetics) == 0x000001, "Member 'SBZHackingMinigameActor_BP_OnEnabledStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackingMinigameActor_OnHackingStateChanged \ +static_assert(alignof(SBZHackingMinigameActor_OnHackingStateChanged) == 0x000008, "Wrong alignment on SBZHackingMinigameActor_OnHackingStateChanged"); \ +static_assert(sizeof(SBZHackingMinigameActor_OnHackingStateChanged) == 0x000010, "Wrong size on SBZHackingMinigameActor_OnHackingStateChanged"); \ +static_assert(offsetof(SBZHackingMinigameActor_OnHackingStateChanged, InOwner) == 0x000000, "Member 'SBZHackingMinigameActor_OnHackingStateChanged::InOwner' has a wrong offset!"); \ +static_assert(offsetof(SBZHackingMinigameActor_OnHackingStateChanged, NewState) == 0x000008, "Member 'SBZHackingMinigameActor_OnHackingStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(SBZHackingMinigameActor_OnHackingStateChanged, bDoCosmetics) == 0x000009, "Member 'SBZHackingMinigameActor_OnHackingStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZHackingMinigameActor \ +static_assert(alignof(ASBZHackingMinigameActor) == 0x000008, "Wrong alignment on ASBZHackingMinigameActor"); \ +static_assert(sizeof(ASBZHackingMinigameActor) == 0x000330, "Wrong size on ASBZHackingMinigameActor"); \ +static_assert(offsetof(ASBZHackingMinigameActor, HackingComponent) == 0x000310, "Member 'ASBZHackingMinigameActor::HackingComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackingMinigameActor, HackableInteractable) == 0x000318, "Member 'ASBZHackingMinigameActor::HackableInteractable' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackingMinigameActor, MarkerAsset) == 0x000320, "Member 'ASBZHackingMinigameActor::MarkerAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackingMinigameActor, MarkerId) == 0x000328, "Member 'ASBZHackingMinigameActor::MarkerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZUISettings \ +static_assert(alignof(USBZUISettings) == 0x000008, "Wrong alignment on USBZUISettings"); \ +static_assert(sizeof(USBZUISettings) == 0x0001B0, "Wrong size on USBZUISettings"); \ +static_assert(offsetof(USBZUISettings, ColorsMap) == 0x000048, "Member 'USBZUISettings::ColorsMap' has a wrong offset!"); \ +static_assert(offsetof(USBZUISettings, FontMap) == 0x000098, "Member 'USBZUISettings::FontMap' has a wrong offset!"); \ +static_assert(offsetof(USBZUISettings, DefaultSoundEvents) == 0x0000E8, "Member 'USBZUISettings::DefaultSoundEvents' has a wrong offset!"); \ +static_assert(offsetof(USBZUISettings, ShowActionInputKeyboardMap) == 0x0000F0, "Member 'USBZUISettings::ShowActionInputKeyboardMap' has a wrong offset!"); \ +static_assert(offsetof(USBZUISettings, ShowActionInputGamepadMap) == 0x000140, "Member 'USBZUISettings::ShowActionInputGamepadMap' has a wrong offset!"); \ +static_assert(offsetof(USBZUISettings, ServersStatusMessageURL_Development) == 0x000190, "Member 'USBZUISettings::ServersStatusMessageURL_Development' has a wrong offset!"); \ +static_assert(offsetof(USBZUISettings, ServersStatusMessageURL_Live) == 0x0001A0, "Member 'USBZUISettings::ServersStatusMessageURL_Live' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHackingToolStartSynchingNotify \ +static_assert(alignof(USBZHackingToolStartSynchingNotify) == 0x000008, "Wrong alignment on USBZHackingToolStartSynchingNotify"); \ +static_assert(sizeof(USBZHackingToolStartSynchingNotify) == 0x000040, "Wrong size on USBZHackingToolStartSynchingNotify"); \ + +#define DUMPER7_ASSERTS_USBZTutorialPopUpDataAsset \ +static_assert(alignof(USBZTutorialPopUpDataAsset) == 0x000008, "Wrong alignment on USBZTutorialPopUpDataAsset"); \ +static_assert(sizeof(USBZTutorialPopUpDataAsset) == 0x000070, "Wrong size on USBZTutorialPopUpDataAsset"); \ +static_assert(offsetof(USBZTutorialPopUpDataAsset, PopUpHeader) == 0x000038, "Member 'USBZTutorialPopUpDataAsset::PopUpHeader' has a wrong offset!"); \ +static_assert(offsetof(USBZTutorialPopUpDataAsset, TutorialDescription) == 0x000050, "Member 'USBZTutorialPopUpDataAsset::TutorialDescription' has a wrong offset!"); \ +static_assert(offsetof(USBZTutorialPopUpDataAsset, TutorialIcon) == 0x000068, "Member 'USBZTutorialPopUpDataAsset::TutorialIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimer_AddTimeElapsed \ +static_assert(alignof(SBZModifiableTimer_AddTimeElapsed) == 0x000004, "Wrong alignment on SBZModifiableTimer_AddTimeElapsed"); \ +static_assert(sizeof(SBZModifiableTimer_AddTimeElapsed) == 0x000004, "Wrong size on SBZModifiableTimer_AddTimeElapsed"); \ +static_assert(offsetof(SBZModifiableTimer_AddTimeElapsed, TimeToAdd) == 0x000000, "Member 'SBZModifiableTimer_AddTimeElapsed::TimeToAdd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimer_BP_DurationChanged \ +static_assert(alignof(SBZModifiableTimer_BP_DurationChanged) == 0x000004, "Wrong alignment on SBZModifiableTimer_BP_DurationChanged"); \ +static_assert(sizeof(SBZModifiableTimer_BP_DurationChanged) == 0x000004, "Wrong size on SBZModifiableTimer_BP_DurationChanged"); \ +static_assert(offsetof(SBZModifiableTimer_BP_DurationChanged, NewDuration) == 0x000000, "Member 'SBZModifiableTimer_BP_DurationChanged::NewDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimer_BP_OnStateChanged \ +static_assert(alignof(SBZModifiableTimer_BP_OnStateChanged) == 0x000001, "Wrong alignment on SBZModifiableTimer_BP_OnStateChanged"); \ +static_assert(sizeof(SBZModifiableTimer_BP_OnStateChanged) == 0x000003, "Wrong size on SBZModifiableTimer_BP_OnStateChanged"); \ +static_assert(offsetof(SBZModifiableTimer_BP_OnStateChanged, NewState) == 0x000000, "Member 'SBZModifiableTimer_BP_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(SBZModifiableTimer_BP_OnStateChanged, OldState) == 0x000001, "Member 'SBZModifiableTimer_BP_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZModifiableTimer_BP_OnStateChanged, bDoCosmetics) == 0x000002, "Member 'SBZModifiableTimer_BP_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimer_BP_TimeElapsedChanged \ +static_assert(alignof(SBZModifiableTimer_BP_TimeElapsedChanged) == 0x000004, "Wrong alignment on SBZModifiableTimer_BP_TimeElapsedChanged"); \ +static_assert(sizeof(SBZModifiableTimer_BP_TimeElapsedChanged) == 0x000004, "Wrong size on SBZModifiableTimer_BP_TimeElapsedChanged"); \ +static_assert(offsetof(SBZModifiableTimer_BP_TimeElapsedChanged, NewTimeElapsed) == 0x000000, "Member 'SBZModifiableTimer_BP_TimeElapsedChanged::NewTimeElapsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimer_BP_TimerSpeedChanged \ +static_assert(alignof(SBZModifiableTimer_BP_TimerSpeedChanged) == 0x000004, "Wrong alignment on SBZModifiableTimer_BP_TimerSpeedChanged"); \ +static_assert(sizeof(SBZModifiableTimer_BP_TimerSpeedChanged) == 0x000004, "Wrong size on SBZModifiableTimer_BP_TimerSpeedChanged"); \ +static_assert(offsetof(SBZModifiableTimer_BP_TimerSpeedChanged, NewSpeed) == 0x000000, "Member 'SBZModifiableTimer_BP_TimerSpeedChanged::NewSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimer_Multicast_SetDuration \ +static_assert(alignof(SBZModifiableTimer_Multicast_SetDuration) == 0x000004, "Wrong alignment on SBZModifiableTimer_Multicast_SetDuration"); \ +static_assert(sizeof(SBZModifiableTimer_Multicast_SetDuration) == 0x000004, "Wrong size on SBZModifiableTimer_Multicast_SetDuration"); \ +static_assert(offsetof(SBZModifiableTimer_Multicast_SetDuration, NewDuration) == 0x000000, "Member 'SBZModifiableTimer_Multicast_SetDuration::NewDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimer_Multicast_SetTimeElapsed \ +static_assert(alignof(SBZModifiableTimer_Multicast_SetTimeElapsed) == 0x000004, "Wrong alignment on SBZModifiableTimer_Multicast_SetTimeElapsed"); \ +static_assert(sizeof(SBZModifiableTimer_Multicast_SetTimeElapsed) == 0x000004, "Wrong size on SBZModifiableTimer_Multicast_SetTimeElapsed"); \ +static_assert(offsetof(SBZModifiableTimer_Multicast_SetTimeElapsed, NewTimeElapsed) == 0x000000, "Member 'SBZModifiableTimer_Multicast_SetTimeElapsed::NewTimeElapsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimer_Multicast_SetTimerSpeed \ +static_assert(alignof(SBZModifiableTimer_Multicast_SetTimerSpeed) == 0x000004, "Wrong alignment on SBZModifiableTimer_Multicast_SetTimerSpeed"); \ +static_assert(sizeof(SBZModifiableTimer_Multicast_SetTimerSpeed) == 0x000004, "Wrong size on SBZModifiableTimer_Multicast_SetTimerSpeed"); \ +static_assert(offsetof(SBZModifiableTimer_Multicast_SetTimerSpeed, NewSpeed) == 0x000000, "Member 'SBZModifiableTimer_Multicast_SetTimerSpeed::NewSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimer_Multicast_SetTimerState \ +static_assert(alignof(SBZModifiableTimer_Multicast_SetTimerState) == 0x000001, "Wrong alignment on SBZModifiableTimer_Multicast_SetTimerState"); \ +static_assert(sizeof(SBZModifiableTimer_Multicast_SetTimerState) == 0x000001, "Wrong size on SBZModifiableTimer_Multicast_SetTimerState"); \ +static_assert(offsetof(SBZModifiableTimer_Multicast_SetTimerState, NewState) == 0x000000, "Member 'SBZModifiableTimer_Multicast_SetTimerState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimer_OnSabotaged \ +static_assert(alignof(SBZModifiableTimer_OnSabotaged) == 0x000001, "Wrong alignment on SBZModifiableTimer_OnSabotaged"); \ +static_assert(sizeof(SBZModifiableTimer_OnSabotaged) == 0x000001, "Wrong size on SBZModifiableTimer_OnSabotaged"); \ +static_assert(offsetof(SBZModifiableTimer_OnSabotaged, bNewSabotagedState) == 0x000000, "Member 'SBZModifiableTimer_OnSabotaged::bNewSabotagedState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimer_ResetTimer \ +static_assert(alignof(SBZModifiableTimer_ResetTimer) == 0x000001, "Wrong alignment on SBZModifiableTimer_ResetTimer"); \ +static_assert(sizeof(SBZModifiableTimer_ResetTimer) == 0x000001, "Wrong size on SBZModifiableTimer_ResetTimer"); \ +static_assert(offsetof(SBZModifiableTimer_ResetTimer, bStartTimer) == 0x000000, "Member 'SBZModifiableTimer_ResetTimer::bStartTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimer_SetTimerDuration \ +static_assert(alignof(SBZModifiableTimer_SetTimerDuration) == 0x000004, "Wrong alignment on SBZModifiableTimer_SetTimerDuration"); \ +static_assert(sizeof(SBZModifiableTimer_SetTimerDuration) == 0x000004, "Wrong size on SBZModifiableTimer_SetTimerDuration"); \ +static_assert(offsetof(SBZModifiableTimer_SetTimerDuration, NewDuration) == 0x000000, "Member 'SBZModifiableTimer_SetTimerDuration::NewDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimer_SetTimerSpeed \ +static_assert(alignof(SBZModifiableTimer_SetTimerSpeed) == 0x000004, "Wrong alignment on SBZModifiableTimer_SetTimerSpeed"); \ +static_assert(sizeof(SBZModifiableTimer_SetTimerSpeed) == 0x000004, "Wrong size on SBZModifiableTimer_SetTimerSpeed"); \ +static_assert(offsetof(SBZModifiableTimer_SetTimerSpeed, NewSpeed) == 0x000000, "Member 'SBZModifiableTimer_SetTimerSpeed::NewSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimer_GetDuration \ +static_assert(alignof(SBZModifiableTimer_GetDuration) == 0x000004, "Wrong alignment on SBZModifiableTimer_GetDuration"); \ +static_assert(sizeof(SBZModifiableTimer_GetDuration) == 0x000004, "Wrong size on SBZModifiableTimer_GetDuration"); \ +static_assert(offsetof(SBZModifiableTimer_GetDuration, ReturnValue) == 0x000000, "Member 'SBZModifiableTimer_GetDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimer_GetProgressMade \ +static_assert(alignof(SBZModifiableTimer_GetProgressMade) == 0x000004, "Wrong alignment on SBZModifiableTimer_GetProgressMade"); \ +static_assert(sizeof(SBZModifiableTimer_GetProgressMade) == 0x000004, "Wrong size on SBZModifiableTimer_GetProgressMade"); \ +static_assert(offsetof(SBZModifiableTimer_GetProgressMade, ReturnValue) == 0x000000, "Member 'SBZModifiableTimer_GetProgressMade::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimer_GetTimeElapsed \ +static_assert(alignof(SBZModifiableTimer_GetTimeElapsed) == 0x000004, "Wrong alignment on SBZModifiableTimer_GetTimeElapsed"); \ +static_assert(sizeof(SBZModifiableTimer_GetTimeElapsed) == 0x000004, "Wrong size on SBZModifiableTimer_GetTimeElapsed"); \ +static_assert(offsetof(SBZModifiableTimer_GetTimeElapsed, ReturnValue) == 0x000000, "Member 'SBZModifiableTimer_GetTimeElapsed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimer_GetTimeRemaining \ +static_assert(alignof(SBZModifiableTimer_GetTimeRemaining) == 0x000004, "Wrong alignment on SBZModifiableTimer_GetTimeRemaining"); \ +static_assert(sizeof(SBZModifiableTimer_GetTimeRemaining) == 0x000004, "Wrong size on SBZModifiableTimer_GetTimeRemaining"); \ +static_assert(offsetof(SBZModifiableTimer_GetTimeRemaining, ReturnValue) == 0x000000, "Member 'SBZModifiableTimer_GetTimeRemaining::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModifiableTimer_GetTimerSpeed \ +static_assert(alignof(SBZModifiableTimer_GetTimerSpeed) == 0x000004, "Wrong alignment on SBZModifiableTimer_GetTimerSpeed"); \ +static_assert(sizeof(SBZModifiableTimer_GetTimerSpeed) == 0x000004, "Wrong size on SBZModifiableTimer_GetTimerSpeed"); \ +static_assert(offsetof(SBZModifiableTimer_GetTimerSpeed, ReturnValue) == 0x000000, "Member 'SBZModifiableTimer_GetTimerSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZModifiableTimer \ +static_assert(alignof(ASBZModifiableTimer) == 0x000008, "Wrong alignment on ASBZModifiableTimer"); \ +static_assert(sizeof(ASBZModifiableTimer) == 0x000358, "Wrong size on ASBZModifiableTimer"); \ +static_assert(offsetof(ASBZModifiableTimer, OnTimerDone) == 0x0002E0, "Member 'ASBZModifiableTimer::OnTimerDone' has a wrong offset!"); \ +static_assert(offsetof(ASBZModifiableTimer, OnTimerStarted) == 0x0002F0, "Member 'ASBZModifiableTimer::OnTimerStarted' has a wrong offset!"); \ +static_assert(offsetof(ASBZModifiableTimer, OnProgressionReached) == 0x000300, "Member 'ASBZModifiableTimer::OnProgressionReached' has a wrong offset!"); \ +static_assert(offsetof(ASBZModifiableTimer, Duration) == 0x000310, "Member 'ASBZModifiableTimer::Duration' has a wrong offset!"); \ +static_assert(offsetof(ASBZModifiableTimer, ProgressionValuesToPost) == 0x000318, "Member 'ASBZModifiableTimer::ProgressionValuesToPost' has a wrong offset!"); \ +static_assert(offsetof(ASBZModifiableTimer, TimeElapsed) == 0x000328, "Member 'ASBZModifiableTimer::TimeElapsed' has a wrong offset!"); \ +static_assert(offsetof(ASBZModifiableTimer, CurrentSpeed) == 0x00032C, "Member 'ASBZModifiableTimer::CurrentSpeed' has a wrong offset!"); \ +static_assert(offsetof(ASBZModifiableTimer, CurrentTimerState) == 0x000330, "Member 'ASBZModifiableTimer::CurrentTimerState' has a wrong offset!"); \ +static_assert(offsetof(ASBZModifiableTimer, SabotagePoint) == 0x000338, "Member 'ASBZModifiableTimer::SabotagePoint' has a wrong offset!"); \ +static_assert(offsetof(ASBZModifiableTimer, SabotagePointArray) == 0x000340, "Member 'ASBZModifiableTimer::SabotagePointArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZModifiableTimer, NextProgressionToPostIndex) == 0x000350, "Member 'ASBZModifiableTimer::NextProgressionToPostIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackingZoneController_OnAckCompleteInteraction \ +static_assert(alignof(SBZHackingZoneController_OnAckCompleteInteraction) == 0x000008, "Wrong alignment on SBZHackingZoneController_OnAckCompleteInteraction"); \ +static_assert(sizeof(SBZHackingZoneController_OnAckCompleteInteraction) == 0x000018, "Wrong size on SBZHackingZoneController_OnAckCompleteInteraction"); \ +static_assert(offsetof(SBZHackingZoneController_OnAckCompleteInteraction, InteractableComp) == 0x000000, "Member 'SBZHackingZoneController_OnAckCompleteInteraction::InteractableComp' has a wrong offset!"); \ +static_assert(offsetof(SBZHackingZoneController_OnAckCompleteInteraction, Interactor) == 0x000008, "Member 'SBZHackingZoneController_OnAckCompleteInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZHackingZoneController_OnAckCompleteInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZHackingZoneController_OnAckCompleteInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackingZoneController_OnInteractionActorServerCompleteInteraction \ +static_assert(alignof(SBZHackingZoneController_OnInteractionActorServerCompleteInteraction) == 0x000008, "Wrong alignment on SBZHackingZoneController_OnInteractionActorServerCompleteInteraction"); \ +static_assert(sizeof(SBZHackingZoneController_OnInteractionActorServerCompleteInteraction) == 0x000010, "Wrong size on SBZHackingZoneController_OnInteractionActorServerCompleteInteraction"); \ +static_assert(offsetof(SBZHackingZoneController_OnInteractionActorServerCompleteInteraction, Interactable) == 0x000000, "Member 'SBZHackingZoneController_OnInteractionActorServerCompleteInteraction::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZHackingZoneController_OnInteractionActorServerCompleteInteraction, Interactor) == 0x000008, "Member 'SBZHackingZoneController_OnInteractionActorServerCompleteInteraction::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHackingZoneController_SetInteractionEnabled \ +static_assert(alignof(SBZHackingZoneController_SetInteractionEnabled) == 0x000001, "Wrong alignment on SBZHackingZoneController_SetInteractionEnabled"); \ +static_assert(sizeof(SBZHackingZoneController_SetInteractionEnabled) == 0x000001, "Wrong size on SBZHackingZoneController_SetInteractionEnabled"); \ +static_assert(offsetof(SBZHackingZoneController_SetInteractionEnabled, bEnabled) == 0x000000, "Member 'SBZHackingZoneController_SetInteractionEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZHackingZoneController \ +static_assert(alignof(ASBZHackingZoneController) == 0x000008, "Wrong alignment on ASBZHackingZoneController"); \ +static_assert(sizeof(ASBZHackingZoneController) == 0x000418, "Wrong size on ASBZHackingZoneController"); \ +static_assert(offsetof(ASBZHackingZoneController, OnInteractionComplete) == 0x000358, "Member 'ASBZHackingZoneController::OnInteractionComplete' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackingZoneController, StaticMesh) == 0x000368, "Member 'ASBZHackingZoneController::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackingZoneController, InteractableComponent) == 0x000370, "Member 'ASBZHackingZoneController::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackingZoneController, OutlineComponent) == 0x000378, "Member 'ASBZHackingZoneController::OutlineComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackingZoneController, bUseHackingZones) == 0x000380, "Member 'ASBZHackingZoneController::bUseHackingZones' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackingZoneController, HackingZoneArray) == 0x000388, "Member 'ASBZHackingZoneController::HackingZoneArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackingZoneController, NumberOfZonesActiveAtOnce) == 0x000398, "Member 'ASBZHackingZoneController::NumberOfZonesActiveAtOnce' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackingZoneController, bSkipRandomization) == 0x00039C, "Member 'ASBZHackingZoneController::bSkipRandomization' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackingZoneController, SingleLocationDuration) == 0x0003A0, "Member 'ASBZHackingZoneController::SingleLocationDuration' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackingZoneController, PlayerMultiplierArray) == 0x0003A8, "Member 'ASBZHackingZoneController::PlayerMultiplierArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackingZoneController, InteractionActorArray) == 0x0003B8, "Member 'ASBZHackingZoneController::InteractionActorArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackingZoneController, SpeedIncreasePerInteractionArray) == 0x0003C8, "Member 'ASBZHackingZoneController::SpeedIncreasePerInteractionArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackingZoneController, NumberOfInteractionsForInstantComplete) == 0x0003D8, "Member 'ASBZHackingZoneController::NumberOfInteractionsForInstantComplete' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackingZoneController, LoudOptions) == 0x0003DC, "Member 'ASBZHackingZoneController::LoudOptions' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackingZoneController, Seed) == 0x0003E0, "Member 'ASBZHackingZoneController::Seed' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackingZoneController, NumberOfZonesOccupied) == 0x0003E4, "Member 'ASBZHackingZoneController::NumberOfZonesOccupied' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackingZoneController, NumberOfInteractionsDone) == 0x0003E8, "Member 'ASBZHackingZoneController::NumberOfInteractionsDone' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackingZoneController, HackingZoneDataArray) == 0x0003F0, "Member 'ASBZHackingZoneController::HackingZoneDataArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZHackingZoneController, AvailableZoneIndexes) == 0x000400, "Member 'ASBZHackingZoneController::AvailableZoneIndexes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSocialFriendButtonContainer_GetPartyMembersNum \ +static_assert(alignof(SBZSocialFriendButtonContainer_GetPartyMembersNum) == 0x000004, "Wrong alignment on SBZSocialFriendButtonContainer_GetPartyMembersNum"); \ +static_assert(sizeof(SBZSocialFriendButtonContainer_GetPartyMembersNum) == 0x000004, "Wrong size on SBZSocialFriendButtonContainer_GetPartyMembersNum"); \ +static_assert(offsetof(SBZSocialFriendButtonContainer_GetPartyMembersNum, ReturnValue) == 0x000000, "Member 'SBZSocialFriendButtonContainer_GetPartyMembersNum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSocialFriendButtonContainer_OnFriendButtonFocused \ +static_assert(alignof(SBZSocialFriendButtonContainer_OnFriendButtonFocused) == 0x000008, "Wrong alignment on SBZSocialFriendButtonContainer_OnFriendButtonFocused"); \ +static_assert(sizeof(SBZSocialFriendButtonContainer_OnFriendButtonFocused) == 0x000010, "Wrong size on SBZSocialFriendButtonContainer_OnFriendButtonFocused"); \ +static_assert(offsetof(SBZSocialFriendButtonContainer_OnFriendButtonFocused, MenuButton) == 0x000000, "Member 'SBZSocialFriendButtonContainer_OnFriendButtonFocused::MenuButton' has a wrong offset!"); \ +static_assert(offsetof(SBZSocialFriendButtonContainer_OnFriendButtonFocused, bIsFocused) == 0x000008, "Member 'SBZSocialFriendButtonContainer_OnFriendButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSocialFriendButtonContainer_OnPartyButtonFocused \ +static_assert(alignof(SBZSocialFriendButtonContainer_OnPartyButtonFocused) == 0x000008, "Wrong alignment on SBZSocialFriendButtonContainer_OnPartyButtonFocused"); \ +static_assert(sizeof(SBZSocialFriendButtonContainer_OnPartyButtonFocused) == 0x000010, "Wrong size on SBZSocialFriendButtonContainer_OnPartyButtonFocused"); \ +static_assert(offsetof(SBZSocialFriendButtonContainer_OnPartyButtonFocused, MenuButton) == 0x000000, "Member 'SBZSocialFriendButtonContainer_OnPartyButtonFocused::MenuButton' has a wrong offset!"); \ +static_assert(offsetof(SBZSocialFriendButtonContainer_OnPartyButtonFocused, bIsFocused) == 0x000008, "Member 'SBZSocialFriendButtonContainer_OnPartyButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSocialFriendButtonContainer_SearchUser \ +static_assert(alignof(SBZSocialFriendButtonContainer_SearchUser) == 0x000008, "Wrong alignment on SBZSocialFriendButtonContainer_SearchUser"); \ +static_assert(sizeof(SBZSocialFriendButtonContainer_SearchUser) == 0x000010, "Wrong size on SBZSocialFriendButtonContainer_SearchUser"); \ +static_assert(offsetof(SBZSocialFriendButtonContainer_SearchUser, UserName) == 0x000000, "Member 'SBZSocialFriendButtonContainer_SearchUser::UserName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSocialFriendButtonContainer_UpdateFriendButton \ +static_assert(alignof(SBZSocialFriendButtonContainer_UpdateFriendButton) == 0x000008, "Wrong alignment on SBZSocialFriendButtonContainer_UpdateFriendButton"); \ +static_assert(sizeof(SBZSocialFriendButtonContainer_UpdateFriendButton) == 0x000010, "Wrong size on SBZSocialFriendButtonContainer_UpdateFriendButton"); \ +static_assert(offsetof(SBZSocialFriendButtonContainer_UpdateFriendButton, UserID) == 0x000000, "Member 'SBZSocialFriendButtonContainer_UpdateFriendButton::UserID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSocialFriendButtonContainer_UpdateFriendFilterText \ +static_assert(alignof(SBZSocialFriendButtonContainer_UpdateFriendFilterText) == 0x000008, "Wrong alignment on SBZSocialFriendButtonContainer_UpdateFriendFilterText"); \ +static_assert(sizeof(SBZSocialFriendButtonContainer_UpdateFriendFilterText) == 0x000010, "Wrong size on SBZSocialFriendButtonContainer_UpdateFriendFilterText"); \ +static_assert(offsetof(SBZSocialFriendButtonContainer_UpdateFriendFilterText, Text) == 0x000000, "Member 'SBZSocialFriendButtonContainer_UpdateFriendFilterText::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSocialFriendButtonContainer_GetPlatformName \ +static_assert(alignof(SBZSocialFriendButtonContainer_GetPlatformName) == 0x000008, "Wrong alignment on SBZSocialFriendButtonContainer_GetPlatformName"); \ +static_assert(sizeof(SBZSocialFriendButtonContainer_GetPlatformName) == 0x000018, "Wrong size on SBZSocialFriendButtonContainer_GetPlatformName"); \ +static_assert(offsetof(SBZSocialFriendButtonContainer_GetPlatformName, ReturnValue) == 0x000000, "Member 'SBZSocialFriendButtonContainer_GetPlatformName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSocialFriendButtonContainer \ +static_assert(alignof(USBZSocialFriendButtonContainer) == 0x000008, "Wrong alignment on USBZSocialFriendButtonContainer"); \ +static_assert(sizeof(USBZSocialFriendButtonContainer) == 0x0005B8, "Wrong size on USBZSocialFriendButtonContainer"); \ +static_assert(offsetof(USBZSocialFriendButtonContainer, Button_FilterFriends) == 0x0002A0, "Member 'USBZSocialFriendButtonContainer::Button_FilterFriends' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialFriendButtonContainer, LeavePartyButton) == 0x0002A8, "Member 'USBZSocialFriendButtonContainer::LeavePartyButton' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialFriendButtonContainer, Panel_AccelByteFriendList) == 0x0002B0, "Member 'USBZSocialFriendButtonContainer::Panel_AccelByteFriendList' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialFriendButtonContainer, Panel_PlatformFriendList) == 0x0002B8, "Member 'USBZSocialFriendButtonContainer::Panel_PlatformFriendList' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialFriendButtonContainer, Panel_IncomingFriendRequests) == 0x0002C0, "Member 'USBZSocialFriendButtonContainer::Panel_IncomingFriendRequests' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialFriendButtonContainer, Panel_OutgoingFriendRequests) == 0x0002C8, "Member 'USBZSocialFriendButtonContainer::Panel_OutgoingFriendRequests' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialFriendButtonContainer, Panel_UserSearch) == 0x0002D0, "Member 'USBZSocialFriendButtonContainer::Panel_UserSearch' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialFriendButtonContainer, Panel_BlockedPlayers) == 0x0002D8, "Member 'USBZSocialFriendButtonContainer::Panel_BlockedPlayers' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialFriendButtonContainer, Panel_PartyMembers) == 0x0002E0, "Member 'USBZSocialFriendButtonContainer::Panel_PartyMembers' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialFriendButtonContainer, Panel_OfflinePlayers) == 0x0002E8, "Member 'USBZSocialFriendButtonContainer::Panel_OfflinePlayers' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialFriendButtonContainer, FriendButtonWidgetClass) == 0x0002F0, "Member 'USBZSocialFriendButtonContainer::FriendButtonWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialFriendButtonContainer, AccelByteFriendButtonMap) == 0x0002F8, "Member 'USBZSocialFriendButtonContainer::AccelByteFriendButtonMap' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialFriendButtonContainer, PlatformFriendButtonMap) == 0x000348, "Member 'USBZSocialFriendButtonContainer::PlatformFriendButtonMap' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialFriendButtonContainer, IncomingFriendButtonMap) == 0x000398, "Member 'USBZSocialFriendButtonContainer::IncomingFriendButtonMap' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialFriendButtonContainer, OutgoingFriendButtonMap) == 0x0003E8, "Member 'USBZSocialFriendButtonContainer::OutgoingFriendButtonMap' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialFriendButtonContainer, UserSearchButtonMap) == 0x000438, "Member 'USBZSocialFriendButtonContainer::UserSearchButtonMap' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialFriendButtonContainer, BlockedPlayerButtonMap) == 0x000488, "Member 'USBZSocialFriendButtonContainer::BlockedPlayerButtonMap' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialFriendButtonContainer, OfflineFriendButtonMap) == 0x0004D8, "Member 'USBZSocialFriendButtonContainer::OfflineFriendButtonMap' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialFriendButtonContainer, PartyMembers) == 0x000548, "Member 'USBZSocialFriendButtonContainer::PartyMembers' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialFriendButtonContainer, PartyEmptyButtonPool) == 0x000598, "Member 'USBZSocialFriendButtonContainer::PartyEmptyButtonPool' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialFriendButtonContainer, PartyMemberButtonWidgetClass) == 0x0005A8, "Member 'USBZSocialFriendButtonContainer::PartyMemberButtonWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialFriendButtonContainer, CurrentlyFocusedButton) == 0x0005B0, "Member 'USBZSocialFriendButtonContainer::CurrentlyFocusedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZHandheldEquippable \ +static_assert(alignof(ASBZHandheldEquippable) == 0x000010, "Wrong alignment on ASBZHandheldEquippable"); \ +static_assert(sizeof(ASBZHandheldEquippable) == 0x000450, "Wrong size on ASBZHandheldEquippable"); \ + +#define DUMPER7_ASSERTS_USBZSkillCasingUnmaskedExpertBase \ +static_assert(alignof(USBZSkillCasingUnmaskedExpertBase) == 0x000008, "Wrong alignment on USBZSkillCasingUnmaskedExpertBase"); \ +static_assert(sizeof(USBZSkillCasingUnmaskedExpertBase) == 0x000230, "Wrong size on USBZSkillCasingUnmaskedExpertBase"); \ + +#define DUMPER7_ASSERTS_USBZTargetingHeadbobData \ +static_assert(alignof(USBZTargetingHeadbobData) == 0x000008, "Wrong alignment on USBZTargetingHeadbobData"); \ +static_assert(sizeof(USBZTargetingHeadbobData) == 0x000050, "Wrong size on USBZTargetingHeadbobData"); \ +static_assert(offsetof(USBZTargetingHeadbobData, BreathingCurve) == 0x000038, "Member 'USBZTargetingHeadbobData::BreathingCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZTargetingHeadbobData, LocomotionFPRigModifier) == 0x000040, "Member 'USBZTargetingHeadbobData::LocomotionFPRigModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZTargetingHeadbobData, BreathingFPRigModifier) == 0x000044, "Member 'USBZTargetingHeadbobData::BreathingFPRigModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZTargetingHeadbobData, BreathingAmplitude) == 0x000048, "Member 'USBZTargetingHeadbobData::BreathingAmplitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHeadbobData \ +static_assert(alignof(USBZHeadbobData) == 0x000008, "Wrong alignment on USBZHeadbobData"); \ +static_assert(sizeof(USBZHeadbobData) == 0x000298, "Wrong size on USBZHeadbobData"); \ +static_assert(offsetof(USBZHeadbobData, SpeedToAmplitude) == 0x000038, "Member 'USBZHeadbobData::SpeedToAmplitude' has a wrong offset!"); \ +static_assert(offsetof(USBZHeadbobData, SpeedToFrequency) == 0x0000C0, "Member 'USBZHeadbobData::SpeedToFrequency' has a wrong offset!"); \ +static_assert(offsetof(USBZHeadbobData, LocomotionCurve) == 0x000148, "Member 'USBZHeadbobData::LocomotionCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZHeadbobData, RollCurve) == 0x000150, "Member 'USBZHeadbobData::RollCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZHeadbobData, SpeedToRollFrequency) == 0x0001D8, "Member 'USBZHeadbobData::SpeedToRollFrequency' has a wrong offset!"); \ +static_assert(offsetof(USBZHeadbobData, RollAmplitudeModifier) == 0x000260, "Member 'USBZHeadbobData::RollAmplitudeModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZHeadbobData, BreathingCurve) == 0x000268, "Member 'USBZHeadbobData::BreathingCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZHeadbobData, BreathingFrequency) == 0x000270, "Member 'USBZHeadbobData::BreathingFrequency' has a wrong offset!"); \ +static_assert(offsetof(USBZHeadbobData, NormalBreathingAmplitude) == 0x000274, "Member 'USBZHeadbobData::NormalBreathingAmplitude' has a wrong offset!"); \ +static_assert(offsetof(USBZHeadbobData, CrouchBreathingAmplitude) == 0x000278, "Member 'USBZHeadbobData::CrouchBreathingAmplitude' has a wrong offset!"); \ +static_assert(offsetof(USBZHeadbobData, TargetingBreathingAmplitude) == 0x00027C, "Member 'USBZHeadbobData::TargetingBreathingAmplitude' has a wrong offset!"); \ +static_assert(offsetof(USBZHeadbobData, BreathingAmplitudeModifier) == 0x000280, "Member 'USBZHeadbobData::BreathingAmplitudeModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZHeadbobData, LocomotionFPRigModifier) == 0x000284, "Member 'USBZHeadbobData::LocomotionFPRigModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZHeadbobData, BreathingFPRigModifier) == 0x000288, "Member 'USBZHeadbobData::BreathingFPRigModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZHeadbobData, TargetingData) == 0x000290, "Member 'USBZHeadbobData::TargetingData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZThrowableInvisibleNotify \ +static_assert(alignof(USBZThrowableInvisibleNotify) == 0x000008, "Wrong alignment on USBZThrowableInvisibleNotify"); \ +static_assert(sizeof(USBZThrowableInvisibleNotify) == 0x000040, "Wrong size on USBZThrowableInvisibleNotify"); \ + +#define DUMPER7_ASSERTS_SBZHeadbobCameraModifier_HandleCurrentEquippableIndexChanged \ +static_assert(alignof(SBZHeadbobCameraModifier_HandleCurrentEquippableIndexChanged) == 0x000008, "Wrong alignment on SBZHeadbobCameraModifier_HandleCurrentEquippableIndexChanged"); \ +static_assert(sizeof(SBZHeadbobCameraModifier_HandleCurrentEquippableIndexChanged) == 0x000010, "Wrong size on SBZHeadbobCameraModifier_HandleCurrentEquippableIndexChanged"); \ +static_assert(offsetof(SBZHeadbobCameraModifier_HandleCurrentEquippableIndexChanged, Character) == 0x000000, "Member 'SBZHeadbobCameraModifier_HandleCurrentEquippableIndexChanged::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZHeadbobCameraModifier_HandleCurrentEquippableIndexChanged, CurrentEquippableIndex) == 0x000008, "Member 'SBZHeadbobCameraModifier_HandleCurrentEquippableIndexChanged::CurrentEquippableIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZHeadbobCameraModifier_HandleCurrentEquippableIndexChanged, bIsOnlyDataChanged) == 0x00000C, "Member 'SBZHeadbobCameraModifier_HandleCurrentEquippableIndexChanged::bIsOnlyDataChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHeadbobCameraModifier_HandleEquippableArrayChanged \ +static_assert(alignof(SBZHeadbobCameraModifier_HandleEquippableArrayChanged) == 0x000008, "Wrong alignment on SBZHeadbobCameraModifier_HandleEquippableArrayChanged"); \ +static_assert(sizeof(SBZHeadbobCameraModifier_HandleEquippableArrayChanged) == 0x000008, "Wrong size on SBZHeadbobCameraModifier_HandleEquippableArrayChanged"); \ +static_assert(offsetof(SBZHeadbobCameraModifier_HandleEquippableArrayChanged, Character) == 0x000000, "Member 'SBZHeadbobCameraModifier_HandleEquippableArrayChanged::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHeadbobCameraModifier \ +static_assert(alignof(USBZHeadbobCameraModifier) == 0x000008, "Wrong alignment on USBZHeadbobCameraModifier"); \ +static_assert(sizeof(USBZHeadbobCameraModifier) == 0x0000C0, "Wrong size on USBZHeadbobCameraModifier"); \ +static_assert(offsetof(USBZHeadbobCameraModifier, DefaultHeadbobData) == 0x000050, "Member 'USBZHeadbobCameraModifier::DefaultHeadbobData' has a wrong offset!"); \ +static_assert(offsetof(USBZHeadbobCameraModifier, CurrentData) == 0x000058, "Member 'USBZHeadbobCameraModifier::CurrentData' has a wrong offset!"); \ +static_assert(offsetof(USBZHeadbobCameraModifier, CurrentTargetingData) == 0x000060, "Member 'USBZHeadbobCameraModifier::CurrentTargetingData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZReplicationGraphNode_AlwaysRelevant_ForConnection \ +static_assert(alignof(USBZReplicationGraphNode_AlwaysRelevant_ForConnection) == 0x000008, "Wrong alignment on USBZReplicationGraphNode_AlwaysRelevant_ForConnection"); \ +static_assert(sizeof(USBZReplicationGraphNode_AlwaysRelevant_ForConnection) == 0x000078, "Wrong size on USBZReplicationGraphNode_AlwaysRelevant_ForConnection"); \ +static_assert(offsetof(USBZReplicationGraphNode_AlwaysRelevant_ForConnection, LastPawn) == 0x000068, "Member 'USBZReplicationGraphNode_AlwaysRelevant_ForConnection::LastPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHeavyBreachingEquipmentBase_BP_PartAdded \ +static_assert(alignof(SBZHeavyBreachingEquipmentBase_BP_PartAdded) == 0x000004, "Wrong alignment on SBZHeavyBreachingEquipmentBase_BP_PartAdded"); \ +static_assert(sizeof(SBZHeavyBreachingEquipmentBase_BP_PartAdded) == 0x000004, "Wrong size on SBZHeavyBreachingEquipmentBase_BP_PartAdded"); \ +static_assert(offsetof(SBZHeavyBreachingEquipmentBase_BP_PartAdded, Amount) == 0x000000, "Member 'SBZHeavyBreachingEquipmentBase_BP_PartAdded::Amount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHeavyBreachingEquipmentBase_Multicast_SetEstimatedFuelEndTime \ +static_assert(alignof(SBZHeavyBreachingEquipmentBase_Multicast_SetEstimatedFuelEndTime) == 0x000004, "Wrong alignment on SBZHeavyBreachingEquipmentBase_Multicast_SetEstimatedFuelEndTime"); \ +static_assert(sizeof(SBZHeavyBreachingEquipmentBase_Multicast_SetEstimatedFuelEndTime) == 0x000004, "Wrong size on SBZHeavyBreachingEquipmentBase_Multicast_SetEstimatedFuelEndTime"); \ +static_assert(offsetof(SBZHeavyBreachingEquipmentBase_Multicast_SetEstimatedFuelEndTime, InEstimatedFuelEndTime) == 0x000000, "Member 'SBZHeavyBreachingEquipmentBase_Multicast_SetEstimatedFuelEndTime::InEstimatedFuelEndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZHeavyBreachingEquipmentBase \ +static_assert(alignof(ASBZHeavyBreachingEquipmentBase) == 0x000008, "Wrong alignment on ASBZHeavyBreachingEquipmentBase"); \ +static_assert(sizeof(ASBZHeavyBreachingEquipmentBase) == 0x0004A0, "Wrong size on ASBZHeavyBreachingEquipmentBase"); \ +static_assert(offsetof(ASBZHeavyBreachingEquipmentBase, EquipmentParts) == 0x000448, "Member 'ASBZHeavyBreachingEquipmentBase::EquipmentParts' has a wrong offset!"); \ +static_assert(offsetof(ASBZHeavyBreachingEquipmentBase, EquipmentTimes) == 0x000458, "Member 'ASBZHeavyBreachingEquipmentBase::EquipmentTimes' has a wrong offset!"); \ +static_assert(offsetof(ASBZHeavyBreachingEquipmentBase, HeatupTimeSeconds) == 0x000468, "Member 'ASBZHeavyBreachingEquipmentBase::HeatupTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(ASBZHeavyBreachingEquipmentBase, NumberOfPartsAdded) == 0x00046C, "Member 'ASBZHeavyBreachingEquipmentBase::NumberOfPartsAdded' has a wrong offset!"); \ +static_assert(offsetof(ASBZHeavyBreachingEquipmentBase, EstimatedFuelEndTime) == 0x000470, "Member 'ASBZHeavyBreachingEquipmentBase::EstimatedFuelEndTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZHeavyBreachingEquipmentBase, EquipmentPartMeshes) == 0x000478, "Member 'ASBZHeavyBreachingEquipmentBase::EquipmentPartMeshes' has a wrong offset!"); \ +static_assert(offsetof(ASBZHeavyBreachingEquipmentBase, PartAddedEvent) == 0x000488, "Member 'ASBZHeavyBreachingEquipmentBase::PartAddedEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillCasingFocusedBase \ +static_assert(alignof(USBZSkillCasingFocusedBase) == 0x000008, "Wrong alignment on USBZSkillCasingFocusedBase"); \ +static_assert(sizeof(USBZSkillCasingFocusedBase) == 0x000230, "Wrong size on USBZSkillCasingFocusedBase"); \ + +#define DUMPER7_ASSERTS_USBZFragGrenadeData \ +static_assert(alignof(USBZFragGrenadeData) == 0x000008, "Wrong alignment on USBZFragGrenadeData"); \ +static_assert(sizeof(USBZFragGrenadeData) == 0x000400, "Wrong size on USBZFragGrenadeData"); \ +static_assert(offsetof(USBZFragGrenadeData, DamageGameplayEffectClass) == 0x000380, "Member 'USBZFragGrenadeData::DamageGameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(USBZFragGrenadeData, DamageTypeClass) == 0x000388, "Member 'USBZFragGrenadeData::DamageTypeClass' has a wrong offset!"); \ +static_assert(offsetof(USBZFragGrenadeData, FriendlyPlayerDamageScale) == 0x000390, "Member 'USBZFragGrenadeData::FriendlyPlayerDamageScale' has a wrong offset!"); \ +static_assert(offsetof(USBZFragGrenadeData, bUseInstigatorPlayerDamageScale) == 0x000394, "Member 'USBZFragGrenadeData::bUseInstigatorPlayerDamageScale' has a wrong offset!"); \ +static_assert(offsetof(USBZFragGrenadeData, InstigatorPlayerDamageScale) == 0x000398, "Member 'USBZFragGrenadeData::InstigatorPlayerDamageScale' has a wrong offset!"); \ +static_assert(offsetof(USBZFragGrenadeData, ClusterGrenadeClass) == 0x0003A8, "Member 'USBZFragGrenadeData::ClusterGrenadeClass' has a wrong offset!"); \ +static_assert(offsetof(USBZFragGrenadeData, ClusterDelay) == 0x0003D8, "Member 'USBZFragGrenadeData::ClusterDelay' has a wrong offset!"); \ +static_assert(offsetof(USBZFragGrenadeData, RandomAdditionalClusterDelay) == 0x0003DC, "Member 'USBZFragGrenadeData::RandomAdditionalClusterDelay' has a wrong offset!"); \ +static_assert(offsetof(USBZFragGrenadeData, ClusterGrenadeSpawnDegrees) == 0x0003E0, "Member 'USBZFragGrenadeData::ClusterGrenadeSpawnDegrees' has a wrong offset!"); \ +static_assert(offsetof(USBZFragGrenadeData, HurtReactionData) == 0x0003E8, "Member 'USBZFragGrenadeData::HurtReactionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGasGrenadeData \ +static_assert(alignof(USBZGasGrenadeData) == 0x000008, "Wrong alignment on USBZGasGrenadeData"); \ +static_assert(sizeof(USBZGasGrenadeData) == 0x0004A0, "Wrong size on USBZGasGrenadeData"); \ +static_assert(offsetof(USBZGasGrenadeData, AddedTagContainer) == 0x000400, "Member 'USBZGasGrenadeData::AddedTagContainer' has a wrong offset!"); \ +static_assert(offsetof(USBZGasGrenadeData, DropDamageMap) == 0x000420, "Member 'USBZGasGrenadeData::DropDamageMap' has a wrong offset!"); \ +static_assert(offsetof(USBZGasGrenadeData, DropDamageModifierCurve) == 0x000470, "Member 'USBZGasGrenadeData::DropDamageModifierCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZGasGrenadeData, bIsDroppedConvertedToFragGrenade) == 0x000478, "Member 'USBZGasGrenadeData::bIsDroppedConvertedToFragGrenade' has a wrong offset!"); \ +static_assert(offsetof(USBZGasGrenadeData, NoDamagePawnTypeTagContainer) == 0x000480, "Member 'USBZGasGrenadeData::NoDamagePawnTypeTagContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHeightTransitionCameraModifier \ +static_assert(alignof(USBZHeightTransitionCameraModifier) == 0x000008, "Wrong alignment on USBZHeightTransitionCameraModifier"); \ +static_assert(sizeof(USBZHeightTransitionCameraModifier) == 0x0000F0, "Wrong size on USBZHeightTransitionCameraModifier"); \ +static_assert(offsetof(USBZHeightTransitionCameraModifier, Settings) == 0x000050, "Member 'USBZHeightTransitionCameraModifier::Settings' has a wrong offset!"); \ +static_assert(offsetof(USBZHeightTransitionCameraModifier, DefaultAlphaBlend) == 0x000060, "Member 'USBZHeightTransitionCameraModifier::DefaultAlphaBlend' has a wrong offset!"); \ +static_assert(offsetof(USBZHeightTransitionCameraModifier, AlphaBlend) == 0x000090, "Member 'USBZHeightTransitionCameraModifier::AlphaBlend' has a wrong offset!"); \ +static_assert(offsetof(USBZHeightTransitionCameraModifier, FallingTransitionSpeedModifier) == 0x0000C0, "Member 'USBZHeightTransitionCameraModifier::FallingTransitionSpeedModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSmartMatchmaking \ +static_assert(alignof(USBZSmartMatchmaking) == 0x000008, "Wrong alignment on USBZSmartMatchmaking"); \ +static_assert(sizeof(USBZSmartMatchmaking) == 0x000220, "Wrong size on USBZSmartMatchmaking"); \ + +#define DUMPER7_ASSERTS_SBZHeistDeveloperSettings_GetAllHeistData \ +static_assert(alignof(SBZHeistDeveloperSettings_GetAllHeistData) == 0x000008, "Wrong alignment on SBZHeistDeveloperSettings_GetAllHeistData"); \ +static_assert(sizeof(SBZHeistDeveloperSettings_GetAllHeistData) == 0x000010, "Wrong size on SBZHeistDeveloperSettings_GetAllHeistData"); \ +static_assert(offsetof(SBZHeistDeveloperSettings_GetAllHeistData, ReturnValue) == 0x000000, "Member 'SBZHeistDeveloperSettings_GetAllHeistData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHeistDeveloperSettings_GetHeistDataFromLevelPath \ +static_assert(alignof(SBZHeistDeveloperSettings_GetHeistDataFromLevelPath) == 0x000008, "Wrong alignment on SBZHeistDeveloperSettings_GetHeistDataFromLevelPath"); \ +static_assert(sizeof(SBZHeistDeveloperSettings_GetHeistDataFromLevelPath) == 0x000028, "Wrong size on SBZHeistDeveloperSettings_GetHeistDataFromLevelPath"); \ +static_assert(offsetof(SBZHeistDeveloperSettings_GetHeistDataFromLevelPath, LevelPath) == 0x000000, "Member 'SBZHeistDeveloperSettings_GetHeistDataFromLevelPath::LevelPath' has a wrong offset!"); \ +static_assert(offsetof(SBZHeistDeveloperSettings_GetHeistDataFromLevelPath, ReturnValue) == 0x000020, "Member 'SBZHeistDeveloperSettings_GetHeistDataFromLevelPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHeistDeveloperSettings_GetHeistDataFromLevelShortName \ +static_assert(alignof(SBZHeistDeveloperSettings_GetHeistDataFromLevelShortName) == 0x000008, "Wrong alignment on SBZHeistDeveloperSettings_GetHeistDataFromLevelShortName"); \ +static_assert(sizeof(SBZHeistDeveloperSettings_GetHeistDataFromLevelShortName) == 0x000018, "Wrong size on SBZHeistDeveloperSettings_GetHeistDataFromLevelShortName"); \ +static_assert(offsetof(SBZHeistDeveloperSettings_GetHeistDataFromLevelShortName, ShortName) == 0x000000, "Member 'SBZHeistDeveloperSettings_GetHeistDataFromLevelShortName::ShortName' has a wrong offset!"); \ +static_assert(offsetof(SBZHeistDeveloperSettings_GetHeistDataFromLevelShortName, ReturnValue) == 0x000010, "Member 'SBZHeistDeveloperSettings_GetHeistDataFromLevelShortName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHeistDeveloperSettings \ +static_assert(alignof(USBZHeistDeveloperSettings) == 0x000008, "Wrong alignment on USBZHeistDeveloperSettings"); \ +static_assert(sizeof(USBZHeistDeveloperSettings) == 0x000058, "Wrong size on USBZHeistDeveloperSettings"); \ +static_assert(offsetof(USBZHeistDeveloperSettings, HeistLevelPairArray) == 0x000048, "Member 'USBZHeistDeveloperSettings::HeistLevelPairArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnCloset_OnRoomVolumeBeginOverlap \ +static_assert(alignof(SBZSpawnCloset_OnRoomVolumeBeginOverlap) == 0x000008, "Wrong alignment on SBZSpawnCloset_OnRoomVolumeBeginOverlap"); \ +static_assert(sizeof(SBZSpawnCloset_OnRoomVolumeBeginOverlap) == 0x000010, "Wrong size on SBZSpawnCloset_OnRoomVolumeBeginOverlap"); \ +static_assert(offsetof(SBZSpawnCloset_OnRoomVolumeBeginOverlap, OverlappedActor) == 0x000000, "Member 'SBZSpawnCloset_OnRoomVolumeBeginOverlap::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnCloset_OnRoomVolumeBeginOverlap, OtherActor) == 0x000008, "Member 'SBZSpawnCloset_OnRoomVolumeBeginOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnCloset_OnRoomVolumeEndOverlap \ +static_assert(alignof(SBZSpawnCloset_OnRoomVolumeEndOverlap) == 0x000008, "Wrong alignment on SBZSpawnCloset_OnRoomVolumeEndOverlap"); \ +static_assert(sizeof(SBZSpawnCloset_OnRoomVolumeEndOverlap) == 0x000010, "Wrong size on SBZSpawnCloset_OnRoomVolumeEndOverlap"); \ +static_assert(offsetof(SBZSpawnCloset_OnRoomVolumeEndOverlap, OverlappedActor) == 0x000000, "Member 'SBZSpawnCloset_OnRoomVolumeEndOverlap::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnCloset_OnRoomVolumeEndOverlap, OtherActor) == 0x000008, "Member 'SBZSpawnCloset_OnRoomVolumeEndOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZSpawnCloset \ +static_assert(alignof(ASBZSpawnCloset) == 0x000008, "Wrong alignment on ASBZSpawnCloset"); \ +static_assert(sizeof(ASBZSpawnCloset) == 0x000388, "Wrong size on ASBZSpawnCloset"); \ +static_assert(offsetof(ASBZSpawnCloset, ClosetVolume) == 0x0002A8, "Member 'ASBZSpawnCloset::ClosetVolume' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpawnCloset, SpawnGroupsInCloset) == 0x0002D8, "Member 'ASBZSpawnCloset::SpawnGroupsInCloset' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpawnCloset, Reactors) == 0x0002E8, "Member 'ASBZSpawnCloset::Reactors' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpawnCloset, bStayOpenDuringStealth) == 0x0002F8, "Member 'ASBZSpawnCloset::bStayOpenDuringStealth' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpawnCloset, ReactionDelay) == 0x0002FC, "Member 'ASBZSpawnCloset::ReactionDelay' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpawnCloset, NumberOfBlockingActors) == 0x000300, "Member 'ASBZSpawnCloset::NumberOfBlockingActors' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpawnCloset, bActorsInVolume) == 0x000304, "Member 'ASBZSpawnCloset::bActorsInVolume' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpawnCloset, bIsStealth) == 0x000305, "Member 'ASBZSpawnCloset::bIsStealth' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpawnCloset, CiviliansInVolume) == 0x000308, "Member 'ASBZSpawnCloset::CiviliansInVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHelmetPopperData \ +static_assert(alignof(USBZHelmetPopperData) == 0x000008, "Wrong alignment on USBZHelmetPopperData"); \ +static_assert(sizeof(USBZHelmetPopperData) == 0x000070, "Wrong size on USBZHelmetPopperData"); \ +static_assert(offsetof(USBZHelmetPopperData, MinStartVelocity) == 0x000038, "Member 'USBZHelmetPopperData::MinStartVelocity' has a wrong offset!"); \ +static_assert(offsetof(USBZHelmetPopperData, MaxStartVelocity) == 0x000044, "Member 'USBZHelmetPopperData::MaxStartVelocity' has a wrong offset!"); \ +static_assert(offsetof(USBZHelmetPopperData, HitDirectionSpeed) == 0x000050, "Member 'USBZHelmetPopperData::HitDirectionSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZHelmetPopperData, TorqueStrength) == 0x000058, "Member 'USBZHelmetPopperData::TorqueStrength' has a wrong offset!"); \ +static_assert(offsetof(USBZHelmetPopperData, bUseRandomDirection) == 0x000060, "Member 'USBZHelmetPopperData::bUseRandomDirection' has a wrong offset!"); \ +static_assert(offsetof(USBZHelmetPopperData, ConeHalfAngle) == 0x000064, "Member 'USBZHelmetPopperData::ConeHalfAngle' has a wrong offset!"); \ +static_assert(offsetof(USBZHelmetPopperData, bUseMeleeAnimationDirection) == 0x000068, "Member 'USBZHelmetPopperData::bUseMeleeAnimationDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillCasingStrongArmBase \ +static_assert(alignof(USBZSkillCasingStrongArmBase) == 0x000008, "Wrong alignment on USBZSkillCasingStrongArmBase"); \ +static_assert(sizeof(USBZSkillCasingStrongArmBase) == 0x000230, "Wrong size on USBZSkillCasingStrongArmBase"); \ + +#define DUMPER7_ASSERTS_USBZTickDamageEffect \ +static_assert(alignof(USBZTickDamageEffect) == 0x000008, "Wrong alignment on USBZTickDamageEffect"); \ +static_assert(sizeof(USBZTickDamageEffect) == 0x0008C0, "Wrong size on USBZTickDamageEffect"); \ + +#define DUMPER7_ASSERTS_USBZHideMagazineNotifyState \ +static_assert(alignof(USBZHideMagazineNotifyState) == 0x000008, "Wrong alignment on USBZHideMagazineNotifyState"); \ +static_assert(sizeof(USBZHideMagazineNotifyState) == 0x000040, "Wrong size on USBZHideMagazineNotifyState"); \ +static_assert(offsetof(USBZHideMagazineNotifyState, bIsSpawnAllowed) == 0x000038, "Member 'USBZHideMagazineNotifyState::bIsSpawnAllowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZRequestThePunchAbility \ +static_assert(alignof(USBZRequestThePunchAbility) == 0x000008, "Wrong alignment on USBZRequestThePunchAbility"); \ +static_assert(sizeof(USBZRequestThePunchAbility) == 0x0004E0, "Wrong size on USBZRequestThePunchAbility"); \ +static_assert(offsetof(USBZRequestThePunchAbility, ThePunchEquippedComment) == 0x0004D8, "Member 'USBZRequestThePunchAbility::ThePunchEquippedComment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHideWeaponNotifyState \ +static_assert(alignof(USBZHideWeaponNotifyState) == 0x000008, "Wrong alignment on USBZHideWeaponNotifyState"); \ +static_assert(sizeof(USBZHideWeaponNotifyState) == 0x000040, "Wrong size on USBZHideWeaponNotifyState"); \ +static_assert(offsetof(USBZHideWeaponNotifyState, bIsCosmetic) == 0x000038, "Member 'USBZHideWeaponNotifyState::bIsCosmetic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillCasingHulkOutBase \ +static_assert(alignof(USBZSkillCasingHulkOutBase) == 0x000008, "Wrong alignment on USBZSkillCasingHulkOutBase"); \ +static_assert(sizeof(USBZSkillCasingHulkOutBase) == 0x000230, "Wrong size on USBZSkillCasingHulkOutBase"); \ + +#define DUMPER7_ASSERTS_USBZThrowableKnifeExecutionCalculation \ +static_assert(alignof(USBZThrowableKnifeExecutionCalculation) == 0x000008, "Wrong alignment on USBZThrowableKnifeExecutionCalculation"); \ +static_assert(sizeof(USBZThrowableKnifeExecutionCalculation) == 0x0000D8, "Wrong size on USBZThrowableKnifeExecutionCalculation"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutAIDrone_ApplyGamePlayEffectOnEnemies \ +static_assert(alignof(SBZHoldOutAIDrone_ApplyGamePlayEffectOnEnemies) == 0x000008, "Wrong alignment on SBZHoldOutAIDrone_ApplyGamePlayEffectOnEnemies"); \ +static_assert(sizeof(SBZHoldOutAIDrone_ApplyGamePlayEffectOnEnemies) == 0x000008, "Wrong size on SBZHoldOutAIDrone_ApplyGamePlayEffectOnEnemies"); \ +static_assert(offsetof(SBZHoldOutAIDrone_ApplyGamePlayEffectOnEnemies, GameplayEffectClass) == 0x000000, "Member 'SBZHoldOutAIDrone_ApplyGamePlayEffectOnEnemies::GameplayEffectClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutAIDrone_IsEscapeArea \ +static_assert(alignof(SBZHoldOutAIDrone_IsEscapeArea) == 0x000001, "Wrong alignment on SBZHoldOutAIDrone_IsEscapeArea"); \ +static_assert(sizeof(SBZHoldOutAIDrone_IsEscapeArea) == 0x000001, "Wrong size on SBZHoldOutAIDrone_IsEscapeArea"); \ +static_assert(offsetof(SBZHoldOutAIDrone_IsEscapeArea, ReturnValue) == 0x000000, "Member 'SBZHoldOutAIDrone_IsEscapeArea::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutAIDrone_Multicast_ApplyGamePlayEffectOnEnemies \ +static_assert(alignof(SBZHoldOutAIDrone_Multicast_ApplyGamePlayEffectOnEnemies) == 0x000008, "Wrong alignment on SBZHoldOutAIDrone_Multicast_ApplyGamePlayEffectOnEnemies"); \ +static_assert(sizeof(SBZHoldOutAIDrone_Multicast_ApplyGamePlayEffectOnEnemies) == 0x000008, "Wrong size on SBZHoldOutAIDrone_Multicast_ApplyGamePlayEffectOnEnemies"); \ +static_assert(offsetof(SBZHoldOutAIDrone_Multicast_ApplyGamePlayEffectOnEnemies, GameplayEffectClass) == 0x000000, "Member 'SBZHoldOutAIDrone_Multicast_ApplyGamePlayEffectOnEnemies::GameplayEffectClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutAIDrone_Multicast_PredictedRagdollDenied \ +static_assert(alignof(SBZHoldOutAIDrone_Multicast_PredictedRagdollDenied) == 0x000004, "Wrong alignment on SBZHoldOutAIDrone_Multicast_PredictedRagdollDenied"); \ +static_assert(sizeof(SBZHoldOutAIDrone_Multicast_PredictedRagdollDenied) == 0x000004, "Wrong size on SBZHoldOutAIDrone_Multicast_PredictedRagdollDenied"); \ +static_assert(offsetof(SBZHoldOutAIDrone_Multicast_PredictedRagdollDenied, HurtReactionIndex) == 0x000000, "Member 'SBZHoldOutAIDrone_Multicast_PredictedRagdollDenied::HurtReactionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutAIDrone_Multicast_SetCurrentHoldOutAreaIndex \ +static_assert(alignof(SBZHoldOutAIDrone_Multicast_SetCurrentHoldOutAreaIndex) == 0x000004, "Wrong alignment on SBZHoldOutAIDrone_Multicast_SetCurrentHoldOutAreaIndex"); \ +static_assert(sizeof(SBZHoldOutAIDrone_Multicast_SetCurrentHoldOutAreaIndex) == 0x000004, "Wrong size on SBZHoldOutAIDrone_Multicast_SetCurrentHoldOutAreaIndex"); \ +static_assert(offsetof(SBZHoldOutAIDrone_Multicast_SetCurrentHoldOutAreaIndex, InCurrentHoldOutAreaIndex) == 0x000000, "Member 'SBZHoldOutAIDrone_Multicast_SetCurrentHoldOutAreaIndex::InCurrentHoldOutAreaIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutAIDrone_Multicast_SetTotalPayout \ +static_assert(alignof(SBZHoldOutAIDrone_Multicast_SetTotalPayout) == 0x000008, "Wrong alignment on SBZHoldOutAIDrone_Multicast_SetTotalPayout"); \ +static_assert(sizeof(SBZHoldOutAIDrone_Multicast_SetTotalPayout) == 0x000008, "Wrong size on SBZHoldOutAIDrone_Multicast_SetTotalPayout"); \ +static_assert(offsetof(SBZHoldOutAIDrone_Multicast_SetTotalPayout, InTotalPayout) == 0x000000, "Member 'SBZHoldOutAIDrone_Multicast_SetTotalPayout::InTotalPayout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutAIDrone_Multicast_SpawnTagReactionsForTag \ +static_assert(alignof(SBZHoldOutAIDrone_Multicast_SpawnTagReactionsForTag) == 0x000004, "Wrong alignment on SBZHoldOutAIDrone_Multicast_SpawnTagReactionsForTag"); \ +static_assert(sizeof(SBZHoldOutAIDrone_Multicast_SpawnTagReactionsForTag) == 0x000014, "Wrong size on SBZHoldOutAIDrone_Multicast_SpawnTagReactionsForTag"); \ +static_assert(offsetof(SBZHoldOutAIDrone_Multicast_SpawnTagReactionsForTag, Tag) == 0x000000, "Member 'SBZHoldOutAIDrone_Multicast_SpawnTagReactionsForTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutAIDrone_Multicast_SpawnTagReactionsForTag, OldTagCount) == 0x00000C, "Member 'SBZHoldOutAIDrone_Multicast_SpawnTagReactionsForTag::OldTagCount' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutAIDrone_Multicast_SpawnTagReactionsForTag, TagCount) == 0x000010, "Member 'SBZHoldOutAIDrone_Multicast_SpawnTagReactionsForTag::TagCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutAIDrone_OnAreaCompletedCallBack \ +static_assert(alignof(SBZHoldOutAIDrone_OnAreaCompletedCallBack) == 0x000008, "Wrong alignment on SBZHoldOutAIDrone_OnAreaCompletedCallBack"); \ +static_assert(sizeof(SBZHoldOutAIDrone_OnAreaCompletedCallBack) == 0x000010, "Wrong size on SBZHoldOutAIDrone_OnAreaCompletedCallBack"); \ +static_assert(offsetof(SBZHoldOutAIDrone_OnAreaCompletedCallBack, bSuccess) == 0x000000, "Member 'SBZHoldOutAIDrone_OnAreaCompletedCallBack::bSuccess' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutAIDrone_OnAreaCompletedCallBack, HoldOutArea) == 0x000008, "Member 'SBZHoldOutAIDrone_OnAreaCompletedCallBack::HoldOutArea' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutAIDrone_OnMoveCompleted \ +static_assert(alignof(SBZHoldOutAIDrone_OnMoveCompleted) == 0x000004, "Wrong alignment on SBZHoldOutAIDrone_OnMoveCompleted"); \ +static_assert(sizeof(SBZHoldOutAIDrone_OnMoveCompleted) == 0x000008, "Wrong size on SBZHoldOutAIDrone_OnMoveCompleted"); \ +static_assert(offsetof(SBZHoldOutAIDrone_OnMoveCompleted, RequestID) == 0x000000, "Member 'SBZHoldOutAIDrone_OnMoveCompleted::RequestID' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutAIDrone_OnMoveCompleted, MovementResult) == 0x000004, "Member 'SBZHoldOutAIDrone_OnMoveCompleted::MovementResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutAIDrone_OnObjectiveProgressChangedCallBack \ +static_assert(alignof(SBZHoldOutAIDrone_OnObjectiveProgressChangedCallBack) == 0x000008, "Wrong alignment on SBZHoldOutAIDrone_OnObjectiveProgressChangedCallBack"); \ +static_assert(sizeof(SBZHoldOutAIDrone_OnObjectiveProgressChangedCallBack) == 0x000050, "Wrong size on SBZHoldOutAIDrone_OnObjectiveProgressChangedCallBack"); \ +static_assert(offsetof(SBZHoldOutAIDrone_OnObjectiveProgressChangedCallBack, Objective) == 0x000000, "Member 'SBZHoldOutAIDrone_OnObjectiveProgressChangedCallBack::Objective' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutAIDrone_OnObjectiveProgressChangedCallBack, OldProgressCount) == 0x000008, "Member 'SBZHoldOutAIDrone_OnObjectiveProgressChangedCallBack::OldProgressCount' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutAIDrone_OnObjectiveProgressChangedCallBack, NewProgressCount) == 0x00000C, "Member 'SBZHoldOutAIDrone_OnObjectiveProgressChangedCallBack::NewProgressCount' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutAIDrone_OnObjectiveProgressChangedCallBack, GrantedTags) == 0x000010, "Member 'SBZHoldOutAIDrone_OnObjectiveProgressChangedCallBack::GrantedTags' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutAIDrone_OnObjectiveProgressChangedCallBack, RemovedTags) == 0x000030, "Member 'SBZHoldOutAIDrone_OnObjectiveProgressChangedCallBack::RemovedTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutAIDrone_OnObjectiveResultChangedCallBack \ +static_assert(alignof(SBZHoldOutAIDrone_OnObjectiveResultChangedCallBack) == 0x000008, "Wrong alignment on SBZHoldOutAIDrone_OnObjectiveResultChangedCallBack"); \ +static_assert(sizeof(SBZHoldOutAIDrone_OnObjectiveResultChangedCallBack) == 0x000050, "Wrong size on SBZHoldOutAIDrone_OnObjectiveResultChangedCallBack"); \ +static_assert(offsetof(SBZHoldOutAIDrone_OnObjectiveResultChangedCallBack, Result) == 0x000000, "Member 'SBZHoldOutAIDrone_OnObjectiveResultChangedCallBack::Result' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutAIDrone_OnObjectiveResultChangedCallBack, Objective) == 0x000008, "Member 'SBZHoldOutAIDrone_OnObjectiveResultChangedCallBack::Objective' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutAIDrone_OnObjectiveResultChangedCallBack, GrantedTags) == 0x000010, "Member 'SBZHoldOutAIDrone_OnObjectiveResultChangedCallBack::GrantedTags' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutAIDrone_OnObjectiveResultChangedCallBack, RemovedTags) == 0x000030, "Member 'SBZHoldOutAIDrone_OnObjectiveResultChangedCallBack::RemovedTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutAIDrone_OnObjectiveSelectedCallBack \ +static_assert(alignof(SBZHoldOutAIDrone_OnObjectiveSelectedCallBack) == 0x000008, "Wrong alignment on SBZHoldOutAIDrone_OnObjectiveSelectedCallBack"); \ +static_assert(sizeof(SBZHoldOutAIDrone_OnObjectiveSelectedCallBack) == 0x000048, "Wrong size on SBZHoldOutAIDrone_OnObjectiveSelectedCallBack"); \ +static_assert(offsetof(SBZHoldOutAIDrone_OnObjectiveSelectedCallBack, Objective) == 0x000000, "Member 'SBZHoldOutAIDrone_OnObjectiveSelectedCallBack::Objective' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutAIDrone_OnObjectiveSelectedCallBack, GrantedTags) == 0x000008, "Member 'SBZHoldOutAIDrone_OnObjectiveSelectedCallBack::GrantedTags' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutAIDrone_OnObjectiveSelectedCallBack, RemovedTags) == 0x000028, "Member 'SBZHoldOutAIDrone_OnObjectiveSelectedCallBack::RemovedTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutAIDrone_OnObjectiveStartedCallBack \ +static_assert(alignof(SBZHoldOutAIDrone_OnObjectiveStartedCallBack) == 0x000008, "Wrong alignment on SBZHoldOutAIDrone_OnObjectiveStartedCallBack"); \ +static_assert(sizeof(SBZHoldOutAIDrone_OnObjectiveStartedCallBack) == 0x000048, "Wrong size on SBZHoldOutAIDrone_OnObjectiveStartedCallBack"); \ +static_assert(offsetof(SBZHoldOutAIDrone_OnObjectiveStartedCallBack, Objective) == 0x000000, "Member 'SBZHoldOutAIDrone_OnObjectiveStartedCallBack::Objective' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutAIDrone_OnObjectiveStartedCallBack, GrantedTags) == 0x000008, "Member 'SBZHoldOutAIDrone_OnObjectiveStartedCallBack::GrantedTags' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutAIDrone_OnObjectiveStartedCallBack, RemovedTags) == 0x000028, "Member 'SBZHoldOutAIDrone_OnObjectiveStartedCallBack::RemovedTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutAIDrone_OverrideFogSettings \ +static_assert(alignof(SBZHoldOutAIDrone_OverrideFogSettings) == 0x000004, "Wrong alignment on SBZHoldOutAIDrone_OverrideFogSettings"); \ +static_assert(sizeof(SBZHoldOutAIDrone_OverrideFogSettings) == 0x00000C, "Wrong size on SBZHoldOutAIDrone_OverrideFogSettings"); \ +static_assert(offsetof(SBZHoldOutAIDrone_OverrideFogSettings, FogSettings) == 0x000000, "Member 'SBZHoldOutAIDrone_OverrideFogSettings::FogSettings' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutAIDrone_OverrideFogSettings, OverrideDuration) == 0x000008, "Member 'SBZHoldOutAIDrone_OverrideFogSettings::OverrideDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutAIDrone_SetEventTags \ +static_assert(alignof(SBZHoldOutAIDrone_SetEventTags) == 0x000008, "Wrong alignment on SBZHoldOutAIDrone_SetEventTags"); \ +static_assert(sizeof(SBZHoldOutAIDrone_SetEventTags) == 0x000020, "Wrong size on SBZHoldOutAIDrone_SetEventTags"); \ +static_assert(offsetof(SBZHoldOutAIDrone_SetEventTags, InTags) == 0x000000, "Member 'SBZHoldOutAIDrone_SetEventTags::InTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutAIDrone_SetGameplayTag \ +static_assert(alignof(SBZHoldOutAIDrone_SetGameplayTag) == 0x000004, "Wrong alignment on SBZHoldOutAIDrone_SetGameplayTag"); \ +static_assert(sizeof(SBZHoldOutAIDrone_SetGameplayTag) == 0x000010, "Wrong size on SBZHoldOutAIDrone_SetGameplayTag"); \ +static_assert(offsetof(SBZHoldOutAIDrone_SetGameplayTag, InTag) == 0x000000, "Member 'SBZHoldOutAIDrone_SetGameplayTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutAIDrone_SetGameplayTag, Count) == 0x00000C, "Member 'SBZHoldOutAIDrone_SetGameplayTag::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutAIDrone_SetInstantGameplayTag \ +static_assert(alignof(SBZHoldOutAIDrone_SetInstantGameplayTag) == 0x000004, "Wrong alignment on SBZHoldOutAIDrone_SetInstantGameplayTag"); \ +static_assert(sizeof(SBZHoldOutAIDrone_SetInstantGameplayTag) == 0x00000C, "Wrong size on SBZHoldOutAIDrone_SetInstantGameplayTag"); \ +static_assert(offsetof(SBZHoldOutAIDrone_SetInstantGameplayTag, InTag) == 0x000000, "Member 'SBZHoldOutAIDrone_SetInstantGameplayTag::InTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutAIDrone_SetInstantGameplayTags \ +static_assert(alignof(SBZHoldOutAIDrone_SetInstantGameplayTags) == 0x000008, "Wrong alignment on SBZHoldOutAIDrone_SetInstantGameplayTags"); \ +static_assert(sizeof(SBZHoldOutAIDrone_SetInstantGameplayTags) == 0x000020, "Wrong size on SBZHoldOutAIDrone_SetInstantGameplayTags"); \ +static_assert(offsetof(SBZHoldOutAIDrone_SetInstantGameplayTags, InTags) == 0x000000, "Member 'SBZHoldOutAIDrone_SetInstantGameplayTags::InTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutAIDrone_GetAreaIndex \ +static_assert(alignof(SBZHoldOutAIDrone_GetAreaIndex) == 0x000008, "Wrong alignment on SBZHoldOutAIDrone_GetAreaIndex"); \ +static_assert(sizeof(SBZHoldOutAIDrone_GetAreaIndex) == 0x000010, "Wrong size on SBZHoldOutAIDrone_GetAreaIndex"); \ +static_assert(offsetof(SBZHoldOutAIDrone_GetAreaIndex, Area) == 0x000000, "Member 'SBZHoldOutAIDrone_GetAreaIndex::Area' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutAIDrone_GetAreaIndex, bExcludeEscapeAreas) == 0x000008, "Member 'SBZHoldOutAIDrone_GetAreaIndex::bExcludeEscapeAreas' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutAIDrone_GetAreaIndex, ReturnValue) == 0x00000C, "Member 'SBZHoldOutAIDrone_GetAreaIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutAIDrone_GetCurrentArea \ +static_assert(alignof(SBZHoldOutAIDrone_GetCurrentArea) == 0x000008, "Wrong alignment on SBZHoldOutAIDrone_GetCurrentArea"); \ +static_assert(sizeof(SBZHoldOutAIDrone_GetCurrentArea) == 0x000008, "Wrong size on SBZHoldOutAIDrone_GetCurrentArea"); \ +static_assert(offsetof(SBZHoldOutAIDrone_GetCurrentArea, ReturnValue) == 0x000000, "Member 'SBZHoldOutAIDrone_GetCurrentArea::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutAIDrone_GetCurrentAreaIndex \ +static_assert(alignof(SBZHoldOutAIDrone_GetCurrentAreaIndex) == 0x000004, "Wrong alignment on SBZHoldOutAIDrone_GetCurrentAreaIndex"); \ +static_assert(sizeof(SBZHoldOutAIDrone_GetCurrentAreaIndex) == 0x000008, "Wrong size on SBZHoldOutAIDrone_GetCurrentAreaIndex"); \ +static_assert(offsetof(SBZHoldOutAIDrone_GetCurrentAreaIndex, bExcludeEscapeAreas) == 0x000000, "Member 'SBZHoldOutAIDrone_GetCurrentAreaIndex::bExcludeEscapeAreas' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutAIDrone_GetCurrentAreaIndex, ReturnValue) == 0x000004, "Member 'SBZHoldOutAIDrone_GetCurrentAreaIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutAIDrone_GetGameplayTagCount \ +static_assert(alignof(SBZHoldOutAIDrone_GetGameplayTagCount) == 0x000004, "Wrong alignment on SBZHoldOutAIDrone_GetGameplayTagCount"); \ +static_assert(sizeof(SBZHoldOutAIDrone_GetGameplayTagCount) == 0x000010, "Wrong size on SBZHoldOutAIDrone_GetGameplayTagCount"); \ +static_assert(offsetof(SBZHoldOutAIDrone_GetGameplayTagCount, InTag) == 0x000000, "Member 'SBZHoldOutAIDrone_GetGameplayTagCount::InTag' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutAIDrone_GetGameplayTagCount, ReturnValue) == 0x00000C, "Member 'SBZHoldOutAIDrone_GetGameplayTagCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutAIDrone_GetNextArea \ +static_assert(alignof(SBZHoldOutAIDrone_GetNextArea) == 0x000008, "Wrong alignment on SBZHoldOutAIDrone_GetNextArea"); \ +static_assert(sizeof(SBZHoldOutAIDrone_GetNextArea) == 0x000010, "Wrong size on SBZHoldOutAIDrone_GetNextArea"); \ +static_assert(offsetof(SBZHoldOutAIDrone_GetNextArea, bExcludeEscapeAreas) == 0x000000, "Member 'SBZHoldOutAIDrone_GetNextArea::bExcludeEscapeAreas' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutAIDrone_GetNextArea, ReturnValue) == 0x000008, "Member 'SBZHoldOutAIDrone_GetNextArea::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutAIDrone_GetTotalPayout \ +static_assert(alignof(SBZHoldOutAIDrone_GetTotalPayout) == 0x000008, "Wrong alignment on SBZHoldOutAIDrone_GetTotalPayout"); \ +static_assert(sizeof(SBZHoldOutAIDrone_GetTotalPayout) == 0x000008, "Wrong size on SBZHoldOutAIDrone_GetTotalPayout"); \ +static_assert(offsetof(SBZHoldOutAIDrone_GetTotalPayout, ReturnValue) == 0x000000, "Member 'SBZHoldOutAIDrone_GetTotalPayout::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZHoldOutAIDrone \ +static_assert(alignof(ASBZHoldOutAIDrone) == 0x000010, "Wrong alignment on ASBZHoldOutAIDrone"); \ +static_assert(sizeof(ASBZHoldOutAIDrone) == 0x000A00, "Wrong size on ASBZHoldOutAIDrone"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, OnObjectiveSelected) == 0x000620, "Member 'ASBZHoldOutAIDrone::OnObjectiveSelected' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, OnObjectiveStarted) == 0x000630, "Member 'ASBZHoldOutAIDrone::OnObjectiveStarted' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, OnObjectiveResultChanged) == 0x000640, "Member 'ASBZHoldOutAIDrone::OnObjectiveResultChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, OnObjectiveProgressChanged) == 0x000650, "Member 'ASBZHoldOutAIDrone::OnObjectiveProgressChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, OnAreaCompleted) == 0x000660, "Member 'ASBZHoldOutAIDrone::OnAreaCompleted' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, OnDroneMoveToArea) == 0x000670, "Member 'ASBZHoldOutAIDrone::OnDroneMoveToArea' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, OnDifficultyIncreased) == 0x000680, "Member 'ASBZHoldOutAIDrone::OnDifficultyIncreased' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, OnAreaIndexChanged) == 0x000690, "Member 'ASBZHoldOutAIDrone::OnAreaIndexChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, OnTotalPayoutChanged) == 0x0006A0, "Member 'ASBZHoldOutAIDrone::OnTotalPayoutChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, HoldOutAreas) == 0x0006B0, "Member 'ASBZHoldOutAIDrone::HoldOutAreas' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, CachedHoldOutAreas) == 0x0006C0, "Member 'ASBZHoldOutAIDrone::CachedHoldOutAreas' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, GameplayTagCounterArray) == 0x0006D0, "Member 'ASBZHoldOutAIDrone::GameplayTagCounterArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, TagReactionSpawnConfigs) == 0x000820, "Member 'ASBZHoldOutAIDrone::TagReactionSpawnConfigs' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, TagDroneReactions) == 0x000870, "Member 'ASBZHoldOutAIDrone::TagDroneReactions' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, TagsForCurrentObjectives) == 0x0008C0, "Member 'ASBZHoldOutAIDrone::TagsForCurrentObjectives' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, AIDPS) == 0x0008D0, "Member 'ASBZHoldOutAIDrone::AIDPS' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, FollowDroneObjective) == 0x000900, "Member 'ASBZHoldOutAIDrone::FollowDroneObjective' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, AbilitySystemComponent) == 0x000908, "Member 'ASBZHoldOutAIDrone::AbilitySystemComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, AttributeSet) == 0x000910, "Member 'ASBZHoldOutAIDrone::AttributeSet' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, OutlineComponent) == 0x000918, "Member 'ASBZHoldOutAIDrone::OutlineComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, FogApplierComponent) == 0x000920, "Member 'ASBZHoldOutAIDrone::FogApplierComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, EventReactorComponent) == 0x000928, "Member 'ASBZHoldOutAIDrone::EventReactorComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, VoiceComponent) == 0x000930, "Member 'ASBZHoldOutAIDrone::VoiceComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, VOCollection) == 0x000938, "Member 'ASBZHoldOutAIDrone::VOCollection' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, AKComponent) == 0x000940, "Member 'ASBZHoldOutAIDrone::AKComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, InitHoldOutAreaIndex) == 0x000948, "Member 'ASBZHoldOutAIDrone::InitHoldOutAreaIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, bIsEscapeArea) == 0x00094C, "Member 'ASBZHoldOutAIDrone::bIsEscapeArea' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, PayoutLootName) == 0x000950, "Member 'ASBZHoldOutAIDrone::PayoutLootName' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, PayoutValue) == 0x000960, "Member 'ASBZHoldOutAIDrone::PayoutValue' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, CurrentDifficulty) == 0x000964, "Member 'ASBZHoldOutAIDrone::CurrentDifficulty' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, UnwrappedCurrentAreaIndex) == 0x000970, "Member 'ASBZHoldOutAIDrone::UnwrappedCurrentAreaIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, TotalPayout) == 0x000978, "Member 'ASBZHoldOutAIDrone::TotalPayout' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, EquippableConfigArray) == 0x000980, "Member 'ASBZHoldOutAIDrone::EquippableConfigArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, EquippableArray) == 0x000990, "Member 'ASBZHoldOutAIDrone::EquippableArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, ReplicatedEquippableState) == 0x0009A0, "Member 'ASBZHoldOutAIDrone::ReplicatedEquippableState' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, LastArmorConductorPlayerState) == 0x0009E8, "Member 'ASBZHoldOutAIDrone::LastArmorConductorPlayerState' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutAIDrone, MarkedGameplayEffectClass) == 0x0009F0, "Member 'ASBZHoldOutAIDrone::MarkedGameplayEffectClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutArea_OnObjectiveProgressChangedCallBack \ +static_assert(alignof(SBZHoldOutArea_OnObjectiveProgressChangedCallBack) == 0x000008, "Wrong alignment on SBZHoldOutArea_OnObjectiveProgressChangedCallBack"); \ +static_assert(sizeof(SBZHoldOutArea_OnObjectiveProgressChangedCallBack) == 0x000050, "Wrong size on SBZHoldOutArea_OnObjectiveProgressChangedCallBack"); \ +static_assert(offsetof(SBZHoldOutArea_OnObjectiveProgressChangedCallBack, Objective) == 0x000000, "Member 'SBZHoldOutArea_OnObjectiveProgressChangedCallBack::Objective' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutArea_OnObjectiveProgressChangedCallBack, OldProgressCount) == 0x000008, "Member 'SBZHoldOutArea_OnObjectiveProgressChangedCallBack::OldProgressCount' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutArea_OnObjectiveProgressChangedCallBack, NewProgressCount) == 0x00000C, "Member 'SBZHoldOutArea_OnObjectiveProgressChangedCallBack::NewProgressCount' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutArea_OnObjectiveProgressChangedCallBack, GrantedTags) == 0x000010, "Member 'SBZHoldOutArea_OnObjectiveProgressChangedCallBack::GrantedTags' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutArea_OnObjectiveProgressChangedCallBack, RemovedTags) == 0x000030, "Member 'SBZHoldOutArea_OnObjectiveProgressChangedCallBack::RemovedTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutArea_OnObjectiveResultChangedCallBack \ +static_assert(alignof(SBZHoldOutArea_OnObjectiveResultChangedCallBack) == 0x000008, "Wrong alignment on SBZHoldOutArea_OnObjectiveResultChangedCallBack"); \ +static_assert(sizeof(SBZHoldOutArea_OnObjectiveResultChangedCallBack) == 0x000050, "Wrong size on SBZHoldOutArea_OnObjectiveResultChangedCallBack"); \ +static_assert(offsetof(SBZHoldOutArea_OnObjectiveResultChangedCallBack, Result) == 0x000000, "Member 'SBZHoldOutArea_OnObjectiveResultChangedCallBack::Result' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutArea_OnObjectiveResultChangedCallBack, InObjective) == 0x000008, "Member 'SBZHoldOutArea_OnObjectiveResultChangedCallBack::InObjective' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutArea_OnObjectiveResultChangedCallBack, GrantedTags) == 0x000010, "Member 'SBZHoldOutArea_OnObjectiveResultChangedCallBack::GrantedTags' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutArea_OnObjectiveResultChangedCallBack, RemovedTags) == 0x000030, "Member 'SBZHoldOutArea_OnObjectiveResultChangedCallBack::RemovedTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutArea_OnObjectiveSelectedCallBack \ +static_assert(alignof(SBZHoldOutArea_OnObjectiveSelectedCallBack) == 0x000008, "Wrong alignment on SBZHoldOutArea_OnObjectiveSelectedCallBack"); \ +static_assert(sizeof(SBZHoldOutArea_OnObjectiveSelectedCallBack) == 0x000048, "Wrong size on SBZHoldOutArea_OnObjectiveSelectedCallBack"); \ +static_assert(offsetof(SBZHoldOutArea_OnObjectiveSelectedCallBack, Objective) == 0x000000, "Member 'SBZHoldOutArea_OnObjectiveSelectedCallBack::Objective' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutArea_OnObjectiveSelectedCallBack, GrantedTags) == 0x000008, "Member 'SBZHoldOutArea_OnObjectiveSelectedCallBack::GrantedTags' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutArea_OnObjectiveSelectedCallBack, RemovedTags) == 0x000028, "Member 'SBZHoldOutArea_OnObjectiveSelectedCallBack::RemovedTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutArea_OnObjectiveStartedCallBack \ +static_assert(alignof(SBZHoldOutArea_OnObjectiveStartedCallBack) == 0x000008, "Wrong alignment on SBZHoldOutArea_OnObjectiveStartedCallBack"); \ +static_assert(sizeof(SBZHoldOutArea_OnObjectiveStartedCallBack) == 0x000048, "Wrong size on SBZHoldOutArea_OnObjectiveStartedCallBack"); \ +static_assert(offsetof(SBZHoldOutArea_OnObjectiveStartedCallBack, Objective) == 0x000000, "Member 'SBZHoldOutArea_OnObjectiveStartedCallBack::Objective' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutArea_OnObjectiveStartedCallBack, GrantedTags) == 0x000008, "Member 'SBZHoldOutArea_OnObjectiveStartedCallBack::GrantedTags' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutArea_OnObjectiveStartedCallBack, RemovedTags) == 0x000028, "Member 'SBZHoldOutArea_OnObjectiveStartedCallBack::RemovedTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutArea_SelectAsCurrentArea \ +static_assert(alignof(SBZHoldOutArea_SelectAsCurrentArea) == 0x000008, "Wrong alignment on SBZHoldOutArea_SelectAsCurrentArea"); \ +static_assert(sizeof(SBZHoldOutArea_SelectAsCurrentArea) == 0x000008, "Wrong size on SBZHoldOutArea_SelectAsCurrentArea"); \ +static_assert(offsetof(SBZHoldOutArea_SelectAsCurrentArea, InDrone) == 0x000000, "Member 'SBZHoldOutArea_SelectAsCurrentArea::InDrone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutArea_Start \ +static_assert(alignof(SBZHoldOutArea_Start) == 0x000001, "Wrong alignment on SBZHoldOutArea_Start"); \ +static_assert(sizeof(SBZHoldOutArea_Start) == 0x000001, "Wrong size on SBZHoldOutArea_Start"); \ +static_assert(offsetof(SBZHoldOutArea_Start, Difficulty) == 0x000000, "Member 'SBZHoldOutArea_Start::Difficulty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutArea_GetDroneMoveToLocation \ +static_assert(alignof(SBZHoldOutArea_GetDroneMoveToLocation) == 0x000004, "Wrong alignment on SBZHoldOutArea_GetDroneMoveToLocation"); \ +static_assert(sizeof(SBZHoldOutArea_GetDroneMoveToLocation) == 0x00000C, "Wrong size on SBZHoldOutArea_GetDroneMoveToLocation"); \ +static_assert(offsetof(SBZHoldOutArea_GetDroneMoveToLocation, ReturnValue) == 0x000000, "Member 'SBZHoldOutArea_GetDroneMoveToLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutArea_IsAnyObjectiveActive \ +static_assert(alignof(SBZHoldOutArea_IsAnyObjectiveActive) == 0x000001, "Wrong alignment on SBZHoldOutArea_IsAnyObjectiveActive"); \ +static_assert(sizeof(SBZHoldOutArea_IsAnyObjectiveActive) == 0x000002, "Wrong size on SBZHoldOutArea_IsAnyObjectiveActive"); \ +static_assert(offsetof(SBZHoldOutArea_IsAnyObjectiveActive, bIgnoreOptionalObjectives) == 0x000000, "Member 'SBZHoldOutArea_IsAnyObjectiveActive::bIgnoreOptionalObjectives' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutArea_IsAnyObjectiveActive, ReturnValue) == 0x000001, "Member 'SBZHoldOutArea_IsAnyObjectiveActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZHoldOutArea \ +static_assert(alignof(ASBZHoldOutArea) == 0x000008, "Wrong alignment on ASBZHoldOutArea"); \ +static_assert(sizeof(ASBZHoldOutArea) == 0x000480, "Wrong size on ASBZHoldOutArea"); \ +static_assert(offsetof(ASBZHoldOutArea, OnObjectiveSelected) == 0x0002B0, "Member 'ASBZHoldOutArea::OnObjectiveSelected' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutArea, OnObjectiveStarted) == 0x0002C0, "Member 'ASBZHoldOutArea::OnObjectiveStarted' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutArea, OnObjectiveResultChanged) == 0x0002D0, "Member 'ASBZHoldOutArea::OnObjectiveResultChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutArea, OnObjectiveProgressChanged) == 0x0002E0, "Member 'ASBZHoldOutArea::OnObjectiveProgressChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutArea, OnAreaCompleted) == 0x0002F0, "Member 'ASBZHoldOutArea::OnAreaCompleted' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutArea, OnTagEventActiveDelegate) == 0x000300, "Member 'ASBZHoldOutArea::OnTagEventActiveDelegate' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutArea, OnAreaCompletedAIOrders) == 0x000310, "Member 'ASBZHoldOutArea::OnAreaCompletedAIOrders' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutArea, OnAreaCompletedAIBehaviors) == 0x000320, "Member 'ASBZHoldOutArea::OnAreaCompletedAIBehaviors' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutArea, Objectives) == 0x000330, "Member 'ASBZHoldOutArea::Objectives' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutArea, ProtectPoints) == 0x000340, "Member 'ASBZHoldOutArea::ProtectPoints' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutArea, bDisplayWidgetOnSelection) == 0x000350, "Member 'ASBZHoldOutArea::bDisplayWidgetOnSelection' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutArea, ModifierCounts) == 0x000358, "Member 'ASBZHoldOutArea::ModifierCounts' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutArea, ModifiersPerDifficulty) == 0x0003A8, "Member 'ASBZHoldOutArea::ModifiersPerDifficulty' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutArea, CompatiblePreviousAreas) == 0x0003F8, "Member 'ASBZHoldOutArea::CompatiblePreviousAreas' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutArea, bIsEscapeArea) == 0x000408, "Member 'ASBZHoldOutArea::bIsEscapeArea' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutArea, bCanBeFirstRandomWave) == 0x000409, "Member 'ASBZHoldOutArea::bCanBeFirstRandomWave' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutArea, AdditionalRandomLocations) == 0x000410, "Member 'ASBZHoldOutArea::AdditionalRandomLocations' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutArea, DroneMoveToLocation) == 0x000420, "Member 'ASBZHoldOutArea::DroneMoveToLocation' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutArea, SpawnWaveSettingsProxyComponent) == 0x000430, "Member 'ASBZHoldOutArea::SpawnWaveSettingsProxyComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutArea, SpawnWaveProgressionComponent) == 0x000438, "Member 'ASBZHoldOutArea::SpawnWaveProgressionComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutArea, bApplySpawnSettingsWhenSelected) == 0x000440, "Member 'ASBZHoldOutArea::bApplySpawnSettingsWhenSelected' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutArea, FogProgressionComponent) == 0x000448, "Member 'ASBZHoldOutArea::FogProgressionComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutArea, MinDifficulty) == 0x000450, "Member 'ASBZHoldOutArea::MinDifficulty' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutArea, TimedEventDatas) == 0x000458, "Member 'ASBZHoldOutArea::TimedEventDatas' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutArea, Payout) == 0x000468, "Member 'ASBZHoldOutArea::Payout' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutArea, Drone) == 0x000470, "Member 'ASBZHoldOutArea::Drone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutDroneReaction_OnLifeSpanChangedDueToInvalidation \ +static_assert(alignof(SBZHoldOutDroneReaction_OnLifeSpanChangedDueToInvalidation) == 0x000004, "Wrong alignment on SBZHoldOutDroneReaction_OnLifeSpanChangedDueToInvalidation"); \ +static_assert(sizeof(SBZHoldOutDroneReaction_OnLifeSpanChangedDueToInvalidation) == 0x000004, "Wrong size on SBZHoldOutDroneReaction_OnLifeSpanChangedDueToInvalidation"); \ +static_assert(offsetof(SBZHoldOutDroneReaction_OnLifeSpanChangedDueToInvalidation, NewLifeSpan) == 0x000000, "Member 'SBZHoldOutDroneReaction_OnLifeSpanChangedDueToInvalidation::NewLifeSpan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZHoldOutDroneReaction \ +static_assert(alignof(ASBZHoldOutDroneReaction) == 0x000008, "Wrong alignment on ASBZHoldOutDroneReaction"); \ +static_assert(sizeof(ASBZHoldOutDroneReaction) == 0x0002D8, "Wrong size on ASBZHoldOutDroneReaction"); \ +static_assert(offsetof(ASBZHoldOutDroneReaction, LifeSpanWhenInvalidated) == 0x0002A8, "Member 'ASBZHoldOutDroneReaction::LifeSpanWhenInvalidated' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutDroneReaction, Drone) == 0x0002B0, "Member 'ASBZHoldOutDroneReaction::Drone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZShoveHumanShieldAbility \ +static_assert(alignof(USBZShoveHumanShieldAbility) == 0x000008, "Wrong alignment on USBZShoveHumanShieldAbility"); \ +static_assert(sizeof(USBZShoveHumanShieldAbility) == 0x0004E8, "Wrong size on USBZShoveHumanShieldAbility"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutDroneVoiceComponent_PlayVO \ +static_assert(alignof(SBZHoldOutDroneVoiceComponent_PlayVO) == 0x000008, "Wrong alignment on SBZHoldOutDroneVoiceComponent_PlayVO"); \ +static_assert(sizeof(SBZHoldOutDroneVoiceComponent_PlayVO) == 0x000010, "Wrong size on SBZHoldOutDroneVoiceComponent_PlayVO"); \ +static_assert(offsetof(SBZHoldOutDroneVoiceComponent_PlayVO, AudioEvent) == 0x000000, "Member 'SBZHoldOutDroneVoiceComponent_PlayVO::AudioEvent' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutDroneVoiceComponent_PlayVO, Priority) == 0x000008, "Member 'SBZHoldOutDroneVoiceComponent_PlayVO::Priority' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutDroneVoiceComponent_PlayVO, CoolDown) == 0x00000C, "Member 'SBZHoldOutDroneVoiceComponent_PlayVO::CoolDown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutDroneVoiceComponent_IsPlayingVO \ +static_assert(alignof(SBZHoldOutDroneVoiceComponent_IsPlayingVO) == 0x000001, "Wrong alignment on SBZHoldOutDroneVoiceComponent_IsPlayingVO"); \ +static_assert(sizeof(SBZHoldOutDroneVoiceComponent_IsPlayingVO) == 0x000001, "Wrong size on SBZHoldOutDroneVoiceComponent_IsPlayingVO"); \ +static_assert(offsetof(SBZHoldOutDroneVoiceComponent_IsPlayingVO, ReturnValue) == 0x000000, "Member 'SBZHoldOutDroneVoiceComponent_IsPlayingVO::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHoldOutDroneVoiceComponent \ +static_assert(alignof(USBZHoldOutDroneVoiceComponent) == 0x000008, "Wrong alignment on USBZHoldOutDroneVoiceComponent"); \ +static_assert(sizeof(USBZHoldOutDroneVoiceComponent) == 0x000130, "Wrong size on USBZHoldOutDroneVoiceComponent"); \ +static_assert(offsetof(USBZHoldOutDroneVoiceComponent, AudioComponent) == 0x0000C0, "Member 'USBZHoldOutDroneVoiceComponent::AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutDroneVoiceComponent, CoolDowns) == 0x0000C8, "Member 'USBZHoldOutDroneVoiceComponent::CoolDowns' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutDroneVoiceComponent, OnPlayingVOStateChanged) == 0x000118, "Member 'USBZHoldOutDroneVoiceComponent::OnPlayingVOStateChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSuitSprayCanApplier \ +static_assert(alignof(USBZSuitSprayCanApplier) == 0x000008, "Wrong alignment on USBZSuitSprayCanApplier"); \ +static_assert(sizeof(USBZSuitSprayCanApplier) == 0x000038, "Wrong size on USBZSuitSprayCanApplier"); \ + +#define DUMPER7_ASSERTS_USBZSuitSprayCanGlobalColorApplier \ +static_assert(alignof(USBZSuitSprayCanGlobalColorApplier) == 0x000008, "Wrong alignment on USBZSuitSprayCanGlobalColorApplier"); \ +static_assert(sizeof(USBZSuitSprayCanGlobalColorApplier) == 0x000038, "Wrong size on USBZSuitSprayCanGlobalColorApplier"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutEventReactorComponent_OnAICrewDefeatStateChanged \ +static_assert(alignof(SBZHoldOutEventReactorComponent_OnAICrewDefeatStateChanged) == 0x000008, "Wrong alignment on SBZHoldOutEventReactorComponent_OnAICrewDefeatStateChanged"); \ +static_assert(sizeof(SBZHoldOutEventReactorComponent_OnAICrewDefeatStateChanged) == 0x000010, "Wrong size on SBZHoldOutEventReactorComponent_OnAICrewDefeatStateChanged"); \ +static_assert(offsetof(SBZHoldOutEventReactorComponent_OnAICrewDefeatStateChanged, InData) == 0x000000, "Member 'SBZHoldOutEventReactorComponent_OnAICrewDefeatStateChanged::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutEventReactorComponent_OnDamageTakenEvent \ +static_assert(alignof(SBZHoldOutEventReactorComponent_OnDamageTakenEvent) == 0x000008, "Wrong alignment on SBZHoldOutEventReactorComponent_OnDamageTakenEvent"); \ +static_assert(sizeof(SBZHoldOutEventReactorComponent_OnDamageTakenEvent) == 0x0000C8, "Wrong size on SBZHoldOutEventReactorComponent_OnDamageTakenEvent"); \ +static_assert(offsetof(SBZHoldOutEventReactorComponent_OnDamageTakenEvent, DamageEventData) == 0x000000, "Member 'SBZHoldOutEventReactorComponent_OnDamageTakenEvent::DamageEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutEventReactorComponent_OnPlayerDefeatStateChanged \ +static_assert(alignof(SBZHoldOutEventReactorComponent_OnPlayerDefeatStateChanged) == 0x000008, "Wrong alignment on SBZHoldOutEventReactorComponent_OnPlayerDefeatStateChanged"); \ +static_assert(sizeof(SBZHoldOutEventReactorComponent_OnPlayerDefeatStateChanged) == 0x000010, "Wrong size on SBZHoldOutEventReactorComponent_OnPlayerDefeatStateChanged"); \ +static_assert(offsetof(SBZHoldOutEventReactorComponent_OnPlayerDefeatStateChanged, InData) == 0x000000, "Member 'SBZHoldOutEventReactorComponent_OnPlayerDefeatStateChanged::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutEventReactorComponent_OnPlayersAliveCountChanged \ +static_assert(alignof(SBZHoldOutEventReactorComponent_OnPlayersAliveCountChanged) == 0x000008, "Wrong alignment on SBZHoldOutEventReactorComponent_OnPlayersAliveCountChanged"); \ +static_assert(sizeof(SBZHoldOutEventReactorComponent_OnPlayersAliveCountChanged) == 0x000010, "Wrong size on SBZHoldOutEventReactorComponent_OnPlayersAliveCountChanged"); \ +static_assert(offsetof(SBZHoldOutEventReactorComponent_OnPlayersAliveCountChanged, Players) == 0x000000, "Member 'SBZHoldOutEventReactorComponent_OnPlayersAliveCountChanged::Players' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutEventReactorComponent_SetBagTrackingEnabled \ +static_assert(alignof(SBZHoldOutEventReactorComponent_SetBagTrackingEnabled) == 0x000001, "Wrong alignment on SBZHoldOutEventReactorComponent_SetBagTrackingEnabled"); \ +static_assert(sizeof(SBZHoldOutEventReactorComponent_SetBagTrackingEnabled) == 0x000001, "Wrong size on SBZHoldOutEventReactorComponent_SetBagTrackingEnabled"); \ +static_assert(offsetof(SBZHoldOutEventReactorComponent_SetBagTrackingEnabled, bEnabled) == 0x000000, "Member 'SBZHoldOutEventReactorComponent_SetBagTrackingEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHoldOutEventReactorComponent \ +static_assert(alignof(USBZHoldOutEventReactorComponent) == 0x000008, "Wrong alignment on USBZHoldOutEventReactorComponent"); \ +static_assert(sizeof(USBZHoldOutEventReactorComponent) == 0x000168, "Wrong size on USBZHoldOutEventReactorComponent"); \ +static_assert(offsetof(USBZHoldOutEventReactorComponent, DamageEventDatas) == 0x0000C0, "Member 'USBZHoldOutEventReactorComponent::DamageEventDatas' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutEventReactorComponent, BackFromCustodyEventsPerCharacter) == 0x0000D0, "Member 'USBZHoldOutEventReactorComponent::BackFromCustodyEventsPerCharacter' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutEventReactorComponent, BackFromCustodyEventsDefault) == 0x000120, "Member 'USBZHoldOutEventReactorComponent::BackFromCustodyEventsDefault' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutEventReactorComponent, DroppedBagEventDatas) == 0x000140, "Member 'USBZHoldOutEventReactorComponent::DroppedBagEventDatas' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutEventReactorComponent, BagTrackers) == 0x000150, "Member 'USBZHoldOutEventReactorComponent::BagTrackers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZHoldOutEventReactorReceiverInterface \ +static_assert(alignof(ISBZHoldOutEventReactorReceiverInterface) == 0x000001, "Wrong alignment on ISBZHoldOutEventReactorReceiverInterface"); \ +static_assert(sizeof(ISBZHoldOutEventReactorReceiverInterface) == 0x000001, "Wrong size on ISBZHoldOutEventReactorReceiverInterface"); \ + +#define DUMPER7_ASSERTS_SBZSideBarNotifications_AddNewNotification \ +static_assert(alignof(SBZSideBarNotifications_AddNewNotification) == 0x000008, "Wrong alignment on SBZSideBarNotifications_AddNewNotification"); \ +static_assert(sizeof(SBZSideBarNotifications_AddNewNotification) == 0x000040, "Wrong size on SBZSideBarNotifications_AddNewNotification"); \ +static_assert(offsetof(SBZSideBarNotifications_AddNewNotification, InSideBarNotificationData) == 0x000000, "Member 'SBZSideBarNotifications_AddNewNotification::InSideBarNotificationData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSideBarNotifications_OnNotificationDisplayed \ +static_assert(alignof(SBZSideBarNotifications_OnNotificationDisplayed) == 0x000008, "Wrong alignment on SBZSideBarNotifications_OnNotificationDisplayed"); \ +static_assert(sizeof(SBZSideBarNotifications_OnNotificationDisplayed) == 0x000040, "Wrong size on SBZSideBarNotifications_OnNotificationDisplayed"); \ +static_assert(offsetof(SBZSideBarNotifications_OnNotificationDisplayed, InNotificationToDisplay) == 0x000000, "Member 'SBZSideBarNotifications_OnNotificationDisplayed::InNotificationToDisplay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSideBarNotifications \ +static_assert(alignof(USBZSideBarNotifications) == 0x000008, "Wrong alignment on USBZSideBarNotifications"); \ +static_assert(sizeof(USBZSideBarNotifications) == 0x0002B8, "Wrong size on USBZSideBarNotifications"); \ +static_assert(offsetof(USBZSideBarNotifications, bIsDisplaying) == 0x000290, "Member 'USBZSideBarNotifications::bIsDisplaying' has a wrong offset!"); \ +static_assert(offsetof(USBZSideBarNotifications, Animation_OpenWidget) == 0x000298, "Member 'USBZSideBarNotifications::Animation_OpenWidget' has a wrong offset!"); \ +static_assert(offsetof(USBZSideBarNotifications, DisplayTimeLeft) == 0x0002A0, "Member 'USBZSideBarNotifications::DisplayTimeLeft' has a wrong offset!"); \ +static_assert(offsetof(USBZSideBarNotifications, SideBarNotifications) == 0x0002A8, "Member 'USBZSideBarNotifications::SideBarNotifications' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutLibrary_AssignCharacterLocationsToParticle \ +static_assert(alignof(SBZHoldOutLibrary_AssignCharacterLocationsToParticle) == 0x000008, "Wrong alignment on SBZHoldOutLibrary_AssignCharacterLocationsToParticle"); \ +static_assert(sizeof(SBZHoldOutLibrary_AssignCharacterLocationsToParticle) == 0x000028, "Wrong size on SBZHoldOutLibrary_AssignCharacterLocationsToParticle"); \ +static_assert(offsetof(SBZHoldOutLibrary_AssignCharacterLocationsToParticle, Particle) == 0x000000, "Member 'SBZHoldOutLibrary_AssignCharacterLocationsToParticle::Particle' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutLibrary_AssignCharacterLocationsToParticle, ParameterName) == 0x000008, "Member 'SBZHoldOutLibrary_AssignCharacterLocationsToParticle::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutLibrary_AssignCharacterLocationsToParticle, Location) == 0x000014, "Member 'SBZHoldOutLibrary_AssignCharacterLocationsToParticle::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutLibrary_AssignCharacterLocationsToParticle, Radius) == 0x000020, "Member 'SBZHoldOutLibrary_AssignCharacterLocationsToParticle::Radius' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutLibrary_AssignCharacterLocationsToParticle, MaxLocations) == 0x000024, "Member 'SBZHoldOutLibrary_AssignCharacterLocationsToParticle::MaxLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHoldOutLibrary \ +static_assert(alignof(USBZHoldOutLibrary) == 0x000008, "Wrong alignment on USBZHoldOutLibrary"); \ +static_assert(sizeof(USBZHoldOutLibrary) == 0x000030, "Wrong size on USBZHoldOutLibrary"); \ + +#define DUMPER7_ASSERTS_ASBZHoldOutLoot \ +static_assert(alignof(ASBZHoldOutLoot) == 0x000008, "Wrong alignment on ASBZHoldOutLoot"); \ +static_assert(sizeof(ASBZHoldOutLoot) == 0x000330, "Wrong size on ASBZHoldOutLoot"); \ +static_assert(offsetof(ASBZHoldOutLoot, AkComponent) == 0x000318, "Member 'ASBZHoldOutLoot::AkComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutLoot, SpawnAKEvent) == 0x000320, "Member 'ASBZHoldOutLoot::SpawnAKEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutLoot, TrackerAKEvent) == 0x000328, "Member 'ASBZHoldOutLoot::TrackerAKEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplicatedBinaryStateActor_Multicast_SetState \ +static_assert(alignof(SBZReplicatedBinaryStateActor_Multicast_SetState) == 0x000001, "Wrong alignment on SBZReplicatedBinaryStateActor_Multicast_SetState"); \ +static_assert(sizeof(SBZReplicatedBinaryStateActor_Multicast_SetState) == 0x000001, "Wrong size on SBZReplicatedBinaryStateActor_Multicast_SetState"); \ +static_assert(offsetof(SBZReplicatedBinaryStateActor_Multicast_SetState, bNewState) == 0x000000, "Member 'SBZReplicatedBinaryStateActor_Multicast_SetState::bNewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplicatedBinaryStateActor_OnRep_State \ +static_assert(alignof(SBZReplicatedBinaryStateActor_OnRep_State) == 0x000001, "Wrong alignment on SBZReplicatedBinaryStateActor_OnRep_State"); \ +static_assert(sizeof(SBZReplicatedBinaryStateActor_OnRep_State) == 0x000001, "Wrong size on SBZReplicatedBinaryStateActor_OnRep_State"); \ +static_assert(offsetof(SBZReplicatedBinaryStateActor_OnRep_State, bOldState) == 0x000000, "Member 'SBZReplicatedBinaryStateActor_OnRep_State::bOldState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplicatedBinaryStateActor_OnStateChanged \ +static_assert(alignof(SBZReplicatedBinaryStateActor_OnStateChanged) == 0x000001, "Wrong alignment on SBZReplicatedBinaryStateActor_OnStateChanged"); \ +static_assert(sizeof(SBZReplicatedBinaryStateActor_OnStateChanged) == 0x000002, "Wrong size on SBZReplicatedBinaryStateActor_OnStateChanged"); \ +static_assert(offsetof(SBZReplicatedBinaryStateActor_OnStateChanged, bStateToChangeTo) == 0x000000, "Member 'SBZReplicatedBinaryStateActor_OnStateChanged::bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(SBZReplicatedBinaryStateActor_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'SBZReplicatedBinaryStateActor_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplicatedBinaryStateActor_SetLocalState \ +static_assert(alignof(SBZReplicatedBinaryStateActor_SetLocalState) == 0x000001, "Wrong alignment on SBZReplicatedBinaryStateActor_SetLocalState"); \ +static_assert(sizeof(SBZReplicatedBinaryStateActor_SetLocalState) == 0x000002, "Wrong size on SBZReplicatedBinaryStateActor_SetLocalState"); \ +static_assert(offsetof(SBZReplicatedBinaryStateActor_SetLocalState, bNewState) == 0x000000, "Member 'SBZReplicatedBinaryStateActor_SetLocalState::bNewState' has a wrong offset!"); \ +static_assert(offsetof(SBZReplicatedBinaryStateActor_SetLocalState, bDoCosmetics) == 0x000001, "Member 'SBZReplicatedBinaryStateActor_SetLocalState::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplicatedBinaryStateActor_SetState \ +static_assert(alignof(SBZReplicatedBinaryStateActor_SetState) == 0x000001, "Wrong alignment on SBZReplicatedBinaryStateActor_SetState"); \ +static_assert(sizeof(SBZReplicatedBinaryStateActor_SetState) == 0x000002, "Wrong size on SBZReplicatedBinaryStateActor_SetState"); \ +static_assert(offsetof(SBZReplicatedBinaryStateActor_SetState, bNewState) == 0x000000, "Member 'SBZReplicatedBinaryStateActor_SetState::bNewState' has a wrong offset!"); \ +static_assert(offsetof(SBZReplicatedBinaryStateActor_SetState, bDoCosmetics) == 0x000001, "Member 'SBZReplicatedBinaryStateActor_SetState::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZReplicatedBinaryStateActor \ +static_assert(alignof(ASBZReplicatedBinaryStateActor) == 0x000008, "Wrong alignment on ASBZReplicatedBinaryStateActor"); \ +static_assert(sizeof(ASBZReplicatedBinaryStateActor) == 0x0002D8, "Wrong size on ASBZReplicatedBinaryStateActor"); \ +static_assert(offsetof(ASBZReplicatedBinaryStateActor, bClientDelayStateFromServer) == 0x0002C9, "Member 'ASBZReplicatedBinaryStateActor::bClientDelayStateFromServer' has a wrong offset!"); \ +static_assert(offsetof(ASBZReplicatedBinaryStateActor, ClientStateDelay) == 0x0002CC, "Member 'ASBZReplicatedBinaryStateActor::ClientStateDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSuitPatternData \ +static_assert(alignof(USBZSuitPatternData) == 0x000008, "Wrong alignment on USBZSuitPatternData"); \ +static_assert(sizeof(USBZSuitPatternData) == 0x000250, "Wrong size on USBZSuitPatternData"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutLootContainer_Multicast_SetOpen \ +static_assert(alignof(SBZHoldOutLootContainer_Multicast_SetOpen) == 0x000001, "Wrong alignment on SBZHoldOutLootContainer_Multicast_SetOpen"); \ +static_assert(sizeof(SBZHoldOutLootContainer_Multicast_SetOpen) == 0x000001, "Wrong size on SBZHoldOutLootContainer_Multicast_SetOpen"); \ +static_assert(offsetof(SBZHoldOutLootContainer_Multicast_SetOpen, bInIsOpen) == 0x000000, "Member 'SBZHoldOutLootContainer_Multicast_SetOpen::bInIsOpen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutLootContainer_OnOpenStateChanged \ +static_assert(alignof(SBZHoldOutLootContainer_OnOpenStateChanged) == 0x000001, "Wrong alignment on SBZHoldOutLootContainer_OnOpenStateChanged"); \ +static_assert(sizeof(SBZHoldOutLootContainer_OnOpenStateChanged) == 0x000002, "Wrong size on SBZHoldOutLootContainer_OnOpenStateChanged"); \ +static_assert(offsetof(SBZHoldOutLootContainer_OnOpenStateChanged, bInIsOpen) == 0x000000, "Member 'SBZHoldOutLootContainer_OnOpenStateChanged::bInIsOpen' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutLootContainer_OnOpenStateChanged, bDoCosmetics) == 0x000001, "Member 'SBZHoldOutLootContainer_OnOpenStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutLootContainer_SetOpen \ +static_assert(alignof(SBZHoldOutLootContainer_SetOpen) == 0x000001, "Wrong alignment on SBZHoldOutLootContainer_SetOpen"); \ +static_assert(sizeof(SBZHoldOutLootContainer_SetOpen) == 0x000001, "Wrong size on SBZHoldOutLootContainer_SetOpen"); \ +static_assert(offsetof(SBZHoldOutLootContainer_SetOpen, bInIsOpen) == 0x000000, "Member 'SBZHoldOutLootContainer_SetOpen::bInIsOpen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZHoldOutLootContainer \ +static_assert(alignof(ASBZHoldOutLootContainer) == 0x000008, "Wrong alignment on ASBZHoldOutLootContainer"); \ +static_assert(sizeof(ASBZHoldOutLootContainer) == 0x000300, "Wrong size on ASBZHoldOutLootContainer"); \ +static_assert(offsetof(ASBZHoldOutLootContainer, LootSpawnLocation) == 0x0002D8, "Member 'ASBZHoldOutLootContainer::LootSpawnLocation' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutLootContainer, LootClass) == 0x0002E8, "Member 'ASBZHoldOutLootContainer::LootClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutLootContainer, SpawnedLoot) == 0x0002F0, "Member 'ASBZHoldOutLootContainer::SpawnedLoot' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutLootContainer, bIsOpen) == 0x0002F8, "Member 'ASBZHoldOutLootContainer::bIsOpen' has a wrong offset!"); \ +static_assert(offsetof(ASBZHoldOutLootContainer, bReplicatedIsOpen) == 0x0002F9, "Member 'ASBZHoldOutLootContainer::bReplicatedIsOpen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSuitSprayCanOnPatternGApplier \ +static_assert(alignof(USBZSuitSprayCanOnPatternGApplier) == 0x000008, "Wrong alignment on USBZSuitSprayCanOnPatternGApplier"); \ +static_assert(sizeof(USBZSuitSprayCanOnPatternGApplier) == 0x000038, "Wrong size on USBZSuitSprayCanOnPatternGApplier"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutKillEnemiesObjective_OnEnemyKilled \ +static_assert(alignof(SBZHoldOutKillEnemiesObjective_OnEnemyKilled) == 0x000008, "Wrong alignment on SBZHoldOutKillEnemiesObjective_OnEnemyKilled"); \ +static_assert(sizeof(SBZHoldOutKillEnemiesObjective_OnEnemyKilled) == 0x000008, "Wrong size on SBZHoldOutKillEnemiesObjective_OnEnemyKilled"); \ +static_assert(offsetof(SBZHoldOutKillEnemiesObjective_OnEnemyKilled, Pawn) == 0x000000, "Member 'SBZHoldOutKillEnemiesObjective_OnEnemyKilled::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutKillEnemiesObjective_OnEnemySpawned \ +static_assert(alignof(SBZHoldOutKillEnemiesObjective_OnEnemySpawned) == 0x000008, "Wrong alignment on SBZHoldOutKillEnemiesObjective_OnEnemySpawned"); \ +static_assert(sizeof(SBZHoldOutKillEnemiesObjective_OnEnemySpawned) == 0x000010, "Wrong size on SBZHoldOutKillEnemiesObjective_OnEnemySpawned"); \ +static_assert(offsetof(SBZHoldOutKillEnemiesObjective_OnEnemySpawned, SpawnManager) == 0x000000, "Member 'SBZHoldOutKillEnemiesObjective_OnEnemySpawned::SpawnManager' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutKillEnemiesObjective_OnEnemySpawned, Pawn) == 0x000008, "Member 'SBZHoldOutKillEnemiesObjective_OnEnemySpawned::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHoldOutKillEnemiesObjective \ +static_assert(alignof(USBZHoldOutKillEnemiesObjective) == 0x000008, "Wrong alignment on USBZHoldOutKillEnemiesObjective"); \ +static_assert(sizeof(USBZHoldOutKillEnemiesObjective) == 0x000260, "Wrong size on USBZHoldOutKillEnemiesObjective"); \ +static_assert(offsetof(USBZHoldOutKillEnemiesObjective, NumEnemiesToKill) == 0x000210, "Member 'USBZHoldOutKillEnemiesObjective::NumEnemiesToKill' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutKillEnemiesObjective, PawnTypes) == 0x000218, "Member 'USBZHoldOutKillEnemiesObjective::PawnTypes' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutKillEnemiesObjective, SpawnedEnemies) == 0x000238, "Member 'USBZHoldOutKillEnemiesObjective::SpawnedEnemies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutFindLootObjective_OnBagEntered \ +static_assert(alignof(SBZHoldOutFindLootObjective_OnBagEntered) == 0x000008, "Wrong alignment on SBZHoldOutFindLootObjective_OnBagEntered"); \ +static_assert(sizeof(SBZHoldOutFindLootObjective_OnBagEntered) == 0x000020, "Wrong size on SBZHoldOutFindLootObjective_OnBagEntered"); \ +static_assert(offsetof(SBZHoldOutFindLootObjective_OnBagEntered, Volume) == 0x000000, "Member 'SBZHoldOutFindLootObjective_OnBagEntered::Volume' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutFindLootObjective_OnBagEntered, BagItem) == 0x000008, "Member 'SBZHoldOutFindLootObjective_OnBagEntered::BagItem' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutFindLootObjective_OnBagEntered, BagHandle) == 0x000010, "Member 'SBZHoldOutFindLootObjective_OnBagEntered::BagHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHoldOutFindLootObjective \ +static_assert(alignof(USBZHoldOutFindLootObjective) == 0x000008, "Wrong alignment on USBZHoldOutFindLootObjective"); \ +static_assert(sizeof(USBZHoldOutFindLootObjective) == 0x000240, "Wrong size on USBZHoldOutFindLootObjective"); \ +static_assert(offsetof(USBZHoldOutFindLootObjective, LootContainers) == 0x000210, "Member 'USBZHoldOutFindLootObjective::LootContainers' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutFindLootObjective, BagTriggerVolume) == 0x000220, "Member 'USBZHoldOutFindLootObjective::BagTriggerVolume' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutFindLootObjective, RequiredBagType) == 0x000228, "Member 'USBZHoldOutFindLootObjective::RequiredBagType' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutFindLootObjective, NumLootToCollect) == 0x000230, "Member 'USBZHoldOutFindLootObjective::NumLootToCollect' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutFindLootObjective, NumActiveLootContainer) == 0x000234, "Member 'USBZHoldOutFindLootObjective::NumActiveLootContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutTimerObjective_OnTimerProgressionReached \ +static_assert(alignof(SBZHoldOutTimerObjective_OnTimerProgressionReached) == 0x000004, "Wrong alignment on SBZHoldOutTimerObjective_OnTimerProgressionReached"); \ +static_assert(sizeof(SBZHoldOutTimerObjective_OnTimerProgressionReached) == 0x000004, "Wrong size on SBZHoldOutTimerObjective_OnTimerProgressionReached"); \ +static_assert(offsetof(SBZHoldOutTimerObjective_OnTimerProgressionReached, ProgressionIndex) == 0x000000, "Member 'SBZHoldOutTimerObjective_OnTimerProgressionReached::ProgressionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHoldOutTimerObjective \ +static_assert(alignof(USBZHoldOutTimerObjective) == 0x000008, "Wrong alignment on USBZHoldOutTimerObjective"); \ +static_assert(sizeof(USBZHoldOutTimerObjective) == 0x000220, "Wrong size on USBZHoldOutTimerObjective"); \ +static_assert(offsetof(USBZHoldOutTimerObjective, ModifiableTimerActor) == 0x000210, "Member 'USBZHoldOutTimerObjective::ModifiableTimerActor' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutTimerObjective, Duration) == 0x000218, "Member 'USBZHoldOutTimerObjective::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillEnforcerEnforcer \ +static_assert(alignof(USBZSkillEnforcerEnforcer) == 0x000008, "Wrong alignment on USBZSkillEnforcerEnforcer"); \ +static_assert(sizeof(USBZSkillEnforcerEnforcer) == 0x000230, "Wrong size on USBZSkillEnforcerEnforcer"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutZoneOverlapDamageObjective_OnFilteredActorBeginOverlapping \ +static_assert(alignof(SBZHoldOutZoneOverlapDamageObjective_OnFilteredActorBeginOverlapping) == 0x000008, "Wrong alignment on SBZHoldOutZoneOverlapDamageObjective_OnFilteredActorBeginOverlapping"); \ +static_assert(sizeof(SBZHoldOutZoneOverlapDamageObjective_OnFilteredActorBeginOverlapping) == 0x000020, "Wrong size on SBZHoldOutZoneOverlapDamageObjective_OnFilteredActorBeginOverlapping"); \ +static_assert(offsetof(SBZHoldOutZoneOverlapDamageObjective_OnFilteredActorBeginOverlapping, Identifier) == 0x000000, "Member 'SBZHoldOutZoneOverlapDamageObjective_OnFilteredActorBeginOverlapping::Identifier' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutZoneOverlapDamageObjective_OnFilteredActorBeginOverlapping, Actor) == 0x000010, "Member 'SBZHoldOutZoneOverlapDamageObjective_OnFilteredActorBeginOverlapping::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutZoneOverlapDamageObjective_OnFilteredActorBeginOverlapping, CurrentTotalActors) == 0x000018, "Member 'SBZHoldOutZoneOverlapDamageObjective_OnFilteredActorBeginOverlapping::CurrentTotalActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutZoneOverlapDamageObjective_OnFilteredActorEndOverlapping \ +static_assert(alignof(SBZHoldOutZoneOverlapDamageObjective_OnFilteredActorEndOverlapping) == 0x000008, "Wrong alignment on SBZHoldOutZoneOverlapDamageObjective_OnFilteredActorEndOverlapping"); \ +static_assert(sizeof(SBZHoldOutZoneOverlapDamageObjective_OnFilteredActorEndOverlapping) == 0x000020, "Wrong size on SBZHoldOutZoneOverlapDamageObjective_OnFilteredActorEndOverlapping"); \ +static_assert(offsetof(SBZHoldOutZoneOverlapDamageObjective_OnFilteredActorEndOverlapping, Identifier) == 0x000000, "Member 'SBZHoldOutZoneOverlapDamageObjective_OnFilteredActorEndOverlapping::Identifier' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutZoneOverlapDamageObjective_OnFilteredActorEndOverlapping, Actor) == 0x000010, "Member 'SBZHoldOutZoneOverlapDamageObjective_OnFilteredActorEndOverlapping::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutZoneOverlapDamageObjective_OnFilteredActorEndOverlapping, CurrentTotalActors) == 0x000018, "Member 'SBZHoldOutZoneOverlapDamageObjective_OnFilteredActorEndOverlapping::CurrentTotalActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHoldOutZoneOverlapDamageObjective \ +static_assert(alignof(USBZHoldOutZoneOverlapDamageObjective) == 0x000008, "Wrong alignment on USBZHoldOutZoneOverlapDamageObjective"); \ +static_assert(sizeof(USBZHoldOutZoneOverlapDamageObjective) == 0x000228, "Wrong size on USBZHoldOutZoneOverlapDamageObjective"); \ +static_assert(offsetof(USBZHoldOutZoneOverlapDamageObjective, TriggerVolumeActor) == 0x000210, "Member 'USBZHoldOutZoneOverlapDamageObjective::TriggerVolumeActor' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutZoneOverlapDamageObjective, Health) == 0x000218, "Member 'USBZHoldOutZoneOverlapDamageObjective::Health' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutProtectAgainstSabotageObjective_OnTagEventActiveChanged \ +static_assert(alignof(SBZHoldOutProtectAgainstSabotageObjective_OnTagEventActiveChanged) == 0x000004, "Wrong alignment on SBZHoldOutProtectAgainstSabotageObjective_OnTagEventActiveChanged"); \ +static_assert(sizeof(SBZHoldOutProtectAgainstSabotageObjective_OnTagEventActiveChanged) == 0x000010, "Wrong size on SBZHoldOutProtectAgainstSabotageObjective_OnTagEventActiveChanged"); \ +static_assert(offsetof(SBZHoldOutProtectAgainstSabotageObjective_OnTagEventActiveChanged, Tag) == 0x000000, "Member 'SBZHoldOutProtectAgainstSabotageObjective_OnTagEventActiveChanged::Tag' has a wrong offset!"); \ +static_assert(offsetof(SBZHoldOutProtectAgainstSabotageObjective_OnTagEventActiveChanged, bIsTagActive) == 0x00000C, "Member 'SBZHoldOutProtectAgainstSabotageObjective_OnTagEventActiveChanged::bIsTagActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHoldOutProtectAgainstSabotageObjective \ +static_assert(alignof(USBZHoldOutProtectAgainstSabotageObjective) == 0x000008, "Wrong alignment on USBZHoldOutProtectAgainstSabotageObjective"); \ +static_assert(sizeof(USBZHoldOutProtectAgainstSabotageObjective) == 0x000258, "Wrong size on USBZHoldOutProtectAgainstSabotageObjective"); \ +static_assert(offsetof(USBZHoldOutProtectAgainstSabotageObjective, Health) == 0x000210, "Member 'USBZHoldOutProtectAgainstSabotageObjective::Health' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutProtectAgainstSabotageObjective, SabotagePoints) == 0x000218, "Member 'USBZHoldOutProtectAgainstSabotageObjective::SabotagePoints' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutProtectAgainstSabotageObjective, TagEventProvider) == 0x000228, "Member 'USBZHoldOutProtectAgainstSabotageObjective::TagEventProvider' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutProtectAgainstSabotageObjective, SabotageTagEvents) == 0x000230, "Member 'USBZHoldOutProtectAgainstSabotageObjective::SabotageTagEvents' has a wrong offset!"); \ +static_assert(offsetof(USBZHoldOutProtectAgainstSabotageObjective, DamagePerSabotageEvent) == 0x000250, "Member 'USBZHoldOutProtectAgainstSabotageObjective::DamagePerSabotageEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZToolSnapData \ +static_assert(alignof(USBZToolSnapData) == 0x000008, "Wrong alignment on USBZToolSnapData"); \ +static_assert(sizeof(USBZToolSnapData) == 0x000048, "Wrong size on USBZToolSnapData"); \ +static_assert(offsetof(USBZToolSnapData, ZAxisOffset) == 0x000038, "Member 'USBZToolSnapData::ZAxisOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZToolSnapData, ToolSnapOffset) == 0x00003C, "Member 'USBZToolSnapData::ToolSnapOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZToolSnapData, ToolSnapRadius) == 0x000040, "Member 'USBZToolSnapData::ToolSnapRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHoldOutTriggerVolumeInterface_GetActorFilterComponent \ +static_assert(alignof(SBZHoldOutTriggerVolumeInterface_GetActorFilterComponent) == 0x000008, "Wrong alignment on SBZHoldOutTriggerVolumeInterface_GetActorFilterComponent"); \ +static_assert(sizeof(SBZHoldOutTriggerVolumeInterface_GetActorFilterComponent) == 0x000008, "Wrong size on SBZHoldOutTriggerVolumeInterface_GetActorFilterComponent"); \ +static_assert(offsetof(SBZHoldOutTriggerVolumeInterface_GetActorFilterComponent, ReturnValue) == 0x000000, "Member 'SBZHoldOutTriggerVolumeInterface_GetActorFilterComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZHoldOutTriggerVolumeInterface \ +static_assert(alignof(ISBZHoldOutTriggerVolumeInterface) == 0x000001, "Wrong alignment on ISBZHoldOutTriggerVolumeInterface"); \ +static_assert(sizeof(ISBZHoldOutTriggerVolumeInterface) == 0x000001, "Wrong size on ISBZHoldOutTriggerVolumeInterface"); \ + +#define DUMPER7_ASSERTS_ASBZHUDBase \ +static_assert(alignof(ASBZHUDBase) == 0x000008, "Wrong alignment on ASBZHUDBase"); \ +static_assert(sizeof(ASBZHUDBase) == 0x000398, "Wrong size on ASBZHUDBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillEnforcerFaceToFace \ +static_assert(alignof(USBZSkillEnforcerFaceToFace) == 0x000008, "Wrong alignment on USBZSkillEnforcerFaceToFace"); \ +static_assert(sizeof(USBZSkillEnforcerFaceToFace) == 0x000230, "Wrong size on USBZSkillEnforcerFaceToFace"); \ + +#define DUMPER7_ASSERTS_USBZTripperToolData \ +static_assert(alignof(USBZTripperToolData) == 0x000010, "Wrong alignment on USBZTripperToolData"); \ +static_assert(sizeof(USBZTripperToolData) == 0x000580, "Wrong size on USBZTripperToolData"); \ + +#define DUMPER7_ASSERTS_SBZHUDChatWidget_CallReceived \ +static_assert(alignof(SBZHUDChatWidget_CallReceived) == 0x000008, "Wrong alignment on SBZHUDChatWidget_CallReceived"); \ +static_assert(sizeof(SBZHUDChatWidget_CallReceived) == 0x000010, "Wrong size on SBZHUDChatWidget_CallReceived"); \ +static_assert(offsetof(SBZHUDChatWidget_CallReceived, CallEventData) == 0x000000, "Member 'SBZHUDChatWidget_CallReceived::CallEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDChatWidget_CrewAIMessageReceived \ +static_assert(alignof(SBZHUDChatWidget_CrewAIMessageReceived) == 0x000008, "Wrong alignment on SBZHUDChatWidget_CrewAIMessageReceived"); \ +static_assert(sizeof(SBZHUDChatWidget_CrewAIMessageReceived) == 0x000018, "Wrong size on SBZHUDChatWidget_CrewAIMessageReceived"); \ +static_assert(offsetof(SBZHUDChatWidget_CrewAIMessageReceived, ChatEventData) == 0x000000, "Member 'SBZHUDChatWidget_CrewAIMessageReceived::ChatEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDChatWidget_GetShortenText \ +static_assert(alignof(SBZHUDChatWidget_GetShortenText) == 0x000008, "Wrong alignment on SBZHUDChatWidget_GetShortenText"); \ +static_assert(sizeof(SBZHUDChatWidget_GetShortenText) == 0x000030, "Wrong size on SBZHUDChatWidget_GetShortenText"); \ +static_assert(offsetof(SBZHUDChatWidget_GetShortenText, InText) == 0x000000, "Member 'SBZHUDChatWidget_GetShortenText::InText' has a wrong offset!"); \ +static_assert(offsetof(SBZHUDChatWidget_GetShortenText, ReturnValue) == 0x000018, "Member 'SBZHUDChatWidget_GetShortenText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDChatWidget_KeyItemCountChanged \ +static_assert(alignof(SBZHUDChatWidget_KeyItemCountChanged) == 0x000008, "Wrong alignment on SBZHUDChatWidget_KeyItemCountChanged"); \ +static_assert(sizeof(SBZHUDChatWidget_KeyItemCountChanged) == 0x000030, "Wrong size on SBZHUDChatWidget_KeyItemCountChanged"); \ +static_assert(offsetof(SBZHUDChatWidget_KeyItemCountChanged, KeyItemCountChangedEventData) == 0x000000, "Member 'SBZHUDChatWidget_KeyItemCountChanged::KeyItemCountChangedEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDChatWidget_OnAICrewDefeatStateChanged \ +static_assert(alignof(SBZHUDChatWidget_OnAICrewDefeatStateChanged) == 0x000008, "Wrong alignment on SBZHUDChatWidget_OnAICrewDefeatStateChanged"); \ +static_assert(sizeof(SBZHUDChatWidget_OnAICrewDefeatStateChanged) == 0x000010, "Wrong size on SBZHUDChatWidget_OnAICrewDefeatStateChanged"); \ +static_assert(offsetof(SBZHUDChatWidget_OnAICrewDefeatStateChanged, InData) == 0x000000, "Member 'SBZHUDChatWidget_OnAICrewDefeatStateChanged::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDChatWidget_OnChatDisabledChanged \ +static_assert(alignof(SBZHUDChatWidget_OnChatDisabledChanged) == 0x000001, "Wrong alignment on SBZHUDChatWidget_OnChatDisabledChanged"); \ +static_assert(sizeof(SBZHUDChatWidget_OnChatDisabledChanged) == 0x000001, "Wrong size on SBZHUDChatWidget_OnChatDisabledChanged"); \ +static_assert(offsetof(SBZHUDChatWidget_OnChatDisabledChanged, bIsDisabled) == 0x000000, "Member 'SBZHUDChatWidget_OnChatDisabledChanged::bIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDChatWidget_OnChatFocusChanged \ +static_assert(alignof(SBZHUDChatWidget_OnChatFocusChanged) == 0x000001, "Wrong alignment on SBZHUDChatWidget_OnChatFocusChanged"); \ +static_assert(sizeof(SBZHUDChatWidget_OnChatFocusChanged) == 0x000001, "Wrong size on SBZHUDChatWidget_OnChatFocusChanged"); \ +static_assert(offsetof(SBZHUDChatWidget_OnChatFocusChanged, bHasFocus) == 0x000000, "Member 'SBZHUDChatWidget_OnChatFocusChanged::bHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDChatWidget_OnMessageReceived \ +static_assert(alignof(SBZHUDChatWidget_OnMessageReceived) == 0x000008, "Wrong alignment on SBZHUDChatWidget_OnMessageReceived"); \ +static_assert(sizeof(SBZHUDChatWidget_OnMessageReceived) == 0x0000A8, "Wrong size on SBZHUDChatWidget_OnMessageReceived"); \ +static_assert(offsetof(SBZHUDChatWidget_OnMessageReceived, InChatMessage) == 0x000000, "Member 'SBZHUDChatWidget_OnMessageReceived::InChatMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDChatWidget_OnMessageReceivedFallback \ +static_assert(alignof(SBZHUDChatWidget_OnMessageReceivedFallback) == 0x000008, "Wrong alignment on SBZHUDChatWidget_OnMessageReceivedFallback"); \ +static_assert(sizeof(SBZHUDChatWidget_OnMessageReceivedFallback) == 0x000018, "Wrong size on SBZHUDChatWidget_OnMessageReceivedFallback"); \ +static_assert(offsetof(SBZHUDChatWidget_OnMessageReceivedFallback, ChatEventData) == 0x000000, "Member 'SBZHUDChatWidget_OnMessageReceivedFallback::ChatEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDChatWidget_OnPingReceived \ +static_assert(alignof(SBZHUDChatWidget_OnPingReceived) == 0x000008, "Wrong alignment on SBZHUDChatWidget_OnPingReceived"); \ +static_assert(sizeof(SBZHUDChatWidget_OnPingReceived) == 0x000010, "Wrong size on SBZHUDChatWidget_OnPingReceived"); \ +static_assert(offsetof(SBZHUDChatWidget_OnPingReceived, PingEventData) == 0x000000, "Member 'SBZHUDChatWidget_OnPingReceived::PingEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDChatWidget_OnPlayerDefeatStateChanged \ +static_assert(alignof(SBZHUDChatWidget_OnPlayerDefeatStateChanged) == 0x000008, "Wrong alignment on SBZHUDChatWidget_OnPlayerDefeatStateChanged"); \ +static_assert(sizeof(SBZHUDChatWidget_OnPlayerDefeatStateChanged) == 0x000010, "Wrong size on SBZHUDChatWidget_OnPlayerDefeatStateChanged"); \ +static_assert(offsetof(SBZHUDChatWidget_OnPlayerDefeatStateChanged, InData) == 0x000000, "Member 'SBZHUDChatWidget_OnPlayerDefeatStateChanged::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDChatWidget_OnPlayerDefeatStateChangedInternal \ +static_assert(alignof(SBZHUDChatWidget_OnPlayerDefeatStateChangedInternal) == 0x000008, "Wrong alignment on SBZHUDChatWidget_OnPlayerDefeatStateChangedInternal"); \ +static_assert(sizeof(SBZHUDChatWidget_OnPlayerDefeatStateChangedInternal) == 0x000010, "Wrong size on SBZHUDChatWidget_OnPlayerDefeatStateChangedInternal"); \ +static_assert(offsetof(SBZHUDChatWidget_OnPlayerDefeatStateChangedInternal, InData) == 0x000000, "Member 'SBZHUDChatWidget_OnPlayerDefeatStateChangedInternal::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDChatWidget_OnPlayerJoinedTheHeist \ +static_assert(alignof(SBZHUDChatWidget_OnPlayerJoinedTheHeist) == 0x000008, "Wrong alignment on SBZHUDChatWidget_OnPlayerJoinedTheHeist"); \ +static_assert(sizeof(SBZHUDChatWidget_OnPlayerJoinedTheHeist) == 0x000018, "Wrong size on SBZHUDChatWidget_OnPlayerJoinedTheHeist"); \ +static_assert(offsetof(SBZHUDChatWidget_OnPlayerJoinedTheHeist, JoinedPlayerName) == 0x000000, "Member 'SBZHUDChatWidget_OnPlayerJoinedTheHeist::JoinedPlayerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDChatWidget_OnPlayerStateRemoved \ +static_assert(alignof(SBZHUDChatWidget_OnPlayerStateRemoved) == 0x000008, "Wrong alignment on SBZHUDChatWidget_OnPlayerStateRemoved"); \ +static_assert(sizeof(SBZHUDChatWidget_OnPlayerStateRemoved) == 0x000040, "Wrong size on SBZHUDChatWidget_OnPlayerStateRemoved"); \ +static_assert(offsetof(SBZHUDChatWidget_OnPlayerStateRemoved, PlayerStateRemovedData) == 0x000000, "Member 'SBZHUDChatWidget_OnPlayerStateRemoved::PlayerStateRemovedData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDChatWidget_OnTextCommited \ +static_assert(alignof(SBZHUDChatWidget_OnTextCommited) == 0x000008, "Wrong alignment on SBZHUDChatWidget_OnTextCommited"); \ +static_assert(sizeof(SBZHUDChatWidget_OnTextCommited) == 0x000020, "Wrong size on SBZHUDChatWidget_OnTextCommited"); \ +static_assert(offsetof(SBZHUDChatWidget_OnTextCommited, Text) == 0x000000, "Member 'SBZHUDChatWidget_OnTextCommited::Text' has a wrong offset!"); \ +static_assert(offsetof(SBZHUDChatWidget_OnTextCommited, CommitMethod) == 0x000018, "Member 'SBZHUDChatWidget_OnTextCommited::CommitMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDChatWidget_PingReceived \ +static_assert(alignof(SBZHUDChatWidget_PingReceived) == 0x000008, "Wrong alignment on SBZHUDChatWidget_PingReceived"); \ +static_assert(sizeof(SBZHUDChatWidget_PingReceived) == 0x000010, "Wrong size on SBZHUDChatWidget_PingReceived"); \ +static_assert(offsetof(SBZHUDChatWidget_PingReceived, PingEventData) == 0x000000, "Member 'SBZHUDChatWidget_PingReceived::PingEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDChatWidget_PlayerMessageReceived \ +static_assert(alignof(SBZHUDChatWidget_PlayerMessageReceived) == 0x000008, "Wrong alignment on SBZHUDChatWidget_PlayerMessageReceived"); \ +static_assert(sizeof(SBZHUDChatWidget_PlayerMessageReceived) == 0x0000A8, "Wrong size on SBZHUDChatWidget_PlayerMessageReceived"); \ +static_assert(offsetof(SBZHUDChatWidget_PlayerMessageReceived, InChatMessage) == 0x000000, "Member 'SBZHUDChatWidget_PlayerMessageReceived::InChatMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDChatWidget_SetChatActive \ +static_assert(alignof(SBZHUDChatWidget_SetChatActive) == 0x000001, "Wrong alignment on SBZHUDChatWidget_SetChatActive"); \ +static_assert(sizeof(SBZHUDChatWidget_SetChatActive) == 0x000001, "Wrong size on SBZHUDChatWidget_SetChatActive"); \ +static_assert(offsetof(SBZHUDChatWidget_SetChatActive, bSetActive) == 0x000000, "Member 'SBZHUDChatWidget_SetChatActive::bSetActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDChatWidget_SystemMessageReceived \ +static_assert(alignof(SBZHUDChatWidget_SystemMessageReceived) == 0x000008, "Wrong alignment on SBZHUDChatWidget_SystemMessageReceived"); \ +static_assert(sizeof(SBZHUDChatWidget_SystemMessageReceived) == 0x000010, "Wrong size on SBZHUDChatWidget_SystemMessageReceived"); \ +static_assert(offsetof(SBZHUDChatWidget_SystemMessageReceived, ChatEventData) == 0x000000, "Member 'SBZHUDChatWidget_SystemMessageReceived::ChatEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDChatWidget_VotingMessageReceived \ +static_assert(alignof(SBZHUDChatWidget_VotingMessageReceived) == 0x000008, "Wrong alignment on SBZHUDChatWidget_VotingMessageReceived"); \ +static_assert(sizeof(SBZHUDChatWidget_VotingMessageReceived) == 0x000010, "Wrong size on SBZHUDChatWidget_VotingMessageReceived"); \ +static_assert(offsetof(SBZHUDChatWidget_VotingMessageReceived, ChatEventData) == 0x000000, "Member 'SBZHUDChatWidget_VotingMessageReceived::ChatEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHUDChatWidget \ +static_assert(alignof(USBZHUDChatWidget) == 0x000008, "Wrong alignment on USBZHUDChatWidget"); \ +static_assert(sizeof(USBZHUDChatWidget) == 0x000348, "Wrong size on USBZHUDChatWidget"); \ +static_assert(offsetof(USBZHUDChatWidget, ChatStackValue) == 0x0002B8, "Member 'USBZHUDChatWidget::ChatStackValue' has a wrong offset!"); \ +static_assert(offsetof(USBZHUDChatWidget, Text_InputText) == 0x0002C8, "Member 'USBZHUDChatWidget::Text_InputText' has a wrong offset!"); \ +static_assert(offsetof(USBZHUDChatWidget, ShortenTextMaxLines) == 0x0002D0, "Member 'USBZHUDChatWidget::ShortenTextMaxLines' has a wrong offset!"); \ +static_assert(offsetof(USBZHUDChatWidget, bIsChatInputActive) == 0x0002D4, "Member 'USBZHUDChatWidget::bIsChatInputActive' has a wrong offset!"); \ +static_assert(offsetof(USBZHUDChatWidget, bIsChatDisabled) == 0x0002D5, "Member 'USBZHUDChatWidget::bIsChatDisabled' has a wrong offset!"); \ +static_assert(offsetof(USBZHUDChatWidget, QueuedPlayerDefeatStateChangedDataArray) == 0x0002D8, "Member 'USBZHUDChatWidget::QueuedPlayerDefeatStateChangedDataArray' has a wrong offset!"); \ +static_assert(offsetof(USBZHUDChatWidget, PlayerNameChangedHandleMap) == 0x0002E8, "Member 'USBZHUDChatWidget::PlayerNameChangedHandleMap' has a wrong offset!"); \ +static_assert(offsetof(USBZHUDChatWidget, Chat) == 0x000338, "Member 'USBZHUDChatWidget::Chat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDDamageTakenIndicatorContainerWidget_OnTakenDamageEvent \ +static_assert(alignof(SBZHUDDamageTakenIndicatorContainerWidget_OnTakenDamageEvent) == 0x000008, "Wrong alignment on SBZHUDDamageTakenIndicatorContainerWidget_OnTakenDamageEvent"); \ +static_assert(sizeof(SBZHUDDamageTakenIndicatorContainerWidget_OnTakenDamageEvent) == 0x0000C8, "Wrong size on SBZHUDDamageTakenIndicatorContainerWidget_OnTakenDamageEvent"); \ +static_assert(offsetof(SBZHUDDamageTakenIndicatorContainerWidget_OnTakenDamageEvent, DamageEventData) == 0x000000, "Member 'SBZHUDDamageTakenIndicatorContainerWidget_OnTakenDamageEvent::DamageEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHUDDamageTakenIndicatorContainerWidget \ +static_assert(alignof(USBZHUDDamageTakenIndicatorContainerWidget) == 0x000008, "Wrong alignment on USBZHUDDamageTakenIndicatorContainerWidget"); \ +static_assert(sizeof(USBZHUDDamageTakenIndicatorContainerWidget) == 0x0002D0, "Wrong size on USBZHUDDamageTakenIndicatorContainerWidget"); \ +static_assert(offsetof(USBZHUDDamageTakenIndicatorContainerWidget, DamageTakenWidgetClass) == 0x000290, "Member 'USBZHUDDamageTakenIndicatorContainerWidget::DamageTakenWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZHUDDamageTakenIndicatorContainerWidget, NumberOfDamageIndicators) == 0x000298, "Member 'USBZHUDDamageTakenIndicatorContainerWidget::NumberOfDamageIndicators' has a wrong offset!"); \ +static_assert(offsetof(USBZHUDDamageTakenIndicatorContainerWidget, HealthDamageColorName) == 0x00029C, "Member 'USBZHUDDamageTakenIndicatorContainerWidget::HealthDamageColorName' has a wrong offset!"); \ +static_assert(offsetof(USBZHUDDamageTakenIndicatorContainerWidget, ArmorDamageColorName) == 0x0002A8, "Member 'USBZHUDDamageTakenIndicatorContainerWidget::ArmorDamageColorName' has a wrong offset!"); \ +static_assert(offsetof(USBZHUDDamageTakenIndicatorContainerWidget, Panel_HUDDamageTakenContainer) == 0x0002B8, "Member 'USBZHUDDamageTakenIndicatorContainerWidget::Panel_HUDDamageTakenContainer' has a wrong offset!"); \ +static_assert(offsetof(USBZHUDDamageTakenIndicatorContainerWidget, DamageIndicators) == 0x0002C0, "Member 'USBZHUDDamageTakenIndicatorContainerWidget::DamageIndicators' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZHUDHitIndicatorWidget_PostOnTakenDamageEvent \ +static_assert(alignof(SBZHUDHitIndicatorWidget_PostOnTakenDamageEvent) == 0x000008, "Wrong alignment on SBZHUDHitIndicatorWidget_PostOnTakenDamageEvent"); \ +static_assert(sizeof(SBZHUDHitIndicatorWidget_PostOnTakenDamageEvent) == 0x0000C8, "Wrong size on SBZHUDHitIndicatorWidget_PostOnTakenDamageEvent"); \ +static_assert(offsetof(SBZHUDHitIndicatorWidget_PostOnTakenDamageEvent, DamageEventData) == 0x000000, "Member 'SBZHUDHitIndicatorWidget_PostOnTakenDamageEvent::DamageEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHUDHitIndicatorWidget \ +static_assert(alignof(USBZHUDHitIndicatorWidget) == 0x000008, "Wrong alignment on USBZHUDHitIndicatorWidget"); \ +static_assert(sizeof(USBZHUDHitIndicatorWidget) == 0x000318, "Wrong size on USBZHUDHitIndicatorWidget"); \ +static_assert(offsetof(USBZHUDHitIndicatorWidget, Image_HitIndicator) == 0x000290, "Member 'USBZHUDHitIndicatorWidget::Image_HitIndicator' has a wrong offset!"); \ +static_assert(offsetof(USBZHUDHitIndicatorWidget, bIsUsedInHUD) == 0x000298, "Member 'USBZHUDHitIndicatorWidget::bIsUsedInHUD' has a wrong offset!"); \ +static_assert(offsetof(USBZHUDHitIndicatorWidget, EnemyHitAudioEvent) == 0x0002A0, "Member 'USBZHUDHitIndicatorWidget::EnemyHitAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZHUDHitIndicatorWidget, CriticalHitAudioEvent) == 0x0002A8, "Member 'USBZHUDHitIndicatorWidget::CriticalHitAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZHUDHitIndicatorWidget, EnemyKilledAudioEvent) == 0x0002B0, "Member 'USBZHUDHitIndicatorWidget::EnemyKilledAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZHUDHitIndicatorWidget, EnemyCriticalKilledAudioEvent) == 0x0002B8, "Member 'USBZHUDHitIndicatorWidget::EnemyCriticalKilledAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZHUDHitIndicatorWidget, NoDamageAudioEvent) == 0x0002C0, "Member 'USBZHUDHitIndicatorWidget::NoDamageAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZHUDHitIndicatorWidget, ArmorHitAudioEvent) == 0x0002C8, "Member 'USBZHUDHitIndicatorWidget::ArmorHitAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZHUDHitIndicatorWidget, ArmorPenetrationAudioEvent) == 0x0002D0, "Member 'USBZHUDHitIndicatorWidget::ArmorPenetrationAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZHUDHitIndicatorWidget, ArmorBreakAudioEvent) == 0x0002D8, "Member 'USBZHUDHitIndicatorWidget::ArmorBreakAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZHUDHitIndicatorWidget, HitIndicatorSettings) == 0x0002E0, "Member 'USBZHUDHitIndicatorWidget::HitIndicatorSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillEngineerEngineer \ +static_assert(alignof(USBZSkillEngineerEngineer) == 0x000008, "Wrong alignment on USBZSkillEngineerEngineer"); \ +static_assert(sizeof(USBZSkillEngineerEngineer) == 0x000230, "Wrong size on USBZSkillEngineerEngineer"); \ + +#define DUMPER7_ASSERTS_SBZTrafficManager_HandleCivilianArrived \ +static_assert(alignof(SBZTrafficManager_HandleCivilianArrived) == 0x000008, "Wrong alignment on SBZTrafficManager_HandleCivilianArrived"); \ +static_assert(sizeof(SBZTrafficManager_HandleCivilianArrived) == 0x000008, "Wrong size on SBZTrafficManager_HandleCivilianArrived"); \ +static_assert(offsetof(SBZTrafficManager_HandleCivilianArrived, Vehicle) == 0x000000, "Member 'SBZTrafficManager_HandleCivilianArrived::Vehicle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTrafficManager_HandleEscapeVanArrived \ +static_assert(alignof(SBZTrafficManager_HandleEscapeVanArrived) == 0x000008, "Wrong alignment on SBZTrafficManager_HandleEscapeVanArrived"); \ +static_assert(sizeof(SBZTrafficManager_HandleEscapeVanArrived) == 0x000008, "Wrong size on SBZTrafficManager_HandleEscapeVanArrived"); \ +static_assert(offsetof(SBZTrafficManager_HandleEscapeVanArrived, Vehicle) == 0x000000, "Member 'SBZTrafficManager_HandleEscapeVanArrived::Vehicle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTrafficManager_HandleFirstResponderArrived \ +static_assert(alignof(SBZTrafficManager_HandleFirstResponderArrived) == 0x000008, "Wrong alignment on SBZTrafficManager_HandleFirstResponderArrived"); \ +static_assert(sizeof(SBZTrafficManager_HandleFirstResponderArrived) == 0x000008, "Wrong size on SBZTrafficManager_HandleFirstResponderArrived"); \ +static_assert(offsetof(SBZTrafficManager_HandleFirstResponderArrived, Vehicle) == 0x000000, "Member 'SBZTrafficManager_HandleFirstResponderArrived::Vehicle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTrafficManager_HandleHeistStateChanged \ +static_assert(alignof(SBZTrafficManager_HandleHeistStateChanged) == 0x000001, "Wrong alignment on SBZTrafficManager_HandleHeistStateChanged"); \ +static_assert(sizeof(SBZTrafficManager_HandleHeistStateChanged) == 0x000002, "Wrong size on SBZTrafficManager_HandleHeistStateChanged"); \ +static_assert(offsetof(SBZTrafficManager_HandleHeistStateChanged, OldState) == 0x000000, "Member 'SBZTrafficManager_HandleHeistStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficManager_HandleHeistStateChanged, NewState) == 0x000001, "Member 'SBZTrafficManager_HandleHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTrafficManager_HandleSwatVanArrived \ +static_assert(alignof(SBZTrafficManager_HandleSwatVanArrived) == 0x000008, "Wrong alignment on SBZTrafficManager_HandleSwatVanArrived"); \ +static_assert(sizeof(SBZTrafficManager_HandleSwatVanArrived) == 0x000008, "Wrong size on SBZTrafficManager_HandleSwatVanArrived"); \ +static_assert(offsetof(SBZTrafficManager_HandleSwatVanArrived, Vehicle) == 0x000000, "Member 'SBZTrafficManager_HandleSwatVanArrived::Vehicle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTrafficManager_HandleVehicleBeginObstacle \ +static_assert(alignof(SBZTrafficManager_HandleVehicleBeginObstacle) == 0x000008, "Wrong alignment on SBZTrafficManager_HandleVehicleBeginObstacle"); \ +static_assert(sizeof(SBZTrafficManager_HandleVehicleBeginObstacle) == 0x000010, "Wrong size on SBZTrafficManager_HandleVehicleBeginObstacle"); \ +static_assert(offsetof(SBZTrafficManager_HandleVehicleBeginObstacle, Vehicle) == 0x000000, "Member 'SBZTrafficManager_HandleVehicleBeginObstacle::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficManager_HandleVehicleBeginObstacle, Actor) == 0x000008, "Member 'SBZTrafficManager_HandleVehicleBeginObstacle::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTrafficManager_HandleVehicleEndObstacle \ +static_assert(alignof(SBZTrafficManager_HandleVehicleEndObstacle) == 0x000008, "Wrong alignment on SBZTrafficManager_HandleVehicleEndObstacle"); \ +static_assert(sizeof(SBZTrafficManager_HandleVehicleEndObstacle) == 0x000010, "Wrong size on SBZTrafficManager_HandleVehicleEndObstacle"); \ +static_assert(offsetof(SBZTrafficManager_HandleVehicleEndObstacle, Vehicle) == 0x000000, "Member 'SBZTrafficManager_HandleVehicleEndObstacle::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficManager_HandleVehicleEndObstacle, Actor) == 0x000008, "Member 'SBZTrafficManager_HandleVehicleEndObstacle::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTrafficManager_HandleVehicleStopped \ +static_assert(alignof(SBZTrafficManager_HandleVehicleStopped) == 0x000008, "Wrong alignment on SBZTrafficManager_HandleVehicleStopped"); \ +static_assert(sizeof(SBZTrafficManager_HandleVehicleStopped) == 0x000008, "Wrong size on SBZTrafficManager_HandleVehicleStopped"); \ +static_assert(offsetof(SBZTrafficManager_HandleVehicleStopped, Vehicle) == 0x000000, "Member 'SBZTrafficManager_HandleVehicleStopped::Vehicle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTrafficManager_OnEnteredActionPhase \ +static_assert(alignof(SBZTrafficManager_OnEnteredActionPhase) == 0x000008, "Wrong alignment on SBZTrafficManager_OnEnteredActionPhase"); \ +static_assert(sizeof(SBZTrafficManager_OnEnteredActionPhase) == 0x000008, "Wrong size on SBZTrafficManager_OnEnteredActionPhase"); \ +static_assert(offsetof(SBZTrafficManager_OnEnteredActionPhase, World) == 0x000000, "Member 'SBZTrafficManager_OnEnteredActionPhase::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZTrafficManager \ +static_assert(alignof(USBZTrafficManager) == 0x000008, "Wrong alignment on USBZTrafficManager"); \ +static_assert(sizeof(USBZTrafficManager) == 0x000300, "Wrong size on USBZTrafficManager"); \ +static_assert(offsetof(USBZTrafficManager, Settings) == 0x000030, "Member 'USBZTrafficManager::Settings' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficManager, TrafficNodeGraph) == 0x000038, "Member 'USBZTrafficManager::TrafficNodeGraph' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficManager, DestinationNodeGraph) == 0x000088, "Member 'USBZTrafficManager::DestinationNodeGraph' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficManager, SpawnerNodeGraph) == 0x0000D8, "Member 'USBZTrafficManager::SpawnerNodeGraph' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficManager, VehicleArray) == 0x000128, "Member 'USBZTrafficManager::VehicleArray' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficManager, VehiclesToSpawn) == 0x000138, "Member 'USBZTrafficManager::VehiclesToSpawn' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficManager, PedestrianTrafficNavLinks) == 0x000148, "Member 'USBZTrafficManager::PedestrianTrafficNavLinks' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficManager, TimeToNextSpawnAttempt) == 0x000158, "Member 'USBZTrafficManager::TimeToNextSpawnAttempt' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficManager, AmountFirstRespondersLeftToArrive) == 0x00015C, "Member 'USBZTrafficManager::AmountFirstRespondersLeftToArrive' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficManager, EscapeVan) == 0x000160, "Member 'USBZTrafficManager::EscapeVan' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficManager, bCivilianTrafficEnabled) == 0x000168, "Member 'USBZTrafficManager::bCivilianTrafficEnabled' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficManager, TimeToNextCivilianSpawn) == 0x00016C, "Member 'USBZTrafficManager::TimeToNextCivilianSpawn' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficManager, AmountActiveCivilianVehicles) == 0x000170, "Member 'USBZTrafficManager::AmountActiveCivilianVehicles' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficManager, ParkedCivilianVehicles) == 0x000178, "Member 'USBZTrafficManager::ParkedCivilianVehicles' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficManager, GridlockArray) == 0x000188, "Member 'USBZTrafficManager::GridlockArray' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficManager, TrafficLightArray) == 0x000198, "Member 'USBZTrafficManager::TrafficLightArray' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficManager, SoundHornTimerGraph) == 0x0001A8, "Member 'USBZTrafficManager::SoundHornTimerGraph' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficManager, CachedCivilianRouteArrayGraph) == 0x000208, "Member 'USBZTrafficManager::CachedCivilianRouteArrayGraph' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficManager, CachedFirstResponderRouteArrayGraph) == 0x000258, "Member 'USBZTrafficManager::CachedFirstResponderRouteArrayGraph' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficManager, CachedFBIVanRouteArrayGraph) == 0x0002A8, "Member 'USBZTrafficManager::CachedFBIVanRouteArrayGraph' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficManager, bIsInActionPhase) == 0x0002F8, "Member 'USBZTrafficManager::bIsInActionPhase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHUDPlayingWidget \ +static_assert(alignof(USBZHUDPlayingWidget) == 0x000008, "Wrong alignment on USBZHUDPlayingWidget"); \ +static_assert(sizeof(USBZHUDPlayingWidget) == 0x000298, "Wrong size on USBZHUDPlayingWidget"); \ +static_assert(offsetof(USBZHUDPlayingWidget, Widget_LocalPlayerStatus) == 0x000290, "Member 'USBZHUDPlayingWidget::Widget_LocalPlayerStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHumanShieldData \ +static_assert(alignof(USBZHumanShieldData) == 0x000008, "Wrong alignment on USBZHumanShieldData"); \ +static_assert(sizeof(USBZHumanShieldData) == 0x000078, "Wrong size on USBZHumanShieldData"); \ +static_assert(offsetof(USBZHumanShieldData, Directions) == 0x000038, "Member 'USBZHumanShieldData::Directions' has a wrong offset!"); \ +static_assert(offsetof(USBZHumanShieldData, TimeBufferArray) == 0x000048, "Member 'USBZHumanShieldData::TimeBufferArray' has a wrong offset!"); \ +static_assert(offsetof(USBZHumanShieldData, AllowAnyDirectionTags) == 0x000058, "Member 'USBZHumanShieldData::AllowAnyDirectionTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillEngineerAPTurret \ +static_assert(alignof(USBZSkillEngineerAPTurret) == 0x000008, "Wrong alignment on USBZSkillEngineerAPTurret"); \ +static_assert(sizeof(USBZSkillEngineerAPTurret) == 0x000230, "Wrong size on USBZSkillEngineerAPTurret"); \ + +#define DUMPER7_ASSERTS_USBZToolUnequippedAbility \ +static_assert(alignof(USBZToolUnequippedAbility) == 0x000008, "Wrong alignment on USBZToolUnequippedAbility"); \ +static_assert(sizeof(USBZToolUnequippedAbility) == 0x0004D8, "Wrong size on USBZToolUnequippedAbility"); \ + +#define DUMPER7_ASSERTS_USBZHumanShieldEnterTypeNotify \ +static_assert(alignof(USBZHumanShieldEnterTypeNotify) == 0x000008, "Wrong alignment on USBZHumanShieldEnterTypeNotify"); \ +static_assert(sizeof(USBZHumanShieldEnterTypeNotify) == 0x000048, "Wrong size on USBZHumanShieldEnterTypeNotify"); \ +static_assert(offsetof(USBZHumanShieldEnterTypeNotify, HumanShieldEnterType) == 0x000040, "Member 'USBZHumanShieldEnterTypeNotify::HumanShieldEnterType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHurtReaction \ +static_assert(alignof(USBZHurtReaction) == 0x000008, "Wrong alignment on USBZHurtReaction"); \ +static_assert(sizeof(USBZHurtReaction) == 0x0006E8, "Wrong size on USBZHurtReaction"); \ +static_assert(offsetof(USBZHurtReaction, Flinch) == 0x000038, "Member 'USBZHurtReaction::Flinch' has a wrong offset!"); \ +static_assert(offsetof(USBZHurtReaction, Interrupt) == 0x0001B8, "Member 'USBZHurtReaction::Interrupt' has a wrong offset!"); \ +static_assert(offsetof(USBZHurtReaction, Stun) == 0x000338, "Member 'USBZHurtReaction::Stun' has a wrong offset!"); \ +static_assert(offsetof(USBZHurtReaction, Incapacitate) == 0x0004B8, "Member 'USBZHurtReaction::Incapacitate' has a wrong offset!"); \ +static_assert(offsetof(USBZHurtReaction, GameplayTagMap) == 0x000638, "Member 'USBZHurtReaction::GameplayTagMap' has a wrong offset!"); \ +static_assert(offsetof(USBZHurtReaction, DamageTypeTagMap) == 0x000688, "Member 'USBZHurtReaction::DamageTypeTagMap' has a wrong offset!"); \ +static_assert(offsetof(USBZHurtReaction, LookupArray) == 0x0006D8, "Member 'USBZHurtReaction::LookupArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZRecentPlayersManager \ +static_assert(alignof(USBZRecentPlayersManager) == 0x000008, "Wrong alignment on USBZRecentPlayersManager"); \ +static_assert(sizeof(USBZRecentPlayersManager) == 0x000088, "Wrong size on USBZRecentPlayersManager"); \ + +#define DUMPER7_ASSERTS_USBZSkillTankDisengage \ +static_assert(alignof(USBZSkillTankDisengage) == 0x000008, "Wrong alignment on USBZSkillTankDisengage"); \ +static_assert(sizeof(USBZSkillTankDisengage) == 0x000230, "Wrong size on USBZSkillTankDisengage"); \ + +#define DUMPER7_ASSERTS_ISBZHurtReactionDataInterface \ +static_assert(alignof(ISBZHurtReactionDataInterface) == 0x000001, "Wrong alignment on ISBZHurtReactionDataInterface"); \ +static_assert(sizeof(ISBZHurtReactionDataInterface) == 0x000001, "Wrong size on ISBZHurtReactionDataInterface"); \ + +#define DUMPER7_ASSERTS_USBZThrowableProjectileImpactConfig \ +static_assert(alignof(USBZThrowableProjectileImpactConfig) == 0x000008, "Wrong alignment on USBZThrowableProjectileImpactConfig"); \ +static_assert(sizeof(USBZThrowableProjectileImpactConfig) == 0x000098, "Wrong size on USBZThrowableProjectileImpactConfig"); \ +static_assert(offsetof(USBZThrowableProjectileImpactConfig, Types) == 0x000080, "Member 'USBZThrowableProjectileImpactConfig::Types' has a wrong offset!"); \ +static_assert(offsetof(USBZThrowableProjectileImpactConfig, bShouldDoBloodSplatter) == 0x000090, "Member 'USBZThrowableProjectileImpactConfig::bShouldDoBloodSplatter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZRenderTargetWidgetComponent_GetUserWidgetInitialized \ +static_assert(alignof(SBZRenderTargetWidgetComponent_GetUserWidgetInitialized) == 0x000008, "Wrong alignment on SBZRenderTargetWidgetComponent_GetUserWidgetInitialized"); \ +static_assert(sizeof(SBZRenderTargetWidgetComponent_GetUserWidgetInitialized) == 0x000008, "Wrong size on SBZRenderTargetWidgetComponent_GetUserWidgetInitialized"); \ +static_assert(offsetof(SBZRenderTargetWidgetComponent_GetUserWidgetInitialized, ReturnValue) == 0x000000, "Member 'SBZRenderTargetWidgetComponent_GetUserWidgetInitialized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZRenderTargetWidgetComponent_SetWidgetAsTextureParameter \ +static_assert(alignof(SBZRenderTargetWidgetComponent_SetWidgetAsTextureParameter) == 0x000008, "Wrong alignment on SBZRenderTargetWidgetComponent_SetWidgetAsTextureParameter"); \ +static_assert(sizeof(SBZRenderTargetWidgetComponent_SetWidgetAsTextureParameter) == 0x000018, "Wrong size on SBZRenderTargetWidgetComponent_SetWidgetAsTextureParameter"); \ +static_assert(offsetof(SBZRenderTargetWidgetComponent_SetWidgetAsTextureParameter, Target) == 0x000000, "Member 'SBZRenderTargetWidgetComponent_SetWidgetAsTextureParameter::Target' has a wrong offset!"); \ +static_assert(offsetof(SBZRenderTargetWidgetComponent_SetWidgetAsTextureParameter, ParameterName) == 0x000008, "Member 'SBZRenderTargetWidgetComponent_SetWidgetAsTextureParameter::ParameterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZRenderTargetWidgetComponent \ +static_assert(alignof(USBZRenderTargetWidgetComponent) == 0x000010, "Wrong alignment on USBZRenderTargetWidgetComponent"); \ +static_assert(sizeof(USBZRenderTargetWidgetComponent) == 0x000660, "Wrong size on USBZRenderTargetWidgetComponent"); \ +static_assert(offsetof(USBZRenderTargetWidgetComponent, OwnerRenderTimeDelay) == 0x000650, "Member 'USBZRenderTargetWidgetComponent::OwnerRenderTimeDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMeleeImpactConfig \ +static_assert(alignof(USBZMeleeImpactConfig) == 0x000008, "Wrong alignment on USBZMeleeImpactConfig"); \ +static_assert(sizeof(USBZMeleeImpactConfig) == 0x000138, "Wrong size on USBZMeleeImpactConfig"); \ +static_assert(offsetof(USBZMeleeImpactConfig, MeleeWeaponTypes) == 0x000080, "Member 'USBZMeleeImpactConfig::MeleeWeaponTypes' has a wrong offset!"); \ +static_assert(offsetof(USBZMeleeImpactConfig, ImpactFeedback) == 0x0000D0, "Member 'USBZMeleeImpactConfig::ImpactFeedback' has a wrong offset!"); \ +static_assert(offsetof(USBZMeleeImpactConfig, MeleeTypeFeedbackOverride) == 0x0000D8, "Member 'USBZMeleeImpactConfig::MeleeTypeFeedbackOverride' has a wrong offset!"); \ +static_assert(offsetof(USBZMeleeImpactConfig, bIsBloodSplatter) == 0x000128, "Member 'USBZMeleeImpactConfig::bIsBloodSplatter' has a wrong offset!"); \ +static_assert(offsetof(USBZMeleeImpactConfig, bIsExtraBloodSpawned) == 0x000129, "Member 'USBZMeleeImpactConfig::bIsExtraBloodSpawned' has a wrong offset!"); \ +static_assert(offsetof(USBZMeleeImpactConfig, BloodSplatterImpactConfig) == 0x000130, "Member 'USBZMeleeImpactConfig::BloodSplatterImpactConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSlidingImpactConfig \ +static_assert(alignof(USBZSlidingImpactConfig) == 0x000008, "Wrong alignment on USBZSlidingImpactConfig"); \ +static_assert(sizeof(USBZSlidingImpactConfig) == 0x000080, "Wrong size on USBZSlidingImpactConfig"); \ + +#define DUMPER7_ASSERTS_USBZReplayFileRecorder \ +static_assert(alignof(USBZReplayFileRecorder) == 0x000008, "Wrong alignment on USBZReplayFileRecorder"); \ +static_assert(sizeof(USBZReplayFileRecorder) == 0x000078, "Wrong size on USBZReplayFileRecorder"); \ +static_assert(offsetof(USBZReplayFileRecorder, GameInstance) == 0x000060, "Member 'USBZReplayFileRecorder::GameInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillTransporterCatapult \ +static_assert(alignof(USBZSkillTransporterCatapult) == 0x000008, "Wrong alignment on USBZSkillTransporterCatapult"); \ +static_assert(sizeof(USBZSkillTransporterCatapult) == 0x000230, "Wrong size on USBZSkillTransporterCatapult"); \ + +#define DUMPER7_ASSERTS_USBZMantlingImpactConfig \ +static_assert(alignof(USBZMantlingImpactConfig) == 0x000008, "Wrong alignment on USBZMantlingImpactConfig"); \ +static_assert(sizeof(USBZMantlingImpactConfig) == 0x000080, "Wrong size on USBZMantlingImpactConfig"); \ + +#define DUMPER7_ASSERTS_USBZStepUpImpactConfig \ +static_assert(alignof(USBZStepUpImpactConfig) == 0x000008, "Wrong alignment on USBZStepUpImpactConfig"); \ +static_assert(sizeof(USBZStepUpImpactConfig) == 0x000080, "Wrong size on USBZStepUpImpactConfig"); \ + +#define DUMPER7_ASSERTS_USBZBloodSplatterImpactConfig \ +static_assert(alignof(USBZBloodSplatterImpactConfig) == 0x000008, "Wrong alignment on USBZBloodSplatterImpactConfig"); \ +static_assert(sizeof(USBZBloodSplatterImpactConfig) == 0x0000A8, "Wrong size on USBZBloodSplatterImpactConfig"); \ +static_assert(offsetof(USBZBloodSplatterImpactConfig, BloodSplatterDistance) == 0x000080, "Member 'USBZBloodSplatterImpactConfig::BloodSplatterDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZBloodSplatterImpactConfig, BloodSplatterDecalThickness) == 0x000084, "Member 'USBZBloodSplatterImpactConfig::BloodSplatterDecalThickness' has a wrong offset!"); \ +static_assert(offsetof(USBZBloodSplatterImpactConfig, NumberOfDecalTraces) == 0x000088, "Member 'USBZBloodSplatterImpactConfig::NumberOfDecalTraces' has a wrong offset!"); \ +static_assert(offsetof(USBZBloodSplatterImpactConfig, PitchChangePerTrace) == 0x00008C, "Member 'USBZBloodSplatterImpactConfig::PitchChangePerTrace' has a wrong offset!"); \ +static_assert(offsetof(USBZBloodSplatterImpactConfig, bCreateBloodAtAllTraceLocations) == 0x000090, "Member 'USBZBloodSplatterImpactConfig::bCreateBloodAtAllTraceLocations' has a wrong offset!"); \ +static_assert(offsetof(USBZBloodSplatterImpactConfig, AdditionalBloodDecalTraceOffsetsArray) == 0x000098, "Member 'USBZBloodSplatterImpactConfig::AdditionalBloodDecalTraceOffsetsArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZThrowableImpactConfig \ +static_assert(alignof(USBZThrowableImpactConfig) == 0x000008, "Wrong alignment on USBZThrowableImpactConfig"); \ +static_assert(sizeof(USBZThrowableImpactConfig) == 0x000080, "Wrong size on USBZThrowableImpactConfig"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Client_AddSurrenderedEnemy \ +static_assert(alignof(SBZPlayerState_Client_AddSurrenderedEnemy) == 0x000008, "Wrong alignment on SBZPlayerState_Client_AddSurrenderedEnemy"); \ +static_assert(sizeof(SBZPlayerState_Client_AddSurrenderedEnemy) == 0x000008, "Wrong size on SBZPlayerState_Client_AddSurrenderedEnemy"); \ +static_assert(offsetof(SBZPlayerState_Client_AddSurrenderedEnemy, InSurrenderedEnemy) == 0x000000, "Member 'SBZPlayerState_Client_AddSurrenderedEnemy::InSurrenderedEnemy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Client_ChallengeCompleted \ +static_assert(alignof(SBZPlayerState_Client_ChallengeCompleted) == 0x000008, "Wrong alignment on SBZPlayerState_Client_ChallengeCompleted"); \ +static_assert(sizeof(SBZPlayerState_Client_ChallengeCompleted) == 0x000050, "Wrong size on SBZPlayerState_Client_ChallengeCompleted"); \ +static_assert(offsetof(SBZPlayerState_Client_ChallengeCompleted, ChallengeNotifPayload) == 0x000000, "Member 'SBZPlayerState_Client_ChallengeCompleted::ChallengeNotifPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Client_CheatSetInfiniteAmmo \ +static_assert(alignof(SBZPlayerState_Client_CheatSetInfiniteAmmo) == 0x000001, "Wrong alignment on SBZPlayerState_Client_CheatSetInfiniteAmmo"); \ +static_assert(sizeof(SBZPlayerState_Client_CheatSetInfiniteAmmo) == 0x000001, "Wrong size on SBZPlayerState_Client_CheatSetInfiniteAmmo"); \ +static_assert(offsetof(SBZPlayerState_Client_CheatSetInfiniteAmmo, bInHasInifiniteAmmo) == 0x000000, "Member 'SBZPlayerState_Client_CheatSetInfiniteAmmo::bInHasInifiniteAmmo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Client_IncrementStat \ +static_assert(alignof(SBZPlayerState_Client_IncrementStat) == 0x000008, "Wrong alignment on SBZPlayerState_Client_IncrementStat"); \ +static_assert(sizeof(SBZPlayerState_Client_IncrementStat) == 0x000018, "Wrong size on SBZPlayerState_Client_IncrementStat"); \ +static_assert(offsetof(SBZPlayerState_Client_IncrementStat, InStatCode) == 0x000000, "Member 'SBZPlayerState_Client_IncrementStat::InStatCode' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerState_Client_IncrementStat, InIncrement) == 0x000010, "Member 'SBZPlayerState_Client_IncrementStat::InIncrement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Client_IncrementStatsArray \ +static_assert(alignof(SBZPlayerState_Client_IncrementStatsArray) == 0x000008, "Wrong alignment on SBZPlayerState_Client_IncrementStatsArray"); \ +static_assert(sizeof(SBZPlayerState_Client_IncrementStatsArray) == 0x000010, "Wrong size on SBZPlayerState_Client_IncrementStatsArray"); \ +static_assert(offsetof(SBZPlayerState_Client_IncrementStatsArray, InArray) == 0x000000, "Member 'SBZPlayerState_Client_IncrementStatsArray::InArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Client_JoinVoiceSession \ +static_assert(alignof(SBZPlayerState_Client_JoinVoiceSession) == 0x000008, "Wrong alignment on SBZPlayerState_Client_JoinVoiceSession"); \ +static_assert(sizeof(SBZPlayerState_Client_JoinVoiceSession) == 0x000068, "Wrong size on SBZPlayerState_Client_JoinVoiceSession"); \ +static_assert(offsetof(SBZPlayerState_Client_JoinVoiceSession, VoiceSessionData) == 0x000000, "Member 'SBZPlayerState_Client_JoinVoiceSession::VoiceSessionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Client_PickupAmmo \ +static_assert(alignof(SBZPlayerState_Client_PickupAmmo) == 0x000004, "Wrong alignment on SBZPlayerState_Client_PickupAmmo"); \ +static_assert(sizeof(SBZPlayerState_Client_PickupAmmo) == 0x000004, "Wrong size on SBZPlayerState_Client_PickupAmmo"); \ +static_assert(offsetof(SBZPlayerState_Client_PickupAmmo, ID) == 0x000000, "Member 'SBZPlayerState_Client_PickupAmmo::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Client_RemoveSurrenderedEnemy \ +static_assert(alignof(SBZPlayerState_Client_RemoveSurrenderedEnemy) == 0x000008, "Wrong alignment on SBZPlayerState_Client_RemoveSurrenderedEnemy"); \ +static_assert(sizeof(SBZPlayerState_Client_RemoveSurrenderedEnemy) == 0x000008, "Wrong size on SBZPlayerState_Client_RemoveSurrenderedEnemy"); \ +static_assert(offsetof(SBZPlayerState_Client_RemoveSurrenderedEnemy, InSurrenderedEnemy) == 0x000000, "Member 'SBZPlayerState_Client_RemoveSurrenderedEnemy::InSurrenderedEnemy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Client_SetCustodyReleaseCost \ +static_assert(alignof(SBZPlayerState_Client_SetCustodyReleaseCost) == 0x000004, "Wrong alignment on SBZPlayerState_Client_SetCustodyReleaseCost"); \ +static_assert(sizeof(SBZPlayerState_Client_SetCustodyReleaseCost) == 0x000004, "Wrong size on SBZPlayerState_Client_SetCustodyReleaseCost"); \ +static_assert(offsetof(SBZPlayerState_Client_SetCustodyReleaseCost, InNewCustodyReleaseCost) == 0x000000, "Member 'SBZPlayerState_Client_SetCustodyReleaseCost::InNewCustodyReleaseCost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Client_SetReducedCustodyTime \ +static_assert(alignof(SBZPlayerState_Client_SetReducedCustodyTime) == 0x000004, "Wrong alignment on SBZPlayerState_Client_SetReducedCustodyTime"); \ +static_assert(sizeof(SBZPlayerState_Client_SetReducedCustodyTime) == 0x000004, "Wrong size on SBZPlayerState_Client_SetReducedCustodyTime"); \ +static_assert(offsetof(SBZPlayerState_Client_SetReducedCustodyTime, InReducedCustodyTime) == 0x000000, "Member 'SBZPlayerState_Client_SetReducedCustodyTime::InReducedCustodyTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_EquipCuttingToolToLoadout \ +static_assert(alignof(SBZPlayerState_EquipCuttingToolToLoadout) == 0x000008, "Wrong alignment on SBZPlayerState_EquipCuttingToolToLoadout"); \ +static_assert(sizeof(SBZPlayerState_EquipCuttingToolToLoadout) == 0x000008, "Wrong size on SBZPlayerState_EquipCuttingToolToLoadout"); \ +static_assert(offsetof(SBZPlayerState_EquipCuttingToolToLoadout, ItemToEquip) == 0x000000, "Member 'SBZPlayerState_EquipCuttingToolToLoadout::ItemToEquip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_EquipEquippableToLoadoutAt \ +static_assert(alignof(SBZPlayerState_EquipEquippableToLoadoutAt) == 0x000008, "Wrong alignment on SBZPlayerState_EquipEquippableToLoadoutAt"); \ +static_assert(sizeof(SBZPlayerState_EquipEquippableToLoadoutAt) == 0x000010, "Wrong size on SBZPlayerState_EquipEquippableToLoadoutAt"); \ +static_assert(offsetof(SBZPlayerState_EquipEquippableToLoadoutAt, EquippableToEquip) == 0x000000, "Member 'SBZPlayerState_EquipEquippableToLoadoutAt::EquippableToEquip' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerState_EquipEquippableToLoadoutAt, Index_0) == 0x000008, "Member 'SBZPlayerState_EquipEquippableToLoadoutAt::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_EquipMaskToLoadout \ +static_assert(alignof(SBZPlayerState_EquipMaskToLoadout) == 0x000008, "Wrong alignment on SBZPlayerState_EquipMaskToLoadout"); \ +static_assert(sizeof(SBZPlayerState_EquipMaskToLoadout) == 0x000008, "Wrong size on SBZPlayerState_EquipMaskToLoadout"); \ +static_assert(offsetof(SBZPlayerState_EquipMaskToLoadout, ItemToEquip) == 0x000000, "Member 'SBZPlayerState_EquipMaskToLoadout::ItemToEquip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_EquipPlaceableToLoadout \ +static_assert(alignof(SBZPlayerState_EquipPlaceableToLoadout) == 0x000008, "Wrong alignment on SBZPlayerState_EquipPlaceableToLoadout"); \ +static_assert(sizeof(SBZPlayerState_EquipPlaceableToLoadout) == 0x000008, "Wrong size on SBZPlayerState_EquipPlaceableToLoadout"); \ +static_assert(offsetof(SBZPlayerState_EquipPlaceableToLoadout, ItemToEquip) == 0x000000, "Member 'SBZPlayerState_EquipPlaceableToLoadout::ItemToEquip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_EquipThrowableToLoadout \ +static_assert(alignof(SBZPlayerState_EquipThrowableToLoadout) == 0x000008, "Wrong alignment on SBZPlayerState_EquipThrowableToLoadout"); \ +static_assert(sizeof(SBZPlayerState_EquipThrowableToLoadout) == 0x000008, "Wrong size on SBZPlayerState_EquipThrowableToLoadout"); \ +static_assert(offsetof(SBZPlayerState_EquipThrowableToLoadout, ItemToEquip) == 0x000000, "Member 'SBZPlayerState_EquipThrowableToLoadout::ItemToEquip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_EquipToolToLoadout \ +static_assert(alignof(SBZPlayerState_EquipToolToLoadout) == 0x000008, "Wrong alignment on SBZPlayerState_EquipToolToLoadout"); \ +static_assert(sizeof(SBZPlayerState_EquipToolToLoadout) == 0x000008, "Wrong size on SBZPlayerState_EquipToolToLoadout"); \ +static_assert(offsetof(SBZPlayerState_EquipToolToLoadout, ItemToEquip) == 0x000000, "Member 'SBZPlayerState_EquipToolToLoadout::ItemToEquip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_DebugConsoleCommand \ +static_assert(alignof(SBZPlayerState_Multicast_DebugConsoleCommand) == 0x000008, "Wrong alignment on SBZPlayerState_Multicast_DebugConsoleCommand"); \ +static_assert(sizeof(SBZPlayerState_Multicast_DebugConsoleCommand) == 0x000028, "Wrong size on SBZPlayerState_Multicast_DebugConsoleCommand"); \ +static_assert(offsetof(SBZPlayerState_Multicast_DebugConsoleCommand, Command) == 0x000000, "Member 'SBZPlayerState_Multicast_DebugConsoleCommand::Command' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerState_Multicast_DebugConsoleCommand, InstigatorContextText) == 0x000010, "Member 'SBZPlayerState_Multicast_DebugConsoleCommand::InstigatorContextText' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerState_Multicast_DebugConsoleCommand, bIsLocallyControlledOnly) == 0x000020, "Member 'SBZPlayerState_Multicast_DebugConsoleCommand::bIsLocallyControlledOnly' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerState_Multicast_DebugConsoleCommand, PlayerIndex) == 0x000024, "Member 'SBZPlayerState_Multicast_DebugConsoleCommand::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_DebugFetchServerPlayerStatistics \ +static_assert(alignof(SBZPlayerState_Multicast_DebugFetchServerPlayerStatistics) == 0x000008, "Wrong alignment on SBZPlayerState_Multicast_DebugFetchServerPlayerStatistics"); \ +static_assert(sizeof(SBZPlayerState_Multicast_DebugFetchServerPlayerStatistics) == 0x000010, "Wrong size on SBZPlayerState_Multicast_DebugFetchServerPlayerStatistics"); \ +static_assert(offsetof(SBZPlayerState_Multicast_DebugFetchServerPlayerStatistics, ServerTupleArray) == 0x000000, "Member 'SBZPlayerState_Multicast_DebugFetchServerPlayerStatistics::ServerTupleArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_DebugSyncServerResultData \ +static_assert(alignof(SBZPlayerState_Multicast_DebugSyncServerResultData) == 0x000008, "Wrong alignment on SBZPlayerState_Multicast_DebugSyncServerResultData"); \ +static_assert(sizeof(SBZPlayerState_Multicast_DebugSyncServerResultData) == 0x0001B8, "Wrong size on SBZPlayerState_Multicast_DebugSyncServerResultData"); \ +static_assert(offsetof(SBZPlayerState_Multicast_DebugSyncServerResultData, Data) == 0x000000, "Member 'SBZPlayerState_Multicast_DebugSyncServerResultData::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_DefensiveMeasuresCount \ +static_assert(alignof(SBZPlayerState_Multicast_DefensiveMeasuresCount) == 0x000001, "Wrong alignment on SBZPlayerState_Multicast_DefensiveMeasuresCount"); \ +static_assert(sizeof(SBZPlayerState_Multicast_DefensiveMeasuresCount) == 0x000001, "Wrong size on SBZPlayerState_Multicast_DefensiveMeasuresCount"); \ +static_assert(offsetof(SBZPlayerState_Multicast_DefensiveMeasuresCount, InDefensiveMeasuresCount) == 0x000000, "Member 'SBZPlayerState_Multicast_DefensiveMeasuresCount::InDefensiveMeasuresCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_OnKill \ +static_assert(alignof(SBZPlayerState_Multicast_OnKill) == 0x000004, "Wrong alignment on SBZPlayerState_Multicast_OnKill"); \ +static_assert(sizeof(SBZPlayerState_Multicast_OnKill) == 0x000004, "Wrong size on SBZPlayerState_Multicast_OnKill"); \ +static_assert(offsetof(SBZPlayerState_Multicast_OnKill, NetID) == 0x000000, "Member 'SBZPlayerState_Multicast_OnKill::NetID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_RejectEquipStateAndIndex \ +static_assert(alignof(SBZPlayerState_Multicast_RejectEquipStateAndIndex) == 0x000001, "Wrong alignment on SBZPlayerState_Multicast_RejectEquipStateAndIndex"); \ +static_assert(sizeof(SBZPlayerState_Multicast_RejectEquipStateAndIndex) == 0x000001, "Wrong size on SBZPlayerState_Multicast_RejectEquipStateAndIndex"); \ +static_assert(offsetof(SBZPlayerState_Multicast_RejectEquipStateAndIndex, InEquipStateAndIndex) == 0x000000, "Member 'SBZPlayerState_Multicast_RejectEquipStateAndIndex::InEquipStateAndIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_SetAccelByteDisplayName \ +static_assert(alignof(SBZPlayerState_Multicast_SetAccelByteDisplayName) == 0x000008, "Wrong alignment on SBZPlayerState_Multicast_SetAccelByteDisplayName"); \ +static_assert(sizeof(SBZPlayerState_Multicast_SetAccelByteDisplayName) == 0x000010, "Wrong size on SBZPlayerState_Multicast_SetAccelByteDisplayName"); \ +static_assert(offsetof(SBZPlayerState_Multicast_SetAccelByteDisplayName, InDisplayName) == 0x000000, "Member 'SBZPlayerState_Multicast_SetAccelByteDisplayName::InDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_SetAccelByteUserId \ +static_assert(alignof(SBZPlayerState_Multicast_SetAccelByteUserId) == 0x000008, "Wrong alignment on SBZPlayerState_Multicast_SetAccelByteUserId"); \ +static_assert(sizeof(SBZPlayerState_Multicast_SetAccelByteUserId) == 0x000010, "Wrong size on SBZPlayerState_Multicast_SetAccelByteUserId"); \ +static_assert(offsetof(SBZPlayerState_Multicast_SetAccelByteUserId, InAccelByteUserId) == 0x000000, "Member 'SBZPlayerState_Multicast_SetAccelByteUserId::InAccelByteUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_SetAccelByteUserName \ +static_assert(alignof(SBZPlayerState_Multicast_SetAccelByteUserName) == 0x000008, "Wrong alignment on SBZPlayerState_Multicast_SetAccelByteUserName"); \ +static_assert(sizeof(SBZPlayerState_Multicast_SetAccelByteUserName) == 0x000010, "Wrong size on SBZPlayerState_Multicast_SetAccelByteUserName"); \ +static_assert(offsetof(SBZPlayerState_Multicast_SetAccelByteUserName, InAccelByteUserName) == 0x000000, "Member 'SBZPlayerState_Multicast_SetAccelByteUserName::InAccelByteUserName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_SetDefeatState \ +static_assert(alignof(SBZPlayerState_Multicast_SetDefeatState) == 0x000001, "Wrong alignment on SBZPlayerState_Multicast_SetDefeatState"); \ +static_assert(sizeof(SBZPlayerState_Multicast_SetDefeatState) == 0x000001, "Wrong size on SBZPlayerState_Multicast_SetDefeatState"); \ +static_assert(offsetof(SBZPlayerState_Multicast_SetDefeatState, InDefeatState) == 0x000000, "Member 'SBZPlayerState_Multicast_SetDefeatState::InDefeatState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_SetEOSProductUserId \ +static_assert(alignof(SBZPlayerState_Multicast_SetEOSProductUserId) == 0x000008, "Wrong alignment on SBZPlayerState_Multicast_SetEOSProductUserId"); \ +static_assert(sizeof(SBZPlayerState_Multicast_SetEOSProductUserId) == 0x000010, "Wrong size on SBZPlayerState_Multicast_SetEOSProductUserId"); \ +static_assert(offsetof(SBZPlayerState_Multicast_SetEOSProductUserId, InEOSProductUserId) == 0x000000, "Member 'SBZPlayerState_Multicast_SetEOSProductUserId::InEOSProductUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_SetEquipStateAndIndex \ +static_assert(alignof(SBZPlayerState_Multicast_SetEquipStateAndIndex) == 0x000001, "Wrong alignment on SBZPlayerState_Multicast_SetEquipStateAndIndex"); \ +static_assert(sizeof(SBZPlayerState_Multicast_SetEquipStateAndIndex) == 0x000001, "Wrong size on SBZPlayerState_Multicast_SetEquipStateAndIndex"); \ +static_assert(offsetof(SBZPlayerState_Multicast_SetEquipStateAndIndex, InEquipStateAndIndex) == 0x000000, "Member 'SBZPlayerState_Multicast_SetEquipStateAndIndex::InEquipStateAndIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_SetFirstOverkillWeaponEquip \ +static_assert(alignof(SBZPlayerState_Multicast_SetFirstOverkillWeaponEquip) == 0x000001, "Wrong alignment on SBZPlayerState_Multicast_SetFirstOverkillWeaponEquip"); \ +static_assert(sizeof(SBZPlayerState_Multicast_SetFirstOverkillWeaponEquip) == 0x000001, "Wrong size on SBZPlayerState_Multicast_SetFirstOverkillWeaponEquip"); \ +static_assert(offsetof(SBZPlayerState_Multicast_SetFirstOverkillWeaponEquip, bIsFirstEquip) == 0x000000, "Member 'SBZPlayerState_Multicast_SetFirstOverkillWeaponEquip::bIsFirstEquip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_SetFirstPartyPlatform \ +static_assert(alignof(SBZPlayerState_Multicast_SetFirstPartyPlatform) == 0x000001, "Wrong alignment on SBZPlayerState_Multicast_SetFirstPartyPlatform"); \ +static_assert(sizeof(SBZPlayerState_Multicast_SetFirstPartyPlatform) == 0x000001, "Wrong size on SBZPlayerState_Multicast_SetFirstPartyPlatform"); \ +static_assert(offsetof(SBZPlayerState_Multicast_SetFirstPartyPlatform, InFirstPartyPlatform) == 0x000000, "Member 'SBZPlayerState_Multicast_SetFirstPartyPlatform::InFirstPartyPlatform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_SetInfamyLevel \ +static_assert(alignof(SBZPlayerState_Multicast_SetInfamyLevel) == 0x000004, "Wrong alignment on SBZPlayerState_Multicast_SetInfamyLevel"); \ +static_assert(sizeof(SBZPlayerState_Multicast_SetInfamyLevel) == 0x000004, "Wrong size on SBZPlayerState_Multicast_SetInfamyLevel"); \ +static_assert(offsetof(SBZPlayerState_Multicast_SetInfamyLevel, InInfamyLevel) == 0x000000, "Member 'SBZPlayerState_Multicast_SetInfamyLevel::InInfamyLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_SetLastArrestedByGuard \ +static_assert(alignof(SBZPlayerState_Multicast_SetLastArrestedByGuard) == 0x000001, "Wrong alignment on SBZPlayerState_Multicast_SetLastArrestedByGuard"); \ +static_assert(sizeof(SBZPlayerState_Multicast_SetLastArrestedByGuard) == 0x000001, "Wrong size on SBZPlayerState_Multicast_SetLastArrestedByGuard"); \ +static_assert(offsetof(SBZPlayerState_Multicast_SetLastArrestedByGuard, bInIsLastArrestedByGuard) == 0x000000, "Member 'SBZPlayerState_Multicast_SetLastArrestedByGuard::bInIsLastArrestedByGuard' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_SetLoadout \ +static_assert(alignof(SBZPlayerState_Multicast_SetLoadout) == 0x000008, "Wrong alignment on SBZPlayerState_Multicast_SetLoadout"); \ +static_assert(sizeof(SBZPlayerState_Multicast_SetLoadout) == 0x0002E8, "Wrong size on SBZPlayerState_Multicast_SetLoadout"); \ +static_assert(offsetof(SBZPlayerState_Multicast_SetLoadout, InLoadout) == 0x000000, "Member 'SBZPlayerState_Multicast_SetLoadout::InLoadout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_SetMiniGameState \ +static_assert(alignof(SBZPlayerState_Multicast_SetMiniGameState) == 0x000008, "Wrong alignment on SBZPlayerState_Multicast_SetMiniGameState"); \ +static_assert(sizeof(SBZPlayerState_Multicast_SetMiniGameState) == 0x000010, "Wrong size on SBZPlayerState_Multicast_SetMiniGameState"); \ +static_assert(offsetof(SBZPlayerState_Multicast_SetMiniGameState, InMiniGameState) == 0x000000, "Member 'SBZPlayerState_Multicast_SetMiniGameState::InMiniGameState' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerState_Multicast_SetMiniGameState, InWinningParticipant) == 0x000008, "Member 'SBZPlayerState_Multicast_SetMiniGameState::InWinningParticipant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_SetOverskillEnabled \ +static_assert(alignof(SBZPlayerState_Multicast_SetOverskillEnabled) == 0x000001, "Wrong alignment on SBZPlayerState_Multicast_SetOverskillEnabled"); \ +static_assert(sizeof(SBZPlayerState_Multicast_SetOverskillEnabled) == 0x000001, "Wrong size on SBZPlayerState_Multicast_SetOverskillEnabled"); \ +static_assert(offsetof(SBZPlayerState_Multicast_SetOverskillEnabled, bInIsEnabled) == 0x000000, "Member 'SBZPlayerState_Multicast_SetOverskillEnabled::bInIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_SetOverskillLoadoutTicking \ +static_assert(alignof(SBZPlayerState_Multicast_SetOverskillLoadoutTicking) == 0x000001, "Wrong alignment on SBZPlayerState_Multicast_SetOverskillLoadoutTicking"); \ +static_assert(sizeof(SBZPlayerState_Multicast_SetOverskillLoadoutTicking) == 0x000001, "Wrong size on SBZPlayerState_Multicast_SetOverskillLoadoutTicking"); \ +static_assert(offsetof(SBZPlayerState_Multicast_SetOverskillLoadoutTicking, bInIsTicking) == 0x000000, "Member 'SBZPlayerState_Multicast_SetOverskillLoadoutTicking::bInIsTicking' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_SetPlatform \ +static_assert(alignof(SBZPlayerState_Multicast_SetPlatform) == 0x000001, "Wrong alignment on SBZPlayerState_Multicast_SetPlatform"); \ +static_assert(sizeof(SBZPlayerState_Multicast_SetPlatform) == 0x000001, "Wrong size on SBZPlayerState_Multicast_SetPlatform"); \ +static_assert(offsetof(SBZPlayerState_Multicast_SetPlatform, InPlatform) == 0x000000, "Member 'SBZPlayerState_Multicast_SetPlatform::InPlatform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_SetPlayerId \ +static_assert(alignof(SBZPlayerState_Multicast_SetPlayerId) == 0x000004, "Wrong alignment on SBZPlayerState_Multicast_SetPlayerId"); \ +static_assert(sizeof(SBZPlayerState_Multicast_SetPlayerId) == 0x000004, "Wrong size on SBZPlayerState_Multicast_SetPlayerId"); \ +static_assert(offsetof(SBZPlayerState_Multicast_SetPlayerId, InPlayerId) == 0x000000, "Member 'SBZPlayerState_Multicast_SetPlayerId::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_SetPlayerSlotId \ +static_assert(alignof(SBZPlayerState_Multicast_SetPlayerSlotId) == 0x000001, "Wrong alignment on SBZPlayerState_Multicast_SetPlayerSlotId"); \ +static_assert(sizeof(SBZPlayerState_Multicast_SetPlayerSlotId) == 0x000001, "Wrong size on SBZPlayerState_Multicast_SetPlayerSlotId"); \ +static_assert(offsetof(SBZPlayerState_Multicast_SetPlayerSlotId, NewSlotId) == 0x000000, "Member 'SBZPlayerState_Multicast_SetPlayerSlotId::NewSlotId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_SetRenownLevel \ +static_assert(alignof(SBZPlayerState_Multicast_SetRenownLevel) == 0x000004, "Wrong alignment on SBZPlayerState_Multicast_SetRenownLevel"); \ +static_assert(sizeof(SBZPlayerState_Multicast_SetRenownLevel) == 0x000004, "Wrong size on SBZPlayerState_Multicast_SetRenownLevel"); \ +static_assert(offsetof(SBZPlayerState_Multicast_SetRenownLevel, InRenownLevel) == 0x000000, "Member 'SBZPlayerState_Multicast_SetRenownLevel::InRenownLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_SetServerReloadState \ +static_assert(alignof(SBZPlayerState_Multicast_SetServerReloadState) == 0x000001, "Wrong alignment on SBZPlayerState_Multicast_SetServerReloadState"); \ +static_assert(sizeof(SBZPlayerState_Multicast_SetServerReloadState) == 0x00000B, "Wrong size on SBZPlayerState_Multicast_SetServerReloadState"); \ +static_assert(offsetof(SBZPlayerState_Multicast_SetServerReloadState, InServerReloadState) == 0x000000, "Member 'SBZPlayerState_Multicast_SetServerReloadState::InServerReloadState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_SetSkipIntroSequence \ +static_assert(alignof(SBZPlayerState_Multicast_SetSkipIntroSequence) == 0x000001, "Wrong alignment on SBZPlayerState_Multicast_SetSkipIntroSequence"); \ +static_assert(sizeof(SBZPlayerState_Multicast_SetSkipIntroSequence) == 0x000001, "Wrong size on SBZPlayerState_Multicast_SetSkipIntroSequence"); \ +static_assert(offsetof(SBZPlayerState_Multicast_SetSkipIntroSequence, bInIsSkipIntroSequence) == 0x000000, "Member 'SBZPlayerState_Multicast_SetSkipIntroSequence::bInIsSkipIntroSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_SetSMGMasterCount \ +static_assert(alignof(SBZPlayerState_Multicast_SetSMGMasterCount) == 0x000001, "Wrong alignment on SBZPlayerState_Multicast_SetSMGMasterCount"); \ +static_assert(sizeof(SBZPlayerState_Multicast_SetSMGMasterCount) == 0x000001, "Wrong size on SBZPlayerState_Multicast_SetSMGMasterCount"); \ +static_assert(offsetof(SBZPlayerState_Multicast_SetSMGMasterCount, Count) == 0x000000, "Member 'SBZPlayerState_Multicast_SetSMGMasterCount::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_SetSpectateDurationModification \ +static_assert(alignof(SBZPlayerState_Multicast_SetSpectateDurationModification) == 0x000004, "Wrong alignment on SBZPlayerState_Multicast_SetSpectateDurationModification"); \ +static_assert(sizeof(SBZPlayerState_Multicast_SetSpectateDurationModification) == 0x000004, "Wrong size on SBZPlayerState_Multicast_SetSpectateDurationModification"); \ +static_assert(offsetof(SBZPlayerState_Multicast_SetSpectateDurationModification, Duration) == 0x000000, "Member 'SBZPlayerState_Multicast_SetSpectateDurationModification::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_SetSpectateTime \ +static_assert(alignof(SBZPlayerState_Multicast_SetSpectateTime) == 0x000004, "Wrong alignment on SBZPlayerState_Multicast_SetSpectateTime"); \ +static_assert(sizeof(SBZPlayerState_Multicast_SetSpectateTime) == 0x000004, "Wrong size on SBZPlayerState_Multicast_SetSpectateTime"); \ +static_assert(offsetof(SBZPlayerState_Multicast_SetSpectateTime, Time) == 0x000000, "Member 'SBZPlayerState_Multicast_SetSpectateTime::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Multicast_SetTaserTase \ +static_assert(alignof(SBZPlayerState_Multicast_SetTaserTase) == 0x000001, "Wrong alignment on SBZPlayerState_Multicast_SetTaserTase"); \ +static_assert(sizeof(SBZPlayerState_Multicast_SetTaserTase) == 0x000001, "Wrong size on SBZPlayerState_Multicast_SetTaserTase"); \ +static_assert(offsetof(SBZPlayerState_Multicast_SetTaserTase, bInIsTaserTase) == 0x000000, "Member 'SBZPlayerState_Multicast_SetTaserTase::bInIsTaserTase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_MulticastNotifyClientsHostRestart \ +static_assert(alignof(SBZPlayerState_MulticastNotifyClientsHostRestart) == 0x000004, "Wrong alignment on SBZPlayerState_MulticastNotifyClientsHostRestart"); \ +static_assert(sizeof(SBZPlayerState_MulticastNotifyClientsHostRestart) == 0x000004, "Wrong size on SBZPlayerState_MulticastNotifyClientsHostRestart"); \ +static_assert(offsetof(SBZPlayerState_MulticastNotifyClientsHostRestart, ServerRestartTimeInSeconds) == 0x000000, "Member 'SBZPlayerState_MulticastNotifyClientsHostRestart::ServerRestartTimeInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_MulticastReceiveLocalizedChatMessage \ +static_assert(alignof(SBZPlayerState_MulticastReceiveLocalizedChatMessage) == 0x000008, "Wrong alignment on SBZPlayerState_MulticastReceiveLocalizedChatMessage"); \ +static_assert(sizeof(SBZPlayerState_MulticastReceiveLocalizedChatMessage) == 0x000020, "Wrong size on SBZPlayerState_MulticastReceiveLocalizedChatMessage"); \ +static_assert(offsetof(SBZPlayerState_MulticastReceiveLocalizedChatMessage, TableId) == 0x000000, "Member 'SBZPlayerState_MulticastReceiveLocalizedChatMessage::TableId' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerState_MulticastReceiveLocalizedChatMessage, LocaleKey) == 0x000010, "Member 'SBZPlayerState_MulticastReceiveLocalizedChatMessage::LocaleKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_OnECMCountChanged \ +static_assert(alignof(SBZPlayerState_OnECMCountChanged) == 0x000004, "Wrong alignment on SBZPlayerState_OnECMCountChanged"); \ +static_assert(sizeof(SBZPlayerState_OnECMCountChanged) == 0x000010, "Wrong size on SBZPlayerState_OnECMCountChanged"); \ +static_assert(offsetof(SBZPlayerState_OnECMCountChanged, NewCount) == 0x000000, "Member 'SBZPlayerState_OnECMCountChanged::NewCount' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerState_OnECMCountChanged, OldCount) == 0x000004, "Member 'SBZPlayerState_OnECMCountChanged::OldCount' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerState_OnECMCountChanged, AddedTime) == 0x000008, "Member 'SBZPlayerState_OnECMCountChanged::AddedTime' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerState_OnECMCountChanged, bInIsSignalScanActive) == 0x00000C, "Member 'SBZPlayerState_OnECMCountChanged::bInIsSignalScanActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_OnRep_AccelByteUserId \ +static_assert(alignof(SBZPlayerState_OnRep_AccelByteUserId) == 0x000008, "Wrong alignment on SBZPlayerState_OnRep_AccelByteUserId"); \ +static_assert(sizeof(SBZPlayerState_OnRep_AccelByteUserId) == 0x000010, "Wrong size on SBZPlayerState_OnRep_AccelByteUserId"); \ +static_assert(offsetof(SBZPlayerState_OnRep_AccelByteUserId, OldAccelByteUserId) == 0x000000, "Member 'SBZPlayerState_OnRep_AccelByteUserId::OldAccelByteUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_OnRep_ConstantFlowCount \ +static_assert(alignof(SBZPlayerState_OnRep_ConstantFlowCount) == 0x000002, "Wrong alignment on SBZPlayerState_OnRep_ConstantFlowCount"); \ +static_assert(sizeof(SBZPlayerState_OnRep_ConstantFlowCount) == 0x000002, "Wrong size on SBZPlayerState_OnRep_ConstantFlowCount"); \ +static_assert(offsetof(SBZPlayerState_OnRep_ConstantFlowCount, OldCount) == 0x000000, "Member 'SBZPlayerState_OnRep_ConstantFlowCount::OldCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_OnRep_DefeatState \ +static_assert(alignof(SBZPlayerState_OnRep_DefeatState) == 0x000001, "Wrong alignment on SBZPlayerState_OnRep_DefeatState"); \ +static_assert(sizeof(SBZPlayerState_OnRep_DefeatState) == 0x000001, "Wrong size on SBZPlayerState_OnRep_DefeatState"); \ +static_assert(offsetof(SBZPlayerState_OnRep_DefeatState, OldDefeatState) == 0x000000, "Member 'SBZPlayerState_OnRep_DefeatState::OldDefeatState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_OnRep_EOSProductUserId \ +static_assert(alignof(SBZPlayerState_OnRep_EOSProductUserId) == 0x000008, "Wrong alignment on SBZPlayerState_OnRep_EOSProductUserId"); \ +static_assert(sizeof(SBZPlayerState_OnRep_EOSProductUserId) == 0x000010, "Wrong size on SBZPlayerState_OnRep_EOSProductUserId"); \ +static_assert(offsetof(SBZPlayerState_OnRep_EOSProductUserId, OldEOSProductUserId) == 0x000000, "Member 'SBZPlayerState_OnRep_EOSProductUserId::OldEOSProductUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_OnRep_EquipStateAndIndex \ +static_assert(alignof(SBZPlayerState_OnRep_EquipStateAndIndex) == 0x000001, "Wrong alignment on SBZPlayerState_OnRep_EquipStateAndIndex"); \ +static_assert(sizeof(SBZPlayerState_OnRep_EquipStateAndIndex) == 0x000001, "Wrong size on SBZPlayerState_OnRep_EquipStateAndIndex"); \ +static_assert(offsetof(SBZPlayerState_OnRep_EquipStateAndIndex, OldEquipStateAndIndex) == 0x000000, "Member 'SBZPlayerState_OnRep_EquipStateAndIndex::OldEquipStateAndIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_OnRep_Loadout \ +static_assert(alignof(SBZPlayerState_OnRep_Loadout) == 0x000008, "Wrong alignment on SBZPlayerState_OnRep_Loadout"); \ +static_assert(sizeof(SBZPlayerState_OnRep_Loadout) == 0x0002E8, "Wrong size on SBZPlayerState_OnRep_Loadout"); \ +static_assert(offsetof(SBZPlayerState_OnRep_Loadout, InOldLoadout) == 0x000000, "Member 'SBZPlayerState_OnRep_Loadout::InOldLoadout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_OnRep_MiniGameState \ +static_assert(alignof(SBZPlayerState_OnRep_MiniGameState) == 0x000001, "Wrong alignment on SBZPlayerState_OnRep_MiniGameState"); \ +static_assert(sizeof(SBZPlayerState_OnRep_MiniGameState) == 0x000001, "Wrong size on SBZPlayerState_OnRep_MiniGameState"); \ +static_assert(offsetof(SBZPlayerState_OnRep_MiniGameState, OldMiniGameState) == 0x000000, "Member 'SBZPlayerState_OnRep_MiniGameState::OldMiniGameState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_OnRep_ServerReloadState \ +static_assert(alignof(SBZPlayerState_OnRep_ServerReloadState) == 0x000001, "Wrong alignment on SBZPlayerState_OnRep_ServerReloadState"); \ +static_assert(sizeof(SBZPlayerState_OnRep_ServerReloadState) == 0x00000B, "Wrong size on SBZPlayerState_OnRep_ServerReloadState"); \ +static_assert(offsetof(SBZPlayerState_OnRep_ServerReloadState, OldServerReloadState) == 0x000000, "Member 'SBZPlayerState_OnRep_ServerReloadState::OldServerReloadState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_OnRep_SMGMasterCount \ +static_assert(alignof(SBZPlayerState_OnRep_SMGMasterCount) == 0x000001, "Wrong alignment on SBZPlayerState_OnRep_SMGMasterCount"); \ +static_assert(sizeof(SBZPlayerState_OnRep_SMGMasterCount) == 0x000001, "Wrong size on SBZPlayerState_OnRep_SMGMasterCount"); \ +static_assert(offsetof(SBZPlayerState_OnRep_SMGMasterCount, OldCount) == 0x000000, "Member 'SBZPlayerState_OnRep_SMGMasterCount::OldCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_OnRep_SpectateTime \ +static_assert(alignof(SBZPlayerState_OnRep_SpectateTime) == 0x000004, "Wrong alignment on SBZPlayerState_OnRep_SpectateTime"); \ +static_assert(sizeof(SBZPlayerState_OnRep_SpectateTime) == 0x000004, "Wrong size on SBZPlayerState_OnRep_SpectateTime"); \ +static_assert(offsetof(SBZPlayerState_OnRep_SpectateTime, OldSpectateTime) == 0x000000, "Member 'SBZPlayerState_OnRep_SpectateTime::OldSpectateTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_OnRuntimeActorDestroyed \ +static_assert(alignof(SBZPlayerState_OnRuntimeActorDestroyed) == 0x000008, "Wrong alignment on SBZPlayerState_OnRuntimeActorDestroyed"); \ +static_assert(sizeof(SBZPlayerState_OnRuntimeActorDestroyed) == 0x000008, "Wrong size on SBZPlayerState_OnRuntimeActorDestroyed"); \ +static_assert(offsetof(SBZPlayerState_OnRuntimeActorDestroyed, InRuntimeActor) == 0x000000, "Member 'SBZPlayerState_OnRuntimeActorDestroyed::InRuntimeActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_OnRuntimeActorEndPlay \ +static_assert(alignof(SBZPlayerState_OnRuntimeActorEndPlay) == 0x000008, "Wrong alignment on SBZPlayerState_OnRuntimeActorEndPlay"); \ +static_assert(sizeof(SBZPlayerState_OnRuntimeActorEndPlay) == 0x000010, "Wrong size on SBZPlayerState_OnRuntimeActorEndPlay"); \ +static_assert(offsetof(SBZPlayerState_OnRuntimeActorEndPlay, RuntimeActor) == 0x000000, "Member 'SBZPlayerState_OnRuntimeActorEndPlay::RuntimeActor' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerState_OnRuntimeActorEndPlay, EndPlayReason) == 0x000008, "Member 'SBZPlayerState_OnRuntimeActorEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_OnRuntimeRoutedPingExpired \ +static_assert(alignof(SBZPlayerState_OnRuntimeRoutedPingExpired) == 0x000008, "Wrong alignment on SBZPlayerState_OnRuntimeRoutedPingExpired"); \ +static_assert(sizeof(SBZPlayerState_OnRuntimeRoutedPingExpired) == 0x000008, "Wrong size on SBZPlayerState_OnRuntimeRoutedPingExpired"); \ +static_assert(offsetof(SBZPlayerState_OnRuntimeRoutedPingExpired, InRuntimeActor) == 0x000000, "Member 'SBZPlayerState_OnRuntimeRoutedPingExpired::InRuntimeActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_OnRuntimeScramblerExpired \ +static_assert(alignof(SBZPlayerState_OnRuntimeScramblerExpired) == 0x000008, "Wrong alignment on SBZPlayerState_OnRuntimeScramblerExpired"); \ +static_assert(sizeof(SBZPlayerState_OnRuntimeScramblerExpired) == 0x000008, "Wrong size on SBZPlayerState_OnRuntimeScramblerExpired"); \ +static_assert(offsetof(SBZPlayerState_OnRuntimeScramblerExpired, InRuntimeActor) == 0x000000, "Member 'SBZPlayerState_OnRuntimeScramblerExpired::InRuntimeActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_OnRuntimeSecureLoopExpired \ +static_assert(alignof(SBZPlayerState_OnRuntimeSecureLoopExpired) == 0x000008, "Wrong alignment on SBZPlayerState_OnRuntimeSecureLoopExpired"); \ +static_assert(sizeof(SBZPlayerState_OnRuntimeSecureLoopExpired) == 0x000008, "Wrong size on SBZPlayerState_OnRuntimeSecureLoopExpired"); \ +static_assert(offsetof(SBZPlayerState_OnRuntimeSecureLoopExpired, InRuntimeActor) == 0x000000, "Member 'SBZPlayerState_OnRuntimeSecureLoopExpired::InRuntimeActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_OnSpectateDurationModificationChanged \ +static_assert(alignof(SBZPlayerState_OnSpectateDurationModificationChanged) == 0x000004, "Wrong alignment on SBZPlayerState_OnSpectateDurationModificationChanged"); \ +static_assert(sizeof(SBZPlayerState_OnSpectateDurationModificationChanged) == 0x000004, "Wrong size on SBZPlayerState_OnSpectateDurationModificationChanged"); \ +static_assert(offsetof(SBZPlayerState_OnSpectateDurationModificationChanged, OldDuration) == 0x000000, "Member 'SBZPlayerState_OnSpectateDurationModificationChanged::OldDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_OnToolDestroyed \ +static_assert(alignof(SBZPlayerState_OnToolDestroyed) == 0x000008, "Wrong alignment on SBZPlayerState_OnToolDestroyed"); \ +static_assert(sizeof(SBZPlayerState_OnToolDestroyed) == 0x000008, "Wrong size on SBZPlayerState_OnToolDestroyed"); \ +static_assert(offsetof(SBZPlayerState_OnToolDestroyed, Tool) == 0x000000, "Member 'SBZPlayerState_OnToolDestroyed::Tool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Server_CheatSetLoadout \ +static_assert(alignof(SBZPlayerState_Server_CheatSetLoadout) == 0x000008, "Wrong alignment on SBZPlayerState_Server_CheatSetLoadout"); \ +static_assert(sizeof(SBZPlayerState_Server_CheatSetLoadout) == 0x0002E8, "Wrong size on SBZPlayerState_Server_CheatSetLoadout"); \ +static_assert(offsetof(SBZPlayerState_Server_CheatSetLoadout, InLoadout) == 0x000000, "Member 'SBZPlayerState_Server_CheatSetLoadout::InLoadout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Server_DebugConsoleCommand \ +static_assert(alignof(SBZPlayerState_Server_DebugConsoleCommand) == 0x000008, "Wrong alignment on SBZPlayerState_Server_DebugConsoleCommand"); \ +static_assert(sizeof(SBZPlayerState_Server_DebugConsoleCommand) == 0x000028, "Wrong size on SBZPlayerState_Server_DebugConsoleCommand"); \ +static_assert(offsetof(SBZPlayerState_Server_DebugConsoleCommand, Command) == 0x000000, "Member 'SBZPlayerState_Server_DebugConsoleCommand::Command' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerState_Server_DebugConsoleCommand, InstigatorContextText) == 0x000010, "Member 'SBZPlayerState_Server_DebugConsoleCommand::InstigatorContextText' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerState_Server_DebugConsoleCommand, bIsLocallyControlledOnly) == 0x000020, "Member 'SBZPlayerState_Server_DebugConsoleCommand::bIsLocallyControlledOnly' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerState_Server_DebugConsoleCommand, bIsExecutedOnAll) == 0x000021, "Member 'SBZPlayerState_Server_DebugConsoleCommand::bIsExecutedOnAll' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerState_Server_DebugConsoleCommand, PlayerIndex) == 0x000024, "Member 'SBZPlayerState_Server_DebugConsoleCommand::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Server_PickupAmmo \ +static_assert(alignof(SBZPlayerState_Server_PickupAmmo) == 0x000004, "Wrong alignment on SBZPlayerState_Server_PickupAmmo"); \ +static_assert(sizeof(SBZPlayerState_Server_PickupAmmo) == 0x000008, "Wrong size on SBZPlayerState_Server_PickupAmmo"); \ +static_assert(offsetof(SBZPlayerState_Server_PickupAmmo, ID) == 0x000000, "Member 'SBZPlayerState_Server_PickupAmmo::ID' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerState_Server_PickupAmmo, bIsSimulatedPickup) == 0x000004, "Member 'SBZPlayerState_Server_PickupAmmo::bIsSimulatedPickup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Server_RequestVoiceSessionJoin \ +static_assert(alignof(SBZPlayerState_Server_RequestVoiceSessionJoin) == 0x000008, "Wrong alignment on SBZPlayerState_Server_RequestVoiceSessionJoin"); \ +static_assert(sizeof(SBZPlayerState_Server_RequestVoiceSessionJoin) == 0x000030, "Wrong size on SBZPlayerState_Server_RequestVoiceSessionJoin"); \ +static_assert(offsetof(SBZPlayerState_Server_RequestVoiceSessionJoin, InPlayerId) == 0x000000, "Member 'SBZPlayerState_Server_RequestVoiceSessionJoin::InPlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerState_Server_RequestVoiceSessionJoin, bMakeVoiceEnabled) == 0x000028, "Member 'SBZPlayerState_Server_RequestVoiceSessionJoin::bMakeVoiceEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Server_RequestVoiceSessionLeave \ +static_assert(alignof(SBZPlayerState_Server_RequestVoiceSessionLeave) == 0x000008, "Wrong alignment on SBZPlayerState_Server_RequestVoiceSessionLeave"); \ +static_assert(sizeof(SBZPlayerState_Server_RequestVoiceSessionLeave) == 0x000028, "Wrong size on SBZPlayerState_Server_RequestVoiceSessionLeave"); \ +static_assert(offsetof(SBZPlayerState_Server_RequestVoiceSessionLeave, InPlayerId) == 0x000000, "Member 'SBZPlayerState_Server_RequestVoiceSessionLeave::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Server_SetDropPlaceableEquippableData \ +static_assert(alignof(SBZPlayerState_Server_SetDropPlaceableEquippableData) == 0x000010, "Wrong alignment on SBZPlayerState_Server_SetDropPlaceableEquippableData"); \ +static_assert(sizeof(SBZPlayerState_Server_SetDropPlaceableEquippableData) == 0x000040, "Wrong size on SBZPlayerState_Server_SetDropPlaceableEquippableData"); \ +static_assert(offsetof(SBZPlayerState_Server_SetDropPlaceableEquippableData, Data) == 0x000000, "Member 'SBZPlayerState_Server_SetDropPlaceableEquippableData::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Server_SetEOSProductUserId \ +static_assert(alignof(SBZPlayerState_Server_SetEOSProductUserId) == 0x000008, "Wrong alignment on SBZPlayerState_Server_SetEOSProductUserId"); \ +static_assert(sizeof(SBZPlayerState_Server_SetEOSProductUserId) == 0x000010, "Wrong size on SBZPlayerState_Server_SetEOSProductUserId"); \ +static_assert(offsetof(SBZPlayerState_Server_SetEOSProductUserId, InEOSProductUserId) == 0x000000, "Member 'SBZPlayerState_Server_SetEOSProductUserId::InEOSProductUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Server_SetEquipStateAndIndex \ +static_assert(alignof(SBZPlayerState_Server_SetEquipStateAndIndex) == 0x000001, "Wrong alignment on SBZPlayerState_Server_SetEquipStateAndIndex"); \ +static_assert(sizeof(SBZPlayerState_Server_SetEquipStateAndIndex) == 0x000001, "Wrong size on SBZPlayerState_Server_SetEquipStateAndIndex"); \ +static_assert(offsetof(SBZPlayerState_Server_SetEquipStateAndIndex, InEquipStateAndIndex) == 0x000000, "Member 'SBZPlayerState_Server_SetEquipStateAndIndex::InEquipStateAndIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Server_SetMiniGameState \ +static_assert(alignof(SBZPlayerState_Server_SetMiniGameState) == 0x000001, "Wrong alignment on SBZPlayerState_Server_SetMiniGameState"); \ +static_assert(sizeof(SBZPlayerState_Server_SetMiniGameState) == 0x000001, "Wrong size on SBZPlayerState_Server_SetMiniGameState"); \ +static_assert(offsetof(SBZPlayerState_Server_SetMiniGameState, InMiniGameState) == 0x000000, "Member 'SBZPlayerState_Server_SetMiniGameState::InMiniGameState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Server_SetSkipIntroSequence \ +static_assert(alignof(SBZPlayerState_Server_SetSkipIntroSequence) == 0x000001, "Wrong alignment on SBZPlayerState_Server_SetSkipIntroSequence"); \ +static_assert(sizeof(SBZPlayerState_Server_SetSkipIntroSequence) == 0x000001, "Wrong size on SBZPlayerState_Server_SetSkipIntroSequence"); \ +static_assert(offsetof(SBZPlayerState_Server_SetSkipIntroSequence, bInIsSkipIntroSequence) == 0x000000, "Member 'SBZPlayerState_Server_SetSkipIntroSequence::bInIsSkipIntroSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_Server_VoiceSessionCreated \ +static_assert(alignof(SBZPlayerState_Server_VoiceSessionCreated) == 0x000008, "Wrong alignment on SBZPlayerState_Server_VoiceSessionCreated"); \ +static_assert(sizeof(SBZPlayerState_Server_VoiceSessionCreated) == 0x000010, "Wrong size on SBZPlayerState_Server_VoiceSessionCreated"); \ +static_assert(offsetof(SBZPlayerState_Server_VoiceSessionCreated, SessionId) == 0x000000, "Member 'SBZPlayerState_Server_VoiceSessionCreated::SessionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_SetSkipIntroSequence \ +static_assert(alignof(SBZPlayerState_SetSkipIntroSequence) == 0x000001, "Wrong alignment on SBZPlayerState_SetSkipIntroSequence"); \ +static_assert(sizeof(SBZPlayerState_SetSkipIntroSequence) == 0x000001, "Wrong size on SBZPlayerState_SetSkipIntroSequence"); \ +static_assert(offsetof(SBZPlayerState_SetSkipIntroSequence, bInIsSkipIntroSequence) == 0x000000, "Member 'SBZPlayerState_SetSkipIntroSequence::bInIsSkipIntroSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_GetAccelBytePlayerName \ +static_assert(alignof(SBZPlayerState_GetAccelBytePlayerName) == 0x000008, "Wrong alignment on SBZPlayerState_GetAccelBytePlayerName"); \ +static_assert(sizeof(SBZPlayerState_GetAccelBytePlayerName) == 0x000010, "Wrong size on SBZPlayerState_GetAccelBytePlayerName"); \ +static_assert(offsetof(SBZPlayerState_GetAccelBytePlayerName, ReturnValue) == 0x000000, "Member 'SBZPlayerState_GetAccelBytePlayerName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_GetCharacterIcon \ +static_assert(alignof(SBZPlayerState_GetCharacterIcon) == 0x000008, "Wrong alignment on SBZPlayerState_GetCharacterIcon"); \ +static_assert(sizeof(SBZPlayerState_GetCharacterIcon) == 0x000008, "Wrong size on SBZPlayerState_GetCharacterIcon"); \ +static_assert(offsetof(SBZPlayerState_GetCharacterIcon, ReturnValue) == 0x000000, "Member 'SBZPlayerState_GetCharacterIcon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_GetEOSProductUserId \ +static_assert(alignof(SBZPlayerState_GetEOSProductUserId) == 0x000008, "Wrong alignment on SBZPlayerState_GetEOSProductUserId"); \ +static_assert(sizeof(SBZPlayerState_GetEOSProductUserId) == 0x000010, "Wrong size on SBZPlayerState_GetEOSProductUserId"); \ +static_assert(offsetof(SBZPlayerState_GetEOSProductUserId, ReturnValue) == 0x000000, "Member 'SBZPlayerState_GetEOSProductUserId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_GetInfamyLevel \ +static_assert(alignof(SBZPlayerState_GetInfamyLevel) == 0x000004, "Wrong alignment on SBZPlayerState_GetInfamyLevel"); \ +static_assert(sizeof(SBZPlayerState_GetInfamyLevel) == 0x000004, "Wrong size on SBZPlayerState_GetInfamyLevel"); \ +static_assert(offsetof(SBZPlayerState_GetInfamyLevel, ReturnValue) == 0x000000, "Member 'SBZPlayerState_GetInfamyLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_GetMaskedOffIcon \ +static_assert(alignof(SBZPlayerState_GetMaskedOffIcon) == 0x000008, "Wrong alignment on SBZPlayerState_GetMaskedOffIcon"); \ +static_assert(sizeof(SBZPlayerState_GetMaskedOffIcon) == 0x000008, "Wrong size on SBZPlayerState_GetMaskedOffIcon"); \ +static_assert(offsetof(SBZPlayerState_GetMaskedOffIcon, ReturnValue) == 0x000000, "Member 'SBZPlayerState_GetMaskedOffIcon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_GetMaskedOnIcon \ +static_assert(alignof(SBZPlayerState_GetMaskedOnIcon) == 0x000008, "Wrong alignment on SBZPlayerState_GetMaskedOnIcon"); \ +static_assert(sizeof(SBZPlayerState_GetMaskedOnIcon) == 0x000008, "Wrong size on SBZPlayerState_GetMaskedOnIcon"); \ +static_assert(offsetof(SBZPlayerState_GetMaskedOnIcon, ReturnValue) == 0x000000, "Member 'SBZPlayerState_GetMaskedOnIcon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_GetOverskillProgress \ +static_assert(alignof(SBZPlayerState_GetOverskillProgress) == 0x000004, "Wrong alignment on SBZPlayerState_GetOverskillProgress"); \ +static_assert(sizeof(SBZPlayerState_GetOverskillProgress) == 0x000010, "Wrong size on SBZPlayerState_GetOverskillProgress"); \ +static_assert(offsetof(SBZPlayerState_GetOverskillProgress, InProgressLevelID) == 0x000000, "Member 'SBZPlayerState_GetOverskillProgress::InProgressLevelID' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerState_GetOverskillProgress, ReturnValue) == 0x00000C, "Member 'SBZPlayerState_GetOverskillProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_GetOverskillProgressResultData \ +static_assert(alignof(SBZPlayerState_GetOverskillProgressResultData) == 0x000008, "Wrong alignment on SBZPlayerState_GetOverskillProgressResultData"); \ +static_assert(sizeof(SBZPlayerState_GetOverskillProgressResultData) == 0x000020, "Wrong size on SBZPlayerState_GetOverskillProgressResultData"); \ +static_assert(offsetof(SBZPlayerState_GetOverskillProgressResultData, InProgressLevelIDArray) == 0x000000, "Member 'SBZPlayerState_GetOverskillProgressResultData::InProgressLevelIDArray' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerState_GetOverskillProgressResultData, ReturnValue) == 0x000010, "Member 'SBZPlayerState_GetOverskillProgressResultData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_GetPlatform \ +static_assert(alignof(SBZPlayerState_GetPlatform) == 0x000001, "Wrong alignment on SBZPlayerState_GetPlatform"); \ +static_assert(sizeof(SBZPlayerState_GetPlatform) == 0x000001, "Wrong size on SBZPlayerState_GetPlatform"); \ +static_assert(offsetof(SBZPlayerState_GetPlatform, ReturnValue) == 0x000000, "Member 'SBZPlayerState_GetPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_GetPlayerDisplayName \ +static_assert(alignof(SBZPlayerState_GetPlayerDisplayName) == 0x000008, "Wrong alignment on SBZPlayerState_GetPlayerDisplayName"); \ +static_assert(sizeof(SBZPlayerState_GetPlayerDisplayName) == 0x000018, "Wrong size on SBZPlayerState_GetPlayerDisplayName"); \ +static_assert(offsetof(SBZPlayerState_GetPlayerDisplayName, ReturnValue) == 0x000000, "Member 'SBZPlayerState_GetPlayerDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_GetRenownLevel \ +static_assert(alignof(SBZPlayerState_GetRenownLevel) == 0x000004, "Wrong alignment on SBZPlayerState_GetRenownLevel"); \ +static_assert(sizeof(SBZPlayerState_GetRenownLevel) == 0x000004, "Wrong size on SBZPlayerState_GetRenownLevel"); \ +static_assert(offsetof(SBZPlayerState_GetRenownLevel, ReturnValue) == 0x000000, "Member 'SBZPlayerState_GetRenownLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_IsPlayerDisplayNameReady \ +static_assert(alignof(SBZPlayerState_IsPlayerDisplayNameReady) == 0x000001, "Wrong alignment on SBZPlayerState_IsPlayerDisplayNameReady"); \ +static_assert(sizeof(SBZPlayerState_IsPlayerDisplayNameReady) == 0x000001, "Wrong size on SBZPlayerState_IsPlayerDisplayNameReady"); \ +static_assert(offsetof(SBZPlayerState_IsPlayerDisplayNameReady, ReturnValue) == 0x000000, "Member 'SBZPlayerState_IsPlayerDisplayNameReady::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_IsSkipIntroSequence \ +static_assert(alignof(SBZPlayerState_IsSkipIntroSequence) == 0x000001, "Wrong alignment on SBZPlayerState_IsSkipIntroSequence"); \ +static_assert(sizeof(SBZPlayerState_IsSkipIntroSequence) == 0x000001, "Wrong size on SBZPlayerState_IsSkipIntroSequence"); \ +static_assert(offsetof(SBZPlayerState_IsSkipIntroSequence, ReturnValue) == 0x000000, "Member 'SBZPlayerState_IsSkipIntroSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerState_IsStillInP2PSession \ +static_assert(alignof(SBZPlayerState_IsStillInP2PSession) == 0x000001, "Wrong alignment on SBZPlayerState_IsStillInP2PSession"); \ +static_assert(sizeof(SBZPlayerState_IsStillInP2PSession) == 0x000001, "Wrong size on SBZPlayerState_IsStillInP2PSession"); \ +static_assert(offsetof(SBZPlayerState_IsStillInP2PSession, ReturnValue) == 0x000000, "Member 'SBZPlayerState_IsStillInP2PSession::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPlayerState \ +static_assert(alignof(ASBZPlayerState) == 0x000008, "Wrong alignment on ASBZPlayerState"); \ +static_assert(sizeof(ASBZPlayerState) == 0x001870, "Wrong size on ASBZPlayerState"); \ +static_assert(offsetof(ASBZPlayerState, InfamyLevel) == 0x0003E0, "Member 'ASBZPlayerState::InfamyLevel' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, RenownLevel) == 0x0003E4, "Member 'ASBZPlayerState::RenownLevel' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, Platform) == 0x0003E8, "Member 'ASBZPlayerState::Platform' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, FirstPartyPlatform) == 0x0003E9, "Member 'ASBZPlayerState::FirstPartyPlatform' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, AccelByteDisplayName) == 0x0003F0, "Member 'ASBZPlayerState::AccelByteDisplayName' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, AccelByteUserName) == 0x000400, "Member 'ASBZPlayerState::AccelByteUserName' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, AccelByteUserId) == 0x000410, "Member 'ASBZPlayerState::AccelByteUserId' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, AccelByteSessionId) == 0x000420, "Member 'ASBZPlayerState::AccelByteSessionId' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, EOSProductUserId) == 0x000430, "Member 'ASBZPlayerState::EOSProductUserId' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, ProgressionSaveChallenges) == 0x000440, "Member 'ASBZPlayerState::ProgressionSaveChallenges' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, ProgressionSaveGame) == 0x000448, "Member 'ASBZPlayerState::ProgressionSaveGame' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, OnInfamyLevelChangedDynamic) == 0x0004B8, "Member 'ASBZPlayerState::OnInfamyLevelChangedDynamic' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, OnRenownLevelChangedDynamic) == 0x0004E0, "Member 'ASBZPlayerState::OnRenownLevelChangedDynamic' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, OnLeftP2PSession) == 0x0006A0, "Member 'ASBZPlayerState::OnLeftP2PSession' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, bIsSkipIntroSequence) == 0x0006B0, "Member 'ASBZPlayerState::bIsSkipIntroSequence' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, DefensiveMeasuresCount) == 0x0006B1, "Member 'ASBZPlayerState::DefensiveMeasuresCount' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, ServerRegion) == 0x0006B8, "Member 'ASBZPlayerState::ServerRegion' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, AttributeSet) == 0x0006C8, "Member 'ASBZPlayerState::AttributeSet' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, AbilitySystem) == 0x0006D0, "Member 'ASBZPlayerState::AbilitySystem' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, UICharacterEffects) == 0x0006D8, "Member 'ASBZPlayerState::UICharacterEffects' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, PlayerSlotId) == 0x0006E0, "Member 'ASBZPlayerState::PlayerSlotId' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, PlayerColors) == 0x0006E8, "Member 'ASBZPlayerState::PlayerColors' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, WeaponTags) == 0x0006F8, "Member 'ASBZPlayerState::WeaponTags' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, EquippablePings) == 0x000708, "Member 'ASBZPlayerState::EquippablePings' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, bIsMaskOn) == 0x00073C, "Member 'ASBZPlayerState::bIsMaskOn' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, Loadout) == 0x000740, "Member 'ASBZPlayerState::Loadout' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, OldLoadout) == 0x000A28, "Member 'ASBZPlayerState::OldLoadout' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, bIsLocallyControlled) == 0x000D10, "Member 'ASBZPlayerState::bIsLocallyControlled' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, EquipStateAndIndex) == 0x000D11, "Member 'ASBZPlayerState::EquipStateAndIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, ServerReloadState) == 0x000D12, "Member 'ASBZPlayerState::ServerReloadState' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, ReloadEndTime) == 0x000D20, "Member 'ASBZPlayerState::ReloadEndTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, CharacterClass) == 0x000D28, "Member 'ASBZPlayerState::CharacterClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, CustodyCharacterClass) == 0x000D30, "Member 'ASBZPlayerState::CustodyCharacterClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, bIsValidLoadout) == 0x000D61, "Member 'ASBZPlayerState::bIsValidLoadout' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, DefeatState) == 0x000D62, "Member 'ASBZPlayerState::DefeatState' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, OnKillNetID) == 0x000D64, "Member 'ASBZPlayerState::OnKillNetID' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, MiniGameState) == 0x000D68, "Member 'ASBZPlayerState::MiniGameState' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, ResultData) == 0x000D70, "Member 'ASBZPlayerState::ResultData' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, bIsNetInitialized) == 0x000F28, "Member 'ASBZPlayerState::bIsNetInitialized' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, bIsAttributeSetInitialized) == 0x000F29, "Member 'ASBZPlayerState::bIsAttributeSetInitialized' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, bIsAttributeSetInitializedOnce) == 0x000F2A, "Member 'ASBZPlayerState::bIsAttributeSetInitializedOnce' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, bIsPendingReconnectData) == 0x000F2B, "Member 'ASBZPlayerState::bIsPendingReconnectData' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, bIsPendingInitRespawnAttributeSet) == 0x000F2C, "Member 'ASBZPlayerState::bIsPendingInitRespawnAttributeSet' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, AmmoPickupLookupMap) == 0x000FA0, "Member 'ASBZPlayerState::AmmoPickupLookupMap' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, bIsLoadoutLoaded) == 0x000FF0, "Member 'ASBZPlayerState::bIsLoadoutLoaded' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, bIsApplyingLoadout) == 0x000FF1, "Member 'ASBZPlayerState::bIsApplyingLoadout' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, LastLoadedAssetRefArray) == 0x001028, "Member 'ASBZPlayerState::LastLoadedAssetRefArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, CurrentCharacterData) == 0x001048, "Member 'ASBZPlayerState::CurrentCharacterData' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, PlaceableToolsArray) == 0x001050, "Member 'ASBZPlayerState::PlaceableToolsArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, TagCounterMap) == 0x001060, "Member 'ASBZPlayerState::TagCounterMap' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, PlayerCharacterArray) == 0x0010B0, "Member 'ASBZPlayerState::PlayerCharacterArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, AppliedLoadoutSkillEffectMap) == 0x0010C0, "Member 'ASBZPlayerState::AppliedLoadoutSkillEffectMap' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, AppliedLoadoutArmorData) == 0x001110, "Member 'ASBZPlayerState::AppliedLoadoutArmorData' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, AppliedLoadoutArmorEffectHandle) == 0x001118, "Member 'ASBZPlayerState::AppliedLoadoutArmorEffectHandle' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, AppliedCrewSkillEffectMap) == 0x001120, "Member 'ASBZPlayerState::AppliedCrewSkillEffectMap' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, PlayerMicroCamera) == 0x001170, "Member 'ASBZPlayerState::PlayerMicroCamera' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, ServerGrenadeProjectileArray) == 0x001178, "Member 'ASBZPlayerState::ServerGrenadeProjectileArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, bIsSaveLoadoutPending) == 0x001188, "Member 'ASBZPlayerState::bIsSaveLoadoutPending' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, SpectateDurationArray) == 0x00118C, "Member 'ASBZPlayerState::SpectateDurationArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, ReconnectDefeatedCustodyDurationReductionArray) == 0x00119C, "Member 'ASBZPlayerState::ReconnectDefeatedCustodyDurationReductionArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, MinimumSpectateDuration) == 0x0011AC, "Member 'ASBZPlayerState::MinimumSpectateDuration' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, SpectateTime) == 0x0011B8, "Member 'ASBZPlayerState::SpectateTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, ReducedCustodyTime) == 0x0011BC, "Member 'ASBZPlayerState::ReducedCustodyTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, SpectateDurationModification) == 0x0011C0, "Member 'ASBZPlayerState::SpectateDurationModification' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, ECMGUIEffectData) == 0x0011C8, "Member 'ASBZPlayerState::ECMGUIEffectData' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, PrecisionShotGUIEffectData) == 0x0011D8, "Member 'ASBZPlayerState::PrecisionShotGUIEffectData' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, ArmorReductionGUIEffectData) == 0x0011E8, "Member 'ASBZPlayerState::ArmorReductionGUIEffectData' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, TagGUIDataMap) == 0x0011F8, "Member 'ASBZPlayerState::TagGUIDataMap' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, TagGUIDataHandleMap) == 0x001248, "Member 'ASBZPlayerState::TagGUIDataHandleMap' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, SkillTankDisengageActivatedTimeSeconds) == 0x001298, "Member 'ASBZPlayerState::SkillTankDisengageActivatedTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, RuntimeActorArray) == 0x0012A0, "Member 'ASBZPlayerState::RuntimeActorArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, SurrenderedEnemiesArray) == 0x0012B0, "Member 'ASBZPlayerState::SurrenderedEnemiesArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, EnforcerSkillKillCount) == 0x0012C0, "Member 'ASBZPlayerState::EnforcerSkillKillCount' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, EnforcerSkillLastKillTime) == 0x0012C4, "Member 'ASBZPlayerState::EnforcerSkillLastKillTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, EnforcerAcedSkillKillCount) == 0x0012C8, "Member 'ASBZPlayerState::EnforcerAcedSkillKillCount' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, SelectedCharacter) == 0x0012D0, "Member 'ASBZPlayerState::SelectedCharacter' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, bIsFirstOverkillWeaponEquip) == 0x001300, "Member 'ASBZPlayerState::bIsFirstOverkillWeaponEquip' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, OverkillInstantLootIncrease) == 0x001304, "Member 'ASBZPlayerState::OverkillInstantLootIncrease' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, OverkillWeaponProgressKillIncrease) == 0x001308, "Member 'ASBZPlayerState::OverkillWeaponProgressKillIncrease' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, OverkillWeaponProgressHeadshotAdditionalIncrease) == 0x00130C, "Member 'ASBZPlayerState::OverkillWeaponProgressHeadshotAdditionalIncrease' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, OverkillWeaponProgressObjectiveIncrease) == 0x001310, "Member 'ASBZPlayerState::OverkillWeaponProgressObjectiveIncrease' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, OverkillWeaponProgressSubObjectiveIncrease) == 0x001314, "Member 'ASBZPlayerState::OverkillWeaponProgressSubObjectiveIncrease' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, bIsLastArrestedByGuard) == 0x001318, "Member 'ASBZPlayerState::bIsLastArrestedByGuard' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, bIsTaserTase) == 0x001319, "Member 'ASBZPlayerState::bIsTaserTase' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, bIsTargeting) == 0x00131A, "Member 'ASBZPlayerState::bIsTargeting' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, CustodyCount) == 0x00131C, "Member 'ASBZPlayerState::CustodyCount' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, CustodyReleaseCost) == 0x001320, "Member 'ASBZPlayerState::CustodyReleaseCost' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, CurrentTradeReduction) == 0x001324, "Member 'ASBZPlayerState::CurrentTradeReduction' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, bServerIsHardBargainCustody) == 0x001328, "Member 'ASBZPlayerState::bServerIsHardBargainCustody' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, bIsOverskillEnabled) == 0x00132A, "Member 'ASBZPlayerState::bIsOverskillEnabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, bIsOverskillLoadoutTicking) == 0x00132B, "Member 'ASBZPlayerState::bIsOverskillLoadoutTicking' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, PickupConsumableCooldownTime) == 0x00132C, "Member 'ASBZPlayerState::PickupConsumableCooldownTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, EquippedOverskillDataArray) == 0x001338, "Member 'ASBZPlayerState::EquippedOverskillDataArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, EquippedOverskillSkillDataMap) == 0x001348, "Member 'ASBZPlayerState::EquippedOverskillSkillDataMap' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, IndividualInstantLootMap) == 0x001470, "Member 'ASBZPlayerState::IndividualInstantLootMap' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, IndividualSecuredBagMap) == 0x0014C0, "Member 'ASBZPlayerState::IndividualSecuredBagMap' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, CurrentEquippableTag) == 0x001510, "Member 'ASBZPlayerState::CurrentEquippableTag' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, OverskillDamageModifier) == 0x00151C, "Member 'ASBZPlayerState::OverskillDamageModifier' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, ServerSentryGunArray) == 0x001840, "Member 'ASBZPlayerState::ServerSentryGunArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, ConstantFlowCount) == 0x001850, "Member 'ASBZPlayerState::ConstantFlowCount' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, SMGMasterCount) == 0x001852, "Member 'ASBZPlayerState::SMGMasterCount' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, bIsSmokeMasterEnabled) == 0x001854, "Member 'ASBZPlayerState::bIsSmokeMasterEnabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, GraceSkill) == 0x001858, "Member 'ASBZPlayerState::GraceSkill' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerState, ServerStatTupleArray) == 0x001860, "Member 'ASBZPlayerState::ServerStatTupleArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZReplayPlayerState \ +static_assert(alignof(ASBZReplayPlayerState) == 0x000008, "Wrong alignment on ASBZReplayPlayerState"); \ +static_assert(sizeof(ASBZReplayPlayerState) == 0x001870, "Wrong size on ASBZReplayPlayerState"); \ + +#define DUMPER7_ASSERTS_USBZSkillTransporterTransporter \ +static_assert(alignof(USBZSkillTransporterTransporter) == 0x000008, "Wrong alignment on USBZSkillTransporterTransporter"); \ +static_assert(sizeof(USBZSkillTransporterTransporter) == 0x000230, "Wrong size on USBZSkillTransporterTransporter"); \ + +#define DUMPER7_ASSERTS_USBZBagItemImpactConfig \ +static_assert(alignof(USBZBagItemImpactConfig) == 0x000008, "Wrong alignment on USBZBagItemImpactConfig"); \ +static_assert(sizeof(USBZBagItemImpactConfig) == 0x000080, "Wrong size on USBZBagItemImpactConfig"); \ + +#define DUMPER7_ASSERTS_SBZImpactManager_HandleDroppedDecalComponent \ +static_assert(alignof(SBZImpactManager_HandleDroppedDecalComponent) == 0x000008, "Wrong alignment on SBZImpactManager_HandleDroppedDecalComponent"); \ +static_assert(sizeof(SBZImpactManager_HandleDroppedDecalComponent) == 0x000008, "Wrong size on SBZImpactManager_HandleDroppedDecalComponent"); \ +static_assert(offsetof(SBZImpactManager_HandleDroppedDecalComponent, DroppedElement) == 0x000000, "Member 'SBZImpactManager_HandleDroppedDecalComponent::DroppedElement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZImpactManager \ +static_assert(alignof(USBZImpactManager) == 0x000008, "Wrong alignment on USBZImpactManager"); \ +static_assert(sizeof(USBZImpactManager) == 0x000220, "Wrong size on USBZImpactManager"); \ +static_assert(offsetof(USBZImpactManager, ProjectileDecals) == 0x000030, "Member 'USBZImpactManager::ProjectileDecals' has a wrong offset!"); \ +static_assert(offsetof(USBZImpactManager, ProjectileInstancedDecals) == 0x000048, "Member 'USBZImpactManager::ProjectileInstancedDecals' has a wrong offset!"); \ +static_assert(offsetof(USBZImpactManager, ThrowableProjectileDecals) == 0x000098, "Member 'USBZImpactManager::ThrowableProjectileDecals' has a wrong offset!"); \ +static_assert(offsetof(USBZImpactManager, ThrowableProjectileInstancedDecals) == 0x0000B0, "Member 'USBZImpactManager::ThrowableProjectileInstancedDecals' has a wrong offset!"); \ +static_assert(offsetof(USBZImpactManager, MeleeDecals) == 0x000100, "Member 'USBZImpactManager::MeleeDecals' has a wrong offset!"); \ +static_assert(offsetof(USBZImpactManager, ExplosionDecals) == 0x000118, "Member 'USBZImpactManager::ExplosionDecals' has a wrong offset!"); \ +static_assert(offsetof(USBZImpactManager, FootstepDecals) == 0x000130, "Member 'USBZImpactManager::FootstepDecals' has a wrong offset!"); \ +static_assert(offsetof(USBZImpactManager, SlidingDecals) == 0x000148, "Member 'USBZImpactManager::SlidingDecals' has a wrong offset!"); \ +static_assert(offsetof(USBZImpactManager, MantlingDecals) == 0x000160, "Member 'USBZImpactManager::MantlingDecals' has a wrong offset!"); \ +static_assert(offsetof(USBZImpactManager, StepUpDecals) == 0x000178, "Member 'USBZImpactManager::StepUpDecals' has a wrong offset!"); \ +static_assert(offsetof(USBZImpactManager, ObjectImpactDecals) == 0x000190, "Member 'USBZImpactManager::ObjectImpactDecals' has a wrong offset!"); \ +static_assert(offsetof(USBZImpactManager, DebrisImpactDecals) == 0x0001A8, "Member 'USBZImpactManager::DebrisImpactDecals' has a wrong offset!"); \ +static_assert(offsetof(USBZImpactManager, BagItemImpactDecals) == 0x0001C0, "Member 'USBZImpactManager::BagItemImpactDecals' has a wrong offset!"); \ +static_assert(offsetof(USBZImpactManager, ThrowableDecals) == 0x0001D8, "Member 'USBZImpactManager::ThrowableDecals' has a wrong offset!"); \ +static_assert(offsetof(USBZImpactManager, BloodSplatterDecals) == 0x0001F0, "Member 'USBZImpactManager::BloodSplatterDecals' has a wrong offset!"); \ +static_assert(offsetof(USBZImpactManager, TranslucentPrimitiveComponenets) == 0x000208, "Member 'USBZImpactManager::TranslucentPrimitiveComponenets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServerBrowserSubsystem_RequestUpdateServersCollectionWithFilters \ +static_assert(alignof(SBZServerBrowserSubsystem_RequestUpdateServersCollectionWithFilters) == 0x000008, "Wrong alignment on SBZServerBrowserSubsystem_RequestUpdateServersCollectionWithFilters"); \ +static_assert(sizeof(SBZServerBrowserSubsystem_RequestUpdateServersCollectionWithFilters) == 0x000018, "Wrong size on SBZServerBrowserSubsystem_RequestUpdateServersCollectionWithFilters"); \ +static_assert(offsetof(SBZServerBrowserSubsystem_RequestUpdateServersCollectionWithFilters, InFilters) == 0x000000, "Member 'SBZServerBrowserSubsystem_RequestUpdateServersCollectionWithFilters::InFilters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServerBrowserSubsystem_SetServersPerPageLimit \ +static_assert(alignof(SBZServerBrowserSubsystem_SetServersPerPageLimit) == 0x000004, "Wrong alignment on SBZServerBrowserSubsystem_SetServersPerPageLimit"); \ +static_assert(sizeof(SBZServerBrowserSubsystem_SetServersPerPageLimit) == 0x000004, "Wrong size on SBZServerBrowserSubsystem_SetServersPerPageLimit"); \ +static_assert(offsetof(SBZServerBrowserSubsystem_SetServersPerPageLimit, NewLimit) == 0x000000, "Member 'SBZServerBrowserSubsystem_SetServersPerPageLimit::NewLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZServerBrowserSubsystem \ +static_assert(alignof(USBZServerBrowserSubsystem) == 0x000008, "Wrong alignment on USBZServerBrowserSubsystem"); \ +static_assert(sizeof(USBZServerBrowserSubsystem) == 0x000168, "Wrong size on USBZServerBrowserSubsystem"); \ +static_assert(offsetof(USBZServerBrowserSubsystem, OnServersUpdated) == 0x000038, "Member 'USBZServerBrowserSubsystem::OnServersUpdated' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserSubsystem, CachedServersQuery) == 0x000050, "Member 'USBZServerBrowserSubsystem::CachedServersQuery' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserSubsystem, CachedFriendsSessions) == 0x0000A0, "Member 'USBZServerBrowserSubsystem::CachedFriendsSessions' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserSubsystem, World) == 0x000108, "Member 'USBZServerBrowserSubsystem::World' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserSubsystem, Filters) == 0x000110, "Member 'USBZServerBrowserSubsystem::Filters' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserSubsystem, ServerCacheUpdateTime) == 0x000128, "Member 'USBZServerBrowserSubsystem::ServerCacheUpdateTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateP2PHost_PostLoadMap \ +static_assert(alignof(SBZStateMachineStateP2PHost_PostLoadMap) == 0x000008, "Wrong alignment on SBZStateMachineStateP2PHost_PostLoadMap"); \ +static_assert(sizeof(SBZStateMachineStateP2PHost_PostLoadMap) == 0x000008, "Wrong size on SBZStateMachineStateP2PHost_PostLoadMap"); \ +static_assert(offsetof(SBZStateMachineStateP2PHost_PostLoadMap, NewWorld) == 0x000000, "Member 'SBZStateMachineStateP2PHost_PostLoadMap::NewWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateP2PHost \ +static_assert(alignof(USBZStateMachineStateP2PHost) == 0x000008, "Wrong alignment on USBZStateMachineStateP2PHost"); \ +static_assert(sizeof(USBZStateMachineStateP2PHost) == 0x000098, "Wrong size on USBZStateMachineStateP2PHost"); \ +static_assert(offsetof(USBZStateMachineStateP2PHost, MatchmakingData) == 0x000080, "Member 'USBZStateMachineStateP2PHost::MatchmakingData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInfamyManager_GetInfamyManager \ +static_assert(alignof(SBZInfamyManager_GetInfamyManager) == 0x000008, "Wrong alignment on SBZInfamyManager_GetInfamyManager"); \ +static_assert(sizeof(SBZInfamyManager_GetInfamyManager) == 0x000010, "Wrong size on SBZInfamyManager_GetInfamyManager"); \ +static_assert(offsetof(SBZInfamyManager_GetInfamyManager, WorldContextObject) == 0x000000, "Member 'SBZInfamyManager_GetInfamyManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZInfamyManager_GetInfamyManager, ReturnValue) == 0x000008, "Member 'SBZInfamyManager_GetInfamyManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInfamyManager_ClientGetProgressInfo \ +static_assert(alignof(SBZInfamyManager_ClientGetProgressInfo) == 0x000004, "Wrong alignment on SBZInfamyManager_ClientGetProgressInfo"); \ +static_assert(sizeof(SBZInfamyManager_ClientGetProgressInfo) == 0x000008, "Wrong size on SBZInfamyManager_ClientGetProgressInfo"); \ +static_assert(offsetof(SBZInfamyManager_ClientGetProgressInfo, OutProgressTowardsNextLevelUp) == 0x000000, "Member 'SBZInfamyManager_ClientGetProgressInfo::OutProgressTowardsNextLevelUp' has a wrong offset!"); \ +static_assert(offsetof(SBZInfamyManager_ClientGetProgressInfo, OutPointsRequiredForNextLevelUp) == 0x000004, "Member 'SBZInfamyManager_ClientGetProgressInfo::OutPointsRequiredForNextLevelUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInfamyManager_HandleOnStateMachineStateEntered \ +static_assert(alignof(SBZInfamyManager_HandleOnStateMachineStateEntered) == 0x000004, "Wrong alignment on SBZInfamyManager_HandleOnStateMachineStateEntered"); \ +static_assert(sizeof(SBZInfamyManager_HandleOnStateMachineStateEntered) == 0x00000C, "Wrong size on SBZInfamyManager_HandleOnStateMachineStateEntered"); \ +static_assert(offsetof(SBZInfamyManager_HandleOnStateMachineStateEntered, StateName) == 0x000000, "Member 'SBZInfamyManager_HandleOnStateMachineStateEntered::StateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInfamyManager_ClientGetCurrentExperience \ +static_assert(alignof(SBZInfamyManager_ClientGetCurrentExperience) == 0x000004, "Wrong alignment on SBZInfamyManager_ClientGetCurrentExperience"); \ +static_assert(sizeof(SBZInfamyManager_ClientGetCurrentExperience) == 0x000004, "Wrong size on SBZInfamyManager_ClientGetCurrentExperience"); \ +static_assert(offsetof(SBZInfamyManager_ClientGetCurrentExperience, ReturnValue) == 0x000000, "Member 'SBZInfamyManager_ClientGetCurrentExperience::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInfamyManager_ClientGetCurrentLevel \ +static_assert(alignof(SBZInfamyManager_ClientGetCurrentLevel) == 0x000004, "Wrong alignment on SBZInfamyManager_ClientGetCurrentLevel"); \ +static_assert(sizeof(SBZInfamyManager_ClientGetCurrentLevel) == 0x000004, "Wrong size on SBZInfamyManager_ClientGetCurrentLevel"); \ +static_assert(offsetof(SBZInfamyManager_ClientGetCurrentLevel, ReturnValue) == 0x000000, "Member 'SBZInfamyManager_ClientGetCurrentLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInfamyManager_ClientGetCurrentRenownLevel \ +static_assert(alignof(SBZInfamyManager_ClientGetCurrentRenownLevel) == 0x000004, "Wrong alignment on SBZInfamyManager_ClientGetCurrentRenownLevel"); \ +static_assert(sizeof(SBZInfamyManager_ClientGetCurrentRenownLevel) == 0x000004, "Wrong size on SBZInfamyManager_ClientGetCurrentRenownLevel"); \ +static_assert(offsetof(SBZInfamyManager_ClientGetCurrentRenownLevel, ReturnValue) == 0x000000, "Member 'SBZInfamyManager_ClientGetCurrentRenownLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInfamyManager_ClientGetPreMatchExperience \ +static_assert(alignof(SBZInfamyManager_ClientGetPreMatchExperience) == 0x000004, "Wrong alignment on SBZInfamyManager_ClientGetPreMatchExperience"); \ +static_assert(sizeof(SBZInfamyManager_ClientGetPreMatchExperience) == 0x000004, "Wrong size on SBZInfamyManager_ClientGetPreMatchExperience"); \ +static_assert(offsetof(SBZInfamyManager_ClientGetPreMatchExperience, ReturnValue) == 0x000000, "Member 'SBZInfamyManager_ClientGetPreMatchExperience::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInfamyManager_ClientGetPreviousExperience \ +static_assert(alignof(SBZInfamyManager_ClientGetPreviousExperience) == 0x000004, "Wrong alignment on SBZInfamyManager_ClientGetPreviousExperience"); \ +static_assert(sizeof(SBZInfamyManager_ClientGetPreviousExperience) == 0x000004, "Wrong size on SBZInfamyManager_ClientGetPreviousExperience"); \ +static_assert(offsetof(SBZInfamyManager_ClientGetPreviousExperience, ReturnValue) == 0x000000, "Member 'SBZInfamyManager_ClientGetPreviousExperience::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInfamyManager_ClientGetPreviousRenownLevel \ +static_assert(alignof(SBZInfamyManager_ClientGetPreviousRenownLevel) == 0x000004, "Wrong alignment on SBZInfamyManager_ClientGetPreviousRenownLevel"); \ +static_assert(sizeof(SBZInfamyManager_ClientGetPreviousRenownLevel) == 0x000004, "Wrong size on SBZInfamyManager_ClientGetPreviousRenownLevel"); \ +static_assert(offsetof(SBZInfamyManager_ClientGetPreviousRenownLevel, ReturnValue) == 0x000000, "Member 'SBZInfamyManager_ClientGetPreviousRenownLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInfamyManager_GetExperienceForLevel \ +static_assert(alignof(SBZInfamyManager_GetExperienceForLevel) == 0x000004, "Wrong alignment on SBZInfamyManager_GetExperienceForLevel"); \ +static_assert(sizeof(SBZInfamyManager_GetExperienceForLevel) == 0x000008, "Wrong size on SBZInfamyManager_GetExperienceForLevel"); \ +static_assert(offsetof(SBZInfamyManager_GetExperienceForLevel, InLevel) == 0x000000, "Member 'SBZInfamyManager_GetExperienceForLevel::InLevel' has a wrong offset!"); \ +static_assert(offsetof(SBZInfamyManager_GetExperienceForLevel, ReturnValue) == 0x000004, "Member 'SBZInfamyManager_GetExperienceForLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInfamyManager_GetLevelForExperience \ +static_assert(alignof(SBZInfamyManager_GetLevelForExperience) == 0x000004, "Wrong alignment on SBZInfamyManager_GetLevelForExperience"); \ +static_assert(sizeof(SBZInfamyManager_GetLevelForExperience) == 0x000008, "Wrong size on SBZInfamyManager_GetLevelForExperience"); \ +static_assert(offsetof(SBZInfamyManager_GetLevelForExperience, InExperience) == 0x000000, "Member 'SBZInfamyManager_GetLevelForExperience::InExperience' has a wrong offset!"); \ +static_assert(offsetof(SBZInfamyManager_GetLevelForExperience, ReturnValue) == 0x000004, "Member 'SBZInfamyManager_GetLevelForExperience::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInfamyManager_GetMaxLevel \ +static_assert(alignof(SBZInfamyManager_GetMaxLevel) == 0x000004, "Wrong alignment on SBZInfamyManager_GetMaxLevel"); \ +static_assert(sizeof(SBZInfamyManager_GetMaxLevel) == 0x000004, "Wrong size on SBZInfamyManager_GetMaxLevel"); \ +static_assert(offsetof(SBZInfamyManager_GetMaxLevel, ReturnValue) == 0x000000, "Member 'SBZInfamyManager_GetMaxLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZInfamyManager \ +static_assert(alignof(USBZInfamyManager) == 0x000008, "Wrong alignment on USBZInfamyManager"); \ +static_assert(sizeof(USBZInfamyManager) == 0x000128, "Wrong size on USBZInfamyManager"); \ +static_assert(offsetof(USBZInfamyManager, OnInfamyXPChangedDelegate) == 0x0000F0, "Member 'USBZInfamyManager::OnInfamyXPChangedDelegate' has a wrong offset!"); \ +static_assert(offsetof(USBZInfamyManager, OnRenownLevelChangedDelegate) == 0x000100, "Member 'USBZInfamyManager::OnRenownLevelChangedDelegate' has a wrong offset!"); \ +static_assert(offsetof(USBZInfamyManager, LevelDataArray) == 0x000118, "Member 'USBZInfamyManager::LevelDataArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInfamyWidget_OnInfamyAdded \ +static_assert(alignof(SBZInfamyWidget_OnInfamyAdded) == 0x000004, "Wrong alignment on SBZInfamyWidget_OnInfamyAdded"); \ +static_assert(sizeof(SBZInfamyWidget_OnInfamyAdded) == 0x000010, "Wrong size on SBZInfamyWidget_OnInfamyAdded"); \ +static_assert(offsetof(SBZInfamyWidget_OnInfamyAdded, InLevelValue) == 0x000000, "Member 'SBZInfamyWidget_OnInfamyAdded::InLevelValue' has a wrong offset!"); \ +static_assert(offsetof(SBZInfamyWidget_OnInfamyAdded, InExpirienceValue) == 0x000004, "Member 'SBZInfamyWidget_OnInfamyAdded::InExpirienceValue' has a wrong offset!"); \ +static_assert(offsetof(SBZInfamyWidget_OnInfamyAdded, NewRenownLevel) == 0x000008, "Member 'SBZInfamyWidget_OnInfamyAdded::NewRenownLevel' has a wrong offset!"); \ +static_assert(offsetof(SBZInfamyWidget_OnInfamyAdded, PreviousRenownLevel) == 0x00000C, "Member 'SBZInfamyWidget_OnInfamyAdded::PreviousRenownLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZInfamyWidget \ +static_assert(alignof(USBZInfamyWidget) == 0x000008, "Wrong alignment on USBZInfamyWidget"); \ +static_assert(sizeof(USBZInfamyWidget) == 0x0002A8, "Wrong size on USBZInfamyWidget"); \ +static_assert(offsetof(USBZInfamyWidget, InfamyLevel) == 0x000290, "Member 'USBZInfamyWidget::InfamyLevel' has a wrong offset!"); \ +static_assert(offsetof(USBZInfamyWidget, InfamyExperience) == 0x000294, "Member 'USBZInfamyWidget::InfamyExperience' has a wrong offset!"); \ +static_assert(offsetof(USBZInfamyWidget, ExperienceForCurrentLevel) == 0x000298, "Member 'USBZInfamyWidget::ExperienceForCurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(USBZInfamyWidget, ExperienceForNextLevel) == 0x00029C, "Member 'USBZInfamyWidget::ExperienceForNextLevel' has a wrong offset!"); \ +static_assert(offsetof(USBZInfamyWidget, CurrentLevelProgress) == 0x0002A0, "Member 'USBZInfamyWidget::CurrentLevelProgress' has a wrong offset!"); \ +static_assert(offsetof(USBZInfamyWidget, bIsMaxLevel) == 0x0002A4, "Member 'USBZInfamyWidget::bIsMaxLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInputKeySelector_OnFocusLost_Internal \ +static_assert(alignof(SBZInputKeySelector_OnFocusLost_Internal) == 0x000004, "Wrong alignment on SBZInputKeySelector_OnFocusLost_Internal"); \ +static_assert(sizeof(SBZInputKeySelector_OnFocusLost_Internal) == 0x000008, "Wrong size on SBZInputKeySelector_OnFocusLost_Internal"); \ +static_assert(offsetof(SBZInputKeySelector_OnFocusLost_Internal, InFocusEvent) == 0x000000, "Member 'SBZInputKeySelector_OnFocusLost_Internal::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInputKeySelector_OnKeyDown_Internal \ +static_assert(alignof(SBZInputKeySelector_OnKeyDown_Internal) == 0x000008, "Wrong alignment on SBZInputKeySelector_OnKeyDown_Internal"); \ +static_assert(sizeof(SBZInputKeySelector_OnKeyDown_Internal) == 0x000138, "Wrong size on SBZInputKeySelector_OnKeyDown_Internal"); \ +static_assert(offsetof(SBZInputKeySelector_OnKeyDown_Internal, MyGeometry) == 0x000000, "Member 'SBZInputKeySelector_OnKeyDown_Internal::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(SBZInputKeySelector_OnKeyDown_Internal, InKeyEvent) == 0x000038, "Member 'SBZInputKeySelector_OnKeyDown_Internal::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(SBZInputKeySelector_OnKeyDown_Internal, ReturnValue) == 0x000078, "Member 'SBZInputKeySelector_OnKeyDown_Internal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInputKeySelector_OnKeyUp_Internal \ +static_assert(alignof(SBZInputKeySelector_OnKeyUp_Internal) == 0x000008, "Wrong alignment on SBZInputKeySelector_OnKeyUp_Internal"); \ +static_assert(sizeof(SBZInputKeySelector_OnKeyUp_Internal) == 0x000138, "Wrong size on SBZInputKeySelector_OnKeyUp_Internal"); \ +static_assert(offsetof(SBZInputKeySelector_OnKeyUp_Internal, MyGeometry) == 0x000000, "Member 'SBZInputKeySelector_OnKeyUp_Internal::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(SBZInputKeySelector_OnKeyUp_Internal, InKeyEvent) == 0x000038, "Member 'SBZInputKeySelector_OnKeyUp_Internal::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(SBZInputKeySelector_OnKeyUp_Internal, ReturnValue) == 0x000078, "Member 'SBZInputKeySelector_OnKeyUp_Internal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInputKeySelector_OnMouseButtonDown_Internal \ +static_assert(alignof(SBZInputKeySelector_OnMouseButtonDown_Internal) == 0x000008, "Wrong alignment on SBZInputKeySelector_OnMouseButtonDown_Internal"); \ +static_assert(sizeof(SBZInputKeySelector_OnMouseButtonDown_Internal) == 0x000170, "Wrong size on SBZInputKeySelector_OnMouseButtonDown_Internal"); \ +static_assert(offsetof(SBZInputKeySelector_OnMouseButtonDown_Internal, MyGeometry) == 0x000000, "Member 'SBZInputKeySelector_OnMouseButtonDown_Internal::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(SBZInputKeySelector_OnMouseButtonDown_Internal, MouseEvent) == 0x000038, "Member 'SBZInputKeySelector_OnMouseButtonDown_Internal::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(SBZInputKeySelector_OnMouseButtonDown_Internal, ReturnValue) == 0x0000B0, "Member 'SBZInputKeySelector_OnMouseButtonDown_Internal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInputKeySelector_OnMouseWheel_Internal \ +static_assert(alignof(SBZInputKeySelector_OnMouseWheel_Internal) == 0x000008, "Wrong alignment on SBZInputKeySelector_OnMouseWheel_Internal"); \ +static_assert(sizeof(SBZInputKeySelector_OnMouseWheel_Internal) == 0x000170, "Wrong size on SBZInputKeySelector_OnMouseWheel_Internal"); \ +static_assert(offsetof(SBZInputKeySelector_OnMouseWheel_Internal, MyGeometry) == 0x000000, "Member 'SBZInputKeySelector_OnMouseWheel_Internal::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(SBZInputKeySelector_OnMouseWheel_Internal, MouseEvent) == 0x000038, "Member 'SBZInputKeySelector_OnMouseWheel_Internal::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(SBZInputKeySelector_OnMouseWheel_Internal, ReturnValue) == 0x0000B0, "Member 'SBZInputKeySelector_OnMouseWheel_Internal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInputKeySelector_OnPreviewKeyDown_Internal \ +static_assert(alignof(SBZInputKeySelector_OnPreviewKeyDown_Internal) == 0x000008, "Wrong alignment on SBZInputKeySelector_OnPreviewKeyDown_Internal"); \ +static_assert(sizeof(SBZInputKeySelector_OnPreviewKeyDown_Internal) == 0x000138, "Wrong size on SBZInputKeySelector_OnPreviewKeyDown_Internal"); \ +static_assert(offsetof(SBZInputKeySelector_OnPreviewKeyDown_Internal, MyGeometry) == 0x000000, "Member 'SBZInputKeySelector_OnPreviewKeyDown_Internal::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(SBZInputKeySelector_OnPreviewKeyDown_Internal, InKeyEvent) == 0x000038, "Member 'SBZInputKeySelector_OnPreviewKeyDown_Internal::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(SBZInputKeySelector_OnPreviewKeyDown_Internal, ReturnValue) == 0x000078, "Member 'SBZInputKeySelector_OnPreviewKeyDown_Internal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInputKeySelector_OnPreviewMouseButtonDown_Internal \ +static_assert(alignof(SBZInputKeySelector_OnPreviewMouseButtonDown_Internal) == 0x000008, "Wrong alignment on SBZInputKeySelector_OnPreviewMouseButtonDown_Internal"); \ +static_assert(sizeof(SBZInputKeySelector_OnPreviewMouseButtonDown_Internal) == 0x000170, "Wrong size on SBZInputKeySelector_OnPreviewMouseButtonDown_Internal"); \ +static_assert(offsetof(SBZInputKeySelector_OnPreviewMouseButtonDown_Internal, MyGeometry) == 0x000000, "Member 'SBZInputKeySelector_OnPreviewMouseButtonDown_Internal::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(SBZInputKeySelector_OnPreviewMouseButtonDown_Internal, MouseEvent) == 0x000038, "Member 'SBZInputKeySelector_OnPreviewMouseButtonDown_Internal::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(SBZInputKeySelector_OnPreviewMouseButtonDown_Internal, ReturnValue) == 0x0000B0, "Member 'SBZInputKeySelector_OnPreviewMouseButtonDown_Internal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInputKeySelector_SetSelectedKey \ +static_assert(alignof(SBZInputKeySelector_SetSelectedKey) == 0x000008, "Wrong alignment on SBZInputKeySelector_SetSelectedKey"); \ +static_assert(sizeof(SBZInputKeySelector_SetSelectedKey) == 0x000028, "Wrong size on SBZInputKeySelector_SetSelectedKey"); \ +static_assert(offsetof(SBZInputKeySelector_SetSelectedKey, InSelectedKey) == 0x000000, "Member 'SBZInputKeySelector_SetSelectedKey::InSelectedKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZInputKeySelector \ +static_assert(alignof(USBZInputKeySelector) == 0x000008, "Wrong alignment on USBZInputKeySelector"); \ +static_assert(sizeof(USBZInputKeySelector) == 0x000308, "Wrong size on USBZInputKeySelector"); \ +static_assert(offsetof(USBZInputKeySelector, SelectedKey) == 0x000290, "Member 'USBZInputKeySelector::SelectedKey' has a wrong offset!"); \ +static_assert(offsetof(USBZInputKeySelector, Button_Background) == 0x0002B8, "Member 'USBZInputKeySelector::Button_Background' has a wrong offset!"); \ +static_assert(offsetof(USBZInputKeySelector, Widget_InputKey) == 0x0002C0, "Member 'USBZInputKeySelector::Widget_InputKey' has a wrong offset!"); \ +static_assert(offsetof(USBZInputKeySelector, OnKeySelected) == 0x0002C8, "Member 'USBZInputKeySelector::OnKeySelected' has a wrong offset!"); \ +static_assert(offsetof(USBZInputKeySelector, OnIsSelectingKeyChanged) == 0x0002D8, "Member 'USBZInputKeySelector::OnIsSelectingKeyChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInputKeyWidget_OnKeyIconChanged \ +static_assert(alignof(SBZInputKeyWidget_OnKeyIconChanged) == 0x000008, "Wrong alignment on SBZInputKeyWidget_OnKeyIconChanged"); \ +static_assert(sizeof(SBZInputKeyWidget_OnKeyIconChanged) == 0x000008, "Wrong size on SBZInputKeyWidget_OnKeyIconChanged"); \ +static_assert(offsetof(SBZInputKeyWidget_OnKeyIconChanged, NewActionKeyIcon) == 0x000000, "Member 'SBZInputKeyWidget_OnKeyIconChanged::NewActionKeyIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInputKeyWidget_OnKeyNameChanged \ +static_assert(alignof(SBZInputKeyWidget_OnKeyNameChanged) == 0x000008, "Wrong alignment on SBZInputKeyWidget_OnKeyNameChanged"); \ +static_assert(sizeof(SBZInputKeyWidget_OnKeyNameChanged) == 0x000010, "Wrong size on SBZInputKeyWidget_OnKeyNameChanged"); \ +static_assert(offsetof(SBZInputKeyWidget_OnKeyNameChanged, NewActionKeyName) == 0x000000, "Member 'SBZInputKeyWidget_OnKeyNameChanged::NewActionKeyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInputKeyWidget_SetInverted \ +static_assert(alignof(SBZInputKeyWidget_SetInverted) == 0x000001, "Wrong alignment on SBZInputKeyWidget_SetInverted"); \ +static_assert(sizeof(SBZInputKeyWidget_SetInverted) == 0x000001, "Wrong size on SBZInputKeyWidget_SetInverted"); \ +static_assert(offsetof(SBZInputKeyWidget_SetInverted, bInInverted) == 0x000000, "Member 'SBZInputKeyWidget_SetInverted::bInInverted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInputKeyWidget_SetKey \ +static_assert(alignof(SBZInputKeyWidget_SetKey) == 0x000008, "Wrong alignment on SBZInputKeyWidget_SetKey"); \ +static_assert(sizeof(SBZInputKeyWidget_SetKey) == 0x000020, "Wrong size on SBZInputKeyWidget_SetKey"); \ +static_assert(offsetof(SBZInputKeyWidget_SetKey, InKey) == 0x000000, "Member 'SBZInputKeyWidget_SetKey::InKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZInputKeyWidget \ +static_assert(alignof(USBZInputKeyWidget) == 0x000008, "Wrong alignment on USBZInputKeyWidget"); \ +static_assert(sizeof(USBZInputKeyWidget) == 0x0002B8, "Wrong size on USBZInputKeyWidget"); \ +static_assert(offsetof(USBZInputKeyWidget, Key) == 0x000290, "Member 'USBZInputKeyWidget::Key' has a wrong offset!"); \ +static_assert(offsetof(USBZInputKeyWidget, bInverted) == 0x0002B0, "Member 'USBZInputKeyWidget::bInverted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSessionHostPartyCallbackProxy_SessionHostParty \ +static_assert(alignof(SBZSessionHostPartyCallbackProxy_SessionHostParty) == 0x000008, "Wrong alignment on SBZSessionHostPartyCallbackProxy_SessionHostParty"); \ +static_assert(sizeof(SBZSessionHostPartyCallbackProxy_SessionHostParty) == 0x000018, "Wrong size on SBZSessionHostPartyCallbackProxy_SessionHostParty"); \ +static_assert(offsetof(SBZSessionHostPartyCallbackProxy_SessionHostParty, WorldContextObject_0) == 0x000000, "Member 'SBZSessionHostPartyCallbackProxy_SessionHostParty::WorldContextObject_0' has a wrong offset!"); \ +static_assert(offsetof(SBZSessionHostPartyCallbackProxy_SessionHostParty, InPartyParams) == 0x000008, "Member 'SBZSessionHostPartyCallbackProxy_SessionHostParty::InPartyParams' has a wrong offset!"); \ +static_assert(offsetof(SBZSessionHostPartyCallbackProxy_SessionHostParty, ReturnValue) == 0x000010, "Member 'SBZSessionHostPartyCallbackProxy_SessionHostParty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSessionHostPartyCallbackProxy \ +static_assert(alignof(USBZSessionHostPartyCallbackProxy) == 0x000008, "Wrong alignment on USBZSessionHostPartyCallbackProxy"); \ +static_assert(sizeof(USBZSessionHostPartyCallbackProxy) == 0x000058, "Wrong size on USBZSessionHostPartyCallbackProxy"); \ +static_assert(offsetof(USBZSessionHostPartyCallbackProxy, OnComplete) == 0x000038, "Member 'USBZSessionHostPartyCallbackProxy::OnComplete' has a wrong offset!"); \ +static_assert(offsetof(USBZSessionHostPartyCallbackProxy, WorldContextObject) == 0x000048, "Member 'USBZSessionHostPartyCallbackProxy::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(USBZSessionHostPartyCallbackProxy, PartyParams) == 0x000050, "Member 'USBZSessionHostPartyCallbackProxy::PartyParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInsightTraceActor_BookmarkTrace \ +static_assert(alignof(SBZInsightTraceActor_BookmarkTrace) == 0x000008, "Wrong alignment on SBZInsightTraceActor_BookmarkTrace"); \ +static_assert(sizeof(SBZInsightTraceActor_BookmarkTrace) == 0x000010, "Wrong size on SBZInsightTraceActor_BookmarkTrace"); \ +static_assert(offsetof(SBZInsightTraceActor_BookmarkTrace, BookmarkName) == 0x000000, "Member 'SBZInsightTraceActor_BookmarkTrace::BookmarkName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInsightTraceActor_OnUpdateCameraCut \ +static_assert(alignof(SBZInsightTraceActor_OnUpdateCameraCut) == 0x000008, "Wrong alignment on SBZInsightTraceActor_OnUpdateCameraCut"); \ +static_assert(sizeof(SBZInsightTraceActor_OnUpdateCameraCut) == 0x000008, "Wrong size on SBZInsightTraceActor_OnUpdateCameraCut"); \ +static_assert(offsetof(SBZInsightTraceActor_OnUpdateCameraCut, CameraComponent) == 0x000000, "Member 'SBZInsightTraceActor_OnUpdateCameraCut::CameraComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZInsightTraceActor \ +static_assert(alignof(ASBZInsightTraceActor) == 0x000008, "Wrong alignment on ASBZInsightTraceActor"); \ +static_assert(sizeof(ASBZInsightTraceActor) == 0x000350, "Wrong size on ASBZInsightTraceActor"); \ +static_assert(offsetof(ASBZInsightTraceActor, AutoStartDelay) == 0x000344, "Member 'ASBZInsightTraceActor::AutoStartDelay' has a wrong offset!"); \ +static_assert(offsetof(ASBZInsightTraceActor, bAutoStartAndStopTrace) == 0x000348, "Member 'ASBZInsightTraceActor::bAutoStartAndStopTrace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateNotLoggedIn \ +static_assert(alignof(USBZStateMachineStateNotLoggedIn) == 0x000008, "Wrong alignment on USBZStateMachineStateNotLoggedIn"); \ +static_assert(sizeof(USBZStateMachineStateNotLoggedIn) == 0x000090, "Wrong size on USBZStateMachineStateNotLoggedIn"); \ +static_assert(offsetof(USBZStateMachineStateNotLoggedIn, AccelByteAdminHelper) == 0x000080, "Member 'USBZStateMachineStateNotLoggedIn::AccelByteAdminHelper' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateNotLoggedIn, LoginBadRequestErrorCount) == 0x000088, "Member 'USBZStateMachineStateNotLoggedIn::LoginBadRequestErrorCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInstantLoot_HandleAckComplete \ +static_assert(alignof(SBZInstantLoot_HandleAckComplete) == 0x000008, "Wrong alignment on SBZInstantLoot_HandleAckComplete"); \ +static_assert(sizeof(SBZInstantLoot_HandleAckComplete) == 0x000018, "Wrong size on SBZInstantLoot_HandleAckComplete"); \ +static_assert(offsetof(SBZInstantLoot_HandleAckComplete, InteractableComp) == 0x000000, "Member 'SBZInstantLoot_HandleAckComplete::InteractableComp' has a wrong offset!"); \ +static_assert(offsetof(SBZInstantLoot_HandleAckComplete, Interactor) == 0x000008, "Member 'SBZInstantLoot_HandleAckComplete::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZInstantLoot_HandleAckComplete, bInIsLocallyControlled) == 0x000010, "Member 'SBZInstantLoot_HandleAckComplete::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInstantLoot_HandleAckRejectedPredicted \ +static_assert(alignof(SBZInstantLoot_HandleAckRejectedPredicted) == 0x000008, "Wrong alignment on SBZInstantLoot_HandleAckRejectedPredicted"); \ +static_assert(sizeof(SBZInstantLoot_HandleAckRejectedPredicted) == 0x000018, "Wrong size on SBZInstantLoot_HandleAckRejectedPredicted"); \ +static_assert(offsetof(SBZInstantLoot_HandleAckRejectedPredicted, InInteractable) == 0x000000, "Member 'SBZInstantLoot_HandleAckRejectedPredicted::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZInstantLoot_HandleAckRejectedPredicted, InInteractor) == 0x000008, "Member 'SBZInstantLoot_HandleAckRejectedPredicted::InInteractor' has a wrong offset!"); \ +static_assert(offsetof(SBZInstantLoot_HandleAckRejectedPredicted, bInIsLocallyControlled) == 0x000010, "Member 'SBZInstantLoot_HandleAckRejectedPredicted::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInstantLoot_HandlePredictedEnd \ +static_assert(alignof(SBZInstantLoot_HandlePredictedEnd) == 0x000008, "Wrong alignment on SBZInstantLoot_HandlePredictedEnd"); \ +static_assert(sizeof(SBZInstantLoot_HandlePredictedEnd) == 0x000018, "Wrong size on SBZInstantLoot_HandlePredictedEnd"); \ +static_assert(offsetof(SBZInstantLoot_HandlePredictedEnd, InInteractable) == 0x000000, "Member 'SBZInstantLoot_HandlePredictedEnd::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZInstantLoot_HandlePredictedEnd, InInteractor) == 0x000008, "Member 'SBZInstantLoot_HandlePredictedEnd::InInteractor' has a wrong offset!"); \ +static_assert(offsetof(SBZInstantLoot_HandlePredictedEnd, bInIsLocallyControlled) == 0x000010, "Member 'SBZInstantLoot_HandlePredictedEnd::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInstantLoot_OnLooted \ +static_assert(alignof(SBZInstantLoot_OnLooted) == 0x000001, "Wrong alignment on SBZInstantLoot_OnLooted"); \ +static_assert(sizeof(SBZInstantLoot_OnLooted) == 0x000001, "Wrong size on SBZInstantLoot_OnLooted"); \ +static_assert(offsetof(SBZInstantLoot_OnLooted, bDoCosmetics) == 0x000000, "Member 'SBZInstantLoot_OnLooted::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInstantLoot_OnRep_IsLooted \ +static_assert(alignof(SBZInstantLoot_OnRep_IsLooted) == 0x000001, "Wrong alignment on SBZInstantLoot_OnRep_IsLooted"); \ +static_assert(sizeof(SBZInstantLoot_OnRep_IsLooted) == 0x000001, "Wrong size on SBZInstantLoot_OnRep_IsLooted"); \ +static_assert(offsetof(SBZInstantLoot_OnRep_IsLooted, bOldIsLooted) == 0x000000, "Member 'SBZInstantLoot_OnRep_IsLooted::bOldIsLooted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInstantLoot_SetInteractionEnabled \ +static_assert(alignof(SBZInstantLoot_SetInteractionEnabled) == 0x000001, "Wrong alignment on SBZInstantLoot_SetInteractionEnabled"); \ +static_assert(sizeof(SBZInstantLoot_SetInteractionEnabled) == 0x000001, "Wrong size on SBZInstantLoot_SetInteractionEnabled"); \ +static_assert(offsetof(SBZInstantLoot_SetInteractionEnabled, bIsEnabled) == 0x000000, "Member 'SBZInstantLoot_SetInteractionEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZInstantLoot \ +static_assert(alignof(ASBZInstantLoot) == 0x000008, "Wrong alignment on ASBZInstantLoot"); \ +static_assert(sizeof(ASBZInstantLoot) == 0x0002E0, "Wrong size on ASBZInstantLoot"); \ +static_assert(offsetof(ASBZInstantLoot, Interactable) == 0x0002A8, "Member 'ASBZInstantLoot::Interactable' has a wrong offset!"); \ +static_assert(offsetof(ASBZInstantLoot, OutlineComponent) == 0x0002B0, "Member 'ASBZInstantLoot::OutlineComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZInstantLoot, OnLootedDelegate) == 0x0002B8, "Member 'ASBZInstantLoot::OnLootedDelegate' has a wrong offset!"); \ +static_assert(offsetof(ASBZInstantLoot, bIsDestroyOnLooted) == 0x0002C8, "Member 'ASBZInstantLoot::bIsDestroyOnLooted' has a wrong offset!"); \ +static_assert(offsetof(ASBZInstantLoot, OnLootedEvent) == 0x0002D0, "Member 'ASBZInstantLoot::OnLootedEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZInstantLoot, bIsLooted) == 0x0002D8, "Member 'ASBZInstantLoot::bIsLooted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateWaitingActionPhaseBase_HandleBeaconNetworkError \ +static_assert(alignof(SBZStateMachineStateWaitingActionPhaseBase_HandleBeaconNetworkError) == 0x000001, "Wrong alignment on SBZStateMachineStateWaitingActionPhaseBase_HandleBeaconNetworkError"); \ +static_assert(sizeof(SBZStateMachineStateWaitingActionPhaseBase_HandleBeaconNetworkError) == 0x000001, "Wrong size on SBZStateMachineStateWaitingActionPhaseBase_HandleBeaconNetworkError"); \ +static_assert(offsetof(SBZStateMachineStateWaitingActionPhaseBase_HandleBeaconNetworkError, Result) == 0x000000, "Member 'SBZStateMachineStateWaitingActionPhaseBase_HandleBeaconNetworkError::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateWaitingActionPhaseBase_HandleNetworkError \ +static_assert(alignof(SBZStateMachineStateWaitingActionPhaseBase_HandleNetworkError) == 0x000001, "Wrong alignment on SBZStateMachineStateWaitingActionPhaseBase_HandleNetworkError"); \ +static_assert(sizeof(SBZStateMachineStateWaitingActionPhaseBase_HandleNetworkError) == 0x000001, "Wrong size on SBZStateMachineStateWaitingActionPhaseBase_HandleNetworkError"); \ +static_assert(offsetof(SBZStateMachineStateWaitingActionPhaseBase_HandleNetworkError, Result) == 0x000000, "Member 'SBZStateMachineStateWaitingActionPhaseBase_HandleNetworkError::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateWaitingActionPhaseBase \ +static_assert(alignof(USBZStateMachineStateWaitingActionPhaseBase) == 0x000008, "Wrong alignment on USBZStateMachineStateWaitingActionPhaseBase"); \ +static_assert(sizeof(USBZStateMachineStateWaitingActionPhaseBase) == 0x0000A0, "Wrong size on USBZStateMachineStateWaitingActionPhaseBase"); \ +static_assert(offsetof(USBZStateMachineStateWaitingActionPhaseBase, TransitionTimeOutTime) == 0x000080, "Member 'USBZStateMachineStateWaitingActionPhaseBase::TransitionTimeOutTime' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateWaitingActionPhaseBase, WaitActionPhaseData) == 0x000098, "Member 'USBZStateMachineStateWaitingActionPhaseBase::WaitActionPhaseData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZInteractableCarriedBagComponent \ +static_assert(alignof(USBZInteractableCarriedBagComponent) == 0x000008, "Wrong alignment on USBZInteractableCarriedBagComponent"); \ +static_assert(sizeof(USBZInteractableCarriedBagComponent) == 0x000360, "Wrong size on USBZInteractableCarriedBagComponent"); \ + +#define DUMPER7_ASSERTS_USBZInteractableDoorComponent \ +static_assert(alignof(USBZInteractableDoorComponent) == 0x000008, "Wrong alignment on USBZInteractableDoorComponent"); \ +static_assert(sizeof(USBZInteractableDoorComponent) == 0x000360, "Wrong size on USBZInteractableDoorComponent"); \ + +#define DUMPER7_ASSERTS_USBZInteractCuttableActorRequirement \ +static_assert(alignof(USBZInteractCuttableActorRequirement) == 0x000008, "Wrong alignment on USBZInteractCuttableActorRequirement"); \ +static_assert(sizeof(USBZInteractCuttableActorRequirement) == 0x000030, "Wrong size on USBZInteractCuttableActorRequirement"); \ + +#define DUMPER7_ASSERTS_USBZInteractDisplayCaseRequirement \ +static_assert(alignof(USBZInteractDisplayCaseRequirement) == 0x000008, "Wrong alignment on USBZInteractDisplayCaseRequirement"); \ +static_assert(sizeof(USBZInteractDisplayCaseRequirement) == 0x000030, "Wrong size on USBZInteractDisplayCaseRequirement"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateWaitFirstGameStart \ +static_assert(alignof(USBZStateMachineStateWaitFirstGameStart) == 0x000008, "Wrong alignment on USBZStateMachineStateWaitFirstGameStart"); \ +static_assert(sizeof(USBZStateMachineStateWaitFirstGameStart) == 0x0000B8, "Wrong size on USBZStateMachineStateWaitFirstGameStart"); \ + +#define DUMPER7_ASSERTS_USBZInteractDoorRequirement \ +static_assert(alignof(USBZInteractDoorRequirement) == 0x000008, "Wrong alignment on USBZInteractDoorRequirement"); \ +static_assert(sizeof(USBZInteractDoorRequirement) == 0x000030, "Wrong size on USBZInteractDoorRequirement"); \ + +#define DUMPER7_ASSERTS_USBZInteractDroneRequirement \ +static_assert(alignof(USBZInteractDroneRequirement) == 0x000008, "Wrong alignment on USBZInteractDroneRequirement"); \ +static_assert(sizeof(USBZInteractDroneRequirement) == 0x000030, "Wrong size on USBZInteractDroneRequirement"); \ + +#define DUMPER7_ASSERTS_SBZReticleWidget_OnCrossHairScaleChanged \ +static_assert(alignof(SBZReticleWidget_OnCrossHairScaleChanged) == 0x000004, "Wrong alignment on SBZReticleWidget_OnCrossHairScaleChanged"); \ +static_assert(sizeof(SBZReticleWidget_OnCrossHairScaleChanged) == 0x000004, "Wrong size on SBZReticleWidget_OnCrossHairScaleChanged"); \ +static_assert(offsetof(SBZReticleWidget_OnCrossHairScaleChanged, CurrentSpread) == 0x000000, "Member 'SBZReticleWidget_OnCrossHairScaleChanged::CurrentSpread' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReticleWidget_OnCrosshairSettingsChanged \ +static_assert(alignof(SBZReticleWidget_OnCrosshairSettingsChanged) == 0x000004, "Wrong alignment on SBZReticleWidget_OnCrosshairSettingsChanged"); \ +static_assert(sizeof(SBZReticleWidget_OnCrosshairSettingsChanged) == 0x00003C, "Wrong size on SBZReticleWidget_OnCrosshairSettingsChanged"); \ +static_assert(offsetof(SBZReticleWidget_OnCrosshairSettingsChanged, CrosshairSettings) == 0x000000, "Member 'SBZReticleWidget_OnCrosshairSettingsChanged::CrosshairSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReticleWidget_OnCrossHairVisibilityChanged \ +static_assert(alignof(SBZReticleWidget_OnCrossHairVisibilityChanged) == 0x000001, "Wrong alignment on SBZReticleWidget_OnCrossHairVisibilityChanged"); \ +static_assert(sizeof(SBZReticleWidget_OnCrossHairVisibilityChanged) == 0x000001, "Wrong size on SBZReticleWidget_OnCrossHairVisibilityChanged"); \ +static_assert(offsetof(SBZReticleWidget_OnCrossHairVisibilityChanged, bIsVisible) == 0x000000, "Member 'SBZReticleWidget_OnCrossHairVisibilityChanged::bIsVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZReticleWidget \ +static_assert(alignof(USBZReticleWidget) == 0x000008, "Wrong alignment on USBZReticleWidget"); \ +static_assert(sizeof(USBZReticleWidget) == 0x0002D0, "Wrong size on USBZReticleWidget"); \ +static_assert(offsetof(USBZReticleWidget, ProgressionCurve) == 0x0002A8, "Member 'USBZReticleWidget::ProgressionCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZReticleWidget, CurrentEquippableIndex) == 0x0002B0, "Member 'USBZReticleWidget::CurrentEquippableIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZReticleWidget, CurrentWeapon) == 0x0002B8, "Member 'USBZReticleWidget::CurrentWeapon' has a wrong offset!"); \ +static_assert(offsetof(USBZReticleWidget, SpreadData) == 0x0002C0, "Member 'USBZReticleWidget::SpreadData' has a wrong offset!"); \ +static_assert(offsetof(USBZReticleWidget, CurrentSpreadAngle) == 0x0002C8, "Member 'USBZReticleWidget::CurrentSpreadAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSpawnTowerShieldNotifyState \ +static_assert(alignof(USBZSpawnTowerShieldNotifyState) == 0x000008, "Wrong alignment on USBZSpawnTowerShieldNotifyState"); \ +static_assert(sizeof(USBZSpawnTowerShieldNotifyState) == 0x000038, "Wrong size on USBZSpawnTowerShieldNotifyState"); \ + +#define DUMPER7_ASSERTS_SBZInteractionWidget_OnAISeenPlayer \ +static_assert(alignof(SBZInteractionWidget_OnAISeenPlayer) == 0x000001, "Wrong alignment on SBZInteractionWidget_OnAISeenPlayer"); \ +static_assert(sizeof(SBZInteractionWidget_OnAISeenPlayer) == 0x000001, "Wrong size on SBZInteractionWidget_OnAISeenPlayer"); \ +static_assert(offsetof(SBZInteractionWidget_OnAISeenPlayer, bIsSeenByAI) == 0x000000, "Member 'SBZInteractionWidget_OnAISeenPlayer::bIsSeenByAI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractionWidget_OnCasingChanged \ +static_assert(alignof(SBZInteractionWidget_OnCasingChanged) == 0x000001, "Wrong alignment on SBZInteractionWidget_OnCasingChanged"); \ +static_assert(sizeof(SBZInteractionWidget_OnCasingChanged) == 0x000001, "Wrong size on SBZInteractionWidget_OnCasingChanged"); \ +static_assert(offsetof(SBZInteractionWidget_OnCasingChanged, bIsCasing) == 0x000000, "Member 'SBZInteractionWidget_OnCasingChanged::bIsCasing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractionWidget_OnNewInteractionCollection \ +static_assert(alignof(SBZInteractionWidget_OnNewInteractionCollection) == 0x000008, "Wrong alignment on SBZInteractionWidget_OnNewInteractionCollection"); \ +static_assert(sizeof(SBZInteractionWidget_OnNewInteractionCollection) == 0x000068, "Wrong size on SBZInteractionWidget_OnNewInteractionCollection"); \ +static_assert(offsetof(SBZInteractionWidget_OnNewInteractionCollection, Interactor) == 0x000000, "Member 'SBZInteractionWidget_OnNewInteractionCollection::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractionWidget_OnNewInteractionCollection, NewInteractionCollection) == 0x000008, "Member 'SBZInteractionWidget_OnNewInteractionCollection::NewInteractionCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInteractionWidget_OnPlayerIsInteracting \ +static_assert(alignof(SBZInteractionWidget_OnPlayerIsInteracting) == 0x000008, "Wrong alignment on SBZInteractionWidget_OnPlayerIsInteracting"); \ +static_assert(sizeof(SBZInteractionWidget_OnPlayerIsInteracting) == 0x000010, "Wrong size on SBZInteractionWidget_OnPlayerIsInteracting"); \ +static_assert(offsetof(SBZInteractionWidget_OnPlayerIsInteracting, Interactor) == 0x000000, "Member 'SBZInteractionWidget_OnPlayerIsInteracting::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZInteractionWidget_OnPlayerIsInteracting, bIsInteracting) == 0x000008, "Member 'SBZInteractionWidget_OnPlayerIsInteracting::bIsInteracting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZInteractionWidget \ +static_assert(alignof(USBZInteractionWidget) == 0x000008, "Wrong alignment on USBZInteractionWidget"); \ +static_assert(sizeof(USBZInteractionWidget) == 0x0002A8, "Wrong size on USBZInteractionWidget"); \ + +#define DUMPER7_ASSERTS_USBZSkillCQCSpecialistCQCSpecialist \ +static_assert(alignof(USBZSkillCQCSpecialistCQCSpecialist) == 0x000008, "Wrong alignment on USBZSkillCQCSpecialistCQCSpecialist"); \ +static_assert(sizeof(USBZSkillCQCSpecialistCQCSpecialist) == 0x000230, "Wrong size on USBZSkillCQCSpecialistCQCSpecialist"); \ + +#define DUMPER7_ASSERTS_ISBZTimedObjectiveInterface \ +static_assert(alignof(ISBZTimedObjectiveInterface) == 0x000001, "Wrong alignment on ISBZTimedObjectiveInterface"); \ +static_assert(sizeof(ISBZTimedObjectiveInterface) == 0x000001, "Wrong size on ISBZTimedObjectiveInterface"); \ + +#define DUMPER7_ASSERTS_USBZInteractPickupBagRequirement \ +static_assert(alignof(USBZInteractPickupBagRequirement) == 0x000008, "Wrong alignment on USBZInteractPickupBagRequirement"); \ +static_assert(sizeof(USBZInteractPickupBagRequirement) == 0x000030, "Wrong size on USBZInteractPickupBagRequirement"); \ + +#define DUMPER7_ASSERTS_ISBZRoomConnectorInterface \ +static_assert(alignof(ISBZRoomConnectorInterface) == 0x000001, "Wrong alignment on ISBZRoomConnectorInterface"); \ +static_assert(sizeof(ISBZRoomConnectorInterface) == 0x000001, "Wrong size on ISBZRoomConnectorInterface"); \ + +#define DUMPER7_ASSERTS_USBZInteractPlayerRequirement \ +static_assert(alignof(USBZInteractPlayerRequirement) == 0x000008, "Wrong alignment on USBZInteractPlayerRequirement"); \ +static_assert(sizeof(USBZInteractPlayerRequirement) == 0x000030, "Wrong size on USBZInteractPlayerRequirement"); \ + +#define DUMPER7_ASSERTS_USBZSkillCQCSpecialistGroundskeeper \ +static_assert(alignof(USBZSkillCQCSpecialistGroundskeeper) == 0x000008, "Wrong alignment on USBZSkillCQCSpecialistGroundskeeper"); \ +static_assert(sizeof(USBZSkillCQCSpecialistGroundskeeper) == 0x000230, "Wrong size on USBZSkillCQCSpecialistGroundskeeper"); \ + +#define DUMPER7_ASSERTS_USBZInteractWindowRequirement \ +static_assert(alignof(USBZInteractWindowRequirement) == 0x000008, "Wrong alignment on USBZInteractWindowRequirement"); \ +static_assert(sizeof(USBZInteractWindowRequirement) == 0x000030, "Wrong size on USBZInteractWindowRequirement"); \ + +#define DUMPER7_ASSERTS_SBZRoomVolume_SetRoomName \ +static_assert(alignof(SBZRoomVolume_SetRoomName) == 0x000008, "Wrong alignment on SBZRoomVolume_SetRoomName"); \ +static_assert(sizeof(SBZRoomVolume_SetRoomName) == 0x000018, "Wrong size on SBZRoomVolume_SetRoomName"); \ +static_assert(offsetof(SBZRoomVolume_SetRoomName, InRoomName) == 0x000000, "Member 'SBZRoomVolume_SetRoomName::InRoomName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZRoomVolume_SetRoomType \ +static_assert(alignof(SBZRoomVolume_SetRoomType) == 0x000001, "Wrong alignment on SBZRoomVolume_SetRoomType"); \ +static_assert(sizeof(SBZRoomVolume_SetRoomType) == 0x000001, "Wrong size on SBZRoomVolume_SetRoomType"); \ +static_assert(offsetof(SBZRoomVolume_SetRoomType, InRoomType) == 0x000000, "Member 'SBZRoomVolume_SetRoomType::InRoomType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZRoomVolume_GetRoomName \ +static_assert(alignof(SBZRoomVolume_GetRoomName) == 0x000008, "Wrong alignment on SBZRoomVolume_GetRoomName"); \ +static_assert(sizeof(SBZRoomVolume_GetRoomName) == 0x000018, "Wrong size on SBZRoomVolume_GetRoomName"); \ +static_assert(offsetof(SBZRoomVolume_GetRoomName, ReturnValue) == 0x000000, "Member 'SBZRoomVolume_GetRoomName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZRoomVolume_GetRoomType \ +static_assert(alignof(SBZRoomVolume_GetRoomType) == 0x000001, "Wrong alignment on SBZRoomVolume_GetRoomType"); \ +static_assert(sizeof(SBZRoomVolume_GetRoomType) == 0x000001, "Wrong size on SBZRoomVolume_GetRoomType"); \ +static_assert(offsetof(SBZRoomVolume_GetRoomType, ReturnValue) == 0x000000, "Member 'SBZRoomVolume_GetRoomType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZRoomVolume \ +static_assert(alignof(ASBZRoomVolume) == 0x000008, "Wrong alignment on ASBZRoomVolume"); \ +static_assert(sizeof(ASBZRoomVolume) == 0x000390, "Wrong size on ASBZRoomVolume"); \ +static_assert(offsetof(ASBZRoomVolume, Priority) == 0x000310, "Member 'ASBZRoomVolume::Priority' has a wrong offset!"); \ +static_assert(offsetof(ASBZRoomVolume, RoomType) == 0x000314, "Member 'ASBZRoomVolume::RoomType' has a wrong offset!"); \ +static_assert(offsetof(ASBZRoomVolume, RoomName) == 0x000318, "Member 'ASBZRoomVolume::RoomName' has a wrong offset!"); \ +static_assert(offsetof(ASBZRoomVolume, RoomConnections) == 0x000330, "Member 'ASBZRoomVolume::RoomConnections' has a wrong offset!"); \ +static_assert(offsetof(ASBZRoomVolume, Label) == 0x000340, "Member 'ASBZRoomVolume::Label' has a wrong offset!"); \ +static_assert(offsetof(ASBZRoomVolume, CoverPoints) == 0x000348, "Member 'ASBZRoomVolume::CoverPoints' has a wrong offset!"); \ +static_assert(offsetof(ASBZRoomVolume, SearchableCovers) == 0x000358, "Member 'ASBZRoomVolume::SearchableCovers' has a wrong offset!"); \ +static_assert(offsetof(ASBZRoomVolume, ActorsInRoom) == 0x000368, "Member 'ASBZRoomVolume::ActorsInRoom' has a wrong offset!"); \ +static_assert(offsetof(ASBZRoomVolume, AIObjectivesInRoom) == 0x000378, "Member 'ASBZRoomVolume::AIObjectivesInRoom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStanceTransitionDataAsset \ +static_assert(alignof(USBZStanceTransitionDataAsset) == 0x000008, "Wrong alignment on USBZStanceTransitionDataAsset"); \ +static_assert(sizeof(USBZStanceTransitionDataAsset) == 0x000048, "Wrong size on USBZStanceTransitionDataAsset"); \ +static_assert(offsetof(USBZStanceTransitionDataAsset, AllowedStanceTransitions) == 0x000038, "Member 'USBZStanceTransitionDataAsset::AllowedStanceTransitions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZIntStateComponent_DecreaseState \ +static_assert(alignof(SBZIntStateComponent_DecreaseState) == 0x000001, "Wrong alignment on SBZIntStateComponent_DecreaseState"); \ +static_assert(sizeof(SBZIntStateComponent_DecreaseState) == 0x000001, "Wrong size on SBZIntStateComponent_DecreaseState"); \ +static_assert(offsetof(SBZIntStateComponent_DecreaseState, bDoCosmetics) == 0x000000, "Member 'SBZIntStateComponent_DecreaseState::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZIntStateComponent_IncreaseState \ +static_assert(alignof(SBZIntStateComponent_IncreaseState) == 0x000001, "Wrong alignment on SBZIntStateComponent_IncreaseState"); \ +static_assert(sizeof(SBZIntStateComponent_IncreaseState) == 0x000001, "Wrong size on SBZIntStateComponent_IncreaseState"); \ +static_assert(offsetof(SBZIntStateComponent_IncreaseState, bDoCosmetics) == 0x000000, "Member 'SBZIntStateComponent_IncreaseState::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZIntStateComponent_Multicast_SetState \ +static_assert(alignof(SBZIntStateComponent_Multicast_SetState) == 0x000004, "Wrong alignment on SBZIntStateComponent_Multicast_SetState"); \ +static_assert(sizeof(SBZIntStateComponent_Multicast_SetState) == 0x000004, "Wrong size on SBZIntStateComponent_Multicast_SetState"); \ +static_assert(offsetof(SBZIntStateComponent_Multicast_SetState, NewState) == 0x000000, "Member 'SBZIntStateComponent_Multicast_SetState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZIntStateComponent_OnRep_State \ +static_assert(alignof(SBZIntStateComponent_OnRep_State) == 0x000004, "Wrong alignment on SBZIntStateComponent_OnRep_State"); \ +static_assert(sizeof(SBZIntStateComponent_OnRep_State) == 0x000004, "Wrong size on SBZIntStateComponent_OnRep_State"); \ +static_assert(offsetof(SBZIntStateComponent_OnRep_State, OldState) == 0x000000, "Member 'SBZIntStateComponent_OnRep_State::OldState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZIntStateComponent_SetLocalState \ +static_assert(alignof(SBZIntStateComponent_SetLocalState) == 0x000004, "Wrong alignment on SBZIntStateComponent_SetLocalState"); \ +static_assert(sizeof(SBZIntStateComponent_SetLocalState) == 0x000008, "Wrong size on SBZIntStateComponent_SetLocalState"); \ +static_assert(offsetof(SBZIntStateComponent_SetLocalState, NewState) == 0x000000, "Member 'SBZIntStateComponent_SetLocalState::NewState' has a wrong offset!"); \ +static_assert(offsetof(SBZIntStateComponent_SetLocalState, bDoCosmetics) == 0x000004, "Member 'SBZIntStateComponent_SetLocalState::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZIntStateComponent_SetState \ +static_assert(alignof(SBZIntStateComponent_SetState) == 0x000004, "Wrong alignment on SBZIntStateComponent_SetState"); \ +static_assert(sizeof(SBZIntStateComponent_SetState) == 0x000008, "Wrong size on SBZIntStateComponent_SetState"); \ +static_assert(offsetof(SBZIntStateComponent_SetState, NewState) == 0x000000, "Member 'SBZIntStateComponent_SetState::NewState' has a wrong offset!"); \ +static_assert(offsetof(SBZIntStateComponent_SetState, bDoCosmetics) == 0x000004, "Member 'SBZIntStateComponent_SetState::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZIntStateComponent \ +static_assert(alignof(USBZIntStateComponent) == 0x000008, "Wrong alignment on USBZIntStateComponent"); \ +static_assert(sizeof(USBZIntStateComponent) == 0x0000E8, "Wrong size on USBZIntStateComponent"); \ +static_assert(offsetof(USBZIntStateComponent, OnStateChanged) == 0x0000C0, "Member 'USBZIntStateComponent::OnStateChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZIntStateComponent, State) == 0x0000D0, "Member 'USBZIntStateComponent::State' has a wrong offset!"); \ +static_assert(offsetof(USBZIntStateComponent, bClientDelayStateFromServer) == 0x0000D4, "Member 'USBZIntStateComponent::bClientDelayStateFromServer' has a wrong offset!"); \ +static_assert(offsetof(USBZIntStateComponent, ClientStateDelay) == 0x0000D8, "Member 'USBZIntStateComponent::ClientStateDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillDemolitionistDemolitionist \ +static_assert(alignof(USBZSkillDemolitionistDemolitionist) == 0x000008, "Wrong alignment on USBZSkillDemolitionistDemolitionist"); \ +static_assert(sizeof(USBZSkillDemolitionistDemolitionist) == 0x000230, "Wrong size on USBZSkillDemolitionistDemolitionist"); \ + +#define DUMPER7_ASSERTS_SBZInventoryDefaultButton_DefaultEquipped \ +static_assert(alignof(SBZInventoryDefaultButton_DefaultEquipped) == 0x000001, "Wrong alignment on SBZInventoryDefaultButton_DefaultEquipped"); \ +static_assert(sizeof(SBZInventoryDefaultButton_DefaultEquipped) == 0x000001, "Wrong size on SBZInventoryDefaultButton_DefaultEquipped"); \ +static_assert(offsetof(SBZInventoryDefaultButton_DefaultEquipped, bEquipped) == 0x000000, "Member 'SBZInventoryDefaultButton_DefaultEquipped::bEquipped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInventoryDefaultButton_NativeDefaultEquipped \ +static_assert(alignof(SBZInventoryDefaultButton_NativeDefaultEquipped) == 0x000001, "Wrong alignment on SBZInventoryDefaultButton_NativeDefaultEquipped"); \ +static_assert(sizeof(SBZInventoryDefaultButton_NativeDefaultEquipped) == 0x000001, "Wrong size on SBZInventoryDefaultButton_NativeDefaultEquipped"); \ +static_assert(offsetof(SBZInventoryDefaultButton_NativeDefaultEquipped, bEquipped) == 0x000000, "Member 'SBZInventoryDefaultButton_NativeDefaultEquipped::bEquipped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZInventoryDefaultButton \ +static_assert(alignof(USBZInventoryDefaultButton) == 0x000008, "Wrong alignment on USBZInventoryDefaultButton"); \ +static_assert(sizeof(USBZInventoryDefaultButton) == 0x000378, "Wrong size on USBZInventoryDefaultButton"); \ +static_assert(offsetof(USBZInventoryDefaultButton, bIsEquipped) == 0x000370, "Member 'USBZInventoryDefaultButton::bIsEquipped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInventoryManager_BP_GetInventoryManager \ +static_assert(alignof(SBZInventoryManager_BP_GetInventoryManager) == 0x000008, "Wrong alignment on SBZInventoryManager_BP_GetInventoryManager"); \ +static_assert(sizeof(SBZInventoryManager_BP_GetInventoryManager) == 0x000010, "Wrong size on SBZInventoryManager_BP_GetInventoryManager"); \ +static_assert(offsetof(SBZInventoryManager_BP_GetInventoryManager, WorldContextObject) == 0x000000, "Member 'SBZInventoryManager_BP_GetInventoryManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZInventoryManager_BP_GetInventoryManager, ReturnValue) == 0x000008, "Member 'SBZInventoryManager_BP_GetInventoryManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInventoryManager_GetCosmeticsInventoryItemsForType \ +static_assert(alignof(SBZInventoryManager_GetCosmeticsInventoryItemsForType) == 0x000008, "Wrong alignment on SBZInventoryManager_GetCosmeticsInventoryItemsForType"); \ +static_assert(sizeof(SBZInventoryManager_GetCosmeticsInventoryItemsForType) == 0x000018, "Wrong size on SBZInventoryManager_GetCosmeticsInventoryItemsForType"); \ +static_assert(offsetof(SBZInventoryManager_GetCosmeticsInventoryItemsForType, CosmeticsPartSlot) == 0x000000, "Member 'SBZInventoryManager_GetCosmeticsInventoryItemsForType::CosmeticsPartSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZInventoryManager_GetCosmeticsInventoryItemsForType, CosmeticsInventoryItemArrayOut) == 0x000008, "Member 'SBZInventoryManager_GetCosmeticsInventoryItemsForType::CosmeticsInventoryItemArrayOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZInventoryManager \ +static_assert(alignof(USBZInventoryManager) == 0x000008, "Wrong alignment on USBZInventoryManager"); \ +static_assert(sizeof(USBZInventoryManager) == 0x000378, "Wrong size on USBZInventoryManager"); \ +static_assert(offsetof(USBZInventoryManager, PlayerInventory) == 0x000030, "Member 'USBZInventoryManager::PlayerInventory' has a wrong offset!"); \ +static_assert(offsetof(USBZInventoryManager, RewardRequestArray) == 0x000060, "Member 'USBZInventoryManager::RewardRequestArray' has a wrong offset!"); \ +static_assert(offsetof(USBZInventoryManager, ServerPlayerOwnedItemAccelByteItemIdMap) == 0x000070, "Member 'USBZInventoryManager::ServerPlayerOwnedItemAccelByteItemIdMap' has a wrong offset!"); \ +static_assert(offsetof(USBZInventoryManager, InventoryItemMap) == 0x0000C0, "Member 'USBZInventoryManager::InventoryItemMap' has a wrong offset!"); \ +static_assert(offsetof(USBZInventoryManager, OwningEntitlementIdArray) == 0x000110, "Member 'USBZInventoryManager::OwningEntitlementIdArray' has a wrong offset!"); \ +static_assert(offsetof(USBZInventoryManager, OwningItemIdArray) == 0x000120, "Member 'USBZInventoryManager::OwningItemIdArray' has a wrong offset!"); \ +static_assert(offsetof(USBZInventoryManager, OwnedHeistSkus) == 0x000170, "Member 'USBZInventoryManager::OwnedHeistSkus' has a wrong offset!"); \ +static_assert(offsetof(USBZInventoryManager, VendorPermissionArray) == 0x000180, "Member 'USBZInventoryManager::VendorPermissionArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlaceableSensorToolData \ +static_assert(alignof(USBZPlaceableSensorToolData) == 0x000010, "Wrong alignment on USBZPlaceableSensorToolData"); \ +static_assert(sizeof(USBZPlaceableSensorToolData) == 0x000580, "Wrong size on USBZPlaceableSensorToolData"); \ + +#define DUMPER7_ASSERTS_SBZSabotagePoint_BP_StateChanged \ +static_assert(alignof(SBZSabotagePoint_BP_StateChanged) == 0x000001, "Wrong alignment on SBZSabotagePoint_BP_StateChanged"); \ +static_assert(sizeof(SBZSabotagePoint_BP_StateChanged) == 0x000003, "Wrong size on SBZSabotagePoint_BP_StateChanged"); \ +static_assert(offsetof(SBZSabotagePoint_BP_StateChanged, OldState) == 0x000000, "Member 'SBZSabotagePoint_BP_StateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZSabotagePoint_BP_StateChanged, NewState) == 0x000001, "Member 'SBZSabotagePoint_BP_StateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(SBZSabotagePoint_BP_StateChanged, bDoCosmetics) == 0x000002, "Member 'SBZSabotagePoint_BP_StateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSabotagePoint_BroadcastOnSabotaged \ +static_assert(alignof(SBZSabotagePoint_BroadcastOnSabotaged) == 0x000001, "Wrong alignment on SBZSabotagePoint_BroadcastOnSabotaged"); \ +static_assert(sizeof(SBZSabotagePoint_BroadcastOnSabotaged) == 0x000001, "Wrong size on SBZSabotagePoint_BroadcastOnSabotaged"); \ +static_assert(offsetof(SBZSabotagePoint_BroadcastOnSabotaged, bIsSabotaged) == 0x000000, "Member 'SBZSabotagePoint_BroadcastOnSabotaged::bIsSabotaged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSabotagePoint_Multicast_SetState \ +static_assert(alignof(SBZSabotagePoint_Multicast_SetState) == 0x000001, "Wrong alignment on SBZSabotagePoint_Multicast_SetState"); \ +static_assert(sizeof(SBZSabotagePoint_Multicast_SetState) == 0x000001, "Wrong size on SBZSabotagePoint_Multicast_SetState"); \ +static_assert(offsetof(SBZSabotagePoint_Multicast_SetState, NewState) == 0x000000, "Member 'SBZSabotagePoint_Multicast_SetState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSabotagePoint_OnInteractionStateChanged \ +static_assert(alignof(SBZSabotagePoint_OnInteractionStateChanged) == 0x000008, "Wrong alignment on SBZSabotagePoint_OnInteractionStateChanged"); \ +static_assert(sizeof(SBZSabotagePoint_OnInteractionStateChanged) == 0x000010, "Wrong size on SBZSabotagePoint_OnInteractionStateChanged"); \ +static_assert(offsetof(SBZSabotagePoint_OnInteractionStateChanged, Interactable) == 0x000000, "Member 'SBZSabotagePoint_OnInteractionStateChanged::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZSabotagePoint_OnInteractionStateChanged, bNewState) == 0x000008, "Member 'SBZSabotagePoint_OnInteractionStateChanged::bNewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSabotagePoint_OnServerCompleteInteraction \ +static_assert(alignof(SBZSabotagePoint_OnServerCompleteInteraction) == 0x000008, "Wrong alignment on SBZSabotagePoint_OnServerCompleteInteraction"); \ +static_assert(sizeof(SBZSabotagePoint_OnServerCompleteInteraction) == 0x000018, "Wrong size on SBZSabotagePoint_OnServerCompleteInteraction"); \ +static_assert(offsetof(SBZSabotagePoint_OnServerCompleteInteraction, Interactable) == 0x000000, "Member 'SBZSabotagePoint_OnServerCompleteInteraction::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZSabotagePoint_OnServerCompleteInteraction, Interactor) == 0x000008, "Member 'SBZSabotagePoint_OnServerCompleteInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZSabotagePoint_OnServerCompleteInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZSabotagePoint_OnServerCompleteInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSabotagePoint_SetEnabled \ +static_assert(alignof(SBZSabotagePoint_SetEnabled) == 0x000001, "Wrong alignment on SBZSabotagePoint_SetEnabled"); \ +static_assert(sizeof(SBZSabotagePoint_SetEnabled) == 0x000002, "Wrong size on SBZSabotagePoint_SetEnabled"); \ +static_assert(offsetof(SBZSabotagePoint_SetEnabled, bEnabled) == 0x000000, "Member 'SBZSabotagePoint_SetEnabled::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(SBZSabotagePoint_SetEnabled, ReturnValue) == 0x000001, "Member 'SBZSabotagePoint_SetEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZSabotagePoint \ +static_assert(alignof(ASBZSabotagePoint) == 0x000008, "Wrong alignment on ASBZSabotagePoint"); \ +static_assert(sizeof(ASBZSabotagePoint) == 0x000358, "Wrong size on ASBZSabotagePoint"); \ +static_assert(offsetof(ASBZSabotagePoint, OnSabotaged) == 0x0002E0, "Member 'ASBZSabotagePoint::OnSabotaged' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagePoint, InteractableComponent) == 0x0002F0, "Member 'ASBZSabotagePoint::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagePoint, OutlineComponent) == 0x0002F8, "Member 'ASBZSabotagePoint::OutlineComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagePoint, MarkerAsset) == 0x000300, "Member 'ASBZSabotagePoint::MarkerAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagePoint, AttractorComponent) == 0x000308, "Member 'ASBZSabotagePoint::AttractorComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagePoint, LifeActionComponent) == 0x000310, "Member 'ASBZSabotagePoint::LifeActionComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagePoint, LifeActionInstance) == 0x000318, "Member 'ASBZSabotagePoint::LifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagePoint, LifeActionSlot) == 0x000320, "Member 'ASBZSabotagePoint::LifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagePoint, bIsReplicatingForCosmetics) == 0x000328, "Member 'ASBZSabotagePoint::bIsReplicatingForCosmetics' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagePoint, bIsInteractable) == 0x000329, "Member 'ASBZSabotagePoint::bIsInteractable' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagePoint, SabotageCooldownTime) == 0x00032C, "Member 'ASBZSabotagePoint::SabotageCooldownTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagePoint, bDesiredEnabledState) == 0x000330, "Member 'ASBZSabotagePoint::bDesiredEnabledState' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagePoint, RoomVolumes) == 0x000338, "Member 'ASBZSabotagePoint::RoomVolumes' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagePoint, MarkerId) == 0x000348, "Member 'ASBZSabotagePoint::MarkerId' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagePoint, CurrentState) == 0x00034C, "Member 'ASBZSabotagePoint::CurrentState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSprayCanData \ +static_assert(alignof(USBZSprayCanData) == 0x000008, "Wrong alignment on USBZSprayCanData"); \ +static_assert(sizeof(USBZSprayCanData) == 0x000280, "Wrong size on USBZSprayCanData"); \ +static_assert(offsetof(USBZSprayCanData, SprayCanColor) == 0x0001F8, "Member 'USBZSprayCanData::SprayCanColor' has a wrong offset!"); \ +static_assert(offsetof(USBZSprayCanData, SprayCanRoughness) == 0x000208, "Member 'USBZSprayCanData::SprayCanRoughness' has a wrong offset!"); \ +static_assert(offsetof(USBZSprayCanData, SprayCanRoughnessChannelSelection) == 0x00020C, "Member 'USBZSprayCanData::SprayCanRoughnessChannelSelection' has a wrong offset!"); \ +static_assert(offsetof(USBZSprayCanData, SprayCanMetallic) == 0x00021C, "Member 'USBZSprayCanData::SprayCanMetallic' has a wrong offset!"); \ +static_assert(offsetof(USBZSprayCanData, RoughnessSize_SPCT) == 0x000220, "Member 'USBZSprayCanData::RoughnessSize_SPCT' has a wrong offset!"); \ +static_assert(offsetof(USBZSprayCanData, RoughnessMap_SPCT) == 0x000228, "Member 'USBZSprayCanData::RoughnessMap_SPCT' has a wrong offset!"); \ +static_assert(offsetof(USBZSprayCanData, SPCT00Color) == 0x000230, "Member 'USBZSprayCanData::SPCT00Color' has a wrong offset!"); \ +static_assert(offsetof(USBZSprayCanData, SPCT01Color) == 0x000240, "Member 'USBZSprayCanData::SPCT01Color' has a wrong offset!"); \ +static_assert(offsetof(USBZSprayCanData, SPCT02Color) == 0x000250, "Member 'USBZSprayCanData::SPCT02Color' has a wrong offset!"); \ +static_assert(offsetof(USBZSprayCanData, SPCT03Color) == 0x000260, "Member 'USBZSprayCanData::SPCT03Color' has a wrong offset!"); \ +static_assert(offsetof(USBZSprayCanData, SPCTSize) == 0x000270, "Member 'USBZSprayCanData::SPCTSize' has a wrong offset!"); \ +static_assert(offsetof(USBZSprayCanData, SPCTRotation) == 0x000274, "Member 'USBZSprayCanData::SPCTRotation' has a wrong offset!"); \ +static_assert(offsetof(USBZSprayCanData, SPCT) == 0x000278, "Member 'USBZSprayCanData::SPCT' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSuitInventorySlotData \ +static_assert(alignof(USBZSuitInventorySlotData) == 0x000008, "Wrong alignment on USBZSuitInventorySlotData"); \ +static_assert(sizeof(USBZSuitInventorySlotData) == 0x000158, "Wrong size on USBZSuitInventorySlotData"); \ +static_assert(offsetof(USBZSuitInventorySlotData, SuitBaseSlot) == 0x000150, "Member 'USBZSuitInventorySlotData::SuitBaseSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGloveInventorySlotData \ +static_assert(alignof(USBZGloveInventorySlotData) == 0x000008, "Wrong alignment on USBZGloveInventorySlotData"); \ +static_assert(sizeof(USBZGloveInventorySlotData) == 0x000158, "Wrong size on USBZGloveInventorySlotData"); \ +static_assert(offsetof(USBZGloveInventorySlotData, GloveBaseSlot) == 0x000150, "Member 'USBZGloveInventorySlotData::GloveBaseSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZRagdollNotify \ +static_assert(alignof(USBZRagdollNotify) == 0x000008, "Wrong alignment on USBZRagdollNotify"); \ +static_assert(sizeof(USBZRagdollNotify) == 0x000048, "Wrong size on USBZRagdollNotify"); \ +static_assert(offsetof(USBZRagdollNotify, RandomOffsetBackward) == 0x000040, "Member 'USBZRagdollNotify::RandomOffsetBackward' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillStealthSpecRiskTakerAced \ +static_assert(alignof(USBZSkillStealthSpecRiskTakerAced) == 0x000008, "Wrong alignment on USBZSkillStealthSpecRiskTakerAced"); \ +static_assert(sizeof(USBZSkillStealthSpecRiskTakerAced) == 0x000230, "Wrong size on USBZSkillStealthSpecRiskTakerAced"); \ + +#define DUMPER7_ASSERTS_SBZInvites_HandleStateEnteredInvite \ +static_assert(alignof(SBZInvites_HandleStateEnteredInvite) == 0x000004, "Wrong alignment on SBZInvites_HandleStateEnteredInvite"); \ +static_assert(sizeof(SBZInvites_HandleStateEnteredInvite) == 0x00000C, "Wrong size on SBZInvites_HandleStateEnteredInvite"); \ +static_assert(offsetof(SBZInvites_HandleStateEnteredInvite, StateName) == 0x000000, "Member 'SBZInvites_HandleStateEnteredInvite::StateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZInvites_HandleStateEnteredPlayTogether \ +static_assert(alignof(SBZInvites_HandleStateEnteredPlayTogether) == 0x000004, "Wrong alignment on SBZInvites_HandleStateEnteredPlayTogether"); \ +static_assert(sizeof(SBZInvites_HandleStateEnteredPlayTogether) == 0x00000C, "Wrong size on SBZInvites_HandleStateEnteredPlayTogether"); \ +static_assert(offsetof(SBZInvites_HandleStateEnteredPlayTogether, StateName) == 0x000000, "Member 'SBZInvites_HandleStateEnteredPlayTogether::StateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZInvites \ +static_assert(alignof(USBZInvites) == 0x000008, "Wrong alignment on USBZInvites"); \ +static_assert(sizeof(USBZInvites) == 0x0001B0, "Wrong size on USBZInvites"); \ +static_assert(offsetof(USBZInvites, EventRequestUserInvite) == 0x000030, "Member 'USBZInvites::EventRequestUserInvite' has a wrong offset!"); \ +static_assert(offsetof(USBZInvites, EventUserSwitchDuringInvite) == 0x000040, "Member 'USBZInvites::EventUserSwitchDuringInvite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZItemBundleData \ +static_assert(alignof(USBZItemBundleData) == 0x000008, "Wrong alignment on USBZItemBundleData"); \ +static_assert(sizeof(USBZItemBundleData) == 0x000150, "Wrong size on USBZItemBundleData"); \ + +#define DUMPER7_ASSERTS_SBZItemContainer_OnServerCompleteInteraction \ +static_assert(alignof(SBZItemContainer_OnServerCompleteInteraction) == 0x000008, "Wrong alignment on SBZItemContainer_OnServerCompleteInteraction"); \ +static_assert(sizeof(SBZItemContainer_OnServerCompleteInteraction) == 0x000018, "Wrong size on SBZItemContainer_OnServerCompleteInteraction"); \ +static_assert(offsetof(SBZItemContainer_OnServerCompleteInteraction, Interactable) == 0x000000, "Member 'SBZItemContainer_OnServerCompleteInteraction::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZItemContainer_OnServerCompleteInteraction, Interactor) == 0x000008, "Member 'SBZItemContainer_OnServerCompleteInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZItemContainer_OnServerCompleteInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZItemContainer_OnServerCompleteInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZItemContainer_SetInteractionEnabled \ +static_assert(alignof(SBZItemContainer_SetInteractionEnabled) == 0x000001, "Wrong alignment on SBZItemContainer_SetInteractionEnabled"); \ +static_assert(sizeof(SBZItemContainer_SetInteractionEnabled) == 0x000001, "Wrong size on SBZItemContainer_SetInteractionEnabled"); \ +static_assert(offsetof(SBZItemContainer_SetInteractionEnabled, bEnabled) == 0x000000, "Member 'SBZItemContainer_SetInteractionEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZItemContainer \ +static_assert(alignof(ASBZItemContainer) == 0x000008, "Wrong alignment on ASBZItemContainer"); \ +static_assert(sizeof(ASBZItemContainer) == 0x0002E8, "Wrong size on ASBZItemContainer"); \ +static_assert(offsetof(ASBZItemContainer, InteractableComponent) == 0x0002A8, "Member 'ASBZItemContainer::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZItemContainer, ItemSpawnPointSelector) == 0x0002B0, "Member 'ASBZItemContainer::ItemSpawnPointSelector' has a wrong offset!"); \ +static_assert(offsetof(ASBZItemContainer, HiddenItem) == 0x0002D0, "Member 'ASBZItemContainer::HiddenItem' has a wrong offset!"); \ +static_assert(offsetof(ASBZItemContainer, OtherContainer) == 0x0002D8, "Member 'ASBZItemContainer::OtherContainer' has a wrong offset!"); \ +static_assert(offsetof(ASBZItemContainer, bHasItem) == 0x0002E0, "Member 'ASBZItemContainer::bHasItem' has a wrong offset!"); \ +static_assert(offsetof(ASBZItemContainer, bIsBeforeOtherContainer) == 0x0002E1, "Member 'ASBZItemContainer::bIsBeforeOtherContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGlobalItemDatabase \ +static_assert(alignof(USBZGlobalItemDatabase) == 0x000008, "Wrong alignment on USBZGlobalItemDatabase"); \ +static_assert(sizeof(USBZGlobalItemDatabase) == 0x0008D0, "Wrong size on USBZGlobalItemDatabase"); \ +static_assert(offsetof(USBZGlobalItemDatabase, PrimaryWeapons) == 0x000030, "Member 'USBZGlobalItemDatabase::PrimaryWeapons' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, SecondaryWeapons) == 0x000060, "Member 'USBZGlobalItemDatabase::SecondaryWeapons' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, OverkillWeapons) == 0x000090, "Member 'USBZGlobalItemDatabase::OverkillWeapons' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, OverskillLoadouts) == 0x0000C0, "Member 'USBZGlobalItemDatabase::OverskillLoadouts' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, Masks) == 0x0000F0, "Member 'USBZGlobalItemDatabase::Masks' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, Gloves) == 0x000120, "Member 'USBZGlobalItemDatabase::Gloves' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, Suits) == 0x000150, "Member 'USBZGlobalItemDatabase::Suits' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, SuitPresets) == 0x000180, "Member 'USBZGlobalItemDatabase::SuitPresets' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, SuitBases) == 0x0001B0, "Member 'USBZGlobalItemDatabase::SuitBases' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, Watches) == 0x0001E0, "Member 'USBZGlobalItemDatabase::Watches' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, Throwables) == 0x000210, "Member 'USBZGlobalItemDatabase::Throwables' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, Tools) == 0x000240, "Member 'USBZGlobalItemDatabase::Tools' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, Placeables) == 0x000270, "Member 'USBZGlobalItemDatabase::Placeables' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, SkillLines) == 0x0002A0, "Member 'USBZGlobalItemDatabase::SkillLines' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, SkillCategories) == 0x0002D0, "Member 'USBZGlobalItemDatabase::SkillCategories' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, PreplanningAssets) == 0x000300, "Member 'USBZGlobalItemDatabase::PreplanningAssets' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, PrimaryWeaponSlots) == 0x000330, "Member 'USBZGlobalItemDatabase::PrimaryWeaponSlots' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, SecondaryWeaponSlots) == 0x000360, "Member 'USBZGlobalItemDatabase::SecondaryWeaponSlots' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, Armors) == 0x000390, "Member 'USBZGlobalItemDatabase::Armors' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, PrimaryWeaponPresetConfigs) == 0x0003C0, "Member 'USBZGlobalItemDatabase::PrimaryWeaponPresetConfigs' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, SecondaryWeaponPresetConfigs) == 0x0003F0, "Member 'USBZGlobalItemDatabase::SecondaryWeaponPresetConfigs' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, LoadoutSlots) == 0x000420, "Member 'USBZGlobalItemDatabase::LoadoutSlots' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, Vendors) == 0x000450, "Member 'USBZGlobalItemDatabase::Vendors' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, VendorPermissions) == 0x000480, "Member 'USBZGlobalItemDatabase::VendorPermissions' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, PlayerCharacters) == 0x0004B0, "Member 'USBZGlobalItemDatabase::PlayerCharacters' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, ArmorInventorySlots) == 0x0004E0, "Member 'USBZGlobalItemDatabase::ArmorInventorySlots' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, MaskInventorySlots) == 0x000510, "Member 'USBZGlobalItemDatabase::MaskInventorySlots' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, SuitInventorySlots) == 0x000540, "Member 'USBZGlobalItemDatabase::SuitInventorySlots' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, GloveInventorySlots) == 0x000570, "Member 'USBZGlobalItemDatabase::GloveInventorySlots' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, SprayCans) == 0x0005A0, "Member 'USBZGlobalItemDatabase::SprayCans' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, WeaponCharms) == 0x0005D0, "Member 'USBZGlobalItemDatabase::WeaponCharms' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, WeaponPatterns) == 0x000600, "Member 'USBZGlobalItemDatabase::WeaponPatterns' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, WeaponStickers) == 0x000630, "Member 'USBZGlobalItemDatabase::WeaponStickers' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, WeaponWearAndTears) == 0x000660, "Member 'USBZGlobalItemDatabase::WeaponWearAndTears' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, MaskMoulds) == 0x000690, "Member 'USBZGlobalItemDatabase::MaskMoulds' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, MaskPresets) == 0x0006C0, "Member 'USBZGlobalItemDatabase::MaskPresets' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, MaskPreconfigs) == 0x0006F0, "Member 'USBZGlobalItemDatabase::MaskPreconfigs' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, MaskPatterns) == 0x000720, "Member 'USBZGlobalItemDatabase::MaskPatterns' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, MaskVFXs) == 0x000750, "Member 'USBZGlobalItemDatabase::MaskVFXs' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, SuitMaterials) == 0x000780, "Member 'USBZGlobalItemDatabase::SuitMaterials' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, SuitPatterns) == 0x0007B0, "Member 'USBZGlobalItemDatabase::SuitPatterns' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, Coins) == 0x0007E0, "Member 'USBZGlobalItemDatabase::Coins' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, ItemBundles) == 0x000810, "Member 'USBZGlobalItemDatabase::ItemBundles' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, PayDayCredits) == 0x000840, "Member 'USBZGlobalItemDatabase::PayDayCredits' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, Heists) == 0x000870, "Member 'USBZGlobalItemDatabase::Heists' has a wrong offset!"); \ +static_assert(offsetof(USBZGlobalItemDatabase, NewsItems) == 0x0008A0, "Member 'USBZGlobalItemDatabase::NewsItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZRandomNoiseComponent \ +static_assert(alignof(USBZRandomNoiseComponent) == 0x000008, "Wrong alignment on USBZRandomNoiseComponent"); \ +static_assert(sizeof(USBZRandomNoiseComponent) == 0x0000E0, "Wrong size on USBZRandomNoiseComponent"); \ +static_assert(offsetof(USBZRandomNoiseComponent, SoundInterval) == 0x0000C8, "Member 'USBZRandomNoiseComponent::SoundInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZRandomNoiseComponent, NoiseToMake) == 0x0000D8, "Member 'USBZRandomNoiseComponent::NoiseToMake' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponDatabase \ +static_assert(alignof(USBZWeaponDatabase) == 0x000008, "Wrong alignment on USBZWeaponDatabase"); \ +static_assert(sizeof(USBZWeaponDatabase) == 0x000048, "Wrong size on USBZWeaponDatabase"); \ +static_assert(offsetof(USBZWeaponDatabase, Weapons) == 0x000038, "Member 'USBZWeaponDatabase::Weapons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillStealthSpecOnTheRunAced \ +static_assert(alignof(USBZSkillStealthSpecOnTheRunAced) == 0x000008, "Wrong alignment on USBZSkillStealthSpecOnTheRunAced"); \ +static_assert(sizeof(USBZSkillStealthSpecOnTheRunAced) == 0x000230, "Wrong size on USBZSkillStealthSpecOnTheRunAced"); \ + +#define DUMPER7_ASSERTS_USBZOverskillLoadoutDatabase \ +static_assert(alignof(USBZOverskillLoadoutDatabase) == 0x000008, "Wrong alignment on USBZOverskillLoadoutDatabase"); \ +static_assert(sizeof(USBZOverskillLoadoutDatabase) == 0x000048, "Wrong size on USBZOverskillLoadoutDatabase"); \ +static_assert(offsetof(USBZOverskillLoadoutDatabase, Loadouts) == 0x000038, "Member 'USBZOverskillLoadoutDatabase::Loadouts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillTacticianTacticianAced \ +static_assert(alignof(USBZSkillTacticianTacticianAced) == 0x000008, "Wrong alignment on USBZSkillTacticianTacticianAced"); \ +static_assert(sizeof(USBZSkillTacticianTacticianAced) == 0x000230, "Wrong size on USBZSkillTacticianTacticianAced"); \ + +#define DUMPER7_ASSERTS_USBZGloveDatabase \ +static_assert(alignof(USBZGloveDatabase) == 0x000008, "Wrong alignment on USBZGloveDatabase"); \ +static_assert(sizeof(USBZGloveDatabase) == 0x000048, "Wrong size on USBZGloveDatabase"); \ +static_assert(offsetof(USBZGloveDatabase, Gloves) == 0x000038, "Member 'USBZGloveDatabase::Gloves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSuitPresetDatabase \ +static_assert(alignof(USBZSuitPresetDatabase) == 0x000008, "Wrong alignment on USBZSuitPresetDatabase"); \ +static_assert(sizeof(USBZSuitPresetDatabase) == 0x000048, "Wrong size on USBZSuitPresetDatabase"); \ +static_assert(offsetof(USBZSuitPresetDatabase, SuitPresets) == 0x000038, "Member 'USBZSuitPresetDatabase::SuitPresets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWatchDatabase \ +static_assert(alignof(USBZWatchDatabase) == 0x000008, "Wrong alignment on USBZWatchDatabase"); \ +static_assert(sizeof(USBZWatchDatabase) == 0x000048, "Wrong size on USBZWatchDatabase"); \ +static_assert(offsetof(USBZWatchDatabase, Watches) == 0x000038, "Member 'USBZWatchDatabase::Watches' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZToolDatabase \ +static_assert(alignof(USBZToolDatabase) == 0x000008, "Wrong alignment on USBZToolDatabase"); \ +static_assert(sizeof(USBZToolDatabase) == 0x000048, "Wrong size on USBZToolDatabase"); \ +static_assert(offsetof(USBZToolDatabase, Tools) == 0x000038, "Member 'USBZToolDatabase::Tools' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillStrategistMisdirect \ +static_assert(alignof(USBZSkillStrategistMisdirect) == 0x000008, "Wrong alignment on USBZSkillStrategistMisdirect"); \ +static_assert(sizeof(USBZSkillStrategistMisdirect) == 0x000230, "Wrong size on USBZSkillStrategistMisdirect"); \ + +#define DUMPER7_ASSERTS_USBZThrowableDatabase \ +static_assert(alignof(USBZThrowableDatabase) == 0x000008, "Wrong alignment on USBZThrowableDatabase"); \ +static_assert(sizeof(USBZThrowableDatabase) == 0x000048, "Wrong size on USBZThrowableDatabase"); \ +static_assert(offsetof(USBZThrowableDatabase, Throwables) == 0x000038, "Member 'USBZThrowableDatabase::Throwables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVolumeDamageProp_BP_OnVolumeEnabledChanged \ +static_assert(alignof(SBZVolumeDamageProp_BP_OnVolumeEnabledChanged) == 0x000001, "Wrong alignment on SBZVolumeDamageProp_BP_OnVolumeEnabledChanged"); \ +static_assert(sizeof(SBZVolumeDamageProp_BP_OnVolumeEnabledChanged) == 0x000001, "Wrong size on SBZVolumeDamageProp_BP_OnVolumeEnabledChanged"); \ +static_assert(offsetof(SBZVolumeDamageProp_BP_OnVolumeEnabledChanged, bIsEnabled) == 0x000000, "Member 'SBZVolumeDamageProp_BP_OnVolumeEnabledChanged::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVolumeDamageProp_Multicast_CollisionEnabled \ +static_assert(alignof(SBZVolumeDamageProp_Multicast_CollisionEnabled) == 0x000001, "Wrong alignment on SBZVolumeDamageProp_Multicast_CollisionEnabled"); \ +static_assert(sizeof(SBZVolumeDamageProp_Multicast_CollisionEnabled) == 0x000001, "Wrong size on SBZVolumeDamageProp_Multicast_CollisionEnabled"); \ +static_assert(offsetof(SBZVolumeDamageProp_Multicast_CollisionEnabled, bIsEnabled) == 0x000000, "Member 'SBZVolumeDamageProp_Multicast_CollisionEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVolumeDamageProp_OnVolumeBeginOverlap \ +static_assert(alignof(SBZVolumeDamageProp_OnVolumeBeginOverlap) == 0x000008, "Wrong alignment on SBZVolumeDamageProp_OnVolumeBeginOverlap"); \ +static_assert(sizeof(SBZVolumeDamageProp_OnVolumeBeginOverlap) == 0x000010, "Wrong size on SBZVolumeDamageProp_OnVolumeBeginOverlap"); \ +static_assert(offsetof(SBZVolumeDamageProp_OnVolumeBeginOverlap, OverlappedActor) == 0x000000, "Member 'SBZVolumeDamageProp_OnVolumeBeginOverlap::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(SBZVolumeDamageProp_OnVolumeBeginOverlap, OtherActor) == 0x000008, "Member 'SBZVolumeDamageProp_OnVolumeBeginOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVolumeDamageProp_OnVolumeCollisionChanged \ +static_assert(alignof(SBZVolumeDamageProp_OnVolumeCollisionChanged) == 0x000008, "Wrong alignment on SBZVolumeDamageProp_OnVolumeCollisionChanged"); \ +static_assert(sizeof(SBZVolumeDamageProp_OnVolumeCollisionChanged) == 0x000008, "Wrong size on SBZVolumeDamageProp_OnVolumeCollisionChanged"); \ +static_assert(offsetof(SBZVolumeDamageProp_OnVolumeCollisionChanged, ChangedComponent) == 0x000000, "Member 'SBZVolumeDamageProp_OnVolumeCollisionChanged::ChangedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVolumeDamageProp_OnVolumeEndOverlap \ +static_assert(alignof(SBZVolumeDamageProp_OnVolumeEndOverlap) == 0x000008, "Wrong alignment on SBZVolumeDamageProp_OnVolumeEndOverlap"); \ +static_assert(sizeof(SBZVolumeDamageProp_OnVolumeEndOverlap) == 0x000010, "Wrong size on SBZVolumeDamageProp_OnVolumeEndOverlap"); \ +static_assert(offsetof(SBZVolumeDamageProp_OnVolumeEndOverlap, OverlappedActor) == 0x000000, "Member 'SBZVolumeDamageProp_OnVolumeEndOverlap::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(SBZVolumeDamageProp_OnVolumeEndOverlap, OtherActor) == 0x000008, "Member 'SBZVolumeDamageProp_OnVolumeEndOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVolumeDamageProp_SetServerDamageEnabled \ +static_assert(alignof(SBZVolumeDamageProp_SetServerDamageEnabled) == 0x000008, "Wrong alignment on SBZVolumeDamageProp_SetServerDamageEnabled"); \ +static_assert(sizeof(SBZVolumeDamageProp_SetServerDamageEnabled) == 0x000018, "Wrong size on SBZVolumeDamageProp_SetServerDamageEnabled"); \ +static_assert(offsetof(SBZVolumeDamageProp_SetServerDamageEnabled, AbilitySystemScriptInterface) == 0x000000, "Member 'SBZVolumeDamageProp_SetServerDamageEnabled::AbilitySystemScriptInterface' has a wrong offset!"); \ +static_assert(offsetof(SBZVolumeDamageProp_SetServerDamageEnabled, bIsEnabled) == 0x000010, "Member 'SBZVolumeDamageProp_SetServerDamageEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZVolumeDamageProp \ +static_assert(alignof(ASBZVolumeDamageProp) == 0x000008, "Wrong alignment on ASBZVolumeDamageProp"); \ +static_assert(sizeof(ASBZVolumeDamageProp) == 0x000360, "Wrong size on ASBZVolumeDamageProp"); \ +static_assert(offsetof(ASBZVolumeDamageProp, VolumeSelector) == 0x0002B0, "Member 'ASBZVolumeDamageProp::VolumeSelector' has a wrong offset!"); \ +static_assert(offsetof(ASBZVolumeDamageProp, EffectInnerLocationArray) == 0x0002E0, "Member 'ASBZVolumeDamageProp::EffectInnerLocationArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZVolumeDamageProp, EffectInnerLocationArrayName) == 0x0002F0, "Member 'ASBZVolumeDamageProp::EffectInnerLocationArrayName' has a wrong offset!"); \ +static_assert(offsetof(ASBZVolumeDamageProp, EffectInnerLocationCountName) == 0x0002FC, "Member 'ASBZVolumeDamageProp::EffectInnerLocationCountName' has a wrong offset!"); \ +static_assert(offsetof(ASBZVolumeDamageProp, EffectBorderLocationArray) == 0x000308, "Member 'ASBZVolumeDamageProp::EffectBorderLocationArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZVolumeDamageProp, EffectBorderLocationArrayName) == 0x000318, "Member 'ASBZVolumeDamageProp::EffectBorderLocationArrayName' has a wrong offset!"); \ +static_assert(offsetof(ASBZVolumeDamageProp, EffectBorderLocationCountName) == 0x000324, "Member 'ASBZVolumeDamageProp::EffectBorderLocationCountName' has a wrong offset!"); \ +static_assert(offsetof(ASBZVolumeDamageProp, EffectDurationName) == 0x000330, "Member 'ASBZVolumeDamageProp::EffectDurationName' has a wrong offset!"); \ +static_assert(offsetof(ASBZVolumeDamageProp, EffectComponent) == 0x000340, "Member 'ASBZVolumeDamageProp::EffectComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZVolumeDamageProp, EffectAsset) == 0x000348, "Member 'ASBZVolumeDamageProp::EffectAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZVolumeDamageProp, bIsEffectRotationSupported) == 0x000350, "Member 'ASBZVolumeDamageProp::bIsEffectRotationSupported' has a wrong offset!"); \ +static_assert(offsetof(ASBZVolumeDamageProp, bIsCollisionEnabled) == 0x000351, "Member 'ASBZVolumeDamageProp::bIsCollisionEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlaceableDatabase \ +static_assert(alignof(USBZPlaceableDatabase) == 0x000008, "Wrong alignment on USBZPlaceableDatabase"); \ +static_assert(sizeof(USBZPlaceableDatabase) == 0x000048, "Wrong size on USBZPlaceableDatabase"); \ +static_assert(offsetof(USBZPlaceableDatabase, Placeables) == 0x000038, "Member 'USBZPlaceableDatabase::Placeables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSensorComponent \ +static_assert(alignof(USBZSensorComponent) == 0x000008, "Wrong alignment on USBZSensorComponent"); \ +static_assert(sizeof(USBZSensorComponent) == 0x0000E0, "Wrong size on USBZSensorComponent"); \ +static_assert(offsetof(USBZSensorComponent, bIsBlueMode) == 0x0000D8, "Member 'USBZSensorComponent::bIsBlueMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateDsResult_DestinationMapLoaded \ +static_assert(alignof(SBZStateMachineStateDsResult_DestinationMapLoaded) == 0x000008, "Wrong alignment on SBZStateMachineStateDsResult_DestinationMapLoaded"); \ +static_assert(sizeof(SBZStateMachineStateDsResult_DestinationMapLoaded) == 0x000008, "Wrong size on SBZStateMachineStateDsResult_DestinationMapLoaded"); \ +static_assert(offsetof(SBZStateMachineStateDsResult_DestinationMapLoaded, NewWorld) == 0x000000, "Member 'SBZStateMachineStateDsResult_DestinationMapLoaded::NewWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateDsResult_OnRestartAccepted \ +static_assert(alignof(SBZStateMachineStateDsResult_OnRestartAccepted) == 0x000008, "Wrong alignment on SBZStateMachineStateDsResult_OnRestartAccepted"); \ +static_assert(sizeof(SBZStateMachineStateDsResult_OnRestartAccepted) == 0x000028, "Wrong size on SBZStateMachineStateDsResult_OnRestartAccepted"); \ +static_assert(offsetof(SBZStateMachineStateDsResult_OnRestartAccepted, PlayerId) == 0x000000, "Member 'SBZStateMachineStateDsResult_OnRestartAccepted::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateDsResult \ +static_assert(alignof(USBZStateMachineStateDsResult) == 0x000008, "Wrong alignment on USBZStateMachineStateDsResult"); \ +static_assert(sizeof(USBZStateMachineStateDsResult) == 0x0000D8, "Wrong size on USBZStateMachineStateDsResult"); \ +static_assert(offsetof(USBZStateMachineStateDsResult, ResultStateTimerHandler) == 0x000080, "Member 'USBZStateMachineStateDsResult::ResultStateTimerHandler' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateDsResult, ResultStateTimeout) == 0x000098, "Member 'USBZStateMachineStateDsResult::ResultStateTimeout' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateDsResult, RestartAcceptTimeout) == 0x00009C, "Member 'USBZStateMachineStateDsResult::RestartAcceptTimeout' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateDsResult, RestartInitiateTimeout) == 0x0000A0, "Member 'USBZStateMachineStateDsResult::RestartInitiateTimeout' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateDsResult, ResultWidget) == 0x0000A8, "Member 'USBZStateMachineStateDsResult::ResultWidget' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateDsResult, PlayerRequestedRestart) == 0x0000B0, "Member 'USBZStateMachineStateDsResult::PlayerRequestedRestart' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateDsResult, RestartAcceptTimerHandler) == 0x0000C0, "Member 'USBZStateMachineStateDsResult::RestartAcceptTimerHandler' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateDsResult, RestartLevelTimerHandler) == 0x0000C8, "Member 'USBZStateMachineStateDsResult::RestartLevelTimerHandler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillLineDatabase \ +static_assert(alignof(USBZSkillLineDatabase) == 0x000008, "Wrong alignment on USBZSkillLineDatabase"); \ +static_assert(sizeof(USBZSkillLineDatabase) == 0x000048, "Wrong size on USBZSkillLineDatabase"); \ +static_assert(offsetof(USBZSkillLineDatabase, SkillLineArray) == 0x000038, "Member 'USBZSkillLineDatabase::SkillLineArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillCategoryDatabase \ +static_assert(alignof(USBZSkillCategoryDatabase) == 0x000008, "Wrong alignment on USBZSkillCategoryDatabase"); \ +static_assert(sizeof(USBZSkillCategoryDatabase) == 0x000048, "Wrong size on USBZSkillCategoryDatabase"); \ +static_assert(offsetof(USBZSkillCategoryDatabase, SkillCategoryArray) == 0x000038, "Member 'USBZSkillCategoryDatabase::SkillCategoryArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZInventorySlotDatabase \ +static_assert(alignof(USBZInventorySlotDatabase) == 0x000008, "Wrong alignment on USBZInventorySlotDatabase"); \ +static_assert(sizeof(USBZInventorySlotDatabase) == 0x000048, "Wrong size on USBZInventorySlotDatabase"); \ +static_assert(offsetof(USBZInventorySlotDatabase, InventorySlotArray) == 0x000038, "Member 'USBZInventorySlotDatabase::InventorySlotArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSentryGunAbilityData \ +static_assert(alignof(USBZSentryGunAbilityData) == 0x000008, "Wrong alignment on USBZSentryGunAbilityData"); \ +static_assert(sizeof(USBZSentryGunAbilityData) == 0x000048, "Wrong size on USBZSentryGunAbilityData"); \ +static_assert(offsetof(USBZSentryGunAbilityData, AbilityArray) == 0x000038, "Member 'USBZSentryGunAbilityData::AbilityArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZArmorInventorySlotDatabase \ +static_assert(alignof(USBZArmorInventorySlotDatabase) == 0x000008, "Wrong alignment on USBZArmorInventorySlotDatabase"); \ +static_assert(sizeof(USBZArmorInventorySlotDatabase) == 0x000048, "Wrong size on USBZArmorInventorySlotDatabase"); \ +static_assert(offsetof(USBZArmorInventorySlotDatabase, InventorySlotArray) == 0x000038, "Member 'USBZArmorInventorySlotDatabase::InventorySlotArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVolumeDamageInterface_GetTacticianDiscombobulateVolumeDamageEffectClass \ +static_assert(alignof(SBZVolumeDamageInterface_GetTacticianDiscombobulateVolumeDamageEffectClass) == 0x000008, "Wrong alignment on SBZVolumeDamageInterface_GetTacticianDiscombobulateVolumeDamageEffectClass"); \ +static_assert(sizeof(SBZVolumeDamageInterface_GetTacticianDiscombobulateVolumeDamageEffectClass) == 0x000008, "Wrong size on SBZVolumeDamageInterface_GetTacticianDiscombobulateVolumeDamageEffectClass"); \ +static_assert(offsetof(SBZVolumeDamageInterface_GetTacticianDiscombobulateVolumeDamageEffectClass, ReturnValue) == 0x000000, "Member 'SBZVolumeDamageInterface_GetTacticianDiscombobulateVolumeDamageEffectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVolumeDamageInterface_GetTacticianDiscombobulateVolumeDamageEffectValueMap \ +static_assert(alignof(SBZVolumeDamageInterface_GetTacticianDiscombobulateVolumeDamageEffectValueMap) == 0x000008, "Wrong alignment on SBZVolumeDamageInterface_GetTacticianDiscombobulateVolumeDamageEffectValueMap"); \ +static_assert(sizeof(SBZVolumeDamageInterface_GetTacticianDiscombobulateVolumeDamageEffectValueMap) == 0x000050, "Wrong size on SBZVolumeDamageInterface_GetTacticianDiscombobulateVolumeDamageEffectValueMap"); \ +static_assert(offsetof(SBZVolumeDamageInterface_GetTacticianDiscombobulateVolumeDamageEffectValueMap, ReturnValue) == 0x000000, "Member 'SBZVolumeDamageInterface_GetTacticianDiscombobulateVolumeDamageEffectValueMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVolumeDamageInterface_GetVolumeDamageAddedTagContainer \ +static_assert(alignof(SBZVolumeDamageInterface_GetVolumeDamageAddedTagContainer) == 0x000008, "Wrong alignment on SBZVolumeDamageInterface_GetVolumeDamageAddedTagContainer"); \ +static_assert(sizeof(SBZVolumeDamageInterface_GetVolumeDamageAddedTagContainer) == 0x000020, "Wrong size on SBZVolumeDamageInterface_GetVolumeDamageAddedTagContainer"); \ +static_assert(offsetof(SBZVolumeDamageInterface_GetVolumeDamageAddedTagContainer, ReturnValue) == 0x000000, "Member 'SBZVolumeDamageInterface_GetVolumeDamageAddedTagContainer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVolumeDamageInterface_GetVolumeDamageArmorPenetration \ +static_assert(alignof(SBZVolumeDamageInterface_GetVolumeDamageArmorPenetration) == 0x000004, "Wrong alignment on SBZVolumeDamageInterface_GetVolumeDamageArmorPenetration"); \ +static_assert(sizeof(SBZVolumeDamageInterface_GetVolumeDamageArmorPenetration) == 0x000004, "Wrong size on SBZVolumeDamageInterface_GetVolumeDamageArmorPenetration"); \ +static_assert(offsetof(SBZVolumeDamageInterface_GetVolumeDamageArmorPenetration, ReturnValue) == 0x000000, "Member 'SBZVolumeDamageInterface_GetVolumeDamageArmorPenetration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVolumeDamageInterface_GetVolumeDamageEffectClass \ +static_assert(alignof(SBZVolumeDamageInterface_GetVolumeDamageEffectClass) == 0x000008, "Wrong alignment on SBZVolumeDamageInterface_GetVolumeDamageEffectClass"); \ +static_assert(sizeof(SBZVolumeDamageInterface_GetVolumeDamageEffectClass) == 0x000008, "Wrong size on SBZVolumeDamageInterface_GetVolumeDamageEffectClass"); \ +static_assert(offsetof(SBZVolumeDamageInterface_GetVolumeDamageEffectClass, ReturnValue) == 0x000000, "Member 'SBZVolumeDamageInterface_GetVolumeDamageEffectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVolumeDamageInterface_GetVolumeDamageNoDamagePawnTypeTagContainer \ +static_assert(alignof(SBZVolumeDamageInterface_GetVolumeDamageNoDamagePawnTypeTagContainer) == 0x000008, "Wrong alignment on SBZVolumeDamageInterface_GetVolumeDamageNoDamagePawnTypeTagContainer"); \ +static_assert(sizeof(SBZVolumeDamageInterface_GetVolumeDamageNoDamagePawnTypeTagContainer) == 0x000020, "Wrong size on SBZVolumeDamageInterface_GetVolumeDamageNoDamagePawnTypeTagContainer"); \ +static_assert(offsetof(SBZVolumeDamageInterface_GetVolumeDamageNoDamagePawnTypeTagContainer, ReturnValue) == 0x000000, "Member 'SBZVolumeDamageInterface_GetVolumeDamageNoDamagePawnTypeTagContainer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVolumeDamageInterface_GetVolumeDamageOwner \ +static_assert(alignof(SBZVolumeDamageInterface_GetVolumeDamageOwner) == 0x000008, "Wrong alignment on SBZVolumeDamageInterface_GetVolumeDamageOwner"); \ +static_assert(sizeof(SBZVolumeDamageInterface_GetVolumeDamageOwner) == 0x000010, "Wrong size on SBZVolumeDamageInterface_GetVolumeDamageOwner"); \ +static_assert(offsetof(SBZVolumeDamageInterface_GetVolumeDamageOwner, ThisObject) == 0x000000, "Member 'SBZVolumeDamageInterface_GetVolumeDamageOwner::ThisObject' has a wrong offset!"); \ +static_assert(offsetof(SBZVolumeDamageInterface_GetVolumeDamageOwner, ReturnValue) == 0x000008, "Member 'SBZVolumeDamageInterface_GetVolumeDamageOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVolumeDamageInterface_GetVolumeDamagePerSecond \ +static_assert(alignof(SBZVolumeDamageInterface_GetVolumeDamagePerSecond) == 0x000004, "Wrong alignment on SBZVolumeDamageInterface_GetVolumeDamagePerSecond"); \ +static_assert(sizeof(SBZVolumeDamageInterface_GetVolumeDamagePerSecond) == 0x000004, "Wrong size on SBZVolumeDamageInterface_GetVolumeDamagePerSecond"); \ +static_assert(offsetof(SBZVolumeDamageInterface_GetVolumeDamagePerSecond, ReturnValue) == 0x000000, "Member 'SBZVolumeDamageInterface_GetVolumeDamagePerSecond::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVolumeDamageInterface_GetVolumeDamageTickSeconds \ +static_assert(alignof(SBZVolumeDamageInterface_GetVolumeDamageTickSeconds) == 0x000004, "Wrong alignment on SBZVolumeDamageInterface_GetVolumeDamageTickSeconds"); \ +static_assert(sizeof(SBZVolumeDamageInterface_GetVolumeDamageTickSeconds) == 0x000004, "Wrong size on SBZVolumeDamageInterface_GetVolumeDamageTickSeconds"); \ +static_assert(offsetof(SBZVolumeDamageInterface_GetVolumeDamageTickSeconds, ReturnValue) == 0x000000, "Member 'SBZVolumeDamageInterface_GetVolumeDamageTickSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVolumeDamageInterface_GetVolumeDamageType \ +static_assert(alignof(SBZVolumeDamageInterface_GetVolumeDamageType) == 0x000008, "Wrong alignment on SBZVolumeDamageInterface_GetVolumeDamageType"); \ +static_assert(sizeof(SBZVolumeDamageInterface_GetVolumeDamageType) == 0x000008, "Wrong size on SBZVolumeDamageInterface_GetVolumeDamageType"); \ +static_assert(offsetof(SBZVolumeDamageInterface_GetVolumeDamageType, ReturnValue) == 0x000000, "Member 'SBZVolumeDamageInterface_GetVolumeDamageType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVolumeDamageInterface_GetVolumeOverHealDamageMultiplier \ +static_assert(alignof(SBZVolumeDamageInterface_GetVolumeOverHealDamageMultiplier) == 0x000004, "Wrong alignment on SBZVolumeDamageInterface_GetVolumeOverHealDamageMultiplier"); \ +static_assert(sizeof(SBZVolumeDamageInterface_GetVolumeOverHealDamageMultiplier) == 0x000004, "Wrong size on SBZVolumeDamageInterface_GetVolumeOverHealDamageMultiplier"); \ +static_assert(offsetof(SBZVolumeDamageInterface_GetVolumeOverHealDamageMultiplier, ReturnValue) == 0x000000, "Member 'SBZVolumeDamageInterface_GetVolumeOverHealDamageMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVolumeDamageInterface_IsVolumeDamageReady \ +static_assert(alignof(SBZVolumeDamageInterface_IsVolumeDamageReady) == 0x000001, "Wrong alignment on SBZVolumeDamageInterface_IsVolumeDamageReady"); \ +static_assert(sizeof(SBZVolumeDamageInterface_IsVolumeDamageReady) == 0x000001, "Wrong size on SBZVolumeDamageInterface_IsVolumeDamageReady"); \ +static_assert(offsetof(SBZVolumeDamageInterface_IsVolumeDamageReady, ReturnValue) == 0x000000, "Member 'SBZVolumeDamageInterface_IsVolumeDamageReady::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZVolumeDamageInterface \ +static_assert(alignof(ISBZVolumeDamageInterface) == 0x000001, "Wrong alignment on ISBZVolumeDamageInterface"); \ +static_assert(sizeof(ISBZVolumeDamageInterface) == 0x000001, "Wrong size on ISBZVolumeDamageInterface"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateDsLoading_DestinationMapLoaded \ +static_assert(alignof(SBZStateMachineStateDsLoading_DestinationMapLoaded) == 0x000008, "Wrong alignment on SBZStateMachineStateDsLoading_DestinationMapLoaded"); \ +static_assert(sizeof(SBZStateMachineStateDsLoading_DestinationMapLoaded) == 0x000008, "Wrong size on SBZStateMachineStateDsLoading_DestinationMapLoaded"); \ +static_assert(offsetof(SBZStateMachineStateDsLoading_DestinationMapLoaded, NewWorld) == 0x000000, "Member 'SBZStateMachineStateDsLoading_DestinationMapLoaded::NewWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateDsLoading \ +static_assert(alignof(USBZStateMachineStateDsLoading) == 0x000008, "Wrong alignment on USBZStateMachineStateDsLoading"); \ +static_assert(sizeof(USBZStateMachineStateDsLoading) == 0x0001A8, "Wrong size on USBZStateMachineStateDsLoading"); \ +static_assert(offsetof(USBZStateMachineStateDsLoading, TimeOutAck) == 0x000080, "Member 'USBZStateMachineStateDsLoading::TimeOutAck' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateDsLoading, DSChallengeManager) == 0x000168, "Member 'USBZStateMachineStateDsLoading::DSChallengeManager' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateDsLoading, MetaDataLoader) == 0x000170, "Member 'USBZStateMachineStateDsLoading::MetaDataLoader' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSuitInventorySlotDatabase \ +static_assert(alignof(USBZSuitInventorySlotDatabase) == 0x000008, "Wrong alignment on USBZSuitInventorySlotDatabase"); \ +static_assert(sizeof(USBZSuitInventorySlotDatabase) == 0x000048, "Wrong size on USBZSuitInventorySlotDatabase"); \ +static_assert(offsetof(USBZSuitInventorySlotDatabase, InventorySlotArray) == 0x000038, "Member 'USBZSuitInventorySlotDatabase::InventorySlotArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVotingReplicatedProxy_MulticastReceiveChatMessage \ +static_assert(alignof(SBZVotingReplicatedProxy_MulticastReceiveChatMessage) == 0x000008, "Wrong alignment on SBZVotingReplicatedProxy_MulticastReceiveChatMessage"); \ +static_assert(sizeof(SBZVotingReplicatedProxy_MulticastReceiveChatMessage) == 0x000010, "Wrong size on SBZVotingReplicatedProxy_MulticastReceiveChatMessage"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_MulticastReceiveChatMessage, Message) == 0x000000, "Member 'SBZVotingReplicatedProxy_MulticastReceiveChatMessage::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVotingReplicatedProxy_MulticastReceiveClientDisconnected \ +static_assert(alignof(SBZVotingReplicatedProxy_MulticastReceiveClientDisconnected) == 0x000008, "Wrong alignment on SBZVotingReplicatedProxy_MulticastReceiveClientDisconnected"); \ +static_assert(sizeof(SBZVotingReplicatedProxy_MulticastReceiveClientDisconnected) == 0x000028, "Wrong size on SBZVotingReplicatedProxy_MulticastReceiveClientDisconnected"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_MulticastReceiveClientDisconnected, PlayerId) == 0x000000, "Member 'SBZVotingReplicatedProxy_MulticastReceiveClientDisconnected::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVotingReplicatedProxy_MulticastReceiveLocalizedChatMessage \ +static_assert(alignof(SBZVotingReplicatedProxy_MulticastReceiveLocalizedChatMessage) == 0x000008, "Wrong alignment on SBZVotingReplicatedProxy_MulticastReceiveLocalizedChatMessage"); \ +static_assert(sizeof(SBZVotingReplicatedProxy_MulticastReceiveLocalizedChatMessage) == 0x000070, "Wrong size on SBZVotingReplicatedProxy_MulticastReceiveLocalizedChatMessage"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_MulticastReceiveLocalizedChatMessage, FormatTableId) == 0x000000, "Member 'SBZVotingReplicatedProxy_MulticastReceiveLocalizedChatMessage::FormatTableId' has a wrong offset!"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_MulticastReceiveLocalizedChatMessage, FormatLocaleKey) == 0x000010, "Member 'SBZVotingReplicatedProxy_MulticastReceiveLocalizedChatMessage::FormatLocaleKey' has a wrong offset!"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_MulticastReceiveLocalizedChatMessage, ExportedArgsNames) == 0x000020, "Member 'SBZVotingReplicatedProxy_MulticastReceiveLocalizedChatMessage::ExportedArgsNames' has a wrong offset!"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_MulticastReceiveLocalizedChatMessage, ExportedArgsStrings) == 0x000030, "Member 'SBZVotingReplicatedProxy_MulticastReceiveLocalizedChatMessage::ExportedArgsStrings' has a wrong offset!"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_MulticastReceiveLocalizedChatMessage, ArgsToLocalizeNames) == 0x000040, "Member 'SBZVotingReplicatedProxy_MulticastReceiveLocalizedChatMessage::ArgsToLocalizeNames' has a wrong offset!"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_MulticastReceiveLocalizedChatMessage, ArgsToLocalizeTableIds) == 0x000050, "Member 'SBZVotingReplicatedProxy_MulticastReceiveLocalizedChatMessage::ArgsToLocalizeTableIds' has a wrong offset!"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_MulticastReceiveLocalizedChatMessage, ArgsToLocalizeLocaleKeys) == 0x000060, "Member 'SBZVotingReplicatedProxy_MulticastReceiveLocalizedChatMessage::ArgsToLocalizeLocaleKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVotingReplicatedProxy_MulticastReceiveVoteAnswer \ +static_assert(alignof(SBZVotingReplicatedProxy_MulticastReceiveVoteAnswer) == 0x000008, "Wrong alignment on SBZVotingReplicatedProxy_MulticastReceiveVoteAnswer"); \ +static_assert(sizeof(SBZVotingReplicatedProxy_MulticastReceiveVoteAnswer) == 0x000030, "Wrong size on SBZVotingReplicatedProxy_MulticastReceiveVoteAnswer"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_MulticastReceiveVoteAnswer, PlayerId) == 0x000000, "Member 'SBZVotingReplicatedProxy_MulticastReceiveVoteAnswer::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_MulticastReceiveVoteAnswer, VotingAnswer) == 0x000028, "Member 'SBZVotingReplicatedProxy_MulticastReceiveVoteAnswer::VotingAnswer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVotingReplicatedProxy_MulticastReceiveVoteInitiate \ +static_assert(alignof(SBZVotingReplicatedProxy_MulticastReceiveVoteInitiate) == 0x000008, "Wrong alignment on SBZVotingReplicatedProxy_MulticastReceiveVoteInitiate"); \ +static_assert(sizeof(SBZVotingReplicatedProxy_MulticastReceiveVoteInitiate) == 0x000080, "Wrong size on SBZVotingReplicatedProxy_MulticastReceiveVoteInitiate"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_MulticastReceiveVoteInitiate, VoteType) == 0x000000, "Member 'SBZVotingReplicatedProxy_MulticastReceiveVoteInitiate::VoteType' has a wrong offset!"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_MulticastReceiveVoteInitiate, VoteInitArgs) == 0x000008, "Member 'SBZVotingReplicatedProxy_MulticastReceiveVoteInitiate::VoteInitArgs' has a wrong offset!"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_MulticastReceiveVoteInitiate, PlayerInitiated) == 0x000018, "Member 'SBZVotingReplicatedProxy_MulticastReceiveVoteInitiate::PlayerInitiated' has a wrong offset!"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_MulticastReceiveVoteInitiate, PlayerTargeted) == 0x000040, "Member 'SBZVotingReplicatedProxy_MulticastReceiveVoteInitiate::PlayerTargeted' has a wrong offset!"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_MulticastReceiveVoteInitiate, TimeStarted) == 0x000068, "Member 'SBZVotingReplicatedProxy_MulticastReceiveVoteInitiate::TimeStarted' has a wrong offset!"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_MulticastReceiveVoteInitiate, PlayersPending) == 0x000070, "Member 'SBZVotingReplicatedProxy_MulticastReceiveVoteInitiate::PlayersPending' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVotingReplicatedProxy_MulticastReceiveVoteRecall \ +static_assert(alignof(SBZVotingReplicatedProxy_MulticastReceiveVoteRecall) == 0x000008, "Wrong alignment on SBZVotingReplicatedProxy_MulticastReceiveVoteRecall"); \ +static_assert(sizeof(SBZVotingReplicatedProxy_MulticastReceiveVoteRecall) == 0x000028, "Wrong size on SBZVotingReplicatedProxy_MulticastReceiveVoteRecall"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_MulticastReceiveVoteRecall, PlayerId) == 0x000000, "Member 'SBZVotingReplicatedProxy_MulticastReceiveVoteRecall::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVotingReplicatedProxy_Server_NotifyClientDisconnected \ +static_assert(alignof(SBZVotingReplicatedProxy_Server_NotifyClientDisconnected) == 0x000008, "Wrong alignment on SBZVotingReplicatedProxy_Server_NotifyClientDisconnected"); \ +static_assert(sizeof(SBZVotingReplicatedProxy_Server_NotifyClientDisconnected) == 0x000028, "Wrong size on SBZVotingReplicatedProxy_Server_NotifyClientDisconnected"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_Server_NotifyClientDisconnected, PlayerId) == 0x000000, "Member 'SBZVotingReplicatedProxy_Server_NotifyClientDisconnected::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVotingReplicatedProxy_Server_NotifySendVoteAnswer \ +static_assert(alignof(SBZVotingReplicatedProxy_Server_NotifySendVoteAnswer) == 0x000008, "Wrong alignment on SBZVotingReplicatedProxy_Server_NotifySendVoteAnswer"); \ +static_assert(sizeof(SBZVotingReplicatedProxy_Server_NotifySendVoteAnswer) == 0x000030, "Wrong size on SBZVotingReplicatedProxy_Server_NotifySendVoteAnswer"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_Server_NotifySendVoteAnswer, PlayerId) == 0x000000, "Member 'SBZVotingReplicatedProxy_Server_NotifySendVoteAnswer::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_Server_NotifySendVoteAnswer, VotingAnswer) == 0x000028, "Member 'SBZVotingReplicatedProxy_Server_NotifySendVoteAnswer::VotingAnswer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVotingReplicatedProxy_Server_NotifySendVoteInitiate \ +static_assert(alignof(SBZVotingReplicatedProxy_Server_NotifySendVoteInitiate) == 0x000008, "Wrong alignment on SBZVotingReplicatedProxy_Server_NotifySendVoteInitiate"); \ +static_assert(sizeof(SBZVotingReplicatedProxy_Server_NotifySendVoteInitiate) == 0x000070, "Wrong size on SBZVotingReplicatedProxy_Server_NotifySendVoteInitiate"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_Server_NotifySendVoteInitiate, VoteType) == 0x000000, "Member 'SBZVotingReplicatedProxy_Server_NotifySendVoteInitiate::VoteType' has a wrong offset!"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_Server_NotifySendVoteInitiate, VoteInitArgs) == 0x000008, "Member 'SBZVotingReplicatedProxy_Server_NotifySendVoteInitiate::VoteInitArgs' has a wrong offset!"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_Server_NotifySendVoteInitiate, PlayerInitiated) == 0x000018, "Member 'SBZVotingReplicatedProxy_Server_NotifySendVoteInitiate::PlayerInitiated' has a wrong offset!"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_Server_NotifySendVoteInitiate, PlayerTargeted) == 0x000040, "Member 'SBZVotingReplicatedProxy_Server_NotifySendVoteInitiate::PlayerTargeted' has a wrong offset!"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_Server_NotifySendVoteInitiate, bVotePositive) == 0x000068, "Member 'SBZVotingReplicatedProxy_Server_NotifySendVoteInitiate::bVotePositive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVotingReplicatedProxy_Server_NotifySendVoteRecall \ +static_assert(alignof(SBZVotingReplicatedProxy_Server_NotifySendVoteRecall) == 0x000008, "Wrong alignment on SBZVotingReplicatedProxy_Server_NotifySendVoteRecall"); \ +static_assert(sizeof(SBZVotingReplicatedProxy_Server_NotifySendVoteRecall) == 0x000028, "Wrong size on SBZVotingReplicatedProxy_Server_NotifySendVoteRecall"); \ +static_assert(offsetof(SBZVotingReplicatedProxy_Server_NotifySendVoteRecall, PlayerId) == 0x000000, "Member 'SBZVotingReplicatedProxy_Server_NotifySendVoteRecall::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZVotingReplicatedProxy \ +static_assert(alignof(ASBZVotingReplicatedProxy) == 0x000008, "Wrong alignment on ASBZVotingReplicatedProxy"); \ +static_assert(sizeof(ASBZVotingReplicatedProxy) == 0x0002B8, "Wrong size on ASBZVotingReplicatedProxy"); \ + +#define DUMPER7_ASSERTS_USBZGloveInventorySlotDatabase \ +static_assert(alignof(USBZGloveInventorySlotDatabase) == 0x000008, "Wrong alignment on USBZGloveInventorySlotDatabase"); \ +static_assert(sizeof(USBZGloveInventorySlotDatabase) == 0x000048, "Wrong size on USBZGloveInventorySlotDatabase"); \ +static_assert(offsetof(USBZGloveInventorySlotDatabase, InventorySlotArray) == 0x000038, "Member 'USBZGloveInventorySlotDatabase::InventorySlotArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSentryGunOverheatEffect \ +static_assert(alignof(USBZSentryGunOverheatEffect) == 0x000008, "Wrong alignment on USBZSentryGunOverheatEffect"); \ +static_assert(sizeof(USBZSentryGunOverheatEffect) == 0x0008C0, "Wrong size on USBZSentryGunOverheatEffect"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateHostMigration \ +static_assert(alignof(USBZStateMachineStateHostMigration) == 0x000008, "Wrong alignment on USBZStateMachineStateHostMigration"); \ +static_assert(sizeof(USBZStateMachineStateHostMigration) == 0x000080, "Wrong size on USBZStateMachineStateHostMigration"); \ + +#define DUMPER7_ASSERTS_USBZArmorDatabase \ +static_assert(alignof(USBZArmorDatabase) == 0x000008, "Wrong alignment on USBZArmorDatabase"); \ +static_assert(sizeof(USBZArmorDatabase) == 0x000048, "Wrong size on USBZArmorDatabase"); \ +static_assert(offsetof(USBZArmorDatabase, ArmorArray) == 0x000038, "Member 'USBZArmorDatabase::ArmorArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponPresetConfigDatabase \ +static_assert(alignof(USBZWeaponPresetConfigDatabase) == 0x000008, "Wrong alignment on USBZWeaponPresetConfigDatabase"); \ +static_assert(sizeof(USBZWeaponPresetConfigDatabase) == 0x000048, "Wrong size on USBZWeaponPresetConfigDatabase"); \ +static_assert(offsetof(USBZWeaponPresetConfigDatabase, WeaponPresetConfigDataArray) == 0x000038, "Member 'USBZWeaponPresetConfigDatabase::WeaponPresetConfigDataArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZVendorDatabase \ +static_assert(alignof(USBZVendorDatabase) == 0x000008, "Wrong alignment on USBZVendorDatabase"); \ +static_assert(sizeof(USBZVendorDatabase) == 0x000048, "Wrong size on USBZVendorDatabase"); \ +static_assert(offsetof(USBZVendorDatabase, VendorArray) == 0x000038, "Member 'USBZVendorDatabase::VendorArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCrimeNetHeistMapIcon_ButtonHoveredChanged \ +static_assert(alignof(SBZMainMenuCrimeNetHeistMapIcon_ButtonHoveredChanged) == 0x000001, "Wrong alignment on SBZMainMenuCrimeNetHeistMapIcon_ButtonHoveredChanged"); \ +static_assert(sizeof(SBZMainMenuCrimeNetHeistMapIcon_ButtonHoveredChanged) == 0x000001, "Wrong size on SBZMainMenuCrimeNetHeistMapIcon_ButtonHoveredChanged"); \ +static_assert(offsetof(SBZMainMenuCrimeNetHeistMapIcon_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'SBZMainMenuCrimeNetHeistMapIcon_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCrimeNetHeistMapIcon_InitializeHeistData \ +static_assert(alignof(SBZMainMenuCrimeNetHeistMapIcon_InitializeHeistData) == 0x000008, "Wrong alignment on SBZMainMenuCrimeNetHeistMapIcon_InitializeHeistData"); \ +static_assert(sizeof(SBZMainMenuCrimeNetHeistMapIcon_InitializeHeistData) == 0x000008, "Wrong size on SBZMainMenuCrimeNetHeistMapIcon_InitializeHeistData"); \ +static_assert(offsetof(SBZMainMenuCrimeNetHeistMapIcon_InitializeHeistData, InHeistData) == 0x000000, "Member 'SBZMainMenuCrimeNetHeistMapIcon_InitializeHeistData::InHeistData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCrimeNetHeistMapIcon_SetSelected \ +static_assert(alignof(SBZMainMenuCrimeNetHeistMapIcon_SetSelected) == 0x000001, "Wrong alignment on SBZMainMenuCrimeNetHeistMapIcon_SetSelected"); \ +static_assert(sizeof(SBZMainMenuCrimeNetHeistMapIcon_SetSelected) == 0x000001, "Wrong size on SBZMainMenuCrimeNetHeistMapIcon_SetSelected"); \ +static_assert(offsetof(SBZMainMenuCrimeNetHeistMapIcon_SetSelected, bInIsSelected) == 0x000000, "Member 'SBZMainMenuCrimeNetHeistMapIcon_SetSelected::bInIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCrimeNetHeistMapIcon_GetHeistData \ +static_assert(alignof(SBZMainMenuCrimeNetHeistMapIcon_GetHeistData) == 0x000008, "Wrong alignment on SBZMainMenuCrimeNetHeistMapIcon_GetHeistData"); \ +static_assert(sizeof(SBZMainMenuCrimeNetHeistMapIcon_GetHeistData) == 0x000008, "Wrong size on SBZMainMenuCrimeNetHeistMapIcon_GetHeistData"); \ +static_assert(offsetof(SBZMainMenuCrimeNetHeistMapIcon_GetHeistData, ReturnValue) == 0x000000, "Member 'SBZMainMenuCrimeNetHeistMapIcon_GetHeistData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuCrimeNetHeistMapIcon \ +static_assert(alignof(USBZMainMenuCrimeNetHeistMapIcon) == 0x000008, "Wrong alignment on USBZMainMenuCrimeNetHeistMapIcon"); \ +static_assert(sizeof(USBZMainMenuCrimeNetHeistMapIcon) == 0x0002E0, "Wrong size on USBZMainMenuCrimeNetHeistMapIcon"); \ +static_assert(offsetof(USBZMainMenuCrimeNetHeistMapIcon, OnButtonHoveredChanged) == 0x0002B8, "Member 'USBZMainMenuCrimeNetHeistMapIcon::OnButtonHoveredChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCrimeNetHeistMapIcon, OnButtonClicked) == 0x0002C8, "Member 'USBZMainMenuCrimeNetHeistMapIcon::OnButtonClicked' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCrimeNetHeistMapIcon, HeistData) == 0x0002D8, "Member 'USBZMainMenuCrimeNetHeistMapIcon::HeistData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZServerBrowserHeistMapWidget \ +static_assert(alignof(USBZServerBrowserHeistMapWidget) == 0x000008, "Wrong alignment on USBZServerBrowserHeistMapWidget"); \ +static_assert(sizeof(USBZServerBrowserHeistMapWidget) == 0x000348, "Wrong size on USBZServerBrowserHeistMapWidget"); \ +static_assert(offsetof(USBZServerBrowserHeistMapWidget, HeistType) == 0x0002E0, "Member 'USBZServerBrowserHeistMapWidget::HeistType' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserHeistMapWidget, JoinableHeistData) == 0x0002E8, "Member 'USBZServerBrowserHeistMapWidget::JoinableHeistData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVotingManager_HandlePlayableLevelInitialized \ +static_assert(alignof(SBZVotingManager_HandlePlayableLevelInitialized) == 0x000008, "Wrong alignment on SBZVotingManager_HandlePlayableLevelInitialized"); \ +static_assert(sizeof(SBZVotingManager_HandlePlayableLevelInitialized) == 0x000008, "Wrong size on SBZVotingManager_HandlePlayableLevelInitialized"); \ +static_assert(offsetof(SBZVotingManager_HandlePlayableLevelInitialized, World) == 0x000000, "Member 'SBZVotingManager_HandlePlayableLevelInitialized::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZVotingManager \ +static_assert(alignof(USBZVotingManager) == 0x000008, "Wrong alignment on USBZVotingManager"); \ +static_assert(sizeof(USBZVotingManager) == 0x000048, "Wrong size on USBZVotingManager"); \ +static_assert(offsetof(USBZVotingManager, ReplicatedProxy) == 0x000030, "Member 'USBZVotingManager::ReplicatedProxy' has a wrong offset!"); \ +static_assert(offsetof(USBZVotingManager, VoteFactory) == 0x000038, "Member 'USBZVotingManager::VoteFactory' has a wrong offset!"); \ +static_assert(offsetof(USBZVotingManager, CurrentVote) == 0x000040, "Member 'USBZVotingManager::CurrentVote' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateGameError_OnMissionEndPopupClosed \ +static_assert(alignof(SBZStateMachineStateGameError_OnMissionEndPopupClosed) == 0x000004, "Wrong alignment on SBZStateMachineStateGameError_OnMissionEndPopupClosed"); \ +static_assert(sizeof(SBZStateMachineStateGameError_OnMissionEndPopupClosed) == 0x00000C, "Wrong size on SBZStateMachineStateGameError_OnMissionEndPopupClosed"); \ +static_assert(offsetof(SBZStateMachineStateGameError_OnMissionEndPopupClosed, ClosingActionName) == 0x000000, "Member 'SBZStateMachineStateGameError_OnMissionEndPopupClosed::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateGameError_SetNetworkConnected \ +static_assert(alignof(SBZStateMachineStateGameError_SetNetworkConnected) == 0x000001, "Wrong alignment on SBZStateMachineStateGameError_SetNetworkConnected"); \ +static_assert(sizeof(SBZStateMachineStateGameError_SetNetworkConnected) == 0x000001, "Wrong size on SBZStateMachineStateGameError_SetNetworkConnected"); \ +static_assert(offsetof(SBZStateMachineStateGameError_SetNetworkConnected, ServiceStatus) == 0x000000, "Member 'SBZStateMachineStateGameError_SetNetworkConnected::ServiceStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateGameError \ +static_assert(alignof(USBZStateMachineStateGameError) == 0x000008, "Wrong alignment on USBZStateMachineStateGameError"); \ +static_assert(sizeof(USBZStateMachineStateGameError) == 0x0000D0, "Wrong size on USBZStateMachineStateGameError"); \ +static_assert(offsetof(USBZStateMachineStateGameError, ErrorData) == 0x000080, "Member 'USBZStateMachineStateGameError::ErrorData' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateGameError, GameErrorWidget) == 0x000088, "Member 'USBZStateMachineStateGameError::GameErrorWidget' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateGameError, GameDataState) == 0x000098, "Member 'USBZStateMachineStateGameError::GameDataState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSprayCanDatabase \ +static_assert(alignof(USBZSprayCanDatabase) == 0x000008, "Wrong alignment on USBZSprayCanDatabase"); \ +static_assert(sizeof(USBZSprayCanDatabase) == 0x000048, "Wrong size on USBZSprayCanDatabase"); \ +static_assert(offsetof(USBZSprayCanDatabase, SprayCanArray) == 0x000038, "Member 'USBZSprayCanDatabase::SprayCanArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponAnimation \ +static_assert(alignof(USBZWeaponAnimation) == 0x000010, "Wrong alignment on USBZWeaponAnimation"); \ +static_assert(sizeof(USBZWeaponAnimation) == 0x000390, "Wrong size on USBZWeaponAnimation"); \ +static_assert(offsetof(USBZWeaponAnimation, RBExternalForce) == 0x0002B8, "Member 'USBZWeaponAnimation::RBExternalForce' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponAnimation, RBMinVelocity) == 0x0002C4, "Member 'USBZWeaponAnimation::RBMinVelocity' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponAnimation, RBMaxVelocity) == 0x0002C8, "Member 'USBZWeaponAnimation::RBMaxVelocity' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponAnimation, RBCoefHVelDampening) == 0x0002CC, "Member 'USBZWeaponAnimation::RBCoefHVelDampening' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponAnimation, AlphaNotAnimatedBones) == 0x0002D0, "Member 'USBZWeaponAnimation::AlphaNotAnimatedBones' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponAnimation, AlphaCopyBoneDeltaFirst) == 0x0002D4, "Member 'USBZWeaponAnimation::AlphaCopyBoneDeltaFirst' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponAnimation, AlphaCopyBoneDeltaSecond) == 0x0002D8, "Member 'USBZWeaponAnimation::AlphaCopyBoneDeltaSecond' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponAnimation, IdleStatePose) == 0x0002E0, "Member 'USBZWeaponAnimation::IdleStatePose' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponAnimation, EmptyStatePose) == 0x0002E8, "Member 'USBZWeaponAnimation::EmptyStatePose' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponAnimation, CycleStatePose) == 0x0002F0, "Member 'USBZWeaponAnimation::CycleStatePose' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponAnimation, StatePose) == 0x0002F8, "Member 'USBZWeaponAnimation::StatePose' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponAnimation, AdditiveStatePose) == 0x000300, "Member 'USBZWeaponAnimation::AdditiveStatePose' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponAnimation, NotAnimatedBones) == 0x000308, "Member 'USBZWeaponAnimation::NotAnimatedBones' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponAnimation, CopyBoneDeltaSourceFirst) == 0x000318, "Member 'USBZWeaponAnimation::CopyBoneDeltaSourceFirst' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponAnimation, CopyBoneDeltaTargetsFirst) == 0x000330, "Member 'USBZWeaponAnimation::CopyBoneDeltaTargetsFirst' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponAnimation, CopyBoneDeltaSourceSecond) == 0x000340, "Member 'USBZWeaponAnimation::CopyBoneDeltaSourceSecond' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponAnimation, CopyBoneDeltaTargetsSecond) == 0x000358, "Member 'USBZWeaponAnimation::CopyBoneDeltaTargetsSecond' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponAnimation, Weapon) == 0x000368, "Member 'USBZWeaponAnimation::Weapon' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponAnimation, AnimationCollection) == 0x000370, "Member 'USBZWeaponAnimation::AnimationCollection' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponAnimation, Character) == 0x000378, "Member 'USBZWeaponAnimation::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponCharmDatabase \ +static_assert(alignof(USBZWeaponCharmDatabase) == 0x000008, "Wrong alignment on USBZWeaponCharmDatabase"); \ +static_assert(sizeof(USBZWeaponCharmDatabase) == 0x000048, "Wrong size on USBZWeaponCharmDatabase"); \ +static_assert(offsetof(USBZWeaponCharmDatabase, WeaponCharmArray) == 0x000038, "Member 'USBZWeaponCharmDatabase::WeaponCharmArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillAmmoSpecHighGrainAmmoAced \ +static_assert(alignof(USBZSkillAmmoSpecHighGrainAmmoAced) == 0x000008, "Wrong alignment on USBZSkillAmmoSpecHighGrainAmmoAced"); \ +static_assert(sizeof(USBZSkillAmmoSpecHighGrainAmmoAced) == 0x000230, "Wrong size on USBZSkillAmmoSpecHighGrainAmmoAced"); \ + +#define DUMPER7_ASSERTS_USBZTagReactionAsset \ +static_assert(alignof(USBZTagReactionAsset) == 0x000008, "Wrong alignment on USBZTagReactionAsset"); \ +static_assert(sizeof(USBZTagReactionAsset) == 0x000088, "Wrong size on USBZTagReactionAsset"); \ +static_assert(offsetof(USBZTagReactionAsset, Map) == 0x000038, "Member 'USBZTagReactionAsset::Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponPatternDatabase \ +static_assert(alignof(USBZWeaponPatternDatabase) == 0x000008, "Wrong alignment on USBZWeaponPatternDatabase"); \ +static_assert(sizeof(USBZWeaponPatternDatabase) == 0x000048, "Wrong size on USBZWeaponPatternDatabase"); \ +static_assert(offsetof(USBZWeaponPatternDatabase, WeaponPatternArray) == 0x000038, "Member 'USBZWeaponPatternDatabase::WeaponPatternArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponStickerDatabase \ +static_assert(alignof(USBZWeaponStickerDatabase) == 0x000008, "Wrong alignment on USBZWeaponStickerDatabase"); \ +static_assert(sizeof(USBZWeaponStickerDatabase) == 0x000048, "Wrong size on USBZWeaponStickerDatabase"); \ +static_assert(offsetof(USBZWeaponStickerDatabase, WeaponStickerArray) == 0x000038, "Member 'USBZWeaponStickerDatabase::WeaponStickerArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponWearAndTearDatabase \ +static_assert(alignof(USBZWeaponWearAndTearDatabase) == 0x000008, "Wrong alignment on USBZWeaponWearAndTearDatabase"); \ +static_assert(sizeof(USBZWeaponWearAndTearDatabase) == 0x000048, "Wrong size on USBZWeaponWearAndTearDatabase"); \ +static_assert(offsetof(USBZWeaponWearAndTearDatabase, WeaponWearAndTearArray) == 0x000038, "Member 'USBZWeaponWearAndTearDatabase::WeaponWearAndTearArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMaskMouldDatabase \ +static_assert(alignof(USBZMaskMouldDatabase) == 0x000008, "Wrong alignment on USBZMaskMouldDatabase"); \ +static_assert(sizeof(USBZMaskMouldDatabase) == 0x000048, "Wrong size on USBZMaskMouldDatabase"); \ +static_assert(offsetof(USBZMaskMouldDatabase, MaskMouldArray) == 0x000038, "Member 'USBZMaskMouldDatabase::MaskMouldArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillAmmoSpecialistAmmoSpecialistAced \ +static_assert(alignof(USBZSkillAmmoSpecialistAmmoSpecialistAced) == 0x000008, "Wrong alignment on USBZSkillAmmoSpecialistAmmoSpecialistAced"); \ +static_assert(sizeof(USBZSkillAmmoSpecialistAmmoSpecialistAced) == 0x000230, "Wrong size on USBZSkillAmmoSpecialistAmmoSpecialistAced"); \ + +#define DUMPER7_ASSERTS_USBZWeaponAmmoData \ +static_assert(alignof(USBZWeaponAmmoData) == 0x000008, "Wrong alignment on USBZWeaponAmmoData"); \ +static_assert(sizeof(USBZWeaponAmmoData) == 0x000098, "Wrong size on USBZWeaponAmmoData"); \ +static_assert(offsetof(USBZWeaponAmmoData, EmptyMesh) == 0x000038, "Member 'USBZWeaponAmmoData::EmptyMesh' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponAmmoData, LoadedMesh) == 0x000068, "Member 'USBZWeaponAmmoData::LoadedMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZTacticianDiscombobulateEffect \ +static_assert(alignof(USBZTacticianDiscombobulateEffect) == 0x000008, "Wrong alignment on USBZTacticianDiscombobulateEffect"); \ +static_assert(sizeof(USBZTacticianDiscombobulateEffect) == 0x0008C0, "Wrong size on USBZTacticianDiscombobulateEffect"); \ + +#define DUMPER7_ASSERTS_USBZMaskPatternDatabase \ +static_assert(alignof(USBZMaskPatternDatabase) == 0x000008, "Wrong alignment on USBZMaskPatternDatabase"); \ +static_assert(sizeof(USBZMaskPatternDatabase) == 0x000048, "Wrong size on USBZMaskPatternDatabase"); \ +static_assert(offsetof(USBZMaskPatternDatabase, MaskPatternArray) == 0x000038, "Member 'USBZMaskPatternDatabase::MaskPatternArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWeaponCustomizationSubscreen_ApplyCosmeticConfig \ +static_assert(alignof(SBZWeaponCustomizationSubscreen_ApplyCosmeticConfig) == 0x000008, "Wrong alignment on SBZWeaponCustomizationSubscreen_ApplyCosmeticConfig"); \ +static_assert(sizeof(SBZWeaponCustomizationSubscreen_ApplyCosmeticConfig) == 0x000010, "Wrong size on SBZWeaponCustomizationSubscreen_ApplyCosmeticConfig"); \ +static_assert(offsetof(SBZWeaponCustomizationSubscreen_ApplyCosmeticConfig, CosmeticDataAsset) == 0x000000, "Member 'SBZWeaponCustomizationSubscreen_ApplyCosmeticConfig::CosmeticDataAsset' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomizationSubscreen_ApplyCosmeticConfig, ConfigIndex) == 0x000008, "Member 'SBZWeaponCustomizationSubscreen_ApplyCosmeticConfig::ConfigIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWeaponCustomizationSubscreen_ApplyCosmeticData \ +static_assert(alignof(SBZWeaponCustomizationSubscreen_ApplyCosmeticData) == 0x000008, "Wrong alignment on SBZWeaponCustomizationSubscreen_ApplyCosmeticData"); \ +static_assert(sizeof(SBZWeaponCustomizationSubscreen_ApplyCosmeticData) == 0x000008, "Wrong size on SBZWeaponCustomizationSubscreen_ApplyCosmeticData"); \ +static_assert(offsetof(SBZWeaponCustomizationSubscreen_ApplyCosmeticData, CosmeticDataAsset) == 0x000000, "Member 'SBZWeaponCustomizationSubscreen_ApplyCosmeticData::CosmeticDataAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWeaponCustomizationSubscreen_GetCosmeticConfig \ +static_assert(alignof(SBZWeaponCustomizationSubscreen_GetCosmeticConfig) == 0x000008, "Wrong alignment on SBZWeaponCustomizationSubscreen_GetCosmeticConfig"); \ +static_assert(sizeof(SBZWeaponCustomizationSubscreen_GetCosmeticConfig) == 0x000008, "Wrong size on SBZWeaponCustomizationSubscreen_GetCosmeticConfig"); \ +static_assert(offsetof(SBZWeaponCustomizationSubscreen_GetCosmeticConfig, ReturnValue) == 0x000000, "Member 'SBZWeaponCustomizationSubscreen_GetCosmeticConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWeaponCustomizationSubscreen_GetCosmeticItems \ +static_assert(alignof(SBZWeaponCustomizationSubscreen_GetCosmeticItems) == 0x000008, "Wrong alignment on SBZWeaponCustomizationSubscreen_GetCosmeticItems"); \ +static_assert(sizeof(SBZWeaponCustomizationSubscreen_GetCosmeticItems) == 0x000018, "Wrong size on SBZWeaponCustomizationSubscreen_GetCosmeticItems"); \ +static_assert(offsetof(SBZWeaponCustomizationSubscreen_GetCosmeticItems, CosmeticSlot_0) == 0x000000, "Member 'SBZWeaponCustomizationSubscreen_GetCosmeticItems::CosmeticSlot_0' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomizationSubscreen_GetCosmeticItems, ReturnValue) == 0x000008, "Member 'SBZWeaponCustomizationSubscreen_GetCosmeticItems::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWeaponCustomizationSubscreen_OnApplyCosmeticDone \ +static_assert(alignof(SBZWeaponCustomizationSubscreen_OnApplyCosmeticDone) == 0x000001, "Wrong alignment on SBZWeaponCustomizationSubscreen_OnApplyCosmeticDone"); \ +static_assert(sizeof(SBZWeaponCustomizationSubscreen_OnApplyCosmeticDone) == 0x000001, "Wrong size on SBZWeaponCustomizationSubscreen_OnApplyCosmeticDone"); \ +static_assert(offsetof(SBZWeaponCustomizationSubscreen_OnApplyCosmeticDone, Result) == 0x000000, "Member 'SBZWeaponCustomizationSubscreen_OnApplyCosmeticDone::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWeaponCustomizationSubscreen_OnTryApplyDone \ +static_assert(alignof(SBZWeaponCustomizationSubscreen_OnTryApplyDone) == 0x000001, "Wrong alignment on SBZWeaponCustomizationSubscreen_OnTryApplyDone"); \ +static_assert(sizeof(SBZWeaponCustomizationSubscreen_OnTryApplyDone) == 0x000001, "Wrong size on SBZWeaponCustomizationSubscreen_OnTryApplyDone"); \ +static_assert(offsetof(SBZWeaponCustomizationSubscreen_OnTryApplyDone, Result) == 0x000000, "Member 'SBZWeaponCustomizationSubscreen_OnTryApplyDone::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWeaponCustomizationSubscreen_RefreshEquippableConfig \ +static_assert(alignof(SBZWeaponCustomizationSubscreen_RefreshEquippableConfig) == 0x000004, "Wrong alignment on SBZWeaponCustomizationSubscreen_RefreshEquippableConfig"); \ +static_assert(sizeof(SBZWeaponCustomizationSubscreen_RefreshEquippableConfig) == 0x000008, "Wrong size on SBZWeaponCustomizationSubscreen_RefreshEquippableConfig"); \ +static_assert(offsetof(SBZWeaponCustomizationSubscreen_RefreshEquippableConfig, InEquippableSlot) == 0x000000, "Member 'SBZWeaponCustomizationSubscreen_RefreshEquippableConfig::InEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomizationSubscreen_RefreshEquippableConfig, InWeaponSlotIndex) == 0x000004, "Member 'SBZWeaponCustomizationSubscreen_RefreshEquippableConfig::InWeaponSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWeaponCustomizationSubscreen_SetupScreen \ +static_assert(alignof(SBZWeaponCustomizationSubscreen_SetupScreen) == 0x000008, "Wrong alignment on SBZWeaponCustomizationSubscreen_SetupScreen"); \ +static_assert(sizeof(SBZWeaponCustomizationSubscreen_SetupScreen) == 0x000010, "Wrong size on SBZWeaponCustomizationSubscreen_SetupScreen"); \ +static_assert(offsetof(SBZWeaponCustomizationSubscreen_SetupScreen, CosmeticSlot_0) == 0x000000, "Member 'SBZWeaponCustomizationSubscreen_SetupScreen::CosmeticSlot_0' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomizationSubscreen_SetupScreen, LoadoutSlot) == 0x000008, "Member 'SBZWeaponCustomizationSubscreen_SetupScreen::LoadoutSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomizationSubscreen_SetupScreen, LoadoutIndex) == 0x00000C, "Member 'SBZWeaponCustomizationSubscreen_SetupScreen::LoadoutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWeaponCustomizationSubscreen_GetCosmeticPart \ +static_assert(alignof(SBZWeaponCustomizationSubscreen_GetCosmeticPart) == 0x000008, "Wrong alignment on SBZWeaponCustomizationSubscreen_GetCosmeticPart"); \ +static_assert(sizeof(SBZWeaponCustomizationSubscreen_GetCosmeticPart) == 0x000008, "Wrong size on SBZWeaponCustomizationSubscreen_GetCosmeticPart"); \ +static_assert(offsetof(SBZWeaponCustomizationSubscreen_GetCosmeticPart, ReturnValue) == 0x000000, "Member 'SBZWeaponCustomizationSubscreen_GetCosmeticPart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWeaponCustomizationSubscreen_GetCosmeticSlot \ +static_assert(alignof(SBZWeaponCustomizationSubscreen_GetCosmeticSlot) == 0x000008, "Wrong alignment on SBZWeaponCustomizationSubscreen_GetCosmeticSlot"); \ +static_assert(sizeof(SBZWeaponCustomizationSubscreen_GetCosmeticSlot) == 0x000008, "Wrong size on SBZWeaponCustomizationSubscreen_GetCosmeticSlot"); \ +static_assert(offsetof(SBZWeaponCustomizationSubscreen_GetCosmeticSlot, ReturnValue) == 0x000000, "Member 'SBZWeaponCustomizationSubscreen_GetCosmeticSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponCustomizationSubscreen \ +static_assert(alignof(USBZWeaponCustomizationSubscreen) == 0x000008, "Wrong alignment on USBZWeaponCustomizationSubscreen"); \ +static_assert(sizeof(USBZWeaponCustomizationSubscreen) == 0x000320, "Wrong size on USBZWeaponCustomizationSubscreen"); \ +static_assert(offsetof(USBZWeaponCustomizationSubscreen, EquippableConfig) == 0x000290, "Member 'USBZWeaponCustomizationSubscreen::EquippableConfig' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomizationSubscreen, CosmeticSlot) == 0x000300, "Member 'USBZWeaponCustomizationSubscreen::CosmeticSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomizationSubscreen, CosmeticData) == 0x000308, "Member 'USBZWeaponCustomizationSubscreen::CosmeticData' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomizationSubscreen, CosmeticConfig) == 0x000310, "Member 'USBZWeaponCustomizationSubscreen::CosmeticConfig' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomizationSubscreen, EquippableSlot) == 0x000318, "Member 'USBZWeaponCustomizationSubscreen::EquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomizationSubscreen, WeaponSlotIndex) == 0x00031C, "Member 'USBZWeaponCustomizationSubscreen::WeaponSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMaskVFXDatabase \ +static_assert(alignof(USBZMaskVFXDatabase) == 0x000008, "Wrong alignment on USBZMaskVFXDatabase"); \ +static_assert(sizeof(USBZMaskVFXDatabase) == 0x000048, "Wrong size on USBZMaskVFXDatabase"); \ +static_assert(offsetof(USBZMaskVFXDatabase, MaskVFXArray) == 0x000038, "Member 'USBZMaskVFXDatabase::MaskVFXArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillAmmoSpecialistPlateUp \ +static_assert(alignof(USBZSkillAmmoSpecialistPlateUp) == 0x000008, "Wrong alignment on USBZSkillAmmoSpecialistPlateUp"); \ +static_assert(sizeof(USBZSkillAmmoSpecialistPlateUp) == 0x000230, "Wrong size on USBZSkillAmmoSpecialistPlateUp"); \ + +#define DUMPER7_ASSERTS_ASBZTestGameMode \ +static_assert(alignof(ASBZTestGameMode) == 0x000008, "Wrong alignment on ASBZTestGameMode"); \ +static_assert(sizeof(ASBZTestGameMode) == 0x000490, "Wrong size on ASBZTestGameMode"); \ + +#define DUMPER7_ASSERTS_USBZSuitMaterialDatabase \ +static_assert(alignof(USBZSuitMaterialDatabase) == 0x000008, "Wrong alignment on USBZSuitMaterialDatabase"); \ +static_assert(sizeof(USBZSuitMaterialDatabase) == 0x000048, "Wrong size on USBZSuitMaterialDatabase"); \ +static_assert(offsetof(USBZSuitMaterialDatabase, SuitMaterialArray) == 0x000038, "Member 'USBZSuitMaterialDatabase::SuitMaterialArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSuitPatternDatabase \ +static_assert(alignof(USBZSuitPatternDatabase) == 0x000008, "Wrong alignment on USBZSuitPatternDatabase"); \ +static_assert(sizeof(USBZSuitPatternDatabase) == 0x000048, "Wrong size on USBZSuitPatternDatabase"); \ +static_assert(offsetof(USBZSuitPatternDatabase, SuitPatternArray) == 0x000038, "Member 'USBZSuitPatternDatabase::SuitPatternArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHeistDatabase \ +static_assert(alignof(USBZHeistDatabase) == 0x000008, "Wrong alignment on USBZHeistDatabase"); \ +static_assert(sizeof(USBZHeistDatabase) == 0x000048, "Wrong size on USBZHeistDatabase"); \ +static_assert(offsetof(USBZHeistDatabase, HeistArray) == 0x000038, "Member 'USBZHeistDatabase::HeistArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponConfigManager \ +static_assert(alignof(USBZWeaponConfigManager) == 0x000008, "Wrong alignment on USBZWeaponConfigManager"); \ +static_assert(sizeof(USBZWeaponConfigManager) == 0x000060, "Wrong size on USBZWeaponConfigManager"); \ + +#define DUMPER7_ASSERTS_USBZTelegraphAttackEffectComponent \ +static_assert(alignof(USBZTelegraphAttackEffectComponent) == 0x000008, "Wrong alignment on USBZTelegraphAttackEffectComponent"); \ +static_assert(sizeof(USBZTelegraphAttackEffectComponent) == 0x0000F8, "Wrong size on USBZTelegraphAttackEffectComponent"); \ +static_assert(offsetof(USBZTelegraphAttackEffectComponent, TelegraphEffct) == 0x0000D8, "Member 'USBZTelegraphAttackEffectComponent::TelegraphEffct' has a wrong offset!"); \ +static_assert(offsetof(USBZTelegraphAttackEffectComponent, EffectAttachmentSocket) == 0x0000E0, "Member 'USBZTelegraphAttackEffectComponent::EffectAttachmentSocket' has a wrong offset!"); \ +static_assert(offsetof(USBZTelegraphAttackEffectComponent, EffectComponent) == 0x0000F0, "Member 'USBZTelegraphAttackEffectComponent::EffectComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNewsItemDatabase \ +static_assert(alignof(USBZNewsItemDatabase) == 0x000008, "Wrong alignment on USBZNewsItemDatabase"); \ +static_assert(sizeof(USBZNewsItemDatabase) == 0x000048, "Wrong size on USBZNewsItemDatabase"); \ +static_assert(offsetof(USBZNewsItemDatabase, NewsItemArray) == 0x000038, "Member 'USBZNewsItemDatabase::NewsItemArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZQuestItemDatabase \ +static_assert(alignof(USBZQuestItemDatabase) == 0x000008, "Wrong alignment on USBZQuestItemDatabase"); \ +static_assert(sizeof(USBZQuestItemDatabase) == 0x000048, "Wrong size on USBZQuestItemDatabase"); \ +static_assert(offsetof(USBZQuestItemDatabase, QuestItemArray) == 0x000038, "Member 'USBZQuestItemDatabase::QuestItemArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButtonGamepadBinding_SetPrimaryBinding \ +static_assert(alignof(SBZSettingsButtonGamepadBinding_SetPrimaryBinding) == 0x000008, "Wrong alignment on SBZSettingsButtonGamepadBinding_SetPrimaryBinding"); \ +static_assert(sizeof(SBZSettingsButtonGamepadBinding_SetPrimaryBinding) == 0x000028, "Wrong size on SBZSettingsButtonGamepadBinding_SetPrimaryBinding"); \ +static_assert(offsetof(SBZSettingsButtonGamepadBinding_SetPrimaryBinding, InBinding) == 0x000000, "Member 'SBZSettingsButtonGamepadBinding_SetPrimaryBinding::InBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSettingsButtonGamepadBinding \ +static_assert(alignof(USBZSettingsButtonGamepadBinding) == 0x000008, "Wrong alignment on USBZSettingsButtonGamepadBinding"); \ +static_assert(sizeof(USBZSettingsButtonGamepadBinding) == 0x000430, "Wrong size on USBZSettingsButtonGamepadBinding"); \ +static_assert(offsetof(USBZSettingsButtonGamepadBinding, PrimaryBinding) == 0x000408, "Member 'USBZSettingsButtonGamepadBinding::PrimaryBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateWaitPreMatch \ +static_assert(alignof(USBZStateMachineStateWaitPreMatch) == 0x000008, "Wrong alignment on USBZStateMachineStateWaitPreMatch"); \ +static_assert(sizeof(USBZStateMachineStateWaitPreMatch) == 0x0000A8, "Wrong size on USBZStateMachineStateWaitPreMatch"); \ +static_assert(offsetof(USBZStateMachineStateWaitPreMatch, LoadingScreen) == 0x000080, "Member 'USBZStateMachineStateWaitPreMatch::LoadingScreen' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateWaitPreMatch, MatchmakingData) == 0x000088, "Member 'USBZStateMachineStateWaitPreMatch::MatchmakingData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZItemDataContainer \ +static_assert(alignof(USBZItemDataContainer) == 0x000008, "Wrong alignment on USBZItemDataContainer"); \ +static_assert(sizeof(USBZItemDataContainer) == 0x000040, "Wrong size on USBZItemDataContainer"); \ +static_assert(offsetof(USBZItemDataContainer, ItemCategory) == 0x000030, "Member 'USBZItemDataContainer::ItemCategory' has a wrong offset!"); \ +static_assert(offsetof(USBZItemDataContainer, InventoryBaseData) == 0x000038, "Member 'USBZItemDataContainer::InventoryBaseData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZJobOverviewBaseWidget_BP_OnIntroSequenceChanged \ +static_assert(alignof(SBZJobOverviewBaseWidget_BP_OnIntroSequenceChanged) == 0x000001, "Wrong alignment on SBZJobOverviewBaseWidget_BP_OnIntroSequenceChanged"); \ +static_assert(sizeof(SBZJobOverviewBaseWidget_BP_OnIntroSequenceChanged) == 0x000001, "Wrong size on SBZJobOverviewBaseWidget_BP_OnIntroSequenceChanged"); \ +static_assert(offsetof(SBZJobOverviewBaseWidget_BP_OnIntroSequenceChanged, bIsStarted) == 0x000000, "Member 'SBZJobOverviewBaseWidget_BP_OnIntroSequenceChanged::bIsStarted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZJobOverviewBaseWidget_BP_OnPlayerStateCountChanged \ +static_assert(alignof(SBZJobOverviewBaseWidget_BP_OnPlayerStateCountChanged) == 0x000008, "Wrong alignment on SBZJobOverviewBaseWidget_BP_OnPlayerStateCountChanged"); \ +static_assert(sizeof(SBZJobOverviewBaseWidget_BP_OnPlayerStateCountChanged) == 0x000008, "Wrong size on SBZJobOverviewBaseWidget_BP_OnPlayerStateCountChanged"); \ +static_assert(offsetof(SBZJobOverviewBaseWidget_BP_OnPlayerStateCountChanged, PlayerState) == 0x000000, "Member 'SBZJobOverviewBaseWidget_BP_OnPlayerStateCountChanged::PlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZJobOverviewBaseWidget_BP_OnPlayerStateSkipIntroSequenceChanged \ +static_assert(alignof(SBZJobOverviewBaseWidget_BP_OnPlayerStateSkipIntroSequenceChanged) == 0x000008, "Wrong alignment on SBZJobOverviewBaseWidget_BP_OnPlayerStateSkipIntroSequenceChanged"); \ +static_assert(sizeof(SBZJobOverviewBaseWidget_BP_OnPlayerStateSkipIntroSequenceChanged) == 0x000008, "Wrong size on SBZJobOverviewBaseWidget_BP_OnPlayerStateSkipIntroSequenceChanged"); \ +static_assert(offsetof(SBZJobOverviewBaseWidget_BP_OnPlayerStateSkipIntroSequenceChanged, PlayerState) == 0x000000, "Member 'SBZJobOverviewBaseWidget_BP_OnPlayerStateSkipIntroSequenceChanged::PlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZJobOverviewBaseWidget_OnPlayerReadyStatusUpdated \ +static_assert(alignof(SBZJobOverviewBaseWidget_OnPlayerReadyStatusUpdated) == 0x000008, "Wrong alignment on SBZJobOverviewBaseWidget_OnPlayerReadyStatusUpdated"); \ +static_assert(sizeof(SBZJobOverviewBaseWidget_OnPlayerReadyStatusUpdated) == 0x000010, "Wrong size on SBZJobOverviewBaseWidget_OnPlayerReadyStatusUpdated"); \ +static_assert(offsetof(SBZJobOverviewBaseWidget_OnPlayerReadyStatusUpdated, PlayerReadyStatus) == 0x000000, "Member 'SBZJobOverviewBaseWidget_OnPlayerReadyStatusUpdated::PlayerReadyStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZJobOverviewBaseWidget \ +static_assert(alignof(USBZJobOverviewBaseWidget) == 0x000008, "Wrong alignment on USBZJobOverviewBaseWidget"); \ +static_assert(sizeof(USBZJobOverviewBaseWidget) == 0x0002C0, "Wrong size on USBZJobOverviewBaseWidget"); \ +static_assert(offsetof(USBZJobOverviewBaseWidget, PlayerStatusWidgetClass) == 0x000290, "Member 'USBZJobOverviewBaseWidget::PlayerStatusWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZJobOverviewBaseWidget, Panel_PartyWidgetContainer) == 0x000298, "Member 'USBZJobOverviewBaseWidget::Panel_PartyWidgetContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButtonResolutionChoice_SetOptionResolutions \ +static_assert(alignof(SBZSettingsButtonResolutionChoice_SetOptionResolutions) == 0x000008, "Wrong alignment on SBZSettingsButtonResolutionChoice_SetOptionResolutions"); \ +static_assert(sizeof(SBZSettingsButtonResolutionChoice_SetOptionResolutions) == 0x000010, "Wrong size on SBZSettingsButtonResolutionChoice_SetOptionResolutions"); \ +static_assert(offsetof(SBZSettingsButtonResolutionChoice_SetOptionResolutions, InOptionResolutions) == 0x000000, "Member 'SBZSettingsButtonResolutionChoice_SetOptionResolutions::InOptionResolutions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSettingsButtonResolutionChoice \ +static_assert(alignof(USBZSettingsButtonResolutionChoice) == 0x000008, "Wrong alignment on USBZSettingsButtonResolutionChoice"); \ +static_assert(sizeof(USBZSettingsButtonResolutionChoice) == 0x000448, "Wrong size on USBZSettingsButtonResolutionChoice"); \ +static_assert(offsetof(USBZSettingsButtonResolutionChoice, OptionResolutions) == 0x000430, "Member 'USBZSettingsButtonResolutionChoice::OptionResolutions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZJobOverviewPlayerStatusWidget_SetPlayerInfo \ +static_assert(alignof(SBZJobOverviewPlayerStatusWidget_SetPlayerInfo) == 0x000008, "Wrong alignment on SBZJobOverviewPlayerStatusWidget_SetPlayerInfo"); \ +static_assert(sizeof(SBZJobOverviewPlayerStatusWidget_SetPlayerInfo) == 0x000098, "Wrong size on SBZJobOverviewPlayerStatusWidget_SetPlayerInfo"); \ +static_assert(offsetof(SBZJobOverviewPlayerStatusWidget_SetPlayerInfo, InPlayerReadyInfo) == 0x000000, "Member 'SBZJobOverviewPlayerStatusWidget_SetPlayerInfo::InPlayerReadyInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZJobOverviewPlayerStatusWidget \ +static_assert(alignof(USBZJobOverviewPlayerStatusWidget) == 0x000008, "Wrong alignment on USBZJobOverviewPlayerStatusWidget"); \ +static_assert(sizeof(USBZJobOverviewPlayerStatusWidget) == 0x000290, "Wrong size on USBZJobOverviewPlayerStatusWidget"); \ + +#define DUMPER7_ASSERTS_SBZKeycardReader_OnInteractionComplete \ +static_assert(alignof(SBZKeycardReader_OnInteractionComplete) == 0x000008, "Wrong alignment on SBZKeycardReader_OnInteractionComplete"); \ +static_assert(sizeof(SBZKeycardReader_OnInteractionComplete) == 0x000018, "Wrong size on SBZKeycardReader_OnInteractionComplete"); \ +static_assert(offsetof(SBZKeycardReader_OnInteractionComplete, Interactable) == 0x000000, "Member 'SBZKeycardReader_OnInteractionComplete::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZKeycardReader_OnInteractionComplete, Interactor) == 0x000008, "Member 'SBZKeycardReader_OnInteractionComplete::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZKeycardReader_OnInteractionComplete, bIsLocallyControlled) == 0x000010, "Member 'SBZKeycardReader_OnInteractionComplete::bIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZKeycardReader_OnInteractionStateChanged \ +static_assert(alignof(SBZKeycardReader_OnInteractionStateChanged) == 0x000008, "Wrong alignment on SBZKeycardReader_OnInteractionStateChanged"); \ +static_assert(sizeof(SBZKeycardReader_OnInteractionStateChanged) == 0x000010, "Wrong size on SBZKeycardReader_OnInteractionStateChanged"); \ +static_assert(offsetof(SBZKeycardReader_OnInteractionStateChanged, Interactable) == 0x000000, "Member 'SBZKeycardReader_OnInteractionStateChanged::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZKeycardReader_OnInteractionStateChanged, bInNewState) == 0x000008, "Member 'SBZKeycardReader_OnInteractionStateChanged::bInNewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZKeycardReader \ +static_assert(alignof(ASBZKeycardReader) == 0x000008, "Wrong alignment on ASBZKeycardReader"); \ +static_assert(sizeof(ASBZKeycardReader) == 0x000318, "Wrong size on ASBZKeycardReader"); \ +static_assert(offsetof(ASBZKeycardReader, InteractableComponent) == 0x000308, "Member 'ASBZKeycardReader::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZKeycardReader, OutlineComponent) == 0x000310, "Member 'ASBZKeycardReader::OutlineComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButtonUpscalingModeChoice_SetOptionUpscalingModes \ +static_assert(alignof(SBZSettingsButtonUpscalingModeChoice_SetOptionUpscalingModes) == 0x000004, "Wrong alignment on SBZSettingsButtonUpscalingModeChoice_SetOptionUpscalingModes"); \ +static_assert(sizeof(SBZSettingsButtonUpscalingModeChoice_SetOptionUpscalingModes) == 0x000004, "Wrong size on SBZSettingsButtonUpscalingModeChoice_SetOptionUpscalingModes"); \ +static_assert(offsetof(SBZSettingsButtonUpscalingModeChoice_SetOptionUpscalingModes, InOptionUpscalingModes) == 0x000000, "Member 'SBZSettingsButtonUpscalingModeChoice_SetOptionUpscalingModes::InOptionUpscalingModes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSettingsButtonUpscalingModeChoice \ +static_assert(alignof(USBZSettingsButtonUpscalingModeChoice) == 0x000008, "Wrong alignment on USBZSettingsButtonUpscalingModeChoice"); \ +static_assert(sizeof(USBZSettingsButtonUpscalingModeChoice) == 0x000448, "Wrong size on USBZSettingsButtonUpscalingModeChoice"); \ +static_assert(offsetof(USBZSettingsButtonUpscalingModeChoice, OptionUpscalingModes) == 0x000430, "Member 'USBZSettingsButtonUpscalingModeChoice::OptionUpscalingModes' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsButtonUpscalingModeChoice, ChoiceIndices) == 0x000438, "Member 'USBZSettingsButtonUpscalingModeChoice::ChoiceIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZTaserPackStunsCriteriaData \ +static_assert(alignof(USBZTaserPackStunsCriteriaData) == 0x000008, "Wrong alignment on USBZTaserPackStunsCriteriaData"); \ +static_assert(sizeof(USBZTaserPackStunsCriteriaData) == 0x000078, "Wrong size on USBZTaserPackStunsCriteriaData"); \ +static_assert(offsetof(USBZTaserPackStunsCriteriaData, NumberOfStuns) == 0x000070, "Member 'USBZTaserPackStunsCriteriaData::NumberOfStuns' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZKeyItemData \ +static_assert(alignof(USBZKeyItemData) == 0x000008, "Wrong alignment on USBZKeyItemData"); \ +static_assert(sizeof(USBZKeyItemData) == 0x000058, "Wrong size on USBZKeyItemData"); \ +static_assert(offsetof(USBZKeyItemData, KeyItemName) == 0x000038, "Member 'USBZKeyItemData::KeyItemName' has a wrong offset!"); \ +static_assert(offsetof(USBZKeyItemData, KeyItemIcon) == 0x000050, "Member 'USBZKeyItemData::KeyItemIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZKickingManager_KickPlayer \ +static_assert(alignof(SBZKickingManager_KickPlayer) == 0x000008, "Wrong alignment on SBZKickingManager_KickPlayer"); \ +static_assert(sizeof(SBZKickingManager_KickPlayer) == 0x000038, "Wrong size on SBZKickingManager_KickPlayer"); \ +static_assert(offsetof(SBZKickingManager_KickPlayer, WorldContextObject) == 0x000000, "Member 'SBZKickingManager_KickPlayer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZKickingManager_KickPlayer, PlayerIdToKick) == 0x000008, "Member 'SBZKickingManager_KickPlayer::PlayerIdToKick' has a wrong offset!"); \ +static_assert(offsetof(SBZKickingManager_KickPlayer, ModeKick) == 0x000030, "Member 'SBZKickingManager_KickPlayer::ModeKick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZKickingManager \ +static_assert(alignof(USBZKickingManager) == 0x000008, "Wrong alignment on USBZKickingManager"); \ +static_assert(sizeof(USBZKickingManager) == 0x000168, "Wrong size on USBZKickingManager"); \ +static_assert(offsetof(USBZKickingManager, CurrentKickingInfo) == 0x000030, "Member 'USBZKickingManager::CurrentKickingInfo' has a wrong offset!"); \ +static_assert(offsetof(USBZKickingManager, RecentlyAttemptedKicks) == 0x0000D8, "Member 'USBZKickingManager::RecentlyAttemptedKicks' has a wrong offset!"); \ +static_assert(offsetof(USBZKickingManager, OnKickInfoChanged) == 0x000128, "Member 'USBZKickingManager::OnKickInfoChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZKickingManager, OnKickFailed) == 0x000138, "Member 'USBZKickingManager::OnKickFailed' has a wrong offset!"); \ +static_assert(offsetof(USBZKickingManager, OnClientWasKicked) == 0x000148, "Member 'USBZKickingManager::OnClientWasKicked' has a wrong offset!"); \ +static_assert(offsetof(USBZKickingManager, TimeToKick) == 0x000158, "Member 'USBZKickingManager::TimeToKick' has a wrong offset!"); \ +static_assert(offsetof(USBZKickingManager, TimeToBeKickedAgainOnFailedKick) == 0x00015C, "Member 'USBZKickingManager::TimeToBeKickedAgainOnFailedKick' has a wrong offset!"); \ +static_assert(offsetof(USBZKickingManager, bWasClientRecentlyKicked) == 0x000160, "Member 'USBZKickingManager::bWasClientRecentlyKicked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_GetCinematicVolume \ +static_assert(alignof(SBZSettingsFunctionsAudio_GetCinematicVolume) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_GetCinematicVolume"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_GetCinematicVolume) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_GetCinematicVolume"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetCinematicVolume, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_GetCinematicVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetCinematicVolume, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsAudio_GetCinematicVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_GetDefaultCinematicVolume \ +static_assert(alignof(SBZSettingsFunctionsAudio_GetDefaultCinematicVolume) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_GetDefaultCinematicVolume"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_GetDefaultCinematicVolume) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_GetDefaultCinematicVolume"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetDefaultCinematicVolume, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_GetDefaultCinematicVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetDefaultCinematicVolume, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsAudio_GetDefaultCinematicVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_GetDefaultMasterVolume \ +static_assert(alignof(SBZSettingsFunctionsAudio_GetDefaultMasterVolume) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_GetDefaultMasterVolume"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_GetDefaultMasterVolume) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_GetDefaultMasterVolume"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetDefaultMasterVolume, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_GetDefaultMasterVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetDefaultMasterVolume, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsAudio_GetDefaultMasterVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_GetDefaultMusicVolume \ +static_assert(alignof(SBZSettingsFunctionsAudio_GetDefaultMusicVolume) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_GetDefaultMusicVolume"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_GetDefaultMusicVolume) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_GetDefaultMusicVolume"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetDefaultMusicVolume, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_GetDefaultMusicVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetDefaultMusicVolume, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsAudio_GetDefaultMusicVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_GetDefaultOperatorVOVolume \ +static_assert(alignof(SBZSettingsFunctionsAudio_GetDefaultOperatorVOVolume) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_GetDefaultOperatorVOVolume"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_GetDefaultOperatorVOVolume) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_GetDefaultOperatorVOVolume"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetDefaultOperatorVOVolume, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_GetDefaultOperatorVOVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetDefaultOperatorVOVolume, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsAudio_GetDefaultOperatorVOVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_GetDefaultSFXVolume \ +static_assert(alignof(SBZSettingsFunctionsAudio_GetDefaultSFXVolume) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_GetDefaultSFXVolume"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_GetDefaultSFXVolume) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_GetDefaultSFXVolume"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetDefaultSFXVolume, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_GetDefaultSFXVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetDefaultSFXVolume, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsAudio_GetDefaultSFXVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_GetDefaultVoIPMicVolume \ +static_assert(alignof(SBZSettingsFunctionsAudio_GetDefaultVoIPMicVolume) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_GetDefaultVoIPMicVolume"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_GetDefaultVoIPMicVolume) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_GetDefaultVoIPMicVolume"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetDefaultVoIPMicVolume, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_GetDefaultVoIPMicVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetDefaultVoIPMicVolume, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsAudio_GetDefaultVoIPMicVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_GetDefaultVoIPVolume \ +static_assert(alignof(SBZSettingsFunctionsAudio_GetDefaultVoIPVolume) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_GetDefaultVoIPVolume"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_GetDefaultVoIPVolume) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_GetDefaultVoIPVolume"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetDefaultVoIPVolume, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_GetDefaultVoIPVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetDefaultVoIPVolume, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsAudio_GetDefaultVoIPVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_GetDefaultVOVolume \ +static_assert(alignof(SBZSettingsFunctionsAudio_GetDefaultVOVolume) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_GetDefaultVOVolume"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_GetDefaultVOVolume) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_GetDefaultVOVolume"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetDefaultVOVolume, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_GetDefaultVOVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetDefaultVOVolume, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsAudio_GetDefaultVOVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_GetMasterVolume \ +static_assert(alignof(SBZSettingsFunctionsAudio_GetMasterVolume) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_GetMasterVolume"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_GetMasterVolume) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_GetMasterVolume"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetMasterVolume, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_GetMasterVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetMasterVolume, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsAudio_GetMasterVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_GetMusicVolume \ +static_assert(alignof(SBZSettingsFunctionsAudio_GetMusicVolume) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_GetMusicVolume"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_GetMusicVolume) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_GetMusicVolume"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetMusicVolume, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_GetMusicVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetMusicVolume, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsAudio_GetMusicVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_GetOperatorVOVolume \ +static_assert(alignof(SBZSettingsFunctionsAudio_GetOperatorVOVolume) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_GetOperatorVOVolume"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_GetOperatorVOVolume) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_GetOperatorVOVolume"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetOperatorVOVolume, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_GetOperatorVOVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetOperatorVOVolume, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsAudio_GetOperatorVOVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_GetSFXVolume \ +static_assert(alignof(SBZSettingsFunctionsAudio_GetSFXVolume) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_GetSFXVolume"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_GetSFXVolume) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_GetSFXVolume"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetSFXVolume, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_GetSFXVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetSFXVolume, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsAudio_GetSFXVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_GetVoIPMicVolume \ +static_assert(alignof(SBZSettingsFunctionsAudio_GetVoIPMicVolume) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_GetVoIPMicVolume"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_GetVoIPMicVolume) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_GetVoIPMicVolume"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetVoIPMicVolume, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_GetVoIPMicVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetVoIPMicVolume, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsAudio_GetVoIPMicVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_GetVoIPVolume \ +static_assert(alignof(SBZSettingsFunctionsAudio_GetVoIPVolume) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_GetVoIPVolume"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_GetVoIPVolume) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_GetVoIPVolume"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetVoIPVolume, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_GetVoIPVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetVoIPVolume, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsAudio_GetVoIPVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_GetVOVolume \ +static_assert(alignof(SBZSettingsFunctionsAudio_GetVOVolume) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_GetVOVolume"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_GetVOVolume) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_GetVOVolume"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetVOVolume, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_GetVOVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_GetVOVolume, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsAudio_GetVOVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_IsPushToTalkEnabled \ +static_assert(alignof(SBZSettingsFunctionsAudio_IsPushToTalkEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_IsPushToTalkEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_IsPushToTalkEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_IsPushToTalkEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_IsPushToTalkEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_IsPushToTalkEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_IsPushToTalkEnabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsAudio_IsPushToTalkEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_IsPushToTalkEnabledByDefault \ +static_assert(alignof(SBZSettingsFunctionsAudio_IsPushToTalkEnabledByDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_IsPushToTalkEnabledByDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_IsPushToTalkEnabledByDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_IsPushToTalkEnabledByDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_IsPushToTalkEnabledByDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_IsPushToTalkEnabledByDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_IsPushToTalkEnabledByDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsAudio_IsPushToTalkEnabledByDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_IsVoIPEnabled \ +static_assert(alignof(SBZSettingsFunctionsAudio_IsVoIPEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_IsVoIPEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_IsVoIPEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_IsVoIPEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_IsVoIPEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_IsVoIPEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_IsVoIPEnabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsAudio_IsVoIPEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_IsVoIPEnabledByDefault \ +static_assert(alignof(SBZSettingsFunctionsAudio_IsVoIPEnabledByDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_IsVoIPEnabledByDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_IsVoIPEnabledByDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_IsVoIPEnabledByDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_IsVoIPEnabledByDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_IsVoIPEnabledByDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_IsVoIPEnabledByDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsAudio_IsVoIPEnabledByDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_SetCinematicVolume \ +static_assert(alignof(SBZSettingsFunctionsAudio_SetCinematicVolume) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_SetCinematicVolume"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_SetCinematicVolume) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_SetCinematicVolume"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_SetCinematicVolume, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_SetCinematicVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_SetCinematicVolume, Volume) == 0x000008, "Member 'SBZSettingsFunctionsAudio_SetCinematicVolume::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_SetMasterVolume \ +static_assert(alignof(SBZSettingsFunctionsAudio_SetMasterVolume) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_SetMasterVolume"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_SetMasterVolume) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_SetMasterVolume"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_SetMasterVolume, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_SetMasterVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_SetMasterVolume, Volume) == 0x000008, "Member 'SBZSettingsFunctionsAudio_SetMasterVolume::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_SetMusicVolume \ +static_assert(alignof(SBZSettingsFunctionsAudio_SetMusicVolume) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_SetMusicVolume"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_SetMusicVolume) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_SetMusicVolume"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_SetMusicVolume, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_SetMusicVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_SetMusicVolume, Volume) == 0x000008, "Member 'SBZSettingsFunctionsAudio_SetMusicVolume::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_SetOperatorVOVolume \ +static_assert(alignof(SBZSettingsFunctionsAudio_SetOperatorVOVolume) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_SetOperatorVOVolume"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_SetOperatorVOVolume) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_SetOperatorVOVolume"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_SetOperatorVOVolume, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_SetOperatorVOVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_SetOperatorVOVolume, Volume) == 0x000008, "Member 'SBZSettingsFunctionsAudio_SetOperatorVOVolume::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_SetPushToTalkEnabled \ +static_assert(alignof(SBZSettingsFunctionsAudio_SetPushToTalkEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_SetPushToTalkEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_SetPushToTalkEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_SetPushToTalkEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_SetPushToTalkEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_SetPushToTalkEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_SetPushToTalkEnabled, bIsEnabled) == 0x000008, "Member 'SBZSettingsFunctionsAudio_SetPushToTalkEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_SetSFXVolume \ +static_assert(alignof(SBZSettingsFunctionsAudio_SetSFXVolume) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_SetSFXVolume"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_SetSFXVolume) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_SetSFXVolume"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_SetSFXVolume, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_SetSFXVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_SetSFXVolume, Volume) == 0x000008, "Member 'SBZSettingsFunctionsAudio_SetSFXVolume::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_SetVoIPEnabled \ +static_assert(alignof(SBZSettingsFunctionsAudio_SetVoIPEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_SetVoIPEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_SetVoIPEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_SetVoIPEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_SetVoIPEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_SetVoIPEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_SetVoIPEnabled, bIsEnabled) == 0x000008, "Member 'SBZSettingsFunctionsAudio_SetVoIPEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_SetVoIPMicVolume \ +static_assert(alignof(SBZSettingsFunctionsAudio_SetVoIPMicVolume) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_SetVoIPMicVolume"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_SetVoIPMicVolume) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_SetVoIPMicVolume"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_SetVoIPMicVolume, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_SetVoIPMicVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_SetVoIPMicVolume, Volume) == 0x000008, "Member 'SBZSettingsFunctionsAudio_SetVoIPMicVolume::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_SetVoIPVolume \ +static_assert(alignof(SBZSettingsFunctionsAudio_SetVoIPVolume) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_SetVoIPVolume"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_SetVoIPVolume) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_SetVoIPVolume"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_SetVoIPVolume, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_SetVoIPVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_SetVoIPVolume, Volume) == 0x000008, "Member 'SBZSettingsFunctionsAudio_SetVoIPVolume::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsAudio_SetVOVolume \ +static_assert(alignof(SBZSettingsFunctionsAudio_SetVOVolume) == 0x000008, "Wrong alignment on SBZSettingsFunctionsAudio_SetVOVolume"); \ +static_assert(sizeof(SBZSettingsFunctionsAudio_SetVOVolume) == 0x000010, "Wrong size on SBZSettingsFunctionsAudio_SetVOVolume"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_SetVOVolume, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsAudio_SetVOVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsAudio_SetVOVolume, Volume) == 0x000008, "Member 'SBZSettingsFunctionsAudio_SetVOVolume::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSettingsFunctionsAudio \ +static_assert(alignof(USBZSettingsFunctionsAudio) == 0x000008, "Wrong alignment on USBZSettingsFunctionsAudio"); \ +static_assert(sizeof(USBZSettingsFunctionsAudio) == 0x000030, "Wrong size on USBZSettingsFunctionsAudio"); \ + +#define DUMPER7_ASSERTS_SBZStaticVehicle_SetLightCPDBroken \ +static_assert(alignof(SBZStaticVehicle_SetLightCPDBroken) == 0x000004, "Wrong alignment on SBZStaticVehicle_SetLightCPDBroken"); \ +static_assert(sizeof(SBZStaticVehicle_SetLightCPDBroken) == 0x000008, "Wrong size on SBZStaticVehicle_SetLightCPDBroken"); \ +static_assert(offsetof(SBZStaticVehicle_SetLightCPDBroken, CPDIndex) == 0x000000, "Member 'SBZStaticVehicle_SetLightCPDBroken::CPDIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZStaticVehicle_SetLightCPDBroken, LightBit) == 0x000004, "Member 'SBZStaticVehicle_SetLightCPDBroken::LightBit' has a wrong offset!"); \ +static_assert(offsetof(SBZStaticVehicle_SetLightCPDBroken, bIsBroken) == 0x000005, "Member 'SBZStaticVehicle_SetLightCPDBroken::bIsBroken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStaticVehicle_SetLightType \ +static_assert(alignof(SBZStaticVehicle_SetLightType) == 0x000001, "Wrong alignment on SBZStaticVehicle_SetLightType"); \ +static_assert(sizeof(SBZStaticVehicle_SetLightType) == 0x000002, "Wrong size on SBZStaticVehicle_SetLightType"); \ +static_assert(offsetof(SBZStaticVehicle_SetLightType, LightType) == 0x000000, "Member 'SBZStaticVehicle_SetLightType::LightType' has a wrong offset!"); \ +static_assert(offsetof(SBZStaticVehicle_SetLightType, bIsOn) == 0x000001, "Member 'SBZStaticVehicle_SetLightType::bIsOn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZStaticVehicle \ +static_assert(alignof(ASBZStaticVehicle) == 0x000008, "Wrong alignment on ASBZStaticVehicle"); \ +static_assert(sizeof(ASBZStaticVehicle) == 0x000350, "Wrong size on ASBZStaticVehicle"); \ +static_assert(offsetof(ASBZStaticVehicle, LightsCPDGraph) == 0x0002B8, "Member 'ASBZStaticVehicle::LightsCPDGraph' has a wrong offset!"); \ +static_assert(offsetof(ASBZStaticVehicle, ActiveLightsBitmask) == 0x000308, "Member 'ASBZStaticVehicle::ActiveLightsBitmask' has a wrong offset!"); \ +static_assert(offsetof(ASBZStaticVehicle, VariationData) == 0x000310, "Member 'ASBZStaticVehicle::VariationData' has a wrong offset!"); \ +static_assert(offsetof(ASBZStaticVehicle, Seed) == 0x000318, "Member 'ASBZStaticVehicle::Seed' has a wrong offset!"); \ +static_assert(offsetof(ASBZStaticVehicle, AlarmEquippedChance) == 0x00031C, "Member 'ASBZStaticVehicle::AlarmEquippedChance' has a wrong offset!"); \ +static_assert(offsetof(ASBZStaticVehicle, AkComponent) == 0x000328, "Member 'ASBZStaticVehicle::AkComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZStaticVehicle, AlarmStartEvent) == 0x000330, "Member 'ASBZStaticVehicle::AlarmStartEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZStaticVehicle, AlarmStopEvent) == 0x000338, "Member 'ASBZStaticVehicle::AlarmStopEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLandingAbility \ +static_assert(alignof(USBZLandingAbility) == 0x000008, "Wrong alignment on USBZLandingAbility"); \ +static_assert(sizeof(USBZLandingAbility) == 0x0004E0, "Wrong size on USBZLandingAbility"); \ +static_assert(offsetof(USBZLandingAbility, OwnerCharacter) == 0x0004D8, "Member 'USBZLandingAbility::OwnerCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLandingEffect \ +static_assert(alignof(USBZLandingEffect) == 0x000008, "Wrong alignment on USBZLandingEffect"); \ +static_assert(sizeof(USBZLandingEffect) == 0x0008C0, "Wrong size on USBZLandingEffect"); \ + +#define DUMPER7_ASSERTS_USBZSaveGameSettings \ +static_assert(alignof(USBZSaveGameSettings) == 0x000008, "Wrong alignment on USBZSaveGameSettings"); \ +static_assert(sizeof(USBZSaveGameSettings) == 0x0000D8, "Wrong size on USBZSaveGameSettings"); \ +static_assert(offsetof(USBZSaveGameSettings, DefaultProgressionSaveGame) == 0x000048, "Member 'USBZSaveGameSettings::DefaultProgressionSaveGame' has a wrong offset!"); \ +static_assert(offsetof(USBZSaveGameSettings, DefaultTutorialLoadoutAsset) == 0x000078, "Member 'USBZSaveGameSettings::DefaultTutorialLoadoutAsset' has a wrong offset!"); \ +static_assert(offsetof(USBZSaveGameSettings, DefaultProgressionSaveChallenges) == 0x0000A8, "Member 'USBZSaveGameSettings::DefaultProgressionSaveChallenges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineDataReplay \ +static_assert(alignof(USBZStateMachineDataReplay) == 0x000008, "Wrong alignment on USBZStateMachineDataReplay"); \ +static_assert(sizeof(USBZStateMachineDataReplay) == 0x000098, "Wrong size on USBZStateMachineDataReplay"); \ +static_assert(offsetof(USBZStateMachineDataReplay, Params_0) == 0x000038, "Member 'USBZStateMachineDataReplay::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLaser \ +static_assert(alignof(USBZLaser) == 0x000010, "Wrong alignment on USBZLaser"); \ +static_assert(sizeof(USBZLaser) == 0x0005A0, "Wrong size on USBZLaser"); \ + +#define DUMPER7_ASSERTS_ASBZLaserGadget \ +static_assert(alignof(ASBZLaserGadget) == 0x000008, "Wrong alignment on ASBZLaserGadget"); \ +static_assert(sizeof(ASBZLaserGadget) == 0x0002B8, "Wrong size on ASBZLaserGadget"); \ +static_assert(offsetof(ASBZLaserGadget, LaserMesh) == 0x0002B0, "Member 'ASBZLaserGadget::LaserMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLaserGrid_BlockingActorEntered \ +static_assert(alignof(SBZLaserGrid_BlockingActorEntered) == 0x000008, "Wrong alignment on SBZLaserGrid_BlockingActorEntered"); \ +static_assert(sizeof(SBZLaserGrid_BlockingActorEntered) == 0x0000B0, "Wrong size on SBZLaserGrid_BlockingActorEntered"); \ +static_assert(offsetof(SBZLaserGrid_BlockingActorEntered, OverlappedComp) == 0x000000, "Member 'SBZLaserGrid_BlockingActorEntered::OverlappedComp' has a wrong offset!"); \ +static_assert(offsetof(SBZLaserGrid_BlockingActorEntered, Other) == 0x000008, "Member 'SBZLaserGrid_BlockingActorEntered::Other' has a wrong offset!"); \ +static_assert(offsetof(SBZLaserGrid_BlockingActorEntered, OtherComp) == 0x000010, "Member 'SBZLaserGrid_BlockingActorEntered::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZLaserGrid_BlockingActorEntered, OtherBodyIndex) == 0x000018, "Member 'SBZLaserGrid_BlockingActorEntered::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZLaserGrid_BlockingActorEntered, bFromSweep) == 0x00001C, "Member 'SBZLaserGrid_BlockingActorEntered::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(SBZLaserGrid_BlockingActorEntered, SweepResult) == 0x000020, "Member 'SBZLaserGrid_BlockingActorEntered::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLaserGrid_Multicast_SetEnabled \ +static_assert(alignof(SBZLaserGrid_Multicast_SetEnabled) == 0x000001, "Wrong alignment on SBZLaserGrid_Multicast_SetEnabled"); \ +static_assert(sizeof(SBZLaserGrid_Multicast_SetEnabled) == 0x000001, "Wrong size on SBZLaserGrid_Multicast_SetEnabled"); \ +static_assert(offsetof(SBZLaserGrid_Multicast_SetEnabled, bEnabled) == 0x000000, "Member 'SBZLaserGrid_Multicast_SetEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLaserGrid_Multicast_SetNewPattern \ +static_assert(alignof(SBZLaserGrid_Multicast_SetNewPattern) == 0x000002, "Wrong alignment on SBZLaserGrid_Multicast_SetNewPattern"); \ +static_assert(sizeof(SBZLaserGrid_Multicast_SetNewPattern) == 0x000002, "Wrong size on SBZLaserGrid_Multicast_SetNewPattern"); \ +static_assert(offsetof(SBZLaserGrid_Multicast_SetNewPattern, NewPatternIndex) == 0x000000, "Member 'SBZLaserGrid_Multicast_SetNewPattern::NewPatternIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLaserGrid_OnHeistStateChanged \ +static_assert(alignof(SBZLaserGrid_OnHeistStateChanged) == 0x000001, "Wrong alignment on SBZLaserGrid_OnHeistStateChanged"); \ +static_assert(sizeof(SBZLaserGrid_OnHeistStateChanged) == 0x000002, "Wrong size on SBZLaserGrid_OnHeistStateChanged"); \ +static_assert(offsetof(SBZLaserGrid_OnHeistStateChanged, OldState) == 0x000000, "Member 'SBZLaserGrid_OnHeistStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZLaserGrid_OnHeistStateChanged, NewState) == 0x000001, "Member 'SBZLaserGrid_OnHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLaserGrid_SetEnabled \ +static_assert(alignof(SBZLaserGrid_SetEnabled) == 0x000001, "Wrong alignment on SBZLaserGrid_SetEnabled"); \ +static_assert(sizeof(SBZLaserGrid_SetEnabled) == 0x000001, "Wrong size on SBZLaserGrid_SetEnabled"); \ +static_assert(offsetof(SBZLaserGrid_SetEnabled, bEnabled) == 0x000000, "Member 'SBZLaserGrid_SetEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZLaserGrid \ +static_assert(alignof(ASBZLaserGrid) == 0x000008, "Wrong alignment on ASBZLaserGrid"); \ +static_assert(sizeof(ASBZLaserGrid) == 0x000348, "Wrong size on ASBZLaserGrid"); \ +static_assert(offsetof(ASBZLaserGrid, OnLaserGridTriggered) == 0x0002A8, "Member 'ASBZLaserGrid::OnLaserGridTriggered' has a wrong offset!"); \ +static_assert(offsetof(ASBZLaserGrid, LaserComponentClass) == 0x0002B8, "Member 'ASBZLaserGrid::LaserComponentClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZLaserGrid, LaserConnectionArray) == 0x0002C0, "Member 'ASBZLaserGrid::LaserConnectionArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZLaserGrid, HitBoxSize) == 0x0002D0, "Member 'ASBZLaserGrid::HitBoxSize' has a wrong offset!"); \ +static_assert(offsetof(ASBZLaserGrid, bShouldDisableOnAlarm) == 0x0002D8, "Member 'ASBZLaserGrid::bShouldDisableOnAlarm' has a wrong offset!"); \ +static_assert(offsetof(ASBZLaserGrid, bShouldUsePatterns) == 0x0002D9, "Member 'ASBZLaserGrid::bShouldUsePatterns' has a wrong offset!"); \ +static_assert(offsetof(ASBZLaserGrid, LaserPatterns) == 0x0002E0, "Member 'ASBZLaserGrid::LaserPatterns' has a wrong offset!"); \ +static_assert(offsetof(ASBZLaserGrid, PatternCyclingTime) == 0x0002F0, "Member 'ASBZLaserGrid::PatternCyclingTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZLaserGrid, LaserAudioEvent) == 0x0002F8, "Member 'ASBZLaserGrid::LaserAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZLaserGrid, LaserShutdownAudioEvent) == 0x000300, "Member 'ASBZLaserGrid::LaserShutdownAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZLaserGrid, CachedLaserArray) == 0x000308, "Member 'ASBZLaserGrid::CachedLaserArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZLaserGrid, CachedBoxArray) == 0x000318, "Member 'ASBZLaserGrid::CachedBoxArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZLaserGrid, CachedAmbientSoundArray) == 0x000328, "Member 'ASBZLaserGrid::CachedAmbientSoundArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZLaserGrid, CurrentPatternIndex) == 0x000338, "Member 'ASBZLaserGrid::CurrentPatternIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZLaserGrid, bIsEnabled) == 0x00033C, "Member 'ASBZLaserGrid::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLaserPoint \ +static_assert(alignof(USBZLaserPoint) == 0x000010, "Wrong alignment on USBZLaserPoint"); \ +static_assert(sizeof(USBZLaserPoint) == 0x0005A0, "Wrong size on USBZLaserPoint"); \ + +#define DUMPER7_ASSERTS_SBZSearchAndHostMatchmaking_HandleLostConnectionToHost \ +static_assert(alignof(SBZSearchAndHostMatchmaking_HandleLostConnectionToHost) == 0x000001, "Wrong alignment on SBZSearchAndHostMatchmaking_HandleLostConnectionToHost"); \ +static_assert(sizeof(SBZSearchAndHostMatchmaking_HandleLostConnectionToHost) == 0x000001, "Wrong size on SBZSearchAndHostMatchmaking_HandleLostConnectionToHost"); \ +static_assert(offsetof(SBZSearchAndHostMatchmaking_HandleLostConnectionToHost, Result) == 0x000000, "Member 'SBZSearchAndHostMatchmaking_HandleLostConnectionToHost::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSearchAndHostMatchmaking \ +static_assert(alignof(USBZSearchAndHostMatchmaking) == 0x000008, "Wrong alignment on USBZSearchAndHostMatchmaking"); \ +static_assert(sizeof(USBZSearchAndHostMatchmaking) == 0x000340, "Wrong size on USBZSearchAndHostMatchmaking"); \ +static_assert(offsetof(USBZSearchAndHostMatchmaking, MaxSearchesPerRequest) == 0x0001B8, "Member 'USBZSearchAndHostMatchmaking::MaxSearchesPerRequest' has a wrong offset!"); \ +static_assert(offsetof(USBZSearchAndHostMatchmaking, RepeatSearchDelayMin) == 0x0001BC, "Member 'USBZSearchAndHostMatchmaking::RepeatSearchDelayMin' has a wrong offset!"); \ +static_assert(offsetof(USBZSearchAndHostMatchmaking, RepeatSearchDelayMax) == 0x0001C0, "Member 'USBZSearchAndHostMatchmaking::RepeatSearchDelayMax' has a wrong offset!"); \ +static_assert(offsetof(USBZSearchAndHostMatchmaking, LostConnectionDelayMin) == 0x0001C4, "Member 'USBZSearchAndHostMatchmaking::LostConnectionDelayMin' has a wrong offset!"); \ +static_assert(offsetof(USBZSearchAndHostMatchmaking, LostConnectionDelayMax) == 0x0001C8, "Member 'USBZSearchAndHostMatchmaking::LostConnectionDelayMax' has a wrong offset!"); \ +static_assert(offsetof(USBZSearchAndHostMatchmaking, PowerLevelDeltaSmall) == 0x0001CC, "Member 'USBZSearchAndHostMatchmaking::PowerLevelDeltaSmall' has a wrong offset!"); \ +static_assert(offsetof(USBZSearchAndHostMatchmaking, PowerLevelDeltaMedium) == 0x0001D0, "Member 'USBZSearchAndHostMatchmaking::PowerLevelDeltaMedium' has a wrong offset!"); \ +static_assert(offsetof(USBZSearchAndHostMatchmaking, bPartyDropInEnabled) == 0x0001D4, "Member 'USBZSearchAndHostMatchmaking::bPartyDropInEnabled' has a wrong offset!"); \ +static_assert(offsetof(USBZSearchAndHostMatchmaking, DelayTimer) == 0x0001D8, "Member 'USBZSearchAndHostMatchmaking::DelayTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineDataIIS \ +static_assert(alignof(USBZStateMachineDataIIS) == 0x000008, "Wrong alignment on USBZStateMachineDataIIS"); \ +static_assert(sizeof(USBZStateMachineDataIIS) == 0x000040, "Wrong size on USBZStateMachineDataIIS"); \ +static_assert(offsetof(USBZStateMachineDataIIS, ReturnReason) == 0x000038, "Member 'USBZStateMachineDataIIS::ReturnReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLayingOnBackNotifyState \ +static_assert(alignof(USBZLayingOnBackNotifyState) == 0x000008, "Wrong alignment on USBZLayingOnBackNotifyState"); \ +static_assert(sizeof(USBZLayingOnBackNotifyState) == 0x000038, "Wrong size on USBZLayingOnBackNotifyState"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineSharedState \ +static_assert(alignof(USBZStateMachineSharedState) == 0x000008, "Wrong alignment on USBZStateMachineSharedState"); \ +static_assert(sizeof(USBZStateMachineSharedState) == 0x0000D8, "Wrong size on USBZStateMachineSharedState"); \ +static_assert(offsetof(USBZStateMachineSharedState, OnlineSessionPhase) == 0x0000C0, "Member 'USBZStateMachineSharedState::OnlineSessionPhase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZLazyObject \ +static_assert(alignof(ISBZLazyObject) == 0x000001, "Wrong alignment on ISBZLazyObject"); \ +static_assert(sizeof(ISBZLazyObject) == 0x000001, "Wrong size on ISBZLazyObject"); \ + +#define DUMPER7_ASSERTS_USBZLazyLoadingManager \ +static_assert(alignof(USBZLazyLoadingManager) == 0x000008, "Wrong alignment on USBZLazyLoadingManager"); \ +static_assert(sizeof(USBZLazyLoadingManager) == 0x000088, "Wrong size on USBZLazyLoadingManager"); \ +static_assert(offsetof(USBZLazyLoadingManager, FetchStatItemsValueQueries) == 0x000038, "Member 'USBZLazyLoadingManager::FetchStatItemsValueQueries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_SBZPlaceRandomSublevel \ +static_assert(alignof(SBZLevelScriptActor_SBZPlaceRandomSublevel) == 0x000008, "Wrong alignment on SBZLevelScriptActor_SBZPlaceRandomSublevel"); \ +static_assert(sizeof(SBZLevelScriptActor_SBZPlaceRandomSublevel) == 0x000040, "Wrong size on SBZLevelScriptActor_SBZPlaceRandomSublevel"); \ +static_assert(offsetof(SBZLevelScriptActor_SBZPlaceRandomSublevel, WorldContextObject) == 0x000000, "Member 'SBZLevelScriptActor_SBZPlaceRandomSublevel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_SBZPlaceRandomSublevel, LevelName) == 0x000008, "Member 'SBZLevelScriptActor_SBZPlaceRandomSublevel::LevelName' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_SBZPlaceRandomSublevel, Location) == 0x000018, "Member 'SBZLevelScriptActor_SBZPlaceRandomSublevel::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_SBZPlaceRandomSublevel, Rotation) == 0x000024, "Member 'SBZLevelScriptActor_SBZPlaceRandomSublevel::Rotation' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_SBZPlaceRandomSublevel, bOutSuccess) == 0x000030, "Member 'SBZLevelScriptActor_SBZPlaceRandomSublevel::bOutSuccess' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_SBZPlaceRandomSublevel, ReturnValue) == 0x000038, "Member 'SBZLevelScriptActor_SBZPlaceRandomSublevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_SBZPlaceRandomSublevelBySoftObjectPtr \ +static_assert(alignof(SBZLevelScriptActor_SBZPlaceRandomSublevelBySoftObjectPtr) == 0x000010, "Wrong alignment on SBZLevelScriptActor_SBZPlaceRandomSublevelBySoftObjectPtr"); \ +static_assert(sizeof(SBZLevelScriptActor_SBZPlaceRandomSublevelBySoftObjectPtr) == 0x000080, "Wrong size on SBZLevelScriptActor_SBZPlaceRandomSublevelBySoftObjectPtr"); \ +static_assert(offsetof(SBZLevelScriptActor_SBZPlaceRandomSublevelBySoftObjectPtr, WorldContextObject) == 0x000000, "Member 'SBZLevelScriptActor_SBZPlaceRandomSublevelBySoftObjectPtr::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_SBZPlaceRandomSublevelBySoftObjectPtr, Level) == 0x000008, "Member 'SBZLevelScriptActor_SBZPlaceRandomSublevelBySoftObjectPtr::Level' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_SBZPlaceRandomSublevelBySoftObjectPtr, RoomTransform) == 0x000040, "Member 'SBZLevelScriptActor_SBZPlaceRandomSublevelBySoftObjectPtr::RoomTransform' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_SBZPlaceRandomSublevelBySoftObjectPtr, bOutSuccess) == 0x000070, "Member 'SBZLevelScriptActor_SBZPlaceRandomSublevelBySoftObjectPtr::bOutSuccess' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_SBZPlaceRandomSublevelBySoftObjectPtr, ReturnValue) == 0x000078, "Member 'SBZLevelScriptActor_SBZPlaceRandomSublevelBySoftObjectPtr::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_CriteriaObjectiveComplete \ +static_assert(alignof(SBZLevelScriptActor_CriteriaObjectiveComplete) == 0x000008, "Wrong alignment on SBZLevelScriptActor_CriteriaObjectiveComplete"); \ +static_assert(sizeof(SBZLevelScriptActor_CriteriaObjectiveComplete) == 0x000008, "Wrong size on SBZLevelScriptActor_CriteriaObjectiveComplete"); \ +static_assert(offsetof(SBZLevelScriptActor_CriteriaObjectiveComplete, StatisticData) == 0x000000, "Member 'SBZLevelScriptActor_CriteriaObjectiveComplete::StatisticData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_GetRandomBoolWithWeightFromLevelStream \ +static_assert(alignof(SBZLevelScriptActor_GetRandomBoolWithWeightFromLevelStream) == 0x000004, "Wrong alignment on SBZLevelScriptActor_GetRandomBoolWithWeightFromLevelStream"); \ +static_assert(sizeof(SBZLevelScriptActor_GetRandomBoolWithWeightFromLevelStream) == 0x000008, "Wrong size on SBZLevelScriptActor_GetRandomBoolWithWeightFromLevelStream"); \ +static_assert(offsetof(SBZLevelScriptActor_GetRandomBoolWithWeightFromLevelStream, Weight) == 0x000000, "Member 'SBZLevelScriptActor_GetRandomBoolWithWeightFromLevelStream::Weight' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_GetRandomBoolWithWeightFromLevelStream, ReturnValue) == 0x000004, "Member 'SBZLevelScriptActor_GetRandomBoolWithWeightFromLevelStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_GetRandomBoolWithWeightFromStreamMixed \ +static_assert(alignof(SBZLevelScriptActor_GetRandomBoolWithWeightFromStreamMixed) == 0x000004, "Wrong alignment on SBZLevelScriptActor_GetRandomBoolWithWeightFromStreamMixed"); \ +static_assert(sizeof(SBZLevelScriptActor_GetRandomBoolWithWeightFromStreamMixed) == 0x00000C, "Wrong size on SBZLevelScriptActor_GetRandomBoolWithWeightFromStreamMixed"); \ +static_assert(offsetof(SBZLevelScriptActor_GetRandomBoolWithWeightFromStreamMixed, Weight) == 0x000000, "Member 'SBZLevelScriptActor_GetRandomBoolWithWeightFromStreamMixed::Weight' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_GetRandomBoolWithWeightFromStreamMixed, MixedSeed) == 0x000004, "Member 'SBZLevelScriptActor_GetRandomBoolWithWeightFromStreamMixed::MixedSeed' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_GetRandomBoolWithWeightFromStreamMixed, ReturnValue) == 0x000008, "Member 'SBZLevelScriptActor_GetRandomBoolWithWeightFromStreamMixed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_GetRandomIntegerFromLevelStream \ +static_assert(alignof(SBZLevelScriptActor_GetRandomIntegerFromLevelStream) == 0x000004, "Wrong alignment on SBZLevelScriptActor_GetRandomIntegerFromLevelStream"); \ +static_assert(sizeof(SBZLevelScriptActor_GetRandomIntegerFromLevelStream) == 0x000008, "Wrong size on SBZLevelScriptActor_GetRandomIntegerFromLevelStream"); \ +static_assert(offsetof(SBZLevelScriptActor_GetRandomIntegerFromLevelStream, Max) == 0x000000, "Member 'SBZLevelScriptActor_GetRandomIntegerFromLevelStream::Max' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_GetRandomIntegerFromLevelStream, ReturnValue) == 0x000004, "Member 'SBZLevelScriptActor_GetRandomIntegerFromLevelStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_GetRandomIntegerFromStreamMixed \ +static_assert(alignof(SBZLevelScriptActor_GetRandomIntegerFromStreamMixed) == 0x000004, "Wrong alignment on SBZLevelScriptActor_GetRandomIntegerFromStreamMixed"); \ +static_assert(sizeof(SBZLevelScriptActor_GetRandomIntegerFromStreamMixed) == 0x00000C, "Wrong size on SBZLevelScriptActor_GetRandomIntegerFromStreamMixed"); \ +static_assert(offsetof(SBZLevelScriptActor_GetRandomIntegerFromStreamMixed, Max) == 0x000000, "Member 'SBZLevelScriptActor_GetRandomIntegerFromStreamMixed::Max' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_GetRandomIntegerFromStreamMixed, MixedSeed) == 0x000004, "Member 'SBZLevelScriptActor_GetRandomIntegerFromStreamMixed::MixedSeed' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_GetRandomIntegerFromStreamMixed, ReturnValue) == 0x000008, "Member 'SBZLevelScriptActor_GetRandomIntegerFromStreamMixed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_HandleIntroSequenceChanged \ +static_assert(alignof(SBZLevelScriptActor_HandleIntroSequenceChanged) == 0x000001, "Wrong alignment on SBZLevelScriptActor_HandleIntroSequenceChanged"); \ +static_assert(sizeof(SBZLevelScriptActor_HandleIntroSequenceChanged) == 0x000001, "Wrong size on SBZLevelScriptActor_HandleIntroSequenceChanged"); \ +static_assert(offsetof(SBZLevelScriptActor_HandleIntroSequenceChanged, bIsStarted) == 0x000000, "Member 'SBZLevelScriptActor_HandleIntroSequenceChanged::bIsStarted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_HandleKeyItemCountChanged \ +static_assert(alignof(SBZLevelScriptActor_HandleKeyItemCountChanged) == 0x000008, "Wrong alignment on SBZLevelScriptActor_HandleKeyItemCountChanged"); \ +static_assert(sizeof(SBZLevelScriptActor_HandleKeyItemCountChanged) == 0x000030, "Wrong size on SBZLevelScriptActor_HandleKeyItemCountChanged"); \ +static_assert(offsetof(SBZLevelScriptActor_HandleKeyItemCountChanged, KeyItemCountChangedEventData) == 0x000000, "Member 'SBZLevelScriptActor_HandleKeyItemCountChanged::KeyItemCountChangedEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_HandleOutroSequenceStarted \ +static_assert(alignof(SBZLevelScriptActor_HandleOutroSequenceStarted) == 0x000004, "Wrong alignment on SBZLevelScriptActor_HandleOutroSequenceStarted"); \ +static_assert(sizeof(SBZLevelScriptActor_HandleOutroSequenceStarted) == 0x000004, "Wrong size on SBZLevelScriptActor_HandleOutroSequenceStarted"); \ +static_assert(offsetof(SBZLevelScriptActor_HandleOutroSequenceStarted, OutroVariation) == 0x000000, "Member 'SBZLevelScriptActor_HandleOutroSequenceStarted::OutroVariation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_HandlePlayersCarryBagChanged \ +static_assert(alignof(SBZLevelScriptActor_HandlePlayersCarryBagChanged) == 0x000008, "Wrong alignment on SBZLevelScriptActor_HandlePlayersCarryBagChanged"); \ +static_assert(sizeof(SBZLevelScriptActor_HandlePlayersCarryBagChanged) == 0x000010, "Wrong size on SBZLevelScriptActor_HandlePlayersCarryBagChanged"); \ +static_assert(offsetof(SBZLevelScriptActor_HandlePlayersCarryBagChanged, CarryBagChangedEventData) == 0x000000, "Member 'SBZLevelScriptActor_HandlePlayersCarryBagChanged::CarryBagChangedEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_HeistStateChanged \ +static_assert(alignof(SBZLevelScriptActor_HeistStateChanged) == 0x000001, "Wrong alignment on SBZLevelScriptActor_HeistStateChanged"); \ +static_assert(sizeof(SBZLevelScriptActor_HeistStateChanged) == 0x000002, "Wrong size on SBZLevelScriptActor_HeistStateChanged"); \ +static_assert(offsetof(SBZLevelScriptActor_HeistStateChanged, OldHeistState) == 0x000000, "Member 'SBZLevelScriptActor_HeistStateChanged::OldHeistState' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_HeistStateChanged, CurrentHeistState) == 0x000001, "Member 'SBZLevelScriptActor_HeistStateChanged::CurrentHeistState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_IntroSequenceChanged \ +static_assert(alignof(SBZLevelScriptActor_IntroSequenceChanged) == 0x000001, "Wrong alignment on SBZLevelScriptActor_IntroSequenceChanged"); \ +static_assert(sizeof(SBZLevelScriptActor_IntroSequenceChanged) == 0x000001, "Wrong size on SBZLevelScriptActor_IntroSequenceChanged"); \ +static_assert(offsetof(SBZLevelScriptActor_IntroSequenceChanged, bIsStarted) == 0x000000, "Member 'SBZLevelScriptActor_IntroSequenceChanged::bIsStarted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_OnAllBagSecured \ +static_assert(alignof(SBZLevelScriptActor_OnAllBagSecured) == 0x000004, "Wrong alignment on SBZLevelScriptActor_OnAllBagSecured"); \ +static_assert(sizeof(SBZLevelScriptActor_OnAllBagSecured) == 0x000004, "Wrong size on SBZLevelScriptActor_OnAllBagSecured"); \ +static_assert(offsetof(SBZLevelScriptActor_OnAllBagSecured, SecuredCount) == 0x000000, "Member 'SBZLevelScriptActor_OnAllBagSecured::SecuredCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_OnBagSecured \ +static_assert(alignof(SBZLevelScriptActor_OnBagSecured) == 0x000008, "Wrong alignment on SBZLevelScriptActor_OnBagSecured"); \ +static_assert(sizeof(SBZLevelScriptActor_OnBagSecured) == 0x000020, "Wrong size on SBZLevelScriptActor_OnBagSecured"); \ +static_assert(offsetof(SBZLevelScriptActor_OnBagSecured, BagHandle) == 0x000000, "Member 'SBZLevelScriptActor_OnBagSecured::BagHandle' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_OnBagSecured, SecuredCount) == 0x000010, "Member 'SBZLevelScriptActor_OnBagSecured::SecuredCount' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_OnBagSecured, TotalLeftToSecure) == 0x000014, "Member 'SBZLevelScriptActor_OnBagSecured::TotalLeftToSecure' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_OnBagSecured, SecuredSecretCount) == 0x000018, "Member 'SBZLevelScriptActor_OnBagSecured::SecuredSecretCount' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_OnBagSecured, TotalSecretLeftToSecure) == 0x00001C, "Member 'SBZLevelScriptActor_OnBagSecured::TotalSecretLeftToSecure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_OnDifficultyModifierApplied \ +static_assert(alignof(SBZLevelScriptActor_OnDifficultyModifierApplied) == 0x000001, "Wrong alignment on SBZLevelScriptActor_OnDifficultyModifierApplied"); \ +static_assert(sizeof(SBZLevelScriptActor_OnDifficultyModifierApplied) == 0x000001, "Wrong size on SBZLevelScriptActor_OnDifficultyModifierApplied"); \ +static_assert(offsetof(SBZLevelScriptActor_OnDifficultyModifierApplied, InDifficulty) == 0x000000, "Member 'SBZLevelScriptActor_OnDifficultyModifierApplied::InDifficulty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_OnLevelModifiersApplied \ +static_assert(alignof(SBZLevelScriptActor_OnLevelModifiersApplied) == 0x000008, "Wrong alignment on SBZLevelScriptActor_OnLevelModifiersApplied"); \ +static_assert(sizeof(SBZLevelScriptActor_OnLevelModifiersApplied) == 0x000018, "Wrong size on SBZLevelScriptActor_OnLevelModifiersApplied"); \ +static_assert(offsetof(SBZLevelScriptActor_OnLevelModifiersApplied, InDifficulty) == 0x000000, "Member 'SBZLevelScriptActor_OnLevelModifiersApplied::InDifficulty' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_OnLevelModifiersApplied, InCompanies) == 0x000008, "Member 'SBZLevelScriptActor_OnLevelModifiersApplied::InCompanies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_OnOptionalObjectiveComplete \ +static_assert(alignof(SBZLevelScriptActor_OnOptionalObjectiveComplete) == 0x000004, "Wrong alignment on SBZLevelScriptActor_OnOptionalObjectiveComplete"); \ +static_assert(sizeof(SBZLevelScriptActor_OnOptionalObjectiveComplete) == 0x000004, "Wrong size on SBZLevelScriptActor_OnOptionalObjectiveComplete"); \ +static_assert(offsetof(SBZLevelScriptActor_OnOptionalObjectiveComplete, ObjectiveNumber) == 0x000000, "Member 'SBZLevelScriptActor_OnOptionalObjectiveComplete::ObjectiveNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_OnPlayerDefeatStateChanged \ +static_assert(alignof(SBZLevelScriptActor_OnPlayerDefeatStateChanged) == 0x000008, "Wrong alignment on SBZLevelScriptActor_OnPlayerDefeatStateChanged"); \ +static_assert(sizeof(SBZLevelScriptActor_OnPlayerDefeatStateChanged) == 0x000010, "Wrong size on SBZLevelScriptActor_OnPlayerDefeatStateChanged"); \ +static_assert(offsetof(SBZLevelScriptActor_OnPlayerDefeatStateChanged, PlayerState) == 0x000000, "Member 'SBZLevelScriptActor_OnPlayerDefeatStateChanged::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_OnPlayerDefeatStateChanged, OldDefeatState) == 0x000008, "Member 'SBZLevelScriptActor_OnPlayerDefeatStateChanged::OldDefeatState' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_OnPlayerDefeatStateChanged, DefeatState) == 0x000009, "Member 'SBZLevelScriptActor_OnPlayerDefeatStateChanged::DefeatState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_OnPlayerInstantLootTaken \ +static_assert(alignof(SBZLevelScriptActor_OnPlayerInstantLootTaken) == 0x000008, "Wrong alignment on SBZLevelScriptActor_OnPlayerInstantLootTaken"); \ +static_assert(sizeof(SBZLevelScriptActor_OnPlayerInstantLootTaken) == 0x000010, "Wrong size on SBZLevelScriptActor_OnPlayerInstantLootTaken"); \ +static_assert(offsetof(SBZLevelScriptActor_OnPlayerInstantLootTaken, InstantLoot) == 0x000000, "Member 'SBZLevelScriptActor_OnPlayerInstantLootTaken::InstantLoot' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_OnPlayerInstantLootTaken, TakenByPlayer) == 0x000008, "Member 'SBZLevelScriptActor_OnPlayerInstantLootTaken::TakenByPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_OnPlayerPickedUpBag \ +static_assert(alignof(SBZLevelScriptActor_OnPlayerPickedUpBag) == 0x000008, "Wrong alignment on SBZLevelScriptActor_OnPlayerPickedUpBag"); \ +static_assert(sizeof(SBZLevelScriptActor_OnPlayerPickedUpBag) == 0x000010, "Wrong size on SBZLevelScriptActor_OnPlayerPickedUpBag"); \ +static_assert(offsetof(SBZLevelScriptActor_OnPlayerPickedUpBag, BagHandle) == 0x000000, "Member 'SBZLevelScriptActor_OnPlayerPickedUpBag::BagHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_OnPlayersCarryBagChanged \ +static_assert(alignof(SBZLevelScriptActor_OnPlayersCarryBagChanged) == 0x000008, "Wrong alignment on SBZLevelScriptActor_OnPlayersCarryBagChanged"); \ +static_assert(sizeof(SBZLevelScriptActor_OnPlayersCarryBagChanged) == 0x000010, "Wrong size on SBZLevelScriptActor_OnPlayersCarryBagChanged"); \ +static_assert(offsetof(SBZLevelScriptActor_OnPlayersCarryBagChanged, Data) == 0x000000, "Member 'SBZLevelScriptActor_OnPlayersCarryBagChanged::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_OnPreplanningAssetsTagsApplied \ +static_assert(alignof(SBZLevelScriptActor_OnPreplanningAssetsTagsApplied) == 0x000008, "Wrong alignment on SBZLevelScriptActor_OnPreplanningAssetsTagsApplied"); \ +static_assert(sizeof(SBZLevelScriptActor_OnPreplanningAssetsTagsApplied) == 0x000020, "Wrong size on SBZLevelScriptActor_OnPreplanningAssetsTagsApplied"); \ +static_assert(offsetof(SBZLevelScriptActor_OnPreplanningAssetsTagsApplied, PreplanningTagContainer) == 0x000000, "Member 'SBZLevelScriptActor_OnPreplanningAssetsTagsApplied::PreplanningTagContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_OnServerKeyItemCountChanged \ +static_assert(alignof(SBZLevelScriptActor_OnServerKeyItemCountChanged) == 0x000008, "Wrong alignment on SBZLevelScriptActor_OnServerKeyItemCountChanged"); \ +static_assert(sizeof(SBZLevelScriptActor_OnServerKeyItemCountChanged) == 0x000030, "Wrong size on SBZLevelScriptActor_OnServerKeyItemCountChanged"); \ +static_assert(offsetof(SBZLevelScriptActor_OnServerKeyItemCountChanged, KeyItemCountChangedEventData) == 0x000000, "Member 'SBZLevelScriptActor_OnServerKeyItemCountChanged::KeyItemCountChangedEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_OnServerKeyItemTagAdded \ +static_assert(alignof(SBZLevelScriptActor_OnServerKeyItemTagAdded) == 0x000004, "Wrong alignment on SBZLevelScriptActor_OnServerKeyItemTagAdded"); \ +static_assert(sizeof(SBZLevelScriptActor_OnServerKeyItemTagAdded) == 0x00000C, "Wrong size on SBZLevelScriptActor_OnServerKeyItemTagAdded"); \ +static_assert(offsetof(SBZLevelScriptActor_OnServerKeyItemTagAdded, KeyTag) == 0x000000, "Member 'SBZLevelScriptActor_OnServerKeyItemTagAdded::KeyTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_OutroSequenceStarted \ +static_assert(alignof(SBZLevelScriptActor_OutroSequenceStarted) == 0x000004, "Wrong alignment on SBZLevelScriptActor_OutroSequenceStarted"); \ +static_assert(sizeof(SBZLevelScriptActor_OutroSequenceStarted) == 0x000004, "Wrong size on SBZLevelScriptActor_OutroSequenceStarted"); \ +static_assert(offsetof(SBZLevelScriptActor_OutroSequenceStarted, OutroVariation) == 0x000000, "Member 'SBZLevelScriptActor_OutroSequenceStarted::OutroVariation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_RandomPlacementStarted \ +static_assert(alignof(SBZLevelScriptActor_RandomPlacementStarted) == 0x000004, "Wrong alignment on SBZLevelScriptActor_RandomPlacementStarted"); \ +static_assert(sizeof(SBZLevelScriptActor_RandomPlacementStarted) == 0x000008, "Wrong size on SBZLevelScriptActor_RandomPlacementStarted"); \ +static_assert(offsetof(SBZLevelScriptActor_RandomPlacementStarted, RandomStream) == 0x000000, "Member 'SBZLevelScriptActor_RandomPlacementStarted::RandomStream' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_SetBagMarkerEnabledByBagType \ +static_assert(alignof(SBZLevelScriptActor_SetBagMarkerEnabledByBagType) == 0x000008, "Wrong alignment on SBZLevelScriptActor_SetBagMarkerEnabledByBagType"); \ +static_assert(sizeof(SBZLevelScriptActor_SetBagMarkerEnabledByBagType) == 0x000010, "Wrong size on SBZLevelScriptActor_SetBagMarkerEnabledByBagType"); \ +static_assert(offsetof(SBZLevelScriptActor_SetBagMarkerEnabledByBagType, BagType) == 0x000000, "Member 'SBZLevelScriptActor_SetBagMarkerEnabledByBagType::BagType' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_SetBagMarkerEnabledByBagType, bEnabled) == 0x000008, "Member 'SBZLevelScriptActor_SetBagMarkerEnabledByBagType::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_SetBagMarkerEnabledByTags \ +static_assert(alignof(SBZLevelScriptActor_SetBagMarkerEnabledByTags) == 0x000008, "Wrong alignment on SBZLevelScriptActor_SetBagMarkerEnabledByTags"); \ +static_assert(sizeof(SBZLevelScriptActor_SetBagMarkerEnabledByTags) == 0x000028, "Wrong size on SBZLevelScriptActor_SetBagMarkerEnabledByTags"); \ +static_assert(offsetof(SBZLevelScriptActor_SetBagMarkerEnabledByTags, BagGameplayTagContainer) == 0x000000, "Member 'SBZLevelScriptActor_SetBagMarkerEnabledByTags::BagGameplayTagContainer' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_SetBagMarkerEnabledByTags, bEnabled) == 0x000020, "Member 'SBZLevelScriptActor_SetBagMarkerEnabledByTags::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptActor_SetLevelCriteriaCompleted \ +static_assert(alignof(SBZLevelScriptActor_SetLevelCriteriaCompleted) == 0x000008, "Wrong alignment on SBZLevelScriptActor_SetLevelCriteriaCompleted"); \ +static_assert(sizeof(SBZLevelScriptActor_SetLevelCriteriaCompleted) == 0x000010, "Wrong size on SBZLevelScriptActor_SetLevelCriteriaCompleted"); \ +static_assert(offsetof(SBZLevelScriptActor_SetLevelCriteriaCompleted, StatisticData) == 0x000000, "Member 'SBZLevelScriptActor_SetLevelCriteriaCompleted::StatisticData' has a wrong offset!"); \ +static_assert(offsetof(SBZLevelScriptActor_SetLevelCriteriaCompleted, bIsCompleted) == 0x000008, "Member 'SBZLevelScriptActor_SetLevelCriteriaCompleted::bIsCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZLevelScriptActor \ +static_assert(alignof(ASBZLevelScriptActor) == 0x000008, "Wrong alignment on ASBZLevelScriptActor"); \ +static_assert(sizeof(ASBZLevelScriptActor) == 0x000340, "Wrong size on ASBZLevelScriptActor"); \ +static_assert(offsetof(ASBZLevelScriptActor, Seed) == 0x0002C8, "Member 'ASBZLevelScriptActor::Seed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineDataWaitResult \ +static_assert(alignof(USBZStateMachineDataWaitResult) == 0x000008, "Wrong alignment on USBZStateMachineDataWaitResult"); \ +static_assert(sizeof(USBZStateMachineDataWaitResult) == 0x000038, "Wrong size on USBZStateMachineDataWaitResult"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptMainMenuActor_OnLoadoutChanged \ +static_assert(alignof(SBZLevelScriptMainMenuActor_OnLoadoutChanged) == 0x000008, "Wrong alignment on SBZLevelScriptMainMenuActor_OnLoadoutChanged"); \ +static_assert(sizeof(SBZLevelScriptMainMenuActor_OnLoadoutChanged) == 0x000010, "Wrong size on SBZLevelScriptMainMenuActor_OnLoadoutChanged"); \ +static_assert(offsetof(SBZLevelScriptMainMenuActor_OnLoadoutChanged, LobbyInfoArray) == 0x000000, "Member 'SBZLevelScriptMainMenuActor_OnLoadoutChanged::LobbyInfoArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLevelScriptMainMenuActor_OnLobbyUpdate \ +static_assert(alignof(SBZLevelScriptMainMenuActor_OnLobbyUpdate) == 0x000001, "Wrong alignment on SBZLevelScriptMainMenuActor_OnLobbyUpdate"); \ +static_assert(sizeof(SBZLevelScriptMainMenuActor_OnLobbyUpdate) == 0x000001, "Wrong size on SBZLevelScriptMainMenuActor_OnLobbyUpdate"); \ +static_assert(offsetof(SBZLevelScriptMainMenuActor_OnLobbyUpdate, ErrorCode) == 0x000000, "Member 'SBZLevelScriptMainMenuActor_OnLobbyUpdate::ErrorCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZLevelScriptMainMenuActor \ +static_assert(alignof(ASBZLevelScriptMainMenuActor) == 0x000008, "Wrong alignment on ASBZLevelScriptMainMenuActor"); \ +static_assert(sizeof(ASBZLevelScriptMainMenuActor) == 0x0002F0, "Wrong size on ASBZLevelScriptMainMenuActor"); \ +static_assert(offsetof(ASBZLevelScriptMainMenuActor, MainMenuMannequin) == 0x0002B0, "Member 'ASBZLevelScriptMainMenuActor::MainMenuMannequin' has a wrong offset!"); \ +static_assert(offsetof(ASBZLevelScriptMainMenuActor, MultiplayerMannequins) == 0x0002B8, "Member 'ASBZLevelScriptMainMenuActor::MultiplayerMannequins' has a wrong offset!"); \ +static_assert(offsetof(ASBZLevelScriptMainMenuActor, CustomizationManager) == 0x0002C8, "Member 'ASBZLevelScriptMainMenuActor::CustomizationManager' has a wrong offset!"); \ +static_assert(offsetof(ASBZLevelScriptMainMenuActor, MainMenuCameraManager) == 0x0002D0, "Member 'ASBZLevelScriptMainMenuActor::MainMenuCameraManager' has a wrong offset!"); \ +static_assert(offsetof(ASBZLevelScriptMainMenuActor, PartyMannequinArray) == 0x0002D8, "Member 'ASBZLevelScriptMainMenuActor::PartyMannequinArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZLevelScriptMainMenuActor, bIsPartyVisibleHACK) == 0x0002EA, "Member 'ASBZLevelScriptMainMenuActor::bIsPartyVisibleHACK' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZLifeActionActor \ +static_assert(alignof(ASBZLifeActionActor) == 0x000008, "Wrong alignment on ASBZLifeActionActor"); \ +static_assert(sizeof(ASBZLifeActionActor) == 0x0002C8, "Wrong size on ASBZLifeActionActor"); \ +static_assert(offsetof(ASBZLifeActionActor, LifeActionComponent) == 0x0002B0, "Member 'ASBZLifeActionActor::LifeActionComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZLifeActionActor, RoomVolumes) == 0x0002B8, "Member 'ASBZLifeActionActor::RoomVolumes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLifeActionAffinitytData \ +static_assert(alignof(USBZLifeActionAffinitytData) == 0x000008, "Wrong alignment on USBZLifeActionAffinitytData"); \ +static_assert(sizeof(USBZLifeActionAffinitytData) == 0x000048, "Wrong size on USBZLifeActionAffinitytData"); \ +static_assert(offsetof(USBZLifeActionAffinitytData, AllowedActions) == 0x000038, "Member 'USBZLifeActionAffinitytData::AllowedActions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZReloadRangedWeaponAbility \ +static_assert(alignof(USBZReloadRangedWeaponAbility) == 0x000008, "Wrong alignment on USBZReloadRangedWeaponAbility"); \ +static_assert(sizeof(USBZReloadRangedWeaponAbility) == 0x0004F8, "Wrong size on USBZReloadRangedWeaponAbility"); \ +static_assert(offsetof(USBZReloadRangedWeaponAbility, Character) == 0x0004D8, "Member 'USBZReloadRangedWeaponAbility::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerReloadRangedWeaponAbility \ +static_assert(alignof(USBZPlayerReloadRangedWeaponAbility) == 0x000008, "Wrong alignment on USBZPlayerReloadRangedWeaponAbility"); \ +static_assert(sizeof(USBZPlayerReloadRangedWeaponAbility) == 0x000500, "Wrong size on USBZPlayerReloadRangedWeaponAbility"); \ + +#define DUMPER7_ASSERTS_USBZLifeActionSettings \ +static_assert(alignof(USBZLifeActionSettings) == 0x000008, "Wrong alignment on USBZLifeActionSettings"); \ +static_assert(sizeof(USBZLifeActionSettings) == 0x000048, "Wrong size on USBZLifeActionSettings"); \ +static_assert(offsetof(USBZLifeActionSettings, AnimationCollections) == 0x000038, "Member 'USBZLifeActionSettings::AnimationCollections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillSharpshooterLongShot \ +static_assert(alignof(USBZSkillSharpshooterLongShot) == 0x000008, "Wrong alignment on USBZSkillSharpshooterLongShot"); \ +static_assert(sizeof(USBZSkillSharpshooterLongShot) == 0x000230, "Wrong size on USBZSkillSharpshooterLongShot"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionManager_Get \ +static_assert(alignof(SBZLifeActionManager_Get) == 0x000008, "Wrong alignment on SBZLifeActionManager_Get"); \ +static_assert(sizeof(SBZLifeActionManager_Get) == 0x000010, "Wrong size on SBZLifeActionManager_Get"); \ +static_assert(offsetof(SBZLifeActionManager_Get, WorldContextObject) == 0x000000, "Member 'SBZLifeActionManager_Get::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_Get, ReturnValue) == 0x000008, "Member 'SBZLifeActionManager_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionManager_EnterActionForCharacter \ +static_assert(alignof(SBZLifeActionManager_EnterActionForCharacter) == 0x000008, "Wrong alignment on SBZLifeActionManager_EnterActionForCharacter"); \ +static_assert(sizeof(SBZLifeActionManager_EnterActionForCharacter) == 0x000010, "Wrong size on SBZLifeActionManager_EnterActionForCharacter"); \ +static_assert(offsetof(SBZLifeActionManager_EnterActionForCharacter, Character) == 0x000000, "Member 'SBZLifeActionManager_EnterActionForCharacter::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_EnterActionForCharacter, ReturnValue) == 0x000008, "Member 'SBZLifeActionManager_EnterActionForCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionManager_OnSlotEntered \ +static_assert(alignof(SBZLifeActionManager_OnSlotEntered) == 0x000008, "Wrong alignment on SBZLifeActionManager_OnSlotEntered"); \ +static_assert(sizeof(SBZLifeActionManager_OnSlotEntered) == 0x000018, "Wrong size on SBZLifeActionManager_OnSlotEntered"); \ +static_assert(offsetof(SBZLifeActionManager_OnSlotEntered, Character) == 0x000000, "Member 'SBZLifeActionManager_OnSlotEntered::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_OnSlotEntered, ActionInstance) == 0x000008, "Member 'SBZLifeActionManager_OnSlotEntered::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_OnSlotEntered, ActionSlot) == 0x000010, "Member 'SBZLifeActionManager_OnSlotEntered::ActionSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionManager_OnSlotExited \ +static_assert(alignof(SBZLifeActionManager_OnSlotExited) == 0x000008, "Wrong alignment on SBZLifeActionManager_OnSlotExited"); \ +static_assert(sizeof(SBZLifeActionManager_OnSlotExited) == 0x000020, "Wrong size on SBZLifeActionManager_OnSlotExited"); \ +static_assert(offsetof(SBZLifeActionManager_OnSlotExited, Character) == 0x000000, "Member 'SBZLifeActionManager_OnSlotExited::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_OnSlotExited, ActionInstance) == 0x000008, "Member 'SBZLifeActionManager_OnSlotExited::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_OnSlotExited, ActionSlot) == 0x000010, "Member 'SBZLifeActionManager_OnSlotExited::ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_OnSlotExited, Result) == 0x000018, "Member 'SBZLifeActionManager_OnSlotExited::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionManager_OnSlotFreed \ +static_assert(alignof(SBZLifeActionManager_OnSlotFreed) == 0x000008, "Wrong alignment on SBZLifeActionManager_OnSlotFreed"); \ +static_assert(sizeof(SBZLifeActionManager_OnSlotFreed) == 0x000020, "Wrong size on SBZLifeActionManager_OnSlotFreed"); \ +static_assert(offsetof(SBZLifeActionManager_OnSlotFreed, Character) == 0x000000, "Member 'SBZLifeActionManager_OnSlotFreed::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_OnSlotFreed, ActionInstance) == 0x000008, "Member 'SBZLifeActionManager_OnSlotFreed::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_OnSlotFreed, ActionSlot) == 0x000010, "Member 'SBZLifeActionManager_OnSlotFreed::ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_OnSlotFreed, Result) == 0x000018, "Member 'SBZLifeActionManager_OnSlotFreed::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionManager_OnSlotReserved \ +static_assert(alignof(SBZLifeActionManager_OnSlotReserved) == 0x000008, "Wrong alignment on SBZLifeActionManager_OnSlotReserved"); \ +static_assert(sizeof(SBZLifeActionManager_OnSlotReserved) == 0x000018, "Wrong size on SBZLifeActionManager_OnSlotReserved"); \ +static_assert(offsetof(SBZLifeActionManager_OnSlotReserved, Character) == 0x000000, "Member 'SBZLifeActionManager_OnSlotReserved::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_OnSlotReserved, ActionInstance) == 0x000008, "Member 'SBZLifeActionManager_OnSlotReserved::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_OnSlotReserved, ActionSlot) == 0x000010, "Member 'SBZLifeActionManager_OnSlotReserved::ActionSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionManager_ReserveAction \ +static_assert(alignof(SBZLifeActionManager_ReserveAction) == 0x000008, "Wrong alignment on SBZLifeActionManager_ReserveAction"); \ +static_assert(sizeof(SBZLifeActionManager_ReserveAction) == 0x000050, "Wrong size on SBZLifeActionManager_ReserveAction"); \ +static_assert(offsetof(SBZLifeActionManager_ReserveAction, Character) == 0x000000, "Member 'SBZLifeActionManager_ReserveAction::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_ReserveAction, Request) == 0x000008, "Member 'SBZLifeActionManager_ReserveAction::Request' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_ReserveAction, ReturnValue) == 0x000048, "Member 'SBZLifeActionManager_ReserveAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionManager_SetSlotReadyForCharacter \ +static_assert(alignof(SBZLifeActionManager_SetSlotReadyForCharacter) == 0x000008, "Wrong alignment on SBZLifeActionManager_SetSlotReadyForCharacter"); \ +static_assert(sizeof(SBZLifeActionManager_SetSlotReadyForCharacter) == 0x000010, "Wrong size on SBZLifeActionManager_SetSlotReadyForCharacter"); \ +static_assert(offsetof(SBZLifeActionManager_SetSlotReadyForCharacter, Character) == 0x000000, "Member 'SBZLifeActionManager_SetSlotReadyForCharacter::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_SetSlotReadyForCharacter, ReturnValue) == 0x000008, "Member 'SBZLifeActionManager_SetSlotReadyForCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionManager_StopActionForCharacter \ +static_assert(alignof(SBZLifeActionManager_StopActionForCharacter) == 0x000008, "Wrong alignment on SBZLifeActionManager_StopActionForCharacter"); \ +static_assert(sizeof(SBZLifeActionManager_StopActionForCharacter) == 0x000018, "Wrong size on SBZLifeActionManager_StopActionForCharacter"); \ +static_assert(offsetof(SBZLifeActionManager_StopActionForCharacter, Character) == 0x000000, "Member 'SBZLifeActionManager_StopActionForCharacter::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_StopActionForCharacter, Slot) == 0x000008, "Member 'SBZLifeActionManager_StopActionForCharacter::Slot' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_StopActionForCharacter, StopReason) == 0x000010, "Member 'SBZLifeActionManager_StopActionForCharacter::StopReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionManager_GetActionSlotForCharacter \ +static_assert(alignof(SBZLifeActionManager_GetActionSlotForCharacter) == 0x000008, "Wrong alignment on SBZLifeActionManager_GetActionSlotForCharacter"); \ +static_assert(sizeof(SBZLifeActionManager_GetActionSlotForCharacter) == 0x000010, "Wrong size on SBZLifeActionManager_GetActionSlotForCharacter"); \ +static_assert(offsetof(SBZLifeActionManager_GetActionSlotForCharacter, Character) == 0x000000, "Member 'SBZLifeActionManager_GetActionSlotForCharacter::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_GetActionSlotForCharacter, ReturnValue) == 0x000008, "Member 'SBZLifeActionManager_GetActionSlotForCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionManager_GetActionSlotTransformForCharacter \ +static_assert(alignof(SBZLifeActionManager_GetActionSlotTransformForCharacter) == 0x000010, "Wrong alignment on SBZLifeActionManager_GetActionSlotTransformForCharacter"); \ +static_assert(sizeof(SBZLifeActionManager_GetActionSlotTransformForCharacter) == 0x000040, "Wrong size on SBZLifeActionManager_GetActionSlotTransformForCharacter"); \ +static_assert(offsetof(SBZLifeActionManager_GetActionSlotTransformForCharacter, Character) == 0x000000, "Member 'SBZLifeActionManager_GetActionSlotTransformForCharacter::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_GetActionSlotTransformForCharacter, ReturnValue) == 0x000010, "Member 'SBZLifeActionManager_GetActionSlotTransformForCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionManager_GetCharacterForActionSlot \ +static_assert(alignof(SBZLifeActionManager_GetCharacterForActionSlot) == 0x000008, "Wrong alignment on SBZLifeActionManager_GetCharacterForActionSlot"); \ +static_assert(sizeof(SBZLifeActionManager_GetCharacterForActionSlot) == 0x000028, "Wrong size on SBZLifeActionManager_GetCharacterForActionSlot"); \ +static_assert(offsetof(SBZLifeActionManager_GetCharacterForActionSlot, LifeActionComponent) == 0x000000, "Member 'SBZLifeActionManager_GetCharacterForActionSlot::LifeActionComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_GetCharacterForActionSlot, LifeActionSlotTag) == 0x000008, "Member 'SBZLifeActionManager_GetCharacterForActionSlot::LifeActionSlotTag' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_GetCharacterForActionSlot, LifeActionInstance) == 0x000018, "Member 'SBZLifeActionManager_GetCharacterForActionSlot::LifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_GetCharacterForActionSlot, ReturnValue) == 0x000020, "Member 'SBZLifeActionManager_GetCharacterForActionSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionManager_GetClosestLifeActionMatchingTagAny \ +static_assert(alignof(SBZLifeActionManager_GetClosestLifeActionMatchingTagAny) == 0x000008, "Wrong alignment on SBZLifeActionManager_GetClosestLifeActionMatchingTagAny"); \ +static_assert(sizeof(SBZLifeActionManager_GetClosestLifeActionMatchingTagAny) == 0x000020, "Wrong size on SBZLifeActionManager_GetClosestLifeActionMatchingTagAny"); \ +static_assert(offsetof(SBZLifeActionManager_GetClosestLifeActionMatchingTagAny, Location) == 0x000000, "Member 'SBZLifeActionManager_GetClosestLifeActionMatchingTagAny::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_GetClosestLifeActionMatchingTagAny, LifeActionSlotTag) == 0x00000C, "Member 'SBZLifeActionManager_GetClosestLifeActionMatchingTagAny::LifeActionSlotTag' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_GetClosestLifeActionMatchingTagAny, ReturnValue) == 0x000018, "Member 'SBZLifeActionManager_GetClosestLifeActionMatchingTagAny::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionManager_GetLifeActionComponentForCharacter \ +static_assert(alignof(SBZLifeActionManager_GetLifeActionComponentForCharacter) == 0x000008, "Wrong alignment on SBZLifeActionManager_GetLifeActionComponentForCharacter"); \ +static_assert(sizeof(SBZLifeActionManager_GetLifeActionComponentForCharacter) == 0x000010, "Wrong size on SBZLifeActionManager_GetLifeActionComponentForCharacter"); \ +static_assert(offsetof(SBZLifeActionManager_GetLifeActionComponentForCharacter, Character) == 0x000000, "Member 'SBZLifeActionManager_GetLifeActionComponentForCharacter::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_GetLifeActionComponentForCharacter, ReturnValue) == 0x000008, "Member 'SBZLifeActionManager_GetLifeActionComponentForCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionManager_IsCharacterPendingAction \ +static_assert(alignof(SBZLifeActionManager_IsCharacterPendingAction) == 0x000008, "Wrong alignment on SBZLifeActionManager_IsCharacterPendingAction"); \ +static_assert(sizeof(SBZLifeActionManager_IsCharacterPendingAction) == 0x000010, "Wrong size on SBZLifeActionManager_IsCharacterPendingAction"); \ +static_assert(offsetof(SBZLifeActionManager_IsCharacterPendingAction, Character) == 0x000000, "Member 'SBZLifeActionManager_IsCharacterPendingAction::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_IsCharacterPendingAction, ReturnValue) == 0x000008, "Member 'SBZLifeActionManager_IsCharacterPendingAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLifeActionManager_IsCharacterPlayingAction \ +static_assert(alignof(SBZLifeActionManager_IsCharacterPlayingAction) == 0x000008, "Wrong alignment on SBZLifeActionManager_IsCharacterPlayingAction"); \ +static_assert(sizeof(SBZLifeActionManager_IsCharacterPlayingAction) == 0x000010, "Wrong size on SBZLifeActionManager_IsCharacterPlayingAction"); \ +static_assert(offsetof(SBZLifeActionManager_IsCharacterPlayingAction, Character) == 0x000000, "Member 'SBZLifeActionManager_IsCharacterPlayingAction::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZLifeActionManager_IsCharacterPlayingAction, ReturnValue) == 0x000008, "Member 'SBZLifeActionManager_IsCharacterPlayingAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLifeActionManager \ +static_assert(alignof(USBZLifeActionManager) == 0x000008, "Wrong alignment on USBZLifeActionManager"); \ +static_assert(sizeof(USBZLifeActionManager) == 0x000130, "Wrong size on USBZLifeActionManager"); \ +static_assert(offsetof(USBZLifeActionManager, LifeActionComponents) == 0x0000C0, "Member 'USBZLifeActionManager::LifeActionComponents' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionManager, LifeActionCharacters) == 0x0000D0, "Member 'USBZLifeActionManager::LifeActionCharacters' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionManager, LoadingMontages) == 0x000120, "Member 'USBZLifeActionManager::LoadingMontages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLifeActionPreviewData \ +static_assert(alignof(USBZLifeActionPreviewData) == 0x000008, "Wrong alignment on USBZLifeActionPreviewData"); \ +static_assert(sizeof(USBZLifeActionPreviewData) == 0x000080, "Wrong size on USBZLifeActionPreviewData"); \ +static_assert(offsetof(USBZLifeActionPreviewData, SkeletalMesh) == 0x000038, "Member 'USBZLifeActionPreviewData::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionPreviewData, AnimationCollection) == 0x000040, "Member 'USBZLifeActionPreviewData::AnimationCollection' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionPreviewData, PreviewStance) == 0x000048, "Member 'USBZLifeActionPreviewData::PreviewStance' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionPreviewData, PreviewEquippableFamily) == 0x000049, "Member 'USBZLifeActionPreviewData::PreviewEquippableFamily' has a wrong offset!"); \ +static_assert(offsetof(USBZLifeActionPreviewData, PreviewEquippableClass) == 0x000050, "Member 'USBZLifeActionPreviewData::PreviewEquippableClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerEventReactor_Multicast_PlayAudioReaction \ +static_assert(alignof(SBZPlayerEventReactor_Multicast_PlayAudioReaction) == 0x000004, "Wrong alignment on SBZPlayerEventReactor_Multicast_PlayAudioReaction"); \ +static_assert(sizeof(SBZPlayerEventReactor_Multicast_PlayAudioReaction) == 0x000008, "Wrong size on SBZPlayerEventReactor_Multicast_PlayAudioReaction"); \ +static_assert(offsetof(SBZPlayerEventReactor_Multicast_PlayAudioReaction, AudioScreenIndex) == 0x000000, "Member 'SBZPlayerEventReactor_Multicast_PlayAudioReaction::AudioScreenIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerEventReactor_Multicast_PlayAudioReaction, ReactionType) == 0x000004, "Member 'SBZPlayerEventReactor_Multicast_PlayAudioReaction::ReactionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerEventReactor_Multicast_SetState \ +static_assert(alignof(SBZPlayerEventReactor_Multicast_SetState) == 0x000001, "Wrong alignment on SBZPlayerEventReactor_Multicast_SetState"); \ +static_assert(sizeof(SBZPlayerEventReactor_Multicast_SetState) == 0x000001, "Wrong size on SBZPlayerEventReactor_Multicast_SetState"); \ +static_assert(offsetof(SBZPlayerEventReactor_Multicast_SetState, NewState) == 0x000000, "Member 'SBZPlayerEventReactor_Multicast_SetState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerEventReactor_OnECMJammerCountChanged \ +static_assert(alignof(SBZPlayerEventReactor_OnECMJammerCountChanged) == 0x000004, "Wrong alignment on SBZPlayerEventReactor_OnECMJammerCountChanged"); \ +static_assert(sizeof(SBZPlayerEventReactor_OnECMJammerCountChanged) == 0x000010, "Wrong size on SBZPlayerEventReactor_OnECMJammerCountChanged"); \ +static_assert(offsetof(SBZPlayerEventReactor_OnECMJammerCountChanged, NewCount) == 0x000000, "Member 'SBZPlayerEventReactor_OnECMJammerCountChanged::NewCount' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerEventReactor_OnECMJammerCountChanged, OldCount) == 0x000004, "Member 'SBZPlayerEventReactor_OnECMJammerCountChanged::OldCount' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerEventReactor_OnECMJammerCountChanged, AddedTime) == 0x000008, "Member 'SBZPlayerEventReactor_OnECMJammerCountChanged::AddedTime' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerEventReactor_OnECMJammerCountChanged, bInIsSignalScanActive) == 0x00000C, "Member 'SBZPlayerEventReactor_OnECMJammerCountChanged::bInIsSignalScanActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerEventReactor_OnPlayerDefeatStateChanged \ +static_assert(alignof(SBZPlayerEventReactor_OnPlayerDefeatStateChanged) == 0x000008, "Wrong alignment on SBZPlayerEventReactor_OnPlayerDefeatStateChanged"); \ +static_assert(sizeof(SBZPlayerEventReactor_OnPlayerDefeatStateChanged) == 0x000010, "Wrong size on SBZPlayerEventReactor_OnPlayerDefeatStateChanged"); \ +static_assert(offsetof(SBZPlayerEventReactor_OnPlayerDefeatStateChanged, DefeatStateData) == 0x000000, "Member 'SBZPlayerEventReactor_OnPlayerDefeatStateChanged::DefeatStateData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerEventReactor_SetState \ +static_assert(alignof(SBZPlayerEventReactor_SetState) == 0x000001, "Wrong alignment on SBZPlayerEventReactor_SetState"); \ +static_assert(sizeof(SBZPlayerEventReactor_SetState) == 0x000001, "Wrong size on SBZPlayerEventReactor_SetState"); \ +static_assert(offsetof(SBZPlayerEventReactor_SetState, NewState) == 0x000000, "Member 'SBZPlayerEventReactor_SetState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPlayerEventReactor \ +static_assert(alignof(ASBZPlayerEventReactor) == 0x000008, "Wrong alignment on ASBZPlayerEventReactor"); \ +static_assert(sizeof(ASBZPlayerEventReactor) == 0x000588, "Wrong size on ASBZPlayerEventReactor"); \ +static_assert(offsetof(ASBZPlayerEventReactor, AudioScreenArray) == 0x0002A8, "Member 'ASBZPlayerEventReactor::AudioScreenArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerEventReactor, PlayerStateArray) == 0x0002B8, "Member 'ASBZPlayerEventReactor::PlayerStateArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerEventReactor, EventCooldown) == 0x0002C8, "Member 'ASBZPlayerEventReactor::EventCooldown' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerEventReactor, LastPlayedTime) == 0x0002CC, "Member 'ASBZPlayerEventReactor::LastPlayedTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerEventReactor, EventReactionArray) == 0x0002D0, "Member 'ASBZPlayerEventReactor::EventReactionArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerEventReactor, ReactorStateArray) == 0x0004A0, "Member 'ASBZPlayerEventReactor::ReactorStateArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerEventReactor, PlayerCommentDelay) == 0x0004C8, "Member 'ASBZPlayerEventReactor::PlayerCommentDelay' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerEventReactor, CurrentState) == 0x0004CC, "Member 'ASBZPlayerEventReactor::CurrentState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLineBatchComponentFunctionLibrary_Draw3dArrow \ +static_assert(alignof(SBZLineBatchComponentFunctionLibrary_Draw3dArrow) == 0x000008, "Wrong alignment on SBZLineBatchComponentFunctionLibrary_Draw3dArrow"); \ +static_assert(sizeof(SBZLineBatchComponentFunctionLibrary_Draw3dArrow) == 0x000040, "Wrong size on SBZLineBatchComponentFunctionLibrary_Draw3dArrow"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_Draw3dArrow, LineBatcher) == 0x000000, "Member 'SBZLineBatchComponentFunctionLibrary_Draw3dArrow::LineBatcher' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_Draw3dArrow, LineStart) == 0x000008, "Member 'SBZLineBatchComponentFunctionLibrary_Draw3dArrow::LineStart' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_Draw3dArrow, LineEnd) == 0x000014, "Member 'SBZLineBatchComponentFunctionLibrary_Draw3dArrow::LineEnd' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_Draw3dArrow, ArrowSize) == 0x000020, "Member 'SBZLineBatchComponentFunctionLibrary_Draw3dArrow::ArrowSize' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_Draw3dArrow, ArrowAngle) == 0x000024, "Member 'SBZLineBatchComponentFunctionLibrary_Draw3dArrow::ArrowAngle' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_Draw3dArrow, LineColor) == 0x000028, "Member 'SBZLineBatchComponentFunctionLibrary_Draw3dArrow::LineColor' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_Draw3dArrow, Duration) == 0x000038, "Member 'SBZLineBatchComponentFunctionLibrary_Draw3dArrow::Duration' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_Draw3dArrow, Thickness) == 0x00003C, "Member 'SBZLineBatchComponentFunctionLibrary_Draw3dArrow::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLineBatchComponentFunctionLibrary_DrawArrow \ +static_assert(alignof(SBZLineBatchComponentFunctionLibrary_DrawArrow) == 0x000008, "Wrong alignment on SBZLineBatchComponentFunctionLibrary_DrawArrow"); \ +static_assert(sizeof(SBZLineBatchComponentFunctionLibrary_DrawArrow) == 0x000040, "Wrong size on SBZLineBatchComponentFunctionLibrary_DrawArrow"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawArrow, LineBatcher) == 0x000000, "Member 'SBZLineBatchComponentFunctionLibrary_DrawArrow::LineBatcher' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawArrow, LineStart) == 0x000008, "Member 'SBZLineBatchComponentFunctionLibrary_DrawArrow::LineStart' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawArrow, LineEnd) == 0x000014, "Member 'SBZLineBatchComponentFunctionLibrary_DrawArrow::LineEnd' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawArrow, ArrowSize) == 0x000020, "Member 'SBZLineBatchComponentFunctionLibrary_DrawArrow::ArrowSize' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawArrow, LineColor) == 0x000024, "Member 'SBZLineBatchComponentFunctionLibrary_DrawArrow::LineColor' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawArrow, Duration) == 0x000034, "Member 'SBZLineBatchComponentFunctionLibrary_DrawArrow::Duration' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawArrow, Thickness) == 0x000038, "Member 'SBZLineBatchComponentFunctionLibrary_DrawArrow::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLineBatchComponentFunctionLibrary_DrawBox \ +static_assert(alignof(SBZLineBatchComponentFunctionLibrary_DrawBox) == 0x000008, "Wrong alignment on SBZLineBatchComponentFunctionLibrary_DrawBox"); \ +static_assert(sizeof(SBZLineBatchComponentFunctionLibrary_DrawBox) == 0x000048, "Wrong size on SBZLineBatchComponentFunctionLibrary_DrawBox"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawBox, LineBatcher) == 0x000000, "Member 'SBZLineBatchComponentFunctionLibrary_DrawBox::LineBatcher' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawBox, Center) == 0x000008, "Member 'SBZLineBatchComponentFunctionLibrary_DrawBox::Center' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawBox, Extent) == 0x000014, "Member 'SBZLineBatchComponentFunctionLibrary_DrawBox::Extent' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawBox, LineColor) == 0x000020, "Member 'SBZLineBatchComponentFunctionLibrary_DrawBox::LineColor' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawBox, Rotation) == 0x000030, "Member 'SBZLineBatchComponentFunctionLibrary_DrawBox::Rotation' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawBox, Duration) == 0x00003C, "Member 'SBZLineBatchComponentFunctionLibrary_DrawBox::Duration' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawBox, Thickness) == 0x000040, "Member 'SBZLineBatchComponentFunctionLibrary_DrawBox::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLineBatchComponentFunctionLibrary_DrawCamera \ +static_assert(alignof(SBZLineBatchComponentFunctionLibrary_DrawCamera) == 0x000008, "Wrong alignment on SBZLineBatchComponentFunctionLibrary_DrawCamera"); \ +static_assert(sizeof(SBZLineBatchComponentFunctionLibrary_DrawCamera) == 0x000028, "Wrong size on SBZLineBatchComponentFunctionLibrary_DrawCamera"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCamera, LineBatcher) == 0x000000, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCamera::LineBatcher' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCamera, CameraComponent) == 0x000008, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCamera::CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCamera, CameraColor) == 0x000010, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCamera::CameraColor' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCamera, Duration) == 0x000020, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCamera::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLineBatchComponentFunctionLibrary_DrawCapsule \ +static_assert(alignof(SBZLineBatchComponentFunctionLibrary_DrawCapsule) == 0x000008, "Wrong alignment on SBZLineBatchComponentFunctionLibrary_DrawCapsule"); \ +static_assert(sizeof(SBZLineBatchComponentFunctionLibrary_DrawCapsule) == 0x000040, "Wrong size on SBZLineBatchComponentFunctionLibrary_DrawCapsule"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCapsule, LineBatcher) == 0x000000, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCapsule::LineBatcher' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCapsule, Center) == 0x000008, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCapsule::Center' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCapsule, HalfHeight) == 0x000014, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCapsule::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCapsule, Radius) == 0x000018, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCapsule::Radius' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCapsule, Rotation) == 0x00001C, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCapsule::Rotation' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCapsule, LineColor) == 0x000028, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCapsule::LineColor' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCapsule, Duration) == 0x000038, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCapsule::Duration' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCapsule, Thickness) == 0x00003C, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCapsule::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLineBatchComponentFunctionLibrary_DrawCircle \ +static_assert(alignof(SBZLineBatchComponentFunctionLibrary_DrawCircle) == 0x000008, "Wrong alignment on SBZLineBatchComponentFunctionLibrary_DrawCircle"); \ +static_assert(sizeof(SBZLineBatchComponentFunctionLibrary_DrawCircle) == 0x000050, "Wrong size on SBZLineBatchComponentFunctionLibrary_DrawCircle"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCircle, LineBatcher) == 0x000000, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCircle::LineBatcher' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCircle, Center) == 0x000008, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCircle::Center' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCircle, Radius) == 0x000014, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCircle::Radius' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCircle, NumSegments) == 0x000018, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCircle::NumSegments' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCircle, LineColor) == 0x00001C, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCircle::LineColor' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCircle, Duration) == 0x00002C, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCircle::Duration' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCircle, Thickness) == 0x000030, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCircle::Thickness' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCircle, YAxis) == 0x000034, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCircle::YAxis' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCircle, ZAxis) == 0x000040, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCircle::ZAxis' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCircle, bDrawAxis) == 0x00004C, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCircle::bDrawAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLineBatchComponentFunctionLibrary_DrawCone \ +static_assert(alignof(SBZLineBatchComponentFunctionLibrary_DrawCone) == 0x000008, "Wrong alignment on SBZLineBatchComponentFunctionLibrary_DrawCone"); \ +static_assert(sizeof(SBZLineBatchComponentFunctionLibrary_DrawCone) == 0x000048, "Wrong size on SBZLineBatchComponentFunctionLibrary_DrawCone"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCone, LineBatcher) == 0x000000, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCone::LineBatcher' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCone, Origin) == 0x000008, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCone::Origin' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCone, Direction) == 0x000014, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCone::Direction' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCone, Length) == 0x000020, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCone::Length' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCone, AngleWidth) == 0x000024, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCone::AngleWidth' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCone, AngleHeight) == 0x000028, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCone::AngleHeight' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCone, NumSides) == 0x00002C, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCone::NumSides' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCone, LineColor) == 0x000030, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCone::LineColor' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCone, Duration) == 0x000040, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCone::Duration' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCone, Thickness) == 0x000044, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCone::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLineBatchComponentFunctionLibrary_DrawCoordinateSystem \ +static_assert(alignof(SBZLineBatchComponentFunctionLibrary_DrawCoordinateSystem) == 0x000008, "Wrong alignment on SBZLineBatchComponentFunctionLibrary_DrawCoordinateSystem"); \ +static_assert(sizeof(SBZLineBatchComponentFunctionLibrary_DrawCoordinateSystem) == 0x000030, "Wrong size on SBZLineBatchComponentFunctionLibrary_DrawCoordinateSystem"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCoordinateSystem, LineBatcher) == 0x000000, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCoordinateSystem::LineBatcher' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCoordinateSystem, AxisLoc) == 0x000008, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCoordinateSystem::AxisLoc' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCoordinateSystem, AxisRot) == 0x000014, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCoordinateSystem::AxisRot' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCoordinateSystem, Scale) == 0x000020, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCoordinateSystem::Scale' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCoordinateSystem, Duration) == 0x000024, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCoordinateSystem::Duration' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCoordinateSystem, Thickness) == 0x000028, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCoordinateSystem::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLineBatchComponentFunctionLibrary_DrawCylinder \ +static_assert(alignof(SBZLineBatchComponentFunctionLibrary_DrawCylinder) == 0x000008, "Wrong alignment on SBZLineBatchComponentFunctionLibrary_DrawCylinder"); \ +static_assert(sizeof(SBZLineBatchComponentFunctionLibrary_DrawCylinder) == 0x000040, "Wrong size on SBZLineBatchComponentFunctionLibrary_DrawCylinder"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCylinder, LineBatcher) == 0x000000, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCylinder::LineBatcher' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCylinder, Start) == 0x000008, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCylinder::Start' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCylinder, End) == 0x000014, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCylinder::End' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCylinder, Radius) == 0x000020, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCylinder::Radius' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCylinder, Segments) == 0x000024, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCylinder::Segments' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCylinder, LineColor) == 0x000028, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCylinder::LineColor' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCylinder, Duration) == 0x000038, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCylinder::Duration' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawCylinder, Thickness) == 0x00003C, "Member 'SBZLineBatchComponentFunctionLibrary_DrawCylinder::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLineBatchComponentFunctionLibrary_DrawDashedLine \ +static_assert(alignof(SBZLineBatchComponentFunctionLibrary_DrawDashedLine) == 0x000008, "Wrong alignment on SBZLineBatchComponentFunctionLibrary_DrawDashedLine"); \ +static_assert(sizeof(SBZLineBatchComponentFunctionLibrary_DrawDashedLine) == 0x000038, "Wrong size on SBZLineBatchComponentFunctionLibrary_DrawDashedLine"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawDashedLine, LineBatcher) == 0x000000, "Member 'SBZLineBatchComponentFunctionLibrary_DrawDashedLine::LineBatcher' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawDashedLine, Start) == 0x000008, "Member 'SBZLineBatchComponentFunctionLibrary_DrawDashedLine::Start' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawDashedLine, End) == 0x000014, "Member 'SBZLineBatchComponentFunctionLibrary_DrawDashedLine::End' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawDashedLine, Color) == 0x000020, "Member 'SBZLineBatchComponentFunctionLibrary_DrawDashedLine::Color' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawDashedLine, DashSize) == 0x000030, "Member 'SBZLineBatchComponentFunctionLibrary_DrawDashedLine::DashSize' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawDashedLine, Duration) == 0x000034, "Member 'SBZLineBatchComponentFunctionLibrary_DrawDashedLine::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLineBatchComponentFunctionLibrary_DrawFloatHistory \ +static_assert(alignof(SBZLineBatchComponentFunctionLibrary_DrawFloatHistory) == 0x000010, "Wrong alignment on SBZLineBatchComponentFunctionLibrary_DrawFloatHistory"); \ +static_assert(sizeof(SBZLineBatchComponentFunctionLibrary_DrawFloatHistory) == 0x000080, "Wrong size on SBZLineBatchComponentFunctionLibrary_DrawFloatHistory"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawFloatHistory, LineBatcher) == 0x000000, "Member 'SBZLineBatchComponentFunctionLibrary_DrawFloatHistory::LineBatcher' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawFloatHistory, FloatHistory) == 0x000008, "Member 'SBZLineBatchComponentFunctionLibrary_DrawFloatHistory::FloatHistory' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawFloatHistory, DrawTransform) == 0x000030, "Member 'SBZLineBatchComponentFunctionLibrary_DrawFloatHistory::DrawTransform' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawFloatHistory, DrawSize) == 0x000060, "Member 'SBZLineBatchComponentFunctionLibrary_DrawFloatHistory::DrawSize' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawFloatHistory, DrawColor) == 0x000068, "Member 'SBZLineBatchComponentFunctionLibrary_DrawFloatHistory::DrawColor' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawFloatHistory, Duration) == 0x000078, "Member 'SBZLineBatchComponentFunctionLibrary_DrawFloatHistory::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLineBatchComponentFunctionLibrary_DrawFrustum \ +static_assert(alignof(SBZLineBatchComponentFunctionLibrary_DrawFrustum) == 0x000010, "Wrong alignment on SBZLineBatchComponentFunctionLibrary_DrawFrustum"); \ +static_assert(sizeof(SBZLineBatchComponentFunctionLibrary_DrawFrustum) == 0x000060, "Wrong size on SBZLineBatchComponentFunctionLibrary_DrawFrustum"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawFrustum, LineBatcher) == 0x000000, "Member 'SBZLineBatchComponentFunctionLibrary_DrawFrustum::LineBatcher' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawFrustum, FrustumTransform) == 0x000010, "Member 'SBZLineBatchComponentFunctionLibrary_DrawFrustum::FrustumTransform' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawFrustum, FrustumColor) == 0x000040, "Member 'SBZLineBatchComponentFunctionLibrary_DrawFrustum::FrustumColor' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawFrustum, Duration) == 0x000050, "Member 'SBZLineBatchComponentFunctionLibrary_DrawFrustum::Duration' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawFrustum, Thickness) == 0x000054, "Member 'SBZLineBatchComponentFunctionLibrary_DrawFrustum::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLineBatchComponentFunctionLibrary_DrawLine \ +static_assert(alignof(SBZLineBatchComponentFunctionLibrary_DrawLine) == 0x000008, "Wrong alignment on SBZLineBatchComponentFunctionLibrary_DrawLine"); \ +static_assert(sizeof(SBZLineBatchComponentFunctionLibrary_DrawLine) == 0x000038, "Wrong size on SBZLineBatchComponentFunctionLibrary_DrawLine"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawLine, LineBatcher) == 0x000000, "Member 'SBZLineBatchComponentFunctionLibrary_DrawLine::LineBatcher' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawLine, LineStart) == 0x000008, "Member 'SBZLineBatchComponentFunctionLibrary_DrawLine::LineStart' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawLine, LineEnd) == 0x000014, "Member 'SBZLineBatchComponentFunctionLibrary_DrawLine::LineEnd' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawLine, LineColor) == 0x000020, "Member 'SBZLineBatchComponentFunctionLibrary_DrawLine::LineColor' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawLine, Duration) == 0x000030, "Member 'SBZLineBatchComponentFunctionLibrary_DrawLine::Duration' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawLine, Thickness) == 0x000034, "Member 'SBZLineBatchComponentFunctionLibrary_DrawLine::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLineBatchComponentFunctionLibrary_DrawPlane \ +static_assert(alignof(SBZLineBatchComponentFunctionLibrary_DrawPlane) == 0x000010, "Wrong alignment on SBZLineBatchComponentFunctionLibrary_DrawPlane"); \ +static_assert(sizeof(SBZLineBatchComponentFunctionLibrary_DrawPlane) == 0x000050, "Wrong size on SBZLineBatchComponentFunctionLibrary_DrawPlane"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawPlane, LineBatcher) == 0x000000, "Member 'SBZLineBatchComponentFunctionLibrary_DrawPlane::LineBatcher' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawPlane, PlaneCoordinates) == 0x000010, "Member 'SBZLineBatchComponentFunctionLibrary_DrawPlane::PlaneCoordinates' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawPlane, Location) == 0x000020, "Member 'SBZLineBatchComponentFunctionLibrary_DrawPlane::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawPlane, Size) == 0x00002C, "Member 'SBZLineBatchComponentFunctionLibrary_DrawPlane::Size' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawPlane, PlaneColor) == 0x000030, "Member 'SBZLineBatchComponentFunctionLibrary_DrawPlane::PlaneColor' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawPlane, Duration) == 0x000040, "Member 'SBZLineBatchComponentFunctionLibrary_DrawPlane::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLineBatchComponentFunctionLibrary_DrawPoint \ +static_assert(alignof(SBZLineBatchComponentFunctionLibrary_DrawPoint) == 0x000008, "Wrong alignment on SBZLineBatchComponentFunctionLibrary_DrawPoint"); \ +static_assert(sizeof(SBZLineBatchComponentFunctionLibrary_DrawPoint) == 0x000030, "Wrong size on SBZLineBatchComponentFunctionLibrary_DrawPoint"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawPoint, LineBatcher) == 0x000000, "Member 'SBZLineBatchComponentFunctionLibrary_DrawPoint::LineBatcher' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawPoint, Position) == 0x000008, "Member 'SBZLineBatchComponentFunctionLibrary_DrawPoint::Position' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawPoint, Size) == 0x000014, "Member 'SBZLineBatchComponentFunctionLibrary_DrawPoint::Size' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawPoint, PointColor) == 0x000018, "Member 'SBZLineBatchComponentFunctionLibrary_DrawPoint::PointColor' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawPoint, Duration) == 0x000028, "Member 'SBZLineBatchComponentFunctionLibrary_DrawPoint::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLineBatchComponentFunctionLibrary_DrawSphere \ +static_assert(alignof(SBZLineBatchComponentFunctionLibrary_DrawSphere) == 0x000008, "Wrong alignment on SBZLineBatchComponentFunctionLibrary_DrawSphere"); \ +static_assert(sizeof(SBZLineBatchComponentFunctionLibrary_DrawSphere) == 0x000038, "Wrong size on SBZLineBatchComponentFunctionLibrary_DrawSphere"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawSphere, LineBatcher) == 0x000000, "Member 'SBZLineBatchComponentFunctionLibrary_DrawSphere::LineBatcher' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawSphere, Center) == 0x000008, "Member 'SBZLineBatchComponentFunctionLibrary_DrawSphere::Center' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawSphere, Radius) == 0x000014, "Member 'SBZLineBatchComponentFunctionLibrary_DrawSphere::Radius' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawSphere, Segments) == 0x000018, "Member 'SBZLineBatchComponentFunctionLibrary_DrawSphere::Segments' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawSphere, LineColor) == 0x00001C, "Member 'SBZLineBatchComponentFunctionLibrary_DrawSphere::LineColor' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawSphere, Duration) == 0x00002C, "Member 'SBZLineBatchComponentFunctionLibrary_DrawSphere::Duration' has a wrong offset!"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_DrawSphere, Thickness) == 0x000030, "Member 'SBZLineBatchComponentFunctionLibrary_DrawSphere::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLineBatchComponentFunctionLibrary_Flush \ +static_assert(alignof(SBZLineBatchComponentFunctionLibrary_Flush) == 0x000008, "Wrong alignment on SBZLineBatchComponentFunctionLibrary_Flush"); \ +static_assert(sizeof(SBZLineBatchComponentFunctionLibrary_Flush) == 0x000008, "Wrong size on SBZLineBatchComponentFunctionLibrary_Flush"); \ +static_assert(offsetof(SBZLineBatchComponentFunctionLibrary_Flush, LineBatcher) == 0x000000, "Member 'SBZLineBatchComponentFunctionLibrary_Flush::LineBatcher' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLineBatchComponentFunctionLibrary \ +static_assert(alignof(USBZLineBatchComponentFunctionLibrary) == 0x000008, "Wrong alignment on USBZLineBatchComponentFunctionLibrary"); \ +static_assert(sizeof(USBZLineBatchComponentFunctionLibrary) == 0x000030, "Wrong size on USBZLineBatchComponentFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_USBZListenerManager \ +static_assert(alignof(USBZListenerManager) == 0x000008, "Wrong alignment on USBZListenerManager"); \ +static_assert(sizeof(USBZListenerManager) == 0x000030, "Wrong size on USBZListenerManager"); \ + +#define DUMPER7_ASSERTS_USBZSkillShockGrenadeElectricCapacityBase \ +static_assert(alignof(USBZSkillShockGrenadeElectricCapacityBase) == 0x000008, "Wrong alignment on USBZSkillShockGrenadeElectricCapacityBase"); \ +static_assert(sizeof(USBZSkillShockGrenadeElectricCapacityBase) == 0x000230, "Wrong size on USBZSkillShockGrenadeElectricCapacityBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillSharpshooterCuttingShot \ +static_assert(alignof(USBZSkillSharpshooterCuttingShot) == 0x000008, "Wrong alignment on USBZSkillSharpshooterCuttingShot"); \ +static_assert(sizeof(USBZSkillSharpshooterCuttingShot) == 0x000230, "Wrong size on USBZSkillSharpshooterCuttingShot"); \ + +#define DUMPER7_ASSERTS_SBZLoadingState_ServerSetLoadingProgress \ +static_assert(alignof(SBZLoadingState_ServerSetLoadingProgress) == 0x000004, "Wrong alignment on SBZLoadingState_ServerSetLoadingProgress"); \ +static_assert(sizeof(SBZLoadingState_ServerSetLoadingProgress) == 0x000004, "Wrong size on SBZLoadingState_ServerSetLoadingProgress"); \ +static_assert(offsetof(SBZLoadingState_ServerSetLoadingProgress, InLoadingProgress) == 0x000000, "Member 'SBZLoadingState_ServerSetLoadingProgress::InLoadingProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZLoadingState \ +static_assert(alignof(ASBZLoadingState) == 0x000008, "Wrong alignment on ASBZLoadingState"); \ +static_assert(sizeof(ASBZLoadingState) == 0x0002B0, "Wrong size on ASBZLoadingState"); \ +static_assert(offsetof(ASBZLoadingState, LoadingProgress) == 0x0002A8, "Member 'ASBZLoadingState::LoadingProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLoadingSubsystem \ +static_assert(alignof(USBZLoadingSubsystem) == 0x000008, "Wrong alignment on USBZLoadingSubsystem"); \ +static_assert(sizeof(USBZLoadingSubsystem) == 0x000098, "Wrong size on USBZLoadingSubsystem"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutLibrary_GetActivePlayerLoadoutIndex \ +static_assert(alignof(SBZLoadoutLibrary_GetActivePlayerLoadoutIndex) == 0x000008, "Wrong alignment on SBZLoadoutLibrary_GetActivePlayerLoadoutIndex"); \ +static_assert(sizeof(SBZLoadoutLibrary_GetActivePlayerLoadoutIndex) == 0x000010, "Wrong size on SBZLoadoutLibrary_GetActivePlayerLoadoutIndex"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetActivePlayerLoadoutIndex, WorldContextObject) == 0x000000, "Member 'SBZLoadoutLibrary_GetActivePlayerLoadoutIndex::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetActivePlayerLoadoutIndex, ReturnValue) == 0x000008, "Member 'SBZLoadoutLibrary_GetActivePlayerLoadoutIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutLibrary_GetArmorConfigSlot \ +static_assert(alignof(SBZLoadoutLibrary_GetArmorConfigSlot) == 0x000008, "Wrong alignment on SBZLoadoutLibrary_GetArmorConfigSlot"); \ +static_assert(sizeof(SBZLoadoutLibrary_GetArmorConfigSlot) == 0x000030, "Wrong size on SBZLoadoutLibrary_GetArmorConfigSlot"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetArmorConfigSlot, WorldContextObject) == 0x000000, "Member 'SBZLoadoutLibrary_GetArmorConfigSlot::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetArmorConfigSlot, InArmorSlotIndex) == 0x000008, "Member 'SBZLoadoutLibrary_GetArmorConfigSlot::InArmorSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetArmorConfigSlot, ReturnValue) == 0x000010, "Member 'SBZLoadoutLibrary_GetArmorConfigSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutLibrary_GetArmorInventorySlot \ +static_assert(alignof(SBZLoadoutLibrary_GetArmorInventorySlot) == 0x000008, "Wrong alignment on SBZLoadoutLibrary_GetArmorInventorySlot"); \ +static_assert(sizeof(SBZLoadoutLibrary_GetArmorInventorySlot) == 0x000078, "Wrong size on SBZLoadoutLibrary_GetArmorInventorySlot"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetArmorInventorySlot, WorldContextObject) == 0x000000, "Member 'SBZLoadoutLibrary_GetArmorInventorySlot::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetArmorInventorySlot, InArmorSlotIndex) == 0x000008, "Member 'SBZLoadoutLibrary_GetArmorInventorySlot::InArmorSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetArmorInventorySlot, ReturnValue) == 0x000010, "Member 'SBZLoadoutLibrary_GetArmorInventorySlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutLibrary_GetGloveData \ +static_assert(alignof(SBZLoadoutLibrary_GetGloveData) == 0x000008, "Wrong alignment on SBZLoadoutLibrary_GetGloveData"); \ +static_assert(sizeof(SBZLoadoutLibrary_GetGloveData) == 0x000010, "Wrong size on SBZLoadoutLibrary_GetGloveData"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetGloveData, WorldContextObject) == 0x000000, "Member 'SBZLoadoutLibrary_GetGloveData::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetGloveData, ReturnValue) == 0x000008, "Member 'SBZLoadoutLibrary_GetGloveData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutLibrary_GetGloveDataForLoadoutIndex \ +static_assert(alignof(SBZLoadoutLibrary_GetGloveDataForLoadoutIndex) == 0x000008, "Wrong alignment on SBZLoadoutLibrary_GetGloveDataForLoadoutIndex"); \ +static_assert(sizeof(SBZLoadoutLibrary_GetGloveDataForLoadoutIndex) == 0x000018, "Wrong size on SBZLoadoutLibrary_GetGloveDataForLoadoutIndex"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetGloveDataForLoadoutIndex, WorldContextObject) == 0x000000, "Member 'SBZLoadoutLibrary_GetGloveDataForLoadoutIndex::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetGloveDataForLoadoutIndex, LoadoutIndex) == 0x000008, "Member 'SBZLoadoutLibrary_GetGloveDataForLoadoutIndex::LoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetGloveDataForLoadoutIndex, ReturnValue) == 0x000010, "Member 'SBZLoadoutLibrary_GetGloveDataForLoadoutIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutLibrary_GetInventoryGloveSlotAt \ +static_assert(alignof(SBZLoadoutLibrary_GetInventoryGloveSlotAt) == 0x000008, "Wrong alignment on SBZLoadoutLibrary_GetInventoryGloveSlotAt"); \ +static_assert(sizeof(SBZLoadoutLibrary_GetInventoryGloveSlotAt) == 0x000060, "Wrong size on SBZLoadoutLibrary_GetInventoryGloveSlotAt"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetInventoryGloveSlotAt, WorldContextObject) == 0x000000, "Member 'SBZLoadoutLibrary_GetInventoryGloveSlotAt::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetInventoryGloveSlotAt, OutGloveInventorySlot) == 0x000008, "Member 'SBZLoadoutLibrary_GetInventoryGloveSlotAt::OutGloveInventorySlot' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetInventoryGloveSlotAt, GloveSlotIndex) == 0x000058, "Member 'SBZLoadoutLibrary_GetInventoryGloveSlotAt::GloveSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetInventoryGloveSlotAt, IsValidIndex) == 0x00005C, "Member 'SBZLoadoutLibrary_GetInventoryGloveSlotAt::IsValidIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutLibrary_GetInventorySuitSlotAt \ +static_assert(alignof(SBZLoadoutLibrary_GetInventorySuitSlotAt) == 0x000008, "Wrong alignment on SBZLoadoutLibrary_GetInventorySuitSlotAt"); \ +static_assert(sizeof(SBZLoadoutLibrary_GetInventorySuitSlotAt) == 0x000098, "Wrong size on SBZLoadoutLibrary_GetInventorySuitSlotAt"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetInventorySuitSlotAt, WorldContextObject) == 0x000000, "Member 'SBZLoadoutLibrary_GetInventorySuitSlotAt::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetInventorySuitSlotAt, OutSuitInventorySlot) == 0x000008, "Member 'SBZLoadoutLibrary_GetInventorySuitSlotAt::OutSuitInventorySlot' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetInventorySuitSlotAt, SuitSlotIndex) == 0x000090, "Member 'SBZLoadoutLibrary_GetInventorySuitSlotAt::SuitSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetInventorySuitSlotAt, IsValidIndex) == 0x000094, "Member 'SBZLoadoutLibrary_GetInventorySuitSlotAt::IsValidIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutLibrary_GetMaskData \ +static_assert(alignof(SBZLoadoutLibrary_GetMaskData) == 0x000008, "Wrong alignment on SBZLoadoutLibrary_GetMaskData"); \ +static_assert(sizeof(SBZLoadoutLibrary_GetMaskData) == 0x000010, "Wrong size on SBZLoadoutLibrary_GetMaskData"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetMaskData, WorldContextObject) == 0x000000, "Member 'SBZLoadoutLibrary_GetMaskData::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetMaskData, ReturnValue) == 0x000008, "Member 'SBZLoadoutLibrary_GetMaskData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutLibrary_GetMaskDataForLoadoutIndex \ +static_assert(alignof(SBZLoadoutLibrary_GetMaskDataForLoadoutIndex) == 0x000008, "Wrong alignment on SBZLoadoutLibrary_GetMaskDataForLoadoutIndex"); \ +static_assert(sizeof(SBZLoadoutLibrary_GetMaskDataForLoadoutIndex) == 0x000018, "Wrong size on SBZLoadoutLibrary_GetMaskDataForLoadoutIndex"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetMaskDataForLoadoutIndex, WorldContextObject) == 0x000000, "Member 'SBZLoadoutLibrary_GetMaskDataForLoadoutIndex::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetMaskDataForLoadoutIndex, LoadoutIndex) == 0x000008, "Member 'SBZLoadoutLibrary_GetMaskDataForLoadoutIndex::LoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetMaskDataForLoadoutIndex, ReturnValue) == 0x000010, "Member 'SBZLoadoutLibrary_GetMaskDataForLoadoutIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutLibrary_GetSuitData \ +static_assert(alignof(SBZLoadoutLibrary_GetSuitData) == 0x000008, "Wrong alignment on SBZLoadoutLibrary_GetSuitData"); \ +static_assert(sizeof(SBZLoadoutLibrary_GetSuitData) == 0x000010, "Wrong size on SBZLoadoutLibrary_GetSuitData"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetSuitData, WorldContextObject) == 0x000000, "Member 'SBZLoadoutLibrary_GetSuitData::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetSuitData, ReturnValue) == 0x000008, "Member 'SBZLoadoutLibrary_GetSuitData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutLibrary_GetSuitDataForLoadoutIndex \ +static_assert(alignof(SBZLoadoutLibrary_GetSuitDataForLoadoutIndex) == 0x000008, "Wrong alignment on SBZLoadoutLibrary_GetSuitDataForLoadoutIndex"); \ +static_assert(sizeof(SBZLoadoutLibrary_GetSuitDataForLoadoutIndex) == 0x000018, "Wrong size on SBZLoadoutLibrary_GetSuitDataForLoadoutIndex"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetSuitDataForLoadoutIndex, WorldContextObject) == 0x000000, "Member 'SBZLoadoutLibrary_GetSuitDataForLoadoutIndex::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetSuitDataForLoadoutIndex, LoadoutIndex) == 0x000008, "Member 'SBZLoadoutLibrary_GetSuitDataForLoadoutIndex::LoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetSuitDataForLoadoutIndex, ReturnValue) == 0x000010, "Member 'SBZLoadoutLibrary_GetSuitDataForLoadoutIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutLibrary_GetWeaponConfigSlot \ +static_assert(alignof(SBZLoadoutLibrary_GetWeaponConfigSlot) == 0x000008, "Wrong alignment on SBZLoadoutLibrary_GetWeaponConfigSlot"); \ +static_assert(sizeof(SBZLoadoutLibrary_GetWeaponConfigSlot) == 0x0000E8, "Wrong size on SBZLoadoutLibrary_GetWeaponConfigSlot"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetWeaponConfigSlot, WorldContextObject) == 0x000000, "Member 'SBZLoadoutLibrary_GetWeaponConfigSlot::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetWeaponConfigSlot, InEquippableSlot) == 0x000008, "Member 'SBZLoadoutLibrary_GetWeaponConfigSlot::InEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetWeaponConfigSlot, InWeaponSlotIndex) == 0x00000C, "Member 'SBZLoadoutLibrary_GetWeaponConfigSlot::InWeaponSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetWeaponConfigSlot, ReturnValue) == 0x000010, "Member 'SBZLoadoutLibrary_GetWeaponConfigSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutLibrary_GetWeaponConfigSlotsForEquippable \ +static_assert(alignof(SBZLoadoutLibrary_GetWeaponConfigSlotsForEquippable) == 0x000008, "Wrong alignment on SBZLoadoutLibrary_GetWeaponConfigSlotsForEquippable"); \ +static_assert(sizeof(SBZLoadoutLibrary_GetWeaponConfigSlotsForEquippable) == 0x000020, "Wrong size on SBZLoadoutLibrary_GetWeaponConfigSlotsForEquippable"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetWeaponConfigSlotsForEquippable, WorldContextObject) == 0x000000, "Member 'SBZLoadoutLibrary_GetWeaponConfigSlotsForEquippable::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetWeaponConfigSlotsForEquippable, EquippableSlot) == 0x000008, "Member 'SBZLoadoutLibrary_GetWeaponConfigSlotsForEquippable::EquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_GetWeaponConfigSlotsForEquippable, ReturnValue) == 0x000010, "Member 'SBZLoadoutLibrary_GetWeaponConfigSlotsForEquippable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutLibrary_IsValidLoadout \ +static_assert(alignof(SBZLoadoutLibrary_IsValidLoadout) == 0x000008, "Wrong alignment on SBZLoadoutLibrary_IsValidLoadout"); \ +static_assert(sizeof(SBZLoadoutLibrary_IsValidLoadout) == 0x0000A8, "Wrong size on SBZLoadoutLibrary_IsValidLoadout"); \ +static_assert(offsetof(SBZLoadoutLibrary_IsValidLoadout, WorldContextObject) == 0x000000, "Member 'SBZLoadoutLibrary_IsValidLoadout::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_IsValidLoadout, PlayerLoadoutConfig) == 0x000008, "Member 'SBZLoadoutLibrary_IsValidLoadout::PlayerLoadoutConfig' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_IsValidLoadout, ReturnValue) == 0x0000A0, "Member 'SBZLoadoutLibrary_IsValidLoadout::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutLibrary_RemoveCosmeticPartOnWeapon \ +static_assert(alignof(SBZLoadoutLibrary_RemoveCosmeticPartOnWeapon) == 0x000008, "Wrong alignment on SBZLoadoutLibrary_RemoveCosmeticPartOnWeapon"); \ +static_assert(sizeof(SBZLoadoutLibrary_RemoveCosmeticPartOnWeapon) == 0x000020, "Wrong size on SBZLoadoutLibrary_RemoveCosmeticPartOnWeapon"); \ +static_assert(offsetof(SBZLoadoutLibrary_RemoveCosmeticPartOnWeapon, WorldContextObject) == 0x000000, "Member 'SBZLoadoutLibrary_RemoveCosmeticPartOnWeapon::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_RemoveCosmeticPartOnWeapon, SlotIndex) == 0x000008, "Member 'SBZLoadoutLibrary_RemoveCosmeticPartOnWeapon::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_RemoveCosmeticPartOnWeapon, ItemSlot) == 0x00000C, "Member 'SBZLoadoutLibrary_RemoveCosmeticPartOnWeapon::ItemSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_RemoveCosmeticPartOnWeapon, CosmeticsPartSlot) == 0x000010, "Member 'SBZLoadoutLibrary_RemoveCosmeticPartOnWeapon::CosmeticsPartSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_RemoveCosmeticPartOnWeapon, CosmeticsDataAsset) == 0x000018, "Member 'SBZLoadoutLibrary_RemoveCosmeticPartOnWeapon::CosmeticsDataAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutLibrary_SetCosmeticPartOnWeapon \ +static_assert(alignof(SBZLoadoutLibrary_SetCosmeticPartOnWeapon) == 0x000008, "Wrong alignment on SBZLoadoutLibrary_SetCosmeticPartOnWeapon"); \ +static_assert(sizeof(SBZLoadoutLibrary_SetCosmeticPartOnWeapon) == 0x000028, "Wrong size on SBZLoadoutLibrary_SetCosmeticPartOnWeapon"); \ +static_assert(offsetof(SBZLoadoutLibrary_SetCosmeticPartOnWeapon, WorldContextObject) == 0x000000, "Member 'SBZLoadoutLibrary_SetCosmeticPartOnWeapon::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_SetCosmeticPartOnWeapon, LoadoutSlot) == 0x000008, "Member 'SBZLoadoutLibrary_SetCosmeticPartOnWeapon::LoadoutSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_SetCosmeticPartOnWeapon, SlotIndex) == 0x00000C, "Member 'SBZLoadoutLibrary_SetCosmeticPartOnWeapon::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_SetCosmeticPartOnWeapon, CosmeticsPartSlot) == 0x000010, "Member 'SBZLoadoutLibrary_SetCosmeticPartOnWeapon::CosmeticsPartSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_SetCosmeticPartOnWeapon, EquippablePartConfigGroup) == 0x000018, "Member 'SBZLoadoutLibrary_SetCosmeticPartOnWeapon::EquippablePartConfigGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutLibrary_SetWeaponPartOnWeapon \ +static_assert(alignof(SBZLoadoutLibrary_SetWeaponPartOnWeapon) == 0x000008, "Wrong alignment on SBZLoadoutLibrary_SetWeaponPartOnWeapon"); \ +static_assert(sizeof(SBZLoadoutLibrary_SetWeaponPartOnWeapon) == 0x000020, "Wrong size on SBZLoadoutLibrary_SetWeaponPartOnWeapon"); \ +static_assert(offsetof(SBZLoadoutLibrary_SetWeaponPartOnWeapon, WorldContextObject) == 0x000000, "Member 'SBZLoadoutLibrary_SetWeaponPartOnWeapon::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_SetWeaponPartOnWeapon, EquippableSlot) == 0x000008, "Member 'SBZLoadoutLibrary_SetWeaponPartOnWeapon::EquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_SetWeaponPartOnWeapon, SlotIndex) == 0x00000C, "Member 'SBZLoadoutLibrary_SetWeaponPartOnWeapon::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_SetWeaponPartOnWeapon, ModularPartSlot) == 0x000010, "Member 'SBZLoadoutLibrary_SetWeaponPartOnWeapon::ModularPartSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutLibrary_SetWeaponPartOnWeapon, EquippablePartDataAsset) == 0x000018, "Member 'SBZLoadoutLibrary_SetWeaponPartOnWeapon::EquippablePartDataAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLoadoutLibrary \ +static_assert(alignof(USBZLoadoutLibrary) == 0x000008, "Wrong alignment on USBZLoadoutLibrary"); \ +static_assert(sizeof(USBZLoadoutLibrary) == 0x000030, "Wrong size on USBZLoadoutLibrary"); \ + +#define DUMPER7_ASSERTS_USBZPlaceableAmmoData \ +static_assert(alignof(USBZPlaceableAmmoData) == 0x000010, "Wrong alignment on USBZPlaceableAmmoData"); \ +static_assert(sizeof(USBZPlaceableAmmoData) == 0x000420, "Wrong size on USBZPlaceableAmmoData"); \ + +#define DUMPER7_ASSERTS_USBZBTTask_Revive \ +static_assert(alignof(USBZBTTask_Revive) == 0x000008, "Wrong alignment on USBZBTTask_Revive"); \ +static_assert(sizeof(USBZBTTask_Revive) == 0x0000A8, "Wrong size on USBZBTTask_Revive"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutModCategoryButton_InitializeModCategoryData \ +static_assert(alignof(SBZLoadoutModCategoryButton_InitializeModCategoryData) == 0x000008, "Wrong alignment on SBZLoadoutModCategoryButton_InitializeModCategoryData"); \ +static_assert(sizeof(SBZLoadoutModCategoryButton_InitializeModCategoryData) == 0x000010, "Wrong size on SBZLoadoutModCategoryButton_InitializeModCategoryData"); \ +static_assert(offsetof(SBZLoadoutModCategoryButton_InitializeModCategoryData, InSlot) == 0x000000, "Member 'SBZLoadoutModCategoryButton_InitializeModCategoryData::InSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZLoadoutModCategoryButton_InitializeModCategoryData, InPart) == 0x000008, "Member 'SBZLoadoutModCategoryButton_InitializeModCategoryData::InPart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutModCategoryButton_SetSelectedCallback \ +static_assert(alignof(SBZLoadoutModCategoryButton_SetSelectedCallback) == 0x000004, "Wrong alignment on SBZLoadoutModCategoryButton_SetSelectedCallback"); \ +static_assert(sizeof(SBZLoadoutModCategoryButton_SetSelectedCallback) == 0x000014, "Wrong size on SBZLoadoutModCategoryButton_SetSelectedCallback"); \ +static_assert(offsetof(SBZLoadoutModCategoryButton_SetSelectedCallback, SelectedCallback) == 0x000000, "Member 'SBZLoadoutModCategoryButton_SetSelectedCallback::SelectedCallback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLoadoutModCategoryButton \ +static_assert(alignof(USBZLoadoutModCategoryButton) == 0x000008, "Wrong alignment on USBZLoadoutModCategoryButton"); \ +static_assert(sizeof(USBZLoadoutModCategoryButton) == 0x000398, "Wrong size on USBZLoadoutModCategoryButton"); \ +static_assert(offsetof(USBZLoadoutModCategoryButton, ModSlot) == 0x000370, "Member 'USBZLoadoutModCategoryButton::ModSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZLoadoutModCategoryButton, EquippedPart) == 0x000378, "Member 'USBZLoadoutModCategoryButton::EquippedPart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillMedicSpecDoctoredUpIBase \ +static_assert(alignof(USBZSkillMedicSpecDoctoredUpIBase) == 0x000008, "Wrong alignment on USBZSkillMedicSpecDoctoredUpIBase"); \ +static_assert(sizeof(USBZSkillMedicSpecDoctoredUpIBase) == 0x000230, "Wrong size on USBZSkillMedicSpecDoctoredUpIBase"); \ + +#define DUMPER7_ASSERTS_SBZLoadoutSkillsButton_InitializeSkills \ +static_assert(alignof(SBZLoadoutSkillsButton_InitializeSkills) == 0x000008, "Wrong alignment on SBZLoadoutSkillsButton_InitializeSkills"); \ +static_assert(sizeof(SBZLoadoutSkillsButton_InitializeSkills) == 0x000010, "Wrong size on SBZLoadoutSkillsButton_InitializeSkills"); \ +static_assert(offsetof(SBZLoadoutSkillsButton_InitializeSkills, EquippedSkillCategoriesCount) == 0x000000, "Member 'SBZLoadoutSkillsButton_InitializeSkills::EquippedSkillCategoriesCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLoadoutSkillsButton \ +static_assert(alignof(USBZLoadoutSkillsButton) == 0x000008, "Wrong alignment on USBZLoadoutSkillsButton"); \ +static_assert(sizeof(USBZLoadoutSkillsButton) == 0x000370, "Wrong size on USBZLoadoutSkillsButton"); \ + +#define DUMPER7_ASSERTS_USBZLoadoutSlotData \ +static_assert(alignof(USBZLoadoutSlotData) == 0x000008, "Wrong alignment on USBZLoadoutSlotData"); \ +static_assert(sizeof(USBZLoadoutSlotData) == 0x000150, "Wrong size on USBZLoadoutSlotData"); \ + +#define DUMPER7_ASSERTS_USBZPlaceableConsumableData \ +static_assert(alignof(USBZPlaceableConsumableData) == 0x000010, "Wrong alignment on USBZPlaceableConsumableData"); \ +static_assert(sizeof(USBZPlaceableConsumableData) == 0x000420, "Wrong size on USBZPlaceableConsumableData"); \ + +#define DUMPER7_ASSERTS_USBZSkillMedicCombatMedic \ +static_assert(alignof(USBZSkillMedicCombatMedic) == 0x000008, "Wrong alignment on USBZSkillMedicCombatMedic"); \ +static_assert(sizeof(USBZSkillMedicCombatMedic) == 0x000230, "Wrong size on USBZSkillMedicCombatMedic"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutWeaponModCategoryWidget_CustomizeWeaponInSlot \ +static_assert(alignof(SBZMainMenuLoadoutWeaponModCategoryWidget_CustomizeWeaponInSlot) == 0x000004, "Wrong alignment on SBZMainMenuLoadoutWeaponModCategoryWidget_CustomizeWeaponInSlot"); \ +static_assert(sizeof(SBZMainMenuLoadoutWeaponModCategoryWidget_CustomizeWeaponInSlot) == 0x00000C, "Wrong size on SBZMainMenuLoadoutWeaponModCategoryWidget_CustomizeWeaponInSlot"); \ +static_assert(offsetof(SBZMainMenuLoadoutWeaponModCategoryWidget_CustomizeWeaponInSlot, InEquippableSlot) == 0x000000, "Member 'SBZMainMenuLoadoutWeaponModCategoryWidget_CustomizeWeaponInSlot::InEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuLoadoutWeaponModCategoryWidget_CustomizeWeaponInSlot, InWeaponSlotIndex) == 0x000004, "Member 'SBZMainMenuLoadoutWeaponModCategoryWidget_CustomizeWeaponInSlot::InWeaponSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuLoadoutWeaponModCategoryWidget_CustomizeWeaponInSlot, ReturnValue) == 0x000008, "Member 'SBZMainMenuLoadoutWeaponModCategoryWidget_CustomizeWeaponInSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutWeaponModCategoryWidget_GetAvailibleButton \ +static_assert(alignof(SBZMainMenuLoadoutWeaponModCategoryWidget_GetAvailibleButton) == 0x000008, "Wrong alignment on SBZMainMenuLoadoutWeaponModCategoryWidget_GetAvailibleButton"); \ +static_assert(sizeof(SBZMainMenuLoadoutWeaponModCategoryWidget_GetAvailibleButton) == 0x000010, "Wrong size on SBZMainMenuLoadoutWeaponModCategoryWidget_GetAvailibleButton"); \ +static_assert(offsetof(SBZMainMenuLoadoutWeaponModCategoryWidget_GetAvailibleButton, Index_0) == 0x000000, "Member 'SBZMainMenuLoadoutWeaponModCategoryWidget_GetAvailibleButton::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuLoadoutWeaponModCategoryWidget_GetAvailibleButton, ReturnValue) == 0x000008, "Member 'SBZMainMenuLoadoutWeaponModCategoryWidget_GetAvailibleButton::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutWeaponModCategoryWidget_OnCategoryButtonFocused \ +static_assert(alignof(SBZMainMenuLoadoutWeaponModCategoryWidget_OnCategoryButtonFocused) == 0x000008, "Wrong alignment on SBZMainMenuLoadoutWeaponModCategoryWidget_OnCategoryButtonFocused"); \ +static_assert(sizeof(SBZMainMenuLoadoutWeaponModCategoryWidget_OnCategoryButtonFocused) == 0x000010, "Wrong size on SBZMainMenuLoadoutWeaponModCategoryWidget_OnCategoryButtonFocused"); \ +static_assert(offsetof(SBZMainMenuLoadoutWeaponModCategoryWidget_OnCategoryButtonFocused, InButton) == 0x000000, "Member 'SBZMainMenuLoadoutWeaponModCategoryWidget_OnCategoryButtonFocused::InButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuLoadoutWeaponModCategoryWidget_OnCategoryButtonFocused, bIsFocused) == 0x000008, "Member 'SBZMainMenuLoadoutWeaponModCategoryWidget_OnCategoryButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutWeaponModCategoryWidget_OnCategoryButtonSelected \ +static_assert(alignof(SBZMainMenuLoadoutWeaponModCategoryWidget_OnCategoryButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuLoadoutWeaponModCategoryWidget_OnCategoryButtonSelected"); \ +static_assert(sizeof(SBZMainMenuLoadoutWeaponModCategoryWidget_OnCategoryButtonSelected) == 0x000008, "Wrong size on SBZMainMenuLoadoutWeaponModCategoryWidget_OnCategoryButtonSelected"); \ +static_assert(offsetof(SBZMainMenuLoadoutWeaponModCategoryWidget_OnCategoryButtonSelected, ModSlot) == 0x000000, "Member 'SBZMainMenuLoadoutWeaponModCategoryWidget_OnCategoryButtonSelected::ModSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuLoadoutWeaponModCategoryWidget \ +static_assert(alignof(USBZMainMenuLoadoutWeaponModCategoryWidget) == 0x000008, "Wrong alignment on USBZMainMenuLoadoutWeaponModCategoryWidget"); \ +static_assert(sizeof(USBZMainMenuLoadoutWeaponModCategoryWidget) == 0x000380, "Wrong size on USBZMainMenuLoadoutWeaponModCategoryWidget"); \ +static_assert(offsetof(USBZMainMenuLoadoutWeaponModCategoryWidget, ButtonClass) == 0x0002F0, "Member 'USBZMainMenuLoadoutWeaponModCategoryWidget::ButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuLoadoutWeaponModCategoryWidget, ObjectPoolAmount) == 0x0002F8, "Member 'USBZMainMenuLoadoutWeaponModCategoryWidget::ObjectPoolAmount' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuLoadoutWeaponModCategoryWidget, CategoryParentPanel) == 0x000300, "Member 'USBZMainMenuLoadoutWeaponModCategoryWidget::CategoryParentPanel' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuLoadoutWeaponModCategoryWidget, EquippableConfig) == 0x000308, "Member 'USBZMainMenuLoadoutWeaponModCategoryWidget::EquippableConfig' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuLoadoutWeaponModCategoryWidget, EquippableSlot) == 0x000378, "Member 'USBZMainMenuLoadoutWeaponModCategoryWidget::EquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuLoadoutWeaponModCategoryWidget, WeaponSlotIndex) == 0x00037C, "Member 'USBZMainMenuLoadoutWeaponModCategoryWidget::WeaponSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLobbyBeaconClient_ClientAddSlot \ +static_assert(alignof(SBZLobbyBeaconClient_ClientAddSlot) == 0x000008, "Wrong alignment on SBZLobbyBeaconClient_ClientAddSlot"); \ +static_assert(sizeof(SBZLobbyBeaconClient_ClientAddSlot) == 0x000028, "Wrong size on SBZLobbyBeaconClient_ClientAddSlot"); \ +static_assert(offsetof(SBZLobbyBeaconClient_ClientAddSlot, InPlayerId) == 0x000000, "Member 'SBZLobbyBeaconClient_ClientAddSlot::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLobbyBeaconClient_ClientFreeSlot \ +static_assert(alignof(SBZLobbyBeaconClient_ClientFreeSlot) == 0x000008, "Wrong alignment on SBZLobbyBeaconClient_ClientFreeSlot"); \ +static_assert(sizeof(SBZLobbyBeaconClient_ClientFreeSlot) == 0x000028, "Wrong size on SBZLobbyBeaconClient_ClientFreeSlot"); \ +static_assert(offsetof(SBZLobbyBeaconClient_ClientFreeSlot, InPlayerId) == 0x000000, "Member 'SBZLobbyBeaconClient_ClientFreeSlot::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLobbyBeaconClient_ClientPreplanningAssetAdded \ +static_assert(alignof(SBZLobbyBeaconClient_ClientPreplanningAssetAdded) == 0x000008, "Wrong alignment on SBZLobbyBeaconClient_ClientPreplanningAssetAdded"); \ +static_assert(sizeof(SBZLobbyBeaconClient_ClientPreplanningAssetAdded) == 0x000038, "Wrong size on SBZLobbyBeaconClient_ClientPreplanningAssetAdded"); \ +static_assert(offsetof(SBZLobbyBeaconClient_ClientPreplanningAssetAdded, InPlayerId) == 0x000000, "Member 'SBZLobbyBeaconClient_ClientPreplanningAssetAdded::InPlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZLobbyBeaconClient_ClientPreplanningAssetAdded, AccelByteItemSku) == 0x000028, "Member 'SBZLobbyBeaconClient_ClientPreplanningAssetAdded::AccelByteItemSku' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLobbyBeaconClient_ClientPreplanningAssetRemoved \ +static_assert(alignof(SBZLobbyBeaconClient_ClientPreplanningAssetRemoved) == 0x000008, "Wrong alignment on SBZLobbyBeaconClient_ClientPreplanningAssetRemoved"); \ +static_assert(sizeof(SBZLobbyBeaconClient_ClientPreplanningAssetRemoved) == 0x000028, "Wrong size on SBZLobbyBeaconClient_ClientPreplanningAssetRemoved"); \ +static_assert(offsetof(SBZLobbyBeaconClient_ClientPreplanningAssetRemoved, InPlayerId) == 0x000000, "Member 'SBZLobbyBeaconClient_ClientPreplanningAssetRemoved::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLobbyBeaconClient_ClientReserveSlotAck \ +static_assert(alignof(SBZLobbyBeaconClient_ClientReserveSlotAck) == 0x000001, "Wrong alignment on SBZLobbyBeaconClient_ClientReserveSlotAck"); \ +static_assert(sizeof(SBZLobbyBeaconClient_ClientReserveSlotAck) == 0x000001, "Wrong size on SBZLobbyBeaconClient_ClientReserveSlotAck"); \ +static_assert(offsetof(SBZLobbyBeaconClient_ClientReserveSlotAck, bWasSuccessful) == 0x000000, "Member 'SBZLobbyBeaconClient_ClientReserveSlotAck::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLobbyBeaconClient_MulticastSlotUpdated \ +static_assert(alignof(SBZLobbyBeaconClient_MulticastSlotUpdated) == 0x000008, "Wrong alignment on SBZLobbyBeaconClient_MulticastSlotUpdated"); \ +static_assert(sizeof(SBZLobbyBeaconClient_MulticastSlotUpdated) == 0x000438, "Wrong size on SBZLobbyBeaconClient_MulticastSlotUpdated"); \ +static_assert(offsetof(SBZLobbyBeaconClient_MulticastSlotUpdated, InSlotData) == 0x000000, "Member 'SBZLobbyBeaconClient_MulticastSlotUpdated::InSlotData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLobbyBeaconClient_ServerAddPreplanningAsset \ +static_assert(alignof(SBZLobbyBeaconClient_ServerAddPreplanningAsset) == 0x000008, "Wrong alignment on SBZLobbyBeaconClient_ServerAddPreplanningAsset"); \ +static_assert(sizeof(SBZLobbyBeaconClient_ServerAddPreplanningAsset) == 0x000038, "Wrong size on SBZLobbyBeaconClient_ServerAddPreplanningAsset"); \ +static_assert(offsetof(SBZLobbyBeaconClient_ServerAddPreplanningAsset, InPlayerId) == 0x000000, "Member 'SBZLobbyBeaconClient_ServerAddPreplanningAsset::InPlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZLobbyBeaconClient_ServerAddPreplanningAsset, AccelByteItemSku) == 0x000028, "Member 'SBZLobbyBeaconClient_ServerAddPreplanningAsset::AccelByteItemSku' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLobbyBeaconClient_ServerMoveToServerAck \ +static_assert(alignof(SBZLobbyBeaconClient_ServerMoveToServerAck) == 0x000008, "Wrong alignment on SBZLobbyBeaconClient_ServerMoveToServerAck"); \ +static_assert(sizeof(SBZLobbyBeaconClient_ServerMoveToServerAck) == 0x000028, "Wrong size on SBZLobbyBeaconClient_ServerMoveToServerAck"); \ +static_assert(offsetof(SBZLobbyBeaconClient_ServerMoveToServerAck, InPlayerId) == 0x000000, "Member 'SBZLobbyBeaconClient_ServerMoveToServerAck::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLobbyBeaconClient_ServerPlayerToReadyReceive \ +static_assert(alignof(SBZLobbyBeaconClient_ServerPlayerToReadyReceive) == 0x000008, "Wrong alignment on SBZLobbyBeaconClient_ServerPlayerToReadyReceive"); \ +static_assert(sizeof(SBZLobbyBeaconClient_ServerPlayerToReadyReceive) == 0x000028, "Wrong size on SBZLobbyBeaconClient_ServerPlayerToReadyReceive"); \ +static_assert(offsetof(SBZLobbyBeaconClient_ServerPlayerToReadyReceive, InPlayerId) == 0x000000, "Member 'SBZLobbyBeaconClient_ServerPlayerToReadyReceive::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLobbyBeaconClient_ServerRemovePreplanningAsset \ +static_assert(alignof(SBZLobbyBeaconClient_ServerRemovePreplanningAsset) == 0x000008, "Wrong alignment on SBZLobbyBeaconClient_ServerRemovePreplanningAsset"); \ +static_assert(sizeof(SBZLobbyBeaconClient_ServerRemovePreplanningAsset) == 0x000028, "Wrong size on SBZLobbyBeaconClient_ServerRemovePreplanningAsset"); \ +static_assert(offsetof(SBZLobbyBeaconClient_ServerRemovePreplanningAsset, InPlayerId) == 0x000000, "Member 'SBZLobbyBeaconClient_ServerRemovePreplanningAsset::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLobbyBeaconClient_ServerReserveSlot \ +static_assert(alignof(SBZLobbyBeaconClient_ServerReserveSlot) == 0x000008, "Wrong alignment on SBZLobbyBeaconClient_ServerReserveSlot"); \ +static_assert(sizeof(SBZLobbyBeaconClient_ServerReserveSlot) == 0x000010, "Wrong size on SBZLobbyBeaconClient_ServerReserveSlot"); \ +static_assert(offsetof(SBZLobbyBeaconClient_ServerReserveSlot, InPlayerIds) == 0x000000, "Member 'SBZLobbyBeaconClient_ServerReserveSlot::InPlayerIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLobbyBeaconClient_ServerSetPlayerAcceptedMatch \ +static_assert(alignof(SBZLobbyBeaconClient_ServerSetPlayerAcceptedMatch) == 0x000008, "Wrong alignment on SBZLobbyBeaconClient_ServerSetPlayerAcceptedMatch"); \ +static_assert(sizeof(SBZLobbyBeaconClient_ServerSetPlayerAcceptedMatch) == 0x000030, "Wrong size on SBZLobbyBeaconClient_ServerSetPlayerAcceptedMatch"); \ +static_assert(offsetof(SBZLobbyBeaconClient_ServerSetPlayerAcceptedMatch, InPlayerId) == 0x000000, "Member 'SBZLobbyBeaconClient_ServerSetPlayerAcceptedMatch::InPlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZLobbyBeaconClient_ServerSetPlayerAcceptedMatch, bIsConfirmed) == 0x000028, "Member 'SBZLobbyBeaconClient_ServerSetPlayerAcceptedMatch::bIsConfirmed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLobbyBeaconClient_ServerSetPlayerReady \ +static_assert(alignof(SBZLobbyBeaconClient_ServerSetPlayerReady) == 0x000008, "Wrong alignment on SBZLobbyBeaconClient_ServerSetPlayerReady"); \ +static_assert(sizeof(SBZLobbyBeaconClient_ServerSetPlayerReady) == 0x000030, "Wrong size on SBZLobbyBeaconClient_ServerSetPlayerReady"); \ +static_assert(offsetof(SBZLobbyBeaconClient_ServerSetPlayerReady, InPlayerId) == 0x000000, "Member 'SBZLobbyBeaconClient_ServerSetPlayerReady::InPlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZLobbyBeaconClient_ServerSetPlayerReady, bIsReady) == 0x000028, "Member 'SBZLobbyBeaconClient_ServerSetPlayerReady::bIsReady' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLobbyBeaconClient_ServerUpdatePlayerInfo \ +static_assert(alignof(SBZLobbyBeaconClient_ServerUpdatePlayerInfo) == 0x000008, "Wrong alignment on SBZLobbyBeaconClient_ServerUpdatePlayerInfo"); \ +static_assert(sizeof(SBZLobbyBeaconClient_ServerUpdatePlayerInfo) == 0x000080, "Wrong size on SBZLobbyBeaconClient_ServerUpdatePlayerInfo"); \ +static_assert(offsetof(SBZLobbyBeaconClient_ServerUpdatePlayerInfo, PlayerInfo) == 0x000000, "Member 'SBZLobbyBeaconClient_ServerUpdatePlayerInfo::PlayerInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLobbyBeaconClient_ServerUpdateSlot \ +static_assert(alignof(SBZLobbyBeaconClient_ServerUpdateSlot) == 0x000008, "Wrong alignment on SBZLobbyBeaconClient_ServerUpdateSlot"); \ +static_assert(sizeof(SBZLobbyBeaconClient_ServerUpdateSlot) == 0x000460, "Wrong size on SBZLobbyBeaconClient_ServerUpdateSlot"); \ +static_assert(offsetof(SBZLobbyBeaconClient_ServerUpdateSlot, InPlayerId) == 0x000000, "Member 'SBZLobbyBeaconClient_ServerUpdateSlot::InPlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZLobbyBeaconClient_ServerUpdateSlot, InSlotData) == 0x000028, "Member 'SBZLobbyBeaconClient_ServerUpdateSlot::InSlotData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZLobbyBeaconClient \ +static_assert(alignof(ASBZLobbyBeaconClient) == 0x000008, "Wrong alignment on ASBZLobbyBeaconClient"); \ +static_assert(sizeof(ASBZLobbyBeaconClient) == 0x000388, "Wrong size on ASBZLobbyBeaconClient"); \ +static_assert(offsetof(ASBZLobbyBeaconClient, LobbyState) == 0x000370, "Member 'ASBZLobbyBeaconClient::LobbyState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlaceableWeapon_OnServerCompleteInteraction \ +static_assert(alignof(SBZPlaceableWeapon_OnServerCompleteInteraction) == 0x000008, "Wrong alignment on SBZPlaceableWeapon_OnServerCompleteInteraction"); \ +static_assert(sizeof(SBZPlaceableWeapon_OnServerCompleteInteraction) == 0x000018, "Wrong size on SBZPlaceableWeapon_OnServerCompleteInteraction"); \ +static_assert(offsetof(SBZPlaceableWeapon_OnServerCompleteInteraction, InInteractable) == 0x000000, "Member 'SBZPlaceableWeapon_OnServerCompleteInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZPlaceableWeapon_OnServerCompleteInteraction, Interactor) == 0x000008, "Member 'SBZPlaceableWeapon_OnServerCompleteInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZPlaceableWeapon_OnServerCompleteInteraction, bIsLocallyControlledInteractor) == 0x000010, "Member 'SBZPlaceableWeapon_OnServerCompleteInteraction::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPlaceableWeapon \ +static_assert(alignof(ASBZPlaceableWeapon) == 0x000010, "Wrong alignment on ASBZPlaceableWeapon"); \ +static_assert(sizeof(ASBZPlaceableWeapon) == 0x000510, "Wrong size on ASBZPlaceableWeapon"); \ +static_assert(offsetof(ASBZPlaceableWeapon, StoredWeaponConfig) == 0x000480, "Member 'ASBZPlaceableWeapon::StoredWeaponConfig' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableWeapon, BaseMesh) == 0x0004F0, "Member 'ASBZPlaceableWeapon::BaseMesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableWeapon, WeaponMarker) == 0x0004F8, "Member 'ASBZPlaceableWeapon::WeaponMarker' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableWeapon, bDestroyOnInteraction) == 0x000500, "Member 'ASBZPlaceableWeapon::bDestroyOnInteraction' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableWeapon, AttachedWeapon) == 0x000508, "Member 'ASBZPlaceableWeapon::AttachedWeapon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillMedicSpecPainmongerBase \ +static_assert(alignof(USBZSkillMedicSpecPainmongerBase) == 0x000008, "Wrong alignment on USBZSkillMedicSpecPainmongerBase"); \ +static_assert(sizeof(USBZSkillMedicSpecPainmongerBase) == 0x000230, "Wrong size on USBZSkillMedicSpecPainmongerBase"); \ + +#define DUMPER7_ASSERTS_SBZLobbyRemoteState_HandleGameStateChanged \ +static_assert(alignof(SBZLobbyRemoteState_HandleGameStateChanged) == 0x000004, "Wrong alignment on SBZLobbyRemoteState_HandleGameStateChanged"); \ +static_assert(sizeof(SBZLobbyRemoteState_HandleGameStateChanged) == 0x00000C, "Wrong size on SBZLobbyRemoteState_HandleGameStateChanged"); \ +static_assert(offsetof(SBZLobbyRemoteState_HandleGameStateChanged, NewState) == 0x000000, "Member 'SBZLobbyRemoteState_HandleGameStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZLobbyRemoteState \ +static_assert(alignof(ASBZLobbyRemoteState) == 0x000008, "Wrong alignment on ASBZLobbyRemoteState"); \ +static_assert(sizeof(ASBZLobbyRemoteState) == 0x0002F0, "Wrong size on ASBZLobbyRemoteState"); \ +static_assert(offsetof(ASBZLobbyRemoteState, SlotReservationTimeout) == 0x0002A8, "Member 'ASBZLobbyRemoteState::SlotReservationTimeout' has a wrong offset!"); \ +static_assert(offsetof(ASBZLobbyRemoteState, PlayersJoinInfo) == 0x0002B0, "Member 'ASBZLobbyRemoteState::PlayersJoinInfo' has a wrong offset!"); \ +static_assert(offsetof(ASBZLobbyRemoteState, PlayersInfo) == 0x0002C0, "Member 'ASBZLobbyRemoteState::PlayersInfo' has a wrong offset!"); \ +static_assert(offsetof(ASBZLobbyRemoteState, LobbyTravelTimeoutTime) == 0x0002D0, "Member 'ASBZLobbyRemoteState::LobbyTravelTimeoutTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZLobbyRemoteState, CharacterInfoChanged) == 0x0002D8, "Member 'ASBZLobbyRemoteState::CharacterInfoChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZLobbyRemoteState, LobbyTimeout) == 0x0002E8, "Member 'ASBZLobbyRemoteState::LobbyTimeout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLocalNavBar \ +static_assert(alignof(USBZLocalNavBar) == 0x000008, "Wrong alignment on USBZLocalNavBar"); \ +static_assert(sizeof(USBZLocalNavBar) == 0x0002B0, "Wrong size on USBZLocalNavBar"); \ +static_assert(offsetof(USBZLocalNavBar, NavigationButtonNames) == 0x000290, "Member 'USBZLocalNavBar::NavigationButtonNames' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalNavBar, OnIndexChanged) == 0x0002A0, "Member 'USBZLocalNavBar::OnIndexChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZInteractWeaponBoxRequirement \ +static_assert(alignof(USBZInteractWeaponBoxRequirement) == 0x000008, "Wrong alignment on USBZInteractWeaponBoxRequirement"); \ +static_assert(sizeof(USBZInteractWeaponBoxRequirement) == 0x000030, "Wrong size on USBZInteractWeaponBoxRequirement"); \ + +#define DUMPER7_ASSERTS_USBZSkillMedicSpecDoctoredUpIIBase \ +static_assert(alignof(USBZSkillMedicSpecDoctoredUpIIBase) == 0x000008, "Wrong alignment on USBZSkillMedicSpecDoctoredUpIIBase"); \ +static_assert(sizeof(USBZSkillMedicSpecDoctoredUpIIBase) == 0x000230, "Wrong size on USBZSkillMedicSpecDoctoredUpIIBase"); \ + +#define DUMPER7_ASSERTS_SBZLocalNavbarButton_InitializeButton \ +static_assert(alignof(SBZLocalNavbarButton_InitializeButton) == 0x000008, "Wrong alignment on SBZLocalNavbarButton_InitializeButton"); \ +static_assert(sizeof(SBZLocalNavbarButton_InitializeButton) == 0x000018, "Wrong size on SBZLocalNavbarButton_InitializeButton"); \ +static_assert(offsetof(SBZLocalNavbarButton_InitializeButton, ButtonText) == 0x000000, "Member 'SBZLocalNavbarButton_InitializeButton::ButtonText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLocalNavbarButton_SetActive \ +static_assert(alignof(SBZLocalNavbarButton_SetActive) == 0x000001, "Wrong alignment on SBZLocalNavbarButton_SetActive"); \ +static_assert(sizeof(SBZLocalNavbarButton_SetActive) == 0x000001, "Wrong size on SBZLocalNavbarButton_SetActive"); \ +static_assert(offsetof(SBZLocalNavbarButton_SetActive, bIsActive) == 0x000000, "Member 'SBZLocalNavbarButton_SetActive::bIsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLocalNavbarButton \ +static_assert(alignof(USBZLocalNavbarButton) == 0x000008, "Wrong alignment on USBZLocalNavbarButton"); \ +static_assert(sizeof(USBZLocalNavbarButton) == 0x000380, "Wrong size on USBZLocalNavbarButton"); \ +static_assert(offsetof(USBZLocalNavbarButton, NavBarIndex) == 0x000370, "Member 'USBZLocalNavbarButton::NavBarIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalNavbarButton, MinWidth) == 0x000374, "Member 'USBZLocalNavbarButton::MinWidth' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalNavbarButton, bIsSecondLayer) == 0x000378, "Member 'USBZLocalNavbarButton::bIsSecondLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoginScreenBaseWidget_GetLoadingCanvasPanel \ +static_assert(alignof(SBZLoginScreenBaseWidget_GetLoadingCanvasPanel) == 0x000008, "Wrong alignment on SBZLoginScreenBaseWidget_GetLoadingCanvasPanel"); \ +static_assert(sizeof(SBZLoginScreenBaseWidget_GetLoadingCanvasPanel) == 0x000008, "Wrong size on SBZLoginScreenBaseWidget_GetLoadingCanvasPanel"); \ +static_assert(offsetof(SBZLoginScreenBaseWidget_GetLoadingCanvasPanel, ReturnValue) == 0x000000, "Member 'SBZLoginScreenBaseWidget_GetLoadingCanvasPanel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoginScreenBaseWidget_OnEpilepsyPopUpClosed \ +static_assert(alignof(SBZLoginScreenBaseWidget_OnEpilepsyPopUpClosed) == 0x000004, "Wrong alignment on SBZLoginScreenBaseWidget_OnEpilepsyPopUpClosed"); \ +static_assert(sizeof(SBZLoginScreenBaseWidget_OnEpilepsyPopUpClosed) == 0x00000C, "Wrong size on SBZLoginScreenBaseWidget_OnEpilepsyPopUpClosed"); \ +static_assert(offsetof(SBZLoginScreenBaseWidget_OnEpilepsyPopUpClosed, ClosingActionName) == 0x000000, "Member 'SBZLoginScreenBaseWidget_OnEpilepsyPopUpClosed::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoginScreenBaseWidget_OnEULAPopUpClosed \ +static_assert(alignof(SBZLoginScreenBaseWidget_OnEULAPopUpClosed) == 0x000004, "Wrong alignment on SBZLoginScreenBaseWidget_OnEULAPopUpClosed"); \ +static_assert(sizeof(SBZLoginScreenBaseWidget_OnEULAPopUpClosed) == 0x00000C, "Wrong size on SBZLoginScreenBaseWidget_OnEULAPopUpClosed"); \ +static_assert(offsetof(SBZLoginScreenBaseWidget_OnEULAPopUpClosed, ClosingActionName) == 0x000000, "Member 'SBZLoginScreenBaseWidget_OnEULAPopUpClosed::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoginScreenBaseWidget_OnLoadProgressionUpdate \ +static_assert(alignof(SBZLoginScreenBaseWidget_OnLoadProgressionUpdate) == 0x000004, "Wrong alignment on SBZLoginScreenBaseWidget_OnLoadProgressionUpdate"); \ +static_assert(sizeof(SBZLoginScreenBaseWidget_OnLoadProgressionUpdate) == 0x000008, "Wrong size on SBZLoginScreenBaseWidget_OnLoadProgressionUpdate"); \ +static_assert(offsetof(SBZLoginScreenBaseWidget_OnLoadProgressionUpdate, CurrentProgress) == 0x000000, "Member 'SBZLoginScreenBaseWidget_OnLoadProgressionUpdate::CurrentProgress' has a wrong offset!"); \ +static_assert(offsetof(SBZLoginScreenBaseWidget_OnLoadProgressionUpdate, MaxProgress) == 0x000004, "Member 'SBZLoginScreenBaseWidget_OnLoadProgressionUpdate::MaxProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoginScreenBaseWidget_OnLoginError \ +static_assert(alignof(SBZLoginScreenBaseWidget_OnLoginError) == 0x000008, "Wrong alignment on SBZLoginScreenBaseWidget_OnLoginError"); \ +static_assert(sizeof(SBZLoginScreenBaseWidget_OnLoginError) == 0x000018, "Wrong size on SBZLoginScreenBaseWidget_OnLoginError"); \ +static_assert(offsetof(SBZLoginScreenBaseWidget_OnLoginError, ErrorMessage) == 0x000000, "Member 'SBZLoginScreenBaseWidget_OnLoginError::ErrorMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoginScreenBaseWidget_SetLoadingCanvasPanelVisibility \ +static_assert(alignof(SBZLoginScreenBaseWidget_SetLoadingCanvasPanelVisibility) == 0x000001, "Wrong alignment on SBZLoginScreenBaseWidget_SetLoadingCanvasPanelVisibility"); \ +static_assert(sizeof(SBZLoginScreenBaseWidget_SetLoadingCanvasPanelVisibility) == 0x000001, "Wrong size on SBZLoginScreenBaseWidget_SetLoadingCanvasPanelVisibility"); \ +static_assert(offsetof(SBZLoginScreenBaseWidget_SetLoadingCanvasPanelVisibility, InVisibility) == 0x000000, "Member 'SBZLoginScreenBaseWidget_SetLoadingCanvasPanelVisibility::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoginScreenBaseWidget_SetLoadingPanelVisibility \ +static_assert(alignof(SBZLoginScreenBaseWidget_SetLoadingPanelVisibility) == 0x000001, "Wrong alignment on SBZLoginScreenBaseWidget_SetLoadingPanelVisibility"); \ +static_assert(sizeof(SBZLoginScreenBaseWidget_SetLoadingPanelVisibility) == 0x000001, "Wrong size on SBZLoginScreenBaseWidget_SetLoadingPanelVisibility"); \ +static_assert(offsetof(SBZLoginScreenBaseWidget_SetLoadingPanelVisibility, InVisibility) == 0x000000, "Member 'SBZLoginScreenBaseWidget_SetLoadingPanelVisibility::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLoginScreenBaseWidget_SetLoginPanelsVisibility \ +static_assert(alignof(SBZLoginScreenBaseWidget_SetLoginPanelsVisibility) == 0x000001, "Wrong alignment on SBZLoginScreenBaseWidget_SetLoginPanelsVisibility"); \ +static_assert(sizeof(SBZLoginScreenBaseWidget_SetLoginPanelsVisibility) == 0x000001, "Wrong size on SBZLoginScreenBaseWidget_SetLoginPanelsVisibility"); \ +static_assert(offsetof(SBZLoginScreenBaseWidget_SetLoginPanelsVisibility, InVisibility) == 0x000000, "Member 'SBZLoginScreenBaseWidget_SetLoginPanelsVisibility::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLoginScreenBaseWidget \ +static_assert(alignof(USBZLoginScreenBaseWidget) == 0x000008, "Wrong alignment on USBZLoginScreenBaseWidget"); \ +static_assert(sizeof(USBZLoginScreenBaseWidget) == 0x000698, "Wrong size on USBZLoginScreenBaseWidget"); \ +static_assert(offsetof(USBZLoginScreenBaseWidget, EULAContent) == 0x000298, "Member 'USBZLoginScreenBaseWidget::EULAContent' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenBaseWidget, EpilepsyWarningContent) == 0x000308, "Member 'USBZLoginScreenBaseWidget::EpilepsyWarningContent' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenBaseWidget, TelemetryContent) == 0x000378, "Member 'USBZLoginScreenBaseWidget::TelemetryContent' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenBaseWidget, GameSenseContent) == 0x0003E8, "Member 'USBZLoginScreenBaseWidget::GameSenseContent' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenBaseWidget, CrossplayContent) == 0x000458, "Member 'USBZLoginScreenBaseWidget::CrossplayContent' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenBaseWidget, PopUpAcceptAction) == 0x0004C8, "Member 'USBZLoginScreenBaseWidget::PopUpAcceptAction' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenBaseWidget, PopUpCancelAction) == 0x000500, "Member 'USBZLoginScreenBaseWidget::PopUpCancelAction' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenBaseWidget, PopUpOptInAction) == 0x000538, "Member 'USBZLoginScreenBaseWidget::PopUpOptInAction' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenBaseWidget, PopUpOptOutAction) == 0x000570, "Member 'USBZLoginScreenBaseWidget::PopUpOptOutAction' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenBaseWidget, PopUpData) == 0x0005A8, "Member 'USBZLoginScreenBaseWidget::PopUpData' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenBaseWidget, InvalidUserNameOrPassword) == 0x000608, "Member 'USBZLoginScreenBaseWidget::InvalidUserNameOrPassword' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenBaseWidget, bRememeberDetails) == 0x000620, "Member 'USBZLoginScreenBaseWidget::bRememeberDetails' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenBaseWidget, LoadingThrobber) == 0x000628, "Member 'USBZLoginScreenBaseWidget::LoadingThrobber' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenBaseWidget, LoadingCanvasPanel) == 0x000630, "Member 'USBZLoginScreenBaseWidget::LoadingCanvasPanel' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenBaseWidget, LoginScreen) == 0x000638, "Member 'USBZLoginScreenBaseWidget::LoginScreen' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenBaseWidget, LogoP3) == 0x000640, "Member 'USBZLoginScreenBaseWidget::LogoP3' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenBaseWidget, ClickToStartButton) == 0x000648, "Member 'USBZLoginScreenBaseWidget::ClickToStartButton' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenBaseWidget, ClickToStartOverlay) == 0x000650, "Member 'USBZLoginScreenBaseWidget::ClickToStartOverlay' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenBaseWidget, LoadProgressionBar) == 0x000658, "Member 'USBZLoginScreenBaseWidget::LoadProgressionBar' has a wrong offset!"); \ +static_assert(offsetof(USBZLoginScreenBaseWidget, bIsWidgetReady) == 0x000660, "Member 'USBZLoginScreenBaseWidget::bIsWidgetReady' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponProgressionData \ +static_assert(alignof(USBZWeaponProgressionData) == 0x000008, "Wrong alignment on USBZWeaponProgressionData"); \ +static_assert(sizeof(USBZWeaponProgressionData) == 0x000050, "Wrong size on USBZWeaponProgressionData"); \ +static_assert(offsetof(USBZWeaponProgressionData, WeaponPartProgressionArray) == 0x000038, "Member 'USBZWeaponProgressionData::WeaponPartProgressionArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZLongNavLinkPlatform \ +static_assert(alignof(ASBZLongNavLinkPlatform) == 0x000008, "Wrong alignment on ASBZLongNavLinkPlatform"); \ +static_assert(sizeof(ASBZLongNavLinkPlatform) == 0x0002B8, "Wrong size on ASBZLongNavLinkPlatform"); \ +static_assert(offsetof(ASBZLongNavLinkPlatform, BoxComponent) == 0x0002A8, "Member 'ASBZLongNavLinkPlatform::BoxComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZLongNavLinkPlatform, NavModifierComponent) == 0x0002B0, "Member 'ASBZLongNavLinkPlatform::NavModifierComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillJuggernautLockedInAced \ +static_assert(alignof(USBZSkillJuggernautLockedInAced) == 0x000008, "Wrong alignment on USBZSkillJuggernautLockedInAced"); \ +static_assert(sizeof(USBZSkillJuggernautLockedInAced) == 0x000230, "Wrong size on USBZSkillJuggernautLockedInAced"); \ + +#define DUMPER7_ASSERTS_SBZLongNavLink_OnSmartLinkReached \ +static_assert(alignof(SBZLongNavLink_OnSmartLinkReached) == 0x000008, "Wrong alignment on SBZLongNavLink_OnSmartLinkReached"); \ +static_assert(sizeof(SBZLongNavLink_OnSmartLinkReached) == 0x000018, "Wrong size on SBZLongNavLink_OnSmartLinkReached"); \ +static_assert(offsetof(SBZLongNavLink_OnSmartLinkReached, MovingActor) == 0x000000, "Member 'SBZLongNavLink_OnSmartLinkReached::MovingActor' has a wrong offset!"); \ +static_assert(offsetof(SBZLongNavLink_OnSmartLinkReached, DestinationPoint) == 0x000008, "Member 'SBZLongNavLink_OnSmartLinkReached::DestinationPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLongNavLink_SetLinkEnabled \ +static_assert(alignof(SBZLongNavLink_SetLinkEnabled) == 0x000001, "Wrong alignment on SBZLongNavLink_SetLinkEnabled"); \ +static_assert(sizeof(SBZLongNavLink_SetLinkEnabled) == 0x000001, "Wrong size on SBZLongNavLink_SetLinkEnabled"); \ +static_assert(offsetof(SBZLongNavLink_SetLinkEnabled, bInLinkEnabled) == 0x000000, "Member 'SBZLongNavLink_SetLinkEnabled::bInLinkEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLongNavLink_SetNavArea \ +static_assert(alignof(SBZLongNavLink_SetNavArea) == 0x000008, "Wrong alignment on SBZLongNavLink_SetNavArea"); \ +static_assert(sizeof(SBZLongNavLink_SetNavArea) == 0x000008, "Wrong size on SBZLongNavLink_SetNavArea"); \ +static_assert(offsetof(SBZLongNavLink_SetNavArea, AreaClass) == 0x000000, "Member 'SBZLongNavLink_SetNavArea::AreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZLongNavLink_SetPlatformNavArea \ +static_assert(alignof(SBZLongNavLink_SetPlatformNavArea) == 0x000008, "Wrong alignment on SBZLongNavLink_SetPlatformNavArea"); \ +static_assert(sizeof(SBZLongNavLink_SetPlatformNavArea) == 0x000008, "Wrong size on SBZLongNavLink_SetPlatformNavArea"); \ +static_assert(offsetof(SBZLongNavLink_SetPlatformNavArea, AreaClass) == 0x000000, "Member 'SBZLongNavLink_SetPlatformNavArea::AreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZLongNavLink \ +static_assert(alignof(ASBZLongNavLink) == 0x000008, "Wrong alignment on ASBZLongNavLink"); \ +static_assert(sizeof(ASBZLongNavLink) == 0x000370, "Wrong size on ASBZLongNavLink"); \ +static_assert(offsetof(ASBZLongNavLink, OnNavLinkReached) == 0x0002F8, "Member 'ASBZLongNavLink::OnNavLinkReached' has a wrong offset!"); \ +static_assert(offsetof(ASBZLongNavLink, NavArea) == 0x000308, "Member 'ASBZLongNavLink::NavArea' has a wrong offset!"); \ +static_assert(offsetof(ASBZLongNavLink, PlatformNavArea) == 0x000310, "Member 'ASBZLongNavLink::PlatformNavArea' has a wrong offset!"); \ +static_assert(offsetof(ASBZLongNavLink, Direction) == 0x000318, "Member 'ASBZLongNavLink::Direction' has a wrong offset!"); \ +static_assert(offsetof(ASBZLongNavLink, Start) == 0x00031C, "Member 'ASBZLongNavLink::Start' has a wrong offset!"); \ +static_assert(offsetof(ASBZLongNavLink, End) == 0x000328, "Member 'ASBZLongNavLink::End' has a wrong offset!"); \ +static_assert(offsetof(ASBZLongNavLink, SubPlatformsStart) == 0x000334, "Member 'ASBZLongNavLink::SubPlatformsStart' has a wrong offset!"); \ +static_assert(offsetof(ASBZLongNavLink, SubPlatformsEnd) == 0x000340, "Member 'ASBZLongNavLink::SubPlatformsEnd' has a wrong offset!"); \ +static_assert(offsetof(ASBZLongNavLink, StartNavLink) == 0x000350, "Member 'ASBZLongNavLink::StartNavLink' has a wrong offset!"); \ +static_assert(offsetof(ASBZLongNavLink, EndNavLink) == 0x000358, "Member 'ASBZLongNavLink::EndNavLink' has a wrong offset!"); \ +static_assert(offsetof(ASBZLongNavLink, NavMeshPlatforms) == 0x000360, "Member 'ASBZLongNavLink::NavMeshPlatforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLookFocusData \ +static_assert(alignof(USBZLookFocusData) == 0x000008, "Wrong alignment on USBZLookFocusData"); \ +static_assert(sizeof(USBZLookFocusData) == 0x000078, "Wrong size on USBZLookFocusData"); \ +static_assert(offsetof(USBZLookFocusData, LookFocusParameters) == 0x000038, "Member 'USBZLookFocusData::LookFocusParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyBeaconHost_BroadcastPartyLeftLobby \ +static_assert(alignof(SBZPartyBeaconHost_BroadcastPartyLeftLobby) == 0x000001, "Wrong alignment on SBZPartyBeaconHost_BroadcastPartyLeftLobby"); \ +static_assert(sizeof(SBZPartyBeaconHost_BroadcastPartyLeftLobby) == 0x000001, "Wrong size on SBZPartyBeaconHost_BroadcastPartyLeftLobby"); \ +static_assert(offsetof(SBZPartyBeaconHost_BroadcastPartyLeftLobby, Result) == 0x000000, "Member 'SBZPartyBeaconHost_BroadcastPartyLeftLobby::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyBeaconHost_BroadcastPartyTravelled \ +static_assert(alignof(SBZPartyBeaconHost_BroadcastPartyTravelled) == 0x000001, "Wrong alignment on SBZPartyBeaconHost_BroadcastPartyTravelled"); \ +static_assert(sizeof(SBZPartyBeaconHost_BroadcastPartyTravelled) == 0x000001, "Wrong size on SBZPartyBeaconHost_BroadcastPartyTravelled"); \ +static_assert(offsetof(SBZPartyBeaconHost_BroadcastPartyTravelled, Result) == 0x000000, "Member 'SBZPartyBeaconHost_BroadcastPartyTravelled::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyBeaconHost_FirePartyUpdated \ +static_assert(alignof(SBZPartyBeaconHost_FirePartyUpdated) == 0x000008, "Wrong alignment on SBZPartyBeaconHost_FirePartyUpdated"); \ +static_assert(sizeof(SBZPartyBeaconHost_FirePartyUpdated) == 0x000008, "Wrong size on SBZPartyBeaconHost_FirePartyUpdated"); \ +static_assert(offsetof(SBZPartyBeaconHost_FirePartyUpdated, ChangedPlayerState) == 0x000000, "Member 'SBZPartyBeaconHost_FirePartyUpdated::ChangedPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyBeaconHost_NotifyClientConnectedToLobby \ +static_assert(alignof(SBZPartyBeaconHost_NotifyClientConnectedToLobby) == 0x000008, "Wrong alignment on SBZPartyBeaconHost_NotifyClientConnectedToLobby"); \ +static_assert(sizeof(SBZPartyBeaconHost_NotifyClientConnectedToLobby) == 0x000028, "Wrong size on SBZPartyBeaconHost_NotifyClientConnectedToLobby"); \ +static_assert(offsetof(SBZPartyBeaconHost_NotifyClientConnectedToLobby, PartyMemberNetId) == 0x000000, "Member 'SBZPartyBeaconHost_NotifyClientConnectedToLobby::PartyMemberNetId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyBeaconHost_NotifyClientFailedConnectionToLobby \ +static_assert(alignof(SBZPartyBeaconHost_NotifyClientFailedConnectionToLobby) == 0x000008, "Wrong alignment on SBZPartyBeaconHost_NotifyClientFailedConnectionToLobby"); \ +static_assert(sizeof(SBZPartyBeaconHost_NotifyClientFailedConnectionToLobby) == 0x000028, "Wrong size on SBZPartyBeaconHost_NotifyClientFailedConnectionToLobby"); \ +static_assert(offsetof(SBZPartyBeaconHost_NotifyClientFailedConnectionToLobby, PartyMemberNetId) == 0x000000, "Member 'SBZPartyBeaconHost_NotifyClientFailedConnectionToLobby::PartyMemberNetId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyBeaconHost_NotifyClientLeftLobby \ +static_assert(alignof(SBZPartyBeaconHost_NotifyClientLeftLobby) == 0x000008, "Wrong alignment on SBZPartyBeaconHost_NotifyClientLeftLobby"); \ +static_assert(sizeof(SBZPartyBeaconHost_NotifyClientLeftLobby) == 0x000028, "Wrong size on SBZPartyBeaconHost_NotifyClientLeftLobby"); \ +static_assert(offsetof(SBZPartyBeaconHost_NotifyClientLeftLobby, PartyMemberId) == 0x000000, "Member 'SBZPartyBeaconHost_NotifyClientLeftLobby::PartyMemberId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPartyBeaconHost \ +static_assert(alignof(ASBZPartyBeaconHost) == 0x000008, "Wrong alignment on ASBZPartyBeaconHost"); \ +static_assert(sizeof(ASBZPartyBeaconHost) == 0x000370, "Wrong size on ASBZPartyBeaconHost"); \ +static_assert(offsetof(ASBZPartyBeaconHost, OnPartyJoined) == 0x0002D8, "Member 'ASBZPartyBeaconHost::OnPartyJoined' has a wrong offset!"); \ +static_assert(offsetof(ASBZPartyBeaconHost, OnPartyUpdated) == 0x0002E8, "Member 'ASBZPartyBeaconHost::OnPartyUpdated' has a wrong offset!"); \ +static_assert(offsetof(ASBZPartyBeaconHost, PartyMembers) == 0x000320, "Member 'ASBZPartyBeaconHost::PartyMembers' has a wrong offset!"); \ +static_assert(offsetof(ASBZPartyBeaconHost, PartyTravelTimeout) == 0x000330, "Member 'ASBZPartyBeaconHost::PartyTravelTimeout' has a wrong offset!"); \ +static_assert(offsetof(ASBZPartyBeaconHost, PartyDisconnectTimeout) == 0x000334, "Member 'ASBZPartyBeaconHost::PartyDisconnectTimeout' has a wrong offset!"); \ +static_assert(offsetof(ASBZPartyBeaconHost, TravellingMembers) == 0x000340, "Member 'ASBZPartyBeaconHost::TravellingMembers' has a wrong offset!"); \ +static_assert(offsetof(ASBZPartyBeaconHost, TravelTimeoutTimer) == 0x000350, "Member 'ASBZPartyBeaconHost::TravelTimeoutTimer' has a wrong offset!"); \ +static_assert(offsetof(ASBZPartyBeaconHost, LeavingMembers) == 0x000358, "Member 'ASBZPartyBeaconHost::LeavingMembers' has a wrong offset!"); \ +static_assert(offsetof(ASBZPartyBeaconHost, LeaveLobbyTimeoutTimer) == 0x000368, "Member 'ASBZPartyBeaconHost::LeaveLobbyTimeoutTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillJuggernautBeastOfBurdenAced \ +static_assert(alignof(USBZSkillJuggernautBeastOfBurdenAced) == 0x000008, "Wrong alignment on USBZSkillJuggernautBeastOfBurdenAced"); \ +static_assert(sizeof(USBZSkillJuggernautBeastOfBurdenAced) == 0x000230, "Wrong size on USBZSkillJuggernautBeastOfBurdenAced"); \ + +#define DUMPER7_ASSERTS_ASBZLootProcessor \ +static_assert(alignof(ASBZLootProcessor) == 0x000008, "Wrong alignment on ASBZLootProcessor"); \ +static_assert(sizeof(ASBZLootProcessor) == 0x000410, "Wrong size on ASBZLootProcessor"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorInventoryScreen_ArmorSlotButtonFocusedChanged \ +static_assert(alignof(SBZMainMenuArmorInventoryScreen_ArmorSlotButtonFocusedChanged) == 0x000008, "Wrong alignment on SBZMainMenuArmorInventoryScreen_ArmorSlotButtonFocusedChanged"); \ +static_assert(sizeof(SBZMainMenuArmorInventoryScreen_ArmorSlotButtonFocusedChanged) == 0x000010, "Wrong size on SBZMainMenuArmorInventoryScreen_ArmorSlotButtonFocusedChanged"); \ +static_assert(offsetof(SBZMainMenuArmorInventoryScreen_ArmorSlotButtonFocusedChanged, InFocusedButton) == 0x000000, "Member 'SBZMainMenuArmorInventoryScreen_ArmorSlotButtonFocusedChanged::InFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuArmorInventoryScreen_ArmorSlotButtonFocusedChanged, bIsFocused) == 0x000008, "Member 'SBZMainMenuArmorInventoryScreen_ArmorSlotButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorInventoryScreen_DiscardItemDone \ +static_assert(alignof(SBZMainMenuArmorInventoryScreen_DiscardItemDone) == 0x000004, "Wrong alignment on SBZMainMenuArmorInventoryScreen_DiscardItemDone"); \ +static_assert(sizeof(SBZMainMenuArmorInventoryScreen_DiscardItemDone) == 0x000014, "Wrong size on SBZMainMenuArmorInventoryScreen_DiscardItemDone"); \ +static_assert(offsetof(SBZMainMenuArmorInventoryScreen_DiscardItemDone, DiscardItemResult) == 0x000000, "Member 'SBZMainMenuArmorInventoryScreen_DiscardItemDone::DiscardItemResult' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuArmorInventoryScreen_DiscardItemDone, ItemId) == 0x000004, "Member 'SBZMainMenuArmorInventoryScreen_DiscardItemDone::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorInventoryScreen_NativeArmorSlotButtonFocusedChanged \ +static_assert(alignof(SBZMainMenuArmorInventoryScreen_NativeArmorSlotButtonFocusedChanged) == 0x000008, "Wrong alignment on SBZMainMenuArmorInventoryScreen_NativeArmorSlotButtonFocusedChanged"); \ +static_assert(sizeof(SBZMainMenuArmorInventoryScreen_NativeArmorSlotButtonFocusedChanged) == 0x000010, "Wrong size on SBZMainMenuArmorInventoryScreen_NativeArmorSlotButtonFocusedChanged"); \ +static_assert(offsetof(SBZMainMenuArmorInventoryScreen_NativeArmorSlotButtonFocusedChanged, InFocusedButton) == 0x000000, "Member 'SBZMainMenuArmorInventoryScreen_NativeArmorSlotButtonFocusedChanged::InFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuArmorInventoryScreen_NativeArmorSlotButtonFocusedChanged, bIsFocused) == 0x000008, "Member 'SBZMainMenuArmorInventoryScreen_NativeArmorSlotButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorInventoryScreen_NativeOnArmorSlotButtonAltSelected \ +static_assert(alignof(SBZMainMenuArmorInventoryScreen_NativeOnArmorSlotButtonAltSelected) == 0x000008, "Wrong alignment on SBZMainMenuArmorInventoryScreen_NativeOnArmorSlotButtonAltSelected"); \ +static_assert(sizeof(SBZMainMenuArmorInventoryScreen_NativeOnArmorSlotButtonAltSelected) == 0x000008, "Wrong size on SBZMainMenuArmorInventoryScreen_NativeOnArmorSlotButtonAltSelected"); \ +static_assert(offsetof(SBZMainMenuArmorInventoryScreen_NativeOnArmorSlotButtonAltSelected, InSelectedButton) == 0x000000, "Member 'SBZMainMenuArmorInventoryScreen_NativeOnArmorSlotButtonAltSelected::InSelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorInventoryScreen_NativeOnArmorSlotButtonSelected \ +static_assert(alignof(SBZMainMenuArmorInventoryScreen_NativeOnArmorSlotButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuArmorInventoryScreen_NativeOnArmorSlotButtonSelected"); \ +static_assert(sizeof(SBZMainMenuArmorInventoryScreen_NativeOnArmorSlotButtonSelected) == 0x000008, "Wrong size on SBZMainMenuArmorInventoryScreen_NativeOnArmorSlotButtonSelected"); \ +static_assert(offsetof(SBZMainMenuArmorInventoryScreen_NativeOnArmorSlotButtonSelected, InSelectedButton) == 0x000000, "Member 'SBZMainMenuArmorInventoryScreen_NativeOnArmorSlotButtonSelected::InSelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorInventoryScreen_NativeOnBuySlotsButtonSelected \ +static_assert(alignof(SBZMainMenuArmorInventoryScreen_NativeOnBuySlotsButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuArmorInventoryScreen_NativeOnBuySlotsButtonSelected"); \ +static_assert(sizeof(SBZMainMenuArmorInventoryScreen_NativeOnBuySlotsButtonSelected) == 0x000008, "Wrong size on SBZMainMenuArmorInventoryScreen_NativeOnBuySlotsButtonSelected"); \ +static_assert(offsetof(SBZMainMenuArmorInventoryScreen_NativeOnBuySlotsButtonSelected, InSelectedButton) == 0x000000, "Member 'SBZMainMenuArmorInventoryScreen_NativeOnBuySlotsButtonSelected::InSelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorInventoryScreen_OnBuySlotItemCompleted \ +static_assert(alignof(SBZMainMenuArmorInventoryScreen_OnBuySlotItemCompleted) == 0x000008, "Wrong alignment on SBZMainMenuArmorInventoryScreen_OnBuySlotItemCompleted"); \ +static_assert(sizeof(SBZMainMenuArmorInventoryScreen_OnBuySlotItemCompleted) == 0x000018, "Wrong size on SBZMainMenuArmorInventoryScreen_OnBuySlotItemCompleted"); \ +static_assert(offsetof(SBZMainMenuArmorInventoryScreen_OnBuySlotItemCompleted, Result) == 0x000000, "Member 'SBZMainMenuArmorInventoryScreen_OnBuySlotItemCompleted::Result' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuArmorInventoryScreen_OnBuySlotItemCompleted, ItemSku) == 0x000008, "Member 'SBZMainMenuArmorInventoryScreen_OnBuySlotItemCompleted::ItemSku' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorInventoryScreen_OnDiscardArmorPopUpClosed \ +static_assert(alignof(SBZMainMenuArmorInventoryScreen_OnDiscardArmorPopUpClosed) == 0x000004, "Wrong alignment on SBZMainMenuArmorInventoryScreen_OnDiscardArmorPopUpClosed"); \ +static_assert(sizeof(SBZMainMenuArmorInventoryScreen_OnDiscardArmorPopUpClosed) == 0x00000C, "Wrong size on SBZMainMenuArmorInventoryScreen_OnDiscardArmorPopUpClosed"); \ +static_assert(offsetof(SBZMainMenuArmorInventoryScreen_OnDiscardArmorPopUpClosed, ClosingActionName) == 0x000000, "Member 'SBZMainMenuArmorInventoryScreen_OnDiscardArmorPopUpClosed::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorInventoryScreen_OnEditButtonPressed \ +static_assert(alignof(SBZMainMenuArmorInventoryScreen_OnEditButtonPressed) == 0x000004, "Wrong alignment on SBZMainMenuArmorInventoryScreen_OnEditButtonPressed"); \ +static_assert(sizeof(SBZMainMenuArmorInventoryScreen_OnEditButtonPressed) == 0x000004, "Wrong size on SBZMainMenuArmorInventoryScreen_OnEditButtonPressed"); \ +static_assert(offsetof(SBZMainMenuArmorInventoryScreen_OnEditButtonPressed, ArmorSlotIndex) == 0x000000, "Member 'SBZMainMenuArmorInventoryScreen_OnEditButtonPressed::ArmorSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorInventoryScreen_OnItemDiscarded \ +static_assert(alignof(SBZMainMenuArmorInventoryScreen_OnItemDiscarded) == 0x000001, "Wrong alignment on SBZMainMenuArmorInventoryScreen_OnItemDiscarded"); \ +static_assert(sizeof(SBZMainMenuArmorInventoryScreen_OnItemDiscarded) == 0x000001, "Wrong size on SBZMainMenuArmorInventoryScreen_OnItemDiscarded"); \ +static_assert(offsetof(SBZMainMenuArmorInventoryScreen_OnItemDiscarded, bWasSuccessful) == 0x000000, "Member 'SBZMainMenuArmorInventoryScreen_OnItemDiscarded::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorInventoryScreen_OnShowBuySlotPopUpClosed \ +static_assert(alignof(SBZMainMenuArmorInventoryScreen_OnShowBuySlotPopUpClosed) == 0x000004, "Wrong alignment on SBZMainMenuArmorInventoryScreen_OnShowBuySlotPopUpClosed"); \ +static_assert(sizeof(SBZMainMenuArmorInventoryScreen_OnShowBuySlotPopUpClosed) == 0x00000C, "Wrong size on SBZMainMenuArmorInventoryScreen_OnShowBuySlotPopUpClosed"); \ +static_assert(offsetof(SBZMainMenuArmorInventoryScreen_OnShowBuySlotPopUpClosed, InActionName) == 0x000000, "Member 'SBZMainMenuArmorInventoryScreen_OnShowBuySlotPopUpClosed::InActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorInventoryScreen_OnSlotPriceChanged \ +static_assert(alignof(SBZMainMenuArmorInventoryScreen_OnSlotPriceChanged) == 0x000008, "Wrong alignment on SBZMainMenuArmorInventoryScreen_OnSlotPriceChanged"); \ +static_assert(sizeof(SBZMainMenuArmorInventoryScreen_OnSlotPriceChanged) == 0x000100, "Wrong size on SBZMainMenuArmorInventoryScreen_OnSlotPriceChanged"); \ +static_assert(offsetof(SBZMainMenuArmorInventoryScreen_OnSlotPriceChanged, Item) == 0x000000, "Member 'SBZMainMenuArmorInventoryScreen_OnSlotPriceChanged::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorInventoryScreen_OnSlotPurchaseComplete \ +static_assert(alignof(SBZMainMenuArmorInventoryScreen_OnSlotPurchaseComplete) == 0x000001, "Wrong alignment on SBZMainMenuArmorInventoryScreen_OnSlotPurchaseComplete"); \ +static_assert(sizeof(SBZMainMenuArmorInventoryScreen_OnSlotPurchaseComplete) == 0x000001, "Wrong size on SBZMainMenuArmorInventoryScreen_OnSlotPurchaseComplete"); \ +static_assert(offsetof(SBZMainMenuArmorInventoryScreen_OnSlotPurchaseComplete, bWasSuccessful) == 0x000000, "Member 'SBZMainMenuArmorInventoryScreen_OnSlotPurchaseComplete::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorInventoryScreen_TryDiscardArmorInSlot \ +static_assert(alignof(SBZMainMenuArmorInventoryScreen_TryDiscardArmorInSlot) == 0x000004, "Wrong alignment on SBZMainMenuArmorInventoryScreen_TryDiscardArmorInSlot"); \ +static_assert(sizeof(SBZMainMenuArmorInventoryScreen_TryDiscardArmorInSlot) == 0x000004, "Wrong size on SBZMainMenuArmorInventoryScreen_TryDiscardArmorInSlot"); \ +static_assert(offsetof(SBZMainMenuArmorInventoryScreen_TryDiscardArmorInSlot, InArmorIndex) == 0x000000, "Member 'SBZMainMenuArmorInventoryScreen_TryDiscardArmorInSlot::InArmorIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorInventoryScreen_CanDiscardArmorInSlot \ +static_assert(alignof(SBZMainMenuArmorInventoryScreen_CanDiscardArmorInSlot) == 0x000004, "Wrong alignment on SBZMainMenuArmorInventoryScreen_CanDiscardArmorInSlot"); \ +static_assert(sizeof(SBZMainMenuArmorInventoryScreen_CanDiscardArmorInSlot) == 0x000008, "Wrong size on SBZMainMenuArmorInventoryScreen_CanDiscardArmorInSlot"); \ +static_assert(offsetof(SBZMainMenuArmorInventoryScreen_CanDiscardArmorInSlot, InArmorIndex) == 0x000000, "Member 'SBZMainMenuArmorInventoryScreen_CanDiscardArmorInSlot::InArmorIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuArmorInventoryScreen_CanDiscardArmorInSlot, ReturnValue) == 0x000004, "Member 'SBZMainMenuArmorInventoryScreen_CanDiscardArmorInSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuArmorInventoryScreen \ +static_assert(alignof(USBZMainMenuArmorInventoryScreen) == 0x000008, "Wrong alignment on USBZMainMenuArmorInventoryScreen"); \ +static_assert(sizeof(USBZMainMenuArmorInventoryScreen) == 0x0004D0, "Wrong size on USBZMainMenuArmorInventoryScreen"); \ +static_assert(offsetof(USBZMainMenuArmorInventoryScreen, ArmorSlotButtonClass) == 0x0002F0, "Member 'USBZMainMenuArmorInventoryScreen::ArmorSlotButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuArmorInventoryScreen, Panel_ArmorSlotButtons) == 0x0002F8, "Member 'USBZMainMenuArmorInventoryScreen::Panel_ArmorSlotButtons' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuArmorInventoryScreen, Button_BuySlots) == 0x000300, "Member 'USBZMainMenuArmorInventoryScreen::Button_BuySlots' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuArmorInventoryScreen, DiscardArmorPopUpBodyWidgetClass) == 0x000308, "Member 'USBZMainMenuArmorInventoryScreen::DiscardArmorPopUpBodyWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuArmorInventoryScreen, DiscardArmorPopUpHeader) == 0x000310, "Member 'USBZMainMenuArmorInventoryScreen::DiscardArmorPopUpHeader' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuArmorInventoryScreen, DiscardArmorPopUpAcceptAction) == 0x000328, "Member 'USBZMainMenuArmorInventoryScreen::DiscardArmorPopUpAcceptAction' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuArmorInventoryScreen, DiscardArmorPopUpCancelAction) == 0x000360, "Member 'USBZMainMenuArmorInventoryScreen::DiscardArmorPopUpCancelAction' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuArmorInventoryScreen, CustomizableArmorData) == 0x000398, "Member 'USBZMainMenuArmorInventoryScreen::CustomizableArmorData' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuArmorInventoryScreen, ActiveArmorSlotButton) == 0x0003A0, "Member 'USBZMainMenuArmorInventoryScreen::ActiveArmorSlotButton' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuArmorInventoryScreen, ArmorIndexToDiscard) == 0x0003A8, "Member 'USBZMainMenuArmorInventoryScreen::ArmorIndexToDiscard' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuArmorInventoryScreen, DiscardArmorPopUpBody) == 0x0003B0, "Member 'USBZMainMenuArmorInventoryScreen::DiscardArmorPopUpBody' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuArmorInventoryScreen, ArmorSlotButtonPool) == 0x0003B8, "Member 'USBZMainMenuArmorInventoryScreen::ArmorSlotButtonPool' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuArmorInventoryScreen, SlotItem) == 0x0003C8, "Member 'USBZMainMenuArmorInventoryScreen::SlotItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponStickerDataConfig \ +static_assert(alignof(USBZWeaponStickerDataConfig) == 0x000008, "Wrong alignment on USBZWeaponStickerDataConfig"); \ +static_assert(sizeof(USBZWeaponStickerDataConfig) == 0x000040, "Wrong size on USBZWeaponStickerDataConfig"); \ +static_assert(offsetof(USBZWeaponStickerDataConfig, StickerPositionIndex) == 0x000038, "Member 'USBZWeaponStickerDataConfig::StickerPositionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorModifierScreen_GetArmorInfo \ +static_assert(alignof(SBZMainMenuArmorModifierScreen_GetArmorInfo) == 0x000004, "Wrong alignment on SBZMainMenuArmorModifierScreen_GetArmorInfo"); \ +static_assert(sizeof(SBZMainMenuArmorModifierScreen_GetArmorInfo) == 0x000008, "Wrong size on SBZMainMenuArmorModifierScreen_GetArmorInfo"); \ +static_assert(offsetof(SBZMainMenuArmorModifierScreen_GetArmorInfo, OutArmorLoadoutIndex) == 0x000000, "Member 'SBZMainMenuArmorModifierScreen_GetArmorInfo::OutArmorLoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuArmorModifierScreen_GetArmorInfo, OutArmorChunkIndex) == 0x000004, "Member 'SBZMainMenuArmorModifierScreen_GetArmorInfo::OutArmorChunkIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorModifierScreen_InitializeArmorChunkCustomization \ +static_assert(alignof(SBZMainMenuArmorModifierScreen_InitializeArmorChunkCustomization) == 0x000004, "Wrong alignment on SBZMainMenuArmorModifierScreen_InitializeArmorChunkCustomization"); \ +static_assert(sizeof(SBZMainMenuArmorModifierScreen_InitializeArmorChunkCustomization) == 0x00000C, "Wrong size on SBZMainMenuArmorModifierScreen_InitializeArmorChunkCustomization"); \ +static_assert(offsetof(SBZMainMenuArmorModifierScreen_InitializeArmorChunkCustomization, InArmorLoadoutIndex) == 0x000000, "Member 'SBZMainMenuArmorModifierScreen_InitializeArmorChunkCustomization::InArmorLoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuArmorModifierScreen_InitializeArmorChunkCustomization, InArmorChunkIndex) == 0x000004, "Member 'SBZMainMenuArmorModifierScreen_InitializeArmorChunkCustomization::InArmorChunkIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuArmorModifierScreen_InitializeArmorChunkCustomization, ReturnValue) == 0x000008, "Member 'SBZMainMenuArmorModifierScreen_InitializeArmorChunkCustomization::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorModifierScreen_NewArmorChunkSlotFocused \ +static_assert(alignof(SBZMainMenuArmorModifierScreen_NewArmorChunkSlotFocused) == 0x000008, "Wrong alignment on SBZMainMenuArmorModifierScreen_NewArmorChunkSlotFocused"); \ +static_assert(sizeof(SBZMainMenuArmorModifierScreen_NewArmorChunkSlotFocused) == 0x000008, "Wrong size on SBZMainMenuArmorModifierScreen_NewArmorChunkSlotFocused"); \ +static_assert(offsetof(SBZMainMenuArmorModifierScreen_NewArmorChunkSlotFocused, NewFocusedButton) == 0x000000, "Member 'SBZMainMenuArmorModifierScreen_NewArmorChunkSlotFocused::NewFocusedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorModifierScreen_OnArmorChunkButtonFocusedChanged \ +static_assert(alignof(SBZMainMenuArmorModifierScreen_OnArmorChunkButtonFocusedChanged) == 0x000008, "Wrong alignment on SBZMainMenuArmorModifierScreen_OnArmorChunkButtonFocusedChanged"); \ +static_assert(sizeof(SBZMainMenuArmorModifierScreen_OnArmorChunkButtonFocusedChanged) == 0x000010, "Wrong size on SBZMainMenuArmorModifierScreen_OnArmorChunkButtonFocusedChanged"); \ +static_assert(offsetof(SBZMainMenuArmorModifierScreen_OnArmorChunkButtonFocusedChanged, InButton) == 0x000000, "Member 'SBZMainMenuArmorModifierScreen_OnArmorChunkButtonFocusedChanged::InButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuArmorModifierScreen_OnArmorChunkButtonFocusedChanged, bIsFocused) == 0x000008, "Member 'SBZMainMenuArmorModifierScreen_OnArmorChunkButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorModifierScreen_OnArmorChunkButtonSelected \ +static_assert(alignof(SBZMainMenuArmorModifierScreen_OnArmorChunkButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuArmorModifierScreen_OnArmorChunkButtonSelected"); \ +static_assert(sizeof(SBZMainMenuArmorModifierScreen_OnArmorChunkButtonSelected) == 0x000008, "Wrong size on SBZMainMenuArmorModifierScreen_OnArmorChunkButtonSelected"); \ +static_assert(offsetof(SBZMainMenuArmorModifierScreen_OnArmorChunkButtonSelected, InSelectedButton) == 0x000000, "Member 'SBZMainMenuArmorModifierScreen_OnArmorChunkButtonSelected::InSelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorModifierScreen_OnArmorChunkSlotButtonEquipped \ +static_assert(alignof(SBZMainMenuArmorModifierScreen_OnArmorChunkSlotButtonEquipped) == 0x000008, "Wrong alignment on SBZMainMenuArmorModifierScreen_OnArmorChunkSlotButtonEquipped"); \ +static_assert(sizeof(SBZMainMenuArmorModifierScreen_OnArmorChunkSlotButtonEquipped) == 0x000008, "Wrong size on SBZMainMenuArmorModifierScreen_OnArmorChunkSlotButtonEquipped"); \ +static_assert(offsetof(SBZMainMenuArmorModifierScreen_OnArmorChunkSlotButtonEquipped, EquippedButton) == 0x000000, "Member 'SBZMainMenuArmorModifierScreen_OnArmorChunkSlotButtonEquipped::EquippedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorModifierScreen_OnArmorChunkSlotButtonSelected \ +static_assert(alignof(SBZMainMenuArmorModifierScreen_OnArmorChunkSlotButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuArmorModifierScreen_OnArmorChunkSlotButtonSelected"); \ +static_assert(sizeof(SBZMainMenuArmorModifierScreen_OnArmorChunkSlotButtonSelected) == 0x000008, "Wrong size on SBZMainMenuArmorModifierScreen_OnArmorChunkSlotButtonSelected"); \ +static_assert(offsetof(SBZMainMenuArmorModifierScreen_OnArmorChunkSlotButtonSelected, SelectedButton) == 0x000000, "Member 'SBZMainMenuArmorModifierScreen_OnArmorChunkSlotButtonSelected::SelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorModifierScreen_SetNewEquippedButton \ +static_assert(alignof(SBZMainMenuArmorModifierScreen_SetNewEquippedButton) == 0x000008, "Wrong alignment on SBZMainMenuArmorModifierScreen_SetNewEquippedButton"); \ +static_assert(sizeof(SBZMainMenuArmorModifierScreen_SetNewEquippedButton) == 0x000008, "Wrong size on SBZMainMenuArmorModifierScreen_SetNewEquippedButton"); \ +static_assert(offsetof(SBZMainMenuArmorModifierScreen_SetNewEquippedButton, InEquippedArmorChunkButton) == 0x000000, "Member 'SBZMainMenuArmorModifierScreen_SetNewEquippedButton::InEquippedArmorChunkButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorModifierScreen_GetCurrentArmorChunkIndex \ +static_assert(alignof(SBZMainMenuArmorModifierScreen_GetCurrentArmorChunkIndex) == 0x000004, "Wrong alignment on SBZMainMenuArmorModifierScreen_GetCurrentArmorChunkIndex"); \ +static_assert(sizeof(SBZMainMenuArmorModifierScreen_GetCurrentArmorChunkIndex) == 0x000004, "Wrong size on SBZMainMenuArmorModifierScreen_GetCurrentArmorChunkIndex"); \ +static_assert(offsetof(SBZMainMenuArmorModifierScreen_GetCurrentArmorChunkIndex, ReturnValue) == 0x000000, "Member 'SBZMainMenuArmorModifierScreen_GetCurrentArmorChunkIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuArmorModifierScreen \ +static_assert(alignof(USBZMainMenuArmorModifierScreen) == 0x000008, "Wrong alignment on USBZMainMenuArmorModifierScreen"); \ +static_assert(sizeof(USBZMainMenuArmorModifierScreen) == 0x000330, "Wrong size on USBZMainMenuArmorModifierScreen"); \ +static_assert(offsetof(USBZMainMenuArmorModifierScreen, Panel_ArmorChunkSlotButtons) == 0x0002C0, "Member 'USBZMainMenuArmorModifierScreen::Panel_ArmorChunkSlotButtons' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuArmorModifierScreen, ArmorChunkTypeButtonClass) == 0x0002C8, "Member 'USBZMainMenuArmorModifierScreen::ArmorChunkTypeButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuArmorModifierScreen, EquippedArmorChunkButton) == 0x0002D0, "Member 'USBZMainMenuArmorModifierScreen::EquippedArmorChunkButton' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuArmorModifierScreen, OkControlReference) == 0x0002D8, "Member 'USBZMainMenuArmorModifierScreen::OkControlReference' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuArmorModifierScreen, ArmorLoadoutIndex) == 0x000310, "Member 'USBZMainMenuArmorModifierScreen::ArmorLoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuArmorModifierScreen, ArmorChunkIndex) == 0x000314, "Member 'USBZMainMenuArmorModifierScreen::ArmorChunkIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuArmorModifierScreen, ArmorChunkButtonPool) == 0x000318, "Member 'USBZMainMenuArmorModifierScreen::ArmorChunkButtonPool' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuArmorModifierScreen, SelectedArmorChunkButton) == 0x000328, "Member 'USBZMainMenuArmorModifierScreen::SelectedArmorChunkButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillKnifeSpecDeepWoundsAced \ +static_assert(alignof(USBZSkillKnifeSpecDeepWoundsAced) == 0x000008, "Wrong alignment on USBZSkillKnifeSpecDeepWoundsAced"); \ +static_assert(sizeof(USBZSkillKnifeSpecDeepWoundsAced) == 0x000230, "Wrong size on USBZSkillKnifeSpecDeepWoundsAced"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorSlotButton_InitializeArmorSlot \ +static_assert(alignof(SBZMainMenuArmorSlotButton_InitializeArmorSlot) == 0x000004, "Wrong alignment on SBZMainMenuArmorSlotButton_InitializeArmorSlot"); \ +static_assert(sizeof(SBZMainMenuArmorSlotButton_InitializeArmorSlot) == 0x000004, "Wrong size on SBZMainMenuArmorSlotButton_InitializeArmorSlot"); \ +static_assert(offsetof(SBZMainMenuArmorSlotButton_InitializeArmorSlot, InArmorSlotIndex) == 0x000000, "Member 'SBZMainMenuArmorSlotButton_InitializeArmorSlot::InArmorSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorSlotButton_SetActiveArmorSlot \ +static_assert(alignof(SBZMainMenuArmorSlotButton_SetActiveArmorSlot) == 0x000001, "Wrong alignment on SBZMainMenuArmorSlotButton_SetActiveArmorSlot"); \ +static_assert(sizeof(SBZMainMenuArmorSlotButton_SetActiveArmorSlot) == 0x000001, "Wrong size on SBZMainMenuArmorSlotButton_SetActiveArmorSlot"); \ +static_assert(offsetof(SBZMainMenuArmorSlotButton_SetActiveArmorSlot, bIsActiveArmorSlot) == 0x000000, "Member 'SBZMainMenuArmorSlotButton_SetActiveArmorSlot::bIsActiveArmorSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorSlotButton_GetArmorInSlot \ +static_assert(alignof(SBZMainMenuArmorSlotButton_GetArmorInSlot) == 0x000008, "Wrong alignment on SBZMainMenuArmorSlotButton_GetArmorInSlot"); \ +static_assert(sizeof(SBZMainMenuArmorSlotButton_GetArmorInSlot) == 0x000008, "Wrong size on SBZMainMenuArmorSlotButton_GetArmorInSlot"); \ +static_assert(offsetof(SBZMainMenuArmorSlotButton_GetArmorInSlot, ReturnValue) == 0x000000, "Member 'SBZMainMenuArmorSlotButton_GetArmorInSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorSlotButton_GetArmorSlot \ +static_assert(alignof(SBZMainMenuArmorSlotButton_GetArmorSlot) == 0x000008, "Wrong alignment on SBZMainMenuArmorSlotButton_GetArmorSlot"); \ +static_assert(sizeof(SBZMainMenuArmorSlotButton_GetArmorSlot) == 0x000068, "Wrong size on SBZMainMenuArmorSlotButton_GetArmorSlot"); \ +static_assert(offsetof(SBZMainMenuArmorSlotButton_GetArmorSlot, ReturnValue) == 0x000000, "Member 'SBZMainMenuArmorSlotButton_GetArmorSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorSlotButton_GetArmorSlotIndex \ +static_assert(alignof(SBZMainMenuArmorSlotButton_GetArmorSlotIndex) == 0x000004, "Wrong alignment on SBZMainMenuArmorSlotButton_GetArmorSlotIndex"); \ +static_assert(sizeof(SBZMainMenuArmorSlotButton_GetArmorSlotIndex) == 0x000004, "Wrong size on SBZMainMenuArmorSlotButton_GetArmorSlotIndex"); \ +static_assert(offsetof(SBZMainMenuArmorSlotButton_GetArmorSlotIndex, ReturnValue) == 0x000000, "Member 'SBZMainMenuArmorSlotButton_GetArmorSlotIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuArmorSlotButton_IsEmpty \ +static_assert(alignof(SBZMainMenuArmorSlotButton_IsEmpty) == 0x000001, "Wrong alignment on SBZMainMenuArmorSlotButton_IsEmpty"); \ +static_assert(sizeof(SBZMainMenuArmorSlotButton_IsEmpty) == 0x000001, "Wrong size on SBZMainMenuArmorSlotButton_IsEmpty"); \ +static_assert(offsetof(SBZMainMenuArmorSlotButton_IsEmpty, ReturnValue) == 0x000000, "Member 'SBZMainMenuArmorSlotButton_IsEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuArmorSlotButton \ +static_assert(alignof(USBZMainMenuArmorSlotButton) == 0x000008, "Wrong alignment on USBZMainMenuArmorSlotButton"); \ +static_assert(sizeof(USBZMainMenuArmorSlotButton) == 0x0003E0, "Wrong size on USBZMainMenuArmorSlotButton"); \ +static_assert(offsetof(USBZMainMenuArmorSlotButton, ArmorSlot) == 0x000370, "Member 'USBZMainMenuArmorSlotButton::ArmorSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuArmorSlotButton, ArmorSlotIndex) == 0x0003D8, "Member 'USBZMainMenuArmorSlotButton::ArmorSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuBaseChallengeButton_GetPaperSpriteSourceSize \ +static_assert(alignof(SBZMainMenuBaseChallengeButton_GetPaperSpriteSourceSize) == 0x000008, "Wrong alignment on SBZMainMenuBaseChallengeButton_GetPaperSpriteSourceSize"); \ +static_assert(sizeof(SBZMainMenuBaseChallengeButton_GetPaperSpriteSourceSize) == 0x000010, "Wrong size on SBZMainMenuBaseChallengeButton_GetPaperSpriteSourceSize"); \ +static_assert(offsetof(SBZMainMenuBaseChallengeButton_GetPaperSpriteSourceSize, Sprite) == 0x000000, "Member 'SBZMainMenuBaseChallengeButton_GetPaperSpriteSourceSize::Sprite' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuBaseChallengeButton_GetPaperSpriteSourceSize, ReturnValue) == 0x000008, "Member 'SBZMainMenuBaseChallengeButton_GetPaperSpriteSourceSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuBaseChallengeButton_InitializeChallengeData \ +static_assert(alignof(SBZMainMenuBaseChallengeButton_InitializeChallengeData) == 0x000008, "Wrong alignment on SBZMainMenuBaseChallengeButton_InitializeChallengeData"); \ +static_assert(sizeof(SBZMainMenuBaseChallengeButton_InitializeChallengeData) == 0x0000A8, "Wrong size on SBZMainMenuBaseChallengeButton_InitializeChallengeData"); \ +static_assert(offsetof(SBZMainMenuBaseChallengeButton_InitializeChallengeData, InChallengeData) == 0x000000, "Member 'SBZMainMenuBaseChallengeButton_InitializeChallengeData::InChallengeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuBaseChallengeButton_OnChallengeDataInititalized \ +static_assert(alignof(SBZMainMenuBaseChallengeButton_OnChallengeDataInititalized) == 0x000008, "Wrong alignment on SBZMainMenuBaseChallengeButton_OnChallengeDataInititalized"); \ +static_assert(sizeof(SBZMainMenuBaseChallengeButton_OnChallengeDataInititalized) == 0x0000A8, "Wrong size on SBZMainMenuBaseChallengeButton_OnChallengeDataInititalized"); \ +static_assert(offsetof(SBZMainMenuBaseChallengeButton_OnChallengeDataInititalized, InChallengeData) == 0x000000, "Member 'SBZMainMenuBaseChallengeButton_OnChallengeDataInititalized::InChallengeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuBaseChallengeButton \ +static_assert(alignof(USBZMainMenuBaseChallengeButton) == 0x000008, "Wrong alignment on USBZMainMenuBaseChallengeButton"); \ +static_assert(sizeof(USBZMainMenuBaseChallengeButton) == 0x000418, "Wrong size on USBZMainMenuBaseChallengeButton"); \ +static_assert(offsetof(USBZMainMenuBaseChallengeButton, ChallengeData) == 0x000370, "Member 'USBZMainMenuBaseChallengeButton::ChallengeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPatrolPoint_Connect \ +static_assert(alignof(SBZPatrolPoint_Connect) == 0x000008, "Wrong alignment on SBZPatrolPoint_Connect"); \ +static_assert(sizeof(SBZPatrolPoint_Connect) == 0x000008, "Wrong size on SBZPatrolPoint_Connect"); \ +static_assert(offsetof(SBZPatrolPoint_Connect, Next) == 0x000000, "Member 'SBZPatrolPoint_Connect::Next' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPatrolPoint_Disconnect \ +static_assert(alignof(SBZPatrolPoint_Disconnect) == 0x000008, "Wrong alignment on SBZPatrolPoint_Disconnect"); \ +static_assert(sizeof(SBZPatrolPoint_Disconnect) == 0x000008, "Wrong size on SBZPatrolPoint_Disconnect"); \ +static_assert(offsetof(SBZPatrolPoint_Disconnect, Next) == 0x000000, "Member 'SBZPatrolPoint_Disconnect::Next' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPatrolPoint_IsTestingPoint \ +static_assert(alignof(SBZPatrolPoint_IsTestingPoint) == 0x000001, "Wrong alignment on SBZPatrolPoint_IsTestingPoint"); \ +static_assert(sizeof(SBZPatrolPoint_IsTestingPoint) == 0x000001, "Wrong size on SBZPatrolPoint_IsTestingPoint"); \ +static_assert(offsetof(SBZPatrolPoint_IsTestingPoint, ReturnValue) == 0x000000, "Member 'SBZPatrolPoint_IsTestingPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPatrolPoint \ +static_assert(alignof(ASBZPatrolPoint) == 0x000008, "Wrong alignment on ASBZPatrolPoint"); \ +static_assert(sizeof(ASBZPatrolPoint) == 0x0002D0, "Wrong size on ASBZPatrolPoint"); \ +static_assert(offsetof(ASBZPatrolPoint, NextPoints) == 0x0002A8, "Member 'ASBZPatrolPoint::NextPoints' has a wrong offset!"); \ +static_assert(offsetof(ASBZPatrolPoint, bRandomSet) == 0x0002B8, "Member 'ASBZPatrolPoint::bRandomSet' has a wrong offset!"); \ +static_assert(offsetof(ASBZPatrolPoint, WaitTimeInterval) == 0x0002BC, "Member 'ASBZPatrolPoint::WaitTimeInterval' has a wrong offset!"); \ +static_assert(offsetof(ASBZPatrolPoint, bUsePointRotation) == 0x0002CC, "Member 'ASBZPatrolPoint::bUsePointRotation' has a wrong offset!"); \ +static_assert(offsetof(ASBZPatrolPoint, bIsTesting) == 0x0002CD, "Member 'ASBZPatrolPoint::bIsTesting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillJuggernautBastionAced \ +static_assert(alignof(USBZSkillJuggernautBastionAced) == 0x000008, "Wrong alignment on USBZSkillJuggernautBastionAced"); \ +static_assert(sizeof(USBZSkillJuggernautBastionAced) == 0x000230, "Wrong size on USBZSkillJuggernautBastionAced"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuBaseWidget \ +static_assert(alignof(USBZMainMenuBaseWidget) == 0x000008, "Wrong alignment on USBZMainMenuBaseWidget"); \ +static_assert(sizeof(USBZMainMenuBaseWidget) == 0x000290, "Wrong size on USBZMainMenuBaseWidget"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCameraManager_GetMainMenuCameraManager \ +static_assert(alignof(SBZMainMenuCameraManager_GetMainMenuCameraManager) == 0x000008, "Wrong alignment on SBZMainMenuCameraManager_GetMainMenuCameraManager"); \ +static_assert(sizeof(SBZMainMenuCameraManager_GetMainMenuCameraManager) == 0x000010, "Wrong size on SBZMainMenuCameraManager_GetMainMenuCameraManager"); \ +static_assert(offsetof(SBZMainMenuCameraManager_GetMainMenuCameraManager, WorldContextObject) == 0x000000, "Member 'SBZMainMenuCameraManager_GetMainMenuCameraManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuCameraManager_GetMainMenuCameraManager, ReturnValue) == 0x000008, "Member 'SBZMainMenuCameraManager_GetMainMenuCameraManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCameraManager_SwitchToCamera \ +static_assert(alignof(SBZMainMenuCameraManager_SwitchToCamera) == 0x000004, "Wrong alignment on SBZMainMenuCameraManager_SwitchToCamera"); \ +static_assert(sizeof(SBZMainMenuCameraManager_SwitchToCamera) == 0x00000C, "Wrong size on SBZMainMenuCameraManager_SwitchToCamera"); \ +static_assert(offsetof(SBZMainMenuCameraManager_SwitchToCamera, CameraName) == 0x000000, "Member 'SBZMainMenuCameraManager_SwitchToCamera::CameraName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZMainMenuCameraManager \ +static_assert(alignof(ASBZMainMenuCameraManager) == 0x000008, "Wrong alignment on ASBZMainMenuCameraManager"); \ +static_assert(sizeof(ASBZMainMenuCameraManager) == 0x000320, "Wrong size on ASBZMainMenuCameraManager"); \ +static_assert(offsetof(ASBZMainMenuCameraManager, DefaultCamera) == 0x0002A8, "Member 'ASBZMainMenuCameraManager::DefaultCamera' has a wrong offset!"); \ +static_assert(offsetof(ASBZMainMenuCameraManager, Cameras) == 0x0002B8, "Member 'ASBZMainMenuCameraManager::Cameras' has a wrong offset!"); \ +static_assert(offsetof(ASBZMainMenuCameraManager, LobbyCameraName) == 0x000308, "Member 'ASBZMainMenuCameraManager::LobbyCameraName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuChallengeCategoryButton_OnChallengeCategoryCountRefreshed \ +static_assert(alignof(SBZMainMenuChallengeCategoryButton_OnChallengeCategoryCountRefreshed) == 0x000004, "Wrong alignment on SBZMainMenuChallengeCategoryButton_OnChallengeCategoryCountRefreshed"); \ +static_assert(sizeof(SBZMainMenuChallengeCategoryButton_OnChallengeCategoryCountRefreshed) == 0x000008, "Wrong size on SBZMainMenuChallengeCategoryButton_OnChallengeCategoryCountRefreshed"); \ +static_assert(offsetof(SBZMainMenuChallengeCategoryButton_OnChallengeCategoryCountRefreshed, TotalCount) == 0x000000, "Member 'SBZMainMenuChallengeCategoryButton_OnChallengeCategoryCountRefreshed::TotalCount' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuChallengeCategoryButton_OnChallengeCategoryCountRefreshed, CompletedCount) == 0x000004, "Member 'SBZMainMenuChallengeCategoryButton_OnChallengeCategoryCountRefreshed::CompletedCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuChallengeCategoryButton_OnChallengeCategoryDataInititalized \ +static_assert(alignof(SBZMainMenuChallengeCategoryButton_OnChallengeCategoryDataInititalized) == 0x000008, "Wrong alignment on SBZMainMenuChallengeCategoryButton_OnChallengeCategoryDataInititalized"); \ +static_assert(sizeof(SBZMainMenuChallengeCategoryButton_OnChallengeCategoryDataInititalized) == 0x000008, "Wrong size on SBZMainMenuChallengeCategoryButton_OnChallengeCategoryDataInititalized"); \ +static_assert(offsetof(SBZMainMenuChallengeCategoryButton_OnChallengeCategoryDataInititalized, InCategoryData) == 0x000000, "Member 'SBZMainMenuChallengeCategoryButton_OnChallengeCategoryDataInititalized::InCategoryData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuChallengeCategoryButton \ +static_assert(alignof(USBZMainMenuChallengeCategoryButton) == 0x000008, "Wrong alignment on USBZMainMenuChallengeCategoryButton"); \ +static_assert(sizeof(USBZMainMenuChallengeCategoryButton) == 0x000388, "Wrong size on USBZMainMenuChallengeCategoryButton"); \ +static_assert(offsetof(USBZMainMenuChallengeCategoryButton, CategoryData) == 0x000370, "Member 'USBZMainMenuChallengeCategoryButton::CategoryData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWorldEventBase \ +static_assert(alignof(USBZWorldEventBase) == 0x000008, "Wrong alignment on USBZWorldEventBase"); \ +static_assert(sizeof(USBZWorldEventBase) == 0x000030, "Wrong size on USBZWorldEventBase"); \ + +#define DUMPER7_ASSERTS_USBZPlayerAttackEventBase \ +static_assert(alignof(USBZPlayerAttackEventBase) == 0x000008, "Wrong alignment on USBZPlayerAttackEventBase"); \ +static_assert(sizeof(USBZPlayerAttackEventBase) == 0x000038, "Wrong size on USBZPlayerAttackEventBase"); \ +static_assert(offsetof(USBZPlayerAttackEventBase, MaxDistance) == 0x000030, "Member 'USBZPlayerAttackEventBase::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttackEventBase, MaxTimeSinceAttack) == 0x000034, "Member 'USBZPlayerAttackEventBase::MaxTimeSinceAttack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuChallengeScreenDescriptionPanel_OnChallengeDataUpdated \ +static_assert(alignof(SBZMainMenuChallengeScreenDescriptionPanel_OnChallengeDataUpdated) == 0x000008, "Wrong alignment on SBZMainMenuChallengeScreenDescriptionPanel_OnChallengeDataUpdated"); \ +static_assert(sizeof(SBZMainMenuChallengeScreenDescriptionPanel_OnChallengeDataUpdated) == 0x0000A8, "Wrong size on SBZMainMenuChallengeScreenDescriptionPanel_OnChallengeDataUpdated"); \ +static_assert(offsetof(SBZMainMenuChallengeScreenDescriptionPanel_OnChallengeDataUpdated, InChallengeData) == 0x000000, "Member 'SBZMainMenuChallengeScreenDescriptionPanel_OnChallengeDataUpdated::InChallengeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuChallengeScreenDescriptionPanel_SetChallengeData \ +static_assert(alignof(SBZMainMenuChallengeScreenDescriptionPanel_SetChallengeData) == 0x000008, "Wrong alignment on SBZMainMenuChallengeScreenDescriptionPanel_SetChallengeData"); \ +static_assert(sizeof(SBZMainMenuChallengeScreenDescriptionPanel_SetChallengeData) == 0x0000A8, "Wrong size on SBZMainMenuChallengeScreenDescriptionPanel_SetChallengeData"); \ +static_assert(offsetof(SBZMainMenuChallengeScreenDescriptionPanel_SetChallengeData, InChallengeData) == 0x000000, "Member 'SBZMainMenuChallengeScreenDescriptionPanel_SetChallengeData::InChallengeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuChallengeScreenDescriptionPanel \ +static_assert(alignof(USBZMainMenuChallengeScreenDescriptionPanel) == 0x000008, "Wrong alignment on USBZMainMenuChallengeScreenDescriptionPanel"); \ +static_assert(sizeof(USBZMainMenuChallengeScreenDescriptionPanel) == 0x0002D8, "Wrong size on USBZMainMenuChallengeScreenDescriptionPanel"); \ +static_assert(offsetof(USBZMainMenuChallengeScreenDescriptionPanel, Panel_ChallengeStats) == 0x000290, "Member 'USBZMainMenuChallengeScreenDescriptionPanel::Panel_ChallengeStats' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuChallengeScreenDescriptionPanel, Panel_ItemRewards) == 0x000298, "Member 'USBZMainMenuChallengeScreenDescriptionPanel::Panel_ItemRewards' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuChallengeScreenDescriptionPanel, ChallengeStatWidgetClass) == 0x0002A0, "Member 'USBZMainMenuChallengeScreenDescriptionPanel::ChallengeStatWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuChallengeScreenDescriptionPanel, ItemRewardWidgetClass) == 0x0002A8, "Member 'USBZMainMenuChallengeScreenDescriptionPanel::ItemRewardWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuChallengeScreenDescriptionPanel, MaxStatWidgetsDisplayed) == 0x0002B0, "Member 'USBZMainMenuChallengeScreenDescriptionPanel::MaxStatWidgetsDisplayed' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuChallengeScreenDescriptionPanel, MaxItemWidgetsDisplayed) == 0x0002B4, "Member 'USBZMainMenuChallengeScreenDescriptionPanel::MaxItemWidgetsDisplayed' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuChallengeScreenDescriptionPanel, CachedStatWidgets) == 0x0002B8, "Member 'USBZMainMenuChallengeScreenDescriptionPanel::CachedStatWidgets' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuChallengeScreenDescriptionPanel, CachedItemWidgets) == 0x0002C8, "Member 'USBZMainMenuChallengeScreenDescriptionPanel::CachedItemWidgets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillPistolSpecPistolExploiterAced \ +static_assert(alignof(USBZSkillPistolSpecPistolExploiterAced) == 0x000008, "Wrong alignment on USBZSkillPistolSpecPistolExploiterAced"); \ +static_assert(sizeof(USBZSkillPistolSpecPistolExploiterAced) == 0x000230, "Wrong size on USBZSkillPistolSpecPistolExploiterAced"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuChallengeStatDisplay_ChallengeIdInitialized \ +static_assert(alignof(SBZMainMenuChallengeStatDisplay_ChallengeIdInitialized) == 0x000008, "Wrong alignment on SBZMainMenuChallengeStatDisplay_ChallengeIdInitialized"); \ +static_assert(sizeof(SBZMainMenuChallengeStatDisplay_ChallengeIdInitialized) == 0x000010, "Wrong size on SBZMainMenuChallengeStatDisplay_ChallengeIdInitialized"); \ +static_assert(offsetof(SBZMainMenuChallengeStatDisplay_ChallengeIdInitialized, InChallengeId) == 0x000000, "Member 'SBZMainMenuChallengeStatDisplay_ChallengeIdInitialized::InChallengeId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuChallengeStatDisplay_ChallengeInitialized \ +static_assert(alignof(SBZMainMenuChallengeStatDisplay_ChallengeInitialized) == 0x000008, "Wrong alignment on SBZMainMenuChallengeStatDisplay_ChallengeInitialized"); \ +static_assert(sizeof(SBZMainMenuChallengeStatDisplay_ChallengeInitialized) == 0x0000A8, "Wrong size on SBZMainMenuChallengeStatDisplay_ChallengeInitialized"); \ +static_assert(offsetof(SBZMainMenuChallengeStatDisplay_ChallengeInitialized, InChallenge) == 0x000000, "Member 'SBZMainMenuChallengeStatDisplay_ChallengeInitialized::InChallenge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuChallengeStatDisplay_ItemInitialized \ +static_assert(alignof(SBZMainMenuChallengeStatDisplay_ItemInitialized) == 0x000008, "Wrong alignment on SBZMainMenuChallengeStatDisplay_ItemInitialized"); \ +static_assert(sizeof(SBZMainMenuChallengeStatDisplay_ItemInitialized) == 0x000020, "Wrong size on SBZMainMenuChallengeStatDisplay_ItemInitialized"); \ +static_assert(offsetof(SBZMainMenuChallengeStatDisplay_ItemInitialized, InProgressItem) == 0x000000, "Member 'SBZMainMenuChallengeStatDisplay_ItemInitialized::InProgressItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuChallengeStatDisplay_StatInitialized \ +static_assert(alignof(SBZMainMenuChallengeStatDisplay_StatInitialized) == 0x000008, "Wrong alignment on SBZMainMenuChallengeStatDisplay_StatInitialized"); \ +static_assert(sizeof(SBZMainMenuChallengeStatDisplay_StatInitialized) == 0x0000C0, "Wrong size on SBZMainMenuChallengeStatDisplay_StatInitialized"); \ +static_assert(offsetof(SBZMainMenuChallengeStatDisplay_StatInitialized, InChallenge) == 0x000000, "Member 'SBZMainMenuChallengeStatDisplay_StatInitialized::InChallenge' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuChallengeStatDisplay_StatInitialized, InProgressStat) == 0x0000A8, "Member 'SBZMainMenuChallengeStatDisplay_StatInitialized::InProgressStat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuChallengeStatDisplay \ +static_assert(alignof(USBZMainMenuChallengeStatDisplay) == 0x000008, "Wrong alignment on USBZMainMenuChallengeStatDisplay"); \ +static_assert(sizeof(USBZMainMenuChallengeStatDisplay) == 0x000290, "Wrong size on USBZMainMenuChallengeStatDisplay"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuChallengesWidget_NativeOnChallengeButtonFocusedChanged \ +static_assert(alignof(SBZMainMenuChallengesWidget_NativeOnChallengeButtonFocusedChanged) == 0x000008, "Wrong alignment on SBZMainMenuChallengesWidget_NativeOnChallengeButtonFocusedChanged"); \ +static_assert(sizeof(SBZMainMenuChallengesWidget_NativeOnChallengeButtonFocusedChanged) == 0x000010, "Wrong size on SBZMainMenuChallengesWidget_NativeOnChallengeButtonFocusedChanged"); \ +static_assert(offsetof(SBZMainMenuChallengesWidget_NativeOnChallengeButtonFocusedChanged, InCategoryButton) == 0x000000, "Member 'SBZMainMenuChallengesWidget_NativeOnChallengeButtonFocusedChanged::InCategoryButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuChallengesWidget_NativeOnChallengeButtonFocusedChanged, bIsFocused) == 0x000008, "Member 'SBZMainMenuChallengesWidget_NativeOnChallengeButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuChallengesWidget_OnNewChallengedFocused \ +static_assert(alignof(SBZMainMenuChallengesWidget_OnNewChallengedFocused) == 0x000008, "Wrong alignment on SBZMainMenuChallengesWidget_OnNewChallengedFocused"); \ +static_assert(sizeof(SBZMainMenuChallengesWidget_OnNewChallengedFocused) == 0x0000A8, "Wrong size on SBZMainMenuChallengesWidget_OnNewChallengedFocused"); \ +static_assert(offsetof(SBZMainMenuChallengesWidget_OnNewChallengedFocused, InChallengeData) == 0x000000, "Member 'SBZMainMenuChallengesWidget_OnNewChallengedFocused::InChallengeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuChallengesWidget_SetCurrentFilter \ +static_assert(alignof(SBZMainMenuChallengesWidget_SetCurrentFilter) == 0x000001, "Wrong alignment on SBZMainMenuChallengesWidget_SetCurrentFilter"); \ +static_assert(sizeof(SBZMainMenuChallengesWidget_SetCurrentFilter) == 0x000002, "Wrong size on SBZMainMenuChallengesWidget_SetCurrentFilter"); \ +static_assert(offsetof(SBZMainMenuChallengesWidget_SetCurrentFilter, NewFilter) == 0x000000, "Member 'SBZMainMenuChallengesWidget_SetCurrentFilter::NewFilter' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuChallengesWidget_SetCurrentFilter, bResetToAll) == 0x000001, "Member 'SBZMainMenuChallengesWidget_SetCurrentFilter::bResetToAll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuChallengesWidget_SetFilterCategory \ +static_assert(alignof(SBZMainMenuChallengesWidget_SetFilterCategory) == 0x000008, "Wrong alignment on SBZMainMenuChallengesWidget_SetFilterCategory"); \ +static_assert(sizeof(SBZMainMenuChallengesWidget_SetFilterCategory) == 0x000008, "Wrong size on SBZMainMenuChallengesWidget_SetFilterCategory"); \ +static_assert(offsetof(SBZMainMenuChallengesWidget_SetFilterCategory, Category) == 0x000000, "Member 'SBZMainMenuChallengesWidget_SetFilterCategory::Category' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuChallengesWidget_SetPage \ +static_assert(alignof(SBZMainMenuChallengesWidget_SetPage) == 0x000004, "Wrong alignment on SBZMainMenuChallengesWidget_SetPage"); \ +static_assert(sizeof(SBZMainMenuChallengesWidget_SetPage) == 0x000004, "Wrong size on SBZMainMenuChallengesWidget_SetPage"); \ +static_assert(offsetof(SBZMainMenuChallengesWidget_SetPage, Index_0) == 0x000000, "Member 'SBZMainMenuChallengesWidget_SetPage::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuChallengesWidget_ToggleFilterStatus \ +static_assert(alignof(SBZMainMenuChallengesWidget_ToggleFilterStatus) == 0x000001, "Wrong alignment on SBZMainMenuChallengesWidget_ToggleFilterStatus"); \ +static_assert(sizeof(SBZMainMenuChallengesWidget_ToggleFilterStatus) == 0x000002, "Wrong size on SBZMainMenuChallengesWidget_ToggleFilterStatus"); \ +static_assert(offsetof(SBZMainMenuChallengesWidget_ToggleFilterStatus, Status) == 0x000000, "Member 'SBZMainMenuChallengesWidget_ToggleFilterStatus::Status' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuChallengesWidget_ToggleFilterStatus, ForceSingleOrNone) == 0x000001, "Member 'SBZMainMenuChallengesWidget_ToggleFilterStatus::ForceSingleOrNone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuChallengesWidget_CategoryHasChallenges \ +static_assert(alignof(SBZMainMenuChallengesWidget_CategoryHasChallenges) == 0x000008, "Wrong alignment on SBZMainMenuChallengesWidget_CategoryHasChallenges"); \ +static_assert(sizeof(SBZMainMenuChallengesWidget_CategoryHasChallenges) == 0x000010, "Wrong size on SBZMainMenuChallengesWidget_CategoryHasChallenges"); \ +static_assert(offsetof(SBZMainMenuChallengesWidget_CategoryHasChallenges, Category) == 0x000000, "Member 'SBZMainMenuChallengesWidget_CategoryHasChallenges::Category' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuChallengesWidget_CategoryHasChallenges, ReturnValue) == 0x000008, "Member 'SBZMainMenuChallengesWidget_CategoryHasChallenges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuChallengesWidget \ +static_assert(alignof(USBZMainMenuChallengesWidget) == 0x000008, "Wrong alignment on USBZMainMenuChallengesWidget"); \ +static_assert(sizeof(USBZMainMenuChallengesWidget) == 0x000340, "Wrong size on USBZMainMenuChallengesWidget"); \ +static_assert(offsetof(USBZMainMenuChallengesWidget, Panel_ChallengeButtons) == 0x000290, "Member 'USBZMainMenuChallengesWidget::Panel_ChallengeButtons' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuChallengesWidget, Widget_Loading) == 0x000298, "Member 'USBZMainMenuChallengesWidget::Widget_Loading' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuChallengesWidget, ChallengeButtonClass) == 0x0002A0, "Member 'USBZMainMenuChallengesWidget::ChallengeButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuChallengesWidget, ChallengesDisplayedPerPage) == 0x0002A8, "Member 'USBZMainMenuChallengesWidget::ChallengesDisplayedPerPage' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuChallengesWidget, CategoryCurrent) == 0x0002B0, "Member 'USBZMainMenuChallengesWidget::CategoryCurrent' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuChallengesWidget, StatusesCurrent) == 0x0002B8, "Member 'USBZMainMenuChallengesWidget::StatusesCurrent' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuChallengesWidget, AllStatuses) == 0x000308, "Member 'USBZMainMenuChallengesWidget::AllStatuses' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuChallengesWidget, PagesTotalCount) == 0x00030C, "Member 'USBZMainMenuChallengesWidget::PagesTotalCount' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuChallengesWidget, PageCurrent) == 0x000310, "Member 'USBZMainMenuChallengesWidget::PageCurrent' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuChallengesWidget, ChallengeButtons) == 0x000318, "Member 'USBZMainMenuChallengesWidget::ChallengeButtons' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuChallengesWidget, FocusedChallengeButton) == 0x000328, "Member 'USBZMainMenuChallengesWidget::FocusedChallengeButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZLocalPlayerFeedback \ +static_assert(alignof(USBZLocalPlayerFeedback) == 0x000008, "Wrong alignment on USBZLocalPlayerFeedback"); \ +static_assert(sizeof(USBZLocalPlayerFeedback) == 0x000308, "Wrong size on USBZLocalPlayerFeedback"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, bUseFirstPlayModifier) == 0x000030, "Member 'USBZLocalPlayerFeedback::bUseFirstPlayModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, FirstPlayCooldown) == 0x000034, "Member 'USBZLocalPlayerFeedback::FirstPlayCooldown' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, PostProcessSettings) == 0x000038, "Member 'USBZLocalPlayerFeedback::PostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, Intensity) == 0x000040, "Member 'USBZLocalPlayerFeedback::Intensity' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, PostProcessFadeInBlendCurve) == 0x000048, "Member 'USBZLocalPlayerFeedback::PostProcessFadeInBlendCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, PostProcessBlendCurve) == 0x0000D0, "Member 'USBZLocalPlayerFeedback::PostProcessBlendCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, PostProcessFadeOutBlendCurve) == 0x000158, "Member 'USBZLocalPlayerFeedback::PostProcessFadeOutBlendCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, bLoopingCurve) == 0x0001E0, "Member 'USBZLocalPlayerFeedback::bLoopingCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, SustainTime) == 0x0001E4, "Member 'USBZLocalPlayerFeedback::SustainTime' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, bAutoFadeOut) == 0x0001E8, "Member 'USBZLocalPlayerFeedback::bAutoFadeOut' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, ParticleSystem) == 0x0001F0, "Member 'USBZLocalPlayerFeedback::ParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, ParticleLifeTime) == 0x0001F8, "Member 'USBZLocalPlayerFeedback::ParticleLifeTime' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, CameraShakeClass) == 0x000200, "Member 'USBZLocalPlayerFeedback::CameraShakeClass' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, CameraShakeScale) == 0x000208, "Member 'USBZLocalPlayerFeedback::CameraShakeScale' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, CameraShakeScaleFirstPlay) == 0x00020C, "Member 'USBZLocalPlayerFeedback::CameraShakeScaleFirstPlay' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, FieldOfViewAngle) == 0x000210, "Member 'USBZLocalPlayerFeedback::FieldOfViewAngle' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, TopPassFieldOfViewAngle) == 0x000214, "Member 'USBZLocalPlayerFeedback::TopPassFieldOfViewAngle' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, FieldOfViewOverridenAngle) == 0x000218, "Member 'USBZLocalPlayerFeedback::FieldOfViewOverridenAngle' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, CameraPositionModifier) == 0x00021C, "Member 'USBZLocalPlayerFeedback::CameraPositionModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, CameraRotationModifier) == 0x000228, "Member 'USBZLocalPlayerFeedback::CameraRotationModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, HandRigModifier) == 0x000234, "Member 'USBZLocalPlayerFeedback::HandRigModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, bIsCameraLocked) == 0x000238, "Member 'USBZLocalPlayerFeedback::bIsCameraLocked' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, LockCameraData) == 0x00023C, "Member 'USBZLocalPlayerFeedback::LockCameraData' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, AkStartEvent) == 0x000278, "Member 'USBZLocalPlayerFeedback::AkStartEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, AkStopEvent) == 0x000280, "Member 'USBZLocalPlayerFeedback::AkStopEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, AkStopEventTime) == 0x000288, "Member 'USBZLocalPlayerFeedback::AkStopEventTime' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, ForceFeedbackEffect) == 0x000290, "Member 'USBZLocalPlayerFeedback::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, ChromaSensaEffect) == 0x000298, "Member 'USBZLocalPlayerFeedback::ChromaSensaEffect' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, ChromaSensaFadeOutEffect) == 0x0002A0, "Member 'USBZLocalPlayerFeedback::ChromaSensaFadeOutEffect' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, AudioRTPC) == 0x0002A8, "Member 'USBZLocalPlayerFeedback::AudioRTPC' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, AudioRTPCValue) == 0x0002B8, "Member 'USBZLocalPlayerFeedback::AudioRTPCValue' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, Priority) == 0x0002BC, "Member 'USBZLocalPlayerFeedback::Priority' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, OverridenFOVPriority) == 0x0002C0, "Member 'USBZLocalPlayerFeedback::OverridenFOVPriority' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, bRemoveAtEndOfActionPhase) == 0x0002C4, "Member 'USBZLocalPlayerFeedback::bRemoveAtEndOfActionPhase' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, CameraOwner) == 0x0002D8, "Member 'USBZLocalPlayerFeedback::CameraOwner' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, LensParticleComponent) == 0x0002E0, "Member 'USBZLocalPlayerFeedback::LensParticleComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, CameraShake) == 0x0002E8, "Member 'USBZLocalPlayerFeedback::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, AkComponent) == 0x0002F0, "Member 'USBZLocalPlayerFeedback::AkComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZLocalPlayerFeedback, TransformCameraModifier) == 0x0002F8, "Member 'USBZLocalPlayerFeedback::TransformCameraModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillPistolSpecPistolPrecisionAced \ +static_assert(alignof(USBZSkillPistolSpecPistolPrecisionAced) == 0x000008, "Wrong alignment on USBZSkillPistolSpecPistolPrecisionAced"); \ +static_assert(sizeof(USBZSkillPistolSpecPistolPrecisionAced) == 0x000230, "Wrong size on USBZSkillPistolSpecPistolPrecisionAced"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCharacterDisplayPanel_OnCharacterDataChanged \ +static_assert(alignof(SBZMainMenuCharacterDisplayPanel_OnCharacterDataChanged) == 0x000008, "Wrong alignment on SBZMainMenuCharacterDisplayPanel_OnCharacterDataChanged"); \ +static_assert(sizeof(SBZMainMenuCharacterDisplayPanel_OnCharacterDataChanged) == 0x000008, "Wrong size on SBZMainMenuCharacterDisplayPanel_OnCharacterDataChanged"); \ +static_assert(offsetof(SBZMainMenuCharacterDisplayPanel_OnCharacterDataChanged, InCharacterData) == 0x000000, "Member 'SBZMainMenuCharacterDisplayPanel_OnCharacterDataChanged::InCharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCharacterDisplayPanel_SetCharacterToDisplay \ +static_assert(alignof(SBZMainMenuCharacterDisplayPanel_SetCharacterToDisplay) == 0x000008, "Wrong alignment on SBZMainMenuCharacterDisplayPanel_SetCharacterToDisplay"); \ +static_assert(sizeof(SBZMainMenuCharacterDisplayPanel_SetCharacterToDisplay) == 0x000008, "Wrong size on SBZMainMenuCharacterDisplayPanel_SetCharacterToDisplay"); \ +static_assert(offsetof(SBZMainMenuCharacterDisplayPanel_SetCharacterToDisplay, InCharacterData) == 0x000000, "Member 'SBZMainMenuCharacterDisplayPanel_SetCharacterToDisplay::InCharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuCharacterDisplayPanel \ +static_assert(alignof(USBZMainMenuCharacterDisplayPanel) == 0x000008, "Wrong alignment on USBZMainMenuCharacterDisplayPanel"); \ +static_assert(sizeof(USBZMainMenuCharacterDisplayPanel) == 0x000298, "Wrong size on USBZMainMenuCharacterDisplayPanel"); \ +static_assert(offsetof(USBZMainMenuCharacterDisplayPanel, CharacterData) == 0x000290, "Member 'USBZMainMenuCharacterDisplayPanel::CharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCosmeticItemButton_InitializeCosmeticItem \ +static_assert(alignof(SBZMainMenuCosmeticItemButton_InitializeCosmeticItem) == 0x000008, "Wrong alignment on SBZMainMenuCosmeticItemButton_InitializeCosmeticItem"); \ +static_assert(sizeof(SBZMainMenuCosmeticItemButton_InitializeCosmeticItem) == 0x000010, "Wrong size on SBZMainMenuCosmeticItemButton_InitializeCosmeticItem"); \ +static_assert(offsetof(SBZMainMenuCosmeticItemButton_InitializeCosmeticItem, InCosmeticItemData) == 0x000000, "Member 'SBZMainMenuCosmeticItemButton_InitializeCosmeticItem::InCosmeticItemData' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuCosmeticItemButton_InitializeCosmeticItem, bInIsDefault) == 0x000008, "Member 'SBZMainMenuCosmeticItemButton_InitializeCosmeticItem::bInIsDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCosmeticItemButton_OnItemCountChanged \ +static_assert(alignof(SBZMainMenuCosmeticItemButton_OnItemCountChanged) == 0x000004, "Wrong alignment on SBZMainMenuCosmeticItemButton_OnItemCountChanged"); \ +static_assert(sizeof(SBZMainMenuCosmeticItemButton_OnItemCountChanged) == 0x000004, "Wrong size on SBZMainMenuCosmeticItemButton_OnItemCountChanged"); \ +static_assert(offsetof(SBZMainMenuCosmeticItemButton_OnItemCountChanged, InItemCount) == 0x000000, "Member 'SBZMainMenuCosmeticItemButton_OnItemCountChanged::InItemCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCosmeticItemButton_SetItemCount \ +static_assert(alignof(SBZMainMenuCosmeticItemButton_SetItemCount) == 0x000004, "Wrong alignment on SBZMainMenuCosmeticItemButton_SetItemCount"); \ +static_assert(sizeof(SBZMainMenuCosmeticItemButton_SetItemCount) == 0x000004, "Wrong size on SBZMainMenuCosmeticItemButton_SetItemCount"); \ +static_assert(offsetof(SBZMainMenuCosmeticItemButton_SetItemCount, InItemCount) == 0x000000, "Member 'SBZMainMenuCosmeticItemButton_SetItemCount::InItemCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCosmeticItemButton_GetCosmeticItemData \ +static_assert(alignof(SBZMainMenuCosmeticItemButton_GetCosmeticItemData) == 0x000008, "Wrong alignment on SBZMainMenuCosmeticItemButton_GetCosmeticItemData"); \ +static_assert(sizeof(SBZMainMenuCosmeticItemButton_GetCosmeticItemData) == 0x000008, "Wrong size on SBZMainMenuCosmeticItemButton_GetCosmeticItemData"); \ +static_assert(offsetof(SBZMainMenuCosmeticItemButton_GetCosmeticItemData, ReturnValue) == 0x000000, "Member 'SBZMainMenuCosmeticItemButton_GetCosmeticItemData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCosmeticItemButton_IsDefaultItem \ +static_assert(alignof(SBZMainMenuCosmeticItemButton_IsDefaultItem) == 0x000001, "Wrong alignment on SBZMainMenuCosmeticItemButton_IsDefaultItem"); \ +static_assert(sizeof(SBZMainMenuCosmeticItemButton_IsDefaultItem) == 0x000001, "Wrong size on SBZMainMenuCosmeticItemButton_IsDefaultItem"); \ +static_assert(offsetof(SBZMainMenuCosmeticItemButton_IsDefaultItem, ReturnValue) == 0x000000, "Member 'SBZMainMenuCosmeticItemButton_IsDefaultItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuCosmeticItemButton \ +static_assert(alignof(USBZMainMenuCosmeticItemButton) == 0x000008, "Wrong alignment on USBZMainMenuCosmeticItemButton"); \ +static_assert(sizeof(USBZMainMenuCosmeticItemButton) == 0x000380, "Wrong size on USBZMainMenuCosmeticItemButton"); \ +static_assert(offsetof(USBZMainMenuCosmeticItemButton, bIsDefault) == 0x000370, "Member 'USBZMainMenuCosmeticItemButton::bIsDefault' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCosmeticItemButton, CosmeticItemData) == 0x000378, "Member 'USBZMainMenuCosmeticItemButton::CosmeticItemData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCosmeticPanel_InitializeCosmeticItemPanel \ +static_assert(alignof(SBZMainMenuCosmeticPanel_InitializeCosmeticItemPanel) == 0x000008, "Wrong alignment on SBZMainMenuCosmeticPanel_InitializeCosmeticItemPanel"); \ +static_assert(sizeof(SBZMainMenuCosmeticPanel_InitializeCosmeticItemPanel) == 0x000030, "Wrong size on SBZMainMenuCosmeticPanel_InitializeCosmeticItemPanel"); \ +static_assert(offsetof(SBZMainMenuCosmeticPanel_InitializeCosmeticItemPanel, InitParams) == 0x000000, "Member 'SBZMainMenuCosmeticPanel_InitializeCosmeticItemPanel::InitParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCosmeticPanel_NativeOnCosmeticItemButtonFocusedChanged \ +static_assert(alignof(SBZMainMenuCosmeticPanel_NativeOnCosmeticItemButtonFocusedChanged) == 0x000008, "Wrong alignment on SBZMainMenuCosmeticPanel_NativeOnCosmeticItemButtonFocusedChanged"); \ +static_assert(sizeof(SBZMainMenuCosmeticPanel_NativeOnCosmeticItemButtonFocusedChanged) == 0x000010, "Wrong size on SBZMainMenuCosmeticPanel_NativeOnCosmeticItemButtonFocusedChanged"); \ +static_assert(offsetof(SBZMainMenuCosmeticPanel_NativeOnCosmeticItemButtonFocusedChanged, InButton) == 0x000000, "Member 'SBZMainMenuCosmeticPanel_NativeOnCosmeticItemButtonFocusedChanged::InButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuCosmeticPanel_NativeOnCosmeticItemButtonFocusedChanged, bIsFocused) == 0x000008, "Member 'SBZMainMenuCosmeticPanel_NativeOnCosmeticItemButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCosmeticPanel_NativeOnCosmeticItemButtonHoverChanged \ +static_assert(alignof(SBZMainMenuCosmeticPanel_NativeOnCosmeticItemButtonHoverChanged) == 0x000008, "Wrong alignment on SBZMainMenuCosmeticPanel_NativeOnCosmeticItemButtonHoverChanged"); \ +static_assert(sizeof(SBZMainMenuCosmeticPanel_NativeOnCosmeticItemButtonHoverChanged) == 0x000010, "Wrong size on SBZMainMenuCosmeticPanel_NativeOnCosmeticItemButtonHoverChanged"); \ +static_assert(offsetof(SBZMainMenuCosmeticPanel_NativeOnCosmeticItemButtonHoverChanged, InButton) == 0x000000, "Member 'SBZMainMenuCosmeticPanel_NativeOnCosmeticItemButtonHoverChanged::InButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuCosmeticPanel_NativeOnCosmeticItemButtonHoverChanged, bIsHovered) == 0x000008, "Member 'SBZMainMenuCosmeticPanel_NativeOnCosmeticItemButtonHoverChanged::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCosmeticPanel_NativeOnCosmeticItemButtonSelected \ +static_assert(alignof(SBZMainMenuCosmeticPanel_NativeOnCosmeticItemButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuCosmeticPanel_NativeOnCosmeticItemButtonSelected"); \ +static_assert(sizeof(SBZMainMenuCosmeticPanel_NativeOnCosmeticItemButtonSelected) == 0x000008, "Wrong size on SBZMainMenuCosmeticPanel_NativeOnCosmeticItemButtonSelected"); \ +static_assert(offsetof(SBZMainMenuCosmeticPanel_NativeOnCosmeticItemButtonSelected, InSelectedButton) == 0x000000, "Member 'SBZMainMenuCosmeticPanel_NativeOnCosmeticItemButtonSelected::InSelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCosmeticPanel_UpdateStackCount \ +static_assert(alignof(SBZMainMenuCosmeticPanel_UpdateStackCount) == 0x000008, "Wrong alignment on SBZMainMenuCosmeticPanel_UpdateStackCount"); \ +static_assert(sizeof(SBZMainMenuCosmeticPanel_UpdateStackCount) == 0x000010, "Wrong size on SBZMainMenuCosmeticPanel_UpdateStackCount"); \ +static_assert(offsetof(SBZMainMenuCosmeticPanel_UpdateStackCount, InCosmeticItem) == 0x000000, "Member 'SBZMainMenuCosmeticPanel_UpdateStackCount::InCosmeticItem' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuCosmeticPanel_UpdateStackCount, InNewStackCount) == 0x000008, "Member 'SBZMainMenuCosmeticPanel_UpdateStackCount::InNewStackCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuCosmeticPanel \ +static_assert(alignof(USBZMainMenuCosmeticPanel) == 0x000008, "Wrong alignment on USBZMainMenuCosmeticPanel"); \ +static_assert(sizeof(USBZMainMenuCosmeticPanel) == 0x000328, "Wrong size on USBZMainMenuCosmeticPanel"); \ +static_assert(offsetof(USBZMainMenuCosmeticPanel, Panel_ButtonsContainer) == 0x000290, "Member 'USBZMainMenuCosmeticPanel::Panel_ButtonsContainer' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCosmeticPanel, OnCosmeticButtonSelected) == 0x000298, "Member 'USBZMainMenuCosmeticPanel::OnCosmeticButtonSelected' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCosmeticPanel, OnCosmeticButtonFocusedChanged) == 0x0002A8, "Member 'USBZMainMenuCosmeticPanel::OnCosmeticButtonFocusedChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCosmeticPanel, OnCosmeticButtonHoveredChanged) == 0x0002B8, "Member 'USBZMainMenuCosmeticPanel::OnCosmeticButtonHoveredChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCosmeticPanel, OnCosmeticButtonDefaultSelected) == 0x0002C8, "Member 'USBZMainMenuCosmeticPanel::OnCosmeticButtonDefaultSelected' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCosmeticPanel, CosmeticButtonMap) == 0x0002D8, "Member 'USBZMainMenuCosmeticPanel::CosmeticButtonMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCardContainer_NativeOnCurrentPlatformFilterSelected \ +static_assert(alignof(SBZPlayerCardContainer_NativeOnCurrentPlatformFilterSelected) == 0x000008, "Wrong alignment on SBZPlayerCardContainer_NativeOnCurrentPlatformFilterSelected"); \ +static_assert(sizeof(SBZPlayerCardContainer_NativeOnCurrentPlatformFilterSelected) == 0x000008, "Wrong size on SBZPlayerCardContainer_NativeOnCurrentPlatformFilterSelected"); \ +static_assert(offsetof(SBZPlayerCardContainer_NativeOnCurrentPlatformFilterSelected, Button) == 0x000000, "Member 'SBZPlayerCardContainer_NativeOnCurrentPlatformFilterSelected::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCardContainer_NativeOnGenericPCFilterSelected \ +static_assert(alignof(SBZPlayerCardContainer_NativeOnGenericPCFilterSelected) == 0x000008, "Wrong alignment on SBZPlayerCardContainer_NativeOnGenericPCFilterSelected"); \ +static_assert(sizeof(SBZPlayerCardContainer_NativeOnGenericPCFilterSelected) == 0x000008, "Wrong size on SBZPlayerCardContainer_NativeOnGenericPCFilterSelected"); \ +static_assert(offsetof(SBZPlayerCardContainer_NativeOnGenericPCFilterSelected, Button) == 0x000000, "Member 'SBZPlayerCardContainer_NativeOnGenericPCFilterSelected::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCardContainer_NativeOnOtherConsoleFilterSelected \ +static_assert(alignof(SBZPlayerCardContainer_NativeOnOtherConsoleFilterSelected) == 0x000008, "Wrong alignment on SBZPlayerCardContainer_NativeOnOtherConsoleFilterSelected"); \ +static_assert(sizeof(SBZPlayerCardContainer_NativeOnOtherConsoleFilterSelected) == 0x000008, "Wrong size on SBZPlayerCardContainer_NativeOnOtherConsoleFilterSelected"); \ +static_assert(offsetof(SBZPlayerCardContainer_NativeOnOtherConsoleFilterSelected, Button) == 0x000000, "Member 'SBZPlayerCardContainer_NativeOnOtherConsoleFilterSelected::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCardContainer_OnPlayerCardFocused \ +static_assert(alignof(SBZPlayerCardContainer_OnPlayerCardFocused) == 0x000008, "Wrong alignment on SBZPlayerCardContainer_OnPlayerCardFocused"); \ +static_assert(sizeof(SBZPlayerCardContainer_OnPlayerCardFocused) == 0x000010, "Wrong size on SBZPlayerCardContainer_OnPlayerCardFocused"); \ +static_assert(offsetof(SBZPlayerCardContainer_OnPlayerCardFocused, MenuButton) == 0x000000, "Member 'SBZPlayerCardContainer_OnPlayerCardFocused::MenuButton' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCardContainer_OnPlayerCardFocused, bIsFocused) == 0x000008, "Member 'SBZPlayerCardContainer_OnPlayerCardFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCardContainer_SearchUser \ +static_assert(alignof(SBZPlayerCardContainer_SearchUser) == 0x000008, "Wrong alignment on SBZPlayerCardContainer_SearchUser"); \ +static_assert(sizeof(SBZPlayerCardContainer_SearchUser) == 0x000010, "Wrong size on SBZPlayerCardContainer_SearchUser"); \ +static_assert(offsetof(SBZPlayerCardContainer_SearchUser, UserName) == 0x000000, "Member 'SBZPlayerCardContainer_SearchUser::UserName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCardContainer_TogglePlatformFilter \ +static_assert(alignof(SBZPlayerCardContainer_TogglePlatformFilter) == 0x000004, "Wrong alignment on SBZPlayerCardContainer_TogglePlatformFilter"); \ +static_assert(sizeof(SBZPlayerCardContainer_TogglePlatformFilter) == 0x000010, "Wrong size on SBZPlayerCardContainer_TogglePlatformFilter"); \ +static_assert(offsetof(SBZPlayerCardContainer_TogglePlatformFilter, ToggleKey) == 0x000000, "Member 'SBZPlayerCardContainer_TogglePlatformFilter::ToggleKey' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCardContainer_TogglePlatformFilter, ToggleValue) == 0x00000C, "Member 'SBZPlayerCardContainer_TogglePlatformFilter::ToggleValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCardContainer_UpdateFriendFilterText \ +static_assert(alignof(SBZPlayerCardContainer_UpdateFriendFilterText) == 0x000008, "Wrong alignment on SBZPlayerCardContainer_UpdateFriendFilterText"); \ +static_assert(sizeof(SBZPlayerCardContainer_UpdateFriendFilterText) == 0x000010, "Wrong size on SBZPlayerCardContainer_UpdateFriendFilterText"); \ +static_assert(offsetof(SBZPlayerCardContainer_UpdateFriendFilterText, Text) == 0x000000, "Member 'SBZPlayerCardContainer_UpdateFriendFilterText::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCardContainer_UpdatePlayerEntries \ +static_assert(alignof(SBZPlayerCardContainer_UpdatePlayerEntries) == 0x000001, "Wrong alignment on SBZPlayerCardContainer_UpdatePlayerEntries"); \ +static_assert(sizeof(SBZPlayerCardContainer_UpdatePlayerEntries) == 0x000001, "Wrong size on SBZPlayerCardContainer_UpdatePlayerEntries"); \ +static_assert(offsetof(SBZPlayerCardContainer_UpdatePlayerEntries, bWasSuccessful) == 0x000000, "Member 'SBZPlayerCardContainer_UpdatePlayerEntries::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCardContainer_GetCardContainerType \ +static_assert(alignof(SBZPlayerCardContainer_GetCardContainerType) == 0x000001, "Wrong alignment on SBZPlayerCardContainer_GetCardContainerType"); \ +static_assert(sizeof(SBZPlayerCardContainer_GetCardContainerType) == 0x000001, "Wrong size on SBZPlayerCardContainer_GetCardContainerType"); \ +static_assert(offsetof(SBZPlayerCardContainer_GetCardContainerType, ReturnValue) == 0x000000, "Member 'SBZPlayerCardContainer_GetCardContainerType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCardContainer_GetPartyMembersNum \ +static_assert(alignof(SBZPlayerCardContainer_GetPartyMembersNum) == 0x000004, "Wrong alignment on SBZPlayerCardContainer_GetPartyMembersNum"); \ +static_assert(sizeof(SBZPlayerCardContainer_GetPartyMembersNum) == 0x000004, "Wrong size on SBZPlayerCardContainer_GetPartyMembersNum"); \ +static_assert(offsetof(SBZPlayerCardContainer_GetPartyMembersNum, ReturnValue) == 0x000000, "Member 'SBZPlayerCardContainer_GetPartyMembersNum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerCardContainer \ +static_assert(alignof(USBZPlayerCardContainer) == 0x000008, "Wrong alignment on USBZPlayerCardContainer"); \ +static_assert(sizeof(USBZPlayerCardContainer) == 0x0006E0, "Wrong size on USBZPlayerCardContainer"); \ +static_assert(offsetof(USBZPlayerCardContainer, CardContainerType) == 0x000290, "Member 'USBZPlayerCardContainer::CardContainerType' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCardContainer, PlayerCardWidgetClass) == 0x000298, "Member 'USBZPlayerCardContainer::PlayerCardWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCardContainer, DividerPadding) == 0x0002A0, "Member 'USBZPlayerCardContainer::DividerPadding' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCardContainer, LeaveCrewButtonPadding) == 0x0002B0, "Member 'USBZPlayerCardContainer::LeaveCrewButtonPadding' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCardContainer, ScrollBox_PlayerCardList) == 0x0002C0, "Member 'USBZPlayerCardContainer::ScrollBox_PlayerCardList' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCardContainer, WrapBox_PlayerCards) == 0x0002C8, "Member 'USBZPlayerCardContainer::WrapBox_PlayerCards' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCardContainer, Divider_I) == 0x0002D0, "Member 'USBZPlayerCardContainer::Divider_I' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCardContainer, Button_LeaveCrew) == 0x0002D8, "Member 'USBZPlayerCardContainer::Button_LeaveCrew' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCardContainer, Button_CurrentPlatform) == 0x0002E0, "Member 'USBZPlayerCardContainer::Button_CurrentPlatform' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCardContainer, Button_OtherConsole) == 0x0002E8, "Member 'USBZPlayerCardContainer::Button_OtherConsole' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCardContainer, Button_GenericPC) == 0x0002F0, "Member 'USBZPlayerCardContainer::Button_GenericPC' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCardContainer, ContainerPlayerCardMap) == 0x0002F8, "Member 'USBZPlayerCardContainer::ContainerPlayerCardMap' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCardContainer, PlatformPlayerCardMap) == 0x000348, "Member 'USBZPlayerCardContainer::PlatformPlayerCardMap' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCardContainer, AccelBytePlayerCardMap) == 0x000398, "Member 'USBZPlayerCardContainer::AccelBytePlayerCardMap' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCardContainer, IncomingPlayerCardMap) == 0x0003E8, "Member 'USBZPlayerCardContainer::IncomingPlayerCardMap' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCardContainer, OutgoingPlayerCardMap) == 0x000438, "Member 'USBZPlayerCardContainer::OutgoingPlayerCardMap' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCardContainer, OfflinePlayerCardMap) == 0x000488, "Member 'USBZPlayerCardContainer::OfflinePlayerCardMap' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCardContainer, BlockedPlayerCardMap) == 0x0004D8, "Member 'USBZPlayerCardContainer::BlockedPlayerCardMap' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCardContainer, RecentPlayerCardMap) == 0x000528, "Member 'USBZPlayerCardContainer::RecentPlayerCardMap' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCardContainer, SearchPlayerCardMap) == 0x000578, "Member 'USBZPlayerCardContainer::SearchPlayerCardMap' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCardContainer, PlatformToggleFilterMap) == 0x0005D8, "Member 'USBZPlayerCardContainer::PlatformToggleFilterMap' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCardContainer, CurrentlyFocusedButton) == 0x000628, "Member 'USBZPlayerCardContainer::CurrentlyFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCardContainer, PartyMembers) == 0x000630, "Member 'USBZPlayerCardContainer::PartyMembers' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCardContainer, SessionMembers) == 0x000680, "Member 'USBZPlayerCardContainer::SessionMembers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillScramblerExtraPockets \ +static_assert(alignof(USBZSkillScramblerExtraPockets) == 0x000008, "Wrong alignment on USBZSkillScramblerExtraPockets"); \ +static_assert(sizeof(USBZSkillScramblerExtraPockets) == 0x000230, "Wrong size on USBZSkillScramblerExtraPockets"); \ + +#define DUMPER7_ASSERTS_USBZWidgetCreditsText \ +static_assert(alignof(USBZWidgetCreditsText) == 0x000008, "Wrong alignment on USBZWidgetCreditsText"); \ +static_assert(sizeof(USBZWidgetCreditsText) == 0x000298, "Wrong size on USBZWidgetCreditsText"); \ +static_assert(offsetof(USBZWidgetCreditsText, TextWidget) == 0x000290, "Member 'USBZWidgetCreditsText::TextWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWidgetCreditsTextPair \ +static_assert(alignof(USBZWidgetCreditsTextPair) == 0x000008, "Wrong alignment on USBZWidgetCreditsTextPair"); \ +static_assert(sizeof(USBZWidgetCreditsTextPair) == 0x0002A0, "Wrong size on USBZWidgetCreditsTextPair"); \ +static_assert(offsetof(USBZWidgetCreditsTextPair, TextFirstWidget) == 0x000290, "Member 'USBZWidgetCreditsTextPair::TextFirstWidget' has a wrong offset!"); \ +static_assert(offsetof(USBZWidgetCreditsTextPair, TextSecondWidget) == 0x000298, "Member 'USBZWidgetCreditsTextPair::TextSecondWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_ApplyCameraFeedback \ +static_assert(alignof(SBZPlayerController_ApplyCameraFeedback) == 0x000010, "Wrong alignment on SBZPlayerController_ApplyCameraFeedback"); \ +static_assert(sizeof(SBZPlayerController_ApplyCameraFeedback) == 0x000060, "Wrong size on SBZPlayerController_ApplyCameraFeedback"); \ +static_assert(offsetof(SBZPlayerController_ApplyCameraFeedback, Parameters) == 0x000000, "Member 'SBZPlayerController_ApplyCameraFeedback::Parameters' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerController_ApplyCameraFeedback, ReturnValue) == 0x000050, "Member 'SBZPlayerController_ApplyCameraFeedback::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_Client_Disband_LeaveCreateParty \ +static_assert(alignof(SBZPlayerController_Client_Disband_LeaveCreateParty) == 0x000008, "Wrong alignment on SBZPlayerController_Client_Disband_LeaveCreateParty"); \ +static_assert(sizeof(SBZPlayerController_Client_Disband_LeaveCreateParty) == 0x000020, "Wrong size on SBZPlayerController_Client_Disband_LeaveCreateParty"); \ +static_assert(offsetof(SBZPlayerController_Client_Disband_LeaveCreateParty, LeaderID) == 0x000000, "Member 'SBZPlayerController_Client_Disband_LeaveCreateParty::LeaderID' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerController_Client_Disband_LeaveCreateParty, NonLeaderPartyMembersStillInGameSession) == 0x000010, "Member 'SBZPlayerController_Client_Disband_LeaveCreateParty::NonLeaderPartyMembersStillInGameSession' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_Client_Disband_LeaveJoinParty \ +static_assert(alignof(SBZPlayerController_Client_Disband_LeaveJoinParty) == 0x000008, "Wrong alignment on SBZPlayerController_Client_Disband_LeaveJoinParty"); \ +static_assert(sizeof(SBZPlayerController_Client_Disband_LeaveJoinParty) == 0x000010, "Wrong size on SBZPlayerController_Client_Disband_LeaveJoinParty"); \ +static_assert(offsetof(SBZPlayerController_Client_Disband_LeaveJoinParty, PartyCode) == 0x000000, "Member 'SBZPlayerController_Client_Disband_LeaveJoinParty::PartyCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_Client_JoinMergedParty \ +static_assert(alignof(SBZPlayerController_Client_JoinMergedParty) == 0x000008, "Wrong alignment on SBZPlayerController_Client_JoinMergedParty"); \ +static_assert(sizeof(SBZPlayerController_Client_JoinMergedParty) == 0x000010, "Wrong size on SBZPlayerController_Client_JoinMergedParty"); \ +static_assert(offsetof(SBZPlayerController_Client_JoinMergedParty, InPartyCode) == 0x000000, "Member 'SBZPlayerController_Client_JoinMergedParty::InPartyCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_Client_PlayerRequestStayAsPartyAck \ +static_assert(alignof(SBZPlayerController_Client_PlayerRequestStayAsPartyAck) == 0x000001, "Wrong alignment on SBZPlayerController_Client_PlayerRequestStayAsPartyAck"); \ +static_assert(sizeof(SBZPlayerController_Client_PlayerRequestStayAsPartyAck) == 0x000001, "Wrong size on SBZPlayerController_Client_PlayerRequestStayAsPartyAck"); \ +static_assert(offsetof(SBZPlayerController_Client_PlayerRequestStayAsPartyAck, bInStayAsParty) == 0x000000, "Member 'SBZPlayerController_Client_PlayerRequestStayAsPartyAck::bInStayAsParty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_Client_RestartAccepted \ +static_assert(alignof(SBZPlayerController_Client_RestartAccepted) == 0x000008, "Wrong alignment on SBZPlayerController_Client_RestartAccepted"); \ +static_assert(sizeof(SBZPlayerController_Client_RestartAccepted) == 0x000028, "Wrong size on SBZPlayerController_Client_RestartAccepted"); \ +static_assert(offsetof(SBZPlayerController_Client_RestartAccepted, PlayerID) == 0x000000, "Member 'SBZPlayerController_Client_RestartAccepted::PlayerID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_Client_RestartInitiate \ +static_assert(alignof(SBZPlayerController_Client_RestartInitiate) == 0x000004, "Wrong alignment on SBZPlayerController_Client_RestartInitiate"); \ +static_assert(sizeof(SBZPlayerController_Client_RestartInitiate) == 0x000004, "Wrong size on SBZPlayerController_Client_RestartInitiate"); \ +static_assert(offsetof(SBZPlayerController_Client_RestartInitiate, SecondsRemaining) == 0x000000, "Member 'SBZPlayerController_Client_RestartInitiate::SecondsRemaining' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_Client_SetViewTargetCollection \ +static_assert(alignof(SBZPlayerController_Client_SetViewTargetCollection) == 0x000008, "Wrong alignment on SBZPlayerController_Client_SetViewTargetCollection"); \ +static_assert(sizeof(SBZPlayerController_Client_SetViewTargetCollection) == 0x000010, "Wrong size on SBZPlayerController_Client_SetViewTargetCollection"); \ +static_assert(offsetof(SBZPlayerController_Client_SetViewTargetCollection, InViewTargetCollectionObject) == 0x000000, "Member 'SBZPlayerController_Client_SetViewTargetCollection::InViewTargetCollectionObject' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerController_Client_SetViewTargetCollection, InViewTargetIndex) == 0x000008, "Member 'SBZPlayerController_Client_SetViewTargetCollection::InViewTargetIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_Client_StayAsPartyStateUpdated \ +static_assert(alignof(SBZPlayerController_Client_StayAsPartyStateUpdated) == 0x000004, "Wrong alignment on SBZPlayerController_Client_StayAsPartyStateUpdated"); \ +static_assert(sizeof(SBZPlayerController_Client_StayAsPartyStateUpdated) == 0x000004, "Wrong size on SBZPlayerController_Client_StayAsPartyStateUpdated"); \ +static_assert(offsetof(SBZPlayerController_Client_StayAsPartyStateUpdated, StayAsPartyPlayerCount) == 0x000000, "Member 'SBZPlayerController_Client_StayAsPartyStateUpdated::StayAsPartyPlayerCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_ClientReceiveReward \ +static_assert(alignof(SBZPlayerController_ClientReceiveReward) == 0x000008, "Wrong alignment on SBZPlayerController_ClientReceiveReward"); \ +static_assert(sizeof(SBZPlayerController_ClientReceiveReward) == 0x000050, "Wrong size on SBZPlayerController_ClientReceiveReward"); \ +static_assert(offsetof(SBZPlayerController_ClientReceiveReward, ChallengeReward) == 0x000000, "Member 'SBZPlayerController_ClientReceiveReward::ChallengeReward' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_FadeOutCameraFeedback \ +static_assert(alignof(SBZPlayerController_FadeOutCameraFeedback) == 0x000004, "Wrong alignment on SBZPlayerController_FadeOutCameraFeedback"); \ +static_assert(sizeof(SBZPlayerController_FadeOutCameraFeedback) == 0x000008, "Wrong size on SBZPlayerController_FadeOutCameraFeedback"); \ +static_assert(offsetof(SBZPlayerController_FadeOutCameraFeedback, CameraFeedbackID) == 0x000000, "Member 'SBZPlayerController_FadeOutCameraFeedback::CameraFeedbackID' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerController_FadeOutCameraFeedback, bIsAutoRemoved) == 0x000004, "Member 'SBZPlayerController_FadeOutCameraFeedback::bIsAutoRemoved' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerController_FadeOutCameraFeedback, ReturnValue) == 0x000005, "Member 'SBZPlayerController_FadeOutCameraFeedback::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_OnPlayerCameraManagerEndPlay \ +static_assert(alignof(SBZPlayerController_OnPlayerCameraManagerEndPlay) == 0x000008, "Wrong alignment on SBZPlayerController_OnPlayerCameraManagerEndPlay"); \ +static_assert(sizeof(SBZPlayerController_OnPlayerCameraManagerEndPlay) == 0x000010, "Wrong size on SBZPlayerController_OnPlayerCameraManagerEndPlay"); \ +static_assert(offsetof(SBZPlayerController_OnPlayerCameraManagerEndPlay, Actor) == 0x000000, "Member 'SBZPlayerController_OnPlayerCameraManagerEndPlay::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerController_OnPlayerCameraManagerEndPlay, EndPlayReason) == 0x000008, "Member 'SBZPlayerController_OnPlayerCameraManagerEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_RemoveCameraFeedback \ +static_assert(alignof(SBZPlayerController_RemoveCameraFeedback) == 0x000004, "Wrong alignment on SBZPlayerController_RemoveCameraFeedback"); \ +static_assert(sizeof(SBZPlayerController_RemoveCameraFeedback) == 0x000008, "Wrong size on SBZPlayerController_RemoveCameraFeedback"); \ +static_assert(offsetof(SBZPlayerController_RemoveCameraFeedback, CameraFeedbackID) == 0x000000, "Member 'SBZPlayerController_RemoveCameraFeedback::CameraFeedbackID' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerController_RemoveCameraFeedback, ReturnValue) == 0x000004, "Member 'SBZPlayerController_RemoveCameraFeedback::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_Server_DebugPlayMontage \ +static_assert(alignof(SBZPlayerController_Server_DebugPlayMontage) == 0x000008, "Wrong alignment on SBZPlayerController_Server_DebugPlayMontage"); \ +static_assert(sizeof(SBZPlayerController_Server_DebugPlayMontage) == 0x000010, "Wrong size on SBZPlayerController_Server_DebugPlayMontage"); \ +static_assert(offsetof(SBZPlayerController_Server_DebugPlayMontage, Actor) == 0x000000, "Member 'SBZPlayerController_Server_DebugPlayMontage::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerController_Server_DebugPlayMontage, Montage) == 0x000008, "Member 'SBZPlayerController_Server_DebugPlayMontage::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_Server_DebugTeleportTo \ +static_assert(alignof(SBZPlayerController_Server_DebugTeleportTo) == 0x000004, "Wrong alignment on SBZPlayerController_Server_DebugTeleportTo"); \ +static_assert(sizeof(SBZPlayerController_Server_DebugTeleportTo) == 0x000010, "Wrong size on SBZPlayerController_Server_DebugTeleportTo"); \ +static_assert(offsetof(SBZPlayerController_Server_DebugTeleportTo, Location) == 0x000000, "Member 'SBZPlayerController_Server_DebugTeleportTo::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerController_Server_DebugTeleportTo, Yaw) == 0x00000C, "Member 'SBZPlayerController_Server_DebugTeleportTo::Yaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_Server_Disband_OnPartyCreated \ +static_assert(alignof(SBZPlayerController_Server_Disband_OnPartyCreated) == 0x000008, "Wrong alignment on SBZPlayerController_Server_Disband_OnPartyCreated"); \ +static_assert(sizeof(SBZPlayerController_Server_Disband_OnPartyCreated) == 0x000038, "Wrong size on SBZPlayerController_Server_Disband_OnPartyCreated"); \ +static_assert(offsetof(SBZPlayerController_Server_Disband_OnPartyCreated, bWasSuccessful) == 0x000000, "Member 'SBZPlayerController_Server_Disband_OnPartyCreated::bWasSuccessful' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerController_Server_Disband_OnPartyCreated, PartyCode) == 0x000008, "Member 'SBZPlayerController_Server_Disband_OnPartyCreated::PartyCode' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerController_Server_Disband_OnPartyCreated, LeaderID) == 0x000018, "Member 'SBZPlayerController_Server_Disband_OnPartyCreated::LeaderID' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerController_Server_Disband_OnPartyCreated, NonLeaderPartyMembersStillInGameSession) == 0x000028, "Member 'SBZPlayerController_Server_Disband_OnPartyCreated::NonLeaderPartyMembersStillInGameSession' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_Server_HostRestartRequested \ +static_assert(alignof(SBZPlayerController_Server_HostRestartRequested) == 0x000008, "Wrong alignment on SBZPlayerController_Server_HostRestartRequested"); \ +static_assert(sizeof(SBZPlayerController_Server_HostRestartRequested) == 0x000028, "Wrong size on SBZPlayerController_Server_HostRestartRequested"); \ +static_assert(offsetof(SBZPlayerController_Server_HostRestartRequested, PlayerID) == 0x000000, "Member 'SBZPlayerController_Server_HostRestartRequested::PlayerID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_Server_PlayerRequestStayAsParty \ +static_assert(alignof(SBZPlayerController_Server_PlayerRequestStayAsParty) == 0x000008, "Wrong alignment on SBZPlayerController_Server_PlayerRequestStayAsParty"); \ +static_assert(sizeof(SBZPlayerController_Server_PlayerRequestStayAsParty) == 0x000030, "Wrong size on SBZPlayerController_Server_PlayerRequestStayAsParty"); \ +static_assert(offsetof(SBZPlayerController_Server_PlayerRequestStayAsParty, InPlayerId) == 0x000000, "Member 'SBZPlayerController_Server_PlayerRequestStayAsParty::InPlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerController_Server_PlayerRequestStayAsParty, bInStayAsParty) == 0x000028, "Member 'SBZPlayerController_Server_PlayerRequestStayAsParty::bInStayAsParty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_Server_RestartRequested \ +static_assert(alignof(SBZPlayerController_Server_RestartRequested) == 0x000008, "Wrong alignment on SBZPlayerController_Server_RestartRequested"); \ +static_assert(sizeof(SBZPlayerController_Server_RestartRequested) == 0x000028, "Wrong size on SBZPlayerController_Server_RestartRequested"); \ +static_assert(offsetof(SBZPlayerController_Server_RestartRequested, PlayerID) == 0x000000, "Member 'SBZPlayerController_Server_RestartRequested::PlayerID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_Server_SendPlayerPlayerResultsData \ +static_assert(alignof(SBZPlayerController_Server_SendPlayerPlayerResultsData) == 0x000008, "Wrong alignment on SBZPlayerController_Server_SendPlayerPlayerResultsData"); \ +static_assert(sizeof(SBZPlayerController_Server_SendPlayerPlayerResultsData) == 0x0001B8, "Wrong size on SBZPlayerController_Server_SendPlayerPlayerResultsData"); \ +static_assert(offsetof(SBZPlayerController_Server_SendPlayerPlayerResultsData, InData) == 0x000000, "Member 'SBZPlayerController_Server_SendPlayerPlayerResultsData::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_Server_SetCurrentSpectateTargetPlayerID \ +static_assert(alignof(SBZPlayerController_Server_SetCurrentSpectateTargetPlayerID) == 0x000004, "Wrong alignment on SBZPlayerController_Server_SetCurrentSpectateTargetPlayerID"); \ +static_assert(sizeof(SBZPlayerController_Server_SetCurrentSpectateTargetPlayerID) == 0x000004, "Wrong size on SBZPlayerController_Server_SetCurrentSpectateTargetPlayerID"); \ +static_assert(offsetof(SBZPlayerController_Server_SetCurrentSpectateTargetPlayerID, InID) == 0x000000, "Member 'SBZPlayerController_Server_SetCurrentSpectateTargetPlayerID::InID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_Server_SetCurrentViewTargetIndex \ +static_assert(alignof(SBZPlayerController_Server_SetCurrentViewTargetIndex) == 0x000004, "Wrong alignment on SBZPlayerController_Server_SetCurrentViewTargetIndex"); \ +static_assert(sizeof(SBZPlayerController_Server_SetCurrentViewTargetIndex) == 0x000004, "Wrong size on SBZPlayerController_Server_SetCurrentViewTargetIndex"); \ +static_assert(offsetof(SBZPlayerController_Server_SetCurrentViewTargetIndex, InViewTargetIndex) == 0x000000, "Member 'SBZPlayerController_Server_SetCurrentViewTargetIndex::InViewTargetIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_Server_SetViewTargetCollection \ +static_assert(alignof(SBZPlayerController_Server_SetViewTargetCollection) == 0x000008, "Wrong alignment on SBZPlayerController_Server_SetViewTargetCollection"); \ +static_assert(sizeof(SBZPlayerController_Server_SetViewTargetCollection) == 0x000010, "Wrong size on SBZPlayerController_Server_SetViewTargetCollection"); \ +static_assert(offsetof(SBZPlayerController_Server_SetViewTargetCollection, InViewTargetCollectionObject) == 0x000000, "Member 'SBZPlayerController_Server_SetViewTargetCollection::InViewTargetCollectionObject' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerController_Server_SetViewTargetCollection, InViewTargetIndex) == 0x000008, "Member 'SBZPlayerController_Server_SetViewTargetCollection::InViewTargetIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_Server_StayAsPartyDecisionMade \ +static_assert(alignof(SBZPlayerController_Server_StayAsPartyDecisionMade) == 0x000008, "Wrong alignment on SBZPlayerController_Server_StayAsPartyDecisionMade"); \ +static_assert(sizeof(SBZPlayerController_Server_StayAsPartyDecisionMade) == 0x000028, "Wrong size on SBZPlayerController_Server_StayAsPartyDecisionMade"); \ +static_assert(offsetof(SBZPlayerController_Server_StayAsPartyDecisionMade, InPlayerId) == 0x000000, "Member 'SBZPlayerController_Server_StayAsPartyDecisionMade::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_SetCameraFeedbackIntensity \ +static_assert(alignof(SBZPlayerController_SetCameraFeedbackIntensity) == 0x000004, "Wrong alignment on SBZPlayerController_SetCameraFeedbackIntensity"); \ +static_assert(sizeof(SBZPlayerController_SetCameraFeedbackIntensity) == 0x00000C, "Wrong size on SBZPlayerController_SetCameraFeedbackIntensity"); \ +static_assert(offsetof(SBZPlayerController_SetCameraFeedbackIntensity, CameraFeedbackID) == 0x000000, "Member 'SBZPlayerController_SetCameraFeedbackIntensity::CameraFeedbackID' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerController_SetCameraFeedbackIntensity, Intensity) == 0x000004, "Member 'SBZPlayerController_SetCameraFeedbackIntensity::Intensity' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerController_SetCameraFeedbackIntensity, ReturnValue) == 0x000008, "Member 'SBZPlayerController_SetCameraFeedbackIntensity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_SetViewTargetCollection \ +static_assert(alignof(SBZPlayerController_SetViewTargetCollection) == 0x000008, "Wrong alignment on SBZPlayerController_SetViewTargetCollection"); \ +static_assert(sizeof(SBZPlayerController_SetViewTargetCollection) == 0x000018, "Wrong size on SBZPlayerController_SetViewTargetCollection"); \ +static_assert(offsetof(SBZPlayerController_SetViewTargetCollection, InViewTargetCollection) == 0x000000, "Member 'SBZPlayerController_SetViewTargetCollection::InViewTargetCollection' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerController_SetViewTargetCollection, Offset) == 0x000010, "Member 'SBZPlayerController_SetViewTargetCollection::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerController_GetViewTargetCollection \ +static_assert(alignof(SBZPlayerController_GetViewTargetCollection) == 0x000008, "Wrong alignment on SBZPlayerController_GetViewTargetCollection"); \ +static_assert(sizeof(SBZPlayerController_GetViewTargetCollection) == 0x000010, "Wrong size on SBZPlayerController_GetViewTargetCollection"); \ +static_assert(offsetof(SBZPlayerController_GetViewTargetCollection, ReturnValue) == 0x000000, "Member 'SBZPlayerController_GetViewTargetCollection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPlayerController \ +static_assert(alignof(ASBZPlayerController) == 0x000008, "Wrong alignment on ASBZPlayerController"); \ +static_assert(sizeof(ASBZPlayerController) == 0x0008B0, "Wrong size on ASBZPlayerController"); \ +static_assert(offsetof(ASBZPlayerController, Faction) == 0x0006C0, "Member 'ASBZPlayerController::Faction' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerController, DefeatCameraFeedbackClass) == 0x0006D8, "Member 'ASBZPlayerController::DefeatCameraFeedbackClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerController, MinDefeatCameraFeedbackIntensity) == 0x0006E0, "Member 'ASBZPlayerController::MinDefeatCameraFeedbackIntensity' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerController, TasedCameraFeedbackClass) == 0x0006E8, "Member 'ASBZPlayerController::TasedCameraFeedbackClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerController, SubduedCameraFeedbackClass) == 0x0006F0, "Member 'ASBZPlayerController::SubduedCameraFeedbackClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerController, HealthDamageCameraFeedbackClass) == 0x0006F8, "Member 'ASBZPlayerController::HealthDamageCameraFeedbackClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerController, HealthDamageCameraFeedbackThreshold) == 0x000700, "Member 'ASBZPlayerController::HealthDamageCameraFeedbackThreshold' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerController, TagFeedbackClassMap) == 0x000708, "Member 'ASBZPlayerController::TagFeedbackClassMap' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerController, TagFeedbackIDMap) == 0x000758, "Member 'ASBZPlayerController::TagFeedbackIDMap' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerController, FadedOutTagFeedbackIDMap) == 0x0007A8, "Member 'ASBZPlayerController::FadedOutTagFeedbackIDMap' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerController, ViewTargetCameraFeedbackClass) == 0x0007F8, "Member 'ASBZPlayerController::ViewTargetCameraFeedbackClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerController, DestroyedViewTargetCameraFeedbackClass) == 0x000800, "Member 'ASBZPlayerController::DestroyedViewTargetCameraFeedbackClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerController, ChangedViewTargetCameraFeedbackClass) == 0x000808, "Member 'ASBZPlayerController::ChangedViewTargetCameraFeedbackClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerController, ViewTargetCollection) == 0x000830, "Member 'ASBZPlayerController::ViewTargetCollection' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerController, CurrentSpectateTargetPlayerID) == 0x000860, "Member 'ASBZPlayerController::CurrentSpectateTargetPlayerID' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerController, InteractionLockCameraData) == 0x000864, "Member 'ASBZPlayerController::InteractionLockCameraData' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerController, AppliedDefeatState) == 0x0008A4, "Member 'ASBZPlayerController::AppliedDefeatState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillPistolSpecBountyHunterAced \ +static_assert(alignof(USBZSkillPistolSpecBountyHunterAced) == 0x000008, "Wrong alignment on USBZSkillPistolSpecBountyHunterAced"); \ +static_assert(sizeof(USBZSkillPistolSpecBountyHunterAced) == 0x000230, "Wrong size on USBZSkillPistolSpecBountyHunterAced"); \ + +#define DUMPER7_ASSERTS_USBZWidgetCreditsImage \ +static_assert(alignof(USBZWidgetCreditsImage) == 0x000008, "Wrong alignment on USBZWidgetCreditsImage"); \ +static_assert(sizeof(USBZWidgetCreditsImage) == 0x000298, "Wrong size on USBZWidgetCreditsImage"); \ +static_assert(offsetof(USBZWidgetCreditsImage, ImageWidget) == 0x000290, "Member 'USBZWidgetCreditsImage::ImageWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuCredits \ +static_assert(alignof(USBZMainMenuCredits) == 0x000008, "Wrong alignment on USBZMainMenuCredits"); \ +static_assert(sizeof(USBZMainMenuCredits) == 0x000340, "Wrong size on USBZMainMenuCredits"); \ +static_assert(offsetof(USBZMainMenuCredits, CreditsDataTable) == 0x0002C0, "Member 'USBZMainMenuCredits::CreditsDataTable' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCredits, TypeWidgets) == 0x0002C8, "Member 'USBZMainMenuCredits::TypeWidgets' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCredits, StartOffsetSize) == 0x000300, "Member 'USBZMainMenuCredits::StartOffsetSize' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCredits, EndOffsetSize) == 0x000304, "Member 'USBZMainMenuCredits::EndOffsetSize' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCredits, ScrollSpeed) == 0x000308, "Member 'USBZMainMenuCredits::ScrollSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCredits, ScrollSpeedMultiplier) == 0x00030C, "Member 'USBZMainMenuCredits::ScrollSpeedMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCredits, AxisName) == 0x000310, "Member 'USBZMainMenuCredits::AxisName' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCredits, AxisDeadZone) == 0x00031C, "Member 'USBZMainMenuCredits::AxisDeadZone' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCredits, ScrollCredits) == 0x000320, "Member 'USBZMainMenuCredits::ScrollCredits' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCredits, ContentBox) == 0x000328, "Member 'USBZMainMenuCredits::ContentBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCrimeNet_NativeOnHeistButtonFocused \ +static_assert(alignof(SBZMainMenuCrimeNet_NativeOnHeistButtonFocused) == 0x000008, "Wrong alignment on SBZMainMenuCrimeNet_NativeOnHeistButtonFocused"); \ +static_assert(sizeof(SBZMainMenuCrimeNet_NativeOnHeistButtonFocused) == 0x000010, "Wrong size on SBZMainMenuCrimeNet_NativeOnHeistButtonFocused"); \ +static_assert(offsetof(SBZMainMenuCrimeNet_NativeOnHeistButtonFocused, InFocusedButton) == 0x000000, "Member 'SBZMainMenuCrimeNet_NativeOnHeistButtonFocused::InFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuCrimeNet_NativeOnHeistButtonFocused, bIsFocused) == 0x000008, "Member 'SBZMainMenuCrimeNet_NativeOnHeistButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCrimeNet_NativeOnHeistButtonHovered \ +static_assert(alignof(SBZMainMenuCrimeNet_NativeOnHeistButtonHovered) == 0x000008, "Wrong alignment on SBZMainMenuCrimeNet_NativeOnHeistButtonHovered"); \ +static_assert(sizeof(SBZMainMenuCrimeNet_NativeOnHeistButtonHovered) == 0x000010, "Wrong size on SBZMainMenuCrimeNet_NativeOnHeistButtonHovered"); \ +static_assert(offsetof(SBZMainMenuCrimeNet_NativeOnHeistButtonHovered, MapIcon) == 0x000000, "Member 'SBZMainMenuCrimeNet_NativeOnHeistButtonHovered::MapIcon' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuCrimeNet_NativeOnHeistButtonHovered, bIsHovered) == 0x000008, "Member 'SBZMainMenuCrimeNet_NativeOnHeistButtonHovered::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCrimeNet_NativeOnHeistButtonSelected \ +static_assert(alignof(SBZMainMenuCrimeNet_NativeOnHeistButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuCrimeNet_NativeOnHeistButtonSelected"); \ +static_assert(sizeof(SBZMainMenuCrimeNet_NativeOnHeistButtonSelected) == 0x000008, "Wrong size on SBZMainMenuCrimeNet_NativeOnHeistButtonSelected"); \ +static_assert(offsetof(SBZMainMenuCrimeNet_NativeOnHeistButtonSelected, InSelectedButton) == 0x000000, "Member 'SBZMainMenuCrimeNet_NativeOnHeistButtonSelected::InSelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCrimeNet_NativeOnHeistMapIconClicked \ +static_assert(alignof(SBZMainMenuCrimeNet_NativeOnHeistMapIconClicked) == 0x000008, "Wrong alignment on SBZMainMenuCrimeNet_NativeOnHeistMapIconClicked"); \ +static_assert(sizeof(SBZMainMenuCrimeNet_NativeOnHeistMapIconClicked) == 0x000008, "Wrong size on SBZMainMenuCrimeNet_NativeOnHeistMapIconClicked"); \ +static_assert(offsetof(SBZMainMenuCrimeNet_NativeOnHeistMapIconClicked, InSelectedHeistMapIcon) == 0x000000, "Member 'SBZMainMenuCrimeNet_NativeOnHeistMapIconClicked::InSelectedHeistMapIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCrimeNet_OnHeistButtonFocused \ +static_assert(alignof(SBZMainMenuCrimeNet_OnHeistButtonFocused) == 0x000008, "Wrong alignment on SBZMainMenuCrimeNet_OnHeistButtonFocused"); \ +static_assert(sizeof(SBZMainMenuCrimeNet_OnHeistButtonFocused) == 0x000010, "Wrong size on SBZMainMenuCrimeNet_OnHeistButtonFocused"); \ +static_assert(offsetof(SBZMainMenuCrimeNet_OnHeistButtonFocused, MenuButton) == 0x000000, "Member 'SBZMainMenuCrimeNet_OnHeistButtonFocused::MenuButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuCrimeNet_OnHeistButtonFocused, bIsFocused) == 0x000008, "Member 'SBZMainMenuCrimeNet_OnHeistButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCrimeNet_OnHeistButtonNavigation \ +static_assert(alignof(SBZMainMenuCrimeNet_OnHeistButtonNavigation) == 0x000001, "Wrong alignment on SBZMainMenuCrimeNet_OnHeistButtonNavigation"); \ +static_assert(sizeof(SBZMainMenuCrimeNet_OnHeistButtonNavigation) == 0x000001, "Wrong size on SBZMainMenuCrimeNet_OnHeistButtonNavigation"); \ +static_assert(offsetof(SBZMainMenuCrimeNet_OnHeistButtonNavigation, ButtonNavigation) == 0x000000, "Member 'SBZMainMenuCrimeNet_OnHeistButtonNavigation::ButtonNavigation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCrimeNet_OnHeistButtonSelected \ +static_assert(alignof(SBZMainMenuCrimeNet_OnHeistButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuCrimeNet_OnHeistButtonSelected"); \ +static_assert(sizeof(SBZMainMenuCrimeNet_OnHeistButtonSelected) == 0x000008, "Wrong size on SBZMainMenuCrimeNet_OnHeistButtonSelected"); \ +static_assert(offsetof(SBZMainMenuCrimeNet_OnHeistButtonSelected, SelectedButton) == 0x000000, "Member 'SBZMainMenuCrimeNet_OnHeistButtonSelected::SelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCrimeNet_OnHeistCollectionChanged \ +static_assert(alignof(SBZMainMenuCrimeNet_OnHeistCollectionChanged) == 0x000008, "Wrong alignment on SBZMainMenuCrimeNet_OnHeistCollectionChanged"); \ +static_assert(sizeof(SBZMainMenuCrimeNet_OnHeistCollectionChanged) == 0x000030, "Wrong size on SBZMainMenuCrimeNet_OnHeistCollectionChanged"); \ +static_assert(offsetof(SBZMainMenuCrimeNet_OnHeistCollectionChanged, ActiveHeistCollection) == 0x000000, "Member 'SBZMainMenuCrimeNet_OnHeistCollectionChanged::ActiveHeistCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCrimeNet_SetActiveHeistCollection \ +static_assert(alignof(SBZMainMenuCrimeNet_SetActiveHeistCollection) == 0x000004, "Wrong alignment on SBZMainMenuCrimeNet_SetActiveHeistCollection"); \ +static_assert(sizeof(SBZMainMenuCrimeNet_SetActiveHeistCollection) == 0x000004, "Wrong size on SBZMainMenuCrimeNet_SetActiveHeistCollection"); \ +static_assert(offsetof(SBZMainMenuCrimeNet_SetActiveHeistCollection, NewIndex) == 0x000000, "Member 'SBZMainMenuCrimeNet_SetActiveHeistCollection::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCrimeNet_ToggleStoryModeFilter \ +static_assert(alignof(SBZMainMenuCrimeNet_ToggleStoryModeFilter) == 0x000001, "Wrong alignment on SBZMainMenuCrimeNet_ToggleStoryModeFilter"); \ +static_assert(sizeof(SBZMainMenuCrimeNet_ToggleStoryModeFilter) == 0x000001, "Wrong size on SBZMainMenuCrimeNet_ToggleStoryModeFilter"); \ +static_assert(offsetof(SBZMainMenuCrimeNet_ToggleStoryModeFilter, ReturnValue) == 0x000000, "Member 'SBZMainMenuCrimeNet_ToggleStoryModeFilter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuCrimeNet \ +static_assert(alignof(USBZMainMenuCrimeNet) == 0x000008, "Wrong alignment on USBZMainMenuCrimeNet"); \ +static_assert(sizeof(USBZMainMenuCrimeNet) == 0x000358, "Wrong size on USBZMainMenuCrimeNet"); \ +static_assert(offsetof(USBZMainMenuCrimeNet, HeistButtonClass) == 0x0002C0, "Member 'USBZMainMenuCrimeNet::HeistButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCrimeNet, StoryModeButtonClass) == 0x0002C8, "Member 'USBZMainMenuCrimeNet::StoryModeButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCrimeNet, HorizontalBox_HeistButtons) == 0x0002D0, "Member 'USBZMainMenuCrimeNet::HorizontalBox_HeistButtons' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCrimeNet, HeistButtonPadding) == 0x0002D8, "Member 'USBZMainMenuCrimeNet::HeistButtonPadding' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCrimeNet, HeistMapIconClass) == 0x0002E8, "Member 'USBZMainMenuCrimeNet::HeistMapIconClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCrimeNet, CanvasPanel_HeistMapIcons) == 0x0002F0, "Member 'USBZMainMenuCrimeNet::CanvasPanel_HeistMapIcons' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCrimeNet, SelectedHeistButton) == 0x0002F8, "Member 'USBZMainMenuCrimeNet::SelectedHeistButton' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCrimeNet, ActiveHeistButtons) == 0x000300, "Member 'USBZMainMenuCrimeNet::ActiveHeistButtons' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCrimeNet, ActiveHeistCollectionIndex) == 0x000310, "Member 'USBZMainMenuCrimeNet::ActiveHeistCollectionIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCrimeNet, HeistCollections) == 0x000318, "Member 'USBZMainMenuCrimeNet::HeistCollections' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCrimeNet, HeistButtonPool) == 0x000328, "Member 'USBZMainMenuCrimeNet::HeistButtonPool' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCrimeNet, HeistMapIconsPool) == 0x000338, "Member 'USBZMainMenuCrimeNet::HeistMapIconsPool' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuCrimeNet, StoryModeButtonPool) == 0x000348, "Member 'USBZMainMenuCrimeNet::StoryModeButtonPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPreplanningAssetData_ApplyPreplanningAsset \ +static_assert(alignof(SBZPreplanningAssetData_ApplyPreplanningAsset) == 0x000008, "Wrong alignment on SBZPreplanningAssetData_ApplyPreplanningAsset"); \ +static_assert(sizeof(SBZPreplanningAssetData_ApplyPreplanningAsset) == 0x000008, "Wrong size on SBZPreplanningAssetData_ApplyPreplanningAsset"); \ +static_assert(offsetof(SBZPreplanningAssetData_ApplyPreplanningAsset, WorldContextObject) == 0x000000, "Member 'SBZPreplanningAssetData_ApplyPreplanningAsset::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPreplanningAssetData \ +static_assert(alignof(USBZPreplanningAssetData) == 0x000008, "Wrong alignment on USBZPreplanningAssetData"); \ +static_assert(sizeof(USBZPreplanningAssetData) == 0x000160, "Wrong size on USBZPreplanningAssetData"); \ +static_assert(offsetof(USBZPreplanningAssetData, Tags) == 0x000150, "Member 'USBZPreplanningAssetData::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuCrimeNetHeistInspectScreen \ +static_assert(alignof(USBZMainMenuCrimeNetHeistInspectScreen) == 0x000008, "Wrong alignment on USBZMainMenuCrimeNetHeistInspectScreen"); \ +static_assert(sizeof(USBZMainMenuCrimeNetHeistInspectScreen) == 0x0002C8, "Wrong size on USBZMainMenuCrimeNetHeistInspectScreen"); \ +static_assert(offsetof(USBZMainMenuCrimeNetHeistInspectScreen, HeistData) == 0x0002C0, "Member 'USBZMainMenuCrimeNetHeistInspectScreen::HeistData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillSniperSpecSniperFunnelBase \ +static_assert(alignof(USBZSkillSniperSpecSniperFunnelBase) == 0x000008, "Wrong alignment on USBZSkillSniperSpecSniperFunnelBase"); \ +static_assert(sizeof(USBZSkillSniperSpecSniperFunnelBase) == 0x000230, "Wrong size on USBZSkillSniperSpecSniperFunnelBase"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuCrimeNetStackWidget_OnStateLeft \ +static_assert(alignof(SBZMainMenuCrimeNetStackWidget_OnStateLeft) == 0x000004, "Wrong alignment on SBZMainMenuCrimeNetStackWidget_OnStateLeft"); \ +static_assert(sizeof(SBZMainMenuCrimeNetStackWidget_OnStateLeft) == 0x00000C, "Wrong size on SBZMainMenuCrimeNetStackWidget_OnStateLeft"); \ +static_assert(offsetof(SBZMainMenuCrimeNetStackWidget_OnStateLeft, StateName) == 0x000000, "Member 'SBZMainMenuCrimeNetStackWidget_OnStateLeft::StateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuCrimeNetStackWidget \ +static_assert(alignof(USBZMainMenuCrimeNetStackWidget) == 0x000008, "Wrong alignment on USBZMainMenuCrimeNetStackWidget"); \ +static_assert(sizeof(USBZMainMenuCrimeNetStackWidget) == 0x0002A0, "Wrong size on USBZMainMenuCrimeNetStackWidget"); \ + +#define DUMPER7_ASSERTS_SBZPriceProgressionSettings_GetWeeklyResetPriceGroupSettings \ +static_assert(alignof(SBZPriceProgressionSettings_GetWeeklyResetPriceGroupSettings) == 0x000008, "Wrong alignment on SBZPriceProgressionSettings_GetWeeklyResetPriceGroupSettings"); \ +static_assert(sizeof(SBZPriceProgressionSettings_GetWeeklyResetPriceGroupSettings) == 0x000010, "Wrong size on SBZPriceProgressionSettings_GetWeeklyResetPriceGroupSettings"); \ +static_assert(offsetof(SBZPriceProgressionSettings_GetWeeklyResetPriceGroupSettings, ReturnValue) == 0x000000, "Member 'SBZPriceProgressionSettings_GetWeeklyResetPriceGroupSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPriceProgressionSettings \ +static_assert(alignof(USBZPriceProgressionSettings) == 0x000008, "Wrong alignment on USBZPriceProgressionSettings"); \ +static_assert(sizeof(USBZPriceProgressionSettings) == 0x000058, "Wrong size on USBZPriceProgressionSettings"); \ +static_assert(offsetof(USBZPriceProgressionSettings, WeeklyResetPriceGroups) == 0x000048, "Member 'USBZPriceProgressionSettings::WeeklyResetPriceGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuDamageFalloffWidget_SetFireData \ +static_assert(alignof(SBZMainMenuDamageFalloffWidget_SetFireData) == 0x000008, "Wrong alignment on SBZMainMenuDamageFalloffWidget_SetFireData"); \ +static_assert(sizeof(SBZMainMenuDamageFalloffWidget_SetFireData) == 0x000008, "Wrong size on SBZMainMenuDamageFalloffWidget_SetFireData"); \ +static_assert(offsetof(SBZMainMenuDamageFalloffWidget_SetFireData, InFireData) == 0x000000, "Member 'SBZMainMenuDamageFalloffWidget_SetFireData::InFireData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuDamageFalloffWidget \ +static_assert(alignof(USBZMainMenuDamageFalloffWidget) == 0x000008, "Wrong alignment on USBZMainMenuDamageFalloffWidget"); \ +static_assert(sizeof(USBZMainMenuDamageFalloffWidget) == 0x0002B8, "Wrong size on USBZMainMenuDamageFalloffWidget"); \ +static_assert(offsetof(USBZMainMenuDamageFalloffWidget, bIncludeCritDamage) == 0x000290, "Member 'USBZMainMenuDamageFalloffWidget::bIncludeCritDamage' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuDamageFalloffWidget, MaxDisplayDistance) == 0x000294, "Member 'USBZMainMenuDamageFalloffWidget::MaxDisplayDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuDamageFalloffWidget, DisplayStepDistance) == 0x000298, "Member 'USBZMainMenuDamageFalloffWidget::DisplayStepDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuDamageFalloffWidget, FireData) == 0x0002A0, "Member 'USBZMainMenuDamageFalloffWidget::FireData' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuDamageFalloffWidget, CachedDamageArray) == 0x0002A8, "Member 'USBZMainMenuDamageFalloffWidget::CachedDamageArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuGloveInventoryScreen_DiscardItemDone \ +static_assert(alignof(SBZMainMenuGloveInventoryScreen_DiscardItemDone) == 0x000004, "Wrong alignment on SBZMainMenuGloveInventoryScreen_DiscardItemDone"); \ +static_assert(sizeof(SBZMainMenuGloveInventoryScreen_DiscardItemDone) == 0x000014, "Wrong size on SBZMainMenuGloveInventoryScreen_DiscardItemDone"); \ +static_assert(offsetof(SBZMainMenuGloveInventoryScreen_DiscardItemDone, DiscardItemResult) == 0x000000, "Member 'SBZMainMenuGloveInventoryScreen_DiscardItemDone::DiscardItemResult' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuGloveInventoryScreen_DiscardItemDone, ItemId) == 0x000004, "Member 'SBZMainMenuGloveInventoryScreen_DiscardItemDone::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuGloveInventoryScreen_GloveSlotButtonFocusedChanged \ +static_assert(alignof(SBZMainMenuGloveInventoryScreen_GloveSlotButtonFocusedChanged) == 0x000008, "Wrong alignment on SBZMainMenuGloveInventoryScreen_GloveSlotButtonFocusedChanged"); \ +static_assert(sizeof(SBZMainMenuGloveInventoryScreen_GloveSlotButtonFocusedChanged) == 0x000010, "Wrong size on SBZMainMenuGloveInventoryScreen_GloveSlotButtonFocusedChanged"); \ +static_assert(offsetof(SBZMainMenuGloveInventoryScreen_GloveSlotButtonFocusedChanged, InFocusedButton) == 0x000000, "Member 'SBZMainMenuGloveInventoryScreen_GloveSlotButtonFocusedChanged::InFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuGloveInventoryScreen_GloveSlotButtonFocusedChanged, bIsFocused) == 0x000008, "Member 'SBZMainMenuGloveInventoryScreen_GloveSlotButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuGloveInventoryScreen_NativeGloveSlotButtonFocusedChanged \ +static_assert(alignof(SBZMainMenuGloveInventoryScreen_NativeGloveSlotButtonFocusedChanged) == 0x000008, "Wrong alignment on SBZMainMenuGloveInventoryScreen_NativeGloveSlotButtonFocusedChanged"); \ +static_assert(sizeof(SBZMainMenuGloveInventoryScreen_NativeGloveSlotButtonFocusedChanged) == 0x000010, "Wrong size on SBZMainMenuGloveInventoryScreen_NativeGloveSlotButtonFocusedChanged"); \ +static_assert(offsetof(SBZMainMenuGloveInventoryScreen_NativeGloveSlotButtonFocusedChanged, InFocusedButton) == 0x000000, "Member 'SBZMainMenuGloveInventoryScreen_NativeGloveSlotButtonFocusedChanged::InFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuGloveInventoryScreen_NativeGloveSlotButtonFocusedChanged, bIsFocused) == 0x000008, "Member 'SBZMainMenuGloveInventoryScreen_NativeGloveSlotButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuGloveInventoryScreen_NativeOnBuySlotsButtonSelected \ +static_assert(alignof(SBZMainMenuGloveInventoryScreen_NativeOnBuySlotsButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuGloveInventoryScreen_NativeOnBuySlotsButtonSelected"); \ +static_assert(sizeof(SBZMainMenuGloveInventoryScreen_NativeOnBuySlotsButtonSelected) == 0x000008, "Wrong size on SBZMainMenuGloveInventoryScreen_NativeOnBuySlotsButtonSelected"); \ +static_assert(offsetof(SBZMainMenuGloveInventoryScreen_NativeOnBuySlotsButtonSelected, InSelectedButton) == 0x000000, "Member 'SBZMainMenuGloveInventoryScreen_NativeOnBuySlotsButtonSelected::InSelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuGloveInventoryScreen_NativeOnDefaultSet \ +static_assert(alignof(SBZMainMenuGloveInventoryScreen_NativeOnDefaultSet) == 0x000001, "Wrong alignment on SBZMainMenuGloveInventoryScreen_NativeOnDefaultSet"); \ +static_assert(sizeof(SBZMainMenuGloveInventoryScreen_NativeOnDefaultSet) == 0x000001, "Wrong size on SBZMainMenuGloveInventoryScreen_NativeOnDefaultSet"); \ +static_assert(offsetof(SBZMainMenuGloveInventoryScreen_NativeOnDefaultSet, Result) == 0x000000, "Member 'SBZMainMenuGloveInventoryScreen_NativeOnDefaultSet::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuGloveInventoryScreen_NativeOnGloveDefaultButtonSelected \ +static_assert(alignof(SBZMainMenuGloveInventoryScreen_NativeOnGloveDefaultButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuGloveInventoryScreen_NativeOnGloveDefaultButtonSelected"); \ +static_assert(sizeof(SBZMainMenuGloveInventoryScreen_NativeOnGloveDefaultButtonSelected) == 0x000008, "Wrong size on SBZMainMenuGloveInventoryScreen_NativeOnGloveDefaultButtonSelected"); \ +static_assert(offsetof(SBZMainMenuGloveInventoryScreen_NativeOnGloveDefaultButtonSelected, InSelectedButton) == 0x000000, "Member 'SBZMainMenuGloveInventoryScreen_NativeOnGloveDefaultButtonSelected::InSelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuGloveInventoryScreen_NativeOnGloveSlotButtonSelected \ +static_assert(alignof(SBZMainMenuGloveInventoryScreen_NativeOnGloveSlotButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuGloveInventoryScreen_NativeOnGloveSlotButtonSelected"); \ +static_assert(sizeof(SBZMainMenuGloveInventoryScreen_NativeOnGloveSlotButtonSelected) == 0x000008, "Wrong size on SBZMainMenuGloveInventoryScreen_NativeOnGloveSlotButtonSelected"); \ +static_assert(offsetof(SBZMainMenuGloveInventoryScreen_NativeOnGloveSlotButtonSelected, InSelectedButton) == 0x000000, "Member 'SBZMainMenuGloveInventoryScreen_NativeOnGloveSlotButtonSelected::InSelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuGloveInventoryScreen_OnBuySlotItemCompleted \ +static_assert(alignof(SBZMainMenuGloveInventoryScreen_OnBuySlotItemCompleted) == 0x000008, "Wrong alignment on SBZMainMenuGloveInventoryScreen_OnBuySlotItemCompleted"); \ +static_assert(sizeof(SBZMainMenuGloveInventoryScreen_OnBuySlotItemCompleted) == 0x000018, "Wrong size on SBZMainMenuGloveInventoryScreen_OnBuySlotItemCompleted"); \ +static_assert(offsetof(SBZMainMenuGloveInventoryScreen_OnBuySlotItemCompleted, Result) == 0x000000, "Member 'SBZMainMenuGloveInventoryScreen_OnBuySlotItemCompleted::Result' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuGloveInventoryScreen_OnBuySlotItemCompleted, ItemSku) == 0x000008, "Member 'SBZMainMenuGloveInventoryScreen_OnBuySlotItemCompleted::ItemSku' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuGloveInventoryScreen_OnDiscardGlovePopUpClosed \ +static_assert(alignof(SBZMainMenuGloveInventoryScreen_OnDiscardGlovePopUpClosed) == 0x000004, "Wrong alignment on SBZMainMenuGloveInventoryScreen_OnDiscardGlovePopUpClosed"); \ +static_assert(sizeof(SBZMainMenuGloveInventoryScreen_OnDiscardGlovePopUpClosed) == 0x00000C, "Wrong size on SBZMainMenuGloveInventoryScreen_OnDiscardGlovePopUpClosed"); \ +static_assert(offsetof(SBZMainMenuGloveInventoryScreen_OnDiscardGlovePopUpClosed, ClosingActionName) == 0x000000, "Member 'SBZMainMenuGloveInventoryScreen_OnDiscardGlovePopUpClosed::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuGloveInventoryScreen_OnGameInstallStateChanged \ +static_assert(alignof(SBZMainMenuGloveInventoryScreen_OnGameInstallStateChanged) == 0x000001, "Wrong alignment on SBZMainMenuGloveInventoryScreen_OnGameInstallStateChanged"); \ +static_assert(sizeof(SBZMainMenuGloveInventoryScreen_OnGameInstallStateChanged) == 0x000001, "Wrong size on SBZMainMenuGloveInventoryScreen_OnGameInstallStateChanged"); \ +static_assert(offsetof(SBZMainMenuGloveInventoryScreen_OnGameInstallStateChanged, bIsInstallPending) == 0x000000, "Member 'SBZMainMenuGloveInventoryScreen_OnGameInstallStateChanged::bIsInstallPending' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuGloveInventoryScreen_OnItemDiscarded \ +static_assert(alignof(SBZMainMenuGloveInventoryScreen_OnItemDiscarded) == 0x000001, "Wrong alignment on SBZMainMenuGloveInventoryScreen_OnItemDiscarded"); \ +static_assert(sizeof(SBZMainMenuGloveInventoryScreen_OnItemDiscarded) == 0x000001, "Wrong size on SBZMainMenuGloveInventoryScreen_OnItemDiscarded"); \ +static_assert(offsetof(SBZMainMenuGloveInventoryScreen_OnItemDiscarded, bWasSuccessful) == 0x000000, "Member 'SBZMainMenuGloveInventoryScreen_OnItemDiscarded::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuGloveInventoryScreen_OnShowBuySlotPopUpClosed \ +static_assert(alignof(SBZMainMenuGloveInventoryScreen_OnShowBuySlotPopUpClosed) == 0x000004, "Wrong alignment on SBZMainMenuGloveInventoryScreen_OnShowBuySlotPopUpClosed"); \ +static_assert(sizeof(SBZMainMenuGloveInventoryScreen_OnShowBuySlotPopUpClosed) == 0x00000C, "Wrong size on SBZMainMenuGloveInventoryScreen_OnShowBuySlotPopUpClosed"); \ +static_assert(offsetof(SBZMainMenuGloveInventoryScreen_OnShowBuySlotPopUpClosed, InActionName) == 0x000000, "Member 'SBZMainMenuGloveInventoryScreen_OnShowBuySlotPopUpClosed::InActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuGloveInventoryScreen_OnSlotPriceChanged \ +static_assert(alignof(SBZMainMenuGloveInventoryScreen_OnSlotPriceChanged) == 0x000008, "Wrong alignment on SBZMainMenuGloveInventoryScreen_OnSlotPriceChanged"); \ +static_assert(sizeof(SBZMainMenuGloveInventoryScreen_OnSlotPriceChanged) == 0x000100, "Wrong size on SBZMainMenuGloveInventoryScreen_OnSlotPriceChanged"); \ +static_assert(offsetof(SBZMainMenuGloveInventoryScreen_OnSlotPriceChanged, Item) == 0x000000, "Member 'SBZMainMenuGloveInventoryScreen_OnSlotPriceChanged::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuGloveInventoryScreen_OnSlotPurchaseComplete \ +static_assert(alignof(SBZMainMenuGloveInventoryScreen_OnSlotPurchaseComplete) == 0x000001, "Wrong alignment on SBZMainMenuGloveInventoryScreen_OnSlotPurchaseComplete"); \ +static_assert(sizeof(SBZMainMenuGloveInventoryScreen_OnSlotPurchaseComplete) == 0x000001, "Wrong size on SBZMainMenuGloveInventoryScreen_OnSlotPurchaseComplete"); \ +static_assert(offsetof(SBZMainMenuGloveInventoryScreen_OnSlotPurchaseComplete, bWasSuccessful) == 0x000000, "Member 'SBZMainMenuGloveInventoryScreen_OnSlotPurchaseComplete::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuGloveInventoryScreen_TryDiscardGloveInSlot \ +static_assert(alignof(SBZMainMenuGloveInventoryScreen_TryDiscardGloveInSlot) == 0x000004, "Wrong alignment on SBZMainMenuGloveInventoryScreen_TryDiscardGloveInSlot"); \ +static_assert(sizeof(SBZMainMenuGloveInventoryScreen_TryDiscardGloveInSlot) == 0x000004, "Wrong size on SBZMainMenuGloveInventoryScreen_TryDiscardGloveInSlot"); \ +static_assert(offsetof(SBZMainMenuGloveInventoryScreen_TryDiscardGloveInSlot, InGloveIndex) == 0x000000, "Member 'SBZMainMenuGloveInventoryScreen_TryDiscardGloveInSlot::InGloveIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuGloveInventoryScreen_CanDiscardGloveInSlot \ +static_assert(alignof(SBZMainMenuGloveInventoryScreen_CanDiscardGloveInSlot) == 0x000004, "Wrong alignment on SBZMainMenuGloveInventoryScreen_CanDiscardGloveInSlot"); \ +static_assert(sizeof(SBZMainMenuGloveInventoryScreen_CanDiscardGloveInSlot) == 0x000008, "Wrong size on SBZMainMenuGloveInventoryScreen_CanDiscardGloveInSlot"); \ +static_assert(offsetof(SBZMainMenuGloveInventoryScreen_CanDiscardGloveInSlot, IndexToDiscard) == 0x000000, "Member 'SBZMainMenuGloveInventoryScreen_CanDiscardGloveInSlot::IndexToDiscard' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuGloveInventoryScreen_CanDiscardGloveInSlot, ReturnValue) == 0x000004, "Member 'SBZMainMenuGloveInventoryScreen_CanDiscardGloveInSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuGloveInventoryScreen \ +static_assert(alignof(USBZMainMenuGloveInventoryScreen) == 0x000008, "Wrong alignment on USBZMainMenuGloveInventoryScreen"); \ +static_assert(sizeof(USBZMainMenuGloveInventoryScreen) == 0x0004C8, "Wrong size on USBZMainMenuGloveInventoryScreen"); \ +static_assert(offsetof(USBZMainMenuGloveInventoryScreen, GloveSlotButtonClass) == 0x0002F0, "Member 'USBZMainMenuGloveInventoryScreen::GloveSlotButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuGloveInventoryScreen, Panel_GloveSlotButtons) == 0x0002F8, "Member 'USBZMainMenuGloveInventoryScreen::Panel_GloveSlotButtons' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuGloveInventoryScreen, Button_BuySlots) == 0x000300, "Member 'USBZMainMenuGloveInventoryScreen::Button_BuySlots' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuGloveInventoryScreen, Button_DefaultGlove) == 0x000308, "Member 'USBZMainMenuGloveInventoryScreen::Button_DefaultGlove' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuGloveInventoryScreen, DiscardGlovePopUpBodyWidgetClass) == 0x000310, "Member 'USBZMainMenuGloveInventoryScreen::DiscardGlovePopUpBodyWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuGloveInventoryScreen, DiscardGlovePopUpHeader) == 0x000318, "Member 'USBZMainMenuGloveInventoryScreen::DiscardGlovePopUpHeader' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuGloveInventoryScreen, DiscardGlovePopUpAcceptAction) == 0x000330, "Member 'USBZMainMenuGloveInventoryScreen::DiscardGlovePopUpAcceptAction' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuGloveInventoryScreen, DiscardGlovePopUpCancelAction) == 0x000368, "Member 'USBZMainMenuGloveInventoryScreen::DiscardGlovePopUpCancelAction' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuGloveInventoryScreen, GloveIndexToDiscard) == 0x0003A0, "Member 'USBZMainMenuGloveInventoryScreen::GloveIndexToDiscard' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuGloveInventoryScreen, DiscardGlovePopUpBody) == 0x0003A8, "Member 'USBZMainMenuGloveInventoryScreen::DiscardGlovePopUpBody' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuGloveInventoryScreen, ActiveGloveSlotButton) == 0x0003B0, "Member 'USBZMainMenuGloveInventoryScreen::ActiveGloveSlotButton' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuGloveInventoryScreen, GloveSlotButtonPool) == 0x0003B8, "Member 'USBZMainMenuGloveInventoryScreen::GloveSlotButtonPool' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuGloveInventoryScreen, SlotItem) == 0x0003C8, "Member 'USBZMainMenuGloveInventoryScreen::SlotItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryCharacterPreferenceDisplay_InitializeCharacterDisplays \ +static_assert(alignof(SBZMainMenuInventoryCharacterPreferenceDisplay_InitializeCharacterDisplays) == 0x000004, "Wrong alignment on SBZMainMenuInventoryCharacterPreferenceDisplay_InitializeCharacterDisplays"); \ +static_assert(sizeof(SBZMainMenuInventoryCharacterPreferenceDisplay_InitializeCharacterDisplays) == 0x000004, "Wrong size on SBZMainMenuInventoryCharacterPreferenceDisplay_InitializeCharacterDisplays"); \ +static_assert(offsetof(SBZMainMenuInventoryCharacterPreferenceDisplay_InitializeCharacterDisplays, SlotIndex) == 0x000000, "Member 'SBZMainMenuInventoryCharacterPreferenceDisplay_InitializeCharacterDisplays::SlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryCharacterPreferenceDisplay_NativeOnPreferredCharacterSlotButtonSelected \ +static_assert(alignof(SBZMainMenuInventoryCharacterPreferenceDisplay_NativeOnPreferredCharacterSlotButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuInventoryCharacterPreferenceDisplay_NativeOnPreferredCharacterSlotButtonSelected"); \ +static_assert(sizeof(SBZMainMenuInventoryCharacterPreferenceDisplay_NativeOnPreferredCharacterSlotButtonSelected) == 0x000008, "Wrong size on SBZMainMenuInventoryCharacterPreferenceDisplay_NativeOnPreferredCharacterSlotButtonSelected"); \ +static_assert(offsetof(SBZMainMenuInventoryCharacterPreferenceDisplay_NativeOnPreferredCharacterSlotButtonSelected, SelectedPreferredCharacterSlotButton) == 0x000000, "Member 'SBZMainMenuInventoryCharacterPreferenceDisplay_NativeOnPreferredCharacterSlotButtonSelected::SelectedPreferredCharacterSlotButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryCharacterPreferenceDisplay_OnGameInstallStateChanged \ +static_assert(alignof(SBZMainMenuInventoryCharacterPreferenceDisplay_OnGameInstallStateChanged) == 0x000001, "Wrong alignment on SBZMainMenuInventoryCharacterPreferenceDisplay_OnGameInstallStateChanged"); \ +static_assert(sizeof(SBZMainMenuInventoryCharacterPreferenceDisplay_OnGameInstallStateChanged) == 0x000001, "Wrong size on SBZMainMenuInventoryCharacterPreferenceDisplay_OnGameInstallStateChanged"); \ +static_assert(offsetof(SBZMainMenuInventoryCharacterPreferenceDisplay_OnGameInstallStateChanged, bIsInstallPending) == 0x000000, "Member 'SBZMainMenuInventoryCharacterPreferenceDisplay_OnGameInstallStateChanged::bIsInstallPending' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryCharacterPreferenceDisplay_SetActiveIndex \ +static_assert(alignof(SBZMainMenuInventoryCharacterPreferenceDisplay_SetActiveIndex) == 0x000004, "Wrong alignment on SBZMainMenuInventoryCharacterPreferenceDisplay_SetActiveIndex"); \ +static_assert(sizeof(SBZMainMenuInventoryCharacterPreferenceDisplay_SetActiveIndex) == 0x000004, "Wrong size on SBZMainMenuInventoryCharacterPreferenceDisplay_SetActiveIndex"); \ +static_assert(offsetof(SBZMainMenuInventoryCharacterPreferenceDisplay_SetActiveIndex, NewActiveIndex) == 0x000000, "Member 'SBZMainMenuInventoryCharacterPreferenceDisplay_SetActiveIndex::NewActiveIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryCharacterPreferenceDisplay_GetActiveIndex \ +static_assert(alignof(SBZMainMenuInventoryCharacterPreferenceDisplay_GetActiveIndex) == 0x000004, "Wrong alignment on SBZMainMenuInventoryCharacterPreferenceDisplay_GetActiveIndex"); \ +static_assert(sizeof(SBZMainMenuInventoryCharacterPreferenceDisplay_GetActiveIndex) == 0x000004, "Wrong size on SBZMainMenuInventoryCharacterPreferenceDisplay_GetActiveIndex"); \ +static_assert(offsetof(SBZMainMenuInventoryCharacterPreferenceDisplay_GetActiveIndex, ReturnValue) == 0x000000, "Member 'SBZMainMenuInventoryCharacterPreferenceDisplay_GetActiveIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryCharacterPreferenceDisplay_IsActiveSlotEmpty \ +static_assert(alignof(SBZMainMenuInventoryCharacterPreferenceDisplay_IsActiveSlotEmpty) == 0x000001, "Wrong alignment on SBZMainMenuInventoryCharacterPreferenceDisplay_IsActiveSlotEmpty"); \ +static_assert(sizeof(SBZMainMenuInventoryCharacterPreferenceDisplay_IsActiveSlotEmpty) == 0x000001, "Wrong size on SBZMainMenuInventoryCharacterPreferenceDisplay_IsActiveSlotEmpty"); \ +static_assert(offsetof(SBZMainMenuInventoryCharacterPreferenceDisplay_IsActiveSlotEmpty, ReturnValue) == 0x000000, "Member 'SBZMainMenuInventoryCharacterPreferenceDisplay_IsActiveSlotEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuInventoryCharacterPreferenceDisplay \ +static_assert(alignof(USBZMainMenuInventoryCharacterPreferenceDisplay) == 0x000008, "Wrong alignment on USBZMainMenuInventoryCharacterPreferenceDisplay"); \ +static_assert(sizeof(USBZMainMenuInventoryCharacterPreferenceDisplay) == 0x0002D8, "Wrong size on USBZMainMenuInventoryCharacterPreferenceDisplay"); \ +static_assert(offsetof(USBZMainMenuInventoryCharacterPreferenceDisplay, OnPreferredCharacterSlotIndexChanged) == 0x000290, "Member 'USBZMainMenuInventoryCharacterPreferenceDisplay::OnPreferredCharacterSlotIndexChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuInventoryCharacterPreferenceDisplay, HorizontalBox_CharacterDisplays) == 0x0002A0, "Member 'USBZMainMenuInventoryCharacterPreferenceDisplay::HorizontalBox_CharacterDisplays' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuInventoryCharacterPreferenceDisplay, CharacterDisplayWidgetClass) == 0x0002A8, "Member 'USBZMainMenuInventoryCharacterPreferenceDisplay::CharacterDisplayWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuInventoryCharacterPreferenceDisplay, CharacterDisplayPanelPadding) == 0x0002B0, "Member 'USBZMainMenuInventoryCharacterPreferenceDisplay::CharacterDisplayPanelPadding' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuInventoryCharacterPreferenceDisplay, PreferredCharacterSlotButtonPool) == 0x0002C0, "Member 'USBZMainMenuInventoryCharacterPreferenceDisplay::PreferredCharacterSlotButtonPool' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuInventoryCharacterPreferenceDisplay, ActiveIndex) == 0x0002D0, "Member 'USBZMainMenuInventoryCharacterPreferenceDisplay::ActiveIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillStealthSpecConstantFlowBase \ +static_assert(alignof(USBZSkillStealthSpecConstantFlowBase) == 0x000008, "Wrong alignment on USBZSkillStealthSpecConstantFlowBase"); \ +static_assert(sizeof(USBZSkillStealthSpecConstantFlowBase) == 0x000230, "Wrong size on USBZSkillStealthSpecConstantFlowBase"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryCharacterPreferenceScreen_NativeCharacterSlotButtonFocusedChanged \ +static_assert(alignof(SBZMainMenuInventoryCharacterPreferenceScreen_NativeCharacterSlotButtonFocusedChanged) == 0x000008, "Wrong alignment on SBZMainMenuInventoryCharacterPreferenceScreen_NativeCharacterSlotButtonFocusedChanged"); \ +static_assert(sizeof(SBZMainMenuInventoryCharacterPreferenceScreen_NativeCharacterSlotButtonFocusedChanged) == 0x000010, "Wrong size on SBZMainMenuInventoryCharacterPreferenceScreen_NativeCharacterSlotButtonFocusedChanged"); \ +static_assert(offsetof(SBZMainMenuInventoryCharacterPreferenceScreen_NativeCharacterSlotButtonFocusedChanged, InFocusedButton) == 0x000000, "Member 'SBZMainMenuInventoryCharacterPreferenceScreen_NativeCharacterSlotButtonFocusedChanged::InFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuInventoryCharacterPreferenceScreen_NativeCharacterSlotButtonFocusedChanged, bIsFocused) == 0x000008, "Member 'SBZMainMenuInventoryCharacterPreferenceScreen_NativeCharacterSlotButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryCharacterPreferenceScreen_NativeCharacterSlotButtonSelected \ +static_assert(alignof(SBZMainMenuInventoryCharacterPreferenceScreen_NativeCharacterSlotButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuInventoryCharacterPreferenceScreen_NativeCharacterSlotButtonSelected"); \ +static_assert(sizeof(SBZMainMenuInventoryCharacterPreferenceScreen_NativeCharacterSlotButtonSelected) == 0x000008, "Wrong size on SBZMainMenuInventoryCharacterPreferenceScreen_NativeCharacterSlotButtonSelected"); \ +static_assert(offsetof(SBZMainMenuInventoryCharacterPreferenceScreen_NativeCharacterSlotButtonSelected, InSelectedButton) == 0x000000, "Member 'SBZMainMenuInventoryCharacterPreferenceScreen_NativeCharacterSlotButtonSelected::InSelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryCharacterPreferenceScreen_NativeOnActiveCharacterSlotIndexChanged \ +static_assert(alignof(SBZMainMenuInventoryCharacterPreferenceScreen_NativeOnActiveCharacterSlotIndexChanged) == 0x000004, "Wrong alignment on SBZMainMenuInventoryCharacterPreferenceScreen_NativeOnActiveCharacterSlotIndexChanged"); \ +static_assert(sizeof(SBZMainMenuInventoryCharacterPreferenceScreen_NativeOnActiveCharacterSlotIndexChanged) == 0x000004, "Wrong size on SBZMainMenuInventoryCharacterPreferenceScreen_NativeOnActiveCharacterSlotIndexChanged"); \ +static_assert(offsetof(SBZMainMenuInventoryCharacterPreferenceScreen_NativeOnActiveCharacterSlotIndexChanged, NewIndex) == 0x000000, "Member 'SBZMainMenuInventoryCharacterPreferenceScreen_NativeOnActiveCharacterSlotIndexChanged::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryCharacterPreferenceScreen_NativeOnCharacterPreferenceUpdated \ +static_assert(alignof(SBZMainMenuInventoryCharacterPreferenceScreen_NativeOnCharacterPreferenceUpdated) == 0x000004, "Wrong alignment on SBZMainMenuInventoryCharacterPreferenceScreen_NativeOnCharacterPreferenceUpdated"); \ +static_assert(sizeof(SBZMainMenuInventoryCharacterPreferenceScreen_NativeOnCharacterPreferenceUpdated) == 0x000004, "Wrong size on SBZMainMenuInventoryCharacterPreferenceScreen_NativeOnCharacterPreferenceUpdated"); \ +static_assert(offsetof(SBZMainMenuInventoryCharacterPreferenceScreen_NativeOnCharacterPreferenceUpdated, SlotIndex) == 0x000000, "Member 'SBZMainMenuInventoryCharacterPreferenceScreen_NativeOnCharacterPreferenceUpdated::SlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryCharacterPreferenceScreen_OnGameInstallStateChanged \ +static_assert(alignof(SBZMainMenuInventoryCharacterPreferenceScreen_OnGameInstallStateChanged) == 0x000001, "Wrong alignment on SBZMainMenuInventoryCharacterPreferenceScreen_OnGameInstallStateChanged"); \ +static_assert(sizeof(SBZMainMenuInventoryCharacterPreferenceScreen_OnGameInstallStateChanged) == 0x000001, "Wrong size on SBZMainMenuInventoryCharacterPreferenceScreen_OnGameInstallStateChanged"); \ +static_assert(offsetof(SBZMainMenuInventoryCharacterPreferenceScreen_OnGameInstallStateChanged, bIsInstallPending) == 0x000000, "Member 'SBZMainMenuInventoryCharacterPreferenceScreen_OnGameInstallStateChanged::bIsInstallPending' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryCharacterPreferenceScreen_UpdateCharacterSlotButtonControlsReference \ +static_assert(alignof(SBZMainMenuInventoryCharacterPreferenceScreen_UpdateCharacterSlotButtonControlsReference) == 0x000001, "Wrong alignment on SBZMainMenuInventoryCharacterPreferenceScreen_UpdateCharacterSlotButtonControlsReference"); \ +static_assert(sizeof(SBZMainMenuInventoryCharacterPreferenceScreen_UpdateCharacterSlotButtonControlsReference) == 0x000001, "Wrong size on SBZMainMenuInventoryCharacterPreferenceScreen_UpdateCharacterSlotButtonControlsReference"); \ +static_assert(offsetof(SBZMainMenuInventoryCharacterPreferenceScreen_UpdateCharacterSlotButtonControlsReference, SelectionAction) == 0x000000, "Member 'SBZMainMenuInventoryCharacterPreferenceScreen_UpdateCharacterSlotButtonControlsReference::SelectionAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuInventoryCharacterPreferenceScreen \ +static_assert(alignof(USBZMainMenuInventoryCharacterPreferenceScreen) == 0x000008, "Wrong alignment on USBZMainMenuInventoryCharacterPreferenceScreen"); \ +static_assert(sizeof(USBZMainMenuInventoryCharacterPreferenceScreen) == 0x000348, "Wrong size on USBZMainMenuInventoryCharacterPreferenceScreen"); \ +static_assert(offsetof(USBZMainMenuInventoryCharacterPreferenceScreen, ClearCharactersInputActionName) == 0x0002F0, "Member 'USBZMainMenuInventoryCharacterPreferenceScreen::ClearCharactersInputActionName' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuInventoryCharacterPreferenceScreen, CharacterSlotButtonClass) == 0x000300, "Member 'USBZMainMenuInventoryCharacterPreferenceScreen::CharacterSlotButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuInventoryCharacterPreferenceScreen, Panel_CharacterSlotButtons) == 0x000308, "Member 'USBZMainMenuInventoryCharacterPreferenceScreen::Panel_CharacterSlotButtons' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuInventoryCharacterPreferenceScreen, Widget_CharacterPreferenceDisplay) == 0x000310, "Member 'USBZMainMenuInventoryCharacterPreferenceScreen::Widget_CharacterPreferenceDisplay' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuInventoryCharacterPreferenceScreen, Widget_CharacterDisplayPanel) == 0x000318, "Member 'USBZMainMenuInventoryCharacterPreferenceScreen::Widget_CharacterDisplayPanel' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuInventoryCharacterPreferenceScreen, FocusedCharacterSlotButton) == 0x000320, "Member 'USBZMainMenuInventoryCharacterPreferenceScreen::FocusedCharacterSlotButton' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuInventoryCharacterPreferenceScreen, PreferredCharacterArray) == 0x000328, "Member 'USBZMainMenuInventoryCharacterPreferenceScreen::PreferredCharacterArray' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuInventoryCharacterPreferenceScreen, CharacterSlotButtonPool) == 0x000338, "Member 'USBZMainMenuInventoryCharacterPreferenceScreen::CharacterSlotButtonPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillSniperSpecGrazeBase \ +static_assert(alignof(USBZSkillSniperSpecGrazeBase) == 0x000008, "Wrong alignment on USBZSkillSniperSpecGrazeBase"); \ +static_assert(sizeof(USBZSkillSniperSpecGrazeBase) == 0x000230, "Wrong size on USBZSkillSniperSpecGrazeBase"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryGloveSlotButton_InitializeGloveSlot \ +static_assert(alignof(SBZMainMenuInventoryGloveSlotButton_InitializeGloveSlot) == 0x000004, "Wrong alignment on SBZMainMenuInventoryGloveSlotButton_InitializeGloveSlot"); \ +static_assert(sizeof(SBZMainMenuInventoryGloveSlotButton_InitializeGloveSlot) == 0x000004, "Wrong size on SBZMainMenuInventoryGloveSlotButton_InitializeGloveSlot"); \ +static_assert(offsetof(SBZMainMenuInventoryGloveSlotButton_InitializeGloveSlot, InGloveSlotIndex) == 0x000000, "Member 'SBZMainMenuInventoryGloveSlotButton_InitializeGloveSlot::InGloveSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryGloveSlotButton_SetActiveGloveSlot \ +static_assert(alignof(SBZMainMenuInventoryGloveSlotButton_SetActiveGloveSlot) == 0x000001, "Wrong alignment on SBZMainMenuInventoryGloveSlotButton_SetActiveGloveSlot"); \ +static_assert(sizeof(SBZMainMenuInventoryGloveSlotButton_SetActiveGloveSlot) == 0x000001, "Wrong size on SBZMainMenuInventoryGloveSlotButton_SetActiveGloveSlot"); \ +static_assert(offsetof(SBZMainMenuInventoryGloveSlotButton_SetActiveGloveSlot, bIsActiveGloveSlot) == 0x000000, "Member 'SBZMainMenuInventoryGloveSlotButton_SetActiveGloveSlot::bIsActiveGloveSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryGloveSlotButton_GetGloveInSlot \ +static_assert(alignof(SBZMainMenuInventoryGloveSlotButton_GetGloveInSlot) == 0x000008, "Wrong alignment on SBZMainMenuInventoryGloveSlotButton_GetGloveInSlot"); \ +static_assert(sizeof(SBZMainMenuInventoryGloveSlotButton_GetGloveInSlot) == 0x000008, "Wrong size on SBZMainMenuInventoryGloveSlotButton_GetGloveInSlot"); \ +static_assert(offsetof(SBZMainMenuInventoryGloveSlotButton_GetGloveInSlot, ReturnValue) == 0x000000, "Member 'SBZMainMenuInventoryGloveSlotButton_GetGloveInSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryGloveSlotButton_GetGloveSlotIndex \ +static_assert(alignof(SBZMainMenuInventoryGloveSlotButton_GetGloveSlotIndex) == 0x000004, "Wrong alignment on SBZMainMenuInventoryGloveSlotButton_GetGloveSlotIndex"); \ +static_assert(sizeof(SBZMainMenuInventoryGloveSlotButton_GetGloveSlotIndex) == 0x000004, "Wrong size on SBZMainMenuInventoryGloveSlotButton_GetGloveSlotIndex"); \ +static_assert(offsetof(SBZMainMenuInventoryGloveSlotButton_GetGloveSlotIndex, ReturnValue) == 0x000000, "Member 'SBZMainMenuInventoryGloveSlotButton_GetGloveSlotIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryGloveSlotButton_IsEmpty \ +static_assert(alignof(SBZMainMenuInventoryGloveSlotButton_IsEmpty) == 0x000001, "Wrong alignment on SBZMainMenuInventoryGloveSlotButton_IsEmpty"); \ +static_assert(sizeof(SBZMainMenuInventoryGloveSlotButton_IsEmpty) == 0x000001, "Wrong size on SBZMainMenuInventoryGloveSlotButton_IsEmpty"); \ +static_assert(offsetof(SBZMainMenuInventoryGloveSlotButton_IsEmpty, ReturnValue) == 0x000000, "Member 'SBZMainMenuInventoryGloveSlotButton_IsEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuInventoryGloveSlotButton \ +static_assert(alignof(USBZMainMenuInventoryGloveSlotButton) == 0x000008, "Wrong alignment on USBZMainMenuInventoryGloveSlotButton"); \ +static_assert(sizeof(USBZMainMenuInventoryGloveSlotButton) == 0x0003C8, "Wrong size on USBZMainMenuInventoryGloveSlotButton"); \ +static_assert(offsetof(USBZMainMenuInventoryGloveSlotButton, GloveSlot) == 0x000370, "Member 'USBZMainMenuInventoryGloveSlotButton::GloveSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuInventoryGloveSlotButton, GloveSlotIndex) == 0x0003C0, "Member 'USBZMainMenuInventoryGloveSlotButton::GloveSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryItemSlotButton_InitializeInventoryItem \ +static_assert(alignof(SBZMainMenuInventoryItemSlotButton_InitializeInventoryItem) == 0x000008, "Wrong alignment on SBZMainMenuInventoryItemSlotButton_InitializeInventoryItem"); \ +static_assert(sizeof(SBZMainMenuInventoryItemSlotButton_InitializeInventoryItem) == 0x000030, "Wrong size on SBZMainMenuInventoryItemSlotButton_InitializeInventoryItem"); \ +static_assert(offsetof(SBZMainMenuInventoryItemSlotButton_InitializeInventoryItem, InItemData) == 0x000000, "Member 'SBZMainMenuInventoryItemSlotButton_InitializeInventoryItem::InItemData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryItemSlotButton_InitializeItem \ +static_assert(alignof(SBZMainMenuInventoryItemSlotButton_InitializeItem) == 0x000008, "Wrong alignment on SBZMainMenuInventoryItemSlotButton_InitializeItem"); \ +static_assert(sizeof(SBZMainMenuInventoryItemSlotButton_InitializeItem) == 0x000008, "Wrong size on SBZMainMenuInventoryItemSlotButton_InitializeItem"); \ +static_assert(offsetof(SBZMainMenuInventoryItemSlotButton_InitializeItem, InventoryBaseData) == 0x000000, "Member 'SBZMainMenuInventoryItemSlotButton_InitializeItem::InventoryBaseData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryItemSlotButton_SetActiveItem \ +static_assert(alignof(SBZMainMenuInventoryItemSlotButton_SetActiveItem) == 0x000001, "Wrong alignment on SBZMainMenuInventoryItemSlotButton_SetActiveItem"); \ +static_assert(sizeof(SBZMainMenuInventoryItemSlotButton_SetActiveItem) == 0x000001, "Wrong size on SBZMainMenuInventoryItemSlotButton_SetActiveItem"); \ +static_assert(offsetof(SBZMainMenuInventoryItemSlotButton_SetActiveItem, bIsActiveItem) == 0x000000, "Member 'SBZMainMenuInventoryItemSlotButton_SetActiveItem::bIsActiveItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryItemSlotButton_GetInfamyLevel \ +static_assert(alignof(SBZMainMenuInventoryItemSlotButton_GetInfamyLevel) == 0x000004, "Wrong alignment on SBZMainMenuInventoryItemSlotButton_GetInfamyLevel"); \ +static_assert(sizeof(SBZMainMenuInventoryItemSlotButton_GetInfamyLevel) == 0x000004, "Wrong size on SBZMainMenuInventoryItemSlotButton_GetInfamyLevel"); \ +static_assert(offsetof(SBZMainMenuInventoryItemSlotButton_GetInfamyLevel, ReturnValue) == 0x000000, "Member 'SBZMainMenuInventoryItemSlotButton_GetInfamyLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryItemSlotButton_GetItemData \ +static_assert(alignof(SBZMainMenuInventoryItemSlotButton_GetItemData) == 0x000008, "Wrong alignment on SBZMainMenuInventoryItemSlotButton_GetItemData"); \ +static_assert(sizeof(SBZMainMenuInventoryItemSlotButton_GetItemData) == 0x000008, "Wrong size on SBZMainMenuInventoryItemSlotButton_GetItemData"); \ +static_assert(offsetof(SBZMainMenuInventoryItemSlotButton_GetItemData, ReturnValue) == 0x000000, "Member 'SBZMainMenuInventoryItemSlotButton_GetItemData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryItemSlotButton_GetItemSource \ +static_assert(alignof(SBZMainMenuInventoryItemSlotButton_GetItemSource) == 0x000001, "Wrong alignment on SBZMainMenuInventoryItemSlotButton_GetItemSource"); \ +static_assert(sizeof(SBZMainMenuInventoryItemSlotButton_GetItemSource) == 0x000001, "Wrong size on SBZMainMenuInventoryItemSlotButton_GetItemSource"); \ +static_assert(offsetof(SBZMainMenuInventoryItemSlotButton_GetItemSource, ReturnValue) == 0x000000, "Member 'SBZMainMenuInventoryItemSlotButton_GetItemSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryItemSlotButton_GetSkillName \ +static_assert(alignof(SBZMainMenuInventoryItemSlotButton_GetSkillName) == 0x000008, "Wrong alignment on SBZMainMenuInventoryItemSlotButton_GetSkillName"); \ +static_assert(sizeof(SBZMainMenuInventoryItemSlotButton_GetSkillName) == 0x000018, "Wrong size on SBZMainMenuInventoryItemSlotButton_GetSkillName"); \ +static_assert(offsetof(SBZMainMenuInventoryItemSlotButton_GetSkillName, ReturnValue) == 0x000000, "Member 'SBZMainMenuInventoryItemSlotButton_GetSkillName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryItemSlotButton_IsAvailable \ +static_assert(alignof(SBZMainMenuInventoryItemSlotButton_IsAvailable) == 0x000001, "Wrong alignment on SBZMainMenuInventoryItemSlotButton_IsAvailable"); \ +static_assert(sizeof(SBZMainMenuInventoryItemSlotButton_IsAvailable) == 0x000001, "Wrong size on SBZMainMenuInventoryItemSlotButton_IsAvailable"); \ +static_assert(offsetof(SBZMainMenuInventoryItemSlotButton_IsAvailable, ReturnValue) == 0x000000, "Member 'SBZMainMenuInventoryItemSlotButton_IsAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryItemSlotButton_IsLockedByDLC \ +static_assert(alignof(SBZMainMenuInventoryItemSlotButton_IsLockedByDLC) == 0x000001, "Wrong alignment on SBZMainMenuInventoryItemSlotButton_IsLockedByDLC"); \ +static_assert(sizeof(SBZMainMenuInventoryItemSlotButton_IsLockedByDLC) == 0x000001, "Wrong size on SBZMainMenuInventoryItemSlotButton_IsLockedByDLC"); \ +static_assert(offsetof(SBZMainMenuInventoryItemSlotButton_IsLockedByDLC, ReturnValue) == 0x000000, "Member 'SBZMainMenuInventoryItemSlotButton_IsLockedByDLC::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuInventoryItemSlotButton \ +static_assert(alignof(USBZMainMenuInventoryItemSlotButton) == 0x000008, "Wrong alignment on USBZMainMenuInventoryItemSlotButton"); \ +static_assert(sizeof(USBZMainMenuInventoryItemSlotButton) == 0x000398, "Wrong size on USBZMainMenuInventoryItemSlotButton"); \ +static_assert(offsetof(USBZMainMenuInventoryItemSlotButton, ItemData) == 0x000370, "Member 'USBZMainMenuInventoryItemSlotButton::ItemData' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuInventoryItemSlotButton, InfamyLevel) == 0x000378, "Member 'USBZMainMenuInventoryItemSlotButton::InfamyLevel' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuInventoryItemSlotButton, bIsAvailable) == 0x00037C, "Member 'USBZMainMenuInventoryItemSlotButton::bIsAvailable' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuInventoryItemSlotButton, bIsLockedByDLC) == 0x00037D, "Member 'USBZMainMenuInventoryItemSlotButton::bIsLockedByDLC' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuInventoryItemSlotButton, ItemSource) == 0x00037E, "Member 'USBZMainMenuInventoryItemSlotButton::ItemSource' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuInventoryItemSlotButton, SkillName) == 0x000380, "Member 'USBZMainMenuInventoryItemSlotButton::SkillName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillGrifterGrifter \ +static_assert(alignof(USBZSkillGrifterGrifter) == 0x000008, "Wrong alignment on USBZSkillGrifterGrifter"); \ +static_assert(sizeof(USBZSkillGrifterGrifter) == 0x000230, "Wrong size on USBZSkillGrifterGrifter"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryMaskSlotButton_InitializeMaskSlot \ +static_assert(alignof(SBZMainMenuInventoryMaskSlotButton_InitializeMaskSlot) == 0x000004, "Wrong alignment on SBZMainMenuInventoryMaskSlotButton_InitializeMaskSlot"); \ +static_assert(sizeof(SBZMainMenuInventoryMaskSlotButton_InitializeMaskSlot) == 0x000004, "Wrong size on SBZMainMenuInventoryMaskSlotButton_InitializeMaskSlot"); \ +static_assert(offsetof(SBZMainMenuInventoryMaskSlotButton_InitializeMaskSlot, InMaskSlotIndex) == 0x000000, "Member 'SBZMainMenuInventoryMaskSlotButton_InitializeMaskSlot::InMaskSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryMaskSlotButton_SetActiveMaskSlot \ +static_assert(alignof(SBZMainMenuInventoryMaskSlotButton_SetActiveMaskSlot) == 0x000001, "Wrong alignment on SBZMainMenuInventoryMaskSlotButton_SetActiveMaskSlot"); \ +static_assert(sizeof(SBZMainMenuInventoryMaskSlotButton_SetActiveMaskSlot) == 0x000001, "Wrong size on SBZMainMenuInventoryMaskSlotButton_SetActiveMaskSlot"); \ +static_assert(offsetof(SBZMainMenuInventoryMaskSlotButton_SetActiveMaskSlot, bIsActiveMaskSlot) == 0x000000, "Member 'SBZMainMenuInventoryMaskSlotButton_SetActiveMaskSlot::bIsActiveMaskSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryMaskSlotButton_GetMaskInSlot \ +static_assert(alignof(SBZMainMenuInventoryMaskSlotButton_GetMaskInSlot) == 0x000008, "Wrong alignment on SBZMainMenuInventoryMaskSlotButton_GetMaskInSlot"); \ +static_assert(sizeof(SBZMainMenuInventoryMaskSlotButton_GetMaskInSlot) == 0x000008, "Wrong size on SBZMainMenuInventoryMaskSlotButton_GetMaskInSlot"); \ +static_assert(offsetof(SBZMainMenuInventoryMaskSlotButton_GetMaskInSlot, ReturnValue) == 0x000000, "Member 'SBZMainMenuInventoryMaskSlotButton_GetMaskInSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryMaskSlotButton_GetMaskSlot \ +static_assert(alignof(SBZMainMenuInventoryMaskSlotButton_GetMaskSlot) == 0x000008, "Wrong alignment on SBZMainMenuInventoryMaskSlotButton_GetMaskSlot"); \ +static_assert(sizeof(SBZMainMenuInventoryMaskSlotButton_GetMaskSlot) == 0x0000D0, "Wrong size on SBZMainMenuInventoryMaskSlotButton_GetMaskSlot"); \ +static_assert(offsetof(SBZMainMenuInventoryMaskSlotButton_GetMaskSlot, ReturnValue) == 0x000000, "Member 'SBZMainMenuInventoryMaskSlotButton_GetMaskSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryMaskSlotButton_GetMaskSlotIndex \ +static_assert(alignof(SBZMainMenuInventoryMaskSlotButton_GetMaskSlotIndex) == 0x000004, "Wrong alignment on SBZMainMenuInventoryMaskSlotButton_GetMaskSlotIndex"); \ +static_assert(sizeof(SBZMainMenuInventoryMaskSlotButton_GetMaskSlotIndex) == 0x000004, "Wrong size on SBZMainMenuInventoryMaskSlotButton_GetMaskSlotIndex"); \ +static_assert(offsetof(SBZMainMenuInventoryMaskSlotButton_GetMaskSlotIndex, ReturnValue) == 0x000000, "Member 'SBZMainMenuInventoryMaskSlotButton_GetMaskSlotIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryMaskSlotButton_IsEmpty \ +static_assert(alignof(SBZMainMenuInventoryMaskSlotButton_IsEmpty) == 0x000001, "Wrong alignment on SBZMainMenuInventoryMaskSlotButton_IsEmpty"); \ +static_assert(sizeof(SBZMainMenuInventoryMaskSlotButton_IsEmpty) == 0x000001, "Wrong size on SBZMainMenuInventoryMaskSlotButton_IsEmpty"); \ +static_assert(offsetof(SBZMainMenuInventoryMaskSlotButton_IsEmpty, ReturnValue) == 0x000000, "Member 'SBZMainMenuInventoryMaskSlotButton_IsEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryMaskSlotButton_IsPreconfigMaskSlot \ +static_assert(alignof(SBZMainMenuInventoryMaskSlotButton_IsPreconfigMaskSlot) == 0x000001, "Wrong alignment on SBZMainMenuInventoryMaskSlotButton_IsPreconfigMaskSlot"); \ +static_assert(sizeof(SBZMainMenuInventoryMaskSlotButton_IsPreconfigMaskSlot) == 0x000001, "Wrong size on SBZMainMenuInventoryMaskSlotButton_IsPreconfigMaskSlot"); \ +static_assert(offsetof(SBZMainMenuInventoryMaskSlotButton_IsPreconfigMaskSlot, ReturnValue) == 0x000000, "Member 'SBZMainMenuInventoryMaskSlotButton_IsPreconfigMaskSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryMaskSlotButton_IsPresetMaskSlot \ +static_assert(alignof(SBZMainMenuInventoryMaskSlotButton_IsPresetMaskSlot) == 0x000001, "Wrong alignment on SBZMainMenuInventoryMaskSlotButton_IsPresetMaskSlot"); \ +static_assert(sizeof(SBZMainMenuInventoryMaskSlotButton_IsPresetMaskSlot) == 0x000001, "Wrong size on SBZMainMenuInventoryMaskSlotButton_IsPresetMaskSlot"); \ +static_assert(offsetof(SBZMainMenuInventoryMaskSlotButton_IsPresetMaskSlot, ReturnValue) == 0x000000, "Member 'SBZMainMenuInventoryMaskSlotButton_IsPresetMaskSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuInventoryMaskSlotButton \ +static_assert(alignof(USBZMainMenuInventoryMaskSlotButton) == 0x000008, "Wrong alignment on USBZMainMenuInventoryMaskSlotButton"); \ +static_assert(sizeof(USBZMainMenuInventoryMaskSlotButton) == 0x000448, "Wrong size on USBZMainMenuInventoryMaskSlotButton"); \ +static_assert(offsetof(USBZMainMenuInventoryMaskSlotButton, MaskSlot) == 0x000370, "Member 'USBZMainMenuInventoryMaskSlotButton::MaskSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuInventoryMaskSlotButton, MaskSlotIndex) == 0x000440, "Member 'USBZMainMenuInventoryMaskSlotButton::MaskSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerLoadoutAsset \ +static_assert(alignof(USBZPlayerLoadoutAsset) == 0x000008, "Wrong alignment on USBZPlayerLoadoutAsset"); \ +static_assert(sizeof(USBZPlayerLoadoutAsset) == 0x000320, "Wrong size on USBZPlayerLoadoutAsset"); \ +static_assert(offsetof(USBZPlayerLoadoutAsset, Loadout) == 0x000038, "Member 'USBZPlayerLoadoutAsset::Loadout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZVolumeDamageEffect \ +static_assert(alignof(USBZVolumeDamageEffect) == 0x000008, "Wrong alignment on USBZVolumeDamageEffect"); \ +static_assert(sizeof(USBZVolumeDamageEffect) == 0x0008C0, "Wrong size on USBZVolumeDamageEffect"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventorySuitSlotButton_InitializeSuitSlot \ +static_assert(alignof(SBZMainMenuInventorySuitSlotButton_InitializeSuitSlot) == 0x000004, "Wrong alignment on SBZMainMenuInventorySuitSlotButton_InitializeSuitSlot"); \ +static_assert(sizeof(SBZMainMenuInventorySuitSlotButton_InitializeSuitSlot) == 0x000004, "Wrong size on SBZMainMenuInventorySuitSlotButton_InitializeSuitSlot"); \ +static_assert(offsetof(SBZMainMenuInventorySuitSlotButton_InitializeSuitSlot, InSuitSlotIndex) == 0x000000, "Member 'SBZMainMenuInventorySuitSlotButton_InitializeSuitSlot::InSuitSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventorySuitSlotButton_SetActiveSuitSlot \ +static_assert(alignof(SBZMainMenuInventorySuitSlotButton_SetActiveSuitSlot) == 0x000001, "Wrong alignment on SBZMainMenuInventorySuitSlotButton_SetActiveSuitSlot"); \ +static_assert(sizeof(SBZMainMenuInventorySuitSlotButton_SetActiveSuitSlot) == 0x000001, "Wrong size on SBZMainMenuInventorySuitSlotButton_SetActiveSuitSlot"); \ +static_assert(offsetof(SBZMainMenuInventorySuitSlotButton_SetActiveSuitSlot, bIsActiveSuitSlot) == 0x000000, "Member 'SBZMainMenuInventorySuitSlotButton_SetActiveSuitSlot::bIsActiveSuitSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventorySuitSlotButton_GetSuitInSlot \ +static_assert(alignof(SBZMainMenuInventorySuitSlotButton_GetSuitInSlot) == 0x000008, "Wrong alignment on SBZMainMenuInventorySuitSlotButton_GetSuitInSlot"); \ +static_assert(sizeof(SBZMainMenuInventorySuitSlotButton_GetSuitInSlot) == 0x000008, "Wrong size on SBZMainMenuInventorySuitSlotButton_GetSuitInSlot"); \ +static_assert(offsetof(SBZMainMenuInventorySuitSlotButton_GetSuitInSlot, ReturnValue) == 0x000000, "Member 'SBZMainMenuInventorySuitSlotButton_GetSuitInSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventorySuitSlotButton_GetSuitInSlotConfig \ +static_assert(alignof(SBZMainMenuInventorySuitSlotButton_GetSuitInSlotConfig) == 0x000008, "Wrong alignment on SBZMainMenuInventorySuitSlotButton_GetSuitInSlotConfig"); \ +static_assert(sizeof(SBZMainMenuInventorySuitSlotButton_GetSuitInSlotConfig) == 0x000028, "Wrong size on SBZMainMenuInventorySuitSlotButton_GetSuitInSlotConfig"); \ +static_assert(offsetof(SBZMainMenuInventorySuitSlotButton_GetSuitInSlotConfig, ReturnValue) == 0x000000, "Member 'SBZMainMenuInventorySuitSlotButton_GetSuitInSlotConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventorySuitSlotButton_GetSuitSlotIndex \ +static_assert(alignof(SBZMainMenuInventorySuitSlotButton_GetSuitSlotIndex) == 0x000004, "Wrong alignment on SBZMainMenuInventorySuitSlotButton_GetSuitSlotIndex"); \ +static_assert(sizeof(SBZMainMenuInventorySuitSlotButton_GetSuitSlotIndex) == 0x000004, "Wrong size on SBZMainMenuInventorySuitSlotButton_GetSuitSlotIndex"); \ +static_assert(offsetof(SBZMainMenuInventorySuitSlotButton_GetSuitSlotIndex, ReturnValue) == 0x000000, "Member 'SBZMainMenuInventorySuitSlotButton_GetSuitSlotIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventorySuitSlotButton_IsEmpty \ +static_assert(alignof(SBZMainMenuInventorySuitSlotButton_IsEmpty) == 0x000001, "Wrong alignment on SBZMainMenuInventorySuitSlotButton_IsEmpty"); \ +static_assert(sizeof(SBZMainMenuInventorySuitSlotButton_IsEmpty) == 0x000001, "Wrong size on SBZMainMenuInventorySuitSlotButton_IsEmpty"); \ +static_assert(offsetof(SBZMainMenuInventorySuitSlotButton_IsEmpty, ReturnValue) == 0x000000, "Member 'SBZMainMenuInventorySuitSlotButton_IsEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventorySuitSlotButton_IsPresetSuitSlot \ +static_assert(alignof(SBZMainMenuInventorySuitSlotButton_IsPresetSuitSlot) == 0x000001, "Wrong alignment on SBZMainMenuInventorySuitSlotButton_IsPresetSuitSlot"); \ +static_assert(sizeof(SBZMainMenuInventorySuitSlotButton_IsPresetSuitSlot) == 0x000001, "Wrong size on SBZMainMenuInventorySuitSlotButton_IsPresetSuitSlot"); \ +static_assert(offsetof(SBZMainMenuInventorySuitSlotButton_IsPresetSuitSlot, ReturnValue) == 0x000000, "Member 'SBZMainMenuInventorySuitSlotButton_IsPresetSuitSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuInventorySuitSlotButton \ +static_assert(alignof(USBZMainMenuInventorySuitSlotButton) == 0x000008, "Wrong alignment on USBZMainMenuInventorySuitSlotButton"); \ +static_assert(sizeof(USBZMainMenuInventorySuitSlotButton) == 0x000400, "Wrong size on USBZMainMenuInventorySuitSlotButton"); \ +static_assert(offsetof(USBZMainMenuInventorySuitSlotButton, SuitSlot) == 0x000370, "Member 'USBZMainMenuInventorySuitSlotButton::SuitSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuInventorySuitSlotButton, SuitSlotIndex) == 0x0003F8, "Member 'USBZMainMenuInventorySuitSlotButton::SuitSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryWidget_LoadoutSlotStorePurchased \ +static_assert(alignof(SBZMainMenuInventoryWidget_LoadoutSlotStorePurchased) == 0x000001, "Wrong alignment on SBZMainMenuInventoryWidget_LoadoutSlotStorePurchased"); \ +static_assert(sizeof(SBZMainMenuInventoryWidget_LoadoutSlotStorePurchased) == 0x000001, "Wrong size on SBZMainMenuInventoryWidget_LoadoutSlotStorePurchased"); \ +static_assert(offsetof(SBZMainMenuInventoryWidget_LoadoutSlotStorePurchased, bWasSuccessful) == 0x000000, "Member 'SBZMainMenuInventoryWidget_LoadoutSlotStorePurchased::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuInventoryWidget_NativeOnLoadoutSlotStoreItemTransactionComplete \ +static_assert(alignof(SBZMainMenuInventoryWidget_NativeOnLoadoutSlotStoreItemTransactionComplete) == 0x000008, "Wrong alignment on SBZMainMenuInventoryWidget_NativeOnLoadoutSlotStoreItemTransactionComplete"); \ +static_assert(sizeof(SBZMainMenuInventoryWidget_NativeOnLoadoutSlotStoreItemTransactionComplete) == 0x000010, "Wrong size on SBZMainMenuInventoryWidget_NativeOnLoadoutSlotStoreItemTransactionComplete"); \ +static_assert(offsetof(SBZMainMenuInventoryWidget_NativeOnLoadoutSlotStoreItemTransactionComplete, MetaResult) == 0x000000, "Member 'SBZMainMenuInventoryWidget_NativeOnLoadoutSlotStoreItemTransactionComplete::MetaResult' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuInventoryWidget_NativeOnLoadoutSlotStoreItemTransactionComplete, InventoryItemData) == 0x000008, "Member 'SBZMainMenuInventoryWidget_NativeOnLoadoutSlotStoreItemTransactionComplete::InventoryItemData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuInventoryWidget \ +static_assert(alignof(USBZMainMenuInventoryWidget) == 0x000008, "Wrong alignment on USBZMainMenuInventoryWidget"); \ +static_assert(sizeof(USBZMainMenuInventoryWidget) == 0x0002C8, "Wrong size on USBZMainMenuInventoryWidget"); \ +static_assert(offsetof(USBZMainMenuInventoryWidget, Button_LoadoutSlotStoreItem) == 0x0002C0, "Member 'USBZMainMenuInventoryWidget::Button_LoadoutSlotStoreItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillShotgunSpecShotgunExpertBase \ +static_assert(alignof(USBZSkillShotgunSpecShotgunExpertBase) == 0x000008, "Wrong alignment on USBZSkillShotgunSpecShotgunExpertBase"); \ +static_assert(sizeof(USBZSkillShotgunSpecShotgunExpertBase) == 0x000230, "Wrong size on USBZSkillShotgunSpecShotgunExpertBase"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuItemInventoryScreen_DisplayItemInventoryScreen \ +static_assert(alignof(SBZMainMenuItemInventoryScreen_DisplayItemInventoryScreen) == 0x000004, "Wrong alignment on SBZMainMenuItemInventoryScreen_DisplayItemInventoryScreen"); \ +static_assert(sizeof(SBZMainMenuItemInventoryScreen_DisplayItemInventoryScreen) == 0x000008, "Wrong size on SBZMainMenuItemInventoryScreen_DisplayItemInventoryScreen"); \ +static_assert(offsetof(SBZMainMenuItemInventoryScreen_DisplayItemInventoryScreen, InLoadoutIndex) == 0x000000, "Member 'SBZMainMenuItemInventoryScreen_DisplayItemInventoryScreen::InLoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuItemInventoryScreen_DisplayItemInventoryScreen, InItemSlotType) == 0x000004, "Member 'SBZMainMenuItemInventoryScreen_DisplayItemInventoryScreen::InItemSlotType' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuItemInventoryScreen_DisplayItemInventoryScreen, ReturnValue) == 0x000005, "Member 'SBZMainMenuItemInventoryScreen_DisplayItemInventoryScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuItemInventoryScreen_HandleProgressionSave \ +static_assert(alignof(SBZMainMenuItemInventoryScreen_HandleProgressionSave) == 0x000001, "Wrong alignment on SBZMainMenuItemInventoryScreen_HandleProgressionSave"); \ +static_assert(sizeof(SBZMainMenuItemInventoryScreen_HandleProgressionSave) == 0x000001, "Wrong size on SBZMainMenuItemInventoryScreen_HandleProgressionSave"); \ +static_assert(offsetof(SBZMainMenuItemInventoryScreen_HandleProgressionSave, Result) == 0x000000, "Member 'SBZMainMenuItemInventoryScreen_HandleProgressionSave::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuItemInventoryScreen_NativeOnItemSlotButtonSelected \ +static_assert(alignof(SBZMainMenuItemInventoryScreen_NativeOnItemSlotButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuItemInventoryScreen_NativeOnItemSlotButtonSelected"); \ +static_assert(sizeof(SBZMainMenuItemInventoryScreen_NativeOnItemSlotButtonSelected) == 0x000008, "Wrong size on SBZMainMenuItemInventoryScreen_NativeOnItemSlotButtonSelected"); \ +static_assert(offsetof(SBZMainMenuItemInventoryScreen_NativeOnItemSlotButtonSelected, SelectedButton) == 0x000000, "Member 'SBZMainMenuItemInventoryScreen_NativeOnItemSlotButtonSelected::SelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuItemInventoryScreen_OnBuySlotItemCompleted \ +static_assert(alignof(SBZMainMenuItemInventoryScreen_OnBuySlotItemCompleted) == 0x000008, "Wrong alignment on SBZMainMenuItemInventoryScreen_OnBuySlotItemCompleted"); \ +static_assert(sizeof(SBZMainMenuItemInventoryScreen_OnBuySlotItemCompleted) == 0x000018, "Wrong size on SBZMainMenuItemInventoryScreen_OnBuySlotItemCompleted"); \ +static_assert(offsetof(SBZMainMenuItemInventoryScreen_OnBuySlotItemCompleted, Result) == 0x000000, "Member 'SBZMainMenuItemInventoryScreen_OnBuySlotItemCompleted::Result' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuItemInventoryScreen_OnBuySlotItemCompleted, Itemsku) == 0x000008, "Member 'SBZMainMenuItemInventoryScreen_OnBuySlotItemCompleted::Itemsku' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuItemInventoryScreen_OnGameInstallStateChanged \ +static_assert(alignof(SBZMainMenuItemInventoryScreen_OnGameInstallStateChanged) == 0x000001, "Wrong alignment on SBZMainMenuItemInventoryScreen_OnGameInstallStateChanged"); \ +static_assert(sizeof(SBZMainMenuItemInventoryScreen_OnGameInstallStateChanged) == 0x000001, "Wrong size on SBZMainMenuItemInventoryScreen_OnGameInstallStateChanged"); \ +static_assert(offsetof(SBZMainMenuItemInventoryScreen_OnGameInstallStateChanged, bIsInstallPending) == 0x000000, "Member 'SBZMainMenuItemInventoryScreen_OnGameInstallStateChanged::bIsInstallPending' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuItemInventoryScreen_OnItemSlotButtonFocusedChanged \ +static_assert(alignof(SBZMainMenuItemInventoryScreen_OnItemSlotButtonFocusedChanged) == 0x000008, "Wrong alignment on SBZMainMenuItemInventoryScreen_OnItemSlotButtonFocusedChanged"); \ +static_assert(sizeof(SBZMainMenuItemInventoryScreen_OnItemSlotButtonFocusedChanged) == 0x000010, "Wrong size on SBZMainMenuItemInventoryScreen_OnItemSlotButtonFocusedChanged"); \ +static_assert(offsetof(SBZMainMenuItemInventoryScreen_OnItemSlotButtonFocusedChanged, SelectedButton) == 0x000000, "Member 'SBZMainMenuItemInventoryScreen_OnItemSlotButtonFocusedChanged::SelectedButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuItemInventoryScreen_OnItemSlotButtonFocusedChanged, bIsFocused) == 0x000008, "Member 'SBZMainMenuItemInventoryScreen_OnItemSlotButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuItemInventoryScreen_OnItemSlotButtonSelected \ +static_assert(alignof(SBZMainMenuItemInventoryScreen_OnItemSlotButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuItemInventoryScreen_OnItemSlotButtonSelected"); \ +static_assert(sizeof(SBZMainMenuItemInventoryScreen_OnItemSlotButtonSelected) == 0x000008, "Wrong size on SBZMainMenuItemInventoryScreen_OnItemSlotButtonSelected"); \ +static_assert(offsetof(SBZMainMenuItemInventoryScreen_OnItemSlotButtonSelected, SelectedButton) == 0x000000, "Member 'SBZMainMenuItemInventoryScreen_OnItemSlotButtonSelected::SelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuItemInventoryScreen_OnShowBuySlotPopUpClosed \ +static_assert(alignof(SBZMainMenuItemInventoryScreen_OnShowBuySlotPopUpClosed) == 0x000004, "Wrong alignment on SBZMainMenuItemInventoryScreen_OnShowBuySlotPopUpClosed"); \ +static_assert(sizeof(SBZMainMenuItemInventoryScreen_OnShowBuySlotPopUpClosed) == 0x00000C, "Wrong size on SBZMainMenuItemInventoryScreen_OnShowBuySlotPopUpClosed"); \ +static_assert(offsetof(SBZMainMenuItemInventoryScreen_OnShowBuySlotPopUpClosed, InActionName) == 0x000000, "Member 'SBZMainMenuItemInventoryScreen_OnShowBuySlotPopUpClosed::InActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuItemInventoryScreen_OnSlotPriceChanged \ +static_assert(alignof(SBZMainMenuItemInventoryScreen_OnSlotPriceChanged) == 0x000008, "Wrong alignment on SBZMainMenuItemInventoryScreen_OnSlotPriceChanged"); \ +static_assert(sizeof(SBZMainMenuItemInventoryScreen_OnSlotPriceChanged) == 0x000100, "Wrong size on SBZMainMenuItemInventoryScreen_OnSlotPriceChanged"); \ +static_assert(offsetof(SBZMainMenuItemInventoryScreen_OnSlotPriceChanged, Item) == 0x000000, "Member 'SBZMainMenuItemInventoryScreen_OnSlotPriceChanged::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuItemInventoryScreen_OnSlotPurchaseComplete \ +static_assert(alignof(SBZMainMenuItemInventoryScreen_OnSlotPurchaseComplete) == 0x000001, "Wrong alignment on SBZMainMenuItemInventoryScreen_OnSlotPurchaseComplete"); \ +static_assert(sizeof(SBZMainMenuItemInventoryScreen_OnSlotPurchaseComplete) == 0x000001, "Wrong size on SBZMainMenuItemInventoryScreen_OnSlotPurchaseComplete"); \ +static_assert(offsetof(SBZMainMenuItemInventoryScreen_OnSlotPurchaseComplete, bWasSuccessful) == 0x000000, "Member 'SBZMainMenuItemInventoryScreen_OnSlotPurchaseComplete::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuItemInventoryScreen_GetActiveItem \ +static_assert(alignof(SBZMainMenuItemInventoryScreen_GetActiveItem) == 0x000008, "Wrong alignment on SBZMainMenuItemInventoryScreen_GetActiveItem"); \ +static_assert(sizeof(SBZMainMenuItemInventoryScreen_GetActiveItem) == 0x000008, "Wrong size on SBZMainMenuItemInventoryScreen_GetActiveItem"); \ +static_assert(offsetof(SBZMainMenuItemInventoryScreen_GetActiveItem, ReturnValue) == 0x000000, "Member 'SBZMainMenuItemInventoryScreen_GetActiveItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuItemInventoryScreen \ +static_assert(alignof(USBZMainMenuItemInventoryScreen) == 0x000008, "Wrong alignment on USBZMainMenuItemInventoryScreen"); \ +static_assert(sizeof(USBZMainMenuItemInventoryScreen) == 0x000420, "Wrong size on USBZMainMenuItemInventoryScreen"); \ +static_assert(offsetof(USBZMainMenuItemInventoryScreen, ItemSlotButtonClass) == 0x0002F0, "Member 'USBZMainMenuItemInventoryScreen::ItemSlotButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuItemInventoryScreen, Panel_ItemSlotButtons) == 0x0002F8, "Member 'USBZMainMenuItemInventoryScreen::Panel_ItemSlotButtons' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuItemInventoryScreen, CurrentLoadoutIndex) == 0x000300, "Member 'USBZMainMenuItemInventoryScreen::CurrentLoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuItemInventoryScreen, ItemSlotType) == 0x000304, "Member 'USBZMainMenuItemInventoryScreen::ItemSlotType' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuItemInventoryScreen, SelectedItemButton) == 0x000308, "Member 'USBZMainMenuItemInventoryScreen::SelectedItemButton' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuItemInventoryScreen, ItemSlotButtonPool) == 0x000310, "Member 'USBZMainMenuItemInventoryScreen::ItemSlotButtonPool' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuItemInventoryScreen, SlotItem) == 0x000320, "Member 'USBZMainMenuItemInventoryScreen::SlotItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSlotsSync_OnAddPlayerState \ +static_assert(alignof(SBZOnlineSlotsSync_OnAddPlayerState) == 0x000008, "Wrong alignment on SBZOnlineSlotsSync_OnAddPlayerState"); \ +static_assert(sizeof(SBZOnlineSlotsSync_OnAddPlayerState) == 0x000008, "Wrong size on SBZOnlineSlotsSync_OnAddPlayerState"); \ +static_assert(offsetof(SBZOnlineSlotsSync_OnAddPlayerState, PlayerState) == 0x000000, "Member 'SBZOnlineSlotsSync_OnAddPlayerState::PlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSlotsSync_OnAddPlayerStateEvent \ +static_assert(alignof(SBZOnlineSlotsSync_OnAddPlayerStateEvent) == 0x000008, "Wrong alignment on SBZOnlineSlotsSync_OnAddPlayerStateEvent"); \ +static_assert(sizeof(SBZOnlineSlotsSync_OnAddPlayerStateEvent) == 0x000008, "Wrong size on SBZOnlineSlotsSync_OnAddPlayerStateEvent"); \ +static_assert(offsetof(SBZOnlineSlotsSync_OnAddPlayerStateEvent, PlayerStateAddedEventData) == 0x000000, "Member 'SBZOnlineSlotsSync_OnAddPlayerStateEvent::PlayerStateAddedEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSlotsSync_OnGameModeInitialized \ +static_assert(alignof(SBZOnlineSlotsSync_OnGameModeInitialized) == 0x000008, "Wrong alignment on SBZOnlineSlotsSync_OnGameModeInitialized"); \ +static_assert(sizeof(SBZOnlineSlotsSync_OnGameModeInitialized) == 0x000008, "Wrong size on SBZOnlineSlotsSync_OnGameModeInitialized"); \ +static_assert(offsetof(SBZOnlineSlotsSync_OnGameModeInitialized, GameMode) == 0x000000, "Member 'SBZOnlineSlotsSync_OnGameModeInitialized::GameMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSlotsSync_OnP2PSeamlessTravelComplete \ +static_assert(alignof(SBZOnlineSlotsSync_OnP2PSeamlessTravelComplete) == 0x000008, "Wrong alignment on SBZOnlineSlotsSync_OnP2PSeamlessTravelComplete"); \ +static_assert(sizeof(SBZOnlineSlotsSync_OnP2PSeamlessTravelComplete) == 0x000008, "Wrong size on SBZOnlineSlotsSync_OnP2PSeamlessTravelComplete"); \ +static_assert(offsetof(SBZOnlineSlotsSync_OnP2PSeamlessTravelComplete, InWorld) == 0x000000, "Member 'SBZOnlineSlotsSync_OnP2PSeamlessTravelComplete::InWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSlotsSync_OnPlayerStateReceivedUniqueId \ +static_assert(alignof(SBZOnlineSlotsSync_OnPlayerStateReceivedUniqueId) == 0x000008, "Wrong alignment on SBZOnlineSlotsSync_OnPlayerStateReceivedUniqueId"); \ +static_assert(sizeof(SBZOnlineSlotsSync_OnPlayerStateReceivedUniqueId) == 0x000008, "Wrong size on SBZOnlineSlotsSync_OnPlayerStateReceivedUniqueId"); \ +static_assert(offsetof(SBZOnlineSlotsSync_OnPlayerStateReceivedUniqueId, InPlayerState) == 0x000000, "Member 'SBZOnlineSlotsSync_OnPlayerStateReceivedUniqueId::InPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSlotsSync_OnRemovePlayerState \ +static_assert(alignof(SBZOnlineSlotsSync_OnRemovePlayerState) == 0x000008, "Wrong alignment on SBZOnlineSlotsSync_OnRemovePlayerState"); \ +static_assert(sizeof(SBZOnlineSlotsSync_OnRemovePlayerState) == 0x000028, "Wrong size on SBZOnlineSlotsSync_OnRemovePlayerState"); \ +static_assert(offsetof(SBZOnlineSlotsSync_OnRemovePlayerState, InPlayerId) == 0x000000, "Member 'SBZOnlineSlotsSync_OnRemovePlayerState::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSlotsSync_UniqueIdUpdated \ +static_assert(alignof(SBZOnlineSlotsSync_UniqueIdUpdated) == 0x000008, "Wrong alignment on SBZOnlineSlotsSync_UniqueIdUpdated"); \ +static_assert(sizeof(SBZOnlineSlotsSync_UniqueIdUpdated) == 0x000008, "Wrong size on SBZOnlineSlotsSync_UniqueIdUpdated"); \ +static_assert(offsetof(SBZOnlineSlotsSync_UniqueIdUpdated, InPlayerState) == 0x000000, "Member 'SBZOnlineSlotsSync_UniqueIdUpdated::InPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSlotsSync_UpdateEOSProductUserId \ +static_assert(alignof(SBZOnlineSlotsSync_UpdateEOSProductUserId) == 0x000008, "Wrong alignment on SBZOnlineSlotsSync_UpdateEOSProductUserId"); \ +static_assert(sizeof(SBZOnlineSlotsSync_UpdateEOSProductUserId) == 0x000008, "Wrong size on SBZOnlineSlotsSync_UpdateEOSProductUserId"); \ +static_assert(offsetof(SBZOnlineSlotsSync_UpdateEOSProductUserId, InPlayerState) == 0x000000, "Member 'SBZOnlineSlotsSync_UpdateEOSProductUserId::InPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSlotsSync_UpdateInfamyLevel \ +static_assert(alignof(SBZOnlineSlotsSync_UpdateInfamyLevel) == 0x000008, "Wrong alignment on SBZOnlineSlotsSync_UpdateInfamyLevel"); \ +static_assert(sizeof(SBZOnlineSlotsSync_UpdateInfamyLevel) == 0x000008, "Wrong size on SBZOnlineSlotsSync_UpdateInfamyLevel"); \ +static_assert(offsetof(SBZOnlineSlotsSync_UpdateInfamyLevel, InPlayerState) == 0x000000, "Member 'SBZOnlineSlotsSync_UpdateInfamyLevel::InPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSlotsSync_UpdatePlatform \ +static_assert(alignof(SBZOnlineSlotsSync_UpdatePlatform) == 0x000008, "Wrong alignment on SBZOnlineSlotsSync_UpdatePlatform"); \ +static_assert(sizeof(SBZOnlineSlotsSync_UpdatePlatform) == 0x000008, "Wrong size on SBZOnlineSlotsSync_UpdatePlatform"); \ +static_assert(offsetof(SBZOnlineSlotsSync_UpdatePlatform, InPlayerState) == 0x000000, "Member 'SBZOnlineSlotsSync_UpdatePlatform::InPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSlotsSync_UpdatePlayerName \ +static_assert(alignof(SBZOnlineSlotsSync_UpdatePlayerName) == 0x000008, "Wrong alignment on SBZOnlineSlotsSync_UpdatePlayerName"); \ +static_assert(sizeof(SBZOnlineSlotsSync_UpdatePlayerName) == 0x000008, "Wrong size on SBZOnlineSlotsSync_UpdatePlayerName"); \ +static_assert(offsetof(SBZOnlineSlotsSync_UpdatePlayerName, InPlayerState) == 0x000000, "Member 'SBZOnlineSlotsSync_UpdatePlayerName::InPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZOnlineSlotsSync \ +static_assert(alignof(ASBZOnlineSlotsSync) == 0x000008, "Wrong alignment on ASBZOnlineSlotsSync"); \ +static_assert(sizeof(ASBZOnlineSlotsSync) == 0x0003C8, "Wrong size on ASBZOnlineSlotsSync"); \ +static_assert(offsetof(ASBZOnlineSlotsSync, SlotsData) == 0x0002A8, "Member 'ASBZOnlineSlotsSync::SlotsData' has a wrong offset!"); \ +static_assert(offsetof(ASBZOnlineSlotsSync, PendingPlayerStates) == 0x0002B8, "Member 'ASBZOnlineSlotsSync::PendingPlayerStates' has a wrong offset!"); \ +static_assert(offsetof(ASBZOnlineSlotsSync, OnlineSession) == 0x0002C8, "Member 'ASBZOnlineSlotsSync::OnlineSession' has a wrong offset!"); \ +static_assert(offsetof(ASBZOnlineSlotsSync, VoiceSessionId) == 0x0002D0, "Member 'ASBZOnlineSlotsSync::VoiceSessionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuItemInventoryWidget_DisplayItemSlotScreen \ +static_assert(alignof(SBZMainMenuItemInventoryWidget_DisplayItemSlotScreen) == 0x000008, "Wrong alignment on SBZMainMenuItemInventoryWidget_DisplayItemSlotScreen"); \ +static_assert(sizeof(SBZMainMenuItemInventoryWidget_DisplayItemSlotScreen) == 0x000018, "Wrong size on SBZMainMenuItemInventoryWidget_DisplayItemSlotScreen"); \ +static_assert(offsetof(SBZMainMenuItemInventoryWidget_DisplayItemSlotScreen, InItemSlotType) == 0x000000, "Member 'SBZMainMenuItemInventoryWidget_DisplayItemSlotScreen::InItemSlotType' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuItemInventoryWidget_DisplayItemSlotScreen, InActiveItem) == 0x000008, "Member 'SBZMainMenuItemInventoryWidget_DisplayItemSlotScreen::InActiveItem' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuItemInventoryWidget_DisplayItemSlotScreen, ReturnValue) == 0x000010, "Member 'SBZMainMenuItemInventoryWidget_DisplayItemSlotScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuItemInventoryWidget_NativeOnItemSlotButtonSelected \ +static_assert(alignof(SBZMainMenuItemInventoryWidget_NativeOnItemSlotButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuItemInventoryWidget_NativeOnItemSlotButtonSelected"); \ +static_assert(sizeof(SBZMainMenuItemInventoryWidget_NativeOnItemSlotButtonSelected) == 0x000008, "Wrong size on SBZMainMenuItemInventoryWidget_NativeOnItemSlotButtonSelected"); \ +static_assert(offsetof(SBZMainMenuItemInventoryWidget_NativeOnItemSlotButtonSelected, SelectedButton) == 0x000000, "Member 'SBZMainMenuItemInventoryWidget_NativeOnItemSlotButtonSelected::SelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuItemInventoryWidget_OnItemSlotButtonFocusedChanged \ +static_assert(alignof(SBZMainMenuItemInventoryWidget_OnItemSlotButtonFocusedChanged) == 0x000008, "Wrong alignment on SBZMainMenuItemInventoryWidget_OnItemSlotButtonFocusedChanged"); \ +static_assert(sizeof(SBZMainMenuItemInventoryWidget_OnItemSlotButtonFocusedChanged) == 0x000010, "Wrong size on SBZMainMenuItemInventoryWidget_OnItemSlotButtonFocusedChanged"); \ +static_assert(offsetof(SBZMainMenuItemInventoryWidget_OnItemSlotButtonFocusedChanged, SelectedButton) == 0x000000, "Member 'SBZMainMenuItemInventoryWidget_OnItemSlotButtonFocusedChanged::SelectedButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuItemInventoryWidget_OnItemSlotButtonFocusedChanged, bIsFocused) == 0x000008, "Member 'SBZMainMenuItemInventoryWidget_OnItemSlotButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuItemInventoryWidget_OnItemSlotButtonSelected \ +static_assert(alignof(SBZMainMenuItemInventoryWidget_OnItemSlotButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuItemInventoryWidget_OnItemSlotButtonSelected"); \ +static_assert(sizeof(SBZMainMenuItemInventoryWidget_OnItemSlotButtonSelected) == 0x000008, "Wrong size on SBZMainMenuItemInventoryWidget_OnItemSlotButtonSelected"); \ +static_assert(offsetof(SBZMainMenuItemInventoryWidget_OnItemSlotButtonSelected, SelectedButton) == 0x000000, "Member 'SBZMainMenuItemInventoryWidget_OnItemSlotButtonSelected::SelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuItemInventoryWidget_GetActiveItem \ +static_assert(alignof(SBZMainMenuItemInventoryWidget_GetActiveItem) == 0x000008, "Wrong alignment on SBZMainMenuItemInventoryWidget_GetActiveItem"); \ +static_assert(sizeof(SBZMainMenuItemInventoryWidget_GetActiveItem) == 0x000008, "Wrong size on SBZMainMenuItemInventoryWidget_GetActiveItem"); \ +static_assert(offsetof(SBZMainMenuItemInventoryWidget_GetActiveItem, ReturnValue) == 0x000000, "Member 'SBZMainMenuItemInventoryWidget_GetActiveItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuItemInventoryWidget \ +static_assert(alignof(USBZMainMenuItemInventoryWidget) == 0x000008, "Wrong alignment on USBZMainMenuItemInventoryWidget"); \ +static_assert(sizeof(USBZMainMenuItemInventoryWidget) == 0x0002F0, "Wrong size on USBZMainMenuItemInventoryWidget"); \ +static_assert(offsetof(USBZMainMenuItemInventoryWidget, ItemSlotButtonClass) == 0x0002C0, "Member 'USBZMainMenuItemInventoryWidget::ItemSlotButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuItemInventoryWidget, Panel_ItemSlotButtons) == 0x0002C8, "Member 'USBZMainMenuItemInventoryWidget::Panel_ItemSlotButtons' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuItemInventoryWidget, ItemSlotType) == 0x0002D0, "Member 'USBZMainMenuItemInventoryWidget::ItemSlotType' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuItemInventoryWidget, SelectedItemButton) == 0x0002D8, "Member 'USBZMainMenuItemInventoryWidget::SelectedItemButton' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuItemInventoryWidget, ItemSlotButtonPool) == 0x0002E0, "Member 'USBZMainMenuItemInventoryWidget::ItemSlotButtonPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerMeleeComponent \ +static_assert(alignof(USBZPlayerMeleeComponent) == 0x000008, "Wrong alignment on USBZPlayerMeleeComponent"); \ +static_assert(sizeof(USBZPlayerMeleeComponent) == 0x000168, "Wrong size on USBZPlayerMeleeComponent"); \ +static_assert(offsetof(USBZPlayerMeleeComponent, HeavyHurtReactionData) == 0x000150, "Member 'USBZPlayerMeleeComponent::HeavyHurtReactionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillShockGrenadeElectricTenderizerBase \ +static_assert(alignof(USBZSkillShockGrenadeElectricTenderizerBase) == 0x000008, "Wrong alignment on USBZSkillShockGrenadeElectricTenderizerBase"); \ +static_assert(sizeof(USBZSkillShockGrenadeElectricTenderizerBase) == 0x000230, "Wrong size on USBZSkillShockGrenadeElectricTenderizerBase"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuItemRewardDisplay_InfamyInitialized \ +static_assert(alignof(SBZMainMenuItemRewardDisplay_InfamyInitialized) == 0x000004, "Wrong alignment on SBZMainMenuItemRewardDisplay_InfamyInitialized"); \ +static_assert(sizeof(SBZMainMenuItemRewardDisplay_InfamyInitialized) == 0x000004, "Wrong size on SBZMainMenuItemRewardDisplay_InfamyInitialized"); \ +static_assert(offsetof(SBZMainMenuItemRewardDisplay_InfamyInitialized, InfamyPoints) == 0x000000, "Member 'SBZMainMenuItemRewardDisplay_InfamyInitialized::InfamyPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuItemRewardDisplay_ItemInitialized \ +static_assert(alignof(SBZMainMenuItemRewardDisplay_ItemInitialized) == 0x000008, "Wrong alignment on SBZMainMenuItemRewardDisplay_ItemInitialized"); \ +static_assert(sizeof(SBZMainMenuItemRewardDisplay_ItemInitialized) == 0x000030, "Wrong size on SBZMainMenuItemRewardDisplay_ItemInitialized"); \ +static_assert(offsetof(SBZMainMenuItemRewardDisplay_ItemInitialized, InRewardItem) == 0x000000, "Member 'SBZMainMenuItemRewardDisplay_ItemInitialized::InRewardItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuItemRewardDisplay \ +static_assert(alignof(USBZMainMenuItemRewardDisplay) == 0x000008, "Wrong alignment on USBZMainMenuItemRewardDisplay"); \ +static_assert(sizeof(USBZMainMenuItemRewardDisplay) == 0x000290, "Wrong size on USBZMainMenuItemRewardDisplay"); \ + +#define DUMPER7_ASSERTS_USBZSkillGrazeAreaOfEffect \ +static_assert(alignof(USBZSkillGrazeAreaOfEffect) == 0x000008, "Wrong alignment on USBZSkillGrazeAreaOfEffect"); \ +static_assert(sizeof(USBZSkillGrazeAreaOfEffect) == 0x0008C0, "Wrong size on USBZSkillGrazeAreaOfEffect"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuItemSlotInventoryWidget_DisplayItemSlotScreen \ +static_assert(alignof(SBZMainMenuItemSlotInventoryWidget_DisplayItemSlotScreen) == 0x000008, "Wrong alignment on SBZMainMenuItemSlotInventoryWidget_DisplayItemSlotScreen"); \ +static_assert(sizeof(SBZMainMenuItemSlotInventoryWidget_DisplayItemSlotScreen) == 0x000018, "Wrong size on SBZMainMenuItemSlotInventoryWidget_DisplayItemSlotScreen"); \ +static_assert(offsetof(SBZMainMenuItemSlotInventoryWidget_DisplayItemSlotScreen, InItemSlotType) == 0x000000, "Member 'SBZMainMenuItemSlotInventoryWidget_DisplayItemSlotScreen::InItemSlotType' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuItemSlotInventoryWidget_DisplayItemSlotScreen, InActiveItem) == 0x000008, "Member 'SBZMainMenuItemSlotInventoryWidget_DisplayItemSlotScreen::InActiveItem' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuItemSlotInventoryWidget_DisplayItemSlotScreen, ReturnValue) == 0x000010, "Member 'SBZMainMenuItemSlotInventoryWidget_DisplayItemSlotScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuItemSlotInventoryWidget_NativeOnItemSlotButtonSelected \ +static_assert(alignof(SBZMainMenuItemSlotInventoryWidget_NativeOnItemSlotButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuItemSlotInventoryWidget_NativeOnItemSlotButtonSelected"); \ +static_assert(sizeof(SBZMainMenuItemSlotInventoryWidget_NativeOnItemSlotButtonSelected) == 0x000008, "Wrong size on SBZMainMenuItemSlotInventoryWidget_NativeOnItemSlotButtonSelected"); \ +static_assert(offsetof(SBZMainMenuItemSlotInventoryWidget_NativeOnItemSlotButtonSelected, SelectedButton) == 0x000000, "Member 'SBZMainMenuItemSlotInventoryWidget_NativeOnItemSlotButtonSelected::SelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuItemSlotInventoryWidget_OnItemSlotButtonFocusedChanged \ +static_assert(alignof(SBZMainMenuItemSlotInventoryWidget_OnItemSlotButtonFocusedChanged) == 0x000008, "Wrong alignment on SBZMainMenuItemSlotInventoryWidget_OnItemSlotButtonFocusedChanged"); \ +static_assert(sizeof(SBZMainMenuItemSlotInventoryWidget_OnItemSlotButtonFocusedChanged) == 0x000010, "Wrong size on SBZMainMenuItemSlotInventoryWidget_OnItemSlotButtonFocusedChanged"); \ +static_assert(offsetof(SBZMainMenuItemSlotInventoryWidget_OnItemSlotButtonFocusedChanged, SelectedButton) == 0x000000, "Member 'SBZMainMenuItemSlotInventoryWidget_OnItemSlotButtonFocusedChanged::SelectedButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuItemSlotInventoryWidget_OnItemSlotButtonFocusedChanged, bIsFocused) == 0x000008, "Member 'SBZMainMenuItemSlotInventoryWidget_OnItemSlotButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuItemSlotInventoryWidget_OnItemSlotButtonSelected \ +static_assert(alignof(SBZMainMenuItemSlotInventoryWidget_OnItemSlotButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuItemSlotInventoryWidget_OnItemSlotButtonSelected"); \ +static_assert(sizeof(SBZMainMenuItemSlotInventoryWidget_OnItemSlotButtonSelected) == 0x000008, "Wrong size on SBZMainMenuItemSlotInventoryWidget_OnItemSlotButtonSelected"); \ +static_assert(offsetof(SBZMainMenuItemSlotInventoryWidget_OnItemSlotButtonSelected, SelectedButton) == 0x000000, "Member 'SBZMainMenuItemSlotInventoryWidget_OnItemSlotButtonSelected::SelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuItemSlotInventoryWidget_GetActiveItem \ +static_assert(alignof(SBZMainMenuItemSlotInventoryWidget_GetActiveItem) == 0x000008, "Wrong alignment on SBZMainMenuItemSlotInventoryWidget_GetActiveItem"); \ +static_assert(sizeof(SBZMainMenuItemSlotInventoryWidget_GetActiveItem) == 0x000008, "Wrong size on SBZMainMenuItemSlotInventoryWidget_GetActiveItem"); \ +static_assert(offsetof(SBZMainMenuItemSlotInventoryWidget_GetActiveItem, ReturnValue) == 0x000000, "Member 'SBZMainMenuItemSlotInventoryWidget_GetActiveItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuItemSlotInventoryWidget \ +static_assert(alignof(USBZMainMenuItemSlotInventoryWidget) == 0x000008, "Wrong alignment on USBZMainMenuItemSlotInventoryWidget"); \ +static_assert(sizeof(USBZMainMenuItemSlotInventoryWidget) == 0x0002D0, "Wrong size on USBZMainMenuItemSlotInventoryWidget"); \ +static_assert(offsetof(USBZMainMenuItemSlotInventoryWidget, OnActiveItemSlotChanged) == 0x000290, "Member 'USBZMainMenuItemSlotInventoryWidget::OnActiveItemSlotChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuItemSlotInventoryWidget, ItemSlotButtonClass) == 0x0002A0, "Member 'USBZMainMenuItemSlotInventoryWidget::ItemSlotButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuItemSlotInventoryWidget, Panel_ItemSlotButtons) == 0x0002A8, "Member 'USBZMainMenuItemSlotInventoryWidget::Panel_ItemSlotButtons' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuItemSlotInventoryWidget, ItemSlotType) == 0x0002B0, "Member 'USBZMainMenuItemSlotInventoryWidget::ItemSlotType' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuItemSlotInventoryWidget, SelectedItemButton) == 0x0002B8, "Member 'USBZMainMenuItemSlotInventoryWidget::SelectedItemButton' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuItemSlotInventoryWidget, ItemSlotButtonPool) == 0x0002C0, "Member 'USBZMainMenuItemSlotInventoryWidget::ItemSlotButtonPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillGunslingerQuickDraw \ +static_assert(alignof(USBZSkillGunslingerQuickDraw) == 0x000008, "Wrong alignment on USBZSkillGunslingerQuickDraw"); \ +static_assert(sizeof(USBZSkillGunslingerQuickDraw) == 0x000230, "Wrong size on USBZSkillGunslingerQuickDraw"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutArmorSlotButton_InitializeArmorSlot \ +static_assert(alignof(SBZMainMenuLoadoutArmorSlotButton_InitializeArmorSlot) == 0x000004, "Wrong alignment on SBZMainMenuLoadoutArmorSlotButton_InitializeArmorSlot"); \ +static_assert(sizeof(SBZMainMenuLoadoutArmorSlotButton_InitializeArmorSlot) == 0x000004, "Wrong size on SBZMainMenuLoadoutArmorSlotButton_InitializeArmorSlot"); \ +static_assert(offsetof(SBZMainMenuLoadoutArmorSlotButton_InitializeArmorSlot, InArmorSlotIndex) == 0x000000, "Member 'SBZMainMenuLoadoutArmorSlotButton_InitializeArmorSlot::InArmorSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutArmorSlotButton_SetActiveArmorSlot \ +static_assert(alignof(SBZMainMenuLoadoutArmorSlotButton_SetActiveArmorSlot) == 0x000001, "Wrong alignment on SBZMainMenuLoadoutArmorSlotButton_SetActiveArmorSlot"); \ +static_assert(sizeof(SBZMainMenuLoadoutArmorSlotButton_SetActiveArmorSlot) == 0x000001, "Wrong size on SBZMainMenuLoadoutArmorSlotButton_SetActiveArmorSlot"); \ +static_assert(offsetof(SBZMainMenuLoadoutArmorSlotButton_SetActiveArmorSlot, bIsActiveArmorSlot) == 0x000000, "Member 'SBZMainMenuLoadoutArmorSlotButton_SetActiveArmorSlot::bIsActiveArmorSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutArmorSlotButton_GetArmorInventoryData \ +static_assert(alignof(SBZMainMenuLoadoutArmorSlotButton_GetArmorInventoryData) == 0x000008, "Wrong alignment on SBZMainMenuLoadoutArmorSlotButton_GetArmorInventoryData"); \ +static_assert(sizeof(SBZMainMenuLoadoutArmorSlotButton_GetArmorInventoryData) == 0x000008, "Wrong size on SBZMainMenuLoadoutArmorSlotButton_GetArmorInventoryData"); \ +static_assert(offsetof(SBZMainMenuLoadoutArmorSlotButton_GetArmorInventoryData, ReturnValue) == 0x000000, "Member 'SBZMainMenuLoadoutArmorSlotButton_GetArmorInventoryData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutArmorSlotButton_GetArmorSlot \ +static_assert(alignof(SBZMainMenuLoadoutArmorSlotButton_GetArmorSlot) == 0x000008, "Wrong alignment on SBZMainMenuLoadoutArmorSlotButton_GetArmorSlot"); \ +static_assert(sizeof(SBZMainMenuLoadoutArmorSlotButton_GetArmorSlot) == 0x000068, "Wrong size on SBZMainMenuLoadoutArmorSlotButton_GetArmorSlot"); \ +static_assert(offsetof(SBZMainMenuLoadoutArmorSlotButton_GetArmorSlot, ReturnValue) == 0x000000, "Member 'SBZMainMenuLoadoutArmorSlotButton_GetArmorSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutArmorSlotButton_GetArmorSlotIndex \ +static_assert(alignof(SBZMainMenuLoadoutArmorSlotButton_GetArmorSlotIndex) == 0x000004, "Wrong alignment on SBZMainMenuLoadoutArmorSlotButton_GetArmorSlotIndex"); \ +static_assert(sizeof(SBZMainMenuLoadoutArmorSlotButton_GetArmorSlotIndex) == 0x000004, "Wrong size on SBZMainMenuLoadoutArmorSlotButton_GetArmorSlotIndex"); \ +static_assert(offsetof(SBZMainMenuLoadoutArmorSlotButton_GetArmorSlotIndex, ReturnValue) == 0x000000, "Member 'SBZMainMenuLoadoutArmorSlotButton_GetArmorSlotIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutArmorSlotButton_GetEntitlementAndArmorSku \ +static_assert(alignof(SBZMainMenuLoadoutArmorSlotButton_GetEntitlementAndArmorSku) == 0x000008, "Wrong alignment on SBZMainMenuLoadoutArmorSlotButton_GetEntitlementAndArmorSku"); \ +static_assert(sizeof(SBZMainMenuLoadoutArmorSlotButton_GetEntitlementAndArmorSku) == 0x000020, "Wrong size on SBZMainMenuLoadoutArmorSlotButton_GetEntitlementAndArmorSku"); \ +static_assert(offsetof(SBZMainMenuLoadoutArmorSlotButton_GetEntitlementAndArmorSku, EntitlementID) == 0x000000, "Member 'SBZMainMenuLoadoutArmorSlotButton_GetEntitlementAndArmorSku::EntitlementID' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuLoadoutArmorSlotButton_GetEntitlementAndArmorSku, Sku) == 0x000010, "Member 'SBZMainMenuLoadoutArmorSlotButton_GetEntitlementAndArmorSku::Sku' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutArmorSlotButton_IsEmpty \ +static_assert(alignof(SBZMainMenuLoadoutArmorSlotButton_IsEmpty) == 0x000001, "Wrong alignment on SBZMainMenuLoadoutArmorSlotButton_IsEmpty"); \ +static_assert(sizeof(SBZMainMenuLoadoutArmorSlotButton_IsEmpty) == 0x000001, "Wrong size on SBZMainMenuLoadoutArmorSlotButton_IsEmpty"); \ +static_assert(offsetof(SBZMainMenuLoadoutArmorSlotButton_IsEmpty, ReturnValue) == 0x000000, "Member 'SBZMainMenuLoadoutArmorSlotButton_IsEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuLoadoutArmorSlotButton \ +static_assert(alignof(USBZMainMenuLoadoutArmorSlotButton) == 0x000008, "Wrong alignment on USBZMainMenuLoadoutArmorSlotButton"); \ +static_assert(sizeof(USBZMainMenuLoadoutArmorSlotButton) == 0x0003E0, "Wrong size on USBZMainMenuLoadoutArmorSlotButton"); \ +static_assert(offsetof(USBZMainMenuLoadoutArmorSlotButton, ArmorSlot) == 0x000370, "Member 'USBZMainMenuLoadoutArmorSlotButton::ArmorSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuLoadoutArmorSlotButton, ArmorSlotIndex) == 0x0003D8, "Member 'USBZMainMenuLoadoutArmorSlotButton::ArmorSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerMovementWeightAsset \ +static_assert(alignof(USBZPlayerMovementWeightAsset) == 0x000008, "Wrong alignment on USBZPlayerMovementWeightAsset"); \ +static_assert(sizeof(USBZPlayerMovementWeightAsset) == 0x0000A0, "Wrong size on USBZPlayerMovementWeightAsset"); \ +static_assert(offsetof(USBZPlayerMovementWeightAsset, TierWeight) == 0x000038, "Member 'USBZPlayerMovementWeightAsset::TierWeight' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementWeightAsset, MaxWalkSpeed) == 0x00003C, "Member 'USBZPlayerMovementWeightAsset::MaxWalkSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementWeightAsset, MaxRunSpeed) == 0x000044, "Member 'USBZPlayerMovementWeightAsset::MaxRunSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementWeightAsset, MaxWalkTargetingSpeed) == 0x00004C, "Member 'USBZPlayerMovementWeightAsset::MaxWalkTargetingSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementWeightAsset, MaxWalkCrouchedSpeed) == 0x000054, "Member 'USBZPlayerMovementWeightAsset::MaxWalkCrouchedSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementWeightAsset, MaxWalkCasingSpeed) == 0x00005C, "Member 'USBZPlayerMovementWeightAsset::MaxWalkCasingSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementWeightAsset, MaxRunCasingSpeed) == 0x000064, "Member 'USBZPlayerMovementWeightAsset::MaxRunCasingSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementWeightAsset, MaxWalkCrouchedCasingSpeed) == 0x00006C, "Member 'USBZPlayerMovementWeightAsset::MaxWalkCrouchedCasingSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementWeightAsset, MaxWalkHumanShieldSpeed) == 0x000074, "Member 'USBZPlayerMovementWeightAsset::MaxWalkHumanShieldSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementWeightAsset, MaxWalkTargetingHumanShieldSpeed) == 0x00007C, "Member 'USBZPlayerMovementWeightAsset::MaxWalkTargetingHumanShieldSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementWeightAsset, VaultMantleData) == 0x000088, "Member 'USBZPlayerMovementWeightAsset::VaultMantleData' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementWeightAsset, SlideData) == 0x000090, "Member 'USBZPlayerMovementWeightAsset::SlideData' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementWeightAsset, Priority) == 0x000098, "Member 'USBZPlayerMovementWeightAsset::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillShotgunSpecShotgunObliteratorBase \ +static_assert(alignof(USBZSkillShotgunSpecShotgunObliteratorBase) == 0x000008, "Wrong alignment on USBZSkillShotgunSpecShotgunObliteratorBase"); \ +static_assert(sizeof(USBZSkillShotgunSpecShotgunObliteratorBase) == 0x000230, "Wrong size on USBZSkillShotgunSpecShotgunObliteratorBase"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutWeaponSlotButton_InitializeWeaponSlot \ +static_assert(alignof(SBZMainMenuLoadoutWeaponSlotButton_InitializeWeaponSlot) == 0x000004, "Wrong alignment on SBZMainMenuLoadoutWeaponSlotButton_InitializeWeaponSlot"); \ +static_assert(sizeof(SBZMainMenuLoadoutWeaponSlotButton_InitializeWeaponSlot) == 0x000008, "Wrong size on SBZMainMenuLoadoutWeaponSlotButton_InitializeWeaponSlot"); \ +static_assert(offsetof(SBZMainMenuLoadoutWeaponSlotButton_InitializeWeaponSlot, InEquippableSlot) == 0x000000, "Member 'SBZMainMenuLoadoutWeaponSlotButton_InitializeWeaponSlot::InEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuLoadoutWeaponSlotButton_InitializeWeaponSlot, InWeaponSlotIndex) == 0x000004, "Member 'SBZMainMenuLoadoutWeaponSlotButton_InitializeWeaponSlot::InWeaponSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutWeaponSlotButton_SetActiveWeaponSlot \ +static_assert(alignof(SBZMainMenuLoadoutWeaponSlotButton_SetActiveWeaponSlot) == 0x000001, "Wrong alignment on SBZMainMenuLoadoutWeaponSlotButton_SetActiveWeaponSlot"); \ +static_assert(sizeof(SBZMainMenuLoadoutWeaponSlotButton_SetActiveWeaponSlot) == 0x000001, "Wrong size on SBZMainMenuLoadoutWeaponSlotButton_SetActiveWeaponSlot"); \ +static_assert(offsetof(SBZMainMenuLoadoutWeaponSlotButton_SetActiveWeaponSlot, bIsActiveWeaponSlot) == 0x000000, "Member 'SBZMainMenuLoadoutWeaponSlotButton_SetActiveWeaponSlot::bIsActiveWeaponSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutWeaponSlotButton_GetEntitlementAndWeaponSku \ +static_assert(alignof(SBZMainMenuLoadoutWeaponSlotButton_GetEntitlementAndWeaponSku) == 0x000008, "Wrong alignment on SBZMainMenuLoadoutWeaponSlotButton_GetEntitlementAndWeaponSku"); \ +static_assert(sizeof(SBZMainMenuLoadoutWeaponSlotButton_GetEntitlementAndWeaponSku) == 0x000020, "Wrong size on SBZMainMenuLoadoutWeaponSlotButton_GetEntitlementAndWeaponSku"); \ +static_assert(offsetof(SBZMainMenuLoadoutWeaponSlotButton_GetEntitlementAndWeaponSku, EntitlementID) == 0x000000, "Member 'SBZMainMenuLoadoutWeaponSlotButton_GetEntitlementAndWeaponSku::EntitlementID' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuLoadoutWeaponSlotButton_GetEntitlementAndWeaponSku, Item) == 0x000010, "Member 'SBZMainMenuLoadoutWeaponSlotButton_GetEntitlementAndWeaponSku::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutWeaponSlotButton_GetEquippableSlot \ +static_assert(alignof(SBZMainMenuLoadoutWeaponSlotButton_GetEquippableSlot) == 0x000001, "Wrong alignment on SBZMainMenuLoadoutWeaponSlotButton_GetEquippableSlot"); \ +static_assert(sizeof(SBZMainMenuLoadoutWeaponSlotButton_GetEquippableSlot) == 0x000001, "Wrong size on SBZMainMenuLoadoutWeaponSlotButton_GetEquippableSlot"); \ +static_assert(offsetof(SBZMainMenuLoadoutWeaponSlotButton_GetEquippableSlot, ReturnValue) == 0x000000, "Member 'SBZMainMenuLoadoutWeaponSlotButton_GetEquippableSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutWeaponSlotButton_GetWeaponInSlot \ +static_assert(alignof(SBZMainMenuLoadoutWeaponSlotButton_GetWeaponInSlot) == 0x000008, "Wrong alignment on SBZMainMenuLoadoutWeaponSlotButton_GetWeaponInSlot"); \ +static_assert(sizeof(SBZMainMenuLoadoutWeaponSlotButton_GetWeaponInSlot) == 0x000008, "Wrong size on SBZMainMenuLoadoutWeaponSlotButton_GetWeaponInSlot"); \ +static_assert(offsetof(SBZMainMenuLoadoutWeaponSlotButton_GetWeaponInSlot, ReturnValue) == 0x000000, "Member 'SBZMainMenuLoadoutWeaponSlotButton_GetWeaponInSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutWeaponSlotButton_GetWeaponInSlotLevel \ +static_assert(alignof(SBZMainMenuLoadoutWeaponSlotButton_GetWeaponInSlotLevel) == 0x000004, "Wrong alignment on SBZMainMenuLoadoutWeaponSlotButton_GetWeaponInSlotLevel"); \ +static_assert(sizeof(SBZMainMenuLoadoutWeaponSlotButton_GetWeaponInSlotLevel) == 0x000004, "Wrong size on SBZMainMenuLoadoutWeaponSlotButton_GetWeaponInSlotLevel"); \ +static_assert(offsetof(SBZMainMenuLoadoutWeaponSlotButton_GetWeaponInSlotLevel, ReturnValue) == 0x000000, "Member 'SBZMainMenuLoadoutWeaponSlotButton_GetWeaponInSlotLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutWeaponSlotButton_GetWeaponInventoryData \ +static_assert(alignof(SBZMainMenuLoadoutWeaponSlotButton_GetWeaponInventoryData) == 0x000008, "Wrong alignment on SBZMainMenuLoadoutWeaponSlotButton_GetWeaponInventoryData"); \ +static_assert(sizeof(SBZMainMenuLoadoutWeaponSlotButton_GetWeaponInventoryData) == 0x000008, "Wrong size on SBZMainMenuLoadoutWeaponSlotButton_GetWeaponInventoryData"); \ +static_assert(offsetof(SBZMainMenuLoadoutWeaponSlotButton_GetWeaponInventoryData, ReturnValue) == 0x000000, "Member 'SBZMainMenuLoadoutWeaponSlotButton_GetWeaponInventoryData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutWeaponSlotButton_GetWeaponSlotIndex \ +static_assert(alignof(SBZMainMenuLoadoutWeaponSlotButton_GetWeaponSlotIndex) == 0x000004, "Wrong alignment on SBZMainMenuLoadoutWeaponSlotButton_GetWeaponSlotIndex"); \ +static_assert(sizeof(SBZMainMenuLoadoutWeaponSlotButton_GetWeaponSlotIndex) == 0x000004, "Wrong size on SBZMainMenuLoadoutWeaponSlotButton_GetWeaponSlotIndex"); \ +static_assert(offsetof(SBZMainMenuLoadoutWeaponSlotButton_GetWeaponSlotIndex, ReturnValue) == 0x000000, "Member 'SBZMainMenuLoadoutWeaponSlotButton_GetWeaponSlotIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutWeaponSlotButton_IsEmpty \ +static_assert(alignof(SBZMainMenuLoadoutWeaponSlotButton_IsEmpty) == 0x000001, "Wrong alignment on SBZMainMenuLoadoutWeaponSlotButton_IsEmpty"); \ +static_assert(sizeof(SBZMainMenuLoadoutWeaponSlotButton_IsEmpty) == 0x000001, "Wrong size on SBZMainMenuLoadoutWeaponSlotButton_IsEmpty"); \ +static_assert(offsetof(SBZMainMenuLoadoutWeaponSlotButton_IsEmpty, ReturnValue) == 0x000000, "Member 'SBZMainMenuLoadoutWeaponSlotButton_IsEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuLoadoutWeaponSlotButton_IsPresetWeaponSlot \ +static_assert(alignof(SBZMainMenuLoadoutWeaponSlotButton_IsPresetWeaponSlot) == 0x000001, "Wrong alignment on SBZMainMenuLoadoutWeaponSlotButton_IsPresetWeaponSlot"); \ +static_assert(sizeof(SBZMainMenuLoadoutWeaponSlotButton_IsPresetWeaponSlot) == 0x000001, "Wrong size on SBZMainMenuLoadoutWeaponSlotButton_IsPresetWeaponSlot"); \ +static_assert(offsetof(SBZMainMenuLoadoutWeaponSlotButton_IsPresetWeaponSlot, ReturnValue) == 0x000000, "Member 'SBZMainMenuLoadoutWeaponSlotButton_IsPresetWeaponSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuLoadoutWeaponSlotButton \ +static_assert(alignof(USBZMainMenuLoadoutWeaponSlotButton) == 0x000008, "Wrong alignment on USBZMainMenuLoadoutWeaponSlotButton"); \ +static_assert(sizeof(USBZMainMenuLoadoutWeaponSlotButton) == 0x000450, "Wrong size on USBZMainMenuLoadoutWeaponSlotButton"); \ +static_assert(offsetof(USBZMainMenuLoadoutWeaponSlotButton, WeaponSlot) == 0x000370, "Member 'USBZMainMenuLoadoutWeaponSlotButton::WeaponSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuLoadoutWeaponSlotButton, EquippableSlot) == 0x000448, "Member 'USBZMainMenuLoadoutWeaponSlotButton::EquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuLoadoutWeaponSlotButton, WeaponSlotIndex) == 0x00044C, "Member 'USBZMainMenuLoadoutWeaponSlotButton::WeaponSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuMaskCustomization \ +static_assert(alignof(USBZMainMenuMaskCustomization) == 0x000008, "Wrong alignment on USBZMainMenuMaskCustomization"); \ +static_assert(sizeof(USBZMainMenuMaskCustomization) == 0x0002C8, "Wrong size on USBZMainMenuMaskCustomization"); \ +static_assert(offsetof(USBZMainMenuMaskCustomization, MaskSlotIndex) == 0x0002C0, "Member 'USBZMainMenuMaskCustomization::MaskSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerRunExitAbility \ +static_assert(alignof(USBZPlayerRunExitAbility) == 0x000008, "Wrong alignment on USBZPlayerRunExitAbility"); \ +static_assert(sizeof(USBZPlayerRunExitAbility) == 0x0004E0, "Wrong size on USBZPlayerRunExitAbility"); \ + +#define DUMPER7_ASSERTS_USBZSkillShotgunSpecPointBlankBase \ +static_assert(alignof(USBZSkillShotgunSpecPointBlankBase) == 0x000008, "Wrong alignment on USBZSkillShotgunSpecPointBlankBase"); \ +static_assert(sizeof(USBZSkillShotgunSpecPointBlankBase) == 0x000230, "Wrong size on USBZSkillShotgunSpecPointBlankBase"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuMaskInventoryScreen_DiscardItemDone \ +static_assert(alignof(SBZMainMenuMaskInventoryScreen_DiscardItemDone) == 0x000004, "Wrong alignment on SBZMainMenuMaskInventoryScreen_DiscardItemDone"); \ +static_assert(sizeof(SBZMainMenuMaskInventoryScreen_DiscardItemDone) == 0x000014, "Wrong size on SBZMainMenuMaskInventoryScreen_DiscardItemDone"); \ +static_assert(offsetof(SBZMainMenuMaskInventoryScreen_DiscardItemDone, DiscardItemResult) == 0x000000, "Member 'SBZMainMenuMaskInventoryScreen_DiscardItemDone::DiscardItemResult' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuMaskInventoryScreen_DiscardItemDone, ItemId) == 0x000004, "Member 'SBZMainMenuMaskInventoryScreen_DiscardItemDone::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuMaskInventoryScreen_MaskSlotButtonFocusedChanged \ +static_assert(alignof(SBZMainMenuMaskInventoryScreen_MaskSlotButtonFocusedChanged) == 0x000008, "Wrong alignment on SBZMainMenuMaskInventoryScreen_MaskSlotButtonFocusedChanged"); \ +static_assert(sizeof(SBZMainMenuMaskInventoryScreen_MaskSlotButtonFocusedChanged) == 0x000010, "Wrong size on SBZMainMenuMaskInventoryScreen_MaskSlotButtonFocusedChanged"); \ +static_assert(offsetof(SBZMainMenuMaskInventoryScreen_MaskSlotButtonFocusedChanged, InFocusedButton) == 0x000000, "Member 'SBZMainMenuMaskInventoryScreen_MaskSlotButtonFocusedChanged::InFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuMaskInventoryScreen_MaskSlotButtonFocusedChanged, bIsFocused) == 0x000008, "Member 'SBZMainMenuMaskInventoryScreen_MaskSlotButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuMaskInventoryScreen_NativeMaskSlotButtonFocusedChanged \ +static_assert(alignof(SBZMainMenuMaskInventoryScreen_NativeMaskSlotButtonFocusedChanged) == 0x000008, "Wrong alignment on SBZMainMenuMaskInventoryScreen_NativeMaskSlotButtonFocusedChanged"); \ +static_assert(sizeof(SBZMainMenuMaskInventoryScreen_NativeMaskSlotButtonFocusedChanged) == 0x000010, "Wrong size on SBZMainMenuMaskInventoryScreen_NativeMaskSlotButtonFocusedChanged"); \ +static_assert(offsetof(SBZMainMenuMaskInventoryScreen_NativeMaskSlotButtonFocusedChanged, InFocusedButton) == 0x000000, "Member 'SBZMainMenuMaskInventoryScreen_NativeMaskSlotButtonFocusedChanged::InFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuMaskInventoryScreen_NativeMaskSlotButtonFocusedChanged, bIsFocused) == 0x000008, "Member 'SBZMainMenuMaskInventoryScreen_NativeMaskSlotButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuMaskInventoryScreen_NativeOnBuySlotsButtonSelected \ +static_assert(alignof(SBZMainMenuMaskInventoryScreen_NativeOnBuySlotsButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuMaskInventoryScreen_NativeOnBuySlotsButtonSelected"); \ +static_assert(sizeof(SBZMainMenuMaskInventoryScreen_NativeOnBuySlotsButtonSelected) == 0x000008, "Wrong size on SBZMainMenuMaskInventoryScreen_NativeOnBuySlotsButtonSelected"); \ +static_assert(offsetof(SBZMainMenuMaskInventoryScreen_NativeOnBuySlotsButtonSelected, InSelectedButton) == 0x000000, "Member 'SBZMainMenuMaskInventoryScreen_NativeOnBuySlotsButtonSelected::InSelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuMaskInventoryScreen_NativeOnDefaultSet \ +static_assert(alignof(SBZMainMenuMaskInventoryScreen_NativeOnDefaultSet) == 0x000001, "Wrong alignment on SBZMainMenuMaskInventoryScreen_NativeOnDefaultSet"); \ +static_assert(sizeof(SBZMainMenuMaskInventoryScreen_NativeOnDefaultSet) == 0x000001, "Wrong size on SBZMainMenuMaskInventoryScreen_NativeOnDefaultSet"); \ +static_assert(offsetof(SBZMainMenuMaskInventoryScreen_NativeOnDefaultSet, Result) == 0x000000, "Member 'SBZMainMenuMaskInventoryScreen_NativeOnDefaultSet::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuMaskInventoryScreen_NativeOnMaskDefaultButtonSelected \ +static_assert(alignof(SBZMainMenuMaskInventoryScreen_NativeOnMaskDefaultButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuMaskInventoryScreen_NativeOnMaskDefaultButtonSelected"); \ +static_assert(sizeof(SBZMainMenuMaskInventoryScreen_NativeOnMaskDefaultButtonSelected) == 0x000008, "Wrong size on SBZMainMenuMaskInventoryScreen_NativeOnMaskDefaultButtonSelected"); \ +static_assert(offsetof(SBZMainMenuMaskInventoryScreen_NativeOnMaskDefaultButtonSelected, InSelectedButton) == 0x000000, "Member 'SBZMainMenuMaskInventoryScreen_NativeOnMaskDefaultButtonSelected::InSelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuMaskInventoryScreen_NativeOnMaskSlotButtonAltSelected \ +static_assert(alignof(SBZMainMenuMaskInventoryScreen_NativeOnMaskSlotButtonAltSelected) == 0x000008, "Wrong alignment on SBZMainMenuMaskInventoryScreen_NativeOnMaskSlotButtonAltSelected"); \ +static_assert(sizeof(SBZMainMenuMaskInventoryScreen_NativeOnMaskSlotButtonAltSelected) == 0x000008, "Wrong size on SBZMainMenuMaskInventoryScreen_NativeOnMaskSlotButtonAltSelected"); \ +static_assert(offsetof(SBZMainMenuMaskInventoryScreen_NativeOnMaskSlotButtonAltSelected, InSelectedButton) == 0x000000, "Member 'SBZMainMenuMaskInventoryScreen_NativeOnMaskSlotButtonAltSelected::InSelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuMaskInventoryScreen_NativeOnMaskSlotButtonSelected \ +static_assert(alignof(SBZMainMenuMaskInventoryScreen_NativeOnMaskSlotButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuMaskInventoryScreen_NativeOnMaskSlotButtonSelected"); \ +static_assert(sizeof(SBZMainMenuMaskInventoryScreen_NativeOnMaskSlotButtonSelected) == 0x000008, "Wrong size on SBZMainMenuMaskInventoryScreen_NativeOnMaskSlotButtonSelected"); \ +static_assert(offsetof(SBZMainMenuMaskInventoryScreen_NativeOnMaskSlotButtonSelected, InSelectedButton) == 0x000000, "Member 'SBZMainMenuMaskInventoryScreen_NativeOnMaskSlotButtonSelected::InSelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuMaskInventoryScreen_OnBuySlotItemCompleted \ +static_assert(alignof(SBZMainMenuMaskInventoryScreen_OnBuySlotItemCompleted) == 0x000008, "Wrong alignment on SBZMainMenuMaskInventoryScreen_OnBuySlotItemCompleted"); \ +static_assert(sizeof(SBZMainMenuMaskInventoryScreen_OnBuySlotItemCompleted) == 0x000018, "Wrong size on SBZMainMenuMaskInventoryScreen_OnBuySlotItemCompleted"); \ +static_assert(offsetof(SBZMainMenuMaskInventoryScreen_OnBuySlotItemCompleted, Result) == 0x000000, "Member 'SBZMainMenuMaskInventoryScreen_OnBuySlotItemCompleted::Result' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuMaskInventoryScreen_OnBuySlotItemCompleted, ItemSku) == 0x000008, "Member 'SBZMainMenuMaskInventoryScreen_OnBuySlotItemCompleted::ItemSku' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuMaskInventoryScreen_OnDiscardMaskPopUpClosed \ +static_assert(alignof(SBZMainMenuMaskInventoryScreen_OnDiscardMaskPopUpClosed) == 0x000004, "Wrong alignment on SBZMainMenuMaskInventoryScreen_OnDiscardMaskPopUpClosed"); \ +static_assert(sizeof(SBZMainMenuMaskInventoryScreen_OnDiscardMaskPopUpClosed) == 0x00000C, "Wrong size on SBZMainMenuMaskInventoryScreen_OnDiscardMaskPopUpClosed"); \ +static_assert(offsetof(SBZMainMenuMaskInventoryScreen_OnDiscardMaskPopUpClosed, ClosingActionName) == 0x000000, "Member 'SBZMainMenuMaskInventoryScreen_OnDiscardMaskPopUpClosed::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuMaskInventoryScreen_OnEditButtonPressed \ +static_assert(alignof(SBZMainMenuMaskInventoryScreen_OnEditButtonPressed) == 0x000004, "Wrong alignment on SBZMainMenuMaskInventoryScreen_OnEditButtonPressed"); \ +static_assert(sizeof(SBZMainMenuMaskInventoryScreen_OnEditButtonPressed) == 0x000004, "Wrong size on SBZMainMenuMaskInventoryScreen_OnEditButtonPressed"); \ +static_assert(offsetof(SBZMainMenuMaskInventoryScreen_OnEditButtonPressed, MaskSlotIndex) == 0x000000, "Member 'SBZMainMenuMaskInventoryScreen_OnEditButtonPressed::MaskSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuMaskInventoryScreen_OnItemDiscarded \ +static_assert(alignof(SBZMainMenuMaskInventoryScreen_OnItemDiscarded) == 0x000001, "Wrong alignment on SBZMainMenuMaskInventoryScreen_OnItemDiscarded"); \ +static_assert(sizeof(SBZMainMenuMaskInventoryScreen_OnItemDiscarded) == 0x000001, "Wrong size on SBZMainMenuMaskInventoryScreen_OnItemDiscarded"); \ +static_assert(offsetof(SBZMainMenuMaskInventoryScreen_OnItemDiscarded, bWasSuccessful) == 0x000000, "Member 'SBZMainMenuMaskInventoryScreen_OnItemDiscarded::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuMaskInventoryScreen_OnShowBuySlotPopUpClosed \ +static_assert(alignof(SBZMainMenuMaskInventoryScreen_OnShowBuySlotPopUpClosed) == 0x000004, "Wrong alignment on SBZMainMenuMaskInventoryScreen_OnShowBuySlotPopUpClosed"); \ +static_assert(sizeof(SBZMainMenuMaskInventoryScreen_OnShowBuySlotPopUpClosed) == 0x00000C, "Wrong size on SBZMainMenuMaskInventoryScreen_OnShowBuySlotPopUpClosed"); \ +static_assert(offsetof(SBZMainMenuMaskInventoryScreen_OnShowBuySlotPopUpClosed, InActionName) == 0x000000, "Member 'SBZMainMenuMaskInventoryScreen_OnShowBuySlotPopUpClosed::InActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuMaskInventoryScreen_OnSlotPriceChanged \ +static_assert(alignof(SBZMainMenuMaskInventoryScreen_OnSlotPriceChanged) == 0x000008, "Wrong alignment on SBZMainMenuMaskInventoryScreen_OnSlotPriceChanged"); \ +static_assert(sizeof(SBZMainMenuMaskInventoryScreen_OnSlotPriceChanged) == 0x000100, "Wrong size on SBZMainMenuMaskInventoryScreen_OnSlotPriceChanged"); \ +static_assert(offsetof(SBZMainMenuMaskInventoryScreen_OnSlotPriceChanged, Item) == 0x000000, "Member 'SBZMainMenuMaskInventoryScreen_OnSlotPriceChanged::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuMaskInventoryScreen_OnSlotPurchaseComplete \ +static_assert(alignof(SBZMainMenuMaskInventoryScreen_OnSlotPurchaseComplete) == 0x000001, "Wrong alignment on SBZMainMenuMaskInventoryScreen_OnSlotPurchaseComplete"); \ +static_assert(sizeof(SBZMainMenuMaskInventoryScreen_OnSlotPurchaseComplete) == 0x000001, "Wrong size on SBZMainMenuMaskInventoryScreen_OnSlotPurchaseComplete"); \ +static_assert(offsetof(SBZMainMenuMaskInventoryScreen_OnSlotPurchaseComplete, bWasSuccessful) == 0x000000, "Member 'SBZMainMenuMaskInventoryScreen_OnSlotPurchaseComplete::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuMaskInventoryScreen_TryDiscardMaskInSlot \ +static_assert(alignof(SBZMainMenuMaskInventoryScreen_TryDiscardMaskInSlot) == 0x000004, "Wrong alignment on SBZMainMenuMaskInventoryScreen_TryDiscardMaskInSlot"); \ +static_assert(sizeof(SBZMainMenuMaskInventoryScreen_TryDiscardMaskInSlot) == 0x000004, "Wrong size on SBZMainMenuMaskInventoryScreen_TryDiscardMaskInSlot"); \ +static_assert(offsetof(SBZMainMenuMaskInventoryScreen_TryDiscardMaskInSlot, InMaskIndex) == 0x000000, "Member 'SBZMainMenuMaskInventoryScreen_TryDiscardMaskInSlot::InMaskIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuMaskInventoryScreen_CanDiscardMaskInSlot \ +static_assert(alignof(SBZMainMenuMaskInventoryScreen_CanDiscardMaskInSlot) == 0x000004, "Wrong alignment on SBZMainMenuMaskInventoryScreen_CanDiscardMaskInSlot"); \ +static_assert(sizeof(SBZMainMenuMaskInventoryScreen_CanDiscardMaskInSlot) == 0x000008, "Wrong size on SBZMainMenuMaskInventoryScreen_CanDiscardMaskInSlot"); \ +static_assert(offsetof(SBZMainMenuMaskInventoryScreen_CanDiscardMaskInSlot, InMaskIndex) == 0x000000, "Member 'SBZMainMenuMaskInventoryScreen_CanDiscardMaskInSlot::InMaskIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuMaskInventoryScreen_CanDiscardMaskInSlot, ReturnValue) == 0x000004, "Member 'SBZMainMenuMaskInventoryScreen_CanDiscardMaskInSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuMaskInventoryScreen \ +static_assert(alignof(USBZMainMenuMaskInventoryScreen) == 0x000008, "Wrong alignment on USBZMainMenuMaskInventoryScreen"); \ +static_assert(sizeof(USBZMainMenuMaskInventoryScreen) == 0x0004E0, "Wrong size on USBZMainMenuMaskInventoryScreen"); \ +static_assert(offsetof(USBZMainMenuMaskInventoryScreen, MaskSlotButtonClass) == 0x0002F0, "Member 'USBZMainMenuMaskInventoryScreen::MaskSlotButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuMaskInventoryScreen, Panel_MaskSlotButtons) == 0x0002F8, "Member 'USBZMainMenuMaskInventoryScreen::Panel_MaskSlotButtons' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuMaskInventoryScreen, Button_BuySlots) == 0x000300, "Member 'USBZMainMenuMaskInventoryScreen::Button_BuySlots' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuMaskInventoryScreen, Button_DefaultMask) == 0x000308, "Member 'USBZMainMenuMaskInventoryScreen::Button_DefaultMask' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuMaskInventoryScreen, DiscardMaskPopUpBodyWidgetClass) == 0x000310, "Member 'USBZMainMenuMaskInventoryScreen::DiscardMaskPopUpBodyWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuMaskInventoryScreen, DiscardMaskPopUpHeader) == 0x000318, "Member 'USBZMainMenuMaskInventoryScreen::DiscardMaskPopUpHeader' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuMaskInventoryScreen, DiscardMaskPopUpAcceptAction) == 0x000330, "Member 'USBZMainMenuMaskInventoryScreen::DiscardMaskPopUpAcceptAction' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuMaskInventoryScreen, DiscardMaskPopUpCancelAction) == 0x000368, "Member 'USBZMainMenuMaskInventoryScreen::DiscardMaskPopUpCancelAction' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuMaskInventoryScreen, CustomizableMaskData) == 0x0003A0, "Member 'USBZMainMenuMaskInventoryScreen::CustomizableMaskData' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuMaskInventoryScreen, MaskMould) == 0x0003A8, "Member 'USBZMainMenuMaskInventoryScreen::MaskMould' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuMaskInventoryScreen, ActiveMaskSlotButton) == 0x0003B0, "Member 'USBZMainMenuMaskInventoryScreen::ActiveMaskSlotButton' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuMaskInventoryScreen, MaskIndexToDiscard) == 0x0003B8, "Member 'USBZMainMenuMaskInventoryScreen::MaskIndexToDiscard' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuMaskInventoryScreen, DiscardMaskPopUpBody) == 0x0003C0, "Member 'USBZMainMenuMaskInventoryScreen::DiscardMaskPopUpBody' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuMaskInventoryScreen, MaskSlotButtonPool) == 0x0003C8, "Member 'USBZMainMenuMaskInventoryScreen::MaskSlotButtonPool' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuMaskInventoryScreen, SlotItem) == 0x0003D8, "Member 'USBZMainMenuMaskInventoryScreen::SlotItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuPlayerAnimation \ +static_assert(alignof(USBZMainMenuPlayerAnimation) == 0x000010, "Wrong alignment on USBZMainMenuPlayerAnimation"); \ +static_assert(sizeof(USBZMainMenuPlayerAnimation) == 0x000350, "Wrong size on USBZMainMenuPlayerAnimation"); \ +static_assert(offsetof(USBZMainMenuPlayerAnimation, PoseAnimation) == 0x0002B8, "Member 'USBZMainMenuPlayerAnimation::PoseAnimation' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPlayerAnimation, EquippableLeftGripPose) == 0x0002C0, "Member 'USBZMainMenuPlayerAnimation::EquippableLeftGripPose' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPlayerAnimation, EquippableRightGripPose) == 0x0002C8, "Member 'USBZMainMenuPlayerAnimation::EquippableRightGripPose' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPlayerAnimation, LeftHandIKTransform) == 0x0002D0, "Member 'USBZMainMenuPlayerAnimation::LeftHandIKTransform' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPlayerAnimation, RightHandIKTransform) == 0x000300, "Member 'USBZMainMenuPlayerAnimation::RightHandIKTransform' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPlayerAnimation, LeftHandIKAlpha) == 0x000330, "Member 'USBZMainMenuPlayerAnimation::LeftHandIKAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPlayerAnimation, RightHandIKAlpha) == 0x000334, "Member 'USBZMainMenuPlayerAnimation::RightHandIKAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPlayerAnimation, RightHandGripAlpha) == 0x000338, "Member 'USBZMainMenuPlayerAnimation::RightHandGripAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPlayerAnimation, LeftHandGripAlpha) == 0x00033C, "Member 'USBZMainMenuPlayerAnimation::LeftHandGripAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPlayerAnimation, Player) == 0x000340, "Member 'USBZMainMenuPlayerAnimation::Player' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPlayerCharacter_OnChunkInstall \ +static_assert(alignof(SBZMainMenuPlayerCharacter_OnChunkInstall) == 0x000001, "Wrong alignment on SBZMainMenuPlayerCharacter_OnChunkInstall"); \ +static_assert(sizeof(SBZMainMenuPlayerCharacter_OnChunkInstall) == 0x000001, "Wrong size on SBZMainMenuPlayerCharacter_OnChunkInstall"); \ +static_assert(offsetof(SBZMainMenuPlayerCharacter_OnChunkInstall, bIsGameInstallPending) == 0x000000, "Member 'SBZMainMenuPlayerCharacter_OnChunkInstall::bIsGameInstallPending' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZMainMenuPlayerCharacter \ +static_assert(alignof(ASBZMainMenuPlayerCharacter) == 0x000008, "Wrong alignment on ASBZMainMenuPlayerCharacter"); \ +static_assert(sizeof(ASBZMainMenuPlayerCharacter) == 0x000780, "Wrong size on ASBZMainMenuPlayerCharacter"); \ +static_assert(offsetof(ASBZMainMenuPlayerCharacter, Mesh) == 0x0002C0, "Member 'ASBZMainMenuPlayerCharacter::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZMainMenuPlayerCharacter, Equippable) == 0x0002C8, "Member 'ASBZMainMenuPlayerCharacter::Equippable' has a wrong offset!"); \ +static_assert(offsetof(ASBZMainMenuPlayerCharacter, MaskEquipped) == 0x0002D8, "Member 'ASBZMainMenuPlayerCharacter::MaskEquipped' has a wrong offset!"); \ +static_assert(offsetof(ASBZMainMenuPlayerCharacter, MaskConfigEquipped) == 0x0002E0, "Member 'ASBZMainMenuPlayerCharacter::MaskConfigEquipped' has a wrong offset!"); \ +static_assert(offsetof(ASBZMainMenuPlayerCharacter, PlayerCharacterData) == 0x000350, "Member 'ASBZMainMenuPlayerCharacter::PlayerCharacterData' has a wrong offset!"); \ +static_assert(offsetof(ASBZMainMenuPlayerCharacter, AsyncEquippableConfig) == 0x000358, "Member 'ASBZMainMenuPlayerCharacter::AsyncEquippableConfig' has a wrong offset!"); \ +static_assert(offsetof(ASBZMainMenuPlayerCharacter, CachedWeaponObjects) == 0x000430, "Member 'ASBZMainMenuPlayerCharacter::CachedWeaponObjects' has a wrong offset!"); \ +static_assert(offsetof(ASBZMainMenuPlayerCharacter, CachedLoadoutObjects) == 0x000440, "Member 'ASBZMainMenuPlayerCharacter::CachedLoadoutObjects' has a wrong offset!"); \ +static_assert(offsetof(ASBZMainMenuPlayerCharacter, CachedLoadout) == 0x000450, "Member 'ASBZMainMenuPlayerCharacter::CachedLoadout' has a wrong offset!"); \ +static_assert(offsetof(ASBZMainMenuPlayerCharacter, DuplicateArray) == 0x000740, "Member 'ASBZMainMenuPlayerCharacter::DuplicateArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZMainMenuPlayerCharacter, StartMontageName) == 0x000750, "Member 'ASBZMainMenuPlayerCharacter::StartMontageName' has a wrong offset!"); \ +static_assert(offsetof(ASBZMainMenuPlayerCharacter, PreferredEquippableIndex) == 0x000754, "Member 'ASBZMainMenuPlayerCharacter::PreferredEquippableIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZMainMenuPlayerCharacter, NameplateWidgetComponent) == 0x000760, "Member 'ASBZMainMenuPlayerCharacter::NameplateWidgetComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZMainMenuPlayerCharacter, RandomSeed) == 0x000770, "Member 'ASBZMainMenuPlayerCharacter::RandomSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlaceItemAbility_Tick \ +static_assert(alignof(SBZPlaceItemAbility_Tick) == 0x000004, "Wrong alignment on SBZPlaceItemAbility_Tick"); \ +static_assert(sizeof(SBZPlaceItemAbility_Tick) == 0x000004, "Wrong size on SBZPlaceItemAbility_Tick"); \ +static_assert(offsetof(SBZPlaceItemAbility_Tick, DeltaSeconds) == 0x000000, "Member 'SBZPlaceItemAbility_Tick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlaceItemAbility \ +static_assert(alignof(USBZPlaceItemAbility) == 0x000010, "Wrong alignment on USBZPlaceItemAbility"); \ +static_assert(sizeof(USBZPlaceItemAbility) == 0x000540, "Wrong size on USBZPlaceItemAbility"); \ +static_assert(offsetof(USBZPlaceItemAbility, OwnerCharacter) == 0x0004D8, "Member 'USBZPlaceItemAbility::OwnerCharacter' has a wrong offset!"); \ +static_assert(offsetof(USBZPlaceItemAbility, GhostActor) == 0x000510, "Member 'USBZPlaceItemAbility::GhostActor' has a wrong offset!"); \ +static_assert(offsetof(USBZPlaceItemAbility, PlaceableActor) == 0x000518, "Member 'USBZPlaceItemAbility::PlaceableActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlaceConsumableAbility \ +static_assert(alignof(USBZPlaceConsumableAbility) == 0x000010, "Wrong alignment on USBZPlaceConsumableAbility"); \ +static_assert(sizeof(USBZPlaceConsumableAbility) == 0x000540, "Wrong size on USBZPlaceConsumableAbility"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPreMatchWidget_IsAsyncLoadingDone \ +static_assert(alignof(SBZMainMenuPreMatchWidget_IsAsyncLoadingDone) == 0x000001, "Wrong alignment on SBZMainMenuPreMatchWidget_IsAsyncLoadingDone"); \ +static_assert(sizeof(SBZMainMenuPreMatchWidget_IsAsyncLoadingDone) == 0x000001, "Wrong size on SBZMainMenuPreMatchWidget_IsAsyncLoadingDone"); \ +static_assert(offsetof(SBZMainMenuPreMatchWidget_IsAsyncLoadingDone, ReturnValue) == 0x000000, "Member 'SBZMainMenuPreMatchWidget_IsAsyncLoadingDone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPreMatchWidget_OnAsyncLoadingProgress \ +static_assert(alignof(SBZMainMenuPreMatchWidget_OnAsyncLoadingProgress) == 0x000004, "Wrong alignment on SBZMainMenuPreMatchWidget_OnAsyncLoadingProgress"); \ +static_assert(sizeof(SBZMainMenuPreMatchWidget_OnAsyncLoadingProgress) == 0x000004, "Wrong size on SBZMainMenuPreMatchWidget_OnAsyncLoadingProgress"); \ +static_assert(offsetof(SBZMainMenuPreMatchWidget_OnAsyncLoadingProgress, Progress) == 0x000000, "Member 'SBZMainMenuPreMatchWidget_OnAsyncLoadingProgress::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuPreMatchWidget \ +static_assert(alignof(USBZMainMenuPreMatchWidget) == 0x000008, "Wrong alignment on USBZMainMenuPreMatchWidget"); \ +static_assert(sizeof(USBZMainMenuPreMatchWidget) == 0x000290, "Wrong size on USBZMainMenuPreMatchWidget"); \ + +#define DUMPER7_ASSERTS_USBZSkillMowerSprintLoaded \ +static_assert(alignof(USBZSkillMowerSprintLoaded) == 0x000008, "Wrong alignment on USBZSkillMowerSprintLoaded"); \ +static_assert(sizeof(USBZSkillMowerSprintLoaded) == 0x000230, "Wrong size on USBZSkillMowerSprintLoaded"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPrePlaningLoadoutSelection_ActiveLoadoutChanged \ +static_assert(alignof(SBZMainMenuPrePlaningLoadoutSelection_ActiveLoadoutChanged) == 0x000004, "Wrong alignment on SBZMainMenuPrePlaningLoadoutSelection_ActiveLoadoutChanged"); \ +static_assert(sizeof(SBZMainMenuPrePlaningLoadoutSelection_ActiveLoadoutChanged) == 0x000004, "Wrong size on SBZMainMenuPrePlaningLoadoutSelection_ActiveLoadoutChanged"); \ +static_assert(offsetof(SBZMainMenuPrePlaningLoadoutSelection_ActiveLoadoutChanged, NewActiveLoadoutIndex) == 0x000000, "Member 'SBZMainMenuPrePlaningLoadoutSelection_ActiveLoadoutChanged::NewActiveLoadoutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPrePlaningLoadoutSelection_FocusedPlayerLoadoutConfigChanged \ +static_assert(alignof(SBZMainMenuPrePlaningLoadoutSelection_FocusedPlayerLoadoutConfigChanged) == 0x000008, "Wrong alignment on SBZMainMenuPrePlaningLoadoutSelection_FocusedPlayerLoadoutConfigChanged"); \ +static_assert(sizeof(SBZMainMenuPrePlaningLoadoutSelection_FocusedPlayerLoadoutConfigChanged) == 0x000098, "Wrong size on SBZMainMenuPrePlaningLoadoutSelection_FocusedPlayerLoadoutConfigChanged"); \ +static_assert(offsetof(SBZMainMenuPrePlaningLoadoutSelection_FocusedPlayerLoadoutConfigChanged, NewPlayerLoadout) == 0x000000, "Member 'SBZMainMenuPrePlaningLoadoutSelection_FocusedPlayerLoadoutConfigChanged::NewPlayerLoadout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPrePlaningLoadoutSelection_NativeOnActiveLoadoutChanged \ +static_assert(alignof(SBZMainMenuPrePlaningLoadoutSelection_NativeOnActiveLoadoutChanged) == 0x000004, "Wrong alignment on SBZMainMenuPrePlaningLoadoutSelection_NativeOnActiveLoadoutChanged"); \ +static_assert(sizeof(SBZMainMenuPrePlaningLoadoutSelection_NativeOnActiveLoadoutChanged) == 0x000004, "Wrong size on SBZMainMenuPrePlaningLoadoutSelection_NativeOnActiveLoadoutChanged"); \ +static_assert(offsetof(SBZMainMenuPrePlaningLoadoutSelection_NativeOnActiveLoadoutChanged, NewActiveLoadoutIndex) == 0x000000, "Member 'SBZMainMenuPrePlaningLoadoutSelection_NativeOnActiveLoadoutChanged::NewActiveLoadoutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPrePlaningLoadoutSelection_NativeOnFocusedPlayerLoadoutConfigChanged \ +static_assert(alignof(SBZMainMenuPrePlaningLoadoutSelection_NativeOnFocusedPlayerLoadoutConfigChanged) == 0x000008, "Wrong alignment on SBZMainMenuPrePlaningLoadoutSelection_NativeOnFocusedPlayerLoadoutConfigChanged"); \ +static_assert(sizeof(SBZMainMenuPrePlaningLoadoutSelection_NativeOnFocusedPlayerLoadoutConfigChanged) == 0x000098, "Wrong size on SBZMainMenuPrePlaningLoadoutSelection_NativeOnFocusedPlayerLoadoutConfigChanged"); \ +static_assert(offsetof(SBZMainMenuPrePlaningLoadoutSelection_NativeOnFocusedPlayerLoadoutConfigChanged, NewPlayerLoadout) == 0x000000, "Member 'SBZMainMenuPrePlaningLoadoutSelection_NativeOnFocusedPlayerLoadoutConfigChanged::NewPlayerLoadout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPrePlaningLoadoutSelection_OnInputTypeChangedToGamepad \ +static_assert(alignof(SBZMainMenuPrePlaningLoadoutSelection_OnInputTypeChangedToGamepad) == 0x000001, "Wrong alignment on SBZMainMenuPrePlaningLoadoutSelection_OnInputTypeChangedToGamepad"); \ +static_assert(sizeof(SBZMainMenuPrePlaningLoadoutSelection_OnInputTypeChangedToGamepad) == 0x000001, "Wrong size on SBZMainMenuPrePlaningLoadoutSelection_OnInputTypeChangedToGamepad"); \ +static_assert(offsetof(SBZMainMenuPrePlaningLoadoutSelection_OnInputTypeChangedToGamepad, bIsGamepad) == 0x000000, "Member 'SBZMainMenuPrePlaningLoadoutSelection_OnInputTypeChangedToGamepad::bIsGamepad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPrePlaningLoadoutSelection_OnLocalLoadoutUpdated \ +static_assert(alignof(SBZMainMenuPrePlaningLoadoutSelection_OnLocalLoadoutUpdated) == 0x000008, "Wrong alignment on SBZMainMenuPrePlaningLoadoutSelection_OnLocalLoadoutUpdated"); \ +static_assert(sizeof(SBZMainMenuPrePlaningLoadoutSelection_OnLocalLoadoutUpdated) == 0x0000A0, "Wrong size on SBZMainMenuPrePlaningLoadoutSelection_OnLocalLoadoutUpdated"); \ +static_assert(offsetof(SBZMainMenuPrePlaningLoadoutSelection_OnLocalLoadoutUpdated, InPlayerLoadout) == 0x000000, "Member 'SBZMainMenuPrePlaningLoadoutSelection_OnLocalLoadoutUpdated::InPlayerLoadout' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuPrePlaningLoadoutSelection_OnLocalLoadoutUpdated, ModifiedPlayerLoadoutIndex) == 0x000098, "Member 'SBZMainMenuPrePlaningLoadoutSelection_OnLocalLoadoutUpdated::ModifiedPlayerLoadoutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPrePlaningLoadoutSelection_SetFocusedPlayerLoadoutIndex \ +static_assert(alignof(SBZMainMenuPrePlaningLoadoutSelection_SetFocusedPlayerLoadoutIndex) == 0x000004, "Wrong alignment on SBZMainMenuPrePlaningLoadoutSelection_SetFocusedPlayerLoadoutIndex"); \ +static_assert(sizeof(SBZMainMenuPrePlaningLoadoutSelection_SetFocusedPlayerLoadoutIndex) == 0x000004, "Wrong size on SBZMainMenuPrePlaningLoadoutSelection_SetFocusedPlayerLoadoutIndex"); \ +static_assert(offsetof(SBZMainMenuPrePlaningLoadoutSelection_SetFocusedPlayerLoadoutIndex, NewFocusedPlayerLoadoutIndex) == 0x000000, "Member 'SBZMainMenuPrePlaningLoadoutSelection_SetFocusedPlayerLoadoutIndex::NewFocusedPlayerLoadoutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPrePlaningLoadoutSelection_GetFocusedPlayerLoadoutIndex \ +static_assert(alignof(SBZMainMenuPrePlaningLoadoutSelection_GetFocusedPlayerLoadoutIndex) == 0x000004, "Wrong alignment on SBZMainMenuPrePlaningLoadoutSelection_GetFocusedPlayerLoadoutIndex"); \ +static_assert(sizeof(SBZMainMenuPrePlaningLoadoutSelection_GetFocusedPlayerLoadoutIndex) == 0x000004, "Wrong size on SBZMainMenuPrePlaningLoadoutSelection_GetFocusedPlayerLoadoutIndex"); \ +static_assert(offsetof(SBZMainMenuPrePlaningLoadoutSelection_GetFocusedPlayerLoadoutIndex, ReturnValue) == 0x000000, "Member 'SBZMainMenuPrePlaningLoadoutSelection_GetFocusedPlayerLoadoutIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPrePlaningLoadoutSelection_IsFocusedPlayerLoadoutValid \ +static_assert(alignof(SBZMainMenuPrePlaningLoadoutSelection_IsFocusedPlayerLoadoutValid) == 0x000001, "Wrong alignment on SBZMainMenuPrePlaningLoadoutSelection_IsFocusedPlayerLoadoutValid"); \ +static_assert(sizeof(SBZMainMenuPrePlaningLoadoutSelection_IsFocusedPlayerLoadoutValid) == 0x000001, "Wrong size on SBZMainMenuPrePlaningLoadoutSelection_IsFocusedPlayerLoadoutValid"); \ +static_assert(offsetof(SBZMainMenuPrePlaningLoadoutSelection_IsFocusedPlayerLoadoutValid, ReturnValue) == 0x000000, "Member 'SBZMainMenuPrePlaningLoadoutSelection_IsFocusedPlayerLoadoutValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuPrePlaningLoadoutSelection \ +static_assert(alignof(USBZMainMenuPrePlaningLoadoutSelection) == 0x000008, "Wrong alignment on USBZMainMenuPrePlaningLoadoutSelection"); \ +static_assert(sizeof(USBZMainMenuPrePlaningLoadoutSelection) == 0x0002C8, "Wrong size on USBZMainMenuPrePlaningLoadoutSelection"); \ +static_assert(offsetof(USBZMainMenuPrePlaningLoadoutSelection, bShouldUseActionBindings) == 0x000290, "Member 'USBZMainMenuPrePlaningLoadoutSelection::bShouldUseActionBindings' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPrePlaningLoadoutSelection, OnFocusedPlayerLoadoutConfigChanged) == 0x000298, "Member 'USBZMainMenuPrePlaningLoadoutSelection::OnFocusedPlayerLoadoutConfigChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPrePlaningLoadoutSelection, FocusedPlayerLoadoutIndex) == 0x0002A8, "Member 'USBZMainMenuPrePlaningLoadoutSelection::FocusedPlayerLoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPrePlaningLoadoutSelection, bIsValidLoadout) == 0x0002AC, "Member 'USBZMainMenuPrePlaningLoadoutSelection::bIsValidLoadout' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPrePlaningLoadoutSelection, MoveForwardActionName) == 0x0002B0, "Member 'USBZMainMenuPrePlaningLoadoutSelection::MoveForwardActionName' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPrePlaningLoadoutSelection, MoveBackwardActionName) == 0x0002BC, "Member 'USBZMainMenuPrePlaningLoadoutSelection::MoveBackwardActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPrePlanningItemSelectionButton_InitializePrePlanningItem \ +static_assert(alignof(SBZMainMenuPrePlanningItemSelectionButton_InitializePrePlanningItem) == 0x000008, "Wrong alignment on SBZMainMenuPrePlanningItemSelectionButton_InitializePrePlanningItem"); \ +static_assert(sizeof(SBZMainMenuPrePlanningItemSelectionButton_InitializePrePlanningItem) == 0x000010, "Wrong size on SBZMainMenuPrePlanningItemSelectionButton_InitializePrePlanningItem"); \ +static_assert(offsetof(SBZMainMenuPrePlanningItemSelectionButton_InitializePrePlanningItem, InPreplanningItem) == 0x000000, "Member 'SBZMainMenuPrePlanningItemSelectionButton_InitializePrePlanningItem::InPreplanningItem' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuPrePlanningItemSelectionButton_InitializePrePlanningItem, InStackCount) == 0x000008, "Member 'SBZMainMenuPrePlanningItemSelectionButton_InitializePrePlanningItem::InStackCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPrePlanningItemSelectionButton_OnPrePlanningItemInitialized \ +static_assert(alignof(SBZMainMenuPrePlanningItemSelectionButton_OnPrePlanningItemInitialized) == 0x000008, "Wrong alignment on SBZMainMenuPrePlanningItemSelectionButton_OnPrePlanningItemInitialized"); \ +static_assert(sizeof(SBZMainMenuPrePlanningItemSelectionButton_OnPrePlanningItemInitialized) == 0x000008, "Wrong size on SBZMainMenuPrePlanningItemSelectionButton_OnPrePlanningItemInitialized"); \ +static_assert(offsetof(SBZMainMenuPrePlanningItemSelectionButton_OnPrePlanningItemInitialized, InPreplanningData) == 0x000000, "Member 'SBZMainMenuPrePlanningItemSelectionButton_OnPrePlanningItemInitialized::InPreplanningData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPrePlanningItemSelectionButton_SetRemoveAssetButton \ +static_assert(alignof(SBZMainMenuPrePlanningItemSelectionButton_SetRemoveAssetButton) == 0x000001, "Wrong alignment on SBZMainMenuPrePlanningItemSelectionButton_SetRemoveAssetButton"); \ +static_assert(sizeof(SBZMainMenuPrePlanningItemSelectionButton_SetRemoveAssetButton) == 0x000001, "Wrong size on SBZMainMenuPrePlanningItemSelectionButton_SetRemoveAssetButton"); \ +static_assert(offsetof(SBZMainMenuPrePlanningItemSelectionButton_SetRemoveAssetButton, bIsRemoveAssetButton) == 0x000000, "Member 'SBZMainMenuPrePlanningItemSelectionButton_SetRemoveAssetButton::bIsRemoveAssetButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPrePlanningItemSelectionButton_GetPreplanningItem \ +static_assert(alignof(SBZMainMenuPrePlanningItemSelectionButton_GetPreplanningItem) == 0x000008, "Wrong alignment on SBZMainMenuPrePlanningItemSelectionButton_GetPreplanningItem"); \ +static_assert(sizeof(SBZMainMenuPrePlanningItemSelectionButton_GetPreplanningItem) == 0x000008, "Wrong size on SBZMainMenuPrePlanningItemSelectionButton_GetPreplanningItem"); \ +static_assert(offsetof(SBZMainMenuPrePlanningItemSelectionButton_GetPreplanningItem, ReturnValue) == 0x000000, "Member 'SBZMainMenuPrePlanningItemSelectionButton_GetPreplanningItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuPrePlanningItemSelectionButton \ +static_assert(alignof(USBZMainMenuPrePlanningItemSelectionButton) == 0x000008, "Wrong alignment on USBZMainMenuPrePlanningItemSelectionButton"); \ +static_assert(sizeof(USBZMainMenuPrePlanningItemSelectionButton) == 0x000380, "Wrong size on USBZMainMenuPrePlanningItemSelectionButton"); \ +static_assert(offsetof(USBZMainMenuPrePlanningItemSelectionButton, PreplanningItem) == 0x000370, "Member 'USBZMainMenuPrePlanningItemSelectionButton::PreplanningItem' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuPrePlanningItemSelectionButton, StackCount) == 0x000378, "Member 'USBZMainMenuPrePlanningItemSelectionButton::StackCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlaceMicroCameraAbility \ +static_assert(alignof(USBZPlaceMicroCameraAbility) == 0x000010, "Wrong alignment on USBZPlaceMicroCameraAbility"); \ +static_assert(sizeof(USBZPlaceMicroCameraAbility) == 0x000560, "Wrong size on USBZPlaceMicroCameraAbility"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPrePlanningWidget_IsAsyncLoadingDone \ +static_assert(alignof(SBZMainMenuPrePlanningWidget_IsAsyncLoadingDone) == 0x000001, "Wrong alignment on SBZMainMenuPrePlanningWidget_IsAsyncLoadingDone"); \ +static_assert(sizeof(SBZMainMenuPrePlanningWidget_IsAsyncLoadingDone) == 0x000001, "Wrong size on SBZMainMenuPrePlanningWidget_IsAsyncLoadingDone"); \ +static_assert(offsetof(SBZMainMenuPrePlanningWidget_IsAsyncLoadingDone, ReturnValue) == 0x000000, "Member 'SBZMainMenuPrePlanningWidget_IsAsyncLoadingDone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPrePlanningWidget_NativeOnPlayerReadyStatusChanged \ +static_assert(alignof(SBZMainMenuPrePlanningWidget_NativeOnPlayerReadyStatusChanged) == 0x000001, "Wrong alignment on SBZMainMenuPrePlanningWidget_NativeOnPlayerReadyStatusChanged"); \ +static_assert(sizeof(SBZMainMenuPrePlanningWidget_NativeOnPlayerReadyStatusChanged) == 0x000001, "Wrong size on SBZMainMenuPrePlanningWidget_NativeOnPlayerReadyStatusChanged"); \ +static_assert(offsetof(SBZMainMenuPrePlanningWidget_NativeOnPlayerReadyStatusChanged, bInReadyStatus) == 0x000000, "Member 'SBZMainMenuPrePlanningWidget_NativeOnPlayerReadyStatusChanged::bInReadyStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPrePlanningWidget_OnLobbyPlayerReadyStatusUpdatedEvent \ +static_assert(alignof(SBZMainMenuPrePlanningWidget_OnLobbyPlayerReadyStatusUpdatedEvent) == 0x000001, "Wrong alignment on SBZMainMenuPrePlanningWidget_OnLobbyPlayerReadyStatusUpdatedEvent"); \ +static_assert(sizeof(SBZMainMenuPrePlanningWidget_OnLobbyPlayerReadyStatusUpdatedEvent) == 0x000001, "Wrong size on SBZMainMenuPrePlanningWidget_OnLobbyPlayerReadyStatusUpdatedEvent"); \ +static_assert(offsetof(SBZMainMenuPrePlanningWidget_OnLobbyPlayerReadyStatusUpdatedEvent, bInReadyStatus) == 0x000000, "Member 'SBZMainMenuPrePlanningWidget_OnLobbyPlayerReadyStatusUpdatedEvent::bInReadyStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPrePlanningWidget_GetDifficulty \ +static_assert(alignof(SBZMainMenuPrePlanningWidget_GetDifficulty) == 0x000001, "Wrong alignment on SBZMainMenuPrePlanningWidget_GetDifficulty"); \ +static_assert(sizeof(SBZMainMenuPrePlanningWidget_GetDifficulty) == 0x000001, "Wrong size on SBZMainMenuPrePlanningWidget_GetDifficulty"); \ +static_assert(offsetof(SBZMainMenuPrePlanningWidget_GetDifficulty, ReturnValue) == 0x000000, "Member 'SBZMainMenuPrePlanningWidget_GetDifficulty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuPrePlanningWidget_GetTacticTypeFromGameSession \ +static_assert(alignof(SBZMainMenuPrePlanningWidget_GetTacticTypeFromGameSession) == 0x000001, "Wrong alignment on SBZMainMenuPrePlanningWidget_GetTacticTypeFromGameSession"); \ +static_assert(sizeof(SBZMainMenuPrePlanningWidget_GetTacticTypeFromGameSession) == 0x000001, "Wrong size on SBZMainMenuPrePlanningWidget_GetTacticTypeFromGameSession"); \ +static_assert(offsetof(SBZMainMenuPrePlanningWidget_GetTacticTypeFromGameSession, ReturnValue) == 0x000000, "Member 'SBZMainMenuPrePlanningWidget_GetTacticTypeFromGameSession::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuPrePlanningWidget \ +static_assert(alignof(USBZMainMenuPrePlanningWidget) == 0x000008, "Wrong alignment on USBZMainMenuPrePlanningWidget"); \ +static_assert(sizeof(USBZMainMenuPrePlanningWidget) == 0x0002A0, "Wrong size on USBZMainMenuPrePlanningWidget"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSkillsMenu_ClearEquippedSkillsWithTag \ +static_assert(alignof(SBZMainMenuSkillsMenu_ClearEquippedSkillsWithTag) == 0x000004, "Wrong alignment on SBZMainMenuSkillsMenu_ClearEquippedSkillsWithTag"); \ +static_assert(sizeof(SBZMainMenuSkillsMenu_ClearEquippedSkillsWithTag) == 0x000010, "Wrong size on SBZMainMenuSkillsMenu_ClearEquippedSkillsWithTag"); \ +static_assert(offsetof(SBZMainMenuSkillsMenu_ClearEquippedSkillsWithTag, SkillTag) == 0x000000, "Member 'SBZMainMenuSkillsMenu_ClearEquippedSkillsWithTag::SkillTag' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuSkillsMenu_ClearEquippedSkillsWithTag, ReturnValue) == 0x00000C, "Member 'SBZMainMenuSkillsMenu_ClearEquippedSkillsWithTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSkillsMenu_EquipSkill \ +static_assert(alignof(SBZMainMenuSkillsMenu_EquipSkill) == 0x000008, "Wrong alignment on SBZMainMenuSkillsMenu_EquipSkill"); \ +static_assert(sizeof(SBZMainMenuSkillsMenu_EquipSkill) == 0x000010, "Wrong size on SBZMainMenuSkillsMenu_EquipSkill"); \ +static_assert(offsetof(SBZMainMenuSkillsMenu_EquipSkill, SkillData) == 0x000000, "Member 'SBZMainMenuSkillsMenu_EquipSkill::SkillData' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuSkillsMenu_EquipSkill, ReturnValue) == 0x000008, "Member 'SBZMainMenuSkillsMenu_EquipSkill::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSkillsMenu_HandleProgressionSave \ +static_assert(alignof(SBZMainMenuSkillsMenu_HandleProgressionSave) == 0x000001, "Wrong alignment on SBZMainMenuSkillsMenu_HandleProgressionSave"); \ +static_assert(sizeof(SBZMainMenuSkillsMenu_HandleProgressionSave) == 0x000001, "Wrong size on SBZMainMenuSkillsMenu_HandleProgressionSave"); \ +static_assert(offsetof(SBZMainMenuSkillsMenu_HandleProgressionSave, Result) == 0x000000, "Member 'SBZMainMenuSkillsMenu_HandleProgressionSave::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSkillsMenu_OnDescriptionScrollAxisChanged \ +static_assert(alignof(SBZMainMenuSkillsMenu_OnDescriptionScrollAxisChanged) == 0x000004, "Wrong alignment on SBZMainMenuSkillsMenu_OnDescriptionScrollAxisChanged"); \ +static_assert(sizeof(SBZMainMenuSkillsMenu_OnDescriptionScrollAxisChanged) == 0x000004, "Wrong size on SBZMainMenuSkillsMenu_OnDescriptionScrollAxisChanged"); \ +static_assert(offsetof(SBZMainMenuSkillsMenu_OnDescriptionScrollAxisChanged, Value) == 0x000000, "Member 'SBZMainMenuSkillsMenu_OnDescriptionScrollAxisChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSkillsMenu_UnequipSkill \ +static_assert(alignof(SBZMainMenuSkillsMenu_UnequipSkill) == 0x000008, "Wrong alignment on SBZMainMenuSkillsMenu_UnequipSkill"); \ +static_assert(sizeof(SBZMainMenuSkillsMenu_UnequipSkill) == 0x000010, "Wrong size on SBZMainMenuSkillsMenu_UnequipSkill"); \ +static_assert(offsetof(SBZMainMenuSkillsMenu_UnequipSkill, SkillData) == 0x000000, "Member 'SBZMainMenuSkillsMenu_UnequipSkill::SkillData' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuSkillsMenu_UnequipSkill, ReturnValue) == 0x000008, "Member 'SBZMainMenuSkillsMenu_UnequipSkill::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSkillsMenu_GetCostOfEquippedSkillsWithTag \ +static_assert(alignof(SBZMainMenuSkillsMenu_GetCostOfEquippedSkillsWithTag) == 0x000004, "Wrong alignment on SBZMainMenuSkillsMenu_GetCostOfEquippedSkillsWithTag"); \ +static_assert(sizeof(SBZMainMenuSkillsMenu_GetCostOfEquippedSkillsWithTag) == 0x000010, "Wrong size on SBZMainMenuSkillsMenu_GetCostOfEquippedSkillsWithTag"); \ +static_assert(offsetof(SBZMainMenuSkillsMenu_GetCostOfEquippedSkillsWithTag, SkillTag) == 0x000000, "Member 'SBZMainMenuSkillsMenu_GetCostOfEquippedSkillsWithTag::SkillTag' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuSkillsMenu_GetCostOfEquippedSkillsWithTag, ReturnValue) == 0x00000C, "Member 'SBZMainMenuSkillsMenu_GetCostOfEquippedSkillsWithTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSkillsMenu_GetEquippedCount \ +static_assert(alignof(SBZMainMenuSkillsMenu_GetEquippedCount) == 0x000004, "Wrong alignment on SBZMainMenuSkillsMenu_GetEquippedCount"); \ +static_assert(sizeof(SBZMainMenuSkillsMenu_GetEquippedCount) == 0x000004, "Wrong size on SBZMainMenuSkillsMenu_GetEquippedCount"); \ +static_assert(offsetof(SBZMainMenuSkillsMenu_GetEquippedCount, ReturnValue) == 0x000000, "Member 'SBZMainMenuSkillsMenu_GetEquippedCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSkillsMenu_GetSkillArrayCost \ +static_assert(alignof(SBZMainMenuSkillsMenu_GetSkillArrayCost) == 0x000004, "Wrong alignment on SBZMainMenuSkillsMenu_GetSkillArrayCost"); \ +static_assert(sizeof(SBZMainMenuSkillsMenu_GetSkillArrayCost) == 0x000004, "Wrong size on SBZMainMenuSkillsMenu_GetSkillArrayCost"); \ +static_assert(offsetof(SBZMainMenuSkillsMenu_GetSkillArrayCost, ReturnValue) == 0x000000, "Member 'SBZMainMenuSkillsMenu_GetSkillArrayCost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSkillsMenu_GetSkillCost \ +static_assert(alignof(SBZMainMenuSkillsMenu_GetSkillCost) == 0x000008, "Wrong alignment on SBZMainMenuSkillsMenu_GetSkillCost"); \ +static_assert(sizeof(SBZMainMenuSkillsMenu_GetSkillCost) == 0x000010, "Wrong size on SBZMainMenuSkillsMenu_GetSkillCost"); \ +static_assert(offsetof(SBZMainMenuSkillsMenu_GetSkillCost, SkillData) == 0x000000, "Member 'SBZMainMenuSkillsMenu_GetSkillCost::SkillData' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuSkillsMenu_GetSkillCost, ReturnValue) == 0x000008, "Member 'SBZMainMenuSkillsMenu_GetSkillCost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSkillsMenu_GetSkillLayerIndex \ +static_assert(alignof(SBZMainMenuSkillsMenu_GetSkillLayerIndex) == 0x000008, "Wrong alignment on SBZMainMenuSkillsMenu_GetSkillLayerIndex"); \ +static_assert(sizeof(SBZMainMenuSkillsMenu_GetSkillLayerIndex) == 0x000010, "Wrong size on SBZMainMenuSkillsMenu_GetSkillLayerIndex"); \ +static_assert(offsetof(SBZMainMenuSkillsMenu_GetSkillLayerIndex, SkillData) == 0x000000, "Member 'SBZMainMenuSkillsMenu_GetSkillLayerIndex::SkillData' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuSkillsMenu_GetSkillLayerIndex, ReturnValue) == 0x000008, "Member 'SBZMainMenuSkillsMenu_GetSkillLayerIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSkillsMenu_GetSkillTagCount \ +static_assert(alignof(SBZMainMenuSkillsMenu_GetSkillTagCount) == 0x000004, "Wrong alignment on SBZMainMenuSkillsMenu_GetSkillTagCount"); \ +static_assert(sizeof(SBZMainMenuSkillsMenu_GetSkillTagCount) == 0x000014, "Wrong size on SBZMainMenuSkillsMenu_GetSkillTagCount"); \ +static_assert(offsetof(SBZMainMenuSkillsMenu_GetSkillTagCount, GameplayTag) == 0x000000, "Member 'SBZMainMenuSkillsMenu_GetSkillTagCount::GameplayTag' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuSkillsMenu_GetSkillTagCount, Layer) == 0x00000C, "Member 'SBZMainMenuSkillsMenu_GetSkillTagCount::Layer' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuSkillsMenu_GetSkillTagCount, ReturnValue) == 0x000010, "Member 'SBZMainMenuSkillsMenu_GetSkillTagCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSkillsMenu_GetSkillTreeTierLockedStatus \ +static_assert(alignof(SBZMainMenuSkillsMenu_GetSkillTreeTierLockedStatus) == 0x000008, "Wrong alignment on SBZMainMenuSkillsMenu_GetSkillTreeTierLockedStatus"); \ +static_assert(sizeof(SBZMainMenuSkillsMenu_GetSkillTreeTierLockedStatus) == 0x000020, "Wrong size on SBZMainMenuSkillsMenu_GetSkillTreeTierLockedStatus"); \ +static_assert(offsetof(SBZMainMenuSkillsMenu_GetSkillTreeTierLockedStatus, SkillCategoryTag) == 0x000000, "Member 'SBZMainMenuSkillsMenu_GetSkillTreeTierLockedStatus::SkillCategoryTag' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuSkillsMenu_GetSkillTreeTierLockedStatus, ReturnValue) == 0x000010, "Member 'SBZMainMenuSkillsMenu_GetSkillTreeTierLockedStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSkillsMenu_IsSkillEquippable \ +static_assert(alignof(SBZMainMenuSkillsMenu_IsSkillEquippable) == 0x000008, "Wrong alignment on SBZMainMenuSkillsMenu_IsSkillEquippable"); \ +static_assert(sizeof(SBZMainMenuSkillsMenu_IsSkillEquippable) == 0x000010, "Wrong size on SBZMainMenuSkillsMenu_IsSkillEquippable"); \ +static_assert(offsetof(SBZMainMenuSkillsMenu_IsSkillEquippable, SkillData) == 0x000000, "Member 'SBZMainMenuSkillsMenu_IsSkillEquippable::SkillData' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuSkillsMenu_IsSkillEquippable, ReturnValue) == 0x000008, "Member 'SBZMainMenuSkillsMenu_IsSkillEquippable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSkillsMenu_IsSkillLocked \ +static_assert(alignof(SBZMainMenuSkillsMenu_IsSkillLocked) == 0x000008, "Wrong alignment on SBZMainMenuSkillsMenu_IsSkillLocked"); \ +static_assert(sizeof(SBZMainMenuSkillsMenu_IsSkillLocked) == 0x000010, "Wrong size on SBZMainMenuSkillsMenu_IsSkillLocked"); \ +static_assert(offsetof(SBZMainMenuSkillsMenu_IsSkillLocked, SkillData) == 0x000000, "Member 'SBZMainMenuSkillsMenu_IsSkillLocked::SkillData' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuSkillsMenu_IsSkillLocked, ReturnValue) == 0x000008, "Member 'SBZMainMenuSkillsMenu_IsSkillLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuSkillsMenu \ +static_assert(alignof(USBZMainMenuSkillsMenu) == 0x000008, "Wrong alignment on USBZMainMenuSkillsMenu"); \ +static_assert(sizeof(USBZMainMenuSkillsMenu) == 0x0006C8, "Wrong size on USBZMainMenuSkillsMenu"); \ +static_assert(offsetof(USBZMainMenuSkillsMenu, Skills) == 0x0002F0, "Member 'USBZMainMenuSkillsMenu::Skills' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSkillsMenu, AlternativeSelectionInput) == 0x000300, "Member 'USBZMainMenuSkillsMenu::AlternativeSelectionInput' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSkillsMenu, AlternativeSelectionHoldDuration) == 0x00030C, "Member 'USBZMainMenuSkillsMenu::AlternativeSelectionHoldDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSkillsMenu, DescriptionScrollAxis) == 0x000310, "Member 'USBZMainMenuSkillsMenu::DescriptionScrollAxis' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSkillsMenu, DescriptionScrollSpeed) == 0x00031C, "Member 'USBZMainMenuSkillsMenu::DescriptionScrollSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSkillsMenu, AxisDeadZone) == 0x000320, "Member 'USBZMainMenuSkillsMenu::AxisDeadZone' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSkillsMenu, SkillCategories) == 0x000328, "Member 'USBZMainMenuSkillsMenu::SkillCategories' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSkillsMenu, CurrentLoadoutIndex) == 0x000338, "Member 'USBZMainMenuSkillsMenu::CurrentLoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSkillsMenu, CachedPlayerLoadout) == 0x000340, "Member 'USBZMainMenuSkillsMenu::CachedPlayerLoadout' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSkillsMenu, CachedPlayerLoadoutConfig) == 0x000628, "Member 'USBZMainMenuSkillsMenu::CachedPlayerLoadoutConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZMainMenuSpectatorPawn \ +static_assert(alignof(ASBZMainMenuSpectatorPawn) == 0x000008, "Wrong alignment on ASBZMainMenuSpectatorPawn"); \ +static_assert(sizeof(ASBZMainMenuSpectatorPawn) == 0x000358, "Wrong size on ASBZMainMenuSpectatorPawn"); \ + +#define DUMPER7_ASSERTS_USBZSkillPistolSpecPistolExpertAced \ +static_assert(alignof(USBZSkillPistolSpecPistolExpertAced) == 0x000008, "Wrong alignment on USBZSkillPistolSpecPistolExpertAced"); \ +static_assert(sizeof(USBZSkillPistolSpecPistolExpertAced) == 0x000230, "Wrong size on USBZSkillPistolSpecPistolExpertAced"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSuitCosmeticCustomizationScreen_CosmeticPanelButtonSelected \ +static_assert(alignof(SBZMainMenuSuitCosmeticCustomizationScreen_CosmeticPanelButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuSuitCosmeticCustomizationScreen_CosmeticPanelButtonSelected"); \ +static_assert(sizeof(SBZMainMenuSuitCosmeticCustomizationScreen_CosmeticPanelButtonSelected) == 0x000008, "Wrong size on SBZMainMenuSuitCosmeticCustomizationScreen_CosmeticPanelButtonSelected"); \ +static_assert(offsetof(SBZMainMenuSuitCosmeticCustomizationScreen_CosmeticPanelButtonSelected, SelectedButton) == 0x000000, "Member 'SBZMainMenuSuitCosmeticCustomizationScreen_CosmeticPanelButtonSelected::SelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSuitCosmeticCustomizationScreen_EquippedItemChanged \ +static_assert(alignof(SBZMainMenuSuitCosmeticCustomizationScreen_EquippedItemChanged) == 0x000008, "Wrong alignment on SBZMainMenuSuitCosmeticCustomizationScreen_EquippedItemChanged"); \ +static_assert(sizeof(SBZMainMenuSuitCosmeticCustomizationScreen_EquippedItemChanged) == 0x000008, "Wrong size on SBZMainMenuSuitCosmeticCustomizationScreen_EquippedItemChanged"); \ +static_assert(offsetof(SBZMainMenuSuitCosmeticCustomizationScreen_EquippedItemChanged, InEquippedItem) == 0x000000, "Member 'SBZMainMenuSuitCosmeticCustomizationScreen_EquippedItemChanged::InEquippedItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSuitCosmeticCustomizationScreen_OnPopUpClosed \ +static_assert(alignof(SBZMainMenuSuitCosmeticCustomizationScreen_OnPopUpClosed) == 0x000004, "Wrong alignment on SBZMainMenuSuitCosmeticCustomizationScreen_OnPopUpClosed"); \ +static_assert(sizeof(SBZMainMenuSuitCosmeticCustomizationScreen_OnPopUpClosed) == 0x00000C, "Wrong size on SBZMainMenuSuitCosmeticCustomizationScreen_OnPopUpClosed"); \ +static_assert(offsetof(SBZMainMenuSuitCosmeticCustomizationScreen_OnPopUpClosed, ClosingActionName) == 0x000000, "Member 'SBZMainMenuSuitCosmeticCustomizationScreen_OnPopUpClosed::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuSuitCosmeticCustomizationScreen \ +static_assert(alignof(USBZMainMenuSuitCosmeticCustomizationScreen) == 0x000008, "Wrong alignment on USBZMainMenuSuitCosmeticCustomizationScreen"); \ +static_assert(sizeof(USBZMainMenuSuitCosmeticCustomizationScreen) == 0x0003A0, "Wrong size on USBZMainMenuSuitCosmeticCustomizationScreen"); \ +static_assert(offsetof(USBZMainMenuSuitCosmeticCustomizationScreen, Widget_CosmeticPanel) == 0x0002C0, "Member 'USBZMainMenuSuitCosmeticCustomizationScreen::Widget_CosmeticPanel' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSuitCosmeticCustomizationScreen, SuitPartConfig) == 0x0002C8, "Member 'USBZMainMenuSuitCosmeticCustomizationScreen::SuitPartConfig' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSuitCosmeticCustomizationScreen, CosmeticPartSlot) == 0x0002D0, "Member 'USBZMainMenuSuitCosmeticCustomizationScreen::CosmeticPartSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSuitCosmeticCustomizationScreen, SuitSlotIndex) == 0x0002D8, "Member 'USBZMainMenuSuitCosmeticCustomizationScreen::SuitSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSuitCosmeticCustomizationScreen, DefaultButtonParams) == 0x0002E0, "Member 'USBZMainMenuSuitCosmeticCustomizationScreen::DefaultButtonParams' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSuitCosmeticCustomizationScreen, PopUpBodyWidgetClass) == 0x000300, "Member 'USBZMainMenuSuitCosmeticCustomizationScreen::PopUpBodyWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSuitCosmeticCustomizationScreen, PopUpHeader) == 0x000308, "Member 'USBZMainMenuSuitCosmeticCustomizationScreen::PopUpHeader' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSuitCosmeticCustomizationScreen, PopUpAcceptAction) == 0x000320, "Member 'USBZMainMenuSuitCosmeticCustomizationScreen::PopUpAcceptAction' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSuitCosmeticCustomizationScreen, PopUpCancelAction) == 0x000358, "Member 'USBZMainMenuSuitCosmeticCustomizationScreen::PopUpCancelAction' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSuitCosmeticCustomizationScreen, PreviousEquippedConfig) == 0x000390, "Member 'USBZMainMenuSuitCosmeticCustomizationScreen::PreviousEquippedConfig' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSuitCosmeticCustomizationScreen, PopUpBody) == 0x000398, "Member 'USBZMainMenuSuitCosmeticCustomizationScreen::PopUpBody' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSuitCustomization_GetCosmeticItemInSlot \ +static_assert(alignof(SBZMainMenuSuitCustomization_GetCosmeticItemInSlot) == 0x000008, "Wrong alignment on SBZMainMenuSuitCustomization_GetCosmeticItemInSlot"); \ +static_assert(sizeof(SBZMainMenuSuitCustomization_GetCosmeticItemInSlot) == 0x000018, "Wrong size on SBZMainMenuSuitCustomization_GetCosmeticItemInSlot"); \ +static_assert(offsetof(SBZMainMenuSuitCustomization_GetCosmeticItemInSlot, SuitPart) == 0x000000, "Member 'SBZMainMenuSuitCustomization_GetCosmeticItemInSlot::SuitPart' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuSuitCustomization_GetCosmeticItemInSlot, InCosmeticPartSlot) == 0x000008, "Member 'SBZMainMenuSuitCustomization_GetCosmeticItemInSlot::InCosmeticPartSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuSuitCustomization_GetCosmeticItemInSlot, ReturnValue) == 0x000010, "Member 'SBZMainMenuSuitCustomization_GetCosmeticItemInSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuSuitCustomization \ +static_assert(alignof(USBZMainMenuSuitCustomization) == 0x000008, "Wrong alignment on USBZMainMenuSuitCustomization"); \ +static_assert(sizeof(USBZMainMenuSuitCustomization) == 0x000350, "Wrong size on USBZMainMenuSuitCustomization"); \ +static_assert(offsetof(USBZMainMenuSuitCustomization, SuitSlotIndex) == 0x0002C0, "Member 'USBZMainMenuSuitCustomization::SuitSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSuitCustomization, SuitSlot) == 0x0002C8, "Member 'USBZMainMenuSuitCustomization::SuitSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerAnimationCollectionFPP \ +static_assert(alignof(USBZPlayerAnimationCollectionFPP) == 0x000008, "Wrong alignment on USBZPlayerAnimationCollectionFPP"); \ +static_assert(sizeof(USBZPlayerAnimationCollectionFPP) == 0x0001D0, "Wrong size on USBZPlayerAnimationCollectionFPP"); \ +static_assert(offsetof(USBZPlayerAnimationCollectionFPP, AnimationLeftHandEquippedContainers) == 0x000130, "Member 'USBZPlayerAnimationCollectionFPP::AnimationLeftHandEquippedContainers' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationCollectionFPP, GamePlayTagBasedMontageContainers) == 0x000180, "Member 'USBZPlayerAnimationCollectionFPP::GamePlayTagBasedMontageContainers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOverskillOperatorBlue \ +static_assert(alignof(USBZOverskillOperatorBlue) == 0x000008, "Wrong alignment on USBZOverskillOperatorBlue"); \ +static_assert(sizeof(USBZOverskillOperatorBlue) == 0x000230, "Wrong size on USBZOverskillOperatorBlue"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSuitInventoryScreen_DiscardItemDone \ +static_assert(alignof(SBZMainMenuSuitInventoryScreen_DiscardItemDone) == 0x000004, "Wrong alignment on SBZMainMenuSuitInventoryScreen_DiscardItemDone"); \ +static_assert(sizeof(SBZMainMenuSuitInventoryScreen_DiscardItemDone) == 0x000014, "Wrong size on SBZMainMenuSuitInventoryScreen_DiscardItemDone"); \ +static_assert(offsetof(SBZMainMenuSuitInventoryScreen_DiscardItemDone, DiscardItemResult) == 0x000000, "Member 'SBZMainMenuSuitInventoryScreen_DiscardItemDone::DiscardItemResult' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuSuitInventoryScreen_DiscardItemDone, ItemId) == 0x000004, "Member 'SBZMainMenuSuitInventoryScreen_DiscardItemDone::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSuitInventoryScreen_NativeOnBuySlotsButtonSelected \ +static_assert(alignof(SBZMainMenuSuitInventoryScreen_NativeOnBuySlotsButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuSuitInventoryScreen_NativeOnBuySlotsButtonSelected"); \ +static_assert(sizeof(SBZMainMenuSuitInventoryScreen_NativeOnBuySlotsButtonSelected) == 0x000008, "Wrong size on SBZMainMenuSuitInventoryScreen_NativeOnBuySlotsButtonSelected"); \ +static_assert(offsetof(SBZMainMenuSuitInventoryScreen_NativeOnBuySlotsButtonSelected, InSelectedButton) == 0x000000, "Member 'SBZMainMenuSuitInventoryScreen_NativeOnBuySlotsButtonSelected::InSelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSuitInventoryScreen_NativeOnDefaultSet \ +static_assert(alignof(SBZMainMenuSuitInventoryScreen_NativeOnDefaultSet) == 0x000001, "Wrong alignment on SBZMainMenuSuitInventoryScreen_NativeOnDefaultSet"); \ +static_assert(sizeof(SBZMainMenuSuitInventoryScreen_NativeOnDefaultSet) == 0x000001, "Wrong size on SBZMainMenuSuitInventoryScreen_NativeOnDefaultSet"); \ +static_assert(offsetof(SBZMainMenuSuitInventoryScreen_NativeOnDefaultSet, Result) == 0x000000, "Member 'SBZMainMenuSuitInventoryScreen_NativeOnDefaultSet::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSuitInventoryScreen_NativeOnSuitDefaultButtonSelected \ +static_assert(alignof(SBZMainMenuSuitInventoryScreen_NativeOnSuitDefaultButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuSuitInventoryScreen_NativeOnSuitDefaultButtonSelected"); \ +static_assert(sizeof(SBZMainMenuSuitInventoryScreen_NativeOnSuitDefaultButtonSelected) == 0x000008, "Wrong size on SBZMainMenuSuitInventoryScreen_NativeOnSuitDefaultButtonSelected"); \ +static_assert(offsetof(SBZMainMenuSuitInventoryScreen_NativeOnSuitDefaultButtonSelected, InSelectedButton) == 0x000000, "Member 'SBZMainMenuSuitInventoryScreen_NativeOnSuitDefaultButtonSelected::InSelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSuitInventoryScreen_NativeOnSuitSlotButtonSelected \ +static_assert(alignof(SBZMainMenuSuitInventoryScreen_NativeOnSuitSlotButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuSuitInventoryScreen_NativeOnSuitSlotButtonSelected"); \ +static_assert(sizeof(SBZMainMenuSuitInventoryScreen_NativeOnSuitSlotButtonSelected) == 0x000008, "Wrong size on SBZMainMenuSuitInventoryScreen_NativeOnSuitSlotButtonSelected"); \ +static_assert(offsetof(SBZMainMenuSuitInventoryScreen_NativeOnSuitSlotButtonSelected, InSelectedButton) == 0x000000, "Member 'SBZMainMenuSuitInventoryScreen_NativeOnSuitSlotButtonSelected::InSelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSuitInventoryScreen_NativeSuitSlotButtonFocusedChanged \ +static_assert(alignof(SBZMainMenuSuitInventoryScreen_NativeSuitSlotButtonFocusedChanged) == 0x000008, "Wrong alignment on SBZMainMenuSuitInventoryScreen_NativeSuitSlotButtonFocusedChanged"); \ +static_assert(sizeof(SBZMainMenuSuitInventoryScreen_NativeSuitSlotButtonFocusedChanged) == 0x000010, "Wrong size on SBZMainMenuSuitInventoryScreen_NativeSuitSlotButtonFocusedChanged"); \ +static_assert(offsetof(SBZMainMenuSuitInventoryScreen_NativeSuitSlotButtonFocusedChanged, InFocusedButton) == 0x000000, "Member 'SBZMainMenuSuitInventoryScreen_NativeSuitSlotButtonFocusedChanged::InFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuSuitInventoryScreen_NativeSuitSlotButtonFocusedChanged, bIsFocused) == 0x000008, "Member 'SBZMainMenuSuitInventoryScreen_NativeSuitSlotButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSuitInventoryScreen_OnBuySlotItemCompleted \ +static_assert(alignof(SBZMainMenuSuitInventoryScreen_OnBuySlotItemCompleted) == 0x000008, "Wrong alignment on SBZMainMenuSuitInventoryScreen_OnBuySlotItemCompleted"); \ +static_assert(sizeof(SBZMainMenuSuitInventoryScreen_OnBuySlotItemCompleted) == 0x000018, "Wrong size on SBZMainMenuSuitInventoryScreen_OnBuySlotItemCompleted"); \ +static_assert(offsetof(SBZMainMenuSuitInventoryScreen_OnBuySlotItemCompleted, Result) == 0x000000, "Member 'SBZMainMenuSuitInventoryScreen_OnBuySlotItemCompleted::Result' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuSuitInventoryScreen_OnBuySlotItemCompleted, ItemSku) == 0x000008, "Member 'SBZMainMenuSuitInventoryScreen_OnBuySlotItemCompleted::ItemSku' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSuitInventoryScreen_OnDiscardSuitPopUpClosed \ +static_assert(alignof(SBZMainMenuSuitInventoryScreen_OnDiscardSuitPopUpClosed) == 0x000004, "Wrong alignment on SBZMainMenuSuitInventoryScreen_OnDiscardSuitPopUpClosed"); \ +static_assert(sizeof(SBZMainMenuSuitInventoryScreen_OnDiscardSuitPopUpClosed) == 0x00000C, "Wrong size on SBZMainMenuSuitInventoryScreen_OnDiscardSuitPopUpClosed"); \ +static_assert(offsetof(SBZMainMenuSuitInventoryScreen_OnDiscardSuitPopUpClosed, ClosingActionName) == 0x000000, "Member 'SBZMainMenuSuitInventoryScreen_OnDiscardSuitPopUpClosed::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSuitInventoryScreen_OnGameInstallStateChanged \ +static_assert(alignof(SBZMainMenuSuitInventoryScreen_OnGameInstallStateChanged) == 0x000001, "Wrong alignment on SBZMainMenuSuitInventoryScreen_OnGameInstallStateChanged"); \ +static_assert(sizeof(SBZMainMenuSuitInventoryScreen_OnGameInstallStateChanged) == 0x000001, "Wrong size on SBZMainMenuSuitInventoryScreen_OnGameInstallStateChanged"); \ +static_assert(offsetof(SBZMainMenuSuitInventoryScreen_OnGameInstallStateChanged, bIsInstallPending) == 0x000000, "Member 'SBZMainMenuSuitInventoryScreen_OnGameInstallStateChanged::bIsInstallPending' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSuitInventoryScreen_OnItemDiscarded \ +static_assert(alignof(SBZMainMenuSuitInventoryScreen_OnItemDiscarded) == 0x000001, "Wrong alignment on SBZMainMenuSuitInventoryScreen_OnItemDiscarded"); \ +static_assert(sizeof(SBZMainMenuSuitInventoryScreen_OnItemDiscarded) == 0x000001, "Wrong size on SBZMainMenuSuitInventoryScreen_OnItemDiscarded"); \ +static_assert(offsetof(SBZMainMenuSuitInventoryScreen_OnItemDiscarded, bWasSuccessful) == 0x000000, "Member 'SBZMainMenuSuitInventoryScreen_OnItemDiscarded::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSuitInventoryScreen_OnShowBuySlotPopUpClosed \ +static_assert(alignof(SBZMainMenuSuitInventoryScreen_OnShowBuySlotPopUpClosed) == 0x000004, "Wrong alignment on SBZMainMenuSuitInventoryScreen_OnShowBuySlotPopUpClosed"); \ +static_assert(sizeof(SBZMainMenuSuitInventoryScreen_OnShowBuySlotPopUpClosed) == 0x00000C, "Wrong size on SBZMainMenuSuitInventoryScreen_OnShowBuySlotPopUpClosed"); \ +static_assert(offsetof(SBZMainMenuSuitInventoryScreen_OnShowBuySlotPopUpClosed, InActionName) == 0x000000, "Member 'SBZMainMenuSuitInventoryScreen_OnShowBuySlotPopUpClosed::InActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSuitInventoryScreen_OnSlotPriceChanged \ +static_assert(alignof(SBZMainMenuSuitInventoryScreen_OnSlotPriceChanged) == 0x000008, "Wrong alignment on SBZMainMenuSuitInventoryScreen_OnSlotPriceChanged"); \ +static_assert(sizeof(SBZMainMenuSuitInventoryScreen_OnSlotPriceChanged) == 0x000100, "Wrong size on SBZMainMenuSuitInventoryScreen_OnSlotPriceChanged"); \ +static_assert(offsetof(SBZMainMenuSuitInventoryScreen_OnSlotPriceChanged, Item) == 0x000000, "Member 'SBZMainMenuSuitInventoryScreen_OnSlotPriceChanged::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSuitInventoryScreen_OnSlotPurchaseComplete \ +static_assert(alignof(SBZMainMenuSuitInventoryScreen_OnSlotPurchaseComplete) == 0x000001, "Wrong alignment on SBZMainMenuSuitInventoryScreen_OnSlotPurchaseComplete"); \ +static_assert(sizeof(SBZMainMenuSuitInventoryScreen_OnSlotPurchaseComplete) == 0x000001, "Wrong size on SBZMainMenuSuitInventoryScreen_OnSlotPurchaseComplete"); \ +static_assert(offsetof(SBZMainMenuSuitInventoryScreen_OnSlotPurchaseComplete, bWasSuccessful) == 0x000000, "Member 'SBZMainMenuSuitInventoryScreen_OnSlotPurchaseComplete::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSuitInventoryScreen_SuitSlotButtonFocusedChanged \ +static_assert(alignof(SBZMainMenuSuitInventoryScreen_SuitSlotButtonFocusedChanged) == 0x000008, "Wrong alignment on SBZMainMenuSuitInventoryScreen_SuitSlotButtonFocusedChanged"); \ +static_assert(sizeof(SBZMainMenuSuitInventoryScreen_SuitSlotButtonFocusedChanged) == 0x000010, "Wrong size on SBZMainMenuSuitInventoryScreen_SuitSlotButtonFocusedChanged"); \ +static_assert(offsetof(SBZMainMenuSuitInventoryScreen_SuitSlotButtonFocusedChanged, InFocusedButton) == 0x000000, "Member 'SBZMainMenuSuitInventoryScreen_SuitSlotButtonFocusedChanged::InFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuSuitInventoryScreen_SuitSlotButtonFocusedChanged, bIsFocused) == 0x000008, "Member 'SBZMainMenuSuitInventoryScreen_SuitSlotButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSuitInventoryScreen_TryDiscardSuitInSlot \ +static_assert(alignof(SBZMainMenuSuitInventoryScreen_TryDiscardSuitInSlot) == 0x000004, "Wrong alignment on SBZMainMenuSuitInventoryScreen_TryDiscardSuitInSlot"); \ +static_assert(sizeof(SBZMainMenuSuitInventoryScreen_TryDiscardSuitInSlot) == 0x000004, "Wrong size on SBZMainMenuSuitInventoryScreen_TryDiscardSuitInSlot"); \ +static_assert(offsetof(SBZMainMenuSuitInventoryScreen_TryDiscardSuitInSlot, InSuitIndex) == 0x000000, "Member 'SBZMainMenuSuitInventoryScreen_TryDiscardSuitInSlot::InSuitIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuSuitInventoryScreen_CanDiscardSuitInSlot \ +static_assert(alignof(SBZMainMenuSuitInventoryScreen_CanDiscardSuitInSlot) == 0x000004, "Wrong alignment on SBZMainMenuSuitInventoryScreen_CanDiscardSuitInSlot"); \ +static_assert(sizeof(SBZMainMenuSuitInventoryScreen_CanDiscardSuitInSlot) == 0x000008, "Wrong size on SBZMainMenuSuitInventoryScreen_CanDiscardSuitInSlot"); \ +static_assert(offsetof(SBZMainMenuSuitInventoryScreen_CanDiscardSuitInSlot, IndexToDiscard) == 0x000000, "Member 'SBZMainMenuSuitInventoryScreen_CanDiscardSuitInSlot::IndexToDiscard' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuSuitInventoryScreen_CanDiscardSuitInSlot, ReturnValue) == 0x000004, "Member 'SBZMainMenuSuitInventoryScreen_CanDiscardSuitInSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuSuitInventoryScreen \ +static_assert(alignof(USBZMainMenuSuitInventoryScreen) == 0x000008, "Wrong alignment on USBZMainMenuSuitInventoryScreen"); \ +static_assert(sizeof(USBZMainMenuSuitInventoryScreen) == 0x0004C8, "Wrong size on USBZMainMenuSuitInventoryScreen"); \ +static_assert(offsetof(USBZMainMenuSuitInventoryScreen, SuitSlotButtonClass) == 0x0002F0, "Member 'USBZMainMenuSuitInventoryScreen::SuitSlotButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSuitInventoryScreen, Panel_SuitSlotButtons) == 0x0002F8, "Member 'USBZMainMenuSuitInventoryScreen::Panel_SuitSlotButtons' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSuitInventoryScreen, Button_BuySlots) == 0x000300, "Member 'USBZMainMenuSuitInventoryScreen::Button_BuySlots' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSuitInventoryScreen, Button_DefaultSuit) == 0x000308, "Member 'USBZMainMenuSuitInventoryScreen::Button_DefaultSuit' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSuitInventoryScreen, DiscardSuitPopUpBodyWidgetClass) == 0x000310, "Member 'USBZMainMenuSuitInventoryScreen::DiscardSuitPopUpBodyWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSuitInventoryScreen, DiscardSuitPopUpHeader) == 0x000318, "Member 'USBZMainMenuSuitInventoryScreen::DiscardSuitPopUpHeader' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSuitInventoryScreen, DiscardSuitPopUpAcceptAction) == 0x000330, "Member 'USBZMainMenuSuitInventoryScreen::DiscardSuitPopUpAcceptAction' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSuitInventoryScreen, DiscardSuitPopUpCancelAction) == 0x000368, "Member 'USBZMainMenuSuitInventoryScreen::DiscardSuitPopUpCancelAction' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSuitInventoryScreen, SuitIndexToDiscard) == 0x0003A0, "Member 'USBZMainMenuSuitInventoryScreen::SuitIndexToDiscard' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSuitInventoryScreen, DiscardSuitPopUpBody) == 0x0003A8, "Member 'USBZMainMenuSuitInventoryScreen::DiscardSuitPopUpBody' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSuitInventoryScreen, ActiveSuitSlotButton) == 0x0003B0, "Member 'USBZMainMenuSuitInventoryScreen::ActiveSuitSlotButton' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSuitInventoryScreen, SuitSlotButtonPool) == 0x0003B8, "Member 'USBZMainMenuSuitInventoryScreen::SuitSlotButtonPool' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuSuitInventoryScreen, SlotItem) == 0x0003C8, "Member 'USBZMainMenuSuitInventoryScreen::SlotItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryModGridWidget_InitializeGridWithMaskSlot \ +static_assert(alignof(SBZMainMenuWeaponInventoryModGridWidget_InitializeGridWithMaskSlot) == 0x000004, "Wrong alignment on SBZMainMenuWeaponInventoryModGridWidget_InitializeGridWithMaskSlot"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryModGridWidget_InitializeGridWithMaskSlot) == 0x000004, "Wrong size on SBZMainMenuWeaponInventoryModGridWidget_InitializeGridWithMaskSlot"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryModGridWidget_InitializeGridWithMaskSlot, InMaskSlotIndex) == 0x000000, "Member 'SBZMainMenuWeaponInventoryModGridWidget_InitializeGridWithMaskSlot::InMaskSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryModGridWidget_InitializeGridWithWeaponSlot \ +static_assert(alignof(SBZMainMenuWeaponInventoryModGridWidget_InitializeGridWithWeaponSlot) == 0x000004, "Wrong alignment on SBZMainMenuWeaponInventoryModGridWidget_InitializeGridWithWeaponSlot"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryModGridWidget_InitializeGridWithWeaponSlot) == 0x000008, "Wrong size on SBZMainMenuWeaponInventoryModGridWidget_InitializeGridWithWeaponSlot"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryModGridWidget_InitializeGridWithWeaponSlot, InEquippableSlot) == 0x000000, "Member 'SBZMainMenuWeaponInventoryModGridWidget_InitializeGridWithWeaponSlot::InEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryModGridWidget_InitializeGridWithWeaponSlot, InWeaponSlotIndex) == 0x000004, "Member 'SBZMainMenuWeaponInventoryModGridWidget_InitializeGridWithWeaponSlot::InWeaponSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuWeaponInventoryModGridWidget \ +static_assert(alignof(USBZMainMenuWeaponInventoryModGridWidget) == 0x000008, "Wrong alignment on USBZMainMenuWeaponInventoryModGridWidget"); \ +static_assert(sizeof(USBZMainMenuWeaponInventoryModGridWidget) == 0x0002A8, "Wrong size on USBZMainMenuWeaponInventoryModGridWidget"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryModGridWidget, AmountToShow) == 0x000290, "Member 'USBZMainMenuWeaponInventoryModGridWidget::AmountToShow' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryModGridWidget, ItemArray) == 0x000298, "Member 'USBZMainMenuWeaponInventoryModGridWidget::ItemArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryWidget_DiscardItemDone \ +static_assert(alignof(SBZMainMenuWeaponInventoryWidget_DiscardItemDone) == 0x000004, "Wrong alignment on SBZMainMenuWeaponInventoryWidget_DiscardItemDone"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryWidget_DiscardItemDone) == 0x000014, "Wrong size on SBZMainMenuWeaponInventoryWidget_DiscardItemDone"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryWidget_DiscardItemDone, BuyItemResult) == 0x000000, "Member 'SBZMainMenuWeaponInventoryWidget_DiscardItemDone::BuyItemResult' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryWidget_DiscardItemDone, ItemId) == 0x000004, "Member 'SBZMainMenuWeaponInventoryWidget_DiscardItemDone::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryWidget_DiscardWeaponInSlot \ +static_assert(alignof(SBZMainMenuWeaponInventoryWidget_DiscardWeaponInSlot) == 0x000004, "Wrong alignment on SBZMainMenuWeaponInventoryWidget_DiscardWeaponInSlot"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryWidget_DiscardWeaponInSlot) == 0x000008, "Wrong size on SBZMainMenuWeaponInventoryWidget_DiscardWeaponInSlot"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryWidget_DiscardWeaponInSlot, SlotIndex) == 0x000000, "Member 'SBZMainMenuWeaponInventoryWidget_DiscardWeaponInSlot::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryWidget_DiscardWeaponInSlot, ReturnValue) == 0x000004, "Member 'SBZMainMenuWeaponInventoryWidget_DiscardWeaponInSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryWidget_DisplayWeaponSlotScreen \ +static_assert(alignof(SBZMainMenuWeaponInventoryWidget_DisplayWeaponSlotScreen) == 0x000004, "Wrong alignment on SBZMainMenuWeaponInventoryWidget_DisplayWeaponSlotScreen"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryWidget_DisplayWeaponSlotScreen) == 0x00000C, "Wrong size on SBZMainMenuWeaponInventoryWidget_DisplayWeaponSlotScreen"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryWidget_DisplayWeaponSlotScreen, InEquippableSlot) == 0x000000, "Member 'SBZMainMenuWeaponInventoryWidget_DisplayWeaponSlotScreen::InEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryWidget_DisplayWeaponSlotScreen, InLoadoutIndex) == 0x000004, "Member 'SBZMainMenuWeaponInventoryWidget_DisplayWeaponSlotScreen::InLoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryWidget_DisplayWeaponSlotScreen, ReturnValue) == 0x000008, "Member 'SBZMainMenuWeaponInventoryWidget_DisplayWeaponSlotScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryWidget_NativeOnBuyWeaponConfigSlotDone \ +static_assert(alignof(SBZMainMenuWeaponInventoryWidget_NativeOnBuyWeaponConfigSlotDone) == 0x000008, "Wrong alignment on SBZMainMenuWeaponInventoryWidget_NativeOnBuyWeaponConfigSlotDone"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryWidget_NativeOnBuyWeaponConfigSlotDone) == 0x000018, "Wrong size on SBZMainMenuWeaponInventoryWidget_NativeOnBuyWeaponConfigSlotDone"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryWidget_NativeOnBuyWeaponConfigSlotDone, BuyWeaponResult) == 0x000000, "Member 'SBZMainMenuWeaponInventoryWidget_NativeOnBuyWeaponConfigSlotDone::BuyWeaponResult' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryWidget_NativeOnBuyWeaponConfigSlotDone, ItemSku) == 0x000008, "Member 'SBZMainMenuWeaponInventoryWidget_NativeOnBuyWeaponConfigSlotDone::ItemSku' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryWidget_NativeOnWeaponSlotButtonSelected \ +static_assert(alignof(SBZMainMenuWeaponInventoryWidget_NativeOnWeaponSlotButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuWeaponInventoryWidget_NativeOnWeaponSlotButtonSelected"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryWidget_NativeOnWeaponSlotButtonSelected) == 0x000008, "Wrong size on SBZMainMenuWeaponInventoryWidget_NativeOnWeaponSlotButtonSelected"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryWidget_NativeOnWeaponSlotButtonSelected, SelectedButton) == 0x000000, "Member 'SBZMainMenuWeaponInventoryWidget_NativeOnWeaponSlotButtonSelected::SelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryWidget_OnBuyWeaponConfigSlotDone \ +static_assert(alignof(SBZMainMenuWeaponInventoryWidget_OnBuyWeaponConfigSlotDone) == 0x000001, "Wrong alignment on SBZMainMenuWeaponInventoryWidget_OnBuyWeaponConfigSlotDone"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryWidget_OnBuyWeaponConfigSlotDone) == 0x000001, "Wrong size on SBZMainMenuWeaponInventoryWidget_OnBuyWeaponConfigSlotDone"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryWidget_OnBuyWeaponConfigSlotDone, bWasSuccess) == 0x000000, "Member 'SBZMainMenuWeaponInventoryWidget_OnBuyWeaponConfigSlotDone::bWasSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryWidget_OnSlotStoreItemSet \ +static_assert(alignof(SBZMainMenuWeaponInventoryWidget_OnSlotStoreItemSet) == 0x000008, "Wrong alignment on SBZMainMenuWeaponInventoryWidget_OnSlotStoreItemSet"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryWidget_OnSlotStoreItemSet) == 0x000100, "Wrong size on SBZMainMenuWeaponInventoryWidget_OnSlotStoreItemSet"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryWidget_OnSlotStoreItemSet, InSlotStoreItem) == 0x000000, "Member 'SBZMainMenuWeaponInventoryWidget_OnSlotStoreItemSet::InSlotStoreItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryWidget_OnWeaponInSlotDiscarded \ +static_assert(alignof(SBZMainMenuWeaponInventoryWidget_OnWeaponInSlotDiscarded) == 0x000001, "Wrong alignment on SBZMainMenuWeaponInventoryWidget_OnWeaponInSlotDiscarded"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryWidget_OnWeaponInSlotDiscarded) == 0x000001, "Wrong size on SBZMainMenuWeaponInventoryWidget_OnWeaponInSlotDiscarded"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryWidget_OnWeaponInSlotDiscarded, bIsWeaponDiscarded) == 0x000000, "Member 'SBZMainMenuWeaponInventoryWidget_OnWeaponInSlotDiscarded::bIsWeaponDiscarded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryWidget_OnWeaponSlotButtonFocusedChanged \ +static_assert(alignof(SBZMainMenuWeaponInventoryWidget_OnWeaponSlotButtonFocusedChanged) == 0x000008, "Wrong alignment on SBZMainMenuWeaponInventoryWidget_OnWeaponSlotButtonFocusedChanged"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryWidget_OnWeaponSlotButtonFocusedChanged) == 0x000010, "Wrong size on SBZMainMenuWeaponInventoryWidget_OnWeaponSlotButtonFocusedChanged"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryWidget_OnWeaponSlotButtonFocusedChanged, SelectedButton) == 0x000000, "Member 'SBZMainMenuWeaponInventoryWidget_OnWeaponSlotButtonFocusedChanged::SelectedButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryWidget_OnWeaponSlotButtonFocusedChanged, bIsFocused) == 0x000008, "Member 'SBZMainMenuWeaponInventoryWidget_OnWeaponSlotButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryWidget_OnWeaponSlotButtonSelected \ +static_assert(alignof(SBZMainMenuWeaponInventoryWidget_OnWeaponSlotButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuWeaponInventoryWidget_OnWeaponSlotButtonSelected"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryWidget_OnWeaponSlotButtonSelected) == 0x000008, "Wrong size on SBZMainMenuWeaponInventoryWidget_OnWeaponSlotButtonSelected"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryWidget_OnWeaponSlotButtonSelected, SelectedButton) == 0x000000, "Member 'SBZMainMenuWeaponInventoryWidget_OnWeaponSlotButtonSelected::SelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryWidget_UpdateActiveWeaponSlotIndex \ +static_assert(alignof(SBZMainMenuWeaponInventoryWidget_UpdateActiveWeaponSlotIndex) == 0x000004, "Wrong alignment on SBZMainMenuWeaponInventoryWidget_UpdateActiveWeaponSlotIndex"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryWidget_UpdateActiveWeaponSlotIndex) == 0x000004, "Wrong size on SBZMainMenuWeaponInventoryWidget_UpdateActiveWeaponSlotIndex"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryWidget_UpdateActiveWeaponSlotIndex, InNewIndex) == 0x000000, "Member 'SBZMainMenuWeaponInventoryWidget_UpdateActiveWeaponSlotIndex::InNewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryWidget_CanDiscardWeaponIndex \ +static_assert(alignof(SBZMainMenuWeaponInventoryWidget_CanDiscardWeaponIndex) == 0x000004, "Wrong alignment on SBZMainMenuWeaponInventoryWidget_CanDiscardWeaponIndex"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryWidget_CanDiscardWeaponIndex) == 0x000008, "Wrong size on SBZMainMenuWeaponInventoryWidget_CanDiscardWeaponIndex"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryWidget_CanDiscardWeaponIndex, IndexToDiscard) == 0x000000, "Member 'SBZMainMenuWeaponInventoryWidget_CanDiscardWeaponIndex::IndexToDiscard' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryWidget_CanDiscardWeaponIndex, ReturnValue) == 0x000004, "Member 'SBZMainMenuWeaponInventoryWidget_CanDiscardWeaponIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryWidget_GetActiveWeaponSlotIndex \ +static_assert(alignof(SBZMainMenuWeaponInventoryWidget_GetActiveWeaponSlotIndex) == 0x000004, "Wrong alignment on SBZMainMenuWeaponInventoryWidget_GetActiveWeaponSlotIndex"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryWidget_GetActiveWeaponSlotIndex) == 0x000004, "Wrong size on SBZMainMenuWeaponInventoryWidget_GetActiveWeaponSlotIndex"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryWidget_GetActiveWeaponSlotIndex, ReturnValue) == 0x000000, "Member 'SBZMainMenuWeaponInventoryWidget_GetActiveWeaponSlotIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponInventoryWidget_GetSlotPrice \ +static_assert(alignof(SBZMainMenuWeaponInventoryWidget_GetSlotPrice) == 0x000004, "Wrong alignment on SBZMainMenuWeaponInventoryWidget_GetSlotPrice"); \ +static_assert(sizeof(SBZMainMenuWeaponInventoryWidget_GetSlotPrice) == 0x000004, "Wrong size on SBZMainMenuWeaponInventoryWidget_GetSlotPrice"); \ +static_assert(offsetof(SBZMainMenuWeaponInventoryWidget_GetSlotPrice, ReturnValue) == 0x000000, "Member 'SBZMainMenuWeaponInventoryWidget_GetSlotPrice::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuWeaponInventoryWidget \ +static_assert(alignof(USBZMainMenuWeaponInventoryWidget) == 0x000008, "Wrong alignment on USBZMainMenuWeaponInventoryWidget"); \ +static_assert(sizeof(USBZMainMenuWeaponInventoryWidget) == 0x000400, "Wrong size on USBZMainMenuWeaponInventoryWidget"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryWidget, WeaponSlotButtonClass) == 0x0002C0, "Member 'USBZMainMenuWeaponInventoryWidget::WeaponSlotButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryWidget, Panel_WeaponSlotButtons) == 0x0002C8, "Member 'USBZMainMenuWeaponInventoryWidget::Panel_WeaponSlotButtons' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryWidget, EquippableSlot) == 0x0002D0, "Member 'USBZMainMenuWeaponInventoryWidget::EquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryWidget, ActiveWeaponSlots) == 0x0002D4, "Member 'USBZMainMenuWeaponInventoryWidget::ActiveWeaponSlots' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryWidget, WeaponSlotCount) == 0x0002D8, "Member 'USBZMainMenuWeaponInventoryWidget::WeaponSlotCount' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryWidget, SlotStoreItem) == 0x0002E0, "Member 'USBZMainMenuWeaponInventoryWidget::SlotStoreItem' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryWidget, ActiveWeaponSlotIndex) == 0x0003E0, "Member 'USBZMainMenuWeaponInventoryWidget::ActiveWeaponSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryWidget, LoadoutSlotIndex) == 0x0003E4, "Member 'USBZMainMenuWeaponInventoryWidget::LoadoutSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryWidget, ActiveLoadoutActiveWeaponSlotIndex) == 0x0003E8, "Member 'USBZMainMenuWeaponInventoryWidget::ActiveLoadoutActiveWeaponSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponInventoryWidget, WeaponSlotButtonPool) == 0x0003F0, "Member 'USBZMainMenuWeaponInventoryWidget::WeaponSlotButtonPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerTriggerVolume_SetVolumeEnabled \ +static_assert(alignof(SBZPlayerTriggerVolume_SetVolumeEnabled) == 0x000001, "Wrong alignment on SBZPlayerTriggerVolume_SetVolumeEnabled"); \ +static_assert(sizeof(SBZPlayerTriggerVolume_SetVolumeEnabled) == 0x000001, "Wrong size on SBZPlayerTriggerVolume_SetVolumeEnabled"); \ +static_assert(offsetof(SBZPlayerTriggerVolume_SetVolumeEnabled, bEnabled) == 0x000000, "Member 'SBZPlayerTriggerVolume_SetVolumeEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerTriggerVolume_AreAllPlayerPawnsInside \ +static_assert(alignof(SBZPlayerTriggerVolume_AreAllPlayerPawnsInside) == 0x000001, "Wrong alignment on SBZPlayerTriggerVolume_AreAllPlayerPawnsInside"); \ +static_assert(sizeof(SBZPlayerTriggerVolume_AreAllPlayerPawnsInside) == 0x000001, "Wrong size on SBZPlayerTriggerVolume_AreAllPlayerPawnsInside"); \ +static_assert(offsetof(SBZPlayerTriggerVolume_AreAllPlayerPawnsInside, ReturnValue) == 0x000000, "Member 'SBZPlayerTriggerVolume_AreAllPlayerPawnsInside::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerTriggerVolume_GetCurrentNumOverlappingPlayers \ +static_assert(alignof(SBZPlayerTriggerVolume_GetCurrentNumOverlappingPlayers) == 0x000004, "Wrong alignment on SBZPlayerTriggerVolume_GetCurrentNumOverlappingPlayers"); \ +static_assert(sizeof(SBZPlayerTriggerVolume_GetCurrentNumOverlappingPlayers) == 0x000004, "Wrong size on SBZPlayerTriggerVolume_GetCurrentNumOverlappingPlayers"); \ +static_assert(offsetof(SBZPlayerTriggerVolume_GetCurrentNumOverlappingPlayers, ReturnValue) == 0x000000, "Member 'SBZPlayerTriggerVolume_GetCurrentNumOverlappingPlayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPlayerTriggerVolume \ +static_assert(alignof(ASBZPlayerTriggerVolume) == 0x000008, "Wrong alignment on ASBZPlayerTriggerVolume"); \ +static_assert(sizeof(ASBZPlayerTriggerVolume) == 0x000390, "Wrong size on ASBZPlayerTriggerVolume"); \ +static_assert(offsetof(ASBZPlayerTriggerVolume, PlayerPawnParentClass) == 0x000300, "Member 'ASBZPlayerTriggerVolume::PlayerPawnParentClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerTriggerVolume, PlayerPawnBeginOverlapping) == 0x000360, "Member 'ASBZPlayerTriggerVolume::PlayerPawnBeginOverlapping' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerTriggerVolume, PlayerPawnEndOverlapping) == 0x000370, "Member 'ASBZPlayerTriggerVolume::PlayerPawnEndOverlapping' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerTriggerVolume, OverlappingAllPlayerPawnsChanged) == 0x000380, "Member 'ASBZPlayerTriggerVolume::OverlappingAllPlayerPawnsChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerTriggeredVoiceVolume_HandleDialogEnded \ +static_assert(alignof(SBZPlayerTriggeredVoiceVolume_HandleDialogEnded) == 0x000001, "Wrong alignment on SBZPlayerTriggeredVoiceVolume_HandleDialogEnded"); \ +static_assert(sizeof(SBZPlayerTriggeredVoiceVolume_HandleDialogEnded) == 0x000001, "Wrong size on SBZPlayerTriggeredVoiceVolume_HandleDialogEnded"); \ +static_assert(offsetof(SBZPlayerTriggeredVoiceVolume_HandleDialogEnded, Reason) == 0x000000, "Member 'SBZPlayerTriggeredVoiceVolume_HandleDialogEnded::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPlayerTriggeredVoiceVolume \ +static_assert(alignof(ASBZPlayerTriggeredVoiceVolume) == 0x000008, "Wrong alignment on ASBZPlayerTriggeredVoiceVolume"); \ +static_assert(sizeof(ASBZPlayerTriggeredVoiceVolume) == 0x0003B0, "Wrong size on ASBZPlayerTriggeredVoiceVolume"); \ +static_assert(offsetof(ASBZPlayerTriggeredVoiceVolume, Dialog) == 0x000390, "Member 'ASBZPlayerTriggeredVoiceVolume::Dialog' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerTriggeredVoiceVolume, Comment) == 0x000398, "Member 'ASBZPlayerTriggeredVoiceVolume::Comment' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerTriggeredVoiceVolume, DialogEnded) == 0x0003A0, "Member 'ASBZPlayerTriggeredVoiceVolume::DialogEnded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponModifierScreen_GetBlockedSlotNamesForWeaponPart \ +static_assert(alignof(SBZMainMenuWeaponModifierScreen_GetBlockedSlotNamesForWeaponPart) == 0x000008, "Wrong alignment on SBZMainMenuWeaponModifierScreen_GetBlockedSlotNamesForWeaponPart"); \ +static_assert(sizeof(SBZMainMenuWeaponModifierScreen_GetBlockedSlotNamesForWeaponPart) == 0x000018, "Wrong size on SBZMainMenuWeaponModifierScreen_GetBlockedSlotNamesForWeaponPart"); \ +static_assert(offsetof(SBZMainMenuWeaponModifierScreen_GetBlockedSlotNamesForWeaponPart, WeaponPartDataAsset) == 0x000000, "Member 'SBZMainMenuWeaponModifierScreen_GetBlockedSlotNamesForWeaponPart::WeaponPartDataAsset' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponModifierScreen_GetBlockedSlotNamesForWeaponPart, OutSlotNames) == 0x000008, "Member 'SBZMainMenuWeaponModifierScreen_GetBlockedSlotNamesForWeaponPart::OutSlotNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponModifierScreen_GetWeaponSlotInfo \ +static_assert(alignof(SBZMainMenuWeaponModifierScreen_GetWeaponSlotInfo) == 0x000004, "Wrong alignment on SBZMainMenuWeaponModifierScreen_GetWeaponSlotInfo"); \ +static_assert(sizeof(SBZMainMenuWeaponModifierScreen_GetWeaponSlotInfo) == 0x000008, "Wrong size on SBZMainMenuWeaponModifierScreen_GetWeaponSlotInfo"); \ +static_assert(offsetof(SBZMainMenuWeaponModifierScreen_GetWeaponSlotInfo, OutEquippableSlot) == 0x000000, "Member 'SBZMainMenuWeaponModifierScreen_GetWeaponSlotInfo::OutEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponModifierScreen_GetWeaponSlotInfo, OutWeaponSlotIndex) == 0x000004, "Member 'SBZMainMenuWeaponModifierScreen_GetWeaponSlotInfo::OutWeaponSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponModifierScreen_InitializeWeaponPartCustomization \ +static_assert(alignof(SBZMainMenuWeaponModifierScreen_InitializeWeaponPartCustomization) == 0x000008, "Wrong alignment on SBZMainMenuWeaponModifierScreen_InitializeWeaponPartCustomization"); \ +static_assert(sizeof(SBZMainMenuWeaponModifierScreen_InitializeWeaponPartCustomization) == 0x000018, "Wrong size on SBZMainMenuWeaponModifierScreen_InitializeWeaponPartCustomization"); \ +static_assert(offsetof(SBZMainMenuWeaponModifierScreen_InitializeWeaponPartCustomization, InEquippableSlot) == 0x000000, "Member 'SBZMainMenuWeaponModifierScreen_InitializeWeaponPartCustomization::InEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponModifierScreen_InitializeWeaponPartCustomization, InWeaponSlotIndex) == 0x000004, "Member 'SBZMainMenuWeaponModifierScreen_InitializeWeaponPartCustomization::InWeaponSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponModifierScreen_InitializeWeaponPartCustomization, InWeaponPartSlot) == 0x000008, "Member 'SBZMainMenuWeaponModifierScreen_InitializeWeaponPartCustomization::InWeaponPartSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponModifierScreen_InitializeWeaponPartCustomization, ReturnValue) == 0x000010, "Member 'SBZMainMenuWeaponModifierScreen_InitializeWeaponPartCustomization::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponModifierScreen_NewWeaponPartFocused \ +static_assert(alignof(SBZMainMenuWeaponModifierScreen_NewWeaponPartFocused) == 0x000008, "Wrong alignment on SBZMainMenuWeaponModifierScreen_NewWeaponPartFocused"); \ +static_assert(sizeof(SBZMainMenuWeaponModifierScreen_NewWeaponPartFocused) == 0x000008, "Wrong size on SBZMainMenuWeaponModifierScreen_NewWeaponPartFocused"); \ +static_assert(offsetof(SBZMainMenuWeaponModifierScreen_NewWeaponPartFocused, NewFocusedButton) == 0x000000, "Member 'SBZMainMenuWeaponModifierScreen_NewWeaponPartFocused::NewFocusedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponModifierScreen_OnPayForAttachItemDone \ +static_assert(alignof(SBZMainMenuWeaponModifierScreen_OnPayForAttachItemDone) == 0x000008, "Wrong alignment on SBZMainMenuWeaponModifierScreen_OnPayForAttachItemDone"); \ +static_assert(sizeof(SBZMainMenuWeaponModifierScreen_OnPayForAttachItemDone) == 0x000018, "Wrong size on SBZMainMenuWeaponModifierScreen_OnPayForAttachItemDone"); \ +static_assert(offsetof(SBZMainMenuWeaponModifierScreen_OnPayForAttachItemDone, BuyWeaponResult) == 0x000000, "Member 'SBZMainMenuWeaponModifierScreen_OnPayForAttachItemDone::BuyWeaponResult' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponModifierScreen_OnPayForAttachItemDone, ItemSku) == 0x000008, "Member 'SBZMainMenuWeaponModifierScreen_OnPayForAttachItemDone::ItemSku' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponModifierScreen_OnPurchaseItemPopUpClosed \ +static_assert(alignof(SBZMainMenuWeaponModifierScreen_OnPurchaseItemPopUpClosed) == 0x000004, "Wrong alignment on SBZMainMenuWeaponModifierScreen_OnPurchaseItemPopUpClosed"); \ +static_assert(sizeof(SBZMainMenuWeaponModifierScreen_OnPurchaseItemPopUpClosed) == 0x00000C, "Wrong size on SBZMainMenuWeaponModifierScreen_OnPurchaseItemPopUpClosed"); \ +static_assert(offsetof(SBZMainMenuWeaponModifierScreen_OnPurchaseItemPopUpClosed, ClosingActionName) == 0x000000, "Member 'SBZMainMenuWeaponModifierScreen_OnPurchaseItemPopUpClosed::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponModifierScreen_OnWeaponPartButtonEquipped \ +static_assert(alignof(SBZMainMenuWeaponModifierScreen_OnWeaponPartButtonEquipped) == 0x000008, "Wrong alignment on SBZMainMenuWeaponModifierScreen_OnWeaponPartButtonEquipped"); \ +static_assert(sizeof(SBZMainMenuWeaponModifierScreen_OnWeaponPartButtonEquipped) == 0x000008, "Wrong size on SBZMainMenuWeaponModifierScreen_OnWeaponPartButtonEquipped"); \ +static_assert(offsetof(SBZMainMenuWeaponModifierScreen_OnWeaponPartButtonEquipped, EquippedButton) == 0x000000, "Member 'SBZMainMenuWeaponModifierScreen_OnWeaponPartButtonEquipped::EquippedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponModifierScreen_OnWeaponPartButtonSelected \ +static_assert(alignof(SBZMainMenuWeaponModifierScreen_OnWeaponPartButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuWeaponModifierScreen_OnWeaponPartButtonSelected"); \ +static_assert(sizeof(SBZMainMenuWeaponModifierScreen_OnWeaponPartButtonSelected) == 0x000008, "Wrong size on SBZMainMenuWeaponModifierScreen_OnWeaponPartButtonSelected"); \ +static_assert(offsetof(SBZMainMenuWeaponModifierScreen_OnWeaponPartButtonSelected, SelectedButton) == 0x000000, "Member 'SBZMainMenuWeaponModifierScreen_OnWeaponPartButtonSelected::SelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponModifierScreen_OnWeaponPartProgressionButtonFocusedChanged \ +static_assert(alignof(SBZMainMenuWeaponModifierScreen_OnWeaponPartProgressionButtonFocusedChanged) == 0x000008, "Wrong alignment on SBZMainMenuWeaponModifierScreen_OnWeaponPartProgressionButtonFocusedChanged"); \ +static_assert(sizeof(SBZMainMenuWeaponModifierScreen_OnWeaponPartProgressionButtonFocusedChanged) == 0x000010, "Wrong size on SBZMainMenuWeaponModifierScreen_OnWeaponPartProgressionButtonFocusedChanged"); \ +static_assert(offsetof(SBZMainMenuWeaponModifierScreen_OnWeaponPartProgressionButtonFocusedChanged, InButton) == 0x000000, "Member 'SBZMainMenuWeaponModifierScreen_OnWeaponPartProgressionButtonFocusedChanged::InButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponModifierScreen_OnWeaponPartProgressionButtonFocusedChanged, bIsFocused) == 0x000008, "Member 'SBZMainMenuWeaponModifierScreen_OnWeaponPartProgressionButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponModifierScreen_OnWeaponPartProgressionButtonSelected \ +static_assert(alignof(SBZMainMenuWeaponModifierScreen_OnWeaponPartProgressionButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuWeaponModifierScreen_OnWeaponPartProgressionButtonSelected"); \ +static_assert(sizeof(SBZMainMenuWeaponModifierScreen_OnWeaponPartProgressionButtonSelected) == 0x000008, "Wrong size on SBZMainMenuWeaponModifierScreen_OnWeaponPartProgressionButtonSelected"); \ +static_assert(offsetof(SBZMainMenuWeaponModifierScreen_OnWeaponPartProgressionButtonSelected, InSelectedButton) == 0x000000, "Member 'SBZMainMenuWeaponModifierScreen_OnWeaponPartProgressionButtonSelected::InSelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponModifierScreen_SendPurchaseAttemptEvent \ +static_assert(alignof(SBZMainMenuWeaponModifierScreen_SendPurchaseAttemptEvent) == 0x000001, "Wrong alignment on SBZMainMenuWeaponModifierScreen_SendPurchaseAttemptEvent"); \ +static_assert(sizeof(SBZMainMenuWeaponModifierScreen_SendPurchaseAttemptEvent) == 0x000001, "Wrong size on SBZMainMenuWeaponModifierScreen_SendPurchaseAttemptEvent"); \ +static_assert(offsetof(SBZMainMenuWeaponModifierScreen_SendPurchaseAttemptEvent, bIsAcceptPressed) == 0x000000, "Member 'SBZMainMenuWeaponModifierScreen_SendPurchaseAttemptEvent::bIsAcceptPressed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponModifierScreen_SetNewEquippedButton \ +static_assert(alignof(SBZMainMenuWeaponModifierScreen_SetNewEquippedButton) == 0x000008, "Wrong alignment on SBZMainMenuWeaponModifierScreen_SetNewEquippedButton"); \ +static_assert(sizeof(SBZMainMenuWeaponModifierScreen_SetNewEquippedButton) == 0x000008, "Wrong size on SBZMainMenuWeaponModifierScreen_SetNewEquippedButton"); \ +static_assert(offsetof(SBZMainMenuWeaponModifierScreen_SetNewEquippedButton, InEquippedWeaponProgressionButton) == 0x000000, "Member 'SBZMainMenuWeaponModifierScreen_SetNewEquippedButton::InEquippedWeaponProgressionButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponModifierScreen_GetCurrentWeaponPartSlot \ +static_assert(alignof(SBZMainMenuWeaponModifierScreen_GetCurrentWeaponPartSlot) == 0x000008, "Wrong alignment on SBZMainMenuWeaponModifierScreen_GetCurrentWeaponPartSlot"); \ +static_assert(sizeof(SBZMainMenuWeaponModifierScreen_GetCurrentWeaponPartSlot) == 0x000008, "Wrong size on SBZMainMenuWeaponModifierScreen_GetCurrentWeaponPartSlot"); \ +static_assert(offsetof(SBZMainMenuWeaponModifierScreen_GetCurrentWeaponPartSlot, ReturnValue) == 0x000000, "Member 'SBZMainMenuWeaponModifierScreen_GetCurrentWeaponPartSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuWeaponModifierScreen \ +static_assert(alignof(USBZMainMenuWeaponModifierScreen) == 0x000008, "Wrong alignment on USBZMainMenuWeaponModifierScreen"); \ +static_assert(sizeof(USBZMainMenuWeaponModifierScreen) == 0x0003D8, "Wrong size on USBZMainMenuWeaponModifierScreen"); \ +static_assert(offsetof(USBZMainMenuWeaponModifierScreen, Panel_WeaponProgressionPartButtons) == 0x0002C0, "Member 'USBZMainMenuWeaponModifierScreen::Panel_WeaponProgressionPartButtons' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponModifierScreen, WeaponPartProgressionButtonClass) == 0x0002C8, "Member 'USBZMainMenuWeaponModifierScreen::WeaponPartProgressionButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponModifierScreen, EquippedWeaponProgressionButton) == 0x0002D0, "Member 'USBZMainMenuWeaponModifierScreen::EquippedWeaponProgressionButton' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponModifierScreen, Panel_TransactionInProgress) == 0x0002D8, "Member 'USBZMainMenuWeaponModifierScreen::Panel_TransactionInProgress' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponModifierScreen, OkControlReference) == 0x0002E0, "Member 'USBZMainMenuWeaponModifierScreen::OkControlReference' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponModifierScreen, PurchaseItemPopUpBodyWidgetClass) == 0x000318, "Member 'USBZMainMenuWeaponModifierScreen::PurchaseItemPopUpBodyWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponModifierScreen, PurchaseItemPopUpHeader) == 0x000320, "Member 'USBZMainMenuWeaponModifierScreen::PurchaseItemPopUpHeader' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponModifierScreen, PurchaseItemPopUpAcceptAction) == 0x000338, "Member 'USBZMainMenuWeaponModifierScreen::PurchaseItemPopUpAcceptAction' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponModifierScreen, PurchaseItemPopUpCancelAction) == 0x000370, "Member 'USBZMainMenuWeaponModifierScreen::PurchaseItemPopUpCancelAction' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponModifierScreen, WeaponPartSlot) == 0x0003A8, "Member 'USBZMainMenuWeaponModifierScreen::WeaponPartSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponModifierScreen, EquippableSlot) == 0x0003B0, "Member 'USBZMainMenuWeaponModifierScreen::EquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponModifierScreen, WeaponSlotIndex) == 0x0003B4, "Member 'USBZMainMenuWeaponModifierScreen::WeaponSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponModifierScreen, WeaponPartProgressionButtonPool) == 0x0003B8, "Member 'USBZMainMenuWeaponModifierScreen::WeaponPartProgressionButtonPool' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponModifierScreen, WeaponPartInPurchase) == 0x0003C8, "Member 'USBZMainMenuWeaponModifierScreen::WeaponPartInPurchase' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponModifierScreen, SelectedWeaponProgressionButton) == 0x0003D0, "Member 'USBZMainMenuWeaponModifierScreen::SelectedWeaponProgressionButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponPartProgressionButton_InitializeWeaponPartProgression \ +static_assert(alignof(SBZMainMenuWeaponPartProgressionButton_InitializeWeaponPartProgression) == 0x000008, "Wrong alignment on SBZMainMenuWeaponPartProgressionButton_InitializeWeaponPartProgression"); \ +static_assert(sizeof(SBZMainMenuWeaponPartProgressionButton_InitializeWeaponPartProgression) == 0x000098, "Wrong size on SBZMainMenuWeaponPartProgressionButton_InitializeWeaponPartProgression"); \ +static_assert(offsetof(SBZMainMenuWeaponPartProgressionButton_InitializeWeaponPartProgression, InWeaponPartProgression) == 0x000000, "Member 'SBZMainMenuWeaponPartProgressionButton_InitializeWeaponPartProgression::InWeaponPartProgression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponPartProgressionButton_OnEquippedChanged \ +static_assert(alignof(SBZMainMenuWeaponPartProgressionButton_OnEquippedChanged) == 0x000001, "Wrong alignment on SBZMainMenuWeaponPartProgressionButton_OnEquippedChanged"); \ +static_assert(sizeof(SBZMainMenuWeaponPartProgressionButton_OnEquippedChanged) == 0x000001, "Wrong size on SBZMainMenuWeaponPartProgressionButton_OnEquippedChanged"); \ +static_assert(offsetof(SBZMainMenuWeaponPartProgressionButton_OnEquippedChanged, bInIsEquipped) == 0x000000, "Member 'SBZMainMenuWeaponPartProgressionButton_OnEquippedChanged::bInIsEquipped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponPartProgressionButton_SetEquipped \ +static_assert(alignof(SBZMainMenuWeaponPartProgressionButton_SetEquipped) == 0x000001, "Wrong alignment on SBZMainMenuWeaponPartProgressionButton_SetEquipped"); \ +static_assert(sizeof(SBZMainMenuWeaponPartProgressionButton_SetEquipped) == 0x000001, "Wrong size on SBZMainMenuWeaponPartProgressionButton_SetEquipped"); \ +static_assert(offsetof(SBZMainMenuWeaponPartProgressionButton_SetEquipped, bInIsEquipped) == 0x000000, "Member 'SBZMainMenuWeaponPartProgressionButton_SetEquipped::bInIsEquipped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponPartProgressionButton_WeaponPartProgressionInitialized \ +static_assert(alignof(SBZMainMenuWeaponPartProgressionButton_WeaponPartProgressionInitialized) == 0x000008, "Wrong alignment on SBZMainMenuWeaponPartProgressionButton_WeaponPartProgressionInitialized"); \ +static_assert(sizeof(SBZMainMenuWeaponPartProgressionButton_WeaponPartProgressionInitialized) == 0x000098, "Wrong size on SBZMainMenuWeaponPartProgressionButton_WeaponPartProgressionInitialized"); \ +static_assert(offsetof(SBZMainMenuWeaponPartProgressionButton_WeaponPartProgressionInitialized, InWeaponPartProgression) == 0x000000, "Member 'SBZMainMenuWeaponPartProgressionButton_WeaponPartProgressionInitialized::InWeaponPartProgression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponPartProgressionButton_GetLockReason \ +static_assert(alignof(SBZMainMenuWeaponPartProgressionButton_GetLockReason) == 0x000001, "Wrong alignment on SBZMainMenuWeaponPartProgressionButton_GetLockReason"); \ +static_assert(sizeof(SBZMainMenuWeaponPartProgressionButton_GetLockReason) == 0x000001, "Wrong size on SBZMainMenuWeaponPartProgressionButton_GetLockReason"); \ +static_assert(offsetof(SBZMainMenuWeaponPartProgressionButton_GetLockReason, ReturnValue) == 0x000000, "Member 'SBZMainMenuWeaponPartProgressionButton_GetLockReason::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponPartProgressionButton_GetPartApplyStatus \ +static_assert(alignof(SBZMainMenuWeaponPartProgressionButton_GetPartApplyStatus) == 0x000001, "Wrong alignment on SBZMainMenuWeaponPartProgressionButton_GetPartApplyStatus"); \ +static_assert(sizeof(SBZMainMenuWeaponPartProgressionButton_GetPartApplyStatus) == 0x000001, "Wrong size on SBZMainMenuWeaponPartProgressionButton_GetPartApplyStatus"); \ +static_assert(offsetof(SBZMainMenuWeaponPartProgressionButton_GetPartApplyStatus, ReturnValue) == 0x000000, "Member 'SBZMainMenuWeaponPartProgressionButton_GetPartApplyStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponPartProgressionButton_GetUnlockLevel \ +static_assert(alignof(SBZMainMenuWeaponPartProgressionButton_GetUnlockLevel) == 0x000004, "Wrong alignment on SBZMainMenuWeaponPartProgressionButton_GetUnlockLevel"); \ +static_assert(sizeof(SBZMainMenuWeaponPartProgressionButton_GetUnlockLevel) == 0x000004, "Wrong size on SBZMainMenuWeaponPartProgressionButton_GetUnlockLevel"); \ +static_assert(offsetof(SBZMainMenuWeaponPartProgressionButton_GetUnlockLevel, ReturnValue) == 0x000000, "Member 'SBZMainMenuWeaponPartProgressionButton_GetUnlockLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponPartProgressionButton_GetWeaponPart \ +static_assert(alignof(SBZMainMenuWeaponPartProgressionButton_GetWeaponPart) == 0x000008, "Wrong alignment on SBZMainMenuWeaponPartProgressionButton_GetWeaponPart"); \ +static_assert(sizeof(SBZMainMenuWeaponPartProgressionButton_GetWeaponPart) == 0x000008, "Wrong size on SBZMainMenuWeaponPartProgressionButton_GetWeaponPart"); \ +static_assert(offsetof(SBZMainMenuWeaponPartProgressionButton_GetWeaponPart, ReturnValue) == 0x000000, "Member 'SBZMainMenuWeaponPartProgressionButton_GetWeaponPart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponPartProgressionButton_GetWeaponPartProgression \ +static_assert(alignof(SBZMainMenuWeaponPartProgressionButton_GetWeaponPartProgression) == 0x000008, "Wrong alignment on SBZMainMenuWeaponPartProgressionButton_GetWeaponPartProgression"); \ +static_assert(sizeof(SBZMainMenuWeaponPartProgressionButton_GetWeaponPartProgression) == 0x000098, "Wrong size on SBZMainMenuWeaponPartProgressionButton_GetWeaponPartProgression"); \ +static_assert(offsetof(SBZMainMenuWeaponPartProgressionButton_GetWeaponPartProgression, ReturnValue) == 0x000000, "Member 'SBZMainMenuWeaponPartProgressionButton_GetWeaponPartProgression::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponPartProgressionButton_IsDefaultButton \ +static_assert(alignof(SBZMainMenuWeaponPartProgressionButton_IsDefaultButton) == 0x000001, "Wrong alignment on SBZMainMenuWeaponPartProgressionButton_IsDefaultButton"); \ +static_assert(sizeof(SBZMainMenuWeaponPartProgressionButton_IsDefaultButton) == 0x000001, "Wrong size on SBZMainMenuWeaponPartProgressionButton_IsDefaultButton"); \ +static_assert(offsetof(SBZMainMenuWeaponPartProgressionButton_IsDefaultButton, ReturnValue) == 0x000000, "Member 'SBZMainMenuWeaponPartProgressionButton_IsDefaultButton::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuWeaponPartProgressionButton \ +static_assert(alignof(USBZMainMenuWeaponPartProgressionButton) == 0x000008, "Wrong alignment on USBZMainMenuWeaponPartProgressionButton"); \ +static_assert(sizeof(USBZMainMenuWeaponPartProgressionButton) == 0x000410, "Wrong size on USBZMainMenuWeaponPartProgressionButton"); \ +static_assert(offsetof(USBZMainMenuWeaponPartProgressionButton, WeaponPartProgression) == 0x000370, "Member 'USBZMainMenuWeaponPartProgressionButton::WeaponPartProgression' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponPartProgressionButton, bIsEquipped) == 0x000408, "Member 'USBZMainMenuWeaponPartProgressionButton::bIsEquipped' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponPartProgressionButton, bIsDefault) == 0x000409, "Member 'USBZMainMenuWeaponPartProgressionButton::bIsDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillSmokeGrenadeExtraSmokesBase \ +static_assert(alignof(USBZSkillSmokeGrenadeExtraSmokesBase) == 0x000008, "Wrong alignment on USBZSkillSmokeGrenadeExtraSmokesBase"); \ +static_assert(sizeof(USBZSkillSmokeGrenadeExtraSmokesBase) == 0x000230, "Wrong size on USBZSkillSmokeGrenadeExtraSmokesBase"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponProgressionDisplayWidget_InitilizeWithBaseInventoryData \ +static_assert(alignof(SBZMainMenuWeaponProgressionDisplayWidget_InitilizeWithBaseInventoryData) == 0x000008, "Wrong alignment on SBZMainMenuWeaponProgressionDisplayWidget_InitilizeWithBaseInventoryData"); \ +static_assert(sizeof(SBZMainMenuWeaponProgressionDisplayWidget_InitilizeWithBaseInventoryData) == 0x000008, "Wrong size on SBZMainMenuWeaponProgressionDisplayWidget_InitilizeWithBaseInventoryData"); \ +static_assert(offsetof(SBZMainMenuWeaponProgressionDisplayWidget_InitilizeWithBaseInventoryData, InBaseData) == 0x000000, "Member 'SBZMainMenuWeaponProgressionDisplayWidget_InitilizeWithBaseInventoryData::InBaseData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponProgressionDisplayWidget_UpdateBaseWeaponVisuals \ +static_assert(alignof(SBZMainMenuWeaponProgressionDisplayWidget_UpdateBaseWeaponVisuals) == 0x000008, "Wrong alignment on SBZMainMenuWeaponProgressionDisplayWidget_UpdateBaseWeaponVisuals"); \ +static_assert(sizeof(SBZMainMenuWeaponProgressionDisplayWidget_UpdateBaseWeaponVisuals) == 0x000008, "Wrong size on SBZMainMenuWeaponProgressionDisplayWidget_UpdateBaseWeaponVisuals"); \ +static_assert(offsetof(SBZMainMenuWeaponProgressionDisplayWidget_UpdateBaseWeaponVisuals, InBaseWeaponData) == 0x000000, "Member 'SBZMainMenuWeaponProgressionDisplayWidget_UpdateBaseWeaponVisuals::InBaseWeaponData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponProgressionDisplayWidget_UpdateWeaponVisuals \ +static_assert(alignof(SBZMainMenuWeaponProgressionDisplayWidget_UpdateWeaponVisuals) == 0x000004, "Wrong alignment on SBZMainMenuWeaponProgressionDisplayWidget_UpdateWeaponVisuals"); \ +static_assert(sizeof(SBZMainMenuWeaponProgressionDisplayWidget_UpdateWeaponVisuals) == 0x000008, "Wrong size on SBZMainMenuWeaponProgressionDisplayWidget_UpdateWeaponVisuals"); \ +static_assert(offsetof(SBZMainMenuWeaponProgressionDisplayWidget_UpdateWeaponVisuals, InEquippableSlot) == 0x000000, "Member 'SBZMainMenuWeaponProgressionDisplayWidget_UpdateWeaponVisuals::InEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponProgressionDisplayWidget_UpdateWeaponVisuals, InWeaponSlotIndex) == 0x000004, "Member 'SBZMainMenuWeaponProgressionDisplayWidget_UpdateWeaponVisuals::InWeaponSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuWeaponProgressionDisplayWidget \ +static_assert(alignof(USBZMainMenuWeaponProgressionDisplayWidget) == 0x000008, "Wrong alignment on USBZMainMenuWeaponProgressionDisplayWidget"); \ +static_assert(sizeof(USBZMainMenuWeaponProgressionDisplayWidget) == 0x000360, "Wrong size on USBZMainMenuWeaponProgressionDisplayWidget"); \ +static_assert(offsetof(USBZMainMenuWeaponProgressionDisplayWidget, WeaponLevel) == 0x000290, "Member 'USBZMainMenuWeaponProgressionDisplayWidget::WeaponLevel' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponProgressionDisplayWidget, MaxWeaponLevel) == 0x000294, "Member 'USBZMainMenuWeaponProgressionDisplayWidget::MaxWeaponLevel' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponProgressionDisplayWidget, CurrentWeaponXP) == 0x000298, "Member 'USBZMainMenuWeaponProgressionDisplayWidget::CurrentWeaponXP' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponProgressionDisplayWidget, WeaponXPAtNextLevel) == 0x00029C, "Member 'USBZMainMenuWeaponProgressionDisplayWidget::WeaponXPAtNextLevel' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponProgressionDisplayWidget, WeaponLevelProgression) == 0x0002A0, "Member 'USBZMainMenuWeaponProgressionDisplayWidget::WeaponLevelProgression' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponProgressionDisplayWidget, BaseItemData) == 0x0002A8, "Member 'USBZMainMenuWeaponProgressionDisplayWidget::BaseItemData' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponProgressionDisplayWidget, EquippableSlot) == 0x0002B0, "Member 'USBZMainMenuWeaponProgressionDisplayWidget::EquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponProgressionDisplayWidget, WeaponSlotIndex) == 0x0002B4, "Member 'USBZMainMenuWeaponProgressionDisplayWidget::WeaponSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponProgressionDisplayWidget, MaxModifierSlots) == 0x0002B8, "Member 'USBZMainMenuWeaponProgressionDisplayWidget::MaxModifierSlots' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponProgressionDisplayWidget, WeaponSlotPartArray) == 0x0002C0, "Member 'USBZMainMenuWeaponProgressionDisplayWidget::WeaponSlotPartArray' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponProgressionDisplayWidget, WeaponPartArray) == 0x0002D0, "Member 'USBZMainMenuWeaponProgressionDisplayWidget::WeaponPartArray' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponProgressionDisplayWidget, WeaponStatDamageFalloff) == 0x0002E0, "Member 'USBZMainMenuWeaponProgressionDisplayWidget::WeaponStatDamageFalloff' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponProgressionDisplayWidget, EquippableConfig) == 0x0002F0, "Member 'USBZMainMenuWeaponProgressionDisplayWidget::EquippableConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponProgressionScreen_DisplayWeaponProgressionScreen \ +static_assert(alignof(SBZMainMenuWeaponProgressionScreen_DisplayWeaponProgressionScreen) == 0x000004, "Wrong alignment on SBZMainMenuWeaponProgressionScreen_DisplayWeaponProgressionScreen"); \ +static_assert(sizeof(SBZMainMenuWeaponProgressionScreen_DisplayWeaponProgressionScreen) == 0x00000C, "Wrong size on SBZMainMenuWeaponProgressionScreen_DisplayWeaponProgressionScreen"); \ +static_assert(offsetof(SBZMainMenuWeaponProgressionScreen_DisplayWeaponProgressionScreen, InEquippableSlot) == 0x000000, "Member 'SBZMainMenuWeaponProgressionScreen_DisplayWeaponProgressionScreen::InEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponProgressionScreen_DisplayWeaponProgressionScreen, InWeaponSlotIndex) == 0x000004, "Member 'SBZMainMenuWeaponProgressionScreen_DisplayWeaponProgressionScreen::InWeaponSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponProgressionScreen_DisplayWeaponProgressionScreen, ReturnValue) == 0x000008, "Member 'SBZMainMenuWeaponProgressionScreen_DisplayWeaponProgressionScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponProgressionScreen_FocusedWeaponPartChanged \ +static_assert(alignof(SBZMainMenuWeaponProgressionScreen_FocusedWeaponPartChanged) == 0x000008, "Wrong alignment on SBZMainMenuWeaponProgressionScreen_FocusedWeaponPartChanged"); \ +static_assert(sizeof(SBZMainMenuWeaponProgressionScreen_FocusedWeaponPartChanged) == 0x000008, "Wrong size on SBZMainMenuWeaponProgressionScreen_FocusedWeaponPartChanged"); \ +static_assert(offsetof(SBZMainMenuWeaponProgressionScreen_FocusedWeaponPartChanged, FocusedWeaponPart) == 0x000000, "Member 'SBZMainMenuWeaponProgressionScreen_FocusedWeaponPartChanged::FocusedWeaponPart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponProgressionScreen_OnWeaponPartProgressionButtonFocusedChanged \ +static_assert(alignof(SBZMainMenuWeaponProgressionScreen_OnWeaponPartProgressionButtonFocusedChanged) == 0x000008, "Wrong alignment on SBZMainMenuWeaponProgressionScreen_OnWeaponPartProgressionButtonFocusedChanged"); \ +static_assert(sizeof(SBZMainMenuWeaponProgressionScreen_OnWeaponPartProgressionButtonFocusedChanged) == 0x000010, "Wrong size on SBZMainMenuWeaponProgressionScreen_OnWeaponPartProgressionButtonFocusedChanged"); \ +static_assert(offsetof(SBZMainMenuWeaponProgressionScreen_OnWeaponPartProgressionButtonFocusedChanged, InButton) == 0x000000, "Member 'SBZMainMenuWeaponProgressionScreen_OnWeaponPartProgressionButtonFocusedChanged::InButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponProgressionScreen_OnWeaponPartProgressionButtonFocusedChanged, bIsFocused) == 0x000008, "Member 'SBZMainMenuWeaponProgressionScreen_OnWeaponPartProgressionButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuWeaponProgressionScreen \ +static_assert(alignof(USBZMainMenuWeaponProgressionScreen) == 0x000008, "Wrong alignment on USBZMainMenuWeaponProgressionScreen"); \ +static_assert(sizeof(USBZMainMenuWeaponProgressionScreen) == 0x0002F8, "Wrong size on USBZMainMenuWeaponProgressionScreen"); \ +static_assert(offsetof(USBZMainMenuWeaponProgressionScreen, Panel_WeaponProgressionPartButtons) == 0x0002C0, "Member 'USBZMainMenuWeaponProgressionScreen::Panel_WeaponProgressionPartButtons' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponProgressionScreen, Widget_WeaponProgressionDisplay) == 0x0002C8, "Member 'USBZMainMenuWeaponProgressionScreen::Widget_WeaponProgressionDisplay' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponProgressionScreen, WeaponPartProgressionButtonClass) == 0x0002D0, "Member 'USBZMainMenuWeaponProgressionScreen::WeaponPartProgressionButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponProgressionScreen, DefaultButtonMargin) == 0x0002D8, "Member 'USBZMainMenuWeaponProgressionScreen::DefaultButtonMargin' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponProgressionScreen, WeaponPartProgressionButtonPool) == 0x0002E8, "Member 'USBZMainMenuWeaponProgressionScreen::WeaponPartProgressionButtonPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPocketDrillInteractRequirement \ +static_assert(alignof(USBZPocketDrillInteractRequirement) == 0x000008, "Wrong alignment on USBZPocketDrillInteractRequirement"); \ +static_assert(sizeof(USBZPocketDrillInteractRequirement) == 0x000030, "Wrong size on USBZPocketDrillInteractRequirement"); \ + +#define DUMPER7_ASSERTS_USBZSkillSMGSpecSMGMasterBase \ +static_assert(alignof(USBZSkillSMGSpecSMGMasterBase) == 0x000008, "Wrong alignment on USBZSkillSMGSpecSMGMasterBase"); \ +static_assert(sizeof(USBZSkillSMGSpecSMGMasterBase) == 0x000230, "Wrong size on USBZSkillSMGSpecSMGMasterBase"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponSlotInventoryWidget_DiscardItemDone \ +static_assert(alignof(SBZMainMenuWeaponSlotInventoryWidget_DiscardItemDone) == 0x000004, "Wrong alignment on SBZMainMenuWeaponSlotInventoryWidget_DiscardItemDone"); \ +static_assert(sizeof(SBZMainMenuWeaponSlotInventoryWidget_DiscardItemDone) == 0x000014, "Wrong size on SBZMainMenuWeaponSlotInventoryWidget_DiscardItemDone"); \ +static_assert(offsetof(SBZMainMenuWeaponSlotInventoryWidget_DiscardItemDone, BuyItemResult) == 0x000000, "Member 'SBZMainMenuWeaponSlotInventoryWidget_DiscardItemDone::BuyItemResult' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponSlotInventoryWidget_DiscardItemDone, ItemId) == 0x000004, "Member 'SBZMainMenuWeaponSlotInventoryWidget_DiscardItemDone::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponSlotInventoryWidget_DiscardWeaponInSlot \ +static_assert(alignof(SBZMainMenuWeaponSlotInventoryWidget_DiscardWeaponInSlot) == 0x000004, "Wrong alignment on SBZMainMenuWeaponSlotInventoryWidget_DiscardWeaponInSlot"); \ +static_assert(sizeof(SBZMainMenuWeaponSlotInventoryWidget_DiscardWeaponInSlot) == 0x000008, "Wrong size on SBZMainMenuWeaponSlotInventoryWidget_DiscardWeaponInSlot"); \ +static_assert(offsetof(SBZMainMenuWeaponSlotInventoryWidget_DiscardWeaponInSlot, SlotIndex) == 0x000000, "Member 'SBZMainMenuWeaponSlotInventoryWidget_DiscardWeaponInSlot::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponSlotInventoryWidget_DiscardWeaponInSlot, ReturnValue) == 0x000004, "Member 'SBZMainMenuWeaponSlotInventoryWidget_DiscardWeaponInSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponSlotInventoryWidget_DisplayWeaponSlotScreen \ +static_assert(alignof(SBZMainMenuWeaponSlotInventoryWidget_DisplayWeaponSlotScreen) == 0x000004, "Wrong alignment on SBZMainMenuWeaponSlotInventoryWidget_DisplayWeaponSlotScreen"); \ +static_assert(sizeof(SBZMainMenuWeaponSlotInventoryWidget_DisplayWeaponSlotScreen) == 0x00000C, "Wrong size on SBZMainMenuWeaponSlotInventoryWidget_DisplayWeaponSlotScreen"); \ +static_assert(offsetof(SBZMainMenuWeaponSlotInventoryWidget_DisplayWeaponSlotScreen, InEquippableSlot) == 0x000000, "Member 'SBZMainMenuWeaponSlotInventoryWidget_DisplayWeaponSlotScreen::InEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponSlotInventoryWidget_DisplayWeaponSlotScreen, InSetActiveWeaponIndex) == 0x000004, "Member 'SBZMainMenuWeaponSlotInventoryWidget_DisplayWeaponSlotScreen::InSetActiveWeaponIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponSlotInventoryWidget_DisplayWeaponSlotScreen, ReturnValue) == 0x000008, "Member 'SBZMainMenuWeaponSlotInventoryWidget_DisplayWeaponSlotScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponSlotInventoryWidget_NativeOnWeaponSlotButtonSelected \ +static_assert(alignof(SBZMainMenuWeaponSlotInventoryWidget_NativeOnWeaponSlotButtonSelected) == 0x000008, "Wrong alignment on SBZMainMenuWeaponSlotInventoryWidget_NativeOnWeaponSlotButtonSelected"); \ +static_assert(sizeof(SBZMainMenuWeaponSlotInventoryWidget_NativeOnWeaponSlotButtonSelected) == 0x000008, "Wrong size on SBZMainMenuWeaponSlotInventoryWidget_NativeOnWeaponSlotButtonSelected"); \ +static_assert(offsetof(SBZMainMenuWeaponSlotInventoryWidget_NativeOnWeaponSlotButtonSelected, InSelectedButton) == 0x000000, "Member 'SBZMainMenuWeaponSlotInventoryWidget_NativeOnWeaponSlotButtonSelected::InSelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponSlotInventoryWidget_NativeOnWeaponSlotStoreItemTransactionComplete \ +static_assert(alignof(SBZMainMenuWeaponSlotInventoryWidget_NativeOnWeaponSlotStoreItemTransactionComplete) == 0x000008, "Wrong alignment on SBZMainMenuWeaponSlotInventoryWidget_NativeOnWeaponSlotStoreItemTransactionComplete"); \ +static_assert(sizeof(SBZMainMenuWeaponSlotInventoryWidget_NativeOnWeaponSlotStoreItemTransactionComplete) == 0x000010, "Wrong size on SBZMainMenuWeaponSlotInventoryWidget_NativeOnWeaponSlotStoreItemTransactionComplete"); \ +static_assert(offsetof(SBZMainMenuWeaponSlotInventoryWidget_NativeOnWeaponSlotStoreItemTransactionComplete, MetaResult) == 0x000000, "Member 'SBZMainMenuWeaponSlotInventoryWidget_NativeOnWeaponSlotStoreItemTransactionComplete::MetaResult' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponSlotInventoryWidget_NativeOnWeaponSlotStoreItemTransactionComplete, InventoryItemData) == 0x000008, "Member 'SBZMainMenuWeaponSlotInventoryWidget_NativeOnWeaponSlotStoreItemTransactionComplete::InventoryItemData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponSlotInventoryWidget_OnWeaponInSlotDiscarded \ +static_assert(alignof(SBZMainMenuWeaponSlotInventoryWidget_OnWeaponInSlotDiscarded) == 0x000001, "Wrong alignment on SBZMainMenuWeaponSlotInventoryWidget_OnWeaponInSlotDiscarded"); \ +static_assert(sizeof(SBZMainMenuWeaponSlotInventoryWidget_OnWeaponInSlotDiscarded) == 0x000001, "Wrong size on SBZMainMenuWeaponSlotInventoryWidget_OnWeaponInSlotDiscarded"); \ +static_assert(offsetof(SBZMainMenuWeaponSlotInventoryWidget_OnWeaponInSlotDiscarded, bIsWeaponDiscarded) == 0x000000, "Member 'SBZMainMenuWeaponSlotInventoryWidget_OnWeaponInSlotDiscarded::bIsWeaponDiscarded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponSlotInventoryWidget_UpdateActiveWeaponSlotIndex \ +static_assert(alignof(SBZMainMenuWeaponSlotInventoryWidget_UpdateActiveWeaponSlotIndex) == 0x000004, "Wrong alignment on SBZMainMenuWeaponSlotInventoryWidget_UpdateActiveWeaponSlotIndex"); \ +static_assert(sizeof(SBZMainMenuWeaponSlotInventoryWidget_UpdateActiveWeaponSlotIndex) == 0x000004, "Wrong size on SBZMainMenuWeaponSlotInventoryWidget_UpdateActiveWeaponSlotIndex"); \ +static_assert(offsetof(SBZMainMenuWeaponSlotInventoryWidget_UpdateActiveWeaponSlotIndex, InNewIndex) == 0x000000, "Member 'SBZMainMenuWeaponSlotInventoryWidget_UpdateActiveWeaponSlotIndex::InNewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponSlotInventoryWidget_WeaponSlotButtonFocusedChanged \ +static_assert(alignof(SBZMainMenuWeaponSlotInventoryWidget_WeaponSlotButtonFocusedChanged) == 0x000008, "Wrong alignment on SBZMainMenuWeaponSlotInventoryWidget_WeaponSlotButtonFocusedChanged"); \ +static_assert(sizeof(SBZMainMenuWeaponSlotInventoryWidget_WeaponSlotButtonFocusedChanged) == 0x000010, "Wrong size on SBZMainMenuWeaponSlotInventoryWidget_WeaponSlotButtonFocusedChanged"); \ +static_assert(offsetof(SBZMainMenuWeaponSlotInventoryWidget_WeaponSlotButtonFocusedChanged, SelectedButton) == 0x000000, "Member 'SBZMainMenuWeaponSlotInventoryWidget_WeaponSlotButtonFocusedChanged::SelectedButton' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponSlotInventoryWidget_WeaponSlotButtonFocusedChanged, bIsFocused) == 0x000008, "Member 'SBZMainMenuWeaponSlotInventoryWidget_WeaponSlotButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponSlotInventoryWidget_WeaponSlotStoreItemTransactionComplete \ +static_assert(alignof(SBZMainMenuWeaponSlotInventoryWidget_WeaponSlotStoreItemTransactionComplete) == 0x000008, "Wrong alignment on SBZMainMenuWeaponSlotInventoryWidget_WeaponSlotStoreItemTransactionComplete"); \ +static_assert(sizeof(SBZMainMenuWeaponSlotInventoryWidget_WeaponSlotStoreItemTransactionComplete) == 0x000010, "Wrong size on SBZMainMenuWeaponSlotInventoryWidget_WeaponSlotStoreItemTransactionComplete"); \ +static_assert(offsetof(SBZMainMenuWeaponSlotInventoryWidget_WeaponSlotStoreItemTransactionComplete, MetaResult) == 0x000000, "Member 'SBZMainMenuWeaponSlotInventoryWidget_WeaponSlotStoreItemTransactionComplete::MetaResult' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponSlotInventoryWidget_WeaponSlotStoreItemTransactionComplete, InventoryItemData) == 0x000008, "Member 'SBZMainMenuWeaponSlotInventoryWidget_WeaponSlotStoreItemTransactionComplete::InventoryItemData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponSlotInventoryWidget_CanDiscardWeaponIndex \ +static_assert(alignof(SBZMainMenuWeaponSlotInventoryWidget_CanDiscardWeaponIndex) == 0x000004, "Wrong alignment on SBZMainMenuWeaponSlotInventoryWidget_CanDiscardWeaponIndex"); \ +static_assert(sizeof(SBZMainMenuWeaponSlotInventoryWidget_CanDiscardWeaponIndex) == 0x000008, "Wrong size on SBZMainMenuWeaponSlotInventoryWidget_CanDiscardWeaponIndex"); \ +static_assert(offsetof(SBZMainMenuWeaponSlotInventoryWidget_CanDiscardWeaponIndex, IndexToDiscard) == 0x000000, "Member 'SBZMainMenuWeaponSlotInventoryWidget_CanDiscardWeaponIndex::IndexToDiscard' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponSlotInventoryWidget_CanDiscardWeaponIndex, ReturnValue) == 0x000004, "Member 'SBZMainMenuWeaponSlotInventoryWidget_CanDiscardWeaponIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuWeaponSlotInventoryWidget \ +static_assert(alignof(USBZMainMenuWeaponSlotInventoryWidget) == 0x000008, "Wrong alignment on USBZMainMenuWeaponSlotInventoryWidget"); \ +static_assert(sizeof(USBZMainMenuWeaponSlotInventoryWidget) == 0x0002E0, "Wrong size on USBZMainMenuWeaponSlotInventoryWidget"); \ +static_assert(offsetof(USBZMainMenuWeaponSlotInventoryWidget, OnActiveWeaponSlotChanged) == 0x000290, "Member 'USBZMainMenuWeaponSlotInventoryWidget::OnActiveWeaponSlotChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponSlotInventoryWidget, WeaponSlotButtonClass) == 0x0002A0, "Member 'USBZMainMenuWeaponSlotInventoryWidget::WeaponSlotButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponSlotInventoryWidget, Panel_WeaponSlotButtons) == 0x0002A8, "Member 'USBZMainMenuWeaponSlotInventoryWidget::Panel_WeaponSlotButtons' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponSlotInventoryWidget, EquippableSlot) == 0x0002B0, "Member 'USBZMainMenuWeaponSlotInventoryWidget::EquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponSlotInventoryWidget, ActiveWeaponSlotIndex) == 0x0002B4, "Member 'USBZMainMenuWeaponSlotInventoryWidget::ActiveWeaponSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponSlotInventoryWidget, ActiveLoadoutWeaponSlotIndex) == 0x0002B8, "Member 'USBZMainMenuWeaponSlotInventoryWidget::ActiveLoadoutWeaponSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponSlotInventoryWidget, ActiveWeaponSlots) == 0x0002BC, "Member 'USBZMainMenuWeaponSlotInventoryWidget::ActiveWeaponSlots' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponSlotInventoryWidget, WeaponSlotCount) == 0x0002C0, "Member 'USBZMainMenuWeaponSlotInventoryWidget::WeaponSlotCount' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponSlotInventoryWidget, Button_WeaponSlotStoreItem) == 0x0002C8, "Member 'USBZMainMenuWeaponSlotInventoryWidget::Button_WeaponSlotStoreItem' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponSlotInventoryWidget, WeaponSlotButtonPool) == 0x0002D0, "Member 'USBZMainMenuWeaponSlotInventoryWidget::WeaponSlotButtonPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponStatsWidget_CompareWithEquippableConfig \ +static_assert(alignof(SBZMainMenuWeaponStatsWidget_CompareWithEquippableConfig) == 0x000008, "Wrong alignment on SBZMainMenuWeaponStatsWidget_CompareWithEquippableConfig"); \ +static_assert(sizeof(SBZMainMenuWeaponStatsWidget_CompareWithEquippableConfig) == 0x000070, "Wrong size on SBZMainMenuWeaponStatsWidget_CompareWithEquippableConfig"); \ +static_assert(offsetof(SBZMainMenuWeaponStatsWidget_CompareWithEquippableConfig, InEquippableConfig) == 0x000000, "Member 'SBZMainMenuWeaponStatsWidget_CompareWithEquippableConfig::InEquippableConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponStatsWidget_CompareWithEquippableData \ +static_assert(alignof(SBZMainMenuWeaponStatsWidget_CompareWithEquippableData) == 0x000008, "Wrong alignment on SBZMainMenuWeaponStatsWidget_CompareWithEquippableData"); \ +static_assert(sizeof(SBZMainMenuWeaponStatsWidget_CompareWithEquippableData) == 0x000008, "Wrong size on SBZMainMenuWeaponStatsWidget_CompareWithEquippableData"); \ +static_assert(offsetof(SBZMainMenuWeaponStatsWidget_CompareWithEquippableData, InEquippableData) == 0x000000, "Member 'SBZMainMenuWeaponStatsWidget_CompareWithEquippableData::InEquippableData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponStatsWidget_CompareWithSlot \ +static_assert(alignof(SBZMainMenuWeaponStatsWidget_CompareWithSlot) == 0x000004, "Wrong alignment on SBZMainMenuWeaponStatsWidget_CompareWithSlot"); \ +static_assert(sizeof(SBZMainMenuWeaponStatsWidget_CompareWithSlot) == 0x000008, "Wrong size on SBZMainMenuWeaponStatsWidget_CompareWithSlot"); \ +static_assert(offsetof(SBZMainMenuWeaponStatsWidget_CompareWithSlot, InEquippableSlot) == 0x000000, "Member 'SBZMainMenuWeaponStatsWidget_CompareWithSlot::InEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponStatsWidget_CompareWithSlot, InWeaponSlotIndex) == 0x000004, "Member 'SBZMainMenuWeaponStatsWidget_CompareWithSlot::InWeaponSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponStatsWidget_CompareWithWeaponPart \ +static_assert(alignof(SBZMainMenuWeaponStatsWidget_CompareWithWeaponPart) == 0x000008, "Wrong alignment on SBZMainMenuWeaponStatsWidget_CompareWithWeaponPart"); \ +static_assert(sizeof(SBZMainMenuWeaponStatsWidget_CompareWithWeaponPart) == 0x000010, "Wrong size on SBZMainMenuWeaponStatsWidget_CompareWithWeaponPart"); \ +static_assert(offsetof(SBZMainMenuWeaponStatsWidget_CompareWithWeaponPart, InPartSlot) == 0x000000, "Member 'SBZMainMenuWeaponStatsWidget_CompareWithWeaponPart::InPartSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponStatsWidget_CompareWithWeaponPart, InWeaponPart) == 0x000008, "Member 'SBZMainMenuWeaponStatsWidget_CompareWithWeaponPart::InWeaponPart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponStatsWidget_SetBaseFromEquippableConfig \ +static_assert(alignof(SBZMainMenuWeaponStatsWidget_SetBaseFromEquippableConfig) == 0x000008, "Wrong alignment on SBZMainMenuWeaponStatsWidget_SetBaseFromEquippableConfig"); \ +static_assert(sizeof(SBZMainMenuWeaponStatsWidget_SetBaseFromEquippableConfig) == 0x000070, "Wrong size on SBZMainMenuWeaponStatsWidget_SetBaseFromEquippableConfig"); \ +static_assert(offsetof(SBZMainMenuWeaponStatsWidget_SetBaseFromEquippableConfig, InEquippableConfig) == 0x000000, "Member 'SBZMainMenuWeaponStatsWidget_SetBaseFromEquippableConfig::InEquippableConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponStatsWidget_SetBaseFromEquippableData \ +static_assert(alignof(SBZMainMenuWeaponStatsWidget_SetBaseFromEquippableData) == 0x000008, "Wrong alignment on SBZMainMenuWeaponStatsWidget_SetBaseFromEquippableData"); \ +static_assert(sizeof(SBZMainMenuWeaponStatsWidget_SetBaseFromEquippableData) == 0x000008, "Wrong size on SBZMainMenuWeaponStatsWidget_SetBaseFromEquippableData"); \ +static_assert(offsetof(SBZMainMenuWeaponStatsWidget_SetBaseFromEquippableData, InEquippableData) == 0x000000, "Member 'SBZMainMenuWeaponStatsWidget_SetBaseFromEquippableData::InEquippableData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponStatsWidget_SetBaseFromSlot \ +static_assert(alignof(SBZMainMenuWeaponStatsWidget_SetBaseFromSlot) == 0x000004, "Wrong alignment on SBZMainMenuWeaponStatsWidget_SetBaseFromSlot"); \ +static_assert(sizeof(SBZMainMenuWeaponStatsWidget_SetBaseFromSlot) == 0x000008, "Wrong size on SBZMainMenuWeaponStatsWidget_SetBaseFromSlot"); \ +static_assert(offsetof(SBZMainMenuWeaponStatsWidget_SetBaseFromSlot, InEquippableSlot) == 0x000000, "Member 'SBZMainMenuWeaponStatsWidget_SetBaseFromSlot::InEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWeaponStatsWidget_SetBaseFromSlot, InWeaponSlotIndex) == 0x000004, "Member 'SBZMainMenuWeaponStatsWidget_SetBaseFromSlot::InWeaponSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWeaponStatsWidget_HasCompare \ +static_assert(alignof(SBZMainMenuWeaponStatsWidget_HasCompare) == 0x000001, "Wrong alignment on SBZMainMenuWeaponStatsWidget_HasCompare"); \ +static_assert(sizeof(SBZMainMenuWeaponStatsWidget_HasCompare) == 0x000001, "Wrong size on SBZMainMenuWeaponStatsWidget_HasCompare"); \ +static_assert(offsetof(SBZMainMenuWeaponStatsWidget_HasCompare, ReturnValue) == 0x000000, "Member 'SBZMainMenuWeaponStatsWidget_HasCompare::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuWeaponStatsWidget \ +static_assert(alignof(USBZMainMenuWeaponStatsWidget) == 0x000008, "Wrong alignment on USBZMainMenuWeaponStatsWidget"); \ +static_assert(sizeof(USBZMainMenuWeaponStatsWidget) == 0x0003C8, "Wrong size on USBZMainMenuWeaponStatsWidget"); \ +static_assert(offsetof(USBZMainMenuWeaponStatsWidget, BaseEquippableConfig) == 0x000290, "Member 'USBZMainMenuWeaponStatsWidget::BaseEquippableConfig' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponStatsWidget, BaseWeaponStats) == 0x000300, "Member 'USBZMainMenuWeaponStatsWidget::BaseWeaponStats' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponStatsWidget, BaseAmmoLoadedMax) == 0x000318, "Member 'USBZMainMenuWeaponStatsWidget::BaseAmmoLoadedMax' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponStatsWidget, BaseAmmoInventoryMax) == 0x00031C, "Member 'USBZMainMenuWeaponStatsWidget::BaseAmmoInventoryMax' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponStatsWidget, BaseFireType) == 0x000320, "Member 'USBZMainMenuWeaponStatsWidget::BaseFireType' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponStatsWidget, CompareEquippableConfig) == 0x000328, "Member 'USBZMainMenuWeaponStatsWidget::CompareEquippableConfig' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponStatsWidget, CompareWeaponStats) == 0x000398, "Member 'USBZMainMenuWeaponStatsWidget::CompareWeaponStats' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponStatsWidget, CompareAmmoLoadedMax) == 0x0003B0, "Member 'USBZMainMenuWeaponStatsWidget::CompareAmmoLoadedMax' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponStatsWidget, CompareAmmoInventoryMax) == 0x0003B4, "Member 'USBZMainMenuWeaponStatsWidget::CompareAmmoInventoryMax' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponStatsWidget, CompareFireType) == 0x0003B8, "Member 'USBZMainMenuWeaponStatsWidget::CompareFireType' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWeaponStatsWidget, UIWeaponStats) == 0x0003C0, "Member 'USBZMainMenuWeaponStatsWidget::UIWeaponStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWidget_CanInspectInventoryItem \ +static_assert(alignof(SBZMainMenuWidget_CanInspectInventoryItem) == 0x000008, "Wrong alignment on SBZMainMenuWidget_CanInspectInventoryItem"); \ +static_assert(sizeof(SBZMainMenuWidget_CanInspectInventoryItem) == 0x000010, "Wrong size on SBZMainMenuWidget_CanInspectInventoryItem"); \ +static_assert(offsetof(SBZMainMenuWidget_CanInspectInventoryItem, InspectData) == 0x000000, "Member 'SBZMainMenuWidget_CanInspectInventoryItem::InspectData' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_CanInspectInventoryItem, ReturnValue) == 0x000008, "Member 'SBZMainMenuWidget_CanInspectInventoryItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWidget_CustomizeArmorInSlot \ +static_assert(alignof(SBZMainMenuWidget_CustomizeArmorInSlot) == 0x000004, "Wrong alignment on SBZMainMenuWidget_CustomizeArmorInSlot"); \ +static_assert(sizeof(SBZMainMenuWidget_CustomizeArmorInSlot) == 0x000008, "Wrong size on SBZMainMenuWidget_CustomizeArmorInSlot"); \ +static_assert(offsetof(SBZMainMenuWidget_CustomizeArmorInSlot, InLoadoutIndex) == 0x000000, "Member 'SBZMainMenuWidget_CustomizeArmorInSlot::InLoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_CustomizeArmorInSlot, ReturnValue) == 0x000004, "Member 'SBZMainMenuWidget_CustomizeArmorInSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWidget_CustomizeLoadout \ +static_assert(alignof(SBZMainMenuWidget_CustomizeLoadout) == 0x000004, "Wrong alignment on SBZMainMenuWidget_CustomizeLoadout"); \ +static_assert(sizeof(SBZMainMenuWidget_CustomizeLoadout) == 0x000004, "Wrong size on SBZMainMenuWidget_CustomizeLoadout"); \ +static_assert(offsetof(SBZMainMenuWidget_CustomizeLoadout, InLoadoutIndex) == 0x000000, "Member 'SBZMainMenuWidget_CustomizeLoadout::InLoadoutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWidget_CustomizeWeaponInSlot \ +static_assert(alignof(SBZMainMenuWidget_CustomizeWeaponInSlot) == 0x000004, "Wrong alignment on SBZMainMenuWidget_CustomizeWeaponInSlot"); \ +static_assert(sizeof(SBZMainMenuWidget_CustomizeWeaponInSlot) == 0x00000C, "Wrong size on SBZMainMenuWidget_CustomizeWeaponInSlot"); \ +static_assert(offsetof(SBZMainMenuWidget_CustomizeWeaponInSlot, InEquippableSlot) == 0x000000, "Member 'SBZMainMenuWidget_CustomizeWeaponInSlot::InEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_CustomizeWeaponInSlot, InWeaponSlotIndex) == 0x000004, "Member 'SBZMainMenuWidget_CustomizeWeaponInSlot::InWeaponSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_CustomizeWeaponInSlot, ReturnValue) == 0x000008, "Member 'SBZMainMenuWidget_CustomizeWeaponInSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWidget_CustomizeWeaponInSlotTemp \ +static_assert(alignof(SBZMainMenuWidget_CustomizeWeaponInSlotTemp) == 0x000004, "Wrong alignment on SBZMainMenuWidget_CustomizeWeaponInSlotTemp"); \ +static_assert(sizeof(SBZMainMenuWidget_CustomizeWeaponInSlotTemp) == 0x00000C, "Wrong size on SBZMainMenuWidget_CustomizeWeaponInSlotTemp"); \ +static_assert(offsetof(SBZMainMenuWidget_CustomizeWeaponInSlotTemp, InEquippableSlot) == 0x000000, "Member 'SBZMainMenuWidget_CustomizeWeaponInSlotTemp::InEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_CustomizeWeaponInSlotTemp, InWeaponSlotIndex) == 0x000004, "Member 'SBZMainMenuWidget_CustomizeWeaponInSlotTemp::InWeaponSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_CustomizeWeaponInSlotTemp, ReturnValue) == 0x000008, "Member 'SBZMainMenuWidget_CustomizeWeaponInSlotTemp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWidget_DisplayArmorModiferScreen \ +static_assert(alignof(SBZMainMenuWidget_DisplayArmorModiferScreen) == 0x000004, "Wrong alignment on SBZMainMenuWidget_DisplayArmorModiferScreen"); \ +static_assert(sizeof(SBZMainMenuWidget_DisplayArmorModiferScreen) == 0x00000C, "Wrong size on SBZMainMenuWidget_DisplayArmorModiferScreen"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayArmorModiferScreen, InArmorSlotIndex) == 0x000000, "Member 'SBZMainMenuWidget_DisplayArmorModiferScreen::InArmorSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayArmorModiferScreen, InArmorChunkIndex) == 0x000004, "Member 'SBZMainMenuWidget_DisplayArmorModiferScreen::InArmorChunkIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayArmorModiferScreen, ReturnValue) == 0x000008, "Member 'SBZMainMenuWidget_DisplayArmorModiferScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWidget_DisplayBlackmarketInspectScreen \ +static_assert(alignof(SBZMainMenuWidget_DisplayBlackmarketInspectScreen) == 0x000008, "Wrong alignment on SBZMainMenuWidget_DisplayBlackmarketInspectScreen"); \ +static_assert(sizeof(SBZMainMenuWidget_DisplayBlackmarketInspectScreen) == 0x000010, "Wrong size on SBZMainMenuWidget_DisplayBlackmarketInspectScreen"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayBlackmarketInspectScreen, InspectData) == 0x000000, "Member 'SBZMainMenuWidget_DisplayBlackmarketInspectScreen::InspectData' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayBlackmarketInspectScreen, ReturnValue) == 0x000008, "Member 'SBZMainMenuWidget_DisplayBlackmarketInspectScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWidget_DisplayCosmeticScreen \ +static_assert(alignof(SBZMainMenuWidget_DisplayCosmeticScreen) == 0x000004, "Wrong alignment on SBZMainMenuWidget_DisplayCosmeticScreen"); \ +static_assert(sizeof(SBZMainMenuWidget_DisplayCosmeticScreen) == 0x000008, "Wrong size on SBZMainMenuWidget_DisplayCosmeticScreen"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayCosmeticScreen, InType) == 0x000000, "Member 'SBZMainMenuWidget_DisplayCosmeticScreen::InType' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayCosmeticScreen, InEquippableSlot) == 0x000001, "Member 'SBZMainMenuWidget_DisplayCosmeticScreen::InEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayCosmeticScreen, InIndex) == 0x000004, "Member 'SBZMainMenuWidget_DisplayCosmeticScreen::InIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWidget_DisplayFullscreenVideoScreen \ +static_assert(alignof(SBZMainMenuWidget_DisplayFullscreenVideoScreen) == 0x000008, "Wrong alignment on SBZMainMenuWidget_DisplayFullscreenVideoScreen"); \ +static_assert(sizeof(SBZMainMenuWidget_DisplayFullscreenVideoScreen) == 0x000010, "Wrong size on SBZMainMenuWidget_DisplayFullscreenVideoScreen"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayFullscreenVideoScreen, FilePath) == 0x000000, "Member 'SBZMainMenuWidget_DisplayFullscreenVideoScreen::FilePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWidget_DisplayHeistInpectScreen \ +static_assert(alignof(SBZMainMenuWidget_DisplayHeistInpectScreen) == 0x000008, "Wrong alignment on SBZMainMenuWidget_DisplayHeistInpectScreen"); \ +static_assert(sizeof(SBZMainMenuWidget_DisplayHeistInpectScreen) == 0x000008, "Wrong size on SBZMainMenuWidget_DisplayHeistInpectScreen"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayHeistInpectScreen, InHeistData) == 0x000000, "Member 'SBZMainMenuWidget_DisplayHeistInpectScreen::InHeistData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWidget_DisplayItemInventoryScreen \ +static_assert(alignof(SBZMainMenuWidget_DisplayItemInventoryScreen) == 0x000004, "Wrong alignment on SBZMainMenuWidget_DisplayItemInventoryScreen"); \ +static_assert(sizeof(SBZMainMenuWidget_DisplayItemInventoryScreen) == 0x000008, "Wrong size on SBZMainMenuWidget_DisplayItemInventoryScreen"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayItemInventoryScreen, InLoadoutIndex) == 0x000000, "Member 'SBZMainMenuWidget_DisplayItemInventoryScreen::InLoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayItemInventoryScreen, InItemSlotType) == 0x000004, "Member 'SBZMainMenuWidget_DisplayItemInventoryScreen::InItemSlotType' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayItemInventoryScreen, ReturnValue) == 0x000005, "Member 'SBZMainMenuWidget_DisplayItemInventoryScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWidget_DisplayMaskCustomizationScreen \ +static_assert(alignof(SBZMainMenuWidget_DisplayMaskCustomizationScreen) == 0x000004, "Wrong alignment on SBZMainMenuWidget_DisplayMaskCustomizationScreen"); \ +static_assert(sizeof(SBZMainMenuWidget_DisplayMaskCustomizationScreen) == 0x000008, "Wrong size on SBZMainMenuWidget_DisplayMaskCustomizationScreen"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayMaskCustomizationScreen, InMaskSlotIndex) == 0x000000, "Member 'SBZMainMenuWidget_DisplayMaskCustomizationScreen::InMaskSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayMaskCustomizationScreen, ReturnValue) == 0x000004, "Member 'SBZMainMenuWidget_DisplayMaskCustomizationScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWidget_DisplayMaskGenericSlotScreen \ +static_assert(alignof(SBZMainMenuWidget_DisplayMaskGenericSlotScreen) == 0x000008, "Wrong alignment on SBZMainMenuWidget_DisplayMaskGenericSlotScreen"); \ +static_assert(sizeof(SBZMainMenuWidget_DisplayMaskGenericSlotScreen) == 0x000030, "Wrong size on SBZMainMenuWidget_DisplayMaskGenericSlotScreen"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayMaskGenericSlotScreen, InCosmeticPartSlot) == 0x000000, "Member 'SBZMainMenuWidget_DisplayMaskGenericSlotScreen::InCosmeticPartSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayMaskGenericSlotScreen, HasDefaultBool) == 0x000008, "Member 'SBZMainMenuWidget_DisplayMaskGenericSlotScreen::HasDefaultBool' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayMaskGenericSlotScreen, DefaultDisplayName) == 0x000010, "Member 'SBZMainMenuWidget_DisplayMaskGenericSlotScreen::DefaultDisplayName' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayMaskGenericSlotScreen, ReturnValue) == 0x000028, "Member 'SBZMainMenuWidget_DisplayMaskGenericSlotScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWidget_DisplaySkillsSelection \ +static_assert(alignof(SBZMainMenuWidget_DisplaySkillsSelection) == 0x000004, "Wrong alignment on SBZMainMenuWidget_DisplaySkillsSelection"); \ +static_assert(sizeof(SBZMainMenuWidget_DisplaySkillsSelection) == 0x000008, "Wrong size on SBZMainMenuWidget_DisplaySkillsSelection"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplaySkillsSelection, InLoadoutIndex) == 0x000000, "Member 'SBZMainMenuWidget_DisplaySkillsSelection::InLoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplaySkillsSelection, ReturnValue) == 0x000004, "Member 'SBZMainMenuWidget_DisplaySkillsSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWidget_DisplaySuitCosmeticCustomizationScreen \ +static_assert(alignof(SBZMainMenuWidget_DisplaySuitCosmeticCustomizationScreen) == 0x000008, "Wrong alignment on SBZMainMenuWidget_DisplaySuitCosmeticCustomizationScreen"); \ +static_assert(sizeof(SBZMainMenuWidget_DisplaySuitCosmeticCustomizationScreen) == 0x000020, "Wrong size on SBZMainMenuWidget_DisplaySuitCosmeticCustomizationScreen"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplaySuitCosmeticCustomizationScreen, InSuitSlotIndex) == 0x000000, "Member 'SBZMainMenuWidget_DisplaySuitCosmeticCustomizationScreen::InSuitSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplaySuitCosmeticCustomizationScreen, InSuitPartConfig) == 0x000008, "Member 'SBZMainMenuWidget_DisplaySuitCosmeticCustomizationScreen::InSuitPartConfig' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplaySuitCosmeticCustomizationScreen, InCosmeticPartSlot) == 0x000010, "Member 'SBZMainMenuWidget_DisplaySuitCosmeticCustomizationScreen::InCosmeticPartSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplaySuitCosmeticCustomizationScreen, ReturnValue) == 0x000018, "Member 'SBZMainMenuWidget_DisplaySuitCosmeticCustomizationScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWidget_DisplaySuitCustomizationScreen \ +static_assert(alignof(SBZMainMenuWidget_DisplaySuitCustomizationScreen) == 0x000004, "Wrong alignment on SBZMainMenuWidget_DisplaySuitCustomizationScreen"); \ +static_assert(sizeof(SBZMainMenuWidget_DisplaySuitCustomizationScreen) == 0x000008, "Wrong size on SBZMainMenuWidget_DisplaySuitCustomizationScreen"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplaySuitCustomizationScreen, InSuitSlotIndex) == 0x000000, "Member 'SBZMainMenuWidget_DisplaySuitCustomizationScreen::InSuitSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplaySuitCustomizationScreen, ReturnValue) == 0x000004, "Member 'SBZMainMenuWidget_DisplaySuitCustomizationScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWidget_DisplayWeaponInventoryScreen \ +static_assert(alignof(SBZMainMenuWidget_DisplayWeaponInventoryScreen) == 0x000004, "Wrong alignment on SBZMainMenuWidget_DisplayWeaponInventoryScreen"); \ +static_assert(sizeof(SBZMainMenuWidget_DisplayWeaponInventoryScreen) == 0x000008, "Wrong size on SBZMainMenuWidget_DisplayWeaponInventoryScreen"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayWeaponInventoryScreen, LoadoutIndex) == 0x000000, "Member 'SBZMainMenuWidget_DisplayWeaponInventoryScreen::LoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayWeaponInventoryScreen, InEquippableSlot) == 0x000004, "Member 'SBZMainMenuWidget_DisplayWeaponInventoryScreen::InEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayWeaponInventoryScreen, ReturnValue) == 0x000005, "Member 'SBZMainMenuWidget_DisplayWeaponInventoryScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWidget_DisplayWeaponModiferScreen \ +static_assert(alignof(SBZMainMenuWidget_DisplayWeaponModiferScreen) == 0x000008, "Wrong alignment on SBZMainMenuWidget_DisplayWeaponModiferScreen"); \ +static_assert(sizeof(SBZMainMenuWidget_DisplayWeaponModiferScreen) == 0x000018, "Wrong size on SBZMainMenuWidget_DisplayWeaponModiferScreen"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayWeaponModiferScreen, InEquippableSlot) == 0x000000, "Member 'SBZMainMenuWidget_DisplayWeaponModiferScreen::InEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayWeaponModiferScreen, InWeaponSlotIndex) == 0x000004, "Member 'SBZMainMenuWidget_DisplayWeaponModiferScreen::InWeaponSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayWeaponModiferScreen, InWeaponPartSlot) == 0x000008, "Member 'SBZMainMenuWidget_DisplayWeaponModiferScreen::InWeaponPartSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayWeaponModiferScreen, ReturnValue) == 0x000010, "Member 'SBZMainMenuWidget_DisplayWeaponModiferScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWidget_DisplayWeaponProgressionScreen \ +static_assert(alignof(SBZMainMenuWidget_DisplayWeaponProgressionScreen) == 0x000004, "Wrong alignment on SBZMainMenuWidget_DisplayWeaponProgressionScreen"); \ +static_assert(sizeof(SBZMainMenuWidget_DisplayWeaponProgressionScreen) == 0x00000C, "Wrong size on SBZMainMenuWidget_DisplayWeaponProgressionScreen"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayWeaponProgressionScreen, InEquippableSlot) == 0x000000, "Member 'SBZMainMenuWidget_DisplayWeaponProgressionScreen::InEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayWeaponProgressionScreen, InWeaponSlotIndex) == 0x000004, "Member 'SBZMainMenuWidget_DisplayWeaponProgressionScreen::InWeaponSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_DisplayWeaponProgressionScreen, ReturnValue) == 0x000008, "Member 'SBZMainMenuWidget_DisplayWeaponProgressionScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWidget_GetVendorTypeToOpen \ +static_assert(alignof(SBZMainMenuWidget_GetVendorTypeToOpen) == 0x000001, "Wrong alignment on SBZMainMenuWidget_GetVendorTypeToOpen"); \ +static_assert(sizeof(SBZMainMenuWidget_GetVendorTypeToOpen) == 0x000002, "Wrong size on SBZMainMenuWidget_GetVendorTypeToOpen"); \ +static_assert(offsetof(SBZMainMenuWidget_GetVendorTypeToOpen, bResetValue) == 0x000000, "Member 'SBZMainMenuWidget_GetVendorTypeToOpen::bResetValue' has a wrong offset!"); \ +static_assert(offsetof(SBZMainMenuWidget_GetVendorTypeToOpen, ReturnValue) == 0x000001, "Member 'SBZMainMenuWidget_GetVendorTypeToOpen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWidget_OnLoadoutChangePopupClosed \ +static_assert(alignof(SBZMainMenuWidget_OnLoadoutChangePopupClosed) == 0x000004, "Wrong alignment on SBZMainMenuWidget_OnLoadoutChangePopupClosed"); \ +static_assert(sizeof(SBZMainMenuWidget_OnLoadoutChangePopupClosed) == 0x00000C, "Wrong size on SBZMainMenuWidget_OnLoadoutChangePopupClosed"); \ +static_assert(offsetof(SBZMainMenuWidget_OnLoadoutChangePopupClosed, ClosingActionName) == 0x000000, "Member 'SBZMainMenuWidget_OnLoadoutChangePopupClosed::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWidget_OnOnboardingPopUpInput \ +static_assert(alignof(SBZMainMenuWidget_OnOnboardingPopUpInput) == 0x000004, "Wrong alignment on SBZMainMenuWidget_OnOnboardingPopUpInput"); \ +static_assert(sizeof(SBZMainMenuWidget_OnOnboardingPopUpInput) == 0x00000C, "Wrong size on SBZMainMenuWidget_OnOnboardingPopUpInput"); \ +static_assert(offsetof(SBZMainMenuWidget_OnOnboardingPopUpInput, ActionInputName) == 0x000000, "Member 'SBZMainMenuWidget_OnOnboardingPopUpInput::ActionInputName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWidget_OnTutorialPopUpClosed \ +static_assert(alignof(SBZMainMenuWidget_OnTutorialPopUpClosed) == 0x000004, "Wrong alignment on SBZMainMenuWidget_OnTutorialPopUpClosed"); \ +static_assert(sizeof(SBZMainMenuWidget_OnTutorialPopUpClosed) == 0x00000C, "Wrong size on SBZMainMenuWidget_OnTutorialPopUpClosed"); \ +static_assert(offsetof(SBZMainMenuWidget_OnTutorialPopUpClosed, ClosingActionName) == 0x000000, "Member 'SBZMainMenuWidget_OnTutorialPopUpClosed::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMainMenuWidget_SetVendorTypeToOpen \ +static_assert(alignof(SBZMainMenuWidget_SetVendorTypeToOpen) == 0x000001, "Wrong alignment on SBZMainMenuWidget_SetVendorTypeToOpen"); \ +static_assert(sizeof(SBZMainMenuWidget_SetVendorTypeToOpen) == 0x000001, "Wrong size on SBZMainMenuWidget_SetVendorTypeToOpen"); \ +static_assert(offsetof(SBZMainMenuWidget_SetVendorTypeToOpen, VendorType) == 0x000000, "Member 'SBZMainMenuWidget_SetVendorTypeToOpen::VendorType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMainMenuWidget \ +static_assert(alignof(USBZMainMenuWidget) == 0x000008, "Wrong alignment on USBZMainMenuWidget"); \ +static_assert(sizeof(USBZMainMenuWidget) == 0x0005E8, "Wrong size on USBZMainMenuWidget"); \ +static_assert(offsetof(USBZMainMenuWidget, Widget_LoadoutCustomization) == 0x0002A0, "Member 'USBZMainMenuWidget::Widget_LoadoutCustomization' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, Widget_WeaponCustomization) == 0x0002A8, "Member 'USBZMainMenuWidget::Widget_WeaponCustomization' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, Widget_WeaponCustomizationTemp) == 0x0002B0, "Member 'USBZMainMenuWidget::Widget_WeaponCustomizationTemp' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, Widget_WeaponInventory) == 0x0002B8, "Member 'USBZMainMenuWidget::Widget_WeaponInventory' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, Widget_ArmorCustomization) == 0x0002C0, "Member 'USBZMainMenuWidget::Widget_ArmorCustomization' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, Widget_ArmorModifiers) == 0x0002C8, "Member 'USBZMainMenuWidget::Widget_ArmorModifiers' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, Widget_ItemInventory) == 0x0002D0, "Member 'USBZMainMenuWidget::Widget_ItemInventory' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, Widget_SkillsSelection) == 0x0002D8, "Member 'USBZMainMenuWidget::Widget_SkillsSelection' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, Widget_WeaponProgression) == 0x0002E0, "Member 'USBZMainMenuWidget::Widget_WeaponProgression' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, Widget_MaskCustomization) == 0x0002E8, "Member 'USBZMainMenuWidget::Widget_MaskCustomization' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, Widget_WeaponModifiers) == 0x0002F0, "Member 'USBZMainMenuWidget::Widget_WeaponModifiers' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, Widget_SuitCustomization) == 0x0002F8, "Member 'USBZMainMenuWidget::Widget_SuitCustomization' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, Widget_SuitCosmeticCustomization) == 0x000300, "Member 'USBZMainMenuWidget::Widget_SuitCosmeticCustomization' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, Widget_BlackMarketInspect) == 0x000308, "Member 'USBZMainMenuWidget::Widget_BlackMarketInspect' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, Widget_Cosmetic) == 0x000310, "Member 'USBZMainMenuWidget::Widget_Cosmetic' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, Widget_HeistInspect) == 0x000318, "Member 'USBZMainMenuWidget::Widget_HeistInspect' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, Widget_FullscreenVideo) == 0x000320, "Member 'USBZMainMenuWidget::Widget_FullscreenVideo' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, CosmeticItemButtonClass) == 0x000328, "Member 'USBZMainMenuWidget::CosmeticItemButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, CrossplayPopupWidgetClass) == 0x000330, "Member 'USBZMainMenuWidget::CrossplayPopupWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, OnboardingPopupWidgetClass) == 0x000338, "Member 'USBZMainMenuWidget::OnboardingPopupWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, TutorialPopupWidgetClass) == 0x000340, "Member 'USBZMainMenuWidget::TutorialPopupWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, TutorialPopupHeaderText) == 0x000348, "Member 'USBZMainMenuWidget::TutorialPopupHeaderText' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, CrossplayPopupHeaderText) == 0x000360, "Member 'USBZMainMenuWidget::CrossplayPopupHeaderText' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, CrossplayPopupBodyText) == 0x000378, "Member 'USBZMainMenuWidget::CrossplayPopupBodyText' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, PopUpPlayTutorialAction) == 0x000390, "Member 'USBZMainMenuWidget::PopUpPlayTutorialAction' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, PopUpSkipTutorialAction) == 0x0003C8, "Member 'USBZMainMenuWidget::PopUpSkipTutorialAction' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, PopUpOptInAction) == 0x000400, "Member 'USBZMainMenuWidget::PopUpOptInAction' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, PopUpOptOutAction) == 0x000438, "Member 'USBZMainMenuWidget::PopUpOptOutAction' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, OnboardingActions) == 0x000470, "Member 'USBZMainMenuWidget::OnboardingActions' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, TelemetryHeaderText) == 0x000480, "Member 'USBZMainMenuWidget::TelemetryHeaderText' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, TelemetryBodyText) == 0x000498, "Member 'USBZMainMenuWidget::TelemetryBodyText' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, GameSenseHeaderText) == 0x0004B0, "Member 'USBZMainMenuWidget::GameSenseHeaderText' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, GameSenseBodyText) == 0x0004C8, "Member 'USBZMainMenuWidget::GameSenseBodyText' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, PopUpData) == 0x0004E0, "Member 'USBZMainMenuWidget::PopUpData' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, PopUpBody) == 0x000540, "Member 'USBZMainMenuWidget::PopUpBody' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, TutorialObjectPath) == 0x000548, "Member 'USBZMainMenuWidget::TutorialObjectPath' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, LoadoutChangePopupWidgetClass) == 0x000568, "Member 'USBZMainMenuWidget::LoadoutChangePopupWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, LoadoutChangePopupHeaderText) == 0x000570, "Member 'USBZMainMenuWidget::LoadoutChangePopupHeaderText' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, LoadoutChangePopupDescriptionText) == 0x000588, "Member 'USBZMainMenuWidget::LoadoutChangePopupDescriptionText' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, LoadoutChangePopupListText) == 0x0005A0, "Member 'USBZMainMenuWidget::LoadoutChangePopupListText' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, LoadoutChangePopupAcedSkillFormatText) == 0x0005B8, "Member 'USBZMainMenuWidget::LoadoutChangePopupAcedSkillFormatText' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, CosmeticButtonPool) == 0x0005D0, "Member 'USBZMainMenuWidget::CosmeticButtonPool' has a wrong offset!"); \ +static_assert(offsetof(USBZMainMenuWidget, VendorTypeToOpen) == 0x0005E0, "Member 'USBZMainMenuWidget::VendorTypeToOpen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPopupWidget_HidePopUpWidget \ +static_assert(alignof(SBZPopupWidget_HidePopUpWidget) == 0x000004, "Wrong alignment on SBZPopupWidget_HidePopUpWidget"); \ +static_assert(sizeof(SBZPopupWidget_HidePopUpWidget) == 0x00000C, "Wrong size on SBZPopupWidget_HidePopUpWidget"); \ +static_assert(offsetof(SBZPopupWidget_HidePopUpWidget, ActionName) == 0x000000, "Member 'SBZPopupWidget_HidePopUpWidget::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPopupWidget_OnActionPressed \ +static_assert(alignof(SBZPopupWidget_OnActionPressed) == 0x000004, "Wrong alignment on SBZPopupWidget_OnActionPressed"); \ +static_assert(sizeof(SBZPopupWidget_OnActionPressed) == 0x00000C, "Wrong size on SBZPopupWidget_OnActionPressed"); \ +static_assert(offsetof(SBZPopupWidget_OnActionPressed, ActionName) == 0x000000, "Member 'SBZPopupWidget_OnActionPressed::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPopupWidget_SetControlsReference \ +static_assert(alignof(SBZPopupWidget_SetControlsReference) == 0x000008, "Wrong alignment on SBZPopupWidget_SetControlsReference"); \ +static_assert(sizeof(SBZPopupWidget_SetControlsReference) == 0x000040, "Wrong size on SBZPopupWidget_SetControlsReference"); \ +static_assert(offsetof(SBZPopupWidget_SetControlsReference, InControlsReference) == 0x000000, "Member 'SBZPopupWidget_SetControlsReference::InControlsReference' has a wrong offset!"); \ +static_assert(offsetof(SBZPopupWidget_SetControlsReference, InCountdownTime) == 0x000028, "Member 'SBZPopupWidget_SetControlsReference::InCountdownTime' has a wrong offset!"); \ +static_assert(offsetof(SBZPopupWidget_SetControlsReference, InCountdownActionName) == 0x00002C, "Member 'SBZPopupWidget_SetControlsReference::InCountdownActionName' has a wrong offset!"); \ +static_assert(offsetof(SBZPopupWidget_SetControlsReference, bInputsClosePopup) == 0x000038, "Member 'SBZPopupWidget_SetControlsReference::bInputsClosePopup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPopupWidget_IsShowing \ +static_assert(alignof(SBZPopupWidget_IsShowing) == 0x000001, "Wrong alignment on SBZPopupWidget_IsShowing"); \ +static_assert(sizeof(SBZPopupWidget_IsShowing) == 0x000001, "Wrong size on SBZPopupWidget_IsShowing"); \ +static_assert(offsetof(SBZPopupWidget_IsShowing, ReturnValue) == 0x000000, "Member 'SBZPopupWidget_IsShowing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPopupWidget \ +static_assert(alignof(USBZPopupWidget) == 0x000008, "Wrong alignment on USBZPopupWidget"); \ +static_assert(sizeof(USBZPopupWidget) == 0x000358, "Wrong size on USBZPopupWidget"); \ +static_assert(offsetof(USBZPopupWidget, Text_Header) == 0x000298, "Member 'USBZPopupWidget::Text_Header' has a wrong offset!"); \ +static_assert(offsetof(USBZPopupWidget, Text_Description) == 0x0002A0, "Member 'USBZPopupWidget::Text_Description' has a wrong offset!"); \ +static_assert(offsetof(USBZPopupWidget, Widget_ControlsReference) == 0x0002A8, "Member 'USBZPopupWidget::Widget_ControlsReference' has a wrong offset!"); \ +static_assert(offsetof(USBZPopupWidget, CanvasPanel_PopUpBody) == 0x0002B0, "Member 'USBZPopupWidget::CanvasPanel_PopUpBody' has a wrong offset!"); \ +static_assert(offsetof(USBZPopupWidget, DefaultControlsReference) == 0x0002B8, "Member 'USBZPopupWidget::DefaultControlsReference' has a wrong offset!"); \ +static_assert(offsetof(USBZPopupWidget, ControlsReference) == 0x0002E0, "Member 'USBZPopupWidget::ControlsReference' has a wrong offset!"); \ +static_assert(offsetof(USBZPopupWidget, bIsShowing) == 0x000318, "Member 'USBZPopupWidget::bIsShowing' has a wrong offset!"); \ +static_assert(offsetof(USBZPopupWidget, WidgetBody) == 0x000350, "Member 'USBZPopupWidget::WidgetBody' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZMakeNoiseActor \ +static_assert(alignof(ASBZMakeNoiseActor) == 0x000008, "Wrong alignment on ASBZMakeNoiseActor"); \ +static_assert(sizeof(ASBZMakeNoiseActor) == 0x0002A8, "Wrong size on ASBZMakeNoiseActor"); \ + +#define DUMPER7_ASSERTS_USBZSkillSniperSpecSniperExpertBase \ +static_assert(alignof(USBZSkillSniperSpecSniperExpertBase) == 0x000008, "Wrong alignment on USBZSkillSniperSpecSniperExpertBase"); \ +static_assert(sizeof(USBZSkillSniperSpecSniperExpertBase) == 0x000230, "Wrong size on USBZSkillSniperSpecSniperExpertBase"); \ + +#define DUMPER7_ASSERTS_SBZMannequinLibrary_GetMainMenuMannequin \ +static_assert(alignof(SBZMannequinLibrary_GetMainMenuMannequin) == 0x000008, "Wrong alignment on SBZMannequinLibrary_GetMainMenuMannequin"); \ +static_assert(sizeof(SBZMannequinLibrary_GetMainMenuMannequin) == 0x000010, "Wrong size on SBZMannequinLibrary_GetMainMenuMannequin"); \ +static_assert(offsetof(SBZMannequinLibrary_GetMainMenuMannequin, WorldContextObject) == 0x000000, "Member 'SBZMannequinLibrary_GetMainMenuMannequin::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZMannequinLibrary_GetMainMenuMannequin, ReturnValue) == 0x000008, "Member 'SBZMannequinLibrary_GetMainMenuMannequin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMannequinLibrary_GetMultiplayerMannequin \ +static_assert(alignof(SBZMannequinLibrary_GetMultiplayerMannequin) == 0x000008, "Wrong alignment on SBZMannequinLibrary_GetMultiplayerMannequin"); \ +static_assert(sizeof(SBZMannequinLibrary_GetMultiplayerMannequin) == 0x000018, "Wrong size on SBZMannequinLibrary_GetMultiplayerMannequin"); \ +static_assert(offsetof(SBZMannequinLibrary_GetMultiplayerMannequin, WorldContextObject) == 0x000000, "Member 'SBZMannequinLibrary_GetMultiplayerMannequin::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZMannequinLibrary_GetMultiplayerMannequin, PlayerIndex) == 0x000008, "Member 'SBZMannequinLibrary_GetMultiplayerMannequin::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMannequinLibrary_GetMultiplayerMannequin, ReturnValue) == 0x000010, "Member 'SBZMannequinLibrary_GetMultiplayerMannequin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMannequinLibrary_RefreshMainMenuMannequin \ +static_assert(alignof(SBZMannequinLibrary_RefreshMainMenuMannequin) == 0x000008, "Wrong alignment on SBZMannequinLibrary_RefreshMainMenuMannequin"); \ +static_assert(sizeof(SBZMannequinLibrary_RefreshMainMenuMannequin) == 0x000010, "Wrong size on SBZMannequinLibrary_RefreshMainMenuMannequin"); \ +static_assert(offsetof(SBZMannequinLibrary_RefreshMainMenuMannequin, WorldContextObject) == 0x000000, "Member 'SBZMannequinLibrary_RefreshMainMenuMannequin::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZMannequinLibrary_RefreshMainMenuMannequin, EquipmentType) == 0x000008, "Member 'SBZMannequinLibrary_RefreshMainMenuMannequin::EquipmentType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMannequinLibrary_SetMainMenuMannequinEquipment \ +static_assert(alignof(SBZMannequinLibrary_SetMainMenuMannequinEquipment) == 0x000008, "Wrong alignment on SBZMannequinLibrary_SetMainMenuMannequinEquipment"); \ +static_assert(sizeof(SBZMannequinLibrary_SetMainMenuMannequinEquipment) == 0x000010, "Wrong size on SBZMannequinLibrary_SetMainMenuMannequinEquipment"); \ +static_assert(offsetof(SBZMannequinLibrary_SetMainMenuMannequinEquipment, WorldContextObject) == 0x000000, "Member 'SBZMannequinLibrary_SetMainMenuMannequinEquipment::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZMannequinLibrary_SetMainMenuMannequinEquipment, EquipmentType) == 0x000008, "Member 'SBZMannequinLibrary_SetMainMenuMannequinEquipment::EquipmentType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMannequinLibrary_SetMainMenuMannequinLoadout \ +static_assert(alignof(SBZMannequinLibrary_SetMainMenuMannequinLoadout) == 0x000008, "Wrong alignment on SBZMannequinLibrary_SetMainMenuMannequinLoadout"); \ +static_assert(sizeof(SBZMannequinLibrary_SetMainMenuMannequinLoadout) == 0x000078, "Wrong size on SBZMannequinLibrary_SetMainMenuMannequinLoadout"); \ +static_assert(offsetof(SBZMannequinLibrary_SetMainMenuMannequinLoadout, WorldContextObject) == 0x000000, "Member 'SBZMannequinLibrary_SetMainMenuMannequinLoadout::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZMannequinLibrary_SetMainMenuMannequinLoadout, EquippableConfig) == 0x000008, "Member 'SBZMannequinLibrary_SetMainMenuMannequinLoadout::EquippableConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMannequinLibrary_SetMainMenuMannequinPose \ +static_assert(alignof(SBZMannequinLibrary_SetMainMenuMannequinPose) == 0x000008, "Wrong alignment on SBZMannequinLibrary_SetMainMenuMannequinPose"); \ +static_assert(sizeof(SBZMannequinLibrary_SetMainMenuMannequinPose) == 0x000010, "Wrong size on SBZMannequinLibrary_SetMainMenuMannequinPose"); \ +static_assert(offsetof(SBZMannequinLibrary_SetMainMenuMannequinPose, WorldContextObject) == 0x000000, "Member 'SBZMannequinLibrary_SetMainMenuMannequinPose::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZMannequinLibrary_SetMainMenuMannequinPose, Pose) == 0x000008, "Member 'SBZMannequinLibrary_SetMainMenuMannequinPose::Pose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMannequinLibrary \ +static_assert(alignof(USBZMannequinLibrary) == 0x000008, "Wrong alignment on USBZMannequinLibrary"); \ +static_assert(sizeof(USBZMannequinLibrary) == 0x000030, "Wrong size on USBZMannequinLibrary"); \ + +#define DUMPER7_ASSERTS_ISBZMarkableInterface \ +static_assert(alignof(ISBZMarkableInterface) == 0x000001, "Wrong alignment on ISBZMarkableInterface"); \ +static_assert(sizeof(ISBZMarkableInterface) == 0x000001, "Wrong size on ISBZMarkableInterface"); \ + +#define DUMPER7_ASSERTS_USBZPostProcessSettingsPresetDataAsset \ +static_assert(alignof(USBZPostProcessSettingsPresetDataAsset) == 0x000010, "Wrong alignment on USBZPostProcessSettingsPresetDataAsset"); \ +static_assert(sizeof(USBZPostProcessSettingsPresetDataAsset) == 0x0005B0, "Wrong size on USBZPostProcessSettingsPresetDataAsset"); \ +static_assert(offsetof(USBZPostProcessSettingsPresetDataAsset, Settings) == 0x000040, "Member 'USBZPostProcessSettingsPresetDataAsset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillSmokeGrenadePoisonCloudBase \ +static_assert(alignof(USBZSkillSmokeGrenadePoisonCloudBase) == 0x000008, "Wrong alignment on USBZSkillSmokeGrenadePoisonCloudBase"); \ +static_assert(sizeof(USBZSkillSmokeGrenadePoisonCloudBase) == 0x000230, "Wrong size on USBZSkillSmokeGrenadePoisonCloudBase"); \ + +#define DUMPER7_ASSERTS_SBZMarkerComponent_Multicast_SetMarkerState \ +static_assert(alignof(SBZMarkerComponent_Multicast_SetMarkerState) == 0x000001, "Wrong alignment on SBZMarkerComponent_Multicast_SetMarkerState"); \ +static_assert(sizeof(SBZMarkerComponent_Multicast_SetMarkerState) == 0x000001, "Wrong size on SBZMarkerComponent_Multicast_SetMarkerState"); \ +static_assert(offsetof(SBZMarkerComponent_Multicast_SetMarkerState, RepMarkerState) == 0x000000, "Member 'SBZMarkerComponent_Multicast_SetMarkerState::RepMarkerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMarkerComponent \ +static_assert(alignof(USBZMarkerComponent) == 0x000008, "Wrong alignment on USBZMarkerComponent"); \ +static_assert(sizeof(USBZMarkerComponent) == 0x000170, "Wrong size on USBZMarkerComponent"); \ +static_assert(offsetof(USBZMarkerComponent, MarkerAssets) == 0x0000C0, "Member 'USBZMarkerComponent::MarkerAssets' has a wrong offset!"); \ +static_assert(offsetof(USBZMarkerComponent, MarkerPriority) == 0x000110, "Member 'USBZMarkerComponent::MarkerPriority' has a wrong offset!"); \ +static_assert(offsetof(USBZMarkerComponent, MarkerOffset) == 0x00011C, "Member 'USBZMarkerComponent::MarkerOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZMarkerComponent, MarkerSocketName) == 0x000128, "Member 'USBZMarkerComponent::MarkerSocketName' has a wrong offset!"); \ +static_assert(offsetof(USBZMarkerComponent, AttachComponentSelector) == 0x000138, "Member 'USBZMarkerComponent::AttachComponentSelector' has a wrong offset!"); \ +static_assert(offsetof(USBZMarkerComponent, MarkerState) == 0x000158, "Member 'USBZMarkerComponent::MarkerState' has a wrong offset!"); \ +static_assert(offsetof(USBZMarkerComponent, AttachComponent) == 0x000168, "Member 'USBZMarkerComponent::AttachComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMarkerDataAsset \ +static_assert(alignof(USBZMarkerDataAsset) == 0x000008, "Wrong alignment on USBZMarkerDataAsset"); \ +static_assert(sizeof(USBZMarkerDataAsset) == 0x000120, "Wrong size on USBZMarkerDataAsset"); \ +static_assert(offsetof(USBZMarkerDataAsset, Offset) == 0x000038, "Member 'USBZMarkerDataAsset::Offset' has a wrong offset!"); \ +static_assert(offsetof(USBZMarkerDataAsset, SocketName) == 0x000044, "Member 'USBZMarkerDataAsset::SocketName' has a wrong offset!"); \ +static_assert(offsetof(USBZMarkerDataAsset, MarkerWidgetOverride) == 0x000050, "Member 'USBZMarkerDataAsset::MarkerWidgetOverride' has a wrong offset!"); \ +static_assert(offsetof(USBZMarkerDataAsset, Brush) == 0x000058, "Member 'USBZMarkerDataAsset::Brush' has a wrong offset!"); \ +static_assert(offsetof(USBZMarkerDataAsset, DisplayText) == 0x0000E8, "Member 'USBZMarkerDataAsset::DisplayText' has a wrong offset!"); \ +static_assert(offsetof(USBZMarkerDataAsset, bHasOffScreenTracking) == 0x000100, "Member 'USBZMarkerDataAsset::bHasOffScreenTracking' has a wrong offset!"); \ +static_assert(offsetof(USBZMarkerDataAsset, bShowDistance) == 0x000101, "Member 'USBZMarkerDataAsset::bShowDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZMarkerDataAsset, OnDisplayAudioEvent) == 0x000108, "Member 'USBZMarkerDataAsset::OnDisplayAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZMarkerDataAsset, VisibleRange) == 0x000110, "Member 'USBZMarkerDataAsset::VisibleRange' has a wrong offset!"); \ +static_assert(offsetof(USBZMarkerDataAsset, OffScreenCategory) == 0x000118, "Member 'USBZMarkerDataAsset::OffScreenCategory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZObjectContainerTickable \ +static_assert(alignof(USBZObjectContainerTickable) == 0x000008, "Wrong alignment on USBZObjectContainerTickable"); \ +static_assert(sizeof(USBZObjectContainerTickable) == 0x000078, "Wrong size on USBZObjectContainerTickable"); \ +static_assert(offsetof(USBZObjectContainerTickable, TickDelegate) == 0x000060, "Member 'USBZObjectContainerTickable::TickDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDamageStatusMarkerDataAsset \ +static_assert(alignof(USBZDamageStatusMarkerDataAsset) == 0x000008, "Wrong alignment on USBZDamageStatusMarkerDataAsset"); \ +static_assert(sizeof(USBZDamageStatusMarkerDataAsset) == 0x000128, "Wrong size on USBZDamageStatusMarkerDataAsset"); \ +static_assert(offsetof(USBZDamageStatusMarkerDataAsset, ExtraDurationSeconds) == 0x000120, "Member 'USBZDamageStatusMarkerDataAsset::ExtraDurationSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillFragGrenadeFragProficiencyBase \ +static_assert(alignof(USBZSkillFragGrenadeFragProficiencyBase) == 0x000008, "Wrong alignment on USBZSkillFragGrenadeFragProficiencyBase"); \ +static_assert(sizeof(USBZSkillFragGrenadeFragProficiencyBase) == 0x000230, "Wrong size on USBZSkillFragGrenadeFragProficiencyBase"); \ + +#define DUMPER7_ASSERTS_SBZDamageStatusMarkerWidget_BP_OnArmorChanged \ +static_assert(alignof(SBZDamageStatusMarkerWidget_BP_OnArmorChanged) == 0x000004, "Wrong alignment on SBZDamageStatusMarkerWidget_BP_OnArmorChanged"); \ +static_assert(sizeof(SBZDamageStatusMarkerWidget_BP_OnArmorChanged) == 0x000004, "Wrong size on SBZDamageStatusMarkerWidget_BP_OnArmorChanged"); \ +static_assert(offsetof(SBZDamageStatusMarkerWidget_BP_OnArmorChanged, OldArmor) == 0x000000, "Member 'SBZDamageStatusMarkerWidget_BP_OnArmorChanged::OldArmor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDamageStatusMarkerWidget_BP_OnArmorHardnessChanged \ +static_assert(alignof(SBZDamageStatusMarkerWidget_BP_OnArmorHardnessChanged) == 0x000004, "Wrong alignment on SBZDamageStatusMarkerWidget_BP_OnArmorHardnessChanged"); \ +static_assert(sizeof(SBZDamageStatusMarkerWidget_BP_OnArmorHardnessChanged) == 0x000004, "Wrong size on SBZDamageStatusMarkerWidget_BP_OnArmorHardnessChanged"); \ +static_assert(offsetof(SBZDamageStatusMarkerWidget_BP_OnArmorHardnessChanged, OldArmorHardness) == 0x000000, "Member 'SBZDamageStatusMarkerWidget_BP_OnArmorHardnessChanged::OldArmorHardness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDamageStatusMarkerWidget_BP_OnArmorMaxChanged \ +static_assert(alignof(SBZDamageStatusMarkerWidget_BP_OnArmorMaxChanged) == 0x000004, "Wrong alignment on SBZDamageStatusMarkerWidget_BP_OnArmorMaxChanged"); \ +static_assert(sizeof(SBZDamageStatusMarkerWidget_BP_OnArmorMaxChanged) == 0x000004, "Wrong size on SBZDamageStatusMarkerWidget_BP_OnArmorMaxChanged"); \ +static_assert(offsetof(SBZDamageStatusMarkerWidget_BP_OnArmorMaxChanged, OldArmorMax) == 0x000000, "Member 'SBZDamageStatusMarkerWidget_BP_OnArmorMaxChanged::OldArmorMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDamageStatusMarkerWidget_BP_OnFadeOutChanged \ +static_assert(alignof(SBZDamageStatusMarkerWidget_BP_OnFadeOutChanged) == 0x000001, "Wrong alignment on SBZDamageStatusMarkerWidget_BP_OnFadeOutChanged"); \ +static_assert(sizeof(SBZDamageStatusMarkerWidget_BP_OnFadeOutChanged) == 0x000002, "Wrong size on SBZDamageStatusMarkerWidget_BP_OnFadeOutChanged"); \ +static_assert(offsetof(SBZDamageStatusMarkerWidget_BP_OnFadeOutChanged, bInIsFadeOut) == 0x000000, "Member 'SBZDamageStatusMarkerWidget_BP_OnFadeOutChanged::bInIsFadeOut' has a wrong offset!"); \ +static_assert(offsetof(SBZDamageStatusMarkerWidget_BP_OnFadeOutChanged, ReturnValue) == 0x000001, "Member 'SBZDamageStatusMarkerWidget_BP_OnFadeOutChanged::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDamageStatusMarkerWidget_BP_OnHealthChanged \ +static_assert(alignof(SBZDamageStatusMarkerWidget_BP_OnHealthChanged) == 0x000004, "Wrong alignment on SBZDamageStatusMarkerWidget_BP_OnHealthChanged"); \ +static_assert(sizeof(SBZDamageStatusMarkerWidget_BP_OnHealthChanged) == 0x000004, "Wrong size on SBZDamageStatusMarkerWidget_BP_OnHealthChanged"); \ +static_assert(offsetof(SBZDamageStatusMarkerWidget_BP_OnHealthChanged, OldHealth) == 0x000000, "Member 'SBZDamageStatusMarkerWidget_BP_OnHealthChanged::OldHealth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDamageStatusMarkerWidget_BP_OnHealthMaxChanged \ +static_assert(alignof(SBZDamageStatusMarkerWidget_BP_OnHealthMaxChanged) == 0x000004, "Wrong alignment on SBZDamageStatusMarkerWidget_BP_OnHealthMaxChanged"); \ +static_assert(sizeof(SBZDamageStatusMarkerWidget_BP_OnHealthMaxChanged) == 0x000004, "Wrong size on SBZDamageStatusMarkerWidget_BP_OnHealthMaxChanged"); \ +static_assert(offsetof(SBZDamageStatusMarkerWidget_BP_OnHealthMaxChanged, OldHealthMax) == 0x000000, "Member 'SBZDamageStatusMarkerWidget_BP_OnHealthMaxChanged::OldHealthMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZDamageStatusMarkerWidget_BP_SetData \ +static_assert(alignof(SBZDamageStatusMarkerWidget_BP_SetData) == 0x000008, "Wrong alignment on SBZDamageStatusMarkerWidget_BP_SetData"); \ +static_assert(sizeof(SBZDamageStatusMarkerWidget_BP_SetData) == 0x000098, "Wrong size on SBZDamageStatusMarkerWidget_BP_SetData"); \ +static_assert(offsetof(SBZDamageStatusMarkerWidget_BP_SetData, Data) == 0x000000, "Member 'SBZDamageStatusMarkerWidget_BP_SetData::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZDamageStatusMarkerWidget \ +static_assert(alignof(USBZDamageStatusMarkerWidget) == 0x000008, "Wrong alignment on USBZDamageStatusMarkerWidget"); \ +static_assert(sizeof(USBZDamageStatusMarkerWidget) == 0x0002F0, "Wrong size on USBZDamageStatusMarkerWidget"); \ +static_assert(offsetof(USBZDamageStatusMarkerWidget, Health) == 0x0002D0, "Member 'USBZDamageStatusMarkerWidget::Health' has a wrong offset!"); \ +static_assert(offsetof(USBZDamageStatusMarkerWidget, HealthMax) == 0x0002D4, "Member 'USBZDamageStatusMarkerWidget::HealthMax' has a wrong offset!"); \ +static_assert(offsetof(USBZDamageStatusMarkerWidget, Armor) == 0x0002D8, "Member 'USBZDamageStatusMarkerWidget::Armor' has a wrong offset!"); \ +static_assert(offsetof(USBZDamageStatusMarkerWidget, ArmorMax) == 0x0002DC, "Member 'USBZDamageStatusMarkerWidget::ArmorMax' has a wrong offset!"); \ +static_assert(offsetof(USBZDamageStatusMarkerWidget, ArmorHardness) == 0x0002E0, "Member 'USBZDamageStatusMarkerWidget::ArmorHardness' has a wrong offset!"); \ +static_assert(offsetof(USBZDamageStatusMarkerWidget, bIsFadeOut) == 0x0002E4, "Member 'USBZDamageStatusMarkerWidget::bIsFadeOut' has a wrong offset!"); \ +static_assert(offsetof(USBZDamageStatusMarkerWidget, PawnAttributeSet) == 0x0002E8, "Member 'USBZDamageStatusMarkerWidget::PawnAttributeSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerLabelMarkerWidget \ +static_assert(alignof(USBZPlayerLabelMarkerWidget) == 0x000008, "Wrong alignment on USBZPlayerLabelMarkerWidget"); \ +static_assert(sizeof(USBZPlayerLabelMarkerWidget) == 0x0002D0, "Wrong size on USBZPlayerLabelMarkerWidget"); \ + +#define DUMPER7_ASSERTS_SBZObjectiveWidget_ObjectiveActivated \ +static_assert(alignof(SBZObjectiveWidget_ObjectiveActivated) == 0x000008, "Wrong alignment on SBZObjectiveWidget_ObjectiveActivated"); \ +static_assert(sizeof(SBZObjectiveWidget_ObjectiveActivated) == 0x000008, "Wrong size on SBZObjectiveWidget_ObjectiveActivated"); \ +static_assert(offsetof(SBZObjectiveWidget_ObjectiveActivated, ObjectiveActivated_0) == 0x000000, "Member 'SBZObjectiveWidget_ObjectiveActivated::ObjectiveActivated_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZObjectiveWidget_ObjectiveCompleted \ +static_assert(alignof(SBZObjectiveWidget_ObjectiveCompleted) == 0x000008, "Wrong alignment on SBZObjectiveWidget_ObjectiveCompleted"); \ +static_assert(sizeof(SBZObjectiveWidget_ObjectiveCompleted) == 0x000008, "Wrong size on SBZObjectiveWidget_ObjectiveCompleted"); \ +static_assert(offsetof(SBZObjectiveWidget_ObjectiveCompleted, ObjectiveCompleted_0) == 0x000000, "Member 'SBZObjectiveWidget_ObjectiveCompleted::ObjectiveCompleted_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZObjectiveWidget_ObjectiveDisabled \ +static_assert(alignof(SBZObjectiveWidget_ObjectiveDisabled) == 0x000008, "Wrong alignment on SBZObjectiveWidget_ObjectiveDisabled"); \ +static_assert(sizeof(SBZObjectiveWidget_ObjectiveDisabled) == 0x000008, "Wrong size on SBZObjectiveWidget_ObjectiveDisabled"); \ +static_assert(offsetof(SBZObjectiveWidget_ObjectiveDisabled, ObjectiveDisabled_0) == 0x000000, "Member 'SBZObjectiveWidget_ObjectiveDisabled::ObjectiveDisabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZObjectiveWidget_ObjectiveFailed \ +static_assert(alignof(SBZObjectiveWidget_ObjectiveFailed) == 0x000008, "Wrong alignment on SBZObjectiveWidget_ObjectiveFailed"); \ +static_assert(sizeof(SBZObjectiveWidget_ObjectiveFailed) == 0x000008, "Wrong size on SBZObjectiveWidget_ObjectiveFailed"); \ +static_assert(offsetof(SBZObjectiveWidget_ObjectiveFailed, ObjectiveFailed_0) == 0x000000, "Member 'SBZObjectiveWidget_ObjectiveFailed::ObjectiveFailed_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZObjectiveWidget_ObjectiveUpdated \ +static_assert(alignof(SBZObjectiveWidget_ObjectiveUpdated) == 0x000008, "Wrong alignment on SBZObjectiveWidget_ObjectiveUpdated"); \ +static_assert(sizeof(SBZObjectiveWidget_ObjectiveUpdated) == 0x000008, "Wrong size on SBZObjectiveWidget_ObjectiveUpdated"); \ +static_assert(offsetof(SBZObjectiveWidget_ObjectiveUpdated, ObjectiveUpdated_0) == 0x000000, "Member 'SBZObjectiveWidget_ObjectiveUpdated::ObjectiveUpdated_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZObjectiveWidget_OnObjectiveInitialized \ +static_assert(alignof(SBZObjectiveWidget_OnObjectiveInitialized) == 0x000008, "Wrong alignment on SBZObjectiveWidget_OnObjectiveInitialized"); \ +static_assert(sizeof(SBZObjectiveWidget_OnObjectiveInitialized) == 0x000010, "Wrong size on SBZObjectiveWidget_OnObjectiveInitialized"); \ +static_assert(offsetof(SBZObjectiveWidget_OnObjectiveInitialized, ObjectiveInit) == 0x000000, "Member 'SBZObjectiveWidget_OnObjectiveInitialized::ObjectiveInit' has a wrong offset!"); \ +static_assert(offsetof(SBZObjectiveWidget_OnObjectiveInitialized, bIsSubObjective) == 0x000008, "Member 'SBZObjectiveWidget_OnObjectiveInitialized::bIsSubObjective' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZObjectiveWidget_OnTickingTypeChanged \ +static_assert(alignof(SBZObjectiveWidget_OnTickingTypeChanged) == 0x000001, "Wrong alignment on SBZObjectiveWidget_OnTickingTypeChanged"); \ +static_assert(sizeof(SBZObjectiveWidget_OnTickingTypeChanged) == 0x000001, "Wrong size on SBZObjectiveWidget_OnTickingTypeChanged"); \ +static_assert(offsetof(SBZObjectiveWidget_OnTickingTypeChanged, InTickingLootType) == 0x000000, "Member 'SBZObjectiveWidget_OnTickingTypeChanged::InTickingLootType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZObjectiveWidget \ +static_assert(alignof(USBZObjectiveWidget) == 0x000008, "Wrong alignment on USBZObjectiveWidget"); \ +static_assert(sizeof(USBZObjectiveWidget) == 0x0002F8, "Wrong size on USBZObjectiveWidget"); \ +static_assert(offsetof(USBZObjectiveWidget, SubObjectiveWidgetClass) == 0x000290, "Member 'USBZObjectiveWidget::SubObjectiveWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZObjectiveWidget, Text_Objective) == 0x000298, "Member 'USBZObjectiveWidget::Text_Objective' has a wrong offset!"); \ +static_assert(offsetof(USBZObjectiveWidget, ProgressBar_Progress) == 0x0002A0, "Member 'USBZObjectiveWidget::ProgressBar_Progress' has a wrong offset!"); \ +static_assert(offsetof(USBZObjectiveWidget, Text_ProgressSpeed) == 0x0002A8, "Member 'USBZObjectiveWidget::Text_ProgressSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZObjectiveWidget, Panel_SubObjectivesContainer) == 0x0002B0, "Member 'USBZObjectiveWidget::Panel_SubObjectivesContainer' has a wrong offset!"); \ +static_assert(offsetof(USBZObjectiveWidget, bIsActive) == 0x0002B8, "Member 'USBZObjectiveWidget::bIsActive' has a wrong offset!"); \ +static_assert(offsetof(USBZObjectiveWidget, bIsTimed) == 0x0002B9, "Member 'USBZObjectiveWidget::bIsTimed' has a wrong offset!"); \ +static_assert(offsetof(USBZObjectiveWidget, TickingLootManagerPtr) == 0x0002C8, "Member 'USBZObjectiveWidget::TickingLootManagerPtr' has a wrong offset!"); \ +static_assert(offsetof(USBZObjectiveWidget, ObjectiveType) == 0x0002D0, "Member 'USBZObjectiveWidget::ObjectiveType' has a wrong offset!"); \ +static_assert(offsetof(USBZObjectiveWidget, MultiplierSignHelper) == 0x0002D8, "Member 'USBZObjectiveWidget::MultiplierSignHelper' has a wrong offset!"); \ +static_assert(offsetof(USBZObjectiveWidget, Objective) == 0x0002F0, "Member 'USBZObjectiveWidget::Objective' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMarkerManager_Multicast_AddMarker \ +static_assert(alignof(SBZMarkerManager_Multicast_AddMarker) == 0x000008, "Wrong alignment on SBZMarkerManager_Multicast_AddMarker"); \ +static_assert(sizeof(SBZMarkerManager_Multicast_AddMarker) == 0x000028, "Wrong size on SBZMarkerManager_Multicast_AddMarker"); \ +static_assert(offsetof(SBZMarkerManager_Multicast_AddMarker, ID) == 0x000000, "Member 'SBZMarkerManager_Multicast_AddMarker::ID' has a wrong offset!"); \ +static_assert(offsetof(SBZMarkerManager_Multicast_AddMarker, MarkerAsset) == 0x000008, "Member 'SBZMarkerManager_Multicast_AddMarker::MarkerAsset' has a wrong offset!"); \ +static_assert(offsetof(SBZMarkerManager_Multicast_AddMarker, Translation) == 0x000010, "Member 'SBZMarkerManager_Multicast_AddMarker::Translation' has a wrong offset!"); \ +static_assert(offsetof(SBZMarkerManager_Multicast_AddMarker, WaypointVolume) == 0x000020, "Member 'SBZMarkerManager_Multicast_AddMarker::WaypointVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMarkerManager_Multicast_RemoveMarker \ +static_assert(alignof(SBZMarkerManager_Multicast_RemoveMarker) == 0x000004, "Wrong alignment on SBZMarkerManager_Multicast_RemoveMarker"); \ +static_assert(sizeof(SBZMarkerManager_Multicast_RemoveMarker) == 0x000004, "Wrong size on SBZMarkerManager_Multicast_RemoveMarker"); \ +static_assert(offsetof(SBZMarkerManager_Multicast_RemoveMarker, ID) == 0x000000, "Member 'SBZMarkerManager_Multicast_RemoveMarker::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMarkerManager \ +static_assert(alignof(USBZMarkerManager) == 0x000008, "Wrong alignment on USBZMarkerManager"); \ +static_assert(sizeof(USBZMarkerManager) == 0x000120, "Wrong size on USBZMarkerManager"); \ +static_assert(offsetof(USBZMarkerManager, ReplicatedMarkers) == 0x0000D8, "Member 'USBZMarkerManager::ReplicatedMarkers' has a wrong offset!"); \ +static_assert(offsetof(USBZMarkerManager, MaxDamageStatusMarkerCount) == 0x0000E8, "Member 'USBZMarkerManager::MaxDamageStatusMarkerCount' has a wrong offset!"); \ +static_assert(offsetof(USBZMarkerManager, DamageStatusMarkerDurationSeconds) == 0x0000EC, "Member 'USBZMarkerManager::DamageStatusMarkerDurationSeconds' has a wrong offset!"); \ +static_assert(offsetof(USBZMarkerManager, RuntimeMarkers) == 0x0000F0, "Member 'USBZMarkerManager::RuntimeMarkers' has a wrong offset!"); \ +static_assert(offsetof(USBZMarkerManager, DamageStatusMarkerArray) == 0x000100, "Member 'USBZMarkerManager::DamageStatusMarkerArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMaskPartConfig \ +static_assert(alignof(USBZMaskPartConfig) == 0x000008, "Wrong alignment on USBZMaskPartConfig"); \ +static_assert(sizeof(USBZMaskPartConfig) == 0x000038, "Wrong size on USBZMaskPartConfig"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_ActivatePartyInviteOverlay \ +static_assert(alignof(SBZOnlineFunctionLibrary_ActivatePartyInviteOverlay) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_ActivatePartyInviteOverlay"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_ActivatePartyInviteOverlay) == 0x000008, "Wrong size on SBZOnlineFunctionLibrary_ActivatePartyInviteOverlay"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_ActivatePartyInviteOverlay, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_ActivatePartyInviteOverlay::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_ActivateProfileOverlay \ +static_assert(alignof(SBZOnlineFunctionLibrary_ActivateProfileOverlay) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_ActivateProfileOverlay"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_ActivateProfileOverlay) == 0x000030, "Wrong size on SBZOnlineFunctionLibrary_ActivateProfileOverlay"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_ActivateProfileOverlay, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_ActivateProfileOverlay::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_ActivateProfileOverlay, PlayerId) == 0x000008, "Member 'SBZOnlineFunctionLibrary_ActivateProfileOverlay::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_ActivateSessionInviteOverlay \ +static_assert(alignof(SBZOnlineFunctionLibrary_ActivateSessionInviteOverlay) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_ActivateSessionInviteOverlay"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_ActivateSessionInviteOverlay) == 0x000008, "Wrong size on SBZOnlineFunctionLibrary_ActivateSessionInviteOverlay"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_ActivateSessionInviteOverlay, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_ActivateSessionInviteOverlay::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_CanVoteForStayInParty \ +static_assert(alignof(SBZOnlineFunctionLibrary_CanVoteForStayInParty) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_CanVoteForStayInParty"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_CanVoteForStayInParty) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_CanVoteForStayInParty"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_CanVoteForStayInParty, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_CanVoteForStayInParty::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_CanVoteForStayInParty, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_CanVoteForStayInParty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_DebugGetSessionParameters \ +static_assert(alignof(SBZOnlineFunctionLibrary_DebugGetSessionParameters) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_DebugGetSessionParameters"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_DebugGetSessionParameters) == 0x000028, "Wrong size on SBZOnlineFunctionLibrary_DebugGetSessionParameters"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_DebugGetSessionParameters, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_DebugGetSessionParameters::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_DebugGetSessionParameters, SessionName) == 0x000008, "Member 'SBZOnlineFunctionLibrary_DebugGetSessionParameters::SessionName' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_DebugGetSessionParameters, ReturnValue) == 0x000018, "Member 'SBZOnlineFunctionLibrary_DebugGetSessionParameters::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_DebugJoinByInvite \ +static_assert(alignof(SBZOnlineFunctionLibrary_DebugJoinByInvite) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_DebugJoinByInvite"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_DebugJoinByInvite) == 0x0001E8, "Wrong size on SBZOnlineFunctionLibrary_DebugJoinByInvite"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_DebugJoinByInvite, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_DebugJoinByInvite::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_DebugJoinByInvite, InSessionToJoin) == 0x000008, "Member 'SBZOnlineFunctionLibrary_DebugJoinByInvite::InSessionToJoin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetAccelByteLinkedAccountsUrl \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetAccelByteLinkedAccountsUrl) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetAccelByteLinkedAccountsUrl"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetAccelByteLinkedAccountsUrl) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_GetAccelByteLinkedAccountsUrl"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetAccelByteLinkedAccountsUrl, ReturnValue) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetAccelByteLinkedAccountsUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetAccelBytePlatformType \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetAccelBytePlatformType) == 0x000001, "Wrong alignment on SBZOnlineFunctionLibrary_GetAccelBytePlatformType"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetAccelBytePlatformType) == 0x000001, "Wrong size on SBZOnlineFunctionLibrary_GetAccelBytePlatformType"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetAccelBytePlatformType, ReturnValue) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetAccelBytePlatformType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetAccelbytePlatformTypeFromFirstPartyPlatformType \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetAccelbytePlatformTypeFromFirstPartyPlatformType) == 0x000001, "Wrong alignment on SBZOnlineFunctionLibrary_GetAccelbytePlatformTypeFromFirstPartyPlatformType"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetAccelbytePlatformTypeFromFirstPartyPlatformType) == 0x000002, "Wrong size on SBZOnlineFunctionLibrary_GetAccelbytePlatformTypeFromFirstPartyPlatformType"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetAccelbytePlatformTypeFromFirstPartyPlatformType, FirstPartyPlatform) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetAccelbytePlatformTypeFromFirstPartyPlatformType::FirstPartyPlatform' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetAccelbytePlatformTypeFromFirstPartyPlatformType, ReturnValue) == 0x000001, "Member 'SBZOnlineFunctionLibrary_GetAccelbytePlatformTypeFromFirstPartyPlatformType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetAllPlayersUniqueNetIds \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetAllPlayersUniqueNetIds) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetAllPlayersUniqueNetIds"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetAllPlayersUniqueNetIds) == 0x000018, "Wrong size on SBZOnlineFunctionLibrary_GetAllPlayersUniqueNetIds"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetAllPlayersUniqueNetIds, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetAllPlayersUniqueNetIds::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetAllPlayersUniqueNetIds, OutParam) == 0x000008, "Member 'SBZOnlineFunctionLibrary_GetAllPlayersUniqueNetIds::OutParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetBeaconMissionInfo \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetBeaconMissionInfo) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetBeaconMissionInfo"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetBeaconMissionInfo) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_GetBeaconMissionInfo"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetBeaconMissionInfo, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetBeaconMissionInfo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetBeaconMissionInfo, OutInfo) == 0x000008, "Member 'SBZOnlineFunctionLibrary_GetBeaconMissionInfo::OutInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetBuildVersion \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetBuildVersion) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetBuildVersion"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetBuildVersion) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_GetBuildVersion"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetBuildVersion, ReturnValue) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetBuildVersion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetConnectionsCount \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetConnectionsCount) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetConnectionsCount"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetConnectionsCount) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_GetConnectionsCount"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetConnectionsCount, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetConnectionsCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetConnectionsCount, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_GetConnectionsCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetDebugLoginAndPassword \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetDebugLoginAndPassword) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetDebugLoginAndPassword"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetDebugLoginAndPassword) == 0x000028, "Wrong size on SBZOnlineFunctionLibrary_GetDebugLoginAndPassword"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetDebugLoginAndPassword, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetDebugLoginAndPassword::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetDebugLoginAndPassword, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_GetDebugLoginAndPassword::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetDebugMatchmakingGroup \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetDebugMatchmakingGroup) == 0x000004, "Wrong alignment on SBZOnlineFunctionLibrary_GetDebugMatchmakingGroup"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetDebugMatchmakingGroup) == 0x000004, "Wrong size on SBZOnlineFunctionLibrary_GetDebugMatchmakingGroup"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetDebugMatchmakingGroup, ReturnValue) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetDebugMatchmakingGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetDebugRandomSeed \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetDebugRandomSeed) == 0x000004, "Wrong alignment on SBZOnlineFunctionLibrary_GetDebugRandomSeed"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetDebugRandomSeed) == 0x000004, "Wrong size on SBZOnlineFunctionLibrary_GetDebugRandomSeed"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetDebugRandomSeed, ReturnValue) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetDebugRandomSeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetDifficultyIdxArgument \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetDifficultyIdxArgument) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetDifficultyIdxArgument"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetDifficultyIdxArgument) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_GetDifficultyIdxArgument"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetDifficultyIdxArgument, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetDifficultyIdxArgument::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetDifficultyIdxArgument, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_GetDifficultyIdxArgument::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetFirstPartyPlatform \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetFirstPartyPlatform) == 0x000001, "Wrong alignment on SBZOnlineFunctionLibrary_GetFirstPartyPlatform"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetFirstPartyPlatform) == 0x000001, "Wrong size on SBZOnlineFunctionLibrary_GetFirstPartyPlatform"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetFirstPartyPlatform, ReturnValue) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetFirstPartyPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetFoundPlayersCount \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetFoundPlayersCount) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetFoundPlayersCount"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetFoundPlayersCount) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_GetFoundPlayersCount"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetFoundPlayersCount, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetFoundPlayersCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetFoundPlayersCount, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_GetFoundPlayersCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetHostingProvider \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetHostingProvider) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetHostingProvider"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetHostingProvider) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_GetHostingProvider"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetHostingProvider, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetHostingProvider::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetHostingProvider, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_GetHostingProvider::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetLastMatchID \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetLastMatchID) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetLastMatchID"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetLastMatchID) == 0x000018, "Wrong size on SBZOnlineFunctionLibrary_GetLastMatchID"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetLastMatchID, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetLastMatchID::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetLastMatchID, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_GetLastMatchID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetMatchmakingParameters \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetMatchmakingParameters) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetMatchmakingParameters"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetMatchmakingParameters) == 0x000040, "Wrong size on SBZOnlineFunctionLibrary_GetMatchmakingParameters"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetMatchmakingParameters, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetMatchmakingParameters::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetMatchmakingParameters, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_GetMatchmakingParameters::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetMatchmakingProvider \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetMatchmakingProvider) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetMatchmakingProvider"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetMatchmakingProvider) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_GetMatchmakingProvider"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetMatchmakingProvider, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetMatchmakingProvider::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetMatchmakingProvider, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_GetMatchmakingProvider::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetMaxPlayersArgument \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetMaxPlayersArgument) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetMaxPlayersArgument"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetMaxPlayersArgument) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_GetMaxPlayersArgument"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetMaxPlayersArgument, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetMaxPlayersArgument::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetMaxPlayersArgument, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_GetMaxPlayersArgument::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetMaxPlayersForSession \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetMaxPlayersForSession) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetMaxPlayersForSession"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetMaxPlayersForSession) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_GetMaxPlayersForSession"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetMaxPlayersForSession, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetMaxPlayersForSession::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetMaxPlayersForSession, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_GetMaxPlayersForSession::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetNetworkVersion \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetNetworkVersion) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetNetworkVersion"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetNetworkVersion) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_GetNetworkVersion"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetNetworkVersion, ReturnValue) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetNetworkVersion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetOverrideAccelbyteGameMode \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetOverrideAccelbyteGameMode) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetOverrideAccelbyteGameMode"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetOverrideAccelbyteGameMode) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_GetOverrideAccelbyteGameMode"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetOverrideAccelbyteGameMode, ReturnValue) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetOverrideAccelbyteGameMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetOverrideLevelName \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetOverrideLevelName) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetOverrideLevelName"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetOverrideLevelName) == 0x000018, "Wrong size on SBZOnlineFunctionLibrary_GetOverrideLevelName"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetOverrideLevelName, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetOverrideLevelName::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetOverrideLevelName, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_GetOverrideLevelName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetPartyData \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetPartyData) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetPartyData"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetPartyData) == 0x000060, "Wrong size on SBZOnlineFunctionLibrary_GetPartyData"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPartyData, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetPartyData::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPartyData, OutPartyData) == 0x000008, "Member 'SBZOnlineFunctionLibrary_GetPartyData::OutPartyData' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPartyData, ReturnValue) == 0x000058, "Member 'SBZOnlineFunctionLibrary_GetPartyData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetPartyJoinType \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetPartyJoinType) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetPartyJoinType"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetPartyJoinType) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_GetPartyJoinType"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPartyJoinType, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetPartyJoinType::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPartyJoinType, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_GetPartyJoinType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetPartyMemberAvatar \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetPartyMemberAvatar) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetPartyMemberAvatar"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetPartyMemberAvatar) == 0x000018, "Wrong size on SBZOnlineFunctionLibrary_GetPartyMemberAvatar"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPartyMemberAvatar, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetPartyMemberAvatar::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPartyMemberAvatar, PlayerIndex) == 0x000008, "Member 'SBZOnlineFunctionLibrary_GetPartyMemberAvatar::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPartyMemberAvatar, ReturnValue) == 0x000010, "Member 'SBZOnlineFunctionLibrary_GetPartyMemberAvatar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetPartyMembersCount \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetPartyMembersCount) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetPartyMembersCount"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetPartyMembersCount) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_GetPartyMembersCount"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPartyMembersCount, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetPartyMembersCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPartyMembersCount, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_GetPartyMembersCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetPathNameFromLevelIdx \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetPathNameFromLevelIdx) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetPathNameFromLevelIdx"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetPathNameFromLevelIdx) == 0x000030, "Wrong size on SBZOnlineFunctionLibrary_GetPathNameFromLevelIdx"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPathNameFromLevelIdx, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetPathNameFromLevelIdx::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPathNameFromLevelIdx, LevelIdx) == 0x000008, "Member 'SBZOnlineFunctionLibrary_GetPathNameFromLevelIdx::LevelIdx' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPathNameFromLevelIdx, ReturnValue) == 0x000010, "Member 'SBZOnlineFunctionLibrary_GetPathNameFromLevelIdx::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetPlatform \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetPlatform) == 0x000001, "Wrong alignment on SBZOnlineFunctionLibrary_GetPlatform"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetPlatform) == 0x000001, "Wrong size on SBZOnlineFunctionLibrary_GetPlatform"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPlatform, ReturnValue) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetPlatformFromAccelbytePlatformId \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetPlatformFromAccelbytePlatformId) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetPlatformFromAccelbytePlatformId"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetPlatformFromAccelbytePlatformId) == 0x000018, "Wrong size on SBZOnlineFunctionLibrary_GetPlatformFromAccelbytePlatformId"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPlatformFromAccelbytePlatformId, AccelbytePlatformId) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetPlatformFromAccelbytePlatformId::AccelbytePlatformId' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPlatformFromAccelbytePlatformId, ReturnValue) == 0x000010, "Member 'SBZOnlineFunctionLibrary_GetPlatformFromAccelbytePlatformId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetPlatformFromFirstPartyPlatformType \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetPlatformFromFirstPartyPlatformType) == 0x000001, "Wrong alignment on SBZOnlineFunctionLibrary_GetPlatformFromFirstPartyPlatformType"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetPlatformFromFirstPartyPlatformType) == 0x000002, "Wrong size on SBZOnlineFunctionLibrary_GetPlatformFromFirstPartyPlatformType"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPlatformFromFirstPartyPlatformType, FirstPartyPlatform) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetPlatformFromFirstPartyPlatformType::FirstPartyPlatform' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPlatformFromFirstPartyPlatformType, ReturnValue) == 0x000001, "Member 'SBZOnlineFunctionLibrary_GetPlatformFromFirstPartyPlatformType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetPlayerAvatar \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetPlayerAvatar) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetPlayerAvatar"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetPlayerAvatar) == 0x000018, "Wrong size on SBZOnlineFunctionLibrary_GetPlayerAvatar"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPlayerAvatar, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetPlayerAvatar::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPlayerAvatar, PlayerIndex) == 0x000008, "Member 'SBZOnlineFunctionLibrary_GetPlayerAvatar::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPlayerAvatar, ReturnValue) == 0x000010, "Member 'SBZOnlineFunctionLibrary_GetPlayerAvatar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetPlayerAvatarByUniqueId \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetPlayerAvatarByUniqueId) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetPlayerAvatarByUniqueId"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetPlayerAvatarByUniqueId) == 0x000038, "Wrong size on SBZOnlineFunctionLibrary_GetPlayerAvatarByUniqueId"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPlayerAvatarByUniqueId, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetPlayerAvatarByUniqueId::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPlayerAvatarByUniqueId, UniqueNetId) == 0x000008, "Member 'SBZOnlineFunctionLibrary_GetPlayerAvatarByUniqueId::UniqueNetId' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPlayerAvatarByUniqueId, ReturnValue) == 0x000030, "Member 'SBZOnlineFunctionLibrary_GetPlayerAvatarByUniqueId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetPlayerDisplayNameByUniqueId \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetPlayerDisplayNameByUniqueId) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetPlayerDisplayNameByUniqueId"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetPlayerDisplayNameByUniqueId) == 0x000040, "Wrong size on SBZOnlineFunctionLibrary_GetPlayerDisplayNameByUniqueId"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPlayerDisplayNameByUniqueId, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetPlayerDisplayNameByUniqueId::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPlayerDisplayNameByUniqueId, UniqueNetId) == 0x000008, "Member 'SBZOnlineFunctionLibrary_GetPlayerDisplayNameByUniqueId::UniqueNetId' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPlayerDisplayNameByUniqueId, ReturnValue) == 0x000030, "Member 'SBZOnlineFunctionLibrary_GetPlayerDisplayNameByUniqueId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetPlayersCount \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetPlayersCount) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetPlayersCount"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetPlayersCount) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_GetPlayersCount"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPlayersCount, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetPlayersCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetPlayersCount, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_GetPlayersCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetSBZOnline \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetSBZOnline) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetSBZOnline"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetSBZOnline) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_GetSBZOnline"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetSBZOnline, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetSBZOnline::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetSBZOnline, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_GetSBZOnline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetSecurityCompaniesArgument \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetSecurityCompaniesArgument) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetSecurityCompaniesArgument"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetSecurityCompaniesArgument) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_GetSecurityCompaniesArgument"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetSecurityCompaniesArgument, ReturnValue) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetSecurityCompaniesArgument::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetSecurityCompanyListForDifficulty \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetSecurityCompanyListForDifficulty) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetSecurityCompanyListForDifficulty"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetSecurityCompanyListForDifficulty) == 0x000030, "Wrong size on SBZOnlineFunctionLibrary_GetSecurityCompanyListForDifficulty"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetSecurityCompanyListForDifficulty, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetSecurityCompanyListForDifficulty::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetSecurityCompanyListForDifficulty, LevelName) == 0x000008, "Member 'SBZOnlineFunctionLibrary_GetSecurityCompanyListForDifficulty::LevelName' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetSecurityCompanyListForDifficulty, Difficulty) == 0x000018, "Member 'SBZOnlineFunctionLibrary_GetSecurityCompanyListForDifficulty::Difficulty' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetSecurityCompanyListForDifficulty, ReturnValue) == 0x000020, "Member 'SBZOnlineFunctionLibrary_GetSecurityCompanyListForDifficulty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetSessionInfo \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetSessionInfo) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetSessionInfo"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetSessionInfo) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_GetSessionInfo"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetSessionInfo, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetSessionInfo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetSessionInfo, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_GetSessionInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetSingleNameToShow \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetSingleNameToShow) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetSingleNameToShow"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetSingleNameToShow) == 0x000038, "Wrong size on SBZOnlineFunctionLibrary_GetSingleNameToShow"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetSingleNameToShow, PlatformName) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetSingleNameToShow::PlatformName' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetSingleNameToShow, NebulaName) == 0x000010, "Member 'SBZOnlineFunctionLibrary_GetSingleNameToShow::NebulaName' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetSingleNameToShow, Platform) == 0x000020, "Member 'SBZOnlineFunctionLibrary_GetSingleNameToShow::Platform' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetSingleNameToShow, ReturnValue) == 0x000028, "Member 'SBZOnlineFunctionLibrary_GetSingleNameToShow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_GetUiLobbyInfo \ +static_assert(alignof(SBZOnlineFunctionLibrary_GetUiLobbyInfo) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_GetUiLobbyInfo"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_GetUiLobbyInfo) == 0x000018, "Wrong size on SBZOnlineFunctionLibrary_GetUiLobbyInfo"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetUiLobbyInfo, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_GetUiLobbyInfo::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_GetUiLobbyInfo, OutInfo) == 0x000008, "Member 'SBZOnlineFunctionLibrary_GetUiLobbyInfo::OutInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_HasCrossplayUserPrivilege \ +static_assert(alignof(SBZOnlineFunctionLibrary_HasCrossplayUserPrivilege) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_HasCrossplayUserPrivilege"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_HasCrossplayUserPrivilege) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_HasCrossplayUserPrivilege"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_HasCrossplayUserPrivilege, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_HasCrossplayUserPrivilege::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_HasCrossplayUserPrivilege, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_HasCrossplayUserPrivilege::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_HasPrivilege \ +static_assert(alignof(SBZOnlineFunctionLibrary_HasPrivilege) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_HasPrivilege"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_HasPrivilege) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_HasPrivilege"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_HasPrivilege, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_HasPrivilege::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_HasPrivilege, Privilege) == 0x000008, "Member 'SBZOnlineFunctionLibrary_HasPrivilege::Privilege' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_HasPrivilege, ReturnValue) == 0x000009, "Member 'SBZOnlineFunctionLibrary_HasPrivilege::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_HideSessionFromJoin \ +static_assert(alignof(SBZOnlineFunctionLibrary_HideSessionFromJoin) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_HideSessionFromJoin"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_HideSessionFromJoin) == 0x000008, "Wrong size on SBZOnlineFunctionLibrary_HideSessionFromJoin"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_HideSessionFromJoin, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_HideSessionFromJoin::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_HostRequestRestartLevel \ +static_assert(alignof(SBZOnlineFunctionLibrary_HostRequestRestartLevel) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_HostRequestRestartLevel"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_HostRequestRestartLevel) == 0x000008, "Wrong size on SBZOnlineFunctionLibrary_HostRequestRestartLevel"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_HostRequestRestartLevel, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_HostRequestRestartLevel::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsAccelByteMatchmakingDisabled \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsAccelByteMatchmakingDisabled) == 0x000001, "Wrong alignment on SBZOnlineFunctionLibrary_IsAccelByteMatchmakingDisabled"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsAccelByteMatchmakingDisabled) == 0x000001, "Wrong size on SBZOnlineFunctionLibrary_IsAccelByteMatchmakingDisabled"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsAccelByteMatchmakingDisabled, ReturnValue) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsAccelByteMatchmakingDisabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsAccelByteV2SessionsEnabled \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsAccelByteV2SessionsEnabled) == 0x000001, "Wrong alignment on SBZOnlineFunctionLibrary_IsAccelByteV2SessionsEnabled"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsAccelByteV2SessionsEnabled) == 0x000001, "Wrong size on SBZOnlineFunctionLibrary_IsAccelByteV2SessionsEnabled"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsAccelByteV2SessionsEnabled, ReturnValue) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsAccelByteV2SessionsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsActionPhaseClient \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsActionPhaseClient) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_IsActionPhaseClient"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsActionPhaseClient) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_IsActionPhaseClient"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsActionPhaseClient, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsActionPhaseClient::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsActionPhaseClient, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_IsActionPhaseClient::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsDebugRandomSeedProvided \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsDebugRandomSeedProvided) == 0x000001, "Wrong alignment on SBZOnlineFunctionLibrary_IsDebugRandomSeedProvided"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsDebugRandomSeedProvided) == 0x000001, "Wrong size on SBZOnlineFunctionLibrary_IsDebugRandomSeedProvided"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsDebugRandomSeedProvided, ReturnValue) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsDebugRandomSeedProvided::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsDifficultyArgumentProvided \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsDifficultyArgumentProvided) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_IsDifficultyArgumentProvided"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsDifficultyArgumentProvided) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_IsDifficultyArgumentProvided"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsDifficultyArgumentProvided, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsDifficultyArgumentProvided::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsDifficultyArgumentProvided, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_IsDifficultyArgumentProvided::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsEOSActive \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsEOSActive) == 0x000001, "Wrong alignment on SBZOnlineFunctionLibrary_IsEOSActive"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsEOSActive) == 0x000001, "Wrong size on SBZOnlineFunctionLibrary_IsEOSActive"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsEOSActive, ReturnValue) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsEOSActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsForceLocalProgressionSaveFile \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsForceLocalProgressionSaveFile) == 0x000001, "Wrong alignment on SBZOnlineFunctionLibrary_IsForceLocalProgressionSaveFile"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsForceLocalProgressionSaveFile) == 0x000001, "Wrong size on SBZOnlineFunctionLibrary_IsForceLocalProgressionSaveFile"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsForceLocalProgressionSaveFile, ReturnValue) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsForceLocalProgressionSaveFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsInParty \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsInParty) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_IsInParty"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsInParty) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_IsInParty"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsInParty, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsInParty::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsInParty, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_IsInParty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsInSession \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsInSession) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_IsInSession"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsInSession) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_IsInSession"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsInSession, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsInSession::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsInSession, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_IsInSession::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsLobbyClient \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsLobbyClient) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_IsLobbyClient"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsLobbyClient) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_IsLobbyClient"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsLobbyClient, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsLobbyClient::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsLobbyClient, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_IsLobbyClient::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsLobbyHost \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsLobbyHost) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_IsLobbyHost"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsLobbyHost) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_IsLobbyHost"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsLobbyHost, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsLobbyHost::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsLobbyHost, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_IsLobbyHost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsLocalClientReady \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsLocalClientReady) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_IsLocalClientReady"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsLocalClientReady) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_IsLocalClientReady"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsLocalClientReady, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsLocalClientReady::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsLocalClientReady, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_IsLocalClientReady::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsLocalPlayerInDropInLobby \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsLocalPlayerInDropInLobby) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_IsLocalPlayerInDropInLobby"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsLocalPlayerInDropInLobby) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_IsLocalPlayerInDropInLobby"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsLocalPlayerInDropInLobby, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsLocalPlayerInDropInLobby::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsLocalPlayerInDropInLobby, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_IsLocalPlayerInDropInLobby::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsLocalPlayerSessionHost \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsLocalPlayerSessionHost) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_IsLocalPlayerSessionHost"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsLocalPlayerSessionHost) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_IsLocalPlayerSessionHost"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsLocalPlayerSessionHost, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsLocalPlayerSessionHost::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsLocalPlayerSessionHost, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_IsLocalPlayerSessionHost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsNewPlayer \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsNewPlayer) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_IsNewPlayer"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsNewPlayer) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_IsNewPlayer"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsNewPlayer, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsNewPlayer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsNewPlayer, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_IsNewPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsNoChallenges \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsNoChallenges) == 0x000001, "Wrong alignment on SBZOnlineFunctionLibrary_IsNoChallenges"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsNoChallenges) == 0x000001, "Wrong size on SBZOnlineFunctionLibrary_IsNoChallenges"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsNoChallenges, ReturnValue) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsNoChallenges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsNoHud \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsNoHud) == 0x000001, "Wrong alignment on SBZOnlineFunctionLibrary_IsNoHud"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsNoHud) == 0x000001, "Wrong size on SBZOnlineFunctionLibrary_IsNoHud"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsNoHud, ReturnValue) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsNoHud::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsNoSteam \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsNoSteam) == 0x000001, "Wrong alignment on SBZOnlineFunctionLibrary_IsNoSteam"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsNoSteam) == 0x000001, "Wrong size on SBZOnlineFunctionLibrary_IsNoSteam"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsNoSteam, ReturnValue) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsNoSteam::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsOwnUniqueId \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsOwnUniqueId) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_IsOwnUniqueId"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsOwnUniqueId) == 0x000038, "Wrong size on SBZOnlineFunctionLibrary_IsOwnUniqueId"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsOwnUniqueId, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsOwnUniqueId::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsOwnUniqueId, UniqueNetId) == 0x000008, "Member 'SBZOnlineFunctionLibrary_IsOwnUniqueId::UniqueNetId' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsOwnUniqueId, ReturnValue) == 0x000030, "Member 'SBZOnlineFunctionLibrary_IsOwnUniqueId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsPartyClient \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsPartyClient) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_IsPartyClient"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsPartyClient) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_IsPartyClient"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsPartyClient, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsPartyClient::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsPartyClient, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_IsPartyClient::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsPartyHost \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsPartyHost) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_IsPartyHost"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsPartyHost) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_IsPartyHost"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsPartyHost, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsPartyHost::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsPartyHost, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_IsPartyHost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsPartyOwner \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsPartyOwner) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_IsPartyOwner"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsPartyOwner) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_IsPartyOwner"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsPartyOwner, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsPartyOwner::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsPartyOwner, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_IsPartyOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsPlayerInParty \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsPlayerInParty) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_IsPlayerInParty"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsPlayerInParty) == 0x000038, "Wrong size on SBZOnlineFunctionLibrary_IsPlayerInParty"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsPlayerInParty, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsPlayerInParty::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsPlayerInParty, UniqueNetId) == 0x000008, "Member 'SBZOnlineFunctionLibrary_IsPlayerInParty::UniqueNetId' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsPlayerInParty, ReturnValue) == 0x000030, "Member 'SBZOnlineFunctionLibrary_IsPlayerInParty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsPlayerMuted \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsPlayerMuted) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_IsPlayerMuted"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsPlayerMuted) == 0x000038, "Wrong size on SBZOnlineFunctionLibrary_IsPlayerMuted"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsPlayerMuted, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsPlayerMuted::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsPlayerMuted, UniqueNetId) == 0x000008, "Member 'SBZOnlineFunctionLibrary_IsPlayerMuted::UniqueNetId' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsPlayerMuted, ReturnValue) == 0x000030, "Member 'SBZOnlineFunctionLibrary_IsPlayerMuted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsPlayerPartyOwner \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsPlayerPartyOwner) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_IsPlayerPartyOwner"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsPlayerPartyOwner) == 0x000038, "Wrong size on SBZOnlineFunctionLibrary_IsPlayerPartyOwner"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsPlayerPartyOwner, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsPlayerPartyOwner::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsPlayerPartyOwner, UniqueNetId) == 0x000008, "Member 'SBZOnlineFunctionLibrary_IsPlayerPartyOwner::UniqueNetId' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsPlayerPartyOwner, ReturnValue) == 0x000030, "Member 'SBZOnlineFunctionLibrary_IsPlayerPartyOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsProductOwned \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsProductOwned) == 0x000004, "Wrong alignment on SBZOnlineFunctionLibrary_IsProductOwned"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsProductOwned) == 0x000008, "Wrong size on SBZOnlineFunctionLibrary_IsProductOwned"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsProductOwned, ProductId) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsProductOwned::ProductId' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsProductOwned, ReturnValue) == 0x000004, "Member 'SBZOnlineFunctionLibrary_IsProductOwned::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsRequestInProgress \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsRequestInProgress) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_IsRequestInProgress"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsRequestInProgress) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_IsRequestInProgress"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsRequestInProgress, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsRequestInProgress::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsRequestInProgress, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_IsRequestInProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsSameUniqueId \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsSameUniqueId) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_IsSameUniqueId"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsSameUniqueId) == 0x000058, "Wrong size on SBZOnlineFunctionLibrary_IsSameUniqueId"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsSameUniqueId, UniqueNetIdA) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsSameUniqueId::UniqueNetIdA' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsSameUniqueId, UniqueNetIdB) == 0x000028, "Member 'SBZOnlineFunctionLibrary_IsSameUniqueId::UniqueNetIdB' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsSameUniqueId, ReturnValue) == 0x000050, "Member 'SBZOnlineFunctionLibrary_IsSameUniqueId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsSecurityCompaniesProvided \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsSecurityCompaniesProvided) == 0x000001, "Wrong alignment on SBZOnlineFunctionLibrary_IsSecurityCompaniesProvided"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsSecurityCompaniesProvided) == 0x000001, "Wrong size on SBZOnlineFunctionLibrary_IsSecurityCompaniesProvided"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsSecurityCompaniesProvided, ReturnValue) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsSecurityCompaniesProvided::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsServerAcceptingSlots \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsServerAcceptingSlots) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_IsServerAcceptingSlots"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsServerAcceptingSlots) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_IsServerAcceptingSlots"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsServerAcceptingSlots, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsServerAcceptingSlots::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsServerAcceptingSlots, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_IsServerAcceptingSlots::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsServerBrowserEnabled \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsServerBrowserEnabled) == 0x000001, "Wrong alignment on SBZOnlineFunctionLibrary_IsServerBrowserEnabled"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsServerBrowserEnabled) == 0x000001, "Wrong size on SBZOnlineFunctionLibrary_IsServerBrowserEnabled"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsServerBrowserEnabled, ReturnValue) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsServerBrowserEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsSessionHosted \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsSessionHosted) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_IsSessionHosted"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsSessionHosted) == 0x000020, "Wrong size on SBZOnlineFunctionLibrary_IsSessionHosted"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsSessionHosted, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsSessionHosted::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsSessionHosted, OutHostId) == 0x000008, "Member 'SBZOnlineFunctionLibrary_IsSessionHosted::OutHostId' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsSessionHosted, ReturnValue) == 0x000018, "Member 'SBZOnlineFunctionLibrary_IsSessionHosted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsShippingBuild \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsShippingBuild) == 0x000001, "Wrong alignment on SBZOnlineFunctionLibrary_IsShippingBuild"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsShippingBuild) == 0x000001, "Wrong size on SBZOnlineFunctionLibrary_IsShippingBuild"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsShippingBuild, ReturnValue) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsShippingBuild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsSoloGame \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsSoloGame) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_IsSoloGame"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsSoloGame) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_IsSoloGame"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsSoloGame, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsSoloGame::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsSoloGame, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_IsSoloGame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsSoloGameEnabled \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsSoloGameEnabled) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_IsSoloGameEnabled"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsSoloGameEnabled) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_IsSoloGameEnabled"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsSoloGameEnabled, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsSoloGameEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsSoloGameEnabled, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_IsSoloGameEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsSteamActive \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsSteamActive) == 0x000001, "Wrong alignment on SBZOnlineFunctionLibrary_IsSteamActive"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsSteamActive) == 0x000001, "Wrong size on SBZOnlineFunctionLibrary_IsSteamActive"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsSteamActive, ReturnValue) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsSteamActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsTitleOnline \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsTitleOnline) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_IsTitleOnline"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsTitleOnline) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_IsTitleOnline"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsTitleOnline, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsTitleOnline::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsTitleOnline, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_IsTitleOnline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsUserOnline \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsUserOnline) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_IsUserOnline"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsUserOnline) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_IsUserOnline"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsUserOnline, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsUserOnline::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsUserOnline, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_IsUserOnline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_IsWinGDKActive \ +static_assert(alignof(SBZOnlineFunctionLibrary_IsWinGDKActive) == 0x000001, "Wrong alignment on SBZOnlineFunctionLibrary_IsWinGDKActive"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_IsWinGDKActive) == 0x000001, "Wrong size on SBZOnlineFunctionLibrary_IsWinGDKActive"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_IsWinGDKActive, ReturnValue) == 0x000000, "Member 'SBZOnlineFunctionLibrary_IsWinGDKActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_JoinMatchmakingSessionByID \ +static_assert(alignof(SBZOnlineFunctionLibrary_JoinMatchmakingSessionByID) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_JoinMatchmakingSessionByID"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_JoinMatchmakingSessionByID) == 0x000020, "Wrong size on SBZOnlineFunctionLibrary_JoinMatchmakingSessionByID"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_JoinMatchmakingSessionByID, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_JoinMatchmakingSessionByID::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_JoinMatchmakingSessionByID, SessionID) == 0x000008, "Member 'SBZOnlineFunctionLibrary_JoinMatchmakingSessionByID::SessionID' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_JoinMatchmakingSessionByID, LevelIdx) == 0x000018, "Member 'SBZOnlineFunctionLibrary_JoinMatchmakingSessionByID::LevelIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_KickPlayerFromGameSession \ +static_assert(alignof(SBZOnlineFunctionLibrary_KickPlayerFromGameSession) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_KickPlayerFromGameSession"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_KickPlayerFromGameSession) == 0x000028, "Wrong size on SBZOnlineFunctionLibrary_KickPlayerFromGameSession"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_KickPlayerFromGameSession, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_KickPlayerFromGameSession::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_KickPlayerFromGameSession, InPlayerToKickId) == 0x000008, "Member 'SBZOnlineFunctionLibrary_KickPlayerFromGameSession::InPlayerToKickId' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_KickPlayerFromGameSession, InPlayerToKickPlatformId) == 0x000018, "Member 'SBZOnlineFunctionLibrary_KickPlayerFromGameSession::InPlayerToKickPlatformId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_LevelIdxToPath \ +static_assert(alignof(SBZOnlineFunctionLibrary_LevelIdxToPath) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_LevelIdxToPath"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_LevelIdxToPath) == 0x000028, "Wrong size on SBZOnlineFunctionLibrary_LevelIdxToPath"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_LevelIdxToPath, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_LevelIdxToPath::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_LevelIdxToPath, ReturnValue) == 0x000008, "Member 'SBZOnlineFunctionLibrary_LevelIdxToPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_MutePlayer \ +static_assert(alignof(SBZOnlineFunctionLibrary_MutePlayer) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_MutePlayer"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_MutePlayer) == 0x000030, "Wrong size on SBZOnlineFunctionLibrary_MutePlayer"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_MutePlayer, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_MutePlayer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_MutePlayer, UniqueNetId) == 0x000008, "Member 'SBZOnlineFunctionLibrary_MutePlayer::UniqueNetId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_OpenDlcInFirstPartyStore \ +static_assert(alignof(SBZOnlineFunctionLibrary_OpenDlcInFirstPartyStore) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_OpenDlcInFirstPartyStore"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_OpenDlcInFirstPartyStore) == 0x000018, "Wrong size on SBZOnlineFunctionLibrary_OpenDlcInFirstPartyStore"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_OpenDlcInFirstPartyStore, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_OpenDlcInFirstPartyStore::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_OpenDlcInFirstPartyStore, ProductId) == 0x000008, "Member 'SBZOnlineFunctionLibrary_OpenDlcInFirstPartyStore::ProductId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_OpenPlatformUrl \ +static_assert(alignof(SBZOnlineFunctionLibrary_OpenPlatformUrl) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_OpenPlatformUrl"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_OpenPlatformUrl) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_OpenPlatformUrl"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_OpenPlatformUrl, InUrl) == 0x000000, "Member 'SBZOnlineFunctionLibrary_OpenPlatformUrl::InUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_RequestCreateAccount \ +static_assert(alignof(SBZOnlineFunctionLibrary_RequestCreateAccount) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_RequestCreateAccount"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_RequestCreateAccount) == 0x000068, "Wrong size on SBZOnlineFunctionLibrary_RequestCreateAccount"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_RequestCreateAccount, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_RequestCreateAccount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_RequestCreateAccount, RegistrationFieldInfo) == 0x000008, "Member 'SBZOnlineFunctionLibrary_RequestCreateAccount::RegistrationFieldInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_RequestDirectJoin \ +static_assert(alignof(SBZOnlineFunctionLibrary_RequestDirectJoin) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_RequestDirectJoin"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_RequestDirectJoin) == 0x000008, "Wrong size on SBZOnlineFunctionLibrary_RequestDirectJoin"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_RequestDirectJoin, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_RequestDirectJoin::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_RequestLogin \ +static_assert(alignof(SBZOnlineFunctionLibrary_RequestLogin) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_RequestLogin"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_RequestLogin) == 0x000028, "Wrong size on SBZOnlineFunctionLibrary_RequestLogin"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_RequestLogin, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_RequestLogin::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_RequestLogin, LoginFieldInfo) == 0x000008, "Member 'SBZOnlineFunctionLibrary_RequestLogin::LoginFieldInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_RequestLoginWithDeviceID \ +static_assert(alignof(SBZOnlineFunctionLibrary_RequestLoginWithDeviceID) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_RequestLoginWithDeviceID"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_RequestLoginWithDeviceID) == 0x000008, "Wrong size on SBZOnlineFunctionLibrary_RequestLoginWithDeviceID"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_RequestLoginWithDeviceID, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_RequestLoginWithDeviceID::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_RequestRestartLevel \ +static_assert(alignof(SBZOnlineFunctionLibrary_RequestRestartLevel) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_RequestRestartLevel"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_RequestRestartLevel) == 0x000008, "Wrong size on SBZOnlineFunctionLibrary_RequestRestartLevel"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_RequestRestartLevel, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_RequestRestartLevel::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_RequestSteamLogin \ +static_assert(alignof(SBZOnlineFunctionLibrary_RequestSteamLogin) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_RequestSteamLogin"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_RequestSteamLogin) == 0x000008, "Wrong size on SBZOnlineFunctionLibrary_RequestSteamLogin"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_RequestSteamLogin, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_RequestSteamLogin::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_RequestVoteKickPlayer \ +static_assert(alignof(SBZOnlineFunctionLibrary_RequestVoteKickPlayer) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_RequestVoteKickPlayer"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_RequestVoteKickPlayer) == 0x000030, "Wrong size on SBZOnlineFunctionLibrary_RequestVoteKickPlayer"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_RequestVoteKickPlayer, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_RequestVoteKickPlayer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_RequestVoteKickPlayer, PlayerTargeted) == 0x000008, "Member 'SBZOnlineFunctionLibrary_RequestVoteKickPlayer::PlayerTargeted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_RequestVoteRestartLevel \ +static_assert(alignof(SBZOnlineFunctionLibrary_RequestVoteRestartLevel) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_RequestVoteRestartLevel"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_RequestVoteRestartLevel) == 0x000008, "Wrong size on SBZOnlineFunctionLibrary_RequestVoteRestartLevel"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_RequestVoteRestartLevel, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_RequestVoteRestartLevel::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_SetAnalyticsManagerConsent \ +static_assert(alignof(SBZOnlineFunctionLibrary_SetAnalyticsManagerConsent) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_SetAnalyticsManagerConsent"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_SetAnalyticsManagerConsent) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_SetAnalyticsManagerConsent"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_SetAnalyticsManagerConsent, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_SetAnalyticsManagerConsent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_SetAnalyticsManagerConsent, bHasConsent) == 0x000008, "Member 'SBZOnlineFunctionLibrary_SetAnalyticsManagerConsent::bHasConsent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_SetLocalClientReady \ +static_assert(alignof(SBZOnlineFunctionLibrary_SetLocalClientReady) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_SetLocalClientReady"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_SetLocalClientReady) == 0x000010, "Wrong size on SBZOnlineFunctionLibrary_SetLocalClientReady"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_SetLocalClientReady, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_SetLocalClientReady::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_SetLocalClientReady, bIsClientReady) == 0x000008, "Member 'SBZOnlineFunctionLibrary_SetLocalClientReady::bIsClientReady' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_SetMatchmakingRegion \ +static_assert(alignof(SBZOnlineFunctionLibrary_SetMatchmakingRegion) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_SetMatchmakingRegion"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_SetMatchmakingRegion) == 0x000018, "Wrong size on SBZOnlineFunctionLibrary_SetMatchmakingRegion"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_SetMatchmakingRegion, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_SetMatchmakingRegion::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_SetMatchmakingRegion, MatchmakingRegion) == 0x000008, "Member 'SBZOnlineFunctionLibrary_SetMatchmakingRegion::MatchmakingRegion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_SetSoloGameDisabled \ +static_assert(alignof(SBZOnlineFunctionLibrary_SetSoloGameDisabled) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_SetSoloGameDisabled"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_SetSoloGameDisabled) == 0x000008, "Wrong size on SBZOnlineFunctionLibrary_SetSoloGameDisabled"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_SetSoloGameDisabled, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_SetSoloGameDisabled::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_SetSoloGameEnabled \ +static_assert(alignof(SBZOnlineFunctionLibrary_SetSoloGameEnabled) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_SetSoloGameEnabled"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_SetSoloGameEnabled) == 0x000008, "Wrong size on SBZOnlineFunctionLibrary_SetSoloGameEnabled"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_SetSoloGameEnabled, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_SetSoloGameEnabled::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineFunctionLibrary_UnmutePlayer \ +static_assert(alignof(SBZOnlineFunctionLibrary_UnmutePlayer) == 0x000008, "Wrong alignment on SBZOnlineFunctionLibrary_UnmutePlayer"); \ +static_assert(sizeof(SBZOnlineFunctionLibrary_UnmutePlayer) == 0x000030, "Wrong size on SBZOnlineFunctionLibrary_UnmutePlayer"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_UnmutePlayer, WorldContextObject) == 0x000000, "Member 'SBZOnlineFunctionLibrary_UnmutePlayer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineFunctionLibrary_UnmutePlayer, UniqueNetId) == 0x000008, "Member 'SBZOnlineFunctionLibrary_UnmutePlayer::UniqueNetId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOnlineFunctionLibrary \ +static_assert(alignof(USBZOnlineFunctionLibrary) == 0x000008, "Wrong alignment on USBZOnlineFunctionLibrary"); \ +static_assert(sizeof(USBZOnlineFunctionLibrary) == 0x000030, "Wrong size on USBZOnlineFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_USBZSkillFragGrenadeImpactGrenadesBase \ +static_assert(alignof(USBZSkillFragGrenadeImpactGrenadesBase) == 0x000008, "Wrong alignment on USBZSkillFragGrenadeImpactGrenadesBase"); \ +static_assert(sizeof(USBZSkillFragGrenadeImpactGrenadesBase) == 0x000230, "Wrong size on USBZSkillFragGrenadeImpactGrenadesBase"); \ + +#define DUMPER7_ASSERTS_SBZViewTargetCollectionInteraction_OnCompleteInteraction \ +static_assert(alignof(SBZViewTargetCollectionInteraction_OnCompleteInteraction) == 0x000008, "Wrong alignment on SBZViewTargetCollectionInteraction_OnCompleteInteraction"); \ +static_assert(sizeof(SBZViewTargetCollectionInteraction_OnCompleteInteraction) == 0x000018, "Wrong size on SBZViewTargetCollectionInteraction_OnCompleteInteraction"); \ +static_assert(offsetof(SBZViewTargetCollectionInteraction_OnCompleteInteraction, InInteractable) == 0x000000, "Member 'SBZViewTargetCollectionInteraction_OnCompleteInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZViewTargetCollectionInteraction_OnCompleteInteraction, Interactor) == 0x000008, "Member 'SBZViewTargetCollectionInteraction_OnCompleteInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZViewTargetCollectionInteraction_OnCompleteInteraction, bIsLocallyControlledInteractor) == 0x000010, "Member 'SBZViewTargetCollectionInteraction_OnCompleteInteraction::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZViewTargetCollectionInteraction_SetViewTargetCollection \ +static_assert(alignof(SBZViewTargetCollectionInteraction_SetViewTargetCollection) == 0x000008, "Wrong alignment on SBZViewTargetCollectionInteraction_SetViewTargetCollection"); \ +static_assert(sizeof(SBZViewTargetCollectionInteraction_SetViewTargetCollection) == 0x000008, "Wrong size on SBZViewTargetCollectionInteraction_SetViewTargetCollection"); \ +static_assert(offsetof(SBZViewTargetCollectionInteraction_SetViewTargetCollection, InActor) == 0x000000, "Member 'SBZViewTargetCollectionInteraction_SetViewTargetCollection::InActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZViewTargetCollectionInteraction \ +static_assert(alignof(ASBZViewTargetCollectionInteraction) == 0x000008, "Wrong alignment on ASBZViewTargetCollectionInteraction"); \ +static_assert(sizeof(ASBZViewTargetCollectionInteraction) == 0x0002B8, "Wrong size on ASBZViewTargetCollectionInteraction"); \ +static_assert(offsetof(ASBZViewTargetCollectionInteraction, ViewTargetCollection) == 0x0002A8, "Member 'ASBZViewTargetCollectionInteraction::ViewTargetCollection' has a wrong offset!"); \ +static_assert(offsetof(ASBZViewTargetCollectionInteraction, Interactable) == 0x0002B0, "Member 'ASBZViewTargetCollectionInteraction::Interactable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMaskMaterialApplier \ +static_assert(alignof(USBZMaskMaterialApplier) == 0x000008, "Wrong alignment on USBZMaskMaterialApplier"); \ +static_assert(sizeof(USBZMaskMaterialApplier) == 0x000030, "Wrong size on USBZMaskMaterialApplier"); \ + +#define DUMPER7_ASSERTS_USBZMaskPatternApplier \ +static_assert(alignof(USBZMaskPatternApplier) == 0x000008, "Wrong alignment on USBZMaskPatternApplier"); \ +static_assert(sizeof(USBZMaskPatternApplier) == 0x000030, "Wrong size on USBZMaskPatternApplier"); \ + +#define DUMPER7_ASSERTS_USBZOnlineSessionSearch \ +static_assert(alignof(USBZOnlineSessionSearch) == 0x000008, "Wrong alignment on USBZOnlineSessionSearch"); \ +static_assert(sizeof(USBZOnlineSessionSearch) == 0x0001B8, "Wrong size on USBZOnlineSessionSearch"); \ +static_assert(offsetof(USBZOnlineSessionSearch, SearchSessionParams) == 0x000030, "Member 'USBZOnlineSessionSearch::SearchSessionParams' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSessionSearch, DelayedSearchSessionParams) == 0x0000B8, "Member 'USBZOnlineSessionSearch::DelayedSearchSessionParams' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSessionSearch, GameSearchKeyword) == 0x000160, "Member 'USBZOnlineSessionSearch::GameSearchKeyword' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSessionSearch, bHostPartyByDefault) == 0x000170, "Member 'USBZOnlineSessionSearch::bHostPartyByDefault' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSessionSearch, SBZOnlineSessionUtils) == 0x000178, "Member 'USBZOnlineSessionSearch::SBZOnlineSessionUtils' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSessionSearch, SBZOnlineSessionRequestHandler) == 0x000180, "Member 'USBZOnlineSessionSearch::SBZOnlineSessionRequestHandler' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSessionSearch, SearchResults) == 0x0001A8, "Member 'USBZOnlineSessionSearch::SearchResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMaskSprayCanOnPatternGApplier \ +static_assert(alignof(USBZMaskSprayCanOnPatternGApplier) == 0x000008, "Wrong alignment on USBZMaskSprayCanOnPatternGApplier"); \ +static_assert(sizeof(USBZMaskSprayCanOnPatternGApplier) == 0x000038, "Wrong size on USBZMaskSprayCanOnPatternGApplier"); \ + +#define DUMPER7_ASSERTS_USBZSkillFragGrenadeScroungerBase \ +static_assert(alignof(USBZSkillFragGrenadeScroungerBase) == 0x000008, "Wrong alignment on USBZSkillFragGrenadeScroungerBase"); \ +static_assert(sizeof(USBZSkillFragGrenadeScroungerBase) == 0x000230, "Wrong size on USBZSkillFragGrenadeScroungerBase"); \ + +#define DUMPER7_ASSERTS_USBZMaskSprayCanOnPatternBApplier \ +static_assert(alignof(USBZMaskSprayCanOnPatternBApplier) == 0x000008, "Wrong alignment on USBZMaskSprayCanOnPatternBApplier"); \ +static_assert(sizeof(USBZMaskSprayCanOnPatternBApplier) == 0x000038, "Wrong size on USBZMaskSprayCanOnPatternBApplier"); \ + +#define DUMPER7_ASSERTS_USBZPawnSpawnPreviewActorConfig \ +static_assert(alignof(USBZPawnSpawnPreviewActorConfig) == 0x000008, "Wrong alignment on USBZPawnSpawnPreviewActorConfig"); \ +static_assert(sizeof(USBZPawnSpawnPreviewActorConfig) == 0x000050, "Wrong size on USBZPawnSpawnPreviewActorConfig"); \ +static_assert(offsetof(USBZPawnSpawnPreviewActorConfig, PreviewActorClassName) == 0x000030, "Member 'USBZPawnSpawnPreviewActorConfig::PreviewActorClassName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillLineData \ +static_assert(alignof(USBZSkillLineData) == 0x000008, "Wrong alignment on USBZSkillLineData"); \ +static_assert(sizeof(USBZSkillLineData) == 0x0001A0, "Wrong size on USBZSkillLineData"); \ +static_assert(offsetof(USBZSkillLineData, ProgressLevelID) == 0x000150, "Member 'USBZSkillLineData::ProgressLevelID' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillLineData, ResearchLevelID) == 0x00015C, "Member 'USBZSkillLineData::ResearchLevelID' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillLineData, ResearchLevel) == 0x000168, "Member 'USBZSkillLineData::ResearchLevel' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillLineData, BaseSkill) == 0x000170, "Member 'USBZSkillLineData::BaseSkill' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillLineData, AcedBaseSkill) == 0x000178, "Member 'USBZSkillLineData::AcedBaseSkill' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillLineData, UpgradeSkillArray) == 0x000180, "Member 'USBZSkillLineData::UpgradeSkillArray' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillLineData, MasterySkillArray) == 0x000190, "Member 'USBZSkillLineData::MasterySkillArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMaskSprayCanOnPatternAApplier \ +static_assert(alignof(USBZMaskSprayCanOnPatternAApplier) == 0x000008, "Wrong alignment on USBZMaskSprayCanOnPatternAApplier"); \ +static_assert(sizeof(USBZMaskSprayCanOnPatternAApplier) == 0x000038, "Wrong size on USBZMaskSprayCanOnPatternAApplier"); \ + +#define DUMPER7_ASSERTS_SBZWheeledVehicleAudioComponent_PlayBreakSound \ +static_assert(alignof(SBZWheeledVehicleAudioComponent_PlayBreakSound) == 0x000004, "Wrong alignment on SBZWheeledVehicleAudioComponent_PlayBreakSound"); \ +static_assert(sizeof(SBZWheeledVehicleAudioComponent_PlayBreakSound) == 0x000004, "Wrong size on SBZWheeledVehicleAudioComponent_PlayBreakSound"); \ +static_assert(offsetof(SBZWheeledVehicleAudioComponent_PlayBreakSound, BreakDistance) == 0x000000, "Member 'SBZWheeledVehicleAudioComponent_PlayBreakSound::BreakDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWheeledVehicleAudioComponent_PlayEngineSound \ +static_assert(alignof(SBZWheeledVehicleAudioComponent_PlayEngineSound) == 0x000004, "Wrong alignment on SBZWheeledVehicleAudioComponent_PlayEngineSound"); \ +static_assert(sizeof(SBZWheeledVehicleAudioComponent_PlayEngineSound) == 0x000004, "Wrong size on SBZWheeledVehicleAudioComponent_PlayEngineSound"); \ +static_assert(offsetof(SBZWheeledVehicleAudioComponent_PlayEngineSound, EngineValue) == 0x000000, "Member 'SBZWheeledVehicleAudioComponent_PlayEngineSound::EngineValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWheeledVehicleAudioComponent_PlayTyreCollisionSound \ +static_assert(alignof(SBZWheeledVehicleAudioComponent_PlayTyreCollisionSound) == 0x000004, "Wrong alignment on SBZWheeledVehicleAudioComponent_PlayTyreCollisionSound"); \ +static_assert(sizeof(SBZWheeledVehicleAudioComponent_PlayTyreCollisionSound) == 0x000004, "Wrong size on SBZWheeledVehicleAudioComponent_PlayTyreCollisionSound"); \ +static_assert(offsetof(SBZWheeledVehicleAudioComponent_PlayTyreCollisionSound, CollisionValue) == 0x000000, "Member 'SBZWheeledVehicleAudioComponent_PlayTyreCollisionSound::CollisionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWheeledVehicleAudioComponent_PlayTyreFrictionSound \ +static_assert(alignof(SBZWheeledVehicleAudioComponent_PlayTyreFrictionSound) == 0x000004, "Wrong alignment on SBZWheeledVehicleAudioComponent_PlayTyreFrictionSound"); \ +static_assert(sizeof(SBZWheeledVehicleAudioComponent_PlayTyreFrictionSound) == 0x000004, "Wrong size on SBZWheeledVehicleAudioComponent_PlayTyreFrictionSound"); \ +static_assert(offsetof(SBZWheeledVehicleAudioComponent_PlayTyreFrictionSound, EngineValue) == 0x000000, "Member 'SBZWheeledVehicleAudioComponent_PlayTyreFrictionSound::EngineValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWheeledVehicleAudioComponent_PlayVehicleCollisionSound \ +static_assert(alignof(SBZWheeledVehicleAudioComponent_PlayVehicleCollisionSound) == 0x000004, "Wrong alignment on SBZWheeledVehicleAudioComponent_PlayVehicleCollisionSound"); \ +static_assert(sizeof(SBZWheeledVehicleAudioComponent_PlayVehicleCollisionSound) == 0x000004, "Wrong size on SBZWheeledVehicleAudioComponent_PlayVehicleCollisionSound"); \ +static_assert(offsetof(SBZWheeledVehicleAudioComponent_PlayVehicleCollisionSound, CollisionValue) == 0x000000, "Member 'SBZWheeledVehicleAudioComponent_PlayVehicleCollisionSound::CollisionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWheeledVehicleAudioComponent_SetBodyCollisionImpact \ +static_assert(alignof(SBZWheeledVehicleAudioComponent_SetBodyCollisionImpact) == 0x000004, "Wrong alignment on SBZWheeledVehicleAudioComponent_SetBodyCollisionImpact"); \ +static_assert(sizeof(SBZWheeledVehicleAudioComponent_SetBodyCollisionImpact) == 0x000004, "Wrong size on SBZWheeledVehicleAudioComponent_SetBodyCollisionImpact"); \ +static_assert(offsetof(SBZWheeledVehicleAudioComponent_SetBodyCollisionImpact, CollisionSpeedValue) == 0x000000, "Member 'SBZWheeledVehicleAudioComponent_SetBodyCollisionImpact::CollisionSpeedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWheeledVehicleAudioComponent_SetTyreCollisionImpact \ +static_assert(alignof(SBZWheeledVehicleAudioComponent_SetTyreCollisionImpact) == 0x000004, "Wrong alignment on SBZWheeledVehicleAudioComponent_SetTyreCollisionImpact"); \ +static_assert(sizeof(SBZWheeledVehicleAudioComponent_SetTyreCollisionImpact) == 0x000004, "Wrong size on SBZWheeledVehicleAudioComponent_SetTyreCollisionImpact"); \ +static_assert(offsetof(SBZWheeledVehicleAudioComponent_SetTyreCollisionImpact, CollisionSpeedValue) == 0x000000, "Member 'SBZWheeledVehicleAudioComponent_SetTyreCollisionImpact::CollisionSpeedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWheeledVehicleAudioComponent_SetTyreFriction \ +static_assert(alignof(SBZWheeledVehicleAudioComponent_SetTyreFriction) == 0x000004, "Wrong alignment on SBZWheeledVehicleAudioComponent_SetTyreFriction"); \ +static_assert(sizeof(SBZWheeledVehicleAudioComponent_SetTyreFriction) == 0x000004, "Wrong size on SBZWheeledVehicleAudioComponent_SetTyreFriction"); \ +static_assert(offsetof(SBZWheeledVehicleAudioComponent_SetTyreFriction, FrictionSpeedValue) == 0x000000, "Member 'SBZWheeledVehicleAudioComponent_SetTyreFriction::FrictionSpeedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWheeledVehicleAudioComponent_SetVehicleBreakIntencity \ +static_assert(alignof(SBZWheeledVehicleAudioComponent_SetVehicleBreakIntencity) == 0x000004, "Wrong alignment on SBZWheeledVehicleAudioComponent_SetVehicleBreakIntencity"); \ +static_assert(sizeof(SBZWheeledVehicleAudioComponent_SetVehicleBreakIntencity) == 0x000004, "Wrong size on SBZWheeledVehicleAudioComponent_SetVehicleBreakIntencity"); \ +static_assert(offsetof(SBZWheeledVehicleAudioComponent_SetVehicleBreakIntencity, EngineValue) == 0x000000, "Member 'SBZWheeledVehicleAudioComponent_SetVehicleBreakIntencity::EngineValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWheeledVehicleAudioComponent_SetVehicleEngineSpeed \ +static_assert(alignof(SBZWheeledVehicleAudioComponent_SetVehicleEngineSpeed) == 0x000004, "Wrong alignment on SBZWheeledVehicleAudioComponent_SetVehicleEngineSpeed"); \ +static_assert(sizeof(SBZWheeledVehicleAudioComponent_SetVehicleEngineSpeed) == 0x000004, "Wrong size on SBZWheeledVehicleAudioComponent_SetVehicleEngineSpeed"); \ +static_assert(offsetof(SBZWheeledVehicleAudioComponent_SetVehicleEngineSpeed, EngineValue) == 0x000000, "Member 'SBZWheeledVehicleAudioComponent_SetVehicleEngineSpeed::EngineValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWheeledVehicleAudioComponent \ +static_assert(alignof(USBZWheeledVehicleAudioComponent) == 0x000010, "Wrong alignment on USBZWheeledVehicleAudioComponent"); \ +static_assert(sizeof(USBZWheeledVehicleAudioComponent) == 0x000380, "Wrong size on USBZWheeledVehicleAudioComponent"); \ +static_assert(offsetof(USBZWheeledVehicleAudioComponent, SirenAudioComponent) == 0x0002E0, "Member 'USBZWheeledVehicleAudioComponent::SirenAudioComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZWheeledVehicleAudioComponent, SirenSoundEvent) == 0x0002E8, "Member 'USBZWheeledVehicleAudioComponent::SirenSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZWheeledVehicleAudioComponent, SirenStopSoundEvent) == 0x0002F0, "Member 'USBZWheeledVehicleAudioComponent::SirenStopSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZWheeledVehicleAudioComponent, EngineSoundEvent) == 0x0002F8, "Member 'USBZWheeledVehicleAudioComponent::EngineSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZWheeledVehicleAudioComponent, EngineStopSoundEvent) == 0x000300, "Member 'USBZWheeledVehicleAudioComponent::EngineStopSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZWheeledVehicleAudioComponent, BrakeSoundEvent) == 0x000308, "Member 'USBZWheeledVehicleAudioComponent::BrakeSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZWheeledVehicleAudioComponent, BrakeStopSoundEvent) == 0x000310, "Member 'USBZWheeledVehicleAudioComponent::BrakeStopSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZWheeledVehicleAudioComponent, CollisionTiresSoundEvent) == 0x000318, "Member 'USBZWheeledVehicleAudioComponent::CollisionTiresSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZWheeledVehicleAudioComponent, CollisionBodySoundEvent) == 0x000320, "Member 'USBZWheeledVehicleAudioComponent::CollisionBodySoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZWheeledVehicleAudioComponent, TyreFrictionSoundEvent) == 0x000328, "Member 'USBZWheeledVehicleAudioComponent::TyreFrictionSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZWheeledVehicleAudioComponent, TyreFrictionStopSoundEvent) == 0x000330, "Member 'USBZWheeledVehicleAudioComponent::TyreFrictionStopSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZWheeledVehicleAudioComponent, SignalSoundEvent) == 0x000338, "Member 'USBZWheeledVehicleAudioComponent::SignalSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZWheeledVehicleAudioComponent, SignalStopSoundEvent) == 0x000340, "Member 'USBZWheeledVehicleAudioComponent::SignalStopSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZWheeledVehicleAudioComponent, EngineRTPC) == 0x000348, "Member 'USBZWheeledVehicleAudioComponent::EngineRTPC' has a wrong offset!"); \ +static_assert(offsetof(USBZWheeledVehicleAudioComponent, BrakeRTPC) == 0x000350, "Member 'USBZWheeledVehicleAudioComponent::BrakeRTPC' has a wrong offset!"); \ +static_assert(offsetof(USBZWheeledVehicleAudioComponent, CollisionTiresRTPC) == 0x000358, "Member 'USBZWheeledVehicleAudioComponent::CollisionTiresRTPC' has a wrong offset!"); \ +static_assert(offsetof(USBZWheeledVehicleAudioComponent, CollisionBodyRTPC) == 0x000360, "Member 'USBZWheeledVehicleAudioComponent::CollisionBodyRTPC' has a wrong offset!"); \ +static_assert(offsetof(USBZWheeledVehicleAudioComponent, FrictionTiresRTPC) == 0x000368, "Member 'USBZWheeledVehicleAudioComponent::FrictionTiresRTPC' has a wrong offset!"); \ +static_assert(offsetof(USBZWheeledVehicleAudioComponent, EngineSoundMultiplicationValue) == 0x000370, "Member 'USBZWheeledVehicleAudioComponent::EngineSoundMultiplicationValue' has a wrong offset!"); \ +static_assert(offsetof(USBZWheeledVehicleAudioComponent, BrakeSoundMultiplicationValue) == 0x000374, "Member 'USBZWheeledVehicleAudioComponent::BrakeSoundMultiplicationValue' has a wrong offset!"); \ +static_assert(offsetof(USBZWheeledVehicleAudioComponent, TyreSoundMultiplicationValue) == 0x000378, "Member 'USBZWheeledVehicleAudioComponent::TyreSoundMultiplicationValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMaskMouldApplier \ +static_assert(alignof(USBZMaskMouldApplier) == 0x000008, "Wrong alignment on USBZMaskMouldApplier"); \ +static_assert(sizeof(USBZMaskMouldApplier) == 0x000030, "Wrong size on USBZMaskMouldApplier"); \ + +#define DUMPER7_ASSERTS_USBZMaskCustomizationSlotScreenBase \ +static_assert(alignof(USBZMaskCustomizationSlotScreenBase) == 0x000008, "Wrong alignment on USBZMaskCustomizationSlotScreenBase"); \ +static_assert(sizeof(USBZMaskCustomizationSlotScreenBase) == 0x0002C0, "Wrong size on USBZMaskCustomizationSlotScreenBase"); \ + +#define DUMPER7_ASSERTS_SBZMaskCustomizationGenericSlotScreen_CosmeticPanelButtonSelected \ +static_assert(alignof(SBZMaskCustomizationGenericSlotScreen_CosmeticPanelButtonSelected) == 0x000008, "Wrong alignment on SBZMaskCustomizationGenericSlotScreen_CosmeticPanelButtonSelected"); \ +static_assert(sizeof(SBZMaskCustomizationGenericSlotScreen_CosmeticPanelButtonSelected) == 0x000008, "Wrong size on SBZMaskCustomizationGenericSlotScreen_CosmeticPanelButtonSelected"); \ +static_assert(offsetof(SBZMaskCustomizationGenericSlotScreen_CosmeticPanelButtonSelected, SelectedButton) == 0x000000, "Member 'SBZMaskCustomizationGenericSlotScreen_CosmeticPanelButtonSelected::SelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMaskCustomizationGenericSlotScreen_InitializePartsSlot \ +static_assert(alignof(SBZMaskCustomizationGenericSlotScreen_InitializePartsSlot) == 0x000008, "Wrong alignment on SBZMaskCustomizationGenericSlotScreen_InitializePartsSlot"); \ +static_assert(sizeof(SBZMaskCustomizationGenericSlotScreen_InitializePartsSlot) == 0x000030, "Wrong size on SBZMaskCustomizationGenericSlotScreen_InitializePartsSlot"); \ +static_assert(offsetof(SBZMaskCustomizationGenericSlotScreen_InitializePartsSlot, PartsSlot) == 0x000000, "Member 'SBZMaskCustomizationGenericSlotScreen_InitializePartsSlot::PartsSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZMaskCustomizationGenericSlotScreen_InitializePartsSlot, DefaultButtonParams) == 0x000008, "Member 'SBZMaskCustomizationGenericSlotScreen_InitializePartsSlot::DefaultButtonParams' has a wrong offset!"); \ +static_assert(offsetof(SBZMaskCustomizationGenericSlotScreen_InitializePartsSlot, ReturnValue) == 0x000028, "Member 'SBZMaskCustomizationGenericSlotScreen_InitializePartsSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMaskCustomizationGenericSlotScreen \ +static_assert(alignof(USBZMaskCustomizationGenericSlotScreen) == 0x000008, "Wrong alignment on USBZMaskCustomizationGenericSlotScreen"); \ +static_assert(sizeof(USBZMaskCustomizationGenericSlotScreen) == 0x0002F0, "Wrong size on USBZMaskCustomizationGenericSlotScreen"); \ +static_assert(offsetof(USBZMaskCustomizationGenericSlotScreen, Cosmetic_Panel) == 0x0002C0, "Member 'USBZMaskCustomizationGenericSlotScreen::Cosmetic_Panel' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskCustomizationGenericSlotScreen, CosmeticPartsSlot) == 0x0002C8, "Member 'USBZMaskCustomizationGenericSlotScreen::CosmeticPartsSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskCustomizationGenericSlotScreen, SelectedAsset) == 0x0002D0, "Member 'USBZMaskCustomizationGenericSlotScreen::SelectedAsset' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskCustomizationGenericSlotScreen, ScreenSlotText) == 0x0002D8, "Member 'USBZMaskCustomizationGenericSlotScreen::ScreenSlotText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPayDayCreditData \ +static_assert(alignof(USBZPayDayCreditData) == 0x000008, "Wrong alignment on USBZPayDayCreditData"); \ +static_assert(sizeof(USBZPayDayCreditData) == 0x000160, "Wrong size on USBZPayDayCreditData"); \ +static_assert(offsetof(USBZPayDayCreditData, ExternaltemId) == 0x000150, "Member 'USBZPayDayCreditData::ExternaltemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMaskCustomizationPattern_CosmeticPanelButtonSelected \ +static_assert(alignof(SBZMaskCustomizationPattern_CosmeticPanelButtonSelected) == 0x000008, "Wrong alignment on SBZMaskCustomizationPattern_CosmeticPanelButtonSelected"); \ +static_assert(sizeof(SBZMaskCustomizationPattern_CosmeticPanelButtonSelected) == 0x000008, "Wrong size on SBZMaskCustomizationPattern_CosmeticPanelButtonSelected"); \ +static_assert(offsetof(SBZMaskCustomizationPattern_CosmeticPanelButtonSelected, SelectedButton) == 0x000000, "Member 'SBZMaskCustomizationPattern_CosmeticPanelButtonSelected::SelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMaskCustomizationPattern_IncrementSprayCanSlotIndex \ +static_assert(alignof(SBZMaskCustomizationPattern_IncrementSprayCanSlotIndex) == 0x000004, "Wrong alignment on SBZMaskCustomizationPattern_IncrementSprayCanSlotIndex"); \ +static_assert(sizeof(SBZMaskCustomizationPattern_IncrementSprayCanSlotIndex) == 0x000004, "Wrong size on SBZMaskCustomizationPattern_IncrementSprayCanSlotIndex"); \ +static_assert(offsetof(SBZMaskCustomizationPattern_IncrementSprayCanSlotIndex, InDelta) == 0x000000, "Member 'SBZMaskCustomizationPattern_IncrementSprayCanSlotIndex::InDelta' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMaskCustomizationPattern_SetActiveSprayCanSlotIndex \ +static_assert(alignof(SBZMaskCustomizationPattern_SetActiveSprayCanSlotIndex) == 0x000004, "Wrong alignment on SBZMaskCustomizationPattern_SetActiveSprayCanSlotIndex"); \ +static_assert(sizeof(SBZMaskCustomizationPattern_SetActiveSprayCanSlotIndex) == 0x000008, "Wrong size on SBZMaskCustomizationPattern_SetActiveSprayCanSlotIndex"); \ +static_assert(offsetof(SBZMaskCustomizationPattern_SetActiveSprayCanSlotIndex, InIndex) == 0x000000, "Member 'SBZMaskCustomizationPattern_SetActiveSprayCanSlotIndex::InIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMaskCustomizationPattern_SetActiveSprayCanSlotIndex, ReturnValue) == 0x000004, "Member 'SBZMaskCustomizationPattern_SetActiveSprayCanSlotIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMaskCustomizationPattern_SprayCanSelectorButtonSelected \ +static_assert(alignof(SBZMaskCustomizationPattern_SprayCanSelectorButtonSelected) == 0x000008, "Wrong alignment on SBZMaskCustomizationPattern_SprayCanSelectorButtonSelected"); \ +static_assert(sizeof(SBZMaskCustomizationPattern_SprayCanSelectorButtonSelected) == 0x000008, "Wrong size on SBZMaskCustomizationPattern_SprayCanSelectorButtonSelected"); \ +static_assert(offsetof(SBZMaskCustomizationPattern_SprayCanSelectorButtonSelected, SelectedButton) == 0x000000, "Member 'SBZMaskCustomizationPattern_SprayCanSelectorButtonSelected::SelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMaskCustomizationPattern \ +static_assert(alignof(USBZMaskCustomizationPattern) == 0x000008, "Wrong alignment on USBZMaskCustomizationPattern"); \ +static_assert(sizeof(USBZMaskCustomizationPattern) == 0x000350, "Wrong size on USBZMaskCustomizationPattern"); \ +static_assert(offsetof(USBZMaskCustomizationPattern, PatternSlotAsset) == 0x0002C0, "Member 'USBZMaskCustomizationPattern::PatternSlotAsset' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskCustomizationPattern, SprayCanSlotAsset) == 0x0002C8, "Member 'USBZMaskCustomizationPattern::SprayCanSlotAsset' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskCustomizationPattern, PatternSprayCanSlotAssets) == 0x0002D0, "Member 'USBZMaskCustomizationPattern::PatternSprayCanSlotAssets' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskCustomizationPattern, CurrentMenuMode) == 0x0002E0, "Member 'USBZMaskCustomizationPattern::CurrentMenuMode' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskCustomizationPattern, MaxSprayCans) == 0x0002E4, "Member 'USBZMaskCustomizationPattern::MaxSprayCans' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskCustomizationPattern, ReturnPattern) == 0x0002E8, "Member 'USBZMaskCustomizationPattern::ReturnPattern' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskCustomizationPattern, ReturnSprayCanArray) == 0x0002F0, "Member 'USBZMaskCustomizationPattern::ReturnSprayCanArray' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskCustomizationPattern, SprayCanSelectorButtonClass) == 0x000300, "Member 'USBZMaskCustomizationPattern::SprayCanSelectorButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskCustomizationPattern, SprayCanSelectorButtonMargin) == 0x000308, "Member 'USBZMaskCustomizationPattern::SprayCanSelectorButtonMargin' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskCustomizationPattern, CosmeticPanelDefaultButtonText) == 0x000318, "Member 'USBZMaskCustomizationPattern::CosmeticPanelDefaultButtonText' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskCustomizationPattern, ActiveSprayCanSlotIndex) == 0x000330, "Member 'USBZMaskCustomizationPattern::ActiveSprayCanSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskCustomizationPattern, Cosmetic_Panel) == 0x000338, "Member 'USBZMaskCustomizationPattern::Cosmetic_Panel' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskCustomizationPattern, SprayCanHorizontalPanel) == 0x000340, "Member 'USBZMaskCustomizationPattern::SprayCanHorizontalPanel' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskCustomizationPattern, CurrentPatternSelectedItemButton) == 0x000348, "Member 'USBZMaskCustomizationPattern::CurrentPatternSelectedItemButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMaskData \ +static_assert(alignof(USBZMaskData) == 0x000008, "Wrong alignment on USBZMaskData"); \ +static_assert(sizeof(USBZMaskData) == 0x000318, "Wrong size on USBZMaskData"); \ +static_assert(offsetof(USBZMaskData, Type) == 0x000150, "Member 'USBZMaskData::Type' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskData, EquipMorphTargetName) == 0x000154, "Member 'USBZMaskData::EquipMorphTargetName' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskData, UnequipMorphTargetName) == 0x000160, "Member 'USBZMaskData::UnequipMorphTargetName' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskData, MaskClass) == 0x000170, "Member 'USBZMaskData::MaskClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskData, SkeletalMesh) == 0x0001A0, "Member 'USBZMaskData::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskData, StrapMesh) == 0x0001D0, "Member 'USBZMaskData::StrapMesh' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskData, EquipAnimationCharacterFP) == 0x000200, "Member 'USBZMaskData::EquipAnimationCharacterFP' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskData, EquipAnimationCharacterTP) == 0x000230, "Member 'USBZMaskData::EquipAnimationCharacterTP' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskData, EquipAnimationFP) == 0x000260, "Member 'USBZMaskData::EquipAnimationFP' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskData, EquipAnimationTP) == 0x000290, "Member 'USBZMaskData::EquipAnimationTP' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskData, Mould) == 0x0002C0, "Member 'USBZMaskData::Mould' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskData, Material) == 0x0002C8, "Member 'USBZMaskData::Material' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskData, Pattern) == 0x0002D0, "Member 'USBZMaskData::Pattern' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskData, VFX) == 0x0002D8, "Member 'USBZMaskData::VFX' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskData, MaskAnimationClass) == 0x0002E0, "Member 'USBZMaskData::MaskAnimationClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskData, bNeedCollisionWithCharacter) == 0x000310, "Member 'USBZMaskData::bNeedCollisionWithCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillKnifeSpecPunchingKnifeBase \ +static_assert(alignof(USBZSkillKnifeSpecPunchingKnifeBase) == 0x000008, "Wrong alignment on USBZSkillKnifeSpecPunchingKnifeBase"); \ +static_assert(sizeof(USBZSkillKnifeSpecPunchingKnifeBase) == 0x000230, "Wrong size on USBZSkillKnifeSpecPunchingKnifeBase"); \ + +#define DUMPER7_ASSERTS_SBZMaskMaterialData_GetMaterialState \ +static_assert(alignof(SBZMaskMaterialData_GetMaterialState) == 0x000001, "Wrong alignment on SBZMaskMaterialData_GetMaterialState"); \ +static_assert(sizeof(SBZMaskMaterialData_GetMaterialState) == 0x000001, "Wrong size on SBZMaskMaterialData_GetMaterialState"); \ +static_assert(offsetof(SBZMaskMaterialData_GetMaterialState, ReturnValue) == 0x000000, "Member 'SBZMaskMaterialData_GetMaterialState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMaskMaterialData \ +static_assert(alignof(USBZMaskMaterialData) == 0x000008, "Wrong alignment on USBZMaskMaterialData"); \ +static_assert(sizeof(USBZMaskMaterialData) == 0x000230, "Wrong size on USBZMaskMaterialData"); \ +static_assert(offsetof(USBZMaskMaterialData, MaterialState) == 0x0001F8, "Member 'USBZMaskMaterialData::MaterialState' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskMaterialData, BaseNormalTexture) == 0x000200, "Member 'USBZMaskMaterialData::BaseNormalTexture' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskMaterialData, AgedNormalTexture) == 0x000208, "Member 'USBZMaskMaterialData::AgedNormalTexture' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskMaterialData, AgedAlbedoTexture) == 0x000210, "Member 'USBZMaskMaterialData::AgedAlbedoTexture' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskMaterialData, Metallic) == 0x000218, "Member 'USBZMaskMaterialData::Metallic' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskMaterialData, Roughness) == 0x00021C, "Member 'USBZMaskMaterialData::Roughness' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskMaterialData, DetailTiling) == 0x000220, "Member 'USBZMaskMaterialData::DetailTiling' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskMaterialData, ShadingModel) == 0x000224, "Member 'USBZMaskMaterialData::ShadingModel' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskMaterialData, UseAlbedo) == 0x000228, "Member 'USBZMaskMaterialData::UseAlbedo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillManipulationInsurancePlanAced \ +static_assert(alignof(USBZSkillManipulationInsurancePlanAced) == 0x000008, "Wrong alignment on USBZSkillManipulationInsurancePlanAced"); \ +static_assert(sizeof(USBZSkillManipulationInsurancePlanAced) == 0x000230, "Wrong size on USBZSkillManipulationInsurancePlanAced"); \ + +#define DUMPER7_ASSERTS_SBZMaskOfTheWeekWidget_GetTimeRemainingUntilReset \ +static_assert(alignof(SBZMaskOfTheWeekWidget_GetTimeRemainingUntilReset) == 0x000008, "Wrong alignment on SBZMaskOfTheWeekWidget_GetTimeRemainingUntilReset"); \ +static_assert(sizeof(SBZMaskOfTheWeekWidget_GetTimeRemainingUntilReset) == 0x000008, "Wrong size on SBZMaskOfTheWeekWidget_GetTimeRemainingUntilReset"); \ +static_assert(offsetof(SBZMaskOfTheWeekWidget_GetTimeRemainingUntilReset, ReturnValue) == 0x000000, "Member 'SBZMaskOfTheWeekWidget_GetTimeRemainingUntilReset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMaskOfTheWeekWidget_OnDataUpdated \ +static_assert(alignof(SBZMaskOfTheWeekWidget_OnDataUpdated) == 0x000008, "Wrong alignment on SBZMaskOfTheWeekWidget_OnDataUpdated"); \ +static_assert(sizeof(SBZMaskOfTheWeekWidget_OnDataUpdated) == 0x000128, "Wrong size on SBZMaskOfTheWeekWidget_OnDataUpdated"); \ +static_assert(offsetof(SBZMaskOfTheWeekWidget_OnDataUpdated, InUpdatedStoreItemUIData) == 0x000000, "Member 'SBZMaskOfTheWeekWidget_OnDataUpdated::InUpdatedStoreItemUIData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMaskOfTheWeekWidget_OnUpdateTimerText \ +static_assert(alignof(SBZMaskOfTheWeekWidget_OnUpdateTimerText) == 0x000008, "Wrong alignment on SBZMaskOfTheWeekWidget_OnUpdateTimerText"); \ +static_assert(sizeof(SBZMaskOfTheWeekWidget_OnUpdateTimerText) == 0x000010, "Wrong size on SBZMaskOfTheWeekWidget_OnUpdateTimerText"); \ +static_assert(offsetof(SBZMaskOfTheWeekWidget_OnUpdateTimerText, bInPreviewDays) == 0x000000, "Member 'SBZMaskOfTheWeekWidget_OnUpdateTimerText::bInPreviewDays' has a wrong offset!"); \ +static_assert(offsetof(SBZMaskOfTheWeekWidget_OnUpdateTimerText, InTimeRemaining) == 0x000008, "Member 'SBZMaskOfTheWeekWidget_OnUpdateTimerText::InTimeRemaining' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMaskOfTheWeekWidget \ +static_assert(alignof(USBZMaskOfTheWeekWidget) == 0x000008, "Wrong alignment on USBZMaskOfTheWeekWidget"); \ +static_assert(sizeof(USBZMaskOfTheWeekWidget) == 0x0004B0, "Wrong size on USBZMaskOfTheWeekWidget"); \ +static_assert(offsetof(USBZMaskOfTheWeekWidget, TimerUpdateFrequency) == 0x000370, "Member 'USBZMaskOfTheWeekWidget::TimerUpdateFrequency' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskOfTheWeekWidget, TimeEventManager) == 0x000378, "Member 'USBZMaskOfTheWeekWidget::TimeEventManager' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskOfTheWeekWidget, StoreItemUIData) == 0x000380, "Member 'USBZMaskOfTheWeekWidget::StoreItemUIData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWindApplier \ +static_assert(alignof(USBZWindApplier) == 0x000008, "Wrong alignment on USBZWindApplier"); \ +static_assert(sizeof(USBZWindApplier) == 0x000060, "Wrong size on USBZWindApplier"); \ +static_assert(offsetof(USBZWindApplier, Components) == 0x000030, "Member 'USBZWindApplier::Components' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZInstancedStaticMeshComponentWindApplier \ +static_assert(alignof(USBZInstancedStaticMeshComponentWindApplier) == 0x000008, "Wrong alignment on USBZInstancedStaticMeshComponentWindApplier"); \ +static_assert(sizeof(USBZInstancedStaticMeshComponentWindApplier) == 0x000060, "Wrong size on USBZInstancedStaticMeshComponentWindApplier"); \ + +#define DUMPER7_ASSERTS_USBZMaskOnAbility \ +static_assert(alignof(USBZMaskOnAbility) == 0x000008, "Wrong alignment on USBZMaskOnAbility"); \ +static_assert(sizeof(USBZMaskOnAbility) == 0x0004D8, "Wrong size on USBZMaskOnAbility"); \ + +#define DUMPER7_ASSERTS_SBZMaskPreconfigData_GetMaskConfig \ +static_assert(alignof(SBZMaskPreconfigData_GetMaskConfig) == 0x000008, "Wrong alignment on SBZMaskPreconfigData_GetMaskConfig"); \ +static_assert(sizeof(SBZMaskPreconfigData_GetMaskConfig) == 0x000070, "Wrong size on SBZMaskPreconfigData_GetMaskConfig"); \ +static_assert(offsetof(SBZMaskPreconfigData_GetMaskConfig, ReturnValue) == 0x000000, "Member 'SBZMaskPreconfigData_GetMaskConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMaskPreconfigData \ +static_assert(alignof(USBZMaskPreconfigData) == 0x000008, "Wrong alignment on USBZMaskPreconfigData"); \ +static_assert(sizeof(USBZMaskPreconfigData) == 0x000268, "Wrong size on USBZMaskPreconfigData"); \ +static_assert(offsetof(USBZMaskPreconfigData, MaskConfig) == 0x0001F8, "Member 'USBZMaskPreconfigData::MaskConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMaskPresetData \ +static_assert(alignof(USBZMaskPresetData) == 0x000008, "Wrong alignment on USBZMaskPresetData"); \ +static_assert(sizeof(USBZMaskPresetData) == 0x000240, "Wrong size on USBZMaskPresetData"); \ +static_assert(offsetof(USBZMaskPresetData, MaskClass) == 0x000150, "Member 'USBZMaskPresetData::MaskClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskPresetData, EquipAnimationCharacterFP) == 0x000180, "Member 'USBZMaskPresetData::EquipAnimationCharacterFP' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskPresetData, EquipAnimationCharacterTP) == 0x0001B0, "Member 'USBZMaskPresetData::EquipAnimationCharacterTP' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskPresetData, EquipAnimationFP) == 0x0001E0, "Member 'USBZMaskPresetData::EquipAnimationFP' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskPresetData, EquipAnimationTP) == 0x000210, "Member 'USBZMaskPresetData::EquipAnimationTP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillManipulationMoreSnacksAced \ +static_assert(alignof(USBZSkillManipulationMoreSnacksAced) == 0x000008, "Wrong alignment on USBZSkillManipulationMoreSnacksAced"); \ +static_assert(sizeof(USBZSkillManipulationMoreSnacksAced) == 0x000230, "Wrong size on USBZSkillManipulationMoreSnacksAced"); \ + +#define DUMPER7_ASSERTS_USBZMaskVFXData \ +static_assert(alignof(USBZMaskVFXData) == 0x000008, "Wrong alignment on USBZMaskVFXData"); \ +static_assert(sizeof(USBZMaskVFXData) == 0x000210, "Wrong size on USBZMaskVFXData"); \ +static_assert(offsetof(USBZMaskVFXData, VFXSlot) == 0x0001F8, "Member 'USBZMaskVFXData::VFXSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZMaskVFXData, EmitterSpawnerArray) == 0x000200, "Member 'USBZMaskVFXData::EmitterSpawnerArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOverskillARGESAlizarin \ +static_assert(alignof(USBZOverskillARGESAlizarin) == 0x000008, "Wrong alignment on USBZOverskillARGESAlizarin"); \ +static_assert(sizeof(USBZOverskillARGESAlizarin) == 0x000230, "Wrong size on USBZOverskillARGESAlizarin"); \ + +#define DUMPER7_ASSERTS_USBZSkillHackerSecureLoop \ +static_assert(alignof(USBZSkillHackerSecureLoop) == 0x000008, "Wrong alignment on USBZSkillHackerSecureLoop"); \ +static_assert(sizeof(USBZSkillHackerSecureLoop) == 0x000230, "Wrong size on USBZSkillHackerSecureLoop"); \ + +#define DUMPER7_ASSERTS_USBZMatchmakingAccelByte \ +static_assert(alignof(USBZMatchmakingAccelByte) == 0x000008, "Wrong alignment on USBZMatchmakingAccelByte"); \ +static_assert(sizeof(USBZMatchmakingAccelByte) == 0x0001F8, "Wrong size on USBZMatchmakingAccelByte"); \ + +#define DUMPER7_ASSERTS_USBZSkillTriggeredHurtReactionAbility \ +static_assert(alignof(USBZSkillTriggeredHurtReactionAbility) == 0x000008, "Wrong alignment on USBZSkillTriggeredHurtReactionAbility"); \ +static_assert(sizeof(USBZSkillTriggeredHurtReactionAbility) == 0x0004F0, "Wrong size on USBZSkillTriggeredHurtReactionAbility"); \ +static_assert(offsetof(USBZSkillTriggeredHurtReactionAbility, OwnerPlayer) == 0x0004D8, "Member 'USBZSkillTriggeredHurtReactionAbility::OwnerPlayer' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillTriggeredHurtReactionAbility, SkillTag) == 0x0004E0, "Member 'USBZSkillTriggeredHurtReactionAbility::SkillTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerSlideTackleAbility \ +static_assert(alignof(USBZPlayerSlideTackleAbility) == 0x000008, "Wrong alignment on USBZPlayerSlideTackleAbility"); \ +static_assert(sizeof(USBZPlayerSlideTackleAbility) == 0x0004F0, "Wrong size on USBZPlayerSlideTackleAbility"); \ + +#define DUMPER7_ASSERTS_USBZSkillSMGSpecSMGProficiencyBase \ +static_assert(alignof(USBZSkillSMGSpecSMGProficiencyBase) == 0x000008, "Wrong alignment on USBZSkillSMGSpecSMGProficiencyBase"); \ +static_assert(sizeof(USBZSkillSMGSpecSMGProficiencyBase) == 0x000230, "Wrong size on USBZSkillSMGSpecSMGProficiencyBase"); \ + +#define DUMPER7_ASSERTS_USBZMatchmakingEOS \ +static_assert(alignof(USBZMatchmakingEOS) == 0x000008, "Wrong alignment on USBZMatchmakingEOS"); \ +static_assert(sizeof(USBZMatchmakingEOS) == 0x0001F0, "Wrong size on USBZMatchmakingEOS"); \ + +#define DUMPER7_ASSERTS_USBZOverskillData \ +static_assert(alignof(USBZOverskillData) == 0x000008, "Wrong alignment on USBZOverskillData"); \ +static_assert(sizeof(USBZOverskillData) == 0x0001A8, "Wrong size on USBZOverskillData"); \ +static_assert(offsetof(USBZOverskillData, ProgressLevelID) == 0x000150, "Member 'USBZOverskillData::ProgressLevelID' has a wrong offset!"); \ +static_assert(offsetof(USBZOverskillData, SkillArray) == 0x000160, "Member 'USBZOverskillData::SkillArray' has a wrong offset!"); \ +static_assert(offsetof(USBZOverskillData, MaxActivationThreshold) == 0x000170, "Member 'USBZOverskillData::MaxActivationThreshold' has a wrong offset!"); \ +static_assert(offsetof(USBZOverskillData, bIsActivatedOnce) == 0x000174, "Member 'USBZOverskillData::bIsActivatedOnce' has a wrong offset!"); \ +static_assert(offsetof(USBZOverskillData, OverskillAbilityClass) == 0x000178, "Member 'USBZOverskillData::OverskillAbilityClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZHET5OverskillData \ +static_assert(alignof(USBZHET5OverskillData) == 0x000008, "Wrong alignment on USBZHET5OverskillData"); \ +static_assert(sizeof(USBZHET5OverskillData) == 0x000290, "Wrong size on USBZHET5OverskillData"); \ +static_assert(offsetof(USBZHET5OverskillData, TargetEffectClass) == 0x0001B0, "Member 'USBZHET5OverskillData::TargetEffectClass' has a wrong offset!"); \ +static_assert(offsetof(USBZHET5OverskillData, DamageTypeClass) == 0x0001E0, "Member 'USBZHET5OverskillData::DamageTypeClass' has a wrong offset!"); \ +static_assert(offsetof(USBZHET5OverskillData, HurtReactionData) == 0x000210, "Member 'USBZHET5OverskillData::HurtReactionData' has a wrong offset!"); \ +static_assert(offsetof(USBZHET5OverskillData, ImpactEffect) == 0x000228, "Member 'USBZHET5OverskillData::ImpactEffect' has a wrong offset!"); \ +static_assert(offsetof(USBZHET5OverskillData, ImpactEvent) == 0x000258, "Member 'USBZHET5OverskillData::ImpactEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZHET5OverskillData, ArmorPenetration) == 0x000288, "Member 'USBZHET5OverskillData::ArmorPenetration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMatchmakingSubsystemEdgeGap_CancelMatchmaking \ +static_assert(alignof(SBZMatchmakingSubsystemEdgeGap_CancelMatchmaking) == 0x000001, "Wrong alignment on SBZMatchmakingSubsystemEdgeGap_CancelMatchmaking"); \ +static_assert(sizeof(SBZMatchmakingSubsystemEdgeGap_CancelMatchmaking) == 0x000001, "Wrong size on SBZMatchmakingSubsystemEdgeGap_CancelMatchmaking"); \ +static_assert(offsetof(SBZMatchmakingSubsystemEdgeGap_CancelMatchmaking, ReturnValue) == 0x000000, "Member 'SBZMatchmakingSubsystemEdgeGap_CancelMatchmaking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMatchmakingSubsystemEdgeGap_StartMatchmaking \ +static_assert(alignof(SBZMatchmakingSubsystemEdgeGap_StartMatchmaking) == 0x000008, "Wrong alignment on SBZMatchmakingSubsystemEdgeGap_StartMatchmaking"); \ +static_assert(sizeof(SBZMatchmakingSubsystemEdgeGap_StartMatchmaking) == 0x000028, "Wrong size on SBZMatchmakingSubsystemEdgeGap_StartMatchmaking"); \ +static_assert(offsetof(SBZMatchmakingSubsystemEdgeGap_StartMatchmaking, Map) == 0x000000, "Member 'SBZMatchmakingSubsystemEdgeGap_StartMatchmaking::Map' has a wrong offset!"); \ +static_assert(offsetof(SBZMatchmakingSubsystemEdgeGap_StartMatchmaking, DifficultyIdx) == 0x000010, "Member 'SBZMatchmakingSubsystemEdgeGap_StartMatchmaking::DifficultyIdx' has a wrong offset!"); \ +static_assert(offsetof(SBZMatchmakingSubsystemEdgeGap_StartMatchmaking, ReturnValue) == 0x000020, "Member 'SBZMatchmakingSubsystemEdgeGap_StartMatchmaking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMatchmakingSubsystemEdgeGap \ +static_assert(alignof(USBZMatchmakingSubsystemEdgeGap) == 0x000008, "Wrong alignment on USBZMatchmakingSubsystemEdgeGap"); \ +static_assert(sizeof(USBZMatchmakingSubsystemEdgeGap) == 0x000100, "Wrong size on USBZMatchmakingSubsystemEdgeGap"); \ +static_assert(offsetof(USBZMatchmakingSubsystemEdgeGap, bInQueue) == 0x000080, "Member 'USBZMatchmakingSubsystemEdgeGap::bInQueue' has a wrong offset!"); \ +static_assert(offsetof(USBZMatchmakingSubsystemEdgeGap, MatchmakerURL) == 0x000088, "Member 'USBZMatchmakingSubsystemEdgeGap::MatchmakerURL' has a wrong offset!"); \ +static_assert(offsetof(USBZMatchmakingSubsystemEdgeGap, MatchmakerAPIToken) == 0x000098, "Member 'USBZMatchmakingSubsystemEdgeGap::MatchmakerAPIToken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerMeleeDamageData \ +static_assert(alignof(USBZPlayerMeleeDamageData) == 0x000008, "Wrong alignment on USBZPlayerMeleeDamageData"); \ +static_assert(sizeof(USBZPlayerMeleeDamageData) == 0x0000B8, "Wrong size on USBZPlayerMeleeDamageData"); \ +static_assert(offsetof(USBZPlayerMeleeDamageData, HealthDamage) == 0x0000A0, "Member 'USBZPlayerMeleeDamageData::HealthDamage' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMeleeDamageData, PropDamage) == 0x0000A4, "Member 'USBZPlayerMeleeDamageData::PropDamage' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMeleeDamageData, MaximumAimAssistAngleDifference) == 0x0000A8, "Member 'USBZPlayerMeleeDamageData::MaximumAimAssistAngleDifference' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMeleeDamageData, AimAssistSpeed) == 0x0000AC, "Member 'USBZPlayerMeleeDamageData::AimAssistSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMeleeDamageData, MaximumAimAssistAngleDifferenceWhenActive) == 0x0000B0, "Member 'USBZPlayerMeleeDamageData::MaximumAimAssistAngleDifferenceWhenActive' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMeleeDamageData, MaximumAimAssistDistance) == 0x0000B4, "Member 'USBZPlayerMeleeDamageData::MaximumAimAssistDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOverskillHET5Burlywood \ +static_assert(alignof(USBZOverskillHET5Burlywood) == 0x000008, "Wrong alignment on USBZOverskillHET5Burlywood"); \ +static_assert(sizeof(USBZOverskillHET5Burlywood) == 0x000230, "Wrong size on USBZOverskillHET5Burlywood"); \ + +#define DUMPER7_ASSERTS_USBZSkillHackingECMExpertBase \ +static_assert(alignof(USBZSkillHackingECMExpertBase) == 0x000008, "Wrong alignment on USBZSkillHackingECMExpertBase"); \ +static_assert(sizeof(USBZSkillHackingECMExpertBase) == 0x000230, "Wrong size on USBZSkillHackingECMExpertBase"); \ + +#define DUMPER7_ASSERTS_USBZPlayerThePunchMeleeDamageData \ +static_assert(alignof(USBZPlayerThePunchMeleeDamageData) == 0x000008, "Wrong alignment on USBZPlayerThePunchMeleeDamageData"); \ +static_assert(sizeof(USBZPlayerThePunchMeleeDamageData) == 0x000148, "Wrong size on USBZPlayerThePunchMeleeDamageData"); \ +static_assert(offsetof(USBZPlayerThePunchMeleeDamageData, HeavyHealthDamage) == 0x0000B8, "Member 'USBZPlayerThePunchMeleeDamageData::HeavyHealthDamage' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerThePunchMeleeDamageData, ThePunchHeavyChargeCameraFeedback) == 0x0000C0, "Member 'USBZPlayerThePunchMeleeDamageData::ThePunchHeavyChargeCameraFeedback' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerThePunchMeleeDamageData, LightHitCameraShakeFeedbackArray) == 0x0000E0, "Member 'USBZPlayerThePunchMeleeDamageData::LightHitCameraShakeFeedbackArray' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerThePunchMeleeDamageData, HeavyHitCameraShakeFeedbackArray) == 0x000100, "Member 'USBZPlayerThePunchMeleeDamageData::HeavyHitCameraShakeFeedbackArray' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerThePunchMeleeDamageData, HeavyHitBoxData) == 0x000120, "Member 'USBZPlayerThePunchMeleeDamageData::HeavyHitBoxData' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerThePunchMeleeDamageData, HeavyDamageTypeClass) == 0x000140, "Member 'USBZPlayerThePunchMeleeDamageData::HeavyDamageTypeClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerTackleRunningAbility \ +static_assert(alignof(USBZPlayerTackleRunningAbility) == 0x000008, "Wrong alignment on USBZPlayerTackleRunningAbility"); \ +static_assert(sizeof(USBZPlayerTackleRunningAbility) == 0x0004F0, "Wrong size on USBZPlayerTackleRunningAbility"); \ + +#define DUMPER7_ASSERTS_USBZWeaponCharmData \ +static_assert(alignof(USBZWeaponCharmData) == 0x000010, "Wrong alignment on USBZWeaponCharmData"); \ +static_assert(sizeof(USBZWeaponCharmData) == 0x000280, "Wrong size on USBZWeaponCharmData"); \ +static_assert(offsetof(USBZWeaponCharmData, ModularMeshes) == 0x000200, "Member 'USBZWeaponCharmData::ModularMeshes' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCharmData, AttachmentBoneName) == 0x000210, "Member 'USBZWeaponCharmData::AttachmentBoneName' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCharmData, WeaponCharmClass) == 0x000220, "Member 'USBZWeaponCharmData::WeaponCharmClass' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCharmData, AttachmentOffset) == 0x000250, "Member 'USBZWeaponCharmData::AttachmentOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIMeleeDamageData \ +static_assert(alignof(USBZAIMeleeDamageData) == 0x000008, "Wrong alignment on USBZAIMeleeDamageData"); \ +static_assert(sizeof(USBZAIMeleeDamageData) == 0x0000B8, "Wrong size on USBZAIMeleeDamageData"); \ +static_assert(offsetof(USBZAIMeleeDamageData, HealthDamage) == 0x0000A0, "Member 'USBZAIMeleeDamageData::HealthDamage' has a wrong offset!"); \ +static_assert(offsetof(USBZAIMeleeDamageData, GlobalCooldown) == 0x0000B0, "Member 'USBZAIMeleeDamageData::GlobalCooldown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMeleeDamageExecutionCalculation \ +static_assert(alignof(USBZMeleeDamageExecutionCalculation) == 0x000008, "Wrong alignment on USBZMeleeDamageExecutionCalculation"); \ +static_assert(sizeof(USBZMeleeDamageExecutionCalculation) == 0x000120, "Wrong size on USBZMeleeDamageExecutionCalculation"); \ + +#define DUMPER7_ASSERTS_USBZSkillSMGSpecEvenAimBase \ +static_assert(alignof(USBZSkillSMGSpecEvenAimBase) == 0x000008, "Wrong alignment on USBZSkillSMGSpecEvenAimBase"); \ +static_assert(sizeof(USBZSkillSMGSpecEvenAimBase) == 0x000230, "Wrong size on USBZSkillSMGSpecEvenAimBase"); \ + +#define DUMPER7_ASSERTS_USBZMeleeHitNotify \ +static_assert(alignof(USBZMeleeHitNotify) == 0x000008, "Wrong alignment on USBZMeleeHitNotify"); \ +static_assert(sizeof(USBZMeleeHitNotify) == 0x000048, "Wrong size on USBZMeleeHitNotify"); \ +static_assert(offsetof(USBZMeleeHitNotify, HitType) == 0x000040, "Member 'USBZMeleeHitNotify::HitType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOverskillMambaBlue \ +static_assert(alignof(USBZOverskillMambaBlue) == 0x000008, "Wrong alignment on USBZOverskillMambaBlue"); \ +static_assert(sizeof(USBZOverskillMambaBlue) == 0x000230, "Wrong size on USBZOverskillMambaBlue"); \ + +#define DUMPER7_ASSERTS_USBZSkillHackingHackLooperBase \ +static_assert(alignof(USBZSkillHackingHackLooperBase) == 0x000008, "Wrong alignment on USBZSkillHackingHackLooperBase"); \ +static_assert(sizeof(USBZSkillHackingHackLooperBase) == 0x000230, "Wrong size on USBZSkillHackingHackLooperBase"); \ + +#define DUMPER7_ASSERTS_USBZMeleeWeaponData \ +static_assert(alignof(USBZMeleeWeaponData) == 0x000010, "Wrong alignment on USBZMeleeWeaponData"); \ +static_assert(sizeof(USBZMeleeWeaponData) == 0x000DB0, "Wrong size on USBZMeleeWeaponData"); \ +static_assert(offsetof(USBZMeleeWeaponData, MeleeAttackData) == 0x000DA0, "Member 'USBZMeleeWeaponData::MeleeAttackData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMeleeWeaponEffect \ +static_assert(alignof(USBZMeleeWeaponEffect) == 0x000008, "Wrong alignment on USBZMeleeWeaponEffect"); \ +static_assert(sizeof(USBZMeleeWeaponEffect) == 0x0008C0, "Wrong size on USBZMeleeWeaponEffect"); \ + +#define DUMPER7_ASSERTS_USBZNavLinkAgilityComponent \ +static_assert(alignof(USBZNavLinkAgilityComponent) == 0x000008, "Wrong alignment on USBZNavLinkAgilityComponent"); \ +static_assert(sizeof(USBZNavLinkAgilityComponent) == 0x0001C8, "Wrong size on USBZNavLinkAgilityComponent"); \ +static_assert(offsetof(USBZNavLinkAgilityComponent, LeftTrajectory) == 0x0000D8, "Member 'USBZNavLinkAgilityComponent::LeftTrajectory' has a wrong offset!"); \ +static_assert(offsetof(USBZNavLinkAgilityComponent, RightTrajectory) == 0x000110, "Member 'USBZNavLinkAgilityComponent::RightTrajectory' has a wrong offset!"); \ +static_assert(offsetof(USBZNavLinkAgilityComponent, QueryParams) == 0x000148, "Member 'USBZNavLinkAgilityComponent::QueryParams' has a wrong offset!"); \ +static_assert(offsetof(USBZNavLinkAgilityComponent, LeftToRightType) == 0x000150, "Member 'USBZNavLinkAgilityComponent::LeftToRightType' has a wrong offset!"); \ +static_assert(offsetof(USBZNavLinkAgilityComponent, RightToLeftType) == 0x000151, "Member 'USBZNavLinkAgilityComponent::RightToLeftType' has a wrong offset!"); \ +static_assert(offsetof(USBZNavLinkAgilityComponent, IgnoredActorsByLeftTrajectory) == 0x000158, "Member 'USBZNavLinkAgilityComponent::IgnoredActorsByLeftTrajectory' has a wrong offset!"); \ +static_assert(offsetof(USBZNavLinkAgilityComponent, IgnoredActorsByRightTrajectory) == 0x000168, "Member 'USBZNavLinkAgilityComponent::IgnoredActorsByRightTrajectory' has a wrong offset!"); \ +static_assert(offsetof(USBZNavLinkAgilityComponent, LeftToRightObstacle) == 0x000178, "Member 'USBZNavLinkAgilityComponent::LeftToRightObstacle' has a wrong offset!"); \ +static_assert(offsetof(USBZNavLinkAgilityComponent, RightToLeftObstacle) == 0x000188, "Member 'USBZNavLinkAgilityComponent::RightToLeftObstacle' has a wrong offset!"); \ +static_assert(offsetof(USBZNavLinkAgilityComponent, bUseNavMesh) == 0x000198, "Member 'USBZNavLinkAgilityComponent::bUseNavMesh' has a wrong offset!"); \ +static_assert(offsetof(USBZNavLinkAgilityComponent, ForcedLeftTrajectoryMontage) == 0x0001A0, "Member 'USBZNavLinkAgilityComponent::ForcedLeftTrajectoryMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZNavLinkAgilityComponent, bLeftUseAnimationToComputeEnd) == 0x0001A8, "Member 'USBZNavLinkAgilityComponent::bLeftUseAnimationToComputeEnd' has a wrong offset!"); \ +static_assert(offsetof(USBZNavLinkAgilityComponent, ForcedRightTrajectoryMontage) == 0x0001B0, "Member 'USBZNavLinkAgilityComponent::ForcedRightTrajectoryMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZNavLinkAgilityComponent, bRightUseAnimationToComputeEnd) == 0x0001B8, "Member 'USBZNavLinkAgilityComponent::bRightUseAnimationToComputeEnd' has a wrong offset!"); \ +static_assert(offsetof(USBZNavLinkAgilityComponent, bComputeOnBeginPlay) == 0x0001B9, "Member 'USBZNavLinkAgilityComponent::bComputeOnBeginPlay' has a wrong offset!"); \ +static_assert(offsetof(USBZNavLinkAgilityComponent, InterfaceObject) == 0x0001C0, "Member 'USBZNavLinkAgilityComponent::InterfaceObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGateNavLinkAgilityComponent \ +static_assert(alignof(USBZGateNavLinkAgilityComponent) == 0x000008, "Wrong alignment on USBZGateNavLinkAgilityComponent"); \ +static_assert(sizeof(USBZGateNavLinkAgilityComponent) == 0x0001C8, "Wrong size on USBZGateNavLinkAgilityComponent"); \ + +#define DUMPER7_ASSERTS_ASBZMeleeWeaponThePunch \ +static_assert(alignof(ASBZMeleeWeaponThePunch) == 0x000010, "Wrong alignment on ASBZMeleeWeaponThePunch"); \ +static_assert(sizeof(ASBZMeleeWeaponThePunch) == 0x000570, "Wrong size on ASBZMeleeWeaponThePunch"); \ +static_assert(offsetof(ASBZMeleeWeaponThePunch, BatMaterial) == 0x000550, "Member 'ASBZMeleeWeaponThePunch::BatMaterial' has a wrong offset!"); \ +static_assert(offsetof(ASBZMeleeWeaponThePunch, BloodProgressionCurve) == 0x000560, "Member 'ASBZMeleeWeaponThePunch::BloodProgressionCurve' has a wrong offset!"); \ +static_assert(offsetof(ASBZMeleeWeaponThePunch, BloodMaterialIndex) == 0x000568, "Member 'ASBZMeleeWeaponThePunch::BloodMaterialIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillFlashbangExtraFlashbangsBase \ +static_assert(alignof(USBZSkillFlashbangExtraFlashbangsBase) == 0x000008, "Wrong alignment on USBZSkillFlashbangExtraFlashbangsBase"); \ +static_assert(sizeof(USBZSkillFlashbangExtraFlashbangsBase) == 0x000230, "Wrong size on USBZSkillFlashbangExtraFlashbangsBase"); \ + +#define DUMPER7_ASSERTS_USBZUnblockAbilityNotify \ +static_assert(alignof(USBZUnblockAbilityNotify) == 0x000008, "Wrong alignment on USBZUnblockAbilityNotify"); \ +static_assert(sizeof(USBZUnblockAbilityNotify) == 0x000060, "Wrong size on USBZUnblockAbilityNotify"); \ +static_assert(offsetof(USBZUnblockAbilityNotify, TagContainer) == 0x000040, "Member 'USBZUnblockAbilityNotify::TagContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZMenuArmor \ +static_assert(alignof(ASBZMenuArmor) == 0x000008, "Wrong alignment on ASBZMenuArmor"); \ +static_assert(sizeof(ASBZMenuArmor) == 0x0002C0, "Wrong size on ASBZMenuArmor"); \ +static_assert(offsetof(ASBZMenuArmor, SkeletalMeshComponent) == 0x0002A8, "Member 'ASBZMenuArmor::SkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZMenuArmor, StaticMeshComponent) == 0x0002B0, "Member 'ASBZMenuArmor::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZMenuArmor, RotateComponent) == 0x0002B8, "Member 'ASBZMenuArmor::RotateComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMenuDisableIKNotifyState \ +static_assert(alignof(USBZMenuDisableIKNotifyState) == 0x000008, "Wrong alignment on USBZMenuDisableIKNotifyState"); \ +static_assert(sizeof(USBZMenuDisableIKNotifyState) == 0x000040, "Wrong size on USBZMenuDisableIKNotifyState"); \ +static_assert(offsetof(USBZMenuDisableIKNotifyState, DisableHandIkType) == 0x000038, "Member 'USBZMenuDisableIKNotifyState::DisableHandIkType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNegotiationSettings \ +static_assert(alignof(USBZNegotiationSettings) == 0x000008, "Wrong alignment on USBZNegotiationSettings"); \ +static_assert(sizeof(USBZNegotiationSettings) == 0x0000D8, "Wrong size on USBZNegotiationSettings"); \ +static_assert(offsetof(USBZNegotiationSettings, DifficultySettingsArray) == 0x000038, "Member 'USBZNegotiationSettings::DifficultySettingsArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMenuNavBar_OnInstallStateChanged \ +static_assert(alignof(SBZMenuNavBar_OnInstallStateChanged) == 0x000001, "Wrong alignment on SBZMenuNavBar_OnInstallStateChanged"); \ +static_assert(sizeof(SBZMenuNavBar_OnInstallStateChanged) == 0x000001, "Wrong size on SBZMenuNavBar_OnInstallStateChanged"); \ +static_assert(offsetof(SBZMenuNavBar_OnInstallStateChanged, NewState) == 0x000000, "Member 'SBZMenuNavBar_OnInstallStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMenuNavBar_SetActiveTab \ +static_assert(alignof(SBZMenuNavBar_SetActiveTab) == 0x000004, "Wrong alignment on SBZMenuNavBar_SetActiveTab"); \ +static_assert(sizeof(SBZMenuNavBar_SetActiveTab) == 0x00000C, "Wrong size on SBZMenuNavBar_SetActiveTab"); \ +static_assert(offsetof(SBZMenuNavBar_SetActiveTab, InTabName) == 0x000000, "Member 'SBZMenuNavBar_SetActiveTab::InTabName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMenuNavBar_GetNavigationParameters \ +static_assert(alignof(SBZMenuNavBar_GetNavigationParameters) == 0x000008, "Wrong alignment on SBZMenuNavBar_GetNavigationParameters"); \ +static_assert(sizeof(SBZMenuNavBar_GetNavigationParameters) == 0x000010, "Wrong size on SBZMenuNavBar_GetNavigationParameters"); \ +static_assert(offsetof(SBZMenuNavBar_GetNavigationParameters, ReturnValue) == 0x000000, "Member 'SBZMenuNavBar_GetNavigationParameters::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMenuNavBar_HasStackFocus \ +static_assert(alignof(SBZMenuNavBar_HasStackFocus) == 0x000001, "Wrong alignment on SBZMenuNavBar_HasStackFocus"); \ +static_assert(sizeof(SBZMenuNavBar_HasStackFocus) == 0x000001, "Wrong size on SBZMenuNavBar_HasStackFocus"); \ +static_assert(offsetof(SBZMenuNavBar_HasStackFocus, ReturnValue) == 0x000000, "Member 'SBZMenuNavBar_HasStackFocus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMenuNavBar \ +static_assert(alignof(USBZMenuNavBar) == 0x000008, "Wrong alignment on USBZMenuNavBar"); \ +static_assert(sizeof(USBZMenuNavBar) == 0x0002D0, "Wrong size on USBZMenuNavBar"); \ +static_assert(offsetof(USBZMenuNavBar, MoveForwardActionName) == 0x000290, "Member 'USBZMenuNavBar::MoveForwardActionName' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuNavBar, MoveBackwardActionName) == 0x00029C, "Member 'USBZMenuNavBar::MoveBackwardActionName' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuNavBar, NavigationButtons) == 0x0002A8, "Member 'USBZMenuNavBar::NavigationButtons' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuNavBar, NavigationButtonClass) == 0x0002B8, "Member 'USBZMenuNavBar::NavigationButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuNavBar, Panel_ButtonContainer) == 0x0002C0, "Member 'USBZMenuNavBar::Panel_ButtonContainer' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuNavBar, bIsAffectedByInstallProgress) == 0x0002C8, "Member 'USBZMenuNavBar::bIsAffectedByInstallProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMenuNavBarButton_OnButtonInitialized \ +static_assert(alignof(SBZMenuNavBarButton_OnButtonInitialized) == 0x000008, "Wrong alignment on SBZMenuNavBarButton_OnButtonInitialized"); \ +static_assert(sizeof(SBZMenuNavBarButton_OnButtonInitialized) == 0x000070, "Wrong size on SBZMenuNavBarButton_OnButtonInitialized"); \ +static_assert(offsetof(SBZMenuNavBarButton_OnButtonInitialized, ButtonParams) == 0x000000, "Member 'SBZMenuNavBarButton_OnButtonInitialized::ButtonParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMenuNavBarButton_OnHovered \ +static_assert(alignof(SBZMenuNavBarButton_OnHovered) == 0x000001, "Wrong alignment on SBZMenuNavBarButton_OnHovered"); \ +static_assert(sizeof(SBZMenuNavBarButton_OnHovered) == 0x000001, "Wrong size on SBZMenuNavBarButton_OnHovered"); \ +static_assert(offsetof(SBZMenuNavBarButton_OnHovered, bIsHovered) == 0x000000, "Member 'SBZMenuNavBarButton_OnHovered::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMenuNavBarButton \ +static_assert(alignof(USBZMenuNavBarButton) == 0x000008, "Wrong alignment on USBZMenuNavBarButton"); \ +static_assert(sizeof(USBZMenuNavBarButton) == 0x0002B0, "Wrong size on USBZMenuNavBarButton"); \ +static_assert(offsetof(USBZMenuNavBarButton, Text_ButtonDisplayText) == 0x0002A0, "Member 'USBZMenuNavBarButton::Text_ButtonDisplayText' has a wrong offset!"); \ +static_assert(offsetof(USBZMenuNavBarButton, OwningNavBar) == 0x0002A8, "Member 'USBZMenuNavBarButton::OwningNavBar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillFlashbangRiotControlBase \ +static_assert(alignof(USBZSkillFlashbangRiotControlBase) == 0x000008, "Wrong alignment on USBZSkillFlashbangRiotControlBase"); \ +static_assert(sizeof(USBZSkillFlashbangRiotControlBase) == 0x000230, "Wrong size on USBZSkillFlashbangRiotControlBase"); \ + +#define DUMPER7_ASSERTS_MeshMergeFunctionLibrary_MergeMeshes \ +static_assert(alignof(MeshMergeFunctionLibrary_MergeMeshes) == 0x000008, "Wrong alignment on MeshMergeFunctionLibrary_MergeMeshes"); \ +static_assert(sizeof(MeshMergeFunctionLibrary_MergeMeshes) == 0x000048, "Wrong size on MeshMergeFunctionLibrary_MergeMeshes"); \ +static_assert(offsetof(MeshMergeFunctionLibrary_MergeMeshes, Params_0) == 0x000000, "Member 'MeshMergeFunctionLibrary_MergeMeshes::Params_0' has a wrong offset!"); \ +static_assert(offsetof(MeshMergeFunctionLibrary_MergeMeshes, ReturnValue) == 0x000040, "Member 'MeshMergeFunctionLibrary_MergeMeshes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshMergeFunctionLibrary \ +static_assert(alignof(UMeshMergeFunctionLibrary) == 0x000008, "Wrong alignment on UMeshMergeFunctionLibrary"); \ +static_assert(sizeof(UMeshMergeFunctionLibrary) == 0x000030, "Wrong size on UMeshMergeFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_USBZSkillFortitudeFortitude \ +static_assert(alignof(USBZSkillFortitudeFortitude) == 0x000008, "Wrong alignment on USBZSkillFortitudeFortitude"); \ +static_assert(sizeof(USBZSkillFortitudeFortitude) == 0x000230, "Wrong size on USBZSkillFortitudeFortitude"); \ + +#define DUMPER7_ASSERTS_SBZUserManager_GetUserStatus \ +static_assert(alignof(SBZUserManager_GetUserStatus) == 0x000008, "Wrong alignment on SBZUserManager_GetUserStatus"); \ +static_assert(sizeof(SBZUserManager_GetUserStatus) == 0x0004B8, "Wrong size on SBZUserManager_GetUserStatus"); \ +static_assert(offsetof(SBZUserManager_GetUserStatus, WorldContextObject) == 0x000000, "Member 'SBZUserManager_GetUserStatus::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZUserManager_GetUserStatus, User) == 0x000008, "Member 'SBZUserManager_GetUserStatus::User' has a wrong offset!"); \ +static_assert(offsetof(SBZUserManager_GetUserStatus, ReturnValue) == 0x0004B0, "Member 'SBZUserManager_GetUserStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZUserManager \ +static_assert(alignof(USBZUserManager) == 0x000008, "Wrong alignment on USBZUserManager"); \ +static_assert(sizeof(USBZUserManager) == 0x0000B8, "Wrong size on USBZUserManager"); \ + +#define DUMPER7_ASSERTS_USBZMetaDataLoader \ +static_assert(alignof(USBZMetaDataLoader) == 0x000008, "Wrong alignment on USBZMetaDataLoader"); \ +static_assert(sizeof(USBZMetaDataLoader) == 0x000090, "Wrong size on USBZMetaDataLoader"); \ + +#define DUMPER7_ASSERTS_SBZMicroCamera_Multicast_ReplicateExplosion \ +static_assert(alignof(SBZMicroCamera_Multicast_ReplicateExplosion) == 0x000008, "Wrong alignment on SBZMicroCamera_Multicast_ReplicateExplosion"); \ +static_assert(sizeof(SBZMicroCamera_Multicast_ReplicateExplosion) == 0x000028, "Wrong size on SBZMicroCamera_Multicast_ReplicateExplosion"); \ +static_assert(offsetof(SBZMicroCamera_Multicast_ReplicateExplosion, Result) == 0x000000, "Member 'SBZMicroCamera_Multicast_ReplicateExplosion::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMicroCamera_OnAICharacterKilled \ +static_assert(alignof(SBZMicroCamera_OnAICharacterKilled) == 0x000008, "Wrong alignment on SBZMicroCamera_OnAICharacterKilled"); \ +static_assert(sizeof(SBZMicroCamera_OnAICharacterKilled) == 0x000008, "Wrong size on SBZMicroCamera_OnAICharacterKilled"); \ +static_assert(offsetof(SBZMicroCamera_OnAICharacterKilled, InAIPawn) == 0x000000, "Member 'SBZMicroCamera_OnAICharacterKilled::InAIPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZMicroCamera \ +static_assert(alignof(ASBZMicroCamera) == 0x000010, "Wrong alignment on ASBZMicroCamera"); \ +static_assert(sizeof(ASBZMicroCamera) == 0x0006E0, "Wrong size on ASBZMicroCamera"); \ +static_assert(offsetof(ASBZMicroCamera, YawLimit) == 0x0005EC, "Member 'ASBZMicroCamera::YawLimit' has a wrong offset!"); \ +static_assert(offsetof(ASBZMicroCamera, PitchLimit) == 0x0005F4, "Member 'ASBZMicroCamera::PitchLimit' has a wrong offset!"); \ +static_assert(offsetof(ASBZMicroCamera, RotationSpeed) == 0x000638, "Member 'ASBZMicroCamera::RotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(ASBZMicroCamera, BoxComponent) == 0x000640, "Member 'ASBZMicroCamera::BoxComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZMicroCamera, ExplosionInstigator) == 0x000648, "Member 'ASBZMicroCamera::ExplosionInstigator' has a wrong offset!"); \ +static_assert(offsetof(ASBZMicroCamera, MicroCameraTasedEffectClass) == 0x000650, "Member 'ASBZMicroCamera::MicroCameraTasedEffectClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZMicroCamera, MicroCameraExplodedEvent) == 0x000658, "Member 'ASBZMicroCamera::MicroCameraExplodedEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZMicroCamera, DetonationEffect) == 0x000660, "Member 'ASBZMicroCamera::DetonationEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZMicroCamera, TaseDuration) == 0x000668, "Member 'ASBZMicroCamera::TaseDuration' has a wrong offset!"); \ +static_assert(offsetof(ASBZMicroCamera, AIExplosionRange) == 0x00066C, "Member 'ASBZMicroCamera::AIExplosionRange' has a wrong offset!"); \ +static_assert(offsetof(ASBZMicroCamera, PlayerExplosionRange) == 0x000670, "Member 'ASBZMicroCamera::PlayerExplosionRange' has a wrong offset!"); \ +static_assert(offsetof(ASBZMicroCamera, bExplosionAffectsAIOnly) == 0x000674, "Member 'ASBZMicroCamera::bExplosionAffectsAIOnly' has a wrong offset!"); \ +static_assert(offsetof(ASBZMicroCamera, AutoMarkTickInterval) == 0x000678, "Member 'ASBZMicroCamera::AutoMarkTickInterval' has a wrong offset!"); \ +static_assert(offsetof(ASBZMicroCamera, ViewExtents) == 0x00067C, "Member 'ASBZMicroCamera::ViewExtents' has a wrong offset!"); \ +static_assert(offsetof(ASBZMicroCamera, OverloadStartEvent) == 0x000688, "Member 'ASBZMicroCamera::OverloadStartEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZMicroCamera, StopOverloadStopEvent) == 0x000690, "Member 'ASBZMicroCamera::StopOverloadStopEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZMicroCamera, ArmedEvent) == 0x000698, "Member 'ASBZMicroCamera::ArmedEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZMicroCamera, OverloadSoundDuration) == 0x0006A0, "Member 'ASBZMicroCamera::OverloadSoundDuration' has a wrong offset!"); \ +static_assert(offsetof(ASBZMicroCamera, AkComponent) == 0x0006A8, "Member 'ASBZMicroCamera::AkComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZMicroCamera, HurtReactionData) == 0x0006C8, "Member 'ASBZMicroCamera::HurtReactionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMicroCameraActivateNotify \ +static_assert(alignof(USBZMicroCameraActivateNotify) == 0x000008, "Wrong alignment on USBZMicroCameraActivateNotify"); \ +static_assert(sizeof(USBZMicroCameraActivateNotify) == 0x000040, "Wrong size on USBZMicroCameraActivateNotify"); \ + +#define DUMPER7_ASSERTS_USBZMiniGameAbility \ +static_assert(alignof(USBZMiniGameAbility) == 0x000008, "Wrong alignment on USBZMiniGameAbility"); \ +static_assert(sizeof(USBZMiniGameAbility) == 0x0004E0, "Wrong size on USBZMiniGameAbility"); \ +static_assert(offsetof(USBZMiniGameAbility, WinningParticipant) == 0x0004D8, "Member 'USBZMiniGameAbility::WinningParticipant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillFlashbangFlashbangMasterBase \ +static_assert(alignof(USBZSkillFlashbangFlashbangMasterBase) == 0x000008, "Wrong alignment on USBZSkillFlashbangFlashbangMasterBase"); \ +static_assert(sizeof(USBZSkillFlashbangFlashbangMasterBase) == 0x000230, "Wrong size on USBZSkillFlashbangFlashbangMasterBase"); \ + +#define DUMPER7_ASSERTS_USBZMiniGameActorRequirement \ +static_assert(alignof(USBZMiniGameActorRequirement) == 0x000008, "Wrong alignment on USBZMiniGameActorRequirement"); \ +static_assert(sizeof(USBZMiniGameActorRequirement) == 0x000030, "Wrong size on USBZMiniGameActorRequirement"); \ + +#define DUMPER7_ASSERTS_SBZParticleLibrary_InternalSpawnPooledEmitterAtLocation \ +static_assert(alignof(SBZParticleLibrary_InternalSpawnPooledEmitterAtLocation) == 0x000008, "Wrong alignment on SBZParticleLibrary_InternalSpawnPooledEmitterAtLocation"); \ +static_assert(sizeof(SBZParticleLibrary_InternalSpawnPooledEmitterAtLocation) == 0x000040, "Wrong size on SBZParticleLibrary_InternalSpawnPooledEmitterAtLocation"); \ +static_assert(offsetof(SBZParticleLibrary_InternalSpawnPooledEmitterAtLocation, World) == 0x000000, "Member 'SBZParticleLibrary_InternalSpawnPooledEmitterAtLocation::World' has a wrong offset!"); \ +static_assert(offsetof(SBZParticleLibrary_InternalSpawnPooledEmitterAtLocation, EmitterTemplate) == 0x000008, "Member 'SBZParticleLibrary_InternalSpawnPooledEmitterAtLocation::EmitterTemplate' has a wrong offset!"); \ +static_assert(offsetof(SBZParticleLibrary_InternalSpawnPooledEmitterAtLocation, SpawnLocation) == 0x000010, "Member 'SBZParticleLibrary_InternalSpawnPooledEmitterAtLocation::SpawnLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZParticleLibrary_InternalSpawnPooledEmitterAtLocation, SpawnRotation) == 0x00001C, "Member 'SBZParticleLibrary_InternalSpawnPooledEmitterAtLocation::SpawnRotation' has a wrong offset!"); \ +static_assert(offsetof(SBZParticleLibrary_InternalSpawnPooledEmitterAtLocation, SpawnScale) == 0x000028, "Member 'SBZParticleLibrary_InternalSpawnPooledEmitterAtLocation::SpawnScale' has a wrong offset!"); \ +static_assert(offsetof(SBZParticleLibrary_InternalSpawnPooledEmitterAtLocation, ReturnValue) == 0x000038, "Member 'SBZParticleLibrary_InternalSpawnPooledEmitterAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZParticleLibrary_SpawnPooledEmitterAtLocation \ +static_assert(alignof(SBZParticleLibrary_SpawnPooledEmitterAtLocation) == 0x000008, "Wrong alignment on SBZParticleLibrary_SpawnPooledEmitterAtLocation"); \ +static_assert(sizeof(SBZParticleLibrary_SpawnPooledEmitterAtLocation) == 0x000040, "Wrong size on SBZParticleLibrary_SpawnPooledEmitterAtLocation"); \ +static_assert(offsetof(SBZParticleLibrary_SpawnPooledEmitterAtLocation, WorldContextObject) == 0x000000, "Member 'SBZParticleLibrary_SpawnPooledEmitterAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZParticleLibrary_SpawnPooledEmitterAtLocation, EmitterTemplate) == 0x000008, "Member 'SBZParticleLibrary_SpawnPooledEmitterAtLocation::EmitterTemplate' has a wrong offset!"); \ +static_assert(offsetof(SBZParticleLibrary_SpawnPooledEmitterAtLocation, Location) == 0x000010, "Member 'SBZParticleLibrary_SpawnPooledEmitterAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZParticleLibrary_SpawnPooledEmitterAtLocation, Rotation) == 0x00001C, "Member 'SBZParticleLibrary_SpawnPooledEmitterAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(SBZParticleLibrary_SpawnPooledEmitterAtLocation, Scale) == 0x000028, "Member 'SBZParticleLibrary_SpawnPooledEmitterAtLocation::Scale' has a wrong offset!"); \ +static_assert(offsetof(SBZParticleLibrary_SpawnPooledEmitterAtLocation, ReturnValue) == 0x000038, "Member 'SBZParticleLibrary_SpawnPooledEmitterAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZParticleLibrary \ +static_assert(alignof(USBZParticleLibrary) == 0x000008, "Wrong alignment on USBZParticleLibrary"); \ +static_assert(sizeof(USBZParticleLibrary) == 0x000030, "Wrong size on USBZParticleLibrary"); \ + +#define DUMPER7_ASSERTS_USBZSkillJuggernautLockedInBase \ +static_assert(alignof(USBZSkillJuggernautLockedInBase) == 0x000008, "Wrong alignment on USBZSkillJuggernautLockedInBase"); \ +static_assert(sizeof(USBZSkillJuggernautLockedInBase) == 0x000230, "Wrong size on USBZSkillJuggernautLockedInBase"); \ + +#define DUMPER7_ASSERTS_USBZMiniGameData \ +static_assert(alignof(USBZMiniGameData) == 0x000008, "Wrong alignment on USBZMiniGameData"); \ +static_assert(sizeof(USBZMiniGameData) == 0x0000C0, "Wrong size on USBZMiniGameData"); \ +static_assert(offsetof(USBZMiniGameData, WidgetClass) == 0x000038, "Member 'USBZMiniGameData::WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameData, ControlsReference) == 0x000040, "Member 'USBZMiniGameData::ControlsReference' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameData, LockCameraData) == 0x000068, "Member 'USBZMiniGameData::LockCameraData' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameData, PlayerFeedback) == 0x0000A8, "Member 'USBZMiniGameData::PlayerFeedback' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameData, bIsLockpickMiniGame) == 0x0000B0, "Member 'USBZMiniGameData::bIsLockpickMiniGame' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameData, AnimatedInteractionData) == 0x0000B8, "Member 'USBZMiniGameData::AnimatedInteractionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWeaponProgressionManager_GetWeaponProgressionManager \ +static_assert(alignof(SBZWeaponProgressionManager_GetWeaponProgressionManager) == 0x000008, "Wrong alignment on SBZWeaponProgressionManager_GetWeaponProgressionManager"); \ +static_assert(sizeof(SBZWeaponProgressionManager_GetWeaponProgressionManager) == 0x000010, "Wrong size on SBZWeaponProgressionManager_GetWeaponProgressionManager"); \ +static_assert(offsetof(SBZWeaponProgressionManager_GetWeaponProgressionManager, WorldContextObject) == 0x000000, "Member 'SBZWeaponProgressionManager_GetWeaponProgressionManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponProgressionManager_GetWeaponProgressionManager, ReturnValue) == 0x000008, "Member 'SBZWeaponProgressionManager_GetWeaponProgressionManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponProgressionManager \ +static_assert(alignof(USBZWeaponProgressionManager) == 0x000008, "Wrong alignment on USBZWeaponProgressionManager"); \ +static_assert(sizeof(USBZWeaponProgressionManager) == 0x0000D0, "Wrong size on USBZWeaponProgressionManager"); \ + +#define DUMPER7_ASSERTS_SBZMiniGameComponent_ActivateMiniGame \ +static_assert(alignof(SBZMiniGameComponent_ActivateMiniGame) == 0x000008, "Wrong alignment on SBZMiniGameComponent_ActivateMiniGame"); \ +static_assert(sizeof(SBZMiniGameComponent_ActivateMiniGame) == 0x000010, "Wrong size on SBZMiniGameComponent_ActivateMiniGame"); \ +static_assert(offsetof(SBZMiniGameComponent_ActivateMiniGame, Character) == 0x000000, "Member 'SBZMiniGameComponent_ActivateMiniGame::Character' has a wrong offset!"); \ +static_assert(offsetof(SBZMiniGameComponent_ActivateMiniGame, bIsLocallyControlled) == 0x000008, "Member 'SBZMiniGameComponent_ActivateMiniGame::bIsLocallyControlled' has a wrong offset!"); \ +static_assert(offsetof(SBZMiniGameComponent_ActivateMiniGame, bIsReplicated) == 0x000009, "Member 'SBZMiniGameComponent_ActivateMiniGame::bIsReplicated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMiniGameComponent_Multicast_ActivateMiniGame \ +static_assert(alignof(SBZMiniGameComponent_Multicast_ActivateMiniGame) == 0x000008, "Wrong alignment on SBZMiniGameComponent_Multicast_ActivateMiniGame"); \ +static_assert(sizeof(SBZMiniGameComponent_Multicast_ActivateMiniGame) == 0x000008, "Wrong size on SBZMiniGameComponent_Multicast_ActivateMiniGame"); \ +static_assert(offsetof(SBZMiniGameComponent_Multicast_ActivateMiniGame, Character) == 0x000000, "Member 'SBZMiniGameComponent_Multicast_ActivateMiniGame::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMiniGameComponent_Multicast_SetMiniGameData \ +static_assert(alignof(SBZMiniGameComponent_Multicast_SetMiniGameData) == 0x000008, "Wrong alignment on SBZMiniGameComponent_Multicast_SetMiniGameData"); \ +static_assert(sizeof(SBZMiniGameComponent_Multicast_SetMiniGameData) == 0x000008, "Wrong size on SBZMiniGameComponent_Multicast_SetMiniGameData"); \ +static_assert(offsetof(SBZMiniGameComponent_Multicast_SetMiniGameData, InData) == 0x000000, "Member 'SBZMiniGameComponent_Multicast_SetMiniGameData::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMiniGameComponent_OnPlayerStateEndPlay \ +static_assert(alignof(SBZMiniGameComponent_OnPlayerStateEndPlay) == 0x000008, "Wrong alignment on SBZMiniGameComponent_OnPlayerStateEndPlay"); \ +static_assert(sizeof(SBZMiniGameComponent_OnPlayerStateEndPlay) == 0x000010, "Wrong size on SBZMiniGameComponent_OnPlayerStateEndPlay"); \ +static_assert(offsetof(SBZMiniGameComponent_OnPlayerStateEndPlay, Actor) == 0x000000, "Member 'SBZMiniGameComponent_OnPlayerStateEndPlay::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZMiniGameComponent_OnPlayerStateEndPlay, EndPlayReason) == 0x000008, "Member 'SBZMiniGameComponent_OnPlayerStateEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMiniGameComponent_PlaySound \ +static_assert(alignof(SBZMiniGameComponent_PlaySound) == 0x000008, "Wrong alignment on SBZMiniGameComponent_PlaySound"); \ +static_assert(sizeof(SBZMiniGameComponent_PlaySound) == 0x000010, "Wrong size on SBZMiniGameComponent_PlaySound"); \ +static_assert(offsetof(SBZMiniGameComponent_PlaySound, AkComponent) == 0x000000, "Member 'SBZMiniGameComponent_PlaySound::AkComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZMiniGameComponent_PlaySound, AudioEvent) == 0x000008, "Member 'SBZMiniGameComponent_PlaySound::AudioEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMiniGameComponent_PlaySoundOnNative \ +static_assert(alignof(SBZMiniGameComponent_PlaySoundOnNative) == 0x000008, "Wrong alignment on SBZMiniGameComponent_PlaySoundOnNative"); \ +static_assert(sizeof(SBZMiniGameComponent_PlaySoundOnNative) == 0x000008, "Wrong size on SBZMiniGameComponent_PlaySoundOnNative"); \ +static_assert(offsetof(SBZMiniGameComponent_PlaySoundOnNative, AudioEvent) == 0x000000, "Member 'SBZMiniGameComponent_PlaySoundOnNative::AudioEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMiniGameComponent_SetAudioPerspective \ +static_assert(alignof(SBZMiniGameComponent_SetAudioPerspective) == 0x000008, "Wrong alignment on SBZMiniGameComponent_SetAudioPerspective"); \ +static_assert(sizeof(SBZMiniGameComponent_SetAudioPerspective) == 0x000018, "Wrong size on SBZMiniGameComponent_SetAudioPerspective"); \ +static_assert(offsetof(SBZMiniGameComponent_SetAudioPerspective, AkComponent) == 0x000000, "Member 'SBZMiniGameComponent_SetAudioPerspective::AkComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZMiniGameComponent_SetAudioPerspective, Rtpc) == 0x000008, "Member 'SBZMiniGameComponent_SetAudioPerspective::Rtpc' has a wrong offset!"); \ +static_assert(offsetof(SBZMiniGameComponent_SetAudioPerspective, bIsLocallyControlled) == 0x000010, "Member 'SBZMiniGameComponent_SetAudioPerspective::bIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMiniGameComponent_SetMiniGameData \ +static_assert(alignof(SBZMiniGameComponent_SetMiniGameData) == 0x000008, "Wrong alignment on SBZMiniGameComponent_SetMiniGameData"); \ +static_assert(sizeof(SBZMiniGameComponent_SetMiniGameData) == 0x000008, "Wrong size on SBZMiniGameComponent_SetMiniGameData"); \ +static_assert(offsetof(SBZMiniGameComponent_SetMiniGameData, InData) == 0x000000, "Member 'SBZMiniGameComponent_SetMiniGameData::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMiniGameComponent_GetSpawnedWidget \ +static_assert(alignof(SBZMiniGameComponent_GetSpawnedWidget) == 0x000008, "Wrong alignment on SBZMiniGameComponent_GetSpawnedWidget"); \ +static_assert(sizeof(SBZMiniGameComponent_GetSpawnedWidget) == 0x000008, "Wrong size on SBZMiniGameComponent_GetSpawnedWidget"); \ +static_assert(offsetof(SBZMiniGameComponent_GetSpawnedWidget, ReturnValue) == 0x000000, "Member 'SBZMiniGameComponent_GetSpawnedWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMiniGameComponent \ +static_assert(alignof(USBZMiniGameComponent) == 0x000008, "Wrong alignment on USBZMiniGameComponent"); \ +static_assert(sizeof(USBZMiniGameComponent) == 0x0001C8, "Wrong size on USBZMiniGameComponent"); \ +static_assert(offsetof(USBZMiniGameComponent, OnMiniGameInteraction) == 0x0000C8, "Member 'USBZMiniGameComponent::OnMiniGameInteraction' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, OnPreMiniGameInteraction) == 0x0000D8, "Member 'USBZMiniGameComponent::OnPreMiniGameInteraction' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, Data) == 0x0000E8, "Member 'USBZMiniGameComponent::Data' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, AudioComponent) == 0x0000F0, "Member 'USBZMiniGameComponent::AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, AbortedAudioEvent) == 0x0000F8, "Member 'USBZMiniGameComponent::AbortedAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, SuccessAudioEvent) == 0x000100, "Member 'USBZMiniGameComponent::SuccessAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, FailedAudioEvent) == 0x000108, "Member 'USBZMiniGameComponent::FailedAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, InitiatedAudioEvent) == 0x000110, "Member 'USBZMiniGameComponent::InitiatedAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, InProgressAudioEvent) == 0x000118, "Member 'USBZMiniGameComponent::InProgressAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, OpenWidgetAudioEvent) == 0x000120, "Member 'USBZMiniGameComponent::OpenWidgetAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, CloseWidgetAudioEvent) == 0x000128, "Member 'USBZMiniGameComponent::CloseWidgetAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, SilenceMinigameAudioEvent) == 0x000130, "Member 'USBZMiniGameComponent::SilenceMinigameAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, AbortedAudioRtpc) == 0x000138, "Member 'USBZMiniGameComponent::AbortedAudioRtpc' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, SuccessAudioRtpc) == 0x000140, "Member 'USBZMiniGameComponent::SuccessAudioRtpc' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, FailedAudioRtpc) == 0x000148, "Member 'USBZMiniGameComponent::FailedAudioRtpc' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, InitiatedAudioRtpc) == 0x000150, "Member 'USBZMiniGameComponent::InitiatedAudioRtpc' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, InProgressAudioRtpc) == 0x000158, "Member 'USBZMiniGameComponent::InProgressAudioRtpc' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, bSpawnMiniGameOnHackingTool) == 0x000170, "Member 'USBZMiniGameComponent::bSpawnMiniGameOnHackingTool' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, bSpawnMiniGameOnObject) == 0x000171, "Member 'USBZMiniGameComponent::bSpawnMiniGameOnObject' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, WidgetZOrder) == 0x000172, "Member 'USBZMiniGameComponent::WidgetZOrder' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, HackingAmmoCost) == 0x000174, "Member 'USBZMiniGameComponent::HackingAmmoCost' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, SpawnedWidget) == 0x000178, "Member 'USBZMiniGameComponent::SpawnedWidget' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, CurrentControlsReferenceID) == 0x000180, "Member 'USBZMiniGameComponent::CurrentControlsReferenceID' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, InteractingPlayerStateArray) == 0x000188, "Member 'USBZMiniGameComponent::InteractingPlayerStateArray' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, MiniGameDifficulty) == 0x000198, "Member 'USBZMiniGameComponent::MiniGameDifficulty' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, WinningParticipant) == 0x0001A0, "Member 'USBZMiniGameComponent::WinningParticipant' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, RootComponent) == 0x0001A8, "Member 'USBZMiniGameComponent::RootComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZMiniGameComponent, ActiveLocallyController) == 0x0001B0, "Member 'USBZMiniGameComponent::ActiveLocallyController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionResultLibrary_GetAllPlayersBeenDefeatedCount \ +static_assert(alignof(SBZMissionResultLibrary_GetAllPlayersBeenDefeatedCount) == 0x000008, "Wrong alignment on SBZMissionResultLibrary_GetAllPlayersBeenDefeatedCount"); \ +static_assert(sizeof(SBZMissionResultLibrary_GetAllPlayersBeenDefeatedCount) == 0x000290, "Wrong size on SBZMissionResultLibrary_GetAllPlayersBeenDefeatedCount"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetAllPlayersBeenDefeatedCount, ResultData) == 0x000000, "Member 'SBZMissionResultLibrary_GetAllPlayersBeenDefeatedCount::ResultData' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetAllPlayersBeenDefeatedCount, ReturnValue) == 0x000288, "Member 'SBZMissionResultLibrary_GetAllPlayersBeenDefeatedCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionResultLibrary_GetAllPlayersBeenKilledCount \ +static_assert(alignof(SBZMissionResultLibrary_GetAllPlayersBeenKilledCount) == 0x000008, "Wrong alignment on SBZMissionResultLibrary_GetAllPlayersBeenKilledCount"); \ +static_assert(sizeof(SBZMissionResultLibrary_GetAllPlayersBeenKilledCount) == 0x000290, "Wrong size on SBZMissionResultLibrary_GetAllPlayersBeenKilledCount"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetAllPlayersBeenKilledCount, ResultData) == 0x000000, "Member 'SBZMissionResultLibrary_GetAllPlayersBeenKilledCount::ResultData' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetAllPlayersBeenKilledCount, ReturnValue) == 0x000288, "Member 'SBZMissionResultLibrary_GetAllPlayersBeenKilledCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionResultLibrary_GetAllPlayersBeenRevivedCount \ +static_assert(alignof(SBZMissionResultLibrary_GetAllPlayersBeenRevivedCount) == 0x000008, "Wrong alignment on SBZMissionResultLibrary_GetAllPlayersBeenRevivedCount"); \ +static_assert(sizeof(SBZMissionResultLibrary_GetAllPlayersBeenRevivedCount) == 0x000290, "Wrong size on SBZMissionResultLibrary_GetAllPlayersBeenRevivedCount"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetAllPlayersBeenRevivedCount, ResultData) == 0x000000, "Member 'SBZMissionResultLibrary_GetAllPlayersBeenRevivedCount::ResultData' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetAllPlayersBeenRevivedCount, ReturnValue) == 0x000288, "Member 'SBZMissionResultLibrary_GetAllPlayersBeenRevivedCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionResultLibrary_GetAllPlayersEquippableAccuracy \ +static_assert(alignof(SBZMissionResultLibrary_GetAllPlayersEquippableAccuracy) == 0x000008, "Wrong alignment on SBZMissionResultLibrary_GetAllPlayersEquippableAccuracy"); \ +static_assert(sizeof(SBZMissionResultLibrary_GetAllPlayersEquippableAccuracy) == 0x000290, "Wrong size on SBZMissionResultLibrary_GetAllPlayersEquippableAccuracy"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetAllPlayersEquippableAccuracy, ResultData) == 0x000000, "Member 'SBZMissionResultLibrary_GetAllPlayersEquippableAccuracy::ResultData' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetAllPlayersEquippableAccuracy, EquippableIndex) == 0x000288, "Member 'SBZMissionResultLibrary_GetAllPlayersEquippableAccuracy::EquippableIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetAllPlayersEquippableAccuracy, ReturnValue) == 0x00028C, "Member 'SBZMissionResultLibrary_GetAllPlayersEquippableAccuracy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionResultLibrary_GetAllPlayersHaveCivilianKilledCount \ +static_assert(alignof(SBZMissionResultLibrary_GetAllPlayersHaveCivilianKilledCount) == 0x000008, "Wrong alignment on SBZMissionResultLibrary_GetAllPlayersHaveCivilianKilledCount"); \ +static_assert(sizeof(SBZMissionResultLibrary_GetAllPlayersHaveCivilianKilledCount) == 0x000290, "Wrong size on SBZMissionResultLibrary_GetAllPlayersHaveCivilianKilledCount"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetAllPlayersHaveCivilianKilledCount, ResultData) == 0x000000, "Member 'SBZMissionResultLibrary_GetAllPlayersHaveCivilianKilledCount::ResultData' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetAllPlayersHaveCivilianKilledCount, ReturnValue) == 0x000288, "Member 'SBZMissionResultLibrary_GetAllPlayersHaveCivilianKilledCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionResultLibrary_GetAllPlayersHaveGuardKilledCount \ +static_assert(alignof(SBZMissionResultLibrary_GetAllPlayersHaveGuardKilledCount) == 0x000008, "Wrong alignment on SBZMissionResultLibrary_GetAllPlayersHaveGuardKilledCount"); \ +static_assert(sizeof(SBZMissionResultLibrary_GetAllPlayersHaveGuardKilledCount) == 0x000290, "Wrong size on SBZMissionResultLibrary_GetAllPlayersHaveGuardKilledCount"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetAllPlayersHaveGuardKilledCount, ResultData) == 0x000000, "Member 'SBZMissionResultLibrary_GetAllPlayersHaveGuardKilledCount::ResultData' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetAllPlayersHaveGuardKilledCount, ReturnValue) == 0x000288, "Member 'SBZMissionResultLibrary_GetAllPlayersHaveGuardKilledCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionResultLibrary_GetAllPlayersHaveKilledCount \ +static_assert(alignof(SBZMissionResultLibrary_GetAllPlayersHaveKilledCount) == 0x000008, "Wrong alignment on SBZMissionResultLibrary_GetAllPlayersHaveKilledCount"); \ +static_assert(sizeof(SBZMissionResultLibrary_GetAllPlayersHaveKilledCount) == 0x000290, "Wrong size on SBZMissionResultLibrary_GetAllPlayersHaveKilledCount"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetAllPlayersHaveKilledCount, ResultData) == 0x000000, "Member 'SBZMissionResultLibrary_GetAllPlayersHaveKilledCount::ResultData' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetAllPlayersHaveKilledCount, ReturnValue) == 0x000288, "Member 'SBZMissionResultLibrary_GetAllPlayersHaveKilledCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionResultLibrary_GetAllPlayersHaveSpecialKilledCount \ +static_assert(alignof(SBZMissionResultLibrary_GetAllPlayersHaveSpecialKilledCount) == 0x000008, "Wrong alignment on SBZMissionResultLibrary_GetAllPlayersHaveSpecialKilledCount"); \ +static_assert(sizeof(SBZMissionResultLibrary_GetAllPlayersHaveSpecialKilledCount) == 0x000290, "Wrong size on SBZMissionResultLibrary_GetAllPlayersHaveSpecialKilledCount"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetAllPlayersHaveSpecialKilledCount, ResultData) == 0x000000, "Member 'SBZMissionResultLibrary_GetAllPlayersHaveSpecialKilledCount::ResultData' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetAllPlayersHaveSpecialKilledCount, ReturnValue) == 0x000288, "Member 'SBZMissionResultLibrary_GetAllPlayersHaveSpecialKilledCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionResultLibrary_GetCurrentPlayerEquippableAccuracy \ +static_assert(alignof(SBZMissionResultLibrary_GetCurrentPlayerEquippableAccuracy) == 0x000008, "Wrong alignment on SBZMissionResultLibrary_GetCurrentPlayerEquippableAccuracy"); \ +static_assert(sizeof(SBZMissionResultLibrary_GetCurrentPlayerEquippableAccuracy) == 0x000298, "Wrong size on SBZMissionResultLibrary_GetCurrentPlayerEquippableAccuracy"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetCurrentPlayerEquippableAccuracy, WorldContextObject) == 0x000000, "Member 'SBZMissionResultLibrary_GetCurrentPlayerEquippableAccuracy::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetCurrentPlayerEquippableAccuracy, ResultData) == 0x000008, "Member 'SBZMissionResultLibrary_GetCurrentPlayerEquippableAccuracy::ResultData' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetCurrentPlayerEquippableAccuracy, EquippableIndex) == 0x000290, "Member 'SBZMissionResultLibrary_GetCurrentPlayerEquippableAccuracy::EquippableIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetCurrentPlayerEquippableAccuracy, ReturnValue) == 0x000294, "Member 'SBZMissionResultLibrary_GetCurrentPlayerEquippableAccuracy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionResultLibrary_GetEquippableData \ +static_assert(alignof(SBZMissionResultLibrary_GetEquippableData) == 0x000008, "Wrong alignment on SBZMissionResultLibrary_GetEquippableData"); \ +static_assert(sizeof(SBZMissionResultLibrary_GetEquippableData) == 0x000090, "Wrong size on SBZMissionResultLibrary_GetEquippableData"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetEquippableData, CharacterData) == 0x000000, "Member 'SBZMissionResultLibrary_GetEquippableData::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetEquippableData, EquippableIndex) == 0x000060, "Member 'SBZMissionResultLibrary_GetEquippableData::EquippableIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetEquippableData, ReturnValue) == 0x000064, "Member 'SBZMissionResultLibrary_GetEquippableData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionResultLibrary_GetPlayerCashReward \ +static_assert(alignof(SBZMissionResultLibrary_GetPlayerCashReward) == 0x000008, "Wrong alignment on SBZMissionResultLibrary_GetPlayerCashReward"); \ +static_assert(sizeof(SBZMissionResultLibrary_GetPlayerCashReward) == 0x000298, "Wrong size on SBZMissionResultLibrary_GetPlayerCashReward"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetPlayerCashReward, WorldContextObject) == 0x000000, "Member 'SBZMissionResultLibrary_GetPlayerCashReward::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetPlayerCashReward, ResultData) == 0x000008, "Member 'SBZMissionResultLibrary_GetPlayerCashReward::ResultData' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetPlayerCashReward, ReturnValue) == 0x000290, "Member 'SBZMissionResultLibrary_GetPlayerCashReward::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionResultLibrary_GetPlayerData \ +static_assert(alignof(SBZMissionResultLibrary_GetPlayerData) == 0x000008, "Wrong alignment on SBZMissionResultLibrary_GetPlayerData"); \ +static_assert(sizeof(SBZMissionResultLibrary_GetPlayerData) == 0x000448, "Wrong size on SBZMissionResultLibrary_GetPlayerData"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetPlayerData, ResultData) == 0x000000, "Member 'SBZMissionResultLibrary_GetPlayerData::ResultData' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetPlayerData, PlayerId) == 0x000288, "Member 'SBZMissionResultLibrary_GetPlayerData::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetPlayerData, ReturnValue) == 0x000290, "Member 'SBZMissionResultLibrary_GetPlayerData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMissionResultLibrary_GetTotalNumberOfSecuredBags \ +static_assert(alignof(SBZMissionResultLibrary_GetTotalNumberOfSecuredBags) == 0x000008, "Wrong alignment on SBZMissionResultLibrary_GetTotalNumberOfSecuredBags"); \ +static_assert(sizeof(SBZMissionResultLibrary_GetTotalNumberOfSecuredBags) == 0x000290, "Wrong size on SBZMissionResultLibrary_GetTotalNumberOfSecuredBags"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetTotalNumberOfSecuredBags, Resultdata) == 0x000000, "Member 'SBZMissionResultLibrary_GetTotalNumberOfSecuredBags::Resultdata' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetTotalNumberOfSecuredBags, bCountSecretBags) == 0x000288, "Member 'SBZMissionResultLibrary_GetTotalNumberOfSecuredBags::bCountSecretBags' has a wrong offset!"); \ +static_assert(offsetof(SBZMissionResultLibrary_GetTotalNumberOfSecuredBags, ReturnValue) == 0x00028C, "Member 'SBZMissionResultLibrary_GetTotalNumberOfSecuredBags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMissionResultLibrary \ +static_assert(alignof(USBZMissionResultLibrary) == 0x000008, "Wrong alignment on USBZMissionResultLibrary"); \ +static_assert(sizeof(USBZMissionResultLibrary) == 0x000030, "Wrong size on USBZMissionResultLibrary"); \ + +#define DUMPER7_ASSERTS_SBZPartyClient_ClientLoginAck \ +static_assert(alignof(SBZPartyClient_ClientLoginAck) == 0x000008, "Wrong alignment on SBZPartyClient_ClientLoginAck"); \ +static_assert(sizeof(SBZPartyClient_ClientLoginAck) == 0x000030, "Wrong size on SBZPartyClient_ClientLoginAck"); \ +static_assert(offsetof(SBZPartyClient_ClientLoginAck, InNetId) == 0x000000, "Member 'SBZPartyClient_ClientLoginAck::InNetId' has a wrong offset!"); \ +static_assert(offsetof(SBZPartyClient_ClientLoginAck, bWasSuccessful) == 0x000028, "Member 'SBZPartyClient_ClientLoginAck::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyClient_ConnectToLobby \ +static_assert(alignof(SBZPartyClient_ConnectToLobby) == 0x000008, "Wrong alignment on SBZPartyClient_ConnectToLobby"); \ +static_assert(sizeof(SBZPartyClient_ConnectToLobby) == 0x000010, "Wrong size on SBZPartyClient_ConnectToLobby"); \ +static_assert(offsetof(SBZPartyClient_ConnectToLobby, InLobbyNetId) == 0x000000, "Member 'SBZPartyClient_ConnectToLobby::InLobbyNetId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyClient_ServerLogin \ +static_assert(alignof(SBZPartyClient_ServerLogin) == 0x000008, "Wrong alignment on SBZPartyClient_ServerLogin"); \ +static_assert(sizeof(SBZPartyClient_ServerLogin) == 0x000038, "Wrong size on SBZPartyClient_ServerLogin"); \ +static_assert(offsetof(SBZPartyClient_ServerLogin, Client) == 0x000000, "Member 'SBZPartyClient_ServerLogin::Client' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyClient_ServerNotifyFailedToJoinLobby \ +static_assert(alignof(SBZPartyClient_ServerNotifyFailedToJoinLobby) == 0x000008, "Wrong alignment on SBZPartyClient_ServerNotifyFailedToJoinLobby"); \ +static_assert(sizeof(SBZPartyClient_ServerNotifyFailedToJoinLobby) == 0x000028, "Wrong size on SBZPartyClient_ServerNotifyFailedToJoinLobby"); \ +static_assert(offsetof(SBZPartyClient_ServerNotifyFailedToJoinLobby, ClientId) == 0x000000, "Member 'SBZPartyClient_ServerNotifyFailedToJoinLobby::ClientId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyClient_ServerNotifyJoinedLobby \ +static_assert(alignof(SBZPartyClient_ServerNotifyJoinedLobby) == 0x000008, "Wrong alignment on SBZPartyClient_ServerNotifyJoinedLobby"); \ +static_assert(sizeof(SBZPartyClient_ServerNotifyJoinedLobby) == 0x000028, "Wrong size on SBZPartyClient_ServerNotifyJoinedLobby"); \ +static_assert(offsetof(SBZPartyClient_ServerNotifyJoinedLobby, ClientId) == 0x000000, "Member 'SBZPartyClient_ServerNotifyJoinedLobby::ClientId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyClient_ServerNotifyLeftLobby \ +static_assert(alignof(SBZPartyClient_ServerNotifyLeftLobby) == 0x000008, "Wrong alignment on SBZPartyClient_ServerNotifyLeftLobby"); \ +static_assert(sizeof(SBZPartyClient_ServerNotifyLeftLobby) == 0x000028, "Wrong size on SBZPartyClient_ServerNotifyLeftLobby"); \ +static_assert(offsetof(SBZPartyClient_ServerNotifyLeftLobby, ClientId) == 0x000000, "Member 'SBZPartyClient_ServerNotifyLeftLobby::ClientId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPartyClient \ +static_assert(alignof(USBZPartyClient) == 0x000008, "Wrong alignment on USBZPartyClient"); \ +static_assert(sizeof(USBZPartyClient) == 0x0000B8, "Wrong size on USBZPartyClient"); \ +static_assert(offsetof(USBZPartyClient, PartyState) == 0x000048, "Member 'USBZPartyClient::PartyState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZModGripAnimData \ +static_assert(alignof(USBZModGripAnimData) == 0x000008, "Wrong alignment on USBZModGripAnimData"); \ +static_assert(sizeof(USBZModGripAnimData) == 0x000080, "Wrong size on USBZModGripAnimData"); \ +static_assert(offsetof(USBZModGripAnimData, Priority) == 0x000038, "Member 'USBZModGripAnimData::Priority' has a wrong offset!"); \ +static_assert(offsetof(USBZModGripAnimData, OverrideRightGripFPPose) == 0x000040, "Member 'USBZModGripAnimData::OverrideRightGripFPPose' has a wrong offset!"); \ +static_assert(offsetof(USBZModGripAnimData, OverrideLeftGripFPPose) == 0x000048, "Member 'USBZModGripAnimData::OverrideLeftGripFPPose' has a wrong offset!"); \ +static_assert(offsetof(USBZModGripAnimData, OverrideRightGripTPPose) == 0x000050, "Member 'USBZModGripAnimData::OverrideRightGripTPPose' has a wrong offset!"); \ +static_assert(offsetof(USBZModGripAnimData, OverrideLeftGripTPPose) == 0x000058, "Member 'USBZModGripAnimData::OverrideLeftGripTPPose' has a wrong offset!"); \ +static_assert(offsetof(USBZModGripAnimData, OverrideTriggerDisciplineRightGripFPPose) == 0x000060, "Member 'USBZModGripAnimData::OverrideTriggerDisciplineRightGripFPPose' has a wrong offset!"); \ +static_assert(offsetof(USBZModGripAnimData, OverrideTriggerDisciplineLeftGripFPPose) == 0x000068, "Member 'USBZModGripAnimData::OverrideTriggerDisciplineLeftGripFPPose' has a wrong offset!"); \ +static_assert(offsetof(USBZModGripAnimData, OverrideTriggerDisciplineRightGripTPPose) == 0x000070, "Member 'USBZModGripAnimData::OverrideTriggerDisciplineRightGripTPPose' has a wrong offset!"); \ +static_assert(offsetof(USBZModGripAnimData, OverrideTriggerDisciplineLeftGripTPPose) == 0x000078, "Member 'USBZModGripAnimData::OverrideTriggerDisciplineLeftGripTPPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillJuggernautArmoredUpIIBase \ +static_assert(alignof(USBZSkillJuggernautArmoredUpIIBase) == 0x000008, "Wrong alignment on USBZSkillJuggernautArmoredUpIIBase"); \ +static_assert(sizeof(USBZSkillJuggernautArmoredUpIIBase) == 0x000230, "Wrong size on USBZSkillJuggernautArmoredUpIIBase"); \ + +#define DUMPER7_ASSERTS_USBZSkeletalMeshComponentBudgeted \ +static_assert(alignof(USBZSkeletalMeshComponentBudgeted) == 0x000010, "Wrong alignment on USBZSkeletalMeshComponentBudgeted"); \ +static_assert(sizeof(USBZSkeletalMeshComponentBudgeted) == 0x001010, "Wrong size on USBZSkeletalMeshComponentBudgeted"); \ +static_assert(offsetof(USBZSkeletalMeshComponentBudgeted, CapsuleShadowingData) == 0x000FF8, "Member 'USBZSkeletalMeshComponentBudgeted::CapsuleShadowingData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModularCharacterComponent_AddToOutline \ +static_assert(alignof(SBZModularCharacterComponent_AddToOutline) == 0x000008, "Wrong alignment on SBZModularCharacterComponent_AddToOutline"); \ +static_assert(sizeof(SBZModularCharacterComponent_AddToOutline) == 0x000008, "Wrong size on SBZModularCharacterComponent_AddToOutline"); \ +static_assert(offsetof(SBZModularCharacterComponent_AddToOutline, OutlineComponent) == 0x000000, "Member 'SBZModularCharacterComponent_AddToOutline::OutlineComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModularCharacterComponent_SetBodyMesh \ +static_assert(alignof(SBZModularCharacterComponent_SetBodyMesh) == 0x000008, "Wrong alignment on SBZModularCharacterComponent_SetBodyMesh"); \ +static_assert(sizeof(SBZModularCharacterComponent_SetBodyMesh) == 0x000008, "Wrong size on SBZModularCharacterComponent_SetBodyMesh"); \ +static_assert(offsetof(SBZModularCharacterComponent_SetBodyMesh, BodySkeletalMesh) == 0x000000, "Member 'SBZModularCharacterComponent_SetBodyMesh::BodySkeletalMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModularCharacterComponent_SetGlovesMesh \ +static_assert(alignof(SBZModularCharacterComponent_SetGlovesMesh) == 0x000008, "Wrong alignment on SBZModularCharacterComponent_SetGlovesMesh"); \ +static_assert(sizeof(SBZModularCharacterComponent_SetGlovesMesh) == 0x000008, "Wrong size on SBZModularCharacterComponent_SetGlovesMesh"); \ +static_assert(offsetof(SBZModularCharacterComponent_SetGlovesMesh, GlovesSkeletalMesh) == 0x000000, "Member 'SBZModularCharacterComponent_SetGlovesMesh::GlovesSkeletalMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModularCharacterComponent_SetSuitMesh \ +static_assert(alignof(SBZModularCharacterComponent_SetSuitMesh) == 0x000008, "Wrong alignment on SBZModularCharacterComponent_SetSuitMesh"); \ +static_assert(sizeof(SBZModularCharacterComponent_SetSuitMesh) == 0x000008, "Wrong size on SBZModularCharacterComponent_SetSuitMesh"); \ +static_assert(offsetof(SBZModularCharacterComponent_SetSuitMesh, SuitSkeletalMesh) == 0x000000, "Member 'SBZModularCharacterComponent_SetSuitMesh::SuitSkeletalMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModularCharacterComponent_GetBodyMeshComponent \ +static_assert(alignof(SBZModularCharacterComponent_GetBodyMeshComponent) == 0x000008, "Wrong alignment on SBZModularCharacterComponent_GetBodyMeshComponent"); \ +static_assert(sizeof(SBZModularCharacterComponent_GetBodyMeshComponent) == 0x000008, "Wrong size on SBZModularCharacterComponent_GetBodyMeshComponent"); \ +static_assert(offsetof(SBZModularCharacterComponent_GetBodyMeshComponent, ReturnValue) == 0x000000, "Member 'SBZModularCharacterComponent_GetBodyMeshComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModularCharacterComponent_GetGlovesMeshComponent \ +static_assert(alignof(SBZModularCharacterComponent_GetGlovesMeshComponent) == 0x000008, "Wrong alignment on SBZModularCharacterComponent_GetGlovesMeshComponent"); \ +static_assert(sizeof(SBZModularCharacterComponent_GetGlovesMeshComponent) == 0x000008, "Wrong size on SBZModularCharacterComponent_GetGlovesMeshComponent"); \ +static_assert(offsetof(SBZModularCharacterComponent_GetGlovesMeshComponent, ReturnValue) == 0x000000, "Member 'SBZModularCharacterComponent_GetGlovesMeshComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZModularCharacterComponent_GetSuitMeshComponent \ +static_assert(alignof(SBZModularCharacterComponent_GetSuitMeshComponent) == 0x000008, "Wrong alignment on SBZModularCharacterComponent_GetSuitMeshComponent"); \ +static_assert(sizeof(SBZModularCharacterComponent_GetSuitMeshComponent) == 0x000008, "Wrong size on SBZModularCharacterComponent_GetSuitMeshComponent"); \ +static_assert(offsetof(SBZModularCharacterComponent_GetSuitMeshComponent, ReturnValue) == 0x000000, "Member 'SBZModularCharacterComponent_GetSuitMeshComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZModularCharacterComponent \ +static_assert(alignof(USBZModularCharacterComponent) == 0x000010, "Wrong alignment on USBZModularCharacterComponent"); \ +static_assert(sizeof(USBZModularCharacterComponent) == 0x001030, "Wrong size on USBZModularCharacterComponent"); \ +static_assert(offsetof(USBZModularCharacterComponent, SuitCapsuleShadowingData) == 0x001008, "Member 'USBZModularCharacterComponent::SuitCapsuleShadowingData' has a wrong offset!"); \ +static_assert(offsetof(USBZModularCharacterComponent, SuitMeshComponent) == 0x001010, "Member 'USBZModularCharacterComponent::SuitMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZModularCharacterComponent, GlovesMeshComponent) == 0x001018, "Member 'USBZModularCharacterComponent::GlovesMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZModularCharacterComponent, BodyMeshComponent) == 0x001020, "Member 'USBZModularCharacterComponent::BodyMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyManagerABV2_HandlePlatformUserChanged \ +static_assert(alignof(SBZPartyManagerABV2_HandlePlatformUserChanged) == 0x000004, "Wrong alignment on SBZPartyManagerABV2_HandlePlatformUserChanged"); \ +static_assert(sizeof(SBZPartyManagerABV2_HandlePlatformUserChanged) == 0x000004, "Wrong size on SBZPartyManagerABV2_HandlePlatformUserChanged"); \ +static_assert(offsetof(SBZPartyManagerABV2_HandlePlatformUserChanged, OldUserIndex) == 0x000000, "Member 'SBZPartyManagerABV2_HandlePlatformUserChanged::OldUserIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyManagerABV2_InvitePopUpCallbackV2 \ +static_assert(alignof(SBZPartyManagerABV2_InvitePopUpCallbackV2) == 0x000004, "Wrong alignment on SBZPartyManagerABV2_InvitePopUpCallbackV2"); \ +static_assert(sizeof(SBZPartyManagerABV2_InvitePopUpCallbackV2) == 0x00000C, "Wrong size on SBZPartyManagerABV2_InvitePopUpCallbackV2"); \ +static_assert(offsetof(SBZPartyManagerABV2_InvitePopUpCallbackV2, ActionName) == 0x000000, "Member 'SBZPartyManagerABV2_InvitePopUpCallbackV2::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyManagerABV2_OnConfirmPartyLeaderLeft \ +static_assert(alignof(SBZPartyManagerABV2_OnConfirmPartyLeaderLeft) == 0x000004, "Wrong alignment on SBZPartyManagerABV2_OnConfirmPartyLeaderLeft"); \ +static_assert(sizeof(SBZPartyManagerABV2_OnConfirmPartyLeaderLeft) == 0x00000C, "Wrong size on SBZPartyManagerABV2_OnConfirmPartyLeaderLeft"); \ +static_assert(offsetof(SBZPartyManagerABV2_OnConfirmPartyLeaderLeft, ClosingActionName) == 0x000000, "Member 'SBZPartyManagerABV2_OnConfirmPartyLeaderLeft::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyManagerABV2_OnStateEntered \ +static_assert(alignof(SBZPartyManagerABV2_OnStateEntered) == 0x000004, "Wrong alignment on SBZPartyManagerABV2_OnStateEntered"); \ +static_assert(sizeof(SBZPartyManagerABV2_OnStateEntered) == 0x00000C, "Wrong size on SBZPartyManagerABV2_OnStateEntered"); \ +static_assert(offsetof(SBZPartyManagerABV2_OnStateEntered, StateName) == 0x000000, "Member 'SBZPartyManagerABV2_OnStateEntered::StateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPartyManagerABV2 \ +static_assert(alignof(USBZPartyManagerABV2) == 0x000008, "Wrong alignment on USBZPartyManagerABV2"); \ +static_assert(sizeof(USBZPartyManagerABV2) == 0x000310, "Wrong size on USBZPartyManagerABV2"); \ + +#define DUMPER7_ASSERTS_USBZSkillKnifeSpecDeepWoundsBase \ +static_assert(alignof(USBZSkillKnifeSpecDeepWoundsBase) == 0x000008, "Wrong alignment on USBZSkillKnifeSpecDeepWoundsBase"); \ +static_assert(sizeof(USBZSkillKnifeSpecDeepWoundsBase) == 0x000230, "Wrong size on USBZSkillKnifeSpecDeepWoundsBase"); \ + +#define DUMPER7_ASSERTS_USBZModularMeshComponent \ +static_assert(alignof(USBZModularMeshComponent) == 0x000008, "Wrong alignment on USBZModularMeshComponent"); \ +static_assert(sizeof(USBZModularMeshComponent) == 0x0002B0, "Wrong size on USBZModularMeshComponent"); \ +static_assert(offsetof(USBZModularMeshComponent, BaseRig) == 0x0000C0, "Member 'USBZModularMeshComponent::BaseRig' has a wrong offset!"); \ +static_assert(offsetof(USBZModularMeshComponent, VisibilityMeshes) == 0x0000C8, "Member 'USBZModularMeshComponent::VisibilityMeshes' has a wrong offset!"); \ +static_assert(offsetof(USBZModularMeshComponent, VisibilityRig) == 0x000118, "Member 'USBZModularMeshComponent::VisibilityRig' has a wrong offset!"); \ +static_assert(offsetof(USBZModularMeshComponent, CreatedMeshArray) == 0x000260, "Member 'USBZModularMeshComponent::CreatedMeshArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZCosmeticsPartSlot \ +static_assert(alignof(USBZCosmeticsPartSlot) == 0x000008, "Wrong alignment on USBZCosmeticsPartSlot"); \ +static_assert(sizeof(USBZCosmeticsPartSlot) == 0x000078, "Wrong size on USBZCosmeticsPartSlot"); \ + +#define DUMPER7_ASSERTS_USBZWeaponStickerSlot \ +static_assert(alignof(USBZWeaponStickerSlot) == 0x000008, "Wrong alignment on USBZWeaponStickerSlot"); \ +static_assert(sizeof(USBZWeaponStickerSlot) == 0x000080, "Wrong size on USBZWeaponStickerSlot"); \ +static_assert(offsetof(USBZWeaponStickerSlot, StickerPositionIndex) == 0x000078, "Member 'USBZWeaponStickerSlot::StickerPositionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZModularMeshContainer \ +static_assert(alignof(ISBZModularMeshContainer) == 0x000001, "Wrong alignment on ISBZModularMeshContainer"); \ +static_assert(sizeof(ISBZModularMeshContainer) == 0x000001, "Wrong size on ISBZModularMeshContainer"); \ + +#define DUMPER7_ASSERTS_USBZModularPartApplierOverrideMat \ +static_assert(alignof(USBZModularPartApplierOverrideMat) == 0x000008, "Wrong alignment on USBZModularPartApplierOverrideMat"); \ +static_assert(sizeof(USBZModularPartApplierOverrideMat) == 0x000030, "Wrong size on USBZModularPartApplierOverrideMat"); \ + +#define DUMPER7_ASSERTS_ISBZPawnInterface \ +static_assert(alignof(ISBZPawnInterface) == 0x000001, "Wrong alignment on ISBZPawnInterface"); \ +static_assert(sizeof(ISBZPawnInterface) == 0x000001, "Wrong size on ISBZPawnInterface"); \ + +#define DUMPER7_ASSERTS_USBZSkillKnifeSpecLacerationBase \ +static_assert(alignof(USBZSkillKnifeSpecLacerationBase) == 0x000008, "Wrong alignment on USBZSkillKnifeSpecLacerationBase"); \ +static_assert(sizeof(USBZSkillKnifeSpecLacerationBase) == 0x000230, "Wrong size on USBZSkillKnifeSpecLacerationBase"); \ + +#define DUMPER7_ASSERTS_USBZModularPartApplierWeaponDecal \ +static_assert(alignof(USBZModularPartApplierWeaponDecal) == 0x000008, "Wrong alignment on USBZModularPartApplierWeaponDecal"); \ +static_assert(sizeof(USBZModularPartApplierWeaponDecal) == 0x000030, "Wrong size on USBZModularPartApplierWeaponDecal"); \ + +#define DUMPER7_ASSERTS_USBZModularPartApplierWeaponPattern \ +static_assert(alignof(USBZModularPartApplierWeaponPattern) == 0x000008, "Wrong alignment on USBZModularPartApplierWeaponPattern"); \ +static_assert(sizeof(USBZModularPartApplierWeaponPattern) == 0x000030, "Wrong size on USBZModularPartApplierWeaponPattern"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Client_ResendHighGrainPrimaryThrowableAttackCount \ +static_assert(alignof(SBZPlayerAttributeSet_Client_ResendHighGrainPrimaryThrowableAttackCount) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Client_ResendHighGrainPrimaryThrowableAttackCount"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Client_ResendHighGrainPrimaryThrowableAttackCount) == 0x000004, "Wrong size on SBZPlayerAttributeSet_Client_ResendHighGrainPrimaryThrowableAttackCount"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Client_ResendHighGrainPrimaryThrowableAttackCount, Count) == 0x000000, "Member 'SBZPlayerAttributeSet_Client_ResendHighGrainPrimaryThrowableAttackCount::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Client_SetSniperExpertDamageMultiplierIncrease \ +static_assert(alignof(SBZPlayerAttributeSet_Client_SetSniperExpertDamageMultiplierIncrease) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Client_SetSniperExpertDamageMultiplierIncrease"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Client_SetSniperExpertDamageMultiplierIncrease) == 0x000004, "Wrong size on SBZPlayerAttributeSet_Client_SetSniperExpertDamageMultiplierIncrease"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Client_SetSniperExpertDamageMultiplierIncrease, NewCurrentValue) == 0x000000, "Member 'SBZPlayerAttributeSet_Client_SetSniperExpertDamageMultiplierIncrease::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Multicast_SetArmorTrauma \ +static_assert(alignof(SBZPlayerAttributeSet_Multicast_SetArmorTrauma) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Multicast_SetArmorTrauma"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Multicast_SetArmorTrauma) == 0x000004, "Wrong size on SBZPlayerAttributeSet_Multicast_SetArmorTrauma"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetArmorTrauma, NewCurrentValue) == 0x000000, "Member 'SBZPlayerAttributeSet_Multicast_SetArmorTrauma::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Multicast_SetConsumableCount \ +static_assert(alignof(SBZPlayerAttributeSet_Multicast_SetConsumableCount) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Multicast_SetConsumableCount"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Multicast_SetConsumableCount) == 0x000004, "Wrong size on SBZPlayerAttributeSet_Multicast_SetConsumableCount"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetConsumableCount, NewCurrentValue) == 0x000000, "Member 'SBZPlayerAttributeSet_Multicast_SetConsumableCount::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Multicast_SetDownedCount \ +static_assert(alignof(SBZPlayerAttributeSet_Multicast_SetDownedCount) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Multicast_SetDownedCount"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Multicast_SetDownedCount) == 0x000004, "Wrong size on SBZPlayerAttributeSet_Multicast_SetDownedCount"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetDownedCount, NewCurrentValue) == 0x000000, "Member 'SBZPlayerAttributeSet_Multicast_SetDownedCount::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Multicast_SetEquippableAmmoInventoryLoaded \ +static_assert(alignof(SBZPlayerAttributeSet_Multicast_SetEquippableAmmoInventoryLoaded) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Multicast_SetEquippableAmmoInventoryLoaded"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Multicast_SetEquippableAmmoInventoryLoaded) == 0x00000C, "Wrong size on SBZPlayerAttributeSet_Multicast_SetEquippableAmmoInventoryLoaded"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetEquippableAmmoInventoryLoaded, EquippableIndex) == 0x000000, "Member 'SBZPlayerAttributeSet_Multicast_SetEquippableAmmoInventoryLoaded::EquippableIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetEquippableAmmoInventoryLoaded, AmmoLoaded) == 0x000004, "Member 'SBZPlayerAttributeSet_Multicast_SetEquippableAmmoInventoryLoaded::AmmoLoaded' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetEquippableAmmoInventoryLoaded, AmmoInventory) == 0x000008, "Member 'SBZPlayerAttributeSet_Multicast_SetEquippableAmmoInventoryLoaded::AmmoInventory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Multicast_SetHealthTrauma \ +static_assert(alignof(SBZPlayerAttributeSet_Multicast_SetHealthTrauma) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Multicast_SetHealthTrauma"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Multicast_SetHealthTrauma) == 0x000004, "Wrong size on SBZPlayerAttributeSet_Multicast_SetHealthTrauma"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetHealthTrauma, NewCurrentValue) == 0x000000, "Member 'SBZPlayerAttributeSet_Multicast_SetHealthTrauma::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Multicast_SetOutgoingArmorPenetration \ +static_assert(alignof(SBZPlayerAttributeSet_Multicast_SetOutgoingArmorPenetration) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Multicast_SetOutgoingArmorPenetration"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Multicast_SetOutgoingArmorPenetration) == 0x000004, "Wrong size on SBZPlayerAttributeSet_Multicast_SetOutgoingArmorPenetration"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetOutgoingArmorPenetration, NewCurrentValue) == 0x000000, "Member 'SBZPlayerAttributeSet_Multicast_SetOutgoingArmorPenetration::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Multicast_SetOverskillProgression \ +static_assert(alignof(SBZPlayerAttributeSet_Multicast_SetOverskillProgression) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Multicast_SetOverskillProgression"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Multicast_SetOverskillProgression) == 0x000004, "Wrong size on SBZPlayerAttributeSet_Multicast_SetOverskillProgression"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetOverskillProgression, NewCurrentValue) == 0x000000, "Member 'SBZPlayerAttributeSet_Multicast_SetOverskillProgression::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Multicast_SetPrimaryEquippableAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_Multicast_SetPrimaryEquippableAmmoInventory) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Multicast_SetPrimaryEquippableAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Multicast_SetPrimaryEquippableAmmoInventory) == 0x000004, "Wrong size on SBZPlayerAttributeSet_Multicast_SetPrimaryEquippableAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetPrimaryEquippableAmmoInventory, NewCurrentValue) == 0x000000, "Member 'SBZPlayerAttributeSet_Multicast_SetPrimaryEquippableAmmoInventory::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Multicast_SetPrimaryEquippableAmmoLoaded \ +static_assert(alignof(SBZPlayerAttributeSet_Multicast_SetPrimaryEquippableAmmoLoaded) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Multicast_SetPrimaryEquippableAmmoLoaded"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Multicast_SetPrimaryEquippableAmmoLoaded) == 0x000004, "Wrong size on SBZPlayerAttributeSet_Multicast_SetPrimaryEquippableAmmoLoaded"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetPrimaryEquippableAmmoLoaded, NewCurrentValue) == 0x000000, "Member 'SBZPlayerAttributeSet_Multicast_SetPrimaryEquippableAmmoLoaded::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Multicast_SetPrimaryPlaceableAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_Multicast_SetPrimaryPlaceableAmmoInventory) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Multicast_SetPrimaryPlaceableAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Multicast_SetPrimaryPlaceableAmmoInventory) == 0x000004, "Wrong size on SBZPlayerAttributeSet_Multicast_SetPrimaryPlaceableAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetPrimaryPlaceableAmmoInventory, NewCurrentValue) == 0x000000, "Member 'SBZPlayerAttributeSet_Multicast_SetPrimaryPlaceableAmmoInventory::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Multicast_SetPrimaryThrowableAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_Multicast_SetPrimaryThrowableAmmoInventory) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Multicast_SetPrimaryThrowableAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Multicast_SetPrimaryThrowableAmmoInventory) == 0x000004, "Wrong size on SBZPlayerAttributeSet_Multicast_SetPrimaryThrowableAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetPrimaryThrowableAmmoInventory, NewCurrentValue) == 0x000000, "Member 'SBZPlayerAttributeSet_Multicast_SetPrimaryThrowableAmmoInventory::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Multicast_SetPrimaryToolAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_Multicast_SetPrimaryToolAmmoInventory) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Multicast_SetPrimaryToolAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Multicast_SetPrimaryToolAmmoInventory) == 0x000004, "Wrong size on SBZPlayerAttributeSet_Multicast_SetPrimaryToolAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetPrimaryToolAmmoInventory, NewCurrentValue) == 0x000000, "Member 'SBZPlayerAttributeSet_Multicast_SetPrimaryToolAmmoInventory::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Multicast_SetPrimaryToolPlaceableAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_Multicast_SetPrimaryToolPlaceableAmmoInventory) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Multicast_SetPrimaryToolPlaceableAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Multicast_SetPrimaryToolPlaceableAmmoInventory) == 0x000004, "Wrong size on SBZPlayerAttributeSet_Multicast_SetPrimaryToolPlaceableAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetPrimaryToolPlaceableAmmoInventory, NewCurrentValue) == 0x000000, "Member 'SBZPlayerAttributeSet_Multicast_SetPrimaryToolPlaceableAmmoInventory::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Multicast_SetSecondaryEquippableAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_Multicast_SetSecondaryEquippableAmmoInventory) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Multicast_SetSecondaryEquippableAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Multicast_SetSecondaryEquippableAmmoInventory) == 0x000004, "Wrong size on SBZPlayerAttributeSet_Multicast_SetSecondaryEquippableAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetSecondaryEquippableAmmoInventory, NewCurrentValue) == 0x000000, "Member 'SBZPlayerAttributeSet_Multicast_SetSecondaryEquippableAmmoInventory::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Multicast_SetSecondaryEquippableAmmoLoaded \ +static_assert(alignof(SBZPlayerAttributeSet_Multicast_SetSecondaryEquippableAmmoLoaded) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Multicast_SetSecondaryEquippableAmmoLoaded"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Multicast_SetSecondaryEquippableAmmoLoaded) == 0x000004, "Wrong size on SBZPlayerAttributeSet_Multicast_SetSecondaryEquippableAmmoLoaded"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetSecondaryEquippableAmmoLoaded, NewCurrentValue) == 0x000000, "Member 'SBZPlayerAttributeSet_Multicast_SetSecondaryEquippableAmmoLoaded::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Multicast_SetSecondaryPlaceableAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_Multicast_SetSecondaryPlaceableAmmoInventory) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Multicast_SetSecondaryPlaceableAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Multicast_SetSecondaryPlaceableAmmoInventory) == 0x000004, "Wrong size on SBZPlayerAttributeSet_Multicast_SetSecondaryPlaceableAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetSecondaryPlaceableAmmoInventory, NewCurrentValue) == 0x000000, "Member 'SBZPlayerAttributeSet_Multicast_SetSecondaryPlaceableAmmoInventory::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Multicast_SetSecondaryThrowableAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_Multicast_SetSecondaryThrowableAmmoInventory) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Multicast_SetSecondaryThrowableAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Multicast_SetSecondaryThrowableAmmoInventory) == 0x000004, "Wrong size on SBZPlayerAttributeSet_Multicast_SetSecondaryThrowableAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetSecondaryThrowableAmmoInventory, NewCurrentValue) == 0x000000, "Member 'SBZPlayerAttributeSet_Multicast_SetSecondaryThrowableAmmoInventory::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Multicast_SetSecondaryToolAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_Multicast_SetSecondaryToolAmmoInventory) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Multicast_SetSecondaryToolAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Multicast_SetSecondaryToolAmmoInventory) == 0x000004, "Wrong size on SBZPlayerAttributeSet_Multicast_SetSecondaryToolAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetSecondaryToolAmmoInventory, NewCurrentValue) == 0x000000, "Member 'SBZPlayerAttributeSet_Multicast_SetSecondaryToolAmmoInventory::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Multicast_SetSecondaryToolPlaceableAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_Multicast_SetSecondaryToolPlaceableAmmoInventory) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Multicast_SetSecondaryToolPlaceableAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Multicast_SetSecondaryToolPlaceableAmmoInventory) == 0x000004, "Wrong size on SBZPlayerAttributeSet_Multicast_SetSecondaryToolPlaceableAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetSecondaryToolPlaceableAmmoInventory, NewCurrentValue) == 0x000000, "Member 'SBZPlayerAttributeSet_Multicast_SetSecondaryToolPlaceableAmmoInventory::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Multicast_SetTertiaryEquippableAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_Multicast_SetTertiaryEquippableAmmoInventory) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Multicast_SetTertiaryEquippableAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Multicast_SetTertiaryEquippableAmmoInventory) == 0x000004, "Wrong size on SBZPlayerAttributeSet_Multicast_SetTertiaryEquippableAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetTertiaryEquippableAmmoInventory, NewCurrentValue) == 0x000000, "Member 'SBZPlayerAttributeSet_Multicast_SetTertiaryEquippableAmmoInventory::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Multicast_SetTertiaryEquippableAmmoLoaded \ +static_assert(alignof(SBZPlayerAttributeSet_Multicast_SetTertiaryEquippableAmmoLoaded) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Multicast_SetTertiaryEquippableAmmoLoaded"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Multicast_SetTertiaryEquippableAmmoLoaded) == 0x000004, "Wrong size on SBZPlayerAttributeSet_Multicast_SetTertiaryEquippableAmmoLoaded"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetTertiaryEquippableAmmoLoaded, NewCurrentValue) == 0x000000, "Member 'SBZPlayerAttributeSet_Multicast_SetTertiaryEquippableAmmoLoaded::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Multicast_SetTertiaryPlaceableAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_Multicast_SetTertiaryPlaceableAmmoInventory) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Multicast_SetTertiaryPlaceableAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Multicast_SetTertiaryPlaceableAmmoInventory) == 0x000004, "Wrong size on SBZPlayerAttributeSet_Multicast_SetTertiaryPlaceableAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetTertiaryPlaceableAmmoInventory, NewCurrentValue) == 0x000000, "Member 'SBZPlayerAttributeSet_Multicast_SetTertiaryPlaceableAmmoInventory::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Multicast_SetTertiaryThrowableAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_Multicast_SetTertiaryThrowableAmmoInventory) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Multicast_SetTertiaryThrowableAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Multicast_SetTertiaryThrowableAmmoInventory) == 0x000004, "Wrong size on SBZPlayerAttributeSet_Multicast_SetTertiaryThrowableAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetTertiaryThrowableAmmoInventory, NewCurrentValue) == 0x000000, "Member 'SBZPlayerAttributeSet_Multicast_SetTertiaryThrowableAmmoInventory::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Multicast_SetTertiaryToolAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_Multicast_SetTertiaryToolAmmoInventory) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Multicast_SetTertiaryToolAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Multicast_SetTertiaryToolAmmoInventory) == 0x000004, "Wrong size on SBZPlayerAttributeSet_Multicast_SetTertiaryToolAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetTertiaryToolAmmoInventory, NewCurrentValue) == 0x000000, "Member 'SBZPlayerAttributeSet_Multicast_SetTertiaryToolAmmoInventory::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_Multicast_SetTertiaryToolPlaceableAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_Multicast_SetTertiaryToolPlaceableAmmoInventory) == 0x000004, "Wrong alignment on SBZPlayerAttributeSet_Multicast_SetTertiaryToolPlaceableAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_Multicast_SetTertiaryToolPlaceableAmmoInventory) == 0x000004, "Wrong size on SBZPlayerAttributeSet_Multicast_SetTertiaryToolPlaceableAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_Multicast_SetTertiaryToolPlaceableAmmoInventory, NewCurrentValue) == 0x000000, "Member 'SBZPlayerAttributeSet_Multicast_SetTertiaryToolPlaceableAmmoInventory::NewCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_OnRep_ArmorTrauma \ +static_assert(alignof(SBZPlayerAttributeSet_OnRep_ArmorTrauma) == 0x000008, "Wrong alignment on SBZPlayerAttributeSet_OnRep_ArmorTrauma"); \ +static_assert(sizeof(SBZPlayerAttributeSet_OnRep_ArmorTrauma) == 0x000010, "Wrong size on SBZPlayerAttributeSet_OnRep_ArmorTrauma"); \ +static_assert(offsetof(SBZPlayerAttributeSet_OnRep_ArmorTrauma, OldArmorTrauma) == 0x000000, "Member 'SBZPlayerAttributeSet_OnRep_ArmorTrauma::OldArmorTrauma' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_OnRep_ConsumableCount \ +static_assert(alignof(SBZPlayerAttributeSet_OnRep_ConsumableCount) == 0x000008, "Wrong alignment on SBZPlayerAttributeSet_OnRep_ConsumableCount"); \ +static_assert(sizeof(SBZPlayerAttributeSet_OnRep_ConsumableCount) == 0x000010, "Wrong size on SBZPlayerAttributeSet_OnRep_ConsumableCount"); \ +static_assert(offsetof(SBZPlayerAttributeSet_OnRep_ConsumableCount, OldConsumableCount) == 0x000000, "Member 'SBZPlayerAttributeSet_OnRep_ConsumableCount::OldConsumableCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_OnRep_DownedCount \ +static_assert(alignof(SBZPlayerAttributeSet_OnRep_DownedCount) == 0x000008, "Wrong alignment on SBZPlayerAttributeSet_OnRep_DownedCount"); \ +static_assert(sizeof(SBZPlayerAttributeSet_OnRep_DownedCount) == 0x000010, "Wrong size on SBZPlayerAttributeSet_OnRep_DownedCount"); \ +static_assert(offsetof(SBZPlayerAttributeSet_OnRep_DownedCount, OldDownedCount) == 0x000000, "Member 'SBZPlayerAttributeSet_OnRep_DownedCount::OldDownedCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_OnRep_HealthTrauma \ +static_assert(alignof(SBZPlayerAttributeSet_OnRep_HealthTrauma) == 0x000008, "Wrong alignment on SBZPlayerAttributeSet_OnRep_HealthTrauma"); \ +static_assert(sizeof(SBZPlayerAttributeSet_OnRep_HealthTrauma) == 0x000010, "Wrong size on SBZPlayerAttributeSet_OnRep_HealthTrauma"); \ +static_assert(offsetof(SBZPlayerAttributeSet_OnRep_HealthTrauma, OldArmorTrauma) == 0x000000, "Member 'SBZPlayerAttributeSet_OnRep_HealthTrauma::OldArmorTrauma' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_OnRep_OutgoingArmorPenetration \ +static_assert(alignof(SBZPlayerAttributeSet_OnRep_OutgoingArmorPenetration) == 0x000008, "Wrong alignment on SBZPlayerAttributeSet_OnRep_OutgoingArmorPenetration"); \ +static_assert(sizeof(SBZPlayerAttributeSet_OnRep_OutgoingArmorPenetration) == 0x000010, "Wrong size on SBZPlayerAttributeSet_OnRep_OutgoingArmorPenetration"); \ +static_assert(offsetof(SBZPlayerAttributeSet_OnRep_OutgoingArmorPenetration, OldValue) == 0x000000, "Member 'SBZPlayerAttributeSet_OnRep_OutgoingArmorPenetration::OldValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_OnRep_OverskillProgression \ +static_assert(alignof(SBZPlayerAttributeSet_OnRep_OverskillProgression) == 0x000008, "Wrong alignment on SBZPlayerAttributeSet_OnRep_OverskillProgression"); \ +static_assert(sizeof(SBZPlayerAttributeSet_OnRep_OverskillProgression) == 0x000010, "Wrong size on SBZPlayerAttributeSet_OnRep_OverskillProgression"); \ +static_assert(offsetof(SBZPlayerAttributeSet_OnRep_OverskillProgression, OldValue) == 0x000000, "Member 'SBZPlayerAttributeSet_OnRep_OverskillProgression::OldValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_OnRep_PrimaryEquippableAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_OnRep_PrimaryEquippableAmmoInventory) == 0x000008, "Wrong alignment on SBZPlayerAttributeSet_OnRep_PrimaryEquippableAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_OnRep_PrimaryEquippableAmmoInventory) == 0x000010, "Wrong size on SBZPlayerAttributeSet_OnRep_PrimaryEquippableAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_OnRep_PrimaryEquippableAmmoInventory, OldData) == 0x000000, "Member 'SBZPlayerAttributeSet_OnRep_PrimaryEquippableAmmoInventory::OldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_OnRep_PrimaryEquippableAmmoLoaded \ +static_assert(alignof(SBZPlayerAttributeSet_OnRep_PrimaryEquippableAmmoLoaded) == 0x000008, "Wrong alignment on SBZPlayerAttributeSet_OnRep_PrimaryEquippableAmmoLoaded"); \ +static_assert(sizeof(SBZPlayerAttributeSet_OnRep_PrimaryEquippableAmmoLoaded) == 0x000010, "Wrong size on SBZPlayerAttributeSet_OnRep_PrimaryEquippableAmmoLoaded"); \ +static_assert(offsetof(SBZPlayerAttributeSet_OnRep_PrimaryEquippableAmmoLoaded, OldData) == 0x000000, "Member 'SBZPlayerAttributeSet_OnRep_PrimaryEquippableAmmoLoaded::OldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_OnRep_PrimaryPlaceableAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_OnRep_PrimaryPlaceableAmmoInventory) == 0x000008, "Wrong alignment on SBZPlayerAttributeSet_OnRep_PrimaryPlaceableAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_OnRep_PrimaryPlaceableAmmoInventory) == 0x000010, "Wrong size on SBZPlayerAttributeSet_OnRep_PrimaryPlaceableAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_OnRep_PrimaryPlaceableAmmoInventory, OldData) == 0x000000, "Member 'SBZPlayerAttributeSet_OnRep_PrimaryPlaceableAmmoInventory::OldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_OnRep_PrimaryThrowableAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_OnRep_PrimaryThrowableAmmoInventory) == 0x000008, "Wrong alignment on SBZPlayerAttributeSet_OnRep_PrimaryThrowableAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_OnRep_PrimaryThrowableAmmoInventory) == 0x000010, "Wrong size on SBZPlayerAttributeSet_OnRep_PrimaryThrowableAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_OnRep_PrimaryThrowableAmmoInventory, OldData) == 0x000000, "Member 'SBZPlayerAttributeSet_OnRep_PrimaryThrowableAmmoInventory::OldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_OnRep_PrimaryToolAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_OnRep_PrimaryToolAmmoInventory) == 0x000008, "Wrong alignment on SBZPlayerAttributeSet_OnRep_PrimaryToolAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_OnRep_PrimaryToolAmmoInventory) == 0x000010, "Wrong size on SBZPlayerAttributeSet_OnRep_PrimaryToolAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_OnRep_PrimaryToolAmmoInventory, OldData) == 0x000000, "Member 'SBZPlayerAttributeSet_OnRep_PrimaryToolAmmoInventory::OldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_OnRep_PrimaryToolPlaceableAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_OnRep_PrimaryToolPlaceableAmmoInventory) == 0x000008, "Wrong alignment on SBZPlayerAttributeSet_OnRep_PrimaryToolPlaceableAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_OnRep_PrimaryToolPlaceableAmmoInventory) == 0x000010, "Wrong size on SBZPlayerAttributeSet_OnRep_PrimaryToolPlaceableAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_OnRep_PrimaryToolPlaceableAmmoInventory, OldData) == 0x000000, "Member 'SBZPlayerAttributeSet_OnRep_PrimaryToolPlaceableAmmoInventory::OldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_OnRep_SecondaryEquippableAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_OnRep_SecondaryEquippableAmmoInventory) == 0x000008, "Wrong alignment on SBZPlayerAttributeSet_OnRep_SecondaryEquippableAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_OnRep_SecondaryEquippableAmmoInventory) == 0x000010, "Wrong size on SBZPlayerAttributeSet_OnRep_SecondaryEquippableAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_OnRep_SecondaryEquippableAmmoInventory, OldData) == 0x000000, "Member 'SBZPlayerAttributeSet_OnRep_SecondaryEquippableAmmoInventory::OldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_OnRep_SecondaryEquippableAmmoLoaded \ +static_assert(alignof(SBZPlayerAttributeSet_OnRep_SecondaryEquippableAmmoLoaded) == 0x000008, "Wrong alignment on SBZPlayerAttributeSet_OnRep_SecondaryEquippableAmmoLoaded"); \ +static_assert(sizeof(SBZPlayerAttributeSet_OnRep_SecondaryEquippableAmmoLoaded) == 0x000010, "Wrong size on SBZPlayerAttributeSet_OnRep_SecondaryEquippableAmmoLoaded"); \ +static_assert(offsetof(SBZPlayerAttributeSet_OnRep_SecondaryEquippableAmmoLoaded, OldData) == 0x000000, "Member 'SBZPlayerAttributeSet_OnRep_SecondaryEquippableAmmoLoaded::OldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_OnRep_SecondaryPlaceableAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_OnRep_SecondaryPlaceableAmmoInventory) == 0x000008, "Wrong alignment on SBZPlayerAttributeSet_OnRep_SecondaryPlaceableAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_OnRep_SecondaryPlaceableAmmoInventory) == 0x000010, "Wrong size on SBZPlayerAttributeSet_OnRep_SecondaryPlaceableAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_OnRep_SecondaryPlaceableAmmoInventory, OldData) == 0x000000, "Member 'SBZPlayerAttributeSet_OnRep_SecondaryPlaceableAmmoInventory::OldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_OnRep_SecondaryThrowableAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_OnRep_SecondaryThrowableAmmoInventory) == 0x000008, "Wrong alignment on SBZPlayerAttributeSet_OnRep_SecondaryThrowableAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_OnRep_SecondaryThrowableAmmoInventory) == 0x000010, "Wrong size on SBZPlayerAttributeSet_OnRep_SecondaryThrowableAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_OnRep_SecondaryThrowableAmmoInventory, OldData) == 0x000000, "Member 'SBZPlayerAttributeSet_OnRep_SecondaryThrowableAmmoInventory::OldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_OnRep_SecondaryToolAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_OnRep_SecondaryToolAmmoInventory) == 0x000008, "Wrong alignment on SBZPlayerAttributeSet_OnRep_SecondaryToolAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_OnRep_SecondaryToolAmmoInventory) == 0x000010, "Wrong size on SBZPlayerAttributeSet_OnRep_SecondaryToolAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_OnRep_SecondaryToolAmmoInventory, OldData) == 0x000000, "Member 'SBZPlayerAttributeSet_OnRep_SecondaryToolAmmoInventory::OldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_OnRep_SecondaryToolPlaceableAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_OnRep_SecondaryToolPlaceableAmmoInventory) == 0x000008, "Wrong alignment on SBZPlayerAttributeSet_OnRep_SecondaryToolPlaceableAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_OnRep_SecondaryToolPlaceableAmmoInventory) == 0x000010, "Wrong size on SBZPlayerAttributeSet_OnRep_SecondaryToolPlaceableAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_OnRep_SecondaryToolPlaceableAmmoInventory, OldData) == 0x000000, "Member 'SBZPlayerAttributeSet_OnRep_SecondaryToolPlaceableAmmoInventory::OldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_OnRep_TertiaryEquippableAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_OnRep_TertiaryEquippableAmmoInventory) == 0x000008, "Wrong alignment on SBZPlayerAttributeSet_OnRep_TertiaryEquippableAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_OnRep_TertiaryEquippableAmmoInventory) == 0x000010, "Wrong size on SBZPlayerAttributeSet_OnRep_TertiaryEquippableAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_OnRep_TertiaryEquippableAmmoInventory, OldData) == 0x000000, "Member 'SBZPlayerAttributeSet_OnRep_TertiaryEquippableAmmoInventory::OldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_OnRep_TertiaryEquippableAmmoLoaded \ +static_assert(alignof(SBZPlayerAttributeSet_OnRep_TertiaryEquippableAmmoLoaded) == 0x000008, "Wrong alignment on SBZPlayerAttributeSet_OnRep_TertiaryEquippableAmmoLoaded"); \ +static_assert(sizeof(SBZPlayerAttributeSet_OnRep_TertiaryEquippableAmmoLoaded) == 0x000010, "Wrong size on SBZPlayerAttributeSet_OnRep_TertiaryEquippableAmmoLoaded"); \ +static_assert(offsetof(SBZPlayerAttributeSet_OnRep_TertiaryEquippableAmmoLoaded, OldData) == 0x000000, "Member 'SBZPlayerAttributeSet_OnRep_TertiaryEquippableAmmoLoaded::OldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_OnRep_TertiaryPlaceableAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_OnRep_TertiaryPlaceableAmmoInventory) == 0x000008, "Wrong alignment on SBZPlayerAttributeSet_OnRep_TertiaryPlaceableAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_OnRep_TertiaryPlaceableAmmoInventory) == 0x000010, "Wrong size on SBZPlayerAttributeSet_OnRep_TertiaryPlaceableAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_OnRep_TertiaryPlaceableAmmoInventory, OldData) == 0x000000, "Member 'SBZPlayerAttributeSet_OnRep_TertiaryPlaceableAmmoInventory::OldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_OnRep_TertiaryThrowableAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_OnRep_TertiaryThrowableAmmoInventory) == 0x000008, "Wrong alignment on SBZPlayerAttributeSet_OnRep_TertiaryThrowableAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_OnRep_TertiaryThrowableAmmoInventory) == 0x000010, "Wrong size on SBZPlayerAttributeSet_OnRep_TertiaryThrowableAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_OnRep_TertiaryThrowableAmmoInventory, OldData) == 0x000000, "Member 'SBZPlayerAttributeSet_OnRep_TertiaryThrowableAmmoInventory::OldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_OnRep_TertiaryToolAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_OnRep_TertiaryToolAmmoInventory) == 0x000008, "Wrong alignment on SBZPlayerAttributeSet_OnRep_TertiaryToolAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_OnRep_TertiaryToolAmmoInventory) == 0x000010, "Wrong size on SBZPlayerAttributeSet_OnRep_TertiaryToolAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_OnRep_TertiaryToolAmmoInventory, OldData) == 0x000000, "Member 'SBZPlayerAttributeSet_OnRep_TertiaryToolAmmoInventory::OldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAttributeSet_OnRep_TertiaryToolPlaceableAmmoInventory \ +static_assert(alignof(SBZPlayerAttributeSet_OnRep_TertiaryToolPlaceableAmmoInventory) == 0x000008, "Wrong alignment on SBZPlayerAttributeSet_OnRep_TertiaryToolPlaceableAmmoInventory"); \ +static_assert(sizeof(SBZPlayerAttributeSet_OnRep_TertiaryToolPlaceableAmmoInventory) == 0x000010, "Wrong size on SBZPlayerAttributeSet_OnRep_TertiaryToolPlaceableAmmoInventory"); \ +static_assert(offsetof(SBZPlayerAttributeSet_OnRep_TertiaryToolPlaceableAmmoInventory, OldData) == 0x000000, "Member 'SBZPlayerAttributeSet_OnRep_TertiaryToolPlaceableAmmoInventory::OldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerAttributeSet \ +static_assert(alignof(USBZPlayerAttributeSet) == 0x000008, "Wrong alignment on USBZPlayerAttributeSet"); \ +static_assert(sizeof(USBZPlayerAttributeSet) == 0x000738, "Wrong size on USBZPlayerAttributeSet"); \ +static_assert(offsetof(USBZPlayerAttributeSet, PrimaryEquippableAmmoInventory) == 0x000258, "Member 'USBZPlayerAttributeSet::PrimaryEquippableAmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, PrimaryEquippableAmmoInventoryServer) == 0x000268, "Member 'USBZPlayerAttributeSet::PrimaryEquippableAmmoInventoryServer' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, SecondaryEquippableAmmoInventory) == 0x000270, "Member 'USBZPlayerAttributeSet::SecondaryEquippableAmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, SecondaryEquippableAmmoInventoryServer) == 0x000280, "Member 'USBZPlayerAttributeSet::SecondaryEquippableAmmoInventoryServer' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, TertiaryEquippableAmmoInventory) == 0x000288, "Member 'USBZPlayerAttributeSet::TertiaryEquippableAmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, TertiaryEquippableAmmoInventoryServer) == 0x000298, "Member 'USBZPlayerAttributeSet::TertiaryEquippableAmmoInventoryServer' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, PrimaryEquippableAmmoLoaded) == 0x0002A0, "Member 'USBZPlayerAttributeSet::PrimaryEquippableAmmoLoaded' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, PrimaryEquippableAmmoLoadedServer) == 0x0002B0, "Member 'USBZPlayerAttributeSet::PrimaryEquippableAmmoLoadedServer' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, SecondaryEquippableAmmoLoaded) == 0x0002B8, "Member 'USBZPlayerAttributeSet::SecondaryEquippableAmmoLoaded' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, SecondaryEquippableAmmoLoadedServer) == 0x0002C8, "Member 'USBZPlayerAttributeSet::SecondaryEquippableAmmoLoadedServer' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, TertiaryEquippableAmmoLoaded) == 0x0002D0, "Member 'USBZPlayerAttributeSet::TertiaryEquippableAmmoLoaded' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, TertiaryEquippableAmmoLoadedServer) == 0x0002E0, "Member 'USBZPlayerAttributeSet::TertiaryEquippableAmmoLoadedServer' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, PrimaryThrowableAmmoInventory) == 0x0002E8, "Member 'USBZPlayerAttributeSet::PrimaryThrowableAmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, PrimaryThrowableAmmoInventoryServer) == 0x0002F8, "Member 'USBZPlayerAttributeSet::PrimaryThrowableAmmoInventoryServer' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, SecondaryThrowableAmmoInventory) == 0x000300, "Member 'USBZPlayerAttributeSet::SecondaryThrowableAmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, SecondaryThrowableAmmoInventoryServer) == 0x000310, "Member 'USBZPlayerAttributeSet::SecondaryThrowableAmmoInventoryServer' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, TertiaryThrowableAmmoInventory) == 0x000318, "Member 'USBZPlayerAttributeSet::TertiaryThrowableAmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, TertiaryThrowableAmmoInventoryServer) == 0x000328, "Member 'USBZPlayerAttributeSet::TertiaryThrowableAmmoInventoryServer' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, PrimaryPlaceableAmmoInventory) == 0x000330, "Member 'USBZPlayerAttributeSet::PrimaryPlaceableAmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, PrimaryPlaceableAmmoInventoryServer) == 0x000340, "Member 'USBZPlayerAttributeSet::PrimaryPlaceableAmmoInventoryServer' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, SecondaryPlaceableAmmoInventory) == 0x000348, "Member 'USBZPlayerAttributeSet::SecondaryPlaceableAmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, SecondaryPlaceableAmmoInventoryServer) == 0x000358, "Member 'USBZPlayerAttributeSet::SecondaryPlaceableAmmoInventoryServer' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, TertiaryPlaceableAmmoInventory) == 0x000360, "Member 'USBZPlayerAttributeSet::TertiaryPlaceableAmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, TertiaryPlaceableAmmoInventoryServer) == 0x000370, "Member 'USBZPlayerAttributeSet::TertiaryPlaceableAmmoInventoryServer' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, PrimaryToolPlaceableAmmoInventory) == 0x000378, "Member 'USBZPlayerAttributeSet::PrimaryToolPlaceableAmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, PrimaryToolPlaceableAmmoInventoryServer) == 0x000388, "Member 'USBZPlayerAttributeSet::PrimaryToolPlaceableAmmoInventoryServer' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, SecondaryToolPlaceableAmmoInventory) == 0x000390, "Member 'USBZPlayerAttributeSet::SecondaryToolPlaceableAmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, SecondaryToolPlaceableAmmoInventoryServer) == 0x0003A0, "Member 'USBZPlayerAttributeSet::SecondaryToolPlaceableAmmoInventoryServer' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, TertiaryToolPlaceableAmmoInventory) == 0x0003A8, "Member 'USBZPlayerAttributeSet::TertiaryToolPlaceableAmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, TertiaryToolPlaceableAmmoInventoryServer) == 0x0003B8, "Member 'USBZPlayerAttributeSet::TertiaryToolPlaceableAmmoInventoryServer' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, PrimaryToolAmmoInventory) == 0x0003C0, "Member 'USBZPlayerAttributeSet::PrimaryToolAmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, PrimaryToolAmmoInventoryServer) == 0x0003D0, "Member 'USBZPlayerAttributeSet::PrimaryToolAmmoInventoryServer' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, SecondaryToolAmmoInventory) == 0x0003D8, "Member 'USBZPlayerAttributeSet::SecondaryToolAmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, SecondaryToolAmmoInventoryServer) == 0x0003E8, "Member 'USBZPlayerAttributeSet::SecondaryToolAmmoInventoryServer' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, TertiaryToolAmmoInventory) == 0x0003F0, "Member 'USBZPlayerAttributeSet::TertiaryToolAmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, TertiaryToolAmmoInventoryServer) == 0x000400, "Member 'USBZPlayerAttributeSet::TertiaryToolAmmoInventoryServer' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, Stamina) == 0x000408, "Member 'USBZPlayerAttributeSet::Stamina' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, DownedCount) == 0x000418, "Member 'USBZPlayerAttributeSet::DownedCount' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, MaxDownedCount) == 0x000428, "Member 'USBZPlayerAttributeSet::MaxDownedCount' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, DownedHealth) == 0x000438, "Member 'USBZPlayerAttributeSet::DownedHealth' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, ReviveHealth) == 0x000448, "Member 'USBZPlayerAttributeSet::ReviveHealth' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, DownedToCuffedHealth) == 0x000458, "Member 'USBZPlayerAttributeSet::DownedToCuffedHealth' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, DefeatDownedTime) == 0x000468, "Member 'USBZPlayerAttributeSet::DefeatDownedTime' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, DefeatCuffedTime) == 0x000478, "Member 'USBZPlayerAttributeSet::DefeatCuffedTime' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, DodgeChance) == 0x000488, "Member 'USBZPlayerAttributeSet::DodgeChance' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, DodgeChanceMax) == 0x000498, "Member 'USBZPlayerAttributeSet::DodgeChanceMax' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, CriticalHealthMax) == 0x0004A8, "Member 'USBZPlayerAttributeSet::CriticalHealthMax' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, CriticalHealthDamageScale) == 0x0004B8, "Member 'USBZPlayerAttributeSet::CriticalHealthDamageScale' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, ArmorChunkCount) == 0x0004C8, "Member 'USBZPlayerAttributeSet::ArmorChunkCount' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, ArmorReplenishDelay) == 0x0004D8, "Member 'USBZPlayerAttributeSet::ArmorReplenishDelay' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, ArmorDamageScale) == 0x0004E8, "Member 'USBZPlayerAttributeSet::ArmorDamageScale' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, ArmorTrauma) == 0x0004F8, "Member 'USBZPlayerAttributeSet::ArmorTrauma' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, LoadoutWeight) == 0x000508, "Member 'USBZPlayerAttributeSet::LoadoutWeight' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, WeaponLoadoutWeight) == 0x000518, "Member 'USBZPlayerAttributeSet::WeaponLoadoutWeight' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, WeightTierOffset) == 0x000528, "Member 'USBZPlayerAttributeSet::WeightTierOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, MaxRuntimeCount) == 0x000538, "Member 'USBZPlayerAttributeSet::MaxRuntimeCount' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, MinRespawnHealth) == 0x000548, "Member 'USBZPlayerAttributeSet::MinRespawnHealth' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, MinRespawnHealthScale) == 0x000558, "Member 'USBZPlayerAttributeSet::MinRespawnHealthScale' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, MinRespawnArmorChunkCountPercent) == 0x000568, "Member 'USBZPlayerAttributeSet::MinRespawnArmorChunkCountPercent' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, MinRespawnDownedCount) == 0x000578, "Member 'USBZPlayerAttributeSet::MinRespawnDownedCount' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, MinRespawnWeaponAmmoScale) == 0x000588, "Member 'USBZPlayerAttributeSet::MinRespawnWeaponAmmoScale' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, MinRespawnThrowableAmmoScale) == 0x000598, "Member 'USBZPlayerAttributeSet::MinRespawnThrowableAmmoScale' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, MinRespawnPlaceableAmmoScale) == 0x0005A8, "Member 'USBZPlayerAttributeSet::MinRespawnPlaceableAmmoScale' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, HealthTrauma) == 0x0005B8, "Member 'USBZPlayerAttributeSet::HealthTrauma' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, MaxConsumableCount) == 0x0005C8, "Member 'USBZPlayerAttributeSet::MaxConsumableCount' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, ConsumableCount) == 0x0005D8, "Member 'USBZPlayerAttributeSet::ConsumableCount' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, OverskillProgression) == 0x0005E8, "Member 'USBZPlayerAttributeSet::OverskillProgression' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, OverskillProgressionMax) == 0x0005F8, "Member 'USBZPlayerAttributeSet::OverskillProgressionMax' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, OutgoingArmorPenetration) == 0x000608, "Member 'USBZPlayerAttributeSet::OutgoingArmorPenetration' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, IncomingOverHealDamageMultiplier) == 0x000618, "Member 'USBZPlayerAttributeSet::IncomingOverHealDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, IncomingOverHealGainMultiplier) == 0x000628, "Member 'USBZPlayerAttributeSet::IncomingOverHealGainMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, SniperExpertDamageMultiplierIncrease) == 0x000638, "Member 'USBZPlayerAttributeSet::SniperExpertDamageMultiplierIncrease' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, SMGMasterDamageMultiplierIncrease) == 0x000648, "Member 'USBZPlayerAttributeSet::SMGMasterDamageMultiplierIncrease' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, AbilityData) == 0x0006D8, "Member 'USBZPlayerAttributeSet::AbilityData' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, WeightTagDataArray) == 0x0006E0, "Member 'USBZPlayerAttributeSet::WeightTagDataArray' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, MinServerAmmoInventoryPredictionTimeout) == 0x0006F0, "Member 'USBZPlayerAttributeSet::MinServerAmmoInventoryPredictionTimeout' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, MinServerAmmoLoadedPredictionTimeout) == 0x0006F4, "Member 'USBZPlayerAttributeSet::MinServerAmmoLoadedPredictionTimeout' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, WeightAssetOverride) == 0x0006F8, "Member 'USBZPlayerAttributeSet::WeightAssetOverride' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, ArmorChunkTypeDataArray) == 0x000700, "Member 'USBZPlayerAttributeSet::ArmorChunkTypeDataArray' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, CrackOpenOutgoingArmorPenetration) == 0x000710, "Member 'USBZPlayerAttributeSet::CrackOpenOutgoingArmorPenetration' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, HighQualityBagAttackCount) == 0x000718, "Member 'USBZPlayerAttributeSet::HighQualityBagAttackCount' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAttributeSet, HighGrainAttackCount) == 0x000724, "Member 'USBZPlayerAttributeSet::HighGrainAttackCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillPistolSpecPistolExploiterBase \ +static_assert(alignof(USBZSkillPistolSpecPistolExploiterBase) == 0x000008, "Wrong alignment on USBZSkillPistolSpecPistolExploiterBase"); \ +static_assert(sizeof(USBZSkillPistolSpecPistolExploiterBase) == 0x000230, "Wrong size on USBZSkillPistolSpecPistolExploiterBase"); \ + +#define DUMPER7_ASSERTS_USBZModularPartApplierWeaponStatics \ +static_assert(alignof(USBZModularPartApplierWeaponStatics) == 0x000008, "Wrong alignment on USBZModularPartApplierWeaponStatics"); \ +static_assert(sizeof(USBZModularPartApplierWeaponStatics) == 0x000030, "Wrong size on USBZModularPartApplierWeaponStatics"); \ + +#define DUMPER7_ASSERTS_USBZModularPartApplierWeaponSticker \ +static_assert(alignof(USBZModularPartApplierWeaponSticker) == 0x000008, "Wrong alignment on USBZModularPartApplierWeaponSticker"); \ +static_assert(sizeof(USBZModularPartApplierWeaponSticker) == 0x000038, "Wrong size on USBZModularPartApplierWeaponSticker"); \ +static_assert(offsetof(USBZModularPartApplierWeaponSticker, StickerConfig) == 0x000030, "Member 'USBZModularPartApplierWeaponSticker::StickerConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZModularPartApplierWeaponWearAndTear \ +static_assert(alignof(USBZModularPartApplierWeaponWearAndTear) == 0x000008, "Wrong alignment on USBZModularPartApplierWeaponWearAndTear"); \ +static_assert(sizeof(USBZModularPartApplierWeaponWearAndTear) == 0x000030, "Wrong size on USBZModularPartApplierWeaponWearAndTear"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCameraManager_AddOrUpdateCameraViewRestriction \ +static_assert(alignof(SBZPlayerCameraManager_AddOrUpdateCameraViewRestriction) == 0x000004, "Wrong alignment on SBZPlayerCameraManager_AddOrUpdateCameraViewRestriction"); \ +static_assert(sizeof(SBZPlayerCameraManager_AddOrUpdateCameraViewRestriction) == 0x000020, "Wrong size on SBZPlayerCameraManager_AddOrUpdateCameraViewRestriction"); \ +static_assert(offsetof(SBZPlayerCameraManager_AddOrUpdateCameraViewRestriction, RestrictionSettings) == 0x000000, "Member 'SBZPlayerCameraManager_AddOrUpdateCameraViewRestriction::RestrictionSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCameraManager_LockCamera \ +static_assert(alignof(SBZPlayerCameraManager_LockCamera) == 0x000004, "Wrong alignment on SBZPlayerCameraManager_LockCamera"); \ +static_assert(sizeof(SBZPlayerCameraManager_LockCamera) == 0x000040, "Wrong size on SBZPlayerCameraManager_LockCamera"); \ +static_assert(offsetof(SBZPlayerCameraManager_LockCamera, Data) == 0x000000, "Member 'SBZPlayerCameraManager_LockCamera::Data' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCameraManager_LockCamera, ReturnValue) == 0x00003C, "Member 'SBZPlayerCameraManager_LockCamera::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCameraManager_RemoveCameraViewRestriction \ +static_assert(alignof(SBZPlayerCameraManager_RemoveCameraViewRestriction) == 0x000004, "Wrong alignment on SBZPlayerCameraManager_RemoveCameraViewRestriction"); \ +static_assert(sizeof(SBZPlayerCameraManager_RemoveCameraViewRestriction) == 0x000020, "Wrong size on SBZPlayerCameraManager_RemoveCameraViewRestriction"); \ +static_assert(offsetof(SBZPlayerCameraManager_RemoveCameraViewRestriction, RestrictionSettings) == 0x000000, "Member 'SBZPlayerCameraManager_RemoveCameraViewRestriction::RestrictionSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCameraManager_SetCameraLockedReferenceRotation \ +static_assert(alignof(SBZPlayerCameraManager_SetCameraLockedReferenceRotation) == 0x000004, "Wrong alignment on SBZPlayerCameraManager_SetCameraLockedReferenceRotation"); \ +static_assert(sizeof(SBZPlayerCameraManager_SetCameraLockedReferenceRotation) == 0x00000C, "Wrong size on SBZPlayerCameraManager_SetCameraLockedReferenceRotation"); \ +static_assert(offsetof(SBZPlayerCameraManager_SetCameraLockedReferenceRotation, InLockedRotation) == 0x000000, "Member 'SBZPlayerCameraManager_SetCameraLockedReferenceRotation::InLockedRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCameraManager_SpawnLensParticleEffect \ +static_assert(alignof(SBZPlayerCameraManager_SpawnLensParticleEffect) == 0x000008, "Wrong alignment on SBZPlayerCameraManager_SpawnLensParticleEffect"); \ +static_assert(sizeof(SBZPlayerCameraManager_SpawnLensParticleEffect) == 0x000018, "Wrong size on SBZPlayerCameraManager_SpawnLensParticleEffect"); \ +static_assert(offsetof(SBZPlayerCameraManager_SpawnLensParticleEffect, ParticleSystem) == 0x000000, "Member 'SBZPlayerCameraManager_SpawnLensParticleEffect::ParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCameraManager_SpawnLensParticleEffect, LifeTime) == 0x000008, "Member 'SBZPlayerCameraManager_SpawnLensParticleEffect::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCameraManager_SpawnLensParticleEffect, ReturnValue) == 0x000010, "Member 'SBZPlayerCameraManager_SpawnLensParticleEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCameraManager_UnlockCamera \ +static_assert(alignof(SBZPlayerCameraManager_UnlockCamera) == 0x000004, "Wrong alignment on SBZPlayerCameraManager_UnlockCamera"); \ +static_assert(sizeof(SBZPlayerCameraManager_UnlockCamera) == 0x000004, "Wrong size on SBZPlayerCameraManager_UnlockCamera"); \ +static_assert(offsetof(SBZPlayerCameraManager_UnlockCamera, InOutId) == 0x000000, "Member 'SBZPlayerCameraManager_UnlockCamera::InOutId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCameraManager_IsCameraLocked \ +static_assert(alignof(SBZPlayerCameraManager_IsCameraLocked) == 0x000001, "Wrong alignment on SBZPlayerCameraManager_IsCameraLocked"); \ +static_assert(sizeof(SBZPlayerCameraManager_IsCameraLocked) == 0x000001, "Wrong size on SBZPlayerCameraManager_IsCameraLocked"); \ +static_assert(offsetof(SBZPlayerCameraManager_IsCameraLocked, ReturnValue) == 0x000000, "Member 'SBZPlayerCameraManager_IsCameraLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPlayerCameraManager \ +static_assert(alignof(ASBZPlayerCameraManager) == 0x000010, "Wrong alignment on ASBZPlayerCameraManager"); \ +static_assert(sizeof(ASBZPlayerCameraManager) == 0x002B00, "Wrong size on ASBZPlayerCameraManager"); \ +static_assert(offsetof(ASBZPlayerCameraManager, PlayerCameraFeedbackComponent) == 0x002970, "Member 'ASBZPlayerCameraManager::PlayerCameraFeedbackComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCameraManager, DepthOfFieldFstop) == 0x002978, "Member 'ASBZPlayerCameraManager::DepthOfFieldFstop' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCameraManager, DepthOfFieldFocalDistance) == 0x00297C, "Member 'ASBZPlayerCameraManager::DepthOfFieldFocalDistance' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCameraManager, DepthOfFieldDepthBlurAmount) == 0x002980, "Member 'ASBZPlayerCameraManager::DepthOfFieldDepthBlurAmount' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCameraManager, DepthOfFieldDepthBlurRadius) == 0x002984, "Member 'ASBZPlayerCameraManager::DepthOfFieldDepthBlurRadius' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCameraManager, TopPassDepthOfFieldFstop) == 0x002988, "Member 'ASBZPlayerCameraManager::TopPassDepthOfFieldFstop' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCameraManager, TopPassDepthOfFieldFocalDistance) == 0x00298C, "Member 'ASBZPlayerCameraManager::TopPassDepthOfFieldFocalDistance' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCameraManager, TopPassDepthOfFieldDepthBlurAmount) == 0x002990, "Member 'ASBZPlayerCameraManager::TopPassDepthOfFieldDepthBlurAmount' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCameraManager, TopPassDepthOfFieldDepthBlurRadius) == 0x002994, "Member 'ASBZPlayerCameraManager::TopPassDepthOfFieldDepthBlurRadius' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCameraManager, MotionBlurAmount) == 0x002998, "Member 'ASBZPlayerCameraManager::MotionBlurAmount' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCameraManager, MotionBlurMax) == 0x00299C, "Member 'ASBZPlayerCameraManager::MotionBlurMax' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCameraManager, MotionBlurTargetFPS) == 0x0029A0, "Member 'ASBZPlayerCameraManager::MotionBlurTargetFPS' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCameraManager, MotionBlurPerObjectSize) == 0x0029A4, "Member 'ASBZPlayerCameraManager::MotionBlurPerObjectSize' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCameraManager, SBZCameraModifierList) == 0x0029A8, "Member 'ASBZPlayerCameraManager::SBZCameraModifierList' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCameraManager, ClampCameraModifier) == 0x0029B8, "Member 'ASBZPlayerCameraManager::ClampCameraModifier' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCameraManager, LensEffectParent) == 0x0029C0, "Member 'ASBZPlayerCameraManager::LensEffectParent' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCameraManager, ActiveCameraViewRestrictions) == 0x0029F0, "Member 'ASBZPlayerCameraManager::ActiveCameraViewRestrictions' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCameraManager, ActiveCameraViewRestrictionId) == 0x002A00, "Member 'ASBZPlayerCameraManager::ActiveCameraViewRestrictionId' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCameraManager, ForwardTraceResult) == 0x002A04, "Member 'ASBZPlayerCameraManager::ForwardTraceResult' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCameraManager, ForwardTraceLength) == 0x002A94, "Member 'ASBZPlayerCameraManager::ForwardTraceLength' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCameraManager, bUseDynFocalDistanceWhenUnequipped) == 0x002A98, "Member 'ASBZPlayerCameraManager::bUseDynFocalDistanceWhenUnequipped' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCameraManager, AudioRaycasting) == 0x002AE8, "Member 'ASBZPlayerCameraManager::AudioRaycasting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillPistolSpecPistolReconBase \ +static_assert(alignof(USBZSkillPistolSpecPistolReconBase) == 0x000008, "Wrong alignment on USBZSkillPistolSpecPistolReconBase"); \ +static_assert(sizeof(USBZSkillPistolSpecPistolReconBase) == 0x000230, "Wrong size on USBZSkillPistolSpecPistolReconBase"); \ + +#define DUMPER7_ASSERTS_USBZModularPartSlot \ +static_assert(alignof(USBZModularPartSlot) == 0x000008, "Wrong alignment on USBZModularPartSlot"); \ +static_assert(sizeof(USBZModularPartSlot) == 0x000088, "Wrong size on USBZModularPartSlot"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_ApplyCameraFeedback \ +static_assert(alignof(SBZPlayerCharacter_ApplyCameraFeedback) == 0x000010, "Wrong alignment on SBZPlayerCharacter_ApplyCameraFeedback"); \ +static_assert(sizeof(SBZPlayerCharacter_ApplyCameraFeedback) == 0x000060, "Wrong size on SBZPlayerCharacter_ApplyCameraFeedback"); \ +static_assert(offsetof(SBZPlayerCharacter_ApplyCameraFeedback, Parameters) == 0x000000, "Member 'SBZPlayerCharacter_ApplyCameraFeedback::Parameters' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCharacter_ApplyCameraFeedback, ReturnValue) == 0x000050, "Member 'SBZPlayerCharacter_ApplyCameraFeedback::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_BP_MaskOff \ +static_assert(alignof(SBZPlayerCharacter_BP_MaskOff) == 0x000004, "Wrong alignment on SBZPlayerCharacter_BP_MaskOff"); \ +static_assert(sizeof(SBZPlayerCharacter_BP_MaskOff) == 0x000010, "Wrong size on SBZPlayerCharacter_BP_MaskOff"); \ +static_assert(offsetof(SBZPlayerCharacter_BP_MaskOff, AnimationDuration) == 0x000000, "Member 'SBZPlayerCharacter_BP_MaskOff::AnimationDuration' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCharacter_BP_MaskOff, MorphTargetName) == 0x000004, "Member 'SBZPlayerCharacter_BP_MaskOff::MorphTargetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_BP_MaskOn \ +static_assert(alignof(SBZPlayerCharacter_BP_MaskOn) == 0x000004, "Wrong alignment on SBZPlayerCharacter_BP_MaskOn"); \ +static_assert(sizeof(SBZPlayerCharacter_BP_MaskOn) == 0x000014, "Wrong size on SBZPlayerCharacter_BP_MaskOn"); \ +static_assert(offsetof(SBZPlayerCharacter_BP_MaskOn, AnimationDuration) == 0x000000, "Member 'SBZPlayerCharacter_BP_MaskOn::AnimationDuration' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCharacter_BP_MaskOn, MaskType) == 0x000004, "Member 'SBZPlayerCharacter_BP_MaskOn::MaskType' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCharacter_BP_MaskOn, MorphTargetName) == 0x000008, "Member 'SBZPlayerCharacter_BP_MaskOn::MorphTargetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_Client_SetDetectionData \ +static_assert(alignof(SBZPlayerCharacter_Client_SetDetectionData) == 0x000004, "Wrong alignment on SBZPlayerCharacter_Client_SetDetectionData"); \ +static_assert(sizeof(SBZPlayerCharacter_Client_SetDetectionData) == 0x000004, "Wrong size on SBZPlayerCharacter_Client_SetDetectionData"); \ +static_assert(offsetof(SBZPlayerCharacter_Client_SetDetectionData, PackedData) == 0x000000, "Member 'SBZPlayerCharacter_Client_SetDetectionData::PackedData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_Client_SetDetector \ +static_assert(alignof(SBZPlayerCharacter_Client_SetDetector) == 0x000008, "Wrong alignment on SBZPlayerCharacter_Client_SetDetector"); \ +static_assert(sizeof(SBZPlayerCharacter_Client_SetDetector) == 0x000010, "Wrong size on SBZPlayerCharacter_Client_SetDetector"); \ +static_assert(offsetof(SBZPlayerCharacter_Client_SetDetector, Index_0) == 0x000000, "Member 'SBZPlayerCharacter_Client_SetDetector::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCharacter_Client_SetDetector, Detector) == 0x000008, "Member 'SBZPlayerCharacter_Client_SetDetector::Detector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_Client_SetEscortCircleActive \ +static_assert(alignof(SBZPlayerCharacter_Client_SetEscortCircleActive) == 0x000008, "Wrong alignment on SBZPlayerCharacter_Client_SetEscortCircleActive"); \ +static_assert(sizeof(SBZPlayerCharacter_Client_SetEscortCircleActive) == 0x000010, "Wrong size on SBZPlayerCharacter_Client_SetEscortCircleActive"); \ +static_assert(offsetof(SBZPlayerCharacter_Client_SetEscortCircleActive, bActive) == 0x000000, "Member 'SBZPlayerCharacter_Client_SetEscortCircleActive::bActive' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCharacter_Client_SetEscortCircleActive, EscortInstigator) == 0x000008, "Member 'SBZPlayerCharacter_Client_SetEscortCircleActive::EscortInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_Client_SetEscortCircleAttachment \ +static_assert(alignof(SBZPlayerCharacter_Client_SetEscortCircleAttachment) == 0x000008, "Wrong alignment on SBZPlayerCharacter_Client_SetEscortCircleAttachment"); \ +static_assert(sizeof(SBZPlayerCharacter_Client_SetEscortCircleAttachment) == 0x000008, "Wrong size on SBZPlayerCharacter_Client_SetEscortCircleAttachment"); \ +static_assert(offsetof(SBZPlayerCharacter_Client_SetEscortCircleAttachment, EscortCircleHolder) == 0x000000, "Member 'SBZPlayerCharacter_Client_SetEscortCircleAttachment::EscortCircleHolder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_Client_SetObserved \ +static_assert(alignof(SBZPlayerCharacter_Client_SetObserved) == 0x000001, "Wrong alignment on SBZPlayerCharacter_Client_SetObserved"); \ +static_assert(sizeof(SBZPlayerCharacter_Client_SetObserved) == 0x000001, "Wrong size on SBZPlayerCharacter_Client_SetObserved"); \ +static_assert(offsetof(SBZPlayerCharacter_Client_SetObserved, bObserved) == 0x000000, "Member 'SBZPlayerCharacter_Client_SetObserved::bObserved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_Client_Teleport \ +static_assert(alignof(SBZPlayerCharacter_Client_Teleport) == 0x000004, "Wrong alignment on SBZPlayerCharacter_Client_Teleport"); \ +static_assert(sizeof(SBZPlayerCharacter_Client_Teleport) == 0x000010, "Wrong size on SBZPlayerCharacter_Client_Teleport"); \ +static_assert(offsetof(SBZPlayerCharacter_Client_Teleport, Location) == 0x000000, "Member 'SBZPlayerCharacter_Client_Teleport::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCharacter_Client_Teleport, Yaw) == 0x00000C, "Member 'SBZPlayerCharacter_Client_Teleport::Yaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_DebugServerStartEquipOverkillWeapon \ +static_assert(alignof(SBZPlayerCharacter_DebugServerStartEquipOverkillWeapon) == 0x000001, "Wrong alignment on SBZPlayerCharacter_DebugServerStartEquipOverkillWeapon"); \ +static_assert(sizeof(SBZPlayerCharacter_DebugServerStartEquipOverkillWeapon) == 0x000001, "Wrong size on SBZPlayerCharacter_DebugServerStartEquipOverkillWeapon"); \ +static_assert(offsetof(SBZPlayerCharacter_DebugServerStartEquipOverkillWeapon, bIsFirstEquip) == 0x000000, "Member 'SBZPlayerCharacter_DebugServerStartEquipOverkillWeapon::bIsFirstEquip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_FadeOutCameraFeedback \ +static_assert(alignof(SBZPlayerCharacter_FadeOutCameraFeedback) == 0x000004, "Wrong alignment on SBZPlayerCharacter_FadeOutCameraFeedback"); \ +static_assert(sizeof(SBZPlayerCharacter_FadeOutCameraFeedback) == 0x000008, "Wrong size on SBZPlayerCharacter_FadeOutCameraFeedback"); \ +static_assert(offsetof(SBZPlayerCharacter_FadeOutCameraFeedback, RemoveID) == 0x000000, "Member 'SBZPlayerCharacter_FadeOutCameraFeedback::RemoveID' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCharacter_FadeOutCameraFeedback, bIsAutoRemoved) == 0x000004, "Member 'SBZPlayerCharacter_FadeOutCameraFeedback::bIsAutoRemoved' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCharacter_FadeOutCameraFeedback, ReturnValue) == 0x000005, "Member 'SBZPlayerCharacter_FadeOutCameraFeedback::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_Multicast_AbortPhoneInteraction \ +static_assert(alignof(SBZPlayerCharacter_Multicast_AbortPhoneInteraction) == 0x000001, "Wrong alignment on SBZPlayerCharacter_Multicast_AbortPhoneInteraction"); \ +static_assert(sizeof(SBZPlayerCharacter_Multicast_AbortPhoneInteraction) == 0x000001, "Wrong size on SBZPlayerCharacter_Multicast_AbortPhoneInteraction"); \ +static_assert(offsetof(SBZPlayerCharacter_Multicast_AbortPhoneInteraction, bWasCompleted) == 0x000000, "Member 'SBZPlayerCharacter_Multicast_AbortPhoneInteraction::bWasCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_Multicast_PlayEmoteMontage \ +static_assert(alignof(SBZPlayerCharacter_Multicast_PlayEmoteMontage) == 0x000004, "Wrong alignment on SBZPlayerCharacter_Multicast_PlayEmoteMontage"); \ +static_assert(sizeof(SBZPlayerCharacter_Multicast_PlayEmoteMontage) == 0x00000C, "Wrong size on SBZPlayerCharacter_Multicast_PlayEmoteMontage"); \ +static_assert(offsetof(SBZPlayerCharacter_Multicast_PlayEmoteMontage, MontageTag) == 0x000000, "Member 'SBZPlayerCharacter_Multicast_PlayEmoteMontage::MontageTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_Multicast_ResumeDefeatTime \ +static_assert(alignof(SBZPlayerCharacter_Multicast_ResumeDefeatTime) == 0x000004, "Wrong alignment on SBZPlayerCharacter_Multicast_ResumeDefeatTime"); \ +static_assert(sizeof(SBZPlayerCharacter_Multicast_ResumeDefeatTime) == 0x000004, "Wrong size on SBZPlayerCharacter_Multicast_ResumeDefeatTime"); \ +static_assert(offsetof(SBZPlayerCharacter_Multicast_ResumeDefeatTime, InDefeatTime) == 0x000000, "Member 'SBZPlayerCharacter_Multicast_ResumeDefeatTime::InDefeatTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_Multicast_ReviveInteractionStarted \ +static_assert(alignof(SBZPlayerCharacter_Multicast_ReviveInteractionStarted) == 0x000004, "Wrong alignment on SBZPlayerCharacter_Multicast_ReviveInteractionStarted"); \ +static_assert(sizeof(SBZPlayerCharacter_Multicast_ReviveInteractionStarted) == 0x000004, "Wrong size on SBZPlayerCharacter_Multicast_ReviveInteractionStarted"); \ +static_assert(offsetof(SBZPlayerCharacter_Multicast_ReviveInteractionStarted, EndTime) == 0x000000, "Member 'SBZPlayerCharacter_Multicast_ReviveInteractionStarted::EndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_Multicast_SetDefeatTime \ +static_assert(alignof(SBZPlayerCharacter_Multicast_SetDefeatTime) == 0x000004, "Wrong alignment on SBZPlayerCharacter_Multicast_SetDefeatTime"); \ +static_assert(sizeof(SBZPlayerCharacter_Multicast_SetDefeatTime) == 0x000004, "Wrong size on SBZPlayerCharacter_Multicast_SetDefeatTime"); \ +static_assert(offsetof(SBZPlayerCharacter_Multicast_SetDefeatTime, InDefeatTime) == 0x000000, "Member 'SBZPlayerCharacter_Multicast_SetDefeatTime::InDefeatTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_Multicast_StopCurrentEmoteMontage \ +static_assert(alignof(SBZPlayerCharacter_Multicast_StopCurrentEmoteMontage) == 0x000004, "Wrong alignment on SBZPlayerCharacter_Multicast_StopCurrentEmoteMontage"); \ +static_assert(sizeof(SBZPlayerCharacter_Multicast_StopCurrentEmoteMontage) == 0x000004, "Wrong size on SBZPlayerCharacter_Multicast_StopCurrentEmoteMontage"); \ +static_assert(offsetof(SBZPlayerCharacter_Multicast_StopCurrentEmoteMontage, BlendOutTime) == 0x000000, "Member 'SBZPlayerCharacter_Multicast_StopCurrentEmoteMontage::BlendOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_OnAckCompleteInteraction \ +static_assert(alignof(SBZPlayerCharacter_OnAckCompleteInteraction) == 0x000008, "Wrong alignment on SBZPlayerCharacter_OnAckCompleteInteraction"); \ +static_assert(sizeof(SBZPlayerCharacter_OnAckCompleteInteraction) == 0x000018, "Wrong size on SBZPlayerCharacter_OnAckCompleteInteraction"); \ +static_assert(offsetof(SBZPlayerCharacter_OnAckCompleteInteraction, InInteractable) == 0x000000, "Member 'SBZPlayerCharacter_OnAckCompleteInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCharacter_OnAckCompleteInteraction, InInteractor) == 0x000008, "Member 'SBZPlayerCharacter_OnAckCompleteInteraction::InInteractor' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCharacter_OnAckCompleteInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZPlayerCharacter_OnAckCompleteInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_OnOwnMiniGameStateChanged \ +static_assert(alignof(SBZPlayerCharacter_OnOwnMiniGameStateChanged) == 0x000001, "Wrong alignment on SBZPlayerCharacter_OnOwnMiniGameStateChanged"); \ +static_assert(sizeof(SBZPlayerCharacter_OnOwnMiniGameStateChanged) == 0x000003, "Wrong size on SBZPlayerCharacter_OnOwnMiniGameStateChanged"); \ +static_assert(offsetof(SBZPlayerCharacter_OnOwnMiniGameStateChanged, OldState) == 0x000000, "Member 'SBZPlayerCharacter_OnOwnMiniGameStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCharacter_OnOwnMiniGameStateChanged, NewState) == 0x000001, "Member 'SBZPlayerCharacter_OnOwnMiniGameStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCharacter_OnOwnMiniGameStateChanged, bInIsLocallyControlled) == 0x000002, "Member 'SBZPlayerCharacter_OnOwnMiniGameStateChanged::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_OnPlayersInEscapeChanged \ +static_assert(alignof(SBZPlayerCharacter_OnPlayersInEscapeChanged) == 0x000004, "Wrong alignment on SBZPlayerCharacter_OnPlayersInEscapeChanged"); \ +static_assert(sizeof(SBZPlayerCharacter_OnPlayersInEscapeChanged) == 0x000008, "Wrong size on SBZPlayerCharacter_OnPlayersInEscapeChanged"); \ +static_assert(offsetof(SBZPlayerCharacter_OnPlayersInEscapeChanged, PlayerInEscapeChangedEventData) == 0x000000, "Member 'SBZPlayerCharacter_OnPlayersInEscapeChanged::PlayerInEscapeChangedEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_OnPlayerStateDestroyed \ +static_assert(alignof(SBZPlayerCharacter_OnPlayerStateDestroyed) == 0x000008, "Wrong alignment on SBZPlayerCharacter_OnPlayerStateDestroyed"); \ +static_assert(sizeof(SBZPlayerCharacter_OnPlayerStateDestroyed) == 0x000008, "Wrong size on SBZPlayerCharacter_OnPlayerStateDestroyed"); \ +static_assert(offsetof(SBZPlayerCharacter_OnPlayerStateDestroyed, DestroyedActor) == 0x000000, "Member 'SBZPlayerCharacter_OnPlayerStateDestroyed::DestroyedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_OnServerCompleteInteraction \ +static_assert(alignof(SBZPlayerCharacter_OnServerCompleteInteraction) == 0x000008, "Wrong alignment on SBZPlayerCharacter_OnServerCompleteInteraction"); \ +static_assert(sizeof(SBZPlayerCharacter_OnServerCompleteInteraction) == 0x000018, "Wrong size on SBZPlayerCharacter_OnServerCompleteInteraction"); \ +static_assert(offsetof(SBZPlayerCharacter_OnServerCompleteInteraction, InInteractable) == 0x000000, "Member 'SBZPlayerCharacter_OnServerCompleteInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCharacter_OnServerCompleteInteraction, InInteractor) == 0x000008, "Member 'SBZPlayerCharacter_OnServerCompleteInteraction::InInteractor' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCharacter_OnServerCompleteInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZPlayerCharacter_OnServerCompleteInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_OnServerEndInteraction \ +static_assert(alignof(SBZPlayerCharacter_OnServerEndInteraction) == 0x000008, "Wrong alignment on SBZPlayerCharacter_OnServerEndInteraction"); \ +static_assert(sizeof(SBZPlayerCharacter_OnServerEndInteraction) == 0x000018, "Wrong size on SBZPlayerCharacter_OnServerEndInteraction"); \ +static_assert(offsetof(SBZPlayerCharacter_OnServerEndInteraction, InInteractable) == 0x000000, "Member 'SBZPlayerCharacter_OnServerEndInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCharacter_OnServerEndInteraction, InInteractor) == 0x000008, "Member 'SBZPlayerCharacter_OnServerEndInteraction::InInteractor' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCharacter_OnServerEndInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZPlayerCharacter_OnServerEndInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_OnServerStartInteraction \ +static_assert(alignof(SBZPlayerCharacter_OnServerStartInteraction) == 0x000008, "Wrong alignment on SBZPlayerCharacter_OnServerStartInteraction"); \ +static_assert(sizeof(SBZPlayerCharacter_OnServerStartInteraction) == 0x000018, "Wrong size on SBZPlayerCharacter_OnServerStartInteraction"); \ +static_assert(offsetof(SBZPlayerCharacter_OnServerStartInteraction, InInteractable) == 0x000000, "Member 'SBZPlayerCharacter_OnServerStartInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCharacter_OnServerStartInteraction, InInteractor) == 0x000008, "Member 'SBZPlayerCharacter_OnServerStartInteraction::InInteractor' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCharacter_OnServerStartInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZPlayerCharacter_OnServerStartInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_OnUndoPlaceableAmmoChange \ +static_assert(alignof(SBZPlayerCharacter_OnUndoPlaceableAmmoChange) == 0x000004, "Wrong alignment on SBZPlayerCharacter_OnUndoPlaceableAmmoChange"); \ +static_assert(sizeof(SBZPlayerCharacter_OnUndoPlaceableAmmoChange) == 0x000004, "Wrong size on SBZPlayerCharacter_OnUndoPlaceableAmmoChange"); \ +static_assert(offsetof(SBZPlayerCharacter_OnUndoPlaceableAmmoChange, InPlaceableIndex) == 0x000000, "Member 'SBZPlayerCharacter_OnUndoPlaceableAmmoChange::InPlaceableIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_OnUndoThrowableAmmoChange \ +static_assert(alignof(SBZPlayerCharacter_OnUndoThrowableAmmoChange) == 0x000004, "Wrong alignment on SBZPlayerCharacter_OnUndoThrowableAmmoChange"); \ +static_assert(sizeof(SBZPlayerCharacter_OnUndoThrowableAmmoChange) == 0x000004, "Wrong size on SBZPlayerCharacter_OnUndoThrowableAmmoChange"); \ +static_assert(offsetof(SBZPlayerCharacter_OnUndoThrowableAmmoChange, InThrowableIndex) == 0x000000, "Member 'SBZPlayerCharacter_OnUndoThrowableAmmoChange::InThrowableIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_OnUndoToolAmmoChange \ +static_assert(alignof(SBZPlayerCharacter_OnUndoToolAmmoChange) == 0x000004, "Wrong alignment on SBZPlayerCharacter_OnUndoToolAmmoChange"); \ +static_assert(sizeof(SBZPlayerCharacter_OnUndoToolAmmoChange) == 0x000008, "Wrong size on SBZPlayerCharacter_OnUndoToolAmmoChange"); \ +static_assert(offsetof(SBZPlayerCharacter_OnUndoToolAmmoChange, InPlaceableIndex) == 0x000000, "Member 'SBZPlayerCharacter_OnUndoToolAmmoChange::InPlaceableIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCharacter_OnUndoToolAmmoChange, InCost) == 0x000004, "Member 'SBZPlayerCharacter_OnUndoToolAmmoChange::InCost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_OnUndoToolPlaceableAmmoChange \ +static_assert(alignof(SBZPlayerCharacter_OnUndoToolPlaceableAmmoChange) == 0x000004, "Wrong alignment on SBZPlayerCharacter_OnUndoToolPlaceableAmmoChange"); \ +static_assert(sizeof(SBZPlayerCharacter_OnUndoToolPlaceableAmmoChange) == 0x000004, "Wrong size on SBZPlayerCharacter_OnUndoToolPlaceableAmmoChange"); \ +static_assert(offsetof(SBZPlayerCharacter_OnUndoToolPlaceableAmmoChange, InPlaceableIndex) == 0x000000, "Member 'SBZPlayerCharacter_OnUndoToolPlaceableAmmoChange::InPlaceableIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_RemoveCameraFeedback \ +static_assert(alignof(SBZPlayerCharacter_RemoveCameraFeedback) == 0x000004, "Wrong alignment on SBZPlayerCharacter_RemoveCameraFeedback"); \ +static_assert(sizeof(SBZPlayerCharacter_RemoveCameraFeedback) == 0x000008, "Wrong size on SBZPlayerCharacter_RemoveCameraFeedback"); \ +static_assert(offsetof(SBZPlayerCharacter_RemoveCameraFeedback, RemoveID) == 0x000000, "Member 'SBZPlayerCharacter_RemoveCameraFeedback::RemoveID' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCharacter_RemoveCameraFeedback, ReturnValue) == 0x000004, "Member 'SBZPlayerCharacter_RemoveCameraFeedback::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_Server_PlayEmoteMontage \ +static_assert(alignof(SBZPlayerCharacter_Server_PlayEmoteMontage) == 0x000004, "Wrong alignment on SBZPlayerCharacter_Server_PlayEmoteMontage"); \ +static_assert(sizeof(SBZPlayerCharacter_Server_PlayEmoteMontage) == 0x00000C, "Wrong size on SBZPlayerCharacter_Server_PlayEmoteMontage"); \ +static_assert(offsetof(SBZPlayerCharacter_Server_PlayEmoteMontage, MontageTag) == 0x000000, "Member 'SBZPlayerCharacter_Server_PlayEmoteMontage::MontageTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_Server_SetPhoneInteractionFlow \ +static_assert(alignof(SBZPlayerCharacter_Server_SetPhoneInteractionFlow) == 0x000001, "Wrong alignment on SBZPlayerCharacter_Server_SetPhoneInteractionFlow"); \ +static_assert(sizeof(SBZPlayerCharacter_Server_SetPhoneInteractionFlow) == 0x000001, "Wrong size on SBZPlayerCharacter_Server_SetPhoneInteractionFlow"); \ +static_assert(offsetof(SBZPlayerCharacter_Server_SetPhoneInteractionFlow, bInPhoneInteractionFlow) == 0x000000, "Member 'SBZPlayerCharacter_Server_SetPhoneInteractionFlow::bInPhoneInteractionFlow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_Server_StopCurrentEmoteMontage \ +static_assert(alignof(SBZPlayerCharacter_Server_StopCurrentEmoteMontage) == 0x000004, "Wrong alignment on SBZPlayerCharacter_Server_StopCurrentEmoteMontage"); \ +static_assert(sizeof(SBZPlayerCharacter_Server_StopCurrentEmoteMontage) == 0x000004, "Wrong size on SBZPlayerCharacter_Server_StopCurrentEmoteMontage"); \ +static_assert(offsetof(SBZPlayerCharacter_Server_StopCurrentEmoteMontage, BlendOutTime) == 0x000000, "Member 'SBZPlayerCharacter_Server_StopCurrentEmoteMontage::BlendOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_SetCameraFeedbackIntensity \ +static_assert(alignof(SBZPlayerCharacter_SetCameraFeedbackIntensity) == 0x000004, "Wrong alignment on SBZPlayerCharacter_SetCameraFeedbackIntensity"); \ +static_assert(sizeof(SBZPlayerCharacter_SetCameraFeedbackIntensity) == 0x00000C, "Wrong size on SBZPlayerCharacter_SetCameraFeedbackIntensity"); \ +static_assert(offsetof(SBZPlayerCharacter_SetCameraFeedbackIntensity, CameraFeedbackID) == 0x000000, "Member 'SBZPlayerCharacter_SetCameraFeedbackIntensity::CameraFeedbackID' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCharacter_SetCameraFeedbackIntensity, Intensity) == 0x000004, "Member 'SBZPlayerCharacter_SetCameraFeedbackIntensity::Intensity' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCharacter_SetCameraFeedbackIntensity, ReturnValue) == 0x000008, "Member 'SBZPlayerCharacter_SetCameraFeedbackIntensity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_StartCurrentEquippableInspect \ +static_assert(alignof(SBZPlayerCharacter_StartCurrentEquippableInspect) == 0x000001, "Wrong alignment on SBZPlayerCharacter_StartCurrentEquippableInspect"); \ +static_assert(sizeof(SBZPlayerCharacter_StartCurrentEquippableInspect) == 0x000001, "Wrong size on SBZPlayerCharacter_StartCurrentEquippableInspect"); \ +static_assert(offsetof(SBZPlayerCharacter_StartCurrentEquippableInspect, ReturnValue) == 0x000000, "Member 'SBZPlayerCharacter_StartCurrentEquippableInspect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_StartEmote \ +static_assert(alignof(SBZPlayerCharacter_StartEmote) == 0x000008, "Wrong alignment on SBZPlayerCharacter_StartEmote"); \ +static_assert(sizeof(SBZPlayerCharacter_StartEmote) == 0x000018, "Wrong size on SBZPlayerCharacter_StartEmote"); \ +static_assert(offsetof(SBZPlayerCharacter_StartEmote, EmoteText) == 0x000000, "Member 'SBZPlayerCharacter_StartEmote::EmoteText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_GetCurrentMiniGameComponent \ +static_assert(alignof(SBZPlayerCharacter_GetCurrentMiniGameComponent) == 0x000008, "Wrong alignment on SBZPlayerCharacter_GetCurrentMiniGameComponent"); \ +static_assert(sizeof(SBZPlayerCharacter_GetCurrentMiniGameComponent) == 0x000008, "Wrong size on SBZPlayerCharacter_GetCurrentMiniGameComponent"); \ +static_assert(offsetof(SBZPlayerCharacter_GetCurrentMiniGameComponent, ReturnValue) == 0x000000, "Member 'SBZPlayerCharacter_GetCurrentMiniGameComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_GetDetectionData \ +static_assert(alignof(SBZPlayerCharacter_GetDetectionData) == 0x000008, "Wrong alignment on SBZPlayerCharacter_GetDetectionData"); \ +static_assert(sizeof(SBZPlayerCharacter_GetDetectionData) == 0x000010, "Wrong size on SBZPlayerCharacter_GetDetectionData"); \ +static_assert(offsetof(SBZPlayerCharacter_GetDetectionData, ReturnValue) == 0x000000, "Member 'SBZPlayerCharacter_GetDetectionData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_IsSeenByAI \ +static_assert(alignof(SBZPlayerCharacter_IsSeenByAI) == 0x000001, "Wrong alignment on SBZPlayerCharacter_IsSeenByAI"); \ +static_assert(sizeof(SBZPlayerCharacter_IsSeenByAI) == 0x000001, "Wrong size on SBZPlayerCharacter_IsSeenByAI"); \ +static_assert(offsetof(SBZPlayerCharacter_IsSeenByAI, ReturnValue) == 0x000000, "Member 'SBZPlayerCharacter_IsSeenByAI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerCharacter_Server_MarkHET5Actor \ +static_assert(alignof(SBZPlayerCharacter_Server_MarkHET5Actor) == 0x000008, "Wrong alignment on SBZPlayerCharacter_Server_MarkHET5Actor"); \ +static_assert(sizeof(SBZPlayerCharacter_Server_MarkHET5Actor) == 0x000010, "Wrong size on SBZPlayerCharacter_Server_MarkHET5Actor"); \ +static_assert(offsetof(SBZPlayerCharacter_Server_MarkHET5Actor, InCharacter) == 0x000000, "Member 'SBZPlayerCharacter_Server_MarkHET5Actor::InCharacter' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerCharacter_Server_MarkHET5Actor, bInMark) == 0x000008, "Member 'SBZPlayerCharacter_Server_MarkHET5Actor::bInMark' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPlayerCharacter \ +static_assert(alignof(ASBZPlayerCharacter) == 0x000010, "Wrong alignment on ASBZPlayerCharacter"); \ +static_assert(sizeof(ASBZPlayerCharacter) == 0x0021B0, "Wrong size on ASBZPlayerCharacter"); \ +static_assert(offsetof(ASBZPlayerCharacter, VisualDetectionMultiplierSlide) == 0x001448, "Member 'ASBZPlayerCharacter::VisualDetectionMultiplierSlide' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, VisualDetectionMultiplierSprinting) == 0x0014D0, "Member 'ASBZPlayerCharacter::VisualDetectionMultiplierSprinting' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, VisualDetectionMultiplierCrouched) == 0x0014D4, "Member 'ASBZPlayerCharacter::VisualDetectionMultiplierCrouched' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, VisualDetectionMultiplierStanding) == 0x0014D8, "Member 'ASBZPlayerCharacter::VisualDetectionMultiplierStanding' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, AlertnessMultiplierSlide) == 0x0014E0, "Member 'ASBZPlayerCharacter::AlertnessMultiplierSlide' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, AlertnessMultiplierSprinting) == 0x001568, "Member 'ASBZPlayerCharacter::AlertnessMultiplierSprinting' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, AlertnessMultiplierCrouched) == 0x00156C, "Member 'ASBZPlayerCharacter::AlertnessMultiplierCrouched' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, AlertnessMultiplierStanding) == 0x001570, "Member 'ASBZPlayerCharacter::AlertnessMultiplierStanding' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, ShoutoutComponent) == 0x001578, "Member 'ASBZPlayerCharacter::ShoutoutComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, CallComment) == 0x001580, "Member 'ASBZPlayerCharacter::CallComment' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, HelpComment) == 0x001588, "Member 'ASBZPlayerCharacter::HelpComment' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, DownedComment) == 0x001590, "Member 'ASBZPlayerCharacter::DownedComment' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, GetDownComment) == 0x001598, "Member 'ASBZPlayerCharacter::GetDownComment' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, ShoutDownTime) == 0x0016D8, "Member 'ASBZPlayerCharacter::ShoutDownTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, ShoutDownRange) == 0x0016DC, "Member 'ASBZPlayerCharacter::ShoutDownRange' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, IntimidationRange) == 0x0016E0, "Member 'ASBZPlayerCharacter::IntimidationRange' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, OverkillWeaponVODelay) == 0x0016E4, "Member 'ASBZPlayerCharacter::OverkillWeaponVODelay' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, OverkillWeaponVORate) == 0x0016E8, "Member 'ASBZPlayerCharacter::OverkillWeaponVORate' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, FPCameraAttachment) == 0x0016F0, "Member 'ASBZPlayerCharacter::FPCameraAttachment' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, RecoilComponent) == 0x0016F8, "Member 'ASBZPlayerCharacter::RecoilComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, AimAssistComponent) == 0x001700, "Member 'ASBZPlayerCharacter::AimAssistComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, Mesh1P) == 0x001708, "Member 'ASBZPlayerCharacter::Mesh1P' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, Mesh1PBody) == 0x001710, "Member 'ASBZPlayerCharacter::Mesh1PBody' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, Mesh1PSuit) == 0x001718, "Member 'ASBZPlayerCharacter::Mesh1PSuit' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, Mesh1PGloves) == 0x001720, "Member 'ASBZPlayerCharacter::Mesh1PGloves' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, Interactor) == 0x001728, "Member 'ASBZPlayerCharacter::Interactor' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, DefaultAnimationCollectionFPP) == 0x001730, "Member 'ASBZPlayerCharacter::DefaultAnimationCollectionFPP' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, AnimationCollectionFPP) == 0x001738, "Member 'ASBZPlayerCharacter::AnimationCollectionFPP' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, CasingEyeHeight) == 0x001740, "Member 'ASBZPlayerCharacter::CasingEyeHeight' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, SubduedEyeHeight) == 0x001744, "Member 'ASBZPlayerCharacter::SubduedEyeHeight' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, DownedEyeHeight) == 0x001748, "Member 'ASBZPlayerCharacter::DownedEyeHeight' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, BleedoutEyeHeight) == 0x00174C, "Member 'ASBZPlayerCharacter::BleedoutEyeHeight' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, SlideEyeHeight) == 0x001750, "Member 'ASBZPlayerCharacter::SlideEyeHeight' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, CarryTiltSpeed) == 0x001754, "Member 'ASBZPlayerCharacter::CarryTiltSpeed' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, CarryTiltDegrees) == 0x001758, "Member 'ASBZPlayerCharacter::CarryTiltDegrees' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, CarryAdditionalTiltDegrees) == 0x00175C, "Member 'ASBZPlayerCharacter::CarryAdditionalTiltDegrees' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, WhizzbyActorClass) == 0x001760, "Member 'ASBZPlayerCharacter::WhizzbyActorClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, WhizzbyActor) == 0x001768, "Member 'ASBZPlayerCharacter::WhizzbyActor' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, LandedFeedback) == 0x001770, "Member 'ASBZPlayerCharacter::LandedFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, JumpedFeedback) == 0x001778, "Member 'ASBZPlayerCharacter::JumpedFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, ArmorDepletedFeedback) == 0x001780, "Member 'ASBZPlayerCharacter::ArmorDepletedFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, ArmorChunkDepletedFeedback) == 0x001788, "Member 'ASBZPlayerCharacter::ArmorChunkDepletedFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, ArmorReplenishedFeedback) == 0x0017A0, "Member 'ASBZPlayerCharacter::ArmorReplenishedFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, ArmorChunkReplenishedFeedback) == 0x0017A8, "Member 'ASBZPlayerCharacter::ArmorChunkReplenishedFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, ArmorChunkDamageFeedback) == 0x0017C0, "Member 'ASBZPlayerCharacter::ArmorChunkDamageFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, HealthDamageFeedback) == 0x0017D8, "Member 'ASBZPlayerCharacter::HealthDamageFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, SubduedDamageFeedback) == 0x0017E0, "Member 'ASBZPlayerCharacter::SubduedDamageFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, DefeatFeedback) == 0x0017E8, "Member 'ASBZPlayerCharacter::DefeatFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, SlideFeedback) == 0x0017F0, "Member 'ASBZPlayerCharacter::SlideFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, HumanShieldReachSlotFeedBack) == 0x0017F8, "Member 'ASBZPlayerCharacter::HumanShieldReachSlotFeedBack' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, TraverseFeedback) == 0x001800, "Member 'ASBZPlayerCharacter::TraverseFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, RunFeedback) == 0x001808, "Member 'ASBZPlayerCharacter::RunFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, OverHealDamageFeedback) == 0x001810, "Member 'ASBZPlayerCharacter::OverHealDamageFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, OverHealGainedFeedback) == 0x001818, "Member 'ASBZPlayerCharacter::OverHealGainedFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, OverHealRestoredFeedback) == 0x001820, "Member 'ASBZPlayerCharacter::OverHealRestoredFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, OverHealDepletedFeedback) == 0x001828, "Member 'ASBZPlayerCharacter::OverHealDepletedFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, ShieldFlashFeedback) == 0x001830, "Member 'ASBZPlayerCharacter::ShieldFlashFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, OverskillDepletedFeedback) == 0x001838, "Member 'ASBZPlayerCharacter::OverskillDepletedFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, OverskillDamageFeedback) == 0x001840, "Member 'ASBZPlayerCharacter::OverskillDamageFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, SmokeMasterFeedback) == 0x001848, "Member 'ASBZPlayerCharacter::SmokeMasterFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, DesiredAcceleration) == 0x001850, "Member 'ASBZPlayerCharacter::DesiredAcceleration' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, CameraModifiers) == 0x001860, "Member 'ASBZPlayerCharacter::CameraModifiers' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, RevivedComment) == 0x001870, "Member 'ASBZPlayerCharacter::RevivedComment' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, UncuffedComment) == 0x001878, "Member 'ASBZPlayerCharacter::UncuffedComment' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, StealthMaskOnComment) == 0x001880, "Member 'ASBZPlayerCharacter::StealthMaskOnComment' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, LoudMaskOnComment) == 0x001888, "Member 'ASBZPlayerCharacter::LoudMaskOnComment' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, LowHealthComment) == 0x001890, "Member 'ASBZPlayerCharacter::LowHealthComment' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, LowHealthLimit) == 0x001898, "Member 'ASBZPlayerCharacter::LowHealthLimit' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, DownedDialog) == 0x0018A0, "Member 'ASBZPlayerCharacter::DownedDialog' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, InCustodyDialog) == 0x0018A8, "Member 'ASBZPlayerCharacter::InCustodyDialog' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, BackFromCustodyDialog) == 0x0018B0, "Member 'ASBZPlayerCharacter::BackFromCustodyDialog' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, CuffedDialog) == 0x0018B8, "Member 'ASBZPlayerCharacter::CuffedDialog' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, TasedDialog) == 0x0018C0, "Member 'ASBZPlayerCharacter::TasedDialog' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, SubduedDialog) == 0x0018C8, "Member 'ASBZPlayerCharacter::SubduedDialog' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, CurrentCarryNetID) == 0x0018D0, "Member 'ASBZPlayerCharacter::CurrentCarryNetID' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, HumanShieldInstigatorLockCameraData) == 0x0018DC, "Member 'ASBZPlayerCharacter::HumanShieldInstigatorLockCameraData' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, NormalTargetingHumanShieldMagnification) == 0x001918, "Member 'ASBZPlayerCharacter::NormalTargetingHumanShieldMagnification' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, OnTopTargetingHumanShieldMagnification) == 0x00191C, "Member 'ASBZPlayerCharacter::OnTopTargetingHumanShieldMagnification' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, EscortCircleEffect) == 0x001920, "Member 'ASBZPlayerCharacter::EscortCircleEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, UnequippedWeaponData) == 0x001928, "Member 'ASBZPlayerCharacter::UnequippedWeaponData' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, FPZiplineMotorClass) == 0x001930, "Member 'ASBZPlayerCharacter::FPZiplineMotorClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, EmoteData) == 0x001938, "Member 'ASBZPlayerCharacter::EmoteData' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, PlayerAbilitySystem) == 0x001948, "Member 'ASBZPlayerCharacter::PlayerAbilitySystem' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, CancelOnDamageTagContainer) == 0x001950, "Member 'ASBZPlayerCharacter::CancelOnDamageTagContainer' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, IgnoreMovementTags) == 0x001970, "Member 'ASBZPlayerCharacter::IgnoreMovementTags' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, ForbidLandSlideTagContainer) == 0x001990, "Member 'ASBZPlayerCharacter::ForbidLandSlideTagContainer' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, OnTopBaseFOV) == 0x0019BC, "Member 'ASBZPlayerCharacter::OnTopBaseFOV' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, VisualDetectors) == 0x0019C8, "Member 'ASBZPlayerCharacter::VisualDetectors' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, VisualDetectionData) == 0x0019D8, "Member 'ASBZPlayerCharacter::VisualDetectionData' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, DefeatState) == 0x0019F0, "Member 'ASBZPlayerCharacter::DefeatState' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, OldDefeatState) == 0x0019F2, "Member 'ASBZPlayerCharacter::OldDefeatState' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, DefeatTime) == 0x001A00, "Member 'ASBZPlayerCharacter::DefeatTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, ReviveMarker) == 0x001A20, "Member 'ASBZPlayerCharacter::ReviveMarker' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, TasedMarker) == 0x001A28, "Member 'ASBZPlayerCharacter::TasedMarker' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, CuffedMarker) == 0x001A30, "Member 'ASBZPlayerCharacter::CuffedMarker' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, SubduedMarker) == 0x001A38, "Member 'ASBZPlayerCharacter::SubduedMarker' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, ReviveInvulnerableDuration) == 0x001A44, "Member 'ASBZPlayerCharacter::ReviveInvulnerableDuration' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, RemoveReviveInvulnerableTagContainer) == 0x001A48, "Member 'ASBZPlayerCharacter::RemoveReviveInvulnerableTagContainer' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, PlayerMarkerAsset) == 0x001A78, "Member 'ASBZPlayerCharacter::PlayerMarkerAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, PlayerMarkerOffset) == 0x001A80, "Member 'ASBZPlayerCharacter::PlayerMarkerOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, PlayerMarkerSocketName) == 0x001A8C, "Member 'ASBZPlayerCharacter::PlayerMarkerSocketName' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, DownedOutline) == 0x001AA0, "Member 'ASBZPlayerCharacter::DownedOutline' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, SBZPlayerState) == 0x001AB0, "Member 'ASBZPlayerCharacter::SBZPlayerState' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, OldSBZPlayerState) == 0x001AB8, "Member 'ASBZPlayerCharacter::OldSBZPlayerState' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, PlayerAttributeSet) == 0x001AC0, "Member 'ASBZPlayerCharacter::PlayerAttributeSet' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, TiltCameraModifier) == 0x001AC8, "Member 'ASBZPlayerCharacter::TiltCameraModifier' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, PitchLookCameraModifier) == 0x001AD0, "Member 'ASBZPlayerCharacter::PitchLookCameraModifier' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, HeightTransitionCameraModifier) == 0x001AD8, "Member 'ASBZPlayerCharacter::HeightTransitionCameraModifier' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, FloorHeightCameraModifier) == 0x001AE0, "Member 'ASBZPlayerCharacter::FloorHeightCameraModifier' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, SubduedTiltSpeed) == 0x001AE8, "Member 'ASBZPlayerCharacter::SubduedTiltSpeed' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, SubduedTiltDegrees) == 0x001AEC, "Member 'ASBZPlayerCharacter::SubduedTiltDegrees' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, DownedTiltSpeed) == 0x001AF0, "Member 'ASBZPlayerCharacter::DownedTiltSpeed' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, DownedTiltDegrees) == 0x001AF4, "Member 'ASBZPlayerCharacter::DownedTiltDegrees' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, BleedOutTiltSpeed) == 0x001AF8, "Member 'ASBZPlayerCharacter::BleedOutTiltSpeed' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, BleedOutTiltDegrees) == 0x001AFC, "Member 'ASBZPlayerCharacter::BleedOutTiltDegrees' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, SubduedPitchLookSpeed) == 0x001B00, "Member 'ASBZPlayerCharacter::SubduedPitchLookSpeed' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, SubduedPitchDegrees) == 0x001B04, "Member 'ASBZPlayerCharacter::SubduedPitchDegrees' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, BleedOutPitchLookSpeed) == 0x001B08, "Member 'ASBZPlayerCharacter::BleedOutPitchLookSpeed' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, BleedOutPitchDegrees) == 0x001B0C, "Member 'ASBZPlayerCharacter::BleedOutPitchDegrees' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, ReviveTiltSpeed) == 0x001B10, "Member 'ASBZPlayerCharacter::ReviveTiltSpeed' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, RequestOverkillWeaponAnimationTime) == 0x001B14, "Member 'ASBZPlayerCharacter::RequestOverkillWeaponAnimationTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, FirstAidKitOverHealAmount) == 0x001B18, "Member 'ASBZPlayerCharacter::FirstAidKitOverHealAmount' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, FallDamageCurve) == 0x001B20, "Member 'ASBZPlayerCharacter::FallDamageCurve' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, MagnificationInputCurve) == 0x001BA8, "Member 'ASBZPlayerCharacter::MagnificationInputCurve' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, FallingStartHeight) == 0x001C30, "Member 'ASBZPlayerCharacter::FallingStartHeight' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, bHasTriggeredCoupDeGraceSkill) == 0x001C34, "Member 'ASBZPlayerCharacter::bHasTriggeredCoupDeGraceSkill' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, CurrentFollowersArray) == 0x001C40, "Member 'ASBZPlayerCharacter::CurrentFollowersArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, MiniGameDetectionMultiplier) == 0x001C58, "Member 'ASBZPlayerCharacter::MiniGameDetectionMultiplier' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, CuttingToolDetectionMultiplier) == 0x001C5C, "Member 'ASBZPlayerCharacter::CuttingToolDetectionMultiplier' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, GadgetDetectionMultiplier) == 0x001C60, "Member 'ASBZPlayerCharacter::GadgetDetectionMultiplier' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, ThrowItemDetectionMultiplier) == 0x001C64, "Member 'ASBZPlayerCharacter::ThrowItemDetectionMultiplier' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, bIsCurrentNavLocationValid) == 0x001C74, "Member 'ASBZPlayerCharacter::bIsCurrentNavLocationValid' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, NavLocationSaveInterval) == 0x001C78, "Member 'ASBZPlayerCharacter::NavLocationSaveInterval' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, NavigationZAxisLocationOffset) == 0x001C7C, "Member 'ASBZPlayerCharacter::NavigationZAxisLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, ModifiedToolDataArray) == 0x001C90, "Member 'ASBZPlayerCharacter::ModifiedToolDataArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, PrimaryTool) == 0x001CA0, "Member 'ASBZPlayerCharacter::PrimaryTool' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, CuttingTool) == 0x001CA8, "Member 'ASBZPlayerCharacter::CuttingTool' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, CurrentReplicatedPlaceableTool) == 0x001CB0, "Member 'ASBZPlayerCharacter::CurrentReplicatedPlaceableTool' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, SlideFeedbackID) == 0x001CB8, "Member 'ASBZPlayerCharacter::SlideFeedbackID' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, RunFeedbackID) == 0x001CBC, "Member 'ASBZPlayerCharacter::RunFeedbackID' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, LastAttackerData) == 0x001CC8, "Member 'ASBZPlayerCharacter::LastAttackerData' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, TasedData) == 0x001CE0, "Member 'ASBZPlayerCharacter::TasedData' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, PlayerMicroCameraOffset) == 0x001D20, "Member 'ASBZPlayerCharacter::PlayerMicroCameraOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, PlayerMicroCameraSocketName) == 0x001D2C, "Member 'ASBZPlayerCharacter::PlayerMicroCameraSocketName' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, MiniGameComponent) == 0x001DC0, "Member 'ASBZPlayerCharacter::MiniGameComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, CurrentMiniGameComponent) == 0x001DC8, "Member 'ASBZPlayerCharacter::CurrentMiniGameComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, IntimidateCiviliansWithinRangeArray) == 0x001DD0, "Member 'ASBZPlayerCharacter::IntimidateCiviliansWithinRangeArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, IntimidateCiviliansInterval) == 0x001DE8, "Member 'ASBZPlayerCharacter::IntimidateCiviliansInterval' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, bIsLocalKillingHumanShield) == 0x001DF0, "Member 'ASBZPlayerCharacter::bIsLocalKillingHumanShield' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, HumanShieldStartTime) == 0x001DF4, "Member 'ASBZPlayerCharacter::HumanShieldStartTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, DropPlaceableEquippableAngularForce) == 0x001E50, "Member 'ASBZPlayerCharacter::DropPlaceableEquippableAngularForce' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, DropPlaceableEquippableVelocity) == 0x001E5C, "Member 'ASBZPlayerCharacter::DropPlaceableEquippableVelocity' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, DropPlaceableEquippableForwardScale) == 0x001E68, "Member 'ASBZPlayerCharacter::DropPlaceableEquippableForwardScale' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, DropPlaceableEquippableBackwardScale) == 0x001E6C, "Member 'ASBZPlayerCharacter::DropPlaceableEquippableBackwardScale' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, DefeatControlsReference) == 0x001E90, "Member 'ASBZPlayerCharacter::DefeatControlsReference' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, DefeatControlsReferenceID) == 0x001EB8, "Member 'ASBZPlayerCharacter::DefeatControlsReferenceID' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, MinLandingSlideWalkToRunLerp) == 0x001EBC, "Member 'ASBZPlayerCharacter::MinLandingSlideWalkToRunLerp' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, LastCuttableActor) == 0x001EC0, "Member 'ASBZPlayerCharacter::LastCuttableActor' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, LastHackedActor) == 0x001EC8, "Member 'ASBZPlayerCharacter::LastHackedActor' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, SpawnAnimationTag) == 0x001ED0, "Member 'ASBZPlayerCharacter::SpawnAnimationTag' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, ClientUpdateLandHitResult) == 0x001EDC, "Member 'ASBZPlayerCharacter::ClientUpdateLandHitResult' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, bIsNextLandServerCorrected) == 0x001F6C, "Member 'ASBZPlayerCharacter::bIsNextLandServerCorrected' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, PostProcessFadeInBlendCurve) == 0x001FE0, "Member 'ASBZPlayerCharacter::PostProcessFadeInBlendCurve' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, PostProcessFadeOutBlendCurve) == 0x002068, "Member 'ASBZPlayerCharacter::PostProcessFadeOutBlendCurve' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, ReflectorShieldMaxBlindedDuration) == 0x0020F0, "Member 'ASBZPlayerCharacter::ReflectorShieldMaxBlindedDuration' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, ReflectorShieldCooldownTime) == 0x0020F4, "Member 'ASBZPlayerCharacter::ReflectorShieldCooldownTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, StoredConsumableConfigArray) == 0x002130, "Member 'ASBZPlayerCharacter::StoredConsumableConfigArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, SafeEquippableConfigArray) == 0x002148, "Member 'ASBZPlayerCharacter::SafeEquippableConfigArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, ThePunchActivatedEvent) == 0x002160, "Member 'ASBZPlayerCharacter::ThePunchActivatedEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, ThePunchEndedEvent) == 0x002168, "Member 'ASBZPlayerCharacter::ThePunchEndedEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerCharacter, OperatorActivatedEvent) == 0x002170, "Member 'ASBZPlayerCharacter::OperatorActivatedEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillScramblerSignalScan \ +static_assert(alignof(USBZSkillScramblerSignalScan) == 0x000008, "Wrong alignment on USBZSkillScramblerSignalScan"); \ +static_assert(sizeof(USBZSkillScramblerSignalScan) == 0x000230, "Wrong size on USBZSkillScramblerSignalScan"); \ + +#define DUMPER7_ASSERTS_USBZSuitPartSlot \ +static_assert(alignof(USBZSuitPartSlot) == 0x000008, "Wrong alignment on USBZSuitPartSlot"); \ +static_assert(sizeof(USBZSuitPartSlot) == 0x000080, "Wrong size on USBZSuitPartSlot"); \ +static_assert(offsetof(USBZSuitPartSlot, SuitPart) == 0x000078, "Member 'USBZSuitPartSlot::SuitPart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZModularSlotMeshContainer \ +static_assert(alignof(ISBZModularSlotMeshContainer) == 0x000001, "Wrong alignment on ISBZModularSlotMeshContainer"); \ +static_assert(sizeof(ISBZModularSlotMeshContainer) == 0x000001, "Wrong size on ISBZModularSlotMeshContainer"); \ + +#define DUMPER7_ASSERTS_USBZMoonTacticalFlashbangEffect \ +static_assert(alignof(USBZMoonTacticalFlashbangEffect) == 0x000008, "Wrong alignment on USBZMoonTacticalFlashbangEffect"); \ +static_assert(sizeof(USBZMoonTacticalFlashbangEffect) == 0x0008C0, "Wrong size on USBZMoonTacticalFlashbangEffect"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_BP_OnCameraColorStateChanged \ +static_assert(alignof(SBZSecurityCamera_BP_OnCameraColorStateChanged) == 0x000001, "Wrong alignment on SBZSecurityCamera_BP_OnCameraColorStateChanged"); \ +static_assert(sizeof(SBZSecurityCamera_BP_OnCameraColorStateChanged) == 0x000001, "Wrong size on SBZSecurityCamera_BP_OnCameraColorStateChanged"); \ +static_assert(offsetof(SBZSecurityCamera_BP_OnCameraColorStateChanged, NewCameraColorState) == 0x000000, "Member 'SBZSecurityCamera_BP_OnCameraColorStateChanged::NewCameraColorState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_BP_OnStateChanged \ +static_assert(alignof(SBZSecurityCamera_BP_OnStateChanged) == 0x000001, "Wrong alignment on SBZSecurityCamera_BP_OnStateChanged"); \ +static_assert(sizeof(SBZSecurityCamera_BP_OnStateChanged) == 0x000003, "Wrong size on SBZSecurityCamera_BP_OnStateChanged"); \ +static_assert(offsetof(SBZSecurityCamera_BP_OnStateChanged, OldState) == 0x000000, "Member 'SBZSecurityCamera_BP_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCamera_BP_OnStateChanged, NewState) == 0x000001, "Member 'SBZSecurityCamera_BP_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCamera_BP_OnStateChanged, bDoCosmetics) == 0x000002, "Member 'SBZSecurityCamera_BP_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_BP_OnViewTargetChanged \ +static_assert(alignof(SBZSecurityCamera_BP_OnViewTargetChanged) == 0x000001, "Wrong alignment on SBZSecurityCamera_BP_OnViewTargetChanged"); \ +static_assert(sizeof(SBZSecurityCamera_BP_OnViewTargetChanged) == 0x000001, "Wrong size on SBZSecurityCamera_BP_OnViewTargetChanged"); \ +static_assert(offsetof(SBZSecurityCamera_BP_OnViewTargetChanged, bIsViewTarget) == 0x000000, "Member 'SBZSecurityCamera_BP_OnViewTargetChanged::bIsViewTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_ChangeRTPC \ +static_assert(alignof(SBZSecurityCamera_ChangeRTPC) == 0x000008, "Wrong alignment on SBZSecurityCamera_ChangeRTPC"); \ +static_assert(sizeof(SBZSecurityCamera_ChangeRTPC) == 0x000010, "Wrong size on SBZSecurityCamera_ChangeRTPC"); \ +static_assert(offsetof(SBZSecurityCamera_ChangeRTPC, RTPC) == 0x000000, "Member 'SBZSecurityCamera_ChangeRTPC::RTPC' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCamera_ChangeRTPC, Value) == 0x000008, "Member 'SBZSecurityCamera_ChangeRTPC::Value' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCamera_ChangeRTPC, InterpolationTime) == 0x00000C, "Member 'SBZSecurityCamera_ChangeRTPC::InterpolationTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_Multicast_BecomeViewTarget \ +static_assert(alignof(SBZSecurityCamera_Multicast_BecomeViewTarget) == 0x000004, "Wrong alignment on SBZSecurityCamera_Multicast_BecomeViewTarget"); \ +static_assert(sizeof(SBZSecurityCamera_Multicast_BecomeViewTarget) == 0x000004, "Wrong size on SBZSecurityCamera_Multicast_BecomeViewTarget"); \ +static_assert(offsetof(SBZSecurityCamera_Multicast_BecomeViewTarget, PlayerId) == 0x000000, "Member 'SBZSecurityCamera_Multicast_BecomeViewTarget::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_Multicast_EndViewTarget \ +static_assert(alignof(SBZSecurityCamera_Multicast_EndViewTarget) == 0x000004, "Wrong alignment on SBZSecurityCamera_Multicast_EndViewTarget"); \ +static_assert(sizeof(SBZSecurityCamera_Multicast_EndViewTarget) == 0x000004, "Wrong size on SBZSecurityCamera_Multicast_EndViewTarget"); \ +static_assert(offsetof(SBZSecurityCamera_Multicast_EndViewTarget, PlayerId) == 0x000000, "Member 'SBZSecurityCamera_Multicast_EndViewTarget::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_Multicast_OnChangeState \ +static_assert(alignof(SBZSecurityCamera_Multicast_OnChangeState) == 0x000001, "Wrong alignment on SBZSecurityCamera_Multicast_OnChangeState"); \ +static_assert(sizeof(SBZSecurityCamera_Multicast_OnChangeState) == 0x000001, "Wrong size on SBZSecurityCamera_Multicast_OnChangeState"); \ +static_assert(offsetof(SBZSecurityCamera_Multicast_OnChangeState, NewState) == 0x000000, "Member 'SBZSecurityCamera_Multicast_OnChangeState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_Multicast_RemoveRuntime \ +static_assert(alignof(SBZSecurityCamera_Multicast_RemoveRuntime) == 0x000001, "Wrong alignment on SBZSecurityCamera_Multicast_RemoveRuntime"); \ +static_assert(sizeof(SBZSecurityCamera_Multicast_RemoveRuntime) == 0x000001, "Wrong size on SBZSecurityCamera_Multicast_RemoveRuntime"); \ +static_assert(offsetof(SBZSecurityCamera_Multicast_RemoveRuntime, InRuntimeToRemove) == 0x000000, "Member 'SBZSecurityCamera_Multicast_RemoveRuntime::InRuntimeToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_Multicast_ReplicateExplosion \ +static_assert(alignof(SBZSecurityCamera_Multicast_ReplicateExplosion) == 0x000008, "Wrong alignment on SBZSecurityCamera_Multicast_ReplicateExplosion"); \ +static_assert(sizeof(SBZSecurityCamera_Multicast_ReplicateExplosion) == 0x000028, "Wrong size on SBZSecurityCamera_Multicast_ReplicateExplosion"); \ +static_assert(offsetof(SBZSecurityCamera_Multicast_ReplicateExplosion, Result) == 0x000000, "Member 'SBZSecurityCamera_Multicast_ReplicateExplosion::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_Multicast_RuntimeExpired \ +static_assert(alignof(SBZSecurityCamera_Multicast_RuntimeExpired) == 0x000001, "Wrong alignment on SBZSecurityCamera_Multicast_RuntimeExpired"); \ +static_assert(sizeof(SBZSecurityCamera_Multicast_RuntimeExpired) == 0x000001, "Wrong size on SBZSecurityCamera_Multicast_RuntimeExpired"); \ +static_assert(offsetof(SBZSecurityCamera_Multicast_RuntimeExpired, InRuntimeState) == 0x000000, "Member 'SBZSecurityCamera_Multicast_RuntimeExpired::InRuntimeState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_Multicast_SetECMDisabled \ +static_assert(alignof(SBZSecurityCamera_Multicast_SetECMDisabled) == 0x000001, "Wrong alignment on SBZSecurityCamera_Multicast_SetECMDisabled"); \ +static_assert(sizeof(SBZSecurityCamera_Multicast_SetECMDisabled) == 0x000001, "Wrong size on SBZSecurityCamera_Multicast_SetECMDisabled"); \ +static_assert(offsetof(SBZSecurityCamera_Multicast_SetECMDisabled, bInIsDisabled) == 0x000000, "Member 'SBZSecurityCamera_Multicast_SetECMDisabled::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_Multicast_SetRuntimed \ +static_assert(alignof(SBZSecurityCamera_Multicast_SetRuntimed) == 0x000001, "Wrong alignment on SBZSecurityCamera_Multicast_SetRuntimed"); \ +static_assert(sizeof(SBZSecurityCamera_Multicast_SetRuntimed) == 0x000001, "Wrong size on SBZSecurityCamera_Multicast_SetRuntimed"); \ +static_assert(offsetof(SBZSecurityCamera_Multicast_SetRuntimed, InRuntimeState) == 0x000000, "Member 'SBZSecurityCamera_Multicast_SetRuntimed::InRuntimeState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_Multicast_SetRuntimeExplosionInstigator \ +static_assert(alignof(SBZSecurityCamera_Multicast_SetRuntimeExplosionInstigator) == 0x000008, "Wrong alignment on SBZSecurityCamera_Multicast_SetRuntimeExplosionInstigator"); \ +static_assert(sizeof(SBZSecurityCamera_Multicast_SetRuntimeExplosionInstigator) == 0x000008, "Wrong size on SBZSecurityCamera_Multicast_SetRuntimeExplosionInstigator"); \ +static_assert(offsetof(SBZSecurityCamera_Multicast_SetRuntimeExplosionInstigator, InExplosionInstigator) == 0x000000, "Member 'SBZSecurityCamera_Multicast_SetRuntimeExplosionInstigator::InExplosionInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_Multicast_SetShielded \ +static_assert(alignof(SBZSecurityCamera_Multicast_SetShielded) == 0x000001, "Wrong alignment on SBZSecurityCamera_Multicast_SetShielded"); \ +static_assert(sizeof(SBZSecurityCamera_Multicast_SetShielded) == 0x000001, "Wrong size on SBZSecurityCamera_Multicast_SetShielded"); \ +static_assert(offsetof(SBZSecurityCamera_Multicast_SetShielded, bInShielded) == 0x000000, "Member 'SBZSecurityCamera_Multicast_SetShielded::bInShielded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_Multicast_UpdateRoughDetection \ +static_assert(alignof(SBZSecurityCamera_Multicast_UpdateRoughDetection) == 0x000001, "Wrong alignment on SBZSecurityCamera_Multicast_UpdateRoughDetection"); \ +static_assert(sizeof(SBZSecurityCamera_Multicast_UpdateRoughDetection) == 0x000001, "Wrong size on SBZSecurityCamera_Multicast_UpdateRoughDetection"); \ +static_assert(offsetof(SBZSecurityCamera_Multicast_UpdateRoughDetection, NewRoughVisualDetectionValue) == 0x000000, "Member 'SBZSecurityCamera_Multicast_UpdateRoughDetection::NewRoughVisualDetectionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_OnAckAbortInteraction \ +static_assert(alignof(SBZSecurityCamera_OnAckAbortInteraction) == 0x000008, "Wrong alignment on SBZSecurityCamera_OnAckAbortInteraction"); \ +static_assert(sizeof(SBZSecurityCamera_OnAckAbortInteraction) == 0x000018, "Wrong size on SBZSecurityCamera_OnAckAbortInteraction"); \ +static_assert(offsetof(SBZSecurityCamera_OnAckAbortInteraction, InInteractable) == 0x000000, "Member 'SBZSecurityCamera_OnAckAbortInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCamera_OnAckAbortInteraction, Interactor) == 0x000008, "Member 'SBZSecurityCamera_OnAckAbortInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCamera_OnAckAbortInteraction, bIsLocallyControlledInteractor) == 0x000010, "Member 'SBZSecurityCamera_OnAckAbortInteraction::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_OnAckCompleteInteraction \ +static_assert(alignof(SBZSecurityCamera_OnAckCompleteInteraction) == 0x000008, "Wrong alignment on SBZSecurityCamera_OnAckCompleteInteraction"); \ +static_assert(sizeof(SBZSecurityCamera_OnAckCompleteInteraction) == 0x000018, "Wrong size on SBZSecurityCamera_OnAckCompleteInteraction"); \ +static_assert(offsetof(SBZSecurityCamera_OnAckCompleteInteraction, InInteractable) == 0x000000, "Member 'SBZSecurityCamera_OnAckCompleteInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCamera_OnAckCompleteInteraction, Interactor) == 0x000008, "Member 'SBZSecurityCamera_OnAckCompleteInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCamera_OnAckCompleteInteraction, bIsLocallyControlledInteractor) == 0x000010, "Member 'SBZSecurityCamera_OnAckCompleteInteraction::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_OnECMCountChanged \ +static_assert(alignof(SBZSecurityCamera_OnECMCountChanged) == 0x000004, "Wrong alignment on SBZSecurityCamera_OnECMCountChanged"); \ +static_assert(sizeof(SBZSecurityCamera_OnECMCountChanged) == 0x000010, "Wrong size on SBZSecurityCamera_OnECMCountChanged"); \ +static_assert(offsetof(SBZSecurityCamera_OnECMCountChanged, NewCount) == 0x000000, "Member 'SBZSecurityCamera_OnECMCountChanged::NewCount' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCamera_OnECMCountChanged, OldCount) == 0x000004, "Member 'SBZSecurityCamera_OnECMCountChanged::OldCount' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCamera_OnECMCountChanged, AddedTime) == 0x000008, "Member 'SBZSecurityCamera_OnECMCountChanged::AddedTime' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCamera_OnECMCountChanged, bInIsSignalScanActive) == 0x00000C, "Member 'SBZSecurityCamera_OnECMCountChanged::bInIsSignalScanActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_OnHeistStateChanged \ +static_assert(alignof(SBZSecurityCamera_OnHeistStateChanged) == 0x000001, "Wrong alignment on SBZSecurityCamera_OnHeistStateChanged"); \ +static_assert(sizeof(SBZSecurityCamera_OnHeistStateChanged) == 0x000002, "Wrong size on SBZSecurityCamera_OnHeistStateChanged"); \ +static_assert(offsetof(SBZSecurityCamera_OnHeistStateChanged, OldState) == 0x000000, "Member 'SBZSecurityCamera_OnHeistStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCamera_OnHeistStateChanged, NewState) == 0x000001, "Member 'SBZSecurityCamera_OnHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_OnOperatorSkillDeactivated \ +static_assert(alignof(SBZSecurityCamera_OnOperatorSkillDeactivated) == 0x000001, "Wrong alignment on SBZSecurityCamera_OnOperatorSkillDeactivated"); \ +static_assert(sizeof(SBZSecurityCamera_OnOperatorSkillDeactivated) == 0x000004, "Wrong size on SBZSecurityCamera_OnOperatorSkillDeactivated"); \ +static_assert(offsetof(SBZSecurityCamera_OnOperatorSkillDeactivated, bIsBase) == 0x000000, "Member 'SBZSecurityCamera_OnOperatorSkillDeactivated::bIsBase' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCamera_OnOperatorSkillDeactivated, bIsMarkMania) == 0x000001, "Member 'SBZSecurityCamera_OnOperatorSkillDeactivated::bIsMarkMania' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCamera_OnOperatorSkillDeactivated, bIsWhoYouGonnaCall) == 0x000002, "Member 'SBZSecurityCamera_OnOperatorSkillDeactivated::bIsWhoYouGonnaCall' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCamera_OnOperatorSkillDeactivated, bIsRadioSilence) == 0x000003, "Member 'SBZSecurityCamera_OnOperatorSkillDeactivated::bIsRadioSilence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_OnOperatorSkillUsed \ +static_assert(alignof(SBZSecurityCamera_OnOperatorSkillUsed) == 0x000001, "Wrong alignment on SBZSecurityCamera_OnOperatorSkillUsed"); \ +static_assert(sizeof(SBZSecurityCamera_OnOperatorSkillUsed) == 0x000004, "Wrong size on SBZSecurityCamera_OnOperatorSkillUsed"); \ +static_assert(offsetof(SBZSecurityCamera_OnOperatorSkillUsed, bIsBase) == 0x000000, "Member 'SBZSecurityCamera_OnOperatorSkillUsed::bIsBase' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCamera_OnOperatorSkillUsed, bIsMarkMania) == 0x000001, "Member 'SBZSecurityCamera_OnOperatorSkillUsed::bIsMarkMania' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCamera_OnOperatorSkillUsed, bIsWhoYouGonnaCall) == 0x000002, "Member 'SBZSecurityCamera_OnOperatorSkillUsed::bIsWhoYouGonnaCall' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCamera_OnOperatorSkillUsed, bIsRadioSilence) == 0x000003, "Member 'SBZSecurityCamera_OnOperatorSkillUsed::bIsRadioSilence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_OnPerceptionUpdated \ +static_assert(alignof(SBZSecurityCamera_OnPerceptionUpdated) == 0x000008, "Wrong alignment on SBZSecurityCamera_OnPerceptionUpdated"); \ +static_assert(sizeof(SBZSecurityCamera_OnPerceptionUpdated) == 0x000060, "Wrong size on SBZSecurityCamera_OnPerceptionUpdated"); \ +static_assert(offsetof(SBZSecurityCamera_OnPerceptionUpdated, Actor) == 0x000000, "Member 'SBZSecurityCamera_OnPerceptionUpdated::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCamera_OnPerceptionUpdated, Stimulus) == 0x000008, "Member 'SBZSecurityCamera_OnPerceptionUpdated::Stimulus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_OnPredictedAbortInteraction \ +static_assert(alignof(SBZSecurityCamera_OnPredictedAbortInteraction) == 0x000008, "Wrong alignment on SBZSecurityCamera_OnPredictedAbortInteraction"); \ +static_assert(sizeof(SBZSecurityCamera_OnPredictedAbortInteraction) == 0x000018, "Wrong size on SBZSecurityCamera_OnPredictedAbortInteraction"); \ +static_assert(offsetof(SBZSecurityCamera_OnPredictedAbortInteraction, InInteractable) == 0x000000, "Member 'SBZSecurityCamera_OnPredictedAbortInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCamera_OnPredictedAbortInteraction, Interactor) == 0x000008, "Member 'SBZSecurityCamera_OnPredictedAbortInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCamera_OnPredictedAbortInteraction, bIsLocallyControlledInteractor) == 0x000010, "Member 'SBZSecurityCamera_OnPredictedAbortInteraction::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_OnRep_ViewTargetPlayerStateIdArray \ +static_assert(alignof(SBZSecurityCamera_OnRep_ViewTargetPlayerStateIdArray) == 0x000008, "Wrong alignment on SBZSecurityCamera_OnRep_ViewTargetPlayerStateIdArray"); \ +static_assert(sizeof(SBZSecurityCamera_OnRep_ViewTargetPlayerStateIdArray) == 0x000010, "Wrong size on SBZSecurityCamera_OnRep_ViewTargetPlayerStateIdArray"); \ +static_assert(offsetof(SBZSecurityCamera_OnRep_ViewTargetPlayerStateIdArray, OldViewTargetPlayerStateIdArray) == 0x000000, "Member 'SBZSecurityCamera_OnRep_ViewTargetPlayerStateIdArray::OldViewTargetPlayerStateIdArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_OnRuntimeStateApplied \ +static_assert(alignof(SBZSecurityCamera_OnRuntimeStateApplied) == 0x000001, "Wrong alignment on SBZSecurityCamera_OnRuntimeStateApplied"); \ +static_assert(sizeof(SBZSecurityCamera_OnRuntimeStateApplied) == 0x000001, "Wrong size on SBZSecurityCamera_OnRuntimeStateApplied"); \ +static_assert(offsetof(SBZSecurityCamera_OnRuntimeStateApplied, AppliedState) == 0x000000, "Member 'SBZSecurityCamera_OnRuntimeStateApplied::AppliedState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_OnRuntimeStateRemoved \ +static_assert(alignof(SBZSecurityCamera_OnRuntimeStateRemoved) == 0x000001, "Wrong alignment on SBZSecurityCamera_OnRuntimeStateRemoved"); \ +static_assert(sizeof(SBZSecurityCamera_OnRuntimeStateRemoved) == 0x000001, "Wrong size on SBZSecurityCamera_OnRuntimeStateRemoved"); \ +static_assert(offsetof(SBZSecurityCamera_OnRuntimeStateRemoved, AppliedState) == 0x000000, "Member 'SBZSecurityCamera_OnRuntimeStateRemoved::AppliedState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_OnServerAbortInteraction \ +static_assert(alignof(SBZSecurityCamera_OnServerAbortInteraction) == 0x000008, "Wrong alignment on SBZSecurityCamera_OnServerAbortInteraction"); \ +static_assert(sizeof(SBZSecurityCamera_OnServerAbortInteraction) == 0x000018, "Wrong size on SBZSecurityCamera_OnServerAbortInteraction"); \ +static_assert(offsetof(SBZSecurityCamera_OnServerAbortInteraction, InInteractable) == 0x000000, "Member 'SBZSecurityCamera_OnServerAbortInteraction::InInteractable' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCamera_OnServerAbortInteraction, Interactor) == 0x000008, "Member 'SBZSecurityCamera_OnServerAbortInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCamera_OnServerAbortInteraction, bIsLocallyControlledInteractor) == 0x000010, "Member 'SBZSecurityCamera_OnServerAbortInteraction::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_OnVisualDetection \ +static_assert(alignof(SBZSecurityCamera_OnVisualDetection) == 0x000008, "Wrong alignment on SBZSecurityCamera_OnVisualDetection"); \ +static_assert(sizeof(SBZSecurityCamera_OnVisualDetection) == 0x000018, "Wrong size on SBZSecurityCamera_OnVisualDetection"); \ +static_assert(offsetof(SBZSecurityCamera_OnVisualDetection, DetectionComponent) == 0x000000, "Member 'SBZSecurityCamera_OnVisualDetection::DetectionComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCamera_OnVisualDetection, bWasDetected) == 0x000008, "Member 'SBZSecurityCamera_OnVisualDetection::bWasDetected' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCamera_OnVisualDetection, DetectedTarget) == 0x000010, "Member 'SBZSecurityCamera_OnVisualDetection::DetectedTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_PlaySoundEvent \ +static_assert(alignof(SBZSecurityCamera_PlaySoundEvent) == 0x000008, "Wrong alignment on SBZSecurityCamera_PlaySoundEvent"); \ +static_assert(sizeof(SBZSecurityCamera_PlaySoundEvent) == 0x000008, "Wrong size on SBZSecurityCamera_PlaySoundEvent"); \ +static_assert(offsetof(SBZSecurityCamera_PlaySoundEvent, AudioEvent) == 0x000000, "Member 'SBZSecurityCamera_PlaySoundEvent::AudioEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_GetCameraState \ +static_assert(alignof(SBZSecurityCamera_GetCameraState) == 0x000001, "Wrong alignment on SBZSecurityCamera_GetCameraState"); \ +static_assert(sizeof(SBZSecurityCamera_GetCameraState) == 0x000001, "Wrong size on SBZSecurityCamera_GetCameraState"); \ +static_assert(offsetof(SBZSecurityCamera_GetCameraState, ReturnValue) == 0x000000, "Member 'SBZSecurityCamera_GetCameraState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCamera_GetRuntimeState \ +static_assert(alignof(SBZSecurityCamera_GetRuntimeState) == 0x000001, "Wrong alignment on SBZSecurityCamera_GetRuntimeState"); \ +static_assert(sizeof(SBZSecurityCamera_GetRuntimeState) == 0x000001, "Wrong size on SBZSecurityCamera_GetRuntimeState"); \ +static_assert(offsetof(SBZSecurityCamera_GetRuntimeState, ReturnValue) == 0x000000, "Member 'SBZSecurityCamera_GetRuntimeState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZSecurityCamera \ +static_assert(alignof(ASBZSecurityCamera) == 0x000008, "Wrong alignment on ASBZSecurityCamera"); \ +static_assert(sizeof(ASBZSecurityCamera) == 0x0008F8, "Wrong size on ASBZSecurityCamera"); \ +static_assert(offsetof(ASBZSecurityCamera, BP_OnCameraStateChanged) == 0x000498, "Member 'ASBZSecurityCamera::BP_OnCameraStateChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, OnPlayerViewingChanged) == 0x0004A8, "Member 'ASBZSecurityCamera::OnPlayerViewingChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, Type) == 0x0004D0, "Member 'ASBZSecurityCamera::Type' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, Escalations) == 0x0004E0, "Member 'ASBZSecurityCamera::Escalations' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, ActionNotificationAssetArray) == 0x000530, "Member 'ASBZSecurityCamera::ActionNotificationAssetArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, HackableInteractable) == 0x0005B0, "Member 'ASBZSecurityCamera::HackableInteractable' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, MarkerComponent) == 0x0005B8, "Member 'ASBZSecurityCamera::MarkerComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, AttractorComponent) == 0x0005C0, "Member 'ASBZSecurityCamera::AttractorComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, CameraBodyRoot) == 0x0005C8, "Member 'ASBZSecurityCamera::CameraBodyRoot' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, CameraEyeOffset) == 0x0005E8, "Member 'ASBZSecurityCamera::CameraEyeOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, LookAtLocation) == 0x000600, "Member 'ASBZSecurityCamera::LookAtLocation' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, RotationSpeed) == 0x00060C, "Member 'ASBZSecurityCamera::RotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, CurrentRotationSpeedYaw) == 0x000610, "Member 'ASBZSecurityCamera::CurrentRotationSpeedYaw' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, CurrentRotationSpeedPitch) == 0x000614, "Member 'ASBZSecurityCamera::CurrentRotationSpeedPitch' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, SFXMinimumRotationSpeed) == 0x000618, "Member 'ASBZSecurityCamera::SFXMinimumRotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, bIsRotating) == 0x00061C, "Member 'ASBZSecurityCamera::bIsRotating' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, WaitTime) == 0x000620, "Member 'ASBZSecurityCamera::WaitTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, SightRadius) == 0x000624, "Member 'ASBZSecurityCamera::SightRadius' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, PeripheralVisionAngleDegrees) == 0x000628, "Member 'ASBZSecurityCamera::PeripheralVisionAngleDegrees' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, InvestigateEscalation) == 0x00062C, "Member 'ASBZSecurityCamera::InvestigateEscalation' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, RuntimeState) == 0x00062D, "Member 'ASBZSecurityCamera::RuntimeState' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, bIsShielded) == 0x00062E, "Member 'ASBZSecurityCamera::bIsShielded' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, CameraState) == 0x000630, "Member 'ASBZSecurityCamera::CameraState' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, CameraSetting) == 0x000631, "Member 'ASBZSecurityCamera::CameraSetting' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, SecurityCameraRoot) == 0x000638, "Member 'ASBZSecurityCamera::SecurityCameraRoot' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, StartLookAtLocation) == 0x000640, "Member 'ASBZSecurityCamera::StartLookAtLocation' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, EndLookAtLocation) == 0x000658, "Member 'ASBZSecurityCamera::EndLookAtLocation' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, CameraTargetRotation) == 0x000670, "Member 'ASBZSecurityCamera::CameraTargetRotation' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, CameraCurrentRotation) == 0x00067C, "Member 'ASBZSecurityCamera::CameraCurrentRotation' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, CameraLastRotation) == 0x000688, "Member 'ASBZSecurityCamera::CameraLastRotation' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, bCanDestroy) == 0x000694, "Member 'ASBZSecurityCamera::bCanDestroy' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, Health) == 0x000698, "Member 'ASBZSecurityCamera::Health' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, bCanBeIndesctructable) == 0x00069C, "Member 'ASBZSecurityCamera::bCanBeIndesctructable' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, ShoutoutTargetComponent) == 0x0006A0, "Member 'ASBZSecurityCamera::ShoutoutTargetComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, OutlineComponent) == 0x0006A8, "Member 'ASBZSecurityCamera::OutlineComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, OutlineAsset) == 0x0006B0, "Member 'ASBZSecurityCamera::OutlineAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, SuspiciousStartValue) == 0x0006B8, "Member 'ASBZSecurityCamera::SuspiciousStartValue' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, AlarmStartValue) == 0x0006BC, "Member 'ASBZSecurityCamera::AlarmStartValue' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, AlarmSoundDuration) == 0x0006C0, "Member 'ASBZSecurityCamera::AlarmSoundDuration' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, CameraSoundComponent) == 0x0006C8, "Member 'ASBZSecurityCamera::CameraSoundComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, RotationStartEvent) == 0x0006D0, "Member 'ASBZSecurityCamera::RotationStartEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, RotationStopEvent) == 0x0006D8, "Member 'ASBZSecurityCamera::RotationStopEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, SuspiciousStartEvent) == 0x0006E0, "Member 'ASBZSecurityCamera::SuspiciousStartEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, SuspiciousStopEvent) == 0x0006E8, "Member 'ASBZSecurityCamera::SuspiciousStopEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, AlarmStartEvent) == 0x0006F0, "Member 'ASBZSecurityCamera::AlarmStartEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, AlarmStopEvent) == 0x0006F8, "Member 'ASBZSecurityCamera::AlarmStopEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, CameraSilentEvent) == 0x000700, "Member 'ASBZSecurityCamera::CameraSilentEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, CameraSuspicionLevelRTPC) == 0x000708, "Member 'ASBZSecurityCamera::CameraSuspicionLevelRTPC' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, CameraSuspicionLevelPitchRTPC) == 0x000710, "Member 'ASBZSecurityCamera::CameraSuspicionLevelPitchRTPC' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, CameraRotationVelocityRTPC) == 0x000718, "Member 'ASBZSecurityCamera::CameraRotationVelocityRTPC' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, CameraPossessionRTPC) == 0x000720, "Member 'ASBZSecurityCamera::CameraPossessionRTPC' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, RotationInterpolationTimeInMs) == 0x000728, "Member 'ASBZSecurityCamera::RotationInterpolationTimeInMs' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, PossessionInterpolationTimeInMs) == 0x00072C, "Member 'ASBZSecurityCamera::PossessionInterpolationTimeInMs' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, VisualDetectionComponent) == 0x000730, "Member 'ASBZSecurityCamera::VisualDetectionComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, RoughDetection) == 0x000738, "Member 'ASBZSecurityCamera::RoughDetection' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, bShouldTickInEditor) == 0x000739, "Member 'ASBZSecurityCamera::bShouldTickInEditor' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, InterestingTags) == 0x000740, "Member 'ASBZSecurityCamera::InterestingTags' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, POIDetectionSpeed) == 0x000760, "Member 'ASBZSecurityCamera::POIDetectionSpeed' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, bOnlyDetectMovement) == 0x000764, "Member 'ASBZSecurityCamera::bOnlyDetectMovement' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, AdditionalRuntimeMarkedDuration) == 0x000768, "Member 'ASBZSecurityCamera::AdditionalRuntimeMarkedDuration' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, EMPEffectClass) == 0x000770, "Member 'ASBZSecurityCamera::EMPEffectClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, EMPExplodedEvent) == 0x000778, "Member 'ASBZSecurityCamera::EMPExplodedEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, EMPDetonationEffect) == 0x000780, "Member 'ASBZSecurityCamera::EMPDetonationEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, EMPStunDuration) == 0x000788, "Member 'ASBZSecurityCamera::EMPStunDuration' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, PlayerExplosionRange) == 0x00078C, "Member 'ASBZSecurityCamera::PlayerExplosionRange' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, AIExplosionRange) == 0x000790, "Member 'ASBZSecurityCamera::AIExplosionRange' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, HurtReactionData) == 0x000798, "Member 'ASBZSecurityCamera::HurtReactionData' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, RuntimeLimit) == 0x0007B0, "Member 'ASBZSecurityCamera::RuntimeLimit' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, RuntimeTagsToMark) == 0x0007B8, "Member 'ASBZSecurityCamera::RuntimeTagsToMark' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, AutoAimComponent) == 0x0007D8, "Member 'ASBZSecurityCamera::AutoAimComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, ExplosionInstigator) == 0x0007E0, "Member 'ASBZSecurityCamera::ExplosionInstigator' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, CurrentPOIDetection) == 0x0007E8, "Member 'ASBZSecurityCamera::CurrentPOIDetection' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, LastDetection) == 0x0007EC, "Member 'ASBZSecurityCamera::LastDetection' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, CurrentDetection) == 0x0007F0, "Member 'ASBZSecurityCamera::CurrentDetection' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, bIsECMDisabled) == 0x0007F4, "Member 'ASBZSecurityCamera::bIsECMDisabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, SoundState) == 0x000820, "Member 'ASBZSecurityCamera::SoundState' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, ViewTargetPlayerStateIdArray) == 0x000828, "Member 'ASBZSecurityCamera::ViewTargetPlayerStateIdArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, YawLimit) == 0x000838, "Member 'ASBZSecurityCamera::YawLimit' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, PitchLimit) == 0x000840, "Member 'ASBZSecurityCamera::PitchLimit' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, PerceivedData) == 0x000848, "Member 'ASBZSecurityCamera::PerceivedData' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, PerceivedActors) == 0x000858, "Member 'ASBZSecurityCamera::PerceivedActors' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, DetectedActors) == 0x000868, "Member 'ASBZSecurityCamera::DetectedActors' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, StatisticsMarkCamera) == 0x000880, "Member 'ASBZSecurityCamera::StatisticsMarkCamera' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, CurrentRoom) == 0x000890, "Member 'ASBZSecurityCamera::CurrentRoom' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, CurrentlyMarkedActorsArray) == 0x000898, "Member 'ASBZSecurityCamera::CurrentlyMarkedActorsArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZSecurityCamera, HackedByPlayerArray) == 0x0008A8, "Member 'ASBZSecurityCamera::HackedByPlayerArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillScramblerFullRecall \ +static_assert(alignof(USBZSkillScramblerFullRecall) == 0x000008, "Wrong alignment on USBZSkillScramblerFullRecall"); \ +static_assert(sizeof(USBZSkillScramblerFullRecall) == 0x000230, "Wrong size on USBZSkillScramblerFullRecall"); \ + +#define DUMPER7_ASSERTS_ASBZMovingSecurityCamera \ +static_assert(alignof(ASBZMovingSecurityCamera) == 0x000008, "Wrong alignment on ASBZMovingSecurityCamera"); \ +static_assert(sizeof(ASBZMovingSecurityCamera) == 0x0009B8, "Wrong size on ASBZMovingSecurityCamera"); \ +static_assert(offsetof(ASBZMovingSecurityCamera, Splines) == 0x0008F8, "Member 'ASBZMovingSecurityCamera::Splines' has a wrong offset!"); \ +static_assert(offsetof(ASBZMovingSecurityCamera, MovementSpeed) == 0x000908, "Member 'ASBZMovingSecurityCamera::MovementSpeed' has a wrong offset!"); \ +static_assert(offsetof(ASBZMovingSecurityCamera, POIClass) == 0x000910, "Member 'ASBZMovingSecurityCamera::POIClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZMovingSecurityCamera, POIInstance) == 0x000918, "Member 'ASBZMovingSecurityCamera::POIInstance' has a wrong offset!"); \ +static_assert(offsetof(ASBZMovingSecurityCamera, CameraDebris) == 0x000920, "Member 'ASBZMovingSecurityCamera::CameraDebris' has a wrong offset!"); \ +static_assert(offsetof(ASBZMovingSecurityCamera, DebrisTransformSelector) == 0x000928, "Member 'ASBZMovingSecurityCamera::DebrisTransformSelector' has a wrong offset!"); \ +static_assert(offsetof(ASBZMovingSecurityCamera, bDestroyOnKill) == 0x000948, "Member 'ASBZMovingSecurityCamera::bDestroyOnKill' has a wrong offset!"); \ +static_assert(offsetof(ASBZMovingSecurityCamera, ChosenSpline) == 0x000950, "Member 'ASBZMovingSecurityCamera::ChosenSpline' has a wrong offset!"); \ +static_assert(offsetof(ASBZMovingSecurityCamera, DistanceAlongSpline) == 0x000958, "Member 'ASBZMovingSecurityCamera::DistanceAlongSpline' has a wrong offset!"); \ +static_assert(offsetof(ASBZMovingSecurityCamera, ServerStartTime) == 0x00095C, "Member 'ASBZMovingSecurityCamera::ServerStartTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZMovingSecurityCamera, Seed) == 0x000960, "Member 'ASBZMovingSecurityCamera::Seed' has a wrong offset!"); \ +static_assert(offsetof(ASBZMovingSecurityCamera, SplineDistance) == 0x000964, "Member 'ASBZMovingSecurityCamera::SplineDistance' has a wrong offset!"); \ +static_assert(offsetof(ASBZMovingSecurityCamera, CameraAttachComponent) == 0x000968, "Member 'ASBZMovingSecurityCamera::CameraAttachComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZMovingSecurityCamera, CameraAttachment) == 0x000988, "Member 'ASBZMovingSecurityCamera::CameraAttachment' has a wrong offset!"); \ +static_assert(offsetof(ASBZMovingSecurityCamera, bIsStealthDrone) == 0x000990, "Member 'ASBZMovingSecurityCamera::bIsStealthDrone' has a wrong offset!"); \ +static_assert(offsetof(ASBZMovingSecurityCamera, ScramblerStopTime) == 0x0009A8, "Member 'ASBZMovingSecurityCamera::ScramblerStopTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZMovingSecurityCamera, DebrisActor) == 0x0009B0, "Member 'ASBZMovingSecurityCamera::DebrisActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMultiCodeKeypad_BP_OnCodeIndexChanged \ +static_assert(alignof(SBZMultiCodeKeypad_BP_OnCodeIndexChanged) == 0x000008, "Wrong alignment on SBZMultiCodeKeypad_BP_OnCodeIndexChanged"); \ +static_assert(sizeof(SBZMultiCodeKeypad_BP_OnCodeIndexChanged) == 0x000020, "Wrong size on SBZMultiCodeKeypad_BP_OnCodeIndexChanged"); \ +static_assert(offsetof(SBZMultiCodeKeypad_BP_OnCodeIndexChanged, CurrentIndex) == 0x000000, "Member 'SBZMultiCodeKeypad_BP_OnCodeIndexChanged::CurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZMultiCodeKeypad_BP_OnCodeIndexChanged, Identifier) == 0x000008, "Member 'SBZMultiCodeKeypad_BP_OnCodeIndexChanged::Identifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZMultiCodeKeypad \ +static_assert(alignof(ASBZMultiCodeKeypad) == 0x000008, "Wrong alignment on ASBZMultiCodeKeypad"); \ +static_assert(sizeof(ASBZMultiCodeKeypad) == 0x0003D0, "Wrong size on ASBZMultiCodeKeypad"); \ +static_assert(offsetof(ASBZMultiCodeKeypad, NumberOfCodes) == 0x000398, "Member 'ASBZMultiCodeKeypad::NumberOfCodes' has a wrong offset!"); \ +static_assert(offsetof(ASBZMultiCodeKeypad, CurrentCodeIndex) == 0x00039C, "Member 'ASBZMultiCodeKeypad::CurrentCodeIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZMultiCodeKeypad, OnCorrectCodeEntered) == 0x0003A0, "Member 'ASBZMultiCodeKeypad::OnCorrectCodeEntered' has a wrong offset!"); \ +static_assert(offsetof(ASBZMultiCodeKeypad, CodeArray) == 0x0003B0, "Member 'ASBZMultiCodeKeypad::CodeArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZMultiCodeKeypad, CodeIdentifierArray) == 0x0003C0, "Member 'ASBZMultiCodeKeypad::CodeIdentifierArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPhoneToolAbility \ +static_assert(alignof(USBZPhoneToolAbility) == 0x000008, "Wrong alignment on USBZPhoneToolAbility"); \ +static_assert(sizeof(USBZPhoneToolAbility) == 0x000500, "Wrong size on USBZPhoneToolAbility"); \ +static_assert(offsetof(USBZPhoneToolAbility, OwnerCharacter) == 0x0004F8, "Member 'USBZPhoneToolAbility::OwnerCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillManipulatorManipulatorAced \ +static_assert(alignof(USBZSkillManipulatorManipulatorAced) == 0x000008, "Wrong alignment on USBZSkillManipulatorManipulatorAced"); \ +static_assert(sizeof(USBZSkillManipulatorManipulatorAced) == 0x000230, "Wrong size on USBZSkillManipulatorManipulatorAced"); \ + +#define DUMPER7_ASSERTS_SBZMusicManager_GetMusicManager \ +static_assert(alignof(SBZMusicManager_GetMusicManager) == 0x000008, "Wrong alignment on SBZMusicManager_GetMusicManager"); \ +static_assert(sizeof(SBZMusicManager_GetMusicManager) == 0x000010, "Wrong size on SBZMusicManager_GetMusicManager"); \ +static_assert(offsetof(SBZMusicManager_GetMusicManager, WorldContextObject) == 0x000000, "Member 'SBZMusicManager_GetMusicManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZMusicManager_GetMusicManager, ReturnValue) == 0x000008, "Member 'SBZMusicManager_GetMusicManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMusicManager_PlayMusic \ +static_assert(alignof(SBZMusicManager_PlayMusic) == 0x000008, "Wrong alignment on SBZMusicManager_PlayMusic"); \ +static_assert(sizeof(SBZMusicManager_PlayMusic) == 0x000010, "Wrong size on SBZMusicManager_PlayMusic"); \ +static_assert(offsetof(SBZMusicManager_PlayMusic, AudioEvent) == 0x000000, "Member 'SBZMusicManager_PlayMusic::AudioEvent' has a wrong offset!"); \ +static_assert(offsetof(SBZMusicManager_PlayMusic, bStopCurrent) == 0x000008, "Member 'SBZMusicManager_PlayMusic::bStopCurrent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMusicManager_PostEndMusicSequence \ +static_assert(alignof(SBZMusicManager_PostEndMusicSequence) == 0x000008, "Wrong alignment on SBZMusicManager_PostEndMusicSequence"); \ +static_assert(sizeof(SBZMusicManager_PostEndMusicSequence) == 0x000008, "Wrong size on SBZMusicManager_PostEndMusicSequence"); \ +static_assert(offsetof(SBZMusicManager_PostEndMusicSequence, AudioStopEvent) == 0x000000, "Member 'SBZMusicManager_PostEndMusicSequence::AudioStopEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMusicManager_SetMuted \ +static_assert(alignof(SBZMusicManager_SetMuted) == 0x000001, "Wrong alignment on SBZMusicManager_SetMuted"); \ +static_assert(sizeof(SBZMusicManager_SetMuted) == 0x000001, "Wrong size on SBZMusicManager_SetMuted"); \ +static_assert(offsetof(SBZMusicManager_SetMuted, bInMuted) == 0x000000, "Member 'SBZMusicManager_SetMuted::bInMuted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMusicManager_SetRTPCValue \ +static_assert(alignof(SBZMusicManager_SetRTPCValue) == 0x000004, "Wrong alignment on SBZMusicManager_SetRTPCValue"); \ +static_assert(sizeof(SBZMusicManager_SetRTPCValue) == 0x000010, "Wrong size on SBZMusicManager_SetRTPCValue"); \ +static_assert(offsetof(SBZMusicManager_SetRTPCValue, RTPC) == 0x000000, "Member 'SBZMusicManager_SetRTPCValue::RTPC' has a wrong offset!"); \ +static_assert(offsetof(SBZMusicManager_SetRTPCValue, RTPCValue) == 0x00000C, "Member 'SBZMusicManager_SetRTPCValue::RTPCValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMusicManager_SetSwitch \ +static_assert(alignof(SBZMusicManager_SetSwitch) == 0x000004, "Wrong alignment on SBZMusicManager_SetSwitch"); \ +static_assert(sizeof(SBZMusicManager_SetSwitch) == 0x000018, "Wrong size on SBZMusicManager_SetSwitch"); \ +static_assert(offsetof(SBZMusicManager_SetSwitch, SwitchGroup) == 0x000000, "Member 'SBZMusicManager_SetSwitch::SwitchGroup' has a wrong offset!"); \ +static_assert(offsetof(SBZMusicManager_SetSwitch, SwitchState) == 0x00000C, "Member 'SBZMusicManager_SetSwitch::SwitchState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMusicManager_SetVolume \ +static_assert(alignof(SBZMusicManager_SetVolume) == 0x000004, "Wrong alignment on SBZMusicManager_SetVolume"); \ +static_assert(sizeof(SBZMusicManager_SetVolume) == 0x000004, "Wrong size on SBZMusicManager_SetVolume"); \ +static_assert(offsetof(SBZMusicManager_SetVolume, NewVolume) == 0x000000, "Member 'SBZMusicManager_SetVolume::NewVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZMusicManager_IsMuted \ +static_assert(alignof(SBZMusicManager_IsMuted) == 0x000001, "Wrong alignment on SBZMusicManager_IsMuted"); \ +static_assert(sizeof(SBZMusicManager_IsMuted) == 0x000001, "Wrong size on SBZMusicManager_IsMuted"); \ +static_assert(offsetof(SBZMusicManager_IsMuted, ReturnValue) == 0x000000, "Member 'SBZMusicManager_IsMuted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMusicManager \ +static_assert(alignof(USBZMusicManager) == 0x000008, "Wrong alignment on USBZMusicManager"); \ +static_assert(sizeof(USBZMusicManager) == 0x0000A8, "Wrong size on USBZMusicManager"); \ +static_assert(offsetof(USBZMusicManager, VolumeRTPC) == 0x000030, "Member 'USBZMusicManager::VolumeRTPC' has a wrong offset!"); \ +static_assert(offsetof(USBZMusicManager, StopEvent) == 0x000040, "Member 'USBZMusicManager::StopEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZMusicManager, CurrentVolume) == 0x000048, "Member 'USBZMusicManager::CurrentVolume' has a wrong offset!"); \ +static_assert(offsetof(USBZMusicManager, bIsMusicMainMenu) == 0x00004C, "Member 'USBZMusicManager::bIsMusicMainMenu' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_AgilityClimbOverHigh \ +static_assert(alignof(USBZNavArea_AgilityClimbOverHigh) == 0x000008, "Wrong alignment on USBZNavArea_AgilityClimbOverHigh"); \ +static_assert(sizeof(USBZNavArea_AgilityClimbOverHigh) == 0x000050, "Wrong size on USBZNavArea_AgilityClimbOverHigh"); \ + +#define DUMPER7_ASSERTS_USBZInteractAmmoBagRequirement \ +static_assert(alignof(USBZInteractAmmoBagRequirement) == 0x000008, "Wrong alignment on USBZInteractAmmoBagRequirement"); \ +static_assert(sizeof(USBZInteractAmmoBagRequirement) == 0x000030, "Wrong size on USBZInteractAmmoBagRequirement"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_AgilityClimbOverLow \ +static_assert(alignof(USBZNavArea_AgilityClimbOverLow) == 0x000008, "Wrong alignment on USBZNavArea_AgilityClimbOverLow"); \ +static_assert(sizeof(USBZNavArea_AgilityClimbOverLow) == 0x000050, "Wrong size on USBZNavArea_AgilityClimbOverLow"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_AgilityJumpingDownLow \ +static_assert(alignof(USBZNavArea_AgilityJumpingDownLow) == 0x000008, "Wrong alignment on USBZNavArea_AgilityJumpingDownLow"); \ +static_assert(sizeof(USBZNavArea_AgilityJumpingDownLow) == 0x000050, "Wrong size on USBZNavArea_AgilityJumpingDownLow"); \ + +#define DUMPER7_ASSERTS_USBZSkillMedicMedicAced \ +static_assert(alignof(USBZSkillMedicMedicAced) == 0x000008, "Wrong alignment on USBZSkillMedicMedicAced"); \ +static_assert(sizeof(USBZSkillMedicMedicAced) == 0x000230, "Wrong size on USBZSkillMedicMedicAced"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_AgilityJumpingStraightBig \ +static_assert(alignof(USBZNavArea_AgilityJumpingStraightBig) == 0x000008, "Wrong alignment on USBZNavArea_AgilityJumpingStraightBig"); \ +static_assert(sizeof(USBZNavArea_AgilityJumpingStraightBig) == 0x000050, "Wrong size on USBZNavArea_AgilityJumpingStraightBig"); \ + +#define DUMPER7_ASSERTS_SBZZiplineAudioController_SetZiplineRtpcPerspective \ +static_assert(alignof(SBZZiplineAudioController_SetZiplineRtpcPerspective) == 0x000001, "Wrong alignment on SBZZiplineAudioController_SetZiplineRtpcPerspective"); \ +static_assert(sizeof(SBZZiplineAudioController_SetZiplineRtpcPerspective) == 0x000001, "Wrong size on SBZZiplineAudioController_SetZiplineRtpcPerspective"); \ +static_assert(offsetof(SBZZiplineAudioController_SetZiplineRtpcPerspective, bLocalPlayer) == 0x000000, "Member 'SBZZiplineAudioController_SetZiplineRtpcPerspective::bLocalPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZZiplineAudioController_UpdateZiplineRtpc \ +static_assert(alignof(SBZZiplineAudioController_UpdateZiplineRtpc) == 0x000004, "Wrong alignment on SBZZiplineAudioController_UpdateZiplineRtpc"); \ +static_assert(sizeof(SBZZiplineAudioController_UpdateZiplineRtpc) == 0x000004, "Wrong size on SBZZiplineAudioController_UpdateZiplineRtpc"); \ +static_assert(offsetof(SBZZiplineAudioController_UpdateZiplineRtpc, ZiplineVelocity) == 0x000000, "Member 'SBZZiplineAudioController_UpdateZiplineRtpc::ZiplineVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZZiplineAudioController \ +static_assert(alignof(USBZZiplineAudioController) == 0x000008, "Wrong alignment on USBZZiplineAudioController"); \ +static_assert(sizeof(USBZZiplineAudioController) == 0x0000F8, "Wrong size on USBZZiplineAudioController"); \ +static_assert(offsetof(USBZZiplineAudioController, ZiplineStartAudioEvent) == 0x0000C0, "Member 'USBZZiplineAudioController::ZiplineStartAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZZiplineAudioController, ZiplineStopAudioEvent) == 0x0000C8, "Member 'USBZZiplineAudioController::ZiplineStopAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZZiplineAudioController, ZiplineVelocityRtpc) == 0x0000D0, "Member 'USBZZiplineAudioController::ZiplineVelocityRtpc' has a wrong offset!"); \ +static_assert(offsetof(USBZZiplineAudioController, CharacterPerspectiveRtpc) == 0x0000D8, "Member 'USBZZiplineAudioController::CharacterPerspectiveRtpc' has a wrong offset!"); \ +static_assert(offsetof(USBZZiplineAudioController, bZiplineActive) == 0x0000E0, "Member 'USBZZiplineAudioController::bZiplineActive' has a wrong offset!"); \ +static_assert(offsetof(USBZZiplineAudioController, AudioComponent) == 0x0000E8, "Member 'USBZZiplineAudioController::AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZZiplineAudioController, ZiplineSoundMultiplicationValue) == 0x0000F0, "Member 'USBZZiplineAudioController::ZiplineSoundMultiplicationValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_AgilityJumpingStraightSmall \ +static_assert(alignof(USBZNavArea_AgilityJumpingStraightSmall) == 0x000008, "Wrong alignment on USBZNavArea_AgilityJumpingStraightSmall"); \ +static_assert(sizeof(USBZNavArea_AgilityJumpingStraightSmall) == 0x000050, "Wrong size on USBZNavArea_AgilityJumpingStraightSmall"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_AgilityMantling \ +static_assert(alignof(USBZNavArea_AgilityMantling) == 0x000008, "Wrong alignment on USBZNavArea_AgilityMantling"); \ +static_assert(sizeof(USBZNavArea_AgilityMantling) == 0x000050, "Wrong size on USBZNavArea_AgilityMantling"); \ + +#define DUMPER7_ASSERTS_USBZInteractPlaceableSentryRequirement \ +static_assert(alignof(USBZInteractPlaceableSentryRequirement) == 0x000008, "Wrong alignment on USBZInteractPlaceableSentryRequirement"); \ +static_assert(sizeof(USBZInteractPlaceableSentryRequirement) == 0x000030, "Wrong size on USBZInteractPlaceableSentryRequirement"); \ + +#define DUMPER7_ASSERTS_USBZSkillManipulatorStockholmSyndrome \ +static_assert(alignof(USBZSkillManipulatorStockholmSyndrome) == 0x000008, "Wrong alignment on USBZSkillManipulatorStockholmSyndrome"); \ +static_assert(sizeof(USBZSkillManipulatorStockholmSyndrome) == 0x000230, "Wrong size on USBZSkillManipulatorStockholmSyndrome"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_AgilitySlideUnder \ +static_assert(alignof(USBZNavArea_AgilitySlideUnder) == 0x000008, "Wrong alignment on USBZNavArea_AgilitySlideUnder"); \ +static_assert(sizeof(USBZNavArea_AgilitySlideUnder) == 0x000050, "Wrong size on USBZNavArea_AgilitySlideUnder"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_AgilityVaulting \ +static_assert(alignof(USBZNavArea_AgilityVaulting) == 0x000008, "Wrong alignment on USBZNavArea_AgilityVaulting"); \ +static_assert(sizeof(USBZNavArea_AgilityVaulting) == 0x000050, "Wrong size on USBZNavArea_AgilityVaulting"); \ + +#define DUMPER7_ASSERTS_USBZOverskillMambaTeal \ +static_assert(alignof(USBZOverskillMambaTeal) == 0x000008, "Wrong alignment on USBZOverskillMambaTeal"); \ +static_assert(sizeof(USBZOverskillMambaTeal) == 0x000230, "Wrong size on USBZOverskillMambaTeal"); \ + +#define DUMPER7_ASSERTS_USBZSkillHET5AOEDamageAbility \ +static_assert(alignof(USBZSkillHET5AOEDamageAbility) == 0x000008, "Wrong alignment on USBZSkillHET5AOEDamageAbility"); \ +static_assert(sizeof(USBZSkillHET5AOEDamageAbility) == 0x0004E0, "Wrong size on USBZSkillHET5AOEDamageAbility"); \ +static_assert(offsetof(USBZSkillHET5AOEDamageAbility, OwnerAbilitySystem) == 0x0004D8, "Member 'USBZSkillHET5AOEDamageAbility::OwnerAbilitySystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_AgilityWallRunning \ +static_assert(alignof(USBZNavArea_AgilityWallRunning) == 0x000008, "Wrong alignment on USBZNavArea_AgilityWallRunning"); \ +static_assert(sizeof(USBZNavArea_AgilityWallRunning) == 0x000050, "Wrong size on USBZNavArea_AgilityWallRunning"); \ + +#define DUMPER7_ASSERTS_USBZWeaponBaseAttackData \ +static_assert(alignof(USBZWeaponBaseAttackData) == 0x000008, "Wrong alignment on USBZWeaponBaseAttackData"); \ +static_assert(sizeof(USBZWeaponBaseAttackData) == 0x000068, "Wrong size on USBZWeaponBaseAttackData"); \ +static_assert(offsetof(USBZWeaponBaseAttackData, DamageTypeClass) == 0x000040, "Member 'USBZWeaponBaseAttackData::DamageTypeClass' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponBaseAttackData, TargetEffectClass) == 0x000048, "Member 'USBZWeaponBaseAttackData::TargetEffectClass' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponBaseAttackData, HurtReactionData) == 0x000050, "Member 'USBZWeaponBaseAttackData::HurtReactionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWeaponFireData_GetCriticalMultipliersOnEachDistance \ +static_assert(alignof(SBZWeaponFireData_GetCriticalMultipliersOnEachDistance) == 0x000008, "Wrong alignment on SBZWeaponFireData_GetCriticalMultipliersOnEachDistance"); \ +static_assert(sizeof(SBZWeaponFireData_GetCriticalMultipliersOnEachDistance) == 0x000020, "Wrong size on SBZWeaponFireData_GetCriticalMultipliersOnEachDistance"); \ +static_assert(offsetof(SBZWeaponFireData_GetCriticalMultipliersOnEachDistance, MinDistance) == 0x000000, "Member 'SBZWeaponFireData_GetCriticalMultipliersOnEachDistance::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponFireData_GetCriticalMultipliersOnEachDistance, MaxDistance) == 0x000004, "Member 'SBZWeaponFireData_GetCriticalMultipliersOnEachDistance::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponFireData_GetCriticalMultipliersOnEachDistance, DistanceStep) == 0x000008, "Member 'SBZWeaponFireData_GetCriticalMultipliersOnEachDistance::DistanceStep' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponFireData_GetCriticalMultipliersOnEachDistance, OutMultiplierArray) == 0x000010, "Member 'SBZWeaponFireData_GetCriticalMultipliersOnEachDistance::OutMultiplierArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWeaponFireData_GetProjectilesPerFiredRound \ +static_assert(alignof(SBZWeaponFireData_GetProjectilesPerFiredRound) == 0x000004, "Wrong alignment on SBZWeaponFireData_GetProjectilesPerFiredRound"); \ +static_assert(sizeof(SBZWeaponFireData_GetProjectilesPerFiredRound) == 0x000004, "Wrong size on SBZWeaponFireData_GetProjectilesPerFiredRound"); \ +static_assert(offsetof(SBZWeaponFireData_GetProjectilesPerFiredRound, ReturnValue) == 0x000000, "Member 'SBZWeaponFireData_GetProjectilesPerFiredRound::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponFireData \ +static_assert(alignof(USBZWeaponFireData) == 0x000008, "Wrong alignment on USBZWeaponFireData"); \ +static_assert(sizeof(USBZWeaponFireData) == 0x000188, "Wrong size on USBZWeaponFireData"); \ +static_assert(offsetof(USBZWeaponFireData, CriticalDamageMultiplierDistanceArray) == 0x000068, "Member 'USBZWeaponFireData::CriticalDamageMultiplierDistanceArray' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, FireMode) == 0x000078, "Member 'USBZWeaponFireData::FireMode' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, FireType) == 0x000079, "Member 'USBZWeaponFireData::FireType' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, ProjectilesPerFiredRound) == 0x00007C, "Member 'USBZWeaponFireData::ProjectilesPerFiredRound' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, BurstRoundCount) == 0x000080, "Member 'USBZWeaponFireData::BurstRoundCount' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, MaximumPenetrationCount) == 0x000084, "Member 'USBZWeaponFireData::MaximumPenetrationCount' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, MaximumPenetrationCountDistanceArray) == 0x000088, "Member 'USBZWeaponFireData::MaximumPenetrationCountDistanceArray' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, bCanHitEnvironmentAfterPenetration) == 0x000098, "Member 'USBZWeaponFireData::bCanHitEnvironmentAfterPenetration' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, bCanPenetrateBlocked) == 0x000099, "Member 'USBZWeaponFireData::bCanPenetrateBlocked' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, Range) == 0x00009C, "Member 'USBZWeaponFireData::Range' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, AdditionalPlayerRange) == 0x0000A0, "Member 'USBZWeaponFireData::AdditionalPlayerRange' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, OverHealDamageMultiplier) == 0x0000A4, "Member 'USBZWeaponFireData::OverHealDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, HealthDamageMultiplier) == 0x0000A8, "Member 'USBZWeaponFireData::HealthDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, ArmorDamageMultiplier) == 0x0000AC, "Member 'USBZWeaponFireData::ArmorDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, ArmorPenetration) == 0x0000B0, "Member 'USBZWeaponFireData::ArmorPenetration' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, ImpactType) == 0x0000B4, "Member 'USBZWeaponFireData::ImpactType' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, FireBuildupIncrease) == 0x0000B8, "Member 'USBZWeaponFireData::FireBuildupIncrease' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, FireBuildupShotIncrease) == 0x0000BC, "Member 'USBZWeaponFireData::FireBuildupShotIncrease' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, FireBuildupDecrease) == 0x0000C0, "Member 'USBZWeaponFireData::FireBuildupDecrease' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, StartFireBuildupIncrease) == 0x0000C4, "Member 'USBZWeaponFireData::StartFireBuildupIncrease' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, StartFireBuildupShotIncrease) == 0x0000C8, "Member 'USBZWeaponFireData::StartFireBuildupShotIncrease' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, StartFireBuildupDecrease) == 0x0000CC, "Member 'USBZWeaponFireData::StartFireBuildupDecrease' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, StartFireMinBuildup) == 0x0000D0, "Member 'USBZWeaponFireData::StartFireMinBuildup' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, AmmoVisibilityType) == 0x0000D4, "Member 'USBZWeaponFireData::AmmoVisibilityType' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, GrenadeProjectileClass) == 0x0000D8, "Member 'USBZWeaponFireData::GrenadeProjectileClass' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, ClusterGrenadeClass) == 0x000108, "Member 'USBZWeaponFireData::ClusterGrenadeClass' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, ArmorPenetrationProjectile) == 0x000138, "Member 'USBZWeaponFireData::ArmorPenetrationProjectile' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, FriendlyPlayerDamageScale) == 0x00013C, "Member 'USBZWeaponFireData::FriendlyPlayerDamageScale' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, InstigatorPlayerDamageScale) == 0x000140, "Member 'USBZWeaponFireData::InstigatorPlayerDamageScale' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, bUseInstigatorPlayerDamageScale) == 0x000144, "Member 'USBZWeaponFireData::bUseInstigatorPlayerDamageScale' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, bIsFriendlyFireAllowed) == 0x000145, "Member 'USBZWeaponFireData::bIsFriendlyFireAllowed' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, DamageDistanceProjectileArray) == 0x000148, "Member 'USBZWeaponFireData::DamageDistanceProjectileArray' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, ClusterGrenadeSpawnDegrees) == 0x000160, "Member 'USBZWeaponFireData::ClusterGrenadeSpawnDegrees' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, AmmoLoadedMax) == 0x000164, "Member 'USBZWeaponFireData::AmmoLoadedMax' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, AmmoPerReload) == 0x000168, "Member 'USBZWeaponFireData::AmmoPerReload' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, AmmoVisibleMax) == 0x00016C, "Member 'USBZWeaponFireData::AmmoVisibleMax' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, AmmoVisibleMaxPreviewOverride) == 0x000170, "Member 'USBZWeaponFireData::AmmoVisibleMaxPreviewOverride' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, bIsEmptyAmmoEjected) == 0x000174, "Member 'USBZWeaponFireData::bIsEmptyAmmoEjected' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, bIsEquippedAmmoLoadedTracked) == 0x000175, "Member 'USBZWeaponFireData::bIsEquippedAmmoLoadedTracked' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, bIsChamberRotatedEachFiredRound) == 0x000176, "Member 'USBZWeaponFireData::bIsChamberRotatedEachFiredRound' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, bIsChamberRotatedEachReloadedRound) == 0x000177, "Member 'USBZWeaponFireData::bIsChamberRotatedEachReloadedRound' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, bIsUsingRemoveMagazineCycle) == 0x000178, "Member 'USBZWeaponFireData::bIsUsingRemoveMagazineCycle' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, bIsUsingInsertMagazine) == 0x000179, "Member 'USBZWeaponFireData::bIsUsingInsertMagazine' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, bIsUsingInsertMagazineCycle) == 0x00017A, "Member 'USBZWeaponFireData::bIsUsingInsertMagazineCycle' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, bIsUsingInsertAmmoCycle1) == 0x00017B, "Member 'USBZWeaponFireData::bIsUsingInsertAmmoCycle1' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, bIsUsingInsertAmmoCycle2) == 0x00017C, "Member 'USBZWeaponFireData::bIsUsingInsertAmmoCycle2' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponFireData, RoundsPerMinute) == 0x000180, "Member 'USBZWeaponFireData::RoundsPerMinute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIWeaponFireData \ +static_assert(alignof(USBZAIWeaponFireData) == 0x000008, "Wrong alignment on USBZAIWeaponFireData"); \ +static_assert(sizeof(USBZAIWeaponFireData) == 0x000258, "Wrong size on USBZAIWeaponFireData"); \ +static_assert(offsetof(USBZAIWeaponFireData, Damage) == 0x000188, "Member 'USBZAIWeaponFireData::Damage' has a wrong offset!"); \ +static_assert(offsetof(USBZAIWeaponFireData, DamageModifierCurve) == 0x0001D8, "Member 'USBZAIWeaponFireData::DamageModifierCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZAIWeaponFireData, ChanceToHit) == 0x0001E0, "Member 'USBZAIWeaponFireData::ChanceToHit' has a wrong offset!"); \ +static_assert(offsetof(USBZAIWeaponFireData, AccuracyModifierCurve) == 0x000230, "Member 'USBZAIWeaponFireData::AccuracyModifierCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZAIWeaponFireData, PreferredTimeToFire) == 0x000238, "Member 'USBZAIWeaponFireData::PreferredTimeToFire' has a wrong offset!"); \ +static_assert(offsetof(USBZAIWeaponFireData, BurtsSelectionCurve) == 0x000240, "Member 'USBZAIWeaponFireData::BurtsSelectionCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZAIWeaponFireData, BurstRandomization) == 0x000248, "Member 'USBZAIWeaponFireData::BurstRandomization' has a wrong offset!"); \ +static_assert(offsetof(USBZAIWeaponFireData, PreferredRange) == 0x00024C, "Member 'USBZAIWeaponFireData::PreferredRange' has a wrong offset!"); \ +static_assert(offsetof(USBZAIWeaponFireData, bDamageAccuracyModified) == 0x000250, "Member 'USBZAIWeaponFireData::bDamageAccuracyModified' has a wrong offset!"); \ +static_assert(offsetof(USBZAIWeaponFireData, bSliceProjectiles) == 0x000251, "Member 'USBZAIWeaponFireData::bSliceProjectiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_AllowedArea \ +static_assert(alignof(USBZNavArea_AllowedArea) == 0x000008, "Wrong alignment on USBZNavArea_AllowedArea"); \ +static_assert(sizeof(USBZNavArea_AllowedArea) == 0x000050, "Wrong size on USBZNavArea_AllowedArea"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_DefaultCarve \ +static_assert(alignof(USBZNavArea_DefaultCarve) == 0x000008, "Wrong alignment on USBZNavArea_DefaultCarve"); \ +static_assert(sizeof(USBZNavArea_DefaultCarve) == 0x000050, "Wrong size on USBZNavArea_DefaultCarve"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_ExitableNoEnter \ +static_assert(alignof(USBZNavArea_ExitableNoEnter) == 0x000008, "Wrong alignment on USBZNavArea_ExitableNoEnter"); \ +static_assert(sizeof(USBZNavArea_ExitableNoEnter) == 0x000050, "Wrong size on USBZNavArea_ExitableNoEnter"); \ + +#define DUMPER7_ASSERTS_USBZOverskillThePunchPink \ +static_assert(alignof(USBZOverskillThePunchPink) == 0x000008, "Wrong alignment on USBZOverskillThePunchPink"); \ +static_assert(sizeof(USBZOverskillThePunchPink) == 0x000230, "Wrong size on USBZOverskillThePunchPink"); \ + +#define DUMPER7_ASSERTS_USBZSkillHackingElectricInterferenceBase \ +static_assert(alignof(USBZSkillHackingElectricInterferenceBase) == 0x000008, "Wrong alignment on USBZSkillHackingElectricInterferenceBase"); \ +static_assert(sizeof(USBZSkillHackingElectricInterferenceBase) == 0x000248, "Wrong size on USBZSkillHackingElectricInterferenceBase"); \ +static_assert(offsetof(USBZSkillHackingElectricInterferenceBase, TargetEffectClass) == 0x000230, "Member 'USBZSkillHackingElectricInterferenceBase::TargetEffectClass' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillHackingElectricInterferenceBase, TargetDurationTag) == 0x000238, "Member 'USBZSkillHackingElectricInterferenceBase::TargetDurationTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_PedestrianCrossing \ +static_assert(alignof(USBZNavArea_PedestrianCrossing) == 0x000008, "Wrong alignment on USBZNavArea_PedestrianCrossing"); \ +static_assert(sizeof(USBZNavArea_PedestrianCrossing) == 0x000050, "Wrong size on USBZNavArea_PedestrianCrossing"); \ + +#define DUMPER7_ASSERTS_USBZSkillJuggernautBulwarkBase \ +static_assert(alignof(USBZSkillJuggernautBulwarkBase) == 0x000008, "Wrong alignment on USBZSkillJuggernautBulwarkBase"); \ +static_assert(sizeof(USBZSkillJuggernautBulwarkBase) == 0x000230, "Wrong size on USBZSkillJuggernautBulwarkBase"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_PublicArea \ +static_assert(alignof(USBZNavArea_PublicArea) == 0x000008, "Wrong alignment on USBZNavArea_PublicArea"); \ +static_assert(sizeof(USBZNavArea_PublicArea) == 0x000050, "Wrong size on USBZNavArea_PublicArea"); \ + +#define DUMPER7_ASSERTS_USBZWeaponMuzzleData \ +static_assert(alignof(USBZWeaponMuzzleData) == 0x000008, "Wrong alignment on USBZWeaponMuzzleData"); \ +static_assert(sizeof(USBZWeaponMuzzleData) == 0x000070, "Wrong size on USBZWeaponMuzzleData"); \ +static_assert(offsetof(USBZWeaponMuzzleData, SuppressorStrength) == 0x000038, "Member 'USBZWeaponMuzzleData::SuppressorStrength' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponMuzzleData, FireEmitterMesh) == 0x000040, "Member 'USBZWeaponMuzzleData::FireEmitterMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_SecureArea \ +static_assert(alignof(USBZNavArea_SecureArea) == 0x000008, "Wrong alignment on USBZNavArea_SecureArea"); \ +static_assert(sizeof(USBZNavArea_SecureArea) == 0x000050, "Wrong size on USBZNavArea_SecureArea"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_ZipLine \ +static_assert(alignof(USBZNavArea_ZipLine) == 0x000008, "Wrong alignment on USBZNavArea_ZipLine"); \ +static_assert(sizeof(USBZNavArea_ZipLine) == 0x000050, "Wrong size on USBZNavArea_ZipLine"); \ + +#define DUMPER7_ASSERTS_USBZSkillInfiltratorBagger \ +static_assert(alignof(USBZSkillInfiltratorBagger) == 0x000008, "Wrong alignment on USBZSkillInfiltratorBagger"); \ +static_assert(sizeof(USBZSkillInfiltratorBagger) == 0x000230, "Wrong size on USBZSkillInfiltratorBagger"); \ + +#define DUMPER7_ASSERTS_USBZNavArea_ZipLinePlatform \ +static_assert(alignof(USBZNavArea_ZipLinePlatform) == 0x000008, "Wrong alignment on USBZNavArea_ZipLinePlatform"); \ +static_assert(sizeof(USBZNavArea_ZipLinePlatform) == 0x000050, "Wrong size on USBZNavArea_ZipLinePlatform"); \ + +#define DUMPER7_ASSERTS_SBZUITextBlock_SetColorStyle \ +static_assert(alignof(SBZUITextBlock_SetColorStyle) == 0x000008, "Wrong alignment on SBZUITextBlock_SetColorStyle"); \ +static_assert(sizeof(SBZUITextBlock_SetColorStyle) == 0x000008, "Wrong size on SBZUITextBlock_SetColorStyle"); \ +static_assert(offsetof(SBZUITextBlock_SetColorStyle, InStyle) == 0x000000, "Member 'SBZUITextBlock_SetColorStyle::InStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUITextBlock_SetScrollingEnabled \ +static_assert(alignof(SBZUITextBlock_SetScrollingEnabled) == 0x000001, "Wrong alignment on SBZUITextBlock_SetScrollingEnabled"); \ +static_assert(sizeof(SBZUITextBlock_SetScrollingEnabled) == 0x000001, "Wrong size on SBZUITextBlock_SetScrollingEnabled"); \ +static_assert(offsetof(SBZUITextBlock_SetScrollingEnabled, bInIsScrollingEnabled) == 0x000000, "Member 'SBZUITextBlock_SetScrollingEnabled::bInIsScrollingEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUITextBlock_SetStyle \ +static_assert(alignof(SBZUITextBlock_SetStyle) == 0x000008, "Wrong alignment on SBZUITextBlock_SetStyle"); \ +static_assert(sizeof(SBZUITextBlock_SetStyle) == 0x000008, "Wrong size on SBZUITextBlock_SetStyle"); \ +static_assert(offsetof(SBZUITextBlock_SetStyle, InStyle) == 0x000000, "Member 'SBZUITextBlock_SetStyle::InStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZUITextBlock \ +static_assert(alignof(USBZUITextBlock) == 0x000008, "Wrong alignment on USBZUITextBlock"); \ +static_assert(sizeof(USBZUITextBlock) == 0x000338, "Wrong size on USBZUITextBlock"); \ +static_assert(offsetof(USBZUITextBlock, ColorStyle) == 0x000308, "Member 'USBZUITextBlock::ColorStyle' has a wrong offset!"); \ +static_assert(offsetof(USBZUITextBlock, Style) == 0x000310, "Member 'USBZUITextBlock::Style' has a wrong offset!"); \ +static_assert(offsetof(USBZUITextBlock, ScrollStyle) == 0x000318, "Member 'USBZUITextBlock::ScrollStyle' has a wrong offset!"); \ +static_assert(offsetof(USBZUITextBlock, bIsScrollingEnabled) == 0x000320, "Member 'USBZUITextBlock::bIsScrollingEnabled' has a wrong offset!"); \ +static_assert(offsetof(USBZUITextBlock, bEnableHideTextOnEmpty) == 0x000321, "Member 'USBZUITextBlock::bEnableHideTextOnEmpty' has a wrong offset!"); \ +static_assert(offsetof(USBZUITextBlock, OnEmptyVisibility) == 0x000322, "Member 'USBZUITextBlock::OnEmptyVisibility' has a wrong offset!"); \ +static_assert(offsetof(USBZUITextBlock, OnNotEmptyVisbility) == 0x000323, "Member 'USBZUITextBlock::OnNotEmptyVisbility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNavLinkTraversalComponent \ +static_assert(alignof(USBZNavLinkTraversalComponent) == 0x000008, "Wrong alignment on USBZNavLinkTraversalComponent"); \ +static_assert(sizeof(USBZNavLinkTraversalComponent) == 0x0002E8, "Wrong size on USBZNavLinkTraversalComponent"); \ +static_assert(offsetof(USBZNavLinkTraversalComponent, LeftTrajectory) == 0x0000D8, "Member 'USBZNavLinkTraversalComponent::LeftTrajectory' has a wrong offset!"); \ +static_assert(offsetof(USBZNavLinkTraversalComponent, RightTrajectory) == 0x0001DC, "Member 'USBZNavLinkTraversalComponent::RightTrajectory' has a wrong offset!"); \ +static_assert(offsetof(USBZNavLinkTraversalComponent, QueryParams) == 0x0002E0, "Member 'USBZNavLinkTraversalComponent::QueryParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZNavMeshGeneratorVolume \ +static_assert(alignof(ASBZNavMeshGeneratorVolume) == 0x000008, "Wrong alignment on ASBZNavMeshGeneratorVolume"); \ +static_assert(sizeof(ASBZNavMeshGeneratorVolume) == 0x000300, "Wrong size on ASBZNavMeshGeneratorVolume"); \ + +#define DUMPER7_ASSERTS_USBZNewsData \ +static_assert(alignof(USBZNewsData) == 0x000008, "Wrong alignment on USBZNewsData"); \ +static_assert(sizeof(USBZNewsData) == 0x000048, "Wrong size on USBZNewsData"); \ +static_assert(offsetof(USBZNewsData, NewsDataArray) == 0x000038, "Member 'USBZNewsData::NewsDataArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZNiagaraWwiseActor_UpdateRtpc \ +static_assert(alignof(SBZNiagaraWwiseActor_UpdateRtpc) == 0x000004, "Wrong alignment on SBZNiagaraWwiseActor_UpdateRtpc"); \ +static_assert(sizeof(SBZNiagaraWwiseActor_UpdateRtpc) == 0x000008, "Wrong size on SBZNiagaraWwiseActor_UpdateRtpc"); \ +static_assert(offsetof(SBZNiagaraWwiseActor_UpdateRtpc, RtpcValue) == 0x000000, "Member 'SBZNiagaraWwiseActor_UpdateRtpc::RtpcValue' has a wrong offset!"); \ +static_assert(offsetof(SBZNiagaraWwiseActor_UpdateRtpc, RtpcInterpolationValue) == 0x000004, "Member 'SBZNiagaraWwiseActor_UpdateRtpc::RtpcInterpolationValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZNiagaraWwiseActor \ +static_assert(alignof(ASBZNiagaraWwiseActor) == 0x000008, "Wrong alignment on ASBZNiagaraWwiseActor"); \ +static_assert(sizeof(ASBZNiagaraWwiseActor) == 0x0002F8, "Wrong size on ASBZNiagaraWwiseActor"); \ +static_assert(offsetof(ASBZNiagaraWwiseActor, EventToPlayOneShot) == 0x0002A8, "Member 'ASBZNiagaraWwiseActor::EventToPlayOneShot' has a wrong offset!"); \ +static_assert(offsetof(ASBZNiagaraWwiseActor, EventToPlay) == 0x0002B0, "Member 'ASBZNiagaraWwiseActor::EventToPlay' has a wrong offset!"); \ +static_assert(offsetof(ASBZNiagaraWwiseActor, EventToStopPlay) == 0x0002B8, "Member 'ASBZNiagaraWwiseActor::EventToStopPlay' has a wrong offset!"); \ +static_assert(offsetof(ASBZNiagaraWwiseActor, Rtpc) == 0x0002C0, "Member 'ASBZNiagaraWwiseActor::Rtpc' has a wrong offset!"); \ +static_assert(offsetof(ASBZNiagaraWwiseActor, NiagaraEffectOneShot) == 0x0002C8, "Member 'ASBZNiagaraWwiseActor::NiagaraEffectOneShot' has a wrong offset!"); \ +static_assert(offsetof(ASBZNiagaraWwiseActor, NiagaraEffect) == 0x0002D0, "Member 'ASBZNiagaraWwiseActor::NiagaraEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZNiagaraWwiseActor, AudioComponent) == 0x0002D8, "Member 'ASBZNiagaraWwiseActor::AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZNiagaraWwiseActor, NiagaraComponent) == 0x0002E0, "Member 'ASBZNiagaraWwiseActor::NiagaraComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZNiagaraWwiseActor, bPlayFromBeginning) == 0x0002E8, "Member 'ASBZNiagaraWwiseActor::bPlayFromBeginning' has a wrong offset!"); \ +static_assert(offsetof(ASBZNiagaraWwiseActor, bOneShotEffect) == 0x0002E9, "Member 'ASBZNiagaraWwiseActor::bOneShotEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZNiagaraWwiseActor, bUpdateRtpc) == 0x0002EA, "Member 'ASBZNiagaraWwiseActor::bUpdateRtpc' has a wrong offset!"); \ +static_assert(offsetof(ASBZNiagaraWwiseActor, RtpcUpdateValue) == 0x0002EC, "Member 'ASBZNiagaraWwiseActor::RtpcUpdateValue' has a wrong offset!"); \ +static_assert(offsetof(ASBZNiagaraWwiseActor, RtpcInterpolationTimerMS) == 0x0002F0, "Member 'ASBZNiagaraWwiseActor::RtpcInterpolationTimerMS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZNiagaraWwiseComponent_UpdateRtpc \ +static_assert(alignof(SBZNiagaraWwiseComponent_UpdateRtpc) == 0x000004, "Wrong alignment on SBZNiagaraWwiseComponent_UpdateRtpc"); \ +static_assert(sizeof(SBZNiagaraWwiseComponent_UpdateRtpc) == 0x000008, "Wrong size on SBZNiagaraWwiseComponent_UpdateRtpc"); \ +static_assert(offsetof(SBZNiagaraWwiseComponent_UpdateRtpc, RtpcValue) == 0x000000, "Member 'SBZNiagaraWwiseComponent_UpdateRtpc::RtpcValue' has a wrong offset!"); \ +static_assert(offsetof(SBZNiagaraWwiseComponent_UpdateRtpc, RtpcInterpolationValue) == 0x000004, "Member 'SBZNiagaraWwiseComponent_UpdateRtpc::RtpcInterpolationValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNiagaraWwiseComponent \ +static_assert(alignof(USBZNiagaraWwiseComponent) == 0x000010, "Wrong alignment on USBZNiagaraWwiseComponent"); \ +static_assert(sizeof(USBZNiagaraWwiseComponent) == 0x000280, "Wrong size on USBZNiagaraWwiseComponent"); \ +static_assert(offsetof(USBZNiagaraWwiseComponent, EventToPlayOneShot) == 0x000228, "Member 'USBZNiagaraWwiseComponent::EventToPlayOneShot' has a wrong offset!"); \ +static_assert(offsetof(USBZNiagaraWwiseComponent, EventToPlay) == 0x000230, "Member 'USBZNiagaraWwiseComponent::EventToPlay' has a wrong offset!"); \ +static_assert(offsetof(USBZNiagaraWwiseComponent, EventToStopPlay) == 0x000238, "Member 'USBZNiagaraWwiseComponent::EventToStopPlay' has a wrong offset!"); \ +static_assert(offsetof(USBZNiagaraWwiseComponent, Rtpc) == 0x000240, "Member 'USBZNiagaraWwiseComponent::Rtpc' has a wrong offset!"); \ +static_assert(offsetof(USBZNiagaraWwiseComponent, NiagaraEffectOneShot) == 0x000248, "Member 'USBZNiagaraWwiseComponent::NiagaraEffectOneShot' has a wrong offset!"); \ +static_assert(offsetof(USBZNiagaraWwiseComponent, NiagaraEffect) == 0x000250, "Member 'USBZNiagaraWwiseComponent::NiagaraEffect' has a wrong offset!"); \ +static_assert(offsetof(USBZNiagaraWwiseComponent, AudioComponent) == 0x000258, "Member 'USBZNiagaraWwiseComponent::AudioComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZNiagaraWwiseComponent, NiagaraComponent) == 0x000260, "Member 'USBZNiagaraWwiseComponent::NiagaraComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZNiagaraWwiseComponent, bPlayFromBeginning) == 0x000268, "Member 'USBZNiagaraWwiseComponent::bPlayFromBeginning' has a wrong offset!"); \ +static_assert(offsetof(USBZNiagaraWwiseComponent, bOneShotEffect) == 0x000269, "Member 'USBZNiagaraWwiseComponent::bOneShotEffect' has a wrong offset!"); \ +static_assert(offsetof(USBZNiagaraWwiseComponent, bUpdateRtpc) == 0x00026A, "Member 'USBZNiagaraWwiseComponent::bUpdateRtpc' has a wrong offset!"); \ +static_assert(offsetof(USBZNiagaraWwiseComponent, RtpcUpdateValue) == 0x00026C, "Member 'USBZNiagaraWwiseComponent::RtpcUpdateValue' has a wrong offset!"); \ +static_assert(offsetof(USBZNiagaraWwiseComponent, RtpcInterpolationTimerMS) == 0x000270, "Member 'USBZNiagaraWwiseComponent::RtpcInterpolationTimerMS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZNoCookDS \ +static_assert(alignof(ASBZNoCookDS) == 0x000008, "Wrong alignment on ASBZNoCookDS"); \ +static_assert(sizeof(ASBZNoCookDS) == 0x0002B8, "Wrong size on ASBZNoCookDS"); \ + +#define DUMPER7_ASSERTS_SBZNodesFunctionLibrary_CheckRNG \ +static_assert(alignof(SBZNodesFunctionLibrary_CheckRNG) == 0x000004, "Wrong alignment on SBZNodesFunctionLibrary_CheckRNG"); \ +static_assert(sizeof(SBZNodesFunctionLibrary_CheckRNG) == 0x00000C, "Wrong size on SBZNodesFunctionLibrary_CheckRNG"); \ +static_assert(offsetof(SBZNodesFunctionLibrary_CheckRNG, Index_0) == 0x000000, "Member 'SBZNodesFunctionLibrary_CheckRNG::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SBZNodesFunctionLibrary_CheckRNG, RngBitmask) == 0x000004, "Member 'SBZNodesFunctionLibrary_CheckRNG::RngBitmask' has a wrong offset!"); \ +static_assert(offsetof(SBZNodesFunctionLibrary_CheckRNG, ReturnValue) == 0x000008, "Member 'SBZNodesFunctionLibrary_CheckRNG::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZNodesFunctionLibrary_IsValidBlueprintFunction \ +static_assert(alignof(SBZNodesFunctionLibrary_IsValidBlueprintFunction) == 0x000008, "Wrong alignment on SBZNodesFunctionLibrary_IsValidBlueprintFunction"); \ +static_assert(sizeof(SBZNodesFunctionLibrary_IsValidBlueprintFunction) == 0x000020, "Wrong size on SBZNodesFunctionLibrary_IsValidBlueprintFunction"); \ +static_assert(offsetof(SBZNodesFunctionLibrary_IsValidBlueprintFunction, Object) == 0x000000, "Member 'SBZNodesFunctionLibrary_IsValidBlueprintFunction::Object' has a wrong offset!"); \ +static_assert(offsetof(SBZNodesFunctionLibrary_IsValidBlueprintFunction, FunctionName) == 0x000008, "Member 'SBZNodesFunctionLibrary_IsValidBlueprintFunction::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(SBZNodesFunctionLibrary_IsValidBlueprintFunction, ParameterCount) == 0x000014, "Member 'SBZNodesFunctionLibrary_IsValidBlueprintFunction::ParameterCount' has a wrong offset!"); \ +static_assert(offsetof(SBZNodesFunctionLibrary_IsValidBlueprintFunction, OutState) == 0x000018, "Member 'SBZNodesFunctionLibrary_IsValidBlueprintFunction::OutState' has a wrong offset!"); \ +static_assert(offsetof(SBZNodesFunctionLibrary_IsValidBlueprintFunction, ReturnValue) == 0x000019, "Member 'SBZNodesFunctionLibrary_IsValidBlueprintFunction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZNodesFunctionLibrary_RollRNG \ +static_assert(alignof(SBZNodesFunctionLibrary_RollRNG) == 0x000004, "Wrong alignment on SBZNodesFunctionLibrary_RollRNG"); \ +static_assert(sizeof(SBZNodesFunctionLibrary_RollRNG) == 0x000018, "Wrong size on SBZNodesFunctionLibrary_RollRNG"); \ +static_assert(offsetof(SBZNodesFunctionLibrary_RollRNG, RandomStream) == 0x000000, "Member 'SBZNodesFunctionLibrary_RollRNG::RandomStream' has a wrong offset!"); \ +static_assert(offsetof(SBZNodesFunctionLibrary_RollRNG, LastOutputPinIndex) == 0x000008, "Member 'SBZNodesFunctionLibrary_RollRNG::LastOutputPinIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZNodesFunctionLibrary_RollRNG, Min) == 0x00000C, "Member 'SBZNodesFunctionLibrary_RollRNG::Min' has a wrong offset!"); \ +static_assert(offsetof(SBZNodesFunctionLibrary_RollRNG, Max) == 0x000010, "Member 'SBZNodesFunctionLibrary_RollRNG::Max' has a wrong offset!"); \ +static_assert(offsetof(SBZNodesFunctionLibrary_RollRNG, ReturnValue) == 0x000014, "Member 'SBZNodesFunctionLibrary_RollRNG::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZNodesFunctionLibrary \ +static_assert(alignof(USBZNodesFunctionLibrary) == 0x000008, "Wrong alignment on USBZNodesFunctionLibrary"); \ +static_assert(sizeof(USBZNodesFunctionLibrary) == 0x000030, "Wrong size on USBZNodesFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_USBZSecuredBagTypeStatisticCriteria \ +static_assert(alignof(USBZSecuredBagTypeStatisticCriteria) == 0x000008, "Wrong alignment on USBZSecuredBagTypeStatisticCriteria"); \ +static_assert(sizeof(USBZSecuredBagTypeStatisticCriteria) == 0x000098, "Wrong size on USBZSecuredBagTypeStatisticCriteria"); \ +static_assert(offsetof(USBZSecuredBagTypeStatisticCriteria, BagTypeTagContainer) == 0x000070, "Member 'USBZSecuredBagTypeStatisticCriteria::BagTypeTagContainer' has a wrong offset!"); \ +static_assert(offsetof(USBZSecuredBagTypeStatisticCriteria, RequiredSecuredCount) == 0x000090, "Member 'USBZSecuredBagTypeStatisticCriteria::RequiredSecuredCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZObjectiveContainerWidget_BP_OnPausedChanged \ +static_assert(alignof(SBZObjectiveContainerWidget_BP_OnPausedChanged) == 0x000001, "Wrong alignment on SBZObjectiveContainerWidget_BP_OnPausedChanged"); \ +static_assert(sizeof(SBZObjectiveContainerWidget_BP_OnPausedChanged) == 0x000001, "Wrong size on SBZObjectiveContainerWidget_BP_OnPausedChanged"); \ +static_assert(offsetof(SBZObjectiveContainerWidget_BP_OnPausedChanged, bInIsPaused) == 0x000000, "Member 'SBZObjectiveContainerWidget_BP_OnPausedChanged::bInIsPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZObjectiveContainerWidget_CheckDelayPausedAnimation \ +static_assert(alignof(SBZObjectiveContainerWidget_CheckDelayPausedAnimation) == 0x000008, "Wrong alignment on SBZObjectiveContainerWidget_CheckDelayPausedAnimation"); \ +static_assert(sizeof(SBZObjectiveContainerWidget_CheckDelayPausedAnimation) == 0x000008, "Wrong size on SBZObjectiveContainerWidget_CheckDelayPausedAnimation"); \ +static_assert(offsetof(SBZObjectiveContainerWidget_CheckDelayPausedAnimation, InAnimation) == 0x000000, "Member 'SBZObjectiveContainerWidget_CheckDelayPausedAnimation::InAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZObjectiveContainerWidget_ObjectiveAdded \ +static_assert(alignof(SBZObjectiveContainerWidget_ObjectiveAdded) == 0x000008, "Wrong alignment on SBZObjectiveContainerWidget_ObjectiveAdded"); \ +static_assert(sizeof(SBZObjectiveContainerWidget_ObjectiveAdded) == 0x000008, "Wrong size on SBZObjectiveContainerWidget_ObjectiveAdded"); \ +static_assert(offsetof(SBZObjectiveContainerWidget_ObjectiveAdded, Objective) == 0x000000, "Member 'SBZObjectiveContainerWidget_ObjectiveAdded::Objective' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZObjectiveContainerWidget_ObjectiveRemove \ +static_assert(alignof(SBZObjectiveContainerWidget_ObjectiveRemove) == 0x000008, "Wrong alignment on SBZObjectiveContainerWidget_ObjectiveRemove"); \ +static_assert(sizeof(SBZObjectiveContainerWidget_ObjectiveRemove) == 0x000008, "Wrong size on SBZObjectiveContainerWidget_ObjectiveRemove"); \ +static_assert(offsetof(SBZObjectiveContainerWidget_ObjectiveRemove, Objective) == 0x000000, "Member 'SBZObjectiveContainerWidget_ObjectiveRemove::Objective' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZObjectiveContainerWidget_OnObjectiveAdded \ +static_assert(alignof(SBZObjectiveContainerWidget_OnObjectiveAdded) == 0x000008, "Wrong alignment on SBZObjectiveContainerWidget_OnObjectiveAdded"); \ +static_assert(sizeof(SBZObjectiveContainerWidget_OnObjectiveAdded) == 0x000008, "Wrong size on SBZObjectiveContainerWidget_OnObjectiveAdded"); \ +static_assert(offsetof(SBZObjectiveContainerWidget_OnObjectiveAdded, ObjectiveUObject) == 0x000000, "Member 'SBZObjectiveContainerWidget_OnObjectiveAdded::ObjectiveUObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZObjectiveContainerWidget_OnObjectiveRemoved \ +static_assert(alignof(SBZObjectiveContainerWidget_OnObjectiveRemoved) == 0x000008, "Wrong alignment on SBZObjectiveContainerWidget_OnObjectiveRemoved"); \ +static_assert(sizeof(SBZObjectiveContainerWidget_OnObjectiveRemoved) == 0x000008, "Wrong size on SBZObjectiveContainerWidget_OnObjectiveRemoved"); \ +static_assert(offsetof(SBZObjectiveContainerWidget_OnObjectiveRemoved, ObjectiveUObject) == 0x000000, "Member 'SBZObjectiveContainerWidget_OnObjectiveRemoved::ObjectiveUObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZObjectiveContainerWidget \ +static_assert(alignof(USBZObjectiveContainerWidget) == 0x000008, "Wrong alignment on USBZObjectiveContainerWidget"); \ +static_assert(sizeof(USBZObjectiveContainerWidget) == 0x0002C0, "Wrong size on USBZObjectiveContainerWidget"); \ +static_assert(offsetof(USBZObjectiveContainerWidget, Panel_ObjectivesContainer) == 0x000290, "Member 'USBZObjectiveContainerWidget::Panel_ObjectivesContainer' has a wrong offset!"); \ +static_assert(offsetof(USBZObjectiveContainerWidget, Panel_OptionalObjectivesContainer) == 0x000298, "Member 'USBZObjectiveContainerWidget::Panel_OptionalObjectivesContainer' has a wrong offset!"); \ +static_assert(offsetof(USBZObjectiveContainerWidget, ObjectiveWidgetClass) == 0x0002A0, "Member 'USBZObjectiveContainerWidget::ObjectiveWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZObjectiveContainerWidget, bIsPaused) == 0x0002A8, "Member 'USBZObjectiveContainerWidget::bIsPaused' has a wrong offset!"); \ +static_assert(offsetof(USBZObjectiveContainerWidget, PausedSequencePlayerArray) == 0x0002B0, "Member 'USBZObjectiveContainerWidget::PausedSequencePlayerArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZObjectiveInformationInterface \ +static_assert(alignof(ISBZObjectiveInformationInterface) == 0x000001, "Wrong alignment on ISBZObjectiveInformationInterface"); \ +static_assert(sizeof(ISBZObjectiveInformationInterface) == 0x000001, "Wrong size on ISBZObjectiveInformationInterface"); \ + +#define DUMPER7_ASSERTS_USBZObservableActorContainer \ +static_assert(alignof(USBZObservableActorContainer) == 0x000008, "Wrong alignment on USBZObservableActorContainer"); \ +static_assert(sizeof(USBZObservableActorContainer) == 0x000088, "Wrong size on USBZObservableActorContainer"); \ +static_assert(offsetof(USBZObservableActorContainer, OnChanged) == 0x000058, "Member 'USBZObservableActorContainer::OnChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZObservableActorContainer, OnAdded) == 0x000068, "Member 'USBZObservableActorContainer::OnAdded' has a wrong offset!"); \ +static_assert(offsetof(USBZObservableActorContainer, OnRemoved) == 0x000078, "Member 'USBZObservableActorContainer::OnRemoved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineLobbyFunctionLibrary_GetOnlineSession \ +static_assert(alignof(SBZOnlineLobbyFunctionLibrary_GetOnlineSession) == 0x000008, "Wrong alignment on SBZOnlineLobbyFunctionLibrary_GetOnlineSession"); \ +static_assert(sizeof(SBZOnlineLobbyFunctionLibrary_GetOnlineSession) == 0x000010, "Wrong size on SBZOnlineLobbyFunctionLibrary_GetOnlineSession"); \ +static_assert(offsetof(SBZOnlineLobbyFunctionLibrary_GetOnlineSession, WorldContextObject) == 0x000000, "Member 'SBZOnlineLobbyFunctionLibrary_GetOnlineSession::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineLobbyFunctionLibrary_GetOnlineSession, ReturnValue) == 0x000008, "Member 'SBZOnlineLobbyFunctionLibrary_GetOnlineSession::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineLobbyFunctionLibrary_IsPlayerReady \ +static_assert(alignof(SBZOnlineLobbyFunctionLibrary_IsPlayerReady) == 0x000008, "Wrong alignment on SBZOnlineLobbyFunctionLibrary_IsPlayerReady"); \ +static_assert(sizeof(SBZOnlineLobbyFunctionLibrary_IsPlayerReady) == 0x000010, "Wrong size on SBZOnlineLobbyFunctionLibrary_IsPlayerReady"); \ +static_assert(offsetof(SBZOnlineLobbyFunctionLibrary_IsPlayerReady, WorldContextObject) == 0x000000, "Member 'SBZOnlineLobbyFunctionLibrary_IsPlayerReady::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineLobbyFunctionLibrary_IsPlayerReady, ReturnValue) == 0x000008, "Member 'SBZOnlineLobbyFunctionLibrary_IsPlayerReady::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineLobbyFunctionLibrary_SetPlayerReady \ +static_assert(alignof(SBZOnlineLobbyFunctionLibrary_SetPlayerReady) == 0x000008, "Wrong alignment on SBZOnlineLobbyFunctionLibrary_SetPlayerReady"); \ +static_assert(sizeof(SBZOnlineLobbyFunctionLibrary_SetPlayerReady) == 0x000008, "Wrong size on SBZOnlineLobbyFunctionLibrary_SetPlayerReady"); \ +static_assert(offsetof(SBZOnlineLobbyFunctionLibrary_SetPlayerReady, WorldContextObject) == 0x000000, "Member 'SBZOnlineLobbyFunctionLibrary_SetPlayerReady::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineLobbyFunctionLibrary_SetPlayerUnready \ +static_assert(alignof(SBZOnlineLobbyFunctionLibrary_SetPlayerUnready) == 0x000008, "Wrong alignment on SBZOnlineLobbyFunctionLibrary_SetPlayerUnready"); \ +static_assert(sizeof(SBZOnlineLobbyFunctionLibrary_SetPlayerUnready) == 0x000008, "Wrong size on SBZOnlineLobbyFunctionLibrary_SetPlayerUnready"); \ +static_assert(offsetof(SBZOnlineLobbyFunctionLibrary_SetPlayerUnready, WorldContextObject) == 0x000000, "Member 'SBZOnlineLobbyFunctionLibrary_SetPlayerUnready::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineLobbyFunctionLibrary_TogglePlayerReady \ +static_assert(alignof(SBZOnlineLobbyFunctionLibrary_TogglePlayerReady) == 0x000008, "Wrong alignment on SBZOnlineLobbyFunctionLibrary_TogglePlayerReady"); \ +static_assert(sizeof(SBZOnlineLobbyFunctionLibrary_TogglePlayerReady) == 0x000008, "Wrong size on SBZOnlineLobbyFunctionLibrary_TogglePlayerReady"); \ +static_assert(offsetof(SBZOnlineLobbyFunctionLibrary_TogglePlayerReady, WorldContextObject) == 0x000000, "Member 'SBZOnlineLobbyFunctionLibrary_TogglePlayerReady::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOnlineLobbyFunctionLibrary \ +static_assert(alignof(USBZOnlineLobbyFunctionLibrary) == 0x000008, "Wrong alignment on USBZOnlineLobbyFunctionLibrary"); \ +static_assert(sizeof(USBZOnlineLobbyFunctionLibrary) == 0x000030, "Wrong size on USBZOnlineLobbyFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSession_GetMenuEvent \ +static_assert(alignof(SBZOnlineSession_GetMenuEvent) == 0x000008, "Wrong alignment on SBZOnlineSession_GetMenuEvent"); \ +static_assert(sizeof(SBZOnlineSession_GetMenuEvent) == 0x000010, "Wrong size on SBZOnlineSession_GetMenuEvent"); \ +static_assert(offsetof(SBZOnlineSession_GetMenuEvent, EventName) == 0x000000, "Member 'SBZOnlineSession_GetMenuEvent::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSession_GetPlayersCount \ +static_assert(alignof(SBZOnlineSession_GetPlayersCount) == 0x000004, "Wrong alignment on SBZOnlineSession_GetPlayersCount"); \ +static_assert(sizeof(SBZOnlineSession_GetPlayersCount) == 0x000004, "Wrong size on SBZOnlineSession_GetPlayersCount"); \ +static_assert(offsetof(SBZOnlineSession_GetPlayersCount, ReturnValue) == 0x000000, "Member 'SBZOnlineSession_GetPlayersCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSession_HandleOnlinePlatformError \ +static_assert(alignof(SBZOnlineSession_HandleOnlinePlatformError) == 0x000001, "Wrong alignment on SBZOnlineSession_HandleOnlinePlatformError"); \ +static_assert(sizeof(SBZOnlineSession_HandleOnlinePlatformError) == 0x000001, "Wrong size on SBZOnlineSession_HandleOnlinePlatformError"); \ +static_assert(offsetof(SBZOnlineSession_HandleOnlinePlatformError, RequestType) == 0x000000, "Member 'SBZOnlineSession_HandleOnlinePlatformError::RequestType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSession_OnNetworkStatus \ +static_assert(alignof(SBZOnlineSession_OnNetworkStatus) == 0x000001, "Wrong alignment on SBZOnlineSession_OnNetworkStatus"); \ +static_assert(sizeof(SBZOnlineSession_OnNetworkStatus) == 0x000001, "Wrong size on SBZOnlineSession_OnNetworkStatus"); \ +static_assert(offsetof(SBZOnlineSession_OnNetworkStatus, ServiceStatus) == 0x000000, "Member 'SBZOnlineSession_OnNetworkStatus::ServiceStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSession_GetBeaconMissionInfo \ +static_assert(alignof(SBZOnlineSession_GetBeaconMissionInfo) == 0x000004, "Wrong alignment on SBZOnlineSession_GetBeaconMissionInfo"); \ +static_assert(sizeof(SBZOnlineSession_GetBeaconMissionInfo) == 0x000008, "Wrong size on SBZOnlineSession_GetBeaconMissionInfo"); \ +static_assert(offsetof(SBZOnlineSession_GetBeaconMissionInfo, ReturnValue) == 0x000000, "Member 'SBZOnlineSession_GetBeaconMissionInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSession_GetFoundPlayersCount \ +static_assert(alignof(SBZOnlineSession_GetFoundPlayersCount) == 0x000004, "Wrong alignment on SBZOnlineSession_GetFoundPlayersCount"); \ +static_assert(sizeof(SBZOnlineSession_GetFoundPlayersCount) == 0x000004, "Wrong size on SBZOnlineSession_GetFoundPlayersCount"); \ +static_assert(offsetof(SBZOnlineSession_GetFoundPlayersCount, ReturnValue) == 0x000000, "Member 'SBZOnlineSession_GetFoundPlayersCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSession_GetLobbyState \ +static_assert(alignof(SBZOnlineSession_GetLobbyState) == 0x000008, "Wrong alignment on SBZOnlineSession_GetLobbyState"); \ +static_assert(sizeof(SBZOnlineSession_GetLobbyState) == 0x000008, "Wrong size on SBZOnlineSession_GetLobbyState"); \ +static_assert(offsetof(SBZOnlineSession_GetLobbyState, ReturnValue) == 0x000000, "Member 'SBZOnlineSession_GetLobbyState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSession_GetMatchmakingRegion \ +static_assert(alignof(SBZOnlineSession_GetMatchmakingRegion) == 0x000008, "Wrong alignment on SBZOnlineSession_GetMatchmakingRegion"); \ +static_assert(sizeof(SBZOnlineSession_GetMatchmakingRegion) == 0x000010, "Wrong size on SBZOnlineSession_GetMatchmakingRegion"); \ +static_assert(offsetof(SBZOnlineSession_GetMatchmakingRegion, ReturnValue) == 0x000000, "Member 'SBZOnlineSession_GetMatchmakingRegion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSession_GetPartyMembersCount \ +static_assert(alignof(SBZOnlineSession_GetPartyMembersCount) == 0x000004, "Wrong alignment on SBZOnlineSession_GetPartyMembersCount"); \ +static_assert(sizeof(SBZOnlineSession_GetPartyMembersCount) == 0x000004, "Wrong size on SBZOnlineSession_GetPartyMembersCount"); \ +static_assert(offsetof(SBZOnlineSession_GetPartyMembersCount, ReturnValue) == 0x000000, "Member 'SBZOnlineSession_GetPartyMembersCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSession_GetUiLobbyInfo \ +static_assert(alignof(SBZOnlineSession_GetUiLobbyInfo) == 0x000008, "Wrong alignment on SBZOnlineSession_GetUiLobbyInfo"); \ +static_assert(sizeof(SBZOnlineSession_GetUiLobbyInfo) == 0x000010, "Wrong size on SBZOnlineSession_GetUiLobbyInfo"); \ +static_assert(offsetof(SBZOnlineSession_GetUiLobbyInfo, ReturnValue) == 0x000000, "Member 'SBZOnlineSession_GetUiLobbyInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSession_IsLocalClientReady \ +static_assert(alignof(SBZOnlineSession_IsLocalClientReady) == 0x000001, "Wrong alignment on SBZOnlineSession_IsLocalClientReady"); \ +static_assert(sizeof(SBZOnlineSession_IsLocalClientReady) == 0x000001, "Wrong size on SBZOnlineSession_IsLocalClientReady"); \ +static_assert(offsetof(SBZOnlineSession_IsLocalClientReady, ReturnValue) == 0x000000, "Member 'SBZOnlineSession_IsLocalClientReady::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSession_SetLocalClientReady \ +static_assert(alignof(SBZOnlineSession_SetLocalClientReady) == 0x000001, "Wrong alignment on SBZOnlineSession_SetLocalClientReady"); \ +static_assert(sizeof(SBZOnlineSession_SetLocalClientReady) == 0x000001, "Wrong size on SBZOnlineSession_SetLocalClientReady"); \ +static_assert(offsetof(SBZOnlineSession_SetLocalClientReady, bIsClientReady) == 0x000000, "Member 'SBZOnlineSession_SetLocalClientReady::bIsClientReady' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOnlineSession \ +static_assert(alignof(USBZOnlineSession) == 0x000008, "Wrong alignment on USBZOnlineSession"); \ +static_assert(sizeof(USBZOnlineSession) == 0x000450, "Wrong size on USBZOnlineSession"); \ +static_assert(offsetof(USBZOnlineSession, OnMissionEndReceived) == 0x000030, "Member 'USBZOnlineSession::OnMissionEndReceived' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnNetworkDisconnect) == 0x000040, "Member 'USBZOnlineSession::OnNetworkDisconnect' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnNetworkReconnect) == 0x000050, "Member 'USBZOnlineSession::OnNetworkReconnect' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnBecamePartyHost) == 0x000060, "Member 'USBZOnlineSession::OnBecamePartyHost' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnBecamePartyClient) == 0x000070, "Member 'USBZOnlineSession::OnBecamePartyClient' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnLeftParty) == 0x000080, "Member 'USBZOnlineSession::OnLeftParty' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnLocalPartyJoinTypeUpdated) == 0x000090, "Member 'USBZOnlineSession::OnLocalPartyJoinTypeUpdated' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnInviteProcessingBegin) == 0x0000A0, "Member 'USBZOnlineSession::OnInviteProcessingBegin' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnInviteProcessingFinish) == 0x0000B0, "Member 'USBZOnlineSession::OnInviteProcessingFinish' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnMatchmakingStarted) == 0x0000C0, "Member 'USBZOnlineSession::OnMatchmakingStarted' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnMatchmakingCanceled) == 0x0000D0, "Member 'USBZOnlineSession::OnMatchmakingCanceled' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnMatchFound) == 0x0000E0, "Member 'USBZOnlineSession::OnMatchFound' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnMatchOutdated) == 0x0000F0, "Member 'USBZOnlineSession::OnMatchOutdated' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnMatchRejected) == 0x000100, "Member 'USBZOnlineSession::OnMatchRejected' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnMatchRestartRejected) == 0x000110, "Member 'USBZOnlineSession::OnMatchRestartRejected' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnMatchAccepted) == 0x000120, "Member 'USBZOnlineSession::OnMatchAccepted' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnMatchInfoUpdated) == 0x000130, "Member 'USBZOnlineSession::OnMatchInfoUpdated' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnMatchmAcceptUnlock) == 0x000140, "Member 'USBZOnlineSession::OnMatchmAcceptUnlock' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnLobbyWaitPlayersCountdownStarted) == 0x000150, "Member 'USBZOnlineSession::OnLobbyWaitPlayersCountdownStarted' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnLobbyWaitGameCountdownStarted) == 0x000160, "Member 'USBZOnlineSession::OnLobbyWaitGameCountdownStarted' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnWaitActionPhaseStarted) == 0x000170, "Member 'USBZOnlineSession::OnWaitActionPhaseStarted' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnWaitOtherPlayersStarted) == 0x000180, "Member 'USBZOnlineSession::OnWaitOtherPlayersStarted' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnMatchmakingStopped) == 0x000190, "Member 'USBZOnlineSession::OnMatchmakingStopped' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnLobbyComplete) == 0x0001A0, "Member 'USBZOnlineSession::OnLobbyComplete' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnLocalClientReady) == 0x0001B0, "Member 'USBZOnlineSession::OnLocalClientReady' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnNetworkError) == 0x0001C0, "Member 'USBZOnlineSession::OnNetworkError' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnLobbyStateUpdated) == 0x0001D0, "Member 'USBZOnlineSession::OnLobbyStateUpdated' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnPlayerMuted) == 0x0001E0, "Member 'USBZOnlineSession::OnPlayerMuted' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnLobbySlotLoadoutChanged) == 0x0001F0, "Member 'USBZOnlineSession::OnLobbySlotLoadoutChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnSlotReservationComplete) == 0x000200, "Member 'USBZOnlineSession::OnSlotReservationComplete' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnPartyCreated) == 0x000210, "Member 'USBZOnlineSession::OnPartyCreated' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, Party) == 0x000230, "Member 'USBZOnlineSession::Party' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, PartyManager) == 0x000238, "Member 'USBZOnlineSession::PartyManager' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, GameSessionManager) == 0x000240, "Member 'USBZOnlineSession::GameSessionManager' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, RecentPlayersManager) == 0x000248, "Member 'USBZOnlineSession::RecentPlayersManager' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnlineSessionSettingManager) == 0x000250, "Member 'USBZOnlineSession::OnlineSessionSettingManager' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, Lobby) == 0x000258, "Member 'USBZOnlineSession::Lobby' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, Chat) == 0x000260, "Member 'USBZOnlineSession::Chat' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, Invites) == 0x000268, "Member 'USBZOnlineSession::Invites' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, KickingManager) == 0x000270, "Member 'USBZOnlineSession::KickingManager' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, VotingManager) == 0x000278, "Member 'USBZOnlineSession::VotingManager' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, Matchmaking) == 0x000280, "Member 'USBZOnlineSession::Matchmaking' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnlineSessionUtils) == 0x000288, "Member 'USBZOnlineSession::OnlineSessionUtils' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnlineSessionRequestHandler) == 0x000290, "Member 'USBZOnlineSession::OnlineSessionRequestHandler' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnlineSessionSearch) == 0x000298, "Member 'USBZOnlineSession::OnlineSessionSearch' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, P2P) == 0x0002A0, "Member 'USBZOnlineSession::P2P' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, GlobalLobby) == 0x0002A8, "Member 'USBZOnlineSession::GlobalLobby' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, FriendManager) == 0x0002B0, "Member 'USBZOnlineSession::FriendManager' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, JobOverviewSync) == 0x0002B8, "Member 'USBZOnlineSession::JobOverviewSync' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnlineSlotsClient) == 0x0002C0, "Member 'USBZOnlineSession::OnlineSlotsClient' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, OnlineSlotsHost) == 0x0002C8, "Member 'USBZOnlineSession::OnlineSlotsHost' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, Voip) == 0x0002D0, "Member 'USBZOnlineSession::Voip' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, bHostPartyByDefault) == 0x000408, "Member 'USBZOnlineSession::bHostPartyByDefault' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, GameRecordsManager) == 0x000410, "Member 'USBZOnlineSession::GameRecordsManager' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, BlockedPlayerManager) == 0x000418, "Member 'USBZOnlineSession::BlockedPlayerManager' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSession, AvatarCache) == 0x000420, "Member 'USBZOnlineSession::AvatarCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSessionSettings \ +static_assert(alignof(USBZSessionSettings) == 0x000008, "Wrong alignment on USBZSessionSettings"); \ +static_assert(sizeof(USBZSessionSettings) == 0x000070, "Wrong size on USBZSessionSettings"); \ +static_assert(offsetof(USBZSessionSettings, SessionSettingsQueue) == 0x000058, "Member 'USBZSessionSettings::SessionSettingsQueue' has a wrong offset!"); \ +static_assert(offsetof(USBZSessionSettings, SessionSettingsManager) == 0x000068, "Member 'USBZSessionSettings::SessionSettingsManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateBackendError \ +static_assert(alignof(USBZStateMachineStateBackendError) == 0x000008, "Wrong alignment on USBZStateMachineStateBackendError"); \ +static_assert(sizeof(USBZStateMachineStateBackendError) == 0x000098, "Wrong size on USBZStateMachineStateBackendError"); \ +static_assert(offsetof(USBZStateMachineStateBackendError, ErrorData) == 0x000080, "Member 'USBZStateMachineStateBackendError::ErrorData' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateBackendError, BackendErrorWidget) == 0x000088, "Member 'USBZStateMachineStateBackendError::BackendErrorWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOnlineSlotsClient \ +static_assert(alignof(USBZOnlineSlotsClient) == 0x000008, "Wrong alignment on USBZOnlineSlotsClient"); \ +static_assert(sizeof(USBZOnlineSlotsClient) == 0x0004D0, "Wrong size on USBZOnlineSlotsClient"); \ +static_assert(offsetof(USBZOnlineSlotsClient, SlotsData) == 0x000048, "Member 'USBZOnlineSlotsClient::SlotsData' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSlotsClient, PreMatchReadyTimer) == 0x000058, "Member 'USBZOnlineSlotsClient::PreMatchReadyTimer' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSlotsClient, CharacterInfoArray) == 0x000060, "Member 'USBZOnlineSlotsClient::CharacterInfoArray' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSlotsClient, LocalPlayerData) == 0x000070, "Member 'USBZOnlineSlotsClient::LocalPlayerData' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSlotsClient, PreTravelTimeLimit) == 0x0004A8, "Member 'USBZOnlineSlotsClient::PreTravelTimeLimit' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSlotsClient, SoloPreplanningItem) == 0x0004B0, "Member 'USBZOnlineSlotsClient::SoloPreplanningItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineSlotsHost_IndividualReadyTimerTimeout \ +static_assert(alignof(SBZOnlineSlotsHost_IndividualReadyTimerTimeout) == 0x000008, "Wrong alignment on SBZOnlineSlotsHost_IndividualReadyTimerTimeout"); \ +static_assert(sizeof(SBZOnlineSlotsHost_IndividualReadyTimerTimeout) == 0x000028, "Wrong size on SBZOnlineSlotsHost_IndividualReadyTimerTimeout"); \ +static_assert(offsetof(SBZOnlineSlotsHost_IndividualReadyTimerTimeout, InPlayerId) == 0x000000, "Member 'SBZOnlineSlotsHost_IndividualReadyTimerTimeout::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOnlineSlotsHost \ +static_assert(alignof(USBZOnlineSlotsHost) == 0x000008, "Wrong alignment on USBZOnlineSlotsHost"); \ +static_assert(sizeof(USBZOnlineSlotsHost) == 0x000098, "Wrong size on USBZOnlineSlotsHost"); \ +static_assert(offsetof(USBZOnlineSlotsHost, SlotsSync) == 0x000040, "Member 'USBZOnlineSlotsHost::SlotsSync' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSlotsHost, PreMatchReadyTimer) == 0x000048, "Member 'USBZOnlineSlotsHost::PreMatchReadyTimer' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSlotsHost, PreTravelTimer) == 0x000050, "Member 'USBZOnlineSlotsHost::PreTravelTimer' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSlotsHost, PreMatchLongReadyTimeLimit) == 0x000058, "Member 'USBZOnlineSlotsHost::PreMatchLongReadyTimeLimit' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSlotsHost, PreMatchShortReadyTimeLimit) == 0x00005C, "Member 'USBZOnlineSlotsHost::PreMatchShortReadyTimeLimit' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSlotsHost, PreMatchReadyTimerThreshold) == 0x000060, "Member 'USBZOnlineSlotsHost::PreMatchReadyTimerThreshold' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSlotsHost, PreTravelTimeLimit) == 0x000064, "Member 'USBZOnlineSlotsHost::PreTravelTimeLimit' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSlotsHost, StayAsPartyTimeLimit) == 0x000068, "Member 'USBZOnlineSlotsHost::StayAsPartyTimeLimit' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSlotsHost, StayAsPartyTimer) == 0x000070, "Member 'USBZOnlineSlotsHost::StayAsPartyTimer' has a wrong offset!"); \ +static_assert(offsetof(USBZOnlineSlotsHost, OnlineSession) == 0x000080, "Member 'USBZOnlineSlotsHost::OnlineSession' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillShockGrenadeElectricCapacityAced \ +static_assert(alignof(USBZSkillShockGrenadeElectricCapacityAced) == 0x000008, "Wrong alignment on USBZSkillShockGrenadeElectricCapacityAced"); \ +static_assert(sizeof(USBZSkillShockGrenadeElectricCapacityAced) == 0x000230, "Wrong size on USBZSkillShockGrenadeElectricCapacityAced"); \ + +#define DUMPER7_ASSERTS_SBZOnlineVoip_GetSBZOnlineVoip \ +static_assert(alignof(SBZOnlineVoip_GetSBZOnlineVoip) == 0x000008, "Wrong alignment on SBZOnlineVoip_GetSBZOnlineVoip"); \ +static_assert(sizeof(SBZOnlineVoip_GetSBZOnlineVoip) == 0x000010, "Wrong size on SBZOnlineVoip_GetSBZOnlineVoip"); \ +static_assert(offsetof(SBZOnlineVoip_GetSBZOnlineVoip, WorldContextObject) == 0x000000, "Member 'SBZOnlineVoip_GetSBZOnlineVoip::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZOnlineVoip_GetSBZOnlineVoip, ReturnValue) == 0x000008, "Member 'SBZOnlineVoip_GetSBZOnlineVoip::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineVoip_GetCaptureDeviceAmplitude \ +static_assert(alignof(SBZOnlineVoip_GetCaptureDeviceAmplitude) == 0x000004, "Wrong alignment on SBZOnlineVoip_GetCaptureDeviceAmplitude"); \ +static_assert(sizeof(SBZOnlineVoip_GetCaptureDeviceAmplitude) == 0x000004, "Wrong size on SBZOnlineVoip_GetCaptureDeviceAmplitude"); \ +static_assert(offsetof(SBZOnlineVoip_GetCaptureDeviceAmplitude, ReturnValue) == 0x000000, "Member 'SBZOnlineVoip_GetCaptureDeviceAmplitude::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineVoip_GetCaptureDevices \ +static_assert(alignof(SBZOnlineVoip_GetCaptureDevices) == 0x000008, "Wrong alignment on SBZOnlineVoip_GetCaptureDevices"); \ +static_assert(sizeof(SBZOnlineVoip_GetCaptureDevices) == 0x000010, "Wrong size on SBZOnlineVoip_GetCaptureDevices"); \ +static_assert(offsetof(SBZOnlineVoip_GetCaptureDevices, ReturnValue) == 0x000000, "Member 'SBZOnlineVoip_GetCaptureDevices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineVoip_GetSelectedCaptureDevice \ +static_assert(alignof(SBZOnlineVoip_GetSelectedCaptureDevice) == 0x000008, "Wrong alignment on SBZOnlineVoip_GetSelectedCaptureDevice"); \ +static_assert(sizeof(SBZOnlineVoip_GetSelectedCaptureDevice) == 0x000010, "Wrong size on SBZOnlineVoip_GetSelectedCaptureDevice"); \ +static_assert(offsetof(SBZOnlineVoip_GetSelectedCaptureDevice, ReturnValue) == 0x000000, "Member 'SBZOnlineVoip_GetSelectedCaptureDevice::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineVoip_HandleStateEntered \ +static_assert(alignof(SBZOnlineVoip_HandleStateEntered) == 0x000004, "Wrong alignment on SBZOnlineVoip_HandleStateEntered"); \ +static_assert(sizeof(SBZOnlineVoip_HandleStateEntered) == 0x00000C, "Wrong size on SBZOnlineVoip_HandleStateEntered"); \ +static_assert(offsetof(SBZOnlineVoip_HandleStateEntered, NewState) == 0x000000, "Member 'SBZOnlineVoip_HandleStateEntered::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZOnlineVoip_SetCaptureDevice \ +static_assert(alignof(SBZOnlineVoip_SetCaptureDevice) == 0x000008, "Wrong alignment on SBZOnlineVoip_SetCaptureDevice"); \ +static_assert(sizeof(SBZOnlineVoip_SetCaptureDevice) == 0x000010, "Wrong size on SBZOnlineVoip_SetCaptureDevice"); \ +static_assert(offsetof(SBZOnlineVoip_SetCaptureDevice, DeviceName) == 0x000000, "Member 'SBZOnlineVoip_SetCaptureDevice::DeviceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOnlineVoip \ +static_assert(alignof(USBZOnlineVoip) == 0x000008, "Wrong alignment on USBZOnlineVoip"); \ +static_assert(sizeof(USBZOnlineVoip) == 0x000048, "Wrong size on USBZOnlineVoip"); \ + +#define DUMPER7_ASSERTS_ASBZOverkillWeaponDropPoint \ +static_assert(alignof(ASBZOverkillWeaponDropPoint) == 0x000008, "Wrong alignment on ASBZOverkillWeaponDropPoint"); \ +static_assert(sizeof(ASBZOverkillWeaponDropPoint) == 0x0002D0, "Wrong size on ASBZOverkillWeaponDropPoint"); \ +static_assert(offsetof(ASBZOverkillWeaponDropPoint, bIsAddedOnBeginPlay) == 0x0002C8, "Member 'ASBZOverkillWeaponDropPoint::bIsAddedOnBeginPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateEOSPreMatch_HandleLobbyStateUpdated \ +static_assert(alignof(SBZStateMachineStateEOSPreMatch_HandleLobbyStateUpdated) == 0x000001, "Wrong alignment on SBZStateMachineStateEOSPreMatch_HandleLobbyStateUpdated"); \ +static_assert(sizeof(SBZStateMachineStateEOSPreMatch_HandleLobbyStateUpdated) == 0x000001, "Wrong size on SBZStateMachineStateEOSPreMatch_HandleLobbyStateUpdated"); \ +static_assert(offsetof(SBZStateMachineStateEOSPreMatch_HandleLobbyStateUpdated, Result) == 0x000000, "Member 'SBZStateMachineStateEOSPreMatch_HandleLobbyStateUpdated::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateEOSPreMatch_OnCreateVoiceSessionComplete \ +static_assert(alignof(SBZStateMachineStateEOSPreMatch_OnCreateVoiceSessionComplete) == 0x000008, "Wrong alignment on SBZStateMachineStateEOSPreMatch_OnCreateVoiceSessionComplete"); \ +static_assert(sizeof(SBZStateMachineStateEOSPreMatch_OnCreateVoiceSessionComplete) == 0x000028, "Wrong size on SBZStateMachineStateEOSPreMatch_OnCreateVoiceSessionComplete"); \ +static_assert(offsetof(SBZStateMachineStateEOSPreMatch_OnCreateVoiceSessionComplete, SessionName) == 0x000000, "Member 'SBZStateMachineStateEOSPreMatch_OnCreateVoiceSessionComplete::SessionName' has a wrong offset!"); \ +static_assert(offsetof(SBZStateMachineStateEOSPreMatch_OnCreateVoiceSessionComplete, SharedSessionName) == 0x000010, "Member 'SBZStateMachineStateEOSPreMatch_OnCreateVoiceSessionComplete::SharedSessionName' has a wrong offset!"); \ +static_assert(offsetof(SBZStateMachineStateEOSPreMatch_OnCreateVoiceSessionComplete, bWasSuccessful) == 0x000020, "Member 'SBZStateMachineStateEOSPreMatch_OnCreateVoiceSessionComplete::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateEOSPreMatch_OnGetVoiceSessionStateComplete \ +static_assert(alignof(SBZStateMachineStateEOSPreMatch_OnGetVoiceSessionStateComplete) == 0x000008, "Wrong alignment on SBZStateMachineStateEOSPreMatch_OnGetVoiceSessionStateComplete"); \ +static_assert(sizeof(SBZStateMachineStateEOSPreMatch_OnGetVoiceSessionStateComplete) == 0x000018, "Wrong size on SBZStateMachineStateEOSPreMatch_OnGetVoiceSessionStateComplete"); \ +static_assert(offsetof(SBZStateMachineStateEOSPreMatch_OnGetVoiceSessionStateComplete, SessionName) == 0x000000, "Member 'SBZStateMachineStateEOSPreMatch_OnGetVoiceSessionStateComplete::SessionName' has a wrong offset!"); \ +static_assert(offsetof(SBZStateMachineStateEOSPreMatch_OnGetVoiceSessionStateComplete, VoiceSessionState) == 0x000010, "Member 'SBZStateMachineStateEOSPreMatch_OnGetVoiceSessionStateComplete::VoiceSessionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateEOSPreMatch_OnJoinVoiceSessionComplete \ +static_assert(alignof(SBZStateMachineStateEOSPreMatch_OnJoinVoiceSessionComplete) == 0x000008, "Wrong alignment on SBZStateMachineStateEOSPreMatch_OnJoinVoiceSessionComplete"); \ +static_assert(sizeof(SBZStateMachineStateEOSPreMatch_OnJoinVoiceSessionComplete) == 0x000018, "Wrong size on SBZStateMachineStateEOSPreMatch_OnJoinVoiceSessionComplete"); \ +static_assert(offsetof(SBZStateMachineStateEOSPreMatch_OnJoinVoiceSessionComplete, SessionName) == 0x000000, "Member 'SBZStateMachineStateEOSPreMatch_OnJoinVoiceSessionComplete::SessionName' has a wrong offset!"); \ +static_assert(offsetof(SBZStateMachineStateEOSPreMatch_OnJoinVoiceSessionComplete, bWasSuccessful) == 0x000010, "Member 'SBZStateMachineStateEOSPreMatch_OnJoinVoiceSessionComplete::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateEOSPreMatch_OnPlayerReadyStatusUpdated \ +static_assert(alignof(SBZStateMachineStateEOSPreMatch_OnPlayerReadyStatusUpdated) == 0x000001, "Wrong alignment on SBZStateMachineStateEOSPreMatch_OnPlayerReadyStatusUpdated"); \ +static_assert(sizeof(SBZStateMachineStateEOSPreMatch_OnPlayerReadyStatusUpdated) == 0x000001, "Wrong size on SBZStateMachineStateEOSPreMatch_OnPlayerReadyStatusUpdated"); \ +static_assert(offsetof(SBZStateMachineStateEOSPreMatch_OnPlayerReadyStatusUpdated, bIsReady) == 0x000000, "Member 'SBZStateMachineStateEOSPreMatch_OnPlayerReadyStatusUpdated::bIsReady' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateEOSPreMatch \ +static_assert(alignof(USBZStateMachineStateEOSPreMatch) == 0x000008, "Wrong alignment on USBZStateMachineStateEOSPreMatch"); \ +static_assert(sizeof(USBZStateMachineStateEOSPreMatch) == 0x0000D8, "Wrong size on USBZStateMachineStateEOSPreMatch"); \ +static_assert(offsetof(USBZStateMachineStateEOSPreMatch, MatchmakingData) == 0x000080, "Member 'USBZStateMachineStateEOSPreMatch::MatchmakingData' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateEOSPreMatch, LoadingScreen) == 0x000088, "Member 'USBZStateMachineStateEOSPreMatch::LoadingScreen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOverloadMicroCameraAbility \ +static_assert(alignof(USBZOverloadMicroCameraAbility) == 0x000008, "Wrong alignment on USBZOverloadMicroCameraAbility"); \ +static_assert(sizeof(USBZOverloadMicroCameraAbility) == 0x0004E0, "Wrong size on USBZOverloadMicroCameraAbility"); \ +static_assert(offsetof(USBZOverloadMicroCameraAbility, OwnerCharacter) == 0x0004D8, "Member 'USBZOverloadMicroCameraAbility::OwnerCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOverrideMaxStepHeightRootMotion \ +static_assert(alignof(USBZOverrideMaxStepHeightRootMotion) == 0x000008, "Wrong alignment on USBZOverrideMaxStepHeightRootMotion"); \ +static_assert(sizeof(USBZOverrideMaxStepHeightRootMotion) == 0x000038, "Wrong size on USBZOverrideMaxStepHeightRootMotion"); \ + +#define DUMPER7_ASSERTS_USBZSkillShotgunSpecShotgunExpertAced \ +static_assert(alignof(USBZSkillShotgunSpecShotgunExpertAced) == 0x000008, "Wrong alignment on USBZSkillShotgunSpecShotgunExpertAced"); \ +static_assert(sizeof(USBZSkillShotgunSpecShotgunExpertAced) == 0x000230, "Wrong size on USBZSkillShotgunSpecShotgunExpertAced"); \ + +#define DUMPER7_ASSERTS_USBZOverskillARGESCrimson \ +static_assert(alignof(USBZOverskillARGESCrimson) == 0x000008, "Wrong alignment on USBZOverskillARGESCrimson"); \ +static_assert(sizeof(USBZOverskillARGESCrimson) == 0x000230, "Wrong size on USBZOverskillARGESCrimson"); \ + +#define DUMPER7_ASSERTS_USBZOverskillARGESScarlet \ +static_assert(alignof(USBZOverskillARGESScarlet) == 0x000008, "Wrong alignment on USBZOverskillARGESScarlet"); \ +static_assert(sizeof(USBZOverskillARGESScarlet) == 0x000230, "Wrong size on USBZOverskillARGESScarlet"); \ + +#define DUMPER7_ASSERTS_USBZSurrenderNotify \ +static_assert(alignof(USBZSurrenderNotify) == 0x000008, "Wrong alignment on USBZSurrenderNotify"); \ +static_assert(sizeof(USBZSurrenderNotify) == 0x000040, "Wrong size on USBZSurrenderNotify"); \ + +#define DUMPER7_ASSERTS_USBZOverskillARGESBurgundy \ +static_assert(alignof(USBZOverskillARGESBurgundy) == 0x000008, "Wrong alignment on USBZOverskillARGESBurgundy"); \ +static_assert(sizeof(USBZOverskillARGESBurgundy) == 0x000230, "Wrong size on USBZOverskillARGESBurgundy"); \ + +#define DUMPER7_ASSERTS_USBZSkillShotgunSpecShotgunObliteratorAced \ +static_assert(alignof(USBZSkillShotgunSpecShotgunObliteratorAced) == 0x000008, "Wrong alignment on USBZSkillShotgunSpecShotgunObliteratorAced"); \ +static_assert(sizeof(USBZSkillShotgunSpecShotgunObliteratorAced) == 0x000230, "Wrong size on USBZSkillShotgunSpecShotgunObliteratorAced"); \ + +#define DUMPER7_ASSERTS_USBZOverskillHET5Black \ +static_assert(alignof(USBZOverskillHET5Black) == 0x000008, "Wrong alignment on USBZOverskillHET5Black"); \ +static_assert(sizeof(USBZOverskillHET5Black) == 0x000230, "Wrong size on USBZOverskillHET5Black"); \ + +#define DUMPER7_ASSERTS_USBZTargetEnemyEffectRequirement \ +static_assert(alignof(USBZTargetEnemyEffectRequirement) == 0x000008, "Wrong alignment on USBZTargetEnemyEffectRequirement"); \ +static_assert(sizeof(USBZTargetEnemyEffectRequirement) == 0x000030, "Wrong size on USBZTargetEnemyEffectRequirement"); \ + +#define DUMPER7_ASSERTS_USBZOverskillHET5Cornsilk \ +static_assert(alignof(USBZOverskillHET5Cornsilk) == 0x000008, "Wrong alignment on USBZOverskillHET5Cornsilk"); \ +static_assert(sizeof(USBZOverskillHET5Cornsilk) == 0x000230, "Wrong size on USBZOverskillHET5Cornsilk"); \ + +#define DUMPER7_ASSERTS_USBZOverskillLoadoutData \ +static_assert(alignof(USBZOverskillLoadoutData) == 0x000008, "Wrong alignment on USBZOverskillLoadoutData"); \ +static_assert(sizeof(USBZOverskillLoadoutData) == 0x0001D0, "Wrong size on USBZOverskillLoadoutData"); \ +static_assert(offsetof(USBZOverskillLoadoutData, RequestEquippableData) == 0x0001A8, "Member 'USBZOverskillLoadoutData::RequestEquippableData' has a wrong offset!"); \ +static_assert(offsetof(USBZOverskillLoadoutData, PoseEquippableData) == 0x0001B0, "Member 'USBZOverskillLoadoutData::PoseEquippableData' has a wrong offset!"); \ +static_assert(offsetof(USBZOverskillLoadoutData, DrainTickRate) == 0x0001B8, "Member 'USBZOverskillLoadoutData::DrainTickRate' has a wrong offset!"); \ +static_assert(offsetof(USBZOverskillLoadoutData, DrainDelay) == 0x0001BC, "Member 'USBZOverskillLoadoutData::DrainDelay' has a wrong offset!"); \ +static_assert(offsetof(USBZOverskillLoadoutData, IncrementDelay) == 0x0001C0, "Member 'USBZOverskillLoadoutData::IncrementDelay' has a wrong offset!"); \ +static_assert(offsetof(USBZOverskillLoadoutData, TickDrainPercentage) == 0x0001C4, "Member 'USBZOverskillLoadoutData::TickDrainPercentage' has a wrong offset!"); \ +static_assert(offsetof(USBZOverskillLoadoutData, AdditionalTickDrainPercentage) == 0x0001C8, "Member 'USBZOverskillLoadoutData::AdditionalTickDrainPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillSMGSpecSMGProficiencyAced \ +static_assert(alignof(USBZSkillSMGSpecSMGProficiencyAced) == 0x000008, "Wrong alignment on USBZSkillSMGSpecSMGProficiencyAced"); \ +static_assert(sizeof(USBZSkillSMGSpecSMGProficiencyAced) == 0x000230, "Wrong size on USBZSkillSMGSpecSMGProficiencyAced"); \ + +#define DUMPER7_ASSERTS_USBZOverskillMambaMagenta \ +static_assert(alignof(USBZOverskillMambaMagenta) == 0x000008, "Wrong alignment on USBZOverskillMambaMagenta"); \ +static_assert(sizeof(USBZOverskillMambaMagenta) == 0x000230, "Wrong size on USBZOverskillMambaMagenta"); \ + +#define DUMPER7_ASSERTS_USBZOverskillMambaTurquoise \ +static_assert(alignof(USBZOverskillMambaTurquoise) == 0x000008, "Wrong alignment on USBZOverskillMambaTurquoise"); \ +static_assert(sizeof(USBZOverskillMambaTurquoise) == 0x000230, "Wrong size on USBZOverskillMambaTurquoise"); \ + +#define DUMPER7_ASSERTS_USBZTransformCameraModifier \ +static_assert(alignof(USBZTransformCameraModifier) == 0x000008, "Wrong alignment on USBZTransformCameraModifier"); \ +static_assert(sizeof(USBZTransformCameraModifier) == 0x000070, "Wrong size on USBZTransformCameraModifier"); \ + +#define DUMPER7_ASSERTS_USBZOverskillThePunchViolet \ +static_assert(alignof(USBZOverskillThePunchViolet) == 0x000008, "Wrong alignment on USBZOverskillThePunchViolet"); \ +static_assert(sizeof(USBZOverskillThePunchViolet) == 0x000230, "Wrong size on USBZOverskillThePunchViolet"); \ + +#define DUMPER7_ASSERTS_USBZOverskillThePunchIndigo \ +static_assert(alignof(USBZOverskillThePunchIndigo) == 0x000008, "Wrong alignment on USBZOverskillThePunchIndigo"); \ +static_assert(sizeof(USBZOverskillThePunchIndigo) == 0x000230, "Wrong size on USBZOverskillThePunchIndigo"); \ + +#define DUMPER7_ASSERTS_USBZOverskillThePunchFuchsia \ +static_assert(alignof(USBZOverskillThePunchFuchsia) == 0x000008, "Wrong alignment on USBZOverskillThePunchFuchsia"); \ +static_assert(sizeof(USBZOverskillThePunchFuchsia) == 0x000230, "Wrong size on USBZOverskillThePunchFuchsia"); \ + +#define DUMPER7_ASSERTS_USBZP2PChatSessionManager \ +static_assert(alignof(USBZP2PChatSessionManager) == 0x000008, "Wrong alignment on USBZP2PChatSessionManager"); \ +static_assert(sizeof(USBZP2PChatSessionManager) == 0x000040, "Wrong size on USBZP2PChatSessionManager"); \ + +#define DUMPER7_ASSERTS_ISBZTypeInterface \ +static_assert(alignof(ISBZTypeInterface) == 0x000001, "Wrong alignment on ISBZTypeInterface"); \ +static_assert(sizeof(ISBZTypeInterface) == 0x000001, "Wrong size on ISBZTypeInterface"); \ + +#define DUMPER7_ASSERTS_USBZP2PSessionEOS \ +static_assert(alignof(USBZP2PSessionEOS) == 0x000008, "Wrong alignment on USBZP2PSessionEOS"); \ +static_assert(sizeof(USBZP2PSessionEOS) == 0x0002F8, "Wrong size on USBZP2PSessionEOS"); \ + +#define DUMPER7_ASSERTS_USBZP2PSessionV2 \ +static_assert(alignof(USBZP2PSessionV2) == 0x000008, "Wrong alignment on USBZP2PSessionV2"); \ +static_assert(sizeof(USBZP2PSessionV2) == 0x000260, "Wrong size on USBZP2PSessionV2"); \ + +#define DUMPER7_ASSERTS_USBZPageCycler \ +static_assert(alignof(USBZPageCycler) == 0x000008, "Wrong alignment on USBZPageCycler"); \ +static_assert(sizeof(USBZPageCycler) == 0x0002B0, "Wrong size on USBZPageCycler"); \ +static_assert(offsetof(USBZPageCycler, bAllowMKBActionNavigation) == 0x000290, "Member 'USBZPageCycler::bAllowMKBActionNavigation' has a wrong offset!"); \ +static_assert(offsetof(USBZPageCycler, DecrementActionName) == 0x000294, "Member 'USBZPageCycler::DecrementActionName' has a wrong offset!"); \ +static_assert(offsetof(USBZPageCycler, IncrementActionName) == 0x0002A0, "Member 'USBZPageCycler::IncrementActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSmallCosmeticDestruction_CreateImpactPoint \ +static_assert(alignof(SBZSmallCosmeticDestruction_CreateImpactPoint) == 0x000004, "Wrong alignment on SBZSmallCosmeticDestruction_CreateImpactPoint"); \ +static_assert(sizeof(SBZSmallCosmeticDestruction_CreateImpactPoint) == 0x000090, "Wrong size on SBZSmallCosmeticDestruction_CreateImpactPoint"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_CreateImpactPoint, Hit) == 0x000000, "Member 'SBZSmallCosmeticDestruction_CreateImpactPoint::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSmallCosmeticDestruction_HandleTakeOverlapDamage \ +static_assert(alignof(SBZSmallCosmeticDestruction_HandleTakeOverlapDamage) == 0x000008, "Wrong alignment on SBZSmallCosmeticDestruction_HandleTakeOverlapDamage"); \ +static_assert(sizeof(SBZSmallCosmeticDestruction_HandleTakeOverlapDamage) == 0x000048, "Wrong size on SBZSmallCosmeticDestruction_HandleTakeOverlapDamage"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_HandleTakeOverlapDamage, DamagedActor) == 0x000000, "Member 'SBZSmallCosmeticDestruction_HandleTakeOverlapDamage::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_HandleTakeOverlapDamage, Damage) == 0x000008, "Member 'SBZSmallCosmeticDestruction_HandleTakeOverlapDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_HandleTakeOverlapDamage, InstigatedBy) == 0x000010, "Member 'SBZSmallCosmeticDestruction_HandleTakeOverlapDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_HandleTakeOverlapDamage, HitInfos) == 0x000018, "Member 'SBZSmallCosmeticDestruction_HandleTakeOverlapDamage::HitInfos' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_HandleTakeOverlapDamage, OriginDirection) == 0x000028, "Member 'SBZSmallCosmeticDestruction_HandleTakeOverlapDamage::OriginDirection' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_HandleTakeOverlapDamage, DamageType) == 0x000038, "Member 'SBZSmallCosmeticDestruction_HandleTakeOverlapDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_HandleTakeOverlapDamage, DamageCauser) == 0x000040, "Member 'SBZSmallCosmeticDestruction_HandleTakeOverlapDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSmallCosmeticDestruction_HandleTakePointDamage \ +static_assert(alignof(SBZSmallCosmeticDestruction_HandleTakePointDamage) == 0x000008, "Wrong alignment on SBZSmallCosmeticDestruction_HandleTakePointDamage"); \ +static_assert(sizeof(SBZSmallCosmeticDestruction_HandleTakePointDamage) == 0x000058, "Wrong size on SBZSmallCosmeticDestruction_HandleTakePointDamage"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_HandleTakePointDamage, DamagedActor) == 0x000000, "Member 'SBZSmallCosmeticDestruction_HandleTakePointDamage::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_HandleTakePointDamage, Damage) == 0x000008, "Member 'SBZSmallCosmeticDestruction_HandleTakePointDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_HandleTakePointDamage, InstigatedBy) == 0x000010, "Member 'SBZSmallCosmeticDestruction_HandleTakePointDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_HandleTakePointDamage, HitLocation) == 0x000018, "Member 'SBZSmallCosmeticDestruction_HandleTakePointDamage::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_HandleTakePointDamage, FHitComponent) == 0x000028, "Member 'SBZSmallCosmeticDestruction_HandleTakePointDamage::FHitComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_HandleTakePointDamage, BoneName) == 0x000030, "Member 'SBZSmallCosmeticDestruction_HandleTakePointDamage::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_HandleTakePointDamage, ShotFromDirection) == 0x00003C, "Member 'SBZSmallCosmeticDestruction_HandleTakePointDamage::ShotFromDirection' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_HandleTakePointDamage, DamageType) == 0x000048, "Member 'SBZSmallCosmeticDestruction_HandleTakePointDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_HandleTakePointDamage, DamageCauser) == 0x000050, "Member 'SBZSmallCosmeticDestruction_HandleTakePointDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSmallCosmeticDestruction_HandleTakeRadialDamage \ +static_assert(alignof(SBZSmallCosmeticDestruction_HandleTakeRadialDamage) == 0x000008, "Wrong alignment on SBZSmallCosmeticDestruction_HandleTakeRadialDamage"); \ +static_assert(sizeof(SBZSmallCosmeticDestruction_HandleTakeRadialDamage) == 0x000058, "Wrong size on SBZSmallCosmeticDestruction_HandleTakeRadialDamage"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_HandleTakeRadialDamage, DamagedActor) == 0x000000, "Member 'SBZSmallCosmeticDestruction_HandleTakeRadialDamage::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_HandleTakeRadialDamage, Damage) == 0x000008, "Member 'SBZSmallCosmeticDestruction_HandleTakeRadialDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_HandleTakeRadialDamage, InstigatedBy) == 0x000010, "Member 'SBZSmallCosmeticDestruction_HandleTakeRadialDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_HandleTakeRadialDamage, HitInfos) == 0x000018, "Member 'SBZSmallCosmeticDestruction_HandleTakeRadialDamage::HitInfos' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_HandleTakeRadialDamage, Params_0) == 0x000028, "Member 'SBZSmallCosmeticDestruction_HandleTakeRadialDamage::Params_0' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_HandleTakeRadialDamage, Origin) == 0x00003C, "Member 'SBZSmallCosmeticDestruction_HandleTakeRadialDamage::Origin' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_HandleTakeRadialDamage, DamageType) == 0x000048, "Member 'SBZSmallCosmeticDestruction_HandleTakeRadialDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_HandleTakeRadialDamage, DamageCauser) == 0x000050, "Member 'SBZSmallCosmeticDestruction_HandleTakeRadialDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSmallCosmeticDestruction_OnBeginOverlap \ +static_assert(alignof(SBZSmallCosmeticDestruction_OnBeginOverlap) == 0x000008, "Wrong alignment on SBZSmallCosmeticDestruction_OnBeginOverlap"); \ +static_assert(sizeof(SBZSmallCosmeticDestruction_OnBeginOverlap) == 0x0000B0, "Wrong size on SBZSmallCosmeticDestruction_OnBeginOverlap"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_OnBeginOverlap, OverlappedComp) == 0x000000, "Member 'SBZSmallCosmeticDestruction_OnBeginOverlap::OverlappedComp' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_OnBeginOverlap, OtherActor) == 0x000008, "Member 'SBZSmallCosmeticDestruction_OnBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_OnBeginOverlap, OtherComp) == 0x000010, "Member 'SBZSmallCosmeticDestruction_OnBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_OnBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'SBZSmallCosmeticDestruction_OnBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_OnBeginOverlap, bFromSweep) == 0x00001C, "Member 'SBZSmallCosmeticDestruction_OnBeginOverlap::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_OnBeginOverlap, SweepResult) == 0x000020, "Member 'SBZSmallCosmeticDestruction_OnBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSmallCosmeticDestruction_OnHit \ +static_assert(alignof(SBZSmallCosmeticDestruction_OnHit) == 0x000008, "Wrong alignment on SBZSmallCosmeticDestruction_OnHit"); \ +static_assert(sizeof(SBZSmallCosmeticDestruction_OnHit) == 0x0000B8, "Wrong size on SBZSmallCosmeticDestruction_OnHit"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_OnHit, HitComp) == 0x000000, "Member 'SBZSmallCosmeticDestruction_OnHit::HitComp' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_OnHit, OtherActor) == 0x000008, "Member 'SBZSmallCosmeticDestruction_OnHit::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_OnHit, OtherComp) == 0x000010, "Member 'SBZSmallCosmeticDestruction_OnHit::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_OnHit, NormalImpulse) == 0x000018, "Member 'SBZSmallCosmeticDestruction_OnHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_OnHit, Hit) == 0x000024, "Member 'SBZSmallCosmeticDestruction_OnHit::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZSmallCosmeticDestruction \ +static_assert(alignof(ASBZSmallCosmeticDestruction) == 0x000008, "Wrong alignment on ASBZSmallCosmeticDestruction"); \ +static_assert(sizeof(ASBZSmallCosmeticDestruction) == 0x0002D8, "Wrong size on ASBZSmallCosmeticDestruction"); \ +static_assert(offsetof(ASBZSmallCosmeticDestruction, bMoveToDebris) == 0x0002B8, "Member 'ASBZSmallCosmeticDestruction::bMoveToDebris' has a wrong offset!"); \ +static_assert(offsetof(ASBZSmallCosmeticDestruction, bDestroyWhenActivated) == 0x0002B9, "Member 'ASBZSmallCosmeticDestruction::bDestroyWhenActivated' has a wrong offset!"); \ +static_assert(offsetof(ASBZSmallCosmeticDestruction, bCanBeActivatedByPlayerOverlap) == 0x0002BA, "Member 'ASBZSmallCosmeticDestruction::bCanBeActivatedByPlayerOverlap' has a wrong offset!"); \ +static_assert(offsetof(ASBZSmallCosmeticDestruction, bReceivesDamageFromMelee) == 0x0002BB, "Member 'ASBZSmallCosmeticDestruction::bReceivesDamageFromMelee' has a wrong offset!"); \ +static_assert(offsetof(ASBZSmallCosmeticDestruction, MinimumImpactForce) == 0x0002C4, "Member 'ASBZSmallCosmeticDestruction::MinimumImpactForce' has a wrong offset!"); \ +static_assert(offsetof(ASBZSmallCosmeticDestruction, PhysicalMaterial) == 0x0002C8, "Member 'ASBZSmallCosmeticDestruction::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(ASBZSmallCosmeticDestruction, MeshComponent) == 0x0002D0, "Member 'ASBZSmallCosmeticDestruction::MeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZParty_HandleGameStateEnter \ +static_assert(alignof(SBZParty_HandleGameStateEnter) == 0x000004, "Wrong alignment on SBZParty_HandleGameStateEnter"); \ +static_assert(sizeof(SBZParty_HandleGameStateEnter) == 0x00000C, "Wrong size on SBZParty_HandleGameStateEnter"); \ +static_assert(offsetof(SBZParty_HandleGameStateEnter, StateName) == 0x000000, "Member 'SBZParty_HandleGameStateEnter::StateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZParty_HandleGameStateLeft \ +static_assert(alignof(SBZParty_HandleGameStateLeft) == 0x000004, "Wrong alignment on SBZParty_HandleGameStateLeft"); \ +static_assert(sizeof(SBZParty_HandleGameStateLeft) == 0x00000C, "Wrong size on SBZParty_HandleGameStateLeft"); \ +static_assert(offsetof(SBZParty_HandleGameStateLeft, StateName) == 0x000000, "Member 'SBZParty_HandleGameStateLeft::StateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZParty_HostPartyComplete \ +static_assert(alignof(SBZParty_HostPartyComplete) == 0x000001, "Wrong alignment on SBZParty_HostPartyComplete"); \ +static_assert(sizeof(SBZParty_HostPartyComplete) == 0x000001, "Wrong size on SBZParty_HostPartyComplete"); \ +static_assert(offsetof(SBZParty_HostPartyComplete, Result) == 0x000000, "Member 'SBZParty_HostPartyComplete::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZParty_HostPartySession \ +static_assert(alignof(SBZParty_HostPartySession) == 0x000008, "Wrong alignment on SBZParty_HostPartySession"); \ +static_assert(sizeof(SBZParty_HostPartySession) == 0x000088, "Wrong size on SBZParty_HostPartySession"); \ +static_assert(offsetof(SBZParty_HostPartySession, Params_0) == 0x000000, "Member 'SBZParty_HostPartySession::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZParty_JoinPartyComplete \ +static_assert(alignof(SBZParty_JoinPartyComplete) == 0x000001, "Wrong alignment on SBZParty_JoinPartyComplete"); \ +static_assert(sizeof(SBZParty_JoinPartyComplete) == 0x000001, "Wrong size on SBZParty_JoinPartyComplete"); \ +static_assert(offsetof(SBZParty_JoinPartyComplete, Result) == 0x000000, "Member 'SBZParty_JoinPartyComplete::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZParty_UpdatePartyState \ +static_assert(alignof(SBZParty_UpdatePartyState) == 0x000008, "Wrong alignment on SBZParty_UpdatePartyState"); \ +static_assert(sizeof(SBZParty_UpdatePartyState) == 0x000050, "Wrong size on SBZParty_UpdatePartyState"); \ +static_assert(offsetof(SBZParty_UpdatePartyState, InPartyState) == 0x000000, "Member 'SBZParty_UpdatePartyState::InPartyState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZParty_GetPartyData \ +static_assert(alignof(SBZParty_GetPartyData) == 0x000008, "Wrong alignment on SBZParty_GetPartyData"); \ +static_assert(sizeof(SBZParty_GetPartyData) == 0x000050, "Wrong size on SBZParty_GetPartyData"); \ +static_assert(offsetof(SBZParty_GetPartyData, ReturnValue) == 0x000000, "Member 'SBZParty_GetPartyData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZParty \ +static_assert(alignof(USBZParty) == 0x000008, "Wrong alignment on USBZParty"); \ +static_assert(sizeof(USBZParty) == 0x0002E0, "Wrong size on USBZParty"); \ +static_assert(offsetof(USBZParty, EventPartyHostEnteredMatchmaking) == 0x000030, "Member 'USBZParty::EventPartyHostEnteredMatchmaking' has a wrong offset!"); \ +static_assert(offsetof(USBZParty, EventPartyHostEnteredLobby) == 0x000040, "Member 'USBZParty::EventPartyHostEnteredLobby' has a wrong offset!"); \ +static_assert(offsetof(USBZParty, EventPartyHostEnteredMainMenu) == 0x000050, "Member 'USBZParty::EventPartyHostEnteredMainMenu' has a wrong offset!"); \ +static_assert(offsetof(USBZParty, PartyClient) == 0x000060, "Member 'USBZParty::PartyClient' has a wrong offset!"); \ +static_assert(offsetof(USBZParty, PartyHost) == 0x000068, "Member 'USBZParty::PartyHost' has a wrong offset!"); \ +static_assert(offsetof(USBZParty, State) == 0x0000A0, "Member 'USBZParty::State' has a wrong offset!"); \ +static_assert(offsetof(USBZParty, DefaultPort) == 0x0000F0, "Member 'USBZParty::DefaultPort' has a wrong offset!"); \ +static_assert(offsetof(USBZParty, PartyRestoreTimeout) == 0x0000F4, "Member 'USBZParty::PartyRestoreTimeout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerGasGrenadeData \ +static_assert(alignof(USBZPlayerGasGrenadeData) == 0x000008, "Wrong alignment on USBZPlayerGasGrenadeData"); \ +static_assert(sizeof(USBZPlayerGasGrenadeData) == 0x0004B0, "Wrong size on USBZPlayerGasGrenadeData"); \ +static_assert(offsetof(USBZPlayerGasGrenadeData, DurationSeconds) == 0x0004A0, "Member 'USBZPlayerGasGrenadeData::DurationSeconds' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerGasGrenadeData, DamagePerSecond) == 0x0004A4, "Member 'USBZPlayerGasGrenadeData::DamagePerSecond' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerGasGrenadeData, TickSeconds) == 0x0004A8, "Member 'USBZPlayerGasGrenadeData::TickSeconds' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerGasGrenadeData, ArmorPenetration) == 0x0004AC, "Member 'USBZPlayerGasGrenadeData::ArmorPenetration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyBeaconClient_ClientLoginAck \ +static_assert(alignof(SBZPartyBeaconClient_ClientLoginAck) == 0x000008, "Wrong alignment on SBZPartyBeaconClient_ClientLoginAck"); \ +static_assert(sizeof(SBZPartyBeaconClient_ClientLoginAck) == 0x000030, "Wrong size on SBZPartyBeaconClient_ClientLoginAck"); \ +static_assert(offsetof(SBZPartyBeaconClient_ClientLoginAck, InNetId) == 0x000000, "Member 'SBZPartyBeaconClient_ClientLoginAck::InNetId' has a wrong offset!"); \ +static_assert(offsetof(SBZPartyBeaconClient_ClientLoginAck, bWasSuccessful) == 0x000028, "Member 'SBZPartyBeaconClient_ClientLoginAck::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyBeaconClient_ConnectToLobby \ +static_assert(alignof(SBZPartyBeaconClient_ConnectToLobby) == 0x000008, "Wrong alignment on SBZPartyBeaconClient_ConnectToLobby"); \ +static_assert(sizeof(SBZPartyBeaconClient_ConnectToLobby) == 0x000010, "Wrong size on SBZPartyBeaconClient_ConnectToLobby"); \ +static_assert(offsetof(SBZPartyBeaconClient_ConnectToLobby, InLobbyNetId) == 0x000000, "Member 'SBZPartyBeaconClient_ConnectToLobby::InLobbyNetId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyBeaconClient_ServerLogin \ +static_assert(alignof(SBZPartyBeaconClient_ServerLogin) == 0x000008, "Wrong alignment on SBZPartyBeaconClient_ServerLogin"); \ +static_assert(sizeof(SBZPartyBeaconClient_ServerLogin) == 0x000038, "Wrong size on SBZPartyBeaconClient_ServerLogin"); \ +static_assert(offsetof(SBZPartyBeaconClient_ServerLogin, Client) == 0x000000, "Member 'SBZPartyBeaconClient_ServerLogin::Client' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyBeaconClient_ServerNotifyFailedToJoinLobby \ +static_assert(alignof(SBZPartyBeaconClient_ServerNotifyFailedToJoinLobby) == 0x000008, "Wrong alignment on SBZPartyBeaconClient_ServerNotifyFailedToJoinLobby"); \ +static_assert(sizeof(SBZPartyBeaconClient_ServerNotifyFailedToJoinLobby) == 0x000028, "Wrong size on SBZPartyBeaconClient_ServerNotifyFailedToJoinLobby"); \ +static_assert(offsetof(SBZPartyBeaconClient_ServerNotifyFailedToJoinLobby, ClientId) == 0x000000, "Member 'SBZPartyBeaconClient_ServerNotifyFailedToJoinLobby::ClientId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyBeaconClient_ServerNotifyJoinedLobby \ +static_assert(alignof(SBZPartyBeaconClient_ServerNotifyJoinedLobby) == 0x000008, "Wrong alignment on SBZPartyBeaconClient_ServerNotifyJoinedLobby"); \ +static_assert(sizeof(SBZPartyBeaconClient_ServerNotifyJoinedLobby) == 0x000028, "Wrong size on SBZPartyBeaconClient_ServerNotifyJoinedLobby"); \ +static_assert(offsetof(SBZPartyBeaconClient_ServerNotifyJoinedLobby, ClientId) == 0x000000, "Member 'SBZPartyBeaconClient_ServerNotifyJoinedLobby::ClientId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyBeaconClient_ServerNotifyLeftLobby \ +static_assert(alignof(SBZPartyBeaconClient_ServerNotifyLeftLobby) == 0x000008, "Wrong alignment on SBZPartyBeaconClient_ServerNotifyLeftLobby"); \ +static_assert(sizeof(SBZPartyBeaconClient_ServerNotifyLeftLobby) == 0x000028, "Wrong size on SBZPartyBeaconClient_ServerNotifyLeftLobby"); \ +static_assert(offsetof(SBZPartyBeaconClient_ServerNotifyLeftLobby, ClientId) == 0x000000, "Member 'SBZPartyBeaconClient_ServerNotifyLeftLobby::ClientId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPartyBeaconClient \ +static_assert(alignof(ASBZPartyBeaconClient) == 0x000008, "Wrong alignment on ASBZPartyBeaconClient"); \ +static_assert(sizeof(ASBZPartyBeaconClient) == 0x0003E0, "Wrong size on ASBZPartyBeaconClient"); \ +static_assert(offsetof(ASBZPartyBeaconClient, PartyState) == 0x000370, "Member 'ASBZPartyBeaconClient::PartyState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyHost_BroadcastPartyLeftLobby \ +static_assert(alignof(SBZPartyHost_BroadcastPartyLeftLobby) == 0x000001, "Wrong alignment on SBZPartyHost_BroadcastPartyLeftLobby"); \ +static_assert(sizeof(SBZPartyHost_BroadcastPartyLeftLobby) == 0x000001, "Wrong size on SBZPartyHost_BroadcastPartyLeftLobby"); \ +static_assert(offsetof(SBZPartyHost_BroadcastPartyLeftLobby, Result) == 0x000000, "Member 'SBZPartyHost_BroadcastPartyLeftLobby::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyHost_BroadcastPartyTravelled \ +static_assert(alignof(SBZPartyHost_BroadcastPartyTravelled) == 0x000001, "Wrong alignment on SBZPartyHost_BroadcastPartyTravelled"); \ +static_assert(sizeof(SBZPartyHost_BroadcastPartyTravelled) == 0x000001, "Wrong size on SBZPartyHost_BroadcastPartyTravelled"); \ +static_assert(offsetof(SBZPartyHost_BroadcastPartyTravelled, Result) == 0x000000, "Member 'SBZPartyHost_BroadcastPartyTravelled::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyHost_FirePartyUpdated \ +static_assert(alignof(SBZPartyHost_FirePartyUpdated) == 0x000008, "Wrong alignment on SBZPartyHost_FirePartyUpdated"); \ +static_assert(sizeof(SBZPartyHost_FirePartyUpdated) == 0x000008, "Wrong size on SBZPartyHost_FirePartyUpdated"); \ +static_assert(offsetof(SBZPartyHost_FirePartyUpdated, ChangedPlayerState) == 0x000000, "Member 'SBZPartyHost_FirePartyUpdated::ChangedPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyHost_NotifyClientConnectedToLobby \ +static_assert(alignof(SBZPartyHost_NotifyClientConnectedToLobby) == 0x000008, "Wrong alignment on SBZPartyHost_NotifyClientConnectedToLobby"); \ +static_assert(sizeof(SBZPartyHost_NotifyClientConnectedToLobby) == 0x000028, "Wrong size on SBZPartyHost_NotifyClientConnectedToLobby"); \ +static_assert(offsetof(SBZPartyHost_NotifyClientConnectedToLobby, PartyMemberNetId) == 0x000000, "Member 'SBZPartyHost_NotifyClientConnectedToLobby::PartyMemberNetId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyHost_NotifyClientFailedConnectionToLobby \ +static_assert(alignof(SBZPartyHost_NotifyClientFailedConnectionToLobby) == 0x000008, "Wrong alignment on SBZPartyHost_NotifyClientFailedConnectionToLobby"); \ +static_assert(sizeof(SBZPartyHost_NotifyClientFailedConnectionToLobby) == 0x000028, "Wrong size on SBZPartyHost_NotifyClientFailedConnectionToLobby"); \ +static_assert(offsetof(SBZPartyHost_NotifyClientFailedConnectionToLobby, PartyMemberNetId) == 0x000000, "Member 'SBZPartyHost_NotifyClientFailedConnectionToLobby::PartyMemberNetId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPartyHost_NotifyClientLeftLobby \ +static_assert(alignof(SBZPartyHost_NotifyClientLeftLobby) == 0x000008, "Wrong alignment on SBZPartyHost_NotifyClientLeftLobby"); \ +static_assert(sizeof(SBZPartyHost_NotifyClientLeftLobby) == 0x000028, "Wrong size on SBZPartyHost_NotifyClientLeftLobby"); \ +static_assert(offsetof(SBZPartyHost_NotifyClientLeftLobby, PartyMemberId) == 0x000000, "Member 'SBZPartyHost_NotifyClientLeftLobby::PartyMemberId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPartyHost \ +static_assert(alignof(USBZPartyHost) == 0x000008, "Wrong alignment on USBZPartyHost"); \ +static_assert(sizeof(USBZPartyHost) == 0x0000C8, "Wrong size on USBZPartyHost"); \ +static_assert(offsetof(USBZPartyHost, OnPartyJoined) == 0x000030, "Member 'USBZPartyHost::OnPartyJoined' has a wrong offset!"); \ +static_assert(offsetof(USBZPartyHost, OnPartyUpdated) == 0x000040, "Member 'USBZPartyHost::OnPartyUpdated' has a wrong offset!"); \ +static_assert(offsetof(USBZPartyHost, PartyMembers) == 0x000078, "Member 'USBZPartyHost::PartyMembers' has a wrong offset!"); \ +static_assert(offsetof(USBZPartyHost, PartyTravelTimeout) == 0x000088, "Member 'USBZPartyHost::PartyTravelTimeout' has a wrong offset!"); \ +static_assert(offsetof(USBZPartyHost, PartyDisconnectTimeout) == 0x00008C, "Member 'USBZPartyHost::PartyDisconnectTimeout' has a wrong offset!"); \ +static_assert(offsetof(USBZPartyHost, TravellingMembers) == 0x000098, "Member 'USBZPartyHost::TravellingMembers' has a wrong offset!"); \ +static_assert(offsetof(USBZPartyHost, TravelTimeoutTimer) == 0x0000A8, "Member 'USBZPartyHost::TravelTimeoutTimer' has a wrong offset!"); \ +static_assert(offsetof(USBZPartyHost, LeavingMembers) == 0x0000B0, "Member 'USBZPartyHost::LeavingMembers' has a wrong offset!"); \ +static_assert(offsetof(USBZPartyHost, LeaveLobbyTimeoutTimer) == 0x0000C0, "Member 'USBZPartyHost::LeaveLobbyTimeoutTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPawnKillVolume_SetVolumeEnabled \ +static_assert(alignof(SBZPawnKillVolume_SetVolumeEnabled) == 0x000001, "Wrong alignment on SBZPawnKillVolume_SetVolumeEnabled"); \ +static_assert(sizeof(SBZPawnKillVolume_SetVolumeEnabled) == 0x000001, "Wrong size on SBZPawnKillVolume_SetVolumeEnabled"); \ +static_assert(offsetof(SBZPawnKillVolume_SetVolumeEnabled, bEnabled) == 0x000000, "Member 'SBZPawnKillVolume_SetVolumeEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPawnKillVolume \ +static_assert(alignof(ASBZPawnKillVolume) == 0x000008, "Wrong alignment on ASBZPawnKillVolume"); \ +static_assert(sizeof(ASBZPawnKillVolume) == 0x000308, "Wrong size on ASBZPawnKillVolume"); \ +static_assert(offsetof(ASBZPawnKillVolume, bShouldStartEnabled) == 0x000300, "Member 'ASBZPawnKillVolume::bShouldStartEnabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZPawnKillVolume, bShouldAffectDrones) == 0x000301, "Member 'ASBZPawnKillVolume::bShouldAffectDrones' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPawnSpawnBehaviourBase \ +static_assert(alignof(USBZPawnSpawnBehaviourBase) == 0x000008, "Wrong alignment on USBZPawnSpawnBehaviourBase"); \ +static_assert(sizeof(USBZPawnSpawnBehaviourBase) == 0x000030, "Wrong size on USBZPawnSpawnBehaviourBase"); \ + +#define DUMPER7_ASSERTS_USBZSuitBaseData \ +static_assert(alignof(USBZSuitBaseData) == 0x000008, "Wrong alignment on USBZSuitBaseData"); \ +static_assert(sizeof(USBZSuitBaseData) == 0x000378, "Wrong size on USBZSuitBaseData"); \ +static_assert(offsetof(USBZSuitBaseData, SuitBaseVariants) == 0x0001F8, "Member 'USBZSuitBaseData::SuitBaseVariants' has a wrong offset!"); \ +static_assert(offsetof(USBZSuitBaseData, DefaultSizeCategory) == 0x000248, "Member 'USBZSuitBaseData::DefaultSizeCategory' has a wrong offset!"); \ +static_assert(offsetof(USBZSuitBaseData, SkeletalMesh1P) == 0x000250, "Member 'USBZSuitBaseData::SkeletalMesh1P' has a wrong offset!"); \ +static_assert(offsetof(USBZSuitBaseData, SkeletalMesh1PFemale) == 0x000280, "Member 'USBZSuitBaseData::SkeletalMesh1PFemale' has a wrong offset!"); \ +static_assert(offsetof(USBZSuitBaseData, UpperPartMaterialSlotMale) == 0x0002B0, "Member 'USBZSuitBaseData::UpperPartMaterialSlotMale' has a wrong offset!"); \ +static_assert(offsetof(USBZSuitBaseData, LowerPartMaterialSlotMale) == 0x0002E0, "Member 'USBZSuitBaseData::LowerPartMaterialSlotMale' has a wrong offset!"); \ +static_assert(offsetof(USBZSuitBaseData, UpperPartMaterialSlotFemale) == 0x000310, "Member 'USBZSuitBaseData::UpperPartMaterialSlotFemale' has a wrong offset!"); \ +static_assert(offsetof(USBZSuitBaseData, LowerPartMaterialSlotFemale) == 0x000340, "Member 'USBZSuitBaseData::LowerPartMaterialSlotFemale' has a wrong offset!"); \ +static_assert(offsetof(USBZSuitBaseData, CPD00) == 0x000370, "Member 'USBZSuitBaseData::CPD00' has a wrong offset!"); \ +static_assert(offsetof(USBZSuitBaseData, CPD01) == 0x000371, "Member 'USBZSuitBaseData::CPD01' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPawnSpawnRequestData \ +static_assert(alignof(USBZPawnSpawnRequestData) == 0x000008, "Wrong alignment on USBZPawnSpawnRequestData"); \ +static_assert(sizeof(USBZPawnSpawnRequestData) == 0x000058, "Wrong size on USBZPawnSpawnRequestData"); \ +static_assert(offsetof(USBZPawnSpawnRequestData, ClassVariationArray) == 0x000038, "Member 'USBZPawnSpawnRequestData::ClassVariationArray' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnSpawnRequestData, PawnVariationDatas) == 0x000048, "Member 'USBZPawnSpawnRequestData::PawnVariationDatas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPawnSpawnSettings \ +static_assert(alignof(USBZPawnSpawnSettings) == 0x000008, "Wrong alignment on USBZPawnSpawnSettings"); \ +static_assert(sizeof(USBZPawnSpawnSettings) == 0x0000A8, "Wrong size on USBZPawnSpawnSettings"); \ +static_assert(offsetof(USBZPawnSpawnSettings, DefaultSetting) == 0x000048, "Member 'USBZPawnSpawnSettings::DefaultSetting' has a wrong offset!"); \ +static_assert(offsetof(USBZPawnSpawnSettings, PlatformSettingMap) == 0x000058, "Member 'USBZPawnSpawnSettings::PlatformSettingMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPedestrianTrafficNavLink_OnHeistStateChanged \ +static_assert(alignof(SBZPedestrianTrafficNavLink_OnHeistStateChanged) == 0x000001, "Wrong alignment on SBZPedestrianTrafficNavLink_OnHeistStateChanged"); \ +static_assert(sizeof(SBZPedestrianTrafficNavLink_OnHeistStateChanged) == 0x000002, "Wrong size on SBZPedestrianTrafficNavLink_OnHeistStateChanged"); \ +static_assert(offsetof(SBZPedestrianTrafficNavLink_OnHeistStateChanged, OldState) == 0x000000, "Member 'SBZPedestrianTrafficNavLink_OnHeistStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZPedestrianTrafficNavLink_OnHeistStateChanged, NewState) == 0x000001, "Member 'SBZPedestrianTrafficNavLink_OnHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPedestrianTrafficNavLink_SetTrafficAllowed \ +static_assert(alignof(SBZPedestrianTrafficNavLink_SetTrafficAllowed) == 0x000001, "Wrong alignment on SBZPedestrianTrafficNavLink_SetTrafficAllowed"); \ +static_assert(sizeof(SBZPedestrianTrafficNavLink_SetTrafficAllowed) == 0x000001, "Wrong size on SBZPedestrianTrafficNavLink_SetTrafficAllowed"); \ +static_assert(offsetof(SBZPedestrianTrafficNavLink_SetTrafficAllowed, bAllowed) == 0x000000, "Member 'SBZPedestrianTrafficNavLink_SetTrafficAllowed::bAllowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPedestrianTrafficNavLink \ +static_assert(alignof(ASBZPedestrianTrafficNavLink) == 0x000008, "Wrong alignment on ASBZPedestrianTrafficNavLink"); \ +static_assert(sizeof(ASBZPedestrianTrafficNavLink) == 0x0003A8, "Wrong size on ASBZPedestrianTrafficNavLink"); \ +static_assert(offsetof(ASBZPedestrianTrafficNavLink, WaitSlots) == 0x000358, "Member 'ASBZPedestrianTrafficNavLink::WaitSlots' has a wrong offset!"); \ +static_assert(offsetof(ASBZPedestrianTrafficNavLink, CrossingEnd) == 0x000360, "Member 'ASBZPedestrianTrafficNavLink::CrossingEnd' has a wrong offset!"); \ +static_assert(offsetof(ASBZPedestrianTrafficNavLink, HalfCrossingWidth) == 0x00036C, "Member 'ASBZPedestrianTrafficNavLink::HalfCrossingWidth' has a wrong offset!"); \ +static_assert(offsetof(ASBZPedestrianTrafficNavLink, LaneCount) == 0x000370, "Member 'ASBZPedestrianTrafficNavLink::LaneCount' has a wrong offset!"); \ +static_assert(offsetof(ASBZPedestrianTrafficNavLink, CharacterDelayBeforePathing) == 0x000374, "Member 'ASBZPedestrianTrafficNavLink::CharacterDelayBeforePathing' has a wrong offset!"); \ +static_assert(offsetof(ASBZPedestrianTrafficNavLink, LinkedTrafficVolumes) == 0x000380, "Member 'ASBZPedestrianTrafficNavLink::LinkedTrafficVolumes' has a wrong offset!"); \ +static_assert(offsetof(ASBZPedestrianTrafficNavLink, CrossingCharacters) == 0x000390, "Member 'ASBZPedestrianTrafficNavLink::CrossingCharacters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPersistentWorldDamageSettings \ +static_assert(alignof(USBZPersistentWorldDamageSettings) == 0x000008, "Wrong alignment on USBZPersistentWorldDamageSettings"); \ +static_assert(sizeof(USBZPersistentWorldDamageSettings) == 0x000058, "Wrong size on USBZPersistentWorldDamageSettings"); \ +static_assert(offsetof(USBZPersistentWorldDamageSettings, MaxHealth) == 0x000048, "Member 'USBZPersistentWorldDamageSettings::MaxHealth' has a wrong offset!"); \ +static_assert(offsetof(USBZPersistentWorldDamageSettings, Health) == 0x00004C, "Member 'USBZPersistentWorldDamageSettings::Health' has a wrong offset!"); \ +static_assert(offsetof(USBZPersistentWorldDamageSettings, RadialDamageMultiplier) == 0x000050, "Member 'USBZPersistentWorldDamageSettings::RadialDamageMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSuitSprayCanOnPatternBApplier \ +static_assert(alignof(USBZSuitSprayCanOnPatternBApplier) == 0x000008, "Wrong alignment on USBZSuitSprayCanOnPatternBApplier"); \ +static_assert(sizeof(USBZSuitSprayCanOnPatternBApplier) == 0x000038, "Wrong size on USBZSuitSprayCanOnPatternBApplier"); \ + +#define DUMPER7_ASSERTS_ASBZPersistentWorldDamageZone \ +static_assert(alignof(ASBZPersistentWorldDamageZone) == 0x000008, "Wrong alignment on ASBZPersistentWorldDamageZone"); \ +static_assert(sizeof(ASBZPersistentWorldDamageZone) == 0x0002B0, "Wrong size on ASBZPersistentWorldDamageZone"); \ +static_assert(offsetof(ASBZPersistentWorldDamageZone, Zone) == 0x0002A8, "Member 'ASBZPersistentWorldDamageZone::Zone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPersistentWorldDamageZoneComponent_HandleTakePointDamage \ +static_assert(alignof(SBZPersistentWorldDamageZoneComponent_HandleTakePointDamage) == 0x000008, "Wrong alignment on SBZPersistentWorldDamageZoneComponent_HandleTakePointDamage"); \ +static_assert(sizeof(SBZPersistentWorldDamageZoneComponent_HandleTakePointDamage) == 0x0000D0, "Wrong size on SBZPersistentWorldDamageZoneComponent_HandleTakePointDamage"); \ +static_assert(offsetof(SBZPersistentWorldDamageZoneComponent_HandleTakePointDamage, DamagedActor) == 0x000000, "Member 'SBZPersistentWorldDamageZoneComponent_HandleTakePointDamage::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(SBZPersistentWorldDamageZoneComponent_HandleTakePointDamage, DamageAmount) == 0x000008, "Member 'SBZPersistentWorldDamageZoneComponent_HandleTakePointDamage::DamageAmount' has a wrong offset!"); \ +static_assert(offsetof(SBZPersistentWorldDamageZoneComponent_HandleTakePointDamage, DamageEvent) == 0x000010, "Member 'SBZPersistentWorldDamageZoneComponent_HandleTakePointDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(SBZPersistentWorldDamageZoneComponent_HandleTakePointDamage, EventInstigator) == 0x0000C0, "Member 'SBZPersistentWorldDamageZoneComponent_HandleTakePointDamage::EventInstigator' has a wrong offset!"); \ +static_assert(offsetof(SBZPersistentWorldDamageZoneComponent_HandleTakePointDamage, DamageCauser) == 0x0000C8, "Member 'SBZPersistentWorldDamageZoneComponent_HandleTakePointDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPersistentWorldDamageZoneComponent_HandleTakeRadialDamage \ +static_assert(alignof(SBZPersistentWorldDamageZoneComponent_HandleTakeRadialDamage) == 0x000008, "Wrong alignment on SBZPersistentWorldDamageZoneComponent_HandleTakeRadialDamage"); \ +static_assert(sizeof(SBZPersistentWorldDamageZoneComponent_HandleTakeRadialDamage) == 0x000060, "Wrong size on SBZPersistentWorldDamageZoneComponent_HandleTakeRadialDamage"); \ +static_assert(offsetof(SBZPersistentWorldDamageZoneComponent_HandleTakeRadialDamage, DamagedActor) == 0x000000, "Member 'SBZPersistentWorldDamageZoneComponent_HandleTakeRadialDamage::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(SBZPersistentWorldDamageZoneComponent_HandleTakeRadialDamage, DamageAmount) == 0x000008, "Member 'SBZPersistentWorldDamageZoneComponent_HandleTakeRadialDamage::DamageAmount' has a wrong offset!"); \ +static_assert(offsetof(SBZPersistentWorldDamageZoneComponent_HandleTakeRadialDamage, DamageEvent) == 0x000010, "Member 'SBZPersistentWorldDamageZoneComponent_HandleTakeRadialDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(SBZPersistentWorldDamageZoneComponent_HandleTakeRadialDamage, EventInstigator) == 0x000050, "Member 'SBZPersistentWorldDamageZoneComponent_HandleTakeRadialDamage::EventInstigator' has a wrong offset!"); \ +static_assert(offsetof(SBZPersistentWorldDamageZoneComponent_HandleTakeRadialDamage, DamageCauser) == 0x000058, "Member 'SBZPersistentWorldDamageZoneComponent_HandleTakeRadialDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPersistentWorldDamageZoneComponent \ +static_assert(alignof(USBZPersistentWorldDamageZoneComponent) == 0x000010, "Wrong alignment on USBZPersistentWorldDamageZoneComponent"); \ +static_assert(sizeof(USBZPersistentWorldDamageZoneComponent) == 0x000530, "Wrong size on USBZPersistentWorldDamageZoneComponent"); \ +static_assert(offsetof(USBZPersistentWorldDamageZoneComponent, InfluencedMeshes) == 0x000500, "Member 'USBZPersistentWorldDamageZoneComponent::InfluencedMeshes' has a wrong offset!"); \ +static_assert(offsetof(USBZPersistentWorldDamageZoneComponent, PreviousRadialDamageCauser) == 0x000510, "Member 'USBZPersistentWorldDamageZoneComponent::PreviousRadialDamageCauser' has a wrong offset!"); \ +static_assert(offsetof(USBZPersistentWorldDamageZoneComponent, MaxHealth) == 0x000518, "Member 'USBZPersistentWorldDamageZoneComponent::MaxHealth' has a wrong offset!"); \ +static_assert(offsetof(USBZPersistentWorldDamageZoneComponent, Health) == 0x00051C, "Member 'USBZPersistentWorldDamageZoneComponent::Health' has a wrong offset!"); \ +static_assert(offsetof(USBZPersistentWorldDamageZoneComponent, RadialDamageMultiplier) == 0x000520, "Member 'USBZPersistentWorldDamageZoneComponent::RadialDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZPersistentWorldDamageZoneComponent, bAffectOwnerOnly) == 0x000524, "Member 'USBZPersistentWorldDamageZoneComponent::bAffectOwnerOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPhoneThumbPressedNotify \ +static_assert(alignof(USBZPhoneThumbPressedNotify) == 0x000008, "Wrong alignment on USBZPhoneThumbPressedNotify"); \ +static_assert(sizeof(USBZPhoneThumbPressedNotify) == 0x000040, "Wrong size on USBZPhoneThumbPressedNotify"); \ + +#define DUMPER7_ASSERTS_USBZPhoneThumbReleasedNotify \ +static_assert(alignof(USBZPhoneThumbReleasedNotify) == 0x000008, "Wrong alignment on USBZPhoneThumbReleasedNotify"); \ +static_assert(sizeof(USBZPhoneThumbReleasedNotify) == 0x000040, "Wrong size on USBZPhoneThumbReleasedNotify"); \ + +#define DUMPER7_ASSERTS_SBZPhysicsCorrectorVolume_Multicast_SetVolumeEnabled \ +static_assert(alignof(SBZPhysicsCorrectorVolume_Multicast_SetVolumeEnabled) == 0x000001, "Wrong alignment on SBZPhysicsCorrectorVolume_Multicast_SetVolumeEnabled"); \ +static_assert(sizeof(SBZPhysicsCorrectorVolume_Multicast_SetVolumeEnabled) == 0x000001, "Wrong size on SBZPhysicsCorrectorVolume_Multicast_SetVolumeEnabled"); \ +static_assert(offsetof(SBZPhysicsCorrectorVolume_Multicast_SetVolumeEnabled, bEnabled) == 0x000000, "Member 'SBZPhysicsCorrectorVolume_Multicast_SetVolumeEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPhysicsCorrectorVolume_SetVolumeEnabled \ +static_assert(alignof(SBZPhysicsCorrectorVolume_SetVolumeEnabled) == 0x000001, "Wrong alignment on SBZPhysicsCorrectorVolume_SetVolumeEnabled"); \ +static_assert(sizeof(SBZPhysicsCorrectorVolume_SetVolumeEnabled) == 0x000001, "Wrong size on SBZPhysicsCorrectorVolume_SetVolumeEnabled"); \ +static_assert(offsetof(SBZPhysicsCorrectorVolume_SetVolumeEnabled, bEnabled) == 0x000000, "Member 'SBZPhysicsCorrectorVolume_SetVolumeEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPhysicsCorrectorVolume_SetVolumeEnabledLocally \ +static_assert(alignof(SBZPhysicsCorrectorVolume_SetVolumeEnabledLocally) == 0x000001, "Wrong alignment on SBZPhysicsCorrectorVolume_SetVolumeEnabledLocally"); \ +static_assert(sizeof(SBZPhysicsCorrectorVolume_SetVolumeEnabledLocally) == 0x000001, "Wrong size on SBZPhysicsCorrectorVolume_SetVolumeEnabledLocally"); \ +static_assert(offsetof(SBZPhysicsCorrectorVolume_SetVolumeEnabledLocally, bEnabled) == 0x000000, "Member 'SBZPhysicsCorrectorVolume_SetVolumeEnabledLocally::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPhysicsCorrectorVolume \ +static_assert(alignof(ASBZPhysicsCorrectorVolume) == 0x000008, "Wrong alignment on ASBZPhysicsCorrectorVolume"); \ +static_assert(sizeof(ASBZPhysicsCorrectorVolume) == 0x000338, "Wrong size on ASBZPhysicsCorrectorVolume"); \ +static_assert(offsetof(ASBZPhysicsCorrectorVolume, NonCorrectedActorsInVolume) == 0x000300, "Member 'ASBZPhysicsCorrectorVolume::NonCorrectedActorsInVolume' has a wrong offset!"); \ +static_assert(offsetof(ASBZPhysicsCorrectorVolume, bIsVolumeEnabled) == 0x000318, "Member 'ASBZPhysicsCorrectorVolume::bIsVolumeEnabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZPhysicsCorrectorVolume, bStartVolumeEnabled) == 0x000319, "Member 'ASBZPhysicsCorrectorVolume::bStartVolumeEnabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZPhysicsCorrectorVolume, BoundingBox) == 0x00031C, "Member 'ASBZPhysicsCorrectorVolume::BoundingBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZToolEquippedNotify \ +static_assert(alignof(USBZToolEquippedNotify) == 0x000008, "Wrong alignment on USBZToolEquippedNotify"); \ +static_assert(sizeof(USBZToolEquippedNotify) == 0x000040, "Wrong size on USBZToolEquippedNotify"); \ + +#define DUMPER7_ASSERTS_USBZPingCallAsset \ +static_assert(alignof(USBZPingCallAsset) == 0x000008, "Wrong alignment on USBZPingCallAsset"); \ +static_assert(sizeof(USBZPingCallAsset) == 0x000060, "Wrong size on USBZPingCallAsset"); \ +static_assert(offsetof(USBZPingCallAsset, ChatMessage) == 0x000038, "Member 'USBZPingCallAsset::ChatMessage' has a wrong offset!"); \ +static_assert(offsetof(USBZPingCallAsset, CallIcon) == 0x000050, "Member 'USBZPingCallAsset::CallIcon' has a wrong offset!"); \ +static_assert(offsetof(USBZPingCallAsset, CallComment) == 0x000058, "Member 'USBZPingCallAsset::CallComment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPitchLookCameraModifier \ +static_assert(alignof(USBZPitchLookCameraModifier) == 0x000008, "Wrong alignment on USBZPitchLookCameraModifier"); \ +static_assert(sizeof(USBZPitchLookCameraModifier) == 0x000070, "Wrong size on USBZPitchLookCameraModifier"); \ + +#define DUMPER7_ASSERTS_ASBZAmmoBag \ +static_assert(alignof(ASBZAmmoBag) == 0x000010, "Wrong alignment on ASBZAmmoBag"); \ +static_assert(sizeof(ASBZAmmoBag) == 0x000550, "Wrong size on ASBZAmmoBag"); \ +static_assert(offsetof(ASBZAmmoBag, NumberOfMagazinesPerCharge) == 0x000540, "Member 'ASBZAmmoBag::NumberOfMagazinesPerCharge' has a wrong offset!"); \ +static_assert(offsetof(ASBZAmmoBag, NumberOfGrenadesPerCharge) == 0x000541, "Member 'ASBZAmmoBag::NumberOfGrenadesPerCharge' has a wrong offset!"); \ +static_assert(offsetof(ASBZAmmoBag, NumberOfMagazinesPerChargeScale) == 0x000544, "Member 'ASBZAmmoBag::NumberOfMagazinesPerChargeScale' has a wrong offset!"); \ +static_assert(offsetof(ASBZAmmoBag, NumberOfGrenadesPerChargeChange) == 0x000548, "Member 'ASBZAmmoBag::NumberOfGrenadesPerChargeChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZAmmoPack \ +static_assert(alignof(ASBZAmmoPack) == 0x000010, "Wrong alignment on ASBZAmmoPack"); \ +static_assert(sizeof(ASBZAmmoPack) == 0x000550, "Wrong size on ASBZAmmoPack"); \ + +#define DUMPER7_ASSERTS_ASBZFirstAidPack \ +static_assert(alignof(ASBZFirstAidPack) == 0x000010, "Wrong alignment on ASBZFirstAidPack"); \ +static_assert(sizeof(ASBZFirstAidPack) == 0x000560, "Wrong size on ASBZFirstAidPack"); \ + +#define DUMPER7_ASSERTS_ASBZPlaceableSentry \ +static_assert(alignof(ASBZPlaceableSentry) == 0x000010, "Wrong alignment on ASBZPlaceableSentry"); \ +static_assert(sizeof(ASBZPlaceableSentry) == 0x000550, "Wrong size on ASBZPlaceableSentry"); \ +static_assert(offsetof(ASBZPlaceableSentry, SentryClassToSpawn) == 0x000540, "Member 'ASBZPlaceableSentry::SentryClassToSpawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlaceableHealthData \ +static_assert(alignof(USBZPlaceableHealthData) == 0x000010, "Wrong alignment on USBZPlaceableHealthData"); \ +static_assert(sizeof(USBZPlaceableHealthData) == 0x000420, "Wrong size on USBZPlaceableHealthData"); \ + +#define DUMPER7_ASSERTS_ASBZPlaceableSensorTool \ +static_assert(alignof(ASBZPlaceableSensorTool) == 0x000010, "Wrong alignment on ASBZPlaceableSensorTool"); \ +static_assert(sizeof(ASBZPlaceableSensorTool) == 0x0005A0, "Wrong size on ASBZPlaceableSensorTool"); \ +static_assert(offsetof(ASBZPlaceableSensorTool, BoxComponent) == 0x000558, "Member 'ASBZPlaceableSensorTool::BoxComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableSensorTool, SphereComponent) == 0x000560, "Member 'ASBZPlaceableSensorTool::SphereComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableSensorTool, AutoMarkTickInterval) == 0x000568, "Member 'ASBZPlaceableSensorTool::AutoMarkTickInterval' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableSensorTool, SensorRange) == 0x00056C, "Member 'ASBZPlaceableSensorTool::SensorRange' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableSensorTool, MaxMarkableAICount) == 0x000570, "Member 'ASBZPlaceableSensorTool::MaxMarkableAICount' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableSensorTool, OnSensorAmmoDepleted) == 0x000578, "Member 'ASBZPlaceableSensorTool::OnSensorAmmoDepleted' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableSensorTool, bIsPickupDisabled) == 0x000590, "Member 'ASBZPlaceableSensorTool::bIsPickupDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPlaceableDroppedWeapon \ +static_assert(alignof(ASBZPlaceableDroppedWeapon) == 0x000010, "Wrong alignment on ASBZPlaceableDroppedWeapon"); \ +static_assert(sizeof(ASBZPlaceableDroppedWeapon) == 0x000540, "Wrong size on ASBZPlaceableDroppedWeapon"); \ +static_assert(offsetof(ASBZPlaceableDroppedWeapon, bIsBoundScaled) == 0x000510, "Member 'ASBZPlaceableDroppedWeapon::bIsBoundScaled' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableDroppedWeapon, WeaponPoint) == 0x000518, "Member 'ASBZPlaceableDroppedWeapon::WeaponPoint' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableDroppedWeapon, PhysicsCorrector) == 0x000520, "Member 'ASBZPlaceableDroppedWeapon::PhysicsCorrector' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableDroppedWeapon, AmmoLoadedLeft) == 0x000528, "Member 'ASBZPlaceableDroppedWeapon::AmmoLoadedLeft' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlaceableDroppedWeapon, AmmoInventoryLeft) == 0x00052C, "Member 'ASBZPlaceableDroppedWeapon::AmmoInventoryLeft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillTankCleanSlate \ +static_assert(alignof(USBZSkillTankCleanSlate) == 0x000008, "Wrong alignment on USBZSkillTankCleanSlate"); \ +static_assert(sizeof(USBZSkillTankCleanSlate) == 0x000230, "Wrong size on USBZSkillTankCleanSlate"); \ + +#define DUMPER7_ASSERTS_SBZPlaceableWeaponBox_OnInteractionEnabledStateChange \ +static_assert(alignof(SBZPlaceableWeaponBox_OnInteractionEnabledStateChange) == 0x000008, "Wrong alignment on SBZPlaceableWeaponBox_OnInteractionEnabledStateChange"); \ +static_assert(sizeof(SBZPlaceableWeaponBox_OnInteractionEnabledStateChange) == 0x000010, "Wrong size on SBZPlaceableWeaponBox_OnInteractionEnabledStateChange"); \ +static_assert(offsetof(SBZPlaceableWeaponBox_OnInteractionEnabledStateChange, InteractableComponent) == 0x000000, "Member 'SBZPlaceableWeaponBox_OnInteractionEnabledStateChange::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZPlaceableWeaponBox_OnInteractionEnabledStateChange, bInNewState) == 0x000008, "Member 'SBZPlaceableWeaponBox_OnInteractionEnabledStateChange::bInNewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlaceableWeaponBox_SetActiveState \ +static_assert(alignof(SBZPlaceableWeaponBox_SetActiveState) == 0x000001, "Wrong alignment on SBZPlaceableWeaponBox_SetActiveState"); \ +static_assert(sizeof(SBZPlaceableWeaponBox_SetActiveState) == 0x000001, "Wrong size on SBZPlaceableWeaponBox_SetActiveState"); \ +static_assert(offsetof(SBZPlaceableWeaponBox_SetActiveState, bActive) == 0x000000, "Member 'SBZPlaceableWeaponBox_SetActiveState::bActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPlaceableWeaponBox \ +static_assert(alignof(ASBZPlaceableWeaponBox) == 0x000010, "Wrong alignment on ASBZPlaceableWeaponBox"); \ +static_assert(sizeof(ASBZPlaceableWeaponBox) == 0x000520, "Wrong size on ASBZPlaceableWeaponBox"); \ +static_assert(offsetof(ASBZPlaceableWeaponBox, bIsActive) == 0x000510, "Member 'ASBZPlaceableWeaponBox::bIsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZInteractDroppedWeaponRequirement \ +static_assert(alignof(USBZInteractDroppedWeaponRequirement) == 0x000008, "Wrong alignment on USBZInteractDroppedWeaponRequirement"); \ +static_assert(sizeof(USBZInteractDroppedWeaponRequirement) == 0x000030, "Wrong size on USBZInteractDroppedWeaponRequirement"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateMatchmaking_HandleLostConnectionToHost \ +static_assert(alignof(SBZStateMachineStateMatchmaking_HandleLostConnectionToHost) == 0x000001, "Wrong alignment on SBZStateMachineStateMatchmaking_HandleLostConnectionToHost"); \ +static_assert(sizeof(SBZStateMachineStateMatchmaking_HandleLostConnectionToHost) == 0x000001, "Wrong size on SBZStateMachineStateMatchmaking_HandleLostConnectionToHost"); \ +static_assert(offsetof(SBZStateMachineStateMatchmaking_HandleLostConnectionToHost, ErrorCode) == 0x000000, "Member 'SBZStateMachineStateMatchmaking_HandleLostConnectionToHost::ErrorCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateMatchmaking_HandleLostConnectionToPartyHost \ +static_assert(alignof(SBZStateMachineStateMatchmaking_HandleLostConnectionToPartyHost) == 0x000001, "Wrong alignment on SBZStateMachineStateMatchmaking_HandleLostConnectionToPartyHost"); \ +static_assert(sizeof(SBZStateMachineStateMatchmaking_HandleLostConnectionToPartyHost) == 0x000001, "Wrong size on SBZStateMachineStateMatchmaking_HandleLostConnectionToPartyHost"); \ +static_assert(offsetof(SBZStateMachineStateMatchmaking_HandleLostConnectionToPartyHost, ErrorCode) == 0x000000, "Member 'SBZStateMachineStateMatchmaking_HandleLostConnectionToPartyHost::ErrorCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateMatchmaking \ +static_assert(alignof(USBZStateMachineStateMatchmaking) == 0x000008, "Wrong alignment on USBZStateMachineStateMatchmaking"); \ +static_assert(sizeof(USBZStateMachineStateMatchmaking) == 0x0000B8, "Wrong size on USBZStateMachineStateMatchmaking"); \ +static_assert(offsetof(USBZStateMachineStateMatchmaking, AcceptMatchTimeMax) == 0x000080, "Member 'USBZStateMachineStateMatchmaking::AcceptMatchTimeMax' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateMatchmaking, AcceptMatchUnlockTimeDebug) == 0x000084, "Member 'USBZStateMachineStateMatchmaking::AcceptMatchUnlockTimeDebug' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateMatchmaking, AcceptMatchUnlockTimeShipping) == 0x000088, "Member 'USBZStateMachineStateMatchmaking::AcceptMatchUnlockTimeShipping' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateMatchmaking, AcceptMatchUnlockTimePrivateParty) == 0x00008C, "Member 'USBZStateMachineStateMatchmaking::AcceptMatchUnlockTimePrivateParty' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateMatchmaking, AcceptMatchUnlockTimeCamp) == 0x000090, "Member 'USBZStateMachineStateMatchmaking::AcceptMatchUnlockTimeCamp' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateMatchmaking, MatchmakingData) == 0x0000B0, "Member 'USBZStateMachineStateMatchmaking::MatchmakingData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlaceCuttableToolAbility \ +static_assert(alignof(USBZPlaceCuttableToolAbility) == 0x000010, "Wrong alignment on USBZPlaceCuttableToolAbility"); \ +static_assert(sizeof(USBZPlaceCuttableToolAbility) == 0x000560, "Wrong size on USBZPlaceCuttableToolAbility"); \ + +#define DUMPER7_ASSERTS_USBZPlaceECMJammerAbility \ +static_assert(alignof(USBZPlaceECMJammerAbility) == 0x000010, "Wrong alignment on USBZPlaceECMJammerAbility"); \ +static_assert(sizeof(USBZPlaceECMJammerAbility) == 0x000560, "Wrong size on USBZPlaceECMJammerAbility"); \ + +#define DUMPER7_ASSERTS_USBZPlaceTripMineAbility \ +static_assert(alignof(USBZPlaceTripMineAbility) == 0x000010, "Wrong alignment on USBZPlaceTripMineAbility"); \ +static_assert(sizeof(USBZPlaceTripMineAbility) == 0x000560, "Wrong size on USBZPlaceTripMineAbility"); \ + +#define DUMPER7_ASSERTS_USBZPlaceTripperAbility \ +static_assert(alignof(USBZPlaceTripperAbility) == 0x000010, "Wrong alignment on USBZPlaceTripperAbility"); \ +static_assert(sizeof(USBZPlaceTripperAbility) == 0x000560, "Wrong size on USBZPlaceTripperAbility"); \ + +#define DUMPER7_ASSERTS_USBZPlayerAbilityData \ +static_assert(alignof(USBZPlayerAbilityData) == 0x000008, "Wrong alignment on USBZPlayerAbilityData"); \ +static_assert(sizeof(USBZPlayerAbilityData) == 0x000158, "Wrong size on USBZPlayerAbilityData"); \ +static_assert(offsetof(USBZPlayerAbilityData, InitialMaxDownedCount) == 0x000078, "Member 'USBZPlayerAbilityData::InitialMaxDownedCount' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilityData, InitialMinDownedCount) == 0x00007C, "Member 'USBZPlayerAbilityData::InitialMinDownedCount' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilityData, InitialMaxConsumableCount) == 0x000080, "Member 'USBZPlayerAbilityData::InitialMaxConsumableCount' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilityData, InitialArmorDamageReduction) == 0x000084, "Member 'USBZPlayerAbilityData::InitialArmorDamageReduction' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilityData, InitialDownedHealth) == 0x000088, "Member 'USBZPlayerAbilityData::InitialDownedHealth' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilityData, InitialReviveHealth) == 0x00008C, "Member 'USBZPlayerAbilityData::InitialReviveHealth' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilityData, InitialDefeatDownedTime) == 0x000090, "Member 'USBZPlayerAbilityData::InitialDefeatDownedTime' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilityData, InitialDefeatCuffedTime) == 0x000094, "Member 'USBZPlayerAbilityData::InitialDefeatCuffedTime' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilityData, InitialDownedToCuffedHealth) == 0x000098, "Member 'USBZPlayerAbilityData::InitialDownedToCuffedHealth' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilityData, InitialCriticalHealthMax) == 0x00009C, "Member 'USBZPlayerAbilityData::InitialCriticalHealthMax' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilityData, InitialCriticalHealthDamageScale) == 0x0000A0, "Member 'USBZPlayerAbilityData::InitialCriticalHealthDamageScale' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilityData, InitialDodgeChance) == 0x0000A4, "Member 'USBZPlayerAbilityData::InitialDodgeChance' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilityData, InitialDodgeChanceMax) == 0x0000A8, "Member 'USBZPlayerAbilityData::InitialDodgeChanceMax' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilityData, InitialArmorReplenishDelay) == 0x0000AC, "Member 'USBZPlayerAbilityData::InitialArmorReplenishDelay' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilityData, InitialArmorChunk) == 0x0000B0, "Member 'USBZPlayerAbilityData::InitialArmorChunk' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilityData, InitialArmorHardness) == 0x0000B4, "Member 'USBZPlayerAbilityData::InitialArmorHardness' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilityData, InitialArmorChunkCount) == 0x0000B8, "Member 'USBZPlayerAbilityData::InitialArmorChunkCount' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilityData, InitialArmorDamageScale) == 0x0000BC, "Member 'USBZPlayerAbilityData::InitialArmorDamageScale' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilityData, InitialLoadoutWeight) == 0x0000C0, "Member 'USBZPlayerAbilityData::InitialLoadoutWeight' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilityData, InitialWeightTierOffset) == 0x0000C4, "Member 'USBZPlayerAbilityData::InitialWeightTierOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilityData, InitialMaxRuntimeCount) == 0x0000C8, "Member 'USBZPlayerAbilityData::InitialMaxRuntimeCount' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilityData, InitialOverskillProgression) == 0x0000CC, "Member 'USBZPlayerAbilityData::InitialOverskillProgression' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilityData, InitialOutgoingArmorPenetration) == 0x0000D0, "Member 'USBZPlayerAbilityData::InitialOutgoingArmorPenetration' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilityData, InitialOverskillProgressionMax) == 0x0000D4, "Member 'USBZPlayerAbilityData::InitialOverskillProgressionMax' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilityData, RespawnMinAttributeDataDifficultyArray) == 0x0000D8, "Member 'USBZPlayerAbilityData::RespawnMinAttributeDataDifficultyArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateSubsystemInitialisation_HandlePlatformUserLoginComplete \ +static_assert(alignof(SBZStateMachineStateSubsystemInitialisation_HandlePlatformUserLoginComplete) == 0x000001, "Wrong alignment on SBZStateMachineStateSubsystemInitialisation_HandlePlatformUserLoginComplete"); \ +static_assert(sizeof(SBZStateMachineStateSubsystemInitialisation_HandlePlatformUserLoginComplete) == 0x000001, "Wrong size on SBZStateMachineStateSubsystemInitialisation_HandlePlatformUserLoginComplete"); \ +static_assert(offsetof(SBZStateMachineStateSubsystemInitialisation_HandlePlatformUserLoginComplete, bSuccess) == 0x000000, "Member 'SBZStateMachineStateSubsystemInitialisation_HandlePlatformUserLoginComplete::bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateSubsystemInitialisation_OnUIStackLockChangedAfterPrivilegesCheck \ +static_assert(alignof(SBZStateMachineStateSubsystemInitialisation_OnUIStackLockChangedAfterPrivilegesCheck) == 0x000001, "Wrong alignment on SBZStateMachineStateSubsystemInitialisation_OnUIStackLockChangedAfterPrivilegesCheck"); \ +static_assert(sizeof(SBZStateMachineStateSubsystemInitialisation_OnUIStackLockChangedAfterPrivilegesCheck) == 0x000001, "Wrong size on SBZStateMachineStateSubsystemInitialisation_OnUIStackLockChangedAfterPrivilegesCheck"); \ +static_assert(offsetof(SBZStateMachineStateSubsystemInitialisation_OnUIStackLockChangedAfterPrivilegesCheck, bIsUIStackLocked) == 0x000000, "Member 'SBZStateMachineStateSubsystemInitialisation_OnUIStackLockChangedAfterPrivilegesCheck::bIsUIStackLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateSubsystemInitialisation \ +static_assert(alignof(USBZStateMachineStateSubsystemInitialisation) == 0x000008, "Wrong alignment on USBZStateMachineStateSubsystemInitialisation"); \ +static_assert(sizeof(USBZStateMachineStateSubsystemInitialisation) == 0x0000A8, "Wrong size on USBZStateMachineStateSubsystemInitialisation"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAbilitySystemComponent_Client_RejectBuffTime \ +static_assert(alignof(SBZPlayerAbilitySystemComponent_Client_RejectBuffTime) == 0x000001, "Wrong alignment on SBZPlayerAbilitySystemComponent_Client_RejectBuffTime"); \ +static_assert(sizeof(SBZPlayerAbilitySystemComponent_Client_RejectBuffTime) == 0x000001, "Wrong size on SBZPlayerAbilitySystemComponent_Client_RejectBuffTime"); \ +static_assert(offsetof(SBZPlayerAbilitySystemComponent_Client_RejectBuffTime, Type) == 0x000000, "Member 'SBZPlayerAbilitySystemComponent_Client_RejectBuffTime::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAbilitySystemComponent_Client_UnblockAbility \ +static_assert(alignof(SBZPlayerAbilitySystemComponent_Client_UnblockAbility) == 0x000004, "Wrong alignment on SBZPlayerAbilitySystemComponent_Client_UnblockAbility"); \ +static_assert(sizeof(SBZPlayerAbilitySystemComponent_Client_UnblockAbility) == 0x000004, "Wrong size on SBZPlayerAbilitySystemComponent_Client_UnblockAbility"); \ +static_assert(offsetof(SBZPlayerAbilitySystemComponent_Client_UnblockAbility, Handle) == 0x000000, "Member 'SBZPlayerAbilitySystemComponent_Client_UnblockAbility::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAbilitySystemComponent_Multicast_BlockSkillTankLastManStanding \ +static_assert(alignof(SBZPlayerAbilitySystemComponent_Multicast_BlockSkillTankLastManStanding) == 0x000004, "Wrong alignment on SBZPlayerAbilitySystemComponent_Multicast_BlockSkillTankLastManStanding"); \ +static_assert(sizeof(SBZPlayerAbilitySystemComponent_Multicast_BlockSkillTankLastManStanding) == 0x000004, "Wrong size on SBZPlayerAbilitySystemComponent_Multicast_BlockSkillTankLastManStanding"); \ +static_assert(offsetof(SBZPlayerAbilitySystemComponent_Multicast_BlockSkillTankLastManStanding, ImmuneTime) == 0x000000, "Member 'SBZPlayerAbilitySystemComponent_Multicast_BlockSkillTankLastManStanding::ImmuneTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAbilitySystemComponent_Multicast_FireHET5AOE \ +static_assert(alignof(SBZPlayerAbilitySystemComponent_Multicast_FireHET5AOE) == 0x000008, "Wrong alignment on SBZPlayerAbilitySystemComponent_Multicast_FireHET5AOE"); \ +static_assert(sizeof(SBZPlayerAbilitySystemComponent_Multicast_FireHET5AOE) == 0x005BB0, "Wrong size on SBZPlayerAbilitySystemComponent_Multicast_FireHET5AOE"); \ +static_assert(offsetof(SBZPlayerAbilitySystemComponent_Multicast_FireHET5AOE, InTargetData) == 0x000000, "Member 'SBZPlayerAbilitySystemComponent_Multicast_FireHET5AOE::InTargetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAbilitySystemComponent_Multicast_FireSkillGraceAOE \ +static_assert(alignof(SBZPlayerAbilitySystemComponent_Multicast_FireSkillGraceAOE) == 0x000008, "Wrong alignment on SBZPlayerAbilitySystemComponent_Multicast_FireSkillGraceAOE"); \ +static_assert(sizeof(SBZPlayerAbilitySystemComponent_Multicast_FireSkillGraceAOE) == 0x005BB0, "Wrong size on SBZPlayerAbilitySystemComponent_Multicast_FireSkillGraceAOE"); \ +static_assert(offsetof(SBZPlayerAbilitySystemComponent_Multicast_FireSkillGraceAOE, InTargetData) == 0x000000, "Member 'SBZPlayerAbilitySystemComponent_Multicast_FireSkillGraceAOE::InTargetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAbilitySystemComponent_Multicast_MarkedForDeath \ +static_assert(alignof(SBZPlayerAbilitySystemComponent_Multicast_MarkedForDeath) == 0x000008, "Wrong alignment on SBZPlayerAbilitySystemComponent_Multicast_MarkedForDeath"); \ +static_assert(sizeof(SBZPlayerAbilitySystemComponent_Multicast_MarkedForDeath) == 0x000010, "Wrong size on SBZPlayerAbilitySystemComponent_Multicast_MarkedForDeath"); \ +static_assert(offsetof(SBZPlayerAbilitySystemComponent_Multicast_MarkedForDeath, AICharacters) == 0x000000, "Member 'SBZPlayerAbilitySystemComponent_Multicast_MarkedForDeath::AICharacters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAbilitySystemComponent_Multicast_MarkTarget \ +static_assert(alignof(SBZPlayerAbilitySystemComponent_Multicast_MarkTarget) == 0x000008, "Wrong alignment on SBZPlayerAbilitySystemComponent_Multicast_MarkTarget"); \ +static_assert(sizeof(SBZPlayerAbilitySystemComponent_Multicast_MarkTarget) == 0x000010, "Wrong size on SBZPlayerAbilitySystemComponent_Multicast_MarkTarget"); \ +static_assert(offsetof(SBZPlayerAbilitySystemComponent_Multicast_MarkTarget, MarkedPawn) == 0x000000, "Member 'SBZPlayerAbilitySystemComponent_Multicast_MarkTarget::MarkedPawn' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerAbilitySystemComponent_Multicast_MarkTarget, InDuration) == 0x000008, "Member 'SBZPlayerAbilitySystemComponent_Multicast_MarkTarget::InDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAbilitySystemComponent_Multicast_SetDamageBuffTime \ +static_assert(alignof(SBZPlayerAbilitySystemComponent_Multicast_SetDamageBuffTime) == 0x000004, "Wrong alignment on SBZPlayerAbilitySystemComponent_Multicast_SetDamageBuffTime"); \ +static_assert(sizeof(SBZPlayerAbilitySystemComponent_Multicast_SetDamageBuffTime) == 0x000004, "Wrong size on SBZPlayerAbilitySystemComponent_Multicast_SetDamageBuffTime"); \ +static_assert(offsetof(SBZPlayerAbilitySystemComponent_Multicast_SetDamageBuffTime, Time) == 0x000000, "Member 'SBZPlayerAbilitySystemComponent_Multicast_SetDamageBuffTime::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAbilitySystemComponent_Multicast_SetMitigationBuffTime \ +static_assert(alignof(SBZPlayerAbilitySystemComponent_Multicast_SetMitigationBuffTime) == 0x000004, "Wrong alignment on SBZPlayerAbilitySystemComponent_Multicast_SetMitigationBuffTime"); \ +static_assert(sizeof(SBZPlayerAbilitySystemComponent_Multicast_SetMitigationBuffTime) == 0x000004, "Wrong size on SBZPlayerAbilitySystemComponent_Multicast_SetMitigationBuffTime"); \ +static_assert(offsetof(SBZPlayerAbilitySystemComponent_Multicast_SetMitigationBuffTime, Time) == 0x000000, "Member 'SBZPlayerAbilitySystemComponent_Multicast_SetMitigationBuffTime::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAbilitySystemComponent_Multicast_SetRepairArmorInteractionImmuneTime \ +static_assert(alignof(SBZPlayerAbilitySystemComponent_Multicast_SetRepairArmorInteractionImmuneTime) == 0x000004, "Wrong alignment on SBZPlayerAbilitySystemComponent_Multicast_SetRepairArmorInteractionImmuneTime"); \ +static_assert(sizeof(SBZPlayerAbilitySystemComponent_Multicast_SetRepairArmorInteractionImmuneTime) == 0x000004, "Wrong size on SBZPlayerAbilitySystemComponent_Multicast_SetRepairArmorInteractionImmuneTime"); \ +static_assert(offsetof(SBZPlayerAbilitySystemComponent_Multicast_SetRepairArmorInteractionImmuneTime, ImmuneTime) == 0x000000, "Member 'SBZPlayerAbilitySystemComponent_Multicast_SetRepairArmorInteractionImmuneTime::ImmuneTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAbilitySystemComponent_Multicast_SetSpeedBuffTime \ +static_assert(alignof(SBZPlayerAbilitySystemComponent_Multicast_SetSpeedBuffTime) == 0x000004, "Wrong alignment on SBZPlayerAbilitySystemComponent_Multicast_SetSpeedBuffTime"); \ +static_assert(sizeof(SBZPlayerAbilitySystemComponent_Multicast_SetSpeedBuffTime) == 0x000004, "Wrong size on SBZPlayerAbilitySystemComponent_Multicast_SetSpeedBuffTime"); \ +static_assert(offsetof(SBZPlayerAbilitySystemComponent_Multicast_SetSpeedBuffTime, Time) == 0x000000, "Member 'SBZPlayerAbilitySystemComponent_Multicast_SetSpeedBuffTime::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAbilitySystemComponent_Multicast_SetTacticalDroneBuffBlockCooldown \ +static_assert(alignof(SBZPlayerAbilitySystemComponent_Multicast_SetTacticalDroneBuffBlockCooldown) == 0x000004, "Wrong alignment on SBZPlayerAbilitySystemComponent_Multicast_SetTacticalDroneBuffBlockCooldown"); \ +static_assert(sizeof(SBZPlayerAbilitySystemComponent_Multicast_SetTacticalDroneBuffBlockCooldown) == 0x000004, "Wrong size on SBZPlayerAbilitySystemComponent_Multicast_SetTacticalDroneBuffBlockCooldown"); \ +static_assert(offsetof(SBZPlayerAbilitySystemComponent_Multicast_SetTacticalDroneBuffBlockCooldown, Cooldown) == 0x000000, "Member 'SBZPlayerAbilitySystemComponent_Multicast_SetTacticalDroneBuffBlockCooldown::Cooldown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAbilitySystemComponent_Multicast_ThePunchActivated \ +static_assert(alignof(SBZPlayerAbilitySystemComponent_Multicast_ThePunchActivated) == 0x000001, "Wrong alignment on SBZPlayerAbilitySystemComponent_Multicast_ThePunchActivated"); \ +static_assert(sizeof(SBZPlayerAbilitySystemComponent_Multicast_ThePunchActivated) == 0x000001, "Wrong size on SBZPlayerAbilitySystemComponent_Multicast_ThePunchActivated"); \ +static_assert(offsetof(SBZPlayerAbilitySystemComponent_Multicast_ThePunchActivated, bInHeavy) == 0x000000, "Member 'SBZPlayerAbilitySystemComponent_Multicast_ThePunchActivated::bInHeavy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAbilitySystemComponent_Multicast_ThePunchDeactivated \ +static_assert(alignof(SBZPlayerAbilitySystemComponent_Multicast_ThePunchDeactivated) == 0x000001, "Wrong alignment on SBZPlayerAbilitySystemComponent_Multicast_ThePunchDeactivated"); \ +static_assert(sizeof(SBZPlayerAbilitySystemComponent_Multicast_ThePunchDeactivated) == 0x000001, "Wrong size on SBZPlayerAbilitySystemComponent_Multicast_ThePunchDeactivated"); \ +static_assert(offsetof(SBZPlayerAbilitySystemComponent_Multicast_ThePunchDeactivated, bInHeavy) == 0x000000, "Member 'SBZPlayerAbilitySystemComponent_Multicast_ThePunchDeactivated::bInHeavy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAbilitySystemComponent_Server_SetCurrentMeleeAnimationIndex \ +static_assert(alignof(SBZPlayerAbilitySystemComponent_Server_SetCurrentMeleeAnimationIndex) == 0x000004, "Wrong alignment on SBZPlayerAbilitySystemComponent_Server_SetCurrentMeleeAnimationIndex"); \ +static_assert(sizeof(SBZPlayerAbilitySystemComponent_Server_SetCurrentMeleeAnimationIndex) == 0x000004, "Wrong size on SBZPlayerAbilitySystemComponent_Server_SetCurrentMeleeAnimationIndex"); \ +static_assert(offsetof(SBZPlayerAbilitySystemComponent_Server_SetCurrentMeleeAnimationIndex, InIndex) == 0x000000, "Member 'SBZPlayerAbilitySystemComponent_Server_SetCurrentMeleeAnimationIndex::InIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAbilitySystemComponent_Server_SetDamageBuffTime \ +static_assert(alignof(SBZPlayerAbilitySystemComponent_Server_SetDamageBuffTime) == 0x000004, "Wrong alignment on SBZPlayerAbilitySystemComponent_Server_SetDamageBuffTime"); \ +static_assert(sizeof(SBZPlayerAbilitySystemComponent_Server_SetDamageBuffTime) == 0x000010, "Wrong size on SBZPlayerAbilitySystemComponent_Server_SetDamageBuffTime"); \ +static_assert(offsetof(SBZPlayerAbilitySystemComponent_Server_SetDamageBuffTime, SkillTag) == 0x000000, "Member 'SBZPlayerAbilitySystemComponent_Server_SetDamageBuffTime::SkillTag' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerAbilitySystemComponent_Server_SetDamageBuffTime, Time) == 0x00000C, "Member 'SBZPlayerAbilitySystemComponent_Server_SetDamageBuffTime::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAbilitySystemComponent_Server_SetMitigationBuffTime \ +static_assert(alignof(SBZPlayerAbilitySystemComponent_Server_SetMitigationBuffTime) == 0x000004, "Wrong alignment on SBZPlayerAbilitySystemComponent_Server_SetMitigationBuffTime"); \ +static_assert(sizeof(SBZPlayerAbilitySystemComponent_Server_SetMitigationBuffTime) == 0x000010, "Wrong size on SBZPlayerAbilitySystemComponent_Server_SetMitigationBuffTime"); \ +static_assert(offsetof(SBZPlayerAbilitySystemComponent_Server_SetMitigationBuffTime, SkillTag) == 0x000000, "Member 'SBZPlayerAbilitySystemComponent_Server_SetMitigationBuffTime::SkillTag' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerAbilitySystemComponent_Server_SetMitigationBuffTime, Time) == 0x00000C, "Member 'SBZPlayerAbilitySystemComponent_Server_SetMitigationBuffTime::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerAbilitySystemComponent_Server_SetSpeedBuffTime \ +static_assert(alignof(SBZPlayerAbilitySystemComponent_Server_SetSpeedBuffTime) == 0x000004, "Wrong alignment on SBZPlayerAbilitySystemComponent_Server_SetSpeedBuffTime"); \ +static_assert(sizeof(SBZPlayerAbilitySystemComponent_Server_SetSpeedBuffTime) == 0x000010, "Wrong size on SBZPlayerAbilitySystemComponent_Server_SetSpeedBuffTime"); \ +static_assert(offsetof(SBZPlayerAbilitySystemComponent_Server_SetSpeedBuffTime, SkillTag) == 0x000000, "Member 'SBZPlayerAbilitySystemComponent_Server_SetSpeedBuffTime::SkillTag' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerAbilitySystemComponent_Server_SetSpeedBuffTime, Time) == 0x00000C, "Member 'SBZPlayerAbilitySystemComponent_Server_SetSpeedBuffTime::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerAbilitySystemComponent \ +static_assert(alignof(USBZPlayerAbilitySystemComponent) == 0x000008, "Wrong alignment on USBZPlayerAbilitySystemComponent"); \ +static_assert(sizeof(USBZPlayerAbilitySystemComponent) == 0x0075F0, "Wrong size on USBZPlayerAbilitySystemComponent"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, StaggeredTargetDamageIncrease) == 0x0073CC, "Member 'USBZPlayerAbilitySystemComponent::StaggeredTargetDamageIncrease' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, BuffTimeArray) == 0x0073D0, "Member 'USBZPlayerAbilitySystemComponent::BuffTimeArray' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, ServerBuffTimeArray) == 0x0073DC, "Member 'USBZPlayerAbilitySystemComponent::ServerBuffTimeArray' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, BuffDurationArray) == 0x0073E8, "Member 'USBZPlayerAbilitySystemComponent::BuffDurationArray' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, BuffMovementSpeedIncrease) == 0x0073F4, "Member 'USBZPlayerAbilitySystemComponent::BuffMovementSpeedIncrease' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, BuffDamageReduction) == 0x0073F8, "Member 'USBZPlayerAbilitySystemComponent::BuffDamageReduction' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, BuffDamageIncrease) == 0x0073FC, "Member 'USBZPlayerAbilitySystemComponent::BuffDamageIncrease' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, PredictingBuffBitmask) == 0x007400, "Member 'USBZPlayerAbilitySystemComponent::PredictingBuffBitmask' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, BuffTickCount) == 0x007404, "Member 'USBZPlayerAbilitySystemComponent::BuffTickCount' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, BuffCooldownTickCount) == 0x007405, "Member 'USBZPlayerAbilitySystemComponent::BuffCooldownTickCount' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, BuffBlockCountArray) == 0x007406, "Member 'USBZPlayerAbilitySystemComponent::BuffBlockCountArray' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, BuffGUIEffectDataArray) == 0x007410, "Member 'USBZPlayerAbilitySystemComponent::BuffGUIEffectDataArray' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, BlockedBuffGUIEffectDataArray) == 0x007428, "Member 'USBZPlayerAbilitySystemComponent::BlockedBuffGUIEffectDataArray' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, RepairArmorInteractionImmuneGUIEffectData) == 0x007440, "Member 'USBZPlayerAbilitySystemComponent::RepairArmorInteractionImmuneGUIEffectData' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, TankLastManStandingImmuneGUIEffectData) == 0x007448, "Member 'USBZPlayerAbilitySystemComponent::TankLastManStandingImmuneGUIEffectData' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, AmmoSpecialistHighGrainGUIEffectData) == 0x007450, "Member 'USBZPlayerAbilitySystemComponent::AmmoSpecialistHighGrainGUIEffectData' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, BuffGUIEffectHandleArray) == 0x007458, "Member 'USBZPlayerAbilitySystemComponent::BuffGUIEffectHandleArray' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, BlockedBuffGUIEffectHandleArray) == 0x007464, "Member 'USBZPlayerAbilitySystemComponent::BlockedBuffGUIEffectHandleArray' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, RepairArmorInteractionImmuneGUIEffectHandle) == 0x007470, "Member 'USBZPlayerAbilitySystemComponent::RepairArmorInteractionImmuneGUIEffectHandle' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, TankLastManStandingImmuneGUIEffectHandle) == 0x007474, "Member 'USBZPlayerAbilitySystemComponent::TankLastManStandingImmuneGUIEffectHandle' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, AmmoSpecialistHighGrainGUIEffectHandle) == 0x007478, "Member 'USBZPlayerAbilitySystemComponent::AmmoSpecialistHighGrainGUIEffectHandle' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, RepairArmorInteractionImmuneTime) == 0x00747C, "Member 'USBZPlayerAbilitySystemComponent::RepairArmorInteractionImmuneTime' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, bIsSkillTankLastManStandingBlocking) == 0x007480, "Member 'USBZPlayerAbilitySystemComponent::bIsSkillTankLastManStandingBlocking' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, SkillTankLastManStandingImmuneTime) == 0x007484, "Member 'USBZPlayerAbilitySystemComponent::SkillTankLastManStandingImmuneTime' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, SkillCooldownSecondsMap) == 0x007488, "Member 'USBZPlayerAbilitySystemComponent::SkillCooldownSecondsMap' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, bCanTriggerCoupDeGraceSkill) == 0x0074D8, "Member 'USBZPlayerAbilitySystemComponent::bCanTriggerCoupDeGraceSkill' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, bIsAmmoSpecialistHighGrain) == 0x0074D9, "Member 'USBZPlayerAbilitySystemComponent::bIsAmmoSpecialistHighGrain' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, AmmoSpecialistHighGrainDamage) == 0x0074DC, "Member 'USBZPlayerAbilitySystemComponent::AmmoSpecialistHighGrainDamage' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, AmmoSpecialistHighGrainOutgoingArmorPenetrationPoints) == 0x0074E0, "Member 'USBZPlayerAbilitySystemComponent::AmmoSpecialistHighGrainOutgoingArmorPenetrationPoints' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, OverHealDegradationTickInterval) == 0x0074E4, "Member 'USBZPlayerAbilitySystemComponent::OverHealDegradationTickInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, OverHealDamagePauseTimer) == 0x0074E8, "Member 'USBZPlayerAbilitySystemComponent::OverHealDamagePauseTimer' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, BuffBlockCooldownTimeArray) == 0x00750C, "Member 'USBZPlayerAbilitySystemComponent::BuffBlockCooldownTimeArray' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, LastManStandingSkillData) == 0x007520, "Member 'USBZPlayerAbilitySystemComponent::LastManStandingSkillData' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, ArmorDamageReductionDegradationTickInterval) == 0x007528, "Member 'USBZPlayerAbilitySystemComponent::ArmorDamageReductionDegradationTickInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAbilitySystemComponent, AttributeGUIEffectDataMap) == 0x0075A0, "Member 'USBZPlayerAbilitySystemComponent::AttributeGUIEffectDataMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerAnimationCollectionTPP \ +static_assert(alignof(USBZPlayerAnimationCollectionTPP) == 0x000008, "Wrong alignment on USBZPlayerAnimationCollectionTPP"); \ +static_assert(sizeof(USBZPlayerAnimationCollectionTPP) == 0x0001F0, "Wrong size on USBZPlayerAnimationCollectionTPP"); \ + +#define DUMPER7_ASSERTS_USBZPlayerAnimationFPP \ +static_assert(alignof(USBZPlayerAnimationFPP) == 0x000010, "Wrong alignment on USBZPlayerAnimationFPP"); \ +static_assert(sizeof(USBZPlayerAnimationFPP) == 0x000500, "Wrong size on USBZPlayerAnimationFPP"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, PoseType) == 0x0002E1, "Member 'USBZPlayerAnimationFPP::PoseType' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, RightHandGripAlpha) == 0x0002E4, "Member 'USBZPlayerAnimationFPP::RightHandGripAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, WeaponBoneLocationOffset) == 0x0002E8, "Member 'USBZPlayerAnimationFPP::WeaponBoneLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, WeaponBoneRotationOffset) == 0x0002F4, "Member 'USBZPlayerAnimationFPP::WeaponBoneRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, LeftHandGripAlpha) == 0x000300, "Member 'USBZPlayerAnimationFPP::LeftHandGripAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, LeftHandIKAlpha) == 0x000304, "Member 'USBZPlayerAnimationFPP::LeftHandIKAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, LeftHandLocalIKAlpha) == 0x000308, "Member 'USBZPlayerAnimationFPP::LeftHandLocalIKAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, LeftHandWorldIKAlpha) == 0x00030C, "Member 'USBZPlayerAnimationFPP::LeftHandWorldIKAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, RightHandIKAlpha) == 0x000310, "Member 'USBZPlayerAnimationFPP::RightHandIKAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, LeftHandAttachmentLocation) == 0x000314, "Member 'USBZPlayerAnimationFPP::LeftHandAttachmentLocation' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, RightHandAttachmentLocation) == 0x000320, "Member 'USBZPlayerAnimationFPP::RightHandAttachmentLocation' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, LeftHandAttachmentRotation) == 0x00032C, "Member 'USBZPlayerAnimationFPP::LeftHandAttachmentRotation' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, RightHandAttachmentRotation) == 0x000338, "Member 'USBZPlayerAnimationFPP::RightHandAttachmentRotation' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, LeftHandAttachmentWorldLocation) == 0x000344, "Member 'USBZPlayerAnimationFPP::LeftHandAttachmentWorldLocation' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, LeftHandAttachmentWorldRotation) == 0x000350, "Member 'USBZPlayerAnimationFPP::LeftHandAttachmentWorldRotation' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, AdditiveLeftHandAlpha) == 0x00035C, "Member 'USBZPlayerAnimationFPP::AdditiveLeftHandAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, AdditiveAlpha) == 0x000360, "Member 'USBZPlayerAnimationFPP::AdditiveAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, AdditiveMoveAlpha) == 0x000364, "Member 'USBZPlayerAnimationFPP::AdditiveMoveAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, AdditiveCameraAlpha) == 0x000368, "Member 'USBZPlayerAnimationFPP::AdditiveCameraAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, AdditiveMovePlayRate) == 0x00036C, "Member 'USBZPlayerAnimationFPP::AdditiveMovePlayRate' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, AdditiveDetailAlpha) == 0x000370, "Member 'USBZPlayerAnimationFPP::AdditiveDetailAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, MoveGaitValue) == 0x000374, "Member 'USBZPlayerAnimationFPP::MoveGaitValue' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, RightHandOnlyRecoilBlendWeight) == 0x000378, "Member 'USBZPlayerAnimationFPP::RightHandOnlyRecoilBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, WeaponTankingData) == 0x00037C, "Member 'USBZPlayerAnimationFPP::WeaponTankingData' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, WeaponWallReactionData) == 0x0003A0, "Member 'USBZPlayerAnimationFPP::WeaponWallReactionData' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, AdditiveMoveType) == 0x0003E0, "Member 'USBZPlayerAnimationFPP::AdditiveMoveType' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, IdlePose) == 0x0003E8, "Member 'USBZPlayerAnimationFPP::IdlePose' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, IdleAdditivePose) == 0x0003F0, "Member 'USBZPlayerAnimationFPP::IdleAdditivePose' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, IdleADSPose) == 0x0003F8, "Member 'USBZPlayerAnimationFPP::IdleADSPose' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, IdleHSInstigatorPose) == 0x000400, "Member 'USBZPlayerAnimationFPP::IdleHSInstigatorPose' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, IdleHSInstigatorADSPose) == 0x000408, "Member 'USBZPlayerAnimationFPP::IdleHSInstigatorADSPose' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, RunPose) == 0x000410, "Member 'USBZPlayerAnimationFPP::RunPose' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, AdditiveMove) == 0x000418, "Member 'USBZPlayerAnimationFPP::AdditiveMove' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, AdditiveMoveADS) == 0x000420, "Member 'USBZPlayerAnimationFPP::AdditiveMoveADS' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, AdditiveMoveLeftHandEquipped) == 0x000428, "Member 'USBZPlayerAnimationFPP::AdditiveMoveLeftHandEquipped' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, AdditiveMoveLeftHandEquippedADS) == 0x000430, "Member 'USBZPlayerAnimationFPP::AdditiveMoveLeftHandEquippedADS' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, LeftHandEquippedIdle) == 0x000438, "Member 'USBZPlayerAnimationFPP::LeftHandEquippedIdle' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, LeftHandEquippedUsingIdle) == 0x000440, "Member 'USBZPlayerAnimationFPP::LeftHandEquippedUsingIdle' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, EquippableLeftGripPose) == 0x000448, "Member 'USBZPlayerAnimationFPP::EquippableLeftGripPose' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, EquippableRightGripPose) == 0x000450, "Member 'USBZPlayerAnimationFPP::EquippableRightGripPose' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, AdditiveIdleLeftHand) == 0x000458, "Member 'USBZPlayerAnimationFPP::AdditiveIdleLeftHand' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, EnterRunMontage) == 0x000460, "Member 'USBZPlayerAnimationFPP::EnterRunMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, ExitRunMontage) == 0x000468, "Member 'USBZPlayerAnimationFPP::ExitRunMontage' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, LeftHandIdleAssetPlayerData) == 0x000470, "Member 'USBZPlayerAnimationFPP::LeftHandIdleAssetPlayerData' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, PlayerCharacter) == 0x0004A0, "Member 'USBZPlayerAnimationFPP::PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, AnimationCollectionFPP) == 0x0004A8, "Member 'USBZPlayerAnimationFPP::AnimationCollectionFPP' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerAnimationFPP, CurrentTraverseMontage) == 0x0004B0, "Member 'USBZPlayerAnimationFPP::CurrentTraverseMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSplineComponent \ +static_assert(alignof(USBZSplineComponent) == 0x000010, "Wrong alignment on USBZSplineComponent"); \ +static_assert(sizeof(USBZSplineComponent) == 0x000650, "Wrong size on USBZSplineComponent"); \ +static_assert(offsetof(USBZSplineComponent, InputSplineActors) == 0x0005F8, "Member 'USBZSplineComponent::InputSplineActors' has a wrong offset!"); \ +static_assert(offsetof(USBZSplineComponent, OutputSplineActors) == 0x000608, "Member 'USBZSplineComponent::OutputSplineActors' has a wrong offset!"); \ +static_assert(offsetof(USBZSplineComponent, InputSplines) == 0x000618, "Member 'USBZSplineComponent::InputSplines' has a wrong offset!"); \ +static_assert(offsetof(USBZSplineComponent, OutputSplines) == 0x000628, "Member 'USBZSplineComponent::OutputSplines' has a wrong offset!"); \ +static_assert(offsetof(USBZSplineComponent, YawControls) == 0x000638, "Member 'USBZSplineComponent::YawControls' has a wrong offset!"); \ +static_assert(offsetof(USBZSplineComponent, SplineType) == 0x000649, "Member 'USBZSplineComponent::SplineType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerCharacterData \ +static_assert(alignof(USBZPlayerCharacterData) == 0x000008, "Wrong alignment on USBZPlayerCharacterData"); \ +static_assert(sizeof(USBZPlayerCharacterData) == 0x000370, "Wrong size on USBZPlayerCharacterData"); \ +static_assert(offsetof(USBZPlayerCharacterData, CharacterClass) == 0x000150, "Member 'USBZPlayerCharacterData::CharacterClass' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCharacterData, DefaultMaskData) == 0x000180, "Member 'USBZPlayerCharacterData::DefaultMaskData' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCharacterData, DefaultSuitBaseData) == 0x000188, "Member 'USBZPlayerCharacterData::DefaultSuitBaseData' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCharacterData, DefaultGloveData) == 0x000190, "Member 'USBZPlayerCharacterData::DefaultGloveData' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCharacterData, SkeletalMesh) == 0x000198, "Member 'USBZPlayerCharacterData::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCharacterData, BaseSkeletalMesh) == 0x0001C8, "Member 'USBZPlayerCharacterData::BaseSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCharacterData, SkeletalMesh1P) == 0x0001F8, "Member 'USBZPlayerCharacterData::SkeletalMesh1P' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCharacterData, MaskedOnIcon) == 0x000228, "Member 'USBZPlayerCharacterData::MaskedOnIcon' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCharacterData, MaskedOffIcon) == 0x000258, "Member 'USBZPlayerCharacterData::MaskedOffIcon' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCharacterData, CharacterBio) == 0x000288, "Member 'USBZPlayerCharacterData::CharacterBio' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCharacterData, CharacterRole) == 0x0002A0, "Member 'USBZPlayerCharacterData::CharacterRole' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCharacterData, CharacterNationality) == 0x0002B8, "Member 'USBZPlayerCharacterData::CharacterNationality' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCharacterData, CharacterName) == 0x0002D0, "Member 'USBZPlayerCharacterData::CharacterName' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCharacterData, CharacterAge) == 0x0002E8, "Member 'USBZPlayerCharacterData::CharacterAge' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCharacterData, CharacterPersonality) == 0x000300, "Member 'USBZPlayerCharacterData::CharacterPersonality' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCharacterData, CharacterSpeciality) == 0x000318, "Member 'USBZPlayerCharacterData::CharacterSpeciality' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCharacterData, CharacterLikes) == 0x000330, "Member 'USBZPlayerCharacterData::CharacterLikes' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCharacterData, CharacterDislike) == 0x000348, "Member 'USBZPlayerCharacterData::CharacterDislike' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCharacterData, SizeCategory) == 0x000360, "Member 'USBZPlayerCharacterData::SizeCategory' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerCharacterData, PlayerMainMenuAnimationCollection) == 0x000368, "Member 'USBZPlayerCharacterData::PlayerMainMenuAnimationCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZToolHackingData \ +static_assert(alignof(USBZToolHackingData) == 0x000010, "Wrong alignment on USBZToolHackingData"); \ +static_assert(sizeof(USBZToolHackingData) == 0x000590, "Wrong size on USBZToolHackingData"); \ +static_assert(offsetof(USBZToolHackingData, MaxHackingDistance) == 0x000578, "Member 'USBZToolHackingData::MaxHackingDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZToolHackingData, HackingSynchTimer) == 0x00057C, "Member 'USBZToolHackingData::HackingSynchTimer' has a wrong offset!"); \ +static_assert(offsetof(USBZToolHackingData, HackingToolDOFFeedback) == 0x000580, "Member 'USBZToolHackingData::HackingToolDOFFeedback' has a wrong offset!"); \ +static_assert(offsetof(USBZToolHackingData, HackingAimDegreePadding) == 0x000588, "Member 'USBZToolHackingData::HackingAimDegreePadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerEndCycleRangedWeaponAbility \ +static_assert(alignof(USBZPlayerEndCycleRangedWeaponAbility) == 0x000008, "Wrong alignment on USBZPlayerEndCycleRangedWeaponAbility"); \ +static_assert(sizeof(USBZPlayerEndCycleRangedWeaponAbility) == 0x000508, "Wrong size on USBZPlayerEndCycleRangedWeaponAbility"); \ + +#define DUMPER7_ASSERTS_USBZSkillStealthSpecOnTheRunBase \ +static_assert(alignof(USBZSkillStealthSpecOnTheRunBase) == 0x000008, "Wrong alignment on USBZSkillStealthSpecOnTheRunBase"); \ +static_assert(sizeof(USBZSkillStealthSpecOnTheRunBase) == 0x000230, "Wrong size on USBZSkillStealthSpecOnTheRunBase"); \ + +#define DUMPER7_ASSERTS_ASBZPlayerEscapeVolume \ +static_assert(alignof(ASBZPlayerEscapeVolume) == 0x000008, "Wrong alignment on ASBZPlayerEscapeVolume"); \ +static_assert(sizeof(ASBZPlayerEscapeVolume) == 0x0003B8, "Wrong size on ASBZPlayerEscapeVolume"); \ +static_assert(offsetof(ASBZPlayerEscapeVolume, OnEscapeTimerDone) == 0x000390, "Member 'ASBZPlayerEscapeVolume::OnEscapeTimerDone' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerEscapeVolume, EscapeTimeDuration) == 0x0003A0, "Member 'ASBZPlayerEscapeVolume::EscapeTimeDuration' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerEscapeVolume, bDisableWhenEscapeTimeIsComplete) == 0x0003A4, "Member 'ASBZPlayerEscapeVolume::bDisableWhenEscapeTimeIsComplete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerFireRangedWeaponProjectileAbility \ +static_assert(alignof(USBZPlayerFireRangedWeaponProjectileAbility) == 0x000008, "Wrong alignment on USBZPlayerFireRangedWeaponProjectileAbility"); \ +static_assert(sizeof(USBZPlayerFireRangedWeaponProjectileAbility) == 0x0060C0, "Wrong size on USBZPlayerFireRangedWeaponProjectileAbility"); \ + +#define DUMPER7_ASSERTS_USBZPlayerHumanShieldInstigatorAbility \ +static_assert(alignof(USBZPlayerHumanShieldInstigatorAbility) == 0x000008, "Wrong alignment on USBZPlayerHumanShieldInstigatorAbility"); \ +static_assert(sizeof(USBZPlayerHumanShieldInstigatorAbility) == 0x0004E0, "Wrong size on USBZPlayerHumanShieldInstigatorAbility"); \ + +#define DUMPER7_ASSERTS_USBZSkillStrategistThreatAssessment \ +static_assert(alignof(USBZSkillStrategistThreatAssessment) == 0x000008, "Wrong alignment on USBZSkillStrategistThreatAssessment"); \ +static_assert(sizeof(USBZSkillStrategistThreatAssessment) == 0x000230, "Wrong size on USBZSkillStrategistThreatAssessment"); \ + +#define DUMPER7_ASSERTS_USBZPlayerInteractableComponent \ +static_assert(alignof(USBZPlayerInteractableComponent) == 0x000008, "Wrong alignment on USBZPlayerInteractableComponent"); \ +static_assert(sizeof(USBZPlayerInteractableComponent) == 0x000550, "Wrong size on USBZPlayerInteractableComponent"); \ +static_assert(offsetof(USBZPlayerInteractableComponent, ModeArray) == 0x000360, "Member 'USBZPlayerInteractableComponent::ModeArray' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerInteractableComponent, ModeDataArray) == 0x000370, "Member 'USBZPlayerInteractableComponent::ModeDataArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerJumpAbility \ +static_assert(alignof(USBZPlayerJumpAbility) == 0x000008, "Wrong alignment on USBZPlayerJumpAbility"); \ +static_assert(sizeof(USBZPlayerJumpAbility) == 0x0004D8, "Wrong size on USBZPlayerJumpAbility"); \ + +#define DUMPER7_ASSERTS_SBZPlayerLibrary_ApplyCameraFeedbackToLocalPlayer \ +static_assert(alignof(SBZPlayerLibrary_ApplyCameraFeedbackToLocalPlayer) == 0x000008, "Wrong alignment on SBZPlayerLibrary_ApplyCameraFeedbackToLocalPlayer"); \ +static_assert(sizeof(SBZPlayerLibrary_ApplyCameraFeedbackToLocalPlayer) == 0x000028, "Wrong size on SBZPlayerLibrary_ApplyCameraFeedbackToLocalPlayer"); \ +static_assert(offsetof(SBZPlayerLibrary_ApplyCameraFeedbackToLocalPlayer, WorldContextObject) == 0x000000, "Member 'SBZPlayerLibrary_ApplyCameraFeedbackToLocalPlayer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerLibrary_ApplyCameraFeedbackToLocalPlayer, FeedbackClass) == 0x000008, "Member 'SBZPlayerLibrary_ApplyCameraFeedbackToLocalPlayer::FeedbackClass' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerLibrary_ApplyCameraFeedbackToLocalPlayer, Origin) == 0x000010, "Member 'SBZPlayerLibrary_ApplyCameraFeedbackToLocalPlayer::Origin' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerLibrary_ApplyCameraFeedbackToLocalPlayer, Range) == 0x00001C, "Member 'SBZPlayerLibrary_ApplyCameraFeedbackToLocalPlayer::Range' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerLibrary_ApplyCameraFeedbackToLocalPlayer, ReturnValue) == 0x000020, "Member 'SBZPlayerLibrary_ApplyCameraFeedbackToLocalPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerLibrary_GetAllSBZPlayerCharacters \ +static_assert(alignof(SBZPlayerLibrary_GetAllSBZPlayerCharacters) == 0x000008, "Wrong alignment on SBZPlayerLibrary_GetAllSBZPlayerCharacters"); \ +static_assert(sizeof(SBZPlayerLibrary_GetAllSBZPlayerCharacters) == 0x000018, "Wrong size on SBZPlayerLibrary_GetAllSBZPlayerCharacters"); \ +static_assert(offsetof(SBZPlayerLibrary_GetAllSBZPlayerCharacters, WorldContextObject) == 0x000000, "Member 'SBZPlayerLibrary_GetAllSBZPlayerCharacters::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerLibrary_GetAllSBZPlayerCharacters, ReturnValue) == 0x000008, "Member 'SBZPlayerLibrary_GetAllSBZPlayerCharacters::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerLibrary_GetClosestPlayerToActor \ +static_assert(alignof(SBZPlayerLibrary_GetClosestPlayerToActor) == 0x000008, "Wrong alignment on SBZPlayerLibrary_GetClosestPlayerToActor"); \ +static_assert(sizeof(SBZPlayerLibrary_GetClosestPlayerToActor) == 0x000020, "Wrong size on SBZPlayerLibrary_GetClosestPlayerToActor"); \ +static_assert(offsetof(SBZPlayerLibrary_GetClosestPlayerToActor, WorldContextObject) == 0x000000, "Member 'SBZPlayerLibrary_GetClosestPlayerToActor::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerLibrary_GetClosestPlayerToActor, Actor) == 0x000008, "Member 'SBZPlayerLibrary_GetClosestPlayerToActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerLibrary_GetClosestPlayerToActor, PlayerCharacter) == 0x000010, "Member 'SBZPlayerLibrary_GetClosestPlayerToActor::PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerLibrary_GetClosestPlayerToActor, Distance) == 0x000018, "Member 'SBZPlayerLibrary_GetClosestPlayerToActor::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerLibrary_GetClosestPlayerToLocation \ +static_assert(alignof(SBZPlayerLibrary_GetClosestPlayerToLocation) == 0x000008, "Wrong alignment on SBZPlayerLibrary_GetClosestPlayerToLocation"); \ +static_assert(sizeof(SBZPlayerLibrary_GetClosestPlayerToLocation) == 0x000028, "Wrong size on SBZPlayerLibrary_GetClosestPlayerToLocation"); \ +static_assert(offsetof(SBZPlayerLibrary_GetClosestPlayerToLocation, WorldContextObject) == 0x000000, "Member 'SBZPlayerLibrary_GetClosestPlayerToLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerLibrary_GetClosestPlayerToLocation, Location) == 0x000008, "Member 'SBZPlayerLibrary_GetClosestPlayerToLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerLibrary_GetClosestPlayerToLocation, PlayerCharacter) == 0x000018, "Member 'SBZPlayerLibrary_GetClosestPlayerToLocation::PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerLibrary_GetClosestPlayerToLocation, Distance) == 0x000020, "Member 'SBZPlayerLibrary_GetClosestPlayerToLocation::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerLibrary_GetLocalPlayerController \ +static_assert(alignof(SBZPlayerLibrary_GetLocalPlayerController) == 0x000008, "Wrong alignment on SBZPlayerLibrary_GetLocalPlayerController"); \ +static_assert(sizeof(SBZPlayerLibrary_GetLocalPlayerController) == 0x000010, "Wrong size on SBZPlayerLibrary_GetLocalPlayerController"); \ +static_assert(offsetof(SBZPlayerLibrary_GetLocalPlayerController, WorldContextObject) == 0x000000, "Member 'SBZPlayerLibrary_GetLocalPlayerController::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerLibrary_GetLocalPlayerController, ReturnValue) == 0x000008, "Member 'SBZPlayerLibrary_GetLocalPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerLibrary_GetLocalPlayerPawn \ +static_assert(alignof(SBZPlayerLibrary_GetLocalPlayerPawn) == 0x000008, "Wrong alignment on SBZPlayerLibrary_GetLocalPlayerPawn"); \ +static_assert(sizeof(SBZPlayerLibrary_GetLocalPlayerPawn) == 0x000010, "Wrong size on SBZPlayerLibrary_GetLocalPlayerPawn"); \ +static_assert(offsetof(SBZPlayerLibrary_GetLocalPlayerPawn, WorldContextObject) == 0x000000, "Member 'SBZPlayerLibrary_GetLocalPlayerPawn::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerLibrary_GetLocalPlayerPawn, ReturnValue) == 0x000008, "Member 'SBZPlayerLibrary_GetLocalPlayerPawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerLibrary_GetLocalPlayerState \ +static_assert(alignof(SBZPlayerLibrary_GetLocalPlayerState) == 0x000008, "Wrong alignment on SBZPlayerLibrary_GetLocalPlayerState"); \ +static_assert(sizeof(SBZPlayerLibrary_GetLocalPlayerState) == 0x000010, "Wrong size on SBZPlayerLibrary_GetLocalPlayerState"); \ +static_assert(offsetof(SBZPlayerLibrary_GetLocalPlayerState, WorldContextObject) == 0x000000, "Member 'SBZPlayerLibrary_GetLocalPlayerState::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerLibrary_GetLocalPlayerState, ReturnValue) == 0x000008, "Member 'SBZPlayerLibrary_GetLocalPlayerState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerLibrary_GetNumAlivePlayers \ +static_assert(alignof(SBZPlayerLibrary_GetNumAlivePlayers) == 0x000008, "Wrong alignment on SBZPlayerLibrary_GetNumAlivePlayers"); \ +static_assert(sizeof(SBZPlayerLibrary_GetNumAlivePlayers) == 0x000010, "Wrong size on SBZPlayerLibrary_GetNumAlivePlayers"); \ +static_assert(offsetof(SBZPlayerLibrary_GetNumAlivePlayers, WorldContextObject) == 0x000000, "Member 'SBZPlayerLibrary_GetNumAlivePlayers::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerLibrary_GetNumAlivePlayers, ReturnValue) == 0x000008, "Member 'SBZPlayerLibrary_GetNumAlivePlayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerLibrary_GetNumConnectedPlayers \ +static_assert(alignof(SBZPlayerLibrary_GetNumConnectedPlayers) == 0x000008, "Wrong alignment on SBZPlayerLibrary_GetNumConnectedPlayers"); \ +static_assert(sizeof(SBZPlayerLibrary_GetNumConnectedPlayers) == 0x000010, "Wrong size on SBZPlayerLibrary_GetNumConnectedPlayers"); \ +static_assert(offsetof(SBZPlayerLibrary_GetNumConnectedPlayers, WorldContextObject) == 0x000000, "Member 'SBZPlayerLibrary_GetNumConnectedPlayers::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerLibrary_GetNumConnectedPlayers, ReturnValue) == 0x000008, "Member 'SBZPlayerLibrary_GetNumConnectedPlayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerLibrary_GetRandomPlayerCharacter \ +static_assert(alignof(SBZPlayerLibrary_GetRandomPlayerCharacter) == 0x000008, "Wrong alignment on SBZPlayerLibrary_GetRandomPlayerCharacter"); \ +static_assert(sizeof(SBZPlayerLibrary_GetRandomPlayerCharacter) == 0x000010, "Wrong size on SBZPlayerLibrary_GetRandomPlayerCharacter"); \ +static_assert(offsetof(SBZPlayerLibrary_GetRandomPlayerCharacter, WorldContextObject) == 0x000000, "Member 'SBZPlayerLibrary_GetRandomPlayerCharacter::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerLibrary_GetRandomPlayerCharacter, ReturnValue) == 0x000008, "Member 'SBZPlayerLibrary_GetRandomPlayerCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerLibrary_GetRandomPlayerCharacterFromStream \ +static_assert(alignof(SBZPlayerLibrary_GetRandomPlayerCharacterFromStream) == 0x000008, "Wrong alignment on SBZPlayerLibrary_GetRandomPlayerCharacterFromStream"); \ +static_assert(sizeof(SBZPlayerLibrary_GetRandomPlayerCharacterFromStream) == 0x000018, "Wrong size on SBZPlayerLibrary_GetRandomPlayerCharacterFromStream"); \ +static_assert(offsetof(SBZPlayerLibrary_GetRandomPlayerCharacterFromStream, WorldContextObject) == 0x000000, "Member 'SBZPlayerLibrary_GetRandomPlayerCharacterFromStream::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerLibrary_GetRandomPlayerCharacterFromStream, Stream) == 0x000008, "Member 'SBZPlayerLibrary_GetRandomPlayerCharacterFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerLibrary_GetRandomPlayerCharacterFromStream, ReturnValue) == 0x000010, "Member 'SBZPlayerLibrary_GetRandomPlayerCharacterFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerLibrary_IsPlayerInRange \ +static_assert(alignof(SBZPlayerLibrary_IsPlayerInRange) == 0x000008, "Wrong alignment on SBZPlayerLibrary_IsPlayerInRange"); \ +static_assert(sizeof(SBZPlayerLibrary_IsPlayerInRange) == 0x000020, "Wrong size on SBZPlayerLibrary_IsPlayerInRange"); \ +static_assert(offsetof(SBZPlayerLibrary_IsPlayerInRange, WorldContextObject) == 0x000000, "Member 'SBZPlayerLibrary_IsPlayerInRange::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerLibrary_IsPlayerInRange, Location) == 0x000008, "Member 'SBZPlayerLibrary_IsPlayerInRange::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerLibrary_IsPlayerInRange, Range) == 0x000014, "Member 'SBZPlayerLibrary_IsPlayerInRange::Range' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerLibrary_IsPlayerInRange, ReturnValue) == 0x000018, "Member 'SBZPlayerLibrary_IsPlayerInRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerLibrary \ +static_assert(alignof(USBZPlayerLibrary) == 0x000008, "Wrong alignment on USBZPlayerLibrary"); \ +static_assert(sizeof(USBZPlayerLibrary) == 0x000030, "Wrong size on USBZPlayerLibrary"); \ + +#define DUMPER7_ASSERTS_USBZPlayerLinkedAnimationTPP \ +static_assert(alignof(USBZPlayerLinkedAnimationTPP) == 0x000010, "Wrong alignment on USBZPlayerLinkedAnimationTPP"); \ +static_assert(sizeof(USBZPlayerLinkedAnimationTPP) == 0x000390, "Wrong size on USBZPlayerLinkedAnimationTPP"); \ +static_assert(offsetof(USBZPlayerLinkedAnimationTPP, UpperBodyAimRotation) == 0x000350, "Member 'USBZPlayerLinkedAnimationTPP::UpperBodyAimRotation' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerLinkedAnimationTPP, Player) == 0x000360, "Member 'USBZPlayerLinkedAnimationTPP::Player' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerLinkedAnimationTPP, DefeatStateAnimationHandler) == 0x000368, "Member 'USBZPlayerLinkedAnimationTPP::DefeatStateAnimationHandler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPlayerLookAtTrigger \ +static_assert(alignof(ASBZPlayerLookAtTrigger) == 0x000008, "Wrong alignment on ASBZPlayerLookAtTrigger"); \ +static_assert(sizeof(ASBZPlayerLookAtTrigger) == 0x000430, "Wrong size on ASBZPlayerLookAtTrigger"); \ +static_assert(offsetof(ASBZPlayerLookAtTrigger, PlayerBeginLookAt) == 0x000390, "Member 'ASBZPlayerLookAtTrigger::PlayerBeginLookAt' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerLookAtTrigger, PlayerEndLookAt) == 0x0003A0, "Member 'ASBZPlayerLookAtTrigger::PlayerEndLookAt' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerLookAtTrigger, AllPlayerLookAtChanged) == 0x0003B0, "Member 'ASBZPlayerLookAtTrigger::AllPlayerLookAtChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerLookAtTrigger, LookAtPawns) == 0x0003C8, "Member 'ASBZPlayerLookAtTrigger::LookAtPawns' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerLookAtTrigger, DotAngle) == 0x000418, "Member 'ASBZPlayerLookAtTrigger::DotAngle' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerLookAtTrigger, LookAtTime) == 0x00041C, "Member 'ASBZPlayerLookAtTrigger::LookAtTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerLookAtTrigger, LookAtLocation) == 0x000420, "Member 'ASBZPlayerLookAtTrigger::LookAtLocation' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerLookAtTrigger, bIsLineOfSightRequired) == 0x00042C, "Member 'ASBZPlayerLookAtTrigger::bIsLineOfSightRequired' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateDsActionPhase_DropInLobbyClient \ +static_assert(alignof(SBZStateMachineStateDsActionPhase_DropInLobbyClient) == 0x000008, "Wrong alignment on SBZStateMachineStateDsActionPhase_DropInLobbyClient"); \ +static_assert(sizeof(SBZStateMachineStateDsActionPhase_DropInLobbyClient) == 0x000038, "Wrong size on SBZStateMachineStateDsActionPhase_DropInLobbyClient"); \ +static_assert(offsetof(SBZStateMachineStateDsActionPhase_DropInLobbyClient, PlayerId) == 0x000000, "Member 'SBZStateMachineStateDsActionPhase_DropInLobbyClient::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZStateMachineStateDsActionPhase_DropInLobbyClient, DisplayName) == 0x000028, "Member 'SBZStateMachineStateDsActionPhase_DropInLobbyClient::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateDsActionPhase_HandleMissionEnd \ +static_assert(alignof(SBZStateMachineStateDsActionPhase_HandleMissionEnd) == 0x000004, "Wrong alignment on SBZStateMachineStateDsActionPhase_HandleMissionEnd"); \ +static_assert(sizeof(SBZStateMachineStateDsActionPhase_HandleMissionEnd) == 0x000004, "Wrong size on SBZStateMachineStateDsActionPhase_HandleMissionEnd"); \ +static_assert(offsetof(SBZStateMachineStateDsActionPhase_HandleMissionEnd, OutroVariation) == 0x000000, "Member 'SBZStateMachineStateDsActionPhase_HandleMissionEnd::OutroVariation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateDsActionPhase_HandleMissionResultReady \ +static_assert(alignof(SBZStateMachineStateDsActionPhase_HandleMissionResultReady) == 0x000008, "Wrong alignment on SBZStateMachineStateDsActionPhase_HandleMissionResultReady"); \ +static_assert(sizeof(SBZStateMachineStateDsActionPhase_HandleMissionResultReady) == 0x000288, "Wrong size on SBZStateMachineStateDsActionPhase_HandleMissionResultReady"); \ +static_assert(offsetof(SBZStateMachineStateDsActionPhase_HandleMissionResultReady, MissionResultData) == 0x000000, "Member 'SBZStateMachineStateDsActionPhase_HandleMissionResultReady::MissionResultData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateDsActionPhase_HandlePlayerStateAdded \ +static_assert(alignof(SBZStateMachineStateDsActionPhase_HandlePlayerStateAdded) == 0x000008, "Wrong alignment on SBZStateMachineStateDsActionPhase_HandlePlayerStateAdded"); \ +static_assert(sizeof(SBZStateMachineStateDsActionPhase_HandlePlayerStateAdded) == 0x000008, "Wrong size on SBZStateMachineStateDsActionPhase_HandlePlayerStateAdded"); \ +static_assert(offsetof(SBZStateMachineStateDsActionPhase_HandlePlayerStateAdded, Data) == 0x000000, "Member 'SBZStateMachineStateDsActionPhase_HandlePlayerStateAdded::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateDsActionPhase_HandlePlayerStateRemoved \ +static_assert(alignof(SBZStateMachineStateDsActionPhase_HandlePlayerStateRemoved) == 0x000008, "Wrong alignment on SBZStateMachineStateDsActionPhase_HandlePlayerStateRemoved"); \ +static_assert(sizeof(SBZStateMachineStateDsActionPhase_HandlePlayerStateRemoved) == 0x000040, "Wrong size on SBZStateMachineStateDsActionPhase_HandlePlayerStateRemoved"); \ +static_assert(offsetof(SBZStateMachineStateDsActionPhase_HandlePlayerStateRemoved, Data) == 0x000000, "Member 'SBZStateMachineStateDsActionPhase_HandlePlayerStateRemoved::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateDsActionPhase_PlayerDisconnectedAtBeacon \ +static_assert(alignof(SBZStateMachineStateDsActionPhase_PlayerDisconnectedAtBeacon) == 0x000008, "Wrong alignment on SBZStateMachineStateDsActionPhase_PlayerDisconnectedAtBeacon"); \ +static_assert(sizeof(SBZStateMachineStateDsActionPhase_PlayerDisconnectedAtBeacon) == 0x000028, "Wrong size on SBZStateMachineStateDsActionPhase_PlayerDisconnectedAtBeacon"); \ +static_assert(offsetof(SBZStateMachineStateDsActionPhase_PlayerDisconnectedAtBeacon, PlayerId) == 0x000000, "Member 'SBZStateMachineStateDsActionPhase_PlayerDisconnectedAtBeacon::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateDsActionPhase_PlayerReadyReceived \ +static_assert(alignof(SBZStateMachineStateDsActionPhase_PlayerReadyReceived) == 0x000008, "Wrong alignment on SBZStateMachineStateDsActionPhase_PlayerReadyReceived"); \ +static_assert(sizeof(SBZStateMachineStateDsActionPhase_PlayerReadyReceived) == 0x000028, "Wrong size on SBZStateMachineStateDsActionPhase_PlayerReadyReceived"); \ +static_assert(offsetof(SBZStateMachineStateDsActionPhase_PlayerReadyReceived, PlayerId) == 0x000000, "Member 'SBZStateMachineStateDsActionPhase_PlayerReadyReceived::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateDsActionPhase_PlayerStartTravel \ +static_assert(alignof(SBZStateMachineStateDsActionPhase_PlayerStartTravel) == 0x000008, "Wrong alignment on SBZStateMachineStateDsActionPhase_PlayerStartTravel"); \ +static_assert(sizeof(SBZStateMachineStateDsActionPhase_PlayerStartTravel) == 0x000028, "Wrong size on SBZStateMachineStateDsActionPhase_PlayerStartTravel"); \ +static_assert(offsetof(SBZStateMachineStateDsActionPhase_PlayerStartTravel, PlayerId) == 0x000000, "Member 'SBZStateMachineStateDsActionPhase_PlayerStartTravel::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateDsActionPhase_PlayerWaitForReady \ +static_assert(alignof(SBZStateMachineStateDsActionPhase_PlayerWaitForReady) == 0x000008, "Wrong alignment on SBZStateMachineStateDsActionPhase_PlayerWaitForReady"); \ +static_assert(sizeof(SBZStateMachineStateDsActionPhase_PlayerWaitForReady) == 0x000028, "Wrong size on SBZStateMachineStateDsActionPhase_PlayerWaitForReady"); \ +static_assert(offsetof(SBZStateMachineStateDsActionPhase_PlayerWaitForReady, WaitForReadyPlayerId) == 0x000000, "Member 'SBZStateMachineStateDsActionPhase_PlayerWaitForReady::WaitForReadyPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateDsActionPhase \ +static_assert(alignof(USBZStateMachineStateDsActionPhase) == 0x000008, "Wrong alignment on USBZStateMachineStateDsActionPhase"); \ +static_assert(sizeof(USBZStateMachineStateDsActionPhase) == 0x0000A0, "Wrong size on USBZStateMachineStateDsActionPhase"); \ +static_assert(offsetof(USBZStateMachineStateDsActionPhase, ActionPhaseData) == 0x000080, "Member 'USBZStateMachineStateDsActionPhase::ActionPhaseData' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateDsActionPhase, InitialLongTimeoutDelay) == 0x000088, "Member 'USBZStateMachineStateDsActionPhase::InitialLongTimeoutDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPlayerLookAtTriggeredVoice \ +static_assert(alignof(ASBZPlayerLookAtTriggeredVoice) == 0x000008, "Wrong alignment on ASBZPlayerLookAtTriggeredVoice"); \ +static_assert(sizeof(ASBZPlayerLookAtTriggeredVoice) == 0x000440, "Wrong size on ASBZPlayerLookAtTriggeredVoice"); \ +static_assert(offsetof(ASBZPlayerLookAtTriggeredVoice, Dialog) == 0x000430, "Member 'ASBZPlayerLookAtTriggeredVoice::Dialog' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerLookAtTriggeredVoice, Comment) == 0x000438, "Member 'ASBZPlayerLookAtTriggeredVoice::Comment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerMenuAnimationCollection \ +static_assert(alignof(USBZPlayerMenuAnimationCollection) == 0x000008, "Wrong alignment on USBZPlayerMenuAnimationCollection"); \ +static_assert(sizeof(USBZPlayerMenuAnimationCollection) == 0x0000C0, "Wrong size on USBZPlayerMenuAnimationCollection"); \ +static_assert(offsetof(USBZPlayerMenuAnimationCollection, SlotMap) == 0x000070, "Member 'USBZPlayerMenuAnimationCollection::SlotMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillGrazePlayerEffect \ +static_assert(alignof(USBZSkillGrazePlayerEffect) == 0x000008, "Wrong alignment on USBZSkillGrazePlayerEffect"); \ +static_assert(sizeof(USBZSkillGrazePlayerEffect) == 0x0008C0, "Wrong size on USBZSkillGrazePlayerEffect"); \ + +#define DUMPER7_ASSERTS_SBZPlayerMovementComponent_Multicast_SetWantToSprint \ +static_assert(alignof(SBZPlayerMovementComponent_Multicast_SetWantToSprint) == 0x000001, "Wrong alignment on SBZPlayerMovementComponent_Multicast_SetWantToSprint"); \ +static_assert(sizeof(SBZPlayerMovementComponent_Multicast_SetWantToSprint) == 0x000001, "Wrong size on SBZPlayerMovementComponent_Multicast_SetWantToSprint"); \ +static_assert(offsetof(SBZPlayerMovementComponent_Multicast_SetWantToSprint, bInWantToSprint) == 0x000000, "Member 'SBZPlayerMovementComponent_Multicast_SetWantToSprint::bInWantToSprint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerMovementComponent_Server_SetWantToSprint \ +static_assert(alignof(SBZPlayerMovementComponent_Server_SetWantToSprint) == 0x000001, "Wrong alignment on SBZPlayerMovementComponent_Server_SetWantToSprint"); \ +static_assert(sizeof(SBZPlayerMovementComponent_Server_SetWantToSprint) == 0x000001, "Wrong size on SBZPlayerMovementComponent_Server_SetWantToSprint"); \ +static_assert(offsetof(SBZPlayerMovementComponent_Server_SetWantToSprint, bInWantToSprint) == 0x000000, "Member 'SBZPlayerMovementComponent_Server_SetWantToSprint::bInWantToSprint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerMovementComponent \ +static_assert(alignof(USBZPlayerMovementComponent) == 0x000010, "Wrong alignment on USBZPlayerMovementComponent"); \ +static_assert(sizeof(USBZPlayerMovementComponent) == 0x000FD0, "Wrong size on USBZPlayerMovementComponent"); \ +static_assert(offsetof(USBZPlayerMovementComponent, bAutoComputeTrajectory) == 0x000E50, "Member 'USBZPlayerMovementComponent::bAutoComputeTrajectory' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementComponent, AutoComputeTrajectoryInterval) == 0x000E54, "Member 'USBZPlayerMovementComponent::AutoComputeTrajectoryInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementComponent, MinSpeedToSprintAccelerating) == 0x000E58, "Member 'USBZPlayerMovementComponent::MinSpeedToSprintAccelerating' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementComponent, MinSpeedToSprintDecelerating) == 0x000E5C, "Member 'USBZPlayerMovementComponent::MinSpeedToSprintDecelerating' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementComponent, MaxAngleToSprintAccelerating) == 0x000E60, "Member 'USBZPlayerMovementComponent::MaxAngleToSprintAccelerating' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementComponent, MaxAngleToSprintDecelerating) == 0x000E64, "Member 'USBZPlayerMovementComponent::MaxAngleToSprintDecelerating' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementComponent, MaxSimulationTimeStepForMovingObject) == 0x000E68, "Member 'USBZPlayerMovementComponent::MaxSimulationTimeStepForMovingObject' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementComponent, PushActorMassMultiplier) == 0x000E70, "Member 'USBZPlayerMovementComponent::PushActorMassMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementComponent, PushActorVelToImpulseModifier) == 0x000EF8, "Member 'USBZPlayerMovementComponent::PushActorVelToImpulseModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementComponent, PushActorVelToAngularImpulseModifier) == 0x000EFC, "Member 'USBZPlayerMovementComponent::PushActorVelToAngularImpulseModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementComponent, MovingObjectCollisionMinLaunchVelocity) == 0x000F00, "Member 'USBZPlayerMovementComponent::MovingObjectCollisionMinLaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementComponent, MovingObjectCollisionMaxLaunchVelocity) == 0x000F04, "Member 'USBZPlayerMovementComponent::MovingObjectCollisionMaxLaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementComponent, MovingObjectCollisionVelocityFactor) == 0x000F08, "Member 'USBZPlayerMovementComponent::MovingObjectCollisionVelocityFactor' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementComponent, MovingObjectCapsuleInflation) == 0x000F0C, "Member 'USBZPlayerMovementComponent::MovingObjectCapsuleInflation' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementComponent, MinLoadoutTierIndex) == 0x000F10, "Member 'USBZPlayerMovementComponent::MinLoadoutTierIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementComponent, WeightAssetArray) == 0x000F18, "Member 'USBZPlayerMovementComponent::WeightAssetArray' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementComponent, WeightAsset) == 0x000F28, "Member 'USBZPlayerMovementComponent::WeightAsset' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementComponent, WeightAssetOverride) == 0x000F30, "Member 'USBZPlayerMovementComponent::WeightAssetOverride' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementComponent, WeightTierAsset) == 0x000F38, "Member 'USBZPlayerMovementComponent::WeightTierAsset' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementComponent, SkillSprintModifier) == 0x000F40, "Member 'USBZPlayerMovementComponent::SkillSprintModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerMovementComponent, SkillWalkHumanShieldModifier) == 0x000F44, "Member 'USBZPlayerMovementComponent::SkillWalkHumanShieldModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerNearWorldEvent \ +static_assert(alignof(USBZPlayerNearWorldEvent) == 0x000008, "Wrong alignment on USBZPlayerNearWorldEvent"); \ +static_assert(sizeof(USBZPlayerNearWorldEvent) == 0x000040, "Wrong size on USBZPlayerNearWorldEvent"); \ +static_assert(offsetof(USBZPlayerNearWorldEvent, MaxDistance) == 0x000030, "Member 'USBZPlayerNearWorldEvent::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerNearWorldEvent, AngleRange) == 0x000034, "Member 'USBZPlayerNearWorldEvent::AngleRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateFunctionalTest \ +static_assert(alignof(USBZStateMachineStateFunctionalTest) == 0x000008, "Wrong alignment on USBZStateMachineStateFunctionalTest"); \ +static_assert(sizeof(USBZStateMachineStateFunctionalTest) == 0x000080, "Wrong size on USBZStateMachineStateFunctionalTest"); \ + +#define DUMPER7_ASSERTS_USBZPlayerOnlineStatusLibrary \ +static_assert(alignof(USBZPlayerOnlineStatusLibrary) == 0x000008, "Wrong alignment on USBZPlayerOnlineStatusLibrary"); \ +static_assert(sizeof(USBZPlayerOnlineStatusLibrary) == 0x000030, "Wrong size on USBZPlayerOnlineStatusLibrary"); \ + +#define DUMPER7_ASSERTS_USBZSkillGunslingerGunslingerAced \ +static_assert(alignof(USBZSkillGunslingerGunslingerAced) == 0x000008, "Wrong alignment on USBZSkillGunslingerGunslingerAced"); \ +static_assert(sizeof(USBZSkillGunslingerGunslingerAced) == 0x000230, "Wrong size on USBZSkillGunslingerGunslingerAced"); \ + +#define DUMPER7_ASSERTS_USBZPlayerSpawnAnimationAbility \ +static_assert(alignof(USBZPlayerSpawnAnimationAbility) == 0x000008, "Wrong alignment on USBZPlayerSpawnAnimationAbility"); \ +static_assert(sizeof(USBZPlayerSpawnAnimationAbility) == 0x0004E0, "Wrong size on USBZPlayerSpawnAnimationAbility"); \ +static_assert(offsetof(USBZPlayerSpawnAnimationAbility, PlayedMontage) == 0x0004D8, "Member 'USBZPlayerSpawnAnimationAbility::PlayedMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZTacticalNavigationQueryFilter \ +static_assert(alignof(USBZTacticalNavigationQueryFilter) == 0x000008, "Wrong alignment on USBZTacticalNavigationQueryFilter"); \ +static_assert(sizeof(USBZTacticalNavigationQueryFilter) == 0x000078, "Wrong size on USBZTacticalNavigationQueryFilter"); \ +static_assert(offsetof(USBZTacticalNavigationQueryFilter, VisibilityCostMultiplier) == 0x000050, "Member 'USBZTacticalNavigationQueryFilter::VisibilityCostMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZTacticalNavigationQueryFilter, DistanceCostMultiplier) == 0x000054, "Member 'USBZTacticalNavigationQueryFilter::DistanceCostMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZTacticalNavigationQueryFilter, HeuristicScale) == 0x000058, "Member 'USBZTacticalNavigationQueryFilter::HeuristicScale' has a wrong offset!"); \ +static_assert(offsetof(USBZTacticalNavigationQueryFilter, EnemyExcluderRadius) == 0x00005C, "Member 'USBZTacticalNavigationQueryFilter::EnemyExcluderRadius' has a wrong offset!"); \ +static_assert(offsetof(USBZTacticalNavigationQueryFilter, MaxRelevantDist) == 0x000060, "Member 'USBZTacticalNavigationQueryFilter::MaxRelevantDist' has a wrong offset!"); \ +static_assert(offsetof(USBZTacticalNavigationQueryFilter, VisibilityScoreBoostMultiplier) == 0x000064, "Member 'USBZTacticalNavigationQueryFilter::VisibilityScoreBoostMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZTacticalNavigationQueryFilter, RejectingHeightDiffBetweenNodeAndEnemy) == 0x000068, "Member 'USBZTacticalNavigationQueryFilter::RejectingHeightDiffBetweenNodeAndEnemy' has a wrong offset!"); \ +static_assert(offsetof(USBZTacticalNavigationQueryFilter, bActive) == 0x00006C, "Member 'USBZTacticalNavigationQueryFilter::bActive' has a wrong offset!"); \ +static_assert(offsetof(USBZTacticalNavigationQueryFilter, AreaFixedSizeMinAdditionnalLength) == 0x00006E, "Member 'USBZTacticalNavigationQueryFilter::AreaFixedSizeMinAdditionnalLength' has a wrong offset!"); \ +static_assert(offsetof(USBZTacticalNavigationQueryFilter, AreaFixedSizeMaxAdditionnalLength) == 0x000070, "Member 'USBZTacticalNavigationQueryFilter::AreaFixedSizeMaxAdditionnalLength' has a wrong offset!"); \ +static_assert(offsetof(USBZTacticalNavigationQueryFilter, AreaFixedSizeMinAdditionnalWidth) == 0x000072, "Member 'USBZTacticalNavigationQueryFilter::AreaFixedSizeMinAdditionnalWidth' has a wrong offset!"); \ +static_assert(offsetof(USBZTacticalNavigationQueryFilter, AreaFixedSizeMaxAdditionnalWidth) == 0x000074, "Member 'USBZTacticalNavigationQueryFilter::AreaFixedSizeMaxAdditionnalWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPlayerStart \ +static_assert(alignof(ASBZPlayerStart) == 0x000008, "Wrong alignment on ASBZPlayerStart"); \ +static_assert(sizeof(ASBZPlayerStart) == 0x0002F0, "Wrong size on ASBZPlayerStart"); \ +static_assert(offsetof(ASBZPlayerStart, OnPlayerStartUsed) == 0x0002E0, "Member 'ASBZPlayerStart::OnPlayerStartUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPlayerStartGroup \ +static_assert(alignof(ASBZPlayerStartGroup) == 0x000008, "Wrong alignment on ASBZPlayerStartGroup"); \ +static_assert(sizeof(ASBZPlayerStartGroup) == 0x0002D0, "Wrong size on ASBZPlayerStartGroup"); \ +static_assert(offsetof(ASBZPlayerStartGroup, PlayerStarts) == 0x0002A8, "Member 'ASBZPlayerStartGroup::PlayerStarts' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerStartGroup, OnSpawnGroupChosen) == 0x0002B8, "Member 'ASBZPlayerStartGroup::OnSpawnGroupChosen' has a wrong offset!"); \ +static_assert(offsetof(ASBZPlayerStartGroup, Weight) == 0x0002C8, "Member 'ASBZPlayerStartGroup::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillHackerSignalCatch \ +static_assert(alignof(USBZSkillHackerSignalCatch) == 0x000008, "Wrong alignment on USBZSkillHackerSignalCatch"); \ +static_assert(sizeof(USBZSkillHackerSignalCatch) == 0x000230, "Wrong size on USBZSkillHackerSignalCatch"); \ + +#define DUMPER7_ASSERTS_USBZPlayerStoreItems \ +static_assert(alignof(USBZPlayerStoreItems) == 0x000008, "Wrong alignment on USBZPlayerStoreItems"); \ +static_assert(sizeof(USBZPlayerStoreItems) == 0x000030, "Wrong size on USBZPlayerStoreItems"); \ + +#define DUMPER7_ASSERTS_USBZPlayerTargetAbility \ +static_assert(alignof(USBZPlayerTargetAbility) == 0x000008, "Wrong alignment on USBZPlayerTargetAbility"); \ +static_assert(sizeof(USBZPlayerTargetAbility) == 0x0004D8, "Wrong size on USBZPlayerTargetAbility"); \ + +#define DUMPER7_ASSERTS_USBZTasedData \ +static_assert(alignof(USBZTasedData) == 0x000008, "Wrong alignment on USBZTasedData"); \ +static_assert(sizeof(USBZTasedData) == 0x0000B0, "Wrong size on USBZTasedData"); \ +static_assert(offsetof(USBZTasedData, LimitedControlTimer) == 0x000038, "Member 'USBZTasedData::LimitedControlTimer' has a wrong offset!"); \ +static_assert(offsetof(USBZTasedData, AccuracyModifierDegrees) == 0x00003C, "Member 'USBZTasedData::AccuracyModifierDegrees' has a wrong offset!"); \ +static_assert(offsetof(USBZTasedData, TasedTiltSpeed) == 0x000040, "Member 'USBZTasedData::TasedTiltSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZTasedData, TasedTiltDegrees) == 0x000044, "Member 'USBZTasedData::TasedTiltDegrees' has a wrong offset!"); \ +static_assert(offsetof(USBZTasedData, UncontrolledShootingTimeInterval) == 0x000048, "Member 'USBZTasedData::UncontrolledShootingTimeInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZTasedData, UncontrolledShootingCooldownTimeInterval) == 0x000050, "Member 'USBZTasedData::UncontrolledShootingCooldownTimeInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZTasedData, TasedCameraShakeFeedback) == 0x000058, "Member 'USBZTasedData::TasedCameraShakeFeedback' has a wrong offset!"); \ +static_assert(offsetof(USBZTasedData, TasedGentlyCameraShakeFeedback) == 0x000060, "Member 'USBZTasedData::TasedGentlyCameraShakeFeedback' has a wrong offset!"); \ +static_assert(offsetof(USBZTasedData, TasedUncontrolledCameraShakeFeedback) == 0x000068, "Member 'USBZTasedData::TasedUncontrolledCameraShakeFeedback' has a wrong offset!"); \ +static_assert(offsetof(USBZTasedData, LockCameraData) == 0x000070, "Member 'USBZTasedData::LockCameraData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerThePunchMeleeAbility \ +static_assert(alignof(USBZPlayerThePunchMeleeAbility) == 0x000008, "Wrong alignment on USBZPlayerThePunchMeleeAbility"); \ +static_assert(sizeof(USBZPlayerThePunchMeleeAbility) == 0x000510, "Wrong size on USBZPlayerThePunchMeleeAbility"); \ + +#define DUMPER7_ASSERTS_USBZSkillHackingHackLooperAced \ +static_assert(alignof(USBZSkillHackingHackLooperAced) == 0x000008, "Wrong alignment on USBZSkillHackingHackLooperAced"); \ +static_assert(sizeof(USBZSkillHackingHackLooperAced) == 0x000230, "Wrong size on USBZSkillHackingHackLooperAced"); \ + +#define DUMPER7_ASSERTS_USBZPlayerThePunchHeavyMeleeAbility \ +static_assert(alignof(USBZPlayerThePunchHeavyMeleeAbility) == 0x000008, "Wrong alignment on USBZPlayerThePunchHeavyMeleeAbility"); \ +static_assert(sizeof(USBZPlayerThePunchHeavyMeleeAbility) == 0x000518, "Wrong size on USBZPlayerThePunchHeavyMeleeAbility"); \ + +#define DUMPER7_ASSERTS_USBZPlayerViewTargetAbility \ +static_assert(alignof(USBZPlayerViewTargetAbility) == 0x000008, "Wrong alignment on USBZPlayerViewTargetAbility"); \ +static_assert(sizeof(USBZPlayerViewTargetAbility) == 0x0004D8, "Wrong size on USBZPlayerViewTargetAbility"); \ + +#define DUMPER7_ASSERTS_SBZPocketDrill_OnActivationComplete \ +static_assert(alignof(SBZPocketDrill_OnActivationComplete) == 0x000008, "Wrong alignment on SBZPocketDrill_OnActivationComplete"); \ +static_assert(sizeof(SBZPocketDrill_OnActivationComplete) == 0x000018, "Wrong size on SBZPocketDrill_OnActivationComplete"); \ +static_assert(offsetof(SBZPocketDrill_OnActivationComplete, Interactable) == 0x000000, "Member 'SBZPocketDrill_OnActivationComplete::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZPocketDrill_OnActivationComplete, Interactor) == 0x000008, "Member 'SBZPocketDrill_OnActivationComplete::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZPocketDrill_OnActivationComplete, bInIsLocallyControlled) == 0x000010, "Member 'SBZPocketDrill_OnActivationComplete::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPocketDrill_OnAdjustInteraction \ +static_assert(alignof(SBZPocketDrill_OnAdjustInteraction) == 0x000008, "Wrong alignment on SBZPocketDrill_OnAdjustInteraction"); \ +static_assert(sizeof(SBZPocketDrill_OnAdjustInteraction) == 0x000018, "Wrong size on SBZPocketDrill_OnAdjustInteraction"); \ +static_assert(offsetof(SBZPocketDrill_OnAdjustInteraction, Interactable) == 0x000000, "Member 'SBZPocketDrill_OnAdjustInteraction::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZPocketDrill_OnAdjustInteraction, Interactor) == 0x000008, "Member 'SBZPocketDrill_OnAdjustInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZPocketDrill_OnAdjustInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZPocketDrill_OnAdjustInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPocketDrill_OnAdjustInteractionAborted \ +static_assert(alignof(SBZPocketDrill_OnAdjustInteractionAborted) == 0x000008, "Wrong alignment on SBZPocketDrill_OnAdjustInteractionAborted"); \ +static_assert(sizeof(SBZPocketDrill_OnAdjustInteractionAborted) == 0x000018, "Wrong size on SBZPocketDrill_OnAdjustInteractionAborted"); \ +static_assert(offsetof(SBZPocketDrill_OnAdjustInteractionAborted, Interactable) == 0x000000, "Member 'SBZPocketDrill_OnAdjustInteractionAborted::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZPocketDrill_OnAdjustInteractionAborted, Interactor) == 0x000008, "Member 'SBZPocketDrill_OnAdjustInteractionAborted::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZPocketDrill_OnAdjustInteractionAborted, bInIsLocallyControlled) == 0x000010, "Member 'SBZPocketDrill_OnAdjustInteractionAborted::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPocketDrill_OnAdjustInteractionStarted \ +static_assert(alignof(SBZPocketDrill_OnAdjustInteractionStarted) == 0x000008, "Wrong alignment on SBZPocketDrill_OnAdjustInteractionStarted"); \ +static_assert(sizeof(SBZPocketDrill_OnAdjustInteractionStarted) == 0x000018, "Wrong size on SBZPocketDrill_OnAdjustInteractionStarted"); \ +static_assert(offsetof(SBZPocketDrill_OnAdjustInteractionStarted, Interactable) == 0x000000, "Member 'SBZPocketDrill_OnAdjustInteractionStarted::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZPocketDrill_OnAdjustInteractionStarted, Interactor) == 0x000008, "Member 'SBZPocketDrill_OnAdjustInteractionStarted::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZPocketDrill_OnAdjustInteractionStarted, bInIsLocallyControlled) == 0x000010, "Member 'SBZPocketDrill_OnAdjustInteractionStarted::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPocketDrill_OnRep_IsEnabled \ +static_assert(alignof(SBZPocketDrill_OnRep_IsEnabled) == 0x000001, "Wrong alignment on SBZPocketDrill_OnRep_IsEnabled"); \ +static_assert(sizeof(SBZPocketDrill_OnRep_IsEnabled) == 0x000001, "Wrong size on SBZPocketDrill_OnRep_IsEnabled"); \ +static_assert(offsetof(SBZPocketDrill_OnRep_IsEnabled, bOldValue) == 0x000000, "Member 'SBZPocketDrill_OnRep_IsEnabled::bOldValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPocketDrill_OnUnjamInteraction \ +static_assert(alignof(SBZPocketDrill_OnUnjamInteraction) == 0x000008, "Wrong alignment on SBZPocketDrill_OnUnjamInteraction"); \ +static_assert(sizeof(SBZPocketDrill_OnUnjamInteraction) == 0x000018, "Wrong size on SBZPocketDrill_OnUnjamInteraction"); \ +static_assert(offsetof(SBZPocketDrill_OnUnjamInteraction, Interactable) == 0x000000, "Member 'SBZPocketDrill_OnUnjamInteraction::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZPocketDrill_OnUnjamInteraction, Interactor) == 0x000008, "Member 'SBZPocketDrill_OnUnjamInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZPocketDrill_OnUnjamInteraction, bInIsLocallyControlled) == 0x000010, "Member 'SBZPocketDrill_OnUnjamInteraction::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPocketDrill_SetActive \ +static_assert(alignof(SBZPocketDrill_SetActive) == 0x000001, "Wrong alignment on SBZPocketDrill_SetActive"); \ +static_assert(sizeof(SBZPocketDrill_SetActive) == 0x000001, "Wrong size on SBZPocketDrill_SetActive"); \ +static_assert(offsetof(SBZPocketDrill_SetActive, bIsActive) == 0x000000, "Member 'SBZPocketDrill_SetActive::bIsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZPocketDrill \ +static_assert(alignof(ASBZPocketDrill) == 0x000008, "Wrong alignment on ASBZPocketDrill"); \ +static_assert(sizeof(ASBZPocketDrill) == 0x000530, "Wrong size on ASBZPocketDrill"); \ +static_assert(offsetof(ASBZPocketDrill, WidgetComponent) == 0x000430, "Member 'ASBZPocketDrill::WidgetComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZPocketDrill, MeshComponent) == 0x000450, "Member 'ASBZPocketDrill::MeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZPocketDrill, ActivationAreaComponent) == 0x000470, "Member 'ASBZPocketDrill::ActivationAreaComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZPocketDrill, MotorMeshComponent) == 0x000490, "Member 'ASBZPocketDrill::MotorMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZPocketDrill, DisassembleMarkerAsset) == 0x0004B0, "Member 'ASBZPocketDrill::DisassembleMarkerAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZPocketDrill, NumberOfNeededAdjusts) == 0x0004B8, "Member 'ASBZPocketDrill::NumberOfNeededAdjusts' has a wrong offset!"); \ +static_assert(offsetof(ASBZPocketDrill, SliceOffset) == 0x0004BC, "Member 'ASBZPocketDrill::SliceOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZPocketDrill, AdjustTimeSeconds) == 0x0004C0, "Member 'ASBZPocketDrill::AdjustTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(ASBZPocketDrill, bStartActive) == 0x0004C4, "Member 'ASBZPocketDrill::bStartActive' has a wrong offset!"); \ +static_assert(offsetof(ASBZPocketDrill, UnjamInteraction) == 0x0004C8, "Member 'ASBZPocketDrill::UnjamInteraction' has a wrong offset!"); \ +static_assert(offsetof(ASBZPocketDrill, AdjustInteraction) == 0x0004D0, "Member 'ASBZPocketDrill::AdjustInteraction' has a wrong offset!"); \ +static_assert(offsetof(ASBZPocketDrill, ActivationInteraction) == 0x0004D8, "Member 'ASBZPocketDrill::ActivationInteraction' has a wrong offset!"); \ +static_assert(offsetof(ASBZPocketDrill, AlarmNotificationAsset) == 0x0004E0, "Member 'ASBZPocketDrill::AlarmNotificationAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZPocketDrill, MotorEndingXPosition) == 0x0004E8, "Member 'ASBZPocketDrill::MotorEndingXPosition' has a wrong offset!"); \ +static_assert(offsetof(ASBZPocketDrill, MotorStartingXPosition) == 0x0004EC, "Member 'ASBZPocketDrill::MotorStartingXPosition' has a wrong offset!"); \ +static_assert(offsetof(ASBZPocketDrill, AdjustsReached) == 0x0004F0, "Member 'ASBZPocketDrill::AdjustsReached' has a wrong offset!"); \ +static_assert(offsetof(ASBZPocketDrill, DrillMesh) == 0x0004F8, "Member 'ASBZPocketDrill::DrillMesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZPocketDrill, bIsEnabled) == 0x000500, "Member 'ASBZPocketDrill::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZPocketDrill, ProgressPerSecond) == 0x000504, "Member 'ASBZPocketDrill::ProgressPerSecond' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZPopupWidgetInterface \ +static_assert(alignof(ISBZPopupWidgetInterface) == 0x000001, "Wrong alignment on ISBZPopupWidgetInterface"); \ +static_assert(sizeof(ISBZPopupWidgetInterface) == 0x000001, "Wrong size on ISBZPopupWidgetInterface"); \ + +#define DUMPER7_ASSERTS_ASBZStaticReplicatedActor \ +static_assert(alignof(ASBZStaticReplicatedActor) == 0x000008, "Wrong alignment on ASBZStaticReplicatedActor"); \ +static_assert(sizeof(ASBZStaticReplicatedActor) == 0x0002A8, "Wrong size on ASBZStaticReplicatedActor"); \ + +#define DUMPER7_ASSERTS_USBZPostAKEventNotify \ +static_assert(alignof(USBZPostAKEventNotify) == 0x000008, "Wrong alignment on USBZPostAKEventNotify"); \ +static_assert(sizeof(USBZPostAKEventNotify) == 0x000078, "Wrong size on USBZPostAKEventNotify"); \ +static_assert(offsetof(USBZPostAKEventNotify, AttachName) == 0x000040, "Member 'USBZPostAKEventNotify::AttachName' has a wrong offset!"); \ +static_assert(offsetof(USBZPostAKEventNotify, Event) == 0x000050, "Member 'USBZPostAKEventNotify::Event' has a wrong offset!"); \ +static_assert(offsetof(USBZPostAKEventNotify, EventName) == 0x000058, "Member 'USBZPostAKEventNotify::EventName' has a wrong offset!"); \ +static_assert(offsetof(USBZPostAKEventNotify, ChromaSensaEffect) == 0x000068, "Member 'USBZPostAKEventNotify::ChromaSensaEffect' has a wrong offset!"); \ +static_assert(offsetof(USBZPostAKEventNotify, bFollow) == 0x000070, "Member 'USBZPostAKEventNotify::bFollow' has a wrong offset!"); \ +static_assert(offsetof(USBZPostAKEventNotify, bDistanceCulled) == 0x000071, "Member 'USBZPostAKEventNotify::bDistanceCulled' has a wrong offset!"); \ +static_assert(offsetof(USBZPostAKEventNotify, bOverrideCullingDistance) == 0x000072, "Member 'USBZPostAKEventNotify::bOverrideCullingDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZPostAKEventNotify, CullingDistance) == 0x000074, "Member 'USBZPostAKEventNotify::CullingDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPredefinedBoxNavModifierComponent \ +static_assert(alignof(USBZPredefinedBoxNavModifierComponent) == 0x000010, "Wrong alignment on USBZPredefinedBoxNavModifierComponent"); \ +static_assert(sizeof(USBZPredefinedBoxNavModifierComponent) == 0x000160, "Wrong size on USBZPredefinedBoxNavModifierComponent"); \ +static_assert(offsetof(USBZPredefinedBoxNavModifierComponent, BoxExtent) == 0x000150, "Member 'USBZPredefinedBoxNavModifierComponent::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(USBZPredefinedBoxNavModifierComponent, ForwardOffset) == 0x00015C, "Member 'USBZPredefinedBoxNavModifierComponent::ForwardOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPreplanningAssetData1 \ +static_assert(alignof(USBZPreplanningAssetData1) == 0x000008, "Wrong alignment on USBZPreplanningAssetData1"); \ +static_assert(sizeof(USBZPreplanningAssetData1) == 0x000160, "Wrong size on USBZPreplanningAssetData1"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineDataGameError \ +static_assert(alignof(USBZStateMachineDataGameError) == 0x000008, "Wrong alignment on USBZStateMachineDataGameError"); \ +static_assert(sizeof(USBZStateMachineDataGameError) == 0x000040, "Wrong size on USBZStateMachineDataGameError"); \ +static_assert(offsetof(USBZStateMachineDataGameError, ErrorType) == 0x000038, "Member 'USBZStateMachineDataGameError::ErrorType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPreplanningAssetManager_GetPreplanningAssetManager \ +static_assert(alignof(SBZPreplanningAssetManager_GetPreplanningAssetManager) == 0x000008, "Wrong alignment on SBZPreplanningAssetManager_GetPreplanningAssetManager"); \ +static_assert(sizeof(SBZPreplanningAssetManager_GetPreplanningAssetManager) == 0x000010, "Wrong size on SBZPreplanningAssetManager_GetPreplanningAssetManager"); \ +static_assert(offsetof(SBZPreplanningAssetManager_GetPreplanningAssetManager, WorldContextObject) == 0x000000, "Member 'SBZPreplanningAssetManager_GetPreplanningAssetManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZPreplanningAssetManager_GetPreplanningAssetManager, ReturnValue) == 0x000008, "Member 'SBZPreplanningAssetManager_GetPreplanningAssetManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPreplanningAssetManager_ConsumeUserEntitlementError \ +static_assert(alignof(SBZPreplanningAssetManager_ConsumeUserEntitlementError) == 0x000001, "Wrong alignment on SBZPreplanningAssetManager_ConsumeUserEntitlementError"); \ +static_assert(sizeof(SBZPreplanningAssetManager_ConsumeUserEntitlementError) == 0x000001, "Wrong size on SBZPreplanningAssetManager_ConsumeUserEntitlementError"); \ +static_assert(offsetof(SBZPreplanningAssetManager_ConsumeUserEntitlementError, Result) == 0x000000, "Member 'SBZPreplanningAssetManager_ConsumeUserEntitlementError::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPreplanningAssetManager_ConsumeUserEntitlementSuccess \ +static_assert(alignof(SBZPreplanningAssetManager_ConsumeUserEntitlementSuccess) == 0x000001, "Wrong alignment on SBZPreplanningAssetManager_ConsumeUserEntitlementSuccess"); \ +static_assert(sizeof(SBZPreplanningAssetManager_ConsumeUserEntitlementSuccess) == 0x000001, "Wrong size on SBZPreplanningAssetManager_ConsumeUserEntitlementSuccess"); \ +static_assert(offsetof(SBZPreplanningAssetManager_ConsumeUserEntitlementSuccess, Result) == 0x000000, "Member 'SBZPreplanningAssetManager_ConsumeUserEntitlementSuccess::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPreplanningAssetManager_GetAssetBySku \ +static_assert(alignof(SBZPreplanningAssetManager_GetAssetBySku) == 0x000008, "Wrong alignment on SBZPreplanningAssetManager_GetAssetBySku"); \ +static_assert(sizeof(SBZPreplanningAssetManager_GetAssetBySku) == 0x000018, "Wrong size on SBZPreplanningAssetManager_GetAssetBySku"); \ +static_assert(offsetof(SBZPreplanningAssetManager_GetAssetBySku, InAssetSku) == 0x000000, "Member 'SBZPreplanningAssetManager_GetAssetBySku::InAssetSku' has a wrong offset!"); \ +static_assert(offsetof(SBZPreplanningAssetManager_GetAssetBySku, ReturnValue) == 0x000010, "Member 'SBZPreplanningAssetManager_GetAssetBySku::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPreplanningAssetManager \ +static_assert(alignof(USBZPreplanningAssetManager) == 0x000008, "Wrong alignment on USBZPreplanningAssetManager"); \ +static_assert(sizeof(USBZPreplanningAssetManager) == 0x000058, "Wrong size on USBZPreplanningAssetManager"); \ + +#define DUMPER7_ASSERTS_USBZPreplanningModifierSettings \ +static_assert(alignof(USBZPreplanningModifierSettings) == 0x000008, "Wrong alignment on USBZPreplanningModifierSettings"); \ +static_assert(sizeof(USBZPreplanningModifierSettings) == 0x000058, "Wrong size on USBZPreplanningModifierSettings"); \ +static_assert(offsetof(USBZPreplanningModifierSettings, Settings) == 0x000048, "Member 'USBZPreplanningModifierSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZProgressionSaveGame_GetPlayerCosmeticsConfigArrayForPlatform \ +static_assert(alignof(SBZProgressionSaveGame_GetPlayerCosmeticsConfigArrayForPlatform) == 0x000004, "Wrong alignment on SBZProgressionSaveGame_GetPlayerCosmeticsConfigArrayForPlatform"); \ +static_assert(sizeof(SBZProgressionSaveGame_GetPlayerCosmeticsConfigArrayForPlatform) == 0x00000C, "Wrong size on SBZProgressionSaveGame_GetPlayerCosmeticsConfigArrayForPlatform"); \ +static_assert(offsetof(SBZProgressionSaveGame_GetPlayerCosmeticsConfigArrayForPlatform, ReturnValue) == 0x000000, "Member 'SBZProgressionSaveGame_GetPlayerCosmeticsConfigArrayForPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZProgressionSaveGame_OnUseDefaultOutfitDone \ +static_assert(alignof(SBZProgressionSaveGame_OnUseDefaultOutfitDone) == 0x000001, "Wrong alignment on SBZProgressionSaveGame_OnUseDefaultOutfitDone"); \ +static_assert(sizeof(SBZProgressionSaveGame_OnUseDefaultOutfitDone) == 0x000001, "Wrong size on SBZProgressionSaveGame_OnUseDefaultOutfitDone"); \ +static_assert(offsetof(SBZProgressionSaveGame_OnUseDefaultOutfitDone, Result) == 0x000000, "Member 'SBZProgressionSaveGame_OnUseDefaultOutfitDone::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZProgressionSaveGame_GetArmorInventorySlotArray \ +static_assert(alignof(SBZProgressionSaveGame_GetArmorInventorySlotArray) == 0x000008, "Wrong alignment on SBZProgressionSaveGame_GetArmorInventorySlotArray"); \ +static_assert(sizeof(SBZProgressionSaveGame_GetArmorInventorySlotArray) == 0x000010, "Wrong size on SBZProgressionSaveGame_GetArmorInventorySlotArray"); \ +static_assert(offsetof(SBZProgressionSaveGame_GetArmorInventorySlotArray, ReturnValue) == 0x000000, "Member 'SBZProgressionSaveGame_GetArmorInventorySlotArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZProgressionSaveGame_GetEquippedWeaponInventorySlotIndex \ +static_assert(alignof(SBZProgressionSaveGame_GetEquippedWeaponInventorySlotIndex) == 0x000004, "Wrong alignment on SBZProgressionSaveGame_GetEquippedWeaponInventorySlotIndex"); \ +static_assert(sizeof(SBZProgressionSaveGame_GetEquippedWeaponInventorySlotIndex) == 0x00000C, "Wrong size on SBZProgressionSaveGame_GetEquippedWeaponInventorySlotIndex"); \ +static_assert(offsetof(SBZProgressionSaveGame_GetEquippedWeaponInventorySlotIndex, LoadoutIndex) == 0x000000, "Member 'SBZProgressionSaveGame_GetEquippedWeaponInventorySlotIndex::LoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZProgressionSaveGame_GetEquippedWeaponInventorySlotIndex, ItemSlot) == 0x000004, "Member 'SBZProgressionSaveGame_GetEquippedWeaponInventorySlotIndex::ItemSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZProgressionSaveGame_GetEquippedWeaponInventorySlotIndex, ReturnValue) == 0x000008, "Member 'SBZProgressionSaveGame_GetEquippedWeaponInventorySlotIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZProgressionSaveGame_GetGloveInventorySlotArray \ +static_assert(alignof(SBZProgressionSaveGame_GetGloveInventorySlotArray) == 0x000008, "Wrong alignment on SBZProgressionSaveGame_GetGloveInventorySlotArray"); \ +static_assert(sizeof(SBZProgressionSaveGame_GetGloveInventorySlotArray) == 0x000010, "Wrong size on SBZProgressionSaveGame_GetGloveInventorySlotArray"); \ +static_assert(offsetof(SBZProgressionSaveGame_GetGloveInventorySlotArray, ReturnValue) == 0x000000, "Member 'SBZProgressionSaveGame_GetGloveInventorySlotArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZProgressionSaveGame_GetMaskInventorySlotArray \ +static_assert(alignof(SBZProgressionSaveGame_GetMaskInventorySlotArray) == 0x000008, "Wrong alignment on SBZProgressionSaveGame_GetMaskInventorySlotArray"); \ +static_assert(sizeof(SBZProgressionSaveGame_GetMaskInventorySlotArray) == 0x000010, "Wrong size on SBZProgressionSaveGame_GetMaskInventorySlotArray"); \ +static_assert(offsetof(SBZProgressionSaveGame_GetMaskInventorySlotArray, ReturnValue) == 0x000000, "Member 'SBZProgressionSaveGame_GetMaskInventorySlotArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZProgressionSaveGame_GetSuitInventorySlotArray \ +static_assert(alignof(SBZProgressionSaveGame_GetSuitInventorySlotArray) == 0x000008, "Wrong alignment on SBZProgressionSaveGame_GetSuitInventorySlotArray"); \ +static_assert(sizeof(SBZProgressionSaveGame_GetSuitInventorySlotArray) == 0x000010, "Wrong size on SBZProgressionSaveGame_GetSuitInventorySlotArray"); \ +static_assert(offsetof(SBZProgressionSaveGame_GetSuitInventorySlotArray, ReturnValue) == 0x000000, "Member 'SBZProgressionSaveGame_GetSuitInventorySlotArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZProgressionSaveGame_GetUncheckedGloveInventorySlotArray \ +static_assert(alignof(SBZProgressionSaveGame_GetUncheckedGloveInventorySlotArray) == 0x000008, "Wrong alignment on SBZProgressionSaveGame_GetUncheckedGloveInventorySlotArray"); \ +static_assert(sizeof(SBZProgressionSaveGame_GetUncheckedGloveInventorySlotArray) == 0x000010, "Wrong size on SBZProgressionSaveGame_GetUncheckedGloveInventorySlotArray"); \ +static_assert(offsetof(SBZProgressionSaveGame_GetUncheckedGloveInventorySlotArray, ReturnValue) == 0x000000, "Member 'SBZProgressionSaveGame_GetUncheckedGloveInventorySlotArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZProgressionSaveGame_GetUncheckedMaskInventorySlotArray \ +static_assert(alignof(SBZProgressionSaveGame_GetUncheckedMaskInventorySlotArray) == 0x000008, "Wrong alignment on SBZProgressionSaveGame_GetUncheckedMaskInventorySlotArray"); \ +static_assert(sizeof(SBZProgressionSaveGame_GetUncheckedMaskInventorySlotArray) == 0x000010, "Wrong size on SBZProgressionSaveGame_GetUncheckedMaskInventorySlotArray"); \ +static_assert(offsetof(SBZProgressionSaveGame_GetUncheckedMaskInventorySlotArray, ReturnValue) == 0x000000, "Member 'SBZProgressionSaveGame_GetUncheckedMaskInventorySlotArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZProgressionSaveGame_GetUncheckedSuitInventorySlotArray \ +static_assert(alignof(SBZProgressionSaveGame_GetUncheckedSuitInventorySlotArray) == 0x000008, "Wrong alignment on SBZProgressionSaveGame_GetUncheckedSuitInventorySlotArray"); \ +static_assert(sizeof(SBZProgressionSaveGame_GetUncheckedSuitInventorySlotArray) == 0x000010, "Wrong size on SBZProgressionSaveGame_GetUncheckedSuitInventorySlotArray"); \ +static_assert(offsetof(SBZProgressionSaveGame_GetUncheckedSuitInventorySlotArray, ReturnValue) == 0x000000, "Member 'SBZProgressionSaveGame_GetUncheckedSuitInventorySlotArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZProgressionSaveGame_GetWeaponInventorySlotArray \ +static_assert(alignof(SBZProgressionSaveGame_GetWeaponInventorySlotArray) == 0x000008, "Wrong alignment on SBZProgressionSaveGame_GetWeaponInventorySlotArray"); \ +static_assert(sizeof(SBZProgressionSaveGame_GetWeaponInventorySlotArray) == 0x000018, "Wrong size on SBZProgressionSaveGame_GetWeaponInventorySlotArray"); \ +static_assert(offsetof(SBZProgressionSaveGame_GetWeaponInventorySlotArray, EquippableSlot) == 0x000000, "Member 'SBZProgressionSaveGame_GetWeaponInventorySlotArray::EquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZProgressionSaveGame_GetWeaponInventorySlotArray, ReturnValue) == 0x000008, "Member 'SBZProgressionSaveGame_GetWeaponInventorySlotArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZProgressionSaveGame \ +static_assert(alignof(USBZProgressionSaveGame) == 0x000008, "Wrong alignment on USBZProgressionSaveGame"); \ +static_assert(sizeof(USBZProgressionSaveGame) == 0x000568, "Wrong size on USBZProgressionSaveGame"); \ +static_assert(offsetof(USBZProgressionSaveGame, ProgressionSaveGameData) == 0x000050, "Member 'USBZProgressionSaveGame::ProgressionSaveGameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineDataWaitActionPhase \ +static_assert(alignof(USBZStateMachineDataWaitActionPhase) == 0x000008, "Wrong alignment on USBZStateMachineDataWaitActionPhase"); \ +static_assert(sizeof(USBZStateMachineDataWaitActionPhase) == 0x000080, "Wrong size on USBZStateMachineDataWaitActionPhase"); \ +static_assert(offsetof(USBZStateMachineDataWaitActionPhase, TargetLevelIdx) == 0x000038, "Member 'USBZStateMachineDataWaitActionPhase::TargetLevelIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZProgressionSaveGameInterface \ +static_assert(alignof(ISBZProgressionSaveGameInterface) == 0x000001, "Wrong alignment on ISBZProgressionSaveGameInterface"); \ +static_assert(sizeof(ISBZProgressionSaveGameInterface) == 0x000001, "Wrong size on ISBZProgressionSaveGameInterface"); \ + +#define DUMPER7_ASSERTS_SBZQueryPrivilege_QueryPrivilege \ +static_assert(alignof(SBZQueryPrivilege_QueryPrivilege) == 0x000008, "Wrong alignment on SBZQueryPrivilege_QueryPrivilege"); \ +static_assert(sizeof(SBZQueryPrivilege_QueryPrivilege) == 0x000018, "Wrong size on SBZQueryPrivilege_QueryPrivilege"); \ +static_assert(offsetof(SBZQueryPrivilege_QueryPrivilege, WorldContextObject_0) == 0x000000, "Member 'SBZQueryPrivilege_QueryPrivilege::WorldContextObject_0' has a wrong offset!"); \ +static_assert(offsetof(SBZQueryPrivilege_QueryPrivilege, Privilege) == 0x000008, "Member 'SBZQueryPrivilege_QueryPrivilege::Privilege' has a wrong offset!"); \ +static_assert(offsetof(SBZQueryPrivilege_QueryPrivilege, ReturnValue) == 0x000010, "Member 'SBZQueryPrivilege_QueryPrivilege::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZQueryPrivilege \ +static_assert(alignof(USBZQueryPrivilege) == 0x000008, "Wrong alignment on USBZQueryPrivilege"); \ +static_assert(sizeof(USBZQueryPrivilege) == 0x000078, "Wrong size on USBZQueryPrivilege"); \ +static_assert(offsetof(USBZQueryPrivilege, OnPrivilegeAllowed) == 0x000038, "Member 'USBZQueryPrivilege::OnPrivilegeAllowed' has a wrong offset!"); \ +static_assert(offsetof(USBZQueryPrivilege, OnPrivilegeBlocked) == 0x000048, "Member 'USBZQueryPrivilege::OnPrivilegeBlocked' has a wrong offset!"); \ +static_assert(offsetof(USBZQueryPrivilege, WorldContextObject) == 0x000058, "Member 'USBZQueryPrivilege::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZQuestDataAsset \ +static_assert(alignof(USBZQuestDataAsset) == 0x000008, "Wrong alignment on USBZQuestDataAsset"); \ +static_assert(sizeof(USBZQuestDataAsset) == 0x000070, "Wrong size on USBZQuestDataAsset"); \ +static_assert(offsetof(USBZQuestDataAsset, QuestId) == 0x000038, "Member 'USBZQuestDataAsset::QuestId' has a wrong offset!"); \ +static_assert(offsetof(USBZQuestDataAsset, QuestDescription) == 0x000048, "Member 'USBZQuestDataAsset::QuestDescription' has a wrong offset!"); \ +static_assert(offsetof(USBZQuestDataAsset, QuestImage) == 0x000060, "Member 'USBZQuestDataAsset::QuestImage' has a wrong offset!"); \ +static_assert(offsetof(USBZQuestDataAsset, MissionGiver) == 0x000068, "Member 'USBZQuestDataAsset::MissionGiver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZQuestManager_Get \ +static_assert(alignof(SBZQuestManager_Get) == 0x000008, "Wrong alignment on SBZQuestManager_Get"); \ +static_assert(sizeof(SBZQuestManager_Get) == 0x000010, "Wrong size on SBZQuestManager_Get"); \ +static_assert(offsetof(SBZQuestManager_Get, WorldContextObject) == 0x000000, "Member 'SBZQuestManager_Get::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZQuestManager_Get, ReturnValue) == 0x000008, "Member 'SBZQuestManager_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZQuestManager \ +static_assert(alignof(USBZQuestManager) == 0x000008, "Wrong alignment on USBZQuestManager"); \ +static_assert(sizeof(USBZQuestManager) == 0x000040, "Wrong size on USBZQuestManager"); \ + +#define DUMPER7_ASSERTS_SBZSkillSettings_Get \ +static_assert(alignof(SBZSkillSettings_Get) == 0x000004, "Wrong alignment on SBZSkillSettings_Get"); \ +static_assert(sizeof(SBZSkillSettings_Get) == 0x00002C, "Wrong size on SBZSkillSettings_Get"); \ +static_assert(offsetof(SBZSkillSettings_Get, ReturnValue) == 0x000000, "Member 'SBZSkillSettings_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillSettings \ +static_assert(alignof(USBZSkillSettings) == 0x000008, "Wrong alignment on USBZSkillSettings"); \ +static_assert(sizeof(USBZSkillSettings) == 0x000078, "Wrong size on USBZSkillSettings"); \ +static_assert(offsetof(USBZSkillSettings, Settings) == 0x000048, "Member 'USBZSkillSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZRandomizedRoom \ +static_assert(alignof(ASBZRandomizedRoom) == 0x000010, "Wrong alignment on ASBZRandomizedRoom"); \ +static_assert(sizeof(ASBZRandomizedRoom) == 0x000340, "Wrong size on ASBZRandomizedRoom"); \ +static_assert(offsetof(ASBZRandomizedRoom, LevelName) == 0x0002A8, "Member 'ASBZRandomizedRoom::LevelName' has a wrong offset!"); \ +static_assert(offsetof(ASBZRandomizedRoom, RandomizedRoomPreview) == 0x0002B8, "Member 'ASBZRandomizedRoom::RandomizedRoomPreview' has a wrong offset!"); \ +static_assert(offsetof(ASBZRandomizedRoom, ExpectedRoomSize) == 0x0002D8, "Member 'ASBZRandomizedRoom::ExpectedRoomSize' has a wrong offset!"); \ +static_assert(offsetof(ASBZRandomizedRoom, ReloadAfterSave) == 0x0002E4, "Member 'ASBZRandomizedRoom::ReloadAfterSave' has a wrong offset!"); \ +static_assert(offsetof(ASBZRandomizedRoom, PreviewActors) == 0x0002E8, "Member 'ASBZRandomizedRoom::PreviewActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZRandomLevelEventDistributor_OnHackComplete \ +static_assert(alignof(SBZRandomLevelEventDistributor_OnHackComplete) == 0x000004, "Wrong alignment on SBZRandomLevelEventDistributor_OnHackComplete"); \ +static_assert(sizeof(SBZRandomLevelEventDistributor_OnHackComplete) == 0x000004, "Wrong size on SBZRandomLevelEventDistributor_OnHackComplete"); \ +static_assert(offsetof(SBZRandomLevelEventDistributor_OnHackComplete, EventIndex) == 0x000000, "Member 'SBZRandomLevelEventDistributor_OnHackComplete::EventIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZRandomLevelEventDistributor \ +static_assert(alignof(ASBZRandomLevelEventDistributor) == 0x000008, "Wrong alignment on ASBZRandomLevelEventDistributor"); \ +static_assert(sizeof(ASBZRandomLevelEventDistributor) == 0x000368, "Wrong size on ASBZRandomLevelEventDistributor"); \ +static_assert(offsetof(ASBZRandomLevelEventDistributor, OnIndexesComplete) == 0x0002A8, "Member 'ASBZRandomLevelEventDistributor::OnIndexesComplete' has a wrong offset!"); \ +static_assert(offsetof(ASBZRandomLevelEventDistributor, TextArray) == 0x0002B8, "Member 'ASBZRandomLevelEventDistributor::TextArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZRandomLevelEventDistributor, CompletedText) == 0x0002C8, "Member 'ASBZRandomLevelEventDistributor::CompletedText' has a wrong offset!"); \ +static_assert(offsetof(ASBZRandomLevelEventDistributor, HackableInfoActorArray) == 0x0002E0, "Member 'ASBZRandomLevelEventDistributor::HackableInfoActorArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZRandomLevelEventDistributor, HackableInfoActorCollectionArray) == 0x0002F0, "Member 'ASBZRandomLevelEventDistributor::HackableInfoActorCollectionArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZRandomLevelEventDistributor, Seed) == 0x000300, "Member 'ASBZRandomLevelEventDistributor::Seed' has a wrong offset!"); \ +static_assert(offsetof(ASBZRandomLevelEventDistributor, ShuffledIndexArray) == 0x000308, "Member 'ASBZRandomLevelEventDistributor::ShuffledIndexArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZRandomLevelEventDistributor, EventIndexMap) == 0x000318, "Member 'ASBZRandomLevelEventDistributor::EventIndexMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZRappellingRope \ +static_assert(alignof(ASBZRappellingRope) == 0x000008, "Wrong alignment on ASBZRappellingRope"); \ +static_assert(sizeof(ASBZRappellingRope) == 0x0002D8, "Wrong size on ASBZRappellingRope"); \ +static_assert(offsetof(ASBZRappellingRope, RappellingRopeComponent) == 0x0002C8, "Member 'ASBZRappellingRope::RappellingRopeComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZRappellingRope, RappellingRopeData) == 0x0002D0, "Member 'ASBZRappellingRope::RappellingRopeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillSharpshooterAmmoReplenisher \ +static_assert(alignof(USBZSkillSharpshooterAmmoReplenisher) == 0x000008, "Wrong alignment on USBZSkillSharpshooterAmmoReplenisher"); \ +static_assert(sizeof(USBZSkillSharpshooterAmmoReplenisher) == 0x000230, "Wrong size on USBZSkillSharpshooterAmmoReplenisher"); \ + +#define DUMPER7_ASSERTS_USBZRappellingRopeComponent \ +static_assert(alignof(USBZRappellingRopeComponent) == 0x000010, "Wrong alignment on USBZRappellingRopeComponent"); \ +static_assert(sizeof(USBZRappellingRopeComponent) == 0x0006A0, "Wrong size on USBZRappellingRopeComponent"); \ + +#define DUMPER7_ASSERTS_USBZRappellingRopeData \ +static_assert(alignof(USBZRappellingRopeData) == 0x000008, "Wrong alignment on USBZRappellingRopeData"); \ +static_assert(sizeof(USBZRappellingRopeData) == 0x000248, "Wrong size on USBZRappellingRopeData"); \ +static_assert(offsetof(USBZRappellingRopeData, EnterSettings) == 0x000038, "Member 'USBZRappellingRopeData::EnterSettings' has a wrong offset!"); \ +static_assert(offsetof(USBZRappellingRopeData, ExitSettings) == 0x000140, "Member 'USBZRappellingRopeData::ExitSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZRappellingRopeNotifyState \ +static_assert(alignof(USBZRappellingRopeNotifyState) == 0x000008, "Wrong alignment on USBZRappellingRopeNotifyState"); \ +static_assert(sizeof(USBZRappellingRopeNotifyState) == 0x000040, "Wrong size on USBZRappellingRopeNotifyState"); \ +static_assert(offsetof(USBZRappellingRopeNotifyState, RappellingRopeData) == 0x000038, "Member 'USBZRappellingRopeNotifyState::RappellingRopeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReactionDataInterface_GetReactionData \ +static_assert(alignof(SBZReactionDataInterface_GetReactionData) == 0x000001, "Wrong alignment on SBZReactionDataInterface_GetReactionData"); \ +static_assert(sizeof(SBZReactionDataInterface_GetReactionData) == 0x000001, "Wrong size on SBZReactionDataInterface_GetReactionData"); \ +static_assert(offsetof(SBZReactionDataInterface_GetReactionData, ReturnValue) == 0x000000, "Member 'SBZReactionDataInterface_GetReactionData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZReactionDataInterface \ +static_assert(alignof(ISBZReactionDataInterface) == 0x000001, "Wrong alignment on ISBZReactionDataInterface"); \ +static_assert(sizeof(ISBZReactionDataInterface) == 0x000001, "Wrong size on ISBZReactionDataInterface"); \ + +#define DUMPER7_ASSERTS_USBZSkillMedicExtraCharge \ +static_assert(alignof(USBZSkillMedicExtraCharge) == 0x000008, "Wrong alignment on USBZSkillMedicExtraCharge"); \ +static_assert(sizeof(USBZSkillMedicExtraCharge) == 0x000230, "Wrong size on USBZSkillMedicExtraCharge"); \ + +#define DUMPER7_ASSERTS_USBZReloadStateChangeNotify \ +static_assert(alignof(USBZReloadStateChangeNotify) == 0x000008, "Wrong alignment on USBZReloadStateChangeNotify"); \ +static_assert(sizeof(USBZReloadStateChangeNotify) == 0x000048, "Wrong size on USBZReloadStateChangeNotify"); \ +static_assert(offsetof(USBZReloadStateChangeNotify, TargetState) == 0x000040, "Member 'USBZReloadStateChangeNotify::TargetState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZReloadWeaponNotify \ +static_assert(alignof(USBZReloadWeaponNotify) == 0x000008, "Wrong alignment on USBZReloadWeaponNotify"); \ +static_assert(sizeof(USBZReloadWeaponNotify) == 0x000040, "Wrong size on USBZReloadWeaponNotify"); \ + +#define DUMPER7_ASSERTS_SBZChallengesLocalizationLibrary_ExtractEntriesFromSpreadsheetCSVs \ +static_assert(alignof(SBZChallengesLocalizationLibrary_ExtractEntriesFromSpreadsheetCSVs) == 0x000008, "Wrong alignment on SBZChallengesLocalizationLibrary_ExtractEntriesFromSpreadsheetCSVs"); \ +static_assert(sizeof(SBZChallengesLocalizationLibrary_ExtractEntriesFromSpreadsheetCSVs) == 0x000030, "Wrong size on SBZChallengesLocalizationLibrary_ExtractEntriesFromSpreadsheetCSVs"); \ +static_assert(offsetof(SBZChallengesLocalizationLibrary_ExtractEntriesFromSpreadsheetCSVs, ChallengeLocalizationEntries) == 0x000000, "Member 'SBZChallengesLocalizationLibrary_ExtractEntriesFromSpreadsheetCSVs::ChallengeLocalizationEntries' has a wrong offset!"); \ +static_assert(offsetof(SBZChallengesLocalizationLibrary_ExtractEntriesFromSpreadsheetCSVs, StatLocalizationEntries) == 0x000010, "Member 'SBZChallengesLocalizationLibrary_ExtractEntriesFromSpreadsheetCSVs::StatLocalizationEntries' has a wrong offset!"); \ +static_assert(offsetof(SBZChallengesLocalizationLibrary_ExtractEntriesFromSpreadsheetCSVs, InputSpreadsheetCSVPaths) == 0x000020, "Member 'SBZChallengesLocalizationLibrary_ExtractEntriesFromSpreadsheetCSVs::InputSpreadsheetCSVPaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZChallengesLocalizationLibrary_WriteEntriesToStringTablesCSVs \ +static_assert(alignof(SBZChallengesLocalizationLibrary_WriteEntriesToStringTablesCSVs) == 0x000008, "Wrong alignment on SBZChallengesLocalizationLibrary_WriteEntriesToStringTablesCSVs"); \ +static_assert(sizeof(SBZChallengesLocalizationLibrary_WriteEntriesToStringTablesCSVs) == 0x000040, "Wrong size on SBZChallengesLocalizationLibrary_WriteEntriesToStringTablesCSVs"); \ +static_assert(offsetof(SBZChallengesLocalizationLibrary_WriteEntriesToStringTablesCSVs, ChallengeEntries) == 0x000000, "Member 'SBZChallengesLocalizationLibrary_WriteEntriesToStringTablesCSVs::ChallengeEntries' has a wrong offset!"); \ +static_assert(offsetof(SBZChallengesLocalizationLibrary_WriteEntriesToStringTablesCSVs, StatEntries) == 0x000010, "Member 'SBZChallengesLocalizationLibrary_WriteEntriesToStringTablesCSVs::StatEntries' has a wrong offset!"); \ +static_assert(offsetof(SBZChallengesLocalizationLibrary_WriteEntriesToStringTablesCSVs, OutputCSVPathChallenges) == 0x000020, "Member 'SBZChallengesLocalizationLibrary_WriteEntriesToStringTablesCSVs::OutputCSVPathChallenges' has a wrong offset!"); \ +static_assert(offsetof(SBZChallengesLocalizationLibrary_WriteEntriesToStringTablesCSVs, OutputCSVPathChallengeStats) == 0x000030, "Member 'SBZChallengesLocalizationLibrary_WriteEntriesToStringTablesCSVs::OutputCSVPathChallengeStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZChallengesLocalizationLibrary \ +static_assert(alignof(USBZChallengesLocalizationLibrary) == 0x000008, "Wrong alignment on USBZChallengesLocalizationLibrary"); \ +static_assert(sizeof(USBZChallengesLocalizationLibrary) == 0x000030, "Wrong size on USBZChallengesLocalizationLibrary"); \ + +#define DUMPER7_ASSERTS_USBZRenownData \ +static_assert(alignof(USBZRenownData) == 0x000008, "Wrong alignment on USBZRenownData"); \ +static_assert(sizeof(USBZRenownData) == 0x000060, "Wrong size on USBZRenownData"); \ +static_assert(offsetof(USBZRenownData, TierColors) == 0x000038, "Member 'USBZRenownData::TierColors' has a wrong offset!"); \ +static_assert(offsetof(USBZRenownData, LevelsPerDivision) == 0x000048, "Member 'USBZRenownData::LevelsPerDivision' has a wrong offset!"); \ +static_assert(offsetof(USBZRenownData, DivisionSprites) == 0x000050, "Member 'USBZRenownData::DivisionSprites' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplayPlayerController_GetReplayManager \ +static_assert(alignof(SBZReplayPlayerController_GetReplayManager) == 0x000008, "Wrong alignment on SBZReplayPlayerController_GetReplayManager"); \ +static_assert(sizeof(SBZReplayPlayerController_GetReplayManager) == 0x000008, "Wrong size on SBZReplayPlayerController_GetReplayManager"); \ +static_assert(offsetof(SBZReplayPlayerController_GetReplayManager, ReturnValue) == 0x000000, "Member 'SBZReplayPlayerController_GetReplayManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZReplayPlayerController \ +static_assert(alignof(ASBZReplayPlayerController) == 0x000008, "Wrong alignment on ASBZReplayPlayerController"); \ +static_assert(sizeof(ASBZReplayPlayerController) == 0x0008C0, "Wrong size on ASBZReplayPlayerController"); \ +static_assert(offsetof(ASBZReplayPlayerController, ReplayManager) == 0x0008B0, "Member 'ASBZReplayPlayerController::ReplayManager' has a wrong offset!"); \ +static_assert(offsetof(ASBZReplayPlayerController, ReplayWidget) == 0x0008B8, "Member 'ASBZReplayPlayerController::ReplayWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZReplaySpectatorPawn \ +static_assert(alignof(ASBZReplaySpectatorPawn) == 0x000008, "Wrong alignment on ASBZReplaySpectatorPawn"); \ +static_assert(sizeof(ASBZReplaySpectatorPawn) == 0x000428, "Wrong size on ASBZReplaySpectatorPawn"); \ +static_assert(offsetof(ASBZReplaySpectatorPawn, SpectatorView) == 0x000420, "Member 'ASBZReplaySpectatorPawn::SpectatorView' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZActivateReplenishHealthEffect \ +static_assert(alignof(USBZActivateReplenishHealthEffect) == 0x000008, "Wrong alignment on USBZActivateReplenishHealthEffect"); \ +static_assert(sizeof(USBZActivateReplenishHealthEffect) == 0x0008C0, "Wrong size on USBZActivateReplenishHealthEffect"); \ + +#define DUMPER7_ASSERTS_USBZSkillJuggernautArmoredUpIBase \ +static_assert(alignof(USBZSkillJuggernautArmoredUpIBase) == 0x000008, "Wrong alignment on USBZSkillJuggernautArmoredUpIBase"); \ +static_assert(sizeof(USBZSkillJuggernautArmoredUpIBase) == 0x000230, "Wrong size on USBZSkillJuggernautArmoredUpIBase"); \ + +#define DUMPER7_ASSERTS_SBZReplicationGraph_OnActorDependencyAdded \ +static_assert(alignof(SBZReplicationGraph_OnActorDependencyAdded) == 0x000008, "Wrong alignment on SBZReplicationGraph_OnActorDependencyAdded"); \ +static_assert(sizeof(SBZReplicationGraph_OnActorDependencyAdded) == 0x000010, "Wrong size on SBZReplicationGraph_OnActorDependencyAdded"); \ +static_assert(offsetof(SBZReplicationGraph_OnActorDependencyAdded, Master) == 0x000000, "Member 'SBZReplicationGraph_OnActorDependencyAdded::Master' has a wrong offset!"); \ +static_assert(offsetof(SBZReplicationGraph_OnActorDependencyAdded, Slave) == 0x000008, "Member 'SBZReplicationGraph_OnActorDependencyAdded::Slave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZReplicationGraph_OnActorDependencyRemoved \ +static_assert(alignof(SBZReplicationGraph_OnActorDependencyRemoved) == 0x000008, "Wrong alignment on SBZReplicationGraph_OnActorDependencyRemoved"); \ +static_assert(sizeof(SBZReplicationGraph_OnActorDependencyRemoved) == 0x000010, "Wrong size on SBZReplicationGraph_OnActorDependencyRemoved"); \ +static_assert(offsetof(SBZReplicationGraph_OnActorDependencyRemoved, Master) == 0x000000, "Member 'SBZReplicationGraph_OnActorDependencyRemoved::Master' has a wrong offset!"); \ +static_assert(offsetof(SBZReplicationGraph_OnActorDependencyRemoved, Slave) == 0x000008, "Member 'SBZReplicationGraph_OnActorDependencyRemoved::Slave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZReplicationGraph \ +static_assert(alignof(USBZReplicationGraph) == 0x000010, "Wrong alignment on USBZReplicationGraph"); \ +static_assert(sizeof(USBZReplicationGraph) == 0x0005D0, "Wrong size on USBZReplicationGraph"); \ +static_assert(offsetof(USBZReplicationGraph, GridNode) == 0x0004E0, "Member 'USBZReplicationGraph::GridNode' has a wrong offset!"); \ +static_assert(offsetof(USBZReplicationGraph, PrototypeNode) == 0x0004E8, "Member 'USBZReplicationGraph::PrototypeNode' has a wrong offset!"); \ +static_assert(offsetof(USBZReplicationGraph, AlwaysRelevantNode) == 0x0004F0, "Member 'USBZReplicationGraph::AlwaysRelevantNode' has a wrong offset!"); \ +static_assert(offsetof(USBZReplicationGraph, DynamicSpatialFrequencyNode) == 0x0004F8, "Member 'USBZReplicationGraph::DynamicSpatialFrequencyNode' has a wrong offset!"); \ +static_assert(offsetof(USBZReplicationGraph, IntialFrameReplicationNode) == 0x000500, "Member 'USBZReplicationGraph::IntialFrameReplicationNode' has a wrong offset!"); \ +static_assert(offsetof(USBZReplicationGraph, NonSpatializedChildClasses) == 0x000508, "Member 'USBZReplicationGraph::NonSpatializedChildClasses' has a wrong offset!"); \ +static_assert(offsetof(USBZReplicationGraph, ConfigRepClasses) == 0x0005C0, "Member 'USBZReplicationGraph::ConfigRepClasses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponSpreadData \ +static_assert(alignof(USBZWeaponSpreadData) == 0x000008, "Wrong alignment on USBZWeaponSpreadData"); \ +static_assert(sizeof(USBZWeaponSpreadData) == 0x000148, "Wrong size on USBZWeaponSpreadData"); \ +static_assert(offsetof(USBZWeaponSpreadData, InnerClusterNumber) == 0x000038, "Member 'USBZWeaponSpreadData::InnerClusterNumber' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponSpreadData, InnerClusterSpreadMultiplier) == 0x00003C, "Member 'USBZWeaponSpreadData::InnerClusterSpreadMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponSpreadData, PieOcclusion) == 0x000040, "Member 'USBZWeaponSpreadData::PieOcclusion' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponSpreadData, FireSpreadStart) == 0x000044, "Member 'USBZWeaponSpreadData::FireSpreadStart' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponSpreadData, FireSpreadIncrease) == 0x000048, "Member 'USBZWeaponSpreadData::FireSpreadIncrease' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponSpreadData, FireSpreadResetTime) == 0x00004C, "Member 'USBZWeaponSpreadData::FireSpreadResetTime' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponSpreadData, FireSpreadDecayRate) == 0x000050, "Member 'USBZWeaponSpreadData::FireSpreadDecayRate' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponSpreadData, FireSpreadMinCap) == 0x000054, "Member 'USBZWeaponSpreadData::FireSpreadMinCap' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponSpreadData, FireSpreadCap) == 0x000058, "Member 'USBZWeaponSpreadData::FireSpreadCap' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponSpreadData, SpreadRecoveryMode) == 0x00005C, "Member 'USBZWeaponSpreadData::SpreadRecoveryMode' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponSpreadData, SpreadStanceMultipliers) == 0x000060, "Member 'USBZWeaponSpreadData::SpreadStanceMultipliers' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponSpreadData, SpreadRadiusMultipliers) == 0x000120, "Member 'USBZWeaponSpreadData::SpreadRadiusMultipliers' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponSpreadData, ShotgunPatterns) == 0x000128, "Member 'USBZWeaponSpreadData::ShotgunPatterns' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponSpreadData, DeviationHipFireMultiplier) == 0x000138, "Member 'USBZWeaponSpreadData::DeviationHipFireMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponSpreadData, DeviationTargetingFireMultiplier) == 0x00013C, "Member 'USBZWeaponSpreadData::DeviationTargetingFireMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZReplicationGraphNode_PrototypingOnly \ +static_assert(alignof(USBZReplicationGraphNode_PrototypingOnly) == 0x000008, "Wrong alignment on USBZReplicationGraphNode_PrototypingOnly"); \ +static_assert(sizeof(USBZReplicationGraphNode_PrototypingOnly) == 0x000068, "Wrong size on USBZReplicationGraphNode_PrototypingOnly"); \ + +#define DUMPER7_ASSERTS_SBZWeaponPresetConfigData_GetEquippableConfig \ +static_assert(alignof(SBZWeaponPresetConfigData_GetEquippableConfig) == 0x000008, "Wrong alignment on SBZWeaponPresetConfigData_GetEquippableConfig"); \ +static_assert(sizeof(SBZWeaponPresetConfigData_GetEquippableConfig) == 0x000070, "Wrong size on SBZWeaponPresetConfigData_GetEquippableConfig"); \ +static_assert(offsetof(SBZWeaponPresetConfigData_GetEquippableConfig, ReturnValue) == 0x000000, "Member 'SBZWeaponPresetConfigData_GetEquippableConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponPresetConfigData \ +static_assert(alignof(USBZWeaponPresetConfigData) == 0x000008, "Wrong alignment on USBZWeaponPresetConfigData"); \ +static_assert(sizeof(USBZWeaponPresetConfigData) == 0x000218, "Wrong size on USBZWeaponPresetConfigData"); \ +static_assert(offsetof(USBZWeaponPresetConfigData, WeaponData) == 0x000150, "Member 'USBZWeaponPresetConfigData::WeaponData' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponPresetConfigData, ModData) == 0x000158, "Member 'USBZWeaponPresetConfigData::ModData' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponPresetConfigData, BuiltEquippableConfig) == 0x0001A8, "Member 'USBZWeaponPresetConfigData::BuiltEquippableConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerShockGrenadeData \ +static_assert(alignof(USBZPlayerShockGrenadeData) == 0x000008, "Wrong alignment on USBZPlayerShockGrenadeData"); \ +static_assert(sizeof(USBZPlayerShockGrenadeData) == 0x000490, "Wrong size on USBZPlayerShockGrenadeData"); \ + +#define DUMPER7_ASSERTS_USBZReplicationGraphNode_PlayerStateFrequencyLimiter \ +static_assert(alignof(USBZReplicationGraphNode_PlayerStateFrequencyLimiter) == 0x000008, "Wrong alignment on USBZReplicationGraphNode_PlayerStateFrequencyLimiter"); \ +static_assert(sizeof(USBZReplicationGraphNode_PlayerStateFrequencyLimiter) == 0x000080, "Wrong size on USBZReplicationGraphNode_PlayerStateFrequencyLimiter"); \ + +#define DUMPER7_ASSERTS_USBZReplicationGraphNode_InitialFrameReplication \ +static_assert(alignof(USBZReplicationGraphNode_InitialFrameReplication) == 0x000008, "Wrong alignment on USBZReplicationGraphNode_InitialFrameReplication"); \ +static_assert(sizeof(USBZReplicationGraphNode_InitialFrameReplication) == 0x000068, "Wrong size on USBZReplicationGraphNode_InitialFrameReplication"); \ + +#define DUMPER7_ASSERTS_USBZRequestOverkillWithPhoneAbility \ +static_assert(alignof(USBZRequestOverkillWithPhoneAbility) == 0x000008, "Wrong alignment on USBZRequestOverkillWithPhoneAbility"); \ +static_assert(sizeof(USBZRequestOverkillWithPhoneAbility) == 0x000508, "Wrong size on USBZRequestOverkillWithPhoneAbility"); \ +static_assert(offsetof(USBZRequestOverkillWithPhoneAbility, OwnerCharacter) == 0x0004D8, "Member 'USBZRequestOverkillWithPhoneAbility::OwnerCharacter' has a wrong offset!"); \ +static_assert(offsetof(USBZRequestOverkillWithPhoneAbility, OverkillSuccessDialog) == 0x0004F0, "Member 'USBZRequestOverkillWithPhoneAbility::OverkillSuccessDialog' has a wrong offset!"); \ +static_assert(offsetof(USBZRequestOverkillWithPhoneAbility, OverkillFailedDialog) == 0x0004F8, "Member 'USBZRequestOverkillWithPhoneAbility::OverkillFailedDialog' has a wrong offset!"); \ +static_assert(offsetof(USBZRequestOverkillWithPhoneAbility, OverkillStealthDialog) == 0x000500, "Member 'USBZRequestOverkillWithPhoneAbility::OverkillStealthDialog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillKnifeSpecKnifeExpertBase \ +static_assert(alignof(USBZSkillKnifeSpecKnifeExpertBase) == 0x000008, "Wrong alignment on USBZSkillKnifeSpecKnifeExpertBase"); \ +static_assert(sizeof(USBZSkillKnifeSpecKnifeExpertBase) == 0x000230, "Wrong size on USBZSkillKnifeSpecKnifeExpertBase"); \ + +#define DUMPER7_ASSERTS_USBZRequestOverkillWeaponAbility \ +static_assert(alignof(USBZRequestOverkillWeaponAbility) == 0x000008, "Wrong alignment on USBZRequestOverkillWeaponAbility"); \ +static_assert(sizeof(USBZRequestOverkillWeaponAbility) == 0x000508, "Wrong size on USBZRequestOverkillWeaponAbility"); \ + +#define DUMPER7_ASSERTS_USBZWeaponWallReactionData \ +static_assert(alignof(USBZWeaponWallReactionData) == 0x000008, "Wrong alignment on USBZWeaponWallReactionData"); \ +static_assert(sizeof(USBZWeaponWallReactionData) == 0x000068, "Wrong size on USBZWeaponWallReactionData"); \ +static_assert(offsetof(USBZWeaponWallReactionData, MaxOffset) == 0x000038, "Member 'USBZWeaponWallReactionData::MaxOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponWallReactionData, DetectionDistance) == 0x000044, "Member 'USBZWeaponWallReactionData::DetectionDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponWallReactionData, DetectionRadius) == 0x000048, "Member 'USBZWeaponWallReactionData::DetectionRadius' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponWallReactionData, InterpolationSpeed) == 0x00004C, "Member 'USBZWeaponWallReactionData::InterpolationSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponWallReactionData, InterpolationSpringFactor) == 0x000050, "Member 'USBZWeaponWallReactionData::InterpolationSpringFactor' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponWallReactionData, CollisionProfileName) == 0x000054, "Member 'USBZWeaponWallReactionData::CollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponWallReactionData, TickInterval) == 0x000060, "Member 'USBZWeaponWallReactionData::TickInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZRequestOverskillOperatorAbility \ +static_assert(alignof(USBZRequestOverskillOperatorAbility) == 0x000008, "Wrong alignment on USBZRequestOverskillOperatorAbility"); \ +static_assert(sizeof(USBZRequestOverskillOperatorAbility) == 0x000510, "Wrong size on USBZRequestOverskillOperatorAbility"); \ +static_assert(offsetof(USBZRequestOverskillOperatorAbility, OperatorActivatedComment) == 0x000508, "Member 'USBZRequestOverskillOperatorAbility::OperatorActivatedComment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponStickerData \ +static_assert(alignof(USBZWeaponStickerData) == 0x000008, "Wrong alignment on USBZWeaponStickerData"); \ +static_assert(sizeof(USBZWeaponStickerData) == 0x000218, "Wrong size on USBZWeaponStickerData"); \ +static_assert(offsetof(USBZWeaponStickerData, StickerTexture) == 0x0001F8, "Member 'USBZWeaponStickerData::StickerTexture' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponStickerData, StickerTextureBaseRotation) == 0x000200, "Member 'USBZWeaponStickerData::StickerTextureBaseRotation' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponStickerData, StickerTextureBaseSize) == 0x000204, "Member 'USBZWeaponStickerData::StickerTextureBaseSize' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponStickerData, StickerMetallic) == 0x000208, "Member 'USBZWeaponStickerData::StickerMetallic' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponStickerData, StickerNormalStrength) == 0x00020C, "Member 'USBZWeaponStickerData::StickerNormalStrength' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponStickerData, StickerRoughnessContrast) == 0x000210, "Member 'USBZWeaponStickerData::StickerRoughnessContrast' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponStickerData, StickerRoughnessValue) == 0x000214, "Member 'USBZWeaponStickerData::StickerRoughnessValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThrowableKnife_Multicast_CreateImpact \ +static_assert(alignof(SBZThrowableKnife_Multicast_CreateImpact) == 0x000001, "Wrong alignment on SBZThrowableKnife_Multicast_CreateImpact"); \ +static_assert(sizeof(SBZThrowableKnife_Multicast_CreateImpact) == 0x000002, "Wrong size on SBZThrowableKnife_Multicast_CreateImpact"); \ +static_assert(offsetof(SBZThrowableKnife_Multicast_CreateImpact, bInShouldBladeBounce) == 0x000000, "Member 'SBZThrowableKnife_Multicast_CreateImpact::bInShouldBladeBounce' has a wrong offset!"); \ +static_assert(offsetof(SBZThrowableKnife_Multicast_CreateImpact, bInHasRetrieverSkill) == 0x000001, "Member 'SBZThrowableKnife_Multicast_CreateImpact::bInHasRetrieverSkill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThrowableKnife_Multicast_FireKnife \ +static_assert(alignof(SBZThrowableKnife_Multicast_FireKnife) == 0x000008, "Wrong alignment on SBZThrowableKnife_Multicast_FireKnife"); \ +static_assert(sizeof(SBZThrowableKnife_Multicast_FireKnife) == 0x005BB0, "Wrong size on SBZThrowableKnife_Multicast_FireKnife"); \ +static_assert(offsetof(SBZThrowableKnife_Multicast_FireKnife, TargetData) == 0x000000, "Member 'SBZThrowableKnife_Multicast_FireKnife::TargetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThrowableKnife_OnParentActorEndPlay \ +static_assert(alignof(SBZThrowableKnife_OnParentActorEndPlay) == 0x000008, "Wrong alignment on SBZThrowableKnife_OnParentActorEndPlay"); \ +static_assert(sizeof(SBZThrowableKnife_OnParentActorEndPlay) == 0x000010, "Wrong size on SBZThrowableKnife_OnParentActorEndPlay"); \ +static_assert(offsetof(SBZThrowableKnife_OnParentActorEndPlay, OldAttachParentActor) == 0x000000, "Member 'SBZThrowableKnife_OnParentActorEndPlay::OldAttachParentActor' has a wrong offset!"); \ +static_assert(offsetof(SBZThrowableKnife_OnParentActorEndPlay, EndPlayReason) == 0x000008, "Member 'SBZThrowableKnife_OnParentActorEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThrowableKnife_Server_CreateImpact \ +static_assert(alignof(SBZThrowableKnife_Server_CreateImpact) == 0x000008, "Wrong alignment on SBZThrowableKnife_Server_CreateImpact"); \ +static_assert(sizeof(SBZThrowableKnife_Server_CreateImpact) == 0x000028, "Wrong size on SBZThrowableKnife_Server_CreateImpact"); \ +static_assert(offsetof(SBZThrowableKnife_Server_CreateImpact, bInShouldBladeBounce) == 0x000000, "Member 'SBZThrowableKnife_Server_CreateImpact::bInShouldBladeBounce' has a wrong offset!"); \ +static_assert(offsetof(SBZThrowableKnife_Server_CreateImpact, bInHasRetrieverSkill) == 0x000001, "Member 'SBZThrowableKnife_Server_CreateImpact::bInHasRetrieverSkill' has a wrong offset!"); \ +static_assert(offsetof(SBZThrowableKnife_Server_CreateImpact, InHitComponent) == 0x000008, "Member 'SBZThrowableKnife_Server_CreateImpact::InHitComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZThrowableKnife_Server_CreateImpact, InBoneName) == 0x000010, "Member 'SBZThrowableKnife_Server_CreateImpact::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(SBZThrowableKnife_Server_CreateImpact, InRelativeLocation) == 0x00001C, "Member 'SBZThrowableKnife_Server_CreateImpact::InRelativeLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThrowableKnife_Server_ReplicateDamage \ +static_assert(alignof(SBZThrowableKnife_Server_ReplicateDamage) == 0x000008, "Wrong alignment on SBZThrowableKnife_Server_ReplicateDamage"); \ +static_assert(sizeof(SBZThrowableKnife_Server_ReplicateDamage) == 0x005BB0, "Wrong size on SBZThrowableKnife_Server_ReplicateDamage"); \ +static_assert(offsetof(SBZThrowableKnife_Server_ReplicateDamage, TargetData) == 0x000000, "Member 'SBZThrowableKnife_Server_ReplicateDamage::TargetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThrowableKnife_HasRetrieverSkill \ +static_assert(alignof(SBZThrowableKnife_HasRetrieverSkill) == 0x000001, "Wrong alignment on SBZThrowableKnife_HasRetrieverSkill"); \ +static_assert(sizeof(SBZThrowableKnife_HasRetrieverSkill) == 0x000001, "Wrong size on SBZThrowableKnife_HasRetrieverSkill"); \ +static_assert(offsetof(SBZThrowableKnife_HasRetrieverSkill, ReturnValue) == 0x000000, "Member 'SBZThrowableKnife_HasRetrieverSkill::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZThrowableKnife \ +static_assert(alignof(ASBZThrowableKnife) == 0x000010, "Wrong alignment on ASBZThrowableKnife"); \ +static_assert(sizeof(ASBZThrowableKnife) == 0x006160, "Wrong size on ASBZThrowableKnife"); \ +static_assert(offsetof(ASBZThrowableKnife, BoxCollision) == 0x0060B8, "Member 'ASBZThrowableKnife::BoxCollision' has a wrong offset!"); \ +static_assert(offsetof(ASBZThrowableKnife, OverrideThrowableProjectileHitEvent) == 0x0060C0, "Member 'ASBZThrowableKnife::OverrideThrowableProjectileHitEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZThrowableKnife, OverrideThrowableProjectileBounceHitEvent) == 0x0060C8, "Member 'ASBZThrowableKnife::OverrideThrowableProjectileBounceHitEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZThrowableKnife, AmmoPickupAsset) == 0x0060D0, "Member 'ASBZThrowableKnife::AmmoPickupAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZThrowableKnife, ThrowableKnifePOIClass) == 0x0060D8, "Member 'ASBZThrowableKnife::ThrowableKnifePOIClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZThrowableKnife, ThrowableKnifePOIInstance) == 0x0060E0, "Member 'ASBZThrowableKnife::ThrowableKnifePOIInstance' has a wrong offset!"); \ +static_assert(offsetof(ASBZThrowableKnife, LastHitComponent) == 0x006130, "Member 'ASBZThrowableKnife::LastHitComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZThrowableKnife, AmmoPickup) == 0x006138, "Member 'ASBZThrowableKnife::AmmoPickup' has a wrong offset!"); \ +static_assert(offsetof(ASBZThrowableKnife, LastHitCharacter) == 0x006150, "Member 'ASBZThrowableKnife::LastHitCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZResultScreenPlayerListWidget_OnMergePartyUpdated \ +static_assert(alignof(SBZResultScreenPlayerListWidget_OnMergePartyUpdated) == 0x000008, "Wrong alignment on SBZResultScreenPlayerListWidget_OnMergePartyUpdated"); \ +static_assert(sizeof(SBZResultScreenPlayerListWidget_OnMergePartyUpdated) == 0x000018, "Wrong size on SBZResultScreenPlayerListWidget_OnMergePartyUpdated"); \ +static_assert(offsetof(SBZResultScreenPlayerListWidget_OnMergePartyUpdated, PlayerDisplayName) == 0x000000, "Member 'SBZResultScreenPlayerListWidget_OnMergePartyUpdated::PlayerDisplayName' has a wrong offset!"); \ +static_assert(offsetof(SBZResultScreenPlayerListWidget_OnMergePartyUpdated, bIsMergePartySelected) == 0x000010, "Member 'SBZResultScreenPlayerListWidget_OnMergePartyUpdated::bIsMergePartySelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZResultScreenPlayerListWidget_OnSanitizeDisplayNamesComplete \ +static_assert(alignof(SBZResultScreenPlayerListWidget_OnSanitizeDisplayNamesComplete) == 0x000008, "Wrong alignment on SBZResultScreenPlayerListWidget_OnSanitizeDisplayNamesComplete"); \ +static_assert(sizeof(SBZResultScreenPlayerListWidget_OnSanitizeDisplayNamesComplete) == 0x000050, "Wrong size on SBZResultScreenPlayerListWidget_OnSanitizeDisplayNamesComplete"); \ +static_assert(offsetof(SBZResultScreenPlayerListWidget_OnSanitizeDisplayNamesComplete, PlayerIdToAccelByteDisplayNameMap) == 0x000000, "Member 'SBZResultScreenPlayerListWidget_OnSanitizeDisplayNamesComplete::PlayerIdToAccelByteDisplayNameMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZResultScreenPlayerListWidget_OnSetup \ +static_assert(alignof(SBZResultScreenPlayerListWidget_OnSetup) == 0x000008, "Wrong alignment on SBZResultScreenPlayerListWidget_OnSetup"); \ +static_assert(sizeof(SBZResultScreenPlayerListWidget_OnSetup) == 0x000020, "Wrong size on SBZResultScreenPlayerListWidget_OnSetup"); \ +static_assert(offsetof(SBZResultScreenPlayerListWidget_OnSetup, PlayerStateArray) == 0x000000, "Member 'SBZResultScreenPlayerListWidget_OnSetup::PlayerStateArray' has a wrong offset!"); \ +static_assert(offsetof(SBZResultScreenPlayerListWidget_OnSetup, AICrewStateArray) == 0x000010, "Member 'SBZResultScreenPlayerListWidget_OnSetup::AICrewStateArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZResultScreenPlayerListWidget \ +static_assert(alignof(USBZResultScreenPlayerListWidget) == 0x000008, "Wrong alignment on USBZResultScreenPlayerListWidget"); \ +static_assert(sizeof(USBZResultScreenPlayerListWidget) == 0x000290, "Wrong size on USBZResultScreenPlayerListWidget"); \ + +#define DUMPER7_ASSERTS_SBZResultsScreenBaseWidget_OnMergePartyUpdated \ +static_assert(alignof(SBZResultsScreenBaseWidget_OnMergePartyUpdated) == 0x000008, "Wrong alignment on SBZResultsScreenBaseWidget_OnMergePartyUpdated"); \ +static_assert(sizeof(SBZResultsScreenBaseWidget_OnMergePartyUpdated) == 0x000018, "Wrong size on SBZResultsScreenBaseWidget_OnMergePartyUpdated"); \ +static_assert(offsetof(SBZResultsScreenBaseWidget_OnMergePartyUpdated, PlayerDisplayName) == 0x000000, "Member 'SBZResultsScreenBaseWidget_OnMergePartyUpdated::PlayerDisplayName' has a wrong offset!"); \ +static_assert(offsetof(SBZResultsScreenBaseWidget_OnMergePartyUpdated, bIsMergePartySelected) == 0x000010, "Member 'SBZResultsScreenBaseWidget_OnMergePartyUpdated::bIsMergePartySelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZResultsScreenBaseWidget_OnPartyMergeFinished \ +static_assert(alignof(SBZResultsScreenBaseWidget_OnPartyMergeFinished) == 0x000001, "Wrong alignment on SBZResultsScreenBaseWidget_OnPartyMergeFinished"); \ +static_assert(sizeof(SBZResultsScreenBaseWidget_OnPartyMergeFinished) == 0x000001, "Wrong size on SBZResultsScreenBaseWidget_OnPartyMergeFinished"); \ +static_assert(offsetof(SBZResultsScreenBaseWidget_OnPartyMergeFinished, bWasCancelled) == 0x000000, "Member 'SBZResultsScreenBaseWidget_OnPartyMergeFinished::bWasCancelled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZResultsScreenBaseWidget_OnRestartAcceptTimerUpdated \ +static_assert(alignof(SBZResultsScreenBaseWidget_OnRestartAcceptTimerUpdated) == 0x000004, "Wrong alignment on SBZResultsScreenBaseWidget_OnRestartAcceptTimerUpdated"); \ +static_assert(sizeof(SBZResultsScreenBaseWidget_OnRestartAcceptTimerUpdated) == 0x000004, "Wrong size on SBZResultsScreenBaseWidget_OnRestartAcceptTimerUpdated"); \ +static_assert(offsetof(SBZResultsScreenBaseWidget_OnRestartAcceptTimerUpdated, InNewTime) == 0x000000, "Member 'SBZResultsScreenBaseWidget_OnRestartAcceptTimerUpdated::InNewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZResultsScreenBaseWidget_OnRestartCountdownTimerUpdated \ +static_assert(alignof(SBZResultsScreenBaseWidget_OnRestartCountdownTimerUpdated) == 0x000004, "Wrong alignment on SBZResultsScreenBaseWidget_OnRestartCountdownTimerUpdated"); \ +static_assert(sizeof(SBZResultsScreenBaseWidget_OnRestartCountdownTimerUpdated) == 0x000004, "Wrong size on SBZResultsScreenBaseWidget_OnRestartCountdownTimerUpdated"); \ +static_assert(offsetof(SBZResultsScreenBaseWidget_OnRestartCountdownTimerUpdated, InNewTime) == 0x000000, "Member 'SBZResultsScreenBaseWidget_OnRestartCountdownTimerUpdated::InNewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZResultsScreenBaseWidget_OnRestartExpireTimerUpdated \ +static_assert(alignof(SBZResultsScreenBaseWidget_OnRestartExpireTimerUpdated) == 0x000004, "Wrong alignment on SBZResultsScreenBaseWidget_OnRestartExpireTimerUpdated"); \ +static_assert(sizeof(SBZResultsScreenBaseWidget_OnRestartExpireTimerUpdated) == 0x000004, "Wrong size on SBZResultsScreenBaseWidget_OnRestartExpireTimerUpdated"); \ +static_assert(offsetof(SBZResultsScreenBaseWidget_OnRestartExpireTimerUpdated, InNewTime) == 0x000000, "Member 'SBZResultsScreenBaseWidget_OnRestartExpireTimerUpdated::InNewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZResultsScreenBaseWidget \ +static_assert(alignof(USBZResultsScreenBaseWidget) == 0x000008, "Wrong alignment on USBZResultsScreenBaseWidget"); \ +static_assert(sizeof(USBZResultsScreenBaseWidget) == 0x000290, "Wrong size on USBZResultsScreenBaseWidget"); \ + +#define DUMPER7_ASSERTS_USBZSkillPistolSpecPistolPocketsBase \ +static_assert(alignof(USBZSkillPistolSpecPistolPocketsBase) == 0x000008, "Wrong alignment on USBZSkillPistolSpecPistolPocketsBase"); \ +static_assert(sizeof(USBZSkillPistolSpecPistolPocketsBase) == 0x000230, "Wrong size on USBZSkillPistolSpecPistolPocketsBase"); \ + +#define DUMPER7_ASSERTS_SBZRoomConnectorComponent_SetRoomConnectorEnabled \ +static_assert(alignof(SBZRoomConnectorComponent_SetRoomConnectorEnabled) == 0x000001, "Wrong alignment on SBZRoomConnectorComponent_SetRoomConnectorEnabled"); \ +static_assert(sizeof(SBZRoomConnectorComponent_SetRoomConnectorEnabled) == 0x000001, "Wrong size on SBZRoomConnectorComponent_SetRoomConnectorEnabled"); \ +static_assert(offsetof(SBZRoomConnectorComponent_SetRoomConnectorEnabled, bInIsEnabled) == 0x000000, "Member 'SBZRoomConnectorComponent_SetRoomConnectorEnabled::bInIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZRoomConnectorComponent_SetSoundModifier \ +static_assert(alignof(SBZRoomConnectorComponent_SetSoundModifier) == 0x000004, "Wrong alignment on SBZRoomConnectorComponent_SetSoundModifier"); \ +static_assert(sizeof(SBZRoomConnectorComponent_SetSoundModifier) == 0x000004, "Wrong size on SBZRoomConnectorComponent_SetSoundModifier"); \ +static_assert(offsetof(SBZRoomConnectorComponent_SetSoundModifier, InSoundModifier) == 0x000000, "Member 'SBZRoomConnectorComponent_SetSoundModifier::InSoundModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZRoomConnectorComponent_GetRoomALocation \ +static_assert(alignof(SBZRoomConnectorComponent_GetRoomALocation) == 0x000004, "Wrong alignment on SBZRoomConnectorComponent_GetRoomALocation"); \ +static_assert(sizeof(SBZRoomConnectorComponent_GetRoomALocation) == 0x00000C, "Wrong size on SBZRoomConnectorComponent_GetRoomALocation"); \ +static_assert(offsetof(SBZRoomConnectorComponent_GetRoomALocation, ReturnValue) == 0x000000, "Member 'SBZRoomConnectorComponent_GetRoomALocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZRoomConnectorComponent_GetRoomBLocation \ +static_assert(alignof(SBZRoomConnectorComponent_GetRoomBLocation) == 0x000004, "Wrong alignment on SBZRoomConnectorComponent_GetRoomBLocation"); \ +static_assert(sizeof(SBZRoomConnectorComponent_GetRoomBLocation) == 0x00000C, "Wrong size on SBZRoomConnectorComponent_GetRoomBLocation"); \ +static_assert(offsetof(SBZRoomConnectorComponent_GetRoomBLocation, ReturnValue) == 0x000000, "Member 'SBZRoomConnectorComponent_GetRoomBLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZRoomConnectorComponent \ +static_assert(alignof(USBZRoomConnectorComponent) == 0x000008, "Wrong alignment on USBZRoomConnectorComponent"); \ +static_assert(sizeof(USBZRoomConnectorComponent) == 0x0000F0, "Wrong size on USBZRoomConnectorComponent"); \ +static_assert(offsetof(USBZRoomConnectorComponent, bIsAIBreachable) == 0x0000C8, "Member 'USBZRoomConnectorComponent::bIsAIBreachable' has a wrong offset!"); \ +static_assert(offsetof(USBZRoomConnectorComponent, InitialSoundModifier) == 0x0000CC, "Member 'USBZRoomConnectorComponent::InitialSoundModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZRoomConnectorComponent, RoomA) == 0x0000D0, "Member 'USBZRoomConnectorComponent::RoomA' has a wrong offset!"); \ +static_assert(offsetof(USBZRoomConnectorComponent, RoomB) == 0x0000D8, "Member 'USBZRoomConnectorComponent::RoomB' has a wrong offset!"); \ +static_assert(offsetof(USBZRoomConnectorComponent, RoomCheckDistance) == 0x0000E0, "Member 'USBZRoomConnectorComponent::RoomCheckDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZRoomConnectorComponent, bIsUsedForRoomPathing) == 0x0000E4, "Member 'USBZRoomConnectorComponent::bIsUsedForRoomPathing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZConnectorDebugDrawingManager \ +static_assert(alignof(ASBZConnectorDebugDrawingManager) == 0x000008, "Wrong alignment on ASBZConnectorDebugDrawingManager"); \ +static_assert(sizeof(ASBZConnectorDebugDrawingManager) == 0x0002B8, "Wrong size on ASBZConnectorDebugDrawingManager"); \ +static_assert(offsetof(ASBZConnectorDebugDrawingManager, LineBatchComponent) == 0x0002A8, "Member 'ASBZConnectorDebugDrawingManager::LineBatchComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTickingLootManager_Multicast_SetDesiredLootCount \ +static_assert(alignof(SBZTickingLootManager_Multicast_SetDesiredLootCount) == 0x000004, "Wrong alignment on SBZTickingLootManager_Multicast_SetDesiredLootCount"); \ +static_assert(sizeof(SBZTickingLootManager_Multicast_SetDesiredLootCount) == 0x000004, "Wrong size on SBZTickingLootManager_Multicast_SetDesiredLootCount"); \ +static_assert(offsetof(SBZTickingLootManager_Multicast_SetDesiredLootCount, DesiredLootCount) == 0x000000, "Member 'SBZTickingLootManager_Multicast_SetDesiredLootCount::DesiredLootCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTickingLootManager_Multicast_StopCounter \ +static_assert(alignof(SBZTickingLootManager_Multicast_StopCounter) == 0x000004, "Wrong alignment on SBZTickingLootManager_Multicast_StopCounter"); \ +static_assert(sizeof(SBZTickingLootManager_Multicast_StopCounter) == 0x000004, "Wrong size on SBZTickingLootManager_Multicast_StopCounter"); \ +static_assert(offsetof(SBZTickingLootManager_Multicast_StopCounter, CurrentValue) == 0x000000, "Member 'SBZTickingLootManager_Multicast_StopCounter::CurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTickingLootManager_OnSabotaged \ +static_assert(alignof(SBZTickingLootManager_OnSabotaged) == 0x000001, "Wrong alignment on SBZTickingLootManager_OnSabotaged"); \ +static_assert(sizeof(SBZTickingLootManager_OnSabotaged) == 0x000001, "Wrong size on SBZTickingLootManager_OnSabotaged"); \ +static_assert(offsetof(SBZTickingLootManager_OnSabotaged, bIsSabotaged) == 0x000000, "Member 'SBZTickingLootManager_OnSabotaged::bIsSabotaged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZTickingLootManager \ +static_assert(alignof(ASBZTickingLootManager) == 0x000008, "Wrong alignment on ASBZTickingLootManager"); \ +static_assert(sizeof(ASBZTickingLootManager) == 0x0007D0, "Wrong size on ASBZTickingLootManager"); \ +static_assert(offsetof(ASBZTickingLootManager, OnCounterValueReached) == 0x0002A8, "Member 'ASBZTickingLootManager::OnCounterValueReached' has a wrong offset!"); \ +static_assert(offsetof(ASBZTickingLootManager, OnDesiredValueChanged) == 0x0002B8, "Member 'ASBZTickingLootManager::OnDesiredValueChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZTickingLootManager, OnCounterTypeChanged) == 0x0002C8, "Member 'ASBZTickingLootManager::OnCounterTypeChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZTickingLootManager, OnIncreaseTickingSpeedReached) == 0x0002D8, "Member 'ASBZTickingLootManager::OnIncreaseTickingSpeedReached' has a wrong offset!"); \ +static_assert(offsetof(ASBZTickingLootManager, OnDecreaseTickingSpeedReached) == 0x0002E8, "Member 'ASBZTickingLootManager::OnDecreaseTickingSpeedReached' has a wrong offset!"); \ +static_assert(offsetof(ASBZTickingLootManager, LootCounterData) == 0x0002F8, "Member 'ASBZTickingLootManager::LootCounterData' has a wrong offset!"); \ +static_assert(offsetof(ASBZTickingLootManager, DifficultySettingsArray) == 0x000308, "Member 'ASBZTickingLootManager::DifficultySettingsArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZTickingLootManager, SabotagePointArray) == 0x000790, "Member 'ASBZTickingLootManager::SabotagePointArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZTickingLootManager, SabotagableStates) == 0x0007A0, "Member 'ASBZTickingLootManager::SabotagableStates' has a wrong offset!"); \ +static_assert(offsetof(ASBZTickingLootManager, TickValuesToBroadcast) == 0x0007A8, "Member 'ASBZTickingLootManager::TickValuesToBroadcast' has a wrong offset!"); \ +static_assert(offsetof(ASBZTickingLootManager, IncreaseTickingSpeedToBroadcast) == 0x0007B8, "Member 'ASBZTickingLootManager::IncreaseTickingSpeedToBroadcast' has a wrong offset!"); \ +static_assert(offsetof(ASBZTickingLootManager, DecreaseTickingSpeedToBroadcast) == 0x0007BC, "Member 'ASBZTickingLootManager::DecreaseTickingSpeedToBroadcast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZRoomConnectorVolume \ +static_assert(alignof(ASBZRoomConnectorVolume) == 0x000008, "Wrong alignment on ASBZRoomConnectorVolume"); \ +static_assert(sizeof(ASBZRoomConnectorVolume) == 0x000340, "Wrong size on ASBZRoomConnectorVolume"); \ +static_assert(offsetof(ASBZRoomConnectorVolume, bWantsAIBreach) == 0x000308, "Member 'ASBZRoomConnectorVolume::bWantsAIBreach' has a wrong offset!"); \ +static_assert(offsetof(ASBZRoomConnectorVolume, RoomA) == 0x000310, "Member 'ASBZRoomConnectorVolume::RoomA' has a wrong offset!"); \ +static_assert(offsetof(ASBZRoomConnectorVolume, RoomB) == 0x000318, "Member 'ASBZRoomConnectorVolume::RoomB' has a wrong offset!"); \ +static_assert(offsetof(ASBZRoomConnectorVolume, Gate) == 0x000320, "Member 'ASBZRoomConnectorVolume::Gate' has a wrong offset!"); \ +static_assert(offsetof(ASBZRoomConnectorVolume, ConnectorLocation) == 0x000328, "Member 'ASBZRoomConnectorVolume::ConnectorLocation' has a wrong offset!"); \ +static_assert(offsetof(ASBZRoomConnectorVolume, ConnectorRotation) == 0x000334, "Member 'ASBZRoomConnectorVolume::ConnectorRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillScramblerScrambler \ +static_assert(alignof(USBZSkillScramblerScrambler) == 0x000008, "Wrong alignment on USBZSkillScramblerScrambler"); \ +static_assert(sizeof(USBZSkillScramblerScrambler) == 0x000230, "Wrong size on USBZSkillScramblerScrambler"); \ + +#define DUMPER7_ASSERTS_ISBZRuntimeInterface \ +static_assert(alignof(ISBZRuntimeInterface) == 0x000001, "Wrong alignment on ISBZRuntimeInterface"); \ +static_assert(sizeof(ISBZRuntimeInterface) == 0x000001, "Wrong size on ISBZRuntimeInterface"); \ + +#define DUMPER7_ASSERTS_SBZSabotagableVehicle_BP_OnEscortModeChanged \ +static_assert(alignof(SBZSabotagableVehicle_BP_OnEscortModeChanged) == 0x000001, "Wrong alignment on SBZSabotagableVehicle_BP_OnEscortModeChanged"); \ +static_assert(sizeof(SBZSabotagableVehicle_BP_OnEscortModeChanged) == 0x000002, "Wrong size on SBZSabotagableVehicle_BP_OnEscortModeChanged"); \ +static_assert(offsetof(SBZSabotagableVehicle_BP_OnEscortModeChanged, bEnabled) == 0x000000, "Member 'SBZSabotagableVehicle_BP_OnEscortModeChanged::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(SBZSabotagableVehicle_BP_OnEscortModeChanged, bDoCosmetics) == 0x000001, "Member 'SBZSabotagableVehicle_BP_OnEscortModeChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSabotagableVehicle_BP_OnPlayersInEscortChanged \ +static_assert(alignof(SBZSabotagableVehicle_BP_OnPlayersInEscortChanged) == 0x000004, "Wrong alignment on SBZSabotagableVehicle_BP_OnPlayersInEscortChanged"); \ +static_assert(sizeof(SBZSabotagableVehicle_BP_OnPlayersInEscortChanged) == 0x000004, "Wrong size on SBZSabotagableVehicle_BP_OnPlayersInEscortChanged"); \ +static_assert(offsetof(SBZSabotagableVehicle_BP_OnPlayersInEscortChanged, PlayersEscorting) == 0x000000, "Member 'SBZSabotagableVehicle_BP_OnPlayersInEscortChanged::PlayersEscorting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSabotagableVehicle_Multicast_SetEscortModeEnabled \ +static_assert(alignof(SBZSabotagableVehicle_Multicast_SetEscortModeEnabled) == 0x000001, "Wrong alignment on SBZSabotagableVehicle_Multicast_SetEscortModeEnabled"); \ +static_assert(sizeof(SBZSabotagableVehicle_Multicast_SetEscortModeEnabled) == 0x000001, "Wrong size on SBZSabotagableVehicle_Multicast_SetEscortModeEnabled"); \ +static_assert(offsetof(SBZSabotagableVehicle_Multicast_SetEscortModeEnabled, bEnabled) == 0x000000, "Member 'SBZSabotagableVehicle_Multicast_SetEscortModeEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSabotagableVehicle_Multicast_SetRearDoorsState \ +static_assert(alignof(SBZSabotagableVehicle_Multicast_SetRearDoorsState) == 0x000001, "Wrong alignment on SBZSabotagableVehicle_Multicast_SetRearDoorsState"); \ +static_assert(sizeof(SBZSabotagableVehicle_Multicast_SetRearDoorsState) == 0x000001, "Wrong size on SBZSabotagableVehicle_Multicast_SetRearDoorsState"); \ +static_assert(offsetof(SBZSabotagableVehicle_Multicast_SetRearDoorsState, NewState) == 0x000000, "Member 'SBZSabotagableVehicle_Multicast_SetRearDoorsState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSabotagableVehicle_OnEscortCapsuleBeginOverlap \ +static_assert(alignof(SBZSabotagableVehicle_OnEscortCapsuleBeginOverlap) == 0x000008, "Wrong alignment on SBZSabotagableVehicle_OnEscortCapsuleBeginOverlap"); \ +static_assert(sizeof(SBZSabotagableVehicle_OnEscortCapsuleBeginOverlap) == 0x0000B0, "Wrong size on SBZSabotagableVehicle_OnEscortCapsuleBeginOverlap"); \ +static_assert(offsetof(SBZSabotagableVehicle_OnEscortCapsuleBeginOverlap, OverlappedComponent) == 0x000000, "Member 'SBZSabotagableVehicle_OnEscortCapsuleBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZSabotagableVehicle_OnEscortCapsuleBeginOverlap, OtherActor) == 0x000008, "Member 'SBZSabotagableVehicle_OnEscortCapsuleBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZSabotagableVehicle_OnEscortCapsuleBeginOverlap, OtherComp) == 0x000010, "Member 'SBZSabotagableVehicle_OnEscortCapsuleBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZSabotagableVehicle_OnEscortCapsuleBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'SBZSabotagableVehicle_OnEscortCapsuleBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZSabotagableVehicle_OnEscortCapsuleBeginOverlap, bFromSweep) == 0x00001C, "Member 'SBZSabotagableVehicle_OnEscortCapsuleBeginOverlap::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(SBZSabotagableVehicle_OnEscortCapsuleBeginOverlap, SweepResult) == 0x000020, "Member 'SBZSabotagableVehicle_OnEscortCapsuleBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSabotagableVehicle_OnEscortCapsuleEndOverlap \ +static_assert(alignof(SBZSabotagableVehicle_OnEscortCapsuleEndOverlap) == 0x000008, "Wrong alignment on SBZSabotagableVehicle_OnEscortCapsuleEndOverlap"); \ +static_assert(sizeof(SBZSabotagableVehicle_OnEscortCapsuleEndOverlap) == 0x000020, "Wrong size on SBZSabotagableVehicle_OnEscortCapsuleEndOverlap"); \ +static_assert(offsetof(SBZSabotagableVehicle_OnEscortCapsuleEndOverlap, OverlappedComponent) == 0x000000, "Member 'SBZSabotagableVehicle_OnEscortCapsuleEndOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZSabotagableVehicle_OnEscortCapsuleEndOverlap, OtherActor) == 0x000008, "Member 'SBZSabotagableVehicle_OnEscortCapsuleEndOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZSabotagableVehicle_OnEscortCapsuleEndOverlap, OtherComp) == 0x000010, "Member 'SBZSabotagableVehicle_OnEscortCapsuleEndOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZSabotagableVehicle_OnEscortCapsuleEndOverlap, OtherBodyIndex) == 0x000018, "Member 'SBZSabotagableVehicle_OnEscortCapsuleEndOverlap::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSabotagableVehicle_OnPlayerInsideTruckBeginOverlap \ +static_assert(alignof(SBZSabotagableVehicle_OnPlayerInsideTruckBeginOverlap) == 0x000008, "Wrong alignment on SBZSabotagableVehicle_OnPlayerInsideTruckBeginOverlap"); \ +static_assert(sizeof(SBZSabotagableVehicle_OnPlayerInsideTruckBeginOverlap) == 0x0000B0, "Wrong size on SBZSabotagableVehicle_OnPlayerInsideTruckBeginOverlap"); \ +static_assert(offsetof(SBZSabotagableVehicle_OnPlayerInsideTruckBeginOverlap, OverlappedComponent) == 0x000000, "Member 'SBZSabotagableVehicle_OnPlayerInsideTruckBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZSabotagableVehicle_OnPlayerInsideTruckBeginOverlap, OtherActor) == 0x000008, "Member 'SBZSabotagableVehicle_OnPlayerInsideTruckBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZSabotagableVehicle_OnPlayerInsideTruckBeginOverlap, OtherComp) == 0x000010, "Member 'SBZSabotagableVehicle_OnPlayerInsideTruckBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZSabotagableVehicle_OnPlayerInsideTruckBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'SBZSabotagableVehicle_OnPlayerInsideTruckBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZSabotagableVehicle_OnPlayerInsideTruckBeginOverlap, bFromSweep) == 0x00001C, "Member 'SBZSabotagableVehicle_OnPlayerInsideTruckBeginOverlap::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(SBZSabotagableVehicle_OnPlayerInsideTruckBeginOverlap, SweepResult) == 0x000020, "Member 'SBZSabotagableVehicle_OnPlayerInsideTruckBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSabotagableVehicle_OnSabotaged \ +static_assert(alignof(SBZSabotagableVehicle_OnSabotaged) == 0x000001, "Wrong alignment on SBZSabotagableVehicle_OnSabotaged"); \ +static_assert(sizeof(SBZSabotagableVehicle_OnSabotaged) == 0x000001, "Wrong size on SBZSabotagableVehicle_OnSabotaged"); \ +static_assert(offsetof(SBZSabotagableVehicle_OnSabotaged, bWasSabotaged) == 0x000000, "Member 'SBZSabotagableVehicle_OnSabotaged::bWasSabotaged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSabotagableVehicle_SetEscortModeEnabled \ +static_assert(alignof(SBZSabotagableVehicle_SetEscortModeEnabled) == 0x000001, "Wrong alignment on SBZSabotagableVehicle_SetEscortModeEnabled"); \ +static_assert(sizeof(SBZSabotagableVehicle_SetEscortModeEnabled) == 0x000001, "Wrong size on SBZSabotagableVehicle_SetEscortModeEnabled"); \ +static_assert(offsetof(SBZSabotagableVehicle_SetEscortModeEnabled, bEnabled) == 0x000000, "Member 'SBZSabotagableVehicle_SetEscortModeEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSabotagableVehicle_SetRearDoorsState \ +static_assert(alignof(SBZSabotagableVehicle_SetRearDoorsState) == 0x000001, "Wrong alignment on SBZSabotagableVehicle_SetRearDoorsState"); \ +static_assert(sizeof(SBZSabotagableVehicle_SetRearDoorsState) == 0x000001, "Wrong size on SBZSabotagableVehicle_SetRearDoorsState"); \ +static_assert(offsetof(SBZSabotagableVehicle_SetRearDoorsState, NewState) == 0x000000, "Member 'SBZSabotagableVehicle_SetRearDoorsState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZSabotagableVehicle \ +static_assert(alignof(ASBZSabotagableVehicle) == 0x000010, "Wrong alignment on ASBZSabotagableVehicle"); \ +static_assert(sizeof(ASBZSabotagableVehicle) == 0x0007E0, "Wrong size on ASBZSabotagableVehicle"); \ +static_assert(offsetof(ASBZSabotagableVehicle, OnVehicleSabotageChanged) == 0x000710, "Member 'ASBZSabotagableVehicle::OnVehicleSabotageChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagableVehicle, OnVehicleEscortChanged) == 0x000720, "Member 'ASBZSabotagableVehicle::OnVehicleEscortChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagableVehicle, SabotagePointClass) == 0x000730, "Member 'ASBZSabotagableVehicle::SabotagePointClass' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagableVehicle, MovingNavModifier) == 0x000738, "Member 'ASBZSabotagableVehicle::MovingNavModifier' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagableVehicle, SabotageAreaOffset) == 0x000740, "Member 'ASBZSabotagableVehicle::SabotageAreaOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagableVehicle, SabotagePointInstance) == 0x000770, "Member 'ASBZSabotagableVehicle::SabotagePointInstance' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagableVehicle, EscortCapsule) == 0x000778, "Member 'ASBZSabotagableVehicle::EscortCapsule' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagableVehicle, SpeedPerPlayerArray) == 0x000780, "Member 'ASBZSabotagableVehicle::SpeedPerPlayerArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagableVehicle, PlayersOverlapping) == 0x000794, "Member 'ASBZSabotagableVehicle::PlayersOverlapping' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagableVehicle, bEscortModeEnabled) == 0x000798, "Member 'ASBZSabotagableVehicle::bEscortModeEnabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagableVehicle, bStartWithEscortModeEnabled) == 0x000799, "Member 'ASBZSabotagableVehicle::bStartWithEscortModeEnabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagableVehicle, EscortSizePreplanningTag) == 0x00079C, "Member 'ASBZSabotagableVehicle::EscortSizePreplanningTag' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagableVehicle, EscortCapsulePreplanningRadius) == 0x0007A8, "Member 'ASBZSabotagableVehicle::EscortCapsulePreplanningRadius' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagableVehicle, EscortCapsulePreplanningHalfHeight) == 0x0007AC, "Member 'ASBZSabotagableVehicle::EscortCapsulePreplanningHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagableVehicle, InsideTruckVolume) == 0x0007B0, "Member 'ASBZSabotagableVehicle::InsideTruckVolume' has a wrong offset!"); \ +static_assert(offsetof(ASBZSabotagableVehicle, InsideTruckTeleportLocation) == 0x0007B8, "Member 'ASBZSabotagableVehicle::InsideTruckTeleportLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTimeEventManager_Get \ +static_assert(alignof(SBZTimeEventManager_Get) == 0x000008, "Wrong alignment on SBZTimeEventManager_Get"); \ +static_assert(sizeof(SBZTimeEventManager_Get) == 0x000010, "Wrong size on SBZTimeEventManager_Get"); \ +static_assert(offsetof(SBZTimeEventManager_Get, WorldContextObject) == 0x000000, "Member 'SBZTimeEventManager_Get::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZTimeEventManager_Get, ReturnValue) == 0x000008, "Member 'SBZTimeEventManager_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTimeEventManager_GetNextResetTime \ +static_assert(alignof(SBZTimeEventManager_GetNextResetTime) == 0x000004, "Wrong alignment on SBZTimeEventManager_GetNextResetTime"); \ +static_assert(sizeof(SBZTimeEventManager_GetNextResetTime) == 0x000004, "Wrong size on SBZTimeEventManager_GetNextResetTime"); \ +static_assert(offsetof(SBZTimeEventManager_GetNextResetTime, ReturnValue) == 0x000000, "Member 'SBZTimeEventManager_GetNextResetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTimeEventManager_GetLastKnownServerTime \ +static_assert(alignof(SBZTimeEventManager_GetLastKnownServerTime) == 0x000008, "Wrong alignment on SBZTimeEventManager_GetLastKnownServerTime"); \ +static_assert(sizeof(SBZTimeEventManager_GetLastKnownServerTime) == 0x000008, "Wrong size on SBZTimeEventManager_GetLastKnownServerTime"); \ +static_assert(offsetof(SBZTimeEventManager_GetLastKnownServerTime, ReturnValue) == 0x000000, "Member 'SBZTimeEventManager_GetLastKnownServerTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZTimeEventManager \ +static_assert(alignof(USBZTimeEventManager) == 0x000008, "Wrong alignment on USBZTimeEventManager"); \ +static_assert(sizeof(USBZTimeEventManager) == 0x000070, "Wrong size on USBZTimeEventManager"); \ + +#define DUMPER7_ASSERTS_SBZSafeHouseManager_Get \ +static_assert(alignof(SBZSafeHouseManager_Get) == 0x000008, "Wrong alignment on SBZSafeHouseManager_Get"); \ +static_assert(sizeof(SBZSafeHouseManager_Get) == 0x000010, "Wrong size on SBZSafeHouseManager_Get"); \ +static_assert(offsetof(SBZSafeHouseManager_Get, WorldContextObject) == 0x000000, "Member 'SBZSafeHouseManager_Get::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSafeHouseManager_Get, ReturnValue) == 0x000008, "Member 'SBZSafeHouseManager_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSafeHouseManager_HandlePlayerStateAdded \ +static_assert(alignof(SBZSafeHouseManager_HandlePlayerStateAdded) == 0x000008, "Wrong alignment on SBZSafeHouseManager_HandlePlayerStateAdded"); \ +static_assert(sizeof(SBZSafeHouseManager_HandlePlayerStateAdded) == 0x000008, "Wrong size on SBZSafeHouseManager_HandlePlayerStateAdded"); \ +static_assert(offsetof(SBZSafeHouseManager_HandlePlayerStateAdded, Data) == 0x000000, "Member 'SBZSafeHouseManager_HandlePlayerStateAdded::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSafeHouseManager \ +static_assert(alignof(USBZSafeHouseManager) == 0x000008, "Wrong alignment on USBZSafeHouseManager"); \ +static_assert(sizeof(USBZSafeHouseManager) == 0x000090, "Wrong size on USBZSafeHouseManager"); \ +static_assert(offsetof(USBZSafeHouseManager, WorldLoader) == 0x000050, "Member 'USBZSafeHouseManager::WorldLoader' has a wrong offset!"); \ +static_assert(offsetof(USBZSafeHouseManager, OnSafeHouseLoadStart) == 0x000060, "Member 'USBZSafeHouseManager::OnSafeHouseLoadStart' has a wrong offset!"); \ +static_assert(offsetof(USBZSafeHouseManager, OnSafeHouseLoadProgressUpdate) == 0x000070, "Member 'USBZSafeHouseManager::OnSafeHouseLoadProgressUpdate' has a wrong offset!"); \ +static_assert(offsetof(USBZSafeHouseManager, OnSafeHouseLoadComplete) == 0x000080, "Member 'USBZSafeHouseManager::OnSafeHouseLoadComplete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSanitizeDisplayNames_SanitizeDisplayNames \ +static_assert(alignof(SBZSanitizeDisplayNames_SanitizeDisplayNames) == 0x000008, "Wrong alignment on SBZSanitizeDisplayNames_SanitizeDisplayNames"); \ +static_assert(sizeof(SBZSanitizeDisplayNames_SanitizeDisplayNames) == 0x000028, "Wrong size on SBZSanitizeDisplayNames_SanitizeDisplayNames"); \ +static_assert(offsetof(SBZSanitizeDisplayNames_SanitizeDisplayNames, WorldContextObject_0) == 0x000000, "Member 'SBZSanitizeDisplayNames_SanitizeDisplayNames::WorldContextObject_0' has a wrong offset!"); \ +static_assert(offsetof(SBZSanitizeDisplayNames_SanitizeDisplayNames, PlayerState_0) == 0x000008, "Member 'SBZSanitizeDisplayNames_SanitizeDisplayNames::PlayerState_0' has a wrong offset!"); \ +static_assert(offsetof(SBZSanitizeDisplayNames_SanitizeDisplayNames, DisplayNames) == 0x000010, "Member 'SBZSanitizeDisplayNames_SanitizeDisplayNames::DisplayNames' has a wrong offset!"); \ +static_assert(offsetof(SBZSanitizeDisplayNames_SanitizeDisplayNames, ReturnValue) == 0x000020, "Member 'SBZSanitizeDisplayNames_SanitizeDisplayNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSanitizeDisplayNames \ +static_assert(alignof(USBZSanitizeDisplayNames) == 0x000008, "Wrong alignment on USBZSanitizeDisplayNames"); \ +static_assert(sizeof(USBZSanitizeDisplayNames) == 0x000088, "Wrong size on USBZSanitizeDisplayNames"); \ +static_assert(offsetof(USBZSanitizeDisplayNames, OnSanitizeDisplayNamesSucceeded) == 0x000038, "Member 'USBZSanitizeDisplayNames::OnSanitizeDisplayNamesSucceeded' has a wrong offset!"); \ +static_assert(offsetof(USBZSanitizeDisplayNames, OnSanitizeDisplayNamesFailed) == 0x000048, "Member 'USBZSanitizeDisplayNames::OnSanitizeDisplayNamesFailed' has a wrong offset!"); \ +static_assert(offsetof(USBZSanitizeDisplayNames, SanitizedDisplayNames) == 0x000058, "Member 'USBZSanitizeDisplayNames::SanitizedDisplayNames' has a wrong offset!"); \ +static_assert(offsetof(USBZSanitizeDisplayNames, WorldContextObject) == 0x000068, "Member 'USBZSanitizeDisplayNames::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(USBZSanitizeDisplayNames, PlayerState) == 0x000070, "Member 'USBZSanitizeDisplayNames::PlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillSniperSpecSniperPocketsAced \ +static_assert(alignof(USBZSkillSniperSpecSniperPocketsAced) == 0x000008, "Wrong alignment on USBZSkillSniperSpecSniperPocketsAced"); \ +static_assert(sizeof(USBZSkillSniperSpecSniperPocketsAced) == 0x000230, "Wrong size on USBZSkillSniperSpecSniperPocketsAced"); \ + +#define DUMPER7_ASSERTS_ISBZSaveManagerInterface \ +static_assert(alignof(ISBZSaveManagerInterface) == 0x000001, "Wrong alignment on ISBZSaveManagerInterface"); \ +static_assert(sizeof(ISBZSaveManagerInterface) == 0x000001, "Wrong size on ISBZSaveManagerInterface"); \ + +#define DUMPER7_ASSERTS_SBZScrollBox_SetCustomFocus \ +static_assert(alignof(SBZScrollBox_SetCustomFocus) == 0x000001, "Wrong alignment on SBZScrollBox_SetCustomFocus"); \ +static_assert(sizeof(SBZScrollBox_SetCustomFocus) == 0x000001, "Wrong size on SBZScrollBox_SetCustomFocus"); \ +static_assert(offsetof(SBZScrollBox_SetCustomFocus, bInIsCustomFocus) == 0x000000, "Member 'SBZScrollBox_SetCustomFocus::bInIsCustomFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZScrollBox \ +static_assert(alignof(USBZScrollBox) == 0x000008, "Wrong alignment on USBZScrollBox"); \ +static_assert(sizeof(USBZScrollBox) == 0x000928, "Wrong size on USBZScrollBox"); \ +static_assert(offsetof(USBZScrollBox, InputComponent) == 0x000908, "Member 'USBZScrollBox::InputComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZScrollBox, InputAxisYName) == 0x000910, "Member 'USBZScrollBox::InputAxisYName' has a wrong offset!"); \ +static_assert(offsetof(USBZScrollBox, ScrollSpeedY) == 0x00091C, "Member 'USBZScrollBox::ScrollSpeedY' has a wrong offset!"); \ +static_assert(offsetof(USBZScrollBox, InputAxisDeadZone) == 0x000920, "Member 'USBZScrollBox::InputAxisDeadZone' has a wrong offset!"); \ +static_assert(offsetof(USBZScrollBox, bIsCustomFocus) == 0x000924, "Member 'USBZScrollBox::bIsCustomFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZSeasonalEventItemSpawner \ +static_assert(alignof(ASBZSeasonalEventItemSpawner) == 0x000008, "Wrong alignment on ASBZSeasonalEventItemSpawner"); \ +static_assert(sizeof(ASBZSeasonalEventItemSpawner) == 0x0002D8, "Wrong size on ASBZSeasonalEventItemSpawner"); \ +static_assert(offsetof(ASBZSeasonalEventItemSpawner, SpawnRequestData) == 0x0002C8, "Member 'ASBZSeasonalEventItemSpawner::SpawnRequestData' has a wrong offset!"); \ +static_assert(offsetof(ASBZSeasonalEventItemSpawner, NumberToSpawn) == 0x0002D0, "Member 'ASBZSeasonalEventItemSpawner::NumberToSpawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecuredBagVisualizeComponent_AddBagHandle \ +static_assert(alignof(SBZSecuredBagVisualizeComponent_AddBagHandle) == 0x000008, "Wrong alignment on SBZSecuredBagVisualizeComponent_AddBagHandle"); \ +static_assert(sizeof(SBZSecuredBagVisualizeComponent_AddBagHandle) == 0x000010, "Wrong size on SBZSecuredBagVisualizeComponent_AddBagHandle"); \ +static_assert(offsetof(SBZSecuredBagVisualizeComponent_AddBagHandle, BagHandle) == 0x000000, "Member 'SBZSecuredBagVisualizeComponent_AddBagHandle::BagHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecuredBagVisualizeComponent_Multicast_AddBagType \ +static_assert(alignof(SBZSecuredBagVisualizeComponent_Multicast_AddBagType) == 0x000008, "Wrong alignment on SBZSecuredBagVisualizeComponent_Multicast_AddBagType"); \ +static_assert(sizeof(SBZSecuredBagVisualizeComponent_Multicast_AddBagType) == 0x000008, "Wrong size on SBZSecuredBagVisualizeComponent_Multicast_AddBagType"); \ +static_assert(offsetof(SBZSecuredBagVisualizeComponent_Multicast_AddBagType, BagType) == 0x000000, "Member 'SBZSecuredBagVisualizeComponent_Multicast_AddBagType::BagType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSecuredBagVisualizeComponent \ +static_assert(alignof(USBZSecuredBagVisualizeComponent) == 0x000008, "Wrong alignment on USBZSecuredBagVisualizeComponent"); \ +static_assert(sizeof(USBZSecuredBagVisualizeComponent) == 0x000108, "Wrong size on USBZSecuredBagVisualizeComponent"); \ +static_assert(offsetof(USBZSecuredBagVisualizeComponent, OnBagAdded) == 0x0000C0, "Member 'USBZSecuredBagVisualizeComponent::OnBagAdded' has a wrong offset!"); \ +static_assert(offsetof(USBZSecuredBagVisualizeComponent, BagTypes) == 0x0000D0, "Member 'USBZSecuredBagVisualizeComponent::BagTypes' has a wrong offset!"); \ +static_assert(offsetof(USBZSecuredBagVisualizeComponent, SpawnLocationArray) == 0x0000E0, "Member 'USBZSecuredBagVisualizeComponent::SpawnLocationArray' has a wrong offset!"); \ +static_assert(offsetof(USBZSecuredBagVisualizeComponent, SecuredBagArray) == 0x0000F8, "Member 'USBZSecuredBagVisualizeComponent::SecuredBagArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillSniperSpecGrazeAced \ +static_assert(alignof(USBZSkillSniperSpecGrazeAced) == 0x000008, "Wrong alignment on USBZSkillSniperSpecGrazeAced"); \ +static_assert(sizeof(USBZSkillSniperSpecGrazeAced) == 0x000230, "Wrong size on USBZSkillSniperSpecGrazeAced"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCompanySettings_Get \ +static_assert(alignof(SBZSecurityCompanySettings_Get) == 0x000008, "Wrong alignment on SBZSecurityCompanySettings_Get"); \ +static_assert(sizeof(SBZSecurityCompanySettings_Get) == 0x000078, "Wrong size on SBZSecurityCompanySettings_Get"); \ +static_assert(offsetof(SBZSecurityCompanySettings_Get, ReturnValue) == 0x000000, "Member 'SBZSecurityCompanySettings_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCompanySettings_HasAICore \ +static_assert(alignof(SBZSecurityCompanySettings_HasAICore) == 0x000008, "Wrong alignment on SBZSecurityCompanySettings_HasAICore"); \ +static_assert(sizeof(SBZSecurityCompanySettings_HasAICore) == 0x000010, "Wrong size on SBZSecurityCompanySettings_HasAICore"); \ +static_assert(offsetof(SBZSecurityCompanySettings_HasAICore, WorldContextObject) == 0x000000, "Member 'SBZSecurityCompanySettings_HasAICore::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCompanySettings_HasAICore, ReturnValue) == 0x000008, "Member 'SBZSecurityCompanySettings_HasAICore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCompanySettings_HasAIShielding \ +static_assert(alignof(SBZSecurityCompanySettings_HasAIShielding) == 0x000008, "Wrong alignment on SBZSecurityCompanySettings_HasAIShielding"); \ +static_assert(sizeof(SBZSecurityCompanySettings_HasAIShielding) == 0x000010, "Wrong size on SBZSecurityCompanySettings_HasAIShielding"); \ +static_assert(offsetof(SBZSecurityCompanySettings_HasAIShielding, WorldContextObject) == 0x000000, "Member 'SBZSecurityCompanySettings_HasAIShielding::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCompanySettings_HasAIShielding, ReturnValue) == 0x000008, "Member 'SBZSecurityCompanySettings_HasAIShielding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCompanySettings_HasAlphaStrike \ +static_assert(alignof(SBZSecurityCompanySettings_HasAlphaStrike) == 0x000008, "Wrong alignment on SBZSecurityCompanySettings_HasAlphaStrike"); \ +static_assert(sizeof(SBZSecurityCompanySettings_HasAlphaStrike) == 0x000010, "Wrong size on SBZSecurityCompanySettings_HasAlphaStrike"); \ +static_assert(offsetof(SBZSecurityCompanySettings_HasAlphaStrike, WorldContextObject) == 0x000000, "Member 'SBZSecurityCompanySettings_HasAlphaStrike::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCompanySettings_HasAlphaStrike, ReturnValue) == 0x000008, "Member 'SBZSecurityCompanySettings_HasAlphaStrike::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCompanySettings_HasArmorPiercing \ +static_assert(alignof(SBZSecurityCompanySettings_HasArmorPiercing) == 0x000008, "Wrong alignment on SBZSecurityCompanySettings_HasArmorPiercing"); \ +static_assert(sizeof(SBZSecurityCompanySettings_HasArmorPiercing) == 0x000010, "Wrong size on SBZSecurityCompanySettings_HasArmorPiercing"); \ +static_assert(offsetof(SBZSecurityCompanySettings_HasArmorPiercing, WorldContextObject) == 0x000000, "Member 'SBZSecurityCompanySettings_HasArmorPiercing::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCompanySettings_HasArmorPiercing, ReturnValue) == 0x000008, "Member 'SBZSecurityCompanySettings_HasArmorPiercing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCompanySettings_HasBuddySystem \ +static_assert(alignof(SBZSecurityCompanySettings_HasBuddySystem) == 0x000008, "Wrong alignment on SBZSecurityCompanySettings_HasBuddySystem"); \ +static_assert(sizeof(SBZSecurityCompanySettings_HasBuddySystem) == 0x000010, "Wrong size on SBZSecurityCompanySettings_HasBuddySystem"); \ +static_assert(offsetof(SBZSecurityCompanySettings_HasBuddySystem, WorldContextObject) == 0x000000, "Member 'SBZSecurityCompanySettings_HasBuddySystem::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCompanySettings_HasBuddySystem, ReturnValue) == 0x000008, "Member 'SBZSecurityCompanySettings_HasBuddySystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCompanySettings_HasCameraRuntimeLimit \ +static_assert(alignof(SBZSecurityCompanySettings_HasCameraRuntimeLimit) == 0x000008, "Wrong alignment on SBZSecurityCompanySettings_HasCameraRuntimeLimit"); \ +static_assert(sizeof(SBZSecurityCompanySettings_HasCameraRuntimeLimit) == 0x000010, "Wrong size on SBZSecurityCompanySettings_HasCameraRuntimeLimit"); \ +static_assert(offsetof(SBZSecurityCompanySettings_HasCameraRuntimeLimit, WorldContextObject) == 0x000000, "Member 'SBZSecurityCompanySettings_HasCameraRuntimeLimit::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCompanySettings_HasCameraRuntimeLimit, ReturnValue) == 0x000008, "Member 'SBZSecurityCompanySettings_HasCameraRuntimeLimit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCompanySettings_HasDebilitatingSpecials \ +static_assert(alignof(SBZSecurityCompanySettings_HasDebilitatingSpecials) == 0x000008, "Wrong alignment on SBZSecurityCompanySettings_HasDebilitatingSpecials"); \ +static_assert(sizeof(SBZSecurityCompanySettings_HasDebilitatingSpecials) == 0x000010, "Wrong size on SBZSecurityCompanySettings_HasDebilitatingSpecials"); \ +static_assert(offsetof(SBZSecurityCompanySettings_HasDebilitatingSpecials, WorldContextObject) == 0x000000, "Member 'SBZSecurityCompanySettings_HasDebilitatingSpecials::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCompanySettings_HasDebilitatingSpecials, ReturnValue) == 0x000008, "Member 'SBZSecurityCompanySettings_HasDebilitatingSpecials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCompanySettings_HasFacialRecognition \ +static_assert(alignof(SBZSecurityCompanySettings_HasFacialRecognition) == 0x000008, "Wrong alignment on SBZSecurityCompanySettings_HasFacialRecognition"); \ +static_assert(sizeof(SBZSecurityCompanySettings_HasFacialRecognition) == 0x000010, "Wrong size on SBZSecurityCompanySettings_HasFacialRecognition"); \ +static_assert(offsetof(SBZSecurityCompanySettings_HasFacialRecognition, WorldContextObject) == 0x000000, "Member 'SBZSecurityCompanySettings_HasFacialRecognition::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCompanySettings_HasFacialRecognition, ReturnValue) == 0x000008, "Member 'SBZSecurityCompanySettings_HasFacialRecognition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCompanySettings_HasHardBargain \ +static_assert(alignof(SBZSecurityCompanySettings_HasHardBargain) == 0x000008, "Wrong alignment on SBZSecurityCompanySettings_HasHardBargain"); \ +static_assert(sizeof(SBZSecurityCompanySettings_HasHardBargain) == 0x000010, "Wrong size on SBZSecurityCompanySettings_HasHardBargain"); \ +static_assert(offsetof(SBZSecurityCompanySettings_HasHardBargain, WorldContextObject) == 0x000000, "Member 'SBZSecurityCompanySettings_HasHardBargain::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCompanySettings_HasHardBargain, ReturnValue) == 0x000008, "Member 'SBZSecurityCompanySettings_HasHardBargain::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCompanySettings_HasIndestructibleCameras \ +static_assert(alignof(SBZSecurityCompanySettings_HasIndestructibleCameras) == 0x000008, "Wrong alignment on SBZSecurityCompanySettings_HasIndestructibleCameras"); \ +static_assert(sizeof(SBZSecurityCompanySettings_HasIndestructibleCameras) == 0x000010, "Wrong size on SBZSecurityCompanySettings_HasIndestructibleCameras"); \ +static_assert(offsetof(SBZSecurityCompanySettings_HasIndestructibleCameras, WorldContextObject) == 0x000000, "Member 'SBZSecurityCompanySettings_HasIndestructibleCameras::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCompanySettings_HasIndestructibleCameras, ReturnValue) == 0x000008, "Member 'SBZSecurityCompanySettings_HasIndestructibleCameras::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCompanySettings_HasLeadGuard \ +static_assert(alignof(SBZSecurityCompanySettings_HasLeadGuard) == 0x000008, "Wrong alignment on SBZSecurityCompanySettings_HasLeadGuard"); \ +static_assert(sizeof(SBZSecurityCompanySettings_HasLeadGuard) == 0x000010, "Wrong size on SBZSecurityCompanySettings_HasLeadGuard"); \ +static_assert(offsetof(SBZSecurityCompanySettings_HasLeadGuard, WorldContextObject) == 0x000000, "Member 'SBZSecurityCompanySettings_HasLeadGuard::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCompanySettings_HasLeadGuard, ReturnValue) == 0x000008, "Member 'SBZSecurityCompanySettings_HasLeadGuard::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCompanySettings_HasReflectorShields \ +static_assert(alignof(SBZSecurityCompanySettings_HasReflectorShields) == 0x000008, "Wrong alignment on SBZSecurityCompanySettings_HasReflectorShields"); \ +static_assert(sizeof(SBZSecurityCompanySettings_HasReflectorShields) == 0x000010, "Wrong size on SBZSecurityCompanySettings_HasReflectorShields"); \ +static_assert(offsetof(SBZSecurityCompanySettings_HasReflectorShields, WorldContextObject) == 0x000000, "Member 'SBZSecurityCompanySettings_HasReflectorShields::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSecurityCompanySettings_HasReflectorShields, ReturnValue) == 0x000008, "Member 'SBZSecurityCompanySettings_HasReflectorShields::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSecurityCompanySettings \ +static_assert(alignof(USBZSecurityCompanySettings) == 0x000008, "Wrong alignment on USBZSecurityCompanySettings"); \ +static_assert(sizeof(USBZSecurityCompanySettings) == 0x0000C0, "Wrong size on USBZSecurityCompanySettings"); \ +static_assert(offsetof(USBZSecurityCompanySettings, Settings) == 0x000048, "Member 'USBZSecurityCompanySettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCompanyVisualsWidget_InitializeSecurityCompany \ +static_assert(alignof(SBZSecurityCompanyVisualsWidget_InitializeSecurityCompany) == 0x000001, "Wrong alignment on SBZSecurityCompanyVisualsWidget_InitializeSecurityCompany"); \ +static_assert(sizeof(SBZSecurityCompanyVisualsWidget_InitializeSecurityCompany) == 0x000001, "Wrong size on SBZSecurityCompanyVisualsWidget_InitializeSecurityCompany"); \ +static_assert(offsetof(SBZSecurityCompanyVisualsWidget_InitializeSecurityCompany, InSecurityCompany) == 0x000000, "Member 'SBZSecurityCompanyVisualsWidget_InitializeSecurityCompany::InSecurityCompany' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCompanyVisualsWidget_GetSecurityCompany \ +static_assert(alignof(SBZSecurityCompanyVisualsWidget_GetSecurityCompany) == 0x000008, "Wrong alignment on SBZSecurityCompanyVisualsWidget_GetSecurityCompany"); \ +static_assert(sizeof(SBZSecurityCompanyVisualsWidget_GetSecurityCompany) == 0x000008, "Wrong size on SBZSecurityCompanyVisualsWidget_GetSecurityCompany"); \ +static_assert(offsetof(SBZSecurityCompanyVisualsWidget_GetSecurityCompany, ReturnValue) == 0x000000, "Member 'SBZSecurityCompanyVisualsWidget_GetSecurityCompany::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSecurityCompanyVisualsWidget_GetSecurityCompanyEnum \ +static_assert(alignof(SBZSecurityCompanyVisualsWidget_GetSecurityCompanyEnum) == 0x000001, "Wrong alignment on SBZSecurityCompanyVisualsWidget_GetSecurityCompanyEnum"); \ +static_assert(sizeof(SBZSecurityCompanyVisualsWidget_GetSecurityCompanyEnum) == 0x000001, "Wrong size on SBZSecurityCompanyVisualsWidget_GetSecurityCompanyEnum"); \ +static_assert(offsetof(SBZSecurityCompanyVisualsWidget_GetSecurityCompanyEnum, ReturnValue) == 0x000000, "Member 'SBZSecurityCompanyVisualsWidget_GetSecurityCompanyEnum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSecurityCompanyVisualsWidget \ +static_assert(alignof(USBZSecurityCompanyVisualsWidget) == 0x000008, "Wrong alignment on USBZSecurityCompanyVisualsWidget"); \ +static_assert(sizeof(USBZSecurityCompanyVisualsWidget) == 0x0002B0, "Wrong size on USBZSecurityCompanyVisualsWidget"); \ +static_assert(offsetof(USBZSecurityCompanyVisualsWidget, SecurityCompanyEnum) == 0x000290, "Member 'USBZSecurityCompanyVisualsWidget::SecurityCompanyEnum' has a wrong offset!"); \ +static_assert(offsetof(USBZSecurityCompanyVisualsWidget, SecurityCompanyAsset) == 0x000298, "Member 'USBZSecurityCompanyVisualsWidget::SecurityCompanyAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSelectorWidget_OnSelectionOptionChanged \ +static_assert(alignof(SBZSelectorWidget_OnSelectionOptionChanged) == 0x000004, "Wrong alignment on SBZSelectorWidget_OnSelectionOptionChanged"); \ +static_assert(sizeof(SBZSelectorWidget_OnSelectionOptionChanged) == 0x000008, "Wrong size on SBZSelectorWidget_OnSelectionOptionChanged"); \ +static_assert(offsetof(SBZSelectorWidget_OnSelectionOptionChanged, InCurrentIndex) == 0x000000, "Member 'SBZSelectorWidget_OnSelectionOptionChanged::InCurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZSelectorWidget_OnSelectionOptionChanged, bOverrideReadOnly) == 0x000004, "Member 'SBZSelectorWidget_OnSelectionOptionChanged::bOverrideReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSelectorWidget_SetCurrentIndex \ +static_assert(alignof(SBZSelectorWidget_SetCurrentIndex) == 0x000004, "Wrong alignment on SBZSelectorWidget_SetCurrentIndex"); \ +static_assert(sizeof(SBZSelectorWidget_SetCurrentIndex) == 0x000004, "Wrong size on SBZSelectorWidget_SetCurrentIndex"); \ +static_assert(offsetof(SBZSelectorWidget_SetCurrentIndex, DesiredIndex) == 0x000000, "Member 'SBZSelectorWidget_SetCurrentIndex::DesiredIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSelectorWidget_SetSelectionCount \ +static_assert(alignof(SBZSelectorWidget_SetSelectionCount) == 0x000004, "Wrong alignment on SBZSelectorWidget_SetSelectionCount"); \ +static_assert(sizeof(SBZSelectorWidget_SetSelectionCount) == 0x000004, "Wrong size on SBZSelectorWidget_SetSelectionCount"); \ +static_assert(offsetof(SBZSelectorWidget_SetSelectionCount, NewSelectionCount) == 0x000000, "Member 'SBZSelectorWidget_SetSelectionCount::NewSelectionCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSelectorWidget \ +static_assert(alignof(USBZSelectorWidget) == 0x000008, "Wrong alignment on USBZSelectorWidget"); \ +static_assert(sizeof(USBZSelectorWidget) == 0x000388, "Wrong size on USBZSelectorWidget"); \ +static_assert(offsetof(USBZSelectorWidget, SelectionOptionChanged) == 0x000370, "Member 'USBZSelectorWidget::SelectionOptionChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZSelectorWidget, SelectionCount) == 0x000380, "Member 'USBZSelectorWidget::SelectionCount' has a wrong offset!"); \ +static_assert(offsetof(USBZSelectorWidget, CurrentIndex) == 0x000384, "Member 'USBZSelectorWidget::CurrentIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSendAIMessageNotify \ +static_assert(alignof(USBZSendAIMessageNotify) == 0x000008, "Wrong alignment on USBZSendAIMessageNotify"); \ +static_assert(sizeof(USBZSendAIMessageNotify) == 0x000050, "Wrong size on USBZSendAIMessageNotify"); \ +static_assert(offsetof(USBZSendAIMessageNotify, AIMessage) == 0x000040, "Member 'USBZSendAIMessageNotify::AIMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillGrazeAOEDamageExecutionCalculation \ +static_assert(alignof(USBZSkillGrazeAOEDamageExecutionCalculation) == 0x000008, "Wrong alignment on USBZSkillGrazeAOEDamageExecutionCalculation"); \ +static_assert(sizeof(USBZSkillGrazeAOEDamageExecutionCalculation) == 0x0000D8, "Wrong size on USBZSkillGrazeAOEDamageExecutionCalculation"); \ + +#define DUMPER7_ASSERTS_SBZSensorInterface_GetSensorComponent \ +static_assert(alignof(SBZSensorInterface_GetSensorComponent) == 0x000008, "Wrong alignment on SBZSensorInterface_GetSensorComponent"); \ +static_assert(sizeof(SBZSensorInterface_GetSensorComponent) == 0x000008, "Wrong size on SBZSensorInterface_GetSensorComponent"); \ +static_assert(offsetof(SBZSensorInterface_GetSensorComponent, ReturnValue) == 0x000000, "Member 'SBZSensorInterface_GetSensorComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSensorInterface_GetSensorOutlineComponent \ +static_assert(alignof(SBZSensorInterface_GetSensorOutlineComponent) == 0x000008, "Wrong alignment on SBZSensorInterface_GetSensorOutlineComponent"); \ +static_assert(sizeof(SBZSensorInterface_GetSensorOutlineComponent) == 0x000008, "Wrong size on SBZSensorInterface_GetSensorOutlineComponent"); \ +static_assert(offsetof(SBZSensorInterface_GetSensorOutlineComponent, ReturnValue) == 0x000000, "Member 'SBZSensorInterface_GetSensorOutlineComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZSensorInterface \ +static_assert(alignof(ISBZSensorInterface) == 0x000001, "Wrong alignment on ISBZSensorInterface"); \ +static_assert(sizeof(ISBZSensorInterface) == 0x000001, "Wrong size on ISBZSensorInterface"); \ + +#define DUMPER7_ASSERTS_USBZSkillShockGrenadeElectricTenderizerAced \ +static_assert(alignof(USBZSkillShockGrenadeElectricTenderizerAced) == 0x000008, "Wrong alignment on USBZSkillShockGrenadeElectricTenderizerAced"); \ +static_assert(sizeof(USBZSkillShockGrenadeElectricTenderizerAced) == 0x000230, "Wrong size on USBZSkillShockGrenadeElectricTenderizerAced"); \ + +#define DUMPER7_ASSERTS_USBZSentryExplosionExecutionCalculation \ +static_assert(alignof(USBZSentryExplosionExecutionCalculation) == 0x000008, "Wrong alignment on USBZSentryExplosionExecutionCalculation"); \ +static_assert(sizeof(USBZSentryExplosionExecutionCalculation) == 0x0000D8, "Wrong size on USBZSentryExplosionExecutionCalculation"); \ + +#define DUMPER7_ASSERTS_USBZSentryGunAnimation \ +static_assert(alignof(USBZSentryGunAnimation) == 0x000010, "Wrong alignment on USBZSentryGunAnimation"); \ +static_assert(sizeof(USBZSentryGunAnimation) == 0x000320, "Wrong size on USBZSentryGunAnimation"); \ +static_assert(offsetof(USBZSentryGunAnimation, SentryYawOnlyRotation) == 0x0002B8, "Member 'USBZSentryGunAnimation::SentryYawOnlyRotation' has a wrong offset!"); \ +static_assert(offsetof(USBZSentryGunAnimation, SentryRotation) == 0x0002C4, "Member 'USBZSentryGunAnimation::SentryRotation' has a wrong offset!"); \ +static_assert(offsetof(USBZSentryGunAnimation, SentryGun) == 0x0002D0, "Member 'USBZSentryGunAnimation::SentryGun' has a wrong offset!"); \ +static_assert(offsetof(USBZSentryGunAnimation, YawBouncer) == 0x0002D8, "Member 'USBZSentryGunAnimation::YawBouncer' has a wrong offset!"); \ +static_assert(offsetof(USBZSentryGunAnimation, PitchBouncer) == 0x0002EC, "Member 'USBZSentryGunAnimation::PitchBouncer' has a wrong offset!"); \ +static_assert(offsetof(USBZSentryGunAnimation, DeadPitch) == 0x000300, "Member 'USBZSentryGunAnimation::DeadPitch' has a wrong offset!"); \ +static_assert(offsetof(USBZSentryGunAnimation, ToDeadPitchSpeed) == 0x000304, "Member 'USBZSentryGunAnimation::ToDeadPitchSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZSentryGunAnimation, FromDeadPitchSpeed) == 0x000308, "Member 'USBZSentryGunAnimation::FromDeadPitchSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZGasDamageEffect \ +static_assert(alignof(USBZGasDamageEffect) == 0x000008, "Wrong alignment on USBZGasDamageEffect"); \ +static_assert(sizeof(USBZGasDamageEffect) == 0x0008C0, "Wrong size on USBZGasDamageEffect"); \ + +#define DUMPER7_ASSERTS_USBZSentryGunAttributeSet \ +static_assert(alignof(USBZSentryGunAttributeSet) == 0x000008, "Wrong alignment on USBZSentryGunAttributeSet"); \ +static_assert(sizeof(USBZSentryGunAttributeSet) == 0x000258, "Wrong size on USBZSentryGunAttributeSet"); \ + +#define DUMPER7_ASSERTS_SBZServerBrowserScreen_BP_OnHostableHeistDataUpdated \ +static_assert(alignof(SBZServerBrowserScreen_BP_OnHostableHeistDataUpdated) == 0x000008, "Wrong alignment on SBZServerBrowserScreen_BP_OnHostableHeistDataUpdated"); \ +static_assert(sizeof(SBZServerBrowserScreen_BP_OnHostableHeistDataUpdated) == 0x000010, "Wrong size on SBZServerBrowserScreen_BP_OnHostableHeistDataUpdated"); \ +static_assert(offsetof(SBZServerBrowserScreen_BP_OnHostableHeistDataUpdated, OutHostableHeistCollections) == 0x000000, "Member 'SBZServerBrowserScreen_BP_OnHostableHeistDataUpdated::OutHostableHeistCollections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServerBrowserScreen_NativeOnHeistButtonFocused \ +static_assert(alignof(SBZServerBrowserScreen_NativeOnHeistButtonFocused) == 0x000008, "Wrong alignment on SBZServerBrowserScreen_NativeOnHeistButtonFocused"); \ +static_assert(sizeof(SBZServerBrowserScreen_NativeOnHeistButtonFocused) == 0x000010, "Wrong size on SBZServerBrowserScreen_NativeOnHeistButtonFocused"); \ +static_assert(offsetof(SBZServerBrowserScreen_NativeOnHeistButtonFocused, InFocusedButton) == 0x000000, "Member 'SBZServerBrowserScreen_NativeOnHeistButtonFocused::InFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(SBZServerBrowserScreen_NativeOnHeistButtonFocused, bIsFocused) == 0x000008, "Member 'SBZServerBrowserScreen_NativeOnHeistButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServerBrowserScreen_NativeOnHeistButtonSelected \ +static_assert(alignof(SBZServerBrowserScreen_NativeOnHeistButtonSelected) == 0x000008, "Wrong alignment on SBZServerBrowserScreen_NativeOnHeistButtonSelected"); \ +static_assert(sizeof(SBZServerBrowserScreen_NativeOnHeistButtonSelected) == 0x000008, "Wrong size on SBZServerBrowserScreen_NativeOnHeistButtonSelected"); \ +static_assert(offsetof(SBZServerBrowserScreen_NativeOnHeistButtonSelected, InSelectedButton) == 0x000000, "Member 'SBZServerBrowserScreen_NativeOnHeistButtonSelected::InSelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServerBrowserScreen_NativeOnHeistMapIconClicked \ +static_assert(alignof(SBZServerBrowserScreen_NativeOnHeistMapIconClicked) == 0x000008, "Wrong alignment on SBZServerBrowserScreen_NativeOnHeistMapIconClicked"); \ +static_assert(sizeof(SBZServerBrowserScreen_NativeOnHeistMapIconClicked) == 0x000008, "Wrong size on SBZServerBrowserScreen_NativeOnHeistMapIconClicked"); \ +static_assert(offsetof(SBZServerBrowserScreen_NativeOnHeistMapIconClicked, InSelectedHeistMapIcon) == 0x000000, "Member 'SBZServerBrowserScreen_NativeOnHeistMapIconClicked::InSelectedHeistMapIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServerBrowserScreen_NativeOnHeistMapIconHovered \ +static_assert(alignof(SBZServerBrowserScreen_NativeOnHeistMapIconHovered) == 0x000008, "Wrong alignment on SBZServerBrowserScreen_NativeOnHeistMapIconHovered"); \ +static_assert(sizeof(SBZServerBrowserScreen_NativeOnHeistMapIconHovered) == 0x000010, "Wrong size on SBZServerBrowserScreen_NativeOnHeistMapIconHovered"); \ +static_assert(offsetof(SBZServerBrowserScreen_NativeOnHeistMapIconHovered, MapIcon) == 0x000000, "Member 'SBZServerBrowserScreen_NativeOnHeistMapIconHovered::MapIcon' has a wrong offset!"); \ +static_assert(offsetof(SBZServerBrowserScreen_NativeOnHeistMapIconHovered, bIsHovered) == 0x000008, "Member 'SBZServerBrowserScreen_NativeOnHeistMapIconHovered::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServerBrowserScreen_NativeOnStoryButtonFocused \ +static_assert(alignof(SBZServerBrowserScreen_NativeOnStoryButtonFocused) == 0x000008, "Wrong alignment on SBZServerBrowserScreen_NativeOnStoryButtonFocused"); \ +static_assert(sizeof(SBZServerBrowserScreen_NativeOnStoryButtonFocused) == 0x000010, "Wrong size on SBZServerBrowserScreen_NativeOnStoryButtonFocused"); \ +static_assert(offsetof(SBZServerBrowserScreen_NativeOnStoryButtonFocused, InFocusedButton) == 0x000000, "Member 'SBZServerBrowserScreen_NativeOnStoryButtonFocused::InFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(SBZServerBrowserScreen_NativeOnStoryButtonFocused, bIsFocused) == 0x000008, "Member 'SBZServerBrowserScreen_NativeOnStoryButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServerBrowserScreen_OnHeistButtonFocused \ +static_assert(alignof(SBZServerBrowserScreen_OnHeistButtonFocused) == 0x000008, "Wrong alignment on SBZServerBrowserScreen_OnHeistButtonFocused"); \ +static_assert(sizeof(SBZServerBrowserScreen_OnHeistButtonFocused) == 0x000010, "Wrong size on SBZServerBrowserScreen_OnHeistButtonFocused"); \ +static_assert(offsetof(SBZServerBrowserScreen_OnHeistButtonFocused, MenuButton) == 0x000000, "Member 'SBZServerBrowserScreen_OnHeistButtonFocused::MenuButton' has a wrong offset!"); \ +static_assert(offsetof(SBZServerBrowserScreen_OnHeistButtonFocused, bIsFocused) == 0x000008, "Member 'SBZServerBrowserScreen_OnHeistButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServerBrowserScreen_OnHeistButtonSelected \ +static_assert(alignof(SBZServerBrowserScreen_OnHeistButtonSelected) == 0x000008, "Wrong alignment on SBZServerBrowserScreen_OnHeistButtonSelected"); \ +static_assert(sizeof(SBZServerBrowserScreen_OnHeistButtonSelected) == 0x000008, "Wrong size on SBZServerBrowserScreen_OnHeistButtonSelected"); \ +static_assert(offsetof(SBZServerBrowserScreen_OnHeistButtonSelected, SelectedButton) == 0x000000, "Member 'SBZServerBrowserScreen_OnHeistButtonSelected::SelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServerBrowserScreen_OnHeistCollectionChanged \ +static_assert(alignof(SBZServerBrowserScreen_OnHeistCollectionChanged) == 0x000008, "Wrong alignment on SBZServerBrowserScreen_OnHeistCollectionChanged"); \ +static_assert(sizeof(SBZServerBrowserScreen_OnHeistCollectionChanged) == 0x000030, "Wrong size on SBZServerBrowserScreen_OnHeistCollectionChanged"); \ +static_assert(offsetof(SBZServerBrowserScreen_OnHeistCollectionChanged, ActiveHeistCollection) == 0x000000, "Member 'SBZServerBrowserScreen_OnHeistCollectionChanged::ActiveHeistCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServerBrowserScreen_PlaceMapPin \ +static_assert(alignof(SBZServerBrowserScreen_PlaceMapPin) == 0x000008, "Wrong alignment on SBZServerBrowserScreen_PlaceMapPin"); \ +static_assert(sizeof(SBZServerBrowserScreen_PlaceMapPin) == 0x000010, "Wrong size on SBZServerBrowserScreen_PlaceMapPin"); \ +static_assert(offsetof(SBZServerBrowserScreen_PlaceMapPin, TargetPin) == 0x000000, "Member 'SBZServerBrowserScreen_PlaceMapPin::TargetPin' has a wrong offset!"); \ +static_assert(offsetof(SBZServerBrowserScreen_PlaceMapPin, ConnectedHeistButton) == 0x000008, "Member 'SBZServerBrowserScreen_PlaceMapPin::ConnectedHeistButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServerBrowserScreen_SetActiveHeistCollection \ +static_assert(alignof(SBZServerBrowserScreen_SetActiveHeistCollection) == 0x000004, "Wrong alignment on SBZServerBrowserScreen_SetActiveHeistCollection"); \ +static_assert(sizeof(SBZServerBrowserScreen_SetActiveHeistCollection) == 0x000004, "Wrong size on SBZServerBrowserScreen_SetActiveHeistCollection"); \ +static_assert(offsetof(SBZServerBrowserScreen_SetActiveHeistCollection, NewIndex) == 0x000000, "Member 'SBZServerBrowserScreen_SetActiveHeistCollection::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServerBrowserScreen_SetActiveHeistMode \ +static_assert(alignof(SBZServerBrowserScreen_SetActiveHeistMode) == 0x000004, "Wrong alignment on SBZServerBrowserScreen_SetActiveHeistMode"); \ +static_assert(sizeof(SBZServerBrowserScreen_SetActiveHeistMode) == 0x000004, "Wrong size on SBZServerBrowserScreen_SetActiveHeistMode"); \ +static_assert(offsetof(SBZServerBrowserScreen_SetActiveHeistMode, NewIndex) == 0x000000, "Member 'SBZServerBrowserScreen_SetActiveHeistMode::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServerBrowserScreen_SetDifficultyFilter \ +static_assert(alignof(SBZServerBrowserScreen_SetDifficultyFilter) == 0x000004, "Wrong alignment on SBZServerBrowserScreen_SetDifficultyFilter"); \ +static_assert(sizeof(SBZServerBrowserScreen_SetDifficultyFilter) == 0x000004, "Wrong size on SBZServerBrowserScreen_SetDifficultyFilter"); \ +static_assert(offsetof(SBZServerBrowserScreen_SetDifficultyFilter, DifficultySelectionIndex) == 0x000000, "Member 'SBZServerBrowserScreen_SetDifficultyFilter::DifficultySelectionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServerBrowserScreen_SetHeistNameFilter \ +static_assert(alignof(SBZServerBrowserScreen_SetHeistNameFilter) == 0x000008, "Wrong alignment on SBZServerBrowserScreen_SetHeistNameFilter"); \ +static_assert(sizeof(SBZServerBrowserScreen_SetHeistNameFilter) == 0x000010, "Wrong size on SBZServerBrowserScreen_SetHeistNameFilter"); \ +static_assert(offsetof(SBZServerBrowserScreen_SetHeistNameFilter, InHeistData) == 0x000000, "Member 'SBZServerBrowserScreen_SetHeistNameFilter::InHeistData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServerBrowserScreen_SetTacticFilter \ +static_assert(alignof(SBZServerBrowserScreen_SetTacticFilter) == 0x000004, "Wrong alignment on SBZServerBrowserScreen_SetTacticFilter"); \ +static_assert(sizeof(SBZServerBrowserScreen_SetTacticFilter) == 0x000004, "Wrong size on SBZServerBrowserScreen_SetTacticFilter"); \ +static_assert(offsetof(SBZServerBrowserScreen_SetTacticFilter, TacticSelectionIndex) == 0x000000, "Member 'SBZServerBrowserScreen_SetTacticFilter::TacticSelectionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServerBrowserScreen_ToggleStoryModeFilter \ +static_assert(alignof(SBZServerBrowserScreen_ToggleStoryModeFilter) == 0x000001, "Wrong alignment on SBZServerBrowserScreen_ToggleStoryModeFilter"); \ +static_assert(sizeof(SBZServerBrowserScreen_ToggleStoryModeFilter) == 0x000001, "Wrong size on SBZServerBrowserScreen_ToggleStoryModeFilter"); \ +static_assert(offsetof(SBZServerBrowserScreen_ToggleStoryModeFilter, ReturnValue) == 0x000000, "Member 'SBZServerBrowserScreen_ToggleStoryModeFilter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZServerBrowserScreen \ +static_assert(alignof(USBZServerBrowserScreen) == 0x000008, "Wrong alignment on USBZServerBrowserScreen"); \ +static_assert(sizeof(USBZServerBrowserScreen) == 0x000428, "Wrong size on USBZServerBrowserScreen"); \ +static_assert(offsetof(USBZServerBrowserScreen, OnHostableHeistDataUpdated) == 0x0002F8, "Member 'USBZServerBrowserScreen::OnHostableHeistDataUpdated' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserScreen, HeistButtonClass) == 0x000308, "Member 'USBZServerBrowserScreen::HeistButtonClass' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserScreen, HeistMapIconClass) == 0x000310, "Member 'USBZServerBrowserScreen::HeistMapIconClass' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserScreen, HeistButtonPadding) == 0x000318, "Member 'USBZServerBrowserScreen::HeistButtonPadding' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserScreen, CanvasPanel_HeistMapIcons) == 0x000328, "Member 'USBZServerBrowserScreen::CanvasPanel_HeistMapIcons' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserScreen, VerticalBox_HeistButtons) == 0x000330, "Member 'USBZServerBrowserScreen::VerticalBox_HeistButtons' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserScreen, SelectedHeistButton) == 0x000338, "Member 'USBZServerBrowserScreen::SelectedHeistButton' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserScreen, ActiveHeistButtons) == 0x000340, "Member 'USBZServerBrowserScreen::ActiveHeistButtons' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserScreen, HeistCollections) == 0x000350, "Member 'USBZServerBrowserScreen::HeistCollections' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserScreen, HeistMode) == 0x000360, "Member 'USBZServerBrowserScreen::HeistMode' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserScreen, ActiveHeistCollectionIndex) == 0x000364, "Member 'USBZServerBrowserScreen::ActiveHeistCollectionIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserScreen, HeistButtonPool) == 0x000368, "Member 'USBZServerBrowserScreen::HeistButtonPool' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserScreen, HeistMapIconsPool) == 0x000378, "Member 'USBZServerBrowserScreen::HeistMapIconsPool' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserScreen, ActiveHeistMapIcons) == 0x000388, "Member 'USBZServerBrowserScreen::ActiveHeistMapIcons' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserScreen, HostableHeistCollections) == 0x000398, "Member 'USBZServerBrowserScreen::HostableHeistCollections' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserScreen, JoinableHeistCollections) == 0x0003A8, "Member 'USBZServerBrowserScreen::JoinableHeistCollections' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserScreen, ServerBrowserSessionsMap) == 0x0003B8, "Member 'USBZServerBrowserScreen::ServerBrowserSessionsMap' has a wrong offset!"); \ +static_assert(offsetof(USBZServerBrowserScreen, ServerFilters) == 0x000408, "Member 'USBZServerBrowserScreen::ServerFilters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServersListInterpreter_InitServerListInterpreter \ +static_assert(alignof(SBZServersListInterpreter_InitServerListInterpreter) == 0x000008, "Wrong alignment on SBZServersListInterpreter_InitServerListInterpreter"); \ +static_assert(sizeof(SBZServersListInterpreter_InitServerListInterpreter) == 0x000008, "Wrong size on SBZServersListInterpreter_InitServerListInterpreter"); \ +static_assert(offsetof(SBZServersListInterpreter_InitServerListInterpreter, Context) == 0x000000, "Member 'SBZServersListInterpreter_InitServerListInterpreter::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServersListInterpreter_Iterator_SelectSessionType \ +static_assert(alignof(SBZServersListInterpreter_Iterator_SelectSessionType) == 0x000001, "Wrong alignment on SBZServersListInterpreter_Iterator_SelectSessionType"); \ +static_assert(sizeof(SBZServersListInterpreter_Iterator_SelectSessionType) == 0x000002, "Wrong size on SBZServersListInterpreter_Iterator_SelectSessionType"); \ +static_assert(offsetof(SBZServersListInterpreter_Iterator_SelectSessionType, InType) == 0x000000, "Member 'SBZServersListInterpreter_Iterator_SelectSessionType::InType' has a wrong offset!"); \ +static_assert(offsetof(SBZServersListInterpreter_Iterator_SelectSessionType, ReturnValue) == 0x000001, "Member 'SBZServersListInterpreter_Iterator_SelectSessionType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServersListInterpreter_RequestUpdateServersCollection \ +static_assert(alignof(SBZServersListInterpreter_RequestUpdateServersCollection) == 0x000008, "Wrong alignment on SBZServersListInterpreter_RequestUpdateServersCollection"); \ +static_assert(sizeof(SBZServersListInterpreter_RequestUpdateServersCollection) == 0x000008, "Wrong size on SBZServersListInterpreter_RequestUpdateServersCollection"); \ +static_assert(offsetof(SBZServersListInterpreter_RequestUpdateServersCollection, Context) == 0x000000, "Member 'SBZServersListInterpreter_RequestUpdateServersCollection::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServersListInterpreter_RequestUpdateServersCollectionWithFilters \ +static_assert(alignof(SBZServersListInterpreter_RequestUpdateServersCollectionWithFilters) == 0x000008, "Wrong alignment on SBZServersListInterpreter_RequestUpdateServersCollectionWithFilters"); \ +static_assert(sizeof(SBZServersListInterpreter_RequestUpdateServersCollectionWithFilters) == 0x000020, "Wrong size on SBZServersListInterpreter_RequestUpdateServersCollectionWithFilters"); \ +static_assert(offsetof(SBZServersListInterpreter_RequestUpdateServersCollectionWithFilters, Context) == 0x000000, "Member 'SBZServersListInterpreter_RequestUpdateServersCollectionWithFilters::Context' has a wrong offset!"); \ +static_assert(offsetof(SBZServersListInterpreter_RequestUpdateServersCollectionWithFilters, InFilters) == 0x000008, "Member 'SBZServersListInterpreter_RequestUpdateServersCollectionWithFilters::InFilters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServersListInterpreter_SetAutoUpdateEnabled \ +static_assert(alignof(SBZServersListInterpreter_SetAutoUpdateEnabled) == 0x000008, "Wrong alignment on SBZServersListInterpreter_SetAutoUpdateEnabled"); \ +static_assert(sizeof(SBZServersListInterpreter_SetAutoUpdateEnabled) == 0x000010, "Wrong size on SBZServersListInterpreter_SetAutoUpdateEnabled"); \ +static_assert(offsetof(SBZServersListInterpreter_SetAutoUpdateEnabled, Context) == 0x000000, "Member 'SBZServersListInterpreter_SetAutoUpdateEnabled::Context' has a wrong offset!"); \ +static_assert(offsetof(SBZServersListInterpreter_SetAutoUpdateEnabled, bNewValue) == 0x000008, "Member 'SBZServersListInterpreter_SetAutoUpdateEnabled::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServersListInterpreter_CanRequestNewUpdate \ +static_assert(alignof(SBZServersListInterpreter_CanRequestNewUpdate) == 0x000008, "Wrong alignment on SBZServersListInterpreter_CanRequestNewUpdate"); \ +static_assert(sizeof(SBZServersListInterpreter_CanRequestNewUpdate) == 0x000010, "Wrong size on SBZServersListInterpreter_CanRequestNewUpdate"); \ +static_assert(offsetof(SBZServersListInterpreter_CanRequestNewUpdate, Context) == 0x000000, "Member 'SBZServersListInterpreter_CanRequestNewUpdate::Context' has a wrong offset!"); \ +static_assert(offsetof(SBZServersListInterpreter_CanRequestNewUpdate, ReturnValue) == 0x000008, "Member 'SBZServersListInterpreter_CanRequestNewUpdate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServersListInterpreter_DoesGameVersionMatchBuild \ +static_assert(alignof(SBZServersListInterpreter_DoesGameVersionMatchBuild) == 0x000008, "Wrong alignment on SBZServersListInterpreter_DoesGameVersionMatchBuild"); \ +static_assert(sizeof(SBZServersListInterpreter_DoesGameVersionMatchBuild) == 0x000010, "Wrong size on SBZServersListInterpreter_DoesGameVersionMatchBuild"); \ +static_assert(offsetof(SBZServersListInterpreter_DoesGameVersionMatchBuild, Context) == 0x000000, "Member 'SBZServersListInterpreter_DoesGameVersionMatchBuild::Context' has a wrong offset!"); \ +static_assert(offsetof(SBZServersListInterpreter_DoesGameVersionMatchBuild, ReturnValue) == 0x000008, "Member 'SBZServersListInterpreter_DoesGameVersionMatchBuild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServersListInterpreter_GetDifficulty \ +static_assert(alignof(SBZServersListInterpreter_GetDifficulty) == 0x000001, "Wrong alignment on SBZServersListInterpreter_GetDifficulty"); \ +static_assert(sizeof(SBZServersListInterpreter_GetDifficulty) == 0x000001, "Wrong size on SBZServersListInterpreter_GetDifficulty"); \ +static_assert(offsetof(SBZServersListInterpreter_GetDifficulty, ReturnValue) == 0x000000, "Member 'SBZServersListInterpreter_GetDifficulty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServersListInterpreter_GetHeistName \ +static_assert(alignof(SBZServersListInterpreter_GetHeistName) == 0x000008, "Wrong alignment on SBZServersListInterpreter_GetHeistName"); \ +static_assert(sizeof(SBZServersListInterpreter_GetHeistName) == 0x000010, "Wrong size on SBZServersListInterpreter_GetHeistName"); \ +static_assert(offsetof(SBZServersListInterpreter_GetHeistName, ReturnValue) == 0x000000, "Member 'SBZServersListInterpreter_GetHeistName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServersListInterpreter_GetHeistOwner \ +static_assert(alignof(SBZServersListInterpreter_GetHeistOwner) == 0x000008, "Wrong alignment on SBZServersListInterpreter_GetHeistOwner"); \ +static_assert(sizeof(SBZServersListInterpreter_GetHeistOwner) == 0x000010, "Wrong size on SBZServersListInterpreter_GetHeistOwner"); \ +static_assert(offsetof(SBZServersListInterpreter_GetHeistOwner, ReturnValue) == 0x000000, "Member 'SBZServersListInterpreter_GetHeistOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServersListInterpreter_GetLobbyCode \ +static_assert(alignof(SBZServersListInterpreter_GetLobbyCode) == 0x000008, "Wrong alignment on SBZServersListInterpreter_GetLobbyCode"); \ +static_assert(sizeof(SBZServersListInterpreter_GetLobbyCode) == 0x000010, "Wrong size on SBZServersListInterpreter_GetLobbyCode"); \ +static_assert(offsetof(SBZServersListInterpreter_GetLobbyCode, ReturnValue) == 0x000000, "Member 'SBZServersListInterpreter_GetLobbyCode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServersListInterpreter_GetPeopleAmount \ +static_assert(alignof(SBZServersListInterpreter_GetPeopleAmount) == 0x000004, "Wrong alignment on SBZServersListInterpreter_GetPeopleAmount"); \ +static_assert(sizeof(SBZServersListInterpreter_GetPeopleAmount) == 0x000004, "Wrong size on SBZServersListInterpreter_GetPeopleAmount"); \ +static_assert(offsetof(SBZServersListInterpreter_GetPeopleAmount, ReturnValue) == 0x000000, "Member 'SBZServersListInterpreter_GetPeopleAmount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServersListInterpreter_GetServersCollectionSize \ +static_assert(alignof(SBZServersListInterpreter_GetServersCollectionSize) == 0x000004, "Wrong alignment on SBZServersListInterpreter_GetServersCollectionSize"); \ +static_assert(sizeof(SBZServersListInterpreter_GetServersCollectionSize) == 0x000004, "Wrong size on SBZServersListInterpreter_GetServersCollectionSize"); \ +static_assert(offsetof(SBZServersListInterpreter_GetServersCollectionSize, ReturnValue) == 0x000000, "Member 'SBZServersListInterpreter_GetServersCollectionSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServersListInterpreter_GetTactic \ +static_assert(alignof(SBZServersListInterpreter_GetTactic) == 0x000001, "Wrong alignment on SBZServersListInterpreter_GetTactic"); \ +static_assert(sizeof(SBZServersListInterpreter_GetTactic) == 0x000001, "Wrong size on SBZServersListInterpreter_GetTactic"); \ +static_assert(offsetof(SBZServersListInterpreter_GetTactic, ReturnValue) == 0x000000, "Member 'SBZServersListInterpreter_GetTactic::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServersListInterpreter_IsAutoUpdateEnabled \ +static_assert(alignof(SBZServersListInterpreter_IsAutoUpdateEnabled) == 0x000008, "Wrong alignment on SBZServersListInterpreter_IsAutoUpdateEnabled"); \ +static_assert(sizeof(SBZServersListInterpreter_IsAutoUpdateEnabled) == 0x000010, "Wrong size on SBZServersListInterpreter_IsAutoUpdateEnabled"); \ +static_assert(offsetof(SBZServersListInterpreter_IsAutoUpdateEnabled, Context) == 0x000000, "Member 'SBZServersListInterpreter_IsAutoUpdateEnabled::Context' has a wrong offset!"); \ +static_assert(offsetof(SBZServersListInterpreter_IsAutoUpdateEnabled, ReturnValue) == 0x000008, "Member 'SBZServersListInterpreter_IsAutoUpdateEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServersListInterpreter_IsServerListValid \ +static_assert(alignof(SBZServersListInterpreter_IsServerListValid) == 0x000001, "Wrong alignment on SBZServersListInterpreter_IsServerListValid"); \ +static_assert(sizeof(SBZServersListInterpreter_IsServerListValid) == 0x000001, "Wrong size on SBZServersListInterpreter_IsServerListValid"); \ +static_assert(offsetof(SBZServersListInterpreter_IsServerListValid, ReturnValue) == 0x000000, "Member 'SBZServersListInterpreter_IsServerListValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServersListInterpreter_IsValidEntry \ +static_assert(alignof(SBZServersListInterpreter_IsValidEntry) == 0x000001, "Wrong alignment on SBZServersListInterpreter_IsValidEntry"); \ +static_assert(sizeof(SBZServersListInterpreter_IsValidEntry) == 0x000001, "Wrong size on SBZServersListInterpreter_IsValidEntry"); \ +static_assert(offsetof(SBZServersListInterpreter_IsValidEntry, ReturnValue) == 0x000000, "Member 'SBZServersListInterpreter_IsValidEntry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServersListInterpreter_Iterator_HasBegin \ +static_assert(alignof(SBZServersListInterpreter_Iterator_HasBegin) == 0x000001, "Wrong alignment on SBZServersListInterpreter_Iterator_HasBegin"); \ +static_assert(sizeof(SBZServersListInterpreter_Iterator_HasBegin) == 0x000001, "Wrong size on SBZServersListInterpreter_Iterator_HasBegin"); \ +static_assert(offsetof(SBZServersListInterpreter_Iterator_HasBegin, ReturnValue) == 0x000000, "Member 'SBZServersListInterpreter_Iterator_HasBegin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServersListInterpreter_Iterator_HasNext \ +static_assert(alignof(SBZServersListInterpreter_Iterator_HasNext) == 0x000001, "Wrong alignment on SBZServersListInterpreter_Iterator_HasNext"); \ +static_assert(sizeof(SBZServersListInterpreter_Iterator_HasNext) == 0x000001, "Wrong size on SBZServersListInterpreter_Iterator_HasNext"); \ +static_assert(offsetof(SBZServersListInterpreter_Iterator_HasNext, ReturnValue) == 0x000000, "Member 'SBZServersListInterpreter_Iterator_HasNext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServersListInterpreter_Iterator_HasPrevious \ +static_assert(alignof(SBZServersListInterpreter_Iterator_HasPrevious) == 0x000001, "Wrong alignment on SBZServersListInterpreter_Iterator_HasPrevious"); \ +static_assert(sizeof(SBZServersListInterpreter_Iterator_HasPrevious) == 0x000001, "Wrong size on SBZServersListInterpreter_Iterator_HasPrevious"); \ +static_assert(offsetof(SBZServersListInterpreter_Iterator_HasPrevious, ReturnValue) == 0x000000, "Member 'SBZServersListInterpreter_Iterator_HasPrevious::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServersListInterpreter_Iterator_IsAPIServerListValid \ +static_assert(alignof(SBZServersListInterpreter_Iterator_IsAPIServerListValid) == 0x000001, "Wrong alignment on SBZServersListInterpreter_Iterator_IsAPIServerListValid"); \ +static_assert(sizeof(SBZServersListInterpreter_Iterator_IsAPIServerListValid) == 0x000001, "Wrong size on SBZServersListInterpreter_Iterator_IsAPIServerListValid"); \ +static_assert(offsetof(SBZServersListInterpreter_Iterator_IsAPIServerListValid, ReturnValue) == 0x000000, "Member 'SBZServersListInterpreter_Iterator_IsAPIServerListValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServersListInterpreter_Iterator_IsBegin \ +static_assert(alignof(SBZServersListInterpreter_Iterator_IsBegin) == 0x000001, "Wrong alignment on SBZServersListInterpreter_Iterator_IsBegin"); \ +static_assert(sizeof(SBZServersListInterpreter_Iterator_IsBegin) == 0x000001, "Wrong size on SBZServersListInterpreter_Iterator_IsBegin"); \ +static_assert(offsetof(SBZServersListInterpreter_Iterator_IsBegin, ReturnValue) == 0x000000, "Member 'SBZServersListInterpreter_Iterator_IsBegin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServersListInterpreter_Iterator_IsEnd \ +static_assert(alignof(SBZServersListInterpreter_Iterator_IsEnd) == 0x000001, "Wrong alignment on SBZServersListInterpreter_Iterator_IsEnd"); \ +static_assert(sizeof(SBZServersListInterpreter_Iterator_IsEnd) == 0x000001, "Wrong size on SBZServersListInterpreter_Iterator_IsEnd"); \ +static_assert(offsetof(SBZServersListInterpreter_Iterator_IsEnd, ReturnValue) == 0x000000, "Member 'SBZServersListInterpreter_Iterator_IsEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZServersListInterpreter_Iterator_IsFriendsServerListValid \ +static_assert(alignof(SBZServersListInterpreter_Iterator_IsFriendsServerListValid) == 0x000001, "Wrong alignment on SBZServersListInterpreter_Iterator_IsFriendsServerListValid"); \ +static_assert(sizeof(SBZServersListInterpreter_Iterator_IsFriendsServerListValid) == 0x000001, "Wrong size on SBZServersListInterpreter_Iterator_IsFriendsServerListValid"); \ +static_assert(offsetof(SBZServersListInterpreter_Iterator_IsFriendsServerListValid, ReturnValue) == 0x000000, "Member 'SBZServersListInterpreter_Iterator_IsFriendsServerListValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZServersListInterpreter \ +static_assert(alignof(ISBZServersListInterpreter) == 0x000001, "Wrong alignment on ISBZServersListInterpreter"); \ +static_assert(sizeof(ISBZServersListInterpreter) == 0x000001, "Wrong size on ISBZServersListInterpreter"); \ + +#define DUMPER7_ASSERTS_USBZSkillMowerMowerAced \ +static_assert(alignof(USBZSkillMowerMowerAced) == 0x000008, "Wrong alignment on USBZSkillMowerMowerAced"); \ +static_assert(sizeof(USBZSkillMowerMowerAced) == 0x000230, "Wrong size on USBZSkillMowerMowerAced"); \ + +#define DUMPER7_ASSERTS_SBZServerStatusManager_GetServerStatusManager \ +static_assert(alignof(SBZServerStatusManager_GetServerStatusManager) == 0x000008, "Wrong alignment on SBZServerStatusManager_GetServerStatusManager"); \ +static_assert(sizeof(SBZServerStatusManager_GetServerStatusManager) == 0x000010, "Wrong size on SBZServerStatusManager_GetServerStatusManager"); \ +static_assert(offsetof(SBZServerStatusManager_GetServerStatusManager, WorldContextObject) == 0x000000, "Member 'SBZServerStatusManager_GetServerStatusManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZServerStatusManager_GetServerStatusManager, ReturnValue) == 0x000008, "Member 'SBZServerStatusManager_GetServerStatusManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZServerStatusManager \ +static_assert(alignof(USBZServerStatusManager) == 0x000008, "Wrong alignment on USBZServerStatusManager"); \ +static_assert(sizeof(USBZServerStatusManager) == 0x000040, "Wrong size on USBZServerStatusManager"); \ +static_assert(offsetof(USBZServerStatusManager, OnMessageReceived) == 0x000030, "Member 'USBZServerStatusManager::OnMessageReceived' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSessionHostDebugCallbackProxy_SessionHostDebug \ +static_assert(alignof(SBZSessionHostDebugCallbackProxy_SessionHostDebug) == 0x000008, "Wrong alignment on SBZSessionHostDebugCallbackProxy_SessionHostDebug"); \ +static_assert(sizeof(SBZSessionHostDebugCallbackProxy_SessionHostDebug) == 0x000010, "Wrong size on SBZSessionHostDebugCallbackProxy_SessionHostDebug"); \ +static_assert(offsetof(SBZSessionHostDebugCallbackProxy_SessionHostDebug, WorldContextObject_0) == 0x000000, "Member 'SBZSessionHostDebugCallbackProxy_SessionHostDebug::WorldContextObject_0' has a wrong offset!"); \ +static_assert(offsetof(SBZSessionHostDebugCallbackProxy_SessionHostDebug, ReturnValue) == 0x000008, "Member 'SBZSessionHostDebugCallbackProxy_SessionHostDebug::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSessionHostDebugCallbackProxy \ +static_assert(alignof(USBZSessionHostDebugCallbackProxy) == 0x000008, "Wrong alignment on USBZSessionHostDebugCallbackProxy"); \ +static_assert(sizeof(USBZSessionHostDebugCallbackProxy) == 0x000050, "Wrong size on USBZSessionHostDebugCallbackProxy"); \ +static_assert(offsetof(USBZSessionHostDebugCallbackProxy, OnComplete) == 0x000038, "Member 'USBZSessionHostDebugCallbackProxy::OnComplete' has a wrong offset!"); \ +static_assert(offsetof(USBZSessionHostDebugCallbackProxy, WorldContextObject) == 0x000048, "Member 'USBZSessionHostDebugCallbackProxy::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSessionJoinCallbackProxy_SessionJoin \ +static_assert(alignof(SBZSessionJoinCallbackProxy_SessionJoin) == 0x000008, "Wrong alignment on SBZSessionJoinCallbackProxy_SessionJoin"); \ +static_assert(sizeof(SBZSessionJoinCallbackProxy_SessionJoin) == 0x0001F0, "Wrong size on SBZSessionJoinCallbackProxy_SessionJoin"); \ +static_assert(offsetof(SBZSessionJoinCallbackProxy_SessionJoin, WorldContextObject_0) == 0x000000, "Member 'SBZSessionJoinCallbackProxy_SessionJoin::WorldContextObject_0' has a wrong offset!"); \ +static_assert(offsetof(SBZSessionJoinCallbackProxy_SessionJoin, InSessionToJoin) == 0x000008, "Member 'SBZSessionJoinCallbackProxy_SessionJoin::InSessionToJoin' has a wrong offset!"); \ +static_assert(offsetof(SBZSessionJoinCallbackProxy_SessionJoin, ReturnValue) == 0x0001E8, "Member 'SBZSessionJoinCallbackProxy_SessionJoin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSessionJoinCallbackProxy \ +static_assert(alignof(USBZSessionJoinCallbackProxy) == 0x000008, "Wrong alignment on USBZSessionJoinCallbackProxy"); \ +static_assert(sizeof(USBZSessionJoinCallbackProxy) == 0x000230, "Wrong size on USBZSessionJoinCallbackProxy"); \ +static_assert(offsetof(USBZSessionJoinCallbackProxy, OnComplete) == 0x000038, "Member 'USBZSessionJoinCallbackProxy::OnComplete' has a wrong offset!"); \ +static_assert(offsetof(USBZSessionJoinCallbackProxy, WorldContextObject) == 0x000048, "Member 'USBZSessionJoinCallbackProxy::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(USBZSessionJoinCallbackProxy, SessionToJoin) == 0x000050, "Member 'USBZSessionJoinCallbackProxy::SessionToJoin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSessionLeavePartyCallbackProxy_SessionLeaveParty \ +static_assert(alignof(SBZSessionLeavePartyCallbackProxy_SessionLeaveParty) == 0x000008, "Wrong alignment on SBZSessionLeavePartyCallbackProxy_SessionLeaveParty"); \ +static_assert(sizeof(SBZSessionLeavePartyCallbackProxy_SessionLeaveParty) == 0x000010, "Wrong size on SBZSessionLeavePartyCallbackProxy_SessionLeaveParty"); \ +static_assert(offsetof(SBZSessionLeavePartyCallbackProxy_SessionLeaveParty, WorldContextObject_0) == 0x000000, "Member 'SBZSessionLeavePartyCallbackProxy_SessionLeaveParty::WorldContextObject_0' has a wrong offset!"); \ +static_assert(offsetof(SBZSessionLeavePartyCallbackProxy_SessionLeaveParty, ReturnValue) == 0x000008, "Member 'SBZSessionLeavePartyCallbackProxy_SessionLeaveParty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSessionLeavePartyCallbackProxy \ +static_assert(alignof(USBZSessionLeavePartyCallbackProxy) == 0x000008, "Wrong alignment on USBZSessionLeavePartyCallbackProxy"); \ +static_assert(sizeof(USBZSessionLeavePartyCallbackProxy) == 0x000050, "Wrong size on USBZSessionLeavePartyCallbackProxy"); \ +static_assert(offsetof(USBZSessionLeavePartyCallbackProxy, OnComplete) == 0x000038, "Member 'USBZSessionLeavePartyCallbackProxy::OnComplete' has a wrong offset!"); \ +static_assert(offsetof(USBZSessionLeavePartyCallbackProxy, WorldContextObject) == 0x000048, "Member 'USBZSessionLeavePartyCallbackProxy::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSetBackfillAllowed_SetBackfillAllowed \ +static_assert(alignof(SBZSetBackfillAllowed_SetBackfillAllowed) == 0x000008, "Wrong alignment on SBZSetBackfillAllowed_SetBackfillAllowed"); \ +static_assert(sizeof(SBZSetBackfillAllowed_SetBackfillAllowed) == 0x000018, "Wrong size on SBZSetBackfillAllowed_SetBackfillAllowed"); \ +static_assert(offsetof(SBZSetBackfillAllowed_SetBackfillAllowed, WorldContextObject_0) == 0x000000, "Member 'SBZSetBackfillAllowed_SetBackfillAllowed::WorldContextObject_0' has a wrong offset!"); \ +static_assert(offsetof(SBZSetBackfillAllowed_SetBackfillAllowed, bAllowed_0) == 0x000008, "Member 'SBZSetBackfillAllowed_SetBackfillAllowed::bAllowed_0' has a wrong offset!"); \ +static_assert(offsetof(SBZSetBackfillAllowed_SetBackfillAllowed, ReturnValue) == 0x000010, "Member 'SBZSetBackfillAllowed_SetBackfillAllowed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSetBackfillAllowed \ +static_assert(alignof(USBZSetBackfillAllowed) == 0x000008, "Wrong alignment on USBZSetBackfillAllowed"); \ +static_assert(sizeof(USBZSetBackfillAllowed) == 0x000058, "Wrong size on USBZSetBackfillAllowed"); \ +static_assert(offsetof(USBZSetBackfillAllowed, OnSetBackfillAllowed) == 0x000038, "Member 'USBZSetBackfillAllowed::OnSetBackfillAllowed' has a wrong offset!"); \ +static_assert(offsetof(USBZSetBackfillAllowed, WorldContextObject) == 0x000048, "Member 'USBZSetBackfillAllowed::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(USBZSetBackfillAllowed, bAllowed) == 0x000050, "Member 'USBZSetBackfillAllowed::bAllowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZOverskillOperatorGreen \ +static_assert(alignof(USBZOverskillOperatorGreen) == 0x000008, "Wrong alignment on USBZOverskillOperatorGreen"); \ +static_assert(sizeof(USBZOverskillOperatorGreen) == 0x000230, "Wrong size on USBZOverskillOperatorGreen"); \ + +#define DUMPER7_ASSERTS_USBZSetCharacterStanceNofity \ +static_assert(alignof(USBZSetCharacterStanceNofity) == 0x000008, "Wrong alignment on USBZSetCharacterStanceNofity"); \ +static_assert(sizeof(USBZSetCharacterStanceNofity) == 0x000048, "Wrong size on USBZSetCharacterStanceNofity"); \ +static_assert(offsetof(USBZSetCharacterStanceNofity, Stance) == 0x000040, "Member 'USBZSetCharacterStanceNofity::Stance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButtonAntiAliasingModeChoice_SetOptionAntiAliasingModes \ +static_assert(alignof(SBZSettingsButtonAntiAliasingModeChoice_SetOptionAntiAliasingModes) == 0x000008, "Wrong alignment on SBZSettingsButtonAntiAliasingModeChoice_SetOptionAntiAliasingModes"); \ +static_assert(sizeof(SBZSettingsButtonAntiAliasingModeChoice_SetOptionAntiAliasingModes) == 0x000010, "Wrong size on SBZSettingsButtonAntiAliasingModeChoice_SetOptionAntiAliasingModes"); \ +static_assert(offsetof(SBZSettingsButtonAntiAliasingModeChoice_SetOptionAntiAliasingModes, InOptionAntiAliasingModes) == 0x000000, "Member 'SBZSettingsButtonAntiAliasingModeChoice_SetOptionAntiAliasingModes::InOptionAntiAliasingModes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSettingsButtonAntiAliasingModeChoice \ +static_assert(alignof(USBZSettingsButtonAntiAliasingModeChoice) == 0x000008, "Wrong alignment on USBZSettingsButtonAntiAliasingModeChoice"); \ +static_assert(sizeof(USBZSettingsButtonAntiAliasingModeChoice) == 0x000440, "Wrong size on USBZSettingsButtonAntiAliasingModeChoice"); \ +static_assert(offsetof(USBZSettingsButtonAntiAliasingModeChoice, OptionAntiAliasingModes) == 0x000430, "Member 'USBZSettingsButtonAntiAliasingModeChoice::OptionAntiAliasingModes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButtonKeyboardBinding_SetPrimaryBinding \ +static_assert(alignof(SBZSettingsButtonKeyboardBinding_SetPrimaryBinding) == 0x000008, "Wrong alignment on SBZSettingsButtonKeyboardBinding_SetPrimaryBinding"); \ +static_assert(sizeof(SBZSettingsButtonKeyboardBinding_SetPrimaryBinding) == 0x000028, "Wrong size on SBZSettingsButtonKeyboardBinding_SetPrimaryBinding"); \ +static_assert(offsetof(SBZSettingsButtonKeyboardBinding_SetPrimaryBinding, InBinding) == 0x000000, "Member 'SBZSettingsButtonKeyboardBinding_SetPrimaryBinding::InBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButtonKeyboardBinding_SetSecondaryBinding \ +static_assert(alignof(SBZSettingsButtonKeyboardBinding_SetSecondaryBinding) == 0x000008, "Wrong alignment on SBZSettingsButtonKeyboardBinding_SetSecondaryBinding"); \ +static_assert(sizeof(SBZSettingsButtonKeyboardBinding_SetSecondaryBinding) == 0x000028, "Wrong size on SBZSettingsButtonKeyboardBinding_SetSecondaryBinding"); \ +static_assert(offsetof(SBZSettingsButtonKeyboardBinding_SetSecondaryBinding, InBinding) == 0x000000, "Member 'SBZSettingsButtonKeyboardBinding_SetSecondaryBinding::InBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSettingsButtonKeyboardBinding \ +static_assert(alignof(USBZSettingsButtonKeyboardBinding) == 0x000008, "Wrong alignment on USBZSettingsButtonKeyboardBinding"); \ +static_assert(sizeof(USBZSettingsButtonKeyboardBinding) == 0x000488, "Wrong size on USBZSettingsButtonKeyboardBinding"); \ +static_assert(offsetof(USBZSettingsButtonKeyboardBinding, PrimaryBinding) == 0x000418, "Member 'USBZSettingsButtonKeyboardBinding::PrimaryBinding' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsButtonKeyboardBinding, SecondaryBinding) == 0x000440, "Member 'USBZSettingsButtonKeyboardBinding::SecondaryBinding' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsButtonKeyboardBinding, PrimaryBindingConflictsNames) == 0x000468, "Member 'USBZSettingsButtonKeyboardBinding::PrimaryBindingConflictsNames' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsButtonKeyboardBinding, SecondaryBindingConflictsNames) == 0x000478, "Member 'USBZSettingsButtonKeyboardBinding::SecondaryBindingConflictsNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillSMGSpecSMGMasterAced \ +static_assert(alignof(USBZSkillSMGSpecSMGMasterAced) == 0x000008, "Wrong alignment on USBZSkillSMGSpecSMGMasterAced"); \ +static_assert(sizeof(USBZSkillSMGSpecSMGMasterAced) == 0x000230, "Wrong size on USBZSkillSMGSpecSMGMasterAced"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButtonLagReductionChoice_SetOptionLagReductionSystems \ +static_assert(alignof(SBZSettingsButtonLagReductionChoice_SetOptionLagReductionSystems) == 0x000004, "Wrong alignment on SBZSettingsButtonLagReductionChoice_SetOptionLagReductionSystems"); \ +static_assert(sizeof(SBZSettingsButtonLagReductionChoice_SetOptionLagReductionSystems) == 0x000004, "Wrong size on SBZSettingsButtonLagReductionChoice_SetOptionLagReductionSystems"); \ +static_assert(offsetof(SBZSettingsButtonLagReductionChoice_SetOptionLagReductionSystems, InLagReductionSystems) == 0x000000, "Member 'SBZSettingsButtonLagReductionChoice_SetOptionLagReductionSystems::InLagReductionSystems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSettingsButtonLagReductionChoice \ +static_assert(alignof(USBZSettingsButtonLagReductionChoice) == 0x000008, "Wrong alignment on USBZSettingsButtonLagReductionChoice"); \ +static_assert(sizeof(USBZSettingsButtonLagReductionChoice) == 0x000448, "Wrong size on USBZSettingsButtonLagReductionChoice"); \ +static_assert(offsetof(USBZSettingsButtonLagReductionChoice, OptionLagReductionSystems) == 0x000430, "Member 'USBZSettingsButtonLagReductionChoice::OptionLagReductionSystems' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsButtonLagReductionChoice, ChoiceIndices) == 0x000438, "Member 'USBZSettingsButtonLagReductionChoice::ChoiceIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButtonLagReductionModeChoice_SetOptionLagReductionModes \ +static_assert(alignof(SBZSettingsButtonLagReductionModeChoice_SetOptionLagReductionModes) == 0x000004, "Wrong alignment on SBZSettingsButtonLagReductionModeChoice_SetOptionLagReductionModes"); \ +static_assert(sizeof(SBZSettingsButtonLagReductionModeChoice_SetOptionLagReductionModes) == 0x000004, "Wrong size on SBZSettingsButtonLagReductionModeChoice_SetOptionLagReductionModes"); \ +static_assert(offsetof(SBZSettingsButtonLagReductionModeChoice_SetOptionLagReductionModes, InOptionLagReductionModes) == 0x000000, "Member 'SBZSettingsButtonLagReductionModeChoice_SetOptionLagReductionModes::InOptionLagReductionModes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSettingsButtonLagReductionModeChoice \ +static_assert(alignof(USBZSettingsButtonLagReductionModeChoice) == 0x000008, "Wrong alignment on USBZSettingsButtonLagReductionModeChoice"); \ +static_assert(sizeof(USBZSettingsButtonLagReductionModeChoice) == 0x000448, "Wrong size on USBZSettingsButtonLagReductionModeChoice"); \ +static_assert(offsetof(USBZSettingsButtonLagReductionModeChoice, OptionLagReductionModes) == 0x000430, "Member 'USBZSettingsButtonLagReductionModeChoice::OptionLagReductionModes' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsButtonLagReductionModeChoice, ChoiceIndices) == 0x000438, "Member 'USBZSettingsButtonLagReductionModeChoice::ChoiceIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButtonSlider_SetIncrementValue \ +static_assert(alignof(SBZSettingsButtonSlider_SetIncrementValue) == 0x000004, "Wrong alignment on SBZSettingsButtonSlider_SetIncrementValue"); \ +static_assert(sizeof(SBZSettingsButtonSlider_SetIncrementValue) == 0x000004, "Wrong size on SBZSettingsButtonSlider_SetIncrementValue"); \ +static_assert(offsetof(SBZSettingsButtonSlider_SetIncrementValue, NewIncrementValue) == 0x000000, "Member 'SBZSettingsButtonSlider_SetIncrementValue::NewIncrementValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButtonSlider_SetMaxValue \ +static_assert(alignof(SBZSettingsButtonSlider_SetMaxValue) == 0x000004, "Wrong alignment on SBZSettingsButtonSlider_SetMaxValue"); \ +static_assert(sizeof(SBZSettingsButtonSlider_SetMaxValue) == 0x000004, "Wrong size on SBZSettingsButtonSlider_SetMaxValue"); \ +static_assert(offsetof(SBZSettingsButtonSlider_SetMaxValue, NewMaxSliderValue) == 0x000000, "Member 'SBZSettingsButtonSlider_SetMaxValue::NewMaxSliderValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButtonSlider_SetMinValue \ +static_assert(alignof(SBZSettingsButtonSlider_SetMinValue) == 0x000004, "Wrong alignment on SBZSettingsButtonSlider_SetMinValue"); \ +static_assert(sizeof(SBZSettingsButtonSlider_SetMinValue) == 0x000004, "Wrong size on SBZSettingsButtonSlider_SetMinValue"); \ +static_assert(offsetof(SBZSettingsButtonSlider_SetMinValue, NewMinSliderValue) == 0x000000, "Member 'SBZSettingsButtonSlider_SetMinValue::NewMinSliderValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButtonSlider_SetSliderValue \ +static_assert(alignof(SBZSettingsButtonSlider_SetSliderValue) == 0x000004, "Wrong alignment on SBZSettingsButtonSlider_SetSliderValue"); \ +static_assert(sizeof(SBZSettingsButtonSlider_SetSliderValue) == 0x000004, "Wrong size on SBZSettingsButtonSlider_SetSliderValue"); \ +static_assert(offsetof(SBZSettingsButtonSlider_SetSliderValue, InNewValue) == 0x000000, "Member 'SBZSettingsButtonSlider_SetSliderValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSettingsButtonSlider \ +static_assert(alignof(USBZSettingsButtonSlider) == 0x000008, "Wrong alignment on USBZSettingsButtonSlider"); \ +static_assert(sizeof(USBZSettingsButtonSlider) == 0x000420, "Wrong size on USBZSettingsButtonSlider"); \ +static_assert(offsetof(USBZSettingsButtonSlider, SliderMinValue) == 0x000408, "Member 'USBZSettingsButtonSlider::SliderMinValue' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsButtonSlider, SliderMaxValue) == 0x00040C, "Member 'USBZSettingsButtonSlider::SliderMaxValue' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsButtonSlider, SliderIncrementValue) == 0x000410, "Member 'USBZSettingsButtonSlider::SliderIncrementValue' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsButtonSlider, SliderValue) == 0x000418, "Member 'USBZSettingsButtonSlider::SliderValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButtonTwoChoice_SetOptionOneName \ +static_assert(alignof(SBZSettingsButtonTwoChoice_SetOptionOneName) == 0x000008, "Wrong alignment on SBZSettingsButtonTwoChoice_SetOptionOneName"); \ +static_assert(sizeof(SBZSettingsButtonTwoChoice_SetOptionOneName) == 0x000018, "Wrong size on SBZSettingsButtonTwoChoice_SetOptionOneName"); \ +static_assert(offsetof(SBZSettingsButtonTwoChoice_SetOptionOneName, InOptionOneName) == 0x000000, "Member 'SBZSettingsButtonTwoChoice_SetOptionOneName::InOptionOneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButtonTwoChoice_SetOptionTwoName \ +static_assert(alignof(SBZSettingsButtonTwoChoice_SetOptionTwoName) == 0x000008, "Wrong alignment on SBZSettingsButtonTwoChoice_SetOptionTwoName"); \ +static_assert(sizeof(SBZSettingsButtonTwoChoice_SetOptionTwoName) == 0x000018, "Wrong size on SBZSettingsButtonTwoChoice_SetOptionTwoName"); \ +static_assert(offsetof(SBZSettingsButtonTwoChoice_SetOptionTwoName, InOptionTwoName) == 0x000000, "Member 'SBZSettingsButtonTwoChoice_SetOptionTwoName::InOptionTwoName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsButtonTwoChoice_SetToggleValue \ +static_assert(alignof(SBZSettingsButtonTwoChoice_SetToggleValue) == 0x000001, "Wrong alignment on SBZSettingsButtonTwoChoice_SetToggleValue"); \ +static_assert(sizeof(SBZSettingsButtonTwoChoice_SetToggleValue) == 0x000001, "Wrong size on SBZSettingsButtonTwoChoice_SetToggleValue"); \ +static_assert(offsetof(SBZSettingsButtonTwoChoice_SetToggleValue, bIsToggled) == 0x000000, "Member 'SBZSettingsButtonTwoChoice_SetToggleValue::bIsToggled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSettingsButtonTwoChoice \ +static_assert(alignof(USBZSettingsButtonTwoChoice) == 0x000008, "Wrong alignment on USBZSettingsButtonTwoChoice"); \ +static_assert(sizeof(USBZSettingsButtonTwoChoice) == 0x000440, "Wrong size on USBZSettingsButtonTwoChoice"); \ +static_assert(offsetof(USBZSettingsButtonTwoChoice, OptionOneName) == 0x000408, "Member 'USBZSettingsButtonTwoChoice::OptionOneName' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsButtonTwoChoice, OptionTwoName) == 0x000420, "Member 'USBZSettingsButtonTwoChoice::OptionTwoName' has a wrong offset!"); \ +static_assert(offsetof(USBZSettingsButtonTwoChoice, bToggleValue) == 0x000438, "Member 'USBZSettingsButtonTwoChoice::bToggleValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGamepad_GetDefaultGamepadBinding \ +static_assert(alignof(SBZSettingsFunctionsGamepad_GetDefaultGamepadBinding) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGamepad_GetDefaultGamepadBinding"); \ +static_assert(sizeof(SBZSettingsFunctionsGamepad_GetDefaultGamepadBinding) == 0x000040, "Wrong size on SBZSettingsFunctionsGamepad_GetDefaultGamepadBinding"); \ +static_assert(offsetof(SBZSettingsFunctionsGamepad_GetDefaultGamepadBinding, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGamepad_GetDefaultGamepadBinding::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGamepad_GetDefaultGamepadBinding, ActionName) == 0x000008, "Member 'SBZSettingsFunctionsGamepad_GetDefaultGamepadBinding::ActionName' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGamepad_GetDefaultGamepadBinding, ReturnValue) == 0x000018, "Member 'SBZSettingsFunctionsGamepad_GetDefaultGamepadBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGamepad_GetDefaultGamepadBindingsPreset \ +static_assert(alignof(SBZSettingsFunctionsGamepad_GetDefaultGamepadBindingsPreset) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGamepad_GetDefaultGamepadBindingsPreset"); \ +static_assert(sizeof(SBZSettingsFunctionsGamepad_GetDefaultGamepadBindingsPreset) == 0x000010, "Wrong size on SBZSettingsFunctionsGamepad_GetDefaultGamepadBindingsPreset"); \ +static_assert(offsetof(SBZSettingsFunctionsGamepad_GetDefaultGamepadBindingsPreset, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGamepad_GetDefaultGamepadBindingsPreset::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGamepad_GetDefaultGamepadBindingsPreset, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGamepad_GetDefaultGamepadBindingsPreset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGamepad_GetGamepadBinding \ +static_assert(alignof(SBZSettingsFunctionsGamepad_GetGamepadBinding) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGamepad_GetGamepadBinding"); \ +static_assert(sizeof(SBZSettingsFunctionsGamepad_GetGamepadBinding) == 0x000040, "Wrong size on SBZSettingsFunctionsGamepad_GetGamepadBinding"); \ +static_assert(offsetof(SBZSettingsFunctionsGamepad_GetGamepadBinding, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGamepad_GetGamepadBinding::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGamepad_GetGamepadBinding, ActionName) == 0x000008, "Member 'SBZSettingsFunctionsGamepad_GetGamepadBinding::ActionName' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGamepad_GetGamepadBinding, ReturnValue) == 0x000018, "Member 'SBZSettingsFunctionsGamepad_GetGamepadBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGamepad_GetGamepadBindingsPreset \ +static_assert(alignof(SBZSettingsFunctionsGamepad_GetGamepadBindingsPreset) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGamepad_GetGamepadBindingsPreset"); \ +static_assert(sizeof(SBZSettingsFunctionsGamepad_GetGamepadBindingsPreset) == 0x000010, "Wrong size on SBZSettingsFunctionsGamepad_GetGamepadBindingsPreset"); \ +static_assert(offsetof(SBZSettingsFunctionsGamepad_GetGamepadBindingsPreset, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGamepad_GetGamepadBindingsPreset::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGamepad_GetGamepadBindingsPreset, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsGamepad_GetGamepadBindingsPreset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGamepad_SetGamepadBinding \ +static_assert(alignof(SBZSettingsFunctionsGamepad_SetGamepadBinding) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGamepad_SetGamepadBinding"); \ +static_assert(sizeof(SBZSettingsFunctionsGamepad_SetGamepadBinding) == 0x000040, "Wrong size on SBZSettingsFunctionsGamepad_SetGamepadBinding"); \ +static_assert(offsetof(SBZSettingsFunctionsGamepad_SetGamepadBinding, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGamepad_SetGamepadBinding::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGamepad_SetGamepadBinding, Binding) == 0x000008, "Member 'SBZSettingsFunctionsGamepad_SetGamepadBinding::Binding' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGamepad_SetGamepadBinding, ActionName) == 0x000030, "Member 'SBZSettingsFunctionsGamepad_SetGamepadBinding::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsGamepad_SetGamepadBindingsPreset \ +static_assert(alignof(SBZSettingsFunctionsGamepad_SetGamepadBindingsPreset) == 0x000008, "Wrong alignment on SBZSettingsFunctionsGamepad_SetGamepadBindingsPreset"); \ +static_assert(sizeof(SBZSettingsFunctionsGamepad_SetGamepadBindingsPreset) == 0x000010, "Wrong size on SBZSettingsFunctionsGamepad_SetGamepadBindingsPreset"); \ +static_assert(offsetof(SBZSettingsFunctionsGamepad_SetGamepadBindingsPreset, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsGamepad_SetGamepadBindingsPreset::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsGamepad_SetGamepadBindingsPreset, Preset) == 0x000008, "Member 'SBZSettingsFunctionsGamepad_SetGamepadBindingsPreset::Preset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSettingsFunctionsGamepad \ +static_assert(alignof(USBZSettingsFunctionsGamepad) == 0x000008, "Wrong alignment on USBZSettingsFunctionsGamepad"); \ +static_assert(sizeof(USBZSettingsFunctionsGamepad) == 0x000030, "Wrong size on USBZSettingsFunctionsGamepad"); \ + +#define DUMPER7_ASSERTS_SBZSpline_GetInputSplines \ +static_assert(alignof(SBZSpline_GetInputSplines) == 0x000008, "Wrong alignment on SBZSpline_GetInputSplines"); \ +static_assert(sizeof(SBZSpline_GetInputSplines) == 0x000010, "Wrong size on SBZSpline_GetInputSplines"); \ +static_assert(offsetof(SBZSpline_GetInputSplines, ReturnValue) == 0x000000, "Member 'SBZSpline_GetInputSplines::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpline_GetOutputSplines \ +static_assert(alignof(SBZSpline_GetOutputSplines) == 0x000008, "Wrong alignment on SBZSpline_GetOutputSplines"); \ +static_assert(sizeof(SBZSpline_GetOutputSplines) == 0x000010, "Wrong size on SBZSpline_GetOutputSplines"); \ +static_assert(offsetof(SBZSpline_GetOutputSplines, ReturnValue) == 0x000000, "Member 'SBZSpline_GetOutputSplines::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZSpline \ +static_assert(alignof(ASBZSpline) == 0x000008, "Wrong alignment on ASBZSpline"); \ +static_assert(sizeof(ASBZSpline) == 0x0002F0, "Wrong size on ASBZSpline"); \ +static_assert(offsetof(ASBZSpline, OnEntered) == 0x0002A8, "Member 'ASBZSpline::OnEntered' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpline, OnLeft) == 0x0002B8, "Member 'ASBZSpline::OnLeft' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpline, OnEndReached) == 0x0002C8, "Member 'ASBZSpline::OnEndReached' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpline, OnStop) == 0x0002D8, "Member 'ASBZSpline::OnStop' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpline, SplineComponent) == 0x0002E8, "Member 'ASBZSpline::SplineComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZVehicleSpawner \ +static_assert(alignof(ASBZVehicleSpawner) == 0x000008, "Wrong alignment on ASBZVehicleSpawner"); \ +static_assert(sizeof(ASBZVehicleSpawner) == 0x0002F8, "Wrong size on ASBZVehicleSpawner"); \ +static_assert(offsetof(ASBZVehicleSpawner, TrafficManager) == 0x0002F0, "Member 'ASBZVehicleSpawner::TrafficManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_AreHitIndicatorsEnabled \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_AreHitIndicatorsEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_AreHitIndicatorsEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_AreHitIndicatorsEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_AreHitIndicatorsEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_AreHitIndicatorsEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_AreHitIndicatorsEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_AreHitIndicatorsEnabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_AreHitIndicatorsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_AreHitIndicatorsEnabledByDefault \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_AreHitIndicatorsEnabledByDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_AreHitIndicatorsEnabledByDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_AreHitIndicatorsEnabledByDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_AreHitIndicatorsEnabledByDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_AreHitIndicatorsEnabledByDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_AreHitIndicatorsEnabledByDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_AreHitIndicatorsEnabledByDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_AreHitIndicatorsEnabledByDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_AreSubtitlesEnabled \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_AreSubtitlesEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_AreSubtitlesEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_AreSubtitlesEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_AreSubtitlesEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_AreSubtitlesEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_AreSubtitlesEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_AreSubtitlesEnabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_AreSubtitlesEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_AreSubtitlesEnabledByDefault \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_AreSubtitlesEnabledByDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_AreSubtitlesEnabledByDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_AreSubtitlesEnabledByDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_AreSubtitlesEnabledByDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_AreSubtitlesEnabledByDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_AreSubtitlesEnabledByDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_AreSubtitlesEnabledByDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_AreSubtitlesEnabledByDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_GetCrosshairsBarColor \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_GetCrosshairsBarColor) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_GetCrosshairsBarColor"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_GetCrosshairsBarColor) == 0x000018, "Wrong size on SBZSettingsFunctionsUserInterface_GetCrosshairsBarColor"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetCrosshairsBarColor, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_GetCrosshairsBarColor::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetCrosshairsBarColor, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_GetCrosshairsBarColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_GetCrosshairsBarLength \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_GetCrosshairsBarLength) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_GetCrosshairsBarLength"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_GetCrosshairsBarLength) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_GetCrosshairsBarLength"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetCrosshairsBarLength, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_GetCrosshairsBarLength::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetCrosshairsBarLength, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_GetCrosshairsBarLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_GetCrosshairsBarWidth \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_GetCrosshairsBarWidth) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_GetCrosshairsBarWidth"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_GetCrosshairsBarWidth) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_GetCrosshairsBarWidth"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetCrosshairsBarWidth, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_GetCrosshairsBarWidth::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetCrosshairsBarWidth, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_GetCrosshairsBarWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_GetCrosshairsCenterGap \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_GetCrosshairsCenterGap) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_GetCrosshairsCenterGap"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_GetCrosshairsCenterGap) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_GetCrosshairsCenterGap"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetCrosshairsCenterGap, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_GetCrosshairsCenterGap::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetCrosshairsCenterGap, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_GetCrosshairsCenterGap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_GetCrosshairsDotColor \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_GetCrosshairsDotColor) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_GetCrosshairsDotColor"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_GetCrosshairsDotColor) == 0x000018, "Wrong size on SBZSettingsFunctionsUserInterface_GetCrosshairsDotColor"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetCrosshairsDotColor, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_GetCrosshairsDotColor::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetCrosshairsDotColor, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_GetCrosshairsDotColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_GetCrosshairsDotSize \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_GetCrosshairsDotSize) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_GetCrosshairsDotSize"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_GetCrosshairsDotSize) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_GetCrosshairsDotSize"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetCrosshairsDotSize, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_GetCrosshairsDotSize::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetCrosshairsDotSize, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_GetCrosshairsDotSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_GetCrosshairsShowAccuracy \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_GetCrosshairsShowAccuracy) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_GetCrosshairsShowAccuracy"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_GetCrosshairsShowAccuracy) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_GetCrosshairsShowAccuracy"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetCrosshairsShowAccuracy, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_GetCrosshairsShowAccuracy::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetCrosshairsShowAccuracy, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_GetCrosshairsShowAccuracy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarColor \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarColor) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarColor"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarColor) == 0x000018, "Wrong size on SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarColor"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarColor, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarColor::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarColor, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarLength \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarLength) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarLength"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarLength) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarLength"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarLength, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarLength::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarLength, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarWidth \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarWidth) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarWidth"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarWidth) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarWidth"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarWidth, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarWidth::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarWidth, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsBarWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsCenterGap \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsCenterGap) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsCenterGap"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsCenterGap) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsCenterGap"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsCenterGap, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsCenterGap::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsCenterGap, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsCenterGap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsDotColor \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsDotColor) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsDotColor"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsDotColor) == 0x000018, "Wrong size on SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsDotColor"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsDotColor, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsDotColor::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsDotColor, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsDotColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsDotSize \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsDotSize) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsDotSize"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsDotSize) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsDotSize"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsDotSize, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsDotSize::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsDotSize, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsDotSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsShowAccuracy \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsShowAccuracy) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsShowAccuracy"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsShowAccuracy) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsShowAccuracy"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsShowAccuracy, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsShowAccuracy::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsShowAccuracy, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_GetDefaultCrosshairsShowAccuracy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorCrit \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorCrit) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorCrit"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorCrit) == 0x000018, "Wrong size on SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorCrit"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorCrit, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorCrit::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorCrit, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorCrit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorHit \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorHit) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorHit"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorHit) == 0x000018, "Wrong size on SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorHit"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorHit, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorHit::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorHit, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorHit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorKill \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorKill) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorKill"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorKill) == 0x000018, "Wrong size on SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorKill"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorKill, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorKill::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorKill, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorColorKill::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorScale \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorScale) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorScale"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorScale) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorScale"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorScale, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorScale::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorScale, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_GetDefaultHitIndicatorScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_GetDefaultSubtitlesSize \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_GetDefaultSubtitlesSize) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_GetDefaultSubtitlesSize"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_GetDefaultSubtitlesSize) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_GetDefaultSubtitlesSize"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetDefaultSubtitlesSize, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_GetDefaultSubtitlesSize::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetDefaultSubtitlesSize, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_GetDefaultSubtitlesSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_GetHitIndicatorColorCrit \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_GetHitIndicatorColorCrit) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_GetHitIndicatorColorCrit"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_GetHitIndicatorColorCrit) == 0x000018, "Wrong size on SBZSettingsFunctionsUserInterface_GetHitIndicatorColorCrit"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetHitIndicatorColorCrit, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_GetHitIndicatorColorCrit::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetHitIndicatorColorCrit, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_GetHitIndicatorColorCrit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_GetHitIndicatorColorHit \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_GetHitIndicatorColorHit) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_GetHitIndicatorColorHit"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_GetHitIndicatorColorHit) == 0x000018, "Wrong size on SBZSettingsFunctionsUserInterface_GetHitIndicatorColorHit"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetHitIndicatorColorHit, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_GetHitIndicatorColorHit::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetHitIndicatorColorHit, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_GetHitIndicatorColorHit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_GetHitIndicatorColorKill \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_GetHitIndicatorColorKill) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_GetHitIndicatorColorKill"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_GetHitIndicatorColorKill) == 0x000018, "Wrong size on SBZSettingsFunctionsUserInterface_GetHitIndicatorColorKill"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetHitIndicatorColorKill, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_GetHitIndicatorColorKill::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetHitIndicatorColorKill, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_GetHitIndicatorColorKill::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_GetHitIndicatorScale \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_GetHitIndicatorScale) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_GetHitIndicatorScale"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_GetHitIndicatorScale) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_GetHitIndicatorScale"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetHitIndicatorScale, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_GetHitIndicatorScale::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetHitIndicatorScale, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_GetHitIndicatorScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_GetSubtitlesSize \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_GetSubtitlesSize) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_GetSubtitlesSize"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_GetSubtitlesSize) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_GetSubtitlesSize"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetSubtitlesSize, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_GetSubtitlesSize::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetSubtitlesSize, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_GetSubtitlesSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_IsEnemyHealthBarEnabled \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_IsEnemyHealthBarEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_IsEnemyHealthBarEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_IsEnemyHealthBarEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_IsEnemyHealthBarEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_IsEnemyHealthBarEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_IsEnemyHealthBarEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_IsEnemyHealthBarEnabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_IsEnemyHealthBarEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_IsEnemyHealthBarEnabledByDefault \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_IsEnemyHealthBarEnabledByDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_IsEnemyHealthBarEnabledByDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_IsEnemyHealthBarEnabledByDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_IsEnemyHealthBarEnabledByDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_IsEnemyHealthBarEnabledByDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_IsEnemyHealthBarEnabledByDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_IsEnemyHealthBarEnabledByDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_IsEnemyHealthBarEnabledByDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_IsFPSCountEnabled \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_IsFPSCountEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_IsFPSCountEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_IsFPSCountEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_IsFPSCountEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_IsFPSCountEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_IsFPSCountEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_IsFPSCountEnabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_IsFPSCountEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_IsFPSCountEnabledByDefault \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_IsFPSCountEnabledByDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_IsFPSCountEnabledByDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_IsFPSCountEnabledByDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_IsFPSCountEnabledByDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_IsFPSCountEnabledByDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_IsFPSCountEnabledByDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_IsFPSCountEnabledByDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_IsFPSCountEnabledByDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_IsReticleEnabled \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_IsReticleEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_IsReticleEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_IsReticleEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_IsReticleEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_IsReticleEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_IsReticleEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_IsReticleEnabled, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_IsReticleEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_IsReticleEnabledByDefault \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_IsReticleEnabledByDefault) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_IsReticleEnabledByDefault"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_IsReticleEnabledByDefault) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_IsReticleEnabledByDefault"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_IsReticleEnabledByDefault, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_IsReticleEnabledByDefault::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_IsReticleEnabledByDefault, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_IsReticleEnabledByDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_SetCrosshairsBarColor \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_SetCrosshairsBarColor) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_SetCrosshairsBarColor"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_SetCrosshairsBarColor) == 0x000018, "Wrong size on SBZSettingsFunctionsUserInterface_SetCrosshairsBarColor"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetCrosshairsBarColor, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_SetCrosshairsBarColor::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetCrosshairsBarColor, Color) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_SetCrosshairsBarColor::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_SetCrosshairsBarLength \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_SetCrosshairsBarLength) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_SetCrosshairsBarLength"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_SetCrosshairsBarLength) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_SetCrosshairsBarLength"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetCrosshairsBarLength, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_SetCrosshairsBarLength::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetCrosshairsBarLength, Length) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_SetCrosshairsBarLength::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_SetCrosshairsBarWidth \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_SetCrosshairsBarWidth) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_SetCrosshairsBarWidth"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_SetCrosshairsBarWidth) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_SetCrosshairsBarWidth"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetCrosshairsBarWidth, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_SetCrosshairsBarWidth::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetCrosshairsBarWidth, Width) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_SetCrosshairsBarWidth::Width' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_SetCrosshairsCenterGap \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_SetCrosshairsCenterGap) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_SetCrosshairsCenterGap"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_SetCrosshairsCenterGap) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_SetCrosshairsCenterGap"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetCrosshairsCenterGap, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_SetCrosshairsCenterGap::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetCrosshairsCenterGap, CenterGap) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_SetCrosshairsCenterGap::CenterGap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_SetCrosshairsDotColor \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_SetCrosshairsDotColor) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_SetCrosshairsDotColor"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_SetCrosshairsDotColor) == 0x000018, "Wrong size on SBZSettingsFunctionsUserInterface_SetCrosshairsDotColor"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetCrosshairsDotColor, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_SetCrosshairsDotColor::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetCrosshairsDotColor, Color) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_SetCrosshairsDotColor::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_SetCrosshairsDotSize \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_SetCrosshairsDotSize) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_SetCrosshairsDotSize"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_SetCrosshairsDotSize) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_SetCrosshairsDotSize"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetCrosshairsDotSize, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_SetCrosshairsDotSize::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetCrosshairsDotSize, Size) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_SetCrosshairsDotSize::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_SetCrosshairsShowAccuracy \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_SetCrosshairsShowAccuracy) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_SetCrosshairsShowAccuracy"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_SetCrosshairsShowAccuracy) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_SetCrosshairsShowAccuracy"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetCrosshairsShowAccuracy, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_SetCrosshairsShowAccuracy::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetCrosshairsShowAccuracy, bShowAccuracy) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_SetCrosshairsShowAccuracy::bShowAccuracy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_SetEnemyHealthBarEnabled \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_SetEnemyHealthBarEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_SetEnemyHealthBarEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_SetEnemyHealthBarEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_SetEnemyHealthBarEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetEnemyHealthBarEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_SetEnemyHealthBarEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetEnemyHealthBarEnabled, bEnabled) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_SetEnemyHealthBarEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_SetFPSCountEnabled \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_SetFPSCountEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_SetFPSCountEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_SetFPSCountEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_SetFPSCountEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetFPSCountEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_SetFPSCountEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetFPSCountEnabled, bEnabled) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_SetFPSCountEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_SetHitIndicatorColorCrit \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_SetHitIndicatorColorCrit) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_SetHitIndicatorColorCrit"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_SetHitIndicatorColorCrit) == 0x000018, "Wrong size on SBZSettingsFunctionsUserInterface_SetHitIndicatorColorCrit"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetHitIndicatorColorCrit, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_SetHitIndicatorColorCrit::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetHitIndicatorColorCrit, Color) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_SetHitIndicatorColorCrit::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_SetHitIndicatorColorHit \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_SetHitIndicatorColorHit) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_SetHitIndicatorColorHit"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_SetHitIndicatorColorHit) == 0x000018, "Wrong size on SBZSettingsFunctionsUserInterface_SetHitIndicatorColorHit"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetHitIndicatorColorHit, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_SetHitIndicatorColorHit::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetHitIndicatorColorHit, Color) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_SetHitIndicatorColorHit::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_SetHitIndicatorColorKill \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_SetHitIndicatorColorKill) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_SetHitIndicatorColorKill"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_SetHitIndicatorColorKill) == 0x000018, "Wrong size on SBZSettingsFunctionsUserInterface_SetHitIndicatorColorKill"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetHitIndicatorColorKill, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_SetHitIndicatorColorKill::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetHitIndicatorColorKill, Color) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_SetHitIndicatorColorKill::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_SetHitIndicatorScale \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_SetHitIndicatorScale) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_SetHitIndicatorScale"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_SetHitIndicatorScale) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_SetHitIndicatorScale"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetHitIndicatorScale, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_SetHitIndicatorScale::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetHitIndicatorScale, Scale) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_SetHitIndicatorScale::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_SetHitIndicatorsEnabled \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_SetHitIndicatorsEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_SetHitIndicatorsEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_SetHitIndicatorsEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_SetHitIndicatorsEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetHitIndicatorsEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_SetHitIndicatorsEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetHitIndicatorsEnabled, bEnabled) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_SetHitIndicatorsEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_SetReticleEnabled \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_SetReticleEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_SetReticleEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_SetReticleEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_SetReticleEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetReticleEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_SetReticleEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetReticleEnabled, bEnabled) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_SetReticleEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_SetSubtitlesEnabled \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_SetSubtitlesEnabled) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_SetSubtitlesEnabled"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_SetSubtitlesEnabled) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_SetSubtitlesEnabled"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetSubtitlesEnabled, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_SetSubtitlesEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetSubtitlesEnabled, bEnabled) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_SetSubtitlesEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_SetSubtitlesSize \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_SetSubtitlesSize) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_SetSubtitlesSize"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_SetSubtitlesSize) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_SetSubtitlesSize"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetSubtitlesSize, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_SetSubtitlesSize::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_SetSubtitlesSize, Size) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_SetSubtitlesSize::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSettingsFunctionsUserInterface_GetButtonVisibilityCrosshairsCenterGap \ +static_assert(alignof(SBZSettingsFunctionsUserInterface_GetButtonVisibilityCrosshairsCenterGap) == 0x000008, "Wrong alignment on SBZSettingsFunctionsUserInterface_GetButtonVisibilityCrosshairsCenterGap"); \ +static_assert(sizeof(SBZSettingsFunctionsUserInterface_GetButtonVisibilityCrosshairsCenterGap) == 0x000010, "Wrong size on SBZSettingsFunctionsUserInterface_GetButtonVisibilityCrosshairsCenterGap"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetButtonVisibilityCrosshairsCenterGap, WorldContextObject) == 0x000000, "Member 'SBZSettingsFunctionsUserInterface_GetButtonVisibilityCrosshairsCenterGap::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSettingsFunctionsUserInterface_GetButtonVisibilityCrosshairsCenterGap, ReturnValue) == 0x000008, "Member 'SBZSettingsFunctionsUserInterface_GetButtonVisibilityCrosshairsCenterGap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSettingsFunctionsUserInterface \ +static_assert(alignof(USBZSettingsFunctionsUserInterface) == 0x000008, "Wrong alignment on USBZSettingsFunctionsUserInterface"); \ +static_assert(sizeof(USBZSettingsFunctionsUserInterface) == 0x000030, "Wrong size on USBZSettingsFunctionsUserInterface"); \ + +#define DUMPER7_ASSERTS_USBZSettingsMenuConfig \ +static_assert(alignof(USBZSettingsMenuConfig) == 0x000008, "Wrong alignment on USBZSettingsMenuConfig"); \ +static_assert(sizeof(USBZSettingsMenuConfig) == 0x000040, "Wrong size on USBZSettingsMenuConfig"); \ +static_assert(offsetof(USBZSettingsMenuConfig, SettingsCategories) == 0x000030, "Member 'USBZSettingsMenuConfig::SettingsCategories' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZViewTargetWidget_OnFocusedChanged \ +static_assert(alignof(SBZViewTargetWidget_OnFocusedChanged) == 0x000001, "Wrong alignment on SBZViewTargetWidget_OnFocusedChanged"); \ +static_assert(sizeof(SBZViewTargetWidget_OnFocusedChanged) == 0x000001, "Wrong size on SBZViewTargetWidget_OnFocusedChanged"); \ +static_assert(offsetof(SBZViewTargetWidget_OnFocusedChanged, bIsFocused) == 0x000000, "Member 'SBZViewTargetWidget_OnFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZViewTargetWidget_OnSecurityCameraRuntimeStateChanged \ +static_assert(alignof(SBZViewTargetWidget_OnSecurityCameraRuntimeStateChanged) == 0x000001, "Wrong alignment on SBZViewTargetWidget_OnSecurityCameraRuntimeStateChanged"); \ +static_assert(sizeof(SBZViewTargetWidget_OnSecurityCameraRuntimeStateChanged) == 0x000001, "Wrong size on SBZViewTargetWidget_OnSecurityCameraRuntimeStateChanged"); \ +static_assert(offsetof(SBZViewTargetWidget_OnSecurityCameraRuntimeStateChanged, NewState) == 0x000000, "Member 'SBZViewTargetWidget_OnSecurityCameraRuntimeStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZViewTargetWidget_OnSecurityCameraStateChanged \ +static_assert(alignof(SBZViewTargetWidget_OnSecurityCameraStateChanged) == 0x000001, "Wrong alignment on SBZViewTargetWidget_OnSecurityCameraStateChanged"); \ +static_assert(sizeof(SBZViewTargetWidget_OnSecurityCameraStateChanged) == 0x000002, "Wrong size on SBZViewTargetWidget_OnSecurityCameraStateChanged"); \ +static_assert(offsetof(SBZViewTargetWidget_OnSecurityCameraStateChanged, OldState) == 0x000000, "Member 'SBZViewTargetWidget_OnSecurityCameraStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZViewTargetWidget_OnSecurityCameraStateChanged, NewState) == 0x000001, "Member 'SBZViewTargetWidget_OnSecurityCameraStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZViewTargetWidget_SecurityCameraRuntimeStateChanged \ +static_assert(alignof(SBZViewTargetWidget_SecurityCameraRuntimeStateChanged) == 0x000001, "Wrong alignment on SBZViewTargetWidget_SecurityCameraRuntimeStateChanged"); \ +static_assert(sizeof(SBZViewTargetWidget_SecurityCameraRuntimeStateChanged) == 0x000001, "Wrong size on SBZViewTargetWidget_SecurityCameraRuntimeStateChanged"); \ +static_assert(offsetof(SBZViewTargetWidget_SecurityCameraRuntimeStateChanged, NewState) == 0x000000, "Member 'SBZViewTargetWidget_SecurityCameraRuntimeStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZViewTargetWidget_SecurityCameraStateChanged \ +static_assert(alignof(SBZViewTargetWidget_SecurityCameraStateChanged) == 0x000001, "Wrong alignment on SBZViewTargetWidget_SecurityCameraStateChanged"); \ +static_assert(sizeof(SBZViewTargetWidget_SecurityCameraStateChanged) == 0x000001, "Wrong size on SBZViewTargetWidget_SecurityCameraStateChanged"); \ +static_assert(offsetof(SBZViewTargetWidget_SecurityCameraStateChanged, CurrentState) == 0x000000, "Member 'SBZViewTargetWidget_SecurityCameraStateChanged::CurrentState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZViewTargetWidget \ +static_assert(alignof(USBZViewTargetWidget) == 0x000008, "Wrong alignment on USBZViewTargetWidget"); \ +static_assert(sizeof(USBZViewTargetWidget) == 0x000298, "Wrong size on USBZViewTargetWidget"); \ +static_assert(offsetof(USBZViewTargetWidget, ViewTargetActor) == 0x000290, "Member 'USBZViewTargetWidget::ViewTargetActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZShiftAmmoNotifyState \ +static_assert(alignof(USBZShiftAmmoNotifyState) == 0x000008, "Wrong alignment on USBZShiftAmmoNotifyState"); \ +static_assert(sizeof(USBZShiftAmmoNotifyState) == 0x000040, "Wrong size on USBZShiftAmmoNotifyState"); \ +static_assert(offsetof(USBZShiftAmmoNotifyState, FixedCount) == 0x000038, "Member 'USBZShiftAmmoNotifyState::FixedCount' has a wrong offset!"); \ +static_assert(offsetof(USBZShiftAmmoNotifyState, FixedEmptyCount) == 0x00003C, "Member 'USBZShiftAmmoNotifyState::FixedEmptyCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZShockAndAweAbility \ +static_assert(alignof(USBZShockAndAweAbility) == 0x000008, "Wrong alignment on USBZShockAndAweAbility"); \ +static_assert(sizeof(USBZShockAndAweAbility) == 0x0004F0, "Wrong size on USBZShockAndAweAbility"); \ + +#define DUMPER7_ASSERTS_USBZSkillFragGrenadeExtraFragsAced \ +static_assert(alignof(USBZSkillFragGrenadeExtraFragsAced) == 0x000008, "Wrong alignment on USBZSkillFragGrenadeExtraFragsAced"); \ +static_assert(sizeof(USBZSkillFragGrenadeExtraFragsAced) == 0x000230, "Wrong size on USBZSkillFragGrenadeExtraFragsAced"); \ + +#define DUMPER7_ASSERTS_ASBZShockGrenade \ +static_assert(alignof(ASBZShockGrenade) == 0x000010, "Wrong alignment on ASBZShockGrenade"); \ +static_assert(sizeof(ASBZShockGrenade) == 0x006230, "Wrong size on ASBZShockGrenade"); \ +static_assert(offsetof(ASBZShockGrenade, CapsuleCollision) == 0x006168, "Member 'ASBZShockGrenade::CapsuleCollision' has a wrong offset!"); \ +static_assert(offsetof(ASBZShockGrenade, ShockedActorMap) == 0x006170, "Member 'ASBZShockGrenade::ShockedActorMap' has a wrong offset!"); \ +static_assert(offsetof(ASBZShockGrenade, CurrentChainedActor) == 0x0061C0, "Member 'ASBZShockGrenade::CurrentChainedActor' has a wrong offset!"); \ +static_assert(offsetof(ASBZShockGrenade, MinInterweaveAngle) == 0x0061C8, "Member 'ASBZShockGrenade::MinInterweaveAngle' has a wrong offset!"); \ +static_assert(offsetof(ASBZShockGrenade, MinInterweaveDot) == 0x0061CC, "Member 'ASBZShockGrenade::MinInterweaveDot' has a wrong offset!"); \ +static_assert(offsetof(ASBZShockGrenade, TraceEffect) == 0x0061D0, "Member 'ASBZShockGrenade::TraceEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZShockGrenade, TraceEffectDistanceName) == 0x0061D8, "Member 'ASBZShockGrenade::TraceEffectDistanceName' has a wrong offset!"); \ +static_assert(offsetof(ASBZShockGrenade, TraceEffectDurationName) == 0x0061E4, "Member 'ASBZShockGrenade::TraceEffectDurationName' has a wrong offset!"); \ +static_assert(offsetof(ASBZShockGrenade, TraceEffectStunDurationName) == 0x0061F0, "Member 'ASBZShockGrenade::TraceEffectStunDurationName' has a wrong offset!"); \ +static_assert(offsetof(ASBZShockGrenade, TraceEffectComponentArray) == 0x006200, "Member 'ASBZShockGrenade::TraceEffectComponentArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZShockGrenade, ActiveDetonationEffect) == 0x006210, "Member 'ASBZShockGrenade::ActiveDetonationEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZShoutoutWidget \ +static_assert(alignof(USBZShoutoutWidget) == 0x000008, "Wrong alignment on USBZShoutoutWidget"); \ +static_assert(sizeof(USBZShoutoutWidget) == 0x0002B0, "Wrong size on USBZShoutoutWidget"); \ +static_assert(offsetof(USBZShoutoutWidget, ShoutoutActionName) == 0x000290, "Member 'USBZShoutoutWidget::ShoutoutActionName' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutoutWidget, Widget_CallWidget) == 0x0002A0, "Member 'USBZShoutoutWidget::Widget_CallWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZViewTargetCollectionInterface_GetCurrentViewTarget \ +static_assert(alignof(SBZViewTargetCollectionInterface_GetCurrentViewTarget) == 0x000008, "Wrong alignment on SBZViewTargetCollectionInterface_GetCurrentViewTarget"); \ +static_assert(sizeof(SBZViewTargetCollectionInterface_GetCurrentViewTarget) == 0x000008, "Wrong size on SBZViewTargetCollectionInterface_GetCurrentViewTarget"); \ +static_assert(offsetof(SBZViewTargetCollectionInterface_GetCurrentViewTarget, ReturnValue) == 0x000000, "Member 'SBZViewTargetCollectionInterface_GetCurrentViewTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZViewTargetCollectionInterface_GetViewTarget \ +static_assert(alignof(SBZViewTargetCollectionInterface_GetViewTarget) == 0x000008, "Wrong alignment on SBZViewTargetCollectionInterface_GetViewTarget"); \ +static_assert(sizeof(SBZViewTargetCollectionInterface_GetViewTarget) == 0x000010, "Wrong size on SBZViewTargetCollectionInterface_GetViewTarget"); \ +static_assert(offsetof(SBZViewTargetCollectionInterface_GetViewTarget, InViewTargetIndex) == 0x000000, "Member 'SBZViewTargetCollectionInterface_GetViewTarget::InViewTargetIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZViewTargetCollectionInterface_GetViewTarget, ReturnValue) == 0x000008, "Member 'SBZViewTargetCollectionInterface_GetViewTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZViewTargetCollectionInterface_GetViewTargetCount \ +static_assert(alignof(SBZViewTargetCollectionInterface_GetViewTargetCount) == 0x000004, "Wrong alignment on SBZViewTargetCollectionInterface_GetViewTargetCount"); \ +static_assert(sizeof(SBZViewTargetCollectionInterface_GetViewTargetCount) == 0x000004, "Wrong size on SBZViewTargetCollectionInterface_GetViewTargetCount"); \ +static_assert(offsetof(SBZViewTargetCollectionInterface_GetViewTargetCount, ReturnValue) == 0x000000, "Member 'SBZViewTargetCollectionInterface_GetViewTargetCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZViewTargetCollectionInterface_GetViewTargetIndex \ +static_assert(alignof(SBZViewTargetCollectionInterface_GetViewTargetIndex) == 0x000008, "Wrong alignment on SBZViewTargetCollectionInterface_GetViewTargetIndex"); \ +static_assert(sizeof(SBZViewTargetCollectionInterface_GetViewTargetIndex) == 0x000010, "Wrong size on SBZViewTargetCollectionInterface_GetViewTargetIndex"); \ +static_assert(offsetof(SBZViewTargetCollectionInterface_GetViewTargetIndex, ViewTarget) == 0x000000, "Member 'SBZViewTargetCollectionInterface_GetViewTargetIndex::ViewTarget' has a wrong offset!"); \ +static_assert(offsetof(SBZViewTargetCollectionInterface_GetViewTargetIndex, ReturnValue) == 0x000008, "Member 'SBZViewTargetCollectionInterface_GetViewTargetIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZViewTargetCollectionInterface \ +static_assert(alignof(ISBZViewTargetCollectionInterface) == 0x000001, "Wrong alignment on ISBZViewTargetCollectionInterface"); \ +static_assert(sizeof(ISBZViewTargetCollectionInterface) == 0x000001, "Wrong size on ISBZViewTargetCollectionInterface"); \ + +#define DUMPER7_ASSERTS_SBZShoutTargetComponent_MakeComponentShoutTargetable \ +static_assert(alignof(SBZShoutTargetComponent_MakeComponentShoutTargetable) == 0x000008, "Wrong alignment on SBZShoutTargetComponent_MakeComponentShoutTargetable"); \ +static_assert(sizeof(SBZShoutTargetComponent_MakeComponentShoutTargetable) == 0x000008, "Wrong size on SBZShoutTargetComponent_MakeComponentShoutTargetable"); \ +static_assert(offsetof(SBZShoutTargetComponent_MakeComponentShoutTargetable, Component) == 0x000000, "Member 'SBZShoutTargetComponent_MakeComponentShoutTargetable::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZShoutTargetComponent_MakeComponentsShoutTargetable \ +static_assert(alignof(SBZShoutTargetComponent_MakeComponentsShoutTargetable) == 0x000008, "Wrong alignment on SBZShoutTargetComponent_MakeComponentsShoutTargetable"); \ +static_assert(sizeof(SBZShoutTargetComponent_MakeComponentsShoutTargetable) == 0x000010, "Wrong size on SBZShoutTargetComponent_MakeComponentsShoutTargetable"); \ +static_assert(offsetof(SBZShoutTargetComponent_MakeComponentsShoutTargetable, Components) == 0x000000, "Member 'SBZShoutTargetComponent_MakeComponentsShoutTargetable::Components' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZShoutTargetComponent_SetCustomPingMessage \ +static_assert(alignof(SBZShoutTargetComponent_SetCustomPingMessage) == 0x000008, "Wrong alignment on SBZShoutTargetComponent_SetCustomPingMessage"); \ +static_assert(sizeof(SBZShoutTargetComponent_SetCustomPingMessage) == 0x000018, "Wrong size on SBZShoutTargetComponent_SetCustomPingMessage"); \ +static_assert(offsetof(SBZShoutTargetComponent_SetCustomPingMessage, InCustomPingMessage) == 0x000000, "Member 'SBZShoutTargetComponent_SetCustomPingMessage::InCustomPingMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZShoutTargetComponent_SetEnabled \ +static_assert(alignof(SBZShoutTargetComponent_SetEnabled) == 0x000001, "Wrong alignment on SBZShoutTargetComponent_SetEnabled"); \ +static_assert(sizeof(SBZShoutTargetComponent_SetEnabled) == 0x000001, "Wrong size on SBZShoutTargetComponent_SetEnabled"); \ +static_assert(offsetof(SBZShoutTargetComponent_SetEnabled, bNewValue) == 0x000000, "Member 'SBZShoutTargetComponent_SetEnabled::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZShoutTargetComponent_IsEnabled \ +static_assert(alignof(SBZShoutTargetComponent_IsEnabled) == 0x000001, "Wrong alignment on SBZShoutTargetComponent_IsEnabled"); \ +static_assert(sizeof(SBZShoutTargetComponent_IsEnabled) == 0x000001, "Wrong size on SBZShoutTargetComponent_IsEnabled"); \ +static_assert(offsetof(SBZShoutTargetComponent_IsEnabled, ReturnValue) == 0x000000, "Member 'SBZShoutTargetComponent_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZShoutTargetComponent \ +static_assert(alignof(USBZShoutTargetComponent) == 0x000008, "Wrong alignment on USBZShoutTargetComponent"); \ +static_assert(sizeof(USBZShoutTargetComponent) == 0x000170, "Wrong size on USBZShoutTargetComponent"); \ +static_assert(offsetof(USBZShoutTargetComponent, BasePriority) == 0x0000C0, "Member 'USBZShoutTargetComponent::BasePriority' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutTargetComponent, DistModPriority) == 0x0000C4, "Member 'USBZShoutTargetComponent::DistModPriority' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutTargetComponent, bUseDirectHits) == 0x0000C8, "Member 'USBZShoutTargetComponent::bUseDirectHits' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutTargetComponent, bRequiresVisibility) == 0x0000C9, "Member 'USBZShoutTargetComponent::bRequiresVisibility' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutTargetComponent, bRequiresOwnerAliveIfCharacter) == 0x0000CA, "Member 'USBZShoutTargetComponent::bRequiresOwnerAliveIfCharacter' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutTargetComponent, Action) == 0x0000CB, "Member 'USBZShoutTargetComponent::Action' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutTargetComponent, TargetName) == 0x0000D0, "Member 'USBZShoutTargetComponent::TargetName' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutTargetComponent, CustomPingMessage) == 0x0000E8, "Member 'USBZShoutTargetComponent::CustomPingMessage' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutTargetComponent, CustomOutline) == 0x000100, "Member 'USBZShoutTargetComponent::CustomOutline' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutTargetComponent, CustomVoice) == 0x000108, "Member 'USBZShoutTargetComponent::CustomVoice' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutTargetComponent, TargetVoice) == 0x000110, "Member 'USBZShoutTargetComponent::TargetVoice' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutTargetComponent, bUseCustomGesture) == 0x000118, "Member 'USBZShoutTargetComponent::bUseCustomGesture' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutTargetComponent, CustomGesture) == 0x000119, "Member 'USBZShoutTargetComponent::CustomGesture' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutTargetComponent, CustomDuration) == 0x00011C, "Member 'USBZShoutTargetComponent::CustomDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutTargetComponent, bUseBoundsCenter) == 0x000120, "Member 'USBZShoutTargetComponent::bUseBoundsCenter' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutTargetComponent, bUseAllActorOutlines) == 0x000121, "Member 'USBZShoutTargetComponent::bUseAllActorOutlines' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutTargetComponent, PositionComponent) == 0x000128, "Member 'USBZShoutTargetComponent::PositionComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutTargetComponent, OutlineComponents) == 0x000148, "Member 'USBZShoutTargetComponent::OutlineComponents' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutTargetComponent, OnShoutedAt) == 0x000158, "Member 'USBZShoutTargetComponent::OnShoutedAt' has a wrong offset!"); \ +static_assert(offsetof(USBZShoutTargetComponent, bEnabled) == 0x000168, "Member 'USBZShoutTargetComponent::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWheeledVehicleSkeletalMeshComponent \ +static_assert(alignof(USBZWheeledVehicleSkeletalMeshComponent) == 0x000010, "Wrong alignment on USBZWheeledVehicleSkeletalMeshComponent"); \ +static_assert(sizeof(USBZWheeledVehicleSkeletalMeshComponent) == 0x000FC0, "Wrong size on USBZWheeledVehicleSkeletalMeshComponent"); \ + +#define DUMPER7_ASSERTS_USBZShowAmmoNotifyState \ +static_assert(alignof(USBZShowAmmoNotifyState) == 0x000008, "Wrong alignment on USBZShowAmmoNotifyState"); \ +static_assert(sizeof(USBZShowAmmoNotifyState) == 0x000040, "Wrong size on USBZShowAmmoNotifyState"); \ +static_assert(offsetof(USBZShowAmmoNotifyState, bIsSpawnedOnInterrupt) == 0x000038, "Member 'USBZShowAmmoNotifyState::bIsSpawnedOnInterrupt' has a wrong offset!"); \ +static_assert(offsetof(USBZShowAmmoNotifyState, bIsSpawnedOnEnd) == 0x000039, "Member 'USBZShowAmmoNotifyState::bIsSpawnedOnEnd' has a wrong offset!"); \ +static_assert(offsetof(USBZShowAmmoNotifyState, ExtraAmmoCount) == 0x00003C, "Member 'USBZShowAmmoNotifyState::ExtraAmmoCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillKnifeSpecFanThrowAced \ +static_assert(alignof(USBZSkillKnifeSpecFanThrowAced) == 0x000008, "Wrong alignment on USBZSkillKnifeSpecFanThrowAced"); \ +static_assert(sizeof(USBZSkillKnifeSpecFanThrowAced) == 0x000230, "Wrong size on USBZSkillKnifeSpecFanThrowAced"); \ + +#define DUMPER7_ASSERTS_SBZShowLoginUICallbackProxy_SBZShowExternalLoginUI \ +static_assert(alignof(SBZShowLoginUICallbackProxy_SBZShowExternalLoginUI) == 0x000008, "Wrong alignment on SBZShowLoginUICallbackProxy_SBZShowExternalLoginUI"); \ +static_assert(sizeof(SBZShowLoginUICallbackProxy_SBZShowExternalLoginUI) == 0x000018, "Wrong size on SBZShowLoginUICallbackProxy_SBZShowExternalLoginUI"); \ +static_assert(offsetof(SBZShowLoginUICallbackProxy_SBZShowExternalLoginUI, WorldContextObject_0) == 0x000000, "Member 'SBZShowLoginUICallbackProxy_SBZShowExternalLoginUI::WorldContextObject_0' has a wrong offset!"); \ +static_assert(offsetof(SBZShowLoginUICallbackProxy_SBZShowExternalLoginUI, InPlayerController) == 0x000008, "Member 'SBZShowLoginUICallbackProxy_SBZShowExternalLoginUI::InPlayerController' has a wrong offset!"); \ +static_assert(offsetof(SBZShowLoginUICallbackProxy_SBZShowExternalLoginUI, ReturnValue) == 0x000010, "Member 'SBZShowLoginUICallbackProxy_SBZShowExternalLoginUI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZShowLoginUICallbackProxy \ +static_assert(alignof(USBZShowLoginUICallbackProxy) == 0x000008, "Wrong alignment on USBZShowLoginUICallbackProxy"); \ +static_assert(sizeof(USBZShowLoginUICallbackProxy) == 0x000068, "Wrong size on USBZShowLoginUICallbackProxy"); \ +static_assert(offsetof(USBZShowLoginUICallbackProxy, OnSuccess) == 0x000038, "Member 'USBZShowLoginUICallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(USBZShowLoginUICallbackProxy, OnFailure) == 0x000048, "Member 'USBZShowLoginUICallbackProxy::OnFailure' has a wrong offset!"); \ +static_assert(offsetof(USBZShowLoginUICallbackProxy, WorldContextObject) == 0x000060, "Member 'USBZShowLoginUICallbackProxy::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZShowSpeedLoaderNotifyState \ +static_assert(alignof(USBZShowSpeedLoaderNotifyState) == 0x000008, "Wrong alignment on USBZShowSpeedLoaderNotifyState"); \ +static_assert(sizeof(USBZShowSpeedLoaderNotifyState) == 0x000040, "Wrong size on USBZShowSpeedLoaderNotifyState"); \ +static_assert(offsetof(USBZShowSpeedLoaderNotifyState, bIsDropAllowed) == 0x000038, "Member 'USBZShowSpeedLoaderNotifyState::bIsDropAllowed' has a wrong offset!"); \ +static_assert(offsetof(USBZShowSpeedLoaderNotifyState, bIsPrespawned) == 0x000039, "Member 'USBZShowSpeedLoaderNotifyState::bIsPrespawned' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSignificanceManager \ +static_assert(alignof(USBZSignificanceManager) == 0x000008, "Wrong alignment on USBZSignificanceManager"); \ +static_assert(sizeof(USBZSignificanceManager) == 0x000118, "Wrong size on USBZSignificanceManager"); \ + +#define DUMPER7_ASSERTS_USBZWheeledVehicleMovementComponent \ +static_assert(alignof(USBZWheeledVehicleMovementComponent) == 0x000008, "Wrong alignment on USBZWheeledVehicleMovementComponent"); \ +static_assert(sizeof(USBZWheeledVehicleMovementComponent) == 0x0002B0, "Wrong size on USBZWheeledVehicleMovementComponent"); \ +static_assert(offsetof(USBZWheeledVehicleMovementComponent, bOverrideDriveTorque) == 0x0002A8, "Member 'USBZWheeledVehicleMovementComponent::bOverrideDriveTorque' has a wrong offset!"); \ +static_assert(offsetof(USBZWheeledVehicleMovementComponent, OverriddenDriveTorque) == 0x0002AC, "Member 'USBZWheeledVehicleMovementComponent::OverriddenDriveTorque' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSimplePhysicsCorrector_Multicast_ForceTeleport \ +static_assert(alignof(SBZSimplePhysicsCorrector_Multicast_ForceTeleport) == 0x000010, "Wrong alignment on SBZSimplePhysicsCorrector_Multicast_ForceTeleport"); \ +static_assert(sizeof(SBZSimplePhysicsCorrector_Multicast_ForceTeleport) == 0x000030, "Wrong size on SBZSimplePhysicsCorrector_Multicast_ForceTeleport"); \ +static_assert(offsetof(SBZSimplePhysicsCorrector_Multicast_ForceTeleport, State) == 0x000000, "Member 'SBZSimplePhysicsCorrector_Multicast_ForceTeleport::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSimplePhysicsCorrector_Multicast_SyncState \ +static_assert(alignof(SBZSimplePhysicsCorrector_Multicast_SyncState) == 0x000010, "Wrong alignment on SBZSimplePhysicsCorrector_Multicast_SyncState"); \ +static_assert(sizeof(SBZSimplePhysicsCorrector_Multicast_SyncState) == 0x000030, "Wrong size on SBZSimplePhysicsCorrector_Multicast_SyncState"); \ +static_assert(offsetof(SBZSimplePhysicsCorrector_Multicast_SyncState, State) == 0x000000, "Member 'SBZSimplePhysicsCorrector_Multicast_SyncState::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSimplePhysicsCorrector_SetAngularVelocity \ +static_assert(alignof(SBZSimplePhysicsCorrector_SetAngularVelocity) == 0x000004, "Wrong alignment on SBZSimplePhysicsCorrector_SetAngularVelocity"); \ +static_assert(sizeof(SBZSimplePhysicsCorrector_SetAngularVelocity) == 0x00000C, "Wrong size on SBZSimplePhysicsCorrector_SetAngularVelocity"); \ +static_assert(offsetof(SBZSimplePhysicsCorrector_SetAngularVelocity, AngularVelocity) == 0x000000, "Member 'SBZSimplePhysicsCorrector_SetAngularVelocity::AngularVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSimplePhysicsCorrector_SetVelocity \ +static_assert(alignof(SBZSimplePhysicsCorrector_SetVelocity) == 0x000004, "Wrong alignment on SBZSimplePhysicsCorrector_SetVelocity"); \ +static_assert(sizeof(SBZSimplePhysicsCorrector_SetVelocity) == 0x00000C, "Wrong size on SBZSimplePhysicsCorrector_SetVelocity"); \ +static_assert(offsetof(SBZSimplePhysicsCorrector_SetVelocity, Vel) == 0x000000, "Member 'SBZSimplePhysicsCorrector_SetVelocity::Vel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSimplePhysicsCorrector \ +static_assert(alignof(USBZSimplePhysicsCorrector) == 0x000010, "Wrong alignment on USBZSimplePhysicsCorrector"); \ +static_assert(sizeof(USBZSimplePhysicsCorrector) == 0x000120, "Wrong size on USBZSimplePhysicsCorrector"); \ +static_assert(offsetof(USBZSimplePhysicsCorrector, TeleportDistance) == 0x0000C0, "Member 'USBZSimplePhysicsCorrector::TeleportDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZSimplePhysicsCorrector, Velocity) == 0x0000C4, "Member 'USBZSimplePhysicsCorrector::Velocity' has a wrong offset!"); \ +static_assert(offsetof(USBZSimplePhysicsCorrector, AngularVel) == 0x0000D0, "Member 'USBZSimplePhysicsCorrector::AngularVel' has a wrong offset!"); \ +static_assert(offsetof(USBZSimplePhysicsCorrector, LastState) == 0x0000E0, "Member 'USBZSimplePhysicsCorrector::LastState' has a wrong offset!"); \ +static_assert(offsetof(USBZSimplePhysicsCorrector, Root) == 0x000110, "Member 'USBZSimplePhysicsCorrector::Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWindManager_Get \ +static_assert(alignof(SBZWindManager_Get) == 0x000008, "Wrong alignment on SBZWindManager_Get"); \ +static_assert(sizeof(SBZWindManager_Get) == 0x000010, "Wrong size on SBZWindManager_Get"); \ +static_assert(offsetof(SBZWindManager_Get, WorldContextObject) == 0x000000, "Member 'SBZWindManager_Get::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZWindManager_Get, ReturnValue) == 0x000008, "Member 'SBZWindManager_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWindManager \ +static_assert(alignof(USBZWindManager) == 0x000008, "Wrong alignment on USBZWindManager"); \ +static_assert(sizeof(USBZWindManager) == 0x0001D8, "Wrong size on USBZWindManager"); \ +static_assert(offsetof(USBZWindManager, Emitters) == 0x0000C0, "Member 'USBZWindManager::Emitters' has a wrong offset!"); \ +static_assert(offsetof(USBZWindManager, Receivers) == 0x0000D0, "Member 'USBZWindManager::Receivers' has a wrong offset!"); \ +static_assert(offsetof(USBZWindManager, ReceiversPerID) == 0x0000E0, "Member 'USBZWindManager::ReceiversPerID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillAmmoSpecAmmoExpertAced \ +static_assert(alignof(USBZSkillAmmoSpecAmmoExpertAced) == 0x000008, "Wrong alignment on USBZSkillAmmoSpecAmmoExpertAced"); \ +static_assert(sizeof(USBZSkillAmmoSpecAmmoExpertAced) == 0x000230, "Wrong size on USBZSkillAmmoSpecAmmoExpertAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillManipulationMoreSnacksBase \ +static_assert(alignof(USBZSkillManipulationMoreSnacksBase) == 0x000008, "Wrong alignment on USBZSkillManipulationMoreSnacksBase"); \ +static_assert(sizeof(USBZSkillManipulationMoreSnacksBase) == 0x000230, "Wrong size on USBZSkillManipulationMoreSnacksBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillAmmoSpecAmmoUpIBase \ +static_assert(alignof(USBZSkillAmmoSpecAmmoUpIBase) == 0x000008, "Wrong alignment on USBZSkillAmmoSpecAmmoUpIBase"); \ +static_assert(sizeof(USBZSkillAmmoSpecAmmoUpIBase) == 0x000230, "Wrong size on USBZSkillAmmoSpecAmmoUpIBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillAmmoSpecAmmoUpIIAced \ +static_assert(alignof(USBZSkillAmmoSpecAmmoUpIIAced) == 0x000008, "Wrong alignment on USBZSkillAmmoSpecAmmoUpIIAced"); \ +static_assert(sizeof(USBZSkillAmmoSpecAmmoUpIIAced) == 0x000230, "Wrong size on USBZSkillAmmoSpecAmmoUpIIAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillAmmoSpecGrenadeBeltBase \ +static_assert(alignof(USBZSkillAmmoSpecGrenadeBeltBase) == 0x000008, "Wrong alignment on USBZSkillAmmoSpecGrenadeBeltBase"); \ +static_assert(sizeof(USBZSkillAmmoSpecGrenadeBeltBase) == 0x000230, "Wrong size on USBZSkillAmmoSpecGrenadeBeltBase"); \ + +#define DUMPER7_ASSERTS_USBZCableComponentWindApplier \ +static_assert(alignof(USBZCableComponentWindApplier) == 0x000008, "Wrong alignment on USBZCableComponentWindApplier"); \ +static_assert(sizeof(USBZCableComponentWindApplier) == 0x000060, "Wrong size on USBZCableComponentWindApplier"); \ + +#define DUMPER7_ASSERTS_USBZSkillAmmoSpecGrenadeBeltAced \ +static_assert(alignof(USBZSkillAmmoSpecGrenadeBeltAced) == 0x000008, "Wrong alignment on USBZSkillAmmoSpecGrenadeBeltAced"); \ +static_assert(sizeof(USBZSkillAmmoSpecGrenadeBeltAced) == 0x000230, "Wrong size on USBZSkillAmmoSpecGrenadeBeltAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillHackingHackingExpertAced \ +static_assert(alignof(USBZSkillHackingHackingExpertAced) == 0x000008, "Wrong alignment on USBZSkillHackingHackingExpertAced"); \ +static_assert(sizeof(USBZSkillHackingHackingExpertAced) == 0x000230, "Wrong size on USBZSkillHackingHackingExpertAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillAmmoSpecialistHighGrain \ +static_assert(alignof(USBZSkillAmmoSpecialistHighGrain) == 0x000008, "Wrong alignment on USBZSkillAmmoSpecialistHighGrain"); \ +static_assert(sizeof(USBZSkillAmmoSpecialistHighGrain) == 0x000230, "Wrong size on USBZSkillAmmoSpecialistHighGrain"); \ + +#define DUMPER7_ASSERTS_USBZSkillSMGSpecNimbleHandsAced \ +static_assert(alignof(USBZSkillSMGSpecNimbleHandsAced) == 0x000008, "Wrong alignment on USBZSkillSMGSpecNimbleHandsAced"); \ +static_assert(sizeof(USBZSkillSMGSpecNimbleHandsAced) == 0x000230, "Wrong size on USBZSkillSMGSpecNimbleHandsAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillAmmoSpecialistMagThrow \ +static_assert(alignof(USBZSkillAmmoSpecialistMagThrow) == 0x000008, "Wrong alignment on USBZSkillAmmoSpecialistMagThrow"); \ +static_assert(sizeof(USBZSkillAmmoSpecialistMagThrow) == 0x000230, "Wrong size on USBZSkillAmmoSpecialistMagThrow"); \ + +#define DUMPER7_ASSERTS_USBZWeaponCharmSlot \ +static_assert(alignof(USBZWeaponCharmSlot) == 0x000008, "Wrong alignment on USBZWeaponCharmSlot"); \ +static_assert(sizeof(USBZWeaponCharmSlot) == 0x000088, "Wrong size on USBZWeaponCharmSlot"); \ +static_assert(offsetof(USBZWeaponCharmSlot, SpawnPriority) == 0x000080, "Member 'USBZWeaponCharmSlot::SpawnPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillARSpecHollowPointRoundsAced \ +static_assert(alignof(USBZSkillARSpecHollowPointRoundsAced) == 0x000008, "Wrong alignment on USBZSkillARSpecHollowPointRoundsAced"); \ +static_assert(sizeof(USBZSkillARSpecHollowPointRoundsAced) == 0x000230, "Wrong size on USBZSkillARSpecHollowPointRoundsAced"); \ + +#define DUMPER7_ASSERTS_USBZUnblockMeleeNotify \ +static_assert(alignof(USBZUnblockMeleeNotify) == 0x000008, "Wrong alignment on USBZUnblockMeleeNotify"); \ +static_assert(sizeof(USBZUnblockMeleeNotify) == 0x000040, "Wrong size on USBZUnblockMeleeNotify"); \ + +#define DUMPER7_ASSERTS_USBZSkillARSpecARPocketsAced \ +static_assert(alignof(USBZSkillARSpecARPocketsAced) == 0x000008, "Wrong alignment on USBZSkillARSpecARPocketsAced"); \ +static_assert(sizeof(USBZSkillARSpecARPocketsAced) == 0x000230, "Wrong size on USBZSkillARSpecARPocketsAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillARSpecFocusFireBase \ +static_assert(alignof(USBZSkillARSpecFocusFireBase) == 0x000008, "Wrong alignment on USBZSkillARSpecFocusFireBase"); \ +static_assert(sizeof(USBZSkillARSpecFocusFireBase) == 0x000230, "Wrong size on USBZSkillARSpecFocusFireBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillFlashbangFlashbangExpertAced \ +static_assert(alignof(USBZSkillFlashbangFlashbangExpertAced) == 0x000008, "Wrong alignment on USBZSkillFlashbangFlashbangExpertAced"); \ +static_assert(sizeof(USBZSkillFlashbangFlashbangExpertAced) == 0x000230, "Wrong size on USBZSkillFlashbangFlashbangExpertAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillARSpecFocusFireAced \ +static_assert(alignof(USBZSkillARSpecFocusFireAced) == 0x000008, "Wrong alignment on USBZSkillARSpecFocusFireAced"); \ +static_assert(sizeof(USBZSkillARSpecFocusFireAced) == 0x000230, "Wrong size on USBZSkillARSpecFocusFireAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillARSpecCrackOpenBase \ +static_assert(alignof(USBZSkillARSpecCrackOpenBase) == 0x000008, "Wrong alignment on USBZSkillARSpecCrackOpenBase"); \ +static_assert(sizeof(USBZSkillARSpecCrackOpenBase) == 0x000230, "Wrong size on USBZSkillARSpecCrackOpenBase"); \ + +#define DUMPER7_ASSERTS_USBZUnblockHandleEquipmentAbilityNotify \ +static_assert(alignof(USBZUnblockHandleEquipmentAbilityNotify) == 0x000008, "Wrong alignment on USBZUnblockHandleEquipmentAbilityNotify"); \ +static_assert(sizeof(USBZUnblockHandleEquipmentAbilityNotify) == 0x000040, "Wrong size on USBZUnblockHandleEquipmentAbilityNotify"); \ + +#define DUMPER7_ASSERTS_USBZSkillARSpecCrackOpenAced \ +static_assert(alignof(USBZSkillARSpecCrackOpenAced) == 0x000008, "Wrong alignment on USBZSkillARSpecCrackOpenAced"); \ +static_assert(sizeof(USBZSkillARSpecCrackOpenAced) == 0x000230, "Wrong size on USBZSkillARSpecCrackOpenAced"); \ + +#define DUMPER7_ASSERTS_ASBZVariationViewActor \ +static_assert(alignof(ASBZVariationViewActor) == 0x000008, "Wrong alignment on ASBZVariationViewActor"); \ +static_assert(sizeof(ASBZVariationViewActor) == 0x0002B8, "Wrong size on ASBZVariationViewActor"); \ +static_assert(offsetof(ASBZVariationViewActor, SkeletalMeshComponent) == 0x0002A8, "Member 'ASBZVariationViewActor::SkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZVariationViewActor, StaticMeshComponent) == 0x0002B0, "Member 'ASBZVariationViewActor::StaticMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillAssassinAssassinAced \ +static_assert(alignof(USBZSkillAssassinAssassinAced) == 0x000008, "Wrong alignment on USBZSkillAssassinAssassinAced"); \ +static_assert(sizeof(USBZSkillAssassinAssassinAced) == 0x000250, "Wrong size on USBZSkillAssassinAssassinAced"); \ +static_assert(offsetof(USBZSkillAssassinAssassinAced, LawEnforcementTags) == 0x000230, "Member 'USBZSkillAssassinAssassinAced::LawEnforcementTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillAssassinDeathKnell \ +static_assert(alignof(USBZSkillAssassinDeathKnell) == 0x000008, "Wrong alignment on USBZSkillAssassinDeathKnell"); \ +static_assert(sizeof(USBZSkillAssassinDeathKnell) == 0x000230, "Wrong size on USBZSkillAssassinDeathKnell"); \ + +#define DUMPER7_ASSERTS_USBZSkillFlashbangEMPFlashbangAced \ +static_assert(alignof(USBZSkillFlashbangEMPFlashbangAced) == 0x000008, "Wrong alignment on USBZSkillFlashbangEMPFlashbangAced"); \ +static_assert(sizeof(USBZSkillFlashbangEMPFlashbangAced) == 0x000230, "Wrong size on USBZSkillFlashbangEMPFlashbangAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillAssassinDuckAndWeave \ +static_assert(alignof(USBZSkillAssassinDuckAndWeave) == 0x000008, "Wrong alignment on USBZSkillAssassinDuckAndWeave"); \ +static_assert(sizeof(USBZSkillAssassinDuckAndWeave) == 0x000230, "Wrong size on USBZSkillAssassinDuckAndWeave"); \ + +#define DUMPER7_ASSERTS_USBZSkillAssassinKillerKinesthetics \ +static_assert(alignof(USBZSkillAssassinKillerKinesthetics) == 0x000008, "Wrong alignment on USBZSkillAssassinKillerKinesthetics"); \ +static_assert(sizeof(USBZSkillAssassinKillerKinesthetics) == 0x000230, "Wrong size on USBZSkillAssassinKillerKinesthetics"); \ + +#define DUMPER7_ASSERTS_SBZVantagePoint_OnOccupantKilled \ +static_assert(alignof(SBZVantagePoint_OnOccupantKilled) == 0x000008, "Wrong alignment on SBZVantagePoint_OnOccupantKilled"); \ +static_assert(sizeof(SBZVantagePoint_OnOccupantKilled) == 0x000008, "Wrong size on SBZVantagePoint_OnOccupantKilled"); \ +static_assert(offsetof(SBZVantagePoint_OnOccupantKilled, Pawn) == 0x000000, "Member 'SBZVantagePoint_OnOccupantKilled::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZVantagePoint \ +static_assert(alignof(ASBZVantagePoint) == 0x000008, "Wrong alignment on ASBZVantagePoint"); \ +static_assert(sizeof(ASBZVantagePoint) == 0x0002B0, "Wrong size on ASBZVantagePoint"); \ + +#define DUMPER7_ASSERTS_USBZSkillAssassinAssassinsMettle \ +static_assert(alignof(USBZSkillAssassinAssassinsMettle) == 0x000008, "Wrong alignment on USBZSkillAssassinAssassinsMettle"); \ +static_assert(sizeof(USBZSkillAssassinAssassinsMettle) == 0x000230, "Wrong size on USBZSkillAssassinAssassinsMettle"); \ + +#define DUMPER7_ASSERTS_USBZWeaponSightData \ +static_assert(alignof(USBZWeaponSightData) == 0x000008, "Wrong alignment on USBZWeaponSightData"); \ +static_assert(sizeof(USBZWeaponSightData) == 0x000060, "Wrong size on USBZWeaponSightData"); \ +static_assert(offsetof(USBZWeaponSightData, TargetingData) == 0x000038, "Member 'USBZWeaponSightData::TargetingData' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponSightData, DOFData) == 0x000040, "Member 'USBZWeaponSightData::DOFData' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponSightData, DisplayName) == 0x000048, "Member 'USBZWeaponSightData::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillCasingUnmaskedExpertAced \ +static_assert(alignof(USBZSkillCasingUnmaskedExpertAced) == 0x000008, "Wrong alignment on USBZSkillCasingUnmaskedExpertAced"); \ +static_assert(sizeof(USBZSkillCasingUnmaskedExpertAced) == 0x000230, "Wrong size on USBZSkillCasingUnmaskedExpertAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillJuggernautArmoredUpIAced \ +static_assert(alignof(USBZSkillJuggernautArmoredUpIAced) == 0x000008, "Wrong alignment on USBZSkillJuggernautArmoredUpIAced"); \ +static_assert(sizeof(USBZSkillJuggernautArmoredUpIAced) == 0x000230, "Wrong size on USBZSkillJuggernautArmoredUpIAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillCasingSpeedFreakBase \ +static_assert(alignof(USBZSkillCasingSpeedFreakBase) == 0x000008, "Wrong alignment on USBZSkillCasingSpeedFreakBase"); \ +static_assert(sizeof(USBZSkillCasingSpeedFreakBase) == 0x000230, "Wrong size on USBZSkillCasingSpeedFreakBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillCasingFocusedAced \ +static_assert(alignof(USBZSkillCasingFocusedAced) == 0x000008, "Wrong alignment on USBZSkillCasingFocusedAced"); \ +static_assert(sizeof(USBZSkillCasingFocusedAced) == 0x000230, "Wrong size on USBZSkillCasingFocusedAced"); \ + +#define DUMPER7_ASSERTS_SBZRecoilData_GetGunKickHorizontalLeft \ +static_assert(alignof(SBZRecoilData_GetGunKickHorizontalLeft) == 0x000004, "Wrong alignment on SBZRecoilData_GetGunKickHorizontalLeft"); \ +static_assert(sizeof(SBZRecoilData_GetGunKickHorizontalLeft) == 0x000008, "Wrong size on SBZRecoilData_GetGunKickHorizontalLeft"); \ +static_assert(offsetof(SBZRecoilData_GetGunKickHorizontalLeft, OutMin) == 0x000000, "Member 'SBZRecoilData_GetGunKickHorizontalLeft::OutMin' has a wrong offset!"); \ +static_assert(offsetof(SBZRecoilData_GetGunKickHorizontalLeft, OutMax) == 0x000004, "Member 'SBZRecoilData_GetGunKickHorizontalLeft::OutMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZRecoilData_GetGunKickHorizontalRight \ +static_assert(alignof(SBZRecoilData_GetGunKickHorizontalRight) == 0x000004, "Wrong alignment on SBZRecoilData_GetGunKickHorizontalRight"); \ +static_assert(sizeof(SBZRecoilData_GetGunKickHorizontalRight) == 0x000008, "Wrong size on SBZRecoilData_GetGunKickHorizontalRight"); \ +static_assert(offsetof(SBZRecoilData_GetGunKickHorizontalRight, OutMin) == 0x000000, "Member 'SBZRecoilData_GetGunKickHorizontalRight::OutMin' has a wrong offset!"); \ +static_assert(offsetof(SBZRecoilData_GetGunKickHorizontalRight, OutMax) == 0x000004, "Member 'SBZRecoilData_GetGunKickHorizontalRight::OutMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZRecoilData_GetGunKickVerticalBottom \ +static_assert(alignof(SBZRecoilData_GetGunKickVerticalBottom) == 0x000004, "Wrong alignment on SBZRecoilData_GetGunKickVerticalBottom"); \ +static_assert(sizeof(SBZRecoilData_GetGunKickVerticalBottom) == 0x000008, "Wrong size on SBZRecoilData_GetGunKickVerticalBottom"); \ +static_assert(offsetof(SBZRecoilData_GetGunKickVerticalBottom, OutMin) == 0x000000, "Member 'SBZRecoilData_GetGunKickVerticalBottom::OutMin' has a wrong offset!"); \ +static_assert(offsetof(SBZRecoilData_GetGunKickVerticalBottom, OutMax) == 0x000004, "Member 'SBZRecoilData_GetGunKickVerticalBottom::OutMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZRecoilData_GetGunKickVerticalTop \ +static_assert(alignof(SBZRecoilData_GetGunKickVerticalTop) == 0x000004, "Wrong alignment on SBZRecoilData_GetGunKickVerticalTop"); \ +static_assert(sizeof(SBZRecoilData_GetGunKickVerticalTop) == 0x000008, "Wrong size on SBZRecoilData_GetGunKickVerticalTop"); \ +static_assert(offsetof(SBZRecoilData_GetGunKickVerticalTop, OutMin) == 0x000000, "Member 'SBZRecoilData_GetGunKickVerticalTop::OutMin' has a wrong offset!"); \ +static_assert(offsetof(SBZRecoilData_GetGunKickVerticalTop, OutMax) == 0x000004, "Member 'SBZRecoilData_GetGunKickVerticalTop::OutMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZRecoilData \ +static_assert(alignof(USBZRecoilData) == 0x000008, "Wrong alignment on USBZRecoilData"); \ +static_assert(sizeof(USBZRecoilData) == 0x000760, "Wrong size on USBZRecoilData"); \ +static_assert(offsetof(USBZRecoilData, DisplacementListMultiplier) == 0x000038, "Member 'USBZRecoilData::DisplacementListMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZRecoilData, ViewKick) == 0x000040, "Member 'USBZRecoilData::ViewKick' has a wrong offset!"); \ +static_assert(offsetof(USBZRecoilData, ViewKickBack) == 0x000180, "Member 'USBZRecoilData::ViewKickBack' has a wrong offset!"); \ +static_assert(offsetof(USBZRecoilData, ViewKickBackTargeting) == 0x0002A0, "Member 'USBZRecoilData::ViewKickBackTargeting' has a wrong offset!"); \ +static_assert(offsetof(USBZRecoilData, GunKickXY) == 0x0003C0, "Member 'USBZRecoilData::GunKickXY' has a wrong offset!"); \ +static_assert(offsetof(USBZRecoilData, GunKickBackAlpha) == 0x000518, "Member 'USBZRecoilData::GunKickBackAlpha' has a wrong offset!"); \ +static_assert(offsetof(USBZRecoilData, GunKickBack) == 0x000520, "Member 'USBZRecoilData::GunKickBack' has a wrong offset!"); \ +static_assert(offsetof(USBZRecoilData, GunKickBackTargeting) == 0x000640, "Member 'USBZRecoilData::GunKickBackTargeting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSocialFriendButton_CanBlockPlayer \ +static_assert(alignof(SBZSocialFriendButton_CanBlockPlayer) == 0x000001, "Wrong alignment on SBZSocialFriendButton_CanBlockPlayer"); \ +static_assert(sizeof(SBZSocialFriendButton_CanBlockPlayer) == 0x000001, "Wrong size on SBZSocialFriendButton_CanBlockPlayer"); \ +static_assert(offsetof(SBZSocialFriendButton_CanBlockPlayer, ReturnValue) == 0x000000, "Member 'SBZSocialFriendButton_CanBlockPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSocialFriendButton_CanInvitePlayer \ +static_assert(alignof(SBZSocialFriendButton_CanInvitePlayer) == 0x000001, "Wrong alignment on SBZSocialFriendButton_CanInvitePlayer"); \ +static_assert(sizeof(SBZSocialFriendButton_CanInvitePlayer) == 0x000001, "Wrong size on SBZSocialFriendButton_CanInvitePlayer"); \ +static_assert(offsetof(SBZSocialFriendButton_CanInvitePlayer, ReturnValue) == 0x000000, "Member 'SBZSocialFriendButton_CanInvitePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSocialFriendButton_CanJoinLobby \ +static_assert(alignof(SBZSocialFriendButton_CanJoinLobby) == 0x000001, "Wrong alignment on SBZSocialFriendButton_CanJoinLobby"); \ +static_assert(sizeof(SBZSocialFriendButton_CanJoinLobby) == 0x000001, "Wrong size on SBZSocialFriendButton_CanJoinLobby"); \ +static_assert(offsetof(SBZSocialFriendButton_CanJoinLobby, ReturnValue) == 0x000000, "Member 'SBZSocialFriendButton_CanJoinLobby::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSocialFriendButton_CanJoinParty \ +static_assert(alignof(SBZSocialFriendButton_CanJoinParty) == 0x000001, "Wrong alignment on SBZSocialFriendButton_CanJoinParty"); \ +static_assert(sizeof(SBZSocialFriendButton_CanJoinParty) == 0x000001, "Wrong size on SBZSocialFriendButton_CanJoinParty"); \ +static_assert(offsetof(SBZSocialFriendButton_CanJoinParty, ReturnValue) == 0x000000, "Member 'SBZSocialFriendButton_CanJoinParty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSocialFriendButton_CanRequestFriend \ +static_assert(alignof(SBZSocialFriendButton_CanRequestFriend) == 0x000001, "Wrong alignment on SBZSocialFriendButton_CanRequestFriend"); \ +static_assert(sizeof(SBZSocialFriendButton_CanRequestFriend) == 0x000001, "Wrong size on SBZSocialFriendButton_CanRequestFriend"); \ +static_assert(offsetof(SBZSocialFriendButton_CanRequestFriend, ReturnValue) == 0x000000, "Member 'SBZSocialFriendButton_CanRequestFriend::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSocialFriendButton_CanShowFriendProfile \ +static_assert(alignof(SBZSocialFriendButton_CanShowFriendProfile) == 0x000001, "Wrong alignment on SBZSocialFriendButton_CanShowFriendProfile"); \ +static_assert(sizeof(SBZSocialFriendButton_CanShowFriendProfile) == 0x000001, "Wrong size on SBZSocialFriendButton_CanShowFriendProfile"); \ +static_assert(offsetof(SBZSocialFriendButton_CanShowFriendProfile, ReturnValue) == 0x000000, "Member 'SBZSocialFriendButton_CanShowFriendProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSocialFriendButton_ExecuteAction \ +static_assert(alignof(SBZSocialFriendButton_ExecuteAction) == 0x000004, "Wrong alignment on SBZSocialFriendButton_ExecuteAction"); \ +static_assert(sizeof(SBZSocialFriendButton_ExecuteAction) == 0x00000C, "Wrong size on SBZSocialFriendButton_ExecuteAction"); \ +static_assert(offsetof(SBZSocialFriendButton_ExecuteAction, Action) == 0x000000, "Member 'SBZSocialFriendButton_ExecuteAction::Action' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSocialFriendButton_OnConfirmationPopupClosed \ +static_assert(alignof(SBZSocialFriendButton_OnConfirmationPopupClosed) == 0x000004, "Wrong alignment on SBZSocialFriendButton_OnConfirmationPopupClosed"); \ +static_assert(sizeof(SBZSocialFriendButton_OnConfirmationPopupClosed) == 0x00000C, "Wrong size on SBZSocialFriendButton_OnConfirmationPopupClosed"); \ +static_assert(offsetof(SBZSocialFriendButton_OnConfirmationPopupClosed, ActionName) == 0x000000, "Member 'SBZSocialFriendButton_OnConfirmationPopupClosed::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSocialFriendButton_OnPlayerDataInitialized \ +static_assert(alignof(SBZSocialFriendButton_OnPlayerDataInitialized) == 0x000008, "Wrong alignment on SBZSocialFriendButton_OnPlayerDataInitialized"); \ +static_assert(sizeof(SBZSocialFriendButton_OnPlayerDataInitialized) == 0x0004A8, "Wrong size on SBZSocialFriendButton_OnPlayerDataInitialized"); \ +static_assert(offsetof(SBZSocialFriendButton_OnPlayerDataInitialized, InFriendListEntry) == 0x000000, "Member 'SBZSocialFriendButton_OnPlayerDataInitialized::InFriendListEntry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSocialFriendButton_OnRequestStatusPopupClosed \ +static_assert(alignof(SBZSocialFriendButton_OnRequestStatusPopupClosed) == 0x000004, "Wrong alignment on SBZSocialFriendButton_OnRequestStatusPopupClosed"); \ +static_assert(sizeof(SBZSocialFriendButton_OnRequestStatusPopupClosed) == 0x00000C, "Wrong size on SBZSocialFriendButton_OnRequestStatusPopupClosed"); \ +static_assert(offsetof(SBZSocialFriendButton_OnRequestStatusPopupClosed, ActionName) == 0x000000, "Member 'SBZSocialFriendButton_OnRequestStatusPopupClosed::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSocialFriendButton_ReportPlayer \ +static_assert(alignof(SBZSocialFriendButton_ReportPlayer) == 0x000008, "Wrong alignment on SBZSocialFriendButton_ReportPlayer"); \ +static_assert(sizeof(SBZSocialFriendButton_ReportPlayer) == 0x000030, "Wrong size on SBZSocialFriendButton_ReportPlayer"); \ +static_assert(offsetof(SBZSocialFriendButton_ReportPlayer, ReportPlayerInfo) == 0x000000, "Member 'SBZSocialFriendButton_ReportPlayer::ReportPlayerInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSocialFriendButton_GetUser \ +static_assert(alignof(SBZSocialFriendButton_GetUser) == 0x000008, "Wrong alignment on SBZSocialFriendButton_GetUser"); \ +static_assert(sizeof(SBZSocialFriendButton_GetUser) == 0x0004A8, "Wrong size on SBZSocialFriendButton_GetUser"); \ +static_assert(offsetof(SBZSocialFriendButton_GetUser, ReturnValue) == 0x000000, "Member 'SBZSocialFriendButton_GetUser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSocialFriendButton_IsUserValid \ +static_assert(alignof(SBZSocialFriendButton_IsUserValid) == 0x000001, "Wrong alignment on SBZSocialFriendButton_IsUserValid"); \ +static_assert(sizeof(SBZSocialFriendButton_IsUserValid) == 0x000001, "Wrong size on SBZSocialFriendButton_IsUserValid"); \ +static_assert(offsetof(SBZSocialFriendButton_IsUserValid, ReturnValue) == 0x000000, "Member 'SBZSocialFriendButton_IsUserValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSocialFriendButton \ +static_assert(alignof(USBZSocialFriendButton) == 0x000008, "Wrong alignment on USBZSocialFriendButton"); \ +static_assert(sizeof(USBZSocialFriendButton) == 0x000588, "Wrong size on USBZSocialFriendButton"); \ +static_assert(offsetof(USBZSocialFriendButton, FriendListEntry) == 0x000378, "Member 'USBZSocialFriendButton::FriendListEntry' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialFriendButton, FriendButtonType) == 0x000538, "Member 'USBZSocialFriendButton::FriendButtonType' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialFriendButton, SocialFriendButtonContainer) == 0x000540, "Member 'USBZSocialFriendButton::SocialFriendButtonContainer' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialFriendButton, CurrentFeedbackType) == 0x000548, "Member 'USBZSocialFriendButton::CurrentFeedbackType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillCasingWalkingTallAced \ +static_assert(alignof(USBZSkillCasingWalkingTallAced) == 0x000008, "Wrong alignment on USBZSkillCasingWalkingTallAced"); \ +static_assert(sizeof(USBZSkillCasingWalkingTallAced) == 0x000230, "Wrong size on USBZSkillCasingWalkingTallAced"); \ + +#define DUMPER7_ASSERTS_USBZWeaponTargetingData \ +static_assert(alignof(USBZWeaponTargetingData) == 0x000008, "Wrong alignment on USBZWeaponTargetingData"); \ +static_assert(sizeof(USBZWeaponTargetingData) == 0x000260, "Wrong size on USBZWeaponTargetingData"); \ +static_assert(offsetof(USBZWeaponTargetingData, bTargetingHideWeapon) == 0x000038, "Member 'USBZWeaponTargetingData::bTargetingHideWeapon' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponTargetingData, SightSocket) == 0x00003C, "Member 'USBZWeaponTargetingData::SightSocket' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponTargetingData, TargetingTransitionTime) == 0x000048, "Member 'USBZWeaponTargetingData::TargetingTransitionTime' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponTargetingData, TargetingProgressTrigger) == 0x00004C, "Member 'USBZWeaponTargetingData::TargetingProgressTrigger' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponTargetingData, TargetingXAxisOffset) == 0x000050, "Member 'USBZWeaponTargetingData::TargetingXAxisOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponTargetingData, WeaponOverride) == 0x000058, "Member 'USBZWeaponTargetingData::WeaponOverride' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponTargetingData, TargetingTransitionCurve) == 0x0000A8, "Member 'USBZWeaponTargetingData::TargetingTransitionCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponTargetingData, TargetingMagnification) == 0x000130, "Member 'USBZWeaponTargetingData::TargetingMagnification' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponTargetingData, TargetingOnTopMagnification) == 0x000134, "Member 'USBZWeaponTargetingData::TargetingOnTopMagnification' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponTargetingData, TargetingMagnificationCurve) == 0x000138, "Member 'USBZWeaponTargetingData::TargetingMagnificationCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponTargetingData, TargetingXCurve) == 0x0001C0, "Member 'USBZWeaponTargetingData::TargetingXCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponTargetingData, TargetingRotationCurve) == 0x000248, "Member 'USBZWeaponTargetingData::TargetingRotationCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponTargetingData, TargetingExitRotationCurve) == 0x000250, "Member 'USBZWeaponTargetingData::TargetingExitRotationCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponTargetingData, HeadbobData) == 0x000258, "Member 'USBZWeaponTargetingData::HeadbobData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillCasingStrongArmAced \ +static_assert(alignof(USBZSkillCasingStrongArmAced) == 0x000008, "Wrong alignment on USBZSkillCasingStrongArmAced"); \ +static_assert(sizeof(USBZSkillCasingStrongArmAced) == 0x000230, "Wrong size on USBZSkillCasingStrongArmAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillKnifeSpecKnifeExpertAced \ +static_assert(alignof(USBZSkillKnifeSpecKnifeExpertAced) == 0x000008, "Wrong alignment on USBZSkillKnifeSpecKnifeExpertAced"); \ +static_assert(sizeof(USBZSkillKnifeSpecKnifeExpertAced) == 0x000230, "Wrong size on USBZSkillKnifeSpecKnifeExpertAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillCasingClipboardBase \ +static_assert(alignof(USBZSkillCasingClipboardBase) == 0x000008, "Wrong alignment on USBZSkillCasingClipboardBase"); \ +static_assert(sizeof(USBZSkillCasingClipboardBase) == 0x000230, "Wrong size on USBZSkillCasingClipboardBase"); \ + +#define DUMPER7_ASSERTS_USBZWeaponSwayData \ +static_assert(alignof(USBZWeaponSwayData) == 0x000008, "Wrong alignment on USBZWeaponSwayData"); \ +static_assert(sizeof(USBZWeaponSwayData) == 0x000178, "Wrong size on USBZWeaponSwayData"); \ +static_assert(offsetof(USBZWeaponSwayData, Alpha) == 0x000038, "Member 'USBZWeaponSwayData::Alpha' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponSwayData, Hip) == 0x00003C, "Member 'USBZWeaponSwayData::Hip' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponSwayData, Target) == 0x0000D8, "Member 'USBZWeaponSwayData::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSpawnActorNotifyState \ +static_assert(alignof(USBZSpawnActorNotifyState) == 0x000008, "Wrong alignment on USBZSpawnActorNotifyState"); \ +static_assert(sizeof(USBZSpawnActorNotifyState) == 0x000040, "Wrong size on USBZSpawnActorNotifyState"); \ +static_assert(offsetof(USBZSpawnActorNotifyState, SpawnSettings) == 0x000038, "Member 'USBZSpawnActorNotifyState::SpawnSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillCategoryData \ +static_assert(alignof(USBZSkillCategoryData) == 0x000008, "Wrong alignment on USBZSkillCategoryData"); \ +static_assert(sizeof(USBZSkillCategoryData) == 0x000178, "Wrong size on USBZSkillCategoryData"); \ +static_assert(offsetof(USBZSkillCategoryData, SkillTreeArray) == 0x000150, "Member 'USBZSkillCategoryData::SkillTreeArray' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillCategoryData, CategoryTagline) == 0x000160, "Member 'USBZSkillCategoryData::CategoryTagline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillCQCSpecialistCQCSpecialistAced \ +static_assert(alignof(USBZSkillCQCSpecialistCQCSpecialistAced) == 0x000008, "Wrong alignment on USBZSkillCQCSpecialistCQCSpecialistAced"); \ +static_assert(sizeof(USBZSkillCQCSpecialistCQCSpecialistAced) == 0x000230, "Wrong size on USBZSkillCQCSpecialistCQCSpecialistAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillPistolSpecPistolPocketsAced \ +static_assert(alignof(USBZSkillPistolSpecPistolPocketsAced) == 0x000008, "Wrong alignment on USBZSkillPistolSpecPistolPocketsAced"); \ +static_assert(sizeof(USBZSkillPistolSpecPistolPocketsAced) == 0x000230, "Wrong size on USBZSkillPistolSpecPistolPocketsAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillCQCSpecialistCoverUp \ +static_assert(alignof(USBZSkillCQCSpecialistCoverUp) == 0x000008, "Wrong alignment on USBZSkillCQCSpecialistCoverUp"); \ +static_assert(sizeof(USBZSkillCQCSpecialistCoverUp) == 0x000230, "Wrong size on USBZSkillCQCSpecialistCoverUp"); \ + +#define DUMPER7_ASSERTS_USBZSkillCQCSpecialistSoftAssets \ +static_assert(alignof(USBZSkillCQCSpecialistSoftAssets) == 0x000008, "Wrong alignment on USBZSkillCQCSpecialistSoftAssets"); \ +static_assert(sizeof(USBZSkillCQCSpecialistSoftAssets) == 0x000230, "Wrong size on USBZSkillCQCSpecialistSoftAssets"); \ + +#define DUMPER7_ASSERTS_USBZSkillCQCSpecialistSavageTakedown \ +static_assert(alignof(USBZSkillCQCSpecialistSavageTakedown) == 0x000008, "Wrong alignment on USBZSkillCQCSpecialistSavageTakedown"); \ +static_assert(sizeof(USBZSkillCQCSpecialistSavageTakedown) == 0x000238, "Wrong size on USBZSkillCQCSpecialistSavageTakedown"); \ +static_assert(offsetof(USBZSkillCQCSpecialistSavageTakedown, ActivationDelay) == 0x000230, "Member 'USBZSkillCQCSpecialistSavageTakedown::ActivationDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnStaticInteractionInterface_OnActorSpawned \ +static_assert(alignof(SBZSpawnStaticInteractionInterface_OnActorSpawned) == 0x000008, "Wrong alignment on SBZSpawnStaticInteractionInterface_OnActorSpawned"); \ +static_assert(sizeof(SBZSpawnStaticInteractionInterface_OnActorSpawned) == 0x000010, "Wrong size on SBZSpawnStaticInteractionInterface_OnActorSpawned"); \ +static_assert(offsetof(SBZSpawnStaticInteractionInterface_OnActorSpawned, SpawnedActor) == 0x000000, "Member 'SBZSpawnStaticInteractionInterface_OnActorSpawned::SpawnedActor' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnStaticInteractionInterface_OnActorSpawned, AttachParent) == 0x000008, "Member 'SBZSpawnStaticInteractionInterface_OnActorSpawned::AttachParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnStaticInteractionInterface_PopulateSpawnInformationMap \ +static_assert(alignof(SBZSpawnStaticInteractionInterface_PopulateSpawnInformationMap) == 0x000008, "Wrong alignment on SBZSpawnStaticInteractionInterface_PopulateSpawnInformationMap"); \ +static_assert(sizeof(SBZSpawnStaticInteractionInterface_PopulateSpawnInformationMap) == 0x000050, "Wrong size on SBZSpawnStaticInteractionInterface_PopulateSpawnInformationMap"); \ +static_assert(offsetof(SBZSpawnStaticInteractionInterface_PopulateSpawnInformationMap, InOutSpawnDataMap) == 0x000000, "Member 'SBZSpawnStaticInteractionInterface_PopulateSpawnInformationMap::InOutSpawnDataMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZSpawnStaticInteractionInterface \ +static_assert(alignof(ISBZSpawnStaticInteractionInterface) == 0x000001, "Wrong alignment on ISBZSpawnStaticInteractionInterface"); \ +static_assert(sizeof(ISBZSpawnStaticInteractionInterface) == 0x000001, "Wrong size on ISBZSpawnStaticInteractionInterface"); \ + +#define DUMPER7_ASSERTS_USBZSkillCQCSpecialistPressurePoints \ +static_assert(alignof(USBZSkillCQCSpecialistPressurePoints) == 0x000008, "Wrong alignment on USBZSkillCQCSpecialistPressurePoints"); \ +static_assert(sizeof(USBZSkillCQCSpecialistPressurePoints) == 0x000230, "Wrong size on USBZSkillCQCSpecialistPressurePoints"); \ + +#define DUMPER7_ASSERTS_USBZSkillDemolitionistDemolitionistAced \ +static_assert(alignof(USBZSkillDemolitionistDemolitionistAced) == 0x000008, "Wrong alignment on USBZSkillDemolitionistDemolitionistAced"); \ +static_assert(sizeof(USBZSkillDemolitionistDemolitionistAced) == 0x000230, "Wrong size on USBZSkillDemolitionistDemolitionistAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillScramblerAced \ +static_assert(alignof(USBZSkillScramblerAced) == 0x000008, "Wrong alignment on USBZSkillScramblerAced"); \ +static_assert(sizeof(USBZSkillScramblerAced) == 0x000230, "Wrong size on USBZSkillScramblerAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillDemolitionistExtraMunitions \ +static_assert(alignof(USBZSkillDemolitionistExtraMunitions) == 0x000008, "Wrong alignment on USBZSkillDemolitionistExtraMunitions"); \ +static_assert(sizeof(USBZSkillDemolitionistExtraMunitions) == 0x000230, "Wrong size on USBZSkillDemolitionistExtraMunitions"); \ + +#define DUMPER7_ASSERTS_USBZSkillDemolitionistBlastShield \ +static_assert(alignof(USBZSkillDemolitionistBlastShield) == 0x000008, "Wrong alignment on USBZSkillDemolitionistBlastShield"); \ +static_assert(sizeof(USBZSkillDemolitionistBlastShield) == 0x000230, "Wrong size on USBZSkillDemolitionistBlastShield"); \ + +#define DUMPER7_ASSERTS_USBZSpringArmComponent \ +static_assert(alignof(USBZSpringArmComponent) == 0x000010, "Wrong alignment on USBZSpringArmComponent"); \ +static_assert(sizeof(USBZSpringArmComponent) == 0x0002C0, "Wrong size on USBZSpringArmComponent"); \ +static_assert(offsetof(USBZSpringArmComponent, Target) == 0x0002B0, "Member 'USBZSpringArmComponent::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillDemolitionistOvercooked \ +static_assert(alignof(USBZSkillDemolitionistOvercooked) == 0x000008, "Wrong alignment on USBZSkillDemolitionistOvercooked"); \ +static_assert(sizeof(USBZSkillDemolitionistOvercooked) == 0x000230, "Wrong size on USBZSkillDemolitionistOvercooked"); \ + +#define DUMPER7_ASSERTS_ASBZWorldSettings \ +static_assert(alignof(ASBZWorldSettings) == 0x000008, "Wrong alignment on ASBZWorldSettings"); \ +static_assert(sizeof(ASBZWorldSettings) == 0x000A00, "Wrong size on ASBZWorldSettings"); \ +static_assert(offsetof(ASBZWorldSettings, SurfaceTypesConfig) == 0x000438, "Member 'ASBZWorldSettings::SurfaceTypesConfig' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, OverrideSoftSurfaceTypesConfig) == 0x000440, "Member 'ASBZWorldSettings::OverrideSoftSurfaceTypesConfig' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, MusicEvent) == 0x000470, "Member 'ASBZWorldSettings::MusicEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, StopMusicEvent) == 0x000478, "Member 'ASBZWorldSettings::StopMusicEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, MusicSwitches) == 0x000480, "Member 'ASBZWorldSettings::MusicSwitches' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, KeyItemDataMap) == 0x0004D0, "Member 'ASBZWorldSettings::KeyItemDataMap' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, bStartMusicOnBeginPlay) == 0x000520, "Member 'ASBZWorldSettings::bStartMusicOnBeginPlay' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, bIsSoloMusicStartOnActionPhase) == 0x000521, "Member 'ASBZWorldSettings::bIsSoloMusicStartOnActionPhase' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, bStopMusicOnEndPlay) == 0x000522, "Member 'ASBZWorldSettings::bStopMusicOnEndPlay' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, bIsMusicMainMenu) == 0x000523, "Member 'ASBZWorldSettings::bIsMusicMainMenu' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, bSkipNegotiation) == 0x000524, "Member 'ASBZWorldSettings::bSkipNegotiation' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, bSkipFirstResponders) == 0x000525, "Member 'ASBZWorldSettings::bSkipFirstResponders' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, TimeToNextState) == 0x000528, "Member 'ASBZWorldSettings::TimeToNextState' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, bStartInCasing) == 0x00052C, "Member 'ASBZWorldSettings::bStartInCasing' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, bAICrewStartInCasing) == 0x00052D, "Member 'ASBZWorldSettings::bAICrewStartInCasing' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, bStartWithAICrew) == 0x00052E, "Member 'ASBZWorldSettings::bStartWithAICrew' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, bCanCrewShootStreetCops) == 0x00052F, "Member 'ASBZWorldSettings::bCanCrewShootStreetCops' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, bIsInRandomSublevel) == 0x000530, "Member 'ASBZWorldSettings::bIsInRandomSublevel' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, AudioVolumetricCullingDepth) == 0x000534, "Member 'ASBZWorldSettings::AudioVolumetricCullingDepth' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, AssaultManagerSettings) == 0x000538, "Member 'ASBZWorldSettings::AssaultManagerSettings' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, VehicleSpawnSettings) == 0x000540, "Member 'ASBZWorldSettings::VehicleSpawnSettings' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, NegotiationManagerSettings) == 0x000550, "Member 'ASBZWorldSettings::NegotiationManagerSettings' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, CivilianManagerSettings) == 0x000558, "Member 'ASBZWorldSettings::CivilianManagerSettings' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, TrafficManagerSettings) == 0x000560, "Member 'ASBZWorldSettings::TrafficManagerSettings' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, LifeActionSettings) == 0x000568, "Member 'ASBZWorldSettings::LifeActionSettings' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, SmallTalkCollections) == 0x000570, "Member 'ASBZWorldSettings::SmallTalkCollections' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, PhoneSmallTalkCollections) == 0x000580, "Member 'ASBZWorldSettings::PhoneSmallTalkCollections' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, GlobalMaterialParameters) == 0x000590, "Member 'ASBZWorldSettings::GlobalMaterialParameters' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, SoloPlayerLoadoutOverride) == 0x0005F8, "Member 'ASBZWorldSettings::SoloPlayerLoadoutOverride' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, LoadedDynamicMarkerAssetSet) == 0x000600, "Member 'ASBZWorldSettings::LoadedDynamicMarkerAssetSet' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, bOverrideAIDPS) == 0x000650, "Member 'ASBZWorldSettings::bOverrideAIDPS' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, AIDPS) == 0x000654, "Member 'ASBZWorldSettings::AIDPS' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, bIsUsingSystemicBagCount) == 0x000674, "Member 'ASBZWorldSettings::bIsUsingSystemicBagCount' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, bIsUsingBagCountdown) == 0x000675, "Member 'ASBZWorldSettings::bIsUsingBagCountdown' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, StartBagCountdownFrom) == 0x000678, "Member 'ASBZWorldSettings::StartBagCountdownFrom' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, SecureBagVOOverrideMap) == 0x000680, "Member 'ASBZWorldSettings::SecureBagVOOverrideMap' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, bIsUsingLastSecureBagVOOverride) == 0x0006D0, "Member 'ASBZWorldSettings::bIsUsingLastSecureBagVOOverride' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, LastSecureBagVOOverride) == 0x0006D8, "Member 'ASBZWorldSettings::LastSecureBagVOOverride' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, CoverRoomConnection) == 0x000708, "Member 'ASBZWorldSettings::CoverRoomConnection' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, ConnectorGateConnection) == 0x000758, "Member 'ASBZWorldSettings::ConnectorGateConnection' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, GateConnectorComponentConnection) == 0x0007A8, "Member 'ASBZWorldSettings::GateConnectorComponentConnection' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, DespawnRoomConnection) == 0x0007F8, "Member 'ASBZWorldSettings::DespawnRoomConnection' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, AgilityNavlinkConnection) == 0x000848, "Member 'ASBZWorldSettings::AgilityNavlinkConnection' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, ConnectorComponentConnection) == 0x000898, "Member 'ASBZWorldSettings::ConnectorComponentConnection' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, ConnectorComponentRoomPathConnection) == 0x0008E8, "Member 'ASBZWorldSettings::ConnectorComponentRoomPathConnection' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, AcousticPortalConnection) == 0x000938, "Member 'ASBZWorldSettings::AcousticPortalConnection' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, PortalConnectorConnection) == 0x000988, "Member 'ASBZWorldSettings::PortalConnectorConnection' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, LifeActionMontages) == 0x0009D8, "Member 'ASBZWorldSettings::LifeActionMontages' has a wrong offset!"); \ +static_assert(offsetof(ASBZWorldSettings, LifeActionComponents) == 0x0009E8, "Member 'ASBZWorldSettings::LifeActionComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillEnforcerEnforcerAced \ +static_assert(alignof(USBZSkillEnforcerEnforcerAced) == 0x000008, "Wrong alignment on USBZSkillEnforcerEnforcerAced"); \ +static_assert(sizeof(USBZSkillEnforcerEnforcerAced) == 0x000230, "Wrong size on USBZSkillEnforcerEnforcerAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillEnforcerSolid \ +static_assert(alignof(USBZSkillEnforcerSolid) == 0x000008, "Wrong alignment on USBZSkillEnforcerSolid"); \ +static_assert(sizeof(USBZSkillEnforcerSolid) == 0x000230, "Wrong size on USBZSkillEnforcerSolid"); \ + +#define DUMPER7_ASSERTS_ISBZZiplinerInterface \ +static_assert(alignof(ISBZZiplinerInterface) == 0x000001, "Wrong alignment on ISBZZiplinerInterface"); \ +static_assert(sizeof(ISBZZiplinerInterface) == 0x000001, "Wrong size on ISBZZiplinerInterface"); \ + +#define DUMPER7_ASSERTS_USBZSkillEngineerAced \ +static_assert(alignof(USBZSkillEngineerAced) == 0x000008, "Wrong alignment on USBZSkillEngineerAced"); \ +static_assert(sizeof(USBZSkillEngineerAced) == 0x000230, "Wrong size on USBZSkillEngineerAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillManipulatorMenacing \ +static_assert(alignof(USBZSkillManipulatorMenacing) == 0x000008, "Wrong alignment on USBZSkillManipulatorMenacing"); \ +static_assert(sizeof(USBZSkillManipulatorMenacing) == 0x000230, "Wrong size on USBZSkillManipulatorMenacing"); \ + +#define DUMPER7_ASSERTS_USBZSkillEngineerDetonation \ +static_assert(alignof(USBZSkillEngineerDetonation) == 0x000008, "Wrong alignment on USBZSkillEngineerDetonation"); \ +static_assert(sizeof(USBZSkillEngineerDetonation) == 0x000230, "Wrong size on USBZSkillEngineerDetonation"); \ + +#define DUMPER7_ASSERTS_USBZZiplineInteractRequirement \ +static_assert(alignof(USBZZiplineInteractRequirement) == 0x000008, "Wrong alignment on USBZZiplineInteractRequirement"); \ +static_assert(sizeof(USBZZiplineInteractRequirement) == 0x000030, "Wrong size on USBZZiplineInteractRequirement"); \ + +#define DUMPER7_ASSERTS_USBZSkillEngineerDroneOperatorBase \ +static_assert(alignof(USBZSkillEngineerDroneOperatorBase) == 0x000008, "Wrong alignment on USBZSkillEngineerDroneOperatorBase"); \ +static_assert(sizeof(USBZSkillEngineerDroneOperatorBase) == 0x000230, "Wrong size on USBZSkillEngineerDroneOperatorBase"); \ + +#define DUMPER7_ASSERTS_USBZWeaponGlobalPaintSlot \ +static_assert(alignof(USBZWeaponGlobalPaintSlot) == 0x000008, "Wrong alignment on USBZWeaponGlobalPaintSlot"); \ +static_assert(sizeof(USBZWeaponGlobalPaintSlot) == 0x000088, "Wrong size on USBZWeaponGlobalPaintSlot"); \ +static_assert(offsetof(USBZWeaponGlobalPaintSlot, GlobalPaintAreas) == 0x000078, "Member 'USBZWeaponGlobalPaintSlot::GlobalPaintAreas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillEngineerTurretReinforcementBase \ +static_assert(alignof(USBZSkillEngineerTurretReinforcementBase) == 0x000008, "Wrong alignment on USBZSkillEngineerTurretReinforcementBase"); \ +static_assert(sizeof(USBZSkillEngineerTurretReinforcementBase) == 0x000230, "Wrong size on USBZSkillEngineerTurretReinforcementBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillHackingDefensiveMeasuresAced \ +static_assert(alignof(USBZSkillHackingDefensiveMeasuresAced) == 0x000008, "Wrong alignment on USBZSkillHackingDefensiveMeasuresAced"); \ +static_assert(sizeof(USBZSkillHackingDefensiveMeasuresAced) == 0x000230, "Wrong size on USBZSkillHackingDefensiveMeasuresAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillEngineerTurretReinforcementAced \ +static_assert(alignof(USBZSkillEngineerTurretReinforcementAced) == 0x000008, "Wrong alignment on USBZSkillEngineerTurretReinforcementAced"); \ +static_assert(sizeof(USBZSkillEngineerTurretReinforcementAced) == 0x000230, "Wrong size on USBZSkillEngineerTurretReinforcementAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillEngineerQuickFixerBase \ +static_assert(alignof(USBZSkillEngineerQuickFixerBase) == 0x000008, "Wrong alignment on USBZSkillEngineerQuickFixerBase"); \ +static_assert(sizeof(USBZSkillEngineerQuickFixerBase) == 0x000230, "Wrong size on USBZSkillEngineerQuickFixerBase"); \ + +#define DUMPER7_ASSERTS_USBZAITaserFireData \ +static_assert(alignof(USBZAITaserFireData) == 0x000008, "Wrong alignment on USBZAITaserFireData"); \ +static_assert(sizeof(USBZAITaserFireData) == 0x000268, "Wrong size on USBZAITaserFireData"); \ +static_assert(offsetof(USBZAITaserFireData, DamageInterval) == 0x000258, "Member 'USBZAITaserFireData::DamageInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillEngineerExtraTurretsBase \ +static_assert(alignof(USBZSkillEngineerExtraTurretsBase) == 0x000008, "Wrong alignment on USBZSkillEngineerExtraTurretsBase"); \ +static_assert(sizeof(USBZSkillEngineerExtraTurretsBase) == 0x000230, "Wrong size on USBZSkillEngineerExtraTurretsBase"); \ + +#define DUMPER7_ASSERTS_USBZWeaponPatternAreaData \ +static_assert(alignof(USBZWeaponPatternAreaData) == 0x000008, "Wrong alignment on USBZWeaponPatternAreaData"); \ +static_assert(sizeof(USBZWeaponPatternAreaData) == 0x000058, "Wrong size on USBZWeaponPatternAreaData"); \ +static_assert(offsetof(USBZWeaponPatternAreaData, AreaName) == 0x000038, "Member 'USBZWeaponPatternAreaData::AreaName' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponPatternAreaData, DefaultAreaDefinition) == 0x000048, "Member 'USBZWeaponPatternAreaData::DefaultAreaDefinition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillEngineerLevelUpBase \ +static_assert(alignof(USBZSkillEngineerLevelUpBase) == 0x000008, "Wrong alignment on USBZSkillEngineerLevelUpBase"); \ +static_assert(sizeof(USBZSkillEngineerLevelUpBase) == 0x000230, "Wrong size on USBZSkillEngineerLevelUpBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillInfiltratorRetriever \ +static_assert(alignof(USBZSkillInfiltratorRetriever) == 0x000008, "Wrong alignment on USBZSkillInfiltratorRetriever"); \ +static_assert(sizeof(USBZSkillInfiltratorRetriever) == 0x000230, "Wrong size on USBZSkillInfiltratorRetriever"); \ + +#define DUMPER7_ASSERTS_USBZSkillEngineerLevelUpAced \ +static_assert(alignof(USBZSkillEngineerLevelUpAced) == 0x000008, "Wrong alignment on USBZSkillEngineerLevelUpAced"); \ +static_assert(sizeof(USBZSkillEngineerLevelUpAced) == 0x000230, "Wrong size on USBZSkillEngineerLevelUpAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillEscapistBalanced \ +static_assert(alignof(USBZSkillEscapistBalanced) == 0x000008, "Wrong alignment on USBZSkillEscapistBalanced"); \ +static_assert(sizeof(USBZSkillEscapistBalanced) == 0x000230, "Wrong size on USBZSkillEscapistBalanced"); \ + +#define DUMPER7_ASSERTS_USBZWeaponPartDataAsset \ +static_assert(alignof(USBZWeaponPartDataAsset) == 0x000008, "Wrong alignment on USBZWeaponPartDataAsset"); \ +static_assert(sizeof(USBZWeaponPartDataAsset) == 0x000238, "Wrong size on USBZWeaponPartDataAsset"); \ +static_assert(offsetof(USBZWeaponPartDataAsset, AddTagToWeapon) == 0x0001F8, "Member 'USBZWeaponPartDataAsset::AddTagToWeapon' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponPartDataAsset, ModularMeshes) == 0x000218, "Member 'USBZWeaponPartDataAsset::ModularMeshes' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponPartDataAsset, UseDefaultPartsFromSlotsAndBlock) == 0x000228, "Member 'USBZWeaponPartDataAsset::UseDefaultPartsFromSlotsAndBlock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillEscapistMoveAndCover \ +static_assert(alignof(USBZSkillEscapistMoveAndCover) == 0x000008, "Wrong alignment on USBZSkillEscapistMoveAndCover"); \ +static_assert(sizeof(USBZSkillEscapistMoveAndCover) == 0x000230, "Wrong size on USBZSkillEscapistMoveAndCover"); \ + +#define DUMPER7_ASSERTS_USBZSkillEscapistSlideTackle \ +static_assert(alignof(USBZSkillEscapistSlideTackle) == 0x000008, "Wrong alignment on USBZSkillEscapistSlideTackle"); \ +static_assert(sizeof(USBZSkillEscapistSlideTackle) == 0x000250, "Wrong size on USBZSkillEscapistSlideTackle"); \ +static_assert(offsetof(USBZSkillEscapistSlideTackle, AffectedAITypes) == 0x000230, "Member 'USBZSkillEscapistSlideTackle::AffectedAITypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillEscapistBatteringRam \ +static_assert(alignof(USBZSkillEscapistBatteringRam) == 0x000008, "Wrong alignment on USBZSkillEscapistBatteringRam"); \ +static_assert(sizeof(USBZSkillEscapistBatteringRam) == 0x000230, "Wrong size on USBZSkillEscapistBatteringRam"); \ + +#define DUMPER7_ASSERTS_USBZSkillFlashbangFlashbangExpertBase \ +static_assert(alignof(USBZSkillFlashbangFlashbangExpertBase) == 0x000008, "Wrong alignment on USBZSkillFlashbangFlashbangExpertBase"); \ +static_assert(sizeof(USBZSkillFlashbangFlashbangExpertBase) == 0x000230, "Wrong size on USBZSkillFlashbangFlashbangExpertBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillFlashbangRiotControlAced \ +static_assert(alignof(USBZSkillFlashbangRiotControlAced) == 0x000008, "Wrong alignment on USBZSkillFlashbangRiotControlAced"); \ +static_assert(sizeof(USBZSkillFlashbangRiotControlAced) == 0x000230, "Wrong size on USBZSkillFlashbangRiotControlAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillFlashbangFlashbangExposerBase \ +static_assert(alignof(USBZSkillFlashbangFlashbangExposerBase) == 0x000008, "Wrong alignment on USBZSkillFlashbangFlashbangExposerBase"); \ +static_assert(sizeof(USBZSkillFlashbangFlashbangExposerBase) == 0x000230, "Wrong size on USBZSkillFlashbangFlashbangExposerBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillFlashbangFlashbangExposerAced \ +static_assert(alignof(USBZSkillFlashbangFlashbangExposerAced) == 0x000008, "Wrong alignment on USBZSkillFlashbangFlashbangExposerAced"); \ +static_assert(sizeof(USBZSkillFlashbangFlashbangExposerAced) == 0x000230, "Wrong size on USBZSkillFlashbangFlashbangExposerAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillFlashbangEMPFlashbangBase \ +static_assert(alignof(USBZSkillFlashbangEMPFlashbangBase) == 0x000008, "Wrong alignment on USBZSkillFlashbangEMPFlashbangBase"); \ +static_assert(sizeof(USBZSkillFlashbangEMPFlashbangBase) == 0x000230, "Wrong size on USBZSkillFlashbangEMPFlashbangBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillFlashbangFlashbangMasterAced \ +static_assert(alignof(USBZSkillFlashbangFlashbangMasterAced) == 0x000008, "Wrong alignment on USBZSkillFlashbangFlashbangMasterAced"); \ +static_assert(sizeof(USBZSkillFlashbangFlashbangMasterAced) == 0x000230, "Wrong size on USBZSkillFlashbangFlashbangMasterAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillFortitudeFortitudeAced \ +static_assert(alignof(USBZSkillFortitudeFortitudeAced) == 0x000008, "Wrong alignment on USBZSkillFortitudeFortitudeAced"); \ +static_assert(sizeof(USBZSkillFortitudeFortitudeAced) == 0x000230, "Wrong size on USBZSkillFortitudeFortitudeAced"); \ + +#define DUMPER7_ASSERTS_USBZFortitudeChargedUp \ +static_assert(alignof(USBZFortitudeChargedUp) == 0x000008, "Wrong alignment on USBZFortitudeChargedUp"); \ +static_assert(sizeof(USBZFortitudeChargedUp) == 0x000230, "Wrong size on USBZFortitudeChargedUp"); \ + +#define DUMPER7_ASSERTS_USBZFortitudeEmpathicHealing \ +static_assert(alignof(USBZFortitudeEmpathicHealing) == 0x000008, "Wrong alignment on USBZFortitudeEmpathicHealing"); \ +static_assert(sizeof(USBZFortitudeEmpathicHealing) == 0x000230, "Wrong size on USBZFortitudeEmpathicHealing"); \ + +#define DUMPER7_ASSERTS_USBZFortitudeTenacious \ +static_assert(alignof(USBZFortitudeTenacious) == 0x000008, "Wrong alignment on USBZFortitudeTenacious"); \ +static_assert(sizeof(USBZFortitudeTenacious) == 0x000230, "Wrong size on USBZFortitudeTenacious"); \ + +#define DUMPER7_ASSERTS_USBZFortitudePainkiller \ +static_assert(alignof(USBZFortitudePainkiller) == 0x000008, "Wrong alignment on USBZFortitudePainkiller"); \ +static_assert(sizeof(USBZFortitudePainkiller) == 0x000230, "Wrong size on USBZFortitudePainkiller"); \ + +#define DUMPER7_ASSERTS_USBZSkillFragGrenadeFragProficiencyAced \ +static_assert(alignof(USBZSkillFragGrenadeFragProficiencyAced) == 0x000008, "Wrong alignment on USBZSkillFragGrenadeFragProficiencyAced"); \ +static_assert(sizeof(USBZSkillFragGrenadeFragProficiencyAced) == 0x000230, "Wrong size on USBZSkillFragGrenadeFragProficiencyAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillFragGrenadeTenderizeAced \ +static_assert(alignof(USBZSkillFragGrenadeTenderizeAced) == 0x000008, "Wrong alignment on USBZSkillFragGrenadeTenderizeAced"); \ +static_assert(sizeof(USBZSkillFragGrenadeTenderizeAced) == 0x000230, "Wrong size on USBZSkillFragGrenadeTenderizeAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillFragGrenadeExtraFragsBase \ +static_assert(alignof(USBZSkillFragGrenadeExtraFragsBase) == 0x000008, "Wrong alignment on USBZSkillFragGrenadeExtraFragsBase"); \ +static_assert(sizeof(USBZSkillFragGrenadeExtraFragsBase) == 0x000230, "Wrong size on USBZSkillFragGrenadeExtraFragsBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillFragGrenadeScroungerAced \ +static_assert(alignof(USBZSkillFragGrenadeScroungerAced) == 0x000008, "Wrong alignment on USBZSkillFragGrenadeScroungerAced"); \ +static_assert(sizeof(USBZSkillFragGrenadeScroungerAced) == 0x000230, "Wrong size on USBZSkillFragGrenadeScroungerAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillFragGrenadeImpactGrenadesAced \ +static_assert(alignof(USBZSkillFragGrenadeImpactGrenadesAced) == 0x000008, "Wrong alignment on USBZSkillFragGrenadeImpactGrenadesAced"); \ +static_assert(sizeof(USBZSkillFragGrenadeImpactGrenadesAced) == 0x000230, "Wrong size on USBZSkillFragGrenadeImpactGrenadesAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillFragGrenadeFragMasterBase \ +static_assert(alignof(USBZSkillFragGrenadeFragMasterBase) == 0x000008, "Wrong alignment on USBZSkillFragGrenadeFragMasterBase"); \ +static_assert(sizeof(USBZSkillFragGrenadeFragMasterBase) == 0x000230, "Wrong size on USBZSkillFragGrenadeFragMasterBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillFragGrenadeFragMasterAced \ +static_assert(alignof(USBZSkillFragGrenadeFragMasterAced) == 0x000008, "Wrong alignment on USBZSkillFragGrenadeFragMasterAced"); \ +static_assert(sizeof(USBZSkillFragGrenadeFragMasterAced) == 0x000230, "Wrong size on USBZSkillFragGrenadeFragMasterAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillGrazeAOEDamageAbility \ +static_assert(alignof(USBZSkillGrazeAOEDamageAbility) == 0x000008, "Wrong alignment on USBZSkillGrazeAOEDamageAbility"); \ +static_assert(sizeof(USBZSkillGrazeAOEDamageAbility) == 0x0004E0, "Wrong size on USBZSkillGrazeAOEDamageAbility"); \ +static_assert(offsetof(USBZSkillGrazeAOEDamageAbility, OwnerAbilitySystem) == 0x0004D8, "Member 'USBZSkillGrazeAOEDamageAbility::OwnerAbilitySystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillGrifterGrifterAced \ +static_assert(alignof(USBZSkillGrifterGrifterAced) == 0x000008, "Wrong alignment on USBZSkillGrifterGrifterAced"); \ +static_assert(sizeof(USBZSkillGrifterGrifterAced) == 0x000238, "Wrong size on USBZSkillGrifterGrifterAced"); \ +static_assert(offsetof(USBZSkillGrifterGrifterAced, ActivationDelay) == 0x000230, "Member 'USBZSkillGrifterGrifterAced::ActivationDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillGrifterSlippery \ +static_assert(alignof(USBZSkillGrifterSlippery) == 0x000008, "Wrong alignment on USBZSkillGrifterSlippery"); \ +static_assert(sizeof(USBZSkillGrifterSlippery) == 0x000230, "Wrong size on USBZSkillGrifterSlippery"); \ + +#define DUMPER7_ASSERTS_USBZSkillGrifterWalkTheWalk \ +static_assert(alignof(USBZSkillGrifterWalkTheWalk) == 0x000008, "Wrong alignment on USBZSkillGrifterWalkTheWalk"); \ +static_assert(sizeof(USBZSkillGrifterWalkTheWalk) == 0x000230, "Wrong size on USBZSkillGrifterWalkTheWalk"); \ + +#define DUMPER7_ASSERTS_USBZSkillGrifterSocialEngineering \ +static_assert(alignof(USBZSkillGrifterSocialEngineering) == 0x000008, "Wrong alignment on USBZSkillGrifterSocialEngineering"); \ +static_assert(sizeof(USBZSkillGrifterSocialEngineering) == 0x000230, "Wrong size on USBZSkillGrifterSocialEngineering"); \ + +#define DUMPER7_ASSERTS_USBZSkillGunslingerFromTheHip \ +static_assert(alignof(USBZSkillGunslingerFromTheHip) == 0x000008, "Wrong alignment on USBZSkillGunslingerFromTheHip"); \ +static_assert(sizeof(USBZSkillGunslingerFromTheHip) == 0x000230, "Wrong size on USBZSkillGunslingerFromTheHip"); \ + +#define DUMPER7_ASSERTS_USBZSkillGunslingerFinisher \ +static_assert(alignof(USBZSkillGunslingerFinisher) == 0x000008, "Wrong alignment on USBZSkillGunslingerFinisher"); \ +static_assert(sizeof(USBZSkillGunslingerFinisher) == 0x000230, "Wrong size on USBZSkillGunslingerFinisher"); \ + +#define DUMPER7_ASSERTS_USBZSkillGunslingerAmmoGrabber \ +static_assert(alignof(USBZSkillGunslingerAmmoGrabber) == 0x000008, "Wrong alignment on USBZSkillGunslingerAmmoGrabber"); \ +static_assert(sizeof(USBZSkillGunslingerAmmoGrabber) == 0x000230, "Wrong size on USBZSkillGunslingerAmmoGrabber"); \ + +#define DUMPER7_ASSERTS_USBZSkillHackerApplianceBreach \ +static_assert(alignof(USBZSkillHackerApplianceBreach) == 0x000008, "Wrong alignment on USBZSkillHackerApplianceBreach"); \ +static_assert(sizeof(USBZSkillHackerApplianceBreach) == 0x000230, "Wrong size on USBZSkillHackerApplianceBreach"); \ + +#define DUMPER7_ASSERTS_USBZSkillHackerRoutedPing \ +static_assert(alignof(USBZSkillHackerRoutedPing) == 0x000008, "Wrong alignment on USBZSkillHackerRoutedPing"); \ +static_assert(sizeof(USBZSkillHackerRoutedPing) == 0x000230, "Wrong size on USBZSkillHackerRoutedPing"); \ + +#define DUMPER7_ASSERTS_USBZSkillHackerGlitchProtocol \ +static_assert(alignof(USBZSkillHackerGlitchProtocol) == 0x000008, "Wrong alignment on USBZSkillHackerGlitchProtocol"); \ +static_assert(sizeof(USBZSkillHackerGlitchProtocol) == 0x000230, "Wrong size on USBZSkillHackerGlitchProtocol"); \ + +#define DUMPER7_ASSERTS_USBZSkillHackingHackingExpertBase \ +static_assert(alignof(USBZSkillHackingHackingExpertBase) == 0x000008, "Wrong alignment on USBZSkillHackingHackingExpertBase"); \ +static_assert(sizeof(USBZSkillHackingHackingExpertBase) == 0x000230, "Wrong size on USBZSkillHackingHackingExpertBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillHackingRadioExpertBase \ +static_assert(alignof(USBZSkillHackingRadioExpertBase) == 0x000008, "Wrong alignment on USBZSkillHackingRadioExpertBase"); \ +static_assert(sizeof(USBZSkillHackingRadioExpertBase) == 0x000230, "Wrong size on USBZSkillHackingRadioExpertBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillHackingRadioExpertAced \ +static_assert(alignof(USBZSkillHackingRadioExpertAced) == 0x000008, "Wrong alignment on USBZSkillHackingRadioExpertAced"); \ +static_assert(sizeof(USBZSkillHackingRadioExpertAced) == 0x000230, "Wrong size on USBZSkillHackingRadioExpertAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillHackingDefensiveMeasuresBase \ +static_assert(alignof(USBZSkillHackingDefensiveMeasuresBase) == 0x000008, "Wrong alignment on USBZSkillHackingDefensiveMeasuresBase"); \ +static_assert(sizeof(USBZSkillHackingDefensiveMeasuresBase) == 0x000230, "Wrong size on USBZSkillHackingDefensiveMeasuresBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillHackingElectricInterferenceAced \ +static_assert(alignof(USBZSkillHackingElectricInterferenceAced) == 0x000008, "Wrong alignment on USBZSkillHackingElectricInterferenceAced"); \ +static_assert(sizeof(USBZSkillHackingElectricInterferenceAced) == 0x000230, "Wrong size on USBZSkillHackingElectricInterferenceAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillInfiltratorInfiltrator \ +static_assert(alignof(USBZSkillInfiltratorInfiltrator) == 0x000008, "Wrong alignment on USBZSkillInfiltratorInfiltrator"); \ +static_assert(sizeof(USBZSkillInfiltratorInfiltrator) == 0x000230, "Wrong size on USBZSkillInfiltratorInfiltrator"); \ + +#define DUMPER7_ASSERTS_USBZSkillInfiltratorInfiltratorAced \ +static_assert(alignof(USBZSkillInfiltratorInfiltratorAced) == 0x000008, "Wrong alignment on USBZSkillInfiltratorInfiltratorAced"); \ +static_assert(sizeof(USBZSkillInfiltratorInfiltratorAced) == 0x000230, "Wrong size on USBZSkillInfiltratorInfiltratorAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillInfiltratorFrugalThrower \ +static_assert(alignof(USBZSkillInfiltratorFrugalThrower) == 0x000008, "Wrong alignment on USBZSkillInfiltratorFrugalThrower"); \ +static_assert(sizeof(USBZSkillInfiltratorFrugalThrower) == 0x000230, "Wrong size on USBZSkillInfiltratorFrugalThrower"); \ + +#define DUMPER7_ASSERTS_USBZSkillInfiltratorQuickFingers \ +static_assert(alignof(USBZSkillInfiltratorQuickFingers) == 0x000008, "Wrong alignment on USBZSkillInfiltratorQuickFingers"); \ +static_assert(sizeof(USBZSkillInfiltratorQuickFingers) == 0x000230, "Wrong size on USBZSkillInfiltratorQuickFingers"); \ + +#define DUMPER7_ASSERTS_USBZSkillInfiltratorBladeBouncer \ +static_assert(alignof(USBZSkillInfiltratorBladeBouncer) == 0x000008, "Wrong alignment on USBZSkillInfiltratorBladeBouncer"); \ +static_assert(sizeof(USBZSkillInfiltratorBladeBouncer) == 0x000230, "Wrong size on USBZSkillInfiltratorBladeBouncer"); \ + +#define DUMPER7_ASSERTS_USBZSkillJuggernautBulwarkAced \ +static_assert(alignof(USBZSkillJuggernautBulwarkAced) == 0x000008, "Wrong alignment on USBZSkillJuggernautBulwarkAced"); \ +static_assert(sizeof(USBZSkillJuggernautBulwarkAced) == 0x000230, "Wrong size on USBZSkillJuggernautBulwarkAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillJuggernautBeastOfBurdenBase \ +static_assert(alignof(USBZSkillJuggernautBeastOfBurdenBase) == 0x000008, "Wrong alignment on USBZSkillJuggernautBeastOfBurdenBase"); \ +static_assert(sizeof(USBZSkillJuggernautBeastOfBurdenBase) == 0x000230, "Wrong size on USBZSkillJuggernautBeastOfBurdenBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillJuggernautArmoredUpIIAced \ +static_assert(alignof(USBZSkillJuggernautArmoredUpIIAced) == 0x000008, "Wrong alignment on USBZSkillJuggernautArmoredUpIIAced"); \ +static_assert(sizeof(USBZSkillJuggernautArmoredUpIIAced) == 0x000230, "Wrong size on USBZSkillJuggernautArmoredUpIIAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillJuggernautBastionBase \ +static_assert(alignof(USBZSkillJuggernautBastionBase) == 0x000008, "Wrong alignment on USBZSkillJuggernautBastionBase"); \ +static_assert(sizeof(USBZSkillJuggernautBastionBase) == 0x000230, "Wrong size on USBZSkillJuggernautBastionBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillKnifeSpecLacerationAced \ +static_assert(alignof(USBZSkillKnifeSpecLacerationAced) == 0x000008, "Wrong alignment on USBZSkillKnifeSpecLacerationAced"); \ +static_assert(sizeof(USBZSkillKnifeSpecLacerationAced) == 0x000230, "Wrong size on USBZSkillKnifeSpecLacerationAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillKnifeSpecHomemadeShivBase \ +static_assert(alignof(USBZSkillKnifeSpecHomemadeShivBase) == 0x000008, "Wrong alignment on USBZSkillKnifeSpecHomemadeShivBase"); \ +static_assert(sizeof(USBZSkillKnifeSpecHomemadeShivBase) == 0x000230, "Wrong size on USBZSkillKnifeSpecHomemadeShivBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillKnifeSpecHomemadeShivAced \ +static_assert(alignof(USBZSkillKnifeSpecHomemadeShivAced) == 0x000008, "Wrong alignment on USBZSkillKnifeSpecHomemadeShivAced"); \ +static_assert(sizeof(USBZSkillKnifeSpecHomemadeShivAced) == 0x000230, "Wrong size on USBZSkillKnifeSpecHomemadeShivAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillKnifeSpecFanThrowBase \ +static_assert(alignof(USBZSkillKnifeSpecFanThrowBase) == 0x000008, "Wrong alignment on USBZSkillKnifeSpecFanThrowBase"); \ +static_assert(sizeof(USBZSkillKnifeSpecFanThrowBase) == 0x000230, "Wrong size on USBZSkillKnifeSpecFanThrowBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillKnifeSpecPunchingKnifeAced \ +static_assert(alignof(USBZSkillKnifeSpecPunchingKnifeAced) == 0x000008, "Wrong alignment on USBZSkillKnifeSpecPunchingKnifeAced"); \ +static_assert(sizeof(USBZSkillKnifeSpecPunchingKnifeAced) == 0x000230, "Wrong size on USBZSkillKnifeSpecPunchingKnifeAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillManipulationTradingExpertBase \ +static_assert(alignof(USBZSkillManipulationTradingExpertBase) == 0x000008, "Wrong alignment on USBZSkillManipulationTradingExpertBase"); \ +static_assert(sizeof(USBZSkillManipulationTradingExpertBase) == 0x000230, "Wrong size on USBZSkillManipulationTradingExpertBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillManipulationTradingExpertAced \ +static_assert(alignof(USBZSkillManipulationTradingExpertAced) == 0x000008, "Wrong alignment on USBZSkillManipulationTradingExpertAced"); \ +static_assert(sizeof(USBZSkillManipulationTradingExpertAced) == 0x000230, "Wrong size on USBZSkillManipulationTradingExpertAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillManipulationGroupieMagnetBase \ +static_assert(alignof(USBZSkillManipulationGroupieMagnetBase) == 0x000008, "Wrong alignment on USBZSkillManipulationGroupieMagnetBase"); \ +static_assert(sizeof(USBZSkillManipulationGroupieMagnetBase) == 0x000230, "Wrong size on USBZSkillManipulationGroupieMagnetBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillManipulationGroupieMagnetAced \ +static_assert(alignof(USBZSkillManipulationGroupieMagnetAced) == 0x000008, "Wrong alignment on USBZSkillManipulationGroupieMagnetAced"); \ +static_assert(sizeof(USBZSkillManipulationGroupieMagnetAced) == 0x000230, "Wrong size on USBZSkillManipulationGroupieMagnetAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillManipulationInsurancePlanBase \ +static_assert(alignof(USBZSkillManipulationInsurancePlanBase) == 0x000008, "Wrong alignment on USBZSkillManipulationInsurancePlanBase"); \ +static_assert(sizeof(USBZSkillManipulationInsurancePlanBase) == 0x000230, "Wrong size on USBZSkillManipulationInsurancePlanBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillManipulationIntimidatorBase \ +static_assert(alignof(USBZSkillManipulationIntimidatorBase) == 0x000008, "Wrong alignment on USBZSkillManipulationIntimidatorBase"); \ +static_assert(sizeof(USBZSkillManipulationIntimidatorBase) == 0x000230, "Wrong size on USBZSkillManipulationIntimidatorBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillManipulationIntimidatorAced \ +static_assert(alignof(USBZSkillManipulationIntimidatorAced) == 0x000008, "Wrong alignment on USBZSkillManipulationIntimidatorAced"); \ +static_assert(sizeof(USBZSkillManipulationIntimidatorAced) == 0x000230, "Wrong size on USBZSkillManipulationIntimidatorAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillManipulationHumanResourcesBase \ +static_assert(alignof(USBZSkillManipulationHumanResourcesBase) == 0x000008, "Wrong alignment on USBZSkillManipulationHumanResourcesBase"); \ +static_assert(sizeof(USBZSkillManipulationHumanResourcesBase) == 0x000230, "Wrong size on USBZSkillManipulationHumanResourcesBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillManipulationHumanResourcesAced \ +static_assert(alignof(USBZSkillManipulationHumanResourcesAced) == 0x000008, "Wrong alignment on USBZSkillManipulationHumanResourcesAced"); \ +static_assert(sizeof(USBZSkillManipulationHumanResourcesAced) == 0x000230, "Wrong size on USBZSkillManipulationHumanResourcesAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillManipulatorManipulator \ +static_assert(alignof(USBZSkillManipulatorManipulator) == 0x000008, "Wrong alignment on USBZSkillManipulatorManipulator"); \ +static_assert(sizeof(USBZSkillManipulatorManipulator) == 0x000230, "Wrong size on USBZSkillManipulatorManipulator"); \ + +#define DUMPER7_ASSERTS_USBZSkillManipulatorMasterTrader \ +static_assert(alignof(USBZSkillManipulatorMasterTrader) == 0x000008, "Wrong alignment on USBZSkillManipulatorMasterTrader"); \ +static_assert(sizeof(USBZSkillManipulatorMasterTrader) == 0x000230, "Wrong size on USBZSkillManipulatorMasterTrader"); \ + +#define DUMPER7_ASSERTS_USBZSkillManipulatorOverbearing \ +static_assert(alignof(USBZSkillManipulatorOverbearing) == 0x000008, "Wrong alignment on USBZSkillManipulatorOverbearing"); \ +static_assert(sizeof(USBZSkillManipulatorOverbearing) == 0x000230, "Wrong size on USBZSkillManipulatorOverbearing"); \ + +#define DUMPER7_ASSERTS_USBZSkillManipulatorSilverTongue \ +static_assert(alignof(USBZSkillManipulatorSilverTongue) == 0x000008, "Wrong alignment on USBZSkillManipulatorSilverTongue"); \ +static_assert(sizeof(USBZSkillManipulatorSilverTongue) == 0x000230, "Wrong size on USBZSkillManipulatorSilverTongue"); \ + +#define DUMPER7_ASSERTS_USBZSkillManipulatorNegotiator \ +static_assert(alignof(USBZSkillManipulatorNegotiator) == 0x000008, "Wrong alignment on USBZSkillManipulatorNegotiator"); \ +static_assert(sizeof(USBZSkillManipulatorNegotiator) == 0x000230, "Wrong size on USBZSkillManipulatorNegotiator"); \ + +#define DUMPER7_ASSERTS_USBZSkillMedicMedic \ +static_assert(alignof(USBZSkillMedicMedic) == 0x000008, "Wrong alignment on USBZSkillMedicMedic"); \ +static_assert(sizeof(USBZSkillMedicMedic) == 0x000230, "Wrong size on USBZSkillMedicMedic"); \ + +#define DUMPER7_ASSERTS_USBZSkillMedicFieldSurgery \ +static_assert(alignof(USBZSkillMedicFieldSurgery) == 0x000008, "Wrong alignment on USBZSkillMedicFieldSurgery"); \ +static_assert(sizeof(USBZSkillMedicFieldSurgery) == 0x000230, "Wrong size on USBZSkillMedicFieldSurgery"); \ + +#define DUMPER7_ASSERTS_USBZSkillMedicSteadyHands \ +static_assert(alignof(USBZSkillMedicSteadyHands) == 0x000008, "Wrong alignment on USBZSkillMedicSteadyHands"); \ +static_assert(sizeof(USBZSkillMedicSteadyHands) == 0x000230, "Wrong size on USBZSkillMedicSteadyHands"); \ + +#define DUMPER7_ASSERTS_USBZSkillMedicCodeBlue \ +static_assert(alignof(USBZSkillMedicCodeBlue) == 0x000008, "Wrong alignment on USBZSkillMedicCodeBlue"); \ +static_assert(sizeof(USBZSkillMedicCodeBlue) == 0x000230, "Wrong size on USBZSkillMedicCodeBlue"); \ + +#define DUMPER7_ASSERTS_USBZSkillMedicTriage \ +static_assert(alignof(USBZSkillMedicTriage) == 0x000008, "Wrong alignment on USBZSkillMedicTriage"); \ +static_assert(sizeof(USBZSkillMedicTriage) == 0x000230, "Wrong size on USBZSkillMedicTriage"); \ + +#define DUMPER7_ASSERTS_USBZSkillMedicSpecMedicExpertBase \ +static_assert(alignof(USBZSkillMedicSpecMedicExpertBase) == 0x000008, "Wrong alignment on USBZSkillMedicSpecMedicExpertBase"); \ +static_assert(sizeof(USBZSkillMedicSpecMedicExpertBase) == 0x000230, "Wrong size on USBZSkillMedicSpecMedicExpertBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillMedicSpecMedicExpertAced \ +static_assert(alignof(USBZSkillMedicSpecMedicExpertAced) == 0x000008, "Wrong alignment on USBZSkillMedicSpecMedicExpertAced"); \ +static_assert(sizeof(USBZSkillMedicSpecMedicExpertAced) == 0x000230, "Wrong size on USBZSkillMedicSpecMedicExpertAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillMedicSpecDoctoredUpIAced \ +static_assert(alignof(USBZSkillMedicSpecDoctoredUpIAced) == 0x000008, "Wrong alignment on USBZSkillMedicSpecDoctoredUpIAced"); \ +static_assert(sizeof(USBZSkillMedicSpecDoctoredUpIAced) == 0x000230, "Wrong size on USBZSkillMedicSpecDoctoredUpIAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillMedicSpecFieldTriageBase \ +static_assert(alignof(USBZSkillMedicSpecFieldTriageBase) == 0x000008, "Wrong alignment on USBZSkillMedicSpecFieldTriageBase"); \ +static_assert(sizeof(USBZSkillMedicSpecFieldTriageBase) == 0x000230, "Wrong size on USBZSkillMedicSpecFieldTriageBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillMedicSpecFieldTriageAced \ +static_assert(alignof(USBZSkillMedicSpecFieldTriageAced) == 0x000008, "Wrong alignment on USBZSkillMedicSpecFieldTriageAced"); \ +static_assert(sizeof(USBZSkillMedicSpecFieldTriageAced) == 0x000230, "Wrong size on USBZSkillMedicSpecFieldTriageAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillMedicSpecMeatBagBase \ +static_assert(alignof(USBZSkillMedicSpecMeatBagBase) == 0x000008, "Wrong alignment on USBZSkillMedicSpecMeatBagBase"); \ +static_assert(sizeof(USBZSkillMedicSpecMeatBagBase) == 0x000230, "Wrong size on USBZSkillMedicSpecMeatBagBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillMedicSpecMeatBagAced \ +static_assert(alignof(USBZSkillMedicSpecMeatBagAced) == 0x000008, "Wrong alignment on USBZSkillMedicSpecMeatBagAced"); \ +static_assert(sizeof(USBZSkillMedicSpecMeatBagAced) == 0x000230, "Wrong size on USBZSkillMedicSpecMeatBagAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillMedicSpecPainmongerAced \ +static_assert(alignof(USBZSkillMedicSpecPainmongerAced) == 0x000008, "Wrong alignment on USBZSkillMedicSpecPainmongerAced"); \ +static_assert(sizeof(USBZSkillMedicSpecPainmongerAced) == 0x000230, "Wrong size on USBZSkillMedicSpecPainmongerAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillMowerMowerReplenish \ +static_assert(alignof(USBZSkillMowerMowerReplenish) == 0x000008, "Wrong alignment on USBZSkillMowerMowerReplenish"); \ +static_assert(sizeof(USBZSkillMowerMowerReplenish) == 0x000230, "Wrong size on USBZSkillMowerMowerReplenish"); \ + +#define DUMPER7_ASSERTS_USBZSkillMowerRecoilHandling \ +static_assert(alignof(USBZSkillMowerRecoilHandling) == 0x000008, "Wrong alignment on USBZSkillMowerRecoilHandling"); \ +static_assert(sizeof(USBZSkillMowerRecoilHandling) == 0x000230, "Wrong size on USBZSkillMowerRecoilHandling"); \ + +#define DUMPER7_ASSERTS_USBZSkillMowerSuppressiveFire \ +static_assert(alignof(USBZSkillMowerSuppressiveFire) == 0x000008, "Wrong alignment on USBZSkillMowerSuppressiveFire"); \ +static_assert(sizeof(USBZSkillMowerSuppressiveFire) == 0x000230, "Wrong size on USBZSkillMowerSuppressiveFire"); \ + +#define DUMPER7_ASSERTS_USBZSkillMowerAmmoFunnel \ +static_assert(alignof(USBZSkillMowerAmmoFunnel) == 0x000008, "Wrong alignment on USBZSkillMowerAmmoFunnel"); \ +static_assert(sizeof(USBZSkillMowerAmmoFunnel) == 0x000230, "Wrong size on USBZSkillMowerAmmoFunnel"); \ + +#define DUMPER7_ASSERTS_USBZOverskillOperatorRed \ +static_assert(alignof(USBZOverskillOperatorRed) == 0x000008, "Wrong alignment on USBZOverskillOperatorRed"); \ +static_assert(sizeof(USBZOverskillOperatorRed) == 0x000230, "Wrong size on USBZOverskillOperatorRed"); \ + +#define DUMPER7_ASSERTS_USBZOverskillOperatorPurple \ +static_assert(alignof(USBZOverskillOperatorPurple) == 0x000008, "Wrong alignment on USBZOverskillOperatorPurple"); \ +static_assert(sizeof(USBZOverskillOperatorPurple) == 0x000230, "Wrong size on USBZOverskillOperatorPurple"); \ + +#define DUMPER7_ASSERTS_USBZOverskillOperatorYellow \ +static_assert(alignof(USBZOverskillOperatorYellow) == 0x000008, "Wrong alignment on USBZOverskillOperatorYellow"); \ +static_assert(sizeof(USBZOverskillOperatorYellow) == 0x000230, "Wrong size on USBZOverskillOperatorYellow"); \ + +#define DUMPER7_ASSERTS_USBZOverskillOperatorWhite \ +static_assert(alignof(USBZOverskillOperatorWhite) == 0x000008, "Wrong alignment on USBZOverskillOperatorWhite"); \ +static_assert(sizeof(USBZOverskillOperatorWhite) == 0x000230, "Wrong size on USBZOverskillOperatorWhite"); \ + +#define DUMPER7_ASSERTS_USBZSkillPistolSpecPistolExpertBase \ +static_assert(alignof(USBZSkillPistolSpecPistolExpertBase) == 0x000008, "Wrong alignment on USBZSkillPistolSpecPistolExpertBase"); \ +static_assert(sizeof(USBZSkillPistolSpecPistolExpertBase) == 0x000230, "Wrong size on USBZSkillPistolSpecPistolExpertBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillPistolSpecPistolPrecisionBase \ +static_assert(alignof(USBZSkillPistolSpecPistolPrecisionBase) == 0x000008, "Wrong alignment on USBZSkillPistolSpecPistolPrecisionBase"); \ +static_assert(sizeof(USBZSkillPistolSpecPistolPrecisionBase) == 0x000230, "Wrong size on USBZSkillPistolSpecPistolPrecisionBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillPistolSpecPistolReconAced \ +static_assert(alignof(USBZSkillPistolSpecPistolReconAced) == 0x000008, "Wrong alignment on USBZSkillPistolSpecPistolReconAced"); \ +static_assert(sizeof(USBZSkillPistolSpecPistolReconAced) == 0x000230, "Wrong size on USBZSkillPistolSpecPistolReconAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillPistolSpecBountyHunterBase \ +static_assert(alignof(USBZSkillPistolSpecBountyHunterBase) == 0x000008, "Wrong alignment on USBZSkillPistolSpecBountyHunterBase"); \ +static_assert(sizeof(USBZSkillPistolSpecBountyHunterBase) == 0x000230, "Wrong size on USBZSkillPistolSpecBountyHunterBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillScramblerSpeedHack \ +static_assert(alignof(USBZSkillScramblerSpeedHack) == 0x000008, "Wrong alignment on USBZSkillScramblerSpeedHack"); \ +static_assert(sizeof(USBZSkillScramblerSpeedHack) == 0x000230, "Wrong size on USBZSkillScramblerSpeedHack"); \ + +#define DUMPER7_ASSERTS_USBZSkillScramblerKineticShortCircuit \ +static_assert(alignof(USBZSkillScramblerKineticShortCircuit) == 0x000008, "Wrong alignment on USBZSkillScramblerKineticShortCircuit"); \ +static_assert(sizeof(USBZSkillScramblerKineticShortCircuit) == 0x000248, "Wrong size on USBZSkillScramblerKineticShortCircuit"); \ +static_assert(offsetof(USBZSkillScramblerKineticShortCircuit, ScramblerTargetEffectClass) == 0x000230, "Member 'USBZSkillScramblerKineticShortCircuit::ScramblerTargetEffectClass' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillScramblerKineticShortCircuit, ScramblerDurationTag) == 0x000238, "Member 'USBZSkillScramblerKineticShortCircuit::ScramblerDurationTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillSharpshooterSharpshooter \ +static_assert(alignof(USBZSkillSharpshooterSharpshooter) == 0x000008, "Wrong alignment on USBZSkillSharpshooterSharpshooter"); \ +static_assert(sizeof(USBZSkillSharpshooterSharpshooter) == 0x000230, "Wrong size on USBZSkillSharpshooterSharpshooter"); \ + +#define DUMPER7_ASSERTS_USBZSkillSharpshooterSharpshooterAced \ +static_assert(alignof(USBZSkillSharpshooterSharpshooterAced) == 0x000008, "Wrong alignment on USBZSkillSharpshooterSharpshooterAced"); \ +static_assert(sizeof(USBZSkillSharpshooterSharpshooterAced) == 0x000230, "Wrong size on USBZSkillSharpshooterSharpshooterAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillSharpshooterSpeedAim \ +static_assert(alignof(USBZSkillSharpshooterSpeedAim) == 0x000008, "Wrong alignment on USBZSkillSharpshooterSpeedAim"); \ +static_assert(sizeof(USBZSkillSharpshooterSpeedAim) == 0x000230, "Wrong size on USBZSkillSharpshooterSpeedAim"); \ + +#define DUMPER7_ASSERTS_USBZSkillSharpshooterCollateralControl \ +static_assert(alignof(USBZSkillSharpshooterCollateralControl) == 0x000008, "Wrong alignment on USBZSkillSharpshooterCollateralControl"); \ +static_assert(sizeof(USBZSkillSharpshooterCollateralControl) == 0x000230, "Wrong size on USBZSkillSharpshooterCollateralControl"); \ + +#define DUMPER7_ASSERTS_USBZSkillSharpshooterPrecisionShot \ +static_assert(alignof(USBZSkillSharpshooterPrecisionShot) == 0x000008, "Wrong alignment on USBZSkillSharpshooterPrecisionShot"); \ +static_assert(sizeof(USBZSkillSharpshooterPrecisionShot) == 0x000230, "Wrong size on USBZSkillSharpshooterPrecisionShot"); \ + +#define DUMPER7_ASSERTS_USBZSkillShockGrenadeElectricianBase \ +static_assert(alignof(USBZSkillShockGrenadeElectricianBase) == 0x000008, "Wrong alignment on USBZSkillShockGrenadeElectricianBase"); \ +static_assert(sizeof(USBZSkillShockGrenadeElectricianBase) == 0x000230, "Wrong size on USBZSkillShockGrenadeElectricianBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillShockGrenadeElectricianAced \ +static_assert(alignof(USBZSkillShockGrenadeElectricianAced) == 0x000008, "Wrong alignment on USBZSkillShockGrenadeElectricianAced"); \ +static_assert(sizeof(USBZSkillShockGrenadeElectricianAced) == 0x000230, "Wrong size on USBZSkillShockGrenadeElectricianAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillShockGrenadeElectricStunnerBase \ +static_assert(alignof(USBZSkillShockGrenadeElectricStunnerBase) == 0x000008, "Wrong alignment on USBZSkillShockGrenadeElectricStunnerBase"); \ +static_assert(sizeof(USBZSkillShockGrenadeElectricStunnerBase) == 0x000230, "Wrong size on USBZSkillShockGrenadeElectricStunnerBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillShockGrenadeElectricStunnerAced \ +static_assert(alignof(USBZSkillShockGrenadeElectricStunnerAced) == 0x000008, "Wrong alignment on USBZSkillShockGrenadeElectricStunnerAced"); \ +static_assert(sizeof(USBZSkillShockGrenadeElectricStunnerAced) == 0x000230, "Wrong size on USBZSkillShockGrenadeElectricStunnerAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillShockGrenadePowerShockGrenadesBase \ +static_assert(alignof(USBZSkillShockGrenadePowerShockGrenadesBase) == 0x000008, "Wrong alignment on USBZSkillShockGrenadePowerShockGrenadesBase"); \ +static_assert(sizeof(USBZSkillShockGrenadePowerShockGrenadesBase) == 0x000230, "Wrong size on USBZSkillShockGrenadePowerShockGrenadesBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillShockGrenadePowerShockGrenadesAced \ +static_assert(alignof(USBZSkillShockGrenadePowerShockGrenadesAced) == 0x000008, "Wrong alignment on USBZSkillShockGrenadePowerShockGrenadesAced"); \ +static_assert(sizeof(USBZSkillShockGrenadePowerShockGrenadesAced) == 0x000230, "Wrong size on USBZSkillShockGrenadePowerShockGrenadesAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillShockGrenadeArmorConductorBase \ +static_assert(alignof(USBZSkillShockGrenadeArmorConductorBase) == 0x000008, "Wrong alignment on USBZSkillShockGrenadeArmorConductorBase"); \ +static_assert(sizeof(USBZSkillShockGrenadeArmorConductorBase) == 0x000230, "Wrong size on USBZSkillShockGrenadeArmorConductorBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillShockGrenadeArmorConductorAced \ +static_assert(alignof(USBZSkillShockGrenadeArmorConductorAced) == 0x000008, "Wrong alignment on USBZSkillShockGrenadeArmorConductorAced"); \ +static_assert(sizeof(USBZSkillShockGrenadeArmorConductorAced) == 0x000230, "Wrong size on USBZSkillShockGrenadeArmorConductorAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillShotgunSpecShotgunPocketsBase \ +static_assert(alignof(USBZSkillShotgunSpecShotgunPocketsBase) == 0x000008, "Wrong alignment on USBZSkillShotgunSpecShotgunPocketsBase"); \ +static_assert(sizeof(USBZSkillShotgunSpecShotgunPocketsBase) == 0x000230, "Wrong size on USBZSkillShotgunSpecShotgunPocketsBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillShotgunSpecShotgunPocketsAced \ +static_assert(alignof(USBZSkillShotgunSpecShotgunPocketsAced) == 0x000008, "Wrong alignment on USBZSkillShotgunSpecShotgunPocketsAced"); \ +static_assert(sizeof(USBZSkillShotgunSpecShotgunPocketsAced) == 0x000230, "Wrong size on USBZSkillShotgunSpecShotgunPocketsAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillShotgunSpecShotgunSpeedloaderBase \ +static_assert(alignof(USBZSkillShotgunSpecShotgunSpeedloaderBase) == 0x000008, "Wrong alignment on USBZSkillShotgunSpecShotgunSpeedloaderBase"); \ +static_assert(sizeof(USBZSkillShotgunSpecShotgunSpeedloaderBase) == 0x000230, "Wrong size on USBZSkillShotgunSpecShotgunSpeedloaderBase"); \ + +#define DUMPER7_ASSERTS_USBZSkill \ +static_assert(alignof(USBZSkill) == 0x000008, "Wrong alignment on USBZSkill"); \ +static_assert(sizeof(USBZSkill) == 0x000048, "Wrong size on USBZSkill"); \ +static_assert(offsetof(USBZSkill, SkillType) == 0x000030, "Member 'USBZSkill::SkillType' has a wrong offset!"); \ +static_assert(offsetof(USBZSkill, ProgressPercentage) == 0x000034, "Member 'USBZSkill::ProgressPercentage' has a wrong offset!"); \ +static_assert(offsetof(USBZSkill, SkillData) == 0x000038, "Member 'USBZSkill::SkillData' has a wrong offset!"); \ +static_assert(offsetof(USBZSkill, SkillLine) == 0x000040, "Member 'USBZSkill::SkillLine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillLine \ +static_assert(alignof(USBZSkillLine) == 0x000008, "Wrong alignment on USBZSkillLine"); \ +static_assert(sizeof(USBZSkillLine) == 0x000058, "Wrong size on USBZSkillLine"); \ +static_assert(offsetof(USBZSkillLine, ResearchMarker) == 0x000030, "Member 'USBZSkillLine::ResearchMarker' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillLine, ProgressLevel) == 0x000034, "Member 'USBZSkillLine::ProgressLevel' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillLine, ResearchLevel) == 0x000038, "Member 'USBZSkillLine::ResearchLevel' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillLine, ResearchPercentage) == 0x00003C, "Member 'USBZSkillLine::ResearchPercentage' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillLine, SkillLineData) == 0x000040, "Member 'USBZSkillLine::SkillLineData' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillLine, Skills) == 0x000048, "Member 'USBZSkillLine::Skills' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillsMenuButton \ +static_assert(alignof(USBZSkillsMenuButton) == 0x000008, "Wrong alignment on USBZSkillsMenuButton"); \ +static_assert(sizeof(USBZSkillsMenuButton) == 0x000378, "Wrong size on USBZSkillsMenuButton"); \ +static_assert(offsetof(USBZSkillsMenuButton, SkillState) == 0x000370, "Member 'USBZSkillsMenuButton::SkillState' has a wrong offset!"); \ +static_assert(offsetof(USBZSkillsMenuButton, SkillType) == 0x000371, "Member 'USBZSkillsMenuButton::SkillType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillSMGSpecSMGPocketsBase \ +static_assert(alignof(USBZSkillSMGSpecSMGPocketsBase) == 0x000008, "Wrong alignment on USBZSkillSMGSpecSMGPocketsBase"); \ +static_assert(sizeof(USBZSkillSMGSpecSMGPocketsBase) == 0x000230, "Wrong size on USBZSkillSMGSpecSMGPocketsBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillSMGSpecSMGPocketsAced \ +static_assert(alignof(USBZSkillSMGSpecSMGPocketsAced) == 0x000008, "Wrong alignment on USBZSkillSMGSpecSMGPocketsAced"); \ +static_assert(sizeof(USBZSkillSMGSpecSMGPocketsAced) == 0x000230, "Wrong size on USBZSkillSMGSpecSMGPocketsAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillSMGSpecBrickBusterBase \ +static_assert(alignof(USBZSkillSMGSpecBrickBusterBase) == 0x000008, "Wrong alignment on USBZSkillSMGSpecBrickBusterBase"); \ +static_assert(sizeof(USBZSkillSMGSpecBrickBusterBase) == 0x000230, "Wrong size on USBZSkillSMGSpecBrickBusterBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillSMGSpecBrickBusterAced \ +static_assert(alignof(USBZSkillSMGSpecBrickBusterAced) == 0x000008, "Wrong alignment on USBZSkillSMGSpecBrickBusterAced"); \ +static_assert(sizeof(USBZSkillSMGSpecBrickBusterAced) == 0x000230, "Wrong size on USBZSkillSMGSpecBrickBusterAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillSMGSpecEvenAimAced \ +static_assert(alignof(USBZSkillSMGSpecEvenAimAced) == 0x000008, "Wrong alignment on USBZSkillSMGSpecEvenAimAced"); \ +static_assert(sizeof(USBZSkillSMGSpecEvenAimAced) == 0x000230, "Wrong size on USBZSkillSMGSpecEvenAimAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillSmokeGrenadeSmokeProficiencyBase \ +static_assert(alignof(USBZSkillSmokeGrenadeSmokeProficiencyBase) == 0x000008, "Wrong alignment on USBZSkillSmokeGrenadeSmokeProficiencyBase"); \ +static_assert(sizeof(USBZSkillSmokeGrenadeSmokeProficiencyBase) == 0x000230, "Wrong size on USBZSkillSmokeGrenadeSmokeProficiencyBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillSmokeGrenadeSmokeProficiencyAced \ +static_assert(alignof(USBZSkillSmokeGrenadeSmokeProficiencyAced) == 0x000008, "Wrong alignment on USBZSkillSmokeGrenadeSmokeProficiencyAced"); \ +static_assert(sizeof(USBZSkillSmokeGrenadeSmokeProficiencyAced) == 0x000230, "Wrong size on USBZSkillSmokeGrenadeSmokeProficiencyAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillSmokeGrenadeCoughingFitBase \ +static_assert(alignof(USBZSkillSmokeGrenadeCoughingFitBase) == 0x000008, "Wrong alignment on USBZSkillSmokeGrenadeCoughingFitBase"); \ +static_assert(sizeof(USBZSkillSmokeGrenadeCoughingFitBase) == 0x000230, "Wrong size on USBZSkillSmokeGrenadeCoughingFitBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillSmokeGrenadeCoughingFitAced \ +static_assert(alignof(USBZSkillSmokeGrenadeCoughingFitAced) == 0x000008, "Wrong alignment on USBZSkillSmokeGrenadeCoughingFitAced"); \ +static_assert(sizeof(USBZSkillSmokeGrenadeCoughingFitAced) == 0x000230, "Wrong size on USBZSkillSmokeGrenadeCoughingFitAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillSmokeGrenadeExtraSmokesAced \ +static_assert(alignof(USBZSkillSmokeGrenadeExtraSmokesAced) == 0x000008, "Wrong alignment on USBZSkillSmokeGrenadeExtraSmokesAced"); \ +static_assert(sizeof(USBZSkillSmokeGrenadeExtraSmokesAced) == 0x000230, "Wrong size on USBZSkillSmokeGrenadeExtraSmokesAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillSmokeGrenadeThickSmokeBase \ +static_assert(alignof(USBZSkillSmokeGrenadeThickSmokeBase) == 0x000008, "Wrong alignment on USBZSkillSmokeGrenadeThickSmokeBase"); \ +static_assert(sizeof(USBZSkillSmokeGrenadeThickSmokeBase) == 0x000230, "Wrong size on USBZSkillSmokeGrenadeThickSmokeBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillSmokeGrenadeThickSmokeAced \ +static_assert(alignof(USBZSkillSmokeGrenadeThickSmokeAced) == 0x000008, "Wrong alignment on USBZSkillSmokeGrenadeThickSmokeAced"); \ +static_assert(sizeof(USBZSkillSmokeGrenadeThickSmokeAced) == 0x000230, "Wrong size on USBZSkillSmokeGrenadeThickSmokeAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillSmokeGrenadeSmokeMasterBase \ +static_assert(alignof(USBZSkillSmokeGrenadeSmokeMasterBase) == 0x000008, "Wrong alignment on USBZSkillSmokeGrenadeSmokeMasterBase"); \ +static_assert(sizeof(USBZSkillSmokeGrenadeSmokeMasterBase) == 0x000230, "Wrong size on USBZSkillSmokeGrenadeSmokeMasterBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillSmokeGrenadeSmokeMasterAced \ +static_assert(alignof(USBZSkillSmokeGrenadeSmokeMasterAced) == 0x000008, "Wrong alignment on USBZSkillSmokeGrenadeSmokeMasterAced"); \ +static_assert(sizeof(USBZSkillSmokeGrenadeSmokeMasterAced) == 0x000230, "Wrong size on USBZSkillSmokeGrenadeSmokeMasterAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillSniperSpecSniperExpertAced \ +static_assert(alignof(USBZSkillSniperSpecSniperExpertAced) == 0x000008, "Wrong alignment on USBZSkillSniperSpecSniperExpertAced"); \ +static_assert(sizeof(USBZSkillSniperSpecSniperExpertAced) == 0x000230, "Wrong size on USBZSkillSniperSpecSniperExpertAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillSniperSpecHeadshotExpertBase \ +static_assert(alignof(USBZSkillSniperSpecHeadshotExpertBase) == 0x000008, "Wrong alignment on USBZSkillSniperSpecHeadshotExpertBase"); \ +static_assert(sizeof(USBZSkillSniperSpecHeadshotExpertBase) == 0x000230, "Wrong size on USBZSkillSniperSpecHeadshotExpertBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillSniperSpecHeadshotExpertAced \ +static_assert(alignof(USBZSkillSniperSpecHeadshotExpertAced) == 0x000008, "Wrong alignment on USBZSkillSniperSpecHeadshotExpertAced"); \ +static_assert(sizeof(USBZSkillSniperSpecHeadshotExpertAced) == 0x000230, "Wrong size on USBZSkillSniperSpecHeadshotExpertAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillSniperSpecPiercingAmmoBase \ +static_assert(alignof(USBZSkillSniperSpecPiercingAmmoBase) == 0x000008, "Wrong alignment on USBZSkillSniperSpecPiercingAmmoBase"); \ +static_assert(sizeof(USBZSkillSniperSpecPiercingAmmoBase) == 0x000230, "Wrong size on USBZSkillSniperSpecPiercingAmmoBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillSniperSpecPiercingAmmoAced \ +static_assert(alignof(USBZSkillSniperSpecPiercingAmmoAced) == 0x000008, "Wrong alignment on USBZSkillSniperSpecPiercingAmmoAced"); \ +static_assert(sizeof(USBZSkillSniperSpecPiercingAmmoAced) == 0x000230, "Wrong size on USBZSkillSniperSpecPiercingAmmoAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillSniperSpecSniperFunnelAced \ +static_assert(alignof(USBZSkillSniperSpecSniperFunnelAced) == 0x000008, "Wrong alignment on USBZSkillSniperSpecSniperFunnelAced"); \ +static_assert(sizeof(USBZSkillSniperSpecSniperFunnelAced) == 0x000230, "Wrong size on USBZSkillSniperSpecSniperFunnelAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillStealthSpecDodgeMasterBase \ +static_assert(alignof(USBZSkillStealthSpecDodgeMasterBase) == 0x000008, "Wrong alignment on USBZSkillStealthSpecDodgeMasterBase"); \ +static_assert(sizeof(USBZSkillStealthSpecDodgeMasterBase) == 0x000230, "Wrong size on USBZSkillStealthSpecDodgeMasterBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillStealthSpecDodgeMasterAced \ +static_assert(alignof(USBZSkillStealthSpecDodgeMasterAced) == 0x000008, "Wrong alignment on USBZSkillStealthSpecDodgeMasterAced"); \ +static_assert(sizeof(USBZSkillStealthSpecDodgeMasterAced) == 0x000230, "Wrong size on USBZSkillStealthSpecDodgeMasterAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillStealthSpecLockMasterBase \ +static_assert(alignof(USBZSkillStealthSpecLockMasterBase) == 0x000008, "Wrong alignment on USBZSkillStealthSpecLockMasterBase"); \ +static_assert(sizeof(USBZSkillStealthSpecLockMasterBase) == 0x000230, "Wrong size on USBZSkillStealthSpecLockMasterBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillStealthSpecLockMasterAced \ +static_assert(alignof(USBZSkillStealthSpecLockMasterAced) == 0x000008, "Wrong alignment on USBZSkillStealthSpecLockMasterAced"); \ +static_assert(sizeof(USBZSkillStealthSpecLockMasterAced) == 0x000230, "Wrong size on USBZSkillStealthSpecLockMasterAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillStealthSpecConstantFlowAced \ +static_assert(alignof(USBZSkillStealthSpecConstantFlowAced) == 0x000008, "Wrong alignment on USBZSkillStealthSpecConstantFlowAced"); \ +static_assert(sizeof(USBZSkillStealthSpecConstantFlowAced) == 0x000230, "Wrong size on USBZSkillStealthSpecConstantFlowAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillStealthSpecJudoChopBase \ +static_assert(alignof(USBZSkillStealthSpecJudoChopBase) == 0x000008, "Wrong alignment on USBZSkillStealthSpecJudoChopBase"); \ +static_assert(sizeof(USBZSkillStealthSpecJudoChopBase) == 0x000230, "Wrong size on USBZSkillStealthSpecJudoChopBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillStealthSpecJudoChopAced \ +static_assert(alignof(USBZSkillStealthSpecJudoChopAced) == 0x000008, "Wrong alignment on USBZSkillStealthSpecJudoChopAced"); \ +static_assert(sizeof(USBZSkillStealthSpecJudoChopAced) == 0x000230, "Wrong size on USBZSkillStealthSpecJudoChopAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillStealthSpecRiskTakerBase \ +static_assert(alignof(USBZSkillStealthSpecRiskTakerBase) == 0x000008, "Wrong alignment on USBZSkillStealthSpecRiskTakerBase"); \ +static_assert(sizeof(USBZSkillStealthSpecRiskTakerBase) == 0x000230, "Wrong size on USBZSkillStealthSpecRiskTakerBase"); \ + +#define DUMPER7_ASSERTS_USBZSkillStrategistStrategist \ +static_assert(alignof(USBZSkillStrategistStrategist) == 0x000008, "Wrong alignment on USBZSkillStrategistStrategist"); \ +static_assert(sizeof(USBZSkillStrategistStrategist) == 0x000230, "Wrong size on USBZSkillStrategistStrategist"); \ + +#define DUMPER7_ASSERTS_USBZSkillStrategistStrategistAced \ +static_assert(alignof(USBZSkillStrategistStrategistAced) == 0x000008, "Wrong alignment on USBZSkillStrategistStrategistAced"); \ +static_assert(sizeof(USBZSkillStrategistStrategistAced) == 0x000230, "Wrong size on USBZSkillStrategistStrategistAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillStrategistMarkedForDeath \ +static_assert(alignof(USBZSkillStrategistMarkedForDeath) == 0x000008, "Wrong alignment on USBZSkillStrategistMarkedForDeath"); \ +static_assert(sizeof(USBZSkillStrategistMarkedForDeath) == 0x000230, "Wrong size on USBZSkillStrategistMarkedForDeath"); \ + +#define DUMPER7_ASSERTS_USBZSkillStrategistCombatMarking \ +static_assert(alignof(USBZSkillStrategistCombatMarking) == 0x000008, "Wrong alignment on USBZSkillStrategistCombatMarking"); \ +static_assert(sizeof(USBZSkillStrategistCombatMarking) == 0x000230, "Wrong size on USBZSkillStrategistCombatMarking"); \ + +#define DUMPER7_ASSERTS_USBZSkillTacticianTactician \ +static_assert(alignof(USBZSkillTacticianTactician) == 0x000008, "Wrong alignment on USBZSkillTacticianTactician"); \ +static_assert(sizeof(USBZSkillTacticianTactician) == 0x000230, "Wrong size on USBZSkillTacticianTactician"); \ + +#define DUMPER7_ASSERTS_USBZSkillTacticianScramble \ +static_assert(alignof(USBZSkillTacticianScramble) == 0x000008, "Wrong alignment on USBZSkillTacticianScramble"); \ +static_assert(sizeof(USBZSkillTacticianScramble) == 0x000230, "Wrong size on USBZSkillTacticianScramble"); \ + +#define DUMPER7_ASSERTS_USBZSkillTacticianCrowdControl \ +static_assert(alignof(USBZSkillTacticianCrowdControl) == 0x000008, "Wrong alignment on USBZSkillTacticianCrowdControl"); \ +static_assert(sizeof(USBZSkillTacticianCrowdControl) == 0x000230, "Wrong size on USBZSkillTacticianCrowdControl"); \ + +#define DUMPER7_ASSERTS_ASBZZipTieEquippable \ +static_assert(alignof(ASBZZipTieEquippable) == 0x000010, "Wrong alignment on ASBZZipTieEquippable"); \ +static_assert(sizeof(ASBZZipTieEquippable) == 0x000450, "Wrong size on ASBZZipTieEquippable"); \ +static_assert(offsetof(ASBZZipTieEquippable, BrokenMesh) == 0x000448, "Member 'ASBZZipTieEquippable::BrokenMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillTacticianCoupDeGrace \ +static_assert(alignof(USBZSkillTacticianCoupDeGrace) == 0x000008, "Wrong alignment on USBZSkillTacticianCoupDeGrace"); \ +static_assert(sizeof(USBZSkillTacticianCoupDeGrace) == 0x000230, "Wrong size on USBZSkillTacticianCoupDeGrace"); \ + +#define DUMPER7_ASSERTS_USBZSkillTacticianDiscombobulate \ +static_assert(alignof(USBZSkillTacticianDiscombobulate) == 0x000008, "Wrong alignment on USBZSkillTacticianDiscombobulate"); \ +static_assert(sizeof(USBZSkillTacticianDiscombobulate) == 0x000238, "Wrong size on USBZSkillTacticianDiscombobulate"); \ +static_assert(offsetof(USBZSkillTacticianDiscombobulate, PostSmokeFlashEffect) == 0x000230, "Member 'USBZSkillTacticianDiscombobulate::PostSmokeFlashEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillTankTankAced \ +static_assert(alignof(USBZSkillTankTankAced) == 0x000008, "Wrong alignment on USBZSkillTankTankAced"); \ +static_assert(sizeof(USBZSkillTankTankAced) == 0x000230, "Wrong size on USBZSkillTankTankAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillTankHardy \ +static_assert(alignof(USBZSkillTankHardy) == 0x000008, "Wrong alignment on USBZSkillTankHardy"); \ +static_assert(sizeof(USBZSkillTankHardy) == 0x000230, "Wrong size on USBZSkillTankHardy"); \ + +#define DUMPER7_ASSERTS_USBZSkillTankExtraPlates \ +static_assert(alignof(USBZSkillTankExtraPlates) == 0x000008, "Wrong alignment on USBZSkillTankExtraPlates"); \ +static_assert(sizeof(USBZSkillTankExtraPlates) == 0x000230, "Wrong size on USBZSkillTankExtraPlates"); \ + +#define DUMPER7_ASSERTS_USBZSkillTankArmorUp \ +static_assert(alignof(USBZSkillTankArmorUp) == 0x000008, "Wrong alignment on USBZSkillTankArmorUp"); \ +static_assert(sizeof(USBZSkillTankArmorUp) == 0x000230, "Wrong size on USBZSkillTankArmorUp"); \ + +#define DUMPER7_ASSERTS_USBZSkillTankLastManStanding \ +static_assert(alignof(USBZSkillTankLastManStanding) == 0x000008, "Wrong alignment on USBZSkillTankLastManStanding"); \ +static_assert(sizeof(USBZSkillTankLastManStanding) == 0x000230, "Wrong size on USBZSkillTankLastManStanding"); \ + +#define DUMPER7_ASSERTS_USBZSkillTransporterTransporterAced \ +static_assert(alignof(USBZSkillTransporterTransporterAced) == 0x000008, "Wrong alignment on USBZSkillTransporterTransporterAced"); \ +static_assert(sizeof(USBZSkillTransporterTransporterAced) == 0x000230, "Wrong size on USBZSkillTransporterTransporterAced"); \ + +#define DUMPER7_ASSERTS_USBZSkillTransporterBeastOfBurden \ +static_assert(alignof(USBZSkillTransporterBeastOfBurden) == 0x000008, "Wrong alignment on USBZSkillTransporterBeastOfBurden"); \ +static_assert(sizeof(USBZSkillTransporterBeastOfBurden) == 0x000230, "Wrong size on USBZSkillTransporterBeastOfBurden"); \ + +#define DUMPER7_ASSERTS_USBZSkillTransporterBrutalCarry \ +static_assert(alignof(USBZSkillTransporterBrutalCarry) == 0x000008, "Wrong alignment on USBZSkillTransporterBrutalCarry"); \ +static_assert(sizeof(USBZSkillTransporterBrutalCarry) == 0x000230, "Wrong size on USBZSkillTransporterBrutalCarry"); \ + +#define DUMPER7_ASSERTS_USBZWeaponPatternDataConfig \ +static_assert(alignof(USBZWeaponPatternDataConfig) == 0x000008, "Wrong alignment on USBZWeaponPatternDataConfig"); \ +static_assert(sizeof(USBZWeaponPatternDataConfig) == 0x000050, "Wrong size on USBZWeaponPatternDataConfig"); \ +static_assert(offsetof(USBZWeaponPatternDataConfig, PatternSprayCans) == 0x000040, "Member 'USBZWeaponPatternDataConfig::PatternSprayCans' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSkillTransporterDeepPockets \ +static_assert(alignof(USBZSkillTransporterDeepPockets) == 0x000008, "Wrong alignment on USBZSkillTransporterDeepPockets"); \ +static_assert(sizeof(USBZSkillTransporterDeepPockets) == 0x000230, "Wrong size on USBZSkillTransporterDeepPockets"); \ + +#define DUMPER7_ASSERTS_USBZSkillTransporterPowerLifter \ +static_assert(alignof(USBZSkillTransporterPowerLifter) == 0x000008, "Wrong alignment on USBZSkillTransporterPowerLifter"); \ +static_assert(sizeof(USBZSkillTransporterPowerLifter) == 0x000230, "Wrong size on USBZSkillTransporterPowerLifter"); \ + +#define DUMPER7_ASSERTS_SBZSocialMainMenuScreenBaseWidget_OnToggleSocialScreenInputChanged \ +static_assert(alignof(SBZSocialMainMenuScreenBaseWidget_OnToggleSocialScreenInputChanged) == 0x000004, "Wrong alignment on SBZSocialMainMenuScreenBaseWidget_OnToggleSocialScreenInputChanged"); \ +static_assert(sizeof(SBZSocialMainMenuScreenBaseWidget_OnToggleSocialScreenInputChanged) == 0x00000C, "Wrong size on SBZSocialMainMenuScreenBaseWidget_OnToggleSocialScreenInputChanged"); \ +static_assert(offsetof(SBZSocialMainMenuScreenBaseWidget_OnToggleSocialScreenInputChanged, NewToggleSocialSceenAction) == 0x000000, "Member 'SBZSocialMainMenuScreenBaseWidget_OnToggleSocialScreenInputChanged::NewToggleSocialSceenAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSocialMainMenuScreenBaseWidget_SetToggleSocialScreenInput \ +static_assert(alignof(SBZSocialMainMenuScreenBaseWidget_SetToggleSocialScreenInput) == 0x000004, "Wrong alignment on SBZSocialMainMenuScreenBaseWidget_SetToggleSocialScreenInput"); \ +static_assert(sizeof(SBZSocialMainMenuScreenBaseWidget_SetToggleSocialScreenInput) == 0x00000C, "Wrong size on SBZSocialMainMenuScreenBaseWidget_SetToggleSocialScreenInput"); \ +static_assert(offsetof(SBZSocialMainMenuScreenBaseWidget_SetToggleSocialScreenInput, InNewToggleActionName) == 0x000000, "Member 'SBZSocialMainMenuScreenBaseWidget_SetToggleSocialScreenInput::InNewToggleActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSocialMainMenuScreenBaseWidget \ +static_assert(alignof(USBZSocialMainMenuScreenBaseWidget) == 0x000008, "Wrong alignment on USBZSocialMainMenuScreenBaseWidget"); \ +static_assert(sizeof(USBZSocialMainMenuScreenBaseWidget) == 0x0002C0, "Wrong size on USBZSocialMainMenuScreenBaseWidget"); \ +static_assert(offsetof(USBZSocialMainMenuScreenBaseWidget, bSocialScreenVisible) == 0x000290, "Member 'USBZSocialMainMenuScreenBaseWidget::bSocialScreenVisible' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialMainMenuScreenBaseWidget, ToggleSocialScreenInputName) == 0x000294, "Member 'USBZSocialMainMenuScreenBaseWidget::ToggleSocialScreenInputName' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialMainMenuScreenBaseWidget, SocialScreenStackValue) == 0x0002A0, "Member 'USBZSocialMainMenuScreenBaseWidget::SocialScreenStackValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSocialPartyButtonContainer_GetPartyMembersNum \ +static_assert(alignof(SBZSocialPartyButtonContainer_GetPartyMembersNum) == 0x000004, "Wrong alignment on SBZSocialPartyButtonContainer_GetPartyMembersNum"); \ +static_assert(sizeof(SBZSocialPartyButtonContainer_GetPartyMembersNum) == 0x000004, "Wrong size on SBZSocialPartyButtonContainer_GetPartyMembersNum"); \ +static_assert(offsetof(SBZSocialPartyButtonContainer_GetPartyMembersNum, ReturnValue) == 0x000000, "Member 'SBZSocialPartyButtonContainer_GetPartyMembersNum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSocialPartyButtonContainer_OnPartyButtonFocused \ +static_assert(alignof(SBZSocialPartyButtonContainer_OnPartyButtonFocused) == 0x000008, "Wrong alignment on SBZSocialPartyButtonContainer_OnPartyButtonFocused"); \ +static_assert(sizeof(SBZSocialPartyButtonContainer_OnPartyButtonFocused) == 0x000010, "Wrong size on SBZSocialPartyButtonContainer_OnPartyButtonFocused"); \ +static_assert(offsetof(SBZSocialPartyButtonContainer_OnPartyButtonFocused, MenuButton) == 0x000000, "Member 'SBZSocialPartyButtonContainer_OnPartyButtonFocused::MenuButton' has a wrong offset!"); \ +static_assert(offsetof(SBZSocialPartyButtonContainer_OnPartyButtonFocused, bIsFocused) == 0x000008, "Member 'SBZSocialPartyButtonContainer_OnPartyButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSocialPartyButtonContainer \ +static_assert(alignof(USBZSocialPartyButtonContainer) == 0x000008, "Wrong alignment on USBZSocialPartyButtonContainer"); \ +static_assert(sizeof(USBZSocialPartyButtonContainer) == 0x000300, "Wrong size on USBZSocialPartyButtonContainer"); \ +static_assert(offsetof(USBZSocialPartyButtonContainer, Panel_PartyMembers) == 0x0002A0, "Member 'USBZSocialPartyButtonContainer::Panel_PartyMembers' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialPartyButtonContainer, PartyMembers) == 0x0002A8, "Member 'USBZSocialPartyButtonContainer::PartyMembers' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialPartyButtonContainer, PartyMemberButtonWidgetClass) == 0x0002F8, "Member 'USBZSocialPartyButtonContainer::PartyMemberButtonWidgetClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponStatics \ +static_assert(alignof(USBZWeaponStatics) == 0x000008, "Wrong alignment on USBZWeaponStatics"); \ +static_assert(sizeof(USBZWeaponStatics) == 0x000030, "Wrong size on USBZWeaponStatics"); \ + +#define DUMPER7_ASSERTS_SBZSocialPartyMemberButton_CanShowFriendProfile \ +static_assert(alignof(SBZSocialPartyMemberButton_CanShowFriendProfile) == 0x000001, "Wrong alignment on SBZSocialPartyMemberButton_CanShowFriendProfile"); \ +static_assert(sizeof(SBZSocialPartyMemberButton_CanShowFriendProfile) == 0x000001, "Wrong size on SBZSocialPartyMemberButton_CanShowFriendProfile"); \ +static_assert(offsetof(SBZSocialPartyMemberButton_CanShowFriendProfile, ReturnValue) == 0x000000, "Member 'SBZSocialPartyMemberButton_CanShowFriendProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSocialPartyMemberButton_ExecuteAction \ +static_assert(alignof(SBZSocialPartyMemberButton_ExecuteAction) == 0x000004, "Wrong alignment on SBZSocialPartyMemberButton_ExecuteAction"); \ +static_assert(sizeof(SBZSocialPartyMemberButton_ExecuteAction) == 0x00000C, "Wrong size on SBZSocialPartyMemberButton_ExecuteAction"); \ +static_assert(offsetof(SBZSocialPartyMemberButton_ExecuteAction, Action) == 0x000000, "Member 'SBZSocialPartyMemberButton_ExecuteAction::Action' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSocialPartyMemberButton \ +static_assert(alignof(USBZSocialPartyMemberButton) == 0x000008, "Wrong alignment on USBZSocialPartyMemberButton"); \ +static_assert(sizeof(USBZSocialPartyMemberButton) == 0x000430, "Wrong size on USBZSocialPartyMemberButton"); \ +static_assert(offsetof(USBZSocialPartyMemberButton, PlatformUsername) == 0x000370, "Member 'USBZSocialPartyMemberButton::PlatformUsername' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialPartyMemberButton, NebulaUsername) == 0x000380, "Member 'USBZSocialPartyMemberButton::NebulaUsername' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialPartyMemberButton, PlayerId) == 0x000390, "Member 'USBZSocialPartyMemberButton::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialPartyMemberButton, bIsPartyLeader) == 0x0003A0, "Member 'USBZSocialPartyMemberButton::bIsPartyLeader' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialPartyMemberButton, Type) == 0x0003A1, "Member 'USBZSocialPartyMemberButton::Type' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialPartyMemberButton, PartyId) == 0x0003A8, "Member 'USBZSocialPartyMemberButton::PartyId' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialPartyMemberButton, InvitationId) == 0x0003B8, "Member 'USBZSocialPartyMemberButton::InvitationId' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialPartyMemberButton, PlatformIcon) == 0x0003C8, "Member 'USBZSocialPartyMemberButton::PlatformIcon' has a wrong offset!"); \ +static_assert(offsetof(USBZSocialPartyMemberButton, NebulaIcon) == 0x0003D0, "Member 'USBZSocialPartyMemberButton::NebulaIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSoundEnvironment_OnDebugLoggingPortal \ +static_assert(alignof(SBZSoundEnvironment_OnDebugLoggingPortal) == 0x000008, "Wrong alignment on SBZSoundEnvironment_OnDebugLoggingPortal"); \ +static_assert(sizeof(SBZSoundEnvironment_OnDebugLoggingPortal) == 0x000008, "Wrong size on SBZSoundEnvironment_OnDebugLoggingPortal"); \ +static_assert(offsetof(SBZSoundEnvironment_OnDebugLoggingPortal, TargetPortal) == 0x000000, "Member 'SBZSoundEnvironment_OnDebugLoggingPortal::TargetPortal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSoundEnvironment_OnDebugLoggingPostEvent \ +static_assert(alignof(SBZSoundEnvironment_OnDebugLoggingPostEvent) == 0x000008, "Wrong alignment on SBZSoundEnvironment_OnDebugLoggingPostEvent"); \ +static_assert(sizeof(SBZSoundEnvironment_OnDebugLoggingPostEvent) == 0x000008, "Wrong size on SBZSoundEnvironment_OnDebugLoggingPostEvent"); \ +static_assert(offsetof(SBZSoundEnvironment_OnDebugLoggingPostEvent, AudioEvent) == 0x000000, "Member 'SBZSoundEnvironment_OnDebugLoggingPostEvent::AudioEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSoundEnvironment_OnDebugLoggingSoundEnvironment \ +static_assert(alignof(SBZSoundEnvironment_OnDebugLoggingSoundEnvironment) == 0x000008, "Wrong alignment on SBZSoundEnvironment_OnDebugLoggingSoundEnvironment"); \ +static_assert(sizeof(SBZSoundEnvironment_OnDebugLoggingSoundEnvironment) == 0x000008, "Wrong size on SBZSoundEnvironment_OnDebugLoggingSoundEnvironment"); \ +static_assert(offsetof(SBZSoundEnvironment_OnDebugLoggingSoundEnvironment, TargetEnvironment) == 0x000000, "Member 'SBZSoundEnvironment_OnDebugLoggingSoundEnvironment::TargetEnvironment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSoundEnvironment_OnOverlapBegin \ +static_assert(alignof(SBZSoundEnvironment_OnOverlapBegin) == 0x000008, "Wrong alignment on SBZSoundEnvironment_OnOverlapBegin"); \ +static_assert(sizeof(SBZSoundEnvironment_OnOverlapBegin) == 0x0000B0, "Wrong size on SBZSoundEnvironment_OnOverlapBegin"); \ +static_assert(offsetof(SBZSoundEnvironment_OnOverlapBegin, OverlappedComp) == 0x000000, "Member 'SBZSoundEnvironment_OnOverlapBegin::OverlappedComp' has a wrong offset!"); \ +static_assert(offsetof(SBZSoundEnvironment_OnOverlapBegin, OtherActor) == 0x000008, "Member 'SBZSoundEnvironment_OnOverlapBegin::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZSoundEnvironment_OnOverlapBegin, OtherComp) == 0x000010, "Member 'SBZSoundEnvironment_OnOverlapBegin::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZSoundEnvironment_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'SBZSoundEnvironment_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZSoundEnvironment_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'SBZSoundEnvironment_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(SBZSoundEnvironment_OnOverlapBegin, SweepResult) == 0x000020, "Member 'SBZSoundEnvironment_OnOverlapBegin::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZSoundEnvironment \ +static_assert(alignof(ASBZSoundEnvironment) == 0x000008, "Wrong alignment on ASBZSoundEnvironment"); \ +static_assert(sizeof(ASBZSoundEnvironment) == 0x000390, "Wrong size on ASBZSoundEnvironment"); \ +static_assert(offsetof(ASBZSoundEnvironment, LateReverbComponent) == 0x000300, "Member 'ASBZSoundEnvironment::LateReverbComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSoundEnvironment, RoomComponent) == 0x000308, "Member 'ASBZSoundEnvironment::RoomComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSoundEnvironment, AkComponent) == 0x000310, "Member 'ASBZSoundEnvironment::AkComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZSoundEnvironment, EnterEvents) == 0x000318, "Member 'ASBZSoundEnvironment::EnterEvents' has a wrong offset!"); \ +static_assert(offsetof(ASBZSoundEnvironment, ExitEvents) == 0x000328, "Member 'ASBZSoundEnvironment::ExitEvents' has a wrong offset!"); \ +static_assert(offsetof(ASBZSoundEnvironment, AcousticState) == 0x000338, "Member 'ASBZSoundEnvironment::AcousticState' has a wrong offset!"); \ +static_assert(offsetof(ASBZSoundEnvironment, EchoState) == 0x000344, "Member 'ASBZSoundEnvironment::EchoState' has a wrong offset!"); \ +static_assert(offsetof(ASBZSoundEnvironment, EnvironmentProximity) == 0x000350, "Member 'ASBZSoundEnvironment::EnvironmentProximity' has a wrong offset!"); \ +static_assert(offsetof(ASBZSoundEnvironment, SoundPortals) == 0x000360, "Member 'ASBZSoundEnvironment::SoundPortals' has a wrong offset!"); \ +static_assert(offsetof(ASBZSoundEnvironment, SoundEnvironmentManager) == 0x000370, "Member 'ASBZSoundEnvironment::SoundEnvironmentManager' has a wrong offset!"); \ +static_assert(offsetof(ASBZSoundEnvironment, bDebugEnabled) == 0x000378, "Member 'ASBZSoundEnvironment::bDebugEnabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZSoundEnvironment, DebugTimer) == 0x00037C, "Member 'ASBZSoundEnvironment::DebugTimer' has a wrong offset!"); \ +static_assert(offsetof(ASBZSoundEnvironment, BrushComponentPointer) == 0x000380, "Member 'ASBZSoundEnvironment::BrushComponentPointer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZSpawnClosetDestructionInterface \ +static_assert(alignof(ISBZSpawnClosetDestructionInterface) == 0x000001, "Wrong alignment on ISBZSpawnClosetDestructionInterface"); \ +static_assert(sizeof(ISBZSpawnClosetDestructionInterface) == 0x000001, "Wrong size on ISBZSpawnClosetDestructionInterface"); \ + +#define DUMPER7_ASSERTS_SBZSpawnLocationHandler_OnServerImportantLootPickedUp \ +static_assert(alignof(SBZSpawnLocationHandler_OnServerImportantLootPickedUp) == 0x000008, "Wrong alignment on SBZSpawnLocationHandler_OnServerImportantLootPickedUp"); \ +static_assert(sizeof(SBZSpawnLocationHandler_OnServerImportantLootPickedUp) == 0x000018, "Wrong size on SBZSpawnLocationHandler_OnServerImportantLootPickedUp"); \ +static_assert(offsetof(SBZSpawnLocationHandler_OnServerImportantLootPickedUp, Interactable) == 0x000000, "Member 'SBZSpawnLocationHandler_OnServerImportantLootPickedUp::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnLocationHandler_OnServerImportantLootPickedUp, Interactor) == 0x000008, "Member 'SBZSpawnLocationHandler_OnServerImportantLootPickedUp::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnLocationHandler_OnServerImportantLootPickedUp, bInIsLocallyControlled) == 0x000010, "Member 'SBZSpawnLocationHandler_OnServerImportantLootPickedUp::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZSpawnLocationHandler \ +static_assert(alignof(ASBZSpawnLocationHandler) == 0x000008, "Wrong alignment on ASBZSpawnLocationHandler"); \ +static_assert(sizeof(ASBZSpawnLocationHandler) == 0x0003C0, "Wrong size on ASBZSpawnLocationHandler"); \ +static_assert(offsetof(ASBZSpawnLocationHandler, OnLocationSelected) == 0x0002A8, "Member 'ASBZSpawnLocationHandler::OnLocationSelected' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpawnLocationHandler, OnKeyItemPickedUp) == 0x0002B8, "Member 'ASBZSpawnLocationHandler::OnKeyItemPickedUp' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpawnLocationHandler, OnActorSpawned) == 0x0002C8, "Member 'ASBZSpawnLocationHandler::OnActorSpawned' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpawnLocationHandler, bShouldRandomizeOnBeginPlay) == 0x0002D8, "Member 'ASBZSpawnLocationHandler::bShouldRandomizeOnBeginPlay' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpawnLocationHandler, SpawnLocationArray) == 0x0002E0, "Member 'ASBZSpawnLocationHandler::SpawnLocationArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpawnLocationHandler, Seed) == 0x0002F0, "Member 'ASBZSpawnLocationHandler::Seed' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpawnLocationHandler, HackableActor) == 0x0002F8, "Member 'ASBZSpawnLocationHandler::HackableActor' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpawnLocationHandler, HackableActorArray) == 0x000300, "Member 'ASBZSpawnLocationHandler::HackableActorArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpawnLocationHandler, HackableEmailIndex) == 0x000310, "Member 'ASBZSpawnLocationHandler::HackableEmailIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpawnLocationHandler, ImportantItem) == 0x000318, "Member 'ASBZSpawnLocationHandler::ImportantItem' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpawnLocationHandler, RandomLootToSpawnMap) == 0x000320, "Member 'ASBZSpawnLocationHandler::RandomLootToSpawnMap' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpawnLocationHandler, RandomIndex) == 0x000370, "Member 'ASBZSpawnLocationHandler::RandomIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZSpawnLocationHandler, bUseOnlyOneLocation) == 0x000374, "Member 'ASBZSpawnLocationHandler::bUseOnlyOneLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnManager_Get \ +static_assert(alignof(SBZSpawnManager_Get) == 0x000008, "Wrong alignment on SBZSpawnManager_Get"); \ +static_assert(sizeof(SBZSpawnManager_Get) == 0x000010, "Wrong size on SBZSpawnManager_Get"); \ +static_assert(offsetof(SBZSpawnManager_Get, WorldContextObject) == 0x000000, "Member 'SBZSpawnManager_Get::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnManager_Get, ReturnValue) == 0x000008, "Member 'SBZSpawnManager_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnManager_OnPawnLifetimeChanged \ +static_assert(alignof(SBZSpawnManager_OnPawnLifetimeChanged) == 0x000008, "Wrong alignment on SBZSpawnManager_OnPawnLifetimeChanged"); \ +static_assert(sizeof(SBZSpawnManager_OnPawnLifetimeChanged) == 0x000008, "Wrong size on SBZSpawnManager_OnPawnLifetimeChanged"); \ +static_assert(offsetof(SBZSpawnManager_OnPawnLifetimeChanged, Pawn) == 0x000000, "Member 'SBZSpawnManager_OnPawnLifetimeChanged::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSpawnManager \ +static_assert(alignof(USBZSpawnManager) == 0x000008, "Wrong alignment on USBZSpawnManager"); \ +static_assert(sizeof(USBZSpawnManager) == 0x000540, "Wrong size on USBZSpawnManager"); \ +static_assert(offsetof(USBZSpawnManager, PawnPlatformSpawnSettings) == 0x000480, "Member 'USBZSpawnManager::PawnPlatformSpawnSettings' has a wrong offset!"); \ +static_assert(offsetof(USBZSpawnManager, SpawnedPawnSet) == 0x000490, "Member 'USBZSpawnManager::SpawnedPawnSet' has a wrong offset!"); \ +static_assert(offsetof(USBZSpawnManager, PendingDestroyedPawnArray) == 0x0004E0, "Member 'USBZSpawnManager::PendingDestroyedPawnArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnWaveManager_Get \ +static_assert(alignof(SBZSpawnWaveManager_Get) == 0x000008, "Wrong alignment on SBZSpawnWaveManager_Get"); \ +static_assert(sizeof(SBZSpawnWaveManager_Get) == 0x000010, "Wrong size on SBZSpawnWaveManager_Get"); \ +static_assert(offsetof(SBZSpawnWaveManager_Get, WorldContextObject) == 0x000000, "Member 'SBZSpawnWaveManager_Get::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnWaveManager_Get, ReturnValue) == 0x000008, "Member 'SBZSpawnWaveManager_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnWaveManager_PopulateSpawnTypeLimitsOnWave \ +static_assert(alignof(SBZSpawnWaveManager_PopulateSpawnTypeLimitsOnWave) == 0x000008, "Wrong alignment on SBZSpawnWaveManager_PopulateSpawnTypeLimitsOnWave"); \ +static_assert(sizeof(SBZSpawnWaveManager_PopulateSpawnTypeLimitsOnWave) == 0x0000C0, "Wrong size on SBZSpawnWaveManager_PopulateSpawnTypeLimitsOnWave"); \ +static_assert(offsetof(SBZSpawnWaveManager_PopulateSpawnTypeLimitsOnWave, WaveSettings) == 0x000000, "Member 'SBZSpawnWaveManager_PopulateSpawnTypeLimitsOnWave::WaveSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnWaveManager_OnPawnKilled \ +static_assert(alignof(SBZSpawnWaveManager_OnPawnKilled) == 0x000008, "Wrong alignment on SBZSpawnWaveManager_OnPawnKilled"); \ +static_assert(sizeof(SBZSpawnWaveManager_OnPawnKilled) == 0x000008, "Wrong size on SBZSpawnWaveManager_OnPawnKilled"); \ +static_assert(offsetof(SBZSpawnWaveManager_OnPawnKilled, Pawn) == 0x000000, "Member 'SBZSpawnWaveManager_OnPawnKilled::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnWaveManager_OnPawnSpawned \ +static_assert(alignof(SBZSpawnWaveManager_OnPawnSpawned) == 0x000008, "Wrong alignment on SBZSpawnWaveManager_OnPawnSpawned"); \ +static_assert(sizeof(SBZSpawnWaveManager_OnPawnSpawned) == 0x000010, "Wrong size on SBZSpawnWaveManager_OnPawnSpawned"); \ +static_assert(offsetof(SBZSpawnWaveManager_OnPawnSpawned, SpawnManager) == 0x000000, "Member 'SBZSpawnWaveManager_OnPawnSpawned::SpawnManager' has a wrong offset!"); \ +static_assert(offsetof(SBZSpawnWaveManager_OnPawnSpawned, Pawn) == 0x000008, "Member 'SBZSpawnWaveManager_OnPawnSpawned::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnWaveManager_SetBehaviorOnSpawnedPawns \ +static_assert(alignof(SBZSpawnWaveManager_SetBehaviorOnSpawnedPawns) == 0x000008, "Wrong alignment on SBZSpawnWaveManager_SetBehaviorOnSpawnedPawns"); \ +static_assert(sizeof(SBZSpawnWaveManager_SetBehaviorOnSpawnedPawns) == 0x000028, "Wrong size on SBZSpawnWaveManager_SetBehaviorOnSpawnedPawns"); \ +static_assert(offsetof(SBZSpawnWaveManager_SetBehaviorOnSpawnedPawns, FilteredBehavior) == 0x000000, "Member 'SBZSpawnWaveManager_SetBehaviorOnSpawnedPawns::FilteredBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnWaveManager_SetDifficulty \ +static_assert(alignof(SBZSpawnWaveManager_SetDifficulty) == 0x000001, "Wrong alignment on SBZSpawnWaveManager_SetDifficulty"); \ +static_assert(sizeof(SBZSpawnWaveManager_SetDifficulty) == 0x000001, "Wrong size on SBZSpawnWaveManager_SetDifficulty"); \ +static_assert(offsetof(SBZSpawnWaveManager_SetDifficulty, NewDifficulty) == 0x000000, "Member 'SBZSpawnWaveManager_SetDifficulty::NewDifficulty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnWaveManager_SetOrderOnSpawnedPawns \ +static_assert(alignof(SBZSpawnWaveManager_SetOrderOnSpawnedPawns) == 0x000008, "Wrong alignment on SBZSpawnWaveManager_SetOrderOnSpawnedPawns"); \ +static_assert(sizeof(SBZSpawnWaveManager_SetOrderOnSpawnedPawns) == 0x000028, "Wrong size on SBZSpawnWaveManager_SetOrderOnSpawnedPawns"); \ +static_assert(offsetof(SBZSpawnWaveManager_SetOrderOnSpawnedPawns, FilteredOrder) == 0x000000, "Member 'SBZSpawnWaveManager_SetOrderOnSpawnedPawns::FilteredOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnWaveManager_SetSpawnWaveSettingsProxy \ +static_assert(alignof(SBZSpawnWaveManager_SetSpawnWaveSettingsProxy) == 0x000008, "Wrong alignment on SBZSpawnWaveManager_SetSpawnWaveSettingsProxy"); \ +static_assert(sizeof(SBZSpawnWaveManager_SetSpawnWaveSettingsProxy) == 0x000008, "Wrong size on SBZSpawnWaveManager_SetSpawnWaveSettingsProxy"); \ +static_assert(offsetof(SBZSpawnWaveManager_SetSpawnWaveSettingsProxy, InSpawnWaveSettingsProxy) == 0x000000, "Member 'SBZSpawnWaveManager_SetSpawnWaveSettingsProxy::InSpawnWaveSettingsProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSpawnWaveManager_GetSpawnWaveSettingsProxy \ +static_assert(alignof(SBZSpawnWaveManager_GetSpawnWaveSettingsProxy) == 0x000008, "Wrong alignment on SBZSpawnWaveManager_GetSpawnWaveSettingsProxy"); \ +static_assert(sizeof(SBZSpawnWaveManager_GetSpawnWaveSettingsProxy) == 0x000008, "Wrong size on SBZSpawnWaveManager_GetSpawnWaveSettingsProxy"); \ +static_assert(offsetof(SBZSpawnWaveManager_GetSpawnWaveSettingsProxy, ReturnValue) == 0x000000, "Member 'SBZSpawnWaveManager_GetSpawnWaveSettingsProxy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSpawnWaveManager \ +static_assert(alignof(USBZSpawnWaveManager) == 0x000008, "Wrong alignment on USBZSpawnWaveManager"); \ +static_assert(sizeof(USBZSpawnWaveManager) == 0x000278, "Wrong size on USBZSpawnWaveManager"); \ +static_assert(offsetof(USBZSpawnWaveManager, SpawnWaveSettingsProxy) == 0x000030, "Member 'USBZSpawnWaveManager::SpawnWaveSettingsProxy' has a wrong offset!"); \ +static_assert(offsetof(USBZSpawnWaveManager, SpawnedPawns) == 0x000038, "Member 'USBZSpawnWaveManager::SpawnedPawns' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSpawnWaveProgressionComponent \ +static_assert(alignof(USBZSpawnWaveProgressionComponent) == 0x000008, "Wrong alignment on USBZSpawnWaveProgressionComponent"); \ +static_assert(sizeof(USBZSpawnWaveProgressionComponent) == 0x0000D0, "Wrong size on USBZSpawnWaveProgressionComponent"); \ +static_assert(offsetof(USBZSpawnWaveProgressionComponent, ProgressionWaveMappings) == 0x0000C0, "Member 'USBZSpawnWaveProgressionComponent::ProgressionWaveMappings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSpawnWaveSettingsProxyComponent \ +static_assert(alignof(USBZSpawnWaveSettingsProxyComponent) == 0x000008, "Wrong alignment on USBZSpawnWaveSettingsProxyComponent"); \ +static_assert(sizeof(USBZSpawnWaveSettingsProxyComponent) == 0x000120, "Wrong size on USBZSpawnWaveSettingsProxyComponent"); \ +static_assert(offsetof(USBZSpawnWaveSettingsProxyComponent, bClearCountTypeOnAssigned) == 0x0000C0, "Member 'USBZSpawnWaveSettingsProxyComponent::bClearCountTypeOnAssigned' has a wrong offset!"); \ +static_assert(offsetof(USBZSpawnWaveSettingsProxyComponent, bClearCountTypeOnUnassigned) == 0x0000C1, "Member 'USBZSpawnWaveSettingsProxyComponent::bClearCountTypeOnUnassigned' has a wrong offset!"); \ +static_assert(offsetof(USBZSpawnWaveSettingsProxyComponent, DifficultyToSettingsMap) == 0x0000C8, "Member 'USBZSpawnWaveSettingsProxyComponent::DifficultyToSettingsMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStandaloneWeaponDisplay_RemovePart \ +static_assert(alignof(SBZStandaloneWeaponDisplay_RemovePart) == 0x000008, "Wrong alignment on SBZStandaloneWeaponDisplay_RemovePart"); \ +static_assert(sizeof(SBZStandaloneWeaponDisplay_RemovePart) == 0x000008, "Wrong size on SBZStandaloneWeaponDisplay_RemovePart"); \ +static_assert(offsetof(SBZStandaloneWeaponDisplay_RemovePart, Slot) == 0x000000, "Member 'SBZStandaloneWeaponDisplay_RemovePart::Slot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStandaloneWeaponDisplay_SetPart \ +static_assert(alignof(SBZStandaloneWeaponDisplay_SetPart) == 0x000008, "Wrong alignment on SBZStandaloneWeaponDisplay_SetPart"); \ +static_assert(sizeof(SBZStandaloneWeaponDisplay_SetPart) == 0x000018, "Wrong size on SBZStandaloneWeaponDisplay_SetPart"); \ +static_assert(offsetof(SBZStandaloneWeaponDisplay_SetPart, Slot) == 0x000000, "Member 'SBZStandaloneWeaponDisplay_SetPart::Slot' has a wrong offset!"); \ +static_assert(offsetof(SBZStandaloneWeaponDisplay_SetPart, PartAsset) == 0x000008, "Member 'SBZStandaloneWeaponDisplay_SetPart::PartAsset' has a wrong offset!"); \ +static_assert(offsetof(SBZStandaloneWeaponDisplay_SetPart, PartConfig) == 0x000010, "Member 'SBZStandaloneWeaponDisplay_SetPart::PartConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStandaloneWeaponDisplay_SetupWeaponConfig \ +static_assert(alignof(SBZStandaloneWeaponDisplay_SetupWeaponConfig) == 0x000008, "Wrong alignment on SBZStandaloneWeaponDisplay_SetupWeaponConfig"); \ +static_assert(sizeof(SBZStandaloneWeaponDisplay_SetupWeaponConfig) == 0x000078, "Wrong size on SBZStandaloneWeaponDisplay_SetupWeaponConfig"); \ +static_assert(offsetof(SBZStandaloneWeaponDisplay_SetupWeaponConfig, InWeaponConfig) == 0x000000, "Member 'SBZStandaloneWeaponDisplay_SetupWeaponConfig::InWeaponConfig' has a wrong offset!"); \ +static_assert(offsetof(SBZStandaloneWeaponDisplay_SetupWeaponConfig, bIsRotationReset) == 0x000070, "Member 'SBZStandaloneWeaponDisplay_SetupWeaponConfig::bIsRotationReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStandaloneWeaponDisplay_SetupWeaponData \ +static_assert(alignof(SBZStandaloneWeaponDisplay_SetupWeaponData) == 0x000008, "Wrong alignment on SBZStandaloneWeaponDisplay_SetupWeaponData"); \ +static_assert(sizeof(SBZStandaloneWeaponDisplay_SetupWeaponData) == 0x000010, "Wrong size on SBZStandaloneWeaponDisplay_SetupWeaponData"); \ +static_assert(offsetof(SBZStandaloneWeaponDisplay_SetupWeaponData, InWeaponData) == 0x000000, "Member 'SBZStandaloneWeaponDisplay_SetupWeaponData::InWeaponData' has a wrong offset!"); \ +static_assert(offsetof(SBZStandaloneWeaponDisplay_SetupWeaponData, bIsRotationReset) == 0x000008, "Member 'SBZStandaloneWeaponDisplay_SetupWeaponData::bIsRotationReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZStandaloneWeaponDisplay \ +static_assert(alignof(ASBZStandaloneWeaponDisplay) == 0x000010, "Wrong alignment on ASBZStandaloneWeaponDisplay"); \ +static_assert(sizeof(ASBZStandaloneWeaponDisplay) == 0x0003D0, "Wrong size on ASBZStandaloneWeaponDisplay"); \ +static_assert(offsetof(ASBZStandaloneWeaponDisplay, WeaponConfig) == 0x0002C8, "Member 'ASBZStandaloneWeaponDisplay::WeaponConfig' has a wrong offset!"); \ +static_assert(offsetof(ASBZStandaloneWeaponDisplay, SpawnTransform) == 0x000340, "Member 'ASBZStandaloneWeaponDisplay::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(ASBZStandaloneWeaponDisplay, bMergeWeaponMeshes) == 0x000370, "Member 'ASBZStandaloneWeaponDisplay::bMergeWeaponMeshes' has a wrong offset!"); \ +static_assert(offsetof(ASBZStandaloneWeaponDisplay, bRespawnAlways) == 0x000371, "Member 'ASBZStandaloneWeaponDisplay::bRespawnAlways' has a wrong offset!"); \ +static_assert(offsetof(ASBZStandaloneWeaponDisplay, SpawnedWeapon) == 0x000378, "Member 'ASBZStandaloneWeaponDisplay::SpawnedWeapon' has a wrong offset!"); \ +static_assert(offsetof(ASBZStandaloneWeaponDisplay, PivotPointToSpawn) == 0x0003A8, "Member 'ASBZStandaloneWeaponDisplay::PivotPointToSpawn' has a wrong offset!"); \ +static_assert(offsetof(ASBZStandaloneWeaponDisplay, bForceWithoutPivotPoint) == 0x0003B0, "Member 'ASBZStandaloneWeaponDisplay::bForceWithoutPivotPoint' has a wrong offset!"); \ +static_assert(offsetof(ASBZStandaloneWeaponDisplay, FOVMultiplier) == 0x0003B4, "Member 'ASBZStandaloneWeaponDisplay::FOVMultiplier' has a wrong offset!"); \ +static_assert(offsetof(ASBZStandaloneWeaponDisplay, SpawnedPivotPoint) == 0x0003B8, "Member 'ASBZStandaloneWeaponDisplay::SpawnedPivotPoint' has a wrong offset!"); \ +static_assert(offsetof(ASBZStandaloneWeaponDisplay, RotateComponent) == 0x0003C0, "Member 'ASBZStandaloneWeaponDisplay::RotateComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZStandaloneWeaponDisplayDebug \ +static_assert(alignof(ASBZStandaloneWeaponDisplayDebug) == 0x000010, "Wrong alignment on ASBZStandaloneWeaponDisplayDebug"); \ +static_assert(sizeof(ASBZStandaloneWeaponDisplayDebug) == 0x0003F0, "Wrong size on ASBZStandaloneWeaponDisplayDebug"); \ +static_assert(offsetof(ASBZStandaloneWeaponDisplayDebug, WeaponPreset) == 0x0003D0, "Member 'ASBZStandaloneWeaponDisplayDebug::WeaponPreset' has a wrong offset!"); \ +static_assert(offsetof(ASBZStandaloneWeaponDisplayDebug, WeaponData) == 0x0003D8, "Member 'ASBZStandaloneWeaponDisplayDebug::WeaponData' has a wrong offset!"); \ +static_assert(offsetof(ASBZStandaloneWeaponDisplayDebug, ModData) == 0x0003E0, "Member 'ASBZStandaloneWeaponDisplayDebug::ModData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineDataActionPhase \ +static_assert(alignof(USBZStateMachineDataActionPhase) == 0x000008, "Wrong alignment on USBZStateMachineDataActionPhase"); \ +static_assert(sizeof(USBZStateMachineDataActionPhase) == 0x000040, "Wrong size on USBZStateMachineDataActionPhase"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineDataMatchmaking \ +static_assert(alignof(USBZStateMachineDataMatchmaking) == 0x000008, "Wrong alignment on USBZStateMachineDataMatchmaking"); \ +static_assert(sizeof(USBZStateMachineDataMatchmaking) == 0x000130, "Wrong size on USBZStateMachineDataMatchmaking"); \ +static_assert(offsetof(USBZStateMachineDataMatchmaking, Params_0) == 0x000038, "Member 'USBZStateMachineDataMatchmaking::Params_0' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineDataMatchmaking, PartyCode) == 0x0000F0, "Member 'USBZStateMachineDataMatchmaking::PartyCode' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineDataMatchmaking, bAsyncLoadingComplete) == 0x000100, "Member 'USBZStateMachineDataMatchmaking::bAsyncLoadingComplete' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineDataMatchmaking, bCrossPlayEnabled) == 0x000101, "Member 'USBZStateMachineDataMatchmaking::bCrossPlayEnabled' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineDataMatchmaking, bInCrossPlayLobby) == 0x000102, "Member 'USBZStateMachineDataMatchmaking::bInCrossPlayLobby' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineDataMatchmaking, bCrossPlayAllowed) == 0x000103, "Member 'USBZStateMachineDataMatchmaking::bCrossPlayAllowed' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineDataMatchmaking, NetVersion) == 0x000108, "Member 'USBZStateMachineDataMatchmaking::NetVersion' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineDataMatchmaking, JoinType) == 0x000118, "Member 'USBZStateMachineDataMatchmaking::JoinType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineDataRestartLevel \ +static_assert(alignof(USBZStateMachineDataRestartLevel) == 0x000008, "Wrong alignment on USBZStateMachineDataRestartLevel"); \ +static_assert(sizeof(USBZStateMachineDataRestartLevel) == 0x000040, "Wrong size on USBZStateMachineDataRestartLevel"); \ +static_assert(offsetof(USBZStateMachineDataRestartLevel, Params_0) == 0x000038, "Member 'USBZStateMachineDataRestartLevel::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineDataResult \ +static_assert(alignof(USBZStateMachineDataResult) == 0x000008, "Wrong alignment on USBZStateMachineDataResult"); \ +static_assert(sizeof(USBZStateMachineDataResult) == 0x0002C0, "Wrong size on USBZStateMachineDataResult"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineDataOutroVariation \ +static_assert(alignof(USBZStateMachineDataOutroVariation) == 0x000008, "Wrong alignment on USBZStateMachineDataOutroVariation"); \ +static_assert(sizeof(USBZStateMachineDataOutroVariation) == 0x000040, "Wrong size on USBZStateMachineDataOutroVariation"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineDataSubsystemInitialisation \ +static_assert(alignof(USBZStateMachineDataSubsystemInitialisation) == 0x000008, "Wrong alignment on USBZStateMachineDataSubsystemInitialisation"); \ +static_assert(sizeof(USBZStateMachineDataSubsystemInitialisation) == 0x000040, "Wrong size on USBZStateMachineDataSubsystemInitialisation"); \ +static_assert(offsetof(USBZStateMachineDataSubsystemInitialisation, ReturnReason) == 0x000038, "Member 'USBZStateMachineDataSubsystemInitialisation::ReturnReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZStateMachineDebug \ +static_assert(alignof(ASBZStateMachineDebug) == 0x000008, "Wrong alignment on ASBZStateMachineDebug"); \ +static_assert(sizeof(ASBZStateMachineDebug) == 0x000398, "Wrong size on ASBZStateMachineDebug"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateABMatchmaking_OnPopupSessionDoesNotExistClosed \ +static_assert(alignof(SBZStateMachineStateABMatchmaking_OnPopupSessionDoesNotExistClosed) == 0x000004, "Wrong alignment on SBZStateMachineStateABMatchmaking_OnPopupSessionDoesNotExistClosed"); \ +static_assert(sizeof(SBZStateMachineStateABMatchmaking_OnPopupSessionDoesNotExistClosed) == 0x00000C, "Wrong size on SBZStateMachineStateABMatchmaking_OnPopupSessionDoesNotExistClosed"); \ +static_assert(offsetof(SBZStateMachineStateABMatchmaking_OnPopupSessionDoesNotExistClosed, CloseActionName) == 0x000000, "Member 'SBZStateMachineStateABMatchmaking_OnPopupSessionDoesNotExistClosed::CloseActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateABMatchmaking \ +static_assert(alignof(USBZStateMachineStateABMatchmaking) == 0x000008, "Wrong alignment on USBZStateMachineStateABMatchmaking"); \ +static_assert(sizeof(USBZStateMachineStateABMatchmaking) == 0x0000A8, "Wrong size on USBZStateMachineStateABMatchmaking"); \ +static_assert(offsetof(USBZStateMachineStateABMatchmaking, LoadingScreen) == 0x000080, "Member 'USBZStateMachineStateABMatchmaking::LoadingScreen' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateABMatchmaking, MatchmakingData) == 0x000088, "Member 'USBZStateMachineStateABMatchmaking::MatchmakingData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZVOImportBindings \ +static_assert(alignof(USBZVOImportBindings) == 0x000008, "Wrong alignment on USBZVOImportBindings"); \ +static_assert(sizeof(USBZVOImportBindings) == 0x000098, "Wrong size on USBZVOImportBindings"); \ +static_assert(offsetof(USBZVOImportBindings, VOInfoArray) == 0x000038, "Member 'USBZVOImportBindings::VOInfoArray' has a wrong offset!"); \ +static_assert(offsetof(USBZVOImportBindings, LevelToVOInfo) == 0x000048, "Member 'USBZVOImportBindings::LevelToVOInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateABPreMatch_HandleLobbyStateUpdated \ +static_assert(alignof(SBZStateMachineStateABPreMatch_HandleLobbyStateUpdated) == 0x000001, "Wrong alignment on SBZStateMachineStateABPreMatch_HandleLobbyStateUpdated"); \ +static_assert(sizeof(SBZStateMachineStateABPreMatch_HandleLobbyStateUpdated) == 0x000001, "Wrong size on SBZStateMachineStateABPreMatch_HandleLobbyStateUpdated"); \ +static_assert(offsetof(SBZStateMachineStateABPreMatch_HandleLobbyStateUpdated, Result) == 0x000000, "Member 'SBZStateMachineStateABPreMatch_HandleLobbyStateUpdated::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateABPreMatch_OnCreateVoiceSessionComplete \ +static_assert(alignof(SBZStateMachineStateABPreMatch_OnCreateVoiceSessionComplete) == 0x000008, "Wrong alignment on SBZStateMachineStateABPreMatch_OnCreateVoiceSessionComplete"); \ +static_assert(sizeof(SBZStateMachineStateABPreMatch_OnCreateVoiceSessionComplete) == 0x000028, "Wrong size on SBZStateMachineStateABPreMatch_OnCreateVoiceSessionComplete"); \ +static_assert(offsetof(SBZStateMachineStateABPreMatch_OnCreateVoiceSessionComplete, SessionName) == 0x000000, "Member 'SBZStateMachineStateABPreMatch_OnCreateVoiceSessionComplete::SessionName' has a wrong offset!"); \ +static_assert(offsetof(SBZStateMachineStateABPreMatch_OnCreateVoiceSessionComplete, SharedSessionName) == 0x000010, "Member 'SBZStateMachineStateABPreMatch_OnCreateVoiceSessionComplete::SharedSessionName' has a wrong offset!"); \ +static_assert(offsetof(SBZStateMachineStateABPreMatch_OnCreateVoiceSessionComplete, bWasSuccessful) == 0x000020, "Member 'SBZStateMachineStateABPreMatch_OnCreateVoiceSessionComplete::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateABPreMatch_OnGetVoiceSessionStateComplete \ +static_assert(alignof(SBZStateMachineStateABPreMatch_OnGetVoiceSessionStateComplete) == 0x000008, "Wrong alignment on SBZStateMachineStateABPreMatch_OnGetVoiceSessionStateComplete"); \ +static_assert(sizeof(SBZStateMachineStateABPreMatch_OnGetVoiceSessionStateComplete) == 0x000018, "Wrong size on SBZStateMachineStateABPreMatch_OnGetVoiceSessionStateComplete"); \ +static_assert(offsetof(SBZStateMachineStateABPreMatch_OnGetVoiceSessionStateComplete, SessionName) == 0x000000, "Member 'SBZStateMachineStateABPreMatch_OnGetVoiceSessionStateComplete::SessionName' has a wrong offset!"); \ +static_assert(offsetof(SBZStateMachineStateABPreMatch_OnGetVoiceSessionStateComplete, VoiceSessionState) == 0x000010, "Member 'SBZStateMachineStateABPreMatch_OnGetVoiceSessionStateComplete::VoiceSessionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateABPreMatch_OnJoinVoiceSessionComplete \ +static_assert(alignof(SBZStateMachineStateABPreMatch_OnJoinVoiceSessionComplete) == 0x000008, "Wrong alignment on SBZStateMachineStateABPreMatch_OnJoinVoiceSessionComplete"); \ +static_assert(sizeof(SBZStateMachineStateABPreMatch_OnJoinVoiceSessionComplete) == 0x000018, "Wrong size on SBZStateMachineStateABPreMatch_OnJoinVoiceSessionComplete"); \ +static_assert(offsetof(SBZStateMachineStateABPreMatch_OnJoinVoiceSessionComplete, SessionName) == 0x000000, "Member 'SBZStateMachineStateABPreMatch_OnJoinVoiceSessionComplete::SessionName' has a wrong offset!"); \ +static_assert(offsetof(SBZStateMachineStateABPreMatch_OnJoinVoiceSessionComplete, bWasSuccessful) == 0x000010, "Member 'SBZStateMachineStateABPreMatch_OnJoinVoiceSessionComplete::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateABPreMatch_OnPlayerReadyStatusUpdated \ +static_assert(alignof(SBZStateMachineStateABPreMatch_OnPlayerReadyStatusUpdated) == 0x000001, "Wrong alignment on SBZStateMachineStateABPreMatch_OnPlayerReadyStatusUpdated"); \ +static_assert(sizeof(SBZStateMachineStateABPreMatch_OnPlayerReadyStatusUpdated) == 0x000001, "Wrong size on SBZStateMachineStateABPreMatch_OnPlayerReadyStatusUpdated"); \ +static_assert(offsetof(SBZStateMachineStateABPreMatch_OnPlayerReadyStatusUpdated, bIsReady) == 0x000000, "Member 'SBZStateMachineStateABPreMatch_OnPlayerReadyStatusUpdated::bIsReady' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateABPreMatch \ +static_assert(alignof(USBZStateMachineStateABPreMatch) == 0x000008, "Wrong alignment on USBZStateMachineStateABPreMatch"); \ +static_assert(sizeof(USBZStateMachineStateABPreMatch) == 0x0000C8, "Wrong size on USBZStateMachineStateABPreMatch"); \ +static_assert(offsetof(USBZStateMachineStateABPreMatch, MatchmakingData) == 0x000080, "Member 'USBZStateMachineStateABPreMatch::MatchmakingData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateDsRestartLevel_OnClientStartSeamlessTravel \ +static_assert(alignof(SBZStateMachineStateDsRestartLevel_OnClientStartSeamlessTravel) == 0x000008, "Wrong alignment on SBZStateMachineStateDsRestartLevel_OnClientStartSeamlessTravel"); \ +static_assert(sizeof(SBZStateMachineStateDsRestartLevel_OnClientStartSeamlessTravel) == 0x000028, "Wrong size on SBZStateMachineStateDsRestartLevel_OnClientStartSeamlessTravel"); \ +static_assert(offsetof(SBZStateMachineStateDsRestartLevel_OnClientStartSeamlessTravel, PlayerId) == 0x000000, "Member 'SBZStateMachineStateDsRestartLevel_OnClientStartSeamlessTravel::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateDsRestartLevel \ +static_assert(alignof(USBZStateMachineStateDsRestartLevel) == 0x000008, "Wrong alignment on USBZStateMachineStateDsRestartLevel"); \ +static_assert(sizeof(USBZStateMachineStateDsRestartLevel) == 0x000798, "Wrong size on USBZStateMachineStateDsRestartLevel"); \ +static_assert(offsetof(USBZStateMachineStateDsRestartLevel, PreplanningAssets) == 0x000080, "Member 'USBZStateMachineStateDsRestartLevel::PreplanningAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZVoteDebug \ +static_assert(alignof(USBZVoteDebug) == 0x000008, "Wrong alignment on USBZVoteDebug"); \ +static_assert(sizeof(USBZVoteDebug) == 0x000158, "Wrong size on USBZVoteDebug"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateEGMatchmaking \ +static_assert(alignof(USBZStateMachineStateEGMatchmaking) == 0x000008, "Wrong alignment on USBZStateMachineStateEGMatchmaking"); \ +static_assert(sizeof(USBZStateMachineStateEGMatchmaking) == 0x0000D8, "Wrong size on USBZStateMachineStateEGMatchmaking"); \ +static_assert(offsetof(USBZStateMachineStateEGMatchmaking, LoadingScreen) == 0x000080, "Member 'USBZStateMachineStateEGMatchmaking::LoadingScreen' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateEGMatchmaking, MatchmakingData) == 0x000088, "Member 'USBZStateMachineStateEGMatchmaking::MatchmakingData' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateEGMatchmaking, ApiGatewayEndpoint) == 0x0000B0, "Member 'USBZStateMachineStateEGMatchmaking::ApiGatewayEndpoint' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateEGMatchmaking, StartGameSessionURI) == 0x0000C0, "Member 'USBZStateMachineStateEGMatchmaking::StartGameSessionURI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateGameStart_HandleLostConnectionToPartyHost \ +static_assert(alignof(SBZStateMachineStateGameStart_HandleLostConnectionToPartyHost) == 0x000001, "Wrong alignment on SBZStateMachineStateGameStart_HandleLostConnectionToPartyHost"); \ +static_assert(sizeof(SBZStateMachineStateGameStart_HandleLostConnectionToPartyHost) == 0x000001, "Wrong size on SBZStateMachineStateGameStart_HandleLostConnectionToPartyHost"); \ +static_assert(offsetof(SBZStateMachineStateGameStart_HandleLostConnectionToPartyHost, ErrorCode) == 0x000000, "Member 'SBZStateMachineStateGameStart_HandleLostConnectionToPartyHost::ErrorCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateGameStart_OnPopUpKickedFromHeistClosed \ +static_assert(alignof(SBZStateMachineStateGameStart_OnPopUpKickedFromHeistClosed) == 0x000004, "Wrong alignment on SBZStateMachineStateGameStart_OnPopUpKickedFromHeistClosed"); \ +static_assert(sizeof(SBZStateMachineStateGameStart_OnPopUpKickedFromHeistClosed) == 0x00000C, "Wrong size on SBZStateMachineStateGameStart_OnPopUpKickedFromHeistClosed"); \ +static_assert(offsetof(SBZStateMachineStateGameStart_OnPopUpKickedFromHeistClosed, CloseActionName) == 0x000000, "Member 'SBZStateMachineStateGameStart_OnPopUpKickedFromHeistClosed::CloseActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateGameStart \ +static_assert(alignof(USBZStateMachineStateGameStart) == 0x000008, "Wrong alignment on USBZStateMachineStateGameStart"); \ +static_assert(sizeof(USBZStateMachineStateGameStart) == 0x000100, "Wrong size on USBZStateMachineStateGameStart"); \ +static_assert(offsetof(USBZStateMachineStateGameStart, LoadingScreen) == 0x0000E0, "Member 'USBZStateMachineStateGameStart::LoadingScreen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateJobOverviewDirectJoin_ClientShowBlackScreen \ +static_assert(alignof(SBZStateMachineStateJobOverviewDirectJoin_ClientShowBlackScreen) == 0x000001, "Wrong alignment on SBZStateMachineStateJobOverviewDirectJoin_ClientShowBlackScreen"); \ +static_assert(sizeof(SBZStateMachineStateJobOverviewDirectJoin_ClientShowBlackScreen) == 0x000001, "Wrong size on SBZStateMachineStateJobOverviewDirectJoin_ClientShowBlackScreen"); \ +static_assert(offsetof(SBZStateMachineStateJobOverviewDirectJoin_ClientShowBlackScreen, BlackScreenTransitionType) == 0x000000, "Member 'SBZStateMachineStateJobOverviewDirectJoin_ClientShowBlackScreen::BlackScreenTransitionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateJobOverviewDirectJoin_OnHandleBeginPlayState \ +static_assert(alignof(SBZStateMachineStateJobOverviewDirectJoin_OnHandleBeginPlayState) == 0x000008, "Wrong alignment on SBZStateMachineStateJobOverviewDirectJoin_OnHandleBeginPlayState"); \ +static_assert(sizeof(SBZStateMachineStateJobOverviewDirectJoin_OnHandleBeginPlayState) == 0x000008, "Wrong size on SBZStateMachineStateJobOverviewDirectJoin_OnHandleBeginPlayState"); \ +static_assert(offsetof(SBZStateMachineStateJobOverviewDirectJoin_OnHandleBeginPlayState, PlayerController) == 0x000000, "Member 'SBZStateMachineStateJobOverviewDirectJoin_OnHandleBeginPlayState::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateJobOverviewDirectJoin \ +static_assert(alignof(USBZStateMachineStateJobOverviewDirectJoin) == 0x000008, "Wrong alignment on USBZStateMachineStateJobOverviewDirectJoin"); \ +static_assert(sizeof(USBZStateMachineStateJobOverviewDirectJoin) == 0x0000B8, "Wrong size on USBZStateMachineStateJobOverviewDirectJoin"); \ +static_assert(offsetof(USBZStateMachineStateJobOverviewDirectJoin, JobOverviewWidget) == 0x000080, "Member 'USBZStateMachineStateJobOverviewDirectJoin::JobOverviewWidget' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateJobOverviewDirectJoin, MissionState) == 0x0000A0, "Member 'USBZStateMachineStateJobOverviewDirectJoin::MissionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateJobOverviewDropIn_ClientShowBlackScreen \ +static_assert(alignof(SBZStateMachineStateJobOverviewDropIn_ClientShowBlackScreen) == 0x000001, "Wrong alignment on SBZStateMachineStateJobOverviewDropIn_ClientShowBlackScreen"); \ +static_assert(sizeof(SBZStateMachineStateJobOverviewDropIn_ClientShowBlackScreen) == 0x000001, "Wrong size on SBZStateMachineStateJobOverviewDropIn_ClientShowBlackScreen"); \ +static_assert(offsetof(SBZStateMachineStateJobOverviewDropIn_ClientShowBlackScreen, BlackScreenTransitionType) == 0x000000, "Member 'SBZStateMachineStateJobOverviewDropIn_ClientShowBlackScreen::BlackScreenTransitionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateJobOverviewDropIn_OnHandleBeginPlayState \ +static_assert(alignof(SBZStateMachineStateJobOverviewDropIn_OnHandleBeginPlayState) == 0x000008, "Wrong alignment on SBZStateMachineStateJobOverviewDropIn_OnHandleBeginPlayState"); \ +static_assert(sizeof(SBZStateMachineStateJobOverviewDropIn_OnHandleBeginPlayState) == 0x000008, "Wrong size on SBZStateMachineStateJobOverviewDropIn_OnHandleBeginPlayState"); \ +static_assert(offsetof(SBZStateMachineStateJobOverviewDropIn_OnHandleBeginPlayState, PlayerController) == 0x000000, "Member 'SBZStateMachineStateJobOverviewDropIn_OnHandleBeginPlayState::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateJobOverviewDropIn \ +static_assert(alignof(USBZStateMachineStateJobOverviewDropIn) == 0x000008, "Wrong alignment on USBZStateMachineStateJobOverviewDropIn"); \ +static_assert(sizeof(USBZStateMachineStateJobOverviewDropIn) == 0x0000C8, "Wrong size on USBZStateMachineStateJobOverviewDropIn"); \ +static_assert(offsetof(USBZStateMachineStateJobOverviewDropIn, JobOverviewWidget) == 0x000080, "Member 'USBZStateMachineStateJobOverviewDropIn::JobOverviewWidget' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateJobOverviewDropIn, MissionState) == 0x0000A0, "Member 'USBZStateMachineStateJobOverviewDropIn::MissionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateLobby_HandleLostConnectionToHost \ +static_assert(alignof(SBZStateMachineStateLobby_HandleLostConnectionToHost) == 0x000001, "Wrong alignment on SBZStateMachineStateLobby_HandleLostConnectionToHost"); \ +static_assert(sizeof(SBZStateMachineStateLobby_HandleLostConnectionToHost) == 0x000001, "Wrong size on SBZStateMachineStateLobby_HandleLostConnectionToHost"); \ +static_assert(offsetof(SBZStateMachineStateLobby_HandleLostConnectionToHost, ErrorCode) == 0x000000, "Member 'SBZStateMachineStateLobby_HandleLostConnectionToHost::ErrorCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateLobby_HandleLostConnectionToPartyHost \ +static_assert(alignof(SBZStateMachineStateLobby_HandleLostConnectionToPartyHost) == 0x000001, "Wrong alignment on SBZStateMachineStateLobby_HandleLostConnectionToPartyHost"); \ +static_assert(sizeof(SBZStateMachineStateLobby_HandleLostConnectionToPartyHost) == 0x000001, "Wrong size on SBZStateMachineStateLobby_HandleLostConnectionToPartyHost"); \ +static_assert(offsetof(SBZStateMachineStateLobby_HandleLostConnectionToPartyHost, ErrorCode) == 0x000000, "Member 'SBZStateMachineStateLobby_HandleLostConnectionToPartyHost::ErrorCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateLobby \ +static_assert(alignof(USBZStateMachineStateLobby) == 0x000008, "Wrong alignment on USBZStateMachineStateLobby"); \ +static_assert(sizeof(USBZStateMachineStateLobby) == 0x0000A8, "Wrong size on USBZStateMachineStateLobby"); \ +static_assert(offsetof(USBZStateMachineStateLobby, PlayersWaitTimeout) == 0x000080, "Member 'USBZStateMachineStateLobby::PlayersWaitTimeout' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateLobby, ActionPhasePlayersWaitTimeout) == 0x000084, "Member 'USBZStateMachineStateLobby::ActionPhasePlayersWaitTimeout' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateLobby, GameStartTimeout) == 0x000088, "Member 'USBZStateMachineStateLobby::GameStartTimeout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateOutro_HandleMissionResultReady \ +static_assert(alignof(SBZStateMachineStateOutro_HandleMissionResultReady) == 0x000008, "Wrong alignment on SBZStateMachineStateOutro_HandleMissionResultReady"); \ +static_assert(sizeof(SBZStateMachineStateOutro_HandleMissionResultReady) == 0x000288, "Wrong size on SBZStateMachineStateOutro_HandleMissionResultReady"); \ +static_assert(offsetof(SBZStateMachineStateOutro_HandleMissionResultReady, MissionResultData) == 0x000000, "Member 'SBZStateMachineStateOutro_HandleMissionResultReady::MissionResultData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateOutro \ +static_assert(alignof(USBZStateMachineStateOutro) == 0x000008, "Wrong alignment on USBZStateMachineStateOutro"); \ +static_assert(sizeof(USBZStateMachineStateOutro) == 0x000098, "Wrong size on USBZStateMachineStateOutro"); \ +static_assert(offsetof(USBZStateMachineStateOutro, ResultData) == 0x000080, "Member 'USBZStateMachineStateOutro::ResultData' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateOutro, WaitingForEndResult) == 0x000088, "Member 'USBZStateMachineStateOutro::WaitingForEndResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStatePreRestartLevel_OnClientStartSeamlessTravel \ +static_assert(alignof(SBZStateMachineStatePreRestartLevel_OnClientStartSeamlessTravel) == 0x000008, "Wrong alignment on SBZStateMachineStatePreRestartLevel_OnClientStartSeamlessTravel"); \ +static_assert(sizeof(SBZStateMachineStatePreRestartLevel_OnClientStartSeamlessTravel) == 0x000028, "Wrong size on SBZStateMachineStatePreRestartLevel_OnClientStartSeamlessTravel"); \ +static_assert(offsetof(SBZStateMachineStatePreRestartLevel_OnClientStartSeamlessTravel, InPlayerId) == 0x000000, "Member 'SBZStateMachineStatePreRestartLevel_OnClientStartSeamlessTravel::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStatePreRestartLevel_OnP2PHostBeaconClientDisconnected \ +static_assert(alignof(SBZStateMachineStatePreRestartLevel_OnP2PHostBeaconClientDisconnected) == 0x000008, "Wrong alignment on SBZStateMachineStatePreRestartLevel_OnP2PHostBeaconClientDisconnected"); \ +static_assert(sizeof(SBZStateMachineStatePreRestartLevel_OnP2PHostBeaconClientDisconnected) == 0x000028, "Wrong size on SBZStateMachineStatePreRestartLevel_OnP2PHostBeaconClientDisconnected"); \ +static_assert(offsetof(SBZStateMachineStatePreRestartLevel_OnP2PHostBeaconClientDisconnected, InPlayerId) == 0x000000, "Member 'SBZStateMachineStatePreRestartLevel_OnP2PHostBeaconClientDisconnected::InPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStatePreRestartLevel_OnP2PHostBeaconClientReady \ +static_assert(alignof(SBZStateMachineStatePreRestartLevel_OnP2PHostBeaconClientReady) == 0x000008, "Wrong alignment on SBZStateMachineStatePreRestartLevel_OnP2PHostBeaconClientReady"); \ +static_assert(sizeof(SBZStateMachineStatePreRestartLevel_OnP2PHostBeaconClientReady) == 0x000038, "Wrong size on SBZStateMachineStatePreRestartLevel_OnP2PHostBeaconClientReady"); \ +static_assert(offsetof(SBZStateMachineStatePreRestartLevel_OnP2PHostBeaconClientReady, InPlayerId) == 0x000000, "Member 'SBZStateMachineStatePreRestartLevel_OnP2PHostBeaconClientReady::InPlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZStateMachineStatePreRestartLevel_OnP2PHostBeaconClientReady, InDisplayName) == 0x000028, "Member 'SBZStateMachineStatePreRestartLevel_OnP2PHostBeaconClientReady::InDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStatePreRestartLevel \ +static_assert(alignof(USBZStateMachineStatePreRestartLevel) == 0x000008, "Wrong alignment on USBZStateMachineStatePreRestartLevel"); \ +static_assert(sizeof(USBZStateMachineStatePreRestartLevel) == 0x0002C0, "Wrong size on USBZStateMachineStatePreRestartLevel"); \ +static_assert(offsetof(USBZStateMachineStatePreRestartLevel, PreplanningAssets) == 0x000080, "Member 'USBZStateMachineStatePreRestartLevel::PreplanningAssets' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStatePreRestartLevel, LoadingScreen) == 0x000288, "Member 'USBZStateMachineStatePreRestartLevel::LoadingScreen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateReplay \ +static_assert(alignof(USBZStateMachineStateReplay) == 0x000008, "Wrong alignment on USBZStateMachineStateReplay"); \ +static_assert(sizeof(USBZStateMachineStateReplay) == 0x000080, "Wrong size on USBZStateMachineStateReplay"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateResult_HandlePlayerStateRemoved \ +static_assert(alignof(SBZStateMachineStateResult_HandlePlayerStateRemoved) == 0x000008, "Wrong alignment on SBZStateMachineStateResult_HandlePlayerStateRemoved"); \ +static_assert(sizeof(SBZStateMachineStateResult_HandlePlayerStateRemoved) == 0x000040, "Wrong size on SBZStateMachineStateResult_HandlePlayerStateRemoved"); \ +static_assert(offsetof(SBZStateMachineStateResult_HandlePlayerStateRemoved, InData) == 0x000000, "Member 'SBZStateMachineStateResult_HandlePlayerStateRemoved::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateResult_OnRestartAccepted \ +static_assert(alignof(SBZStateMachineStateResult_OnRestartAccepted) == 0x000008, "Wrong alignment on SBZStateMachineStateResult_OnRestartAccepted"); \ +static_assert(sizeof(SBZStateMachineStateResult_OnRestartAccepted) == 0x000028, "Wrong size on SBZStateMachineStateResult_OnRestartAccepted"); \ +static_assert(offsetof(SBZStateMachineStateResult_OnRestartAccepted, PlayerId) == 0x000000, "Member 'SBZStateMachineStateResult_OnRestartAccepted::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateResult_OnRestartCountdownTimerStarted \ +static_assert(alignof(SBZStateMachineStateResult_OnRestartCountdownTimerStarted) == 0x000004, "Wrong alignment on SBZStateMachineStateResult_OnRestartCountdownTimerStarted"); \ +static_assert(sizeof(SBZStateMachineStateResult_OnRestartCountdownTimerStarted) == 0x000004, "Wrong size on SBZStateMachineStateResult_OnRestartCountdownTimerStarted"); \ +static_assert(offsetof(SBZStateMachineStateResult_OnRestartCountdownTimerStarted, TimeRemainingUntilRestart) == 0x000000, "Member 'SBZStateMachineStateResult_OnRestartCountdownTimerStarted::TimeRemainingUntilRestart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateResult \ +static_assert(alignof(USBZStateMachineStateResult) == 0x000008, "Wrong alignment on USBZStateMachineStateResult"); \ +static_assert(sizeof(USBZStateMachineStateResult) == 0x0000E8, "Wrong size on USBZStateMachineStateResult"); \ +static_assert(offsetof(USBZStateMachineStateResult, ResultWidget) == 0x000080, "Member 'USBZStateMachineStateResult::ResultWidget' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateResult, PlayerRequestedRestart) == 0x0000C0, "Member 'USBZStateMachineStateResult::PlayerRequestedRestart' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateResult, LoadingScreen) == 0x0000D8, "Member 'USBZStateMachineStateResult::LoadingScreen' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateResult, ResultData) == 0x0000E0, "Member 'USBZStateMachineStateResult::ResultData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateSoloPreMatch_OnActiveLoadoutIndexChanged \ +static_assert(alignof(SBZStateMachineStateSoloPreMatch_OnActiveLoadoutIndexChanged) == 0x000004, "Wrong alignment on SBZStateMachineStateSoloPreMatch_OnActiveLoadoutIndexChanged"); \ +static_assert(sizeof(SBZStateMachineStateSoloPreMatch_OnActiveLoadoutIndexChanged) == 0x000004, "Wrong size on SBZStateMachineStateSoloPreMatch_OnActiveLoadoutIndexChanged"); \ +static_assert(offsetof(SBZStateMachineStateSoloPreMatch_OnActiveLoadoutIndexChanged, NewActiveLoadoutIndex) == 0x000000, "Member 'SBZStateMachineStateSoloPreMatch_OnActiveLoadoutIndexChanged::NewActiveLoadoutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateSoloPreMatch_OnLocalPlayerLoadoutChanged \ +static_assert(alignof(SBZStateMachineStateSoloPreMatch_OnLocalPlayerLoadoutChanged) == 0x000008, "Wrong alignment on SBZStateMachineStateSoloPreMatch_OnLocalPlayerLoadoutChanged"); \ +static_assert(sizeof(SBZStateMachineStateSoloPreMatch_OnLocalPlayerLoadoutChanged) == 0x0000A0, "Wrong size on SBZStateMachineStateSoloPreMatch_OnLocalPlayerLoadoutChanged"); \ +static_assert(offsetof(SBZStateMachineStateSoloPreMatch_OnLocalPlayerLoadoutChanged, PlayerLoadout) == 0x000000, "Member 'SBZStateMachineStateSoloPreMatch_OnLocalPlayerLoadoutChanged::PlayerLoadout' has a wrong offset!"); \ +static_assert(offsetof(SBZStateMachineStateSoloPreMatch_OnLocalPlayerLoadoutChanged, PlayerLoadoutIndex) == 0x000098, "Member 'SBZStateMachineStateSoloPreMatch_OnLocalPlayerLoadoutChanged::PlayerLoadoutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateSoloPreMatch_SetPlayerReady \ +static_assert(alignof(SBZStateMachineStateSoloPreMatch_SetPlayerReady) == 0x000001, "Wrong alignment on SBZStateMachineStateSoloPreMatch_SetPlayerReady"); \ +static_assert(sizeof(SBZStateMachineStateSoloPreMatch_SetPlayerReady) == 0x000001, "Wrong size on SBZStateMachineStateSoloPreMatch_SetPlayerReady"); \ +static_assert(offsetof(SBZStateMachineStateSoloPreMatch_SetPlayerReady, ReturnValue) == 0x000000, "Member 'SBZStateMachineStateSoloPreMatch_SetPlayerReady::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateSoloPreMatch \ +static_assert(alignof(USBZStateMachineStateSoloPreMatch) == 0x000008, "Wrong alignment on USBZStateMachineStateSoloPreMatch"); \ +static_assert(sizeof(USBZStateMachineStateSoloPreMatch) == 0x000098, "Wrong size on USBZStateMachineStateSoloPreMatch"); \ +static_assert(offsetof(USBZStateMachineStateSoloPreMatch, MatchmakingData) == 0x000080, "Member 'USBZStateMachineStateSoloPreMatch::MatchmakingData' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateSoloPreMatch, LoadingScreen) == 0x000090, "Member 'USBZStateMachineStateSoloPreMatch::LoadingScreen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateWaitingActionPhase_HandleBeaconNetworkError \ +static_assert(alignof(SBZStateMachineStateWaitingActionPhase_HandleBeaconNetworkError) == 0x000001, "Wrong alignment on SBZStateMachineStateWaitingActionPhase_HandleBeaconNetworkError"); \ +static_assert(sizeof(SBZStateMachineStateWaitingActionPhase_HandleBeaconNetworkError) == 0x000001, "Wrong size on SBZStateMachineStateWaitingActionPhase_HandleBeaconNetworkError"); \ +static_assert(offsetof(SBZStateMachineStateWaitingActionPhase_HandleBeaconNetworkError, Result) == 0x000000, "Member 'SBZStateMachineStateWaitingActionPhase_HandleBeaconNetworkError::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateWaitingActionPhase_HandleJoinedHost \ +static_assert(alignof(SBZStateMachineStateWaitingActionPhase_HandleJoinedHost) == 0x000008, "Wrong alignment on SBZStateMachineStateWaitingActionPhase_HandleJoinedHost"); \ +static_assert(sizeof(SBZStateMachineStateWaitingActionPhase_HandleJoinedHost) == 0x000008, "Wrong size on SBZStateMachineStateWaitingActionPhase_HandleJoinedHost"); \ +static_assert(offsetof(SBZStateMachineStateWaitingActionPhase_HandleJoinedHost, NewWorld) == 0x000000, "Member 'SBZStateMachineStateWaitingActionPhase_HandleJoinedHost::NewWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateWaitingActionPhase_HandleNetworkError \ +static_assert(alignof(SBZStateMachineStateWaitingActionPhase_HandleNetworkError) == 0x000001, "Wrong alignment on SBZStateMachineStateWaitingActionPhase_HandleNetworkError"); \ +static_assert(sizeof(SBZStateMachineStateWaitingActionPhase_HandleNetworkError) == 0x000001, "Wrong size on SBZStateMachineStateWaitingActionPhase_HandleNetworkError"); \ +static_assert(offsetof(SBZStateMachineStateWaitingActionPhase_HandleNetworkError, Result) == 0x000000, "Member 'SBZStateMachineStateWaitingActionPhase_HandleNetworkError::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateWaitingActionPhase \ +static_assert(alignof(USBZStateMachineStateWaitingActionPhase) == 0x000008, "Wrong alignment on USBZStateMachineStateWaitingActionPhase"); \ +static_assert(sizeof(USBZStateMachineStateWaitingActionPhase) == 0x0000D8, "Wrong size on USBZStateMachineStateWaitingActionPhase"); \ +static_assert(offsetof(USBZStateMachineStateWaitingActionPhase, WaitingActionPhaseData) == 0x000080, "Member 'USBZStateMachineStateWaitingActionPhase::WaitingActionPhaseData' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateWaitingActionPhase, TravelToHostTimer) == 0x000088, "Member 'USBZStateMachineStateWaitingActionPhase::TravelToHostTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateWaitingActionPhaseClient_HandleJoinedHost \ +static_assert(alignof(SBZStateMachineStateWaitingActionPhaseClient_HandleJoinedHost) == 0x000008, "Wrong alignment on SBZStateMachineStateWaitingActionPhaseClient_HandleJoinedHost"); \ +static_assert(sizeof(SBZStateMachineStateWaitingActionPhaseClient_HandleJoinedHost) == 0x000008, "Wrong size on SBZStateMachineStateWaitingActionPhaseClient_HandleJoinedHost"); \ +static_assert(offsetof(SBZStateMachineStateWaitingActionPhaseClient_HandleJoinedHost, NewWorld) == 0x000000, "Member 'SBZStateMachineStateWaitingActionPhaseClient_HandleJoinedHost::NewWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateWaitingActionPhaseClient \ +static_assert(alignof(USBZStateMachineStateWaitingActionPhaseClient) == 0x000008, "Wrong alignment on USBZStateMachineStateWaitingActionPhaseClient"); \ +static_assert(sizeof(USBZStateMachineStateWaitingActionPhaseClient) == 0x0000B8, "Wrong size on USBZStateMachineStateWaitingActionPhaseClient"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateWaitingActionPhaseDropIn_HandleJoinedHost \ +static_assert(alignof(SBZStateMachineStateWaitingActionPhaseDropIn_HandleJoinedHost) == 0x000008, "Wrong alignment on SBZStateMachineStateWaitingActionPhaseDropIn_HandleJoinedHost"); \ +static_assert(sizeof(SBZStateMachineStateWaitingActionPhaseDropIn_HandleJoinedHost) == 0x000008, "Wrong size on SBZStateMachineStateWaitingActionPhaseDropIn_HandleJoinedHost"); \ +static_assert(offsetof(SBZStateMachineStateWaitingActionPhaseDropIn_HandleJoinedHost, NewWorld) == 0x000000, "Member 'SBZStateMachineStateWaitingActionPhaseDropIn_HandleJoinedHost::NewWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateWaitingActionPhaseDropIn \ +static_assert(alignof(USBZStateMachineStateWaitingActionPhaseDropIn) == 0x000008, "Wrong alignment on USBZStateMachineStateWaitingActionPhaseDropIn"); \ +static_assert(sizeof(USBZStateMachineStateWaitingActionPhaseDropIn) == 0x0000B8, "Wrong size on USBZStateMachineStateWaitingActionPhaseDropIn"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateWaitingActionPhaseHost_DestinationMapLoaded \ +static_assert(alignof(SBZStateMachineStateWaitingActionPhaseHost_DestinationMapLoaded) == 0x000008, "Wrong alignment on SBZStateMachineStateWaitingActionPhaseHost_DestinationMapLoaded"); \ +static_assert(sizeof(SBZStateMachineStateWaitingActionPhaseHost_DestinationMapLoaded) == 0x000008, "Wrong size on SBZStateMachineStateWaitingActionPhaseHost_DestinationMapLoaded"); \ +static_assert(offsetof(SBZStateMachineStateWaitingActionPhaseHost_DestinationMapLoaded, NewWorld) == 0x000000, "Member 'SBZStateMachineStateWaitingActionPhaseHost_DestinationMapLoaded::NewWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateWaitingActionPhaseHost_HandlePlayerAckReceived \ +static_assert(alignof(SBZStateMachineStateWaitingActionPhaseHost_HandlePlayerAckReceived) == 0x000008, "Wrong alignment on SBZStateMachineStateWaitingActionPhaseHost_HandlePlayerAckReceived"); \ +static_assert(sizeof(SBZStateMachineStateWaitingActionPhaseHost_HandlePlayerAckReceived) == 0x000028, "Wrong size on SBZStateMachineStateWaitingActionPhaseHost_HandlePlayerAckReceived"); \ +static_assert(offsetof(SBZStateMachineStateWaitingActionPhaseHost_HandlePlayerAckReceived, PlayerId) == 0x000000, "Member 'SBZStateMachineStateWaitingActionPhaseHost_HandlePlayerAckReceived::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateWaitingActionPhaseHost_HandlePlayerRegister \ +static_assert(alignof(SBZStateMachineStateWaitingActionPhaseHost_HandlePlayerRegister) == 0x000008, "Wrong alignment on SBZStateMachineStateWaitingActionPhaseHost_HandlePlayerRegister"); \ +static_assert(sizeof(SBZStateMachineStateWaitingActionPhaseHost_HandlePlayerRegister) == 0x000008, "Wrong size on SBZStateMachineStateWaitingActionPhaseHost_HandlePlayerRegister"); \ +static_assert(offsetof(SBZStateMachineStateWaitingActionPhaseHost_HandlePlayerRegister, ChangedPlayerState) == 0x000000, "Member 'SBZStateMachineStateWaitingActionPhaseHost_HandlePlayerRegister::ChangedPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateWaitingActionPhaseHost_PostLoadTransitionMap \ +static_assert(alignof(SBZStateMachineStateWaitingActionPhaseHost_PostLoadTransitionMap) == 0x000008, "Wrong alignment on SBZStateMachineStateWaitingActionPhaseHost_PostLoadTransitionMap"); \ +static_assert(sizeof(SBZStateMachineStateWaitingActionPhaseHost_PostLoadTransitionMap) == 0x000008, "Wrong size on SBZStateMachineStateWaitingActionPhaseHost_PostLoadTransitionMap"); \ +static_assert(offsetof(SBZStateMachineStateWaitingActionPhaseHost_PostLoadTransitionMap, NewWorld) == 0x000000, "Member 'SBZStateMachineStateWaitingActionPhaseHost_PostLoadTransitionMap::NewWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateWaitingActionPhaseHost \ +static_assert(alignof(USBZStateMachineStateWaitingActionPhaseHost) == 0x000008, "Wrong alignment on USBZStateMachineStateWaitingActionPhaseHost"); \ +static_assert(sizeof(USBZStateMachineStateWaitingActionPhaseHost) == 0x0000D8, "Wrong size on USBZStateMachineStateWaitingActionPhaseHost"); \ +static_assert(offsetof(USBZStateMachineStateWaitingActionPhaseHost, TimeOutAck) == 0x0000A0, "Member 'USBZStateMachineStateWaitingActionPhaseHost::TimeOutAck' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateWaitingReplay \ +static_assert(alignof(USBZStateMachineStateWaitingReplay) == 0x000008, "Wrong alignment on USBZStateMachineStateWaitingReplay"); \ +static_assert(sizeof(USBZStateMachineStateWaitingReplay) == 0x000088, "Wrong size on USBZStateMachineStateWaitingReplay"); \ +static_assert(offsetof(USBZStateMachineStateWaitingReplay, Data) == 0x000080, "Member 'USBZStateMachineStateWaitingReplay::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateWaitMainMenu_HandleP2PSessionDestroyed \ +static_assert(alignof(SBZStateMachineStateWaitMainMenu_HandleP2PSessionDestroyed) == 0x000004, "Wrong alignment on SBZStateMachineStateWaitMainMenu_HandleP2PSessionDestroyed"); \ +static_assert(sizeof(SBZStateMachineStateWaitMainMenu_HandleP2PSessionDestroyed) == 0x000010, "Wrong size on SBZStateMachineStateWaitMainMenu_HandleP2PSessionDestroyed"); \ +static_assert(offsetof(SBZStateMachineStateWaitMainMenu_HandleP2PSessionDestroyed, SessionName) == 0x000000, "Member 'SBZStateMachineStateWaitMainMenu_HandleP2PSessionDestroyed::SessionName' has a wrong offset!"); \ +static_assert(offsetof(SBZStateMachineStateWaitMainMenu_HandleP2PSessionDestroyed, bResult) == 0x00000C, "Member 'SBZStateMachineStateWaitMainMenu_HandleP2PSessionDestroyed::bResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateWaitMainMenu \ +static_assert(alignof(USBZStateMachineStateWaitMainMenu) == 0x000008, "Wrong alignment on USBZStateMachineStateWaitMainMenu"); \ +static_assert(sizeof(USBZStateMachineStateWaitMainMenu) == 0x0000B8, "Wrong size on USBZStateMachineStateWaitMainMenu"); \ +static_assert(offsetof(USBZStateMachineStateWaitMainMenu, TickSeamlessTravelTimer) == 0x000080, "Member 'USBZStateMachineStateWaitMainMenu::TickSeamlessTravelTimer' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateWaitMainMenu, LoadingScreen) == 0x000088, "Member 'USBZStateMachineStateWaitMainMenu::LoadingScreen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateWaitSoloGame_OnFetchMapConfigurationDataDone \ +static_assert(alignof(SBZStateMachineStateWaitSoloGame_OnFetchMapConfigurationDataDone) == 0x000008, "Wrong alignment on SBZStateMachineStateWaitSoloGame_OnFetchMapConfigurationDataDone"); \ +static_assert(sizeof(SBZStateMachineStateWaitSoloGame_OnFetchMapConfigurationDataDone) == 0x000078, "Wrong size on SBZStateMachineStateWaitSoloGame_OnFetchMapConfigurationDataDone"); \ +static_assert(offsetof(SBZStateMachineStateWaitSoloGame_OnFetchMapConfigurationDataDone, Result) == 0x000000, "Member 'SBZStateMachineStateWaitSoloGame_OnFetchMapConfigurationDataDone::Result' has a wrong offset!"); \ +static_assert(offsetof(SBZStateMachineStateWaitSoloGame_OnFetchMapConfigurationDataDone, InMapAssetName) == 0x000008, "Member 'SBZStateMachineStateWaitSoloGame_OnFetchMapConfigurationDataDone::InMapAssetName' has a wrong offset!"); \ +static_assert(offsetof(SBZStateMachineStateWaitSoloGame_OnFetchMapConfigurationDataDone, InMatchmakingResult) == 0x000018, "Member 'SBZStateMachineStateWaitSoloGame_OnFetchMapConfigurationDataDone::InMatchmakingResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateWaitSoloGame_OnLoadChallengesDone \ +static_assert(alignof(SBZStateMachineStateWaitSoloGame_OnLoadChallengesDone) == 0x000001, "Wrong alignment on SBZStateMachineStateWaitSoloGame_OnLoadChallengesDone"); \ +static_assert(sizeof(SBZStateMachineStateWaitSoloGame_OnLoadChallengesDone) == 0x000001, "Wrong size on SBZStateMachineStateWaitSoloGame_OnLoadChallengesDone"); \ +static_assert(offsetof(SBZStateMachineStateWaitSoloGame_OnLoadChallengesDone, Result) == 0x000000, "Member 'SBZStateMachineStateWaitSoloGame_OnLoadChallengesDone::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStateMachineStateWaitSoloGame_OnServerRetrieveEntitlementsDone \ +static_assert(alignof(SBZStateMachineStateWaitSoloGame_OnServerRetrieveEntitlementsDone) == 0x000001, "Wrong alignment on SBZStateMachineStateWaitSoloGame_OnServerRetrieveEntitlementsDone"); \ +static_assert(sizeof(SBZStateMachineStateWaitSoloGame_OnServerRetrieveEntitlementsDone) == 0x000001, "Wrong size on SBZStateMachineStateWaitSoloGame_OnServerRetrieveEntitlementsDone"); \ +static_assert(offsetof(SBZStateMachineStateWaitSoloGame_OnServerRetrieveEntitlementsDone, Result) == 0x000000, "Member 'SBZStateMachineStateWaitSoloGame_OnServerRetrieveEntitlementsDone::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStateMachineStateWaitSoloGame \ +static_assert(alignof(USBZStateMachineStateWaitSoloGame) == 0x000008, "Wrong alignment on USBZStateMachineStateWaitSoloGame"); \ +static_assert(sizeof(USBZStateMachineStateWaitSoloGame) == 0x0000C0, "Wrong size on USBZStateMachineStateWaitSoloGame"); \ +static_assert(offsetof(USBZStateMachineStateWaitSoloGame, LoadingScreen) == 0x000088, "Member 'USBZStateMachineStateWaitSoloGame::LoadingScreen' has a wrong offset!"); \ +static_assert(offsetof(USBZStateMachineStateWaitSoloGame, MatchmakingData) == 0x000098, "Member 'USBZStateMachineStateWaitSoloGame::MatchmakingData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZStaticInteractionActor \ +static_assert(alignof(ASBZStaticInteractionActor) == 0x000008, "Wrong alignment on ASBZStaticInteractionActor"); \ +static_assert(sizeof(ASBZStaticInteractionActor) == 0x0002D0, "Wrong size on ASBZStaticInteractionActor"); \ + +#define DUMPER7_ASSERTS_SBZStaticInteractionBinaryState_BP_OnStateChanged \ +static_assert(alignof(SBZStaticInteractionBinaryState_BP_OnStateChanged) == 0x000001, "Wrong alignment on SBZStaticInteractionBinaryState_BP_OnStateChanged"); \ +static_assert(sizeof(SBZStaticInteractionBinaryState_BP_OnStateChanged) == 0x000002, "Wrong size on SBZStaticInteractionBinaryState_BP_OnStateChanged"); \ +static_assert(offsetof(SBZStaticInteractionBinaryState_BP_OnStateChanged, bNewState) == 0x000000, "Member 'SBZStaticInteractionBinaryState_BP_OnStateChanged::bNewState' has a wrong offset!"); \ +static_assert(offsetof(SBZStaticInteractionBinaryState_BP_OnStateChanged, bDoCosmentics) == 0x000001, "Member 'SBZStaticInteractionBinaryState_BP_OnStateChanged::bDoCosmentics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStaticInteractionBinaryState_OnAckCompleteInteraction \ +static_assert(alignof(SBZStaticInteractionBinaryState_OnAckCompleteInteraction) == 0x000008, "Wrong alignment on SBZStaticInteractionBinaryState_OnAckCompleteInteraction"); \ +static_assert(sizeof(SBZStaticInteractionBinaryState_OnAckCompleteInteraction) == 0x000018, "Wrong size on SBZStaticInteractionBinaryState_OnAckCompleteInteraction"); \ +static_assert(offsetof(SBZStaticInteractionBinaryState_OnAckCompleteInteraction, Interactable) == 0x000000, "Member 'SBZStaticInteractionBinaryState_OnAckCompleteInteraction::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZStaticInteractionBinaryState_OnAckCompleteInteraction, Interactor) == 0x000008, "Member 'SBZStaticInteractionBinaryState_OnAckCompleteInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZStaticInteractionBinaryState_OnAckCompleteInteraction, bIsLocallyControlledInteractor) == 0x000010, "Member 'SBZStaticInteractionBinaryState_OnAckCompleteInteraction::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStaticInteractionBinaryState_SetInteractionEnabled \ +static_assert(alignof(SBZStaticInteractionBinaryState_SetInteractionEnabled) == 0x000001, "Wrong alignment on SBZStaticInteractionBinaryState_SetInteractionEnabled"); \ +static_assert(sizeof(SBZStaticInteractionBinaryState_SetInteractionEnabled) == 0x000001, "Wrong size on SBZStaticInteractionBinaryState_SetInteractionEnabled"); \ +static_assert(offsetof(SBZStaticInteractionBinaryState_SetInteractionEnabled, bEnabled) == 0x000000, "Member 'SBZStaticInteractionBinaryState_SetInteractionEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZStaticInteractionBinaryState \ +static_assert(alignof(ASBZStaticInteractionBinaryState) == 0x000008, "Wrong alignment on ASBZStaticInteractionBinaryState"); \ +static_assert(sizeof(ASBZStaticInteractionBinaryState) == 0x0002C8, "Wrong size on ASBZStaticInteractionBinaryState"); \ +static_assert(offsetof(ASBZStaticInteractionBinaryState, OnStateChanged) == 0x0002A8, "Member 'ASBZStaticInteractionBinaryState::OnStateChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZStaticInteractionBinaryState, InteractableComponent) == 0x0002B8, "Member 'ASBZStaticInteractionBinaryState::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZStaticInteractionBinaryState, bState) == 0x0002C0, "Member 'ASBZStaticInteractionBinaryState::bState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStaticMeshHandheldEquippable_GetStaticMeshComponent \ +static_assert(alignof(SBZStaticMeshHandheldEquippable_GetStaticMeshComponent) == 0x000008, "Wrong alignment on SBZStaticMeshHandheldEquippable_GetStaticMeshComponent"); \ +static_assert(sizeof(SBZStaticMeshHandheldEquippable_GetStaticMeshComponent) == 0x000008, "Wrong size on SBZStaticMeshHandheldEquippable_GetStaticMeshComponent"); \ +static_assert(offsetof(SBZStaticMeshHandheldEquippable_GetStaticMeshComponent, ReturnValue) == 0x000000, "Member 'SBZStaticMeshHandheldEquippable_GetStaticMeshComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZStaticMeshHandheldEquippable \ +static_assert(alignof(ASBZStaticMeshHandheldEquippable) == 0x000010, "Wrong alignment on ASBZStaticMeshHandheldEquippable"); \ +static_assert(sizeof(ASBZStaticMeshHandheldEquippable) == 0x000450, "Wrong size on ASBZStaticMeshHandheldEquippable"); \ + +#define DUMPER7_ASSERTS_USBZSentryKillsStatisticCriteriaData \ +static_assert(alignof(USBZSentryKillsStatisticCriteriaData) == 0x000008, "Wrong alignment on USBZSentryKillsStatisticCriteriaData"); \ +static_assert(sizeof(USBZSentryKillsStatisticCriteriaData) == 0x000078, "Wrong size on USBZSentryKillsStatisticCriteriaData"); \ +static_assert(offsetof(USBZSentryKillsStatisticCriteriaData, SentryKills) == 0x000070, "Member 'USBZSentryKillsStatisticCriteriaData::SentryKills' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleAudioComponent_PlayBrakeSound \ +static_assert(alignof(SBZVehicleAudioComponent_PlayBrakeSound) == 0x000004, "Wrong alignment on SBZVehicleAudioComponent_PlayBrakeSound"); \ +static_assert(sizeof(SBZVehicleAudioComponent_PlayBrakeSound) == 0x000004, "Wrong size on SBZVehicleAudioComponent_PlayBrakeSound"); \ +static_assert(offsetof(SBZVehicleAudioComponent_PlayBrakeSound, BreakDistance) == 0x000000, "Member 'SBZVehicleAudioComponent_PlayBrakeSound::BreakDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleAudioComponent_PlayEngineSound \ +static_assert(alignof(SBZVehicleAudioComponent_PlayEngineSound) == 0x000004, "Wrong alignment on SBZVehicleAudioComponent_PlayEngineSound"); \ +static_assert(sizeof(SBZVehicleAudioComponent_PlayEngineSound) == 0x000004, "Wrong size on SBZVehicleAudioComponent_PlayEngineSound"); \ +static_assert(offsetof(SBZVehicleAudioComponent_PlayEngineSound, EngineValue) == 0x000000, "Member 'SBZVehicleAudioComponent_PlayEngineSound::EngineValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleAudioComponent_PlayEngineSounds \ +static_assert(alignof(SBZVehicleAudioComponent_PlayEngineSounds) == 0x000004, "Wrong alignment on SBZVehicleAudioComponent_PlayEngineSounds"); \ +static_assert(sizeof(SBZVehicleAudioComponent_PlayEngineSounds) == 0x000008, "Wrong size on SBZVehicleAudioComponent_PlayEngineSounds"); \ +static_assert(offsetof(SBZVehicleAudioComponent_PlayEngineSounds, EngineValue) == 0x000000, "Member 'SBZVehicleAudioComponent_PlayEngineSounds::EngineValue' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleAudioComponent_PlayEngineSounds, BladeValue) == 0x000004, "Member 'SBZVehicleAudioComponent_PlayEngineSounds::BladeValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleAudioComponent_PlayTireCollisionSounds \ +static_assert(alignof(SBZVehicleAudioComponent_PlayTireCollisionSounds) == 0x000004, "Wrong alignment on SBZVehicleAudioComponent_PlayTireCollisionSounds"); \ +static_assert(sizeof(SBZVehicleAudioComponent_PlayTireCollisionSounds) == 0x000004, "Wrong size on SBZVehicleAudioComponent_PlayTireCollisionSounds"); \ +static_assert(offsetof(SBZVehicleAudioComponent_PlayTireCollisionSounds, CollisionValue) == 0x000000, "Member 'SBZVehicleAudioComponent_PlayTireCollisionSounds::CollisionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleAudioComponent_PlayTyreFrictionSound \ +static_assert(alignof(SBZVehicleAudioComponent_PlayTyreFrictionSound) == 0x000004, "Wrong alignment on SBZVehicleAudioComponent_PlayTyreFrictionSound"); \ +static_assert(sizeof(SBZVehicleAudioComponent_PlayTyreFrictionSound) == 0x000004, "Wrong size on SBZVehicleAudioComponent_PlayTyreFrictionSound"); \ +static_assert(offsetof(SBZVehicleAudioComponent_PlayTyreFrictionSound, EngineValue) == 0x000000, "Member 'SBZVehicleAudioComponent_PlayTyreFrictionSound::EngineValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleAudioComponent_PlayVehicleCollisionSounds \ +static_assert(alignof(SBZVehicleAudioComponent_PlayVehicleCollisionSounds) == 0x000004, "Wrong alignment on SBZVehicleAudioComponent_PlayVehicleCollisionSounds"); \ +static_assert(sizeof(SBZVehicleAudioComponent_PlayVehicleCollisionSounds) == 0x000004, "Wrong size on SBZVehicleAudioComponent_PlayVehicleCollisionSounds"); \ +static_assert(offsetof(SBZVehicleAudioComponent_PlayVehicleCollisionSounds, CollisionValue) == 0x000000, "Member 'SBZVehicleAudioComponent_PlayVehicleCollisionSounds::CollisionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleAudioComponent_PlayVehicleRadioSounds \ +static_assert(alignof(SBZVehicleAudioComponent_PlayVehicleRadioSounds) == 0x000001, "Wrong alignment on SBZVehicleAudioComponent_PlayVehicleRadioSounds"); \ +static_assert(sizeof(SBZVehicleAudioComponent_PlayVehicleRadioSounds) == 0x000001, "Wrong size on SBZVehicleAudioComponent_PlayVehicleRadioSounds"); \ +static_assert(offsetof(SBZVehicleAudioComponent_PlayVehicleRadioSounds, bValue) == 0x000000, "Member 'SBZVehicleAudioComponent_PlayVehicleRadioSounds::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleAudioComponent_SetBodyCollisionImpact \ +static_assert(alignof(SBZVehicleAudioComponent_SetBodyCollisionImpact) == 0x000004, "Wrong alignment on SBZVehicleAudioComponent_SetBodyCollisionImpact"); \ +static_assert(sizeof(SBZVehicleAudioComponent_SetBodyCollisionImpact) == 0x000004, "Wrong size on SBZVehicleAudioComponent_SetBodyCollisionImpact"); \ +static_assert(offsetof(SBZVehicleAudioComponent_SetBodyCollisionImpact, CollisionSpeedValue) == 0x000000, "Member 'SBZVehicleAudioComponent_SetBodyCollisionImpact::CollisionSpeedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleAudioComponent_SetCarVehicleEngineSpeed \ +static_assert(alignof(SBZVehicleAudioComponent_SetCarVehicleEngineSpeed) == 0x000004, "Wrong alignment on SBZVehicleAudioComponent_SetCarVehicleEngineSpeed"); \ +static_assert(sizeof(SBZVehicleAudioComponent_SetCarVehicleEngineSpeed) == 0x000004, "Wrong size on SBZVehicleAudioComponent_SetCarVehicleEngineSpeed"); \ +static_assert(offsetof(SBZVehicleAudioComponent_SetCarVehicleEngineSpeed, EngineValue) == 0x000000, "Member 'SBZVehicleAudioComponent_SetCarVehicleEngineSpeed::EngineValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleAudioComponent_SetHelicopterVehicleEngineSpeed \ +static_assert(alignof(SBZVehicleAudioComponent_SetHelicopterVehicleEngineSpeed) == 0x000004, "Wrong alignment on SBZVehicleAudioComponent_SetHelicopterVehicleEngineSpeed"); \ +static_assert(sizeof(SBZVehicleAudioComponent_SetHelicopterVehicleEngineSpeed) == 0x000008, "Wrong size on SBZVehicleAudioComponent_SetHelicopterVehicleEngineSpeed"); \ +static_assert(offsetof(SBZVehicleAudioComponent_SetHelicopterVehicleEngineSpeed, EngineValue) == 0x000000, "Member 'SBZVehicleAudioComponent_SetHelicopterVehicleEngineSpeed::EngineValue' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleAudioComponent_SetHelicopterVehicleEngineSpeed, BladeValue) == 0x000004, "Member 'SBZVehicleAudioComponent_SetHelicopterVehicleEngineSpeed::BladeValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleAudioComponent_SetTyreCollisionImpact \ +static_assert(alignof(SBZVehicleAudioComponent_SetTyreCollisionImpact) == 0x000004, "Wrong alignment on SBZVehicleAudioComponent_SetTyreCollisionImpact"); \ +static_assert(sizeof(SBZVehicleAudioComponent_SetTyreCollisionImpact) == 0x000004, "Wrong size on SBZVehicleAudioComponent_SetTyreCollisionImpact"); \ +static_assert(offsetof(SBZVehicleAudioComponent_SetTyreCollisionImpact, CollisionSpeedValue) == 0x000000, "Member 'SBZVehicleAudioComponent_SetTyreCollisionImpact::CollisionSpeedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleAudioComponent_SetTyreFriction \ +static_assert(alignof(SBZVehicleAudioComponent_SetTyreFriction) == 0x000004, "Wrong alignment on SBZVehicleAudioComponent_SetTyreFriction"); \ +static_assert(sizeof(SBZVehicleAudioComponent_SetTyreFriction) == 0x000004, "Wrong size on SBZVehicleAudioComponent_SetTyreFriction"); \ +static_assert(offsetof(SBZVehicleAudioComponent_SetTyreFriction, FrictionSpeedValue) == 0x000000, "Member 'SBZVehicleAudioComponent_SetTyreFriction::FrictionSpeedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZVehicleAudioComponent \ +static_assert(alignof(USBZVehicleAudioComponent) == 0x000010, "Wrong alignment on USBZVehicleAudioComponent"); \ +static_assert(sizeof(USBZVehicleAudioComponent) == 0x0003B0, "Wrong size on USBZVehicleAudioComponent"); \ +static_assert(offsetof(USBZVehicleAudioComponent, VehicleTypeState) == 0x0002E0, "Member 'USBZVehicleAudioComponent::VehicleTypeState' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleAudioComponent, EngineSoundEvent) == 0x0002F0, "Member 'USBZVehicleAudioComponent::EngineSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleAudioComponent, EngineStopSoundEvent) == 0x0002F8, "Member 'USBZVehicleAudioComponent::EngineStopSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleAudioComponent, TyreFrictionSoundEvent) == 0x000300, "Member 'USBZVehicleAudioComponent::TyreFrictionSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleAudioComponent, TyreFrictionStopSoundEvent) == 0x000308, "Member 'USBZVehicleAudioComponent::TyreFrictionStopSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleAudioComponent, BrakeSoundEvent) == 0x000310, "Member 'USBZVehicleAudioComponent::BrakeSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleAudioComponent, BrakeStopSoundEvent) == 0x000318, "Member 'USBZVehicleAudioComponent::BrakeStopSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleAudioComponent, CollisionTiresSoundEvent) == 0x000320, "Member 'USBZVehicleAudioComponent::CollisionTiresSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleAudioComponent, CollisionBodySoundEvent) == 0x000328, "Member 'USBZVehicleAudioComponent::CollisionBodySoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleAudioComponent, TireFrictionSoundEvent) == 0x000330, "Member 'USBZVehicleAudioComponent::TireFrictionSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleAudioComponent, SignalSoundEvent) == 0x000338, "Member 'USBZVehicleAudioComponent::SignalSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleAudioComponent, SignalStopSoundEvent) == 0x000340, "Member 'USBZVehicleAudioComponent::SignalStopSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleAudioComponent, RadioSoundEvent) == 0x000348, "Member 'USBZVehicleAudioComponent::RadioSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleAudioComponent, RadioStopSoundEvent) == 0x000350, "Member 'USBZVehicleAudioComponent::RadioStopSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleAudioComponent, HelicopterRotaryBladesSoundEvent) == 0x000358, "Member 'USBZVehicleAudioComponent::HelicopterRotaryBladesSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleAudioComponent, HelicopterRotaryBladesStopSoundEvent) == 0x000360, "Member 'USBZVehicleAudioComponent::HelicopterRotaryBladesStopSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleAudioComponent, EngineRTPC) == 0x000368, "Member 'USBZVehicleAudioComponent::EngineRTPC' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleAudioComponent, CollisionTiresRTPC) == 0x000370, "Member 'USBZVehicleAudioComponent::CollisionTiresRTPC' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleAudioComponent, CollisionBodyRTPC) == 0x000378, "Member 'USBZVehicleAudioComponent::CollisionBodyRTPC' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleAudioComponent, FrictionTiresRTPC) == 0x000380, "Member 'USBZVehicleAudioComponent::FrictionTiresRTPC' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleAudioComponent, HelicopterRotaryBladesRTPC) == 0x000388, "Member 'USBZVehicleAudioComponent::HelicopterRotaryBladesRTPC' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleAudioComponent, EngineSoundMultiplicationValue) == 0x000390, "Member 'USBZVehicleAudioComponent::EngineSoundMultiplicationValue' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleAudioComponent, BrakeSoundMultiplicationValue) == 0x000394, "Member 'USBZVehicleAudioComponent::BrakeSoundMultiplicationValue' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleAudioComponent, TyreSoundMultiplicationValue) == 0x000398, "Member 'USBZVehicleAudioComponent::TyreSoundMultiplicationValue' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleAudioComponent, BladeSoundMultiplicationValue) == 0x00039C, "Member 'USBZVehicleAudioComponent::BladeSoundMultiplicationValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAssaultCountStatisticCriteriaData \ +static_assert(alignof(USBZAssaultCountStatisticCriteriaData) == 0x000008, "Wrong alignment on USBZAssaultCountStatisticCriteriaData"); \ +static_assert(sizeof(USBZAssaultCountStatisticCriteriaData) == 0x000078, "Wrong size on USBZAssaultCountStatisticCriteriaData"); \ +static_assert(offsetof(USBZAssaultCountStatisticCriteriaData, NumberOfAssaultsCompleted) == 0x000070, "Member 'USBZAssaultCountStatisticCriteriaData::NumberOfAssaultsCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSecuredBagStatisticCriteria \ +static_assert(alignof(USBZSecuredBagStatisticCriteria) == 0x000008, "Wrong alignment on USBZSecuredBagStatisticCriteria"); \ +static_assert(sizeof(USBZSecuredBagStatisticCriteria) == 0x000078, "Wrong size on USBZSecuredBagStatisticCriteria"); \ +static_assert(offsetof(USBZSecuredBagStatisticCriteria, RequiredSecuredCount) == 0x000070, "Member 'USBZSecuredBagStatisticCriteria::RequiredSecuredCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSpawnComponent_OnAerialReachedPathEnd \ +static_assert(alignof(SBZVehicleSpawnComponent_OnAerialReachedPathEnd) == 0x000008, "Wrong alignment on SBZVehicleSpawnComponent_OnAerialReachedPathEnd"); \ +static_assert(sizeof(SBZVehicleSpawnComponent_OnAerialReachedPathEnd) == 0x000008, "Wrong size on SBZVehicleSpawnComponent_OnAerialReachedPathEnd"); \ +static_assert(offsetof(SBZVehicleSpawnComponent_OnAerialReachedPathEnd, Vehicle) == 0x000000, "Member 'SBZVehicleSpawnComponent_OnAerialReachedPathEnd::Vehicle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSpawnComponent_OnAerialStarted \ +static_assert(alignof(SBZVehicleSpawnComponent_OnAerialStarted) == 0x000008, "Wrong alignment on SBZVehicleSpawnComponent_OnAerialStarted"); \ +static_assert(sizeof(SBZVehicleSpawnComponent_OnAerialStarted) == 0x000010, "Wrong size on SBZVehicleSpawnComponent_OnAerialStarted"); \ +static_assert(offsetof(SBZVehicleSpawnComponent_OnAerialStarted, Vehicle) == 0x000000, "Member 'SBZVehicleSpawnComponent_OnAerialStarted::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleSpawnComponent_OnAerialStarted, Spline) == 0x000008, "Member 'SBZVehicleSpawnComponent_OnAerialStarted::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSpawnComponent_OnHeistStateChanged \ +static_assert(alignof(SBZVehicleSpawnComponent_OnHeistStateChanged) == 0x000001, "Wrong alignment on SBZVehicleSpawnComponent_OnHeistStateChanged"); \ +static_assert(sizeof(SBZVehicleSpawnComponent_OnHeistStateChanged) == 0x000002, "Wrong size on SBZVehicleSpawnComponent_OnHeistStateChanged"); \ +static_assert(offsetof(SBZVehicleSpawnComponent_OnHeistStateChanged, OldState) == 0x000000, "Member 'SBZVehicleSpawnComponent_OnHeistStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleSpawnComponent_OnHeistStateChanged, NewState) == 0x000001, "Member 'SBZVehicleSpawnComponent_OnHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSpawnComponent_OnPawnSpawned \ +static_assert(alignof(SBZVehicleSpawnComponent_OnPawnSpawned) == 0x000008, "Wrong alignment on SBZVehicleSpawnComponent_OnPawnSpawned"); \ +static_assert(sizeof(SBZVehicleSpawnComponent_OnPawnSpawned) == 0x000018, "Wrong size on SBZVehicleSpawnComponent_OnPawnSpawned"); \ +static_assert(offsetof(SBZVehicleSpawnComponent_OnPawnSpawned, InSpawnGroup) == 0x000000, "Member 'SBZVehicleSpawnComponent_OnPawnSpawned::InSpawnGroup' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleSpawnComponent_OnPawnSpawned, Spawner) == 0x000008, "Member 'SBZVehicleSpawnComponent_OnPawnSpawned::Spawner' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleSpawnComponent_OnPawnSpawned, Pawn) == 0x000010, "Member 'SBZVehicleSpawnComponent_OnPawnSpawned::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSpawnComponent_OnWheeledReachedPathEnd \ +static_assert(alignof(SBZVehicleSpawnComponent_OnWheeledReachedPathEnd) == 0x000008, "Wrong alignment on SBZVehicleSpawnComponent_OnWheeledReachedPathEnd"); \ +static_assert(sizeof(SBZVehicleSpawnComponent_OnWheeledReachedPathEnd) == 0x000008, "Wrong size on SBZVehicleSpawnComponent_OnWheeledReachedPathEnd"); \ +static_assert(offsetof(SBZVehicleSpawnComponent_OnWheeledReachedPathEnd, Vehicle) == 0x000000, "Member 'SBZVehicleSpawnComponent_OnWheeledReachedPathEnd::Vehicle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSpawnComponent_OnWheeledStarted \ +static_assert(alignof(SBZVehicleSpawnComponent_OnWheeledStarted) == 0x000008, "Wrong alignment on SBZVehicleSpawnComponent_OnWheeledStarted"); \ +static_assert(sizeof(SBZVehicleSpawnComponent_OnWheeledStarted) == 0x000010, "Wrong size on SBZVehicleSpawnComponent_OnWheeledStarted"); \ +static_assert(offsetof(SBZVehicleSpawnComponent_OnWheeledStarted, Vehicle) == 0x000000, "Member 'SBZVehicleSpawnComponent_OnWheeledStarted::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleSpawnComponent_OnWheeledStarted, Spline) == 0x000008, "Member 'SBZVehicleSpawnComponent_OnWheeledStarted::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleSpawnComponent_SpawnCompleted \ +static_assert(alignof(SBZVehicleSpawnComponent_SpawnCompleted) == 0x000001, "Wrong alignment on SBZVehicleSpawnComponent_SpawnCompleted"); \ +static_assert(sizeof(SBZVehicleSpawnComponent_SpawnCompleted) == 0x000001, "Wrong size on SBZVehicleSpawnComponent_SpawnCompleted"); \ +static_assert(offsetof(SBZVehicleSpawnComponent_SpawnCompleted, Result) == 0x000000, "Member 'SBZVehicleSpawnComponent_SpawnCompleted::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZVehicleSpawnComponent \ +static_assert(alignof(USBZVehicleSpawnComponent) == 0x000008, "Wrong alignment on USBZVehicleSpawnComponent"); \ +static_assert(sizeof(USBZVehicleSpawnComponent) == 0x000170, "Wrong size on USBZVehicleSpawnComponent"); \ +static_assert(offsetof(USBZVehicleSpawnComponent, OnSpawnCompletedBP) == 0x0000C0, "Member 'USBZVehicleSpawnComponent::OnSpawnCompletedBP' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleSpawnComponent, SpawnGroupSelector) == 0x000100, "Member 'USBZVehicleSpawnComponent::SpawnGroupSelector' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleSpawnComponent, SpawnerSelectors) == 0x000120, "Member 'USBZVehicleSpawnComponent::SpawnerSelectors' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleSpawnComponent, bEnableForAssault) == 0x000130, "Member 'USBZVehicleSpawnComponent::bEnableForAssault' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleSpawnComponent, MaxNumSpawn) == 0x000134, "Member 'USBZVehicleSpawnComponent::MaxNumSpawn' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleSpawnComponent, bInitialSpawnOnly) == 0x000138, "Member 'USBZVehicleSpawnComponent::bInitialSpawnOnly' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleSpawnComponent, bCustomSpawnCompleted) == 0x000139, "Member 'USBZVehicleSpawnComponent::bCustomSpawnCompleted' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleSpawnComponent, SpawnGroup) == 0x000140, "Member 'USBZVehicleSpawnComponent::SpawnGroup' has a wrong offset!"); \ +static_assert(offsetof(USBZVehicleSpawnComponent, Spawners) == 0x000148, "Member 'USBZVehicleSpawnComponent::Spawners' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZTradedHostageOfTypeStatisticCriteria \ +static_assert(alignof(USBZTradedHostageOfTypeStatisticCriteria) == 0x000008, "Wrong alignment on USBZTradedHostageOfTypeStatisticCriteria"); \ +static_assert(sizeof(USBZTradedHostageOfTypeStatisticCriteria) == 0x000080, "Wrong size on USBZTradedHostageOfTypeStatisticCriteria"); \ +static_assert(offsetof(USBZTradedHostageOfTypeStatisticCriteria, HostageTradeCountRequirement) == 0x000070, "Member 'USBZTradedHostageOfTypeStatisticCriteria::HostageTradeCountRequirement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPersonalStatisticCriteriaData \ +static_assert(alignof(USBZPersonalStatisticCriteriaData) == 0x000008, "Wrong alignment on USBZPersonalStatisticCriteriaData"); \ +static_assert(sizeof(USBZPersonalStatisticCriteriaData) == 0x000070, "Wrong size on USBZPersonalStatisticCriteriaData"); \ + +#define DUMPER7_ASSERTS_USBZNoDownPersonalStatisticCriteriaData \ +static_assert(alignof(USBZNoDownPersonalStatisticCriteriaData) == 0x000008, "Wrong alignment on USBZNoDownPersonalStatisticCriteriaData"); \ +static_assert(sizeof(USBZNoDownPersonalStatisticCriteriaData) == 0x000070, "Wrong size on USBZNoDownPersonalStatisticCriteriaData"); \ + +#define DUMPER7_ASSERTS_USBZVendorData \ +static_assert(alignof(USBZVendorData) == 0x000008, "Wrong alignment on USBZVendorData"); \ +static_assert(sizeof(USBZVendorData) == 0x0000B8, "Wrong size on USBZVendorData"); \ +static_assert(offsetof(USBZVendorData, DisplayName) == 0x000038, "Member 'USBZVendorData::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(USBZVendorData, Description) == 0x000050, "Member 'USBZVendorData::Description' has a wrong offset!"); \ +static_assert(offsetof(USBZVendorData, Tag) == 0x000068, "Member 'USBZVendorData::Tag' has a wrong offset!"); \ +static_assert(offsetof(USBZVendorData, DisplayIcon) == 0x000078, "Member 'USBZVendorData::DisplayIcon' has a wrong offset!"); \ +static_assert(offsetof(USBZVendorData, StoreCategories) == 0x0000A8, "Member 'USBZVendorData::StoreCategories' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSmashAndGrabStatisticCriteriaData \ +static_assert(alignof(USBZSmashAndGrabStatisticCriteriaData) == 0x000008, "Wrong alignment on USBZSmashAndGrabStatisticCriteriaData"); \ +static_assert(sizeof(USBZSmashAndGrabStatisticCriteriaData) == 0x000070, "Wrong size on USBZSmashAndGrabStatisticCriteriaData"); \ + +#define DUMPER7_ASSERTS_USBZAllLootStatisticCriteriaData \ +static_assert(alignof(USBZAllLootStatisticCriteriaData) == 0x000008, "Wrong alignment on USBZAllLootStatisticCriteriaData"); \ +static_assert(sizeof(USBZAllLootStatisticCriteriaData) == 0x000070, "Wrong size on USBZAllLootStatisticCriteriaData"); \ + +#define DUMPER7_ASSERTS_SBZViewTargetContainerWidget_IsSecurityCamera \ +static_assert(alignof(SBZViewTargetContainerWidget_IsSecurityCamera) == 0x000001, "Wrong alignment on SBZViewTargetContainerWidget_IsSecurityCamera"); \ +static_assert(sizeof(SBZViewTargetContainerWidget_IsSecurityCamera) == 0x000001, "Wrong size on SBZViewTargetContainerWidget_IsSecurityCamera"); \ +static_assert(offsetof(SBZViewTargetContainerWidget_IsSecurityCamera, bIsSecurityCamera) == 0x000000, "Member 'SBZViewTargetContainerWidget_IsSecurityCamera::bIsSecurityCamera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZViewTargetContainerWidget_OnViewTargetChanged \ +static_assert(alignof(SBZViewTargetContainerWidget_OnViewTargetChanged) == 0x000008, "Wrong alignment on SBZViewTargetContainerWidget_OnViewTargetChanged"); \ +static_assert(sizeof(SBZViewTargetContainerWidget_OnViewTargetChanged) == 0x000018, "Wrong size on SBZViewTargetContainerWidget_OnViewTargetChanged"); \ +static_assert(offsetof(SBZViewTargetContainerWidget_OnViewTargetChanged, InPlayerController) == 0x000000, "Member 'SBZViewTargetContainerWidget_OnViewTargetChanged::InPlayerController' has a wrong offset!"); \ +static_assert(offsetof(SBZViewTargetContainerWidget_OnViewTargetChanged, InViewTargetCollection) == 0x000008, "Member 'SBZViewTargetContainerWidget_OnViewTargetChanged::InViewTargetCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZViewTargetContainerWidget \ +static_assert(alignof(USBZViewTargetContainerWidget) == 0x000008, "Wrong alignment on USBZViewTargetContainerWidget"); \ +static_assert(sizeof(USBZViewTargetContainerWidget) == 0x0003A0, "Wrong size on USBZViewTargetContainerWidget"); \ +static_assert(offsetof(USBZViewTargetContainerWidget, ViewTargetWidgetClass) == 0x000290, "Member 'USBZViewTargetContainerWidget::ViewTargetWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZViewTargetContainerWidget, Panel_ViewTargetWidgets) == 0x000298, "Member 'USBZViewTargetContainerWidget::Panel_ViewTargetWidgets' has a wrong offset!"); \ +static_assert(offsetof(USBZViewTargetContainerWidget, ControlsReference) == 0x0002A0, "Member 'USBZViewTargetContainerWidget::ControlsReference' has a wrong offset!"); \ +static_assert(offsetof(USBZViewTargetContainerWidget, HackerAcedControlReference) == 0x0002C8, "Member 'USBZViewTargetContainerWidget::HackerAcedControlReference' has a wrong offset!"); \ +static_assert(offsetof(USBZViewTargetContainerWidget, HackerRoutedPingControlReference) == 0x000300, "Member 'USBZViewTargetContainerWidget::HackerRoutedPingControlReference' has a wrong offset!"); \ +static_assert(offsetof(USBZViewTargetContainerWidget, HackerSecureLoopControlReference) == 0x000338, "Member 'USBZViewTargetContainerWidget::HackerSecureLoopControlReference' has a wrong offset!"); \ +static_assert(offsetof(USBZViewTargetContainerWidget, CurrentIndex) == 0x000370, "Member 'USBZViewTargetContainerWidget::CurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(USBZViewTargetContainerWidget, TargetCollectionInterface) == 0x000378, "Member 'USBZViewTargetContainerWidget::TargetCollectionInterface' has a wrong offset!"); \ +static_assert(offsetof(USBZViewTargetContainerWidget, WidgetPool) == 0x000388, "Member 'USBZViewTargetContainerWidget::WidgetPool' has a wrong offset!"); \ +static_assert(offsetof(USBZViewTargetContainerWidget, CurrentControlsReferenceID) == 0x000398, "Member 'USBZViewTargetContainerWidget::CurrentControlsReferenceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStayAsPartyWidget_OnInitialTimerStarted \ +static_assert(alignof(SBZStayAsPartyWidget_OnInitialTimerStarted) == 0x000004, "Wrong alignment on SBZStayAsPartyWidget_OnInitialTimerStarted"); \ +static_assert(sizeof(SBZStayAsPartyWidget_OnInitialTimerStarted) == 0x000004, "Wrong size on SBZStayAsPartyWidget_OnInitialTimerStarted"); \ +static_assert(offsetof(SBZStayAsPartyWidget_OnInitialTimerStarted, InNewTime) == 0x000000, "Member 'SBZStayAsPartyWidget_OnInitialTimerStarted::InNewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStayAsPartyWidget_OnMergePartyUpdated \ +static_assert(alignof(SBZStayAsPartyWidget_OnMergePartyUpdated) == 0x000008, "Wrong alignment on SBZStayAsPartyWidget_OnMergePartyUpdated"); \ +static_assert(sizeof(SBZStayAsPartyWidget_OnMergePartyUpdated) == 0x000018, "Wrong size on SBZStayAsPartyWidget_OnMergePartyUpdated"); \ +static_assert(offsetof(SBZStayAsPartyWidget_OnMergePartyUpdated, PlayerDisplayName) == 0x000000, "Member 'SBZStayAsPartyWidget_OnMergePartyUpdated::PlayerDisplayName' has a wrong offset!"); \ +static_assert(offsetof(SBZStayAsPartyWidget_OnMergePartyUpdated, bIsMergePartySelected) == 0x000010, "Member 'SBZStayAsPartyWidget_OnMergePartyUpdated::bIsMergePartySelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStayAsPartyWidget_OnRestartAcceptTimerStarted \ +static_assert(alignof(SBZStayAsPartyWidget_OnRestartAcceptTimerStarted) == 0x000004, "Wrong alignment on SBZStayAsPartyWidget_OnRestartAcceptTimerStarted"); \ +static_assert(sizeof(SBZStayAsPartyWidget_OnRestartAcceptTimerStarted) == 0x000004, "Wrong size on SBZStayAsPartyWidget_OnRestartAcceptTimerStarted"); \ +static_assert(offsetof(SBZStayAsPartyWidget_OnRestartAcceptTimerStarted, InNewTime) == 0x000000, "Member 'SBZStayAsPartyWidget_OnRestartAcceptTimerStarted::InNewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStayAsPartyWidget_OnRestartAcceptTimerUpdated \ +static_assert(alignof(SBZStayAsPartyWidget_OnRestartAcceptTimerUpdated) == 0x000004, "Wrong alignment on SBZStayAsPartyWidget_OnRestartAcceptTimerUpdated"); \ +static_assert(sizeof(SBZStayAsPartyWidget_OnRestartAcceptTimerUpdated) == 0x000004, "Wrong size on SBZStayAsPartyWidget_OnRestartAcceptTimerUpdated"); \ +static_assert(offsetof(SBZStayAsPartyWidget_OnRestartAcceptTimerUpdated, InNewTime) == 0x000000, "Member 'SBZStayAsPartyWidget_OnRestartAcceptTimerUpdated::InNewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStayAsPartyWidget_OnRestartCountdownTimerUpdated \ +static_assert(alignof(SBZStayAsPartyWidget_OnRestartCountdownTimerUpdated) == 0x000004, "Wrong alignment on SBZStayAsPartyWidget_OnRestartCountdownTimerUpdated"); \ +static_assert(sizeof(SBZStayAsPartyWidget_OnRestartCountdownTimerUpdated) == 0x000004, "Wrong size on SBZStayAsPartyWidget_OnRestartCountdownTimerUpdated"); \ +static_assert(offsetof(SBZStayAsPartyWidget_OnRestartCountdownTimerUpdated, InNewTime) == 0x000000, "Member 'SBZStayAsPartyWidget_OnRestartCountdownTimerUpdated::InNewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStayAsPartyWidget_OnRestartExpireTimerUpdated \ +static_assert(alignof(SBZStayAsPartyWidget_OnRestartExpireTimerUpdated) == 0x000004, "Wrong alignment on SBZStayAsPartyWidget_OnRestartExpireTimerUpdated"); \ +static_assert(sizeof(SBZStayAsPartyWidget_OnRestartExpireTimerUpdated) == 0x000004, "Wrong size on SBZStayAsPartyWidget_OnRestartExpireTimerUpdated"); \ +static_assert(offsetof(SBZStayAsPartyWidget_OnRestartExpireTimerUpdated, InNewTime) == 0x000000, "Member 'SBZStayAsPartyWidget_OnRestartExpireTimerUpdated::InNewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStayAsPartyWidget_OnRestartStarted \ +static_assert(alignof(SBZStayAsPartyWidget_OnRestartStarted) == 0x000004, "Wrong alignment on SBZStayAsPartyWidget_OnRestartStarted"); \ +static_assert(sizeof(SBZStayAsPartyWidget_OnRestartStarted) == 0x000004, "Wrong size on SBZStayAsPartyWidget_OnRestartStarted"); \ +static_assert(offsetof(SBZStayAsPartyWidget_OnRestartStarted, InNewTime) == 0x000000, "Member 'SBZStayAsPartyWidget_OnRestartStarted::InNewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStayAsPartyWidget_OnSetup \ +static_assert(alignof(SBZStayAsPartyWidget_OnSetup) == 0x000008, "Wrong alignment on SBZStayAsPartyWidget_OnSetup"); \ +static_assert(sizeof(SBZStayAsPartyWidget_OnSetup) == 0x000010, "Wrong size on SBZStayAsPartyWidget_OnSetup"); \ +static_assert(offsetof(SBZStayAsPartyWidget_OnSetup, PlayerStateArray) == 0x000000, "Member 'SBZStayAsPartyWidget_OnSetup::PlayerStateArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStayAsPartyWidget_OnStayAsPartyLocalStateUpdated \ +static_assert(alignof(SBZStayAsPartyWidget_OnStayAsPartyLocalStateUpdated) == 0x000001, "Wrong alignment on SBZStayAsPartyWidget_OnStayAsPartyLocalStateUpdated"); \ +static_assert(sizeof(SBZStayAsPartyWidget_OnStayAsPartyLocalStateUpdated) == 0x000001, "Wrong size on SBZStayAsPartyWidget_OnStayAsPartyLocalStateUpdated"); \ +static_assert(offsetof(SBZStayAsPartyWidget_OnStayAsPartyLocalStateUpdated, bInStayAsParty) == 0x000000, "Member 'SBZStayAsPartyWidget_OnStayAsPartyLocalStateUpdated::bInStayAsParty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZStayAsPartyWidget_OnStayAsPartyStateUpdated \ +static_assert(alignof(SBZStayAsPartyWidget_OnStayAsPartyStateUpdated) == 0x000004, "Wrong alignment on SBZStayAsPartyWidget_OnStayAsPartyStateUpdated"); \ +static_assert(sizeof(SBZStayAsPartyWidget_OnStayAsPartyStateUpdated) == 0x000004, "Wrong size on SBZStayAsPartyWidget_OnStayAsPartyStateUpdated"); \ +static_assert(offsetof(SBZStayAsPartyWidget_OnStayAsPartyStateUpdated, PlayerCount) == 0x000000, "Member 'SBZStayAsPartyWidget_OnStayAsPartyStateUpdated::PlayerCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStayAsPartyWidget \ +static_assert(alignof(USBZStayAsPartyWidget) == 0x000008, "Wrong alignment on USBZStayAsPartyWidget"); \ +static_assert(sizeof(USBZStayAsPartyWidget) == 0x000290, "Wrong size on USBZStayAsPartyWidget"); \ + +#define DUMPER7_ASSERTS_USBZStopAndTurnMetaData \ +static_assert(alignof(USBZStopAndTurnMetaData) == 0x000008, "Wrong alignment on USBZStopAndTurnMetaData"); \ +static_assert(sizeof(USBZStopAndTurnMetaData) == 0x000040, "Wrong size on USBZStopAndTurnMetaData"); \ +static_assert(offsetof(USBZStopAndTurnMetaData, SelectionData) == 0x000030, "Member 'USBZStopAndTurnMetaData::SelectionData' has a wrong offset!"); \ +static_assert(offsetof(USBZStopAndTurnMetaData, SelectionSpeedThreshold) == 0x000038, "Member 'USBZStopAndTurnMetaData::SelectionSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(USBZStopAndTurnMetaData, SelectionAngleThreshold) == 0x00003C, "Member 'USBZStopAndTurnMetaData::SelectionAngleThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStopAndTurnSelectionData \ +static_assert(alignof(USBZStopAndTurnSelectionData) == 0x000008, "Wrong alignment on USBZStopAndTurnSelectionData"); \ +static_assert(sizeof(USBZStopAndTurnSelectionData) == 0x000040, "Wrong size on USBZStopAndTurnSelectionData"); \ +static_assert(offsetof(USBZStopAndTurnSelectionData, SelectionSpeedThreshold) == 0x000038, "Member 'USBZStopAndTurnSelectionData::SelectionSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(USBZStopAndTurnSelectionData, SelectionAngleThreshold) == 0x00003C, "Member 'USBZStopAndTurnSelectionData::SelectionAngleThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWeightTriggerVolume_SetVolumeEnabled \ +static_assert(alignof(SBZWeightTriggerVolume_SetVolumeEnabled) == 0x000001, "Wrong alignment on SBZWeightTriggerVolume_SetVolumeEnabled"); \ +static_assert(sizeof(SBZWeightTriggerVolume_SetVolumeEnabled) == 0x000001, "Wrong size on SBZWeightTriggerVolume_SetVolumeEnabled"); \ +static_assert(offsetof(SBZWeightTriggerVolume_SetVolumeEnabled, bIsEnabled) == 0x000000, "Member 'SBZWeightTriggerVolume_SetVolumeEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZWeightTriggerVolume \ +static_assert(alignof(ASBZWeightTriggerVolume) == 0x000008, "Wrong alignment on ASBZWeightTriggerVolume"); \ +static_assert(sizeof(ASBZWeightTriggerVolume) == 0x000370, "Wrong size on ASBZWeightTriggerVolume"); \ +static_assert(offsetof(ASBZWeightTriggerVolume, OnWeightLimitChanged) == 0x000300, "Member 'ASBZWeightTriggerVolume::OnWeightLimitChanged' has a wrong offset!"); \ +static_assert(offsetof(ASBZWeightTriggerVolume, bStartEnabled) == 0x000310, "Member 'ASBZWeightTriggerVolume::bStartEnabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZWeightTriggerVolume, WeightLimit) == 0x000314, "Member 'ASBZWeightTriggerVolume::WeightLimit' has a wrong offset!"); \ +static_assert(offsetof(ASBZWeightTriggerVolume, CarryCountMap) == 0x000320, "Member 'ASBZWeightTriggerVolume::CarryCountMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSubduedAbility \ +static_assert(alignof(USBZSubduedAbility) == 0x000008, "Wrong alignment on USBZSubduedAbility"); \ +static_assert(sizeof(USBZSubduedAbility) == 0x0004D8, "Wrong size on USBZSubduedAbility"); \ + +#define DUMPER7_ASSERTS_USBZSuitPartConfig \ +static_assert(alignof(USBZSuitPartConfig) == 0x000008, "Wrong alignment on USBZSuitPartConfig"); \ +static_assert(sizeof(USBZSuitPartConfig) == 0x000040, "Wrong size on USBZSuitPartConfig"); \ +static_assert(offsetof(USBZSuitPartConfig, SuitPart) == 0x000038, "Member 'USBZSuitPartConfig::SuitPart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWheeledVehicleNavModifierComponent \ +static_assert(alignof(USBZWheeledVehicleNavModifierComponent) == 0x000010, "Wrong alignment on USBZWheeledVehicleNavModifierComponent"); \ +static_assert(sizeof(USBZWheeledVehicleNavModifierComponent) == 0x000150, "Wrong size on USBZWheeledVehicleNavModifierComponent"); \ + +#define DUMPER7_ASSERTS_USBZSuitMaterialApplier \ +static_assert(alignof(USBZSuitMaterialApplier) == 0x000008, "Wrong alignment on USBZSuitMaterialApplier"); \ +static_assert(sizeof(USBZSuitMaterialApplier) == 0x000030, "Wrong size on USBZSuitMaterialApplier"); \ + +#define DUMPER7_ASSERTS_USBZSuitPatternApplier \ +static_assert(alignof(USBZSuitPatternApplier) == 0x000008, "Wrong alignment on USBZSuitPatternApplier"); \ +static_assert(sizeof(USBZSuitPatternApplier) == 0x000030, "Wrong size on USBZSuitPatternApplier"); \ + +#define DUMPER7_ASSERTS_USBZSuitSprayCanOnPatternRApplier \ +static_assert(alignof(USBZSuitSprayCanOnPatternRApplier) == 0x000008, "Wrong alignment on USBZSuitSprayCanOnPatternRApplier"); \ +static_assert(sizeof(USBZSuitSprayCanOnPatternRApplier) == 0x000038, "Wrong size on USBZSuitSprayCanOnPatternRApplier"); \ + +#define DUMPER7_ASSERTS_USBZSuitSprayCanOnPatternAApplier \ +static_assert(alignof(USBZSuitSprayCanOnPatternAApplier) == 0x000008, "Wrong alignment on USBZSuitSprayCanOnPatternAApplier"); \ +static_assert(sizeof(USBZSuitSprayCanOnPatternAApplier) == 0x000038, "Wrong size on USBZSuitSprayCanOnPatternAApplier"); \ + +#define DUMPER7_ASSERTS_SBZWindEmitterComponent_SetExtent \ +static_assert(alignof(SBZWindEmitterComponent_SetExtent) == 0x000004, "Wrong alignment on SBZWindEmitterComponent_SetExtent"); \ +static_assert(sizeof(SBZWindEmitterComponent_SetExtent) == 0x00000C, "Wrong size on SBZWindEmitterComponent_SetExtent"); \ +static_assert(offsetof(SBZWindEmitterComponent_SetExtent, InExtent) == 0x000000, "Member 'SBZWindEmitterComponent_SetExtent::InExtent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWindEmitterComponent_SetSpeed \ +static_assert(alignof(SBZWindEmitterComponent_SetSpeed) == 0x000004, "Wrong alignment on SBZWindEmitterComponent_SetSpeed"); \ +static_assert(sizeof(SBZWindEmitterComponent_SetSpeed) == 0x000004, "Wrong size on SBZWindEmitterComponent_SetSpeed"); \ +static_assert(offsetof(SBZWindEmitterComponent_SetSpeed, InWindSpeed) == 0x000000, "Member 'SBZWindEmitterComponent_SetSpeed::InWindSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWindEmitterComponent \ +static_assert(alignof(USBZWindEmitterComponent) == 0x000010, "Wrong alignment on USBZWindEmitterComponent"); \ +static_assert(sizeof(USBZWindEmitterComponent) == 0x000250, "Wrong size on USBZWindEmitterComponent"); \ +static_assert(offsetof(USBZWindEmitterComponent, VolumeType) == 0x000228, "Member 'USBZWindEmitterComponent::VolumeType' has a wrong offset!"); \ +static_assert(offsetof(USBZWindEmitterComponent, EmitterType) == 0x000229, "Member 'USBZWindEmitterComponent::EmitterType' has a wrong offset!"); \ +static_assert(offsetof(USBZWindEmitterComponent, bHasInfiniteExtent) == 0x00022A, "Member 'USBZWindEmitterComponent::bHasInfiniteExtent' has a wrong offset!"); \ +static_assert(offsetof(USBZWindEmitterComponent, Extent) == 0x00022C, "Member 'USBZWindEmitterComponent::Extent' has a wrong offset!"); \ +static_assert(offsetof(USBZWindEmitterComponent, Speed) == 0x000238, "Member 'USBZWindEmitterComponent::Speed' has a wrong offset!"); \ +static_assert(offsetof(USBZWindEmitterComponent, MinGustAmount) == 0x00023C, "Member 'USBZWindEmitterComponent::MinGustAmount' has a wrong offset!"); \ +static_assert(offsetof(USBZWindEmitterComponent, MaxGustAmount) == 0x000240, "Member 'USBZWindEmitterComponent::MaxGustAmount' has a wrong offset!"); \ +static_assert(offsetof(USBZWindEmitterComponent, GustFrequency) == 0x000244, "Member 'USBZWindEmitterComponent::GustFrequency' has a wrong offset!"); \ +static_assert(offsetof(USBZWindEmitterComponent, Strength) == 0x000248, "Member 'USBZWindEmitterComponent::Strength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSuitCustomizationComponent_SetMeshComponent \ +static_assert(alignof(SBZSuitCustomizationComponent_SetMeshComponent) == 0x000008, "Wrong alignment on SBZSuitCustomizationComponent_SetMeshComponent"); \ +static_assert(sizeof(SBZSuitCustomizationComponent_SetMeshComponent) == 0x000008, "Wrong size on SBZSuitCustomizationComponent_SetMeshComponent"); \ +static_assert(offsetof(SBZSuitCustomizationComponent_SetMeshComponent, InMeshCompoenent) == 0x000000, "Member 'SBZSuitCustomizationComponent_SetMeshComponent::InMeshCompoenent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSuitCustomizationComponent_SetSuitConfig \ +static_assert(alignof(SBZSuitCustomizationComponent_SetSuitConfig) == 0x000008, "Wrong alignment on SBZSuitCustomizationComponent_SetSuitConfig"); \ +static_assert(sizeof(SBZSuitCustomizationComponent_SetSuitConfig) == 0x000028, "Wrong size on SBZSuitCustomizationComponent_SetSuitConfig"); \ +static_assert(offsetof(SBZSuitCustomizationComponent_SetSuitConfig, Config) == 0x000000, "Member 'SBZSuitCustomizationComponent_SetSuitConfig::Config' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSuitCustomizationComponent \ +static_assert(alignof(USBZSuitCustomizationComponent) == 0x000008, "Wrong alignment on USBZSuitCustomizationComponent"); \ +static_assert(sizeof(USBZSuitCustomizationComponent) == 0x000100, "Wrong size on USBZSuitCustomizationComponent"); \ +static_assert(offsetof(USBZSuitCustomizationComponent, MeshComponent) == 0x0000C0, "Member 'USBZSuitCustomizationComponent::MeshComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZSuitCustomizationComponent, SuitConfig) == 0x0000C8, "Member 'USBZSuitCustomizationComponent::SuitConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSuitData \ +static_assert(alignof(USBZSuitData) == 0x000008, "Wrong alignment on USBZSuitData"); \ +static_assert(sizeof(USBZSuitData) == 0x000150, "Wrong size on USBZSuitData"); \ + +#define DUMPER7_ASSERTS_USBZSuitMaterialData \ +static_assert(alignof(USBZSuitMaterialData) == 0x000008, "Wrong alignment on USBZSuitMaterialData"); \ +static_assert(sizeof(USBZSuitMaterialData) == 0x0001F8, "Wrong size on USBZSuitMaterialData"); \ + +#define DUMPER7_ASSERTS_USBZWatchData \ +static_assert(alignof(USBZWatchData) == 0x000008, "Wrong alignment on USBZWatchData"); \ +static_assert(sizeof(USBZWatchData) == 0x000150, "Wrong size on USBZWatchData"); \ + +#define DUMPER7_ASSERTS_USBZSuitPresetData \ +static_assert(alignof(USBZSuitPresetData) == 0x000008, "Wrong alignment on USBZSuitPresetData"); \ +static_assert(sizeof(USBZSuitPresetData) == 0x000228, "Wrong size on USBZSuitPresetData"); \ +static_assert(offsetof(USBZSuitPresetData, SkeletalMesh) == 0x0001F8, "Member 'USBZSuitPresetData::SkeletalMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTagEventInterface_HandleTagActive \ +static_assert(alignof(SBZTagEventInterface_HandleTagActive) == 0x000004, "Wrong alignment on SBZTagEventInterface_HandleTagActive"); \ +static_assert(sizeof(SBZTagEventInterface_HandleTagActive) == 0x000010, "Wrong size on SBZTagEventInterface_HandleTagActive"); \ +static_assert(offsetof(SBZTagEventInterface_HandleTagActive, EventTag) == 0x000000, "Member 'SBZTagEventInterface_HandleTagActive::EventTag' has a wrong offset!"); \ +static_assert(offsetof(SBZTagEventInterface_HandleTagActive, bActive) == 0x00000C, "Member 'SBZTagEventInterface_HandleTagActive::bActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZTagEventInterface \ +static_assert(alignof(ISBZTagEventInterface) == 0x000001, "Wrong alignment on ISBZTagEventInterface"); \ +static_assert(sizeof(ISBZTagEventInterface) == 0x000001, "Wrong size on ISBZTagEventInterface"); \ + +#define DUMPER7_ASSERTS_USBZWeaponCharmAnimation \ +static_assert(alignof(USBZWeaponCharmAnimation) == 0x000010, "Wrong alignment on USBZWeaponCharmAnimation"); \ +static_assert(sizeof(USBZWeaponCharmAnimation) == 0x0002C0, "Wrong size on USBZWeaponCharmAnimation"); \ + +#define DUMPER7_ASSERTS_SBZTankAIComponent_OnAttackTagChanged \ +static_assert(alignof(SBZTankAIComponent_OnAttackTagChanged) == 0x000004, "Wrong alignment on SBZTankAIComponent_OnAttackTagChanged"); \ +static_assert(sizeof(SBZTankAIComponent_OnAttackTagChanged) == 0x000010, "Wrong size on SBZTankAIComponent_OnAttackTagChanged"); \ +static_assert(offsetof(SBZTankAIComponent_OnAttackTagChanged, InTag) == 0x000000, "Member 'SBZTankAIComponent_OnAttackTagChanged::InTag' has a wrong offset!"); \ +static_assert(offsetof(SBZTankAIComponent_OnAttackTagChanged, TagCount) == 0x00000C, "Member 'SBZTankAIComponent_OnAttackTagChanged::TagCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZTankAIComponent \ +static_assert(alignof(USBZTankAIComponent) == 0x000008, "Wrong alignment on USBZTankAIComponent"); \ +static_assert(sizeof(USBZTankAIComponent) == 0x0001D8, "Wrong size on USBZTankAIComponent"); \ +static_assert(offsetof(USBZTankAIComponent, Armored) == 0x0000C8, "Member 'USBZTankAIComponent::Armored' has a wrong offset!"); \ +static_assert(offsetof(USBZTankAIComponent, ArmorSelectors) == 0x0000D0, "Member 'USBZTankAIComponent::ArmorSelectors' has a wrong offset!"); \ +static_assert(offsetof(USBZTankAIComponent, ArmorPopOffEvent) == 0x0000E0, "Member 'USBZTankAIComponent::ArmorPopOffEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZTankAIComponent, FaceArmorSelectors) == 0x0000E8, "Member 'USBZTankAIComponent::FaceArmorSelectors' has a wrong offset!"); \ +static_assert(offsetof(USBZTankAIComponent, HeadshotColliderSelector) == 0x0000F8, "Member 'USBZTankAIComponent::HeadshotColliderSelector' has a wrong offset!"); \ +static_assert(offsetof(USBZTankAIComponent, Cooldown) == 0x000118, "Member 'USBZTankAIComponent::Cooldown' has a wrong offset!"); \ +static_assert(offsetof(USBZTankAIComponent, StaggerStateCooldown) == 0x00011C, "Member 'USBZTankAIComponent::StaggerStateCooldown' has a wrong offset!"); \ +static_assert(offsetof(USBZTankAIComponent, ChargeDistance) == 0x000120, "Member 'USBZTankAIComponent::ChargeDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZTankAIComponent, DistantChargeDistance) == 0x000128, "Member 'USBZTankAIComponent::DistantChargeDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZTankAIComponent, ArmorParts) == 0x000130, "Member 'USBZTankAIComponent::ArmorParts' has a wrong offset!"); \ +static_assert(offsetof(USBZTankAIComponent, FaceArmor) == 0x000140, "Member 'USBZTankAIComponent::FaceArmor' has a wrong offset!"); \ +static_assert(offsetof(USBZTankAIComponent, HeadshotCollider) == 0x000150, "Member 'USBZTankAIComponent::HeadshotCollider' has a wrong offset!"); \ +static_assert(offsetof(USBZTankAIComponent, BodyArmorNames) == 0x000158, "Member 'USBZTankAIComponent::BodyArmorNames' has a wrong offset!"); \ +static_assert(offsetof(USBZTankAIComponent, BodyArmorMeshes) == 0x000168, "Member 'USBZTankAIComponent::BodyArmorMeshes' has a wrong offset!"); \ +static_assert(offsetof(USBZTankAIComponent, ArmorInfo) == 0x0001B8, "Member 'USBZTankAIComponent::ArmorInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZTelegraphAttackSoundComponent \ +static_assert(alignof(USBZTelegraphAttackSoundComponent) == 0x000008, "Wrong alignment on USBZTelegraphAttackSoundComponent"); \ +static_assert(sizeof(USBZTelegraphAttackSoundComponent) == 0x0000E8, "Wrong size on USBZTelegraphAttackSoundComponent"); \ +static_assert(offsetof(USBZTelegraphAttackSoundComponent, TelegraphStartEvent) == 0x0000D8, "Member 'USBZTelegraphAttackSoundComponent::TelegraphStartEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZTelegraphAttackSoundComponent, TelegraphStopEvent) == 0x0000E0, "Member 'USBZTelegraphAttackSoundComponent::TelegraphStopEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIWeaponStatsBlueprint_GetAccuracyValueArray \ +static_assert(alignof(SBZUIWeaponStatsBlueprint_GetAccuracyValueArray) == 0x000008, "Wrong alignment on SBZUIWeaponStatsBlueprint_GetAccuracyValueArray"); \ +static_assert(sizeof(SBZUIWeaponStatsBlueprint_GetAccuracyValueArray) == 0x000018, "Wrong size on SBZUIWeaponStatsBlueprint_GetAccuracyValueArray"); \ +static_assert(offsetof(SBZUIWeaponStatsBlueprint_GetAccuracyValueArray, RangedWeaponData) == 0x000000, "Member 'SBZUIWeaponStatsBlueprint_GetAccuracyValueArray::RangedWeaponData' has a wrong offset!"); \ +static_assert(offsetof(SBZUIWeaponStatsBlueprint_GetAccuracyValueArray, OutValueArray) == 0x000008, "Member 'SBZUIWeaponStatsBlueprint_GetAccuracyValueArray::OutValueArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIWeaponStatsBlueprint_GetDamageValueArray \ +static_assert(alignof(SBZUIWeaponStatsBlueprint_GetDamageValueArray) == 0x000008, "Wrong alignment on SBZUIWeaponStatsBlueprint_GetDamageValueArray"); \ +static_assert(sizeof(SBZUIWeaponStatsBlueprint_GetDamageValueArray) == 0x000018, "Wrong size on SBZUIWeaponStatsBlueprint_GetDamageValueArray"); \ +static_assert(offsetof(SBZUIWeaponStatsBlueprint_GetDamageValueArray, RangedWeaponData) == 0x000000, "Member 'SBZUIWeaponStatsBlueprint_GetDamageValueArray::RangedWeaponData' has a wrong offset!"); \ +static_assert(offsetof(SBZUIWeaponStatsBlueprint_GetDamageValueArray, OutValueArray) == 0x000008, "Member 'SBZUIWeaponStatsBlueprint_GetDamageValueArray::OutValueArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIWeaponStatsBlueprint_GetFireRateValueArray \ +static_assert(alignof(SBZUIWeaponStatsBlueprint_GetFireRateValueArray) == 0x000008, "Wrong alignment on SBZUIWeaponStatsBlueprint_GetFireRateValueArray"); \ +static_assert(sizeof(SBZUIWeaponStatsBlueprint_GetFireRateValueArray) == 0x000018, "Wrong size on SBZUIWeaponStatsBlueprint_GetFireRateValueArray"); \ +static_assert(offsetof(SBZUIWeaponStatsBlueprint_GetFireRateValueArray, RangedWeaponData) == 0x000000, "Member 'SBZUIWeaponStatsBlueprint_GetFireRateValueArray::RangedWeaponData' has a wrong offset!"); \ +static_assert(offsetof(SBZUIWeaponStatsBlueprint_GetFireRateValueArray, OutValueArray) == 0x000008, "Member 'SBZUIWeaponStatsBlueprint_GetFireRateValueArray::OutValueArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIWeaponStatsBlueprint_GetHandlingValueArray \ +static_assert(alignof(SBZUIWeaponStatsBlueprint_GetHandlingValueArray) == 0x000008, "Wrong alignment on SBZUIWeaponStatsBlueprint_GetHandlingValueArray"); \ +static_assert(sizeof(SBZUIWeaponStatsBlueprint_GetHandlingValueArray) == 0x000018, "Wrong size on SBZUIWeaponStatsBlueprint_GetHandlingValueArray"); \ +static_assert(offsetof(SBZUIWeaponStatsBlueprint_GetHandlingValueArray, RangedWeaponData) == 0x000000, "Member 'SBZUIWeaponStatsBlueprint_GetHandlingValueArray::RangedWeaponData' has a wrong offset!"); \ +static_assert(offsetof(SBZUIWeaponStatsBlueprint_GetHandlingValueArray, OutValueArray) == 0x000008, "Member 'SBZUIWeaponStatsBlueprint_GetHandlingValueArray::OutValueArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIWeaponStatsBlueprint_GetRecoilValueArray \ +static_assert(alignof(SBZUIWeaponStatsBlueprint_GetRecoilValueArray) == 0x000008, "Wrong alignment on SBZUIWeaponStatsBlueprint_GetRecoilValueArray"); \ +static_assert(sizeof(SBZUIWeaponStatsBlueprint_GetRecoilValueArray) == 0x000018, "Wrong size on SBZUIWeaponStatsBlueprint_GetRecoilValueArray"); \ +static_assert(offsetof(SBZUIWeaponStatsBlueprint_GetRecoilValueArray, RangedWeaponData) == 0x000000, "Member 'SBZUIWeaponStatsBlueprint_GetRecoilValueArray::RangedWeaponData' has a wrong offset!"); \ +static_assert(offsetof(SBZUIWeaponStatsBlueprint_GetRecoilValueArray, OutValueArray) == 0x000008, "Member 'SBZUIWeaponStatsBlueprint_GetRecoilValueArray::OutValueArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIWeaponStatsBlueprint_GetStabilityValueArray \ +static_assert(alignof(SBZUIWeaponStatsBlueprint_GetStabilityValueArray) == 0x000008, "Wrong alignment on SBZUIWeaponStatsBlueprint_GetStabilityValueArray"); \ +static_assert(sizeof(SBZUIWeaponStatsBlueprint_GetStabilityValueArray) == 0x000018, "Wrong size on SBZUIWeaponStatsBlueprint_GetStabilityValueArray"); \ +static_assert(offsetof(SBZUIWeaponStatsBlueprint_GetStabilityValueArray, RangedWeaponData) == 0x000000, "Member 'SBZUIWeaponStatsBlueprint_GetStabilityValueArray::RangedWeaponData' has a wrong offset!"); \ +static_assert(offsetof(SBZUIWeaponStatsBlueprint_GetStabilityValueArray, OutValueArray) == 0x000008, "Member 'SBZUIWeaponStatsBlueprint_GetStabilityValueArray::OutValueArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZUIWeaponStatsBlueprint \ +static_assert(alignof(USBZUIWeaponStatsBlueprint) == 0x000008, "Wrong alignment on USBZUIWeaponStatsBlueprint"); \ +static_assert(sizeof(USBZUIWeaponStatsBlueprint) == 0x000030, "Wrong size on USBZUIWeaponStatsBlueprint"); \ + +#define DUMPER7_ASSERTS_USBZTextStyle \ +static_assert(alignof(USBZTextStyle) == 0x000008, "Wrong alignment on USBZTextStyle"); \ +static_assert(sizeof(USBZTextStyle) == 0x0000C8, "Wrong size on USBZTextStyle"); \ +static_assert(offsetof(USBZTextStyle, Font) == 0x000038, "Member 'USBZTextStyle::Font' has a wrong offset!"); \ +static_assert(offsetof(USBZTextStyle, Margin) == 0x000098, "Member 'USBZTextStyle::Margin' has a wrong offset!"); \ +static_assert(offsetof(USBZTextStyle, bEnableShadows) == 0x0000A8, "Member 'USBZTextStyle::bEnableShadows' has a wrong offset!"); \ +static_assert(offsetof(USBZTextStyle, ShadowColor) == 0x0000B0, "Member 'USBZTextStyle::ShadowColor' has a wrong offset!"); \ +static_assert(offsetof(USBZTextStyle, ShadowOffset) == 0x0000B8, "Member 'USBZTextStyle::ShadowOffset' has a wrong offset!"); \ +static_assert(offsetof(USBZTextStyle, LineHeightPercentage) == 0x0000C0, "Member 'USBZTextStyle::LineHeightPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTextEntryButton_EditingText \ +static_assert(alignof(SBZTextEntryButton_EditingText) == 0x000001, "Wrong alignment on SBZTextEntryButton_EditingText"); \ +static_assert(sizeof(SBZTextEntryButton_EditingText) == 0x000001, "Wrong size on SBZTextEntryButton_EditingText"); \ +static_assert(offsetof(SBZTextEntryButton_EditingText, bInIsEditingText) == 0x000000, "Member 'SBZTextEntryButton_EditingText::bInIsEditingText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTextEntryButton_OnTextCommited \ +static_assert(alignof(SBZTextEntryButton_OnTextCommited) == 0x000008, "Wrong alignment on SBZTextEntryButton_OnTextCommited"); \ +static_assert(sizeof(SBZTextEntryButton_OnTextCommited) == 0x000020, "Wrong size on SBZTextEntryButton_OnTextCommited"); \ +static_assert(offsetof(SBZTextEntryButton_OnTextCommited, Text) == 0x000000, "Member 'SBZTextEntryButton_OnTextCommited::Text' has a wrong offset!"); \ +static_assert(offsetof(SBZTextEntryButton_OnTextCommited, CommitMethod) == 0x000018, "Member 'SBZTextEntryButton_OnTextCommited::CommitMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTextEntryButton_SetInputText \ +static_assert(alignof(SBZTextEntryButton_SetInputText) == 0x000008, "Wrong alignment on SBZTextEntryButton_SetInputText"); \ +static_assert(sizeof(SBZTextEntryButton_SetInputText) == 0x000018, "Wrong size on SBZTextEntryButton_SetInputText"); \ +static_assert(offsetof(SBZTextEntryButton_SetInputText, InText) == 0x000000, "Member 'SBZTextEntryButton_SetInputText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTextEntryButton_GetCurrentText \ +static_assert(alignof(SBZTextEntryButton_GetCurrentText) == 0x000008, "Wrong alignment on SBZTextEntryButton_GetCurrentText"); \ +static_assert(sizeof(SBZTextEntryButton_GetCurrentText) == 0x000018, "Wrong size on SBZTextEntryButton_GetCurrentText"); \ +static_assert(offsetof(SBZTextEntryButton_GetCurrentText, ReturnValue) == 0x000000, "Member 'SBZTextEntryButton_GetCurrentText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZTextEntryButton \ +static_assert(alignof(USBZTextEntryButton) == 0x000008, "Wrong alignment on USBZTextEntryButton"); \ +static_assert(sizeof(USBZTextEntryButton) == 0x000398, "Wrong size on USBZTextEntryButton"); \ +static_assert(offsetof(USBZTextEntryButton, EditableText_TextInput) == 0x000370, "Member 'USBZTextEntryButton::EditableText_TextInput' has a wrong offset!"); \ +static_assert(offsetof(USBZTextEntryButton, bSanitizeInputText) == 0x000378, "Member 'USBZTextEntryButton::bSanitizeInputText' has a wrong offset!"); \ +static_assert(offsetof(USBZTextEntryButton, OnTextSubmitted) == 0x000380, "Member 'USBZTextEntryButton::OnTextSubmitted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZUnblockKillHumanShieldNotify \ +static_assert(alignof(USBZUnblockKillHumanShieldNotify) == 0x000008, "Wrong alignment on USBZUnblockKillHumanShieldNotify"); \ +static_assert(sizeof(USBZUnblockKillHumanShieldNotify) == 0x000040, "Wrong size on USBZUnblockKillHumanShieldNotify"); \ + +#define DUMPER7_ASSERTS_SBZThermalLance_BP_OnBolted \ +static_assert(alignof(SBZThermalLance_BP_OnBolted) == 0x000004, "Wrong alignment on SBZThermalLance_BP_OnBolted"); \ +static_assert(sizeof(SBZThermalLance_BP_OnBolted) == 0x000008, "Wrong size on SBZThermalLance_BP_OnBolted"); \ +static_assert(offsetof(SBZThermalLance_BP_OnBolted, Amount) == 0x000000, "Member 'SBZThermalLance_BP_OnBolted::Amount' has a wrong offset!"); \ +static_assert(offsetof(SBZThermalLance_BP_OnBolted, BoltIndex) == 0x000004, "Member 'SBZThermalLance_BP_OnBolted::BoltIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThermalLance_OnAckAddedCanister \ +static_assert(alignof(SBZThermalLance_OnAckAddedCanister) == 0x000008, "Wrong alignment on SBZThermalLance_OnAckAddedCanister"); \ +static_assert(sizeof(SBZThermalLance_OnAckAddedCanister) == 0x000018, "Wrong size on SBZThermalLance_OnAckAddedCanister"); \ +static_assert(offsetof(SBZThermalLance_OnAckAddedCanister, Interactable) == 0x000000, "Member 'SBZThermalLance_OnAckAddedCanister::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZThermalLance_OnAckAddedCanister, Interactor) == 0x000008, "Member 'SBZThermalLance_OnAckAddedCanister::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZThermalLance_OnAckAddedCanister, bInIsLocallyControlled) == 0x000010, "Member 'SBZThermalLance_OnAckAddedCanister::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThermalLance_OnAckRemovedCanister \ +static_assert(alignof(SBZThermalLance_OnAckRemovedCanister) == 0x000008, "Wrong alignment on SBZThermalLance_OnAckRemovedCanister"); \ +static_assert(sizeof(SBZThermalLance_OnAckRemovedCanister) == 0x000018, "Wrong size on SBZThermalLance_OnAckRemovedCanister"); \ +static_assert(offsetof(SBZThermalLance_OnAckRemovedCanister, Interactable) == 0x000000, "Member 'SBZThermalLance_OnAckRemovedCanister::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZThermalLance_OnAckRemovedCanister, Interactor) == 0x000008, "Member 'SBZThermalLance_OnAckRemovedCanister::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZThermalLance_OnAckRemovedCanister, bInIsLocallyControlled) == 0x000010, "Member 'SBZThermalLance_OnAckRemovedCanister::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThermalLance_OnBagEntered \ +static_assert(alignof(SBZThermalLance_OnBagEntered) == 0x000008, "Wrong alignment on SBZThermalLance_OnBagEntered"); \ +static_assert(sizeof(SBZThermalLance_OnBagEntered) == 0x000020, "Wrong size on SBZThermalLance_OnBagEntered"); \ +static_assert(offsetof(SBZThermalLance_OnBagEntered, Volume) == 0x000000, "Member 'SBZThermalLance_OnBagEntered::Volume' has a wrong offset!"); \ +static_assert(offsetof(SBZThermalLance_OnBagEntered, BagItem) == 0x000008, "Member 'SBZThermalLance_OnBagEntered::BagItem' has a wrong offset!"); \ +static_assert(offsetof(SBZThermalLance_OnBagEntered, BagHandle) == 0x000010, "Member 'SBZThermalLance_OnBagEntered::BagHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThermalLance_OnBoltingComplete \ +static_assert(alignof(SBZThermalLance_OnBoltingComplete) == 0x000008, "Wrong alignment on SBZThermalLance_OnBoltingComplete"); \ +static_assert(sizeof(SBZThermalLance_OnBoltingComplete) == 0x000018, "Wrong size on SBZThermalLance_OnBoltingComplete"); \ +static_assert(offsetof(SBZThermalLance_OnBoltingComplete, Interactable) == 0x000000, "Member 'SBZThermalLance_OnBoltingComplete::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZThermalLance_OnBoltingComplete, Interactor) == 0x000008, "Member 'SBZThermalLance_OnBoltingComplete::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZThermalLance_OnBoltingComplete, bInIsLocallyControlled) == 0x000010, "Member 'SBZThermalLance_OnBoltingComplete::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThermalLance_OnDisassembled \ +static_assert(alignof(SBZThermalLance_OnDisassembled) == 0x000008, "Wrong alignment on SBZThermalLance_OnDisassembled"); \ +static_assert(sizeof(SBZThermalLance_OnDisassembled) == 0x000018, "Wrong size on SBZThermalLance_OnDisassembled"); \ +static_assert(offsetof(SBZThermalLance_OnDisassembled, Interactable) == 0x000000, "Member 'SBZThermalLance_OnDisassembled::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZThermalLance_OnDisassembled, Interactor) == 0x000008, "Member 'SBZThermalLance_OnDisassembled::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZThermalLance_OnDisassembled, bInIsLocallyControlled) == 0x000010, "Member 'SBZThermalLance_OnDisassembled::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThermalLance_OnIgnitionComplete \ +static_assert(alignof(SBZThermalLance_OnIgnitionComplete) == 0x000008, "Wrong alignment on SBZThermalLance_OnIgnitionComplete"); \ +static_assert(sizeof(SBZThermalLance_OnIgnitionComplete) == 0x000018, "Wrong size on SBZThermalLance_OnIgnitionComplete"); \ +static_assert(offsetof(SBZThermalLance_OnIgnitionComplete, Interactable) == 0x000000, "Member 'SBZThermalLance_OnIgnitionComplete::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZThermalLance_OnIgnitionComplete, Interactor) == 0x000008, "Member 'SBZThermalLance_OnIgnitionComplete::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZThermalLance_OnIgnitionComplete, bInIsLocallyControlled) == 0x000010, "Member 'SBZThermalLance_OnIgnitionComplete::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThermalLance_OnInteractStateChanged \ +static_assert(alignof(SBZThermalLance_OnInteractStateChanged) == 0x000008, "Wrong alignment on SBZThermalLance_OnInteractStateChanged"); \ +static_assert(sizeof(SBZThermalLance_OnInteractStateChanged) == 0x000010, "Wrong size on SBZThermalLance_OnInteractStateChanged"); \ +static_assert(offsetof(SBZThermalLance_OnInteractStateChanged, Interactable) == 0x000000, "Member 'SBZThermalLance_OnInteractStateChanged::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZThermalLance_OnInteractStateChanged, bEnabled) == 0x000008, "Member 'SBZThermalLance_OnInteractStateChanged::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThermalLance_OnServerAddedCanister \ +static_assert(alignof(SBZThermalLance_OnServerAddedCanister) == 0x000008, "Wrong alignment on SBZThermalLance_OnServerAddedCanister"); \ +static_assert(sizeof(SBZThermalLance_OnServerAddedCanister) == 0x000018, "Wrong size on SBZThermalLance_OnServerAddedCanister"); \ +static_assert(offsetof(SBZThermalLance_OnServerAddedCanister, Interactable) == 0x000000, "Member 'SBZThermalLance_OnServerAddedCanister::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZThermalLance_OnServerAddedCanister, Interactor) == 0x000008, "Member 'SBZThermalLance_OnServerAddedCanister::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZThermalLance_OnServerAddedCanister, bInIsLocallyControlled) == 0x000010, "Member 'SBZThermalLance_OnServerAddedCanister::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThermalLance_OnServerRemovedCanister \ +static_assert(alignof(SBZThermalLance_OnServerRemovedCanister) == 0x000008, "Wrong alignment on SBZThermalLance_OnServerRemovedCanister"); \ +static_assert(sizeof(SBZThermalLance_OnServerRemovedCanister) == 0x000018, "Wrong size on SBZThermalLance_OnServerRemovedCanister"); \ +static_assert(offsetof(SBZThermalLance_OnServerRemovedCanister, Interactable) == 0x000000, "Member 'SBZThermalLance_OnServerRemovedCanister::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZThermalLance_OnServerRemovedCanister, Interactor) == 0x000008, "Member 'SBZThermalLance_OnServerRemovedCanister::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZThermalLance_OnServerRemovedCanister, bInIsLocallyControlled) == 0x000010, "Member 'SBZThermalLance_OnServerRemovedCanister::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThermalLance_SetTriggerVolumeEnabled \ +static_assert(alignof(SBZThermalLance_SetTriggerVolumeEnabled) == 0x000001, "Wrong alignment on SBZThermalLance_SetTriggerVolumeEnabled"); \ +static_assert(sizeof(SBZThermalLance_SetTriggerVolumeEnabled) == 0x000001, "Wrong size on SBZThermalLance_SetTriggerVolumeEnabled"); \ +static_assert(offsetof(SBZThermalLance_SetTriggerVolumeEnabled, bEnabled) == 0x000000, "Member 'SBZThermalLance_SetTriggerVolumeEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThermalLance_GetInteractionMarkerLocation \ +static_assert(alignof(SBZThermalLance_GetInteractionMarkerLocation) == 0x000004, "Wrong alignment on SBZThermalLance_GetInteractionMarkerLocation"); \ +static_assert(sizeof(SBZThermalLance_GetInteractionMarkerLocation) == 0x00000C, "Wrong size on SBZThermalLance_GetInteractionMarkerLocation"); \ +static_assert(offsetof(SBZThermalLance_GetInteractionMarkerLocation, ReturnValue) == 0x000000, "Member 'SBZThermalLance_GetInteractionMarkerLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZThermalLance \ +static_assert(alignof(ASBZThermalLance) == 0x000008, "Wrong alignment on ASBZThermalLance"); \ +static_assert(sizeof(ASBZThermalLance) == 0x000578, "Wrong size on ASBZThermalLance"); \ +static_assert(offsetof(ASBZThermalLance, OnBolted) == 0x0004A0, "Member 'ASBZThermalLance::OnBolted' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermalLance, OnDisassemblyNeeded) == 0x0004B0, "Member 'ASBZThermalLance::OnDisassemblyNeeded' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermalLance, BagTriggerVolume) == 0x0004C0, "Member 'ASBZThermalLance::BagTriggerVolume' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermalLance, IgnitionInteraction) == 0x0004C8, "Member 'ASBZThermalLance::IgnitionInteraction' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermalLance, RemoveCanisterInteraction) == 0x0004D0, "Member 'ASBZThermalLance::RemoveCanisterInteraction' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermalLance, AddCanisterInteraction) == 0x0004D8, "Member 'ASBZThermalLance::AddCanisterInteraction' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermalLance, DisassembleInteraction) == 0x0004E0, "Member 'ASBZThermalLance::DisassembleInteraction' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermalLance, BoltingInteractions) == 0x0004E8, "Member 'ASBZThermalLance::BoltingInteractions' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermalLance, BoltingInteractionWaypointLocation) == 0x0004F8, "Member 'ASBZThermalLance::BoltingInteractionWaypointLocation' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermalLance, DissassemblyWaypointLocation) == 0x000504, "Member 'ASBZThermalLance::DissassemblyWaypointLocation' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermalLance, bNeedsDisassemblyWhenFinished) == 0x000510, "Member 'ASBZThermalLance::bNeedsDisassemblyWhenFinished' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermalLance, bShouldSpawnBagsWhenCompleted) == 0x000511, "Member 'ASBZThermalLance::bShouldSpawnBagsWhenCompleted' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermalLance, bStartWithBagTriggerEnabled) == 0x000512, "Member 'ASBZThermalLance::bStartWithBagTriggerEnabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermalLance, RequiredBagType) == 0x000518, "Member 'ASBZThermalLance::RequiredBagType' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermalLance, DisassembleInteractionWaitTime) == 0x000520, "Member 'ASBZThermalLance::DisassembleInteractionWaitTime' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermalLance, WidgetSelector) == 0x000528, "Member 'ASBZThermalLance::WidgetSelector' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermalLance, BoltedEvent) == 0x000548, "Member 'ASBZThermalLance::BoltedEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermalLance, RemoveCannisterEvent) == 0x000550, "Member 'ASBZThermalLance::RemoveCannisterEvent' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermalLance, AddCannisterEvent) == 0x000558, "Member 'ASBZThermalLance::AddCannisterEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThermalLanceWidget_BP_OnRefuelingNeeded \ +static_assert(alignof(SBZThermalLanceWidget_BP_OnRefuelingNeeded) == 0x000001, "Wrong alignment on SBZThermalLanceWidget_BP_OnRefuelingNeeded"); \ +static_assert(sizeof(SBZThermalLanceWidget_BP_OnRefuelingNeeded) == 0x000001, "Wrong size on SBZThermalLanceWidget_BP_OnRefuelingNeeded"); \ +static_assert(offsetof(SBZThermalLanceWidget_BP_OnRefuelingNeeded, bIsFuelingNeeded) == 0x000000, "Member 'SBZThermalLanceWidget_BP_OnRefuelingNeeded::bIsFuelingNeeded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZThermalLanceWidget_BP_OnStateChanged \ +static_assert(alignof(SBZThermalLanceWidget_BP_OnStateChanged) == 0x000001, "Wrong alignment on SBZThermalLanceWidget_BP_OnStateChanged"); \ +static_assert(sizeof(SBZThermalLanceWidget_BP_OnStateChanged) == 0x000001, "Wrong size on SBZThermalLanceWidget_BP_OnStateChanged"); \ +static_assert(offsetof(SBZThermalLanceWidget_BP_OnStateChanged, NewState) == 0x000000, "Member 'SBZThermalLanceWidget_BP_OnStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZThermalLanceWidget \ +static_assert(alignof(USBZThermalLanceWidget) == 0x000008, "Wrong alignment on USBZThermalLanceWidget"); \ +static_assert(sizeof(USBZThermalLanceWidget) == 0x0002C0, "Wrong size on USBZThermalLanceWidget"); \ +static_assert(offsetof(USBZThermalLanceWidget, FuelBar) == 0x000290, "Member 'USBZThermalLanceWidget::FuelBar' has a wrong offset!"); \ +static_assert(offsetof(USBZThermalLanceWidget, TimeLeftText) == 0x000298, "Member 'USBZThermalLanceWidget::TimeLeftText' has a wrong offset!"); \ +static_assert(offsetof(USBZThermalLanceWidget, ThermalLance) == 0x0002A0, "Member 'USBZThermalLanceWidget::ThermalLance' has a wrong offset!"); \ +static_assert(offsetof(USBZThermalLanceWidget, RefuelingPercent) == 0x0002A8, "Member 'USBZThermalLanceWidget::RefuelingPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZThermalScopeWeapon \ +static_assert(alignof(ASBZThermalScopeWeapon) == 0x000010, "Wrong alignment on ASBZThermalScopeWeapon"); \ +static_assert(sizeof(ASBZThermalScopeWeapon) == 0x000790, "Wrong size on ASBZThermalScopeWeapon"); \ +static_assert(offsetof(ASBZThermalScopeWeapon, ThermalMaterialArray) == 0x000748, "Member 'ASBZThermalScopeWeapon::ThermalMaterialArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermalScopeWeapon, TargetSocketName) == 0x000758, "Member 'ASBZThermalScopeWeapon::TargetSocketName' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermalScopeWeapon, MarkedCharacterArray) == 0x000768, "Member 'ASBZThermalScopeWeapon::MarkedCharacterArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermalScopeWeapon, ScopeFOVMultiplier) == 0x000778, "Member 'ASBZThermalScopeWeapon::ScopeFOVMultiplier' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermalScopeWeapon, OverskillHET5BlackTraceEffect) == 0x000780, "Member 'ASBZThermalScopeWeapon::OverskillHET5BlackTraceEffect' has a wrong offset!"); \ +static_assert(offsetof(ASBZThermalScopeWeapon, OverskillHET5BlackTraceEffectLength) == 0x000788, "Member 'ASBZThermalScopeWeapon::OverskillHET5BlackTraceEffectLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUpdatePartyJoinTypeCallbackProxy_UpdatePartyJoinType \ +static_assert(alignof(SBZUpdatePartyJoinTypeCallbackProxy_UpdatePartyJoinType) == 0x000008, "Wrong alignment on SBZUpdatePartyJoinTypeCallbackProxy_UpdatePartyJoinType"); \ +static_assert(sizeof(SBZUpdatePartyJoinTypeCallbackProxy_UpdatePartyJoinType) == 0x000018, "Wrong size on SBZUpdatePartyJoinTypeCallbackProxy_UpdatePartyJoinType"); \ +static_assert(offsetof(SBZUpdatePartyJoinTypeCallbackProxy_UpdatePartyJoinType, WorldContextObject_0) == 0x000000, "Member 'SBZUpdatePartyJoinTypeCallbackProxy_UpdatePartyJoinType::WorldContextObject_0' has a wrong offset!"); \ +static_assert(offsetof(SBZUpdatePartyJoinTypeCallbackProxy_UpdatePartyJoinType, InNewJoinType) == 0x000008, "Member 'SBZUpdatePartyJoinTypeCallbackProxy_UpdatePartyJoinType::InNewJoinType' has a wrong offset!"); \ +static_assert(offsetof(SBZUpdatePartyJoinTypeCallbackProxy_UpdatePartyJoinType, ReturnValue) == 0x000010, "Member 'SBZUpdatePartyJoinTypeCallbackProxy_UpdatePartyJoinType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZUpdatePartyJoinTypeCallbackProxy \ +static_assert(alignof(USBZUpdatePartyJoinTypeCallbackProxy) == 0x000008, "Wrong alignment on USBZUpdatePartyJoinTypeCallbackProxy"); \ +static_assert(sizeof(USBZUpdatePartyJoinTypeCallbackProxy) == 0x000058, "Wrong size on USBZUpdatePartyJoinTypeCallbackProxy"); \ +static_assert(offsetof(USBZUpdatePartyJoinTypeCallbackProxy, OnSuccess) == 0x000038, "Member 'USBZUpdatePartyJoinTypeCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(USBZUpdatePartyJoinTypeCallbackProxy, WorldContextObject) == 0x000048, "Member 'USBZUpdatePartyJoinTypeCallbackProxy::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZThermiteInteractRequirement \ +static_assert(alignof(USBZThermiteInteractRequirement) == 0x000008, "Wrong alignment on USBZThermiteInteractRequirement"); \ +static_assert(sizeof(USBZThermiteInteractRequirement) == 0x000030, "Wrong size on USBZThermiteInteractRequirement"); \ + +#define DUMPER7_ASSERTS_USBZVariationSetData \ +static_assert(alignof(USBZVariationSetData) == 0x000008, "Wrong alignment on USBZVariationSetData"); \ +static_assert(sizeof(USBZVariationSetData) == 0x000078, "Wrong size on USBZVariationSetData"); \ +static_assert(offsetof(USBZVariationSetData, Mesh) == 0x000038, "Member 'USBZVariationSetData::Mesh' has a wrong offset!"); \ +static_assert(offsetof(USBZVariationSetData, SkeletalMesh) == 0x000040, "Member 'USBZVariationSetData::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(USBZVariationSetData, StaticMesh) == 0x000048, "Member 'USBZVariationSetData::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(USBZVariationSetData, OverrideMaterials) == 0x000050, "Member 'USBZVariationSetData::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(USBZVariationSetData, CDPFormat) == 0x000060, "Member 'USBZVariationSetData::CDPFormat' has a wrong offset!"); \ +static_assert(offsetof(USBZVariationSetData, Variations) == 0x000068, "Member 'USBZVariationSetData::Variations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerFragGrenadeData \ +static_assert(alignof(USBZPlayerFragGrenadeData) == 0x000008, "Wrong alignment on USBZPlayerFragGrenadeData"); \ +static_assert(sizeof(USBZPlayerFragGrenadeData) == 0x000418, "Wrong size on USBZPlayerFragGrenadeData"); \ +static_assert(offsetof(USBZPlayerFragGrenadeData, DamageDistanceArray) == 0x000400, "Member 'USBZPlayerFragGrenadeData::DamageDistanceArray' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerFragGrenadeData, ArmorPenetration) == 0x000410, "Member 'USBZPlayerFragGrenadeData::ArmorPenetration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIFragGrenadeData \ +static_assert(alignof(USBZAIFragGrenadeData) == 0x000008, "Wrong alignment on USBZAIFragGrenadeData"); \ +static_assert(sizeof(USBZAIFragGrenadeData) == 0x000458, "Wrong size on USBZAIFragGrenadeData"); \ +static_assert(offsetof(USBZAIFragGrenadeData, Damage) == 0x000400, "Member 'USBZAIFragGrenadeData::Damage' has a wrong offset!"); \ +static_assert(offsetof(USBZAIFragGrenadeData, DamageModifierCurve) == 0x000450, "Member 'USBZAIFragGrenadeData::DamageModifierCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZFlashBangGrenadeData \ +static_assert(alignof(USBZFlashBangGrenadeData) == 0x000008, "Wrong alignment on USBZFlashBangGrenadeData"); \ +static_assert(sizeof(USBZFlashBangGrenadeData) == 0x0003F8, "Wrong size on USBZFlashBangGrenadeData"); \ +static_assert(offsetof(USBZFlashBangGrenadeData, GuaranteedFlashDistance) == 0x000378, "Member 'USBZFlashBangGrenadeData::GuaranteedFlashDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZFlashBangGrenadeData, MaximumAngleDifference) == 0x00037C, "Member 'USBZFlashBangGrenadeData::MaximumAngleDifference' has a wrong offset!"); \ +static_assert(offsetof(USBZFlashBangGrenadeData, StunTime) == 0x000380, "Member 'USBZFlashBangGrenadeData::StunTime' has a wrong offset!"); \ +static_assert(offsetof(USBZFlashBangGrenadeData, PlayerFlashTime) == 0x000384, "Member 'USBZFlashBangGrenadeData::PlayerFlashTime' has a wrong offset!"); \ +static_assert(offsetof(USBZFlashBangGrenadeData, FriendlyPlayerFlashTimeScale) == 0x000388, "Member 'USBZFlashBangGrenadeData::FriendlyPlayerFlashTimeScale' has a wrong offset!"); \ +static_assert(offsetof(USBZFlashBangGrenadeData, FlashPlayerFalloffExponent) == 0x00038C, "Member 'USBZFlashBangGrenadeData::FlashPlayerFalloffExponent' has a wrong offset!"); \ +static_assert(offsetof(USBZFlashBangGrenadeData, GameplayEffectClass) == 0x000390, "Member 'USBZFlashBangGrenadeData::GameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(USBZFlashBangGrenadeData, DurationTag) == 0x0003B8, "Member 'USBZFlashBangGrenadeData::DurationTag' has a wrong offset!"); \ +static_assert(offsetof(USBZFlashBangGrenadeData, PawnTypesToIgnoreSkills) == 0x0003C8, "Member 'USBZFlashBangGrenadeData::PawnTypesToIgnoreSkills' has a wrong offset!"); \ +static_assert(offsetof(USBZFlashBangGrenadeData, SuppressedDetonationEffect) == 0x0003E8, "Member 'USBZFlashBangGrenadeData::SuppressedDetonationEffect' has a wrong offset!"); \ +static_assert(offsetof(USBZFlashBangGrenadeData, SuppressedDetonationEvent) == 0x0003F0, "Member 'USBZFlashBangGrenadeData::SuppressedDetonationEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerSmokeGrenadeData \ +static_assert(alignof(USBZPlayerSmokeGrenadeData) == 0x000008, "Wrong alignment on USBZPlayerSmokeGrenadeData"); \ +static_assert(sizeof(USBZPlayerSmokeGrenadeData) == 0x0004B8, "Wrong size on USBZPlayerSmokeGrenadeData"); \ +static_assert(offsetof(USBZPlayerSmokeGrenadeData, RangeMultiplierIncrease) == 0x0004B0, "Member 'USBZPlayerSmokeGrenadeData::RangeMultiplierIncrease' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWeaponSettings_Get \ +static_assert(alignof(SBZWeaponSettings_Get) == 0x000004, "Wrong alignment on SBZWeaponSettings_Get"); \ +static_assert(sizeof(SBZWeaponSettings_Get) == 0x000010, "Wrong size on SBZWeaponSettings_Get"); \ +static_assert(offsetof(SBZWeaponSettings_Get, ReturnValue) == 0x000000, "Member 'SBZWeaponSettings_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponSettings \ +static_assert(alignof(USBZWeaponSettings) == 0x000008, "Wrong alignment on USBZWeaponSettings"); \ +static_assert(sizeof(USBZWeaponSettings) == 0x000058, "Wrong size on USBZWeaponSettings"); \ +static_assert(offsetof(USBZWeaponSettings, Settings) == 0x000048, "Member 'USBZWeaponSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZAIGasGrenadeData \ +static_assert(alignof(USBZAIGasGrenadeData) == 0x000008, "Wrong alignment on USBZAIGasGrenadeData"); \ +static_assert(sizeof(USBZAIGasGrenadeData) == 0x000500, "Wrong size on USBZAIGasGrenadeData"); \ +static_assert(offsetof(USBZAIGasGrenadeData, DifficultyArray) == 0x0004A0, "Member 'USBZAIGasGrenadeData::DifficultyArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZThrowableProjectileData \ +static_assert(alignof(USBZThrowableProjectileData) == 0x000008, "Wrong alignment on USBZThrowableProjectileData"); \ +static_assert(sizeof(USBZThrowableProjectileData) == 0x000248, "Wrong size on USBZThrowableProjectileData"); \ + +#define DUMPER7_ASSERTS_USBZPlayerThrowableKnifeData \ +static_assert(alignof(USBZPlayerThrowableKnifeData) == 0x000008, "Wrong alignment on USBZPlayerThrowableKnifeData"); \ +static_assert(sizeof(USBZPlayerThrowableKnifeData) == 0x000268, "Wrong size on USBZPlayerThrowableKnifeData"); \ +static_assert(offsetof(USBZPlayerThrowableKnifeData, SoundRangePOI) == 0x000248, "Member 'USBZPlayerThrowableKnifeData::SoundRangePOI' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerThrowableKnifeData, ShatteredEvent) == 0x000250, "Member 'USBZPlayerThrowableKnifeData::ShatteredEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerThrowableKnifeData, ReadyEvent) == 0x000258, "Member 'USBZPlayerThrowableKnifeData::ReadyEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerThrowableKnifeData, ShatteredEffect) == 0x000260, "Member 'USBZPlayerThrowableKnifeData::ShatteredEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZThrowBagAnimationAbility \ +static_assert(alignof(USBZThrowBagAnimationAbility) == 0x000008, "Wrong alignment on USBZThrowBagAnimationAbility"); \ +static_assert(sizeof(USBZThrowBagAnimationAbility) == 0x0004D8, "Wrong size on USBZThrowBagAnimationAbility"); \ + +#define DUMPER7_ASSERTS_USBZWeaponTankingData \ +static_assert(alignof(USBZWeaponTankingData) == 0x000008, "Wrong alignment on USBZWeaponTankingData"); \ +static_assert(sizeof(USBZWeaponTankingData) == 0x000058, "Wrong size on USBZWeaponTankingData"); \ +static_assert(offsetof(USBZWeaponTankingData, TankingYawAngleInterval) == 0x000038, "Member 'USBZWeaponTankingData::TankingYawAngleInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponTankingData, TankingRollAngleInterval) == 0x000040, "Member 'USBZWeaponTankingData::TankingRollAngleInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponTankingData, TankingSensitivity) == 0x000048, "Member 'USBZWeaponTankingData::TankingSensitivity' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponTankingData, TankingYawMultiplier) == 0x00004C, "Member 'USBZWeaponTankingData::TankingYawMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponTankingData, TankingRollMultiplier) == 0x000050, "Member 'USBZWeaponTankingData::TankingRollMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZThrowCarryAbility \ +static_assert(alignof(USBZThrowCarryAbility) == 0x000008, "Wrong alignment on USBZThrowCarryAbility"); \ +static_assert(sizeof(USBZThrowCarryAbility) == 0x0004D8, "Wrong size on USBZThrowCarryAbility"); \ + +#define DUMPER7_ASSERTS_USBZThrowEquippedNotify \ +static_assert(alignof(USBZThrowEquippedNotify) == 0x000008, "Wrong alignment on USBZThrowEquippedNotify"); \ +static_assert(sizeof(USBZThrowEquippedNotify) == 0x000040, "Wrong size on USBZThrowEquippedNotify"); \ + +#define DUMPER7_ASSERTS_USBZTickThePunchAbility \ +static_assert(alignof(USBZTickThePunchAbility) == 0x000008, "Wrong alignment on USBZTickThePunchAbility"); \ +static_assert(sizeof(USBZTickThePunchAbility) == 0x000518, "Wrong size on USBZTickThePunchAbility"); \ + +#define DUMPER7_ASSERTS_USBZTiltCameraModifier \ +static_assert(alignof(USBZTiltCameraModifier) == 0x000008, "Wrong alignment on USBZTiltCameraModifier"); \ +static_assert(sizeof(USBZTiltCameraModifier) == 0x000068, "Wrong size on USBZTiltCameraModifier"); \ + +#define DUMPER7_ASSERTS_USBZTimedNiagaraEffectNotifyState \ +static_assert(alignof(USBZTimedNiagaraEffectNotifyState) == 0x000008, "Wrong alignment on USBZTimedNiagaraEffectNotifyState"); \ +static_assert(sizeof(USBZTimedNiagaraEffectNotifyState) == 0x000068, "Wrong size on USBZTimedNiagaraEffectNotifyState"); \ + +#define DUMPER7_ASSERTS_USBZToolCuttingData \ +static_assert(alignof(USBZToolCuttingData) == 0x000010, "Wrong alignment on USBZToolCuttingData"); \ +static_assert(sizeof(USBZToolCuttingData) == 0x0005C0, "Wrong size on USBZToolCuttingData"); \ +static_assert(offsetof(USBZToolCuttingData, Fuel) == 0x000578, "Member 'USBZToolCuttingData::Fuel' has a wrong offset!"); \ +static_assert(offsetof(USBZToolCuttingData, MaximumCutDistance) == 0x00057C, "Member 'USBZToolCuttingData::MaximumCutDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZToolCuttingData, MouseLookSpeedModifier) == 0x000580, "Member 'USBZToolCuttingData::MouseLookSpeedModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZToolCuttingData, GamepadLookSpeedModifier) == 0x000584, "Member 'USBZToolCuttingData::GamepadLookSpeedModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZToolCuttingData, FollowSplineMinAngleDegree) == 0x000588, "Member 'USBZToolCuttingData::FollowSplineMinAngleDegree' has a wrong offset!"); \ +static_assert(offsetof(USBZToolCuttingData, DamageDistanceArray) == 0x000590, "Member 'USBZToolCuttingData::DamageDistanceArray' has a wrong offset!"); \ +static_assert(offsetof(USBZToolCuttingData, ArmorPenetration) == 0x0005A0, "Member 'USBZToolCuttingData::ArmorPenetration' has a wrong offset!"); \ +static_assert(offsetof(USBZToolCuttingData, FriendlyPlayerDamageScale) == 0x0005A4, "Member 'USBZToolCuttingData::FriendlyPlayerDamageScale' has a wrong offset!"); \ +static_assert(offsetof(USBZToolCuttingData, InstigatorPlayerDamageScale) == 0x0005A8, "Member 'USBZToolCuttingData::InstigatorPlayerDamageScale' has a wrong offset!"); \ +static_assert(offsetof(USBZToolCuttingData, bUseInstigatorPlayerDamageScale) == 0x0005AC, "Member 'USBZToolCuttingData::bUseInstigatorPlayerDamageScale' has a wrong offset!"); \ +static_assert(offsetof(USBZToolCuttingData, DefaultSkillSpeedModifier) == 0x0005B0, "Member 'USBZToolCuttingData::DefaultSkillSpeedModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZToolCuttingData, MinCuttableTier) == 0x0005B4, "Member 'USBZToolCuttingData::MinCuttableTier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZMicroCameraData \ +static_assert(alignof(USBZMicroCameraData) == 0x000010, "Wrong alignment on USBZMicroCameraData"); \ +static_assert(sizeof(USBZMicroCameraData) == 0x000590, "Wrong size on USBZMicroCameraData"); \ +static_assert(offsetof(USBZMicroCameraData, SoundRangeOverloaded) == 0x000578, "Member 'USBZMicroCameraData::SoundRangeOverloaded' has a wrong offset!"); \ +static_assert(offsetof(USBZMicroCameraData, DefaultAutoMarkedDuration) == 0x00057C, "Member 'USBZMicroCameraData::DefaultAutoMarkedDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZMicroCameraData, MarkedOutline) == 0x000580, "Member 'USBZMicroCameraData::MarkedOutline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSensorToolData \ +static_assert(alignof(USBZSensorToolData) == 0x000010, "Wrong alignment on USBZSensorToolData"); \ +static_assert(sizeof(USBZSensorToolData) == 0x0005B0, "Wrong size on USBZSensorToolData"); \ +static_assert(offsetof(USBZSensorToolData, MaxMarkableTargets) == 0x000578, "Member 'USBZSensorToolData::MaxMarkableTargets' has a wrong offset!"); \ +static_assert(offsetof(USBZSensorToolData, MaxVisibleTargets) == 0x00057C, "Member 'USBZSensorToolData::MaxVisibleTargets' has a wrong offset!"); \ +static_assert(offsetof(USBZSensorToolData, MaxDistance) == 0x000580, "Member 'USBZSensorToolData::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZSensorToolData, SensorToolDOFFeedback) == 0x000588, "Member 'USBZSensorToolData::SensorToolDOFFeedback' has a wrong offset!"); \ +static_assert(offsetof(USBZSensorToolData, MarkedOutline) == 0x000590, "Member 'USBZSensorToolData::MarkedOutline' has a wrong offset!"); \ +static_assert(offsetof(USBZSensorToolData, SensorAimDegreePadding) == 0x000598, "Member 'USBZSensorToolData::SensorAimDegreePadding' has a wrong offset!"); \ +static_assert(offsetof(USBZSensorToolData, DefaultAmmoCost) == 0x00059C, "Member 'USBZSensorToolData::DefaultAmmoCost' has a wrong offset!"); \ +static_assert(offsetof(USBZSensorToolData, DefaultSensoryMarkingDuration) == 0x0005A0, "Member 'USBZSensorToolData::DefaultSensoryMarkingDuration' has a wrong offset!"); \ +static_assert(offsetof(USBZSensorToolData, ScanLineTime) == 0x0005A4, "Member 'USBZSensorToolData::ScanLineTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlaceableTripMineData \ +static_assert(alignof(USBZPlaceableTripMineData) == 0x000010, "Wrong alignment on USBZPlaceableTripMineData"); \ +static_assert(sizeof(USBZPlaceableTripMineData) == 0x0005A0, "Wrong size on USBZPlaceableTripMineData"); \ +static_assert(offsetof(USBZPlaceableTripMineData, Range) == 0x000578, "Member 'USBZPlaceableTripMineData::Range' has a wrong offset!"); \ +static_assert(offsetof(USBZPlaceableTripMineData, AdditionalPlayerRange) == 0x00057C, "Member 'USBZPlaceableTripMineData::AdditionalPlayerRange' has a wrong offset!"); \ +static_assert(offsetof(USBZPlaceableTripMineData, StunTime) == 0x000580, "Member 'USBZPlaceableTripMineData::StunTime' has a wrong offset!"); \ +static_assert(offsetof(USBZPlaceableTripMineData, GameplayEffectClass) == 0x000588, "Member 'USBZPlaceableTripMineData::GameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(USBZPlaceableTripMineData, DurationTag) == 0x000590, "Member 'USBZPlaceableTripMineData::DurationTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZWindVolume \ +static_assert(alignof(ASBZWindVolume) == 0x000008, "Wrong alignment on ASBZWindVolume"); \ +static_assert(sizeof(ASBZWindVolume) == 0x000308, "Wrong size on ASBZWindVolume"); \ +static_assert(offsetof(ASBZWindVolume, EmitterComponent) == 0x000300, "Member 'ASBZWindVolume::EmitterComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZECMJammerToolData \ +static_assert(alignof(USBZECMJammerToolData) == 0x000010, "Wrong alignment on USBZECMJammerToolData"); \ +static_assert(sizeof(USBZECMJammerToolData) == 0x000580, "Wrong size on USBZECMJammerToolData"); \ + +#define DUMPER7_ASSERTS_SBZToolHackableInterface_GetHackableInteractableComponent \ +static_assert(alignof(SBZToolHackableInterface_GetHackableInteractableComponent) == 0x000008, "Wrong alignment on SBZToolHackableInterface_GetHackableInteractableComponent"); \ +static_assert(sizeof(SBZToolHackableInterface_GetHackableInteractableComponent) == 0x000008, "Wrong size on SBZToolHackableInterface_GetHackableInteractableComponent"); \ +static_assert(offsetof(SBZToolHackableInterface_GetHackableInteractableComponent, ReturnValue) == 0x000000, "Member 'SBZToolHackableInterface_GetHackableInteractableComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZToolHackableInterface_GetHackableMiniGameComponent \ +static_assert(alignof(SBZToolHackableInterface_GetHackableMiniGameComponent) == 0x000008, "Wrong alignment on SBZToolHackableInterface_GetHackableMiniGameComponent"); \ +static_assert(sizeof(SBZToolHackableInterface_GetHackableMiniGameComponent) == 0x000008, "Wrong size on SBZToolHackableInterface_GetHackableMiniGameComponent"); \ +static_assert(offsetof(SBZToolHackableInterface_GetHackableMiniGameComponent, ReturnValue) == 0x000000, "Member 'SBZToolHackableInterface_GetHackableMiniGameComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZToolHackableInterface_GetHackingComponent \ +static_assert(alignof(SBZToolHackableInterface_GetHackingComponent) == 0x000008, "Wrong alignment on SBZToolHackableInterface_GetHackingComponent"); \ +static_assert(sizeof(SBZToolHackableInterface_GetHackingComponent) == 0x000008, "Wrong size on SBZToolHackableInterface_GetHackingComponent"); \ +static_assert(offsetof(SBZToolHackableInterface_GetHackingComponent, ReturnValue) == 0x000000, "Member 'SBZToolHackableInterface_GetHackingComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZToolHackableInterface_HighlightHackable \ +static_assert(alignof(SBZToolHackableInterface_HighlightHackable) == 0x000001, "Wrong alignment on SBZToolHackableInterface_HighlightHackable"); \ +static_assert(sizeof(SBZToolHackableInterface_HighlightHackable) == 0x000001, "Wrong size on SBZToolHackableInterface_HighlightHackable"); \ +static_assert(offsetof(SBZToolHackableInterface_HighlightHackable, bInHighlight) == 0x000000, "Member 'SBZToolHackableInterface_HighlightHackable::bInHighlight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZToolHackableInterface_OnHackingSyncAborted \ +static_assert(alignof(SBZToolHackableInterface_OnHackingSyncAborted) == 0x000001, "Wrong alignment on SBZToolHackableInterface_OnHackingSyncAborted"); \ +static_assert(sizeof(SBZToolHackableInterface_OnHackingSyncAborted) == 0x000001, "Wrong size on SBZToolHackableInterface_OnHackingSyncAborted"); \ +static_assert(offsetof(SBZToolHackableInterface_OnHackingSyncAborted, bInIsSynchedAlready) == 0x000000, "Member 'SBZToolHackableInterface_OnHackingSyncAborted::bInIsSynchedAlready' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZToolHackableInterface_GetHackableLocation \ +static_assert(alignof(SBZToolHackableInterface_GetHackableLocation) == 0x000004, "Wrong alignment on SBZToolHackableInterface_GetHackableLocation"); \ +static_assert(sizeof(SBZToolHackableInterface_GetHackableLocation) == 0x00000C, "Wrong size on SBZToolHackableInterface_GetHackableLocation"); \ +static_assert(offsetof(SBZToolHackableInterface_GetHackableLocation, ReturnValue) == 0x000000, "Member 'SBZToolHackableInterface_GetHackableLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZToolHackableInterface \ +static_assert(alignof(ISBZToolHackableInterface) == 0x000001, "Wrong alignment on ISBZToolHackableInterface"); \ +static_assert(sizeof(ISBZToolHackableInterface) == 0x000001, "Wrong size on ISBZToolHackableInterface"); \ + +#define DUMPER7_ASSERTS_USBZWorldSettingsDeveloperSettings \ +static_assert(alignof(USBZWorldSettingsDeveloperSettings) == 0x000008, "Wrong alignment on USBZWorldSettingsDeveloperSettings"); \ +static_assert(sizeof(USBZWorldSettingsDeveloperSettings) == 0x000108, "Wrong size on USBZWorldSettingsDeveloperSettings"); \ +static_assert(offsetof(USBZWorldSettingsDeveloperSettings, SoftSurfaceTypesConfig) == 0x000048, "Member 'USBZWorldSettingsDeveloperSettings::SoftSurfaceTypesConfig' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldSettingsDeveloperSettings, MaterialParameterCollection) == 0x000078, "Member 'USBZWorldSettingsDeveloperSettings::MaterialParameterCollection' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldSettingsDeveloperSettings, NiagaraParameterCollection) == 0x0000A8, "Member 'USBZWorldSettingsDeveloperSettings::NiagaraParameterCollection' has a wrong offset!"); \ +static_assert(offsetof(USBZWorldSettingsDeveloperSettings, DefaultLifeActionSettings) == 0x0000D8, "Member 'USBZWorldSettingsDeveloperSettings::DefaultLifeActionSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZToolInvisibleNotify \ +static_assert(alignof(USBZToolInvisibleNotify) == 0x000008, "Wrong alignment on USBZToolInvisibleNotify"); \ +static_assert(sizeof(USBZToolInvisibleNotify) == 0x000040, "Wrong size on USBZToolInvisibleNotify"); \ + +#define DUMPER7_ASSERTS_USBZToolReleaseNotify \ +static_assert(alignof(USBZToolReleaseNotify) == 0x000008, "Wrong alignment on USBZToolReleaseNotify"); \ +static_assert(sizeof(USBZToolReleaseNotify) == 0x000040, "Wrong size on USBZToolReleaseNotify"); \ + +#define DUMPER7_ASSERTS_USBZToolSkeletalMeshComponent \ +static_assert(alignof(USBZToolSkeletalMeshComponent) == 0x000010, "Wrong alignment on USBZToolSkeletalMeshComponent"); \ +static_assert(sizeof(USBZToolSkeletalMeshComponent) == 0x000FC0, "Wrong size on USBZToolSkeletalMeshComponent"); \ + +#define DUMPER7_ASSERTS_SBZZiplineAbility_Tick \ +static_assert(alignof(SBZZiplineAbility_Tick) == 0x000004, "Wrong alignment on SBZZiplineAbility_Tick"); \ +static_assert(sizeof(SBZZiplineAbility_Tick) == 0x000004, "Wrong size on SBZZiplineAbility_Tick"); \ +static_assert(offsetof(SBZZiplineAbility_Tick, DeltaSeconds) == 0x000000, "Member 'SBZZiplineAbility_Tick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZZiplineAbility \ +static_assert(alignof(USBZZiplineAbility) == 0x000008, "Wrong alignment on USBZZiplineAbility"); \ +static_assert(sizeof(USBZZiplineAbility) == 0x0004E0, "Wrong size on USBZZiplineAbility"); \ +static_assert(offsetof(USBZZiplineAbility, MovementComponent) == 0x0004D8, "Member 'USBZZiplineAbility::MovementComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZToolSnapInterface \ +static_assert(alignof(ISBZToolSnapInterface) == 0x000001, "Wrong alignment on ISBZToolSnapInterface"); \ +static_assert(sizeof(ISBZToolSnapInterface) == 0x000001, "Wrong size on ISBZToolSnapInterface"); \ + +#define DUMPER7_ASSERTS_USBZTrackWeaponVelocityNotifyState \ +static_assert(alignof(USBZTrackWeaponVelocityNotifyState) == 0x000008, "Wrong alignment on USBZTrackWeaponVelocityNotifyState"); \ +static_assert(sizeof(USBZTrackWeaponVelocityNotifyState) == 0x000038, "Wrong size on USBZTrackWeaponVelocityNotifyState"); \ + +#define DUMPER7_ASSERTS_ASBZZiplineMotor \ +static_assert(alignof(ASBZZiplineMotor) == 0x000010, "Wrong alignment on ASBZZiplineMotor"); \ +static_assert(sizeof(ASBZZiplineMotor) == 0x000320, "Wrong size on ASBZZiplineMotor"); \ +static_assert(offsetof(ASBZZiplineMotor, AheadOffsetFromZipLiner) == 0x0002C8, "Member 'ASBZZiplineMotor::AheadOffsetFromZipLiner' has a wrong offset!"); \ +static_assert(offsetof(ASBZZiplineMotor, VerticalAheadOffsetFromZipLiner) == 0x0002CC, "Member 'ASBZZiplineMotor::VerticalAheadOffsetFromZipLiner' has a wrong offset!"); \ +static_assert(offsetof(ASBZZiplineMotor, OffsetFromZipLine) == 0x0002D0, "Member 'ASBZZiplineMotor::OffsetFromZipLine' has a wrong offset!"); \ +static_assert(offsetof(ASBZZiplineMotor, ZipLiner) == 0x000300, "Member 'ASBZZiplineMotor::ZipLiner' has a wrong offset!"); \ +static_assert(offsetof(ASBZZiplineMotor, CableComponent) == 0x000310, "Member 'ASBZZiplineMotor::CableComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTrafficFunctionLibrary_AppendCustomVehicleRoute \ +static_assert(alignof(SBZTrafficFunctionLibrary_AppendCustomVehicleRoute) == 0x000008, "Wrong alignment on SBZTrafficFunctionLibrary_AppendCustomVehicleRoute"); \ +static_assert(sizeof(SBZTrafficFunctionLibrary_AppendCustomVehicleRoute) == 0x000020, "Wrong size on SBZTrafficFunctionLibrary_AppendCustomVehicleRoute"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_AppendCustomVehicleRoute, WorldContextObject) == 0x000000, "Member 'SBZTrafficFunctionLibrary_AppendCustomVehicleRoute::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_AppendCustomVehicleRoute, Vehicle) == 0x000008, "Member 'SBZTrafficFunctionLibrary_AppendCustomVehicleRoute::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_AppendCustomVehicleRoute, DestinationSpline) == 0x000010, "Member 'SBZTrafficFunctionLibrary_AppendCustomVehicleRoute::DestinationSpline' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_AppendCustomVehicleRoute, ReturnValue) == 0x000018, "Member 'SBZTrafficFunctionLibrary_AppendCustomVehicleRoute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTrafficFunctionLibrary_AppendEscapeVanRoute \ +static_assert(alignof(SBZTrafficFunctionLibrary_AppendEscapeVanRoute) == 0x000008, "Wrong alignment on SBZTrafficFunctionLibrary_AppendEscapeVanRoute"); \ +static_assert(sizeof(SBZTrafficFunctionLibrary_AppendEscapeVanRoute) == 0x000018, "Wrong size on SBZTrafficFunctionLibrary_AppendEscapeVanRoute"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_AppendEscapeVanRoute, WorldContextObject) == 0x000000, "Member 'SBZTrafficFunctionLibrary_AppendEscapeVanRoute::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_AppendEscapeVanRoute, DestinationSpline) == 0x000008, "Member 'SBZTrafficFunctionLibrary_AppendEscapeVanRoute::DestinationSpline' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_AppendEscapeVanRoute, ReturnValue) == 0x000010, "Member 'SBZTrafficFunctionLibrary_AppendEscapeVanRoute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTrafficFunctionLibrary_DriveEscapeVan \ +static_assert(alignof(SBZTrafficFunctionLibrary_DriveEscapeVan) == 0x000008, "Wrong alignment on SBZTrafficFunctionLibrary_DriveEscapeVan"); \ +static_assert(sizeof(SBZTrafficFunctionLibrary_DriveEscapeVan) == 0x000030, "Wrong size on SBZTrafficFunctionLibrary_DriveEscapeVan"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_DriveEscapeVan, WorldContextObject) == 0x000000, "Member 'SBZTrafficFunctionLibrary_DriveEscapeVan::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_DriveEscapeVan, Exec) == 0x000008, "Member 'SBZTrafficFunctionLibrary_DriveEscapeVan::Exec' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_DriveEscapeVan, LatentInfo) == 0x000010, "Member 'SBZTrafficFunctionLibrary_DriveEscapeVan::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTrafficFunctionLibrary_GetLocationAlongPathWithinAngle \ +static_assert(alignof(SBZTrafficFunctionLibrary_GetLocationAlongPathWithinAngle) == 0x000008, "Wrong alignment on SBZTrafficFunctionLibrary_GetLocationAlongPathWithinAngle"); \ +static_assert(sizeof(SBZTrafficFunctionLibrary_GetLocationAlongPathWithinAngle) == 0x000058, "Wrong size on SBZTrafficFunctionLibrary_GetLocationAlongPathWithinAngle"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_GetLocationAlongPathWithinAngle, WorldContextObject) == 0x000000, "Member 'SBZTrafficFunctionLibrary_GetLocationAlongPathWithinAngle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_GetLocationAlongPathWithinAngle, bDebug) == 0x000008, "Member 'SBZTrafficFunctionLibrary_GetLocationAlongPathWithinAngle::bDebug' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_GetLocationAlongPathWithinAngle, Path) == 0x000010, "Member 'SBZTrafficFunctionLibrary_GetLocationAlongPathWithinAngle::Path' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_GetLocationAlongPathWithinAngle, Distance) == 0x000020, "Member 'SBZTrafficFunctionLibrary_GetLocationAlongPathWithinAngle::Distance' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_GetLocationAlongPathWithinAngle, Location) == 0x000024, "Member 'SBZTrafficFunctionLibrary_GetLocationAlongPathWithinAngle::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_GetLocationAlongPathWithinAngle, ForwardDir) == 0x000030, "Member 'SBZTrafficFunctionLibrary_GetLocationAlongPathWithinAngle::ForwardDir' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_GetLocationAlongPathWithinAngle, StepDistance) == 0x00003C, "Member 'SBZTrafficFunctionLibrary_GetLocationAlongPathWithinAngle::StepDistance' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_GetLocationAlongPathWithinAngle, MaxDistance) == 0x000040, "Member 'SBZTrafficFunctionLibrary_GetLocationAlongPathWithinAngle::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_GetLocationAlongPathWithinAngle, MaxAngle) == 0x000044, "Member 'SBZTrafficFunctionLibrary_GetLocationAlongPathWithinAngle::MaxAngle' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_GetLocationAlongPathWithinAngle, ReturnValue) == 0x000048, "Member 'SBZTrafficFunctionLibrary_GetLocationAlongPathWithinAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTrafficFunctionLibrary_GetTrafficManager \ +static_assert(alignof(SBZTrafficFunctionLibrary_GetTrafficManager) == 0x000008, "Wrong alignment on SBZTrafficFunctionLibrary_GetTrafficManager"); \ +static_assert(sizeof(SBZTrafficFunctionLibrary_GetTrafficManager) == 0x000010, "Wrong size on SBZTrafficFunctionLibrary_GetTrafficManager"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_GetTrafficManager, WorldContextObject) == 0x000000, "Member 'SBZTrafficFunctionLibrary_GetTrafficManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_GetTrafficManager, ReturnValue) == 0x000008, "Member 'SBZTrafficFunctionLibrary_GetTrafficManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTrafficFunctionLibrary_GetTrafficSplineGroundTransform \ +static_assert(alignof(SBZTrafficFunctionLibrary_GetTrafficSplineGroundTransform) == 0x000010, "Wrong alignment on SBZTrafficFunctionLibrary_GetTrafficSplineGroundTransform"); \ +static_assert(sizeof(SBZTrafficFunctionLibrary_GetTrafficSplineGroundTransform) == 0x000050, "Wrong size on SBZTrafficFunctionLibrary_GetTrafficSplineGroundTransform"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_GetTrafficSplineGroundTransform, WorldContextObject) == 0x000000, "Member 'SBZTrafficFunctionLibrary_GetTrafficSplineGroundTransform::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_GetTrafficSplineGroundTransform, Spline) == 0x000008, "Member 'SBZTrafficFunctionLibrary_GetTrafficSplineGroundTransform::Spline' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_GetTrafficSplineGroundTransform, TransformType) == 0x000010, "Member 'SBZTrafficFunctionLibrary_GetTrafficSplineGroundTransform::TransformType' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_GetTrafficSplineGroundTransform, ReturnValue) == 0x000020, "Member 'SBZTrafficFunctionLibrary_GetTrafficSplineGroundTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTrafficFunctionLibrary_SetAndDriveAerialVehicleRoute \ +static_assert(alignof(SBZTrafficFunctionLibrary_SetAndDriveAerialVehicleRoute) == 0x000008, "Wrong alignment on SBZTrafficFunctionLibrary_SetAndDriveAerialVehicleRoute"); \ +static_assert(sizeof(SBZTrafficFunctionLibrary_SetAndDriveAerialVehicleRoute) == 0x000028, "Wrong size on SBZTrafficFunctionLibrary_SetAndDriveAerialVehicleRoute"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SetAndDriveAerialVehicleRoute, WorldContextObject) == 0x000000, "Member 'SBZTrafficFunctionLibrary_SetAndDriveAerialVehicleRoute::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SetAndDriveAerialVehicleRoute, Vehicle) == 0x000008, "Member 'SBZTrafficFunctionLibrary_SetAndDriveAerialVehicleRoute::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SetAndDriveAerialVehicleRoute, StartSpline) == 0x000010, "Member 'SBZTrafficFunctionLibrary_SetAndDriveAerialVehicleRoute::StartSpline' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SetAndDriveAerialVehicleRoute, DestinationSpline) == 0x000018, "Member 'SBZTrafficFunctionLibrary_SetAndDriveAerialVehicleRoute::DestinationSpline' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SetAndDriveAerialVehicleRoute, ReturnValue) == 0x000020, "Member 'SBZTrafficFunctionLibrary_SetAndDriveAerialVehicleRoute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTrafficFunctionLibrary_SetAndDriveCustomVehicleRoute \ +static_assert(alignof(SBZTrafficFunctionLibrary_SetAndDriveCustomVehicleRoute) == 0x000008, "Wrong alignment on SBZTrafficFunctionLibrary_SetAndDriveCustomVehicleRoute"); \ +static_assert(sizeof(SBZTrafficFunctionLibrary_SetAndDriveCustomVehicleRoute) == 0x000028, "Wrong size on SBZTrafficFunctionLibrary_SetAndDriveCustomVehicleRoute"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SetAndDriveCustomVehicleRoute, WorldContextObject) == 0x000000, "Member 'SBZTrafficFunctionLibrary_SetAndDriveCustomVehicleRoute::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SetAndDriveCustomVehicleRoute, Vehicle) == 0x000008, "Member 'SBZTrafficFunctionLibrary_SetAndDriveCustomVehicleRoute::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SetAndDriveCustomVehicleRoute, StartSpline) == 0x000010, "Member 'SBZTrafficFunctionLibrary_SetAndDriveCustomVehicleRoute::StartSpline' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SetAndDriveCustomVehicleRoute, DestinationSpline) == 0x000018, "Member 'SBZTrafficFunctionLibrary_SetAndDriveCustomVehicleRoute::DestinationSpline' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SetAndDriveCustomVehicleRoute, bTeleportToPathStart) == 0x000020, "Member 'SBZTrafficFunctionLibrary_SetAndDriveCustomVehicleRoute::bTeleportToPathStart' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SetAndDriveCustomVehicleRoute, ReturnValue) == 0x000021, "Member 'SBZTrafficFunctionLibrary_SetAndDriveCustomVehicleRoute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTrafficFunctionLibrary_SetAndDriveEscapeVanRoute \ +static_assert(alignof(SBZTrafficFunctionLibrary_SetAndDriveEscapeVanRoute) == 0x000008, "Wrong alignment on SBZTrafficFunctionLibrary_SetAndDriveEscapeVanRoute"); \ +static_assert(sizeof(SBZTrafficFunctionLibrary_SetAndDriveEscapeVanRoute) == 0x000050, "Wrong size on SBZTrafficFunctionLibrary_SetAndDriveEscapeVanRoute"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SetAndDriveEscapeVanRoute, WorldContextObject) == 0x000000, "Member 'SBZTrafficFunctionLibrary_SetAndDriveEscapeVanRoute::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SetAndDriveEscapeVanRoute, NewEscapeVan) == 0x000008, "Member 'SBZTrafficFunctionLibrary_SetAndDriveEscapeVanRoute::NewEscapeVan' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SetAndDriveEscapeVanRoute, StartSpline) == 0x000010, "Member 'SBZTrafficFunctionLibrary_SetAndDriveEscapeVanRoute::StartSpline' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SetAndDriveEscapeVanRoute, DestinationSpline) == 0x000018, "Member 'SBZTrafficFunctionLibrary_SetAndDriveEscapeVanRoute::DestinationSpline' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SetAndDriveEscapeVanRoute, Exec) == 0x000020, "Member 'SBZTrafficFunctionLibrary_SetAndDriveEscapeVanRoute::Exec' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SetAndDriveEscapeVanRoute, LatentInfo) == 0x000028, "Member 'SBZTrafficFunctionLibrary_SetAndDriveEscapeVanRoute::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SetAndDriveEscapeVanRoute, bTeleportToPathStart) == 0x000048, "Member 'SBZTrafficFunctionLibrary_SetAndDriveEscapeVanRoute::bTeleportToPathStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTrafficFunctionLibrary_SetEscapeVan \ +static_assert(alignof(SBZTrafficFunctionLibrary_SetEscapeVan) == 0x000008, "Wrong alignment on SBZTrafficFunctionLibrary_SetEscapeVan"); \ +static_assert(sizeof(SBZTrafficFunctionLibrary_SetEscapeVan) == 0x000010, "Wrong size on SBZTrafficFunctionLibrary_SetEscapeVan"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SetEscapeVan, WorldContextObject) == 0x000000, "Member 'SBZTrafficFunctionLibrary_SetEscapeVan::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SetEscapeVan, Vehicle) == 0x000008, "Member 'SBZTrafficFunctionLibrary_SetEscapeVan::Vehicle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTrafficFunctionLibrary_SetEscapeVanRoute \ +static_assert(alignof(SBZTrafficFunctionLibrary_SetEscapeVanRoute) == 0x000008, "Wrong alignment on SBZTrafficFunctionLibrary_SetEscapeVanRoute"); \ +static_assert(sizeof(SBZTrafficFunctionLibrary_SetEscapeVanRoute) == 0x000020, "Wrong size on SBZTrafficFunctionLibrary_SetEscapeVanRoute"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SetEscapeVanRoute, WorldContextObject) == 0x000000, "Member 'SBZTrafficFunctionLibrary_SetEscapeVanRoute::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SetEscapeVanRoute, StartSpline) == 0x000008, "Member 'SBZTrafficFunctionLibrary_SetEscapeVanRoute::StartSpline' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SetEscapeVanRoute, DestinationSpline) == 0x000010, "Member 'SBZTrafficFunctionLibrary_SetEscapeVanRoute::DestinationSpline' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SetEscapeVanRoute, ReturnValue) == 0x000018, "Member 'SBZTrafficFunctionLibrary_SetEscapeVanRoute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTrafficFunctionLibrary_SpawnAndDriveSwatVan \ +static_assert(alignof(SBZTrafficFunctionLibrary_SpawnAndDriveSwatVan) == 0x000008, "Wrong alignment on SBZTrafficFunctionLibrary_SpawnAndDriveSwatVan"); \ +static_assert(sizeof(SBZTrafficFunctionLibrary_SpawnAndDriveSwatVan) == 0x000040, "Wrong size on SBZTrafficFunctionLibrary_SpawnAndDriveSwatVan"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SpawnAndDriveSwatVan, WorldContextObject) == 0x000000, "Member 'SBZTrafficFunctionLibrary_SpawnAndDriveSwatVan::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SpawnAndDriveSwatVan, StartSpline) == 0x000008, "Member 'SBZTrafficFunctionLibrary_SpawnAndDriveSwatVan::StartSpline' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SpawnAndDriveSwatVan, DestinationSpline) == 0x000010, "Member 'SBZTrafficFunctionLibrary_SpawnAndDriveSwatVan::DestinationSpline' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SpawnAndDriveSwatVan, Exec) == 0x000018, "Member 'SBZTrafficFunctionLibrary_SpawnAndDriveSwatVan::Exec' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SpawnAndDriveSwatVan, LatentInfo) == 0x000020, "Member 'SBZTrafficFunctionLibrary_SpawnAndDriveSwatVan::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTrafficFunctionLibrary_SpawnEscapeVan \ +static_assert(alignof(SBZTrafficFunctionLibrary_SpawnEscapeVan) == 0x000010, "Wrong alignment on SBZTrafficFunctionLibrary_SpawnEscapeVan"); \ +static_assert(sizeof(SBZTrafficFunctionLibrary_SpawnEscapeVan) == 0x000070, "Wrong size on SBZTrafficFunctionLibrary_SpawnEscapeVan"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SpawnEscapeVan, WorldContextObject) == 0x000000, "Member 'SBZTrafficFunctionLibrary_SpawnEscapeVan::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SpawnEscapeVan, EscapeVanActorClass) == 0x000008, "Member 'SBZTrafficFunctionLibrary_SpawnEscapeVan::EscapeVanActorClass' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SpawnEscapeVan, SpawnTransform) == 0x000010, "Member 'SBZTrafficFunctionLibrary_SpawnEscapeVan::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SpawnEscapeVan, Exec) == 0x000040, "Member 'SBZTrafficFunctionLibrary_SpawnEscapeVan::Exec' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SpawnEscapeVan, LatentInfo) == 0x000048, "Member 'SBZTrafficFunctionLibrary_SpawnEscapeVan::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTrafficFunctionLibrary_SpawnEscapeVanWithRoute \ +static_assert(alignof(SBZTrafficFunctionLibrary_SpawnEscapeVanWithRoute) == 0x000008, "Wrong alignment on SBZTrafficFunctionLibrary_SpawnEscapeVanWithRoute"); \ +static_assert(sizeof(SBZTrafficFunctionLibrary_SpawnEscapeVanWithRoute) == 0x000048, "Wrong size on SBZTrafficFunctionLibrary_SpawnEscapeVanWithRoute"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SpawnEscapeVanWithRoute, WorldContextObject) == 0x000000, "Member 'SBZTrafficFunctionLibrary_SpawnEscapeVanWithRoute::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SpawnEscapeVanWithRoute, EscapeVanActorClass) == 0x000008, "Member 'SBZTrafficFunctionLibrary_SpawnEscapeVanWithRoute::EscapeVanActorClass' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SpawnEscapeVanWithRoute, StartSpline) == 0x000010, "Member 'SBZTrafficFunctionLibrary_SpawnEscapeVanWithRoute::StartSpline' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SpawnEscapeVanWithRoute, DestinationSpline) == 0x000018, "Member 'SBZTrafficFunctionLibrary_SpawnEscapeVanWithRoute::DestinationSpline' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SpawnEscapeVanWithRoute, Exec) == 0x000020, "Member 'SBZTrafficFunctionLibrary_SpawnEscapeVanWithRoute::Exec' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficFunctionLibrary_SpawnEscapeVanWithRoute, LatentInfo) == 0x000028, "Member 'SBZTrafficFunctionLibrary_SpawnEscapeVanWithRoute::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZTrafficFunctionLibrary \ +static_assert(alignof(USBZTrafficFunctionLibrary) == 0x000008, "Wrong alignment on USBZTrafficFunctionLibrary"); \ +static_assert(sizeof(USBZTrafficFunctionLibrary) == 0x000030, "Wrong size on USBZTrafficFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_SBZTrafficLights_Multicast_SetActivePool \ +static_assert(alignof(SBZTrafficLights_Multicast_SetActivePool) == 0x000004, "Wrong alignment on SBZTrafficLights_Multicast_SetActivePool"); \ +static_assert(sizeof(SBZTrafficLights_Multicast_SetActivePool) == 0x000004, "Wrong size on SBZTrafficLights_Multicast_SetActivePool"); \ +static_assert(offsetof(SBZTrafficLights_Multicast_SetActivePool, NewActivePoolIndex) == 0x000000, "Member 'SBZTrafficLights_Multicast_SetActivePool::NewActivePoolIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTrafficLights_UpdatePool \ +static_assert(alignof(SBZTrafficLights_UpdatePool) == 0x000008, "Wrong alignment on SBZTrafficLights_UpdatePool"); \ +static_assert(sizeof(SBZTrafficLights_UpdatePool) == 0x000028, "Wrong size on SBZTrafficLights_UpdatePool"); \ +static_assert(offsetof(SBZTrafficLights_UpdatePool, Status) == 0x000000, "Member 'SBZTrafficLights_UpdatePool::Status' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficLights_UpdatePool, Pool) == 0x000008, "Member 'SBZTrafficLights_UpdatePool::Pool' has a wrong offset!"); \ +static_assert(offsetof(SBZTrafficLights_UpdatePool, PedestrianSoundEmitters) == 0x000018, "Member 'SBZTrafficLights_UpdatePool::PedestrianSoundEmitters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZTrafficLights \ +static_assert(alignof(ASBZTrafficLights) == 0x000008, "Wrong alignment on ASBZTrafficLights"); \ +static_assert(sizeof(ASBZTrafficLights) == 0x0002E0, "Wrong size on ASBZTrafficLights"); \ +static_assert(offsetof(ASBZTrafficLights, PoolArray) == 0x0002A8, "Member 'ASBZTrafficLights::PoolArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZTrafficLights, PoolStates) == 0x0002B8, "Member 'ASBZTrafficLights::PoolStates' has a wrong offset!"); \ +static_assert(offsetof(ASBZTrafficLights, ActivePoolIndex) == 0x0002C8, "Member 'ASBZTrafficLights::ActivePoolIndex' has a wrong offset!"); \ +static_assert(offsetof(ASBZTrafficLights, NextPoolTimer) == 0x0002CC, "Member 'ASBZTrafficLights::NextPoolTimer' has a wrong offset!"); \ +static_assert(offsetof(ASBZTrafficLights, TrafficManager) == 0x0002D0, "Member 'ASBZTrafficLights::TrafficManager' has a wrong offset!"); \ +static_assert(offsetof(ASBZTrafficLights, TrafficSettings) == 0x0002D8, "Member 'ASBZTrafficLights::TrafficSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZTrafficSettings \ +static_assert(alignof(USBZTrafficSettings) == 0x000008, "Wrong alignment on USBZTrafficSettings"); \ +static_assert(sizeof(USBZTrafficSettings) == 0x000130, "Wrong size on USBZTrafficSettings"); \ +static_assert(offsetof(USBZTrafficSettings, FirstResponders) == 0x000038, "Member 'USBZTrafficSettings::FirstResponders' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficSettings, FBIVan) == 0x000060, "Member 'USBZTrafficSettings::FBIVan' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficSettings, SwatVans) == 0x000090, "Member 'USBZTrafficSettings::SwatVans' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficSettings, Civilians) == 0x0000B0, "Member 'USBZTrafficSettings::Civilians' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficSettings, SoundHorn) == 0x0000F0, "Member 'USBZTrafficSettings::SoundHorn' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficSettings, VehicleSpawnInterval) == 0x000114, "Member 'USBZTrafficSettings::VehicleSpawnInterval' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficSettings, VehicleWantedStopDistance) == 0x000118, "Member 'USBZTrafficSettings::VehicleWantedStopDistance' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficSettings, GridlockBreakCountdown) == 0x00011C, "Member 'USBZTrafficSettings::GridlockBreakCountdown' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficSettings, PedestrianGreenSoundEvent) == 0x000120, "Member 'USBZTrafficSettings::PedestrianGreenSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZTrafficSettings, PedestrianRedSoundEvent) == 0x000128, "Member 'USBZTrafficSettings::PedestrianRedSoundEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZPlayerWeaponFireData_GetDamageOnEachDistance \ +static_assert(alignof(SBZPlayerWeaponFireData_GetDamageOnEachDistance) == 0x000008, "Wrong alignment on SBZPlayerWeaponFireData_GetDamageOnEachDistance"); \ +static_assert(sizeof(SBZPlayerWeaponFireData_GetDamageOnEachDistance) == 0x000020, "Wrong size on SBZPlayerWeaponFireData_GetDamageOnEachDistance"); \ +static_assert(offsetof(SBZPlayerWeaponFireData_GetDamageOnEachDistance, MinDistance) == 0x000000, "Member 'SBZPlayerWeaponFireData_GetDamageOnEachDistance::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerWeaponFireData_GetDamageOnEachDistance, MaxDistance) == 0x000004, "Member 'SBZPlayerWeaponFireData_GetDamageOnEachDistance::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerWeaponFireData_GetDamageOnEachDistance, DistanceStep) == 0x000008, "Member 'SBZPlayerWeaponFireData_GetDamageOnEachDistance::DistanceStep' has a wrong offset!"); \ +static_assert(offsetof(SBZPlayerWeaponFireData_GetDamageOnEachDistance, OutDamageArray) == 0x000010, "Member 'SBZPlayerWeaponFireData_GetDamageOnEachDistance::OutDamageArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZPlayerWeaponFireData \ +static_assert(alignof(USBZPlayerWeaponFireData) == 0x000008, "Wrong alignment on USBZPlayerWeaponFireData"); \ +static_assert(sizeof(USBZPlayerWeaponFireData) == 0x0001E8, "Wrong size on USBZPlayerWeaponFireData"); \ +static_assert(offsetof(USBZPlayerWeaponFireData, DamageDistanceArray) == 0x000188, "Member 'USBZPlayerWeaponFireData::DamageDistanceArray' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerWeaponFireData, TimeBetweenBurstsSeconds) == 0x000198, "Member 'USBZPlayerWeaponFireData::TimeBetweenBurstsSeconds' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerWeaponFireData, bIsReloadEndCycledEachRound) == 0x00019C, "Member 'USBZPlayerWeaponFireData::bIsReloadEndCycledEachRound' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerWeaponFireData, AmmoLoaded) == 0x0001A0, "Member 'USBZPlayerWeaponFireData::AmmoLoaded' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerWeaponFireData, AmmoLeftInChamber) == 0x0001A4, "Member 'USBZPlayerWeaponFireData::AmmoLeftInChamber' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerWeaponFireData, AmmoPerFiredRound) == 0x0001A8, "Member 'USBZPlayerWeaponFireData::AmmoPerFiredRound' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerWeaponFireData, AmmoInventoryMax) == 0x0001AC, "Member 'USBZPlayerWeaponFireData::AmmoInventoryMax' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerWeaponFireData, AmmoInventory) == 0x0001B0, "Member 'USBZPlayerWeaponFireData::AmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerWeaponFireData, AmmoPickup) == 0x0001B4, "Member 'USBZPlayerWeaponFireData::AmmoPickup' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerWeaponFireData, MuzzleData) == 0x0001C0, "Member 'USBZPlayerWeaponFireData::MuzzleData' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerWeaponFireData, OverallReloadPlayRateAmmoLoadedCurve) == 0x0001C8, "Member 'USBZPlayerWeaponFireData::OverallReloadPlayRateAmmoLoadedCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerWeaponFireData, EndCycleReloadPlayRateAmmoLoadedCurve) == 0x0001D0, "Member 'USBZPlayerWeaponFireData::EndCycleReloadPlayRateAmmoLoadedCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZTrafficSpline \ +static_assert(alignof(ASBZTrafficSpline) == 0x000008, "Wrong alignment on ASBZTrafficSpline"); \ +static_assert(sizeof(ASBZTrafficSpline) == 0x000300, "Wrong size on ASBZTrafficSpline"); \ +static_assert(offsetof(ASBZTrafficSpline, TrafficManager) == 0x0002F0, "Member 'ASBZTrafficSpline::TrafficManager' has a wrong offset!"); \ +static_assert(offsetof(ASBZTrafficSpline, SplineTypeFlags) == 0x0002F8, "Member 'ASBZTrafficSpline::SplineTypeFlags' has a wrong offset!"); \ +static_assert(offsetof(ASBZTrafficSpline, VehicleTypeFlags) == 0x0002FC, "Member 'ASBZTrafficSpline::VehicleTypeFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZTraversalNavLink \ +static_assert(alignof(ASBZTraversalNavLink) == 0x000008, "Wrong alignment on ASBZTraversalNavLink"); \ +static_assert(sizeof(ASBZTraversalNavLink) == 0x000368, "Wrong size on ASBZTraversalNavLink"); \ +static_assert(offsetof(ASBZTraversalNavLink, NavLinkTraversalComponent) == 0x000360, "Member 'ASBZTraversalNavLink::NavLinkTraversalComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZSentryGunFireData \ +static_assert(alignof(USBZSentryGunFireData) == 0x000008, "Wrong alignment on USBZSentryGunFireData"); \ +static_assert(sizeof(USBZSentryGunFireData) == 0x000260, "Wrong size on USBZSentryGunFireData"); \ +static_assert(offsetof(USBZSentryGunFireData, OverheatEffectClass) == 0x000258, "Member 'USBZSentryGunFireData::OverheatEffectClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISBZTraversalTrajectoryInterface \ +static_assert(alignof(ISBZTraversalTrajectoryInterface) == 0x000001, "Wrong alignment on ISBZTraversalTrajectoryInterface"); \ +static_assert(sizeof(ISBZTraversalTrajectoryInterface) == 0x000001, "Wrong size on ISBZTraversalTrajectoryInterface"); \ + +#define DUMPER7_ASSERTS_SBZTripper_Multicast_SetCurrentTarget \ +static_assert(alignof(SBZTripper_Multicast_SetCurrentTarget) == 0x000008, "Wrong alignment on SBZTripper_Multicast_SetCurrentTarget"); \ +static_assert(sizeof(SBZTripper_Multicast_SetCurrentTarget) == 0x000008, "Wrong size on SBZTripper_Multicast_SetCurrentTarget"); \ +static_assert(offsetof(SBZTripper_Multicast_SetCurrentTarget, InHitActor) == 0x000000, "Member 'SBZTripper_Multicast_SetCurrentTarget::InHitActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZTripper \ +static_assert(alignof(ASBZTripper) == 0x000010, "Wrong alignment on ASBZTripper"); \ +static_assert(sizeof(ASBZTripper) == 0x000580, "Wrong size on ASBZTripper"); \ +static_assert(offsetof(ASBZTripper, BoxComponent) == 0x000558, "Member 'ASBZTripper::BoxComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZTripper, LaserEffectComponent) == 0x000560, "Member 'ASBZTripper::LaserEffectComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZTripper, MaxDistance) == 0x000568, "Member 'ASBZTripper::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(ASBZTripper, SurfaceOffset) == 0x00056C, "Member 'ASBZTripper::SurfaceOffset' has a wrong offset!"); \ +static_assert(offsetof(ASBZTripper, MarkedDuration) == 0x000570, "Member 'ASBZTripper::MarkedDuration' has a wrong offset!"); \ +static_assert(offsetof(ASBZTripper, CurrentTarget) == 0x000578, "Member 'ASBZTripper::CurrentTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBTutorialCharacterSetting_GetTutorialPlayerGuid \ +static_assert(alignof(SBTutorialCharacterSetting_GetTutorialPlayerGuid) == 0x000004, "Wrong alignment on SBTutorialCharacterSetting_GetTutorialPlayerGuid"); \ +static_assert(sizeof(SBTutorialCharacterSetting_GetTutorialPlayerGuid) == 0x000010, "Wrong size on SBTutorialCharacterSetting_GetTutorialPlayerGuid"); \ +static_assert(offsetof(SBTutorialCharacterSetting_GetTutorialPlayerGuid, ReturnValue) == 0x000000, "Member 'SBTutorialCharacterSetting_GetTutorialPlayerGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBTutorialCharacterSetting_GetTutorialPlayerSku \ +static_assert(alignof(SBTutorialCharacterSetting_GetTutorialPlayerSku) == 0x000008, "Wrong alignment on SBTutorialCharacterSetting_GetTutorialPlayerSku"); \ +static_assert(sizeof(SBTutorialCharacterSetting_GetTutorialPlayerSku) == 0x000010, "Wrong size on SBTutorialCharacterSetting_GetTutorialPlayerSku"); \ +static_assert(offsetof(SBTutorialCharacterSetting_GetTutorialPlayerSku, ReturnValue) == 0x000000, "Member 'SBTutorialCharacterSetting_GetTutorialPlayerSku::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBTutorialCharacterSetting \ +static_assert(alignof(USBTutorialCharacterSetting) == 0x000008, "Wrong alignment on USBTutorialCharacterSetting"); \ +static_assert(sizeof(USBTutorialCharacterSetting) == 0x000068, "Wrong size on USBTutorialCharacterSetting"); \ +static_assert(offsetof(USBTutorialCharacterSetting, CharacterGuid) == 0x000048, "Member 'USBTutorialCharacterSetting::CharacterGuid' has a wrong offset!"); \ +static_assert(offsetof(USBTutorialCharacterSetting, CharacterSku) == 0x000058, "Member 'USBTutorialCharacterSetting::CharacterSku' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponMeleeAttackData \ +static_assert(alignof(USBZWeaponMeleeAttackData) == 0x000008, "Wrong alignment on USBZWeaponMeleeAttackData"); \ +static_assert(sizeof(USBZWeaponMeleeAttackData) == 0x000068, "Wrong size on USBZWeaponMeleeAttackData"); \ + +#define DUMPER7_ASSERTS_USBZAIWeaponMeleeAttackData \ +static_assert(alignof(USBZAIWeaponMeleeAttackData) == 0x000008, "Wrong alignment on USBZAIWeaponMeleeAttackData"); \ +static_assert(sizeof(USBZAIWeaponMeleeAttackData) == 0x0000D0, "Wrong size on USBZAIWeaponMeleeAttackData"); \ +static_assert(offsetof(USBZAIWeaponMeleeAttackData, Damage) == 0x000068, "Member 'USBZAIWeaponMeleeAttackData::Damage' has a wrong offset!"); \ +static_assert(offsetof(USBZAIWeaponMeleeAttackData, OverHealDamageMultiplier) == 0x0000B8, "Member 'USBZAIWeaponMeleeAttackData::OverHealDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USBZAIWeaponMeleeAttackData, ArmorPenetration) == 0x0000BC, "Member 'USBZAIWeaponMeleeAttackData::ArmorPenetration' has a wrong offset!"); \ +static_assert(offsetof(USBZAIWeaponMeleeAttackData, DamageInterval) == 0x0000C0, "Member 'USBZAIWeaponMeleeAttackData::DamageInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTutorialPopUpBody_InitializeTutorialPopUpBody \ +static_assert(alignof(SBZTutorialPopUpBody_InitializeTutorialPopUpBody) == 0x000008, "Wrong alignment on SBZTutorialPopUpBody_InitializeTutorialPopUpBody"); \ +static_assert(sizeof(SBZTutorialPopUpBody_InitializeTutorialPopUpBody) == 0x000008, "Wrong size on SBZTutorialPopUpBody_InitializeTutorialPopUpBody"); \ +static_assert(offsetof(SBZTutorialPopUpBody_InitializeTutorialPopUpBody, InPopUpDataAsset) == 0x000000, "Member 'SBZTutorialPopUpBody_InitializeTutorialPopUpBody::InPopUpDataAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZTutorialPopUpBody_OnTutorialPopUpInitialized \ +static_assert(alignof(SBZTutorialPopUpBody_OnTutorialPopUpInitialized) == 0x000008, "Wrong alignment on SBZTutorialPopUpBody_OnTutorialPopUpInitialized"); \ +static_assert(sizeof(SBZTutorialPopUpBody_OnTutorialPopUpInitialized) == 0x000008, "Wrong size on SBZTutorialPopUpBody_OnTutorialPopUpInitialized"); \ +static_assert(offsetof(SBZTutorialPopUpBody_OnTutorialPopUpInitialized, InPopUpDataAsset) == 0x000000, "Member 'SBZTutorialPopUpBody_OnTutorialPopUpInitialized::InPopUpDataAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZTutorialPopUpBody \ +static_assert(alignof(USBZTutorialPopUpBody) == 0x000008, "Wrong alignment on USBZTutorialPopUpBody"); \ +static_assert(sizeof(USBZTutorialPopUpBody) == 0x0002C0, "Wrong size on USBZTutorialPopUpBody"); \ +static_assert(offsetof(USBZTutorialPopUpBody, PopUpControlsReference) == 0x000290, "Member 'USBZTutorialPopUpBody::PopUpControlsReference' has a wrong offset!"); \ +static_assert(offsetof(USBZTutorialPopUpBody, PopUpDataAsset) == 0x0002B8, "Member 'USBZTutorialPopUpBody::PopUpDataAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUE4StatsProfiler_GetUE4StatsProfiler \ +static_assert(alignof(SBZUE4StatsProfiler_GetUE4StatsProfiler) == 0x000008, "Wrong alignment on SBZUE4StatsProfiler_GetUE4StatsProfiler"); \ +static_assert(sizeof(SBZUE4StatsProfiler_GetUE4StatsProfiler) == 0x000010, "Wrong size on SBZUE4StatsProfiler_GetUE4StatsProfiler"); \ +static_assert(offsetof(SBZUE4StatsProfiler_GetUE4StatsProfiler, WorldContextObject) == 0x000000, "Member 'SBZUE4StatsProfiler_GetUE4StatsProfiler::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZUE4StatsProfiler_GetUE4StatsProfiler, ReturnValue) == 0x000008, "Member 'SBZUE4StatsProfiler_GetUE4StatsProfiler::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZUE4StatsProfiler \ +static_assert(alignof(USBZUE4StatsProfiler) == 0x000008, "Wrong alignment on USBZUE4StatsProfiler"); \ +static_assert(sizeof(USBZUE4StatsProfiler) == 0x000030, "Wrong size on USBZUE4StatsProfiler"); \ + +#define DUMPER7_ASSERTS_USBZWeaponPartDataCosmeticOverrideConfig \ +static_assert(alignof(USBZWeaponPartDataCosmeticOverrideConfig) == 0x000008, "Wrong alignment on USBZWeaponPartDataCosmeticOverrideConfig"); \ +static_assert(sizeof(USBZWeaponPartDataCosmeticOverrideConfig) == 0x0000C8, "Wrong size on USBZWeaponPartDataCosmeticOverrideConfig"); \ +static_assert(offsetof(USBZWeaponPartDataCosmeticOverrideConfig, OverriddenWeaponPart) == 0x000040, "Member 'USBZWeaponPartDataCosmeticOverrideConfig::OverriddenWeaponPart' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponPartDataCosmeticOverrideConfig, bAddMeshes) == 0x000048, "Member 'USBZWeaponPartDataCosmeticOverrideConfig::bAddMeshes' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponPartDataCosmeticOverrideConfig, Meshes) == 0x000050, "Member 'USBZWeaponPartDataCosmeticOverrideConfig::Meshes' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponPartDataCosmeticOverrideConfig, OverriddenWeaponMaterialPerMesh) == 0x000060, "Member 'USBZWeaponPartDataCosmeticOverrideConfig::OverriddenWeaponMaterialPerMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZUICharacterEffectComponent \ +static_assert(alignof(USBZUICharacterEffectComponent) == 0x000008, "Wrong alignment on USBZUICharacterEffectComponent"); \ +static_assert(sizeof(USBZUICharacterEffectComponent) == 0x000188, "Wrong size on USBZUICharacterEffectComponent"); \ +static_assert(offsetof(USBZUICharacterEffectComponent, CharacterEffectRuntimes) == 0x000120, "Member 'USBZUICharacterEffectComponent::CharacterEffectRuntimes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIData_GetDifficultyText \ +static_assert(alignof(SBZUIData_GetDifficultyText) == 0x000008, "Wrong alignment on SBZUIData_GetDifficultyText"); \ +static_assert(sizeof(SBZUIData_GetDifficultyText) == 0x000028, "Wrong size on SBZUIData_GetDifficultyText"); \ +static_assert(offsetof(SBZUIData_GetDifficultyText, InDifficulty) == 0x000000, "Member 'SBZUIData_GetDifficultyText::InDifficulty' has a wrong offset!"); \ +static_assert(offsetof(SBZUIData_GetDifficultyText, OutDifficultyText) == 0x000008, "Member 'SBZUIData_GetDifficultyText::OutDifficultyText' has a wrong offset!"); \ +static_assert(offsetof(SBZUIData_GetDifficultyText, bHasText) == 0x000020, "Member 'SBZUIData_GetDifficultyText::bHasText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIData_GetSecurityCompanyData \ +static_assert(alignof(SBZUIData_GetSecurityCompanyData) == 0x000008, "Wrong alignment on SBZUIData_GetSecurityCompanyData"); \ +static_assert(sizeof(SBZUIData_GetSecurityCompanyData) == 0x000038, "Wrong size on SBZUIData_GetSecurityCompanyData"); \ +static_assert(offsetof(SBZUIData_GetSecurityCompanyData, InSecurityCompany) == 0x000000, "Member 'SBZUIData_GetSecurityCompanyData::InSecurityCompany' has a wrong offset!"); \ +static_assert(offsetof(SBZUIData_GetSecurityCompanyData, ReturnValue) == 0x000008, "Member 'SBZUIData_GetSecurityCompanyData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZUIData \ +static_assert(alignof(USBZUIData) == 0x000008, "Wrong alignment on USBZUIData"); \ +static_assert(sizeof(USBZUIData) == 0x0000D8, "Wrong size on USBZUIData"); \ +static_assert(offsetof(USBZUIData, SecurityCompanyDataAssets) == 0x000038, "Member 'USBZUIData::SecurityCompanyDataAssets' has a wrong offset!"); \ +static_assert(offsetof(USBZUIData, DifficultyText) == 0x000088, "Member 'USBZUIData::DifficultyText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_AddMenuControlsReference \ +static_assert(alignof(SBZUIManager_AddMenuControlsReference) == 0x000008, "Wrong alignment on SBZUIManager_AddMenuControlsReference"); \ +static_assert(sizeof(SBZUIManager_AddMenuControlsReference) == 0x000048, "Wrong size on SBZUIManager_AddMenuControlsReference"); \ +static_assert(offsetof(SBZUIManager_AddMenuControlsReference, WorldContextObject) == 0x000000, "Member 'SBZUIManager_AddMenuControlsReference::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZUIManager_AddMenuControlsReference, InButtonControlsReference) == 0x000008, "Member 'SBZUIManager_AddMenuControlsReference::InButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(SBZUIManager_AddMenuControlsReference, ControlsReferenceActionPressedEvent) == 0x000030, "Member 'SBZUIManager_AddMenuControlsReference::ControlsReferenceActionPressedEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_GetMenuWidget \ +static_assert(alignof(SBZUIManager_GetMenuWidget) == 0x000008, "Wrong alignment on SBZUIManager_GetMenuWidget"); \ +static_assert(sizeof(SBZUIManager_GetMenuWidget) == 0x000010, "Wrong size on SBZUIManager_GetMenuWidget"); \ +static_assert(offsetof(SBZUIManager_GetMenuWidget, WorldContextObject) == 0x000000, "Member 'SBZUIManager_GetMenuWidget::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZUIManager_GetMenuWidget, ReturnValue) == 0x000008, "Member 'SBZUIManager_GetMenuWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_GetUIData \ +static_assert(alignof(SBZUIManager_GetUIData) == 0x000008, "Wrong alignment on SBZUIManager_GetUIData"); \ +static_assert(sizeof(SBZUIManager_GetUIData) == 0x000010, "Wrong size on SBZUIManager_GetUIData"); \ +static_assert(offsetof(SBZUIManager_GetUIData, WorldContextObject) == 0x000000, "Member 'SBZUIManager_GetUIData::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZUIManager_GetUIData, ReturnValue) == 0x000008, "Member 'SBZUIManager_GetUIData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_HideMenuControlsReference \ +static_assert(alignof(SBZUIManager_HideMenuControlsReference) == 0x000008, "Wrong alignment on SBZUIManager_HideMenuControlsReference"); \ +static_assert(sizeof(SBZUIManager_HideMenuControlsReference) == 0x000008, "Wrong size on SBZUIManager_HideMenuControlsReference"); \ +static_assert(offsetof(SBZUIManager_HideMenuControlsReference, WorldContextObject) == 0x000000, "Member 'SBZUIManager_HideMenuControlsReference::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_ShowTutorialPopUp \ +static_assert(alignof(SBZUIManager_ShowTutorialPopUp) == 0x000008, "Wrong alignment on SBZUIManager_ShowTutorialPopUp"); \ +static_assert(sizeof(SBZUIManager_ShowTutorialPopUp) == 0x000028, "Wrong size on SBZUIManager_ShowTutorialPopUp"); \ +static_assert(offsetof(SBZUIManager_ShowTutorialPopUp, WorldContextObject) == 0x000000, "Member 'SBZUIManager_ShowTutorialPopUp::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZUIManager_ShowTutorialPopUp, InTutorialToDisplay) == 0x000008, "Member 'SBZUIManager_ShowTutorialPopUp::InTutorialToDisplay' has a wrong offset!"); \ +static_assert(offsetof(SBZUIManager_ShowTutorialPopUp, InPopUpActionInputDelegate) == 0x000010, "Member 'SBZUIManager_ShowTutorialPopUp::InPopUpActionInputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_AddControlsReference \ +static_assert(alignof(SBZUIManager_AddControlsReference) == 0x000008, "Wrong alignment on SBZUIManager_AddControlsReference"); \ +static_assert(sizeof(SBZUIManager_AddControlsReference) == 0x000030, "Wrong size on SBZUIManager_AddControlsReference"); \ +static_assert(offsetof(SBZUIManager_AddControlsReference, InControlsReference) == 0x000000, "Member 'SBZUIManager_AddControlsReference::InControlsReference' has a wrong offset!"); \ +static_assert(offsetof(SBZUIManager_AddControlsReference, ReturnValue) == 0x000028, "Member 'SBZUIManager_AddControlsReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_AddUIGameplayTag \ +static_assert(alignof(SBZUIManager_AddUIGameplayTag) == 0x000004, "Wrong alignment on SBZUIManager_AddUIGameplayTag"); \ +static_assert(sizeof(SBZUIManager_AddUIGameplayTag) == 0x00000C, "Wrong size on SBZUIManager_AddUIGameplayTag"); \ +static_assert(offsetof(SBZUIManager_AddUIGameplayTag, UITag) == 0x000000, "Member 'SBZUIManager_AddUIGameplayTag::UITag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_DisplayHUDNotification \ +static_assert(alignof(SBZUIManager_DisplayHUDNotification) == 0x000008, "Wrong alignment on SBZUIManager_DisplayHUDNotification"); \ +static_assert(sizeof(SBZUIManager_DisplayHUDNotification) == 0x000020, "Wrong size on SBZUIManager_DisplayHUDNotification"); \ +static_assert(offsetof(SBZUIManager_DisplayHUDNotification, HUDNotification) == 0x000000, "Member 'SBZUIManager_DisplayHUDNotification::HUDNotification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_GetActiveControlsReference \ +static_assert(alignof(SBZUIManager_GetActiveControlsReference) == 0x000008, "Wrong alignment on SBZUIManager_GetActiveControlsReference"); \ +static_assert(sizeof(SBZUIManager_GetActiveControlsReference) == 0x000030, "Wrong size on SBZUIManager_GetActiveControlsReference"); \ +static_assert(offsetof(SBZUIManager_GetActiveControlsReference, OutControlsReference) == 0x000000, "Member 'SBZUIManager_GetActiveControlsReference::OutControlsReference' has a wrong offset!"); \ +static_assert(offsetof(SBZUIManager_GetActiveControlsReference, ReturnValue) == 0x000028, "Member 'SBZUIManager_GetActiveControlsReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_HandleProgressionSave \ +static_assert(alignof(SBZUIManager_HandleProgressionSave) == 0x000001, "Wrong alignment on SBZUIManager_HandleProgressionSave"); \ +static_assert(sizeof(SBZUIManager_HandleProgressionSave) == 0x000001, "Wrong size on SBZUIManager_HandleProgressionSave"); \ +static_assert(offsetof(SBZUIManager_HandleProgressionSave, Result) == 0x000000, "Member 'SBZUIManager_HandleProgressionSave::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_OnOptForSoloModePopupClosed \ +static_assert(alignof(SBZUIManager_OnOptForSoloModePopupClosed) == 0x000004, "Wrong alignment on SBZUIManager_OnOptForSoloModePopupClosed"); \ +static_assert(sizeof(SBZUIManager_OnOptForSoloModePopupClosed) == 0x00000C, "Wrong size on SBZUIManager_OnOptForSoloModePopupClosed"); \ +static_assert(offsetof(SBZUIManager_OnOptForSoloModePopupClosed, ClosingActionName) == 0x000000, "Member 'SBZUIManager_OnOptForSoloModePopupClosed::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_OnPopupControllerEndPlay \ +static_assert(alignof(SBZUIManager_OnPopupControllerEndPlay) == 0x000008, "Wrong alignment on SBZUIManager_OnPopupControllerEndPlay"); \ +static_assert(sizeof(SBZUIManager_OnPopupControllerEndPlay) == 0x000010, "Wrong size on SBZUIManager_OnPopupControllerEndPlay"); \ +static_assert(offsetof(SBZUIManager_OnPopupControllerEndPlay, Actor) == 0x000000, "Member 'SBZUIManager_OnPopupControllerEndPlay::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZUIManager_OnPopupControllerEndPlay, EndPlayReason) == 0x000008, "Member 'SBZUIManager_OnPopupControllerEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_OnStateMachineStateEntered \ +static_assert(alignof(SBZUIManager_OnStateMachineStateEntered) == 0x000004, "Wrong alignment on SBZUIManager_OnStateMachineStateEntered"); \ +static_assert(sizeof(SBZUIManager_OnStateMachineStateEntered) == 0x00000C, "Wrong size on SBZUIManager_OnStateMachineStateEntered"); \ +static_assert(offsetof(SBZUIManager_OnStateMachineStateEntered, StateName) == 0x000000, "Member 'SBZUIManager_OnStateMachineStateEntered::StateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_OnStateMachineStateExited \ +static_assert(alignof(SBZUIManager_OnStateMachineStateExited) == 0x000004, "Wrong alignment on SBZUIManager_OnStateMachineStateExited"); \ +static_assert(sizeof(SBZUIManager_OnStateMachineStateExited) == 0x00000C, "Wrong size on SBZUIManager_OnStateMachineStateExited"); \ +static_assert(offsetof(SBZUIManager_OnStateMachineStateExited, StateName) == 0x000000, "Member 'SBZUIManager_OnStateMachineStateExited::StateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_PopStack \ +static_assert(alignof(SBZUIManager_PopStack) == 0x000004, "Wrong alignment on SBZUIManager_PopStack"); \ +static_assert(sizeof(SBZUIManager_PopStack) == 0x00000C, "Wrong size on SBZUIManager_PopStack"); \ +static_assert(offsetof(SBZUIManager_PopStack, ReturnValue) == 0x000000, "Member 'SBZUIManager_PopStack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_PushUIStack \ +static_assert(alignof(SBZUIManager_PushUIStack) == 0x000004, "Wrong alignment on SBZUIManager_PushUIStack"); \ +static_assert(sizeof(SBZUIManager_PushUIStack) == 0x00000C, "Wrong size on SBZUIManager_PushUIStack"); \ +static_assert(offsetof(SBZUIManager_PushUIStack, StackValue) == 0x000000, "Member 'SBZUIManager_PushUIStack::StackValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_RemoveControlsReference \ +static_assert(alignof(SBZUIManager_RemoveControlsReference) == 0x000004, "Wrong alignment on SBZUIManager_RemoveControlsReference"); \ +static_assert(sizeof(SBZUIManager_RemoveControlsReference) == 0x000004, "Wrong size on SBZUIManager_RemoveControlsReference"); \ +static_assert(offsetof(SBZUIManager_RemoveControlsReference, InControlsReferenceID) == 0x000000, "Member 'SBZUIManager_RemoveControlsReference::InControlsReferenceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_RemoveGameplayTag \ +static_assert(alignof(SBZUIManager_RemoveGameplayTag) == 0x000004, "Wrong alignment on SBZUIManager_RemoveGameplayTag"); \ +static_assert(sizeof(SBZUIManager_RemoveGameplayTag) == 0x00000C, "Wrong size on SBZUIManager_RemoveGameplayTag"); \ +static_assert(offsetof(SBZUIManager_RemoveGameplayTag, UITag) == 0x000000, "Member 'SBZUIManager_RemoveGameplayTag::UITag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_SetDisplayPlayerHUD \ +static_assert(alignof(SBZUIManager_SetDisplayPlayerHUD) == 0x000001, "Wrong alignment on SBZUIManager_SetDisplayPlayerHUD"); \ +static_assert(sizeof(SBZUIManager_SetDisplayPlayerHUD) == 0x000001, "Wrong size on SBZUIManager_SetDisplayPlayerHUD"); \ +static_assert(offsetof(SBZUIManager_SetDisplayPlayerHUD, bShouldDisplayPlayerHUD) == 0x000000, "Member 'SBZUIManager_SetDisplayPlayerHUD::bShouldDisplayPlayerHUD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_SetLastFocusedWidget \ +static_assert(alignof(SBZUIManager_SetLastFocusedWidget) == 0x000008, "Wrong alignment on SBZUIManager_SetLastFocusedWidget"); \ +static_assert(sizeof(SBZUIManager_SetLastFocusedWidget) == 0x000008, "Wrong size on SBZUIManager_SetLastFocusedWidget"); \ +static_assert(offsetof(SBZUIManager_SetLastFocusedWidget, InLastFocusedWidget) == 0x000000, "Member 'SBZUIManager_SetLastFocusedWidget::InLastFocusedWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_SetLoginScreenVisibility \ +static_assert(alignof(SBZUIManager_SetLoginScreenVisibility) == 0x000001, "Wrong alignment on SBZUIManager_SetLoginScreenVisibility"); \ +static_assert(sizeof(SBZUIManager_SetLoginScreenVisibility) == 0x000001, "Wrong size on SBZUIManager_SetLoginScreenVisibility"); \ +static_assert(offsetof(SBZUIManager_SetLoginScreenVisibility, InVisibility) == 0x000000, "Member 'SBZUIManager_SetLoginScreenVisibility::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_SetLogoP3Visibility \ +static_assert(alignof(SBZUIManager_SetLogoP3Visibility) == 0x000001, "Wrong alignment on SBZUIManager_SetLogoP3Visibility"); \ +static_assert(sizeof(SBZUIManager_SetLogoP3Visibility) == 0x000001, "Wrong size on SBZUIManager_SetLogoP3Visibility"); \ +static_assert(offsetof(SBZUIManager_SetLogoP3Visibility, InVisibility) == 0x000000, "Member 'SBZUIManager_SetLogoP3Visibility::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_ShowEULAPopup \ +static_assert(alignof(SBZUIManager_ShowEULAPopup) == 0x000004, "Wrong alignment on SBZUIManager_ShowEULAPopup"); \ +static_assert(sizeof(SBZUIManager_ShowEULAPopup) == 0x000014, "Wrong size on SBZUIManager_ShowEULAPopup"); \ +static_assert(offsetof(SBZUIManager_ShowEULAPopup, InDelegate) == 0x000000, "Member 'SBZUIManager_ShowEULAPopup::InDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_ShowFullScreenNotification \ +static_assert(alignof(SBZUIManager_ShowFullScreenNotification) == 0x000008, "Wrong alignment on SBZUIManager_ShowFullScreenNotification"); \ +static_assert(sizeof(SBZUIManager_ShowFullScreenNotification) == 0x000038, "Wrong size on SBZUIManager_ShowFullScreenNotification"); \ +static_assert(offsetof(SBZUIManager_ShowFullScreenNotification, InFullscreenNotificationData) == 0x000000, "Member 'SBZUIManager_ShowFullScreenNotification::InFullscreenNotificationData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_ShowMetaNotification \ +static_assert(alignof(SBZUIManager_ShowMetaNotification) == 0x000008, "Wrong alignment on SBZUIManager_ShowMetaNotification"); \ +static_assert(sizeof(SBZUIManager_ShowMetaNotification) == 0x000020, "Wrong size on SBZUIManager_ShowMetaNotification"); \ +static_assert(offsetof(SBZUIManager_ShowMetaNotification, InMetaNotification) == 0x000000, "Member 'SBZUIManager_ShowMetaNotification::InMetaNotification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_ShowPopUp \ +static_assert(alignof(SBZUIManager_ShowPopUp) == 0x000008, "Wrong alignment on SBZUIManager_ShowPopUp"); \ +static_assert(sizeof(SBZUIManager_ShowPopUp) == 0x000068, "Wrong size on SBZUIManager_ShowPopUp"); \ +static_assert(offsetof(SBZUIManager_ShowPopUp, InPopupData) == 0x000000, "Member 'SBZUIManager_ShowPopUp::InPopupData' has a wrong offset!"); \ +static_assert(offsetof(SBZUIManager_ShowPopUp, bReturnFocusWhenClosed) == 0x000060, "Member 'SBZUIManager_ShowPopUp::bReturnFocusWhenClosed' has a wrong offset!"); \ +static_assert(offsetof(SBZUIManager_ShowPopUp, bDeferUIStackEvents) == 0x000061, "Member 'SBZUIManager_ShowPopUp::bDeferUIStackEvents' has a wrong offset!"); \ +static_assert(offsetof(SBZUIManager_ShowPopUp, bInputsClosePopup) == 0x000062, "Member 'SBZUIManager_ShowPopUp::bInputsClosePopup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_ShowPopUpWithCallback \ +static_assert(alignof(SBZUIManager_ShowPopUpWithCallback) == 0x000008, "Wrong alignment on SBZUIManager_ShowPopUpWithCallback"); \ +static_assert(sizeof(SBZUIManager_ShowPopUpWithCallback) == 0x000088, "Wrong size on SBZUIManager_ShowPopUpWithCallback"); \ +static_assert(offsetof(SBZUIManager_ShowPopUpWithCallback, InPopupData) == 0x000000, "Member 'SBZUIManager_ShowPopUpWithCallback::InPopupData' has a wrong offset!"); \ +static_assert(offsetof(SBZUIManager_ShowPopUpWithCallback, InPopUpActionInputDelegate) == 0x000060, "Member 'SBZUIManager_ShowPopUpWithCallback::InPopUpActionInputDelegate' has a wrong offset!"); \ +static_assert(offsetof(SBZUIManager_ShowPopUpWithCallback, InAutomaticClosingCountdownTime) == 0x000074, "Member 'SBZUIManager_ShowPopUpWithCallback::InAutomaticClosingCountdownTime' has a wrong offset!"); \ +static_assert(offsetof(SBZUIManager_ShowPopUpWithCallback, InAutomaticClosingActionName) == 0x000078, "Member 'SBZUIManager_ShowPopUpWithCallback::InAutomaticClosingActionName' has a wrong offset!"); \ +static_assert(offsetof(SBZUIManager_ShowPopUpWithCallback, bReturnFocusWhenClosed) == 0x000084, "Member 'SBZUIManager_ShowPopUpWithCallback::bReturnFocusWhenClosed' has a wrong offset!"); \ +static_assert(offsetof(SBZUIManager_ShowPopUpWithCallback, bDeferUIStackEvents) == 0x000085, "Member 'SBZUIManager_ShowPopUpWithCallback::bDeferUIStackEvents' has a wrong offset!"); \ +static_assert(offsetof(SBZUIManager_ShowPopUpWithCallback, bInputsClosePopup) == 0x000086, "Member 'SBZUIManager_ShowPopUpWithCallback::bInputsClosePopup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_ShowSidebarNotification \ +static_assert(alignof(SBZUIManager_ShowSidebarNotification) == 0x000008, "Wrong alignment on SBZUIManager_ShowSidebarNotification"); \ +static_assert(sizeof(SBZUIManager_ShowSidebarNotification) == 0x000040, "Wrong size on SBZUIManager_ShowSidebarNotification"); \ +static_assert(offsetof(SBZUIManager_ShowSidebarNotification, InSideBarNotificationData) == 0x000000, "Member 'SBZUIManager_ShowSidebarNotification::InSideBarNotificationData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_SwitchUIStack \ +static_assert(alignof(SBZUIManager_SwitchUIStack) == 0x000004, "Wrong alignment on SBZUIManager_SwitchUIStack"); \ +static_assert(sizeof(SBZUIManager_SwitchUIStack) == 0x00000C, "Wrong size on SBZUIManager_SwitchUIStack"); \ +static_assert(offsetof(SBZUIManager_SwitchUIStack, StackValueToSwitch) == 0x000000, "Member 'SBZUIManager_SwitchUIStack::StackValueToSwitch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_TriggerWindowsFlash \ +static_assert(alignof(SBZUIManager_TriggerWindowsFlash) == 0x000001, "Wrong alignment on SBZUIManager_TriggerWindowsFlash"); \ +static_assert(sizeof(SBZUIManager_TriggerWindowsFlash) == 0x000003, "Wrong size on SBZUIManager_TriggerWindowsFlash"); \ +static_assert(offsetof(SBZUIManager_TriggerWindowsFlash, bTriggerOnlyOnWindowNotActive) == 0x000000, "Member 'SBZUIManager_TriggerWindowsFlash::bTriggerOnlyOnWindowNotActive' has a wrong offset!"); \ +static_assert(offsetof(SBZUIManager_TriggerWindowsFlash, BlinkCount) == 0x000001, "Member 'SBZUIManager_TriggerWindowsFlash::BlinkCount' has a wrong offset!"); \ +static_assert(offsetof(SBZUIManager_TriggerWindowsFlash, ReturnValue) == 0x000002, "Member 'SBZUIManager_TriggerWindowsFlash::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_TryRemoveFromStack \ +static_assert(alignof(SBZUIManager_TryRemoveFromStack) == 0x000004, "Wrong alignment on SBZUIManager_TryRemoveFromStack"); \ +static_assert(sizeof(SBZUIManager_TryRemoveFromStack) == 0x000010, "Wrong size on SBZUIManager_TryRemoveFromStack"); \ +static_assert(offsetof(SBZUIManager_TryRemoveFromStack, StackValue) == 0x000000, "Member 'SBZUIManager_TryRemoveFromStack::StackValue' has a wrong offset!"); \ +static_assert(offsetof(SBZUIManager_TryRemoveFromStack, ReturnValue) == 0x00000C, "Member 'SBZUIManager_TryRemoveFromStack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_GetFullscreenNotificationQueue \ +static_assert(alignof(SBZUIManager_GetFullscreenNotificationQueue) == 0x000008, "Wrong alignment on SBZUIManager_GetFullscreenNotificationQueue"); \ +static_assert(sizeof(SBZUIManager_GetFullscreenNotificationQueue) == 0x000010, "Wrong size on SBZUIManager_GetFullscreenNotificationQueue"); \ +static_assert(offsetof(SBZUIManager_GetFullscreenNotificationQueue, ReturnValue) == 0x000000, "Member 'SBZUIManager_GetFullscreenNotificationQueue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_GetGamepadSprite \ +static_assert(alignof(SBZUIManager_GetGamepadSprite) == 0x000008, "Wrong alignment on SBZUIManager_GetGamepadSprite"); \ +static_assert(sizeof(SBZUIManager_GetGamepadSprite) == 0x000008, "Wrong size on SBZUIManager_GetGamepadSprite"); \ +static_assert(offsetof(SBZUIManager_GetGamepadSprite, ReturnValue) == 0x000000, "Member 'SBZUIManager_GetGamepadSprite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_GetInputMode \ +static_assert(alignof(SBZUIManager_GetInputMode) == 0x000001, "Wrong alignment on SBZUIManager_GetInputMode"); \ +static_assert(sizeof(SBZUIManager_GetInputMode) == 0x000001, "Wrong size on SBZUIManager_GetInputMode"); \ +static_assert(offsetof(SBZUIManager_GetInputMode, ReturnValue) == 0x000000, "Member 'SBZUIManager_GetInputMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_GetKeyForActionMapping \ +static_assert(alignof(SBZUIManager_GetKeyForActionMapping) == 0x000008, "Wrong alignment on SBZUIManager_GetKeyForActionMapping"); \ +static_assert(sizeof(SBZUIManager_GetKeyForActionMapping) == 0x000030, "Wrong size on SBZUIManager_GetKeyForActionMapping"); \ +static_assert(offsetof(SBZUIManager_GetKeyForActionMapping, InActionName) == 0x000000, "Member 'SBZUIManager_GetKeyForActionMapping::InActionName' has a wrong offset!"); \ +static_assert(offsetof(SBZUIManager_GetKeyForActionMapping, ReturnValue) == 0x000010, "Member 'SBZUIManager_GetKeyForActionMapping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_GetKeysForAxisMapping \ +static_assert(alignof(SBZUIManager_GetKeysForAxisMapping) == 0x000008, "Wrong alignment on SBZUIManager_GetKeysForAxisMapping"); \ +static_assert(sizeof(SBZUIManager_GetKeysForAxisMapping) == 0x000020, "Wrong size on SBZUIManager_GetKeysForAxisMapping"); \ +static_assert(offsetof(SBZUIManager_GetKeysForAxisMapping, InAxisName) == 0x000000, "Member 'SBZUIManager_GetKeysForAxisMapping::InAxisName' has a wrong offset!"); \ +static_assert(offsetof(SBZUIManager_GetKeysForAxisMapping, ReturnList) == 0x000010, "Member 'SBZUIManager_GetKeysForAxisMapping::ReturnList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_GetKeySpriteEmpty \ +static_assert(alignof(SBZUIManager_GetKeySpriteEmpty) == 0x000008, "Wrong alignment on SBZUIManager_GetKeySpriteEmpty"); \ +static_assert(sizeof(SBZUIManager_GetKeySpriteEmpty) == 0x000008, "Wrong size on SBZUIManager_GetKeySpriteEmpty"); \ +static_assert(offsetof(SBZUIManager_GetKeySpriteEmpty, ReturnValue) == 0x000000, "Member 'SBZUIManager_GetKeySpriteEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_GetKeySpriteForFKey \ +static_assert(alignof(SBZUIManager_GetKeySpriteForFKey) == 0x000008, "Wrong alignment on SBZUIManager_GetKeySpriteForFKey"); \ +static_assert(sizeof(SBZUIManager_GetKeySpriteForFKey) == 0x000028, "Wrong size on SBZUIManager_GetKeySpriteForFKey"); \ +static_assert(offsetof(SBZUIManager_GetKeySpriteForFKey, InKey) == 0x000000, "Member 'SBZUIManager_GetKeySpriteForFKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SBZUIManager_GetKeySpriteForFKey, ReturnValue) == 0x000020, "Member 'SBZUIManager_GetKeySpriteForFKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_GetLastFocusedWidget \ +static_assert(alignof(SBZUIManager_GetLastFocusedWidget) == 0x000008, "Wrong alignment on SBZUIManager_GetLastFocusedWidget"); \ +static_assert(sizeof(SBZUIManager_GetLastFocusedWidget) == 0x000008, "Wrong size on SBZUIManager_GetLastFocusedWidget"); \ +static_assert(offsetof(SBZUIManager_GetLastFocusedWidget, ReturnValue) == 0x000000, "Member 'SBZUIManager_GetLastFocusedWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_GetLocalizedPlayerNoName \ +static_assert(alignof(SBZUIManager_GetLocalizedPlayerNoName) == 0x000008, "Wrong alignment on SBZUIManager_GetLocalizedPlayerNoName"); \ +static_assert(sizeof(SBZUIManager_GetLocalizedPlayerNoName) == 0x000018, "Wrong size on SBZUIManager_GetLocalizedPlayerNoName"); \ +static_assert(offsetof(SBZUIManager_GetLocalizedPlayerNoName, ReturnValue) == 0x000000, "Member 'SBZUIManager_GetLocalizedPlayerNoName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_GetPopUpWidget \ +static_assert(alignof(SBZUIManager_GetPopUpWidget) == 0x000008, "Wrong alignment on SBZUIManager_GetPopUpWidget"); \ +static_assert(sizeof(SBZUIManager_GetPopUpWidget) == 0x000008, "Wrong size on SBZUIManager_GetPopUpWidget"); \ +static_assert(offsetof(SBZUIManager_GetPopUpWidget, ReturnValue) == 0x000000, "Member 'SBZUIManager_GetPopUpWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_GetSpriteForNebula \ +static_assert(alignof(SBZUIManager_GetSpriteForNebula) == 0x000008, "Wrong alignment on SBZUIManager_GetSpriteForNebula"); \ +static_assert(sizeof(SBZUIManager_GetSpriteForNebula) == 0x000008, "Wrong size on SBZUIManager_GetSpriteForNebula"); \ +static_assert(offsetof(SBZUIManager_GetSpriteForNebula, ReturnValue) == 0x000000, "Member 'SBZUIManager_GetSpriteForNebula::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_GetSpriteForPlatform \ +static_assert(alignof(SBZUIManager_GetSpriteForPlatform) == 0x000008, "Wrong alignment on SBZUIManager_GetSpriteForPlatform"); \ +static_assert(sizeof(SBZUIManager_GetSpriteForPlatform) == 0x000010, "Wrong size on SBZUIManager_GetSpriteForPlatform"); \ +static_assert(offsetof(SBZUIManager_GetSpriteForPlatform, InPlatform) == 0x000000, "Member 'SBZUIManager_GetSpriteForPlatform::InPlatform' has a wrong offset!"); \ +static_assert(offsetof(SBZUIManager_GetSpriteForPlatform, bUseCurrentPlatformIconIfUnknown) == 0x000001, "Member 'SBZUIManager_GetSpriteForPlatform::bUseCurrentPlatformIconIfUnknown' has a wrong offset!"); \ +static_assert(offsetof(SBZUIManager_GetSpriteForPlatform, ReturnValue) == 0x000008, "Member 'SBZUIManager_GetSpriteForPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_GetUIStack \ +static_assert(alignof(SBZUIManager_GetUIStack) == 0x000008, "Wrong alignment on SBZUIManager_GetUIStack"); \ +static_assert(sizeof(SBZUIManager_GetUIStack) == 0x000010, "Wrong size on SBZUIManager_GetUIStack"); \ +static_assert(offsetof(SBZUIManager_GetUIStack, ReturnValue) == 0x000000, "Member 'SBZUIManager_GetUIStack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_IsControllerMode \ +static_assert(alignof(SBZUIManager_IsControllerMode) == 0x000001, "Wrong alignment on SBZUIManager_IsControllerMode"); \ +static_assert(sizeof(SBZUIManager_IsControllerMode) == 0x000001, "Wrong size on SBZUIManager_IsControllerMode"); \ +static_assert(offsetof(SBZUIManager_IsControllerMode, ReturnValue) == 0x000000, "Member 'SBZUIManager_IsControllerMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_IsGameInstallPending \ +static_assert(alignof(SBZUIManager_IsGameInstallPending) == 0x000001, "Wrong alignment on SBZUIManager_IsGameInstallPending"); \ +static_assert(sizeof(SBZUIManager_IsGameInstallPending) == 0x000001, "Wrong size on SBZUIManager_IsGameInstallPending"); \ +static_assert(offsetof(SBZUIManager_IsGameInstallPending, ReturnValue) == 0x000000, "Member 'SBZUIManager_IsGameInstallPending::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_IsPopupShowing \ +static_assert(alignof(SBZUIManager_IsPopupShowing) == 0x000001, "Wrong alignment on SBZUIManager_IsPopupShowing"); \ +static_assert(sizeof(SBZUIManager_IsPopupShowing) == 0x000001, "Wrong size on SBZUIManager_IsPopupShowing"); \ +static_assert(offsetof(SBZUIManager_IsPopupShowing, ReturnValue) == 0x000000, "Member 'SBZUIManager_IsPopupShowing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_IsStackEmpty \ +static_assert(alignof(SBZUIManager_IsStackEmpty) == 0x000001, "Wrong alignment on SBZUIManager_IsStackEmpty"); \ +static_assert(sizeof(SBZUIManager_IsStackEmpty) == 0x000001, "Wrong size on SBZUIManager_IsStackEmpty"); \ +static_assert(offsetof(SBZUIManager_IsStackEmpty, ReturnValue) == 0x000000, "Member 'SBZUIManager_IsStackEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_IsStackLocked \ +static_assert(alignof(SBZUIManager_IsStackLocked) == 0x000001, "Wrong alignment on SBZUIManager_IsStackLocked"); \ +static_assert(sizeof(SBZUIManager_IsStackLocked) == 0x000001, "Wrong size on SBZUIManager_IsStackLocked"); \ +static_assert(offsetof(SBZUIManager_IsStackLocked, ReturnValue) == 0x000000, "Member 'SBZUIManager_IsStackLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_PeekStack \ +static_assert(alignof(SBZUIManager_PeekStack) == 0x000004, "Wrong alignment on SBZUIManager_PeekStack"); \ +static_assert(sizeof(SBZUIManager_PeekStack) == 0x00000C, "Wrong size on SBZUIManager_PeekStack"); \ +static_assert(offsetof(SBZUIManager_PeekStack, ReturnValue) == 0x000000, "Member 'SBZUIManager_PeekStack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_ShouldDisplayCursor \ +static_assert(alignof(SBZUIManager_ShouldDisplayCursor) == 0x000001, "Wrong alignment on SBZUIManager_ShouldDisplayCursor"); \ +static_assert(sizeof(SBZUIManager_ShouldDisplayCursor) == 0x000001, "Wrong size on SBZUIManager_ShouldDisplayCursor"); \ +static_assert(offsetof(SBZUIManager_ShouldDisplayCursor, ReturnValue) == 0x000000, "Member 'SBZUIManager_ShouldDisplayCursor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIManager_ShouldStartInHeistSelection \ +static_assert(alignof(SBZUIManager_ShouldStartInHeistSelection) == 0x000001, "Wrong alignment on SBZUIManager_ShouldStartInHeistSelection"); \ +static_assert(sizeof(SBZUIManager_ShouldStartInHeistSelection) == 0x000001, "Wrong size on SBZUIManager_ShouldStartInHeistSelection"); \ +static_assert(offsetof(SBZUIManager_ShouldStartInHeistSelection, ReturnValue) == 0x000000, "Member 'SBZUIManager_ShouldStartInHeistSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZUIManager \ +static_assert(alignof(USBZUIManager) == 0x000008, "Wrong alignment on USBZUIManager"); \ +static_assert(sizeof(USBZUIManager) == 0x000598, "Wrong size on USBZUIManager"); \ +static_assert(offsetof(USBZUIManager, OnDisplayNotification) == 0x000088, "Member 'USBZUIManager::OnDisplayNotification' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, PopUpWidgetClass) == 0x000098, "Member 'USBZUIManager::PopUpWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, PopUpWidget) == 0x0000A0, "Member 'USBZUIManager::PopUpWidget' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, TutorialPopUpBodyWidgetClass) == 0x0000A8, "Member 'USBZUIManager::TutorialPopUpBodyWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, TutorialPopUpBody) == 0x0000B0, "Member 'USBZUIManager::TutorialPopUpBody' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, FullscreenNotificationWidgetClass) == 0x0000B8, "Member 'USBZUIManager::FullscreenNotificationWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, NewPlayerLevelGatingCap) == 0x0000C0, "Member 'USBZUIManager::NewPlayerLevelGatingCap' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, FullscreenNotificationWidget) == 0x0000C8, "Member 'USBZUIManager::FullscreenNotificationWidget' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, SideBarNotificationWidgetClass) == 0x0000D0, "Member 'USBZUIManager::SideBarNotificationWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, SideBarNotificationWidget) == 0x0000D8, "Member 'USBZUIManager::SideBarNotificationWidget' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, InfoPopupWidgetWidgetClass) == 0x0000F0, "Member 'USBZUIManager::InfoPopupWidgetWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, InfoPopupWidget) == 0x0000F8, "Member 'USBZUIManager::InfoPopupWidget' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, EULAContent) == 0x000100, "Member 'USBZUIManager::EULAContent' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, OnHUDContextChanged) == 0x0001F8, "Member 'USBZUIManager::OnHUDContextChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, DebugWidgetClass) == 0x000208, "Member 'USBZUIManager::DebugWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, DebugWidget) == 0x000210, "Member 'USBZUIManager::DebugWidget' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, OnUITagsChanged) == 0x000218, "Member 'USBZUIManager::OnUITagsChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, MetaSaveSuccessfulText) == 0x000238, "Member 'USBZUIManager::MetaSaveSuccessfulText' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, MetaSaveFailedText) == 0x000250, "Member 'USBZUIManager::MetaSaveFailedText' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, UIGameplayTags) == 0x000268, "Member 'USBZUIManager::UIGameplayTags' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, OnLanguageChangedDelegate) == 0x000288, "Member 'USBZUIManager::OnLanguageChangedDelegate' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, OnCultureChangedDelegate) == 0x000298, "Member 'USBZUIManager::OnCultureChangedDelegate' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, SubtitleWidgetClass) == 0x0002A8, "Member 'USBZUIManager::SubtitleWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, PlatformSprite_GenericPC) == 0x0002B0, "Member 'USBZUIManager::PlatformSprite_GenericPC' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, PlatformSprite_GenericConsole) == 0x0002B8, "Member 'USBZUIManager::PlatformSprite_GenericConsole' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, PlatformSprite_Playstation) == 0x0002C0, "Member 'USBZUIManager::PlatformSprite_Playstation' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, PlatformSprite_XBox) == 0x0002C8, "Member 'USBZUIManager::PlatformSprite_XBox' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, NebulaSprite) == 0x0002D0, "Member 'USBZUIManager::NebulaSprite' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, PlayerNoName) == 0x0002D8, "Member 'USBZUIManager::PlayerNoName' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, XBoxGamepadSprite) == 0x0002F0, "Member 'USBZUIManager::XBoxGamepadSprite' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, PlayStationGamepadSprite) == 0x0002F8, "Member 'USBZUIManager::PlayStationGamepadSprite' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, KeySpriteEmpty) == 0x000300, "Member 'USBZUIManager::KeySpriteEmpty' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, MouseSpriteMap) == 0x000308, "Member 'USBZUIManager::MouseSpriteMap' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, KeyboardSpriteMap) == 0x000358, "Member 'USBZUIManager::KeyboardSpriteMap' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, XBoxSpriteMap) == 0x0003A8, "Member 'USBZUIManager::XBoxSpriteMap' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, PlayStationSpriteMap) == 0x0003F8, "Member 'USBZUIManager::PlayStationSpriteMap' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, SubtitleWidget) == 0x000448, "Member 'USBZUIManager::SubtitleWidget' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, OnUIStackChanged) == 0x000458, "Member 'USBZUIManager::OnUIStackChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, OnUIStackLostOrRemoved) == 0x000468, "Member 'USBZUIManager::OnUIStackLostOrRemoved' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, OnUIStackLockChanged) == 0x000478, "Member 'USBZUIManager::OnUIStackLockChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, PopUpStackString) == 0x000488, "Member 'USBZUIManager::PopUpStackString' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, SwitchingStackString) == 0x000494, "Member 'USBZUIManager::SwitchingStackString' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, UIStack) == 0x0004A0, "Member 'USBZUIManager::UIStack' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, StackLockedArray) == 0x0004B0, "Member 'USBZUIManager::StackLockedArray' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, RuntimeControlsReference) == 0x000520, "Member 'USBZUIManager::RuntimeControlsReference' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, BlackBackgroundWidgetClass) == 0x000538, "Member 'USBZUIManager::BlackBackgroundWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, ActiveMenuWidget) == 0x000540, "Member 'USBZUIManager::ActiveMenuWidget' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, ActiveLoginScreenWidget) == 0x000548, "Member 'USBZUIManager::ActiveLoginScreenWidget' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, ActivePSOCompilationScreenWidget) == 0x000550, "Member 'USBZUIManager::ActivePSOCompilationScreenWidget' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, LastFocusedWidget) == 0x000558, "Member 'USBZUIManager::LastFocusedWidget' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, LastUIStackUpdate) == 0x000560, "Member 'USBZUIManager::LastUIStackUpdate' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, bSetFocusOnUnlock) == 0x000564, "Member 'USBZUIManager::bSetFocusOnUnlock' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, bSavePushedUIStackValues) == 0x000565, "Member 'USBZUIManager::bSavePushedUIStackValues' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, OnInstallStateChanged) == 0x000568, "Member 'USBZUIManager::OnInstallStateChanged' has a wrong offset!"); \ +static_assert(offsetof(USBZUIManager, UIData) == 0x000578, "Member 'USBZUIManager::UIData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIStatics_AddRichTextTag \ +static_assert(alignof(SBZUIStatics_AddRichTextTag) == 0x000008, "Wrong alignment on SBZUIStatics_AddRichTextTag"); \ +static_assert(sizeof(SBZUIStatics_AddRichTextTag) == 0x000040, "Wrong size on SBZUIStatics_AddRichTextTag"); \ +static_assert(offsetof(SBZUIStatics_AddRichTextTag, InText) == 0x000000, "Member 'SBZUIStatics_AddRichTextTag::InText' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_AddRichTextTag, InTag) == 0x000018, "Member 'SBZUIStatics_AddRichTextTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_AddRichTextTag, ReturnValue) == 0x000028, "Member 'SBZUIStatics_AddRichTextTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIStatics_ClampText \ +static_assert(alignof(SBZUIStatics_ClampText) == 0x000008, "Wrong alignment on SBZUIStatics_ClampText"); \ +static_assert(sizeof(SBZUIStatics_ClampText) == 0x000038, "Wrong size on SBZUIStatics_ClampText"); \ +static_assert(offsetof(SBZUIStatics_ClampText, InText) == 0x000000, "Member 'SBZUIStatics_ClampText::InText' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_ClampText, MaxCharacters) == 0x000018, "Member 'SBZUIStatics_ClampText::MaxCharacters' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_ClampText, bAddElipses) == 0x00001C, "Member 'SBZUIStatics_ClampText::bAddElipses' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_ClampText, ReturnValue) == 0x000020, "Member 'SBZUIStatics_ClampText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIStatics_DisplayHUDNotification \ +static_assert(alignof(SBZUIStatics_DisplayHUDNotification) == 0x000008, "Wrong alignment on SBZUIStatics_DisplayHUDNotification"); \ +static_assert(sizeof(SBZUIStatics_DisplayHUDNotification) == 0x000028, "Wrong size on SBZUIStatics_DisplayHUDNotification"); \ +static_assert(offsetof(SBZUIStatics_DisplayHUDNotification, WorldContextObject) == 0x000000, "Member 'SBZUIStatics_DisplayHUDNotification::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_DisplayHUDNotification, HUDNotification) == 0x000008, "Member 'SBZUIStatics_DisplayHUDNotification::HUDNotification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIStatics_FormatIntToText \ +static_assert(alignof(SBZUIStatics_FormatIntToText) == 0x000008, "Wrong alignment on SBZUIStatics_FormatIntToText"); \ +static_assert(sizeof(SBZUIStatics_FormatIntToText) == 0x000028, "Wrong size on SBZUIStatics_FormatIntToText"); \ +static_assert(offsetof(SBZUIStatics_FormatIntToText, IntToConvert) == 0x000000, "Member 'SBZUIStatics_FormatIntToText::IntToConvert' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_FormatIntToText, Integral) == 0x000004, "Member 'SBZUIStatics_FormatIntToText::Integral' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_FormatIntToText, Precision) == 0x000008, "Member 'SBZUIStatics_FormatIntToText::Precision' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_FormatIntToText, ReturnValue) == 0x000010, "Member 'SBZUIStatics_FormatIntToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIStatics_FormatIntToTimerText \ +static_assert(alignof(SBZUIStatics_FormatIntToTimerText) == 0x000008, "Wrong alignment on SBZUIStatics_FormatIntToTimerText"); \ +static_assert(sizeof(SBZUIStatics_FormatIntToTimerText) == 0x000020, "Wrong size on SBZUIStatics_FormatIntToTimerText"); \ +static_assert(offsetof(SBZUIStatics_FormatIntToTimerText, IntToConvert) == 0x000000, "Member 'SBZUIStatics_FormatIntToTimerText::IntToConvert' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_FormatIntToTimerText, bAlwaysDisplayHours) == 0x000004, "Member 'SBZUIStatics_FormatIntToTimerText::bAlwaysDisplayHours' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_FormatIntToTimerText, ReturnValue) == 0x000008, "Member 'SBZUIStatics_FormatIntToTimerText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIStatics_GetCurrentProgressionSaveGameVersion \ +static_assert(alignof(SBZUIStatics_GetCurrentProgressionSaveGameVersion) == 0x000008, "Wrong alignment on SBZUIStatics_GetCurrentProgressionSaveGameVersion"); \ +static_assert(sizeof(SBZUIStatics_GetCurrentProgressionSaveGameVersion) == 0x000010, "Wrong size on SBZUIStatics_GetCurrentProgressionSaveGameVersion"); \ +static_assert(offsetof(SBZUIStatics_GetCurrentProgressionSaveGameVersion, WorldContextObject) == 0x000000, "Member 'SBZUIStatics_GetCurrentProgressionSaveGameVersion::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_GetCurrentProgressionSaveGameVersion, ReturnValue) == 0x000008, "Member 'SBZUIStatics_GetCurrentProgressionSaveGameVersion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIStatics_GetGlobalColor \ +static_assert(alignof(SBZUIStatics_GetGlobalColor) == 0x000008, "Wrong alignment on SBZUIStatics_GetGlobalColor"); \ +static_assert(sizeof(SBZUIStatics_GetGlobalColor) == 0x000028, "Wrong size on SBZUIStatics_GetGlobalColor"); \ +static_assert(offsetof(SBZUIStatics_GetGlobalColor, WorldContextObject) == 0x000000, "Member 'SBZUIStatics_GetGlobalColor::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_GetGlobalColor, ColorName) == 0x000008, "Member 'SBZUIStatics_GetGlobalColor::ColorName' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_GetGlobalColor, ReturnValue) == 0x000014, "Member 'SBZUIStatics_GetGlobalColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIStatics_GetGlobalFont \ +static_assert(alignof(SBZUIStatics_GetGlobalFont) == 0x000008, "Wrong alignment on SBZUIStatics_GetGlobalFont"); \ +static_assert(sizeof(SBZUIStatics_GetGlobalFont) == 0x000078, "Wrong size on SBZUIStatics_GetGlobalFont"); \ +static_assert(offsetof(SBZUIStatics_GetGlobalFont, WorldContextObject) == 0x000000, "Member 'SBZUIStatics_GetGlobalFont::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_GetGlobalFont, FontName) == 0x000008, "Member 'SBZUIStatics_GetGlobalFont::FontName' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_GetGlobalFont, ReturnValue) == 0x000018, "Member 'SBZUIStatics_GetGlobalFont::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIStatics_GetMapName \ +static_assert(alignof(SBZUIStatics_GetMapName) == 0x000008, "Wrong alignment on SBZUIStatics_GetMapName"); \ +static_assert(sizeof(SBZUIStatics_GetMapName) == 0x000018, "Wrong size on SBZUIStatics_GetMapName"); \ +static_assert(offsetof(SBZUIStatics_GetMapName, WorldContextObject) == 0x000000, "Member 'SBZUIStatics_GetMapName::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_GetMapName, ReturnValue) == 0x000008, "Member 'SBZUIStatics_GetMapName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIStatics_GetMaxDifficultyCount \ +static_assert(alignof(SBZUIStatics_GetMaxDifficultyCount) == 0x000001, "Wrong alignment on SBZUIStatics_GetMaxDifficultyCount"); \ +static_assert(sizeof(SBZUIStatics_GetMaxDifficultyCount) == 0x000001, "Wrong size on SBZUIStatics_GetMaxDifficultyCount"); \ +static_assert(offsetof(SBZUIStatics_GetMaxDifficultyCount, ReturnValue) == 0x000000, "Member 'SBZUIStatics_GetMaxDifficultyCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIStatics_GetTimerRemainingNonPausableTimeByHandle \ +static_assert(alignof(SBZUIStatics_GetTimerRemainingNonPausableTimeByHandle) == 0x000008, "Wrong alignment on SBZUIStatics_GetTimerRemainingNonPausableTimeByHandle"); \ +static_assert(sizeof(SBZUIStatics_GetTimerRemainingNonPausableTimeByHandle) == 0x000018, "Wrong size on SBZUIStatics_GetTimerRemainingNonPausableTimeByHandle"); \ +static_assert(offsetof(SBZUIStatics_GetTimerRemainingNonPausableTimeByHandle, WorldContextObject) == 0x000000, "Member 'SBZUIStatics_GetTimerRemainingNonPausableTimeByHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_GetTimerRemainingNonPausableTimeByHandle, Handle) == 0x000008, "Member 'SBZUIStatics_GetTimerRemainingNonPausableTimeByHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_GetTimerRemainingNonPausableTimeByHandle, bIsWorldTimer) == 0x000010, "Member 'SBZUIStatics_GetTimerRemainingNonPausableTimeByHandle::bIsWorldTimer' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_GetTimerRemainingNonPausableTimeByHandle, ReturnValue) == 0x000014, "Member 'SBZUIStatics_GetTimerRemainingNonPausableTimeByHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIStatics_GetUIManager \ +static_assert(alignof(SBZUIStatics_GetUIManager) == 0x000008, "Wrong alignment on SBZUIStatics_GetUIManager"); \ +static_assert(sizeof(SBZUIStatics_GetUIManager) == 0x000010, "Wrong size on SBZUIStatics_GetUIManager"); \ +static_assert(offsetof(SBZUIStatics_GetUIManager, WorldContextObject) == 0x000000, "Member 'SBZUIStatics_GetUIManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_GetUIManager, ReturnValue) == 0x000008, "Member 'SBZUIStatics_GetUIManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIStatics_GetWidgetZOrderValue \ +static_assert(alignof(SBZUIStatics_GetWidgetZOrderValue) == 0x000004, "Wrong alignment on SBZUIStatics_GetWidgetZOrderValue"); \ +static_assert(sizeof(SBZUIStatics_GetWidgetZOrderValue) == 0x000008, "Wrong size on SBZUIStatics_GetWidgetZOrderValue"); \ +static_assert(offsetof(SBZUIStatics_GetWidgetZOrderValue, ZOrder) == 0x000000, "Member 'SBZUIStatics_GetWidgetZOrderValue::ZOrder' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_GetWidgetZOrderValue, ReturnValue) == 0x000004, "Member 'SBZUIStatics_GetWidgetZOrderValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIStatics_IsInputTypeController \ +static_assert(alignof(SBZUIStatics_IsInputTypeController) == 0x000001, "Wrong alignment on SBZUIStatics_IsInputTypeController"); \ +static_assert(sizeof(SBZUIStatics_IsInputTypeController) == 0x000001, "Wrong size on SBZUIStatics_IsInputTypeController"); \ +static_assert(offsetof(SBZUIStatics_IsInputTypeController, ReturnValue) == 0x000000, "Member 'SBZUIStatics_IsInputTypeController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIStatics_IsPauseSupported \ +static_assert(alignof(SBZUIStatics_IsPauseSupported) == 0x000008, "Wrong alignment on SBZUIStatics_IsPauseSupported"); \ +static_assert(sizeof(SBZUIStatics_IsPauseSupported) == 0x000010, "Wrong size on SBZUIStatics_IsPauseSupported"); \ +static_assert(offsetof(SBZUIStatics_IsPauseSupported, WorldContextObject) == 0x000000, "Member 'SBZUIStatics_IsPauseSupported::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_IsPauseSupported, ReturnValue) == 0x000008, "Member 'SBZUIStatics_IsPauseSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIStatics_IsWidgetActuallyVisible \ +static_assert(alignof(SBZUIStatics_IsWidgetActuallyVisible) == 0x000008, "Wrong alignment on SBZUIStatics_IsWidgetActuallyVisible"); \ +static_assert(sizeof(SBZUIStatics_IsWidgetActuallyVisible) == 0x000010, "Wrong size on SBZUIStatics_IsWidgetActuallyVisible"); \ +static_assert(offsetof(SBZUIStatics_IsWidgetActuallyVisible, Widget) == 0x000000, "Member 'SBZUIStatics_IsWidgetActuallyVisible::Widget' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_IsWidgetActuallyVisible, ReturnValue) == 0x000008, "Member 'SBZUIStatics_IsWidgetActuallyVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIStatics_LogUiVerbose \ +static_assert(alignof(SBZUIStatics_LogUiVerbose) == 0x000008, "Wrong alignment on SBZUIStatics_LogUiVerbose"); \ +static_assert(sizeof(SBZUIStatics_LogUiVerbose) == 0x000010, "Wrong size on SBZUIStatics_LogUiVerbose"); \ +static_assert(offsetof(SBZUIStatics_LogUiVerbose, LogText) == 0x000000, "Member 'SBZUIStatics_LogUiVerbose::LogText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIStatics_Play2DSound \ +static_assert(alignof(SBZUIStatics_Play2DSound) == 0x000008, "Wrong alignment on SBZUIStatics_Play2DSound"); \ +static_assert(sizeof(SBZUIStatics_Play2DSound) == 0x000018, "Wrong size on SBZUIStatics_Play2DSound"); \ +static_assert(offsetof(SBZUIStatics_Play2DSound, WorldContextObject) == 0x000000, "Member 'SBZUIStatics_Play2DSound::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_Play2DSound, AudioEvent) == 0x000008, "Member 'SBZUIStatics_Play2DSound::AudioEvent' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_Play2DSound, ReturnValue) == 0x000010, "Member 'SBZUIStatics_Play2DSound::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIStatics_PrintSubtitle \ +static_assert(alignof(SBZUIStatics_PrintSubtitle) == 0x000008, "Wrong alignment on SBZUIStatics_PrintSubtitle"); \ +static_assert(sizeof(SBZUIStatics_PrintSubtitle) == 0x000030, "Wrong size on SBZUIStatics_PrintSubtitle"); \ +static_assert(offsetof(SBZUIStatics_PrintSubtitle, WorldContextObject) == 0x000000, "Member 'SBZUIStatics_PrintSubtitle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_PrintSubtitle, StringToPrint) == 0x000008, "Member 'SBZUIStatics_PrintSubtitle::StringToPrint' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_PrintSubtitle, Colour) == 0x000018, "Member 'SBZUIStatics_PrintSubtitle::Colour' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_PrintSubtitle, TimeToDisplay) == 0x000028, "Member 'SBZUIStatics_PrintSubtitle::TimeToDisplay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIStatics_SetUIInCinematicMode \ +static_assert(alignof(SBZUIStatics_SetUIInCinematicMode) == 0x000008, "Wrong alignment on SBZUIStatics_SetUIInCinematicMode"); \ +static_assert(sizeof(SBZUIStatics_SetUIInCinematicMode) == 0x000008, "Wrong size on SBZUIStatics_SetUIInCinematicMode"); \ +static_assert(offsetof(SBZUIStatics_SetUIInCinematicMode, WorldContextObject) == 0x000000, "Member 'SBZUIStatics_SetUIInCinematicMode::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIStatics_SetUIInDefaultMode \ +static_assert(alignof(SBZUIStatics_SetUIInDefaultMode) == 0x000008, "Wrong alignment on SBZUIStatics_SetUIInDefaultMode"); \ +static_assert(sizeof(SBZUIStatics_SetUIInDefaultMode) == 0x000008, "Wrong size on SBZUIStatics_SetUIInDefaultMode"); \ +static_assert(offsetof(SBZUIStatics_SetUIInDefaultMode, WorldContextObject) == 0x000000, "Member 'SBZUIStatics_SetUIInDefaultMode::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIStatics_ShowDebugObjective \ +static_assert(alignof(SBZUIStatics_ShowDebugObjective) == 0x000008, "Wrong alignment on SBZUIStatics_ShowDebugObjective"); \ +static_assert(sizeof(SBZUIStatics_ShowDebugObjective) == 0x000020, "Wrong size on SBZUIStatics_ShowDebugObjective"); \ +static_assert(offsetof(SBZUIStatics_ShowDebugObjective, WorldContextObject) == 0x000000, "Member 'SBZUIStatics_ShowDebugObjective::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZUIStatics_ShowDebugObjective, InTextToPrint) == 0x000008, "Member 'SBZUIStatics_ShowDebugObjective::InTextToPrint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZUIStatics_Stop2DSound \ +static_assert(alignof(SBZUIStatics_Stop2DSound) == 0x000004, "Wrong alignment on SBZUIStatics_Stop2DSound"); \ +static_assert(sizeof(SBZUIStatics_Stop2DSound) == 0x000004, "Wrong size on SBZUIStatics_Stop2DSound"); \ +static_assert(offsetof(SBZUIStatics_Stop2DSound, SoundID) == 0x000000, "Member 'SBZUIStatics_Stop2DSound::SoundID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZUIStatics \ +static_assert(alignof(USBZUIStatics) == 0x000008, "Wrong alignment on USBZUIStatics"); \ +static_assert(sizeof(USBZUIStatics) == 0x000030, "Wrong size on USBZUIStatics"); \ + +#define DUMPER7_ASSERTS_USBZUIWeaponStatsAsset \ +static_assert(alignof(USBZUIWeaponStatsAsset) == 0x000008, "Wrong alignment on USBZUIWeaponStatsAsset"); \ +static_assert(sizeof(USBZUIWeaponStatsAsset) == 0x000280, "Wrong size on USBZUIWeaponStatsAsset"); \ +static_assert(offsetof(USBZUIWeaponStatsAsset, WeaponStatsBlueprintClass) == 0x000038, "Member 'USBZUIWeaponStatsAsset::WeaponStatsBlueprintClass' has a wrong offset!"); \ +static_assert(offsetof(USBZUIWeaponStatsAsset, StatWeightContainerArray) == 0x000040, "Member 'USBZUIWeaponStatsAsset::StatWeightContainerArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZUnblockReloadNotify \ +static_assert(alignof(USBZUnblockReloadNotify) == 0x000008, "Wrong alignment on USBZUnblockReloadNotify"); \ +static_assert(sizeof(USBZUnblockReloadNotify) == 0x000060, "Wrong size on USBZUnblockReloadNotify"); \ + +#define DUMPER7_ASSERTS_USBZUnblockRunNotify \ +static_assert(alignof(USBZUnblockRunNotify) == 0x000008, "Wrong alignment on USBZUnblockRunNotify"); \ +static_assert(sizeof(USBZUnblockRunNotify) == 0x000040, "Wrong size on USBZUnblockRunNotify"); \ + +#define DUMPER7_ASSERTS_USBZUseConsumableAbility \ +static_assert(alignof(USBZUseConsumableAbility) == 0x000008, "Wrong alignment on USBZUseConsumableAbility"); \ +static_assert(sizeof(USBZUseConsumableAbility) == 0x0004E0, "Wrong size on USBZUseConsumableAbility"); \ +static_assert(offsetof(USBZUseConsumableAbility, OwnerCharacter) == 0x0004D8, "Member 'USBZUseConsumableAbility::OwnerCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVariationSetUtils_ApplyVariation \ +static_assert(alignof(SBZVariationSetUtils_ApplyVariation) == 0x000008, "Wrong alignment on SBZVariationSetUtils_ApplyVariation"); \ +static_assert(sizeof(SBZVariationSetUtils_ApplyVariation) == 0x000018, "Wrong size on SBZVariationSetUtils_ApplyVariation"); \ +static_assert(offsetof(SBZVariationSetUtils_ApplyVariation, Actor) == 0x000000, "Member 'SBZVariationSetUtils_ApplyVariation::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZVariationSetUtils_ApplyVariation, VariationSet) == 0x000008, "Member 'SBZVariationSetUtils_ApplyVariation::VariationSet' has a wrong offset!"); \ +static_assert(offsetof(SBZVariationSetUtils_ApplyVariation, VariationIdx) == 0x000010, "Member 'SBZVariationSetUtils_ApplyVariation::VariationIdx' has a wrong offset!"); \ +static_assert(offsetof(SBZVariationSetUtils_ApplyVariation, ReturnValue) == 0x000014, "Member 'SBZVariationSetUtils_ApplyVariation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVariationSetUtils_ApplyVariationToMesh \ +static_assert(alignof(SBZVariationSetUtils_ApplyVariationToMesh) == 0x000008, "Wrong alignment on SBZVariationSetUtils_ApplyVariationToMesh"); \ +static_assert(sizeof(SBZVariationSetUtils_ApplyVariationToMesh) == 0x000018, "Wrong size on SBZVariationSetUtils_ApplyVariationToMesh"); \ +static_assert(offsetof(SBZVariationSetUtils_ApplyVariationToMesh, MeshComponent) == 0x000000, "Member 'SBZVariationSetUtils_ApplyVariationToMesh::MeshComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZVariationSetUtils_ApplyVariationToMesh, VariationSet) == 0x000008, "Member 'SBZVariationSetUtils_ApplyVariationToMesh::VariationSet' has a wrong offset!"); \ +static_assert(offsetof(SBZVariationSetUtils_ApplyVariationToMesh, VariationIdx) == 0x000010, "Member 'SBZVariationSetUtils_ApplyVariationToMesh::VariationIdx' has a wrong offset!"); \ +static_assert(offsetof(SBZVariationSetUtils_ApplyVariationToMesh, ReturnValue) == 0x000014, "Member 'SBZVariationSetUtils_ApplyVariationToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVariationSetUtils_ApplyVariationToSkeletal \ +static_assert(alignof(SBZVariationSetUtils_ApplyVariationToSkeletal) == 0x000008, "Wrong alignment on SBZVariationSetUtils_ApplyVariationToSkeletal"); \ +static_assert(sizeof(SBZVariationSetUtils_ApplyVariationToSkeletal) == 0x000018, "Wrong size on SBZVariationSetUtils_ApplyVariationToSkeletal"); \ +static_assert(offsetof(SBZVariationSetUtils_ApplyVariationToSkeletal, SkelComponent) == 0x000000, "Member 'SBZVariationSetUtils_ApplyVariationToSkeletal::SkelComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZVariationSetUtils_ApplyVariationToSkeletal, VariationSet) == 0x000008, "Member 'SBZVariationSetUtils_ApplyVariationToSkeletal::VariationSet' has a wrong offset!"); \ +static_assert(offsetof(SBZVariationSetUtils_ApplyVariationToSkeletal, VariationIdx) == 0x000010, "Member 'SBZVariationSetUtils_ApplyVariationToSkeletal::VariationIdx' has a wrong offset!"); \ +static_assert(offsetof(SBZVariationSetUtils_ApplyVariationToSkeletal, ReturnValue) == 0x000014, "Member 'SBZVariationSetUtils_ApplyVariationToSkeletal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVariationSetUtils_ApplyVariationToStatic \ +static_assert(alignof(SBZVariationSetUtils_ApplyVariationToStatic) == 0x000008, "Wrong alignment on SBZVariationSetUtils_ApplyVariationToStatic"); \ +static_assert(sizeof(SBZVariationSetUtils_ApplyVariationToStatic) == 0x000018, "Wrong size on SBZVariationSetUtils_ApplyVariationToStatic"); \ +static_assert(offsetof(SBZVariationSetUtils_ApplyVariationToStatic, StatComponent) == 0x000000, "Member 'SBZVariationSetUtils_ApplyVariationToStatic::StatComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZVariationSetUtils_ApplyVariationToStatic, VariationSet) == 0x000008, "Member 'SBZVariationSetUtils_ApplyVariationToStatic::VariationSet' has a wrong offset!"); \ +static_assert(offsetof(SBZVariationSetUtils_ApplyVariationToStatic, VariationIdx) == 0x000010, "Member 'SBZVariationSetUtils_ApplyVariationToStatic::VariationIdx' has a wrong offset!"); \ +static_assert(offsetof(SBZVariationSetUtils_ApplyVariationToStatic, ReturnValue) == 0x000014, "Member 'SBZVariationSetUtils_ApplyVariationToStatic::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZVariationSetUtils \ +static_assert(alignof(USBZVariationSetUtils) == 0x000008, "Wrong alignment on USBZVariationSetUtils"); \ +static_assert(sizeof(USBZVariationSetUtils) == 0x000030, "Wrong size on USBZVariationSetUtils"); \ + +#define DUMPER7_ASSERTS_USBZVehicleAnimationCollection \ +static_assert(alignof(USBZVehicleAnimationCollection) == 0x000008, "Wrong alignment on USBZVehicleAnimationCollection"); \ +static_assert(sizeof(USBZVehicleAnimationCollection) == 0x000088, "Wrong size on USBZVehicleAnimationCollection"); \ +static_assert(offsetof(USBZVehicleAnimationCollection, DoorAnimationContainers) == 0x000038, "Member 'USBZVehicleAnimationCollection::DoorAnimationContainers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleDamageComponent_HandleTakePointDamage \ +static_assert(alignof(SBZVehicleDamageComponent_HandleTakePointDamage) == 0x000008, "Wrong alignment on SBZVehicleDamageComponent_HandleTakePointDamage"); \ +static_assert(sizeof(SBZVehicleDamageComponent_HandleTakePointDamage) == 0x0000D0, "Wrong size on SBZVehicleDamageComponent_HandleTakePointDamage"); \ +static_assert(offsetof(SBZVehicleDamageComponent_HandleTakePointDamage, DamagedActor) == 0x000000, "Member 'SBZVehicleDamageComponent_HandleTakePointDamage::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleDamageComponent_HandleTakePointDamage, DamageAmount) == 0x000008, "Member 'SBZVehicleDamageComponent_HandleTakePointDamage::DamageAmount' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleDamageComponent_HandleTakePointDamage, DamageEvent) == 0x000010, "Member 'SBZVehicleDamageComponent_HandleTakePointDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleDamageComponent_HandleTakePointDamage, EventInstigator) == 0x0000C0, "Member 'SBZVehicleDamageComponent_HandleTakePointDamage::EventInstigator' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleDamageComponent_HandleTakePointDamage, DamageCauser) == 0x0000C8, "Member 'SBZVehicleDamageComponent_HandleTakePointDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVehicleDamageComponent_HandleTakeRadialDamage \ +static_assert(alignof(SBZVehicleDamageComponent_HandleTakeRadialDamage) == 0x000008, "Wrong alignment on SBZVehicleDamageComponent_HandleTakeRadialDamage"); \ +static_assert(sizeof(SBZVehicleDamageComponent_HandleTakeRadialDamage) == 0x000060, "Wrong size on SBZVehicleDamageComponent_HandleTakeRadialDamage"); \ +static_assert(offsetof(SBZVehicleDamageComponent_HandleTakeRadialDamage, DamagedActor) == 0x000000, "Member 'SBZVehicleDamageComponent_HandleTakeRadialDamage::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleDamageComponent_HandleTakeRadialDamage, DamageAmount) == 0x000008, "Member 'SBZVehicleDamageComponent_HandleTakeRadialDamage::DamageAmount' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleDamageComponent_HandleTakeRadialDamage, DamageEvent) == 0x000010, "Member 'SBZVehicleDamageComponent_HandleTakeRadialDamage::DamageEvent' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleDamageComponent_HandleTakeRadialDamage, EventInstigator) == 0x000050, "Member 'SBZVehicleDamageComponent_HandleTakeRadialDamage::EventInstigator' has a wrong offset!"); \ +static_assert(offsetof(SBZVehicleDamageComponent_HandleTakeRadialDamage, DamageCauser) == 0x000058, "Member 'SBZVehicleDamageComponent_HandleTakeRadialDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZVehicleDamageComponent \ +static_assert(alignof(USBZVehicleDamageComponent) == 0x000008, "Wrong alignment on USBZVehicleDamageComponent"); \ +static_assert(sizeof(USBZVehicleDamageComponent) == 0x0000D0, "Wrong size on USBZVehicleDamageComponent"); \ +static_assert(offsetof(USBZVehicleDamageComponent, DamageZones) == 0x0000C0, "Member 'USBZVehicleDamageComponent::DamageZones' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZVehicleWheel \ +static_assert(alignof(USBZVehicleWheel) == 0x000008, "Wrong alignment on USBZVehicleWheel"); \ +static_assert(sizeof(USBZVehicleWheel) == 0x000100, "Wrong size on USBZVehicleWheel"); \ +static_assert(offsetof(USBZVehicleWheel, bDriven) == 0x0000FC, "Member 'USBZVehicleWheel::bDriven' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStoreItemCustomUICategory \ +static_assert(alignof(USBZStoreItemCustomUICategory) == 0x000008, "Wrong alignment on USBZStoreItemCustomUICategory"); \ +static_assert(sizeof(USBZStoreItemCustomUICategory) == 0x000060, "Wrong size on USBZStoreItemCustomUICategory"); \ +static_assert(offsetof(USBZStoreItemCustomUICategory, CategoryName) == 0x000038, "Member 'USBZStoreItemCustomUICategory::CategoryName' has a wrong offset!"); \ +static_assert(offsetof(USBZStoreItemCustomUICategory, AccelByteVendorTag) == 0x000050, "Member 'USBZStoreItemCustomUICategory::AccelByteVendorTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZVendorPermissionData \ +static_assert(alignof(USBZVendorPermissionData) == 0x000008, "Wrong alignment on USBZVendorPermissionData"); \ +static_assert(sizeof(USBZVendorPermissionData) == 0x000160, "Wrong size on USBZVendorPermissionData"); \ +static_assert(offsetof(USBZVendorPermissionData, VendorItemSku) == 0x000150, "Member 'USBZVendorPermissionData::VendorItemSku' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZVoiceCommentNotify \ +static_assert(alignof(USBZVoiceCommentNotify) == 0x000008, "Wrong alignment on USBZVoiceCommentNotify"); \ +static_assert(sizeof(USBZVoiceCommentNotify) == 0x000060, "Wrong size on USBZVoiceCommentNotify"); \ +static_assert(offsetof(USBZVoiceCommentNotify, VoiceComment) == 0x000040, "Member 'USBZVoiceCommentNotify::VoiceComment' has a wrong offset!"); \ +static_assert(offsetof(USBZVoiceCommentNotify, bUseDialogEvent) == 0x000048, "Member 'USBZVoiceCommentNotify::bUseDialogEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZVoiceCommentNotify, DialogEvent) == 0x000050, "Member 'USBZVoiceCommentNotify::DialogEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZVoiceCommentNotify, VoicePriority) == 0x000058, "Member 'USBZVoiceCommentNotify::VoicePriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVoiceLibrary_PlayDialog \ +static_assert(alignof(SBZVoiceLibrary_PlayDialog) == 0x000008, "Wrong alignment on SBZVoiceLibrary_PlayDialog"); \ +static_assert(sizeof(SBZVoiceLibrary_PlayDialog) == 0x000048, "Wrong size on SBZVoiceLibrary_PlayDialog"); \ +static_assert(offsetof(SBZVoiceLibrary_PlayDialog, WorldContextObject) == 0x000000, "Member 'SBZVoiceLibrary_PlayDialog::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZVoiceLibrary_PlayDialog, DialogDataAsset) == 0x000008, "Member 'SBZVoiceLibrary_PlayDialog::DialogDataAsset' has a wrong offset!"); \ +static_assert(offsetof(SBZVoiceLibrary_PlayDialog, Performers) == 0x000010, "Member 'SBZVoiceLibrary_PlayDialog::Performers' has a wrong offset!"); \ +static_assert(offsetof(SBZVoiceLibrary_PlayDialog, OnDialogEnded) == 0x000020, "Member 'SBZVoiceLibrary_PlayDialog::OnDialogEnded' has a wrong offset!"); \ +static_assert(offsetof(SBZVoiceLibrary_PlayDialog, DialogInstigator) == 0x000038, "Member 'SBZVoiceLibrary_PlayDialog::DialogInstigator' has a wrong offset!"); \ +static_assert(offsetof(SBZVoiceLibrary_PlayDialog, bCanBeQueued) == 0x000040, "Member 'SBZVoiceLibrary_PlayDialog::bCanBeQueued' has a wrong offset!"); \ +static_assert(offsetof(SBZVoiceLibrary_PlayDialog, ReturnValue) == 0x000041, "Member 'SBZVoiceLibrary_PlayDialog::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVoiceLibrary_PlayDialogLocally \ +static_assert(alignof(SBZVoiceLibrary_PlayDialogLocally) == 0x000008, "Wrong alignment on SBZVoiceLibrary_PlayDialogLocally"); \ +static_assert(sizeof(SBZVoiceLibrary_PlayDialogLocally) == 0x000030, "Wrong size on SBZVoiceLibrary_PlayDialogLocally"); \ +static_assert(offsetof(SBZVoiceLibrary_PlayDialogLocally, WorldContextObject) == 0x000000, "Member 'SBZVoiceLibrary_PlayDialogLocally::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZVoiceLibrary_PlayDialogLocally, DialogDataAsset) == 0x000008, "Member 'SBZVoiceLibrary_PlayDialogLocally::DialogDataAsset' has a wrong offset!"); \ +static_assert(offsetof(SBZVoiceLibrary_PlayDialogLocally, Performers) == 0x000010, "Member 'SBZVoiceLibrary_PlayDialogLocally::Performers' has a wrong offset!"); \ +static_assert(offsetof(SBZVoiceLibrary_PlayDialogLocally, DialogInstigator) == 0x000020, "Member 'SBZVoiceLibrary_PlayDialogLocally::DialogInstigator' has a wrong offset!"); \ +static_assert(offsetof(SBZVoiceLibrary_PlayDialogLocally, bCanBeQueued) == 0x000028, "Member 'SBZVoiceLibrary_PlayDialogLocally::bCanBeQueued' has a wrong offset!"); \ +static_assert(offsetof(SBZVoiceLibrary_PlayDialogLocally, ReturnValue) == 0x000029, "Member 'SBZVoiceLibrary_PlayDialogLocally::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVoiceLibrary_PlayDialogWithSuitablePlayers \ +static_assert(alignof(SBZVoiceLibrary_PlayDialogWithSuitablePlayers) == 0x000008, "Wrong alignment on SBZVoiceLibrary_PlayDialogWithSuitablePlayers"); \ +static_assert(sizeof(SBZVoiceLibrary_PlayDialogWithSuitablePlayers) == 0x000028, "Wrong size on SBZVoiceLibrary_PlayDialogWithSuitablePlayers"); \ +static_assert(offsetof(SBZVoiceLibrary_PlayDialogWithSuitablePlayers, WorldContextObject) == 0x000000, "Member 'SBZVoiceLibrary_PlayDialogWithSuitablePlayers::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZVoiceLibrary_PlayDialogWithSuitablePlayers, DialogDataAsset) == 0x000008, "Member 'SBZVoiceLibrary_PlayDialogWithSuitablePlayers::DialogDataAsset' has a wrong offset!"); \ +static_assert(offsetof(SBZVoiceLibrary_PlayDialogWithSuitablePlayers, OnDialogEnded) == 0x000010, "Member 'SBZVoiceLibrary_PlayDialogWithSuitablePlayers::OnDialogEnded' has a wrong offset!"); \ +static_assert(offsetof(SBZVoiceLibrary_PlayDialogWithSuitablePlayers, ReturnValue) == 0x000024, "Member 'SBZVoiceLibrary_PlayDialogWithSuitablePlayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVoiceLibrary_SayCommentWithClosestHeisterToActor \ +static_assert(alignof(SBZVoiceLibrary_SayCommentWithClosestHeisterToActor) == 0x000008, "Wrong alignment on SBZVoiceLibrary_SayCommentWithClosestHeisterToActor"); \ +static_assert(sizeof(SBZVoiceLibrary_SayCommentWithClosestHeisterToActor) == 0x000028, "Wrong size on SBZVoiceLibrary_SayCommentWithClosestHeisterToActor"); \ +static_assert(offsetof(SBZVoiceLibrary_SayCommentWithClosestHeisterToActor, WorldContextObject) == 0x000000, "Member 'SBZVoiceLibrary_SayCommentWithClosestHeisterToActor::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZVoiceLibrary_SayCommentWithClosestHeisterToActor, CommmentAsset) == 0x000008, "Member 'SBZVoiceLibrary_SayCommentWithClosestHeisterToActor::CommmentAsset' has a wrong offset!"); \ +static_assert(offsetof(SBZVoiceLibrary_SayCommentWithClosestHeisterToActor, Actor) == 0x000010, "Member 'SBZVoiceLibrary_SayCommentWithClosestHeisterToActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(SBZVoiceLibrary_SayCommentWithClosestHeisterToActor, bIncludePlayers) == 0x000018, "Member 'SBZVoiceLibrary_SayCommentWithClosestHeisterToActor::bIncludePlayers' has a wrong offset!"); \ +static_assert(offsetof(SBZVoiceLibrary_SayCommentWithClosestHeisterToActor, bIncludeCrewAI) == 0x000019, "Member 'SBZVoiceLibrary_SayCommentWithClosestHeisterToActor::bIncludeCrewAI' has a wrong offset!"); \ +static_assert(offsetof(SBZVoiceLibrary_SayCommentWithClosestHeisterToActor, WithinDistance) == 0x00001C, "Member 'SBZVoiceLibrary_SayCommentWithClosestHeisterToActor::WithinDistance' has a wrong offset!"); \ +static_assert(offsetof(SBZVoiceLibrary_SayCommentWithClosestHeisterToActor, bIsServerInstigated) == 0x000020, "Member 'SBZVoiceLibrary_SayCommentWithClosestHeisterToActor::bIsServerInstigated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVoiceLibrary_SayCommentWithClosestHeisterToLocation \ +static_assert(alignof(SBZVoiceLibrary_SayCommentWithClosestHeisterToLocation) == 0x000008, "Wrong alignment on SBZVoiceLibrary_SayCommentWithClosestHeisterToLocation"); \ +static_assert(sizeof(SBZVoiceLibrary_SayCommentWithClosestHeisterToLocation) == 0x000028, "Wrong size on SBZVoiceLibrary_SayCommentWithClosestHeisterToLocation"); \ +static_assert(offsetof(SBZVoiceLibrary_SayCommentWithClosestHeisterToLocation, WorldContextObject) == 0x000000, "Member 'SBZVoiceLibrary_SayCommentWithClosestHeisterToLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZVoiceLibrary_SayCommentWithClosestHeisterToLocation, CommmentAsset) == 0x000008, "Member 'SBZVoiceLibrary_SayCommentWithClosestHeisterToLocation::CommmentAsset' has a wrong offset!"); \ +static_assert(offsetof(SBZVoiceLibrary_SayCommentWithClosestHeisterToLocation, Location) == 0x000010, "Member 'SBZVoiceLibrary_SayCommentWithClosestHeisterToLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(SBZVoiceLibrary_SayCommentWithClosestHeisterToLocation, bIncludePlayers) == 0x00001C, "Member 'SBZVoiceLibrary_SayCommentWithClosestHeisterToLocation::bIncludePlayers' has a wrong offset!"); \ +static_assert(offsetof(SBZVoiceLibrary_SayCommentWithClosestHeisterToLocation, bIncludeCrewAI) == 0x00001D, "Member 'SBZVoiceLibrary_SayCommentWithClosestHeisterToLocation::bIncludeCrewAI' has a wrong offset!"); \ +static_assert(offsetof(SBZVoiceLibrary_SayCommentWithClosestHeisterToLocation, WithinDistance) == 0x000020, "Member 'SBZVoiceLibrary_SayCommentWithClosestHeisterToLocation::WithinDistance' has a wrong offset!"); \ +static_assert(offsetof(SBZVoiceLibrary_SayCommentWithClosestHeisterToLocation, bIsServerInstigated) == 0x000024, "Member 'SBZVoiceLibrary_SayCommentWithClosestHeisterToLocation::bIsServerInstigated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZVoiceLibrary \ +static_assert(alignof(USBZVoiceLibrary) == 0x000008, "Wrong alignment on USBZVoiceLibrary"); \ +static_assert(sizeof(USBZVoiceLibrary) == 0x000030, "Wrong size on USBZVoiceLibrary"); \ + +#define DUMPER7_ASSERTS_SBZVoipWidget_OnPlayerTalkingChanged \ +static_assert(alignof(SBZVoipWidget_OnPlayerTalkingChanged) == 0x000008, "Wrong alignment on SBZVoipWidget_OnPlayerTalkingChanged"); \ +static_assert(sizeof(SBZVoipWidget_OnPlayerTalkingChanged) == 0x000030, "Wrong size on SBZVoipWidget_OnPlayerTalkingChanged"); \ +static_assert(offsetof(SBZVoipWidget_OnPlayerTalkingChanged, PlayerId) == 0x000000, "Member 'SBZVoipWidget_OnPlayerTalkingChanged::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(SBZVoipWidget_OnPlayerTalkingChanged, IsTalking) == 0x000028, "Member 'SBZVoipWidget_OnPlayerTalkingChanged::IsTalking' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVoipWidget_OnPlayerTalkingChangedEvent \ +static_assert(alignof(SBZVoipWidget_OnPlayerTalkingChangedEvent) == 0x000008, "Wrong alignment on SBZVoipWidget_OnPlayerTalkingChangedEvent"); \ +static_assert(sizeof(SBZVoipWidget_OnPlayerTalkingChangedEvent) == 0x000018, "Wrong size on SBZVoipWidget_OnPlayerTalkingChangedEvent"); \ +static_assert(offsetof(SBZVoipWidget_OnPlayerTalkingChangedEvent, PlayerName) == 0x000000, "Member 'SBZVoipWidget_OnPlayerTalkingChangedEvent::PlayerName' has a wrong offset!"); \ +static_assert(offsetof(SBZVoipWidget_OnPlayerTalkingChangedEvent, bPlayerTalking) == 0x000010, "Member 'SBZVoipWidget_OnPlayerTalkingChangedEvent::bPlayerTalking' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZVoipWidget \ +static_assert(alignof(USBZVoipWidget) == 0x000008, "Wrong alignment on USBZVoipWidget"); \ +static_assert(sizeof(USBZVoipWidget) == 0x000290, "Wrong size on USBZVoipWidget"); \ + +#define DUMPER7_ASSERTS_SBZVolumeManager_GetVolumeManager \ +static_assert(alignof(SBZVolumeManager_GetVolumeManager) == 0x000008, "Wrong alignment on SBZVolumeManager_GetVolumeManager"); \ +static_assert(sizeof(SBZVolumeManager_GetVolumeManager) == 0x000010, "Wrong size on SBZVolumeManager_GetVolumeManager"); \ +static_assert(offsetof(SBZVolumeManager_GetVolumeManager, WorldContextObject) == 0x000000, "Member 'SBZVolumeManager_GetVolumeManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SBZVolumeManager_GetVolumeManager, ReturnValue) == 0x000008, "Member 'SBZVolumeManager_GetVolumeManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVolumeManager_GetRelativeCinematicVolume \ +static_assert(alignof(SBZVolumeManager_GetRelativeCinematicVolume) == 0x000004, "Wrong alignment on SBZVolumeManager_GetRelativeCinematicVolume"); \ +static_assert(sizeof(SBZVolumeManager_GetRelativeCinematicVolume) == 0x000004, "Wrong size on SBZVolumeManager_GetRelativeCinematicVolume"); \ +static_assert(offsetof(SBZVolumeManager_GetRelativeCinematicVolume, ReturnValue) == 0x000000, "Member 'SBZVolumeManager_GetRelativeCinematicVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZVolumeManager_UpdateVOIPVolumeOnEOSLogin \ +static_assert(alignof(SBZVolumeManager_UpdateVOIPVolumeOnEOSLogin) == 0x000008, "Wrong alignment on SBZVolumeManager_UpdateVOIPVolumeOnEOSLogin"); \ +static_assert(sizeof(SBZVolumeManager_UpdateVOIPVolumeOnEOSLogin) == 0x000030, "Wrong size on SBZVolumeManager_UpdateVOIPVolumeOnEOSLogin"); \ +static_assert(offsetof(SBZVolumeManager_UpdateVOIPVolumeOnEOSLogin, InUserIndex) == 0x000000, "Member 'SBZVolumeManager_UpdateVOIPVolumeOnEOSLogin::InUserIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZVolumeManager_UpdateVOIPVolumeOnEOSLogin, NativePlatformUserId) == 0x000008, "Member 'SBZVolumeManager_UpdateVOIPVolumeOnEOSLogin::NativePlatformUserId' has a wrong offset!"); \ +static_assert(offsetof(SBZVolumeManager_UpdateVOIPVolumeOnEOSLogin, EOSPlatformProductUserId) == 0x000018, "Member 'SBZVolumeManager_UpdateVOIPVolumeOnEOSLogin::EOSPlatformProductUserId' has a wrong offset!"); \ +static_assert(offsetof(SBZVolumeManager_UpdateVOIPVolumeOnEOSLogin, bLoginSuccess) == 0x000028, "Member 'SBZVolumeManager_UpdateVOIPVolumeOnEOSLogin::bLoginSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZVolumeManager \ +static_assert(alignof(USBZVolumeManager) == 0x000008, "Wrong alignment on USBZVolumeManager"); \ +static_assert(sizeof(USBZVolumeManager) == 0x0001D0, "Wrong size on USBZVolumeManager"); \ +static_assert(offsetof(USBZVolumeManager, MasterVolumeSetting) == 0x000030, "Member 'USBZVolumeManager::MasterVolumeSetting' has a wrong offset!"); \ +static_assert(offsetof(USBZVolumeManager, MusicVolumeSetting) == 0x000048, "Member 'USBZVolumeManager::MusicVolumeSetting' has a wrong offset!"); \ +static_assert(offsetof(USBZVolumeManager, SFXVolumeSetting) == 0x000060, "Member 'USBZVolumeManager::SFXVolumeSetting' has a wrong offset!"); \ +static_assert(offsetof(USBZVolumeManager, VOVolumeSetting) == 0x000078, "Member 'USBZVolumeManager::VOVolumeSetting' has a wrong offset!"); \ +static_assert(offsetof(USBZVolumeManager, OperatorVOVolumeSetting) == 0x000090, "Member 'USBZVolumeManager::OperatorVOVolumeSetting' has a wrong offset!"); \ +static_assert(offsetof(USBZVolumeManager, HUDVolumeSetting) == 0x0000A8, "Member 'USBZVolumeManager::HUDVolumeSetting' has a wrong offset!"); \ +static_assert(offsetof(USBZVolumeManager, VoipVolumeSetting) == 0x0000C0, "Member 'USBZVolumeManager::VoipVolumeSetting' has a wrong offset!"); \ +static_assert(offsetof(USBZVolumeManager, VoipMicVolumeSetting) == 0x0000D8, "Member 'USBZVolumeManager::VoipMicVolumeSetting' has a wrong offset!"); \ +static_assert(offsetof(USBZVolumeManager, CinematicVolumeSetting) == 0x0000F0, "Member 'USBZVolumeManager::CinematicVolumeSetting' has a wrong offset!"); \ +static_assert(offsetof(USBZVolumeManager, PausedMuteSet) == 0x000108, "Member 'USBZVolumeManager::PausedMuteSet' has a wrong offset!"); \ +static_assert(offsetof(USBZVolumeManager, PauseEvent) == 0x000158, "Member 'USBZVolumeManager::PauseEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZVolumeManager, ResumeEvent) == 0x000160, "Member 'USBZVolumeManager::ResumeEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZVoteFactory \ +static_assert(alignof(USBZVoteFactory) == 0x000008, "Wrong alignment on USBZVoteFactory"); \ +static_assert(sizeof(USBZVoteFactory) == 0x000080, "Wrong size on USBZVoteFactory"); \ + +#define DUMPER7_ASSERTS_SBZWaitStateMachineStateCallbackProxy_WaitGameStateMachineState \ +static_assert(alignof(SBZWaitStateMachineStateCallbackProxy_WaitGameStateMachineState) == 0x000008, "Wrong alignment on SBZWaitStateMachineStateCallbackProxy_WaitGameStateMachineState"); \ +static_assert(sizeof(SBZWaitStateMachineStateCallbackProxy_WaitGameStateMachineState) == 0x000018, "Wrong size on SBZWaitStateMachineStateCallbackProxy_WaitGameStateMachineState"); \ +static_assert(offsetof(SBZWaitStateMachineStateCallbackProxy_WaitGameStateMachineState, WorldContextObject_0) == 0x000000, "Member 'SBZWaitStateMachineStateCallbackProxy_WaitGameStateMachineState::WorldContextObject_0' has a wrong offset!"); \ +static_assert(offsetof(SBZWaitStateMachineStateCallbackProxy_WaitGameStateMachineState, StateToWait) == 0x000008, "Member 'SBZWaitStateMachineStateCallbackProxy_WaitGameStateMachineState::StateToWait' has a wrong offset!"); \ +static_assert(offsetof(SBZWaitStateMachineStateCallbackProxy_WaitGameStateMachineState, ReturnValue) == 0x000010, "Member 'SBZWaitStateMachineStateCallbackProxy_WaitGameStateMachineState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWaitStateMachineStateCallbackProxy_HandleStateEntered \ +static_assert(alignof(SBZWaitStateMachineStateCallbackProxy_HandleStateEntered) == 0x000004, "Wrong alignment on SBZWaitStateMachineStateCallbackProxy_HandleStateEntered"); \ +static_assert(sizeof(SBZWaitStateMachineStateCallbackProxy_HandleStateEntered) == 0x00000C, "Wrong size on SBZWaitStateMachineStateCallbackProxy_HandleStateEntered"); \ +static_assert(offsetof(SBZWaitStateMachineStateCallbackProxy_HandleStateEntered, StateName) == 0x000000, "Member 'SBZWaitStateMachineStateCallbackProxy_HandleStateEntered::StateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWaitStateMachineStateCallbackProxy \ +static_assert(alignof(USBZWaitStateMachineStateCallbackProxy) == 0x000008, "Wrong alignment on USBZWaitStateMachineStateCallbackProxy"); \ +static_assert(sizeof(USBZWaitStateMachineStateCallbackProxy) == 0x000058, "Wrong size on USBZWaitStateMachineStateCallbackProxy"); \ +static_assert(offsetof(USBZWaitStateMachineStateCallbackProxy, OnSuccess) == 0x000038, "Member 'USBZWaitStateMachineStateCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(USBZWaitStateMachineStateCallbackProxy, WorldContextObject) == 0x000050, "Member 'USBZWaitStateMachineStateCallbackProxy::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZWaypoint \ +static_assert(alignof(ASBZWaypoint) == 0x000008, "Wrong alignment on ASBZWaypoint"); \ +static_assert(sizeof(ASBZWaypoint) == 0x0002C8, "Wrong size on ASBZWaypoint"); \ +static_assert(offsetof(ASBZWaypoint, bShowMarkerOnSpawn) == 0x0002A8, "Member 'ASBZWaypoint::bShowMarkerOnSpawn' has a wrong offset!"); \ +static_assert(offsetof(ASBZWaypoint, MarkerAsset) == 0x0002B0, "Member 'ASBZWaypoint::MarkerAsset' has a wrong offset!"); \ +static_assert(offsetof(ASBZWaypoint, WaypointVolume) == 0x0002B8, "Member 'ASBZWaypoint::WaypointVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZWeaponCharm \ +static_assert(alignof(ASBZWeaponCharm) == 0x000008, "Wrong alignment on ASBZWeaponCharm"); \ +static_assert(sizeof(ASBZWeaponCharm) == 0x0002B8, "Wrong size on ASBZWeaponCharm"); \ + +#define DUMPER7_ASSERTS_USBZWeaponCharmApplier \ +static_assert(alignof(USBZWeaponCharmApplier) == 0x000008, "Wrong alignment on USBZWeaponCharmApplier"); \ +static_assert(sizeof(USBZWeaponCharmApplier) == 0x000030, "Wrong size on USBZWeaponCharmApplier"); \ + +#define DUMPER7_ASSERTS_USBZPlayerProjectileWeaponFireData \ +static_assert(alignof(USBZPlayerProjectileWeaponFireData) == 0x000008, "Wrong alignment on USBZPlayerProjectileWeaponFireData"); \ +static_assert(sizeof(USBZPlayerProjectileWeaponFireData) == 0x0001F0, "Wrong size on USBZPlayerProjectileWeaponFireData"); \ +static_assert(offsetof(USBZPlayerProjectileWeaponFireData, PitchAdjustment) == 0x0001E8, "Member 'USBZPlayerProjectileWeaponFireData::PitchAdjustment' has a wrong offset!"); \ +static_assert(offsetof(USBZPlayerProjectileWeaponFireData, SpawnOffsetFromCamera) == 0x0001EC, "Member 'USBZPlayerProjectileWeaponFireData::SpawnOffsetFromCamera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponMagazineData \ +static_assert(alignof(USBZWeaponMagazineData) == 0x000008, "Wrong alignment on USBZWeaponMagazineData"); \ +static_assert(sizeof(USBZWeaponMagazineData) == 0x000068, "Wrong size on USBZWeaponMagazineData"); \ +static_assert(offsetof(USBZWeaponMagazineData, AmmoLoadedMax) == 0x000038, "Member 'USBZWeaponMagazineData::AmmoLoadedMax' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponMagazineData, AmmoLoaded) == 0x00003C, "Member 'USBZWeaponMagazineData::AmmoLoaded' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponMagazineData, AmmoPerReload) == 0x000040, "Member 'USBZWeaponMagazineData::AmmoPerReload' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponMagazineData, AmmoInventoryMax) == 0x000044, "Member 'USBZWeaponMagazineData::AmmoInventoryMax' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponMagazineData, AmmoInventory) == 0x000048, "Member 'USBZWeaponMagazineData::AmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponMagazineData, AmmoPickup) == 0x00004C, "Member 'USBZWeaponMagazineData::AmmoPickup' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponMagazineData, AmmoVisibilityType) == 0x000054, "Member 'USBZWeaponMagazineData::AmmoVisibilityType' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponMagazineData, OverallReloadPlayRateAmmoLoadedCurve) == 0x000058, "Member 'USBZWeaponMagazineData::OverallReloadPlayRateAmmoLoadedCurve' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponMagazineData, EndCycleReloadPlayRateAmmoLoadedCurve) == 0x000060, "Member 'USBZWeaponMagazineData::EndCycleReloadPlayRateAmmoLoadedCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponModificationSettings \ +static_assert(alignof(USBZWeaponModificationSettings) == 0x000008, "Wrong alignment on USBZWeaponModificationSettings"); \ +static_assert(sizeof(USBZWeaponModificationSettings) == 0x0000F8, "Wrong size on USBZWeaponModificationSettings"); \ +static_assert(offsetof(USBZWeaponModificationSettings, Settings) == 0x000048, "Member 'USBZWeaponModificationSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWeaponPatternData_GetNbExpectedColorsInConfig \ +static_assert(alignof(SBZWeaponPatternData_GetNbExpectedColorsInConfig) == 0x000004, "Wrong alignment on SBZWeaponPatternData_GetNbExpectedColorsInConfig"); \ +static_assert(sizeof(SBZWeaponPatternData_GetNbExpectedColorsInConfig) == 0x000004, "Wrong size on SBZWeaponPatternData_GetNbExpectedColorsInConfig"); \ +static_assert(offsetof(SBZWeaponPatternData_GetNbExpectedColorsInConfig, ReturnValue) == 0x000000, "Member 'SBZWeaponPatternData_GetNbExpectedColorsInConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponPatternData \ +static_assert(alignof(USBZWeaponPatternData) == 0x000008, "Wrong alignment on USBZWeaponPatternData"); \ +static_assert(sizeof(USBZWeaponPatternData) == 0x000208, "Wrong size on USBZWeaponPatternData"); \ +static_assert(offsetof(USBZWeaponPatternData, AreasForEachColor) == 0x0001F8, "Member 'USBZWeaponPatternData::AreasForEachColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponWearAndTearData \ +static_assert(alignof(USBZWeaponWearAndTearData) == 0x000008, "Wrong alignment on USBZWeaponWearAndTearData"); \ +static_assert(sizeof(USBZWeaponWearAndTearData) == 0x000200, "Wrong size on USBZWeaponWearAndTearData"); \ +static_assert(offsetof(USBZWeaponWearAndTearData, WearAndTearLevel) == 0x0001F8, "Member 'USBZWeaponWearAndTearData::WearAndTearLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWheeledVehicleAnimation \ +static_assert(alignof(USBZWheeledVehicleAnimation) == 0x000010, "Wrong alignment on USBZWheeledVehicleAnimation"); \ +static_assert(sizeof(USBZWheeledVehicleAnimation) == 0x000A60, "Wrong size on USBZWheeledVehicleAnimation"); \ + +#define DUMPER7_ASSERTS_ASBZWhizzby \ +static_assert(alignof(ASBZWhizzby) == 0x000008, "Wrong alignment on ASBZWhizzby"); \ +static_assert(sizeof(ASBZWhizzby) == 0x0002B8, "Wrong size on ASBZWhizzby"); \ +static_assert(offsetof(ASBZWhizzby, PlayerFeedback) == 0x0002A8, "Member 'ASBZWhizzby::PlayerFeedback' has a wrong offset!"); \ +static_assert(offsetof(ASBZWhizzby, PlayerCameraFeedbackComponent) == 0x0002B0, "Member 'ASBZWhizzby::PlayerCameraFeedbackComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWinch_BP_OnWinchStateChanged \ +static_assert(alignof(SBZWinch_BP_OnWinchStateChanged) == 0x000001, "Wrong alignment on SBZWinch_BP_OnWinchStateChanged"); \ +static_assert(sizeof(SBZWinch_BP_OnWinchStateChanged) == 0x000003, "Wrong size on SBZWinch_BP_OnWinchStateChanged"); \ +static_assert(offsetof(SBZWinch_BP_OnWinchStateChanged, OldState) == 0x000000, "Member 'SBZWinch_BP_OnWinchStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(SBZWinch_BP_OnWinchStateChanged, NewState) == 0x000001, "Member 'SBZWinch_BP_OnWinchStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(SBZWinch_BP_OnWinchStateChanged, bDoCosmetics) == 0x000002, "Member 'SBZWinch_BP_OnWinchStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWinch_Multicast_SetWinchState \ +static_assert(alignof(SBZWinch_Multicast_SetWinchState) == 0x000001, "Wrong alignment on SBZWinch_Multicast_SetWinchState"); \ +static_assert(sizeof(SBZWinch_Multicast_SetWinchState) == 0x000001, "Wrong size on SBZWinch_Multicast_SetWinchState"); \ +static_assert(offsetof(SBZWinch_Multicast_SetWinchState, NewState) == 0x000000, "Member 'SBZWinch_Multicast_SetWinchState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWinch_OnAckActivationInteractionComplete \ +static_assert(alignof(SBZWinch_OnAckActivationInteractionComplete) == 0x000008, "Wrong alignment on SBZWinch_OnAckActivationInteractionComplete"); \ +static_assert(sizeof(SBZWinch_OnAckActivationInteractionComplete) == 0x000018, "Wrong size on SBZWinch_OnAckActivationInteractionComplete"); \ +static_assert(offsetof(SBZWinch_OnAckActivationInteractionComplete, Interactable) == 0x000000, "Member 'SBZWinch_OnAckActivationInteractionComplete::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZWinch_OnAckActivationInteractionComplete, Interactor) == 0x000008, "Member 'SBZWinch_OnAckActivationInteractionComplete::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZWinch_OnAckActivationInteractionComplete, bInIsLocallyControlled) == 0x000010, "Member 'SBZWinch_OnAckActivationInteractionComplete::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWinch_OnAckHookAttachInteractionComplete \ +static_assert(alignof(SBZWinch_OnAckHookAttachInteractionComplete) == 0x000008, "Wrong alignment on SBZWinch_OnAckHookAttachInteractionComplete"); \ +static_assert(sizeof(SBZWinch_OnAckHookAttachInteractionComplete) == 0x000018, "Wrong size on SBZWinch_OnAckHookAttachInteractionComplete"); \ +static_assert(offsetof(SBZWinch_OnAckHookAttachInteractionComplete, Interactable) == 0x000000, "Member 'SBZWinch_OnAckHookAttachInteractionComplete::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZWinch_OnAckHookAttachInteractionComplete, Interactor) == 0x000008, "Member 'SBZWinch_OnAckHookAttachInteractionComplete::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZWinch_OnAckHookAttachInteractionComplete, bInIsLocallyControlled) == 0x000010, "Member 'SBZWinch_OnAckHookAttachInteractionComplete::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWinch_OnAckHookInteractionComplete \ +static_assert(alignof(SBZWinch_OnAckHookInteractionComplete) == 0x000008, "Wrong alignment on SBZWinch_OnAckHookInteractionComplete"); \ +static_assert(sizeof(SBZWinch_OnAckHookInteractionComplete) == 0x000018, "Wrong size on SBZWinch_OnAckHookInteractionComplete"); \ +static_assert(offsetof(SBZWinch_OnAckHookInteractionComplete, Interactable) == 0x000000, "Member 'SBZWinch_OnAckHookInteractionComplete::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZWinch_OnAckHookInteractionComplete, Interactor) == 0x000008, "Member 'SBZWinch_OnAckHookInteractionComplete::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZWinch_OnAckHookInteractionComplete, bInIsLocallyControlled) == 0x000010, "Member 'SBZWinch_OnAckHookInteractionComplete::bInIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWinch_OnWinchSabotaged \ +static_assert(alignof(SBZWinch_OnWinchSabotaged) == 0x000001, "Wrong alignment on SBZWinch_OnWinchSabotaged"); \ +static_assert(sizeof(SBZWinch_OnWinchSabotaged) == 0x000001, "Wrong size on SBZWinch_OnWinchSabotaged"); \ +static_assert(offsetof(SBZWinch_OnWinchSabotaged, bIsSabotaged) == 0x000000, "Member 'SBZWinch_OnWinchSabotaged::bIsSabotaged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWinch_SetWinchEnabled \ +static_assert(alignof(SBZWinch_SetWinchEnabled) == 0x000001, "Wrong alignment on SBZWinch_SetWinchEnabled"); \ +static_assert(sizeof(SBZWinch_SetWinchEnabled) == 0x000001, "Wrong size on SBZWinch_SetWinchEnabled"); \ +static_assert(offsetof(SBZWinch_SetWinchEnabled, bEnabled) == 0x000000, "Member 'SBZWinch_SetWinchEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZWinch \ +static_assert(alignof(ASBZWinch) == 0x000008, "Wrong alignment on ASBZWinch"); \ +static_assert(sizeof(ASBZWinch) == 0x000488, "Wrong size on ASBZWinch"); \ +static_assert(offsetof(ASBZWinch, OnWinchNeedsAdjusting) == 0x000430, "Member 'ASBZWinch::OnWinchNeedsAdjusting' has a wrong offset!"); \ +static_assert(offsetof(ASBZWinch, StartInteraction) == 0x000440, "Member 'ASBZWinch::StartInteraction' has a wrong offset!"); \ +static_assert(offsetof(ASBZWinch, GrabInteraction) == 0x000448, "Member 'ASBZWinch::GrabInteraction' has a wrong offset!"); \ +static_assert(offsetof(ASBZWinch, AttachInteraction) == 0x000450, "Member 'ASBZWinch::AttachInteraction' has a wrong offset!"); \ +static_assert(offsetof(ASBZWinch, SabotagePointArray) == 0x000458, "Member 'ASBZWinch::SabotagePointArray' has a wrong offset!"); \ +static_assert(offsetof(ASBZWinch, bIsInterruptedExternally) == 0x000468, "Member 'ASBZWinch::bIsInterruptedExternally' has a wrong offset!"); \ +static_assert(offsetof(ASBZWinch, InterruptionInterval) == 0x00046C, "Member 'ASBZWinch::InterruptionInterval' has a wrong offset!"); \ +static_assert(offsetof(ASBZWinch, bEnableSabotagePointsOnNeedsAdjusting) == 0x000474, "Member 'ASBZWinch::bEnableSabotagePointsOnNeedsAdjusting' has a wrong offset!"); \ +static_assert(offsetof(ASBZWinch, Seed) == 0x000478, "Member 'ASBZWinch::Seed' has a wrong offset!"); \ +static_assert(offsetof(ASBZWinch, CurrentWinchState) == 0x00047C, "Member 'ASBZWinch::CurrentWinchState' has a wrong offset!"); \ +static_assert(offsetof(ASBZWinch, bHasBeenInterrupted) == 0x00047D, "Member 'ASBZWinch::bHasBeenInterrupted' has a wrong offset!"); \ +static_assert(offsetof(ASBZWinch, bIsExternallySabotaged) == 0x00047E, "Member 'ASBZWinch::bIsExternallySabotaged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZStaticMeshComponentWindApplier \ +static_assert(alignof(USBZStaticMeshComponentWindApplier) == 0x000008, "Wrong alignment on USBZStaticMeshComponentWindApplier"); \ +static_assert(sizeof(USBZStaticMeshComponentWindApplier) == 0x000060, "Wrong size on USBZStaticMeshComponentWindApplier"); \ + +#define DUMPER7_ASSERTS_USBZWindReceiverComponent \ +static_assert(alignof(USBZWindReceiverComponent) == 0x000010, "Wrong alignment on USBZWindReceiverComponent"); \ +static_assert(sizeof(USBZWindReceiverComponent) == 0x000250, "Wrong size on USBZWindReceiverComponent"); \ +static_assert(offsetof(USBZWindReceiverComponent, Applier) == 0x000228, "Member 'USBZWindReceiverComponent::Applier' has a wrong offset!"); \ +static_assert(offsetof(USBZWindReceiverComponent, OnWindChanged) == 0x000230, "Member 'USBZWindReceiverComponent::OnWindChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWindConfig_Get \ +static_assert(alignof(SBZWindConfig_Get) == 0x000008, "Wrong alignment on SBZWindConfig_Get"); \ +static_assert(sizeof(SBZWindConfig_Get) == 0x000008, "Wrong size on SBZWindConfig_Get"); \ +static_assert(offsetof(SBZWindConfig_Get, ReturnValue) == 0x000000, "Member 'SBZWindConfig_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWindConfig \ +static_assert(alignof(USBZWindConfig) == 0x000008, "Wrong alignment on USBZWindConfig"); \ +static_assert(sizeof(USBZWindConfig) == 0x000060, "Wrong size on USBZWindConfig"); \ +static_assert(offsetof(USBZWindConfig, MaxWindSpeed) == 0x000048, "Member 'USBZWindConfig::MaxWindSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZWindConfig, FoliageMaterialFunctionNames) == 0x000050, "Member 'USBZWindConfig::FoliageMaterialFunctionNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWorldEventData \ +static_assert(alignof(USBZWorldEventData) == 0x000008, "Wrong alignment on USBZWorldEventData"); \ +static_assert(sizeof(USBZWorldEventData) == 0x000040, "Wrong size on USBZWorldEventData"); \ +static_assert(offsetof(USBZWorldEventData, Event) == 0x000038, "Member 'USBZWorldEventData::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWwiseMotionManagerComponent \ +static_assert(alignof(USBZWwiseMotionManagerComponent) == 0x000010, "Wrong alignment on USBZWwiseMotionManagerComponent"); \ +static_assert(sizeof(USBZWwiseMotionManagerComponent) == 0x000260, "Wrong size on USBZWwiseMotionManagerComponent"); \ +static_assert(offsetof(USBZWwiseMotionManagerComponent, AkComponent) == 0x000228, "Member 'USBZWwiseMotionManagerComponent::AkComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZWwiseMotionManagerComponent, RootComponent) == 0x000230, "Member 'USBZWwiseMotionManagerComponent::RootComponent' has a wrong offset!"); \ +static_assert(offsetof(USBZWwiseMotionManagerComponent, WwiseMotionBusName) == 0x000250, "Member 'USBZWwiseMotionManagerComponent::WwiseMotionBusName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZZipline_BP_OnZiplineEnabledChanged \ +static_assert(alignof(SBZZipline_BP_OnZiplineEnabledChanged) == 0x000001, "Wrong alignment on SBZZipline_BP_OnZiplineEnabledChanged"); \ +static_assert(sizeof(SBZZipline_BP_OnZiplineEnabledChanged) == 0x000002, "Wrong size on SBZZipline_BP_OnZiplineEnabledChanged"); \ +static_assert(offsetof(SBZZipline_BP_OnZiplineEnabledChanged, bEnabled) == 0x000000, "Member 'SBZZipline_BP_OnZiplineEnabledChanged::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(SBZZipline_BP_OnZiplineEnabledChanged, bDoCosmetics) == 0x000001, "Member 'SBZZipline_BP_OnZiplineEnabledChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZZipline_Multicast_ZiplineEnabled \ +static_assert(alignof(SBZZipline_Multicast_ZiplineEnabled) == 0x000001, "Wrong alignment on SBZZipline_Multicast_ZiplineEnabled"); \ +static_assert(sizeof(SBZZipline_Multicast_ZiplineEnabled) == 0x000001, "Wrong size on SBZZipline_Multicast_ZiplineEnabled"); \ +static_assert(offsetof(SBZZipline_Multicast_ZiplineEnabled, bEnabled) == 0x000000, "Member 'SBZZipline_Multicast_ZiplineEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZZipline_OnCompleteInteraction \ +static_assert(alignof(SBZZipline_OnCompleteInteraction) == 0x000008, "Wrong alignment on SBZZipline_OnCompleteInteraction"); \ +static_assert(sizeof(SBZZipline_OnCompleteInteraction) == 0x000018, "Wrong size on SBZZipline_OnCompleteInteraction"); \ +static_assert(offsetof(SBZZipline_OnCompleteInteraction, Interactable) == 0x000000, "Member 'SBZZipline_OnCompleteInteraction::Interactable' has a wrong offset!"); \ +static_assert(offsetof(SBZZipline_OnCompleteInteraction, Interactor) == 0x000008, "Member 'SBZZipline_OnCompleteInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(SBZZipline_OnCompleteInteraction, bIsLocallyControlledInteractor) == 0x000010, "Member 'SBZZipline_OnCompleteInteraction::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZZipline_OnNavLinkReached \ +static_assert(alignof(SBZZipline_OnNavLinkReached) == 0x000008, "Wrong alignment on SBZZipline_OnNavLinkReached"); \ +static_assert(sizeof(SBZZipline_OnNavLinkReached) == 0x000018, "Wrong size on SBZZipline_OnNavLinkReached"); \ +static_assert(offsetof(SBZZipline_OnNavLinkReached, MovingActor) == 0x000000, "Member 'SBZZipline_OnNavLinkReached::MovingActor' has a wrong offset!"); \ +static_assert(offsetof(SBZZipline_OnNavLinkReached, DestinationPoint) == 0x000008, "Member 'SBZZipline_OnNavLinkReached::DestinationPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZZipline_OnZiplineBeginOverlap \ +static_assert(alignof(SBZZipline_OnZiplineBeginOverlap) == 0x000008, "Wrong alignment on SBZZipline_OnZiplineBeginOverlap"); \ +static_assert(sizeof(SBZZipline_OnZiplineBeginOverlap) == 0x0000B0, "Wrong size on SBZZipline_OnZiplineBeginOverlap"); \ +static_assert(offsetof(SBZZipline_OnZiplineBeginOverlap, OverlappedComponent) == 0x000000, "Member 'SBZZipline_OnZiplineBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(SBZZipline_OnZiplineBeginOverlap, OtherActor) == 0x000008, "Member 'SBZZipline_OnZiplineBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SBZZipline_OnZiplineBeginOverlap, OtherComp) == 0x000010, "Member 'SBZZipline_OnZiplineBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SBZZipline_OnZiplineBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'SBZZipline_OnZiplineBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(SBZZipline_OnZiplineBeginOverlap, bFromSweep) == 0x00001C, "Member 'SBZZipline_OnZiplineBeginOverlap::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(SBZZipline_OnZiplineBeginOverlap, SweepResult) == 0x000020, "Member 'SBZZipline_OnZiplineBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZZipline_SetZiplineEnabled \ +static_assert(alignof(SBZZipline_SetZiplineEnabled) == 0x000001, "Wrong alignment on SBZZipline_SetZiplineEnabled"); \ +static_assert(sizeof(SBZZipline_SetZiplineEnabled) == 0x000001, "Wrong size on SBZZipline_SetZiplineEnabled"); \ +static_assert(offsetof(SBZZipline_SetZiplineEnabled, bEnabled) == 0x000000, "Member 'SBZZipline_SetZiplineEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZZipline \ +static_assert(alignof(ASBZZipline) == 0x000008, "Wrong alignment on ASBZZipline"); \ +static_assert(sizeof(ASBZZipline) == 0x000330, "Wrong size on ASBZZipline"); \ +static_assert(offsetof(ASBZZipline, NavLinkStart) == 0x0002A8, "Member 'ASBZZipline::NavLinkStart' has a wrong offset!"); \ +static_assert(offsetof(ASBZZipline, NavLinkEnd) == 0x0002B4, "Member 'ASBZZipline::NavLinkEnd' has a wrong offset!"); \ +static_assert(offsetof(ASBZZipline, bSnapNavLinkEnd) == 0x0002C0, "Member 'ASBZZipline::bSnapNavLinkEnd' has a wrong offset!"); \ +static_assert(offsetof(ASBZZipline, bSnapNavLinkStart) == 0x0002C1, "Member 'ASBZZipline::bSnapNavLinkStart' has a wrong offset!"); \ +static_assert(offsetof(ASBZZipline, ZiplineType) == 0x0002C2, "Member 'ASBZZipline::ZiplineType' has a wrong offset!"); \ +static_assert(offsetof(ASBZZipline, OverlapBox) == 0x0002C8, "Member 'ASBZZipline::OverlapBox' has a wrong offset!"); \ +static_assert(offsetof(ASBZZipline, SplineComponent) == 0x0002D0, "Member 'ASBZZipline::SplineComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZZipline, StartPointMesh) == 0x0002D8, "Member 'ASBZZipline::StartPointMesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZZipline, EndPointMesh) == 0x0002E0, "Member 'ASBZZipline::EndPointMesh' has a wrong offset!"); \ +static_assert(offsetof(ASBZZipline, InteractableComponent) == 0x0002E8, "Member 'ASBZZipline::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(ASBZZipline, NavLink) == 0x0002F0, "Member 'ASBZZipline::NavLink' has a wrong offset!"); \ +static_assert(offsetof(ASBZZipline, StartDropoffVelocity) == 0x0002F8, "Member 'ASBZZipline::StartDropoffVelocity' has a wrong offset!"); \ +static_assert(offsetof(ASBZZipline, EndDropoffVelocity) == 0x000304, "Member 'ASBZZipline::EndDropoffVelocity' has a wrong offset!"); \ +static_assert(offsetof(ASBZZipline, MaxDistanceSolverIterations) == 0x000310, "Member 'ASBZZipline::MaxDistanceSolverIterations' has a wrong offset!"); \ +static_assert(offsetof(ASBZZipline, ExitLaunchSpeed) == 0x000314, "Member 'ASBZZipline::ExitLaunchSpeed' has a wrong offset!"); \ +static_assert(offsetof(ASBZZipline, bDisabledAtStart) == 0x000318, "Member 'ASBZZipline::bDisabledAtStart' has a wrong offset!"); \ +static_assert(offsetof(ASBZZipline, bZiplineEnabled) == 0x000319, "Member 'ASBZZipline::bZiplineEnabled' has a wrong offset!"); \ +static_assert(offsetof(ASBZZipline, DistanceFromEndToStop) == 0x00031C, "Member 'ASBZZipline::DistanceFromEndToStop' has a wrong offset!"); \ +static_assert(offsetof(ASBZZipline, HalfExtentSizeToAdd) == 0x000320, "Member 'ASBZZipline::HalfExtentSizeToAdd' has a wrong offset!"); \ +static_assert(offsetof(ASBZZipline, StartForcedDirectionThreshold) == 0x000324, "Member 'ASBZZipline::StartForcedDirectionThreshold' has a wrong offset!"); \ +static_assert(offsetof(ASBZZipline, EndForcedDirectionThreshold) == 0x000328, "Member 'ASBZZipline::EndForcedDirectionThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZZiplineAttachmentBone \ +static_assert(alignof(USBZZiplineAttachmentBone) == 0x000008, "Wrong alignment on USBZZiplineAttachmentBone"); \ +static_assert(sizeof(USBZZiplineAttachmentBone) == 0x000050, "Wrong size on USBZZiplineAttachmentBone"); \ +static_assert(offsetof(USBZZiplineAttachmentBone, BoneName) == 0x000040, "Member 'USBZZiplineAttachmentBone::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZZiplineSettings \ +static_assert(alignof(USBZZiplineSettings) == 0x000008, "Wrong alignment on USBZZiplineSettings"); \ +static_assert(sizeof(USBZZiplineSettings) == 0x000188, "Wrong size on USBZZiplineSettings"); \ +static_assert(offsetof(USBZZiplineSettings, ZiplineSpeed) == 0x000038, "Member 'USBZZiplineSettings::ZiplineSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZZiplineSettings, ZiplineSpeedModifier) == 0x0000C0, "Member 'USBZZiplineSettings::ZiplineSpeedModifier' has a wrong offset!"); \ +static_assert(offsetof(USBZZiplineSettings, MaxAcceleration) == 0x000148, "Member 'USBZZiplineSettings::MaxAcceleration' has a wrong offset!"); \ +static_assert(offsetof(USBZZiplineSettings, CancelLaunchForce) == 0x00014C, "Member 'USBZZiplineSettings::CancelLaunchForce' has a wrong offset!"); \ +static_assert(offsetof(USBZZiplineSettings, ControlsReference) == 0x000150, "Member 'USBZZiplineSettings::ControlsReference' has a wrong offset!"); \ +static_assert(offsetof(USBZZiplineSettings, BagZiplineSpeed) == 0x000178, "Member 'USBZZiplineSettings::BagZiplineSpeed' has a wrong offset!"); \ +static_assert(offsetof(USBZZiplineSettings, BagOffset) == 0x00017C, "Member 'USBZZiplineSettings::BagOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake \ +static_assert(alignof(BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake) == 0x000008, "Wrong alignment on BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake"); \ +static_assert(sizeof(BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake) == 0x000058, "Wrong size on BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake, EntryPoint) == 0x000000, "Member 'BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake, CallFunc_GetLocalPlayerController_ReturnValue) == 0x000008, "Member 'BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake::CallFunc_GetLocalPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake, K2Node_DynamicCast_AsSBZPlayer_Controller) == 0x000010, "Member 'BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake::K2Node_DynamicCast_AsSBZPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake, CallFunc_K2_GetPawn_ReturnValue) == 0x000020, "Member 'BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake, K2Node_DynamicCast_AsSBZPlayer_Character) == 0x000028, "Member 'BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake::K2Node_DynamicCast_AsSBZPlayer_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake, CallFunc_IsValid_ReturnValue_1) == 0x000040, "Member 'BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake, CallFunc_IsValid_ReturnValue_2) == 0x000041, "Member 'BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake, CallFunc_GetCurrentActiveMontage_ReturnValue) == 0x000048, "Member 'BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake::CallFunc_GetCurrentActiveMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake, CallFunc_GetAnimation_Animation) == 0x000050, "Member 'BP_CosmeticDonutBoxTake_C_ExecuteUbergraph_BP_CosmeticDonutBoxTake::CallFunc_GetAnimation_Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CosmeticDonutBoxTake_C_ReceiveTick \ +static_assert(alignof(BP_CosmeticDonutBoxTake_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CosmeticDonutBoxTake_C_ReceiveTick"); \ +static_assert(sizeof(BP_CosmeticDonutBoxTake_C_ReceiveTick) == 0x000004, "Wrong size on BP_CosmeticDonutBoxTake_C_ReceiveTick"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_CosmeticDonutBoxTake_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CosmeticDonutBoxTake_C_GetAnimation \ +static_assert(alignof(BP_CosmeticDonutBoxTake_C_GetAnimation) == 0x000008, "Wrong alignment on BP_CosmeticDonutBoxTake_C_GetAnimation"); \ +static_assert(sizeof(BP_CosmeticDonutBoxTake_C_GetAnimation) == 0x000030, "Wrong size on BP_CosmeticDonutBoxTake_C_GetAnimation"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_GetAnimation, Duration) == 0x000000, "Member 'BP_CosmeticDonutBoxTake_C_GetAnimation::Duration' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_GetAnimation, Animation) == 0x000008, "Member 'BP_CosmeticDonutBoxTake_C_GetAnimation::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_GetAnimation, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_CosmeticDonutBoxTake_C_GetAnimation::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_GetAnimation, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_CosmeticDonutBoxTake_C_GetAnimation::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_GetAnimation, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_CosmeticDonutBoxTake_C_GetAnimation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_GetAnimation, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_CosmeticDonutBoxTake_C_GetAnimation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_GetAnimation, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_CosmeticDonutBoxTake_C_GetAnimation::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_GetAnimation, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_CosmeticDonutBoxTake_C_GetAnimation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CosmeticDonutBoxTake_C_PlayAnimation \ +static_assert(alignof(BP_CosmeticDonutBoxTake_C_PlayAnimation) == 0x000008, "Wrong alignment on BP_CosmeticDonutBoxTake_C_PlayAnimation"); \ +static_assert(sizeof(BP_CosmeticDonutBoxTake_C_PlayAnimation) == 0x000018, "Wrong size on BP_CosmeticDonutBoxTake_C_PlayAnimation"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_PlayAnimation, Animation) == 0x000000, "Member 'BP_CosmeticDonutBoxTake_C_PlayAnimation::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_PlayAnimation, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_CosmeticDonutBoxTake_C_PlayAnimation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_PlayAnimation, CallFunc_Montage_GetPlayRate_ReturnValue) == 0x00000C, "Member 'BP_CosmeticDonutBoxTake_C_PlayAnimation::CallFunc_Montage_GetPlayRate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxTake_C_PlayAnimation, CallFunc_Montage_GetPosition_ReturnValue) == 0x000010, "Member 'BP_CosmeticDonutBoxTake_C_PlayAnimation::CallFunc_Montage_GetPosition_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticDonutBoxTake_C \ +static_assert(alignof(ABP_CosmeticDonutBoxTake_C) == 0x000008, "Wrong alignment on ABP_CosmeticDonutBoxTake_C"); \ +static_assert(sizeof(ABP_CosmeticDonutBoxTake_C) == 0x000300, "Wrong size on ABP_CosmeticDonutBoxTake_C"); \ +static_assert(offsetof(ABP_CosmeticDonutBoxTake_C, UberGraphFrame) == 0x0002C8, "Member 'ABP_CosmeticDonutBoxTake_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticDonutBoxTake_C, SkeletalMesh) == 0x0002D0, "Member 'ABP_CosmeticDonutBoxTake_C::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticDonutBoxTake_C, Player) == 0x0002D8, "Member 'ABP_CosmeticDonutBoxTake_C::Player' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticDonutBoxTake_C, PlayerAnimInstance) == 0x0002E0, "Member 'ABP_CosmeticDonutBoxTake_C::PlayerAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticDonutBoxTake_C, PlayerAnimMontage) == 0x0002E8, "Member 'ABP_CosmeticDonutBoxTake_C::PlayerAnimMontage' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticDonutBoxTake_C, Animations) == 0x0002F0, "Member 'ABP_CosmeticDonutBoxTake_C::Animations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSolverCollisionFilterSettings \ +static_assert(alignof(FSolverCollisionFilterSettings) == 0x000004, "Wrong alignment on FSolverCollisionFilterSettings"); \ +static_assert(sizeof(FSolverCollisionFilterSettings) == 0x000010, "Wrong size on FSolverCollisionFilterSettings"); \ +static_assert(offsetof(FSolverCollisionFilterSettings, FilterEnabled) == 0x000000, "Member 'FSolverCollisionFilterSettings::FilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionFilterSettings, MinMass) == 0x000004, "Member 'FSolverCollisionFilterSettings::MinMass' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionFilterSettings, MinSpeed) == 0x000008, "Member 'FSolverCollisionFilterSettings::MinSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionFilterSettings, MinImpulse) == 0x00000C, "Member 'FSolverCollisionFilterSettings::MinImpulse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSolverBreakingFilterSettings \ +static_assert(alignof(FSolverBreakingFilterSettings) == 0x000004, "Wrong alignment on FSolverBreakingFilterSettings"); \ +static_assert(sizeof(FSolverBreakingFilterSettings) == 0x000010, "Wrong size on FSolverBreakingFilterSettings"); \ +static_assert(offsetof(FSolverBreakingFilterSettings, FilterEnabled) == 0x000000, "Member 'FSolverBreakingFilterSettings::FilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingFilterSettings, MinMass) == 0x000004, "Member 'FSolverBreakingFilterSettings::MinMass' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingFilterSettings, MinSpeed) == 0x000008, "Member 'FSolverBreakingFilterSettings::MinSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingFilterSettings, MinVolume) == 0x00000C, "Member 'FSolverBreakingFilterSettings::MinVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSolverTrailingFilterSettings \ +static_assert(alignof(FSolverTrailingFilterSettings) == 0x000004, "Wrong alignment on FSolverTrailingFilterSettings"); \ +static_assert(sizeof(FSolverTrailingFilterSettings) == 0x000010, "Wrong size on FSolverTrailingFilterSettings"); \ +static_assert(offsetof(FSolverTrailingFilterSettings, FilterEnabled) == 0x000000, "Member 'FSolverTrailingFilterSettings::FilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSolverTrailingFilterSettings, MinMass) == 0x000004, "Member 'FSolverTrailingFilterSettings::MinMass' has a wrong offset!"); \ +static_assert(offsetof(FSolverTrailingFilterSettings, MinSpeed) == 0x000008, "Member 'FSolverTrailingFilterSettings::MinSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSolverTrailingFilterSettings, MinVolume) == 0x00000C, "Member 'FSolverTrailingFilterSettings::MinVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosSolverConfiguration \ +static_assert(alignof(FChaosSolverConfiguration) == 0x000004, "Wrong alignment on FChaosSolverConfiguration"); \ +static_assert(sizeof(FChaosSolverConfiguration) == 0x000068, "Wrong size on FChaosSolverConfiguration"); \ +static_assert(offsetof(FChaosSolverConfiguration, Iterations) == 0x000000, "Member 'FChaosSolverConfiguration::Iterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionPairIterations) == 0x000004, "Member 'FChaosSolverConfiguration::CollisionPairIterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, PushOutIterations) == 0x000008, "Member 'FChaosSolverConfiguration::PushOutIterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionPushOutPairIterations) == 0x00000C, "Member 'FChaosSolverConfiguration::CollisionPushOutPairIterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionMarginFraction) == 0x000010, "Member 'FChaosSolverConfiguration::CollisionMarginFraction' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionMarginMax) == 0x000014, "Member 'FChaosSolverConfiguration::CollisionMarginMax' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionCullDistance) == 0x000018, "Member 'FChaosSolverConfiguration::CollisionCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, JointPairIterations) == 0x00001C, "Member 'FChaosSolverConfiguration::JointPairIterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, JointPushOutPairIterations) == 0x000020, "Member 'FChaosSolverConfiguration::JointPushOutPairIterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, ClusterConnectionFactor) == 0x000024, "Member 'FChaosSolverConfiguration::ClusterConnectionFactor' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, ClusterUnionConnectionType) == 0x000028, "Member 'FChaosSolverConfiguration::ClusterUnionConnectionType' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, bGenerateCollisionData) == 0x000029, "Member 'FChaosSolverConfiguration::bGenerateCollisionData' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionFilterSettings) == 0x00002C, "Member 'FChaosSolverConfiguration::CollisionFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, bGenerateBreakData) == 0x00003C, "Member 'FChaosSolverConfiguration::bGenerateBreakData' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, BreakingFilterSettings) == 0x000040, "Member 'FChaosSolverConfiguration::BreakingFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, bGenerateTrailingData) == 0x000050, "Member 'FChaosSolverConfiguration::bGenerateTrailingData' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, TrailingFilterSettings) == 0x000054, "Member 'FChaosSolverConfiguration::TrailingFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, bGenerateContactGraph) == 0x000064, "Member 'FChaosSolverConfiguration::bGenerateContactGraph' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSolverCollisionData \ +static_assert(alignof(FSolverCollisionData) == 0x000004, "Wrong alignment on FSolverCollisionData"); \ +static_assert(sizeof(FSolverCollisionData) == 0x00006C, "Wrong size on FSolverCollisionData"); \ +static_assert(offsetof(FSolverCollisionData, Location) == 0x000000, "Member 'FSolverCollisionData::Location' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, AccumulatedImpulse) == 0x00000C, "Member 'FSolverCollisionData::AccumulatedImpulse' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, Normal) == 0x000018, "Member 'FSolverCollisionData::Normal' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, Velocity1) == 0x000024, "Member 'FSolverCollisionData::Velocity1' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, Velocity2) == 0x000030, "Member 'FSolverCollisionData::Velocity2' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, AngularVelocity1) == 0x00003C, "Member 'FSolverCollisionData::AngularVelocity1' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, AngularVelocity2) == 0x000048, "Member 'FSolverCollisionData::AngularVelocity2' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, Mass1) == 0x000054, "Member 'FSolverCollisionData::Mass1' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, Mass2) == 0x000058, "Member 'FSolverCollisionData::Mass2' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, ParticleIndex) == 0x00005C, "Member 'FSolverCollisionData::ParticleIndex' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, LevelsetIndex) == 0x000060, "Member 'FSolverCollisionData::LevelsetIndex' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, ParticleIndexMesh) == 0x000064, "Member 'FSolverCollisionData::ParticleIndexMesh' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionData, LevelsetIndexMesh) == 0x000068, "Member 'FSolverCollisionData::LevelsetIndexMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSolverBreakingData \ +static_assert(alignof(FSolverBreakingData) == 0x000004, "Wrong alignment on FSolverBreakingData"); \ +static_assert(sizeof(FSolverBreakingData) == 0x000030, "Wrong size on FSolverBreakingData"); \ +static_assert(offsetof(FSolverBreakingData, Location) == 0x000000, "Member 'FSolverBreakingData::Location' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingData, Velocity) == 0x00000C, "Member 'FSolverBreakingData::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingData, AngularVelocity) == 0x000018, "Member 'FSolverBreakingData::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingData, Mass) == 0x000024, "Member 'FSolverBreakingData::Mass' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingData, ParticleIndex) == 0x000028, "Member 'FSolverBreakingData::ParticleIndex' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingData, ParticleIndexMesh) == 0x00002C, "Member 'FSolverBreakingData::ParticleIndexMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSolverTrailingData \ +static_assert(alignof(FSolverTrailingData) == 0x000004, "Wrong alignment on FSolverTrailingData"); \ +static_assert(sizeof(FSolverTrailingData) == 0x000030, "Wrong size on FSolverTrailingData"); \ +static_assert(offsetof(FSolverTrailingData, Location) == 0x000000, "Member 'FSolverTrailingData::Location' has a wrong offset!"); \ +static_assert(offsetof(FSolverTrailingData, Velocity) == 0x00000C, "Member 'FSolverTrailingData::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FSolverTrailingData, AngularVelocity) == 0x000018, "Member 'FSolverTrailingData::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSolverTrailingData, Mass) == 0x000024, "Member 'FSolverTrailingData::Mass' has a wrong offset!"); \ +static_assert(offsetof(FSolverTrailingData, ParticleIndex) == 0x000028, "Member 'FSolverTrailingData::ParticleIndex' has a wrong offset!"); \ +static_assert(offsetof(FSolverTrailingData, ParticleIndexMesh) == 0x00002C, "Member 'FSolverTrailingData::ParticleIndexMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRecordedFrame \ +static_assert(alignof(FRecordedFrame) == 0x000008, "Wrong alignment on FRecordedFrame"); \ +static_assert(sizeof(FRecordedFrame) == 0x0000B8, "Wrong size on FRecordedFrame"); \ +static_assert(offsetof(FRecordedFrame, Transforms) == 0x000000, "Member 'FRecordedFrame::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRecordedFrame, TransformIndices) == 0x000010, "Member 'FRecordedFrame::TransformIndices' has a wrong offset!"); \ +static_assert(offsetof(FRecordedFrame, PreviousTransformIndices) == 0x000020, "Member 'FRecordedFrame::PreviousTransformIndices' has a wrong offset!"); \ +static_assert(offsetof(FRecordedFrame, DisabledFlags) == 0x000030, "Member 'FRecordedFrame::DisabledFlags' has a wrong offset!"); \ +static_assert(offsetof(FRecordedFrame, Collisions) == 0x000040, "Member 'FRecordedFrame::Collisions' has a wrong offset!"); \ +static_assert(offsetof(FRecordedFrame, Breakings) == 0x000050, "Member 'FRecordedFrame::Breakings' has a wrong offset!"); \ +static_assert(offsetof(FRecordedFrame, Trailings) == 0x000060, "Member 'FRecordedFrame::Trailings' has a wrong offset!"); \ +static_assert(offsetof(FRecordedFrame, Timestamp) == 0x0000B0, "Member 'FRecordedFrame::Timestamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRecordedTransformTrack \ +static_assert(alignof(FRecordedTransformTrack) == 0x000008, "Wrong alignment on FRecordedTransformTrack"); \ +static_assert(sizeof(FRecordedTransformTrack) == 0x000010, "Wrong size on FRecordedTransformTrack"); \ +static_assert(offsetof(FRecordedTransformTrack, Records) == 0x000000, "Member 'FRecordedTransformTrack::Records' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlatformRuntimeAudioCompressionOverrides \ +static_assert(alignof(FPlatformRuntimeAudioCompressionOverrides) == 0x000004, "Wrong alignment on FPlatformRuntimeAudioCompressionOverrides"); \ +static_assert(sizeof(FPlatformRuntimeAudioCompressionOverrides) == 0x000010, "Wrong size on FPlatformRuntimeAudioCompressionOverrides"); \ +static_assert(offsetof(FPlatformRuntimeAudioCompressionOverrides, bOverrideCompressionTimes) == 0x000000, "Member 'FPlatformRuntimeAudioCompressionOverrides::bOverrideCompressionTimes' has a wrong offset!"); \ +static_assert(offsetof(FPlatformRuntimeAudioCompressionOverrides, DurationThreshold) == 0x000004, "Member 'FPlatformRuntimeAudioCompressionOverrides::DurationThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPlatformRuntimeAudioCompressionOverrides, MaxNumRandomBranches) == 0x000008, "Member 'FPlatformRuntimeAudioCompressionOverrides::MaxNumRandomBranches' has a wrong offset!"); \ +static_assert(offsetof(FPlatformRuntimeAudioCompressionOverrides, SoundCueQualityIndex) == 0x00000C, "Member 'FPlatformRuntimeAudioCompressionOverrides::SoundCueQualityIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMediaPlayerTrackOptions \ +static_assert(alignof(FMediaPlayerTrackOptions) == 0x000004, "Wrong alignment on FMediaPlayerTrackOptions"); \ +static_assert(sizeof(FMediaPlayerTrackOptions) == 0x00001C, "Wrong size on FMediaPlayerTrackOptions"); \ +static_assert(offsetof(FMediaPlayerTrackOptions, Audio) == 0x000000, "Member 'FMediaPlayerTrackOptions::Audio' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerTrackOptions, Caption) == 0x000004, "Member 'FMediaPlayerTrackOptions::Caption' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerTrackOptions, Metadata) == 0x000008, "Member 'FMediaPlayerTrackOptions::Metadata' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerTrackOptions, Script) == 0x00000C, "Member 'FMediaPlayerTrackOptions::Script' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerTrackOptions, Subtitle) == 0x000010, "Member 'FMediaPlayerTrackOptions::Subtitle' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerTrackOptions, Text) == 0x000014, "Member 'FMediaPlayerTrackOptions::Text' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerTrackOptions, Video) == 0x000018, "Member 'FMediaPlayerTrackOptions::Video' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMediaPlayerOptions \ +static_assert(alignof(FMediaPlayerOptions) == 0x000008, "Wrong alignment on FMediaPlayerOptions"); \ +static_assert(sizeof(FMediaPlayerOptions) == 0x000030, "Wrong size on FMediaPlayerOptions"); \ +static_assert(offsetof(FMediaPlayerOptions, Tracks) == 0x000000, "Member 'FMediaPlayerOptions::Tracks' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerOptions, SeekTime) == 0x000020, "Member 'FMediaPlayerOptions::SeekTime' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerOptions, PlayOnOpen) == 0x000028, "Member 'FMediaPlayerOptions::PlayOnOpen' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerOptions, Loop) == 0x000029, "Member 'FMediaPlayerOptions::Loop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ToastNoInteraction_C \ +static_assert(alignof(ABP_ToastNoInteraction_C) == 0x000008, "Wrong alignment on ABP_ToastNoInteraction_C"); \ +static_assert(sizeof(ABP_ToastNoInteraction_C) == 0x0002E8, "Wrong size on ABP_ToastNoInteraction_C"); \ + +#define DUMPER7_ASSERTS_BP_SpikesRequirement_Pickup_C_BP_CheckRequirement \ +static_assert(alignof(BP_SpikesRequirement_Pickup_C_BP_CheckRequirement) == 0x000008, "Wrong alignment on BP_SpikesRequirement_Pickup_C_BP_CheckRequirement"); \ +static_assert(sizeof(BP_SpikesRequirement_Pickup_C_BP_CheckRequirement) == 0x0000E8, "Wrong size on BP_SpikesRequirement_Pickup_C_BP_CheckRequirement"); \ +static_assert(offsetof(BP_SpikesRequirement_Pickup_C_BP_CheckRequirement, Interactor) == 0x000000, "Member 'BP_SpikesRequirement_Pickup_C_BP_CheckRequirement::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_SpikesRequirement_Pickup_C_BP_CheckRequirement, OutData) == 0x000008, "Member 'BP_SpikesRequirement_Pickup_C_BP_CheckRequirement::OutData' has a wrong offset!"); \ +static_assert(offsetof(BP_SpikesRequirement_Pickup_C_BP_CheckRequirement, bIsSignalRequired) == 0x000048, "Member 'BP_SpikesRequirement_Pickup_C_BP_CheckRequirement::bIsSignalRequired' has a wrong offset!"); \ +static_assert(offsetof(BP_SpikesRequirement_Pickup_C_BP_CheckRequirement, bInIsScreenInteract) == 0x000049, "Member 'BP_SpikesRequirement_Pickup_C_BP_CheckRequirement::bInIsScreenInteract' has a wrong offset!"); \ +static_assert(offsetof(BP_SpikesRequirement_Pickup_C_BP_CheckRequirement, bIsCasing) == 0x00004A, "Member 'BP_SpikesRequirement_Pickup_C_BP_CheckRequirement::bIsCasing' has a wrong offset!"); \ +static_assert(offsetof(BP_SpikesRequirement_Pickup_C_BP_CheckRequirement, bIsEncumbered) == 0x00004B, "Member 'BP_SpikesRequirement_Pickup_C_BP_CheckRequirement::bIsEncumbered' has a wrong offset!"); \ +static_assert(offsetof(BP_SpikesRequirement_Pickup_C_BP_CheckRequirement, ReturnValue) == 0x00004C, "Member 'BP_SpikesRequirement_Pickup_C_BP_CheckRequirement::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpikesRequirement_Pickup_C_BP_CheckRequirement, LocalOutData) == 0x000050, "Member 'BP_SpikesRequirement_Pickup_C_BP_CheckRequirement::LocalOutData' has a wrong offset!"); \ +static_assert(offsetof(BP_SpikesRequirement_Pickup_C_BP_CheckRequirement, Temp_bool_Variable) == 0x000090, "Member 'BP_SpikesRequirement_Pickup_C_BP_CheckRequirement::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SpikesRequirement_Pickup_C_BP_CheckRequirement, CallFunc_GetOwner_ReturnValue) == 0x000098, "Member 'BP_SpikesRequirement_Pickup_C_BP_CheckRequirement::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpikesRequirement_Pickup_C_BP_CheckRequirement, K2Node_DynamicCast_AsCharacter) == 0x0000A0, "Member 'BP_SpikesRequirement_Pickup_C_BP_CheckRequirement::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SpikesRequirement_Pickup_C_BP_CheckRequirement, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'BP_SpikesRequirement_Pickup_C_BP_CheckRequirement::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SpikesRequirement_Pickup_C_BP_CheckRequirement, K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface) == 0x0000B0, "Member 'BP_SpikesRequirement_Pickup_C_BP_CheckRequirement::K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_SpikesRequirement_Pickup_C_BP_CheckRequirement, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'BP_SpikesRequirement_Pickup_C_BP_CheckRequirement::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SpikesRequirement_Pickup_C_BP_CheckRequirement, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x0000C1, "Member 'BP_SpikesRequirement_Pickup_C_BP_CheckRequirement::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpikesRequirement_Pickup_C_BP_CheckRequirement, CallFunc_MakeLiteralText_ReturnValue) == 0x0000C8, "Member 'BP_SpikesRequirement_Pickup_C_BP_CheckRequirement::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SpikesRequirement_Pickup_C_BP_CheckRequirement, CallFunc_Array_Add_ReturnValue) == 0x0000E0, "Member 'BP_SpikesRequirement_Pickup_C_BP_CheckRequirement::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SpikesRequirement_Pickup_C \ +static_assert(alignof(UBP_SpikesRequirement_Pickup_C) == 0x000008, "Wrong alignment on UBP_SpikesRequirement_Pickup_C"); \ +static_assert(sizeof(UBP_SpikesRequirement_Pickup_C) == 0x000038, "Wrong size on UBP_SpikesRequirement_Pickup_C"); \ +static_assert(offsetof(UBP_SpikesRequirement_Pickup_C, State) == 0x000030, "Member 'UBP_SpikesRequirement_Pickup_C::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSBZBackendProxyConfig \ +static_assert(alignof(FSBZBackendProxyConfig) == 0x000008, "Wrong alignment on FSBZBackendProxyConfig"); \ +static_assert(sizeof(FSBZBackendProxyConfig) == 0x000030, "Wrong size on FSBZBackendProxyConfig"); \ +static_assert(offsetof(FSBZBackendProxyConfig, Base_Url) == 0x000000, "Member 'FSBZBackendProxyConfig::Base_Url' has a wrong offset!"); \ +static_assert(offsetof(FSBZBackendProxyConfig, Retry_Limit_Count) == 0x000010, "Member 'FSBZBackendProxyConfig::Retry_Limit_Count' has a wrong offset!"); \ +static_assert(offsetof(FSBZBackendProxyConfig, Retry_Timeout_Seconds) == 0x000018, "Member 'FSBZBackendProxyConfig::Retry_Timeout_Seconds' has a wrong offset!"); \ +static_assert(offsetof(FSBZBackendProxyConfig, Retry_Response_Codes) == 0x000020, "Member 'FSBZBackendProxyConfig::Retry_Response_Codes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLightPropagationVolumeSettings \ +static_assert(alignof(FLightPropagationVolumeSettings) == 0x000004, "Wrong alignment on FLightPropagationVolumeSettings"); \ +static_assert(sizeof(FLightPropagationVolumeSettings) == 0x000040, "Wrong size on FLightPropagationVolumeSettings"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVIntensity) == 0x000004, "Member 'FLightPropagationVolumeSettings::LPVIntensity' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVVplInjectionBias) == 0x000008, "Member 'FLightPropagationVolumeSettings::LPVVplInjectionBias' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVSize) == 0x00000C, "Member 'FLightPropagationVolumeSettings::LPVSize' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVSecondaryOcclusionIntensity) == 0x000010, "Member 'FLightPropagationVolumeSettings::LPVSecondaryOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVSecondaryBounceIntensity) == 0x000014, "Member 'FLightPropagationVolumeSettings::LPVSecondaryBounceIntensity' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVGeometryVolumeBias) == 0x000018, "Member 'FLightPropagationVolumeSettings::LPVGeometryVolumeBias' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVEmissiveInjectionIntensity) == 0x00001C, "Member 'FLightPropagationVolumeSettings::LPVEmissiveInjectionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVDirectionalOcclusionIntensity) == 0x000020, "Member 'FLightPropagationVolumeSettings::LPVDirectionalOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVDirectionalOcclusionRadius) == 0x000024, "Member 'FLightPropagationVolumeSettings::LPVDirectionalOcclusionRadius' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVDiffuseOcclusionExponent) == 0x000028, "Member 'FLightPropagationVolumeSettings::LPVDiffuseOcclusionExponent' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVSpecularOcclusionExponent) == 0x00002C, "Member 'FLightPropagationVolumeSettings::LPVSpecularOcclusionExponent' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVDiffuseOcclusionIntensity) == 0x000030, "Member 'FLightPropagationVolumeSettings::LPVDiffuseOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVSpecularOcclusionIntensity) == 0x000034, "Member 'FLightPropagationVolumeSettings::LPVSpecularOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVFadeRange) == 0x000038, "Member 'FLightPropagationVolumeSettings::LPVFadeRange' has a wrong offset!"); \ +static_assert(offsetof(FLightPropagationVolumeSettings, LPVDirectionalOcclusionFadeRange) == 0x00003C, "Member 'FLightPropagationVolumeSettings::LPVDirectionalOcclusionFadeRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyPathSegment \ +static_assert(alignof(FPropertyPathSegment) == 0x000008, "Wrong alignment on FPropertyPathSegment"); \ +static_assert(sizeof(FPropertyPathSegment) == 0x000028, "Wrong size on FPropertyPathSegment"); \ +static_assert(offsetof(FPropertyPathSegment, Name) == 0x000000, "Member 'FPropertyPathSegment::Name' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathSegment, ArrayIndex) == 0x00000C, "Member 'FPropertyPathSegment::ArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathSegment, Struct) == 0x000010, "Member 'FPropertyPathSegment::Struct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCachedPropertyPath \ +static_assert(alignof(FCachedPropertyPath) == 0x000008, "Wrong alignment on FCachedPropertyPath"); \ +static_assert(sizeof(FCachedPropertyPath) == 0x000028, "Wrong size on FCachedPropertyPath"); \ +static_assert(offsetof(FCachedPropertyPath, Segments) == 0x000000, "Member 'FCachedPropertyPath::Segments' has a wrong offset!"); \ +static_assert(offsetof(FCachedPropertyPath, CachedFunction) == 0x000018, "Member 'FCachedPropertyPath::CachedFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEngineServiceNotification \ +static_assert(alignof(FEngineServiceNotification) == 0x000008, "Wrong alignment on FEngineServiceNotification"); \ +static_assert(sizeof(FEngineServiceNotification) == 0x000018, "Wrong size on FEngineServiceNotification"); \ +static_assert(offsetof(FEngineServiceNotification, Text) == 0x000000, "Member 'FEngineServiceNotification::Text' has a wrong offset!"); \ +static_assert(offsetof(FEngineServiceNotification, TimeSeconds) == 0x000010, "Member 'FEngineServiceNotification::TimeSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEngineServiceTerminate \ +static_assert(alignof(FEngineServiceTerminate) == 0x000008, "Wrong alignment on FEngineServiceTerminate"); \ +static_assert(sizeof(FEngineServiceTerminate) == 0x000010, "Wrong size on FEngineServiceTerminate"); \ +static_assert(offsetof(FEngineServiceTerminate, UserName) == 0x000000, "Member 'FEngineServiceTerminate::UserName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEngineServiceExecuteCommand \ +static_assert(alignof(FEngineServiceExecuteCommand) == 0x000008, "Wrong alignment on FEngineServiceExecuteCommand"); \ +static_assert(sizeof(FEngineServiceExecuteCommand) == 0x000020, "Wrong size on FEngineServiceExecuteCommand"); \ +static_assert(offsetof(FEngineServiceExecuteCommand, Command) == 0x000000, "Member 'FEngineServiceExecuteCommand::Command' has a wrong offset!"); \ +static_assert(offsetof(FEngineServiceExecuteCommand, UserName) == 0x000010, "Member 'FEngineServiceExecuteCommand::UserName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEngineServiceAuthGrant \ +static_assert(alignof(FEngineServiceAuthGrant) == 0x000008, "Wrong alignment on FEngineServiceAuthGrant"); \ +static_assert(sizeof(FEngineServiceAuthGrant) == 0x000020, "Wrong size on FEngineServiceAuthGrant"); \ +static_assert(offsetof(FEngineServiceAuthGrant, UserName) == 0x000000, "Member 'FEngineServiceAuthGrant::UserName' has a wrong offset!"); \ +static_assert(offsetof(FEngineServiceAuthGrant, UserToGrant) == 0x000010, "Member 'FEngineServiceAuthGrant::UserToGrant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEngineServiceAuthDeny \ +static_assert(alignof(FEngineServiceAuthDeny) == 0x000008, "Wrong alignment on FEngineServiceAuthDeny"); \ +static_assert(sizeof(FEngineServiceAuthDeny) == 0x000020, "Wrong size on FEngineServiceAuthDeny"); \ +static_assert(offsetof(FEngineServiceAuthDeny, UserName) == 0x000000, "Member 'FEngineServiceAuthDeny::UserName' has a wrong offset!"); \ +static_assert(offsetof(FEngineServiceAuthDeny, UserToDeny) == 0x000010, "Member 'FEngineServiceAuthDeny::UserToDeny' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEngineServicePong \ +static_assert(alignof(FEngineServicePong) == 0x000008, "Wrong alignment on FEngineServicePong"); \ +static_assert(sizeof(FEngineServicePong) == 0x000050, "Wrong size on FEngineServicePong"); \ +static_assert(offsetof(FEngineServicePong, CurrentLevel) == 0x000000, "Member 'FEngineServicePong::CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(FEngineServicePong, EngineVersion) == 0x000010, "Member 'FEngineServicePong::EngineVersion' has a wrong offset!"); \ +static_assert(offsetof(FEngineServicePong, HasBegunPlay) == 0x000014, "Member 'FEngineServicePong::HasBegunPlay' has a wrong offset!"); \ +static_assert(offsetof(FEngineServicePong, InstanceId) == 0x000018, "Member 'FEngineServicePong::InstanceId' has a wrong offset!"); \ +static_assert(offsetof(FEngineServicePong, InstanceType) == 0x000028, "Member 'FEngineServicePong::InstanceType' has a wrong offset!"); \ +static_assert(offsetof(FEngineServicePong, SessionId) == 0x000038, "Member 'FEngineServicePong::SessionId' has a wrong offset!"); \ +static_assert(offsetof(FEngineServicePong, WorldTimeSeconds) == 0x000048, "Member 'FEngineServicePong::WorldTimeSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEngineServicePing \ +static_assert(alignof(FEngineServicePing) == 0x000001, "Wrong alignment on FEngineServicePing"); \ +static_assert(sizeof(FEngineServicePing) == 0x000001, "Wrong size on FEngineServicePing"); \ + +#define DUMPER7_ASSERTS_FStructSerializerNumericTestStruct \ +static_assert(alignof(FStructSerializerNumericTestStruct) == 0x000008, "Wrong alignment on FStructSerializerNumericTestStruct"); \ +static_assert(sizeof(FStructSerializerNumericTestStruct) == 0x000030, "Wrong size on FStructSerializerNumericTestStruct"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, Int8) == 0x000000, "Member 'FStructSerializerNumericTestStruct::Int8' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, Int16) == 0x000002, "Member 'FStructSerializerNumericTestStruct::Int16' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, Int32) == 0x000004, "Member 'FStructSerializerNumericTestStruct::Int32' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, Int64) == 0x000008, "Member 'FStructSerializerNumericTestStruct::Int64' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, UInt8) == 0x000010, "Member 'FStructSerializerNumericTestStruct::UInt8' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, UInt16) == 0x000012, "Member 'FStructSerializerNumericTestStruct::UInt16' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, UInt32) == 0x000014, "Member 'FStructSerializerNumericTestStruct::UInt32' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, UInt64) == 0x000018, "Member 'FStructSerializerNumericTestStruct::UInt64' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, Float) == 0x000020, "Member 'FStructSerializerNumericTestStruct::Float' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, Double) == 0x000028, "Member 'FStructSerializerNumericTestStruct::Double' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerBooleanTestStruct \ +static_assert(alignof(FStructSerializerBooleanTestStruct) == 0x000001, "Wrong alignment on FStructSerializerBooleanTestStruct"); \ +static_assert(sizeof(FStructSerializerBooleanTestStruct) == 0x000003, "Wrong size on FStructSerializerBooleanTestStruct"); \ +static_assert(offsetof(FStructSerializerBooleanTestStruct, BoolFalse) == 0x000000, "Member 'FStructSerializerBooleanTestStruct::BoolFalse' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBooleanTestStruct, BoolTrue) == 0x000001, "Member 'FStructSerializerBooleanTestStruct::BoolTrue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerObjectTestStruct \ +static_assert(alignof(FStructSerializerObjectTestStruct) == 0x000008, "Wrong alignment on FStructSerializerObjectTestStruct"); \ +static_assert(sizeof(FStructSerializerObjectTestStruct) == 0x0000C0, "Wrong size on FStructSerializerObjectTestStruct"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, Class) == 0x000000, "Member 'FStructSerializerObjectTestStruct::Class' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, SubClass) == 0x000008, "Member 'FStructSerializerObjectTestStruct::SubClass' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, SoftClass) == 0x000010, "Member 'FStructSerializerObjectTestStruct::SoftClass' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, Object) == 0x000040, "Member 'FStructSerializerObjectTestStruct::Object' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, WeakObject) == 0x000048, "Member 'FStructSerializerObjectTestStruct::WeakObject' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, SoftObject) == 0x000050, "Member 'FStructSerializerObjectTestStruct::SoftObject' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, ClassPath) == 0x000080, "Member 'FStructSerializerObjectTestStruct::ClassPath' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, ObjectPath) == 0x0000A0, "Member 'FStructSerializerObjectTestStruct::ObjectPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerBuiltinTestStruct \ +static_assert(alignof(FStructSerializerBuiltinTestStruct) == 0x000010, "Wrong alignment on FStructSerializerBuiltinTestStruct"); \ +static_assert(sizeof(FStructSerializerBuiltinTestStruct) == 0x0000A0, "Wrong size on FStructSerializerBuiltinTestStruct"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Guid) == 0x000000, "Member 'FStructSerializerBuiltinTestStruct::Guid' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Name) == 0x000010, "Member 'FStructSerializerBuiltinTestStruct::Name' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, String) == 0x000020, "Member 'FStructSerializerBuiltinTestStruct::String' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Text) == 0x000030, "Member 'FStructSerializerBuiltinTestStruct::Text' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Vector) == 0x000048, "Member 'FStructSerializerBuiltinTestStruct::Vector' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Vector4) == 0x000060, "Member 'FStructSerializerBuiltinTestStruct::Vector4' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Rotator) == 0x000070, "Member 'FStructSerializerBuiltinTestStruct::Rotator' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Quat) == 0x000080, "Member 'FStructSerializerBuiltinTestStruct::Quat' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Color) == 0x000090, "Member 'FStructSerializerBuiltinTestStruct::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerArrayTestStruct \ +static_assert(alignof(FStructSerializerArrayTestStruct) == 0x000008, "Wrong alignment on FStructSerializerArrayTestStruct"); \ +static_assert(sizeof(FStructSerializerArrayTestStruct) == 0x000060, "Wrong size on FStructSerializerArrayTestStruct"); \ +static_assert(offsetof(FStructSerializerArrayTestStruct, Int32Array) == 0x000000, "Member 'FStructSerializerArrayTestStruct::Int32Array' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerArrayTestStruct, ByteArray) == 0x000010, "Member 'FStructSerializerArrayTestStruct::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerArrayTestStruct, StaticSingleElement) == 0x000020, "Member 'FStructSerializerArrayTestStruct::StaticSingleElement' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerArrayTestStruct, StaticInt32Array) == 0x000024, "Member 'FStructSerializerArrayTestStruct::StaticInt32Array' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerArrayTestStruct, StaticFloatArray) == 0x000030, "Member 'FStructSerializerArrayTestStruct::StaticFloatArray' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerArrayTestStruct, VectorArray) == 0x000040, "Member 'FStructSerializerArrayTestStruct::VectorArray' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerArrayTestStruct, StructArray) == 0x000050, "Member 'FStructSerializerArrayTestStruct::StructArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerMapTestStruct \ +static_assert(alignof(FStructSerializerMapTestStruct) == 0x000008, "Wrong alignment on FStructSerializerMapTestStruct"); \ +static_assert(sizeof(FStructSerializerMapTestStruct) == 0x000140, "Wrong size on FStructSerializerMapTestStruct"); \ +static_assert(offsetof(FStructSerializerMapTestStruct, IntToStr) == 0x000000, "Member 'FStructSerializerMapTestStruct::IntToStr' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerMapTestStruct, StrToStr) == 0x000050, "Member 'FStructSerializerMapTestStruct::StrToStr' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerMapTestStruct, StrToVec) == 0x0000A0, "Member 'FStructSerializerMapTestStruct::StrToVec' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerMapTestStruct, StrToStruct) == 0x0000F0, "Member 'FStructSerializerMapTestStruct::StrToStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerSetTestStruct \ +static_assert(alignof(FStructSerializerSetTestStruct) == 0x000008, "Wrong alignment on FStructSerializerSetTestStruct"); \ +static_assert(sizeof(FStructSerializerSetTestStruct) == 0x000140, "Wrong size on FStructSerializerSetTestStruct"); \ +static_assert(offsetof(FStructSerializerSetTestStruct, StrSet) == 0x000000, "Member 'FStructSerializerSetTestStruct::StrSet' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerSetTestStruct, IntSet) == 0x000050, "Member 'FStructSerializerSetTestStruct::IntSet' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerSetTestStruct, NameSet) == 0x0000A0, "Member 'FStructSerializerSetTestStruct::NameSet' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerSetTestStruct, StructSet) == 0x0000F0, "Member 'FStructSerializerSetTestStruct::StructSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerTestStruct \ +static_assert(alignof(FStructSerializerTestStruct) == 0x000010, "Wrong alignment on FStructSerializerTestStruct"); \ +static_assert(sizeof(FStructSerializerTestStruct) == 0x000480, "Wrong size on FStructSerializerTestStruct"); \ +static_assert(offsetof(FStructSerializerTestStruct, Numerics) == 0x000000, "Member 'FStructSerializerTestStruct::Numerics' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerTestStruct, Booleans) == 0x000030, "Member 'FStructSerializerTestStruct::Booleans' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerTestStruct, Objects) == 0x000038, "Member 'FStructSerializerTestStruct::Objects' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerTestStruct, Builtins) == 0x000100, "Member 'FStructSerializerTestStruct::Builtins' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerTestStruct, Arrays) == 0x0001A0, "Member 'FStructSerializerTestStruct::Arrays' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerTestStruct, Maps) == 0x000200, "Member 'FStructSerializerTestStruct::Maps' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerTestStruct, Sets) == 0x000340, "Member 'FStructSerializerTestStruct::Sets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerByteArray \ +static_assert(alignof(FStructSerializerByteArray) == 0x000008, "Wrong alignment on FStructSerializerByteArray"); \ +static_assert(sizeof(FStructSerializerByteArray) == 0x000038, "Wrong size on FStructSerializerByteArray"); \ +static_assert(offsetof(FStructSerializerByteArray, Dummy1) == 0x000000, "Member 'FStructSerializerByteArray::Dummy1' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerByteArray, ByteArray) == 0x000008, "Member 'FStructSerializerByteArray::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerByteArray, Dummy2) == 0x000018, "Member 'FStructSerializerByteArray::Dummy2' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerByteArray, Int8Array) == 0x000020, "Member 'FStructSerializerByteArray::Int8Array' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerByteArray, Dummy3) == 0x000030, "Member 'FStructSerializerByteArray::Dummy3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSessionServiceLogUnsubscribe \ +static_assert(alignof(FSessionServiceLogUnsubscribe) == 0x000001, "Wrong alignment on FSessionServiceLogUnsubscribe"); \ +static_assert(sizeof(FSessionServiceLogUnsubscribe) == 0x000001, "Wrong size on FSessionServiceLogUnsubscribe"); \ + +#define DUMPER7_ASSERTS_FSessionServiceLogSubscribe \ +static_assert(alignof(FSessionServiceLogSubscribe) == 0x000001, "Wrong alignment on FSessionServiceLogSubscribe"); \ +static_assert(sizeof(FSessionServiceLogSubscribe) == 0x000001, "Wrong size on FSessionServiceLogSubscribe"); \ + +#define DUMPER7_ASSERTS_FSessionServiceLog \ +static_assert(alignof(FSessionServiceLog) == 0x000008, "Wrong alignment on FSessionServiceLog"); \ +static_assert(sizeof(FSessionServiceLog) == 0x000040, "Wrong size on FSessionServiceLog"); \ +static_assert(offsetof(FSessionServiceLog, Category) == 0x000000, "Member 'FSessionServiceLog::Category' has a wrong offset!"); \ +static_assert(offsetof(FSessionServiceLog, Data) == 0x000010, "Member 'FSessionServiceLog::Data' has a wrong offset!"); \ +static_assert(offsetof(FSessionServiceLog, InstanceId) == 0x000020, "Member 'FSessionServiceLog::InstanceId' has a wrong offset!"); \ +static_assert(offsetof(FSessionServiceLog, TimeSeconds) == 0x000030, "Member 'FSessionServiceLog::TimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(FSessionServiceLog, Verbosity) == 0x000038, "Member 'FSessionServiceLog::Verbosity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSessionServicePong \ +static_assert(alignof(FSessionServicePong) == 0x000008, "Wrong alignment on FSessionServicePong"); \ +static_assert(sizeof(FSessionServicePong) == 0x000090, "Wrong size on FSessionServicePong"); \ +static_assert(offsetof(FSessionServicePong, Authorized) == 0x000000, "Member 'FSessionServicePong::Authorized' has a wrong offset!"); \ +static_assert(offsetof(FSessionServicePong, BuildDate) == 0x000008, "Member 'FSessionServicePong::BuildDate' has a wrong offset!"); \ +static_assert(offsetof(FSessionServicePong, DeviceName) == 0x000018, "Member 'FSessionServicePong::DeviceName' has a wrong offset!"); \ +static_assert(offsetof(FSessionServicePong, InstanceId) == 0x000028, "Member 'FSessionServicePong::InstanceId' has a wrong offset!"); \ +static_assert(offsetof(FSessionServicePong, InstanceName) == 0x000038, "Member 'FSessionServicePong::InstanceName' has a wrong offset!"); \ +static_assert(offsetof(FSessionServicePong, PlatformName) == 0x000048, "Member 'FSessionServicePong::PlatformName' has a wrong offset!"); \ +static_assert(offsetof(FSessionServicePong, SessionId) == 0x000058, "Member 'FSessionServicePong::SessionId' has a wrong offset!"); \ +static_assert(offsetof(FSessionServicePong, SessionName) == 0x000068, "Member 'FSessionServicePong::SessionName' has a wrong offset!"); \ +static_assert(offsetof(FSessionServicePong, SessionOwner) == 0x000078, "Member 'FSessionServicePong::SessionOwner' has a wrong offset!"); \ +static_assert(offsetof(FSessionServicePong, Standalone) == 0x000088, "Member 'FSessionServicePong::Standalone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSessionServicePing \ +static_assert(alignof(FSessionServicePing) == 0x000008, "Wrong alignment on FSessionServicePing"); \ +static_assert(sizeof(FSessionServicePing) == 0x000010, "Wrong size on FSessionServicePing"); \ +static_assert(offsetof(FSessionServicePing, UserName) == 0x000000, "Member 'FSessionServicePing::UserName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSubjectFrameMessage \ +static_assert(alignof(FLiveLinkSubjectFrameMessage) == 0x000008, "Wrong alignment on FLiveLinkSubjectFrameMessage"); \ +static_assert(sizeof(FLiveLinkSubjectFrameMessage) == 0x000098, "Wrong size on FLiveLinkSubjectFrameMessage"); \ +static_assert(offsetof(FLiveLinkSubjectFrameMessage, SubjectName) == 0x000000, "Member 'FLiveLinkSubjectFrameMessage::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectFrameMessage, Transforms) == 0x000010, "Member 'FLiveLinkSubjectFrameMessage::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectFrameMessage, Curves) == 0x000020, "Member 'FLiveLinkSubjectFrameMessage::Curves' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectFrameMessage, MetaData) == 0x000030, "Member 'FLiveLinkSubjectFrameMessage::MetaData' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectFrameMessage, Time) == 0x000090, "Member 'FLiveLinkSubjectFrameMessage::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSubjectDataMessage \ +static_assert(alignof(FLiveLinkSubjectDataMessage) == 0x000008, "Wrong alignment on FLiveLinkSubjectDataMessage"); \ +static_assert(sizeof(FLiveLinkSubjectDataMessage) == 0x000030, "Wrong size on FLiveLinkSubjectDataMessage"); \ +static_assert(offsetof(FLiveLinkSubjectDataMessage, RefSkeleton) == 0x000000, "Member 'FLiveLinkSubjectDataMessage::RefSkeleton' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectDataMessage, SubjectName) == 0x000020, "Member 'FLiveLinkSubjectDataMessage::SubjectName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkClearSubject \ +static_assert(alignof(FLiveLinkClearSubject) == 0x000004, "Wrong alignment on FLiveLinkClearSubject"); \ +static_assert(sizeof(FLiveLinkClearSubject) == 0x00000C, "Wrong size on FLiveLinkClearSubject"); \ +static_assert(offsetof(FLiveLinkClearSubject, SubjectName) == 0x000000, "Member 'FLiveLinkClearSubject::SubjectName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkHeartbeatMessage \ +static_assert(alignof(FLiveLinkHeartbeatMessage) == 0x000001, "Wrong alignment on FLiveLinkHeartbeatMessage"); \ +static_assert(sizeof(FLiveLinkHeartbeatMessage) == 0x000001, "Wrong size on FLiveLinkHeartbeatMessage"); \ + +#define DUMPER7_ASSERTS_FLiveLinkConnectMessage \ +static_assert(alignof(FLiveLinkConnectMessage) == 0x000004, "Wrong alignment on FLiveLinkConnectMessage"); \ +static_assert(sizeof(FLiveLinkConnectMessage) == 0x000004, "Wrong size on FLiveLinkConnectMessage"); \ +static_assert(offsetof(FLiveLinkConnectMessage, LiveLinkVersion) == 0x000000, "Member 'FLiveLinkConnectMessage::LiveLinkVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkPongMessage \ +static_assert(alignof(FLiveLinkPongMessage) == 0x000008, "Wrong alignment on FLiveLinkPongMessage"); \ +static_assert(sizeof(FLiveLinkPongMessage) == 0x000040, "Wrong size on FLiveLinkPongMessage"); \ +static_assert(offsetof(FLiveLinkPongMessage, ProviderName) == 0x000000, "Member 'FLiveLinkPongMessage::ProviderName' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPongMessage, MachineName) == 0x000010, "Member 'FLiveLinkPongMessage::MachineName' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPongMessage, PollRequest) == 0x000020, "Member 'FLiveLinkPongMessage::PollRequest' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPongMessage, LiveLinkVersion) == 0x000030, "Member 'FLiveLinkPongMessage::LiveLinkVersion' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPongMessage, CreationPlatformTime) == 0x000038, "Member 'FLiveLinkPongMessage::CreationPlatformTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkPingMessage \ +static_assert(alignof(FLiveLinkPingMessage) == 0x000004, "Wrong alignment on FLiveLinkPingMessage"); \ +static_assert(sizeof(FLiveLinkPingMessage) == 0x000014, "Wrong size on FLiveLinkPingMessage"); \ +static_assert(offsetof(FLiveLinkPingMessage, PollRequest) == 0x000000, "Member 'FLiveLinkPingMessage::PollRequest' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPingMessage, LiveLinkVersion) == 0x000010, "Member 'FLiveLinkPingMessage::LiveLinkVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWidgetCarouselNavigationBarStyle \ +static_assert(alignof(FWidgetCarouselNavigationBarStyle) == 0x000008, "Wrong alignment on FWidgetCarouselNavigationBarStyle"); \ +static_assert(sizeof(FWidgetCarouselNavigationBarStyle) == 0x000890, "Wrong size on FWidgetCarouselNavigationBarStyle"); \ +static_assert(offsetof(FWidgetCarouselNavigationBarStyle, HighlightBrush) == 0x000008, "Member 'FWidgetCarouselNavigationBarStyle::HighlightBrush' has a wrong offset!"); \ +static_assert(offsetof(FWidgetCarouselNavigationBarStyle, LeftButtonStyle) == 0x000098, "Member 'FWidgetCarouselNavigationBarStyle::LeftButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWidgetCarouselNavigationBarStyle, CenterButtonStyle) == 0x000340, "Member 'FWidgetCarouselNavigationBarStyle::CenterButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWidgetCarouselNavigationBarStyle, RightButtonStyle) == 0x0005E8, "Member 'FWidgetCarouselNavigationBarStyle::RightButtonStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWidgetCarouselNavigationButtonStyle \ +static_assert(alignof(FWidgetCarouselNavigationButtonStyle) == 0x000008, "Wrong alignment on FWidgetCarouselNavigationButtonStyle"); \ +static_assert(sizeof(FWidgetCarouselNavigationButtonStyle) == 0x0003D0, "Wrong size on FWidgetCarouselNavigationButtonStyle"); \ +static_assert(offsetof(FWidgetCarouselNavigationButtonStyle, InnerButtonStyle) == 0x000008, "Member 'FWidgetCarouselNavigationButtonStyle::InnerButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWidgetCarouselNavigationButtonStyle, NavigationButtonLeftImage) == 0x0002B0, "Member 'FWidgetCarouselNavigationButtonStyle::NavigationButtonLeftImage' has a wrong offset!"); \ +static_assert(offsetof(FWidgetCarouselNavigationButtonStyle, NavigationButtonRightImage) == 0x000340, "Member 'FWidgetCarouselNavigationButtonStyle::NavigationButtonRightImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUTD_Cloaker_Sneak_C \ +static_assert(alignof(UUTD_Cloaker_Sneak_C) == 0x000008, "Wrong alignment on UUTD_Cloaker_Sneak_C"); \ +static_assert(sizeof(UUTD_Cloaker_Sneak_C) == 0x0000B0, "Wrong size on UUTD_Cloaker_Sneak_C"); \ + +#define DUMPER7_ASSERTS_UDmgTypeBP_Environmental_C \ +static_assert(alignof(UDmgTypeBP_Environmental_C) == 0x000008, "Wrong alignment on UDmgTypeBP_Environmental_C"); \ +static_assert(sizeof(UDmgTypeBP_Environmental_C) == 0x000048, "Wrong size on UDmgTypeBP_Environmental_C"); \ + +#define DUMPER7_ASSERTS_UBP_Action_Surrender_C \ +static_assert(alignof(UBP_Action_Surrender_C) == 0x000008, "Wrong alignment on UBP_Action_Surrender_C"); \ +static_assert(sizeof(UBP_Action_Surrender_C) == 0x0000D8, "Wrong size on UBP_Action_Surrender_C"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_ServerBrowser_SecurityCompanyDisplay \ +static_assert(alignof(WBP_ServerBrowser_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_ServerBrowser_SecurityCompanyDisplay) == 0x000008, "Wrong alignment on WBP_ServerBrowser_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_ServerBrowser_SecurityCompanyDisplay"); \ +static_assert(sizeof(WBP_ServerBrowser_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_ServerBrowser_SecurityCompanyDisplay) == 0x0000C0, "Wrong size on WBP_ServerBrowser_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_ServerBrowser_SecurityCompanyDisplay"); \ +static_assert(offsetof(WBP_ServerBrowser_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_ServerBrowser_SecurityCompanyDisplay, EntryPoint) == 0x000000, "Member 'WBP_ServerBrowser_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_ServerBrowser_SecurityCompanyDisplay::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_ServerBrowser_SecurityCompanyDisplay, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'WBP_ServerBrowser_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_ServerBrowser_SecurityCompanyDisplay::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_ServerBrowser_SecurityCompanyDisplay, CallFunc_GetSecurityCompany_ReturnValue) == 0x000030, "Member 'WBP_ServerBrowser_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_ServerBrowser_SecurityCompanyDisplay::CallFunc_GetSecurityCompany_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_ServerBrowser_SecurityCompanyDisplay, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'WBP_ServerBrowser_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_ServerBrowser_SecurityCompanyDisplay::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_ServerBrowser_SecurityCompanyDisplay, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000040, "Member 'WBP_ServerBrowser_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_ServerBrowser_SecurityCompanyDisplay::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_ServerBrowser_SecurityCompanyDisplay, K2Node_MakeStruct_SlateColor_1) == 0x000050, "Member 'WBP_ServerBrowser_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_ServerBrowser_SecurityCompanyDisplay::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_ServerBrowser_SecurityCompanyDisplay, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1) == 0x000078, "Member 'WBP_ServerBrowser_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_ServerBrowser_SecurityCompanyDisplay::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_ServerBrowser_SecurityCompanyDisplay, K2Node_MakeStruct_SlateColor_2) == 0x000088, "Member 'WBP_ServerBrowser_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_ServerBrowser_SecurityCompanyDisplay::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_ServerBrowser_SecurityCompanyDisplay, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_2) == 0x0000B0, "Member 'WBP_ServerBrowser_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_ServerBrowser_SecurityCompanyDisplay::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription \ +static_assert(alignof(WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription) == 0x000008, "Wrong alignment on WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription"); \ +static_assert(sizeof(WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription) == 0x0000E0, "Wrong size on WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription"); \ +static_assert(offsetof(WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription, InSecurityCompanyName) == 0x000000, "Member 'WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription::InSecurityCompanyName' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription, Temp_struct_Variable) == 0x000018, "Member 'WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription, CallFunc_Conv_TextToString_ReturnValue) == 0x000028, "Member 'WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription, CallFunc_Split_LeftS) == 0x000038, "Member 'WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription::CallFunc_Split_LeftS' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription, CallFunc_Split_RightS) == 0x000048, "Member 'WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription::CallFunc_Split_RightS' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription, CallFunc_Split_ReturnValue) == 0x000058, "Member 'WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription::CallFunc_Split_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription, Temp_struct_Variable_1) == 0x00005C, "Member 'WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription, CallFunc_Conv_StringToText_ReturnValue) == 0x000070, "Member 'WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000088, "Member 'WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription, Temp_bool_Variable) == 0x0000A0, "Member 'WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription, Temp_byte_Variable) == 0x0000A1, "Member 'WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription, Temp_byte_Variable_1) == 0x0000A2, "Member 'WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription, K2Node_Select_Default) == 0x0000A3, "Member 'WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription, Temp_bool_Variable_1) == 0x0000A4, "Member 'WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription, K2Node_Select_Default_1) == 0x0000A8, "Member 'WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription, K2Node_MakeStruct_SlateColor) == 0x0000B8, "Member 'WBP_ServerBrowser_SecurityCompanyDisplay_C_SetCompanyNameAndDescription::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ServerBrowser_SecurityCompanyDisplay_C \ +static_assert(alignof(UWBP_ServerBrowser_SecurityCompanyDisplay_C) == 0x000008, "Wrong alignment on UWBP_ServerBrowser_SecurityCompanyDisplay_C"); \ +static_assert(sizeof(UWBP_ServerBrowser_SecurityCompanyDisplay_C) == 0x0002E0, "Wrong size on UWBP_ServerBrowser_SecurityCompanyDisplay_C"); \ +static_assert(offsetof(UWBP_ServerBrowser_SecurityCompanyDisplay_C, UberGraphFrame) == 0x0002B0, "Member 'UWBP_ServerBrowser_SecurityCompanyDisplay_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_SecurityCompanyDisplay_C, Image_SecurityCompanyLogo) == 0x0002B8, "Member 'UWBP_ServerBrowser_SecurityCompanyDisplay_C::Image_SecurityCompanyLogo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_SecurityCompanyDisplay_C, Text_SecurityCompanyDescription) == 0x0002C0, "Member 'UWBP_ServerBrowser_SecurityCompanyDisplay_C::Text_SecurityCompanyDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_SecurityCompanyDisplay_C, Text_SecurityCompanyName) == 0x0002C8, "Member 'UWBP_ServerBrowser_SecurityCompanyDisplay_C::Text_SecurityCompanyName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_SecurityCompanyDisplay_C, DefaultIcon) == 0x0002D0, "Member 'UWBP_ServerBrowser_SecurityCompanyDisplay_C::DefaultIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_SecurityCompanyDisplay_C, bUseTitleOnly) == 0x0002D8, "Member 'UWBP_ServerBrowser_SecurityCompanyDisplay_C::bUseTitleOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNQF_Crew_Combat_C \ +static_assert(alignof(UNQF_Crew_Combat_C) == 0x000008, "Wrong alignment on UNQF_Crew_Combat_C"); \ +static_assert(sizeof(UNQF_Crew_Combat_C) == 0x000050, "Wrong size on UNQF_Crew_Combat_C"); \ + +#define DUMPER7_ASSERTS_BP_Order_Revive_C_ExecuteUbergraph_BP_Order_Revive \ +static_assert(alignof(BP_Order_Revive_C_ExecuteUbergraph_BP_Order_Revive) == 0x000008, "Wrong alignment on BP_Order_Revive_C_ExecuteUbergraph_BP_Order_Revive"); \ +static_assert(sizeof(BP_Order_Revive_C_ExecuteUbergraph_BP_Order_Revive) == 0x000010, "Wrong size on BP_Order_Revive_C_ExecuteUbergraph_BP_Order_Revive"); \ +static_assert(offsetof(BP_Order_Revive_C_ExecuteUbergraph_BP_Order_Revive, EntryPoint) == 0x000000, "Member 'BP_Order_Revive_C_ExecuteUbergraph_BP_Order_Revive::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Revive_C_ExecuteUbergraph_BP_Order_Revive, K2Node_Event_Pawn) == 0x000008, "Member 'BP_Order_Revive_C_ExecuteUbergraph_BP_Order_Revive::K2Node_Event_Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Order_Revive_C_OnStartedBP \ +static_assert(alignof(BP_Order_Revive_C_OnStartedBP) == 0x000008, "Wrong alignment on BP_Order_Revive_C_OnStartedBP"); \ +static_assert(sizeof(BP_Order_Revive_C_OnStartedBP) == 0x000008, "Wrong size on BP_Order_Revive_C_OnStartedBP"); \ +static_assert(offsetof(BP_Order_Revive_C_OnStartedBP, Pawn) == 0x000000, "Member 'BP_Order_Revive_C_OnStartedBP::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Order_Revive_C \ +static_assert(alignof(UBP_Order_Revive_C) == 0x000008, "Wrong alignment on UBP_Order_Revive_C"); \ +static_assert(sizeof(UBP_Order_Revive_C) == 0x000158, "Wrong size on UBP_Order_Revive_C"); \ +static_assert(offsetof(UBP_Order_Revive_C, UberGraphFrame) == 0x000150, "Member 'UBP_Order_Revive_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Order_LookAndComment_C \ +static_assert(alignof(UBP_Order_LookAndComment_C) == 0x000008, "Wrong alignment on UBP_Order_LookAndComment_C"); \ +static_assert(sizeof(UBP_Order_LookAndComment_C) == 0x000150, "Wrong size on UBP_Order_LookAndComment_C"); \ + +#define DUMPER7_ASSERTS_UGA_Slide_C \ +static_assert(alignof(UGA_Slide_C) == 0x000008, "Wrong alignment on UGA_Slide_C"); \ +static_assert(sizeof(UGA_Slide_C) == 0x0004E0, "Wrong size on UGA_Slide_C"); \ + +#define DUMPER7_ASSERTS_UNQF_BaseAI_C \ +static_assert(alignof(UNQF_BaseAI_C) == 0x000008, "Wrong alignment on UNQF_BaseAI_C"); \ +static_assert(sizeof(UNQF_BaseAI_C) == 0x000050, "Wrong size on UNQF_BaseAI_C"); \ + +#define DUMPER7_ASSERTS_UNQF_Patrol_C \ +static_assert(alignof(UNQF_Patrol_C) == 0x000008, "Wrong alignment on UNQF_Patrol_C"); \ +static_assert(sizeof(UNQF_Patrol_C) == 0x000050, "Wrong size on UNQF_Patrol_C"); \ + +#define DUMPER7_ASSERTS_UGA_PlaceItem_C \ +static_assert(alignof(UGA_PlaceItem_C) == 0x000010, "Wrong alignment on UGA_PlaceItem_C"); \ +static_assert(sizeof(UGA_PlaceItem_C) == 0x000540, "Wrong size on UGA_PlaceItem_C"); \ + +#define DUMPER7_ASSERTS_UBP_Order_Patrol_C \ +static_assert(alignof(UBP_Order_Patrol_C) == 0x000008, "Wrong alignment on UBP_Order_Patrol_C"); \ +static_assert(sizeof(UBP_Order_Patrol_C) == 0x000168, "Wrong size on UBP_Order_Patrol_C"); \ + +#define DUMPER7_ASSERTS_UBP_Order_ScriptedLifeAction_C \ +static_assert(alignof(UBP_Order_ScriptedLifeAction_C) == 0x000008, "Wrong alignment on UBP_Order_ScriptedLifeAction_C"); \ +static_assert(sizeof(UBP_Order_ScriptedLifeAction_C) == 0x000230, "Wrong size on UBP_Order_ScriptedLifeAction_C"); \ + +#define DUMPER7_ASSERTS_BP_LA_Manager_Scripted_EyeScan_C_ExecuteUbergraph_BP_LA_Manager_Scripted_EyeScan \ +static_assert(alignof(BP_LA_Manager_Scripted_EyeScan_C_ExecuteUbergraph_BP_LA_Manager_Scripted_EyeScan) == 0x000008, "Wrong alignment on BP_LA_Manager_Scripted_EyeScan_C_ExecuteUbergraph_BP_LA_Manager_Scripted_EyeScan"); \ +static_assert(sizeof(BP_LA_Manager_Scripted_EyeScan_C_ExecuteUbergraph_BP_LA_Manager_Scripted_EyeScan) == 0x000040, "Wrong size on BP_LA_Manager_Scripted_EyeScan_C_ExecuteUbergraph_BP_LA_Manager_Scripted_EyeScan"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_EyeScan_C_ExecuteUbergraph_BP_LA_Manager_Scripted_EyeScan, EntryPoint) == 0x000000, "Member 'BP_LA_Manager_Scripted_EyeScan_C_ExecuteUbergraph_BP_LA_Manager_Scripted_EyeScan::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_EyeScan_C_ExecuteUbergraph_BP_LA_Manager_Scripted_EyeScan, K2Node_ComponentBoundEvent_Character) == 0x000008, "Member 'BP_LA_Manager_Scripted_EyeScan_C_ExecuteUbergraph_BP_LA_Manager_Scripted_EyeScan::K2Node_ComponentBoundEvent_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_EyeScan_C_ExecuteUbergraph_BP_LA_Manager_Scripted_EyeScan, K2Node_ComponentBoundEvent_ActionInstance) == 0x000010, "Member 'BP_LA_Manager_Scripted_EyeScan_C_ExecuteUbergraph_BP_LA_Manager_Scripted_EyeScan::K2Node_ComponentBoundEvent_ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_EyeScan_C_ExecuteUbergraph_BP_LA_Manager_Scripted_EyeScan, K2Node_ComponentBoundEvent_ActionSlot) == 0x000018, "Member 'BP_LA_Manager_Scripted_EyeScan_C_ExecuteUbergraph_BP_LA_Manager_Scripted_EyeScan::K2Node_ComponentBoundEvent_ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_EyeScan_C_ExecuteUbergraph_BP_LA_Manager_Scripted_EyeScan, K2Node_ComponentBoundEvent_Character_1) == 0x000020, "Member 'BP_LA_Manager_Scripted_EyeScan_C_ExecuteUbergraph_BP_LA_Manager_Scripted_EyeScan::K2Node_ComponentBoundEvent_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_EyeScan_C_ExecuteUbergraph_BP_LA_Manager_Scripted_EyeScan, K2Node_ComponentBoundEvent_ActionInstance_1) == 0x000028, "Member 'BP_LA_Manager_Scripted_EyeScan_C_ExecuteUbergraph_BP_LA_Manager_Scripted_EyeScan::K2Node_ComponentBoundEvent_ActionInstance_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_EyeScan_C_ExecuteUbergraph_BP_LA_Manager_Scripted_EyeScan, K2Node_ComponentBoundEvent_ActionSlot_1) == 0x000030, "Member 'BP_LA_Manager_Scripted_EyeScan_C_ExecuteUbergraph_BP_LA_Manager_Scripted_EyeScan::K2Node_ComponentBoundEvent_ActionSlot_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_EyeScan_C_ExecuteUbergraph_BP_LA_Manager_Scripted_EyeScan, K2Node_ComponentBoundEvent_Result) == 0x000038, "Member 'BP_LA_Manager_Scripted_EyeScan_C_ExecuteUbergraph_BP_LA_Manager_Scripted_EyeScan::K2Node_ComponentBoundEvent_Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_Manager_Scripted_EyeScan_C_BndEvt__BP_LA_Manager_Scripted_EyeScan_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature \ +static_assert(alignof(BP_LA_Manager_Scripted_EyeScan_C_BndEvt__BP_LA_Manager_Scripted_EyeScan_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_LA_Manager_Scripted_EyeScan_C_BndEvt__BP_LA_Manager_Scripted_EyeScan_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_LA_Manager_Scripted_EyeScan_C_BndEvt__BP_LA_Manager_Scripted_EyeScan_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature) == 0x000018, "Wrong size on BP_LA_Manager_Scripted_EyeScan_C_BndEvt__BP_LA_Manager_Scripted_EyeScan_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_EyeScan_C_BndEvt__BP_LA_Manager_Scripted_EyeScan_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature, Character) == 0x000000, "Member 'BP_LA_Manager_Scripted_EyeScan_C_BndEvt__BP_LA_Manager_Scripted_EyeScan_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_EyeScan_C_BndEvt__BP_LA_Manager_Scripted_EyeScan_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature, ActionInstance) == 0x000008, "Member 'BP_LA_Manager_Scripted_EyeScan_C_BndEvt__BP_LA_Manager_Scripted_EyeScan_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_EyeScan_C_BndEvt__BP_LA_Manager_Scripted_EyeScan_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature, ActionSlot) == 0x000010, "Member 'BP_LA_Manager_Scripted_EyeScan_C_BndEvt__BP_LA_Manager_Scripted_EyeScan_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature::ActionSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_Manager_Scripted_EyeScan_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature \ +static_assert(alignof(BP_LA_Manager_Scripted_EyeScan_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_LA_Manager_Scripted_EyeScan_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_LA_Manager_Scripted_EyeScan_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature) == 0x000020, "Wrong size on BP_LA_Manager_Scripted_EyeScan_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_EyeScan_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature, Character) == 0x000000, "Member 'BP_LA_Manager_Scripted_EyeScan_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_EyeScan_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature, ActionInstance) == 0x000008, "Member 'BP_LA_Manager_Scripted_EyeScan_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_EyeScan_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature, ActionSlot) == 0x000010, "Member 'BP_LA_Manager_Scripted_EyeScan_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature::ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_EyeScan_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature, Result) == 0x000018, "Member 'BP_LA_Manager_Scripted_EyeScan_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LA_Manager_Scripted_EyeScan_C \ +static_assert(alignof(ABP_LA_Manager_Scripted_EyeScan_C) == 0x000008, "Wrong alignment on ABP_LA_Manager_Scripted_EyeScan_C"); \ +static_assert(sizeof(ABP_LA_Manager_Scripted_EyeScan_C) == 0x0002E8, "Wrong size on ABP_LA_Manager_Scripted_EyeScan_C"); \ +static_assert(offsetof(ABP_LA_Manager_Scripted_EyeScan_C, UberGraphFrame) == 0x0002A8, "Member 'ABP_LA_Manager_Scripted_EyeScan_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Manager_Scripted_EyeScan_C, SBZLifeActionSlot) == 0x0002B0, "Member 'ABP_LA_Manager_Scripted_EyeScan_C::SBZLifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Manager_Scripted_EyeScan_C, SBZLifeActionInstance) == 0x0002B8, "Member 'ABP_LA_Manager_Scripted_EyeScan_C::SBZLifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Manager_Scripted_EyeScan_C, SBZLifeAction) == 0x0002C0, "Member 'ABP_LA_Manager_Scripted_EyeScan_C::SBZLifeAction' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Manager_Scripted_EyeScan_C, ActionCompleted) == 0x0002C8, "Member 'ABP_LA_Manager_Scripted_EyeScan_C::ActionCompleted' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Manager_Scripted_EyeScan_C, ActionStarted) == 0x0002D8, "Member 'ABP_LA_Manager_Scripted_EyeScan_C::ActionStarted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNQF_Normal_C \ +static_assert(alignof(UNQF_Normal_C) == 0x000008, "Wrong alignment on UNQF_Normal_C"); \ +static_assert(sizeof(UNQF_Normal_C) == 0x000050, "Wrong size on UNQF_Normal_C"); \ + +#define DUMPER7_ASSERTS_UBP_Order_ReleasedHostage_C \ +static_assert(alignof(UBP_Order_ReleasedHostage_C) == 0x000008, "Wrong alignment on UBP_Order_ReleasedHostage_C"); \ +static_assert(sizeof(UBP_Order_ReleasedHostage_C) == 0x000140, "Wrong size on UBP_Order_ReleasedHostage_C"); \ + +#define DUMPER7_ASSERTS_UBP_Order_FreeHostage_C \ +static_assert(alignof(UBP_Order_FreeHostage_C) == 0x000008, "Wrong alignment on UBP_Order_FreeHostage_C"); \ +static_assert(sizeof(UBP_Order_FreeHostage_C) == 0x000158, "Wrong size on UBP_Order_FreeHostage_C"); \ + +#define DUMPER7_ASSERTS_UWBP_CompleteNameInfo_C \ +static_assert(alignof(UWBP_CompleteNameInfo_C) == 0x000008, "Wrong alignment on UWBP_CompleteNameInfo_C"); \ +static_assert(sizeof(UWBP_CompleteNameInfo_C) == 0x000310, "Wrong size on UWBP_CompleteNameInfo_C"); \ +static_assert(offsetof(UWBP_CompleteNameInfo_C, AdditionalInfo) == 0x000290, "Member 'UWBP_CompleteNameInfo_C::AdditionalInfo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteNameInfo_C, Background) == 0x000298, "Member 'UWBP_CompleteNameInfo_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteNameInfo_C, Image_136) == 0x0002A0, "Member 'UWBP_CompleteNameInfo_C::Image_136' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteNameInfo_C, Image_372) == 0x0002A8, "Member 'UWBP_CompleteNameInfo_C::Image_372' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteNameInfo_C, Image_461) == 0x0002B0, "Member 'UWBP_CompleteNameInfo_C::Image_461' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteNameInfo_C, Image_541) == 0x0002B8, "Member 'UWBP_CompleteNameInfo_C::Image_541' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteNameInfo_C, Image_BorderBottom) == 0x0002C0, "Member 'UWBP_CompleteNameInfo_C::Image_BorderBottom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteNameInfo_C, Image_BorderLeft) == 0x0002C8, "Member 'UWBP_CompleteNameInfo_C::Image_BorderLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteNameInfo_C, Image_BorderRight) == 0x0002D0, "Member 'UWBP_CompleteNameInfo_C::Image_BorderRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteNameInfo_C, Image_BorderTop) == 0x0002D8, "Member 'UWBP_CompleteNameInfo_C::Image_BorderTop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteNameInfo_C, MainInfo) == 0x0002E0, "Member 'UWBP_CompleteNameInfo_C::MainInfo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteNameInfo_C, Overlay_Border) == 0x0002E8, "Member 'UWBP_CompleteNameInfo_C::Overlay_Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteNameInfo_C, SecondaryInfo) == 0x0002F0, "Member 'UWBP_CompleteNameInfo_C::SecondaryInfo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteNameInfo_C, text) == 0x0002F8, "Member 'UWBP_CompleteNameInfo_C::text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteNameInfo_C, TextBlockBody) == 0x000300, "Member 'UWBP_CompleteNameInfo_C::TextBlockBody' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteNameInfo_C, TextBlockTitle) == 0x000308, "Member 'UWBP_CompleteNameInfo_C::TextBlockTitle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TutorialMouseButton_C_ExecuteUbergraph_WBP_UI_TutorialMouseButton \ +static_assert(alignof(WBP_UI_TutorialMouseButton_C_ExecuteUbergraph_WBP_UI_TutorialMouseButton) == 0x000008, "Wrong alignment on WBP_UI_TutorialMouseButton_C_ExecuteUbergraph_WBP_UI_TutorialMouseButton"); \ +static_assert(sizeof(WBP_UI_TutorialMouseButton_C_ExecuteUbergraph_WBP_UI_TutorialMouseButton) == 0x000010, "Wrong size on WBP_UI_TutorialMouseButton_C_ExecuteUbergraph_WBP_UI_TutorialMouseButton"); \ +static_assert(offsetof(WBP_UI_TutorialMouseButton_C_ExecuteUbergraph_WBP_UI_TutorialMouseButton, EntryPoint) == 0x000000, "Member 'WBP_UI_TutorialMouseButton_C_ExecuteUbergraph_WBP_UI_TutorialMouseButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialMouseButton_C_ExecuteUbergraph_WBP_UI_TutorialMouseButton, CallFunc_IsHovered_ReturnValue) == 0x000004, "Member 'WBP_UI_TutorialMouseButton_C_ExecuteUbergraph_WBP_UI_TutorialMouseButton::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialMouseButton_C_ExecuteUbergraph_WBP_UI_TutorialMouseButton, CallFunc_IsShowingTutorial_ReturnValue) == 0x000005, "Member 'WBP_UI_TutorialMouseButton_C_ExecuteUbergraph_WBP_UI_TutorialMouseButton::CallFunc_IsShowingTutorial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialMouseButton_C_ExecuteUbergraph_WBP_UI_TutorialMouseButton, K2Node_Event_IsDesignTime) == 0x000006, "Member 'WBP_UI_TutorialMouseButton_C_ExecuteUbergraph_WBP_UI_TutorialMouseButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialMouseButton_C_ExecuteUbergraph_WBP_UI_TutorialMouseButton, K2Node_Event_bInIsHovered) == 0x000007, "Member 'WBP_UI_TutorialMouseButton_C_ExecuteUbergraph_WBP_UI_TutorialMouseButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialMouseButton_C_ExecuteUbergraph_WBP_UI_TutorialMouseButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_UI_TutorialMouseButton_C_ExecuteUbergraph_WBP_UI_TutorialMouseButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TutorialMouseButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_TutorialMouseButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_TutorialMouseButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_TutorialMouseButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_TutorialMouseButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_TutorialMouseButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_TutorialMouseButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TutorialMouseButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_TutorialMouseButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_TutorialMouseButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_TutorialMouseButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_TutorialMouseButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_TutorialMouseButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_TutorialMouseButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TutorialMouseButton_C_SetHovered \ +static_assert(alignof(WBP_UI_TutorialMouseButton_C_SetHovered) == 0x000001, "Wrong alignment on WBP_UI_TutorialMouseButton_C_SetHovered"); \ +static_assert(sizeof(WBP_UI_TutorialMouseButton_C_SetHovered) == 0x000005, "Wrong size on WBP_UI_TutorialMouseButton_C_SetHovered"); \ +static_assert(offsetof(WBP_UI_TutorialMouseButton_C_SetHovered, bIsHovered) == 0x000000, "Member 'WBP_UI_TutorialMouseButton_C_SetHovered::bIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialMouseButton_C_SetHovered, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_TutorialMouseButton_C_SetHovered::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialMouseButton_C_SetHovered, Temp_byte_Variable) == 0x000002, "Member 'WBP_UI_TutorialMouseButton_C_SetHovered::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialMouseButton_C_SetHovered, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_UI_TutorialMouseButton_C_SetHovered::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialMouseButton_C_SetHovered, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_TutorialMouseButton_C_SetHovered::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TutorialMouseButton_C_SetActive \ +static_assert(alignof(WBP_UI_TutorialMouseButton_C_SetActive) == 0x000001, "Wrong alignment on WBP_UI_TutorialMouseButton_C_SetActive"); \ +static_assert(sizeof(WBP_UI_TutorialMouseButton_C_SetActive) == 0x000009, "Wrong size on WBP_UI_TutorialMouseButton_C_SetActive"); \ +static_assert(offsetof(WBP_UI_TutorialMouseButton_C_SetActive, bIsActive) == 0x000000, "Member 'WBP_UI_TutorialMouseButton_C_SetActive::bIsActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialMouseButton_C_SetActive, Temp_byte_Variable) == 0x000001, "Member 'WBP_UI_TutorialMouseButton_C_SetActive::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialMouseButton_C_SetActive, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_UI_TutorialMouseButton_C_SetActive::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialMouseButton_C_SetActive, Temp_bool_Variable) == 0x000003, "Member 'WBP_UI_TutorialMouseButton_C_SetActive::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialMouseButton_C_SetActive, Temp_byte_Variable_2) == 0x000004, "Member 'WBP_UI_TutorialMouseButton_C_SetActive::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialMouseButton_C_SetActive, Temp_byte_Variable_3) == 0x000005, "Member 'WBP_UI_TutorialMouseButton_C_SetActive::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialMouseButton_C_SetActive, Temp_bool_Variable_1) == 0x000006, "Member 'WBP_UI_TutorialMouseButton_C_SetActive::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialMouseButton_C_SetActive, K2Node_Select_Default) == 0x000007, "Member 'WBP_UI_TutorialMouseButton_C_SetActive::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialMouseButton_C_SetActive, K2Node_Select_Default_1) == 0x000008, "Member 'WBP_UI_TutorialMouseButton_C_SetActive::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_TutorialMouseButton_C \ +static_assert(alignof(UWBP_UI_TutorialMouseButton_C) == 0x000008, "Wrong alignment on UWBP_UI_TutorialMouseButton_C"); \ +static_assert(sizeof(UWBP_UI_TutorialMouseButton_C) == 0x0002E8, "Wrong size on UWBP_UI_TutorialMouseButton_C"); \ +static_assert(offsetof(UWBP_UI_TutorialMouseButton_C, UberGraphFrame) == 0x0002B8, "Member 'UWBP_UI_TutorialMouseButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TutorialMouseButton_C, IconHelp) == 0x0002C0, "Member 'UWBP_UI_TutorialMouseButton_C::IconHelp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TutorialMouseButton_C, Image_Background) == 0x0002C8, "Member 'UWBP_UI_TutorialMouseButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TutorialMouseButton_C, Image_Close) == 0x0002D0, "Member 'UWBP_UI_TutorialMouseButton_C::Image_Close' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TutorialMouseButton_C, Image_Highlight) == 0x0002D8, "Member 'UWBP_UI_TutorialMouseButton_C::Image_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TutorialMouseButton_C, Widget_Input) == 0x0002E0, "Member 'UWBP_UI_TutorialMouseButton_C::Widget_Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Order_FirstResponder_C \ +static_assert(alignof(UBP_Order_FirstResponder_C) == 0x000008, "Wrong alignment on UBP_Order_FirstResponder_C"); \ +static_assert(sizeof(UBP_Order_FirstResponder_C) == 0x000188, "Wrong size on UBP_Order_FirstResponder_C"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton \ +static_assert(alignof(WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton) == 0x000008, "Wrong alignment on WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton"); \ +static_assert(sizeof(WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton) == 0x000040, "Wrong size on WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton, EntryPoint) == 0x000000, "Member 'WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton, K2Node_Event_bInIsDisabled) == 0x000004, "Member 'WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton, K2Node_Event_bInHasFocus) == 0x000005, "Member 'WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton, K2Node_Event_bInIsHovered) == 0x000006, "Member 'WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton, K2Node_ComponentBoundEvent_Button_1) == 0x000008, "Member 'WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton, K2Node_ComponentBoundEvent_Button) == 0x000010, "Member 'WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000024, "Member 'WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton, CallFunc_Less_IntInt_ReturnValue) == 0x000029, "Member 'WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton, CallFunc_HasKeyboardFocus_ReturnValue) == 0x00002A, "Member 'WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000030, "Member 'WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton, K2Node_Event_IsDesignTime) == 0x000038, "Member 'WBP_Settings_MultipleChoiceButton_C_ExecuteUbergraph_WBP_Settings_MultipleChoiceButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MultipleChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Settings_MultipleChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_MultipleChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_MultipleChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_MultipleChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_MultipleChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MultipleChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Settings_MultipleChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_MultipleChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_MultipleChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_MultipleChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_MultipleChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MultipleChoiceButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_Settings_MultipleChoiceButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_Settings_MultipleChoiceButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_Settings_MultipleChoiceButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_Settings_MultipleChoiceButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_Settings_MultipleChoiceButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MultipleChoiceButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_Settings_MultipleChoiceButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_Settings_MultipleChoiceButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_Settings_MultipleChoiceButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_Settings_MultipleChoiceButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_Settings_MultipleChoiceButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MultipleChoiceButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_Settings_MultipleChoiceButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_Settings_MultipleChoiceButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_Settings_MultipleChoiceButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_Settings_MultipleChoiceButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_Settings_MultipleChoiceButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MultipleChoiceButton_C_PreConstruct \ +static_assert(alignof(WBP_Settings_MultipleChoiceButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Settings_MultipleChoiceButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_Settings_MultipleChoiceButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_Settings_MultipleChoiceButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Settings_MultipleChoiceButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MultipleChoiceButton_C_RefreshVisuals \ +static_assert(alignof(WBP_Settings_MultipleChoiceButton_C_RefreshVisuals) == 0x000001, "Wrong alignment on WBP_Settings_MultipleChoiceButton_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_Settings_MultipleChoiceButton_C_RefreshVisuals) == 0x000002, "Wrong size on WBP_Settings_MultipleChoiceButton_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_RefreshVisuals, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000000, "Member 'WBP_Settings_MultipleChoiceButton_C_RefreshVisuals::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_RefreshVisuals, CallFunc_IsHovered_ReturnValue) == 0x000001, "Member 'WBP_Settings_MultipleChoiceButton_C_RefreshVisuals::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MultipleChoiceButton_C_OnHoverVisuals \ +static_assert(alignof(WBP_Settings_MultipleChoiceButton_C_OnHoverVisuals) == 0x000001, "Wrong alignment on WBP_Settings_MultipleChoiceButton_C_OnHoverVisuals"); \ +static_assert(sizeof(WBP_Settings_MultipleChoiceButton_C_OnHoverVisuals) == 0x000001, "Wrong size on WBP_Settings_MultipleChoiceButton_C_OnHoverVisuals"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_OnHoverVisuals, bIsHovered) == 0x000000, "Member 'WBP_Settings_MultipleChoiceButton_C_OnHoverVisuals::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MultipleChoiceButton_C_OnFocusedVisuals \ +static_assert(alignof(WBP_Settings_MultipleChoiceButton_C_OnFocusedVisuals) == 0x000008, "Wrong alignment on WBP_Settings_MultipleChoiceButton_C_OnFocusedVisuals"); \ +static_assert(sizeof(WBP_Settings_MultipleChoiceButton_C_OnFocusedVisuals) == 0x000088, "Wrong size on WBP_Settings_MultipleChoiceButton_C_OnFocusedVisuals"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_OnFocusedVisuals, bIsFocused) == 0x000000, "Member 'WBP_Settings_MultipleChoiceButton_C_OnFocusedVisuals::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_OnFocusedVisuals, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_Settings_MultipleChoiceButton_C_OnFocusedVisuals::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_OnFocusedVisuals, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000010, "Member 'WBP_Settings_MultipleChoiceButton_C_OnFocusedVisuals::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000018, "Member 'WBP_Settings_MultipleChoiceButton_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000020, "Member 'WBP_Settings_MultipleChoiceButton_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue) == 0x000028, "Member 'WBP_Settings_MultipleChoiceButton_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue_1) == 0x000038, "Member 'WBP_Settings_MultipleChoiceButton_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_OnFocusedVisuals, CallFunc_SettingIsDirty_ReturnValue) == 0x000048, "Member 'WBP_Settings_MultipleChoiceButton_C_OnFocusedVisuals::CallFunc_SettingIsDirty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_OnFocusedVisuals, CallFunc_SelectColor_ReturnValue) == 0x00004C, "Member 'WBP_Settings_MultipleChoiceButton_C_OnFocusedVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_OnFocusedVisuals, K2Node_MakeStruct_SlateColor) == 0x000060, "Member 'WBP_Settings_MultipleChoiceButton_C_OnFocusedVisuals::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MultipleChoiceButton_C_OnDisabledVisuals \ +static_assert(alignof(WBP_Settings_MultipleChoiceButton_C_OnDisabledVisuals) == 0x000001, "Wrong alignment on WBP_Settings_MultipleChoiceButton_C_OnDisabledVisuals"); \ +static_assert(sizeof(WBP_Settings_MultipleChoiceButton_C_OnDisabledVisuals) == 0x000001, "Wrong size on WBP_Settings_MultipleChoiceButton_C_OnDisabledVisuals"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_OnDisabledVisuals, bIsDisabled_0) == 0x000000, "Member 'WBP_Settings_MultipleChoiceButton_C_OnDisabledVisuals::bIsDisabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MultipleChoiceButton_C_ChoiceIndexVisuals \ +static_assert(alignof(WBP_Settings_MultipleChoiceButton_C_ChoiceIndexVisuals) == 0x000004, "Wrong alignment on WBP_Settings_MultipleChoiceButton_C_ChoiceIndexVisuals"); \ +static_assert(sizeof(WBP_Settings_MultipleChoiceButton_C_ChoiceIndexVisuals) == 0x000014, "Wrong size on WBP_Settings_MultipleChoiceButton_C_ChoiceIndexVisuals"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_ChoiceIndexVisuals, ChoiceIndex_0) == 0x000000, "Member 'WBP_Settings_MultipleChoiceButton_C_ChoiceIndexVisuals::ChoiceIndex_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_ChoiceIndexVisuals, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'WBP_Settings_MultipleChoiceButton_C_ChoiceIndexVisuals::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_ChoiceIndexVisuals, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Settings_MultipleChoiceButton_C_ChoiceIndexVisuals::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_ChoiceIndexVisuals, CallFunc_Clamp_ReturnValue) == 0x00000C, "Member 'WBP_Settings_MultipleChoiceButton_C_ChoiceIndexVisuals::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_ChoiceIndexVisuals, CallFunc_Less_IntInt_ReturnValue) == 0x000010, "Member 'WBP_Settings_MultipleChoiceButton_C_ChoiceIndexVisuals::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_ChoiceIndexVisuals, CallFunc_Greater_IntInt_ReturnValue) == 0x000011, "Member 'WBP_Settings_MultipleChoiceButton_C_ChoiceIndexVisuals::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_MultipleChoiceButton_C_UpdateOptionsText \ +static_assert(alignof(WBP_Settings_MultipleChoiceButton_C_UpdateOptionsText) == 0x000004, "Wrong alignment on WBP_Settings_MultipleChoiceButton_C_UpdateOptionsText"); \ +static_assert(sizeof(WBP_Settings_MultipleChoiceButton_C_UpdateOptionsText) == 0x00000C, "Wrong size on WBP_Settings_MultipleChoiceButton_C_UpdateOptionsText"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_UpdateOptionsText, CallFunc_Array_Length_ReturnValue) == 0x000000, "Member 'WBP_Settings_MultipleChoiceButton_C_UpdateOptionsText::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_UpdateOptionsText, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'WBP_Settings_MultipleChoiceButton_C_UpdateOptionsText::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_MultipleChoiceButton_C_UpdateOptionsText, CallFunc_Clamp_ReturnValue) == 0x000008, "Member 'WBP_Settings_MultipleChoiceButton_C_UpdateOptionsText::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_MultipleChoiceButton_C \ +static_assert(alignof(UWBP_Settings_MultipleChoiceButton_C) == 0x000008, "Wrong alignment on UWBP_Settings_MultipleChoiceButton_C"); \ +static_assert(sizeof(UWBP_Settings_MultipleChoiceButton_C) == 0x000460, "Wrong size on UWBP_Settings_MultipleChoiceButton_C"); \ +static_assert(offsetof(UWBP_Settings_MultipleChoiceButton_C, UberGraphFrame) == 0x000420, "Member 'UWBP_Settings_MultipleChoiceButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MultipleChoiceButton_C, Border_Image) == 0x000428, "Member 'UWBP_Settings_MultipleChoiceButton_C::Border_Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MultipleChoiceButton_C, Button_Left) == 0x000430, "Member 'UWBP_Settings_MultipleChoiceButton_C::Button_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MultipleChoiceButton_C, Button_Right) == 0x000438, "Member 'UWBP_Settings_MultipleChoiceButton_C::Button_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MultipleChoiceButton_C, Image_Background) == 0x000440, "Member 'UWBP_Settings_MultipleChoiceButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MultipleChoiceButton_C, Image_BG) == 0x000448, "Member 'UWBP_Settings_MultipleChoiceButton_C::Image_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MultipleChoiceButton_C, Text_OptionChoice) == 0x000450, "Member 'UWBP_Settings_MultipleChoiceButton_C::Text_OptionChoice' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_MultipleChoiceButton_C, Text_SettingName) == 0x000458, "Member 'UWBP_Settings_MultipleChoiceButton_C::Text_SettingName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_ModActor_C \ +static_assert(alignof(IBPI_ModActor_C) == 0x000001, "Wrong alignment on IBPI_ModActor_C"); \ +static_assert(sizeof(IBPI_ModActor_C) == 0x000001, "Wrong size on IBPI_ModActor_C"); \ + +#define DUMPER7_ASSERTS_BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger \ +static_assert(alignof(BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger) == 0x000008, "Wrong alignment on BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger"); \ +static_assert(sizeof(BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger) == 0x000198, "Wrong size on BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger, EntryPoint) == 0x000000, "Member 'BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000008, "Member 'BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger, K2Node_ComponentBoundEvent_OtherActor) == 0x000010, "Member 'BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger, K2Node_ComponentBoundEvent_OtherComp) == 0x000018, "Member 'BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000020, "Member 'BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger, K2Node_ComponentBoundEvent_bFromSweep) == 0x000024, "Member 'BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger, K2Node_ComponentBoundEvent_SweepResult) == 0x000028, "Member 'BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x0000B8, "Member 'BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger, K2Node_ComponentBoundEvent_OtherActor_1) == 0x0000C0, "Member 'BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger, K2Node_ComponentBoundEvent_OtherComp_1) == 0x0000C8, "Member 'BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x0000D0, "Member 'BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger, K2Node_ComponentBoundEvent_bFromSweep_1) == 0x0000D4, "Member 'BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger::K2Node_ComponentBoundEvent_bFromSweep_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger, K2Node_ComponentBoundEvent_SweepResult_1) == 0x0000D8, "Member 'BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger::K2Node_ComponentBoundEvent_SweepResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger, K2Node_MakeStruct_SBZHUDNotificationData) == 0x000168, "Member 'BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger::K2Node_MakeStruct_SBZHUDNotificationData' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger, CallFunc_IsServer_ReturnValue) == 0x000188, "Member 'BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger::CallFunc_IsServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger, K2Node_Event_OtherActor) == 0x000190, "Member 'BP_Prototype_LevelBoundsTrigger_C_ExecuteUbergraph_BP_Prototype_LevelBoundsTrigger::K2Node_Event_OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Prototype_LevelBoundsTrigger_C_BndEvt__BP_Prototype_LevelBoundsTrigger_PostProcessBoundsReference_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_Prototype_LevelBoundsTrigger_C_BndEvt__BP_Prototype_LevelBoundsTrigger_PostProcessBoundsReference_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Prototype_LevelBoundsTrigger_C_BndEvt__BP_Prototype_LevelBoundsTrigger_PostProcessBoundsReference_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Prototype_LevelBoundsTrigger_C_BndEvt__BP_Prototype_LevelBoundsTrigger_PostProcessBoundsReference_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000B0, "Wrong size on BP_Prototype_LevelBoundsTrigger_C_BndEvt__BP_Prototype_LevelBoundsTrigger_PostProcessBoundsReference_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_BndEvt__BP_Prototype_LevelBoundsTrigger_PostProcessBoundsReference_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Prototype_LevelBoundsTrigger_C_BndEvt__BP_Prototype_LevelBoundsTrigger_PostProcessBoundsReference_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_BndEvt__BP_Prototype_LevelBoundsTrigger_PostProcessBoundsReference_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Prototype_LevelBoundsTrigger_C_BndEvt__BP_Prototype_LevelBoundsTrigger_PostProcessBoundsReference_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_BndEvt__BP_Prototype_LevelBoundsTrigger_PostProcessBoundsReference_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Prototype_LevelBoundsTrigger_C_BndEvt__BP_Prototype_LevelBoundsTrigger_PostProcessBoundsReference_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_BndEvt__BP_Prototype_LevelBoundsTrigger_PostProcessBoundsReference_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Prototype_LevelBoundsTrigger_C_BndEvt__BP_Prototype_LevelBoundsTrigger_PostProcessBoundsReference_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_BndEvt__BP_Prototype_LevelBoundsTrigger_PostProcessBoundsReference_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_Prototype_LevelBoundsTrigger_C_BndEvt__BP_Prototype_LevelBoundsTrigger_PostProcessBoundsReference_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_BndEvt__BP_Prototype_LevelBoundsTrigger_PostProcessBoundsReference_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_Prototype_LevelBoundsTrigger_C_BndEvt__BP_Prototype_LevelBoundsTrigger_PostProcessBoundsReference_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Prototype_LevelBoundsTrigger_C_ReceiveActorEndOverlap \ +static_assert(alignof(BP_Prototype_LevelBoundsTrigger_C_ReceiveActorEndOverlap) == 0x000008, "Wrong alignment on BP_Prototype_LevelBoundsTrigger_C_ReceiveActorEndOverlap"); \ +static_assert(sizeof(BP_Prototype_LevelBoundsTrigger_C_ReceiveActorEndOverlap) == 0x000008, "Wrong size on BP_Prototype_LevelBoundsTrigger_C_ReceiveActorEndOverlap"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_ReceiveActorEndOverlap, OtherActor) == 0x000000, "Member 'BP_Prototype_LevelBoundsTrigger_C_ReceiveActorEndOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Prototype_LevelBoundsTrigger_C_BndEvt__Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_Prototype_LevelBoundsTrigger_C_BndEvt__Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Prototype_LevelBoundsTrigger_C_BndEvt__Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Prototype_LevelBoundsTrigger_C_BndEvt__Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000B0, "Wrong size on BP_Prototype_LevelBoundsTrigger_C_BndEvt__Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_BndEvt__Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Prototype_LevelBoundsTrigger_C_BndEvt__Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_BndEvt__Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Prototype_LevelBoundsTrigger_C_BndEvt__Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_BndEvt__Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Prototype_LevelBoundsTrigger_C_BndEvt__Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_BndEvt__Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Prototype_LevelBoundsTrigger_C_BndEvt__Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_BndEvt__Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_Prototype_LevelBoundsTrigger_C_BndEvt__Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_BndEvt__Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_Prototype_LevelBoundsTrigger_C_BndEvt__Trigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript \ +static_assert(alignof(BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript) == 0x000180, "Wrong size on BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x000000, "Member 'BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x000004, "Member 'BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x000008, "Member 'BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x00000C, "Member 'BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000018, "Member 'BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000024, "Member 'BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript, CallFunc_FClamp_ReturnValue) == 0x0000B4, "Member 'BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000B8, "Member 'BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript, CallFunc_FMin_ReturnValue) == 0x0000BC, "Member 'BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_1) == 0x0000C0, "Member 'BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript, CallFunc_BreakVector_X_1) == 0x0000CC, "Member 'BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript, CallFunc_BreakVector_Y_1) == 0x0000D0, "Member 'BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript, CallFunc_BreakVector_Z_1) == 0x0000D4, "Member 'BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_2) == 0x0000D8, "Member 'BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x0000E4, "Member 'BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript, CallFunc_Add_VectorVector_ReturnValue) == 0x000174, "Member 'BP_Prototype_LevelBoundsTrigger_C_UserConstructionScript::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Prototype_LevelBoundsTrigger_C \ +static_assert(alignof(ABP_Prototype_LevelBoundsTrigger_C) == 0x000008, "Wrong alignment on ABP_Prototype_LevelBoundsTrigger_C"); \ +static_assert(sizeof(ABP_Prototype_LevelBoundsTrigger_C) == 0x000308, "Wrong size on ABP_Prototype_LevelBoundsTrigger_C"); \ +static_assert(offsetof(ABP_Prototype_LevelBoundsTrigger_C, UberGraphFrame) == 0x0002A8, "Member 'ABP_Prototype_LevelBoundsTrigger_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Prototype_LevelBoundsTrigger_C, SBZPostProcess) == 0x0002B0, "Member 'ABP_Prototype_LevelBoundsTrigger_C::SBZPostProcess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Prototype_LevelBoundsTrigger_C, PostProcessBoundsReference) == 0x0002B8, "Member 'ABP_Prototype_LevelBoundsTrigger_C::PostProcessBoundsReference' has a wrong offset!"); \ +static_assert(offsetof(ABP_Prototype_LevelBoundsTrigger_C, PostProcessArea) == 0x0002C0, "Member 'ABP_Prototype_LevelBoundsTrigger_C::PostProcessArea' has a wrong offset!"); \ +static_assert(offsetof(ABP_Prototype_LevelBoundsTrigger_C, Root) == 0x0002C8, "Member 'ABP_Prototype_LevelBoundsTrigger_C::Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_Prototype_LevelBoundsTrigger_C, Billboard) == 0x0002D0, "Member 'ABP_Prototype_LevelBoundsTrigger_C::Billboard' has a wrong offset!"); \ +static_assert(offsetof(ABP_Prototype_LevelBoundsTrigger_C, Trigger) == 0x0002D8, "Member 'ABP_Prototype_LevelBoundsTrigger_C::Trigger' has a wrong offset!"); \ +static_assert(offsetof(ABP_Prototype_LevelBoundsTrigger_C, ShowMessage) == 0x0002E0, "Member 'ABP_Prototype_LevelBoundsTrigger_C::ShowMessage' has a wrong offset!"); \ +static_assert(offsetof(ABP_Prototype_LevelBoundsTrigger_C, PostProcessZone) == 0x0002E4, "Member 'ABP_Prototype_LevelBoundsTrigger_C::PostProcessZone' has a wrong offset!"); \ +static_assert(offsetof(ABP_Prototype_LevelBoundsTrigger_C, PostProcessBlendOffset) == 0x0002F0, "Member 'ABP_Prototype_LevelBoundsTrigger_C::PostProcessBlendOffset' has a wrong offset!"); \ +static_assert(offsetof(ABP_Prototype_LevelBoundsTrigger_C, TriggerZone) == 0x0002F4, "Member 'ABP_Prototype_LevelBoundsTrigger_C::TriggerZone' has a wrong offset!"); \ +static_assert(offsetof(ABP_Prototype_LevelBoundsTrigger_C, TextTriggerDistanceDepth) == 0x000300, "Member 'ABP_Prototype_LevelBoundsTrigger_C::TextTriggerDistanceDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LA_Scripted_DoorGuard_Loop_C \ +static_assert(alignof(ABP_LA_Scripted_DoorGuard_Loop_C) == 0x000008, "Wrong alignment on ABP_LA_Scripted_DoorGuard_Loop_C"); \ +static_assert(sizeof(ABP_LA_Scripted_DoorGuard_Loop_C) == 0x000350, "Wrong size on ABP_LA_Scripted_DoorGuard_Loop_C"); \ + +#define DUMPER7_ASSERTS_FUDS_ModActorTransforms \ +static_assert(alignof(FUDS_ModActorTransforms) == 0x000010, "Wrong alignment on FUDS_ModActorTransforms"); \ +static_assert(sizeof(FUDS_ModActorTransforms) == 0x000040, "Wrong size on FUDS_ModActorTransforms"); \ +static_assert(offsetof(FUDS_ModActorTransforms, ActorClass_3_D1DBB17E4B9A5812C1E1FA977A6C8574) == 0x000000, "Member 'FUDS_ModActorTransforms::ActorClass_3_D1DBB17E4B9A5812C1E1FA977A6C8574' has a wrong offset!"); \ +static_assert(offsetof(FUDS_ModActorTransforms, Transform_6_C7943CE04E445E04E27266A05711B12E) == 0x000010, "Member 'FUDS_ModActorTransforms::Transform_6_C7943CE04E445E04E27266A05711B12E' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APenthouse_C \ +static_assert(alignof(APenthouse_C) == 0x000008, "Wrong alignment on APenthouse_C"); \ +static_assert(sizeof(APenthouse_C) == 0x000340, "Wrong size on APenthouse_C"); \ + +#define DUMPER7_ASSERTS_FUDS_ModSaveData \ +static_assert(alignof(FUDS_ModSaveData) == 0x000008, "Wrong alignment on FUDS_ModSaveData"); \ +static_assert(sizeof(FUDS_ModSaveData) == 0x000280, "Wrong size on FUDS_ModSaveData"); \ +static_assert(offsetof(FUDS_ModSaveData, ModBools_8_AC78131A485A538FF4BB2EB82D1A5BDE) == 0x000000, "Member 'FUDS_ModSaveData::ModBools_8_AC78131A485A538FF4BB2EB82D1A5BDE' has a wrong offset!"); \ +static_assert(offsetof(FUDS_ModSaveData, ModFloats_11_0DE133CE4C8DF9EBC1E47A9308281BEA) == 0x000050, "Member 'FUDS_ModSaveData::ModFloats_11_0DE133CE4C8DF9EBC1E47A9308281BEA' has a wrong offset!"); \ +static_assert(offsetof(FUDS_ModSaveData, ModInts_14_6E2EDA6343212FB8E88877B0744F361B) == 0x0000A0, "Member 'FUDS_ModSaveData::ModInts_14_6E2EDA6343212FB8E88877B0744F361B' has a wrong offset!"); \ +static_assert(offsetof(FUDS_ModSaveData, ModStrings_23_829488F5401FD5EA988963B009622BDD) == 0x0000F0, "Member 'FUDS_ModSaveData::ModStrings_23_829488F5401FD5EA988963B009622BDD' has a wrong offset!"); \ +static_assert(offsetof(FUDS_ModSaveData, ModClasses_20_3796B4474EC0DD97F51425933B591AA5) == 0x000140, "Member 'FUDS_ModSaveData::ModClasses_20_3796B4474EC0DD97F51425933B591AA5' has a wrong offset!"); \ +static_assert(offsetof(FUDS_ModSaveData, ModObjects_29_6844AD1E449FB101A1E4F7BC19D35D02) == 0x000190, "Member 'FUDS_ModSaveData::ModObjects_29_6844AD1E449FB101A1E4F7BC19D35D02' has a wrong offset!"); \ +static_assert(offsetof(FUDS_ModSaveData, ModTransforms_17_E26653984DBC16860AA8D586CD48E4A3) == 0x0001E0, "Member 'FUDS_ModSaveData::ModTransforms_17_E26653984DBC16860AA8D586CD48E4A3' has a wrong offset!"); \ +static_assert(offsetof(FUDS_ModSaveData, ModActorTransforms_34_1816A58741DCFF73D6BFBDAA08FB529D) == 0x000230, "Member 'FUDS_ModSaveData::ModActorTransforms_34_1816A58741DCFF73D6BFBDAA08FB529D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase \ +static_assert(alignof(BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase) == 0x000008, "Wrong alignment on BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase"); \ +static_assert(sizeof(BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase) == 0x000040, "Wrong size on BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase"); \ +static_assert(offsetof(BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase, EntryPoint) == 0x000000, "Member 'BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase, K2Node_Event_OldState) == 0x000004, "Member 'BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase::K2Node_Event_OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase, K2Node_Event_NewState) == 0x000008, "Member 'BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase, K2Node_Event_bDoCosmetics) == 0x00000C, "Member 'BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase, K2Node_SwitchInteger_CmpSuccess) == 0x00000D, "Member 'BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase, K2Node_ComponentBoundEvent_Interactable_1) == 0x000010, "Member 'BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase::K2Node_ComponentBoundEvent_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase, K2Node_ComponentBoundEvent_Interactor_1) == 0x000018, "Member 'BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase::K2Node_ComponentBoundEvent_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1) == 0x000020, "Member 'BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase, K2Node_ComponentBoundEvent_Interactable) == 0x000028, "Member 'BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase, K2Node_ComponentBoundEvent_Interactor) == 0x000030, "Member 'BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000038, "Member 'BP_LocationBase_C_ExecuteUbergraph_BP_LocationBase::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LocationBase_C_BndEvt__BP_LocationBase_SBZInteractableGhost_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_LocationBase_C_BndEvt__BP_LocationBase_SBZInteractableGhost_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_LocationBase_C_BndEvt__BP_LocationBase_SBZInteractableGhost_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_LocationBase_C_BndEvt__BP_LocationBase_SBZInteractableGhost_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_LocationBase_C_BndEvt__BP_LocationBase_SBZInteractableGhost_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_LocationBase_C_BndEvt__BP_LocationBase_SBZInteractableGhost_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_LocationBase_C_BndEvt__BP_LocationBase_SBZInteractableGhost_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_BndEvt__BP_LocationBase_SBZInteractableGhost_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_LocationBase_C_BndEvt__BP_LocationBase_SBZInteractableGhost_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_BndEvt__BP_LocationBase_SBZInteractableGhost_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_LocationBase_C_BndEvt__BP_LocationBase_SBZInteractableGhost_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LocationBase_C_BndEvt__BP_LocationBase_SBZInteractableObject_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_LocationBase_C_BndEvt__BP_LocationBase_SBZInteractableObject_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_LocationBase_C_BndEvt__BP_LocationBase_SBZInteractableObject_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_LocationBase_C_BndEvt__BP_LocationBase_SBZInteractableObject_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_LocationBase_C_BndEvt__BP_LocationBase_SBZInteractableObject_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_LocationBase_C_BndEvt__BP_LocationBase_SBZInteractableObject_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_LocationBase_C_BndEvt__BP_LocationBase_SBZInteractableObject_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_BndEvt__BP_LocationBase_SBZInteractableObject_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_LocationBase_C_BndEvt__BP_LocationBase_SBZInteractableObject_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_BndEvt__BP_LocationBase_SBZInteractableObject_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_LocationBase_C_BndEvt__BP_LocationBase_SBZInteractableObject_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LocationBase_C_OnStateChanged \ +static_assert(alignof(BP_LocationBase_C_OnStateChanged) == 0x000004, "Wrong alignment on BP_LocationBase_C_OnStateChanged"); \ +static_assert(sizeof(BP_LocationBase_C_OnStateChanged) == 0x00000C, "Wrong size on BP_LocationBase_C_OnStateChanged"); \ +static_assert(offsetof(BP_LocationBase_C_OnStateChanged, OldState) == 0x000000, "Member 'BP_LocationBase_C_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_OnStateChanged, NewState) == 0x000004, "Member 'BP_LocationBase_C_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_OnStateChanged, bDoCosmetics) == 0x000008, "Member 'BP_LocationBase_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LocationBase_C_UserConstructionScript \ +static_assert(alignof(BP_LocationBase_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_LocationBase_C_UserConstructionScript"); \ +static_assert(sizeof(BP_LocationBase_C_UserConstructionScript) == 0x000008, "Wrong size on BP_LocationBase_C_UserConstructionScript"); \ +static_assert(offsetof(BP_LocationBase_C_UserConstructionScript, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000000, "Member 'BP_LocationBase_C_UserConstructionScript::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue) == 0x000004, "Member 'BP_LocationBase_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue_1) == 0x000005, "Member 'BP_LocationBase_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LocationBase_C_setGhostVisible \ +static_assert(alignof(BP_LocationBase_C_setGhostVisible) == 0x000004, "Wrong alignment on BP_LocationBase_C_setGhostVisible"); \ +static_assert(sizeof(BP_LocationBase_C_setGhostVisible) == 0x000010, "Wrong size on BP_LocationBase_C_setGhostVisible"); \ +static_assert(offsetof(BP_LocationBase_C_setGhostVisible, addMarker_0) == 0x000000, "Member 'BP_LocationBase_C_setGhostVisible::addMarker_0' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_setGhostVisible, Temp_bool_Variable) == 0x000001, "Member 'BP_LocationBase_C_setGhostVisible::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_setGhostVisible, Temp_int_Variable) == 0x000004, "Member 'BP_LocationBase_C_setGhostVisible::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_setGhostVisible, Temp_int_Variable_1) == 0x000008, "Member 'BP_LocationBase_C_setGhostVisible::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_setGhostVisible, K2Node_Select_Default) == 0x00000C, "Member 'BP_LocationBase_C_setGhostVisible::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LocationBase_C_setObjectRemovable \ +static_assert(alignof(BP_LocationBase_C_setObjectRemovable) == 0x000004, "Wrong alignment on BP_LocationBase_C_setObjectRemovable"); \ +static_assert(sizeof(BP_LocationBase_C_setObjectRemovable) == 0x000010, "Wrong size on BP_LocationBase_C_setObjectRemovable"); \ +static_assert(offsetof(BP_LocationBase_C_setObjectRemovable, addMarker_0) == 0x000000, "Member 'BP_LocationBase_C_setObjectRemovable::addMarker_0' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_setObjectRemovable, Temp_bool_Variable) == 0x000001, "Member 'BP_LocationBase_C_setObjectRemovable::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_setObjectRemovable, Temp_int_Variable) == 0x000004, "Member 'BP_LocationBase_C_setObjectRemovable::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_setObjectRemovable, Temp_int_Variable_1) == 0x000008, "Member 'BP_LocationBase_C_setObjectRemovable::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_setObjectRemovable, K2Node_Select_Default) == 0x00000C, "Member 'BP_LocationBase_C_setObjectRemovable::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LocationBase_C_setMeshVisibility \ +static_assert(alignof(BP_LocationBase_C_setMeshVisibility) == 0x000001, "Wrong alignment on BP_LocationBase_C_setMeshVisibility"); \ +static_assert(sizeof(BP_LocationBase_C_setMeshVisibility) == 0x00000B, "Wrong size on BP_LocationBase_C_setMeshVisibility"); \ +static_assert(offsetof(BP_LocationBase_C_setMeshVisibility, visible) == 0x000000, "Member 'BP_LocationBase_C_setMeshVisibility::visible' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_setMeshVisibility, ghost) == 0x000001, "Member 'BP_LocationBase_C_setMeshVisibility::ghost' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_setMeshVisibility, Temp_bool_Variable) == 0x000002, "Member 'BP_LocationBase_C_setMeshVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_setMeshVisibility, Temp_byte_Variable) == 0x000003, "Member 'BP_LocationBase_C_setMeshVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_setMeshVisibility, Temp_byte_Variable_1) == 0x000004, "Member 'BP_LocationBase_C_setMeshVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_setMeshVisibility, Temp_bool_Variable_1) == 0x000005, "Member 'BP_LocationBase_C_setMeshVisibility::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_setMeshVisibility, Temp_byte_Variable_2) == 0x000006, "Member 'BP_LocationBase_C_setMeshVisibility::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_setMeshVisibility, Temp_byte_Variable_3) == 0x000007, "Member 'BP_LocationBase_C_setMeshVisibility::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_setMeshVisibility, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'BP_LocationBase_C_setMeshVisibility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_setMeshVisibility, K2Node_Select_Default) == 0x000009, "Member 'BP_LocationBase_C_setMeshVisibility::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_setMeshVisibility, K2Node_Select_Default_1) == 0x00000A, "Member 'BP_LocationBase_C_setMeshVisibility::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LocationBase_C_addMarker \ +static_assert(alignof(BP_LocationBase_C_addMarker) == 0x000008, "Wrong alignment on BP_LocationBase_C_addMarker"); \ +static_assert(sizeof(BP_LocationBase_C_addMarker) == 0x000048, "Wrong size on BP_LocationBase_C_addMarker"); \ +static_assert(offsetof(BP_LocationBase_C_addMarker, MarkerDataAsset) == 0x000000, "Member 'BP_LocationBase_C_addMarker::MarkerDataAsset' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_addMarker, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_LocationBase_C_addMarker::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_addMarker, CallFunc_MakeVector_ReturnValue) == 0x00000C, "Member 'BP_LocationBase_C_addMarker::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_addMarker, CallFunc_GetComponentBounds_Origin) == 0x000018, "Member 'BP_LocationBase_C_addMarker::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_addMarker, CallFunc_GetComponentBounds_BoxExtent) == 0x000024, "Member 'BP_LocationBase_C_addMarker::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_addMarker, CallFunc_GetComponentBounds_SphereRadius) == 0x000030, "Member 'BP_LocationBase_C_addMarker::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_addMarker, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000034, "Member 'BP_LocationBase_C_addMarker::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_addMarker, CallFunc_Add_VectorVector_ReturnValue) == 0x000038, "Member 'BP_LocationBase_C_addMarker::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_addMarker, CallFunc_AddLocalMarker_ReturnValue) == 0x000044, "Member 'BP_LocationBase_C_addMarker::CallFunc_AddLocalMarker_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LocationBase_C_setStateInteractable \ +static_assert(alignof(BP_LocationBase_C_setStateInteractable) == 0x000004, "Wrong alignment on BP_LocationBase_C_setStateInteractable"); \ +static_assert(sizeof(BP_LocationBase_C_setStateInteractable) == 0x000020, "Wrong size on BP_LocationBase_C_setStateInteractable"); \ +static_assert(offsetof(BP_LocationBase_C_setStateInteractable, state) == 0x000000, "Member 'BP_LocationBase_C_setStateInteractable::state' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_setStateInteractable, Temp_byte_Variable) == 0x000001, "Member 'BP_LocationBase_C_setStateInteractable::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_setStateInteractable, Temp_int_Variable) == 0x000004, "Member 'BP_LocationBase_C_setStateInteractable::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_setStateInteractable, Temp_int_Variable_1) == 0x000008, "Member 'BP_LocationBase_C_setStateInteractable::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_setStateInteractable, Temp_int_Variable_2) == 0x00000C, "Member 'BP_LocationBase_C_setStateInteractable::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_setStateInteractable, Temp_int_Variable_3) == 0x000010, "Member 'BP_LocationBase_C_setStateInteractable::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_setStateInteractable, Temp_int_Variable_4) == 0x000014, "Member 'BP_LocationBase_C_setStateInteractable::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_setStateInteractable, Temp_int_Variable_5) == 0x000018, "Member 'BP_LocationBase_C_setStateInteractable::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_LocationBase_C_setStateInteractable, K2Node_Select_Default) == 0x00001C, "Member 'BP_LocationBase_C_setStateInteractable::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LocationBase_C \ +static_assert(alignof(ABP_LocationBase_C) == 0x000008, "Wrong alignment on ABP_LocationBase_C"); \ +static_assert(sizeof(ABP_LocationBase_C) == 0x000368, "Wrong size on ABP_LocationBase_C"); \ +static_assert(offsetof(ABP_LocationBase_C, UberGraphFrame) == 0x0002F0, "Member 'ABP_LocationBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocationBase_C, Ak) == 0x0002F8, "Member 'ABP_LocationBase_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocationBase_C, SBZOutlineGhost) == 0x000300, "Member 'ABP_LocationBase_C::SBZOutlineGhost' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocationBase_C, staticMesh) == 0x000308, "Member 'ABP_LocationBase_C::staticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocationBase_C, SBZInteractableObject) == 0x000310, "Member 'ABP_LocationBase_C::SBZInteractableObject' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocationBase_C, SBZOutlineObject) == 0x000318, "Member 'ABP_LocationBase_C::SBZOutlineObject' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocationBase_C, SBZInteractableGhost) == 0x000320, "Member 'ABP_LocationBase_C::SBZInteractableGhost' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocationBase_C, staticMesh_ghost) == 0x000328, "Member 'ABP_LocationBase_C::staticMesh_ghost' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocationBase_C, onObjectPlaced) == 0x000330, "Member 'ABP_LocationBase_C::onObjectPlaced' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocationBase_C, onObjectPickedUp) == 0x000340, "Member 'ABP_LocationBase_C::onObjectPickedUp' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocationBase_C, mesh) == 0x000350, "Member 'ABP_LocationBase_C::mesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocationBase_C, markerID) == 0x000358, "Member 'ABP_LocationBase_C::markerID' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocationBase_C, destroyOnPickUp) == 0x00035C, "Member 'ABP_LocationBase_C::destroyOnPickUp' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocationBase_C, startState) == 0x00035D, "Member 'ABP_LocationBase_C::startState' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocationBase_C, markerOffset) == 0x000360, "Member 'ABP_LocationBase_C::markerOffset' has a wrong offset!"); \ +static_assert(offsetof(ABP_LocationBase_C, ignorePenetratingPlayers) == 0x000364, "Member 'ABP_LocationBase_C::ignorePenetratingPlayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MLExtensionWidget_Base_C_ExecuteUbergraph_WBP_MLExtensionWidget_Base \ +static_assert(alignof(WBP_MLExtensionWidget_Base_C_ExecuteUbergraph_WBP_MLExtensionWidget_Base) == 0x000004, "Wrong alignment on WBP_MLExtensionWidget_Base_C_ExecuteUbergraph_WBP_MLExtensionWidget_Base"); \ +static_assert(sizeof(WBP_MLExtensionWidget_Base_C_ExecuteUbergraph_WBP_MLExtensionWidget_Base) == 0x000004, "Wrong size on WBP_MLExtensionWidget_Base_C_ExecuteUbergraph_WBP_MLExtensionWidget_Base"); \ +static_assert(offsetof(WBP_MLExtensionWidget_Base_C_ExecuteUbergraph_WBP_MLExtensionWidget_Base, EntryPoint) == 0x000000, "Member 'WBP_MLExtensionWidget_Base_C_ExecuteUbergraph_WBP_MLExtensionWidget_Base::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MLExtensionWidget_Base_C \ +static_assert(alignof(UWBP_MLExtensionWidget_Base_C) == 0x000008, "Wrong alignment on UWBP_MLExtensionWidget_Base_C"); \ +static_assert(sizeof(UWBP_MLExtensionWidget_Base_C) == 0x0002A0, "Wrong size on UWBP_MLExtensionWidget_Base_C"); \ +static_assert(offsetof(UWBP_MLExtensionWidget_Base_C, UberGraphFrame) == 0x000290, "Member 'UWBP_MLExtensionWidget_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MLExtensionWidget_Base_C, ModLoaderManager) == 0x000298, "Member 'UWBP_MLExtensionWidget_Base_C::ModLoaderManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUDS_ModActorStruct \ +static_assert(alignof(FUDS_ModActorStruct) == 0x000008, "Wrong alignment on FUDS_ModActorStruct"); \ +static_assert(sizeof(FUDS_ModActorStruct) == 0x000010, "Wrong size on FUDS_ModActorStruct"); \ +static_assert(offsetof(FUDS_ModActorStruct, ModActorClass_2_979CC56042986004577FB28B5B60328D) == 0x000000, "Member 'FUDS_ModActorStruct::ModActorClass_2_979CC56042986004577FB28B5B60328D' has a wrong offset!"); \ +static_assert(offsetof(FUDS_ModActorStruct, SpawnTiming_12_8D9073594040428F0C0D80A1C93023C8) == 0x000008, "Member 'FUDS_ModActorStruct::SpawnTiming_12_8D9073594040428F0C0D80A1C93023C8' has a wrong offset!"); \ +static_assert(offsetof(FUDS_ModActorStruct, bRespawnImmediateSpawn_17_09960D6B4D5B3D6BC0763A8EAC171C04) == 0x000009, "Member 'FUDS_ModActorStruct::bRespawnImmediateSpawn_17_09960D6B4D5B3D6BC0763A8EAC171C04' has a wrong offset!"); \ +static_assert(offsetof(FUDS_ModActorStruct, bEnsureSingleton_10_0F7E6FBA4BDA9B26E62765BD1BECE59D) == 0x00000A, "Member 'FUDS_ModActorStruct::bEnsureSingleton_10_0F7E6FBA4BDA9B26E62765BD1BECE59D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_DefeatTimer_C \ +static_assert(alignof(UWBP_UI_Widget_DefeatTimer_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_DefeatTimer_C"); \ +static_assert(sizeof(UWBP_UI_Widget_DefeatTimer_C) == 0x0002A8, "Wrong size on UWBP_UI_Widget_DefeatTimer_C"); \ + +#define DUMPER7_ASSERTS_ModUserWidgetBase_C_ExecuteUbergraph_ModUserWidgetBase \ +static_assert(alignof(ModUserWidgetBase_C_ExecuteUbergraph_ModUserWidgetBase) == 0x000004, "Wrong alignment on ModUserWidgetBase_C_ExecuteUbergraph_ModUserWidgetBase"); \ +static_assert(sizeof(ModUserWidgetBase_C_ExecuteUbergraph_ModUserWidgetBase) == 0x000004, "Wrong size on ModUserWidgetBase_C_ExecuteUbergraph_ModUserWidgetBase"); \ +static_assert(offsetof(ModUserWidgetBase_C_ExecuteUbergraph_ModUserWidgetBase, EntryPoint) == 0x000000, "Member 'ModUserWidgetBase_C_ExecuteUbergraph_ModUserWidgetBase::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModUserWidgetBase_C \ +static_assert(alignof(UModUserWidgetBase_C) == 0x000008, "Wrong alignment on UModUserWidgetBase_C"); \ +static_assert(sizeof(UModUserWidgetBase_C) == 0x0002B0, "Wrong size on UModUserWidgetBase_C"); \ +static_assert(offsetof(UModUserWidgetBase_C, UberGraphFrame) == 0x000290, "Member 'UModUserWidgetBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UModUserWidgetBase_C, MLVersion) == 0x000298, "Member 'UModUserWidgetBase_C::MLVersion' has a wrong offset!"); \ +static_assert(offsetof(UModUserWidgetBase_C, ModLoaderManager) == 0x0002A8, "Member 'UModUserWidgetBase_C::ModLoaderManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_HitByVehicle_C \ +static_assert(alignof(UGA_HitByVehicle_C) == 0x000008, "Wrong alignment on UGA_HitByVehicle_C"); \ +static_assert(sizeof(UGA_HitByVehicle_C) == 0x0004E8, "Wrong size on UGA_HitByVehicle_C"); \ + +#define DUMPER7_ASSERTS_IBPI_MLExtensions_C \ +static_assert(alignof(IBPI_MLExtensions_C) == 0x000001, "Wrong alignment on IBPI_MLExtensions_C"); \ +static_assert(sizeof(IBPI_MLExtensions_C) == 0x000001, "Wrong size on IBPI_MLExtensions_C"); \ + +#define DUMPER7_ASSERTS_BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite \ +static_assert(alignof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite) == 0x000008, "Wrong alignment on BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite"); \ +static_assert(sizeof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite) == 0x000238, "Wrong size on BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, EntryPoint) == 0x000000, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, Temp_struct_Variable) == 0x000008, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, Temp_delegate_Variable) == 0x000018, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, Temp_struct_Variable_1) == 0x000030, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, Temp_delegate_Variable_1) == 0x000040, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, Temp_struct_Variable_2) == 0x000058, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, Temp_delegate_Variable_2) == 0x000068, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, Temp_struct_Variable_3) == 0x000080, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, Temp_delegate_Variable_3) == 0x000090, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, Temp_struct_Variable_4) == 0x0000A8, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, Temp_delegate_Variable_4) == 0x0000B8, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::Temp_delegate_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, Temp_struct_Variable_5) == 0x0000D0, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, Temp_delegate_Variable_5) == 0x0000E0, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::Temp_delegate_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, Temp_struct_Variable_6) == 0x0000F8, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, Temp_delegate_Variable_6) == 0x000108, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::Temp_delegate_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, Temp_struct_Variable_7) == 0x000120, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, Temp_delegate_Variable_7) == 0x000130, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::Temp_delegate_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, Temp_struct_Variable_8) == 0x000148, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, Temp_delegate_Variable_8) == 0x000158, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::Temp_delegate_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, Temp_struct_Variable_9) == 0x000170, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::Temp_struct_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, Temp_delegate_Variable_9) == 0x000180, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::Temp_delegate_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, CallFunc_PostEvent_ReturnValue) == 0x000194, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, Temp_delegate_Variable_10) == 0x000198, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::Temp_delegate_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, Temp_struct_Variable_10) == 0x0001B0, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::Temp_struct_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, CallFunc_PostEvent_ReturnValue_1) == 0x0001C0, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, CallFunc_PostEvent_ReturnValue_2) == 0x0001C4, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, CallFunc_PostEvent_ReturnValue_3) == 0x0001C8, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, CallFunc_PostEvent_ReturnValue_4) == 0x0001CC, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, K2Node_Event_OldState) == 0x0001D0, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::K2Node_Event_OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, K2Node_Event_NewState) == 0x0001D1, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, K2Node_Event_bDoCosmetics) == 0x0001D2, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, K2Node_SwitchEnum_CmpSuccess) == 0x0001D3, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, K2Node_SwitchEnum_CmpSuccess_1) == 0x0001D4, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, K2Node_ComponentBoundEvent_Interactable_2) == 0x0001D8, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::K2Node_ComponentBoundEvent_Interactable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, K2Node_ComponentBoundEvent_Interactor_2) == 0x0001E0, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::K2Node_ComponentBoundEvent_Interactor_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_2) == 0x0001E8, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, K2Node_ComponentBoundEvent_Interactable_1) == 0x0001F0, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::K2Node_ComponentBoundEvent_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, K2Node_ComponentBoundEvent_Interactor_1) == 0x0001F8, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::K2Node_ComponentBoundEvent_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1) == 0x000200, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, K2Node_ComponentBoundEvent_Interactable) == 0x000208, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, K2Node_ComponentBoundEvent_Interactor) == 0x000210, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000218, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, CallFunc_PostEvent_ReturnValue_5) == 0x00021C, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::CallFunc_PostEvent_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, CallFunc_PostEvent_ReturnValue_6) == 0x000220, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::CallFunc_PostEvent_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, CallFunc_PostEvent_ReturnValue_7) == 0x000224, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::CallFunc_PostEvent_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, CallFunc_PostEvent_ReturnValue_8) == 0x000228, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::CallFunc_PostEvent_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, CallFunc_PostEvent_ReturnValue_9) == 0x00022C, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::CallFunc_PostEvent_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite, CallFunc_PostEvent_ReturnValue_10) == 0x000230, "Member 'BP_SmallLockThermite_C_ExecuteUbergraph_BP_SmallLockThermite::CallFunc_PostEvent_ReturnValue_10' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_SmallLockThermite_C_BndEvt__BP_SmallLockThermite_IgnitionInteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SmallLockThermite_C_BP_OnStateChanged \ +static_assert(alignof(BP_SmallLockThermite_C_BP_OnStateChanged) == 0x000001, "Wrong alignment on BP_SmallLockThermite_C_BP_OnStateChanged"); \ +static_assert(sizeof(BP_SmallLockThermite_C_BP_OnStateChanged) == 0x000003, "Wrong size on BP_SmallLockThermite_C_BP_OnStateChanged"); \ +static_assert(offsetof(BP_SmallLockThermite_C_BP_OnStateChanged, OldState) == 0x000000, "Member 'BP_SmallLockThermite_C_BP_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_BP_OnStateChanged, NewState) == 0x000001, "Member 'BP_SmallLockThermite_C_BP_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallLockThermite_C_BP_OnStateChanged, bDoCosmetics) == 0x000002, "Member 'BP_SmallLockThermite_C_BP_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SmallLockThermite_C \ +static_assert(alignof(ABP_SmallLockThermite_C) == 0x000008, "Wrong alignment on ABP_SmallLockThermite_C"); \ +static_assert(sizeof(ABP_SmallLockThermite_C) == 0x0003E8, "Wrong size on ABP_SmallLockThermite_C"); \ +static_assert(offsetof(ABP_SmallLockThermite_C, UberGraphFrame) == 0x0003B8, "Member 'ABP_SmallLockThermite_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_SmallLockThermite_C, SBZAIObjective) == 0x0003C0, "Member 'ABP_SmallLockThermite_C::SBZAIObjective' has a wrong offset!"); \ +static_assert(offsetof(ABP_SmallLockThermite_C, SBZOutline) == 0x0003C8, "Member 'ABP_SmallLockThermite_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_SmallLockThermite_C, BurnEffect) == 0x0003D0, "Member 'ABP_SmallLockThermite_C::BurnEffect' has a wrong offset!"); \ +static_assert(offsetof(ABP_SmallLockThermite_C, StaticMesh) == 0x0003D8, "Member 'ABP_SmallLockThermite_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_SmallLockThermite_C, Is_Complete) == 0x0003E0, "Member 'ABP_SmallLockThermite_C::Is_Complete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MLExtension_Base_C_ExecuteUbergraph_BP_MLExtension_Base \ +static_assert(alignof(BP_MLExtension_Base_C_ExecuteUbergraph_BP_MLExtension_Base) == 0x000004, "Wrong alignment on BP_MLExtension_Base_C_ExecuteUbergraph_BP_MLExtension_Base"); \ +static_assert(sizeof(BP_MLExtension_Base_C_ExecuteUbergraph_BP_MLExtension_Base) == 0x000004, "Wrong size on BP_MLExtension_Base_C_ExecuteUbergraph_BP_MLExtension_Base"); \ +static_assert(offsetof(BP_MLExtension_Base_C_ExecuteUbergraph_BP_MLExtension_Base, EntryPoint) == 0x000000, "Member 'BP_MLExtension_Base_C_ExecuteUbergraph_BP_MLExtension_Base::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_MLExtension_Base_C \ +static_assert(alignof(UBP_MLExtension_Base_C) == 0x000008, "Wrong alignment on UBP_MLExtension_Base_C"); \ +static_assert(sizeof(UBP_MLExtension_Base_C) == 0x000040, "Wrong size on UBP_MLExtension_Base_C"); \ +static_assert(offsetof(UBP_MLExtension_Base_C, UberGraphFrame) == 0x000030, "Member 'UBP_MLExtension_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_MLExtension_Base_C, ModLoaderManager) == 0x000038, "Member 'UBP_MLExtension_Base_C::ModLoaderManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FlagDesk_01_SmallDestruction_C \ +static_assert(alignof(ABP_FlagDesk_01_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_FlagDesk_01_SmallDestruction_C"); \ +static_assert(sizeof(ABP_FlagDesk_01_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_FlagDesk_01_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_IBPI_ModObject_C \ +static_assert(alignof(IBPI_ModObject_C) == 0x000001, "Wrong alignment on IBPI_ModObject_C"); \ +static_assert(sizeof(IBPI_ModObject_C) == 0x000001, "Wrong size on IBPI_ModObject_C"); \ + +#define DUMPER7_ASSERTS_UBP_MLSaveGame_Base_C \ +static_assert(alignof(UBP_MLSaveGame_Base_C) == 0x000008, "Wrong alignment on UBP_MLSaveGame_Base_C"); \ +static_assert(sizeof(UBP_MLSaveGame_Base_C) == 0x000040, "Wrong size on UBP_MLSaveGame_Base_C"); \ +static_assert(offsetof(UBP_MLSaveGame_Base_C, ModLoaderVersion) == 0x000030, "Member 'UBP_MLSaveGame_Base_C::ModLoaderVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_MLPrimarySave_C \ +static_assert(alignof(UBP_MLPrimarySave_C) == 0x000008, "Wrong alignment on UBP_MLPrimarySave_C"); \ +static_assert(sizeof(UBP_MLPrimarySave_C) == 0x000060, "Wrong size on UBP_MLPrimarySave_C"); \ +static_assert(offsetof(UBP_MLPrimarySave_C, SaveSlots) == 0x000040, "Member 'UBP_MLPrimarySave_C::SaveSlots' has a wrong offset!"); \ +static_assert(offsetof(UBP_MLPrimarySave_C, MLVersion) == 0x000050, "Member 'UBP_MLPrimarySave_C::MLVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MLChildSave_C_AddModSaveData \ +static_assert(alignof(BP_MLChildSave_C_AddModSaveData) == 0x000008, "Wrong alignment on BP_MLChildSave_C_AddModSaveData"); \ +static_assert(sizeof(BP_MLChildSave_C_AddModSaveData) == 0x000008, "Wrong size on BP_MLChildSave_C_AddModSaveData"); \ +static_assert(offsetof(BP_MLChildSave_C_AddModSaveData, ModMetaData) == 0x000000, "Member 'BP_MLChildSave_C_AddModSaveData::ModMetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_MLChildSave_C \ +static_assert(alignof(UBP_MLChildSave_C) == 0x000008, "Wrong alignment on UBP_MLChildSave_C"); \ +static_assert(sizeof(UBP_MLChildSave_C) == 0x000100, "Wrong size on UBP_MLChildSave_C"); \ +static_assert(offsetof(UBP_MLChildSave_C, SlotName) == 0x000040, "Member 'UBP_MLChildSave_C::SlotName' has a wrong offset!"); \ +static_assert(offsetof(UBP_MLChildSave_C, UIModSaveData) == 0x000050, "Member 'UBP_MLChildSave_C::UIModSaveData' has a wrong offset!"); \ +static_assert(offsetof(UBP_MLChildSave_C, HiddenModSaveData) == 0x0000A0, "Member 'UBP_MLChildSave_C::HiddenModSaveData' has a wrong offset!"); \ +static_assert(offsetof(UBP_MLChildSave_C, MLVersion) == 0x0000F0, "Member 'UBP_MLChildSave_C::MLVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TacticalFlashFeedback_C \ +static_assert(alignof(UBP_TacticalFlashFeedback_C) == 0x000008, "Wrong alignment on UBP_TacticalFlashFeedback_C"); \ +static_assert(sizeof(UBP_TacticalFlashFeedback_C) == 0x000308, "Wrong size on UBP_TacticalFlashFeedback_C"); \ + +#define DUMPER7_ASSERTS_UPDA_ModMeta_C \ +static_assert(alignof(UPDA_ModMeta_C) == 0x000008, "Wrong alignment on UPDA_ModMeta_C"); \ +static_assert(sizeof(UPDA_ModMeta_C) == 0x0000F0, "Wrong size on UPDA_ModMeta_C"); \ +static_assert(offsetof(UPDA_ModMeta_C, ModID) == 0x000038, "Member 'UPDA_ModMeta_C::ModID' has a wrong offset!"); \ +static_assert(offsetof(UPDA_ModMeta_C, ModVersion) == 0x000048, "Member 'UPDA_ModMeta_C::ModVersion' has a wrong offset!"); \ +static_assert(offsetof(UPDA_ModMeta_C, ModEnvironment) == 0x000058, "Member 'UPDA_ModMeta_C::ModEnvironment' has a wrong offset!"); \ +static_assert(offsetof(UPDA_ModMeta_C, ModName) == 0x00005C, "Member 'UPDA_ModMeta_C::ModName' has a wrong offset!"); \ +static_assert(offsetof(UPDA_ModMeta_C, ModAuthors) == 0x000068, "Member 'UPDA_ModMeta_C::ModAuthors' has a wrong offset!"); \ +static_assert(offsetof(UPDA_ModMeta_C, ModDescription) == 0x000078, "Member 'UPDA_ModMeta_C::ModDescription' has a wrong offset!"); \ +static_assert(offsetof(UPDA_ModMeta_C, Heists) == 0x000090, "Member 'UPDA_ModMeta_C::Heists' has a wrong offset!"); \ +static_assert(offsetof(UPDA_ModMeta_C, Dependencies) == 0x0000A0, "Member 'UPDA_ModMeta_C::Dependencies' has a wrong offset!"); \ +static_assert(offsetof(UPDA_ModMeta_C, License) == 0x0000B0, "Member 'UPDA_ModMeta_C::License' has a wrong offset!"); \ +static_assert(offsetof(UPDA_ModMeta_C, PersistentObjects) == 0x0000C0, "Member 'UPDA_ModMeta_C::PersistentObjects' has a wrong offset!"); \ +static_assert(offsetof(UPDA_ModMeta_C, ModActors) == 0x0000D0, "Member 'UPDA_ModMeta_C::ModActors' has a wrong offset!"); \ +static_assert(offsetof(UPDA_ModMeta_C, ModLoaderVersion) == 0x0000E0, "Member 'UPDA_ModMeta_C::ModLoaderVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModPersistentObjectBase_C_ExecuteUbergraph_ModPersistentObjectBase \ +static_assert(alignof(ModPersistentObjectBase_C_ExecuteUbergraph_ModPersistentObjectBase) == 0x000004, "Wrong alignment on ModPersistentObjectBase_C_ExecuteUbergraph_ModPersistentObjectBase"); \ +static_assert(sizeof(ModPersistentObjectBase_C_ExecuteUbergraph_ModPersistentObjectBase) == 0x000004, "Wrong size on ModPersistentObjectBase_C_ExecuteUbergraph_ModPersistentObjectBase"); \ +static_assert(offsetof(ModPersistentObjectBase_C_ExecuteUbergraph_ModPersistentObjectBase, EntryPoint) == 0x000000, "Member 'ModPersistentObjectBase_C_ExecuteUbergraph_ModPersistentObjectBase::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModPersistentObjectBase_C \ +static_assert(alignof(UModPersistentObjectBase_C) == 0x000008, "Wrong alignment on UModPersistentObjectBase_C"); \ +static_assert(sizeof(UModPersistentObjectBase_C) == 0x000050, "Wrong size on UModPersistentObjectBase_C"); \ +static_assert(offsetof(UModPersistentObjectBase_C, UberGraphFrame) == 0x000030, "Member 'UModPersistentObjectBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UModPersistentObjectBase_C, MLVersion) == 0x000038, "Member 'UModPersistentObjectBase_C::MLVersion' has a wrong offset!"); \ +static_assert(offsetof(UModPersistentObjectBase_C, ModLoaderManager) == 0x000048, "Member 'UModPersistentObjectBase_C::ModLoaderManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SectionalSofa_01_PillowSmall_SmallDestruction_C \ +static_assert(alignof(ABP_SectionalSofa_01_PillowSmall_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_SectionalSofa_01_PillowSmall_SmallDestruction_C"); \ +static_assert(sizeof(ABP_SectionalSofa_01_PillowSmall_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_SectionalSofa_01_PillowSmall_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_ModActorBase_C_ExecuteUbergraph_ModActorBase \ +static_assert(alignof(ModActorBase_C_ExecuteUbergraph_ModActorBase) == 0x000008, "Wrong alignment on ModActorBase_C_ExecuteUbergraph_ModActorBase"); \ +static_assert(sizeof(ModActorBase_C_ExecuteUbergraph_ModActorBase) == 0x000010, "Wrong size on ModActorBase_C_ExecuteUbergraph_ModActorBase"); \ +static_assert(offsetof(ModActorBase_C_ExecuteUbergraph_ModActorBase, EntryPoint) == 0x000000, "Member 'ModActorBase_C_ExecuteUbergraph_ModActorBase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ModActorBase_C_ExecuteUbergraph_ModActorBase, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'ModActorBase_C_ExecuteUbergraph_ModActorBase::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(ModActorBase_C_ExecuteUbergraph_ModActorBase, K2Node_Event_OtherActor) == 0x000008, "Member 'ModActorBase_C_ExecuteUbergraph_ModActorBase::K2Node_Event_OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModActorBase_C_ReceiveActorBeginOverlap \ +static_assert(alignof(ModActorBase_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on ModActorBase_C_ReceiveActorBeginOverlap"); \ +static_assert(sizeof(ModActorBase_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on ModActorBase_C_ReceiveActorBeginOverlap"); \ +static_assert(offsetof(ModActorBase_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'ModActorBase_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModActorBase_C_ReceiveTick \ +static_assert(alignof(ModActorBase_C_ReceiveTick) == 0x000004, "Wrong alignment on ModActorBase_C_ReceiveTick"); \ +static_assert(sizeof(ModActorBase_C_ReceiveTick) == 0x000004, "Wrong size on ModActorBase_C_ReceiveTick"); \ +static_assert(offsetof(ModActorBase_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'ModActorBase_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AModActorBase_C \ +static_assert(alignof(AModActorBase_C) == 0x000008, "Wrong alignment on AModActorBase_C"); \ +static_assert(sizeof(AModActorBase_C) == 0x0002C8, "Wrong size on AModActorBase_C"); \ +static_assert(offsetof(AModActorBase_C, UberGraphFrame) == 0x0002A8, "Member 'AModActorBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AModActorBase_C, DefaultSceneRoot) == 0x0002B0, "Member 'AModActorBase_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(AModActorBase_C, Version) == 0x0002B8, "Member 'AModActorBase_C::Version' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget \ +static_assert(alignof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget) == 0x000008, "Wrong alignment on WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget"); \ +static_assert(sizeof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget) == 0x000320, "Wrong size on WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, EntryPoint) == 0x000000, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, Temp_bool_Variable) == 0x000004, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000008, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, K2Node_CustomEvent_TextToAdd) == 0x000010, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::K2Node_CustomEvent_TextToAdd' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_MakeLiteralString_ReturnValue) == 0x000020, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_SlotAsCanvasSlot_ReturnValue_1) == 0x000030, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_SlotAsCanvasSlot_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_MakeLiteralString_ReturnValue_1) == 0x000038, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_GetSize_ReturnValue) == 0x000048, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_GetSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_GetViewportSize_ReturnValue) == 0x000050, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_BreakVector2D_X) == 0x000058, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_BreakVector2D_Y) == 0x00005C, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_GetMousePositionOnPlatform_ReturnValue) == 0x000060, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_GetMousePositionOnPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_BreakVector2D_X_1) == 0x000068, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_BreakVector2D_Y_1) == 0x00006C, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_MakeVector2D_ReturnValue) == 0x000070, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_GetText_ReturnValue) == 0x000078, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_Conv_TextToString_ReturnValue) == 0x000090, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000A0, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, K2Node_CreateDelegate_OutputDelegate) == 0x0000A4, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000B8, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_SlotAsCanvasSlot_ReturnValue_2) == 0x0000C0, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_SlotAsCanvasSlot_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_GetSize_ReturnValue_1) == 0x0000C8, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_GetSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_BreakVector2D_X_2) == 0x0000D0, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_BreakVector2D_Y_2) == 0x0000D4, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000D8, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0000DC, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000E0, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0000E1, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000E4, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0000F8, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_SlotAsCanvasSlot_ReturnValue_3) == 0x000100, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_SlotAsCanvasSlot_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_GetPosition_ReturnValue) == 0x000108, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_GetPosition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_GetMousePositionOnViewport_ReturnValue) == 0x000110, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_GetMousePositionOnViewport_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x000118, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_SlotAsCanvasSlot_ReturnValue_4) == 0x000120, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_SlotAsCanvasSlot_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_GetMousePositionOnViewport_ReturnValue_1) == 0x000128, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_GetMousePositionOnViewport_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_MakeVector2D_ReturnValue_1) == 0x000130, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, Temp_float_Variable) == 0x000138, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_Subtract_Vector2DVector2D_ReturnValue_1) == 0x00013C, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_Subtract_Vector2DVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_SlotAsCanvasSlot_ReturnValue_5) == 0x000148, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_SlotAsCanvasSlot_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_BreakVector2D_X_3) == 0x000150, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_BreakVector2D_X_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_BreakVector2D_Y_3) == 0x000154, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_BreakVector2D_Y_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_MakeVector2D_ReturnValue_2) == 0x000158, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_SlotAsCanvasSlot_ReturnValue_6) == 0x000160, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_SlotAsCanvasSlot_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_GetSize_ReturnValue_2) == 0x000168, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_GetSize_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000170, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000174, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_SlotAsCanvasSlot_ReturnValue_7) == 0x000178, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_SlotAsCanvasSlot_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_GetSize_ReturnValue_3) == 0x000180, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_GetSize_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_GetPosition_ReturnValue_1) == 0x000188, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_GetPosition_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x000190, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_Subtract_Vector2DVector2D_ReturnValue_2) == 0x000198, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_Subtract_Vector2DVector2D_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_Subtract_Vector2DVector2D_ReturnValue_3) == 0x0001A0, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_Subtract_Vector2DVector2D_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_SlotAsCanvasSlot_ReturnValue_8) == 0x0001A8, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_SlotAsCanvasSlot_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_Add_Vector2DVector2D_ReturnValue_1) == 0x0001B0, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_Add_Vector2DVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_GetSize_ReturnValue_4) == 0x0001B8, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_GetSize_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_BreakVector2D_X_4) == 0x0001C0, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_BreakVector2D_X_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_BreakVector2D_Y_4) == 0x0001C4, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_BreakVector2D_Y_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_GetPosition_ReturnValue_2) == 0x0001C8, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_GetPosition_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0001D0, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_Add_Vector2DVector2D_ReturnValue_2) == 0x0001D4, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_Add_Vector2DVector2D_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x0001DC, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_GetMousePositionOnViewport_ReturnValue_2) == 0x0001E0, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_GetMousePositionOnViewport_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_GetMousePositionOnViewport_ReturnValue_3) == 0x0001E8, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_GetMousePositionOnViewport_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_Subtract_Vector2DVector2D_ReturnValue_4) == 0x0001F0, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_Subtract_Vector2DVector2D_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, Temp_bool_Variable_1) == 0x0001F8, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, Temp_float_Variable_1) == 0x0001FC, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, K2Node_Select_Default) == 0x000200, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, Temp_bool_Variable_2) == 0x000204, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, K2Node_Select_Default_1) == 0x000208, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, Temp_string_Variable) == 0x000210, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_MakeVector2D_ReturnValue_3) == 0x000220, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_MakeVector2D_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, Temp_string_Variable_1) == 0x000228, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::Temp_string_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, K2Node_MakeStruct_SlateColor) == 0x000238, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, K2Node_Select_Default_2) == 0x000260, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_Concat_StrStr_ReturnValue) == 0x000270, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, K2Node_MakeStruct_SlateColor_1) == 0x000280, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0002A8, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, CallFunc_Conv_StringToText_ReturnValue) == 0x0002B8, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, K2Node_MakeStruct_SlateColor_2) == 0x0002D0, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget, K2Node_MakeStruct_SlateColor_3) == 0x0002F8, "Member 'WBP_PrintWidget_C_ExecuteUbergraph_WBP_PrintWidget::K2Node_MakeStruct_SlateColor_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PrintWidget_C_PrintText \ +static_assert(alignof(WBP_PrintWidget_C_PrintText) == 0x000008, "Wrong alignment on WBP_PrintWidget_C_PrintText"); \ +static_assert(sizeof(WBP_PrintWidget_C_PrintText) == 0x000010, "Wrong size on WBP_PrintWidget_C_PrintText"); \ +static_assert(offsetof(WBP_PrintWidget_C_PrintText, TextToAdd) == 0x000000, "Member 'WBP_PrintWidget_C_PrintText::TextToAdd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PrintWidget_C \ +static_assert(alignof(UWBP_PrintWidget_C) == 0x000008, "Wrong alignment on UWBP_PrintWidget_C"); \ +static_assert(sizeof(UWBP_PrintWidget_C) == 0x000328, "Wrong size on UWBP_PrintWidget_C"); \ +static_assert(offsetof(UWBP_PrintWidget_C, UberGraphFrame) == 0x000290, "Member 'UWBP_PrintWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PrintWidget_C, CloseButton) == 0x000298, "Member 'UWBP_PrintWidget_C::CloseButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PrintWidget_C, CloseText) == 0x0002A0, "Member 'UWBP_PrintWidget_C::CloseText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PrintWidget_C, Color) == 0x0002A8, "Member 'UWBP_PrintWidget_C::Color' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PrintWidget_C, MainCanvas) == 0x0002B0, "Member 'UWBP_PrintWidget_C::MainCanvas' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PrintWidget_C, MainScrollBox) == 0x0002B8, "Member 'UWBP_PrintWidget_C::MainScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PrintWidget_C, MinimizeButton) == 0x0002C0, "Member 'UWBP_PrintWidget_C::MinimizeButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PrintWidget_C, MinimizeText) == 0x0002C8, "Member 'UWBP_PrintWidget_C::MinimizeText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PrintWidget_C, ScalingButton) == 0x0002D0, "Member 'UWBP_PrintWidget_C::ScalingButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PrintWidget_C, TextBox) == 0x0002D8, "Member 'UWBP_PrintWidget_C::TextBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PrintWidget_C, TopBackground) == 0x0002E0, "Member 'UWBP_PrintWidget_C::TopBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PrintWidget_C, TopWindowButton) == 0x0002E8, "Member 'UWBP_PrintWidget_C::TopWindowButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PrintWidget_C, MousePosition) == 0x0002F0, "Member 'UWBP_PrintWidget_C::MousePosition' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PrintWidget_C, DeltaPosition) == 0x0002F8, "Member 'UWBP_PrintWidget_C::DeltaPosition' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PrintWidget_C, Minimized_) == 0x000300, "Member 'UWBP_PrintWidget_C::Minimized_' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PrintWidget_C, MaximizedScale) == 0x000304, "Member 'UWBP_PrintWidget_C::MaximizedScale' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PrintWidget_C, LimitPosition) == 0x00030C, "Member 'UWBP_PrintWidget_C::LimitPosition' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PrintWidget_C, In_Position) == 0x000310, "Member 'UWBP_PrintWidget_C::In_Position' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PrintWidget_C, ValueX) == 0x000318, "Member 'UWBP_PrintWidget_C::ValueX' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PrintWidget_C, ValueY) == 0x00031C, "Member 'UWBP_PrintWidget_C::ValueY' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PrintWidget_C, Return_Value_X) == 0x000320, "Member 'UWBP_PrintWidget_C::Return_Value_X' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PrintWidget_C, Return_Value_Y) == 0x000324, "Member 'UWBP_PrintWidget_C::Return_Value_Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CuttingTool_FeedbackActiveUsing_C \ +static_assert(alignof(UBP_CuttingTool_FeedbackActiveUsing_C) == 0x000008, "Wrong alignment on UBP_CuttingTool_FeedbackActiveUsing_C"); \ +static_assert(sizeof(UBP_CuttingTool_FeedbackActiveUsing_C) == 0x000308, "Wrong size on UBP_CuttingTool_FeedbackActiveUsing_C"); \ + +#define DUMPER7_ASSERTS_WBP_ActorSpawner_C_ExecuteUbergraph_WBP_ActorSpawner \ +static_assert(alignof(WBP_ActorSpawner_C_ExecuteUbergraph_WBP_ActorSpawner) == 0x000008, "Wrong alignment on WBP_ActorSpawner_C_ExecuteUbergraph_WBP_ActorSpawner"); \ +static_assert(sizeof(WBP_ActorSpawner_C_ExecuteUbergraph_WBP_ActorSpawner) == 0x000078, "Wrong size on WBP_ActorSpawner_C_ExecuteUbergraph_WBP_ActorSpawner"); \ +static_assert(offsetof(WBP_ActorSpawner_C_ExecuteUbergraph_WBP_ActorSpawner, EntryPoint) == 0x000000, "Member 'WBP_ActorSpawner_C_ExecuteUbergraph_WBP_ActorSpawner::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_ExecuteUbergraph_WBP_ActorSpawner, CallFunc_GetGameStateMachine_ReturnValue) == 0x000008, "Member 'WBP_ActorSpawner_C_ExecuteUbergraph_WBP_ActorSpawner::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_ExecuteUbergraph_WBP_ActorSpawner, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_ActorSpawner_C_ExecuteUbergraph_WBP_ActorSpawner::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_ExecuteUbergraph_WBP_ActorSpawner, CallFunc_SpawnModMenu_Return) == 0x000028, "Member 'WBP_ActorSpawner_C_ExecuteUbergraph_WBP_ActorSpawner::CallFunc_SpawnModMenu_Return' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_ExecuteUbergraph_WBP_ActorSpawner, K2Node_CreateDelegate_OutputDelegate_1) == 0x000030, "Member 'WBP_ActorSpawner_C_ExecuteUbergraph_WBP_ActorSpawner::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_ExecuteUbergraph_WBP_ActorSpawner, K2Node_CustomEvent_BlackScreenTransitionType) == 0x000044, "Member 'WBP_ActorSpawner_C_ExecuteUbergraph_WBP_ActorSpawner::K2Node_CustomEvent_BlackScreenTransitionType' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_ExecuteUbergraph_WBP_ActorSpawner, CallFunc_GetGameStateMachine_ReturnValue_1) == 0x000048, "Member 'WBP_ActorSpawner_C_ExecuteUbergraph_WBP_ActorSpawner::CallFunc_GetGameStateMachine_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_ExecuteUbergraph_WBP_ActorSpawner, K2Node_CreateDelegate_OutputDelegate_2) == 0x000050, "Member 'WBP_ActorSpawner_C_ExecuteUbergraph_WBP_ActorSpawner::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_ExecuteUbergraph_WBP_ActorSpawner, K2Node_CreateDelegate_OutputDelegate_3) == 0x000064, "Member 'WBP_ActorSpawner_C_ExecuteUbergraph_WBP_ActorSpawner::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ActorSpawner_C_OnJobOverviewComplete \ +static_assert(alignof(WBP_ActorSpawner_C_OnJobOverviewComplete) == 0x000001, "Wrong alignment on WBP_ActorSpawner_C_OnJobOverviewComplete"); \ +static_assert(sizeof(WBP_ActorSpawner_C_OnJobOverviewComplete) == 0x000001, "Wrong size on WBP_ActorSpawner_C_OnJobOverviewComplete"); \ +static_assert(offsetof(WBP_ActorSpawner_C_OnJobOverviewComplete, BlackScreenTransitionType) == 0x000000, "Member 'WBP_ActorSpawner_C_OnJobOverviewComplete::BlackScreenTransitionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ActorSpawner_C_SpawnImmediateActors \ +static_assert(alignof(WBP_ActorSpawner_C_SpawnImmediateActors) == 0x000010, "Wrong alignment on WBP_ActorSpawner_C_SpawnImmediateActors"); \ +static_assert(sizeof(WBP_ActorSpawner_C_SpawnImmediateActors) == 0x000090, "Wrong size on WBP_ActorSpawner_C_SpawnImmediateActors"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnImmediateActors, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_ActorSpawner_C_SpawnImmediateActors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnImmediateActors, CallFunc_ClearNullObjectReferencesFromArray_bRemoved) == 0x000004, "Member 'WBP_ActorSpawner_C_SpawnImmediateActors::CallFunc_ClearNullObjectReferencesFromArray_bRemoved' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnImmediateActors, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_ActorSpawner_C_SpawnImmediateActors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnImmediateActors, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_ActorSpawner_C_SpawnImmediateActors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnImmediateActors, CallFunc_MakeTransform_ReturnValue) == 0x000010, "Member 'WBP_ActorSpawner_C_SpawnImmediateActors::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnImmediateActors, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_ActorSpawner_C_SpawnImmediateActors::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnImmediateActors, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'WBP_ActorSpawner_C_SpawnImmediateActors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnImmediateActors, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'WBP_ActorSpawner_C_SpawnImmediateActors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnImmediateActors, CallFunc_BooleanOR_ReturnValue) == 0x000055, "Member 'WBP_ActorSpawner_C_SpawnImmediateActors::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnImmediateActors, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000058, "Member 'WBP_ActorSpawner_C_SpawnImmediateActors::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnImmediateActors, CallFunc_FinishSpawningActor_ReturnValue) == 0x000060, "Member 'WBP_ActorSpawner_C_SpawnImmediateActors::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnImmediateActors, CallFunc_FilterArray_FilteredArray) == 0x000068, "Member 'WBP_ActorSpawner_C_SpawnImmediateActors::CallFunc_FilterArray_FilteredArray' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnImmediateActors, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'WBP_ActorSpawner_C_SpawnImmediateActors::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnImmediateActors, CallFunc_Array_Length_ReturnValue_1) == 0x00007C, "Member 'WBP_ActorSpawner_C_SpawnImmediateActors::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnImmediateActors, CallFunc_Greater_IntInt_ReturnValue) == 0x000080, "Member 'WBP_ActorSpawner_C_SpawnImmediateActors::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnImmediateActors, CallFunc_Array_AddUnique_ReturnValue) == 0x000084, "Member 'WBP_ActorSpawner_C_SpawnImmediateActors::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ActorSpawner_C_SpawnHeistStartActors \ +static_assert(alignof(WBP_ActorSpawner_C_SpawnHeistStartActors) == 0x000010, "Wrong alignment on WBP_ActorSpawner_C_SpawnHeistStartActors"); \ +static_assert(sizeof(WBP_ActorSpawner_C_SpawnHeistStartActors) == 0x000080, "Wrong size on WBP_ActorSpawner_C_SpawnHeistStartActors"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnHeistStartActors, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_ActorSpawner_C_SpawnHeistStartActors::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnHeistStartActors, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_ActorSpawner_C_SpawnHeistStartActors::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnHeistStartActors, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_ActorSpawner_C_SpawnHeistStartActors::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnHeistStartActors, CallFunc_MakeTransform_ReturnValue) == 0x000010, "Member 'WBP_ActorSpawner_C_SpawnHeistStartActors::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnHeistStartActors, CallFunc_ClearNullObjectReferencesFromArray_bRemoved) == 0x000040, "Member 'WBP_ActorSpawner_C_SpawnHeistStartActors::CallFunc_ClearNullObjectReferencesFromArray_bRemoved' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnHeistStartActors, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'WBP_ActorSpawner_C_SpawnHeistStartActors::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnHeistStartActors, CallFunc_Array_Get_Item) == 0x000048, "Member 'WBP_ActorSpawner_C_SpawnHeistStartActors::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnHeistStartActors, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'WBP_ActorSpawner_C_SpawnHeistStartActors::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnHeistStartActors, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000060, "Member 'WBP_ActorSpawner_C_SpawnHeistStartActors::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnHeistStartActors, CallFunc_EnsureActorSingletonPreSpawnExternal_bExists) == 0x000068, "Member 'WBP_ActorSpawner_C_SpawnHeistStartActors::CallFunc_EnsureActorSingletonPreSpawnExternal_bExists' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnHeistStartActors, CallFunc_FinishSpawningActor_ReturnValue) == 0x000070, "Member 'WBP_ActorSpawner_C_SpawnHeistStartActors::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorSpawner_C_SpawnHeistStartActors, CallFunc_Array_AddUnique_ReturnValue) == 0x000078, "Member 'WBP_ActorSpawner_C_SpawnHeistStartActors::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ActorSpawner_C \ +static_assert(alignof(UWBP_ActorSpawner_C) == 0x000008, "Wrong alignment on UWBP_ActorSpawner_C"); \ +static_assert(sizeof(UWBP_ActorSpawner_C) == 0x000348, "Wrong size on UWBP_ActorSpawner_C"); \ +static_assert(offsetof(UWBP_ActorSpawner_C, UberGraphFrame) == 0x000290, "Member 'UWBP_ActorSpawner_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ActorSpawner_C, Button) == 0x000298, "Member 'UWBP_ActorSpawner_C::Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ActorSpawner_C, Button_1) == 0x0002A0, "Member 'UWBP_ActorSpawner_C::Button_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ActorSpawner_C, Button_2) == 0x0002A8, "Member 'UWBP_ActorSpawner_C::Button_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ActorSpawner_C, Button_3) == 0x0002B0, "Member 'UWBP_ActorSpawner_C::Button_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ActorSpawner_C, Button_4) == 0x0002B8, "Member 'UWBP_ActorSpawner_C::Button_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ActorSpawner_C, Button_5) == 0x0002C0, "Member 'UWBP_ActorSpawner_C::Button_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ActorSpawner_C, CanvasPanel) == 0x0002C8, "Member 'UWBP_ActorSpawner_C::CanvasPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ActorSpawner_C, CheckBox) == 0x0002D0, "Member 'UWBP_ActorSpawner_C::CheckBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ActorSpawner_C, CheckBox_1) == 0x0002D8, "Member 'UWBP_ActorSpawner_C::CheckBox_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ActorSpawner_C, CheckBox_2) == 0x0002E0, "Member 'UWBP_ActorSpawner_C::CheckBox_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ActorSpawner_C, CheckBox_3) == 0x0002E8, "Member 'UWBP_ActorSpawner_C::CheckBox_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ActorSpawner_C, CheckBox_4) == 0x0002F0, "Member 'UWBP_ActorSpawner_C::CheckBox_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ActorSpawner_C, CheckBox_5) == 0x0002F8, "Member 'UWBP_ActorSpawner_C::CheckBox_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ActorSpawner_C, Image_0) == 0x000300, "Member 'UWBP_ActorSpawner_C::Image_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ActorSpawner_C, ModLoaderManagerRef) == 0x000308, "Member 'UWBP_ActorSpawner_C::ModLoaderManagerRef' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ActorSpawner_C, ImmediateSpawnModActorStructs) == 0x000310, "Member 'UWBP_ActorSpawner_C::ImmediateSpawnModActorStructs' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ActorSpawner_C, HeistStartModActorStructs) == 0x000320, "Member 'UWBP_ActorSpawner_C::HeistStartModActorStructs' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ActorSpawner_C, bFirstSpawnOfMenu) == 0x000330, "Member 'UWBP_ActorSpawner_C::bFirstSpawnOfMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ActorSpawner_C, Version) == 0x000338, "Member 'UWBP_ActorSpawner_C::Version' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACH_Sniper_C \ +static_assert(alignof(ACH_Sniper_C) == 0x000010, "Wrong alignment on ACH_Sniper_C"); \ +static_assert(sizeof(ACH_Sniper_C) == 0x001D00, "Wrong size on ACH_Sniper_C"); \ +static_assert(offsetof(ACH_Sniper_C, Hat) == 0x001CF0, "Member 'ACH_Sniper_C::Hat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CombinedBagWorldItem_C \ +static_assert(alignof(ABP_CombinedBagWorldItem_C) == 0x000008, "Wrong alignment on ABP_CombinedBagWorldItem_C"); \ +static_assert(sizeof(ABP_CombinedBagWorldItem_C) == 0x0003D0, "Wrong size on ABP_CombinedBagWorldItem_C"); \ +static_assert(offsetof(ABP_CombinedBagWorldItem_C, SBZOutline_0) == 0x0003C0, "Member 'ABP_CombinedBagWorldItem_C::SBZOutline_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_CombinedBagWorldItem_C, StaticMesh_0) == 0x0003C8, "Member 'ABP_CombinedBagWorldItem_C::StaticMesh_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey \ +static_assert(alignof(WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey) == 0x000008, "Wrong alignment on WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey"); \ +static_assert(sizeof(WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey) == 0x0000E8, "Wrong size on WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey"); \ +static_assert(offsetof(WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey, EntryPoint) == 0x000000, "Member 'WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey, Temp_bool_Variable) == 0x000004, "Member 'WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey, K2Node_Event_IsDesignTime) == 0x000005, "Member 'WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey, K2Node_Event_NewActionKeyIcon) == 0x000008, "Member 'WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey::K2Node_Event_NewActionKeyIcon' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000010, "Member 'WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey, K2Node_MakeStruct_SlateColor) == 0x000020, "Member 'WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey, K2Node_MakeStruct_SlateColor_1) == 0x000048, "Member 'WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey, K2Node_Event_NewActionKeyName) == 0x000070, "Member 'WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey::K2Node_Event_NewActionKeyName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey, CallFunc_Len_ReturnValue) == 0x000080, "Member 'WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey::CallFunc_Len_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey, K2Node_Event_bInInverted) == 0x000084, "Member 'WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey::K2Node_Event_bInInverted' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey, CallFunc_Greater_IntInt_ReturnValue) == 0x000085, "Member 'WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey, CallFunc_Min_ReturnValue) == 0x000088, "Member 'WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey::CallFunc_Min_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey, K2Node_Select_Default) == 0x000090, "Member 'WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey, CallFunc_GetSubstring_ReturnValue) == 0x0000B8, "Member 'WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey::CallFunc_GetSubstring_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey, CallFunc_Conv_StringToText_ReturnValue) == 0x0000C8, "Member 'WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x0000E0, "Member 'WBP_UI_InputKey_C_ExecuteUbergraph_WBP_UI_InputKey::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InputKey_C_SetInverted \ +static_assert(alignof(WBP_UI_InputKey_C_SetInverted) == 0x000001, "Wrong alignment on WBP_UI_InputKey_C_SetInverted"); \ +static_assert(sizeof(WBP_UI_InputKey_C_SetInverted) == 0x000001, "Wrong size on WBP_UI_InputKey_C_SetInverted"); \ +static_assert(offsetof(WBP_UI_InputKey_C_SetInverted, bInInverted) == 0x000000, "Member 'WBP_UI_InputKey_C_SetInverted::bInInverted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InputKey_C_OnKeyNameChanged \ +static_assert(alignof(WBP_UI_InputKey_C_OnKeyNameChanged) == 0x000008, "Wrong alignment on WBP_UI_InputKey_C_OnKeyNameChanged"); \ +static_assert(sizeof(WBP_UI_InputKey_C_OnKeyNameChanged) == 0x000010, "Wrong size on WBP_UI_InputKey_C_OnKeyNameChanged"); \ +static_assert(offsetof(WBP_UI_InputKey_C_OnKeyNameChanged, NewActionKeyName) == 0x000000, "Member 'WBP_UI_InputKey_C_OnKeyNameChanged::NewActionKeyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InputKey_C_OnKeyIconChanged \ +static_assert(alignof(WBP_UI_InputKey_C_OnKeyIconChanged) == 0x000008, "Wrong alignment on WBP_UI_InputKey_C_OnKeyIconChanged"); \ +static_assert(sizeof(WBP_UI_InputKey_C_OnKeyIconChanged) == 0x000008, "Wrong size on WBP_UI_InputKey_C_OnKeyIconChanged"); \ +static_assert(offsetof(WBP_UI_InputKey_C_OnKeyIconChanged, NewActionKeyIcon) == 0x000000, "Member 'WBP_UI_InputKey_C_OnKeyIconChanged::NewActionKeyIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InputKey_C_PreConstruct \ +static_assert(alignof(WBP_UI_InputKey_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_InputKey_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_InputKey_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_InputKey_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_InputKey_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_InputKey_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InputKey_C_SetInvertedVisuals \ +static_assert(alignof(WBP_UI_InputKey_C_SetInvertedVisuals) == 0x000008, "Wrong alignment on WBP_UI_InputKey_C_SetInvertedVisuals"); \ +static_assert(sizeof(WBP_UI_InputKey_C_SetInvertedVisuals) == 0x000068, "Wrong size on WBP_UI_InputKey_C_SetInvertedVisuals"); \ +static_assert(offsetof(WBP_UI_InputKey_C_SetInvertedVisuals, InInverted) == 0x000000, "Member 'WBP_UI_InputKey_C_SetInvertedVisuals::InInverted' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InputKey_C_SetInvertedVisuals, CallFunc_SelectColor_ReturnValue) == 0x000004, "Member 'WBP_UI_InputKey_C_SetInvertedVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InputKey_C_SetInvertedVisuals, CallFunc_SelectColor_ReturnValue_1) == 0x000014, "Member 'WBP_UI_InputKey_C_SetInvertedVisuals::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InputKey_C_SetInvertedVisuals, K2Node_MakeStruct_SlateColor) == 0x000028, "Member 'WBP_UI_InputKey_C_SetInvertedVisuals::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InputKey_C_SetInvertedVisuals, CallFunc_SelectColor_ReturnValue_2) == 0x000050, "Member 'WBP_UI_InputKey_C_SetInvertedVisuals::CallFunc_SelectColor_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InputKey_C_SetInvertedVisuals, CallFunc_SelectFloat_ReturnValue) == 0x000060, "Member 'WBP_UI_InputKey_C_SetInvertedVisuals::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InputKey_C_SetInvertedVisuals, CallFunc_IsValid_ReturnValue) == 0x000064, "Member 'WBP_UI_InputKey_C_SetInvertedVisuals::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_InputKey_C \ +static_assert(alignof(UWBP_UI_InputKey_C) == 0x000008, "Wrong alignment on UWBP_UI_InputKey_C"); \ +static_assert(sizeof(UWBP_UI_InputKey_C) == 0x000300, "Wrong size on UWBP_UI_InputKey_C"); \ +static_assert(offsetof(UWBP_UI_InputKey_C, UberGraphFrame) == 0x0002B8, "Member 'UWBP_UI_InputKey_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InputKey_C, Image_icon) == 0x0002C0, "Member 'UWBP_UI_InputKey_C::Image_icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InputKey_C, Image_TextBackground) == 0x0002C8, "Member 'UWBP_UI_InputKey_C::Image_TextBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InputKey_C, Overlay_Text) == 0x0002D0, "Member 'UWBP_UI_InputKey_C::Overlay_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InputKey_C, Text_InteractionName) == 0x0002D8, "Member 'UWBP_UI_InputKey_C::Text_InteractionName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InputKey_C, PressMaterial) == 0x0002E0, "Member 'UWBP_UI_InputKey_C::PressMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InputKey_C, RT_OnPressColor) == 0x0002E8, "Member 'UWBP_UI_InputKey_C::RT_OnPressColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InputKey_C, CurrentSprite) == 0x0002F8, "Member 'UWBP_UI_InputKey_C::CurrentSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ActionInput_C_ExecuteUbergraph_WBP_UI_Widget_ActionInput \ +static_assert(alignof(WBP_UI_Widget_ActionInput_C_ExecuteUbergraph_WBP_UI_Widget_ActionInput) == 0x000004, "Wrong alignment on WBP_UI_Widget_ActionInput_C_ExecuteUbergraph_WBP_UI_Widget_ActionInput"); \ +static_assert(sizeof(WBP_UI_Widget_ActionInput_C_ExecuteUbergraph_WBP_UI_Widget_ActionInput) == 0x000008, "Wrong size on WBP_UI_Widget_ActionInput_C_ExecuteUbergraph_WBP_UI_Widget_ActionInput"); \ +static_assert(offsetof(WBP_UI_Widget_ActionInput_C_ExecuteUbergraph_WBP_UI_Widget_ActionInput, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_ActionInput_C_ExecuteUbergraph_WBP_UI_Widget_ActionInput::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ActionInput_C_ExecuteUbergraph_WBP_UI_Widget_ActionInput, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_Widget_ActionInput_C_ExecuteUbergraph_WBP_UI_Widget_ActionInput::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ActionInput_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_ActionInput_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_ActionInput_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_ActionInput_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_ActionInput_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_ActionInput_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_ActionInput_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_ActionInput_C \ +static_assert(alignof(UWBP_UI_Widget_ActionInput_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_ActionInput_C"); \ +static_assert(sizeof(UWBP_UI_Widget_ActionInput_C) == 0x0002D8, "Wrong size on UWBP_UI_Widget_ActionInput_C"); \ +static_assert(offsetof(UWBP_UI_Widget_ActionInput_C, UberGraphFrame) == 0x0002D0, "Member 'UWBP_UI_Widget_ActionInput_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_AxisInput_C_ExecuteUbergraph_WBP_UI_Widget_AxisInput \ +static_assert(alignof(WBP_UI_Widget_AxisInput_C_ExecuteUbergraph_WBP_UI_Widget_AxisInput) == 0x000004, "Wrong alignment on WBP_UI_Widget_AxisInput_C_ExecuteUbergraph_WBP_UI_Widget_AxisInput"); \ +static_assert(sizeof(WBP_UI_Widget_AxisInput_C_ExecuteUbergraph_WBP_UI_Widget_AxisInput) == 0x000008, "Wrong size on WBP_UI_Widget_AxisInput_C_ExecuteUbergraph_WBP_UI_Widget_AxisInput"); \ +static_assert(offsetof(WBP_UI_Widget_AxisInput_C_ExecuteUbergraph_WBP_UI_Widget_AxisInput, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_AxisInput_C_ExecuteUbergraph_WBP_UI_Widget_AxisInput::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_AxisInput_C_ExecuteUbergraph_WBP_UI_Widget_AxisInput, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_Widget_AxisInput_C_ExecuteUbergraph_WBP_UI_Widget_AxisInput::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_AxisInput_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_AxisInput_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_AxisInput_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_AxisInput_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_AxisInput_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_AxisInput_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_AxisInput_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_AxisInput_C \ +static_assert(alignof(UWBP_UI_Widget_AxisInput_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_AxisInput_C"); \ +static_assert(sizeof(UWBP_UI_Widget_AxisInput_C) == 0x0002C0, "Wrong size on UWBP_UI_Widget_AxisInput_C"); \ +static_assert(offsetof(UWBP_UI_Widget_AxisInput_C, UberGraphFrame) == 0x0002B8, "Member 'UWBP_UI_Widget_AxisInput_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SquadOrder_TowerSpawn_C \ +static_assert(alignof(UBP_SquadOrder_TowerSpawn_C) == 0x000008, "Wrong alignment on UBP_SquadOrder_TowerSpawn_C"); \ +static_assert(sizeof(UBP_SquadOrder_TowerSpawn_C) == 0x000160, "Wrong size on UBP_SquadOrder_TowerSpawn_C"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_MainMenu_AxisControl_C \ +static_assert(alignof(UWBP_UI_MainMenu_AxisControl_C) == 0x000008, "Wrong alignment on UWBP_UI_MainMenu_AxisControl_C"); \ +static_assert(sizeof(UWBP_UI_MainMenu_AxisControl_C) == 0x0002C0, "Wrong size on UWBP_UI_MainMenu_AxisControl_C"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticFlammableLiquid_C \ +static_assert(alignof(ABP_CosmeticFlammableLiquid_C) == 0x000008, "Wrong alignment on ABP_CosmeticFlammableLiquid_C"); \ +static_assert(sizeof(ABP_CosmeticFlammableLiquid_C) == 0x0002D0, "Wrong size on ABP_CosmeticFlammableLiquid_C"); \ +static_assert(offsetof(ABP_CosmeticFlammableLiquid_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticFlammableLiquid_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_ActionControlReference_C_ExecuteUbergraph_WBP_UI_MainMenu_ActionControlReference \ +static_assert(alignof(WBP_UI_MainMenu_ActionControlReference_C_ExecuteUbergraph_WBP_UI_MainMenu_ActionControlReference) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_ActionControlReference_C_ExecuteUbergraph_WBP_UI_MainMenu_ActionControlReference"); \ +static_assert(sizeof(WBP_UI_MainMenu_ActionControlReference_C_ExecuteUbergraph_WBP_UI_MainMenu_ActionControlReference) == 0x000130, "Wrong size on WBP_UI_MainMenu_ActionControlReference_C_ExecuteUbergraph_WBP_UI_MainMenu_ActionControlReference"); \ +static_assert(offsetof(WBP_UI_MainMenu_ActionControlReference_C_ExecuteUbergraph_WBP_UI_MainMenu_ActionControlReference, EntryPoint) == 0x000000, "Member 'WBP_UI_MainMenu_ActionControlReference_C_ExecuteUbergraph_WBP_UI_MainMenu_ActionControlReference::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_ActionControlReference_C_ExecuteUbergraph_WBP_UI_MainMenu_ActionControlReference, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_UI_MainMenu_ActionControlReference_C_ExecuteUbergraph_WBP_UI_MainMenu_ActionControlReference::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_ActionControlReference_C_ExecuteUbergraph_WBP_UI_MainMenu_ActionControlReference, K2Node_Event_MouseEvent_1) == 0x000040, "Member 'WBP_UI_MainMenu_ActionControlReference_C_ExecuteUbergraph_WBP_UI_MainMenu_ActionControlReference::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_ActionControlReference_C_ExecuteUbergraph_WBP_UI_MainMenu_ActionControlReference, K2Node_Event_MouseEvent) == 0x0000B8, "Member 'WBP_UI_MainMenu_ActionControlReference_C_ExecuteUbergraph_WBP_UI_MainMenu_ActionControlReference::K2Node_Event_MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_ActionControlReference_C_OnMouseLeave \ +static_assert(alignof(WBP_UI_MainMenu_ActionControlReference_C_OnMouseLeave) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_ActionControlReference_C_OnMouseLeave"); \ +static_assert(sizeof(WBP_UI_MainMenu_ActionControlReference_C_OnMouseLeave) == 0x000078, "Wrong size on WBP_UI_MainMenu_ActionControlReference_C_OnMouseLeave"); \ +static_assert(offsetof(WBP_UI_MainMenu_ActionControlReference_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'WBP_UI_MainMenu_ActionControlReference_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_ActionControlReference_C_OnMouseEnter \ +static_assert(alignof(WBP_UI_MainMenu_ActionControlReference_C_OnMouseEnter) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_ActionControlReference_C_OnMouseEnter"); \ +static_assert(sizeof(WBP_UI_MainMenu_ActionControlReference_C_OnMouseEnter) == 0x0000B0, "Wrong size on WBP_UI_MainMenu_ActionControlReference_C_OnMouseEnter"); \ +static_assert(offsetof(WBP_UI_MainMenu_ActionControlReference_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'WBP_UI_MainMenu_ActionControlReference_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_ActionControlReference_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'WBP_UI_MainMenu_ActionControlReference_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_ActionControlReference_C_OnHover \ +static_assert(alignof(WBP_UI_MainMenu_ActionControlReference_C_OnHover) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_ActionControlReference_C_OnHover"); \ +static_assert(sizeof(WBP_UI_MainMenu_ActionControlReference_C_OnHover) == 0x000058, "Wrong size on WBP_UI_MainMenu_ActionControlReference_C_OnHover"); \ +static_assert(offsetof(WBP_UI_MainMenu_ActionControlReference_C_OnHover, bIsHovered) == 0x000000, "Member 'WBP_UI_MainMenu_ActionControlReference_C_OnHover::bIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_ActionControlReference_C_OnHover, CallFunc_SelectColor_ReturnValue) == 0x000004, "Member 'WBP_UI_MainMenu_ActionControlReference_C_OnHover::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_ActionControlReference_C_OnHover, CallFunc_SelectColor_ReturnValue_1) == 0x000014, "Member 'WBP_UI_MainMenu_ActionControlReference_C_OnHover::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_ActionControlReference_C_OnHover, K2Node_MakeStruct_SlateColor) == 0x000028, "Member 'WBP_UI_MainMenu_ActionControlReference_C_OnHover::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_ActionControlReference_C_OnHover, CallFunc_Play2DSound_ReturnValue) == 0x000050, "Member 'WBP_UI_MainMenu_ActionControlReference_C_OnHover::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_ActionControlReference_C_OnMouseButtonDown \ +static_assert(alignof(WBP_UI_MainMenu_ActionControlReference_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_ActionControlReference_C_OnMouseButtonDown"); \ +static_assert(sizeof(WBP_UI_MainMenu_ActionControlReference_C_OnMouseButtonDown) == 0x000238, "Wrong size on WBP_UI_MainMenu_ActionControlReference_C_OnMouseButtonDown"); \ +static_assert(offsetof(WBP_UI_MainMenu_ActionControlReference_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'WBP_UI_MainMenu_ActionControlReference_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_ActionControlReference_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'WBP_UI_MainMenu_ActionControlReference_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_ActionControlReference_C_OnMouseButtonDown, ReturnValue) == 0x0000B0, "Member 'WBP_UI_MainMenu_ActionControlReference_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_ActionControlReference_C_OnMouseButtonDown, CallFunc_Play2DSound_ReturnValue) == 0x000170, "Member 'WBP_UI_MainMenu_ActionControlReference_C_OnMouseButtonDown::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_ActionControlReference_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000178, "Member 'WBP_UI_MainMenu_ActionControlReference_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_MainMenu_ActionControlReference_C \ +static_assert(alignof(UWBP_UI_MainMenu_ActionControlReference_C) == 0x000008, "Wrong alignment on UWBP_UI_MainMenu_ActionControlReference_C"); \ +static_assert(sizeof(UWBP_UI_MainMenu_ActionControlReference_C) == 0x000390, "Wrong size on UWBP_UI_MainMenu_ActionControlReference_C"); \ +static_assert(offsetof(UWBP_UI_MainMenu_ActionControlReference_C, UberGraphFrame) == 0x000320, "Member 'UWBP_UI_MainMenu_ActionControlReference_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_ActionControlReference_C, Image_ReferenceBorder) == 0x000328, "Member 'UWBP_UI_MainMenu_ActionControlReference_C::Image_ReferenceBorder' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_ActionControlReference_C, BackgroundIdleColor) == 0x000330, "Member 'UWBP_UI_MainMenu_ActionControlReference_C::BackgroundIdleColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_ActionControlReference_C, BackgroundHoverColor) == 0x000340, "Member 'UWBP_UI_MainMenu_ActionControlReference_C::BackgroundHoverColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_ActionControlReference_C, TextIdleColor) == 0x000350, "Member 'UWBP_UI_MainMenu_ActionControlReference_C::TextIdleColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_ActionControlReference_C, TextHoverColor) == 0x000360, "Member 'UWBP_UI_MainMenu_ActionControlReference_C::TextHoverColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_ActionControlReference_C, BorderIdleColor) == 0x000370, "Member 'UWBP_UI_MainMenu_ActionControlReference_C::BorderIdleColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_ActionControlReference_C, BorderHoverColor) == 0x000380, "Member 'UWBP_UI_MainMenu_ActionControlReference_C::BorderHoverColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_NavBar_C_ExecuteUbergraph_WBP_UI_NavBar \ +static_assert(alignof(WBP_UI_NavBar_C_ExecuteUbergraph_WBP_UI_NavBar) == 0x000008, "Wrong alignment on WBP_UI_NavBar_C_ExecuteUbergraph_WBP_UI_NavBar"); \ +static_assert(sizeof(WBP_UI_NavBar_C_ExecuteUbergraph_WBP_UI_NavBar) == 0x000050, "Wrong size on WBP_UI_NavBar_C_ExecuteUbergraph_WBP_UI_NavBar"); \ +static_assert(offsetof(WBP_UI_NavBar_C_ExecuteUbergraph_WBP_UI_NavBar, EntryPoint) == 0x000000, "Member 'WBP_UI_NavBar_C_ExecuteUbergraph_WBP_UI_NavBar::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_NavBar_C_ExecuteUbergraph_WBP_UI_NavBar, CallFunc_Play2DSound_ReturnValue) == 0x000004, "Member 'WBP_UI_NavBar_C_ExecuteUbergraph_WBP_UI_NavBar::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_NavBar_C_ExecuteUbergraph_WBP_UI_NavBar, CallFunc_Play2DSound_ReturnValue_1) == 0x000008, "Member 'WBP_UI_NavBar_C_ExecuteUbergraph_WBP_UI_NavBar::CallFunc_Play2DSound_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_NavBar_C_ExecuteUbergraph_WBP_UI_NavBar, CallFunc_GetUIManager_ReturnValue) == 0x000010, "Member 'WBP_UI_NavBar_C_ExecuteUbergraph_WBP_UI_NavBar::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_NavBar_C_ExecuteUbergraph_WBP_UI_NavBar, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_UI_NavBar_C_ExecuteUbergraph_WBP_UI_NavBar::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_NavBar_C_ExecuteUbergraph_WBP_UI_NavBar, K2Node_CustomEvent_StackEvent) == 0x00002C, "Member 'WBP_UI_NavBar_C_ExecuteUbergraph_WBP_UI_NavBar::K2Node_CustomEvent_StackEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_NavBar_C_ExecuteUbergraph_WBP_UI_NavBar, CallFunc_HasStackFocus_ReturnValue) == 0x000048, "Member 'WBP_UI_NavBar_C_ExecuteUbergraph_WBP_UI_NavBar::CallFunc_HasStackFocus_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_NavBar_C_OnStackChanged \ +static_assert(alignof(WBP_UI_NavBar_C_OnStackChanged) == 0x000004, "Wrong alignment on WBP_UI_NavBar_C_OnStackChanged"); \ +static_assert(sizeof(WBP_UI_NavBar_C_OnStackChanged) == 0x00001C, "Wrong size on WBP_UI_NavBar_C_OnStackChanged"); \ +static_assert(offsetof(WBP_UI_NavBar_C_OnStackChanged, StackEvent) == 0x000000, "Member 'WBP_UI_NavBar_C_OnStackChanged::StackEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_NavBar_C \ +static_assert(alignof(UWBP_UI_NavBar_C) == 0x000008, "Wrong alignment on UWBP_UI_NavBar_C"); \ +static_assert(sizeof(UWBP_UI_NavBar_C) == 0x000300, "Wrong size on UWBP_UI_NavBar_C"); \ +static_assert(offsetof(UWBP_UI_NavBar_C, UberGraphFrame) == 0x0002D0, "Member 'UWBP_UI_NavBar_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_NavBar_C, Background_I) == 0x0002D8, "Member 'UWBP_UI_NavBar_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_NavBar_C, Left_end_line) == 0x0002E0, "Member 'UWBP_UI_NavBar_C::Left_end_line' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_NavBar_C, Right_end_line) == 0x0002E8, "Member 'UWBP_UI_NavBar_C::Right_end_line' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_NavBar_C, Widget_TabBackward_Hold) == 0x0002F0, "Member 'UWBP_UI_NavBar_C::Widget_TabBackward_Hold' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_NavBar_C, Widget_TabForward_Hold) == 0x0002F8, "Member 'UWBP_UI_NavBar_C::Widget_TabForward_Hold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WidgetDebugPing_C_ExecuteUbergraph_WBP_UI_WidgetDebugPing \ +static_assert(alignof(WBP_UI_WidgetDebugPing_C_ExecuteUbergraph_WBP_UI_WidgetDebugPing) == 0x000008, "Wrong alignment on WBP_UI_WidgetDebugPing_C_ExecuteUbergraph_WBP_UI_WidgetDebugPing"); \ +static_assert(sizeof(WBP_UI_WidgetDebugPing_C_ExecuteUbergraph_WBP_UI_WidgetDebugPing) == 0x0000A8, "Wrong size on WBP_UI_WidgetDebugPing_C_ExecuteUbergraph_WBP_UI_WidgetDebugPing"); \ +static_assert(offsetof(WBP_UI_WidgetDebugPing_C_ExecuteUbergraph_WBP_UI_WidgetDebugPing, EntryPoint) == 0x000000, "Member 'WBP_UI_WidgetDebugPing_C_ExecuteUbergraph_WBP_UI_WidgetDebugPing::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WidgetDebugPing_C_ExecuteUbergraph_WBP_UI_WidgetDebugPing, K2Node_Event_PingValue) == 0x000004, "Member 'WBP_UI_WidgetDebugPing_C_ExecuteUbergraph_WBP_UI_WidgetDebugPing::K2Node_Event_PingValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WidgetDebugPing_C_ExecuteUbergraph_WBP_UI_WidgetDebugPing, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_UI_WidgetDebugPing_C_ExecuteUbergraph_WBP_UI_WidgetDebugPing::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WidgetDebugPing_C_ExecuteUbergraph_WBP_UI_WidgetDebugPing, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'WBP_UI_WidgetDebugPing_C_ExecuteUbergraph_WBP_UI_WidgetDebugPing::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WidgetDebugPing_C_ExecuteUbergraph_WBP_UI_WidgetDebugPing, K2Node_MakeArray_Array) == 0x000060, "Member 'WBP_UI_WidgetDebugPing_C_ExecuteUbergraph_WBP_UI_WidgetDebugPing::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WidgetDebugPing_C_ExecuteUbergraph_WBP_UI_WidgetDebugPing, CallFunc_Format_ReturnValue) == 0x000070, "Member 'WBP_UI_WidgetDebugPing_C_ExecuteUbergraph_WBP_UI_WidgetDebugPing::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WidgetDebugPing_C_ExecuteUbergraph_WBP_UI_WidgetDebugPing, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000088, "Member 'WBP_UI_WidgetDebugPing_C_ExecuteUbergraph_WBP_UI_WidgetDebugPing::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WidgetDebugPing_C_ExecuteUbergraph_WBP_UI_WidgetDebugPing, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000090, "Member 'WBP_UI_WidgetDebugPing_C_ExecuteUbergraph_WBP_UI_WidgetDebugPing::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WidgetDebugPing_C_OnPingValueChanged \ +static_assert(alignof(WBP_UI_WidgetDebugPing_C_OnPingValueChanged) == 0x000004, "Wrong alignment on WBP_UI_WidgetDebugPing_C_OnPingValueChanged"); \ +static_assert(sizeof(WBP_UI_WidgetDebugPing_C_OnPingValueChanged) == 0x000004, "Wrong size on WBP_UI_WidgetDebugPing_C_OnPingValueChanged"); \ +static_assert(offsetof(WBP_UI_WidgetDebugPing_C_OnPingValueChanged, PingValue) == 0x000000, "Member 'WBP_UI_WidgetDebugPing_C_OnPingValueChanged::PingValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_WidgetDebugPing_C \ +static_assert(alignof(UWBP_UI_WidgetDebugPing_C) == 0x000008, "Wrong alignment on UWBP_UI_WidgetDebugPing_C"); \ +static_assert(sizeof(UWBP_UI_WidgetDebugPing_C) == 0x0002D0, "Wrong size on UWBP_UI_WidgetDebugPing_C"); \ +static_assert(offsetof(UWBP_UI_WidgetDebugPing_C, UberGraphFrame) == 0x0002B8, "Member 'UWBP_UI_WidgetDebugPing_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WidgetDebugPing_C, Text_PingText) == 0x0002C0, "Member 'UWBP_UI_WidgetDebugPing_C::Text_PingText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WidgetDebugPing_C, NewVar_0) == 0x0002C8, "Member 'UWBP_UI_WidgetDebugPing_C::NewVar_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DEBUG_RoomStatus_C_ExecuteUbergraph_WBP_UI_DEBUG_RoomStatus \ +static_assert(alignof(WBP_UI_DEBUG_RoomStatus_C_ExecuteUbergraph_WBP_UI_DEBUG_RoomStatus) == 0x000008, "Wrong alignment on WBP_UI_DEBUG_RoomStatus_C_ExecuteUbergraph_WBP_UI_DEBUG_RoomStatus"); \ +static_assert(sizeof(WBP_UI_DEBUG_RoomStatus_C_ExecuteUbergraph_WBP_UI_DEBUG_RoomStatus) == 0x0000F8, "Wrong size on WBP_UI_DEBUG_RoomStatus_C_ExecuteUbergraph_WBP_UI_DEBUG_RoomStatus"); \ +static_assert(offsetof(WBP_UI_DEBUG_RoomStatus_C_ExecuteUbergraph_WBP_UI_DEBUG_RoomStatus, EntryPoint) == 0x000000, "Member 'WBP_UI_DEBUG_RoomStatus_C_ExecuteUbergraph_WBP_UI_DEBUG_RoomStatus::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DEBUG_RoomStatus_C_ExecuteUbergraph_WBP_UI_DEBUG_RoomStatus, CallFunc_GetCurrentLevelName_ReturnValue) == 0x000008, "Member 'WBP_UI_DEBUG_RoomStatus_C_ExecuteUbergraph_WBP_UI_DEBUG_RoomStatus::CallFunc_GetCurrentLevelName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DEBUG_RoomStatus_C_ExecuteUbergraph_WBP_UI_DEBUG_RoomStatus, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'WBP_UI_DEBUG_RoomStatus_C_ExecuteUbergraph_WBP_UI_DEBUG_RoomStatus::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DEBUG_RoomStatus_C_ExecuteUbergraph_WBP_UI_DEBUG_RoomStatus, K2Node_Event_RoomVolume) == 0x000030, "Member 'WBP_UI_DEBUG_RoomStatus_C_ExecuteUbergraph_WBP_UI_DEBUG_RoomStatus::K2Node_Event_RoomVolume' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DEBUG_RoomStatus_C_ExecuteUbergraph_WBP_UI_DEBUG_RoomStatus, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'WBP_UI_DEBUG_RoomStatus_C_ExecuteUbergraph_WBP_UI_DEBUG_RoomStatus::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DEBUG_RoomStatus_C_ExecuteUbergraph_WBP_UI_DEBUG_RoomStatus, CallFunc_GetRoomName_ReturnValue) == 0x000078, "Member 'WBP_UI_DEBUG_RoomStatus_C_ExecuteUbergraph_WBP_UI_DEBUG_RoomStatus::CallFunc_GetRoomName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DEBUG_RoomStatus_C_ExecuteUbergraph_WBP_UI_DEBUG_RoomStatus, K2Node_MakeStruct_FormatArgumentData_1) == 0x000090, "Member 'WBP_UI_DEBUG_RoomStatus_C_ExecuteUbergraph_WBP_UI_DEBUG_RoomStatus::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DEBUG_RoomStatus_C_ExecuteUbergraph_WBP_UI_DEBUG_RoomStatus, K2Node_MakeArray_Array) == 0x0000D0, "Member 'WBP_UI_DEBUG_RoomStatus_C_ExecuteUbergraph_WBP_UI_DEBUG_RoomStatus::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DEBUG_RoomStatus_C_ExecuteUbergraph_WBP_UI_DEBUG_RoomStatus, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'WBP_UI_DEBUG_RoomStatus_C_ExecuteUbergraph_WBP_UI_DEBUG_RoomStatus::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DEBUG_RoomStatus_C_OnRoomChanged \ +static_assert(alignof(WBP_UI_DEBUG_RoomStatus_C_OnRoomChanged) == 0x000008, "Wrong alignment on WBP_UI_DEBUG_RoomStatus_C_OnRoomChanged"); \ +static_assert(sizeof(WBP_UI_DEBUG_RoomStatus_C_OnRoomChanged) == 0x000008, "Wrong size on WBP_UI_DEBUG_RoomStatus_C_OnRoomChanged"); \ +static_assert(offsetof(WBP_UI_DEBUG_RoomStatus_C_OnRoomChanged, RoomVolume) == 0x000000, "Member 'WBP_UI_DEBUG_RoomStatus_C_OnRoomChanged::RoomVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_DEBUG_RoomStatus_C \ +static_assert(alignof(UWBP_UI_DEBUG_RoomStatus_C) == 0x000008, "Wrong alignment on UWBP_UI_DEBUG_RoomStatus_C"); \ +static_assert(sizeof(UWBP_UI_DEBUG_RoomStatus_C) == 0x0002D0, "Wrong size on UWBP_UI_DEBUG_RoomStatus_C"); \ +static_assert(offsetof(UWBP_UI_DEBUG_RoomStatus_C, UberGraphFrame) == 0x0002C0, "Member 'UWBP_UI_DEBUG_RoomStatus_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DEBUG_RoomStatus_C, Text_RoomName) == 0x0002C8, "Member 'UWBP_UI_DEBUG_RoomStatus_C::Text_RoomName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InventoryBaseData_Icon_C_ExecuteUbergraph_WBP_InventoryBaseData_Icon \ +static_assert(alignof(WBP_InventoryBaseData_Icon_C_ExecuteUbergraph_WBP_InventoryBaseData_Icon) == 0x000008, "Wrong alignment on WBP_InventoryBaseData_Icon_C_ExecuteUbergraph_WBP_InventoryBaseData_Icon"); \ +static_assert(sizeof(WBP_InventoryBaseData_Icon_C_ExecuteUbergraph_WBP_InventoryBaseData_Icon) == 0x000018, "Wrong size on WBP_InventoryBaseData_Icon_C_ExecuteUbergraph_WBP_InventoryBaseData_Icon"); \ +static_assert(offsetof(WBP_InventoryBaseData_Icon_C_ExecuteUbergraph_WBP_InventoryBaseData_Icon, EntryPoint) == 0x000000, "Member 'WBP_InventoryBaseData_Icon_C_ExecuteUbergraph_WBP_InventoryBaseData_Icon::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_InventoryBaseData_Icon_C_ExecuteUbergraph_WBP_InventoryBaseData_Icon, Temp_bool_Variable) == 0x000004, "Member 'WBP_InventoryBaseData_Icon_C_ExecuteUbergraph_WBP_InventoryBaseData_Icon::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_InventoryBaseData_Icon_C_ExecuteUbergraph_WBP_InventoryBaseData_Icon, Temp_byte_Variable) == 0x000005, "Member 'WBP_InventoryBaseData_Icon_C_ExecuteUbergraph_WBP_InventoryBaseData_Icon::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_InventoryBaseData_Icon_C_ExecuteUbergraph_WBP_InventoryBaseData_Icon, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_InventoryBaseData_Icon_C_ExecuteUbergraph_WBP_InventoryBaseData_Icon::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_InventoryBaseData_Icon_C_ExecuteUbergraph_WBP_InventoryBaseData_Icon, K2Node_Event_IsDesignTime) == 0x000007, "Member 'WBP_InventoryBaseData_Icon_C_ExecuteUbergraph_WBP_InventoryBaseData_Icon::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_InventoryBaseData_Icon_C_ExecuteUbergraph_WBP_InventoryBaseData_Icon, K2Node_Event_OutLoadedSprite) == 0x000008, "Member 'WBP_InventoryBaseData_Icon_C_ExecuteUbergraph_WBP_InventoryBaseData_Icon::K2Node_Event_OutLoadedSprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_InventoryBaseData_Icon_C_ExecuteUbergraph_WBP_InventoryBaseData_Icon, K2Node_Event_bIsLoading) == 0x000010, "Member 'WBP_InventoryBaseData_Icon_C_ExecuteUbergraph_WBP_InventoryBaseData_Icon::K2Node_Event_bIsLoading' has a wrong offset!"); \ +static_assert(offsetof(WBP_InventoryBaseData_Icon_C_ExecuteUbergraph_WBP_InventoryBaseData_Icon, K2Node_Select_Default) == 0x000011, "Member 'WBP_InventoryBaseData_Icon_C_ExecuteUbergraph_WBP_InventoryBaseData_Icon::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InventoryBaseData_Icon_C_OnLoadingChanged \ +static_assert(alignof(WBP_InventoryBaseData_Icon_C_OnLoadingChanged) == 0x000001, "Wrong alignment on WBP_InventoryBaseData_Icon_C_OnLoadingChanged"); \ +static_assert(sizeof(WBP_InventoryBaseData_Icon_C_OnLoadingChanged) == 0x000001, "Wrong size on WBP_InventoryBaseData_Icon_C_OnLoadingChanged"); \ +static_assert(offsetof(WBP_InventoryBaseData_Icon_C_OnLoadingChanged, bIsLoading) == 0x000000, "Member 'WBP_InventoryBaseData_Icon_C_OnLoadingChanged::bIsLoading' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InventoryBaseData_Icon_C_SpriteLoaded \ +static_assert(alignof(WBP_InventoryBaseData_Icon_C_SpriteLoaded) == 0x000008, "Wrong alignment on WBP_InventoryBaseData_Icon_C_SpriteLoaded"); \ +static_assert(sizeof(WBP_InventoryBaseData_Icon_C_SpriteLoaded) == 0x000008, "Wrong size on WBP_InventoryBaseData_Icon_C_SpriteLoaded"); \ +static_assert(offsetof(WBP_InventoryBaseData_Icon_C_SpriteLoaded, OutLoadedSprite) == 0x000000, "Member 'WBP_InventoryBaseData_Icon_C_SpriteLoaded::OutLoadedSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InventoryBaseData_Icon_C_PreConstruct \ +static_assert(alignof(WBP_InventoryBaseData_Icon_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_InventoryBaseData_Icon_C_PreConstruct"); \ +static_assert(sizeof(WBP_InventoryBaseData_Icon_C_PreConstruct) == 0x000001, "Wrong size on WBP_InventoryBaseData_Icon_C_PreConstruct"); \ +static_assert(offsetof(WBP_InventoryBaseData_Icon_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_InventoryBaseData_Icon_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InventoryBaseData_Icon_C_SetIcon \ +static_assert(alignof(WBP_InventoryBaseData_Icon_C_SetIcon) == 0x000008, "Wrong alignment on WBP_InventoryBaseData_Icon_C_SetIcon"); \ +static_assert(sizeof(WBP_InventoryBaseData_Icon_C_SetIcon) == 0x000070, "Wrong size on WBP_InventoryBaseData_Icon_C_SetIcon"); \ +static_assert(offsetof(WBP_InventoryBaseData_Icon_C_SetIcon, InSprite) == 0x000000, "Member 'WBP_InventoryBaseData_Icon_C_SetIcon::InSprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_InventoryBaseData_Icon_C_SetIcon, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_InventoryBaseData_Icon_C_SetIcon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InventoryBaseData_Icon_C_SetIcon, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000010, "Member 'WBP_InventoryBaseData_Icon_C_SetIcon::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_InventoryBaseData_Icon_C_SetIcon, K2Node_MakeStruct_SlateColor) == 0x000020, "Member 'WBP_InventoryBaseData_Icon_C_SetIcon::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_InventoryBaseData_Icon_C_SetIcon, K2Node_MakeStruct_SlateColor_1) == 0x000048, "Member 'WBP_InventoryBaseData_Icon_C_SetIcon::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_InventoryBaseData_Icon_C \ +static_assert(alignof(UWBP_InventoryBaseData_Icon_C) == 0x000008, "Wrong alignment on UWBP_InventoryBaseData_Icon_C"); \ +static_assert(sizeof(UWBP_InventoryBaseData_Icon_C) == 0x0002F0, "Wrong size on UWBP_InventoryBaseData_Icon_C"); \ +static_assert(offsetof(UWBP_InventoryBaseData_Icon_C, UberGraphFrame) == 0x0002B8, "Member 'UWBP_InventoryBaseData_Icon_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InventoryBaseData_Icon_C, Image_Icon) == 0x0002C0, "Member 'UWBP_InventoryBaseData_Icon_C::Image_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InventoryBaseData_Icon_C, ImageSize) == 0x0002C8, "Member 'UWBP_InventoryBaseData_Icon_C::ImageSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InventoryBaseData_Icon_C, bUseImageSize) == 0x0002D0, "Member 'UWBP_InventoryBaseData_Icon_C::bUseImageSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InventoryBaseData_Icon_C, EmptySprite) == 0x0002D8, "Member 'UWBP_InventoryBaseData_Icon_C::EmptySprite' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InventoryBaseData_Icon_C, EmptyIconColor) == 0x0002E0, "Member 'UWBP_InventoryBaseData_Icon_C::EmptyIconColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MenuButton_C \ +static_assert(alignof(UWBP_MenuButton_C) == 0x000008, "Wrong alignment on UWBP_MenuButton_C"); \ +static_assert(sizeof(UWBP_MenuButton_C) == 0x000378, "Wrong size on UWBP_MenuButton_C"); \ +static_assert(offsetof(UWBP_MenuButton_C, Content) == 0x000370, "Member 'UWBP_MenuButton_C::Content' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginSceen_InfoPopUp_C_ExecuteUbergraph_WBP_UI_LoginSceen_InfoPopUp \ +static_assert(alignof(WBP_UI_LoginSceen_InfoPopUp_C_ExecuteUbergraph_WBP_UI_LoginSceen_InfoPopUp) == 0x000008, "Wrong alignment on WBP_UI_LoginSceen_InfoPopUp_C_ExecuteUbergraph_WBP_UI_LoginSceen_InfoPopUp"); \ +static_assert(sizeof(WBP_UI_LoginSceen_InfoPopUp_C_ExecuteUbergraph_WBP_UI_LoginSceen_InfoPopUp) == 0x000030, "Wrong size on WBP_UI_LoginSceen_InfoPopUp_C_ExecuteUbergraph_WBP_UI_LoginSceen_InfoPopUp"); \ +static_assert(offsetof(WBP_UI_LoginSceen_InfoPopUp_C_ExecuteUbergraph_WBP_UI_LoginSceen_InfoPopUp, EntryPoint) == 0x000000, "Member 'WBP_UI_LoginSceen_InfoPopUp_C_ExecuteUbergraph_WBP_UI_LoginSceen_InfoPopUp::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginSceen_InfoPopUp_C_ExecuteUbergraph_WBP_UI_LoginSceen_InfoPopUp, K2Node_ComponentBoundEvent_Button) == 0x000008, "Member 'WBP_UI_LoginSceen_InfoPopUp_C_ExecuteUbergraph_WBP_UI_LoginSceen_InfoPopUp::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginSceen_InfoPopUp_C_ExecuteUbergraph_WBP_UI_LoginSceen_InfoPopUp, Temp_bool_Variable) == 0x000010, "Member 'WBP_UI_LoginSceen_InfoPopUp_C_ExecuteUbergraph_WBP_UI_LoginSceen_InfoPopUp::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginSceen_InfoPopUp_C_ExecuteUbergraph_WBP_UI_LoginSceen_InfoPopUp, Temp_byte_Variable) == 0x000011, "Member 'WBP_UI_LoginSceen_InfoPopUp_C_ExecuteUbergraph_WBP_UI_LoginSceen_InfoPopUp::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginSceen_InfoPopUp_C_ExecuteUbergraph_WBP_UI_LoginSceen_InfoPopUp, Temp_byte_Variable_1) == 0x000012, "Member 'WBP_UI_LoginSceen_InfoPopUp_C_ExecuteUbergraph_WBP_UI_LoginSceen_InfoPopUp::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginSceen_InfoPopUp_C_ExecuteUbergraph_WBP_UI_LoginSceen_InfoPopUp, K2Node_Event_IsDesignTime) == 0x000013, "Member 'WBP_UI_LoginSceen_InfoPopUp_C_ExecuteUbergraph_WBP_UI_LoginSceen_InfoPopUp::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginSceen_InfoPopUp_C_ExecuteUbergraph_WBP_UI_LoginSceen_InfoPopUp, K2Node_ComponentBoundEvent_Button_1) == 0x000018, "Member 'WBP_UI_LoginSceen_InfoPopUp_C_ExecuteUbergraph_WBP_UI_LoginSceen_InfoPopUp::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginSceen_InfoPopUp_C_ExecuteUbergraph_WBP_UI_LoginSceen_InfoPopUp, K2Node_ComponentBoundEvent_bIsEnabled) == 0x000020, "Member 'WBP_UI_LoginSceen_InfoPopUp_C_ExecuteUbergraph_WBP_UI_LoginSceen_InfoPopUp::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginSceen_InfoPopUp_C_ExecuteUbergraph_WBP_UI_LoginSceen_InfoPopUp, K2Node_Select_Default) == 0x000021, "Member 'WBP_UI_LoginSceen_InfoPopUp_C_ExecuteUbergraph_WBP_UI_LoginSceen_InfoPopUp::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginSceen_InfoPopUp_C_ExecuteUbergraph_WBP_UI_LoginSceen_InfoPopUp, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000028, "Member 'WBP_UI_LoginSceen_InfoPopUp_C_ExecuteUbergraph_WBP_UI_LoginSceen_InfoPopUp::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginSceen_InfoPopUp_C_BndEvt__WBP_UI_LoginSceen_InfoPopUp_WBP_MenuButton_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_LoginSceen_InfoPopUp_C_BndEvt__WBP_UI_LoginSceen_InfoPopUp_WBP_MenuButton_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_LoginSceen_InfoPopUp_C_BndEvt__WBP_UI_LoginSceen_InfoPopUp_WBP_MenuButton_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_LoginSceen_InfoPopUp_C_BndEvt__WBP_UI_LoginSceen_InfoPopUp_WBP_MenuButton_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_LoginSceen_InfoPopUp_C_BndEvt__WBP_UI_LoginSceen_InfoPopUp_WBP_MenuButton_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_LoginSceen_InfoPopUp_C_BndEvt__WBP_UI_LoginSceen_InfoPopUp_WBP_MenuButton_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_LoginSceen_InfoPopUp_C_BndEvt__WBP_UI_LoginSceen_InfoPopUp_WBP_MenuButton_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginSceen_InfoPopUp_C_BndEvt__WBP_UI_LoginSceen_InfoPopUp_WBP_MenuButton_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_LoginSceen_InfoPopUp_C_BndEvt__WBP_UI_LoginSceen_InfoPopUp_WBP_MenuButton_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_LoginSceen_InfoPopUp_C_BndEvt__WBP_UI_LoginSceen_InfoPopUp_WBP_MenuButton_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_LoginSceen_InfoPopUp_C_BndEvt__WBP_UI_LoginSceen_InfoPopUp_WBP_MenuButton_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_LoginSceen_InfoPopUp_C_BndEvt__WBP_UI_LoginSceen_InfoPopUp_WBP_MenuButton_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_LoginSceen_InfoPopUp_C_BndEvt__WBP_UI_LoginSceen_InfoPopUp_WBP_MenuButton_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_LoginSceen_InfoPopUp_C_BndEvt__WBP_UI_LoginSceen_InfoPopUp_WBP_MenuButton_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginSceen_InfoPopUp_C_BndEvt__WBP_UI_LoginSceen_InfoPopUp_WBP_MenuButton_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_LoginSceen_InfoPopUp_C_BndEvt__WBP_UI_LoginSceen_InfoPopUp_WBP_MenuButton_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginSceen_InfoPopUp_C_PreConstruct \ +static_assert(alignof(WBP_UI_LoginSceen_InfoPopUp_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_LoginSceen_InfoPopUp_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_LoginSceen_InfoPopUp_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_LoginSceen_InfoPopUp_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_LoginSceen_InfoPopUp_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_LoginSceen_InfoPopUp_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_LoginSceen_InfoPopUp_C \ +static_assert(alignof(UWBP_UI_LoginSceen_InfoPopUp_C) == 0x000008, "Wrong alignment on UWBP_UI_LoginSceen_InfoPopUp_C"); \ +static_assert(sizeof(UWBP_UI_LoginSceen_InfoPopUp_C) == 0x0002F8, "Wrong size on UWBP_UI_LoginSceen_InfoPopUp_C"); \ +static_assert(offsetof(UWBP_UI_LoginSceen_InfoPopUp_C, UberGraphFrame) == 0x0002D8, "Member 'UWBP_UI_LoginSceen_InfoPopUp_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginSceen_InfoPopUp_C, Hover) == 0x0002E0, "Member 'UWBP_UI_LoginSceen_InfoPopUp_C::Hover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginSceen_InfoPopUp_C, SizeBox_0) == 0x0002E8, "Member 'UWBP_UI_LoginSceen_InfoPopUp_C::SizeBox_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginSceen_InfoPopUp_C, TextBlock_100) == 0x0002F0, "Member 'UWBP_UI_LoginSceen_InfoPopUp_C::TextBlock_100' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_TPPlayerBase_Moneybag_C_ExecuteUbergraph_ABP_TPPlayerBase_Moneybag \ +static_assert(alignof(ABP_TPPlayerBase_Moneybag_C_ExecuteUbergraph_ABP_TPPlayerBase_Moneybag) == 0x000004, "Wrong alignment on ABP_TPPlayerBase_Moneybag_C_ExecuteUbergraph_ABP_TPPlayerBase_Moneybag"); \ +static_assert(sizeof(ABP_TPPlayerBase_Moneybag_C_ExecuteUbergraph_ABP_TPPlayerBase_Moneybag) == 0x000028, "Wrong size on ABP_TPPlayerBase_Moneybag_C_ExecuteUbergraph_ABP_TPPlayerBase_Moneybag"); \ +static_assert(offsetof(ABP_TPPlayerBase_Moneybag_C_ExecuteUbergraph_ABP_TPPlayerBase_Moneybag, EntryPoint) == 0x000000, "Member 'ABP_TPPlayerBase_Moneybag_C_ExecuteUbergraph_ABP_TPPlayerBase_Moneybag::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_TPPlayerBase_Moneybag_C_ExecuteUbergraph_ABP_TPPlayerBase_Moneybag, CallFunc_BreakTransform_Location) == 0x000004, "Member 'ABP_TPPlayerBase_Moneybag_C_ExecuteUbergraph_ABP_TPPlayerBase_Moneybag::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(ABP_TPPlayerBase_Moneybag_C_ExecuteUbergraph_ABP_TPPlayerBase_Moneybag, CallFunc_BreakTransform_Rotation) == 0x000010, "Member 'ABP_TPPlayerBase_Moneybag_C_ExecuteUbergraph_ABP_TPPlayerBase_Moneybag::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(ABP_TPPlayerBase_Moneybag_C_ExecuteUbergraph_ABP_TPPlayerBase_Moneybag, CallFunc_BreakTransform_Scale) == 0x00001C, "Member 'ABP_TPPlayerBase_Moneybag_C_ExecuteUbergraph_ABP_TPPlayerBase_Moneybag::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_TPPlayerBase_Moneybag_C_AttachmentComplete \ +static_assert(alignof(ABP_TPPlayerBase_Moneybag_C_AttachmentComplete) == 0x000008, "Wrong alignment on ABP_TPPlayerBase_Moneybag_C_AttachmentComplete"); \ +static_assert(sizeof(ABP_TPPlayerBase_Moneybag_C_AttachmentComplete) == 0x000008, "Wrong size on ABP_TPPlayerBase_Moneybag_C_AttachmentComplete"); \ +static_assert(offsetof(ABP_TPPlayerBase_Moneybag_C_AttachmentComplete, InParentSkeletalMeshComponent) == 0x000000, "Member 'ABP_TPPlayerBase_Moneybag_C_AttachmentComplete::InParentSkeletalMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_TPPlayerBase_Moneybag_C_AdjustAttachment \ +static_assert(alignof(ABP_TPPlayerBase_Moneybag_C_AdjustAttachment) == 0x000010, "Wrong alignment on ABP_TPPlayerBase_Moneybag_C_AdjustAttachment"); \ +static_assert(sizeof(ABP_TPPlayerBase_Moneybag_C_AdjustAttachment) == 0x000040, "Wrong size on ABP_TPPlayerBase_Moneybag_C_AdjustAttachment"); \ +static_assert(offsetof(ABP_TPPlayerBase_Moneybag_C_AdjustAttachment, Index_0) == 0x000000, "Member 'ABP_TPPlayerBase_Moneybag_C_AdjustAttachment::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_TPPlayerBase_Moneybag_C_AdjustAttachment, NewCount) == 0x000004, "Member 'ABP_TPPlayerBase_Moneybag_C_AdjustAttachment::NewCount' has a wrong offset!"); \ +static_assert(offsetof(ABP_TPPlayerBase_Moneybag_C_AdjustAttachment, NewStrapTransformOffset) == 0x000010, "Member 'ABP_TPPlayerBase_Moneybag_C_AdjustAttachment::NewStrapTransformOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_TPPlayerBase_Moneybag_C_AnimGraph \ +static_assert(alignof(ABP_TPPlayerBase_Moneybag_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_TPPlayerBase_Moneybag_C_AnimGraph"); \ +static_assert(sizeof(ABP_TPPlayerBase_Moneybag_C_AnimGraph) == 0x000010, "Wrong size on ABP_TPPlayerBase_Moneybag_C_AnimGraph"); \ +static_assert(offsetof(ABP_TPPlayerBase_Moneybag_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_TPPlayerBase_Moneybag_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_TPPlayerBase_Moneybag_C \ +static_assert(alignof(UABP_TPPlayerBase_Moneybag_C) == 0x000010, "Wrong alignment on UABP_TPPlayerBase_Moneybag_C"); \ +static_assert(sizeof(UABP_TPPlayerBase_Moneybag_C) == 0x001200, "Wrong size on UABP_TPPlayerBase_Moneybag_C"); \ +static_assert(offsetof(UABP_TPPlayerBase_Moneybag_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_TPPlayerBase_Moneybag_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_Moneybag_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_TPPlayerBase_Moneybag_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_Moneybag_C, AnimGraphNode_RigidBody) == 0x000310, "Member 'UABP_TPPlayerBase_Moneybag_C::AnimGraphNode_RigidBody' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_Moneybag_C, AnimGraphNode_ComponentToLocalSpace) == 0x000BD0, "Member 'UABP_TPPlayerBase_Moneybag_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_Moneybag_C, AnimGraphNode_CopyPoseFromMesh) == 0x000C00, "Member 'UABP_TPPlayerBase_Moneybag_C::AnimGraphNode_CopyPoseFromMesh' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_Moneybag_C, AnimGraphNode_LocalToComponentSpace) == 0x000DE8, "Member 'UABP_TPPlayerBase_Moneybag_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_Moneybag_C, AnimGraphNode_ModifyBone_2) == 0x000E18, "Member 'UABP_TPPlayerBase_Moneybag_C::AnimGraphNode_ModifyBone_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_Moneybag_C, AnimGraphNode_ModifyBone_1) == 0x000F50, "Member 'UABP_TPPlayerBase_Moneybag_C::AnimGraphNode_ModifyBone_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_Moneybag_C, AnimGraphNode_ModifyBone) == 0x001088, "Member 'UABP_TPPlayerBase_Moneybag_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_Moneybag_C, ParentSkeletalMeshComponent) == 0x0011C0, "Member 'UABP_TPPlayerBase_Moneybag_C::ParentSkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_Moneybag_C, StrapTransformOffset) == 0x0011D0, "Member 'UABP_TPPlayerBase_Moneybag_C::StrapTransformOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TutorialPopUpBody_C_ExecuteUbergraph_WBP_UI_TutorialPopUpBody \ +static_assert(alignof(WBP_UI_TutorialPopUpBody_C_ExecuteUbergraph_WBP_UI_TutorialPopUpBody) == 0x000008, "Wrong alignment on WBP_UI_TutorialPopUpBody_C_ExecuteUbergraph_WBP_UI_TutorialPopUpBody"); \ +static_assert(sizeof(WBP_UI_TutorialPopUpBody_C_ExecuteUbergraph_WBP_UI_TutorialPopUpBody) == 0x000028, "Wrong size on WBP_UI_TutorialPopUpBody_C_ExecuteUbergraph_WBP_UI_TutorialPopUpBody"); \ +static_assert(offsetof(WBP_UI_TutorialPopUpBody_C_ExecuteUbergraph_WBP_UI_TutorialPopUpBody, EntryPoint) == 0x000000, "Member 'WBP_UI_TutorialPopUpBody_C_ExecuteUbergraph_WBP_UI_TutorialPopUpBody::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialPopUpBody_C_ExecuteUbergraph_WBP_UI_TutorialPopUpBody, K2Node_Event_InPopUpDataAsset) == 0x000008, "Member 'WBP_UI_TutorialPopUpBody_C_ExecuteUbergraph_WBP_UI_TutorialPopUpBody::K2Node_Event_InPopUpDataAsset' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialPopUpBody_C_ExecuteUbergraph_WBP_UI_TutorialPopUpBody, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_UI_TutorialPopUpBody_C_ExecuteUbergraph_WBP_UI_TutorialPopUpBody::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialPopUpBody_C_ExecuteUbergraph_WBP_UI_TutorialPopUpBody, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000018, "Member 'WBP_UI_TutorialPopUpBody_C_ExecuteUbergraph_WBP_UI_TutorialPopUpBody::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TutorialPopUpBody_C_OnTutorialPopUpInitialized \ +static_assert(alignof(WBP_UI_TutorialPopUpBody_C_OnTutorialPopUpInitialized) == 0x000008, "Wrong alignment on WBP_UI_TutorialPopUpBody_C_OnTutorialPopUpInitialized"); \ +static_assert(sizeof(WBP_UI_TutorialPopUpBody_C_OnTutorialPopUpInitialized) == 0x000008, "Wrong size on WBP_UI_TutorialPopUpBody_C_OnTutorialPopUpInitialized"); \ +static_assert(offsetof(WBP_UI_TutorialPopUpBody_C_OnTutorialPopUpInitialized, InPopUpDataAsset) == 0x000000, "Member 'WBP_UI_TutorialPopUpBody_C_OnTutorialPopUpInitialized::InPopUpDataAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_TutorialPopUpBody_C \ +static_assert(alignof(UWBP_UI_TutorialPopUpBody_C) == 0x000008, "Wrong alignment on UWBP_UI_TutorialPopUpBody_C"); \ +static_assert(sizeof(UWBP_UI_TutorialPopUpBody_C) == 0x0002E0, "Wrong size on UWBP_UI_TutorialPopUpBody_C"); \ +static_assert(offsetof(UWBP_UI_TutorialPopUpBody_C, UberGraphFrame) == 0x0002C0, "Member 'UWBP_UI_TutorialPopUpBody_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TutorialPopUpBody_C, Image_TutorialImage) == 0x0002C8, "Member 'UWBP_UI_TutorialPopUpBody_C::Image_TutorialImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TutorialPopUpBody_C, SBZScrollBox_Content) == 0x0002D0, "Member 'UWBP_UI_TutorialPopUpBody_C::SBZScrollBox_Content' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TutorialPopUpBody_C, Text_TutorialDescription) == 0x0002D8, "Member 'UWBP_UI_TutorialPopUpBody_C::Text_TutorialDescription' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_POI_Hostage_C \ +static_assert(alignof(ABP_POI_Hostage_C) == 0x000008, "Wrong alignment on ABP_POI_Hostage_C"); \ +static_assert(sizeof(ABP_POI_Hostage_C) == 0x0002F8, "Wrong size on ABP_POI_Hostage_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification \ +static_assert(alignof(WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification) == 0x000008, "Wrong alignment on WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification"); \ +static_assert(sizeof(WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification) == 0x0000A8, "Wrong size on WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification"); \ +static_assert(offsetof(WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification, EntryPoint) == 0x000000, "Member 'WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification, Temp_byte_Variable) == 0x000004, "Member 'WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification, Temp_byte_Variable_1) == 0x000005, "Member 'WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification, K2Node_Event_IsDesignTime) == 0x000006, "Member 'WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification, Temp_bool_Variable) == 0x000007, "Member 'WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification, K2Node_Event_InNotificationToDisplay) == 0x000008, "Member 'WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification::K2Node_Event_InNotificationToDisplay' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification, K2Node_DynamicCast_AsSBZCoin_Data) == 0x000048, "Member 'WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification::K2Node_DynamicCast_AsSBZCoin_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification, CallFunc_IsValid_ReturnValue) == 0x000051, "Member 'WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification, CallFunc_TextIsEmpty_ReturnValue) == 0x000052, "Member 'WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification, CallFunc_ClampText_ReturnValue) == 0x000058, "Member 'WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification::CallFunc_ClampText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification, K2Node_Select_Default) == 0x000070, "Member 'WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification, CallFunc_ClampText_ReturnValue_1) == 0x000078, "Member 'WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification::CallFunc_ClampText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification, CallFunc_MakeVector2D_ReturnValue) == 0x000090, "Member 'WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification, CallFunc_MakeVector2D_ReturnValue_1) == 0x000098, "Member 'WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification, Temp_byte_Variable_2) == 0x0000A0, "Member 'WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification, Temp_byte_Variable_3) == 0x0000A1, "Member 'WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification, Temp_bool_Variable_1) == 0x0000A2, "Member 'WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification, K2Node_Select_Default_1) == 0x0000A3, "Member 'WBP_UI_SideBarNotification_C_ExecuteUbergraph_WBP_UI_SideBarNotification::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SideBarNotification_C_OnNotificationDisplayed \ +static_assert(alignof(WBP_UI_SideBarNotification_C_OnNotificationDisplayed) == 0x000008, "Wrong alignment on WBP_UI_SideBarNotification_C_OnNotificationDisplayed"); \ +static_assert(sizeof(WBP_UI_SideBarNotification_C_OnNotificationDisplayed) == 0x000040, "Wrong size on WBP_UI_SideBarNotification_C_OnNotificationDisplayed"); \ +static_assert(offsetof(WBP_UI_SideBarNotification_C_OnNotificationDisplayed, InNotificationToDisplay) == 0x000000, "Member 'WBP_UI_SideBarNotification_C_OnNotificationDisplayed::InNotificationToDisplay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SideBarNotification_C_PreConstruct \ +static_assert(alignof(WBP_UI_SideBarNotification_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_SideBarNotification_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_SideBarNotification_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_SideBarNotification_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_SideBarNotification_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_SideBarNotification_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_SideBarNotification_C \ +static_assert(alignof(UWBP_UI_SideBarNotification_C) == 0x000008, "Wrong alignment on UWBP_UI_SideBarNotification_C"); \ +static_assert(sizeof(UWBP_UI_SideBarNotification_C) == 0x000318, "Wrong size on UWBP_UI_SideBarNotification_C"); \ +static_assert(offsetof(UWBP_UI_SideBarNotification_C, UberGraphFrame) == 0x0002B8, "Member 'UWBP_UI_SideBarNotification_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SideBarNotification_C, Animation_SwitchNotification) == 0x0002C0, "Member 'UWBP_UI_SideBarNotification_C::Animation_SwitchNotification' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SideBarNotification_C, Icon_Overlay) == 0x0002C8, "Member 'UWBP_UI_SideBarNotification_C::Icon_Overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SideBarNotification_C, Image_155) == 0x0002D0, "Member 'UWBP_UI_SideBarNotification_C::Image_155' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SideBarNotification_C, Image_Background) == 0x0002D8, "Member 'UWBP_UI_SideBarNotification_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SideBarNotification_C, Text_Header) == 0x0002E0, "Member 'UWBP_UI_SideBarNotification_C::Text_Header' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SideBarNotification_C, TextParagraph) == 0x0002E8, "Member 'UWBP_UI_SideBarNotification_C::TextParagraph' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SideBarNotification_C, TinyTop_Text) == 0x0002F0, "Member 'UWBP_UI_SideBarNotification_C::TinyTop_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SideBarNotification_C, TinyTop_Text_1) == 0x0002F8, "Member 'UWBP_UI_SideBarNotification_C::TinyTop_Text_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SideBarNotification_C, TinyTop_Text_2) == 0x000300, "Member 'UWBP_UI_SideBarNotification_C::TinyTop_Text_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SideBarNotification_C, TinyTop_Text_3) == 0x000308, "Member 'UWBP_UI_SideBarNotification_C::TinyTop_Text_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SideBarNotification_C, WBP_InventoryBaseData_Icon) == 0x000310, "Member 'UWBP_UI_SideBarNotification_C::WBP_InventoryBaseData_Icon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PopUpWidget_C_ExecuteUbergraph_WBP_UI_PopUpWidget \ +static_assert(alignof(WBP_UI_PopUpWidget_C_ExecuteUbergraph_WBP_UI_PopUpWidget) == 0x000008, "Wrong alignment on WBP_UI_PopUpWidget_C_ExecuteUbergraph_WBP_UI_PopUpWidget"); \ +static_assert(sizeof(WBP_UI_PopUpWidget_C_ExecuteUbergraph_WBP_UI_PopUpWidget) == 0x000010, "Wrong size on WBP_UI_PopUpWidget_C_ExecuteUbergraph_WBP_UI_PopUpWidget"); \ +static_assert(offsetof(WBP_UI_PopUpWidget_C_ExecuteUbergraph_WBP_UI_PopUpWidget, EntryPoint) == 0x000000, "Member 'WBP_UI_PopUpWidget_C_ExecuteUbergraph_WBP_UI_PopUpWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PopUpWidget_C_ExecuteUbergraph_WBP_UI_PopUpWidget, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_UI_PopUpWidget_C_ExecuteUbergraph_WBP_UI_PopUpWidget::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_PopUpWidget_C \ +static_assert(alignof(UWBP_UI_PopUpWidget_C) == 0x000008, "Wrong alignment on UWBP_UI_PopUpWidget_C"); \ +static_assert(sizeof(UWBP_UI_PopUpWidget_C) == 0x0003A8, "Wrong size on UWBP_UI_PopUpWidget_C"); \ +static_assert(offsetof(UWBP_UI_PopUpWidget_C, UberGraphFrame) == 0x000358, "Member 'UWBP_UI_PopUpWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PopUpWidget_C, Dash_Loop) == 0x000360, "Member 'UWBP_UI_PopUpWidget_C::Dash_Loop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PopUpWidget_C, Show) == 0x000368, "Member 'UWBP_UI_PopUpWidget_C::Show' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PopUpWidget_C, CenterBackground_I) == 0x000370, "Member 'UWBP_UI_PopUpWidget_C::CenterBackground_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PopUpWidget_C, Image_256) == 0x000378, "Member 'UWBP_UI_PopUpWidget_C::Image_256' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PopUpWidget_C, TinyTop_Text) == 0x000380, "Member 'UWBP_UI_PopUpWidget_C::TinyTop_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PopUpWidget_C, TinyTop_Text_1) == 0x000388, "Member 'UWBP_UI_PopUpWidget_C::TinyTop_Text_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PopUpWidget_C, TinyTop_Text_2) == 0x000390, "Member 'UWBP_UI_PopUpWidget_C::TinyTop_Text_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PopUpWidget_C, TinyTop_Text_3) == 0x000398, "Member 'UWBP_UI_PopUpWidget_C::TinyTop_Text_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PopUpWidget_C, VerticalBodyBox) == 0x0003A0, "Member 'UWBP_UI_PopUpWidget_C::VerticalBodyBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_Blackbackground_C_ExecuteUbergraph_WBP_UI_MainMenu_Blackbackground \ +static_assert(alignof(WBP_UI_MainMenu_Blackbackground_C_ExecuteUbergraph_WBP_UI_MainMenu_Blackbackground) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_Blackbackground_C_ExecuteUbergraph_WBP_UI_MainMenu_Blackbackground"); \ +static_assert(sizeof(WBP_UI_MainMenu_Blackbackground_C_ExecuteUbergraph_WBP_UI_MainMenu_Blackbackground) == 0x000010, "Wrong size on WBP_UI_MainMenu_Blackbackground_C_ExecuteUbergraph_WBP_UI_MainMenu_Blackbackground"); \ +static_assert(offsetof(WBP_UI_MainMenu_Blackbackground_C_ExecuteUbergraph_WBP_UI_MainMenu_Blackbackground, EntryPoint) == 0x000000, "Member 'WBP_UI_MainMenu_Blackbackground_C_ExecuteUbergraph_WBP_UI_MainMenu_Blackbackground::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Blackbackground_C_ExecuteUbergraph_WBP_UI_MainMenu_Blackbackground, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_UI_MainMenu_Blackbackground_C_ExecuteUbergraph_WBP_UI_MainMenu_Blackbackground::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_MainMenu_Blackbackground_C \ +static_assert(alignof(UWBP_UI_MainMenu_Blackbackground_C) == 0x000008, "Wrong alignment on UWBP_UI_MainMenu_Blackbackground_C"); \ +static_assert(sizeof(UWBP_UI_MainMenu_Blackbackground_C) == 0x0002B0, "Wrong size on UWBP_UI_MainMenu_Blackbackground_C"); \ +static_assert(offsetof(UWBP_UI_MainMenu_Blackbackground_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_MainMenu_Blackbackground_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_Blackbackground_C, LoadingAnimation) == 0x000298, "Member 'UWBP_UI_MainMenu_Blackbackground_C::LoadingAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_Blackbackground_C, Image_Background) == 0x0002A0, "Member 'UWBP_UI_MainMenu_Blackbackground_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_Blackbackground_C, ProgressBar_Loading) == 0x0002A8, "Member 'UWBP_UI_MainMenu_Blackbackground_C::ProgressBar_Loading' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_FullscreenNotificationWidget_C_ExecuteUbergraph_WBP_UI_FullscreenNotificationWidget \ +static_assert(alignof(WBP_UI_FullscreenNotificationWidget_C_ExecuteUbergraph_WBP_UI_FullscreenNotificationWidget) == 0x000008, "Wrong alignment on WBP_UI_FullscreenNotificationWidget_C_ExecuteUbergraph_WBP_UI_FullscreenNotificationWidget"); \ +static_assert(sizeof(WBP_UI_FullscreenNotificationWidget_C_ExecuteUbergraph_WBP_UI_FullscreenNotificationWidget) == 0x000048, "Wrong size on WBP_UI_FullscreenNotificationWidget_C_ExecuteUbergraph_WBP_UI_FullscreenNotificationWidget"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_ExecuteUbergraph_WBP_UI_FullscreenNotificationWidget, EntryPoint) == 0x000000, "Member 'WBP_UI_FullscreenNotificationWidget_C_ExecuteUbergraph_WBP_UI_FullscreenNotificationWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_ExecuteUbergraph_WBP_UI_FullscreenNotificationWidget, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_FullscreenNotificationWidget_C_ExecuteUbergraph_WBP_UI_FullscreenNotificationWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_ExecuteUbergraph_WBP_UI_FullscreenNotificationWidget, K2Node_Event_NewNotificationData) == 0x000008, "Member 'WBP_UI_FullscreenNotificationWidget_C_ExecuteUbergraph_WBP_UI_FullscreenNotificationWidget::K2Node_Event_NewNotificationData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_ExecuteUbergraph_WBP_UI_FullscreenNotificationWidget, CallFunc_PlayAnimationForward_ReturnValue) == 0x000040, "Member 'WBP_UI_FullscreenNotificationWidget_C_ExecuteUbergraph_WBP_UI_FullscreenNotificationWidget::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_FullscreenNotificationWidget_C_OnDisplayedNewActiveNotification \ +static_assert(alignof(WBP_UI_FullscreenNotificationWidget_C_OnDisplayedNewActiveNotification) == 0x000008, "Wrong alignment on WBP_UI_FullscreenNotificationWidget_C_OnDisplayedNewActiveNotification"); \ +static_assert(sizeof(WBP_UI_FullscreenNotificationWidget_C_OnDisplayedNewActiveNotification) == 0x000038, "Wrong size on WBP_UI_FullscreenNotificationWidget_C_OnDisplayedNewActiveNotification"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_OnDisplayedNewActiveNotification, NewNotificationData) == 0x000000, "Member 'WBP_UI_FullscreenNotificationWidget_C_OnDisplayedNewActiveNotification::NewNotificationData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_FullscreenNotificationWidget_C_PreConstruct \ +static_assert(alignof(WBP_UI_FullscreenNotificationWidget_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_FullscreenNotificationWidget_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_FullscreenNotificationWidget_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_FullscreenNotificationWidget_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_FullscreenNotificationWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue \ +static_assert(alignof(WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue) == 0x000008, "Wrong alignment on WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue"); \ +static_assert(sizeof(WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue) == 0x0000E0, "Wrong size on WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue, NormalCount) == 0x000000, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue::NormalCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue, WarningCount) == 0x000004, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue::WarningCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue, ErrorCount) == 0x000008, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue::ErrorCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue, Temp_int_Variable) == 0x000010, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue, CallFunc_Conv_IntToText_ReturnValue) == 0x000018, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000038, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue, Temp_int_Variable_1) == 0x000050, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue, CallFunc_Conv_IntToText_ReturnValue_2) == 0x000058, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue::CallFunc_Conv_IntToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue, Temp_int_Variable_2) == 0x000070, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue, CallFunc_Add_IntInt_ReturnValue_1) == 0x000074, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue, CallFunc_Add_IntInt_ReturnValue_2) == 0x000078, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue, CallFunc_Add_IntInt_ReturnValue_3) == 0x00007C, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue, CallFunc_GetUIManager_ReturnValue) == 0x000080, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue, CallFunc_GetFullscreenNotificationQueue_ReturnValue) == 0x000088, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue::CallFunc_GetFullscreenNotificationQueue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue, CallFunc_Less_IntInt_ReturnValue) == 0x0000D8, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue, K2Node_SwitchEnum_CmpSuccess) == 0x0000D9, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetDisplayQueue::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals \ +static_assert(alignof(WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals) == 0x000008, "Wrong alignment on WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals"); \ +static_assert(sizeof(WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals) == 0x000188, "Wrong size on WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals, InNotificationData) == 0x000000, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals::InNotificationData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals, Temp_struct_Variable) == 0x000004, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals, Temp_struct_Variable_1) == 0x000014, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals, Temp_struct_Variable_2) == 0x000024, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals, Temp_byte_Variable) == 0x000034, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals, Temp_byte_Variable_1) == 0x000035, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals, Temp_byte_Variable_2) == 0x000036, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals, Temp_byte_Variable_3) == 0x000037, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals, Temp_byte_Variable_4) == 0x000038, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals, Temp_byte_Variable_5) == 0x000039, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals, K2Node_Select_Default) == 0x00003A, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals, Temp_text_Variable) == 0x000040, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals, Temp_text_Variable_1) == 0x000058, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals, Temp_text_Variable_2) == 0x000070, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals, Temp_text_Variable_3) == 0x000088, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals, K2Node_MakeStruct_FormatArgumentData) == 0x0000A0, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals, K2Node_Select_Default_1) == 0x0000E0, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals, Temp_struct_Variable_3) == 0x0000F8, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals, K2Node_MakeStruct_FormatArgumentData_1) == 0x000108, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals, K2Node_MakeArray_Array) == 0x000148, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals, CallFunc_Format_ReturnValue) == 0x000158, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals, Temp_byte_Variable_6) == 0x000170, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals, K2Node_Select_Default_2) == 0x000174, "Member 'WBP_UI_FullscreenNotificationWidget_C_SetNotificationTypeVisuals::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_FullscreenNotificationWidget_C \ +static_assert(alignof(UWBP_UI_FullscreenNotificationWidget_C) == 0x000008, "Wrong alignment on UWBP_UI_FullscreenNotificationWidget_C"); \ +static_assert(sizeof(UWBP_UI_FullscreenNotificationWidget_C) == 0x000378, "Wrong size on UWBP_UI_FullscreenNotificationWidget_C"); \ +static_assert(offsetof(UWBP_UI_FullscreenNotificationWidget_C, UberGraphFrame) == 0x000318, "Member 'UWBP_UI_FullscreenNotificationWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_FullscreenNotificationWidget_C, NewNotificationAnimation) == 0x000320, "Member 'UWBP_UI_FullscreenNotificationWidget_C::NewNotificationAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_FullscreenNotificationWidget_C, Image_BlurredBackground) == 0x000328, "Member 'UWBP_UI_FullscreenNotificationWidget_C::Image_BlurredBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_FullscreenNotificationWidget_C, Image_ErrorIcon) == 0x000330, "Member 'UWBP_UI_FullscreenNotificationWidget_C::Image_ErrorIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_FullscreenNotificationWidget_C, Image_HeaderBackground) == 0x000338, "Member 'UWBP_UI_FullscreenNotificationWidget_C::Image_HeaderBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_FullscreenNotificationWidget_C, Image_NormalIcon) == 0x000340, "Member 'UWBP_UI_FullscreenNotificationWidget_C::Image_NormalIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_FullscreenNotificationWidget_C, Image_QueueBackground) == 0x000348, "Member 'UWBP_UI_FullscreenNotificationWidget_C::Image_QueueBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_FullscreenNotificationWidget_C, Image_WarningIcon) == 0x000350, "Member 'UWBP_UI_FullscreenNotificationWidget_C::Image_WarningIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_FullscreenNotificationWidget_C, Text_ErrorCount) == 0x000358, "Member 'UWBP_UI_FullscreenNotificationWidget_C::Text_ErrorCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_FullscreenNotificationWidget_C, Text_NormalCount) == 0x000360, "Member 'UWBP_UI_FullscreenNotificationWidget_C::Text_NormalCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_FullscreenNotificationWidget_C, Text_NotificationType) == 0x000368, "Member 'UWBP_UI_FullscreenNotificationWidget_C::Text_NotificationType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_FullscreenNotificationWidget_C, Text_WarningCount) == 0x000370, "Member 'UWBP_UI_FullscreenNotificationWidget_C::Text_WarningCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_Subtitles_C \ +static_assert(alignof(UWBP_UI_Widget_Subtitles_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_Subtitles_C"); \ +static_assert(sizeof(UWBP_UI_Widget_Subtitles_C) == 0x000360, "Wrong size on UWBP_UI_Widget_Subtitles_C"); \ + +#define DUMPER7_ASSERTS_UBP_Order_Evacuate_C \ +static_assert(alignof(UBP_Order_Evacuate_C) == 0x000008, "Wrong alignment on UBP_Order_Evacuate_C"); \ +static_assert(sizeof(UBP_Order_Evacuate_C) == 0x000130, "Wrong size on UBP_Order_Evacuate_C"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_Marksman_Spearfish_C \ +static_assert(alignof(UBP_FireWeaponFeedback_Marksman_Spearfish_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_Marksman_Spearfish_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_Marksman_Spearfish_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_Marksman_Spearfish_C"); \ + +#define DUMPER7_ASSERTS_WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus \ +static_assert(alignof(WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus) == 0x000008, "Wrong alignment on WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus"); \ +static_assert(sizeof(WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus) == 0x000138, "Wrong size on WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus"); \ +static_assert(offsetof(WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus, EntryPoint) == 0x000000, "Member 'WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus, K2Node_Event_InAmmoInventory) == 0x000004, "Member 'WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus::K2Node_Event_InAmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000008, "Member 'WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus, CallFunc_Conv_IntToText_ReturnValue) == 0x000018, "Member 'WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus, CallFunc_Greater_IntInt_ReturnValue) == 0x000030, "Member 'WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus, K2Node_Event_InIcon) == 0x000038, "Member 'WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus::K2Node_Event_InIcon' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000068, "Member 'WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus, K2Node_MakeStruct_SlateColor) == 0x000070, "Member 'WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus, K2Node_MakeStruct_SlateColor_1) == 0x000098, "Member 'WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus, Temp_object_Variable) == 0x0000C0, "Member 'WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus, K2Node_DynamicCast_AsPaper_Sprite) == 0x0000C8, "Member 'WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus, K2Node_DynamicCast_bSuccess) == 0x0000D0, "Member 'WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1) == 0x0000D8, "Member 'WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus, K2Node_CustomEvent_Loaded) == 0x0000E8, "Member 'WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus, K2Node_Event_IsDesignTime) == 0x0000F0, "Member 'WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus, CallFunc_SelectFloat_ReturnValue) == 0x0000F4, "Member 'WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus, K2Node_MakeStruct_SlateColor_2) == 0x0000F8, "Member 'WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus, K2Node_CreateDelegate_OutputDelegate) == 0x000120, "Member 'WBP_PartyMember_ToolStatus_C_ExecuteUbergraph_WBP_PartyMember_ToolStatus::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PartyMember_ToolStatus_C_PreConstruct \ +static_assert(alignof(WBP_PartyMember_ToolStatus_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_PartyMember_ToolStatus_C_PreConstruct"); \ +static_assert(sizeof(WBP_PartyMember_ToolStatus_C_PreConstruct) == 0x000001, "Wrong size on WBP_PartyMember_ToolStatus_C_PreConstruct"); \ +static_assert(offsetof(WBP_PartyMember_ToolStatus_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_PartyMember_ToolStatus_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PartyMember_ToolStatus_C_OnIconChanged \ +static_assert(alignof(WBP_PartyMember_ToolStatus_C_OnIconChanged) == 0x000008, "Wrong alignment on WBP_PartyMember_ToolStatus_C_OnIconChanged"); \ +static_assert(sizeof(WBP_PartyMember_ToolStatus_C_OnIconChanged) == 0x000030, "Wrong size on WBP_PartyMember_ToolStatus_C_OnIconChanged"); \ +static_assert(offsetof(WBP_PartyMember_ToolStatus_C_OnIconChanged, InIcon) == 0x000000, "Member 'WBP_PartyMember_ToolStatus_C_OnIconChanged::InIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PartyMember_ToolStatus_C_OnAmmoInventoryChanged \ +static_assert(alignof(WBP_PartyMember_ToolStatus_C_OnAmmoInventoryChanged) == 0x000004, "Wrong alignment on WBP_PartyMember_ToolStatus_C_OnAmmoInventoryChanged"); \ +static_assert(sizeof(WBP_PartyMember_ToolStatus_C_OnAmmoInventoryChanged) == 0x000004, "Wrong size on WBP_PartyMember_ToolStatus_C_OnAmmoInventoryChanged"); \ +static_assert(offsetof(WBP_PartyMember_ToolStatus_C_OnAmmoInventoryChanged, InAmmoInventory) == 0x000000, "Member 'WBP_PartyMember_ToolStatus_C_OnAmmoInventoryChanged::InAmmoInventory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PartyMember_ToolStatus_C_OnLoaded_BA373E794BE56F89437E66AA1890CF13 \ +static_assert(alignof(WBP_PartyMember_ToolStatus_C_OnLoaded_BA373E794BE56F89437E66AA1890CF13) == 0x000008, "Wrong alignment on WBP_PartyMember_ToolStatus_C_OnLoaded_BA373E794BE56F89437E66AA1890CF13"); \ +static_assert(sizeof(WBP_PartyMember_ToolStatus_C_OnLoaded_BA373E794BE56F89437E66AA1890CF13) == 0x000008, "Wrong size on WBP_PartyMember_ToolStatus_C_OnLoaded_BA373E794BE56F89437E66AA1890CF13"); \ +static_assert(offsetof(WBP_PartyMember_ToolStatus_C_OnLoaded_BA373E794BE56F89437E66AA1890CF13, Loaded) == 0x000000, "Member 'WBP_PartyMember_ToolStatus_C_OnLoaded_BA373E794BE56F89437E66AA1890CF13::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PartyMember_ToolStatus_C \ +static_assert(alignof(UWBP_PartyMember_ToolStatus_C) == 0x000008, "Wrong alignment on UWBP_PartyMember_ToolStatus_C"); \ +static_assert(sizeof(UWBP_PartyMember_ToolStatus_C) == 0x000390, "Wrong size on UWBP_PartyMember_ToolStatus_C"); \ +static_assert(offsetof(UWBP_PartyMember_ToolStatus_C, UberGraphFrame) == 0x0002D8, "Member 'UWBP_PartyMember_ToolStatus_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ToolStatus_C, OnPickUpAnimation) == 0x0002E0, "Member 'UWBP_PartyMember_ToolStatus_C::OnPickUpAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ToolStatus_C, Background_I) == 0x0002E8, "Member 'UWBP_PartyMember_ToolStatus_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ToolStatus_C, Icon_I) == 0x0002F0, "Member 'UWBP_PartyMember_ToolStatus_C::Icon_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ToolStatus_C, Value_T) == 0x0002F8, "Member 'UWBP_PartyMember_ToolStatus_C::Value_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ToolStatus_C, NormalTextColor) == 0x000300, "Member 'UWBP_PartyMember_ToolStatus_C::NormalTextColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ToolStatus_C, LowTextColor) == 0x000328, "Member 'UWBP_PartyMember_ToolStatus_C::LowTextColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ToolStatus_C, CriticalTextColor) == 0x000350, "Member 'UWBP_PartyMember_ToolStatus_C::CriticalTextColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ToolStatus_C, EquippedOpacity) == 0x000378, "Member 'UWBP_PartyMember_ToolStatus_C::EquippedOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ToolStatus_C, UnequippedOpacity) == 0x00037C, "Member 'UWBP_PartyMember_ToolStatus_C::UnequippedOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ToolStatus_C, DesignerToolIcon) == 0x000380, "Member 'UWBP_PartyMember_ToolStatus_C::DesignerToolIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ToolStatus_C, HasAmmoOpacity) == 0x000388, "Member 'UWBP_PartyMember_ToolStatus_C::HasAmmoOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ToolStatus_C, NoAmmoOpacity) == 0x00038C, "Member 'UWBP_PartyMember_ToolStatus_C::NoAmmoOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart \ +static_assert(alignof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart) == 0x000008, "Wrong alignment on WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart"); \ +static_assert(sizeof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart) == 0x000180, "Wrong size on WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, EntryPoint) == 0x000000, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, CallFunc_GetGameStateMachine_ReturnValue) == 0x000008, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, CallFunc_GetUIManager_ReturnValue) == 0x000028, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, CallFunc_MakeLiteralName_ReturnValue) == 0x000030, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, CallFunc_PopStack_ReturnValue) == 0x00003C, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, CallFunc_GetUIStack_ReturnValue) == 0x000048, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::CallFunc_GetUIStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, K2Node_CreateDelegate_OutputDelegate_1) == 0x00005C, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, CallFunc_GetUIManager_ReturnValue_1) == 0x000070, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, CallFunc_PopStack_ReturnValue_1) == 0x000078, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::CallFunc_PopStack_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, CallFunc_GetUIStack_ReturnValue_1) == 0x000088, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::CallFunc_GetUIStack_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, CallFunc_Array_Length_ReturnValue_1) == 0x000098, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x0000A0, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, CallFunc_PlayAnimation_ReturnValue) == 0x0000A8, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, CallFunc_MakeLiteralName_ReturnValue_1) == 0x0000B0, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, CallFunc_GetGameMode_ReturnValue) == 0x0000C0, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu) == 0x0000C8, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, K2Node_DynamicCast_bSuccess) == 0x0000D0, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, CallFunc_GetUIManager_ReturnValue_2) == 0x0000D8, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::CallFunc_GetUIManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, CallFunc_MakeLiteralName_ReturnValue_2) == 0x0000E0, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, CallFunc_GetUIManager_ReturnValue_3) == 0x0000F0, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::CallFunc_GetUIManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, CallFunc_ShouldStartInHeistSelection_ReturnValue) == 0x0000F8, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::CallFunc_ShouldStartInHeistSelection_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, K2Node_ComponentBoundEvent_InWidget) == 0x000100, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::K2Node_ComponentBoundEvent_InWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, K2Node_ComponentBoundEvent_bInIsActive) == 0x000108, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::K2Node_ComponentBoundEvent_bInIsActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, Temp_int_Variable) == 0x00010C, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, Temp_int_Loop_Counter_Variable) == 0x000110, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, CallFunc_Less_IntInt_ReturnValue) == 0x000114, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, CallFunc_Add_IntInt_ReturnValue) == 0x000118, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00011C, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, CallFunc_Add_IntInt_ReturnValue_1) == 0x000120, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, CallFunc_GetUIManager_ReturnValue_4) == 0x000128, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::CallFunc_GetUIManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, Temp_int_Array_Index_Variable) == 0x000130, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, CallFunc_IsValid_ReturnValue) == 0x000134, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, K2Node_CustomEvent_StackEvent) == 0x000138, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::K2Node_CustomEvent_StackEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, K2Node_CreateDelegate_OutputDelegate_2) == 0x000154, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, K2Node_SwitchName_CmpSuccess) == 0x000168, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, K2Node_CustomEvent_InVisibility) == 0x000169, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::K2Node_CustomEvent_InVisibility' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, K2Node_SwitchEnum_CmpSuccess) == 0x00016A, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, CallFunc_IsSoloGameEnabled_ReturnValue) == 0x00016B, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::CallFunc_IsSoloGameEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart, K2Node_CreateDelegate_OutputDelegate_3) == 0x00016C, "Member 'WBP_UI_SM_GameStart_C_ExecuteUbergraph_WBP_UI_SM_GameStart::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_GameStart_C_OnControlReferencesVisibilityChanged \ +static_assert(alignof(WBP_UI_SM_GameStart_C_OnControlReferencesVisibilityChanged) == 0x000001, "Wrong alignment on WBP_UI_SM_GameStart_C_OnControlReferencesVisibilityChanged"); \ +static_assert(sizeof(WBP_UI_SM_GameStart_C_OnControlReferencesVisibilityChanged) == 0x000001, "Wrong size on WBP_UI_SM_GameStart_C_OnControlReferencesVisibilityChanged"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_OnControlReferencesVisibilityChanged, InVisibility) == 0x000000, "Member 'WBP_UI_SM_GameStart_C_OnControlReferencesVisibilityChanged::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_GameStart_C_BndEvt__WBP_UI_SM_GameStart_Widget_FullscreenVideo_K2Node_ComponentBoundEvent_0_SBZFullscreenVideoActiveChangedDelegate__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_GameStart_C_BndEvt__WBP_UI_SM_GameStart_Widget_FullscreenVideo_K2Node_ComponentBoundEvent_0_SBZFullscreenVideoActiveChangedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_GameStart_C_BndEvt__WBP_UI_SM_GameStart_Widget_FullscreenVideo_K2Node_ComponentBoundEvent_0_SBZFullscreenVideoActiveChangedDelegate__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_GameStart_C_BndEvt__WBP_UI_SM_GameStart_Widget_FullscreenVideo_K2Node_ComponentBoundEvent_0_SBZFullscreenVideoActiveChangedDelegate__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_SM_GameStart_C_BndEvt__WBP_UI_SM_GameStart_Widget_FullscreenVideo_K2Node_ComponentBoundEvent_0_SBZFullscreenVideoActiveChangedDelegate__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_BndEvt__WBP_UI_SM_GameStart_Widget_FullscreenVideo_K2Node_ComponentBoundEvent_0_SBZFullscreenVideoActiveChangedDelegate__DelegateSignature, InWidget) == 0x000000, "Member 'WBP_UI_SM_GameStart_C_BndEvt__WBP_UI_SM_GameStart_Widget_FullscreenVideo_K2Node_ComponentBoundEvent_0_SBZFullscreenVideoActiveChangedDelegate__DelegateSignature::InWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_BndEvt__WBP_UI_SM_GameStart_Widget_FullscreenVideo_K2Node_ComponentBoundEvent_0_SBZFullscreenVideoActiveChangedDelegate__DelegateSignature, bInIsActive) == 0x000008, "Member 'WBP_UI_SM_GameStart_C_BndEvt__WBP_UI_SM_GameStart_Widget_FullscreenVideo_K2Node_ComponentBoundEvent_0_SBZFullscreenVideoActiveChangedDelegate__DelegateSignature::bInIsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_GameStart_C_OnStackChanged \ +static_assert(alignof(WBP_UI_SM_GameStart_C_OnStackChanged) == 0x000004, "Wrong alignment on WBP_UI_SM_GameStart_C_OnStackChanged"); \ +static_assert(sizeof(WBP_UI_SM_GameStart_C_OnStackChanged) == 0x00001C, "Wrong size on WBP_UI_SM_GameStart_C_OnStackChanged"); \ +static_assert(offsetof(WBP_UI_SM_GameStart_C_OnStackChanged, StackEvent) == 0x000000, "Member 'WBP_UI_SM_GameStart_C_OnStackChanged::StackEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_SM_GameStart_C \ +static_assert(alignof(UWBP_UI_SM_GameStart_C) == 0x000008, "Wrong alignment on UWBP_UI_SM_GameStart_C"); \ +static_assert(sizeof(UWBP_UI_SM_GameStart_C) == 0x000688, "Wrong size on UWBP_UI_SM_GameStart_C"); \ +static_assert(offsetof(UWBP_UI_SM_GameStart_C, UberGraphFrame) == 0x0005E8, "Member 'UWBP_UI_SM_GameStart_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_GameStart_C, RemoveBackgroundAnim) == 0x0005F0, "Member 'UWBP_UI_SM_GameStart_C::RemoveBackgroundAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_GameStart_C, CanvasPanel_BlurredBackground) == 0x0005F8, "Member 'UWBP_UI_SM_GameStart_C::CanvasPanel_BlurredBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_GameStart_C, ControlReferencesBackgroundGraphics_O) == 0x000600, "Member 'UWBP_UI_SM_GameStart_C::ControlReferencesBackgroundGraphics_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_GameStart_C, DEBUG_Widget_GameStatus) == 0x000608, "Member 'UWBP_UI_SM_GameStart_C::DEBUG_Widget_GameStatus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_GameStart_C, DEPRECATED_Widget_Lobby) == 0x000610, "Member 'UWBP_UI_SM_GameStart_C::DEPRECATED_Widget_Lobby' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_GameStart_C, Image_403) == 0x000618, "Member 'UWBP_UI_SM_GameStart_C::Image_403' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_GameStart_C, PlayerStatus) == 0x000620, "Member 'UWBP_UI_SM_GameStart_C::PlayerStatus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_GameStart_C, SocialScreen) == 0x000628, "Member 'UWBP_UI_SM_GameStart_C::SocialScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_GameStart_C, WBP_Skills2_Menu) == 0x000630, "Member 'UWBP_UI_SM_GameStart_C::WBP_Skills2_Menu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_GameStart_C, WBP_UI_ArmorInventoryScreen) == 0x000638, "Member 'UWBP_UI_SM_GameStart_C::WBP_UI_ArmorInventoryScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_GameStart_C, WBP_UI_MainMenu_QuickplayPopUp) == 0x000640, "Member 'UWBP_UI_SM_GameStart_C::WBP_UI_MainMenu_QuickplayPopUp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_GameStart_C, Widget_CharacterPreferenceScreen) == 0x000648, "Member 'UWBP_UI_SM_GameStart_C::Widget_CharacterPreferenceScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_GameStart_C, Widget_MainMenu) == 0x000650, "Member 'UWBP_UI_SM_GameStart_C::Widget_MainMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_GameStart_C, Widget_MaskCustomizationPattern) == 0x000658, "Member 'UWBP_UI_SM_GameStart_C::Widget_MaskCustomizationPattern' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_GameStart_C, Widget_Matchmaking) == 0x000660, "Member 'UWBP_UI_SM_GameStart_C::Widget_Matchmaking' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_GameStart_C, Widget_MatchmakingStatus) == 0x000668, "Member 'UWBP_UI_SM_GameStart_C::Widget_MatchmakingStatus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_GameStart_C, Widget_Preplanning) == 0x000670, "Member 'UWBP_UI_SM_GameStart_C::Widget_Preplanning' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_GameStart_C, DefaultMenuTab) == 0x000678, "Member 'UWBP_UI_SM_GameStart_C::DefaultMenuTab' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_GameStart_C, bIsChatHidden) == 0x000684, "Member 'UWBP_UI_SM_GameStart_C::bIsChatHidden' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_GameStart_C, LobbyStoreSoloGame) == 0x000685, "Member 'UWBP_UI_SM_GameStart_C::LobbyStoreSoloGame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_GameStart_C, EnteredSoloModeBrowser) == 0x000686, "Member 'UWBP_UI_SM_GameStart_C::EnteredSoloModeBrowser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen \ +static_assert(alignof(WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen) == 0x000008, "Wrong alignment on WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen"); \ +static_assert(sizeof(WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen) == 0x0000A8, "Wrong size on WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen, K2Node_Event_IsDesignTime) == 0x000010, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen, CallFunc_GetUIManager_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000020, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen, CallFunc_GetUIManager_ReturnValue_1) == 0x000028, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen, CallFunc_GetUIManager_ReturnValue_2) == 0x000030, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen::CallFunc_GetUIManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen, CallFunc_GetLocalPlayerState_ReturnValue) == 0x000038, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen::CallFunc_GetLocalPlayerState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen, K2Node_DynamicCast_AsSBZPlayer_State) == 0x000040, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen::K2Node_DynamicCast_AsSBZPlayer_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x000050, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen, K2Node_Event_MissionSeed) == 0x000058, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen::K2Node_Event_MissionSeed' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen, CallFunc_CreateDynamicMaterialInstance_ReturnValue_3) == 0x000060, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen::CallFunc_CreateDynamicMaterialInstance_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen, K2Node_Event_MyGeometry) == 0x000068, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen, K2Node_Event_InDeltaTime) == 0x0000A0, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_ExecuteUbergraph_WBP_UI_Widget_DebugWidgetScreen::K2Node_Event_InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_DebugWidgetScreen_C_Tick \ +static_assert(alignof(WBP_UI_Widget_DebugWidgetScreen_C_Tick) == 0x000004, "Wrong alignment on WBP_UI_Widget_DebugWidgetScreen_C_Tick"); \ +static_assert(sizeof(WBP_UI_Widget_DebugWidgetScreen_C_Tick) == 0x00003C, "Wrong size on WBP_UI_Widget_DebugWidgetScreen_C_Tick"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_DebugWidgetScreen_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_DebugWidgetScreen_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_DebugWidgetScreen_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_DebugWidgetScreen_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_DebugWidgetScreen_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_DebugWidgetScreen_C_OnMissionSeedSet \ +static_assert(alignof(WBP_UI_Widget_DebugWidgetScreen_C_OnMissionSeedSet) == 0x000004, "Wrong alignment on WBP_UI_Widget_DebugWidgetScreen_C_OnMissionSeedSet"); \ +static_assert(sizeof(WBP_UI_Widget_DebugWidgetScreen_C_OnMissionSeedSet) == 0x000004, "Wrong size on WBP_UI_Widget_DebugWidgetScreen_C_OnMissionSeedSet"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_OnMissionSeedSet, MissionSeed_0) == 0x000000, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_OnMissionSeedSet::MissionSeed_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData \ +static_assert(alignof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData) == 0x000008, "Wrong alignment on WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData"); \ +static_assert(sizeof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData) == 0x0008B8, "Wrong size on WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, SecurityCompanyString) == 0x000000, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::SecurityCompanyString' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_string_Variable) == 0x000010, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_string_Variable_1) == 0x000020, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_string_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_byte_Variable) == 0x000030, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_string_Variable_2) == 0x000038, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_string_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_string_Variable_3) == 0x000048, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_string_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_string_Variable_4) == 0x000058, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_string_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_string_Variable_5) == 0x000068, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_string_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_bool_Variable) == 0x000078, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_bool_Variable_1) == 0x000079, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_string_Variable_6) == 0x000080, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_string_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_string_Variable_7) == 0x000090, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_string_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_bool_Variable_2) == 0x0000A0, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_string_Variable_8) == 0x0000A8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_string_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_bool_Variable_3) == 0x0000B8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_string_Variable_9) == 0x0000C0, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_string_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_bool_Variable_4) == 0x0000D0, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_string_Variable_10) == 0x0000D8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_string_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_string_Variable_11) == 0x0000E8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_string_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_bool_Variable_5) == 0x0000F8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_string_Variable_12) == 0x000100, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_string_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_bool_Variable_6) == 0x000110, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_string_Variable_13) == 0x000118, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_string_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetBuildVersion_ReturnValue) == 0x000128, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetBuildVersion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetBranch_ReturnValue) == 0x000138, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetBranch_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_string_Variable_14) == 0x000148, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_string_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_int_Array_Index_Variable) == 0x000158, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetText_ReturnValue) == 0x000160, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Conv_TextToString_ReturnValue) == 0x000178, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_IsStandalone_ReturnValue) == 0x000188, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_IsStandalone_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue) == 0x000190, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetNamespace_ReturnValue) == 0x0001A0, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetNamespace_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0001B0, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_byte_Variable_1) == 0x0001C0, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Conv_StringToText_ReturnValue) == 0x0001C8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetSettingsEnvironment_ReturnValue) == 0x0001E0, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetSettingsEnvironment_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_string_Variable_15) == 0x0001F0, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_string_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetText_ReturnValue_1) == 0x000200, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000218, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000228, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_MakeLiteralString_ReturnValue) == 0x000238, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000248, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_IsWinGDKActive_ReturnValue) == 0x000258, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_IsWinGDKActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000260, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_IsEOSActive_ReturnValue) == 0x000270, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_IsEOSActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000278, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetPlatformName_ReturnValue) == 0x000288, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetPlatformName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000298, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetPlatform_ReturnValue) == 0x0002A8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_7) == 0x0002B0, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_byte_Variable_2) == 0x0002C0, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0002C8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetHostingProvider_ReturnValue) == 0x0002E0, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetHostingProvider_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetText_ReturnValue_2) == 0x0002E8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Conv_TextToString_ReturnValue_2) == 0x000300, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, K2Node_Select_Default) == 0x000310, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000320, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetMatchmakingProvider_ReturnValue) == 0x000330, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetMatchmakingProvider_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetUIManager_ReturnValue) == 0x000338, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, K2Node_Select_Default_1) == 0x000340, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetUIData_ReturnValue) == 0x000350, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetUIData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000358, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_IsValid_ReturnValue) == 0x000368, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_10) == 0x000370, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_bool_Variable_7) == 0x000380, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_11) == 0x000388, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_12) == 0x000398, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_13) == 0x0003A8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetSBZMissionState_ReturnValue) == 0x0003B8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetSBZMissionState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0003C0, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_IsValid_ReturnValue_1) == 0x0003D8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetSBZMissionState_ReturnValue_1) == 0x0003E0, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetSBZMissionState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_string_Variable_16) == 0x0003E8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_string_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetDifficultyIdx_ReturnValue) == 0x0003F8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetDifficultyIdx_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetValidValue_ReturnValue) == 0x0003F9, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_string_Variable_17) == 0x000400, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_string_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000410, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetDifficultyText_OutDifficultyText) == 0x000420, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetDifficultyText_OutDifficultyText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetDifficultyText_bHasText) == 0x000438, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetDifficultyText_bHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000440, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_BooleanAND_ReturnValue) == 0x000458, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_bool_Variable_8) == 0x000459, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_bool_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, K2Node_Select_Default_2) == 0x000460, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, K2Node_Select_Default_3) == 0x000478, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Conv_TextToString_ReturnValue_3) == 0x000488, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, K2Node_Select_Default_4) == 0x000498, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, K2Node_Select_Default_5) == 0x0004A8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetLastMatchID_ReturnValue) == 0x0004B8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetLastMatchID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetText_ReturnValue_3) == 0x0004C8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetSBZMissionState_ReturnValue_2) == 0x0004E0, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetSBZMissionState_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Conv_TextToString_ReturnValue_4) == 0x0004E8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Conv_TextToString_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetSecurityCompanies_ReturnValue) == 0x0004F8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetSecurityCompanies_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_14) == 0x000508, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Array_Get_Item) == 0x000518, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_15) == 0x000520, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000530, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Conv_StringToText_ReturnValue_4) == 0x000538, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Conv_IntToString_ReturnValue) == 0x000550, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Array_Length_ReturnValue) == 0x000560, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Array_Length_ReturnValue_1) == 0x000564, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Subtract_IntInt_ReturnValue) == 0x000568, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Less_IntInt_ReturnValue) == 0x00056C, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_16) == 0x000570, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_SelectString_ReturnValue) == 0x000580, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_17) == 0x000590, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_string_Variable_18) == 0x0005A0, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_string_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetText_ReturnValue_4) == 0x0005B0, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Conv_TextToString_ReturnValue_5) == 0x0005C8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Conv_TextToString_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Conv_IntToString_ReturnValue_1) == 0x0005D8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_18) == 0x0005E8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_19) == 0x0005F8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetText_ReturnValue_5) == 0x000608, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_20) == 0x000620, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Conv_TextToString_ReturnValue_6) == 0x000630, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Conv_TextToString_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_21) == 0x000640, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_22) == 0x000650, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_23) == 0x000660, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_24) == 0x000670, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Conv_StringToText_ReturnValue_5) == 0x000680, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Conv_StringToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_25) == 0x000698, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Conv_StringToText_ReturnValue_6) == 0x0006A8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Conv_StringToText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_string_Variable_19) == 0x0006C0, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_string_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_bool_Variable_9) == 0x0006D0, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_bool_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, K2Node_Select_Default_6) == 0x0006D8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_IsServer_ReturnValue) == 0x0006E8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_IsServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_IsDedicatedServer_ReturnValue) == 0x0006E9, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, K2Node_Select_Default_7) == 0x0006F0, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::K2Node_Select_Default_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, K2Node_Select_Default_8) == 0x000700, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::K2Node_Select_Default_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_IsServer_ReturnValue_1) == 0x000710, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_IsServer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, K2Node_Select_Default_9) == 0x000718, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::K2Node_Select_Default_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetText_ReturnValue_6) == 0x000728, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Conv_TextToString_ReturnValue_7) == 0x000740, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Conv_TextToString_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_26) == 0x000750, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_27) == 0x000760, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_28) == 0x000770, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetText_ReturnValue_7) == 0x000780, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetText_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Conv_StringToText_ReturnValue_7) == 0x000798, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Conv_StringToText_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Conv_TextToString_ReturnValue_8) == 0x0007B0, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Conv_TextToString_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_29) == 0x0007C0, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_ShippingBuild_ReturnValue) == 0x0007D0, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_ShippingBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_30) == 0x0007D8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_TestBuild_ReturnValue) == 0x0007E8, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_TestBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, K2Node_Select_Default_10) == 0x0007F0, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::K2Node_Select_Default_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_DevelopmentBuild_ReturnValue) == 0x000800, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_DevelopmentBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, K2Node_Select_Default_11) == 0x000808, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::K2Node_Select_Default_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, Temp_int_Loop_Counter_Variable) == 0x000818, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, K2Node_Select_Default_12) == 0x000820, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::K2Node_Select_Default_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_31) == 0x000830, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Less_IntInt_ReturnValue_1) == 0x000840, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_32) == 0x000848, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_33) == 0x000858, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Add_IntInt_ReturnValue) == 0x000868, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Concat_StrStr_ReturnValue_34) == 0x000870, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Concat_StrStr_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Conv_StringToText_ReturnValue_8) == 0x000880, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Conv_StringToText_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_GetDebugMatchmakingGroup_ReturnValue) == 0x000898, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_GetDebugMatchmakingGroup_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00089C, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData, CallFunc_Conv_IntToText_ReturnValue) == 0x0008A0, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_InitializeHudData::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_DebugWidgetScreen_C_UpdateTime \ +static_assert(alignof(WBP_UI_Widget_DebugWidgetScreen_C_UpdateTime) == 0x000008, "Wrong alignment on WBP_UI_Widget_DebugWidgetScreen_C_UpdateTime"); \ +static_assert(sizeof(WBP_UI_Widget_DebugWidgetScreen_C_UpdateTime) == 0x000090, "Wrong size on WBP_UI_Widget_DebugWidgetScreen_C_UpdateTime"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_UpdateTime, CallFunc_GetFrameCount_ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_UpdateTime::CallFunc_GetFrameCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_UpdateTime, CallFunc_Now_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_UpdateTime::CallFunc_Now_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_UpdateTime, CallFunc_Conv_Int64ToInt_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_UpdateTime::CallFunc_Conv_Int64ToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_UpdateTime, CallFunc_DateTime_ToString_String) == 0x000018, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_UpdateTime::CallFunc_DateTime_ToString_String' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_UpdateTime, CallFunc_Percent_IntInt_ReturnValue) == 0x000028, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_UpdateTime::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_UpdateTime, CallFunc_Conv_IntToText_ReturnValue) == 0x000030, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_UpdateTime::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_UpdateTime, CallFunc_Conv_TextToString_ReturnValue) == 0x000048, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_UpdateTime::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_UpdateTime, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_UpdateTime::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_UpdateTime, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000068, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_UpdateTime::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DebugWidgetScreen_C_UpdateTime, CallFunc_Conv_StringToText_ReturnValue) == 0x000078, "Member 'WBP_UI_Widget_DebugWidgetScreen_C_UpdateTime::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_DebugWidgetScreen_C \ +static_assert(alignof(UWBP_UI_Widget_DebugWidgetScreen_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_DebugWidgetScreen_C"); \ +static_assert(sizeof(UWBP_UI_Widget_DebugWidgetScreen_C) == 0x000308, "Wrong size on UWBP_UI_Widget_DebugWidgetScreen_C"); \ +static_assert(offsetof(UWBP_UI_Widget_DebugWidgetScreen_C, UberGraphFrame) == 0x0002A0, "Member 'UWBP_UI_Widget_DebugWidgetScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_DebugWidgetScreen_C, Image_Circ_0) == 0x0002A8, "Member 'UWBP_UI_Widget_DebugWidgetScreen_C::Image_Circ_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_DebugWidgetScreen_C, Image_Circ_90) == 0x0002B0, "Member 'UWBP_UI_Widget_DebugWidgetScreen_C::Image_Circ_90' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_DebugWidgetScreen_C, Image_Circ_180) == 0x0002B8, "Member 'UWBP_UI_Widget_DebugWidgetScreen_C::Image_Circ_180' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_DebugWidgetScreen_C, Image_Circ_270) == 0x0002C0, "Member 'UWBP_UI_Widget_DebugWidgetScreen_C::Image_Circ_270' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_DebugWidgetScreen_C, Overlay_FullscreenDebug) == 0x0002C8, "Member 'UWBP_UI_Widget_DebugWidgetScreen_C::Overlay_FullscreenDebug' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_DebugWidgetScreen_C, Overlay_Watermark) == 0x0002D0, "Member 'UWBP_UI_Widget_DebugWidgetScreen_C::Overlay_Watermark' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_DebugWidgetScreen_C, Text_MatchmakingGroup) == 0x0002D8, "Member 'UWBP_UI_Widget_DebugWidgetScreen_C::Text_MatchmakingGroup' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_DebugWidgetScreen_C, Text_Time) == 0x0002E0, "Member 'UWBP_UI_Widget_DebugWidgetScreen_C::Text_Time' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_DebugWidgetScreen_C, Text_Watermark) == 0x0002E8, "Member 'UWBP_UI_Widget_DebugWidgetScreen_C::Text_Watermark' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_DebugWidgetScreen_C, WBP_UI_DEBUG_RoomStatus) == 0x0002F0, "Member 'UWBP_UI_Widget_DebugWidgetScreen_C::WBP_UI_DEBUG_RoomStatus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_DebugWidgetScreen_C, WBP_UI_WidgetDebugPing) == 0x0002F8, "Member 'UWBP_UI_Widget_DebugWidgetScreen_C::WBP_UI_WidgetDebugPing' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_DebugWidgetScreen_C, MissionSeed) == 0x000300, "Member 'UWBP_UI_Widget_DebugWidgetScreen_C::MissionSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TextButton_C_ExecuteUbergraph_WBP_UI_TextButton \ +static_assert(alignof(WBP_UI_TextButton_C_ExecuteUbergraph_WBP_UI_TextButton) == 0x000004, "Wrong alignment on WBP_UI_TextButton_C_ExecuteUbergraph_WBP_UI_TextButton"); \ +static_assert(sizeof(WBP_UI_TextButton_C_ExecuteUbergraph_WBP_UI_TextButton) == 0x000010, "Wrong size on WBP_UI_TextButton_C_ExecuteUbergraph_WBP_UI_TextButton"); \ +static_assert(offsetof(WBP_UI_TextButton_C_ExecuteUbergraph_WBP_UI_TextButton, EntryPoint) == 0x000000, "Member 'WBP_UI_TextButton_C_ExecuteUbergraph_WBP_UI_TextButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_C_ExecuteUbergraph_WBP_UI_TextButton, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_TextButton_C_ExecuteUbergraph_WBP_UI_TextButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_C_ExecuteUbergraph_WBP_UI_TextButton, K2Node_Event_bInIsDisabled) == 0x000005, "Member 'WBP_UI_TextButton_C_ExecuteUbergraph_WBP_UI_TextButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_C_ExecuteUbergraph_WBP_UI_TextButton, K2Node_Event_bInHasFocus) == 0x000006, "Member 'WBP_UI_TextButton_C_ExecuteUbergraph_WBP_UI_TextButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_C_ExecuteUbergraph_WBP_UI_TextButton, CallFunc_BreakVector2D_X) == 0x000008, "Member 'WBP_UI_TextButton_C_ExecuteUbergraph_WBP_UI_TextButton::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_C_ExecuteUbergraph_WBP_UI_TextButton, CallFunc_BreakVector2D_Y) == 0x00000C, "Member 'WBP_UI_TextButton_C_ExecuteUbergraph_WBP_UI_TextButton::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TextButton_C_ButtonFocusChanging \ +static_assert(alignof(WBP_UI_TextButton_C_ButtonFocusChanging) == 0x000001, "Wrong alignment on WBP_UI_TextButton_C_ButtonFocusChanging"); \ +static_assert(sizeof(WBP_UI_TextButton_C_ButtonFocusChanging) == 0x000001, "Wrong size on WBP_UI_TextButton_C_ButtonFocusChanging"); \ +static_assert(offsetof(WBP_UI_TextButton_C_ButtonFocusChanging, bInHasFocus) == 0x000000, "Member 'WBP_UI_TextButton_C_ButtonFocusChanging::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TextButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_UI_TextButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_UI_TextButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_UI_TextButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_UI_TextButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_UI_TextButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_UI_TextButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TextButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_TextButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_TextButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_TextButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_TextButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_TextButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_TextButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TextButton_C_OnFocusedVisuals \ +static_assert(alignof(WBP_UI_TextButton_C_OnFocusedVisuals) == 0x000008, "Wrong alignment on WBP_UI_TextButton_C_OnFocusedVisuals"); \ +static_assert(sizeof(WBP_UI_TextButton_C_OnFocusedVisuals) == 0x000070, "Wrong size on WBP_UI_TextButton_C_OnFocusedVisuals"); \ +static_assert(offsetof(WBP_UI_TextButton_C_OnFocusedVisuals, bIsFocused) == 0x000000, "Member 'WBP_UI_TextButton_C_OnFocusedVisuals::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_C_OnFocusedVisuals, Temp_object_Variable) == 0x000008, "Member 'WBP_UI_TextButton_C_OnFocusedVisuals::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_C_OnFocusedVisuals, Temp_object_Variable_1) == 0x000010, "Member 'WBP_UI_TextButton_C_OnFocusedVisuals::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_C_OnFocusedVisuals, Temp_bool_Variable) == 0x000018, "Member 'WBP_UI_TextButton_C_OnFocusedVisuals::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_C_OnFocusedVisuals, Temp_object_Variable_2) == 0x000020, "Member 'WBP_UI_TextButton_C_OnFocusedVisuals::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_C_OnFocusedVisuals, Temp_bool_Variable_1) == 0x000028, "Member 'WBP_UI_TextButton_C_OnFocusedVisuals::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_C_OnFocusedVisuals, Temp_byte_Variable) == 0x000029, "Member 'WBP_UI_TextButton_C_OnFocusedVisuals::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_C_OnFocusedVisuals, Temp_byte_Variable_1) == 0x00002A, "Member 'WBP_UI_TextButton_C_OnFocusedVisuals::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_C_OnFocusedVisuals, CallFunc_SelectColor_ReturnValue) == 0x00002C, "Member 'WBP_UI_TextButton_C_OnFocusedVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_C_OnFocusedVisuals, K2Node_Select_Default) == 0x00003C, "Member 'WBP_UI_TextButton_C_OnFocusedVisuals::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_C_OnFocusedVisuals, CallFunc_SelectColor_ReturnValue_1) == 0x000040, "Member 'WBP_UI_TextButton_C_OnFocusedVisuals::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_C_OnFocusedVisuals, Temp_bool_Variable_2) == 0x000050, "Member 'WBP_UI_TextButton_C_OnFocusedVisuals::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_C_OnFocusedVisuals, K2Node_Select_Default_1) == 0x000058, "Member 'WBP_UI_TextButton_C_OnFocusedVisuals::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_C_OnFocusedVisuals, K2Node_Select_Default_2) == 0x000060, "Member 'WBP_UI_TextButton_C_OnFocusedVisuals::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_C_OnFocusedVisuals, CallFunc_PlayAnimation_ReturnValue) == 0x000068, "Member 'WBP_UI_TextButton_C_OnFocusedVisuals::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TextButton_C_OnDisabledVisuals \ +static_assert(alignof(WBP_UI_TextButton_C_OnDisabledVisuals) == 0x000004, "Wrong alignment on WBP_UI_TextButton_C_OnDisabledVisuals"); \ +static_assert(sizeof(WBP_UI_TextButton_C_OnDisabledVisuals) == 0x000008, "Wrong size on WBP_UI_TextButton_C_OnDisabledVisuals"); \ +static_assert(offsetof(WBP_UI_TextButton_C_OnDisabledVisuals, bIsDisabled_0) == 0x000000, "Member 'WBP_UI_TextButton_C_OnDisabledVisuals::bIsDisabled_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_C_OnDisabledVisuals, CallFunc_SelectFloat_ReturnValue) == 0x000004, "Member 'WBP_UI_TextButton_C_OnDisabledVisuals::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TextButton_C_RefreshVisual \ +static_assert(alignof(WBP_UI_TextButton_C_RefreshVisual) == 0x000001, "Wrong alignment on WBP_UI_TextButton_C_RefreshVisual"); \ +static_assert(sizeof(WBP_UI_TextButton_C_RefreshVisual) == 0x000001, "Wrong size on WBP_UI_TextButton_C_RefreshVisual"); \ +static_assert(offsetof(WBP_UI_TextButton_C_RefreshVisual, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000000, "Member 'WBP_UI_TextButton_C_RefreshVisual::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TextButton_C_SetButtonText \ +static_assert(alignof(WBP_UI_TextButton_C_SetButtonText) == 0x000008, "Wrong alignment on WBP_UI_TextButton_C_SetButtonText"); \ +static_assert(sizeof(WBP_UI_TextButton_C_SetButtonText) == 0x000018, "Wrong size on WBP_UI_TextButton_C_SetButtonText"); \ +static_assert(offsetof(WBP_UI_TextButton_C_SetButtonText, InButtonText) == 0x000000, "Member 'WBP_UI_TextButton_C_SetButtonText::InButtonText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TextButton_C_GetText \ +static_assert(alignof(WBP_UI_TextButton_C_GetText) == 0x000008, "Wrong alignment on WBP_UI_TextButton_C_GetText"); \ +static_assert(sizeof(WBP_UI_TextButton_C_GetText) == 0x000030, "Wrong size on WBP_UI_TextButton_C_GetText"); \ +static_assert(offsetof(WBP_UI_TextButton_C_GetText, OutText) == 0x000000, "Member 'WBP_UI_TextButton_C_GetText::OutText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TextButton_C_GetText, CallFunc_GetText_ReturnValue) == 0x000018, "Member 'WBP_UI_TextButton_C_GetText::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_TextButton_C \ +static_assert(alignof(UWBP_UI_TextButton_C) == 0x000008, "Wrong alignment on UWBP_UI_TextButton_C"); \ +static_assert(sizeof(UWBP_UI_TextButton_C) == 0x000400, "Wrong size on UWBP_UI_TextButton_C"); \ +static_assert(offsetof(UWBP_UI_TextButton_C, UberGraphFrame) == 0x000370, "Member 'UWBP_UI_TextButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TextButton_C, OnFocused) == 0x000378, "Member 'UWBP_UI_TextButton_C::OnFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TextButton_C, Background_I) == 0x000380, "Member 'UWBP_UI_TextButton_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TextButton_C, Content_O) == 0x000388, "Member 'UWBP_UI_TextButton_C::Content_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TextButton_C, EdgeBorder_I) == 0x000390, "Member 'UWBP_UI_TextButton_C::EdgeBorder_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TextButton_C, Outline_I) == 0x000398, "Member 'UWBP_UI_TextButton_C::Outline_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TextButton_C, Root_SB) == 0x0003A0, "Member 'UWBP_UI_TextButton_C::Root_SB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TextButton_C, Text_DisplayText) == 0x0003A8, "Member 'UWBP_UI_TextButton_C::Text_DisplayText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TextButton_C, DefaultTextValue) == 0x0003B0, "Member 'UWBP_UI_TextButton_C::DefaultTextValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TextButton_C, NewVar_0) == 0x0003C8, "Member 'UWBP_UI_TextButton_C::NewVar_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TextButton_C, InititalSize) == 0x0003F0, "Member 'UWBP_UI_TextButton_C::InititalSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TextButton_C, GreenBorder) == 0x0003F8, "Member 'UWBP_UI_TextButton_C::GreenBorder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays \ +static_assert(alignof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays"); \ +static_assert(sizeof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays) == 0x000190, "Wrong size on WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays, EntryPoint) == 0x000000, "Member 'WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays, CallFunc_Create_ReturnValue) == 0x000008, "Member 'WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays, K2Node_Event_PreviousValue) == 0x000014, "Member 'WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays, CallFunc_GetGameInstance_ReturnValue) == 0x000020, "Member 'WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays, K2Node_CustomEvent_Replays) == 0x000028, "Member 'WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays::K2Node_CustomEvent_Replays' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays, K2Node_DynamicCast_AsSBZGame_Instance) == 0x000038, "Member 'WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays::K2Node_DynamicCast_AsSBZGame_Instance' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays, CallFunc_GetReplayManager_ReturnValue) == 0x000048, "Member 'WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays::CallFunc_GetReplayManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays, CallFunc_Array_Get_Item) == 0x000050, "Member 'WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays, CallFunc_Array_Length_ReturnValue) == 0x0000B0, "Member 'WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays, CallFunc_AddChild_ReturnValue) == 0x0000B8, "Member 'WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays, CallFunc_GetChildAt_ReturnValue) == 0x0000C0, "Member 'WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays, CallFunc_HasAnyChildren_ReturnValue) == 0x0000C8, "Member 'WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays::CallFunc_HasAnyChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays, CallFunc_GetUIManager_ReturnValue) == 0x0000D0, "Member 'WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays, Temp_int_Loop_Counter_Variable) == 0x0000D8, "Member 'WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays, CallFunc_PopStack_ReturnValue) == 0x0000DC, "Member 'WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays, CallFunc_Less_IntInt_ReturnValue) == 0x0000E8, "Member 'WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays, CallFunc_Add_IntInt_ReturnValue) == 0x0000EC, "Member 'WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays, K2Node_CustomEvent_InActionInput) == 0x0000F0, "Member 'WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays::K2Node_CustomEvent_InActionInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays, K2Node_CreateDelegate_OutputDelegate) == 0x0000FC, "Member 'WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays, K2Node_SwitchName_CmpSuccess) == 0x000110, "Member 'WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays, K2Node_MakeStruct_SBZButtonControlReference) == 0x000118, "Member 'WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays, K2Node_MakeArray_Array) == 0x000150, "Member 'WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000160, "Member 'WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays, K2Node_ComponentBoundEvent_Button) == 0x000188, "Member 'WBP_UI_MainMenu_Replays_C_ExecuteUbergraph_WBP_UI_MainMenu_Replays::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_Replays_C_BndEvt__WBP_UI_MainMenu_Replays_Button_GoBack_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_MainMenu_Replays_C_BndEvt__WBP_UI_MainMenu_Replays_Button_GoBack_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_Replays_C_BndEvt__WBP_UI_MainMenu_Replays_Button_GoBack_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_MainMenu_Replays_C_BndEvt__WBP_UI_MainMenu_Replays_Button_GoBack_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_MainMenu_Replays_C_BndEvt__WBP_UI_MainMenu_Replays_Button_GoBack_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_BndEvt__WBP_UI_MainMenu_Replays_Button_GoBack_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_MainMenu_Replays_C_BndEvt__WBP_UI_MainMenu_Replays_Button_GoBack_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_Replays_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_UI_MainMenu_Replays_C_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on WBP_UI_MainMenu_Replays_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_UI_MainMenu_Replays_C_OnControlsReferenceClicked) == 0x00000C, "Wrong size on WBP_UI_MainMenu_Replays_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_OnControlsReferenceClicked, InActionInput) == 0x000000, "Member 'WBP_UI_MainMenu_Replays_C_OnControlsReferenceClicked::InActionInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_Replays_C_On_Found_Replays \ +static_assert(alignof(WBP_UI_MainMenu_Replays_C_On_Found_Replays) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_Replays_C_On_Found_Replays"); \ +static_assert(sizeof(WBP_UI_MainMenu_Replays_C_On_Found_Replays) == 0x000010, "Wrong size on WBP_UI_MainMenu_Replays_C_On_Found_Replays"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_On_Found_Replays, Replays_0) == 0x000000, "Member 'WBP_UI_MainMenu_Replays_C_On_Found_Replays::Replays_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_Replays_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_MainMenu_Replays_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_MainMenu_Replays_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_MainMenu_Replays_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_MainMenu_Replays_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_MainMenu_Replays_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_MainMenu_Replays_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_MainMenu_Replays_C \ +static_assert(alignof(UWBP_UI_MainMenu_Replays_C) == 0x000008, "Wrong alignment on UWBP_UI_MainMenu_Replays_C"); \ +static_assert(sizeof(UWBP_UI_MainMenu_Replays_C) == 0x0002E0, "Wrong size on UWBP_UI_MainMenu_Replays_C"); \ +static_assert(offsetof(UWBP_UI_MainMenu_Replays_C, UberGraphFrame) == 0x0002A0, "Member 'UWBP_UI_MainMenu_Replays_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_Replays_C, Button_GoBack) == 0x0002A8, "Member 'UWBP_UI_MainMenu_Replays_C::Button_GoBack' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_Replays_C, ReplaysBorder) == 0x0002B0, "Member 'UWBP_UI_MainMenu_Replays_C::ReplaysBorder' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_Replays_C, ReplaysScrollBox) == 0x0002B8, "Member 'UWBP_UI_MainMenu_Replays_C::ReplaysScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_Replays_C, Root_Canvas) == 0x0002C0, "Member 'UWBP_UI_MainMenu_Replays_C::Root_Canvas' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_Replays_C, WBP_UI_MainMenu_Replay) == 0x0002C8, "Member 'UWBP_UI_MainMenu_Replays_C::WBP_UI_MainMenu_Replay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_Replays_C, Replays) == 0x0002D0, "Member 'UWBP_UI_MainMenu_Replays_C::Replays' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SpectatorPawn_C \ +static_assert(alignof(ABP_SpectatorPawn_C) == 0x000008, "Wrong alignment on ABP_SpectatorPawn_C"); \ +static_assert(sizeof(ABP_SpectatorPawn_C) == 0x000420, "Wrong size on ABP_SpectatorPawn_C"); \ + +#define DUMPER7_ASSERTS_UPD3_UIManager_C \ +static_assert(alignof(UPD3_UIManager_C) == 0x000008, "Wrong alignment on UPD3_UIManager_C"); \ +static_assert(sizeof(UPD3_UIManager_C) == 0x000598, "Wrong size on UPD3_UIManager_C"); \ + +#define DUMPER7_ASSERTS_BPL_DeskLamp_C_ExecuteUbergraph_BPL_DeskLamp \ +static_assert(alignof(BPL_DeskLamp_C_ExecuteUbergraph_BPL_DeskLamp) == 0x000008, "Wrong alignment on BPL_DeskLamp_C_ExecuteUbergraph_BPL_DeskLamp"); \ +static_assert(sizeof(BPL_DeskLamp_C_ExecuteUbergraph_BPL_DeskLamp) == 0x000068, "Wrong size on BPL_DeskLamp_C_ExecuteUbergraph_BPL_DeskLamp"); \ +static_assert(offsetof(BPL_DeskLamp_C_ExecuteUbergraph_BPL_DeskLamp, EntryPoint) == 0x000000, "Member 'BPL_DeskLamp_C_ExecuteUbergraph_BPL_DeskLamp::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BPL_DeskLamp_C_ExecuteUbergraph_BPL_DeskLamp, Temp_struct_Variable) == 0x000008, "Member 'BPL_DeskLamp_C_ExecuteUbergraph_BPL_DeskLamp::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_DeskLamp_C_ExecuteUbergraph_BPL_DeskLamp, Temp_delegate_Variable) == 0x000018, "Member 'BPL_DeskLamp_C_ExecuteUbergraph_BPL_DeskLamp::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_DeskLamp_C_ExecuteUbergraph_BPL_DeskLamp, CallFunc_PostEvent_ReturnValue) == 0x00002C, "Member 'BPL_DeskLamp_C_ExecuteUbergraph_BPL_DeskLamp::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_DeskLamp_C_ExecuteUbergraph_BPL_DeskLamp, K2Node_ComponentBoundEvent_Type) == 0x000030, "Member 'BPL_DeskLamp_C_ExecuteUbergraph_BPL_DeskLamp::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BPL_DeskLamp_C_ExecuteUbergraph_BPL_DeskLamp, K2Node_ComponentBoundEvent_HitContext) == 0x000034, "Member 'BPL_DeskLamp_C_ExecuteUbergraph_BPL_DeskLamp::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_DeskLamp_C_BndEvt__BPL_DeskLamp_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BPL_DeskLamp_C_BndEvt__BPL_DeskLamp_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BPL_DeskLamp_C_BndEvt__BPL_DeskLamp_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BPL_DeskLamp_C_BndEvt__BPL_DeskLamp_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BPL_DeskLamp_C_BndEvt__BPL_DeskLamp_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BPL_DeskLamp_C_BndEvt__BPL_DeskLamp_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BPL_DeskLamp_C_BndEvt__BPL_DeskLamp_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BPL_DeskLamp_C_BndEvt__BPL_DeskLamp_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BPL_DeskLamp_C_BndEvt__BPL_DeskLamp_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABPL_DeskLamp_C \ +static_assert(alignof(ABPL_DeskLamp_C) == 0x000008, "Wrong alignment on ABPL_DeskLamp_C"); \ +static_assert(sizeof(ABPL_DeskLamp_C) == 0x0002F0, "Wrong size on ABPL_DeskLamp_C"); \ +static_assert(offsetof(ABPL_DeskLamp_C, UberGraphFrame) == 0x0002A8, "Member 'ABPL_DeskLamp_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABPL_DeskLamp_C, SBZCosmeticDestruction) == 0x0002B0, "Member 'ABPL_DeskLamp_C::SBZCosmeticDestruction' has a wrong offset!"); \ +static_assert(offsetof(ABPL_DeskLamp_C, FX_SparkBurst_M) == 0x0002B8, "Member 'ABPL_DeskLamp_C::FX_SparkBurst_M' has a wrong offset!"); \ +static_assert(offsetof(ABPL_DeskLamp_C, Spec) == 0x0002C0, "Member 'ABPL_DeskLamp_C::Spec' has a wrong offset!"); \ +static_assert(offsetof(ABPL_DeskLamp_C, SmoothAmbiant) == 0x0002C8, "Member 'ABPL_DeskLamp_C::SmoothAmbiant' has a wrong offset!"); \ +static_assert(offsetof(ABPL_DeskLamp_C, Uplight) == 0x0002D0, "Member 'ABPL_DeskLamp_C::Uplight' has a wrong offset!"); \ +static_assert(offsetof(ABPL_DeskLamp_C, DownLight) == 0x0002D8, "Member 'ABPL_DeskLamp_C::DownLight' has a wrong offset!"); \ +static_assert(offsetof(ABPL_DeskLamp_C, LGT_DeskLamp_02) == 0x0002E0, "Member 'ABPL_DeskLamp_C::LGT_DeskLamp_02' has a wrong offset!"); \ +static_assert(offsetof(ABPL_DeskLamp_C, DefaultSceneRoot) == 0x0002E8, "Member 'ABPL_DeskLamp_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SecurityScreen_01_TopMonitor_01_Security_C \ +static_assert(alignof(ABP_SecurityScreen_01_TopMonitor_01_Security_C) == 0x000008, "Wrong alignment on ABP_SecurityScreen_01_TopMonitor_01_Security_C"); \ +static_assert(sizeof(ABP_SecurityScreen_01_TopMonitor_01_Security_C) == 0x000330, "Wrong size on ABP_SecurityScreen_01_TopMonitor_01_Security_C"); \ + +#define DUMPER7_ASSERTS_UBP_DefaultMeleeImpactFeedback_C \ +static_assert(alignof(UBP_DefaultMeleeImpactFeedback_C) == 0x000008, "Wrong alignment on UBP_DefaultMeleeImpactFeedback_C"); \ +static_assert(sizeof(UBP_DefaultMeleeImpactFeedback_C) == 0x000308, "Wrong size on UBP_DefaultMeleeImpactFeedback_C"); \ + +#define DUMPER7_ASSERTS_BPFL_ModLoader_C_EnsureSingletonSelf \ +static_assert(alignof(BPFL_ModLoader_C_EnsureSingletonSelf) == 0x000008, "Wrong alignment on BPFL_ModLoader_C_EnsureSingletonSelf"); \ +static_assert(sizeof(BPFL_ModLoader_C_EnsureSingletonSelf) == 0x000098, "Wrong size on BPFL_ModLoader_C_EnsureSingletonSelf"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureSingletonSelf, __WorldContext) == 0x000000, "Member 'BPFL_ModLoader_C_EnsureSingletonSelf::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureSingletonSelf, bFound) == 0x000008, "Member 'BPFL_ModLoader_C_EnsureSingletonSelf::bFound' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureSingletonSelf, CallFunc_GetObjectClass_ReturnValue) == 0x000010, "Member 'BPFL_ModLoader_C_EnsureSingletonSelf::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureSingletonSelf, K2Node_DynamicCast_AsUser_Widget) == 0x000018, "Member 'BPFL_ModLoader_C_EnsureSingletonSelf::K2Node_DynamicCast_AsUser_Widget' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureSingletonSelf, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BPFL_ModLoader_C_EnsureSingletonSelf::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureSingletonSelf, K2Node_ClassDynamicCast_AsUser_Widget) == 0x000028, "Member 'BPFL_ModLoader_C_EnsureSingletonSelf::K2Node_ClassDynamicCast_AsUser_Widget' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureSingletonSelf, K2Node_ClassDynamicCast_bSuccess) == 0x000030, "Member 'BPFL_ModLoader_C_EnsureSingletonSelf::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureSingletonSelf, CallFunc_GetAllWidgetsOfClass_FoundWidgets) == 0x000038, "Member 'BPFL_ModLoader_C_EnsureSingletonSelf::CallFunc_GetAllWidgetsOfClass_FoundWidgets' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureSingletonSelf, K2Node_ClassDynamicCast_AsActor) == 0x000048, "Member 'BPFL_ModLoader_C_EnsureSingletonSelf::K2Node_ClassDynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureSingletonSelf, K2Node_ClassDynamicCast_bSuccess_1) == 0x000050, "Member 'BPFL_ModLoader_C_EnsureSingletonSelf::K2Node_ClassDynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureSingletonSelf, CallFunc_Array_Get_Item) == 0x000058, "Member 'BPFL_ModLoader_C_EnsureSingletonSelf::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureSingletonSelf, CallFunc_GetAllActorsOfClass_OutActors) == 0x000060, "Member 'BPFL_ModLoader_C_EnsureSingletonSelf::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureSingletonSelf, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000070, "Member 'BPFL_ModLoader_C_EnsureSingletonSelf::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureSingletonSelf, CallFunc_Array_Get_Item_1) == 0x000078, "Member 'BPFL_ModLoader_C_EnsureSingletonSelf::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureSingletonSelf, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x000080, "Member 'BPFL_ModLoader_C_EnsureSingletonSelf::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureSingletonSelf, K2Node_DynamicCast_AsActor) == 0x000088, "Member 'BPFL_ModLoader_C_EnsureSingletonSelf::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureSingletonSelf, K2Node_DynamicCast_bSuccess_1) == 0x000090, "Member 'BPFL_ModLoader_C_EnsureSingletonSelf::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_ModLoader_C_GetModLoaderManager \ +static_assert(alignof(BPFL_ModLoader_C_GetModLoaderManager) == 0x000008, "Wrong alignment on BPFL_ModLoader_C_GetModLoaderManager"); \ +static_assert(sizeof(BPFL_ModLoader_C_GetModLoaderManager) == 0x000028, "Wrong size on BPFL_ModLoader_C_GetModLoaderManager"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetModLoaderManager, __WorldContext) == 0x000000, "Member 'BPFL_ModLoader_C_GetModLoaderManager::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetModLoaderManager, ModLoaderManagerInstance) == 0x000008, "Member 'BPFL_ModLoader_C_GetModLoaderManager::ModLoaderManagerInstance' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetModLoaderManager, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'BPFL_ModLoader_C_GetModLoaderManager::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetModLoaderManager, K2Node_DynamicCast_AsPD3_Game_Instance) == 0x000018, "Member 'BPFL_ModLoader_C_GetModLoaderManager::K2Node_DynamicCast_AsPD3_Game_Instance' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetModLoaderManager, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BPFL_ModLoader_C_GetModLoaderManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetModLoaderManager, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BPFL_ModLoader_C_GetModLoaderManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_ModLoader_C_PrintToModLoader \ +static_assert(alignof(BPFL_ModLoader_C_PrintToModLoader) == 0x000008, "Wrong alignment on BPFL_ModLoader_C_PrintToModLoader"); \ +static_assert(sizeof(BPFL_ModLoader_C_PrintToModLoader) == 0x000018, "Wrong size on BPFL_ModLoader_C_PrintToModLoader"); \ +static_assert(offsetof(BPFL_ModLoader_C_PrintToModLoader, Message) == 0x000000, "Member 'BPFL_ModLoader_C_PrintToModLoader::Message' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_PrintToModLoader, __WorldContext) == 0x000010, "Member 'BPFL_ModLoader_C_PrintToModLoader::__WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_ModLoader_C_EnsureActorSingletonPreSpawnExternal \ +static_assert(alignof(BPFL_ModLoader_C_EnsureActorSingletonPreSpawnExternal) == 0x000008, "Wrong alignment on BPFL_ModLoader_C_EnsureActorSingletonPreSpawnExternal"); \ +static_assert(sizeof(BPFL_ModLoader_C_EnsureActorSingletonPreSpawnExternal) == 0x000028, "Wrong size on BPFL_ModLoader_C_EnsureActorSingletonPreSpawnExternal"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureActorSingletonPreSpawnExternal, ActorClass) == 0x000000, "Member 'BPFL_ModLoader_C_EnsureActorSingletonPreSpawnExternal::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureActorSingletonPreSpawnExternal, __WorldContext) == 0x000008, "Member 'BPFL_ModLoader_C_EnsureActorSingletonPreSpawnExternal::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureActorSingletonPreSpawnExternal, bExists) == 0x000010, "Member 'BPFL_ModLoader_C_EnsureActorSingletonPreSpawnExternal::bExists' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureActorSingletonPreSpawnExternal, CallFunc_GetActorOfClass_ReturnValue) == 0x000018, "Member 'BPFL_ModLoader_C_EnsureActorSingletonPreSpawnExternal::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureActorSingletonPreSpawnExternal, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BPFL_ModLoader_C_EnsureActorSingletonPreSpawnExternal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_ModLoader_C_EnsureWidgetSingletonPreSpawnExternal \ +static_assert(alignof(BPFL_ModLoader_C_EnsureWidgetSingletonPreSpawnExternal) == 0x000008, "Wrong alignment on BPFL_ModLoader_C_EnsureWidgetSingletonPreSpawnExternal"); \ +static_assert(sizeof(BPFL_ModLoader_C_EnsureWidgetSingletonPreSpawnExternal) == 0x000038, "Wrong size on BPFL_ModLoader_C_EnsureWidgetSingletonPreSpawnExternal"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureWidgetSingletonPreSpawnExternal, WidgetClass) == 0x000000, "Member 'BPFL_ModLoader_C_EnsureWidgetSingletonPreSpawnExternal::WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureWidgetSingletonPreSpawnExternal, __WorldContext) == 0x000008, "Member 'BPFL_ModLoader_C_EnsureWidgetSingletonPreSpawnExternal::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureWidgetSingletonPreSpawnExternal, bExists) == 0x000010, "Member 'BPFL_ModLoader_C_EnsureWidgetSingletonPreSpawnExternal::bExists' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureWidgetSingletonPreSpawnExternal, CallFunc_GetAllWidgetsOfClass_FoundWidgets) == 0x000018, "Member 'BPFL_ModLoader_C_EnsureWidgetSingletonPreSpawnExternal::CallFunc_GetAllWidgetsOfClass_FoundWidgets' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureWidgetSingletonPreSpawnExternal, CallFunc_Array_Get_Item) == 0x000028, "Member 'BPFL_ModLoader_C_EnsureWidgetSingletonPreSpawnExternal::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_EnsureWidgetSingletonPreSpawnExternal, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BPFL_ModLoader_C_EnsureWidgetSingletonPreSpawnExternal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_ModLoader_C_SpawnModManager \ +static_assert(alignof(BPFL_ModLoader_C_SpawnModManager) == 0x000008, "Wrong alignment on BPFL_ModLoader_C_SpawnModManager"); \ +static_assert(sizeof(BPFL_ModLoader_C_SpawnModManager) == 0x000028, "Wrong size on BPFL_ModLoader_C_SpawnModManager"); \ +static_assert(offsetof(BPFL_ModLoader_C_SpawnModManager, __WorldContext) == 0x000000, "Member 'BPFL_ModLoader_C_SpawnModManager::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_SpawnModManager, CallFunc_GetGameInstance_ReturnValue) == 0x000008, "Member 'BPFL_ModLoader_C_SpawnModManager::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_SpawnModManager, K2Node_DynamicCast_AsPD3_Game_Instance) == 0x000010, "Member 'BPFL_ModLoader_C_SpawnModManager::K2Node_DynamicCast_AsPD3_Game_Instance' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_SpawnModManager, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BPFL_ModLoader_C_SpawnModManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_SpawnModManager, CallFunc_SpawnObject_ReturnValue) == 0x000020, "Member 'BPFL_ModLoader_C_SpawnModManager::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_ModLoader_C_AddNewPersistentObject \ +static_assert(alignof(BPFL_ModLoader_C_AddNewPersistentObject) == 0x000008, "Wrong alignment on BPFL_ModLoader_C_AddNewPersistentObject"); \ +static_assert(sizeof(BPFL_ModLoader_C_AddNewPersistentObject) == 0x000030, "Wrong size on BPFL_ModLoader_C_AddNewPersistentObject"); \ +static_assert(offsetof(BPFL_ModLoader_C_AddNewPersistentObject, ObjectClass) == 0x000000, "Member 'BPFL_ModLoader_C_AddNewPersistentObject::ObjectClass' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_AddNewPersistentObject, __WorldContext) == 0x000008, "Member 'BPFL_ModLoader_C_AddNewPersistentObject::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_AddNewPersistentObject, Return) == 0x000010, "Member 'BPFL_ModLoader_C_AddNewPersistentObject::Return' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_AddNewPersistentObject, CallFunc_GetModLoaderManager_ModLoaderManagerInstance) == 0x000018, "Member 'BPFL_ModLoader_C_AddNewPersistentObject::CallFunc_GetModLoaderManager_ModLoaderManagerInstance' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_AddNewPersistentObject, CallFunc_SpawnObject_ReturnValue) == 0x000020, "Member 'BPFL_ModLoader_C_AddNewPersistentObject::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_AddNewPersistentObject, CallFunc_Array_AddUnique_ReturnValue) == 0x000028, "Member 'BPFL_ModLoader_C_AddNewPersistentObject::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_ModLoader_C_FindPersistentModObjectByClass \ +static_assert(alignof(BPFL_ModLoader_C_FindPersistentModObjectByClass) == 0x000008, "Wrong alignment on BPFL_ModLoader_C_FindPersistentModObjectByClass"); \ +static_assert(sizeof(BPFL_ModLoader_C_FindPersistentModObjectByClass) == 0x000050, "Wrong size on BPFL_ModLoader_C_FindPersistentModObjectByClass"); \ +static_assert(offsetof(BPFL_ModLoader_C_FindPersistentModObjectByClass, ObjectClass) == 0x000000, "Member 'BPFL_ModLoader_C_FindPersistentModObjectByClass::ObjectClass' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_FindPersistentModObjectByClass, __WorldContext) == 0x000008, "Member 'BPFL_ModLoader_C_FindPersistentModObjectByClass::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_FindPersistentModObjectByClass, ObjectInstance) == 0x000010, "Member 'BPFL_ModLoader_C_FindPersistentModObjectByClass::ObjectInstance' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_FindPersistentModObjectByClass, bFound) == 0x000018, "Member 'BPFL_ModLoader_C_FindPersistentModObjectByClass::bFound' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_FindPersistentModObjectByClass, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BPFL_ModLoader_C_FindPersistentModObjectByClass::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_FindPersistentModObjectByClass, CallFunc_GetModLoaderManager_ModLoaderManagerInstance) == 0x000020, "Member 'BPFL_ModLoader_C_FindPersistentModObjectByClass::CallFunc_GetModLoaderManager_ModLoaderManagerInstance' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_FindPersistentModObjectByClass, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BPFL_ModLoader_C_FindPersistentModObjectByClass::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_FindPersistentModObjectByClass, CallFunc_Array_Get_Item) == 0x000030, "Member 'BPFL_ModLoader_C_FindPersistentModObjectByClass::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_FindPersistentModObjectByClass, CallFunc_GetObjectClass_ReturnValue) == 0x000038, "Member 'BPFL_ModLoader_C_FindPersistentModObjectByClass::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_FindPersistentModObjectByClass, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BPFL_ModLoader_C_FindPersistentModObjectByClass::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_FindPersistentModObjectByClass, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000044, "Member 'BPFL_ModLoader_C_FindPersistentModObjectByClass::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_FindPersistentModObjectByClass, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BPFL_ModLoader_C_FindPersistentModObjectByClass::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_FindPersistentModObjectByClass, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'BPFL_ModLoader_C_FindPersistentModObjectByClass::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_ModLoader_C_ClearNullObjectReferencesFromArray \ +static_assert(alignof(BPFL_ModLoader_C_ClearNullObjectReferencesFromArray) == 0x000008, "Wrong alignment on BPFL_ModLoader_C_ClearNullObjectReferencesFromArray"); \ +static_assert(sizeof(BPFL_ModLoader_C_ClearNullObjectReferencesFromArray) == 0x000040, "Wrong size on BPFL_ModLoader_C_ClearNullObjectReferencesFromArray"); \ +static_assert(offsetof(BPFL_ModLoader_C_ClearNullObjectReferencesFromArray, ObjectArray) == 0x000000, "Member 'BPFL_ModLoader_C_ClearNullObjectReferencesFromArray::ObjectArray' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ClearNullObjectReferencesFromArray, __WorldContext) == 0x000010, "Member 'BPFL_ModLoader_C_ClearNullObjectReferencesFromArray::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ClearNullObjectReferencesFromArray, bRemoved) == 0x000018, "Member 'BPFL_ModLoader_C_ClearNullObjectReferencesFromArray::bRemoved' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ClearNullObjectReferencesFromArray, bAnyRemoved) == 0x000019, "Member 'BPFL_ModLoader_C_ClearNullObjectReferencesFromArray::bAnyRemoved' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ClearNullObjectReferencesFromArray, RunningIndex) == 0x00001C, "Member 'BPFL_ModLoader_C_ClearNullObjectReferencesFromArray::RunningIndex' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ClearNullObjectReferencesFromArray, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BPFL_ModLoader_C_ClearNullObjectReferencesFromArray::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ClearNullObjectReferencesFromArray, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BPFL_ModLoader_C_ClearNullObjectReferencesFromArray::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ClearNullObjectReferencesFromArray, Temp_int_Variable) == 0x000028, "Member 'BPFL_ModLoader_C_ClearNullObjectReferencesFromArray::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ClearNullObjectReferencesFromArray, CallFunc_Array_Get_Item) == 0x000030, "Member 'BPFL_ModLoader_C_ClearNullObjectReferencesFromArray::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ClearNullObjectReferencesFromArray, CallFunc_Greater_IntInt_ReturnValue) == 0x000038, "Member 'BPFL_ModLoader_C_ClearNullObjectReferencesFromArray::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ClearNullObjectReferencesFromArray, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'BPFL_ModLoader_C_ClearNullObjectReferencesFromArray::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_ModLoader_C_GetModLoaderMenu \ +static_assert(alignof(BPFL_ModLoader_C_GetModLoaderMenu) == 0x000008, "Wrong alignment on BPFL_ModLoader_C_GetModLoaderMenu"); \ +static_assert(sizeof(BPFL_ModLoader_C_GetModLoaderMenu) == 0x000030, "Wrong size on BPFL_ModLoader_C_GetModLoaderMenu"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetModLoaderMenu, __WorldContext) == 0x000000, "Member 'BPFL_ModLoader_C_GetModLoaderMenu::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetModLoaderMenu, bFound) == 0x000008, "Member 'BPFL_ModLoader_C_GetModLoaderMenu::bFound' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetModLoaderMenu, Return) == 0x000010, "Member 'BPFL_ModLoader_C_GetModLoaderMenu::Return' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetModLoaderMenu, CallFunc_GetAllWidgetsOfClass_FoundWidgets) == 0x000018, "Member 'BPFL_ModLoader_C_GetModLoaderMenu::CallFunc_GetAllWidgetsOfClass_FoundWidgets' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetModLoaderMenu, CallFunc_Array_Get_Item) == 0x000028, "Member 'BPFL_ModLoader_C_GetModLoaderMenu::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_ModLoader_C_AppendTwoDigitIntToString \ +static_assert(alignof(BPFL_ModLoader_C_AppendTwoDigitIntToString) == 0x000008, "Wrong alignment on BPFL_ModLoader_C_AppendTwoDigitIntToString"); \ +static_assert(sizeof(BPFL_ModLoader_C_AppendTwoDigitIntToString) == 0x000068, "Wrong size on BPFL_ModLoader_C_AppendTwoDigitIntToString"); \ +static_assert(offsetof(BPFL_ModLoader_C_AppendTwoDigitIntToString, InString) == 0x000000, "Member 'BPFL_ModLoader_C_AppendTwoDigitIntToString::InString' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_AppendTwoDigitIntToString, Int) == 0x000010, "Member 'BPFL_ModLoader_C_AppendTwoDigitIntToString::Int' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_AppendTwoDigitIntToString, __WorldContext) == 0x000018, "Member 'BPFL_ModLoader_C_AppendTwoDigitIntToString::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_AppendTwoDigitIntToString, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BPFL_ModLoader_C_AppendTwoDigitIntToString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_AppendTwoDigitIntToString, CallFunc_Conv_IntToString_ReturnValue) == 0x000030, "Member 'BPFL_ModLoader_C_AppendTwoDigitIntToString::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_AppendTwoDigitIntToString, CallFunc_Greater_IntInt_ReturnValue) == 0x000040, "Member 'BPFL_ModLoader_C_AppendTwoDigitIntToString::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_AppendTwoDigitIntToString, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000048, "Member 'BPFL_ModLoader_C_AppendTwoDigitIntToString::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_AppendTwoDigitIntToString, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000058, "Member 'BPFL_ModLoader_C_AppendTwoDigitIntToString::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_ModLoader_C_PrintToDebugWidget \ +static_assert(alignof(BPFL_ModLoader_C_PrintToDebugWidget) == 0x000008, "Wrong alignment on BPFL_ModLoader_C_PrintToDebugWidget"); \ +static_assert(sizeof(BPFL_ModLoader_C_PrintToDebugWidget) == 0x000048, "Wrong size on BPFL_ModLoader_C_PrintToDebugWidget"); \ +static_assert(offsetof(BPFL_ModLoader_C_PrintToDebugWidget, ExistingWidget) == 0x000000, "Member 'BPFL_ModLoader_C_PrintToDebugWidget::ExistingWidget' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_PrintToDebugWidget, Message) == 0x000008, "Member 'BPFL_ModLoader_C_PrintToDebugWidget::Message' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_PrintToDebugWidget, __WorldContext) == 0x000018, "Member 'BPFL_ModLoader_C_PrintToDebugWidget::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_PrintToDebugWidget, DebugWidget) == 0x000020, "Member 'BPFL_ModLoader_C_PrintToDebugWidget::DebugWidget' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_PrintToDebugWidget, CurrentWidget) == 0x000028, "Member 'BPFL_ModLoader_C_PrintToDebugWidget::CurrentWidget' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_PrintToDebugWidget, CallFunc_Create_ReturnValue) == 0x000030, "Member 'BPFL_ModLoader_C_PrintToDebugWidget::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_PrintToDebugWidget, CallFunc_GetMousePositionOnViewport_ReturnValue) == 0x000038, "Member 'BPFL_ModLoader_C_PrintToDebugWidget::CallFunc_GetMousePositionOnViewport_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_PrintToDebugWidget, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BPFL_ModLoader_C_PrintToDebugWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_ModLoader_C_GetLevelIdxFromHeistData \ +static_assert(alignof(BPFL_ModLoader_C_GetLevelIdxFromHeistData) == 0x000008, "Wrong alignment on BPFL_ModLoader_C_GetLevelIdxFromHeistData"); \ +static_assert(sizeof(BPFL_ModLoader_C_GetLevelIdxFromHeistData) == 0x0000B8, "Wrong size on BPFL_ModLoader_C_GetLevelIdxFromHeistData"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetLevelIdxFromHeistData, HeistData) == 0x000000, "Member 'BPFL_ModLoader_C_GetLevelIdxFromHeistData::HeistData' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetLevelIdxFromHeistData, __WorldContext) == 0x000008, "Member 'BPFL_ModLoader_C_GetLevelIdxFromHeistData::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetLevelIdxFromHeistData, LevelIdx) == 0x000010, "Member 'BPFL_ModLoader_C_GetLevelIdxFromHeistData::LevelIdx' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetLevelIdxFromHeistData, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BPFL_ModLoader_C_GetLevelIdxFromHeistData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetLevelIdxFromHeistData, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BPFL_ModLoader_C_GetLevelIdxFromHeistData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetLevelIdxFromHeistData, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'BPFL_ModLoader_C_GetLevelIdxFromHeistData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetLevelIdxFromHeistData, CallFunc_MakeSoftObjectPath_ReturnValue) == 0x000020, "Member 'BPFL_ModLoader_C_GetLevelIdxFromHeistData::CallFunc_MakeSoftObjectPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetLevelIdxFromHeistData, CallFunc_Conv_SoftObjPathToSoftObjRef_ReturnValue) == 0x000040, "Member 'BPFL_ModLoader_C_GetLevelIdxFromHeistData::CallFunc_Conv_SoftObjPathToSoftObjRef_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetLevelIdxFromHeistData, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000070, "Member 'BPFL_ModLoader_C_GetLevelIdxFromHeistData::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetLevelIdxFromHeistData, K2Node_DynamicCast_AsSBZHeist_Developer_Settings) == 0x000078, "Member 'BPFL_ModLoader_C_GetLevelIdxFromHeistData::K2Node_DynamicCast_AsSBZHeist_Developer_Settings' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetLevelIdxFromHeistData, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'BPFL_ModLoader_C_GetLevelIdxFromHeistData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetLevelIdxFromHeistData, CallFunc_Array_Length_ReturnValue) == 0x000084, "Member 'BPFL_ModLoader_C_GetLevelIdxFromHeistData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetLevelIdxFromHeistData, CallFunc_Array_Get_Item) == 0x000088, "Member 'BPFL_ModLoader_C_GetLevelIdxFromHeistData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetLevelIdxFromHeistData, CallFunc_Less_IntInt_ReturnValue) == 0x0000B0, "Member 'BPFL_ModLoader_C_GetLevelIdxFromHeistData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetLevelIdxFromHeistData, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000B1, "Member 'BPFL_ModLoader_C_GetLevelIdxFromHeistData::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_ModLoader_C_ScanModData \ +static_assert(alignof(BPFL_ModLoader_C_ScanModData) == 0x000008, "Wrong alignment on BPFL_ModLoader_C_ScanModData"); \ +static_assert(sizeof(BPFL_ModLoader_C_ScanModData) == 0x0002C8, "Wrong size on BPFL_ModLoader_C_ScanModData"); \ +static_assert(offsetof(BPFL_ModLoader_C_ScanModData, Sub_Directories) == 0x000000, "Member 'BPFL_ModLoader_C_ScanModData::Sub_Directories' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ScanModData, ClassNames) == 0x000010, "Member 'BPFL_ModLoader_C_ScanModData::ClassNames' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ScanModData, __WorldContext) == 0x000020, "Member 'BPFL_ModLoader_C_ScanModData::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ScanModData, AssetData) == 0x000028, "Member 'BPFL_ModLoader_C_ScanModData::AssetData' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ScanModData, PathsAsName) == 0x000038, "Member 'BPFL_ModLoader_C_ScanModData::PathsAsName' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ScanModData, Paths) == 0x000048, "Member 'BPFL_ModLoader_C_ScanModData::Paths' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ScanModData, Filter) == 0x000058, "Member 'BPFL_ModLoader_C_ScanModData::Filter' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ScanModData, CallFunc_Array_Length_ReturnValue) == 0x000148, "Member 'BPFL_ModLoader_C_ScanModData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ScanModData, Temp_int_Array_Index_Variable) == 0x00014C, "Member 'BPFL_ModLoader_C_ScanModData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ScanModData, Temp_int_Loop_Counter_Variable) == 0x000150, "Member 'BPFL_ModLoader_C_ScanModData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ScanModData, CallFunc_Array_Get_Item) == 0x000158, "Member 'BPFL_ModLoader_C_ScanModData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ScanModData, CallFunc_Concat_StrStr_ReturnValue) == 0x000168, "Member 'BPFL_ModLoader_C_ScanModData::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ScanModData, CallFunc_Less_IntInt_ReturnValue) == 0x000178, "Member 'BPFL_ModLoader_C_ScanModData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ScanModData, CallFunc_Conv_StringToName_ReturnValue) == 0x00017C, "Member 'BPFL_ModLoader_C_ScanModData::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ScanModData, CallFunc_Add_IntInt_ReturnValue) == 0x000188, "Member 'BPFL_ModLoader_C_ScanModData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ScanModData, K2Node_MakeStruct_ARFilter) == 0x000190, "Member 'BPFL_ModLoader_C_ScanModData::K2Node_MakeStruct_ARFilter' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ScanModData, CallFunc_Array_AddUnique_ReturnValue) == 0x000280, "Member 'BPFL_ModLoader_C_ScanModData::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ScanModData, CallFunc_GetAssetRegistry_ReturnValue) == 0x000288, "Member 'BPFL_ModLoader_C_ScanModData::CallFunc_GetAssetRegistry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ScanModData, CallFunc_Array_AddUnique_ReturnValue_1) == 0x000298, "Member 'BPFL_ModLoader_C_ScanModData::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ScanModData, CallFunc_GetAssets_OutAssetData) == 0x0002A0, "Member 'BPFL_ModLoader_C_ScanModData::CallFunc_GetAssets_OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ScanModData, CallFunc_GetAssets_ReturnValue) == 0x0002B0, "Member 'BPFL_ModLoader_C_ScanModData::CallFunc_GetAssets_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_ScanModData, CallFunc_GetAssetRegistry_ReturnValue_1) == 0x0002B8, "Member 'BPFL_ModLoader_C_ScanModData::CallFunc_GetAssetRegistry_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_ModLoader_C_GetNextAvailableSaveSlot \ +static_assert(alignof(BPFL_ModLoader_C_GetNextAvailableSaveSlot) == 0x000008, "Wrong alignment on BPFL_ModLoader_C_GetNextAvailableSaveSlot"); \ +static_assert(sizeof(BPFL_ModLoader_C_GetNextAvailableSaveSlot) == 0x0000D8, "Wrong size on BPFL_ModLoader_C_GetNextAvailableSaveSlot"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, SaveSlots) == 0x000000, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::SaveSlots' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, Delim) == 0x000010, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::Delim' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, SlotLimit) == 0x000020, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::SlotLimit' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, __WorldContext) == 0x000028, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, AvailableSlot) == 0x000030, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::AvailableSlot' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, bSlotAvailable) == 0x000040, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::bSlotAvailable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, SlotLimitVar) == 0x000044, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::SlotLimitVar' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, PreviousSlot) == 0x000048, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::PreviousSlot' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, SaveSlotsUsed) == 0x000050, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::SaveSlotsUsed' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, Temp_int_Array_Index_Variable) == 0x000060, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, CallFunc_Array_Get_Item) == 0x000068, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, CallFunc_Split_LeftS) == 0x000078, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::CallFunc_Split_LeftS' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, CallFunc_Split_RightS) == 0x000088, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::CallFunc_Split_RightS' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, CallFunc_Split_ReturnValue) == 0x000098, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::CallFunc_Split_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, CallFunc_Array_Length_ReturnValue) == 0x00009C, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, CallFunc_Conv_StringToInt_ReturnValue) == 0x0000A0, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::CallFunc_Conv_StringToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, Temp_int_Loop_Counter_Variable) == 0x0000A4, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, CallFunc_Less_IntInt_ReturnValue) == 0x0000A8, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, CallFunc_Add_IntInt_ReturnValue) == 0x0000AC, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, Temp_int_Loop_Counter_Variable_1) == 0x0000B0, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000B4, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000B8, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000BC, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, Temp_int_Array_Index_Variable_1) == 0x0000C0, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, CallFunc_Array_AddUnique_ReturnValue) == 0x0000C4, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, CallFunc_Array_Get_Item_1) == 0x0000C8, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, CallFunc_Array_Length_ReturnValue_1) == 0x0000CC, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000D0, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_ModLoader_C_GetNextAvailableSaveSlot, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000D1, "Member 'BPFL_ModLoader_C_GetNextAvailableSaveSlot::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPFL_ModLoader_C \ +static_assert(alignof(UBPFL_ModLoader_C) == 0x000008, "Wrong alignment on UBPFL_ModLoader_C"); \ +static_assert(sizeof(UBPFL_ModLoader_C) == 0x000030, "Wrong size on UBPFL_ModLoader_C"); \ + +#define DUMPER7_ASSERTS_ABP_Chus_CarriedPressBadge_C \ +static_assert(alignof(ABP_Chus_CarriedPressBadge_C) == 0x000008, "Wrong alignment on ABP_Chus_CarriedPressBadge_C"); \ +static_assert(sizeof(ABP_Chus_CarriedPressBadge_C) == 0x000320, "Wrong size on ABP_Chus_CarriedPressBadge_C"); \ + +#define DUMPER7_ASSERTS_ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager \ +static_assert(alignof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager) == 0x000008, "Wrong alignment on ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager"); \ +static_assert(sizeof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager) == 0x000320, "Wrong size on ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, EntryPoint) == 0x000000, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_GetAssetRegistry_ReturnValue) == 0x000008, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_GetAssetRegistry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, Temp_int_Array_Index_Variable) == 0x000018, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, Temp_int_Array_Index_Variable_1) == 0x000038, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, Temp_int_Loop_Counter_Variable_1) == 0x00003C, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_Subtract_IntInt_ReturnValue) == 0x000040, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000044, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, K2Node_CreateDelegate_OutputDelegate_1) == 0x000048, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_GetGameEventBroker_ReturnValue) == 0x000060, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_GetGameEventBroker_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_Array_Get_Item) == 0x000068, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_Array_Length_ReturnValue) == 0x0000E0, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_GetAsset_ReturnValue) == 0x0000E8, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_GetAsset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_Less_IntInt_ReturnValue) == 0x0000F0, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_GetPathName_ReturnValue) == 0x0000F8, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_Replace_ReturnValue) == 0x000108, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_Replace_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, K2Node_CustomEvent_OldState) == 0x000118, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::K2Node_CustomEvent_OldState' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, K2Node_CustomEvent_NewState) == 0x000119, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::K2Node_CustomEvent_NewState' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_MakeSoftObjectPath_ReturnValue) == 0x000120, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_MakeSoftObjectPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, K2Node_SwitchEnum_CmpSuccess) == 0x000140, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_Conv_SoftObjPathToSoftObjRef_ReturnValue) == 0x000148, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_Conv_SoftObjPathToSoftObjRef_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000178, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, K2Node_DynamicCast_AsPDA_Mod_Meta) == 0x000180, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::K2Node_DynamicCast_AsPDA_Mod_Meta' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, K2Node_DynamicCast_bSuccess) == 0x000188, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, K2Node_CustomEvent_BlackScreenTransitionType) == 0x000189, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::K2Node_CustomEvent_BlackScreenTransitionType' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_GetGameStateMachine_ReturnValue) == 0x000190, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, K2Node_CreateDelegate_OutputDelegate_2) == 0x000198, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_SpawnModMenu_Return) == 0x0001B0, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_SpawnModMenu_Return' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_Array_Get_Item_1) == 0x0001B8, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_Array_AddUnique_ReturnValue) == 0x0001C0, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_Array_Length_ReturnValue_1) == 0x0001C4, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0001C8, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, K2Node_CreateDelegate_OutputDelegate_3) == 0x0001CC, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_Max_ReturnValue) == 0x0001E0, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_Array_Length_ReturnValue_2) == 0x0001E4, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_Greater_IntInt_ReturnValue) == 0x0001E8, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_Array_Length_ReturnValue_3) == 0x0001EC, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0001F0, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, K2Node_MakeArray_Array) == 0x0001F8, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_GetAssetRegistry_ReturnValue_1) == 0x000208, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_GetAssetRegistry_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, K2Node_MakeStruct_ARFilter) == 0x000218, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::K2Node_MakeStruct_ARFilter' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_GetAssets_OutAssetData) == 0x000308, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_GetAssets_OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager, CallFunc_GetAssets_ReturnValue) == 0x000318, "Member 'ModLoaderManager_C_ExecuteUbergraph_ModLoaderManager::CallFunc_GetAssets_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModLoaderManager_C_OnHeistStartEvent \ +static_assert(alignof(ModLoaderManager_C_OnHeistStartEvent) == 0x000001, "Wrong alignment on ModLoaderManager_C_OnHeistStartEvent"); \ +static_assert(sizeof(ModLoaderManager_C_OnHeistStartEvent) == 0x000001, "Wrong size on ModLoaderManager_C_OnHeistStartEvent"); \ +static_assert(offsetof(ModLoaderManager_C_OnHeistStartEvent, BlackScreenTransitionType) == 0x000000, "Member 'ModLoaderManager_C_OnHeistStartEvent::BlackScreenTransitionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModLoaderManager_C_HeistStateChangedEvent \ +static_assert(alignof(ModLoaderManager_C_HeistStateChangedEvent) == 0x000001, "Wrong alignment on ModLoaderManager_C_HeistStateChangedEvent"); \ +static_assert(sizeof(ModLoaderManager_C_HeistStateChangedEvent) == 0x000002, "Wrong size on ModLoaderManager_C_HeistStateChangedEvent"); \ +static_assert(offsetof(ModLoaderManager_C_HeistStateChangedEvent, OldState) == 0x000000, "Member 'ModLoaderManager_C_HeistStateChangedEvent::OldState' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_HeistStateChangedEvent, NewState) == 0x000001, "Member 'ModLoaderManager_C_HeistStateChangedEvent::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModLoaderManager_C_AddPersistentMods \ +static_assert(alignof(ModLoaderManager_C_AddPersistentMods) == 0x000008, "Wrong alignment on ModLoaderManager_C_AddPersistentMods"); \ +static_assert(sizeof(ModLoaderManager_C_AddPersistentMods) == 0x000060, "Wrong size on ModLoaderManager_C_AddPersistentMods"); \ +static_assert(offsetof(ModLoaderManager_C_AddPersistentMods, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'ModLoaderManager_C_AddPersistentMods::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddPersistentMods, Temp_int_Array_Index_Variable) == 0x000004, "Member 'ModLoaderManager_C_AddPersistentMods::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddPersistentMods, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'ModLoaderManager_C_AddPersistentMods::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddPersistentMods, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'ModLoaderManager_C_AddPersistentMods::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddPersistentMods, CallFunc_Array_Get_Item) == 0x000010, "Member 'ModLoaderManager_C_AddPersistentMods::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddPersistentMods, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'ModLoaderManager_C_AddPersistentMods::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddPersistentMods, CallFunc_SpawnObject_ReturnValue) == 0x000020, "Member 'ModLoaderManager_C_AddPersistentMods::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddPersistentMods, K2Node_DynamicCast_AsBPI_Mod_Object) == 0x000028, "Member 'ModLoaderManager_C_AddPersistentMods::K2Node_DynamicCast_AsBPI_Mod_Object' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddPersistentMods, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'ModLoaderManager_C_AddPersistentMods::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddPersistentMods, CallFunc_Array_AddUnique_ReturnValue) == 0x00003C, "Member 'ModLoaderManager_C_AddPersistentMods::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddPersistentMods, K2Node_DynamicCast_AsMod_Persistent_Object_Base) == 0x000040, "Member 'ModLoaderManager_C_AddPersistentMods::K2Node_DynamicCast_AsMod_Persistent_Object_Base' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddPersistentMods, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'ModLoaderManager_C_AddPersistentMods::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddPersistentMods, K2Node_DynamicCast_AsMod_User_Widget_Base) == 0x000050, "Member 'ModLoaderManager_C_AddPersistentMods::K2Node_DynamicCast_AsMod_User_Widget_Base' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddPersistentMods, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'ModLoaderManager_C_AddPersistentMods::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModLoaderManager_C_AddHeists \ +static_assert(alignof(ModLoaderManager_C_AddHeists) == 0x000008, "Wrong alignment on ModLoaderManager_C_AddHeists"); \ +static_assert(sizeof(ModLoaderManager_C_AddHeists) == 0x000170, "Wrong size on ModLoaderManager_C_AddHeists"); \ +static_assert(offsetof(ModLoaderManager_C_AddHeists, As_SBZGame_State_Machine_Settings) == 0x000000, "Member 'ModLoaderManager_C_AddHeists::As_SBZGame_State_Machine_Settings' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddHeists, As_SBZHeist_Developer_Settings) == 0x000008, "Member 'ModLoaderManager_C_AddHeists::As_SBZHeist_Developer_Settings' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddHeists, Levels) == 0x000010, "Member 'ModLoaderManager_C_AddHeists::Levels' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddHeists, Heist_Level_Pair_Array) == 0x000020, "Member 'ModLoaderManager_C_AddHeists::Heist_Level_Pair_Array' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddHeists, CurrentLevelPath) == 0x000030, "Member 'ModLoaderManager_C_AddHeists::CurrentLevelPath' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddHeists, Temp_int_Array_Index_Variable) == 0x000050, "Member 'ModLoaderManager_C_AddHeists::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddHeists, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'ModLoaderManager_C_AddHeists::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddHeists, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'ModLoaderManager_C_AddHeists::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddHeists, CallFunc_MakeSoftObjectPath_ReturnValue) == 0x000060, "Member 'ModLoaderManager_C_AddHeists::CallFunc_MakeSoftObjectPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddHeists, CallFunc_MakeSoftObjectPath_ReturnValue_1) == 0x000080, "Member 'ModLoaderManager_C_AddHeists::CallFunc_MakeSoftObjectPath_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddHeists, CallFunc_Conv_SoftObjPathToSoftObjRef_ReturnValue) == 0x0000A0, "Member 'ModLoaderManager_C_AddHeists::CallFunc_Conv_SoftObjPathToSoftObjRef_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddHeists, CallFunc_Conv_SoftObjPathToSoftObjRef_ReturnValue_1) == 0x0000D0, "Member 'ModLoaderManager_C_AddHeists::CallFunc_Conv_SoftObjPathToSoftObjRef_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddHeists, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000100, "Member 'ModLoaderManager_C_AddHeists::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddHeists, CallFunc_LoadAsset_Blocking_ReturnValue_1) == 0x000108, "Member 'ModLoaderManager_C_AddHeists::CallFunc_LoadAsset_Blocking_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddHeists, K2Node_DynamicCast_AsSBZHeist_Developer_Settings) == 0x000110, "Member 'ModLoaderManager_C_AddHeists::K2Node_DynamicCast_AsSBZHeist_Developer_Settings' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddHeists, K2Node_DynamicCast_bSuccess) == 0x000118, "Member 'ModLoaderManager_C_AddHeists::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddHeists, K2Node_DynamicCast_AsSBZGame_State_Machine_Settings) == 0x000120, "Member 'ModLoaderManager_C_AddHeists::K2Node_DynamicCast_AsSBZGame_State_Machine_Settings' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddHeists, K2Node_DynamicCast_bSuccess_1) == 0x000128, "Member 'ModLoaderManager_C_AddHeists::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddHeists, CallFunc_Array_Get_Item) == 0x000130, "Member 'ModLoaderManager_C_AddHeists::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddHeists, CallFunc_Array_Length_ReturnValue) == 0x000138, "Member 'ModLoaderManager_C_AddHeists::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddHeists, CallFunc_Less_IntInt_ReturnValue) == 0x00013C, "Member 'ModLoaderManager_C_AddHeists::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddHeists, K2Node_MakeStruct_SBZHeistDataLevelPair) == 0x000140, "Member 'ModLoaderManager_C_AddHeists::K2Node_MakeStruct_SBZHeistDataLevelPair' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddHeists, CallFunc_Array_AddUnique_ReturnValue) == 0x000168, "Member 'ModLoaderManager_C_AddHeists::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddHeists, CallFunc_Array_AddUnique_ReturnValue_1) == 0x00016C, "Member 'ModLoaderManager_C_AddHeists::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModLoaderManager_C_GetAllData \ +static_assert(alignof(ModLoaderManager_C_GetAllData) == 0x000008, "Wrong alignment on ModLoaderManager_C_GetAllData"); \ +static_assert(sizeof(ModLoaderManager_C_GetAllData) == 0x000040, "Wrong size on ModLoaderManager_C_GetAllData"); \ +static_assert(offsetof(ModLoaderManager_C_GetAllData, CurrentAsset) == 0x000000, "Member 'ModLoaderManager_C_GetAllData::CurrentAsset' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_GetAllData, CallFunc_Array_Contains_ReturnValue) == 0x000008, "Member 'ModLoaderManager_C_GetAllData::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_GetAllData, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'ModLoaderManager_C_GetAllData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_GetAllData, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'ModLoaderManager_C_GetAllData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_GetAllData, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'ModLoaderManager_C_GetAllData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_GetAllData, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'ModLoaderManager_C_GetAllData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_GetAllData, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'ModLoaderManager_C_GetAllData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_GetAllData, CallFunc_Array_Length_ReturnValue_1) == 0x00001C, "Member 'ModLoaderManager_C_GetAllData::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_GetAllData, CallFunc_Greater_IntInt_ReturnValue) == 0x000020, "Member 'ModLoaderManager_C_GetAllData::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_GetAllData, CallFunc_Array_AddUnique_ReturnValue) == 0x000024, "Member 'ModLoaderManager_C_GetAllData::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_GetAllData, Temp_int_Array_Index_Variable) == 0x000028, "Member 'ModLoaderManager_C_GetAllData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_GetAllData, CallFunc_Array_Get_Item) == 0x000030, "Member 'ModLoaderManager_C_GetAllData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_GetAllData, CallFunc_Array_Contains_ReturnValue_1) == 0x000038, "Member 'ModLoaderManager_C_GetAllData::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_GetAllData, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'ModLoaderManager_C_GetAllData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_GetAllData, CallFunc_Not_PreBool_ReturnValue_1) == 0x00003A, "Member 'ModLoaderManager_C_GetAllData::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_GetAllData, CallFunc_BooleanNAND_ReturnValue) == 0x00003B, "Member 'ModLoaderManager_C_GetAllData::CallFunc_BooleanNAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModLoaderManager_C_ParseModActorStructs \ +static_assert(alignof(ModLoaderManager_C_ParseModActorStructs) == 0x000008, "Wrong alignment on ModLoaderManager_C_ParseModActorStructs"); \ +static_assert(sizeof(ModLoaderManager_C_ParseModActorStructs) == 0x000040, "Wrong size on ModLoaderManager_C_ParseModActorStructs"); \ +static_assert(offsetof(ModLoaderManager_C_ParseModActorStructs, CurrentMAStruct) == 0x000000, "Member 'ModLoaderManager_C_ParseModActorStructs::CurrentMAStruct' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ParseModActorStructs, Temp_int_Array_Index_Variable) == 0x000010, "Member 'ModLoaderManager_C_ParseModActorStructs::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ParseModActorStructs, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'ModLoaderManager_C_ParseModActorStructs::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ParseModActorStructs, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'ModLoaderManager_C_ParseModActorStructs::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ParseModActorStructs, CallFunc_Array_AddUnique_ReturnValue) == 0x00001C, "Member 'ModLoaderManager_C_ParseModActorStructs::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ParseModActorStructs, CallFunc_Array_AddUnique_ReturnValue_1) == 0x000020, "Member 'ModLoaderManager_C_ParseModActorStructs::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ParseModActorStructs, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000024, "Member 'ModLoaderManager_C_ParseModActorStructs::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ParseModActorStructs, CallFunc_Array_Get_Item) == 0x000028, "Member 'ModLoaderManager_C_ParseModActorStructs::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ParseModActorStructs, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'ModLoaderManager_C_ParseModActorStructs::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ParseModActorStructs, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'ModLoaderManager_C_ParseModActorStructs::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ParseModActorStructs, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00003D, "Member 'ModLoaderManager_C_ParseModActorStructs::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_ParseModActorStructs, CallFunc_BooleanOR_ReturnValue) == 0x00003E, "Member 'ModLoaderManager_C_ParseModActorStructs::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModLoaderManager_C_SpawnModMenu \ +static_assert(alignof(ModLoaderManager_C_SpawnModMenu) == 0x000008, "Wrong alignment on ModLoaderManager_C_SpawnModMenu"); \ +static_assert(sizeof(ModLoaderManager_C_SpawnModMenu) == 0x000020, "Wrong size on ModLoaderManager_C_SpawnModMenu"); \ +static_assert(offsetof(ModLoaderManager_C_SpawnModMenu, FirstSpawnOfMenu) == 0x000000, "Member 'ModLoaderManager_C_SpawnModMenu::FirstSpawnOfMenu' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_SpawnModMenu, Return) == 0x000008, "Member 'ModLoaderManager_C_SpawnModMenu::Return' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_SpawnModMenu, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'ModLoaderManager_C_SpawnModMenu::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_SpawnModMenu, CallFunc_Create_ReturnValue) == 0x000018, "Member 'ModLoaderManager_C_SpawnModMenu::CallFunc_Create_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModLoaderManager_C_EnsureAllParsed \ +static_assert(alignof(ModLoaderManager_C_EnsureAllParsed) == 0x000008, "Wrong alignment on ModLoaderManager_C_EnsureAllParsed"); \ +static_assert(sizeof(ModLoaderManager_C_EnsureAllParsed) == 0x000028, "Wrong size on ModLoaderManager_C_EnsureAllParsed"); \ +static_assert(offsetof(ModLoaderManager_C_EnsureAllParsed, bMissedDataFound) == 0x000000, "Member 'ModLoaderManager_C_EnsureAllParsed::bMissedDataFound' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_EnsureAllParsed, Temp_int_Array_Index_Variable) == 0x000004, "Member 'ModLoaderManager_C_EnsureAllParsed::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_EnsureAllParsed, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'ModLoaderManager_C_EnsureAllParsed::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_EnsureAllParsed, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'ModLoaderManager_C_EnsureAllParsed::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_EnsureAllParsed, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'ModLoaderManager_C_EnsureAllParsed::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_EnsureAllParsed, CallFunc_Array_Get_Item) == 0x000018, "Member 'ModLoaderManager_C_EnsureAllParsed::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_EnsureAllParsed, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'ModLoaderManager_C_EnsureAllParsed::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_EnsureAllParsed, CallFunc_Array_Contains_ReturnValue) == 0x000021, "Member 'ModLoaderManager_C_EnsureAllParsed::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModLoaderManager_C_PrintToModLoader \ +static_assert(alignof(ModLoaderManager_C_PrintToModLoader) == 0x000008, "Wrong alignment on ModLoaderManager_C_PrintToModLoader"); \ +static_assert(sizeof(ModLoaderManager_C_PrintToModLoader) == 0x000010, "Wrong size on ModLoaderManager_C_PrintToModLoader"); \ +static_assert(offsetof(ModLoaderManager_C_PrintToModLoader, Print) == 0x000000, "Member 'ModLoaderManager_C_PrintToModLoader::Print' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModLoaderManager_C_PreInitExtensions \ +static_assert(alignof(ModLoaderManager_C_PreInitExtensions) == 0x000008, "Wrong alignment on ModLoaderManager_C_PreInitExtensions"); \ +static_assert(sizeof(ModLoaderManager_C_PreInitExtensions) == 0x000068, "Wrong size on ModLoaderManager_C_PreInitExtensions"); \ +static_assert(offsetof(ModLoaderManager_C_PreInitExtensions, Temp_int_Array_Index_Variable) == 0x000000, "Member 'ModLoaderManager_C_PreInitExtensions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PreInitExtensions, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'ModLoaderManager_C_PreInitExtensions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PreInitExtensions, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'ModLoaderManager_C_PreInitExtensions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PreInitExtensions, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'ModLoaderManager_C_PreInitExtensions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PreInitExtensions, CallFunc_Array_Get_Item) == 0x000010, "Member 'ModLoaderManager_C_PreInitExtensions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PreInitExtensions, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'ModLoaderManager_C_PreInitExtensions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PreInitExtensions, CallFunc_SpawnObject_ReturnValue) == 0x000020, "Member 'ModLoaderManager_C_PreInitExtensions::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PreInitExtensions, K2Node_DynamicCast_AsBPI_MLExtensions) == 0x000028, "Member 'ModLoaderManager_C_PreInitExtensions::K2Node_DynamicCast_AsBPI_MLExtensions' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PreInitExtensions, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'ModLoaderManager_C_PreInitExtensions::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PreInitExtensions, CallFunc_Array_AddUnique_ReturnValue) == 0x00003C, "Member 'ModLoaderManager_C_PreInitExtensions::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PreInitExtensions, CallFunc_Array_AddUnique_ReturnValue_1) == 0x000040, "Member 'ModLoaderManager_C_PreInitExtensions::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PreInitExtensions, K2Node_DynamicCast_AsBP_MLExtension_Base) == 0x000048, "Member 'ModLoaderManager_C_PreInitExtensions::K2Node_DynamicCast_AsBP_MLExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PreInitExtensions, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'ModLoaderManager_C_PreInitExtensions::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PreInitExtensions, K2Node_DynamicCast_AsWBP_MLExtension_Widget_Base) == 0x000058, "Member 'ModLoaderManager_C_PreInitExtensions::K2Node_DynamicCast_AsWBP_MLExtension_Widget_Base' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PreInitExtensions, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'ModLoaderManager_C_PreInitExtensions::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PreInitExtensions, CallFunc_IsValidClass_ReturnValue) == 0x000061, "Member 'ModLoaderManager_C_PreInitExtensions::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModLoaderManager_C_InitExtensions \ +static_assert(alignof(ModLoaderManager_C_InitExtensions) == 0x000008, "Wrong alignment on ModLoaderManager_C_InitExtensions"); \ +static_assert(sizeof(ModLoaderManager_C_InitExtensions) == 0x000058, "Wrong size on ModLoaderManager_C_InitExtensions"); \ +static_assert(offsetof(ModLoaderManager_C_InitExtensions, Temp_int_Array_Index_Variable) == 0x000000, "Member 'ModLoaderManager_C_InitExtensions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_InitExtensions, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'ModLoaderManager_C_InitExtensions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_InitExtensions, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'ModLoaderManager_C_InitExtensions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_InitExtensions, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'ModLoaderManager_C_InitExtensions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_InitExtensions, CallFunc_Array_Get_Item) == 0x000010, "Member 'ModLoaderManager_C_InitExtensions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_InitExtensions, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'ModLoaderManager_C_InitExtensions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_InitExtensions, K2Node_DynamicCast_AsBPI_MLExtensions) == 0x000020, "Member 'ModLoaderManager_C_InitExtensions::K2Node_DynamicCast_AsBPI_MLExtensions' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_InitExtensions, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'ModLoaderManager_C_InitExtensions::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_InitExtensions, K2Node_DynamicCast_AsBP_MLExtension_Base) == 0x000038, "Member 'ModLoaderManager_C_InitExtensions::K2Node_DynamicCast_AsBP_MLExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_InitExtensions, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'ModLoaderManager_C_InitExtensions::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_InitExtensions, K2Node_DynamicCast_AsWBP_MLExtension_Widget_Base) == 0x000048, "Member 'ModLoaderManager_C_InitExtensions::K2Node_DynamicCast_AsWBP_MLExtension_Widget_Base' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_InitExtensions, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'ModLoaderManager_C_InitExtensions::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModLoaderManager_C_LoadPrimaryMLSave \ +static_assert(alignof(ModLoaderManager_C_LoadPrimaryMLSave) == 0x000008, "Wrong alignment on ModLoaderManager_C_LoadPrimaryMLSave"); \ +static_assert(sizeof(ModLoaderManager_C_LoadPrimaryMLSave) == 0x000040, "Wrong size on ModLoaderManager_C_LoadPrimaryMLSave"); \ +static_assert(offsetof(ModLoaderManager_C_LoadPrimaryMLSave, PrimarySaveName) == 0x000000, "Member 'ModLoaderManager_C_LoadPrimaryMLSave::PrimarySaveName' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_LoadPrimaryMLSave, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'ModLoaderManager_C_LoadPrimaryMLSave::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_LoadPrimaryMLSave, CallFunc_LoadGameFromSlot_ReturnValue) == 0x000020, "Member 'ModLoaderManager_C_LoadPrimaryMLSave::CallFunc_LoadGameFromSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_LoadPrimaryMLSave, CallFunc_DoesSaveGameExist_ReturnValue) == 0x000028, "Member 'ModLoaderManager_C_LoadPrimaryMLSave::CallFunc_DoesSaveGameExist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_LoadPrimaryMLSave, K2Node_DynamicCast_AsBP_MLPrimary_Save) == 0x000030, "Member 'ModLoaderManager_C_LoadPrimaryMLSave::K2Node_DynamicCast_AsBP_MLPrimary_Save' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_LoadPrimaryMLSave, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'ModLoaderManager_C_LoadPrimaryMLSave::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModLoaderManager_C_CreateNewMLSave \ +static_assert(alignof(ModLoaderManager_C_CreateNewMLSave) == 0x000008, "Wrong alignment on ModLoaderManager_C_CreateNewMLSave"); \ +static_assert(sizeof(ModLoaderManager_C_CreateNewMLSave) == 0x000010, "Wrong size on ModLoaderManager_C_CreateNewMLSave"); \ +static_assert(offsetof(ModLoaderManager_C_CreateNewMLSave, MLPrimarySaveClass) == 0x000000, "Member 'ModLoaderManager_C_CreateNewMLSave::MLPrimarySaveClass' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_CreateNewMLSave, CallFunc_CreateSaveGameObject_ReturnValue) == 0x000008, "Member 'ModLoaderManager_C_CreateNewMLSave::CallFunc_CreateSaveGameObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModLoaderManager_C_LoadMLChildSaves \ +static_assert(alignof(ModLoaderManager_C_LoadMLChildSaves) == 0x000008, "Wrong alignment on ModLoaderManager_C_LoadMLChildSaves"); \ +static_assert(sizeof(ModLoaderManager_C_LoadMLChildSaves) == 0x000088, "Wrong size on ModLoaderManager_C_LoadMLChildSaves"); \ +static_assert(offsetof(ModLoaderManager_C_LoadMLChildSaves, EmptySlots) == 0x000000, "Member 'ModLoaderManager_C_LoadMLChildSaves::EmptySlots' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_LoadMLChildSaves, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'ModLoaderManager_C_LoadMLChildSaves::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_LoadMLChildSaves, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'ModLoaderManager_C_LoadMLChildSaves::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_LoadMLChildSaves, Temp_int_Array_Index_Variable) == 0x000018, "Member 'ModLoaderManager_C_LoadMLChildSaves::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_LoadMLChildSaves, Temp_int_Array_Index_Variable_1) == 0x00001C, "Member 'ModLoaderManager_C_LoadMLChildSaves::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_LoadMLChildSaves, CallFunc_Array_Get_Item) == 0x000020, "Member 'ModLoaderManager_C_LoadMLChildSaves::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_LoadMLChildSaves, CallFunc_Array_AddUnique_ReturnValue) == 0x000024, "Member 'ModLoaderManager_C_LoadMLChildSaves::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_LoadMLChildSaves, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'ModLoaderManager_C_LoadMLChildSaves::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_LoadMLChildSaves, Temp_int_Loop_Counter_Variable_1) == 0x00002C, "Member 'ModLoaderManager_C_LoadMLChildSaves::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_LoadMLChildSaves, CallFunc_Array_Get_Item_1) == 0x000030, "Member 'ModLoaderManager_C_LoadMLChildSaves::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_LoadMLChildSaves, CallFunc_Array_Length_ReturnValue_1) == 0x000040, "Member 'ModLoaderManager_C_LoadMLChildSaves::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_LoadMLChildSaves, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'ModLoaderManager_C_LoadMLChildSaves::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_LoadMLChildSaves, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000058, "Member 'ModLoaderManager_C_LoadMLChildSaves::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_LoadMLChildSaves, CallFunc_LoadGameFromSlot_ReturnValue) == 0x000060, "Member 'ModLoaderManager_C_LoadMLChildSaves::CallFunc_LoadGameFromSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_LoadMLChildSaves, K2Node_DynamicCast_AsBP_MLChild_Save) == 0x000068, "Member 'ModLoaderManager_C_LoadMLChildSaves::K2Node_DynamicCast_AsBP_MLChild_Save' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_LoadMLChildSaves, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'ModLoaderManager_C_LoadMLChildSaves::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_LoadMLChildSaves, CallFunc_IsValid_ReturnValue) == 0x000071, "Member 'ModLoaderManager_C_LoadMLChildSaves::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_LoadMLChildSaves, CallFunc_Array_AddUnique_ReturnValue_1) == 0x000074, "Member 'ModLoaderManager_C_LoadMLChildSaves::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_LoadMLChildSaves, CallFunc_Array_Length_ReturnValue_2) == 0x000078, "Member 'ModLoaderManager_C_LoadMLChildSaves::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_LoadMLChildSaves, CallFunc_Less_IntInt_ReturnValue) == 0x00007C, "Member 'ModLoaderManager_C_LoadMLChildSaves::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_LoadMLChildSaves, CallFunc_Less_IntInt_ReturnValue_1) == 0x00007D, "Member 'ModLoaderManager_C_LoadMLChildSaves::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_LoadMLChildSaves, CallFunc_Add_IntInt_ReturnValue_1) == 0x000080, "Member 'ModLoaderManager_C_LoadMLChildSaves::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModLoaderManager_C_CreateMLChildSave \ +static_assert(alignof(ModLoaderManager_C_CreateMLChildSave) == 0x000008, "Wrong alignment on ModLoaderManager_C_CreateMLChildSave"); \ +static_assert(sizeof(ModLoaderManager_C_CreateMLChildSave) == 0x000078, "Wrong size on ModLoaderManager_C_CreateMLChildSave"); \ +static_assert(offsetof(ModLoaderManager_C_CreateMLChildSave, SaveSlot) == 0x000000, "Member 'ModLoaderManager_C_CreateMLChildSave::SaveSlot' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_CreateMLChildSave, NewSaveSlot) == 0x000010, "Member 'ModLoaderManager_C_CreateMLChildSave::NewSaveSlot' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_CreateMLChildSave, ChildSaveClass) == 0x000020, "Member 'ModLoaderManager_C_CreateMLChildSave::ChildSaveClass' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_CreateMLChildSave, CallFunc_IsEmpty_ReturnValue) == 0x000028, "Member 'ModLoaderManager_C_CreateMLChildSave::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_CreateMLChildSave, CallFunc_GetNextAvailableSaveSlot_AvailableSlot) == 0x000030, "Member 'ModLoaderManager_C_CreateMLChildSave::CallFunc_GetNextAvailableSaveSlot_AvailableSlot' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_CreateMLChildSave, CallFunc_GetNextAvailableSaveSlot_bSlotAvailable) == 0x000040, "Member 'ModLoaderManager_C_CreateMLChildSave::CallFunc_GetNextAvailableSaveSlot_bSlotAvailable' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_CreateMLChildSave, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'ModLoaderManager_C_CreateMLChildSave::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_CreateMLChildSave, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000058, "Member 'ModLoaderManager_C_CreateMLChildSave::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_CreateMLChildSave, CallFunc_CreateSaveGameObject_ReturnValue) == 0x000068, "Member 'ModLoaderManager_C_CreateMLChildSave::CallFunc_CreateSaveGameObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_CreateMLChildSave, CallFunc_SaveGameToSlot_ReturnValue) == 0x000070, "Member 'ModLoaderManager_C_CreateMLChildSave::CallFunc_SaveGameToSlot_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModLoaderManager_C_AddPersWidgetsToVP \ +static_assert(alignof(ModLoaderManager_C_AddPersWidgetsToVP) == 0x000008, "Wrong alignment on ModLoaderManager_C_AddPersWidgetsToVP"); \ +static_assert(sizeof(ModLoaderManager_C_AddPersWidgetsToVP) == 0x000030, "Wrong size on ModLoaderManager_C_AddPersWidgetsToVP"); \ +static_assert(offsetof(ModLoaderManager_C_AddPersWidgetsToVP, Temp_int_Array_Index_Variable) == 0x000000, "Member 'ModLoaderManager_C_AddPersWidgetsToVP::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddPersWidgetsToVP, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'ModLoaderManager_C_AddPersWidgetsToVP::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddPersWidgetsToVP, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'ModLoaderManager_C_AddPersWidgetsToVP::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddPersWidgetsToVP, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'ModLoaderManager_C_AddPersWidgetsToVP::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddPersWidgetsToVP, CallFunc_Array_Get_Item) == 0x000010, "Member 'ModLoaderManager_C_AddPersWidgetsToVP::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddPersWidgetsToVP, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'ModLoaderManager_C_AddPersWidgetsToVP::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddPersWidgetsToVP, K2Node_DynamicCast_AsUser_Widget) == 0x000020, "Member 'ModLoaderManager_C_AddPersWidgetsToVP::K2Node_DynamicCast_AsUser_Widget' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_AddPersWidgetsToVP, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ModLoaderManager_C_AddPersWidgetsToVP::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModLoaderManager_C_PostInitPersistent \ +static_assert(alignof(ModLoaderManager_C_PostInitPersistent) == 0x000008, "Wrong alignment on ModLoaderManager_C_PostInitPersistent"); \ +static_assert(sizeof(ModLoaderManager_C_PostInitPersistent) == 0x000058, "Wrong size on ModLoaderManager_C_PostInitPersistent"); \ +static_assert(offsetof(ModLoaderManager_C_PostInitPersistent, Temp_int_Array_Index_Variable) == 0x000000, "Member 'ModLoaderManager_C_PostInitPersistent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PostInitPersistent, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'ModLoaderManager_C_PostInitPersistent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PostInitPersistent, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'ModLoaderManager_C_PostInitPersistent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PostInitPersistent, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'ModLoaderManager_C_PostInitPersistent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PostInitPersistent, CallFunc_Array_Get_Item) == 0x000010, "Member 'ModLoaderManager_C_PostInitPersistent::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PostInitPersistent, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'ModLoaderManager_C_PostInitPersistent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PostInitPersistent, K2Node_DynamicCast_AsBPI_Mod_Object) == 0x000020, "Member 'ModLoaderManager_C_PostInitPersistent::K2Node_DynamicCast_AsBPI_Mod_Object' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PostInitPersistent, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'ModLoaderManager_C_PostInitPersistent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PostInitPersistent, K2Node_DynamicCast_AsMod_Persistent_Object_Base) == 0x000038, "Member 'ModLoaderManager_C_PostInitPersistent::K2Node_DynamicCast_AsMod_Persistent_Object_Base' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PostInitPersistent, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'ModLoaderManager_C_PostInitPersistent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PostInitPersistent, K2Node_DynamicCast_AsMod_User_Widget_Base) == 0x000048, "Member 'ModLoaderManager_C_PostInitPersistent::K2Node_DynamicCast_AsMod_User_Widget_Base' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PostInitPersistent, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'ModLoaderManager_C_PostInitPersistent::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModLoaderManager_C_PostInitExtensions \ +static_assert(alignof(ModLoaderManager_C_PostInitExtensions) == 0x000008, "Wrong alignment on ModLoaderManager_C_PostInitExtensions"); \ +static_assert(sizeof(ModLoaderManager_C_PostInitExtensions) == 0x000058, "Wrong size on ModLoaderManager_C_PostInitExtensions"); \ +static_assert(offsetof(ModLoaderManager_C_PostInitExtensions, Temp_int_Array_Index_Variable) == 0x000000, "Member 'ModLoaderManager_C_PostInitExtensions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PostInitExtensions, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'ModLoaderManager_C_PostInitExtensions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PostInitExtensions, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'ModLoaderManager_C_PostInitExtensions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PostInitExtensions, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'ModLoaderManager_C_PostInitExtensions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PostInitExtensions, CallFunc_Array_Get_Item) == 0x000010, "Member 'ModLoaderManager_C_PostInitExtensions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PostInitExtensions, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'ModLoaderManager_C_PostInitExtensions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PostInitExtensions, K2Node_DynamicCast_AsBPI_MLExtensions) == 0x000020, "Member 'ModLoaderManager_C_PostInitExtensions::K2Node_DynamicCast_AsBPI_MLExtensions' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PostInitExtensions, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'ModLoaderManager_C_PostInitExtensions::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PostInitExtensions, K2Node_DynamicCast_AsBP_MLExtension_Base) == 0x000038, "Member 'ModLoaderManager_C_PostInitExtensions::K2Node_DynamicCast_AsBP_MLExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PostInitExtensions, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'ModLoaderManager_C_PostInitExtensions::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PostInitExtensions, K2Node_DynamicCast_AsWBP_MLExtension_Widget_Base) == 0x000048, "Member 'ModLoaderManager_C_PostInitExtensions::K2Node_DynamicCast_AsWBP_MLExtension_Widget_Base' has a wrong offset!"); \ +static_assert(offsetof(ModLoaderManager_C_PostInitExtensions, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'ModLoaderManager_C_PostInitExtensions::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModLoaderManager_C \ +static_assert(alignof(UModLoaderManager_C) == 0x000008, "Wrong alignment on UModLoaderManager_C"); \ +static_assert(sizeof(UModLoaderManager_C) == 0x0004F8, "Wrong size on UModLoaderManager_C"); \ +static_assert(offsetof(UModLoaderManager_C, UberGraphFrame) == 0x000290, "Member 'UModLoaderManager_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UModLoaderManager_C, Filter) == 0x000298, "Member 'UModLoaderManager_C::Filter' has a wrong offset!"); \ +static_assert(offsetof(UModLoaderManager_C, Out_Asset_Data) == 0x000388, "Member 'UModLoaderManager_C::Out_Asset_Data' has a wrong offset!"); \ +static_assert(offsetof(UModLoaderManager_C, PersistentMods) == 0x000398, "Member 'UModLoaderManager_C::PersistentMods' has a wrong offset!"); \ +static_assert(offsetof(UModLoaderManager_C, PersistentModClasses) == 0x0003A8, "Member 'UModLoaderManager_C::PersistentModClasses' has a wrong offset!"); \ +static_assert(offsetof(UModLoaderManager_C, Heists) == 0x0003B8, "Member 'UModLoaderManager_C::Heists' has a wrong offset!"); \ +static_assert(offsetof(UModLoaderManager_C, ImmediateSpawnModActorStructs) == 0x0003C8, "Member 'UModLoaderManager_C::ImmediateSpawnModActorStructs' has a wrong offset!"); \ +static_assert(offsetof(UModLoaderManager_C, GameInstance) == 0x0003D8, "Member 'UModLoaderManager_C::GameInstance' has a wrong offset!"); \ +static_assert(offsetof(UModLoaderManager_C, ModActorStructs) == 0x0003E0, "Member 'UModLoaderManager_C::ModActorStructs' has a wrong offset!"); \ +static_assert(offsetof(UModLoaderManager_C, ParsedModData) == 0x0003F0, "Member 'UModLoaderManager_C::ParsedModData' has a wrong offset!"); \ +static_assert(offsetof(UModLoaderManager_C, UnparsedModData) == 0x000400, "Member 'UModLoaderManager_C::UnparsedModData' has a wrong offset!"); \ +static_assert(offsetof(UModLoaderManager_C, LoadedModActors) == 0x000410, "Member 'UModLoaderManager_C::LoadedModActors' has a wrong offset!"); \ +static_assert(offsetof(UModLoaderManager_C, HeistStartModActorStructs) == 0x000420, "Member 'UModLoaderManager_C::HeistStartModActorStructs' has a wrong offset!"); \ +static_assert(offsetof(UModLoaderManager_C, Version) == 0x000430, "Member 'UModLoaderManager_C::Version' has a wrong offset!"); \ +static_assert(offsetof(UModLoaderManager_C, OnHeistStart) == 0x000440, "Member 'UModLoaderManager_C::OnHeistStart' has a wrong offset!"); \ +static_assert(offsetof(UModLoaderManager_C, OnWaitReturnToMenu) == 0x000450, "Member 'UModLoaderManager_C::OnWaitReturnToMenu' has a wrong offset!"); \ +static_assert(offsetof(UModLoaderManager_C, OnGameStartEntered) == 0x000460, "Member 'UModLoaderManager_C::OnGameStartEntered' has a wrong offset!"); \ +static_assert(offsetof(UModLoaderManager_C, MLExtensionClasses) == 0x000470, "Member 'UModLoaderManager_C::MLExtensionClasses' has a wrong offset!"); \ +static_assert(offsetof(UModLoaderManager_C, MLExtensions) == 0x000480, "Member 'UModLoaderManager_C::MLExtensions' has a wrong offset!"); \ +static_assert(offsetof(UModLoaderManager_C, MLPrimarySave) == 0x000490, "Member 'UModLoaderManager_C::MLPrimarySave' has a wrong offset!"); \ +static_assert(offsetof(UModLoaderManager_C, MLSaveSlots) == 0x000498, "Member 'UModLoaderManager_C::MLSaveSlots' has a wrong offset!"); \ +static_assert(offsetof(UModLoaderManager_C, MLChildSaves) == 0x0004A8, "Member 'UModLoaderManager_C::MLChildSaves' has a wrong offset!"); \ +static_assert(offsetof(UModLoaderManager_C, MLSavePath) == 0x0004B8, "Member 'UModLoaderManager_C::MLSavePath' has a wrong offset!"); \ +static_assert(offsetof(UModLoaderManager_C, SaveSlotLimit) == 0x0004C8, "Member 'UModLoaderManager_C::SaveSlotLimit' has a wrong offset!"); \ +static_assert(offsetof(UModLoaderManager_C, DefaultChildSave) == 0x0004D0, "Member 'UModLoaderManager_C::DefaultChildSave' has a wrong offset!"); \ +static_assert(offsetof(UModLoaderManager_C, OnJobOveriewReady) == 0x0004D8, "Member 'UModLoaderManager_C::OnJobOveriewReady' has a wrong offset!"); \ +static_assert(offsetof(UModLoaderManager_C, OnJobOverviewComplete) == 0x0004E8, "Member 'UModLoaderManager_C::OnJobOverviewComplete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ChallengeManager_C \ +static_assert(alignof(UBP_ChallengeManager_C) == 0x000008, "Wrong alignment on UBP_ChallengeManager_C"); \ +static_assert(sizeof(UBP_ChallengeManager_C) == 0x0002B8, "Wrong size on UBP_ChallengeManager_C"); \ + +#define DUMPER7_ASSERTS_BP_Keypad_Req_deactivated_C_BP_CheckRequirement \ +static_assert(alignof(BP_Keypad_Req_deactivated_C_BP_CheckRequirement) == 0x000008, "Wrong alignment on BP_Keypad_Req_deactivated_C_BP_CheckRequirement"); \ +static_assert(sizeof(BP_Keypad_Req_deactivated_C_BP_CheckRequirement) == 0x0000E8, "Wrong size on BP_Keypad_Req_deactivated_C_BP_CheckRequirement"); \ +static_assert(offsetof(BP_Keypad_Req_deactivated_C_BP_CheckRequirement, Interactor) == 0x000000, "Member 'BP_Keypad_Req_deactivated_C_BP_CheckRequirement::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_Req_deactivated_C_BP_CheckRequirement, OutData) == 0x000008, "Member 'BP_Keypad_Req_deactivated_C_BP_CheckRequirement::OutData' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_Req_deactivated_C_BP_CheckRequirement, bIsSignalRequired) == 0x000048, "Member 'BP_Keypad_Req_deactivated_C_BP_CheckRequirement::bIsSignalRequired' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_Req_deactivated_C_BP_CheckRequirement, bInIsScreenInteract) == 0x000049, "Member 'BP_Keypad_Req_deactivated_C_BP_CheckRequirement::bInIsScreenInteract' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_Req_deactivated_C_BP_CheckRequirement, bIsCasing) == 0x00004A, "Member 'BP_Keypad_Req_deactivated_C_BP_CheckRequirement::bIsCasing' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_Req_deactivated_C_BP_CheckRequirement, bIsEncumbered) == 0x00004B, "Member 'BP_Keypad_Req_deactivated_C_BP_CheckRequirement::bIsEncumbered' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_Req_deactivated_C_BP_CheckRequirement, ReturnValue) == 0x00004C, "Member 'BP_Keypad_Req_deactivated_C_BP_CheckRequirement::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_Req_deactivated_C_BP_CheckRequirement, LocalOutData) == 0x000050, "Member 'BP_Keypad_Req_deactivated_C_BP_CheckRequirement::LocalOutData' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_Req_deactivated_C_BP_CheckRequirement, Temp_text_Variable) == 0x000090, "Member 'BP_Keypad_Req_deactivated_C_BP_CheckRequirement::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_Req_deactivated_C_BP_CheckRequirement, Temp_text_Variable_1) == 0x0000A8, "Member 'BP_Keypad_Req_deactivated_C_BP_CheckRequirement::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_Req_deactivated_C_BP_CheckRequirement, CallFunc_GetOuterObject_ReturnValue) == 0x0000C0, "Member 'BP_Keypad_Req_deactivated_C_BP_CheckRequirement::CallFunc_GetOuterObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_Req_deactivated_C_BP_CheckRequirement, CallFunc_GetOuterObject_ReturnValue_1) == 0x0000C8, "Member 'BP_Keypad_Req_deactivated_C_BP_CheckRequirement::CallFunc_GetOuterObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_Req_deactivated_C_BP_CheckRequirement, K2Node_DynamicCast_AsBP_Keypad) == 0x0000D0, "Member 'BP_Keypad_Req_deactivated_C_BP_CheckRequirement::K2Node_DynamicCast_AsBP_Keypad' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_Req_deactivated_C_BP_CheckRequirement, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'BP_Keypad_Req_deactivated_C_BP_CheckRequirement::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_Req_deactivated_C_BP_CheckRequirement, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000D9, "Member 'BP_Keypad_Req_deactivated_C_BP_CheckRequirement::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_Req_deactivated_C_BP_CheckRequirement, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000DA, "Member 'BP_Keypad_Req_deactivated_C_BP_CheckRequirement::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_Req_deactivated_C_BP_CheckRequirement, CallFunc_Array_Add_ReturnValue) == 0x0000DC, "Member 'BP_Keypad_Req_deactivated_C_BP_CheckRequirement::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_Req_deactivated_C_BP_CheckRequirement, CallFunc_Array_Add_ReturnValue_1) == 0x0000E0, "Member 'BP_Keypad_Req_deactivated_C_BP_CheckRequirement::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Keypad_Req_deactivated_C \ +static_assert(alignof(UBP_Keypad_Req_deactivated_C) == 0x000008, "Wrong alignment on UBP_Keypad_Req_deactivated_C"); \ +static_assert(sizeof(UBP_Keypad_Req_deactivated_C) == 0x000030, "Wrong size on UBP_Keypad_Req_deactivated_C"); \ + +#define DUMPER7_ASSERTS_UThePunchHeavyHitCameraFeedback_C \ +static_assert(alignof(UThePunchHeavyHitCameraFeedback_C) == 0x000008, "Wrong alignment on UThePunchHeavyHitCameraFeedback_C"); \ +static_assert(sizeof(UThePunchHeavyHitCameraFeedback_C) == 0x000308, "Wrong size on UThePunchHeavyHitCameraFeedback_C"); \ + +#define DUMPER7_ASSERTS_UBP_ChallengeCategoryManager_C \ +static_assert(alignof(UBP_ChallengeCategoryManager_C) == 0x000008, "Wrong alignment on UBP_ChallengeCategoryManager_C"); \ +static_assert(sizeof(UBP_ChallengeCategoryManager_C) == 0x000040, "Wrong size on UBP_ChallengeCategoryManager_C"); \ + +#define DUMPER7_ASSERTS_ABP_SecurityCameraController_C \ +static_assert(alignof(ABP_SecurityCameraController_C) == 0x000008, "Wrong alignment on ABP_SecurityCameraController_C"); \ +static_assert(sizeof(ABP_SecurityCameraController_C) == 0x000400, "Wrong size on ABP_SecurityCameraController_C"); \ +static_assert(offsetof(ABP_SecurityCameraController_C, SBZAIVisualDetection) == 0x0003F0, "Member 'ABP_SecurityCameraController_C::SBZAIVisualDetection' has a wrong offset!"); \ +static_assert(offsetof(ABP_SecurityCameraController_C, AIPerception) == 0x0003F8, "Member 'ABP_SecurityCameraController_C::AIPerception' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Order_SecureBag_C \ +static_assert(alignof(UBP_Order_SecureBag_C) == 0x000008, "Wrong alignment on UBP_Order_SecureBag_C"); \ +static_assert(sizeof(UBP_Order_SecureBag_C) == 0x000150, "Wrong size on UBP_Order_SecureBag_C"); \ + +#define DUMPER7_ASSERTS_UBP_GlobalQuickStartItemDatabase_C \ +static_assert(alignof(UBP_GlobalQuickStartItemDatabase_C) == 0x000008, "Wrong alignment on UBP_GlobalQuickStartItemDatabase_C"); \ +static_assert(sizeof(UBP_GlobalQuickStartItemDatabase_C) == 0x0008D0, "Wrong size on UBP_GlobalQuickStartItemDatabase_C"); \ + +#define DUMPER7_ASSERTS_UBP_GlobalItemDatabase_C \ +static_assert(alignof(UBP_GlobalItemDatabase_C) == 0x000008, "Wrong alignment on UBP_GlobalItemDatabase_C"); \ +static_assert(sizeof(UBP_GlobalItemDatabase_C) == 0x0008D0, "Wrong size on UBP_GlobalItemDatabase_C"); \ + +#define DUMPER7_ASSERTS_UBP_SkillManager_C \ +static_assert(alignof(UBP_SkillManager_C) == 0x000008, "Wrong alignment on UBP_SkillManager_C"); \ +static_assert(sizeof(UBP_SkillManager_C) == 0x000110, "Wrong size on UBP_SkillManager_C"); \ + +#define DUMPER7_ASSERTS_ACH_Taser_C \ +static_assert(alignof(ACH_Taser_C) == 0x000010, "Wrong alignment on ACH_Taser_C"); \ +static_assert(sizeof(ACH_Taser_C) == 0x001D10, "Wrong size on ACH_Taser_C"); \ +static_assert(offsetof(ACH_Taser_C, SBZAITaserSpecial) == 0x001CF0, "Member 'ACH_Taser_C::SBZAITaserSpecial' has a wrong offset!"); \ +static_assert(offsetof(ACH_Taser_C, AITaserBattery) == 0x001CF8, "Member 'ACH_Taser_C::AITaserBattery' has a wrong offset!"); \ +static_assert(offsetof(ACH_Taser_C, Helmet) == 0x001D00, "Member 'ACH_Taser_C::Helmet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_VolumeManager_C \ +static_assert(alignof(UBP_VolumeManager_C) == 0x000008, "Wrong alignment on UBP_VolumeManager_C"); \ +static_assert(sizeof(UBP_VolumeManager_C) == 0x0001D0, "Wrong size on UBP_VolumeManager_C"); \ + +#define DUMPER7_ASSERTS_UBP_DSChallengeManager_C \ +static_assert(alignof(UBP_DSChallengeManager_C) == 0x000008, "Wrong alignment on UBP_DSChallengeManager_C"); \ +static_assert(sizeof(UBP_DSChallengeManager_C) == 0x0001E0, "Wrong size on UBP_DSChallengeManager_C"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticArmorRepairPickup_C \ +static_assert(alignof(ABP_CosmeticArmorRepairPickup_C) == 0x000008, "Wrong alignment on ABP_CosmeticArmorRepairPickup_C"); \ +static_assert(sizeof(ABP_CosmeticArmorRepairPickup_C) == 0x0002D0, "Wrong size on ABP_CosmeticArmorRepairPickup_C"); \ +static_assert(offsetof(ABP_CosmeticArmorRepairPickup_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticArmorRepairPickup_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_InfamyManager_C \ +static_assert(alignof(UBP_InfamyManager_C) == 0x000008, "Wrong alignment on UBP_InfamyManager_C"); \ +static_assert(sizeof(UBP_InfamyManager_C) == 0x000128, "Wrong size on UBP_InfamyManager_C"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_AssaultRifle_CHS3_C \ +static_assert(alignof(UBP_FireWeaponFeedback_AssaultRifle_CHS3_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_AssaultRifle_CHS3_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_AssaultRifle_CHS3_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_AssaultRifle_CHS3_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Revive_C_ExecuteUbergraph_WBP_UI_Widget_Revive \ +static_assert(alignof(WBP_UI_Widget_Revive_C_ExecuteUbergraph_WBP_UI_Widget_Revive) == 0x000008, "Wrong alignment on WBP_UI_Widget_Revive_C_ExecuteUbergraph_WBP_UI_Widget_Revive"); \ +static_assert(sizeof(WBP_UI_Widget_Revive_C_ExecuteUbergraph_WBP_UI_Widget_Revive) == 0x000050, "Wrong size on WBP_UI_Widget_Revive_C_ExecuteUbergraph_WBP_UI_Widget_Revive"); \ +static_assert(offsetof(WBP_UI_Widget_Revive_C_ExecuteUbergraph_WBP_UI_Widget_Revive, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_Revive_C_ExecuteUbergraph_WBP_UI_Widget_Revive::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Revive_C_ExecuteUbergraph_WBP_UI_Widget_Revive, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_Revive_C_ExecuteUbergraph_WBP_UI_Widget_Revive::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Revive_C_ExecuteUbergraph_WBP_UI_Widget_Revive, K2Node_Event_MyGeometry) == 0x000010, "Member 'WBP_UI_Widget_Revive_C_ExecuteUbergraph_WBP_UI_Widget_Revive::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Revive_C_ExecuteUbergraph_WBP_UI_Widget_Revive, K2Node_Event_InDeltaTime) == 0x000048, "Member 'WBP_UI_Widget_Revive_C_ExecuteUbergraph_WBP_UI_Widget_Revive::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Revive_C_ExecuteUbergraph_WBP_UI_Widget_Revive, K2Node_Event_IsDesignTime) == 0x00004C, "Member 'WBP_UI_Widget_Revive_C_ExecuteUbergraph_WBP_UI_Widget_Revive::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Revive_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_Revive_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_Revive_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_Revive_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_Revive_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_Revive_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_Revive_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Revive_C_Tick \ +static_assert(alignof(WBP_UI_Widget_Revive_C_Tick) == 0x000004, "Wrong alignment on WBP_UI_Widget_Revive_C_Tick"); \ +static_assert(sizeof(WBP_UI_Widget_Revive_C_Tick) == 0x00003C, "Wrong size on WBP_UI_Widget_Revive_C_Tick"); \ +static_assert(offsetof(WBP_UI_Widget_Revive_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_UI_Widget_Revive_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Revive_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_UI_Widget_Revive_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_Revive_C \ +static_assert(alignof(UWBP_UI_Widget_Revive_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_Revive_C"); \ +static_assert(sizeof(UWBP_UI_Widget_Revive_C) == 0x0002D0, "Wrong size on UWBP_UI_Widget_Revive_C"); \ +static_assert(offsetof(UWBP_UI_Widget_Revive_C, UberGraphFrame) == 0x0002B8, "Member 'UWBP_UI_Widget_Revive_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Revive_C, Image_ReviveGauge) == 0x0002C0, "Member 'UWBP_UI_Widget_Revive_C::Image_ReviveGauge' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Revive_C, Revive_GaugeMaterial) == 0x0002C8, "Member 'UWBP_UI_Widget_Revive_C::Revive_GaugeMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3_GameInstance_C_ExecuteUbergraph_PD3_GameInstance \ +static_assert(alignof(PD3_GameInstance_C_ExecuteUbergraph_PD3_GameInstance) == 0x000008, "Wrong alignment on PD3_GameInstance_C_ExecuteUbergraph_PD3_GameInstance"); \ +static_assert(sizeof(PD3_GameInstance_C_ExecuteUbergraph_PD3_GameInstance) == 0x000030, "Wrong size on PD3_GameInstance_C_ExecuteUbergraph_PD3_GameInstance"); \ +static_assert(offsetof(PD3_GameInstance_C_ExecuteUbergraph_PD3_GameInstance, EntryPoint) == 0x000000, "Member 'PD3_GameInstance_C_ExecuteUbergraph_PD3_GameInstance::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(PD3_GameInstance_C_ExecuteUbergraph_PD3_GameInstance, CallFunc_GetAllWidgetsOfClass_FoundWidgets) == 0x000008, "Member 'PD3_GameInstance_C_ExecuteUbergraph_PD3_GameInstance::CallFunc_GetAllWidgetsOfClass_FoundWidgets' has a wrong offset!"); \ +static_assert(offsetof(PD3_GameInstance_C_ExecuteUbergraph_PD3_GameInstance, K2Node_Event_Replays) == 0x000018, "Member 'PD3_GameInstance_C_ExecuteUbergraph_PD3_GameInstance::K2Node_Event_Replays' has a wrong offset!"); \ +static_assert(offsetof(PD3_GameInstance_C_ExecuteUbergraph_PD3_GameInstance, CallFunc_Array_Get_Item) == 0x000028, "Member 'PD3_GameInstance_C_ExecuteUbergraph_PD3_GameInstance::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PD3_GameInstance_C_OnFindReplaysComplete \ +static_assert(alignof(PD3_GameInstance_C_OnFindReplaysComplete) == 0x000008, "Wrong alignment on PD3_GameInstance_C_OnFindReplaysComplete"); \ +static_assert(sizeof(PD3_GameInstance_C_OnFindReplaysComplete) == 0x000010, "Wrong size on PD3_GameInstance_C_OnFindReplaysComplete"); \ +static_assert(offsetof(PD3_GameInstance_C_OnFindReplaysComplete, Replays) == 0x000000, "Member 'PD3_GameInstance_C_OnFindReplaysComplete::Replays' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPD3_GameInstance_C \ +static_assert(alignof(UPD3_GameInstance_C) == 0x000008, "Wrong alignment on UPD3_GameInstance_C"); \ +static_assert(sizeof(UPD3_GameInstance_C) == 0x0005F0, "Wrong size on UPD3_GameInstance_C"); \ +static_assert(offsetof(UPD3_GameInstance_C, UberGraphFrame) == 0x0005E0, "Member 'UPD3_GameInstance_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UPD3_GameInstance_C, ModLoaderManager) == 0x0005E8, "Member 'UPD3_GameInstance_C::ModLoaderManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_AttractorDestructionBase_C \ +static_assert(alignof(ABP_AttractorDestructionBase_C) == 0x000008, "Wrong alignment on ABP_AttractorDestructionBase_C"); \ +static_assert(sizeof(ABP_AttractorDestructionBase_C) == 0x000308, "Wrong size on ABP_AttractorDestructionBase_C"); \ +static_assert(offsetof(ABP_AttractorDestructionBase_C, SBZRoomConnector) == 0x0002F8, "Member 'ABP_AttractorDestructionBase_C::SBZRoomConnector' has a wrong offset!"); \ +static_assert(offsetof(ABP_AttractorDestructionBase_C, Frame_staticmesh) == 0x000300, "Member 'ABP_AttractorDestructionBase_C::Frame_staticmesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGE_Explosives_C \ +static_assert(alignof(UGE_Explosives_C) == 0x000008, "Wrong alignment on UGE_Explosives_C"); \ +static_assert(sizeof(UGE_Explosives_C) == 0x0008C0, "Wrong size on UGE_Explosives_C"); \ + +#define DUMPER7_ASSERTS_UUTD_ThrowGrenade_C \ +static_assert(alignof(UUTD_ThrowGrenade_C) == 0x000008, "Wrong alignment on UUTD_ThrowGrenade_C"); \ +static_assert(sizeof(UUTD_ThrowGrenade_C) == 0x0000B0, "Wrong size on UUTD_ThrowGrenade_C"); \ + +#define DUMPER7_ASSERTS_BP_PhoneToolClickable_C_ExecuteUbergraph_BP_PhoneToolClickable \ +static_assert(alignof(BP_PhoneToolClickable_C_ExecuteUbergraph_BP_PhoneToolClickable) == 0x000004, "Wrong alignment on BP_PhoneToolClickable_C_ExecuteUbergraph_BP_PhoneToolClickable"); \ +static_assert(sizeof(BP_PhoneToolClickable_C_ExecuteUbergraph_BP_PhoneToolClickable) == 0x000004, "Wrong size on BP_PhoneToolClickable_C_ExecuteUbergraph_BP_PhoneToolClickable"); \ +static_assert(offsetof(BP_PhoneToolClickable_C_ExecuteUbergraph_BP_PhoneToolClickable, EntryPoint) == 0x000000, "Member 'BP_PhoneToolClickable_C_ExecuteUbergraph_BP_PhoneToolClickable::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PhoneToolClickable_C \ +static_assert(alignof(ABP_PhoneToolClickable_C) == 0x000010, "Wrong alignment on ABP_PhoneToolClickable_C"); \ +static_assert(sizeof(ABP_PhoneToolClickable_C) == 0x0005D0, "Wrong size on ABP_PhoneToolClickable_C"); \ +static_assert(offsetof(ABP_PhoneToolClickable_C, UberGraphFrame) == 0x000590, "Member 'ABP_PhoneToolClickable_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhoneToolClickable_C, ControlID) == 0x000598, "Member 'ABP_PhoneToolClickable_C::ControlID' has a wrong offset!"); \ +static_assert(offsetof(ABP_PhoneToolClickable_C, In_Controls_Reference_Idle) == 0x0005A0, "Member 'ABP_PhoneToolClickable_C::In_Controls_Reference_Idle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationLoader_C_ExecuteUbergraph_AnimationLoader \ +static_assert(alignof(AnimationLoader_C_ExecuteUbergraph_AnimationLoader) == 0x000004, "Wrong alignment on AnimationLoader_C_ExecuteUbergraph_AnimationLoader"); \ +static_assert(sizeof(AnimationLoader_C_ExecuteUbergraph_AnimationLoader) == 0x000004, "Wrong size on AnimationLoader_C_ExecuteUbergraph_AnimationLoader"); \ +static_assert(offsetof(AnimationLoader_C_ExecuteUbergraph_AnimationLoader, EntryPoint) == 0x000000, "Member 'AnimationLoader_C_ExecuteUbergraph_AnimationLoader::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationLoader_C \ +static_assert(alignof(UAnimationLoader_C) == 0x000008, "Wrong alignment on UAnimationLoader_C"); \ +static_assert(sizeof(UAnimationLoader_C) == 0x000048, "Wrong size on UAnimationLoader_C"); \ +static_assert(offsetof(UAnimationLoader_C, UberGraphFrame) == 0x000030, "Member 'UAnimationLoader_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UAnimationLoader_C, GameInstance) == 0x000038, "Member 'UAnimationLoader_C::GameInstance' has a wrong offset!"); \ +static_assert(offsetof(UAnimationLoader_C, AnimateDisplay) == 0x000040, "Member 'UAnimationLoader_C::AnimateDisplay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_Hacker_SecuredLoop_C \ +static_assert(alignof(UGA_Hacker_SecuredLoop_C) == 0x000008, "Wrong alignment on UGA_Hacker_SecuredLoop_C"); \ +static_assert(sizeof(UGA_Hacker_SecuredLoop_C) == 0x0004F8, "Wrong size on UGA_Hacker_SecuredLoop_C"); \ + +#define DUMPER7_ASSERTS_AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay \ +static_assert(alignof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay) == 0x000008, "Wrong alignment on AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay"); \ +static_assert(sizeof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay) == 0x000088, "Wrong size on AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay"); \ +static_assert(offsetof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay, EntryPoint) == 0x000000, "Member 'AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay, Temp_bool_True_if_break_was_hit_Variable) == 0x000005, "Member 'AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay, CallFunc_Not_PreBool_ReturnValue) == 0x000006, "Member 'AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay, Temp_int_Array_Index_Variable) == 0x000008, "Member 'AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay, Temp_int_Variable) == 0x00000C, "Member 'AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay, CallFunc_FindPersistentModObjectByClass_ObjectInstance) == 0x000010, "Member 'AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay::CallFunc_FindPersistentModObjectByClass_ObjectInstance' has a wrong offset!"); \ +static_assert(offsetof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay, CallFunc_FindPersistentModObjectByClass_bFound) == 0x000018, "Member 'AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay::CallFunc_FindPersistentModObjectByClass_bFound' has a wrong offset!"); \ +static_assert(offsetof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay, CallFunc_Array_Get_Item) == 0x000020, "Member 'AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000028, "Member 'AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay, CallFunc_Array_Length_ReturnValue_1) == 0x000034, "Member 'AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay, CallFunc_BooleanAND_ReturnValue) == 0x000040, "Member 'AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000041, "Member 'AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay, K2Node_Event_DeltaSeconds) == 0x000044, "Member 'AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay, CallFunc_IsValid_ReturnValue_1) == 0x000048, "Member 'AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay, K2Node_CreateDelegate_OutputDelegate) == 0x00004C, "Member 'AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay, CallFunc_Add_IntInt_ReturnValue_1) == 0x000060, "Member 'AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000068, "Member 'AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000070, "Member 'AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay, CallFunc_GetActorOfClass_ReturnValue) == 0x000078, "Member 'AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay, CallFunc_GetActorOfClass_ReturnValue_1) == 0x000080, "Member 'AnimateDisplay_C_ExecuteUbergraph_AnimateDisplay::CallFunc_GetActorOfClass_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimateDisplay_C_ReceiveTick \ +static_assert(alignof(AnimateDisplay_C_ReceiveTick) == 0x000004, "Wrong alignment on AnimateDisplay_C_ReceiveTick"); \ +static_assert(sizeof(AnimateDisplay_C_ReceiveTick) == 0x000004, "Wrong size on AnimateDisplay_C_ReceiveTick"); \ +static_assert(offsetof(AnimateDisplay_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'AnimateDisplay_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAnimateDisplay_C \ +static_assert(alignof(AAnimateDisplay_C) == 0x000008, "Wrong alignment on AAnimateDisplay_C"); \ +static_assert(sizeof(AAnimateDisplay_C) == 0x000318, "Wrong size on AAnimateDisplay_C"); \ +static_assert(offsetof(AAnimateDisplay_C, UberGraphFrame_AnimateDisplay_C) == 0x0002C8, "Member 'AAnimateDisplay_C::UberGraphFrame_AnimateDisplay_C' has a wrong offset!"); \ +static_assert(offsetof(AAnimateDisplay_C, MyPersistentManagerObject) == 0x0002D0, "Member 'AAnimateDisplay_C::MyPersistentManagerObject' has a wrong offset!"); \ +static_assert(offsetof(AAnimateDisplay_C, AnimationTimePerFrame) == 0x0002D8, "Member 'AAnimateDisplay_C::AnimationTimePerFrame' has a wrong offset!"); \ +static_assert(offsetof(AAnimateDisplay_C, Sprites) == 0x0002E0, "Member 'AAnimateDisplay_C::Sprites' has a wrong offset!"); \ +static_assert(offsetof(AAnimateDisplay_C, DynamicMI) == 0x0002F0, "Member 'AAnimateDisplay_C::DynamicMI' has a wrong offset!"); \ +static_assert(offsetof(AAnimateDisplay_C, CurrentIndex) == 0x0002F8, "Member 'AAnimateDisplay_C::CurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(AAnimateDisplay_C, DisplayMI) == 0x000300, "Member 'AAnimateDisplay_C::DisplayMI' has a wrong offset!"); \ +static_assert(offsetof(AAnimateDisplay_C, PhoneClickable) == 0x000308, "Member 'AAnimateDisplay_C::PhoneClickable' has a wrong offset!"); \ +static_assert(offsetof(AAnimateDisplay_C, PhoneCamera) == 0x000310, "Member 'AAnimateDisplay_C::PhoneCamera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimatedSnakeScreenModMeta_C \ +static_assert(alignof(UAnimatedSnakeScreenModMeta_C) == 0x000008, "Wrong alignment on UAnimatedSnakeScreenModMeta_C"); \ +static_assert(sizeof(UAnimatedSnakeScreenModMeta_C) == 0x0000F0, "Wrong size on UAnimatedSnakeScreenModMeta_C"); \ + +#define DUMPER7_ASSERTS_UBP_Order_CloakerSabotage_C \ +static_assert(alignof(UBP_Order_CloakerSabotage_C) == 0x000008, "Wrong alignment on UBP_Order_CloakerSabotage_C"); \ +static_assert(sizeof(UBP_Order_CloakerSabotage_C) == 0x000170, "Wrong size on UBP_Order_CloakerSabotage_C"); \ + +#define DUMPER7_ASSERTS_UUTD_TaserAttack_C \ +static_assert(alignof(UUTD_TaserAttack_C) == 0x000008, "Wrong alignment on UUTD_TaserAttack_C"); \ +static_assert(sizeof(UUTD_TaserAttack_C) == 0x0000B0, "Wrong size on UUTD_TaserAttack_C"); \ + +#define DUMPER7_ASSERTS_ABP_DeadBody_C_ExecuteUbergraph_ABP_DeadBody \ +static_assert(alignof(ABP_DeadBody_C_ExecuteUbergraph_ABP_DeadBody) == 0x000004, "Wrong alignment on ABP_DeadBody_C_ExecuteUbergraph_ABP_DeadBody"); \ +static_assert(sizeof(ABP_DeadBody_C_ExecuteUbergraph_ABP_DeadBody) == 0x000004, "Wrong size on ABP_DeadBody_C_ExecuteUbergraph_ABP_DeadBody"); \ +static_assert(offsetof(ABP_DeadBody_C_ExecuteUbergraph_ABP_DeadBody, EntryPoint) == 0x000000, "Member 'ABP_DeadBody_C_ExecuteUbergraph_ABP_DeadBody::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DeadBody_C_AnimGraph \ +static_assert(alignof(ABP_DeadBody_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_DeadBody_C_AnimGraph"); \ +static_assert(sizeof(ABP_DeadBody_C_AnimGraph) == 0x000010, "Wrong size on ABP_DeadBody_C_AnimGraph"); \ +static_assert(offsetof(ABP_DeadBody_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_DeadBody_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_DeadBody_C \ +static_assert(alignof(UABP_DeadBody_C) == 0x000010, "Wrong alignment on UABP_DeadBody_C"); \ +static_assert(sizeof(UABP_DeadBody_C) == 0x0003E0, "Wrong size on UABP_DeadBody_C"); \ +static_assert(offsetof(UABP_DeadBody_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_DeadBody_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_DeadBody_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_DeadBody_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_DeadBody_C, AnimGraphNode_SequencePlayer) == 0x000310, "Member 'UABP_DeadBody_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Crimenet_HeistMapWidget_C_ExecuteUbergraph_WBP_UI_Crimenet_HeistMapWidget \ +static_assert(alignof(WBP_UI_Crimenet_HeistMapWidget_C_ExecuteUbergraph_WBP_UI_Crimenet_HeistMapWidget) == 0x000008, "Wrong alignment on WBP_UI_Crimenet_HeistMapWidget_C_ExecuteUbergraph_WBP_UI_Crimenet_HeistMapWidget"); \ +static_assert(sizeof(WBP_UI_Crimenet_HeistMapWidget_C_ExecuteUbergraph_WBP_UI_Crimenet_HeistMapWidget) == 0x000070, "Wrong size on WBP_UI_Crimenet_HeistMapWidget_C_ExecuteUbergraph_WBP_UI_Crimenet_HeistMapWidget"); \ +static_assert(offsetof(WBP_UI_Crimenet_HeistMapWidget_C_ExecuteUbergraph_WBP_UI_Crimenet_HeistMapWidget, EntryPoint) == 0x000000, "Member 'WBP_UI_Crimenet_HeistMapWidget_C_ExecuteUbergraph_WBP_UI_Crimenet_HeistMapWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_HeistMapWidget_C_ExecuteUbergraph_WBP_UI_Crimenet_HeistMapWidget, CallFunc_RandomFloatInRange_ReturnValue) == 0x000004, "Member 'WBP_UI_Crimenet_HeistMapWidget_C_ExecuteUbergraph_WBP_UI_Crimenet_HeistMapWidget::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_HeistMapWidget_C_ExecuteUbergraph_WBP_UI_Crimenet_HeistMapWidget, K2Node_Event_bInIsSelected) == 0x000008, "Member 'WBP_UI_Crimenet_HeistMapWidget_C_ExecuteUbergraph_WBP_UI_Crimenet_HeistMapWidget::K2Node_Event_bInIsSelected' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_HeistMapWidget_C_ExecuteUbergraph_WBP_UI_Crimenet_HeistMapWidget, K2Node_Event_bInIsHovered) == 0x000009, "Member 'WBP_UI_Crimenet_HeistMapWidget_C_ExecuteUbergraph_WBP_UI_Crimenet_HeistMapWidget::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_HeistMapWidget_C_ExecuteUbergraph_WBP_UI_Crimenet_HeistMapWidget, CallFunc_SelectColor_ReturnValue) == 0x00000C, "Member 'WBP_UI_Crimenet_HeistMapWidget_C_ExecuteUbergraph_WBP_UI_Crimenet_HeistMapWidget::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_HeistMapWidget_C_ExecuteUbergraph_WBP_UI_Crimenet_HeistMapWidget, K2Node_MakeStruct_SlateColor) == 0x000020, "Member 'WBP_UI_Crimenet_HeistMapWidget_C_ExecuteUbergraph_WBP_UI_Crimenet_HeistMapWidget::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_HeistMapWidget_C_ExecuteUbergraph_WBP_UI_Crimenet_HeistMapWidget, CallFunc_GetHeistData_ReturnValue) == 0x000048, "Member 'WBP_UI_Crimenet_HeistMapWidget_C_ExecuteUbergraph_WBP_UI_Crimenet_HeistMapWidget::CallFunc_GetHeistData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_HeistMapWidget_C_ExecuteUbergraph_WBP_UI_Crimenet_HeistMapWidget, CallFunc_GetDisplayName_OutDisplayName) == 0x000050, "Member 'WBP_UI_Crimenet_HeistMapWidget_C_ExecuteUbergraph_WBP_UI_Crimenet_HeistMapWidget::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_HeistMapWidget_C_ExecuteUbergraph_WBP_UI_Crimenet_HeistMapWidget, CallFunc_GetDisplayName_OutHasText) == 0x000068, "Member 'WBP_UI_Crimenet_HeistMapWidget_C_ExecuteUbergraph_WBP_UI_Crimenet_HeistMapWidget::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Crimenet_HeistMapWidget_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_Crimenet_HeistMapWidget_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_Crimenet_HeistMapWidget_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_Crimenet_HeistMapWidget_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_Crimenet_HeistMapWidget_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_Crimenet_HeistMapWidget_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_Crimenet_HeistMapWidget_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Crimenet_HeistMapWidget_C_SetSelected \ +static_assert(alignof(WBP_UI_Crimenet_HeistMapWidget_C_SetSelected) == 0x000001, "Wrong alignment on WBP_UI_Crimenet_HeistMapWidget_C_SetSelected"); \ +static_assert(sizeof(WBP_UI_Crimenet_HeistMapWidget_C_SetSelected) == 0x000001, "Wrong size on WBP_UI_Crimenet_HeistMapWidget_C_SetSelected"); \ +static_assert(offsetof(WBP_UI_Crimenet_HeistMapWidget_C_SetSelected, bInIsSelected) == 0x000000, "Member 'WBP_UI_Crimenet_HeistMapWidget_C_SetSelected::bInIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Crimenet_HeistMapWidget_C_SetActive \ +static_assert(alignof(WBP_UI_Crimenet_HeistMapWidget_C_SetActive) == 0x000008, "Wrong alignment on WBP_UI_Crimenet_HeistMapWidget_C_SetActive"); \ +static_assert(sizeof(WBP_UI_Crimenet_HeistMapWidget_C_SetActive) == 0x000010, "Wrong size on WBP_UI_Crimenet_HeistMapWidget_C_SetActive"); \ +static_assert(offsetof(WBP_UI_Crimenet_HeistMapWidget_C_SetActive, bIsActive) == 0x000000, "Member 'WBP_UI_Crimenet_HeistMapWidget_C_SetActive::bIsActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_HeistMapWidget_C_SetActive, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_UI_Crimenet_HeistMapWidget_C_SetActive::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Crimenet_HeistMapWidget_C \ +static_assert(alignof(UWBP_UI_Crimenet_HeistMapWidget_C) == 0x000008, "Wrong alignment on UWBP_UI_Crimenet_HeistMapWidget_C"); \ +static_assert(sizeof(UWBP_UI_Crimenet_HeistMapWidget_C) == 0x000308, "Wrong size on UWBP_UI_Crimenet_HeistMapWidget_C"); \ +static_assert(offsetof(UWBP_UI_Crimenet_HeistMapWidget_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_UI_Crimenet_HeistMapWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Crimenet_HeistMapWidget_C, OnHighlighted) == 0x0002E8, "Member 'UWBP_UI_Crimenet_HeistMapWidget_C::OnHighlighted' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Crimenet_HeistMapWidget_C, Image_Active) == 0x0002F0, "Member 'UWBP_UI_Crimenet_HeistMapWidget_C::Image_Active' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Crimenet_HeistMapWidget_C, ProgressBar_Image) == 0x0002F8, "Member 'UWBP_UI_Crimenet_HeistMapWidget_C::ProgressBar_Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Crimenet_HeistMapWidget_C, Text_HeistName) == 0x000300, "Member 'UWBP_UI_Crimenet_HeistMapWidget_C::Text_HeistName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistButton \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistButton) == 0x000004, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistButton"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistButton) == 0x00001C, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistButton"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistButton, EntryPoint) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistButton, K2Node_Event_bInHasFocus) == 0x000004, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistButton, CallFunc_GetGlobalColor_ReturnValue) == 0x000008, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistButton::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistButton, K2Node_Event_IsDesignTime) == 0x000018, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistButton, K2Node_Event_bInIsHovered) == 0x000019, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistButton_C_InitializeLevelData \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_InitializeLevelData) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistButton_C_InitializeLevelData"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_InitializeLevelData) == 0x000040, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistButton_C_InitializeLevelData"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_InitializeLevelData, InLevelPath) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_InitializeLevelData::InLevelPath' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_InitializeLevelData, CallFunc_GetHeistDataFromLevelPath_ReturnValue) == 0x000020, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_InitializeLevelData::CallFunc_GetHeistDataFromLevelPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_InitializeLevelData, CallFunc_Get_Level_Name_OutLevelName) == 0x000028, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_InitializeLevelData::CallFunc_Get_Level_Name_OutLevelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistButton_C_Get_Level_Name \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_Get_Level_Name) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistButton_C_Get_Level_Name"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_Get_Level_Name) == 0x000078, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistButton_C_Get_Level_Name"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_Get_Level_Name, OutLevelName) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_Get_Level_Name::OutLevelName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_Get_Level_Name, Temp_bool_Variable) == 0x000018, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_Get_Level_Name::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_Get_Level_Name, CallFunc_BreakSoftObjectPath_PathString) == 0x000020, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_Get_Level_Name::CallFunc_BreakSoftObjectPath_PathString' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_Get_Level_Name, CallFunc_GetBaseFilename_ReturnValue) == 0x000030, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_Get_Level_Name::CallFunc_GetBaseFilename_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_Get_Level_Name, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_Get_Level_Name::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_Get_Level_Name, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_Get_Level_Name::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_Get_Level_Name, K2Node_Select_Default) == 0x000060, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_Get_Level_Name::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistButton_C_GetHeistData \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_GetHeistData) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistButton_C_GetHeistData"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_GetHeistData) == 0x000008, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistButton_C_GetHeistData"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_GetHeistData, NewParam) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_GetHeistData::NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistButton_C_RefreshVisual \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_RefreshVisual) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistButton_C_RefreshVisual"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_RefreshVisual) == 0x000002, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistButton_C_RefreshVisual"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_RefreshVisual, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_RefreshVisual::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_RefreshVisual, CallFunc_IsHovered_ReturnValue) == 0x000001, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_RefreshVisual::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnHoverVisuals \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnHoverVisuals) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnHoverVisuals"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnHoverVisuals) == 0x000005, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnHoverVisuals"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnHoverVisuals, bIsHovered) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnHoverVisuals::bIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnHoverVisuals, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnHoverVisuals::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnHoverVisuals, Temp_byte_Variable) == 0x000002, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnHoverVisuals::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnHoverVisuals, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnHoverVisuals::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnHoverVisuals, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnHoverVisuals::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnFocusedVisuals \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnFocusedVisuals) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnFocusedVisuals"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnFocusedVisuals) == 0x000050, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnFocusedVisuals"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnFocusedVisuals, bIsFocused) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnFocusedVisuals::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnFocusedVisuals, CallFunc_SelectColor_ReturnValue) == 0x000004, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnFocusedVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnFocusedVisuals, CallFunc_SelectColor_ReturnValue_1) == 0x000014, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnFocusedVisuals::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnFocusedVisuals, K2Node_MakeStruct_SlateColor) == 0x000028, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnFocusedVisuals::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnDisabledVisuals \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnDisabledVisuals) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnDisabledVisuals"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnDisabledVisuals) == 0x000001, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnDisabledVisuals"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnDisabledVisuals, bIsDisabled_0) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistButton_C_OnDisabledVisuals::bIsDisabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_MainMenu_CrimeNet_HeistButton_C \ +static_assert(alignof(UWBP_UI_MainMenu_CrimeNet_HeistButton_C) == 0x000008, "Wrong alignment on UWBP_UI_MainMenu_CrimeNet_HeistButton_C"); \ +static_assert(sizeof(UWBP_UI_MainMenu_CrimeNet_HeistButton_C) == 0x0003D8, "Wrong size on UWBP_UI_MainMenu_CrimeNet_HeistButton_C"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistButton_C, UberGraphFrame) == 0x000370, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistButton_C, Image_Background) == 0x000378, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistButton_C, Image_Highlight) == 0x000380, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistButton_C::Image_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistButton_C, Spacer_ForceButtonSize) == 0x000388, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistButton_C::Spacer_ForceButtonSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistButton_C, Text_ButtonValue) == 0x000390, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistButton_C::Text_ButtonValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistButton_C, MinimumButtonSize) == 0x000398, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistButton_C::MinimumButtonSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistButton_C, LevelPath) == 0x0003A0, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistButton_C::LevelPath' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistButton_C, HeistData) == 0x0003C0, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistButton_C::HeistData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistButton_C, NeutralColour) == 0x0003C8, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistButton_C::NeutralColour' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget \ +static_assert(alignof(WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget) == 0x000008, "Wrong alignment on WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget"); \ +static_assert(sizeof(WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget) == 0x000070, "Wrong size on WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget, EntryPoint) == 0x000000, "Member 'WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget, CallFunc_GetSBZGameUserSettings_ReturnValue) == 0x000008, "Member 'WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget::CallFunc_GetSBZGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget, CallFunc_GetMatchmakingDifficulty_ReturnValue) == 0x000010, "Member 'WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget::CallFunc_GetMatchmakingDifficulty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget, Temp_byte_Variable) == 0x000011, "Member 'WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget, Temp_byte_Variable_1) == 0x000012, "Member 'WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget, Temp_bool_Variable) == 0x000013, "Member 'WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget, Temp_struct_Variable) == 0x000014, "Member 'WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget, Temp_struct_Variable_1) == 0x00001C, "Member 'WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget, K2Node_Event_InCurrentIndex) == 0x000024, "Member 'WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget::K2Node_Event_InCurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget, K2Node_Event_bOverrideReadOnly) == 0x000028, "Member 'WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget::K2Node_Event_bOverrideReadOnly' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget, CallFunc_Conv_IntToByte_ReturnValue) == 0x000029, "Member 'WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget, CallFunc_GetValidValue_ReturnValue) == 0x00002A, "Member 'WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget, Temp_bool_Variable_1) == 0x00002B, "Member 'WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget, CallFunc_GetGameStateMachine_ReturnValue) == 0x000030, "Member 'WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget, CallFunc_GetMaxDifficultyCount_ReturnValue) == 0x000038, "Member 'WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget::CallFunc_GetMaxDifficultyCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00003C, "Member 'WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget, K2Node_Event_bInHasFocus) == 0x000040, "Member 'WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget, K2Node_Event_bInIsHovered) == 0x000041, "Member 'WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget, CallFunc_GetGlobalColor_ReturnValue) == 0x000044, "Member 'WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget, K2Node_Event_IsDesignTime) == 0x000054, "Member 'WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget, K2Node_Select_Default) == 0x000055, "Member 'WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget, K2Node_Select_Default_1) == 0x000058, "Member 'WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x000060, "Member 'WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'WBP_UI_DifficultySelectorWidget_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DifficultySelectorWidget_C_PreConstruct \ +static_assert(alignof(WBP_UI_DifficultySelectorWidget_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_DifficultySelectorWidget_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_DifficultySelectorWidget_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_DifficultySelectorWidget_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_DifficultySelectorWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DifficultySelectorWidget_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_DifficultySelectorWidget_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_DifficultySelectorWidget_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_DifficultySelectorWidget_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_DifficultySelectorWidget_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_DifficultySelectorWidget_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DifficultySelectorWidget_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_DifficultySelectorWidget_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_DifficultySelectorWidget_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_DifficultySelectorWidget_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_DifficultySelectorWidget_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_DifficultySelectorWidget_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DifficultySelectorWidget_C_OnSelectionOptionChanged \ +static_assert(alignof(WBP_UI_DifficultySelectorWidget_C_OnSelectionOptionChanged) == 0x000004, "Wrong alignment on WBP_UI_DifficultySelectorWidget_C_OnSelectionOptionChanged"); \ +static_assert(sizeof(WBP_UI_DifficultySelectorWidget_C_OnSelectionOptionChanged) == 0x000008, "Wrong size on WBP_UI_DifficultySelectorWidget_C_OnSelectionOptionChanged"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_OnSelectionOptionChanged, InCurrentIndex) == 0x000000, "Member 'WBP_UI_DifficultySelectorWidget_C_OnSelectionOptionChanged::InCurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_OnSelectionOptionChanged, bOverrideReadOnly) == 0x000004, "Member 'WBP_UI_DifficultySelectorWidget_C_OnSelectionOptionChanged::bOverrideReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DifficultySelectorWidget_C_UpdateDifficultyVisuals \ +static_assert(alignof(WBP_UI_DifficultySelectorWidget_C_UpdateDifficultyVisuals) == 0x000008, "Wrong alignment on WBP_UI_DifficultySelectorWidget_C_UpdateDifficultyVisuals"); \ +static_assert(sizeof(WBP_UI_DifficultySelectorWidget_C_UpdateDifficultyVisuals) == 0x000048, "Wrong size on WBP_UI_DifficultySelectorWidget_C_UpdateDifficultyVisuals"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_UpdateDifficultyVisuals, InDifficulty) == 0x000000, "Member 'WBP_UI_DifficultySelectorWidget_C_UpdateDifficultyVisuals::InDifficulty' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_UpdateDifficultyVisuals, CallFunc_GetUIManager_ReturnValue) == 0x000008, "Member 'WBP_UI_DifficultySelectorWidget_C_UpdateDifficultyVisuals::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_UpdateDifficultyVisuals, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'WBP_UI_DifficultySelectorWidget_C_UpdateDifficultyVisuals::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_UpdateDifficultyVisuals, CallFunc_GetUIData_ReturnValue) == 0x000018, "Member 'WBP_UI_DifficultySelectorWidget_C_UpdateDifficultyVisuals::CallFunc_GetUIData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_UpdateDifficultyVisuals, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000020, "Member 'WBP_UI_DifficultySelectorWidget_C_UpdateDifficultyVisuals::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_UpdateDifficultyVisuals, CallFunc_GetDifficultyText_OutDifficultyText) == 0x000028, "Member 'WBP_UI_DifficultySelectorWidget_C_UpdateDifficultyVisuals::CallFunc_GetDifficultyText_OutDifficultyText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_UpdateDifficultyVisuals, CallFunc_GetDifficultyText_bHasText) == 0x000040, "Member 'WBP_UI_DifficultySelectorWidget_C_UpdateDifficultyVisuals::CallFunc_GetDifficultyText_bHasText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DifficultySelectorWidget_C_GetDifficulty \ +static_assert(alignof(WBP_UI_DifficultySelectorWidget_C_GetDifficulty) == 0x000001, "Wrong alignment on WBP_UI_DifficultySelectorWidget_C_GetDifficulty"); \ +static_assert(sizeof(WBP_UI_DifficultySelectorWidget_C_GetDifficulty) == 0x000001, "Wrong size on WBP_UI_DifficultySelectorWidget_C_GetDifficulty"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_GetDifficulty, NewParam) == 0x000000, "Member 'WBP_UI_DifficultySelectorWidget_C_GetDifficulty::NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DifficultySelectorWidget_C_SetFocusVisuals \ +static_assert(alignof(WBP_UI_DifficultySelectorWidget_C_SetFocusVisuals) == 0x000008, "Wrong alignment on WBP_UI_DifficultySelectorWidget_C_SetFocusVisuals"); \ +static_assert(sizeof(WBP_UI_DifficultySelectorWidget_C_SetFocusVisuals) == 0x000060, "Wrong size on WBP_UI_DifficultySelectorWidget_C_SetFocusVisuals"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_SetFocusVisuals, InIsFocused) == 0x000000, "Member 'WBP_UI_DifficultySelectorWidget_C_SetFocusVisuals::InIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_SetFocusVisuals, CallFunc_SelectColor_ReturnValue) == 0x000004, "Member 'WBP_UI_DifficultySelectorWidget_C_SetFocusVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_SetFocusVisuals, CallFunc_SelectColor_ReturnValue_1) == 0x000014, "Member 'WBP_UI_DifficultySelectorWidget_C_SetFocusVisuals::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_SetFocusVisuals, K2Node_MakeStruct_SlateColor) == 0x000028, "Member 'WBP_UI_DifficultySelectorWidget_C_SetFocusVisuals::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_SetFocusVisuals, CallFunc_SelectColor_ReturnValue_2) == 0x000050, "Member 'WBP_UI_DifficultySelectorWidget_C_SetFocusVisuals::CallFunc_SelectColor_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DifficultySelectorWidget_C_SetHoveredVisuals \ +static_assert(alignof(WBP_UI_DifficultySelectorWidget_C_SetHoveredVisuals) == 0x000001, "Wrong alignment on WBP_UI_DifficultySelectorWidget_C_SetHoveredVisuals"); \ +static_assert(sizeof(WBP_UI_DifficultySelectorWidget_C_SetHoveredVisuals) == 0x000005, "Wrong size on WBP_UI_DifficultySelectorWidget_C_SetHoveredVisuals"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_SetHoveredVisuals, InIsHovered) == 0x000000, "Member 'WBP_UI_DifficultySelectorWidget_C_SetHoveredVisuals::InIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_SetHoveredVisuals, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_DifficultySelectorWidget_C_SetHoveredVisuals::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_SetHoveredVisuals, Temp_byte_Variable) == 0x000002, "Member 'WBP_UI_DifficultySelectorWidget_C_SetHoveredVisuals::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_SetHoveredVisuals, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_UI_DifficultySelectorWidget_C_SetHoveredVisuals::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_C_SetHoveredVisuals, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_DifficultySelectorWidget_C_SetHoveredVisuals::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_DifficultySelectorWidget_C \ +static_assert(alignof(UWBP_UI_DifficultySelectorWidget_C) == 0x000008, "Wrong alignment on UWBP_UI_DifficultySelectorWidget_C"); \ +static_assert(sizeof(UWBP_UI_DifficultySelectorWidget_C) == 0x000400, "Wrong size on UWBP_UI_DifficultySelectorWidget_C"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_C, UberGraphFrame) == 0x000388, "Member 'UWBP_UI_DifficultySelectorWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_C, Button_Left) == 0x000390, "Member 'UWBP_UI_DifficultySelectorWidget_C::Button_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_C, Button_Right) == 0x000398, "Member 'UWBP_UI_DifficultySelectorWidget_C::Button_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_C, Image_Background) == 0x0003A0, "Member 'UWBP_UI_DifficultySelectorWidget_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_C, Image_Highlight) == 0x0003A8, "Member 'UWBP_UI_DifficultySelectorWidget_C::Image_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_C, Image_LeftArrow) == 0x0003B0, "Member 'UWBP_UI_DifficultySelectorWidget_C::Image_LeftArrow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_C, Image_RightArrow) == 0x0003B8, "Member 'UWBP_UI_DifficultySelectorWidget_C::Image_RightArrow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_C, Image_RiskLevel_Hard) == 0x0003C0, "Member 'UWBP_UI_DifficultySelectorWidget_C::Image_RiskLevel_Hard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_C, Image_RiskLevel_Normal) == 0x0003C8, "Member 'UWBP_UI_DifficultySelectorWidget_C::Image_RiskLevel_Normal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_C, Image_RiskLevel_Overkill) == 0x0003D0, "Member 'UWBP_UI_DifficultySelectorWidget_C::Image_RiskLevel_Overkill' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_C, Image_RiskLevel_VeryHard) == 0x0003D8, "Member 'UWBP_UI_DifficultySelectorWidget_C::Image_RiskLevel_VeryHard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_C, Overlay_ButtonBase) == 0x0003E0, "Member 'UWBP_UI_DifficultySelectorWidget_C::Overlay_ButtonBase' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_C, Text_DifficultyName) == 0x0003E8, "Member 'UWBP_UI_DifficultySelectorWidget_C::Text_DifficultyName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_C, TextBlock_MatchmakeHeader) == 0x0003F0, "Member 'UWBP_UI_DifficultySelectorWidget_C::TextBlock_MatchmakeHeader' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_C, CurrentDifficulty) == 0x0003F8, "Member 'UWBP_UI_DifficultySelectorWidget_C::CurrentDifficulty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_C, bIsNewMenu) == 0x0003F9, "Member 'UWBP_UI_DifficultySelectorWidget_C::bIsNewMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_C, bIsConstructed) == 0x0003FA, "Member 'UWBP_UI_DifficultySelectorWidget_C::bIsConstructed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle \ +static_assert(alignof(WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle) == 0x000008, "Wrong alignment on WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle"); \ +static_assert(sizeof(WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle) == 0x000070, "Wrong size on WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle"); \ +static_assert(offsetof(WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle, EntryPoint) == 0x000000, "Member 'WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle, K2Node_CustomEvent_InText) == 0x000008, "Member 'WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle::K2Node_CustomEvent_InText' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle, Temp_bool_Variable) == 0x000020, "Member 'WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle, Temp_byte_Variable) == 0x000021, "Member 'WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle, Temp_byte_Variable_1) == 0x000022, "Member 'WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle, Temp_bool_Variable_1) == 0x000023, "Member 'WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle, Temp_byte_Variable_2) == 0x000024, "Member 'WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle, Temp_byte_Variable_3) == 0x000025, "Member 'WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle, CallFunc_TextIsEmpty_ReturnValue) == 0x000026, "Member 'WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle, K2Node_Select_Default) == 0x000027, "Member 'WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle, K2Node_Event_IsDesignTime) == 0x000028, "Member 'WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle, CallFunc_TextIsEmpty_ReturnValue_1) == 0x000029, "Member 'WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle::CallFunc_TextIsEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle, K2Node_Select_Default_1) == 0x00002A, "Member 'WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle, CallFunc_GetParent_ReturnValue) == 0x000030, "Member 'WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle::CallFunc_GetParent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle, CallFunc_GetOuterObject_ReturnValue) == 0x000038, "Member 'WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle::CallFunc_GetOuterObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle, CallFunc_GetOuterObject_ReturnValue_1) == 0x000040, "Member 'WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle::CallFunc_GetOuterObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle, K2Node_CreateDelegate_OutputDelegate) == 0x000048, "Member 'WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle, K2Node_DynamicCast_AsSBZMenu_Stack_Screen_Widget) == 0x000060, "Member 'WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle::K2Node_DynamicCast_AsSBZMenu_Stack_Screen_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'WBP_ScreenTitle_C_ExecuteUbergraph_WBP_ScreenTitle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ScreenTitle_C_UpdateTitle \ +static_assert(alignof(WBP_ScreenTitle_C_UpdateTitle) == 0x000008, "Wrong alignment on WBP_ScreenTitle_C_UpdateTitle"); \ +static_assert(sizeof(WBP_ScreenTitle_C_UpdateTitle) == 0x000018, "Wrong size on WBP_ScreenTitle_C_UpdateTitle"); \ +static_assert(offsetof(WBP_ScreenTitle_C_UpdateTitle, InText) == 0x000000, "Member 'WBP_ScreenTitle_C_UpdateTitle::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ScreenTitle_C_PreConstruct \ +static_assert(alignof(WBP_ScreenTitle_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ScreenTitle_C_PreConstruct"); \ +static_assert(sizeof(WBP_ScreenTitle_C_PreConstruct) == 0x000001, "Wrong size on WBP_ScreenTitle_C_PreConstruct"); \ +static_assert(offsetof(WBP_ScreenTitle_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ScreenTitle_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ScreenTitle_C_OnOwningStackScreenGainedFocus \ +static_assert(alignof(WBP_ScreenTitle_C_OnOwningStackScreenGainedFocus) == 0x000008, "Wrong alignment on WBP_ScreenTitle_C_OnOwningStackScreenGainedFocus"); \ +static_assert(sizeof(WBP_ScreenTitle_C_OnOwningStackScreenGainedFocus) == 0x000018, "Wrong size on WBP_ScreenTitle_C_OnOwningStackScreenGainedFocus"); \ +static_assert(offsetof(WBP_ScreenTitle_C_OnOwningStackScreenGainedFocus, OldStackValue) == 0x000000, "Member 'WBP_ScreenTitle_C_OnOwningStackScreenGainedFocus::OldStackValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ScreenTitle_C_OnOwningStackScreenGainedFocus, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_ScreenTitle_C_OnOwningStackScreenGainedFocus::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ScreenTitle_C \ +static_assert(alignof(UWBP_ScreenTitle_C) == 0x000008, "Wrong alignment on UWBP_ScreenTitle_C"); \ +static_assert(sizeof(UWBP_ScreenTitle_C) == 0x0002C8, "Wrong size on UWBP_ScreenTitle_C"); \ +static_assert(offsetof(UWBP_ScreenTitle_C, UberGraphFrame) == 0x000290, "Member 'UWBP_ScreenTitle_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ScreenTitle_C, title_intro) == 0x000298, "Member 'UWBP_ScreenTitle_C::title_intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ScreenTitle_C, LeftEdge_I) == 0x0002A0, "Member 'UWBP_ScreenTitle_C::LeftEdge_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ScreenTitle_C, Title_T) == 0x0002A8, "Member 'UWBP_ScreenTitle_C::Title_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ScreenTitle_C, TitleText) == 0x0002B0, "Member 'UWBP_ScreenTitle_C::TitleText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUTD_Sniper_Attack_C \ +static_assert(alignof(UUTD_Sniper_Attack_C) == 0x000008, "Wrong alignment on UUTD_Sniper_Attack_C"); \ +static_assert(sizeof(UUTD_Sniper_Attack_C) == 0x0000B0, "Wrong size on UUTD_Sniper_Attack_C"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen) == 0x000808, "Wrong size on WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, EntryPoint) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_Button_15) == 0x000018, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_Button_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetGameUserSettings_ReturnValue) == 0x000020, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_CustomEvent_ContractorSpeak) == 0x000028, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_CustomEvent_ContractorSpeak' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_DynamicCast_AsSBZGame_User_Settings) == 0x000030, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_DynamicCast_AsSBZGame_User_Settings' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_IsContractorAudioBriefingEnabled_ReturnValue) == 0x000039, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_IsContractorAudioBriefingEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_IsContractorAudioBriefingEnabled_ReturnValue_1) == 0x00003A, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_IsContractorAudioBriefingEnabled_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_Not_PreBool_ReturnValue) == 0x00003B, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, Temp_int_Variable) == 0x00003C, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000040, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_Event_PreviousValue) == 0x000048, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000054, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000055, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_BooleanOR_ReturnValue) == 0x000056, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_Event_ActiveHeistCollection) == 0x000058, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_Event_ActiveHeistCollection' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_CustomEvent_ActionName) == 0x000088, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_CustomEvent_ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_SwitchName_CmpSuccess) == 0x000094, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetUIManager_ReturnValue) == 0x000098, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_PopStack_ReturnValue) == 0x0000A0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x0000B0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_IsValid_ReturnValue) == 0x0000B8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_MakeLiteralName_ReturnValue) == 0x0000BC, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_Event_MenuButton) == 0x0000C8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_Event_MenuButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_Event_bIsFocused) == 0x0000D0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_Event_bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_Event_SelectedButton) == 0x0000D8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_Event_SelectedButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_BooleanAND_ReturnValue) == 0x0000E0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetHeistData_ReturnValue) == 0x0000E8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetHeistData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0000F0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_BooleanAND_ReturnValue_1) == 0x0000F1, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_NewIndex_1) == 0x0000F4, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_NewIndex_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetGameStateMachine_ReturnValue) == 0x0000F8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetGameStateMachine_ReturnValue_1) == 0x000100, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetGameStateMachine_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetGameStateMachine_ReturnValue_2) == 0x000108, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetGameStateMachine_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetGameStateMachine_ReturnValue_3) == 0x000110, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetGameStateMachine_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_IsMatchmakingInProgress_ReturnValue) == 0x000118, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_IsMatchmakingInProgress_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetGameStateMachine_ReturnValue_4) == 0x000120, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetGameStateMachine_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetMatchMakingParameters_ReturnValue) == 0x000128, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetMatchMakingParameters_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetGameStateMachine_ReturnValue_5) == 0x000160, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetGameStateMachine_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetHeistLevelPath_ReturnValue) == 0x000168, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetHeistLevelPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_LevelPathToIdx_ReturnValue) == 0x000188, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_LevelPathToIdx_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x00018C, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000190, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000191, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_CreateDelegate_OutputDelegate_1) == 0x000194, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_Button_14) == 0x0001A8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_Button_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_bIsEnabled_9) == 0x0001B0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_bIsEnabled_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_Button_13) == 0x0001B8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_Button_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_bIsEnabled_8) == 0x0001C0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_bIsEnabled_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetActiveWidgetIndex_ReturnValue_1) == 0x0001C4, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetActiveWidgetIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x0001C8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, Temp_object_Variable) == 0x0001D0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_DynamicCast_AsPaper_Sprite) == 0x0001D8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_DynamicCast_bSuccess_1) == 0x0001E0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_CustomEvent_Loaded) == 0x0001E8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_CreateDelegate_OutputDelegate_2) == 0x0001F0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_NewIndex) == 0x000204, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_NewIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, Temp_bool_Variable) == 0x000208, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000210, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_Select_Default) == 0x000218, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000220, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_Play2DSound_ReturnValue) == 0x000228, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_CreateDelegate_OutputDelegate_3) == 0x00022C, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, Temp_byte_Variable) == 0x000240, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_CreateDelegate_OutputDelegate_4) == 0x000244, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_IsValid_ReturnValue_1) == 0x000258, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_HasFocusedDescendants_ReturnValue) == 0x000259, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_HasFocusedDescendants_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_HasKeyboardFocus_ReturnValue) == 0x00025A, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, Temp_byte_Variable_1) == 0x00025B, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_BooleanAND_ReturnValue_2) == 0x00025C, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetGameStateMachine_ReturnValue_6) == 0x000260, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetGameStateMachine_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_ShouldBeJoinedThroughFriend_ReturnValue) == 0x000268, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_ShouldBeJoinedThroughFriend_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetHeistSessionID_ReturnValue) == 0x000270, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetHeistSessionID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_Button_12) == 0x000280, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_Button_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_bIsEnabled_7) == 0x000288, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_bIsEnabled_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_Button_11) == 0x000290, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_Button_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_Button_10) == 0x000298, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_Button_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_bIsEnabled_6) == 0x0002A0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_bIsEnabled_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_Button_9) == 0x0002A8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_Button_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_Button_8) == 0x0002B0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_Button_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_bIsEnabled_5) == 0x0002B8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_bIsEnabled_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_Button_7) == 0x0002C0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_Button_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_Button_6) == 0x0002C8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_Button_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_bIsEnabled_4) == 0x0002D0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_bIsEnabled_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_Button_5) == 0x0002D8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_Button_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_Button_4) == 0x0002E0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_bIsEnabled_3) == 0x0002E8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_bIsEnabled_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_Button_3) == 0x0002F0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_bIsEnabled_2) == 0x0002F8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_bIsEnabled_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, Temp_byte_Variable_2) == 0x0002F9, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, Temp_int_Variable_1) == 0x0002FC, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_Button_2) == 0x000300, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x000308, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_CreateDelegate_OutputDelegate_5) == 0x00030C, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetPartyManager_ReturnValue) == 0x000320, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetPartyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_Event_IsDesignTime) == 0x000328, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetSBZOnline_ReturnValue) == 0x000330, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetSBZOnline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_CustomEvent_ErrorCode) == 0x000338, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_CustomEvent_ErrorCode' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetUIManager_ReturnValue_1) == 0x000340, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000348, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000350, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetSBZOnline_ReturnValue_1) == 0x000360, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetSBZOnline_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_MakeStruct_SBZButtonControlReference) == 0x000368, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_CustomEvent_ClosingActionName) == 0x0003A0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_CustomEvent_ClosingActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_MakeArray_Array) == 0x0003B0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, Temp_bool_Variable_1) == 0x0003C0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_MakeStruct_SBZButtonControlsReference) == 0x0003C8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_Select_Default_1) == 0x0003F0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, Temp_int_Variable_2) == 0x0003F8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_IsVisible_ReturnValue) == 0x0003FC, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_IsVisible_ReturnValue_1) == 0x0003FD, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_SelectionIndex_3) == 0x000400, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_SelectionIndex_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_SelectionIndex_2) == 0x000404, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_SelectionIndex_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_SelectionIndex_1) == 0x000408, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_SelectionIndex_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_HeistDataFilters) == 0x000410, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_HeistDataFilters' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_DifficultyFilterIndex) == 0x000420, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_DifficultyFilterIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_TacticFilterIndex) == 0x000424, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_TacticFilterIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetGameStateMachine_ReturnValue_7) == 0x000428, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetGameStateMachine_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_Subtract_IntInt_ReturnValue) == 0x000430, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetGameStateMachine_ReturnValue_8) == 0x000438, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetGameStateMachine_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_IsValid_ReturnValue_2) == 0x000440, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000441, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetGameStateMachine_ReturnValue_9) == 0x000448, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetGameStateMachine_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetMatchMakingParameters_ReturnValue_1) == 0x000450, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetMatchMakingParameters_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetGameStateMachine_ReturnValue_10) == 0x000488, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetGameStateMachine_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000490, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetHeistData_ReturnValue_1) == 0x000498, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetHeistData_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, Temp_bool_Variable_2) == 0x0004A0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_Event_TargetPin) == 0x0004A8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_Event_TargetPin' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_Event_ConnectedHeistButton) == 0x0004B0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_Event_ConnectedHeistButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_LevelPathToIdx_ReturnValue_1) == 0x0004B8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_LevelPathToIdx_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_CustomEvent_TargetPin) == 0x0004C0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_CustomEvent_TargetPin' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_CustomEvent_Connected_HeistButton) == 0x0004C8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_CustomEvent_Connected_HeistButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_CustomEvent_Index) == 0x0004D0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_CustomEvent_Index' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0004D4, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_Conv_TextToString_ReturnValue) == 0x0004D8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetAllActorsOfClass_OutActors) == 0x0004E8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_Array_Get_Item) == 0x0004F8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, Temp_object_Variable_1) == 0x000500, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_DynamicCast_AsPaper_Sprite_1) == 0x000508, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_DynamicCast_AsPaper_Sprite_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_DynamicCast_bSuccess_2) == 0x000510, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_IsValid_ReturnValue_3) == 0x000511, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000518, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_IsValid_ReturnValue_4) == 0x000528, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_IsValid_ReturnValue_5) == 0x000529, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_Array_Get_Item_1) == 0x00052C, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_Map_Find_Value) == 0x000538, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_Map_Find_ReturnValue) == 0x000544, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_CustomEvent_Loaded_1) == 0x000548, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_CustomEvent_Loaded_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_Create_ReturnValue) == 0x000550, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_MakeStruct_SBZUIPopupData) == 0x000558, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_MakeStruct_SBZUIPopupData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetRandomIndex_Output) == 0x0005B8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetRandomIndex_Output' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_CreateDelegate_OutputDelegate_6) == 0x0005BC, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_CreateDelegate_OutputDelegate_7) == 0x0005D0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_Not_PreBool_ReturnValue_1) == 0x0005E4, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_BooleanAND_ReturnValue_3) == 0x0005E5, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_Not_PreBool_ReturnValue_2) == 0x0005E6, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_BooleanAND_ReturnValue_4) == 0x0005E7, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_CreateDelegate_OutputDelegate_8) == 0x0005E8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_Not_PreBool_ReturnValue_3) == 0x0005FC, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_BooleanAND_ReturnValue_5) == 0x0005FD, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_PlayAnimationTimeRange_ReturnValue_1) == 0x000600, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_PlayAnimationTimeRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, Temp_byte_Variable_3) == 0x000608, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_PlayAnimation_ReturnValue) == 0x000610, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_PlayAnimation_ReturnValue_1) == 0x000618, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_PlayAnimation_ReturnValue_2) == 0x000620, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_SelectionIndex) == 0x000628, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_SelectionIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_Select_Default_2) == 0x00062C, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_Button_1) == 0x000630, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_bIsEnabled) == 0x000638, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_PlayAnimationForward_ReturnValue) == 0x000640, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000648, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_Event_OutHostableHeistCollections) == 0x000650, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_Event_OutHostableHeistCollections' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetUIManager_ReturnValue_2) == 0x000660, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetUIManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetUIManager_ReturnValue_3) == 0x000668, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetUIManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetMenuWidget_ReturnValue) == 0x000670, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetMenuWidget_ReturnValue_1) == 0x000678, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetMenuWidget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_DynamicCast_AsWBP_UI_SM_Game_Start) == 0x000680, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_DynamicCast_AsWBP_UI_SM_Game_Start' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_DynamicCast_bSuccess_3) == 0x000688, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_DynamicCast_AsWBP_UI_SM_Game_Start_1) == 0x000690, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_DynamicCast_AsWBP_UI_SM_Game_Start_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_DynamicCast_bSuccess_4) == 0x000698, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, Temp_byte_Variable_4) == 0x000699, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_Select_Default_3) == 0x00069C, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetUIManager_ReturnValue_4) == 0x0006A0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetUIManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetMenuWidget_ReturnValue_2) == 0x0006A8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetMenuWidget_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetPartyManager_ReturnValue_1) == 0x0006B0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetPartyManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_DynamicCast_AsWBP_UI_SM_Game_Start_2) == 0x0006B8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_DynamicCast_AsWBP_UI_SM_Game_Start_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_DynamicCast_bSuccess_5) == 0x0006C0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetPartyPlayersNumber_ReturnValue) == 0x0006C4, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetPartyPlayersNumber_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0006C8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, Temp_byte_Variable_5) == 0x0006C9, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetPartyManager_ReturnValue_2) == 0x0006D0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetPartyManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_CreateDelegate_OutputDelegate_9) == 0x0006D8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_Not_PreBool_ReturnValue_4) == 0x0006EC, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_Not_PreBool_ReturnValue_5) == 0x0006ED, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetSBZGameUserSettings_ReturnValue) == 0x0006F0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetSBZGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_Not_PreBool_ReturnValue_6) == 0x0006F8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetTacticPerHeistType_ReturnValue) == 0x0006F9, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetTacticPerHeistType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, Temp_int_Variable_3) == 0x0006FC, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_Not_PreBool_ReturnValue_7) == 0x000700, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_Select_Default_4) == 0x000701, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, Temp_byte_Variable_6) == 0x000702, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetDifficultyPerHeistType_ReturnValue) == 0x000703, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetDifficultyPerHeistType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, Temp_byte_Variable_7) == 0x000704, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_CreateDelegate_OutputDelegate_10) == 0x000708, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_Array_Get_Item_2) == 0x000720, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000738, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x000740, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_Not_PreBool_ReturnValue_8) == 0x000741, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, Temp_byte_Variable_8) == 0x000742, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_RefreshServers_Success) == 0x000743, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_RefreshServers_Success' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_RefreshServers_Success_1) == 0x000744, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_RefreshServers_Success_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_K2_IsValidTimerHandle_ReturnValue_1) == 0x000745, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_K2_IsValidTimerHandle_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetGameStateMachine_ReturnValue_11) == 0x000748, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetGameStateMachine_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetTacticPerHeistType_ReturnValue_1) == 0x000750, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetTacticPerHeistType_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetVisibility_ReturnValue) == 0x000751, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, Temp_byte_Variable_9) == 0x000752, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::Temp_byte_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000753, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_BooleanOR_ReturnValue_1) == 0x000754, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetVisibility_ReturnValue_1) == 0x000755, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetVisibility_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, Temp_int_Variable_4) == 0x000758, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00075C, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_BooleanOR_ReturnValue_2) == 0x00075D, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_Select_Default_5) == 0x00075E, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetCurrentLanguage_ReturnValue) == 0x000760, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetCurrentLanguage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetCurrentLanguage_ReturnValue_1) == 0x000770, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetCurrentLanguage_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_NotEqual_StriStri_ReturnValue) == 0x000780, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_NotEqual_StriStri_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_CanInteractWithMatchmakingButtons_ReturnValue) == 0x000781, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_CanInteractWithMatchmakingButtons_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_CanInteractWithMatchmakingButtons_ReturnValue_1) == 0x000782, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_CanInteractWithMatchmakingButtons_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_Not_PreBool_ReturnValue_9) == 0x000783, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetCurrentLanguage_ReturnValue_2) == 0x000788, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetCurrentLanguage_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, Temp_byte_Variable_10) == 0x000798, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::Temp_byte_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, Temp_byte_Variable_11) == 0x000799, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::Temp_byte_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_ComponentBoundEvent_Button) == 0x0007A0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetHeistData_ReturnValue_2) == 0x0007A8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetHeistData_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_LevelPathToIdx_ReturnValue_2) == 0x0007B0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_LevelPathToIdx_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, Temp_byte_Variable_12) == 0x0007B4, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::Temp_byte_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_IsWidgetActuallyVisible_ReturnValue) == 0x0007B5, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_IsWidgetActuallyVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_BooleanAND_ReturnValue_6) == 0x0007B6, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetGameStateMachine_ReturnValue_12) == 0x0007B8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetGameStateMachine_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetGameStateMachine_ReturnValue_13) == 0x0007C0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetGameStateMachine_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_CreateDelegate_OutputDelegate_11) == 0x0007C8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_GetGameStateMachine_ReturnValue_14) == 0x0007E0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_GetGameStateMachine_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_IsValid_ReturnValue_6) == 0x0007E8, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1) == 0x0007F0, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_IsValid_ReturnValue_7) == 0x000800, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, CallFunc_IsValidSoftObjectReference_ReturnValue_1) == 0x000801, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::CallFunc_IsValidSoftObjectReference_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, Temp_byte_Variable_13) == 0x000802, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::Temp_byte_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen, K2Node_Select_Default_6) == 0x000803, "Member 'WBP_ServerBrowser_Screen_C_ExecuteUbergraph_WBP_ServerBrowser_Screen::K2Node_Select_Default_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_NeedDcl_Button_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_NeedDcl_Button_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_NeedDcl_Button_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_NeedDcl_Button_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_NeedDcl_Button_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_NeedDcl_Button_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_NeedDcl_Button_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_BP_OnHostableHeistDataUpdated \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_BP_OnHostableHeistDataUpdated) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_BP_OnHostableHeistDataUpdated"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_BP_OnHostableHeistDataUpdated) == 0x000010, "Wrong size on WBP_ServerBrowser_Screen_C_BP_OnHostableHeistDataUpdated"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BP_OnHostableHeistDataUpdated, OutHostableHeistCollections) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_BP_OnHostableHeistDataUpdated::OutHostableHeistCollections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_TacticSelector_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_TacticSelector_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_TacticSelector_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_TacticSelector_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_TacticSelector_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_TacticSelector_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_TacticSelector_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_TacticSelector_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_TacticSelector_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_TacticSelector_K2Node_ComponentBoundEvent_1_OptionSelected__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_TacticSelector_K2Node_ComponentBoundEvent_1_OptionSelected__DelegateSignature) == 0x000004, "Wrong alignment on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_TacticSelector_K2Node_ComponentBoundEvent_1_OptionSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_TacticSelector_K2Node_ComponentBoundEvent_1_OptionSelected__DelegateSignature) == 0x000004, "Wrong size on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_TacticSelector_K2Node_ComponentBoundEvent_1_OptionSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_TacticSelector_K2Node_ComponentBoundEvent_1_OptionSelected__DelegateSignature, SelectionIndex) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_TacticSelector_K2Node_ComponentBoundEvent_1_OptionSelected__DelegateSignature::SelectionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_ManualPlaceMapPins \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_ManualPlaceMapPins) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_ManualPlaceMapPins"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_ManualPlaceMapPins) == 0x000018, "Wrong size on WBP_ServerBrowser_Screen_C_ManualPlaceMapPins"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ManualPlaceMapPins, TargetPin) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_ManualPlaceMapPins::TargetPin' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ManualPlaceMapPins, Connected_HeistButton) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_ManualPlaceMapPins::Connected_HeistButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ManualPlaceMapPins, Index_0) == 0x000010, "Member 'WBP_ServerBrowser_Screen_C_ManualPlaceMapPins::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_PlaceMapPin \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_PlaceMapPin) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_PlaceMapPin"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_PlaceMapPin) == 0x000010, "Wrong size on WBP_ServerBrowser_Screen_C_PlaceMapPin"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_PlaceMapPin, TargetPin) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_PlaceMapPin::TargetPin' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_PlaceMapPin, ConnectedHeistButton) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_PlaceMapPin::ConnectedHeistButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_FilterBox_K2Node_ComponentBoundEvent_16_SendFiltersToApply__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_FilterBox_K2Node_ComponentBoundEvent_16_SendFiltersToApply__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_FilterBox_K2Node_ComponentBoundEvent_16_SendFiltersToApply__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_FilterBox_K2Node_ComponentBoundEvent_16_SendFiltersToApply__DelegateSignature) == 0x000018, "Wrong size on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_FilterBox_K2Node_ComponentBoundEvent_16_SendFiltersToApply__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_FilterBox_K2Node_ComponentBoundEvent_16_SendFiltersToApply__DelegateSignature, HeistDataFilters) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_FilterBox_K2Node_ComponentBoundEvent_16_SendFiltersToApply__DelegateSignature::HeistDataFilters' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_FilterBox_K2Node_ComponentBoundEvent_16_SendFiltersToApply__DelegateSignature, DifficultyFilterIndex) == 0x000010, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_FilterBox_K2Node_ComponentBoundEvent_16_SendFiltersToApply__DelegateSignature::DifficultyFilterIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_FilterBox_K2Node_ComponentBoundEvent_16_SendFiltersToApply__DelegateSignature, TacticFilterIndex) == 0x000014, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_FilterBox_K2Node_ComponentBoundEvent_16_SendFiltersToApply__DelegateSignature::TacticFilterIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PopUpDifficulty_K2Node_ComponentBoundEvent_15_OptionSelected__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PopUpDifficulty_K2Node_ComponentBoundEvent_15_OptionSelected__DelegateSignature) == 0x000004, "Wrong alignment on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PopUpDifficulty_K2Node_ComponentBoundEvent_15_OptionSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PopUpDifficulty_K2Node_ComponentBoundEvent_15_OptionSelected__DelegateSignature) == 0x000004, "Wrong size on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PopUpDifficulty_K2Node_ComponentBoundEvent_15_OptionSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PopUpDifficulty_K2Node_ComponentBoundEvent_15_OptionSelected__DelegateSignature, SelectionIndex) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PopUpDifficulty_K2Node_ComponentBoundEvent_15_OptionSelected__DelegateSignature::SelectionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PermissionSelector_K2Node_ComponentBoundEvent_14_OptionSelected__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PermissionSelector_K2Node_ComponentBoundEvent_14_OptionSelected__DelegateSignature) == 0x000004, "Wrong alignment on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PermissionSelector_K2Node_ComponentBoundEvent_14_OptionSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PermissionSelector_K2Node_ComponentBoundEvent_14_OptionSelected__DelegateSignature) == 0x000004, "Wrong size on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PermissionSelector_K2Node_ComponentBoundEvent_14_OptionSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PermissionSelector_K2Node_ComponentBoundEvent_14_OptionSelected__DelegateSignature, SelectionIndex) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PermissionSelector_K2Node_ComponentBoundEvent_14_OptionSelected__DelegateSignature::SelectionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_DifficultySelector_K2Node_ComponentBoundEvent_13_OptionSelected__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_DifficultySelector_K2Node_ComponentBoundEvent_13_OptionSelected__DelegateSignature) == 0x000004, "Wrong alignment on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_DifficultySelector_K2Node_ComponentBoundEvent_13_OptionSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_DifficultySelector_K2Node_ComponentBoundEvent_13_OptionSelected__DelegateSignature) == 0x000004, "Wrong size on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_DifficultySelector_K2Node_ComponentBoundEvent_13_OptionSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_DifficultySelector_K2Node_ComponentBoundEvent_13_OptionSelected__DelegateSignature, SelectionIndex) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_DifficultySelector_K2Node_ComponentBoundEvent_13_OptionSelected__DelegateSignature::SelectionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_OnMatchmakingPopUpClosed \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_OnMatchmakingPopUpClosed) == 0x000004, "Wrong alignment on WBP_ServerBrowser_Screen_C_OnMatchmakingPopUpClosed"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_OnMatchmakingPopUpClosed) == 0x00000C, "Wrong size on WBP_ServerBrowser_Screen_C_OnMatchmakingPopUpClosed"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_OnMatchmakingPopUpClosed, ClosingActionName) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_OnMatchmakingPopUpClosed::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_OnMatchmakingStopped \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_OnMatchmakingStopped) == 0x000001, "Wrong alignment on WBP_ServerBrowser_Screen_C_OnMatchmakingStopped"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_OnMatchmakingStopped) == 0x000001, "Wrong size on WBP_ServerBrowser_Screen_C_OnMatchmakingStopped"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_OnMatchmakingStopped, ErrorCode) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_OnMatchmakingStopped::ErrorCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_PreConstruct \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ServerBrowser_Screen_C_PreConstruct"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_PreConstruct) == 0x000001, "Wrong size on WBP_ServerBrowser_Screen_C_PreConstruct"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PopUpDifficulty_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PopUpDifficulty_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PopUpDifficulty_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PopUpDifficulty_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PopUpDifficulty_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PopUpDifficulty_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PopUpDifficulty_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PopUpDifficulty_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PopUpDifficulty_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PermissionFilter_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PermissionFilter_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PermissionFilter_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PermissionFilter_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PermissionFilter_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PermissionFilter_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PermissionFilter_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PermissionFilter_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_PermissionFilter_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_DifficultyFilter_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_DifficultyFilter_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_DifficultyFilter_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_DifficultyFilter_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_DifficultyFilter_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_DifficultyFilter_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_DifficultyFilter_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_DifficultyFilter_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_DifficultyFilter_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_CancelMm_Button_K2Node_ComponentBoundEvent_27_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_CancelMm_Button_K2Node_ComponentBoundEvent_27_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_CancelMm_Button_K2Node_ComponentBoundEvent_27_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_CancelMm_Button_K2Node_ComponentBoundEvent_27_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_CancelMm_Button_K2Node_ComponentBoundEvent_27_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_CancelMm_Button_K2Node_ComponentBoundEvent_27_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_CancelMm_Button_K2Node_ComponentBoundEvent_27_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_CancelMm_Button_K2Node_ComponentBoundEvent_26_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_CancelMm_Button_K2Node_ComponentBoundEvent_26_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_CancelMm_Button_K2Node_ComponentBoundEvent_26_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_CancelMm_Button_K2Node_ComponentBoundEvent_26_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_CancelMm_Button_K2Node_ComponentBoundEvent_26_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_CancelMm_Button_K2Node_ComponentBoundEvent_26_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_CancelMm_Button_K2Node_ComponentBoundEvent_26_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_CancelMm_Button_K2Node_ComponentBoundEvent_26_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_CancelMm_Button_K2Node_ComponentBoundEvent_26_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_JoinHeist_Button_K2Node_ComponentBoundEvent_24_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_JoinHeist_Button_K2Node_ComponentBoundEvent_24_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_JoinHeist_Button_K2Node_ComponentBoundEvent_24_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_JoinHeist_Button_K2Node_ComponentBoundEvent_24_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_JoinHeist_Button_K2Node_ComponentBoundEvent_24_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_JoinHeist_Button_K2Node_ComponentBoundEvent_24_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_JoinHeist_Button_K2Node_ComponentBoundEvent_24_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_JoinHeist_Button_K2Node_ComponentBoundEvent_21_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_JoinHeist_Button_K2Node_ComponentBoundEvent_21_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_JoinHeist_Button_K2Node_ComponentBoundEvent_21_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_JoinHeist_Button_K2Node_ComponentBoundEvent_21_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_JoinHeist_Button_K2Node_ComponentBoundEvent_21_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_JoinHeist_Button_K2Node_ComponentBoundEvent_21_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_JoinHeist_Button_K2Node_ComponentBoundEvent_21_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_JoinHeist_Button_K2Node_ComponentBoundEvent_21_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_JoinHeist_Button_K2Node_ComponentBoundEvent_21_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Heist_Button_K2Node_ComponentBoundEvent_19_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Heist_Button_K2Node_ComponentBoundEvent_19_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Heist_Button_K2Node_ComponentBoundEvent_19_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Heist_Button_K2Node_ComponentBoundEvent_19_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Heist_Button_K2Node_ComponentBoundEvent_19_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Heist_Button_K2Node_ComponentBoundEvent_19_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Heist_Button_K2Node_ComponentBoundEvent_19_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Heist_Button_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Heist_Button_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Heist_Button_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Heist_Button_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Heist_Button_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Heist_Button_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Heist_Button_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Heist_Button_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Heist_Button_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_HeistDetails_Button_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_HeistDetails_Button_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_HeistDetails_Button_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_HeistDetails_Button_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_HeistDetails_Button_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_HeistDetails_Button_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_HeistDetails_Button_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_HeistDetails_Button_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_HeistDetails_Button_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_HeistDetails_Button_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_HeistDetails_Button_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_HeistDetails_Button_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_HeistDetails_Button_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_HeistDetails_Button_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_HeistDetails_Button_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_HeistDetails_Button_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Navbar_HeistTypes_K2Node_ComponentBoundEvent_20_OnIndexChanged__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Navbar_HeistTypes_K2Node_ComponentBoundEvent_20_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Navbar_HeistTypes_K2Node_ComponentBoundEvent_20_OnIndexChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Navbar_HeistTypes_K2Node_ComponentBoundEvent_20_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong size on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Navbar_HeistTypes_K2Node_ComponentBoundEvent_20_OnIndexChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Navbar_HeistTypes_K2Node_ComponentBoundEvent_20_OnIndexChanged__DelegateSignature, NewIndex) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Navbar_HeistTypes_K2Node_ComponentBoundEvent_20_OnIndexChanged__DelegateSignature::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Button_OutroStory_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Button_OutroStory_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Button_OutroStory_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Button_OutroStory_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Button_OutroStory_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Button_OutroStory_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Button_OutroStory_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Button_OutroStory_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Button_OutroStory_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Button_IntroStory_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Button_IntroStory_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Button_IntroStory_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Button_IntroStory_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Button_IntroStory_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Button_IntroStory_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Button_IntroStory_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Button_IntroStory_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Button_IntroStory_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong size on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature, NewIndex) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_OnHeistButtonSelected \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_OnHeistButtonSelected) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_OnHeistButtonSelected"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_OnHeistButtonSelected) == 0x000008, "Wrong size on WBP_ServerBrowser_Screen_C_OnHeistButtonSelected"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_OnHeistButtonSelected, SelectedButton) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_OnHeistButtonSelected::SelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_OnHeistButtonFocused \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_OnHeistButtonFocused) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_OnHeistButtonFocused"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_OnHeistButtonFocused) == 0x000010, "Wrong size on WBP_ServerBrowser_Screen_C_OnHeistButtonFocused"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_OnHeistButtonFocused, MenuButton) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_OnHeistButtonFocused::MenuButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_OnHeistButtonFocused, bIsFocused) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_OnHeistButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on WBP_ServerBrowser_Screen_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_OnControlsReferenceClicked) == 0x00000C, "Wrong size on WBP_ServerBrowser_Screen_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_OnControlsReferenceClicked, ActionName) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_OnControlsReferenceClicked::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_OnHeistCollectionChanged \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_OnHeistCollectionChanged) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_OnHeistCollectionChanged"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_OnHeistCollectionChanged) == 0x000030, "Wrong size on WBP_ServerBrowser_Screen_C_OnHeistCollectionChanged"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_OnHeistCollectionChanged, ActiveHeistCollection) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_OnHeistCollectionChanged::ActiveHeistCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_OnGainedStackFocused \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_ServerBrowser_Screen_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_ServerBrowser_Screen_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_SetSpeak \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_SetSpeak) == 0x000001, "Wrong alignment on WBP_ServerBrowser_Screen_C_SetSpeak"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_SetSpeak) == 0x000001, "Wrong size on WBP_ServerBrowser_Screen_C_SetSpeak"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SetSpeak, ContractorSpeak) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_SetSpeak::ContractorSpeak' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Button_ContractorSoundContainer_K2Node_ComponentBoundEvent_21_OnMenuMouseButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Button_ContractorSoundContainer_K2Node_ComponentBoundEvent_21_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Button_ContractorSoundContainer_K2Node_ComponentBoundEvent_21_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Button_ContractorSoundContainer_K2Node_ComponentBoundEvent_21_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Button_ContractorSoundContainer_K2Node_ComponentBoundEvent_21_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Button_ContractorSoundContainer_K2Node_ComponentBoundEvent_21_OnMenuMouseButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_BndEvt__WBP_ServerBrowser_Screen_Button_ContractorSoundContainer_K2Node_ComponentBoundEvent_21_OnMenuMouseButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_OnLoaded_9A4672FA4EFD9FA6EFBA1DAC3B9AF7BA \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_OnLoaded_9A4672FA4EFD9FA6EFBA1DAC3B9AF7BA) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_OnLoaded_9A4672FA4EFD9FA6EFBA1DAC3B9AF7BA"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_OnLoaded_9A4672FA4EFD9FA6EFBA1DAC3B9AF7BA) == 0x000008, "Wrong size on WBP_ServerBrowser_Screen_C_OnLoaded_9A4672FA4EFD9FA6EFBA1DAC3B9AF7BA"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_OnLoaded_9A4672FA4EFD9FA6EFBA1DAC3B9AF7BA, Loaded) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_OnLoaded_9A4672FA4EFD9FA6EFBA1DAC3B9AF7BA::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_OnLoaded_CFD0D7B04B17F532FED779AC3A58815E \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_OnLoaded_CFD0D7B04B17F532FED779AC3A58815E) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_OnLoaded_CFD0D7B04B17F532FED779AC3A58815E"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_OnLoaded_CFD0D7B04B17F532FED779AC3A58815E) == 0x000008, "Wrong size on WBP_ServerBrowser_Screen_C_OnLoaded_CFD0D7B04B17F532FED779AC3A58815E"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_OnLoaded_CFD0D7B04B17F532FED779AC3A58815E, Loaded) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_OnLoaded_CFD0D7B04B17F532FED779AC3A58815E::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference) == 0x0002E0, "Wrong size on WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, FiltersHeistsText) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::FiltersHeistsText' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, ControlReferences) == 0x000018, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::ControlReferences' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, Temp_text_Variable) == 0x000028, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, CallFunc_GetVisibility_ReturnValue) == 0x000040, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000041, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, CallFunc_GetGameUserSettings_ReturnValue) == 0x000048, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, K2Node_DynamicCast_AsSBZGame_User_Settings) == 0x000050, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::K2Node_DynamicCast_AsSBZGame_User_Settings' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, CallFunc_IsContractorAudioBriefingEnabled_ReturnValue) == 0x000059, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::CallFunc_IsContractorAudioBriefingEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x00005C, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000060, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000088, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, K2Node_CreateDelegate_OutputDelegate) == 0x00008C, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, Temp_text_Variable_1) == 0x0000A0, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, K2Node_MakeStruct_SBZButtonControlReference) == 0x0000B8, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x0000F0, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, K2Node_MakeArray_Array) == 0x000128, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, CallFunc_IsVisible_ReturnValue) == 0x000138, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, CallFunc_IsVisible_ReturnValue_1) == 0x000139, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, CallFunc_HasFocusedDescendants_ReturnValue) == 0x00013A, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::CallFunc_HasFocusedDescendants_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, Temp_bool_Variable) == 0x00013B, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, K2Node_MakeStruct_SBZButtonControlReference_2) == 0x000140, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::K2Node_MakeStruct_SBZButtonControlReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, K2Node_Select_Default) == 0x000178, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, K2Node_MakeStruct_SBZButtonControlsReference_1) == 0x000190, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::K2Node_MakeStruct_SBZButtonControlsReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, K2Node_MakeStruct_SBZButtonControlReference_3) == 0x0001B8, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::K2Node_MakeStruct_SBZButtonControlReference_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, CallFunc_Array_Add_ReturnValue) == 0x0001F0, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, CallFunc_Array_Add_ReturnValue_1) == 0x0001F4, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, K2Node_MakeStruct_SBZButtonControlReference_4) == 0x0001F8, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::K2Node_MakeStruct_SBZButtonControlReference_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, K2Node_MakeStruct_SBZButtonControlReference_5) == 0x000230, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::K2Node_MakeStruct_SBZButtonControlReference_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, K2Node_MakeArray_Array_1) == 0x000268, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, K2Node_DynamicCast_AsSBZSelector_Widget) == 0x000278, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::K2Node_DynamicCast_AsSBZSelector_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, K2Node_DynamicCast_bSuccess_1) == 0x000280, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, K2Node_CreateDelegate_OutputDelegate_1) == 0x000284, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, K2Node_MakeStruct_SBZButtonControlReference_6) == 0x000298, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::K2Node_MakeStruct_SBZButtonControlReference_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference, K2Node_MakeArray_Array_2) == 0x0002D0, "Member 'WBP_ServerBrowser_Screen_C_UpdateMenuControlsReference::K2Node_MakeArray_Array_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_HandleButtonFocusChanged \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_HandleButtonFocusChanged) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_HandleButtonFocusChanged"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_HandleButtonFocusChanged) == 0x000010, "Wrong size on WBP_ServerBrowser_Screen_C_HandleButtonFocusChanged"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_HandleButtonFocusChanged, Button) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_HandleButtonFocusChanged::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_HandleButtonFocusChanged, IsButtonEnabled) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_HandleButtonFocusChanged::IsButtonEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_HandleButtonFocusChanged, CallFunc_BooleanAND_ReturnValue) == 0x000009, "Member 'WBP_ServerBrowser_Screen_C_HandleButtonFocusChanged::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus) == 0x000058, "Wrong size on WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x000004, "Member 'WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus, K2Node_DynamicCast_AsSBZServer_Browser_Heist_Button) == 0x000020, "Member 'WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus::K2Node_DynamicCast_AsSBZServer_Browser_Heist_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus, K2Node_DynamicCast_AsSBZServer_Browser_Heist_Button_1) == 0x000040, "Member 'WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus::K2Node_DynamicCast_AsSBZServer_Browser_Heist_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus, Temp_int_Loop_Counter_Variable) == 0x00004C, "Member 'WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus, CallFunc_Array_Contains_ReturnValue) == 0x000050, "Member 'WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus, CallFunc_Less_IntInt_ReturnValue) == 0x000051, "Member 'WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'WBP_ServerBrowser_Screen_C_Set_Heist_Button_Focus::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton) == 0x000048, "Wrong size on WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton, VisibleChildIndex) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton::VisibleChildIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton, Temp_bool_True_if_break_was_hit_Variable) == 0x000004, "Member 'WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton, CallFunc_GetVisibility_ReturnValue) == 0x000028, "Member 'WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000030, "Member 'WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton, CallFunc_GetChildAt_ReturnValue) == 0x000038, "Member 'WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton, CallFunc_Less_IntInt_ReturnValue) == 0x000041, "Member 'WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton, CallFunc_BooleanAND_ReturnValue) == 0x000042, "Member 'WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'WBP_ServerBrowser_Screen_C_SetFocusOnFirstVisibleHeistButton::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel) == 0x0000B8, "Wrong size on WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, DisplayHeistDetails) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::DisplayHeistDetails' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, CallFunc_CanInteractWithMatchmakingButtons_ReturnValue) == 0x000001, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::CallFunc_CanInteractWithMatchmakingButtons_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, CallFunc_GetUIManager_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, CallFunc_GetMenuWidget_ReturnValue) == 0x000010, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, K2Node_DynamicCast_AsWBP_UI_SM_Game_Start) == 0x000018, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::K2Node_DynamicCast_AsWBP_UI_SM_Game_Start' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, CallFunc_GetTacticPerHeistType_ReturnValue) == 0x000021, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::CallFunc_GetTacticPerHeistType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, CallFunc_GetDifficultyPerHeistType_ReturnValue) == 0x000022, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::CallFunc_GetDifficultyPerHeistType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000028, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, CallFunc_GetGameStateMachine_ReturnValue) == 0x000038, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, CallFunc_GetMatchMakingParameters_ReturnValue) == 0x000040, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::CallFunc_GetMatchMakingParameters_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, Temp_bool_Variable) == 0x000078, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, CallFunc_GetGameUserSettings_ReturnValue) == 0x000080, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, K2Node_DynamicCast_AsSBZGame_User_Settings) == 0x000088, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::K2Node_DynamicCast_AsSBZGame_User_Settings' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, K2Node_DynamicCast_bSuccess_1) == 0x000090, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, CallFunc_IsContractorAudioBriefingEnabled_ReturnValue) == 0x000091, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::CallFunc_IsContractorAudioBriefingEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, CallFunc_BooleanOR_ReturnValue) == 0x000092, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, CallFunc_IsValid_ReturnValue_1) == 0x000093, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, CallFunc_Play2DSound_ReturnValue) == 0x000094, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, Temp_int_Variable) == 0x000098, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, Temp_int_Variable_1) == 0x00009C, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, K2Node_Select_Default) == 0x0000A0, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, K2Node_SwitchEnum_CmpSuccess) == 0x0000A4, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, CallFunc_BooleanOR_ReturnValue_1) == 0x0000A5, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, CallFunc_IsVisible_ReturnValue) == 0x0000A6, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, CallFunc_GetGameStateMachine_ReturnValue_1) == 0x0000A8, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::CallFunc_GetGameStateMachine_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, CallFunc_IsMatchmakingInProgress_ReturnValue) == 0x0000B0, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::CallFunc_IsMatchmakingInProgress_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel, CallFunc_IsValid_ReturnValue_2) == 0x0000B1, "Member 'WBP_ServerBrowser_Screen_C_Toggle_Heists_Left_Panel::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel) == 0x000198, "Wrong size on WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Difficulty) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Difficulty' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Tactic) == 0x000001, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Tactic' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_int_Variable) == 0x000004, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_int_Variable_1) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_int_Variable_2) == 0x00000C, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_bool_Variable) == 0x000010, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_byte_Variable) == 0x000011, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_byte_Variable_1) == 0x000012, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_byte_Variable_2) == 0x000013, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_int_Variable_3) == 0x000014, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_int_Variable_4) == 0x000018, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_int_Variable_5) == 0x00001C, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_byte_Variable_3) == 0x000020, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_int_Variable_6) == 0x000024, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_int_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_int_Variable_7) == 0x000028, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_int_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_int_Variable_8) == 0x00002C, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_int_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_int_Variable_9) == 0x000030, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_int_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_byte_Variable_4) == 0x000034, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_byte_Variable_5) == 0x000035, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_byte_Variable_6) == 0x000036, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_byte_Variable_7) == 0x000037, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_text_Variable) == 0x000038, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_text_Variable_1) == 0x000050, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_text_Variable_2) == 0x000068, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_bool_Variable_1) == 0x000080, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_byte_Variable_8) == 0x000081, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_byte_Variable_9) == 0x000082, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_byte_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_byte_Variable_10) == 0x000083, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_byte_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000084, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000085, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, CallFunc_Not_PreBool_ReturnValue) == 0x000086, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, CallFunc_BooleanOR_ReturnValue) == 0x000087, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, CallFunc_GetLobbyTypePerHeistType_ReturnValue) == 0x000088, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::CallFunc_GetLobbyTypePerHeistType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, K2Node_Select_Default) == 0x00008C, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, CallFunc_Conv_IntToText_ReturnValue) == 0x000090, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, K2Node_MakeStruct_FormatArgumentData) == 0x0000A8, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, CallFunc_Conv_StringToText_ReturnValue) == 0x0000E8, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, K2Node_MakeArray_Array) == 0x000100, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, CallFunc_Format_ReturnValue) == 0x000110, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, CallFunc_DoesCollectionContainsStoryModeContent_ReturnValue) == 0x000128, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::CallFunc_DoesCollectionContainsStoryModeContent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, K2Node_Select_Default_1) == 0x000129, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, K2Node_Select_Default_2) == 0x00012C, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_byte_Variable_11) == 0x000130, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_byte_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, CallFunc_BooleanOR_ReturnValue_1) == 0x000131, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, K2Node_Select_Default_3) == 0x000132, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, K2Node_Select_Default_4) == 0x000133, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_byte_Variable_12) == 0x000134, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_byte_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, CallFunc_IsValid_ReturnValue) == 0x000135, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, CallFunc_IsValid_ReturnValue_1) == 0x000136, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, Temp_byte_Variable_13) == 0x000137, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::Temp_byte_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, CallFunc_GetEstimatedPayout_OutMin) == 0x000138, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::CallFunc_GetEstimatedPayout_OutMin' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, CallFunc_GetEstimatedPayout_OutMax) == 0x00013C, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::CallFunc_GetEstimatedPayout_OutMax' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000140, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, K2Node_Select_Default_5) == 0x000158, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, CallFunc_Conv_IntToText_ReturnValue_2) == 0x000160, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::CallFunc_Conv_IntToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, K2Node_Select_Default_6) == 0x000178, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, CallFunc_IsValid_ReturnValue_2) == 0x00017C, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel, K2Node_Select_Default_7) == 0x000180, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistInspectPanel::K2Node_Select_Default_7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_ToggleStoryMode \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_ToggleStoryMode) == 0x000001, "Wrong alignment on WBP_ServerBrowser_Screen_C_ToggleStoryMode"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_ToggleStoryMode) == 0x000002, "Wrong size on WBP_ServerBrowser_Screen_C_ToggleStoryMode"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ToggleStoryMode, CallFunc_IsHeistListVisible_ReturnValue) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_ToggleStoryMode::CallFunc_IsHeistListVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ToggleStoryMode, CallFunc_ToggleStoryModeFilter_ReturnValue) == 0x000001, "Member 'WBP_ServerBrowser_Screen_C_ToggleStoryMode::CallFunc_ToggleStoryModeFilter_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies) == 0x000098, "Wrong size on WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies, SecurityCompaniesContainer) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies::SecurityCompaniesContainer' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies, bUseTitleOnly) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies::bUseTitleOnly' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies, Temp_int_Variable) == 0x00000C, "Member 'WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies, Temp_int_Variable_1) == 0x000010, "Member 'WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies, CallFunc_Conv_IntToByte_ReturnValue) == 0x000014, "Member 'WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies, CallFunc_GetValidValue_ReturnValue) == 0x00001C, "Member 'WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x00001D, "Member 'WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000020, "Member 'WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x000024, "Member 'WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies, CallFunc_Subtract_IntInt_ReturnValue) == 0x000028, "Member 'WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies, CallFunc_Conv_ByteToInt_ReturnValue_1) == 0x00002C, "Member 'WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies::CallFunc_Conv_ByteToInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies, CallFunc_Conv_ByteToInt_ReturnValue_2) == 0x000030, "Member 'WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies::CallFunc_Conv_ByteToInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies, K2Node_MakeStruct_Margin) == 0x000034, "Member 'WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies, CallFunc_GetChildAt_ReturnValue) == 0x000048, "Member 'WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies, K2Node_DynamicCast_AsWBP_Server_Browser_Security_Company_Display) == 0x000050, "Member 'WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies::K2Node_DynamicCast_AsWBP_Server_Browser_Security_Company_Display' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies, CallFunc_Create_ReturnValue) == 0x000060, "Member 'WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies, CallFunc_GetChildrenCount_ReturnValue) == 0x000068, "Member 'WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies, CallFunc_AddChild_ReturnValue) == 0x000070, "Member 'WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies, CallFunc_Greater_IntInt_ReturnValue) == 0x000078, "Member 'WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies, K2Node_DynamicCast_AsVertical_Box_Slot) == 0x000080, "Member 'WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies::K2Node_DynamicCast_AsVertical_Box_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies, CallFunc_MakeLiteralInt_ReturnValue) == 0x00008C, "Member 'WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'WBP_ServerBrowser_Screen_C_InitializeSecurityCompanies::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty) == 0x000180, "Wrong size on WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, SecurityCompaniesContainer) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::SecurityCompaniesContainer' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, NoMods) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::NoMods' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, InDifficulty) == 0x000010, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::InDifficulty' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, Array) == 0x000018, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, IsActive) == 0x000028, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::IsActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, Temp_byte_Variable) == 0x000029, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, Temp_byte_Variable_1) == 0x00002A, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, Temp_byte_Variable_2) == 0x00002B, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, Temp_int_Array_Index_Variable_1) == 0x000038, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, Temp_bool_True_if_break_was_hit_Variable) == 0x00003C, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, CallFunc_Not_PreBool_ReturnValue) == 0x00003D, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, Temp_int_Loop_Counter_Variable_1) == 0x000040, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, CallFunc_Add_IntInt_ReturnValue_1) == 0x000044, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, Temp_bool_True_if_break_was_hit_Variable_1) == 0x000048, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::Temp_bool_True_if_break_was_hit_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, Temp_int_Array_Index_Variable_2) == 0x00004C, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, CallFunc_Not_PreBool_ReturnValue_1) == 0x000050, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, Temp_bool_Variable) == 0x000051, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, CallFunc_GetAllChildren_ReturnValue) == 0x000058, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, CallFunc_Greater_IntInt_ReturnValue) == 0x000068, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, CallFunc_Array_Get_Item) == 0x000070, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, CallFunc_Array_Length_ReturnValue_1) == 0x000078, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, K2Node_DynamicCast_AsWBP_Server_Browser_Security_Company_Display) == 0x000080, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::K2Node_DynamicCast_AsWBP_Server_Browser_Security_Company_Display' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, CallFunc_Less_IntInt_ReturnValue) == 0x000089, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, CallFunc_GetSecurityCompanyName_ReturnValue) == 0x000090, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::CallFunc_GetSecurityCompanyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, CallFunc_Array_Get_Item_1) == 0x0000A0, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, K2Node_Select_Default) == 0x0000B0, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000B1, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, CallFunc_Array_Length_ReturnValue_2) == 0x0000B4, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, Temp_byte_Variable_3) == 0x0000B8, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, Temp_byte_Variable_4) == 0x0000B9, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, Temp_int_Loop_Counter_Variable_2) == 0x0000BC, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000C0, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000C4, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, CallFunc_BooleanAND_ReturnValue) == 0x0000C8, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, Temp_bool_Variable_1) == 0x0000C9, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, CallFunc_Get_ReturnValue) == 0x0000D0, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, CallFunc_GetDifficultyConfiguration_ReturnValue) == 0x0000D8, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::CallFunc_GetDifficultyConfiguration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, K2Node_Select_Default_1) == 0x0000E8, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, CallFunc_Array_Get_Item_2) == 0x0000F0, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, CallFunc_Array_Length_ReturnValue_3) == 0x000150, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, K2Node_Select_Default_2) == 0x000158, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, CallFunc_Less_IntInt_ReturnValue_2) == 0x000168, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, CallFunc_BooleanAND_ReturnValue_1) == 0x000169, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, CallFunc_IsEmpty_ReturnValue) == 0x00016A, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, CallFunc_GetHeistDataFromLevelShortName_ReturnValue) == 0x000170, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::CallFunc_GetHeistDataFromLevelShortName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000178, "Member 'WBP_ServerBrowser_Screen_C_UpdateSecurityCompaniesForDifficulty::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_GetSecurityCompanyName \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_GetSecurityCompanyName) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_GetSecurityCompanyName"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_GetSecurityCompanyName) == 0x000070, "Wrong size on WBP_ServerBrowser_Screen_C_GetSecurityCompanyName"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetSecurityCompanyName, Widget) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_GetSecurityCompanyName::Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetSecurityCompanyName, ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_GetSecurityCompanyName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetSecurityCompanyName, ColonIndex) == 0x000018, "Member 'WBP_ServerBrowser_Screen_C_GetSecurityCompanyName::ColonIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetSecurityCompanyName, EnumName) == 0x000020, "Member 'WBP_ServerBrowser_Screen_C_GetSecurityCompanyName::EnumName' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetSecurityCompanyName, CallFunc_GetSecurityCompanyEnum_ReturnValue) == 0x000030, "Member 'WBP_ServerBrowser_Screen_C_GetSecurityCompanyName::CallFunc_GetSecurityCompanyEnum_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetSecurityCompanyName, CallFunc_FindSubstring_ReturnValue) == 0x000034, "Member 'WBP_ServerBrowser_Screen_C_GetSecurityCompanyName::CallFunc_FindSubstring_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetSecurityCompanyName, CallFunc_GetEnumeratorName_ReturnValue) == 0x000038, "Member 'WBP_ServerBrowser_Screen_C_GetSecurityCompanyName::CallFunc_GetEnumeratorName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetSecurityCompanyName, CallFunc_Conv_NameToString_ReturnValue) == 0x000048, "Member 'WBP_ServerBrowser_Screen_C_GetSecurityCompanyName::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetSecurityCompanyName, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000058, "Member 'WBP_ServerBrowser_Screen_C_GetSecurityCompanyName::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetSecurityCompanyName, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'WBP_ServerBrowser_Screen_C_GetSecurityCompanyName::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetSecurityCompanyName, CallFunc_RightChop_ReturnValue) == 0x000060, "Member 'WBP_ServerBrowser_Screen_C_GetSecurityCompanyName::CallFunc_RightChop_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup) == 0x0000D0, "Wrong size on WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup, Difficulty) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup::Difficulty' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup, Temp_byte_Variable) == 0x000001, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup, Temp_int_Variable) == 0x000004, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup, Temp_int_Variable_1) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup, Temp_int_Variable_2) == 0x00000C, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup, Temp_int_Variable_3) == 0x000010, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup, Temp_bool_Variable) == 0x000014, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup, CallFunc_GetUIManager_ReturnValue) == 0x000018, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup, CallFunc_GetUIData_ReturnValue) == 0x000020, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup::CallFunc_GetUIData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup, CallFunc_GetDifficultyText_OutDifficultyText) == 0x000028, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup::CallFunc_GetDifficultyText_OutDifficultyText' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup, CallFunc_GetDifficultyText_bHasText) == 0x000040, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup::CallFunc_GetDifficultyText_bHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup, CallFunc_GetEstimatedPayout_OutMin) == 0x000044, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup::CallFunc_GetEstimatedPayout_OutMin' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup, CallFunc_GetEstimatedPayout_OutMax) == 0x000048, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup::CallFunc_GetEstimatedPayout_OutMax' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup, CallFunc_Conv_IntToText_ReturnValue) == 0x000050, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000068, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup, CallFunc_GetEmptyText_ReturnValue) == 0x000080, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup::CallFunc_GetEmptyText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup, CallFunc_Map_Find_Value) == 0x000098, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup, CallFunc_Map_Find_ReturnValue) == 0x0000B0, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup, K2Node_Select_Default) == 0x0000B4, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup, K2Node_Select_Default_1) == 0x0000B8, "Member 'WBP_ServerBrowser_Screen_C_UpdateHeistDetailsPopup::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup) == 0x000038, "Wrong size on WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup, bShowPopup) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup::bShowPopup' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup, Temp_bool_Variable) == 0x000001, "Member 'WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup, Temp_int_Variable) == 0x000004, "Member 'WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup, Temp_byte_Variable) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup, Temp_byte_Variable_1) == 0x000009, "Member 'WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup, Temp_byte_Variable_2) == 0x00000A, "Member 'WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup, Temp_byte_Variable_3) == 0x00000B, "Member 'WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup, CallFunc_GetTacticPerHeistType_ReturnValue) == 0x00000C, "Member 'WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup::CallFunc_GetTacticPerHeistType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000010, "Member 'WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup, K2Node_Select_Default) == 0x000018, "Member 'WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup, K2Node_Select_Default_1) == 0x00001C, "Member 'WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup, CallFunc_GetGameUserSettings_ReturnValue) == 0x000020, "Member 'WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup, K2Node_DynamicCast_AsSBZGame_User_Settings) == 0x000028, "Member 'WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup::K2Node_DynamicCast_AsSBZGame_User_Settings' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup, CallFunc_IsContractorAudioBriefingEnabled_ReturnValue) == 0x000031, "Member 'WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup::CallFunc_IsContractorAudioBriefingEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup, CallFunc_Play2DSound_ReturnValue) == 0x000034, "Member 'WBP_ServerBrowser_Screen_C_ToggleHeistDetailsPopup::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_SecondaryInteraction \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_SecondaryInteraction) == 0x000004, "Wrong alignment on WBP_ServerBrowser_Screen_C_SecondaryInteraction"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_SecondaryInteraction) == 0x000008, "Wrong size on WBP_ServerBrowser_Screen_C_SecondaryInteraction"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SecondaryInteraction, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_SecondaryInteraction::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SecondaryInteraction, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000004, "Member 'WBP_ServerBrowser_Screen_C_SecondaryInteraction::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_TertiaryInteraction \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_TertiaryInteraction) == 0x000004, "Wrong alignment on WBP_ServerBrowser_Screen_C_TertiaryInteraction"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_TertiaryInteraction) == 0x00000C, "Wrong size on WBP_ServerBrowser_Screen_C_TertiaryInteraction"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_TertiaryInteraction, CallFunc_IsVisible_ReturnValue) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_TertiaryInteraction::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_TertiaryInteraction, CallFunc_IsVisible_ReturnValue_1) == 0x000001, "Member 'WBP_ServerBrowser_Screen_C_TertiaryInteraction::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_TertiaryInteraction, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x000004, "Member 'WBP_ServerBrowser_Screen_C_TertiaryInteraction::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_TertiaryInteraction, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_TertiaryInteraction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_TertiaryInteraction, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000009, "Member 'WBP_ServerBrowser_Screen_C_TertiaryInteraction::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_TertiaryInteraction, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00000A, "Member 'WBP_ServerBrowser_Screen_C_TertiaryInteraction::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_TertiaryInteraction, CallFunc_IsVisible_ReturnValue_2) == 0x00000B, "Member 'WBP_ServerBrowser_Screen_C_TertiaryInteraction::CallFunc_IsVisible_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_SwitchRegions \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_SwitchRegions) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_SwitchRegions"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_SwitchRegions) == 0x000020, "Wrong size on WBP_ServerBrowser_Screen_C_SwitchRegions"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SwitchRegions, CallFunc_HasFocusedDescendants_ReturnValue) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_SwitchRegions::CallFunc_HasFocusedDescendants_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SwitchRegions, CallFunc_IsVisible_ReturnValue) == 0x000001, "Member 'WBP_ServerBrowser_Screen_C_SwitchRegions::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SwitchRegions, CallFunc_GetGameStateMachine_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_SwitchRegions::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SwitchRegions, CallFunc_IsMatchmakingInProgress_ReturnValue) == 0x000010, "Member 'WBP_ServerBrowser_Screen_C_SwitchRegions::CallFunc_IsMatchmakingInProgress_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SwitchRegions, CallFunc_IsVisible_ReturnValue_1) == 0x000011, "Member 'WBP_ServerBrowser_Screen_C_SwitchRegions::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SwitchRegions, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'WBP_ServerBrowser_Screen_C_SwitchRegions::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SwitchRegions, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x000014, "Member 'WBP_ServerBrowser_Screen_C_SwitchRegions::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SwitchRegions, CallFunc_IsVisible_ReturnValue_2) == 0x000018, "Member 'WBP_ServerBrowser_Screen_C_SwitchRegions::CallFunc_IsVisible_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SwitchRegions, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000019, "Member 'WBP_ServerBrowser_Screen_C_SwitchRegions::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SwitchRegions, CallFunc_BooleanAND_ReturnValue) == 0x00001A, "Member 'WBP_ServerBrowser_Screen_C_SwitchRegions::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_DoesCollectionContainsStoryModeContent \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_DoesCollectionContainsStoryModeContent) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_DoesCollectionContainsStoryModeContent"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_DoesCollectionContainsStoryModeContent) == 0x000058, "Wrong size on WBP_ServerBrowser_Screen_C_DoesCollectionContainsStoryModeContent"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_DoesCollectionContainsStoryModeContent, ReturnValue) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_DoesCollectionContainsStoryModeContent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_DoesCollectionContainsStoryModeContent, CallFunc_GetHeistCollections_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_DoesCollectionContainsStoryModeContent::CallFunc_GetHeistCollections_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_DoesCollectionContainsStoryModeContent, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_ServerBrowser_Screen_C_DoesCollectionContainsStoryModeContent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_DoesCollectionContainsStoryModeContent, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000019, "Member 'WBP_ServerBrowser_Screen_C_DoesCollectionContainsStoryModeContent::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_DoesCollectionContainsStoryModeContent, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_ServerBrowser_Screen_C_DoesCollectionContainsStoryModeContent::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_DoesCollectionContainsStoryModeContent, CallFunc_BooleanAND_ReturnValue) == 0x000050, "Member 'WBP_ServerBrowser_Screen_C_DoesCollectionContainsStoryModeContent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_DoesCollectionContainsStoryModeContent, CallFunc_BooleanAND_ReturnValue_1) == 0x000051, "Member 'WBP_ServerBrowser_Screen_C_DoesCollectionContainsStoryModeContent::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_GetDifficultyPerHeistType \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_GetDifficultyPerHeistType) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_GetDifficultyPerHeistType"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_GetDifficultyPerHeistType) == 0x000018, "Wrong size on WBP_ServerBrowser_Screen_C_GetDifficultyPerHeistType"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetDifficultyPerHeistType, ReturnValue) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_GetDifficultyPerHeistType::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetDifficultyPerHeistType, Temp_byte_Variable) == 0x000001, "Member 'WBP_ServerBrowser_Screen_C_GetDifficultyPerHeistType::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetDifficultyPerHeistType, CallFunc_GetSBZGameUserSettings_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_GetDifficultyPerHeistType::CallFunc_GetSBZGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetDifficultyPerHeistType, CallFunc_GetMatchmakingDifficulty_ReturnValue) == 0x000010, "Member 'WBP_ServerBrowser_Screen_C_GetDifficultyPerHeistType::CallFunc_GetMatchmakingDifficulty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetDifficultyPerHeistType, K2Node_Select_Default) == 0x000011, "Member 'WBP_ServerBrowser_Screen_C_GetDifficultyPerHeistType::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_GetTacticPerHeistType \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_GetTacticPerHeistType) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_GetTacticPerHeistType"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_GetTacticPerHeistType) == 0x000020, "Wrong size on WBP_ServerBrowser_Screen_C_GetTacticPerHeistType"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetTacticPerHeistType, ReturnValue) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_GetTacticPerHeistType::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetTacticPerHeistType, Temp_byte_Variable) == 0x000001, "Member 'WBP_ServerBrowser_Screen_C_GetTacticPerHeistType::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetTacticPerHeistType, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_ServerBrowser_Screen_C_GetTacticPerHeistType::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetTacticPerHeistType, Temp_byte_Variable_2) == 0x000003, "Member 'WBP_ServerBrowser_Screen_C_GetTacticPerHeistType::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetTacticPerHeistType, Temp_byte_Variable_3) == 0x000004, "Member 'WBP_ServerBrowser_Screen_C_GetTacticPerHeistType::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetTacticPerHeistType, CallFunc_GetSBZGameUserSettings_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_GetTacticPerHeistType::CallFunc_GetSBZGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetTacticPerHeistType, CallFunc_GetHeistData_ReturnValue) == 0x000010, "Member 'WBP_ServerBrowser_Screen_C_GetTacticPerHeistType::CallFunc_GetHeistData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetTacticPerHeistType, CallFunc_GetTacticType_ReturnValue) == 0x000018, "Member 'WBP_ServerBrowser_Screen_C_GetTacticPerHeistType::CallFunc_GetTacticType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetTacticPerHeistType, K2Node_Select_Default) == 0x000019, "Member 'WBP_ServerBrowser_Screen_C_GetTacticPerHeistType::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetTacticPerHeistType, K2Node_Select_Default_1) == 0x00001A, "Member 'WBP_ServerBrowser_Screen_C_GetTacticPerHeistType::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_GetLobbyTypePerHeistType \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_GetLobbyTypePerHeistType) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_GetLobbyTypePerHeistType"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_GetLobbyTypePerHeistType) == 0x000018, "Wrong size on WBP_ServerBrowser_Screen_C_GetLobbyTypePerHeistType"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetLobbyTypePerHeistType, ReturnValue) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_GetLobbyTypePerHeistType::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetLobbyTypePerHeistType, Temp_byte_Variable) == 0x000001, "Member 'WBP_ServerBrowser_Screen_C_GetLobbyTypePerHeistType::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetLobbyTypePerHeistType, CallFunc_GetSBZGameUserSettings_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_GetLobbyTypePerHeistType::CallFunc_GetSBZGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetLobbyTypePerHeistType, CallFunc_GetLobbyType_ReturnValue) == 0x000010, "Member 'WBP_ServerBrowser_Screen_C_GetLobbyTypePerHeistType::CallFunc_GetLobbyType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetLobbyTypePerHeistType, K2Node_Select_Default) == 0x000011, "Member 'WBP_ServerBrowser_Screen_C_GetLobbyTypePerHeistType::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_IsHeistListVisible \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_IsHeistListVisible) == 0x000004, "Wrong alignment on WBP_ServerBrowser_Screen_C_IsHeistListVisible"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_IsHeistListVisible) == 0x000010, "Wrong size on WBP_ServerBrowser_Screen_C_IsHeistListVisible"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_IsHeistListVisible, ReturnValue) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_IsHeistListVisible::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_IsHeistListVisible, CallFunc_GetVisibility_ReturnValue) == 0x000001, "Member 'WBP_ServerBrowser_Screen_C_IsHeistListVisible::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_IsHeistListVisible, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x000004, "Member 'WBP_ServerBrowser_Screen_C_IsHeistListVisible::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_IsHeistListVisible, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_IsHeistListVisible::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_IsHeistListVisible, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000009, "Member 'WBP_ServerBrowser_Screen_C_IsHeistListVisible::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_IsHeistListVisible, CallFunc_IsVisible_ReturnValue) == 0x00000A, "Member 'WBP_ServerBrowser_Screen_C_IsHeistListVisible::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_IsHeistListVisible, CallFunc_IsVisible_ReturnValue_1) == 0x00000B, "Member 'WBP_ServerBrowser_Screen_C_IsHeistListVisible::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_IsHeistListVisible, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'WBP_ServerBrowser_Screen_C_IsHeistListVisible::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_IsHeistListVisible, CallFunc_BooleanAND_ReturnValue) == 0x00000D, "Member 'WBP_ServerBrowser_Screen_C_IsHeistListVisible::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_IsHeistListVisible, CallFunc_BooleanAND_ReturnValue_1) == 0x00000E, "Member 'WBP_ServerBrowser_Screen_C_IsHeistListVisible::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_IsHeistListVisible, CallFunc_BooleanAND_ReturnValue_2) == 0x00000F, "Member 'WBP_ServerBrowser_Screen_C_IsHeistListVisible::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_HandleHeistModeChanged \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_HandleHeistModeChanged) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_HandleHeistModeChanged"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_HandleHeistModeChanged) == 0x000098, "Wrong size on WBP_ServerBrowser_Screen_C_HandleHeistModeChanged"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_HandleHeistModeChanged, Temp_int_Variable) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_HandleHeistModeChanged::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_HandleHeistModeChanged, Temp_bool_Variable) == 0x000004, "Member 'WBP_ServerBrowser_Screen_C_HandleHeistModeChanged::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_HandleHeistModeChanged, Temp_int_Variable_1) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_HandleHeistModeChanged::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_HandleHeistModeChanged, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'WBP_ServerBrowser_Screen_C_HandleHeistModeChanged::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_HandleHeistModeChanged, Temp_bool_Variable_1) == 0x000010, "Member 'WBP_ServerBrowser_Screen_C_HandleHeistModeChanged::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_HandleHeistModeChanged, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000011, "Member 'WBP_ServerBrowser_Screen_C_HandleHeistModeChanged::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_HandleHeistModeChanged, CallFunc_Array_Find_ReturnValue) == 0x000014, "Member 'WBP_ServerBrowser_Screen_C_HandleHeistModeChanged::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_HandleHeistModeChanged, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000018, "Member 'WBP_ServerBrowser_Screen_C_HandleHeistModeChanged::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_HandleHeistModeChanged, K2Node_Select_Default) == 0x00001C, "Member 'WBP_ServerBrowser_Screen_C_HandleHeistModeChanged::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_HandleHeistModeChanged, K2Node_Select_Default_1) == 0x000020, "Member 'WBP_ServerBrowser_Screen_C_HandleHeistModeChanged::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_HandleHeistModeChanged, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'WBP_ServerBrowser_Screen_C_HandleHeistModeChanged::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_HandleHeistModeChanged, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000028, "Member 'WBP_ServerBrowser_Screen_C_HandleHeistModeChanged::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_HandleHeistModeChanged, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'WBP_ServerBrowser_Screen_C_HandleHeistModeChanged::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_HandleHeistModeChanged, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'WBP_ServerBrowser_Screen_C_HandleHeistModeChanged::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_HandleHeistModeChanged, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000038, "Member 'WBP_ServerBrowser_Screen_C_HandleHeistModeChanged::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_HandleHeistModeChanged, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'WBP_ServerBrowser_Screen_C_HandleHeistModeChanged::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_HandleHeistModeChanged, CallFunc_Array_Get_Item) == 0x000058, "Member 'WBP_ServerBrowser_Screen_C_HandleHeistModeChanged::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_HandleHeistModeChanged, CallFunc_Array_Length_ReturnValue_1) == 0x000088, "Member 'WBP_ServerBrowser_Screen_C_HandleHeistModeChanged::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_HandleHeistModeChanged, CallFunc_Array_Add_ReturnValue) == 0x00008C, "Member 'WBP_ServerBrowser_Screen_C_HandleHeistModeChanged::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_HandleHeistModeChanged, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'WBP_ServerBrowser_Screen_C_HandleHeistModeChanged::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change) == 0x000004, "Wrong alignment on WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change) == 0x000020, "Wrong size on WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change, HeistModeIndex) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change::HeistModeIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change, Temp_bool_Variable) == 0x000004, "Member 'WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change, Temp_bool_Variable_1) == 0x000005, "Member 'WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change, Temp_int_Variable) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change, Temp_int_Variable_1) == 0x000010, "Member 'WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change, Temp_byte_Variable) == 0x000014, "Member 'WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change, Temp_byte_Variable_1) == 0x000015, "Member 'WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x000018, "Member 'WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change, K2Node_Select_Default) == 0x00001D, "Member 'WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change, K2Node_Select_Default_1) == 0x00001E, "Member 'WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Heist_Mode_Change::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Collection_Change \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Collection_Change) == 0x000004, "Wrong alignment on WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Collection_Change"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Collection_Change) == 0x00000C, "Wrong size on WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Collection_Change"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Collection_Change, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Collection_Change::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Collection_Change, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x000004, "Member 'WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Collection_Change::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Collection_Change, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_Reset_Widgets_State_on_Collection_Change::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_HandleButtonActionKeys \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_HandleButtonActionKeys) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_HandleButtonActionKeys"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_HandleButtonActionKeys) == 0x000010, "Wrong size on WBP_ServerBrowser_Screen_C_HandleButtonActionKeys"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_HandleButtonActionKeys, Button) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_HandleButtonActionKeys::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_HandleButtonActionKeys, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_HandleButtonActionKeys::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_LoopHeistScrollBox \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_LoopHeistScrollBox) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_LoopHeistScrollBox"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_LoopHeistScrollBox) == 0x000030, "Wrong size on WBP_ServerBrowser_Screen_C_LoopHeistScrollBox"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_LoopHeistScrollBox, Navigation_0) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_LoopHeistScrollBox::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_LoopHeistScrollBox, ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_LoopHeistScrollBox::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_LoopHeistScrollBox, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'WBP_ServerBrowser_Screen_C_LoopHeistScrollBox::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_LoopHeistScrollBox, CallFunc_GetChildrenCount_ReturnValue) == 0x000014, "Member 'WBP_ServerBrowser_Screen_C_LoopHeistScrollBox::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_LoopHeistScrollBox, CallFunc_Subtract_IntInt_ReturnValue) == 0x000018, "Member 'WBP_ServerBrowser_Screen_C_LoopHeistScrollBox::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_LoopHeistScrollBox, CallFunc_GetChildAt_ReturnValue) == 0x000020, "Member 'WBP_ServerBrowser_Screen_C_LoopHeistScrollBox::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_LoopHeistScrollBox, CallFunc_GetChildAt_ReturnValue_1) == 0x000028, "Member 'WBP_ServerBrowser_Screen_C_LoopHeistScrollBox::CallFunc_GetChildAt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_ShowFilterBox \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_ShowFilterBox) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_ShowFilterBox"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_ShowFilterBox) == 0x000010, "Wrong size on WBP_ServerBrowser_Screen_C_ShowFilterBox"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ShowFilterBox, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_ShowFilterBox::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ShowFilterBox, CallFunc_GetVisibility_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_ShowFilterBox::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ShowFilterBox, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000009, "Member 'WBP_ServerBrowser_Screen_C_ShowFilterBox::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ShowFilterBox, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'WBP_ServerBrowser_Screen_C_ShowFilterBox::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_SetSoloModeOptions \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_SetSoloModeOptions) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_SetSoloModeOptions"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_SetSoloModeOptions) == 0x000078, "Wrong size on WBP_ServerBrowser_Screen_C_SetSoloModeOptions"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SetSoloModeOptions, CallFunc_GetUIManager_ReturnValue) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_SetSoloModeOptions::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SetSoloModeOptions, CallFunc_GetPartyManager_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_SetSoloModeOptions::CallFunc_GetPartyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SetSoloModeOptions, CallFunc_GetMenuWidget_ReturnValue) == 0x000010, "Member 'WBP_ServerBrowser_Screen_C_SetSoloModeOptions::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SetSoloModeOptions, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_ServerBrowser_Screen_C_SetSoloModeOptions::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SetSoloModeOptions, K2Node_DynamicCast_AsWBP_UI_SM_Game_Start) == 0x000030, "Member 'WBP_ServerBrowser_Screen_C_SetSoloModeOptions::K2Node_DynamicCast_AsWBP_UI_SM_Game_Start' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SetSoloModeOptions, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_ServerBrowser_Screen_C_SetSoloModeOptions::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SetSoloModeOptions, Temp_text_Variable) == 0x000040, "Member 'WBP_ServerBrowser_Screen_C_SetSoloModeOptions::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SetSoloModeOptions, Temp_text_Variable_1) == 0x000058, "Member 'WBP_ServerBrowser_Screen_C_SetSoloModeOptions::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SetSoloModeOptions, CallFunc_Array_Add_ReturnValue) == 0x000070, "Member 'WBP_ServerBrowser_Screen_C_SetSoloModeOptions::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SetSoloModeOptions, CallFunc_Array_Add_ReturnValue_1) == 0x000074, "Member 'WBP_ServerBrowser_Screen_C_SetSoloModeOptions::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_GetRandomIndex \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_GetRandomIndex) == 0x000004, "Wrong alignment on WBP_ServerBrowser_Screen_C_GetRandomIndex"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_GetRandomIndex) == 0x000024, "Wrong size on WBP_ServerBrowser_Screen_C_GetRandomIndex"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetRandomIndex, Output) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_GetRandomIndex::Output' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetRandomIndex, LocalSavedIndex) == 0x000004, "Member 'WBP_ServerBrowser_Screen_C_GetRandomIndex::LocalSavedIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetRandomIndex, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_GetRandomIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetRandomIndex, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_ServerBrowser_Screen_C_GetRandomIndex::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetRandomIndex, CallFunc_Array_Get_Item) == 0x000010, "Member 'WBP_ServerBrowser_Screen_C_GetRandomIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetRandomIndex, CallFunc_Array_LastIndex_ReturnValue) == 0x000014, "Member 'WBP_ServerBrowser_Screen_C_GetRandomIndex::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetRandomIndex, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000018, "Member 'WBP_ServerBrowser_Screen_C_GetRandomIndex::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetRandomIndex, CallFunc_Array_AddUnique_ReturnValue) == 0x00001C, "Member 'WBP_ServerBrowser_Screen_C_GetRandomIndex::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_GetRandomIndex, CallFunc_Array_Get_Item_1) == 0x000020, "Member 'WBP_ServerBrowser_Screen_C_GetRandomIndex::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_InitialPinPlacement \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_InitialPinPlacement) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_InitialPinPlacement"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_InitialPinPlacement) == 0x000048, "Wrong size on WBP_ServerBrowser_Screen_C_InitialPinPlacement"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitialPinPlacement, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_InitialPinPlacement::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitialPinPlacement, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_ServerBrowser_Screen_C_InitialPinPlacement::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitialPinPlacement, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_InitialPinPlacement::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitialPinPlacement, CallFunc_Map_Keys_Keys) == 0x000010, "Member 'WBP_ServerBrowser_Screen_C_InitialPinPlacement::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitialPinPlacement, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_ServerBrowser_Screen_C_InitialPinPlacement::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitialPinPlacement, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_ServerBrowser_Screen_C_InitialPinPlacement::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitialPinPlacement, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_ServerBrowser_Screen_C_InitialPinPlacement::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitialPinPlacement, CallFunc_Map_Find_Value) == 0x000038, "Member 'WBP_ServerBrowser_Screen_C_InitialPinPlacement::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_InitialPinPlacement, CallFunc_Map_Find_ReturnValue) == 0x000040, "Member 'WBP_ServerBrowser_Screen_C_InitialPinPlacement::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_AddPinToCanvas \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_AddPinToCanvas) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_AddPinToCanvas"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_AddPinToCanvas) == 0x000050, "Wrong size on WBP_ServerBrowser_Screen_C_AddPinToCanvas"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_AddPinToCanvas, InMapPin) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_AddPinToCanvas::InMapPin' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_AddPinToCanvas, WorldPositionToConvert) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_AddPinToCanvas::WorldPositionToConvert' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_AddPinToCanvas, CallFunc_GetOwningPlayer_ReturnValue) == 0x000018, "Member 'WBP_ServerBrowser_Screen_C_AddPinToCanvas::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_AddPinToCanvas, CallFunc_ProjectWorldLocationToWidgetPosition_ScreenPosition) == 0x000020, "Member 'WBP_ServerBrowser_Screen_C_AddPinToCanvas::CallFunc_ProjectWorldLocationToWidgetPosition_ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_AddPinToCanvas, CallFunc_ProjectWorldLocationToWidgetPosition_ReturnValue) == 0x000028, "Member 'WBP_ServerBrowser_Screen_C_AddPinToCanvas::CallFunc_ProjectWorldLocationToWidgetPosition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_AddPinToCanvas, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x00002C, "Member 'WBP_ServerBrowser_Screen_C_AddPinToCanvas::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_AddPinToCanvas, CallFunc_AddChild_ReturnValue) == 0x000038, "Member 'WBP_ServerBrowser_Screen_C_AddPinToCanvas::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_AddPinToCanvas, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x000040, "Member 'WBP_ServerBrowser_Screen_C_AddPinToCanvas::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_AddPinToCanvas, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_ServerBrowser_Screen_C_AddPinToCanvas::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_ResetAvailablePinIndices \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_ResetAvailablePinIndices) == 0x000004, "Wrong alignment on WBP_ServerBrowser_Screen_C_ResetAvailablePinIndices"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_ResetAvailablePinIndices) == 0x000018, "Wrong size on WBP_ServerBrowser_Screen_C_ResetAvailablePinIndices"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ResetAvailablePinIndices, Temp_int_Variable) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_ResetAvailablePinIndices::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ResetAvailablePinIndices, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'WBP_ServerBrowser_Screen_C_ResetAvailablePinIndices::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ResetAvailablePinIndices, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_ResetAvailablePinIndices::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ResetAvailablePinIndices, CallFunc_Array_LastIndex_ReturnValue) == 0x00000C, "Member 'WBP_ServerBrowser_Screen_C_ResetAvailablePinIndices::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ResetAvailablePinIndices, CallFunc_Array_AddUnique_ReturnValue) == 0x000010, "Member 'WBP_ServerBrowser_Screen_C_ResetAvailablePinIndices::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ResetAvailablePinIndices, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000014, "Member 'WBP_ServerBrowser_Screen_C_ResetAvailablePinIndices::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_SoloModeInPartyPopup \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_SoloModeInPartyPopup) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_SoloModeInPartyPopup"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_SoloModeInPartyPopup) == 0x000120, "Wrong size on WBP_ServerBrowser_Screen_C_SoloModeInPartyPopup"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SoloModeInPartyPopup, CallFunc_Create_ReturnValue) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_SoloModeInPartyPopup::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SoloModeInPartyPopup, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_SoloModeInPartyPopup::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SoloModeInPartyPopup, CallFunc_MakeLiteralText_ReturnValue) == 0x000020, "Member 'WBP_ServerBrowser_Screen_C_SoloModeInPartyPopup::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SoloModeInPartyPopup, K2Node_MakeStruct_SBZButtonControlReference) == 0x000038, "Member 'WBP_ServerBrowser_Screen_C_SoloModeInPartyPopup::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SoloModeInPartyPopup, CallFunc_Conv_TextToString_ReturnValue) == 0x000070, "Member 'WBP_ServerBrowser_Screen_C_SoloModeInPartyPopup::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SoloModeInPartyPopup, K2Node_MakeArray_Array) == 0x000080, "Member 'WBP_ServerBrowser_Screen_C_SoloModeInPartyPopup::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SoloModeInPartyPopup, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000090, "Member 'WBP_ServerBrowser_Screen_C_SoloModeInPartyPopup::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SoloModeInPartyPopup, CallFunc_GetUIManager_ReturnValue) == 0x0000B8, "Member 'WBP_ServerBrowser_Screen_C_SoloModeInPartyPopup::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_SoloModeInPartyPopup, K2Node_MakeStruct_SBZUIPopupData) == 0x0000C0, "Member 'WBP_ServerBrowser_Screen_C_SoloModeInPartyPopup::K2Node_MakeStruct_SBZUIPopupData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_OnSoloInPartyPopupClosed \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_OnSoloInPartyPopupClosed) == 0x000004, "Wrong alignment on WBP_ServerBrowser_Screen_C_OnSoloInPartyPopupClosed"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_OnSoloInPartyPopupClosed) == 0x00000C, "Wrong size on WBP_ServerBrowser_Screen_C_OnSoloInPartyPopupClosed"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_OnSoloInPartyPopupClosed, ClosingActionName) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_OnSoloInPartyPopupClosed::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_OnInviteRecieved \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_OnInviteRecieved) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_OnInviteRecieved"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_OnInviteRecieved) == 0x000010, "Wrong size on WBP_ServerBrowser_Screen_C_OnInviteRecieved"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_OnInviteRecieved, FromPlayerId) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_OnInviteRecieved::FromPlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_RefreshServers \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_RefreshServers) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_RefreshServers"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_RefreshServers) == 0x000028, "Wrong size on WBP_ServerBrowser_Screen_C_RefreshServers"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_RefreshServers, Success) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_RefreshServers::Success' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_RefreshServers, CallFunc_GetTacticPerHeistType_ReturnValue) == 0x000001, "Member 'WBP_ServerBrowser_Screen_C_RefreshServers::CallFunc_GetTacticPerHeistType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_RefreshServers, CallFunc_GetDifficultyPerHeistType_ReturnValue) == 0x000002, "Member 'WBP_ServerBrowser_Screen_C_RefreshServers::CallFunc_GetDifficultyPerHeistType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_RefreshServers, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x000004, "Member 'WBP_ServerBrowser_Screen_C_RefreshServers::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_RefreshServers, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_RefreshServers::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_RefreshServers, CallFunc_CanRequestNewUpdate_self_CastInput) == 0x000010, "Member 'WBP_ServerBrowser_Screen_C_RefreshServers::CallFunc_CanRequestNewUpdate_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_RefreshServers, CallFunc_CanRequestNewUpdate_ReturnValue) == 0x000020, "Member 'WBP_ServerBrowser_Screen_C_RefreshServers::CallFunc_CanRequestNewUpdate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_RefreshServers, CallFunc_BooleanAND_ReturnValue) == 0x000021, "Member 'WBP_ServerBrowser_Screen_C_RefreshServers::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_ServerRefreshTimeout \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_ServerRefreshTimeout) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_ServerRefreshTimeout"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_ServerRefreshTimeout) == 0x000020, "Wrong size on WBP_ServerBrowser_Screen_C_ServerRefreshTimeout"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ServerRefreshTimeout, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_ServerRefreshTimeout::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_ServerRefreshTimeout, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'WBP_ServerBrowser_Screen_C_ServerRefreshTimeout::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_CanInteractWithMatchmakingButtons \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_CanInteractWithMatchmakingButtons) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_CanInteractWithMatchmakingButtons"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_CanInteractWithMatchmakingButtons) == 0x000020, "Wrong size on WBP_ServerBrowser_Screen_C_CanInteractWithMatchmakingButtons"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_CanInteractWithMatchmakingButtons, ReturnValue) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_CanInteractWithMatchmakingButtons::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_CanInteractWithMatchmakingButtons, CallFunc_GetPartyManager_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_CanInteractWithMatchmakingButtons::CallFunc_GetPartyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_CanInteractWithMatchmakingButtons, CallFunc_IsPartyHost_ReturnValue) == 0x000010, "Member 'WBP_ServerBrowser_Screen_C_CanInteractWithMatchmakingButtons::CallFunc_IsPartyHost_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_CanInteractWithMatchmakingButtons, CallFunc_GetPartyPlayersNumber_ReturnValue) == 0x000014, "Member 'WBP_ServerBrowser_Screen_C_CanInteractWithMatchmakingButtons::CallFunc_GetPartyPlayersNumber_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_CanInteractWithMatchmakingButtons, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000018, "Member 'WBP_ServerBrowser_Screen_C_CanInteractWithMatchmakingButtons::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_CanInteractWithMatchmakingButtons, CallFunc_BooleanOR_ReturnValue) == 0x000019, "Member 'WBP_ServerBrowser_Screen_C_CanInteractWithMatchmakingButtons::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_BindSoloModeReentry \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_BindSoloModeReentry) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Screen_C_BindSoloModeReentry"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_BindSoloModeReentry) == 0x000040, "Wrong size on WBP_ServerBrowser_Screen_C_BindSoloModeReentry"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BindSoloModeReentry, CallFunc_GetUIManager_ReturnValue) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_BindSoloModeReentry::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BindSoloModeReentry, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_ServerBrowser_Screen_C_BindSoloModeReentry::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BindSoloModeReentry, CallFunc_GetMenuWidget_ReturnValue) == 0x000020, "Member 'WBP_ServerBrowser_Screen_C_BindSoloModeReentry::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BindSoloModeReentry, CallFunc_GetPartyManager_ReturnValue) == 0x000028, "Member 'WBP_ServerBrowser_Screen_C_BindSoloModeReentry::CallFunc_GetPartyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BindSoloModeReentry, K2Node_DynamicCast_AsWBP_UI_SM_Game_Start) == 0x000030, "Member 'WBP_ServerBrowser_Screen_C_BindSoloModeReentry::K2Node_DynamicCast_AsWBP_UI_SM_Game_Start' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_BindSoloModeReentry, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_ServerBrowser_Screen_C_BindSoloModeReentry::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Screen_C_Check_New_Player \ +static_assert(alignof(WBP_ServerBrowser_Screen_C_Check_New_Player) == 0x000004, "Wrong alignment on WBP_ServerBrowser_Screen_C_Check_New_Player"); \ +static_assert(sizeof(WBP_ServerBrowser_Screen_C_Check_New_Player) == 0x000008, "Wrong size on WBP_ServerBrowser_Screen_C_Check_New_Player"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Check_New_Player, CallFunc_IsNewPlayer_ReturnValue) == 0x000000, "Member 'WBP_ServerBrowser_Screen_C_Check_New_Player::CallFunc_IsNewPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Screen_C_Check_New_Player, CallFunc_Array_LastIndex_ReturnValue) == 0x000004, "Member 'WBP_ServerBrowser_Screen_C_Check_New_Player::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ServerBrowser_Screen_C \ +static_assert(alignof(UWBP_ServerBrowser_Screen_C) == 0x000008, "Wrong alignment on UWBP_ServerBrowser_Screen_C"); \ +static_assert(sizeof(UWBP_ServerBrowser_Screen_C) == 0x0007B8, "Wrong size on UWBP_ServerBrowser_Screen_C"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, UberGraphFrame) == 0x000428, "Member 'UWBP_ServerBrowser_Screen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Spectrum) == 0x000430, "Member 'UWBP_ServerBrowser_Screen_C::Spectrum' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, FilterOff) == 0x000438, "Member 'UWBP_ServerBrowser_Screen_C::FilterOff' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, DescriptionIntro) == 0x000440, "Member 'UWBP_ServerBrowser_Screen_C::DescriptionIntro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, FilterOn) == 0x000448, "Member 'UWBP_ServerBrowser_Screen_C::FilterOn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, ListChange) == 0x000450, "Member 'UWBP_ServerBrowser_Screen_C::ListChange' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, TabChange) == 0x000458, "Member 'UWBP_ServerBrowser_Screen_C::TabChange' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Intro) == 0x000460, "Member 'UWBP_ServerBrowser_Screen_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, NoHeistBlink) == 0x000468, "Member 'UWBP_ServerBrowser_Screen_C::NoHeistBlink' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, OutroVideoLockedPressed) == 0x000470, "Member 'UWBP_ServerBrowser_Screen_C::OutroVideoLockedPressed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, IntroVideoLockedPressed) == 0x000478, "Member 'UWBP_ServerBrowser_Screen_C::IntroVideoLockedPressed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, BackdropImage_I) == 0x000480, "Member 'UWBP_ServerBrowser_Screen_C::BackdropImage_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Button_ContractorSoundContainer) == 0x000488, "Member 'UWBP_ServerBrowser_Screen_C::Button_ContractorSoundContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Button_HeistIntroStory) == 0x000490, "Member 'UWBP_ServerBrowser_Screen_C::Button_HeistIntroStory' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Button_HeistOutroStory) == 0x000498, "Member 'UWBP_ServerBrowser_Screen_C::Button_HeistOutroStory' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, CancelMm_Button) == 0x0004A0, "Member 'UWBP_ServerBrowser_Screen_C::CancelMm_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Character_Comms) == 0x0004A8, "Member 'UWBP_ServerBrowser_Screen_C::Character_Comms' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, ContractorSelector) == 0x0004B0, "Member 'UWBP_ServerBrowser_Screen_C::ContractorSelector' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, DifficultySelector) == 0x0004B8, "Member 'UWBP_ServerBrowser_Screen_C::DifficultySelector' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, EQ_Overlay) == 0x0004C0, "Member 'UWBP_ServerBrowser_Screen_C::EQ_Overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, FilterBar) == 0x0004C8, "Member 'UWBP_ServerBrowser_Screen_C::FilterBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, FilterBox) == 0x0004D0, "Member 'UWBP_ServerBrowser_Screen_C::FilterBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, FilterBox_O) == 0x0004D8, "Member 'UWBP_ServerBrowser_Screen_C::FilterBox_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, FiltersBlackout_I) == 0x0004E0, "Member 'UWBP_ServerBrowser_Screen_C::FiltersBlackout_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, HeistBackground_I) == 0x0004E8, "Member 'UWBP_ServerBrowser_Screen_C::HeistBackground_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, HeistDetails_Button) == 0x0004F0, "Member 'UWBP_ServerBrowser_Screen_C::HeistDetails_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, HostDetails_Hb) == 0x0004F8, "Member 'UWBP_ServerBrowser_Screen_C::HostDetails_Hb' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, HostHeist_Button) == 0x000500, "Member 'UWBP_ServerBrowser_Screen_C::HostHeist_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Icon_Host) == 0x000508, "Member 'UWBP_ServerBrowser_Screen_C::Icon_Host' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Image_351) == 0x000510, "Member 'UWBP_ServerBrowser_Screen_C::Image_351' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Image_1332) == 0x000518, "Member 'UWBP_ServerBrowser_Screen_C::Image_1332' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Image_HeistBanner) == 0x000520, "Member 'UWBP_ServerBrowser_Screen_C::Image_HeistBanner' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, JoinHeist_Button) == 0x000528, "Member 'UWBP_ServerBrowser_Screen_C::JoinHeist_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Navbar_Collections) == 0x000530, "Member 'UWBP_ServerBrowser_Screen_C::Navbar_Collections' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Navbar_HeistModes) == 0x000538, "Member 'UWBP_ServerBrowser_Screen_C::Navbar_HeistModes' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, NeedDcl_Button) == 0x000540, "Member 'UWBP_ServerBrowser_Screen_C::NeedDcl_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, NoHeistFound_O) == 0x000548, "Member 'UWBP_ServerBrowser_Screen_C::NoHeistFound_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, NoMods_O) == 0x000550, "Member 'UWBP_ServerBrowser_Screen_C::NoMods_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, NoModsPopUp_O) == 0x000558, "Member 'UWBP_ServerBrowser_Screen_C::NoModsPopUp_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Overlay_HeistDetailsPopup) == 0x000560, "Member 'UWBP_ServerBrowser_Screen_C::Overlay_HeistDetailsPopup' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Overlay_HeistInspectPanel) == 0x000568, "Member 'UWBP_ServerBrowser_Screen_C::Overlay_HeistInspectPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, PermissionSelector) == 0x000570, "Member 'UWBP_ServerBrowser_Screen_C::PermissionSelector' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, PopupBackDrop_O) == 0x000578, "Member 'UWBP_ServerBrowser_Screen_C::PopupBackDrop_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, PopUpDifficulty) == 0x000580, "Member 'UWBP_ServerBrowser_Screen_C::PopUpDifficulty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, PopUpDifficutly_T) == 0x000588, "Member 'UWBP_ServerBrowser_Screen_C::PopUpDifficutly_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Root_Canvas) == 0x000590, "Member 'UWBP_ServerBrowser_Screen_C::Root_Canvas' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, ScreenTitle_T) == 0x000598, "Member 'UWBP_ServerBrowser_Screen_C::ScreenTitle_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Smash_And_Grab_Title) == 0x0005A0, "Member 'UWBP_ServerBrowser_Screen_C::Smash_And_Grab_Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Smash_And_Grab_Title_Description) == 0x0005A8, "Member 'UWBP_ServerBrowser_Screen_C::Smash_And_Grab_Title_Description' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, SoundIconOFF) == 0x0005B0, "Member 'UWBP_ServerBrowser_Screen_C::SoundIconOFF' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, SoundIconOn) == 0x0005B8, "Member 'UWBP_ServerBrowser_Screen_C::SoundIconOn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, TacticSelector) == 0x0005C0, "Member 'UWBP_ServerBrowser_Screen_C::TacticSelector' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Text_ContractorName) == 0x0005C8, "Member 'UWBP_ServerBrowser_Screen_C::Text_ContractorName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Text_DifficultyDescription) == 0x0005D0, "Member 'UWBP_ServerBrowser_Screen_C::Text_DifficultyDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Text_Host) == 0x0005D8, "Member 'UWBP_ServerBrowser_Screen_C::Text_Host' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Text_LevelDescription) == 0x0005E0, "Member 'UWBP_ServerBrowser_Screen_C::Text_LevelDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Text_LevelName) == 0x0005E8, "Member 'UWBP_ServerBrowser_Screen_C::Text_LevelName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Text_LevelName_1) == 0x0005F0, "Member 'UWBP_ServerBrowser_Screen_C::Text_LevelName_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Text_LevelName_InPopup_1) == 0x0005F8, "Member 'UWBP_ServerBrowser_Screen_C::Text_LevelName_InPopup_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Text_NoModifiers) == 0x000600, "Member 'UWBP_ServerBrowser_Screen_C::Text_NoModifiers' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Text_PayoutMax) == 0x000608, "Member 'UWBP_ServerBrowser_Screen_C::Text_PayoutMax' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Text_PayoutMax_InPopup) == 0x000610, "Member 'UWBP_ServerBrowser_Screen_C::Text_PayoutMax_InPopup' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Text_PayoutMin) == 0x000618, "Member 'UWBP_ServerBrowser_Screen_C::Text_PayoutMin' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Text_PayoutMin_InPopup) == 0x000620, "Member 'UWBP_ServerBrowser_Screen_C::Text_PayoutMin_InPopup' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Text_PeopleNum) == 0x000628, "Member 'UWBP_ServerBrowser_Screen_C::Text_PeopleNum' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Text_Playstyle) == 0x000630, "Member 'UWBP_ServerBrowser_Screen_C::Text_Playstyle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, VerticalBox_HeistList) == 0x000638, "Member 'UWBP_ServerBrowser_Screen_C::VerticalBox_HeistList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, VerticalBox_SecurityCompanies) == 0x000640, "Member 'UWBP_ServerBrowser_Screen_C::VerticalBox_SecurityCompanies' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, VerticalBox_SecurityCompanies_InPopup) == 0x000648, "Member 'UWBP_ServerBrowser_Screen_C::VerticalBox_SecurityCompanies_InPopup' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, WBP_ServerBrowser_IntroMotion) == 0x000650, "Member 'UWBP_ServerBrowser_Screen_C::WBP_ServerBrowser_IntroMotion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, WidgetSwitcher_LeftPanel) == 0x000658, "Member 'UWBP_ServerBrowser_Screen_C::WidgetSwitcher_LeftPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, RT_FocusedButton) == 0x000660, "Member 'UWBP_ServerBrowser_Screen_C::RT_FocusedButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, CurrentlyPlayedSoundID) == 0x000668, "Member 'UWBP_ServerBrowser_Screen_C::CurrentlyPlayedSoundID' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, Heist_Data) == 0x000670, "Member 'UWBP_ServerBrowser_Screen_C::Heist_Data' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, RT_HeistDetailsPopupOpened) == 0x000678, "Member 'UWBP_ServerBrowser_Screen_C::RT_HeistDetailsPopupOpened' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, DifficultyDescriptions) == 0x000680, "Member 'UWBP_ServerBrowser_Screen_C::DifficultyDescriptions' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, JoinFailPopUp) == 0x0006D0, "Member 'UWBP_ServerBrowser_Screen_C::JoinFailPopUp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, UsedIndices) == 0x0006D8, "Member 'UWBP_ServerBrowser_Screen_C::UsedIndices' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, SavedIndices) == 0x0006E8, "Member 'UWBP_ServerBrowser_Screen_C::SavedIndices' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, ReadyToPlacePins) == 0x0006F8, "Member 'UWBP_ServerBrowser_Screen_C::ReadyToPlacePins' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, PinsToBePlaced) == 0x000700, "Member 'UWBP_ServerBrowser_Screen_C::PinsToBePlaced' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, MapPinManagerRef) == 0x000750, "Member 'UWBP_ServerBrowser_Screen_C::MapPinManagerRef' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, MapPinOffset) == 0x000758, "Member 'UWBP_ServerBrowser_Screen_C::MapPinOffset' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, SoloInPartyPopup) == 0x000760, "Member 'UWBP_ServerBrowser_Screen_C::SoloInPartyPopup' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, PreviousCollectionFilter) == 0x000768, "Member 'UWBP_ServerBrowser_Screen_C::PreviousCollectionFilter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, FilterSettingsTimer) == 0x000780, "Member 'UWBP_ServerBrowser_Screen_C::FilterSettingsTimer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, ServerRefreshCooldown) == 0x000788, "Member 'UWBP_ServerBrowser_Screen_C::ServerRefreshCooldown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, PreviousLanguage) == 0x000790, "Member 'UWBP_ServerBrowser_Screen_C::PreviousLanguage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, WillPlacePins) == 0x0007A0, "Member 'UWBP_ServerBrowser_Screen_C::WillPlacePins' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Screen_C, collection) == 0x0007A8, "Member 'UWBP_ServerBrowser_Screen_C::collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNet_TextButton_C_ExecuteUbergraph_WBP_UI_CrimeNet_TextButton \ +static_assert(alignof(WBP_UI_CrimeNet_TextButton_C_ExecuteUbergraph_WBP_UI_CrimeNet_TextButton) == 0x000008, "Wrong alignment on WBP_UI_CrimeNet_TextButton_C_ExecuteUbergraph_WBP_UI_CrimeNet_TextButton"); \ +static_assert(sizeof(WBP_UI_CrimeNet_TextButton_C_ExecuteUbergraph_WBP_UI_CrimeNet_TextButton) == 0x000020, "Wrong size on WBP_UI_CrimeNet_TextButton_C_ExecuteUbergraph_WBP_UI_CrimeNet_TextButton"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_ExecuteUbergraph_WBP_UI_CrimeNet_TextButton, EntryPoint) == 0x000000, "Member 'WBP_UI_CrimeNet_TextButton_C_ExecuteUbergraph_WBP_UI_CrimeNet_TextButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_ExecuteUbergraph_WBP_UI_CrimeNet_TextButton, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_CrimeNet_TextButton_C_ExecuteUbergraph_WBP_UI_CrimeNet_TextButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_ExecuteUbergraph_WBP_UI_CrimeNet_TextButton, K2Node_Event_bInHasFocus) == 0x000005, "Member 'WBP_UI_CrimeNet_TextButton_C_ExecuteUbergraph_WBP_UI_CrimeNet_TextButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_ExecuteUbergraph_WBP_UI_CrimeNet_TextButton, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000008, "Member 'WBP_UI_CrimeNet_TextButton_C_ExecuteUbergraph_WBP_UI_CrimeNet_TextButton::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_ExecuteUbergraph_WBP_UI_CrimeNet_TextButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000018, "Member 'WBP_UI_CrimeNet_TextButton_C_ExecuteUbergraph_WBP_UI_CrimeNet_TextButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNet_TextButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_CrimeNet_TextButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_CrimeNet_TextButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_CrimeNet_TextButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_CrimeNet_TextButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_CrimeNet_TextButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNet_TextButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_CrimeNet_TextButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_CrimeNet_TextButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_CrimeNet_TextButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_CrimeNet_TextButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_CrimeNet_TextButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals \ +static_assert(alignof(WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals) == 0x000008, "Wrong alignment on WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals"); \ +static_assert(sizeof(WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals) == 0x000118, "Wrong size on WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals, bIsFocused) == 0x000000, "Member 'WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals, Temp_bool_Variable_1) == 0x000002, "Member 'WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals, Temp_byte_Variable) == 0x000003, "Member 'WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals, Temp_byte_Variable_1) == 0x000004, "Member 'WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals, K2Node_Select_Default) == 0x000010, "Member 'WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000018, "Member 'WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals, K2Node_MakeStruct_SlateColor) == 0x000020, "Member 'WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals, K2Node_MakeStruct_SlateColor_1) == 0x000048, "Member 'WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals, Temp_bool_Variable_2) == 0x000070, "Member 'WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals, K2Node_MakeStruct_SlateColor_2) == 0x000078, "Member 'WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals, K2Node_Select_Default_1) == 0x0000A0, "Member 'WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals, K2Node_MakeStruct_SlateColor_3) == 0x0000C8, "Member 'WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals::K2Node_MakeStruct_SlateColor_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals, K2Node_Select_Default_2) == 0x0000F0, "Member 'WBP_UI_CrimeNet_TextButton_C_OnFocusedVisuals::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNet_TextButton_C_OnDisabledVisuals \ +static_assert(alignof(WBP_UI_CrimeNet_TextButton_C_OnDisabledVisuals) == 0x000001, "Wrong alignment on WBP_UI_CrimeNet_TextButton_C_OnDisabledVisuals"); \ +static_assert(sizeof(WBP_UI_CrimeNet_TextButton_C_OnDisabledVisuals) == 0x000001, "Wrong size on WBP_UI_CrimeNet_TextButton_C_OnDisabledVisuals"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_OnDisabledVisuals, bIsDisabled_0) == 0x000000, "Member 'WBP_UI_CrimeNet_TextButton_C_OnDisabledVisuals::bIsDisabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNet_TextButton_C_RefreshVisual \ +static_assert(alignof(WBP_UI_CrimeNet_TextButton_C_RefreshVisual) == 0x000001, "Wrong alignment on WBP_UI_CrimeNet_TextButton_C_RefreshVisual"); \ +static_assert(sizeof(WBP_UI_CrimeNet_TextButton_C_RefreshVisual) == 0x000002, "Wrong size on WBP_UI_CrimeNet_TextButton_C_RefreshVisual"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_RefreshVisual, CallFunc_IsHovered_ReturnValue) == 0x000000, "Member 'WBP_UI_CrimeNet_TextButton_C_RefreshVisual::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_RefreshVisual, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000001, "Member 'WBP_UI_CrimeNet_TextButton_C_RefreshVisual::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNet_TextButton_C_SetButtonText \ +static_assert(alignof(WBP_UI_CrimeNet_TextButton_C_SetButtonText) == 0x000008, "Wrong alignment on WBP_UI_CrimeNet_TextButton_C_SetButtonText"); \ +static_assert(sizeof(WBP_UI_CrimeNet_TextButton_C_SetButtonText) == 0x000018, "Wrong size on WBP_UI_CrimeNet_TextButton_C_SetButtonText"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_SetButtonText, InButtonText) == 0x000000, "Member 'WBP_UI_CrimeNet_TextButton_C_SetButtonText::InButtonText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNet_TextButton_C_GetText \ +static_assert(alignof(WBP_UI_CrimeNet_TextButton_C_GetText) == 0x000008, "Wrong alignment on WBP_UI_CrimeNet_TextButton_C_GetText"); \ +static_assert(sizeof(WBP_UI_CrimeNet_TextButton_C_GetText) == 0x000030, "Wrong size on WBP_UI_CrimeNet_TextButton_C_GetText"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_GetText, OutText) == 0x000000, "Member 'WBP_UI_CrimeNet_TextButton_C_GetText::OutText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_GetText, CallFunc_GetText_ReturnValue) == 0x000018, "Member 'WBP_UI_CrimeNet_TextButton_C_GetText::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNet_TextButton_C_SetTextDescription \ +static_assert(alignof(WBP_UI_CrimeNet_TextButton_C_SetTextDescription) == 0x000008, "Wrong alignment on WBP_UI_CrimeNet_TextButton_C_SetTextDescription"); \ +static_assert(sizeof(WBP_UI_CrimeNet_TextButton_C_SetTextDescription) == 0x000018, "Wrong size on WBP_UI_CrimeNet_TextButton_C_SetTextDescription"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_SetTextDescription, InDescription) == 0x000000, "Member 'WBP_UI_CrimeNet_TextButton_C_SetTextDescription::InDescription' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNet_TextButton_C_OnHoverVisuals \ +static_assert(alignof(WBP_UI_CrimeNet_TextButton_C_OnHoverVisuals) == 0x000001, "Wrong alignment on WBP_UI_CrimeNet_TextButton_C_OnHoverVisuals"); \ +static_assert(sizeof(WBP_UI_CrimeNet_TextButton_C_OnHoverVisuals) == 0x000001, "Wrong size on WBP_UI_CrimeNet_TextButton_C_OnHoverVisuals"); \ +static_assert(offsetof(WBP_UI_CrimeNet_TextButton_C_OnHoverVisuals, IsHovered_0) == 0x000000, "Member 'WBP_UI_CrimeNet_TextButton_C_OnHoverVisuals::IsHovered_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_CrimeNet_TextButton_C \ +static_assert(alignof(UWBP_UI_CrimeNet_TextButton_C) == 0x000008, "Wrong alignment on UWBP_UI_CrimeNet_TextButton_C"); \ +static_assert(sizeof(UWBP_UI_CrimeNet_TextButton_C) == 0x000488, "Wrong size on UWBP_UI_CrimeNet_TextButton_C"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, UberGraphFrame) == 0x000370, "Member 'UWBP_UI_CrimeNet_TextButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, SelectedAnim) == 0x000378, "Member 'UWBP_UI_CrimeNet_TextButton_C::SelectedAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, DeselectedAnimation) == 0x000380, "Member 'UWBP_UI_CrimeNet_TextButton_C::DeselectedAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, SelectedAnimation) == 0x000388, "Member 'UWBP_UI_CrimeNet_TextButton_C::SelectedAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, Border_Frame_Button) == 0x000390, "Member 'UWBP_UI_CrimeNet_TextButton_C::Border_Frame_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, Gradient_Button) == 0x000398, "Member 'UWBP_UI_CrimeNet_TextButton_C::Gradient_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, Image_Button) == 0x0003A0, "Member 'UWBP_UI_CrimeNet_TextButton_C::Image_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, Overlay_Bar) == 0x0003A8, "Member 'UWBP_UI_CrimeNet_TextButton_C::Overlay_Bar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, Overlay_Button) == 0x0003B0, "Member 'UWBP_UI_CrimeNet_TextButton_C::Overlay_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, Overlay_TextBar) == 0x0003B8, "Member 'UWBP_UI_CrimeNet_TextButton_C::Overlay_TextBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, RetainerBox_0) == 0x0003C0, "Member 'UWBP_UI_CrimeNet_TextButton_C::RetainerBox_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, Text_Description) == 0x0003C8, "Member 'UWBP_UI_CrimeNet_TextButton_C::Text_Description' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, Text_DisplayText) == 0x0003D0, "Member 'UWBP_UI_CrimeNet_TextButton_C::Text_DisplayText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, TextBar_Shader) == 0x0003D8, "Member 'UWBP_UI_CrimeNet_TextButton_C::TextBar_Shader' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, DefaultTextValue) == 0x0003E0, "Member 'UWBP_UI_CrimeNet_TextButton_C::DefaultTextValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, InititalSize) == 0x0003F8, "Member 'UWBP_UI_CrimeNet_TextButton_C::InititalSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, DescriptionText) == 0x000400, "Member 'UWBP_UI_CrimeNet_TextButton_C::DescriptionText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, PaperSprite_Image_Buttons) == 0x000418, "Member 'UWBP_UI_CrimeNet_TextButton_C::PaperSprite_Image_Buttons' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, ColorVariable) == 0x000420, "Member 'UWBP_UI_CrimeNet_TextButton_C::ColorVariable' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, Color_Tex_Desc) == 0x00042C, "Member 'UWBP_UI_CrimeNet_TextButton_C::Color_Tex_Desc' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, Desaturate_Variable) == 0x000438, "Member 'UWBP_UI_CrimeNet_TextButton_C::Desaturate_Variable' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, In_Out_Color) == 0x00043C, "Member 'UWBP_UI_CrimeNet_TextButton_C::In_Out_Color' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, PaperSprite_Image_Buttons_WB) == 0x000450, "Member 'UWBP_UI_CrimeNet_TextButton_C::PaperSprite_Image_Buttons_WB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, In_Out_Color_Desc) == 0x000458, "Member 'UWBP_UI_CrimeNet_TextButton_C::In_Out_Color_Desc' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, Scale_X) == 0x000468, "Member 'UWBP_UI_CrimeNet_TextButton_C::Scale_X' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, Scale_Y) == 0x00046C, "Member 'UWBP_UI_CrimeNet_TextButton_C::Scale_Y' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, In_Slot_Padding) == 0x000470, "Member 'UWBP_UI_CrimeNet_TextButton_C::In_Slot_Padding' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_TextButton_C, DynamicMaterials) == 0x000480, "Member 'UWBP_UI_CrimeNet_TextButton_C::DynamicMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection \ +static_assert(alignof(WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection) == 0x000008, "Wrong alignment on WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection"); \ +static_assert(sizeof(WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection) == 0x000160, "Wrong size on WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection, EntryPoint) == 0x000000, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection, K2Node_MakeStruct_SBZButtonControlReference) == 0x000008, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection, Temp_bool_Variable) == 0x000040, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection, K2Node_Event_IsDesignTime) == 0x000041, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection, K2Node_Event_PreviousValue) == 0x000044, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection, K2Node_ComponentBoundEvent_NewIndex) == 0x000050, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection::K2Node_ComponentBoundEvent_NewIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection, K2Node_CreateDelegate_OutputDelegate) == 0x000054, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection, CallFunc_Play2DSound_ReturnValue) == 0x000068, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x000070, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection, CallFunc_MakeLiteralName_ReturnValue) == 0x000078, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection, CallFunc_PlayAnimation_ReturnValue) == 0x000088, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection, CallFunc_IsShippingBuild_ReturnValue) == 0x000090, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection::CallFunc_IsShippingBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000098, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection, K2Node_MakeStruct_SBZButtonControlReference_2) == 0x0000D0, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection::K2Node_MakeStruct_SBZButtonControlReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection, K2Node_MakeArray_Array) == 0x000108, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection, K2Node_MakeArray_Array_1) == 0x000118, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection, K2Node_Select_Default) == 0x000128, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000138, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ExecuteUbergraph_WBP_UI_ModdedHeists_HeistSelection::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModdedHeists_HeistSelection_C_BndEvt__WBP_UI_ModdedHeists_HeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_0_SBZOnSelectorOptionChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_ModdedHeists_HeistSelection_C_BndEvt__WBP_UI_ModdedHeists_HeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_0_SBZOnSelectorOptionChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_UI_ModdedHeists_HeistSelection_C_BndEvt__WBP_UI_ModdedHeists_HeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_0_SBZOnSelectorOptionChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_ModdedHeists_HeistSelection_C_BndEvt__WBP_UI_ModdedHeists_HeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_0_SBZOnSelectorOptionChanged__DelegateSignature) == 0x000004, "Wrong size on WBP_UI_ModdedHeists_HeistSelection_C_BndEvt__WBP_UI_ModdedHeists_HeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_0_SBZOnSelectorOptionChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_BndEvt__WBP_UI_ModdedHeists_HeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_0_SBZOnSelectorOptionChanged__DelegateSignature, NewIndex) == 0x000000, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_BndEvt__WBP_UI_ModdedHeists_HeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_0_SBZOnSelectorOptionChanged__DelegateSignature::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModdedHeists_HeistSelection_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_ModdedHeists_HeistSelection_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_ModdedHeists_HeistSelection_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_ModdedHeists_HeistSelection_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_ModdedHeists_HeistSelection_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModdedHeists_HeistSelection_C_PreConstruct \ +static_assert(alignof(WBP_UI_ModdedHeists_HeistSelection_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_ModdedHeists_HeistSelection_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_ModdedHeists_HeistSelection_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_ModdedHeists_HeistSelection_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModdedHeists_HeistSelection_C_SetTimer \ +static_assert(alignof(WBP_UI_ModdedHeists_HeistSelection_C_SetTimer) == 0x000004, "Wrong alignment on WBP_UI_ModdedHeists_HeistSelection_C_SetTimer"); \ +static_assert(sizeof(WBP_UI_ModdedHeists_HeistSelection_C_SetTimer) == 0x000008, "Wrong size on WBP_UI_ModdedHeists_HeistSelection_C_SetTimer"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_SetTimer, Timer) == 0x000000, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_SetTimer::Timer' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_SetTimer, bIsStealth) == 0x000004, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_SetTimer::bIsStealth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModdedHeists_HeistSelection_C_DisplayActiveOnMap \ +static_assert(alignof(WBP_UI_ModdedHeists_HeistSelection_C_DisplayActiveOnMap) == 0x000008, "Wrong alignment on WBP_UI_ModdedHeists_HeistSelection_C_DisplayActiveOnMap"); \ +static_assert(sizeof(WBP_UI_ModdedHeists_HeistSelection_C_DisplayActiveOnMap) == 0x000010, "Wrong size on WBP_UI_ModdedHeists_HeistSelection_C_DisplayActiveOnMap"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_DisplayActiveOnMap, HeistButton) == 0x000000, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_DisplayActiveOnMap::HeistButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_DisplayActiveOnMap, bIsActive) == 0x000008, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_DisplayActiveOnMap::bIsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModdedHeists_HeistSelection_C_InitializeLevelList \ +static_assert(alignof(WBP_UI_ModdedHeists_HeistSelection_C_InitializeLevelList) == 0x000008, "Wrong alignment on WBP_UI_ModdedHeists_HeistSelection_C_InitializeLevelList"); \ +static_assert(sizeof(WBP_UI_ModdedHeists_HeistSelection_C_InitializeLevelList) == 0x000028, "Wrong size on WBP_UI_ModdedHeists_HeistSelection_C_InitializeLevelList"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_InitializeLevelList, LevelListName) == 0x000000, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_InitializeLevelList::LevelListName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_InitializeLevelList, LevelPathList) == 0x000018, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_InitializeLevelList::LevelPathList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModdedHeists_HeistSelection_C_DisplayHeistSelection \ +static_assert(alignof(WBP_UI_ModdedHeists_HeistSelection_C_DisplayHeistSelection) == 0x000001, "Wrong alignment on WBP_UI_ModdedHeists_HeistSelection_C_DisplayHeistSelection"); \ +static_assert(sizeof(WBP_UI_ModdedHeists_HeistSelection_C_DisplayHeistSelection) == 0x000001, "Wrong size on WBP_UI_ModdedHeists_HeistSelection_C_DisplayHeistSelection"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_DisplayHeistSelection, bIsGameStart) == 0x000000, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_DisplayHeistSelection::bIsGameStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModdedHeists_HeistSelection_C_DisplayPopUp \ +static_assert(alignof(WBP_UI_ModdedHeists_HeistSelection_C_DisplayPopUp) == 0x000001, "Wrong alignment on WBP_UI_ModdedHeists_HeistSelection_C_DisplayPopUp"); \ +static_assert(sizeof(WBP_UI_ModdedHeists_HeistSelection_C_DisplayPopUp) == 0x000001, "Wrong size on WBP_UI_ModdedHeists_HeistSelection_C_DisplayPopUp"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_DisplayPopUp, bShouldDisplay) == 0x000000, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_DisplayPopUp::bShouldDisplay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModdedHeists_HeistSelection_C_OnControlRefPressed \ +static_assert(alignof(WBP_UI_ModdedHeists_HeistSelection_C_OnControlRefPressed) == 0x000008, "Wrong alignment on WBP_UI_ModdedHeists_HeistSelection_C_OnControlRefPressed"); \ +static_assert(sizeof(WBP_UI_ModdedHeists_HeistSelection_C_OnControlRefPressed) == 0x000028, "Wrong size on WBP_UI_ModdedHeists_HeistSelection_C_OnControlRefPressed"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_OnControlRefPressed, ActionName) == 0x000000, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_OnControlRefPressed::ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_OnControlRefPressed, CallFunc_IsShippingBuild_ReturnValue) == 0x00000C, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_OnControlRefPressed::CallFunc_IsShippingBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_OnControlRefPressed, K2Node_SwitchName_CmpSuccess) == 0x00000D, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_OnControlRefPressed::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_OnControlRefPressed, CallFunc_Not_PreBool_ReturnValue) == 0x00000E, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_OnControlRefPressed::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_OnControlRefPressed, CallFunc_GetUIManager_ReturnValue) == 0x000010, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_OnControlRefPressed::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_OnControlRefPressed, CallFunc_PopStack_ReturnValue) == 0x000018, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_OnControlRefPressed::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModdedHeists_HeistSelection_C_ResetVisuals \ +static_assert(alignof(WBP_UI_ModdedHeists_HeistSelection_C_ResetVisuals) == 0x000008, "Wrong alignment on WBP_UI_ModdedHeists_HeistSelection_C_ResetVisuals"); \ +static_assert(sizeof(WBP_UI_ModdedHeists_HeistSelection_C_ResetVisuals) == 0x000050, "Wrong size on WBP_UI_ModdedHeists_HeistSelection_C_ResetVisuals"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ResetVisuals, K2Node_MakeStruct_Margin) == 0x000000, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ResetVisuals::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ResetVisuals, K2Node_MakeStruct_Margin_1) == 0x000010, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ResetVisuals::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ResetVisuals, K2Node_MakeStruct_Margin_2) == 0x000020, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ResetVisuals::K2Node_MakeStruct_Margin_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ResetVisuals, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue) == 0x000030, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ResetVisuals::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ResetVisuals, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_1) == 0x000038, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ResetVisuals::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ResetVisuals, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_2) == 0x000040, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ResetVisuals::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ResetVisuals, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_3) == 0x000048, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ResetVisuals::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModdedHeists_HeistSelection_C_Check_Heist_List_Empty \ +static_assert(alignof(WBP_UI_ModdedHeists_HeistSelection_C_Check_Heist_List_Empty) == 0x000001, "Wrong alignment on WBP_UI_ModdedHeists_HeistSelection_C_Check_Heist_List_Empty"); \ +static_assert(sizeof(WBP_UI_ModdedHeists_HeistSelection_C_Check_Heist_List_Empty) == 0x000005, "Wrong size on WBP_UI_ModdedHeists_HeistSelection_C_Check_Heist_List_Empty"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_Check_Heist_List_Empty, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_Check_Heist_List_Empty::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_Check_Heist_List_Empty, Temp_byte_Variable) == 0x000001, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_Check_Heist_List_Empty::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_Check_Heist_List_Empty, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_Check_Heist_List_Empty::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_Check_Heist_List_Empty, CallFunc_HasAnyChildren_ReturnValue) == 0x000003, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_Check_Heist_List_Empty::CallFunc_HasAnyChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_Check_Heist_List_Empty, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_Check_Heist_List_Empty::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists \ +static_assert(alignof(WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists) == 0x000008, "Wrong alignment on WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists"); \ +static_assert(sizeof(WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists) == 0x000070, "Wrong size on WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists, Temp_byte_Variable) == 0x000000, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists, Temp_byte_Variable_1) == 0x000001, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists, Temp_bool_Variable) == 0x000010, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists, K2Node_Select_Default) == 0x000012, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists, CallFunc_Map_Keys_Keys) == 0x000018, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists, CallFunc_Map_Find_Value) == 0x000040, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists, CallFunc_Map_Find_ReturnValue) == 0x000068, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists, CallFunc_Array_Contains_ReturnValue) == 0x000069, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists, CallFunc_BooleanAND_ReturnValue) == 0x00006A, "Member 'WBP_UI_ModdedHeists_HeistSelection_C_ToggleBaseGameHeists::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_ModdedHeists_HeistSelection_C \ +static_assert(alignof(UWBP_UI_ModdedHeists_HeistSelection_C) == 0x000008, "Wrong alignment on UWBP_UI_ModdedHeists_HeistSelection_C"); \ +static_assert(sizeof(UWBP_UI_ModdedHeists_HeistSelection_C) == 0x000420, "Wrong size on UWBP_UI_ModdedHeists_HeistSelection_C"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, UberGraphFrame) == 0x0002C0, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, ShowButtons) == 0x0002C8, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::ShowButtons' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, Image_Background) == 0x0002D0, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, NoHeists) == 0x0002D8, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::NoHeists' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, NoHeistsSizeBox) == 0x0002E0, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::NoHeistsSizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, Overlay_HeistDescription) == 0x0002E8, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::Overlay_HeistDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, Overlay_PanelSpace) == 0x0002F0, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::Overlay_PanelSpace' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, ScreenTitle) == 0x0002F8, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, ScrollBox_183) == 0x000300, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::ScrollBox_183' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, ScrollBox_LevelList) == 0x000308, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::ScrollBox_LevelList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, SizeBox) == 0x000310, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::SizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, SizeBox_0) == 0x000318, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::SizeBox_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, SizeBox_LevelList) == 0x000320, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::SizeBox_LevelList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, Text_Best) == 0x000328, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::Text_Best' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, Text_Best_1) == 0x000330, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::Text_Best_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, Text_Best_2) == 0x000338, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::Text_Best_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, Text_Desc_LevelDescription) == 0x000340, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::Text_Desc_LevelDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, Text_Desc_LoudTime_Hard) == 0x000348, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::Text_Desc_LoudTime_Hard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, Text_Desc_LoudTime_Normal) == 0x000350, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::Text_Desc_LoudTime_Normal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, Text_Desc_LoudTime_Overkill) == 0x000358, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::Text_Desc_LoudTime_Overkill' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, Text_Desc_LoudTime_VeryHard) == 0x000360, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::Text_Desc_LoudTime_VeryHard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, Text_Desc_StealthTime_Hard) == 0x000368, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::Text_Desc_StealthTime_Hard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, Text_Desc_StealthTime_Normal) == 0x000370, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::Text_Desc_StealthTime_Normal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, Text_Desc_StealthTime_Overkill) == 0x000378, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::Text_Desc_StealthTime_Overkill' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, Text_Desc_StealthTime_VeryHard) == 0x000380, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::Text_Desc_StealthTime_VeryHard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, Text_Desc_Title) == 0x000388, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::Text_Desc_Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, Widget_DifficultySelection) == 0x000390, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::Widget_DifficultySelection' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, ActiveHeistButton) == 0x000398, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::ActiveHeistButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, bIsPopUpDisplayed) == 0x0003A0, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::bIsPopUpDisplayed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, ActiveMatchmakeButton) == 0x0003A8, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::ActiveMatchmakeButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, ActiveMatchmakingMenuButton) == 0x0003B0, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::ActiveMatchmakingMenuButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, ButtonToMapMap) == 0x0003B8, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::ButtonToMapMap' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, CurrentDifficultyIndex) == 0x000408, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::CurrentDifficultyIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, EscapeClicked) == 0x00040C, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::EscapeClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, ModdedHeistSelectorActor) == 0x000410, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::ModdedHeistSelectorActor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModdedHeists_HeistSelection_C, BaseGameHeistsVisible) == 0x000418, "Member 'UWBP_UI_ModdedHeists_HeistSelection_C::BaseGameHeistsVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus \ +static_assert(alignof(WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus) == 0x000008, "Wrong alignment on WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus"); \ +static_assert(sizeof(WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus) == 0x000078, "Wrong size on WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus, Temp_int_Variable) == 0x000004, "Member 'WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus, K2Node_Event_DroppedCarryType) == 0x000008, "Member 'WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus::K2Node_Event_DroppedCarryType' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus, K2Node_Event_PickedUpCarryType) == 0x000010, "Member 'WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus::K2Node_Event_PickedUpCarryType' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus, CallFunc_GetChildrenCount_ReturnValue) == 0x00001C, "Member 'WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus, CallFunc_Subtract_IntInt_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus, Temp_int_Variable_1) == 0x000024, "Member 'WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus, CallFunc_GetChildAt_ReturnValue) == 0x000028, "Member 'WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus, CallFunc_Greater_IntInt_ReturnValue) == 0x000030, "Member 'WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus, K2Node_DynamicCast_AsWBP_UI_Widget_Crew_Carry_Status_Item) == 0x000038, "Member 'WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus::K2Node_DynamicCast_AsWBP_UI_Widget_Crew_Carry_Status_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus, CallFunc_Create_ReturnValue) == 0x000048, "Member 'WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus, CallFunc_AddChild_ReturnValue) == 0x000050, "Member 'WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000058, "Member 'WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus, CallFunc_GetChildAt_ReturnValue_1) == 0x000060, "Member 'WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus::CallFunc_GetChildAt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus, K2Node_DynamicCast_AsWBP_UI_Widget_Crew_Carry_Status_Item_1) == 0x000068, "Member 'WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus::K2Node_DynamicCast_AsWBP_UI_Widget_Crew_Carry_Status_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'WBP_UI_Widget_PartyMemberCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberCarryStatus::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyMemberCarryStatus_C_OnCarryTypePickedUp \ +static_assert(alignof(WBP_UI_Widget_PartyMemberCarryStatus_C_OnCarryTypePickedUp) == 0x000008, "Wrong alignment on WBP_UI_Widget_PartyMemberCarryStatus_C_OnCarryTypePickedUp"); \ +static_assert(sizeof(WBP_UI_Widget_PartyMemberCarryStatus_C_OnCarryTypePickedUp) == 0x000008, "Wrong size on WBP_UI_Widget_PartyMemberCarryStatus_C_OnCarryTypePickedUp"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberCarryStatus_C_OnCarryTypePickedUp, PickedUpCarryType) == 0x000000, "Member 'WBP_UI_Widget_PartyMemberCarryStatus_C_OnCarryTypePickedUp::PickedUpCarryType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyMemberCarryStatus_C_OnCarryTypeDropped \ +static_assert(alignof(WBP_UI_Widget_PartyMemberCarryStatus_C_OnCarryTypeDropped) == 0x000008, "Wrong alignment on WBP_UI_Widget_PartyMemberCarryStatus_C_OnCarryTypeDropped"); \ +static_assert(sizeof(WBP_UI_Widget_PartyMemberCarryStatus_C_OnCarryTypeDropped) == 0x000008, "Wrong size on WBP_UI_Widget_PartyMemberCarryStatus_C_OnCarryTypeDropped"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberCarryStatus_C_OnCarryTypeDropped, DroppedCarryType) == 0x000000, "Member 'WBP_UI_Widget_PartyMemberCarryStatus_C_OnCarryTypeDropped::DroppedCarryType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_PartyMemberCarryStatus_C \ +static_assert(alignof(UWBP_UI_Widget_PartyMemberCarryStatus_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_PartyMemberCarryStatus_C"); \ +static_assert(sizeof(UWBP_UI_Widget_PartyMemberCarryStatus_C) == 0x000300, "Wrong size on UWBP_UI_Widget_PartyMemberCarryStatus_C"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyMemberCarryStatus_C, UberGraphFrame) == 0x0002E8, "Member 'UWBP_UI_Widget_PartyMemberCarryStatus_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyMemberCarryStatus_C, ItemBox) == 0x0002F0, "Member 'UWBP_UI_Widget_PartyMemberCarryStatus_C::ItemBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyMemberCarryStatus_C, Count) == 0x0002F8, "Member 'UWBP_UI_Widget_PartyMemberCarryStatus_C::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu \ +static_assert(alignof(BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu) == 0x000008, "Wrong alignment on BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu"); \ +static_assert(sizeof(BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu) == 0x0000C0, "Wrong size on BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu, EntryPoint) == 0x000000, "Member 'BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu, CallFunc_Map_Keys_Keys) == 0x000008, "Member 'BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu, K2Node_CustomEvent_Button_1) == 0x000018, "Member 'BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu::K2Node_CustomEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu, K2Node_DynamicCast_AsWBP_UI_Crime_Net_Text_Button) == 0x000028, "Member 'BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu::K2Node_DynamicCast_AsWBP_UI_Crime_Net_Text_Button' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu, K2Node_CustomEvent_Button) == 0x000038, "Member 'BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu::K2Node_CustomEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu, K2Node_CustomEvent_bIsEnabled) == 0x000040, "Member 'BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu::K2Node_CustomEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu, K2Node_DynamicCast_AsWBP_UI_Crime_Net_Text_Button_1) == 0x000048, "Member 'BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu::K2Node_DynamicCast_AsWBP_UI_Crime_Net_Text_Button_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu, CallFunc_Map_Find_Value) == 0x000060, "Member 'BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu, CallFunc_Map_Find_ReturnValue) == 0x000088, "Member 'BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu, Temp_int_Array_Index_Variable) == 0x00008C, "Member 'BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu, CallFunc_LevelPathToIdx_ReturnValue) == 0x000090, "Member 'BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu::CallFunc_LevelPathToIdx_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu, CallFunc_Array_Get_Item) == 0x000098, "Member 'BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000A0, "Member 'BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu, CallFunc_AddChild_ReturnValue) == 0x0000A8, "Member 'BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu, K2Node_CustomEvent_HeistMenu) == 0x0000B0, "Member 'BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu::K2Node_CustomEvent_HeistMenu' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu, CallFunc_GetGameStateMachine_ReturnValue) == 0x0000B8, "Member 'BP_ModdedHeistSelectionMenu_C_ExecuteUbergraph_BP_ModdedHeistSelectionMenu::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ModdedHeistSelectionMenu_C_SpawnWidget \ +static_assert(alignof(BP_ModdedHeistSelectionMenu_C_SpawnWidget) == 0x000008, "Wrong alignment on BP_ModdedHeistSelectionMenu_C_SpawnWidget"); \ +static_assert(sizeof(BP_ModdedHeistSelectionMenu_C_SpawnWidget) == 0x000008, "Wrong size on BP_ModdedHeistSelectionMenu_C_SpawnWidget"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SpawnWidget, HeistMenu) == 0x000000, "Member 'BP_ModdedHeistSelectionMenu_C_SpawnWidget::HeistMenu' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ModdedHeistSelectionMenu_C_OnButtonHover \ +static_assert(alignof(BP_ModdedHeistSelectionMenu_C_OnButtonHover) == 0x000008, "Wrong alignment on BP_ModdedHeistSelectionMenu_C_OnButtonHover"); \ +static_assert(sizeof(BP_ModdedHeistSelectionMenu_C_OnButtonHover) == 0x000010, "Wrong size on BP_ModdedHeistSelectionMenu_C_OnButtonHover"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_OnButtonHover, Button) == 0x000000, "Member 'BP_ModdedHeistSelectionMenu_C_OnButtonHover::Button' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_OnButtonHover, bIsEnabled) == 0x000008, "Member 'BP_ModdedHeistSelectionMenu_C_OnButtonHover::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ModdedHeistSelectionMenu_C_OnHeistButtonSelected \ +static_assert(alignof(BP_ModdedHeistSelectionMenu_C_OnHeistButtonSelected) == 0x000008, "Wrong alignment on BP_ModdedHeistSelectionMenu_C_OnHeistButtonSelected"); \ +static_assert(sizeof(BP_ModdedHeistSelectionMenu_C_OnHeistButtonSelected) == 0x000008, "Wrong size on BP_ModdedHeistSelectionMenu_C_OnHeistButtonSelected"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_OnHeistButtonSelected, Button) == 0x000000, "Member 'BP_ModdedHeistSelectionMenu_C_OnHeistButtonSelected::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ModdedHeistSelectionMenu_C_GetHeistInfo \ +static_assert(alignof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo) == 0x000008, "Wrong alignment on BP_ModdedHeistSelectionMenu_C_GetHeistInfo"); \ +static_assert(sizeof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo) == 0x000108, "Wrong size on BP_ModdedHeistSelectionMenu_C_GetHeistInfo"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, Temp_int_Array_Index_Variable_1) == 0x000004, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, Temp_int_Array_Index_Variable_2) == 0x000010, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, CallFunc_IsShippingBuild_ReturnValue) == 0x000014, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::CallFunc_IsShippingBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, Temp_int_Loop_Counter_Variable_1) == 0x000018, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, Temp_int_Loop_Counter_Variable_2) == 0x000020, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, CallFunc_GetHeistCollections_ReturnValue) == 0x000028, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::CallFunc_GetHeistCollections_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, CallFunc_Array_Get_Item_1) == 0x000070, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, CallFunc_Array_AddUnique_ReturnValue) == 0x000090, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, CallFunc_Array_Length_ReturnValue_1) == 0x000094, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, CallFunc_Add_IntInt_ReturnValue_2) == 0x000098, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, CallFunc_Less_IntInt_ReturnValue_1) == 0x00009C, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, CallFunc_GetAllHeistData_ReturnValue) == 0x0000A0, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::CallFunc_GetAllHeistData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, CallFunc_Array_Length_ReturnValue_2) == 0x0000B0, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, CallFunc_Array_Get_Item_2) == 0x0000B8, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000E0, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, CallFunc_Array_AddUnique_ReturnValue_1) == 0x0000E4, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, CallFunc_Array_Contains_ReturnValue) == 0x0000E8, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, CallFunc_BreakSoftObjectPath_PathString) == 0x0000F0, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::CallFunc_BreakSoftObjectPath_PathString' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, CallFunc_BooleanAND_ReturnValue) == 0x000100, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, CallFunc_Contains_ReturnValue) == 0x000101, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_GetHeistInfo, CallFunc_BooleanOR_ReturnValue) == 0x000102, "Member 'BP_ModdedHeistSelectionMenu_C_GetHeistInfo::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons \ +static_assert(alignof(BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons) == 0x000008, "Wrong alignment on BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons"); \ +static_assert(sizeof(BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons) == 0x0000A8, "Wrong size on BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons, K2Node_MakeStruct_Margin) == 0x000000, "Member 'BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons, CallFunc_Create_ReturnValue) == 0x000020, "Member 'BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons, K2Node_CreateDelegate_OutputDelegate_1) == 0x00003C, "Member 'BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000088, "Member 'BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000090, "Member 'BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons, K2Node_DynamicCast_AsPaper_Sprite) == 0x000098, "Member 'BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'BP_ModdedHeistSelectionMenu_C_MakeModdedHeistButtons::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo \ +static_assert(alignof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo) == 0x000008, "Wrong alignment on BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo"); \ +static_assert(sizeof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo) == 0x000168, "Wrong size on BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, SelectedButton_0) == 0x000000, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::SelectedButton_0' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, StealthTimeText) == 0x000008, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::StealthTimeText' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, LoudTimeText) == 0x000018, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::LoudTimeText' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, Temp_int_Loop_Counter_Variable_1) == 0x00002C, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Add_IntInt_ReturnValue_1) == 0x000034, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, Temp_int_Array_Index_Variable) == 0x000038, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, Temp_int_Array_Index_Variable_1) == 0x00003C, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, Temp_int_Array_Index_Variable_2) == 0x000040, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, Temp_int_Loop_Counter_Variable_2) == 0x000044, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Add_IntInt_ReturnValue_2) == 0x000048, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Array_Add_ReturnValue) == 0x00004C, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Array_Add_ReturnValue_1) == 0x000050, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Array_Add_ReturnValue_2) == 0x000054, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Array_Add_ReturnValue_3) == 0x000058, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Array_Add_ReturnValue_4) == 0x00005C, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Array_Add_ReturnValue_5) == 0x000060, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Array_Add_ReturnValue_6) == 0x000064, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Array_Add_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Array_Add_ReturnValue_7) == 0x000068, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Array_Add_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Array_Get_Item) == 0x000070, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Conv_StringToFloat_ReturnValue) == 0x000078, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Conv_StringToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Array_Length_ReturnValue) == 0x00007C, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_FTrunc_ReturnValue) == 0x000080, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Less_IntInt_ReturnValue) == 0x000084, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_FormatIntToTimerText_ReturnValue) == 0x000088, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_FormatIntToTimerText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x0000A0, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Array_Length_ReturnValue_1) == 0x0000B0, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000B4, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Conv_StringToFloat_ReturnValue_1) == 0x0000B8, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Conv_StringToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_FTrunc_ReturnValue_1) == 0x0000BC, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_FormatIntToTimerText_ReturnValue_1) == 0x0000C0, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_FormatIntToTimerText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_EqualEqual_FloatFloat_ReturnValue_1) == 0x0000D8, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_EqualEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_GetPlayerStatisticsManager_ReturnValue) == 0x0000E0, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_GetPlayerStatisticsManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Map_Find_Value) == 0x0000E8, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Map_Find_ReturnValue) == 0x000110, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_GetHeistBestTimes_ReturnValue) == 0x000118, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_GetHeistBestTimes_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Array_Get_Item_2) == 0x000128, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Array_Length_ReturnValue_2) == 0x000130, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Less_IntInt_ReturnValue_2) == 0x000134, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Conv_FloatToString_ReturnValue) == 0x000138, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Array_Add_ReturnValue_8) == 0x000148, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Array_Add_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000150, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo, CallFunc_Array_Add_ReturnValue_9) == 0x000160, "Member 'BP_ModdedHeistSelectionMenu_C_SetSelectedHeistInfo::CallFunc_Array_Add_ReturnValue_9' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ModdedHeistSelectionMenu_C \ +static_assert(alignof(ABP_ModdedHeistSelectionMenu_C) == 0x000008, "Wrong alignment on ABP_ModdedHeistSelectionMenu_C"); \ +static_assert(sizeof(ABP_ModdedHeistSelectionMenu_C) == 0x000398, "Wrong size on ABP_ModdedHeistSelectionMenu_C"); \ +static_assert(offsetof(ABP_ModdedHeistSelectionMenu_C, UberGraphFrame_BP_ModdedHeistSelectionMenu_C) == 0x0002C8, "Member 'ABP_ModdedHeistSelectionMenu_C::UberGraphFrame_BP_ModdedHeistSelectionMenu_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_ModdedHeistSelectionMenu_C, MyPersistentManagerObject) == 0x0002D0, "Member 'ABP_ModdedHeistSelectionMenu_C::MyPersistentManagerObject' has a wrong offset!"); \ +static_assert(offsetof(ABP_ModdedHeistSelectionMenu_C, ModdedHeistsArray) == 0x0002D8, "Member 'ABP_ModdedHeistSelectionMenu_C::ModdedHeistsArray' has a wrong offset!"); \ +static_assert(offsetof(ABP_ModdedHeistSelectionMenu_C, ModdedHeistsMenu) == 0x0002E8, "Member 'ABP_ModdedHeistSelectionMenu_C::ModdedHeistsMenu' has a wrong offset!"); \ +static_assert(offsetof(ABP_ModdedHeistSelectionMenu_C, HeistDataButtonsMap) == 0x0002F0, "Member 'ABP_ModdedHeistSelectionMenu_C::HeistDataButtonsMap' has a wrong offset!"); \ +static_assert(offsetof(ABP_ModdedHeistSelectionMenu_C, SelectedButton) == 0x000340, "Member 'ABP_ModdedHeistSelectionMenu_C::SelectedButton' has a wrong offset!"); \ +static_assert(offsetof(ABP_ModdedHeistSelectionMenu_C, SocialScreenButton) == 0x000348, "Member 'ABP_ModdedHeistSelectionMenu_C::SocialScreenButton' has a wrong offset!"); \ +static_assert(offsetof(ABP_ModdedHeistSelectionMenu_C, Stealth_Time) == 0x000350, "Member 'ABP_ModdedHeistSelectionMenu_C::Stealth_Time' has a wrong offset!"); \ +static_assert(offsetof(ABP_ModdedHeistSelectionMenu_C, StealthTimes) == 0x000358, "Member 'ABP_ModdedHeistSelectionMenu_C::StealthTimes' has a wrong offset!"); \ +static_assert(offsetof(ABP_ModdedHeistSelectionMenu_C, LoudTimes) == 0x000368, "Member 'ABP_ModdedHeistSelectionMenu_C::LoudTimes' has a wrong offset!"); \ +static_assert(offsetof(ABP_ModdedHeistSelectionMenu_C, GameHeists) == 0x000378, "Member 'ABP_ModdedHeistSelectionMenu_C::GameHeists' has a wrong offset!"); \ +static_assert(offsetof(ABP_ModdedHeistSelectionMenu_C, GameHeistsLevelPaths) == 0x000388, "Member 'ABP_ModdedHeistSelectionMenu_C::GameHeistsLevelPaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCustomWeaponFOVSave_C \ +static_assert(alignof(UCustomWeaponFOVSave_C) == 0x000008, "Wrong alignment on UCustomWeaponFOVSave_C"); \ +static_assert(sizeof(UCustomWeaponFOVSave_C) == 0x000038, "Wrong size on UCustomWeaponFOVSave_C"); \ +static_assert(offsetof(UCustomWeaponFOVSave_C, MTModCustomWeaponFOVFloat) == 0x000030, "Member 'UCustomWeaponFOVSave_C::MTModCustomWeaponFOVFloat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_BackItemMethBag_C \ +static_assert(alignof(ABP_BackItemMethBag_C) == 0x000008, "Wrong alignment on ABP_BackItemMethBag_C"); \ +static_assert(sizeof(ABP_BackItemMethBag_C) == 0x000318, "Wrong size on ABP_BackItemMethBag_C"); \ + +#define DUMPER7_ASSERTS_CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget \ +static_assert(alignof(CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget) == 0x000008, "Wrong alignment on CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget"); \ +static_assert(sizeof(CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget) == 0x000070, "Wrong size on CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget, EntryPoint) == 0x000000, "Member 'CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget, ___int_Array_Index_Variable) == 0x000004, "Member 'CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget::___int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget, ___int_Loop_Counter_Variable) == 0x000008, "Member 'CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget::___int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget, K2Node_ComponentBoundEvent_Value) == 0x000010, "Member 'CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget, K2Node_Event_MyGeometry) == 0x000014, "Member 'CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget, K2Node_Event_InDeltaTime) == 0x00004C, "Member 'CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget, CallFunc_GetAllActorsOfClass_OutActors) == 0x000050, "Member 'CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget, CallFunc_Array_Get_Item) == 0x000060, "Member 'CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'CustomWeaponFOVWidget_C_ExecuteUbergraph_CustomWeaponFOVWidget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CustomWeaponFOVWidget_C_Tick \ +static_assert(alignof(CustomWeaponFOVWidget_C_Tick) == 0x000004, "Wrong alignment on CustomWeaponFOVWidget_C_Tick"); \ +static_assert(sizeof(CustomWeaponFOVWidget_C_Tick) == 0x00003C, "Wrong size on CustomWeaponFOVWidget_C_Tick"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_Tick, MyGeometry) == 0x000000, "Member 'CustomWeaponFOVWidget_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_Tick, InDeltaTime) == 0x000038, "Member 'CustomWeaponFOVWidget_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CustomWeaponFOVWidget_C_BndEvt__CustomWeaponFOVWidget_Slider_CustomWeaponFOV_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature \ +static_assert(alignof(CustomWeaponFOVWidget_C_BndEvt__CustomWeaponFOVWidget_Slider_CustomWeaponFOV_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong alignment on CustomWeaponFOVWidget_C_BndEvt__CustomWeaponFOVWidget_Slider_CustomWeaponFOV_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature"); \ +static_assert(sizeof(CustomWeaponFOVWidget_C_BndEvt__CustomWeaponFOVWidget_Slider_CustomWeaponFOV_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong size on CustomWeaponFOVWidget_C_BndEvt__CustomWeaponFOVWidget_Slider_CustomWeaponFOV_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_BndEvt__CustomWeaponFOVWidget_Slider_CustomWeaponFOV_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature, Value) == 0x000000, "Member 'CustomWeaponFOVWidget_C_BndEvt__CustomWeaponFOVWidget_Slider_CustomWeaponFOV_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CustomWeaponFOVWidget_C_Get_Text_CustomWeaponFOV_Text_0 \ +static_assert(alignof(CustomWeaponFOVWidget_C_Get_Text_CustomWeaponFOV_Text_0) == 0x000008, "Wrong alignment on CustomWeaponFOVWidget_C_Get_Text_CustomWeaponFOV_Text_0"); \ +static_assert(sizeof(CustomWeaponFOVWidget_C_Get_Text_CustomWeaponFOV_Text_0) == 0x000030, "Wrong size on CustomWeaponFOVWidget_C_Get_Text_CustomWeaponFOV_Text_0"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_Get_Text_CustomWeaponFOV_Text_0, ReturnValue) == 0x000000, "Member 'CustomWeaponFOVWidget_C_Get_Text_CustomWeaponFOV_Text_0::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_Get_Text_CustomWeaponFOV_Text_0, CallFunc_Conv_FloatToText_ReturnValue) == 0x000018, "Member 'CustomWeaponFOVWidget_C_Get_Text_CustomWeaponFOV_Text_0::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CustomWeaponFOVWidget_C_Get_Slider_CustomWeaponFOV_Value_0 \ +static_assert(alignof(CustomWeaponFOVWidget_C_Get_Slider_CustomWeaponFOV_Value_0) == 0x000004, "Wrong alignment on CustomWeaponFOVWidget_C_Get_Slider_CustomWeaponFOV_Value_0"); \ +static_assert(sizeof(CustomWeaponFOVWidget_C_Get_Slider_CustomWeaponFOV_Value_0) == 0x000004, "Wrong size on CustomWeaponFOVWidget_C_Get_Slider_CustomWeaponFOV_Value_0"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_Get_Slider_CustomWeaponFOV_Value_0, ReturnValue) == 0x000000, "Member 'CustomWeaponFOVWidget_C_Get_Slider_CustomWeaponFOV_Value_0::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV \ +static_assert(alignof(CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV) == 0x000008, "Wrong alignment on CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV"); \ +static_assert(sizeof(CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV) == 0x000068, "Wrong size on CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV, FOV) == 0x000000, "Member 'CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV::FOV' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV, ___int_Loop_Counter_Variable) == 0x000004, "Member 'CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV::___int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV, ___int_Array_Index_Variable) == 0x00000C, "Member 'CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV::___int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV, ___int_Loop_Counter_Variable_1) == 0x000010, "Member 'CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV::___int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV, CallFunc_GetAllActorsOfClass_OutActors) == 0x000018, "Member 'CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV, ___int_Array_Index_Variable_1) == 0x000028, "Member 'CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV::___int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV, CallFunc_Array_Get_Item) == 0x000030, "Member 'CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000040, "Member 'CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV, CallFunc_Array_Length_ReturnValue_1) == 0x000050, "Member 'CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV, CallFunc_Less_IntInt_ReturnValue_1) == 0x000060, "Member 'CustomWeaponFOVWidget_C_Set_MTModOnTopBaseFOV::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCustomWeaponFOVWidget_C \ +static_assert(alignof(UCustomWeaponFOVWidget_C) == 0x000008, "Wrong alignment on UCustomWeaponFOVWidget_C"); \ +static_assert(sizeof(UCustomWeaponFOVWidget_C) == 0x0002B8, "Wrong size on UCustomWeaponFOVWidget_C"); \ +static_assert(offsetof(UCustomWeaponFOVWidget_C, UberGraphFrame) == 0x000290, "Member 'UCustomWeaponFOVWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UCustomWeaponFOVWidget_C, Button_ResetAllSettings) == 0x000298, "Member 'UCustomWeaponFOVWidget_C::Button_ResetAllSettings' has a wrong offset!"); \ +static_assert(offsetof(UCustomWeaponFOVWidget_C, Slider_CustomWeaponFOV) == 0x0002A0, "Member 'UCustomWeaponFOVWidget_C::Slider_CustomWeaponFOV' has a wrong offset!"); \ +static_assert(offsetof(UCustomWeaponFOVWidget_C, Text_CustomWeaponFOV) == 0x0002A8, "Member 'UCustomWeaponFOVWidget_C::Text_CustomWeaponFOV' has a wrong offset!"); \ +static_assert(offsetof(UCustomWeaponFOVWidget_C, WidgetCustomWeaponFOVFloat) == 0x0002B0, "Member 'UCustomWeaponFOVWidget_C::WidgetCustomWeaponFOVFloat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Projector_01_SmallDestruction_C \ +static_assert(alignof(ABP_Projector_01_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_Projector_01_SmallDestruction_C"); \ +static_assert(sizeof(ABP_Projector_01_SmallDestruction_C) == 0x0002D8, "Wrong size on ABP_Projector_01_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_UCustomWeaponFOVModMeta_C \ +static_assert(alignof(UCustomWeaponFOVModMeta_C) == 0x000008, "Wrong alignment on UCustomWeaponFOVModMeta_C"); \ +static_assert(sizeof(UCustomWeaponFOVModMeta_C) == 0x0000F0, "Wrong size on UCustomWeaponFOVModMeta_C"); \ + +#define DUMPER7_ASSERTS_ABP_RangedWeapon_Pistol_S40_C \ +static_assert(alignof(ABP_RangedWeapon_Pistol_S40_C) == 0x000010, "Wrong alignment on ABP_RangedWeapon_Pistol_S40_C"); \ +static_assert(sizeof(ABP_RangedWeapon_Pistol_S40_C) == 0x000750, "Wrong size on ABP_RangedWeapon_Pistol_S40_C"); \ + +#define DUMPER7_ASSERTS_UFWB___C \ +static_assert(alignof(UFWB___C) == 0x000008, "Wrong alignment on UFWB___C"); \ +static_assert(sizeof(UFWB___C) == 0x0000F0, "Wrong size on UFWB___C"); \ + +#define DUMPER7_ASSERTS_UBP_GasCameraFeedback_C \ +static_assert(alignof(UBP_GasCameraFeedback_C) == 0x000008, "Wrong alignment on UBP_GasCameraFeedback_C"); \ +static_assert(sizeof(UBP_GasCameraFeedback_C) == 0x000308, "Wrong size on UBP_GasCameraFeedback_C"); \ + +#define DUMPER7_ASSERTS_UGA_CuttingTool_C \ +static_assert(alignof(UGA_CuttingTool_C) == 0x000008, "Wrong alignment on UGA_CuttingTool_C"); \ +static_assert(sizeof(UGA_CuttingTool_C) == 0x000530, "Wrong size on UGA_CuttingTool_C"); \ + +#define DUMPER7_ASSERTS_BP_BaseHelicopter_C_ExecuteUbergraph_BP_BaseHelicopter \ +static_assert(alignof(BP_BaseHelicopter_C_ExecuteUbergraph_BP_BaseHelicopter) == 0x000004, "Wrong alignment on BP_BaseHelicopter_C_ExecuteUbergraph_BP_BaseHelicopter"); \ +static_assert(sizeof(BP_BaseHelicopter_C_ExecuteUbergraph_BP_BaseHelicopter) == 0x0000C0, "Wrong size on BP_BaseHelicopter_C_ExecuteUbergraph_BP_BaseHelicopter"); \ +static_assert(offsetof(BP_BaseHelicopter_C_ExecuteUbergraph_BP_BaseHelicopter, EntryPoint) == 0x000000, "Member 'BP_BaseHelicopter_C_ExecuteUbergraph_BP_BaseHelicopter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_ExecuteUbergraph_BP_BaseHelicopter, CallFunc_CheckDistanceToGround_Location) == 0x000004, "Member 'BP_BaseHelicopter_C_ExecuteUbergraph_BP_BaseHelicopter::CallFunc_CheckDistanceToGround_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_ExecuteUbergraph_BP_BaseHelicopter, CallFunc_CheckDistanceToGround_DistanceToGround) == 0x000010, "Member 'BP_BaseHelicopter_C_ExecuteUbergraph_BP_BaseHelicopter::CallFunc_CheckDistanceToGround_DistanceToGround' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_ExecuteUbergraph_BP_BaseHelicopter, CallFunc_Less_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_BaseHelicopter_C_ExecuteUbergraph_BP_BaseHelicopter::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_ExecuteUbergraph_BP_BaseHelicopter, CallFunc_IsDedicatedServer_ReturnValue) == 0x000015, "Member 'BP_BaseHelicopter_C_ExecuteUbergraph_BP_BaseHelicopter::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_ExecuteUbergraph_BP_BaseHelicopter, CallFunc_CheckDistanceToGround_Location_1) == 0x000018, "Member 'BP_BaseHelicopter_C_ExecuteUbergraph_BP_BaseHelicopter::CallFunc_CheckDistanceToGround_Location_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_ExecuteUbergraph_BP_BaseHelicopter, CallFunc_CheckDistanceToGround_DistanceToGround_1) == 0x000024, "Member 'BP_BaseHelicopter_C_ExecuteUbergraph_BP_BaseHelicopter::CallFunc_CheckDistanceToGround_DistanceToGround_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_ExecuteUbergraph_BP_BaseHelicopter, CallFunc_MapRangeClamped_ReturnValue) == 0x000028, "Member 'BP_BaseHelicopter_C_ExecuteUbergraph_BP_BaseHelicopter::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_ExecuteUbergraph_BP_BaseHelicopter, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00002C, "Member 'BP_BaseHelicopter_C_ExecuteUbergraph_BP_BaseHelicopter::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_ExecuteUbergraph_BP_BaseHelicopter, CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult) == 0x000030, "Member 'BP_BaseHelicopter_C_ExecuteUbergraph_BP_BaseHelicopter::CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BaseHelicopter_C_CheckDistanceToGround \ +static_assert(alignof(BP_BaseHelicopter_C_CheckDistanceToGround) == 0x000008, "Wrong alignment on BP_BaseHelicopter_C_CheckDistanceToGround"); \ +static_assert(sizeof(BP_BaseHelicopter_C_CheckDistanceToGround) == 0x000168, "Wrong size on BP_BaseHelicopter_C_CheckDistanceToGround"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, GeoTracking) == 0x000000, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::GeoTracking' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, Location) == 0x000008, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, DistanceToGround) == 0x000014, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::DistanceToGround' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, Temp_object_Variable) == 0x000018, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000028, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000034, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, CallFunc_LineTraceSingle_OutHit) == 0x000040, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, CallFunc_LineTraceSingle_ReturnValue) == 0x0000D0, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_bBlockingHit) == 0x0000D1, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000D2, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_Time) == 0x0000D4, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_Distance) == 0x0000D8, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_Location) == 0x0000DC, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_ImpactPoint) == 0x0000E8, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_Normal) == 0x0000F4, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_ImpactNormal) == 0x000100, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_PhysMat) == 0x000110, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_HitActor) == 0x000118, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_HitComponent) == 0x000120, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_HitBoneName) == 0x000128, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_HitItem) == 0x000134, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_ElementIndex) == 0x000138, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_FaceIndex) == 0x00013C, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_TraceStart) == 0x000140, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_TraceEnd) == 0x00014C, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000158, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseHelicopter_C_CheckDistanceToGround, CallFunc_VSize_ReturnValue) == 0x000164, "Member 'BP_BaseHelicopter_C_CheckDistanceToGround::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_BaseHelicopter_C \ +static_assert(alignof(ABP_BaseHelicopter_C) == 0x000010, "Wrong alignment on ABP_BaseHelicopter_C"); \ +static_assert(sizeof(ABP_BaseHelicopter_C) == 0x0006C0, "Wrong size on ABP_BaseHelicopter_C"); \ +static_assert(offsetof(ABP_BaseHelicopter_C, UberGraphFrame) == 0x0006A0, "Member 'ABP_BaseHelicopter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_BaseHelicopter_C, Raycast_Locator) == 0x0006A8, "Member 'ABP_BaseHelicopter_C::Raycast_Locator' has a wrong offset!"); \ +static_assert(offsetof(ABP_BaseHelicopter_C, FX_Vehicle_Downwash) == 0x0006B0, "Member 'ABP_BaseHelicopter_C::FX_Vehicle_Downwash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_PlaceMicroCamera_C \ +static_assert(alignof(UGA_PlaceMicroCamera_C) == 0x000010, "Wrong alignment on UGA_PlaceMicroCamera_C"); \ +static_assert(sizeof(UGA_PlaceMicroCamera_C) == 0x000560, "Wrong size on UGA_PlaceMicroCamera_C"); \ + +#define DUMPER7_ASSERTS_UBP_TasedGentlyCameraShakeFeedback_C \ +static_assert(alignof(UBP_TasedGentlyCameraShakeFeedback_C) == 0x000008, "Wrong alignment on UBP_TasedGentlyCameraShakeFeedback_C"); \ +static_assert(sizeof(UBP_TasedGentlyCameraShakeFeedback_C) == 0x000308, "Wrong size on UBP_TasedGentlyCameraShakeFeedback_C"); \ + +#define DUMPER7_ASSERTS_WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList \ +static_assert(alignof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList) == 0x000008, "Wrong alignment on WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList"); \ +static_assert(sizeof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList) == 0x000150, "Wrong size on WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, EntryPoint) == 0x000000, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, CallFunc_Create_ReturnValue) == 0x000008, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, Temp_bool_True_if_break_was_hit_Variable) == 0x000010, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, Temp_bool_True_if_break_was_hit_Variable_1) == 0x000011, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::Temp_bool_True_if_break_was_hit_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, CallFunc_Not_PreBool_ReturnValue_1) == 0x000013, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, K2Node_Event_PlayerStateArray) == 0x000018, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::K2Node_Event_PlayerStateArray' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, K2Node_Event_AICrewStateArray) == 0x000028, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::K2Node_Event_AICrewStateArray' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, Temp_int_Array_Index_Variable) == 0x000038, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, CallFunc_Array_Length_ReturnValue_1) == 0x000048, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, Temp_int_Array_Index_Variable_1) == 0x00004C, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, K2Node_Event_PlayerIdToAccelByteDisplayNameMap) == 0x000050, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::K2Node_Event_PlayerIdToAccelByteDisplayNameMap' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, CallFunc_Create_ReturnValue_1) == 0x0000A0, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, K2Node_Event_InPlayerState) == 0x0000A8, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::K2Node_Event_InPlayerState' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, K2Node_Event_bInMergeParty) == 0x0000B0, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::K2Node_Event_bInMergeParty' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, K2Node_Event_PlayerDisplayName) == 0x0000B8, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::K2Node_Event_PlayerDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, K2Node_Event_bIsMergePartySelected) == 0x0000C8, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::K2Node_Event_bIsMergePartySelected' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, Temp_int_Loop_Counter_Variable) == 0x0000CC, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, Temp_int_Loop_Counter_Variable_1) == 0x0000D0, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, CallFunc_Less_IntInt_ReturnValue) == 0x0000D4, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, CallFunc_BooleanAND_ReturnValue) == 0x0000D5, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000D6, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, CallFunc_BooleanAND_ReturnValue_1) == 0x0000D7, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, CallFunc_Add_IntInt_ReturnValue) == 0x0000D8, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000DC, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, Temp_int_Loop_Counter_Variable_2) == 0x0000E0, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, Temp_int_Array_Index_Variable_2) == 0x0000E4, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, CallFunc_Array_Get_Item_1) == 0x0000E8, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000F0, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000F4, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, CallFunc_GetChildrenCount_ReturnValue) == 0x0000F8, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, CallFunc_GetAllChildren_ReturnValue) == 0x000100, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, CallFunc_Less_IntInt_ReturnValue_2) == 0x000110, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, CallFunc_Array_Get_Item_2) == 0x000118, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, K2Node_DynamicCast_AsWBP_UI_Results_Player_Status) == 0x000120, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::K2Node_DynamicCast_AsWBP_UI_Results_Player_Status' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, K2Node_DynamicCast_bSuccess) == 0x000128, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, CallFunc_Array_Length_ReturnValue_2) == 0x00012C, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, CallFunc_Map_Find_Value) == 0x000130, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, CallFunc_Map_Find_ReturnValue) == 0x000140, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, CallFunc_Less_IntInt_ReturnValue_3) == 0x000141, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, CallFunc_Array_Add_ReturnValue) == 0x000144, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList, CallFunc_Array_Add_ReturnValue_1) == 0x000148, "Member 'WBP_Results_PlayerList_C_ExecuteUbergraph_WBP_Results_PlayerList::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Results_PlayerList_C_OnMergePartyUpdated \ +static_assert(alignof(WBP_Results_PlayerList_C_OnMergePartyUpdated) == 0x000008, "Wrong alignment on WBP_Results_PlayerList_C_OnMergePartyUpdated"); \ +static_assert(sizeof(WBP_Results_PlayerList_C_OnMergePartyUpdated) == 0x000018, "Wrong size on WBP_Results_PlayerList_C_OnMergePartyUpdated"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_OnMergePartyUpdated, PlayerDisplayName) == 0x000000, "Member 'WBP_Results_PlayerList_C_OnMergePartyUpdated::PlayerDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_OnMergePartyUpdated, bIsMergePartySelected) == 0x000010, "Member 'WBP_Results_PlayerList_C_OnMergePartyUpdated::bIsMergePartySelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Results_PlayerList_C_OnPlayerMergePartyChanged \ +static_assert(alignof(WBP_Results_PlayerList_C_OnPlayerMergePartyChanged) == 0x000008, "Wrong alignment on WBP_Results_PlayerList_C_OnPlayerMergePartyChanged"); \ +static_assert(sizeof(WBP_Results_PlayerList_C_OnPlayerMergePartyChanged) == 0x000010, "Wrong size on WBP_Results_PlayerList_C_OnPlayerMergePartyChanged"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_OnPlayerMergePartyChanged, InPlayerState) == 0x000000, "Member 'WBP_Results_PlayerList_C_OnPlayerMergePartyChanged::InPlayerState' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_OnPlayerMergePartyChanged, bInMergeParty) == 0x000008, "Member 'WBP_Results_PlayerList_C_OnPlayerMergePartyChanged::bInMergeParty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Results_PlayerList_C_OnSanitizeDisplayNamesComplete \ +static_assert(alignof(WBP_Results_PlayerList_C_OnSanitizeDisplayNamesComplete) == 0x000008, "Wrong alignment on WBP_Results_PlayerList_C_OnSanitizeDisplayNamesComplete"); \ +static_assert(sizeof(WBP_Results_PlayerList_C_OnSanitizeDisplayNamesComplete) == 0x000050, "Wrong size on WBP_Results_PlayerList_C_OnSanitizeDisplayNamesComplete"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_OnSanitizeDisplayNamesComplete, PlayerIdToAccelByteDisplayNameMap) == 0x000000, "Member 'WBP_Results_PlayerList_C_OnSanitizeDisplayNamesComplete::PlayerIdToAccelByteDisplayNameMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Results_PlayerList_C_OnSetup \ +static_assert(alignof(WBP_Results_PlayerList_C_OnSetup) == 0x000008, "Wrong alignment on WBP_Results_PlayerList_C_OnSetup"); \ +static_assert(sizeof(WBP_Results_PlayerList_C_OnSetup) == 0x000020, "Wrong size on WBP_Results_PlayerList_C_OnSetup"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_OnSetup, PlayerStateArray) == 0x000000, "Member 'WBP_Results_PlayerList_C_OnSetup::PlayerStateArray' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_OnSetup, AICrewStateArray) == 0x000010, "Member 'WBP_Results_PlayerList_C_OnSetup::AICrewStateArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Results_PlayerList_C_HighlightTopStat \ +static_assert(alignof(WBP_Results_PlayerList_C_HighlightTopStat) == 0x000008, "Wrong alignment on WBP_Results_PlayerList_C_HighlightTopStat"); \ +static_assert(sizeof(WBP_Results_PlayerList_C_HighlightTopStat) == 0x0000B0, "Wrong size on WBP_Results_PlayerList_C_HighlightTopStat"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, IsInverted) == 0x000000, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::IsInverted' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, CurStatWinners) == 0x000008, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::CurStatWinners' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, MinValue) == 0x000018, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::MinValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, MaxValue) == 0x00001C, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, Temp_int_Variable) == 0x000020, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, Temp_bool_Variable) == 0x000024, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, CallFunc_Less_IntInt_ReturnValue) == 0x000025, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, Temp_int_Array_Index_Variable) == 0x000028, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, Temp_int_Array_Index_Variable_1) == 0x000034, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000038, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, K2Node_Select_Default) == 0x00003C, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000040, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, CallFunc_Add_IntInt_ReturnValue_1) == 0x000044, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, K2Node_CreateDelegate_OutputDelegate) == 0x000048, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000060, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, Temp_int_Loop_Counter_Variable_1) == 0x000068, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, CallFunc_Add_IntInt_ReturnValue_2) == 0x00006C, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, CallFunc_Array_Add_ReturnValue) == 0x000070, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, CallFunc_Array_Get_Item) == 0x000074, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, CallFunc_Less_IntInt_ReturnValue_1) == 0x00007C, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, CallFunc_Array_Get_Item_1) == 0x000080, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, Temp_bool_Variable_1) == 0x000088, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, CallFunc_Array_Length_ReturnValue_1) == 0x00008C, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, CallFunc_Array_Get_Item_2) == 0x000090, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, CallFunc_Less_IntInt_ReturnValue_2) == 0x000098, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, CallFunc_GetStatByIndex_Value) == 0x00009C, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::CallFunc_GetStatByIndex_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000A0, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, K2Node_Select_Default_1) == 0x0000A4, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, CallFunc_Greater_IntInt_ReturnValue) == 0x0000A8, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0000A9, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_HighlightTopStat, CallFunc_Min_ReturnValue) == 0x0000AC, "Member 'WBP_Results_PlayerList_C_HighlightTopStat::CallFunc_Min_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Results_PlayerList_C_AddInPlayerCards \ +static_assert(alignof(WBP_Results_PlayerList_C_AddInPlayerCards) == 0x000008, "Wrong alignment on WBP_Results_PlayerList_C_AddInPlayerCards"); \ +static_assert(sizeof(WBP_Results_PlayerList_C_AddInPlayerCards) == 0x000068, "Wrong size on WBP_Results_PlayerList_C_AddInPlayerCards"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_AddInPlayerCards, CallFunc_Array_Length_ReturnValue) == 0x000000, "Member 'WBP_Results_PlayerList_C_AddInPlayerCards::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_AddInPlayerCards, CallFunc_Play2DSound_ReturnValue) == 0x000004, "Member 'WBP_Results_PlayerList_C_AddInPlayerCards::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_AddInPlayerCards, CallFunc_Greater_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Results_PlayerList_C_AddInPlayerCards::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_AddInPlayerCards, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'WBP_Results_PlayerList_C_AddInPlayerCards::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_AddInPlayerCards, Temp_int_Variable) == 0x000020, "Member 'WBP_Results_PlayerList_C_AddInPlayerCards::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_AddInPlayerCards, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000028, "Member 'WBP_Results_PlayerList_C_AddInPlayerCards::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_AddInPlayerCards, K2Node_MakeStruct_Margin) == 0x000030, "Member 'WBP_Results_PlayerList_C_AddInPlayerCards::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_AddInPlayerCards, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'WBP_Results_PlayerList_C_AddInPlayerCards::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_AddInPlayerCards, CallFunc_Array_Length_ReturnValue_1) == 0x000044, "Member 'WBP_Results_PlayerList_C_AddInPlayerCards::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_AddInPlayerCards, CallFunc_Array_Get_Item) == 0x000048, "Member 'WBP_Results_PlayerList_C_AddInPlayerCards::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_AddInPlayerCards, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000050, "Member 'WBP_Results_PlayerList_C_AddInPlayerCards::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_AddInPlayerCards, CallFunc_AddChild_ReturnValue) == 0x000058, "Member 'WBP_Results_PlayerList_C_AddInPlayerCards::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_AddInPlayerCards, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'WBP_Results_PlayerList_C_AddInPlayerCards::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_AddInPlayerCards, CallFunc_IsValid_ReturnValue_1) == 0x000061, "Member 'WBP_Results_PlayerList_C_AddInPlayerCards::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Results_PlayerList_C_AddInBotCards \ +static_assert(alignof(WBP_Results_PlayerList_C_AddInBotCards) == 0x000008, "Wrong alignment on WBP_Results_PlayerList_C_AddInBotCards"); \ +static_assert(sizeof(WBP_Results_PlayerList_C_AddInBotCards) == 0x000068, "Wrong size on WBP_Results_PlayerList_C_AddInBotCards"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_AddInBotCards, CallFunc_Play2DSound_ReturnValue) == 0x000000, "Member 'WBP_Results_PlayerList_C_AddInBotCards::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_AddInBotCards, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_Results_PlayerList_C_AddInBotCards::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_AddInBotCards, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'WBP_Results_PlayerList_C_AddInBotCards::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_AddInBotCards, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_Results_PlayerList_C_AddInBotCards::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_AddInBotCards, K2Node_MakeStruct_Margin) == 0x000024, "Member 'WBP_Results_PlayerList_C_AddInBotCards::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_AddInBotCards, Temp_int_Variable) == 0x000034, "Member 'WBP_Results_PlayerList_C_AddInBotCards::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_AddInBotCards, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_Results_PlayerList_C_AddInBotCards::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_AddInBotCards, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_Results_PlayerList_C_AddInBotCards::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_AddInBotCards, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000048, "Member 'WBP_Results_PlayerList_C_AddInBotCards::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_AddInBotCards, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue) == 0x000050, "Member 'WBP_Results_PlayerList_C_AddInBotCards::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_AddInBotCards, CallFunc_AddChild_ReturnValue) == 0x000058, "Member 'WBP_Results_PlayerList_C_AddInBotCards::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Results_PlayerList_C_AddInBotCards, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'WBP_Results_PlayerList_C_AddInBotCards::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Results_PlayerList_C \ +static_assert(alignof(UWBP_Results_PlayerList_C) == 0x000008, "Wrong alignment on UWBP_Results_PlayerList_C"); \ +static_assert(sizeof(UWBP_Results_PlayerList_C) == 0x0002D0, "Wrong size on UWBP_Results_PlayerList_C"); \ +static_assert(offsetof(UWBP_Results_PlayerList_C, UberGraphFrame) == 0x000290, "Member 'UWBP_Results_PlayerList_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_PlayerList_C, PlayerStateBox) == 0x000298, "Member 'UWBP_Results_PlayerList_C::PlayerStateBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_PlayerList_C, Players) == 0x0002A0, "Member 'UWBP_Results_PlayerList_C::Players' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_PlayerList_C, Bots) == 0x0002B0, "Member 'UWBP_Results_PlayerList_C::Bots' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_PlayerList_C, AddedCardCount) == 0x0002C0, "Member 'UWBP_Results_PlayerList_C::AddedCardCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_PlayerList_C, HighlightStatCount) == 0x0002C4, "Member 'UWBP_Results_PlayerList_C::HighlightStatCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Results_PlayerList_C, AppearTime) == 0x0002C8, "Member 'UWBP_Results_PlayerList_C::AppearTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_Phone_C \ +static_assert(alignof(UGA_Phone_C) == 0x000008, "Wrong alignment on UGA_Phone_C"); \ +static_assert(sizeof(UGA_Phone_C) == 0x000500, "Wrong size on UGA_Phone_C"); \ + +#define DUMPER7_ASSERTS_ABP_TPPlayerLinkedBase_C_ExecuteUbergraph_ABP_TPPlayerLinkedBase \ +static_assert(alignof(ABP_TPPlayerLinkedBase_C_ExecuteUbergraph_ABP_TPPlayerLinkedBase) == 0x000004, "Wrong alignment on ABP_TPPlayerLinkedBase_C_ExecuteUbergraph_ABP_TPPlayerLinkedBase"); \ +static_assert(sizeof(ABP_TPPlayerLinkedBase_C_ExecuteUbergraph_ABP_TPPlayerLinkedBase) == 0x000004, "Wrong size on ABP_TPPlayerLinkedBase_C_ExecuteUbergraph_ABP_TPPlayerLinkedBase"); \ +static_assert(offsetof(ABP_TPPlayerLinkedBase_C_ExecuteUbergraph_ABP_TPPlayerLinkedBase, EntryPoint) == 0x000000, "Member 'ABP_TPPlayerLinkedBase_C_ExecuteUbergraph_ABP_TPPlayerLinkedBase::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_TPPlayerLinkedBase_C_AnimGraph \ +static_assert(alignof(ABP_TPPlayerLinkedBase_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_TPPlayerLinkedBase_C_AnimGraph"); \ +static_assert(sizeof(ABP_TPPlayerLinkedBase_C_AnimGraph) == 0x000010, "Wrong size on ABP_TPPlayerLinkedBase_C_AnimGraph"); \ +static_assert(offsetof(ABP_TPPlayerLinkedBase_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_TPPlayerLinkedBase_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_TPPlayerLinkedBase_C_FullBodyAction \ +static_assert(alignof(ABP_TPPlayerLinkedBase_C_FullBodyAction) == 0x000008, "Wrong alignment on ABP_TPPlayerLinkedBase_C_FullBodyAction"); \ +static_assert(sizeof(ABP_TPPlayerLinkedBase_C_FullBodyAction) == 0x000020, "Wrong size on ABP_TPPlayerLinkedBase_C_FullBodyAction"); \ +static_assert(offsetof(ABP_TPPlayerLinkedBase_C_FullBodyAction, InPose) == 0x000000, "Member 'ABP_TPPlayerLinkedBase_C_FullBodyAction::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_TPPlayerLinkedBase_C_FullBodyAction, FullBodyAction_0) == 0x000010, "Member 'ABP_TPPlayerLinkedBase_C_FullBodyAction::FullBodyAction_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_TPPlayerLinkedBase_C \ +static_assert(alignof(UABP_TPPlayerLinkedBase_C) == 0x000010, "Wrong alignment on UABP_TPPlayerLinkedBase_C"); \ +static_assert(sizeof(UABP_TPPlayerLinkedBase_C) == 0x000F30, "Wrong size on UABP_TPPlayerLinkedBase_C"); \ +static_assert(offsetof(UABP_TPPlayerLinkedBase_C, UberGraphFrame) == 0x000390, "Member 'UABP_TPPlayerLinkedBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerLinkedBase_C, AnimGraphNode_Root_1) == 0x000398, "Member 'UABP_TPPlayerLinkedBase_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerLinkedBase_C, AnimGraphNode_LinkedInputPose) == 0x0003E0, "Member 'UABP_TPPlayerLinkedBase_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerLinkedBase_C, AnimGraphNode_TransitionResult_8) == 0x000510, "Member 'UABP_TPPlayerLinkedBase_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerLinkedBase_C, AnimGraphNode_TransitionResult_7) == 0x000548, "Member 'UABP_TPPlayerLinkedBase_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerLinkedBase_C, AnimGraphNode_TransitionResult_6) == 0x000580, "Member 'UABP_TPPlayerLinkedBase_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerLinkedBase_C, AnimGraphNode_TransitionResult_5) == 0x0005B8, "Member 'UABP_TPPlayerLinkedBase_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerLinkedBase_C, AnimGraphNode_TransitionResult_4) == 0x0005F0, "Member 'UABP_TPPlayerLinkedBase_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerLinkedBase_C, AnimGraphNode_TransitionResult_3) == 0x000628, "Member 'UABP_TPPlayerLinkedBase_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerLinkedBase_C, AnimGraphNode_TransitionResult_2) == 0x000660, "Member 'UABP_TPPlayerLinkedBase_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerLinkedBase_C, AnimGraphNode_TransitionResult_1) == 0x000698, "Member 'UABP_TPPlayerLinkedBase_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerLinkedBase_C, AnimGraphNode_TransitionResult) == 0x0006D0, "Member 'UABP_TPPlayerLinkedBase_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerLinkedBase_C, AnimGraphNode_SequencePlayer_2) == 0x000708, "Member 'UABP_TPPlayerLinkedBase_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerLinkedBase_C, AnimGraphNode_StateResult_3) == 0x0007D8, "Member 'UABP_TPPlayerLinkedBase_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerLinkedBase_C, AnimGraphNode_SequencePlayer_1) == 0x000820, "Member 'UABP_TPPlayerLinkedBase_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerLinkedBase_C, AnimGraphNode_StateResult_2) == 0x0008F0, "Member 'UABP_TPPlayerLinkedBase_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerLinkedBase_C, AnimGraphNode_RotationOffsetBlendSpace) == 0x000938, "Member 'UABP_TPPlayerLinkedBase_C::AnimGraphNode_RotationOffsetBlendSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerLinkedBase_C, AnimGraphNode_SequencePlayer) == 0x000B20, "Member 'UABP_TPPlayerLinkedBase_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerLinkedBase_C, AnimGraphNode_StateResult_1) == 0x000BF0, "Member 'UABP_TPPlayerLinkedBase_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerLinkedBase_C, AnimGraphNode_UseCachedPose) == 0x000C38, "Member 'UABP_TPPlayerLinkedBase_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerLinkedBase_C, AnimGraphNode_StateResult) == 0x000C78, "Member 'UABP_TPPlayerLinkedBase_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerLinkedBase_C, AnimGraphNode_StateMachine) == 0x000CC0, "Member 'UABP_TPPlayerLinkedBase_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerLinkedBase_C, AnimGraphNode_SaveCachedPose) == 0x000D80, "Member 'UABP_TPPlayerLinkedBase_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerLinkedBase_C, AnimGraphNode_Root) == 0x000EE8, "Member 'UABP_TPPlayerLinkedBase_C::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_AssaultRifle_CAR4_C \ +static_assert(alignof(UCS_FireWeapon_AssaultRifle_CAR4_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_AssaultRifle_CAR4_C"); \ +static_assert(sizeof(UCS_FireWeapon_AssaultRifle_CAR4_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_AssaultRifle_CAR4_C"); \ + +#define DUMPER7_ASSERTS_UBP_DamageType_AssaultRifle_CAR4_C \ +static_assert(alignof(UBP_DamageType_AssaultRifle_CAR4_C) == 0x000008, "Wrong alignment on UBP_DamageType_AssaultRifle_CAR4_C"); \ +static_assert(sizeof(UBP_DamageType_AssaultRifle_CAR4_C) == 0x000090, "Wrong size on UBP_DamageType_AssaultRifle_CAR4_C"); \ + +#define DUMPER7_ASSERTS_UBP_Action_FollowOrder_C \ +static_assert(alignof(UBP_Action_FollowOrder_C) == 0x000008, "Wrong alignment on UBP_Action_FollowOrder_C"); \ +static_assert(sizeof(UBP_Action_FollowOrder_C) == 0x0000E8, "Wrong size on UBP_Action_FollowOrder_C"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_AssaultRifle_CAR4_C \ +static_assert(alignof(UBP_FireWeaponFeedback_AssaultRifle_CAR4_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_AssaultRifle_CAR4_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_AssaultRifle_CAR4_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_AssaultRifle_CAR4_C"); \ + +#define DUMPER7_ASSERTS_BP_RefractorShield_C_ExecuteUbergraph_BP_RefractorShield \ +static_assert(alignof(BP_RefractorShield_C_ExecuteUbergraph_BP_RefractorShield) == 0x000004, "Wrong alignment on BP_RefractorShield_C_ExecuteUbergraph_BP_RefractorShield"); \ +static_assert(sizeof(BP_RefractorShield_C_ExecuteUbergraph_BP_RefractorShield) == 0x000004, "Wrong size on BP_RefractorShield_C_ExecuteUbergraph_BP_RefractorShield"); \ +static_assert(offsetof(BP_RefractorShield_C_ExecuteUbergraph_BP_RefractorShield, EntryPoint) == 0x000000, "Member 'BP_RefractorShield_C_ExecuteUbergraph_BP_RefractorShield::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RefractorShield_C \ +static_assert(alignof(ABP_RefractorShield_C) == 0x000008, "Wrong alignment on ABP_RefractorShield_C"); \ +static_assert(sizeof(ABP_RefractorShield_C) == 0x0002F8, "Wrong size on ABP_RefractorShield_C"); \ +static_assert(offsetof(ABP_RefractorShield_C, UberGraphFrame) == 0x0002F0, "Member 'ABP_RefractorShield_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_OVK_Mamba_C \ +static_assert(alignof(UCS_FireWeapon_OVK_Mamba_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_OVK_Mamba_C"); \ +static_assert(sizeof(UCS_FireWeapon_OVK_Mamba_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_OVK_Mamba_C"); \ + +#define DUMPER7_ASSERTS_UDT_GrenadeProjectile_Mamba_C \ +static_assert(alignof(UDT_GrenadeProjectile_Mamba_C) == 0x000008, "Wrong alignment on UDT_GrenadeProjectile_Mamba_C"); \ +static_assert(sizeof(UDT_GrenadeProjectile_Mamba_C) == 0x000090, "Wrong size on UDT_GrenadeProjectile_Mamba_C"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_OVK_Mamba_C \ +static_assert(alignof(UBP_FireWeaponFeedback_OVK_Mamba_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_OVK_Mamba_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_OVK_Mamba_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_OVK_Mamba_C"); \ + +#define DUMPER7_ASSERTS_UGA_FireProjectile_C \ +static_assert(alignof(UGA_FireProjectile_C) == 0x000008, "Wrong alignment on UGA_FireProjectile_C"); \ +static_assert(sizeof(UGA_FireProjectile_C) == 0x0060C0, "Wrong size on UGA_FireProjectile_C"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_Pistol_S40_C \ +static_assert(alignof(UCS_FireWeapon_Pistol_S40_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_Pistol_S40_C"); \ +static_assert(sizeof(UCS_FireWeapon_Pistol_S40_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_Pistol_S40_C"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_Pistol_S40_C \ +static_assert(alignof(UBP_FireWeaponFeedback_Pistol_S40_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_Pistol_S40_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_Pistol_S40_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_Pistol_S40_C"); \ + +#define DUMPER7_ASSERTS_FTwox2_Minigame_Structs \ +static_assert(alignof(FTwox2_Minigame_Structs) == 0x000008, "Wrong alignment on FTwox2_Minigame_Structs"); \ +static_assert(sizeof(FTwox2_Minigame_Structs) == 0x000030, "Wrong size on FTwox2_Minigame_Structs"); \ +static_assert(offsetof(FTwox2_Minigame_Structs, Start_3_4994ED2D492051E2C3BC8EA553C31AFC) == 0x000000, "Member 'FTwox2_Minigame_Structs::Start_3_4994ED2D492051E2C3BC8EA553C31AFC' has a wrong offset!"); \ +static_assert(offsetof(FTwox2_Minigame_Structs, End_5_B38A85554FB36F24ECCA52A3F242A209) == 0x000010, "Member 'FTwox2_Minigame_Structs::End_5_B38A85554FB36F24ECCA52A3F242A209' has a wrong offset!"); \ +static_assert(offsetof(FTwox2_Minigame_Structs, Textures_10_5AEF012641C99C5A8866349CDACC1418) == 0x000020, "Member 'FTwox2_Minigame_Structs::Textures_10_5AEF012641C99C5A8866349CDACC1418' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_Reload_C \ +static_assert(alignof(UGA_Reload_C) == 0x000008, "Wrong alignment on UGA_Reload_C"); \ +static_assert(sizeof(UGA_Reload_C) == 0x000500, "Wrong size on UGA_Reload_C"); \ + +#define DUMPER7_ASSERTS_UGA_PlayerTarget_C \ +static_assert(alignof(UGA_PlayerTarget_C) == 0x000008, "Wrong alignment on UGA_PlayerTarget_C"); \ +static_assert(sizeof(UGA_PlayerTarget_C) == 0x0004D8, "Wrong size on UGA_PlayerTarget_C"); \ + +#define DUMPER7_ASSERTS_ABP_NavLink_Agility_C \ +static_assert(alignof(ABP_NavLink_Agility_C) == 0x000008, "Wrong alignment on ABP_NavLink_Agility_C"); \ +static_assert(sizeof(ABP_NavLink_Agility_C) == 0x000388, "Wrong size on ABP_NavLink_Agility_C"); \ + +#define DUMPER7_ASSERTS_UGA_PlayerEndCycleReload_C \ +static_assert(alignof(UGA_PlayerEndCycleReload_C) == 0x000008, "Wrong alignment on UGA_PlayerEndCycleReload_C"); \ +static_assert(sizeof(UGA_PlayerEndCycleReload_C) == 0x000508, "Wrong size on UGA_PlayerEndCycleReload_C"); \ + +#define DUMPER7_ASSERTS_UGA_Melee_C \ +static_assert(alignof(UGA_Melee_C) == 0x000008, "Wrong alignment on UGA_Melee_C"); \ +static_assert(sizeof(UGA_Melee_C) == 0x000510, "Wrong size on UGA_Melee_C"); \ + +#define DUMPER7_ASSERTS_BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor \ +static_assert(alignof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor) == 0x000008, "Wrong alignment on BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor"); \ +static_assert(sizeof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor) == 0x000068, "Wrong size on BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, EntryPoint) == 0x000000, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, Temp_byte_Variable) == 0x000004, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, Temp_byte_Variable_1) == 0x000005, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, Temp_bool_Variable) == 0x000006, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, Temp_byte_Variable_2) == 0x000007, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, Temp_byte_Variable_3) == 0x000008, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, K2Node_Event_breached) == 0x000009, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::K2Node_Event_breached' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, K2Node_Select_Default) == 0x00000B, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, Temp_bool_Variable_1) == 0x00000C, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, K2Node_Event_oldState) == 0x00000D, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::K2Node_Event_oldState' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, K2Node_Event_newState) == 0x00000E, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::K2Node_Event_newState' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000F, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, K2Node_Select_Default_1) == 0x000010, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, Temp_delegate_Variable) == 0x000014, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000028, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, K2Node_Event_alpha) == 0x000030, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::K2Node_Event_alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000034, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, CallFunc_IsValid_ReturnValue_1) == 0x000039, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, CallFunc_BooleanAND_ReturnValue) == 0x00003A, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x00003C, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, CallFunc_IsValid_ReturnValue_2) == 0x000040, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, Temp_struct_Variable) == 0x000048, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, CallFunc_IsValid_ReturnValue_3) == 0x000058, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, CallFunc_PostEvent_ReturnValue) == 0x00005C, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor, CallFunc_BooleanAND_ReturnValue_1) == 0x000060, "Member 'BP_InteractableUnBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableDoubleDoor::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractableUnBreachableDoubleDoor_C_onOpenAnimUpdateTick \ +static_assert(alignof(BP_InteractableUnBreachableDoubleDoor_C_onOpenAnimUpdateTick) == 0x000004, "Wrong alignment on BP_InteractableUnBreachableDoubleDoor_C_onOpenAnimUpdateTick"); \ +static_assert(sizeof(BP_InteractableUnBreachableDoubleDoor_C_onOpenAnimUpdateTick) == 0x000004, "Wrong size on BP_InteractableUnBreachableDoubleDoor_C_onOpenAnimUpdateTick"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_onOpenAnimUpdateTick, alpha) == 0x000000, "Member 'BP_InteractableUnBreachableDoubleDoor_C_onOpenAnimUpdateTick::alpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractableUnBreachableDoubleDoor_C_onDoorBreached \ +static_assert(alignof(BP_InteractableUnBreachableDoubleDoor_C_onDoorBreached) == 0x000001, "Wrong alignment on BP_InteractableUnBreachableDoubleDoor_C_onDoorBreached"); \ +static_assert(sizeof(BP_InteractableUnBreachableDoubleDoor_C_onDoorBreached) == 0x000002, "Wrong size on BP_InteractableUnBreachableDoubleDoor_C_onDoorBreached"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_onDoorBreached, oldState) == 0x000000, "Member 'BP_InteractableUnBreachableDoubleDoor_C_onDoorBreached::oldState' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_onDoorBreached, newState) == 0x000001, "Member 'BP_InteractableUnBreachableDoubleDoor_C_onDoorBreached::newState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractableUnBreachableDoubleDoor_C_setBreachedMeshVisibility \ +static_assert(alignof(BP_InteractableUnBreachableDoubleDoor_C_setBreachedMeshVisibility) == 0x000001, "Wrong alignment on BP_InteractableUnBreachableDoubleDoor_C_setBreachedMeshVisibility"); \ +static_assert(sizeof(BP_InteractableUnBreachableDoubleDoor_C_setBreachedMeshVisibility) == 0x000001, "Wrong size on BP_InteractableUnBreachableDoubleDoor_C_setBreachedMeshVisibility"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_setBreachedMeshVisibility, breached) == 0x000000, "Member 'BP_InteractableUnBreachableDoubleDoor_C_setBreachedMeshVisibility::breached' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractableUnBreachableDoubleDoor_C_UserConstructionScript \ +static_assert(alignof(BP_InteractableUnBreachableDoubleDoor_C_UserConstructionScript) == 0x000001, "Wrong alignment on BP_InteractableUnBreachableDoubleDoor_C_UserConstructionScript"); \ +static_assert(sizeof(BP_InteractableUnBreachableDoubleDoor_C_UserConstructionScript) == 0x000002, "Wrong size on BP_InteractableUnBreachableDoubleDoor_C_UserConstructionScript"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue) == 0x000000, "Member 'BP_InteractableUnBreachableDoubleDoor_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableDoubleDoor_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue_1) == 0x000001, "Member 'BP_InteractableUnBreachableDoubleDoor_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InteractableUnBreachableDoubleDoor_C \ +static_assert(alignof(ABP_InteractableUnBreachableDoubleDoor_C) == 0x000008, "Wrong alignment on ABP_InteractableUnBreachableDoubleDoor_C"); \ +static_assert(sizeof(ABP_InteractableUnBreachableDoubleDoor_C) == 0x0006C8, "Wrong size on ABP_InteractableUnBreachableDoubleDoor_C"); \ +static_assert(offsetof(ABP_InteractableUnBreachableDoubleDoor_C, UberGraphFrame_BP_InteractableUnBreachableDoubleDoor_C) == 0x000600, "Member 'ABP_InteractableUnBreachableDoubleDoor_C::UberGraphFrame_BP_InteractableUnBreachableDoubleDoor_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableDoubleDoor_C, Hinge3) == 0x000608, "Member 'ABP_InteractableUnBreachableDoubleDoor_C::Hinge3' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableDoubleDoor_C, Hinge1) == 0x000610, "Member 'ABP_InteractableUnBreachableDoubleDoor_C::Hinge1' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableDoubleDoor_C, Breach_B) == 0x000618, "Member 'ABP_InteractableUnBreachableDoubleDoor_C::Breach_B' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableDoubleDoor_C, Breach_A) == 0x000620, "Member 'ABP_InteractableUnBreachableDoubleDoor_C::Breach_A' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableDoubleDoor_C, Reinforcement_B) == 0x000628, "Member 'ABP_InteractableUnBreachableDoubleDoor_C::Reinforcement_B' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableDoubleDoor_C, Reinforcement_A) == 0x000630, "Member 'ABP_InteractableUnBreachableDoubleDoor_C::Reinforcement_A' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableDoubleDoor_C, Handle_02) == 0x000638, "Member 'ABP_InteractableUnBreachableDoubleDoor_C::Handle_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableDoubleDoor_C, Handle_01) == 0x000640, "Member 'ABP_InteractableUnBreachableDoubleDoor_C::Handle_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableDoubleDoor_C, SBZSlideSprintCollisionBoxBackwardB) == 0x000648, "Member 'ABP_InteractableUnBreachableDoubleDoor_C::SBZSlideSprintCollisionBoxBackwardB' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableDoubleDoor_C, SBZSlideSprintCollisionBoxForwardB) == 0x000650, "Member 'ABP_InteractableUnBreachableDoubleDoor_C::SBZSlideSprintCollisionBoxForwardB' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableDoubleDoor_C, SBZSlideSprintCollisionBoxBackwardA) == 0x000658, "Member 'ABP_InteractableUnBreachableDoubleDoor_C::SBZSlideSprintCollisionBoxBackwardA' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableDoubleDoor_C, SBZSlideSprintCollisionBoxForwardA) == 0x000660, "Member 'ABP_InteractableUnBreachableDoubleDoor_C::SBZSlideSprintCollisionBoxForwardA' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableDoubleDoor_C, StaticDoorMesh_B) == 0x000668, "Member 'ABP_InteractableUnBreachableDoubleDoor_C::StaticDoorMesh_B' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableDoubleDoor_C, StaticDoorMesh_A) == 0x000670, "Member 'ABP_InteractableUnBreachableDoubleDoor_C::StaticDoorMesh_A' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableDoubleDoor_C, Hinge4) == 0x000678, "Member 'ABP_InteractableUnBreachableDoubleDoor_C::Hinge4' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableDoubleDoor_C, Hinge2) == 0x000680, "Member 'ABP_InteractableUnBreachableDoubleDoor_C::Hinge2' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableDoubleDoor_C, DoorBoxB) == 0x000688, "Member 'ABP_InteractableUnBreachableDoubleDoor_C::DoorBoxB' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableDoubleDoor_C, DoorBoxA) == 0x000690, "Member 'ABP_InteractableUnBreachableDoubleDoor_C::DoorBoxA' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableDoubleDoor_C, StaticFrameMesh) == 0x000698, "Member 'ABP_InteractableUnBreachableDoubleDoor_C::StaticFrameMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableDoubleDoor_C, BreachedMesh_A) == 0x0006A0, "Member 'ABP_InteractableUnBreachableDoubleDoor_C::BreachedMesh_A' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableDoubleDoor_C, BreachedMesh_B) == 0x0006A8, "Member 'ABP_InteractableUnBreachableDoubleDoor_C::BreachedMesh_B' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableDoubleDoor_C, BreachVFX) == 0x0006B0, "Member 'ABP_InteractableUnBreachableDoubleDoor_C::BreachVFX' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableDoubleDoor_C, BreachedReinforcementMesh_B) == 0x0006B8, "Member 'ABP_InteractableUnBreachableDoubleDoor_C::BreachedReinforcementMesh_B' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableDoubleDoor_C, BreachedReinforcementMesh_A) == 0x0006C0, "Member 'ABP_InteractableUnBreachableDoubleDoor_C::BreachedReinforcementMesh_A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_Fire_C \ +static_assert(alignof(UGA_Fire_C) == 0x000008, "Wrong alignment on UGA_Fire_C"); \ +static_assert(sizeof(UGA_Fire_C) == 0x0060C0, "Wrong size on UGA_Fire_C"); \ + +#define DUMPER7_ASSERTS_UBP_DamageType_ThrowableKnife_C \ +static_assert(alignof(UBP_DamageType_ThrowableKnife_C) == 0x000008, "Wrong alignment on UBP_DamageType_ThrowableKnife_C"); \ +static_assert(sizeof(UBP_DamageType_ThrowableKnife_C) == 0x000090, "Wrong size on UBP_DamageType_ThrowableKnife_C"); \ + +#define DUMPER7_ASSERTS_UGE_Throwable_FragGrenade_C \ +static_assert(alignof(UGE_Throwable_FragGrenade_C) == 0x000008, "Wrong alignment on UGE_Throwable_FragGrenade_C"); \ +static_assert(sizeof(UGE_Throwable_FragGrenade_C) == 0x0008C0, "Wrong size on UGE_Throwable_FragGrenade_C"); \ + +#define DUMPER7_ASSERTS_UDT_Throwable_FragGrenade_C \ +static_assert(alignof(UDT_Throwable_FragGrenade_C) == 0x000008, "Wrong alignment on UDT_Throwable_FragGrenade_C"); \ +static_assert(sizeof(UDT_Throwable_FragGrenade_C) == 0x000090, "Wrong size on UDT_Throwable_FragGrenade_C"); \ + +#define DUMPER7_ASSERTS_UBP_FragGrenadeFeedback_C \ +static_assert(alignof(UBP_FragGrenadeFeedback_C) == 0x000008, "Wrong alignment on UBP_FragGrenadeFeedback_C"); \ +static_assert(sizeof(UBP_FragGrenadeFeedback_C) == 0x000308, "Wrong size on UBP_FragGrenadeFeedback_C"); \ + +#define DUMPER7_ASSERTS_BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate \ +static_assert(alignof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate) == 0x000008, "Wrong alignment on BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate"); \ +static_assert(sizeof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate) == 0x0004E0, "Wrong size on BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, EntryPoint) == 0x000000, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, Temp_int_Variable) == 0x000004, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, K2Node_Event_bStateToChangeTo) == 0x00000C, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::K2Node_Event_bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, K2Node_Event_bDoCosmetics) == 0x00000D, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, K2Node_ComponentBoundEvent_Interactable) == 0x000010, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, K2Node_ComponentBoundEvent_Interactor) == 0x000018, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000020, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000024, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, CallFunc_K2_SetRelativeRotation_SweepHitResult_1) == 0x0000B4, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::CallFunc_K2_SetRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000144, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x0001D4, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000264, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, CallFunc_K2_SetRelativeRotation_SweepHitResult_2) == 0x000268, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::CallFunc_K2_SetRelativeRotation_SweepHitResult_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, CallFunc_K2_SetRelativeRotation_SweepHitResult_3) == 0x0002F8, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::CallFunc_K2_SetRelativeRotation_SweepHitResult_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, CallFunc_K2_SetRelativeLocation_SweepHitResult_2) == 0x000388, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::CallFunc_K2_SetRelativeLocation_SweepHitResult_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, CallFunc_K2_SetRelativeLocation_SweepHitResult_3) == 0x000418, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::CallFunc_K2_SetRelativeLocation_SweepHitResult_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, Temp_object_Variable) == 0x0004A8, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, Temp_object_Variable_1) == 0x0004B0, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, Temp_bool_Variable) == 0x0004B8, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, K2Node_ComponentBoundEvent_bState) == 0x0004B9, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::K2Node_ComponentBoundEvent_bState' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, K2Node_ComponentBoundEvent_bDoCosmetics) == 0x0004BA, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::K2Node_ComponentBoundEvent_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, K2Node_Select_Default) == 0x0004C0, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, CallFunc_Array_Get_Item) == 0x0004C8, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, CallFunc_Array_Length_ReturnValue) == 0x0004D8, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, CallFunc_Less_IntInt_ReturnValue) == 0x0004DC, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate, K2Node_Event_state) == 0x0004DD, "Member 'BP_WoodenCrate_C_ExecuteUbergraph_BP_WoodenCrate::K2Node_Event_state' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodenCrate_C_setBinaryState \ +static_assert(alignof(BP_WoodenCrate_C_setBinaryState) == 0x000001, "Wrong alignment on BP_WoodenCrate_C_setBinaryState"); \ +static_assert(sizeof(BP_WoodenCrate_C_setBinaryState) == 0x000001, "Wrong size on BP_WoodenCrate_C_setBinaryState"); \ +static_assert(offsetof(BP_WoodenCrate_C_setBinaryState, state) == 0x000000, "Member 'BP_WoodenCrate_C_setBinaryState::state' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodenCrate_C_BndEvt__BP_WoodenCrate_marked_SBZBinaryState_K2Node_ComponentBoundEvent_0_SBZBinaryStateChangedSignature__DelegateSignature \ +static_assert(alignof(BP_WoodenCrate_C_BndEvt__BP_WoodenCrate_marked_SBZBinaryState_K2Node_ComponentBoundEvent_0_SBZBinaryStateChangedSignature__DelegateSignature) == 0x000001, "Wrong alignment on BP_WoodenCrate_C_BndEvt__BP_WoodenCrate_marked_SBZBinaryState_K2Node_ComponentBoundEvent_0_SBZBinaryStateChangedSignature__DelegateSignature"); \ +static_assert(sizeof(BP_WoodenCrate_C_BndEvt__BP_WoodenCrate_marked_SBZBinaryState_K2Node_ComponentBoundEvent_0_SBZBinaryStateChangedSignature__DelegateSignature) == 0x000002, "Wrong size on BP_WoodenCrate_C_BndEvt__BP_WoodenCrate_marked_SBZBinaryState_K2Node_ComponentBoundEvent_0_SBZBinaryStateChangedSignature__DelegateSignature"); \ +static_assert(offsetof(BP_WoodenCrate_C_BndEvt__BP_WoodenCrate_marked_SBZBinaryState_K2Node_ComponentBoundEvent_0_SBZBinaryStateChangedSignature__DelegateSignature, bState_0) == 0x000000, "Member 'BP_WoodenCrate_C_BndEvt__BP_WoodenCrate_marked_SBZBinaryState_K2Node_ComponentBoundEvent_0_SBZBinaryStateChangedSignature__DelegateSignature::bState_0' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_BndEvt__BP_WoodenCrate_marked_SBZBinaryState_K2Node_ComponentBoundEvent_0_SBZBinaryStateChangedSignature__DelegateSignature, bDoCosmetics) == 0x000001, "Member 'BP_WoodenCrate_C_BndEvt__BP_WoodenCrate_marked_SBZBinaryState_K2Node_ComponentBoundEvent_0_SBZBinaryStateChangedSignature__DelegateSignature::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodenCrate_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_WoodenCrate_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_WoodenCrate_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_WoodenCrate_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_WoodenCrate_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_WoodenCrate_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_WoodenCrate_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_WoodenCrate_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_WoodenCrate_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodenCrate_C_OnStateChanged \ +static_assert(alignof(BP_WoodenCrate_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_WoodenCrate_C_OnStateChanged"); \ +static_assert(sizeof(BP_WoodenCrate_C_OnStateChanged) == 0x000002, "Wrong size on BP_WoodenCrate_C_OnStateChanged"); \ +static_assert(offsetof(BP_WoodenCrate_C_OnStateChanged, bStateToChangeTo) == 0x000000, "Member 'BP_WoodenCrate_C_OnStateChanged::bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_WoodenCrate_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodenCrate_C_UserConstructionScript \ +static_assert(alignof(BP_WoodenCrate_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_WoodenCrate_C_UserConstructionScript"); \ +static_assert(sizeof(BP_WoodenCrate_C_UserConstructionScript) == 0x000440, "Wrong size on BP_WoodenCrate_C_UserConstructionScript"); \ +static_assert(offsetof(BP_WoodenCrate_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue) == 0x000000, "Member 'BP_WoodenCrate_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue_1) == 0x000030, "Member 'BP_WoodenCrate_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue_2) == 0x000060, "Member 'BP_WoodenCrate_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_UserConstructionScript, Temp_bool_Variable) == 0x000090, "Member 'BP_WoodenCrate_C_UserConstructionScript::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_UserConstructionScript, Temp_float_Variable) == 0x000094, "Member 'BP_WoodenCrate_C_UserConstructionScript::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_UserConstructionScript, Temp_float_Variable_1) == 0x000098, "Member 'BP_WoodenCrate_C_UserConstructionScript::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_UserConstructionScript, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x00009C, "Member 'BP_WoodenCrate_C_UserConstructionScript::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_UserConstructionScript, CallFunc_K2_SetRelativeTransform_SweepHitResult_1) == 0x00012C, "Member 'BP_WoodenCrate_C_UserConstructionScript::CallFunc_K2_SetRelativeTransform_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_UserConstructionScript, CallFunc_K2_SetRelativeTransform_SweepHitResult_2) == 0x0001BC, "Member 'BP_WoodenCrate_C_UserConstructionScript::CallFunc_K2_SetRelativeTransform_SweepHitResult_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue_3) == 0x000250, "Member 'BP_WoodenCrate_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_UserConstructionScript, CallFunc_K2_SetRelativeTransform_SweepHitResult_3) == 0x000280, "Member 'BP_WoodenCrate_C_UserConstructionScript::CallFunc_K2_SetRelativeTransform_SweepHitResult_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_UserConstructionScript, CallFunc_K2_SetRelativeTransform_SweepHitResult_4) == 0x000310, "Member 'BP_WoodenCrate_C_UserConstructionScript::CallFunc_K2_SetRelativeTransform_SweepHitResult_4' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x0003A0, "Member 'BP_WoodenCrate_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_WoodenCrate_C_UserConstructionScript, K2Node_Select_Default) == 0x000430, "Member 'BP_WoodenCrate_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WoodenCrate_C_setMarking \ +static_assert(alignof(BP_WoodenCrate_C_setMarking) == 0x000001, "Wrong alignment on BP_WoodenCrate_C_setMarking"); \ +static_assert(sizeof(BP_WoodenCrate_C_setMarking) == 0x000001, "Wrong size on BP_WoodenCrate_C_setMarking"); \ +static_assert(offsetof(BP_WoodenCrate_C_setMarking, visible) == 0x000000, "Member 'BP_WoodenCrate_C_setMarking::visible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_WoodenCrate_C \ +static_assert(alignof(ABP_WoodenCrate_C) == 0x000010, "Wrong alignment on ABP_WoodenCrate_C"); \ +static_assert(sizeof(ABP_WoodenCrate_C) == 0x0003B0, "Wrong size on ABP_WoodenCrate_C"); \ +static_assert(offsetof(ABP_WoodenCrate_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_WoodenCrate_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodenCrate_C, marked_SBZBinaryState) == 0x0002E0, "Member 'ABP_WoodenCrate_C::marked_SBZBinaryState' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodenCrate_C, SBZAIObjective) == 0x0002E8, "Member 'ABP_WoodenCrate_C::SBZAIObjective' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodenCrate_C, SideCollision_05) == 0x0002F0, "Member 'ABP_WoodenCrate_C::SideCollision_05' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodenCrate_C, SideCollision_04) == 0x0002F8, "Member 'ABP_WoodenCrate_C::SideCollision_04' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodenCrate_C, SideCollision_03) == 0x000300, "Member 'ABP_WoodenCrate_C::SideCollision_03' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodenCrate_C, SideCollision_02) == 0x000308, "Member 'ABP_WoodenCrate_C::SideCollision_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodenCrate_C, SideCollision_01) == 0x000310, "Member 'ABP_WoodenCrate_C::SideCollision_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodenCrate_C, Box) == 0x000318, "Member 'ABP_WoodenCrate_C::Box' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodenCrate_C, DoorCollision_01) == 0x000320, "Member 'ABP_WoodenCrate_C::DoorCollision_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodenCrate_C, SBZOutline) == 0x000328, "Member 'ABP_WoodenCrate_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodenCrate_C, SBZInteractable) == 0x000330, "Member 'ABP_WoodenCrate_C::SBZInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodenCrate_C, Mesh) == 0x000338, "Member 'ABP_WoodenCrate_C::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodenCrate_C, DefaultSceneRoot) == 0x000340, "Member 'ABP_WoodenCrate_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodenCrate_C, SmallBox_) == 0x000348, "Member 'ABP_WoodenCrate_C::SmallBox_' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodenCrate_C, Boxsizer) == 0x000350, "Member 'ABP_WoodenCrate_C::Boxsizer' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodenCrate_C, onCrateOpened) == 0x000380, "Member 'ABP_WoodenCrate_C::onCrateOpened' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodenCrate_C, binaryReactorActors) == 0x000390, "Member 'ABP_WoodenCrate_C::binaryReactorActors' has a wrong offset!"); \ +static_assert(offsetof(ABP_WoodenCrate_C, binaryReactorState) == 0x0003A0, "Member 'ABP_WoodenCrate_C::binaryReactorState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DefaultProgressionSaveGame_C \ +static_assert(alignof(UBP_DefaultProgressionSaveGame_C) == 0x000008, "Wrong alignment on UBP_DefaultProgressionSaveGame_C"); \ +static_assert(sizeof(UBP_DefaultProgressionSaveGame_C) == 0x000568, "Wrong size on UBP_DefaultProgressionSaveGame_C"); \ + +#define DUMPER7_ASSERTS_BP_Order_Civilian_CallInvestigator_ReducedProjection_C_OnStartedBP \ +static_assert(alignof(BP_Order_Civilian_CallInvestigator_ReducedProjection_C_OnStartedBP) == 0x000008, "Wrong alignment on BP_Order_Civilian_CallInvestigator_ReducedProjection_C_OnStartedBP"); \ +static_assert(sizeof(BP_Order_Civilian_CallInvestigator_ReducedProjection_C_OnStartedBP) == 0x000008, "Wrong size on BP_Order_Civilian_CallInvestigator_ReducedProjection_C_OnStartedBP"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_ReducedProjection_C_OnStartedBP, Pawn) == 0x000000, "Member 'BP_Order_Civilian_CallInvestigator_ReducedProjection_C_OnStartedBP::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator_ReducedProjection \ +static_assert(alignof(BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator_ReducedProjection) == 0x000008, "Wrong alignment on BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator_ReducedProjection"); \ +static_assert(sizeof(BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator_ReducedProjection) == 0x000028, "Wrong size on BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator_ReducedProjection"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator_ReducedProjection, EntryPoint) == 0x000000, "Member 'BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator_ReducedProjection::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator_ReducedProjection, K2Node_Event_Pawn) == 0x000008, "Member 'BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator_ReducedProjection::K2Node_Event_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator_ReducedProjection, CallFunc_GetController_ReturnValue) == 0x000010, "Member 'BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator_ReducedProjection::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator_ReducedProjection, K2Node_DynamicCast_AsAIController) == 0x000018, "Member 'BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator_ReducedProjection::K2Node_DynamicCast_AsAIController' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator_ReducedProjection, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator_ReducedProjection::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate \ +static_assert(alignof(BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate) == 0x000008, "Wrong alignment on BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate"); \ +static_assert(sizeof(BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate) == 0x000038, "Wrong size on BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate, Owner) == 0x000000, "Member 'BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate::Owner' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate, ReturnValue) == 0x000008, "Member 'BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate, K2Node_DynamicCast_AsSBZAIController) == 0x000010, "Member 'BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate::K2Node_DynamicCast_AsSBZAIController' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate, CallFunc_Get_ReturnValue) == 0x000020, "Member 'BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate, CallFunc_GetCurrentEnemy_ReturnValue) == 0x000028, "Member 'BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate::CallFunc_GetCurrentEnemy_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate, CallFunc_StealthBranch_OutputPins) == 0x000031, "Member 'BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate::CallFunc_StealthBranch_OutputPins' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate, CallFunc_StealthBranch_ReturnValue) == 0x000032, "Member 'BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate::CallFunc_StealthBranch_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate, K2Node_SwitchEnum_CmpSuccess) == 0x000033, "Member 'BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate, CallFunc_HasPendingInvestigationFor_ReturnValue) == 0x000034, "Member 'BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate::CallFunc_HasPendingInvestigationFor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate, CallFunc_ExecPredicate_ReturnValue) == 0x000035, "Member 'BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate::CallFunc_ExecPredicate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate, CallFunc_Not_PreBool_ReturnValue) == 0x000036, "Member 'BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate, CallFunc_BooleanAND_ReturnValue) == 0x000037, "Member 'BP_Order_Civilian_CallInvestigator_ReducedProjection_C_ExecPredicate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Order_Civilian_CallInvestigator_ReducedProjection_C \ +static_assert(alignof(UBP_Order_Civilian_CallInvestigator_ReducedProjection_C) == 0x000008, "Wrong alignment on UBP_Order_Civilian_CallInvestigator_ReducedProjection_C"); \ +static_assert(sizeof(UBP_Order_Civilian_CallInvestigator_ReducedProjection_C) == 0x000148, "Wrong size on UBP_Order_Civilian_CallInvestigator_ReducedProjection_C"); \ +static_assert(offsetof(UBP_Order_Civilian_CallInvestigator_ReducedProjection_C, UberGraphFrame) == 0x000130, "Member 'UBP_Order_Civilian_CallInvestigator_ReducedProjection_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_Order_Civilian_CallInvestigator_ReducedProjection_C, TargetKey) == 0x000138, "Member 'UBP_Order_Civilian_CallInvestigator_ReducedProjection_C::TargetKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InteractableSatellitePart_LowValue_C \ +static_assert(alignof(ABP_InteractableSatellitePart_LowValue_C) == 0x000008, "Wrong alignment on ABP_InteractableSatellitePart_LowValue_C"); \ +static_assert(sizeof(ABP_InteractableSatellitePart_LowValue_C) == 0x000370, "Wrong size on ABP_InteractableSatellitePart_LowValue_C"); \ +static_assert(offsetof(ABP_InteractableSatellitePart_LowValue_C, Ak) == 0x000358, "Member 'ABP_InteractableSatellitePart_LowValue_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableSatellitePart_LowValue_C, StaticMesh) == 0x000360, "Member 'ABP_InteractableSatellitePart_LowValue_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableSatellitePart_LowValue_C, RenderOutlines) == 0x000368, "Member 'ABP_InteractableSatellitePart_LowValue_C::RenderOutlines' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_POI_ThrowableKnife_C \ +static_assert(alignof(ABP_POI_ThrowableKnife_C) == 0x000008, "Wrong alignment on ABP_POI_ThrowableKnife_C"); \ +static_assert(sizeof(ABP_POI_ThrowableKnife_C) == 0x0002F8, "Wrong size on ABP_POI_ThrowableKnife_C"); \ + +#define DUMPER7_ASSERTS_UUTD_IdleLookAround_C \ +static_assert(alignof(UUTD_IdleLookAround_C) == 0x000008, "Wrong alignment on UUTD_IdleLookAround_C"); \ +static_assert(sizeof(UUTD_IdleLookAround_C) == 0x0000B0, "Wrong size on UUTD_IdleLookAround_C"); \ + +#define DUMPER7_ASSERTS_ABP_KnifeAmmoPickup_C \ +static_assert(alignof(ABP_KnifeAmmoPickup_C) == 0x000008, "Wrong alignment on ABP_KnifeAmmoPickup_C"); \ +static_assert(sizeof(ABP_KnifeAmmoPickup_C) == 0x000308, "Wrong size on ABP_KnifeAmmoPickup_C"); \ +static_assert(offsetof(ABP_KnifeAmmoPickup_C, Sphere) == 0x0002F0, "Member 'ABP_KnifeAmmoPickup_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_KnifeAmmoPickup_C, StaticMesh) == 0x0002F8, "Member 'ABP_KnifeAmmoPickup_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_KnifeAmmoPickup_C, DefaultSceneRoot) == 0x000300, "Member 'ABP_KnifeAmmoPickup_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_LoadingScreen_C_ExecuteUbergraph_WBP_UI_Widget_LoadingScreen \ +static_assert(alignof(WBP_UI_Widget_LoadingScreen_C_ExecuteUbergraph_WBP_UI_Widget_LoadingScreen) == 0x000008, "Wrong alignment on WBP_UI_Widget_LoadingScreen_C_ExecuteUbergraph_WBP_UI_Widget_LoadingScreen"); \ +static_assert(sizeof(WBP_UI_Widget_LoadingScreen_C_ExecuteUbergraph_WBP_UI_Widget_LoadingScreen) == 0x000010, "Wrong size on WBP_UI_Widget_LoadingScreen_C_ExecuteUbergraph_WBP_UI_Widget_LoadingScreen"); \ +static_assert(offsetof(WBP_UI_Widget_LoadingScreen_C_ExecuteUbergraph_WBP_UI_Widget_LoadingScreen, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_LoadingScreen_C_ExecuteUbergraph_WBP_UI_Widget_LoadingScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_LoadingScreen_C_ExecuteUbergraph_WBP_UI_Widget_LoadingScreen, CallFunc_Play_ReturnValue) == 0x000004, "Member 'WBP_UI_Widget_LoadingScreen_C_ExecuteUbergraph_WBP_UI_Widget_LoadingScreen::CallFunc_Play_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_LoadingScreen_C_ExecuteUbergraph_WBP_UI_Widget_LoadingScreen, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_LoadingScreen_C_ExecuteUbergraph_WBP_UI_Widget_LoadingScreen::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_LoadingScreen_C \ +static_assert(alignof(UWBP_UI_Widget_LoadingScreen_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_LoadingScreen_C"); \ +static_assert(sizeof(UWBP_UI_Widget_LoadingScreen_C) == 0x0002D8, "Wrong size on UWBP_UI_Widget_LoadingScreen_C"); \ +static_assert(offsetof(UWBP_UI_Widget_LoadingScreen_C, UberGraphFrame) == 0x0002A0, "Member 'UWBP_UI_Widget_LoadingScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_LoadingScreen_C, Image_162) == 0x0002A8, "Member 'UWBP_UI_Widget_LoadingScreen_C::Image_162' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_LoadingScreen_C, Image_PaydayLogo) == 0x0002B0, "Member 'UWBP_UI_Widget_LoadingScreen_C::Image_PaydayLogo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_LoadingScreen_C, SafeZone_38) == 0x0002B8, "Member 'UWBP_UI_Widget_LoadingScreen_C::SafeZone_38' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_LoadingScreen_C, Video_Background) == 0x0002C0, "Member 'UWBP_UI_Widget_LoadingScreen_C::Video_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_LoadingScreen_C, Widget_Loading) == 0x0002C8, "Member 'UWBP_UI_Widget_LoadingScreen_C::Widget_Loading' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_LoadingScreen_C, BinkMediaPlayer) == 0x0002D0, "Member 'UWBP_UI_Widget_LoadingScreen_C::BinkMediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen \ +static_assert(alignof(WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen) == 0x000008, "Wrong alignment on WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen"); \ +static_assert(sizeof(WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen) == 0x000128, "Wrong size on WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen"); \ +static_assert(offsetof(WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen, EntryPoint) == 0x000000, "Member 'WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen, K2Node_CustomEvent_CurrentProgress) == 0x000018, "Member 'WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen::K2Node_CustomEvent_CurrentProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen, K2Node_CustomEvent_TotalRemaining) == 0x00001C, "Member 'WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen::K2Node_CustomEvent_TotalRemaining' has a wrong offset!"); \ +static_assert(offsetof(WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000060, "Member 'WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen, K2Node_MakeStruct_FormatArgumentData_1) == 0x000068, "Member 'WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0000A8, "Member 'WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000AC, "Member 'WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen, K2Node_Event_IsDesignTime) == 0x0000B0, "Member 'WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000B4, "Member 'WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen, CallFunc_FTrunc_ReturnValue) == 0x0000B8, "Member 'WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000C0, "Member 'WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen, K2Node_MakeArray_Array) == 0x000100, "Member 'WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen, CallFunc_Format_ReturnValue) == 0x000110, "Member 'WBP_PSOCompilationScreen_C_ExecuteUbergraph_WBP_PSOCompilationScreen::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PSOCompilationScreen_C_PreConstruct \ +static_assert(alignof(WBP_PSOCompilationScreen_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_PSOCompilationScreen_C_PreConstruct"); \ +static_assert(sizeof(WBP_PSOCompilationScreen_C_PreConstruct) == 0x000001, "Wrong size on WBP_PSOCompilationScreen_C_PreConstruct"); \ +static_assert(offsetof(WBP_PSOCompilationScreen_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_PSOCompilationScreen_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PSOCompilationScreen_C_UpdatePSOProgress \ +static_assert(alignof(WBP_PSOCompilationScreen_C_UpdatePSOProgress) == 0x000004, "Wrong alignment on WBP_PSOCompilationScreen_C_UpdatePSOProgress"); \ +static_assert(sizeof(WBP_PSOCompilationScreen_C_UpdatePSOProgress) == 0x000008, "Wrong size on WBP_PSOCompilationScreen_C_UpdatePSOProgress"); \ +static_assert(offsetof(WBP_PSOCompilationScreen_C_UpdatePSOProgress, CurrentProgress) == 0x000000, "Member 'WBP_PSOCompilationScreen_C_UpdatePSOProgress::CurrentProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_PSOCompilationScreen_C_UpdatePSOProgress, TotalRemaining) == 0x000004, "Member 'WBP_PSOCompilationScreen_C_UpdatePSOProgress::TotalRemaining' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PSOCompilationScreen_C \ +static_assert(alignof(UWBP_PSOCompilationScreen_C) == 0x000008, "Wrong alignment on UWBP_PSOCompilationScreen_C"); \ +static_assert(sizeof(UWBP_PSOCompilationScreen_C) == 0x0002F0, "Wrong size on UWBP_PSOCompilationScreen_C"); \ +static_assert(offsetof(UWBP_PSOCompilationScreen_C, UberGraphFrame) == 0x0002B8, "Member 'UWBP_PSOCompilationScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PSOCompilationScreen_C, Background_I) == 0x0002C0, "Member 'UWBP_PSOCompilationScreen_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PSOCompilationScreen_C, CompilingValue_T) == 0x0002C8, "Member 'UWBP_PSOCompilationScreen_C::CompilingValue_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PSOCompilationScreen_C, LoadingThrobber) == 0x0002D0, "Member 'UWBP_PSOCompilationScreen_C::LoadingThrobber' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PSOCompilationScreen_C, LogoP3) == 0x0002D8, "Member 'UWBP_PSOCompilationScreen_C::LogoP3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PSOCompilationScreen_C, PSOTexts_HB) == 0x0002E0, "Member 'UWBP_PSOCompilationScreen_C::PSOTexts_HB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PSOCompilationScreen_C, Video_Background) == 0x0002E8, "Member 'UWBP_PSOCompilationScreen_C::Video_Background' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USTYLE_RecommendedChallengesScroll_C \ +static_assert(alignof(USTYLE_RecommendedChallengesScroll_C) == 0x000008, "Wrong alignment on USTYLE_RecommendedChallengesScroll_C"); \ +static_assert(sizeof(USTYLE_RecommendedChallengesScroll_C) == 0x000048, "Wrong size on USTYLE_RecommendedChallengesScroll_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Menu_ActionInputButton_C_ExecuteUbergraph_WBP_UI_Menu_ActionInputButton \ +static_assert(alignof(WBP_UI_Menu_ActionInputButton_C_ExecuteUbergraph_WBP_UI_Menu_ActionInputButton) == 0x000008, "Wrong alignment on WBP_UI_Menu_ActionInputButton_C_ExecuteUbergraph_WBP_UI_Menu_ActionInputButton"); \ +static_assert(sizeof(WBP_UI_Menu_ActionInputButton_C_ExecuteUbergraph_WBP_UI_Menu_ActionInputButton) == 0x000138, "Wrong size on WBP_UI_Menu_ActionInputButton_C_ExecuteUbergraph_WBP_UI_Menu_ActionInputButton"); \ +static_assert(offsetof(WBP_UI_Menu_ActionInputButton_C_ExecuteUbergraph_WBP_UI_Menu_ActionInputButton, EntryPoint) == 0x000000, "Member 'WBP_UI_Menu_ActionInputButton_C_ExecuteUbergraph_WBP_UI_Menu_ActionInputButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_ActionInputButton_C_ExecuteUbergraph_WBP_UI_Menu_ActionInputButton, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_UI_Menu_ActionInputButton_C_ExecuteUbergraph_WBP_UI_Menu_ActionInputButton::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_ActionInputButton_C_ExecuteUbergraph_WBP_UI_Menu_ActionInputButton, K2Node_Event_MouseEvent_1) == 0x000040, "Member 'WBP_UI_Menu_ActionInputButton_C_ExecuteUbergraph_WBP_UI_Menu_ActionInputButton::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_ActionInputButton_C_ExecuteUbergraph_WBP_UI_Menu_ActionInputButton, K2Node_Event_MouseEvent) == 0x0000B8, "Member 'WBP_UI_Menu_ActionInputButton_C_ExecuteUbergraph_WBP_UI_Menu_ActionInputButton::K2Node_Event_MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_ActionInputButton_C_ExecuteUbergraph_WBP_UI_Menu_ActionInputButton, K2Node_Event_IsDesignTime) == 0x000130, "Member 'WBP_UI_Menu_ActionInputButton_C_ExecuteUbergraph_WBP_UI_Menu_ActionInputButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Menu_ActionInputButton_C_OnMouseLeave \ +static_assert(alignof(WBP_UI_Menu_ActionInputButton_C_OnMouseLeave) == 0x000008, "Wrong alignment on WBP_UI_Menu_ActionInputButton_C_OnMouseLeave"); \ +static_assert(sizeof(WBP_UI_Menu_ActionInputButton_C_OnMouseLeave) == 0x000078, "Wrong size on WBP_UI_Menu_ActionInputButton_C_OnMouseLeave"); \ +static_assert(offsetof(WBP_UI_Menu_ActionInputButton_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'WBP_UI_Menu_ActionInputButton_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Menu_ActionInputButton_C_OnMouseEnter \ +static_assert(alignof(WBP_UI_Menu_ActionInputButton_C_OnMouseEnter) == 0x000008, "Wrong alignment on WBP_UI_Menu_ActionInputButton_C_OnMouseEnter"); \ +static_assert(sizeof(WBP_UI_Menu_ActionInputButton_C_OnMouseEnter) == 0x0000B0, "Wrong size on WBP_UI_Menu_ActionInputButton_C_OnMouseEnter"); \ +static_assert(offsetof(WBP_UI_Menu_ActionInputButton_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'WBP_UI_Menu_ActionInputButton_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_ActionInputButton_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'WBP_UI_Menu_ActionInputButton_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Menu_ActionInputButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_Menu_ActionInputButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Menu_ActionInputButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Menu_ActionInputButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Menu_ActionInputButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Menu_ActionInputButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Menu_ActionInputButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Menu_ActionInputButton_C_OnMouseButtonDown \ +static_assert(alignof(WBP_UI_Menu_ActionInputButton_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on WBP_UI_Menu_ActionInputButton_C_OnMouseButtonDown"); \ +static_assert(sizeof(WBP_UI_Menu_ActionInputButton_C_OnMouseButtonDown) == 0x000230, "Wrong size on WBP_UI_Menu_ActionInputButton_C_OnMouseButtonDown"); \ +static_assert(offsetof(WBP_UI_Menu_ActionInputButton_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'WBP_UI_Menu_ActionInputButton_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_ActionInputButton_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'WBP_UI_Menu_ActionInputButton_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_ActionInputButton_C_OnMouseButtonDown, ReturnValue) == 0x0000B0, "Member 'WBP_UI_Menu_ActionInputButton_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_ActionInputButton_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000170, "Member 'WBP_UI_Menu_ActionInputButton_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Menu_ActionInputButton_C_Set_Is_Hovered \ +static_assert(alignof(WBP_UI_Menu_ActionInputButton_C_Set_Is_Hovered) == 0x000008, "Wrong alignment on WBP_UI_Menu_ActionInputButton_C_Set_Is_Hovered"); \ +static_assert(sizeof(WBP_UI_Menu_ActionInputButton_C_Set_Is_Hovered) == 0x000060, "Wrong size on WBP_UI_Menu_ActionInputButton_C_Set_Is_Hovered"); \ +static_assert(offsetof(WBP_UI_Menu_ActionInputButton_C_Set_Is_Hovered, bIsHovered_0) == 0x000000, "Member 'WBP_UI_Menu_ActionInputButton_C_Set_Is_Hovered::bIsHovered_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_ActionInputButton_C_Set_Is_Hovered, CallFunc_SelectColor_ReturnValue) == 0x000004, "Member 'WBP_UI_Menu_ActionInputButton_C_Set_Is_Hovered::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_ActionInputButton_C_Set_Is_Hovered, K2Node_MakeStruct_SlateColor) == 0x000018, "Member 'WBP_UI_Menu_ActionInputButton_C_Set_Is_Hovered::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_ActionInputButton_C_Set_Is_Hovered, CallFunc_SelectColor_ReturnValue_1) == 0x000040, "Member 'WBP_UI_Menu_ActionInputButton_C_Set_Is_Hovered::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_ActionInputButton_C_Set_Is_Hovered, CallFunc_SelectColor_ReturnValue_2) == 0x000050, "Member 'WBP_UI_Menu_ActionInputButton_C_Set_Is_Hovered::CallFunc_SelectColor_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Menu_ActionInputButton_C_UpdateButtonText \ +static_assert(alignof(WBP_UI_Menu_ActionInputButton_C_UpdateButtonText) == 0x000008, "Wrong alignment on WBP_UI_Menu_ActionInputButton_C_UpdateButtonText"); \ +static_assert(sizeof(WBP_UI_Menu_ActionInputButton_C_UpdateButtonText) == 0x000018, "Wrong size on WBP_UI_Menu_ActionInputButton_C_UpdateButtonText"); \ +static_assert(offsetof(WBP_UI_Menu_ActionInputButton_C_UpdateButtonText, InButtonText) == 0x000000, "Member 'WBP_UI_Menu_ActionInputButton_C_UpdateButtonText::InButtonText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Menu_ActionInputButton_C \ +static_assert(alignof(UWBP_UI_Menu_ActionInputButton_C) == 0x000008, "Wrong alignment on UWBP_UI_Menu_ActionInputButton_C"); \ +static_assert(sizeof(UWBP_UI_Menu_ActionInputButton_C) == 0x000380, "Wrong size on UWBP_UI_Menu_ActionInputButton_C"); \ +static_assert(offsetof(UWBP_UI_Menu_ActionInputButton_C, UberGraphFrame) == 0x0002D0, "Member 'UWBP_UI_Menu_ActionInputButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_ActionInputButton_C, Image_Background) == 0x0002D8, "Member 'UWBP_UI_Menu_ActionInputButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_ActionInputButton_C, Image_ReferenceBorder) == 0x0002E0, "Member 'UWBP_UI_Menu_ActionInputButton_C::Image_ReferenceBorder' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_ActionInputButton_C, Text_Description) == 0x0002E8, "Member 'UWBP_UI_Menu_ActionInputButton_C::Text_Description' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_ActionInputButton_C, ButtonText) == 0x0002F0, "Member 'UWBP_UI_Menu_ActionInputButton_C::ButtonText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_ActionInputButton_C, bIsHovered) == 0x000308, "Member 'UWBP_UI_Menu_ActionInputButton_C::bIsHovered' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_ActionInputButton_C, OnButtonClicked) == 0x000310, "Member 'UWBP_UI_Menu_ActionInputButton_C::OnButtonClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_ActionInputButton_C, BorderHoverColor) == 0x000320, "Member 'UWBP_UI_Menu_ActionInputButton_C::BorderHoverColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_ActionInputButton_C, BorderIdleColor) == 0x000330, "Member 'UWBP_UI_Menu_ActionInputButton_C::BorderIdleColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_ActionInputButton_C, TextHoverColor) == 0x000340, "Member 'UWBP_UI_Menu_ActionInputButton_C::TextHoverColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_ActionInputButton_C, TextIdleColor) == 0x000350, "Member 'UWBP_UI_Menu_ActionInputButton_C::TextIdleColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_ActionInputButton_C, BackgroundHoverColor) == 0x000360, "Member 'UWBP_UI_Menu_ActionInputButton_C::BackgroundHoverColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_ActionInputButton_C, BackgroundIdleColor) == 0x000370, "Member 'UWBP_UI_Menu_ActionInputButton_C::BackgroundIdleColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ButtonCheckBox_C_ExecuteUbergraph_WBP_UI_ButtonCheckBox \ +static_assert(alignof(WBP_UI_ButtonCheckBox_C_ExecuteUbergraph_WBP_UI_ButtonCheckBox) == 0x000004, "Wrong alignment on WBP_UI_ButtonCheckBox_C_ExecuteUbergraph_WBP_UI_ButtonCheckBox"); \ +static_assert(sizeof(WBP_UI_ButtonCheckBox_C_ExecuteUbergraph_WBP_UI_ButtonCheckBox) == 0x00001C, "Wrong size on WBP_UI_ButtonCheckBox_C_ExecuteUbergraph_WBP_UI_ButtonCheckBox"); \ +static_assert(offsetof(WBP_UI_ButtonCheckBox_C_ExecuteUbergraph_WBP_UI_ButtonCheckBox, EntryPoint) == 0x000000, "Member 'WBP_UI_ButtonCheckBox_C_ExecuteUbergraph_WBP_UI_ButtonCheckBox::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ButtonCheckBox_C_ExecuteUbergraph_WBP_UI_ButtonCheckBox, K2Node_Event_bInIsHovered) == 0x000004, "Member 'WBP_UI_ButtonCheckBox_C_ExecuteUbergraph_WBP_UI_ButtonCheckBox::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ButtonCheckBox_C_ExecuteUbergraph_WBP_UI_ButtonCheckBox, K2Node_Event_bInHasFocus) == 0x000005, "Member 'WBP_UI_ButtonCheckBox_C_ExecuteUbergraph_WBP_UI_ButtonCheckBox::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ButtonCheckBox_C_ExecuteUbergraph_WBP_UI_ButtonCheckBox, K2Node_Event_IsDesignTime) == 0x000006, "Member 'WBP_UI_ButtonCheckBox_C_ExecuteUbergraph_WBP_UI_ButtonCheckBox::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ButtonCheckBox_C_ExecuteUbergraph_WBP_UI_ButtonCheckBox, CallFunc_GetGlobalColor_ReturnValue) == 0x000008, "Member 'WBP_UI_ButtonCheckBox_C_ExecuteUbergraph_WBP_UI_ButtonCheckBox::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ButtonCheckBox_C_ExecuteUbergraph_WBP_UI_ButtonCheckBox, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'WBP_UI_ButtonCheckBox_C_ExecuteUbergraph_WBP_UI_ButtonCheckBox::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ButtonCheckBox_C_PreConstruct \ +static_assert(alignof(WBP_UI_ButtonCheckBox_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_ButtonCheckBox_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_ButtonCheckBox_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_ButtonCheckBox_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_ButtonCheckBox_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_ButtonCheckBox_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ButtonCheckBox_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_ButtonCheckBox_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_ButtonCheckBox_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_ButtonCheckBox_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_ButtonCheckBox_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_ButtonCheckBox_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_ButtonCheckBox_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ButtonCheckBox_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_ButtonCheckBox_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_ButtonCheckBox_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_ButtonCheckBox_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_ButtonCheckBox_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_ButtonCheckBox_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_ButtonCheckBox_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ButtonCheckBox_C_SetCheckBox \ +static_assert(alignof(WBP_UI_ButtonCheckBox_C_SetCheckBox) == 0x000001, "Wrong alignment on WBP_UI_ButtonCheckBox_C_SetCheckBox"); \ +static_assert(sizeof(WBP_UI_ButtonCheckBox_C_SetCheckBox) == 0x000006, "Wrong size on WBP_UI_ButtonCheckBox_C_SetCheckBox"); \ +static_assert(offsetof(WBP_UI_ButtonCheckBox_C_SetCheckBox, bNewIsChecked) == 0x000000, "Member 'WBP_UI_ButtonCheckBox_C_SetCheckBox::bNewIsChecked' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ButtonCheckBox_C_SetCheckBox, Temp_byte_Variable) == 0x000001, "Member 'WBP_UI_ButtonCheckBox_C_SetCheckBox::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ButtonCheckBox_C_SetCheckBox, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_UI_ButtonCheckBox_C_SetCheckBox::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ButtonCheckBox_C_SetCheckBox, Temp_bool_Variable) == 0x000003, "Member 'WBP_UI_ButtonCheckBox_C_SetCheckBox::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ButtonCheckBox_C_SetCheckBox, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_ButtonCheckBox_C_SetCheckBox::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ButtonCheckBox_C_SetCheckBox, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000005, "Member 'WBP_UI_ButtonCheckBox_C_SetCheckBox::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ButtonCheckBox_C_OnFocusChanged \ +static_assert(alignof(WBP_UI_ButtonCheckBox_C_OnFocusChanged) == 0x000004, "Wrong alignment on WBP_UI_ButtonCheckBox_C_OnFocusChanged"); \ +static_assert(sizeof(WBP_UI_ButtonCheckBox_C_OnFocusChanged) == 0x000024, "Wrong size on WBP_UI_ButtonCheckBox_C_OnFocusChanged"); \ +static_assert(offsetof(WBP_UI_ButtonCheckBox_C_OnFocusChanged, bIsFocused) == 0x000000, "Member 'WBP_UI_ButtonCheckBox_C_OnFocusChanged::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ButtonCheckBox_C_OnFocusChanged, CallFunc_SelectColor_ReturnValue) == 0x000004, "Member 'WBP_UI_ButtonCheckBox_C_OnFocusChanged::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ButtonCheckBox_C_OnFocusChanged, CallFunc_SelectColor_ReturnValue_1) == 0x000014, "Member 'WBP_UI_ButtonCheckBox_C_OnFocusChanged::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ButtonCheckBox_C_OnHoverChanged \ +static_assert(alignof(WBP_UI_ButtonCheckBox_C_OnHoverChanged) == 0x000001, "Wrong alignment on WBP_UI_ButtonCheckBox_C_OnHoverChanged"); \ +static_assert(sizeof(WBP_UI_ButtonCheckBox_C_OnHoverChanged) == 0x000005, "Wrong size on WBP_UI_ButtonCheckBox_C_OnHoverChanged"); \ +static_assert(offsetof(WBP_UI_ButtonCheckBox_C_OnHoverChanged, bIsHovered) == 0x000000, "Member 'WBP_UI_ButtonCheckBox_C_OnHoverChanged::bIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ButtonCheckBox_C_OnHoverChanged, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_ButtonCheckBox_C_OnHoverChanged::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ButtonCheckBox_C_OnHoverChanged, Temp_byte_Variable) == 0x000002, "Member 'WBP_UI_ButtonCheckBox_C_OnHoverChanged::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ButtonCheckBox_C_OnHoverChanged, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_UI_ButtonCheckBox_C_OnHoverChanged::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ButtonCheckBox_C_OnHoverChanged, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_ButtonCheckBox_C_OnHoverChanged::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_ButtonCheckBox_C \ +static_assert(alignof(UWBP_UI_ButtonCheckBox_C) == 0x000008, "Wrong alignment on UWBP_UI_ButtonCheckBox_C"); \ +static_assert(sizeof(UWBP_UI_ButtonCheckBox_C) == 0x0003A8, "Wrong size on UWBP_UI_ButtonCheckBox_C"); \ +static_assert(offsetof(UWBP_UI_ButtonCheckBox_C, UberGraphFrame) == 0x000370, "Member 'UWBP_UI_ButtonCheckBox_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ButtonCheckBox_C, Image_ButtonBackground) == 0x000378, "Member 'UWBP_UI_ButtonCheckBox_C::Image_ButtonBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ButtonCheckBox_C, Image_ButtonBackgroundHighlight) == 0x000380, "Member 'UWBP_UI_ButtonCheckBox_C::Image_ButtonBackgroundHighlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ButtonCheckBox_C, Image_ButtonTickForeground) == 0x000388, "Member 'UWBP_UI_ButtonCheckBox_C::Image_ButtonTickForeground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ButtonCheckBox_C, OnCheckChanged) == 0x000390, "Member 'UWBP_UI_ButtonCheckBox_C::OnCheckChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ButtonCheckBox_C, bIsChecked) == 0x0003A0, "Member 'UWBP_UI_ButtonCheckBox_C::bIsChecked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_HUD_Shoutout_C \ +static_assert(alignof(UWBP_UI_HUD_Shoutout_C) == 0x000008, "Wrong alignment on UWBP_UI_HUD_Shoutout_C"); \ +static_assert(sizeof(UWBP_UI_HUD_Shoutout_C) == 0x0002B0, "Wrong size on UWBP_UI_HUD_Shoutout_C"); \ + +#define DUMPER7_ASSERTS_WBP_TextEntry_Button_C_ExecuteUbergraph_WBP_TextEntry_Button \ +static_assert(alignof(WBP_TextEntry_Button_C_ExecuteUbergraph_WBP_TextEntry_Button) == 0x000004, "Wrong alignment on WBP_TextEntry_Button_C_ExecuteUbergraph_WBP_TextEntry_Button"); \ +static_assert(sizeof(WBP_TextEntry_Button_C_ExecuteUbergraph_WBP_TextEntry_Button) == 0x000010, "Wrong size on WBP_TextEntry_Button_C_ExecuteUbergraph_WBP_TextEntry_Button"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_ExecuteUbergraph_WBP_TextEntry_Button, EntryPoint) == 0x000000, "Member 'WBP_TextEntry_Button_C_ExecuteUbergraph_WBP_TextEntry_Button::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_ExecuteUbergraph_WBP_TextEntry_Button, Temp_bool_Variable) == 0x000004, "Member 'WBP_TextEntry_Button_C_ExecuteUbergraph_WBP_TextEntry_Button::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_ExecuteUbergraph_WBP_TextEntry_Button, Temp_byte_Variable) == 0x000005, "Member 'WBP_TextEntry_Button_C_ExecuteUbergraph_WBP_TextEntry_Button::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_ExecuteUbergraph_WBP_TextEntry_Button, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_TextEntry_Button_C_ExecuteUbergraph_WBP_TextEntry_Button::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_ExecuteUbergraph_WBP_TextEntry_Button, K2Node_Event_IsDesignTime) == 0x000007, "Member 'WBP_TextEntry_Button_C_ExecuteUbergraph_WBP_TextEntry_Button::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_ExecuteUbergraph_WBP_TextEntry_Button, K2Node_Event_bInIsDisabled) == 0x000008, "Member 'WBP_TextEntry_Button_C_ExecuteUbergraph_WBP_TextEntry_Button::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_ExecuteUbergraph_WBP_TextEntry_Button, K2Node_Event_bInHasFocus) == 0x000009, "Member 'WBP_TextEntry_Button_C_ExecuteUbergraph_WBP_TextEntry_Button::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_ExecuteUbergraph_WBP_TextEntry_Button, K2Node_Event_bInIsHovered) == 0x00000A, "Member 'WBP_TextEntry_Button_C_ExecuteUbergraph_WBP_TextEntry_Button::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_ExecuteUbergraph_WBP_TextEntry_Button, K2Node_Event_bInIsEditingText) == 0x00000B, "Member 'WBP_TextEntry_Button_C_ExecuteUbergraph_WBP_TextEntry_Button::K2Node_Event_bInIsEditingText' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_ExecuteUbergraph_WBP_TextEntry_Button, K2Node_Select_Default) == 0x00000C, "Member 'WBP_TextEntry_Button_C_ExecuteUbergraph_WBP_TextEntry_Button::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TextEntry_Button_C_EditingText \ +static_assert(alignof(WBP_TextEntry_Button_C_EditingText) == 0x000001, "Wrong alignment on WBP_TextEntry_Button_C_EditingText"); \ +static_assert(sizeof(WBP_TextEntry_Button_C_EditingText) == 0x000001, "Wrong size on WBP_TextEntry_Button_C_EditingText"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_EditingText, bInIsEditingText) == 0x000000, "Member 'WBP_TextEntry_Button_C_EditingText::bInIsEditingText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TextEntry_Button_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_TextEntry_Button_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_TextEntry_Button_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_TextEntry_Button_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_TextEntry_Button_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_TextEntry_Button_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TextEntry_Button_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_TextEntry_Button_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_TextEntry_Button_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_TextEntry_Button_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_TextEntry_Button_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_TextEntry_Button_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TextEntry_Button_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_TextEntry_Button_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_TextEntry_Button_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_TextEntry_Button_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_TextEntry_Button_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_TextEntry_Button_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TextEntry_Button_C_PreConstruct \ +static_assert(alignof(WBP_TextEntry_Button_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_TextEntry_Button_C_PreConstruct"); \ +static_assert(sizeof(WBP_TextEntry_Button_C_PreConstruct) == 0x000001, "Wrong size on WBP_TextEntry_Button_C_PreConstruct"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_TextEntry_Button_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TextEntry_Button_C_RefreshVisuals \ +static_assert(alignof(WBP_TextEntry_Button_C_RefreshVisuals) == 0x000001, "Wrong alignment on WBP_TextEntry_Button_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_TextEntry_Button_C_RefreshVisuals) == 0x000002, "Wrong size on WBP_TextEntry_Button_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_RefreshVisuals, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000000, "Member 'WBP_TextEntry_Button_C_RefreshVisuals::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_RefreshVisuals, CallFunc_IsHovered_ReturnValue) == 0x000001, "Member 'WBP_TextEntry_Button_C_RefreshVisuals::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TextEntry_Button_C_OnHoverVisuals \ +static_assert(alignof(WBP_TextEntry_Button_C_OnHoverVisuals) == 0x000001, "Wrong alignment on WBP_TextEntry_Button_C_OnHoverVisuals"); \ +static_assert(sizeof(WBP_TextEntry_Button_C_OnHoverVisuals) == 0x000005, "Wrong size on WBP_TextEntry_Button_C_OnHoverVisuals"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_OnHoverVisuals, bIsHovered) == 0x000000, "Member 'WBP_TextEntry_Button_C_OnHoverVisuals::bIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_OnHoverVisuals, Temp_bool_Variable) == 0x000001, "Member 'WBP_TextEntry_Button_C_OnHoverVisuals::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_OnHoverVisuals, Temp_byte_Variable) == 0x000002, "Member 'WBP_TextEntry_Button_C_OnHoverVisuals::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_OnHoverVisuals, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_TextEntry_Button_C_OnHoverVisuals::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_OnHoverVisuals, K2Node_Select_Default) == 0x000004, "Member 'WBP_TextEntry_Button_C_OnHoverVisuals::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TextEntry_Button_C_OnFocusedVisuals \ +static_assert(alignof(WBP_TextEntry_Button_C_OnFocusedVisuals) == 0x000004, "Wrong alignment on WBP_TextEntry_Button_C_OnFocusedVisuals"); \ +static_assert(sizeof(WBP_TextEntry_Button_C_OnFocusedVisuals) == 0x000024, "Wrong size on WBP_TextEntry_Button_C_OnFocusedVisuals"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_OnFocusedVisuals, bIsFocused) == 0x000000, "Member 'WBP_TextEntry_Button_C_OnFocusedVisuals::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_OnFocusedVisuals, CallFunc_SelectColor_ReturnValue) == 0x000004, "Member 'WBP_TextEntry_Button_C_OnFocusedVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_OnFocusedVisuals, CallFunc_SelectColor_ReturnValue_1) == 0x000014, "Member 'WBP_TextEntry_Button_C_OnFocusedVisuals::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TextEntry_Button_C_OnDisabledVisuals \ +static_assert(alignof(WBP_TextEntry_Button_C_OnDisabledVisuals) == 0x000001, "Wrong alignment on WBP_TextEntry_Button_C_OnDisabledVisuals"); \ +static_assert(sizeof(WBP_TextEntry_Button_C_OnDisabledVisuals) == 0x000001, "Wrong size on WBP_TextEntry_Button_C_OnDisabledVisuals"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_OnDisabledVisuals, bIsDisabled_0) == 0x000000, "Member 'WBP_TextEntry_Button_C_OnDisabledVisuals::bIsDisabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TextEntry_Button_C_ToggleEditingText \ +static_assert(alignof(WBP_TextEntry_Button_C_ToggleEditingText) == 0x000001, "Wrong alignment on WBP_TextEntry_Button_C_ToggleEditingText"); \ +static_assert(sizeof(WBP_TextEntry_Button_C_ToggleEditingText) == 0x000001, "Wrong size on WBP_TextEntry_Button_C_ToggleEditingText"); \ +static_assert(offsetof(WBP_TextEntry_Button_C_ToggleEditingText, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'WBP_TextEntry_Button_C_ToggleEditingText::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_TextEntry_Button_C \ +static_assert(alignof(UWBP_TextEntry_Button_C) == 0x000008, "Wrong alignment on UWBP_TextEntry_Button_C"); \ +static_assert(sizeof(UWBP_TextEntry_Button_C) == 0x0003F0, "Wrong size on UWBP_TextEntry_Button_C"); \ +static_assert(offsetof(UWBP_TextEntry_Button_C, UberGraphFrame) == 0x000398, "Member 'UWBP_TextEntry_Button_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextEntry_Button_C, Border_TextBorder) == 0x0003A0, "Member 'UWBP_TextEntry_Button_C::Border_TextBorder' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextEntry_Button_C, BorderEdge_I) == 0x0003A8, "Member 'UWBP_TextEntry_Button_C::BorderEdge_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextEntry_Button_C, Image_Background) == 0x0003B0, "Member 'UWBP_TextEntry_Button_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextEntry_Button_C, Image_Editing) == 0x0003B8, "Member 'UWBP_TextEntry_Button_C::Image_Editing' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextEntry_Button_C, Image_Hover) == 0x0003C0, "Member 'UWBP_TextEntry_Button_C::Image_Hover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextEntry_Button_C, IsEditingText) == 0x0003C8, "Member 'UWBP_TextEntry_Button_C::IsEditingText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextEntry_Button_C, Text_Hint_Override) == 0x0003D0, "Member 'UWBP_TextEntry_Button_C::Text_Hint_Override' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextEntry_Button_C, IsPasswordOverride) == 0x0003E8, "Member 'UWBP_TextEntry_Button_C::IsPasswordOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter \ +static_assert(alignof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter) == 0x000008, "Wrong alignment on BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter"); \ +static_assert(sizeof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter) == 0x000340, "Wrong size on BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, EntryPoint) == 0x000000, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000004, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, Temp_struct_Variable) == 0x000008, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, Temp_delegate_Variable) == 0x000018, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, Temp_struct_Variable_1) == 0x000030, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, Temp_delegate_Variable_1) == 0x000040, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, Temp_struct_Variable_2) == 0x000058, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, Temp_delegate_Variable_2) == 0x000068, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, Temp_struct_Variable_3) == 0x000080, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, Temp_delegate_Variable_3) == 0x000090, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, Temp_bool_Variable) == 0x0000A4, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, Temp_int_Variable) == 0x0000A8, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, Temp_bool_Variable_1) == 0x0000AC, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, Temp_int_Variable_1) == 0x0000B0, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, Temp_struct_Variable_4) == 0x0000B8, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, Temp_delegate_Variable_4) == 0x0000C8, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::Temp_delegate_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, Temp_bool_Variable_2) == 0x0000DC, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, K2Node_SwitchEnum_CmpSuccess) == 0x0000DD, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, Temp_int_Variable_2) == 0x0000E0, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, Temp_struct_Variable_5) == 0x0000E8, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, Temp_delegate_Variable_5) == 0x0000F8, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::Temp_delegate_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, Temp_struct_Variable_6) == 0x000110, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, Temp_delegate_Variable_6) == 0x000120, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::Temp_delegate_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, K2Node_ComponentBoundEvent_Interactable_1) == 0x000138, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::K2Node_ComponentBoundEvent_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, K2Node_ComponentBoundEvent_Interactor_1) == 0x000140, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::K2Node_ComponentBoundEvent_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1) == 0x000148, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, K2Node_ComponentBoundEvent_Interactable) == 0x000150, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, K2Node_ComponentBoundEvent_Interactor) == 0x000158, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000160, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, K2Node_CustomEvent_slot) == 0x000164, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::K2Node_CustomEvent_slot' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_Less_IntInt_ReturnValue) == 0x000168, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_PostEvent_ReturnValue) == 0x00016C, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_PostEvent_ReturnValue_1) == 0x000170, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_PostEvent_ReturnValue_2) == 0x000174, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, K2Node_Event_NumOfBags) == 0x000178, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::K2Node_Event_NumOfBags' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_PostEvent_ReturnValue_3) == 0x00017C, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, K2Node_Select_Default) == 0x000180, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, K2Node_Select_Default_1) == 0x000184, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, K2Node_Event_NewState) == 0x000188, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, K2Node_Event_bDoCosmetics) == 0x000189, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, K2Node_Event_bIsDedicatedServer) == 0x00018A, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::K2Node_Event_bIsDedicatedServer' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, K2Node_Event_Count) == 0x00018C, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::K2Node_Event_Count' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_Add_IntInt_ReturnValue) == 0x000190, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_Subtract_IntInt_ReturnValue) == 0x000194, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_Array_Get_Item) == 0x000198, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_PostEvent_ReturnValue_4) == 0x0001A0, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0001A4, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_Array_Get_Item_1) == 0x0001A8, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_BreakVector_X) == 0x0001B0, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_BreakVector_Y) == 0x0001B4, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_BreakVector_Z) == 0x0001B8, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_MakeVector_ReturnValue) == 0x0001BC, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_Array_Get_Item_2) == 0x0001C8, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x0001D0, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000260, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_BreakVector_X_1) == 0x000264, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_BreakVector_Y_1) == 0x000268, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_BreakVector_Z_1) == 0x00026C, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_MakeVector_ReturnValue_1) == 0x000270, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x00027C, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_getNumInsertedServers_insertedServers) == 0x00030C, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_getNumInsertedServers_insertedServers' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000310, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_getNumInsertedServers_insertedServers_1) == 0x000314, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_getNumInsertedServers_insertedServers_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_Greater_IntInt_ReturnValue) == 0x000318, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_Array_Add_ReturnValue) == 0x00031C, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_IsPlaying_ReturnValue) == 0x000320, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_getNumInsertedServers_insertedServers_2) == 0x000324, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_getNumInsertedServers_insertedServers_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000328, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00032C, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, K2Node_Select_Default_2) == 0x000330, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_PostEvent_ReturnValue_5) == 0x000334, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_PostEvent_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_PostEvent_ReturnValue_6) == 0x000338, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_PostEvent_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_Array_Contains_ReturnValue) == 0x00033C, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_IsDedicatedServer_ReturnValue) == 0x00033D, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x00033E, "Member 'BP_ServerDecrypter_C_ExecuteUbergraph_BP_ServerDecrypter::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ServerDecrypter_C_BP_OnCombinedBagCountUpdated \ +static_assert(alignof(BP_ServerDecrypter_C_BP_OnCombinedBagCountUpdated) == 0x000004, "Wrong alignment on BP_ServerDecrypter_C_BP_OnCombinedBagCountUpdated"); \ +static_assert(sizeof(BP_ServerDecrypter_C_BP_OnCombinedBagCountUpdated) == 0x000004, "Wrong size on BP_ServerDecrypter_C_BP_OnCombinedBagCountUpdated"); \ +static_assert(offsetof(BP_ServerDecrypter_C_BP_OnCombinedBagCountUpdated, Count) == 0x000000, "Member 'BP_ServerDecrypter_C_BP_OnCombinedBagCountUpdated::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ServerDecrypter_C_BP_OnRunningStateChanged \ +static_assert(alignof(BP_ServerDecrypter_C_BP_OnRunningStateChanged) == 0x000001, "Wrong alignment on BP_ServerDecrypter_C_BP_OnRunningStateChanged"); \ +static_assert(sizeof(BP_ServerDecrypter_C_BP_OnRunningStateChanged) == 0x000003, "Wrong size on BP_ServerDecrypter_C_BP_OnRunningStateChanged"); \ +static_assert(offsetof(BP_ServerDecrypter_C_BP_OnRunningStateChanged, NewState) == 0x000000, "Member 'BP_ServerDecrypter_C_BP_OnRunningStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_BP_OnRunningStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_ServerDecrypter_C_BP_OnRunningStateChanged::bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_BP_OnRunningStateChanged, bIsDedicatedServer) == 0x000002, "Member 'BP_ServerDecrypter_C_BP_OnRunningStateChanged::bIsDedicatedServer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ServerDecrypter_C_BP_BagCountUpdated \ +static_assert(alignof(BP_ServerDecrypter_C_BP_BagCountUpdated) == 0x000004, "Wrong alignment on BP_ServerDecrypter_C_BP_BagCountUpdated"); \ +static_assert(sizeof(BP_ServerDecrypter_C_BP_BagCountUpdated) == 0x000004, "Wrong size on BP_ServerDecrypter_C_BP_BagCountUpdated"); \ +static_assert(offsetof(BP_ServerDecrypter_C_BP_BagCountUpdated, NumOfBags) == 0x000000, "Member 'BP_ServerDecrypter_C_BP_BagCountUpdated::NumOfBags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ServerDecrypter_C_hideServer \ +static_assert(alignof(BP_ServerDecrypter_C_hideServer) == 0x000004, "Wrong alignment on BP_ServerDecrypter_C_hideServer"); \ +static_assert(sizeof(BP_ServerDecrypter_C_hideServer) == 0x000004, "Wrong size on BP_ServerDecrypter_C_hideServer"); \ +static_assert(offsetof(BP_ServerDecrypter_C_hideServer, slot) == 0x000000, "Member 'BP_ServerDecrypter_C_hideServer::slot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ServerDecrypter_C_BndEvt__BP_ServerDecrypter_ClaimBagInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_ServerDecrypter_C_BndEvt__BP_ServerDecrypter_ClaimBagInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_ServerDecrypter_C_BndEvt__BP_ServerDecrypter_ClaimBagInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_ServerDecrypter_C_BndEvt__BP_ServerDecrypter_ClaimBagInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_ServerDecrypter_C_BndEvt__BP_ServerDecrypter_ClaimBagInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_ServerDecrypter_C_BndEvt__BP_ServerDecrypter_ClaimBagInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_ServerDecrypter_C_BndEvt__BP_ServerDecrypter_ClaimBagInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_BndEvt__BP_ServerDecrypter_ClaimBagInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_ServerDecrypter_C_BndEvt__BP_ServerDecrypter_ClaimBagInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_BndEvt__BP_ServerDecrypter_ClaimBagInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_ServerDecrypter_C_BndEvt__BP_ServerDecrypter_ClaimBagInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ServerDecrypter_C_BndEvt__BP_ServerDecrypter_ClaimCombinedBagInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_ServerDecrypter_C_BndEvt__BP_ServerDecrypter_ClaimCombinedBagInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_ServerDecrypter_C_BndEvt__BP_ServerDecrypter_ClaimCombinedBagInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_ServerDecrypter_C_BndEvt__BP_ServerDecrypter_ClaimCombinedBagInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_ServerDecrypter_C_BndEvt__BP_ServerDecrypter_ClaimCombinedBagInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_ServerDecrypter_C_BndEvt__BP_ServerDecrypter_ClaimCombinedBagInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_ServerDecrypter_C_BndEvt__BP_ServerDecrypter_ClaimCombinedBagInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_BndEvt__BP_ServerDecrypter_ClaimCombinedBagInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_ServerDecrypter_C_BndEvt__BP_ServerDecrypter_ClaimCombinedBagInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_BndEvt__BP_ServerDecrypter_ClaimCombinedBagInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_ServerDecrypter_C_BndEvt__BP_ServerDecrypter_ClaimCombinedBagInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ServerDecrypter_C_UserConstructionScript \ +static_assert(alignof(BP_ServerDecrypter_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_ServerDecrypter_C_UserConstructionScript"); \ +static_assert(sizeof(BP_ServerDecrypter_C_UserConstructionScript) == 0x000020, "Wrong size on BP_ServerDecrypter_C_UserConstructionScript"); \ +static_assert(offsetof(BP_ServerDecrypter_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_ServerDecrypter_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_UserConstructionScript, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000008, "Member 'BP_ServerDecrypter_C_UserConstructionScript::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_UserConstructionScript, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_ServerDecrypter_C_UserConstructionScript::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ServerDecrypter_C_updateDisplay \ +static_assert(alignof(BP_ServerDecrypter_C_updateDisplay) == 0x000010, "Wrong alignment on BP_ServerDecrypter_C_updateDisplay"); \ +static_assert(sizeof(BP_ServerDecrypter_C_updateDisplay) == 0x000080, "Wrong size on BP_ServerDecrypter_C_updateDisplay"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateDisplay, mainText) == 0x000000, "Member 'BP_ServerDecrypter_C_updateDisplay::mainText' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateDisplay, descriptionText) == 0x000018, "Member 'BP_ServerDecrypter_C_updateDisplay::descriptionText' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateDisplay, State) == 0x000030, "Member 'BP_ServerDecrypter_C_updateDisplay::State' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateDisplay, Flickering) == 0x000034, "Member 'BP_ServerDecrypter_C_updateDisplay::Flickering' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateDisplay, CallFunc_TextIsEmpty_ReturnValue) == 0x000035, "Member 'BP_ServerDecrypter_C_updateDisplay::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateDisplay, CallFunc_IsValid_ReturnValue) == 0x000036, "Member 'BP_ServerDecrypter_C_updateDisplay::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateDisplay, CallFunc_Not_PreBool_ReturnValue) == 0x000037, "Member 'BP_ServerDecrypter_C_updateDisplay::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateDisplay, Temp_int_Variable) == 0x000038, "Member 'BP_ServerDecrypter_C_updateDisplay::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateDisplay, K2Node_MakeStruct_Vector4) == 0x000040, "Member 'BP_ServerDecrypter_C_updateDisplay::K2Node_MakeStruct_Vector4' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateDisplay, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000050, "Member 'BP_ServerDecrypter_C_updateDisplay::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateDisplay, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000054, "Member 'BP_ServerDecrypter_C_updateDisplay::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateDisplay, CallFunc_GetUserWidgetInitialized_ReturnValue) == 0x000058, "Member 'BP_ServerDecrypter_C_updateDisplay::CallFunc_GetUserWidgetInitialized_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateDisplay, K2Node_DynamicCast_AsWBP_Server_Decrypter) == 0x000060, "Member 'BP_ServerDecrypter_C_updateDisplay::K2Node_DynamicCast_AsWBP_Server_Decrypter' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateDisplay, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'BP_ServerDecrypter_C_updateDisplay::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateDisplay, K2Node_Select_Default) == 0x000070, "Member 'BP_ServerDecrypter_C_updateDisplay::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ServerDecrypter_C_ejectServer \ +static_assert(alignof(BP_ServerDecrypter_C_ejectServer) == 0x000008, "Wrong alignment on BP_ServerDecrypter_C_ejectServer"); \ +static_assert(sizeof(BP_ServerDecrypter_C_ejectServer) == 0x000068, "Wrong size on BP_ServerDecrypter_C_ejectServer"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ejectServer, slot) == 0x000000, "Member 'BP_ServerDecrypter_C_ejectServer::slot' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ejectServer, serverToSet) == 0x000008, "Member 'BP_ServerDecrypter_C_ejectServer::serverToSet' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ejectServer, Temp_delegate_Variable) == 0x000010, "Member 'BP_ServerDecrypter_C_ejectServer::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ejectServer, Temp_int_Array_Index_Variable) == 0x000024, "Member 'BP_ServerDecrypter_C_ejectServer::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ejectServer, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_ServerDecrypter_C_ejectServer::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ejectServer, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_ServerDecrypter_C_ejectServer::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ejectServer, Temp_struct_Variable) == 0x000030, "Member 'BP_ServerDecrypter_C_ejectServer::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ejectServer, CallFunc_Array_Add_ReturnValue) == 0x000040, "Member 'BP_ServerDecrypter_C_ejectServer::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ejectServer, CallFunc_IsPlaying_ReturnValue) == 0x000044, "Member 'BP_ServerDecrypter_C_ejectServer::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ejectServer, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_ServerDecrypter_C_ejectServer::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ejectServer, CallFunc_Array_Get_Item_1) == 0x000050, "Member 'BP_ServerDecrypter_C_ejectServer::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ejectServer, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'BP_ServerDecrypter_C_ejectServer::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ejectServer, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'BP_ServerDecrypter_C_ejectServer::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_ejectServer, CallFunc_PostEvent_ReturnValue) == 0x000060, "Member 'BP_ServerDecrypter_C_ejectServer::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ServerDecrypter_C_insertServer \ +static_assert(alignof(BP_ServerDecrypter_C_insertServer) == 0x000008, "Wrong alignment on BP_ServerDecrypter_C_insertServer"); \ +static_assert(sizeof(BP_ServerDecrypter_C_insertServer) == 0x0000F0, "Wrong size on BP_ServerDecrypter_C_insertServer"); \ +static_assert(offsetof(BP_ServerDecrypter_C_insertServer, slot) == 0x000000, "Member 'BP_ServerDecrypter_C_insertServer::slot' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_insertServer, serverToSet) == 0x000008, "Member 'BP_ServerDecrypter_C_insertServer::serverToSet' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_insertServer, Temp_struct_Variable) == 0x000010, "Member 'BP_ServerDecrypter_C_insertServer::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_insertServer, Temp_delegate_Variable) == 0x000020, "Member 'BP_ServerDecrypter_C_insertServer::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_insertServer, CallFunc_IsPlaying_ReturnValue) == 0x000034, "Member 'BP_ServerDecrypter_C_insertServer::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_insertServer, CallFunc_BreakVector_X) == 0x000038, "Member 'BP_ServerDecrypter_C_insertServer::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_insertServer, CallFunc_BreakVector_Y) == 0x00003C, "Member 'BP_ServerDecrypter_C_insertServer::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_insertServer, CallFunc_BreakVector_Z) == 0x000040, "Member 'BP_ServerDecrypter_C_insertServer::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_insertServer, CallFunc_MakeVector_ReturnValue) == 0x000044, "Member 'BP_ServerDecrypter_C_insertServer::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_insertServer, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000050, "Member 'BP_ServerDecrypter_C_insertServer::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_insertServer, CallFunc_Array_Get_Item) == 0x0000E0, "Member 'BP_ServerDecrypter_C_insertServer::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_insertServer, CallFunc_PostEvent_ReturnValue) == 0x0000E8, "Member 'BP_ServerDecrypter_C_insertServer::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_insertServer, CallFunc_Array_Add_ReturnValue) == 0x0000EC, "Member 'BP_ServerDecrypter_C_insertServer::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ServerDecrypter_C_Set_Lights \ +static_assert(alignof(BP_ServerDecrypter_C_Set_Lights) == 0x000008, "Wrong alignment on BP_ServerDecrypter_C_Set_Lights"); \ +static_assert(sizeof(BP_ServerDecrypter_C_Set_Lights) == 0x000070, "Wrong size on BP_ServerDecrypter_C_Set_Lights"); \ +static_assert(offsetof(BP_ServerDecrypter_C_Set_Lights, amount) == 0x000000, "Member 'BP_ServerDecrypter_C_Set_Lights::amount' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_Set_Lights, working) == 0x000004, "Member 'BP_ServerDecrypter_C_Set_Lights::working' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_Set_Lights, Temp_bool_Variable) == 0x000005, "Member 'BP_ServerDecrypter_C_Set_Lights::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_Set_Lights, Temp_object_Variable) == 0x000008, "Member 'BP_ServerDecrypter_C_Set_Lights::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_Set_Lights, Temp_object_Variable_1) == 0x000010, "Member 'BP_ServerDecrypter_C_Set_Lights::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_Set_Lights, Temp_bool_Variable_1) == 0x000018, "Member 'BP_ServerDecrypter_C_Set_Lights::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_Set_Lights, Temp_object_Variable_2) == 0x000020, "Member 'BP_ServerDecrypter_C_Set_Lights::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_Set_Lights, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_ServerDecrypter_C_Set_Lights::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_Set_Lights, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BP_ServerDecrypter_C_Set_Lights::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_Set_Lights, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_ServerDecrypter_C_Set_Lights::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_Set_Lights, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_ServerDecrypter_C_Set_Lights::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_Set_Lights, K2Node_Select_Default) == 0x000038, "Member 'BP_ServerDecrypter_C_Set_Lights::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_Set_Lights, K2Node_Select_Default_1) == 0x000040, "Member 'BP_ServerDecrypter_C_Set_Lights::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_Set_Lights, K2Node_MakeArray_Array) == 0x000048, "Member 'BP_ServerDecrypter_C_Set_Lights::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_Set_Lights, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'BP_ServerDecrypter_C_Set_Lights::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_Set_Lights, CallFunc_Array_Get_Item) == 0x000060, "Member 'BP_ServerDecrypter_C_Set_Lights::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_Set_Lights, CallFunc_Less_IntInt_ReturnValue_1) == 0x000068, "Member 'BP_ServerDecrypter_C_Set_Lights::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ServerDecrypter_C_updateServerVisibility \ +static_assert(alignof(BP_ServerDecrypter_C_updateServerVisibility) == 0x000008, "Wrong alignment on BP_ServerDecrypter_C_updateServerVisibility"); \ +static_assert(sizeof(BP_ServerDecrypter_C_updateServerVisibility) == 0x000038, "Wrong size on BP_ServerDecrypter_C_updateServerVisibility"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateServerVisibility, Temp_bool_Variable) == 0x000000, "Member 'BP_ServerDecrypter_C_updateServerVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateServerVisibility, Temp_byte_Variable) == 0x000001, "Member 'BP_ServerDecrypter_C_updateServerVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateServerVisibility, Temp_byte_Variable_1) == 0x000002, "Member 'BP_ServerDecrypter_C_updateServerVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateServerVisibility, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_ServerDecrypter_C_updateServerVisibility::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateServerVisibility, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_ServerDecrypter_C_updateServerVisibility::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateServerVisibility, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_ServerDecrypter_C_updateServerVisibility::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateServerVisibility, CallFunc_getNumInsertedServers_insertedServers) == 0x000010, "Member 'BP_ServerDecrypter_C_updateServerVisibility::CallFunc_getNumInsertedServers_insertedServers' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateServerVisibility, CallFunc_Less_IntInt_ReturnValue) == 0x000014, "Member 'BP_ServerDecrypter_C_updateServerVisibility::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateServerVisibility, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_ServerDecrypter_C_updateServerVisibility::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateServerVisibility, K2Node_Select_Default) == 0x000020, "Member 'BP_ServerDecrypter_C_updateServerVisibility::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateServerVisibility, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_ServerDecrypter_C_updateServerVisibility::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateServerVisibility, CallFunc_Less_IntInt_ReturnValue_1) == 0x000028, "Member 'BP_ServerDecrypter_C_updateServerVisibility::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateServerVisibility, CallFunc_Array_LastIndex_ReturnValue) == 0x00002C, "Member 'BP_ServerDecrypter_C_updateServerVisibility::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateServerVisibility, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000030, "Member 'BP_ServerDecrypter_C_updateServerVisibility::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_updateServerVisibility, CallFunc_Not_PreBool_ReturnValue) == 0x000031, "Member 'BP_ServerDecrypter_C_updateServerVisibility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ServerDecrypter_C_getNumInsertedServers \ +static_assert(alignof(BP_ServerDecrypter_C_getNumInsertedServers) == 0x000004, "Wrong alignment on BP_ServerDecrypter_C_getNumInsertedServers"); \ +static_assert(sizeof(BP_ServerDecrypter_C_getNumInsertedServers) == 0x000014, "Wrong size on BP_ServerDecrypter_C_getNumInsertedServers"); \ +static_assert(offsetof(BP_ServerDecrypter_C_getNumInsertedServers, insertedServers) == 0x000000, "Member 'BP_ServerDecrypter_C_getNumInsertedServers::insertedServers' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_getNumInsertedServers, Temp_bool_Variable) == 0x000004, "Member 'BP_ServerDecrypter_C_getNumInsertedServers::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_getNumInsertedServers, Temp_int_Variable) == 0x000008, "Member 'BP_ServerDecrypter_C_getNumInsertedServers::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_getNumInsertedServers, K2Node_Select_Default) == 0x00000C, "Member 'BP_ServerDecrypter_C_getNumInsertedServers::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_getNumInsertedServers, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_ServerDecrypter_C_getNumInsertedServers::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ServerDecrypter_C_forceServersFullyInserted \ +static_assert(alignof(BP_ServerDecrypter_C_forceServersFullyInserted) == 0x000008, "Wrong alignment on BP_ServerDecrypter_C_forceServersFullyInserted"); \ +static_assert(sizeof(BP_ServerDecrypter_C_forceServersFullyInserted) == 0x0000D8, "Wrong size on BP_ServerDecrypter_C_forceServersFullyInserted"); \ +static_assert(offsetof(BP_ServerDecrypter_C_forceServersFullyInserted, includeCombinedServer) == 0x000000, "Member 'BP_ServerDecrypter_C_forceServersFullyInserted::includeCombinedServer' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_forceServersFullyInserted, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_ServerDecrypter_C_forceServersFullyInserted::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_forceServersFullyInserted, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_ServerDecrypter_C_forceServersFullyInserted::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_forceServersFullyInserted, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_ServerDecrypter_C_forceServersFullyInserted::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_forceServersFullyInserted, CallFunc_Array_LastIndex_ReturnValue) == 0x000010, "Member 'BP_ServerDecrypter_C_forceServersFullyInserted::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_forceServersFullyInserted, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_ServerDecrypter_C_forceServersFullyInserted::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_forceServersFullyInserted, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000020, "Member 'BP_ServerDecrypter_C_forceServersFullyInserted::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_forceServersFullyInserted, CallFunc_BreakVector_X) == 0x000024, "Member 'BP_ServerDecrypter_C_forceServersFullyInserted::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_forceServersFullyInserted, CallFunc_BreakVector_Y) == 0x000028, "Member 'BP_ServerDecrypter_C_forceServersFullyInserted::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_forceServersFullyInserted, CallFunc_BreakVector_Z) == 0x00002C, "Member 'BP_ServerDecrypter_C_forceServersFullyInserted::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_forceServersFullyInserted, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_ServerDecrypter_C_forceServersFullyInserted::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_forceServersFullyInserted, CallFunc_MakeVector_ReturnValue) == 0x000034, "Member 'BP_ServerDecrypter_C_forceServersFullyInserted::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_forceServersFullyInserted, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_ServerDecrypter_C_forceServersFullyInserted::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ServerDecrypter_C_forceServersFullyInserted, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000044, "Member 'BP_ServerDecrypter_C_forceServersFullyInserted::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ServerDecrypter_C \ +static_assert(alignof(ABP_ServerDecrypter_C) == 0x000010, "Wrong alignment on ABP_ServerDecrypter_C"); \ +static_assert(sizeof(ABP_ServerDecrypter_C) == 0x0005F0, "Wrong size on ABP_ServerDecrypter_C"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, UberGraphFrame) == 0x000458, "Member 'ABP_ServerDecrypter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, SBZAIObjective) == 0x000460, "Member 'ABP_ServerDecrypter_C::SBZAIObjective' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, server_R_05) == 0x000468, "Member 'ABP_ServerDecrypter_C::server_R_05' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, server_R_04) == 0x000470, "Member 'ABP_ServerDecrypter_C::server_R_04' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, server_R_03) == 0x000478, "Member 'ABP_ServerDecrypter_C::server_R_03' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, server_R_02) == 0x000480, "Member 'ABP_ServerDecrypter_C::server_R_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, server_R_01) == 0x000488, "Member 'ABP_ServerDecrypter_C::server_R_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, Scene_2) == 0x000490, "Member 'ABP_ServerDecrypter_C::Scene_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, server_05) == 0x000498, "Member 'ABP_ServerDecrypter_C::server_05' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, lights_working) == 0x0004A0, "Member 'ABP_ServerDecrypter_C::lights_working' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, lights_03) == 0x0004A8, "Member 'ABP_ServerDecrypter_C::lights_03' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, lights_02) == 0x0004B0, "Member 'ABP_ServerDecrypter_C::lights_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, lights_01) == 0x0004B8, "Member 'ABP_ServerDecrypter_C::lights_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, server_04) == 0x0004C0, "Member 'ABP_ServerDecrypter_C::server_04' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, Scene) == 0x0004C8, "Member 'ABP_ServerDecrypter_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, server_03) == 0x0004D0, "Member 'ABP_ServerDecrypter_C::server_03' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, server_02) == 0x0004D8, "Member 'ABP_ServerDecrypter_C::server_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, server_01) == 0x0004E0, "Member 'ABP_ServerDecrypter_C::server_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, Scene_1) == 0x0004E8, "Member 'ABP_ServerDecrypter_C::Scene_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, serverCombined) == 0x0004F0, "Member 'ABP_ServerDecrypter_C::serverCombined' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, Plane) == 0x0004F8, "Member 'ABP_ServerDecrypter_C::Plane' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, SBZRenderTargetWidget) == 0x000500, "Member 'ABP_ServerDecrypter_C::SBZRenderTargetWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, DAT_DecryptionMachine_01_B_Left) == 0x000508, "Member 'ABP_ServerDecrypter_C::DAT_DecryptionMachine_01_B_Left' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, DAT_DecryptionMachine_01_C_Right) == 0x000510, "Member 'ABP_ServerDecrypter_C::DAT_DecryptionMachine_01_C_Right' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, SBZOutline_combined) == 0x000518, "Member 'ABP_ServerDecrypter_C::SBZOutline_combined' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, SBZOutline_single) == 0x000520, "Member 'ABP_ServerDecrypter_C::SBZOutline_single' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, StaticMesh) == 0x000528, "Member 'ABP_ServerDecrypter_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, animateEjectServerTimeline_alpha_D170246A44C0030C59AD378530FC35D2) == 0x000530, "Member 'ABP_ServerDecrypter_C::animateEjectServerTimeline_alpha_D170246A44C0030C59AD378530FC35D2' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, animateEjectServerTimeline__Direction_D170246A44C0030C59AD378530FC35D2) == 0x000534, "Member 'ABP_ServerDecrypter_C::animateEjectServerTimeline__Direction_D170246A44C0030C59AD378530FC35D2' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, animateEjectServerTimeline) == 0x000538, "Member 'ABP_ServerDecrypter_C::animateEjectServerTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, animateInsertServerTimeline_alpha_73B008DC48FC4BD2135F558974FE9D19) == 0x000540, "Member 'ABP_ServerDecrypter_C::animateInsertServerTimeline_alpha_73B008DC48FC4BD2135F558974FE9D19' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, animateInsertServerTimeline__Direction_73B008DC48FC4BD2135F558974FE9D19) == 0x000544, "Member 'ABP_ServerDecrypter_C::animateInsertServerTimeline__Direction_73B008DC48FC4BD2135F558974FE9D19' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, animateInsertServerTimeline) == 0x000548, "Member 'ABP_ServerDecrypter_C::animateInsertServerTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, animateProgressBarTimeline_alpha_B80F2EC44C1ADFB0306F819DF53C2159) == 0x000550, "Member 'ABP_ServerDecrypter_C::animateProgressBarTimeline_alpha_B80F2EC44C1ADFB0306F819DF53C2159' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, animateProgressBarTimeline__Direction_B80F2EC44C1ADFB0306F819DF53C2159) == 0x000554, "Member 'ABP_ServerDecrypter_C::animateProgressBarTimeline__Direction_B80F2EC44C1ADFB0306F819DF53C2159' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, animateProgressBarTimeline) == 0x000558, "Member 'ABP_ServerDecrypter_C::animateProgressBarTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, ColorIdle) == 0x000560, "Member 'ABP_ServerDecrypter_C::ColorIdle' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, ColorRunning) == 0x000570, "Member 'ABP_ServerDecrypter_C::ColorRunning' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, ColorComplete) == 0x000580, "Member 'ABP_ServerDecrypter_C::ColorComplete' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, displayWidget) == 0x000590, "Member 'ABP_ServerDecrypter_C::displayWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, serverCombinedCollected) == 0x000598, "Member 'ABP_ServerDecrypter_C::serverCombinedCollected' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, numCombinedBags) == 0x00059C, "Member 'ABP_ServerDecrypter_C::numCombinedBags' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, serverBeingEjected) == 0x0005A0, "Member 'ABP_ServerDecrypter_C::serverBeingEjected' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, servers) == 0x0005A8, "Member 'ABP_ServerDecrypter_C::servers' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, serversToInsert) == 0x0005B8, "Member 'ABP_ServerDecrypter_C::serversToInsert' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, serversToEject) == 0x0005C8, "Member 'ABP_ServerDecrypter_C::serversToEject' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, numInsertedServers) == 0x0005D8, "Member 'ABP_ServerDecrypter_C::numInsertedServers' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, numBags) == 0x0005DC, "Member 'ABP_ServerDecrypter_C::numBags' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, decryptState) == 0x0005E0, "Member 'ABP_ServerDecrypter_C::decryptState' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerDecrypter_C, lightWorking_DMI) == 0x0005E8, "Member 'ABP_ServerDecrypter_C::lightWorking_DMI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_AI_AnticipateExplosion_C \ +static_assert(alignof(UGA_AI_AnticipateExplosion_C) == 0x000008, "Wrong alignment on UGA_AI_AnticipateExplosion_C"); \ +static_assert(sizeof(UGA_AI_AnticipateExplosion_C) == 0x000500, "Wrong size on UGA_AI_AnticipateExplosion_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen \ +static_assert(alignof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen) == 0x000008, "Wrong alignment on WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen"); \ +static_assert(sizeof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen) == 0x000298, "Wrong size on WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, EntryPoint) == 0x000000, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, Temp_byte_Variable) == 0x000004, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, Temp_byte_Variable_1) == 0x000005, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, Temp_byte_Variable_2) == 0x000006, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, Temp_byte_Variable_3) == 0x000007, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, Temp_byte_Variable_4) == 0x000008, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, Temp_bool_Variable) == 0x000009, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, Temp_byte_Variable_5) == 0x000020, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000028, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, Temp_byte_Variable_6) == 0x000030, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, Temp_bool_Variable_1) == 0x000031, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, Temp_byte_Variable_7) == 0x000032, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, Temp_byte_Variable_8) == 0x000033, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, Temp_bool_Variable_2) == 0x000034, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, Temp_byte_Variable_9) == 0x000035, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::Temp_byte_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, Temp_byte_Variable_10) == 0x000036, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::Temp_byte_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, Temp_bool_Variable_3) == 0x000037, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, Temp_byte_Variable_11) == 0x000038, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::Temp_byte_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, Temp_byte_Variable_12) == 0x000039, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::Temp_byte_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_Event_PreviousValue) == 0x00003C, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, CallFunc_MakeLiteralText_ReturnValue) == 0x000048, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_ComponentBoundEvent_Button_12) == 0x000060, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_ComponentBoundEvent_Button_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_ComponentBoundEvent_Button_11) == 0x000068, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_ComponentBoundEvent_Button_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_ComponentBoundEvent_Button_10) == 0x000070, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_ComponentBoundEvent_Button_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_ComponentBoundEvent_Button_9) == 0x000078, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_ComponentBoundEvent_Button_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_CustomEvent_Button) == 0x000080, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_CustomEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, CallFunc_MakeLiteralName_ReturnValue) == 0x000088, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_DynamicCast_AsWBP_UI_Text_Button) == 0x000098, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_DynamicCast_AsWBP_UI_Text_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, CallFunc_GetUIManager_ReturnValue) == 0x0000A8, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, CallFunc_GetText_OutText) == 0x0000B0, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::CallFunc_GetText_OutText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, CallFunc_Conv_TextToString_ReturnValue) == 0x0000C8, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, CallFunc_EqualEqual_TextText_ReturnValue) == 0x0000D8, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::CallFunc_EqualEqual_TextText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_ComponentBoundEvent_bNewState) == 0x0000D9, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_ComponentBoundEvent_bNewState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_ComponentBoundEvent_Text_1) == 0x0000E0, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_ComponentBoundEvent_Text_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_ComponentBoundEvent_Text) == 0x0000F8, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_ComponentBoundEvent_Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000110, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, CallFunc_Conv_TextToString_ReturnValue_2) == 0x000120, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, CallFunc_GetCurrentText_ReturnValue) == 0x000130, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::CallFunc_GetCurrentText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, CallFunc_GetCurrentText_ReturnValue_1) == 0x000148, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::CallFunc_GetCurrentText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, CallFunc_Conv_TextToString_ReturnValue_3) == 0x000160, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, CallFunc_Conv_TextToString_ReturnValue_4) == 0x000170, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::CallFunc_Conv_TextToString_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_MakeStruct_SBZLoginFieldInfo) == 0x000180, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_MakeStruct_SBZLoginFieldInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, CallFunc_GetText_ReturnValue) == 0x0001A0, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_ComponentBoundEvent_Button_8) == 0x0001B8, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_ComponentBoundEvent_Button_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_ComponentBoundEvent_bIsEnabled_4) == 0x0001C0, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_ComponentBoundEvent_bIsEnabled_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_ComponentBoundEvent_Button_7) == 0x0001C8, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_ComponentBoundEvent_Button_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_ComponentBoundEvent_Button_6) == 0x0001D0, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_ComponentBoundEvent_Button_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, CallFunc_GetText_ReturnValue_1) == 0x0001D8, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, CallFunc_GetUIManager_ReturnValue_1) == 0x0001F0, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, CallFunc_GetUIManager_ReturnValue_2) == 0x0001F8, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::CallFunc_GetUIManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, CallFunc_GetPlatform_ReturnValue) == 0x000200, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, CallFunc_GetUIManager_ReturnValue_3) == 0x000208, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::CallFunc_GetUIManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_Select_Default) == 0x000210, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, CallFunc_PlayAnimation_ReturnValue) == 0x000218, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_ComponentBoundEvent_Button_5) == 0x000220, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_ComponentBoundEvent_Button_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_ComponentBoundEvent_bIsEnabled_3) == 0x000228, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_ComponentBoundEvent_bIsEnabled_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_ComponentBoundEvent_Button_4) == 0x000230, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_Select_Default_1) == 0x000238, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000240, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_ComponentBoundEvent_Button_3) == 0x000248, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_ComponentBoundEvent_bIsEnabled_2) == 0x000250, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_ComponentBoundEvent_bIsEnabled_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_Select_Default_2) == 0x000251, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_ComponentBoundEvent_Button_2) == 0x000258, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, CallFunc_PlayAnimationTimeRange_ReturnValue_1) == 0x000260, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::CallFunc_PlayAnimationTimeRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_ComponentBoundEvent_Button_1) == 0x000268, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x000270, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_ComponentBoundEvent_Button) == 0x000278, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_ComponentBoundEvent_bIsEnabled) == 0x000280, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_Select_Default_3) == 0x000281, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, K2Node_Select_Default_4) == 0x000282, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, CallFunc_PlayAnimationTimeRange_ReturnValue_2) == 0x000288, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::CallFunc_PlayAnimationTimeRange_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen, CallFunc_PlayAnimationTimeRange_ReturnValue_3) == 0x000290, "Member 'WBP_UI_LoginScreen_C_ExecuteUbergraph_WBP_UI_LoginScreen::CallFunc_PlayAnimationTimeRange_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Forgotten_Password_MenuButton_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Forgotten_Password_MenuButton_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Forgotten_Password_MenuButton_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Forgotten_Password_MenuButton_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Forgotten_Password_MenuButton_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Forgotten_Password_MenuButton_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Forgotten_Password_MenuButton_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Forgotten_Password_MenuButton_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Forgotten_Password_MenuButton_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Forgotten_Password_MenuButton_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Forgotten_Password_MenuButton_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Forgotten_Password_MenuButton_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Forgotten_Password_MenuButton_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Forgotten_Password_MenuButton_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Forgotten_Password_MenuButton_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Forgotten_Password_MenuButton_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Forgotten_Password_MenuButton_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Forgotten_Password_MenuButton_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Forgotten_Password_MenuButton_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Forgotten_Password_MenuButton_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Forgotten_Password_MenuButton_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Forgotten_Password_MenuButton_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Forgotten_Password_MenuButton_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Forgotten_Password_MenuButton_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Forgotten_Password_MenuButton_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccountQRCode_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccountQRCode_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccountQRCode_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccountQRCode_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccountQRCode_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccountQRCode_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccountQRCode_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccountQRCode_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccountQRCode_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccountWebBrowser_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccountWebBrowser_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccountWebBrowser_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccountWebBrowser_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccountWebBrowser_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccountWebBrowser_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccountWebBrowser_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccountWebBrowser_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccountWebBrowser_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccountWebBrowser_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccountWebBrowser_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccountWebBrowser_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccountWebBrowser_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccountWebBrowser_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccountWebBrowser_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccountWebBrowser_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_Quit_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_Quit_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_Quit_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_Quit_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_Quit_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_Quit_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_Quit_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Email_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Email_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Email_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Email_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Email_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Email_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Email_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Password_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Password_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Password_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Password_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Password_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Password_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Password_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Password_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Password_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Email_K2Node_ComponentBoundEvent_1_OnTextButtonSubmittedText__DelegateSignature \ +static_assert(alignof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Email_K2Node_ComponentBoundEvent_1_OnTextButtonSubmittedText__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Email_K2Node_ComponentBoundEvent_1_OnTextButtonSubmittedText__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Email_K2Node_ComponentBoundEvent_1_OnTextButtonSubmittedText__DelegateSignature) == 0x000018, "Wrong size on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Email_K2Node_ComponentBoundEvent_1_OnTextButtonSubmittedText__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Email_K2Node_ComponentBoundEvent_1_OnTextButtonSubmittedText__DelegateSignature, Text) == 0x000000, "Member 'WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Email_K2Node_ComponentBoundEvent_1_OnTextButtonSubmittedText__DelegateSignature::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Password_K2Node_ComponentBoundEvent_0_OnTextButtonSubmittedText__DelegateSignature \ +static_assert(alignof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Password_K2Node_ComponentBoundEvent_0_OnTextButtonSubmittedText__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Password_K2Node_ComponentBoundEvent_0_OnTextButtonSubmittedText__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Password_K2Node_ComponentBoundEvent_0_OnTextButtonSubmittedText__DelegateSignature) == 0x000018, "Wrong size on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Password_K2Node_ComponentBoundEvent_0_OnTextButtonSubmittedText__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Password_K2Node_ComponentBoundEvent_0_OnTextButtonSubmittedText__DelegateSignature, Text) == 0x000000, "Member 'WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Widget_TextEntry_Password_K2Node_ComponentBoundEvent_0_OnTextButtonSubmittedText__DelegateSignature::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginScreen_C_BndEvt__Button_CheckBox_RememberDetails_K2Node_ComponentBoundEvent_4_OnCheckChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_LoginScreen_C_BndEvt__Button_CheckBox_RememberDetails_K2Node_ComponentBoundEvent_4_OnCheckChanged__DelegateSignature) == 0x000001, "Wrong alignment on WBP_UI_LoginScreen_C_BndEvt__Button_CheckBox_RememberDetails_K2Node_ComponentBoundEvent_4_OnCheckChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_LoginScreen_C_BndEvt__Button_CheckBox_RememberDetails_K2Node_ComponentBoundEvent_4_OnCheckChanged__DelegateSignature) == 0x000001, "Wrong size on WBP_UI_LoginScreen_C_BndEvt__Button_CheckBox_RememberDetails_K2Node_ComponentBoundEvent_4_OnCheckChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_BndEvt__Button_CheckBox_RememberDetails_K2Node_ComponentBoundEvent_4_OnCheckChanged__DelegateSignature, bNewState) == 0x000000, "Member 'WBP_UI_LoginScreen_C_BndEvt__Button_CheckBox_RememberDetails_K2Node_ComponentBoundEvent_4_OnCheckChanged__DelegateSignature::bNewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginScreen_C_HandleSelectRegionEvent \ +static_assert(alignof(WBP_UI_LoginScreen_C_HandleSelectRegionEvent) == 0x000008, "Wrong alignment on WBP_UI_LoginScreen_C_HandleSelectRegionEvent"); \ +static_assert(sizeof(WBP_UI_LoginScreen_C_HandleSelectRegionEvent) == 0x000008, "Wrong size on WBP_UI_LoginScreen_C_HandleSelectRegionEvent"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_HandleSelectRegionEvent, Button) == 0x000000, "Member 'WBP_UI_LoginScreen_C_HandleSelectRegionEvent::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_LoginWithDeviceID_K2Node_ComponentBoundEvent_15_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_LoginWithDeviceID_K2Node_ComponentBoundEvent_15_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_LoginWithDeviceID_K2Node_ComponentBoundEvent_15_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_LoginWithDeviceID_K2Node_ComponentBoundEvent_15_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_LoginWithDeviceID_K2Node_ComponentBoundEvent_15_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_LoginWithDeviceID_K2Node_ComponentBoundEvent_15_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_LoginWithDeviceID_K2Node_ComponentBoundEvent_15_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_LoginWithSteam_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_LoginWithSteam_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_LoginWithSteam_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_LoginWithSteam_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_LoginWithSteam_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_LoginWithSteam_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_LoginWithSteam_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccount_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccount_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccount_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccount_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccount_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccount_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_CreateAccount_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_Login_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_Login_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_Login_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_Login_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_Login_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_Login_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_LoginScreen_C_BndEvt__WBP_UI_LoginScreen_Button_Login_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginScreen_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_LoginScreen_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_LoginScreen_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_LoginScreen_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_LoginScreen_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_LoginScreen_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginScreen_C_Set_Login_Panels_Visibility \ +static_assert(alignof(WBP_UI_LoginScreen_C_Set_Login_Panels_Visibility) == 0x000001, "Wrong alignment on WBP_UI_LoginScreen_C_Set_Login_Panels_Visibility"); \ +static_assert(sizeof(WBP_UI_LoginScreen_C_Set_Login_Panels_Visibility) == 0x000004, "Wrong size on WBP_UI_LoginScreen_C_Set_Login_Panels_Visibility"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_Set_Login_Panels_Visibility, In_Visibility) == 0x000000, "Member 'WBP_UI_LoginScreen_C_Set_Login_Panels_Visibility::In_Visibility' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_Set_Login_Panels_Visibility, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'WBP_UI_LoginScreen_C_Set_Login_Panels_Visibility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_Set_Login_Panels_Visibility, CallFunc_IsValid_ReturnValue_1) == 0x000002, "Member 'WBP_UI_LoginScreen_C_Set_Login_Panels_Visibility::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreen_C_Set_Login_Panels_Visibility, CallFunc_IsValid_ReturnValue_2) == 0x000003, "Member 'WBP_UI_LoginScreen_C_Set_Login_Panels_Visibility::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_LoginScreen_C \ +static_assert(alignof(UWBP_UI_LoginScreen_C) == 0x000008, "Wrong alignment on UWBP_UI_LoginScreen_C"); \ +static_assert(sizeof(UWBP_UI_LoginScreen_C) == 0x0003D8, "Wrong size on UWBP_UI_LoginScreen_C"); \ +static_assert(offsetof(UWBP_UI_LoginScreen_C, UberGraphFrame) == 0x000300, "Member 'UWBP_UI_LoginScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreen_C, ForgetPasswordHover) == 0x000308, "Member 'UWBP_UI_LoginScreen_C::ForgetPasswordHover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreen_C, AccountCreateHover) == 0x000310, "Member 'UWBP_UI_LoginScreen_C::AccountCreateHover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreen_C, Show) == 0x000318, "Member 'UWBP_UI_LoginScreen_C::Show' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreen_C, Button_CheckBox_RememberDetails) == 0x000320, "Member 'UWBP_UI_LoginScreen_C::Button_CheckBox_RememberDetails' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreen_C, Button_CreateAccountAccountCreation) == 0x000328, "Member 'UWBP_UI_LoginScreen_C::Button_CreateAccountAccountCreation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreen_C, Button_CreateAccountQRCode) == 0x000330, "Member 'UWBP_UI_LoginScreen_C::Button_CreateAccountQRCode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreen_C, Button_Login) == 0x000338, "Member 'UWBP_UI_LoginScreen_C::Button_Login' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreen_C, Button_LoginWithDeviceID) == 0x000340, "Member 'UWBP_UI_LoginScreen_C::Button_LoginWithDeviceID' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreen_C, Button_LoginWithSteam) == 0x000348, "Member 'UWBP_UI_LoginScreen_C::Button_LoginWithSteam' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreen_C, Button_Quit) == 0x000350, "Member 'UWBP_UI_LoginScreen_C::Button_Quit' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreen_C, CanvasPanel_EmailPassword) == 0x000358, "Member 'UWBP_UI_LoginScreen_C::CanvasPanel_EmailPassword' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreen_C, ErrorBackgroundSlant_I) == 0x000360, "Member 'UWBP_UI_LoginScreen_C::ErrorBackgroundSlant_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreen_C, Forgotten_Password_MenuButton) == 0x000368, "Member 'UWBP_UI_LoginScreen_C::Forgotten_Password_MenuButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreen_C, HorizontalBox_RegionSelection) == 0x000370, "Member 'UWBP_UI_LoginScreen_C::HorizontalBox_RegionSelection' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreen_C, Overlay_Error) == 0x000378, "Member 'UWBP_UI_LoginScreen_C::Overlay_Error' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreen_C, Text_Error) == 0x000380, "Member 'UWBP_UI_LoginScreen_C::Text_Error' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreen_C, VerticalBox_LoginButtons) == 0x000388, "Member 'UWBP_UI_LoginScreen_C::VerticalBox_LoginButtons' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreen_C, Widget_TextEntry_Email) == 0x000390, "Member 'UWBP_UI_LoginScreen_C::Widget_TextEntry_Email' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreen_C, Widget_TextEntry_Password) == 0x000398, "Member 'UWBP_UI_LoginScreen_C::Widget_TextEntry_Password' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreen_C, bRememberDetails) == 0x0003A0, "Member 'UWBP_UI_LoginScreen_C::bRememberDetails' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreen_C, Email) == 0x0003A8, "Member 'UWBP_UI_LoginScreen_C::Email' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreen_C, Password) == 0x0003B8, "Member 'UWBP_UI_LoginScreen_C::Password' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreen_C, TimerHandle) == 0x0003C8, "Member 'UWBP_UI_LoginScreen_C::TimerHandle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreen_C, bPressedLogin) == 0x0003D0, "Member 'UWBP_UI_LoginScreen_C::bPressedLogin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount \ +static_assert(alignof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount) == 0x000008, "Wrong alignment on WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount"); \ +static_assert(sizeof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount) == 0x0001E0, "Wrong size on WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, EntryPoint) == 0x000000, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, CallFunc_GetUIManager_ReturnValue) == 0x000018, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, CallFunc_PopStack_ReturnValue) == 0x000020, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, CallFunc_GetKeyboardFocusedWidgetType_ReturnValue) == 0x00002C, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::CallFunc_GetKeyboardFocusedWidgetType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, CallFunc_GetKeyboardFocusedWidgetType_ReturnValue_1) == 0x000038, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::CallFunc_GetKeyboardFocusedWidgetType_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000044, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000045, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, CallFunc_GetKeyboardFocusedWidgetType_ReturnValue_2) == 0x000048, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::CallFunc_GetKeyboardFocusedWidgetType_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_ComponentBoundEvent_Text_7) == 0x000058, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_ComponentBoundEvent_Text_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_ComponentBoundEvent_CommitMethod_7) == 0x000070, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_ComponentBoundEvent_CommitMethod_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, CallFunc_EqualEqual_NameName_ReturnValue_2) == 0x000071, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::CallFunc_EqualEqual_NameName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_SwitchEnum_CmpSuccess) == 0x000072, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_ComponentBoundEvent_Text_6) == 0x000078, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_ComponentBoundEvent_Text_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_ComponentBoundEvent_CommitMethod_6) == 0x000090, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_ComponentBoundEvent_CommitMethod_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_ComponentBoundEvent_Text_5) == 0x000098, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_ComponentBoundEvent_Text_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_ComponentBoundEvent_CommitMethod_5) == 0x0000B0, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_ComponentBoundEvent_CommitMethod_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000B1, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_SwitchEnum_CmpSuccess_2) == 0x0000B2, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_Event_PreviousValue) == 0x0000B4, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, CallFunc_SubmitRegistrationForm_bWasSuccessful) == 0x0000C0, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::CallFunc_SubmitRegistrationForm_bWasSuccessful' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, CallFunc_GetUIManager_ReturnValue_1) == 0x0000C8, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, CallFunc_PopStack_ReturnValue_1) == 0x0000D0, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::CallFunc_PopStack_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, CallFunc_GetKeyboardFocusedWidgetType_ReturnValue_3) == 0x0000DC, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::CallFunc_GetKeyboardFocusedWidgetType_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, CallFunc_EqualEqual_NameName_ReturnValue_3) == 0x0000E8, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::CallFunc_EqualEqual_NameName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, CallFunc_GetKeyboardFocusedWidgetType_ReturnValue_4) == 0x0000EC, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::CallFunc_GetKeyboardFocusedWidgetType_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, CallFunc_EqualEqual_NameName_ReturnValue_4) == 0x0000F8, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::CallFunc_EqualEqual_NameName_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, CallFunc_GetKeyboardFocusedWidgetType_ReturnValue_5) == 0x0000FC, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::CallFunc_GetKeyboardFocusedWidgetType_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, CallFunc_EqualEqual_NameName_ReturnValue_5) == 0x000108, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::CallFunc_EqualEqual_NameName_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, CallFunc_GetKeyboardFocusedWidgetType_ReturnValue_6) == 0x00010C, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::CallFunc_GetKeyboardFocusedWidgetType_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, CallFunc_EqualEqual_NameName_ReturnValue_6) == 0x000118, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::CallFunc_EqualEqual_NameName_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_ComponentBoundEvent_Text_4) == 0x000120, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_ComponentBoundEvent_Text_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_ComponentBoundEvent_CommitMethod_4) == 0x000138, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_ComponentBoundEvent_CommitMethod_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_ComponentBoundEvent_Text_3) == 0x000140, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_ComponentBoundEvent_Text_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_ComponentBoundEvent_CommitMethod_3) == 0x000158, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_ComponentBoundEvent_CommitMethod_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_SwitchEnum_CmpSuccess_3) == 0x000159, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_SwitchEnum_CmpSuccess_4) == 0x00015A, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_ComponentBoundEvent_Text_2) == 0x000160, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_ComponentBoundEvent_Text_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_ComponentBoundEvent_CommitMethod_2) == 0x000178, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_ComponentBoundEvent_CommitMethod_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_SwitchEnum_CmpSuccess_5) == 0x000179, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_SwitchEnum_CmpSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, CallFunc_GetKeyboardFocusedWidgetType_ReturnValue_7) == 0x00017C, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::CallFunc_GetKeyboardFocusedWidgetType_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, CallFunc_EqualEqual_NameName_ReturnValue_7) == 0x000188, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::CallFunc_EqualEqual_NameName_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_ComponentBoundEvent_Text_1) == 0x000190, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_ComponentBoundEvent_Text_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_ComponentBoundEvent_CommitMethod_1) == 0x0001A8, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_ComponentBoundEvent_CommitMethod_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_SwitchEnum_CmpSuccess_6) == 0x0001A9, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_SwitchEnum_CmpSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_ComponentBoundEvent_Text) == 0x0001B0, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_ComponentBoundEvent_Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_ComponentBoundEvent_CommitMethod) == 0x0001C8, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_ComponentBoundEvent_CommitMethod' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_SwitchEnum_CmpSuccess_7) == 0x0001C9, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_SwitchEnum_CmpSuccess_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_ComponentBoundEvent_Button_1) == 0x0001D0, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount, K2Node_ComponentBoundEvent_Button) == 0x0001D8, "Member 'WBP_UI_CreateAccount_C_ExecuteUbergraph_WBP_UI_CreateAccount::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CreateAccount_C_BndEvt__WBP_UI_CreateAccount_Button_VerifyAccount_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_CreateAccount_C_BndEvt__WBP_UI_CreateAccount_Button_VerifyAccount_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_CreateAccount_C_BndEvt__WBP_UI_CreateAccount_Button_VerifyAccount_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_CreateAccount_C_BndEvt__WBP_UI_CreateAccount_Button_VerifyAccount_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_CreateAccount_C_BndEvt__WBP_UI_CreateAccount_Button_VerifyAccount_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_BndEvt__WBP_UI_CreateAccount_Button_VerifyAccount_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_CreateAccount_C_BndEvt__WBP_UI_CreateAccount_Button_VerifyAccount_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CreateAccount_C_BndEvt__WBP_UI_CreateAccount_Button_CreateAccount_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_CreateAccount_C_BndEvt__WBP_UI_CreateAccount_Button_CreateAccount_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_CreateAccount_C_BndEvt__WBP_UI_CreateAccount_Button_CreateAccount_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_CreateAccount_C_BndEvt__WBP_UI_CreateAccount_Button_CreateAccount_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_CreateAccount_C_BndEvt__WBP_UI_CreateAccount_Button_CreateAccount_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_BndEvt__WBP_UI_CreateAccount_Button_CreateAccount_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_CreateAccount_C_BndEvt__WBP_UI_CreateAccount_Button_CreateAccount_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Country_K2Node_ComponentBoundEvent_11_OnEditableTextBoxCommittedEvent__DelegateSignature \ +static_assert(alignof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Country_K2Node_ComponentBoundEvent_11_OnEditableTextBoxCommittedEvent__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Country_K2Node_ComponentBoundEvent_11_OnEditableTextBoxCommittedEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Country_K2Node_ComponentBoundEvent_11_OnEditableTextBoxCommittedEvent__DelegateSignature) == 0x000020, "Wrong size on WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Country_K2Node_ComponentBoundEvent_11_OnEditableTextBoxCommittedEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Country_K2Node_ComponentBoundEvent_11_OnEditableTextBoxCommittedEvent__DelegateSignature, Text) == 0x000000, "Member 'WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Country_K2Node_ComponentBoundEvent_11_OnEditableTextBoxCommittedEvent__DelegateSignature::Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Country_K2Node_ComponentBoundEvent_11_OnEditableTextBoxCommittedEvent__DelegateSignature, CommitMethod) == 0x000018, "Member 'WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Country_K2Node_ComponentBoundEvent_11_OnEditableTextBoxCommittedEvent__DelegateSignature::CommitMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_DOB_K2Node_ComponentBoundEvent_10_OnEditableTextBoxCommittedEvent__DelegateSignature \ +static_assert(alignof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_DOB_K2Node_ComponentBoundEvent_10_OnEditableTextBoxCommittedEvent__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_DOB_K2Node_ComponentBoundEvent_10_OnEditableTextBoxCommittedEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_DOB_K2Node_ComponentBoundEvent_10_OnEditableTextBoxCommittedEvent__DelegateSignature) == 0x000020, "Wrong size on WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_DOB_K2Node_ComponentBoundEvent_10_OnEditableTextBoxCommittedEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_DOB_K2Node_ComponentBoundEvent_10_OnEditableTextBoxCommittedEvent__DelegateSignature, Text) == 0x000000, "Member 'WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_DOB_K2Node_ComponentBoundEvent_10_OnEditableTextBoxCommittedEvent__DelegateSignature::Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_DOB_K2Node_ComponentBoundEvent_10_OnEditableTextBoxCommittedEvent__DelegateSignature, CommitMethod) == 0x000018, "Member 'WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_DOB_K2Node_ComponentBoundEvent_10_OnEditableTextBoxCommittedEvent__DelegateSignature::CommitMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_VerifyInput_K2Node_ComponentBoundEvent_2_OnEditableTextBoxCommittedEvent__DelegateSignature \ +static_assert(alignof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_VerifyInput_K2Node_ComponentBoundEvent_2_OnEditableTextBoxCommittedEvent__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_VerifyInput_K2Node_ComponentBoundEvent_2_OnEditableTextBoxCommittedEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_VerifyInput_K2Node_ComponentBoundEvent_2_OnEditableTextBoxCommittedEvent__DelegateSignature) == 0x000020, "Wrong size on WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_VerifyInput_K2Node_ComponentBoundEvent_2_OnEditableTextBoxCommittedEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_VerifyInput_K2Node_ComponentBoundEvent_2_OnEditableTextBoxCommittedEvent__DelegateSignature, Text) == 0x000000, "Member 'WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_VerifyInput_K2Node_ComponentBoundEvent_2_OnEditableTextBoxCommittedEvent__DelegateSignature::Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_VerifyInput_K2Node_ComponentBoundEvent_2_OnEditableTextBoxCommittedEvent__DelegateSignature, CommitMethod) == 0x000018, "Member 'WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_VerifyInput_K2Node_ComponentBoundEvent_2_OnEditableTextBoxCommittedEvent__DelegateSignature::CommitMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Displayname_K2Node_ComponentBoundEvent_8_OnEditableTextBoxCommittedEvent__DelegateSignature \ +static_assert(alignof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Displayname_K2Node_ComponentBoundEvent_8_OnEditableTextBoxCommittedEvent__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Displayname_K2Node_ComponentBoundEvent_8_OnEditableTextBoxCommittedEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Displayname_K2Node_ComponentBoundEvent_8_OnEditableTextBoxCommittedEvent__DelegateSignature) == 0x000020, "Wrong size on WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Displayname_K2Node_ComponentBoundEvent_8_OnEditableTextBoxCommittedEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Displayname_K2Node_ComponentBoundEvent_8_OnEditableTextBoxCommittedEvent__DelegateSignature, Text) == 0x000000, "Member 'WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Displayname_K2Node_ComponentBoundEvent_8_OnEditableTextBoxCommittedEvent__DelegateSignature::Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Displayname_K2Node_ComponentBoundEvent_8_OnEditableTextBoxCommittedEvent__DelegateSignature, CommitMethod) == 0x000018, "Member 'WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Displayname_K2Node_ComponentBoundEvent_8_OnEditableTextBoxCommittedEvent__DelegateSignature::CommitMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Username_K2Node_ComponentBoundEvent_5_OnEditableTextBoxCommittedEvent__DelegateSignature \ +static_assert(alignof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Username_K2Node_ComponentBoundEvent_5_OnEditableTextBoxCommittedEvent__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Username_K2Node_ComponentBoundEvent_5_OnEditableTextBoxCommittedEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Username_K2Node_ComponentBoundEvent_5_OnEditableTextBoxCommittedEvent__DelegateSignature) == 0x000020, "Wrong size on WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Username_K2Node_ComponentBoundEvent_5_OnEditableTextBoxCommittedEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Username_K2Node_ComponentBoundEvent_5_OnEditableTextBoxCommittedEvent__DelegateSignature, Text) == 0x000000, "Member 'WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Username_K2Node_ComponentBoundEvent_5_OnEditableTextBoxCommittedEvent__DelegateSignature::Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Username_K2Node_ComponentBoundEvent_5_OnEditableTextBoxCommittedEvent__DelegateSignature, CommitMethod) == 0x000018, "Member 'WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Username_K2Node_ComponentBoundEvent_5_OnEditableTextBoxCommittedEvent__DelegateSignature::CommitMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CreateAccount_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_CreateAccount_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_CreateAccount_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_CreateAccount_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_CreateAccount_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_CreateAccount_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Email_K2Node_ComponentBoundEvent_6_OnEditableTextBoxCommittedEvent__DelegateSignature \ +static_assert(alignof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Email_K2Node_ComponentBoundEvent_6_OnEditableTextBoxCommittedEvent__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Email_K2Node_ComponentBoundEvent_6_OnEditableTextBoxCommittedEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Email_K2Node_ComponentBoundEvent_6_OnEditableTextBoxCommittedEvent__DelegateSignature) == 0x000020, "Wrong size on WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Email_K2Node_ComponentBoundEvent_6_OnEditableTextBoxCommittedEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Email_K2Node_ComponentBoundEvent_6_OnEditableTextBoxCommittedEvent__DelegateSignature, Text) == 0x000000, "Member 'WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Email_K2Node_ComponentBoundEvent_6_OnEditableTextBoxCommittedEvent__DelegateSignature::Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Email_K2Node_ComponentBoundEvent_6_OnEditableTextBoxCommittedEvent__DelegateSignature, CommitMethod) == 0x000018, "Member 'WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Email_K2Node_ComponentBoundEvent_6_OnEditableTextBoxCommittedEvent__DelegateSignature::CommitMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_ConfirmPassword_K2Node_ComponentBoundEvent_3_OnEditableTextBoxCommittedEvent__DelegateSignature \ +static_assert(alignof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_ConfirmPassword_K2Node_ComponentBoundEvent_3_OnEditableTextBoxCommittedEvent__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_ConfirmPassword_K2Node_ComponentBoundEvent_3_OnEditableTextBoxCommittedEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_ConfirmPassword_K2Node_ComponentBoundEvent_3_OnEditableTextBoxCommittedEvent__DelegateSignature) == 0x000020, "Wrong size on WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_ConfirmPassword_K2Node_ComponentBoundEvent_3_OnEditableTextBoxCommittedEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_ConfirmPassword_K2Node_ComponentBoundEvent_3_OnEditableTextBoxCommittedEvent__DelegateSignature, Text) == 0x000000, "Member 'WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_ConfirmPassword_K2Node_ComponentBoundEvent_3_OnEditableTextBoxCommittedEvent__DelegateSignature::Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_ConfirmPassword_K2Node_ComponentBoundEvent_3_OnEditableTextBoxCommittedEvent__DelegateSignature, CommitMethod) == 0x000018, "Member 'WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_ConfirmPassword_K2Node_ComponentBoundEvent_3_OnEditableTextBoxCommittedEvent__DelegateSignature::CommitMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Password_K2Node_ComponentBoundEvent_4_OnEditableTextBoxCommittedEvent__DelegateSignature \ +static_assert(alignof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Password_K2Node_ComponentBoundEvent_4_OnEditableTextBoxCommittedEvent__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Password_K2Node_ComponentBoundEvent_4_OnEditableTextBoxCommittedEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Password_K2Node_ComponentBoundEvent_4_OnEditableTextBoxCommittedEvent__DelegateSignature) == 0x000020, "Wrong size on WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Password_K2Node_ComponentBoundEvent_4_OnEditableTextBoxCommittedEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Password_K2Node_ComponentBoundEvent_4_OnEditableTextBoxCommittedEvent__DelegateSignature, Text) == 0x000000, "Member 'WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Password_K2Node_ComponentBoundEvent_4_OnEditableTextBoxCommittedEvent__DelegateSignature::Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Password_K2Node_ComponentBoundEvent_4_OnEditableTextBoxCommittedEvent__DelegateSignature, CommitMethod) == 0x000018, "Member 'WBP_UI_CreateAccount_C_BndEvt__EditableTextBox_Password_K2Node_ComponentBoundEvent_4_OnEditableTextBoxCommittedEvent__DelegateSignature::CommitMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CreateAccount_C_TogglePopUp \ +static_assert(alignof(WBP_UI_CreateAccount_C_TogglePopUp) == 0x000001, "Wrong alignment on WBP_UI_CreateAccount_C_TogglePopUp"); \ +static_assert(sizeof(WBP_UI_CreateAccount_C_TogglePopUp) == 0x000001, "Wrong size on WBP_UI_CreateAccount_C_TogglePopUp"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_TogglePopUp, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'WBP_UI_CreateAccount_C_TogglePopUp::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CreateAccount_C_SubmitRegistrationForm \ +static_assert(alignof(WBP_UI_CreateAccount_C_SubmitRegistrationForm) == 0x000008, "Wrong alignment on WBP_UI_CreateAccount_C_SubmitRegistrationForm"); \ +static_assert(sizeof(WBP_UI_CreateAccount_C_SubmitRegistrationForm) == 0x000190, "Wrong size on WBP_UI_CreateAccount_C_SubmitRegistrationForm"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_SubmitRegistrationForm, bWasSuccessful) == 0x000000, "Member 'WBP_UI_CreateAccount_C_SubmitRegistrationForm::bWasSuccessful' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_SubmitRegistrationForm, CallFunc_GetText_ReturnValue) == 0x000008, "Member 'WBP_UI_CreateAccount_C_SubmitRegistrationForm::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_SubmitRegistrationForm, CallFunc_Conv_TextToString_ReturnValue) == 0x000020, "Member 'WBP_UI_CreateAccount_C_SubmitRegistrationForm::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_SubmitRegistrationForm, CallFunc_GetText_ReturnValue_1) == 0x000030, "Member 'WBP_UI_CreateAccount_C_SubmitRegistrationForm::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_SubmitRegistrationForm, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000048, "Member 'WBP_UI_CreateAccount_C_SubmitRegistrationForm::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_SubmitRegistrationForm, CallFunc_GetText_ReturnValue_2) == 0x000058, "Member 'WBP_UI_CreateAccount_C_SubmitRegistrationForm::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_SubmitRegistrationForm, CallFunc_Conv_TextToString_ReturnValue_2) == 0x000070, "Member 'WBP_UI_CreateAccount_C_SubmitRegistrationForm::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_SubmitRegistrationForm, CallFunc_GetText_ReturnValue_3) == 0x000080, "Member 'WBP_UI_CreateAccount_C_SubmitRegistrationForm::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_SubmitRegistrationForm, CallFunc_Conv_TextToString_ReturnValue_3) == 0x000098, "Member 'WBP_UI_CreateAccount_C_SubmitRegistrationForm::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_SubmitRegistrationForm, CallFunc_GetText_ReturnValue_4) == 0x0000A8, "Member 'WBP_UI_CreateAccount_C_SubmitRegistrationForm::CallFunc_GetText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_SubmitRegistrationForm, CallFunc_GetText_ReturnValue_5) == 0x0000C0, "Member 'WBP_UI_CreateAccount_C_SubmitRegistrationForm::CallFunc_GetText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_SubmitRegistrationForm, CallFunc_Conv_TextToString_ReturnValue_4) == 0x0000D8, "Member 'WBP_UI_CreateAccount_C_SubmitRegistrationForm::CallFunc_Conv_TextToString_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_SubmitRegistrationForm, CallFunc_Conv_TextToString_ReturnValue_5) == 0x0000E8, "Member 'WBP_UI_CreateAccount_C_SubmitRegistrationForm::CallFunc_Conv_TextToString_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_SubmitRegistrationForm, K2Node_MakeStruct_SBZRegistrationFieldInfo) == 0x0000F8, "Member 'WBP_UI_CreateAccount_C_SubmitRegistrationForm::K2Node_MakeStruct_SBZRegistrationFieldInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_SubmitRegistrationForm, CallFunc_GetText_ReturnValue_6) == 0x000158, "Member 'WBP_UI_CreateAccount_C_SubmitRegistrationForm::CallFunc_GetText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_SubmitRegistrationForm, CallFunc_GetText_ReturnValue_7) == 0x000170, "Member 'WBP_UI_CreateAccount_C_SubmitRegistrationForm::CallFunc_GetText_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_SubmitRegistrationForm, CallFunc_EqualEqual_TextText_ReturnValue) == 0x000188, "Member 'WBP_UI_CreateAccount_C_SubmitRegistrationForm::CallFunc_EqualEqual_TextText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CreateAccount_C_PasswordCheck \ +static_assert(alignof(WBP_UI_CreateAccount_C_PasswordCheck) == 0x000008, "Wrong alignment on WBP_UI_CreateAccount_C_PasswordCheck"); \ +static_assert(sizeof(WBP_UI_CreateAccount_C_PasswordCheck) == 0x000040, "Wrong size on WBP_UI_CreateAccount_C_PasswordCheck"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_PasswordCheck, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_CreateAccount_C_PasswordCheck::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_PasswordCheck, Temp_byte_Variable) == 0x000001, "Member 'WBP_UI_CreateAccount_C_PasswordCheck::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_PasswordCheck, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_UI_CreateAccount_C_PasswordCheck::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_PasswordCheck, CallFunc_GetText_ReturnValue) == 0x000008, "Member 'WBP_UI_CreateAccount_C_PasswordCheck::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_PasswordCheck, CallFunc_GetText_ReturnValue_1) == 0x000020, "Member 'WBP_UI_CreateAccount_C_PasswordCheck::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_PasswordCheck, CallFunc_EqualEqual_TextText_ReturnValue) == 0x000038, "Member 'WBP_UI_CreateAccount_C_PasswordCheck::CallFunc_EqualEqual_TextText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_PasswordCheck, K2Node_Select_Default) == 0x000039, "Member 'WBP_UI_CreateAccount_C_PasswordCheck::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CreateAccount_C_GetDefaultUsername \ +static_assert(alignof(WBP_UI_CreateAccount_C_GetDefaultUsername) == 0x000008, "Wrong alignment on WBP_UI_CreateAccount_C_GetDefaultUsername"); \ +static_assert(sizeof(WBP_UI_CreateAccount_C_GetDefaultUsername) == 0x0000C8, "Wrong size on WBP_UI_CreateAccount_C_GetDefaultUsername"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_GetDefaultUsername, TextToDisplay) == 0x000000, "Member 'WBP_UI_CreateAccount_C_GetDefaultUsername::TextToDisplay' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_GetDefaultUsername, CallFunc_Conv_StringToText_ReturnValue) == 0x000010, "Member 'WBP_UI_CreateAccount_C_GetDefaultUsername::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_GetDefaultUsername, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000028, "Member 'WBP_UI_CreateAccount_C_GetDefaultUsername::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_GetDefaultUsername, CallFunc_GetText_ReturnValue) == 0x000040, "Member 'WBP_UI_CreateAccount_C_GetDefaultUsername::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_GetDefaultUsername, CallFunc_TextIsEmpty_ReturnValue) == 0x000058, "Member 'WBP_UI_CreateAccount_C_GetDefaultUsername::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_GetDefaultUsername, CallFunc_GetText_ReturnValue_1) == 0x000060, "Member 'WBP_UI_CreateAccount_C_GetDefaultUsername::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_GetDefaultUsername, CallFunc_TextIsEmpty_ReturnValue_1) == 0x000078, "Member 'WBP_UI_CreateAccount_C_GetDefaultUsername::CallFunc_TextIsEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_GetDefaultUsername, CallFunc_GetText_ReturnValue_2) == 0x000080, "Member 'WBP_UI_CreateAccount_C_GetDefaultUsername::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_GetDefaultUsername, CallFunc_Conv_TextToString_ReturnValue) == 0x000098, "Member 'WBP_UI_CreateAccount_C_GetDefaultUsername::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_GetDefaultUsername, CallFunc_FindSubstring_ReturnValue) == 0x0000A8, "Member 'WBP_UI_CreateAccount_C_GetDefaultUsername::CallFunc_FindSubstring_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_GetDefaultUsername, CallFunc_GetSubstring_ReturnValue) == 0x0000B0, "Member 'WBP_UI_CreateAccount_C_GetDefaultUsername::CallFunc_GetSubstring_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CreateAccount_C_GetDefaultUsername, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000C0, "Member 'WBP_UI_CreateAccount_C_GetDefaultUsername::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_CreateAccount_C \ +static_assert(alignof(UWBP_UI_CreateAccount_C) == 0x000008, "Wrong alignment on UWBP_UI_CreateAccount_C"); \ +static_assert(sizeof(UWBP_UI_CreateAccount_C) == 0x000398, "Wrong size on UWBP_UI_CreateAccount_C"); \ +static_assert(offsetof(UWBP_UI_CreateAccount_C, UberGraphFrame) == 0x0002A0, "Member 'UWBP_UI_CreateAccount_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CreateAccount_C, Button_Back) == 0x0002A8, "Member 'UWBP_UI_CreateAccount_C::Button_Back' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CreateAccount_C, Button_CreateAccount) == 0x0002B0, "Member 'UWBP_UI_CreateAccount_C::Button_CreateAccount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CreateAccount_C, Button_VerifyAccount) == 0x0002B8, "Member 'UWBP_UI_CreateAccount_C::Button_VerifyAccount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CreateAccount_C, CanvasPanel_Verify) == 0x0002C0, "Member 'UWBP_UI_CreateAccount_C::CanvasPanel_Verify' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CreateAccount_C, EditableTextBox_ConfirmPassword) == 0x0002C8, "Member 'UWBP_UI_CreateAccount_C::EditableTextBox_ConfirmPassword' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CreateAccount_C, EditableTextBox_Country) == 0x0002D0, "Member 'UWBP_UI_CreateAccount_C::EditableTextBox_Country' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CreateAccount_C, EditableTextBox_Displayname) == 0x0002D8, "Member 'UWBP_UI_CreateAccount_C::EditableTextBox_Displayname' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CreateAccount_C, EditableTextBox_DOB) == 0x0002E0, "Member 'UWBP_UI_CreateAccount_C::EditableTextBox_DOB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CreateAccount_C, EditableTextBox_Email) == 0x0002E8, "Member 'UWBP_UI_CreateAccount_C::EditableTextBox_Email' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CreateAccount_C, EditableTextBox_Password) == 0x0002F0, "Member 'UWBP_UI_CreateAccount_C::EditableTextBox_Password' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CreateAccount_C, EditableTextBox_Username) == 0x0002F8, "Member 'UWBP_UI_CreateAccount_C::EditableTextBox_Username' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CreateAccount_C, EditableTextBox_VerifyInput) == 0x000300, "Member 'UWBP_UI_CreateAccount_C::EditableTextBox_VerifyInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CreateAccount_C, Image_Background) == 0x000308, "Member 'UWBP_UI_CreateAccount_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CreateAccount_C, Image_FormBackground) == 0x000310, "Member 'UWBP_UI_CreateAccount_C::Image_FormBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CreateAccount_C, Image_VerifyFormBackground) == 0x000318, "Member 'UWBP_UI_CreateAccount_C::Image_VerifyFormBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CreateAccount_C, Overlay_AccountCreationForm) == 0x000320, "Member 'UWBP_UI_CreateAccount_C::Overlay_AccountCreationForm' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CreateAccount_C, Text_Missmatch) == 0x000328, "Member 'UWBP_UI_CreateAccount_C::Text_Missmatch' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CreateAccount_C, RegistrationField) == 0x000330, "Member 'UWBP_UI_CreateAccount_C::RegistrationField' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CreateAccount_C, bIsPopUpShowing) == 0x000390, "Member 'UWBP_UI_CreateAccount_C::bIsPopUpShowing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RenownLevel_C_ExecuteUbergraph_WBP_RenownLevel \ +static_assert(alignof(WBP_RenownLevel_C_ExecuteUbergraph_WBP_RenownLevel) == 0x000008, "Wrong alignment on WBP_RenownLevel_C_ExecuteUbergraph_WBP_RenownLevel"); \ +static_assert(sizeof(WBP_RenownLevel_C_ExecuteUbergraph_WBP_RenownLevel) == 0x000030, "Wrong size on WBP_RenownLevel_C_ExecuteUbergraph_WBP_RenownLevel"); \ +static_assert(offsetof(WBP_RenownLevel_C_ExecuteUbergraph_WBP_RenownLevel, EntryPoint) == 0x000000, "Member 'WBP_RenownLevel_C_ExecuteUbergraph_WBP_RenownLevel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_ExecuteUbergraph_WBP_RenownLevel, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_RenownLevel_C_ExecuteUbergraph_WBP_RenownLevel::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_ExecuteUbergraph_WBP_RenownLevel, CallFunc_GetInfamyManager_ReturnValue) == 0x000008, "Member 'WBP_RenownLevel_C_ExecuteUbergraph_WBP_RenownLevel::CallFunc_GetInfamyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_ExecuteUbergraph_WBP_RenownLevel, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_RenownLevel_C_ExecuteUbergraph_WBP_RenownLevel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_ExecuteUbergraph_WBP_RenownLevel, CallFunc_GetInfamyManager_ReturnValue_1) == 0x000028, "Member 'WBP_RenownLevel_C_ExecuteUbergraph_WBP_RenownLevel::CallFunc_GetInfamyManager_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RenownLevel_C_PreConstruct \ +static_assert(alignof(WBP_RenownLevel_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_RenownLevel_C_PreConstruct"); \ +static_assert(sizeof(WBP_RenownLevel_C_PreConstruct) == 0x000001, "Wrong size on WBP_RenownLevel_C_PreConstruct"); \ +static_assert(offsetof(WBP_RenownLevel_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_RenownLevel_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RenownLevel_C_SetIconAndLevel \ +static_assert(alignof(WBP_RenownLevel_C_SetIconAndLevel) == 0x000008, "Wrong alignment on WBP_RenownLevel_C_SetIconAndLevel"); \ +static_assert(sizeof(WBP_RenownLevel_C_SetIconAndLevel) == 0x000058, "Wrong size on WBP_RenownLevel_C_SetIconAndLevel"); \ +static_assert(offsetof(WBP_RenownLevel_C_SetIconAndLevel, InLevel) == 0x000000, "Member 'WBP_RenownLevel_C_SetIconAndLevel::InLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_SetIconAndLevel, CallFunc_GetTierColor_OutColor) == 0x000008, "Member 'WBP_RenownLevel_C_SetIconAndLevel::CallFunc_GetTierColor_OutColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_SetIconAndLevel, CallFunc_GetIcon_OutSprite) == 0x000030, "Member 'WBP_RenownLevel_C_SetIconAndLevel::CallFunc_GetIcon_OutSprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_SetIconAndLevel, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'WBP_RenownLevel_C_SetIconAndLevel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_SetIconAndLevel, CallFunc_Conv_IntToText_ReturnValue) == 0x000040, "Member 'WBP_RenownLevel_C_SetIconAndLevel::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RenownLevel_C_GetIcon \ +static_assert(alignof(WBP_RenownLevel_C_GetIcon) == 0x000008, "Wrong alignment on WBP_RenownLevel_C_GetIcon"); \ +static_assert(sizeof(WBP_RenownLevel_C_GetIcon) == 0x000038, "Wrong size on WBP_RenownLevel_C_GetIcon"); \ +static_assert(offsetof(WBP_RenownLevel_C_GetIcon, InRenownLevel) == 0x000000, "Member 'WBP_RenownLevel_C_GetIcon::InRenownLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_GetIcon, OutSprite) == 0x000008, "Member 'WBP_RenownLevel_C_GetIcon::OutSprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_GetIcon, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_RenownLevel_C_GetIcon::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_GetIcon, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_RenownLevel_C_GetIcon::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_GetIcon, CallFunc_Subtract_IntInt_ReturnValue) == 0x000018, "Member 'WBP_RenownLevel_C_GetIcon::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_GetIcon, CallFunc_Divide_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_RenownLevel_C_GetIcon::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_GetIcon, CallFunc_Percent_IntInt_ReturnValue) == 0x000020, "Member 'WBP_RenownLevel_C_GetIcon::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_GetIcon, CallFunc_Greater_IntInt_ReturnValue) == 0x000024, "Member 'WBP_RenownLevel_C_GetIcon::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_GetIcon, CallFunc_SelectInt_ReturnValue) == 0x000028, "Member 'WBP_RenownLevel_C_GetIcon::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_GetIcon, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_RenownLevel_C_GetIcon::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RenownLevel_C_GetTierColor \ +static_assert(alignof(WBP_RenownLevel_C_GetTierColor) == 0x000008, "Wrong alignment on WBP_RenownLevel_C_GetTierColor"); \ +static_assert(sizeof(WBP_RenownLevel_C_GetTierColor) == 0x000070, "Wrong size on WBP_RenownLevel_C_GetTierColor"); \ +static_assert(offsetof(WBP_RenownLevel_C_GetTierColor, InRenownLevel) == 0x000000, "Member 'WBP_RenownLevel_C_GetTierColor::InRenownLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_GetTierColor, OutColor) == 0x000008, "Member 'WBP_RenownLevel_C_GetTierColor::OutColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_GetTierColor, CallFunc_Divide_IntInt_ReturnValue) == 0x000030, "Member 'WBP_RenownLevel_C_GetTierColor::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_GetTierColor, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'WBP_RenownLevel_C_GetTierColor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_GetTierColor, CallFunc_Subtract_IntInt_ReturnValue) == 0x000038, "Member 'WBP_RenownLevel_C_GetTierColor::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_GetTierColor, CallFunc_Greater_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_RenownLevel_C_GetTierColor::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_GetTierColor, CallFunc_SelectInt_ReturnValue) == 0x000040, "Member 'WBP_RenownLevel_C_GetTierColor::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_GetTierColor, CallFunc_Array_Get_Item) == 0x000048, "Member 'WBP_RenownLevel_C_GetTierColor::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RenownLevel_C_UpdateVisuals \ +static_assert(alignof(WBP_RenownLevel_C_UpdateVisuals) == 0x000004, "Wrong alignment on WBP_RenownLevel_C_UpdateVisuals"); \ +static_assert(sizeof(WBP_RenownLevel_C_UpdateVisuals) == 0x00000C, "Wrong size on WBP_RenownLevel_C_UpdateVisuals"); \ +static_assert(offsetof(WBP_RenownLevel_C_UpdateVisuals, InLevel) == 0x000000, "Member 'WBP_RenownLevel_C_UpdateVisuals::InLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_UpdateVisuals, Temp_byte_Variable) == 0x000004, "Member 'WBP_RenownLevel_C_UpdateVisuals::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_UpdateVisuals, CallFunc_Greater_IntInt_ReturnValue) == 0x000005, "Member 'WBP_RenownLevel_C_UpdateVisuals::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_UpdateVisuals, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_RenownLevel_C_UpdateVisuals::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_UpdateVisuals, Temp_bool_Variable) == 0x000007, "Member 'WBP_RenownLevel_C_UpdateVisuals::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_UpdateVisuals, K2Node_Select_Default) == 0x000008, "Member 'WBP_RenownLevel_C_UpdateVisuals::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RenownLevel_C_UpdateRenown \ +static_assert(alignof(WBP_RenownLevel_C_UpdateRenown) == 0x000008, "Wrong alignment on WBP_RenownLevel_C_UpdateRenown"); \ +static_assert(sizeof(WBP_RenownLevel_C_UpdateRenown) == 0x000010, "Wrong size on WBP_RenownLevel_C_UpdateRenown"); \ +static_assert(offsetof(WBP_RenownLevel_C_UpdateRenown, CallFunc_GetInfamyManager_ReturnValue) == 0x000000, "Member 'WBP_RenownLevel_C_UpdateRenown::CallFunc_GetInfamyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_UpdateRenown, CallFunc_ClientGetCurrentRenownLevel_ReturnValue) == 0x000008, "Member 'WBP_RenownLevel_C_UpdateRenown::CallFunc_ClientGetCurrentRenownLevel_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RenownLevel_C_SetRenown \ +static_assert(alignof(WBP_RenownLevel_C_SetRenown) == 0x000004, "Wrong alignment on WBP_RenownLevel_C_SetRenown"); \ +static_assert(sizeof(WBP_RenownLevel_C_SetRenown) == 0x000004, "Wrong size on WBP_RenownLevel_C_SetRenown"); \ +static_assert(offsetof(WBP_RenownLevel_C_SetRenown, InRenown) == 0x000000, "Member 'WBP_RenownLevel_C_SetRenown::InRenown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_RenownLevel_C_OnRenownChanged \ +static_assert(alignof(WBP_RenownLevel_C_OnRenownChanged) == 0x000004, "Wrong alignment on WBP_RenownLevel_C_OnRenownChanged"); \ +static_assert(sizeof(WBP_RenownLevel_C_OnRenownChanged) == 0x000008, "Wrong size on WBP_RenownLevel_C_OnRenownChanged"); \ +static_assert(offsetof(WBP_RenownLevel_C_OnRenownChanged, NewLevel) == 0x000000, "Member 'WBP_RenownLevel_C_OnRenownChanged::NewLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_RenownLevel_C_OnRenownChanged, PreviousLevel) == 0x000004, "Member 'WBP_RenownLevel_C_OnRenownChanged::PreviousLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_RenownLevel_C \ +static_assert(alignof(UWBP_RenownLevel_C) == 0x000008, "Wrong alignment on UWBP_RenownLevel_C"); \ +static_assert(sizeof(UWBP_RenownLevel_C) == 0x0002B8, "Wrong size on UWBP_RenownLevel_C"); \ +static_assert(offsetof(UWBP_RenownLevel_C, UberGraphFrame) == 0x000290, "Member 'UWBP_RenownLevel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RenownLevel_C, Image_Icon) == 0x000298, "Member 'UWBP_RenownLevel_C::Image_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RenownLevel_C, SBZText_LevelCounter) == 0x0002A0, "Member 'UWBP_RenownLevel_C::SBZText_LevelCounter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RenownLevel_C, RenownData) == 0x0002A8, "Member 'UWBP_RenownLevel_C::RenownData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RenownLevel_C, EditorRenownLevel) == 0x0002B0, "Member 'UWBP_RenownLevel_C::EditorRenownLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_RenownLevel_C, bIsLocalClient) == 0x0002B4, "Member 'UWBP_RenownLevel_C::bIsLocalClient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner \ +static_assert(alignof(WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner) == 0x000008, "Wrong alignment on WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner"); \ +static_assert(sizeof(WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner) == 0x0000C0, "Wrong size on WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner"); \ +static_assert(offsetof(WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner, EntryPoint) == 0x000000, "Member 'WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner, Temp_bool_Has_Been_Initd_Variable) == 0x000018, "Member 'WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner, Temp_bool_IsClosed_Variable) == 0x000019, "Member 'WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner, K2Node_Event_IsDesignTime) == 0x00001A, "Member 'WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner, K2Node_Event_MyGeometry) == 0x00001C, "Member 'WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner, K2Node_Event_InDeltaTime) == 0x000054, "Member 'WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner, CallFunc_GetServerStatusManager_ReturnValue) == 0x000058, "Member 'WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner::CallFunc_GetServerStatusManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner, K2Node_CustomEvent_Title) == 0x000060, "Member 'WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner::K2Node_CustomEvent_Title' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner, K2Node_CustomEvent_Content) == 0x000070, "Member 'WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner::K2Node_CustomEvent_Content' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner, CallFunc_Conv_StringToText_ReturnValue) == 0x000080, "Member 'WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner, CallFunc_IsEmpty_ReturnValue) == 0x000098, "Member 'WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000A0, "Member 'WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner, CallFunc_Not_PreBool_ReturnValue) == 0x0000B8, "Member 'WBP_TextBasedNewsBanner_C_ExecuteUbergraph_WBP_TextBasedNewsBanner::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TextBasedNewsBanner_C_On_News_Message_Received \ +static_assert(alignof(WBP_TextBasedNewsBanner_C_On_News_Message_Received) == 0x000008, "Wrong alignment on WBP_TextBasedNewsBanner_C_On_News_Message_Received"); \ +static_assert(sizeof(WBP_TextBasedNewsBanner_C_On_News_Message_Received) == 0x000020, "Wrong size on WBP_TextBasedNewsBanner_C_On_News_Message_Received"); \ +static_assert(offsetof(WBP_TextBasedNewsBanner_C_On_News_Message_Received, Title) == 0x000000, "Member 'WBP_TextBasedNewsBanner_C_On_News_Message_Received::Title' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextBasedNewsBanner_C_On_News_Message_Received, Content) == 0x000010, "Member 'WBP_TextBasedNewsBanner_C_On_News_Message_Received::Content' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TextBasedNewsBanner_C_Tick \ +static_assert(alignof(WBP_TextBasedNewsBanner_C_Tick) == 0x000004, "Wrong alignment on WBP_TextBasedNewsBanner_C_Tick"); \ +static_assert(sizeof(WBP_TextBasedNewsBanner_C_Tick) == 0x00003C, "Wrong size on WBP_TextBasedNewsBanner_C_Tick"); \ +static_assert(offsetof(WBP_TextBasedNewsBanner_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_TextBasedNewsBanner_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextBasedNewsBanner_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_TextBasedNewsBanner_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TextBasedNewsBanner_C_PreConstruct \ +static_assert(alignof(WBP_TextBasedNewsBanner_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_TextBasedNewsBanner_C_PreConstruct"); \ +static_assert(sizeof(WBP_TextBasedNewsBanner_C_PreConstruct) == 0x000001, "Wrong size on WBP_TextBasedNewsBanner_C_PreConstruct"); \ +static_assert(offsetof(WBP_TextBasedNewsBanner_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_TextBasedNewsBanner_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TextBasedNewsBanner_C_SetInformation \ +static_assert(alignof(WBP_TextBasedNewsBanner_C_SetInformation) == 0x000008, "Wrong alignment on WBP_TextBasedNewsBanner_C_SetInformation"); \ +static_assert(sizeof(WBP_TextBasedNewsBanner_C_SetInformation) == 0x000038, "Wrong size on WBP_TextBasedNewsBanner_C_SetInformation"); \ +static_assert(offsetof(WBP_TextBasedNewsBanner_C_SetInformation, InTitle) == 0x000000, "Member 'WBP_TextBasedNewsBanner_C_SetInformation::InTitle' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextBasedNewsBanner_C_SetInformation, InDescription) == 0x000018, "Member 'WBP_TextBasedNewsBanner_C_SetInformation::InDescription' has a wrong offset!"); \ +static_assert(offsetof(WBP_TextBasedNewsBanner_C_SetInformation, InShouldShow) == 0x000030, "Member 'WBP_TextBasedNewsBanner_C_SetInformation::InShouldShow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_TextBasedNewsBanner_C \ +static_assert(alignof(UWBP_TextBasedNewsBanner_C) == 0x000008, "Wrong alignment on UWBP_TextBasedNewsBanner_C"); \ +static_assert(sizeof(UWBP_TextBasedNewsBanner_C) == 0x0002D0, "Wrong size on UWBP_TextBasedNewsBanner_C"); \ +static_assert(offsetof(UWBP_TextBasedNewsBanner_C, UberGraphFrame) == 0x000290, "Member 'UWBP_TextBasedNewsBanner_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextBasedNewsBanner_C, Attention_B) == 0x000298, "Member 'UWBP_TextBasedNewsBanner_C::Attention_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextBasedNewsBanner_C, BackgroundEdgeSlant_I) == 0x0002A0, "Member 'UWBP_TextBasedNewsBanner_C::BackgroundEdgeSlant_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextBasedNewsBanner_C, Content_O) == 0x0002A8, "Member 'UWBP_TextBasedNewsBanner_C::Content_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextBasedNewsBanner_C, Description_T) == 0x0002B0, "Member 'UWBP_TextBasedNewsBanner_C::Description_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextBasedNewsBanner_C, Title_T) == 0x0002B8, "Member 'UWBP_TextBasedNewsBanner_C::Title_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextBasedNewsBanner_C, AttentionColorStyle) == 0x0002C0, "Member 'UWBP_TextBasedNewsBanner_C::AttentionColorStyle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextBasedNewsBanner_C, ShowVisibility) == 0x0002C8, "Member 'UWBP_TextBasedNewsBanner_C::ShowVisibility' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TextBasedNewsBanner_C, HideVisibility) == 0x0002C9, "Member 'UWBP_TextBasedNewsBanner_C::HideVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase \ +static_assert(alignof(WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase) == 0x000008, "Wrong alignment on WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase"); \ +static_assert(sizeof(WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase) == 0x0000D8, "Wrong size on WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase"); \ +static_assert(offsetof(WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase, EntryPoint) == 0x000000, "Member 'WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase, Temp_byte_Variable) == 0x000004, "Member 'WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase, Temp_text_Variable) == 0x000010, "Member 'WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase, Temp_text_Variable_1) == 0x000028, "Member 'WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase, Temp_text_Variable_2) == 0x000040, "Member 'WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase, Temp_text_Variable_3) == 0x000058, "Member 'WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase, K2Node_Event_ErrorMessage) == 0x000070, "Member 'WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase::K2Node_Event_ErrorMessage' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase, CallFunc_GetUIManager_ReturnValue) == 0x000088, "Member 'WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase, CallFunc_MakeLiteralName_ReturnValue) == 0x000090, "Member 'WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase, CallFunc_GetUIManager_ReturnValue_1) == 0x0000A0, "Member 'WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase, CallFunc_MakeLiteralName_ReturnValue_1) == 0x0000A8, "Member 'WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase, CallFunc_Play_ReturnValue) == 0x0000B4, "Member 'WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase::CallFunc_Play_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase, K2Node_Event_IsDesignTime) == 0x0000B5, "Member 'WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase, CallFunc_GetPlatform_ReturnValue) == 0x0000B6, "Member 'WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase, CallFunc_PlayAnimation_ReturnValue_1) == 0x0000B8, "Member 'WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase, K2Node_Select_Default) == 0x0000C0, "Member 'WBP_UI_LoginScreenBase_C_ExecuteUbergraph_WBP_UI_LoginScreenBase::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginScreenBase_C_PreConstruct \ +static_assert(alignof(WBP_UI_LoginScreenBase_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_LoginScreenBase_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_LoginScreenBase_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_LoginScreenBase_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_LoginScreenBase_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_LoginScreenBase_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoginScreenBase_C_OnLoginError \ +static_assert(alignof(WBP_UI_LoginScreenBase_C_OnLoginError) == 0x000008, "Wrong alignment on WBP_UI_LoginScreenBase_C_OnLoginError"); \ +static_assert(sizeof(WBP_UI_LoginScreenBase_C_OnLoginError) == 0x000018, "Wrong size on WBP_UI_LoginScreenBase_C_OnLoginError"); \ +static_assert(offsetof(WBP_UI_LoginScreenBase_C_OnLoginError, ErrorMessage) == 0x000000, "Member 'WBP_UI_LoginScreenBase_C_OnLoginError::ErrorMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_LoginScreenBase_C \ +static_assert(alignof(UWBP_UI_LoginScreenBase_C) == 0x000008, "Wrong alignment on UWBP_UI_LoginScreenBase_C"); \ +static_assert(sizeof(UWBP_UI_LoginScreenBase_C) == 0x000700, "Wrong size on UWBP_UI_LoginScreenBase_C"); \ +static_assert(offsetof(UWBP_UI_LoginScreenBase_C, UberGraphFrame) == 0x000698, "Member 'UWBP_UI_LoginScreenBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreenBase_C, PressStartMotion) == 0x0006A0, "Member 'UWBP_UI_LoginScreenBase_C::PressStartMotion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreenBase_C, Fadein) == 0x0006A8, "Member 'UWBP_UI_LoginScreenBase_C::Fadein' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreenBase_C, AccelbyteStatusBanner) == 0x0006B0, "Member 'UWBP_UI_LoginScreenBase_C::AccelbyteStatusBanner' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreenBase_C, CircularThrobber_0) == 0x0006B8, "Member 'UWBP_UI_LoginScreenBase_C::CircularThrobber_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreenBase_C, Image_0) == 0x0006C0, "Member 'UWBP_UI_LoginScreenBase_C::Image_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreenBase_C, Image_Background) == 0x0006C8, "Member 'UWBP_UI_LoginScreenBase_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreenBase_C, Image_OverlayBackground) == 0x0006D0, "Member 'UWBP_UI_LoginScreenBase_C::Image_OverlayBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreenBase_C, Overlay_Error) == 0x0006D8, "Member 'UWBP_UI_LoginScreenBase_C::Overlay_Error' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreenBase_C, Text_Error) == 0x0006E0, "Member 'UWBP_UI_LoginScreenBase_C::Text_Error' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreenBase_C, TextBlock_PressAnyButton) == 0x0006E8, "Member 'UWBP_UI_LoginScreenBase_C::TextBlock_PressAnyButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreenBase_C, Widget_CreateAccount) == 0x0006F0, "Member 'UWBP_UI_LoginScreenBase_C::Widget_CreateAccount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoginScreenBase_C, BinkMediaPlayer) == 0x0006F8, "Member 'UWBP_UI_LoginScreenBase_C::BinkMediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen \ +static_assert(alignof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen) == 0x000008, "Wrong alignment on WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen"); \ +static_assert(sizeof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen) == 0x0000E0, "Wrong size on WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, EntryPoint) == 0x000000, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000008, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, Temp_byte_Variable) == 0x000010, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, Temp_byte_Variable_1) == 0x000011, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, Temp_byte_Variable_2) == 0x000012, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, Temp_byte_Variable_3) == 0x000013, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, Temp_byte_Variable_4) == 0x000014, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, Temp_bool_Variable) == 0x000015, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, Temp_byte_Variable_5) == 0x000016, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, Temp_byte_Variable_6) == 0x000017, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, CallFunc_GetGameStateMachine_ReturnValue) == 0x000018, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, CallFunc_GetLastMatchID_ReturnValue) == 0x000020, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::CallFunc_GetLastMatchID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, CallFunc_GetLastMatchID_ReturnValue_1) == 0x000048, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::CallFunc_GetLastMatchID_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, CallFunc_GetLastMatchID_ReturnValue_2) == 0x000058, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::CallFunc_GetLastMatchID_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, K2Node_ComponentBoundEvent_Button_2) == 0x000068, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, CallFunc_Concat_StrStr_ReturnValue) == 0x000070, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, K2Node_ComponentBoundEvent_Button_1) == 0x000080, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, CallFunc_GetButton_ReturnToMainMenu_ReturnValue) == 0x000088, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::CallFunc_GetButton_ReturnToMainMenu_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, CallFunc_GetErrorText_ReturnValue) == 0x000090, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::CallFunc_GetErrorText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, CallFunc_GetPlatform_ReturnValue) == 0x0000A8, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, CallFunc_IsShippingBuild_ReturnValue) == 0x0000A9, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::CallFunc_IsShippingBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, K2Node_Select_Default) == 0x0000AA, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, K2Node_Select_Default_1) == 0x0000AB, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, K2Node_ComponentBoundEvent_Button) == 0x0000B0, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, CallFunc_GetGameStateMachine_ReturnValue_1) == 0x0000B8, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::CallFunc_GetGameStateMachine_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, CallFunc_GetErrorHeader_ReturnValue) == 0x0000C0, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::CallFunc_GetErrorHeader_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen, CallFunc_PlayAnimationTimeRange_ReturnValue_1) == 0x0000D8, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_NetworkErrorScreen::CallFunc_PlayAnimationTimeRange_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Menu_Debug_NetworkErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_Quit_1_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_Quit_1_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Menu_Debug_NetworkErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_Quit_1_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_Quit_1_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Menu_Debug_NetworkErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_Quit_1_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_Quit_1_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_Quit_1_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Menu_Debug_NetworkErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_Exit_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_Exit_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Menu_Debug_NetworkErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_Exit_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_Exit_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Menu_Debug_NetworkErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_Exit_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_Exit_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_Exit_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Menu_Debug_NetworkErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_ReturnToMainMenu_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_ReturnToMainMenu_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Menu_Debug_NetworkErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_ReturnToMainMenu_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_ReturnToMainMenu_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Menu_Debug_NetworkErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_ReturnToMainMenu_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_ReturnToMainMenu_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_ReturnToMainMenu_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Menu_Debug_NetworkErrorScreen_C_OnKeyDown \ +static_assert(alignof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_OnKeyDown) == 0x000008, "Wrong alignment on WBP_UI_Menu_Debug_NetworkErrorScreen_C_OnKeyDown"); \ +static_assert(sizeof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_OnKeyDown) == 0x000138, "Wrong size on WBP_UI_Menu_Debug_NetworkErrorScreen_C_OnKeyDown"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_OnKeyDown, ReturnValue) == 0x000078, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String \ +static_assert(alignof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String) == 0x000008, "Wrong alignment on WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String"); \ +static_assert(sizeof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String) == 0x000168, "Wrong size on WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String, Temp_string_Variable) == 0x000008, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String, Temp_string_Variable_1) == 0x000018, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String::Temp_string_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String, Temp_bool_Variable_1) == 0x000028, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String, Temp_string_Variable_2) == 0x000030, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String::Temp_string_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String, Temp_bool_Variable_2) == 0x000040, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String, Temp_string_Variable_3) == 0x000048, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String::Temp_string_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String, CallFunc_GetNetworkVersion_ReturnValue) == 0x000058, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String::CallFunc_GetNetworkVersion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String, CallFunc_Concat_StrStr_ReturnValue) == 0x000068, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String, CallFunc_GetBuildVersion_ReturnValue) == 0x000078, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String::CallFunc_GetBuildVersion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String, CallFunc_Conv_StringToText_ReturnValue) == 0x000088, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000A0, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000B0, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String, CallFunc_GetEngineVersion_ReturnValue) == 0x0000C8, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String::CallFunc_GetEngineVersion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000D8, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String, CallFunc_ShippingBuild_ReturnValue) == 0x0000E8, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String::CallFunc_ShippingBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0000F0, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String, K2Node_Select_Default) == 0x000108, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String, CallFunc_TestBuild_ReturnValue) == 0x000118, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String::CallFunc_TestBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String, CallFunc_DevelopmentBuild_ReturnValue) == 0x000119, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String::CallFunc_DevelopmentBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String, K2Node_Select_Default_1) == 0x000120, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String, K2Node_Select_Default_2) == 0x000130, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000140, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000150, "Member 'WBP_UI_Menu_Debug_NetworkErrorScreen_C_Fill_Version_String::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Menu_Debug_NetworkErrorScreen_C \ +static_assert(alignof(UWBP_UI_Menu_Debug_NetworkErrorScreen_C) == 0x000008, "Wrong alignment on UWBP_UI_Menu_Debug_NetworkErrorScreen_C"); \ +static_assert(sizeof(UWBP_UI_Menu_Debug_NetworkErrorScreen_C) == 0x000380, "Wrong size on UWBP_UI_Menu_Debug_NetworkErrorScreen_C"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_NetworkErrorScreen_C, UberGraphFrame) == 0x0002A8, "Member 'UWBP_UI_Menu_Debug_NetworkErrorScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_NetworkErrorScreen_C, WiFiPulse) == 0x0002B0, "Member 'UWBP_UI_Menu_Debug_NetworkErrorScreen_C::WiFiPulse' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_NetworkErrorScreen_C, Intro) == 0x0002B8, "Member 'UWBP_UI_Menu_Debug_NetworkErrorScreen_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_NetworkErrorScreen_C, Background_BG) == 0x0002C0, "Member 'UWBP_UI_Menu_Debug_NetworkErrorScreen_C::Background_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_NetworkErrorScreen_C, btnCopy) == 0x0002C8, "Member 'UWBP_UI_Menu_Debug_NetworkErrorScreen_C::btnCopy' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_NetworkErrorScreen_C, btnLogs) == 0x0002D0, "Member 'UWBP_UI_Menu_Debug_NetworkErrorScreen_C::btnLogs' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_NetworkErrorScreen_C, Button_Quit_1) == 0x0002D8, "Member 'UWBP_UI_Menu_Debug_NetworkErrorScreen_C::Button_Quit_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_NetworkErrorScreen_C, Button_ReturnToLogin) == 0x0002E0, "Member 'UWBP_UI_Menu_Debug_NetworkErrorScreen_C::Button_ReturnToLogin' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_NetworkErrorScreen_C, edtMatchID) == 0x0002E8, "Member 'UWBP_UI_Menu_Debug_NetworkErrorScreen_C::edtMatchID' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_NetworkErrorScreen_C, Image_256) == 0x0002F0, "Member 'UWBP_UI_Menu_Debug_NetworkErrorScreen_C::Image_256' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_NetworkErrorScreen_C, MatchIdBox) == 0x0002F8, "Member 'UWBP_UI_Menu_Debug_NetworkErrorScreen_C::MatchIdBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_NetworkErrorScreen_C, netVersion) == 0x000300, "Member 'UWBP_UI_Menu_Debug_NetworkErrorScreen_C::netVersion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_NetworkErrorScreen_C, Text_Header) == 0x000308, "Member 'UWBP_UI_Menu_Debug_NetworkErrorScreen_C::Text_Header' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_NetworkErrorScreen_C, TinyTop_Text) == 0x000310, "Member 'UWBP_UI_Menu_Debug_NetworkErrorScreen_C::TinyTop_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_NetworkErrorScreen_C, TinyTop_Text_1) == 0x000318, "Member 'UWBP_UI_Menu_Debug_NetworkErrorScreen_C::TinyTop_Text_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_NetworkErrorScreen_C, TinyTop_Text_2) == 0x000320, "Member 'UWBP_UI_Menu_Debug_NetworkErrorScreen_C::TinyTop_Text_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_NetworkErrorScreen_C, TinyTop_Text_3) == 0x000328, "Member 'UWBP_UI_Menu_Debug_NetworkErrorScreen_C::TinyTop_Text_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_NetworkErrorScreen_C, txtConfiguration) == 0x000330, "Member 'UWBP_UI_Menu_Debug_NetworkErrorScreen_C::txtConfiguration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_NetworkErrorScreen_C, txtEngineVersion) == 0x000338, "Member 'UWBP_UI_Menu_Debug_NetworkErrorScreen_C::txtEngineVersion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_NetworkErrorScreen_C, txtError) == 0x000340, "Member 'UWBP_UI_Menu_Debug_NetworkErrorScreen_C::txtError' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_NetworkErrorScreen_C, txtHeader) == 0x000348, "Member 'UWBP_UI_Menu_Debug_NetworkErrorScreen_C::txtHeader' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_NetworkErrorScreen_C, txtVersion) == 0x000350, "Member 'UWBP_UI_Menu_Debug_NetworkErrorScreen_C::txtVersion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_NetworkErrorScreen_C, VersionBox) == 0x000358, "Member 'UWBP_UI_Menu_Debug_NetworkErrorScreen_C::VersionBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_NetworkErrorScreen_C, SelectedPath) == 0x000360, "Member 'UWBP_UI_Menu_Debug_NetworkErrorScreen_C::SelectedPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loadout_RenamePopup_C_ExecuteUbergraph_WBP_Loadout_RenamePopup \ +static_assert(alignof(WBP_Loadout_RenamePopup_C_ExecuteUbergraph_WBP_Loadout_RenamePopup) == 0x000008, "Wrong alignment on WBP_Loadout_RenamePopup_C_ExecuteUbergraph_WBP_Loadout_RenamePopup"); \ +static_assert(sizeof(WBP_Loadout_RenamePopup_C_ExecuteUbergraph_WBP_Loadout_RenamePopup) == 0x000078, "Wrong size on WBP_Loadout_RenamePopup_C_ExecuteUbergraph_WBP_Loadout_RenamePopup"); \ +static_assert(offsetof(WBP_Loadout_RenamePopup_C_ExecuteUbergraph_WBP_Loadout_RenamePopup, EntryPoint) == 0x000000, "Member 'WBP_Loadout_RenamePopup_C_ExecuteUbergraph_WBP_Loadout_RenamePopup::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loadout_RenamePopup_C_ExecuteUbergraph_WBP_Loadout_RenamePopup, K2Node_CustomEvent_Text) == 0x000008, "Member 'WBP_Loadout_RenamePopup_C_ExecuteUbergraph_WBP_Loadout_RenamePopup::K2Node_CustomEvent_Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loadout_RenamePopup_C_ExecuteUbergraph_WBP_Loadout_RenamePopup, CallFunc_Conv_TextToString_ReturnValue) == 0x000020, "Member 'WBP_Loadout_RenamePopup_C_ExecuteUbergraph_WBP_Loadout_RenamePopup::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loadout_RenamePopup_C_ExecuteUbergraph_WBP_Loadout_RenamePopup, CallFunc_Left_ReturnValue) == 0x000030, "Member 'WBP_Loadout_RenamePopup_C_ExecuteUbergraph_WBP_Loadout_RenamePopup::CallFunc_Left_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loadout_RenamePopup_C_ExecuteUbergraph_WBP_Loadout_RenamePopup, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'WBP_Loadout_RenamePopup_C_ExecuteUbergraph_WBP_Loadout_RenamePopup::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loadout_RenamePopup_C_ExecuteUbergraph_WBP_Loadout_RenamePopup, CallFunc_Len_ReturnValue) == 0x000058, "Member 'WBP_Loadout_RenamePopup_C_ExecuteUbergraph_WBP_Loadout_RenamePopup::CallFunc_Len_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loadout_RenamePopup_C_ExecuteUbergraph_WBP_Loadout_RenamePopup, K2Node_CreateDelegate_OutputDelegate) == 0x00005C, "Member 'WBP_Loadout_RenamePopup_C_ExecuteUbergraph_WBP_Loadout_RenamePopup::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Loadout_RenamePopup_C_ExecuteUbergraph_WBP_Loadout_RenamePopup, CallFunc_Greater_IntInt_ReturnValue) == 0x000070, "Member 'WBP_Loadout_RenamePopup_C_ExecuteUbergraph_WBP_Loadout_RenamePopup::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loadout_RenamePopup_C_UpdateName \ +static_assert(alignof(WBP_Loadout_RenamePopup_C_UpdateName) == 0x000008, "Wrong alignment on WBP_Loadout_RenamePopup_C_UpdateName"); \ +static_assert(sizeof(WBP_Loadout_RenamePopup_C_UpdateName) == 0x000018, "Wrong size on WBP_Loadout_RenamePopup_C_UpdateName"); \ +static_assert(offsetof(WBP_Loadout_RenamePopup_C_UpdateName, Text) == 0x000000, "Member 'WBP_Loadout_RenamePopup_C_UpdateName::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loadout_RenamePopup_C_ShowCurrentName \ +static_assert(alignof(WBP_Loadout_RenamePopup_C_ShowCurrentName) == 0x000008, "Wrong alignment on WBP_Loadout_RenamePopup_C_ShowCurrentName"); \ +static_assert(sizeof(WBP_Loadout_RenamePopup_C_ShowCurrentName) == 0x000018, "Wrong size on WBP_Loadout_RenamePopup_C_ShowCurrentName"); \ +static_assert(offsetof(WBP_Loadout_RenamePopup_C_ShowCurrentName, InText) == 0x000000, "Member 'WBP_Loadout_RenamePopup_C_ShowCurrentName::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Loadout_RenamePopup_C \ +static_assert(alignof(UWBP_Loadout_RenamePopup_C) == 0x000008, "Wrong alignment on UWBP_Loadout_RenamePopup_C"); \ +static_assert(sizeof(UWBP_Loadout_RenamePopup_C) == 0x0002B0, "Wrong size on UWBP_Loadout_RenamePopup_C"); \ +static_assert(offsetof(UWBP_Loadout_RenamePopup_C, UberGraphFrame) == 0x000290, "Member 'UWBP_Loadout_RenamePopup_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loadout_RenamePopup_C, Textbox_LoadoutName) == 0x000298, "Member 'UWBP_Loadout_RenamePopup_C::Textbox_LoadoutName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loadout_RenamePopup_C, Owner_LoadoutButton) == 0x0002A0, "Member 'UWBP_Loadout_RenamePopup_C::Owner_LoadoutButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loadout_RenamePopup_C, MaxStrLen) == 0x0002A8, "Member 'UWBP_Loadout_RenamePopup_C::MaxStrLen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen \ +static_assert(alignof(WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen) == 0x000008, "Wrong alignment on WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen"); \ +static_assert(sizeof(WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen) == 0x000078, "Wrong size on WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen, EntryPoint) == 0x000000, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000008, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen, Temp_bool_Variable) == 0x000010, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen, Temp_byte_Variable) == 0x000011, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen, Temp_byte_Variable_1) == 0x000012, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen, Temp_byte_Variable_2) == 0x000013, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen, Temp_byte_Variable_3) == 0x000014, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen, Temp_byte_Variable_4) == 0x000015, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen, Temp_byte_Variable_5) == 0x000016, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen, Temp_byte_Variable_6) == 0x000017, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen, CallFunc_GetGameStateMachine_ReturnValue) == 0x000018, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen, K2Node_ComponentBoundEvent_Button_1) == 0x000020, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen, CallFunc_GetErrorText_ReturnValue) == 0x000028, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen::CallFunc_GetErrorText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen, CallFunc_IsShippingBuild_ReturnValue) == 0x000040, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen::CallFunc_IsShippingBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen, CallFunc_GetErrorHeader_ReturnValue) == 0x000048, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen::CallFunc_GetErrorHeader_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen, K2Node_Select_Default) == 0x000060, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen, K2Node_ComponentBoundEvent_Button) == 0x000068, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen, CallFunc_GetPlatform_ReturnValue) == 0x000070, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen, K2Node_Select_Default_1) == 0x000071, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_ExecuteUbergraph_WBP_UI_Menu_Debug_BackendErrorScreen::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Menu_Debug_BackendErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_BackendErrorScreen_Button_Quit_1_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Menu_Debug_BackendErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_BackendErrorScreen_Button_Quit_1_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Menu_Debug_BackendErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_BackendErrorScreen_Button_Quit_1_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Menu_Debug_BackendErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_BackendErrorScreen_Button_Quit_1_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Menu_Debug_BackendErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_BackendErrorScreen_Button_Quit_1_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_BackendErrorScreen_Button_Quit_1_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_BackendErrorScreen_Button_Quit_1_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Menu_Debug_BackendErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_ReturnToMainMenu_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Menu_Debug_BackendErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_ReturnToMainMenu_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Menu_Debug_BackendErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_ReturnToMainMenu_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Menu_Debug_BackendErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_ReturnToMainMenu_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Menu_Debug_BackendErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_ReturnToMainMenu_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_ReturnToMainMenu_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_BndEvt__WBP_UI_Menu_Debug_NetworkErrorScreen_Button_ReturnToMainMenu_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Menu_Debug_BackendErrorScreen_C_OnKeyDown \ +static_assert(alignof(WBP_UI_Menu_Debug_BackendErrorScreen_C_OnKeyDown) == 0x000008, "Wrong alignment on WBP_UI_Menu_Debug_BackendErrorScreen_C_OnKeyDown"); \ +static_assert(sizeof(WBP_UI_Menu_Debug_BackendErrorScreen_C_OnKeyDown) == 0x000138, "Wrong size on WBP_UI_Menu_Debug_BackendErrorScreen_C_OnKeyDown"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_OnKeyDown, ReturnValue) == 0x000078, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String \ +static_assert(alignof(WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String) == 0x000008, "Wrong alignment on WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String"); \ +static_assert(sizeof(WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String) == 0x000168, "Wrong size on WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String, Temp_string_Variable) == 0x000008, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String, Temp_string_Variable_1) == 0x000018, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String::Temp_string_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String, Temp_bool_Variable_1) == 0x000028, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String, Temp_string_Variable_2) == 0x000030, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String::Temp_string_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String, Temp_bool_Variable_2) == 0x000040, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String, Temp_string_Variable_3) == 0x000048, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String::Temp_string_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String, CallFunc_GetBuildVersion_ReturnValue) == 0x000058, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String::CallFunc_GetBuildVersion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String, CallFunc_Concat_StrStr_ReturnValue) == 0x000068, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String, CallFunc_GetNetworkVersion_ReturnValue) == 0x000078, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String::CallFunc_GetNetworkVersion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String, CallFunc_Conv_StringToText_ReturnValue) == 0x000088, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000A0, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000B0, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String, CallFunc_GetEngineVersion_ReturnValue) == 0x0000C8, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String::CallFunc_GetEngineVersion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000D8, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String, CallFunc_ShippingBuild_ReturnValue) == 0x0000E8, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String::CallFunc_ShippingBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0000F0, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String, K2Node_Select_Default) == 0x000108, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String, CallFunc_TestBuild_ReturnValue) == 0x000118, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String::CallFunc_TestBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String, CallFunc_DevelopmentBuild_ReturnValue) == 0x000119, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String::CallFunc_DevelopmentBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String, K2Node_Select_Default_1) == 0x000120, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String, K2Node_Select_Default_2) == 0x000130, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000140, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000150, "Member 'WBP_UI_Menu_Debug_BackendErrorScreen_C_Fill_Version_String::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Menu_Debug_BackendErrorScreen_C \ +static_assert(alignof(UWBP_UI_Menu_Debug_BackendErrorScreen_C) == 0x000008, "Wrong alignment on UWBP_UI_Menu_Debug_BackendErrorScreen_C"); \ +static_assert(sizeof(UWBP_UI_Menu_Debug_BackendErrorScreen_C) == 0x000350, "Wrong size on UWBP_UI_Menu_Debug_BackendErrorScreen_C"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_BackendErrorScreen_C, UberGraphFrame) == 0x0002A0, "Member 'UWBP_UI_Menu_Debug_BackendErrorScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_BackendErrorScreen_C, Intro) == 0x0002A8, "Member 'UWBP_UI_Menu_Debug_BackendErrorScreen_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_BackendErrorScreen_C, Background_BG) == 0x0002B0, "Member 'UWBP_UI_Menu_Debug_BackendErrorScreen_C::Background_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_BackendErrorScreen_C, Button_Quit_1) == 0x0002B8, "Member 'UWBP_UI_Menu_Debug_BackendErrorScreen_C::Button_Quit_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_BackendErrorScreen_C, Button_ReturnToLogin) == 0x0002C0, "Member 'UWBP_UI_Menu_Debug_BackendErrorScreen_C::Button_ReturnToLogin' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_BackendErrorScreen_C, Image_256) == 0x0002C8, "Member 'UWBP_UI_Menu_Debug_BackendErrorScreen_C::Image_256' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_BackendErrorScreen_C, netVersion) == 0x0002D0, "Member 'UWBP_UI_Menu_Debug_BackendErrorScreen_C::netVersion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_BackendErrorScreen_C, Text_Header) == 0x0002D8, "Member 'UWBP_UI_Menu_Debug_BackendErrorScreen_C::Text_Header' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_BackendErrorScreen_C, TinyTop_Text) == 0x0002E0, "Member 'UWBP_UI_Menu_Debug_BackendErrorScreen_C::TinyTop_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_BackendErrorScreen_C, TinyTop_Text_1) == 0x0002E8, "Member 'UWBP_UI_Menu_Debug_BackendErrorScreen_C::TinyTop_Text_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_BackendErrorScreen_C, TinyTop_Text_2) == 0x0002F0, "Member 'UWBP_UI_Menu_Debug_BackendErrorScreen_C::TinyTop_Text_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_BackendErrorScreen_C, TinyTop_Text_3) == 0x0002F8, "Member 'UWBP_UI_Menu_Debug_BackendErrorScreen_C::TinyTop_Text_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_BackendErrorScreen_C, txtConfiguration) == 0x000300, "Member 'UWBP_UI_Menu_Debug_BackendErrorScreen_C::txtConfiguration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_BackendErrorScreen_C, txtEngineVersion) == 0x000308, "Member 'UWBP_UI_Menu_Debug_BackendErrorScreen_C::txtEngineVersion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_BackendErrorScreen_C, txtError) == 0x000310, "Member 'UWBP_UI_Menu_Debug_BackendErrorScreen_C::txtError' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_BackendErrorScreen_C, txtHeader) == 0x000318, "Member 'UWBP_UI_Menu_Debug_BackendErrorScreen_C::txtHeader' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_BackendErrorScreen_C, txtVersion) == 0x000320, "Member 'UWBP_UI_Menu_Debug_BackendErrorScreen_C::txtVersion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_BackendErrorScreen_C, VersionBox) == 0x000328, "Member 'UWBP_UI_Menu_Debug_BackendErrorScreen_C::VersionBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Menu_Debug_BackendErrorScreen_C, SelectedPath) == 0x000330, "Member 'UWBP_UI_Menu_Debug_BackendErrorScreen_C::SelectedPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_Social_ReportPopup_C_ExecuteUbergraph_WBP_MainMenu_Social_ReportPopup \ +static_assert(alignof(WBP_MainMenu_Social_ReportPopup_C_ExecuteUbergraph_WBP_MainMenu_Social_ReportPopup) == 0x000008, "Wrong alignment on WBP_MainMenu_Social_ReportPopup_C_ExecuteUbergraph_WBP_MainMenu_Social_ReportPopup"); \ +static_assert(sizeof(WBP_MainMenu_Social_ReportPopup_C_ExecuteUbergraph_WBP_MainMenu_Social_ReportPopup) == 0x000038, "Wrong size on WBP_MainMenu_Social_ReportPopup_C_ExecuteUbergraph_WBP_MainMenu_Social_ReportPopup"); \ +static_assert(offsetof(WBP_MainMenu_Social_ReportPopup_C_ExecuteUbergraph_WBP_MainMenu_Social_ReportPopup, EntryPoint) == 0x000000, "Member 'WBP_MainMenu_Social_ReportPopup_C_ExecuteUbergraph_WBP_MainMenu_Social_ReportPopup::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Social_ReportPopup_C_ExecuteUbergraph_WBP_MainMenu_Social_ReportPopup, K2Node_ComponentBoundEvent_Text) == 0x000008, "Member 'WBP_MainMenu_Social_ReportPopup_C_ExecuteUbergraph_WBP_MainMenu_Social_ReportPopup::K2Node_ComponentBoundEvent_Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Social_ReportPopup_C_ExecuteUbergraph_WBP_MainMenu_Social_ReportPopup, K2Node_ComponentBoundEvent_CommitMethod) == 0x000020, "Member 'WBP_MainMenu_Social_ReportPopup_C_ExecuteUbergraph_WBP_MainMenu_Social_ReportPopup::K2Node_ComponentBoundEvent_CommitMethod' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Social_ReportPopup_C_ExecuteUbergraph_WBP_MainMenu_Social_ReportPopup, CallFunc_Conv_TextToString_ReturnValue) == 0x000028, "Member 'WBP_MainMenu_Social_ReportPopup_C_ExecuteUbergraph_WBP_MainMenu_Social_ReportPopup::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_Social_ReportPopup_C_BndEvt__WBP_MainMenu_Social_ReportPopup_ReportCommentTextField_K2Node_ComponentBoundEvent_0_OnMultiLineEditableTextCommittedEvent__DelegateSignature \ +static_assert(alignof(WBP_MainMenu_Social_ReportPopup_C_BndEvt__WBP_MainMenu_Social_ReportPopup_ReportCommentTextField_K2Node_ComponentBoundEvent_0_OnMultiLineEditableTextCommittedEvent__DelegateSignature) == 0x000008, "Wrong alignment on WBP_MainMenu_Social_ReportPopup_C_BndEvt__WBP_MainMenu_Social_ReportPopup_ReportCommentTextField_K2Node_ComponentBoundEvent_0_OnMultiLineEditableTextCommittedEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_MainMenu_Social_ReportPopup_C_BndEvt__WBP_MainMenu_Social_ReportPopup_ReportCommentTextField_K2Node_ComponentBoundEvent_0_OnMultiLineEditableTextCommittedEvent__DelegateSignature) == 0x000020, "Wrong size on WBP_MainMenu_Social_ReportPopup_C_BndEvt__WBP_MainMenu_Social_ReportPopup_ReportCommentTextField_K2Node_ComponentBoundEvent_0_OnMultiLineEditableTextCommittedEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_MainMenu_Social_ReportPopup_C_BndEvt__WBP_MainMenu_Social_ReportPopup_ReportCommentTextField_K2Node_ComponentBoundEvent_0_OnMultiLineEditableTextCommittedEvent__DelegateSignature, Text) == 0x000000, "Member 'WBP_MainMenu_Social_ReportPopup_C_BndEvt__WBP_MainMenu_Social_ReportPopup_ReportCommentTextField_K2Node_ComponentBoundEvent_0_OnMultiLineEditableTextCommittedEvent__DelegateSignature::Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Social_ReportPopup_C_BndEvt__WBP_MainMenu_Social_ReportPopup_ReportCommentTextField_K2Node_ComponentBoundEvent_0_OnMultiLineEditableTextCommittedEvent__DelegateSignature, CommitMethod) == 0x000018, "Member 'WBP_MainMenu_Social_ReportPopup_C_BndEvt__WBP_MainMenu_Social_ReportPopup_ReportCommentTextField_K2Node_ComponentBoundEvent_0_OnMultiLineEditableTextCommittedEvent__DelegateSignature::CommitMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_Social_ReportPopup_C_SetPlayerName \ +static_assert(alignof(WBP_MainMenu_Social_ReportPopup_C_SetPlayerName) == 0x000008, "Wrong alignment on WBP_MainMenu_Social_ReportPopup_C_SetPlayerName"); \ +static_assert(sizeof(WBP_MainMenu_Social_ReportPopup_C_SetPlayerName) == 0x000080, "Wrong size on WBP_MainMenu_Social_ReportPopup_C_SetPlayerName"); \ +static_assert(offsetof(WBP_MainMenu_Social_ReportPopup_C_SetPlayerName, PlayerName) == 0x000000, "Member 'WBP_MainMenu_Social_ReportPopup_C_SetPlayerName::PlayerName' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Social_ReportPopup_C_SetPlayerName, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'WBP_MainMenu_Social_ReportPopup_C_SetPlayerName::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Social_ReportPopup_C_SetPlayerName, K2Node_MakeArray_Array) == 0x000058, "Member 'WBP_MainMenu_Social_ReportPopup_C_SetPlayerName::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Social_ReportPopup_C_SetPlayerName, CallFunc_Format_ReturnValue) == 0x000068, "Member 'WBP_MainMenu_Social_ReportPopup_C_SetPlayerName::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MainMenu_Social_ReportPopup_C \ +static_assert(alignof(UWBP_MainMenu_Social_ReportPopup_C) == 0x000008, "Wrong alignment on UWBP_MainMenu_Social_ReportPopup_C"); \ +static_assert(sizeof(UWBP_MainMenu_Social_ReportPopup_C) == 0x0002C0, "Wrong size on UWBP_MainMenu_Social_ReportPopup_C"); \ +static_assert(offsetof(UWBP_MainMenu_Social_ReportPopup_C, UberGraphFrame) == 0x000290, "Member 'UWBP_MainMenu_Social_ReportPopup_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Social_ReportPopup_C, ReportCommentTextField) == 0x000298, "Member 'UWBP_MainMenu_Social_ReportPopup_C::ReportCommentTextField' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Social_ReportPopup_C, ReportPlayerLabel) == 0x0002A0, "Member 'UWBP_MainMenu_Social_ReportPopup_C::ReportPlayerLabel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Social_ReportPopup_C, TextBoxBackground) == 0x0002A8, "Member 'UWBP_MainMenu_Social_ReportPopup_C::TextBoxBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Social_ReportPopup_C, ReportText) == 0x0002B0, "Member 'UWBP_MainMenu_Social_ReportPopup_C::ReportText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton \ +static_assert(alignof(WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton) == 0x000008, "Wrong alignment on WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton"); \ +static_assert(sizeof(WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton) == 0x000048, "Wrong size on WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton"); \ +static_assert(offsetof(WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton, EntryPoint) == 0x000000, "Member 'WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton, Temp_object_Variable) == 0x000008, "Member 'WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton, K2Node_Event_bInHasFocus) == 0x000010, "Member 'WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton, K2Node_Event_bInIsHovered) == 0x000011, "Member 'WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton, K2Node_Event_IsDesignTime) == 0x000012, "Member 'WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton, K2Node_Event_bInIsDisabled) == 0x000013, "Member 'WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton, Temp_object_Variable_1) == 0x000018, "Member 'WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton, Temp_bool_Variable) == 0x000020, "Member 'WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton, K2Node_Select_Default) == 0x000028, "Member 'WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton, CallFunc_BreakVector2D_X) == 0x000030, "Member 'WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton, CallFunc_BreakVector2D_Y) == 0x000034, "Member 'WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton, CallFunc_SelectColor_ReturnValue) == 0x000038, "Member 'WBP_SecondaryButton_C_ExecuteUbergraph_WBP_SecondaryButton::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SecondaryButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_SecondaryButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_SecondaryButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_SecondaryButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_SecondaryButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_SecondaryButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_SecondaryButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SecondaryButton_C_PreConstruct \ +static_assert(alignof(WBP_SecondaryButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_SecondaryButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_SecondaryButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_SecondaryButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_SecondaryButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_SecondaryButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SecondaryButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_SecondaryButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_SecondaryButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_SecondaryButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_SecondaryButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_SecondaryButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_SecondaryButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SecondaryButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_SecondaryButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_SecondaryButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_SecondaryButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_SecondaryButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_SecondaryButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_SecondaryButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SecondaryButton_C_OnHoverVisuals \ +static_assert(alignof(WBP_SecondaryButton_C_OnHoverVisuals) == 0x000001, "Wrong alignment on WBP_SecondaryButton_C_OnHoverVisuals"); \ +static_assert(sizeof(WBP_SecondaryButton_C_OnHoverVisuals) == 0x000001, "Wrong size on WBP_SecondaryButton_C_OnHoverVisuals"); \ +static_assert(offsetof(WBP_SecondaryButton_C_OnHoverVisuals, bIsHovered) == 0x000000, "Member 'WBP_SecondaryButton_C_OnHoverVisuals::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SecondaryButton_C_OnFocusedVisuals \ +static_assert(alignof(WBP_SecondaryButton_C_OnFocusedVisuals) == 0x000008, "Wrong alignment on WBP_SecondaryButton_C_OnFocusedVisuals"); \ +static_assert(sizeof(WBP_SecondaryButton_C_OnFocusedVisuals) == 0x000078, "Wrong size on WBP_SecondaryButton_C_OnFocusedVisuals"); \ +static_assert(offsetof(WBP_SecondaryButton_C_OnFocusedVisuals, bIsFocused) == 0x000000, "Member 'WBP_SecondaryButton_C_OnFocusedVisuals::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_SecondaryButton_C_OnFocusedVisuals, Temp_object_Variable) == 0x000008, "Member 'WBP_SecondaryButton_C_OnFocusedVisuals::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SecondaryButton_C_OnFocusedVisuals, Temp_object_Variable_1) == 0x000010, "Member 'WBP_SecondaryButton_C_OnFocusedVisuals::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SecondaryButton_C_OnFocusedVisuals, Temp_bool_Variable) == 0x000018, "Member 'WBP_SecondaryButton_C_OnFocusedVisuals::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SecondaryButton_C_OnFocusedVisuals, Temp_object_Variable_2) == 0x000020, "Member 'WBP_SecondaryButton_C_OnFocusedVisuals::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SecondaryButton_C_OnFocusedVisuals, Temp_object_Variable_3) == 0x000028, "Member 'WBP_SecondaryButton_C_OnFocusedVisuals::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SecondaryButton_C_OnFocusedVisuals, CallFunc_SelectColor_ReturnValue) == 0x000030, "Member 'WBP_SecondaryButton_C_OnFocusedVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SecondaryButton_C_OnFocusedVisuals, K2Node_Select_Default) == 0x000040, "Member 'WBP_SecondaryButton_C_OnFocusedVisuals::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_SecondaryButton_C_OnFocusedVisuals, CallFunc_SelectColor_ReturnValue_1) == 0x000048, "Member 'WBP_SecondaryButton_C_OnFocusedVisuals::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SecondaryButton_C_OnFocusedVisuals, CallFunc_PlayAnimation_ReturnValue) == 0x000058, "Member 'WBP_SecondaryButton_C_OnFocusedVisuals::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SecondaryButton_C_OnFocusedVisuals, Temp_bool_Variable_1) == 0x000060, "Member 'WBP_SecondaryButton_C_OnFocusedVisuals::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SecondaryButton_C_OnFocusedVisuals, CallFunc_PlayAnimation_ReturnValue_1) == 0x000068, "Member 'WBP_SecondaryButton_C_OnFocusedVisuals::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SecondaryButton_C_OnFocusedVisuals, K2Node_Select_Default_1) == 0x000070, "Member 'WBP_SecondaryButton_C_OnFocusedVisuals::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SecondaryButton_C_OnDisabledVisuals \ +static_assert(alignof(WBP_SecondaryButton_C_OnDisabledVisuals) == 0x000004, "Wrong alignment on WBP_SecondaryButton_C_OnDisabledVisuals"); \ +static_assert(sizeof(WBP_SecondaryButton_C_OnDisabledVisuals) == 0x000008, "Wrong size on WBP_SecondaryButton_C_OnDisabledVisuals"); \ +static_assert(offsetof(WBP_SecondaryButton_C_OnDisabledVisuals, bIsDisabled_0) == 0x000000, "Member 'WBP_SecondaryButton_C_OnDisabledVisuals::bIsDisabled_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_SecondaryButton_C_OnDisabledVisuals, CallFunc_SelectFloat_ReturnValue) == 0x000004, "Member 'WBP_SecondaryButton_C_OnDisabledVisuals::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SecondaryButton_C_RefreshVisual \ +static_assert(alignof(WBP_SecondaryButton_C_RefreshVisual) == 0x000001, "Wrong alignment on WBP_SecondaryButton_C_RefreshVisual"); \ +static_assert(sizeof(WBP_SecondaryButton_C_RefreshVisual) == 0x000002, "Wrong size on WBP_SecondaryButton_C_RefreshVisual"); \ +static_assert(offsetof(WBP_SecondaryButton_C_RefreshVisual, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000000, "Member 'WBP_SecondaryButton_C_RefreshVisual::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SecondaryButton_C_RefreshVisual, CallFunc_IsHovered_ReturnValue) == 0x000001, "Member 'WBP_SecondaryButton_C_RefreshVisual::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SecondaryButton_C_SetButtonText \ +static_assert(alignof(WBP_SecondaryButton_C_SetButtonText) == 0x000008, "Wrong alignment on WBP_SecondaryButton_C_SetButtonText"); \ +static_assert(sizeof(WBP_SecondaryButton_C_SetButtonText) == 0x000018, "Wrong size on WBP_SecondaryButton_C_SetButtonText"); \ +static_assert(offsetof(WBP_SecondaryButton_C_SetButtonText, InButtonText) == 0x000000, "Member 'WBP_SecondaryButton_C_SetButtonText::InButtonText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SecondaryButton_C_GetText \ +static_assert(alignof(WBP_SecondaryButton_C_GetText) == 0x000008, "Wrong alignment on WBP_SecondaryButton_C_GetText"); \ +static_assert(sizeof(WBP_SecondaryButton_C_GetText) == 0x000030, "Wrong size on WBP_SecondaryButton_C_GetText"); \ +static_assert(offsetof(WBP_SecondaryButton_C_GetText, OutText) == 0x000000, "Member 'WBP_SecondaryButton_C_GetText::OutText' has a wrong offset!"); \ +static_assert(offsetof(WBP_SecondaryButton_C_GetText, CallFunc_GetText_ReturnValue) == 0x000018, "Member 'WBP_SecondaryButton_C_GetText::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SecondaryButton_C \ +static_assert(alignof(UWBP_SecondaryButton_C) == 0x000008, "Wrong alignment on UWBP_SecondaryButton_C"); \ +static_assert(sizeof(UWBP_SecondaryButton_C) == 0x0003D8, "Wrong size on UWBP_SecondaryButton_C"); \ +static_assert(offsetof(UWBP_SecondaryButton_C, UberGraphFrame) == 0x000370, "Member 'UWBP_SecondaryButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SecondaryButton_C, FocusedAnimation) == 0x000378, "Member 'UWBP_SecondaryButton_C::FocusedAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SecondaryButton_C, Image_Background) == 0x000380, "Member 'UWBP_SecondaryButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SecondaryButton_C, Image_Background_1) == 0x000388, "Member 'UWBP_SecondaryButton_C::Image_Background_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SecondaryButton_C, Image_BorderButton) == 0x000390, "Member 'UWBP_SecondaryButton_C::Image_BorderButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SecondaryButton_C, Name_T) == 0x000398, "Member 'UWBP_SecondaryButton_C::Name_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SecondaryButton_C, Overlay_Button) == 0x0003A0, "Member 'UWBP_SecondaryButton_C::Overlay_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SecondaryButton_C, Root_SB) == 0x0003A8, "Member 'UWBP_SecondaryButton_C::Root_SB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SecondaryButton_C, DefaultTextValue) == 0x0003B0, "Member 'UWBP_SecondaryButton_C::DefaultTextValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SecondaryButton_C, InititalSize) == 0x0003C8, "Member 'UWBP_SecondaryButton_C::InititalSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SecondaryButton_C, UseSecondaryColor) == 0x0003D0, "Member 'UWBP_SecondaryButton_C::UseSecondaryColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_Timer_C \ +static_assert(alignof(UWBP_UI_Widget_Timer_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_Timer_C"); \ +static_assert(sizeof(UWBP_UI_Widget_Timer_C) == 0x0002C8, "Wrong size on UWBP_UI_Widget_Timer_C"); \ +static_assert(offsetof(UWBP_UI_Widget_Timer_C, Text_Timer_ERROR_DUPLICATE_0) == 0x0002A0, "Member 'UWBP_UI_Widget_Timer_C::Text_Timer_ERROR_DUPLICATE_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Timer_C, StartTimer) == 0x0002A8, "Member 'UWBP_UI_Widget_Timer_C::StartTimer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Timer_C, NewVar_0) == 0x0002B0, "Member 'UWBP_UI_Widget_Timer_C::NewVar_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton \ +static_assert(alignof(WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton) == 0x000008, "Wrong alignment on WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton"); \ +static_assert(sizeof(WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton) == 0x000110, "Wrong size on WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton"); \ +static_assert(offsetof(WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton, EntryPoint) == 0x000000, "Member 'WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton, Temp_bool_Variable) == 0x000004, "Member 'WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton, Temp_bool_Variable_1) == 0x000005, "Member 'WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton, K2Node_Event_IsDesignTime) == 0x000006, "Member 'WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton, K2Node_Event_bInHasFocus) == 0x000007, "Member 'WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000008, "Member 'WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton, K2Node_Event_bInIsDisabled) == 0x000018, "Member 'WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton, K2Node_MakeStruct_SBZButtonControlReference) == 0x000030, "Member 'WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000068, "Member 'WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton, Temp_bool_Variable_2) == 0x0000A0, "Member 'WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton, K2Node_MakeArray_Array) == 0x0000A8, "Member 'WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton, K2Node_MakeStruct_SBZButtonControlsReference) == 0x0000B8, "Member 'WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton, K2Node_Select_Default) == 0x0000E0, "Member 'WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton, K2Node_Select_Default_1) == 0x0000F0, "Member 'WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton, K2Node_Select_Default_2) == 0x000100, "Member 'WBP_UI_PlayerCardContainer_FilterButton_C_ExecuteUbergraph_WBP_UI_PlayerCardContainer_FilterButton::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PlayerCardContainer_FilterButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_UI_PlayerCardContainer_FilterButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_UI_PlayerCardContainer_FilterButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_UI_PlayerCardContainer_FilterButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_UI_PlayerCardContainer_FilterButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_UI_PlayerCardContainer_FilterButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_UI_PlayerCardContainer_FilterButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PlayerCardContainer_FilterButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_PlayerCardContainer_FilterButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_PlayerCardContainer_FilterButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_PlayerCardContainer_FilterButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_PlayerCardContainer_FilterButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_PlayerCardContainer_FilterButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_PlayerCardContainer_FilterButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PlayerCardContainer_FilterButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_PlayerCardContainer_FilterButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_PlayerCardContainer_FilterButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_PlayerCardContainer_FilterButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_PlayerCardContainer_FilterButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_PlayerCardContainer_FilterButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_PlayerCardContainer_FilterButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PlayerCardContainer_FilterButton_C_OnReferenceSelected \ +static_assert(alignof(WBP_UI_PlayerCardContainer_FilterButton_C_OnReferenceSelected) == 0x000008, "Wrong alignment on WBP_UI_PlayerCardContainer_FilterButton_C_OnReferenceSelected"); \ +static_assert(sizeof(WBP_UI_PlayerCardContainer_FilterButton_C_OnReferenceSelected) == 0x000030, "Wrong size on WBP_UI_PlayerCardContainer_FilterButton_C_OnReferenceSelected"); \ +static_assert(offsetof(WBP_UI_PlayerCardContainer_FilterButton_C_OnReferenceSelected, ActionName) == 0x000000, "Member 'WBP_UI_PlayerCardContainer_FilterButton_C_OnReferenceSelected::ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PlayerCardContainer_FilterButton_C_OnReferenceSelected, K2Node_SwitchName_CmpSuccess) == 0x00000C, "Member 'WBP_UI_PlayerCardContainer_FilterButton_C_OnReferenceSelected::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PlayerCardContainer_FilterButton_C_OnReferenceSelected, CallFunc_MakeLiteralName_ReturnValue) == 0x000010, "Member 'WBP_UI_PlayerCardContainer_FilterButton_C_OnReferenceSelected::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PlayerCardContainer_FilterButton_C_OnReferenceSelected, CallFunc_GetUIManager_ReturnValue) == 0x000020, "Member 'WBP_UI_PlayerCardContainer_FilterButton_C_OnReferenceSelected::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PlayerCardContainer_FilterButton_C_OnReferenceSelected, CallFunc_TryRemoveFromStack_ReturnValue) == 0x000028, "Member 'WBP_UI_PlayerCardContainer_FilterButton_C_OnReferenceSelected::CallFunc_TryRemoveFromStack_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PlayerCardContainer_FilterButton_C_SetIcon \ +static_assert(alignof(WBP_UI_PlayerCardContainer_FilterButton_C_SetIcon) == 0x000008, "Wrong alignment on WBP_UI_PlayerCardContainer_FilterButton_C_SetIcon"); \ +static_assert(sizeof(WBP_UI_PlayerCardContainer_FilterButton_C_SetIcon) == 0x000018, "Wrong size on WBP_UI_PlayerCardContainer_FilterButton_C_SetIcon"); \ +static_assert(offsetof(WBP_UI_PlayerCardContainer_FilterButton_C_SetIcon, Icon) == 0x000000, "Member 'WBP_UI_PlayerCardContainer_FilterButton_C_SetIcon::Icon' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PlayerCardContainer_FilterButton_C_SetIcon, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000008, "Member 'WBP_UI_PlayerCardContainer_FilterButton_C_SetIcon::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_PlayerCardContainer_FilterButton_C \ +static_assert(alignof(UWBP_UI_PlayerCardContainer_FilterButton_C) == 0x000008, "Wrong alignment on UWBP_UI_PlayerCardContainer_FilterButton_C"); \ +static_assert(sizeof(UWBP_UI_PlayerCardContainer_FilterButton_C) == 0x0003B8, "Wrong size on UWBP_UI_PlayerCardContainer_FilterButton_C"); \ +static_assert(offsetof(UWBP_UI_PlayerCardContainer_FilterButton_C, UberGraphFrame) == 0x000370, "Member 'UWBP_UI_PlayerCardContainer_FilterButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PlayerCardContainer_FilterButton_C, Icon_Image) == 0x000378, "Member 'UWBP_UI_PlayerCardContainer_FilterButton_C::Icon_Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PlayerCardContainer_FilterButton_C, ButtonIcon) == 0x000380, "Member 'UWBP_UI_PlayerCardContainer_FilterButton_C::ButtonIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PlayerCardContainer_FilterButton_C, ActiveColor) == 0x000388, "Member 'UWBP_UI_PlayerCardContainer_FilterButton_C::ActiveColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PlayerCardContainer_FilterButton_C, InactiveColor) == 0x000398, "Member 'UWBP_UI_PlayerCardContainer_FilterButton_C::InactiveColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PlayerCardContainer_FilterButton_C, HoverColor) == 0x0003A8, "Member 'UWBP_UI_PlayerCardContainer_FilterButton_C::HoverColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer \ +static_assert(alignof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer) == 0x000008, "Wrong alignment on WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer) == 0x0001E0, "Wrong size on WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, EntryPoint) == 0x000000, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, Temp_byte_Variable) == 0x000004, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, Temp_bool_Variable) == 0x000005, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, Temp_byte_Variable_2) == 0x000007, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_SwitchEnum_CmpSuccess) == 0x000008, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000009, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, Temp_byte_Variable_3) == 0x00000A, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_ComponentBoundEvent_Button_11) == 0x000010, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_ComponentBoundEvent_Button_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_ComponentBoundEvent_Button_10) == 0x000018, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_ComponentBoundEvent_Button_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_ComponentBoundEvent_Button_9) == 0x000020, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_ComponentBoundEvent_Button_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_ComponentBoundEvent_Button_8) == 0x000028, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_ComponentBoundEvent_Button_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_ComponentBoundEvent_Button_7) == 0x000030, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_ComponentBoundEvent_Button_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_ComponentBoundEvent_Button_6) == 0x000038, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_ComponentBoundEvent_Button_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_ComponentBoundEvent_Button_5) == 0x000040, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_ComponentBoundEvent_Button_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_CreateDelegate_OutputDelegate) == 0x000048, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_DynamicCast_AsWBP_UI_Social_Screen) == 0x000060, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_DynamicCast_AsWBP_UI_Social_Screen' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_ComponentBoundEvent_Button_4) == 0x000070, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_ComponentBoundEvent_Button_3) == 0x000078, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_ComponentBoundEvent_bIsEnabled_2) == 0x000080, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_ComponentBoundEvent_bIsEnabled_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_ComponentBoundEvent_Button_2) == 0x000088, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x000090, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_MakeMap_Map) == 0x000098, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_MakeMap_Map_1) == 0x0000E8, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_MakeMap_Map_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_DynamicCast_AsWBP_UI_Social_Screen_1) == 0x000138, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_DynamicCast_AsWBP_UI_Social_Screen_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_DynamicCast_bSuccess_1) == 0x000140, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_MakeMap_Map_2) == 0x000148, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_MakeMap_Map_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_DynamicCast_AsWBP_UI_Social_Screen_2) == 0x000198, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_DynamicCast_AsWBP_UI_Social_Screen_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_DynamicCast_bSuccess_2) == 0x0001A0, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_Event_IsDesignTime) == 0x0001A1, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_ComponentBoundEvent_CurrentOffset_1) == 0x0001A4, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_ComponentBoundEvent_CurrentOffset_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_ComponentBoundEvent_CurrentOffset) == 0x0001A8, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_ComponentBoundEvent_CurrentOffset' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_ComponentBoundEvent_Button_1) == 0x0001B0, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_ComponentBoundEvent_bIsEnabled) == 0x0001B8, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0001B9, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_ComponentBoundEvent_Button) == 0x0001C0, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_Select_Default) == 0x0001C8, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_Event_MenuButton) == 0x0001D0, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_Event_MenuButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_Event_bIsFocused) == 0x0001D8, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_Event_bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, Temp_bool_Variable_1) == 0x0001D9, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer, K2Node_Select_Default_1) == 0x0001DA, "Member 'WBP_PlayerCardContainer_C_ExecuteUbergraph_WBP_PlayerCardContainer::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_OnPlayerCardFocused \ +static_assert(alignof(WBP_PlayerCardContainer_C_OnPlayerCardFocused) == 0x000008, "Wrong alignment on WBP_PlayerCardContainer_C_OnPlayerCardFocused"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_OnPlayerCardFocused) == 0x000010, "Wrong size on WBP_PlayerCardContainer_C_OnPlayerCardFocused"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_OnPlayerCardFocused, MenuButton) == 0x000000, "Member 'WBP_PlayerCardContainer_C_OnPlayerCardFocused::MenuButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_OnPlayerCardFocused, bIsFocused) == 0x000008, "Member 'WBP_PlayerCardContainer_C_OnPlayerCardFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_AddContactButton_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_AddContactButton_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_AddContactButton_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_AddContactButton_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_AddContactButton_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_AddContactButton_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_AddContactButton_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_AddContactButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_AddContactButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_AddContactButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_AddContactButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_AddContactButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_AddContactButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_AddContactButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_AddContactButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_AddContactButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_SBZScrollBox_110_K2Node_ComponentBoundEvent_8_OnUserScrolledEvent__DelegateSignature \ +static_assert(alignof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_SBZScrollBox_110_K2Node_ComponentBoundEvent_8_OnUserScrolledEvent__DelegateSignature) == 0x000004, "Wrong alignment on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_SBZScrollBox_110_K2Node_ComponentBoundEvent_8_OnUserScrolledEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_SBZScrollBox_110_K2Node_ComponentBoundEvent_8_OnUserScrolledEvent__DelegateSignature) == 0x000004, "Wrong size on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_SBZScrollBox_110_K2Node_ComponentBoundEvent_8_OnUserScrolledEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_SBZScrollBox_110_K2Node_ComponentBoundEvent_8_OnUserScrolledEvent__DelegateSignature, CurrentOffset) == 0x000000, "Member 'WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_SBZScrollBox_110_K2Node_ComponentBoundEvent_8_OnUserScrolledEvent__DelegateSignature::CurrentOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_ScrollBox_PlayerCardList_Horizontal_K2Node_ComponentBoundEvent_6_OnUserScrolledEvent__DelegateSignature \ +static_assert(alignof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_ScrollBox_PlayerCardList_Horizontal_K2Node_ComponentBoundEvent_6_OnUserScrolledEvent__DelegateSignature) == 0x000004, "Wrong alignment on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_ScrollBox_PlayerCardList_Horizontal_K2Node_ComponentBoundEvent_6_OnUserScrolledEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_ScrollBox_PlayerCardList_Horizontal_K2Node_ComponentBoundEvent_6_OnUserScrolledEvent__DelegateSignature) == 0x000004, "Wrong size on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_ScrollBox_PlayerCardList_Horizontal_K2Node_ComponentBoundEvent_6_OnUserScrolledEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_ScrollBox_PlayerCardList_Horizontal_K2Node_ComponentBoundEvent_6_OnUserScrolledEvent__DelegateSignature, CurrentOffset) == 0x000000, "Member 'WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_ScrollBox_PlayerCardList_Horizontal_K2Node_ComponentBoundEvent_6_OnUserScrolledEvent__DelegateSignature::CurrentOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_PreConstruct \ +static_assert(alignof(WBP_PlayerCardContainer_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_PlayerCardContainer_C_PreConstruct"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_PreConstruct) == 0x000001, "Wrong size on WBP_PlayerCardContainer_C_PreConstruct"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_PlayerCardContainer_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_ContainerFilter_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_ContainerFilter_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_ContainerFilter_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_ContainerFilter_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_ContainerFilter_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_ContainerFilter_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_ContainerFilter_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_ContainerFilter_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_ContainerFilter_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_LeaveParty_Button_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_LeaveParty_Button_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_LeaveParty_Button_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_LeaveParty_Button_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_LeaveParty_Button_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_LeaveParty_Button_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_LeaveParty_Button_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_LeaveParty_Button_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_LeaveParty_Button_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_LeaveParty_Button_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_LeaveParty_Button_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_LeaveParty_Button_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_LeaveParty_Button_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_LeaveParty_Button_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_LeaveParty_Button_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_LeaveParty_Button_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Windows_Filter_K2Node_ComponentBoundEvent_24_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Windows_Filter_K2Node_ComponentBoundEvent_24_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Windows_Filter_K2Node_ComponentBoundEvent_24_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Windows_Filter_K2Node_ComponentBoundEvent_24_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Windows_Filter_K2Node_ComponentBoundEvent_24_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Windows_Filter_K2Node_ComponentBoundEvent_24_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Windows_Filter_K2Node_ComponentBoundEvent_24_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Windows_Filter_K2Node_ComponentBoundEvent_23_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Windows_Filter_K2Node_ComponentBoundEvent_23_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Windows_Filter_K2Node_ComponentBoundEvent_23_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Windows_Filter_K2Node_ComponentBoundEvent_23_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Windows_Filter_K2Node_ComponentBoundEvent_23_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Windows_Filter_K2Node_ComponentBoundEvent_23_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Windows_Filter_K2Node_ComponentBoundEvent_23_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Xbox_Filter_K2Node_ComponentBoundEvent_20_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Xbox_Filter_K2Node_ComponentBoundEvent_20_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Xbox_Filter_K2Node_ComponentBoundEvent_20_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Xbox_Filter_K2Node_ComponentBoundEvent_20_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Xbox_Filter_K2Node_ComponentBoundEvent_20_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Xbox_Filter_K2Node_ComponentBoundEvent_20_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Xbox_Filter_K2Node_ComponentBoundEvent_20_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Playstation_Filter_K2Node_ComponentBoundEvent_19_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Playstation_Filter_K2Node_ComponentBoundEvent_19_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Playstation_Filter_K2Node_ComponentBoundEvent_19_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Playstation_Filter_K2Node_ComponentBoundEvent_19_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Playstation_Filter_K2Node_ComponentBoundEvent_19_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Playstation_Filter_K2Node_ComponentBoundEvent_19_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Playstation_Filter_K2Node_ComponentBoundEvent_19_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Playstation_Filter_K2Node_ComponentBoundEvent_18_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Playstation_Filter_K2Node_ComponentBoundEvent_18_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Playstation_Filter_K2Node_ComponentBoundEvent_18_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Playstation_Filter_K2Node_ComponentBoundEvent_18_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Playstation_Filter_K2Node_ComponentBoundEvent_18_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Playstation_Filter_K2Node_ComponentBoundEvent_18_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Playstation_Filter_K2Node_ComponentBoundEvent_18_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Xbox_Filter_K2Node_ComponentBoundEvent_17_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Xbox_Filter_K2Node_ComponentBoundEvent_17_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Xbox_Filter_K2Node_ComponentBoundEvent_17_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Xbox_Filter_K2Node_ComponentBoundEvent_17_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Xbox_Filter_K2Node_ComponentBoundEvent_17_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Xbox_Filter_K2Node_ComponentBoundEvent_17_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_Xbox_Filter_K2Node_ComponentBoundEvent_17_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_ContainerFilter_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_ContainerFilter_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_ContainerFilter_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_ContainerFilter_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_ContainerFilter_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_ContainerFilter_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_PlayerCardContainer_C_BndEvt__WBP_PlayerCardContainer_ContainerFilter_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_HideOpenedContextMenu \ +static_assert(alignof(WBP_PlayerCardContainer_C_HideOpenedContextMenu) == 0x000008, "Wrong alignment on WBP_PlayerCardContainer_C_HideOpenedContextMenu"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_HideOpenedContextMenu) == 0x000020, "Wrong size on WBP_PlayerCardContainer_C_HideOpenedContextMenu"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_HideOpenedContextMenu, K2Node_DynamicCast_AsWBP_UI_Social_Screen) == 0x000000, "Member 'WBP_PlayerCardContainer_C_HideOpenedContextMenu::K2Node_DynamicCast_AsWBP_UI_Social_Screen' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_HideOpenedContextMenu, K2Node_DynamicCast_bSuccess) == 0x000008, "Member 'WBP_PlayerCardContainer_C_HideOpenedContextMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_HideOpenedContextMenu, CallFunc_IsContextMenuDisplayed_ContextMenu) == 0x000010, "Member 'WBP_PlayerCardContainer_C_HideOpenedContextMenu::CallFunc_IsContextMenuDisplayed_ContextMenu' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_HideOpenedContextMenu, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_PlayerCardContainer_C_HideOpenedContextMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_HandleButtonFocusChanged \ +static_assert(alignof(WBP_PlayerCardContainer_C_HandleButtonFocusChanged) == 0x000008, "Wrong alignment on WBP_PlayerCardContainer_C_HandleButtonFocusChanged"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_HandleButtonFocusChanged) == 0x0000C0, "Wrong size on WBP_PlayerCardContainer_C_HandleButtonFocusChanged"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_HandleButtonFocusChanged, Button) == 0x000000, "Member 'WBP_PlayerCardContainer_C_HandleButtonFocusChanged::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_HandleButtonFocusChanged, IsButtonEnabled) == 0x000008, "Member 'WBP_PlayerCardContainer_C_HandleButtonFocusChanged::IsButtonEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_HandleButtonFocusChanged, ButtonActionDisplayText) == 0x000010, "Member 'WBP_PlayerCardContainer_C_HandleButtonFocusChanged::ButtonActionDisplayText' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_HandleButtonFocusChanged, EmptyButtonActionDisplayText) == 0x000060, "Member 'WBP_PlayerCardContainer_C_HandleButtonFocusChanged::EmptyButtonActionDisplayText' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_HandleButtonFocusChanged, K2Node_DynamicCast_AsWBP_UI_Social_Screen) == 0x0000B0, "Member 'WBP_PlayerCardContainer_C_HandleButtonFocusChanged::K2Node_DynamicCast_AsWBP_UI_Social_Screen' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_HandleButtonFocusChanged, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'WBP_PlayerCardContainer_C_HandleButtonFocusChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_HandleButtonFocusChanged, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000B9, "Member 'WBP_PlayerCardContainer_C_HandleButtonFocusChanged::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_HandleFocusUpdateRequested \ +static_assert(alignof(WBP_PlayerCardContainer_C_HandleFocusUpdateRequested) == 0x000008, "Wrong alignment on WBP_PlayerCardContainer_C_HandleFocusUpdateRequested"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_HandleFocusUpdateRequested) == 0x000018, "Wrong size on WBP_PlayerCardContainer_C_HandleFocusUpdateRequested"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_HandleFocusUpdateRequested, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_PlayerCardContainer_C_HandleFocusUpdateRequested::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_HandleFocusUpdateRequested, K2Node_DynamicCast_AsWBP_UI_Social_Screen) == 0x000008, "Member 'WBP_PlayerCardContainer_C_HandleFocusUpdateRequested::K2Node_DynamicCast_AsWBP_UI_Social_Screen' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_HandleFocusUpdateRequested, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_PlayerCardContainer_C_HandleFocusUpdateRequested::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_HandleFocusUpdateRequested, CallFunc_UpdateFocus_bIsFocusUpdated) == 0x000011, "Member 'WBP_PlayerCardContainer_C_HandleFocusUpdateRequested::CallFunc_UpdateFocus_bIsFocusUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_SetResultsWidgetSwitcherIndex \ +static_assert(alignof(WBP_PlayerCardContainer_C_SetResultsWidgetSwitcherIndex) == 0x000004, "Wrong alignment on WBP_PlayerCardContainer_C_SetResultsWidgetSwitcherIndex"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_SetResultsWidgetSwitcherIndex) == 0x000018, "Wrong size on WBP_PlayerCardContainer_C_SetResultsWidgetSwitcherIndex"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_SetResultsWidgetSwitcherIndex, VisibleResults) == 0x000000, "Member 'WBP_PlayerCardContainer_C_SetResultsWidgetSwitcherIndex::VisibleResults' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_SetResultsWidgetSwitcherIndex, Temp_bool_Variable) == 0x000001, "Member 'WBP_PlayerCardContainer_C_SetResultsWidgetSwitcherIndex::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_SetResultsWidgetSwitcherIndex, Temp_int_Variable) == 0x000004, "Member 'WBP_PlayerCardContainer_C_SetResultsWidgetSwitcherIndex::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_SetResultsWidgetSwitcherIndex, Temp_int_Variable_1) == 0x000008, "Member 'WBP_PlayerCardContainer_C_SetResultsWidgetSwitcherIndex::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_SetResultsWidgetSwitcherIndex, CallFunc_HasAnyChildren_ReturnValue) == 0x00000C, "Member 'WBP_PlayerCardContainer_C_SetResultsWidgetSwitcherIndex::CallFunc_HasAnyChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_SetResultsWidgetSwitcherIndex, K2Node_Select_Default) == 0x000010, "Member 'WBP_PlayerCardContainer_C_SetResultsWidgetSwitcherIndex::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_SetResultsWidgetSwitcherIndex, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000014, "Member 'WBP_PlayerCardContainer_C_SetResultsWidgetSwitcherIndex::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_SetResultsWidgetSwitcherIndex, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000015, "Member 'WBP_PlayerCardContainer_C_SetResultsWidgetSwitcherIndex::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_SetResultsWidgetSwitcherIndex, CallFunc_BooleanOR_ReturnValue) == 0x000016, "Member 'WBP_PlayerCardContainer_C_SetResultsWidgetSwitcherIndex::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_UpdateFocus \ +static_assert(alignof(WBP_PlayerCardContainer_C_UpdateFocus) == 0x000008, "Wrong alignment on WBP_PlayerCardContainer_C_UpdateFocus"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_UpdateFocus) == 0x000070, "Wrong size on WBP_PlayerCardContainer_C_UpdateFocus"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, DestructedContextedMenu) == 0x000000, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::DestructedContextedMenu' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, DestructedContextedFocusedButton) == 0x000008, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::DestructedContextedFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, bIsFocusUpdated) == 0x000010, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::bIsFocusUpdated' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, PlayerCardList) == 0x000018, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::PlayerCardList' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, FirstVisibleOfContainer) == 0x000020, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::FirstVisibleOfContainer' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, PlayerCardToFocus) == 0x000028, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::PlayerCardToFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, Temp_bool_Variable) == 0x000030, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, CallFunc_Not_PreBool_ReturnValue) == 0x000031, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, CallFunc_GetChildrenCount_ReturnValue) == 0x000034, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000038, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000039, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, CallFunc_BooleanOR_ReturnValue) == 0x00003A, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, CallFunc_IsValid_ReturnValue) == 0x00003B, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, CallFunc_IsValid_ReturnValue_1) == 0x00003C, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, Temp_int_Variable) == 0x000040, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, CallFunc_GetChildAt_ReturnValue) == 0x000048, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, CallFunc_IsValid_ReturnValue_2) == 0x000050, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, K2Node_DynamicCast_AsWBP_UI_Social_Player_Card) == 0x000058, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::K2Node_DynamicCast_AsWBP_UI_Social_Player_Card' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, CallFunc_Not_PreBool_ReturnValue_1) == 0x000061, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, CallFunc_IsSamePlayer_ReturnValue) == 0x000062, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::CallFunc_IsSamePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000063, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, CallFunc_BooleanOR_ReturnValue_1) == 0x000064, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, CallFunc_IsVisible_ReturnValue) == 0x000065, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00006C, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, CallFunc_BooleanAND_ReturnValue) == 0x00006D, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, CallFunc_IsValid_ReturnValue_3) == 0x00006E, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_UpdateFocus, CallFunc_IsValid_ReturnValue_4) == 0x00006F, "Member 'WBP_PlayerCardContainer_C_UpdateFocus::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_LockScrollBar \ +static_assert(alignof(WBP_PlayerCardContainer_C_LockScrollBar) == 0x000004, "Wrong alignment on WBP_PlayerCardContainer_C_LockScrollBar"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_LockScrollBar) == 0x000010, "Wrong size on WBP_PlayerCardContainer_C_LockScrollBar"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_LockScrollBar, LockScroll_0) == 0x000000, "Member 'WBP_PlayerCardContainer_C_LockScrollBar::LockScroll_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_LockScrollBar, CallFunc_GetScrollOffset_ReturnValue) == 0x000004, "Member 'WBP_PlayerCardContainer_C_LockScrollBar::CallFunc_GetScrollOffset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_LockScrollBar, CallFunc_GetScrollOffset_ReturnValue_1) == 0x000008, "Member 'WBP_PlayerCardContainer_C_LockScrollBar::CallFunc_GetScrollOffset_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_LockScrollBar, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000C, "Member 'WBP_PlayerCardContainer_C_LockScrollBar::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_LockScrollBar, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00000D, "Member 'WBP_PlayerCardContainer_C_LockScrollBar::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_LockScrollBar, CallFunc_BooleanOR_ReturnValue) == 0x00000E, "Member 'WBP_PlayerCardContainer_C_LockScrollBar::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_InitPlatformFilterButtons \ +static_assert(alignof(WBP_PlayerCardContainer_C_InitPlatformFilterButtons) == 0x000008, "Wrong alignment on WBP_PlayerCardContainer_C_InitPlatformFilterButtons"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_InitPlatformFilterButtons) == 0x000030, "Wrong size on WBP_PlayerCardContainer_C_InitPlatformFilterButtons"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_InitPlatformFilterButtons, Temp_byte_Variable) == 0x000000, "Member 'WBP_PlayerCardContainer_C_InitPlatformFilterButtons::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_InitPlatformFilterButtons, Temp_byte_Variable_1) == 0x000001, "Member 'WBP_PlayerCardContainer_C_InitPlatformFilterButtons::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_InitPlatformFilterButtons, CallFunc_GetFirstPartyPlatform_ReturnValue) == 0x000002, "Member 'WBP_PlayerCardContainer_C_InitPlatformFilterButtons::CallFunc_GetFirstPartyPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_InitPlatformFilterButtons, Temp_bool_Variable) == 0x000003, "Member 'WBP_PlayerCardContainer_C_InitPlatformFilterButtons::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_InitPlatformFilterButtons, CallFunc_GetPlatformFromFirstPartyPlatformType_ReturnValue) == 0x000004, "Member 'WBP_PlayerCardContainer_C_InitPlatformFilterButtons::CallFunc_GetPlatformFromFirstPartyPlatformType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_InitPlatformFilterButtons, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000005, "Member 'WBP_PlayerCardContainer_C_InitPlatformFilterButtons::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_InitPlatformFilterButtons, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000006, "Member 'WBP_PlayerCardContainer_C_InitPlatformFilterButtons::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_InitPlatformFilterButtons, CallFunc_BooleanAND_ReturnValue) == 0x000007, "Member 'WBP_PlayerCardContainer_C_InitPlatformFilterButtons::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_InitPlatformFilterButtons, K2Node_DynamicCast_AsWBP_UI_Player_Card_Container_Filter_Button) == 0x000008, "Member 'WBP_PlayerCardContainer_C_InitPlatformFilterButtons::K2Node_DynamicCast_AsWBP_UI_Player_Card_Container_Filter_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_InitPlatformFilterButtons, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_PlayerCardContainer_C_InitPlatformFilterButtons::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_InitPlatformFilterButtons, CallFunc_GetUIManager_ReturnValue) == 0x000018, "Member 'WBP_PlayerCardContainer_C_InitPlatformFilterButtons::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_InitPlatformFilterButtons, K2Node_Select_Default) == 0x000020, "Member 'WBP_PlayerCardContainer_C_InitPlatformFilterButtons::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_InitPlatformFilterButtons, CallFunc_GetSpriteForPlatform_ReturnValue) == 0x000028, "Member 'WBP_PlayerCardContainer_C_InitPlatformFilterButtons::CallFunc_GetSpriteForPlatform_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_SetSearchingVisuals \ +static_assert(alignof(WBP_PlayerCardContainer_C_SetSearchingVisuals) == 0x000008, "Wrong alignment on WBP_PlayerCardContainer_C_SetSearchingVisuals"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_SetSearchingVisuals) == 0x000038, "Wrong size on WBP_PlayerCardContainer_C_SetSearchingVisuals"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_SetSearchingVisuals, SearchStarted) == 0x000000, "Member 'WBP_PlayerCardContainer_C_SetSearchingVisuals::SearchStarted' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_SetSearchingVisuals, K2Node_DynamicCast_AsWBP_UI_Social_Screen) == 0x000008, "Member 'WBP_PlayerCardContainer_C_SetSearchingVisuals::K2Node_DynamicCast_AsWBP_UI_Social_Screen' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_SetSearchingVisuals, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_PlayerCardContainer_C_SetSearchingVisuals::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_SetSearchingVisuals, CallFunc_HasAnyChildren_ReturnValue) == 0x000011, "Member 'WBP_PlayerCardContainer_C_SetSearchingVisuals::CallFunc_HasAnyChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_SetSearchingVisuals, CallFunc_GetCurrentText_ReturnValue) == 0x000018, "Member 'WBP_PlayerCardContainer_C_SetSearchingVisuals::CallFunc_GetCurrentText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_SetSearchingVisuals, CallFunc_TextIsEmpty_ReturnValue) == 0x000030, "Member 'WBP_PlayerCardContainer_C_SetSearchingVisuals::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_OnFilterTextChanged \ +static_assert(alignof(WBP_PlayerCardContainer_C_OnFilterTextChanged) == 0x000008, "Wrong alignment on WBP_PlayerCardContainer_C_OnFilterTextChanged"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_OnFilterTextChanged) == 0x000070, "Wrong size on WBP_PlayerCardContainer_C_OnFilterTextChanged"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_OnFilterTextChanged, InText) == 0x000000, "Member 'WBP_PlayerCardContainer_C_OnFilterTextChanged::InText' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_OnFilterTextChanged, CallFunc_Conv_TextToString_ReturnValue) == 0x000018, "Member 'WBP_PlayerCardContainer_C_OnFilterTextChanged::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_OnFilterTextChanged, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000028, "Member 'WBP_PlayerCardContainer_C_OnFilterTextChanged::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_OnFilterTextChanged, CallFunc_Len_ReturnValue) == 0x000038, "Member 'WBP_PlayerCardContainer_C_OnFilterTextChanged::CallFunc_Len_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_OnFilterTextChanged, CallFunc_Left_ReturnValue) == 0x000040, "Member 'WBP_PlayerCardContainer_C_OnFilterTextChanged::CallFunc_Left_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_OnFilterTextChanged, CallFunc_Greater_IntInt_ReturnValue) == 0x000050, "Member 'WBP_PlayerCardContainer_C_OnFilterTextChanged::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_OnFilterTextChanged, CallFunc_Conv_StringToText_ReturnValue) == 0x000058, "Member 'WBP_PlayerCardContainer_C_OnFilterTextChanged::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PlayerCardContainer_C_NavigateCards \ +static_assert(alignof(WBP_PlayerCardContainer_C_NavigateCards) == 0x000008, "Wrong alignment on WBP_PlayerCardContainer_C_NavigateCards"); \ +static_assert(sizeof(WBP_PlayerCardContainer_C_NavigateCards) == 0x0000C0, "Wrong size on WBP_PlayerCardContainer_C_NavigateCards"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, Navigation_0) == 0x000000, "Member 'WBP_PlayerCardContainer_C_NavigateCards::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, ReturnValue) == 0x000008, "Member 'WBP_PlayerCardContainer_C_NavigateCards::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, CardsPerRow) == 0x000010, "Member 'WBP_PlayerCardContainer_C_NavigateCards::CardsPerRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, K2Node_SwitchEnum_CmpSuccess) == 0x000014, "Member 'WBP_PlayerCardContainer_C_NavigateCards::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, CallFunc_GetAllChildren_ReturnValue) == 0x000018, "Member 'WBP_PlayerCardContainer_C_NavigateCards::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, CallFunc_GetAllChildren_ReturnValue_1) == 0x000028, "Member 'WBP_PlayerCardContainer_C_NavigateCards::CallFunc_GetAllChildren_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, Temp_bool_Variable) == 0x000038, "Member 'WBP_PlayerCardContainer_C_NavigateCards::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, CallFunc_Array_Find_ReturnValue) == 0x00003C, "Member 'WBP_PlayerCardContainer_C_NavigateCards::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, CallFunc_Array_LastIndex_ReturnValue) == 0x000040, "Member 'WBP_PlayerCardContainer_C_NavigateCards::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'WBP_PlayerCardContainer_C_NavigateCards::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, CallFunc_Array_Get_Item) == 0x000048, "Member 'WBP_PlayerCardContainer_C_NavigateCards::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, CallFunc_Divide_IntInt_ReturnValue) == 0x000050, "Member 'WBP_PlayerCardContainer_C_NavigateCards::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'WBP_PlayerCardContainer_C_NavigateCards::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, CallFunc_Add_IntInt_ReturnValue_1) == 0x000058, "Member 'WBP_PlayerCardContainer_C_NavigateCards::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, CallFunc_Multiply_IntInt_ReturnValue) == 0x00005C, "Member 'WBP_PlayerCardContainer_C_NavigateCards::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'WBP_PlayerCardContainer_C_NavigateCards::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, CallFunc_Subtract_IntInt_ReturnValue) == 0x000068, "Member 'WBP_PlayerCardContainer_C_NavigateCards::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, CallFunc_Array_IsValidIndex_ReturnValue) == 0x00006C, "Member 'WBP_PlayerCardContainer_C_NavigateCards::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00006D, "Member 'WBP_PlayerCardContainer_C_NavigateCards::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, Temp_bool_Variable_1) == 0x00006E, "Member 'WBP_PlayerCardContainer_C_NavigateCards::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, CallFunc_Array_Find_ReturnValue_1) == 0x000070, "Member 'WBP_PlayerCardContainer_C_NavigateCards::CallFunc_Array_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, Temp_bool_Variable_2) == 0x000074, "Member 'WBP_PlayerCardContainer_C_NavigateCards::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000078, "Member 'WBP_PlayerCardContainer_C_NavigateCards::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, CallFunc_Array_Get_Item_2) == 0x000080, "Member 'WBP_PlayerCardContainer_C_NavigateCards::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, K2Node_Select_Default) == 0x000088, "Member 'WBP_PlayerCardContainer_C_NavigateCards::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x000090, "Member 'WBP_PlayerCardContainer_C_NavigateCards::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, K2Node_Select_Default_1) == 0x000098, "Member 'WBP_PlayerCardContainer_C_NavigateCards::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, K2Node_Select_Default_2) == 0x0000A0, "Member 'WBP_PlayerCardContainer_C_NavigateCards::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, CallFunc_GetDesiredSize_ReturnValue) == 0x0000A8, "Member 'WBP_PlayerCardContainer_C_NavigateCards::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, CallFunc_BreakVector2D_X) == 0x0000B0, "Member 'WBP_PlayerCardContainer_C_NavigateCards::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, CallFunc_BreakVector2D_Y) == 0x0000B4, "Member 'WBP_PlayerCardContainer_C_NavigateCards::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000B8, "Member 'WBP_PlayerCardContainer_C_NavigateCards::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PlayerCardContainer_C_NavigateCards, CallFunc_FCeil_ReturnValue) == 0x0000BC, "Member 'WBP_PlayerCardContainer_C_NavigateCards::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PlayerCardContainer_C \ +static_assert(alignof(UWBP_PlayerCardContainer_C) == 0x000008, "Wrong alignment on UWBP_PlayerCardContainer_C"); \ +static_assert(sizeof(UWBP_PlayerCardContainer_C) == 0x000778, "Wrong size on UWBP_PlayerCardContainer_C"); \ +static_assert(offsetof(UWBP_PlayerCardContainer_C, UberGraphFrame) == 0x0006E0, "Member 'UWBP_PlayerCardContainer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PlayerCardContainer_C, AddContactButton) == 0x0006E8, "Member 'UWBP_PlayerCardContainer_C::AddContactButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PlayerCardContainer_C, ContainerFilter) == 0x0006F0, "Member 'UWBP_PlayerCardContainer_C::ContainerFilter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PlayerCardContainer_C, Filtering_Overlay) == 0x0006F8, "Member 'UWBP_PlayerCardContainer_C::Filtering_Overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PlayerCardContainer_C, MyCrew_T) == 0x000700, "Member 'UWBP_PlayerCardContainer_C::MyCrew_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PlayerCardContainer_C, NoPlayersFound_T) == 0x000708, "Member 'UWBP_PlayerCardContainer_C::NoPlayersFound_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PlayerCardContainer_C, NoResults_T) == 0x000710, "Member 'UWBP_PlayerCardContainer_C::NoResults_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PlayerCardContainer_C, PlayerCardList_SB) == 0x000718, "Member 'UWBP_PlayerCardContainer_C::PlayerCardList_SB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PlayerCardContainer_C, Results_Sb) == 0x000720, "Member 'UWBP_PlayerCardContainer_C::Results_Sb' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PlayerCardContainer_C, Searching_Hb) == 0x000728, "Member 'UWBP_PlayerCardContainer_C::Searching_Hb' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PlayerCardContainer_C, Widget_Loading) == 0x000730, "Member 'UWBP_PlayerCardContainer_C::Widget_Loading' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PlayerCardContainer_C, WidgetSwitcher_Results) == 0x000738, "Member 'UWBP_PlayerCardContainer_C::WidgetSwitcher_Results' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PlayerCardContainer_C, ParentStackScreen) == 0x000740, "Member 'UWBP_PlayerCardContainer_C::ParentStackScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PlayerCardContainer_C, LockScroll) == 0x000748, "Member 'UWBP_PlayerCardContainer_C::LockScroll' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PlayerCardContainer_C, ScrollBoxLockPos) == 0x00074C, "Member 'UWBP_PlayerCardContainer_C::ScrollBoxLockPos' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PlayerCardContainer_C, NoResultsTitle) == 0x000750, "Member 'UWBP_PlayerCardContainer_C::NoResultsTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PlayerCardContainer_C, SearchCharLimit) == 0x000768, "Member 'UWBP_PlayerCardContainer_C::SearchCharLimit' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PlayerCardContainer_C, ActiveButton) == 0x000770, "Member 'UWBP_PlayerCardContainer_C::ActiveButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar \ +static_assert(alignof(WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar) == 0x000008, "Wrong alignment on WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar"); \ +static_assert(sizeof(WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar) == 0x000050, "Wrong size on WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar, K2Node_Event_CurrentValueSetup) == 0x000004, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar::K2Node_Event_CurrentValueSetup' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar, K2Node_Event_MaxValueSetup) == 0x000008, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar::K2Node_Event_MaxValueSetup' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar, K2Node_Event_PercentageSetup) == 0x00000C, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar::K2Node_Event_PercentageSetup' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar, K2Node_Event_NewValue_1) == 0x000010, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar::K2Node_Event_NewValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar, K2Node_Event_OldPercentage_1) == 0x000014, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar::K2Node_Event_OldPercentage_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar, K2Node_Event_NewPercentage_1) == 0x000018, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar::K2Node_Event_NewPercentage_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar, K2Node_Event_NewValue) == 0x00001C, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar::K2Node_Event_NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar, K2Node_Event_OldPercentage) == 0x000020, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar::K2Node_Event_OldPercentage' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar, K2Node_Event_NewPercentage) == 0x000024, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar::K2Node_Event_NewPercentage' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar, K2Node_Event_IsDesignTime) == 0x000028, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar, K2Node_Event_StartOffset) == 0x00002C, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar::K2Node_Event_StartOffset' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar, K2Node_Event_EndOffset) == 0x000030, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar::K2Node_Event_EndOffset' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar, K2Node_MakeStruct_LinearColor) == 0x000034, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000048, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_SegmentedAttributeBar::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SegmentedAttributeBar_C_OnTraumaRatioChanged \ +static_assert(alignof(WBP_UI_Widget_SegmentedAttributeBar_C_OnTraumaRatioChanged) == 0x000004, "Wrong alignment on WBP_UI_Widget_SegmentedAttributeBar_C_OnTraumaRatioChanged"); \ +static_assert(sizeof(WBP_UI_Widget_SegmentedAttributeBar_C_OnTraumaRatioChanged) == 0x000008, "Wrong size on WBP_UI_Widget_SegmentedAttributeBar_C_OnTraumaRatioChanged"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_OnTraumaRatioChanged, StartOffset) == 0x000000, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_OnTraumaRatioChanged::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_OnTraumaRatioChanged, EndOffset) == 0x000004, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_OnTraumaRatioChanged::EndOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SegmentedAttributeBar_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_SegmentedAttributeBar_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_SegmentedAttributeBar_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_SegmentedAttributeBar_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_SegmentedAttributeBar_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SegmentedAttributeBar_C_OnMaxAttributeUpdate \ +static_assert(alignof(WBP_UI_Widget_SegmentedAttributeBar_C_OnMaxAttributeUpdate) == 0x000004, "Wrong alignment on WBP_UI_Widget_SegmentedAttributeBar_C_OnMaxAttributeUpdate"); \ +static_assert(sizeof(WBP_UI_Widget_SegmentedAttributeBar_C_OnMaxAttributeUpdate) == 0x00000C, "Wrong size on WBP_UI_Widget_SegmentedAttributeBar_C_OnMaxAttributeUpdate"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_OnMaxAttributeUpdate, NewValue) == 0x000000, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_OnMaxAttributeUpdate::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_OnMaxAttributeUpdate, OldPercentage) == 0x000004, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_OnMaxAttributeUpdate::OldPercentage' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_OnMaxAttributeUpdate, NewPercentage) == 0x000008, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_OnMaxAttributeUpdate::NewPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SegmentedAttributeBar_C_OnCurrentAttributeUpdate \ +static_assert(alignof(WBP_UI_Widget_SegmentedAttributeBar_C_OnCurrentAttributeUpdate) == 0x000004, "Wrong alignment on WBP_UI_Widget_SegmentedAttributeBar_C_OnCurrentAttributeUpdate"); \ +static_assert(sizeof(WBP_UI_Widget_SegmentedAttributeBar_C_OnCurrentAttributeUpdate) == 0x00000C, "Wrong size on WBP_UI_Widget_SegmentedAttributeBar_C_OnCurrentAttributeUpdate"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_OnCurrentAttributeUpdate, NewValue) == 0x000000, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_OnCurrentAttributeUpdate::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_OnCurrentAttributeUpdate, OldPercentage) == 0x000004, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_OnCurrentAttributeUpdate::OldPercentage' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_OnCurrentAttributeUpdate, NewPercentage) == 0x000008, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_OnCurrentAttributeUpdate::NewPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SegmentedAttributeBar_C_OnSetup \ +static_assert(alignof(WBP_UI_Widget_SegmentedAttributeBar_C_OnSetup) == 0x000004, "Wrong alignment on WBP_UI_Widget_SegmentedAttributeBar_C_OnSetup"); \ +static_assert(sizeof(WBP_UI_Widget_SegmentedAttributeBar_C_OnSetup) == 0x00000C, "Wrong size on WBP_UI_Widget_SegmentedAttributeBar_C_OnSetup"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_OnSetup, CurrentValueSetup) == 0x000000, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_OnSetup::CurrentValueSetup' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_OnSetup, MaxValueSetup) == 0x000004, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_OnSetup::MaxValueSetup' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_OnSetup, PercentageSetup) == 0x000008, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_OnSetup::PercentageSetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SegmentedAttributeBar_C_SetShaderProgress \ +static_assert(alignof(WBP_UI_Widget_SegmentedAttributeBar_C_SetShaderProgress) == 0x000004, "Wrong alignment on WBP_UI_Widget_SegmentedAttributeBar_C_SetShaderProgress"); \ +static_assert(sizeof(WBP_UI_Widget_SegmentedAttributeBar_C_SetShaderProgress) == 0x000004, "Wrong size on WBP_UI_Widget_SegmentedAttributeBar_C_SetShaderProgress"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_SetShaderProgress, Progress) == 0x000000, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_SetShaderProgress::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SegmentedAttributeBar_C_UpdateVisibility \ +static_assert(alignof(WBP_UI_Widget_SegmentedAttributeBar_C_UpdateVisibility) == 0x000001, "Wrong alignment on WBP_UI_Widget_SegmentedAttributeBar_C_UpdateVisibility"); \ +static_assert(sizeof(WBP_UI_Widget_SegmentedAttributeBar_C_UpdateVisibility) == 0x000005, "Wrong size on WBP_UI_Widget_SegmentedAttributeBar_C_UpdateVisibility"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_UpdateVisibility, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_UpdateVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_UpdateVisibility, Temp_byte_Variable) == 0x000001, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_UpdateVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_UpdateVisibility, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_UpdateVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_UpdateVisibility, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000003, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_UpdateVisibility::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SegmentedAttributeBar_C_UpdateVisibility, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_Widget_SegmentedAttributeBar_C_UpdateVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_SegmentedAttributeBar_C \ +static_assert(alignof(UWBP_UI_Widget_SegmentedAttributeBar_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_SegmentedAttributeBar_C"); \ +static_assert(sizeof(UWBP_UI_Widget_SegmentedAttributeBar_C) == 0x0003E8, "Wrong size on UWBP_UI_Widget_SegmentedAttributeBar_C"); \ +static_assert(offsetof(UWBP_UI_Widget_SegmentedAttributeBar_C, UberGraphFrame) == 0x000360, "Member 'UWBP_UI_Widget_SegmentedAttributeBar_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SegmentedAttributeBar_C, Shader) == 0x000368, "Member 'UWBP_UI_Widget_SegmentedAttributeBar_C::Shader' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SegmentedAttributeBar_C, MaxAttribute) == 0x000370, "Member 'UWBP_UI_Widget_SegmentedAttributeBar_C::MaxAttribute' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SegmentedAttributeBar_C, OnBuilt) == 0x000378, "Member 'UWBP_UI_Widget_SegmentedAttributeBar_C::OnBuilt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SegmentedAttributeBar_C, CurrentPercent) == 0x000388, "Member 'UWBP_UI_Widget_SegmentedAttributeBar_C::CurrentPercent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SegmentedAttributeBar_C, BackgroundColor) == 0x00038C, "Member 'UWBP_UI_Widget_SegmentedAttributeBar_C::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SegmentedAttributeBar_C, MainColor) == 0x00039C, "Member 'UWBP_UI_Widget_SegmentedAttributeBar_C::MainColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SegmentedAttributeBar_C, LaggingColor) == 0x0003AC, "Member 'UWBP_UI_Widget_SegmentedAttributeBar_C::LaggingColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SegmentedAttributeBar_C, TickThickness) == 0x0003BC, "Member 'UWBP_UI_Widget_SegmentedAttributeBar_C::TickThickness' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SegmentedAttributeBar_C, TickUpLimit) == 0x0003C0, "Member 'UWBP_UI_Widget_SegmentedAttributeBar_C::TickUpLimit' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SegmentedAttributeBar_C, TickDownLimit) == 0x0003C4, "Member 'UWBP_UI_Widget_SegmentedAttributeBar_C::TickDownLimit' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SegmentedAttributeBar_C, MaterialInst) == 0x0003C8, "Member 'UWBP_UI_Widget_SegmentedAttributeBar_C::MaterialInst' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SegmentedAttributeBar_C, TraumaColor) == 0x0003D0, "Member 'UWBP_UI_Widget_SegmentedAttributeBar_C::TraumaColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SegmentedAttributeBar_C, TestProgress) == 0x0003E0, "Member 'UWBP_UI_Widget_SegmentedAttributeBar_C::TestProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SegmentedAttributeBar_C, bIsVisibilityUpdated) == 0x0003E4, "Member 'UWBP_UI_Widget_SegmentedAttributeBar_C::bIsVisibilityUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu \ +static_assert(alignof(WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu) == 0x000008, "Wrong alignment on WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu"); \ +static_assert(sizeof(WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu) == 0x0000E8, "Wrong size on WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu, EntryPoint) == 0x000000, "Member 'WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000018, "Member 'WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000019, "Member 'WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu, K2Node_MakeStruct_SBZButtonControlReference) == 0x000020, "Member 'WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu, CallFunc_BooleanOR_ReturnValue) == 0x000058, "Member 'WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000060, "Member 'WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu, K2Node_MakeArray_Array) == 0x000098, "Member 'WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu, K2Node_MakeStruct_SBZButtonControlsReference) == 0x0000A8, "Member 'WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu, K2Node_Event_UIManager) == 0x0000D0, "Member 'WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu::K2Node_Event_UIManager' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu, CallFunc_GetPopUpWidget_ReturnValue) == 0x0000D8, "Member 'WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu::CallFunc_GetPopUpWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu, CallFunc_IsValid_ReturnValue) == 0x0000E0, "Member 'WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu, CallFunc_IsVisible_ReturnValue) == 0x0000E1, "Member 'WBP_UI_Social_ContextMenu_C_ExecuteUbergraph_WBP_UI_Social_ContextMenu::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_ContextMenu_C_OnPopupShown \ +static_assert(alignof(WBP_UI_Social_ContextMenu_C_OnPopupShown) == 0x000008, "Wrong alignment on WBP_UI_Social_ContextMenu_C_OnPopupShown"); \ +static_assert(sizeof(WBP_UI_Social_ContextMenu_C_OnPopupShown) == 0x000008, "Wrong size on WBP_UI_Social_ContextMenu_C_OnPopupShown"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_OnPopupShown, UIManager) == 0x000000, "Member 'WBP_UI_Social_ContextMenu_C_OnPopupShown::UIManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo \ +static_assert(alignof(WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo) == 0x000008, "Wrong alignment on WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo"); \ +static_assert(sizeof(WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo) == 0x000510, "Wrong size on WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo, Temp_byte_Variable) == 0x000001, "Member 'WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo, CallFunc_GetUIManager_ReturnValue) == 0x000008, "Member 'WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo, CallFunc_GetLocalizedPlayerNoName_ReturnValue) == 0x000010, "Member 'WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo::CallFunc_GetLocalizedPlayerNoName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo, Temp_bool_Variable_1) == 0x000028, "Member 'WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo, CallFunc_GetUser_ReturnValue) == 0x000030, "Member 'WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo::CallFunc_GetUser_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo, CallFunc_IsUserValid_ReturnValue) == 0x0004D8, "Member 'WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo::CallFunc_IsUserValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x0004E0, "Member 'WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo, CallFunc_IsValid_ReturnValue) == 0x0004F0, "Member 'WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo, K2Node_Select_Default) == 0x0004F1, "Member 'WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo, CallFunc_TextIsEmpty_ReturnValue) == 0x0004F2, "Member 'WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo, CallFunc_IsValid_ReturnValue_1) == 0x0004F3, "Member 'WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo, K2Node_Select_Default_1) == 0x0004F8, "Member 'WBP_UI_Social_ContextMenu_C_PopulatePlayerInfo::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup \ +static_assert(alignof(WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup) == 0x000008, "Wrong alignment on WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup"); \ +static_assert(sizeof(WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup) == 0x0005E8, "Wrong size on WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup, CallFunc_GetUser_ReturnValue) == 0x000000, "Member 'WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup::CallFunc_GetUser_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup, CallFunc_IsUserValid_ReturnValue) == 0x0004A8, "Member 'WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup::CallFunc_IsUserValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup, K2Node_MakeStruct_SBZButtonControlReference) == 0x0004B0, "Member 'WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup, CallFunc_IsValid_ReturnValue) == 0x0004E8, "Member 'WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x0004F0, "Member 'WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup, K2Node_MakeArray_Array) == 0x000528, "Member 'WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup, CallFunc_GetReportPopupWidget_ReportWidget) == 0x000538, "Member 'WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup::CallFunc_GetReportPopupWidget_ReportWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000540, "Member 'WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup, K2Node_MakeStruct_SBZUIPopupData) == 0x000568, "Member 'WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup::K2Node_MakeStruct_SBZUIPopupData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup, K2Node_CreateDelegate_OutputDelegate) == 0x0005C8, "Member 'WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup, CallFunc_GetUIManager_ReturnValue) == 0x0005E0, "Member 'WBP_UI_Social_ContextMenu_C_ShowReportPlayerPopup::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_ContextMenu_C_GetReportPopupWidget \ +static_assert(alignof(WBP_UI_Social_ContextMenu_C_GetReportPopupWidget) == 0x000008, "Wrong alignment on WBP_UI_Social_ContextMenu_C_GetReportPopupWidget"); \ +static_assert(sizeof(WBP_UI_Social_ContextMenu_C_GetReportPopupWidget) == 0x000018, "Wrong size on WBP_UI_Social_ContextMenu_C_GetReportPopupWidget"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_GetReportPopupWidget, ReportWidget) == 0x000000, "Member 'WBP_UI_Social_ContextMenu_C_GetReportPopupWidget::ReportWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_GetReportPopupWidget, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_UI_Social_ContextMenu_C_GetReportPopupWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_GetReportPopupWidget, CallFunc_Create_ReturnValue) == 0x000010, "Member 'WBP_UI_Social_ContextMenu_C_GetReportPopupWidget::CallFunc_Create_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_ContextMenu_C_OnReportWindowClosed \ +static_assert(alignof(WBP_UI_Social_ContextMenu_C_OnReportWindowClosed) == 0x000008, "Wrong alignment on WBP_UI_Social_ContextMenu_C_OnReportWindowClosed"); \ +static_assert(sizeof(WBP_UI_Social_ContextMenu_C_OnReportWindowClosed) == 0x0004F0, "Wrong size on WBP_UI_Social_ContextMenu_C_OnReportWindowClosed"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_OnReportWindowClosed, ClosingActionName) == 0x000000, "Member 'WBP_UI_Social_ContextMenu_C_OnReportWindowClosed::ClosingActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_OnReportWindowClosed, K2Node_SwitchName_CmpSuccess) == 0x00000C, "Member 'WBP_UI_Social_ContextMenu_C_OnReportWindowClosed::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_OnReportWindowClosed, CallFunc_IsUserValid_ReturnValue) == 0x00000D, "Member 'WBP_UI_Social_ContextMenu_C_OnReportWindowClosed::CallFunc_IsUserValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_OnReportWindowClosed, CallFunc_GetUser_ReturnValue) == 0x000010, "Member 'WBP_UI_Social_ContextMenu_C_OnReportWindowClosed::CallFunc_GetUser_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_OnReportWindowClosed, CallFunc_IsValid_ReturnValue) == 0x0004B8, "Member 'WBP_UI_Social_ContextMenu_C_OnReportWindowClosed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_OnReportWindowClosed, K2Node_MakeStruct_SBZReportPlayerInfo) == 0x0004C0, "Member 'WBP_UI_Social_ContextMenu_C_OnReportWindowClosed::K2Node_MakeStruct_SBZReportPlayerInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction \ +static_assert(alignof(WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction) == 0x000008, "Wrong alignment on WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction"); \ +static_assert(sizeof(WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction) == 0x000040, "Wrong size on WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction, VisibleActionIndex) == 0x000000, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction::VisibleActionIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction, Temp_bool_True_if_break_was_hit_Variable) == 0x000004, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction, CallFunc_GetChildAt_ReturnValue) == 0x000018, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction, CallFunc_GetAllChildren_ReturnValue) == 0x000020, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction, CallFunc_GetVisibility_ReturnValue) == 0x00003C, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction, CallFunc_Less_IntInt_ReturnValue) == 0x00003D, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00003E, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction, CallFunc_BooleanAND_ReturnValue) == 0x00003F, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnFirstVisibleAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction \ +static_assert(alignof(WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction) == 0x000008, "Wrong alignment on WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction"); \ +static_assert(sizeof(WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction) == 0x000068, "Wrong size on WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction, ActionText) == 0x000000, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction::ActionText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction, VisibleActionIndex) == 0x000018, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction::VisibleActionIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction, Temp_bool_True_if_break_was_hit_Variable) == 0x00001C, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction, CallFunc_Not_PreBool_ReturnValue) == 0x000024, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction, CallFunc_GetChildAt_ReturnValue) == 0x000030, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction, CallFunc_GetAllChildren_ReturnValue) == 0x000038, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction, CallFunc_Array_Get_Item) == 0x000048, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction, K2Node_DynamicCast_AsWBP_UI_Social_Context_Button) == 0x000058, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction::K2Node_DynamicCast_AsWBP_UI_Social_Context_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction, CallFunc_Less_IntInt_ReturnValue) == 0x000061, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction, CallFunc_BooleanAND_ReturnValue) == 0x000062, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction, CallFunc_EqualEqual_TextText_ReturnValue) == 0x000063, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction::CallFunc_EqualEqual_TextText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction, CallFunc_GetVisibility_ReturnValue) == 0x000064, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000065, "Member 'WBP_UI_Social_ContextMenu_C_SetFocusOnGivenAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_ContextMenu_C_OnControlReferencePressed \ +static_assert(alignof(WBP_UI_Social_ContextMenu_C_OnControlReferencePressed) == 0x000004, "Wrong alignment on WBP_UI_Social_ContextMenu_C_OnControlReferencePressed"); \ +static_assert(sizeof(WBP_UI_Social_ContextMenu_C_OnControlReferencePressed) == 0x000010, "Wrong size on WBP_UI_Social_ContextMenu_C_OnControlReferencePressed"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_OnControlReferencePressed, ActionName) == 0x000000, "Member 'WBP_UI_Social_ContextMenu_C_OnControlReferencePressed::ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_OnControlReferencePressed, K2Node_SwitchName_CmpSuccess) == 0x00000C, "Member 'WBP_UI_Social_ContextMenu_C_OnControlReferencePressed::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_ContextMenu_C_CloseContextMenu \ +static_assert(alignof(WBP_UI_Social_ContextMenu_C_CloseContextMenu) == 0x000008, "Wrong alignment on WBP_UI_Social_ContextMenu_C_CloseContextMenu"); \ +static_assert(sizeof(WBP_UI_Social_ContextMenu_C_CloseContextMenu) == 0x000010, "Wrong size on WBP_UI_Social_ContextMenu_C_CloseContextMenu"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_CloseContextMenu, K2Node_DynamicCast_AsWBP_UI_Social_Player_Card) == 0x000000, "Member 'WBP_UI_Social_ContextMenu_C_CloseContextMenu::K2Node_DynamicCast_AsWBP_UI_Social_Player_Card' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_CloseContextMenu, K2Node_DynamicCast_bSuccess) == 0x000008, "Member 'WBP_UI_Social_ContextMenu_C_CloseContextMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_ContextMenu_C_OnClickNothing \ +static_assert(alignof(WBP_UI_Social_ContextMenu_C_OnClickNothing) == 0x000008, "Wrong alignment on WBP_UI_Social_ContextMenu_C_OnClickNothing"); \ +static_assert(sizeof(WBP_UI_Social_ContextMenu_C_OnClickNothing) == 0x000230, "Wrong size on WBP_UI_Social_ContextMenu_C_OnClickNothing"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_OnClickNothing, MyGeometry) == 0x000000, "Member 'WBP_UI_Social_ContextMenu_C_OnClickNothing::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_OnClickNothing, MouseEvent) == 0x000038, "Member 'WBP_UI_Social_ContextMenu_C_OnClickNothing::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_OnClickNothing, ReturnValue) == 0x0000B0, "Member 'WBP_UI_Social_ContextMenu_C_OnClickNothing::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_OnClickNothing, CallFunc_Handled_ReturnValue) == 0x000170, "Member 'WBP_UI_Social_ContextMenu_C_OnClickNothing::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_ContextMenu_C_OnReleaseNothing \ +static_assert(alignof(WBP_UI_Social_ContextMenu_C_OnReleaseNothing) == 0x000008, "Wrong alignment on WBP_UI_Social_ContextMenu_C_OnReleaseNothing"); \ +static_assert(sizeof(WBP_UI_Social_ContextMenu_C_OnReleaseNothing) == 0x000230, "Wrong size on WBP_UI_Social_ContextMenu_C_OnReleaseNothing"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_OnReleaseNothing, MyGeometry) == 0x000000, "Member 'WBP_UI_Social_ContextMenu_C_OnReleaseNothing::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_OnReleaseNothing, MouseEvent) == 0x000038, "Member 'WBP_UI_Social_ContextMenu_C_OnReleaseNothing::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_OnReleaseNothing, ReturnValue) == 0x0000B0, "Member 'WBP_UI_Social_ContextMenu_C_OnReleaseNothing::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_OnReleaseNothing, CallFunc_Handled_ReturnValue) == 0x000170, "Member 'WBP_UI_Social_ContextMenu_C_OnReleaseNothing::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_ContextMenu_C_HideInvalidPlayerLevel \ +static_assert(alignof(WBP_UI_Social_ContextMenu_C_HideInvalidPlayerLevel) == 0x000008, "Wrong alignment on WBP_UI_Social_ContextMenu_C_HideInvalidPlayerLevel"); \ +static_assert(sizeof(WBP_UI_Social_ContextMenu_C_HideInvalidPlayerLevel) == 0x000088, "Wrong size on WBP_UI_Social_ContextMenu_C_HideInvalidPlayerLevel"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_HideInvalidPlayerLevel, Value) == 0x000000, "Member 'WBP_UI_Social_ContextMenu_C_HideInvalidPlayerLevel::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_HideInvalidPlayerLevel, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000004, "Member 'WBP_UI_Social_ContextMenu_C_HideInvalidPlayerLevel::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_HideInvalidPlayerLevel, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_UI_Social_ContextMenu_C_HideInvalidPlayerLevel::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_HideInvalidPlayerLevel, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'WBP_UI_Social_ContextMenu_C_HideInvalidPlayerLevel::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_HideInvalidPlayerLevel, K2Node_MakeArray_Array) == 0x000060, "Member 'WBP_UI_Social_ContextMenu_C_HideInvalidPlayerLevel::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_HideInvalidPlayerLevel, CallFunc_Format_ReturnValue) == 0x000070, "Member 'WBP_UI_Social_ContextMenu_C_HideInvalidPlayerLevel::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP \ +static_assert(alignof(WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP) == 0x000008, "Wrong alignment on WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP"); \ +static_assert(sizeof(WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP) == 0x0008E0, "Wrong size on WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP, PlayerFound) == 0x000000, "Member 'WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP::PlayerFound' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP, CharacterInfo) == 0x000008, "Member 'WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP::CharacterInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP, Temp_int_Array_Index_Variable) == 0x000430, "Member 'WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP, Temp_int_Loop_Counter_Variable) == 0x000434, "Member 'WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP, CallFunc_Add_IntInt_ReturnValue) == 0x000438, "Member 'WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP, CallFunc_GetSBZGameUserSettings_ReturnValue) == 0x000440, "Member 'WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP::CallFunc_GetSBZGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP, CallFunc_IsVoIPEnabled_ReturnValue) == 0x000448, "Member 'WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP::CallFunc_IsVoIPEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP, CallFunc_GetText_ReturnValue) == 0x000450, "Member 'WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP, CallFunc_Conv_TextToString_ReturnValue) == 0x000468, "Member 'WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP, CallFunc_GetText_ReturnValue_1) == 0x000478, "Member 'WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP, CallFunc_GetUiLobbyInfo_OutInfo) == 0x000490, "Member 'WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP::CallFunc_GetUiLobbyInfo_OutInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0004A0, "Member 'WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP, CallFunc_Array_Get_Item) == 0x0004B0, "Member 'WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP, CallFunc_Array_Length_ReturnValue) == 0x0008D8, "Member 'WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP, CallFunc_Less_IntInt_ReturnValue) == 0x0008DC, "Member 'WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0008DD, "Member 'WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x0008DE, "Member 'WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP, CallFunc_BooleanOR_ReturnValue) == 0x0008DF, "Member 'WBP_UI_Social_ContextMenu_C_FindPlayerForVOIP::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_ContextMenu_C_IsLocalPlayer \ +static_assert(alignof(WBP_UI_Social_ContextMenu_C_IsLocalPlayer) == 0x000008, "Wrong alignment on WBP_UI_Social_ContextMenu_C_IsLocalPlayer"); \ +static_assert(sizeof(WBP_UI_Social_ContextMenu_C_IsLocalPlayer) == 0x000040, "Wrong size on WBP_UI_Social_ContextMenu_C_IsLocalPlayer"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_IsLocalPlayer, IsLocalPlayer_0) == 0x000000, "Member 'WBP_UI_Social_ContextMenu_C_IsLocalPlayer::IsLocalPlayer_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_IsLocalPlayer, CallFunc_GetLocalPlayerState_ReturnValue) == 0x000008, "Member 'WBP_UI_Social_ContextMenu_C_IsLocalPlayer::CallFunc_GetLocalPlayerState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_IsLocalPlayer, CallFunc_GetText_ReturnValue) == 0x000010, "Member 'WBP_UI_Social_ContextMenu_C_IsLocalPlayer::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_IsLocalPlayer, CallFunc_Conv_TextToString_ReturnValue) == 0x000028, "Member 'WBP_UI_Social_ContextMenu_C_IsLocalPlayer::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextMenu_C_IsLocalPlayer, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000038, "Member 'WBP_UI_Social_ContextMenu_C_IsLocalPlayer::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Social_ContextMenu_C \ +static_assert(alignof(UWBP_UI_Social_ContextMenu_C) == 0x000008, "Wrong alignment on UWBP_UI_Social_ContextMenu_C"); \ +static_assert(sizeof(UWBP_UI_Social_ContextMenu_C) == 0x0003A0, "Wrong size on UWBP_UI_Social_ContextMenu_C"); \ +static_assert(offsetof(UWBP_UI_Social_ContextMenu_C, UberGraphFrame) == 0x000338, "Member 'UWBP_UI_Social_ContextMenu_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_ContextMenu_C, Border_43) == 0x000340, "Member 'UWBP_UI_Social_ContextMenu_C::Border_43' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_ContextMenu_C, Button_DummyHidden) == 0x000348, "Member 'UWBP_UI_Social_ContextMenu_C::Button_DummyHidden' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_ContextMenu_C, ContextButtons) == 0x000350, "Member 'UWBP_UI_Social_ContextMenu_C::ContextButtons' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_ContextMenu_C, Icon_Platform) == 0x000358, "Member 'UWBP_UI_Social_ContextMenu_C::Icon_Platform' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_ContextMenu_C, Icon_Platform_1) == 0x000360, "Member 'UWBP_UI_Social_ContextMenu_C::Icon_Platform_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_ContextMenu_C, Text_PlayerLevel) == 0x000368, "Member 'UWBP_UI_Social_ContextMenu_C::Text_PlayerLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_ContextMenu_C, Text_PlayerName_Nebula) == 0x000370, "Member 'UWBP_UI_Social_ContextMenu_C::Text_PlayerName_Nebula' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_ContextMenu_C, Text_PlayerName_Platform) == 0x000378, "Member 'UWBP_UI_Social_ContextMenu_C::Text_PlayerName_Platform' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_ContextMenu_C, WBP_RenownLevel) == 0x000380, "Member 'UWBP_UI_Social_ContextMenu_C::WBP_RenownLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_ContextMenu_C, ReportPopupWidget) == 0x000388, "Member 'UWBP_UI_Social_ContextMenu_C::ReportPopupWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_ContextMenu_C, FocusedButton) == 0x000390, "Member 'UWBP_UI_Social_ContextMenu_C::FocusedButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_ContextMenu_C, ContextMenuHasFocus) == 0x000398, "Member 'UWBP_UI_Social_ContextMenu_C::ContextMenuHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_ContextButton_C_ExecuteUbergraph_WBP_UI_Social_ContextButton \ +static_assert(alignof(WBP_UI_Social_ContextButton_C_ExecuteUbergraph_WBP_UI_Social_ContextButton) == 0x000008, "Wrong alignment on WBP_UI_Social_ContextButton_C_ExecuteUbergraph_WBP_UI_Social_ContextButton"); \ +static_assert(sizeof(WBP_UI_Social_ContextButton_C_ExecuteUbergraph_WBP_UI_Social_ContextButton) == 0x000058, "Wrong size on WBP_UI_Social_ContextButton_C_ExecuteUbergraph_WBP_UI_Social_ContextButton"); \ +static_assert(offsetof(WBP_UI_Social_ContextButton_C_ExecuteUbergraph_WBP_UI_Social_ContextButton, EntryPoint) == 0x000000, "Member 'WBP_UI_Social_ContextButton_C_ExecuteUbergraph_WBP_UI_Social_ContextButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextButton_C_ExecuteUbergraph_WBP_UI_Social_ContextButton, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_Social_ContextButton_C_ExecuteUbergraph_WBP_UI_Social_ContextButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextButton_C_ExecuteUbergraph_WBP_UI_Social_ContextButton, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'WBP_UI_Social_ContextButton_C_ExecuteUbergraph_WBP_UI_Social_ContextButton::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextButton_C_ExecuteUbergraph_WBP_UI_Social_ContextButton, K2Node_Event_bInHasFocus) == 0x000030, "Member 'WBP_UI_Social_ContextButton_C_ExecuteUbergraph_WBP_UI_Social_ContextButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextButton_C_ExecuteUbergraph_WBP_UI_Social_ContextButton, CallFunc_GetOuterObject_ReturnValue) == 0x000038, "Member 'WBP_UI_Social_ContextButton_C_ExecuteUbergraph_WBP_UI_Social_ContextButton::CallFunc_GetOuterObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextButton_C_ExecuteUbergraph_WBP_UI_Social_ContextButton, CallFunc_GetOuterObject_ReturnValue_1) == 0x000040, "Member 'WBP_UI_Social_ContextButton_C_ExecuteUbergraph_WBP_UI_Social_ContextButton::CallFunc_GetOuterObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextButton_C_ExecuteUbergraph_WBP_UI_Social_ContextButton, K2Node_DynamicCast_AsWBP_UI_Social_Context_Menu) == 0x000048, "Member 'WBP_UI_Social_ContextButton_C_ExecuteUbergraph_WBP_UI_Social_ContextButton::K2Node_DynamicCast_AsWBP_UI_Social_Context_Menu' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextButton_C_ExecuteUbergraph_WBP_UI_Social_ContextButton, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_UI_Social_ContextButton_C_ExecuteUbergraph_WBP_UI_Social_ContextButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_ContextButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_Social_ContextButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_Social_ContextButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_Social_ContextButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_Social_ContextButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_Social_ContextButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_Social_ContextButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_ContextButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_Social_ContextButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Social_ContextButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Social_ContextButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Social_ContextButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Social_ContextButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Social_ContextButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_ContextButton_C_OnGainFocus \ +static_assert(alignof(WBP_UI_Social_ContextButton_C_OnGainFocus) == 0x000008, "Wrong alignment on WBP_UI_Social_ContextButton_C_OnGainFocus"); \ +static_assert(sizeof(WBP_UI_Social_ContextButton_C_OnGainFocus) == 0x000098, "Wrong size on WBP_UI_Social_ContextButton_C_OnGainFocus"); \ +static_assert(offsetof(WBP_UI_Social_ContextButton_C_OnGainFocus, isFocused) == 0x000000, "Member 'WBP_UI_Social_ContextButton_C_OnGainFocus::isFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextButton_C_OnGainFocus, Temp_object_Variable) == 0x000008, "Member 'WBP_UI_Social_ContextButton_C_OnGainFocus::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextButton_C_OnGainFocus, Temp_bool_Variable) == 0x000010, "Member 'WBP_UI_Social_ContextButton_C_OnGainFocus::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextButton_C_OnGainFocus, Temp_bool_Variable_1) == 0x000011, "Member 'WBP_UI_Social_ContextButton_C_OnGainFocus::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextButton_C_OnGainFocus, CallFunc_GetOuterObject_ReturnValue) == 0x000018, "Member 'WBP_UI_Social_ContextButton_C_OnGainFocus::CallFunc_GetOuterObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextButton_C_OnGainFocus, CallFunc_GetOuterObject_ReturnValue_1) == 0x000020, "Member 'WBP_UI_Social_ContextButton_C_OnGainFocus::CallFunc_GetOuterObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextButton_C_OnGainFocus, K2Node_Select_Default) == 0x000028, "Member 'WBP_UI_Social_ContextButton_C_OnGainFocus::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextButton_C_OnGainFocus, K2Node_DynamicCast_AsWBP_UI_Social_Context_Menu) == 0x000038, "Member 'WBP_UI_Social_ContextButton_C_OnGainFocus::K2Node_DynamicCast_AsWBP_UI_Social_Context_Menu' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextButton_C_OnGainFocus, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_UI_Social_ContextButton_C_OnGainFocus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextButton_C_OnGainFocus, Temp_object_Variable_1) == 0x000048, "Member 'WBP_UI_Social_ContextButton_C_OnGainFocus::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextButton_C_OnGainFocus, Temp_bool_Variable_2) == 0x000050, "Member 'WBP_UI_Social_ContextButton_C_OnGainFocus::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextButton_C_OnGainFocus, K2Node_Select_Default_1) == 0x000054, "Member 'WBP_UI_Social_ContextButton_C_OnGainFocus::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextButton_C_OnGainFocus, K2Node_Select_Default_2) == 0x000068, "Member 'WBP_UI_Social_ContextButton_C_OnGainFocus::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_ContextButton_C_OnGainFocus, K2Node_MakeStruct_SlateColor) == 0x000070, "Member 'WBP_UI_Social_ContextButton_C_OnGainFocus::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Social_ContextButton_C \ +static_assert(alignof(UWBP_UI_Social_ContextButton_C) == 0x000008, "Wrong alignment on UWBP_UI_Social_ContextButton_C"); \ +static_assert(sizeof(UWBP_UI_Social_ContextButton_C) == 0x0003F8, "Wrong size on UWBP_UI_Social_ContextButton_C"); \ +static_assert(offsetof(UWBP_UI_Social_ContextButton_C, UberGraphFrame) == 0x000370, "Member 'UWBP_UI_Social_ContextButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_ContextButton_C, ButtonColor) == 0x000378, "Member 'UWBP_UI_Social_ContextButton_C::ButtonColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_ContextButton_C, ButtonOutline) == 0x000380, "Member 'UWBP_UI_Social_ContextButton_C::ButtonOutline' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_ContextButton_C, Text_ButtonText) == 0x000388, "Member 'UWBP_UI_Social_ContextButton_C::Text_ButtonText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_ContextButton_C, ButtonText) == 0x000390, "Member 'UWBP_UI_Social_ContextButton_C::ButtonText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_ContextButton_C, DefaultButton) == 0x0003A8, "Member 'UWBP_UI_Social_ContextButton_C::DefaultButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_ContextButton_C, SelectedText) == 0x0003B8, "Member 'UWBP_UI_Social_ContextButton_C::SelectedText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_ContextButton_C, ContextButtonSelected) == 0x0003C8, "Member 'UWBP_UI_Social_ContextButton_C::ContextButtonSelected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_ContextButton_C, SelectedButton) == 0x0003D8, "Member 'UWBP_UI_Social_ContextButton_C::SelectedButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_ContextButton_C, DefaultText) == 0x0003E8, "Member 'UWBP_UI_Social_ContextButton_C::DefaultText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_EquipPreviousWeapon_C \ +static_assert(alignof(UGA_EquipPreviousWeapon_C) == 0x000008, "Wrong alignment on UGA_EquipPreviousWeapon_C"); \ +static_assert(sizeof(UGA_EquipPreviousWeapon_C) == 0x0004F0, "Wrong size on UGA_EquipPreviousWeapon_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard \ +static_assert(alignof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard) == 0x000008, "Wrong alignment on WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard"); \ +static_assert(sizeof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard) == 0x000550, "Wrong size on WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, EntryPoint) == 0x000000, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, Temp_byte_Variable) == 0x000004, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, K2Node_Event_InUserEntry) == 0x000008, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::K2Node_Event_InUserEntry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, K2Node_Event_bInHasFocus_1) == 0x0004B0, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::K2Node_Event_bInHasFocus_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, CallFunc_Conv_IntToText_ReturnValue) == 0x0004B8, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, CallFunc_TextIsEmpty_ReturnValue) == 0x0004D0, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, K2Node_Event_bInIsDisabled) == 0x0004D1, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, CallFunc_SlotAsScrollBoxSlot_ReturnValue) == 0x0004D8, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::CallFunc_SlotAsScrollBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, CallFunc_IsValid_ReturnValue) == 0x0004E0, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, K2Node_ComponentBoundEvent_bIsOpen) == 0x0004E1, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::K2Node_ComponentBoundEvent_bIsOpen' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, CallFunc_IsValid_ReturnValue_1) == 0x0004E2, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, CallFunc_GetOuterObject_ReturnValue) == 0x0004E8, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::CallFunc_GetOuterObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, CallFunc_GetOuterObject_ReturnValue_1) == 0x0004F0, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::CallFunc_GetOuterObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, K2Node_DynamicCast_AsWBP_Player_Card_Container) == 0x0004F8, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::K2Node_DynamicCast_AsWBP_Player_Card_Container' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, K2Node_DynamicCast_bSuccess) == 0x000500, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, K2Node_DynamicCast_AsWBP_UI_Social_Screen) == 0x000508, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::K2Node_DynamicCast_AsWBP_UI_Social_Screen' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, K2Node_DynamicCast_bSuccess_1) == 0x000510, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, CallFunc_IsValid_ReturnValue_2) == 0x000511, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, Temp_byte_Variable_1) == 0x000512, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, CallFunc_IsValid_ReturnValue_3) == 0x000513, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, Temp_bool_Variable) == 0x000514, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, K2Node_Select_Default) == 0x000515, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, Temp_byte_Variable_2) == 0x000516, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, Temp_byte_Variable_3) == 0x000517, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, Temp_bool_Variable_1) == 0x000518, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, K2Node_MakeStruct_Margin) == 0x00051C, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, K2Node_DynamicCast_AsWBP_UI_Social_Context_Button) == 0x000530, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::K2Node_DynamicCast_AsWBP_UI_Social_Context_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, K2Node_DynamicCast_bSuccess_2) == 0x000538, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, Temp_byte_Variable_4) == 0x000539, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, Temp_byte_Variable_5) == 0x00053A, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, K2Node_Event_bInHasFocus) == 0x00053B, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, CallFunc_IsValid_ReturnValue_4) == 0x00053C, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, K2Node_Select_Default_1) == 0x00053D, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, CallFunc_PlayAnimation_ReturnValue) == 0x000540, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, Temp_bool_Variable_2) == 0x000548, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard, K2Node_Select_Default_2) == 0x000549, "Member 'WBP_UI_Social_PlayerCard_C_ExecuteUbergraph_WBP_UI_Social_PlayerCard::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_PlayerCard_C_ButtonFocusChanging \ +static_assert(alignof(WBP_UI_Social_PlayerCard_C_ButtonFocusChanging) == 0x000001, "Wrong alignment on WBP_UI_Social_PlayerCard_C_ButtonFocusChanging"); \ +static_assert(sizeof(WBP_UI_Social_PlayerCard_C_ButtonFocusChanging) == 0x000001, "Wrong size on WBP_UI_Social_PlayerCard_C_ButtonFocusChanging"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ButtonFocusChanging, bInHasFocus) == 0x000000, "Member 'WBP_UI_Social_PlayerCard_C_ButtonFocusChanging::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_PlayerCard_C_BndEvt__WBP_UI_Social_PlayerCard_MenuAnchor_112_K2Node_ComponentBoundEvent_1_OnMenuOpenChangedEvent__DelegateSignature \ +static_assert(alignof(WBP_UI_Social_PlayerCard_C_BndEvt__WBP_UI_Social_PlayerCard_MenuAnchor_112_K2Node_ComponentBoundEvent_1_OnMenuOpenChangedEvent__DelegateSignature) == 0x000001, "Wrong alignment on WBP_UI_Social_PlayerCard_C_BndEvt__WBP_UI_Social_PlayerCard_MenuAnchor_112_K2Node_ComponentBoundEvent_1_OnMenuOpenChangedEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Social_PlayerCard_C_BndEvt__WBP_UI_Social_PlayerCard_MenuAnchor_112_K2Node_ComponentBoundEvent_1_OnMenuOpenChangedEvent__DelegateSignature) == 0x000001, "Wrong size on WBP_UI_Social_PlayerCard_C_BndEvt__WBP_UI_Social_PlayerCard_MenuAnchor_112_K2Node_ComponentBoundEvent_1_OnMenuOpenChangedEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_BndEvt__WBP_UI_Social_PlayerCard_MenuAnchor_112_K2Node_ComponentBoundEvent_1_OnMenuOpenChangedEvent__DelegateSignature, bIsOpen) == 0x000000, "Member 'WBP_UI_Social_PlayerCard_C_BndEvt__WBP_UI_Social_PlayerCard_MenuAnchor_112_K2Node_ComponentBoundEvent_1_OnMenuOpenChangedEvent__DelegateSignature::bIsOpen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_PlayerCard_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_UI_Social_PlayerCard_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_UI_Social_PlayerCard_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_UI_Social_PlayerCard_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_UI_Social_PlayerCard_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_UI_Social_PlayerCard_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_PlayerCard_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_Social_PlayerCard_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_Social_PlayerCard_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_Social_PlayerCard_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_Social_PlayerCard_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_Social_PlayerCard_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_PlayerCard_C_OnPlayerDataSet \ +static_assert(alignof(WBP_UI_Social_PlayerCard_C_OnPlayerDataSet) == 0x000008, "Wrong alignment on WBP_UI_Social_PlayerCard_C_OnPlayerDataSet"); \ +static_assert(sizeof(WBP_UI_Social_PlayerCard_C_OnPlayerDataSet) == 0x0004A8, "Wrong size on WBP_UI_Social_PlayerCard_C_OnPlayerDataSet"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_OnPlayerDataSet, InUserEntry) == 0x000000, "Member 'WBP_UI_Social_PlayerCard_C_OnPlayerDataSet::InUserEntry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_PlayerCard_C_PlayerCardHover \ +static_assert(alignof(WBP_UI_Social_PlayerCard_C_PlayerCardHover) == 0x000008, "Wrong alignment on WBP_UI_Social_PlayerCard_C_PlayerCardHover"); \ +static_assert(sizeof(WBP_UI_Social_PlayerCard_C_PlayerCardHover) == 0x000158, "Wrong size on WBP_UI_Social_PlayerCard_C_PlayerCardHover"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PlayerCardHover, InFocus) == 0x000000, "Member 'WBP_UI_Social_PlayerCard_C_PlayerCardHover::InFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PlayerCardHover, Temp_byte_Variable) == 0x000001, "Member 'WBP_UI_Social_PlayerCard_C_PlayerCardHover::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PlayerCardHover, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_UI_Social_PlayerCard_C_PlayerCardHover::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PlayerCardHover, Temp_bool_Variable) == 0x000003, "Member 'WBP_UI_Social_PlayerCard_C_PlayerCardHover::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PlayerCardHover, K2Node_MakeStruct_SBZButtonControlReference) == 0x000008, "Member 'WBP_UI_Social_PlayerCard_C_PlayerCardHover::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PlayerCardHover, K2Node_Select_Default) == 0x000040, "Member 'WBP_UI_Social_PlayerCard_C_PlayerCardHover::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PlayerCardHover, CallFunc_IsContextMenuDisplayed_ContextMenu) == 0x000048, "Member 'WBP_UI_Social_PlayerCard_C_PlayerCardHover::CallFunc_IsContextMenuDisplayed_ContextMenu' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PlayerCardHover, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000050, "Member 'WBP_UI_Social_PlayerCard_C_PlayerCardHover::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PlayerCardHover, CallFunc_IsValid_ReturnValue) == 0x000088, "Member 'WBP_UI_Social_PlayerCard_C_PlayerCardHover::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PlayerCardHover, Temp_bool_Variable_1) == 0x000089, "Member 'WBP_UI_Social_PlayerCard_C_PlayerCardHover::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PlayerCardHover, K2Node_MakeStruct_SBZButtonControlReference_2) == 0x000090, "Member 'WBP_UI_Social_PlayerCard_C_PlayerCardHover::K2Node_MakeStruct_SBZButtonControlReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PlayerCardHover, K2Node_CreateDelegate_OutputDelegate) == 0x0000C8, "Member 'WBP_UI_Social_PlayerCard_C_PlayerCardHover::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PlayerCardHover, K2Node_Select_Default_1) == 0x0000E0, "Member 'WBP_UI_Social_PlayerCard_C_PlayerCardHover::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PlayerCardHover, K2Node_MakeArray_Array) == 0x000118, "Member 'WBP_UI_Social_PlayerCard_C_PlayerCardHover::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PlayerCardHover, CallFunc_IsValid_ReturnValue_1) == 0x000128, "Member 'WBP_UI_Social_PlayerCard_C_PlayerCardHover::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PlayerCardHover, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000130, "Member 'WBP_UI_Social_PlayerCard_C_PlayerCardHover::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_PlayerCard_C_PopulatePlayerData \ +static_assert(alignof(WBP_UI_Social_PlayerCard_C_PopulatePlayerData) == 0x000008, "Wrong alignment on WBP_UI_Social_PlayerCard_C_PopulatePlayerData"); \ +static_assert(sizeof(WBP_UI_Social_PlayerCard_C_PopulatePlayerData) == 0x0001B0, "Wrong size on WBP_UI_Social_PlayerCard_C_PopulatePlayerData"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PopulatePlayerData, SBZFriendListEntry) == 0x000000, "Member 'WBP_UI_Social_PlayerCard_C_PopulatePlayerData::SBZFriendListEntry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_PlayerCard_C_DisplayUserStatus \ +static_assert(alignof(WBP_UI_Social_PlayerCard_C_DisplayUserStatus) == 0x000008, "Wrong alignment on WBP_UI_Social_PlayerCard_C_DisplayUserStatus"); \ +static_assert(sizeof(WBP_UI_Social_PlayerCard_C_DisplayUserStatus) == 0x0002A0, "Wrong size on WBP_UI_Social_PlayerCard_C_DisplayUserStatus"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_DisplayUserStatus, UserStatus) == 0x000000, "Member 'WBP_UI_Social_PlayerCard_C_DisplayUserStatus::UserStatus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_DisplayUserStatus, LevelIdx) == 0x000004, "Member 'WBP_UI_Social_PlayerCard_C_DisplayUserStatus::LevelIdx' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_DisplayUserStatus, UserActivity) == 0x000008, "Member 'WBP_UI_Social_PlayerCard_C_DisplayUserStatus::UserActivity' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_DisplayUserStatus, HeistName) == 0x0000C0, "Member 'WBP_UI_Social_PlayerCard_C_DisplayUserStatus::HeistName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_DisplayUserStatus, CallFunc_Less_IntInt_ReturnValue) == 0x0000D8, "Member 'WBP_UI_Social_PlayerCard_C_DisplayUserStatus::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_DisplayUserStatus, Temp_bool_Variable) == 0x0000D9, "Member 'WBP_UI_Social_PlayerCard_C_DisplayUserStatus::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_DisplayUserStatus, CallFunc_LevelIdxToPath_ReturnValue) == 0x0000E0, "Member 'WBP_UI_Social_PlayerCard_C_DisplayUserStatus::CallFunc_LevelIdxToPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_DisplayUserStatus, CallFunc_GetHeistDataFromLevelPath_ReturnValue) == 0x000100, "Member 'WBP_UI_Social_PlayerCard_C_DisplayUserStatus::CallFunc_GetHeistDataFromLevelPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_DisplayUserStatus, CallFunc_BreakSoftObjectPath_PathString) == 0x000108, "Member 'WBP_UI_Social_PlayerCard_C_DisplayUserStatus::CallFunc_BreakSoftObjectPath_PathString' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_DisplayUserStatus, CallFunc_IsValid_ReturnValue) == 0x000118, "Member 'WBP_UI_Social_PlayerCard_C_DisplayUserStatus::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_DisplayUserStatus, CallFunc_GetBaseFilename_ReturnValue) == 0x000120, "Member 'WBP_UI_Social_PlayerCard_C_DisplayUserStatus::CallFunc_GetBaseFilename_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_DisplayUserStatus, CallFunc_Conv_StringToText_ReturnValue) == 0x000130, "Member 'WBP_UI_Social_PlayerCard_C_DisplayUserStatus::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_DisplayUserStatus, K2Node_Select_Default) == 0x000148, "Member 'WBP_UI_Social_PlayerCard_C_DisplayUserStatus::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_DisplayUserStatus, K2Node_MakeStruct_FormatArgumentData) == 0x000160, "Member 'WBP_UI_Social_PlayerCard_C_DisplayUserStatus::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_DisplayUserStatus, K2Node_MakeArray_Array) == 0x0001A0, "Member 'WBP_UI_Social_PlayerCard_C_DisplayUserStatus::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_DisplayUserStatus, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001B0, "Member 'WBP_UI_Social_PlayerCard_C_DisplayUserStatus::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_DisplayUserStatus, CallFunc_Format_ReturnValue) == 0x0001F0, "Member 'WBP_UI_Social_PlayerCard_C_DisplayUserStatus::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_DisplayUserStatus, K2Node_MakeArray_Array_1) == 0x000208, "Member 'WBP_UI_Social_PlayerCard_C_DisplayUserStatus::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_DisplayUserStatus, CallFunc_Format_ReturnValue_1) == 0x000218, "Member 'WBP_UI_Social_PlayerCard_C_DisplayUserStatus::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_DisplayUserStatus, K2Node_MakeStruct_FormatArgumentData_2) == 0x000230, "Member 'WBP_UI_Social_PlayerCard_C_DisplayUserStatus::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_DisplayUserStatus, K2Node_MakeArray_Array_2) == 0x000270, "Member 'WBP_UI_Social_PlayerCard_C_DisplayUserStatus::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_DisplayUserStatus, K2Node_SwitchEnum_CmpSuccess) == 0x000280, "Member 'WBP_UI_Social_PlayerCard_C_DisplayUserStatus::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_DisplayUserStatus, CallFunc_Format_ReturnValue_2) == 0x000288, "Member 'WBP_UI_Social_PlayerCard_C_DisplayUserStatus::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_PlayerCard_C_SetPlatformName \ +static_assert(alignof(WBP_UI_Social_PlayerCard_C_SetPlatformName) == 0x000008, "Wrong alignment on WBP_UI_Social_PlayerCard_C_SetPlatformName"); \ +static_assert(sizeof(WBP_UI_Social_PlayerCard_C_SetPlatformName) == 0x000018, "Wrong size on WBP_UI_Social_PlayerCard_C_SetPlatformName"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetPlatformName, InPlatformName) == 0x000000, "Member 'WBP_UI_Social_PlayerCard_C_SetPlatformName::InPlatformName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_PlayerCard_C_SetLevel \ +static_assert(alignof(WBP_UI_Social_PlayerCard_C_SetLevel) == 0x000008, "Wrong alignment on WBP_UI_Social_PlayerCard_C_SetLevel"); \ +static_assert(sizeof(WBP_UI_Social_PlayerCard_C_SetLevel) == 0x0000A0, "Wrong size on WBP_UI_Social_PlayerCard_C_SetLevel"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetLevel, InLevel) == 0x000000, "Member 'WBP_UI_Social_PlayerCard_C_SetLevel::InLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetLevel, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'WBP_UI_Social_PlayerCard_C_SetLevel::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetLevel, K2Node_MakeArray_Array) == 0x000058, "Member 'WBP_UI_Social_PlayerCard_C_SetLevel::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetLevel, CallFunc_Format_ReturnValue) == 0x000068, "Member 'WBP_UI_Social_PlayerCard_C_SetLevel::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetLevel, CallFunc_MakeLiteralText_ReturnValue) == 0x000080, "Member 'WBP_UI_Social_PlayerCard_C_SetLevel::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetLevel, CallFunc_EqualEqual_TextText_ReturnValue) == 0x000098, "Member 'WBP_UI_Social_PlayerCard_C_SetLevel::CallFunc_EqualEqual_TextText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_PlayerCard_C_SetPlatformIcon \ +static_assert(alignof(WBP_UI_Social_PlayerCard_C_SetPlatformIcon) == 0x000008, "Wrong alignment on WBP_UI_Social_PlayerCard_C_SetPlatformIcon"); \ +static_assert(sizeof(WBP_UI_Social_PlayerCard_C_SetPlatformIcon) == 0x000020, "Wrong size on WBP_UI_Social_PlayerCard_C_SetPlatformIcon"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetPlatformIcon, InPlatformIcon) == 0x000000, "Member 'WBP_UI_Social_PlayerCard_C_SetPlatformIcon::InPlatformIcon' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetPlatformIcon, Temp_bool_Variable) == 0x000008, "Member 'WBP_UI_Social_PlayerCard_C_SetPlatformIcon::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetPlatformIcon, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'WBP_UI_Social_PlayerCard_C_SetPlatformIcon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetPlatformIcon, Temp_byte_Variable) == 0x00000A, "Member 'WBP_UI_Social_PlayerCard_C_SetPlatformIcon::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetPlatformIcon, Temp_byte_Variable_1) == 0x00000B, "Member 'WBP_UI_Social_PlayerCard_C_SetPlatformIcon::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetPlatformIcon, K2Node_Select_Default) == 0x00000C, "Member 'WBP_UI_Social_PlayerCard_C_SetPlatformIcon::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetPlatformIcon, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000010, "Member 'WBP_UI_Social_PlayerCard_C_SetPlatformIcon::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_PlayerCard_C_SetStatus \ +static_assert(alignof(WBP_UI_Social_PlayerCard_C_SetStatus) == 0x000008, "Wrong alignment on WBP_UI_Social_PlayerCard_C_SetStatus"); \ +static_assert(sizeof(WBP_UI_Social_PlayerCard_C_SetStatus) == 0x000578, "Wrong size on WBP_UI_Social_PlayerCard_C_SetStatus"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetStatus, LevelIndex) == 0x000000, "Member 'WBP_UI_Social_PlayerCard_C_SetStatus::LevelIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetStatus, UserActivity) == 0x000008, "Member 'WBP_UI_Social_PlayerCard_C_SetStatus::UserActivity' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetStatus, IsLocalPlayer) == 0x0000C0, "Member 'WBP_UI_Social_PlayerCard_C_SetStatus::IsLocalPlayer' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetStatus, IsPlatformNameEmpty) == 0x0000C1, "Member 'WBP_UI_Social_PlayerCard_C_SetStatus::IsPlatformNameEmpty' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetStatus, CallFunc_IsUserValid_ReturnValue) == 0x0000C2, "Member 'WBP_UI_Social_PlayerCard_C_SetStatus::CallFunc_IsUserValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetStatus, CallFunc_GetUser_ReturnValue) == 0x0000C8, "Member 'WBP_UI_Social_PlayerCard_C_SetStatus::CallFunc_GetUser_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetStatus, CallFunc_GetUserStatus_ReturnValue) == 0x000570, "Member 'WBP_UI_Social_PlayerCard_C_SetStatus::CallFunc_GetUserStatus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetStatus, K2Node_SwitchEnum_CmpSuccess) == 0x000571, "Member 'WBP_UI_Social_PlayerCard_C_SetStatus::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetStatus, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000572, "Member 'WBP_UI_Social_PlayerCard_C_SetStatus::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetStatus, CallFunc_BooleanAND_ReturnValue) == 0x000573, "Member 'WBP_UI_Social_PlayerCard_C_SetStatus::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_PlayerCard_C_SetBlockedIconVisibility \ +static_assert(alignof(WBP_UI_Social_PlayerCard_C_SetBlockedIconVisibility) == 0x000001, "Wrong alignment on WBP_UI_Social_PlayerCard_C_SetBlockedIconVisibility"); \ +static_assert(sizeof(WBP_UI_Social_PlayerCard_C_SetBlockedIconVisibility) == 0x000007, "Wrong size on WBP_UI_Social_PlayerCard_C_SetBlockedIconVisibility"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetBlockedIconVisibility, bIsBlocked) == 0x000000, "Member 'WBP_UI_Social_PlayerCard_C_SetBlockedIconVisibility::bIsBlocked' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetBlockedIconVisibility, bIsPlatformBlocked) == 0x000001, "Member 'WBP_UI_Social_PlayerCard_C_SetBlockedIconVisibility::bIsPlatformBlocked' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetBlockedIconVisibility, Temp_bool_Variable) == 0x000002, "Member 'WBP_UI_Social_PlayerCard_C_SetBlockedIconVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetBlockedIconVisibility, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'WBP_UI_Social_PlayerCard_C_SetBlockedIconVisibility::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetBlockedIconVisibility, Temp_byte_Variable) == 0x000004, "Member 'WBP_UI_Social_PlayerCard_C_SetBlockedIconVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetBlockedIconVisibility, Temp_byte_Variable_1) == 0x000005, "Member 'WBP_UI_Social_PlayerCard_C_SetBlockedIconVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetBlockedIconVisibility, K2Node_Select_Default) == 0x000006, "Member 'WBP_UI_Social_PlayerCard_C_SetBlockedIconVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_PlayerCard_C_SetHostIconVisibility \ +static_assert(alignof(WBP_UI_Social_PlayerCard_C_SetHostIconVisibility) == 0x000004, "Wrong alignment on WBP_UI_Social_PlayerCard_C_SetHostIconVisibility"); \ +static_assert(sizeof(WBP_UI_Social_PlayerCard_C_SetHostIconVisibility) == 0x000010, "Wrong size on WBP_UI_Social_PlayerCard_C_SetHostIconVisibility"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetHostIconVisibility, IsPartyLeader) == 0x000000, "Member 'WBP_UI_Social_PlayerCard_C_SetHostIconVisibility::IsPartyLeader' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetHostIconVisibility, PartySessionMembers) == 0x000004, "Member 'WBP_UI_Social_PlayerCard_C_SetHostIconVisibility::PartySessionMembers' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetHostIconVisibility, Temp_bool_Variable) == 0x000008, "Member 'WBP_UI_Social_PlayerCard_C_SetHostIconVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetHostIconVisibility, CallFunc_Greater_IntInt_ReturnValue) == 0x000009, "Member 'WBP_UI_Social_PlayerCard_C_SetHostIconVisibility::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetHostIconVisibility, Temp_byte_Variable) == 0x00000A, "Member 'WBP_UI_Social_PlayerCard_C_SetHostIconVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetHostIconVisibility, CallFunc_BooleanAND_ReturnValue) == 0x00000B, "Member 'WBP_UI_Social_PlayerCard_C_SetHostIconVisibility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetHostIconVisibility, Temp_byte_Variable_1) == 0x00000C, "Member 'WBP_UI_Social_PlayerCard_C_SetHostIconVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetHostIconVisibility, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000D, "Member 'WBP_UI_Social_PlayerCard_C_SetHostIconVisibility::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetHostIconVisibility, CallFunc_BooleanAND_ReturnValue_1) == 0x00000E, "Member 'WBP_UI_Social_PlayerCard_C_SetHostIconVisibility::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetHostIconVisibility, K2Node_Select_Default) == 0x00000F, "Member 'WBP_UI_Social_PlayerCard_C_SetHostIconVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_PlayerCard_C_OnReferenceSelected \ +static_assert(alignof(WBP_UI_Social_PlayerCard_C_OnReferenceSelected) == 0x000008, "Wrong alignment on WBP_UI_Social_PlayerCard_C_OnReferenceSelected"); \ +static_assert(sizeof(WBP_UI_Social_PlayerCard_C_OnReferenceSelected) == 0x000030, "Wrong size on WBP_UI_Social_PlayerCard_C_OnReferenceSelected"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_OnReferenceSelected, ActionName) == 0x000000, "Member 'WBP_UI_Social_PlayerCard_C_OnReferenceSelected::ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_OnReferenceSelected, K2Node_SwitchName_CmpSuccess) == 0x00000C, "Member 'WBP_UI_Social_PlayerCard_C_OnReferenceSelected::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_OnReferenceSelected, CallFunc_IsValid_ReturnValue) == 0x00000D, "Member 'WBP_UI_Social_PlayerCard_C_OnReferenceSelected::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_OnReferenceSelected, K2Node_DynamicCast_AsWBP_UI_Social_Screen) == 0x000010, "Member 'WBP_UI_Social_PlayerCard_C_OnReferenceSelected::K2Node_DynamicCast_AsWBP_UI_Social_Screen' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_OnReferenceSelected, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_UI_Social_PlayerCard_C_OnReferenceSelected::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_OnReferenceSelected, CallFunc_IsContextMenuDisplayed_ContextMenu) == 0x000020, "Member 'WBP_UI_Social_PlayerCard_C_OnReferenceSelected::CallFunc_IsContextMenuDisplayed_ContextMenu' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_OnReferenceSelected, CallFunc_IsValid_ReturnValue_1) == 0x000028, "Member 'WBP_UI_Social_PlayerCard_C_OnReferenceSelected::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_PlayerCard_C_OnContextMenuSpawned \ +static_assert(alignof(WBP_UI_Social_PlayerCard_C_OnContextMenuSpawned) == 0x000008, "Wrong alignment on WBP_UI_Social_PlayerCard_C_OnContextMenuSpawned"); \ +static_assert(sizeof(WBP_UI_Social_PlayerCard_C_OnContextMenuSpawned) == 0x000010, "Wrong size on WBP_UI_Social_PlayerCard_C_OnContextMenuSpawned"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_OnContextMenuSpawned, ReturnValue) == 0x000000, "Member 'WBP_UI_Social_PlayerCard_C_OnContextMenuSpawned::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_OnContextMenuSpawned, CallFunc_Create_ReturnValue) == 0x000008, "Member 'WBP_UI_Social_PlayerCard_C_OnContextMenuSpawned::CallFunc_Create_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_PlayerCard_C_RemoveContextMenu \ +static_assert(alignof(WBP_UI_Social_PlayerCard_C_RemoveContextMenu) == 0x000008, "Wrong alignment on WBP_UI_Social_PlayerCard_C_RemoveContextMenu"); \ +static_assert(sizeof(WBP_UI_Social_PlayerCard_C_RemoveContextMenu) == 0x0000C8, "Wrong size on WBP_UI_Social_PlayerCard_C_RemoveContextMenu"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_RemoveContextMenu, RemoveHighlight) == 0x000000, "Member 'WBP_UI_Social_PlayerCard_C_RemoveContextMenu::RemoveHighlight' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_RemoveContextMenu, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000001, "Member 'WBP_UI_Social_PlayerCard_C_RemoveContextMenu::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_RemoveContextMenu, K2Node_MakeStruct_SBZButtonControlReference) == 0x000008, "Member 'WBP_UI_Social_PlayerCard_C_RemoveContextMenu::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_RemoveContextMenu, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000040, "Member 'WBP_UI_Social_PlayerCard_C_RemoveContextMenu::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_RemoveContextMenu, K2Node_CreateDelegate_OutputDelegate) == 0x000078, "Member 'WBP_UI_Social_PlayerCard_C_RemoveContextMenu::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_RemoveContextMenu, K2Node_MakeArray_Array) == 0x000090, "Member 'WBP_UI_Social_PlayerCard_C_RemoveContextMenu::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_RemoveContextMenu, K2Node_MakeStruct_SBZButtonControlsReference) == 0x0000A0, "Member 'WBP_UI_Social_PlayerCard_C_RemoveContextMenu::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_PlayerCard_C_IsContextMenuDisplayed \ +static_assert(alignof(WBP_UI_Social_PlayerCard_C_IsContextMenuDisplayed) == 0x000008, "Wrong alignment on WBP_UI_Social_PlayerCard_C_IsContextMenuDisplayed"); \ +static_assert(sizeof(WBP_UI_Social_PlayerCard_C_IsContextMenuDisplayed) == 0x000028, "Wrong size on WBP_UI_Social_PlayerCard_C_IsContextMenuDisplayed"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_IsContextMenuDisplayed, ContextMenu) == 0x000000, "Member 'WBP_UI_Social_PlayerCard_C_IsContextMenuDisplayed::ContextMenu' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_IsContextMenuDisplayed, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_UI_Social_PlayerCard_C_IsContextMenuDisplayed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_IsContextMenuDisplayed, K2Node_DynamicCast_AsWBP_UI_Social_Screen) == 0x000010, "Member 'WBP_UI_Social_PlayerCard_C_IsContextMenuDisplayed::K2Node_DynamicCast_AsWBP_UI_Social_Screen' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_IsContextMenuDisplayed, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_UI_Social_PlayerCard_C_IsContextMenuDisplayed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_IsContextMenuDisplayed, CallFunc_IsContextMenuDisplayed_ContextMenu) == 0x000020, "Member 'WBP_UI_Social_PlayerCard_C_IsContextMenuDisplayed::CallFunc_IsContextMenuDisplayed_ContextMenu' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_PlayerCard_C_GetUserId \ +static_assert(alignof(WBP_UI_Social_PlayerCard_C_GetUserId) == 0x000008, "Wrong alignment on WBP_UI_Social_PlayerCard_C_GetUserId"); \ +static_assert(sizeof(WBP_UI_Social_PlayerCard_C_GetUserId) == 0x0004C0, "Wrong size on WBP_UI_Social_PlayerCard_C_GetUserId"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_GetUserId, UserId) == 0x000000, "Member 'WBP_UI_Social_PlayerCard_C_GetUserId::UserId' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_GetUserId, CallFunc_IsUserValid_ReturnValue) == 0x000010, "Member 'WBP_UI_Social_PlayerCard_C_GetUserId::CallFunc_IsUserValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_GetUserId, CallFunc_GetUser_ReturnValue) == 0x000018, "Member 'WBP_UI_Social_PlayerCard_C_GetUserId::CallFunc_GetUser_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_PlayerCard_C_IsSamePlayer \ +static_assert(alignof(WBP_UI_Social_PlayerCard_C_IsSamePlayer) == 0x000008, "Wrong alignment on WBP_UI_Social_PlayerCard_C_IsSamePlayer"); \ +static_assert(sizeof(WBP_UI_Social_PlayerCard_C_IsSamePlayer) == 0x000038, "Wrong size on WBP_UI_Social_PlayerCard_C_IsSamePlayer"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_IsSamePlayer, InPlayerCard) == 0x000000, "Member 'WBP_UI_Social_PlayerCard_C_IsSamePlayer::InPlayerCard' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_IsSamePlayer, ReturnValue) == 0x000008, "Member 'WBP_UI_Social_PlayerCard_C_IsSamePlayer::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_IsSamePlayer, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'WBP_UI_Social_PlayerCard_C_IsSamePlayer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_IsSamePlayer, CallFunc_GetUserId_UserId) == 0x000010, "Member 'WBP_UI_Social_PlayerCard_C_IsSamePlayer::CallFunc_GetUserId_UserId' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_IsSamePlayer, CallFunc_GetUserId_UserId_1) == 0x000020, "Member 'WBP_UI_Social_PlayerCard_C_IsSamePlayer::CallFunc_GetUserId_UserId_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_IsSamePlayer, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000030, "Member 'WBP_UI_Social_PlayerCard_C_IsSamePlayer::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_PlayerCard_C_OpenContactsTab \ +static_assert(alignof(WBP_UI_Social_PlayerCard_C_OpenContactsTab) == 0x000008, "Wrong alignment on WBP_UI_Social_PlayerCard_C_OpenContactsTab"); \ +static_assert(sizeof(WBP_UI_Social_PlayerCard_C_OpenContactsTab) == 0x000018, "Wrong size on WBP_UI_Social_PlayerCard_C_OpenContactsTab"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_OpenContactsTab, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_UI_Social_PlayerCard_C_OpenContactsTab::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_OpenContactsTab, K2Node_DynamicCast_AsWBP_UI_Social_Screen) == 0x000008, "Member 'WBP_UI_Social_PlayerCard_C_OpenContactsTab::K2Node_DynamicCast_AsWBP_UI_Social_Screen' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_OpenContactsTab, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_UI_Social_PlayerCard_C_OpenContactsTab::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP \ +static_assert(alignof(WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP) == 0x000008, "Wrong alignment on WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP"); \ +static_assert(sizeof(WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP) == 0x000D38, "Wrong size on WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP, PlayerFound) == 0x000000, "Member 'WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP::PlayerFound' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP, CharacterInfo) == 0x000008, "Member 'WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP::CharacterInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP, Temp_int_Array_Index_Variable) == 0x000430, "Member 'WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP, Temp_int_Loop_Counter_Variable) == 0x000434, "Member 'WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP, CallFunc_Add_IntInt_ReturnValue) == 0x000438, "Member 'WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP, CallFunc_GetUser_ReturnValue) == 0x000440, "Member 'WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP::CallFunc_GetUser_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP, CallFunc_GetUiLobbyInfo_OutInfo) == 0x0008E8, "Member 'WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP::CallFunc_GetUiLobbyInfo_OutInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP, CallFunc_IsEmpty_ReturnValue) == 0x0008F8, "Member 'WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP, CallFunc_Array_Get_Item) == 0x000900, "Member 'WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP, CallFunc_Not_PreBool_ReturnValue) == 0x000D28, "Member 'WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP, CallFunc_Array_Length_ReturnValue) == 0x000D2C, "Member 'WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000D30, "Member 'WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP, CallFunc_Less_IntInt_ReturnValue) == 0x000D31, "Member 'WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP, CallFunc_BooleanAND_ReturnValue) == 0x000D32, "Member 'WBP_UI_Social_PlayerCard_C_FindPlayerForVOIP::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_PlayerCard_C_SetupVOIPIndicator \ +static_assert(alignof(WBP_UI_Social_PlayerCard_C_SetupVOIPIndicator) == 0x000008, "Wrong alignment on WBP_UI_Social_PlayerCard_C_SetupVOIPIndicator"); \ +static_assert(sizeof(WBP_UI_Social_PlayerCard_C_SetupVOIPIndicator) == 0x000440, "Wrong size on WBP_UI_Social_PlayerCard_C_SetupVOIPIndicator"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetupVOIPIndicator, CallFunc_GetSBZGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_UI_Social_PlayerCard_C_SetupVOIPIndicator::CallFunc_GetSBZGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetupVOIPIndicator, CallFunc_IsVoIPEnabled_ReturnValue) == 0x000008, "Member 'WBP_UI_Social_PlayerCard_C_SetupVOIPIndicator::CallFunc_IsVoIPEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetupVOIPIndicator, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000009, "Member 'WBP_UI_Social_PlayerCard_C_SetupVOIPIndicator::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetupVOIPIndicator, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00000A, "Member 'WBP_UI_Social_PlayerCard_C_SetupVOIPIndicator::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetupVOIPIndicator, CallFunc_FindPlayerForVOIP_PlayerFound) == 0x00000B, "Member 'WBP_UI_Social_PlayerCard_C_SetupVOIPIndicator::CallFunc_FindPlayerForVOIP_PlayerFound' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetupVOIPIndicator, CallFunc_FindPlayerForVOIP_CharacterInfo) == 0x000010, "Member 'WBP_UI_Social_PlayerCard_C_SetupVOIPIndicator::CallFunc_FindPlayerForVOIP_CharacterInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetupVOIPIndicator, CallFunc_BooleanOR_ReturnValue) == 0x000438, "Member 'WBP_UI_Social_PlayerCard_C_SetupVOIPIndicator::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_SetupVOIPIndicator, CallFunc_BooleanAND_ReturnValue) == 0x000439, "Member 'WBP_UI_Social_PlayerCard_C_SetupVOIPIndicator::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_PlayerCard_C_PopulatePlayerNames \ +static_assert(alignof(WBP_UI_Social_PlayerCard_C_PopulatePlayerNames) == 0x000008, "Wrong alignment on WBP_UI_Social_PlayerCard_C_PopulatePlayerNames"); \ +static_assert(sizeof(WBP_UI_Social_PlayerCard_C_PopulatePlayerNames) == 0x000098, "Wrong size on WBP_UI_Social_PlayerCard_C_PopulatePlayerNames"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PopulatePlayerNames, PlatformName) == 0x000000, "Member 'WBP_UI_Social_PlayerCard_C_PopulatePlayerNames::PlatformName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PopulatePlayerNames, NebulaName) == 0x000018, "Member 'WBP_UI_Social_PlayerCard_C_PopulatePlayerNames::NebulaName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PopulatePlayerNames, PlatformIcon) == 0x000030, "Member 'WBP_UI_Social_PlayerCard_C_PopulatePlayerNames::PlatformIcon' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PopulatePlayerNames, CallFunc_GetUIManager_ReturnValue) == 0x000038, "Member 'WBP_UI_Social_PlayerCard_C_PopulatePlayerNames::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PopulatePlayerNames, CallFunc_TextIsEmpty_ReturnValue) == 0x000040, "Member 'WBP_UI_Social_PlayerCard_C_PopulatePlayerNames::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PopulatePlayerNames, CallFunc_GetSpriteForNebula_ReturnValue) == 0x000048, "Member 'WBP_UI_Social_PlayerCard_C_PopulatePlayerNames::CallFunc_GetSpriteForNebula_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PopulatePlayerNames, CallFunc_TextIsEmpty_ReturnValue_1) == 0x000050, "Member 'WBP_UI_Social_PlayerCard_C_PopulatePlayerNames::CallFunc_TextIsEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PopulatePlayerNames, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000058, "Member 'WBP_UI_Social_PlayerCard_C_PopulatePlayerNames::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PopulatePlayerNames, CallFunc_GetUIManager_ReturnValue_1) == 0x000068, "Member 'WBP_UI_Social_PlayerCard_C_PopulatePlayerNames::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PopulatePlayerNames, CallFunc_GetLocalizedPlayerNoName_ReturnValue) == 0x000070, "Member 'WBP_UI_Social_PlayerCard_C_PopulatePlayerNames::CallFunc_GetLocalizedPlayerNoName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_PopulatePlayerNames, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1) == 0x000088, "Member 'WBP_UI_Social_PlayerCard_C_PopulatePlayerNames::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Social_PlayerCard_C_UpdateLobbyOwnerVisiblity \ +static_assert(alignof(WBP_UI_Social_PlayerCard_C_UpdateLobbyOwnerVisiblity) == 0x000001, "Wrong alignment on WBP_UI_Social_PlayerCard_C_UpdateLobbyOwnerVisiblity"); \ +static_assert(sizeof(WBP_UI_Social_PlayerCard_C_UpdateLobbyOwnerVisiblity) == 0x000005, "Wrong size on WBP_UI_Social_PlayerCard_C_UpdateLobbyOwnerVisiblity"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_UpdateLobbyOwnerVisiblity, InIsHost) == 0x000000, "Member 'WBP_UI_Social_PlayerCard_C_UpdateLobbyOwnerVisiblity::InIsHost' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_UpdateLobbyOwnerVisiblity, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_Social_PlayerCard_C_UpdateLobbyOwnerVisiblity::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_UpdateLobbyOwnerVisiblity, Temp_byte_Variable) == 0x000002, "Member 'WBP_UI_Social_PlayerCard_C_UpdateLobbyOwnerVisiblity::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_UpdateLobbyOwnerVisiblity, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_UI_Social_PlayerCard_C_UpdateLobbyOwnerVisiblity::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Social_PlayerCard_C_UpdateLobbyOwnerVisiblity, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_Social_PlayerCard_C_UpdateLobbyOwnerVisiblity::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Social_PlayerCard_C \ +static_assert(alignof(UWBP_UI_Social_PlayerCard_C) == 0x000008, "Wrong alignment on UWBP_UI_Social_PlayerCard_C"); \ +static_assert(sizeof(UWBP_UI_Social_PlayerCard_C) == 0x000498, "Wrong size on UWBP_UI_Social_PlayerCard_C"); \ +static_assert(offsetof(UWBP_UI_Social_PlayerCard_C, UberGraphFrame) == 0x0003D0, "Member 'UWBP_UI_Social_PlayerCard_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_PlayerCard_C, OnFocused) == 0x0003D8, "Member 'UWBP_UI_Social_PlayerCard_C::OnFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_PlayerCard_C, Background) == 0x0003E0, "Member 'UWBP_UI_Social_PlayerCard_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_PlayerCard_C, ContextMenu_Anchor) == 0x0003E8, "Member 'UWBP_UI_Social_PlayerCard_C::ContextMenu_Anchor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_PlayerCard_C, EmptyOverlay) == 0x0003F0, "Member 'UWBP_UI_Social_PlayerCard_C::EmptyOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_PlayerCard_C, GameStatus_T) == 0x0003F8, "Member 'UWBP_UI_Social_PlayerCard_C::GameStatus_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_PlayerCard_C, HoverBorder_Image) == 0x000400, "Member 'UWBP_UI_Social_PlayerCard_C::HoverBorder_Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_PlayerCard_C, Icon_Blocked) == 0x000408, "Member 'UWBP_UI_Social_PlayerCard_C::Icon_Blocked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_PlayerCard_C, Icon_Host) == 0x000410, "Member 'UWBP_UI_Social_PlayerCard_C::Icon_Host' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_PlayerCard_C, Icon_Nebula) == 0x000418, "Member 'UWBP_UI_Social_PlayerCard_C::Icon_Nebula' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_PlayerCard_C, Icon_Platform) == 0x000420, "Member 'UWBP_UI_Social_PlayerCard_C::Icon_Platform' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_PlayerCard_C, LobbyOwner_T) == 0x000428, "Member 'UWBP_UI_Social_PlayerCard_C::LobbyOwner_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_PlayerCard_C, NebulaName_T) == 0x000430, "Member 'UWBP_UI_Social_PlayerCard_C::NebulaName_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_PlayerCard_C, NebulaRow_HB) == 0x000438, "Member 'UWBP_UI_Social_PlayerCard_C::NebulaRow_HB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_PlayerCard_C, PlayerOverlay) == 0x000440, "Member 'UWBP_UI_Social_PlayerCard_C::PlayerOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_PlayerCard_C, Text_PlayerLevel) == 0x000448, "Member 'UWBP_UI_Social_PlayerCard_C::Text_PlayerLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_PlayerCard_C, Text_PlayerName_Platform) == 0x000450, "Member 'UWBP_UI_Social_PlayerCard_C::Text_PlayerName_Platform' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_PlayerCard_C, Unavailable_Border) == 0x000458, "Member 'UWBP_UI_Social_PlayerCard_C::Unavailable_Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_PlayerCard_C, WBP_RenownLevel) == 0x000460, "Member 'UWBP_UI_Social_PlayerCard_C::WBP_RenownLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_PlayerCard_C, WBP_VoIP) == 0x000468, "Member 'UWBP_UI_Social_PlayerCard_C::WBP_VoIP' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_PlayerCard_C, SpawnedContextMenu) == 0x000470, "Member 'UWBP_UI_Social_PlayerCard_C::SpawnedContextMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_PlayerCard_C, ContextMenuOpened) == 0x000478, "Member 'UWBP_UI_Social_PlayerCard_C::ContextMenuOpened' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_PlayerCard_C, ParentPlayerCardContainer) == 0x000488, "Member 'UWBP_UI_Social_PlayerCard_C::ParentPlayerCardContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Social_PlayerCard_C, NewVar_0) == 0x000490, "Member 'UWBP_UI_Social_PlayerCard_C::NewVar_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton \ +static_assert(alignof(WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton) == 0x000008, "Wrong alignment on WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton"); \ +static_assert(sizeof(WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton) == 0x000108, "Wrong size on WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton, EntryPoint) == 0x000000, "Member 'WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton, Temp_byte_Variable) == 0x000004, "Member 'WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton, Temp_byte_Variable_1) == 0x000005, "Member 'WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton, Temp_text_Variable) == 0x000008, "Member 'WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton, Temp_text_Variable_1) == 0x000020, "Member 'WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton, Temp_text_Variable_2) == 0x000038, "Member 'WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton, Temp_byte_Variable_2) == 0x000050, "Member 'WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton, Temp_object_Variable) == 0x000058, "Member 'WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton, Temp_object_Variable_1) == 0x000060, "Member 'WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton, Temp_object_Variable_2) == 0x000068, "Member 'WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton, K2Node_Event_IsDesignTime) == 0x000070, "Member 'WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000078, "Member 'WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton, K2Node_Event_bInHasFocus) == 0x000080, "Member 'WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton, K2Node_Event_InArmorChunkData) == 0x000084, "Member 'WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton::K2Node_Event_InArmorChunkData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton, K2Node_Event_bInIsEquipped) == 0x0000D8, "Member 'WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton::K2Node_Event_bInIsEquipped' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton, K2Node_Select_Default) == 0x0000E0, "Member 'WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton, K2Node_Select_Default_1) == 0x0000F8, "Member 'WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton, Temp_byte_Variable_3) == 0x000100, "Member 'WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton, Temp_bool_Variable) == 0x000101, "Member 'WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton, K2Node_Select_Default_2) == 0x000102, "Member 'WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000103, "Member 'WBP_UI_ArmorChunkButton_C_ExecuteUbergraph_WBP_UI_ArmorChunkButton::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorChunkButton_C_OnEquippedChanged \ +static_assert(alignof(WBP_UI_ArmorChunkButton_C_OnEquippedChanged) == 0x000001, "Wrong alignment on WBP_UI_ArmorChunkButton_C_OnEquippedChanged"); \ +static_assert(sizeof(WBP_UI_ArmorChunkButton_C_OnEquippedChanged) == 0x000001, "Wrong size on WBP_UI_ArmorChunkButton_C_OnEquippedChanged"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_OnEquippedChanged, bInIsEquipped) == 0x000000, "Member 'WBP_UI_ArmorChunkButton_C_OnEquippedChanged::bInIsEquipped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorChunkButton_C_ArmorChunkInitialized \ +static_assert(alignof(WBP_UI_ArmorChunkButton_C_ArmorChunkInitialized) == 0x000004, "Wrong alignment on WBP_UI_ArmorChunkButton_C_ArmorChunkInitialized"); \ +static_assert(sizeof(WBP_UI_ArmorChunkButton_C_ArmorChunkInitialized) == 0x000054, "Wrong size on WBP_UI_ArmorChunkButton_C_ArmorChunkInitialized"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_ArmorChunkInitialized, InArmorChunkData) == 0x000000, "Member 'WBP_UI_ArmorChunkButton_C_ArmorChunkInitialized::InArmorChunkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorChunkButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_ArmorChunkButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_ArmorChunkButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_ArmorChunkButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_ArmorChunkButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_ArmorChunkButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorChunkButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_ArmorChunkButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_ArmorChunkButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_ArmorChunkButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_ArmorChunkButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_ArmorChunkButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorChunkButton_C_OnFocusChanged \ +static_assert(alignof(WBP_UI_ArmorChunkButton_C_OnFocusChanged) == 0x000008, "Wrong alignment on WBP_UI_ArmorChunkButton_C_OnFocusChanged"); \ +static_assert(sizeof(WBP_UI_ArmorChunkButton_C_OnFocusChanged) == 0x000028, "Wrong size on WBP_UI_ArmorChunkButton_C_OnFocusChanged"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_OnFocusChanged, bIsFocused) == 0x000000, "Member 'WBP_UI_ArmorChunkButton_C_OnFocusChanged::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_OnFocusChanged, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_UI_ArmorChunkButton_C_OnFocusChanged::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_OnFocusChanged, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_UI_ArmorChunkButton_C_OnFocusChanged::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkButton_C_OnFocusChanged, CallFunc_SelectColor_ReturnValue) == 0x000018, "Member 'WBP_UI_ArmorChunkButton_C_OnFocusChanged::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_ArmorChunkButton_C \ +static_assert(alignof(UWBP_UI_ArmorChunkButton_C) == 0x000008, "Wrong alignment on UWBP_UI_ArmorChunkButton_C"); \ +static_assert(sizeof(UWBP_UI_ArmorChunkButton_C) == 0x000430, "Wrong size on UWBP_UI_ArmorChunkButton_C"); \ +static_assert(offsetof(UWBP_UI_ArmorChunkButton_C, UberGraphFrame) == 0x0003E8, "Member 'UWBP_UI_ArmorChunkButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorChunkButton_C, HoverAnim) == 0x0003F0, "Member 'UWBP_UI_ArmorChunkButton_C::HoverAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorChunkButton_C, ArmorType_I) == 0x0003F8, "Member 'UWBP_UI_ArmorChunkButton_C::ArmorType_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorChunkButton_C, Border_Highlight) == 0x000400, "Member 'UWBP_UI_ArmorChunkButton_C::Border_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorChunkButton_C, ChunkColor_I) == 0x000408, "Member 'UWBP_UI_ArmorChunkButton_C::ChunkColor_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorChunkButton_C, Disabled_I) == 0x000410, "Member 'UWBP_UI_ArmorChunkButton_C::Disabled_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorChunkButton_C, Equipped_T) == 0x000418, "Member 'UWBP_UI_ArmorChunkButton_C::Equipped_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorChunkButton_C, EquippedB) == 0x000420, "Member 'UWBP_UI_ArmorChunkButton_C::EquippedB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorChunkButton_C, ItemName_T) == 0x000428, "Member 'UWBP_UI_ArmorChunkButton_C::ItemName_T' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_OverhealDepletedFeedback_C \ +static_assert(alignof(UBP_OverhealDepletedFeedback_C) == 0x000008, "Wrong alignment on UBP_OverhealDepletedFeedback_C"); \ +static_assert(sizeof(UBP_OverhealDepletedFeedback_C) == 0x000308, "Wrong size on UBP_OverhealDepletedFeedback_C"); \ + +#define DUMPER7_ASSERTS_WBP_ArmorChunk_PlateDetails_C_SetPlateInfo \ +static_assert(alignof(WBP_ArmorChunk_PlateDetails_C_SetPlateInfo) == 0x000008, "Wrong alignment on WBP_ArmorChunk_PlateDetails_C_SetPlateInfo"); \ +static_assert(sizeof(WBP_ArmorChunk_PlateDetails_C_SetPlateInfo) == 0x000218, "Wrong size on WBP_ArmorChunk_PlateDetails_C_SetPlateInfo"); \ +static_assert(offsetof(WBP_ArmorChunk_PlateDetails_C_SetPlateInfo, PlateType) == 0x000000, "Member 'WBP_ArmorChunk_PlateDetails_C_SetPlateInfo::PlateType' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_PlateDetails_C_SetPlateInfo, Temp_text_Variable) == 0x000008, "Member 'WBP_ArmorChunk_PlateDetails_C_SetPlateInfo::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_PlateDetails_C_SetPlateInfo, Temp_byte_Variable) == 0x000020, "Member 'WBP_ArmorChunk_PlateDetails_C_SetPlateInfo::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_PlateDetails_C_SetPlateInfo, Temp_text_Variable_1) == 0x000028, "Member 'WBP_ArmorChunk_PlateDetails_C_SetPlateInfo::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_PlateDetails_C_SetPlateInfo, Temp_text_Variable_2) == 0x000040, "Member 'WBP_ArmorChunk_PlateDetails_C_SetPlateInfo::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_PlateDetails_C_SetPlateInfo, Temp_text_Variable_3) == 0x000058, "Member 'WBP_ArmorChunk_PlateDetails_C_SetPlateInfo::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_PlateDetails_C_SetPlateInfo, Temp_byte_Variable_1) == 0x000070, "Member 'WBP_ArmorChunk_PlateDetails_C_SetPlateInfo::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_PlateDetails_C_SetPlateInfo, K2Node_Select_Default) == 0x000078, "Member 'WBP_ArmorChunk_PlateDetails_C_SetPlateInfo::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_PlateDetails_C_SetPlateInfo, Temp_text_Variable_4) == 0x000090, "Member 'WBP_ArmorChunk_PlateDetails_C_SetPlateInfo::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_PlateDetails_C_SetPlateInfo, Temp_text_Variable_5) == 0x0000A8, "Member 'WBP_ArmorChunk_PlateDetails_C_SetPlateInfo::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_PlateDetails_C_SetPlateInfo, Temp_text_Variable_6) == 0x0000C0, "Member 'WBP_ArmorChunk_PlateDetails_C_SetPlateInfo::Temp_text_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_PlateDetails_C_SetPlateInfo, Temp_text_Variable_7) == 0x0000D8, "Member 'WBP_ArmorChunk_PlateDetails_C_SetPlateInfo::Temp_text_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_PlateDetails_C_SetPlateInfo, K2Node_Select_Default_1) == 0x0000F0, "Member 'WBP_ArmorChunk_PlateDetails_C_SetPlateInfo::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_PlateDetails_C_SetPlateInfo, Temp_text_Variable_8) == 0x000108, "Member 'WBP_ArmorChunk_PlateDetails_C_SetPlateInfo::Temp_text_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_PlateDetails_C_SetPlateInfo, CallFunc_Get_ReturnValue) == 0x000120, "Member 'WBP_ArmorChunk_PlateDetails_C_SetPlateInfo::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_PlateDetails_C_SetPlateInfo, Temp_byte_Variable_2) == 0x000128, "Member 'WBP_ArmorChunk_PlateDetails_C_SetPlateInfo::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_PlateDetails_C_SetPlateInfo, CallFunc_GetChunkData_ReturnValue) == 0x00012C, "Member 'WBP_ArmorChunk_PlateDetails_C_SetPlateInfo::CallFunc_GetChunkData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_PlateDetails_C_SetPlateInfo, K2Node_Select_Default_2) == 0x000180, "Member 'WBP_ArmorChunk_PlateDetails_C_SetPlateInfo::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_PlateDetails_C_SetPlateInfo, CallFunc_Conv_FloatToText_ReturnValue) == 0x000198, "Member 'WBP_ArmorChunk_PlateDetails_C_SetPlateInfo::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_PlateDetails_C_SetPlateInfo, K2Node_MakeStruct_FormatArgumentData) == 0x0001B0, "Member 'WBP_ArmorChunk_PlateDetails_C_SetPlateInfo::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_PlateDetails_C_SetPlateInfo, K2Node_MakeArray_Array) == 0x0001F0, "Member 'WBP_ArmorChunk_PlateDetails_C_SetPlateInfo::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_PlateDetails_C_SetPlateInfo, CallFunc_Format_ReturnValue) == 0x000200, "Member 'WBP_ArmorChunk_PlateDetails_C_SetPlateInfo::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ArmorChunk_PlateDetails_C \ +static_assert(alignof(UWBP_ArmorChunk_PlateDetails_C) == 0x000008, "Wrong alignment on UWBP_ArmorChunk_PlateDetails_C"); \ +static_assert(sizeof(UWBP_ArmorChunk_PlateDetails_C) == 0x0002C0, "Wrong size on UWBP_ArmorChunk_PlateDetails_C"); \ +static_assert(offsetof(UWBP_ArmorChunk_PlateDetails_C, Description_T) == 0x000290, "Member 'UWBP_ArmorChunk_PlateDetails_C::Description_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_PlateDetails_C, DownsAmount_T) == 0x000298, "Member 'UWBP_ArmorChunk_PlateDetails_C::DownsAmount_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_PlateDetails_C, Image_68) == 0x0002A0, "Member 'UWBP_ArmorChunk_PlateDetails_C::Image_68' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_PlateDetails_C, PlateType_T) == 0x0002A8, "Member 'UWBP_ArmorChunk_PlateDetails_C::PlateType_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_PlateDetails_C, RegenAmount_T) == 0x0002B0, "Member 'UWBP_ArmorChunk_PlateDetails_C::RegenAmount_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_PlateDetails_C, Speical_T) == 0x0002B8, "Member 'UWBP_ArmorChunk_PlateDetails_C::Speical_T' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton \ +static_assert(alignof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton) == 0x000008, "Wrong alignment on WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton"); \ +static_assert(sizeof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton) == 0x000110, "Wrong size on WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton, EntryPoint) == 0x000000, "Member 'WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton, Temp_int_Variable) == 0x000004, "Member 'WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton, Temp_object_Variable) == 0x000008, "Member 'WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton, Temp_object_Variable_1) == 0x000010, "Member 'WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton, Temp_object_Variable_2) == 0x000018, "Member 'WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton, Temp_object_Variable_3) == 0x000020, "Member 'WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton, K2Node_Event_IsDesignTime) == 0x000028, "Member 'WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000030, "Member 'WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton, K2Node_Event_bInHasFocus) == 0x000038, "Member 'WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton, K2Node_Event_bInIsHovered) == 0x000039, "Member 'WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton, K2Node_Select_Default) == 0x000040, "Member 'WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton, K2Node_MakeArray_Array) == 0x000088, "Member 'WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton, CallFunc_Get_ReturnValue) == 0x000098, "Member 'WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton, CallFunc_Format_ReturnValue) == 0x0000A0, "Member 'WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton, CallFunc_GetChunkData_ReturnValue) == 0x0000B8, "Member 'WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorModCategoryButton::CallFunc_GetChunkData_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_MainMenu_Loadout_ArmorModCategoryButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_Loadout_ArmorModCategoryButton_C_PreConstruct \ +static_assert(alignof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_MainMenu_Loadout_ArmorModCategoryButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_MainMenu_Loadout_ArmorModCategoryButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_MainMenu_Loadout_ArmorModCategoryButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_Loadout_ArmorModCategoryButton_C_OnFocusChanged \ +static_assert(alignof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_OnFocusChanged) == 0x000008, "Wrong alignment on WBP_MainMenu_Loadout_ArmorModCategoryButton_C_OnFocusChanged"); \ +static_assert(sizeof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_OnFocusChanged) == 0x000028, "Wrong size on WBP_MainMenu_Loadout_ArmorModCategoryButton_C_OnFocusChanged"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_OnFocusChanged, InIsFocused) == 0x000000, "Member 'WBP_MainMenu_Loadout_ArmorModCategoryButton_C_OnFocusChanged::InIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_OnFocusChanged, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_MainMenu_Loadout_ArmorModCategoryButton_C_OnFocusChanged::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_OnFocusChanged, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_MainMenu_Loadout_ArmorModCategoryButton_C_OnFocusChanged::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorModCategoryButton_C_OnFocusChanged, CallFunc_SelectColor_ReturnValue) == 0x000018, "Member 'WBP_MainMenu_Loadout_ArmorModCategoryButton_C_OnFocusChanged::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MainMenu_Loadout_ArmorModCategoryButton_C \ +static_assert(alignof(UWBP_MainMenu_Loadout_ArmorModCategoryButton_C) == 0x000008, "Wrong alignment on UWBP_MainMenu_Loadout_ArmorModCategoryButton_C"); \ +static_assert(sizeof(UWBP_MainMenu_Loadout_ArmorModCategoryButton_C) == 0x0003C0, "Wrong size on UWBP_MainMenu_Loadout_ArmorModCategoryButton_C"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_ArmorModCategoryButton_C, UberGraphFrame) == 0x000390, "Member 'UWBP_MainMenu_Loadout_ArmorModCategoryButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_ArmorModCategoryButton_C, HoverAnim) == 0x000398, "Member 'UWBP_MainMenu_Loadout_ArmorModCategoryButton_C::HoverAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_ArmorModCategoryButton_C, Border_Highlight) == 0x0003A0, "Member 'UWBP_MainMenu_Loadout_ArmorModCategoryButton_C::Border_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_ArmorModCategoryButton_C, ChunkColor_I) == 0x0003A8, "Member 'UWBP_MainMenu_Loadout_ArmorModCategoryButton_C::ChunkColor_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_ArmorModCategoryButton_C, Level_T) == 0x0003B0, "Member 'UWBP_MainMenu_Loadout_ArmorModCategoryButton_C::Level_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_ArmorModCategoryButton_C, SlotIcon_I) == 0x0003B8, "Member 'UWBP_MainMenu_Loadout_ArmorModCategoryButton_C::SlotIcon_I' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ArmorSlotButton \ +static_assert(alignof(WBP_UI_Inventory_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ArmorSlotButton) == 0x000008, "Wrong alignment on WBP_UI_Inventory_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ArmorSlotButton"); \ +static_assert(sizeof(WBP_UI_Inventory_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ArmorSlotButton) == 0x000018, "Wrong size on WBP_UI_Inventory_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ArmorSlotButton"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ArmorSlotButton, EntryPoint) == 0x000000, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ArmorSlotButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ArmorSlotButton, K2Node_Event_bIsActiveArmorSlot) == 0x000004, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ArmorSlotButton::K2Node_Event_bIsActiveArmorSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ArmorSlotButton, Temp_bool_Variable) == 0x000005, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ArmorSlotButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ArmorSlotButton, Temp_byte_Variable) == 0x000006, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ArmorSlotButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ArmorSlotButton, Temp_byte_Variable_1) == 0x000007, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ArmorSlotButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ArmorSlotButton, K2Node_Event_IsDesignTime) == 0x000008, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ArmorSlotButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ArmorSlotButton, K2Node_Select_Default) == 0x000009, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ArmorSlotButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ArmorSlotButton, K2Node_Event_bInIsHovered) == 0x00000A, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ArmorSlotButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ArmorSlotButton, K2Node_Event_bInHasFocus) == 0x00000B, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ArmorSlotButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ArmorSlotButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000010, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ArmorSlotButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ArmorSlotButton_C_SetActiveArmorSlot \ +static_assert(alignof(WBP_UI_Inventory_ArmorSlotButton_C_SetActiveArmorSlot) == 0x000001, "Wrong alignment on WBP_UI_Inventory_ArmorSlotButton_C_SetActiveArmorSlot"); \ +static_assert(sizeof(WBP_UI_Inventory_ArmorSlotButton_C_SetActiveArmorSlot) == 0x000001, "Wrong size on WBP_UI_Inventory_ArmorSlotButton_C_SetActiveArmorSlot"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_SetActiveArmorSlot, bIsActiveArmorSlot) == 0x000000, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_SetActiveArmorSlot::bIsActiveArmorSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ArmorSlotButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_Inventory_ArmorSlotButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_Inventory_ArmorSlotButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_Inventory_ArmorSlotButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_Inventory_ArmorSlotButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ArmorSlotButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_Inventory_ArmorSlotButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_Inventory_ArmorSlotButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_Inventory_ArmorSlotButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_Inventory_ArmorSlotButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ArmorSlotButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_Inventory_ArmorSlotButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Inventory_ArmorSlotButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Inventory_ArmorSlotButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Inventory_ArmorSlotButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ArmorSlotButton_C_OnHover \ +static_assert(alignof(WBP_UI_Inventory_ArmorSlotButton_C_OnHover) == 0x000001, "Wrong alignment on WBP_UI_Inventory_ArmorSlotButton_C_OnHover"); \ +static_assert(sizeof(WBP_UI_Inventory_ArmorSlotButton_C_OnHover) == 0x000001, "Wrong size on WBP_UI_Inventory_ArmorSlotButton_C_OnHover"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_OnHover, bIsHovered) == 0x000000, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_OnHover::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ArmorSlotButton_C_OnFocused \ +static_assert(alignof(WBP_UI_Inventory_ArmorSlotButton_C_OnFocused) == 0x000008, "Wrong alignment on WBP_UI_Inventory_ArmorSlotButton_C_OnFocused"); \ +static_assert(sizeof(WBP_UI_Inventory_ArmorSlotButton_C_OnFocused) == 0x000028, "Wrong size on WBP_UI_Inventory_ArmorSlotButton_C_OnFocused"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_OnFocused, bIsFocused) == 0x000000, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_OnFocused::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_OnFocused, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_OnFocused::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_OnFocused, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_OnFocused::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_OnFocused, CallFunc_SelectColor_ReturnValue) == 0x000018, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_OnFocused::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ArmorSlotButton_C_Set_Armor_Name_Colour \ +static_assert(alignof(WBP_UI_Inventory_ArmorSlotButton_C_Set_Armor_Name_Colour) == 0x000008, "Wrong alignment on WBP_UI_Inventory_ArmorSlotButton_C_Set_Armor_Name_Colour"); \ +static_assert(sizeof(WBP_UI_Inventory_ArmorSlotButton_C_Set_Armor_Name_Colour) == 0x000088, "Wrong size on WBP_UI_Inventory_ArmorSlotButton_C_Set_Armor_Name_Colour"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_Set_Armor_Name_Colour, DesiredColour) == 0x000000, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_Set_Armor_Name_Colour::DesiredColour' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_Set_Armor_Name_Colour, Temp_struct_Variable) == 0x000010, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_Set_Armor_Name_Colour::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_Set_Armor_Name_Colour, CallFunc_GetArmorInSlot_ReturnValue) == 0x000020, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_Set_Armor_Name_Colour::CallFunc_GetArmorInSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_Set_Armor_Name_Colour, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_Set_Armor_Name_Colour::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_Set_Armor_Name_Colour, CallFunc_GetDisplayName_OutDisplayName) == 0x000030, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_Set_Armor_Name_Colour::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_Set_Armor_Name_Colour, CallFunc_GetDisplayName_OutHasText) == 0x000048, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_Set_Armor_Name_Colour::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_Set_Armor_Name_Colour, Temp_bool_Variable) == 0x000049, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_Set_Armor_Name_Colour::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_Set_Armor_Name_Colour, K2Node_Select_Default) == 0x00004C, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_Set_Armor_Name_Colour::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_Set_Armor_Name_Colour, K2Node_MakeStruct_SlateColor) == 0x000060, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_Set_Armor_Name_Colour::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ArmorSlotButton_C_InitializeArmorVisuals \ +static_assert(alignof(WBP_UI_Inventory_ArmorSlotButton_C_InitializeArmorVisuals) == 0x000008, "Wrong alignment on WBP_UI_Inventory_ArmorSlotButton_C_InitializeArmorVisuals"); \ +static_assert(sizeof(WBP_UI_Inventory_ArmorSlotButton_C_InitializeArmorVisuals) == 0x0000B0, "Wrong size on WBP_UI_Inventory_ArmorSlotButton_C_InitializeArmorVisuals"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_InitializeArmorVisuals, ArmorValid) == 0x000000, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_InitializeArmorVisuals::ArmorValid' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_InitializeArmorVisuals, CallFunc_GetArmorInSlot_ReturnValue) == 0x000008, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_InitializeArmorVisuals::CallFunc_GetArmorInSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_InitializeArmorVisuals, CallFunc_GetArmorInSlot_ReturnValue_1) == 0x000010, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_InitializeArmorVisuals::CallFunc_GetArmorInSlot_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_InitializeArmorVisuals, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_InitializeArmorVisuals::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_InitializeArmorVisuals, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_InitializeArmorVisuals::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_InitializeArmorVisuals, CallFunc_GetDisplayName_OutDisplayName) == 0x000020, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_InitializeArmorVisuals::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_InitializeArmorVisuals, CallFunc_GetDisplayName_OutHasText) == 0x000038, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_InitializeArmorVisuals::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_InitializeArmorVisuals, CallFunc_GetArmorInSlot_ReturnValue_2) == 0x000040, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_InitializeArmorVisuals::CallFunc_GetArmorInSlot_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_InitializeArmorVisuals, CallFunc_GetArmorSlot_ReturnValue) == 0x000048, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_InitializeArmorVisuals::CallFunc_GetArmorSlot_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ArmorSlotButton_C_CanCustomize \ +static_assert(alignof(WBP_UI_Inventory_ArmorSlotButton_C_CanCustomize) == 0x000001, "Wrong alignment on WBP_UI_Inventory_ArmorSlotButton_C_CanCustomize"); \ +static_assert(sizeof(WBP_UI_Inventory_ArmorSlotButton_C_CanCustomize) == 0x000003, "Wrong size on WBP_UI_Inventory_ArmorSlotButton_C_CanCustomize"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_CanCustomize, CanCustomize_0) == 0x000000, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_CanCustomize::CanCustomize_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_CanCustomize, CallFunc_IsEmpty_ReturnValue) == 0x000001, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_CanCustomize::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ArmorSlotButton_C_CanCustomize, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'WBP_UI_Inventory_ArmorSlotButton_C_CanCustomize::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Inventory_ArmorSlotButton_C \ +static_assert(alignof(UWBP_UI_Inventory_ArmorSlotButton_C) == 0x000008, "Wrong alignment on UWBP_UI_Inventory_ArmorSlotButton_C"); \ +static_assert(sizeof(UWBP_UI_Inventory_ArmorSlotButton_C) == 0x000470, "Wrong size on UWBP_UI_Inventory_ArmorSlotButton_C"); \ +static_assert(offsetof(UWBP_UI_Inventory_ArmorSlotButton_C, UberGraphFrame) == 0x0003E0, "Member 'UWBP_UI_Inventory_ArmorSlotButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ArmorSlotButton_C, HoverAnim) == 0x0003E8, "Member 'UWBP_UI_Inventory_ArmorSlotButton_C::HoverAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ArmorSlotButton_C, Border_Highlight) == 0x0003F0, "Member 'UWBP_UI_Inventory_ArmorSlotButton_C::Border_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ArmorSlotButton_C, Customize_O) == 0x0003F8, "Member 'UWBP_UI_Inventory_ArmorSlotButton_C::Customize_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ArmorSlotButton_C, Equipped_Text) == 0x000400, "Member 'UWBP_UI_Inventory_ArmorSlotButton_C::Equipped_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ArmorSlotButton_C, EquippedB) == 0x000408, "Member 'UWBP_UI_Inventory_ArmorSlotButton_C::EquippedB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ArmorSlotButton_C, Image) == 0x000410, "Member 'UWBP_UI_Inventory_ArmorSlotButton_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ArmorSlotButton_C, Image_1) == 0x000418, "Member 'UWBP_UI_Inventory_ArmorSlotButton_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ArmorSlotButton_C, Image_2) == 0x000420, "Member 'UWBP_UI_Inventory_ArmorSlotButton_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ArmorSlotButton_C, Image_7) == 0x000428, "Member 'UWBP_UI_Inventory_ArmorSlotButton_C::Image_7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ArmorSlotButton_C, Image_98) == 0x000430, "Member 'UWBP_UI_Inventory_ArmorSlotButton_C::Image_98' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ArmorSlotButton_C, Image_511) == 0x000438, "Member 'UWBP_UI_Inventory_ArmorSlotButton_C::Image_511' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ArmorSlotButton_C, Image_Background) == 0x000440, "Member 'UWBP_UI_Inventory_ArmorSlotButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ArmorSlotButton_C, Plus_Icon_1) == 0x000448, "Member 'UWBP_UI_Inventory_ArmorSlotButton_C::Plus_Icon_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ArmorSlotButton_C, Purchase) == 0x000450, "Member 'UWBP_UI_Inventory_ArmorSlotButton_C::Purchase' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ArmorSlotButton_C, TextBlock_Name) == 0x000458, "Member 'UWBP_UI_Inventory_ArmorSlotButton_C::TextBlock_Name' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ArmorSlotButton_C, WBP_UI_ArmorChunkPreview) == 0x000460, "Member 'UWBP_UI_Inventory_ArmorSlotButton_C::WBP_UI_ArmorChunkPreview' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ArmorSlotButton_C, Widget_Icon) == 0x000468, "Member 'UWBP_UI_Inventory_ArmorSlotButton_C::Widget_Icon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PlayerIcon_C \ +static_assert(alignof(UWBP_PlayerIcon_C) == 0x000008, "Wrong alignment on UWBP_PlayerIcon_C"); \ +static_assert(sizeof(UWBP_PlayerIcon_C) == 0x0002A0, "Wrong size on UWBP_PlayerIcon_C"); \ +static_assert(offsetof(UWBP_PlayerIcon_C, Background_I) == 0x000290, "Member 'UWBP_PlayerIcon_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PlayerIcon_C, Icon_I) == 0x000298, "Member 'UWBP_PlayerIcon_C::Icon_I' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UArmoredVehicle62FrontWheel_C \ +static_assert(alignof(UArmoredVehicle62FrontWheel_C) == 0x000008, "Wrong alignment on UArmoredVehicle62FrontWheel_C"); \ +static_assert(sizeof(UArmoredVehicle62FrontWheel_C) == 0x000100, "Wrong size on UArmoredVehicle62FrontWheel_C"); \ + +#define DUMPER7_ASSERTS_WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button \ +static_assert(alignof(WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button) == 0x000008, "Wrong alignment on WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button"); \ +static_assert(sizeof(WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button) == 0x000048, "Wrong size on WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button, EntryPoint) == 0x000000, "Member 'WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button, K2Node_Event_bIsActive) == 0x000004, "Member 'WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button::K2Node_Event_bIsActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button, Temp_bool_Variable) == 0x000005, "Member 'WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button, Temp_object_Variable) == 0x000008, "Member 'WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button, Temp_object_Variable_1) == 0x000010, "Member 'WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button, CallFunc_IsHovered_ReturnValue) == 0x000018, "Member 'WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button, K2Node_Event_bInIsHovered) == 0x000019, "Member 'WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button, K2Node_Event_IsDesignTime) == 0x00001A, "Member 'WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button, CallFunc_SelectColor_ReturnValue) == 0x00001C, "Member 'WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button, CallFunc_SelectColor_ReturnValue_1) == 0x00002C, "Member 'WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button, CallFunc_SelectFloat_ReturnValue) == 0x00003C, "Member 'WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button, K2Node_Select_Default) == 0x000040, "Member 'WBP_Skills_Navbar_Button_C_ExecuteUbergraph_WBP_Skills_Navbar_Button::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills_Navbar_Button_C_SetActive \ +static_assert(alignof(WBP_Skills_Navbar_Button_C_SetActive) == 0x000001, "Wrong alignment on WBP_Skills_Navbar_Button_C_SetActive"); \ +static_assert(sizeof(WBP_Skills_Navbar_Button_C_SetActive) == 0x000001, "Wrong size on WBP_Skills_Navbar_Button_C_SetActive"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetActive, bIsActive) == 0x000000, "Member 'WBP_Skills_Navbar_Button_C_SetActive::bIsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills_Navbar_Button_C_PreConstruct \ +static_assert(alignof(WBP_Skills_Navbar_Button_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Skills_Navbar_Button_C_PreConstruct"); \ +static_assert(sizeof(WBP_Skills_Navbar_Button_C_PreConstruct) == 0x000001, "Wrong size on WBP_Skills_Navbar_Button_C_PreConstruct"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Skills_Navbar_Button_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills_Navbar_Button_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_Skills_Navbar_Button_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_Skills_Navbar_Button_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_Skills_Navbar_Button_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_Skills_Navbar_Button_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_Skills_Navbar_Button_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills_Navbar_Button_C_SetFocused \ +static_assert(alignof(WBP_Skills_Navbar_Button_C_SetFocused) == 0x000008, "Wrong alignment on WBP_Skills_Navbar_Button_C_SetFocused"); \ +static_assert(sizeof(WBP_Skills_Navbar_Button_C_SetFocused) == 0x000090, "Wrong size on WBP_Skills_Navbar_Button_C_SetFocused"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetFocused, InFocused) == 0x000000, "Member 'WBP_Skills_Navbar_Button_C_SetFocused::InFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetFocused, Temp_object_Variable) == 0x000008, "Member 'WBP_Skills_Navbar_Button_C_SetFocused::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetFocused, Temp_object_Variable_1) == 0x000010, "Member 'WBP_Skills_Navbar_Button_C_SetFocused::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetFocused, Temp_bool_Variable) == 0x000018, "Member 'WBP_Skills_Navbar_Button_C_SetFocused::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetFocused, Temp_object_Variable_2) == 0x000020, "Member 'WBP_Skills_Navbar_Button_C_SetFocused::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetFocused, Temp_object_Variable_3) == 0x000028, "Member 'WBP_Skills_Navbar_Button_C_SetFocused::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetFocused, Temp_bool_Variable_1) == 0x000030, "Member 'WBP_Skills_Navbar_Button_C_SetFocused::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetFocused, Temp_object_Variable_4) == 0x000038, "Member 'WBP_Skills_Navbar_Button_C_SetFocused::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetFocused, Temp_object_Variable_5) == 0x000040, "Member 'WBP_Skills_Navbar_Button_C_SetFocused::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetFocused, Temp_bool_Variable_2) == 0x000048, "Member 'WBP_Skills_Navbar_Button_C_SetFocused::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetFocused, Temp_bool_Variable_3) == 0x000049, "Member 'WBP_Skills_Navbar_Button_C_SetFocused::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetFocused, Temp_object_Variable_6) == 0x000050, "Member 'WBP_Skills_Navbar_Button_C_SetFocused::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetFocused, CallFunc_SelectInt_ReturnValue) == 0x000058, "Member 'WBP_Skills_Navbar_Button_C_SetFocused::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetFocused, K2Node_Select_Default) == 0x000060, "Member 'WBP_Skills_Navbar_Button_C_SetFocused::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetFocused, K2Node_Select_Default_1) == 0x000068, "Member 'WBP_Skills_Navbar_Button_C_SetFocused::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetFocused, Temp_bool_Variable_4) == 0x000070, "Member 'WBP_Skills_Navbar_Button_C_SetFocused::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetFocused, CallFunc_SelectInt_ReturnValue_1) == 0x000074, "Member 'WBP_Skills_Navbar_Button_C_SetFocused::CallFunc_SelectInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetFocused, K2Node_Select_Default_2) == 0x000078, "Member 'WBP_Skills_Navbar_Button_C_SetFocused::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetFocused, K2Node_Select_Default_3) == 0x000080, "Member 'WBP_Skills_Navbar_Button_C_SetFocused::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetFocused, K2Node_Select_Default_4) == 0x000088, "Member 'WBP_Skills_Navbar_Button_C_SetFocused::K2Node_Select_Default_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills_Navbar_Button_C_SetHovered \ +static_assert(alignof(WBP_Skills_Navbar_Button_C_SetHovered) == 0x000008, "Wrong alignment on WBP_Skills_Navbar_Button_C_SetHovered"); \ +static_assert(sizeof(WBP_Skills_Navbar_Button_C_SetHovered) == 0x000098, "Wrong size on WBP_Skills_Navbar_Button_C_SetHovered"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetHovered, InHovered) == 0x000000, "Member 'WBP_Skills_Navbar_Button_C_SetHovered::InHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetHovered, Temp_bool_Variable) == 0x000001, "Member 'WBP_Skills_Navbar_Button_C_SetHovered::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetHovered, CallFunc_SelectInt_ReturnValue) == 0x000004, "Member 'WBP_Skills_Navbar_Button_C_SetHovered::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetHovered, Temp_object_Variable) == 0x000008, "Member 'WBP_Skills_Navbar_Button_C_SetHovered::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetHovered, Temp_object_Variable_1) == 0x000010, "Member 'WBP_Skills_Navbar_Button_C_SetHovered::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetHovered, Temp_bool_Variable_1) == 0x000018, "Member 'WBP_Skills_Navbar_Button_C_SetHovered::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetHovered, Temp_object_Variable_2) == 0x000020, "Member 'WBP_Skills_Navbar_Button_C_SetHovered::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetHovered, Temp_object_Variable_3) == 0x000028, "Member 'WBP_Skills_Navbar_Button_C_SetHovered::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetHovered, Temp_bool_Variable_2) == 0x000030, "Member 'WBP_Skills_Navbar_Button_C_SetHovered::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetHovered, Temp_bool_Variable_3) == 0x000031, "Member 'WBP_Skills_Navbar_Button_C_SetHovered::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetHovered, Temp_object_Variable_4) == 0x000038, "Member 'WBP_Skills_Navbar_Button_C_SetHovered::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetHovered, Temp_object_Variable_5) == 0x000040, "Member 'WBP_Skills_Navbar_Button_C_SetHovered::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetHovered, Temp_bool_Variable_4) == 0x000048, "Member 'WBP_Skills_Navbar_Button_C_SetHovered::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetHovered, Temp_object_Variable_6) == 0x000050, "Member 'WBP_Skills_Navbar_Button_C_SetHovered::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetHovered, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000058, "Member 'WBP_Skills_Navbar_Button_C_SetHovered::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetHovered, CallFunc_PlayAnimationTimeRange_ReturnValue_1) == 0x000060, "Member 'WBP_Skills_Navbar_Button_C_SetHovered::CallFunc_PlayAnimationTimeRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetHovered, CallFunc_SelectInt_ReturnValue_1) == 0x000068, "Member 'WBP_Skills_Navbar_Button_C_SetHovered::CallFunc_SelectInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetHovered, K2Node_Select_Default) == 0x000070, "Member 'WBP_Skills_Navbar_Button_C_SetHovered::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetHovered, K2Node_Select_Default_1) == 0x000078, "Member 'WBP_Skills_Navbar_Button_C_SetHovered::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetHovered, K2Node_Select_Default_2) == 0x000080, "Member 'WBP_Skills_Navbar_Button_C_SetHovered::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetHovered, K2Node_Select_Default_3) == 0x000088, "Member 'WBP_Skills_Navbar_Button_C_SetHovered::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetHovered, K2Node_Select_Default_4) == 0x000090, "Member 'WBP_Skills_Navbar_Button_C_SetHovered::K2Node_Select_Default_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills_Navbar_Button_C_InitializeButton \ +static_assert(alignof(WBP_Skills_Navbar_Button_C_InitializeButton) == 0x000008, "Wrong alignment on WBP_Skills_Navbar_Button_C_InitializeButton"); \ +static_assert(sizeof(WBP_Skills_Navbar_Button_C_InitializeButton) == 0x000018, "Wrong size on WBP_Skills_Navbar_Button_C_InitializeButton"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_InitializeButton, ButtonText) == 0x000000, "Member 'WBP_Skills_Navbar_Button_C_InitializeButton::ButtonText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills_Navbar_Button_C_SetCategoryCount \ +static_assert(alignof(WBP_Skills_Navbar_Button_C_SetCategoryCount) == 0x000008, "Wrong alignment on WBP_Skills_Navbar_Button_C_SetCategoryCount"); \ +static_assert(sizeof(WBP_Skills_Navbar_Button_C_SetCategoryCount) == 0x000070, "Wrong size on WBP_Skills_Navbar_Button_C_SetCategoryCount"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetCategoryCount, CategoryPointCount) == 0x000000, "Member 'WBP_Skills_Navbar_Button_C_SetCategoryCount::CategoryPointCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetCategoryCount, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'WBP_Skills_Navbar_Button_C_SetCategoryCount::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetCategoryCount, K2Node_MakeArray_Array) == 0x000048, "Member 'WBP_Skills_Navbar_Button_C_SetCategoryCount::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills_Navbar_Button_C_SetCategoryCount, CallFunc_Format_ReturnValue) == 0x000058, "Member 'WBP_Skills_Navbar_Button_C_SetCategoryCount::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Skills_Navbar_Button_C \ +static_assert(alignof(UWBP_Skills_Navbar_Button_C) == 0x000008, "Wrong alignment on UWBP_Skills_Navbar_Button_C"); \ +static_assert(sizeof(UWBP_Skills_Navbar_Button_C) == 0x0003E8, "Wrong size on UWBP_Skills_Navbar_Button_C"); \ +static_assert(offsetof(UWBP_Skills_Navbar_Button_C, UberGraphFrame) == 0x000380, "Member 'UWBP_Skills_Navbar_Button_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills_Navbar_Button_C, Stubbie_Secondary) == 0x000388, "Member 'UWBP_Skills_Navbar_Button_C::Stubbie_Secondary' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills_Navbar_Button_C, Stubbie_main) == 0x000390, "Member 'UWBP_Skills_Navbar_Button_C::Stubbie_main' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills_Navbar_Button_C, Background_I) == 0x000398, "Member 'UWBP_Skills_Navbar_Button_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills_Navbar_Button_C, Background_WS) == 0x0003A0, "Member 'UWBP_Skills_Navbar_Button_C::Background_WS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills_Navbar_Button_C, Category_Skill_Points) == 0x0003A8, "Member 'UWBP_Skills_Navbar_Button_C::Category_Skill_Points' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills_Navbar_Button_C, HoveredBkg_I) == 0x0003B0, "Member 'UWBP_Skills_Navbar_Button_C::HoveredBkg_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills_Navbar_Button_C, Root_SB) == 0x0003B8, "Member 'UWBP_Skills_Navbar_Button_C::Root_SB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills_Navbar_Button_C, SelectedBkg_I) == 0x0003C0, "Member 'UWBP_Skills_Navbar_Button_C::SelectedBkg_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills_Navbar_Button_C, Title_T) == 0x0003C8, "Member 'UWBP_Skills_Navbar_Button_C::Title_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills_Navbar_Button_C, MouseClicked) == 0x0003D0, "Member 'UWBP_Skills_Navbar_Button_C::MouseClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills_Navbar_Button_C, IsFocused) == 0x0003E0, "Member 'UWBP_Skills_Navbar_Button_C::IsFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills_Navbar_Button_C, IsSecondLayer) == 0x0003E1, "Member 'UWBP_Skills_Navbar_Button_C::IsSecondLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDA_ThePunchMeleeDamageType_C \ +static_assert(alignof(UDA_ThePunchMeleeDamageType_C) == 0x000008, "Wrong alignment on UDA_ThePunchMeleeDamageType_C"); \ +static_assert(sizeof(UDA_ThePunchMeleeDamageType_C) == 0x000090, "Wrong size on UDA_ThePunchMeleeDamageType_C"); \ + +#define DUMPER7_ASSERTS_BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement \ +static_assert(alignof(BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement) == 0x000008, "Wrong alignment on BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement"); \ +static_assert(sizeof(BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement) == 0x0000E8, "Wrong size on BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement"); \ +static_assert(offsetof(BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement, Interactor) == 0x000000, "Member 'BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement, OutData) == 0x000008, "Member 'BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement::OutData' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement, bIsSignalRequired) == 0x000048, "Member 'BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement::bIsSignalRequired' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement, bInIsScreenInteract) == 0x000049, "Member 'BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement::bInIsScreenInteract' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement, bIsCasing) == 0x00004A, "Member 'BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement::bIsCasing' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement, bIsEncumbered) == 0x00004B, "Member 'BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement::bIsEncumbered' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement, ReturnValue) == 0x00004C, "Member 'BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement, LocalOutData) == 0x000050, "Member 'BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement::LocalOutData' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement, Temp_bool_Variable) == 0x000090, "Member 'BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement, CallFunc_GetOwner_ReturnValue) == 0x000098, "Member 'BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement, K2Node_DynamicCast_AsCharacter) == 0x0000A0, "Member 'BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement, K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface) == 0x0000B0, "Member 'BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement::K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement, Temp_text_Variable) == 0x0000C8, "Member 'BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x0000E0, "Member 'BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement, CallFunc_Array_Add_ReturnValue) == 0x0000E4, "Member 'BP_Meth_Req_MuriaticAcid_C_BP_CheckRequirement::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Meth_Req_MuriaticAcid_C \ +static_assert(alignof(UBP_Meth_Req_MuriaticAcid_C) == 0x000008, "Wrong alignment on UBP_Meth_Req_MuriaticAcid_C"); \ +static_assert(sizeof(UBP_Meth_Req_MuriaticAcid_C) == 0x000030, "Wrong size on UBP_Meth_Req_MuriaticAcid_C"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_SkillLine_C_ExecuteUbergraph_WBP_Skills2_SkillLine \ +static_assert(alignof(WBP_Skills2_SkillLine_C_ExecuteUbergraph_WBP_Skills2_SkillLine) == 0x000008, "Wrong alignment on WBP_Skills2_SkillLine_C_ExecuteUbergraph_WBP_Skills2_SkillLine"); \ +static_assert(sizeof(WBP_Skills2_SkillLine_C_ExecuteUbergraph_WBP_Skills2_SkillLine) == 0x000020, "Wrong size on WBP_Skills2_SkillLine_C_ExecuteUbergraph_WBP_Skills2_SkillLine"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_ExecuteUbergraph_WBP_Skills2_SkillLine, EntryPoint) == 0x000000, "Member 'WBP_Skills2_SkillLine_C_ExecuteUbergraph_WBP_Skills2_SkillLine::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_ExecuteUbergraph_WBP_Skills2_SkillLine, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000008, "Member 'WBP_Skills2_SkillLine_C_ExecuteUbergraph_WBP_Skills2_SkillLine::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_ExecuteUbergraph_WBP_Skills2_SkillLine, K2Node_Event_IsDesignTime) == 0x000010, "Member 'WBP_Skills2_SkillLine_C_ExecuteUbergraph_WBP_Skills2_SkillLine::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_ExecuteUbergraph_WBP_Skills2_SkillLine, CallFunc_PlayAnimationTimeRange_ReturnValue_1) == 0x000018, "Member 'WBP_Skills2_SkillLine_C_ExecuteUbergraph_WBP_Skills2_SkillLine::CallFunc_PlayAnimationTimeRange_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_SkillLine_C_PreConstruct \ +static_assert(alignof(WBP_Skills2_SkillLine_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Skills2_SkillLine_C_PreConstruct"); \ +static_assert(sizeof(WBP_Skills2_SkillLine_C_PreConstruct) == 0x000001, "Wrong size on WBP_Skills2_SkillLine_C_PreConstruct"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Skills2_SkillLine_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_SkillLine_C_InitializeSkillTree \ +static_assert(alignof(WBP_Skills2_SkillLine_C_InitializeSkillTree) == 0x000008, "Wrong alignment on WBP_Skills2_SkillLine_C_InitializeSkillTree"); \ +static_assert(sizeof(WBP_Skills2_SkillLine_C_InitializeSkillTree) == 0x0000D0, "Wrong size on WBP_Skills2_SkillLine_C_InitializeSkillTree"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_InitializeSkillTree, Skill_Tree_Data) == 0x000000, "Member 'WBP_Skills2_SkillLine_C_InitializeSkillTree::Skill_Tree_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_InitializeSkillTree, CallFunc_GetDisplayName_OutDisplayName) == 0x000008, "Member 'WBP_Skills2_SkillLine_C_InitializeSkillTree::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_InitializeSkillTree, CallFunc_GetDisplayName_OutHasText) == 0x000020, "Member 'WBP_Skills2_SkillLine_C_InitializeSkillTree::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_InitializeSkillTree, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000028, "Member 'WBP_Skills2_SkillLine_C_InitializeSkillTree::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_InitializeSkillTree, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000030, "Member 'WBP_Skills2_SkillLine_C_InitializeSkillTree::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_InitializeSkillTree, K2Node_MakeStruct_SlateBrush) == 0x000038, "Member 'WBP_Skills2_SkillLine_C_InitializeSkillTree::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_InitializeSkillTree, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x0000C8, "Member 'WBP_Skills2_SkillLine_C_InitializeSkillTree::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_SkillLine_C_SetSkillMenuRef \ +static_assert(alignof(WBP_Skills2_SkillLine_C_SetSkillMenuRef) == 0x000008, "Wrong alignment on WBP_Skills2_SkillLine_C_SetSkillMenuRef"); \ +static_assert(sizeof(WBP_Skills2_SkillLine_C_SetSkillMenuRef) == 0x000050, "Wrong size on WBP_Skills2_SkillLine_C_SetSkillMenuRef"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_SetSkillMenuRef, SkillMenu) == 0x000000, "Member 'WBP_Skills2_SkillLine_C_SetSkillMenuRef::SkillMenu' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_SetSkillMenuRef, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_Skills2_SkillLine_C_SetSkillMenuRef::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_SetSkillMenuRef, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_Skills2_SkillLine_C_SetSkillMenuRef::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_SetSkillMenuRef, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_Skills2_SkillLine_C_SetSkillMenuRef::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_SetSkillMenuRef, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'WBP_Skills2_SkillLine_C_SetSkillMenuRef::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_SetSkillMenuRef, K2Node_MakeArray_Array) == 0x000028, "Member 'WBP_Skills2_SkillLine_C_SetSkillMenuRef::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_SetSkillMenuRef, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_Skills2_SkillLine_C_SetSkillMenuRef::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_SetSkillMenuRef, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_Skills2_SkillLine_C_SetSkillMenuRef::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_SetSkillMenuRef, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'WBP_Skills2_SkillLine_C_SetSkillMenuRef::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_SkillLine_C_SetSkillTierLocked \ +static_assert(alignof(WBP_Skills2_SkillLine_C_SetSkillTierLocked) == 0x000008, "Wrong alignment on WBP_Skills2_SkillLine_C_SetSkillTierLocked"); \ +static_assert(sizeof(WBP_Skills2_SkillLine_C_SetSkillTierLocked) == 0x000048, "Wrong size on WBP_Skills2_SkillLine_C_SetSkillTierLocked"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_SetSkillTierLocked, LockedStatus) == 0x000000, "Member 'WBP_Skills2_SkillLine_C_SetSkillTierLocked::LockedStatus' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_SetSkillTierLocked, Tier) == 0x000004, "Member 'WBP_Skills2_SkillLine_C_SetSkillTierLocked::Tier' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_SetSkillTierLocked, Temp_bool_Variable) == 0x000008, "Member 'WBP_Skills2_SkillLine_C_SetSkillTierLocked::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_SetSkillTierLocked, K2Node_Select_Default) == 0x000010, "Member 'WBP_Skills2_SkillLine_C_SetSkillTierLocked::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_SetSkillTierLocked, K2Node_SwitchInteger_CmpSuccess) == 0x000038, "Member 'WBP_Skills2_SkillLine_C_SetSkillTierLocked::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_SetSkillTierLocked, Temp_int_Variable) == 0x00003C, "Member 'WBP_Skills2_SkillLine_C_SetSkillTierLocked::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_SetSkillTierLocked, K2Node_Select_Default_1) == 0x000040, "Member 'WBP_Skills2_SkillLine_C_SetSkillTierLocked::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_SkillLine_C_UpdateSkillLinePointCounter \ +static_assert(alignof(WBP_Skills2_SkillLine_C_UpdateSkillLinePointCounter) == 0x000008, "Wrong alignment on WBP_Skills2_SkillLine_C_UpdateSkillLinePointCounter"); \ +static_assert(sizeof(WBP_Skills2_SkillLine_C_UpdateSkillLinePointCounter) == 0x000020, "Wrong size on WBP_Skills2_SkillLine_C_UpdateSkillLinePointCounter"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_UpdateSkillLinePointCounter, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_Skills2_SkillLine_C_UpdateSkillLinePointCounter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_UpdateSkillLinePointCounter, CallFunc_GetCostOfEquippedSkillsWithTag_ReturnValue) == 0x000004, "Member 'WBP_Skills2_SkillLine_C_UpdateSkillLinePointCounter::CallFunc_GetCostOfEquippedSkillsWithTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_UpdateSkillLinePointCounter, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_Skills2_SkillLine_C_UpdateSkillLinePointCounter::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_SkillLine_C_RefreshSkillButtonVisuals \ +static_assert(alignof(WBP_Skills2_SkillLine_C_RefreshSkillButtonVisuals) == 0x000008, "Wrong alignment on WBP_Skills2_SkillLine_C_RefreshSkillButtonVisuals"); \ +static_assert(sizeof(WBP_Skills2_SkillLine_C_RefreshSkillButtonVisuals) == 0x000038, "Wrong size on WBP_Skills2_SkillLine_C_RefreshSkillButtonVisuals"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_RefreshSkillButtonVisuals, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_Skills2_SkillLine_C_RefreshSkillButtonVisuals::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_RefreshSkillButtonVisuals, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_Skills2_SkillLine_C_RefreshSkillButtonVisuals::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_RefreshSkillButtonVisuals, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Skills2_SkillLine_C_RefreshSkillButtonVisuals::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_RefreshSkillButtonVisuals, K2Node_MakeArray_Array) == 0x000010, "Member 'WBP_Skills2_SkillLine_C_RefreshSkillButtonVisuals::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_RefreshSkillButtonVisuals, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_Skills2_SkillLine_C_RefreshSkillButtonVisuals::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_RefreshSkillButtonVisuals, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_Skills2_SkillLine_C_RefreshSkillButtonVisuals::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillLine_C_RefreshSkillButtonVisuals, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_Skills2_SkillLine_C_RefreshSkillButtonVisuals::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Skills2_SkillLine_C \ +static_assert(alignof(UWBP_Skills2_SkillLine_C) == 0x000008, "Wrong alignment on UWBP_Skills2_SkillLine_C"); \ +static_assert(sizeof(UWBP_Skills2_SkillLine_C) == 0x000410, "Wrong size on UWBP_Skills2_SkillLine_C"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, UberGraphFrame) == 0x000290, "Member 'UWBP_Skills2_SkillLine_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, Tree_Completed) == 0x000298, "Member 'UWBP_Skills2_SkillLine_C::Tree_Completed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, Completed_loop) == 0x0002A0, "Member 'UWBP_Skills2_SkillLine_C::Completed_loop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, Intro) == 0x0002A8, "Member 'UWBP_Skills2_SkillLine_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, Top_Square_Pulse_loop) == 0x0002B0, "Member 'UWBP_Skills2_SkillLine_C::Top_Square_Pulse_loop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, TwoASkillButton) == 0x0002B8, "Member 'UWBP_Skills2_SkillLine_C::TwoASkillButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, TwoBSkillButton) == 0x0002C0, "Member 'UWBP_Skills2_SkillLine_C::TwoBSkillButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, ThreeASkillButton) == 0x0002C8, "Member 'UWBP_Skills2_SkillLine_C::ThreeASkillButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, ThreeBSkillButton) == 0x0002D0, "Member 'UWBP_Skills2_SkillLine_C::ThreeBSkillButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, DescriptionText) == 0x0002D8, "Member 'UWBP_Skills2_SkillLine_C::DescriptionText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, HeaderText) == 0x0002E0, "Member 'UWBP_Skills2_SkillLine_C::HeaderText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, Image) == 0x0002E8, "Member 'UWBP_Skills2_SkillLine_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, Image_1) == 0x0002F0, "Member 'UWBP_Skills2_SkillLine_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, Image_2) == 0x0002F8, "Member 'UWBP_Skills2_SkillLine_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, Image_3) == 0x000300, "Member 'UWBP_Skills2_SkillLine_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, Image_625) == 0x000308, "Member 'UWBP_Skills2_SkillLine_C::Image_625' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, Image_824) == 0x000310, "Member 'UWBP_Skills2_SkillLine_C::Image_824' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, SUB_CATEGORY_DISPLAYEDPOINTS_ACTIVATED) == 0x000318, "Member 'UWBP_Skills2_SkillLine_C::SUB_CATEGORY_DISPLAYEDPOINTS_ACTIVATED' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, Tier1SkillButton) == 0x000320, "Member 'UWBP_Skills2_SkillLine_C::Tier1SkillButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, Tier4SkillButton) == 0x000328, "Member 'UWBP_Skills2_SkillLine_C::Tier4SkillButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, TIER_1_TEXT) == 0x000330, "Member 'UWBP_Skills2_SkillLine_C::TIER_1_TEXT' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, TIER_1_UNLOCKED_BACKDROP) == 0x000338, "Member 'UWBP_Skills2_SkillLine_C::TIER_1_UNLOCKED_BACKDROP' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, TIER_1_UNLOCKED_Line) == 0x000340, "Member 'UWBP_Skills2_SkillLine_C::TIER_1_UNLOCKED_Line' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, TIER_1_UNLOCKED_Line_1) == 0x000348, "Member 'UWBP_Skills2_SkillLine_C::TIER_1_UNLOCKED_Line_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, TIER_1_UNLOCKED_Line_2) == 0x000350, "Member 'UWBP_Skills2_SkillLine_C::TIER_1_UNLOCKED_Line_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, TIER_1_UNLOCKED_Line_3) == 0x000358, "Member 'UWBP_Skills2_SkillLine_C::TIER_1_UNLOCKED_Line_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, TIER_1_UNLOCKED_Line_4) == 0x000360, "Member 'UWBP_Skills2_SkillLine_C::TIER_1_UNLOCKED_Line_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, TIER_1_UNLOCKED_Line_5) == 0x000368, "Member 'UWBP_Skills2_SkillLine_C::TIER_1_UNLOCKED_Line_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, TIER_1_UNLOCKED_Line_6) == 0x000370, "Member 'UWBP_Skills2_SkillLine_C::TIER_1_UNLOCKED_Line_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, TIER_1_UNLOCKED_Line_7) == 0x000378, "Member 'UWBP_Skills2_SkillLine_C::TIER_1_UNLOCKED_Line_7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, TIER_2_TEXT) == 0x000380, "Member 'UWBP_Skills2_SkillLine_C::TIER_2_TEXT' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, TIER_2_UNLOCKED_BACKDROP) == 0x000388, "Member 'UWBP_Skills2_SkillLine_C::TIER_2_UNLOCKED_BACKDROP' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, TIER_3_TEXT) == 0x000390, "Member 'UWBP_Skills2_SkillLine_C::TIER_3_TEXT' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, TIER_3_UNLOCKED_BACKDROP) == 0x000398, "Member 'UWBP_Skills2_SkillLine_C::TIER_3_UNLOCKED_BACKDROP' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, TIER_4_TEXT) == 0x0003A0, "Member 'UWBP_Skills2_SkillLine_C::TIER_4_TEXT' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, TIER_4_UNLOCKED_BACKDROP) == 0x0003A8, "Member 'UWBP_Skills2_SkillLine_C::TIER_4_UNLOCKED_BACKDROP' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, TREE_ICON) == 0x0003B0, "Member 'UWBP_Skills2_SkillLine_C::TREE_ICON' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, Skill_Menu) == 0x0003B8, "Member 'UWBP_Skills2_SkillLine_C::Skill_Menu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, DisabledColor) == 0x0003C0, "Member 'UWBP_Skills2_SkillLine_C::DisabledColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillLine_C, ActiveColor) == 0x0003E8, "Member 'UWBP_Skills2_SkillLine_C::ActiveColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_WP_Master_C_ExecuteUbergraph_ABP_WP_Master \ +static_assert(alignof(ABP_WP_Master_C_ExecuteUbergraph_ABP_WP_Master) == 0x000004, "Wrong alignment on ABP_WP_Master_C_ExecuteUbergraph_ABP_WP_Master"); \ +static_assert(sizeof(ABP_WP_Master_C_ExecuteUbergraph_ABP_WP_Master) == 0x000008, "Wrong size on ABP_WP_Master_C_ExecuteUbergraph_ABP_WP_Master"); \ +static_assert(offsetof(ABP_WP_Master_C_ExecuteUbergraph_ABP_WP_Master, EntryPoint) == 0x000000, "Member 'ABP_WP_Master_C_ExecuteUbergraph_ABP_WP_Master::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_WP_Master_C_ExecuteUbergraph_ABP_WP_Master, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000004, "Member 'ABP_WP_Master_C_ExecuteUbergraph_ABP_WP_Master::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_WP_Master_C_AnimGraph \ +static_assert(alignof(ABP_WP_Master_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_WP_Master_C_AnimGraph"); \ +static_assert(sizeof(ABP_WP_Master_C_AnimGraph) == 0x000010, "Wrong size on ABP_WP_Master_C_AnimGraph"); \ +static_assert(offsetof(ABP_WP_Master_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_WP_Master_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_WP_Master_C \ +static_assert(alignof(UABP_WP_Master_C) == 0x000010, "Wrong alignment on UABP_WP_Master_C"); \ +static_assert(sizeof(UABP_WP_Master_C) == 0x0015B0, "Wrong size on UABP_WP_Master_C"); \ +static_assert(offsetof(UABP_WP_Master_C, UberGraphFrame) == 0x000390, "Member 'UABP_WP_Master_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_WP_Master_C, AnimGraphNode_Root) == 0x000398, "Member 'UABP_WP_Master_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_WP_Master_C, AnimGraphNode_Slot_1) == 0x0003E0, "Member 'UABP_WP_Master_C::AnimGraphNode_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_WP_Master_C, AnimGraphNode_Slot) == 0x000440, "Member 'UABP_WP_Master_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UABP_WP_Master_C, AnimGraphNode_SequencePlayer_1) == 0x0004A0, "Member 'UABP_WP_Master_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_WP_Master_C, SBZAnimGraphNode_BoneKeepRefPose) == 0x000570, "Member 'UABP_WP_Master_C::SBZAnimGraphNode_BoneKeepRefPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_WP_Master_C, AnimGraphNode_LocalToComponentSpace) == 0x000678, "Member 'UABP_WP_Master_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_WP_Master_C, AnimGraphNode_ComponentToLocalSpace) == 0x0006A8, "Member 'UABP_WP_Master_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_WP_Master_C, AnimGraphNode_SequencePlayer) == 0x0006D8, "Member 'UABP_WP_Master_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_WP_Master_C, AnimGraphNode_ApplyAdditive) == 0x0007A8, "Member 'UABP_WP_Master_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(UABP_WP_Master_C, AnimGraphNode_RigidBody) == 0x000890, "Member 'UABP_WP_Master_C::AnimGraphNode_RigidBody' has a wrong offset!"); \ +static_assert(offsetof(UABP_WP_Master_C, AnimGraphNode_TwoWayBlend) == 0x001150, "Member 'UABP_WP_Master_C::AnimGraphNode_TwoWayBlend' has a wrong offset!"); \ +static_assert(offsetof(UABP_WP_Master_C, AnimGraphNode_SaveCachedPose) == 0x001228, "Member 'UABP_WP_Master_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_WP_Master_C, AnimGraphNode_UseCachedPose_1) == 0x001390, "Member 'UABP_WP_Master_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_WP_Master_C, AnimGraphNode_UseCachedPose) == 0x0013D0, "Member 'UABP_WP_Master_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_WP_Master_C, AnimGraphNode_Inertialization) == 0x001410, "Member 'UABP_WP_Master_C::AnimGraphNode_Inertialization' has a wrong offset!"); \ +static_assert(offsetof(UABP_WP_Master_C, SBZAnimGraphNode_CopyBoneDeltaMultiTargets) == 0x001490, "Member 'UABP_WP_Master_C::SBZAnimGraphNode_CopyBoneDeltaMultiTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton \ +static_assert(alignof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton) == 0x000008, "Wrong alignment on WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton"); \ +static_assert(sizeof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton) == 0x0001A0, "Wrong size on WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, EntryPoint) == 0x000000, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, Temp_bool_Variable) == 0x000010, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, Temp_byte_Variable) == 0x000011, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, Temp_byte_Variable_1) == 0x000012, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, K2Node_Event_IsDesignTime) == 0x000013, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000018, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000020, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, Temp_object_Variable) == 0x000040, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, K2Node_CustomEvent_Skill_Tree_Pair) == 0x000048, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::K2Node_CustomEvent_Skill_Tree_Pair' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, K2Node_DynamicCast_AsPaper_Sprite) == 0x000058, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, K2Node_CustomEvent_Loaded) == 0x000068, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000070, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, K2Node_CreateDelegate_OutputDelegate_1) == 0x000074, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, K2Node_CustomEvent_bEquipped) == 0x000088, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::K2Node_CustomEvent_bEquipped' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, K2Node_Select_Default) == 0x000089, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, CallFunc_IsValidSoftObjectReference_ReturnValue_1) == 0x00008A, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::CallFunc_IsValidSoftObjectReference_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, Temp_object_Variable_1) == 0x000090, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, K2Node_DynamicCast_AsPaper_Sprite_1) == 0x000098, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::K2Node_DynamicCast_AsPaper_Sprite_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, K2Node_DynamicCast_bSuccess_1) == 0x0000A0, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, K2Node_MakeStruct_SlateBrush) == 0x0000A8, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, CallFunc_SkillButtonEquip_Success) == 0x000138, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::CallFunc_SkillButtonEquip_Success' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, CallFunc_SkillButtonUnequip_Success) == 0x000139, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::CallFunc_SkillButtonUnequip_Success' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, K2Node_Event_bInHasFocus) == 0x00013A, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, CallFunc_GetSkillButtonState_SkillState) == 0x00013B, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::CallFunc_GetSkillButtonState_SkillState' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, CallFunc_IsValid_ReturnValue) == 0x00013C, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, K2Node_CustomEvent_Loaded_1) == 0x000140, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::K2Node_CustomEvent_Loaded_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000148, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, CallFunc_PlayAnimationTimeRange_ReturnValue_1) == 0x000150, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::CallFunc_PlayAnimationTimeRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, CallFunc_PlayAnimationTimeRange_ReturnValue_2) == 0x000158, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::CallFunc_PlayAnimationTimeRange_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, CallFunc_PlayAnimationTimeRange_ReturnValue_3) == 0x000160, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::CallFunc_PlayAnimationTimeRange_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, CallFunc_Create_ReturnValue) == 0x000168, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, CallFunc_GetDisplayName_OutDisplayName) == 0x000170, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, CallFunc_GetDisplayName_OutHasText) == 0x000188, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, CallFunc_PlayAnimationTimeRange_ReturnValue_4) == 0x000190, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::CallFunc_PlayAnimationTimeRange_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton, CallFunc_PlayAnimationTimeRange_ReturnValue_5) == 0x000198, "Member 'WBP_Skills2_SkillButton_C_ExecuteUbergraph_WBP_Skills2_SkillButton::CallFunc_PlayAnimationTimeRange_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_SkillButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_Skills2_SkillButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_Skills2_SkillButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_Skills2_SkillButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_Skills2_SkillButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_Skills2_SkillButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_SkillButton_C_OnBaseSkillEquipChanged \ +static_assert(alignof(WBP_Skills2_SkillButton_C_OnBaseSkillEquipChanged) == 0x000001, "Wrong alignment on WBP_Skills2_SkillButton_C_OnBaseSkillEquipChanged"); \ +static_assert(sizeof(WBP_Skills2_SkillButton_C_OnBaseSkillEquipChanged) == 0x000001, "Wrong size on WBP_Skills2_SkillButton_C_OnBaseSkillEquipChanged"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_OnBaseSkillEquipChanged, bEquipped) == 0x000000, "Member 'WBP_Skills2_SkillButton_C_OnBaseSkillEquipChanged::bEquipped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_SkillButton_C_InitializeSkill \ +static_assert(alignof(WBP_Skills2_SkillButton_C_InitializeSkill) == 0x000008, "Wrong alignment on WBP_Skills2_SkillButton_C_InitializeSkill"); \ +static_assert(sizeof(WBP_Skills2_SkillButton_C_InitializeSkill) == 0x000010, "Wrong size on WBP_Skills2_SkillButton_C_InitializeSkill"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_InitializeSkill, Skill_Tree_Pair_0) == 0x000000, "Member 'WBP_Skills2_SkillButton_C_InitializeSkill::Skill_Tree_Pair_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_SkillButton_C_PreConstruct \ +static_assert(alignof(WBP_Skills2_SkillButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Skills2_SkillButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_Skills2_SkillButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_Skills2_SkillButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Skills2_SkillButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_SkillButton_C_OnLoaded_83A83B3B4F2C9BC7598C3E8E6301D8D2 \ +static_assert(alignof(WBP_Skills2_SkillButton_C_OnLoaded_83A83B3B4F2C9BC7598C3E8E6301D8D2) == 0x000008, "Wrong alignment on WBP_Skills2_SkillButton_C_OnLoaded_83A83B3B4F2C9BC7598C3E8E6301D8D2"); \ +static_assert(sizeof(WBP_Skills2_SkillButton_C_OnLoaded_83A83B3B4F2C9BC7598C3E8E6301D8D2) == 0x000008, "Wrong size on WBP_Skills2_SkillButton_C_OnLoaded_83A83B3B4F2C9BC7598C3E8E6301D8D2"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_OnLoaded_83A83B3B4F2C9BC7598C3E8E6301D8D2, Loaded) == 0x000000, "Member 'WBP_Skills2_SkillButton_C_OnLoaded_83A83B3B4F2C9BC7598C3E8E6301D8D2::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_SkillButton_C_OnLoaded_481F4F31498706A9F416249DED3A1E97 \ +static_assert(alignof(WBP_Skills2_SkillButton_C_OnLoaded_481F4F31498706A9F416249DED3A1E97) == 0x000008, "Wrong alignment on WBP_Skills2_SkillButton_C_OnLoaded_481F4F31498706A9F416249DED3A1E97"); \ +static_assert(sizeof(WBP_Skills2_SkillButton_C_OnLoaded_481F4F31498706A9F416249DED3A1E97) == 0x000008, "Wrong size on WBP_Skills2_SkillButton_C_OnLoaded_481F4F31498706A9F416249DED3A1E97"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_OnLoaded_481F4F31498706A9F416249DED3A1E97, Loaded) == 0x000000, "Member 'WBP_Skills2_SkillButton_C_OnLoaded_481F4F31498706A9F416249DED3A1E97::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_SkillButton_C_Set_State \ +static_assert(alignof(WBP_Skills2_SkillButton_C_Set_State) == 0x000008, "Wrong alignment on WBP_Skills2_SkillButton_C_Set_State"); \ +static_assert(sizeof(WBP_Skills2_SkillButton_C_Set_State) == 0x000138, "Wrong size on WBP_Skills2_SkillButton_C_Set_State"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, State) == 0x000000, "Member 'WBP_Skills2_SkillButton_C_Set_State::State' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, ModBrush) == 0x000008, "Member 'WBP_Skills2_SkillButton_C_Set_State::ModBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, Temp_byte_Variable) == 0x000098, "Member 'WBP_Skills2_SkillButton_C_Set_State::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, Temp_byte_Variable_1) == 0x000099, "Member 'WBP_Skills2_SkillButton_C_Set_State::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, CallFunc_IsValid_ReturnValue) == 0x00009A, "Member 'WBP_Skills2_SkillButton_C_Set_State::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, CallFunc_MakeLiteralByte_ReturnValue) == 0x00009B, "Member 'WBP_Skills2_SkillButton_C_Set_State::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, Temp_bool_Variable) == 0x00009C, "Member 'WBP_Skills2_SkillButton_C_Set_State::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, Temp_byte_Variable_2) == 0x00009D, "Member 'WBP_Skills2_SkillButton_C_Set_State::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, Temp_byte_Variable_3) == 0x00009E, "Member 'WBP_Skills2_SkillButton_C_Set_State::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, Temp_bool_Variable_1) == 0x00009F, "Member 'WBP_Skills2_SkillButton_C_Set_State::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, Temp_byte_Variable_4) == 0x0000A0, "Member 'WBP_Skills2_SkillButton_C_Set_State::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, Temp_byte_Variable_5) == 0x0000A1, "Member 'WBP_Skills2_SkillButton_C_Set_State::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0000A2, "Member 'WBP_Skills2_SkillButton_C_Set_State::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, Temp_byte_Variable_6) == 0x0000A3, "Member 'WBP_Skills2_SkillButton_C_Set_State::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, Temp_struct_Variable) == 0x0000A4, "Member 'WBP_Skills2_SkillButton_C_Set_State::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, Temp_struct_Variable_1) == 0x0000B4, "Member 'WBP_Skills2_SkillButton_C_Set_State::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, Temp_struct_Variable_2) == 0x0000C4, "Member 'WBP_Skills2_SkillButton_C_Set_State::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, Temp_bool_Variable_2) == 0x0000D4, "Member 'WBP_Skills2_SkillButton_C_Set_State::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, Temp_byte_Variable_7) == 0x0000D5, "Member 'WBP_Skills2_SkillButton_C_Set_State::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, Temp_byte_Variable_8) == 0x0000D6, "Member 'WBP_Skills2_SkillButton_C_Set_State::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, Temp_bool_Variable_3) == 0x0000D7, "Member 'WBP_Skills2_SkillButton_C_Set_State::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, Temp_byte_Variable_9) == 0x0000D8, "Member 'WBP_Skills2_SkillButton_C_Set_State::Temp_byte_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, Temp_byte_Variable_10) == 0x0000D9, "Member 'WBP_Skills2_SkillButton_C_Set_State::Temp_byte_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, Temp_bool_Variable_4) == 0x0000DA, "Member 'WBP_Skills2_SkillButton_C_Set_State::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x0000DB, "Member 'WBP_Skills2_SkillButton_C_Set_State::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000DC, "Member 'WBP_Skills2_SkillButton_C_Set_State::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, CallFunc_GreaterEqual_ByteByte_ReturnValue) == 0x0000DD, "Member 'WBP_Skills2_SkillButton_C_Set_State::CallFunc_GreaterEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, Temp_byte_Variable_11) == 0x0000DE, "Member 'WBP_Skills2_SkillButton_C_Set_State::Temp_byte_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000DF, "Member 'WBP_Skills2_SkillButton_C_Set_State::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0000E0, "Member 'WBP_Skills2_SkillButton_C_Set_State::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, CallFunc_BooleanOR_ReturnValue) == 0x0000E1, "Member 'WBP_Skills2_SkillButton_C_Set_State::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, K2Node_Select_Default) == 0x0000E2, "Member 'WBP_Skills2_SkillButton_C_Set_State::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, CallFunc_IsValid_ReturnValue_1) == 0x0000E3, "Member 'WBP_Skills2_SkillButton_C_Set_State::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, Temp_byte_Variable_12) == 0x0000E4, "Member 'WBP_Skills2_SkillButton_C_Set_State::Temp_byte_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, CallFunc_GreaterEqual_ByteByte_ReturnValue_1) == 0x0000E5, "Member 'WBP_Skills2_SkillButton_C_Set_State::CallFunc_GreaterEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x0000E8, "Member 'WBP_Skills2_SkillButton_C_Set_State::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, Temp_bool_Variable_5) == 0x0000F0, "Member 'WBP_Skills2_SkillButton_C_Set_State::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0000F1, "Member 'WBP_Skills2_SkillButton_C_Set_State::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, K2Node_Select_Default_1) == 0x0000F2, "Member 'WBP_Skills2_SkillButton_C_Set_State::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, K2Node_Select_Default_2) == 0x0000F3, "Member 'WBP_Skills2_SkillButton_C_Set_State::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x0000F4, "Member 'WBP_Skills2_SkillButton_C_Set_State::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, CallFunc_GreaterEqual_ByteByte_ReturnValue_2) == 0x0000F5, "Member 'WBP_Skills2_SkillButton_C_Set_State::CallFunc_GreaterEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, K2Node_Select_Default_3) == 0x0000F6, "Member 'WBP_Skills2_SkillButton_C_Set_State::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, K2Node_Select_Default_4) == 0x0000F7, "Member 'WBP_Skills2_SkillButton_C_Set_State::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x0000F8, "Member 'WBP_Skills2_SkillButton_C_Set_State::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, K2Node_Select_Default_5) == 0x0000F9, "Member 'WBP_Skills2_SkillButton_C_Set_State::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, Temp_bool_Variable_6) == 0x0000FA, "Member 'WBP_Skills2_SkillButton_C_Set_State::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, K2Node_Select_Default_6) == 0x000100, "Member 'WBP_Skills2_SkillButton_C_Set_State::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, K2Node_Select_Default_7) == 0x000108, "Member 'WBP_Skills2_SkillButton_C_Set_State::K2Node_Select_Default_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, CallFunc_GetSkillCost_ReturnValue) == 0x000118, "Member 'WBP_Skills2_SkillButton_C_Set_State::CallFunc_GetSkillCost_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_Set_State, CallFunc_Conv_IntToText_ReturnValue) == 0x000120, "Member 'WBP_Skills2_SkillButton_C_Set_State::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_SkillButton_C_UnequipSkillButton \ +static_assert(alignof(WBP_Skills2_SkillButton_C_UnequipSkillButton) == 0x000001, "Wrong alignment on WBP_Skills2_SkillButton_C_UnequipSkillButton"); \ +static_assert(sizeof(WBP_Skills2_SkillButton_C_UnequipSkillButton) == 0x000001, "Wrong size on WBP_Skills2_SkillButton_C_UnequipSkillButton"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_UnequipSkillButton, CallFunc_ForceUnequipSkillButton_RemovedAnySkill) == 0x000000, "Member 'WBP_Skills2_SkillButton_C_UnequipSkillButton::CallFunc_ForceUnequipSkillButton_RemovedAnySkill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_SkillButton_C_SetFocused \ +static_assert(alignof(WBP_Skills2_SkillButton_C_SetFocused) == 0x000004, "Wrong alignment on WBP_Skills2_SkillButton_C_SetFocused"); \ +static_assert(sizeof(WBP_Skills2_SkillButton_C_SetFocused) == 0x000054, "Wrong size on WBP_Skills2_SkillButton_C_SetFocused"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_SetFocused, Focus) == 0x000000, "Member 'WBP_Skills2_SkillButton_C_SetFocused::Focus' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_SetFocused, Temp_byte_Variable) == 0x000001, "Member 'WBP_Skills2_SkillButton_C_SetFocused::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_SetFocused, Temp_struct_Variable) == 0x000004, "Member 'WBP_Skills2_SkillButton_C_SetFocused::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_SetFocused, Temp_struct_Variable_1) == 0x000014, "Member 'WBP_Skills2_SkillButton_C_SetFocused::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_SetFocused, Temp_struct_Variable_2) == 0x000024, "Member 'WBP_Skills2_SkillButton_C_SetFocused::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_SetFocused, K2Node_Select_Default) == 0x000034, "Member 'WBP_Skills2_SkillButton_C_SetFocused::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_SkillButton_C_SetFocused, CallFunc_SelectColor_ReturnValue) == 0x000044, "Member 'WBP_Skills2_SkillButton_C_SetFocused::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Skills2_SkillButton_C \ +static_assert(alignof(UWBP_Skills2_SkillButton_C) == 0x000008, "Wrong alignment on UWBP_Skills2_SkillButton_C"); \ +static_assert(sizeof(UWBP_Skills2_SkillButton_C) == 0x000478, "Wrong size on UWBP_Skills2_SkillButton_C"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, UberGraphFrame) == 0x000378, "Member 'UWBP_Skills2_SkillButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, PulseEquipFail) == 0x000380, "Member 'UWBP_Skills2_SkillButton_C::PulseEquipFail' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, Un_hover_reverse) == 0x000388, "Member 'UWBP_Skills2_SkillButton_C::Un_hover_reverse' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, Ace_Loop) == 0x000390, "Member 'UWBP_Skills2_SkillButton_C::Ace_Loop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, ACE) == 0x000398, "Member 'UWBP_Skills2_SkillButton_C::ACE' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, Equipped) == 0x0003A0, "Member 'UWBP_Skills2_SkillButton_C::Equipped' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, Hover) == 0x0003A8, "Member 'UWBP_Skills2_SkillButton_C::Hover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, ACE_AVAILABLE_ICON) == 0x0003B0, "Member 'UWBP_Skills2_SkillButton_C::ACE_AVAILABLE_ICON' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, ACED) == 0x0003B8, "Member 'UWBP_Skills2_SkillButton_C::ACED' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, Border_Highlight) == 0x0003C0, "Member 'UWBP_Skills2_SkillButton_C::Border_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, EquippedAnim_I) == 0x0003C8, "Member 'UWBP_Skills2_SkillButton_C::EquippedAnim_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, EquippedIcon_I) == 0x0003D0, "Member 'UWBP_Skills2_SkillButton_C::EquippedIcon_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, FailEquip_I) == 0x0003D8, "Member 'UWBP_Skills2_SkillButton_C::FailEquip_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, Icon_I) == 0x0003E0, "Member 'UWBP_Skills2_SkillButton_C::Icon_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, Inactive_I) == 0x0003E8, "Member 'UWBP_Skills2_SkillButton_C::Inactive_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, LOCK_AREA) == 0x0003F0, "Member 'UWBP_Skills2_SkillButton_C::LOCK_AREA' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, SizeBox) == 0x0003F8, "Member 'UWBP_Skills2_SkillButton_C::SizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, SKILL_POINT_AMOUNT) == 0x000400, "Member 'UWBP_Skills2_SkillButton_C::SKILL_POINT_AMOUNT' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, SKILL_POINT_DISPLAY) == 0x000408, "Member 'UWBP_Skills2_SkillButton_C::SKILL_POINT_DISPLAY' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, Skill_point_outline_default) == 0x000410, "Member 'UWBP_Skills2_SkillButton_C::Skill_point_outline_default' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, Skill_point_outline_Equipped) == 0x000418, "Member 'UWBP_Skills2_SkillButton_C::Skill_point_outline_Equipped' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, SkillName) == 0x000420, "Member 'UWBP_Skills2_SkillButton_C::SkillName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, Unequipped_I) == 0x000428, "Member 'UWBP_Skills2_SkillButton_C::Unequipped_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, Skill_Tree_Pair) == 0x000430, "Member 'UWBP_Skills2_SkillButton_C::Skill_Tree_Pair' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, DescriptionImage) == 0x000440, "Member 'UWBP_Skills2_SkillButton_C::DescriptionImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, AcedColor) == 0x000448, "Member 'UWBP_Skills2_SkillButton_C::AcedColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, EquippedColor) == 0x000458, "Member 'UWBP_Skills2_SkillButton_C::EquippedColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, SkillsMenu) == 0x000468, "Member 'UWBP_Skills2_SkillButton_C::SkillsMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_SkillButton_C, SkillLine) == 0x000470, "Member 'UWBP_Skills2_SkillButton_C::SkillLine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo \ +static_assert(alignof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo) == 0x000008, "Wrong alignment on WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo"); \ +static_assert(sizeof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo) == 0x0000C0, "Wrong size on WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo"); \ +static_assert(offsetof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo, EntryPoint) == 0x000000, "Member 'WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo, Temp_bool_Variable) == 0x000004, "Member 'WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo, Temp_byte_Variable) == 0x000005, "Member 'WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo, Temp_bool_Variable_1) == 0x000007, "Member 'WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo, Temp_byte_Variable_2) == 0x000008, "Member 'WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo, Temp_byte_Variable_3) == 0x000009, "Member 'WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo, CallFunc_GetLocalPlayerState_ReturnValue) == 0x000010, "Member 'WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo::CallFunc_GetLocalPlayerState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo, CallFunc_GetAccelBytePlayerName_ReturnValue) == 0x000018, "Member 'WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo::CallFunc_GetAccelBytePlayerName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo, CallFunc_GetPlayerName_ReturnValue) == 0x000028, "Member 'WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo::CallFunc_GetPlayerName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000050, "Member 'WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo, CallFunc_TextIsEmpty_ReturnValue) == 0x000068, "Member 'WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo, K2Node_Select_Default) == 0x000069, "Member 'WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo, CallFunc_GetUIManager_ReturnValue) == 0x000070, "Member 'WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo, CallFunc_GetPlatform_ReturnValue) == 0x000078, "Member 'WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo, CallFunc_GetLocalPlayerState_ReturnValue_1) == 0x000080, "Member 'WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo::CallFunc_GetLocalPlayerState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo, CallFunc_GetSpriteForPlatform_ReturnValue) == 0x000088, "Member 'WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo::CallFunc_GetSpriteForPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo, K2Node_DynamicCast_AsSBZPlayer_State) == 0x000090, "Member 'WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo::K2Node_DynamicCast_AsSBZPlayer_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo, CallFunc_GetInfamyManager_ReturnValue) == 0x0000A0, "Member 'WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo::CallFunc_GetInfamyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x0000A8, "Member 'WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo, CallFunc_ClientGetCurrentRenownLevel_ReturnValue) == 0x0000B8, "Member 'WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo::CallFunc_ClientGetCurrentRenownLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo, CallFunc_Greater_IntInt_ReturnValue) == 0x0000BC, "Member 'WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo, K2Node_Select_Default_1) == 0x0000BD, "Member 'WBP_LocalPlayerInfo_C_ExecuteUbergraph_WBP_LocalPlayerInfo::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_LocalPlayerInfo_C \ +static_assert(alignof(UWBP_LocalPlayerInfo_C) == 0x000008, "Wrong alignment on UWBP_LocalPlayerInfo_C"); \ +static_assert(sizeof(UWBP_LocalPlayerInfo_C) == 0x0002E8, "Wrong size on UWBP_LocalPlayerInfo_C"); \ +static_assert(offsetof(UWBP_LocalPlayerInfo_C, UberGraphFrame) == 0x000290, "Member 'UWBP_LocalPlayerInfo_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LocalPlayerInfo_C, Background_I) == 0x000298, "Member 'UWBP_LocalPlayerInfo_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LocalPlayerInfo_C, Image_Icon_Platform) == 0x0002A0, "Member 'UWBP_LocalPlayerInfo_C::Image_Icon_Platform' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LocalPlayerInfo_C, InfamyLevel) == 0x0002A8, "Member 'UWBP_LocalPlayerInfo_C::InfamyLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LocalPlayerInfo_C, NebulaIcon_I) == 0x0002B0, "Member 'UWBP_LocalPlayerInfo_C::NebulaIcon_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LocalPlayerInfo_C, NebulaName_HB) == 0x0002B8, "Member 'UWBP_LocalPlayerInfo_C::NebulaName_HB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LocalPlayerInfo_C, NebulaName_T) == 0x0002C0, "Member 'UWBP_LocalPlayerInfo_C::NebulaName_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LocalPlayerInfo_C, PlayerIcon) == 0x0002C8, "Member 'UWBP_LocalPlayerInfo_C::PlayerIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LocalPlayerInfo_C, PlayerName_T) == 0x0002D0, "Member 'UWBP_LocalPlayerInfo_C::PlayerName_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LocalPlayerInfo_C, RenownLevel) == 0x0002D8, "Member 'UWBP_LocalPlayerInfo_C::RenownLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LocalPlayerInfo_C, RenownLevel_HB) == 0x0002E0, "Member 'UWBP_LocalPlayerInfo_C::RenownLevel_HB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LA_Civ_Cosmetic_WaveAtTaxi_C \ +static_assert(alignof(ABP_LA_Civ_Cosmetic_WaveAtTaxi_C) == 0x000008, "Wrong alignment on ABP_LA_Civ_Cosmetic_WaveAtTaxi_C"); \ +static_assert(sizeof(ABP_LA_Civ_Cosmetic_WaveAtTaxi_C) == 0x0002C0, "Wrong size on ABP_LA_Civ_Cosmetic_WaveAtTaxi_C"); \ +static_assert(offsetof(ABP_LA_Civ_Cosmetic_WaveAtTaxi_C, SBZLifeActionSlot) == 0x0002A8, "Member 'ABP_LA_Civ_Cosmetic_WaveAtTaxi_C::SBZLifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Cosmetic_WaveAtTaxi_C, SBZLifeActionInstance) == 0x0002B0, "Member 'ABP_LA_Civ_Cosmetic_WaveAtTaxi_C::SBZLifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Cosmetic_WaveAtTaxi_C, SBZLifeAction) == 0x0002B8, "Member 'ABP_LA_Civ_Cosmetic_WaveAtTaxi_C::SBZLifeAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton \ +static_assert(alignof(WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton) == 0x000008, "Wrong alignment on WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton"); \ +static_assert(sizeof(WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton) == 0x0000B8, "Wrong size on WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton"); \ +static_assert(offsetof(WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton, EntryPoint) == 0x000000, "Member 'WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton, CallFunc_GetGameEventBroker_ReturnValue) == 0x000018, "Member 'WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton::CallFunc_GetGameEventBroker_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton, CallFunc_HasPrivilege_ReturnValue) == 0x000034, "Member 'WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton::CallFunc_HasPrivilege_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton, CallFunc_GetUIManager_ReturnValue) == 0x000038, "Member 'WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton, K2Node_CustomEvent_bIsGameInstallPending) == 0x000040, "Member 'WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton::K2Node_CustomEvent_bIsGameInstallPending' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton, CallFunc_IsGameInstallPending_ReturnValue) == 0x000041, "Member 'WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton::CallFunc_IsGameInstallPending_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton, CallFunc_HasPrivilege_ReturnValue_1) == 0x000042, "Member 'WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton::CallFunc_HasPrivilege_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton, K2Node_CustomEvent_Privilege) == 0x000043, "Member 'WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton::K2Node_CustomEvent_Privilege' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton, K2Node_CustomEvent_bPrivilegeAllowed) == 0x000044, "Member 'WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton::K2Node_CustomEvent_bPrivilegeAllowed' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton, CallFunc_GetUIManager_ReturnValue_1) == 0x000048, "Member 'WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton, K2Node_SwitchEnum_CmpSuccess) == 0x000050, "Member 'WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton, CallFunc_GetUIManager_ReturnValue_2) == 0x000058, "Member 'WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton::CallFunc_GetUIManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton, CallFunc_IsGameInstallPending_ReturnValue_1) == 0x000060, "Member 'WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton::CallFunc_IsGameInstallPending_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton, K2Node_Event_bInHasFocus) == 0x000061, "Member 'WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton, CallFunc_GetUIManager_ReturnValue_3) == 0x000068, "Member 'WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton::CallFunc_GetUIManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton, CallFunc_MakeLiteralName_ReturnValue) == 0x000070, "Member 'WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton, CallFunc_GetUIManager_ReturnValue_4) == 0x000080, "Member 'WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton::CallFunc_GetUIManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton, CallFunc_PeekStack_ReturnValue) == 0x000088, "Member 'WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton::CallFunc_PeekStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton, CallFunc_GetUIManager_ReturnValue_5) == 0x000098, "Member 'WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton::CallFunc_GetUIManager_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0000A0, "Member 'WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton, CallFunc_PopStack_ReturnValue) == 0x0000A4, "Member 'WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton, K2Node_Event_bInIsHovered) == 0x0000B0, "Member 'WBP_SocialButton_C_ExecuteUbergraph_WBP_SocialButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SocialButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_SocialButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_SocialButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_SocialButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_SocialButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_SocialButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_SocialButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SocialButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_SocialButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_SocialButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_SocialButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_SocialButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_SocialButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_SocialButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SocialButton_C_OnPrivilegeQueried \ +static_assert(alignof(WBP_SocialButton_C_OnPrivilegeQueried) == 0x000001, "Wrong alignment on WBP_SocialButton_C_OnPrivilegeQueried"); \ +static_assert(sizeof(WBP_SocialButton_C_OnPrivilegeQueried) == 0x000002, "Wrong size on WBP_SocialButton_C_OnPrivilegeQueried"); \ +static_assert(offsetof(WBP_SocialButton_C_OnPrivilegeQueried, Privilege) == 0x000000, "Member 'WBP_SocialButton_C_OnPrivilegeQueried::Privilege' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_OnPrivilegeQueried, bPrivilegeAllowed) == 0x000001, "Member 'WBP_SocialButton_C_OnPrivilegeQueried::bPrivilegeAllowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SocialButton_C_OnInstallStateChanged \ +static_assert(alignof(WBP_SocialButton_C_OnInstallStateChanged) == 0x000001, "Wrong alignment on WBP_SocialButton_C_OnInstallStateChanged"); \ +static_assert(sizeof(WBP_SocialButton_C_OnInstallStateChanged) == 0x000001, "Wrong size on WBP_SocialButton_C_OnInstallStateChanged"); \ +static_assert(offsetof(WBP_SocialButton_C_OnInstallStateChanged, bIsGameInstallPending) == 0x000000, "Member 'WBP_SocialButton_C_OnInstallStateChanged::bIsGameInstallPending' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SocialButton_C_UpdateAccessBasedOnPrivilege \ +static_assert(alignof(WBP_SocialButton_C_UpdateAccessBasedOnPrivilege) == 0x000004, "Wrong alignment on WBP_SocialButton_C_UpdateAccessBasedOnPrivilege"); \ +static_assert(sizeof(WBP_SocialButton_C_UpdateAccessBasedOnPrivilege) == 0x00001C, "Wrong size on WBP_SocialButton_C_UpdateAccessBasedOnPrivilege"); \ +static_assert(offsetof(WBP_SocialButton_C_UpdateAccessBasedOnPrivilege, CanPlayOnline) == 0x000000, "Member 'WBP_SocialButton_C_UpdateAccessBasedOnPrivilege::CanPlayOnline' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_UpdateAccessBasedOnPrivilege, InstallPending) == 0x000001, "Member 'WBP_SocialButton_C_UpdateAccessBasedOnPrivilege::InstallPending' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_UpdateAccessBasedOnPrivilege, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'WBP_SocialButton_C_UpdateAccessBasedOnPrivilege::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_UpdateAccessBasedOnPrivilege, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_SocialButton_C_UpdateAccessBasedOnPrivilege::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_SocialButton_C_UpdateAccessBasedOnPrivilege, CallFunc_BooleanAND_ReturnValue) == 0x000018, "Member 'WBP_SocialButton_C_UpdateAccessBasedOnPrivilege::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SocialButton_C \ +static_assert(alignof(UWBP_SocialButton_C) == 0x000008, "Wrong alignment on UWBP_SocialButton_C"); \ +static_assert(sizeof(UWBP_SocialButton_C) == 0x0003A8, "Wrong size on UWBP_SocialButton_C"); \ +static_assert(offsetof(UWBP_SocialButton_C, UberGraphFrame) == 0x000370, "Member 'UWBP_SocialButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SocialButton_C, ActionInput) == 0x000378, "Member 'UWBP_SocialButton_C::ActionInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SocialButton_C, Background_I) == 0x000380, "Member 'UWBP_SocialButton_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SocialButton_C, Icon_I) == 0x000388, "Member 'UWBP_SocialButton_C::Icon_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SocialButton_C, Image_63) == 0x000390, "Member 'UWBP_SocialButton_C::Image_63' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SocialButton_C, Outline_I) == 0x000398, "Member 'UWBP_SocialButton_C::Outline_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SocialButton_C, ShouldBlockSocialBasedOnPrivilege) == 0x0003A0, "Member 'UWBP_SocialButton_C::ShouldBlockSocialBasedOnPrivilege' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03 \ +static_assert(alignof(WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03) == 0x000008, "Wrong alignment on WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03"); \ +static_assert(sizeof(WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03) == 0x000060, "Wrong size on WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03, EntryPoint) == 0x000000, "Member 'WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03, CallFunc_GetSBZGameUserSettings_ReturnValue) == 0x000008, "Member 'WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03::CallFunc_GetSBZGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03, CallFunc_GetMatchmakingDifficulty_ReturnValue) == 0x000010, "Member 'WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03::CallFunc_GetMatchmakingDifficulty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03, Temp_struct_Variable) == 0x000014, "Member 'WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03, Temp_struct_Variable_1) == 0x00001C, "Member 'WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03, K2Node_Event_InCurrentIndex) == 0x000024, "Member 'WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03::K2Node_Event_InCurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03, K2Node_Event_bOverrideReadOnly) == 0x000028, "Member 'WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03::K2Node_Event_bOverrideReadOnly' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03, CallFunc_Conv_IntToByte_ReturnValue) == 0x000029, "Member 'WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03, CallFunc_GetValidValue_ReturnValue) == 0x00002A, "Member 'WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03, Temp_bool_Variable) == 0x00002B, "Member 'WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03, CallFunc_GetGameStateMachine_ReturnValue) == 0x000030, "Member 'WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03, CallFunc_GetMaxDifficultyCount_ReturnValue) == 0x000038, "Member 'WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03::CallFunc_GetMaxDifficultyCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00003C, "Member 'WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03, K2Node_Event_bInHasFocus) == 0x000040, "Member 'WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03, K2Node_Event_bInIsHovered) == 0x000041, "Member 'WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03, K2Node_Event_IsDesignTime) == 0x000042, "Member 'WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03, K2Node_Select_Default) == 0x000044, "Member 'WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x000050, "Member 'WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'WBP_UI_DifficultySelectorWidget_03_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_03::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DifficultySelectorWidget_03_C_PreConstruct \ +static_assert(alignof(WBP_UI_DifficultySelectorWidget_03_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_DifficultySelectorWidget_03_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_DifficultySelectorWidget_03_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_DifficultySelectorWidget_03_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_DifficultySelectorWidget_03_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DifficultySelectorWidget_03_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_DifficultySelectorWidget_03_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_DifficultySelectorWidget_03_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_DifficultySelectorWidget_03_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_DifficultySelectorWidget_03_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_DifficultySelectorWidget_03_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DifficultySelectorWidget_03_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_DifficultySelectorWidget_03_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_DifficultySelectorWidget_03_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_DifficultySelectorWidget_03_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_DifficultySelectorWidget_03_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_DifficultySelectorWidget_03_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DifficultySelectorWidget_03_C_OnSelectionOptionChanged \ +static_assert(alignof(WBP_UI_DifficultySelectorWidget_03_C_OnSelectionOptionChanged) == 0x000004, "Wrong alignment on WBP_UI_DifficultySelectorWidget_03_C_OnSelectionOptionChanged"); \ +static_assert(sizeof(WBP_UI_DifficultySelectorWidget_03_C_OnSelectionOptionChanged) == 0x000008, "Wrong size on WBP_UI_DifficultySelectorWidget_03_C_OnSelectionOptionChanged"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_OnSelectionOptionChanged, InCurrentIndex) == 0x000000, "Member 'WBP_UI_DifficultySelectorWidget_03_C_OnSelectionOptionChanged::InCurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_OnSelectionOptionChanged, bOverrideReadOnly) == 0x000004, "Member 'WBP_UI_DifficultySelectorWidget_03_C_OnSelectionOptionChanged::bOverrideReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals \ +static_assert(alignof(WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals) == 0x000008, "Wrong alignment on WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals"); \ +static_assert(sizeof(WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals) == 0x0000A8, "Wrong size on WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals, InDifficulty) == 0x000000, "Member 'WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals::InDifficulty' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals, Temp_byte_Variable) == 0x000001, "Member 'WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals, CallFunc_GetUIManager_ReturnValue) == 0x000010, "Member 'WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000018, "Member 'WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals, CallFunc_GetUIData_ReturnValue) == 0x000020, "Member 'WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals::CallFunc_GetUIData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals, CallFunc_GetDifficultyText_OutDifficultyText) == 0x000028, "Member 'WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals::CallFunc_GetDifficultyText_OutDifficultyText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals, CallFunc_GetDifficultyText_bHasText) == 0x000040, "Member 'WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals::CallFunc_GetDifficultyText_bHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals, K2Node_MakeArray_Array) == 0x000048, "Member 'WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals, K2Node_MakeArray_Array_1) == 0x000058, "Member 'WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals, K2Node_MakeArray_Array_2) == 0x000068, "Member 'WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals, K2Node_MakeArray_Array_3) == 0x000078, "Member 'WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals, K2Node_Select_Default) == 0x000088, "Member 'WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals, CallFunc_Array_Get_Item) == 0x000098, "Member 'WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals, CallFunc_Array_Length_ReturnValue) == 0x0000A0, "Member 'WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals, CallFunc_Less_IntInt_ReturnValue) == 0x0000A4, "Member 'WBP_UI_DifficultySelectorWidget_03_C_UpdateDifficultyVisuals::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DifficultySelectorWidget_03_C_GetDifficulty \ +static_assert(alignof(WBP_UI_DifficultySelectorWidget_03_C_GetDifficulty) == 0x000001, "Wrong alignment on WBP_UI_DifficultySelectorWidget_03_C_GetDifficulty"); \ +static_assert(sizeof(WBP_UI_DifficultySelectorWidget_03_C_GetDifficulty) == 0x000001, "Wrong size on WBP_UI_DifficultySelectorWidget_03_C_GetDifficulty"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_GetDifficulty, NewParam) == 0x000000, "Member 'WBP_UI_DifficultySelectorWidget_03_C_GetDifficulty::NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DifficultySelectorWidget_03_C_SetFocusVisuals \ +static_assert(alignof(WBP_UI_DifficultySelectorWidget_03_C_SetFocusVisuals) == 0x000008, "Wrong alignment on WBP_UI_DifficultySelectorWidget_03_C_SetFocusVisuals"); \ +static_assert(sizeof(WBP_UI_DifficultySelectorWidget_03_C_SetFocusVisuals) == 0x000050, "Wrong size on WBP_UI_DifficultySelectorWidget_03_C_SetFocusVisuals"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_SetFocusVisuals, InIsFocused) == 0x000000, "Member 'WBP_UI_DifficultySelectorWidget_03_C_SetFocusVisuals::InIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_SetFocusVisuals, CallFunc_SelectColor_ReturnValue) == 0x000004, "Member 'WBP_UI_DifficultySelectorWidget_03_C_SetFocusVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_SetFocusVisuals, CallFunc_SelectColor_ReturnValue_1) == 0x000014, "Member 'WBP_UI_DifficultySelectorWidget_03_C_SetFocusVisuals::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_03_C_SetFocusVisuals, K2Node_MakeStruct_SlateColor) == 0x000028, "Member 'WBP_UI_DifficultySelectorWidget_03_C_SetFocusVisuals::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_DifficultySelectorWidget_03_C \ +static_assert(alignof(UWBP_UI_DifficultySelectorWidget_03_C) == 0x000008, "Wrong alignment on UWBP_UI_DifficultySelectorWidget_03_C"); \ +static_assert(sizeof(UWBP_UI_DifficultySelectorWidget_03_C) == 0x000408, "Wrong size on UWBP_UI_DifficultySelectorWidget_03_C"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_03_C, UberGraphFrame) == 0x000388, "Member 'UWBP_UI_DifficultySelectorWidget_03_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_03_C, Button_Left) == 0x000390, "Member 'UWBP_UI_DifficultySelectorWidget_03_C::Button_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_03_C, Button_Right) == 0x000398, "Member 'UWBP_UI_DifficultySelectorWidget_03_C::Button_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_03_C, Image_Background) == 0x0003A0, "Member 'UWBP_UI_DifficultySelectorWidget_03_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_03_C, Image_BorderButton) == 0x0003A8, "Member 'UWBP_UI_DifficultySelectorWidget_03_C::Image_BorderButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_03_C, Image_BorderButton2) == 0x0003B0, "Member 'UWBP_UI_DifficultySelectorWidget_03_C::Image_BorderButton2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_03_C, Image_LeftArrow) == 0x0003B8, "Member 'UWBP_UI_DifficultySelectorWidget_03_C::Image_LeftArrow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_03_C, Image_RightArrow) == 0x0003C0, "Member 'UWBP_UI_DifficultySelectorWidget_03_C::Image_RightArrow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_03_C, Image_RiskLevel_Hard) == 0x0003C8, "Member 'UWBP_UI_DifficultySelectorWidget_03_C::Image_RiskLevel_Hard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_03_C, Image_RiskLevel_Normal) == 0x0003D0, "Member 'UWBP_UI_DifficultySelectorWidget_03_C::Image_RiskLevel_Normal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_03_C, Image_RiskLevel_Overkill) == 0x0003D8, "Member 'UWBP_UI_DifficultySelectorWidget_03_C::Image_RiskLevel_Overkill' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_03_C, Image_RiskLevel_VeryHard) == 0x0003E0, "Member 'UWBP_UI_DifficultySelectorWidget_03_C::Image_RiskLevel_VeryHard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_03_C, Overlay_ButtonBase) == 0x0003E8, "Member 'UWBP_UI_DifficultySelectorWidget_03_C::Overlay_ButtonBase' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_03_C, Text_DifficultyName) == 0x0003F0, "Member 'UWBP_UI_DifficultySelectorWidget_03_C::Text_DifficultyName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_03_C, TextBlock_MatchmakeHeader) == 0x0003F8, "Member 'UWBP_UI_DifficultySelectorWidget_03_C::TextBlock_MatchmakeHeader' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_03_C, CurrentDifficulty) == 0x000400, "Member 'UWBP_UI_DifficultySelectorWidget_03_C::CurrentDifficulty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_03_C, bIsNewMenu) == 0x000401, "Member 'UWBP_UI_DifficultySelectorWidget_03_C::bIsNewMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_03_C, bIsConstructed) == 0x000402, "Member 'UWBP_UI_DifficultySelectorWidget_03_C::bIsConstructed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation \ +static_assert(alignof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation) == 0x000008, "Wrong alignment on BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation"); \ +static_assert(sizeof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation) == 0x000410, "Wrong size on BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, EntryPoint) == 0x000000, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_object_Variable) == 0x000008, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_object_Variable_1) == 0x000010, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_object_Variable_2) == 0x000018, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_object_Variable_3) == 0x000020, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_object_Variable_4) == 0x000028, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_object_Variable_5) == 0x000030, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_object_Variable_6) == 0x000038, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_struct_Variable) == 0x000040, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_MakeRotator_ReturnValue) == 0x000050, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_delegate_Variable) == 0x00005C, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_struct_Variable_1) == 0x000070, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_delegate_Variable_1) == 0x000080, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_struct_Variable_2) == 0x000098, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_delegate_Variable_2) == 0x0000A8, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_struct_Variable_3) == 0x0000C0, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_delegate_Variable_3) == 0x0000D0, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_struct_Variable_4) == 0x0000E8, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_delegate_Variable_4) == 0x0000F8, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_delegate_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_struct_Variable_5) == 0x000110, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_delegate_Variable_5) == 0x000120, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_delegate_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_struct_Variable_6) == 0x000138, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_delegate_Variable_6) == 0x000148, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_delegate_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_byte_Variable) == 0x00015C, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_object_Variable_7) == 0x000160, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_object_Variable_8) == 0x000168, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_object_Variable_9) == 0x000170, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_object_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_object_Variable_10) == 0x000178, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_object_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_object_Variable_11) == 0x000180, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_object_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_object_Variable_12) == 0x000188, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_object_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_object_Variable_13) == 0x000190, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_object_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_object_Variable_14) == 0x000198, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_object_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_class_Variable) == 0x0001A0, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_class_Variable_1) == 0x0001A8, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_class_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_byte_Variable_1) == 0x0001B0, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_object_Variable_15) == 0x0001B8, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_object_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_object_Variable_16) == 0x0001C0, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_object_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_object_Variable_17) == 0x0001C8, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_object_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_object_Variable_18) == 0x0001D0, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_object_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_object_Variable_19) == 0x0001D8, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_object_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_object_Variable_20) == 0x0001E0, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_object_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_object_Variable_21) == 0x0001E8, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_object_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_int_Variable) == 0x0001F0, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_Add_IntInt_ReturnValue) == 0x0001F4, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_struct_Variable_7) == 0x0001F8, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_delegate_Variable_7) == 0x000208, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_delegate_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_struct_Variable_8) == 0x000220, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_delegate_Variable_8) == 0x000230, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_delegate_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_int_Variable_1) == 0x000244, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_Add_IntInt_ReturnValue_1) == 0x000248, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, K2Node_CreateDelegate_OutputDelegate) == 0x00024C, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_int_Loop_Counter_Variable) == 0x000260, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_int_Loop_Counter_Variable_1) == 0x000264, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_Add_IntInt_ReturnValue_2) == 0x000268, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_Add_IntInt_ReturnValue_3) == 0x00026C, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_int_Array_Index_Variable) == 0x000270, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_int_Array_Index_Variable_1) == 0x000274, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_byte_Variable_2) == 0x000278, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_bool_IsClosed_Variable) == 0x000279, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, Temp_bool_Has_Been_Initd_Variable) == 0x00027A, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, K2Node_Event_OldState) == 0x00027B, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::K2Node_Event_OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, K2Node_Event_NewState) == 0x00027C, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, K2Node_Event_bDoCosmetics) == 0x00027D, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00027E, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00027F, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000280, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_BooleanOR_ReturnValue) == 0x000281, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, K2Node_SwitchEnum_CmpSuccess) == 0x000282, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_BooleanOR_ReturnValue_1) == 0x000283, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, K2Node_SwitchEnum_CmpSuccess_1) == 0x000284, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000285, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, K2Node_Select_Default) == 0x000288, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_BooleanAND_ReturnValue) == 0x000290, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, K2Node_Select_Default_1) == 0x000298, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, K2Node_Select_Default_2) == 0x0002A0, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, K2Node_Event_IngredientIndex) == 0x0002A8, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::K2Node_Event_IngredientIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_Greater_IntInt_ReturnValue) == 0x0002AC, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, K2Node_SwitchInteger_CmpSuccess) == 0x0002AD, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x0002B0, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_K2_AddLocalRotation_SweepHitResult) == 0x0002B4, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_K2_AddLocalRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_PostEvent_ReturnValue) == 0x000344, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_PostEvent_ReturnValue_1) == 0x000348, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_PostEvent_ReturnValue_2) == 0x00034C, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_PostEvent_ReturnValue_3) == 0x000350, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_PostEvent_ReturnValue_4) == 0x000354, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_PostEvent_ReturnValue_5) == 0x000358, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_PostEvent_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_PostEvent_ReturnValue_6) == 0x00035C, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_PostEvent_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_Array_Get_Item) == 0x000360, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_Array_Length_ReturnValue) == 0x000368, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_Less_IntInt_ReturnValue) == 0x00036C, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000370, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_ApplyCameraFeedbackToLocalPlayer_ReturnValue) == 0x00037C, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_ApplyCameraFeedbackToLocalPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_ApplyCameraFeedbackToLocalPlayer_ReturnValue_1) == 0x000380, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_ApplyCameraFeedbackToLocalPlayer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, K2Node_ComponentBoundEvent_Interactable_1) == 0x000388, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::K2Node_ComponentBoundEvent_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, K2Node_ComponentBoundEvent_Interactor_1) == 0x000390, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::K2Node_ComponentBoundEvent_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1) == 0x000398, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, K2Node_ComponentBoundEvent_Interactable) == 0x0003A0, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, K2Node_ComponentBoundEvent_Interactor) == 0x0003A8, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x0003B0, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, K2Node_Event_Order) == 0x0003B8, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::K2Node_Event_Order' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_Array_Get_Item_1) == 0x0003C8, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_PostEvent_ReturnValue_7) == 0x0003D0, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_PostEvent_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_Array_Length_ReturnValue_1) == 0x0003D4, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_Less_IntInt_ReturnValue_1) == 0x0003D8, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_PostEvent_ReturnValue_8) == 0x0003DC, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_PostEvent_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_IsDedicatedServer_ReturnValue) == 0x0003E0, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_Array_Get_Item_2) == 0x0003E8, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_Array_Length_ReturnValue_2) == 0x0003F0, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_Less_IntInt_ReturnValue_2) == 0x0003F4, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, K2Node_CustomEvent_OldState) == 0x0003F5, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::K2Node_CustomEvent_OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, K2Node_CustomEvent_NewState) == 0x0003F6, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::K2Node_CustomEvent_NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x0003F7, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_Array_Get_Item_3) == 0x0003F8, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_BooleanAND_ReturnValue_1) == 0x000400, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_Array_Length_ReturnValue_3) == 0x000404, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation, CallFunc_Less_IntInt_ReturnValue_3) == 0x000408, "Member 'BP_MethCookingStation_C_ExecuteUbergraph_BP_MethCookingStation::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MethCookingStation_C_onStateChanged_Server \ +static_assert(alignof(BP_MethCookingStation_C_onStateChanged_Server) == 0x000001, "Wrong alignment on BP_MethCookingStation_C_onStateChanged_Server"); \ +static_assert(sizeof(BP_MethCookingStation_C_onStateChanged_Server) == 0x000002, "Wrong size on BP_MethCookingStation_C_onStateChanged_Server"); \ +static_assert(offsetof(BP_MethCookingStation_C_onStateChanged_Server, OldState) == 0x000000, "Member 'BP_MethCookingStation_C_onStateChanged_Server::OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_onStateChanged_Server, NewState) == 0x000001, "Member 'BP_MethCookingStation_C_onStateChanged_Server::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MethCookingStation_C_BP_OnStaticOrderGenerated \ +static_assert(alignof(BP_MethCookingStation_C_BP_OnStaticOrderGenerated) == 0x000008, "Wrong alignment on BP_MethCookingStation_C_BP_OnStaticOrderGenerated"); \ +static_assert(sizeof(BP_MethCookingStation_C_BP_OnStaticOrderGenerated) == 0x000010, "Wrong size on BP_MethCookingStation_C_BP_OnStaticOrderGenerated"); \ +static_assert(offsetof(BP_MethCookingStation_C_BP_OnStaticOrderGenerated, Order) == 0x000000, "Member 'BP_MethCookingStation_C_BP_OnStaticOrderGenerated::Order' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MethCookingStation_C_BndEvt__BP_MethCookingStation_InteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_MethCookingStation_C_BndEvt__BP_MethCookingStation_InteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_MethCookingStation_C_BndEvt__BP_MethCookingStation_InteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_MethCookingStation_C_BndEvt__BP_MethCookingStation_InteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_MethCookingStation_C_BndEvt__BP_MethCookingStation_InteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_MethCookingStation_C_BndEvt__BP_MethCookingStation_InteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_MethCookingStation_C_BndEvt__BP_MethCookingStation_InteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_BndEvt__BP_MethCookingStation_InteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_MethCookingStation_C_BndEvt__BP_MethCookingStation_InteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_BndEvt__BP_MethCookingStation_InteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_MethCookingStation_C_BndEvt__BP_MethCookingStation_InteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MethCookingStation_C_BndEvt__BP_MethCookingStation_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_MethCookingStation_C_BndEvt__BP_MethCookingStation_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_MethCookingStation_C_BndEvt__BP_MethCookingStation_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_MethCookingStation_C_BndEvt__BP_MethCookingStation_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_MethCookingStation_C_BndEvt__BP_MethCookingStation_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_MethCookingStation_C_BndEvt__BP_MethCookingStation_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_MethCookingStation_C_BndEvt__BP_MethCookingStation_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_BndEvt__BP_MethCookingStation_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_MethCookingStation_C_BndEvt__BP_MethCookingStation_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_BndEvt__BP_MethCookingStation_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_MethCookingStation_C_BndEvt__BP_MethCookingStation_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MethCookingStation_C_BP_OnIngredientAdded \ +static_assert(alignof(BP_MethCookingStation_C_BP_OnIngredientAdded) == 0x000004, "Wrong alignment on BP_MethCookingStation_C_BP_OnIngredientAdded"); \ +static_assert(sizeof(BP_MethCookingStation_C_BP_OnIngredientAdded) == 0x000004, "Wrong size on BP_MethCookingStation_C_BP_OnIngredientAdded"); \ +static_assert(offsetof(BP_MethCookingStation_C_BP_OnIngredientAdded, IngredientIndex) == 0x000000, "Member 'BP_MethCookingStation_C_BP_OnIngredientAdded::IngredientIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MethCookingStation_C_BP_OnStateChanged \ +static_assert(alignof(BP_MethCookingStation_C_BP_OnStateChanged) == 0x000001, "Wrong alignment on BP_MethCookingStation_C_BP_OnStateChanged"); \ +static_assert(sizeof(BP_MethCookingStation_C_BP_OnStateChanged) == 0x000003, "Wrong size on BP_MethCookingStation_C_BP_OnStateChanged"); \ +static_assert(offsetof(BP_MethCookingStation_C_BP_OnStateChanged, OldState) == 0x000000, "Member 'BP_MethCookingStation_C_BP_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_BP_OnStateChanged, NewState) == 0x000001, "Member 'BP_MethCookingStation_C_BP_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_BP_OnStateChanged, bDoCosmetics) == 0x000002, "Member 'BP_MethCookingStation_C_BP_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MethCookingStation_C_UserConstructionScript \ +static_assert(alignof(BP_MethCookingStation_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_MethCookingStation_C_UserConstructionScript"); \ +static_assert(sizeof(BP_MethCookingStation_C_UserConstructionScript) == 0x000018, "Wrong size on BP_MethCookingStation_C_UserConstructionScript"); \ +static_assert(offsetof(BP_MethCookingStation_C_UserConstructionScript, K2Node_MakeArray_Array) == 0x000000, "Member 'BP_MethCookingStation_C_UserConstructionScript::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_MethCookingStation_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'BP_MethCookingStation_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MethCookingStation_C \ +static_assert(alignof(ABP_MethCookingStation_C) == 0x000008, "Wrong alignment on ABP_MethCookingStation_C"); \ +static_assert(sizeof(ABP_MethCookingStation_C) == 0x0008A0, "Wrong size on ABP_MethCookingStation_C"); \ +static_assert(offsetof(ABP_MethCookingStation_C, UberGraphFrame) == 0x000578, "Member 'ABP_MethCookingStation_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, MD_DEC_WetFloor_01_0_2) == 0x000580, "Member 'ABP_MethCookingStation_C::MD_DEC_WetFloor_01_0_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, MD_DEC_DirtySplatter_01__11) == 0x000588, "Member 'ABP_MethCookingStation_C::MD_DEC_DirtySplatter_01__11' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, MD_DEC_DirtySplatter_01_10) == 0x000590, "Member 'ABP_MethCookingStation_C::MD_DEC_DirtySplatter_01_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, component_screen) == 0x000598, "Member 'ABP_MethCookingStation_C::component_screen' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, FenceMetal_02_Tarp_256_256) == 0x0005A0, "Member 'ABP_MethCookingStation_C::FenceMetal_02_Tarp_256_256' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, FX_Meth_Spawn_Debris) == 0x0005A8, "Member 'ABP_MethCookingStation_C::FX_Meth_Spawn_Debris' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, FX_Methlab_Smoke_Cook___4) == 0x0005B0, "Member 'ABP_MethCookingStation_C::FX_Methlab_Smoke_Cook___4' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, FX_Meth_Sparkles) == 0x0005B8, "Member 'ABP_MethCookingStation_C::FX_Meth_Sparkles' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, FX_Methlab_Smoke_Cook___3) == 0x0005C0, "Member 'ABP_MethCookingStation_C::FX_Methlab_Smoke_Cook___3' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, FX_Methlab_Smoke_Cook__2) == 0x0005C8, "Member 'ABP_MethCookingStation_C::FX_Methlab_Smoke_Cook__2' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, FX_Heat_Distortion_1) == 0x0005D0, "Member 'ABP_MethCookingStation_C::FX_Heat_Distortion_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, FX_Meth_Spawn_Smoke) == 0x0005D8, "Member 'ABP_MethCookingStation_C::FX_Meth_Spawn_Smoke' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, FX_Exp_Meth_Smoke) == 0x0005E0, "Member 'ABP_MethCookingStation_C::FX_Exp_Meth_Smoke' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_BrassBowl_0_3) == 0x0005E8, "Member 'ABP_MethCookingStation_C::REM_BrassBowl_0_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_LiquidMethHande_01) == 0x0005F0, "Member 'ABP_MethCookingStation_C::REM_LiquidMethHande_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, FX_Heat_Distortion) == 0x0005F8, "Member 'ABP_MethCookingStation_C::FX_Heat_Distortion' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, FX_Methlab_Smoke_Cook_1) == 0x000600, "Member 'ABP_MethCookingStation_C::FX_Methlab_Smoke_Cook_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, FX_Methlab_Smoke_Cook) == 0x000608, "Member 'ABP_MethCookingStation_C::FX_Methlab_Smoke_Cook' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, FX_Electrical_lightning_Repeated) == 0x000610, "Member 'ABP_MethCookingStation_C::FX_Electrical_lightning_Repeated' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Decal_5) == 0x000618, "Member 'ABP_MethCookingStation_C::Decal_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Decal__5) == 0x000620, "Member 'ABP_MethCookingStation_C::Decal__5' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Decal_4) == 0x000628, "Member 'ABP_MethCookingStation_C::Decal_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Decal__3) == 0x000630, "Member 'ABP_MethCookingStation_C::Decal__3' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Decal_3) == 0x000638, "Member 'ABP_MethCookingStation_C::Decal_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Decal_2) == 0x000640, "Member 'ABP_MethCookingStation_C::Decal_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Decal_1) == 0x000648, "Member 'ABP_MethCookingStation_C::Decal_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Decal) == 0x000650, "Member 'ABP_MethCookingStation_C::Decal' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Trash_01_PaperBag_A) == 0x000658, "Member 'ABP_MethCookingStation_C::Trash_01_PaperBag_A' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, MD_DEC_WetFloor_01_01) == 0x000660, "Member 'ABP_MethCookingStation_C::MD_DEC_WetFloor_01_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_HydrogenTank_01) == 0x000668, "Member 'ABP_MethCookingStation_C::REM_HydrogenTank_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_Toluene_0_2) == 0x000670, "Member 'ABP_MethCookingStation_C::REM_Toluene_0_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_TestFlask_0_3) == 0x000678, "Member 'ABP_MethCookingStation_C::REM_TestFlask_0_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_TestFlask_0_2) == 0x000680, "Member 'ABP_MethCookingStation_C::REM_TestFlask_0_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_TestFlask_01) == 0x000688, "Member 'ABP_MethCookingStation_C::REM_TestFlask_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_CausticSoda_01) == 0x000690, "Member 'ABP_MethCookingStation_C::REM_CausticSoda_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_Solvent_01) == 0x000698, "Member 'ABP_MethCookingStation_C::REM_Solvent_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_MuriaticAcid_01) == 0x0006A0, "Member 'ABP_MethCookingStation_C::REM_MuriaticAcid_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_BrassBowl_0_2) == 0x0006A8, "Member 'ABP_MethCookingStation_C::REM_BrassBowl_0_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_EphedrineTablet_0_2) == 0x0006B0, "Member 'ABP_MethCookingStation_C::REM_EphedrineTablet_0_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_EphedrineTablet_01) == 0x0006B8, "Member 'ABP_MethCookingStation_C::REM_EphedrineTablet_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_Toluene_01) == 0x0006C0, "Member 'ABP_MethCookingStation_C::REM_Toluene_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_Rocksalt_0_2) == 0x0006C8, "Member 'ABP_MethCookingStation_C::REM_Rocksalt_0_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_TestBeaker_0_3) == 0x0006D0, "Member 'ABP_MethCookingStation_C::REM_TestBeaker_0_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_CookingPlate_0_2) == 0x0006D8, "Member 'ABP_MethCookingStation_C::REM_CookingPlate_0_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_Blender_01) == 0x0006E0, "Member 'ABP_MethCookingStation_C::REM_Blender_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_Rocksalt_01) == 0x0006E8, "Member 'ABP_MethCookingStation_C::REM_Rocksalt_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_Iodine_01) == 0x0006F0, "Member 'ABP_MethCookingStation_C::REM_Iodine_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_BrassBowl_01) == 0x0006F8, "Member 'ABP_MethCookingStation_C::REM_BrassBowl_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_IceBag_0____5) == 0x000700, "Member 'ABP_MethCookingStation_C::REM_IceBag_0____5' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_LiquidTank_01_B_1) == 0x000708, "Member 'ABP_MethCookingStation_C::REM_LiquidTank_01_B_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_CookingPlate_01) == 0x000710, "Member 'ABP_MethCookingStation_C::REM_CookingPlate_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_TestBeaker_0_2) == 0x000718, "Member 'ABP_MethCookingStation_C::REM_TestBeaker_0_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_TestBeaker_01) == 0x000720, "Member 'ABP_MethCookingStation_C::REM_TestBeaker_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_SlowCookers_01) == 0x000728, "Member 'ABP_MethCookingStation_C::REM_SlowCookers_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_LiquidTank_01_C_1) == 0x000730, "Member 'ABP_MethCookingStation_C::REM_LiquidTank_01_C_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_IceBag_0___4) == 0x000738, "Member 'ABP_MethCookingStation_C::REM_IceBag_0___4' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_IceBag_0__3) == 0x000740, "Member 'ABP_MethCookingStation_C::REM_IceBag_0__3' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_IceBag_0_2) == 0x000748, "Member 'ABP_MethCookingStation_C::REM_IceBag_0_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_LiquidTank_01_C) == 0x000750, "Member 'ABP_MethCookingStation_C::REM_LiquidTank_01_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_LiquidTank_01_B) == 0x000758, "Member 'ABP_MethCookingStation_C::REM_LiquidTank_01_B' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_IceBag_01) == 0x000760, "Member 'ABP_MethCookingStation_C::REM_IceBag_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, REM_DryMeth_01) == 0x000768, "Member 'ABP_MethCookingStation_C::REM_DryMeth_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Pallet_01_B__4) == 0x000770, "Member 'ABP_MethCookingStation_C::Pallet_01_B__4' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Pallet_01_B___3) == 0x000778, "Member 'ABP_MethCookingStation_C::Pallet_01_B___3' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Pallet_01_B__2) == 0x000780, "Member 'ABP_MethCookingStation_C::Pallet_01_B__2' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Pallet_01_B__3) == 0x000788, "Member 'ABP_MethCookingStation_C::Pallet_01_B__3' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Pallet_01_Old___4) == 0x000790, "Member 'ABP_MethCookingStation_C::Pallet_01_Old___4' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, ___2) == 0x000798, "Member 'ABP_MethCookingStation_C::___2' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Pallet_01_Old___3) == 0x0007A0, "Member 'ABP_MethCookingStation_C::Pallet_01_Old___3' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, WoodStack_01_Plank__2) == 0x0007A8, "Member 'ABP_MethCookingStation_C::WoodStack_01_Plank__2' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Pallet_01_Old_3) == 0x0007B0, "Member 'ABP_MethCookingStation_C::Pallet_01_Old_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Pallet_01_Old__2) == 0x0007B8, "Member 'ABP_MethCookingStation_C::Pallet_01_Old__2' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, __1) == 0x0007C0, "Member 'ABP_MethCookingStation_C::__1' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Pallet_01_B_2) == 0x0007C8, "Member 'ABP_MethCookingStation_C::Pallet_01_B_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Pallet_01_B_1) == 0x0007D0, "Member 'ABP_MethCookingStation_C::Pallet_01_B_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Pallet_01_Old_2) == 0x0007D8, "Member 'ABP_MethCookingStation_C::Pallet_01_Old_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, _) == 0x0007E0, "Member 'ABP_MethCookingStation_C::_' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Pallet_01_Old) == 0x0007E8, "Member 'ABP_MethCookingStation_C::Pallet_01_Old' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, WoodStack_01_Plank_1) == 0x0007F0, "Member 'ABP_MethCookingStation_C::WoodStack_01_Plank_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, WoodStack_01_Plank) == 0x0007F8, "Member 'ABP_MethCookingStation_C::WoodStack_01_Plank' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, SBZIngredientOutline3) == 0x000800, "Member 'ABP_MethCookingStation_C::SBZIngredientOutline3' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, SBZIngredientOutline2) == 0x000808, "Member 'ABP_MethCookingStation_C::SBZIngredientOutline2' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, SBZIngredientOutline1) == 0x000810, "Member 'ABP_MethCookingStation_C::SBZIngredientOutline1' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Ingredient3) == 0x000818, "Member 'ABP_MethCookingStation_C::Ingredient3' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Ingredient2) == 0x000820, "Member 'ABP_MethCookingStation_C::Ingredient2' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Ingredient1) == 0x000828, "Member 'ABP_MethCookingStation_C::Ingredient1' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Delivery) == 0x000830, "Member 'ABP_MethCookingStation_C::Delivery' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, DefaultSceneRoot) == 0x000838, "Member 'ABP_MethCookingStation_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, TurnOn_Yaw_ECF3E8D94BA6D18B9A8B59A67552FEE6) == 0x000840, "Member 'ABP_MethCookingStation_C::TurnOn_Yaw_ECF3E8D94BA6D18B9A8B59A67552FEE6' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, TurnOn__Direction_ECF3E8D94BA6D18B9A8B59A67552FEE6) == 0x000844, "Member 'ABP_MethCookingStation_C::TurnOn__Direction_ECF3E8D94BA6D18B9A8B59A67552FEE6' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, TurnOn) == 0x000848, "Member 'ABP_MethCookingStation_C::TurnOn' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, WarmOff_Value_F37E838246A5B69A0B3655A0329B6D2D) == 0x000850, "Member 'ABP_MethCookingStation_C::WarmOff_Value_F37E838246A5B69A0B3655A0329B6D2D' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, WarmOff__Direction_F37E838246A5B69A0B3655A0329B6D2D) == 0x000854, "Member 'ABP_MethCookingStation_C::WarmOff__Direction_F37E838246A5B69A0B3655A0329B6D2D' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, WarmOff) == 0x000858, "Member 'ABP_MethCookingStation_C::WarmOff' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Warm_Value_77F134D54A55DAD577D896BCD2ABBC4C) == 0x000860, "Member 'ABP_MethCookingStation_C::Warm_Value_77F134D54A55DAD577D896BCD2ABBC4C' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Warm__Direction_77F134D54A55DAD577D896BCD2ABBC4C) == 0x000864, "Member 'ABP_MethCookingStation_C::Warm__Direction_77F134D54A55DAD577D896BCD2ABBC4C' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, Warm) == 0x000868, "Member 'ABP_MethCookingStation_C::Warm' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, NewVar_0) == 0x000870, "Member 'ABP_MethCookingStation_C::NewVar_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, ItemsToMove) == 0x000880, "Member 'ABP_MethCookingStation_C::ItemsToMove' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethCookingStation_C, recipeActors) == 0x000890, "Member 'ABP_MethCookingStation_C::recipeActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LobbyTypeSelector_C_ExecuteUbergraph_WBP_LobbyTypeSelector \ +static_assert(alignof(WBP_LobbyTypeSelector_C_ExecuteUbergraph_WBP_LobbyTypeSelector) == 0x000008, "Wrong alignment on WBP_LobbyTypeSelector_C_ExecuteUbergraph_WBP_LobbyTypeSelector"); \ +static_assert(sizeof(WBP_LobbyTypeSelector_C_ExecuteUbergraph_WBP_LobbyTypeSelector) == 0x000028, "Wrong size on WBP_LobbyTypeSelector_C_ExecuteUbergraph_WBP_LobbyTypeSelector"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_ExecuteUbergraph_WBP_LobbyTypeSelector, EntryPoint) == 0x000000, "Member 'WBP_LobbyTypeSelector_C_ExecuteUbergraph_WBP_LobbyTypeSelector::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_ExecuteUbergraph_WBP_LobbyTypeSelector, Temp_byte_Variable) == 0x000004, "Member 'WBP_LobbyTypeSelector_C_ExecuteUbergraph_WBP_LobbyTypeSelector::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_ExecuteUbergraph_WBP_LobbyTypeSelector, Temp_byte_Variable_1) == 0x000005, "Member 'WBP_LobbyTypeSelector_C_ExecuteUbergraph_WBP_LobbyTypeSelector::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_ExecuteUbergraph_WBP_LobbyTypeSelector, Temp_byte_Variable_2) == 0x000006, "Member 'WBP_LobbyTypeSelector_C_ExecuteUbergraph_WBP_LobbyTypeSelector::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_ExecuteUbergraph_WBP_LobbyTypeSelector, K2Node_Event_InCurrentIndex) == 0x000008, "Member 'WBP_LobbyTypeSelector_C_ExecuteUbergraph_WBP_LobbyTypeSelector::K2Node_Event_InCurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_ExecuteUbergraph_WBP_LobbyTypeSelector, K2Node_Event_bOverrideReadOnly) == 0x00000C, "Member 'WBP_LobbyTypeSelector_C_ExecuteUbergraph_WBP_LobbyTypeSelector::K2Node_Event_bOverrideReadOnly' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_ExecuteUbergraph_WBP_LobbyTypeSelector, K2Node_Event_bInHasFocus) == 0x00000D, "Member 'WBP_LobbyTypeSelector_C_ExecuteUbergraph_WBP_LobbyTypeSelector::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_ExecuteUbergraph_WBP_LobbyTypeSelector, Temp_int_Variable) == 0x000010, "Member 'WBP_LobbyTypeSelector_C_ExecuteUbergraph_WBP_LobbyTypeSelector::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_ExecuteUbergraph_WBP_LobbyTypeSelector, CallFunc_GetPartyManager_ReturnValue) == 0x000018, "Member 'WBP_LobbyTypeSelector_C_ExecuteUbergraph_WBP_LobbyTypeSelector::CallFunc_GetPartyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_ExecuteUbergraph_WBP_LobbyTypeSelector, K2Node_Select_Default) == 0x000020, "Member 'WBP_LobbyTypeSelector_C_ExecuteUbergraph_WBP_LobbyTypeSelector::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LobbyTypeSelector_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_LobbyTypeSelector_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_LobbyTypeSelector_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_LobbyTypeSelector_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_LobbyTypeSelector_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_LobbyTypeSelector_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LobbyTypeSelector_C_OnSelectionOptionChanged \ +static_assert(alignof(WBP_LobbyTypeSelector_C_OnSelectionOptionChanged) == 0x000004, "Wrong alignment on WBP_LobbyTypeSelector_C_OnSelectionOptionChanged"); \ +static_assert(sizeof(WBP_LobbyTypeSelector_C_OnSelectionOptionChanged) == 0x000008, "Wrong size on WBP_LobbyTypeSelector_C_OnSelectionOptionChanged"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_OnSelectionOptionChanged, InCurrentIndex) == 0x000000, "Member 'WBP_LobbyTypeSelector_C_OnSelectionOptionChanged::InCurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_OnSelectionOptionChanged, bOverrideReadOnly) == 0x000004, "Member 'WBP_LobbyTypeSelector_C_OnSelectionOptionChanged::bOverrideReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LobbyTypeSelector_C_UpdateVisuals \ +static_assert(alignof(WBP_LobbyTypeSelector_C_UpdateVisuals) == 0x000008, "Wrong alignment on WBP_LobbyTypeSelector_C_UpdateVisuals"); \ +static_assert(sizeof(WBP_LobbyTypeSelector_C_UpdateVisuals) == 0x000010, "Wrong size on WBP_LobbyTypeSelector_C_UpdateVisuals"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_UpdateVisuals, CallFunc_GetSBZGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_LobbyTypeSelector_C_UpdateVisuals::CallFunc_GetSBZGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_UpdateVisuals, CallFunc_GetLobbyType_ReturnValue) == 0x000008, "Member 'WBP_LobbyTypeSelector_C_UpdateVisuals::CallFunc_GetLobbyType_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LobbyTypeSelector_C_UpdateType \ +static_assert(alignof(WBP_LobbyTypeSelector_C_UpdateType) == 0x000008, "Wrong alignment on WBP_LobbyTypeSelector_C_UpdateType"); \ +static_assert(sizeof(WBP_LobbyTypeSelector_C_UpdateType) == 0x000080, "Wrong size on WBP_LobbyTypeSelector_C_UpdateType"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_UpdateType, InLobbyType) == 0x000000, "Member 'WBP_LobbyTypeSelector_C_UpdateType::InLobbyType' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_UpdateType, Temp_byte_Variable) == 0x000001, "Member 'WBP_LobbyTypeSelector_C_UpdateType::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_UpdateType, Temp_int_Variable) == 0x000004, "Member 'WBP_LobbyTypeSelector_C_UpdateType::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_UpdateType, Temp_int_Variable_1) == 0x000008, "Member 'WBP_LobbyTypeSelector_C_UpdateType::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_UpdateType, Temp_int_Variable_2) == 0x00000C, "Member 'WBP_LobbyTypeSelector_C_UpdateType::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_UpdateType, Temp_byte_Variable_1) == 0x000010, "Member 'WBP_LobbyTypeSelector_C_UpdateType::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_UpdateType, Temp_text_Variable) == 0x000018, "Member 'WBP_LobbyTypeSelector_C_UpdateType::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_UpdateType, Temp_text_Variable_1) == 0x000030, "Member 'WBP_LobbyTypeSelector_C_UpdateType::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_UpdateType, Temp_text_Variable_2) == 0x000048, "Member 'WBP_LobbyTypeSelector_C_UpdateType::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_UpdateType, K2Node_Select_Default) == 0x000060, "Member 'WBP_LobbyTypeSelector_C_UpdateType::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_UpdateType, K2Node_Select_Default_1) == 0x000078, "Member 'WBP_LobbyTypeSelector_C_UpdateType::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LobbyTypeSelector_C_SetFocusVisuals \ +static_assert(alignof(WBP_LobbyTypeSelector_C_SetFocusVisuals) == 0x000008, "Wrong alignment on WBP_LobbyTypeSelector_C_SetFocusVisuals"); \ +static_assert(sizeof(WBP_LobbyTypeSelector_C_SetFocusVisuals) == 0x000050, "Wrong size on WBP_LobbyTypeSelector_C_SetFocusVisuals"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_SetFocusVisuals, InIsFocused) == 0x000000, "Member 'WBP_LobbyTypeSelector_C_SetFocusVisuals::InIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_SetFocusVisuals, CallFunc_SelectColor_ReturnValue) == 0x000004, "Member 'WBP_LobbyTypeSelector_C_SetFocusVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_SetFocusVisuals, CallFunc_SelectColor_ReturnValue_1) == 0x000014, "Member 'WBP_LobbyTypeSelector_C_SetFocusVisuals::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_SetFocusVisuals, K2Node_MakeStruct_SlateColor) == 0x000028, "Member 'WBP_LobbyTypeSelector_C_SetFocusVisuals::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LobbyTypeSelector_C_Set_Compact \ +static_assert(alignof(WBP_LobbyTypeSelector_C_Set_Compact) == 0x000008, "Wrong alignment on WBP_LobbyTypeSelector_C_Set_Compact"); \ +static_assert(sizeof(WBP_LobbyTypeSelector_C_Set_Compact) == 0x000068, "Wrong size on WBP_LobbyTypeSelector_C_Set_Compact"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_Set_Compact, InIsCompact) == 0x000000, "Member 'WBP_LobbyTypeSelector_C_Set_Compact::InIsCompact' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_Set_Compact, Temp_bool_Variable) == 0x000001, "Member 'WBP_LobbyTypeSelector_C_Set_Compact::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_Set_Compact, Temp_bool_Variable_1) == 0x000002, "Member 'WBP_LobbyTypeSelector_C_Set_Compact::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_Set_Compact, Temp_byte_Variable) == 0x000003, "Member 'WBP_LobbyTypeSelector_C_Set_Compact::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_Set_Compact, Temp_byte_Variable_1) == 0x000004, "Member 'WBP_LobbyTypeSelector_C_Set_Compact::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_Set_Compact, CallFunc_MakeLiteralFloat_ReturnValue) == 0x000008, "Member 'WBP_LobbyTypeSelector_C_Set_Compact::CallFunc_MakeLiteralFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_Set_Compact, K2Node_Select_Default) == 0x00000C, "Member 'WBP_LobbyTypeSelector_C_Set_Compact::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_Set_Compact, CallFunc_Add_FloatFloat_ReturnValue) == 0x000010, "Member 'WBP_LobbyTypeSelector_C_Set_Compact::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_Set_Compact, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000014, "Member 'WBP_LobbyTypeSelector_C_Set_Compact::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_Set_Compact, Temp_bool_Variable_2) == 0x000018, "Member 'WBP_LobbyTypeSelector_C_Set_Compact::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_Set_Compact, CallFunc_MakeLiteralFloat_ReturnValue_1) == 0x00001C, "Member 'WBP_LobbyTypeSelector_C_Set_Compact::CallFunc_MakeLiteralFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_Set_Compact, K2Node_Select_Default_1) == 0x000020, "Member 'WBP_LobbyTypeSelector_C_Set_Compact::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_Set_Compact, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000028, "Member 'WBP_LobbyTypeSelector_C_Set_Compact::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_Set_Compact, CallFunc_IsVisible_ReturnValue) == 0x000030, "Member 'WBP_LobbyTypeSelector_C_Set_Compact::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_Set_Compact, CallFunc_SlotAsCanvasSlot_ReturnValue_1) == 0x000038, "Member 'WBP_LobbyTypeSelector_C_Set_Compact::CallFunc_SlotAsCanvasSlot_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_Set_Compact, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000040, "Member 'WBP_LobbyTypeSelector_C_Set_Compact::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_Set_Compact, CallFunc_GetSize_ReturnValue) == 0x000044, "Member 'WBP_LobbyTypeSelector_C_Set_Compact::CallFunc_GetSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_Set_Compact, CallFunc_BreakVector2D_X) == 0x00004C, "Member 'WBP_LobbyTypeSelector_C_Set_Compact::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_Set_Compact, CallFunc_BreakVector2D_Y) == 0x000050, "Member 'WBP_LobbyTypeSelector_C_Set_Compact::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_Set_Compact, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000054, "Member 'WBP_LobbyTypeSelector_C_Set_Compact::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_Set_Compact, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000058, "Member 'WBP_LobbyTypeSelector_C_Set_Compact::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_Set_Compact, K2Node_Select_Default_2) == 0x00005C, "Member 'WBP_LobbyTypeSelector_C_Set_Compact::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyTypeSelector_C_Set_Compact, CallFunc_MakeVector2D_ReturnValue) == 0x000060, "Member 'WBP_LobbyTypeSelector_C_Set_Compact::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_LobbyTypeSelector_C \ +static_assert(alignof(UWBP_LobbyTypeSelector_C) == 0x000008, "Wrong alignment on UWBP_LobbyTypeSelector_C"); \ +static_assert(sizeof(UWBP_LobbyTypeSelector_C) == 0x0003E8, "Wrong size on UWBP_LobbyTypeSelector_C"); \ +static_assert(offsetof(UWBP_LobbyTypeSelector_C, UberGraphFrame) == 0x000388, "Member 'UWBP_LobbyTypeSelector_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyTypeSelector_C, Button_Left) == 0x000390, "Member 'UWBP_LobbyTypeSelector_C::Button_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyTypeSelector_C, Button_Right) == 0x000398, "Member 'UWBP_LobbyTypeSelector_C::Button_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyTypeSelector_C, Image_Background) == 0x0003A0, "Member 'UWBP_LobbyTypeSelector_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyTypeSelector_C, Image_BorderButton) == 0x0003A8, "Member 'UWBP_LobbyTypeSelector_C::Image_BorderButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyTypeSelector_C, Image_BorderButton2) == 0x0003B0, "Member 'UWBP_LobbyTypeSelector_C::Image_BorderButton2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyTypeSelector_C, Image_LeftArrow) == 0x0003B8, "Member 'UWBP_LobbyTypeSelector_C::Image_LeftArrow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyTypeSelector_C, Image_RightArrow) == 0x0003C0, "Member 'UWBP_LobbyTypeSelector_C::Image_RightArrow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyTypeSelector_C, LobbyTypeLabel) == 0x0003C8, "Member 'UWBP_LobbyTypeSelector_C::LobbyTypeLabel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyTypeSelector_C, Overlay_ButtonBase) == 0x0003D0, "Member 'UWBP_LobbyTypeSelector_C::Overlay_ButtonBase' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyTypeSelector_C, Text_LobbyTypeName) == 0x0003D8, "Member 'UWBP_LobbyTypeSelector_C::Text_LobbyTypeName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyTypeSelector_C, bIsConstructed) == 0x0003E0, "Member 'UWBP_LobbyTypeSelector_C::bIsConstructed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistDescriptionPanel_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel \ +static_assert(alignof(WBP_CrimeNet_HeistDescriptionPanel_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistDescriptionPanel_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel"); \ +static_assert(sizeof(WBP_CrimeNet_HeistDescriptionPanel_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel) == 0x000020, "Wrong size on WBP_CrimeNet_HeistDescriptionPanel_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel, EntryPoint) == 0x000000, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel, CallFunc_GetSBZGameUserSettings_ReturnValue) == 0x000008, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel::CallFunc_GetSBZGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel, CallFunc_GetMatchmakingDifficulty_ReturnValue) == 0x000010, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel::CallFunc_GetMatchmakingDifficulty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel, K2Node_CustomEvent_InHeistData) == 0x000018, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel::K2Node_CustomEvent_InHeistData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistDescriptionPanel_C_InitializeHeistData \ +static_assert(alignof(WBP_CrimeNet_HeistDescriptionPanel_C_InitializeHeistData) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistDescriptionPanel_C_InitializeHeistData"); \ +static_assert(sizeof(WBP_CrimeNet_HeistDescriptionPanel_C_InitializeHeistData) == 0x000008, "Wrong size on WBP_CrimeNet_HeistDescriptionPanel_C_InitializeHeistData"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_InitializeHeistData, InHeistData) == 0x000000, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_InitializeHeistData::InHeistData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer \ +static_assert(alignof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer"); \ +static_assert(sizeof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer) == 0x000140, "Wrong size on WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer, Timer) == 0x000000, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer::Timer' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer, bIsStealth) == 0x000004, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer::bIsStealth' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer, TimerText) == 0x000008, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer::TimerText' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer, CallFunc_FTrunc_ReturnValue) == 0x000020, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000024, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer, CallFunc_FormatIntToTimerText_ReturnValue) == 0x000028, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer::CallFunc_FormatIntToTimerText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer, Temp_bool_Variable) == 0x000040, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer, K2Node_MakeArray_Array) == 0x000088, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer, CallFunc_Format_ReturnValue) == 0x0000D8, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer, K2Node_MakeArray_Array_1) == 0x0000F0, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer, Temp_bool_Variable_1) == 0x000100, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer, CallFunc_Format_ReturnValue_1) == 0x000108, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer, K2Node_Select_Default) == 0x000120, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer, K2Node_Select_Default_1) == 0x000138, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdatePanelTimer::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistDescriptionPanel_C_SetNoHeistData \ +static_assert(alignof(WBP_CrimeNet_HeistDescriptionPanel_C_SetNoHeistData) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistDescriptionPanel_C_SetNoHeistData"); \ +static_assert(sizeof(WBP_CrimeNet_HeistDescriptionPanel_C_SetNoHeistData) == 0x000060, "Wrong size on WBP_CrimeNet_HeistDescriptionPanel_C_SetNoHeistData"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_SetNoHeistData, K2Node_MakeStruct_SlateColor) == 0x000000, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_SetNoHeistData::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_SetNoHeistData, K2Node_MakeStruct_SlateColor_1) == 0x000028, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_SetNoHeistData::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_SetNoHeistData, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000050, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_SetNoHeistData::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistDescriptionPanel_C_UpdateDifficultyVisuals \ +static_assert(alignof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdateDifficultyVisuals) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistDescriptionPanel_C_UpdateDifficultyVisuals"); \ +static_assert(sizeof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdateDifficultyVisuals) == 0x000058, "Wrong size on WBP_CrimeNet_HeistDescriptionPanel_C_UpdateDifficultyVisuals"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdateDifficultyVisuals, InDifficulty) == 0x000000, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdateDifficultyVisuals::InDifficulty' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdateDifficultyVisuals, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdateDifficultyVisuals::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdateDifficultyVisuals, CallFunc_GetUIManager_ReturnValue) == 0x000008, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdateDifficultyVisuals::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdateDifficultyVisuals, CallFunc_Map_Find_Value) == 0x000010, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdateDifficultyVisuals::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdateDifficultyVisuals, CallFunc_Map_Find_ReturnValue) == 0x000028, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdateDifficultyVisuals::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdateDifficultyVisuals, CallFunc_GetUIData_ReturnValue) == 0x000030, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdateDifficultyVisuals::CallFunc_GetUIData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdateDifficultyVisuals, CallFunc_GetDifficultyText_OutDifficultyText) == 0x000038, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdateDifficultyVisuals::CallFunc_GetDifficultyText_OutDifficultyText' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdateDifficultyVisuals, CallFunc_GetDifficultyText_bHasText) == 0x000050, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdateDifficultyVisuals::CallFunc_GetDifficultyText_bHasText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistDescriptionPanel_C_SetDifficulty \ +static_assert(alignof(WBP_CrimeNet_HeistDescriptionPanel_C_SetDifficulty) == 0x000001, "Wrong alignment on WBP_CrimeNet_HeistDescriptionPanel_C_SetDifficulty"); \ +static_assert(sizeof(WBP_CrimeNet_HeistDescriptionPanel_C_SetDifficulty) == 0x000002, "Wrong size on WBP_CrimeNet_HeistDescriptionPanel_C_SetDifficulty"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_SetDifficulty, InDifficulty) == 0x000000, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_SetDifficulty::InDifficulty' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_SetDifficulty, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_SetDifficulty::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistDescriptionPanel_C_UpdateTimers \ +static_assert(alignof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdateTimers) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistDescriptionPanel_C_UpdateTimers"); \ +static_assert(sizeof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdateTimers) == 0x000030, "Wrong size on WBP_CrimeNet_HeistDescriptionPanel_C_UpdateTimers"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdateTimers, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdateTimers::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdateTimers, CallFunc_GetPlayerStatisticsManager_ReturnValue) == 0x000008, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdateTimers::CallFunc_GetPlayerStatisticsManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdateTimers, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000010, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdateTimers::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdateTimers, CallFunc_GetHeistBestTimes_ReturnValue) == 0x000018, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdateTimers::CallFunc_GetHeistBestTimes_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_UpdateTimers, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_UpdateTimers::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies \ +static_assert(alignof(WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies"); \ +static_assert(sizeof(WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies) == 0x000060, "Wrong size on WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies, Temp_int_Variable) == 0x000000, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies, Temp_int_Variable_1) == 0x000004, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies, CallFunc_Conv_IntToByte_ReturnValue) == 0x000008, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies, CallFunc_GetValidValue_ReturnValue) == 0x000010, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x000011, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000014, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x000018, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies, CallFunc_Conv_ByteToInt_ReturnValue_1) == 0x000020, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies::CallFunc_Conv_ByteToInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies, CallFunc_Conv_ByteToInt_ReturnValue_2) == 0x000024, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies::CallFunc_Conv_ByteToInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies, CallFunc_Create_ReturnValue) == 0x000028, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies, CallFunc_GetChildrenCount_ReturnValue) == 0x000030, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies, CallFunc_Greater_IntInt_ReturnValue) == 0x000034, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies, CallFunc_AddChild_ReturnValue) == 0x000038, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies, CallFunc_GetChildAt_ReturnValue) == 0x000040, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies, CallFunc_MakeLiteralInt_ReturnValue) == 0x000048, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies, K2Node_DynamicCast_AsWBP_Crime_Net_Security_Company_Display) == 0x000050, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies::K2Node_DynamicCast_AsWBP_Crime_Net_Security_Company_Display' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies, CallFunc_Less_IntInt_ReturnValue) == 0x000059, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_InitializeSecurityCompanies::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistDescriptionPanel_C_Display_Panel_Animation \ +static_assert(alignof(WBP_CrimeNet_HeistDescriptionPanel_C_Display_Panel_Animation) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistDescriptionPanel_C_Display_Panel_Animation"); \ +static_assert(sizeof(WBP_CrimeNet_HeistDescriptionPanel_C_Display_Panel_Animation) == 0x000008, "Wrong size on WBP_CrimeNet_HeistDescriptionPanel_C_Display_Panel_Animation"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Display_Panel_Animation, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Display_Panel_Animation::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty \ +static_assert(alignof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty"); \ +static_assert(sizeof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty) == 0x000170, "Wrong size on WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, Array) == 0x000000, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, IsActive) == 0x000010, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::IsActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, Temp_byte_Variable) == 0x000011, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, Temp_byte_Variable_1) == 0x000012, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, Temp_byte_Variable_2) == 0x000013, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, Temp_int_Array_Index_Variable) == 0x000014, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, Temp_int_Array_Index_Variable_1) == 0x000020, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, Temp_bool_True_if_break_was_hit_Variable) == 0x000024, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, CallFunc_Not_PreBool_ReturnValue) == 0x000025, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, Temp_int_Loop_Counter_Variable_1) == 0x000028, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, CallFunc_Add_IntInt_ReturnValue_1) == 0x00002C, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, Temp_bool_True_if_break_was_hit_Variable_1) == 0x000030, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::Temp_bool_True_if_break_was_hit_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, Temp_int_Array_Index_Variable_2) == 0x000034, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, CallFunc_Not_PreBool_ReturnValue_1) == 0x000038, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, Temp_bool_Variable) == 0x000039, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, CallFunc_Greater_IntInt_ReturnValue) == 0x000040, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, K2Node_Select_Default) == 0x000041, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, CallFunc_Array_Get_Item) == 0x000048, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, CallFunc_Array_Length_ReturnValue_1) == 0x000058, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, Temp_byte_Variable_3) == 0x00005C, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, Temp_byte_Variable_4) == 0x00005D, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, Temp_int_Loop_Counter_Variable_2) == 0x000060, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, CallFunc_GetAllChildren_ReturnValue) == 0x000068, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, CallFunc_Array_Get_Item_1) == 0x000080, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, CallFunc_BooleanAND_ReturnValue) == 0x000088, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, K2Node_DynamicCast_AsWBP_Crime_Net_Security_Company_Display) == 0x000090, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::K2Node_DynamicCast_AsWBP_Crime_Net_Security_Company_Display' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, CallFunc_GetSecurityCompanyName_ReturnValue) == 0x0000A0, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::CallFunc_GetSecurityCompanyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, CallFunc_Array_Length_ReturnValue_2) == 0x0000B0, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000B4, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000B5, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000B8, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, Temp_bool_Variable_1) == 0x0000BC, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, CallFunc_Get_ReturnValue) == 0x0000C0, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, K2Node_Select_Default_1) == 0x0000C8, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, CallFunc_GetDifficultyConfiguration_ReturnValue) == 0x0000D0, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::CallFunc_GetDifficultyConfiguration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, CallFunc_Array_Get_Item_2) == 0x0000E0, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, CallFunc_Array_Length_ReturnValue_3) == 0x000140, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, CallFunc_Less_IntInt_ReturnValue_2) == 0x000144, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, K2Node_Select_Default_2) == 0x000148, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, CallFunc_BooleanAND_ReturnValue_1) == 0x000158, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, CallFunc_IsEmpty_ReturnValue) == 0x000159, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, CallFunc_GetHeistDataFromLevelShortName_ReturnValue) == 0x000160, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::CallFunc_GetHeistDataFromLevelShortName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000168, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_Update_Security_Companies_for_Difficulty::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName \ +static_assert(alignof(WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName"); \ +static_assert(sizeof(WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName) == 0x000070, "Wrong size on WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName, Widget) == 0x000000, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName::Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName, ReturnValue) == 0x000008, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName, ColonIndex) == 0x000018, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName::ColonIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName, EnumName) == 0x000020, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName::EnumName' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName, CallFunc_GetSecurityCompanyEnum_ReturnValue) == 0x000030, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName::CallFunc_GetSecurityCompanyEnum_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName, CallFunc_FindSubstring_ReturnValue) == 0x000034, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName::CallFunc_FindSubstring_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName, CallFunc_GetEnumeratorName_ReturnValue) == 0x000038, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName::CallFunc_GetEnumeratorName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName, CallFunc_Conv_NameToString_ReturnValue) == 0x000048, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000058, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName, CallFunc_RightChop_ReturnValue) == 0x000060, "Member 'WBP_CrimeNet_HeistDescriptionPanel_C_GetSecurityCompanyName::CallFunc_RightChop_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CrimeNet_HeistDescriptionPanel_C \ +static_assert(alignof(UWBP_CrimeNet_HeistDescriptionPanel_C) == 0x000008, "Wrong alignment on UWBP_CrimeNet_HeistDescriptionPanel_C"); \ +static_assert(sizeof(UWBP_CrimeNet_HeistDescriptionPanel_C) == 0x000390, "Wrong size on UWBP_CrimeNet_HeistDescriptionPanel_C"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_C, UberGraphFrame) == 0x000290, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_C, FrameTextDifficulty_Anim) == 0x000298, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_C::FrameTextDifficulty_Anim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_C, Image_LevelIcon) == 0x0002A0, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_C::Image_LevelIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_C, Image_RiskLevel_Hard) == 0x0002A8, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_C::Image_RiskLevel_Hard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_C, Image_RiskLevel_Normal) == 0x0002B0, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_C::Image_RiskLevel_Normal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_C, Image_RiskLevel_Overkill) == 0x0002B8, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_C::Image_RiskLevel_Overkill' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_C, Image_RiskLevel_VeryHard) == 0x0002C0, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_C::Image_RiskLevel_VeryHard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_C, SecurityCompany_01) == 0x0002C8, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_C::SecurityCompany_01' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_C, SecurityCompany_02) == 0x0002D0, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_C::SecurityCompany_02' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_C, SecurityCompany_03) == 0x0002D8, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_C::SecurityCompany_03' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_C, Text_BestTime_Loud) == 0x0002E0, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_C::Text_BestTime_Loud' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_C, Text_BestTime_Stealth) == 0x0002E8, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_C::Text_BestTime_Stealth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_C, Text_Desc_LevelDescription) == 0x0002F0, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_C::Text_Desc_LevelDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_C, Text_Desc_LevelName) == 0x0002F8, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_C::Text_Desc_LevelName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_C, Text_Difficulty) == 0x000300, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_C::Text_Difficulty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_C, Text_Tittle_DifficultyModifiers) == 0x000308, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_C::Text_Tittle_DifficultyModifiers' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_C, VerticalBox_SecurityCompanies) == 0x000310, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_C::VerticalBox_SecurityCompanies' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_C, TWK_DefaultHeistImage) == 0x000318, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_C::TWK_DefaultHeistImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_C, RT_HeistData) == 0x000320, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_C::RT_HeistData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_C, RT_Difficulty) == 0x000328, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_C::RT_Difficulty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_C, DifficultyDesc) == 0x000330, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_C::DifficultyDesc' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_C, In_Visibility) == 0x000380, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_C::In_Visibility' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_C, Out_Min) == 0x000384, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_C::Out_Min' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_C, Out_Max) == 0x000388, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_C::Out_Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticBug_C \ +static_assert(alignof(ABP_CosmeticBug_C) == 0x000008, "Wrong alignment on ABP_CosmeticBug_C"); \ +static_assert(sizeof(ABP_CosmeticBug_C) == 0x0002D0, "Wrong size on ABP_CosmeticBug_C"); \ +static_assert(offsetof(ABP_CosmeticBug_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticBug_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton \ +static_assert(alignof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton) == 0x000008, "Wrong alignment on WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton"); \ +static_assert(sizeof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton) == 0x0000B0, "Wrong size on WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, EntryPoint) == 0x000000, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, Temp_bool_Variable) == 0x000004, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, Temp_byte_Variable) == 0x000005, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, Temp_bool_Variable_1) == 0x000007, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, Temp_byte_Variable_2) == 0x000008, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, Temp_byte_Variable_3) == 0x000009, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, Temp_bool_Variable_2) == 0x00000A, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, Temp_byte_Variable_4) == 0x00000B, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, Temp_byte_Variable_5) == 0x00000C, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, Temp_bool_Variable_3) == 0x00000D, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, Temp_object_Variable) == 0x000010, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, Temp_object_Variable_1) == 0x000018, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, Temp_bool_Variable_4) == 0x000020, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, Temp_byte_Variable_6) == 0x000021, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, Temp_byte_Variable_7) == 0x000022, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000028, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000030, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, K2Node_CreateDelegate_OutputDelegate) == 0x000040, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, Temp_byte_Variable_8) == 0x000054, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, K2Node_Event_IsDesignTime) == 0x000055, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, K2Node_Event_bInIsDisabled) == 0x000056, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, K2Node_Select_Default) == 0x000057, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, CallFunc_GetGameStateMachine_ReturnValue) == 0x000058, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, CallFunc_CanRequestSoloGame_ReturnValue) == 0x000060, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::CallFunc_CanRequestSoloGame_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, Temp_byte_Variable_9) == 0x000061, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::Temp_byte_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, CallFunc_Not_PreBool_ReturnValue) == 0x000062, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, Temp_bool_Variable_5) == 0x000063, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, K2Node_Select_Default_1) == 0x000064, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, K2Node_Event_bInHasFocus) == 0x000065, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, CallFunc_PlayAnimation_ReturnValue) == 0x000068, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, K2Node_Select_Default_2) == 0x000070, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, CallFunc_PlayAnimation_ReturnValue_1) == 0x000078, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, K2Node_Select_Default_3) == 0x000080, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, CallFunc_PlayAnimation_ReturnValue_2) == 0x000088, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, K2Node_Select_Default_4) == 0x000090, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, K2Node_Select_Default_5) == 0x000098, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, CallFunc_PlayAnimation_ReturnValue_3) == 0x0000A0, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton, K2Node_CustomEvent_Focused) == 0x0000A8, "Member 'WBP_UI_ModeSelect_ModeButton_C_ExecuteUbergraph_WBP_UI_ModeSelect_ModeButton::K2Node_CustomEvent_Focused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_ModeButton_C_SetSpecialFocus \ +static_assert(alignof(WBP_UI_ModeSelect_ModeButton_C_SetSpecialFocus) == 0x000001, "Wrong alignment on WBP_UI_ModeSelect_ModeButton_C_SetSpecialFocus"); \ +static_assert(sizeof(WBP_UI_ModeSelect_ModeButton_C_SetSpecialFocus) == 0x000001, "Wrong size on WBP_UI_ModeSelect_ModeButton_C_SetSpecialFocus"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_SetSpecialFocus, Focused) == 0x000000, "Member 'WBP_UI_ModeSelect_ModeButton_C_SetSpecialFocus::Focused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_ModeButton_C_ButtonFocusChanging \ +static_assert(alignof(WBP_UI_ModeSelect_ModeButton_C_ButtonFocusChanging) == 0x000001, "Wrong alignment on WBP_UI_ModeSelect_ModeButton_C_ButtonFocusChanging"); \ +static_assert(sizeof(WBP_UI_ModeSelect_ModeButton_C_ButtonFocusChanging) == 0x000001, "Wrong size on WBP_UI_ModeSelect_ModeButton_C_ButtonFocusChanging"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ButtonFocusChanging, bInHasFocus) == 0x000000, "Member 'WBP_UI_ModeSelect_ModeButton_C_ButtonFocusChanging::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_ModeButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_UI_ModeSelect_ModeButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_UI_ModeSelect_ModeButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_UI_ModeSelect_ModeButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_UI_ModeSelect_ModeButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_UI_ModeSelect_ModeButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_ModeButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_ModeSelect_ModeButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_ModeSelect_ModeButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_ModeSelect_ModeButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_ModeSelect_ModeButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_ModeSelect_ModeButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_ModeButton_C_ShowBlackAndWhite \ +static_assert(alignof(WBP_UI_ModeSelect_ModeButton_C_ShowBlackAndWhite) == 0x000004, "Wrong alignment on WBP_UI_ModeSelect_ModeButton_C_ShowBlackAndWhite"); \ +static_assert(sizeof(WBP_UI_ModeSelect_ModeButton_C_ShowBlackAndWhite) == 0x000014, "Wrong size on WBP_UI_ModeSelect_ModeButton_C_ShowBlackAndWhite"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ShowBlackAndWhite, InShow) == 0x000000, "Member 'WBP_UI_ModeSelect_ModeButton_C_ShowBlackAndWhite::InShow' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ShowBlackAndWhite, Temp_float_Variable) == 0x000004, "Member 'WBP_UI_ModeSelect_ModeButton_C_ShowBlackAndWhite::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ShowBlackAndWhite, Temp_float_Variable_1) == 0x000008, "Member 'WBP_UI_ModeSelect_ModeButton_C_ShowBlackAndWhite::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ShowBlackAndWhite, Temp_bool_Variable) == 0x00000C, "Member 'WBP_UI_ModeSelect_ModeButton_C_ShowBlackAndWhite::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ShowBlackAndWhite, CallFunc_IsValid_ReturnValue) == 0x00000D, "Member 'WBP_UI_ModeSelect_ModeButton_C_ShowBlackAndWhite::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_ShowBlackAndWhite, K2Node_Select_Default) == 0x000010, "Member 'WBP_UI_ModeSelect_ModeButton_C_ShowBlackAndWhite::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_ModeButton_C_SetBetaMaterial \ +static_assert(alignof(WBP_UI_ModeSelect_ModeButton_C_SetBetaMaterial) == 0x000008, "Wrong alignment on WBP_UI_ModeSelect_ModeButton_C_SetBetaMaterial"); \ +static_assert(sizeof(WBP_UI_ModeSelect_ModeButton_C_SetBetaMaterial) == 0x000008, "Wrong size on WBP_UI_ModeSelect_ModeButton_C_SetBetaMaterial"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_SetBetaMaterial, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000000, "Member 'WBP_UI_ModeSelect_ModeButton_C_SetBetaMaterial::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_ModeButton_C_UpdateLockStateBasedOnAccess \ +static_assert(alignof(WBP_UI_ModeSelect_ModeButton_C_UpdateLockStateBasedOnAccess) == 0x000001, "Wrong alignment on WBP_UI_ModeSelect_ModeButton_C_UpdateLockStateBasedOnAccess"); \ +static_assert(sizeof(WBP_UI_ModeSelect_ModeButton_C_UpdateLockStateBasedOnAccess) == 0x000002, "Wrong size on WBP_UI_ModeSelect_ModeButton_C_UpdateLockStateBasedOnAccess"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_UpdateLockStateBasedOnAccess, InLockedState) == 0x000000, "Member 'WBP_UI_ModeSelect_ModeButton_C_UpdateLockStateBasedOnAccess::InLockedState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_ModeButton_C_UpdateLockStateBasedOnAccess, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'WBP_UI_ModeSelect_ModeButton_C_UpdateLockStateBasedOnAccess::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_ModeSelect_ModeButton_C \ +static_assert(alignof(UWBP_UI_ModeSelect_ModeButton_C) == 0x000008, "Wrong alignment on UWBP_UI_ModeSelect_ModeButton_C"); \ +static_assert(sizeof(UWBP_UI_ModeSelect_ModeButton_C) == 0x000478, "Wrong size on UWBP_UI_ModeSelect_ModeButton_C"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, UberGraphFrame) == 0x000370, "Member 'UWBP_UI_ModeSelect_ModeButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, Special_Border_Motion) == 0x000378, "Member 'UWBP_UI_ModeSelect_ModeButton_C::Special_Border_Motion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, OnFocused) == 0x000380, "Member 'UWBP_UI_ModeSelect_ModeButton_C::OnFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, ShowMoreInfo) == 0x000388, "Member 'UWBP_UI_ModeSelect_ModeButton_C::ShowMoreInfo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, ShowDescription) == 0x000390, "Member 'UWBP_UI_ModeSelect_ModeButton_C::ShowDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, ActionKey) == 0x000398, "Member 'UWBP_UI_ModeSelect_ModeButton_C::ActionKey' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, Background_Border) == 0x0003A0, "Member 'UWBP_UI_ModeSelect_ModeButton_C::Background_Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, Beta_O) == 0x0003A8, "Member 'UWBP_UI_ModeSelect_ModeButton_C::Beta_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, BetaBackground_I) == 0x0003B0, "Member 'UWBP_UI_ModeSelect_ModeButton_C::BetaBackground_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, BlackAndWhite_Retainer) == 0x0003B8, "Member 'UWBP_UI_ModeSelect_ModeButton_C::BlackAndWhite_Retainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, EdgeBorder_I) == 0x0003C0, "Member 'UWBP_UI_ModeSelect_ModeButton_C::EdgeBorder_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, FadedGradient_I) == 0x0003C8, "Member 'UWBP_UI_ModeSelect_ModeButton_C::FadedGradient_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, InfoBackground_O) == 0x0003D0, "Member 'UWBP_UI_ModeSelect_ModeButton_C::InfoBackground_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, InfoBox) == 0x0003D8, "Member 'UWBP_UI_ModeSelect_ModeButton_C::InfoBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, Locked_O) == 0x0003E0, "Member 'UWBP_UI_ModeSelect_ModeButton_C::Locked_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, LockedText_T) == 0x0003E8, "Member 'UWBP_UI_ModeSelect_ModeButton_C::LockedText_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, Mode_Image) == 0x0003F0, "Member 'UWBP_UI_ModeSelect_ModeButton_C::Mode_Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, ModeDescription_Text) == 0x0003F8, "Member 'UWBP_UI_ModeSelect_ModeButton_C::ModeDescription_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, ModeTitle_Text) == 0x000400, "Member 'UWBP_UI_ModeSelect_ModeButton_C::ModeTitle_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, Outline_I) == 0x000408, "Member 'UWBP_UI_ModeSelect_ModeButton_C::Outline_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, Special_Border) == 0x000410, "Member 'UWBP_UI_ModeSelect_ModeButton_C::Special_Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, ModeTitle) == 0x000418, "Member 'UWBP_UI_ModeSelect_ModeButton_C::ModeTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, ModeDescription) == 0x000430, "Member 'UWBP_UI_ModeSelect_ModeButton_C::ModeDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, BnwDynamicMaterial) == 0x000448, "Member 'UWBP_UI_ModeSelect_ModeButton_C::BnwDynamicMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, ButtonImage) == 0x000450, "Member 'UWBP_UI_ModeSelect_ModeButton_C::ButtonImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, HasInfoBox) == 0x000458, "Member 'UWBP_UI_ModeSelect_ModeButton_C::HasInfoBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, OnShowAdditionalInfo) == 0x000460, "Member 'UWBP_UI_ModeSelect_ModeButton_C::OnShowAdditionalInfo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_ModeButton_C, SoloModeButton) == 0x000470, "Member 'UWBP_UI_ModeSelect_ModeButton_C::SoloModeButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NewsItem_C_ExecuteUbergraph_WBP_NewsItem \ +static_assert(alignof(WBP_NewsItem_C_ExecuteUbergraph_WBP_NewsItem) == 0x000008, "Wrong alignment on WBP_NewsItem_C_ExecuteUbergraph_WBP_NewsItem"); \ +static_assert(sizeof(WBP_NewsItem_C_ExecuteUbergraph_WBP_NewsItem) == 0x000030, "Wrong size on WBP_NewsItem_C_ExecuteUbergraph_WBP_NewsItem"); \ +static_assert(offsetof(WBP_NewsItem_C_ExecuteUbergraph_WBP_NewsItem, EntryPoint) == 0x000000, "Member 'WBP_NewsItem_C_ExecuteUbergraph_WBP_NewsItem::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsItem_C_ExecuteUbergraph_WBP_NewsItem, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_NewsItem_C_ExecuteUbergraph_WBP_NewsItem::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsItem_C_ExecuteUbergraph_WBP_NewsItem, Temp_object_Variable) == 0x000008, "Member 'WBP_NewsItem_C_ExecuteUbergraph_WBP_NewsItem::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsItem_C_ExecuteUbergraph_WBP_NewsItem, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_NewsItem_C_ExecuteUbergraph_WBP_NewsItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsItem_C_ExecuteUbergraph_WBP_NewsItem, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'WBP_NewsItem_C_ExecuteUbergraph_WBP_NewsItem::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsItem_C_ExecuteUbergraph_WBP_NewsItem, K2Node_CustomEvent_Loaded) == 0x000028, "Member 'WBP_NewsItem_C_ExecuteUbergraph_WBP_NewsItem::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NewsItem_C_PreConstruct \ +static_assert(alignof(WBP_NewsItem_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_NewsItem_C_PreConstruct"); \ +static_assert(sizeof(WBP_NewsItem_C_PreConstruct) == 0x000001, "Wrong size on WBP_NewsItem_C_PreConstruct"); \ +static_assert(offsetof(WBP_NewsItem_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_NewsItem_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NewsItem_C_OnLoaded_8987B2184F552E80FB20EF8DDB9EA1ED \ +static_assert(alignof(WBP_NewsItem_C_OnLoaded_8987B2184F552E80FB20EF8DDB9EA1ED) == 0x000008, "Wrong alignment on WBP_NewsItem_C_OnLoaded_8987B2184F552E80FB20EF8DDB9EA1ED"); \ +static_assert(sizeof(WBP_NewsItem_C_OnLoaded_8987B2184F552E80FB20EF8DDB9EA1ED) == 0x000008, "Wrong size on WBP_NewsItem_C_OnLoaded_8987B2184F552E80FB20EF8DDB9EA1ED"); \ +static_assert(offsetof(WBP_NewsItem_C_OnLoaded_8987B2184F552E80FB20EF8DDB9EA1ED, Loaded) == 0x000000, "Member 'WBP_NewsItem_C_OnLoaded_8987B2184F552E80FB20EF8DDB9EA1ED::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_NewsItem_C \ +static_assert(alignof(UWBP_NewsItem_C) == 0x000008, "Wrong alignment on UWBP_NewsItem_C"); \ +static_assert(sizeof(UWBP_NewsItem_C) == 0x0002D0, "Wrong size on UWBP_NewsItem_C"); \ +static_assert(offsetof(UWBP_NewsItem_C, UberGraphFrame) == 0x000290, "Member 'UWBP_NewsItem_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsItem_C, NewsBanner_I) == 0x000298, "Member 'UWBP_NewsItem_C::NewsBanner_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsItem_C, BannerSprite) == 0x0002A0, "Member 'UWBP_NewsItem_C::BannerSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem \ +static_assert(alignof(WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem) == 0x000008, "Wrong alignment on WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem"); \ +static_assert(sizeof(WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem) == 0x0001B0, "Wrong size on WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem"); \ +static_assert(offsetof(WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem, EntryPoint) == 0x000000, "Member 'WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem, Temp_object_Variable) == 0x000008, "Member 'WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem, K2Node_CustomEvent_InData) == 0x000010, "Member 'WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem::K2Node_CustomEvent_InData' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem, K2Node_CustomEvent_InCurrentVal) == 0x0000B8, "Member 'WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem::K2Node_CustomEvent_InCurrentVal' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem, K2Node_CustomEvent_InMaxValue) == 0x0000BC, "Member 'WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem::K2Node_CustomEvent_InMaxValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem, K2Node_MakeStruct_FormatArgumentData) == 0x0000C0, "Member 'WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000100, "Member 'WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem, K2Node_MakeStruct_FormatArgumentData_1) == 0x000108, "Member 'WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem, K2Node_MakeArray_Array) == 0x000148, "Member 'WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem, CallFunc_SelectInt_ReturnValue) == 0x000158, "Member 'WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem, CallFunc_Format_ReturnValue) == 0x000160, "Member 'WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem, Temp_object_Variable_1) == 0x000178, "Member 'WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem, Temp_bool_Variable) == 0x000180, "Member 'WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem, K2Node_Select_Default) == 0x000188, "Member 'WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem, CallFunc_GetChallengeManager_ReturnValue) == 0x000190, "Member 'WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem::CallFunc_GetChallengeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem, CallFunc_GetChallengeNameText_ReturnValue) == 0x000198, "Member 'WBP_DailyChallengePreviewItem_C_ExecuteUbergraph_WBP_DailyChallengePreviewItem::CallFunc_GetChallengeNameText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengePreviewItem_C_UpdateProgress \ +static_assert(alignof(WBP_DailyChallengePreviewItem_C_UpdateProgress) == 0x000004, "Wrong alignment on WBP_DailyChallengePreviewItem_C_UpdateProgress"); \ +static_assert(sizeof(WBP_DailyChallengePreviewItem_C_UpdateProgress) == 0x000008, "Wrong size on WBP_DailyChallengePreviewItem_C_UpdateProgress"); \ +static_assert(offsetof(WBP_DailyChallengePreviewItem_C_UpdateProgress, InCurrentVal) == 0x000000, "Member 'WBP_DailyChallengePreviewItem_C_UpdateProgress::InCurrentVal' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengePreviewItem_C_UpdateProgress, InMaxValue) == 0x000004, "Member 'WBP_DailyChallengePreviewItem_C_UpdateProgress::InMaxValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengePreviewItem_C_InitItem \ +static_assert(alignof(WBP_DailyChallengePreviewItem_C_InitItem) == 0x000008, "Wrong alignment on WBP_DailyChallengePreviewItem_C_InitItem"); \ +static_assert(sizeof(WBP_DailyChallengePreviewItem_C_InitItem) == 0x0000A8, "Wrong size on WBP_DailyChallengePreviewItem_C_InitItem"); \ +static_assert(offsetof(WBP_DailyChallengePreviewItem_C_InitItem, InData) == 0x000000, "Member 'WBP_DailyChallengePreviewItem_C_InitItem::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_DailyChallengePreviewItem_C \ +static_assert(alignof(UWBP_DailyChallengePreviewItem_C) == 0x000008, "Wrong alignment on UWBP_DailyChallengePreviewItem_C"); \ +static_assert(sizeof(UWBP_DailyChallengePreviewItem_C) == 0x000388, "Wrong size on UWBP_DailyChallengePreviewItem_C"); \ +static_assert(offsetof(UWBP_DailyChallengePreviewItem_C, UberGraphFrame) == 0x000290, "Member 'UWBP_DailyChallengePreviewItem_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengePreviewItem_C, BaseBackground_I) == 0x000298, "Member 'UWBP_DailyChallengePreviewItem_C::BaseBackground_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengePreviewItem_C, BaseBackground_I_1) == 0x0002A0, "Member 'UWBP_DailyChallengePreviewItem_C::BaseBackground_I_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengePreviewItem_C, Complete_I) == 0x0002A8, "Member 'UWBP_DailyChallengePreviewItem_C::Complete_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengePreviewItem_C, Description_O) == 0x0002B0, "Member 'UWBP_DailyChallengePreviewItem_C::Description_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengePreviewItem_C, Description_T) == 0x0002B8, "Member 'UWBP_DailyChallengePreviewItem_C::Description_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengePreviewItem_C, Image_117) == 0x0002C0, "Member 'UWBP_DailyChallengePreviewItem_C::Image_117' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengePreviewItem_C, ProgressBackground_I) == 0x0002C8, "Member 'UWBP_DailyChallengePreviewItem_C::ProgressBackground_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengePreviewItem_C, ProgressContent_WS) == 0x0002D0, "Member 'UWBP_DailyChallengePreviewItem_C::ProgressContent_WS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengePreviewItem_C, ProgressValue_T) == 0x0002D8, "Member 'UWBP_DailyChallengePreviewItem_C::ProgressValue_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengePreviewItem_C, ChallengeData) == 0x0002E0, "Member 'UWBP_DailyChallengePreviewItem_C::ChallengeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton \ +static_assert(alignof(WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton) == 0x000008, "Wrong alignment on WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton"); \ +static_assert(sizeof(WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton) == 0x0000D8, "Wrong size on WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton, EntryPoint) == 0x000000, "Member 'WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton, CallFunc_GetUIManager_ReturnValue) == 0x000008, "Member 'WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton, CallFunc_IsEmpty_ReturnValue) == 0x000010, "Member 'WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton, CallFunc_Conv_StringToName_ReturnValue) == 0x000014, "Member 'WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton, CallFunc_IsEmpty_ReturnValue_1) == 0x000020, "Member 'WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton::CallFunc_IsEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton, K2Node_CreateDelegate_OutputDelegate) == 0x000024, "Member 'WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton, K2Node_CustomEvent_CarouselWidget) == 0x000038, "Member 'WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton::K2Node_CustomEvent_CarouselWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton, K2Node_CustomEvent_CurrentPageIndex) == 0x000040, "Member 'WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton::K2Node_CustomEvent_CurrentPageIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton, CallFunc_Array_Get_Item) == 0x000048, "Member 'WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton, CallFunc_Array_IsValidIndex_ReturnValue) == 0x0000B8, "Member 'WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton, K2Node_Event_IsDesignTime) == 0x0000B9, "Member 'WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton, CallFunc_PlayAnimation_ReturnValue) == 0x0000C0, "Member 'WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton, CallFunc_PlayAnimation_ReturnValue_1) == 0x0000C8, "Member 'WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton, K2Node_CustomEvent_InEnable) == 0x0000D0, "Member 'WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton::K2Node_CustomEvent_InEnable' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton, K2Node_Event_bInHasFocus) == 0x0000D1, "Member 'WBP_NewsBannerButton_C_ExecuteUbergraph_WBP_NewsBannerButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NewsBannerButton_C_ButtonFocusChanging \ +static_assert(alignof(WBP_NewsBannerButton_C_ButtonFocusChanging) == 0x000001, "Wrong alignment on WBP_NewsBannerButton_C_ButtonFocusChanging"); \ +static_assert(sizeof(WBP_NewsBannerButton_C_ButtonFocusChanging) == 0x000001, "Wrong size on WBP_NewsBannerButton_C_ButtonFocusChanging"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_ButtonFocusChanging, bInHasFocus) == 0x000000, "Member 'WBP_NewsBannerButton_C_ButtonFocusChanging::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NewsBannerButton_C_SetCarouselScrollingEnabled \ +static_assert(alignof(WBP_NewsBannerButton_C_SetCarouselScrollingEnabled) == 0x000001, "Wrong alignment on WBP_NewsBannerButton_C_SetCarouselScrollingEnabled"); \ +static_assert(sizeof(WBP_NewsBannerButton_C_SetCarouselScrollingEnabled) == 0x000001, "Wrong size on WBP_NewsBannerButton_C_SetCarouselScrollingEnabled"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_SetCarouselScrollingEnabled, InEnable) == 0x000000, "Member 'WBP_NewsBannerButton_C_SetCarouselScrollingEnabled::InEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NewsBannerButton_C_PreConstruct \ +static_assert(alignof(WBP_NewsBannerButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_NewsBannerButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_NewsBannerButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_NewsBannerButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_NewsBannerButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NewsBannerButton_C_OnPageChanged \ +static_assert(alignof(WBP_NewsBannerButton_C_OnPageChanged) == 0x000008, "Wrong alignment on WBP_NewsBannerButton_C_OnPageChanged"); \ +static_assert(sizeof(WBP_NewsBannerButton_C_OnPageChanged) == 0x000010, "Wrong size on WBP_NewsBannerButton_C_OnPageChanged"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_OnPageChanged, CarouselWidget) == 0x000000, "Member 'WBP_NewsBannerButton_C_OnPageChanged::CarouselWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_OnPageChanged, CurrentPageIndex) == 0x000008, "Member 'WBP_NewsBannerButton_C_OnPageChanged::CurrentPageIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NewsBannerButton_C_AddItem \ +static_assert(alignof(WBP_NewsBannerButton_C_AddItem) == 0x000008, "Wrong alignment on WBP_NewsBannerButton_C_AddItem"); \ +static_assert(sizeof(WBP_NewsBannerButton_C_AddItem) == 0x000050, "Wrong size on WBP_NewsBannerButton_C_AddItem"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_AddItem, InNewsBannerSprite) == 0x000000, "Member 'WBP_NewsBannerButton_C_AddItem::InNewsBannerSprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_AddItem, Temp_byte_Variable) == 0x000030, "Member 'WBP_NewsBannerButton_C_AddItem::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_AddItem, Temp_byte_Variable_1) == 0x000031, "Member 'WBP_NewsBannerButton_C_AddItem::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_AddItem, CallFunc_Create_ReturnValue) == 0x000038, "Member 'WBP_NewsBannerButton_C_AddItem::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_AddItem, CallFunc_AddChild_ReturnValue) == 0x000040, "Member 'WBP_NewsBannerButton_C_AddItem::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_AddItem, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'WBP_NewsBannerButton_C_AddItem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_AddItem, CallFunc_Greater_IntInt_ReturnValue) == 0x00004C, "Member 'WBP_NewsBannerButton_C_AddItem::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_AddItem, Temp_bool_Variable) == 0x00004D, "Member 'WBP_NewsBannerButton_C_AddItem::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_AddItem, K2Node_Select_Default) == 0x00004E, "Member 'WBP_NewsBannerButton_C_AddItem::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NewsBannerButton_C_OnFocusedChanged \ +static_assert(alignof(WBP_NewsBannerButton_C_OnFocusedChanged) == 0x000001, "Wrong alignment on WBP_NewsBannerButton_C_OnFocusedChanged"); \ +static_assert(sizeof(WBP_NewsBannerButton_C_OnFocusedChanged) == 0x000001, "Wrong size on WBP_NewsBannerButton_C_OnFocusedChanged"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_OnFocusedChanged, InFocused) == 0x000000, "Member 'WBP_NewsBannerButton_C_OnFocusedChanged::InFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NewsBannerButton_C_OnHoveredChanged \ +static_assert(alignof(WBP_NewsBannerButton_C_OnHoveredChanged) == 0x000001, "Wrong alignment on WBP_NewsBannerButton_C_OnHoveredChanged"); \ +static_assert(sizeof(WBP_NewsBannerButton_C_OnHoveredChanged) == 0x000001, "Wrong size on WBP_NewsBannerButton_C_OnHoveredChanged"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_OnHoveredChanged, InHovered) == 0x000000, "Member 'WBP_NewsBannerButton_C_OnHoveredChanged::InHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NewsBannerButton_C_InitializeNewsEntries \ +static_assert(alignof(WBP_NewsBannerButton_C_InitializeNewsEntries) == 0x000008, "Wrong alignment on WBP_NewsBannerButton_C_InitializeNewsEntries"); \ +static_assert(sizeof(WBP_NewsBannerButton_C_InitializeNewsEntries) == 0x000140, "Wrong size on WBP_NewsBannerButton_C_InitializeNewsEntries"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_InitializeNewsEntries, InNewsEntries) == 0x000000, "Member 'WBP_NewsBannerButton_C_InitializeNewsEntries::InNewsEntries' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_InitializeNewsEntries, PageCycler) == 0x000010, "Member 'WBP_NewsBannerButton_C_InitializeNewsEntries::PageCycler' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_InitializeNewsEntries, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_NewsBannerButton_C_InitializeNewsEntries::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_InitializeNewsEntries, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'WBP_NewsBannerButton_C_InitializeNewsEntries::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_InitializeNewsEntries, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_NewsBannerButton_C_InitializeNewsEntries::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_InitializeNewsEntries, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_NewsBannerButton_C_InitializeNewsEntries::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_InitializeNewsEntries, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'WBP_NewsBannerButton_C_InitializeNewsEntries::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_InitializeNewsEntries, CallFunc_Less_IntInt_ReturnValue) == 0x00009C, "Member 'WBP_NewsBannerButton_C_InitializeNewsEntries::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_InitializeNewsEntries, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x0000A0, "Member 'WBP_NewsBannerButton_C_InitializeNewsEntries::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_InitializeNewsEntries, CallFunc_Array_Get_Item_1) == 0x0000D0, "Member 'WBP_NewsBannerButton_C_InitializeNewsEntries::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NewsBannerButton_C_NavigateToPage \ +static_assert(alignof(WBP_NewsBannerButton_C_NavigateToPage) == 0x000004, "Wrong alignment on WBP_NewsBannerButton_C_NavigateToPage"); \ +static_assert(sizeof(WBP_NewsBannerButton_C_NavigateToPage) == 0x000004, "Wrong size on WBP_NewsBannerButton_C_NavigateToPage"); \ +static_assert(offsetof(WBP_NewsBannerButton_C_NavigateToPage, InNavigateIndex) == 0x000000, "Member 'WBP_NewsBannerButton_C_NavigateToPage::InNavigateIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_NewsBannerButton_C \ +static_assert(alignof(UWBP_NewsBannerButton_C) == 0x000008, "Wrong alignment on UWBP_NewsBannerButton_C"); \ +static_assert(sizeof(UWBP_NewsBannerButton_C) == 0x0004A0, "Wrong size on UWBP_NewsBannerButton_C"); \ +static_assert(offsetof(UWBP_NewsBannerButton_C, UberGraphFrame) == 0x000370, "Member 'UWBP_NewsBannerButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBannerButton_C, OnFocused) == 0x000378, "Member 'UWBP_NewsBannerButton_C::OnFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBannerButton_C, BottomBackground_I) == 0x000380, "Member 'UWBP_NewsBannerButton_C::BottomBackground_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBannerButton_C, Carousel) == 0x000388, "Member 'UWBP_NewsBannerButton_C::Carousel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBannerButton_C, Description_T) == 0x000390, "Member 'UWBP_NewsBannerButton_C::Description_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBannerButton_C, Image) == 0x000398, "Member 'UWBP_NewsBannerButton_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBannerButton_C, Image_1) == 0x0003A0, "Member 'UWBP_NewsBannerButton_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBannerButton_C, Image_2) == 0x0003A8, "Member 'UWBP_NewsBannerButton_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBannerButton_C, Image_3) == 0x0003B0, "Member 'UWBP_NewsBannerButton_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBannerButton_C, Image_4) == 0x0003B8, "Member 'UWBP_NewsBannerButton_C::Image_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBannerButton_C, Image_5) == 0x0003C0, "Member 'UWBP_NewsBannerButton_C::Image_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBannerButton_C, Image_6) == 0x0003C8, "Member 'UWBP_NewsBannerButton_C::Image_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBannerButton_C, Image_188) == 0x0003D0, "Member 'UWBP_NewsBannerButton_C::Image_188' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBannerButton_C, Image_511) == 0x0003D8, "Member 'UWBP_NewsBannerButton_C::Image_511' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBannerButton_C, Outline_I) == 0x0003E0, "Member 'UWBP_NewsBannerButton_C::Outline_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBannerButton_C, Title_T) == 0x0003E8, "Member 'UWBP_NewsBannerButton_C::Title_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBannerButton_C, EditorSprite) == 0x0003F0, "Member 'UWBP_NewsBannerButton_C::EditorSprite' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBannerButton_C, OnCarouselPressed) == 0x0003F8, "Member 'UWBP_NewsBannerButton_C::OnCarouselPressed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBannerButton_C, ScrollIntervall) == 0x000408, "Member 'UWBP_NewsBannerButton_C::ScrollIntervall' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBannerButton_C, CurrentIndex) == 0x00040C, "Member 'UWBP_NewsBannerButton_C::CurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBannerButton_C, NewsEntries) == 0x000410, "Member 'UWBP_NewsBannerButton_C::NewsEntries' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBannerButton_C, CurrentEntry) == 0x000420, "Member 'UWBP_NewsBannerButton_C::CurrentEntry' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBannerButton_C, OnCarouselPageIndexChanged) == 0x000490, "Member 'UWBP_NewsBannerButton_C::OnCarouselPageIndexChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo \ +static_assert(alignof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo) == 0x000008, "Wrong alignment on WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo"); \ +static_assert(sizeof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo) == 0x000310, "Wrong size on WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, EntryPoint) == 0x000000, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_HasPrivilege_ReturnValue) == 0x000004, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_HasPrivilege_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, Temp_bool_Variable) == 0x000005, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, Temp_byte_Variable) == 0x000006, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, Temp_byte_Variable_1) == 0x000007, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, Temp_bool_Variable_1) == 0x000008, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, Temp_text_Variable) == 0x000010, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, Temp_text_Variable_1) == 0x000028, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_GetPartyManager_ReturnValue) == 0x000040, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_GetPartyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_GetPartyManager_ReturnValue_1) == 0x000048, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_GetPartyManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, K2Node_CreateDelegate_OutputDelegate) == 0x000050, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, K2Node_CreateDelegate_OutputDelegate_1) == 0x000064, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, K2Node_CreateDelegate_OutputDelegate_2) == 0x000078, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_MakeLiteralInt_ReturnValue) == 0x00008C, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, K2Node_Event_IsDesignTime) == 0x000090, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, K2Node_MakeStruct_FormatArgumentData) == 0x000098, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_MakeLiteralInt_ReturnValue_1) == 0x0000D8, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_MakeLiteralInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_MakeLiteralInt_ReturnValue_2) == 0x0000DC, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_MakeLiteralInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E0, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, K2Node_MakeStruct_FormatArgumentData_2) == 0x000120, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, K2Node_MakeArray_Array) == 0x000160, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_Format_ReturnValue) == 0x000170, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_GetPartyManager_ReturnValue_2) == 0x000188, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_GetPartyManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_GetPartyManager_ReturnValue_3) == 0x000190, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_GetPartyManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_GetPartyPlayersNumber_ReturnValue) == 0x000198, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_GetPartyPlayersNumber_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_GetGameEventBroker_ReturnValue) == 0x0001A0, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_GetGameEventBroker_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001A8, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, K2Node_CreateDelegate_OutputDelegate_3) == 0x0001E8, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, K2Node_MakeArray_Array_1) == 0x000200, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_Format_ReturnValue_1) == 0x000210, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, K2Node_CustomEvent_Privilege) == 0x000228, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::K2Node_CustomEvent_Privilege' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, K2Node_CustomEvent_bPrivilegeAllowed) == 0x000229, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::K2Node_CustomEvent_bPrivilegeAllowed' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, K2Node_SwitchEnum_CmpSuccess) == 0x00022A, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, K2Node_CustomEvent_PlayerId) == 0x000230, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::K2Node_CustomEvent_PlayerId' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_GetPartyManager_ReturnValue_4) == 0x000240, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_GetPartyManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_GetPartyPlayersNumber_ReturnValue_1) == 0x000248, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_GetPartyPlayersNumber_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_GetPartyManager_ReturnValue_5) == 0x000250, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_GetPartyManager_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000258, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, K2Node_CreateDelegate_OutputDelegate_4) == 0x00025C, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, K2Node_Select_Default) == 0x000270, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_GetUIManager_ReturnValue) == 0x000288, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, K2Node_CreateDelegate_OutputDelegate_5) == 0x000290, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, K2Node_CustomEvent_bIsGameInstallPending) == 0x0002A4, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::K2Node_CustomEvent_bIsGameInstallPending' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_GetUIManager_ReturnValue_1) == 0x0002A8, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_MakeLiteralName_ReturnValue) == 0x0002B0, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, K2Node_CustomEvent_InEnable) == 0x0002BC, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::K2Node_CustomEvent_InEnable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, K2Node_Event_bInIsHovered) == 0x0002BD, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, K2Node_Select_Default_1) == 0x0002BE, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_Play2DSound_ReturnValue) == 0x0002C0, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_PlayAnimation_ReturnValue) == 0x0002C8, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_GetPartyManager_ReturnValue_6) == 0x0002D0, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_GetPartyManager_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_IsValid_ReturnValue) == 0x0002D8, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_HasPrivilege_ReturnValue_1) == 0x0002D9, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_HasPrivilege_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_GetUIManager_ReturnValue_2) == 0x0002E0, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_GetUIManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_GetUIManager_ReturnValue_3) == 0x0002E8, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_GetUIManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_IsGameInstallPending_ReturnValue) == 0x0002F0, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_IsGameInstallPending_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_IsGameInstallPending_ReturnValue_1) == 0x0002F1, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_IsGameInstallPending_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_HasPrivilege_ReturnValue_2) == 0x0002F2, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_HasPrivilege_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_GetUIManager_ReturnValue_4) == 0x0002F8, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_GetUIManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_PeekStack_ReturnValue) == 0x000300, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_PeekStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00030C, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo, CallFunc_BooleanAND_ReturnValue) == 0x00030D, "Member 'WBP_PartyInviteInfo_C_ExecuteUbergraph_WBP_PartyInviteInfo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PartyInviteInfo_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_PartyInviteInfo_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_PartyInviteInfo_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_PartyInviteInfo_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_PartyInviteInfo_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_PartyInviteInfo_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PartyInviteInfo_C_EnableInput \ +static_assert(alignof(WBP_PartyInviteInfo_C_EnableInput) == 0x000001, "Wrong alignment on WBP_PartyInviteInfo_C_EnableInput"); \ +static_assert(sizeof(WBP_PartyInviteInfo_C_EnableInput) == 0x000001, "Wrong size on WBP_PartyInviteInfo_C_EnableInput"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_EnableInput, InEnable) == 0x000000, "Member 'WBP_PartyInviteInfo_C_EnableInput::InEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PartyInviteInfo_C_OnInstallStateChanged \ +static_assert(alignof(WBP_PartyInviteInfo_C_OnInstallStateChanged) == 0x000001, "Wrong alignment on WBP_PartyInviteInfo_C_OnInstallStateChanged"); \ +static_assert(sizeof(WBP_PartyInviteInfo_C_OnInstallStateChanged) == 0x000001, "Wrong size on WBP_PartyInviteInfo_C_OnInstallStateChanged"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_OnInstallStateChanged, bIsGameInstallPending) == 0x000000, "Member 'WBP_PartyInviteInfo_C_OnInstallStateChanged::bIsGameInstallPending' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PartyInviteInfo_C_OnPlayerPartyChanged \ +static_assert(alignof(WBP_PartyInviteInfo_C_OnPlayerPartyChanged) == 0x000008, "Wrong alignment on WBP_PartyInviteInfo_C_OnPlayerPartyChanged"); \ +static_assert(sizeof(WBP_PartyInviteInfo_C_OnPlayerPartyChanged) == 0x000010, "Wrong size on WBP_PartyInviteInfo_C_OnPlayerPartyChanged"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_OnPlayerPartyChanged, PlayerId) == 0x000000, "Member 'WBP_PartyInviteInfo_C_OnPlayerPartyChanged::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PartyInviteInfo_C_OnPrivilegeChanged \ +static_assert(alignof(WBP_PartyInviteInfo_C_OnPrivilegeChanged) == 0x000001, "Wrong alignment on WBP_PartyInviteInfo_C_OnPrivilegeChanged"); \ +static_assert(sizeof(WBP_PartyInviteInfo_C_OnPrivilegeChanged) == 0x000002, "Wrong size on WBP_PartyInviteInfo_C_OnPrivilegeChanged"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_OnPrivilegeChanged, Privilege) == 0x000000, "Member 'WBP_PartyInviteInfo_C_OnPrivilegeChanged::Privilege' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_OnPrivilegeChanged, bPrivilegeAllowed) == 0x000001, "Member 'WBP_PartyInviteInfo_C_OnPrivilegeChanged::bPrivilegeAllowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PartyInviteInfo_C_PreConstruct \ +static_assert(alignof(WBP_PartyInviteInfo_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_PartyInviteInfo_C_PreConstruct"); \ +static_assert(sizeof(WBP_PartyInviteInfo_C_PreConstruct) == 0x000001, "Wrong size on WBP_PartyInviteInfo_C_PreConstruct"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_PartyInviteInfo_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PartyInviteInfo_C_UpdateAccessBasedOnPrivilege \ +static_assert(alignof(WBP_PartyInviteInfo_C_UpdateAccessBasedOnPrivilege) == 0x000001, "Wrong alignment on WBP_PartyInviteInfo_C_UpdateAccessBasedOnPrivilege"); \ +static_assert(sizeof(WBP_PartyInviteInfo_C_UpdateAccessBasedOnPrivilege) == 0x000008, "Wrong size on WBP_PartyInviteInfo_C_UpdateAccessBasedOnPrivilege"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_UpdateAccessBasedOnPrivilege, CanPlayOnline) == 0x000000, "Member 'WBP_PartyInviteInfo_C_UpdateAccessBasedOnPrivilege::CanPlayOnline' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_UpdateAccessBasedOnPrivilege, InstallPending) == 0x000001, "Member 'WBP_PartyInviteInfo_C_UpdateAccessBasedOnPrivilege::InstallPending' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_UpdateAccessBasedOnPrivilege, Temp_byte_Variable) == 0x000002, "Member 'WBP_PartyInviteInfo_C_UpdateAccessBasedOnPrivilege::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_UpdateAccessBasedOnPrivilege, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'WBP_PartyInviteInfo_C_UpdateAccessBasedOnPrivilege::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_UpdateAccessBasedOnPrivilege, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'WBP_PartyInviteInfo_C_UpdateAccessBasedOnPrivilege::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_UpdateAccessBasedOnPrivilege, Temp_byte_Variable_1) == 0x000005, "Member 'WBP_PartyInviteInfo_C_UpdateAccessBasedOnPrivilege::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_UpdateAccessBasedOnPrivilege, Temp_bool_Variable) == 0x000006, "Member 'WBP_PartyInviteInfo_C_UpdateAccessBasedOnPrivilege::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyInviteInfo_C_UpdateAccessBasedOnPrivilege, K2Node_Select_Default) == 0x000007, "Member 'WBP_PartyInviteInfo_C_UpdateAccessBasedOnPrivilege::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PartyInviteInfo_C \ +static_assert(alignof(UWBP_PartyInviteInfo_C) == 0x000008, "Wrong alignment on UWBP_PartyInviteInfo_C"); \ +static_assert(sizeof(UWBP_PartyInviteInfo_C) == 0x0002E8, "Wrong size on UWBP_PartyInviteInfo_C"); \ +static_assert(offsetof(UWBP_PartyInviteInfo_C, UberGraphFrame) == 0x0002B0, "Member 'UWBP_PartyInviteInfo_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyInviteInfo_C, OnFocused) == 0x0002B8, "Member 'UWBP_PartyInviteInfo_C::OnFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyInviteInfo_C, ActionKey) == 0x0002C0, "Member 'UWBP_PartyInviteInfo_C::ActionKey' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyInviteInfo_C, ActionName_T) == 0x0002C8, "Member 'UWBP_PartyInviteInfo_C::ActionName_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyInviteInfo_C, DarkBackground_I) == 0x0002D0, "Member 'UWBP_PartyInviteInfo_C::DarkBackground_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyInviteInfo_C, PartyAmountBkg_I) == 0x0002D8, "Member 'UWBP_PartyInviteInfo_C::PartyAmountBkg_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyInviteInfo_C, PartyAmountCount_T) == 0x0002E0, "Member 'UWBP_PartyInviteInfo_C::PartyAmountCount_T' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Delivery_Drone_C_ExecuteUbergraph_ABP_Delivery_Drone \ +static_assert(alignof(ABP_Delivery_Drone_C_ExecuteUbergraph_ABP_Delivery_Drone) == 0x000004, "Wrong alignment on ABP_Delivery_Drone_C_ExecuteUbergraph_ABP_Delivery_Drone"); \ +static_assert(sizeof(ABP_Delivery_Drone_C_ExecuteUbergraph_ABP_Delivery_Drone) == 0x000004, "Wrong size on ABP_Delivery_Drone_C_ExecuteUbergraph_ABP_Delivery_Drone"); \ +static_assert(offsetof(ABP_Delivery_Drone_C_ExecuteUbergraph_ABP_Delivery_Drone, EntryPoint) == 0x000000, "Member 'ABP_Delivery_Drone_C_ExecuteUbergraph_ABP_Delivery_Drone::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Delivery_Drone_C_AnimGraph \ +static_assert(alignof(ABP_Delivery_Drone_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Delivery_Drone_C_AnimGraph"); \ +static_assert(sizeof(ABP_Delivery_Drone_C_AnimGraph) == 0x000020, "Wrong size on ABP_Delivery_Drone_C_AnimGraph"); \ +static_assert(offsetof(ABP_Delivery_Drone_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_Delivery_Drone_C_AnimGraph::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_Delivery_Drone_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_Delivery_Drone_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_Delivery_Drone_C \ +static_assert(alignof(UABP_Delivery_Drone_C) == 0x000010, "Wrong alignment on UABP_Delivery_Drone_C"); \ +static_assert(sizeof(UABP_Delivery_Drone_C) == 0x0009B0, "Wrong size on UABP_Delivery_Drone_C"); \ +static_assert(offsetof(UABP_Delivery_Drone_C, UberGraphFrame) == 0x000300, "Member 'UABP_Delivery_Drone_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Delivery_Drone_C, AnimGraphNode_Root) == 0x000308, "Member 'UABP_Delivery_Drone_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_Delivery_Drone_C, AnimGraphNode_ModifyBone) == 0x000350, "Member 'UABP_Delivery_Drone_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ +static_assert(offsetof(UABP_Delivery_Drone_C, AnimGraphNode_ControlRig) == 0x000488, "Member 'UABP_Delivery_Drone_C::AnimGraphNode_ControlRig' has a wrong offset!"); \ +static_assert(offsetof(UABP_Delivery_Drone_C, AnimGraphNode_LinkedInputPose) == 0x000808, "Member 'UABP_Delivery_Drone_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_Delivery_Drone_C, AnimGraphNode_LocalToComponentSpace) == 0x000938, "Member 'UABP_Delivery_Drone_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_Delivery_Drone_C, AnimGraphNode_ComponentToLocalSpace) == 0x000968, "Member 'UABP_Delivery_Drone_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_Delivery_Drone_C, __CustomProperty_YawSpeed_5EDB93024FE086C233BEDB80FB05A585) == 0x000998, "Member 'UABP_Delivery_Drone_C::__CustomProperty_YawSpeed_5EDB93024FE086C233BEDB80FB05A585' has a wrong offset!"); \ +static_assert(offsetof(UABP_Delivery_Drone_C, __CustomProperty_Velocity_5EDB93024FE086C233BEDB80FB05A585) == 0x00099C, "Member 'UABP_Delivery_Drone_C::__CustomProperty_Velocity_5EDB93024FE086C233BEDB80FB05A585' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_SecondaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_SecondaryTextButton \ +static_assert(alignof(WBP_MenuRoot_SecondaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_SecondaryTextButton) == 0x000008, "Wrong alignment on WBP_MenuRoot_SecondaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_SecondaryTextButton"); \ +static_assert(sizeof(WBP_MenuRoot_SecondaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_SecondaryTextButton) == 0x000018, "Wrong size on WBP_MenuRoot_SecondaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_SecondaryTextButton"); \ +static_assert(offsetof(WBP_MenuRoot_SecondaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_SecondaryTextButton, EntryPoint) == 0x000000, "Member 'WBP_MenuRoot_SecondaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_SecondaryTextButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_SecondaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_SecondaryTextButton, K2Node_Event_bInHasFocus) == 0x000004, "Member 'WBP_MenuRoot_SecondaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_SecondaryTextButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_SecondaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_SecondaryTextButton, Temp_bool_Variable) == 0x000005, "Member 'WBP_MenuRoot_SecondaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_SecondaryTextButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_SecondaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_SecondaryTextButton, Temp_byte_Variable) == 0x000006, "Member 'WBP_MenuRoot_SecondaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_SecondaryTextButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_SecondaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_SecondaryTextButton, Temp_byte_Variable_1) == 0x000007, "Member 'WBP_MenuRoot_SecondaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_SecondaryTextButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_SecondaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_SecondaryTextButton, K2Node_Select_Default) == 0x000008, "Member 'WBP_MenuRoot_SecondaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_SecondaryTextButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_SecondaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_SecondaryTextButton, K2Node_Event_IsDesignTime) == 0x000009, "Member 'WBP_MenuRoot_SecondaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_SecondaryTextButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_SecondaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_SecondaryTextButton, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'WBP_MenuRoot_SecondaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_SecondaryTextButton::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_SecondaryTextButton_C_ButtonFocusChanging \ +static_assert(alignof(WBP_MenuRoot_SecondaryTextButton_C_ButtonFocusChanging) == 0x000001, "Wrong alignment on WBP_MenuRoot_SecondaryTextButton_C_ButtonFocusChanging"); \ +static_assert(sizeof(WBP_MenuRoot_SecondaryTextButton_C_ButtonFocusChanging) == 0x000001, "Wrong size on WBP_MenuRoot_SecondaryTextButton_C_ButtonFocusChanging"); \ +static_assert(offsetof(WBP_MenuRoot_SecondaryTextButton_C_ButtonFocusChanging, bInHasFocus) == 0x000000, "Member 'WBP_MenuRoot_SecondaryTextButton_C_ButtonFocusChanging::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_SecondaryTextButton_C_PreConstruct \ +static_assert(alignof(WBP_MenuRoot_SecondaryTextButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_MenuRoot_SecondaryTextButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_MenuRoot_SecondaryTextButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_MenuRoot_SecondaryTextButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_MenuRoot_SecondaryTextButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_MenuRoot_SecondaryTextButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MenuRoot_SecondaryTextButton_C \ +static_assert(alignof(UWBP_MenuRoot_SecondaryTextButton_C) == 0x000008, "Wrong alignment on UWBP_MenuRoot_SecondaryTextButton_C"); \ +static_assert(sizeof(UWBP_MenuRoot_SecondaryTextButton_C) == 0x0003B0, "Wrong size on UWBP_MenuRoot_SecondaryTextButton_C"); \ +static_assert(offsetof(UWBP_MenuRoot_SecondaryTextButton_C, UberGraphFrame) == 0x000370, "Member 'UWBP_MenuRoot_SecondaryTextButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_SecondaryTextButton_C, Focused) == 0x000378, "Member 'UWBP_MenuRoot_SecondaryTextButton_C::Focused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_SecondaryTextButton_C, EdgeBorder_I) == 0x000380, "Member 'UWBP_MenuRoot_SecondaryTextButton_C::EdgeBorder_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_SecondaryTextButton_C, FadedGradient_I) == 0x000388, "Member 'UWBP_MenuRoot_SecondaryTextButton_C::FadedGradient_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_SecondaryTextButton_C, Title_T) == 0x000390, "Member 'UWBP_MenuRoot_SecondaryTextButton_C::Title_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_SecondaryTextButton_C, InTitle) == 0x000398, "Member 'UWBP_MenuRoot_SecondaryTextButton_C::InTitle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_PrimaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_PrimaryTextButton \ +static_assert(alignof(WBP_MenuRoot_PrimaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_PrimaryTextButton) == 0x000008, "Wrong alignment on WBP_MenuRoot_PrimaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_PrimaryTextButton"); \ +static_assert(sizeof(WBP_MenuRoot_PrimaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_PrimaryTextButton) == 0x000018, "Wrong size on WBP_MenuRoot_PrimaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_PrimaryTextButton"); \ +static_assert(offsetof(WBP_MenuRoot_PrimaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_PrimaryTextButton, EntryPoint) == 0x000000, "Member 'WBP_MenuRoot_PrimaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_PrimaryTextButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_PrimaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_PrimaryTextButton, K2Node_Event_bInHasFocus) == 0x000004, "Member 'WBP_MenuRoot_PrimaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_PrimaryTextButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_PrimaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_PrimaryTextButton, Temp_bool_Variable) == 0x000005, "Member 'WBP_MenuRoot_PrimaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_PrimaryTextButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_PrimaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_PrimaryTextButton, Temp_byte_Variable) == 0x000006, "Member 'WBP_MenuRoot_PrimaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_PrimaryTextButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_PrimaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_PrimaryTextButton, Temp_byte_Variable_1) == 0x000007, "Member 'WBP_MenuRoot_PrimaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_PrimaryTextButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_PrimaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_PrimaryTextButton, K2Node_Select_Default) == 0x000008, "Member 'WBP_MenuRoot_PrimaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_PrimaryTextButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_PrimaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_PrimaryTextButton, K2Node_Event_IsDesignTime) == 0x000009, "Member 'WBP_MenuRoot_PrimaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_PrimaryTextButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_PrimaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_PrimaryTextButton, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'WBP_MenuRoot_PrimaryTextButton_C_ExecuteUbergraph_WBP_MenuRoot_PrimaryTextButton::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_PrimaryTextButton_C_ButtonFocusChanging \ +static_assert(alignof(WBP_MenuRoot_PrimaryTextButton_C_ButtonFocusChanging) == 0x000001, "Wrong alignment on WBP_MenuRoot_PrimaryTextButton_C_ButtonFocusChanging"); \ +static_assert(sizeof(WBP_MenuRoot_PrimaryTextButton_C_ButtonFocusChanging) == 0x000001, "Wrong size on WBP_MenuRoot_PrimaryTextButton_C_ButtonFocusChanging"); \ +static_assert(offsetof(WBP_MenuRoot_PrimaryTextButton_C_ButtonFocusChanging, bInHasFocus) == 0x000000, "Member 'WBP_MenuRoot_PrimaryTextButton_C_ButtonFocusChanging::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_PrimaryTextButton_C_PreConstruct \ +static_assert(alignof(WBP_MenuRoot_PrimaryTextButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_MenuRoot_PrimaryTextButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_MenuRoot_PrimaryTextButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_MenuRoot_PrimaryTextButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_MenuRoot_PrimaryTextButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_MenuRoot_PrimaryTextButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MenuRoot_PrimaryTextButton_C \ +static_assert(alignof(UWBP_MenuRoot_PrimaryTextButton_C) == 0x000008, "Wrong alignment on UWBP_MenuRoot_PrimaryTextButton_C"); \ +static_assert(sizeof(UWBP_MenuRoot_PrimaryTextButton_C) == 0x0003B8, "Wrong size on UWBP_MenuRoot_PrimaryTextButton_C"); \ +static_assert(offsetof(UWBP_MenuRoot_PrimaryTextButton_C, UberGraphFrame) == 0x000370, "Member 'UWBP_MenuRoot_PrimaryTextButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_PrimaryTextButton_C, Focused) == 0x000378, "Member 'UWBP_MenuRoot_PrimaryTextButton_C::Focused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_PrimaryTextButton_C, EdgeBorder_I) == 0x000380, "Member 'UWBP_MenuRoot_PrimaryTextButton_C::EdgeBorder_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_PrimaryTextButton_C, FadedGradient_I) == 0x000388, "Member 'UWBP_MenuRoot_PrimaryTextButton_C::FadedGradient_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_PrimaryTextButton_C, Title_T) == 0x000390, "Member 'UWBP_MenuRoot_PrimaryTextButton_C::Title_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_PrimaryTextButton_C, InTitle) == 0x000398, "Member 'UWBP_MenuRoot_PrimaryTextButton_C::InTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_PrimaryTextButton_C, InStyle) == 0x0003B0, "Member 'UWBP_MenuRoot_PrimaryTextButton_C::InStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Mask_Base_C_AnimGraph \ +static_assert(alignof(ABP_Mask_Base_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Mask_Base_C_AnimGraph"); \ +static_assert(sizeof(ABP_Mask_Base_C_AnimGraph) == 0x000010, "Wrong size on ABP_Mask_Base_C_AnimGraph"); \ +static_assert(offsetof(ABP_Mask_Base_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Mask_Base_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Mask_Base_C_ExecuteUbergraph_ABP_Mask_Base \ +static_assert(alignof(ABP_Mask_Base_C_ExecuteUbergraph_ABP_Mask_Base) == 0x000004, "Wrong alignment on ABP_Mask_Base_C_ExecuteUbergraph_ABP_Mask_Base"); \ +static_assert(sizeof(ABP_Mask_Base_C_ExecuteUbergraph_ABP_Mask_Base) == 0x000004, "Wrong size on ABP_Mask_Base_C_ExecuteUbergraph_ABP_Mask_Base"); \ +static_assert(offsetof(ABP_Mask_Base_C_ExecuteUbergraph_ABP_Mask_Base, EntryPoint) == 0x000000, "Member 'ABP_Mask_Base_C_ExecuteUbergraph_ABP_Mask_Base::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_Mask_Base_C \ +static_assert(alignof(UABP_Mask_Base_C) == 0x000010, "Wrong alignment on UABP_Mask_Base_C"); \ +static_assert(sizeof(UABP_Mask_Base_C) == 0x000C00, "Wrong size on UABP_Mask_Base_C"); \ +static_assert(offsetof(UABP_Mask_Base_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_Mask_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Mask_Base_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_Mask_Base_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_Mask_Base_C, AnimGraphNode_RigidBody) == 0x000310, "Member 'UABP_Mask_Base_C::AnimGraphNode_RigidBody' has a wrong offset!"); \ +static_assert(offsetof(UABP_Mask_Base_C, AnimGraphNode_ComponentToLocalSpace) == 0x000BD0, "Member 'UABP_Mask_Base_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner \ +static_assert(alignof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner) == 0x000008, "Wrong alignment on WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner"); \ +static_assert(sizeof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner) == 0x0000F8, "Wrong size on WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, EntryPoint) == 0x000000, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, Temp_struct_Variable) == 0x000008, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, Temp_byte_Variable) == 0x00001C, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, CallFunc_Greater_IntInt_ReturnValue) == 0x00001D, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, CallFunc_RequestNewsFeed_ReturnValue) == 0x000020, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::CallFunc_RequestNewsFeed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, K2Node_CreateDelegate_OutputDelegate) == 0x00002C, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, Temp_bool_IsClosed_Variable) == 0x000040, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, K2Node_Event_IsDesignTime) == 0x000041, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, K2Node_CustomEvent_InNavigateIndex) == 0x000044, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::K2Node_CustomEvent_InNavigateIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, CallFunc_Subtract_IntInt_ReturnValue) == 0x00004C, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, CallFunc_Array_Length_ReturnValue_1) == 0x000050, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, CallFunc_Clamp_ReturnValue) == 0x000054, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, CallFunc_Array_Length_ReturnValue_2) == 0x000058, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, CallFunc_Clamp_ReturnValue_1) == 0x00005C, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::CallFunc_Clamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, Temp_bool_Has_Been_Initd_Variable) == 0x000060, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, K2Node_CustomEvent_ErrorCode) == 0x000061, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::K2Node_CustomEvent_ErrorCode' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, K2Node_CustomEvent_NewsFeedList) == 0x000068, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::K2Node_CustomEvent_NewsFeedList' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, K2Node_CreateDelegate_OutputDelegate_1) == 0x000078, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, K2Node_CreateDelegate_OutputDelegate_2) == 0x00008C, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000A0, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, CallFunc_GetUIManager_ReturnValue) == 0x0000B8, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, CallFunc_IsGameInstallPending_ReturnValue) == 0x0000C0, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::CallFunc_IsGameInstallPending_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, K2Node_CustomEvent_bInEnabled) == 0x0000C1, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::K2Node_CustomEvent_bInEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000C4, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000D8, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, K2Node_CustomEvent_NewIndex) == 0x0000EC, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::K2Node_CustomEvent_NewIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, CallFunc_Array_IsValidIndex_ReturnValue) == 0x0000F0, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner, K2Node_CustomEvent_bIsGameInstallPending) == 0x0000F1, "Member 'WBP_NewsBanner_C_ExecuteUbergraph_WBP_NewsBanner::K2Node_CustomEvent_bIsGameInstallPending' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NewsBanner_C_OnGameInstalled \ +static_assert(alignof(WBP_NewsBanner_C_OnGameInstalled) == 0x000001, "Wrong alignment on WBP_NewsBanner_C_OnGameInstalled"); \ +static_assert(sizeof(WBP_NewsBanner_C_OnGameInstalled) == 0x000001, "Wrong size on WBP_NewsBanner_C_OnGameInstalled"); \ +static_assert(offsetof(WBP_NewsBanner_C_OnGameInstalled, bIsGameInstallPending) == 0x000000, "Member 'WBP_NewsBanner_C_OnGameInstalled::bIsGameInstallPending' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NewsBanner_C_CarouselIndexChanged \ +static_assert(alignof(WBP_NewsBanner_C_CarouselIndexChanged) == 0x000004, "Wrong alignment on WBP_NewsBanner_C_CarouselIndexChanged"); \ +static_assert(sizeof(WBP_NewsBanner_C_CarouselIndexChanged) == 0x000004, "Wrong size on WBP_NewsBanner_C_CarouselIndexChanged"); \ +static_assert(offsetof(WBP_NewsBanner_C_CarouselIndexChanged, NewIndex) == 0x000000, "Member 'WBP_NewsBanner_C_CarouselIndexChanged::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NewsBanner_C_SetNewsBannerEnabled \ +static_assert(alignof(WBP_NewsBanner_C_SetNewsBannerEnabled) == 0x000001, "Wrong alignment on WBP_NewsBanner_C_SetNewsBannerEnabled"); \ +static_assert(sizeof(WBP_NewsBanner_C_SetNewsBannerEnabled) == 0x000001, "Wrong size on WBP_NewsBanner_C_SetNewsBannerEnabled"); \ +static_assert(offsetof(WBP_NewsBanner_C_SetNewsBannerEnabled, bInEnabled) == 0x000000, "Member 'WBP_NewsBanner_C_SetNewsBannerEnabled::bInEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NewsBanner_C_NavigateToPage \ +static_assert(alignof(WBP_NewsBanner_C_NavigateToPage) == 0x000004, "Wrong alignment on WBP_NewsBanner_C_NavigateToPage"); \ +static_assert(sizeof(WBP_NewsBanner_C_NavigateToPage) == 0x000004, "Wrong size on WBP_NewsBanner_C_NavigateToPage"); \ +static_assert(offsetof(WBP_NewsBanner_C_NavigateToPage, InNavigateIndex) == 0x000000, "Member 'WBP_NewsBanner_C_NavigateToPage::InNavigateIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NewsBanner_C_PreConstruct \ +static_assert(alignof(WBP_NewsBanner_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_NewsBanner_C_PreConstruct"); \ +static_assert(sizeof(WBP_NewsBanner_C_PreConstruct) == 0x000001, "Wrong size on WBP_NewsBanner_C_PreConstruct"); \ +static_assert(offsetof(WBP_NewsBanner_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_NewsBanner_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NewsBanner_C_OnComplete_20FB66EC40031DB9F52C91B5F92076D7 \ +static_assert(alignof(WBP_NewsBanner_C_OnComplete_20FB66EC40031DB9F52C91B5F92076D7) == 0x000008, "Wrong alignment on WBP_NewsBanner_C_OnComplete_20FB66EC40031DB9F52C91B5F92076D7"); \ +static_assert(sizeof(WBP_NewsBanner_C_OnComplete_20FB66EC40031DB9F52C91B5F92076D7) == 0x000018, "Wrong size on WBP_NewsBanner_C_OnComplete_20FB66EC40031DB9F52C91B5F92076D7"); \ +static_assert(offsetof(WBP_NewsBanner_C_OnComplete_20FB66EC40031DB9F52C91B5F92076D7, ErrorCode) == 0x000000, "Member 'WBP_NewsBanner_C_OnComplete_20FB66EC40031DB9F52C91B5F92076D7::ErrorCode' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_OnComplete_20FB66EC40031DB9F52C91B5F92076D7, NewsFeedList) == 0x000008, "Member 'WBP_NewsBanner_C_OnComplete_20FB66EC40031DB9F52C91B5F92076D7::NewsFeedList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NewsBanner_C_RemoveItem \ +static_assert(alignof(WBP_NewsBanner_C_RemoveItem) == 0x000004, "Wrong alignment on WBP_NewsBanner_C_RemoveItem"); \ +static_assert(sizeof(WBP_NewsBanner_C_RemoveItem) == 0x000004, "Wrong size on WBP_NewsBanner_C_RemoveItem"); \ +static_assert(offsetof(WBP_NewsBanner_C_RemoveItem, InItemIndexToRemove) == 0x000000, "Member 'WBP_NewsBanner_C_RemoveItem::InItemIndexToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NewsBanner_C_OnFocusedChanged \ +static_assert(alignof(WBP_NewsBanner_C_OnFocusedChanged) == 0x000001, "Wrong alignment on WBP_NewsBanner_C_OnFocusedChanged"); \ +static_assert(sizeof(WBP_NewsBanner_C_OnFocusedChanged) == 0x000001, "Wrong size on WBP_NewsBanner_C_OnFocusedChanged"); \ +static_assert(offsetof(WBP_NewsBanner_C_OnFocusedChanged, InFocused) == 0x000000, "Member 'WBP_NewsBanner_C_OnFocusedChanged::InFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NewsBanner_C_OnHoveredChanged \ +static_assert(alignof(WBP_NewsBanner_C_OnHoveredChanged) == 0x000001, "Wrong alignment on WBP_NewsBanner_C_OnHoveredChanged"); \ +static_assert(sizeof(WBP_NewsBanner_C_OnHoveredChanged) == 0x000001, "Wrong size on WBP_NewsBanner_C_OnHoveredChanged"); \ +static_assert(offsetof(WBP_NewsBanner_C_OnHoveredChanged, InHovered) == 0x000000, "Member 'WBP_NewsBanner_C_OnHoveredChanged::InHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NewsBanner_C_UpdateAccessBasedOnPrivilege \ +static_assert(alignof(WBP_NewsBanner_C_UpdateAccessBasedOnPrivilege) == 0x000001, "Wrong alignment on WBP_NewsBanner_C_UpdateAccessBasedOnPrivilege"); \ +static_assert(sizeof(WBP_NewsBanner_C_UpdateAccessBasedOnPrivilege) == 0x000005, "Wrong size on WBP_NewsBanner_C_UpdateAccessBasedOnPrivilege"); \ +static_assert(offsetof(WBP_NewsBanner_C_UpdateAccessBasedOnPrivilege, InstallPending) == 0x000000, "Member 'WBP_NewsBanner_C_UpdateAccessBasedOnPrivilege::InstallPending' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_UpdateAccessBasedOnPrivilege, Temp_bool_Variable) == 0x000001, "Member 'WBP_NewsBanner_C_UpdateAccessBasedOnPrivilege::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_UpdateAccessBasedOnPrivilege, Temp_byte_Variable) == 0x000002, "Member 'WBP_NewsBanner_C_UpdateAccessBasedOnPrivilege::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_UpdateAccessBasedOnPrivilege, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_NewsBanner_C_UpdateAccessBasedOnPrivilege::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_NewsBanner_C_UpdateAccessBasedOnPrivilege, K2Node_Select_Default) == 0x000004, "Member 'WBP_NewsBanner_C_UpdateAccessBasedOnPrivilege::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_NewsBanner_C \ +static_assert(alignof(UWBP_NewsBanner_C) == 0x000008, "Wrong alignment on UWBP_NewsBanner_C"); \ +static_assert(sizeof(UWBP_NewsBanner_C) == 0x0002E0, "Wrong size on UWBP_NewsBanner_C"); \ +static_assert(offsetof(UWBP_NewsBanner_C, UberGraphFrame) == 0x000290, "Member 'UWBP_NewsBanner_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBanner_C, OnFocused) == 0x000298, "Member 'UWBP_NewsBanner_C::OnFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBanner_C, PageCycler) == 0x0002A0, "Member 'UWBP_NewsBanner_C::PageCycler' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBanner_C, WBP_NewsBannerButton) == 0x0002A8, "Member 'UWBP_NewsBanner_C::WBP_NewsBannerButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBanner_C, EditorSprite) == 0x0002B0, "Member 'UWBP_NewsBanner_C::EditorSprite' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBanner_C, OnCarouselPressed) == 0x0002B8, "Member 'UWBP_NewsBanner_C::OnCarouselPressed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBanner_C, CurrentIndex) == 0x0002C8, "Member 'UWBP_NewsBanner_C::CurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NewsBanner_C, NewsEntries) == 0x0002D0, "Member 'UWBP_NewsBanner_C::NewsEntries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview \ +static_assert(alignof(WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview) == 0x000008, "Wrong alignment on WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview"); \ +static_assert(sizeof(WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview) == 0x0000C8, "Wrong size on WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview, EntryPoint) == 0x000000, "Member 'WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview, Temp_int_Variable) == 0x000004, "Member 'WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview, Temp_name_Variable) == 0x000008, "Member 'WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000014, "Member 'WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview, Temp_name_Variable_1) == 0x00001C, "Member 'WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview, K2Node_Event_IsDesignTime) == 0x000028, "Member 'WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview, CallFunc_GetChildrenCount_ReturnValue) == 0x00002C, "Member 'WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000030, "Member 'WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview, CallFunc_GetUIManager_ReturnValue) == 0x000038, "Member 'WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview, CallFunc_MakeLiteralName_ReturnValue) == 0x000040, "Member 'WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview, CallFunc_Create_ReturnValue) == 0x000050, "Member 'WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000058, "Member 'WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview, Temp_bool_Variable) == 0x000060, "Member 'WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview, CallFunc_GetChallengeManager_ReturnValue) == 0x000068, "Member 'WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview::CallFunc_GetChallengeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview, K2Node_CreateDelegate_OutputDelegate) == 0x000070, "Member 'WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview, CallFunc_GetUIManager_ReturnValue_1) == 0x000088, "Member 'WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview, K2Node_CreateDelegate_OutputDelegate_1) == 0x000090, "Member 'WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview, K2Node_CustomEvent_bIsGameInstallPending) == 0x0000A4, "Member 'WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview::K2Node_CustomEvent_bIsGameInstallPending' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview, K2Node_MakeStruct_Margin) == 0x0000A8, "Member 'WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview, K2Node_CustomEvent_InEnable) == 0x0000B8, "Member 'WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview::K2Node_CustomEvent_InEnable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview, K2Node_Select_Default) == 0x0000BC, "Member 'WBP_DailyChallengesPreview_C_ExecuteUbergraph_WBP_DailyChallengesPreview::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengesPreview_C_EnableInput \ +static_assert(alignof(WBP_DailyChallengesPreview_C_EnableInput) == 0x000001, "Wrong alignment on WBP_DailyChallengesPreview_C_EnableInput"); \ +static_assert(sizeof(WBP_DailyChallengesPreview_C_EnableInput) == 0x000001, "Wrong size on WBP_DailyChallengesPreview_C_EnableInput"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_EnableInput, InEnable) == 0x000000, "Member 'WBP_DailyChallengesPreview_C_EnableInput::InEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengesPreview_C_OnInstallStateChanged \ +static_assert(alignof(WBP_DailyChallengesPreview_C_OnInstallStateChanged) == 0x000001, "Wrong alignment on WBP_DailyChallengesPreview_C_OnInstallStateChanged"); \ +static_assert(sizeof(WBP_DailyChallengesPreview_C_OnInstallStateChanged) == 0x000001, "Wrong size on WBP_DailyChallengesPreview_C_OnInstallStateChanged"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_OnInstallStateChanged, bIsGameInstallPending) == 0x000000, "Member 'WBP_DailyChallengesPreview_C_OnInstallStateChanged::bIsGameInstallPending' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengesPreview_C_PreConstruct \ +static_assert(alignof(WBP_DailyChallengesPreview_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_DailyChallengesPreview_C_PreConstruct"); \ +static_assert(sizeof(WBP_DailyChallengesPreview_C_PreConstruct) == 0x000001, "Wrong size on WBP_DailyChallengesPreview_C_PreConstruct"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_DailyChallengesPreview_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengesPreview_C_UpdateChallengesFromData \ +static_assert(alignof(WBP_DailyChallengesPreview_C_UpdateChallengesFromData) == 0x000008, "Wrong alignment on WBP_DailyChallengesPreview_C_UpdateChallengesFromData"); \ +static_assert(sizeof(WBP_DailyChallengesPreview_C_UpdateChallengesFromData) == 0x000130, "Wrong size on WBP_DailyChallengesPreview_C_UpdateChallengesFromData"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_UpdateChallengesFromData, Temp_bool_True_if_break_was_hit_Variable) == 0x000000, "Member 'WBP_DailyChallengesPreview_C_UpdateChallengesFromData::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_UpdateChallengesFromData, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_DailyChallengesPreview_C_UpdateChallengesFromData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_UpdateChallengesFromData, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'WBP_DailyChallengesPreview_C_UpdateChallengesFromData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_UpdateChallengesFromData, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_DailyChallengesPreview_C_UpdateChallengesFromData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_UpdateChallengesFromData, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_DailyChallengesPreview_C_UpdateChallengesFromData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_UpdateChallengesFromData, K2Node_MakeStruct_Margin) == 0x000014, "Member 'WBP_DailyChallengesPreview_C_UpdateChallengesFromData::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_UpdateChallengesFromData, CallFunc_Create_ReturnValue) == 0x000028, "Member 'WBP_DailyChallengesPreview_C_UpdateChallengesFromData::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_UpdateChallengesFromData, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000030, "Member 'WBP_DailyChallengesPreview_C_UpdateChallengesFromData::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_UpdateChallengesFromData, CallFunc_GetChallengeManager_ReturnValue) == 0x000038, "Member 'WBP_DailyChallengesPreview_C_UpdateChallengesFromData::CallFunc_GetChallengeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_UpdateChallengesFromData, CallFunc_GetDailyChallengesArray_ReturnValue) == 0x000040, "Member 'WBP_DailyChallengesPreview_C_UpdateChallengesFromData::CallFunc_GetDailyChallengesArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_UpdateChallengesFromData, CallFunc_Array_Get_Item) == 0x000050, "Member 'WBP_DailyChallengesPreview_C_UpdateChallengesFromData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_UpdateChallengesFromData, CallFunc_Array_Length_ReturnValue) == 0x0000F8, "Member 'WBP_DailyChallengesPreview_C_UpdateChallengesFromData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_UpdateChallengesFromData, CallFunc_GetChallengeManager_ReturnValue_1) == 0x000100, "Member 'WBP_DailyChallengesPreview_C_UpdateChallengesFromData::CallFunc_GetChallengeManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_UpdateChallengesFromData, CallFunc_Less_IntInt_ReturnValue) == 0x000108, "Member 'WBP_DailyChallengesPreview_C_UpdateChallengesFromData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_UpdateChallengesFromData, CallFunc_GetDailyChallengesArray_ReturnValue_1) == 0x000110, "Member 'WBP_DailyChallengesPreview_C_UpdateChallengesFromData::CallFunc_GetDailyChallengesArray_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_UpdateChallengesFromData, CallFunc_BooleanAND_ReturnValue) == 0x000120, "Member 'WBP_DailyChallengesPreview_C_UpdateChallengesFromData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_UpdateChallengesFromData, CallFunc_Array_Length_ReturnValue_1) == 0x000124, "Member 'WBP_DailyChallengesPreview_C_UpdateChallengesFromData::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_UpdateChallengesFromData, CallFunc_Greater_IntInt_ReturnValue) == 0x000128, "Member 'WBP_DailyChallengesPreview_C_UpdateChallengesFromData::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengesPreview_C_Update_Visibility \ +static_assert(alignof(WBP_DailyChallengesPreview_C_Update_Visibility) == 0x000008, "Wrong alignment on WBP_DailyChallengesPreview_C_Update_Visibility"); \ +static_assert(sizeof(WBP_DailyChallengesPreview_C_Update_Visibility) == 0x000038, "Wrong size on WBP_DailyChallengesPreview_C_Update_Visibility"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_Update_Visibility, Temp_bool_Variable) == 0x000000, "Member 'WBP_DailyChallengesPreview_C_Update_Visibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_Update_Visibility, Temp_byte_Variable) == 0x000001, "Member 'WBP_DailyChallengesPreview_C_Update_Visibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_Update_Visibility, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_DailyChallengesPreview_C_Update_Visibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_Update_Visibility, CallFunc_GetUIManager_ReturnValue) == 0x000008, "Member 'WBP_DailyChallengesPreview_C_Update_Visibility::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_Update_Visibility, CallFunc_GetChallengeManager_ReturnValue) == 0x000010, "Member 'WBP_DailyChallengesPreview_C_Update_Visibility::CallFunc_GetChallengeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_Update_Visibility, CallFunc_IsGameInstallPending_ReturnValue) == 0x000018, "Member 'WBP_DailyChallengesPreview_C_Update_Visibility::CallFunc_IsGameInstallPending_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_Update_Visibility, CallFunc_GetDailyChallengesArray_ReturnValue) == 0x000020, "Member 'WBP_DailyChallengesPreview_C_Update_Visibility::CallFunc_GetDailyChallengesArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_Update_Visibility, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_DailyChallengesPreview_C_Update_Visibility::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_Update_Visibility, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000034, "Member 'WBP_DailyChallengesPreview_C_Update_Visibility::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_Update_Visibility, CallFunc_BooleanOR_ReturnValue) == 0x000035, "Member 'WBP_DailyChallengesPreview_C_Update_Visibility::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesPreview_C_Update_Visibility, K2Node_Select_Default) == 0x000036, "Member 'WBP_DailyChallengesPreview_C_Update_Visibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_DailyChallengesPreview_C \ +static_assert(alignof(UWBP_DailyChallengesPreview_C) == 0x000008, "Wrong alignment on UWBP_DailyChallengesPreview_C"); \ +static_assert(sizeof(UWBP_DailyChallengesPreview_C) == 0x0002E0, "Wrong size on UWBP_DailyChallengesPreview_C"); \ +static_assert(offsetof(UWBP_DailyChallengesPreview_C, UberGraphFrame) == 0x000290, "Member 'UWBP_DailyChallengesPreview_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengesPreview_C, ActionButton) == 0x000298, "Member 'UWBP_DailyChallengesPreview_C::ActionButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengesPreview_C, Dailies_VB) == 0x0002A0, "Member 'UWBP_DailyChallengesPreview_C::Dailies_VB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengesPreview_C, ChallengesStackValue) == 0x0002A8, "Member 'UWBP_DailyChallengesPreview_C::ChallengesStackValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengesPreview_C, MaxDailiesToShow) == 0x0002B4, "Member 'UWBP_DailyChallengesPreview_C::MaxDailiesToShow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengesPreview_C, DailyItemCountLimit) == 0x0002B8, "Member 'UWBP_DailyChallengesPreview_C::DailyItemCountLimit' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengesPreview_C, FoundChallengeCount) == 0x0002BC, "Member 'UWBP_DailyChallengesPreview_C::FoundChallengeCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengesPreview_C, AddedChallengeCount) == 0x0002C0, "Member 'UWBP_DailyChallengesPreview_C::AddedChallengeCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengesPreview_C, ChallengesNotFound) == 0x0002C8, "Member 'UWBP_DailyChallengesPreview_C::ChallengesNotFound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengesPreview_C, InputEnabled) == 0x0002D8, "Member 'UWBP_DailyChallengesPreview_C::InputEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek \ +static_assert(alignof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek) == 0x000008, "Wrong alignment on WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek"); \ +static_assert(sizeof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek) == 0x000658, "Wrong size on WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, EntryPoint) == 0x000000, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, Temp_bool_Variable) == 0x000004, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, Temp_byte_Variable) == 0x00001C, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, Temp_byte_Variable_1) == 0x00001D, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, Temp_bool_Variable_1) == 0x00001E, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, Temp_bool_Variable_2) == 0x00001F, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, Temp_object_Variable) == 0x000020, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_CustomEvent_Loaded) == 0x000028, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_GetUIManager_ReturnValue) == 0x000030, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_GetUIManager_ReturnValue_1) == 0x000038, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_GetMenuWidget_ReturnValue) == 0x000040, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_DynamicCast_AsSBZMain_Menu_Widget) == 0x000048, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_DynamicCast_AsSBZMain_Menu_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_GetUIManager_ReturnValue_2) == 0x000058, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_GetUIManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_BreakTimespan_Days) == 0x000060, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_BreakTimespan_Days' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_BreakTimespan_Hours) == 0x000064, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_BreakTimespan_Hours' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_BreakTimespan_Minutes) == 0x000068, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_BreakTimespan_Minutes' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_BreakTimespan_Seconds) == 0x00006C, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_BreakTimespan_Seconds' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_BreakTimespan_Milliseconds) == 0x000070, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_BreakTimespan_Milliseconds' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_MakeStruct_SBZButtonControlReference) == 0x000078, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_MakeStruct_FormatArgumentData) == 0x0000B0, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_MakeArray_Array) == 0x0000F0, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_MakeStruct_FormatArgumentData_1) == 0x000100, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000140, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_MakeStruct_FormatArgumentData_2) == 0x000168, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_MakeStruct_SBZUIPopupData) == 0x0001A8, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_MakeStruct_SBZUIPopupData' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_MakeArray_Array_1) == 0x000208, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_Event_IsDesignTime) == 0x000218, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_Format_ReturnValue) == 0x000220, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_Select_Default) == 0x000238, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_CreateDelegate_OutputDelegate_1) == 0x00023C, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_CustomEvent_ClosingActionName) == 0x000250, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_CustomEvent_ClosingActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_Event_bInPreviewDays) == 0x00025C, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_Event_bInPreviewDays' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_Event_InTimeRemaining) == 0x000260, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_Event_InTimeRemaining' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_GetUIManager_ReturnValue_3) == 0x000268, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_GetUIManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_BreakTimespan_Days_1) == 0x000270, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_BreakTimespan_Days_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_BreakTimespan_Hours_1) == 0x000274, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_BreakTimespan_Hours_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_BreakTimespan_Minutes_1) == 0x000278, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_BreakTimespan_Minutes_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_BreakTimespan_Seconds_1) == 0x00027C, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_BreakTimespan_Seconds_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_BreakTimespan_Milliseconds_1) == 0x000280, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_BreakTimespan_Milliseconds_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_IsControllerMode_ReturnValue) == 0x000284, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_IsControllerMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_MakeStruct_FormatArgumentData_3) == 0x000288, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_BooleanAND_ReturnValue) == 0x0002C8, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_MakeStruct_FormatArgumentData_4) == 0x0002D0, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_MakeStruct_FormatArgumentData_5) == 0x000310, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_MakeStruct_FormatArgumentData_6) == 0x000350, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_MakeStruct_FormatArgumentData_7) == 0x000390, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_MakeArray_Array_2) == 0x0003D0, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_MakeStruct_FormatArgumentData_8) == 0x0003E0, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_Format_ReturnValue_1) == 0x000420, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_MakeArray_Array_3) == 0x000438, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_Format_ReturnValue_2) == 0x000448, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_CreateDelegate_OutputDelegate_2) == 0x000460, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_Event_InUpdatedStoreItemUIData) == 0x000478, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_Event_InUpdatedStoreItemUIData' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x0005A0, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_Select_Default_1) == 0x0005A8, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_SelectInt_ReturnValue) == 0x0005B0, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_Conv_Int64ToText_ReturnValue) == 0x0005B8, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_Conv_Int64ToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_Select_Default_2) == 0x0005D0, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000600, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_CustomEvent_bIsGameInstallPending) == 0x000608, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_CustomEvent_bIsGameInstallPending' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_GetUIManager_ReturnValue_4) == 0x000610, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_GetUIManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_CreateDelegate_OutputDelegate_3) == 0x000618, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_GetUIManager_ReturnValue_5) == 0x000630, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_GetUIManager_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, CallFunc_IsGameInstallPending_ReturnValue) == 0x000638, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::CallFunc_IsGameInstallPending_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_Event_bInHasFocus) == 0x000639, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, Temp_bool_Variable_3) == 0x00063A, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek, K2Node_Select_Default_3) == 0x000640, "Member 'WBP_MaskOfTheWeek_C_ExecuteUbergraph_WBP_MaskOfTheWeek::K2Node_Select_Default_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskOfTheWeek_C_ButtonFocusChanging \ +static_assert(alignof(WBP_MaskOfTheWeek_C_ButtonFocusChanging) == 0x000001, "Wrong alignment on WBP_MaskOfTheWeek_C_ButtonFocusChanging"); \ +static_assert(sizeof(WBP_MaskOfTheWeek_C_ButtonFocusChanging) == 0x000001, "Wrong size on WBP_MaskOfTheWeek_C_ButtonFocusChanging"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_ButtonFocusChanging, bInHasFocus) == 0x000000, "Member 'WBP_MaskOfTheWeek_C_ButtonFocusChanging::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskOfTheWeek_C_OnInstallStateChanged \ +static_assert(alignof(WBP_MaskOfTheWeek_C_OnInstallStateChanged) == 0x000001, "Wrong alignment on WBP_MaskOfTheWeek_C_OnInstallStateChanged"); \ +static_assert(sizeof(WBP_MaskOfTheWeek_C_OnInstallStateChanged) == 0x000001, "Wrong size on WBP_MaskOfTheWeek_C_OnInstallStateChanged"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_OnInstallStateChanged, bIsGameInstallPending) == 0x000000, "Member 'WBP_MaskOfTheWeek_C_OnInstallStateChanged::bIsGameInstallPending' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskOfTheWeek_C_OnDataUpdated \ +static_assert(alignof(WBP_MaskOfTheWeek_C_OnDataUpdated) == 0x000008, "Wrong alignment on WBP_MaskOfTheWeek_C_OnDataUpdated"); \ +static_assert(sizeof(WBP_MaskOfTheWeek_C_OnDataUpdated) == 0x000128, "Wrong size on WBP_MaskOfTheWeek_C_OnDataUpdated"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_OnDataUpdated, InUpdatedStoreItemUIData) == 0x000000, "Member 'WBP_MaskOfTheWeek_C_OnDataUpdated::InUpdatedStoreItemUIData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskOfTheWeek_C_OnUpdateTimerText \ +static_assert(alignof(WBP_MaskOfTheWeek_C_OnUpdateTimerText) == 0x000008, "Wrong alignment on WBP_MaskOfTheWeek_C_OnUpdateTimerText"); \ +static_assert(sizeof(WBP_MaskOfTheWeek_C_OnUpdateTimerText) == 0x000010, "Wrong size on WBP_MaskOfTheWeek_C_OnUpdateTimerText"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_OnUpdateTimerText, bInPreviewDays) == 0x000000, "Member 'WBP_MaskOfTheWeek_C_OnUpdateTimerText::bInPreviewDays' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_OnUpdateTimerText, InTimeRemaining) == 0x000008, "Member 'WBP_MaskOfTheWeek_C_OnUpdateTimerText::InTimeRemaining' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskOfTheWeek_C_OnPopupClosed \ +static_assert(alignof(WBP_MaskOfTheWeek_C_OnPopupClosed) == 0x000004, "Wrong alignment on WBP_MaskOfTheWeek_C_OnPopupClosed"); \ +static_assert(sizeof(WBP_MaskOfTheWeek_C_OnPopupClosed) == 0x00000C, "Wrong size on WBP_MaskOfTheWeek_C_OnPopupClosed"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_OnPopupClosed, ClosingActionName) == 0x000000, "Member 'WBP_MaskOfTheWeek_C_OnPopupClosed::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskOfTheWeek_C_PreConstruct \ +static_assert(alignof(WBP_MaskOfTheWeek_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_MaskOfTheWeek_C_PreConstruct"); \ +static_assert(sizeof(WBP_MaskOfTheWeek_C_PreConstruct) == 0x000001, "Wrong size on WBP_MaskOfTheWeek_C_PreConstruct"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_MaskOfTheWeek_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskOfTheWeek_C_OnLoaded_C2B341B64CB761D2A9E42692DDD092FE \ +static_assert(alignof(WBP_MaskOfTheWeek_C_OnLoaded_C2B341B64CB761D2A9E42692DDD092FE) == 0x000008, "Wrong alignment on WBP_MaskOfTheWeek_C_OnLoaded_C2B341B64CB761D2A9E42692DDD092FE"); \ +static_assert(sizeof(WBP_MaskOfTheWeek_C_OnLoaded_C2B341B64CB761D2A9E42692DDD092FE) == 0x000008, "Wrong size on WBP_MaskOfTheWeek_C_OnLoaded_C2B341B64CB761D2A9E42692DDD092FE"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_OnLoaded_C2B341B64CB761D2A9E42692DDD092FE, Loaded) == 0x000000, "Member 'WBP_MaskOfTheWeek_C_OnLoaded_C2B341B64CB761D2A9E42692DDD092FE::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskOfTheWeek_C_OnFocusChanged \ +static_assert(alignof(WBP_MaskOfTheWeek_C_OnFocusChanged) == 0x000008, "Wrong alignment on WBP_MaskOfTheWeek_C_OnFocusChanged"); \ +static_assert(sizeof(WBP_MaskOfTheWeek_C_OnFocusChanged) == 0x000028, "Wrong size on WBP_MaskOfTheWeek_C_OnFocusChanged"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_OnFocusChanged, bIsFocused) == 0x000000, "Member 'WBP_MaskOfTheWeek_C_OnFocusChanged::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_OnFocusChanged, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_MaskOfTheWeek_C_OnFocusChanged::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_OnFocusChanged, CallFunc_PlayAnimation_ReturnValue_1) == 0x000010, "Member 'WBP_MaskOfTheWeek_C_OnFocusChanged::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_OnFocusChanged, CallFunc_PlayAnimation_ReturnValue_2) == 0x000018, "Member 'WBP_MaskOfTheWeek_C_OnFocusChanged::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_OnFocusChanged, CallFunc_PlayAnimation_ReturnValue_3) == 0x000020, "Member 'WBP_MaskOfTheWeek_C_OnFocusChanged::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskOfTheWeek_C_UpdateAccessBasedOnPrivilege \ +static_assert(alignof(WBP_MaskOfTheWeek_C_UpdateAccessBasedOnPrivilege) == 0x000001, "Wrong alignment on WBP_MaskOfTheWeek_C_UpdateAccessBasedOnPrivilege"); \ +static_assert(sizeof(WBP_MaskOfTheWeek_C_UpdateAccessBasedOnPrivilege) == 0x000005, "Wrong size on WBP_MaskOfTheWeek_C_UpdateAccessBasedOnPrivilege"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_UpdateAccessBasedOnPrivilege, InstallPending) == 0x000000, "Member 'WBP_MaskOfTheWeek_C_UpdateAccessBasedOnPrivilege::InstallPending' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_UpdateAccessBasedOnPrivilege, Temp_bool_Variable) == 0x000001, "Member 'WBP_MaskOfTheWeek_C_UpdateAccessBasedOnPrivilege::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_UpdateAccessBasedOnPrivilege, Temp_byte_Variable) == 0x000002, "Member 'WBP_MaskOfTheWeek_C_UpdateAccessBasedOnPrivilege::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_UpdateAccessBasedOnPrivilege, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_MaskOfTheWeek_C_UpdateAccessBasedOnPrivilege::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskOfTheWeek_C_UpdateAccessBasedOnPrivilege, K2Node_Select_Default) == 0x000004, "Member 'WBP_MaskOfTheWeek_C_UpdateAccessBasedOnPrivilege::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MaskOfTheWeek_C \ +static_assert(alignof(UWBP_MaskOfTheWeek_C) == 0x000008, "Wrong alignment on UWBP_MaskOfTheWeek_C"); \ +static_assert(sizeof(UWBP_MaskOfTheWeek_C) == 0x0005D8, "Wrong size on UWBP_MaskOfTheWeek_C"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, UberGraphFrame) == 0x0004B0, "Member 'UWBP_MaskOfTheWeek_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, ScaleBannerImage) == 0x0004B8, "Member 'UWBP_MaskOfTheWeek_C::ScaleBannerImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, OnFocused) == 0x0004C0, "Member 'UWBP_MaskOfTheWeek_C::OnFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, ActionKey) == 0x0004C8, "Member 'UWBP_MaskOfTheWeek_C::ActionKey' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, ActionName_T) == 0x0004D0, "Member 'UWBP_MaskOfTheWeek_C::ActionName_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, Background_I) == 0x0004D8, "Member 'UWBP_MaskOfTheWeek_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, DiscountedPrice_Currency) == 0x0004E0, "Member 'UWBP_MaskOfTheWeek_C::DiscountedPrice_Currency' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, FeatureNameDefault_T) == 0x0004E8, "Member 'UWBP_MaskOfTheWeek_C::FeatureNameDefault_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, FeatureNameSelected_T) == 0x0004F0, "Member 'UWBP_MaskOfTheWeek_C::FeatureNameSelected_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, Image) == 0x0004F8, "Member 'UWBP_MaskOfTheWeek_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, Image_1) == 0x000500, "Member 'UWBP_MaskOfTheWeek_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, Image_2) == 0x000508, "Member 'UWBP_MaskOfTheWeek_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, Image_3) == 0x000510, "Member 'UWBP_MaskOfTheWeek_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, Image_4) == 0x000518, "Member 'UWBP_MaskOfTheWeek_C::Image_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, Image_5) == 0x000520, "Member 'UWBP_MaskOfTheWeek_C::Image_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, Image_6) == 0x000528, "Member 'UWBP_MaskOfTheWeek_C::Image_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, Image_7) == 0x000530, "Member 'UWBP_MaskOfTheWeek_C::Image_7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, Image_188) == 0x000538, "Member 'UWBP_MaskOfTheWeek_C::Image_188' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, Image_511) == 0x000540, "Member 'UWBP_MaskOfTheWeek_C::Image_511' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, InfoBackground_I) == 0x000548, "Member 'UWBP_MaskOfTheWeek_C::InfoBackground_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, ItemCostBackground_I) == 0x000550, "Member 'UWBP_MaskOfTheWeek_C::ItemCostBackground_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, ItemIcon_I) == 0x000558, "Member 'UWBP_MaskOfTheWeek_C::ItemIcon_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, MaskIcon_WS) == 0x000560, "Member 'UWBP_MaskOfTheWeek_C::MaskIcon_WS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, MaskInfo_O) == 0x000568, "Member 'UWBP_MaskOfTheWeek_C::MaskInfo_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, MaskInfoBackground_I) == 0x000570, "Member 'UWBP_MaskOfTheWeek_C::MaskInfoBackground_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, MaskNameDefault_T) == 0x000578, "Member 'UWBP_MaskOfTheWeek_C::MaskNameDefault_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, MaskNameSelected_T) == 0x000580, "Member 'UWBP_MaskOfTheWeek_C::MaskNameSelected_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, MaskRow_BK) == 0x000588, "Member 'UWBP_MaskOfTheWeek_C::MaskRow_BK' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, Outline_I) == 0x000590, "Member 'UWBP_MaskOfTheWeek_C::Outline_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, StandardPrice_T) == 0x000598, "Member 'UWBP_MaskOfTheWeek_C::StandardPrice_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, TimeRemainingBackground_I) == 0x0005A0, "Member 'UWBP_MaskOfTheWeek_C::TimeRemainingBackground_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, TimeRemainValue_T) == 0x0005A8, "Member 'UWBP_MaskOfTheWeek_C::TimeRemainValue_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, TimeRemainValueSelected_T) == 0x0005B0, "Member 'UWBP_MaskOfTheWeek_C::TimeRemainValueSelected_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, BlackMarketStackName) == 0x0005B8, "Member 'UWBP_MaskOfTheWeek_C::BlackMarketStackName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, DesignerPercentage) == 0x0005C4, "Member 'UWBP_MaskOfTheWeek_C::DesignerPercentage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, DesignerTimeRemaining) == 0x0005C8, "Member 'UWBP_MaskOfTheWeek_C::DesignerTimeRemaining' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskOfTheWeek_C, IsFocused) == 0x0005D0, "Member 'UWBP_MaskOfTheWeek_C::IsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ContentPanel_C_UpdateSafezone \ +static_assert(alignof(WBP_ContentPanel_C_UpdateSafezone) == 0x000008, "Wrong alignment on WBP_ContentPanel_C_UpdateSafezone"); \ +static_assert(sizeof(WBP_ContentPanel_C_UpdateSafezone) == 0x000018, "Wrong size on WBP_ContentPanel_C_UpdateSafezone"); \ +static_assert(offsetof(WBP_ContentPanel_C_UpdateSafezone, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000000, "Member 'WBP_ContentPanel_C_UpdateSafezone::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ContentPanel_C_UpdateSafezone, K2Node_MakeStruct_Margin) == 0x000008, "Member 'WBP_ContentPanel_C_UpdateSafezone::K2Node_MakeStruct_Margin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ContentPanel_C \ +static_assert(alignof(UWBP_ContentPanel_C) == 0x000008, "Wrong alignment on UWBP_ContentPanel_C"); \ +static_assert(sizeof(UWBP_ContentPanel_C) == 0x0002C0, "Wrong size on UWBP_ContentPanel_C"); \ +static_assert(offsetof(UWBP_ContentPanel_C, Background) == 0x000290, "Member 'UWBP_ContentPanel_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ContentPanel_C, ControlReferences) == 0x000298, "Member 'UWBP_ContentPanel_C::ControlReferences' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ContentPanel_C, FullScreen) == 0x0002A0, "Member 'UWBP_ContentPanel_C::FullScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ContentPanel_C, Main) == 0x0002A8, "Member 'UWBP_ContentPanel_C::Main' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ContentPanel_C, TopPanel) == 0x0002B0, "Member 'UWBP_ContentPanel_C::TopPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ContentPanel_C, PaddingLeftRight) == 0x0002B8, "Member 'UWBP_ContentPanel_C::PaddingLeftRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ContentPanel_C, PaddingTopBottom) == 0x0002BC, "Member 'UWBP_ContentPanel_C::PaddingTopBottom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MapPinHelper_C_ExecuteUbergraph_BP_MapPinHelper \ +static_assert(alignof(BP_MapPinHelper_C_ExecuteUbergraph_BP_MapPinHelper) == 0x000004, "Wrong alignment on BP_MapPinHelper_C_ExecuteUbergraph_BP_MapPinHelper"); \ +static_assert(sizeof(BP_MapPinHelper_C_ExecuteUbergraph_BP_MapPinHelper) == 0x000008, "Wrong size on BP_MapPinHelper_C_ExecuteUbergraph_BP_MapPinHelper"); \ +static_assert(offsetof(BP_MapPinHelper_C_ExecuteUbergraph_BP_MapPinHelper, EntryPoint) == 0x000000, "Member 'BP_MapPinHelper_C_ExecuteUbergraph_BP_MapPinHelper::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_MapPinHelper_C_ExecuteUbergraph_BP_MapPinHelper, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_MapPinHelper_C_ExecuteUbergraph_BP_MapPinHelper::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MapPinHelper_C_ReceiveTick \ +static_assert(alignof(BP_MapPinHelper_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_MapPinHelper_C_ReceiveTick"); \ +static_assert(sizeof(BP_MapPinHelper_C_ReceiveTick) == 0x000004, "Wrong size on BP_MapPinHelper_C_ReceiveTick"); \ +static_assert(offsetof(BP_MapPinHelper_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_MapPinHelper_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MapPinHelper_C \ +static_assert(alignof(ABP_MapPinHelper_C) == 0x000008, "Wrong alignment on ABP_MapPinHelper_C"); \ +static_assert(sizeof(ABP_MapPinHelper_C) == 0x0002E8, "Wrong size on ABP_MapPinHelper_C"); \ +static_assert(offsetof(ABP_MapPinHelper_C, UberGraphFrame) == 0x0002A8, "Member 'ABP_MapPinHelper_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_MapPinHelper_C, Arrow) == 0x0002B0, "Member 'ABP_MapPinHelper_C::Arrow' has a wrong offset!"); \ +static_assert(offsetof(ABP_MapPinHelper_C, Cube) == 0x0002B8, "Member 'ABP_MapPinHelper_C::Cube' has a wrong offset!"); \ +static_assert(offsetof(ABP_MapPinHelper_C, PinType) == 0x0002C0, "Member 'ABP_MapPinHelper_C::PinType' has a wrong offset!"); \ +static_assert(offsetof(ABP_MapPinHelper_C, HeistName) == 0x0002C8, "Member 'ABP_MapPinHelper_C::HeistName' has a wrong offset!"); \ +static_assert(offsetof(ABP_MapPinHelper_C, ShowDebugArrow) == 0x0002E0, "Member 'ABP_MapPinHelper_C::ShowDebugArrow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_BackItemMethBagBurnt_C \ +static_assert(alignof(ABP_BackItemMethBagBurnt_C) == 0x000008, "Wrong alignment on ABP_BackItemMethBagBurnt_C"); \ +static_assert(sizeof(ABP_BackItemMethBagBurnt_C) == 0x000320, "Wrong size on ABP_BackItemMethBagBurnt_C"); \ +static_assert(offsetof(ABP_BackItemMethBagBurnt_C, FX_Bag_Dyed) == 0x000318, "Member 'ABP_BackItemMethBagBurnt_C::FX_Bag_Dyed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton \ +static_assert(alignof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton) == 0x000008, "Wrong alignment on WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton"); \ +static_assert(sizeof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton) == 0x0000D0, "Wrong size on WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton, EntryPoint) == 0x000000, "Member 'WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton, Temp_bool_Variable) == 0x000004, "Member 'WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton, Temp_bool_Variable_1) == 0x000005, "Member 'WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton, Temp_bool_Variable_2) == 0x000006, "Member 'WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton, Temp_bool_Variable_3) == 0x000007, "Member 'WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton, Temp_bool_Variable_4) == 0x000008, "Member 'WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton, Temp_byte_Variable) == 0x000009, "Member 'WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton, Temp_byte_Variable_1) == 0x00000A, "Member 'WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton, K2Node_Event_IsDesignTime) == 0x00000B, "Member 'WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton, K2Node_Event_bInHasFocus) == 0x00000C, "Member 'WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000010, "Member 'WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton, K2Node_Event_bInIsDisabled) == 0x000020, "Member 'WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton, K2Node_Select_Default) == 0x000021, "Member 'WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000022, "Member 'WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton, K2Node_Select_Default_1) == 0x000024, "Member 'WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton, Temp_bool_Variable_5) == 0x000034, "Member 'WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton, K2Node_Select_Default_2) == 0x000038, "Member 'WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton, K2Node_Select_Default_3) == 0x000048, "Member 'WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton, K2Node_Select_Default_4) == 0x000058, "Member 'WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton, Temp_bool_Variable_6) == 0x000068, "Member 'WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton, K2Node_Select_Default_5) == 0x00006C, "Member 'WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton, K2Node_Select_Default_6) == 0x00007C, "Member 'WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton, K2Node_MakeStruct_SlateColor) == 0x000090, "Member 'WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton, Temp_bool_Variable_7) == 0x0000B8, "Member 'WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton, K2Node_Select_Default_7) == 0x0000BC, "Member 'WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton::K2Node_Select_Default_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton, CallFunc_Play2DSound_ReturnValue) == 0x0000CC, "Member 'WBP_ServerBrowser_FilterButton_C_ExecuteUbergraph_WBP_ServerBrowser_FilterButton::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_FilterButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_ServerBrowser_FilterButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_ServerBrowser_FilterButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_ServerBrowser_FilterButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_ServerBrowser_FilterButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_ServerBrowser_FilterButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_FilterButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_ServerBrowser_FilterButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_ServerBrowser_FilterButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_ServerBrowser_FilterButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_ServerBrowser_FilterButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_ServerBrowser_FilterButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_FilterButton_C_PreConstruct \ +static_assert(alignof(WBP_ServerBrowser_FilterButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ServerBrowser_FilterButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_ServerBrowser_FilterButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_ServerBrowser_FilterButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ServerBrowser_FilterButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_FilterButton_C_SetIcon \ +static_assert(alignof(WBP_ServerBrowser_FilterButton_C_SetIcon) == 0x000008, "Wrong alignment on WBP_ServerBrowser_FilterButton_C_SetIcon"); \ +static_assert(sizeof(WBP_ServerBrowser_FilterButton_C_SetIcon) == 0x000018, "Wrong size on WBP_ServerBrowser_FilterButton_C_SetIcon"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_SetIcon, Icon) == 0x000000, "Member 'WBP_ServerBrowser_FilterButton_C_SetIcon::Icon' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterButton_C_SetIcon, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000008, "Member 'WBP_ServerBrowser_FilterButton_C_SetIcon::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ServerBrowser_FilterButton_C \ +static_assert(alignof(UWBP_ServerBrowser_FilterButton_C) == 0x000008, "Wrong alignment on UWBP_ServerBrowser_FilterButton_C"); \ +static_assert(sizeof(UWBP_ServerBrowser_FilterButton_C) == 0x000400, "Wrong size on UWBP_ServerBrowser_FilterButton_C"); \ +static_assert(offsetof(UWBP_ServerBrowser_FilterButton_C, UberGraphFrame) == 0x000370, "Member 'UWBP_ServerBrowser_FilterButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_FilterButton_C, Background_Hb) == 0x000378, "Member 'UWBP_ServerBrowser_FilterButton_C::Background_Hb' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_FilterButton_C, ButtonText_T) == 0x000380, "Member 'UWBP_ServerBrowser_FilterButton_C::ButtonText_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_FilterButton_C, Icon_Image) == 0x000388, "Member 'UWBP_ServerBrowser_FilterButton_C::Icon_Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_FilterButton_C, ButtonIcon) == 0x000390, "Member 'UWBP_ServerBrowser_FilterButton_C::ButtonIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_FilterButton_C, ActiveColor) == 0x000398, "Member 'UWBP_ServerBrowser_FilterButton_C::ActiveColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_FilterButton_C, InactiveColor) == 0x0003A8, "Member 'UWBP_ServerBrowser_FilterButton_C::InactiveColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_FilterButton_C, HoverColor) == 0x0003B8, "Member 'UWBP_ServerBrowser_FilterButton_C::HoverColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_FilterButton_C, InactiveHoverColor) == 0x0003C8, "Member 'UWBP_ServerBrowser_FilterButton_C::InactiveHoverColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_FilterButton_C, IconSize) == 0x0003D8, "Member 'UWBP_ServerBrowser_FilterButton_C::IconSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_FilterButton_C, ButtonText) == 0x0003E0, "Member 'UWBP_ServerBrowser_FilterButton_C::ButtonText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_FilterButton_C, Selected) == 0x0003F8, "Member 'UWBP_ServerBrowser_FilterButton_C::Selected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUTD_Attack_Dozer_C \ +static_assert(alignof(UUTD_Attack_Dozer_C) == 0x000008, "Wrong alignment on UUTD_Attack_Dozer_C"); \ +static_assert(sizeof(UUTD_Attack_Dozer_C) == 0x0000B0, "Wrong size on UUTD_Attack_Dozer_C"); \ + +#define DUMPER7_ASSERTS_FS_ContractorHeists \ +static_assert(alignof(FS_ContractorHeists) == 0x000008, "Wrong alignment on FS_ContractorHeists"); \ +static_assert(sizeof(FS_ContractorHeists) == 0x000010, "Wrong size on FS_ContractorHeists"); \ +static_assert(offsetof(FS_ContractorHeists, ContractorHeists_5_27BE32FE4866B3E38323B7850DE4B5B4) == 0x000000, "Member 'FS_ContractorHeists::ContractorHeists_5_27BE32FE4866B3E38323B7850DE4B5B4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGE_Meth_HydrogenChloride_C \ +static_assert(alignof(UGE_Meth_HydrogenChloride_C) == 0x000008, "Wrong alignment on UGE_Meth_HydrogenChloride_C"); \ +static_assert(sizeof(UGE_Meth_HydrogenChloride_C) == 0x0008C0, "Wrong size on UGE_Meth_HydrogenChloride_C"); \ + +#define DUMPER7_ASSERTS_WBP_YesNo_LineItem_MenuButton_C_ExecuteUbergraph_WBP_YesNo_LineItem_MenuButton \ +static_assert(alignof(WBP_YesNo_LineItem_MenuButton_C_ExecuteUbergraph_WBP_YesNo_LineItem_MenuButton) == 0x000008, "Wrong alignment on WBP_YesNo_LineItem_MenuButton_C_ExecuteUbergraph_WBP_YesNo_LineItem_MenuButton"); \ +static_assert(sizeof(WBP_YesNo_LineItem_MenuButton_C_ExecuteUbergraph_WBP_YesNo_LineItem_MenuButton) == 0x000020, "Wrong size on WBP_YesNo_LineItem_MenuButton_C_ExecuteUbergraph_WBP_YesNo_LineItem_MenuButton"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_ExecuteUbergraph_WBP_YesNo_LineItem_MenuButton, EntryPoint) == 0x000000, "Member 'WBP_YesNo_LineItem_MenuButton_C_ExecuteUbergraph_WBP_YesNo_LineItem_MenuButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_ExecuteUbergraph_WBP_YesNo_LineItem_MenuButton, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_YesNo_LineItem_MenuButton_C_ExecuteUbergraph_WBP_YesNo_LineItem_MenuButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_ExecuteUbergraph_WBP_YesNo_LineItem_MenuButton, K2Node_Event_bInHasFocus) == 0x000005, "Member 'WBP_YesNo_LineItem_MenuButton_C_ExecuteUbergraph_WBP_YesNo_LineItem_MenuButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_ExecuteUbergraph_WBP_YesNo_LineItem_MenuButton, CallFunc_Not_PreBool_ReturnValue) == 0x000006, "Member 'WBP_YesNo_LineItem_MenuButton_C_ExecuteUbergraph_WBP_YesNo_LineItem_MenuButton::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_ExecuteUbergraph_WBP_YesNo_LineItem_MenuButton, K2Node_CustomEvent_IsHeistActive_1) == 0x000007, "Member 'WBP_YesNo_LineItem_MenuButton_C_ExecuteUbergraph_WBP_YesNo_LineItem_MenuButton::K2Node_CustomEvent_IsHeistActive_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_ExecuteUbergraph_WBP_YesNo_LineItem_MenuButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_YesNo_LineItem_MenuButton_C_ExecuteUbergraph_WBP_YesNo_LineItem_MenuButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_ExecuteUbergraph_WBP_YesNo_LineItem_MenuButton, CallFunc_Play2DSound_ReturnValue) == 0x000010, "Member 'WBP_YesNo_LineItem_MenuButton_C_ExecuteUbergraph_WBP_YesNo_LineItem_MenuButton::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_ExecuteUbergraph_WBP_YesNo_LineItem_MenuButton, K2Node_CustomEvent_IsHeistActive) == 0x000014, "Member 'WBP_YesNo_LineItem_MenuButton_C_ExecuteUbergraph_WBP_YesNo_LineItem_MenuButton::K2Node_CustomEvent_IsHeistActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_ExecuteUbergraph_WBP_YesNo_LineItem_MenuButton, CallFunc_Play2DSound_ReturnValue_1) == 0x000018, "Member 'WBP_YesNo_LineItem_MenuButton_C_ExecuteUbergraph_WBP_YesNo_LineItem_MenuButton::CallFunc_Play2DSound_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_YesNo_LineItem_MenuButton_C_UpdateButtonWithoutCallback \ +static_assert(alignof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonWithoutCallback) == 0x000001, "Wrong alignment on WBP_YesNo_LineItem_MenuButton_C_UpdateButtonWithoutCallback"); \ +static_assert(sizeof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonWithoutCallback) == 0x000001, "Wrong size on WBP_YesNo_LineItem_MenuButton_C_UpdateButtonWithoutCallback"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonWithoutCallback, IsHeistActive_0) == 0x000000, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonWithoutCallback::IsHeistActive_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_YesNo_LineItem_MenuButton_C_UpdateButtonExternal \ +static_assert(alignof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonExternal) == 0x000001, "Wrong alignment on WBP_YesNo_LineItem_MenuButton_C_UpdateButtonExternal"); \ +static_assert(sizeof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonExternal) == 0x000001, "Wrong size on WBP_YesNo_LineItem_MenuButton_C_UpdateButtonExternal"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonExternal, IsHeistActive_0) == 0x000000, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonExternal::IsHeistActive_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_YesNo_LineItem_MenuButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_YesNo_LineItem_MenuButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_YesNo_LineItem_MenuButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_YesNo_LineItem_MenuButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_YesNo_LineItem_MenuButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_YesNo_LineItem_MenuButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_YesNo_LineItem_MenuButton_C_PreConstruct \ +static_assert(alignof(WBP_YesNo_LineItem_MenuButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_YesNo_LineItem_MenuButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_YesNo_LineItem_MenuButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_YesNo_LineItem_MenuButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_YesNo_LineItem_MenuButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual \ +static_assert(alignof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual) == 0x000008, "Wrong alignment on WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual"); \ +static_assert(sizeof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual) == 0x000118, "Wrong size on WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, Temp_struct_Variable) == 0x000000, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, Temp_bool_Variable) == 0x000010, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, Temp_struct_Variable_1) == 0x000014, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, Temp_bool_Variable_1) == 0x000024, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, Temp_byte_Variable) == 0x000025, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, Temp_byte_Variable_1) == 0x000026, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, Temp_bool_Variable_2) == 0x000027, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, Temp_bool_Variable_3) == 0x000028, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, Temp_bool_Variable_4) == 0x000029, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, Temp_bool_Variable_5) == 0x00002A, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, Temp_bool_Variable_6) == 0x00002B, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, Temp_byte_Variable_2) == 0x00002C, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, Temp_byte_Variable_3) == 0x00002D, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, Temp_bool_Variable_7) == 0x00002E, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, Temp_bool_Variable_8) == 0x00002F, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::Temp_bool_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, K2Node_Select_Default) == 0x000030, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, Temp_struct_Variable_2) == 0x000034, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, K2Node_Select_Default_1) == 0x000044, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, Temp_bool_Variable_9) == 0x000045, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::Temp_bool_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, K2Node_Select_Default_2) == 0x000048, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, K2Node_Select_Default_3) == 0x000050, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, K2Node_Select_Default_4) == 0x000060, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, K2Node_Select_Default_5) == 0x000068, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, Temp_bool_Variable_10) == 0x000070, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::Temp_bool_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, K2Node_Select_Default_6) == 0x000074, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, K2Node_MakeStruct_SlateColor) == 0x000088, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, Temp_bool_Variable_11) == 0x0000B0, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::Temp_bool_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, K2Node_Select_Default_7) == 0x0000B8, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::K2Node_Select_Default_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, K2Node_Select_Default_8) == 0x0000C0, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::K2Node_Select_Default_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, K2Node_Select_Default_9) == 0x0000D0, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::K2Node_Select_Default_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, K2Node_MakeStruct_SlateColor_1) == 0x0000E0, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, K2Node_Select_Default_10) == 0x000108, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::K2Node_Select_Default_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual, K2Node_Select_Default_11) == 0x000110, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateButtonVisual::K2Node_Select_Default_11' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_YesNo_LineItem_MenuButton_C_UpdateFocusVisual \ +static_assert(alignof(WBP_YesNo_LineItem_MenuButton_C_UpdateFocusVisual) == 0x000008, "Wrong alignment on WBP_YesNo_LineItem_MenuButton_C_UpdateFocusVisual"); \ +static_assert(sizeof(WBP_YesNo_LineItem_MenuButton_C_UpdateFocusVisual) == 0x000040, "Wrong size on WBP_YesNo_LineItem_MenuButton_C_UpdateFocusVisual"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateFocusVisual, K2Node_MakeStruct_Margin) == 0x000000, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateFocusVisual::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateFocusVisual, K2Node_MakeStruct_Margin_1) == 0x000010, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateFocusVisual::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateFocusVisual, K2Node_DynamicCast_AsHorizontal_Box_Slot) == 0x000020, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateFocusVisual::K2Node_DynamicCast_AsHorizontal_Box_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateFocusVisual, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateFocusVisual::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateFocusVisual, K2Node_DynamicCast_AsHorizontal_Box_Slot_1) == 0x000030, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateFocusVisual::K2Node_DynamicCast_AsHorizontal_Box_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_YesNo_LineItem_MenuButton_C_UpdateFocusVisual, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'WBP_YesNo_LineItem_MenuButton_C_UpdateFocusVisual::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_YesNo_LineItem_MenuButton_C \ +static_assert(alignof(UWBP_YesNo_LineItem_MenuButton_C) == 0x000008, "Wrong alignment on UWBP_YesNo_LineItem_MenuButton_C"); \ +static_assert(sizeof(UWBP_YesNo_LineItem_MenuButton_C) == 0x000510, "Wrong size on UWBP_YesNo_LineItem_MenuButton_C"); \ +static_assert(offsetof(UWBP_YesNo_LineItem_MenuButton_C, UberGraphFrame) == 0x000370, "Member 'UWBP_YesNo_LineItem_MenuButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_YesNo_LineItem_MenuButton_C, BackgroundGradient_I) == 0x000378, "Member 'UWBP_YesNo_LineItem_MenuButton_C::BackgroundGradient_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_YesNo_LineItem_MenuButton_C, Border_Background) == 0x000380, "Member 'UWBP_YesNo_LineItem_MenuButton_C::Border_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_YesNo_LineItem_MenuButton_C, Border_NO) == 0x000388, "Member 'UWBP_YesNo_LineItem_MenuButton_C::Border_NO' has a wrong offset!"); \ +static_assert(offsetof(UWBP_YesNo_LineItem_MenuButton_C, Border_YES) == 0x000390, "Member 'UWBP_YesNo_LineItem_MenuButton_C::Border_YES' has a wrong offset!"); \ +static_assert(offsetof(UWBP_YesNo_LineItem_MenuButton_C, EdgeBorder_I) == 0x000398, "Member 'UWBP_YesNo_LineItem_MenuButton_C::EdgeBorder_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_YesNo_LineItem_MenuButton_C, Image_NOBorder) == 0x0003A0, "Member 'UWBP_YesNo_LineItem_MenuButton_C::Image_NOBorder' has a wrong offset!"); \ +static_assert(offsetof(UWBP_YesNo_LineItem_MenuButton_C, Image_YESBorder) == 0x0003A8, "Member 'UWBP_YesNo_LineItem_MenuButton_C::Image_YESBorder' has a wrong offset!"); \ +static_assert(offsetof(UWBP_YesNo_LineItem_MenuButton_C, LeftEdge_I) == 0x0003B0, "Member 'UWBP_YesNo_LineItem_MenuButton_C::LeftEdge_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_YesNo_LineItem_MenuButton_C, MainBorder_I) == 0x0003B8, "Member 'UWBP_YesNo_LineItem_MenuButton_C::MainBorder_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_YesNo_LineItem_MenuButton_C, SBZUITextBlock_NO) == 0x0003C0, "Member 'UWBP_YesNo_LineItem_MenuButton_C::SBZUITextBlock_NO' has a wrong offset!"); \ +static_assert(offsetof(UWBP_YesNo_LineItem_MenuButton_C, SBZUITextBlock_YES) == 0x0003C8, "Member 'UWBP_YesNo_LineItem_MenuButton_C::SBZUITextBlock_YES' has a wrong offset!"); \ +static_assert(offsetof(UWBP_YesNo_LineItem_MenuButton_C, Selected_Overlay) == 0x0003D0, "Member 'UWBP_YesNo_LineItem_MenuButton_C::Selected_Overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_YesNo_LineItem_MenuButton_C, Text_HeistTitle) == 0x0003D8, "Member 'UWBP_YesNo_LineItem_MenuButton_C::Text_HeistTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_YesNo_LineItem_MenuButton_C, WBP_MenuButton) == 0x0003E0, "Member 'UWBP_YesNo_LineItem_MenuButton_C::WBP_MenuButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_YesNo_LineItem_MenuButton_C, IsHeistActive) == 0x0003E8, "Member 'UWBP_YesNo_LineItem_MenuButton_C::IsHeistActive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_YesNo_LineItem_MenuButton_C, HasFocus) == 0x0003E9, "Member 'UWBP_YesNo_LineItem_MenuButton_C::HasFocus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_YesNo_LineItem_MenuButton_C, ActiveYesColor) == 0x0003EC, "Member 'UWBP_YesNo_LineItem_MenuButton_C::ActiveYesColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_YesNo_LineItem_MenuButton_C, ActiveNoColor) == 0x0003FC, "Member 'UWBP_YesNo_LineItem_MenuButton_C::ActiveNoColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_YesNo_LineItem_MenuButton_C, InactiveColor) == 0x00040C, "Member 'UWBP_YesNo_LineItem_MenuButton_C::InactiveColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_YesNo_LineItem_MenuButton_C, OnHeistSettingUpdated) == 0x000420, "Member 'UWBP_YesNo_LineItem_MenuButton_C::OnHeistSettingUpdated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_YesNo_LineItem_MenuButton_C, HeistTitle) == 0x000430, "Member 'UWBP_YesNo_LineItem_MenuButton_C::HeistTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_YesNo_LineItem_MenuButton_C, ButtonHoveredSound) == 0x000448, "Member 'UWBP_YesNo_LineItem_MenuButton_C::ButtonHoveredSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_YesNo_LineItem_MenuButton_C, ClickedSound) == 0x000450, "Member 'UWBP_YesNo_LineItem_MenuButton_C::ClickedSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_YesNo_LineItem_MenuButton_C, HeistData) == 0x000458, "Member 'UWBP_YesNo_LineItem_MenuButton_C::HeistData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowserButton_C_ExecuteUbergraph_WBP_ServerBrowserButton \ +static_assert(alignof(WBP_ServerBrowserButton_C_ExecuteUbergraph_WBP_ServerBrowserButton) == 0x000004, "Wrong alignment on WBP_ServerBrowserButton_C_ExecuteUbergraph_WBP_ServerBrowserButton"); \ +static_assert(sizeof(WBP_ServerBrowserButton_C_ExecuteUbergraph_WBP_ServerBrowserButton) == 0x000008, "Wrong size on WBP_ServerBrowserButton_C_ExecuteUbergraph_WBP_ServerBrowserButton"); \ +static_assert(offsetof(WBP_ServerBrowserButton_C_ExecuteUbergraph_WBP_ServerBrowserButton, EntryPoint) == 0x000000, "Member 'WBP_ServerBrowserButton_C_ExecuteUbergraph_WBP_ServerBrowserButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowserButton_C_ExecuteUbergraph_WBP_ServerBrowserButton, CallFunc_Play2DSound_ReturnValue) == 0x000004, "Member 'WBP_ServerBrowserButton_C_ExecuteUbergraph_WBP_ServerBrowserButton::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ServerBrowserButton_C \ +static_assert(alignof(UWBP_ServerBrowserButton_C) == 0x000008, "Wrong alignment on UWBP_ServerBrowserButton_C"); \ +static_assert(sizeof(UWBP_ServerBrowserButton_C) == 0x000388, "Wrong size on UWBP_ServerBrowserButton_C"); \ +static_assert(offsetof(UWBP_ServerBrowserButton_C, UberGraphFrame) == 0x000370, "Member 'UWBP_ServerBrowserButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowserButton_C, Content) == 0x000378, "Member 'UWBP_ServerBrowserButton_C::Content' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowserButton_C, Selected) == 0x000380, "Member 'UWBP_ServerBrowserButton_C::Selected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button \ +static_assert(alignof(WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button) == 0x000008, "Wrong alignment on WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button"); \ +static_assert(sizeof(WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button) == 0x000068, "Wrong size on WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button, EntryPoint) == 0x000000, "Member 'WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button, Temp_bool_Variable) == 0x000004, "Member 'WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button, Temp_object_Variable) == 0x000008, "Member 'WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button, Temp_object_Variable_1) == 0x000010, "Member 'WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button, Temp_bool_Variable_1) == 0x000018, "Member 'WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button, Temp_byte_Variable) == 0x000019, "Member 'WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button, Temp_byte_Variable_1) == 0x00001A, "Member 'WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button, CallFunc_IsHovered_ReturnValue) == 0x00001B, "Member 'WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button, K2Node_Event_bInIsHovered) == 0x00001C, "Member 'WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button, K2Node_Event_IsDesignTime) == 0x00001D, "Member 'WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000020, "Member 'WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button, CallFunc_Play2DSound_ReturnValue) == 0x000028, "Member 'WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button, CallFunc_BooleanOR_ReturnValue) == 0x00002C, "Member 'WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button, CallFunc_SelectFloat_ReturnValue) == 0x000030, "Member 'WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button, CallFunc_BooleanOR_ReturnValue_1) == 0x000034, "Member 'WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button, K2Node_Select_Default) == 0x000035, "Member 'WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button, CallFunc_BooleanOR_ReturnValue_2) == 0x000036, "Member 'WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button, K2Node_Select_Default_1) == 0x000038, "Member 'WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button, CallFunc_BooleanOR_ReturnValue_3) == 0x000040, "Member 'WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button, CallFunc_SelectColor_ReturnValue) == 0x000044, "Member 'WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button, CallFunc_BooleanOR_ReturnValue_4) == 0x000054, "Member 'WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button, CallFunc_SelectColor_ReturnValue_1) == 0x000058, "Member 'WBP_ServerBrowser_NavBar_Button_C_ExecuteUbergraph_WBP_ServerBrowser_NavBar_Button::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_NavBar_Button_C_PreConstruct \ +static_assert(alignof(WBP_ServerBrowser_NavBar_Button_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ServerBrowser_NavBar_Button_C_PreConstruct"); \ +static_assert(sizeof(WBP_ServerBrowser_NavBar_Button_C_PreConstruct) == 0x000001, "Wrong size on WBP_ServerBrowser_NavBar_Button_C_PreConstruct"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ServerBrowser_NavBar_Button_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_NavBar_Button_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_ServerBrowser_NavBar_Button_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_ServerBrowser_NavBar_Button_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_ServerBrowser_NavBar_Button_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_ServerBrowser_NavBar_Button_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_ServerBrowser_NavBar_Button_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_NavBar_Button_C_SetFocused \ +static_assert(alignof(WBP_ServerBrowser_NavBar_Button_C_SetFocused) == 0x000004, "Wrong alignment on WBP_ServerBrowser_NavBar_Button_C_SetFocused"); \ +static_assert(sizeof(WBP_ServerBrowser_NavBar_Button_C_SetFocused) == 0x000008, "Wrong size on WBP_ServerBrowser_NavBar_Button_C_SetFocused"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_SetFocused, InFocused) == 0x000000, "Member 'WBP_ServerBrowser_NavBar_Button_C_SetFocused::InFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_SetFocused, CallFunc_SelectInt_ReturnValue) == 0x000004, "Member 'WBP_ServerBrowser_NavBar_Button_C_SetFocused::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_NavBar_Button_C_SetHovered \ +static_assert(alignof(WBP_ServerBrowser_NavBar_Button_C_SetHovered) == 0x000004, "Wrong alignment on WBP_ServerBrowser_NavBar_Button_C_SetHovered"); \ +static_assert(sizeof(WBP_ServerBrowser_NavBar_Button_C_SetHovered) == 0x000008, "Wrong size on WBP_ServerBrowser_NavBar_Button_C_SetHovered"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_SetHovered, InHovered) == 0x000000, "Member 'WBP_ServerBrowser_NavBar_Button_C_SetHovered::InHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_SetHovered, CallFunc_SelectInt_ReturnValue) == 0x000004, "Member 'WBP_ServerBrowser_NavBar_Button_C_SetHovered::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_NavBar_Button_C_InitializeButton \ +static_assert(alignof(WBP_ServerBrowser_NavBar_Button_C_InitializeButton) == 0x000008, "Wrong alignment on WBP_ServerBrowser_NavBar_Button_C_InitializeButton"); \ +static_assert(sizeof(WBP_ServerBrowser_NavBar_Button_C_InitializeButton) == 0x0000A8, "Wrong size on WBP_ServerBrowser_NavBar_Button_C_InitializeButton"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_InitializeButton, InTitle) == 0x000000, "Member 'WBP_ServerBrowser_NavBar_Button_C_InitializeButton::InTitle' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_InitializeButton, Temp_bool_Variable) == 0x000018, "Member 'WBP_ServerBrowser_NavBar_Button_C_InitializeButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_InitializeButton, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'WBP_ServerBrowser_NavBar_Button_C_InitializeButton::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_InitializeButton, K2Node_MakeArray_Array) == 0x000060, "Member 'WBP_ServerBrowser_NavBar_Button_C_InitializeButton::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_InitializeButton, CallFunc_Format_ReturnValue) == 0x000070, "Member 'WBP_ServerBrowser_NavBar_Button_C_InitializeButton::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_InitializeButton, CallFunc_BooleanOR_ReturnValue) == 0x000088, "Member 'WBP_ServerBrowser_NavBar_Button_C_InitializeButton::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_InitializeButton, K2Node_Select_Default) == 0x000090, "Member 'WBP_ServerBrowser_NavBar_Button_C_InitializeButton::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_NavBar_Button_C_SetActive \ +static_assert(alignof(WBP_ServerBrowser_NavBar_Button_C_SetActive) == 0x000008, "Wrong alignment on WBP_ServerBrowser_NavBar_Button_C_SetActive"); \ +static_assert(sizeof(WBP_ServerBrowser_NavBar_Button_C_SetActive) == 0x000028, "Wrong size on WBP_ServerBrowser_NavBar_Button_C_SetActive"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_SetActive, InActive) == 0x000000, "Member 'WBP_ServerBrowser_NavBar_Button_C_SetActive::InActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_SetActive, bHideUnfocused) == 0x000001, "Member 'WBP_ServerBrowser_NavBar_Button_C_SetActive::bHideUnfocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_SetActive, Temp_object_Variable) == 0x000008, "Member 'WBP_ServerBrowser_NavBar_Button_C_SetActive::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_SetActive, Temp_object_Variable_1) == 0x000010, "Member 'WBP_ServerBrowser_NavBar_Button_C_SetActive::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_SetActive, Temp_bool_Variable) == 0x000018, "Member 'WBP_ServerBrowser_NavBar_Button_C_SetActive::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_SetActive, Temp_bool_Variable_1) == 0x000019, "Member 'WBP_ServerBrowser_NavBar_Button_C_SetActive::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_SetActive, Temp_bool_Variable_2) == 0x00001A, "Member 'WBP_ServerBrowser_NavBar_Button_C_SetActive::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_SetActive, Temp_byte_Variable) == 0x00001B, "Member 'WBP_ServerBrowser_NavBar_Button_C_SetActive::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_SetActive, K2Node_Select_Default) == 0x00001C, "Member 'WBP_ServerBrowser_NavBar_Button_C_SetActive::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_SetActive, Temp_byte_Variable_1) == 0x00001D, "Member 'WBP_ServerBrowser_NavBar_Button_C_SetActive::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_SetActive, Temp_bool_Variable_3) == 0x00001E, "Member 'WBP_ServerBrowser_NavBar_Button_C_SetActive::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_SetActive, K2Node_Select_Default_1) == 0x00001F, "Member 'WBP_ServerBrowser_NavBar_Button_C_SetActive::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_NavBar_Button_C_SetActive, K2Node_Select_Default_2) == 0x000020, "Member 'WBP_ServerBrowser_NavBar_Button_C_SetActive::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ServerBrowser_NavBar_Button_C \ +static_assert(alignof(UWBP_ServerBrowser_NavBar_Button_C) == 0x000008, "Wrong alignment on UWBP_ServerBrowser_NavBar_Button_C"); \ +static_assert(sizeof(UWBP_ServerBrowser_NavBar_Button_C) == 0x000400, "Wrong size on UWBP_ServerBrowser_NavBar_Button_C"); \ +static_assert(offsetof(UWBP_ServerBrowser_NavBar_Button_C, UberGraphFrame) == 0x000370, "Member 'UWBP_ServerBrowser_NavBar_Button_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_NavBar_Button_C, Stubbie_anim) == 0x000378, "Member 'UWBP_ServerBrowser_NavBar_Button_C::Stubbie_anim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_NavBar_Button_C, Background_I) == 0x000380, "Member 'UWBP_ServerBrowser_NavBar_Button_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_NavBar_Button_C, Background_WS) == 0x000388, "Member 'UWBP_ServerBrowser_NavBar_Button_C::Background_WS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_NavBar_Button_C, Brackets_O) == 0x000390, "Member 'UWBP_ServerBrowser_NavBar_Button_C::Brackets_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_NavBar_Button_C, HoveredBkg_I) == 0x000398, "Member 'UWBP_ServerBrowser_NavBar_Button_C::HoveredBkg_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_NavBar_Button_C, Root_SB) == 0x0003A0, "Member 'UWBP_ServerBrowser_NavBar_Button_C::Root_SB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_NavBar_Button_C, SelectedBkg_I) == 0x0003A8, "Member 'UWBP_ServerBrowser_NavBar_Button_C::SelectedBkg_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_NavBar_Button_C, Title_T) == 0x0003B0, "Member 'UWBP_ServerBrowser_NavBar_Button_C::Title_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_NavBar_Button_C, NavBarIndex) == 0x0003B8, "Member 'UWBP_ServerBrowser_NavBar_Button_C::NavBarIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_NavBar_Button_C, MouseClicked) == 0x0003C0, "Member 'UWBP_ServerBrowser_NavBar_Button_C::MouseClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_NavBar_Button_C, MinWidth) == 0x0003D0, "Member 'UWBP_ServerBrowser_NavBar_Button_C::MinWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_NavBar_Button_C, IsFocused) == 0x0003D4, "Member 'UWBP_ServerBrowser_NavBar_Button_C::IsFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_NavBar_Button_C, IsSecondLayer) == 0x0003D5, "Member 'UWBP_ServerBrowser_NavBar_Button_C::IsSecondLayer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_NavBar_Button_C, TextFlavor) == 0x0003D8, "Member 'UWBP_ServerBrowser_NavBar_Button_C::TextFlavor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_NavBar_Button_C, Selected) == 0x0003F0, "Member 'UWBP_ServerBrowser_NavBar_Button_C::Selected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_NavBar_Button_C, DisplaySingleTab) == 0x0003F8, "Member 'UWBP_ServerBrowser_NavBar_Button_C::DisplaySingleTab' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FileBox_01_Lid_SmallDestruction_C \ +static_assert(alignof(ABP_FileBox_01_Lid_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_FileBox_01_Lid_SmallDestruction_C"); \ +static_assert(sizeof(ABP_FileBox_01_Lid_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_FileBox_01_Lid_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud \ +static_assert(alignof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud) == 0x000008, "Wrong alignment on WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud"); \ +static_assert(sizeof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud) == 0x000558, "Wrong size on WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, EntryPoint) == 0x000000, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, K2Node_Event_IsDesignTime) == 0x00002C, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, K2Node_CreateDelegate_OutputDelegate_2) == 0x000030, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, K2Node_Event_bInIsDisabled) == 0x000044, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, K2Node_Event_bInHasFocus) == 0x000045, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, K2Node_Event_bInIsHovered) == 0x000046, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, CallFunc_GetGlobalColor_ReturnValue) == 0x000048, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, K2Node_MakeStruct_SlateColor) == 0x000058, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000080, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, K2Node_MakeStruct_SlateBrush) == 0x000088, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, K2Node_MakeStruct_SlateBrush_1) == 0x000118, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::K2Node_MakeStruct_SlateBrush_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, K2Node_MakeStruct_SliderStyle) == 0x0001A8, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::K2Node_MakeStruct_SliderStyle' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000518, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, K2Node_CustomEvent_Value_2) == 0x00051C, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::K2Node_CustomEvent_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, CallFunc_FTrunc64_ReturnValue) == 0x000520, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::CallFunc_FTrunc64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, K2Node_CustomEvent_Value_1) == 0x000528, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::K2Node_CustomEvent_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, CallFunc_Conv_Int64ToByte_ReturnValue) == 0x00052C, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::CallFunc_Conv_Int64ToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, CallFunc_FTrunc64_ReturnValue_1) == 0x000530, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::CallFunc_FTrunc64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000538, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, CallFunc_Conv_Int64ToByte_ReturnValue_1) == 0x000539, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::CallFunc_Conv_Int64ToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00053A, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, K2Node_MakeStruct_Color) == 0x00053C, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::K2Node_MakeStruct_Color' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, K2Node_MakeStruct_Color_1) == 0x000540, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::K2Node_MakeStruct_Color_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, K2Node_CustomEvent_Value) == 0x000544, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, CallFunc_FTrunc64_ReturnValue_2) == 0x000548, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::CallFunc_FTrunc64_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, CallFunc_Conv_Int64ToByte_ReturnValue_2) == 0x000550, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::CallFunc_Conv_Int64ToByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x000551, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud, K2Node_MakeStruct_Color_2) == 0x000554, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ExecuteUbergraph_WBP_Settings_ColorSelector_RinoHud::K2Node_MakeStruct_Color_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ColorSelector_RinoHud_C_RValueChanged \ +static_assert(alignof(WBP_Settings_ColorSelector_RinoHud_C_RValueChanged) == 0x000004, "Wrong alignment on WBP_Settings_ColorSelector_RinoHud_C_RValueChanged"); \ +static_assert(sizeof(WBP_Settings_ColorSelector_RinoHud_C_RValueChanged) == 0x000004, "Wrong size on WBP_Settings_ColorSelector_RinoHud_C_RValueChanged"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_RValueChanged, Value) == 0x000000, "Member 'WBP_Settings_ColorSelector_RinoHud_C_RValueChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ColorSelector_RinoHud_C_GValueChanged \ +static_assert(alignof(WBP_Settings_ColorSelector_RinoHud_C_GValueChanged) == 0x000004, "Wrong alignment on WBP_Settings_ColorSelector_RinoHud_C_GValueChanged"); \ +static_assert(sizeof(WBP_Settings_ColorSelector_RinoHud_C_GValueChanged) == 0x000004, "Wrong size on WBP_Settings_ColorSelector_RinoHud_C_GValueChanged"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_GValueChanged, Value) == 0x000000, "Member 'WBP_Settings_ColorSelector_RinoHud_C_GValueChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ColorSelector_RinoHud_C_BValueChanged \ +static_assert(alignof(WBP_Settings_ColorSelector_RinoHud_C_BValueChanged) == 0x000004, "Wrong alignment on WBP_Settings_ColorSelector_RinoHud_C_BValueChanged"); \ +static_assert(sizeof(WBP_Settings_ColorSelector_RinoHud_C_BValueChanged) == 0x000004, "Wrong size on WBP_Settings_ColorSelector_RinoHud_C_BValueChanged"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_BValueChanged, Value) == 0x000000, "Member 'WBP_Settings_ColorSelector_RinoHud_C_BValueChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ColorSelector_RinoHud_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_Settings_ColorSelector_RinoHud_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_Settings_ColorSelector_RinoHud_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_Settings_ColorSelector_RinoHud_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_Settings_ColorSelector_RinoHud_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ColorSelector_RinoHud_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_Settings_ColorSelector_RinoHud_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_Settings_ColorSelector_RinoHud_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_Settings_ColorSelector_RinoHud_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_Settings_ColorSelector_RinoHud_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ColorSelector_RinoHud_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_Settings_ColorSelector_RinoHud_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_Settings_ColorSelector_RinoHud_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_Settings_ColorSelector_RinoHud_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_Settings_ColorSelector_RinoHud_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_Settings_ColorSelector_RinoHud_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ColorSelector_RinoHud_C_PreConstruct \ +static_assert(alignof(WBP_Settings_ColorSelector_RinoHud_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Settings_ColorSelector_RinoHud_C_PreConstruct"); \ +static_assert(sizeof(WBP_Settings_ColorSelector_RinoHud_C_PreConstruct) == 0x000001, "Wrong size on WBP_Settings_ColorSelector_RinoHud_C_PreConstruct"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Settings_ColorSelector_RinoHud_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ColorSelector_RinoHud_C_UpdateSliderValue \ +static_assert(alignof(WBP_Settings_ColorSelector_RinoHud_C_UpdateSliderValue) == 0x000008, "Wrong alignment on WBP_Settings_ColorSelector_RinoHud_C_UpdateSliderValue"); \ +static_assert(sizeof(WBP_Settings_ColorSelector_RinoHud_C_UpdateSliderValue) == 0x000098, "Wrong size on WBP_Settings_ColorSelector_RinoHud_C_UpdateSliderValue"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_UpdateSliderValue, CallFunc_Conv_ColorToLinearColor_ReturnValue) == 0x000000, "Member 'WBP_Settings_ColorSelector_RinoHud_C_UpdateSliderValue::CallFunc_Conv_ColorToLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_UpdateSliderValue, K2Node_MakeStruct_SlateColor) == 0x000010, "Member 'WBP_Settings_ColorSelector_RinoHud_C_UpdateSliderValue::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_UpdateSliderValue, CallFunc_Conv_ByteToFloat_ReturnValue) == 0x000038, "Member 'WBP_Settings_ColorSelector_RinoHud_C_UpdateSliderValue::CallFunc_Conv_ByteToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_UpdateSliderValue, CallFunc_Conv_FloatToText_ReturnValue) == 0x000040, "Member 'WBP_Settings_ColorSelector_RinoHud_C_UpdateSliderValue::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_UpdateSliderValue, CallFunc_Conv_ByteToFloat_ReturnValue_1) == 0x000058, "Member 'WBP_Settings_ColorSelector_RinoHud_C_UpdateSliderValue::CallFunc_Conv_ByteToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_UpdateSliderValue, CallFunc_Conv_FloatToText_ReturnValue_1) == 0x000060, "Member 'WBP_Settings_ColorSelector_RinoHud_C_UpdateSliderValue::CallFunc_Conv_FloatToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_UpdateSliderValue, CallFunc_Conv_ByteToFloat_ReturnValue_2) == 0x000078, "Member 'WBP_Settings_ColorSelector_RinoHud_C_UpdateSliderValue::CallFunc_Conv_ByteToFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_UpdateSliderValue, CallFunc_Conv_FloatToText_ReturnValue_2) == 0x000080, "Member 'WBP_Settings_ColorSelector_RinoHud_C_UpdateSliderValue::CallFunc_Conv_FloatToText_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ColorSelector_RinoHud_C_OnDisabledVisuals \ +static_assert(alignof(WBP_Settings_ColorSelector_RinoHud_C_OnDisabledVisuals) == 0x000001, "Wrong alignment on WBP_Settings_ColorSelector_RinoHud_C_OnDisabledVisuals"); \ +static_assert(sizeof(WBP_Settings_ColorSelector_RinoHud_C_OnDisabledVisuals) == 0x000001, "Wrong size on WBP_Settings_ColorSelector_RinoHud_C_OnDisabledVisuals"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_OnDisabledVisuals, bIsDisabled_0) == 0x000000, "Member 'WBP_Settings_ColorSelector_RinoHud_C_OnDisabledVisuals::bIsDisabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ColorSelector_RinoHud_C_OnFocusedVisuals \ +static_assert(alignof(WBP_Settings_ColorSelector_RinoHud_C_OnFocusedVisuals) == 0x000008, "Wrong alignment on WBP_Settings_ColorSelector_RinoHud_C_OnFocusedVisuals"); \ +static_assert(sizeof(WBP_Settings_ColorSelector_RinoHud_C_OnFocusedVisuals) == 0x000080, "Wrong size on WBP_Settings_ColorSelector_RinoHud_C_OnFocusedVisuals"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_OnFocusedVisuals, bIsFocused) == 0x000000, "Member 'WBP_Settings_ColorSelector_RinoHud_C_OnFocusedVisuals::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_OnFocusedVisuals, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_Settings_ColorSelector_RinoHud_C_OnFocusedVisuals::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_OnFocusedVisuals, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000010, "Member 'WBP_Settings_ColorSelector_RinoHud_C_OnFocusedVisuals::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000018, "Member 'WBP_Settings_ColorSelector_RinoHud_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000020, "Member 'WBP_Settings_ColorSelector_RinoHud_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue) == 0x000028, "Member 'WBP_Settings_ColorSelector_RinoHud_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue_1) == 0x000038, "Member 'WBP_Settings_ColorSelector_RinoHud_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_OnFocusedVisuals, CallFunc_SelectColor_ReturnValue) == 0x000048, "Member 'WBP_Settings_ColorSelector_RinoHud_C_OnFocusedVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_OnFocusedVisuals, K2Node_MakeStruct_SlateColor) == 0x000058, "Member 'WBP_Settings_ColorSelector_RinoHud_C_OnFocusedVisuals::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ColorSelector_RinoHud_C_OnHoverVisuals \ +static_assert(alignof(WBP_Settings_ColorSelector_RinoHud_C_OnHoverVisuals) == 0x000001, "Wrong alignment on WBP_Settings_ColorSelector_RinoHud_C_OnHoverVisuals"); \ +static_assert(sizeof(WBP_Settings_ColorSelector_RinoHud_C_OnHoverVisuals) == 0x000001, "Wrong size on WBP_Settings_ColorSelector_RinoHud_C_OnHoverVisuals"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_OnHoverVisuals, bIsHovered) == 0x000000, "Member 'WBP_Settings_ColorSelector_RinoHud_C_OnHoverVisuals::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ColorSelector_RinoHud_C_RefreshVisuals \ +static_assert(alignof(WBP_Settings_ColorSelector_RinoHud_C_RefreshVisuals) == 0x000001, "Wrong alignment on WBP_Settings_ColorSelector_RinoHud_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_Settings_ColorSelector_RinoHud_C_RefreshVisuals) == 0x000002, "Wrong size on WBP_Settings_ColorSelector_RinoHud_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_RefreshVisuals, CallFunc_IsHovered_ReturnValue) == 0x000000, "Member 'WBP_Settings_ColorSelector_RinoHud_C_RefreshVisuals::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_RefreshVisuals, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000001, "Member 'WBP_Settings_ColorSelector_RinoHud_C_RefreshVisuals::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ColorSelector_RinoHud_C_SetColorValue \ +static_assert(alignof(WBP_Settings_ColorSelector_RinoHud_C_SetColorValue) == 0x000004, "Wrong alignment on WBP_Settings_ColorSelector_RinoHud_C_SetColorValue"); \ +static_assert(sizeof(WBP_Settings_ColorSelector_RinoHud_C_SetColorValue) == 0x000004, "Wrong size on WBP_Settings_ColorSelector_RinoHud_C_SetColorValue"); \ +static_assert(offsetof(WBP_Settings_ColorSelector_RinoHud_C_SetColorValue, ColorSliderValue_0) == 0x000000, "Member 'WBP_Settings_ColorSelector_RinoHud_C_SetColorValue::ColorSliderValue_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_ColorSelector_RinoHud_C \ +static_assert(alignof(UWBP_Settings_ColorSelector_RinoHud_C) == 0x000008, "Wrong alignment on UWBP_Settings_ColorSelector_RinoHud_C"); \ +static_assert(sizeof(UWBP_Settings_ColorSelector_RinoHud_C) == 0x000470, "Wrong size on UWBP_Settings_ColorSelector_RinoHud_C"); \ +static_assert(offsetof(UWBP_Settings_ColorSelector_RinoHud_C, UberGraphFrame) == 0x0003F8, "Member 'UWBP_Settings_ColorSelector_RinoHud_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ColorSelector_RinoHud_C, Border_Image) == 0x000400, "Member 'UWBP_Settings_ColorSelector_RinoHud_C::Border_Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ColorSelector_RinoHud_C, Image_Background) == 0x000408, "Member 'UWBP_Settings_ColorSelector_RinoHud_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ColorSelector_RinoHud_C, Image_BG) == 0x000410, "Member 'UWBP_Settings_ColorSelector_RinoHud_C::Image_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ColorSelector_RinoHud_C, Image_Color) == 0x000418, "Member 'UWBP_Settings_ColorSelector_RinoHud_C::Image_Color' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ColorSelector_RinoHud_C, Slider_Value_B) == 0x000420, "Member 'UWBP_Settings_ColorSelector_RinoHud_C::Slider_Value_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ColorSelector_RinoHud_C, Slider_Value_G) == 0x000428, "Member 'UWBP_Settings_ColorSelector_RinoHud_C::Slider_Value_G' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ColorSelector_RinoHud_C, Slider_Value_R) == 0x000430, "Member 'UWBP_Settings_ColorSelector_RinoHud_C::Slider_Value_R' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ColorSelector_RinoHud_C, Text_SettingName) == 0x000438, "Member 'UWBP_Settings_ColorSelector_RinoHud_C::Text_SettingName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ColorSelector_RinoHud_C, Text_SettingTextValue_B) == 0x000440, "Member 'UWBP_Settings_ColorSelector_RinoHud_C::Text_SettingTextValue_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ColorSelector_RinoHud_C, Text_SettingTextValue_G) == 0x000448, "Member 'UWBP_Settings_ColorSelector_RinoHud_C::Text_SettingTextValue_G' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ColorSelector_RinoHud_C, Text_SettingTextValue_R) == 0x000450, "Member 'UWBP_Settings_ColorSelector_RinoHud_C::Text_SettingTextValue_R' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ColorSelector_RinoHud_C, ColorSliderValue) == 0x000458, "Member 'UWBP_Settings_ColorSelector_RinoHud_C::ColorSliderValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ColorSelector_RinoHud_C, ColorValueChanged) == 0x000460, "Member 'UWBP_Settings_ColorSelector_RinoHud_C::ColorValueChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton \ +static_assert(alignof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton) == 0x000008, "Wrong alignment on WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton"); \ +static_assert(sizeof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton) == 0x0001B8, "Wrong size on WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, EntryPoint) == 0x000000, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, Temp_bool_Variable) == 0x000004, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, Temp_bool_Variable_1) == 0x000005, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, Temp_text_Variable) == 0x000008, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, Temp_text_Variable_1) == 0x000020, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, Temp_bool_Variable_2) == 0x000038, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, Temp_float_Variable) == 0x00003C, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, Temp_float_Variable_1) == 0x000040, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, Temp_bool_Variable_3) == 0x000044, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, Temp_float_Variable_2) == 0x000048, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::Temp_float_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, Temp_float_Variable_3) == 0x00004C, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::Temp_float_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, Temp_object_Variable) == 0x000050, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, K2Node_DynamicCast_AsPaper_Sprite) == 0x000058, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000068, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, K2Node_CustomEvent_Loaded) == 0x000078, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, K2Node_Event_bInHasFocus) == 0x000080, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000088, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, K2Node_Event_bInIsDisabled) == 0x000090, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, CallFunc_GetUIManager_ReturnValue) == 0x000098, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, CallFunc_GetMenuWidget_ReturnValue) == 0x0000A0, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, K2Node_DynamicCast_AsSBZMain_Menu_Widget) == 0x0000A8, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::K2Node_DynamicCast_AsSBZMain_Menu_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, K2Node_DynamicCast_bSuccess_1) == 0x0000B0, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, CallFunc_GetUIManager_ReturnValue_1) == 0x0000B8, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, CallFunc_GetMenuWidget_ReturnValue_1) == 0x0000C0, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::CallFunc_GetMenuWidget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, CallFunc_IsEmpty_ReturnValue) == 0x0000C8, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, K2Node_DynamicCast_AsSBZMain_Menu_Widget_1) == 0x0000D0, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::K2Node_DynamicCast_AsSBZMain_Menu_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, K2Node_DynamicCast_bSuccess_2) == 0x0000D8, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, CallFunc_GetHeistData_ReturnValue) == 0x0000E0, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::CallFunc_GetHeistData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, CallFunc_IsValid_ReturnValue) == 0x0000E8, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, K2Node_Event_bIsFocused) == 0x0000E9, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::K2Node_Event_bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, CallFunc_PlayAnimation_ReturnValue) == 0x0000F0, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, CallFunc_IsEmpty_ReturnValue_1) == 0x0000F8, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::CallFunc_IsEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, K2Node_CreateDelegate_OutputDelegate) == 0x0000FC, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, K2Node_Event_IsDesignTime) == 0x000110, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, K2Node_Event_bInIsHovered) == 0x000111, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, CallFunc_IsValid_ReturnValue_1) == 0x000112, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, K2Node_Select_Default) == 0x000118, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000130, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, K2Node_Select_Default_1) == 0x000138, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, K2Node_Select_Default_2) == 0x00013C, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, K2Node_MakeStruct_Margin) == 0x000140, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, K2Node_Select_Default_3) == 0x000150, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, CallFunc_Play2DSound_ReturnValue) == 0x0001A8, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x0001AC, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton, CallFunc_Play2DSound_ReturnValue_1) == 0x0001B0, "Member 'WBP_ServerBrowser_StoryButton_C_ExecuteUbergraph_WBP_ServerBrowser_StoryButton::CallFunc_Play2DSound_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_StoryButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_ServerBrowser_StoryButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_ServerBrowser_StoryButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_ServerBrowser_StoryButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_ServerBrowser_StoryButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_ServerBrowser_StoryButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_StoryButton_C_PreConstruct \ +static_assert(alignof(WBP_ServerBrowser_StoryButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ServerBrowser_StoryButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_ServerBrowser_StoryButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_ServerBrowser_StoryButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ServerBrowser_StoryButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_StoryButton_C_OnFocusChanged \ +static_assert(alignof(WBP_ServerBrowser_StoryButton_C_OnFocusChanged) == 0x000001, "Wrong alignment on WBP_ServerBrowser_StoryButton_C_OnFocusChanged"); \ +static_assert(sizeof(WBP_ServerBrowser_StoryButton_C_OnFocusChanged) == 0x000001, "Wrong size on WBP_ServerBrowser_StoryButton_C_OnFocusChanged"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_OnFocusChanged, bIsFocused) == 0x000000, "Member 'WBP_ServerBrowser_StoryButton_C_OnFocusChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_StoryButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_ServerBrowser_StoryButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_ServerBrowser_StoryButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_ServerBrowser_StoryButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_ServerBrowser_StoryButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_ServerBrowser_StoryButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_StoryButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_ServerBrowser_StoryButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_ServerBrowser_StoryButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_ServerBrowser_StoryButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_ServerBrowser_StoryButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_ServerBrowser_StoryButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_StoryButton_C_OnLoaded_2AEE3D384A6280472CCD6BB641BB60CC \ +static_assert(alignof(WBP_ServerBrowser_StoryButton_C_OnLoaded_2AEE3D384A6280472CCD6BB641BB60CC) == 0x000008, "Wrong alignment on WBP_ServerBrowser_StoryButton_C_OnLoaded_2AEE3D384A6280472CCD6BB641BB60CC"); \ +static_assert(sizeof(WBP_ServerBrowser_StoryButton_C_OnLoaded_2AEE3D384A6280472CCD6BB641BB60CC) == 0x000008, "Wrong size on WBP_ServerBrowser_StoryButton_C_OnLoaded_2AEE3D384A6280472CCD6BB641BB60CC"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_OnLoaded_2AEE3D384A6280472CCD6BB641BB60CC, Loaded) == 0x000000, "Member 'WBP_ServerBrowser_StoryButton_C_OnLoaded_2AEE3D384A6280472CCD6BB641BB60CC::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_StoryButton_C_OnFocusedChanged \ +static_assert(alignof(WBP_ServerBrowser_StoryButton_C_OnFocusedChanged) == 0x000001, "Wrong alignment on WBP_ServerBrowser_StoryButton_C_OnFocusedChanged"); \ +static_assert(sizeof(WBP_ServerBrowser_StoryButton_C_OnFocusedChanged) == 0x000005, "Wrong size on WBP_ServerBrowser_StoryButton_C_OnFocusedChanged"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_OnFocusedChanged, bIsFocused) == 0x000000, "Member 'WBP_ServerBrowser_StoryButton_C_OnFocusedChanged::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_OnFocusedChanged, Temp_bool_Variable) == 0x000001, "Member 'WBP_ServerBrowser_StoryButton_C_OnFocusedChanged::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_OnFocusedChanged, Temp_byte_Variable) == 0x000002, "Member 'WBP_ServerBrowser_StoryButton_C_OnFocusedChanged::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_OnFocusedChanged, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_ServerBrowser_StoryButton_C_OnFocusedChanged::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_OnFocusedChanged, K2Node_Select_Default) == 0x000004, "Member 'WBP_ServerBrowser_StoryButton_C_OnFocusedChanged::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_StoryButton_C_OnDisabledChanged \ +static_assert(alignof(WBP_ServerBrowser_StoryButton_C_OnDisabledChanged) == 0x000001, "Wrong alignment on WBP_ServerBrowser_StoryButton_C_OnDisabledChanged"); \ +static_assert(sizeof(WBP_ServerBrowser_StoryButton_C_OnDisabledChanged) == 0x000009, "Wrong size on WBP_ServerBrowser_StoryButton_C_OnDisabledChanged"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_OnDisabledChanged, InDisabled) == 0x000000, "Member 'WBP_ServerBrowser_StoryButton_C_OnDisabledChanged::InDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_OnDisabledChanged, Temp_byte_Variable) == 0x000001, "Member 'WBP_ServerBrowser_StoryButton_C_OnDisabledChanged::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_OnDisabledChanged, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_ServerBrowser_StoryButton_C_OnDisabledChanged::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_OnDisabledChanged, Temp_bool_Variable) == 0x000003, "Member 'WBP_ServerBrowser_StoryButton_C_OnDisabledChanged::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_OnDisabledChanged, Temp_byte_Variable_2) == 0x000004, "Member 'WBP_ServerBrowser_StoryButton_C_OnDisabledChanged::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_OnDisabledChanged, Temp_byte_Variable_3) == 0x000005, "Member 'WBP_ServerBrowser_StoryButton_C_OnDisabledChanged::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_OnDisabledChanged, K2Node_Select_Default) == 0x000006, "Member 'WBP_ServerBrowser_StoryButton_C_OnDisabledChanged::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_OnDisabledChanged, Temp_bool_Variable_1) == 0x000007, "Member 'WBP_ServerBrowser_StoryButton_C_OnDisabledChanged::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_OnDisabledChanged, K2Node_Select_Default_1) == 0x000008, "Member 'WBP_ServerBrowser_StoryButton_C_OnDisabledChanged::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_StoryButton_C_SetButtonLocked \ +static_assert(alignof(WBP_ServerBrowser_StoryButton_C_SetButtonLocked) == 0x000008, "Wrong alignment on WBP_ServerBrowser_StoryButton_C_SetButtonLocked"); \ +static_assert(sizeof(WBP_ServerBrowser_StoryButton_C_SetButtonLocked) == 0x000090, "Wrong size on WBP_ServerBrowser_StoryButton_C_SetButtonLocked"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetButtonLocked, Temp_bool_Variable) == 0x000000, "Member 'WBP_ServerBrowser_StoryButton_C_SetButtonLocked::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetButtonLocked, Temp_int_Variable) == 0x000004, "Member 'WBP_ServerBrowser_StoryButton_C_SetButtonLocked::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetButtonLocked, Temp_int_Variable_1) == 0x000008, "Member 'WBP_ServerBrowser_StoryButton_C_SetButtonLocked::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetButtonLocked, Temp_bool_Variable_1) == 0x00000C, "Member 'WBP_ServerBrowser_StoryButton_C_SetButtonLocked::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetButtonLocked, Temp_bool_Variable_2) == 0x00000D, "Member 'WBP_ServerBrowser_StoryButton_C_SetButtonLocked::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetButtonLocked, CallFunc_IsEmpty_ReturnValue) == 0x00000E, "Member 'WBP_ServerBrowser_StoryButton_C_SetButtonLocked::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetButtonLocked, CallFunc_IsEmpty_ReturnValue_1) == 0x00000F, "Member 'WBP_ServerBrowser_StoryButton_C_SetButtonLocked::CallFunc_IsEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetButtonLocked, CallFunc_Get_ReturnValue) == 0x000010, "Member 'WBP_ServerBrowser_StoryButton_C_SetButtonLocked::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetButtonLocked, CallFunc_GetProgressionSaveGame_ReturnValue) == 0x000018, "Member 'WBP_ServerBrowser_StoryButton_C_SetButtonLocked::CallFunc_GetProgressionSaveGame_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetButtonLocked, K2Node_Select_Default) == 0x000020, "Member 'WBP_ServerBrowser_StoryButton_C_SetButtonLocked::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetButtonLocked, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'WBP_ServerBrowser_StoryButton_C_SetButtonLocked::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetButtonLocked, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000028, "Member 'WBP_ServerBrowser_StoryButton_C_SetButtonLocked::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetButtonLocked, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'WBP_ServerBrowser_StoryButton_C_SetButtonLocked::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetButtonLocked, K2Node_Select_Default_1) == 0x000030, "Member 'WBP_ServerBrowser_StoryButton_C_SetButtonLocked::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetButtonLocked, CallFunc_Not_PreBool_ReturnValue_1) == 0x000088, "Member 'WBP_ServerBrowser_StoryButton_C_SetButtonLocked::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetButtonLocked, CallFunc_IsEmpty_ReturnValue_2) == 0x000089, "Member 'WBP_ServerBrowser_StoryButton_C_SetButtonLocked::CallFunc_IsEmpty_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetButtonLocked, CallFunc_Not_PreBool_ReturnValue_2) == 0x00008A, "Member 'WBP_ServerBrowser_StoryButton_C_SetButtonLocked::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetButtonLocked, K2Node_Select_Default_2) == 0x00008B, "Member 'WBP_ServerBrowser_StoryButton_C_SetButtonLocked::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetButtonLocked, CallFunc_BooleanOR_ReturnValue) == 0x00008C, "Member 'WBP_ServerBrowser_StoryButton_C_SetButtonLocked::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_StoryButton_C_SetBWEffect \ +static_assert(alignof(WBP_ServerBrowser_StoryButton_C_SetBWEffect) == 0x000008, "Wrong alignment on WBP_ServerBrowser_StoryButton_C_SetBWEffect"); \ +static_assert(sizeof(WBP_ServerBrowser_StoryButton_C_SetBWEffect) == 0x000020, "Wrong size on WBP_ServerBrowser_StoryButton_C_SetBWEffect"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetBWEffect, bHasSubFocus) == 0x000000, "Member 'WBP_ServerBrowser_StoryButton_C_SetBWEffect::bHasSubFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetBWEffect, Temp_float_Variable) == 0x000004, "Member 'WBP_ServerBrowser_StoryButton_C_SetBWEffect::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetBWEffect, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_StoryButton_C_SetBWEffect::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetBWEffect, Temp_float_Variable_1) == 0x00000C, "Member 'WBP_ServerBrowser_StoryButton_C_SetBWEffect::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetBWEffect, Temp_bool_Variable) == 0x000010, "Member 'WBP_ServerBrowser_StoryButton_C_SetBWEffect::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetBWEffect, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'WBP_ServerBrowser_StoryButton_C_SetBWEffect::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetBWEffect, CallFunc_BooleanOR_ReturnValue) == 0x000012, "Member 'WBP_ServerBrowser_StoryButton_C_SetBWEffect::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetBWEffect, K2Node_Select_Default) == 0x000014, "Member 'WBP_ServerBrowser_StoryButton_C_SetBWEffect::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetBWEffect, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000018, "Member 'WBP_ServerBrowser_StoryButton_C_SetBWEffect::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_StoryButton_C_SetMaterialProperties \ +static_assert(alignof(WBP_ServerBrowser_StoryButton_C_SetMaterialProperties) == 0x000008, "Wrong alignment on WBP_ServerBrowser_StoryButton_C_SetMaterialProperties"); \ +static_assert(sizeof(WBP_ServerBrowser_StoryButton_C_SetMaterialProperties) == 0x000028, "Wrong size on WBP_ServerBrowser_StoryButton_C_SetMaterialProperties"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetMaterialProperties, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000000, "Member 'WBP_ServerBrowser_StoryButton_C_SetMaterialProperties::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetMaterialProperties, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000008, "Member 'WBP_ServerBrowser_StoryButton_C_SetMaterialProperties::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetMaterialProperties, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_ServerBrowser_StoryButton_C_SetMaterialProperties::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetMaterialProperties, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'WBP_ServerBrowser_StoryButton_C_SetMaterialProperties::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetMaterialProperties, CallFunc_GetDynamicMaterial_ReturnValue_2) == 0x000018, "Member 'WBP_ServerBrowser_StoryButton_C_SetMaterialProperties::CallFunc_GetDynamicMaterial_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_StoryButton_C_SetMaterialProperties, CallFunc_IsValid_ReturnValue_2) == 0x000020, "Member 'WBP_ServerBrowser_StoryButton_C_SetMaterialProperties::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ServerBrowser_StoryButton_C \ +static_assert(alignof(UWBP_ServerBrowser_StoryButton_C) == 0x000008, "Wrong alignment on UWBP_ServerBrowser_StoryButton_C"); \ +static_assert(sizeof(UWBP_ServerBrowser_StoryButton_C) == 0x000460, "Wrong size on UWBP_ServerBrowser_StoryButton_C"); \ +static_assert(offsetof(UWBP_ServerBrowser_StoryButton_C, UberGraphFrame) == 0x0003C0, "Member 'UWBP_ServerBrowser_StoryButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_StoryButton_C, LockedPressed) == 0x0003C8, "Member 'UWBP_ServerBrowser_StoryButton_C::LockedPressed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_StoryButton_C, BWEffect_RB) == 0x0003D0, "Member 'UWBP_ServerBrowser_StoryButton_C::BWEffect_RB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_StoryButton_C, CircleBorder_I) == 0x0003D8, "Member 'UWBP_ServerBrowser_StoryButton_C::CircleBorder_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_StoryButton_C, CircleBorder_Texture) == 0x0003E0, "Member 'UWBP_ServerBrowser_StoryButton_C::CircleBorder_Texture' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_StoryButton_C, DefaultOutline_B) == 0x0003E8, "Member 'UWBP_ServerBrowser_StoryButton_C::DefaultOutline_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_StoryButton_C, Disabled_O) == 0x0003F0, "Member 'UWBP_ServerBrowser_StoryButton_C::Disabled_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_StoryButton_C, HeistBackground_I) == 0x0003F8, "Member 'UWBP_ServerBrowser_StoryButton_C::HeistBackground_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_StoryButton_C, LockIcon) == 0x000400, "Member 'UWBP_ServerBrowser_StoryButton_C::LockIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_StoryButton_C, LockTextDisable_O) == 0x000408, "Member 'UWBP_ServerBrowser_StoryButton_C::LockTextDisable_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_StoryButton_C, PlayIcon_I) == 0x000410, "Member 'UWBP_ServerBrowser_StoryButton_C::PlayIcon_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_StoryButton_C, Root_SizeB) == 0x000418, "Member 'UWBP_ServerBrowser_StoryButton_C::Root_SizeB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_StoryButton_C, SelectedOutline_B) == 0x000420, "Member 'UWBP_ServerBrowser_StoryButton_C::SelectedOutline_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_StoryButton_C, Text_Disabled) == 0x000428, "Member 'UWBP_ServerBrowser_StoryButton_C::Text_Disabled' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_StoryButton_C, DynamicMaterials) == 0x000430, "Member 'UWBP_ServerBrowser_StoryButton_C::DynamicMaterials' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_StoryButton_C, Color_DisabledOverlayDefault) == 0x000438, "Member 'UWBP_ServerBrowser_StoryButton_C::Color_DisabledOverlayDefault' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_StoryButton_C, IsSmallerButton) == 0x000448, "Member 'UWBP_ServerBrowser_StoryButton_C::IsSmallerButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_StoryButton_C, Selected) == 0x000450, "Member 'UWBP_ServerBrowser_StoryButton_C::Selected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_StoryButton_C, ClickLockedSound) == 0x000458, "Member 'UWBP_ServerBrowser_StoryButton_C::ClickLockedSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Popup_C_ExecuteUbergraph_WBP_ServerBrowser_Popup \ +static_assert(alignof(WBP_ServerBrowser_Popup_C_ExecuteUbergraph_WBP_ServerBrowser_Popup) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Popup_C_ExecuteUbergraph_WBP_ServerBrowser_Popup"); \ +static_assert(sizeof(WBP_ServerBrowser_Popup_C_ExecuteUbergraph_WBP_ServerBrowser_Popup) == 0x000088, "Wrong size on WBP_ServerBrowser_Popup_C_ExecuteUbergraph_WBP_ServerBrowser_Popup"); \ +static_assert(offsetof(WBP_ServerBrowser_Popup_C_ExecuteUbergraph_WBP_ServerBrowser_Popup, EntryPoint) == 0x000000, "Member 'WBP_ServerBrowser_Popup_C_ExecuteUbergraph_WBP_ServerBrowser_Popup::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Popup_C_ExecuteUbergraph_WBP_ServerBrowser_Popup, CallFunc_Conv_StringToText_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_Popup_C_ExecuteUbergraph_WBP_ServerBrowser_Popup::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Popup_C_ExecuteUbergraph_WBP_ServerBrowser_Popup, CallFunc_PlayAnimationForward_ReturnValue) == 0x000020, "Member 'WBP_ServerBrowser_Popup_C_ExecuteUbergraph_WBP_ServerBrowser_Popup::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Popup_C_ExecuteUbergraph_WBP_ServerBrowser_Popup, K2Node_MakeStruct_SlateFontInfo) == 0x000028, "Member 'WBP_ServerBrowser_Popup_C_ExecuteUbergraph_WBP_ServerBrowser_Popup::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Popup_C_RemoveFontMaterial \ +static_assert(alignof(WBP_ServerBrowser_Popup_C_RemoveFontMaterial) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Popup_C_RemoveFontMaterial"); \ +static_assert(sizeof(WBP_ServerBrowser_Popup_C_RemoveFontMaterial) == 0x000060, "Wrong size on WBP_ServerBrowser_Popup_C_RemoveFontMaterial"); \ +static_assert(offsetof(WBP_ServerBrowser_Popup_C_RemoveFontMaterial, K2Node_MakeStruct_SlateFontInfo) == 0x000000, "Member 'WBP_ServerBrowser_Popup_C_RemoveFontMaterial::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ServerBrowser_Popup_C \ +static_assert(alignof(UWBP_ServerBrowser_Popup_C) == 0x000008, "Wrong alignment on UWBP_ServerBrowser_Popup_C"); \ +static_assert(sizeof(UWBP_ServerBrowser_Popup_C) == 0x000330, "Wrong size on UWBP_ServerBrowser_Popup_C"); \ +static_assert(offsetof(UWBP_ServerBrowser_Popup_C, UberGraphFrame) == 0x000290, "Member 'UWBP_ServerBrowser_Popup_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Popup_C, AppearAnim) == 0x000298, "Member 'UWBP_ServerBrowser_Popup_C::AppearAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Popup_C, Brackets_O) == 0x0002A0, "Member 'UWBP_ServerBrowser_Popup_C::Brackets_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Popup_C, FailReason_T) == 0x0002A8, "Member 'UWBP_ServerBrowser_Popup_C::FailReason_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Popup_C, Title_T) == 0x0002B0, "Member 'UWBP_ServerBrowser_Popup_C::Title_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Popup_C, FailReason) == 0x0002B8, "Member 'UWBP_ServerBrowser_Popup_C::FailReason' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Popup_C, In_Font_Info) == 0x0002C8, "Member 'UWBP_ServerBrowser_Popup_C::In_Font_Info' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Popup_C, ShowFailReason) == 0x000328, "Member 'UWBP_ServerBrowser_Popup_C::ShowFailReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCS_ThePunch_Heavy_Buildup_Right_C \ +static_assert(alignof(UCS_ThePunch_Heavy_Buildup_Right_C) == 0x000010, "Wrong alignment on UCS_ThePunch_Heavy_Buildup_Right_C"); \ +static_assert(sizeof(UCS_ThePunch_Heavy_Buildup_Right_C) == 0x0001B0, "Wrong size on UCS_ThePunch_Heavy_Buildup_Right_C"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar \ +static_assert(alignof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar"); \ +static_assert(sizeof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar) == 0x0001F0, "Wrong size on WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, EntryPoint) == 0x000000, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, Temp_bool_Variable) == 0x000004, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_IsWidgetActuallyVisible_ReturnValue) == 0x000005, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_IsWidgetActuallyVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, Temp_bool_Variable_1) == 0x000006, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, Temp_struct_Variable) == 0x000008, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, Temp_struct_Variable_1) == 0x000018, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, Temp_bool_Variable_2) == 0x000028, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, Temp_struct_Variable_2) == 0x00002C, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, Temp_struct_Variable_3) == 0x00003C, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, Temp_bool_Variable_3) == 0x00004C, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, Temp_byte_Variable) == 0x00004D, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, Temp_byte_Variable_1) == 0x00004E, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, Temp_bool_Variable_4) == 0x00004F, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, Temp_byte_Variable_2) == 0x000050, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, Temp_byte_Variable_3) == 0x000051, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, Temp_int_Array_Index_Variable) == 0x000054, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, Temp_int_Loop_Counter_Variable) == 0x000058, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, Temp_int_Variable) == 0x000060, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, K2Node_Event_IsDesignTime) == 0x000064, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, Temp_bool_Variable_5) == 0x000065, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, K2Node_CreateDelegate_OutputDelegate) == 0x000068, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, K2Node_CustomEvent_OutNavBarIndex) == 0x00007C, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::K2Node_CustomEvent_OutNavBarIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_Add_IntInt_ReturnValue_1) == 0x000080, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_Add_IntInt_ReturnValue_2) == 0x000084, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_Less_IntInt_ReturnValue) == 0x000088, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000089, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, Temp_name_Variable) == 0x00008C, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_Array_Get_Item) == 0x000098, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_Array_Length_ReturnValue) == 0x0000B0, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000B4, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000C8, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000CC, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, Temp_name_Variable_1) == 0x0000E0, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, Temp_bool_Variable_6) == 0x0000EC, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, K2Node_Select_Default) == 0x0000F0, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_IsWidgetActuallyVisible_ReturnValue_1) == 0x0000FC, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_IsWidgetActuallyVisible_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_GetUIManager_ReturnValue) == 0x000100, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, Temp_name_Variable_2) == 0x000108, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::Temp_name_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_IsStackLocked_ReturnValue) == 0x000114, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_IsStackLocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_Not_PreBool_ReturnValue) == 0x000115, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, K2Node_MakeStruct_SlateChildSize) == 0x000118, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::K2Node_MakeStruct_SlateChildSize' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_BooleanAND_ReturnValue) == 0x000120, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, Temp_name_Variable_3) == 0x000124, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::Temp_name_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_Array_Length_ReturnValue_1) == 0x000130, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_Subtract_IntInt_ReturnValue) == 0x000134, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, K2Node_ComponentBoundEvent_InVisibility) == 0x000138, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::K2Node_ComponentBoundEvent_InVisibility' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, K2Node_Select_Default_1) == 0x00013C, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000140, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_Greater_IntInt_ReturnValue) == 0x000141, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, Temp_bool_Variable_7) == 0x000142, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, K2Node_Select_Default_2) == 0x000144, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, K2Node_Select_Default_3) == 0x000148, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, K2Node_ComponentBoundEvent_Button_3) == 0x000158, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x000160, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, K2Node_ComponentBoundEvent_Button_2) == 0x000168, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, K2Node_ComponentBoundEvent_Button_1) == 0x000170, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, K2Node_ComponentBoundEvent_bIsEnabled) == 0x000178, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, K2Node_Select_Default_4) == 0x00017C, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, K2Node_Select_Default_5) == 0x00018C, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, K2Node_ComponentBoundEvent_Button) == 0x0001A0, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_Play2DSound_ReturnValue) == 0x0001A8, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_BooleanAND_ReturnValue_1) == 0x0001AC, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_IsWidgetActuallyVisible_ReturnValue_2) == 0x0001AD, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_IsWidgetActuallyVisible_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_GetUIManager_ReturnValue_1) == 0x0001B0, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_Create_ReturnValue) == 0x0001B8, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_IsStackLocked_ReturnValue_1) == 0x0001C0, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_IsStackLocked_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001C1, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_BooleanAND_ReturnValue_2) == 0x0001C2, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue) == 0x0001C8, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x0001D0, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_BooleanAND_ReturnValue_3) == 0x0001D8, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_Array_Length_ReturnValue_2) == 0x0001DC, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0001E0, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_BooleanOR_ReturnValue) == 0x0001E1, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_BooleanOR_ReturnValue_1) == 0x0001E2, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, K2Node_Select_Default_6) == 0x0001E3, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, K2Node_Select_Default_7) == 0x0001E4, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::K2Node_Select_Default_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_BooleanOR_ReturnValue_2) == 0x0001E5, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_Array_Length_ReturnValue_3) == 0x0001E8, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_BooleanAND_ReturnValue_4) == 0x0001EC, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0001ED, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar, CallFunc_BooleanAND_ReturnValue_5) == 0x0001EE, "Member 'WBP_ServerBrowser_Navbar_C_ExecuteUbergraph_WBP_ServerBrowser_Navbar::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavRight_B_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavRight_B_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavRight_B_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavRight_B_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavRight_B_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavRight_B_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavRight_B_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavRight_B_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavRight_B_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavRight_B_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavRight_B_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavRight_B_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavRight_B_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavRight_B_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavRight_B_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavRight_B_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavLeft_B_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavLeft_B_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavLeft_B_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavLeft_B_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavLeft_B_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavLeft_B_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavLeft_B_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavLeft_B_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavLeft_B_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavLeft_B_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavLeft_B_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavLeft_B_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavLeft_B_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavLeft_B_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavLeft_B_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_NavLeft_B_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_Widget_TabBackward_K2Node_ComponentBoundEvent_0_OnVisibilityChangedEvent__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_Widget_TabBackward_K2Node_ComponentBoundEvent_0_OnVisibilityChangedEvent__DelegateSignature) == 0x000001, "Wrong alignment on WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_Widget_TabBackward_K2Node_ComponentBoundEvent_0_OnVisibilityChangedEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_Widget_TabBackward_K2Node_ComponentBoundEvent_0_OnVisibilityChangedEvent__DelegateSignature) == 0x000001, "Wrong size on WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_Widget_TabBackward_K2Node_ComponentBoundEvent_0_OnVisibilityChangedEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_Widget_TabBackward_K2Node_ComponentBoundEvent_0_OnVisibilityChangedEvent__DelegateSignature, InVisibility) == 0x000000, "Member 'WBP_ServerBrowser_Navbar_C_BndEvt__WBP_ServerBrowser_Navbar_Widget_TabBackward_K2Node_ComponentBoundEvent_0_OnVisibilityChangedEvent__DelegateSignature::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Navbar_C_NavBarButtonClicked \ +static_assert(alignof(WBP_ServerBrowser_Navbar_C_NavBarButtonClicked) == 0x000004, "Wrong alignment on WBP_ServerBrowser_Navbar_C_NavBarButtonClicked"); \ +static_assert(sizeof(WBP_ServerBrowser_Navbar_C_NavBarButtonClicked) == 0x000004, "Wrong size on WBP_ServerBrowser_Navbar_C_NavBarButtonClicked"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_NavBarButtonClicked, OutNavBarIndex) == 0x000000, "Member 'WBP_ServerBrowser_Navbar_C_NavBarButtonClicked::OutNavBarIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Navbar_C_PreConstruct \ +static_assert(alignof(WBP_ServerBrowser_Navbar_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ServerBrowser_Navbar_C_PreConstruct"); \ +static_assert(sizeof(WBP_ServerBrowser_Navbar_C_PreConstruct) == 0x000001, "Wrong size on WBP_ServerBrowser_Navbar_C_PreConstruct"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ServerBrowser_Navbar_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Navbar_C_UpdateIndex \ +static_assert(alignof(WBP_ServerBrowser_Navbar_C_UpdateIndex) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Navbar_C_UpdateIndex"); \ +static_assert(sizeof(WBP_ServerBrowser_Navbar_C_UpdateIndex) == 0x000058, "Wrong size on WBP_ServerBrowser_Navbar_C_UpdateIndex"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_UpdateIndex, NewActiveIndex) == 0x000000, "Member 'WBP_ServerBrowser_Navbar_C_UpdateIndex::NewActiveIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_UpdateIndex, IsInitial) == 0x000004, "Member 'WBP_ServerBrowser_Navbar_C_UpdateIndex::IsInitial' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_UpdateIndex, PreviousActiveIndex) == 0x000008, "Member 'WBP_ServerBrowser_Navbar_C_UpdateIndex::PreviousActiveIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_UpdateIndex, CallFunc_IsInputTypeController_ReturnValue) == 0x00000C, "Member 'WBP_ServerBrowser_Navbar_C_UpdateIndex::CallFunc_IsInputTypeController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_UpdateIndex, CallFunc_Not_PreBool_ReturnValue) == 0x00000D, "Member 'WBP_ServerBrowser_Navbar_C_UpdateIndex::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_UpdateIndex, CallFunc_BooleanOR_ReturnValue) == 0x00000E, "Member 'WBP_ServerBrowser_Navbar_C_UpdateIndex::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_UpdateIndex, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_ServerBrowser_Navbar_C_UpdateIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_UpdateIndex, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000014, "Member 'WBP_ServerBrowser_Navbar_C_UpdateIndex::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_UpdateIndex, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000015, "Member 'WBP_ServerBrowser_Navbar_C_UpdateIndex::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_UpdateIndex, CallFunc_GetChildAt_ReturnValue) == 0x000018, "Member 'WBP_ServerBrowser_Navbar_C_UpdateIndex::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_UpdateIndex, K2Node_DynamicCast_AsWBP_Server_Browser_Nav_Bar_Button) == 0x000020, "Member 'WBP_ServerBrowser_Navbar_C_UpdateIndex::K2Node_DynamicCast_AsWBP_Server_Browser_Nav_Bar_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_UpdateIndex, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_ServerBrowser_Navbar_C_UpdateIndex::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_UpdateIndex, CallFunc_GetChildAt_ReturnValue_1) == 0x000030, "Member 'WBP_ServerBrowser_Navbar_C_UpdateIndex::CallFunc_GetChildAt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_UpdateIndex, K2Node_DynamicCast_AsWBP_Server_Browser_Nav_Bar_Button_1) == 0x000038, "Member 'WBP_ServerBrowser_Navbar_C_UpdateIndex::K2Node_DynamicCast_AsWBP_Server_Browser_Nav_Bar_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_UpdateIndex, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'WBP_ServerBrowser_Navbar_C_UpdateIndex::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_UpdateIndex, CallFunc_GetChildAt_ReturnValue_2) == 0x000048, "Member 'WBP_ServerBrowser_Navbar_C_UpdateIndex::CallFunc_GetChildAt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_UpdateIndex, CallFunc_GetIsEnabled_ReturnValue) == 0x000050, "Member 'WBP_ServerBrowser_Navbar_C_UpdateIndex::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_UpdateIndex, CallFunc_IsValid_ReturnValue) == 0x000051, "Member 'WBP_ServerBrowser_Navbar_C_UpdateIndex::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_UpdateIndex, CallFunc_BooleanAND_ReturnValue) == 0x000052, "Member 'WBP_ServerBrowser_Navbar_C_UpdateIndex::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_UpdateIndex, CallFunc_BooleanOR_ReturnValue_1) == 0x000053, "Member 'WBP_ServerBrowser_Navbar_C_UpdateIndex::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Navbar_C_SetMaxCount \ +static_assert(alignof(WBP_ServerBrowser_Navbar_C_SetMaxCount) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Navbar_C_SetMaxCount"); \ +static_assert(sizeof(WBP_ServerBrowser_Navbar_C_SetMaxCount) == 0x000038, "Wrong size on WBP_ServerBrowser_Navbar_C_SetMaxCount"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_SetMaxCount, InMaxCount) == 0x000000, "Member 'WBP_ServerBrowser_Navbar_C_SetMaxCount::InMaxCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_SetMaxCount, IsIndexChangeNeeded) == 0x000004, "Member 'WBP_ServerBrowser_Navbar_C_SetMaxCount::IsIndexChangeNeeded' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_SetMaxCount, IsActive) == 0x000005, "Member 'WBP_ServerBrowser_Navbar_C_SetMaxCount::IsActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_SetMaxCount, Temp_byte_Variable) == 0x000006, "Member 'WBP_ServerBrowser_Navbar_C_SetMaxCount::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_SetMaxCount, Temp_bool_Variable) == 0x000007, "Member 'WBP_ServerBrowser_Navbar_C_SetMaxCount::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_SetMaxCount, Temp_int_Variable) == 0x000008, "Member 'WBP_ServerBrowser_Navbar_C_SetMaxCount::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_SetMaxCount, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_ServerBrowser_Navbar_C_SetMaxCount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_SetMaxCount, Temp_byte_Variable_1) == 0x000010, "Member 'WBP_ServerBrowser_Navbar_C_SetMaxCount::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_SetMaxCount, CallFunc_Subtract_IntInt_ReturnValue) == 0x000014, "Member 'WBP_ServerBrowser_Navbar_C_SetMaxCount::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_SetMaxCount, K2Node_Select_Default) == 0x000018, "Member 'WBP_ServerBrowser_Navbar_C_SetMaxCount::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_SetMaxCount, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000019, "Member 'WBP_ServerBrowser_Navbar_C_SetMaxCount::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_SetMaxCount, CallFunc_GetChildAt_ReturnValue) == 0x000020, "Member 'WBP_ServerBrowser_Navbar_C_SetMaxCount::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_SetMaxCount, CallFunc_GetChildrenCount_ReturnValue) == 0x000028, "Member 'WBP_ServerBrowser_Navbar_C_SetMaxCount::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_SetMaxCount, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00002C, "Member 'WBP_ServerBrowser_Navbar_C_SetMaxCount::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_SetMaxCount, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000030, "Member 'WBP_ServerBrowser_Navbar_C_SetMaxCount::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_SetMaxCount, CallFunc_Less_IntInt_ReturnValue) == 0x000031, "Member 'WBP_ServerBrowser_Navbar_C_SetMaxCount::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_SetMaxCount, CallFunc_Not_PreBool_ReturnValue) == 0x000032, "Member 'WBP_ServerBrowser_Navbar_C_SetMaxCount::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_SetMaxCount, CallFunc_Less_IntInt_ReturnValue_1) == 0x000033, "Member 'WBP_ServerBrowser_Navbar_C_SetMaxCount::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_SetMaxCount, CallFunc_BooleanAND_ReturnValue) == 0x000034, "Member 'WBP_ServerBrowser_Navbar_C_SetMaxCount::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_SetMaxCount, CallFunc_BooleanOR_ReturnValue) == 0x000035, "Member 'WBP_ServerBrowser_Navbar_C_SetMaxCount::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Navbar_C_GetButtonName \ +static_assert(alignof(WBP_ServerBrowser_Navbar_C_GetButtonName) == 0x000008, "Wrong alignment on WBP_ServerBrowser_Navbar_C_GetButtonName"); \ +static_assert(sizeof(WBP_ServerBrowser_Navbar_C_GetButtonName) == 0x000030, "Wrong size on WBP_ServerBrowser_Navbar_C_GetButtonName"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_GetButtonName, ButtonName) == 0x000000, "Member 'WBP_ServerBrowser_Navbar_C_GetButtonName::ButtonName' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_GetButtonName, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_ServerBrowser_Navbar_C_GetButtonName::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_Navbar_C_SetNavIcons \ +static_assert(alignof(WBP_ServerBrowser_Navbar_C_SetNavIcons) == 0x000001, "Wrong alignment on WBP_ServerBrowser_Navbar_C_SetNavIcons"); \ +static_assert(sizeof(WBP_ServerBrowser_Navbar_C_SetNavIcons) == 0x000006, "Wrong size on WBP_ServerBrowser_Navbar_C_SetNavIcons"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_SetNavIcons, Condition) == 0x000000, "Member 'WBP_ServerBrowser_Navbar_C_SetNavIcons::Condition' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_SetNavIcons, Temp_byte_Variable) == 0x000001, "Member 'WBP_ServerBrowser_Navbar_C_SetNavIcons::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_SetNavIcons, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_ServerBrowser_Navbar_C_SetNavIcons::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_SetNavIcons, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'WBP_ServerBrowser_Navbar_C_SetNavIcons::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_SetNavIcons, Temp_bool_Variable) == 0x000004, "Member 'WBP_ServerBrowser_Navbar_C_SetNavIcons::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_Navbar_C_SetNavIcons, K2Node_Select_Default) == 0x000005, "Member 'WBP_ServerBrowser_Navbar_C_SetNavIcons::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ServerBrowser_Navbar_C \ +static_assert(alignof(UWBP_ServerBrowser_Navbar_C) == 0x000008, "Wrong alignment on UWBP_ServerBrowser_Navbar_C"); \ +static_assert(sizeof(UWBP_ServerBrowser_Navbar_C) == 0x000320, "Wrong size on UWBP_ServerBrowser_Navbar_C"); \ +static_assert(offsetof(UWBP_ServerBrowser_Navbar_C, UberGraphFrame) == 0x0002B0, "Member 'UWBP_ServerBrowser_Navbar_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Navbar_C, NavigationalArrowLeft_I) == 0x0002B8, "Member 'UWBP_ServerBrowser_Navbar_C::NavigationalArrowLeft_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Navbar_C, NavigationalArrowRight_I) == 0x0002C0, "Member 'UWBP_ServerBrowser_Navbar_C::NavigationalArrowRight_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Navbar_C, NavLeft_B) == 0x0002C8, "Member 'UWBP_ServerBrowser_Navbar_C::NavLeft_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Navbar_C, NavRight_B) == 0x0002D0, "Member 'UWBP_ServerBrowser_Navbar_C::NavRight_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Navbar_C, Panel_ButtonContainer) == 0x0002D8, "Member 'UWBP_ServerBrowser_Navbar_C::Panel_ButtonContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Navbar_C, Widget_TabBackward) == 0x0002E0, "Member 'UWBP_ServerBrowser_Navbar_C::Widget_TabBackward' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Navbar_C, Widget_TabForward) == 0x0002E8, "Member 'UWBP_ServerBrowser_Navbar_C::Widget_TabForward' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Navbar_C, ActiveIndex) == 0x0002F0, "Member 'UWBP_ServerBrowser_Navbar_C::ActiveIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Navbar_C, MinButtonWidth) == 0x0002F4, "Member 'UWBP_ServerBrowser_Navbar_C::MinButtonWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Navbar_C, IsSecondLayer) == 0x0002F8, "Member 'UWBP_ServerBrowser_Navbar_C::IsSecondLayer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Navbar_C, TextFlavor) == 0x000300, "Member 'UWBP_ServerBrowser_Navbar_C::TextFlavor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Navbar_C, CanTab) == 0x000318, "Member 'UWBP_ServerBrowser_Navbar_C::CanTab' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_Navbar_C, Display_Single_Tab) == 0x000319, "Member 'UWBP_ServerBrowser_Navbar_C::Display_Single_Tab' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DesktopComputer_01_Keyboard_C \ +static_assert(alignof(ABP_DesktopComputer_01_Keyboard_C) == 0x000008, "Wrong alignment on ABP_DesktopComputer_01_Keyboard_C"); \ +static_assert(sizeof(ABP_DesktopComputer_01_Keyboard_C) == 0x0002E0, "Wrong size on ABP_DesktopComputer_01_Keyboard_C"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton \ +static_assert(alignof(WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton) == 0x000008, "Wrong alignment on WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton"); \ +static_assert(sizeof(WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton) == 0x000070, "Wrong size on WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton"); \ +static_assert(offsetof(WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton, EntryPoint) == 0x000000, "Member 'WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton, Temp_byte_Variable) == 0x000004, "Member 'WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton, Temp_byte_Variable_1) == 0x000005, "Member 'WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton, K2Node_Event_IsDesignTime) == 0x000006, "Member 'WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton, CallFunc_TextIsEmpty_ReturnValue) == 0x000010, "Member 'WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton, K2Node_Event_bInHasFocus) == 0x000011, "Member 'WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton, Temp_bool_Variable) == 0x000012, "Member 'WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton, K2Node_MakeStruct_SlateColor) == 0x000018, "Member 'WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton, K2Node_Select_Default) == 0x000040, "Member 'WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000048, "Member 'WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton, CallFunc_GetVisibility_ReturnValue) == 0x000050, "Member 'WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton, K2Node_MakeStruct_LinearColor) == 0x000054, "Member 'WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000064, "Member 'WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton, CallFunc_Play2DSound_ReturnValue) == 0x000068, "Member 'WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton, CallFunc_Play2DSound_ReturnValue_1) == 0x00006C, "Member 'WBP_ServerBrowser_InspectButton_C_ExecuteUbergraph_WBP_ServerBrowser_InspectButton::CallFunc_Play2DSound_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_InspectButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_ServerBrowser_InspectButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_ServerBrowser_InspectButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_ServerBrowser_InspectButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_ServerBrowser_InspectButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_ServerBrowser_InspectButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_ServerBrowser_InspectButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_InspectButton_C_PreConstruct \ +static_assert(alignof(WBP_ServerBrowser_InspectButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ServerBrowser_InspectButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_ServerBrowser_InspectButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_ServerBrowser_InspectButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_ServerBrowser_InspectButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ServerBrowser_InspectButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_InspectButton_C_OnFocusChanged \ +static_assert(alignof(WBP_ServerBrowser_InspectButton_C_OnFocusChanged) == 0x000008, "Wrong alignment on WBP_ServerBrowser_InspectButton_C_OnFocusChanged"); \ +static_assert(sizeof(WBP_ServerBrowser_InspectButton_C_OnFocusChanged) == 0x000088, "Wrong size on WBP_ServerBrowser_InspectButton_C_OnFocusChanged"); \ +static_assert(offsetof(WBP_ServerBrowser_InspectButton_C_OnFocusChanged, NewFocus) == 0x000000, "Member 'WBP_ServerBrowser_InspectButton_C_OnFocusChanged::NewFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_InspectButton_C_OnFocusChanged, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_InspectButton_C_OnFocusChanged::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_InspectButton_C_OnFocusChanged, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_ServerBrowser_InspectButton_C_OnFocusChanged::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_InspectButton_C_OnFocusChanged, K2Node_MakeStruct_LinearColor) == 0x000018, "Member 'WBP_ServerBrowser_InspectButton_C_OnFocusChanged::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_InspectButton_C_OnFocusChanged, K2Node_MakeStruct_LinearColor_1) == 0x000028, "Member 'WBP_ServerBrowser_InspectButton_C_OnFocusChanged::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_InspectButton_C_OnFocusChanged, K2Node_MakeStruct_SlateColor) == 0x000038, "Member 'WBP_ServerBrowser_InspectButton_C_OnFocusChanged::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_InspectButton_C_OnFocusChanged, K2Node_MakeStruct_SlateColor_1) == 0x000060, "Member 'WBP_ServerBrowser_InspectButton_C_OnFocusChanged::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_InspectButton_C_SetActionEnabled \ +static_assert(alignof(WBP_ServerBrowser_InspectButton_C_SetActionEnabled) == 0x000001, "Wrong alignment on WBP_ServerBrowser_InspectButton_C_SetActionEnabled"); \ +static_assert(sizeof(WBP_ServerBrowser_InspectButton_C_SetActionEnabled) == 0x000001, "Wrong size on WBP_ServerBrowser_InspectButton_C_SetActionEnabled"); \ +static_assert(offsetof(WBP_ServerBrowser_InspectButton_C_SetActionEnabled, bIsEnabled_0) == 0x000000, "Member 'WBP_ServerBrowser_InspectButton_C_SetActionEnabled::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ServerBrowser_InspectButton_C \ +static_assert(alignof(UWBP_ServerBrowser_InspectButton_C) == 0x000008, "Wrong alignment on UWBP_ServerBrowser_InspectButton_C"); \ +static_assert(sizeof(UWBP_ServerBrowser_InspectButton_C) == 0x000460, "Wrong size on UWBP_ServerBrowser_InspectButton_C"); \ +static_assert(offsetof(UWBP_ServerBrowser_InspectButton_C, UberGraphFrame) == 0x000370, "Member 'UWBP_ServerBrowser_InspectButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_InspectButton_C, Hover) == 0x000378, "Member 'UWBP_ServerBrowser_InspectButton_C::Hover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_InspectButton_C, ActionKey_O) == 0x000380, "Member 'UWBP_ServerBrowser_InspectButton_C::ActionKey_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_InspectButton_C, BackgroundGradient_I) == 0x000388, "Member 'UWBP_ServerBrowser_InspectButton_C::BackgroundGradient_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_InspectButton_C, Button_Text) == 0x000390, "Member 'UWBP_ServerBrowser_InspectButton_C::Button_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_InspectButton_C, ButtonSizer) == 0x000398, "Member 'UWBP_ServerBrowser_InspectButton_C::ButtonSizer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_InspectButton_C, EdgeBorder_I) == 0x0003A0, "Member 'UWBP_ServerBrowser_InspectButton_C::EdgeBorder_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_InspectButton_C, LeftEdge_I) == 0x0003A8, "Member 'UWBP_ServerBrowser_InspectButton_C::LeftEdge_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_InspectButton_C, Stripes_I) == 0x0003B0, "Member 'UWBP_ServerBrowser_InspectButton_C::Stripes_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_InspectButton_C, TinyBottom_Text) == 0x0003B8, "Member 'UWBP_ServerBrowser_InspectButton_C::TinyBottom_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_InspectButton_C, TinyTop_Text) == 0x0003C0, "Member 'UWBP_ServerBrowser_InspectButton_C::TinyTop_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_InspectButton_C, Widget_SelectAction) == 0x0003C8, "Member 'UWBP_ServerBrowser_InspectButton_C::Widget_SelectAction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_InspectButton_C, MainText) == 0x0003D0, "Member 'UWBP_ServerBrowser_InspectButton_C::MainText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_InspectButton_C, CornerTextTop) == 0x0003E8, "Member 'UWBP_ServerBrowser_InspectButton_C::CornerTextTop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_InspectButton_C, CornerTextBottom) == 0x000400, "Member 'UWBP_ServerBrowser_InspectButton_C::CornerTextBottom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_InspectButton_C, DefaultColor) == 0x000418, "Member 'UWBP_ServerBrowser_InspectButton_C::DefaultColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_InspectButton_C, HoverColor) == 0x000428, "Member 'UWBP_ServerBrowser_InspectButton_C::HoverColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_InspectButton_C, Size) == 0x000438, "Member 'UWBP_ServerBrowser_InspectButton_C::Size' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_InspectButton_C, bHasActionKey) == 0x000440, "Member 'UWBP_ServerBrowser_InspectButton_C::bHasActionKey' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_InspectButton_C, ConfirmSound) == 0x000448, "Member 'UWBP_ServerBrowser_InspectButton_C::ConfirmSound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_InspectButton_C, IsConfirmButton) == 0x000450, "Member 'UWBP_ServerBrowser_InspectButton_C::IsConfirmButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_InspectButton_C, ClickSound) == 0x000458, "Member 'UWBP_ServerBrowser_InspectButton_C::ClickSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CarriedRedKeycard_C_UserConstructionScript \ +static_assert(alignof(BP_CarriedRedKeycard_C_UserConstructionScript) == 0x000001, "Wrong alignment on BP_CarriedRedKeycard_C_UserConstructionScript"); \ +static_assert(sizeof(BP_CarriedRedKeycard_C_UserConstructionScript) == 0x000001, "Wrong size on BP_CarriedRedKeycard_C_UserConstructionScript"); \ +static_assert(offsetof(BP_CarriedRedKeycard_C_UserConstructionScript, CallFunc_IsDedicatedServer_ReturnValue) == 0x000000, "Member 'BP_CarriedRedKeycard_C_UserConstructionScript::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CarriedRedKeycard_C_GetSensorOutlineComponent \ +static_assert(alignof(BP_CarriedRedKeycard_C_GetSensorOutlineComponent) == 0x000008, "Wrong alignment on BP_CarriedRedKeycard_C_GetSensorOutlineComponent"); \ +static_assert(sizeof(BP_CarriedRedKeycard_C_GetSensorOutlineComponent) == 0x000008, "Wrong size on BP_CarriedRedKeycard_C_GetSensorOutlineComponent"); \ +static_assert(offsetof(BP_CarriedRedKeycard_C_GetSensorOutlineComponent, ReturnValue) == 0x000000, "Member 'BP_CarriedRedKeycard_C_GetSensorOutlineComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CarriedRedKeycard_C_GetSensorComponent \ +static_assert(alignof(BP_CarriedRedKeycard_C_GetSensorComponent) == 0x000008, "Wrong alignment on BP_CarriedRedKeycard_C_GetSensorComponent"); \ +static_assert(sizeof(BP_CarriedRedKeycard_C_GetSensorComponent) == 0x000008, "Wrong size on BP_CarriedRedKeycard_C_GetSensorComponent"); \ +static_assert(offsetof(BP_CarriedRedKeycard_C_GetSensorComponent, ReturnValue) == 0x000000, "Member 'BP_CarriedRedKeycard_C_GetSensorComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarriedRedKeycard_C \ +static_assert(alignof(ABP_CarriedRedKeycard_C) == 0x000008, "Wrong alignment on ABP_CarriedRedKeycard_C"); \ +static_assert(sizeof(ABP_CarriedRedKeycard_C) == 0x000338, "Wrong size on ABP_CarriedRedKeycard_C"); \ +static_assert(offsetof(ABP_CarriedRedKeycard_C, text) == 0x000320, "Member 'ABP_CarriedRedKeycard_C::text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SBZInputKeySelector_C_ExecuteUbergraph_WBP_SBZInputKeySelector \ +static_assert(alignof(WBP_SBZInputKeySelector_C_ExecuteUbergraph_WBP_SBZInputKeySelector) == 0x000004, "Wrong alignment on WBP_SBZInputKeySelector_C_ExecuteUbergraph_WBP_SBZInputKeySelector"); \ +static_assert(sizeof(WBP_SBZInputKeySelector_C_ExecuteUbergraph_WBP_SBZInputKeySelector) == 0x000010, "Wrong size on WBP_SBZInputKeySelector_C_ExecuteUbergraph_WBP_SBZInputKeySelector"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_ExecuteUbergraph_WBP_SBZInputKeySelector, EntryPoint) == 0x000000, "Member 'WBP_SBZInputKeySelector_C_ExecuteUbergraph_WBP_SBZInputKeySelector::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_ExecuteUbergraph_WBP_SBZInputKeySelector, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_SBZInputKeySelector_C_ExecuteUbergraph_WBP_SBZInputKeySelector::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_ExecuteUbergraph_WBP_SBZInputKeySelector, K2Node_Event_InFocusEvent) == 0x000008, "Member 'WBP_SBZInputKeySelector_C_ExecuteUbergraph_WBP_SBZInputKeySelector::K2Node_Event_InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SBZInputKeySelector_C_OnFocusLost \ +static_assert(alignof(WBP_SBZInputKeySelector_C_OnFocusLost) == 0x000004, "Wrong alignment on WBP_SBZInputKeySelector_C_OnFocusLost"); \ +static_assert(sizeof(WBP_SBZInputKeySelector_C_OnFocusLost) == 0x000008, "Wrong size on WBP_SBZInputKeySelector_C_OnFocusLost"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_OnFocusLost, InFocusEvent) == 0x000000, "Member 'WBP_SBZInputKeySelector_C_OnFocusLost::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SBZInputKeySelector_C_PreConstruct \ +static_assert(alignof(WBP_SBZInputKeySelector_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_SBZInputKeySelector_C_PreConstruct"); \ +static_assert(sizeof(WBP_SBZInputKeySelector_C_PreConstruct) == 0x000001, "Wrong size on WBP_SBZInputKeySelector_C_PreConstruct"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_SBZInputKeySelector_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SBZInputKeySelector_C_OnPreviewKeyDown \ +static_assert(alignof(WBP_SBZInputKeySelector_C_OnPreviewKeyDown) == 0x000008, "Wrong alignment on WBP_SBZInputKeySelector_C_OnPreviewKeyDown"); \ +static_assert(sizeof(WBP_SBZInputKeySelector_C_OnPreviewKeyDown) == 0x0001F8, "Wrong size on WBP_SBZInputKeySelector_C_OnPreviewKeyDown"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_OnPreviewKeyDown, MyGeometry) == 0x000000, "Member 'WBP_SBZInputKeySelector_C_OnPreviewKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_OnPreviewKeyDown, InKeyEvent) == 0x000038, "Member 'WBP_SBZInputKeySelector_C_OnPreviewKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_OnPreviewKeyDown, ReturnValue) == 0x000078, "Member 'WBP_SBZInputKeySelector_C_OnPreviewKeyDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_OnPreviewKeyDown, CallFunc_OnPreviewKeyDown_Internal_ReturnValue) == 0x000138, "Member 'WBP_SBZInputKeySelector_C_OnPreviewKeyDown::CallFunc_OnPreviewKeyDown_Internal_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SBZInputKeySelector_C_OnKeyDown \ +static_assert(alignof(WBP_SBZInputKeySelector_C_OnKeyDown) == 0x000008, "Wrong alignment on WBP_SBZInputKeySelector_C_OnKeyDown"); \ +static_assert(sizeof(WBP_SBZInputKeySelector_C_OnKeyDown) == 0x0001F8, "Wrong size on WBP_SBZInputKeySelector_C_OnKeyDown"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'WBP_SBZInputKeySelector_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'WBP_SBZInputKeySelector_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_OnKeyDown, ReturnValue) == 0x000078, "Member 'WBP_SBZInputKeySelector_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_OnKeyDown, CallFunc_OnKeyDown_Internal_ReturnValue) == 0x000138, "Member 'WBP_SBZInputKeySelector_C_OnKeyDown::CallFunc_OnKeyDown_Internal_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SBZInputKeySelector_C_OnKeyUp \ +static_assert(alignof(WBP_SBZInputKeySelector_C_OnKeyUp) == 0x000008, "Wrong alignment on WBP_SBZInputKeySelector_C_OnKeyUp"); \ +static_assert(sizeof(WBP_SBZInputKeySelector_C_OnKeyUp) == 0x0001F8, "Wrong size on WBP_SBZInputKeySelector_C_OnKeyUp"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'WBP_SBZInputKeySelector_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'WBP_SBZInputKeySelector_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_OnKeyUp, ReturnValue) == 0x000078, "Member 'WBP_SBZInputKeySelector_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_OnKeyUp, CallFunc_OnKeyUp_Internal_ReturnValue) == 0x000138, "Member 'WBP_SBZInputKeySelector_C_OnKeyUp::CallFunc_OnKeyUp_Internal_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SBZInputKeySelector_C_OnPreviewMouseButtonDown \ +static_assert(alignof(WBP_SBZInputKeySelector_C_OnPreviewMouseButtonDown) == 0x000008, "Wrong alignment on WBP_SBZInputKeySelector_C_OnPreviewMouseButtonDown"); \ +static_assert(sizeof(WBP_SBZInputKeySelector_C_OnPreviewMouseButtonDown) == 0x000230, "Wrong size on WBP_SBZInputKeySelector_C_OnPreviewMouseButtonDown"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_OnPreviewMouseButtonDown, MyGeometry) == 0x000000, "Member 'WBP_SBZInputKeySelector_C_OnPreviewMouseButtonDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_OnPreviewMouseButtonDown, MouseEvent) == 0x000038, "Member 'WBP_SBZInputKeySelector_C_OnPreviewMouseButtonDown::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_OnPreviewMouseButtonDown, ReturnValue) == 0x0000B0, "Member 'WBP_SBZInputKeySelector_C_OnPreviewMouseButtonDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_OnPreviewMouseButtonDown, CallFunc_OnPreviewMouseButtonDown_Internal_ReturnValue) == 0x000170, "Member 'WBP_SBZInputKeySelector_C_OnPreviewMouseButtonDown::CallFunc_OnPreviewMouseButtonDown_Internal_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SBZInputKeySelector_C_OnMouseButtonDown \ +static_assert(alignof(WBP_SBZInputKeySelector_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on WBP_SBZInputKeySelector_C_OnMouseButtonDown"); \ +static_assert(sizeof(WBP_SBZInputKeySelector_C_OnMouseButtonDown) == 0x000230, "Wrong size on WBP_SBZInputKeySelector_C_OnMouseButtonDown"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'WBP_SBZInputKeySelector_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'WBP_SBZInputKeySelector_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_OnMouseButtonDown, ReturnValue) == 0x0000B0, "Member 'WBP_SBZInputKeySelector_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_OnMouseButtonDown, CallFunc_OnMouseButtonDown_Internal_ReturnValue) == 0x000170, "Member 'WBP_SBZInputKeySelector_C_OnMouseButtonDown::CallFunc_OnMouseButtonDown_Internal_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SBZInputKeySelector_C_OnMouseWheel \ +static_assert(alignof(WBP_SBZInputKeySelector_C_OnMouseWheel) == 0x000008, "Wrong alignment on WBP_SBZInputKeySelector_C_OnMouseWheel"); \ +static_assert(sizeof(WBP_SBZInputKeySelector_C_OnMouseWheel) == 0x000230, "Wrong size on WBP_SBZInputKeySelector_C_OnMouseWheel"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_OnMouseWheel, MyGeometry) == 0x000000, "Member 'WBP_SBZInputKeySelector_C_OnMouseWheel::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_OnMouseWheel, MouseEvent) == 0x000038, "Member 'WBP_SBZInputKeySelector_C_OnMouseWheel::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_OnMouseWheel, ReturnValue) == 0x0000B0, "Member 'WBP_SBZInputKeySelector_C_OnMouseWheel::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SBZInputKeySelector_C_OnMouseWheel, CallFunc_OnMouseWheel_Internal_ReturnValue) == 0x000170, "Member 'WBP_SBZInputKeySelector_C_OnMouseWheel::CallFunc_OnMouseWheel_Internal_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SBZInputKeySelector_C \ +static_assert(alignof(UWBP_SBZInputKeySelector_C) == 0x000008, "Wrong alignment on UWBP_SBZInputKeySelector_C"); \ +static_assert(sizeof(UWBP_SBZInputKeySelector_C) == 0x000310, "Wrong size on UWBP_SBZInputKeySelector_C"); \ +static_assert(offsetof(UWBP_SBZInputKeySelector_C, UberGraphFrame) == 0x000308, "Member 'UWBP_SBZInputKeySelector_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget \ +static_assert(alignof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget) == 0x000008, "Wrong alignment on WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget"); \ +static_assert(sizeof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget) == 0x0000D0, "Wrong size on WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, EntryPoint) == 0x000000, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, Temp_text_Variable) == 0x000008, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, Temp_text_Variable_1) == 0x000020, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, Temp_text_Variable_2) == 0x000038, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, Temp_bool_Variable) == 0x000050, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, Temp_byte_Variable) == 0x000051, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, Temp_byte_Variable_1) == 0x000052, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, Temp_bool_Variable_1) == 0x000053, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, Temp_byte_Variable_2) == 0x000054, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, Temp_byte_Variable_3) == 0x000055, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, Temp_byte_Variable_4) == 0x000056, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, Temp_byte_Variable_5) == 0x000057, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, Temp_byte_Variable_6) == 0x000058, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, Temp_byte_Variable_7) == 0x000059, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, Temp_byte_Variable_8) == 0x00005A, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, Temp_byte_Variable_9) == 0x00005B, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::Temp_byte_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, Temp_byte_Variable_10) == 0x00005C, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::Temp_byte_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, Temp_byte_Variable_11) == 0x00005D, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::Temp_byte_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, Temp_int_Variable) == 0x000060, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, K2Node_Event_bInIsSelected) == 0x000064, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::K2Node_Event_bInIsSelected' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, K2Node_Event_bInIsHovered) == 0x000065, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, CallFunc_SelectColor_ReturnValue) == 0x000068, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, K2Node_MakeStruct_SlateColor) == 0x000078, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, Temp_byte_Variable_12) == 0x0000A0, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::Temp_byte_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000A1, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, K2Node_Select_Default) == 0x0000A8, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, K2Node_Select_Default_1) == 0x0000C0, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000C1, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, K2Node_Select_Default_2) == 0x0000C2, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, K2Node_Select_Default_3) == 0x0000C3, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, K2Node_Event_IsDesignTime) == 0x0000C4, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, K2Node_Select_Default_4) == 0x0000C5, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, K2Node_Select_Default_5) == 0x0000C6, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget, K2Node_Select_Default_6) == 0x0000C8, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ExecuteUbergraph_WBP_ServerBrowser_HeistMapWidget::K2Node_Select_Default_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_HeistMapWidget_C_PreConstruct \ +static_assert(alignof(WBP_ServerBrowser_HeistMapWidget_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ServerBrowser_HeistMapWidget_C_PreConstruct"); \ +static_assert(sizeof(WBP_ServerBrowser_HeistMapWidget_C_PreConstruct) == 0x000001, "Wrong size on WBP_ServerBrowser_HeistMapWidget_C_PreConstruct"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ServerBrowser_HeistMapWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_HeistMapWidget_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_ServerBrowser_HeistMapWidget_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_ServerBrowser_HeistMapWidget_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_ServerBrowser_HeistMapWidget_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_ServerBrowser_HeistMapWidget_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_HeistMapWidget_C_SetSelected \ +static_assert(alignof(WBP_ServerBrowser_HeistMapWidget_C_SetSelected) == 0x000001, "Wrong alignment on WBP_ServerBrowser_HeistMapWidget_C_SetSelected"); \ +static_assert(sizeof(WBP_ServerBrowser_HeistMapWidget_C_SetSelected) == 0x000001, "Wrong size on WBP_ServerBrowser_HeistMapWidget_C_SetSelected"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_SetSelected, bInIsSelected) == 0x000000, "Member 'WBP_ServerBrowser_HeistMapWidget_C_SetSelected::bInIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_HeistMapWidget_C_SetActive \ +static_assert(alignof(WBP_ServerBrowser_HeistMapWidget_C_SetActive) == 0x000008, "Wrong alignment on WBP_ServerBrowser_HeistMapWidget_C_SetActive"); \ +static_assert(sizeof(WBP_ServerBrowser_HeistMapWidget_C_SetActive) == 0x000018, "Wrong size on WBP_ServerBrowser_HeistMapWidget_C_SetActive"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_SetActive, bIsActive) == 0x000000, "Member 'WBP_ServerBrowser_HeistMapWidget_C_SetActive::bIsActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_SetActive, Temp_byte_Variable) == 0x000001, "Member 'WBP_ServerBrowser_HeistMapWidget_C_SetActive::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_SetActive, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_ServerBrowser_HeistMapWidget_C_SetActive::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_SetActive, Temp_byte_Variable_2) == 0x000003, "Member 'WBP_ServerBrowser_HeistMapWidget_C_SetActive::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_SetActive, Temp_byte_Variable_3) == 0x000004, "Member 'WBP_ServerBrowser_HeistMapWidget_C_SetActive::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_SetActive, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_HeistMapWidget_C_SetActive::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_SetActive, K2Node_Select_Default) == 0x000010, "Member 'WBP_ServerBrowser_HeistMapWidget_C_SetActive::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_SetActive, Temp_byte_Variable_4) == 0x000011, "Member 'WBP_ServerBrowser_HeistMapWidget_C_SetActive::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_SetActive, K2Node_Select_Default_1) == 0x000012, "Member 'WBP_ServerBrowser_HeistMapWidget_C_SetActive::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual \ +static_assert(alignof(WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual) == 0x000008, "Wrong alignment on WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual"); \ +static_assert(sizeof(WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual) == 0x0000C8, "Wrong size on WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual, InPlayerCount) == 0x000000, "Member 'WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual::InPlayerCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual, InHovered) == 0x000004, "Member 'WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual::InHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual, InHeistPlaystyle) == 0x000005, "Member 'WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual::InHeistPlaystyle' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual, TargetMaterialInstance) == 0x000008, "Member 'WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual::TargetMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual, Temp_bool_Variable) == 0x000010, "Member 'WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual, Temp_byte_Variable) == 0x000011, "Member 'WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual, Temp_bool_Variable_1) == 0x000012, "Member 'WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual, Temp_struct_Variable) == 0x000014, "Member 'WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual, Temp_byte_Variable_1) == 0x000024, "Member 'WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual, Temp_byte_Variable_2) == 0x000025, "Member 'WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual, K2Node_MakeStruct_WidgetTransform) == 0x000028, "Member 'WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual::K2Node_MakeStruct_WidgetTransform' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual, K2Node_Select_Default) == 0x000048, "Member 'WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual, K2Node_MakeStruct_WidgetTransform_1) == 0x000050, "Member 'WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual::K2Node_MakeStruct_WidgetTransform_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual, K2Node_Select_Default_1) == 0x00006C, "Member 'WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual, K2Node_Select_Default_2) == 0x000088, "Member 'WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual, CallFunc_SelectFloat_ReturnValue) == 0x000098, "Member 'WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00009C, "Member 'WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0000A0, "Member 'WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual, K2Node_Select_Default_3) == 0x0000A4, "Member 'WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual, K2Node_Select_Default_4) == 0x0000B4, "Member 'WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0000C4, "Member 'WBP_ServerBrowser_HeistMapWidget_C_UpdatePinVisual::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual \ +static_assert(alignof(WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual) == 0x000008, "Wrong alignment on WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual"); \ +static_assert(sizeof(WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual) == 0x000060, "Wrong size on WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual, InDifficulty) == 0x000000, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual::InDifficulty' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000004, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000010, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual, CallFunc_GetGlobalColor_ReturnValue) == 0x000018, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual, CallFunc_GetAllChildren_ReturnValue) == 0x000028, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual, K2Node_DynamicCast_AsImage) == 0x000050, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual::K2Node_DynamicCast_AsImage' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'WBP_ServerBrowser_HeistMapWidget_C_ShowDifficultyVisual::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_HeistMapWidget_C_SetupPinMaterial \ +static_assert(alignof(WBP_ServerBrowser_HeistMapWidget_C_SetupPinMaterial) == 0x000008, "Wrong alignment on WBP_ServerBrowser_HeistMapWidget_C_SetupPinMaterial"); \ +static_assert(sizeof(WBP_ServerBrowser_HeistMapWidget_C_SetupPinMaterial) == 0x000020, "Wrong size on WBP_ServerBrowser_HeistMapWidget_C_SetupPinMaterial"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_SetupPinMaterial, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000000, "Member 'WBP_ServerBrowser_HeistMapWidget_C_SetupPinMaterial::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_SetupPinMaterial, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_HeistMapWidget_C_SetupPinMaterial::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_SetupPinMaterial, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000010, "Member 'WBP_ServerBrowser_HeistMapWidget_C_SetupPinMaterial::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_SetupPinMaterial, CallFunc_IsValid_ReturnValue_1) == 0x000018, "Member 'WBP_ServerBrowser_HeistMapWidget_C_SetupPinMaterial::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistMapWidget_C_SetupPinMaterial, K2Node_SwitchEnum_CmpSuccess) == 0x000019, "Member 'WBP_ServerBrowser_HeistMapWidget_C_SetupPinMaterial::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ServerBrowser_HeistMapWidget_C \ +static_assert(alignof(UWBP_ServerBrowser_HeistMapWidget_C) == 0x000008, "Wrong alignment on UWBP_ServerBrowser_HeistMapWidget_C"); \ +static_assert(sizeof(UWBP_ServerBrowser_HeistMapWidget_C) == 0x000400, "Wrong size on UWBP_ServerBrowser_HeistMapWidget_C"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistMapWidget_C, UberGraphFrame) == 0x000348, "Member 'UWBP_ServerBrowser_HeistMapWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistMapWidget_C, Hover) == 0x000350, "Member 'UWBP_ServerBrowser_HeistMapWidget_C::Hover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistMapWidget_C, OnHighlighted) == 0x000358, "Member 'UWBP_ServerBrowser_HeistMapWidget_C::OnHighlighted' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistMapWidget_C, DifficultySkulls) == 0x000360, "Member 'UWBP_ServerBrowser_HeistMapWidget_C::DifficultySkulls' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistMapWidget_C, Image_BackgroundGlow) == 0x000368, "Member 'UWBP_ServerBrowser_HeistMapWidget_C::Image_BackgroundGlow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistMapWidget_C, Image_PlayerCount_Multiple) == 0x000370, "Member 'UWBP_ServerBrowser_HeistMapWidget_C::Image_PlayerCount_Multiple' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistMapWidget_C, Overlay_Difficulty) == 0x000378, "Member 'UWBP_ServerBrowser_HeistMapWidget_C::Overlay_Difficulty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistMapWidget_C, Skull_Hard) == 0x000380, "Member 'UWBP_ServerBrowser_HeistMapWidget_C::Skull_Hard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistMapWidget_C, Skull_Normal) == 0x000388, "Member 'UWBP_ServerBrowser_HeistMapWidget_C::Skull_Normal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistMapWidget_C, Skull_Overkill) == 0x000390, "Member 'UWBP_ServerBrowser_HeistMapWidget_C::Skull_Overkill' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistMapWidget_C, Skull_VeryHard) == 0x000398, "Member 'UWBP_ServerBrowser_HeistMapWidget_C::Skull_VeryHard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistMapWidget_C, Text_HeistName) == 0x0003A0, "Member 'UWBP_ServerBrowser_HeistMapWidget_C::Text_HeistName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistMapWidget_C, Text_PlaystyleName) == 0x0003A8, "Member 'UWBP_ServerBrowser_HeistMapWidget_C::Text_PlaystyleName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistMapWidget_C, VB_JoinableDetails) == 0x0003B0, "Member 'UWBP_ServerBrowser_HeistMapWidget_C::VB_JoinableDetails' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistMapWidget_C, MI_HostPin) == 0x0003B8, "Member 'UWBP_ServerBrowser_HeistMapWidget_C::MI_HostPin' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistMapWidget_C, MI_JoinPin) == 0x0003C0, "Member 'UWBP_ServerBrowser_HeistMapWidget_C::MI_JoinPin' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistMapWidget_C, PlayerCount) == 0x0003C8, "Member 'UWBP_ServerBrowser_HeistMapWidget_C::PlayerCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistMapWidget_C, Is_Hovered) == 0x0003CC, "Member 'UWBP_ServerBrowser_HeistMapWidget_C::Is_Hovered' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistMapWidget_C, DebugPlaystyle) == 0x0003CD, "Member 'UWBP_ServerBrowser_HeistMapWidget_C::DebugPlaystyle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistMapWidget_C, DebugDifficulty) == 0x0003CE, "Member 'UWBP_ServerBrowser_HeistMapWidget_C::DebugDifficulty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistMapWidget_C, HybridColor) == 0x0003D0, "Member 'UWBP_ServerBrowser_HeistMapWidget_C::HybridColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistMapWidget_C, StealthColor) == 0x0003E0, "Member 'UWBP_ServerBrowser_HeistMapWidget_C::StealthColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistMapWidget_C, LoudColor) == 0x0003F0, "Member 'UWBP_ServerBrowser_HeistMapWidget_C::LoudColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton \ +static_assert(alignof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton) == 0x000008, "Wrong alignment on WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton"); \ +static_assert(sizeof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton) == 0x000108, "Wrong size on WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, EntryPoint) == 0x000000, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, K2Node_Event_bInHasFocus) == 0x000010, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, K2Node_CustomEvent_Loaded) == 0x000018, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, CallFunc_GetHeistData_ReturnValue) == 0x000020, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::CallFunc_GetHeistData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000029, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000030, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, K2Node_Event_bIsFocused) == 0x000038, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::K2Node_Event_bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, K2Node_ComponentBoundEvent_Button_3) == 0x000040, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, K2Node_ComponentBoundEvent_bIsEnabled_3) == 0x000048, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::K2Node_ComponentBoundEvent_bIsEnabled_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, K2Node_ComponentBoundEvent_Button_2) == 0x000050, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, K2Node_ComponentBoundEvent_bIsEnabled_2) == 0x000058, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::K2Node_ComponentBoundEvent_bIsEnabled_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, K2Node_ComponentBoundEvent_Button_1) == 0x000060, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x000068, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, K2Node_ComponentBoundEvent_Button) == 0x000070, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, K2Node_ComponentBoundEvent_bIsEnabled) == 0x000078, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, K2Node_Event_bInIsHovered) == 0x000079, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, CallFunc_Not_PreBool_ReturnValue) == 0x00007A, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, CallFunc_Not_PreBool_ReturnValue_1) == 0x00007B, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, CallFunc_Not_PreBool_ReturnValue_2) == 0x00007C, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, CallFunc_BooleanAND_ReturnValue) == 0x00007D, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, CallFunc_BooleanAND_ReturnValue_1) == 0x00007E, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, K2Node_ComponentBoundEvent_InVisibility_1) == 0x00007F, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::K2Node_ComponentBoundEvent_InVisibility_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, K2Node_ComponentBoundEvent_InVisibility) == 0x000080, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::K2Node_ComponentBoundEvent_InVisibility' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, Temp_object_Variable) == 0x000088, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, K2Node_DynamicCast_AsWBP_Server_Browser_Story_Button) == 0x000090, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::K2Node_DynamicCast_AsWBP_Server_Browser_Story_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, K2Node_DynamicCast_AsPaper_Sprite) == 0x0000A0, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, K2Node_DynamicCast_bSuccess_1) == 0x0000A8, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x0000B0, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, K2Node_DynamicCast_AsWBP_Server_Browser_Story_Button_1) == 0x0000C0, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::K2Node_DynamicCast_AsWBP_Server_Browser_Story_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, K2Node_DynamicCast_bSuccess_2) == 0x0000C8, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, CallFunc_IsValid_ReturnValue_1) == 0x0000C9, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, CallFunc_IsStoryButtonsVisibleWithController_ReturnValue) == 0x0000CA, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::CallFunc_IsStoryButtonsVisibleWithController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, CallFunc_IsStoryButtonsVisibleWithMouseAndNotHovered_ReturnValue) == 0x0000CB, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::CallFunc_IsStoryButtonsVisibleWithMouseAndNotHovered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, CallFunc_BooleanAND_ReturnValue_2) == 0x0000CC, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, CallFunc_BooleanAND_ReturnValue_3) == 0x0000CD, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, Temp_byte_Variable) == 0x0000CE, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, Temp_byte_Variable_1) == 0x0000CF, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, Temp_bool_Variable) == 0x0000D0, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x0000D8, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, K2Node_Select_Default) == 0x0000E0, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, CallFunc_Play2DSound_ReturnValue) == 0x0000E4, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, CallFunc_Play2DSound_ReturnValue_1) == 0x0000E8, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::CallFunc_Play2DSound_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, CallFunc_IsValid_ReturnValue_2) == 0x0000EC, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, K2Node_CreateDelegate_OutputDelegate) == 0x0000F0, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, CallFunc_IsValid_ReturnValue_3) == 0x000104, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, CallFunc_IsValid_ReturnValue_4) == 0x000105, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton, K2Node_Event_IsDesignTime) == 0x000106, "Member 'WBP_ServerBrowser_HeistButton_C_ExecuteUbergraph_WBP_ServerBrowser_HeistButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_HeistButton_C_PreConstruct \ +static_assert(alignof(WBP_ServerBrowser_HeistButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ServerBrowser_HeistButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_ServerBrowser_HeistButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_ServerBrowser_HeistButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ServerBrowser_HeistButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_OutroStory_K2Node_ComponentBoundEvent_5_OnVisibilityChangedEvent__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_OutroStory_K2Node_ComponentBoundEvent_5_OnVisibilityChangedEvent__DelegateSignature) == 0x000001, "Wrong alignment on WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_OutroStory_K2Node_ComponentBoundEvent_5_OnVisibilityChangedEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_OutroStory_K2Node_ComponentBoundEvent_5_OnVisibilityChangedEvent__DelegateSignature) == 0x000001, "Wrong size on WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_OutroStory_K2Node_ComponentBoundEvent_5_OnVisibilityChangedEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_OutroStory_K2Node_ComponentBoundEvent_5_OnVisibilityChangedEvent__DelegateSignature, InVisibility) == 0x000000, "Member 'WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_OutroStory_K2Node_ComponentBoundEvent_5_OnVisibilityChangedEvent__DelegateSignature::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_IntroStory_K2Node_ComponentBoundEvent_4_OnVisibilityChangedEvent__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_IntroStory_K2Node_ComponentBoundEvent_4_OnVisibilityChangedEvent__DelegateSignature) == 0x000001, "Wrong alignment on WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_IntroStory_K2Node_ComponentBoundEvent_4_OnVisibilityChangedEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_IntroStory_K2Node_ComponentBoundEvent_4_OnVisibilityChangedEvent__DelegateSignature) == 0x000001, "Wrong size on WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_IntroStory_K2Node_ComponentBoundEvent_4_OnVisibilityChangedEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_IntroStory_K2Node_ComponentBoundEvent_4_OnVisibilityChangedEvent__DelegateSignature, InVisibility) == 0x000000, "Member 'WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_IntroStory_K2Node_ComponentBoundEvent_4_OnVisibilityChangedEvent__DelegateSignature::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_HeistButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_ServerBrowser_HeistButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_ServerBrowser_HeistButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_ServerBrowser_HeistButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_ServerBrowser_HeistButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_ServerBrowser_HeistButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_IntroStory_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_IntroStory_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_IntroStory_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_IntroStory_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_IntroStory_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_IntroStory_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_IntroStory_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_IntroStory_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_IntroStory_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_OutroStory_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_OutroStory_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_OutroStory_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_OutroStory_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_OutroStory_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_OutroStory_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_OutroStory_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_OutroStory_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_OutroStory_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_OutroStory_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_OutroStory_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_OutroStory_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_OutroStory_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_OutroStory_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_OutroStory_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_OutroStory_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_OutroStory_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_OutroStory_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_IntroStory_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_IntroStory_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_IntroStory_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_IntroStory_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_IntroStory_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_IntroStory_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_IntroStory_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_IntroStory_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_ServerBrowser_HeistButton_C_BndEvt__WBP_ServerBrowser_HeistButton_Button_IntroStory_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_HeistButton_C_OnFocusChanged \ +static_assert(alignof(WBP_ServerBrowser_HeistButton_C_OnFocusChanged) == 0x000001, "Wrong alignment on WBP_ServerBrowser_HeistButton_C_OnFocusChanged"); \ +static_assert(sizeof(WBP_ServerBrowser_HeistButton_C_OnFocusChanged) == 0x000001, "Wrong size on WBP_ServerBrowser_HeistButton_C_OnFocusChanged"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnFocusChanged, bIsFocused) == 0x000000, "Member 'WBP_ServerBrowser_HeistButton_C_OnFocusChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_HeistButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_ServerBrowser_HeistButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_ServerBrowser_HeistButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_ServerBrowser_HeistButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_ServerBrowser_HeistButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_ServerBrowser_HeistButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_HeistButton_C_OnLoaded_4E9ABC0547D2DACA5AA49CA140722AA6 \ +static_assert(alignof(WBP_ServerBrowser_HeistButton_C_OnLoaded_4E9ABC0547D2DACA5AA49CA140722AA6) == 0x000008, "Wrong alignment on WBP_ServerBrowser_HeistButton_C_OnLoaded_4E9ABC0547D2DACA5AA49CA140722AA6"); \ +static_assert(sizeof(WBP_ServerBrowser_HeistButton_C_OnLoaded_4E9ABC0547D2DACA5AA49CA140722AA6) == 0x000008, "Wrong size on WBP_ServerBrowser_HeistButton_C_OnLoaded_4E9ABC0547D2DACA5AA49CA140722AA6"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnLoaded_4E9ABC0547D2DACA5AA49CA140722AA6, Loaded) == 0x000000, "Member 'WBP_ServerBrowser_HeistButton_C_OnLoaded_4E9ABC0547D2DACA5AA49CA140722AA6::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_HeistButton_C_OnFocusedChanged \ +static_assert(alignof(WBP_ServerBrowser_HeistButton_C_OnFocusedChanged) == 0x000008, "Wrong alignment on WBP_ServerBrowser_HeistButton_C_OnFocusedChanged"); \ +static_assert(sizeof(WBP_ServerBrowser_HeistButton_C_OnFocusedChanged) == 0x000058, "Wrong size on WBP_ServerBrowser_HeistButton_C_OnFocusedChanged"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnFocusedChanged, bIsFocused) == 0x000000, "Member 'WBP_ServerBrowser_HeistButton_C_OnFocusedChanged::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnFocusedChanged, Temp_byte_Variable) == 0x000001, "Member 'WBP_ServerBrowser_HeistButton_C_OnFocusedChanged::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnFocusedChanged, Temp_bool_Variable) == 0x000002, "Member 'WBP_ServerBrowser_HeistButton_C_OnFocusedChanged::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnFocusedChanged, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_ServerBrowser_HeistButton_C_OnFocusedChanged::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnFocusedChanged, Temp_byte_Variable_2) == 0x000004, "Member 'WBP_ServerBrowser_HeistButton_C_OnFocusedChanged::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnFocusedChanged, Temp_byte_Variable_3) == 0x000005, "Member 'WBP_ServerBrowser_HeistButton_C_OnFocusedChanged::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnFocusedChanged, CallFunc_IsValid_ReturnValue) == 0x000006, "Member 'WBP_ServerBrowser_HeistButton_C_OnFocusedChanged::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnFocusedChanged, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_HeistButton_C_OnFocusedChanged::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnFocusedChanged, Temp_bool_Variable_1) == 0x000010, "Member 'WBP_ServerBrowser_HeistButton_C_OnFocusedChanged::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnFocusedChanged, CallFunc_PlayAnimationTimeRange_ReturnValue_1) == 0x000018, "Member 'WBP_ServerBrowser_HeistButton_C_OnFocusedChanged::CallFunc_PlayAnimationTimeRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnFocusedChanged, K2Node_Select_Default) == 0x000020, "Member 'WBP_ServerBrowser_HeistButton_C_OnFocusedChanged::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnFocusedChanged, CallFunc_BooleanOR_ReturnValue) == 0x000021, "Member 'WBP_ServerBrowser_HeistButton_C_OnFocusedChanged::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnFocusedChanged, K2Node_DynamicCast_AsWBP_Server_Browser_Story_Button) == 0x000028, "Member 'WBP_ServerBrowser_HeistButton_C_OnFocusedChanged::K2Node_DynamicCast_AsWBP_Server_Browser_Story_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnFocusedChanged, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_ServerBrowser_HeistButton_C_OnFocusedChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnFocusedChanged, K2Node_DynamicCast_AsWBP_Server_Browser_Story_Button_1) == 0x000038, "Member 'WBP_ServerBrowser_HeistButton_C_OnFocusedChanged::K2Node_DynamicCast_AsWBP_Server_Browser_Story_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnFocusedChanged, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'WBP_ServerBrowser_HeistButton_C_OnFocusedChanged::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnFocusedChanged, Temp_float_Variable) == 0x000044, "Member 'WBP_ServerBrowser_HeistButton_C_OnFocusedChanged::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnFocusedChanged, Temp_float_Variable_1) == 0x000048, "Member 'WBP_ServerBrowser_HeistButton_C_OnFocusedChanged::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnFocusedChanged, CallFunc_IsValid_ReturnValue_1) == 0x00004C, "Member 'WBP_ServerBrowser_HeistButton_C_OnFocusedChanged::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnFocusedChanged, Temp_bool_Variable_2) == 0x00004D, "Member 'WBP_ServerBrowser_HeistButton_C_OnFocusedChanged::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnFocusedChanged, K2Node_Select_Default_1) == 0x000050, "Member 'WBP_ServerBrowser_HeistButton_C_OnFocusedChanged::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnFocusedChanged, K2Node_Select_Default_2) == 0x000054, "Member 'WBP_ServerBrowser_HeistButton_C_OnFocusedChanged::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_HeistButton_C_OnStoryButtonFocusedChanged \ +static_assert(alignof(WBP_ServerBrowser_HeistButton_C_OnStoryButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_ServerBrowser_HeistButton_C_OnStoryButtonFocusedChanged"); \ +static_assert(sizeof(WBP_ServerBrowser_HeistButton_C_OnStoryButtonFocusedChanged) == 0x000005, "Wrong size on WBP_ServerBrowser_HeistButton_C_OnStoryButtonFocusedChanged"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnStoryButtonFocusedChanged, bIsFocused) == 0x000000, "Member 'WBP_ServerBrowser_HeistButton_C_OnStoryButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnStoryButtonFocusedChanged, Temp_bool_Variable) == 0x000001, "Member 'WBP_ServerBrowser_HeistButton_C_OnStoryButtonFocusedChanged::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnStoryButtonFocusedChanged, Temp_byte_Variable) == 0x000002, "Member 'WBP_ServerBrowser_HeistButton_C_OnStoryButtonFocusedChanged::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnStoryButtonFocusedChanged, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_ServerBrowser_HeistButton_C_OnStoryButtonFocusedChanged::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnStoryButtonFocusedChanged, K2Node_Select_Default) == 0x000004, "Member 'WBP_ServerBrowser_HeistButton_C_OnStoryButtonFocusedChanged::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals \ +static_assert(alignof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals) == 0x000008, "Wrong alignment on WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals"); \ +static_assert(sizeof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals) == 0x0001E0, "Wrong size on WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, Temp_byte_Variable) == 0x000000, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, Temp_byte_Variable_1) == 0x000001, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, Temp_text_Variable) == 0x000008, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, Temp_text_Variable_1) == 0x000020, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, Temp_text_Variable_2) == 0x000038, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, Temp_byte_Variable_2) == 0x000050, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, Temp_byte_Variable_3) == 0x000051, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, Temp_byte_Variable_4) == 0x000052, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, Temp_byte_Variable_5) == 0x000053, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, Temp_byte_Variable_6) == 0x000054, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, Temp_byte_Variable_7) == 0x000055, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, Temp_bool_Variable) == 0x000056, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, CallFunc_BooleanOR_ReturnValue) == 0x000057, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, K2Node_Select_Default) == 0x000058, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, K2Node_Select_Default_1) == 0x000060, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, K2Node_MakeStruct_FormatArgumentData) == 0x000078, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, CallFunc_Conv_StringToText_ReturnValue) == 0x0000B8, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, K2Node_MakeArray_Array) == 0x0000D0, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, Temp_byte_Variable_8) == 0x0000F8, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, Temp_bool_Variable_1) == 0x0000F9, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, K2Node_Select_Default_2) == 0x0000FA, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, K2Node_Select_Default_3) == 0x0000FB, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, CallFunc_GetEstimatedPayout_OutMin) == 0x0000FC, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::CallFunc_GetEstimatedPayout_OutMin' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, CallFunc_GetEstimatedPayout_OutMax) == 0x000100, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::CallFunc_GetEstimatedPayout_OutMax' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, K2Node_SwitchEnum_CmpSuccess) == 0x000104, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, CallFunc_Conv_IntToText_ReturnValue) == 0x000108, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000120, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, CallFunc_GetOverallPayout_OutMin) == 0x000138, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::CallFunc_GetOverallPayout_OutMin' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, CallFunc_GetOverallPayout_OutMax) == 0x00013C, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::CallFunc_GetOverallPayout_OutMax' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, CallFunc_Conv_IntToText_ReturnValue_2) == 0x000140, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::CallFunc_Conv_IntToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, CallFunc_Conv_IntToText_ReturnValue_3) == 0x000158, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::CallFunc_Conv_IntToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, CallFunc_BreakSoftObjectPath_PathString) == 0x000170, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::CallFunc_BreakSoftObjectPath_PathString' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, CallFunc_GetBaseFilename_ReturnValue) == 0x000180, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::CallFunc_GetBaseFilename_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000190, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, CallFunc_IsValid_ReturnValue) == 0x0001A8, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, K2Node_Select_Default_4) == 0x0001B0, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals, CallFunc_ClampText_ReturnValue) == 0x0001C8, "Member 'WBP_ServerBrowser_HeistButton_C_InitializeButtonVisuals::CallFunc_ClampText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_HeistButton_C_OnStoryButtonVisibilityChanged \ +static_assert(alignof(WBP_ServerBrowser_HeistButton_C_OnStoryButtonVisibilityChanged) == 0x000008, "Wrong alignment on WBP_ServerBrowser_HeistButton_C_OnStoryButtonVisibilityChanged"); \ +static_assert(sizeof(WBP_ServerBrowser_HeistButton_C_OnStoryButtonVisibilityChanged) == 0x000028, "Wrong size on WBP_ServerBrowser_HeistButton_C_OnStoryButtonVisibilityChanged"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnStoryButtonVisibilityChanged, InVisibility) == 0x000000, "Member 'WBP_ServerBrowser_HeistButton_C_OnStoryButtonVisibilityChanged::InVisibility' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnStoryButtonVisibilityChanged, StoryButton) == 0x000008, "Member 'WBP_ServerBrowser_HeistButton_C_OnStoryButtonVisibilityChanged::StoryButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnStoryButtonVisibilityChanged, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000010, "Member 'WBP_ServerBrowser_HeistButton_C_OnStoryButtonVisibilityChanged::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnStoryButtonVisibilityChanged, K2Node_DynamicCast_AsWBP_Server_Browser_Story_Button) == 0x000018, "Member 'WBP_ServerBrowser_HeistButton_C_OnStoryButtonVisibilityChanged::K2Node_DynamicCast_AsWBP_Server_Browser_Story_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_OnStoryButtonVisibilityChanged, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_ServerBrowser_HeistButton_C_OnStoryButtonVisibilityChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithController \ +static_assert(alignof(WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithController) == 0x000001, "Wrong alignment on WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithController"); \ +static_assert(sizeof(WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithController) == 0x000006, "Wrong size on WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithController"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithController, ReturnValue) == 0x000000, "Member 'WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithController::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithController, CallFunc_IsVisible_ReturnValue) == 0x000001, "Member 'WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithController::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithController, CallFunc_IsVisible_ReturnValue_1) == 0x000002, "Member 'WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithController::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithController, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithController::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithController, CallFunc_BooleanAND_ReturnValue_1) == 0x000004, "Member 'WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithController::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithController, CallFunc_BooleanAND_ReturnValue_2) == 0x000005, "Member 'WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithController::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered \ +static_assert(alignof(WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered) == 0x000001, "Wrong alignment on WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered"); \ +static_assert(sizeof(WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered) == 0x00000C, "Wrong size on WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered, ReturnValue) == 0x000000, "Member 'WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered, CallFunc_Not_PreBool_ReturnValue_1) == 0x000002, "Member 'WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered, CallFunc_IsVisible_ReturnValue) == 0x000004, "Member 'WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered, CallFunc_Not_PreBool_ReturnValue_2) == 0x000005, "Member 'WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered, CallFunc_BooleanAND_ReturnValue_1) == 0x000006, "Member 'WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered, CallFunc_IsVisible_ReturnValue_1) == 0x000007, "Member 'WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered, CallFunc_Not_PreBool_ReturnValue_3) == 0x000008, "Member 'WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered, CallFunc_BooleanAND_ReturnValue_2) == 0x000009, "Member 'WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered, CallFunc_BooleanAND_ReturnValue_3) == 0x00000A, "Member 'WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered, CallFunc_BooleanAND_ReturnValue_4) == 0x00000B, "Member 'WBP_ServerBrowser_HeistButton_C_IsStoryButtonsVisibleWithMouseAndNotHovered::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ServerBrowser_HeistButton_C \ +static_assert(alignof(UWBP_ServerBrowser_HeistButton_C) == 0x000008, "Wrong alignment on UWBP_ServerBrowser_HeistButton_C"); \ +static_assert(sizeof(UWBP_ServerBrowser_HeistButton_C) == 0x000540, "Wrong size on UWBP_ServerBrowser_HeistButton_C"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, UberGraphFrame) == 0x000460, "Member 'UWBP_ServerBrowser_HeistButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, Standard_Roll) == 0x000468, "Member 'UWBP_ServerBrowser_HeistButton_C::Standard_Roll' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, Select_Smash_Intro_Text) == 0x000470, "Member 'UWBP_ServerBrowser_HeistButton_C::Select_Smash_Intro_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, Special_Border_Motion) == 0x000478, "Member 'UWBP_ServerBrowser_HeistButton_C::Special_Border_Motion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, BWEffect_RB) == 0x000480, "Member 'UWBP_ServerBrowser_HeistButton_C::BWEffect_RB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, DLC_Overlay) == 0x000488, "Member 'UWBP_ServerBrowser_HeistButton_C::DLC_Overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, EdgeBar_I) == 0x000490, "Member 'UWBP_ServerBrowser_HeistButton_C::EdgeBar_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, Icon_Host) == 0x000498, "Member 'UWBP_ServerBrowser_HeistButton_C::Icon_Host' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, Image_HeistBackground) == 0x0004A0, "Member 'UWBP_ServerBrowser_HeistButton_C::Image_HeistBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, LevelNameSlashs_T) == 0x0004A8, "Member 'UWBP_ServerBrowser_HeistButton_C::LevelNameSlashs_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, Locked_Hb) == 0x0004B0, "Member 'UWBP_ServerBrowser_HeistButton_C::Locked_Hb' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, Special_Border_SB) == 0x0004B8, "Member 'UWBP_ServerBrowser_HeistButton_C::Special_Border_SB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, Special_Border_Selected) == 0x0004C0, "Member 'UWBP_ServerBrowser_HeistButton_C::Special_Border_Selected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, Special_Unselected_Border) == 0x0004C8, "Member 'UWBP_ServerBrowser_HeistButton_C::Special_Unselected_Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, Text_Host) == 0x0004D0, "Member 'UWBP_ServerBrowser_HeistButton_C::Text_Host' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, Text_LevelName) == 0x0004D8, "Member 'UWBP_ServerBrowser_HeistButton_C::Text_LevelName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, Text_PayoutMax) == 0x0004E0, "Member 'UWBP_ServerBrowser_HeistButton_C::Text_PayoutMax' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, Text_PayoutMin) == 0x0004E8, "Member 'UWBP_ServerBrowser_HeistButton_C::Text_PayoutMin' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, Text_PeopleNum) == 0x0004F0, "Member 'UWBP_ServerBrowser_HeistButton_C::Text_PeopleNum' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, Text_Playstyle) == 0x0004F8, "Member 'UWBP_ServerBrowser_HeistButton_C::Text_Playstyle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, DynamicMaterials) == 0x000500, "Member 'UWBP_ServerBrowser_HeistButton_C::DynamicMaterials' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, DefaultOutlineColor) == 0x000508, "Member 'UWBP_ServerBrowser_HeistButton_C::DefaultOutlineColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, SelectedOutlineColor) == 0x000518, "Member 'UWBP_ServerBrowser_HeistButton_C::SelectedOutlineColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, IsButtonHovered) == 0x000528, "Member 'UWBP_ServerBrowser_HeistButton_C::IsButtonHovered' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, IsIntroStoryButtonHovered) == 0x000529, "Member 'UWBP_ServerBrowser_HeistButton_C::IsIntroStoryButtonHovered' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, IsOutroStoryButtonHovered) == 0x00052A, "Member 'UWBP_ServerBrowser_HeistButton_C::IsOutroStoryButtonHovered' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, LockedClicked) == 0x000530, "Member 'UWBP_ServerBrowser_HeistButton_C::LockedClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_HeistButton_C, BorderHeistDynamicMat) == 0x000538, "Member 'UWBP_ServerBrowser_HeistButton_C::BorderHeistDynamicMat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Master_Light_Fixture_C_UserConstructionScript \ +static_assert(alignof(BP_Master_Light_Fixture_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Master_Light_Fixture_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Master_Light_Fixture_C_UserConstructionScript) == 0x000240, "Wrong size on BP_Master_Light_Fixture_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Master_Light_Fixture_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_Master_Light_Fixture_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Light_Fixture_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_Master_Light_Fixture_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Light_Fixture_C_UserConstructionScript, CallFunc_GetChildrenComponents_Children) == 0x000008, "Member 'BP_Master_Light_Fixture_C_UserConstructionScript::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Light_Fixture_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_Master_Light_Fixture_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Light_Fixture_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'BP_Master_Light_Fixture_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Light_Fixture_C_UserConstructionScript, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000020, "Member 'BP_Master_Light_Fixture_C_UserConstructionScript::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Light_Fixture_C_UserConstructionScript, CallFunc_Conv_LinearColorToVector_ReturnValue) == 0x000024, "Member 'BP_Master_Light_Fixture_C_UserConstructionScript::CallFunc_Conv_LinearColorToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Light_Fixture_C_UserConstructionScript, CallFunc_Conv_BoolToFloat_ReturnValue_1) == 0x000030, "Member 'BP_Master_Light_Fixture_C_UserConstructionScript::CallFunc_Conv_BoolToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Light_Fixture_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x000034, "Member 'BP_Master_Light_Fixture_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Light_Fixture_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_Master_Light_Fixture_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Light_Fixture_C_UserConstructionScript, CallFunc_GetObjectClass_ReturnValue) == 0x000040, "Member 'BP_Master_Light_Fixture_C_UserConstructionScript::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Light_Fixture_C_UserConstructionScript, CallFunc_GetObjectClass_ReturnValue_1) == 0x000048, "Member 'BP_Master_Light_Fixture_C_UserConstructionScript::CallFunc_GetObjectClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Light_Fixture_C_UserConstructionScript, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000050, "Member 'BP_Master_Light_Fixture_C_UserConstructionScript::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Light_Fixture_C_UserConstructionScript, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x000051, "Member 'BP_Master_Light_Fixture_C_UserConstructionScript::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Light_Fixture_C_UserConstructionScript, CallFunc_GetObjectClass_ReturnValue_2) == 0x000058, "Member 'BP_Master_Light_Fixture_C_UserConstructionScript::CallFunc_GetObjectClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Light_Fixture_C_UserConstructionScript, K2Node_DynamicCast_AsPoint_Light_Component) == 0x000060, "Member 'BP_Master_Light_Fixture_C_UserConstructionScript::K2Node_DynamicCast_AsPoint_Light_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Light_Fixture_C_UserConstructionScript, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'BP_Master_Light_Fixture_C_UserConstructionScript::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Light_Fixture_C_UserConstructionScript, CallFunc_EqualEqual_ClassClass_ReturnValue_2) == 0x000069, "Member 'BP_Master_Light_Fixture_C_UserConstructionScript::CallFunc_EqualEqual_ClassClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Light_Fixture_C_UserConstructionScript, K2Node_DynamicCast_AsSpot_Light_Component) == 0x000070, "Member 'BP_Master_Light_Fixture_C_UserConstructionScript::K2Node_DynamicCast_AsSpot_Light_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Light_Fixture_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'BP_Master_Light_Fixture_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Light_Fixture_C_UserConstructionScript, K2Node_DynamicCast_AsRect_Light_Component) == 0x000080, "Member 'BP_Master_Light_Fixture_C_UserConstructionScript::K2Node_DynamicCast_AsRect_Light_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Light_Fixture_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_2) == 0x000088, "Member 'BP_Master_Light_Fixture_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Light_Fixture_C_UserConstructionScript, CallFunc_K2_AddLocalTransform_SweepHitResult) == 0x00008C, "Member 'BP_Master_Light_Fixture_C_UserConstructionScript::CallFunc_K2_AddLocalTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Light_Fixture_C_UserConstructionScript, CallFunc_K2_AddLocalTransform_SweepHitResult_1) == 0x00011C, "Member 'BP_Master_Light_Fixture_C_UserConstructionScript::CallFunc_K2_AddLocalTransform_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Light_Fixture_C_UserConstructionScript, CallFunc_K2_AddLocalTransform_SweepHitResult_2) == 0x0001AC, "Member 'BP_Master_Light_Fixture_C_UserConstructionScript::CallFunc_K2_AddLocalTransform_SweepHitResult_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Master_Light_Fixture_C \ +static_assert(alignof(ABP_Master_Light_Fixture_C) == 0x000010, "Wrong alignment on ABP_Master_Light_Fixture_C"); \ +static_assert(sizeof(ABP_Master_Light_Fixture_C) == 0x000340, "Wrong size on ABP_Master_Light_Fixture_C"); \ +static_assert(offsetof(ABP_Master_Light_Fixture_C, StaticMesh) == 0x0002A8, "Member 'ABP_Master_Light_Fixture_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Light_Fixture_C, DefaultSceneRoot) == 0x0002B0, "Member 'ABP_Master_Light_Fixture_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Light_Fixture_C, Is_Active) == 0x0002B8, "Member 'ABP_Master_Light_Fixture_C::Is_Active' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Light_Fixture_C, Emissive_Strength) == 0x0002BC, "Member 'ABP_Master_Light_Fixture_C::Emissive_Strength' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Light_Fixture_C, Light_Source_Transform) == 0x0002C0, "Member 'ABP_Master_Light_Fixture_C::Light_Source_Transform' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Light_Fixture_C, Light_Intensity) == 0x0002F0, "Member 'ABP_Master_Light_Fixture_C::Light_Intensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Light_Fixture_C, Light_Mobility) == 0x0002F4, "Member 'ABP_Master_Light_Fixture_C::Light_Mobility' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Light_Fixture_C, Attenuation_Radius) == 0x0002F8, "Member 'ABP_Master_Light_Fixture_C::Attenuation_Radius' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Light_Fixture_C, Source_Width) == 0x0002FC, "Member 'ABP_Master_Light_Fixture_C::Source_Width' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Light_Fixture_C, Source_Height) == 0x000300, "Member 'ABP_Master_Light_Fixture_C::Source_Height' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Light_Fixture_C, Barn_Door_Angle) == 0x000304, "Member 'ABP_Master_Light_Fixture_C::Barn_Door_Angle' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Light_Fixture_C, Barn_Door_Length) == 0x000308, "Member 'ABP_Master_Light_Fixture_C::Barn_Door_Length' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Light_Fixture_C, Indirect_Lighting_Intensity) == 0x00030C, "Member 'ABP_Master_Light_Fixture_C::Indirect_Lighting_Intensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Light_Fixture_C, Volumetric_Scattering_Intensity) == 0x000310, "Member 'ABP_Master_Light_Fixture_C::Volumetric_Scattering_Intensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Light_Fixture_C, Use__Temperature) == 0x000314, "Member 'ABP_Master_Light_Fixture_C::Use__Temperature' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Light_Fixture_C, Mesh_Shadow) == 0x000315, "Member 'ABP_Master_Light_Fixture_C::Mesh_Shadow' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Light_Fixture_C, Specular_Scale) == 0x000318, "Member 'ABP_Master_Light_Fixture_C::Specular_Scale' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Light_Fixture_C, Cast_Shadows) == 0x00031C, "Member 'ABP_Master_Light_Fixture_C::Cast_Shadows' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Light_Fixture_C, Affect_Translucent_Lighting) == 0x00031D, "Member 'ABP_Master_Light_Fixture_C::Affect_Translucent_Lighting' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Light_Fixture_C, Affect_Reflections) == 0x00031E, "Member 'ABP_Master_Light_Fixture_C::Affect_Reflections' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Light_Fixture_C, Use_Emissive_for_Static_Lighting) == 0x00031F, "Member 'ABP_Master_Light_Fixture_C::Use_Emissive_for_Static_Lighting' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Light_Fixture_C, Temperature__Kelvin_) == 0x000320, "Member 'ABP_Master_Light_Fixture_C::Temperature__Kelvin_' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Light_Fixture_C, Color) == 0x000324, "Member 'ABP_Master_Light_Fixture_C::Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Light_Fixture_C, Spot_outer_Angle) == 0x000334, "Member 'ABP_Master_Light_Fixture_C::Spot_outer_Angle' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Light_Fixture_C, Spot_Inner_Angle) == 0x000338, "Member 'ABP_Master_Light_Fixture_C::Spot_Inner_Angle' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Light_Fixture_C, Flickering_Time) == 0x00033C, "Member 'ABP_Master_Light_Fixture_C::Flickering_Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter \ +static_assert(alignof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter) == 0x000008, "Wrong alignment on WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter"); \ +static_assert(sizeof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter) == 0x000278, "Wrong size on WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, EntryPoint) == 0x000000, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_int_Variable) == 0x000004, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_Conv_IntToByte_ReturnValue) == 0x000009, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_GetValidValue_ReturnValue) == 0x00000A, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_int_Variable_1) == 0x00000C, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, K2Node_SwitchEnum_CmpSuccess) == 0x000014, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x000015, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x000016, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000018, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_int_Variable_2) == 0x00001C, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_int_Variable_3) == 0x000020, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_Conv_IntToByte_ReturnValue_2) == 0x000024, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_Conv_IntToByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_Add_IntInt_ReturnValue_1) == 0x000028, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_GetValidValue_ReturnValue_1) == 0x00002C, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_GetValidValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_Conv_IntToByte_ReturnValue_3) == 0x00002D, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_Conv_IntToByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_GetEnumeratorValueFromIndex_ReturnValue_1) == 0x00002E, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_GetEnumeratorValueFromIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_Conv_ByteToInt_ReturnValue_1) == 0x000030, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_Conv_ByteToInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_text_Variable) == 0x000038, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_int_Variable_4) == 0x000050, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_int_Variable_5) == 0x000054, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_Conv_IntToByte_ReturnValue_4) == 0x000058, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_Conv_IntToByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_Add_IntInt_ReturnValue_2) == 0x00005C, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_GetValidValue_ReturnValue_2) == 0x000060, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_GetValidValue_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_Conv_IntToByte_ReturnValue_5) == 0x000061, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_Conv_IntToByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, K2Node_SwitchEnum_CmpSuccess_1) == 0x000062, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_GetEnumeratorValueFromIndex_ReturnValue_2) == 0x000063, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_GetEnumeratorValueFromIndex_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_Conv_ByteToInt_ReturnValue_2) == 0x000064, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_Conv_ByteToInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_byte_Variable) == 0x000068, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_text_Variable_1) == 0x000070, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_text_Variable_2) == 0x000088, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_text_Variable_3) == 0x0000A0, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_bool_Variable) == 0x0000B8, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, K2Node_Select_Default) == 0x0000C0, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_int_Variable_6) == 0x0000D8, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_int_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_int_Variable_7) == 0x0000DC, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_int_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_bool_Variable_1) == 0x0000E0, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_byte_Variable_1) == 0x0000E1, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_byte_Variable_2) == 0x0000E2, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_bool_Variable_2) == 0x0000E3, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_byte_Variable_3) == 0x0000E4, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_byte_Variable_4) == 0x0000E5, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_bool_Variable_3) == 0x0000E6, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_byte_Variable_5) == 0x0000E7, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_byte_Variable_6) == 0x0000E8, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_bool_Variable_4) == 0x0000E9, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_byte_Variable_7) == 0x0000EA, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_byte_Variable_8) == 0x0000EB, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_byte_Variable_9) == 0x0000EC, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_byte_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, K2Node_SwitchEnum_CmpSuccess_2) == 0x0000ED, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_MakeLiteralInt_ReturnValue) == 0x0000F0, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_GetUIManager_ReturnValue) == 0x0000F8, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_Less_IntInt_ReturnValue) == 0x000100, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_GetUIData_ReturnValue) == 0x000108, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_GetUIData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_GetDifficultyText_OutDifficultyText) == 0x000110, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_GetDifficultyText_OutDifficultyText' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_GetDifficultyText_bHasText) == 0x000128, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_GetDifficultyText_bHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_Array_AddUnique_ReturnValue) == 0x00012C, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, K2Node_SwitchEnum_CmpSuccess_3) == 0x000130, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, K2Node_Event_IsDesignTime) == 0x000131, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_Array_AddUnique_ReturnValue_1) == 0x000134, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_text_Variable_4) == 0x000138, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_text_Variable_5) == 0x000150, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_Array_Length_ReturnValue) == 0x000168, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_Array_Length_ReturnValue_1) == 0x00016C, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, K2Node_Event_InCurrentIndex) == 0x000170, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::K2Node_Event_InCurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, K2Node_Event_bOverrideReadOnly) == 0x000174, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::K2Node_Event_bOverrideReadOnly' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_BooleanOR_ReturnValue) == 0x000175, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_BooleanAND_ReturnValue) == 0x000176, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_Array_AddUnique_ReturnValue_2) == 0x000178, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_Array_AddUnique_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_Array_Length_ReturnValue_2) == 0x00017C, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_text_Variable_6) == 0x000180, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_text_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, Temp_byte_Variable_10) == 0x000198, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::Temp_byte_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, K2Node_Select_Default_1) == 0x0001A0, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, K2Node_Select_Default_2) == 0x0001B8, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_Subtract_IntInt_ReturnValue) == 0x0001BC, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, K2Node_Select_Default_3) == 0x0001C0, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, K2Node_MakeStruct_SlateColor) == 0x0001C8, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, K2Node_CustomEvent_IsReadOnly) == 0x0001F0, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::K2Node_CustomEvent_IsReadOnly' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, K2Node_Select_Default_4) == 0x0001F1, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, K2Node_Select_Default_5) == 0x0001F2, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, K2Node_Event_bInHasFocus) == 0x0001F3, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, K2Node_Select_Default_6) == 0x0001F4, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_MakeLiteralInt_ReturnValue_1) == 0x0001F8, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_MakeLiteralInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, K2Node_SwitchEnum_CmpSuccess_4) == 0x0001FC, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001FD, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_MakeLiteralInt_ReturnValue_2) == 0x000200, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_MakeLiteralInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_Less_IntInt_ReturnValue_2) == 0x000204, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_Play2DSound_ReturnValue) == 0x000208, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_MakeLiteralText_ReturnValue) == 0x000210, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000228, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_MakeLiteralText_ReturnValue_2) == 0x000240, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, K2Node_Select_Default_7) == 0x000258, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::K2Node_Select_Default_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter, CallFunc_Array_AddUnique_ReturnValue_3) == 0x000270, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ExecuteUbergraph_WBP_ServerBrowser_DifficultyFilter::CallFunc_Array_AddUnique_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_DifficultyFilter_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_ServerBrowser_DifficultyFilter_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_ServerBrowser_DifficultyFilter_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_ServerBrowser_DifficultyFilter_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_ServerBrowser_DifficultyFilter_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_ServerBrowser_DifficultyFilter_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_DifficultyFilter_C_SetReadOnly \ +static_assert(alignof(WBP_ServerBrowser_DifficultyFilter_C_SetReadOnly) == 0x000001, "Wrong alignment on WBP_ServerBrowser_DifficultyFilter_C_SetReadOnly"); \ +static_assert(sizeof(WBP_ServerBrowser_DifficultyFilter_C_SetReadOnly) == 0x000001, "Wrong size on WBP_ServerBrowser_DifficultyFilter_C_SetReadOnly"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_SetReadOnly, IsReadOnly) == 0x000000, "Member 'WBP_ServerBrowser_DifficultyFilter_C_SetReadOnly::IsReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_DifficultyFilter_C_OnSelectionOptionChanged \ +static_assert(alignof(WBP_ServerBrowser_DifficultyFilter_C_OnSelectionOptionChanged) == 0x000004, "Wrong alignment on WBP_ServerBrowser_DifficultyFilter_C_OnSelectionOptionChanged"); \ +static_assert(sizeof(WBP_ServerBrowser_DifficultyFilter_C_OnSelectionOptionChanged) == 0x000008, "Wrong size on WBP_ServerBrowser_DifficultyFilter_C_OnSelectionOptionChanged"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_OnSelectionOptionChanged, InCurrentIndex) == 0x000000, "Member 'WBP_ServerBrowser_DifficultyFilter_C_OnSelectionOptionChanged::InCurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_OnSelectionOptionChanged, bOverrideReadOnly) == 0x000004, "Member 'WBP_ServerBrowser_DifficultyFilter_C_OnSelectionOptionChanged::bOverrideReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_DifficultyFilter_C_PreConstruct \ +static_assert(alignof(WBP_ServerBrowser_DifficultyFilter_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ServerBrowser_DifficultyFilter_C_PreConstruct"); \ +static_assert(sizeof(WBP_ServerBrowser_DifficultyFilter_C_PreConstruct) == 0x000001, "Wrong size on WBP_ServerBrowser_DifficultyFilter_C_PreConstruct"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ServerBrowser_DifficultyFilter_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals \ +static_assert(alignof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals) == 0x000008, "Wrong alignment on WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals"); \ +static_assert(sizeof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals) == 0x000050, "Wrong size on WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals, Temp_byte_Variable) == 0x000000, "Member 'WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals, Temp_bool_Variable) == 0x000001, "Member 'WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals, Temp_byte_Variable_2) == 0x000003, "Member 'WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals, Temp_byte_Variable_3) == 0x000010, "Member 'WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals, Temp_bool_Variable_1) == 0x000011, "Member 'WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000019, "Member 'WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals, CallFunc_Less_IntInt_ReturnValue) == 0x00001A, "Member 'WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00001B, "Member 'WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals, Temp_bool_Variable_2) == 0x00001C, "Member 'WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals, K2Node_Select_Default) == 0x00001D, "Member 'WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals, K2Node_Select_Default_1) == 0x00001E, "Member 'WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals, K2Node_Select_Default_2) == 0x00001F, "Member 'WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals, CallFunc_GetAllChildren_ReturnValue) == 0x000020, "Member 'WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals, CallFunc_Array_Length_ReturnValue_1) == 0x000038, "Member 'WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals, K2Node_DynamicCast_AsImage) == 0x000040, "Member 'WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals::K2Node_DynamicCast_AsImage' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals, CallFunc_Less_IntInt_ReturnValue_1) == 0x000049, "Member 'WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals, K2Node_SwitchEnum_CmpSuccess) == 0x00004A, "Member 'WBP_ServerBrowser_DifficultyFilter_C_UpdateVisuals::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_DifficultyFilter_C_MakeInLine \ +static_assert(alignof(WBP_ServerBrowser_DifficultyFilter_C_MakeInLine) == 0x000008, "Wrong alignment on WBP_ServerBrowser_DifficultyFilter_C_MakeInLine"); \ +static_assert(sizeof(WBP_ServerBrowser_DifficultyFilter_C_MakeInLine) == 0x000010, "Wrong size on WBP_ServerBrowser_DifficultyFilter_C_MakeInLine"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_MakeInLine, CallFunc_SlotAsGridSlot_ReturnValue) == 0x000000, "Member 'WBP_ServerBrowser_DifficultyFilter_C_MakeInLine::CallFunc_SlotAsGridSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_DifficultyFilter_C_MakeInLine, CallFunc_SlotAsGridSlot_ReturnValue_1) == 0x000008, "Member 'WBP_ServerBrowser_DifficultyFilter_C_MakeInLine::CallFunc_SlotAsGridSlot_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ServerBrowser_DifficultyFilter_C \ +static_assert(alignof(UWBP_ServerBrowser_DifficultyFilter_C) == 0x000008, "Wrong alignment on UWBP_ServerBrowser_DifficultyFilter_C"); \ +static_assert(sizeof(UWBP_ServerBrowser_DifficultyFilter_C) == 0x000460, "Wrong size on UWBP_ServerBrowser_DifficultyFilter_C"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, UberGraphFrame) == 0x000388, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, Background_I) == 0x000390, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, Button_Left) == 0x000398, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::Button_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, Button_Right) == 0x0003A0, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::Button_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, DifficultySkulls) == 0x0003A8, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::DifficultySkulls' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, Selector_B) == 0x0003B0, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::Selector_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, Skull_Hard) == 0x0003B8, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::Skull_Hard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, Skull_Normal) == 0x0003C0, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::Skull_Normal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, Skull_Overkill) == 0x0003C8, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::Skull_Overkill' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, Skull_VeryHard) == 0x0003D0, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::Skull_VeryHard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, Space_LeftTitle) == 0x0003D8, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::Space_LeftTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, Space_RightTitle) == 0x0003E0, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::Space_RightTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, Text_ColonBreak) == 0x0003E8, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::Text_ColonBreak' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, Text_FilterSelection) == 0x0003F0, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::Text_FilterSelection' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, Text_FilterType) == 0x0003F8, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::Text_FilterType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, Text_OptionChoice) == 0x000400, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::Text_OptionChoice' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, TitleAndText_Hb) == 0x000408, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::TitleAndText_Hb' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, SelectorType) == 0x000410, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::SelectorType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, OptionChoices) == 0x000418, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::OptionChoices' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, OptionSelected) == 0x000428, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::OptionSelected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, bIsConstructed) == 0x000438, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::bIsConstructed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, bIsInLine) == 0x000439, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::bIsInLine' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, bExcludeAnyDifficulty) == 0x00043A, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::bExcludeAnyDifficulty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, bHideColon) == 0x00043B, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::bHideColon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, ActiveColor_Opacity) == 0x00043C, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::ActiveColor_Opacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, InactiveColor_Opacity) == 0x00044C, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::InactiveColor_Opacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_DifficultyFilter_C, bIsReadOnly) == 0x00045C, "Member 'UWBP_ServerBrowser_DifficultyFilter_C::bIsReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector \ +static_assert(alignof(WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector) == 0x000008, "Wrong alignment on WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector"); \ +static_assert(sizeof(WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector) == 0x0002D0, "Wrong size on WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector, EntryPoint) == 0x000000, "Member 'WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector, K2Node_CustomEvent_Loaded_1) == 0x000008, "Member 'WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector::K2Node_CustomEvent_Loaded_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector, Temp_object_Variable) == 0x000010, "Member 'WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector, K2Node_MakeStruct_SlateBrush) == 0x000018, "Member 'WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector, K2Node_CustomEvent_Loaded) == 0x0000A8, "Member 'WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector, Temp_object_Variable_1) == 0x0000B0, "Member 'WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector, K2Node_MakeStruct_SlateBrush_1) == 0x0000B8, "Member 'WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector::K2Node_MakeStruct_SlateBrush_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector, CallFunc_Map_Keys_Keys) == 0x000148, "Member 'WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector, K2Node_Event_InCurrentIndex) == 0x000158, "Member 'WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector::K2Node_Event_InCurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector, K2Node_Event_bOverrideReadOnly) == 0x00015C, "Member 'WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector::K2Node_Event_bOverrideReadOnly' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector, CallFunc_Map_Keys_Keys_1) == 0x000160, "Member 'WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector, CallFunc_Array_Length_ReturnValue) == 0x000170, "Member 'WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector, K2Node_CreateDelegate_OutputDelegate) == 0x000174, "Member 'WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector, K2Node_MakeStruct_SlateColor) == 0x000188, "Member 'WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector, K2Node_MakeStruct_SlateBrush_2) == 0x0001B0, "Member 'WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector::K2Node_MakeStruct_SlateBrush_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000240, "Member 'WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000248, "Member 'WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector, K2Node_CreateDelegate_OutputDelegate_1) == 0x00024C, "Member 'WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector, CallFunc_Map_Find_Value) == 0x000260, "Member 'WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector, CallFunc_Map_Find_ReturnValue) == 0x000290, "Member 'WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector, K2Node_Event_IsDesignTime) == 0x000291, "Member 'WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000292, "Member 'WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector, CallFunc_PlayAnimationTimeRange_ReturnValue_1) == 0x000298, "Member 'WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector::CallFunc_PlayAnimationTimeRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector, K2Node_CustomEvent_ContractorSprite) == 0x0002A0, "Member 'WBP_ServerBrowser_ContractorSelector_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorSelector::K2Node_CustomEvent_ContractorSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_ContractorSelector_C_SetContractorSprite \ +static_assert(alignof(WBP_ServerBrowser_ContractorSelector_C_SetContractorSprite) == 0x000008, "Wrong alignment on WBP_ServerBrowser_ContractorSelector_C_SetContractorSprite"); \ +static_assert(sizeof(WBP_ServerBrowser_ContractorSelector_C_SetContractorSprite) == 0x000030, "Wrong size on WBP_ServerBrowser_ContractorSelector_C_SetContractorSprite"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_SetContractorSprite, ContractorSprite) == 0x000000, "Member 'WBP_ServerBrowser_ContractorSelector_C_SetContractorSprite::ContractorSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_ContractorSelector_C_PreConstruct \ +static_assert(alignof(WBP_ServerBrowser_ContractorSelector_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ServerBrowser_ContractorSelector_C_PreConstruct"); \ +static_assert(sizeof(WBP_ServerBrowser_ContractorSelector_C_PreConstruct) == 0x000001, "Wrong size on WBP_ServerBrowser_ContractorSelector_C_PreConstruct"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ServerBrowser_ContractorSelector_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_ContractorSelector_C_OnSelectionOptionChanged \ +static_assert(alignof(WBP_ServerBrowser_ContractorSelector_C_OnSelectionOptionChanged) == 0x000004, "Wrong alignment on WBP_ServerBrowser_ContractorSelector_C_OnSelectionOptionChanged"); \ +static_assert(sizeof(WBP_ServerBrowser_ContractorSelector_C_OnSelectionOptionChanged) == 0x000008, "Wrong size on WBP_ServerBrowser_ContractorSelector_C_OnSelectionOptionChanged"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_OnSelectionOptionChanged, InCurrentIndex) == 0x000000, "Member 'WBP_ServerBrowser_ContractorSelector_C_OnSelectionOptionChanged::InCurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_OnSelectionOptionChanged, bOverrideReadOnly) == 0x000004, "Member 'WBP_ServerBrowser_ContractorSelector_C_OnSelectionOptionChanged::bOverrideReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_ContractorSelector_C_OnLoaded_0B3A176146937A1A5B15A0B11F535FAF \ +static_assert(alignof(WBP_ServerBrowser_ContractorSelector_C_OnLoaded_0B3A176146937A1A5B15A0B11F535FAF) == 0x000008, "Wrong alignment on WBP_ServerBrowser_ContractorSelector_C_OnLoaded_0B3A176146937A1A5B15A0B11F535FAF"); \ +static_assert(sizeof(WBP_ServerBrowser_ContractorSelector_C_OnLoaded_0B3A176146937A1A5B15A0B11F535FAF) == 0x000008, "Wrong size on WBP_ServerBrowser_ContractorSelector_C_OnLoaded_0B3A176146937A1A5B15A0B11F535FAF"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_OnLoaded_0B3A176146937A1A5B15A0B11F535FAF, Loaded) == 0x000000, "Member 'WBP_ServerBrowser_ContractorSelector_C_OnLoaded_0B3A176146937A1A5B15A0B11F535FAF::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_ContractorSelector_C_OnLoaded_51F23A4943941A9E9DE1DBB426DE1827 \ +static_assert(alignof(WBP_ServerBrowser_ContractorSelector_C_OnLoaded_51F23A4943941A9E9DE1DBB426DE1827) == 0x000008, "Wrong alignment on WBP_ServerBrowser_ContractorSelector_C_OnLoaded_51F23A4943941A9E9DE1DBB426DE1827"); \ +static_assert(sizeof(WBP_ServerBrowser_ContractorSelector_C_OnLoaded_51F23A4943941A9E9DE1DBB426DE1827) == 0x000008, "Wrong size on WBP_ServerBrowser_ContractorSelector_C_OnLoaded_51F23A4943941A9E9DE1DBB426DE1827"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_OnLoaded_51F23A4943941A9E9DE1DBB426DE1827, Loaded) == 0x000000, "Member 'WBP_ServerBrowser_ContractorSelector_C_OnLoaded_51F23A4943941A9E9DE1DBB426DE1827::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_ContractorSelector_C_GetContractorName \ +static_assert(alignof(WBP_ServerBrowser_ContractorSelector_C_GetContractorName) == 0x000008, "Wrong alignment on WBP_ServerBrowser_ContractorSelector_C_GetContractorName"); \ +static_assert(sizeof(WBP_ServerBrowser_ContractorSelector_C_GetContractorName) == 0x000018, "Wrong size on WBP_ServerBrowser_ContractorSelector_C_GetContractorName"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorSelector_C_GetContractorName, ReturnValue) == 0x000000, "Member 'WBP_ServerBrowser_ContractorSelector_C_GetContractorName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ServerBrowser_ContractorSelector_C \ +static_assert(alignof(UWBP_ServerBrowser_ContractorSelector_C) == 0x000008, "Wrong alignment on UWBP_ServerBrowser_ContractorSelector_C"); \ +static_assert(sizeof(UWBP_ServerBrowser_ContractorSelector_C) == 0x000418, "Wrong size on UWBP_ServerBrowser_ContractorSelector_C"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorSelector_C, UberGraphFrame) == 0x000388, "Member 'UWBP_ServerBrowser_ContractorSelector_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorSelector_C, DistortionAnim) == 0x000390, "Member 'UWBP_ServerBrowser_ContractorSelector_C::DistortionAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorSelector_C, Intro) == 0x000398, "Member 'UWBP_ServerBrowser_ContractorSelector_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorSelector_C, Image_ContractorIcon) == 0x0003A0, "Member 'UWBP_ServerBrowser_ContractorSelector_C::Image_ContractorIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorSelector_C, TinyTop_Text) == 0x0003A8, "Member 'UWBP_ServerBrowser_ContractorSelector_C::TinyTop_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorSelector_C, TinyTop_Text_1) == 0x0003B0, "Member 'UWBP_ServerBrowser_ContractorSelector_C::TinyTop_Text_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorSelector_C, TinyTop_Text_2) == 0x0003B8, "Member 'UWBP_ServerBrowser_ContractorSelector_C::TinyTop_Text_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorSelector_C, TinyTop_Text_3) == 0x0003C0, "Member 'UWBP_ServerBrowser_ContractorSelector_C::TinyTop_Text_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorSelector_C, ContractorIconMap) == 0x0003C8, "Member 'UWBP_ServerBrowser_ContractorSelector_C::ContractorIconMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions \ +static_assert(alignof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions) == 0x000008, "Wrong alignment on WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions"); \ +static_assert(sizeof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions) == 0x000198, "Wrong size on WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, EntryPoint) == 0x000000, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, CallFunc_PopulateOwnedHeistMap_FoundHeists) == 0x000010, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::CallFunc_PopulateOwnedHeistMap_FoundHeists' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, K2Node_CustomEvent_HeistTitle_1) == 0x000018, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::K2Node_CustomEvent_HeistTitle_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, K2Node_CustomEvent_IsHeistActive_1) == 0x000030, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::K2Node_CustomEvent_IsHeistActive_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, K2Node_CustomEvent_HeistTitle) == 0x000038, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::K2Node_CustomEvent_HeistTitle' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, K2Node_CustomEvent_IsHeistActive) == 0x000050, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::K2Node_CustomEvent_IsHeistActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, CallFunc_Conv_TextToString_ReturnValue) == 0x000058, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, K2Node_CreateDelegate_OutputDelegate) == 0x000068, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, K2Node_Event_IsDesignTime) == 0x00007C, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, CallFunc_GetAllChildren_ReturnValue) == 0x000080, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, CallFunc_Array_Get_Item) == 0x000090, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, K2Node_DynamicCast_AsWBP_Yes_No_Line_Item_Menu_Button) == 0x0000A0, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::K2Node_DynamicCast_AsWBP_Yes_No_Line_Item_Menu_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, CallFunc_Less_IntInt_ReturnValue) == 0x0000A9, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, CallFunc_GetDisplayName_ReturnValue) == 0x0000B0, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, CallFunc_IsVisible_ReturnValue) == 0x0000C0, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, K2Node_ComponentBoundEvent_NewIndex_2) == 0x0000C4, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::K2Node_ComponentBoundEvent_NewIndex_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, K2Node_ComponentBoundEvent_Button) == 0x0000C8, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, CallFunc_GetButtonName_ButtonName) == 0x0000D0, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::CallFunc_GetButtonName_ButtonName' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000E8, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, CallFunc_GetDisplayName_ReturnValue_1) == 0x0000F8, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, CallFunc_NotEqual_StriStri_ReturnValue) == 0x000108, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::CallFunc_NotEqual_StriStri_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, CallFunc_GetButtonName_ButtonName_1) == 0x000110, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::CallFunc_GetButtonName_ButtonName_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, CallFunc_BooleanAND_ReturnValue) == 0x000128, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, CallFunc_Conv_TextToString_ReturnValue_2) == 0x000130, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, K2Node_ComponentBoundEvent_NewIndex_1) == 0x000140, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::K2Node_ComponentBoundEvent_NewIndex_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000148, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, K2Node_ComponentBoundEvent_NewIndex) == 0x000150, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::K2Node_ComponentBoundEvent_NewIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, CallFunc_GetHeistDataForActiveHeists_ActiveHeistData) == 0x000158, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::CallFunc_GetHeistDataForActiveHeists_ActiveHeistData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, CallFunc_GetAllChildren_ReturnValue_1) == 0x000168, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::CallFunc_GetAllChildren_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, CallFunc_HasFocusedDescendants_ReturnValue) == 0x000178, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::CallFunc_HasFocusedDescendants_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, CallFunc_Array_Get_Item_1) == 0x000180, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, K2Node_DynamicCast_AsWBP_Yes_No_Line_Item_Menu_Button_1) == 0x000188, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::K2Node_DynamicCast_AsWBP_Yes_No_Line_Item_Menu_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, K2Node_DynamicCast_bSuccess_1) == 0x000190, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions, CallFunc_IsVisible_ReturnValue_1) == 0x000191, "Member 'WBP_ServerBrowser_ContractorOptions_C_ExecuteUbergraph_WBP_ServerBrowser_ContractorOptions::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_TacticFilter_K2Node_ComponentBoundEvent_3_SBZOnSelectorOptionChanged__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_TacticFilter_K2Node_ComponentBoundEvent_3_SBZOnSelectorOptionChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_TacticFilter_K2Node_ComponentBoundEvent_3_SBZOnSelectorOptionChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_TacticFilter_K2Node_ComponentBoundEvent_3_SBZOnSelectorOptionChanged__DelegateSignature) == 0x000004, "Wrong size on WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_TacticFilter_K2Node_ComponentBoundEvent_3_SBZOnSelectorOptionChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_TacticFilter_K2Node_ComponentBoundEvent_3_SBZOnSelectorOptionChanged__DelegateSignature, NewIndex) == 0x000000, "Member 'WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_TacticFilter_K2Node_ComponentBoundEvent_3_SBZOnSelectorOptionChanged__DelegateSignature::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_DifficultyFilter_K2Node_ComponentBoundEvent_0_SBZOnSelectorOptionChanged__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_DifficultyFilter_K2Node_ComponentBoundEvent_0_SBZOnSelectorOptionChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_DifficultyFilter_K2Node_ComponentBoundEvent_0_SBZOnSelectorOptionChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_DifficultyFilter_K2Node_ComponentBoundEvent_0_SBZOnSelectorOptionChanged__DelegateSignature) == 0x000004, "Wrong size on WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_DifficultyFilter_K2Node_ComponentBoundEvent_0_SBZOnSelectorOptionChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_DifficultyFilter_K2Node_ComponentBoundEvent_0_SBZOnSelectorOptionChanged__DelegateSignature, NewIndex) == 0x000000, "Member 'WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_DifficultyFilter_K2Node_ComponentBoundEvent_0_SBZOnSelectorOptionChanged__DelegateSignature::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_WBP_ServerBrowser_InspectButton_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_WBP_ServerBrowser_InspectButton_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_WBP_ServerBrowser_InspectButton_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_WBP_ServerBrowser_InspectButton_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_WBP_ServerBrowser_InspectButton_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_WBP_ServerBrowser_InspectButton_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_WBP_ServerBrowser_InspectButton_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_WBP_ServerBrowser_Navbar_K2Node_ComponentBoundEvent_1_OnIndexChanged__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_WBP_ServerBrowser_Navbar_K2Node_ComponentBoundEvent_1_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_WBP_ServerBrowser_Navbar_K2Node_ComponentBoundEvent_1_OnIndexChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_WBP_ServerBrowser_Navbar_K2Node_ComponentBoundEvent_1_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong size on WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_WBP_ServerBrowser_Navbar_K2Node_ComponentBoundEvent_1_OnIndexChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_WBP_ServerBrowser_Navbar_K2Node_ComponentBoundEvent_1_OnIndexChanged__DelegateSignature, NewIndex) == 0x000000, "Member 'WBP_ServerBrowser_ContractorOptions_C_BndEvt__WBP_ServerBrowser_ContractorOptions_WBP_ServerBrowser_Navbar_K2Node_ComponentBoundEvent_1_OnIndexChanged__DelegateSignature::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_ContractorOptions_C_PreConstruct \ +static_assert(alignof(WBP_ServerBrowser_ContractorOptions_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ServerBrowser_ContractorOptions_C_PreConstruct"); \ +static_assert(sizeof(WBP_ServerBrowser_ContractorOptions_C_PreConstruct) == 0x000001, "Wrong size on WBP_ServerBrowser_ContractorOptions_C_PreConstruct"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ServerBrowser_ContractorOptions_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_ContractorOptions_C_AllHeistsUpdated \ +static_assert(alignof(WBP_ServerBrowser_ContractorOptions_C_AllHeistsUpdated) == 0x000008, "Wrong alignment on WBP_ServerBrowser_ContractorOptions_C_AllHeistsUpdated"); \ +static_assert(sizeof(WBP_ServerBrowser_ContractorOptions_C_AllHeistsUpdated) == 0x000020, "Wrong size on WBP_ServerBrowser_ContractorOptions_C_AllHeistsUpdated"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AllHeistsUpdated, HeistTitle) == 0x000000, "Member 'WBP_ServerBrowser_ContractorOptions_C_AllHeistsUpdated::HeistTitle' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AllHeistsUpdated, IsHeistActive) == 0x000018, "Member 'WBP_ServerBrowser_ContractorOptions_C_AllHeistsUpdated::IsHeistActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_ContractorOptions_C_HeistLineItemUpdated \ +static_assert(alignof(WBP_ServerBrowser_ContractorOptions_C_HeistLineItemUpdated) == 0x000008, "Wrong alignment on WBP_ServerBrowser_ContractorOptions_C_HeistLineItemUpdated"); \ +static_assert(sizeof(WBP_ServerBrowser_ContractorOptions_C_HeistLineItemUpdated) == 0x000020, "Wrong size on WBP_ServerBrowser_ContractorOptions_C_HeistLineItemUpdated"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_HeistLineItemUpdated, HeistTitle) == 0x000000, "Member 'WBP_ServerBrowser_ContractorOptions_C_HeistLineItemUpdated::HeistTitle' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_HeistLineItemUpdated, IsHeistActive) == 0x000018, "Member 'WBP_ServerBrowser_ContractorOptions_C_HeistLineItemUpdated::IsHeistActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap \ +static_assert(alignof(WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap) == 0x000008, "Wrong alignment on WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap"); \ +static_assert(sizeof(WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap) == 0x000188, "Wrong size on WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap, FoundHeists) == 0x000000, "Member 'WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap::FoundHeists' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap, TempLocalArray) == 0x000008, "Member 'WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap::TempLocalArray' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap, CallFunc_Map_Length_ReturnValue) == 0x000024, "Member 'WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap, K2Node_MakeStruct_S_ContractorHeists) == 0x000030, "Member 'WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap::K2Node_MakeStruct_S_ContractorHeists' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap, CallFunc_GetAllHeistData_ReturnValue) == 0x000040, "Member 'WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap::CallFunc_GetAllHeistData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap, CallFunc_Array_Get_Item) == 0x000058, "Member 'WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap, CallFunc_Array_AddUnique_ReturnValue) == 0x000084, "Member 'WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap, CallFunc_Conv_TextToString_ReturnValue) == 0x000088, "Member 'WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000098, "Member 'WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap, CallFunc_CheckOwnedHeists_Found) == 0x0000A8, "Member 'WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap::CallFunc_CheckOwnedHeists_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap, CallFunc_CheckOwnedHeists_HeistData) == 0x0000B0, "Member 'WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap::CallFunc_CheckOwnedHeists_HeistData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap, CallFunc_Map_Find_Value) == 0x000168, "Member 'WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap, CallFunc_Map_Find_ReturnValue) == 0x000178, "Member 'WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap, CallFunc_Len_ReturnValue) == 0x00017C, "Member 'WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap::CallFunc_Len_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000180, "Member 'WBP_ServerBrowser_ContractorOptions_C_PopulateOwnedHeistMap::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector \ +static_assert(alignof(WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector) == 0x000008, "Wrong alignment on WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector"); \ +static_assert(sizeof(WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector) == 0x0000E8, "Wrong size on WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector, LocalNavigationButtonNames) == 0x000000, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector::LocalNavigationButtonNames' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector, LocalContractorIconMap) == 0x000010, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector::LocalContractorIconMap' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector, Temp_int_Array_Index_Variable) == 0x000060, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector, Temp_int_Loop_Counter_Variable) == 0x000064, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000070, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector, CallFunc_Map_Keys_Keys) == 0x000078, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector, CallFunc_Array_Get_Item) == 0x000090, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector, CallFunc_Less_IntInt_ReturnValue) == 0x0000A0, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector, CallFunc_Conv_StringToText_ReturnValue) == 0x0000A8, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector, CallFunc_Array_AddUnique_ReturnValue) == 0x0000C0, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector, CallFunc_Map_Find_Value) == 0x0000C8, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector, CallFunc_Map_Find_ReturnValue) == 0x0000D8, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector, CallFunc_Array_Get_Item_1) == 0x0000E0, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddDataToSelector::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_ContractorOptions_C_SetOwnedHeists \ +static_assert(alignof(WBP_ServerBrowser_ContractorOptions_C_SetOwnedHeists) == 0x000008, "Wrong alignment on WBP_ServerBrowser_ContractorOptions_C_SetOwnedHeists"); \ +static_assert(sizeof(WBP_ServerBrowser_ContractorOptions_C_SetOwnedHeists) == 0x000018, "Wrong size on WBP_ServerBrowser_ContractorOptions_C_SetOwnedHeists"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_SetOwnedHeists, InOwnedHeists) == 0x000000, "Member 'WBP_ServerBrowser_ContractorOptions_C_SetOwnedHeists::InOwnedHeists' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_SetOwnedHeists, LocalFoundInOwned) == 0x000010, "Member 'WBP_ServerBrowser_ContractorOptions_C_SetOwnedHeists::LocalFoundInOwned' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists \ +static_assert(alignof(WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists) == 0x000008, "Wrong alignment on WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists"); \ +static_assert(sizeof(WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists) == 0x0001F8, "Wrong size on WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists, InHeistToFind) == 0x000000, "Member 'WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists::InHeistToFind' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists, Found) == 0x000010, "Member 'WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists::Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists, HeistData) == 0x000018, "Member 'WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists::HeistData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists, Temp_int_Loop_Counter_Variable) == 0x0000D0, "Member 'WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists, CallFunc_Add_IntInt_ReturnValue) == 0x0000D4, "Member 'WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists, Temp_int_Array_Index_Variable) == 0x0000D8, "Member 'WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists, Temp_int_Array_Index_Variable_1) == 0x0000DC, "Member 'WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists, Temp_int_Loop_Counter_Variable_1) == 0x0000E0, "Member 'WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists, CallFunc_Array_Get_Item) == 0x0000E8, "Member 'WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists, CallFunc_Array_Length_ReturnValue) == 0x000118, "Member 'WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists, CallFunc_Less_IntInt_ReturnValue) == 0x00011C, "Member 'WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists, CallFunc_Array_Get_Item_1) == 0x000120, "Member 'WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists, CallFunc_Array_Length_ReturnValue_1) == 0x0001D8, "Member 'WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists, CallFunc_Conv_TextToString_ReturnValue) == 0x0001E0, "Member 'WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001F0, "Member 'WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0001F1, "Member 'WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists, CallFunc_Add_IntInt_ReturnValue_1) == 0x0001F4, "Member 'WBP_ServerBrowser_ContractorOptions_C_CheckOwnedHeists::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox \ +static_assert(alignof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox) == 0x000008, "Wrong alignment on WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox"); \ +static_assert(sizeof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox) == 0x0001B0, "Wrong size on WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, Local_HeistLineExists) == 0x000000, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::Local_HeistLineExists' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, K2Node_MakeStruct_Margin) == 0x000014, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, CallFunc_Create_ReturnValue) == 0x000028, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, Temp_bool_Variable) == 0x000030, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, K2Node_DynamicCast_AsScroll_Box_Slot) == 0x000038, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::K2Node_DynamicCast_AsScroll_Box_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, K2Node_CreateDelegate_OutputDelegate) == 0x000044, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, Temp_int_Loop_Counter_Variable_1) == 0x000058, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, CallFunc_Add_IntInt_ReturnValue_1) == 0x00005C, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, CallFunc_Map_Keys_Keys) == 0x000060, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, CallFunc_AddChild_ReturnValue) == 0x000070, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, CallFunc_Array_Get_Item) == 0x000078, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, CallFunc_Less_IntInt_ReturnValue) == 0x00008C, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, CallFunc_Map_Find_Value) == 0x000090, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, CallFunc_Map_Find_ReturnValue) == 0x0000A0, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, CallFunc_Array_Length_ReturnValue_1) == 0x0000A4, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000B0, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, CallFunc_Conv_TextToString_ReturnValue) == 0x0000B8, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000C8, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, CallFunc_CheckOwnedHeists_Found) == 0x0000D8, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::CallFunc_CheckOwnedHeists_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, CallFunc_CheckOwnedHeists_HeistData) == 0x0000E0, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::CallFunc_CheckOwnedHeists_HeistData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, CallFunc_FindHeistInScrollBox_Found) == 0x000198, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::CallFunc_FindHeistInScrollBox_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, CallFunc_FindHeistInScrollBox_ItemRef) == 0x0001A0, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::CallFunc_FindHeistInScrollBox_ItemRef' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox, CallFunc_Not_PreBool_ReturnValue) == 0x0001A8, "Member 'WBP_ServerBrowser_ContractorOptions_C_AddOwnedHeistsToScrollBox::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor \ +static_assert(alignof(WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor) == 0x000008, "Wrong alignment on WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor"); \ +static_assert(sizeof(WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor) == 0x0000B8, "Wrong size on WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor, Key) == 0x000000, "Member 'WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor::Key' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor, CallFunc_GetDisplayName_ReturnValue) == 0x000020, "Member 'WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor, Temp_int_Array_Index_Variable_1) == 0x000030, "Member 'WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor, Temp_int_Loop_Counter_Variable_1) == 0x000034, "Member 'WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor, CallFunc_Add_IntInt_ReturnValue_1) == 0x000038, "Member 'WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor, CallFunc_GetAllChildren_ReturnValue) == 0x000040, "Member 'WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor, CallFunc_Map_Find_Value) == 0x000050, "Member 'WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor, CallFunc_Map_Find_ReturnValue) == 0x000060, "Member 'WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor, CallFunc_Array_Get_Item) == 0x000068, "Member 'WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor, K2Node_DynamicCast_AsWBP_Yes_No_Line_Item_Menu_Button) == 0x000070, "Member 'WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor::K2Node_DynamicCast_AsWBP_Yes_No_Line_Item_Menu_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor, CallFunc_Array_Get_Item_1) == 0x000080, "Member 'WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor, CallFunc_EqualEqual_IgnoreCase_TextText_ReturnValue) == 0x000088, "Member 'WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor::CallFunc_EqualEqual_IgnoreCase_TextText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor, CallFunc_GetDisplayName_ReturnValue_1) == 0x000090, "Member 'WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor, CallFunc_NotEqual_StriStri_ReturnValue) == 0x0000A0, "Member 'WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor::CallFunc_NotEqual_StriStri_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor, CallFunc_Array_Length_ReturnValue) == 0x0000A4, "Member 'WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor, CallFunc_Less_IntInt_ReturnValue) == 0x0000A8, "Member 'WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor, CallFunc_Array_Length_ReturnValue_1) == 0x0000AC, "Member 'WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000B0, "Member 'WBP_ServerBrowser_ContractorOptions_C_RevealHeistsForContractor::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox \ +static_assert(alignof(WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox) == 0x000008, "Wrong alignment on WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox"); \ +static_assert(sizeof(WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox) == 0x000070, "Wrong size on WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox, HeistNameToFind) == 0x000000, "Member 'WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox::HeistNameToFind' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox, Found) == 0x000018, "Member 'WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox::Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox, ItemRef) == 0x000020, "Member 'WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox::ItemRef' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox, Local_HeistLineExists) == 0x000028, "Member 'WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox::Local_HeistLineExists' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox, CallFunc_GetAllChildren_ReturnValue) == 0x000038, "Member 'WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox, CallFunc_Array_Get_Item) == 0x000050, "Member 'WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox, K2Node_DynamicCast_AsWBP_Yes_No_Line_Item_Menu_Button) == 0x000060, "Member 'WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox::K2Node_DynamicCast_AsWBP_Yes_No_Line_Item_Menu_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox, CallFunc_EqualEqual_IgnoreCase_TextText_ReturnValue) == 0x000069, "Member 'WBP_ServerBrowser_ContractorOptions_C_FindHeistInScrollBox::CallFunc_EqualEqual_IgnoreCase_TextText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_ContractorOptions_C_ResetAllHeistsInScrollBox \ +static_assert(alignof(WBP_ServerBrowser_ContractorOptions_C_ResetAllHeistsInScrollBox) == 0x000008, "Wrong alignment on WBP_ServerBrowser_ContractorOptions_C_ResetAllHeistsInScrollBox"); \ +static_assert(sizeof(WBP_ServerBrowser_ContractorOptions_C_ResetAllHeistsInScrollBox) == 0x000048, "Wrong size on WBP_ServerBrowser_ContractorOptions_C_ResetAllHeistsInScrollBox"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ResetAllHeistsInScrollBox, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_ServerBrowser_ContractorOptions_C_ResetAllHeistsInScrollBox::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ResetAllHeistsInScrollBox, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_ServerBrowser_ContractorOptions_C_ResetAllHeistsInScrollBox::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ResetAllHeistsInScrollBox, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_ContractorOptions_C_ResetAllHeistsInScrollBox::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ResetAllHeistsInScrollBox, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_ServerBrowser_ContractorOptions_C_ResetAllHeistsInScrollBox::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ResetAllHeistsInScrollBox, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_ServerBrowser_ContractorOptions_C_ResetAllHeistsInScrollBox::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ResetAllHeistsInScrollBox, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_ServerBrowser_ContractorOptions_C_ResetAllHeistsInScrollBox::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ResetAllHeistsInScrollBox, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_ServerBrowser_ContractorOptions_C_ResetAllHeistsInScrollBox::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ResetAllHeistsInScrollBox, K2Node_DynamicCast_AsWBP_Yes_No_Line_Item_Menu_Button) == 0x000038, "Member 'WBP_ServerBrowser_ContractorOptions_C_ResetAllHeistsInScrollBox::K2Node_DynamicCast_AsWBP_Yes_No_Line_Item_Menu_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_ResetAllHeistsInScrollBox, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_ServerBrowser_ContractorOptions_C_ResetAllHeistsInScrollBox::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState \ +static_assert(alignof(WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState) == 0x000008, "Wrong alignment on WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState"); \ +static_assert(sizeof(WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState) == 0x000048, "Wrong size on WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState, Temp_bool_True_if_break_was_hit_Variable) == 0x000000, "Member 'WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState, CallFunc_GetAllChildren_ReturnValue) == 0x000018, "Member 'WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState, K2Node_DynamicCast_AsWBP_Yes_No_Line_Item_Menu_Button) == 0x000038, "Member 'WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState::K2Node_DynamicCast_AsWBP_Yes_No_Line_Item_Menu_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState, CallFunc_Less_IntInt_ReturnValue) == 0x000041, "Member 'WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState, CallFunc_BooleanAND_ReturnValue) == 0x000042, "Member 'WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState, CallFunc_IsVisible_ReturnValue) == 0x000043, "Member 'WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState, CallFunc_TextIsEmpty_ReturnValue) == 0x000044, "Member 'WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState, CallFunc_Not_PreBool_ReturnValue_1) == 0x000045, "Member 'WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState, CallFunc_BooleanAND_ReturnValue_1) == 0x000046, "Member 'WBP_ServerBrowser_ContractorOptions_C_UpdateAllDefaultState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists \ +static_assert(alignof(WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists) == 0x000008, "Wrong alignment on WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists"); \ +static_assert(sizeof(WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists) == 0x000090, "Wrong size on WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists, ActiveHeistData) == 0x000000, "Member 'WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists::ActiveHeistData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists, Local_ActiveHeistData) == 0x000010, "Member 'WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists::Local_ActiveHeistData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists, CallFunc_Map_Keys_Keys) == 0x000030, "Member 'WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists, CallFunc_Array_Get_Item) == 0x000048, "Member 'WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists, CallFunc_Conv_StringToText_ReturnValue) == 0x000060, "Member 'WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists, CallFunc_FindHeistInScrollBox_Found) == 0x000078, "Member 'WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists::CallFunc_FindHeistInScrollBox_Found' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists, CallFunc_FindHeistInScrollBox_ItemRef) == 0x000080, "Member 'WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists::CallFunc_FindHeistInScrollBox_ItemRef' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists, CallFunc_Map_Find_Value) == 0x000088, "Member 'WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists, CallFunc_Map_Find_ReturnValue) == 0x000089, "Member 'WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists, CallFunc_BooleanAND_ReturnValue) == 0x00008A, "Member 'WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists, CallFunc_Array_AddUnique_ReturnValue) == 0x00008C, "Member 'WBP_ServerBrowser_ContractorOptions_C_GetHeistDataForActiveHeists::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox \ +static_assert(alignof(WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox) == 0x000008, "Wrong alignment on WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox"); \ +static_assert(sizeof(WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox) == 0x000060, "Wrong size on WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox, Navigation_0) == 0x000000, "Member 'WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox, ReturnValue) == 0x000008, "Member 'WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox, FocusTarget) == 0x000010, "Member 'WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox::FocusTarget' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox, CallFunc_GetAllChildren_ReturnValue) == 0x000028, "Member 'WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox, K2Node_DynamicCast_AsWBP_Yes_No_Line_Item_Menu_Button) == 0x000050, "Member 'WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox::K2Node_DynamicCast_AsWBP_Yes_No_Line_Item_Menu_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox, CallFunc_IsVisible_ReturnValue) == 0x000059, "Member 'WBP_ServerBrowser_ContractorOptions_C_CustomUpNav_ForItemsBelowScrollbox::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ServerBrowser_ContractorOptions_C \ +static_assert(alignof(UWBP_ServerBrowser_ContractorOptions_C) == 0x000008, "Wrong alignment on UWBP_ServerBrowser_ContractorOptions_C"); \ +static_assert(sizeof(UWBP_ServerBrowser_ContractorOptions_C) == 0x0003C8, "Wrong size on UWBP_ServerBrowser_ContractorOptions_C"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorOptions_C, UberGraphFrame) == 0x000290, "Member 'UWBP_ServerBrowser_ContractorOptions_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorOptions_C, Applied) == 0x000298, "Member 'UWBP_ServerBrowser_ContractorOptions_C::Applied' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorOptions_C, Intro) == 0x0002A0, "Member 'UWBP_ServerBrowser_ContractorOptions_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorOptions_C, TabChange) == 0x0002A8, "Member 'UWBP_ServerBrowser_ContractorOptions_C::TabChange' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorOptions_C, ApplyButton) == 0x0002B0, "Member 'UWBP_ServerBrowser_ContractorOptions_C::ApplyButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorOptions_C, ContractorOptions_Ws) == 0x0002B8, "Member 'UWBP_ServerBrowser_ContractorOptions_C::ContractorOptions_Ws' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorOptions_C, ContractorSelector) == 0x0002C0, "Member 'UWBP_ServerBrowser_ContractorOptions_C::ContractorSelector' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorOptions_C, DifficultyFilter) == 0x0002C8, "Member 'UWBP_ServerBrowser_ContractorOptions_C::DifficultyFilter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorOptions_C, Heists_Sb) == 0x0002D0, "Member 'UWBP_ServerBrowser_ContractorOptions_C::Heists_Sb' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorOptions_C, TacticFilter) == 0x0002D8, "Member 'UWBP_ServerBrowser_ContractorOptions_C::TacticFilter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorOptions_C, Title_T) == 0x0002E0, "Member 'UWBP_ServerBrowser_ContractorOptions_C::Title_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorOptions_C, WBP_All_Default) == 0x0002E8, "Member 'UWBP_ServerBrowser_ContractorOptions_C::WBP_All_Default' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorOptions_C, WBP_ServerBrowser_Navbar) == 0x0002F0, "Member 'UWBP_ServerBrowser_ContractorOptions_C::WBP_ServerBrowser_Navbar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorOptions_C, ContractorOwnedHeistMap) == 0x0002F8, "Member 'UWBP_ServerBrowser_ContractorOptions_C::ContractorOwnedHeistMap' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorOptions_C, OwnedHeists) == 0x000348, "Member 'UWBP_ServerBrowser_ContractorOptions_C::OwnedHeists' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorOptions_C, IsConstructed) == 0x000358, "Member 'UWBP_ServerBrowser_ContractorOptions_C::IsConstructed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorOptions_C, ActiveHeists) == 0x000360, "Member 'UWBP_ServerBrowser_ContractorOptions_C::ActiveHeists' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorOptions_C, SendFiltersToApply) == 0x0003B0, "Member 'UWBP_ServerBrowser_ContractorOptions_C::SendFiltersToApply' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_ContractorOptions_C, AllButtonState) == 0x0003C0, "Member 'UWBP_ServerBrowser_ContractorOptions_C::AllButtonState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar \ +static_assert(alignof(WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar) == 0x000008, "Wrong alignment on WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar"); \ +static_assert(sizeof(WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar) == 0x000040, "Wrong size on WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar, EntryPoint) == 0x000000, "Member 'WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar, K2Node_CustomEvent_ShouldHideTitle) == 0x000004, "Member 'WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar::K2Node_CustomEvent_ShouldHideTitle' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar, Temp_bool_Variable) == 0x000005, "Member 'WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar, Temp_byte_Variable) == 0x000006, "Member 'WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar, Temp_byte_Variable_1) == 0x000007, "Member 'WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar, K2Node_Event_IsDesignTime) == 0x000008, "Member 'WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar, K2Node_ComponentBoundEvent_Button_3) == 0x000010, "Member 'WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar, K2Node_ComponentBoundEvent_Button_2) == 0x000018, "Member 'WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar, K2Node_ComponentBoundEvent_Button_1) == 0x000020, "Member 'WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x000028, "Member 'WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar, K2Node_ComponentBoundEvent_Button) == 0x000030, "Member 'WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar, K2Node_ComponentBoundEvent_bIsEnabled) == 0x000038, "Member 'WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar, K2Node_ComponentBoundEvent_InVisibility) == 0x000039, "Member 'WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar::K2Node_ComponentBoundEvent_InVisibility' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00003A, "Member 'WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar, CallFunc_HasKeyboardFocus_ReturnValue) == 0x00003B, "Member 'WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar, CallFunc_HasKeyboardFocus_ReturnValue_1) == 0x00003C, "Member 'WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar::CallFunc_HasKeyboardFocus_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar, CallFunc_BooleanOR_ReturnValue) == 0x00003D, "Member 'WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar, K2Node_CustomEvent_bInIsEnabled) == 0x00003E, "Member 'WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar::K2Node_CustomEvent_bInIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar, K2Node_Select_Default) == 0x00003F, "Member 'WBP_ServerBrowser_FilterBar_C_ExecuteUbergraph_WBP_ServerBrowser_FilterBar::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_FilterBar_C_HideTitleBar \ +static_assert(alignof(WBP_ServerBrowser_FilterBar_C_HideTitleBar) == 0x000001, "Wrong alignment on WBP_ServerBrowser_FilterBar_C_HideTitleBar"); \ +static_assert(sizeof(WBP_ServerBrowser_FilterBar_C_HideTitleBar) == 0x000001, "Wrong size on WBP_ServerBrowser_FilterBar_C_HideTitleBar"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_HideTitleBar, ShouldHideTitle_0) == 0x000000, "Member 'WBP_ServerBrowser_FilterBar_C_HideTitleBar::ShouldHideTitle_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_FilterBar_C_ToggleRefreshButton \ +static_assert(alignof(WBP_ServerBrowser_FilterBar_C_ToggleRefreshButton) == 0x000001, "Wrong alignment on WBP_ServerBrowser_FilterBar_C_ToggleRefreshButton"); \ +static_assert(sizeof(WBP_ServerBrowser_FilterBar_C_ToggleRefreshButton) == 0x000001, "Wrong size on WBP_ServerBrowser_FilterBar_C_ToggleRefreshButton"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_ToggleRefreshButton, bInIsEnabled) == 0x000000, "Member 'WBP_ServerBrowser_FilterBar_C_ToggleRefreshButton::bInIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_WBP_UI_Widget_ActionInput_K2Node_ComponentBoundEvent_0_OnVisibilityChangedEvent__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_WBP_UI_Widget_ActionInput_K2Node_ComponentBoundEvent_0_OnVisibilityChangedEvent__DelegateSignature) == 0x000001, "Wrong alignment on WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_WBP_UI_Widget_ActionInput_K2Node_ComponentBoundEvent_0_OnVisibilityChangedEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_WBP_UI_Widget_ActionInput_K2Node_ComponentBoundEvent_0_OnVisibilityChangedEvent__DelegateSignature) == 0x000001, "Wrong size on WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_WBP_UI_Widget_ActionInput_K2Node_ComponentBoundEvent_0_OnVisibilityChangedEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_WBP_UI_Widget_ActionInput_K2Node_ComponentBoundEvent_0_OnVisibilityChangedEvent__DelegateSignature, InVisibility) == 0x000000, "Member 'WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_WBP_UI_Widget_ActionInput_K2Node_ComponentBoundEvent_0_OnVisibilityChangedEvent__DelegateSignature::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_RefreshServers_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_RefreshServers_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_RefreshServers_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_RefreshServers_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_RefreshServers_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_RefreshServers_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_RefreshServers_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_RefreshServers_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_RefreshServers_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_FilterOptions_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_FilterOptions_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_FilterOptions_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_FilterOptions_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_FilterOptions_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_FilterOptions_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_FilterOptions_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_FilterOptions_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_FilterOptions_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_FilterDifficulty_NEW_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_FilterDifficulty_NEW_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_FilterDifficulty_NEW_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_FilterDifficulty_NEW_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_FilterDifficulty_NEW_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_FilterDifficulty_NEW_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_FilterDifficulty_NEW_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_FilterOptions_New_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_FilterOptions_New_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_FilterOptions_New_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_FilterOptions_New_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_FilterOptions_New_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_FilterOptions_New_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_ServerBrowser_FilterBar_C_BndEvt__WBP_ServerBrowser_FilterBar_Button_FilterOptions_New_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_FilterBar_C_PreConstruct \ +static_assert(alignof(WBP_ServerBrowser_FilterBar_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ServerBrowser_FilterBar_C_PreConstruct"); \ +static_assert(sizeof(WBP_ServerBrowser_FilterBar_C_PreConstruct) == 0x000001, "Wrong size on WBP_ServerBrowser_FilterBar_C_PreConstruct"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ServerBrowser_FilterBar_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_FilterBar_C_HandleButtonFocusChanged \ +static_assert(alignof(WBP_ServerBrowser_FilterBar_C_HandleButtonFocusChanged) == 0x000008, "Wrong alignment on WBP_ServerBrowser_FilterBar_C_HandleButtonFocusChanged"); \ +static_assert(sizeof(WBP_ServerBrowser_FilterBar_C_HandleButtonFocusChanged) == 0x000070, "Wrong size on WBP_ServerBrowser_FilterBar_C_HandleButtonFocusChanged"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_HandleButtonFocusChanged, Button) == 0x000000, "Member 'WBP_ServerBrowser_FilterBar_C_HandleButtonFocusChanged::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_HandleButtonFocusChanged, IsButtonEnabled) == 0x000008, "Member 'WBP_ServerBrowser_FilterBar_C_HandleButtonFocusChanged::IsButtonEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_HandleButtonFocusChanged, EmptyButtonActionDisplayText) == 0x000010, "Member 'WBP_ServerBrowser_FilterBar_C_HandleButtonFocusChanged::EmptyButtonActionDisplayText' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_HandleButtonFocusChanged, K2Node_DynamicCast_AsWBP_Server_Browser_Screen) == 0x000060, "Member 'WBP_ServerBrowser_FilterBar_C_HandleButtonFocusChanged::K2Node_DynamicCast_AsWBP_Server_Browser_Screen' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_HandleButtonFocusChanged, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'WBP_ServerBrowser_FilterBar_C_HandleButtonFocusChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerBrowser_FilterBar_C_SwitchToOptions \ +static_assert(alignof(WBP_ServerBrowser_FilterBar_C_SwitchToOptions) == 0x000001, "Wrong alignment on WBP_ServerBrowser_FilterBar_C_SwitchToOptions"); \ +static_assert(sizeof(WBP_ServerBrowser_FilterBar_C_SwitchToOptions) == 0x000004, "Wrong size on WBP_ServerBrowser_FilterBar_C_SwitchToOptions"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_SwitchToOptions, bIsActive) == 0x000000, "Member 'WBP_ServerBrowser_FilterBar_C_SwitchToOptions::bIsActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_SwitchToOptions, CallFunc_GetVisibility_ReturnValue) == 0x000001, "Member 'WBP_ServerBrowser_FilterBar_C_SwitchToOptions::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_SwitchToOptions, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'WBP_ServerBrowser_FilterBar_C_SwitchToOptions::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerBrowser_FilterBar_C_SwitchToOptions, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'WBP_ServerBrowser_FilterBar_C_SwitchToOptions::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ServerBrowser_FilterBar_C \ +static_assert(alignof(UWBP_ServerBrowser_FilterBar_C) == 0x000008, "Wrong alignment on UWBP_ServerBrowser_FilterBar_C"); \ +static_assert(sizeof(UWBP_ServerBrowser_FilterBar_C) == 0x000300, "Wrong size on UWBP_ServerBrowser_FilterBar_C"); \ +static_assert(offsetof(UWBP_ServerBrowser_FilterBar_C, UberGraphFrame) == 0x000290, "Member 'UWBP_ServerBrowser_FilterBar_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_FilterBar_C, Button_FilterOptions) == 0x000298, "Member 'UWBP_ServerBrowser_FilterBar_C::Button_FilterOptions' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_FilterBar_C, Button_RefreshServers) == 0x0002A0, "Member 'UWBP_ServerBrowser_FilterBar_C::Button_RefreshServers' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_FilterBar_C, Title_O) == 0x0002A8, "Member 'UWBP_ServerBrowser_FilterBar_C::Title_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_FilterBar_C, TitleBg_I) == 0x0002B0, "Member 'UWBP_ServerBrowser_FilterBar_C::TitleBg_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_FilterBar_C, TitleText_T) == 0x0002B8, "Member 'UWBP_ServerBrowser_FilterBar_C::TitleText_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_FilterBar_C, WBP_UI_Widget_ActionInput) == 0x0002C0, "Member 'UWBP_ServerBrowser_FilterBar_C::WBP_UI_Widget_ActionInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_FilterBar_C, isDifficultyFilterOpen) == 0x0002C8, "Member 'UWBP_ServerBrowser_FilterBar_C::isDifficultyFilterOpen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_FilterBar_C, Is_Design_Time) == 0x0002C9, "Member 'UWBP_ServerBrowser_FilterBar_C::Is_Design_Time' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_FilterBar_C, ParentStackScreen) == 0x0002D0, "Member 'UWBP_ServerBrowser_FilterBar_C::ParentStackScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_FilterBar_C, ServersRefreshRequested) == 0x0002D8, "Member 'UWBP_ServerBrowser_FilterBar_C::ServersRefreshRequested' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_FilterBar_C, OnFilterButtonSelected) == 0x0002E8, "Member 'UWBP_ServerBrowser_FilterBar_C::OnFilterButtonSelected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerBrowser_FilterBar_C, ShouldHideTitle) == 0x0002F8, "Member 'UWBP_ServerBrowser_FilterBar_C::ShouldHideTitle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager \ +static_assert(alignof(BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager) == 0x000008, "Wrong alignment on BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager"); \ +static_assert(sizeof(BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager) == 0x000078, "Wrong size on BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager"); \ +static_assert(offsetof(BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager, EntryPoint) == 0x000000, "Member 'BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager, CallFunc_GetAllActorsOfClass_OutActors) == 0x000010, "Member 'BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager, CallFunc_Conv_TextToString_ReturnValue) == 0x000030, "Member 'BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000040, "Member 'BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000044, "Member 'BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager, CallFunc_BreakVector_X) == 0x000050, "Member 'BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager, CallFunc_BreakVector_Y) == 0x000054, "Member 'BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager, CallFunc_BreakVector_Z) == 0x000058, "Member 'BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager, CallFunc_MakeVector_ReturnValue) == 0x00005C, "Member 'BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000068, "Member 'BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager, CallFunc_Array_Add_ReturnValue) == 0x000074, "Member 'BP_MapPinManager_C_ExecuteUbergraph_BP_MapPinManager::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MapPinManager_C \ +static_assert(alignof(ABP_MapPinManager_C) == 0x000008, "Wrong alignment on ABP_MapPinManager_C"); \ +static_assert(sizeof(ABP_MapPinManager_C) == 0x000328, "Wrong size on ABP_MapPinManager_C"); \ +static_assert(offsetof(ABP_MapPinManager_C, UberGraphFrame) == 0x0002A8, "Member 'ABP_MapPinManager_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_MapPinManager_C, DefaultSceneRoot) == 0x0002B0, "Member 'ABP_MapPinManager_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_MapPinManager_C, HeistData) == 0x0002B8, "Member 'ABP_MapPinManager_C::HeistData' has a wrong offset!"); \ +static_assert(offsetof(ABP_MapPinManager_C, HostablePinLocations) == 0x0002C8, "Member 'ABP_MapPinManager_C::HostablePinLocations' has a wrong offset!"); \ +static_assert(offsetof(ABP_MapPinManager_C, JoinablePinLocations) == 0x000318, "Member 'ABP_MapPinManager_C::JoinablePinLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Credits_TextPair_C \ +static_assert(alignof(UWBP_UI_Credits_TextPair_C) == 0x000008, "Wrong alignment on UWBP_UI_Credits_TextPair_C"); \ +static_assert(sizeof(UWBP_UI_Credits_TextPair_C) == 0x0002A0, "Wrong size on UWBP_UI_Credits_TextPair_C"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Credits_Text_C \ +static_assert(alignof(UWBP_UI_Credits_Text_C) == 0x000008, "Wrong alignment on UWBP_UI_Credits_Text_C"); \ +static_assert(sizeof(UWBP_UI_Credits_Text_C) == 0x000298, "Wrong size on UWBP_UI_Credits_Text_C"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Credits_SubTitle_C \ +static_assert(alignof(UWBP_UI_Credits_SubTitle_C) == 0x000008, "Wrong alignment on UWBP_UI_Credits_SubTitle_C"); \ +static_assert(sizeof(UWBP_UI_Credits_SubTitle_C) == 0x000298, "Wrong size on UWBP_UI_Credits_SubTitle_C"); \ + +#define DUMPER7_ASSERTS_ABP_LA_Civ_Cosmetic_Wall_Conversation_2Speakers_Loop_C \ +static_assert(alignof(ABP_LA_Civ_Cosmetic_Wall_Conversation_2Speakers_Loop_C) == 0x000008, "Wrong alignment on ABP_LA_Civ_Cosmetic_Wall_Conversation_2Speakers_Loop_C"); \ +static_assert(sizeof(ABP_LA_Civ_Cosmetic_Wall_Conversation_2Speakers_Loop_C) == 0x0002C8, "Wrong size on ABP_LA_Civ_Cosmetic_Wall_Conversation_2Speakers_Loop_C"); \ +static_assert(offsetof(ABP_LA_Civ_Cosmetic_Wall_Conversation_2Speakers_Loop_C, Speaker_LateJoiner) == 0x0002A8, "Member 'ABP_LA_Civ_Cosmetic_Wall_Conversation_2Speakers_Loop_C::Speaker_LateJoiner' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Cosmetic_Wall_Conversation_2Speakers_Loop_C, Speaker_FirstToJoin) == 0x0002B0, "Member 'ABP_LA_Civ_Cosmetic_Wall_Conversation_2Speakers_Loop_C::Speaker_FirstToJoin' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Cosmetic_Wall_Conversation_2Speakers_Loop_C, SBZLifeActionInstance) == 0x0002B8, "Member 'ABP_LA_Civ_Cosmetic_Wall_Conversation_2Speakers_Loop_C::SBZLifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Cosmetic_Wall_Conversation_2Speakers_Loop_C, SBZLifeAction) == 0x0002C0, "Member 'ABP_LA_Civ_Cosmetic_Wall_Conversation_2Speakers_Loop_C::SBZLifeAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Credits_LineBreak_C \ +static_assert(alignof(UWBP_UI_Credits_LineBreak_C) == 0x000008, "Wrong alignment on UWBP_UI_Credits_LineBreak_C"); \ +static_assert(sizeof(UWBP_UI_Credits_LineBreak_C) == 0x000290, "Wrong size on UWBP_UI_Credits_LineBreak_C"); \ + +#define DUMPER7_ASSERTS_WBP_Widget_VoipWidget_C_ExecuteUbergraph_WBP_Widget_VoipWidget \ +static_assert(alignof(WBP_Widget_VoipWidget_C_ExecuteUbergraph_WBP_Widget_VoipWidget) == 0x000008, "Wrong alignment on WBP_Widget_VoipWidget_C_ExecuteUbergraph_WBP_Widget_VoipWidget"); \ +static_assert(sizeof(WBP_Widget_VoipWidget_C_ExecuteUbergraph_WBP_Widget_VoipWidget) == 0x000028, "Wrong size on WBP_Widget_VoipWidget_C_ExecuteUbergraph_WBP_Widget_VoipWidget"); \ +static_assert(offsetof(WBP_Widget_VoipWidget_C_ExecuteUbergraph_WBP_Widget_VoipWidget, EntryPoint) == 0x000000, "Member 'WBP_Widget_VoipWidget_C_ExecuteUbergraph_WBP_Widget_VoipWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_VoipWidget_C_ExecuteUbergraph_WBP_Widget_VoipWidget, K2Node_Event_PlayerName) == 0x000008, "Member 'WBP_Widget_VoipWidget_C_ExecuteUbergraph_WBP_Widget_VoipWidget::K2Node_Event_PlayerName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_VoipWidget_C_ExecuteUbergraph_WBP_Widget_VoipWidget, K2Node_Event_bPlayerTalking) == 0x000018, "Member 'WBP_Widget_VoipWidget_C_ExecuteUbergraph_WBP_Widget_VoipWidget::K2Node_Event_bPlayerTalking' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_VoipWidget_C_ExecuteUbergraph_WBP_Widget_VoipWidget, CallFunc_Array_AddUnique_ReturnValue) == 0x00001C, "Member 'WBP_Widget_VoipWidget_C_ExecuteUbergraph_WBP_Widget_VoipWidget::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_VoipWidget_C_ExecuteUbergraph_WBP_Widget_VoipWidget, CallFunc_Array_RemoveItem_ReturnValue) == 0x000020, "Member 'WBP_Widget_VoipWidget_C_ExecuteUbergraph_WBP_Widget_VoipWidget::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Widget_VoipWidget_C_OnPlayerTalkingChangedEvent \ +static_assert(alignof(WBP_Widget_VoipWidget_C_OnPlayerTalkingChangedEvent) == 0x000008, "Wrong alignment on WBP_Widget_VoipWidget_C_OnPlayerTalkingChangedEvent"); \ +static_assert(sizeof(WBP_Widget_VoipWidget_C_OnPlayerTalkingChangedEvent) == 0x000018, "Wrong size on WBP_Widget_VoipWidget_C_OnPlayerTalkingChangedEvent"); \ +static_assert(offsetof(WBP_Widget_VoipWidget_C_OnPlayerTalkingChangedEvent, PlayerName) == 0x000000, "Member 'WBP_Widget_VoipWidget_C_OnPlayerTalkingChangedEvent::PlayerName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_VoipWidget_C_OnPlayerTalkingChangedEvent, bPlayerTalking) == 0x000010, "Member 'WBP_Widget_VoipWidget_C_OnPlayerTalkingChangedEvent::bPlayerTalking' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Widget_VoipWidget_C_UpdateVisuals \ +static_assert(alignof(WBP_Widget_VoipWidget_C_UpdateVisuals) == 0x000008, "Wrong alignment on WBP_Widget_VoipWidget_C_UpdateVisuals"); \ +static_assert(sizeof(WBP_Widget_VoipWidget_C_UpdateVisuals) == 0x0000D8, "Wrong size on WBP_Widget_VoipWidget_C_UpdateVisuals"); \ +static_assert(offsetof(WBP_Widget_VoipWidget_C_UpdateVisuals, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_Widget_VoipWidget_C_UpdateVisuals::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_VoipWidget_C_UpdateVisuals, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_Widget_VoipWidget_C_UpdateVisuals::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_VoipWidget_C_UpdateVisuals, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Widget_VoipWidget_C_UpdateVisuals::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_VoipWidget_C_UpdateVisuals, K2Node_MakeStruct_SlateFontInfo) == 0x000010, "Member 'WBP_Widget_VoipWidget_C_UpdateVisuals::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_VoipWidget_C_UpdateVisuals, Temp_byte_Variable) == 0x000070, "Member 'WBP_Widget_VoipWidget_C_UpdateVisuals::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_VoipWidget_C_UpdateVisuals, CallFunc_Array_Length_ReturnValue) == 0x000074, "Member 'WBP_Widget_VoipWidget_C_UpdateVisuals::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_VoipWidget_C_UpdateVisuals, CallFunc_Greater_IntInt_ReturnValue) == 0x000078, "Member 'WBP_Widget_VoipWidget_C_UpdateVisuals::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_VoipWidget_C_UpdateVisuals, CallFunc_SpawnObject_ReturnValue) == 0x000080, "Member 'WBP_Widget_VoipWidget_C_UpdateVisuals::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_VoipWidget_C_UpdateVisuals, Temp_byte_Variable_1) == 0x000088, "Member 'WBP_Widget_VoipWidget_C_UpdateVisuals::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_VoipWidget_C_UpdateVisuals, Temp_bool_Variable) == 0x000089, "Member 'WBP_Widget_VoipWidget_C_UpdateVisuals::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_VoipWidget_C_UpdateVisuals, CallFunc_AddChild_ReturnValue) == 0x000090, "Member 'WBP_Widget_VoipWidget_C_UpdateVisuals::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_VoipWidget_C_UpdateVisuals, K2Node_Select_Default) == 0x000098, "Member 'WBP_Widget_VoipWidget_C_UpdateVisuals::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_VoipWidget_C_UpdateVisuals, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'WBP_Widget_VoipWidget_C_UpdateVisuals::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_VoipWidget_C_UpdateVisuals, CallFunc_Array_Length_ReturnValue_1) == 0x0000B0, "Member 'WBP_Widget_VoipWidget_C_UpdateVisuals::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_VoipWidget_C_UpdateVisuals, CallFunc_Conv_StringToText_ReturnValue) == 0x0000B8, "Member 'WBP_Widget_VoipWidget_C_UpdateVisuals::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_VoipWidget_C_UpdateVisuals, CallFunc_Less_IntInt_ReturnValue) == 0x0000D0, "Member 'WBP_Widget_VoipWidget_C_UpdateVisuals::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Widget_VoipWidget_C \ +static_assert(alignof(UWBP_Widget_VoipWidget_C) == 0x000008, "Wrong alignment on UWBP_Widget_VoipWidget_C"); \ +static_assert(sizeof(UWBP_Widget_VoipWidget_C) == 0x0002B0, "Wrong size on UWBP_Widget_VoipWidget_C"); \ +static_assert(offsetof(UWBP_Widget_VoipWidget_C, UberGraphFrame) == 0x000290, "Member 'UWBP_Widget_VoipWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Widget_VoipWidget_C, VerticalBox_PlayerList) == 0x000298, "Member 'UWBP_Widget_VoipWidget_C::VerticalBox_PlayerList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Widget_VoipWidget_C, TalkingArray) == 0x0002A0, "Member 'UWBP_Widget_VoipWidget_C::TalkingArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Credits_Heading_C \ +static_assert(alignof(UWBP_UI_Credits_Heading_C) == 0x000008, "Wrong alignment on UWBP_UI_Credits_Heading_C"); \ +static_assert(sizeof(UWBP_UI_Credits_Heading_C) == 0x000298, "Wrong size on UWBP_UI_Credits_Heading_C"); \ + +#define DUMPER7_ASSERTS_WBP_AIDamageStatusMarker_C_ExecuteUbergraph_WBP_AIDamageStatusMarker \ +static_assert(alignof(WBP_AIDamageStatusMarker_C_ExecuteUbergraph_WBP_AIDamageStatusMarker) == 0x000008, "Wrong alignment on WBP_AIDamageStatusMarker_C_ExecuteUbergraph_WBP_AIDamageStatusMarker"); \ +static_assert(sizeof(WBP_AIDamageStatusMarker_C_ExecuteUbergraph_WBP_AIDamageStatusMarker) == 0x0000B8, "Wrong size on WBP_AIDamageStatusMarker_C_ExecuteUbergraph_WBP_AIDamageStatusMarker"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_ExecuteUbergraph_WBP_AIDamageStatusMarker, EntryPoint) == 0x000000, "Member 'WBP_AIDamageStatusMarker_C_ExecuteUbergraph_WBP_AIDamageStatusMarker::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_ExecuteUbergraph_WBP_AIDamageStatusMarker, K2Node_Event_Data) == 0x000008, "Member 'WBP_AIDamageStatusMarker_C_ExecuteUbergraph_WBP_AIDamageStatusMarker::K2Node_Event_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_ExecuteUbergraph_WBP_AIDamageStatusMarker, K2Node_Event_OldHealth) == 0x0000A0, "Member 'WBP_AIDamageStatusMarker_C_ExecuteUbergraph_WBP_AIDamageStatusMarker::K2Node_Event_OldHealth' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_ExecuteUbergraph_WBP_AIDamageStatusMarker, K2Node_Event_OldHealthMax) == 0x0000A4, "Member 'WBP_AIDamageStatusMarker_C_ExecuteUbergraph_WBP_AIDamageStatusMarker::K2Node_Event_OldHealthMax' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_ExecuteUbergraph_WBP_AIDamageStatusMarker, K2Node_Event_OldArmor) == 0x0000A8, "Member 'WBP_AIDamageStatusMarker_C_ExecuteUbergraph_WBP_AIDamageStatusMarker::K2Node_Event_OldArmor' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_ExecuteUbergraph_WBP_AIDamageStatusMarker, K2Node_Event_OldArmorMax) == 0x0000AC, "Member 'WBP_AIDamageStatusMarker_C_ExecuteUbergraph_WBP_AIDamageStatusMarker::K2Node_Event_OldArmorMax' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_ExecuteUbergraph_WBP_AIDamageStatusMarker, K2Node_Event_OldArmorHardness) == 0x0000B0, "Member 'WBP_AIDamageStatusMarker_C_ExecuteUbergraph_WBP_AIDamageStatusMarker::K2Node_Event_OldArmorHardness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AIDamageStatusMarker_C_BP_OnArmorHardnessChanged \ +static_assert(alignof(WBP_AIDamageStatusMarker_C_BP_OnArmorHardnessChanged) == 0x000004, "Wrong alignment on WBP_AIDamageStatusMarker_C_BP_OnArmorHardnessChanged"); \ +static_assert(sizeof(WBP_AIDamageStatusMarker_C_BP_OnArmorHardnessChanged) == 0x000004, "Wrong size on WBP_AIDamageStatusMarker_C_BP_OnArmorHardnessChanged"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_BP_OnArmorHardnessChanged, OldArmorHardness) == 0x000000, "Member 'WBP_AIDamageStatusMarker_C_BP_OnArmorHardnessChanged::OldArmorHardness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AIDamageStatusMarker_C_BP_OnArmorMaxChanged \ +static_assert(alignof(WBP_AIDamageStatusMarker_C_BP_OnArmorMaxChanged) == 0x000004, "Wrong alignment on WBP_AIDamageStatusMarker_C_BP_OnArmorMaxChanged"); \ +static_assert(sizeof(WBP_AIDamageStatusMarker_C_BP_OnArmorMaxChanged) == 0x000004, "Wrong size on WBP_AIDamageStatusMarker_C_BP_OnArmorMaxChanged"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_BP_OnArmorMaxChanged, OldArmorMax) == 0x000000, "Member 'WBP_AIDamageStatusMarker_C_BP_OnArmorMaxChanged::OldArmorMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AIDamageStatusMarker_C_BP_OnArmorChanged \ +static_assert(alignof(WBP_AIDamageStatusMarker_C_BP_OnArmorChanged) == 0x000004, "Wrong alignment on WBP_AIDamageStatusMarker_C_BP_OnArmorChanged"); \ +static_assert(sizeof(WBP_AIDamageStatusMarker_C_BP_OnArmorChanged) == 0x000004, "Wrong size on WBP_AIDamageStatusMarker_C_BP_OnArmorChanged"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_BP_OnArmorChanged, OldArmor) == 0x000000, "Member 'WBP_AIDamageStatusMarker_C_BP_OnArmorChanged::OldArmor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AIDamageStatusMarker_C_BP_OnHealthMaxChanged \ +static_assert(alignof(WBP_AIDamageStatusMarker_C_BP_OnHealthMaxChanged) == 0x000004, "Wrong alignment on WBP_AIDamageStatusMarker_C_BP_OnHealthMaxChanged"); \ +static_assert(sizeof(WBP_AIDamageStatusMarker_C_BP_OnHealthMaxChanged) == 0x000004, "Wrong size on WBP_AIDamageStatusMarker_C_BP_OnHealthMaxChanged"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_BP_OnHealthMaxChanged, OldHealthMax) == 0x000000, "Member 'WBP_AIDamageStatusMarker_C_BP_OnHealthMaxChanged::OldHealthMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AIDamageStatusMarker_C_BP_OnHealthChanged \ +static_assert(alignof(WBP_AIDamageStatusMarker_C_BP_OnHealthChanged) == 0x000004, "Wrong alignment on WBP_AIDamageStatusMarker_C_BP_OnHealthChanged"); \ +static_assert(sizeof(WBP_AIDamageStatusMarker_C_BP_OnHealthChanged) == 0x000004, "Wrong size on WBP_AIDamageStatusMarker_C_BP_OnHealthChanged"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_BP_OnHealthChanged, OldHealth) == 0x000000, "Member 'WBP_AIDamageStatusMarker_C_BP_OnHealthChanged::OldHealth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AIDamageStatusMarker_C_BP_SetData \ +static_assert(alignof(WBP_AIDamageStatusMarker_C_BP_SetData) == 0x000008, "Wrong alignment on WBP_AIDamageStatusMarker_C_BP_SetData"); \ +static_assert(sizeof(WBP_AIDamageStatusMarker_C_BP_SetData) == 0x000098, "Wrong size on WBP_AIDamageStatusMarker_C_BP_SetData"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_BP_SetData, Data) == 0x000000, "Member 'WBP_AIDamageStatusMarker_C_BP_SetData::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AIDamageStatusMarker_C_Setup \ +static_assert(alignof(WBP_AIDamageStatusMarker_C_Setup) == 0x000004, "Wrong alignment on WBP_AIDamageStatusMarker_C_Setup"); \ +static_assert(sizeof(WBP_AIDamageStatusMarker_C_Setup) == 0x00002C, "Wrong size on WBP_AIDamageStatusMarker_C_Setup"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_Setup, CallFunc_BreakVector2D_X) == 0x000000, "Member 'WBP_AIDamageStatusMarker_C_Setup::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_Setup, CallFunc_BreakVector2D_Y) == 0x000004, "Member 'WBP_AIDamageStatusMarker_C_Setup::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_Setup, CallFunc_BreakVector2D_X_1) == 0x000008, "Member 'WBP_AIDamageStatusMarker_C_Setup::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_Setup, CallFunc_BreakVector2D_Y_1) == 0x00000C, "Member 'WBP_AIDamageStatusMarker_C_Setup::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_Setup, CallFunc_Add_FloatFloat_ReturnValue) == 0x000010, "Member 'WBP_AIDamageStatusMarker_C_Setup::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_Setup, CallFunc_MakeVector2D_ReturnValue) == 0x000014, "Member 'WBP_AIDamageStatusMarker_C_Setup::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_Setup, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00001C, "Member 'WBP_AIDamageStatusMarker_C_Setup::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_Setup, CallFunc_MakeVector2D_ReturnValue_1) == 0x000020, "Member 'WBP_AIDamageStatusMarker_C_Setup::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_Setup, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000028, "Member 'WBP_AIDamageStatusMarker_C_Setup::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AIDamageStatusMarker_C_UpdateHealth \ +static_assert(alignof(WBP_AIDamageStatusMarker_C_UpdateHealth) == 0x000004, "Wrong alignment on WBP_AIDamageStatusMarker_C_UpdateHealth"); \ +static_assert(sizeof(WBP_AIDamageStatusMarker_C_UpdateHealth) == 0x000028, "Wrong size on WBP_AIDamageStatusMarker_C_UpdateHealth"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_UpdateHealth, CallFunc_BreakVector2D_X) == 0x000000, "Member 'WBP_AIDamageStatusMarker_C_UpdateHealth::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_UpdateHealth, CallFunc_BreakVector2D_Y) == 0x000004, "Member 'WBP_AIDamageStatusMarker_C_UpdateHealth::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_UpdateHealth, CallFunc_FMax_ReturnValue) == 0x000008, "Member 'WBP_AIDamageStatusMarker_C_UpdateHealth::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_UpdateHealth, CallFunc_SafeDivide_ReturnValue) == 0x00000C, "Member 'WBP_AIDamageStatusMarker_C_UpdateHealth::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_UpdateHealth, CallFunc_FClamp_ReturnValue) == 0x000010, "Member 'WBP_AIDamageStatusMarker_C_UpdateHealth::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_UpdateHealth, CallFunc_BreakVector2D_X_1) == 0x000014, "Member 'WBP_AIDamageStatusMarker_C_UpdateHealth::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_UpdateHealth, CallFunc_BreakVector2D_Y_1) == 0x000018, "Member 'WBP_AIDamageStatusMarker_C_UpdateHealth::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_UpdateHealth, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00001C, "Member 'WBP_AIDamageStatusMarker_C_UpdateHealth::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_UpdateHealth, CallFunc_MakeVector2D_ReturnValue) == 0x000020, "Member 'WBP_AIDamageStatusMarker_C_UpdateHealth::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AIDamageStatusMarker_C_UpdateArmor \ +static_assert(alignof(WBP_AIDamageStatusMarker_C_UpdateArmor) == 0x000004, "Wrong alignment on WBP_AIDamageStatusMarker_C_UpdateArmor"); \ +static_assert(sizeof(WBP_AIDamageStatusMarker_C_UpdateArmor) == 0x000028, "Wrong size on WBP_AIDamageStatusMarker_C_UpdateArmor"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_UpdateArmor, CallFunc_BreakVector2D_X) == 0x000000, "Member 'WBP_AIDamageStatusMarker_C_UpdateArmor::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_UpdateArmor, CallFunc_BreakVector2D_Y) == 0x000004, "Member 'WBP_AIDamageStatusMarker_C_UpdateArmor::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_UpdateArmor, CallFunc_BreakVector2D_X_1) == 0x000008, "Member 'WBP_AIDamageStatusMarker_C_UpdateArmor::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_UpdateArmor, CallFunc_BreakVector2D_Y_1) == 0x00000C, "Member 'WBP_AIDamageStatusMarker_C_UpdateArmor::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_UpdateArmor, CallFunc_FMax_ReturnValue) == 0x000010, "Member 'WBP_AIDamageStatusMarker_C_UpdateArmor::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_UpdateArmor, CallFunc_SafeDivide_ReturnValue) == 0x000014, "Member 'WBP_AIDamageStatusMarker_C_UpdateArmor::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_UpdateArmor, CallFunc_FClamp_ReturnValue) == 0x000018, "Member 'WBP_AIDamageStatusMarker_C_UpdateArmor::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_UpdateArmor, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00001C, "Member 'WBP_AIDamageStatusMarker_C_UpdateArmor::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_UpdateArmor, CallFunc_MakeVector2D_ReturnValue) == 0x000020, "Member 'WBP_AIDamageStatusMarker_C_UpdateArmor::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AIDamageStatusMarker_C_UpdateArmorHardness \ +static_assert(alignof(WBP_AIDamageStatusMarker_C_UpdateArmorHardness) == 0x000008, "Wrong alignment on WBP_AIDamageStatusMarker_C_UpdateArmorHardness"); \ +static_assert(sizeof(WBP_AIDamageStatusMarker_C_UpdateArmorHardness) == 0x000020, "Wrong size on WBP_AIDamageStatusMarker_C_UpdateArmorHardness"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_UpdateArmorHardness, CallFunc_FMax_ReturnValue) == 0x000000, "Member 'WBP_AIDamageStatusMarker_C_UpdateArmorHardness::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_UpdateArmorHardness, CallFunc_Conv_FloatToText_ReturnValue) == 0x000008, "Member 'WBP_AIDamageStatusMarker_C_UpdateArmorHardness::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AIDamageStatusMarker_C_BP_OnFadeOutChanged \ +static_assert(alignof(WBP_AIDamageStatusMarker_C_BP_OnFadeOutChanged) == 0x000008, "Wrong alignment on WBP_AIDamageStatusMarker_C_BP_OnFadeOutChanged"); \ +static_assert(sizeof(WBP_AIDamageStatusMarker_C_BP_OnFadeOutChanged) == 0x000010, "Wrong size on WBP_AIDamageStatusMarker_C_BP_OnFadeOutChanged"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_BP_OnFadeOutChanged, bInIsFadeOut) == 0x000000, "Member 'WBP_AIDamageStatusMarker_C_BP_OnFadeOutChanged::bInIsFadeOut' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_BP_OnFadeOutChanged, ReturnValue) == 0x000001, "Member 'WBP_AIDamageStatusMarker_C_BP_OnFadeOutChanged::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_BP_OnFadeOutChanged, CallFunc_IsVisible_ReturnValue) == 0x000002, "Member 'WBP_AIDamageStatusMarker_C_BP_OnFadeOutChanged::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_BP_OnFadeOutChanged, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'WBP_AIDamageStatusMarker_C_BP_OnFadeOutChanged::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AIDamageStatusMarker_C_BP_OnFadeOutChanged, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_AIDamageStatusMarker_C_BP_OnFadeOutChanged::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_AIDamageStatusMarker_C \ +static_assert(alignof(UWBP_AIDamageStatusMarker_C) == 0x000008, "Wrong alignment on UWBP_AIDamageStatusMarker_C"); \ +static_assert(sizeof(UWBP_AIDamageStatusMarker_C) == 0x000350, "Wrong size on UWBP_AIDamageStatusMarker_C"); \ +static_assert(offsetof(UWBP_AIDamageStatusMarker_C, UberGraphFrame) == 0x0002F0, "Member 'UWBP_AIDamageStatusMarker_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AIDamageStatusMarker_C, FadeOut) == 0x0002F8, "Member 'UWBP_AIDamageStatusMarker_C::FadeOut' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AIDamageStatusMarker_C, Armor_overlay) == 0x000300, "Member 'UWBP_AIDamageStatusMarker_C::Armor_overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AIDamageStatusMarker_C, Armor_HB) == 0x000308, "Member 'UWBP_AIDamageStatusMarker_C::Armor_HB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AIDamageStatusMarker_C, health_overlay) == 0x000310, "Member 'UWBP_AIDamageStatusMarker_C::health_overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AIDamageStatusMarker_C, Image_Armor) == 0x000318, "Member 'UWBP_AIDamageStatusMarker_C::Image_Armor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AIDamageStatusMarker_C, Image_Background) == 0x000320, "Member 'UWBP_AIDamageStatusMarker_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AIDamageStatusMarker_C, Image_Health) == 0x000328, "Member 'UWBP_AIDamageStatusMarker_C::Image_Health' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AIDamageStatusMarker_C, MainOverlay) == 0x000330, "Member 'UWBP_AIDamageStatusMarker_C::MainOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AIDamageStatusMarker_C, Text_ArmorHardness) == 0x000338, "Member 'UWBP_AIDamageStatusMarker_C::Text_ArmorHardness' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AIDamageStatusMarker_C, StatSize) == 0x000340, "Member 'UWBP_AIDamageStatusMarker_C::StatSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AIDamageStatusMarker_C, BackgroundSize) == 0x000348, "Member 'UWBP_AIDamageStatusMarker_C::BackgroundSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_HitIndicators_C_UpdateVisibility \ +static_assert(alignof(WBP_UI_Widget_HitIndicators_C_UpdateVisibility) == 0x000008, "Wrong alignment on WBP_UI_Widget_HitIndicators_C_UpdateVisibility"); \ +static_assert(sizeof(WBP_UI_Widget_HitIndicators_C_UpdateVisibility) == 0x000028, "Wrong size on WBP_UI_Widget_HitIndicators_C_UpdateVisibility"); \ +static_assert(offsetof(WBP_UI_Widget_HitIndicators_C_UpdateVisibility, ImageWidget) == 0x000000, "Member 'WBP_UI_Widget_HitIndicators_C_UpdateVisibility::ImageWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HitIndicators_C_UpdateVisibility, deltatime) == 0x000008, "Member 'WBP_UI_Widget_HitIndicators_C_UpdateVisibility::deltatime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HitIndicators_C_UpdateVisibility, NewOpacity) == 0x00000C, "Member 'WBP_UI_Widget_HitIndicators_C_UpdateVisibility::NewOpacity' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HitIndicators_C_UpdateVisibility, CallFunc_BreakColor_R) == 0x000010, "Member 'WBP_UI_Widget_HitIndicators_C_UpdateVisibility::CallFunc_BreakColor_R' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HitIndicators_C_UpdateVisibility, CallFunc_BreakColor_G) == 0x000014, "Member 'WBP_UI_Widget_HitIndicators_C_UpdateVisibility::CallFunc_BreakColor_G' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HitIndicators_C_UpdateVisibility, CallFunc_BreakColor_B) == 0x000018, "Member 'WBP_UI_Widget_HitIndicators_C_UpdateVisibility::CallFunc_BreakColor_B' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HitIndicators_C_UpdateVisibility, CallFunc_BreakColor_A) == 0x00001C, "Member 'WBP_UI_Widget_HitIndicators_C_UpdateVisibility::CallFunc_BreakColor_A' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HitIndicators_C_UpdateVisibility, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_HitIndicators_C_UpdateVisibility::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_HitIndicators_C_RotateToActor \ +static_assert(alignof(WBP_UI_Widget_HitIndicators_C_RotateToActor) == 0x000008, "Wrong alignment on WBP_UI_Widget_HitIndicators_C_RotateToActor"); \ +static_assert(sizeof(WBP_UI_Widget_HitIndicators_C_RotateToActor) == 0x000008, "Wrong size on WBP_UI_Widget_HitIndicators_C_RotateToActor"); \ +static_assert(offsetof(WBP_UI_Widget_HitIndicators_C_RotateToActor, InActor) == 0x000000, "Member 'WBP_UI_Widget_HitIndicators_C_RotateToActor::InActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_HitIndicators_C_SetIndicatorScale \ +static_assert(alignof(WBP_UI_Widget_HitIndicators_C_SetIndicatorScale) == 0x000008, "Wrong alignment on WBP_UI_Widget_HitIndicators_C_SetIndicatorScale"); \ +static_assert(sizeof(WBP_UI_Widget_HitIndicators_C_SetIndicatorScale) == 0x000018, "Wrong size on WBP_UI_Widget_HitIndicators_C_SetIndicatorScale"); \ +static_assert(offsetof(WBP_UI_Widget_HitIndicators_C_SetIndicatorScale, Scale) == 0x000000, "Member 'WBP_UI_Widget_HitIndicators_C_SetIndicatorScale::Scale' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HitIndicators_C_SetIndicatorScale, CallFunc_FMax_ReturnValue) == 0x000004, "Member 'WBP_UI_Widget_HitIndicators_C_SetIndicatorScale::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HitIndicators_C_SetIndicatorScale, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_HitIndicators_C_SetIndicatorScale::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HitIndicators_C_SetIndicatorScale, CallFunc_MakeVector2D_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_HitIndicators_C_SetIndicatorScale::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_HitIndicators_C \ +static_assert(alignof(UWBP_UI_Widget_HitIndicators_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_HitIndicators_C"); \ +static_assert(sizeof(UWBP_UI_Widget_HitIndicators_C) == 0x000328, "Wrong size on UWBP_UI_Widget_HitIndicators_C"); \ +static_assert(offsetof(UWBP_UI_Widget_HitIndicators_C, FadeTime) == 0x000318, "Member 'UWBP_UI_Widget_HitIndicators_C::FadeTime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_HitIndicators_C, AttackingActor) == 0x000320, "Member 'UWBP_UI_Widget_HitIndicators_C::AttackingActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_CrosshairVisuals_C_ExecuteUbergraph_WBP_UI_Widget_CrosshairVisuals \ +static_assert(alignof(WBP_UI_Widget_CrosshairVisuals_C_ExecuteUbergraph_WBP_UI_Widget_CrosshairVisuals) == 0x000004, "Wrong alignment on WBP_UI_Widget_CrosshairVisuals_C_ExecuteUbergraph_WBP_UI_Widget_CrosshairVisuals"); \ +static_assert(sizeof(WBP_UI_Widget_CrosshairVisuals_C_ExecuteUbergraph_WBP_UI_Widget_CrosshairVisuals) == 0x00000C, "Wrong size on WBP_UI_Widget_CrosshairVisuals_C_ExecuteUbergraph_WBP_UI_Widget_CrosshairVisuals"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_ExecuteUbergraph_WBP_UI_Widget_CrosshairVisuals, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_CrosshairVisuals_C_ExecuteUbergraph_WBP_UI_Widget_CrosshairVisuals::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_ExecuteUbergraph_WBP_UI_Widget_CrosshairVisuals, CallFunc_SelectFloat_ReturnValue) == 0x000004, "Member 'WBP_UI_Widget_CrosshairVisuals_C_ExecuteUbergraph_WBP_UI_Widget_CrosshairVisuals::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_ExecuteUbergraph_WBP_UI_Widget_CrosshairVisuals, K2Node_Event_IsDesignTime) == 0x000008, "Member 'WBP_UI_Widget_CrosshairVisuals_C_ExecuteUbergraph_WBP_UI_Widget_CrosshairVisuals::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_CrosshairVisuals_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_CrosshairVisuals_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_CrosshairVisuals_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_CrosshairVisuals_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_CrosshairVisuals_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_CrosshairVisuals_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_CrosshairVisuals_C_SetBarSize \ +static_assert(alignof(WBP_UI_Widget_CrosshairVisuals_C_SetBarSize) == 0x000004, "Wrong alignment on WBP_UI_Widget_CrosshairVisuals_C_SetBarSize"); \ +static_assert(sizeof(WBP_UI_Widget_CrosshairVisuals_C_SetBarSize) == 0x000030, "Wrong size on WBP_UI_Widget_CrosshairVisuals_C_SetBarSize"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_SetBarSize, Length) == 0x000000, "Member 'WBP_UI_Widget_CrosshairVisuals_C_SetBarSize::Length' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_SetBarSize, Width) == 0x000004, "Member 'WBP_UI_Widget_CrosshairVisuals_C_SetBarSize::Width' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_SetBarSize, CallFunc_FMax_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_CrosshairVisuals_C_SetBarSize::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_SetBarSize, CallFunc_FMax_ReturnValue_1) == 0x00000C, "Member 'WBP_UI_Widget_CrosshairVisuals_C_SetBarSize::CallFunc_FMax_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_SetBarSize, CallFunc_MakeVector2D_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_CrosshairVisuals_C_SetBarSize::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_SetBarSize, CallFunc_GetViewportScale_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_CrosshairVisuals_C_SetBarSize::CallFunc_GetViewportScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_SetBarSize, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00001C, "Member 'WBP_UI_Widget_CrosshairVisuals_C_SetBarSize::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_SetBarSize, CallFunc_GetViewportScale_ReturnValue_1) == 0x000020, "Member 'WBP_UI_Widget_CrosshairVisuals_C_SetBarSize::CallFunc_GetViewportScale_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_SetBarSize, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000024, "Member 'WBP_UI_Widget_CrosshairVisuals_C_SetBarSize::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_SetBarSize, CallFunc_MakeVector2D_ReturnValue_1) == 0x000028, "Member 'WBP_UI_Widget_CrosshairVisuals_C_SetBarSize::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_CrosshairVisuals_C_SetDotSize \ +static_assert(alignof(WBP_UI_Widget_CrosshairVisuals_C_SetDotSize) == 0x000004, "Wrong alignment on WBP_UI_Widget_CrosshairVisuals_C_SetDotSize"); \ +static_assert(sizeof(WBP_UI_Widget_CrosshairVisuals_C_SetDotSize) == 0x000018, "Wrong size on WBP_UI_Widget_CrosshairVisuals_C_SetDotSize"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_SetDotSize, DotSize_0) == 0x000000, "Member 'WBP_UI_Widget_CrosshairVisuals_C_SetDotSize::DotSize_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_SetDotSize, CallFunc_GetViewportScale_ReturnValue) == 0x000004, "Member 'WBP_UI_Widget_CrosshairVisuals_C_SetDotSize::CallFunc_GetViewportScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_SetDotSize, CallFunc_FMax_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_CrosshairVisuals_C_SetDotSize::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_SetDotSize, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00000C, "Member 'WBP_UI_Widget_CrosshairVisuals_C_SetDotSize::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_SetDotSize, CallFunc_MakeVector2D_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_CrosshairVisuals_C_SetDotSize::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_CrosshairVisuals_C_SetCrosshairColour \ +static_assert(alignof(WBP_UI_Widget_CrosshairVisuals_C_SetCrosshairColour) == 0x000004, "Wrong alignment on WBP_UI_Widget_CrosshairVisuals_C_SetCrosshairColour"); \ +static_assert(sizeof(WBP_UI_Widget_CrosshairVisuals_C_SetCrosshairColour) == 0x000020, "Wrong size on WBP_UI_Widget_CrosshairVisuals_C_SetCrosshairColour"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_SetCrosshairColour, InNewBarColour) == 0x000000, "Member 'WBP_UI_Widget_CrosshairVisuals_C_SetCrosshairColour::InNewBarColour' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_SetCrosshairColour, InNewDotColor) == 0x000010, "Member 'WBP_UI_Widget_CrosshairVisuals_C_SetCrosshairColour::InNewDotColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_CrosshairVisuals_C_UpdateScale \ +static_assert(alignof(WBP_UI_Widget_CrosshairVisuals_C_UpdateScale) == 0x000004, "Wrong alignment on WBP_UI_Widget_CrosshairVisuals_C_UpdateScale"); \ +static_assert(sizeof(WBP_UI_Widget_CrosshairVisuals_C_UpdateScale) == 0x0000B0, "Wrong size on WBP_UI_Widget_CrosshairVisuals_C_UpdateScale"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_UpdateScale, CurrentScale) == 0x000000, "Member 'WBP_UI_Widget_CrosshairVisuals_C_UpdateScale::CurrentScale' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_UpdateScale, CallFunc_GetCrosshairsShowAccuracy_ReturnValue) == 0x000004, "Member 'WBP_UI_Widget_CrosshairVisuals_C_UpdateScale::CallFunc_GetCrosshairsShowAccuracy_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_UpdateScale, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_CrosshairVisuals_C_UpdateScale::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_UpdateScale, CallFunc_GetCrosshairsCenterGap_ReturnValue) == 0x00000C, "Member 'WBP_UI_Widget_CrosshairVisuals_C_UpdateScale::CallFunc_GetCrosshairsCenterGap_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_UpdateScale, CallFunc_SelectFloat_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_CrosshairVisuals_C_UpdateScale::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_UpdateScale, CallFunc_Add_FloatFloat_ReturnValue) == 0x000014, "Member 'WBP_UI_Widget_CrosshairVisuals_C_UpdateScale::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_UpdateScale, CallFunc_MakeVector2D_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_CrosshairVisuals_C_UpdateScale::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_UpdateScale, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_CrosshairVisuals_C_UpdateScale::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_UpdateScale, K2Node_MakeStruct_WidgetTransform) == 0x000024, "Member 'WBP_UI_Widget_CrosshairVisuals_C_UpdateScale::K2Node_MakeStruct_WidgetTransform' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_UpdateScale, CallFunc_MakeVector2D_ReturnValue_1) == 0x000040, "Member 'WBP_UI_Widget_CrosshairVisuals_C_UpdateScale::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_UpdateScale, K2Node_MakeStruct_WidgetTransform_1) == 0x000048, "Member 'WBP_UI_Widget_CrosshairVisuals_C_UpdateScale::K2Node_MakeStruct_WidgetTransform_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_UpdateScale, CallFunc_MakeVector2D_ReturnValue_2) == 0x000064, "Member 'WBP_UI_Widget_CrosshairVisuals_C_UpdateScale::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_UpdateScale, K2Node_MakeStruct_WidgetTransform_2) == 0x00006C, "Member 'WBP_UI_Widget_CrosshairVisuals_C_UpdateScale::K2Node_MakeStruct_WidgetTransform_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_UpdateScale, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000088, "Member 'WBP_UI_Widget_CrosshairVisuals_C_UpdateScale::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_UpdateScale, CallFunc_MakeVector2D_ReturnValue_3) == 0x00008C, "Member 'WBP_UI_Widget_CrosshairVisuals_C_UpdateScale::CallFunc_MakeVector2D_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_UpdateScale, K2Node_MakeStruct_WidgetTransform_3) == 0x000094, "Member 'WBP_UI_Widget_CrosshairVisuals_C_UpdateScale::K2Node_MakeStruct_WidgetTransform_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_CrosshairVisuals_C_UpdateSettings \ +static_assert(alignof(WBP_UI_Widget_CrosshairVisuals_C_UpdateSettings) == 0x000004, "Wrong alignment on WBP_UI_Widget_CrosshairVisuals_C_UpdateSettings"); \ +static_assert(sizeof(WBP_UI_Widget_CrosshairVisuals_C_UpdateSettings) == 0x00003C, "Wrong size on WBP_UI_Widget_CrosshairVisuals_C_UpdateSettings"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_UpdateSettings, InCrosshairSettings) == 0x000000, "Member 'WBP_UI_Widget_CrosshairVisuals_C_UpdateSettings::InCrosshairSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_CrosshairVisuals_C_UpdateVisibility \ +static_assert(alignof(WBP_UI_Widget_CrosshairVisuals_C_UpdateVisibility) == 0x000001, "Wrong alignment on WBP_UI_Widget_CrosshairVisuals_C_UpdateVisibility"); \ +static_assert(sizeof(WBP_UI_Widget_CrosshairVisuals_C_UpdateVisibility) == 0x000005, "Wrong size on WBP_UI_Widget_CrosshairVisuals_C_UpdateVisibility"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_UpdateVisibility, IsVisible_0) == 0x000000, "Member 'WBP_UI_Widget_CrosshairVisuals_C_UpdateVisibility::IsVisible_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_UpdateVisibility, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_Widget_CrosshairVisuals_C_UpdateVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_UpdateVisibility, Temp_byte_Variable) == 0x000002, "Member 'WBP_UI_Widget_CrosshairVisuals_C_UpdateVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_UpdateVisibility, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_UI_Widget_CrosshairVisuals_C_UpdateVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_UpdateVisibility, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_Widget_CrosshairVisuals_C_UpdateVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_CrosshairVisuals_C_OnGeometeryUpdated \ +static_assert(alignof(WBP_UI_Widget_CrosshairVisuals_C_OnGeometeryUpdated) == 0x000008, "Wrong alignment on WBP_UI_Widget_CrosshairVisuals_C_OnGeometeryUpdated"); \ +static_assert(sizeof(WBP_UI_Widget_CrosshairVisuals_C_OnGeometeryUpdated) == 0x000028, "Wrong size on WBP_UI_Widget_CrosshairVisuals_C_OnGeometeryUpdated"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_OnGeometeryUpdated, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_CrosshairVisuals_C_OnGeometeryUpdated::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_OnGeometeryUpdated, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_CrosshairVisuals_C_OnGeometeryUpdated::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_OnGeometeryUpdated, CallFunc_SelectFloat_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_CrosshairVisuals_C_OnGeometeryUpdated::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_OnGeometeryUpdated, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000014, "Member 'WBP_UI_Widget_CrosshairVisuals_C_OnGeometeryUpdated::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_OnGeometeryUpdated, CallFunc_Add_FloatFloat_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_CrosshairVisuals_C_OnGeometeryUpdated::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_OnGeometeryUpdated, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00001C, "Member 'WBP_UI_Widget_CrosshairVisuals_C_OnGeometeryUpdated::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_OnGeometeryUpdated, CallFunc_MakeVector2D_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_CrosshairVisuals_C_OnGeometeryUpdated::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_CrosshairVisuals_C_GetCurrentCrosshairSettings \ +static_assert(alignof(WBP_UI_Widget_CrosshairVisuals_C_GetCurrentCrosshairSettings) == 0x000004, "Wrong alignment on WBP_UI_Widget_CrosshairVisuals_C_GetCurrentCrosshairSettings"); \ +static_assert(sizeof(WBP_UI_Widget_CrosshairVisuals_C_GetCurrentCrosshairSettings) == 0x00003C, "Wrong size on WBP_UI_Widget_CrosshairVisuals_C_GetCurrentCrosshairSettings"); \ +static_assert(offsetof(WBP_UI_Widget_CrosshairVisuals_C_GetCurrentCrosshairSettings, CrosshairSettings) == 0x000000, "Member 'WBP_UI_Widget_CrosshairVisuals_C_GetCurrentCrosshairSettings::CrosshairSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_CrosshairVisuals_C \ +static_assert(alignof(UWBP_UI_Widget_CrosshairVisuals_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_CrosshairVisuals_C"); \ +static_assert(sizeof(UWBP_UI_Widget_CrosshairVisuals_C) == 0x000308, "Wrong size on UWBP_UI_Widget_CrosshairVisuals_C"); \ +static_assert(offsetof(UWBP_UI_Widget_CrosshairVisuals_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Widget_CrosshairVisuals_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_CrosshairVisuals_C, Image_Bottom) == 0x000298, "Member 'UWBP_UI_Widget_CrosshairVisuals_C::Image_Bottom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_CrosshairVisuals_C, Image_Left) == 0x0002A0, "Member 'UWBP_UI_Widget_CrosshairVisuals_C::Image_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_CrosshairVisuals_C, Image_Reticle) == 0x0002A8, "Member 'UWBP_UI_Widget_CrosshairVisuals_C::Image_Reticle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_CrosshairVisuals_C, Image_Right) == 0x0002B0, "Member 'UWBP_UI_Widget_CrosshairVisuals_C::Image_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_CrosshairVisuals_C, Image_Top) == 0x0002B8, "Member 'UWBP_UI_Widget_CrosshairVisuals_C::Image_Top' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_CrosshairVisuals_C, Overlay_Crosshair) == 0x0002C0, "Member 'UWBP_UI_Widget_CrosshairVisuals_C::Overlay_Crosshair' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_CrosshairVisuals_C, Right) == 0x0002C8, "Member 'UWBP_UI_Widget_CrosshairVisuals_C::Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_CrosshairVisuals_C, CrosshairBarColour) == 0x0002D0, "Member 'UWBP_UI_Widget_CrosshairVisuals_C::CrosshairBarColour' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_CrosshairVisuals_C, CrosshairDotColour) == 0x0002E0, "Member 'UWBP_UI_Widget_CrosshairVisuals_C::CrosshairDotColour' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_CrosshairVisuals_C, BarWidth) == 0x0002F0, "Member 'UWBP_UI_Widget_CrosshairVisuals_C::BarWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_CrosshairVisuals_C, BarLength) == 0x0002F4, "Member 'UWBP_UI_Widget_CrosshairVisuals_C::BarLength' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_CrosshairVisuals_C, DotSize) == 0x0002F8, "Member 'UWBP_UI_Widget_CrosshairVisuals_C::DotSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_CrosshairVisuals_C, IsMaxSpreadEnabled) == 0x0002FC, "Member 'UWBP_UI_Widget_CrosshairVisuals_C::IsMaxSpreadEnabled' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_CrosshairVisuals_C, NewVar_0) == 0x000300, "Member 'UWBP_UI_Widget_CrosshairVisuals_C::NewVar_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_TwoChoiceButton_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton \ +static_assert(alignof(WBP_Settings_TwoChoiceButton_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton) == 0x000008, "Wrong alignment on WBP_Settings_TwoChoiceButton_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton"); \ +static_assert(sizeof(WBP_Settings_TwoChoiceButton_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton) == 0x000030, "Wrong size on WBP_Settings_TwoChoiceButton_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton, EntryPoint) == 0x000000, "Member 'WBP_Settings_TwoChoiceButton_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton, K2Node_Event_bInIsDisabled) == 0x000004, "Member 'WBP_Settings_TwoChoiceButton_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton, K2Node_Event_bInHasFocus) == 0x000005, "Member 'WBP_Settings_TwoChoiceButton_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton, K2Node_Event_bInIsHovered) == 0x000006, "Member 'WBP_Settings_TwoChoiceButton_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton, K2Node_ComponentBoundEvent_Button_1) == 0x000008, "Member 'WBP_Settings_TwoChoiceButton_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton, K2Node_ComponentBoundEvent_Button) == 0x000010, "Member 'WBP_Settings_TwoChoiceButton_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000018, "Member 'WBP_Settings_TwoChoiceButton_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000020, "Member 'WBP_Settings_TwoChoiceButton_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton, K2Node_Event_IsDesignTime) == 0x000028, "Member 'WBP_Settings_TwoChoiceButton_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_TwoChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Settings_TwoChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_TwoChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_TwoChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_TwoChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_TwoChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_TwoChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Settings_TwoChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_TwoChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_TwoChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_TwoChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_TwoChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_TwoChoiceButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_Settings_TwoChoiceButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_Settings_TwoChoiceButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_Settings_TwoChoiceButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_Settings_TwoChoiceButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_Settings_TwoChoiceButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_TwoChoiceButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_Settings_TwoChoiceButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_Settings_TwoChoiceButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_Settings_TwoChoiceButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_Settings_TwoChoiceButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_Settings_TwoChoiceButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_TwoChoiceButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_Settings_TwoChoiceButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_Settings_TwoChoiceButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_Settings_TwoChoiceButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_Settings_TwoChoiceButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_Settings_TwoChoiceButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_TwoChoiceButton_C_PreConstruct \ +static_assert(alignof(WBP_Settings_TwoChoiceButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Settings_TwoChoiceButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_Settings_TwoChoiceButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_Settings_TwoChoiceButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Settings_TwoChoiceButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_TwoChoiceButton_C_RefreshVisuals \ +static_assert(alignof(WBP_Settings_TwoChoiceButton_C_RefreshVisuals) == 0x000001, "Wrong alignment on WBP_Settings_TwoChoiceButton_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_Settings_TwoChoiceButton_C_RefreshVisuals) == 0x000002, "Wrong size on WBP_Settings_TwoChoiceButton_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_RefreshVisuals, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000000, "Member 'WBP_Settings_TwoChoiceButton_C_RefreshVisuals::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_RefreshVisuals, CallFunc_IsHovered_ReturnValue) == 0x000001, "Member 'WBP_Settings_TwoChoiceButton_C_RefreshVisuals::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_TwoChoiceButton_C_OnHoverVisuals \ +static_assert(alignof(WBP_Settings_TwoChoiceButton_C_OnHoverVisuals) == 0x000001, "Wrong alignment on WBP_Settings_TwoChoiceButton_C_OnHoverVisuals"); \ +static_assert(sizeof(WBP_Settings_TwoChoiceButton_C_OnHoverVisuals) == 0x000001, "Wrong size on WBP_Settings_TwoChoiceButton_C_OnHoverVisuals"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_OnHoverVisuals, bIsHovered) == 0x000000, "Member 'WBP_Settings_TwoChoiceButton_C_OnHoverVisuals::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_TwoChoiceButton_C_OnFocusedVisuals \ +static_assert(alignof(WBP_Settings_TwoChoiceButton_C_OnFocusedVisuals) == 0x000008, "Wrong alignment on WBP_Settings_TwoChoiceButton_C_OnFocusedVisuals"); \ +static_assert(sizeof(WBP_Settings_TwoChoiceButton_C_OnFocusedVisuals) == 0x000088, "Wrong size on WBP_Settings_TwoChoiceButton_C_OnFocusedVisuals"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_OnFocusedVisuals, bIsFocused) == 0x000000, "Member 'WBP_Settings_TwoChoiceButton_C_OnFocusedVisuals::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_OnFocusedVisuals, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_Settings_TwoChoiceButton_C_OnFocusedVisuals::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_OnFocusedVisuals, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000010, "Member 'WBP_Settings_TwoChoiceButton_C_OnFocusedVisuals::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000018, "Member 'WBP_Settings_TwoChoiceButton_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000020, "Member 'WBP_Settings_TwoChoiceButton_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue) == 0x000028, "Member 'WBP_Settings_TwoChoiceButton_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue_1) == 0x000038, "Member 'WBP_Settings_TwoChoiceButton_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_OnFocusedVisuals, CallFunc_SettingIsDirty_ReturnValue) == 0x000048, "Member 'WBP_Settings_TwoChoiceButton_C_OnFocusedVisuals::CallFunc_SettingIsDirty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_OnFocusedVisuals, CallFunc_SelectColor_ReturnValue) == 0x00004C, "Member 'WBP_Settings_TwoChoiceButton_C_OnFocusedVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_OnFocusedVisuals, K2Node_MakeStruct_SlateColor) == 0x000060, "Member 'WBP_Settings_TwoChoiceButton_C_OnFocusedVisuals::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_TwoChoiceButton_C_OnDisabledVisuals \ +static_assert(alignof(WBP_Settings_TwoChoiceButton_C_OnDisabledVisuals) == 0x000001, "Wrong alignment on WBP_Settings_TwoChoiceButton_C_OnDisabledVisuals"); \ +static_assert(sizeof(WBP_Settings_TwoChoiceButton_C_OnDisabledVisuals) == 0x000001, "Wrong size on WBP_Settings_TwoChoiceButton_C_OnDisabledVisuals"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_OnDisabledVisuals, bIsDisabled_0) == 0x000000, "Member 'WBP_Settings_TwoChoiceButton_C_OnDisabledVisuals::bIsDisabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_TwoChoiceButton_C_ToggleValueVisuals \ +static_assert(alignof(WBP_Settings_TwoChoiceButton_C_ToggleValueVisuals) == 0x000004, "Wrong alignment on WBP_Settings_TwoChoiceButton_C_ToggleValueVisuals"); \ +static_assert(sizeof(WBP_Settings_TwoChoiceButton_C_ToggleValueVisuals) == 0x000068, "Wrong size on WBP_Settings_TwoChoiceButton_C_ToggleValueVisuals"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_ToggleValueVisuals, bToggleValue_0) == 0x000000, "Member 'WBP_Settings_TwoChoiceButton_C_ToggleValueVisuals::bToggleValue_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_ToggleValueVisuals, CallFunc_SettingIsDirty_ReturnValue) == 0x000001, "Member 'WBP_Settings_TwoChoiceButton_C_ToggleValueVisuals::CallFunc_SettingIsDirty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_ToggleValueVisuals, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'WBP_Settings_TwoChoiceButton_C_ToggleValueVisuals::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_ToggleValueVisuals, CallFunc_SelectColor_ReturnValue) == 0x000004, "Member 'WBP_Settings_TwoChoiceButton_C_ToggleValueVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_ToggleValueVisuals, CallFunc_SelectColor_ReturnValue_1) == 0x000014, "Member 'WBP_Settings_TwoChoiceButton_C_ToggleValueVisuals::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_ToggleValueVisuals, CallFunc_SelectColor_ReturnValue_2) == 0x000024, "Member 'WBP_Settings_TwoChoiceButton_C_ToggleValueVisuals::CallFunc_SelectColor_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_ToggleValueVisuals, CallFunc_SelectColor_ReturnValue_3) == 0x000034, "Member 'WBP_Settings_TwoChoiceButton_C_ToggleValueVisuals::CallFunc_SelectColor_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_ToggleValueVisuals, CallFunc_SelectColor_ReturnValue_4) == 0x000044, "Member 'WBP_Settings_TwoChoiceButton_C_ToggleValueVisuals::CallFunc_SelectColor_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_ToggleValueVisuals, CallFunc_SettingIsDirty_ReturnValue_1) == 0x000054, "Member 'WBP_Settings_TwoChoiceButton_C_ToggleValueVisuals::CallFunc_SettingIsDirty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_C_ToggleValueVisuals, CallFunc_SelectColor_ReturnValue_5) == 0x000058, "Member 'WBP_Settings_TwoChoiceButton_C_ToggleValueVisuals::CallFunc_SelectColor_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_TwoChoiceButton_C \ +static_assert(alignof(UWBP_Settings_TwoChoiceButton_C) == 0x000008, "Wrong alignment on UWBP_Settings_TwoChoiceButton_C"); \ +static_assert(sizeof(UWBP_Settings_TwoChoiceButton_C) == 0x000470, "Wrong size on UWBP_Settings_TwoChoiceButton_C"); \ +static_assert(offsetof(UWBP_Settings_TwoChoiceButton_C, UberGraphFrame) == 0x000440, "Member 'UWBP_Settings_TwoChoiceButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_TwoChoiceButton_C, Border_Image) == 0x000448, "Member 'UWBP_Settings_TwoChoiceButton_C::Border_Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_TwoChoiceButton_C, Button_Option1) == 0x000450, "Member 'UWBP_Settings_TwoChoiceButton_C::Button_Option1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_TwoChoiceButton_C, Button_Option2) == 0x000458, "Member 'UWBP_Settings_TwoChoiceButton_C::Button_Option2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_TwoChoiceButton_C, Image_Background) == 0x000460, "Member 'UWBP_Settings_TwoChoiceButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_TwoChoiceButton_C, Text_SettingName) == 0x000468, "Member 'UWBP_Settings_TwoChoiceButton_C::Text_SettingName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUTD_Attack_C \ +static_assert(alignof(UUTD_Attack_C) == 0x000008, "Wrong alignment on UUTD_Attack_C"); \ +static_assert(sizeof(UUTD_Attack_C) == 0x0000B0, "Wrong size on UUTD_Attack_C"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton \ +static_assert(alignof(WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton) == 0x000008, "Wrong alignment on WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton"); \ +static_assert(sizeof(WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton) == 0x0004E8, "Wrong size on WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton, EntryPoint) == 0x000000, "Member 'WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton, K2Node_Event_bInIsDisabled) == 0x000004, "Member 'WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton, K2Node_Event_bInHasFocus) == 0x000005, "Member 'WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton, K2Node_Event_bInIsHovered) == 0x000006, "Member 'WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton, K2Node_ComponentBoundEvent_Value) == 0x000008, "Member 'WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton, CallFunc_HasKeyboardFocus_ReturnValue) == 0x00000C, "Member 'WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton, CallFunc_GetGlobalColor_ReturnValue) == 0x000010, "Member 'WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton, K2Node_MakeStruct_SlateColor) == 0x000020, "Member 'WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton, K2Node_MakeStruct_SlateBrush) == 0x000048, "Member 'WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton, K2Node_MakeStruct_SlateBrush_1) == 0x0000D8, "Member 'WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton::K2Node_MakeStruct_SlateBrush_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton, K2Node_MakeStruct_SliderStyle) == 0x000168, "Member 'WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton::K2Node_MakeStruct_SliderStyle' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x0004D8, "Member 'WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton, K2Node_Event_IsDesignTime) == 0x0004E0, "Member 'WBP_Settings_SliderButton_C_ExecuteUbergraph_WBP_Settings_SliderButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SliderButton_C_BndEvt__WBP_Settings_SliderButton_Slider_Value_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature \ +static_assert(alignof(WBP_Settings_SliderButton_C_BndEvt__WBP_Settings_SliderButton_Slider_Value_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong alignment on WBP_Settings_SliderButton_C_BndEvt__WBP_Settings_SliderButton_Slider_Value_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_SliderButton_C_BndEvt__WBP_Settings_SliderButton_Slider_Value_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong size on WBP_Settings_SliderButton_C_BndEvt__WBP_Settings_SliderButton_Slider_Value_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_BndEvt__WBP_Settings_SliderButton_Slider_Value_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature, Value) == 0x000000, "Member 'WBP_Settings_SliderButton_C_BndEvt__WBP_Settings_SliderButton_Slider_Value_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SliderButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_Settings_SliderButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_Settings_SliderButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_Settings_SliderButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_Settings_SliderButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_Settings_SliderButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SliderButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_Settings_SliderButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_Settings_SliderButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_Settings_SliderButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_Settings_SliderButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_Settings_SliderButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SliderButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_Settings_SliderButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_Settings_SliderButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_Settings_SliderButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_Settings_SliderButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_Settings_SliderButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SliderButton_C_PreConstruct \ +static_assert(alignof(WBP_Settings_SliderButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Settings_SliderButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_Settings_SliderButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_Settings_SliderButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Settings_SliderButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SliderButton_C_RefreshVisuals \ +static_assert(alignof(WBP_Settings_SliderButton_C_RefreshVisuals) == 0x000001, "Wrong alignment on WBP_Settings_SliderButton_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_Settings_SliderButton_C_RefreshVisuals) == 0x000002, "Wrong size on WBP_Settings_SliderButton_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_RefreshVisuals, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000000, "Member 'WBP_Settings_SliderButton_C_RefreshVisuals::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_RefreshVisuals, CallFunc_IsHovered_ReturnValue) == 0x000001, "Member 'WBP_Settings_SliderButton_C_RefreshVisuals::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SliderButton_C_OnHoverVisuals \ +static_assert(alignof(WBP_Settings_SliderButton_C_OnHoverVisuals) == 0x000001, "Wrong alignment on WBP_Settings_SliderButton_C_OnHoverVisuals"); \ +static_assert(sizeof(WBP_Settings_SliderButton_C_OnHoverVisuals) == 0x000001, "Wrong size on WBP_Settings_SliderButton_C_OnHoverVisuals"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_OnHoverVisuals, bIsHovered) == 0x000000, "Member 'WBP_Settings_SliderButton_C_OnHoverVisuals::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SliderButton_C_OnFocusedVisuals \ +static_assert(alignof(WBP_Settings_SliderButton_C_OnFocusedVisuals) == 0x000008, "Wrong alignment on WBP_Settings_SliderButton_C_OnFocusedVisuals"); \ +static_assert(sizeof(WBP_Settings_SliderButton_C_OnFocusedVisuals) == 0x000088, "Wrong size on WBP_Settings_SliderButton_C_OnFocusedVisuals"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_OnFocusedVisuals, bIsFocused) == 0x000000, "Member 'WBP_Settings_SliderButton_C_OnFocusedVisuals::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_OnFocusedVisuals, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_Settings_SliderButton_C_OnFocusedVisuals::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'WBP_Settings_SliderButton_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_OnFocusedVisuals, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000018, "Member 'WBP_Settings_SliderButton_C_OnFocusedVisuals::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000020, "Member 'WBP_Settings_SliderButton_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue) == 0x000028, "Member 'WBP_Settings_SliderButton_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue_1) == 0x000038, "Member 'WBP_Settings_SliderButton_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_OnFocusedVisuals, CallFunc_SettingIsDirty_ReturnValue) == 0x000048, "Member 'WBP_Settings_SliderButton_C_OnFocusedVisuals::CallFunc_SettingIsDirty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_OnFocusedVisuals, CallFunc_SelectColor_ReturnValue) == 0x00004C, "Member 'WBP_Settings_SliderButton_C_OnFocusedVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_OnFocusedVisuals, K2Node_MakeStruct_SlateColor) == 0x000060, "Member 'WBP_Settings_SliderButton_C_OnFocusedVisuals::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SliderButton_C_OnDisabledVisuals \ +static_assert(alignof(WBP_Settings_SliderButton_C_OnDisabledVisuals) == 0x000001, "Wrong alignment on WBP_Settings_SliderButton_C_OnDisabledVisuals"); \ +static_assert(sizeof(WBP_Settings_SliderButton_C_OnDisabledVisuals) == 0x000001, "Wrong size on WBP_Settings_SliderButton_C_OnDisabledVisuals"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_OnDisabledVisuals, bIsDisabled_0) == 0x000000, "Member 'WBP_Settings_SliderButton_C_OnDisabledVisuals::bIsDisabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SliderButton_C_UpdateSliderStepSize \ +static_assert(alignof(WBP_Settings_SliderButton_C_UpdateSliderStepSize) == 0x000004, "Wrong alignment on WBP_Settings_SliderButton_C_UpdateSliderStepSize"); \ +static_assert(sizeof(WBP_Settings_SliderButton_C_UpdateSliderStepSize) == 0x000004, "Wrong size on WBP_Settings_SliderButton_C_UpdateSliderStepSize"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_UpdateSliderStepSize, ModifiedSliderIncrementValue) == 0x000000, "Member 'WBP_Settings_SliderButton_C_UpdateSliderStepSize::ModifiedSliderIncrementValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SliderButton_C_UpdateSliderValue \ +static_assert(alignof(WBP_Settings_SliderButton_C_UpdateSliderValue) == 0x000008, "Wrong alignment on WBP_Settings_SliderButton_C_UpdateSliderValue"); \ +static_assert(sizeof(WBP_Settings_SliderButton_C_UpdateSliderValue) == 0x000020, "Wrong size on WBP_Settings_SliderButton_C_UpdateSliderValue"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_UpdateSliderValue, CallFunc_GetFractionCount_Num) == 0x000000, "Member 'WBP_Settings_SliderButton_C_UpdateSliderValue::CallFunc_GetFractionCount_Num' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_UpdateSliderValue, CallFunc_Conv_FloatToText_ReturnValue) == 0x000008, "Member 'WBP_Settings_SliderButton_C_UpdateSliderValue::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SliderButton_C_GetFractionCount \ +static_assert(alignof(WBP_Settings_SliderButton_C_GetFractionCount) == 0x000004, "Wrong alignment on WBP_Settings_SliderButton_C_GetFractionCount"); \ +static_assert(sizeof(WBP_Settings_SliderButton_C_GetFractionCount) == 0x00001C, "Wrong size on WBP_Settings_SliderButton_C_GetFractionCount"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_GetFractionCount, Num) == 0x000000, "Member 'WBP_Settings_SliderButton_C_GetFractionCount::Num' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_GetFractionCount, Fraction) == 0x000004, "Member 'WBP_Settings_SliderButton_C_GetFractionCount::Fraction' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_GetFractionCount, CallFunc_GetValueFractionCount_Count) == 0x000008, "Member 'WBP_Settings_SliderButton_C_GetFractionCount::CallFunc_GetValueFractionCount_Count' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_GetFractionCount, CallFunc_GetValueFractionCount_Count_1) == 0x00000C, "Member 'WBP_Settings_SliderButton_C_GetFractionCount::CallFunc_GetValueFractionCount_Count_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_GetFractionCount, CallFunc_GetValueFractionCount_Count_2) == 0x000010, "Member 'WBP_Settings_SliderButton_C_GetFractionCount::CallFunc_GetValueFractionCount_Count_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_GetFractionCount, CallFunc_Max_ReturnValue) == 0x000014, "Member 'WBP_Settings_SliderButton_C_GetFractionCount::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_GetFractionCount, CallFunc_Max_ReturnValue_1) == 0x000018, "Member 'WBP_Settings_SliderButton_C_GetFractionCount::CallFunc_Max_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SliderButton_C_GetValueFractionCount \ +static_assert(alignof(WBP_Settings_SliderButton_C_GetValueFractionCount) == 0x000004, "Wrong alignment on WBP_Settings_SliderButton_C_GetValueFractionCount"); \ +static_assert(sizeof(WBP_Settings_SliderButton_C_GetValueFractionCount) == 0x000030, "Wrong size on WBP_Settings_SliderButton_C_GetValueFractionCount"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_GetValueFractionCount, Value) == 0x000000, "Member 'WBP_Settings_SliderButton_C_GetValueFractionCount::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_GetValueFractionCount, Count) == 0x000004, "Member 'WBP_Settings_SliderButton_C_GetValueFractionCount::Count' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_GetValueFractionCount, CurrentFraction) == 0x000008, "Member 'WBP_Settings_SliderButton_C_GetValueFractionCount::CurrentFraction' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_GetValueFractionCount, Fraction) == 0x00000C, "Member 'WBP_Settings_SliderButton_C_GetValueFractionCount::Fraction' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_GetValueFractionCount, FractionCount) == 0x000010, "Member 'WBP_Settings_SliderButton_C_GetValueFractionCount::FractionCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_GetValueFractionCount, CallFunc_Abs_ReturnValue) == 0x000014, "Member 'WBP_Settings_SliderButton_C_GetValueFractionCount::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_GetValueFractionCount, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000018, "Member 'WBP_Settings_SliderButton_C_GetValueFractionCount::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_GetValueFractionCount, CallFunc_Fraction_ReturnValue) == 0x00001C, "Member 'WBP_Settings_SliderButton_C_GetValueFractionCount::CallFunc_Fraction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_GetValueFractionCount, Temp_int_Variable) == 0x000020, "Member 'WBP_Settings_SliderButton_C_GetValueFractionCount::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_GetValueFractionCount, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000024, "Member 'WBP_Settings_SliderButton_C_GetValueFractionCount::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_GetValueFractionCount, CallFunc_Less_FloatFloat_ReturnValue) == 0x000028, "Member 'WBP_Settings_SliderButton_C_GetValueFractionCount::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_GetValueFractionCount, CallFunc_BooleanAND_ReturnValue) == 0x000029, "Member 'WBP_Settings_SliderButton_C_GetValueFractionCount::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_GetValueFractionCount, CallFunc_Less_IntInt_ReturnValue) == 0x00002A, "Member 'WBP_Settings_SliderButton_C_GetValueFractionCount::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_GetValueFractionCount, CallFunc_BooleanAND_ReturnValue_1) == 0x00002B, "Member 'WBP_Settings_SliderButton_C_GetValueFractionCount::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_C_GetValueFractionCount, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_Settings_SliderButton_C_GetValueFractionCount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_SliderButton_C \ +static_assert(alignof(UWBP_Settings_SliderButton_C) == 0x000008, "Wrong alignment on UWBP_Settings_SliderButton_C"); \ +static_assert(sizeof(UWBP_Settings_SliderButton_C) == 0x000460, "Wrong size on UWBP_Settings_SliderButton_C"); \ +static_assert(offsetof(UWBP_Settings_SliderButton_C, UberGraphFrame) == 0x000420, "Member 'UWBP_Settings_SliderButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SliderButton_C, Border_Image) == 0x000428, "Member 'UWBP_Settings_SliderButton_C::Border_Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SliderButton_C, Image_Background) == 0x000430, "Member 'UWBP_Settings_SliderButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SliderButton_C, Image_BG) == 0x000438, "Member 'UWBP_Settings_SliderButton_C::Image_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SliderButton_C, Slider_Value) == 0x000440, "Member 'UWBP_Settings_SliderButton_C::Slider_Value' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SliderButton_C, Text_SettingName) == 0x000448, "Member 'UWBP_Settings_SliderButton_C::Text_SettingName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SliderButton_C, Text_SettingTextValue) == 0x000450, "Member 'UWBP_Settings_SliderButton_C::Text_SettingTextValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SliderButton_C, ColorSlider) == 0x000458, "Member 'UWBP_Settings_SliderButton_C::ColorSlider' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton \ +static_assert(alignof(WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton) == 0x000008, "Wrong alignment on WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton"); \ +static_assert(sizeof(WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton) == 0x000040, "Wrong size on WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton, EntryPoint) == 0x000000, "Member 'WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton, K2Node_Event_bInIsDisabled) == 0x000004, "Member 'WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton, K2Node_Event_bInHasFocus) == 0x000005, "Member 'WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton, K2Node_Event_bInIsHovered) == 0x000006, "Member 'WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton, K2Node_ComponentBoundEvent_Button_1) == 0x000008, "Member 'WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton, K2Node_ComponentBoundEvent_Button) == 0x000010, "Member 'WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000024, "Member 'WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton, CallFunc_Less_IntInt_ReturnValue) == 0x000029, "Member 'WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton, CallFunc_HasKeyboardFocus_ReturnValue) == 0x00002A, "Member 'WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000030, "Member 'WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton, K2Node_Event_IsDesignTime) == 0x000038, "Member 'WBP_Settings_ResolutionChoiceButton_C_ExecuteUbergraph_WBP_Settings_ResolutionChoiceButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ResolutionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Settings_ResolutionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_ResolutionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_ResolutionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_ResolutionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_ResolutionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ResolutionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Settings_ResolutionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_ResolutionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_ResolutionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_ResolutionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_ResolutionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ResolutionChoiceButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_Settings_ResolutionChoiceButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_Settings_ResolutionChoiceButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_Settings_ResolutionChoiceButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_Settings_ResolutionChoiceButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_Settings_ResolutionChoiceButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ResolutionChoiceButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_Settings_ResolutionChoiceButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_Settings_ResolutionChoiceButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_Settings_ResolutionChoiceButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_Settings_ResolutionChoiceButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_Settings_ResolutionChoiceButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ResolutionChoiceButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_Settings_ResolutionChoiceButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_Settings_ResolutionChoiceButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_Settings_ResolutionChoiceButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_Settings_ResolutionChoiceButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_Settings_ResolutionChoiceButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ResolutionChoiceButton_C_PreConstruct \ +static_assert(alignof(WBP_Settings_ResolutionChoiceButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Settings_ResolutionChoiceButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_Settings_ResolutionChoiceButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_Settings_ResolutionChoiceButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Settings_ResolutionChoiceButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ResolutionChoiceButton_C_RefreshVisuals \ +static_assert(alignof(WBP_Settings_ResolutionChoiceButton_C_RefreshVisuals) == 0x000001, "Wrong alignment on WBP_Settings_ResolutionChoiceButton_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_Settings_ResolutionChoiceButton_C_RefreshVisuals) == 0x000002, "Wrong size on WBP_Settings_ResolutionChoiceButton_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_RefreshVisuals, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000000, "Member 'WBP_Settings_ResolutionChoiceButton_C_RefreshVisuals::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_RefreshVisuals, CallFunc_IsHovered_ReturnValue) == 0x000001, "Member 'WBP_Settings_ResolutionChoiceButton_C_RefreshVisuals::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ResolutionChoiceButton_C_On_Hover_Visuals \ +static_assert(alignof(WBP_Settings_ResolutionChoiceButton_C_On_Hover_Visuals) == 0x000001, "Wrong alignment on WBP_Settings_ResolutionChoiceButton_C_On_Hover_Visuals"); \ +static_assert(sizeof(WBP_Settings_ResolutionChoiceButton_C_On_Hover_Visuals) == 0x000001, "Wrong size on WBP_Settings_ResolutionChoiceButton_C_On_Hover_Visuals"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_On_Hover_Visuals, bIsHovered) == 0x000000, "Member 'WBP_Settings_ResolutionChoiceButton_C_On_Hover_Visuals::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ResolutionChoiceButton_C_OnFocusedVisuals \ +static_assert(alignof(WBP_Settings_ResolutionChoiceButton_C_OnFocusedVisuals) == 0x000008, "Wrong alignment on WBP_Settings_ResolutionChoiceButton_C_OnFocusedVisuals"); \ +static_assert(sizeof(WBP_Settings_ResolutionChoiceButton_C_OnFocusedVisuals) == 0x000088, "Wrong size on WBP_Settings_ResolutionChoiceButton_C_OnFocusedVisuals"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_OnFocusedVisuals, bIsFocused) == 0x000000, "Member 'WBP_Settings_ResolutionChoiceButton_C_OnFocusedVisuals::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_OnFocusedVisuals, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_Settings_ResolutionChoiceButton_C_OnFocusedVisuals::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_OnFocusedVisuals, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000010, "Member 'WBP_Settings_ResolutionChoiceButton_C_OnFocusedVisuals::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000018, "Member 'WBP_Settings_ResolutionChoiceButton_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000020, "Member 'WBP_Settings_ResolutionChoiceButton_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue) == 0x000028, "Member 'WBP_Settings_ResolutionChoiceButton_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue_1) == 0x000038, "Member 'WBP_Settings_ResolutionChoiceButton_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_OnFocusedVisuals, CallFunc_SettingIsDirty_ReturnValue) == 0x000048, "Member 'WBP_Settings_ResolutionChoiceButton_C_OnFocusedVisuals::CallFunc_SettingIsDirty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_OnFocusedVisuals, CallFunc_SelectColor_ReturnValue) == 0x00004C, "Member 'WBP_Settings_ResolutionChoiceButton_C_OnFocusedVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_OnFocusedVisuals, K2Node_MakeStruct_SlateColor) == 0x000060, "Member 'WBP_Settings_ResolutionChoiceButton_C_OnFocusedVisuals::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ResolutionChoiceButton_C_OnDisabledVisuals \ +static_assert(alignof(WBP_Settings_ResolutionChoiceButton_C_OnDisabledVisuals) == 0x000001, "Wrong alignment on WBP_Settings_ResolutionChoiceButton_C_OnDisabledVisuals"); \ +static_assert(sizeof(WBP_Settings_ResolutionChoiceButton_C_OnDisabledVisuals) == 0x000001, "Wrong size on WBP_Settings_ResolutionChoiceButton_C_OnDisabledVisuals"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_OnDisabledVisuals, bIsDisabled_0) == 0x000000, "Member 'WBP_Settings_ResolutionChoiceButton_C_OnDisabledVisuals::bIsDisabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ResolutionChoiceButton_C_ChoiceIndexVisuals \ +static_assert(alignof(WBP_Settings_ResolutionChoiceButton_C_ChoiceIndexVisuals) == 0x000004, "Wrong alignment on WBP_Settings_ResolutionChoiceButton_C_ChoiceIndexVisuals"); \ +static_assert(sizeof(WBP_Settings_ResolutionChoiceButton_C_ChoiceIndexVisuals) == 0x000014, "Wrong size on WBP_Settings_ResolutionChoiceButton_C_ChoiceIndexVisuals"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_ChoiceIndexVisuals, ChoiceIndex_0) == 0x000000, "Member 'WBP_Settings_ResolutionChoiceButton_C_ChoiceIndexVisuals::ChoiceIndex_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_ChoiceIndexVisuals, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'WBP_Settings_ResolutionChoiceButton_C_ChoiceIndexVisuals::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_ChoiceIndexVisuals, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Settings_ResolutionChoiceButton_C_ChoiceIndexVisuals::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_ChoiceIndexVisuals, CallFunc_Clamp_ReturnValue) == 0x00000C, "Member 'WBP_Settings_ResolutionChoiceButton_C_ChoiceIndexVisuals::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_ChoiceIndexVisuals, CallFunc_Less_IntInt_ReturnValue) == 0x000010, "Member 'WBP_Settings_ResolutionChoiceButton_C_ChoiceIndexVisuals::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_ChoiceIndexVisuals, CallFunc_Greater_IntInt_ReturnValue) == 0x000011, "Member 'WBP_Settings_ResolutionChoiceButton_C_ChoiceIndexVisuals::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ResolutionChoiceButton_C_UpdateOptionsText \ +static_assert(alignof(WBP_Settings_ResolutionChoiceButton_C_UpdateOptionsText) == 0x000004, "Wrong alignment on WBP_Settings_ResolutionChoiceButton_C_UpdateOptionsText"); \ +static_assert(sizeof(WBP_Settings_ResolutionChoiceButton_C_UpdateOptionsText) == 0x00000C, "Wrong size on WBP_Settings_ResolutionChoiceButton_C_UpdateOptionsText"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_UpdateOptionsText, CallFunc_Array_Length_ReturnValue) == 0x000000, "Member 'WBP_Settings_ResolutionChoiceButton_C_UpdateOptionsText::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_UpdateOptionsText, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'WBP_Settings_ResolutionChoiceButton_C_UpdateOptionsText::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ResolutionChoiceButton_C_UpdateOptionsText, CallFunc_Clamp_ReturnValue) == 0x000008, "Member 'WBP_Settings_ResolutionChoiceButton_C_UpdateOptionsText::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_ResolutionChoiceButton_C \ +static_assert(alignof(UWBP_Settings_ResolutionChoiceButton_C) == 0x000008, "Wrong alignment on UWBP_Settings_ResolutionChoiceButton_C"); \ +static_assert(sizeof(UWBP_Settings_ResolutionChoiceButton_C) == 0x0004A0, "Wrong size on UWBP_Settings_ResolutionChoiceButton_C"); \ +static_assert(offsetof(UWBP_Settings_ResolutionChoiceButton_C, UberGraphFrame) == 0x000448, "Member 'UWBP_Settings_ResolutionChoiceButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ResolutionChoiceButton_C, Border_Image) == 0x000450, "Member 'UWBP_Settings_ResolutionChoiceButton_C::Border_Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ResolutionChoiceButton_C, Button_Left) == 0x000458, "Member 'UWBP_Settings_ResolutionChoiceButton_C::Button_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ResolutionChoiceButton_C, Button_Right) == 0x000460, "Member 'UWBP_Settings_ResolutionChoiceButton_C::Button_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ResolutionChoiceButton_C, Image_Background) == 0x000468, "Member 'UWBP_Settings_ResolutionChoiceButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ResolutionChoiceButton_C, Image_BG) == 0x000470, "Member 'UWBP_Settings_ResolutionChoiceButton_C::Image_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ResolutionChoiceButton_C, Text_OptionChoice) == 0x000478, "Member 'UWBP_Settings_ResolutionChoiceButton_C::Text_OptionChoice' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ResolutionChoiceButton_C, Text_SettingName) == 0x000480, "Member 'UWBP_Settings_ResolutionChoiceButton_C::Text_SettingName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ResolutionChoiceButton_C, Color_Border) == 0x000488, "Member 'UWBP_Settings_ResolutionChoiceButton_C::Color_Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ResolutionChoiceButton_C, DynamicMaterial) == 0x000498, "Member 'UWBP_Settings_ResolutionChoiceButton_C::DynamicMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton \ +static_assert(alignof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton) == 0x000008, "Wrong alignment on WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton"); \ +static_assert(sizeof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton) == 0x000168, "Wrong size on WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, EntryPoint) == 0x000000, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, CallFunc_GetGlobalColor_ReturnValue) == 0x000004, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, K2Node_Event_IsDesignTime) == 0x000014, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, K2Node_Event_bInIsDisabled) == 0x000015, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, K2Node_Event_bInHasFocus) == 0x000016, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, K2Node_Event_bInIsHovered) == 0x000017, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000018, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, K2Node_ComponentBoundEvent_SelectedKey_3) == 0x000020, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::K2Node_ComponentBoundEvent_SelectedKey_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, K2Node_ComponentBoundEvent_SelectedKey_2) == 0x000048, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::K2Node_ComponentBoundEvent_SelectedKey_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, K2Node_ComponentBoundEvent_SelectedKey_1) == 0x000070, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::K2Node_ComponentBoundEvent_SelectedKey_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, K2Node_ComponentBoundEvent_SelectedKey) == 0x000098, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::K2Node_ComponentBoundEvent_SelectedKey' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x0000C0, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, Temp_byte_Variable) == 0x0000C8, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, Temp_byte_Variable_1) == 0x0000C9, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, CallFunc_Array_Length_ReturnValue) == 0x0000CC, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, CallFunc_Greater_IntInt_ReturnValue) == 0x0000D0, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, CallFunc_Array_Length_ReturnValue_1) == 0x0000D4, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, CallFunc_GetGlobalColor_ReturnValue_1) == 0x0000D8, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::CallFunc_GetGlobalColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0000E8, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, CallFunc_GetGlobalColor_ReturnValue_2) == 0x0000EC, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::CallFunc_GetGlobalColor_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, CallFunc_BooleanOR_ReturnValue) == 0x0000FC, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, CallFunc_SelectColor_ReturnValue) == 0x000100, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, CallFunc_GetGlobalColor_ReturnValue_3) == 0x000110, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::CallFunc_GetGlobalColor_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, CallFunc_GetGlobalColor_ReturnValue_4) == 0x000120, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::CallFunc_GetGlobalColor_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, CallFunc_SelectColor_ReturnValue_1) == 0x000130, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, Temp_bool_Variable) == 0x000140, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, K2Node_Select_Default) == 0x000141, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, CallFunc_GetGlobalColor_ReturnValue_5) == 0x000144, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::CallFunc_GetGlobalColor_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton, CallFunc_SelectColor_ReturnValue_2) == 0x000154, "Member 'WBP_Settings_KeyboardBindingButton_C_ExecuteUbergraph_WBP_Settings_KeyboardBindingButton::CallFunc_SelectColor_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_SBZInputKeySelector_PrimaryKey_K2Node_ComponentBoundEvent_1_OnKeySelected__DelegateSignature \ +static_assert(alignof(WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_SBZInputKeySelector_PrimaryKey_K2Node_ComponentBoundEvent_1_OnKeySelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_SBZInputKeySelector_PrimaryKey_K2Node_ComponentBoundEvent_1_OnKeySelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_SBZInputKeySelector_PrimaryKey_K2Node_ComponentBoundEvent_1_OnKeySelected__DelegateSignature) == 0x000028, "Wrong size on WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_SBZInputKeySelector_PrimaryKey_K2Node_ComponentBoundEvent_1_OnKeySelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_SBZInputKeySelector_PrimaryKey_K2Node_ComponentBoundEvent_1_OnKeySelected__DelegateSignature, SelectedKey) == 0x000000, "Member 'WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_SBZInputKeySelector_PrimaryKey_K2Node_ComponentBoundEvent_1_OnKeySelected__DelegateSignature::SelectedKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_WBP_SBZInputKeySelector_154_K2Node_ComponentBoundEvent_0_OnKeySelected__DelegateSignature \ +static_assert(alignof(WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_WBP_SBZInputKeySelector_154_K2Node_ComponentBoundEvent_0_OnKeySelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_WBP_SBZInputKeySelector_154_K2Node_ComponentBoundEvent_0_OnKeySelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_WBP_SBZInputKeySelector_154_K2Node_ComponentBoundEvent_0_OnKeySelected__DelegateSignature) == 0x000028, "Wrong size on WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_WBP_SBZInputKeySelector_154_K2Node_ComponentBoundEvent_0_OnKeySelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_WBP_SBZInputKeySelector_154_K2Node_ComponentBoundEvent_0_OnKeySelected__DelegateSignature, SelectedKey) == 0x000000, "Member 'WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_WBP_SBZInputKeySelector_154_K2Node_ComponentBoundEvent_0_OnKeySelected__DelegateSignature::SelectedKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_InputKeySelector_PrimaryKey_K2Node_ComponentBoundEvent_3_OnKeySelected__DelegateSignature \ +static_assert(alignof(WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_InputKeySelector_PrimaryKey_K2Node_ComponentBoundEvent_3_OnKeySelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_InputKeySelector_PrimaryKey_K2Node_ComponentBoundEvent_3_OnKeySelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_InputKeySelector_PrimaryKey_K2Node_ComponentBoundEvent_3_OnKeySelected__DelegateSignature) == 0x000028, "Wrong size on WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_InputKeySelector_PrimaryKey_K2Node_ComponentBoundEvent_3_OnKeySelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_InputKeySelector_PrimaryKey_K2Node_ComponentBoundEvent_3_OnKeySelected__DelegateSignature, SelectedKey) == 0x000000, "Member 'WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_InputKeySelector_PrimaryKey_K2Node_ComponentBoundEvent_3_OnKeySelected__DelegateSignature::SelectedKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_InputKeySelector_SecondaryKey_K2Node_ComponentBoundEvent_2_OnKeySelected__DelegateSignature \ +static_assert(alignof(WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_InputKeySelector_SecondaryKey_K2Node_ComponentBoundEvent_2_OnKeySelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_InputKeySelector_SecondaryKey_K2Node_ComponentBoundEvent_2_OnKeySelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_InputKeySelector_SecondaryKey_K2Node_ComponentBoundEvent_2_OnKeySelected__DelegateSignature) == 0x000028, "Wrong size on WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_InputKeySelector_SecondaryKey_K2Node_ComponentBoundEvent_2_OnKeySelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_InputKeySelector_SecondaryKey_K2Node_ComponentBoundEvent_2_OnKeySelected__DelegateSignature, SelectedKey) == 0x000000, "Member 'WBP_Settings_KeyboardBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_InputKeySelector_SecondaryKey_K2Node_ComponentBoundEvent_2_OnKeySelected__DelegateSignature::SelectedKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_KeyboardBindingButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_Settings_KeyboardBindingButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_Settings_KeyboardBindingButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_Settings_KeyboardBindingButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_Settings_KeyboardBindingButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_Settings_KeyboardBindingButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_KeyboardBindingButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_Settings_KeyboardBindingButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_Settings_KeyboardBindingButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_Settings_KeyboardBindingButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_Settings_KeyboardBindingButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_Settings_KeyboardBindingButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_KeyboardBindingButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_Settings_KeyboardBindingButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_Settings_KeyboardBindingButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_Settings_KeyboardBindingButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_Settings_KeyboardBindingButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_Settings_KeyboardBindingButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_KeyboardBindingButton_C_PreConstruct \ +static_assert(alignof(WBP_Settings_KeyboardBindingButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Settings_KeyboardBindingButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_Settings_KeyboardBindingButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_Settings_KeyboardBindingButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Settings_KeyboardBindingButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_KeyboardBindingButton_C_RefreshVisuals \ +static_assert(alignof(WBP_Settings_KeyboardBindingButton_C_RefreshVisuals) == 0x000001, "Wrong alignment on WBP_Settings_KeyboardBindingButton_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_Settings_KeyboardBindingButton_C_RefreshVisuals) == 0x000002, "Wrong size on WBP_Settings_KeyboardBindingButton_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_RefreshVisuals, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000000, "Member 'WBP_Settings_KeyboardBindingButton_C_RefreshVisuals::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_RefreshVisuals, CallFunc_IsHovered_ReturnValue) == 0x000001, "Member 'WBP_Settings_KeyboardBindingButton_C_RefreshVisuals::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_KeyboardBindingButton_C_OnHoverVisuals \ +static_assert(alignof(WBP_Settings_KeyboardBindingButton_C_OnHoverVisuals) == 0x000001, "Wrong alignment on WBP_Settings_KeyboardBindingButton_C_OnHoverVisuals"); \ +static_assert(sizeof(WBP_Settings_KeyboardBindingButton_C_OnHoverVisuals) == 0x000001, "Wrong size on WBP_Settings_KeyboardBindingButton_C_OnHoverVisuals"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_OnHoverVisuals, bIsHovered) == 0x000000, "Member 'WBP_Settings_KeyboardBindingButton_C_OnHoverVisuals::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_KeyboardBindingButton_C_OnFocusedVisuals \ +static_assert(alignof(WBP_Settings_KeyboardBindingButton_C_OnFocusedVisuals) == 0x000008, "Wrong alignment on WBP_Settings_KeyboardBindingButton_C_OnFocusedVisuals"); \ +static_assert(sizeof(WBP_Settings_KeyboardBindingButton_C_OnFocusedVisuals) == 0x000088, "Wrong size on WBP_Settings_KeyboardBindingButton_C_OnFocusedVisuals"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_OnFocusedVisuals, bIsFocused) == 0x000000, "Member 'WBP_Settings_KeyboardBindingButton_C_OnFocusedVisuals::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_OnFocusedVisuals, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_Settings_KeyboardBindingButton_C_OnFocusedVisuals::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_OnFocusedVisuals, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000010, "Member 'WBP_Settings_KeyboardBindingButton_C_OnFocusedVisuals::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000018, "Member 'WBP_Settings_KeyboardBindingButton_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000020, "Member 'WBP_Settings_KeyboardBindingButton_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue) == 0x000028, "Member 'WBP_Settings_KeyboardBindingButton_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue_1) == 0x000038, "Member 'WBP_Settings_KeyboardBindingButton_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_OnFocusedVisuals, CallFunc_SettingIsDirty_ReturnValue) == 0x000048, "Member 'WBP_Settings_KeyboardBindingButton_C_OnFocusedVisuals::CallFunc_SettingIsDirty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_OnFocusedVisuals, CallFunc_SelectColor_ReturnValue) == 0x00004C, "Member 'WBP_Settings_KeyboardBindingButton_C_OnFocusedVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_OnFocusedVisuals, K2Node_MakeStruct_SlateColor) == 0x000060, "Member 'WBP_Settings_KeyboardBindingButton_C_OnFocusedVisuals::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_KeyboardBindingButton_C_OnDisabledVisuals \ +static_assert(alignof(WBP_Settings_KeyboardBindingButton_C_OnDisabledVisuals) == 0x000001, "Wrong alignment on WBP_Settings_KeyboardBindingButton_C_OnDisabledVisuals"); \ +static_assert(sizeof(WBP_Settings_KeyboardBindingButton_C_OnDisabledVisuals) == 0x000001, "Wrong size on WBP_Settings_KeyboardBindingButton_C_OnDisabledVisuals"); \ +static_assert(offsetof(WBP_Settings_KeyboardBindingButton_C_OnDisabledVisuals, bIsDisabled_0) == 0x000000, "Member 'WBP_Settings_KeyboardBindingButton_C_OnDisabledVisuals::bIsDisabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_KeyboardBindingButton_C \ +static_assert(alignof(UWBP_Settings_KeyboardBindingButton_C) == 0x000008, "Wrong alignment on UWBP_Settings_KeyboardBindingButton_C"); \ +static_assert(sizeof(UWBP_Settings_KeyboardBindingButton_C) == 0x0004D0, "Wrong size on UWBP_Settings_KeyboardBindingButton_C"); \ +static_assert(offsetof(UWBP_Settings_KeyboardBindingButton_C, UberGraphFrame) == 0x000488, "Member 'UWBP_Settings_KeyboardBindingButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_KeyboardBindingButton_C, Border_Image) == 0x000490, "Member 'UWBP_Settings_KeyboardBindingButton_C::Border_Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_KeyboardBindingButton_C, Image_Background) == 0x000498, "Member 'UWBP_Settings_KeyboardBindingButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_KeyboardBindingButton_C, Image_Warning) == 0x0004A0, "Member 'UWBP_Settings_KeyboardBindingButton_C::Image_Warning' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_KeyboardBindingButton_C, InputKeySelector_PrimaryKey) == 0x0004A8, "Member 'UWBP_Settings_KeyboardBindingButton_C::InputKeySelector_PrimaryKey' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_KeyboardBindingButton_C, InputKeySelector_SecondaryKey) == 0x0004B0, "Member 'UWBP_Settings_KeyboardBindingButton_C::InputKeySelector_SecondaryKey' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_KeyboardBindingButton_C, SBZInputKeySelector_PrimaryKey) == 0x0004B8, "Member 'UWBP_Settings_KeyboardBindingButton_C::SBZInputKeySelector_PrimaryKey' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_KeyboardBindingButton_C, SBZInputKeySelector_SecondaryKey) == 0x0004C0, "Member 'UWBP_Settings_KeyboardBindingButton_C::SBZInputKeySelector_SecondaryKey' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_KeyboardBindingButton_C, Text_SettingName) == 0x0004C8, "Member 'UWBP_Settings_KeyboardBindingButton_C::Text_SettingName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GamepadBindingButton_C_ExecuteUbergraph_WBP_Settings_GamepadBindingButton \ +static_assert(alignof(WBP_Settings_GamepadBindingButton_C_ExecuteUbergraph_WBP_Settings_GamepadBindingButton) == 0x000008, "Wrong alignment on WBP_Settings_GamepadBindingButton_C_ExecuteUbergraph_WBP_Settings_GamepadBindingButton"); \ +static_assert(sizeof(WBP_Settings_GamepadBindingButton_C_ExecuteUbergraph_WBP_Settings_GamepadBindingButton) == 0x000070, "Wrong size on WBP_Settings_GamepadBindingButton_C_ExecuteUbergraph_WBP_Settings_GamepadBindingButton"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_ExecuteUbergraph_WBP_Settings_GamepadBindingButton, EntryPoint) == 0x000000, "Member 'WBP_Settings_GamepadBindingButton_C_ExecuteUbergraph_WBP_Settings_GamepadBindingButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_ExecuteUbergraph_WBP_Settings_GamepadBindingButton, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_Settings_GamepadBindingButton_C_ExecuteUbergraph_WBP_Settings_GamepadBindingButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_ExecuteUbergraph_WBP_Settings_GamepadBindingButton, K2Node_Event_bInIsDisabled) == 0x000005, "Member 'WBP_Settings_GamepadBindingButton_C_ExecuteUbergraph_WBP_Settings_GamepadBindingButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_ExecuteUbergraph_WBP_Settings_GamepadBindingButton, K2Node_Event_bInHasFocus) == 0x000006, "Member 'WBP_Settings_GamepadBindingButton_C_ExecuteUbergraph_WBP_Settings_GamepadBindingButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_ExecuteUbergraph_WBP_Settings_GamepadBindingButton, K2Node_Event_bInIsHovered) == 0x000007, "Member 'WBP_Settings_GamepadBindingButton_C_ExecuteUbergraph_WBP_Settings_GamepadBindingButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_ExecuteUbergraph_WBP_Settings_GamepadBindingButton, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000008, "Member 'WBP_Settings_GamepadBindingButton_C_ExecuteUbergraph_WBP_Settings_GamepadBindingButton::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_ExecuteUbergraph_WBP_Settings_GamepadBindingButton, K2Node_ComponentBoundEvent_SelectedKey_1) == 0x000010, "Member 'WBP_Settings_GamepadBindingButton_C_ExecuteUbergraph_WBP_Settings_GamepadBindingButton::K2Node_ComponentBoundEvent_SelectedKey_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_ExecuteUbergraph_WBP_Settings_GamepadBindingButton, CallFunc_GetGlobalColor_ReturnValue) == 0x000038, "Member 'WBP_Settings_GamepadBindingButton_C_ExecuteUbergraph_WBP_Settings_GamepadBindingButton::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_ExecuteUbergraph_WBP_Settings_GamepadBindingButton, K2Node_ComponentBoundEvent_SelectedKey) == 0x000048, "Member 'WBP_Settings_GamepadBindingButton_C_ExecuteUbergraph_WBP_Settings_GamepadBindingButton::K2Node_ComponentBoundEvent_SelectedKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GamepadBindingButton_C_BndEvt__WBP_Settings_GamepadBindingButton_WBP_SBZInputKeySelector_K2Node_ComponentBoundEvent_0_OnKeySelected__DelegateSignature \ +static_assert(alignof(WBP_Settings_GamepadBindingButton_C_BndEvt__WBP_Settings_GamepadBindingButton_WBP_SBZInputKeySelector_K2Node_ComponentBoundEvent_0_OnKeySelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GamepadBindingButton_C_BndEvt__WBP_Settings_GamepadBindingButton_WBP_SBZInputKeySelector_K2Node_ComponentBoundEvent_0_OnKeySelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GamepadBindingButton_C_BndEvt__WBP_Settings_GamepadBindingButton_WBP_SBZInputKeySelector_K2Node_ComponentBoundEvent_0_OnKeySelected__DelegateSignature) == 0x000028, "Wrong size on WBP_Settings_GamepadBindingButton_C_BndEvt__WBP_Settings_GamepadBindingButton_WBP_SBZInputKeySelector_K2Node_ComponentBoundEvent_0_OnKeySelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_BndEvt__WBP_Settings_GamepadBindingButton_WBP_SBZInputKeySelector_K2Node_ComponentBoundEvent_0_OnKeySelected__DelegateSignature, SelectedKey) == 0x000000, "Member 'WBP_Settings_GamepadBindingButton_C_BndEvt__WBP_Settings_GamepadBindingButton_WBP_SBZInputKeySelector_K2Node_ComponentBoundEvent_0_OnKeySelected__DelegateSignature::SelectedKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GamepadBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_InputKeySelector_PrimaryKey_K2Node_ComponentBoundEvent_3_OnKeySelected__DelegateSignature \ +static_assert(alignof(WBP_Settings_GamepadBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_InputKeySelector_PrimaryKey_K2Node_ComponentBoundEvent_3_OnKeySelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_GamepadBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_InputKeySelector_PrimaryKey_K2Node_ComponentBoundEvent_3_OnKeySelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_GamepadBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_InputKeySelector_PrimaryKey_K2Node_ComponentBoundEvent_3_OnKeySelected__DelegateSignature) == 0x000028, "Wrong size on WBP_Settings_GamepadBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_InputKeySelector_PrimaryKey_K2Node_ComponentBoundEvent_3_OnKeySelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_InputKeySelector_PrimaryKey_K2Node_ComponentBoundEvent_3_OnKeySelected__DelegateSignature, SelectedKey) == 0x000000, "Member 'WBP_Settings_GamepadBindingButton_C_BndEvt__WBP_Settings_KeyboardBindingButton_InputKeySelector_PrimaryKey_K2Node_ComponentBoundEvent_3_OnKeySelected__DelegateSignature::SelectedKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GamepadBindingButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_Settings_GamepadBindingButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_Settings_GamepadBindingButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_Settings_GamepadBindingButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_Settings_GamepadBindingButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_Settings_GamepadBindingButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GamepadBindingButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_Settings_GamepadBindingButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_Settings_GamepadBindingButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_Settings_GamepadBindingButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_Settings_GamepadBindingButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_Settings_GamepadBindingButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GamepadBindingButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_Settings_GamepadBindingButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_Settings_GamepadBindingButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_Settings_GamepadBindingButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_Settings_GamepadBindingButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_Settings_GamepadBindingButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GamepadBindingButton_C_PreConstruct \ +static_assert(alignof(WBP_Settings_GamepadBindingButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Settings_GamepadBindingButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_Settings_GamepadBindingButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_Settings_GamepadBindingButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Settings_GamepadBindingButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GamepadBindingButton_C_RefreshVisuals \ +static_assert(alignof(WBP_Settings_GamepadBindingButton_C_RefreshVisuals) == 0x000001, "Wrong alignment on WBP_Settings_GamepadBindingButton_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_Settings_GamepadBindingButton_C_RefreshVisuals) == 0x000002, "Wrong size on WBP_Settings_GamepadBindingButton_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_RefreshVisuals, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000000, "Member 'WBP_Settings_GamepadBindingButton_C_RefreshVisuals::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_RefreshVisuals, CallFunc_IsHovered_ReturnValue) == 0x000001, "Member 'WBP_Settings_GamepadBindingButton_C_RefreshVisuals::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GamepadBindingButton_C_OnHoverVisuals \ +static_assert(alignof(WBP_Settings_GamepadBindingButton_C_OnHoverVisuals) == 0x000001, "Wrong alignment on WBP_Settings_GamepadBindingButton_C_OnHoverVisuals"); \ +static_assert(sizeof(WBP_Settings_GamepadBindingButton_C_OnHoverVisuals) == 0x000005, "Wrong size on WBP_Settings_GamepadBindingButton_C_OnHoverVisuals"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_OnHoverVisuals, bIsHovered) == 0x000000, "Member 'WBP_Settings_GamepadBindingButton_C_OnHoverVisuals::bIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_OnHoverVisuals, Temp_bool_Variable) == 0x000001, "Member 'WBP_Settings_GamepadBindingButton_C_OnHoverVisuals::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_OnHoverVisuals, Temp_byte_Variable) == 0x000002, "Member 'WBP_Settings_GamepadBindingButton_C_OnHoverVisuals::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_OnHoverVisuals, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_Settings_GamepadBindingButton_C_OnHoverVisuals::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_OnHoverVisuals, K2Node_Select_Default) == 0x000004, "Member 'WBP_Settings_GamepadBindingButton_C_OnHoverVisuals::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GamepadBindingButton_C_OnFocusedVisuals \ +static_assert(alignof(WBP_Settings_GamepadBindingButton_C_OnFocusedVisuals) == 0x000008, "Wrong alignment on WBP_Settings_GamepadBindingButton_C_OnFocusedVisuals"); \ +static_assert(sizeof(WBP_Settings_GamepadBindingButton_C_OnFocusedVisuals) == 0x000070, "Wrong size on WBP_Settings_GamepadBindingButton_C_OnFocusedVisuals"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_OnFocusedVisuals, bIsFocused) == 0x000000, "Member 'WBP_Settings_GamepadBindingButton_C_OnFocusedVisuals::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue) == 0x000004, "Member 'WBP_Settings_GamepadBindingButton_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_OnFocusedVisuals, CallFunc_SelectColor_ReturnValue) == 0x000014, "Member 'WBP_Settings_GamepadBindingButton_C_OnFocusedVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue_1) == 0x000024, "Member 'WBP_Settings_GamepadBindingButton_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_OnFocusedVisuals, CallFunc_SettingIsDirty_ReturnValue) == 0x000034, "Member 'WBP_Settings_GamepadBindingButton_C_OnFocusedVisuals::CallFunc_SettingIsDirty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_OnFocusedVisuals, CallFunc_SelectColor_ReturnValue_1) == 0x000038, "Member 'WBP_Settings_GamepadBindingButton_C_OnFocusedVisuals::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_OnFocusedVisuals, K2Node_MakeStruct_SlateColor) == 0x000048, "Member 'WBP_Settings_GamepadBindingButton_C_OnFocusedVisuals::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_GamepadBindingButton_C_OnDisabledVisuals \ +static_assert(alignof(WBP_Settings_GamepadBindingButton_C_OnDisabledVisuals) == 0x000001, "Wrong alignment on WBP_Settings_GamepadBindingButton_C_OnDisabledVisuals"); \ +static_assert(sizeof(WBP_Settings_GamepadBindingButton_C_OnDisabledVisuals) == 0x000001, "Wrong size on WBP_Settings_GamepadBindingButton_C_OnDisabledVisuals"); \ +static_assert(offsetof(WBP_Settings_GamepadBindingButton_C_OnDisabledVisuals, bIsDisabled_0) == 0x000000, "Member 'WBP_Settings_GamepadBindingButton_C_OnDisabledVisuals::bIsDisabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_GamepadBindingButton_C \ +static_assert(alignof(UWBP_Settings_GamepadBindingButton_C) == 0x000008, "Wrong alignment on UWBP_Settings_GamepadBindingButton_C"); \ +static_assert(sizeof(UWBP_Settings_GamepadBindingButton_C) == 0x000460, "Wrong size on UWBP_Settings_GamepadBindingButton_C"); \ +static_assert(offsetof(UWBP_Settings_GamepadBindingButton_C, UberGraphFrame) == 0x000430, "Member 'UWBP_Settings_GamepadBindingButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GamepadBindingButton_C, Image_Background) == 0x000438, "Member 'UWBP_Settings_GamepadBindingButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GamepadBindingButton_C, Image_Hover) == 0x000440, "Member 'UWBP_Settings_GamepadBindingButton_C::Image_Hover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GamepadBindingButton_C, InputKeySelector_PrimaryKey) == 0x000448, "Member 'UWBP_Settings_GamepadBindingButton_C::InputKeySelector_PrimaryKey' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GamepadBindingButton_C, Text_SettingName) == 0x000450, "Member 'UWBP_Settings_GamepadBindingButton_C::Text_SettingName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_GamepadBindingButton_C, WBP_SBZInputKeySelector) == 0x000458, "Member 'UWBP_Settings_GamepadBindingButton_C::WBP_SBZInputKeySelector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_OVK_HET5_C \ +static_assert(alignof(UBP_FireWeaponFeedback_OVK_HET5_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_OVK_HET5_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_OVK_HET5_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_OVK_HET5_C"); \ + +#define DUMPER7_ASSERTS_ABP_Meth_MuriaticAcid_C \ +static_assert(alignof(ABP_Meth_MuriaticAcid_C) == 0x000008, "Wrong alignment on ABP_Meth_MuriaticAcid_C"); \ +static_assert(sizeof(ABP_Meth_MuriaticAcid_C) == 0x000320, "Wrong size on ABP_Meth_MuriaticAcid_C"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton \ +static_assert(alignof(WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton) == 0x000008, "Wrong alignment on WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton"); \ +static_assert(sizeof(WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton) == 0x000040, "Wrong size on WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton, EntryPoint) == 0x000000, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton, K2Node_Event_bInIsDisabled) == 0x000004, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton, K2Node_Event_bInHasFocus) == 0x000005, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton, K2Node_Event_bInIsHovered) == 0x000006, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton, K2Node_ComponentBoundEvent_Button_1) == 0x000008, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton, K2Node_ComponentBoundEvent_Button) == 0x000010, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000024, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton, CallFunc_Less_IntInt_ReturnValue) == 0x000029, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton, CallFunc_HasKeyboardFocus_ReturnValue) == 0x00002A, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000030, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton, K2Node_Event_IsDesignTime) == 0x000038, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_AntiAliasingModeChoiceButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AntiAliasingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Settings_AntiAliasingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_AntiAliasingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_AntiAliasingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_AntiAliasingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AntiAliasingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Settings_AntiAliasingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_AntiAliasingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_AntiAliasingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_AntiAliasingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AntiAliasingModeChoiceButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_Settings_AntiAliasingModeChoiceButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_Settings_AntiAliasingModeChoiceButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_Settings_AntiAliasingModeChoiceButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_Settings_AntiAliasingModeChoiceButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AntiAliasingModeChoiceButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_Settings_AntiAliasingModeChoiceButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_Settings_AntiAliasingModeChoiceButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_Settings_AntiAliasingModeChoiceButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_Settings_AntiAliasingModeChoiceButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AntiAliasingModeChoiceButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_Settings_AntiAliasingModeChoiceButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_Settings_AntiAliasingModeChoiceButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_Settings_AntiAliasingModeChoiceButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_Settings_AntiAliasingModeChoiceButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AntiAliasingModeChoiceButton_C_PreConstruct \ +static_assert(alignof(WBP_Settings_AntiAliasingModeChoiceButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Settings_AntiAliasingModeChoiceButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_Settings_AntiAliasingModeChoiceButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_Settings_AntiAliasingModeChoiceButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AntiAliasingModeChoiceButton_C_RefreshVisuals \ +static_assert(alignof(WBP_Settings_AntiAliasingModeChoiceButton_C_RefreshVisuals) == 0x000001, "Wrong alignment on WBP_Settings_AntiAliasingModeChoiceButton_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_Settings_AntiAliasingModeChoiceButton_C_RefreshVisuals) == 0x000002, "Wrong size on WBP_Settings_AntiAliasingModeChoiceButton_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_RefreshVisuals, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000000, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_RefreshVisuals::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_RefreshVisuals, CallFunc_IsHovered_ReturnValue) == 0x000001, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_RefreshVisuals::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AntiAliasingModeChoiceButton_C_On_Hover_Visuals \ +static_assert(alignof(WBP_Settings_AntiAliasingModeChoiceButton_C_On_Hover_Visuals) == 0x000001, "Wrong alignment on WBP_Settings_AntiAliasingModeChoiceButton_C_On_Hover_Visuals"); \ +static_assert(sizeof(WBP_Settings_AntiAliasingModeChoiceButton_C_On_Hover_Visuals) == 0x000001, "Wrong size on WBP_Settings_AntiAliasingModeChoiceButton_C_On_Hover_Visuals"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_On_Hover_Visuals, bIsHovered) == 0x000000, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_On_Hover_Visuals::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AntiAliasingModeChoiceButton_C_OnFocusedVisuals \ +static_assert(alignof(WBP_Settings_AntiAliasingModeChoiceButton_C_OnFocusedVisuals) == 0x000008, "Wrong alignment on WBP_Settings_AntiAliasingModeChoiceButton_C_OnFocusedVisuals"); \ +static_assert(sizeof(WBP_Settings_AntiAliasingModeChoiceButton_C_OnFocusedVisuals) == 0x000088, "Wrong size on WBP_Settings_AntiAliasingModeChoiceButton_C_OnFocusedVisuals"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_OnFocusedVisuals, bIsFocused) == 0x000000, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_OnFocusedVisuals::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_OnFocusedVisuals, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_OnFocusedVisuals::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_OnFocusedVisuals, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000010, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_OnFocusedVisuals::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000018, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000020, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue) == 0x000028, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue_1) == 0x000038, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_OnFocusedVisuals, CallFunc_SettingIsDirty_ReturnValue) == 0x000048, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_OnFocusedVisuals::CallFunc_SettingIsDirty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_OnFocusedVisuals, CallFunc_SelectColor_ReturnValue) == 0x00004C, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_OnFocusedVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_OnFocusedVisuals, K2Node_MakeStruct_SlateColor) == 0x000060, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_OnFocusedVisuals::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AntiAliasingModeChoiceButton_C_OnDisabledVisuals \ +static_assert(alignof(WBP_Settings_AntiAliasingModeChoiceButton_C_OnDisabledVisuals) == 0x000001, "Wrong alignment on WBP_Settings_AntiAliasingModeChoiceButton_C_OnDisabledVisuals"); \ +static_assert(sizeof(WBP_Settings_AntiAliasingModeChoiceButton_C_OnDisabledVisuals) == 0x000001, "Wrong size on WBP_Settings_AntiAliasingModeChoiceButton_C_OnDisabledVisuals"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_OnDisabledVisuals, bIsDisabled_0) == 0x000000, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_OnDisabledVisuals::bIsDisabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AntiAliasingModeChoiceButton_C_ChoiceIndexVisuals \ +static_assert(alignof(WBP_Settings_AntiAliasingModeChoiceButton_C_ChoiceIndexVisuals) == 0x000004, "Wrong alignment on WBP_Settings_AntiAliasingModeChoiceButton_C_ChoiceIndexVisuals"); \ +static_assert(sizeof(WBP_Settings_AntiAliasingModeChoiceButton_C_ChoiceIndexVisuals) == 0x000014, "Wrong size on WBP_Settings_AntiAliasingModeChoiceButton_C_ChoiceIndexVisuals"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_ChoiceIndexVisuals, ChoiceIndex_0) == 0x000000, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_ChoiceIndexVisuals::ChoiceIndex_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_ChoiceIndexVisuals, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_ChoiceIndexVisuals::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_ChoiceIndexVisuals, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_ChoiceIndexVisuals::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_ChoiceIndexVisuals, CallFunc_Clamp_ReturnValue) == 0x00000C, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_ChoiceIndexVisuals::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_ChoiceIndexVisuals, CallFunc_Less_IntInt_ReturnValue) == 0x000010, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_ChoiceIndexVisuals::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_ChoiceIndexVisuals, CallFunc_Greater_IntInt_ReturnValue) == 0x000011, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_ChoiceIndexVisuals::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_AntiAliasingModeChoiceButton_C_UpdateOptionsText \ +static_assert(alignof(WBP_Settings_AntiAliasingModeChoiceButton_C_UpdateOptionsText) == 0x000004, "Wrong alignment on WBP_Settings_AntiAliasingModeChoiceButton_C_UpdateOptionsText"); \ +static_assert(sizeof(WBP_Settings_AntiAliasingModeChoiceButton_C_UpdateOptionsText) == 0x00000C, "Wrong size on WBP_Settings_AntiAliasingModeChoiceButton_C_UpdateOptionsText"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_UpdateOptionsText, CallFunc_Array_Length_ReturnValue) == 0x000000, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_UpdateOptionsText::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_UpdateOptionsText, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_UpdateOptionsText::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_AntiAliasingModeChoiceButton_C_UpdateOptionsText, CallFunc_Clamp_ReturnValue) == 0x000008, "Member 'WBP_Settings_AntiAliasingModeChoiceButton_C_UpdateOptionsText::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_AntiAliasingModeChoiceButton_C \ +static_assert(alignof(UWBP_Settings_AntiAliasingModeChoiceButton_C) == 0x000008, "Wrong alignment on UWBP_Settings_AntiAliasingModeChoiceButton_C"); \ +static_assert(sizeof(UWBP_Settings_AntiAliasingModeChoiceButton_C) == 0x000498, "Wrong size on UWBP_Settings_AntiAliasingModeChoiceButton_C"); \ +static_assert(offsetof(UWBP_Settings_AntiAliasingModeChoiceButton_C, UberGraphFrame) == 0x000440, "Member 'UWBP_Settings_AntiAliasingModeChoiceButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AntiAliasingModeChoiceButton_C, Border_Image) == 0x000448, "Member 'UWBP_Settings_AntiAliasingModeChoiceButton_C::Border_Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AntiAliasingModeChoiceButton_C, Button_Left) == 0x000450, "Member 'UWBP_Settings_AntiAliasingModeChoiceButton_C::Button_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AntiAliasingModeChoiceButton_C, Button_Right) == 0x000458, "Member 'UWBP_Settings_AntiAliasingModeChoiceButton_C::Button_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AntiAliasingModeChoiceButton_C, Image_Background) == 0x000460, "Member 'UWBP_Settings_AntiAliasingModeChoiceButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AntiAliasingModeChoiceButton_C, Image_BG) == 0x000468, "Member 'UWBP_Settings_AntiAliasingModeChoiceButton_C::Image_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AntiAliasingModeChoiceButton_C, Text_OptionChoice) == 0x000470, "Member 'UWBP_Settings_AntiAliasingModeChoiceButton_C::Text_OptionChoice' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AntiAliasingModeChoiceButton_C, Text_SettingName) == 0x000478, "Member 'UWBP_Settings_AntiAliasingModeChoiceButton_C::Text_SettingName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AntiAliasingModeChoiceButton_C, Color_Border) == 0x000480, "Member 'UWBP_Settings_AntiAliasingModeChoiceButton_C::Color_Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_AntiAliasingModeChoiceButton_C, DynamicMaterial) == 0x000490, "Member 'UWBP_Settings_AntiAliasingModeChoiceButton_C::DynamicMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_Hacker_RoutedPing_C \ +static_assert(alignof(UGA_Hacker_RoutedPing_C) == 0x000008, "Wrong alignment on UGA_Hacker_RoutedPing_C"); \ +static_assert(sizeof(UGA_Hacker_RoutedPing_C) == 0x0004F8, "Wrong size on UGA_Hacker_RoutedPing_C"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton \ +static_assert(alignof(WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton) == 0x000008, "Wrong alignment on WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton"); \ +static_assert(sizeof(WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton) == 0x000040, "Wrong size on WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton, EntryPoint) == 0x000000, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton, K2Node_Event_bInIsDisabled) == 0x000004, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton, K2Node_Event_bInHasFocus) == 0x000005, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton, K2Node_Event_bInIsHovered) == 0x000006, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton, K2Node_ComponentBoundEvent_Button_1) == 0x000008, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton, K2Node_ComponentBoundEvent_Button) == 0x000010, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000024, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton, CallFunc_Less_IntInt_ReturnValue) == 0x000029, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton, CallFunc_HasKeyboardFocus_ReturnValue) == 0x00002A, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000030, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton, K2Node_Event_IsDesignTime) == 0x000038, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionModeChoiceButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_LagReductionModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Settings_LagReductionModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_LagReductionModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_LagReductionModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_LagReductionModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_LagReductionModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Settings_LagReductionModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_LagReductionModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_LagReductionModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_LagReductionModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_LagReductionModeChoiceButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_Settings_LagReductionModeChoiceButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_Settings_LagReductionModeChoiceButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_Settings_LagReductionModeChoiceButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_Settings_LagReductionModeChoiceButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_LagReductionModeChoiceButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_Settings_LagReductionModeChoiceButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_Settings_LagReductionModeChoiceButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_Settings_LagReductionModeChoiceButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_Settings_LagReductionModeChoiceButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_LagReductionModeChoiceButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_Settings_LagReductionModeChoiceButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_Settings_LagReductionModeChoiceButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_Settings_LagReductionModeChoiceButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_Settings_LagReductionModeChoiceButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_LagReductionModeChoiceButton_C_PreConstruct \ +static_assert(alignof(WBP_Settings_LagReductionModeChoiceButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Settings_LagReductionModeChoiceButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_Settings_LagReductionModeChoiceButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_Settings_LagReductionModeChoiceButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_LagReductionModeChoiceButton_C_RefreshVisuals \ +static_assert(alignof(WBP_Settings_LagReductionModeChoiceButton_C_RefreshVisuals) == 0x000001, "Wrong alignment on WBP_Settings_LagReductionModeChoiceButton_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_Settings_LagReductionModeChoiceButton_C_RefreshVisuals) == 0x000002, "Wrong size on WBP_Settings_LagReductionModeChoiceButton_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_RefreshVisuals, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000000, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_RefreshVisuals::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_RefreshVisuals, CallFunc_IsHovered_ReturnValue) == 0x000001, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_RefreshVisuals::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_LagReductionModeChoiceButton_C_OnHoverVisuals \ +static_assert(alignof(WBP_Settings_LagReductionModeChoiceButton_C_OnHoverVisuals) == 0x000001, "Wrong alignment on WBP_Settings_LagReductionModeChoiceButton_C_OnHoverVisuals"); \ +static_assert(sizeof(WBP_Settings_LagReductionModeChoiceButton_C_OnHoverVisuals) == 0x000001, "Wrong size on WBP_Settings_LagReductionModeChoiceButton_C_OnHoverVisuals"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_OnHoverVisuals, bIsHovered) == 0x000000, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_OnHoverVisuals::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_LagReductionModeChoiceButton_C_OnFocusedVisuals \ +static_assert(alignof(WBP_Settings_LagReductionModeChoiceButton_C_OnFocusedVisuals) == 0x000008, "Wrong alignment on WBP_Settings_LagReductionModeChoiceButton_C_OnFocusedVisuals"); \ +static_assert(sizeof(WBP_Settings_LagReductionModeChoiceButton_C_OnFocusedVisuals) == 0x000088, "Wrong size on WBP_Settings_LagReductionModeChoiceButton_C_OnFocusedVisuals"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_OnFocusedVisuals, bIsFocused) == 0x000000, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_OnFocusedVisuals::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_OnFocusedVisuals, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_OnFocusedVisuals::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_OnFocusedVisuals, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000010, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_OnFocusedVisuals::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000018, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000020, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue) == 0x000028, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue_1) == 0x000038, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_OnFocusedVisuals, CallFunc_SettingIsDirty_ReturnValue) == 0x000048, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_OnFocusedVisuals::CallFunc_SettingIsDirty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_OnFocusedVisuals, CallFunc_SelectColor_ReturnValue) == 0x00004C, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_OnFocusedVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_OnFocusedVisuals, K2Node_MakeStruct_SlateColor) == 0x000060, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_OnFocusedVisuals::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_LagReductionModeChoiceButton_C_OnDisabledVisuals \ +static_assert(alignof(WBP_Settings_LagReductionModeChoiceButton_C_OnDisabledVisuals) == 0x000001, "Wrong alignment on WBP_Settings_LagReductionModeChoiceButton_C_OnDisabledVisuals"); \ +static_assert(sizeof(WBP_Settings_LagReductionModeChoiceButton_C_OnDisabledVisuals) == 0x000001, "Wrong size on WBP_Settings_LagReductionModeChoiceButton_C_OnDisabledVisuals"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_OnDisabledVisuals, bIsDisabled_0) == 0x000000, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_OnDisabledVisuals::bIsDisabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_LagReductionModeChoiceButton_C_ChoiceIndexVisuals \ +static_assert(alignof(WBP_Settings_LagReductionModeChoiceButton_C_ChoiceIndexVisuals) == 0x000004, "Wrong alignment on WBP_Settings_LagReductionModeChoiceButton_C_ChoiceIndexVisuals"); \ +static_assert(sizeof(WBP_Settings_LagReductionModeChoiceButton_C_ChoiceIndexVisuals) == 0x000014, "Wrong size on WBP_Settings_LagReductionModeChoiceButton_C_ChoiceIndexVisuals"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_ChoiceIndexVisuals, ChoiceIndex_0) == 0x000000, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_ChoiceIndexVisuals::ChoiceIndex_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_ChoiceIndexVisuals, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_ChoiceIndexVisuals::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_ChoiceIndexVisuals, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_ChoiceIndexVisuals::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_ChoiceIndexVisuals, CallFunc_Clamp_ReturnValue) == 0x00000C, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_ChoiceIndexVisuals::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_ChoiceIndexVisuals, CallFunc_Less_IntInt_ReturnValue) == 0x000010, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_ChoiceIndexVisuals::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_ChoiceIndexVisuals, CallFunc_Greater_IntInt_ReturnValue) == 0x000011, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_ChoiceIndexVisuals::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_LagReductionModeChoiceButton_C_UpdateOptionsText \ +static_assert(alignof(WBP_Settings_LagReductionModeChoiceButton_C_UpdateOptionsText) == 0x000004, "Wrong alignment on WBP_Settings_LagReductionModeChoiceButton_C_UpdateOptionsText"); \ +static_assert(sizeof(WBP_Settings_LagReductionModeChoiceButton_C_UpdateOptionsText) == 0x00000C, "Wrong size on WBP_Settings_LagReductionModeChoiceButton_C_UpdateOptionsText"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_UpdateOptionsText, CallFunc_Array_Length_ReturnValue) == 0x000000, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_UpdateOptionsText::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_UpdateOptionsText, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_UpdateOptionsText::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionModeChoiceButton_C_UpdateOptionsText, CallFunc_Clamp_ReturnValue) == 0x000008, "Member 'WBP_Settings_LagReductionModeChoiceButton_C_UpdateOptionsText::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_LagReductionModeChoiceButton_C \ +static_assert(alignof(UWBP_Settings_LagReductionModeChoiceButton_C) == 0x000008, "Wrong alignment on UWBP_Settings_LagReductionModeChoiceButton_C"); \ +static_assert(sizeof(UWBP_Settings_LagReductionModeChoiceButton_C) == 0x000488, "Wrong size on UWBP_Settings_LagReductionModeChoiceButton_C"); \ +static_assert(offsetof(UWBP_Settings_LagReductionModeChoiceButton_C, UberGraphFrame) == 0x000448, "Member 'UWBP_Settings_LagReductionModeChoiceButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_LagReductionModeChoiceButton_C, Border_Image) == 0x000450, "Member 'UWBP_Settings_LagReductionModeChoiceButton_C::Border_Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_LagReductionModeChoiceButton_C, Button_Left) == 0x000458, "Member 'UWBP_Settings_LagReductionModeChoiceButton_C::Button_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_LagReductionModeChoiceButton_C, Button_Right) == 0x000460, "Member 'UWBP_Settings_LagReductionModeChoiceButton_C::Button_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_LagReductionModeChoiceButton_C, Image_Background) == 0x000468, "Member 'UWBP_Settings_LagReductionModeChoiceButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_LagReductionModeChoiceButton_C, Image_BG) == 0x000470, "Member 'UWBP_Settings_LagReductionModeChoiceButton_C::Image_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_LagReductionModeChoiceButton_C, Text_OptionChoice) == 0x000478, "Member 'UWBP_Settings_LagReductionModeChoiceButton_C::Text_OptionChoice' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_LagReductionModeChoiceButton_C, Text_SettingName) == 0x000480, "Member 'UWBP_Settings_LagReductionModeChoiceButton_C::Text_SettingName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton \ +static_assert(alignof(WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton) == 0x000008, "Wrong alignment on WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton"); \ +static_assert(sizeof(WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton) == 0x000040, "Wrong size on WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton, EntryPoint) == 0x000000, "Member 'WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton, K2Node_Event_bInIsDisabled) == 0x000004, "Member 'WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton, K2Node_Event_bInHasFocus) == 0x000005, "Member 'WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton, K2Node_Event_bInIsHovered) == 0x000006, "Member 'WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton, K2Node_ComponentBoundEvent_Button_1) == 0x000008, "Member 'WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton, K2Node_ComponentBoundEvent_Button) == 0x000010, "Member 'WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000024, "Member 'WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton, CallFunc_Less_IntInt_ReturnValue) == 0x000029, "Member 'WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton, CallFunc_HasKeyboardFocus_ReturnValue) == 0x00002A, "Member 'WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000030, "Member 'WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton, K2Node_Event_IsDesignTime) == 0x000038, "Member 'WBP_Settings_LagReductionChoiceButton_C_ExecuteUbergraph_WBP_Settings_LagReductionChoiceButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_LagReductionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Settings_LagReductionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_LagReductionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_LagReductionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_LagReductionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_LagReductionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_LagReductionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Settings_LagReductionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_LagReductionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_LagReductionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_LagReductionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_LagReductionChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_LagReductionChoiceButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_Settings_LagReductionChoiceButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_Settings_LagReductionChoiceButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_Settings_LagReductionChoiceButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_Settings_LagReductionChoiceButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_Settings_LagReductionChoiceButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_LagReductionChoiceButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_Settings_LagReductionChoiceButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_Settings_LagReductionChoiceButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_Settings_LagReductionChoiceButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_Settings_LagReductionChoiceButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_Settings_LagReductionChoiceButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_LagReductionChoiceButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_Settings_LagReductionChoiceButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_Settings_LagReductionChoiceButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_Settings_LagReductionChoiceButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_Settings_LagReductionChoiceButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_Settings_LagReductionChoiceButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_LagReductionChoiceButton_C_PreConstruct \ +static_assert(alignof(WBP_Settings_LagReductionChoiceButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Settings_LagReductionChoiceButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_Settings_LagReductionChoiceButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_Settings_LagReductionChoiceButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Settings_LagReductionChoiceButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_LagReductionChoiceButton_C_RefreshVisuals \ +static_assert(alignof(WBP_Settings_LagReductionChoiceButton_C_RefreshVisuals) == 0x000001, "Wrong alignment on WBP_Settings_LagReductionChoiceButton_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_Settings_LagReductionChoiceButton_C_RefreshVisuals) == 0x000002, "Wrong size on WBP_Settings_LagReductionChoiceButton_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_RefreshVisuals, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000000, "Member 'WBP_Settings_LagReductionChoiceButton_C_RefreshVisuals::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_RefreshVisuals, CallFunc_IsHovered_ReturnValue) == 0x000001, "Member 'WBP_Settings_LagReductionChoiceButton_C_RefreshVisuals::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_LagReductionChoiceButton_C_OnHoverVisuals \ +static_assert(alignof(WBP_Settings_LagReductionChoiceButton_C_OnHoverVisuals) == 0x000001, "Wrong alignment on WBP_Settings_LagReductionChoiceButton_C_OnHoverVisuals"); \ +static_assert(sizeof(WBP_Settings_LagReductionChoiceButton_C_OnHoverVisuals) == 0x000001, "Wrong size on WBP_Settings_LagReductionChoiceButton_C_OnHoverVisuals"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_OnHoverVisuals, bIsHovered) == 0x000000, "Member 'WBP_Settings_LagReductionChoiceButton_C_OnHoverVisuals::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_LagReductionChoiceButton_C_OnFocusedVisuals \ +static_assert(alignof(WBP_Settings_LagReductionChoiceButton_C_OnFocusedVisuals) == 0x000008, "Wrong alignment on WBP_Settings_LagReductionChoiceButton_C_OnFocusedVisuals"); \ +static_assert(sizeof(WBP_Settings_LagReductionChoiceButton_C_OnFocusedVisuals) == 0x000088, "Wrong size on WBP_Settings_LagReductionChoiceButton_C_OnFocusedVisuals"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_OnFocusedVisuals, bIsFocused) == 0x000000, "Member 'WBP_Settings_LagReductionChoiceButton_C_OnFocusedVisuals::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_OnFocusedVisuals, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_Settings_LagReductionChoiceButton_C_OnFocusedVisuals::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_OnFocusedVisuals, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000010, "Member 'WBP_Settings_LagReductionChoiceButton_C_OnFocusedVisuals::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000018, "Member 'WBP_Settings_LagReductionChoiceButton_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000020, "Member 'WBP_Settings_LagReductionChoiceButton_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue) == 0x000028, "Member 'WBP_Settings_LagReductionChoiceButton_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue_1) == 0x000038, "Member 'WBP_Settings_LagReductionChoiceButton_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_OnFocusedVisuals, CallFunc_SettingIsDirty_ReturnValue) == 0x000048, "Member 'WBP_Settings_LagReductionChoiceButton_C_OnFocusedVisuals::CallFunc_SettingIsDirty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_OnFocusedVisuals, CallFunc_SelectColor_ReturnValue) == 0x00004C, "Member 'WBP_Settings_LagReductionChoiceButton_C_OnFocusedVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_OnFocusedVisuals, K2Node_MakeStruct_SlateColor) == 0x000060, "Member 'WBP_Settings_LagReductionChoiceButton_C_OnFocusedVisuals::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_LagReductionChoiceButton_C_OnDisabledVisuals \ +static_assert(alignof(WBP_Settings_LagReductionChoiceButton_C_OnDisabledVisuals) == 0x000001, "Wrong alignment on WBP_Settings_LagReductionChoiceButton_C_OnDisabledVisuals"); \ +static_assert(sizeof(WBP_Settings_LagReductionChoiceButton_C_OnDisabledVisuals) == 0x000001, "Wrong size on WBP_Settings_LagReductionChoiceButton_C_OnDisabledVisuals"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_OnDisabledVisuals, bIsDisabled_0) == 0x000000, "Member 'WBP_Settings_LagReductionChoiceButton_C_OnDisabledVisuals::bIsDisabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_LagReductionChoiceButton_C_ChoiceIndexVisuals \ +static_assert(alignof(WBP_Settings_LagReductionChoiceButton_C_ChoiceIndexVisuals) == 0x000004, "Wrong alignment on WBP_Settings_LagReductionChoiceButton_C_ChoiceIndexVisuals"); \ +static_assert(sizeof(WBP_Settings_LagReductionChoiceButton_C_ChoiceIndexVisuals) == 0x000014, "Wrong size on WBP_Settings_LagReductionChoiceButton_C_ChoiceIndexVisuals"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_ChoiceIndexVisuals, ChoiceIndex_0) == 0x000000, "Member 'WBP_Settings_LagReductionChoiceButton_C_ChoiceIndexVisuals::ChoiceIndex_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_ChoiceIndexVisuals, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'WBP_Settings_LagReductionChoiceButton_C_ChoiceIndexVisuals::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_ChoiceIndexVisuals, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Settings_LagReductionChoiceButton_C_ChoiceIndexVisuals::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_ChoiceIndexVisuals, CallFunc_Clamp_ReturnValue) == 0x00000C, "Member 'WBP_Settings_LagReductionChoiceButton_C_ChoiceIndexVisuals::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_ChoiceIndexVisuals, CallFunc_Less_IntInt_ReturnValue) == 0x000010, "Member 'WBP_Settings_LagReductionChoiceButton_C_ChoiceIndexVisuals::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_ChoiceIndexVisuals, CallFunc_Greater_IntInt_ReturnValue) == 0x000011, "Member 'WBP_Settings_LagReductionChoiceButton_C_ChoiceIndexVisuals::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_LagReductionChoiceButton_C_UpdateOptionsText \ +static_assert(alignof(WBP_Settings_LagReductionChoiceButton_C_UpdateOptionsText) == 0x000004, "Wrong alignment on WBP_Settings_LagReductionChoiceButton_C_UpdateOptionsText"); \ +static_assert(sizeof(WBP_Settings_LagReductionChoiceButton_C_UpdateOptionsText) == 0x00000C, "Wrong size on WBP_Settings_LagReductionChoiceButton_C_UpdateOptionsText"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_UpdateOptionsText, CallFunc_Array_Length_ReturnValue) == 0x000000, "Member 'WBP_Settings_LagReductionChoiceButton_C_UpdateOptionsText::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_UpdateOptionsText, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'WBP_Settings_LagReductionChoiceButton_C_UpdateOptionsText::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_LagReductionChoiceButton_C_UpdateOptionsText, CallFunc_Clamp_ReturnValue) == 0x000008, "Member 'WBP_Settings_LagReductionChoiceButton_C_UpdateOptionsText::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_LagReductionChoiceButton_C \ +static_assert(alignof(UWBP_Settings_LagReductionChoiceButton_C) == 0x000008, "Wrong alignment on UWBP_Settings_LagReductionChoiceButton_C"); \ +static_assert(sizeof(UWBP_Settings_LagReductionChoiceButton_C) == 0x000488, "Wrong size on UWBP_Settings_LagReductionChoiceButton_C"); \ +static_assert(offsetof(UWBP_Settings_LagReductionChoiceButton_C, UberGraphFrame) == 0x000448, "Member 'UWBP_Settings_LagReductionChoiceButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_LagReductionChoiceButton_C, Border_Image) == 0x000450, "Member 'UWBP_Settings_LagReductionChoiceButton_C::Border_Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_LagReductionChoiceButton_C, Button_Left) == 0x000458, "Member 'UWBP_Settings_LagReductionChoiceButton_C::Button_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_LagReductionChoiceButton_C, Button_Right) == 0x000460, "Member 'UWBP_Settings_LagReductionChoiceButton_C::Button_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_LagReductionChoiceButton_C, Image_Background) == 0x000468, "Member 'UWBP_Settings_LagReductionChoiceButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_LagReductionChoiceButton_C, Image_BG) == 0x000470, "Member 'UWBP_Settings_LagReductionChoiceButton_C::Image_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_LagReductionChoiceButton_C, Text_OptionChoice) == 0x000478, "Member 'UWBP_Settings_LagReductionChoiceButton_C::Text_OptionChoice' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_LagReductionChoiceButton_C, Text_SettingName) == 0x000480, "Member 'UWBP_Settings_LagReductionChoiceButton_C::Text_SettingName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AssetReward_C_ExecuteUbergraph_WBP_AssetReward \ +static_assert(alignof(WBP_AssetReward_C_ExecuteUbergraph_WBP_AssetReward) == 0x000008, "Wrong alignment on WBP_AssetReward_C_ExecuteUbergraph_WBP_AssetReward"); \ +static_assert(sizeof(WBP_AssetReward_C_ExecuteUbergraph_WBP_AssetReward) == 0x000058, "Wrong size on WBP_AssetReward_C_ExecuteUbergraph_WBP_AssetReward"); \ +static_assert(offsetof(WBP_AssetReward_C_ExecuteUbergraph_WBP_AssetReward, EntryPoint) == 0x000000, "Member 'WBP_AssetReward_C_ExecuteUbergraph_WBP_AssetReward::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_ExecuteUbergraph_WBP_AssetReward, K2Node_CustomEvent_Loaded) == 0x000008, "Member 'WBP_AssetReward_C_ExecuteUbergraph_WBP_AssetReward::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_ExecuteUbergraph_WBP_AssetReward, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_AssetReward_C_ExecuteUbergraph_WBP_AssetReward::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_ExecuteUbergraph_WBP_AssetReward, K2Node_Event_IsDesignTime) == 0x000024, "Member 'WBP_AssetReward_C_ExecuteUbergraph_WBP_AssetReward::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_ExecuteUbergraph_WBP_AssetReward, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000028, "Member 'WBP_AssetReward_C_ExecuteUbergraph_WBP_AssetReward::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_ExecuteUbergraph_WBP_AssetReward, K2Node_DynamicCast_AsPaper_Sprite) == 0x000030, "Member 'WBP_AssetReward_C_ExecuteUbergraph_WBP_AssetReward::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_ExecuteUbergraph_WBP_AssetReward, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_AssetReward_C_ExecuteUbergraph_WBP_AssetReward::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_ExecuteUbergraph_WBP_AssetReward, Temp_object_Variable) == 0x000040, "Member 'WBP_AssetReward_C_ExecuteUbergraph_WBP_AssetReward::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_ExecuteUbergraph_WBP_AssetReward, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000048, "Member 'WBP_AssetReward_C_ExecuteUbergraph_WBP_AssetReward::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_ExecuteUbergraph_WBP_AssetReward, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'WBP_AssetReward_C_ExecuteUbergraph_WBP_AssetReward::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AssetReward_C_PreConstruct \ +static_assert(alignof(WBP_AssetReward_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_AssetReward_C_PreConstruct"); \ +static_assert(sizeof(WBP_AssetReward_C_PreConstruct) == 0x000001, "Wrong size on WBP_AssetReward_C_PreConstruct"); \ +static_assert(offsetof(WBP_AssetReward_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_AssetReward_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AssetReward_C_OnLoaded_BA88526C4084A77CB124FAB91DC3BFBA \ +static_assert(alignof(WBP_AssetReward_C_OnLoaded_BA88526C4084A77CB124FAB91DC3BFBA) == 0x000008, "Wrong alignment on WBP_AssetReward_C_OnLoaded_BA88526C4084A77CB124FAB91DC3BFBA"); \ +static_assert(sizeof(WBP_AssetReward_C_OnLoaded_BA88526C4084A77CB124FAB91DC3BFBA) == 0x000008, "Wrong size on WBP_AssetReward_C_OnLoaded_BA88526C4084A77CB124FAB91DC3BFBA"); \ +static_assert(offsetof(WBP_AssetReward_C_OnLoaded_BA88526C4084A77CB124FAB91DC3BFBA, Loaded) == 0x000000, "Member 'WBP_AssetReward_C_OnLoaded_BA88526C4084A77CB124FAB91DC3BFBA::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AssetReward_C_UpdateAssetCount \ +static_assert(alignof(WBP_AssetReward_C_UpdateAssetCount) == 0x000008, "Wrong alignment on WBP_AssetReward_C_UpdateAssetCount"); \ +static_assert(sizeof(WBP_AssetReward_C_UpdateAssetCount) == 0x000080, "Wrong size on WBP_AssetReward_C_UpdateAssetCount"); \ +static_assert(offsetof(WBP_AssetReward_C_UpdateAssetCount, InCount) == 0x000000, "Member 'WBP_AssetReward_C_UpdateAssetCount::InCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_UpdateAssetCount, Temp_byte_Variable) == 0x000004, "Member 'WBP_AssetReward_C_UpdateAssetCount::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_UpdateAssetCount, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'WBP_AssetReward_C_UpdateAssetCount::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_UpdateAssetCount, K2Node_MakeArray_Array) == 0x000048, "Member 'WBP_AssetReward_C_UpdateAssetCount::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_UpdateAssetCount, CallFunc_Greater_IntInt_ReturnValue) == 0x000058, "Member 'WBP_AssetReward_C_UpdateAssetCount::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_UpdateAssetCount, CallFunc_Format_ReturnValue) == 0x000060, "Member 'WBP_AssetReward_C_UpdateAssetCount::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_UpdateAssetCount, Temp_byte_Variable_1) == 0x000078, "Member 'WBP_AssetReward_C_UpdateAssetCount::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_UpdateAssetCount, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000079, "Member 'WBP_AssetReward_C_UpdateAssetCount::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_UpdateAssetCount, Temp_bool_Variable) == 0x00007A, "Member 'WBP_AssetReward_C_UpdateAssetCount::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_UpdateAssetCount, K2Node_Select_Default) == 0x00007B, "Member 'WBP_AssetReward_C_UpdateAssetCount::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AssetReward_C_UpdateRewardIconDimensions \ +static_assert(alignof(WBP_AssetReward_C_UpdateRewardIconDimensions) == 0x000008, "Wrong alignment on WBP_AssetReward_C_UpdateRewardIconDimensions"); \ +static_assert(sizeof(WBP_AssetReward_C_UpdateRewardIconDimensions) == 0x000038, "Wrong size on WBP_AssetReward_C_UpdateRewardIconDimensions"); \ +static_assert(offsetof(WBP_AssetReward_C_UpdateRewardIconDimensions, Sprite) == 0x000000, "Member 'WBP_AssetReward_C_UpdateRewardIconDimensions::Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_UpdateRewardIconDimensions, Temp_bool_Variable) == 0x000008, "Member 'WBP_AssetReward_C_UpdateRewardIconDimensions::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_UpdateRewardIconDimensions, CallFunc_GetPaperSpriteSourceSize_ReturnValue) == 0x00000C, "Member 'WBP_AssetReward_C_UpdateRewardIconDimensions::CallFunc_GetPaperSpriteSourceSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_UpdateRewardIconDimensions, CallFunc_BreakVector2D_X) == 0x000014, "Member 'WBP_AssetReward_C_UpdateRewardIconDimensions::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_UpdateRewardIconDimensions, CallFunc_BreakVector2D_Y) == 0x000018, "Member 'WBP_AssetReward_C_UpdateRewardIconDimensions::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_UpdateRewardIconDimensions, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00001C, "Member 'WBP_AssetReward_C_UpdateRewardIconDimensions::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_UpdateRewardIconDimensions, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000020, "Member 'WBP_AssetReward_C_UpdateRewardIconDimensions::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_UpdateRewardIconDimensions, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000024, "Member 'WBP_AssetReward_C_UpdateRewardIconDimensions::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_UpdateRewardIconDimensions, CallFunc_MakeVector2D_ReturnValue) == 0x000028, "Member 'WBP_AssetReward_C_UpdateRewardIconDimensions::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_UpdateRewardIconDimensions, K2Node_Select_Default) == 0x000030, "Member 'WBP_AssetReward_C_UpdateRewardIconDimensions::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AssetReward_C_AddToAssetCount \ +static_assert(alignof(WBP_AssetReward_C_AddToAssetCount) == 0x000004, "Wrong alignment on WBP_AssetReward_C_AddToAssetCount"); \ +static_assert(sizeof(WBP_AssetReward_C_AddToAssetCount) == 0x000008, "Wrong size on WBP_AssetReward_C_AddToAssetCount"); \ +static_assert(offsetof(WBP_AssetReward_C_AddToAssetCount, AddAmount) == 0x000000, "Member 'WBP_AssetReward_C_AddToAssetCount::AddAmount' has a wrong offset!"); \ +static_assert(offsetof(WBP_AssetReward_C_AddToAssetCount, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'WBP_AssetReward_C_AddToAssetCount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_AssetReward_C_PlayAppearAnim \ +static_assert(alignof(WBP_AssetReward_C_PlayAppearAnim) == 0x000008, "Wrong alignment on WBP_AssetReward_C_PlayAppearAnim"); \ +static_assert(sizeof(WBP_AssetReward_C_PlayAppearAnim) == 0x000008, "Wrong size on WBP_AssetReward_C_PlayAppearAnim"); \ +static_assert(offsetof(WBP_AssetReward_C_PlayAppearAnim, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'WBP_AssetReward_C_PlayAppearAnim::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_AssetReward_C \ +static_assert(alignof(UWBP_AssetReward_C) == 0x000008, "Wrong alignment on UWBP_AssetReward_C"); \ +static_assert(sizeof(UWBP_AssetReward_C) == 0x000350, "Wrong size on UWBP_AssetReward_C"); \ +static_assert(offsetof(UWBP_AssetReward_C, UberGraphFrame) == 0x000290, "Member 'UWBP_AssetReward_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AssetReward_C, FadeIn) == 0x000298, "Member 'UWBP_AssetReward_C::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AssetReward_C, Border_Frame) == 0x0002A0, "Member 'UWBP_AssetReward_C::Border_Frame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AssetReward_C, Image_3) == 0x0002A8, "Member 'UWBP_AssetReward_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AssetReward_C, Image_4) == 0x0002B0, "Member 'UWBP_AssetReward_C::Image_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AssetReward_C, Image_5) == 0x0002B8, "Member 'UWBP_AssetReward_C::Image_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AssetReward_C, Image_6) == 0x0002C0, "Member 'UWBP_AssetReward_C::Image_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AssetReward_C, Image_Icon) == 0x0002C8, "Member 'UWBP_AssetReward_C::Image_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AssetReward_C, SBZText_Count) == 0x0002D0, "Member 'UWBP_AssetReward_C::SBZText_Count' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AssetReward_C, SBZText_Description) == 0x0002D8, "Member 'UWBP_AssetReward_C::SBZText_Description' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AssetReward_C, SBZText_Title) == 0x0002E0, "Member 'UWBP_AssetReward_C::SBZText_Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AssetReward_C, DisplayName) == 0x0002E8, "Member 'UWBP_AssetReward_C::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AssetReward_C, DisplayDescription) == 0x000300, "Member 'UWBP_AssetReward_C::DisplayDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AssetReward_C, Amount) == 0x000318, "Member 'UWBP_AssetReward_C::Amount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_AssetReward_C, Icon) == 0x000320, "Member 'UWBP_AssetReward_C::Icon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton \ +static_assert(alignof(WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton) == 0x000008, "Wrong alignment on WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton"); \ +static_assert(sizeof(WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton) == 0x000040, "Wrong size on WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton, EntryPoint) == 0x000000, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton, K2Node_Event_bInIsDisabled) == 0x000004, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton, K2Node_Event_bInHasFocus) == 0x000005, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton, K2Node_Event_bInIsHovered) == 0x000006, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton, K2Node_ComponentBoundEvent_Button_1) == 0x000008, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton, K2Node_ComponentBoundEvent_Button) == 0x000010, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000024, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton, CallFunc_Less_IntInt_ReturnValue) == 0x000029, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton, CallFunc_HasKeyboardFocus_ReturnValue) == 0x00002A, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000030, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton, K2Node_Event_IsDesignTime) == 0x000038, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_ExecuteUbergraph_WBP_Settings_FrameInterpolatorChoiceButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_FrameInterpolatorChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Settings_FrameInterpolatorChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_FrameInterpolatorChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_FrameInterpolatorChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_FrameInterpolatorChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_FrameInterpolatorChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Settings_FrameInterpolatorChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_FrameInterpolatorChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_FrameInterpolatorChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_FrameInterpolatorChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_FrameInterpolatorChoiceButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_Settings_FrameInterpolatorChoiceButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_Settings_FrameInterpolatorChoiceButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_Settings_FrameInterpolatorChoiceButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_Settings_FrameInterpolatorChoiceButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_FrameInterpolatorChoiceButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_Settings_FrameInterpolatorChoiceButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_Settings_FrameInterpolatorChoiceButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_Settings_FrameInterpolatorChoiceButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_Settings_FrameInterpolatorChoiceButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_FrameInterpolatorChoiceButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_Settings_FrameInterpolatorChoiceButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_Settings_FrameInterpolatorChoiceButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_Settings_FrameInterpolatorChoiceButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_Settings_FrameInterpolatorChoiceButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_FrameInterpolatorChoiceButton_C_PreConstruct \ +static_assert(alignof(WBP_Settings_FrameInterpolatorChoiceButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Settings_FrameInterpolatorChoiceButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_Settings_FrameInterpolatorChoiceButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_Settings_FrameInterpolatorChoiceButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_FrameInterpolatorChoiceButton_C_RefreshVisuals \ +static_assert(alignof(WBP_Settings_FrameInterpolatorChoiceButton_C_RefreshVisuals) == 0x000001, "Wrong alignment on WBP_Settings_FrameInterpolatorChoiceButton_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_Settings_FrameInterpolatorChoiceButton_C_RefreshVisuals) == 0x000002, "Wrong size on WBP_Settings_FrameInterpolatorChoiceButton_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_RefreshVisuals, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000000, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_RefreshVisuals::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_RefreshVisuals, CallFunc_IsHovered_ReturnValue) == 0x000001, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_RefreshVisuals::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_FrameInterpolatorChoiceButton_C_OnHoverVisuals \ +static_assert(alignof(WBP_Settings_FrameInterpolatorChoiceButton_C_OnHoverVisuals) == 0x000001, "Wrong alignment on WBP_Settings_FrameInterpolatorChoiceButton_C_OnHoverVisuals"); \ +static_assert(sizeof(WBP_Settings_FrameInterpolatorChoiceButton_C_OnHoverVisuals) == 0x000001, "Wrong size on WBP_Settings_FrameInterpolatorChoiceButton_C_OnHoverVisuals"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_OnHoverVisuals, bIsHovered) == 0x000000, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_OnHoverVisuals::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_FrameInterpolatorChoiceButton_C_OnFocusedVisuals \ +static_assert(alignof(WBP_Settings_FrameInterpolatorChoiceButton_C_OnFocusedVisuals) == 0x000008, "Wrong alignment on WBP_Settings_FrameInterpolatorChoiceButton_C_OnFocusedVisuals"); \ +static_assert(sizeof(WBP_Settings_FrameInterpolatorChoiceButton_C_OnFocusedVisuals) == 0x000088, "Wrong size on WBP_Settings_FrameInterpolatorChoiceButton_C_OnFocusedVisuals"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_OnFocusedVisuals, bIsFocused) == 0x000000, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_OnFocusedVisuals::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_OnFocusedVisuals, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_OnFocusedVisuals::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_OnFocusedVisuals, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000010, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_OnFocusedVisuals::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000018, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000020, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue) == 0x000028, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue_1) == 0x000038, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_OnFocusedVisuals, CallFunc_SettingIsDirty_ReturnValue) == 0x000048, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_OnFocusedVisuals::CallFunc_SettingIsDirty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_OnFocusedVisuals, CallFunc_SelectColor_ReturnValue) == 0x00004C, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_OnFocusedVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_OnFocusedVisuals, K2Node_MakeStruct_SlateColor) == 0x000060, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_OnFocusedVisuals::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_FrameInterpolatorChoiceButton_C_OnDisabledVisuals \ +static_assert(alignof(WBP_Settings_FrameInterpolatorChoiceButton_C_OnDisabledVisuals) == 0x000001, "Wrong alignment on WBP_Settings_FrameInterpolatorChoiceButton_C_OnDisabledVisuals"); \ +static_assert(sizeof(WBP_Settings_FrameInterpolatorChoiceButton_C_OnDisabledVisuals) == 0x000001, "Wrong size on WBP_Settings_FrameInterpolatorChoiceButton_C_OnDisabledVisuals"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_OnDisabledVisuals, bIsDisabled_0) == 0x000000, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_OnDisabledVisuals::bIsDisabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_FrameInterpolatorChoiceButton_C_ChoiceIndexVisuals \ +static_assert(alignof(WBP_Settings_FrameInterpolatorChoiceButton_C_ChoiceIndexVisuals) == 0x000004, "Wrong alignment on WBP_Settings_FrameInterpolatorChoiceButton_C_ChoiceIndexVisuals"); \ +static_assert(sizeof(WBP_Settings_FrameInterpolatorChoiceButton_C_ChoiceIndexVisuals) == 0x000014, "Wrong size on WBP_Settings_FrameInterpolatorChoiceButton_C_ChoiceIndexVisuals"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_ChoiceIndexVisuals, ChoiceIndex_0) == 0x000000, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_ChoiceIndexVisuals::ChoiceIndex_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_ChoiceIndexVisuals, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_ChoiceIndexVisuals::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_ChoiceIndexVisuals, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_ChoiceIndexVisuals::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_ChoiceIndexVisuals, CallFunc_Clamp_ReturnValue) == 0x00000C, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_ChoiceIndexVisuals::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_ChoiceIndexVisuals, CallFunc_Less_IntInt_ReturnValue) == 0x000010, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_ChoiceIndexVisuals::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_ChoiceIndexVisuals, CallFunc_Greater_IntInt_ReturnValue) == 0x000011, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_ChoiceIndexVisuals::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_FrameInterpolatorChoiceButton_C_UpdateOptionsText \ +static_assert(alignof(WBP_Settings_FrameInterpolatorChoiceButton_C_UpdateOptionsText) == 0x000004, "Wrong alignment on WBP_Settings_FrameInterpolatorChoiceButton_C_UpdateOptionsText"); \ +static_assert(sizeof(WBP_Settings_FrameInterpolatorChoiceButton_C_UpdateOptionsText) == 0x00000C, "Wrong size on WBP_Settings_FrameInterpolatorChoiceButton_C_UpdateOptionsText"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_UpdateOptionsText, CallFunc_Array_Length_ReturnValue) == 0x000000, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_UpdateOptionsText::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_UpdateOptionsText, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_UpdateOptionsText::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_FrameInterpolatorChoiceButton_C_UpdateOptionsText, CallFunc_Clamp_ReturnValue) == 0x000008, "Member 'WBP_Settings_FrameInterpolatorChoiceButton_C_UpdateOptionsText::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_FrameInterpolatorChoiceButton_C \ +static_assert(alignof(UWBP_Settings_FrameInterpolatorChoiceButton_C) == 0x000008, "Wrong alignment on UWBP_Settings_FrameInterpolatorChoiceButton_C"); \ +static_assert(sizeof(UWBP_Settings_FrameInterpolatorChoiceButton_C) == 0x000488, "Wrong size on UWBP_Settings_FrameInterpolatorChoiceButton_C"); \ +static_assert(offsetof(UWBP_Settings_FrameInterpolatorChoiceButton_C, UberGraphFrame) == 0x000448, "Member 'UWBP_Settings_FrameInterpolatorChoiceButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_FrameInterpolatorChoiceButton_C, Border_Image) == 0x000450, "Member 'UWBP_Settings_FrameInterpolatorChoiceButton_C::Border_Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_FrameInterpolatorChoiceButton_C, Button_Left) == 0x000458, "Member 'UWBP_Settings_FrameInterpolatorChoiceButton_C::Button_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_FrameInterpolatorChoiceButton_C, Button_Right) == 0x000460, "Member 'UWBP_Settings_FrameInterpolatorChoiceButton_C::Button_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_FrameInterpolatorChoiceButton_C, Image_Background) == 0x000468, "Member 'UWBP_Settings_FrameInterpolatorChoiceButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_FrameInterpolatorChoiceButton_C, Image_BG) == 0x000470, "Member 'UWBP_Settings_FrameInterpolatorChoiceButton_C::Image_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_FrameInterpolatorChoiceButton_C, Text_OptionChoice) == 0x000478, "Member 'UWBP_Settings_FrameInterpolatorChoiceButton_C::Text_OptionChoice' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_FrameInterpolatorChoiceButton_C, Text_SettingName) == 0x000480, "Member 'UWBP_Settings_FrameInterpolatorChoiceButton_C::Text_SettingName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Action_SwatSurrender_C \ +static_assert(alignof(UBP_Action_SwatSurrender_C) == 0x000008, "Wrong alignment on UBP_Action_SwatSurrender_C"); \ +static_assert(sizeof(UBP_Action_SwatSurrender_C) == 0x000110, "Wrong size on UBP_Action_SwatSurrender_C"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton \ +static_assert(alignof(WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton) == 0x000008, "Wrong alignment on WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton"); \ +static_assert(sizeof(WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton) == 0x000040, "Wrong size on WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton, EntryPoint) == 0x000000, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton, K2Node_Event_bInIsDisabled) == 0x000004, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton, K2Node_Event_bInHasFocus) == 0x000005, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton, K2Node_Event_bInIsHovered) == 0x000006, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton, K2Node_ComponentBoundEvent_Button_1) == 0x000008, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton, K2Node_ComponentBoundEvent_Button) == 0x000010, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000024, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton, CallFunc_Less_IntInt_ReturnValue) == 0x000029, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton, CallFunc_HasKeyboardFocus_ReturnValue) == 0x00002A, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000030, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton, K2Node_Event_IsDesignTime) == 0x000038, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalingModeChoiceButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_UpscalingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Settings_UpscalingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_UpscalingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_UpscalingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_UpscalingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_UpscalingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Settings_UpscalingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_UpscalingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_UpscalingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_UpscalingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_UpscalingModeChoiceButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_Settings_UpscalingModeChoiceButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_Settings_UpscalingModeChoiceButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_Settings_UpscalingModeChoiceButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_Settings_UpscalingModeChoiceButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_UpscalingModeChoiceButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_Settings_UpscalingModeChoiceButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_Settings_UpscalingModeChoiceButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_Settings_UpscalingModeChoiceButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_Settings_UpscalingModeChoiceButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_UpscalingModeChoiceButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_Settings_UpscalingModeChoiceButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_Settings_UpscalingModeChoiceButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_Settings_UpscalingModeChoiceButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_Settings_UpscalingModeChoiceButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_UpscalingModeChoiceButton_C_PreConstruct \ +static_assert(alignof(WBP_Settings_UpscalingModeChoiceButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Settings_UpscalingModeChoiceButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_Settings_UpscalingModeChoiceButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_Settings_UpscalingModeChoiceButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_UpscalingModeChoiceButton_C_RefreshVisuals \ +static_assert(alignof(WBP_Settings_UpscalingModeChoiceButton_C_RefreshVisuals) == 0x000001, "Wrong alignment on WBP_Settings_UpscalingModeChoiceButton_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_Settings_UpscalingModeChoiceButton_C_RefreshVisuals) == 0x000002, "Wrong size on WBP_Settings_UpscalingModeChoiceButton_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_RefreshVisuals, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000000, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_RefreshVisuals::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_RefreshVisuals, CallFunc_IsHovered_ReturnValue) == 0x000001, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_RefreshVisuals::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_UpscalingModeChoiceButton_C_On_Hover_Visuals \ +static_assert(alignof(WBP_Settings_UpscalingModeChoiceButton_C_On_Hover_Visuals) == 0x000001, "Wrong alignment on WBP_Settings_UpscalingModeChoiceButton_C_On_Hover_Visuals"); \ +static_assert(sizeof(WBP_Settings_UpscalingModeChoiceButton_C_On_Hover_Visuals) == 0x000001, "Wrong size on WBP_Settings_UpscalingModeChoiceButton_C_On_Hover_Visuals"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_On_Hover_Visuals, bIsHovered) == 0x000000, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_On_Hover_Visuals::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_UpscalingModeChoiceButton_C_OnFocusedVisuals \ +static_assert(alignof(WBP_Settings_UpscalingModeChoiceButton_C_OnFocusedVisuals) == 0x000008, "Wrong alignment on WBP_Settings_UpscalingModeChoiceButton_C_OnFocusedVisuals"); \ +static_assert(sizeof(WBP_Settings_UpscalingModeChoiceButton_C_OnFocusedVisuals) == 0x000088, "Wrong size on WBP_Settings_UpscalingModeChoiceButton_C_OnFocusedVisuals"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_OnFocusedVisuals, bIsFocused) == 0x000000, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_OnFocusedVisuals::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_OnFocusedVisuals, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_OnFocusedVisuals::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_OnFocusedVisuals, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000010, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_OnFocusedVisuals::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000018, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000020, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue) == 0x000028, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue_1) == 0x000038, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_OnFocusedVisuals, CallFunc_SettingIsDirty_ReturnValue) == 0x000048, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_OnFocusedVisuals::CallFunc_SettingIsDirty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_OnFocusedVisuals, CallFunc_SelectColor_ReturnValue) == 0x00004C, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_OnFocusedVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_OnFocusedVisuals, K2Node_MakeStruct_SlateColor) == 0x000060, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_OnFocusedVisuals::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_UpscalingModeChoiceButton_C_OnDisabledVisuals \ +static_assert(alignof(WBP_Settings_UpscalingModeChoiceButton_C_OnDisabledVisuals) == 0x000001, "Wrong alignment on WBP_Settings_UpscalingModeChoiceButton_C_OnDisabledVisuals"); \ +static_assert(sizeof(WBP_Settings_UpscalingModeChoiceButton_C_OnDisabledVisuals) == 0x000001, "Wrong size on WBP_Settings_UpscalingModeChoiceButton_C_OnDisabledVisuals"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_OnDisabledVisuals, bIsDisabled_0) == 0x000000, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_OnDisabledVisuals::bIsDisabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_UpscalingModeChoiceButton_C_ChoiceIndexVisuals \ +static_assert(alignof(WBP_Settings_UpscalingModeChoiceButton_C_ChoiceIndexVisuals) == 0x000004, "Wrong alignment on WBP_Settings_UpscalingModeChoiceButton_C_ChoiceIndexVisuals"); \ +static_assert(sizeof(WBP_Settings_UpscalingModeChoiceButton_C_ChoiceIndexVisuals) == 0x000014, "Wrong size on WBP_Settings_UpscalingModeChoiceButton_C_ChoiceIndexVisuals"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_ChoiceIndexVisuals, ChoiceIndex_0) == 0x000000, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_ChoiceIndexVisuals::ChoiceIndex_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_ChoiceIndexVisuals, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_ChoiceIndexVisuals::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_ChoiceIndexVisuals, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_ChoiceIndexVisuals::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_ChoiceIndexVisuals, CallFunc_Clamp_ReturnValue) == 0x00000C, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_ChoiceIndexVisuals::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_ChoiceIndexVisuals, CallFunc_Less_IntInt_ReturnValue) == 0x000010, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_ChoiceIndexVisuals::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_ChoiceIndexVisuals, CallFunc_Greater_IntInt_ReturnValue) == 0x000011, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_ChoiceIndexVisuals::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_UpscalingModeChoiceButton_C_UpdateOptionsText \ +static_assert(alignof(WBP_Settings_UpscalingModeChoiceButton_C_UpdateOptionsText) == 0x000004, "Wrong alignment on WBP_Settings_UpscalingModeChoiceButton_C_UpdateOptionsText"); \ +static_assert(sizeof(WBP_Settings_UpscalingModeChoiceButton_C_UpdateOptionsText) == 0x00000C, "Wrong size on WBP_Settings_UpscalingModeChoiceButton_C_UpdateOptionsText"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_UpdateOptionsText, CallFunc_Array_Length_ReturnValue) == 0x000000, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_UpdateOptionsText::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_UpdateOptionsText, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_UpdateOptionsText::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalingModeChoiceButton_C_UpdateOptionsText, CallFunc_Clamp_ReturnValue) == 0x000008, "Member 'WBP_Settings_UpscalingModeChoiceButton_C_UpdateOptionsText::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_UpscalingModeChoiceButton_C \ +static_assert(alignof(UWBP_Settings_UpscalingModeChoiceButton_C) == 0x000008, "Wrong alignment on UWBP_Settings_UpscalingModeChoiceButton_C"); \ +static_assert(sizeof(UWBP_Settings_UpscalingModeChoiceButton_C) == 0x0004A0, "Wrong size on UWBP_Settings_UpscalingModeChoiceButton_C"); \ +static_assert(offsetof(UWBP_Settings_UpscalingModeChoiceButton_C, UberGraphFrame) == 0x000448, "Member 'UWBP_Settings_UpscalingModeChoiceButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_UpscalingModeChoiceButton_C, Border_Image) == 0x000450, "Member 'UWBP_Settings_UpscalingModeChoiceButton_C::Border_Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_UpscalingModeChoiceButton_C, Button_Left) == 0x000458, "Member 'UWBP_Settings_UpscalingModeChoiceButton_C::Button_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_UpscalingModeChoiceButton_C, Button_Right) == 0x000460, "Member 'UWBP_Settings_UpscalingModeChoiceButton_C::Button_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_UpscalingModeChoiceButton_C, Image_Background) == 0x000468, "Member 'UWBP_Settings_UpscalingModeChoiceButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_UpscalingModeChoiceButton_C, Image_BG) == 0x000470, "Member 'UWBP_Settings_UpscalingModeChoiceButton_C::Image_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_UpscalingModeChoiceButton_C, Text_OptionChoice) == 0x000478, "Member 'UWBP_Settings_UpscalingModeChoiceButton_C::Text_OptionChoice' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_UpscalingModeChoiceButton_C, Text_SettingName) == 0x000480, "Member 'UWBP_Settings_UpscalingModeChoiceButton_C::Text_SettingName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_UpscalingModeChoiceButton_C, Color_Border) == 0x000488, "Member 'UWBP_Settings_UpscalingModeChoiceButton_C::Color_Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_UpscalingModeChoiceButton_C, DynamicMaterial) == 0x000498, "Member 'UWBP_Settings_UpscalingModeChoiceButton_C::DynamicMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACH_Civilian_PH_VIP_C \ +static_assert(alignof(ACH_Civilian_PH_VIP_C) == 0x000010, "Wrong alignment on ACH_Civilian_PH_VIP_C"); \ +static_assert(sizeof(ACH_Civilian_PH_VIP_C) == 0x001D30, "Wrong size on ACH_Civilian_PH_VIP_C"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton \ +static_assert(alignof(WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton) == 0x000008, "Wrong alignment on WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton"); \ +static_assert(sizeof(WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton) == 0x000040, "Wrong size on WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton, EntryPoint) == 0x000000, "Member 'WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton, K2Node_Event_bInIsDisabled) == 0x000004, "Member 'WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton, K2Node_Event_bInHasFocus) == 0x000005, "Member 'WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton, K2Node_Event_bInIsHovered) == 0x000006, "Member 'WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton, K2Node_ComponentBoundEvent_Button_1) == 0x000008, "Member 'WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton, K2Node_ComponentBoundEvent_Button) == 0x000010, "Member 'WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000024, "Member 'WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton, CallFunc_Less_IntInt_ReturnValue) == 0x000029, "Member 'WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton, CallFunc_HasKeyboardFocus_ReturnValue) == 0x00002A, "Member 'WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000030, "Member 'WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton, K2Node_Event_IsDesignTime) == 0x000038, "Member 'WBP_Settings_UpscalerChoiceButton_C_ExecuteUbergraph_WBP_Settings_UpscalerChoiceButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_UpscalerChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Settings_UpscalerChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_UpscalerChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_UpscalerChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_UpscalerChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_UpscalerChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_2_OnMenuMouseButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_UpscalerChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Settings_UpscalerChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Settings_UpscalerChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Settings_UpscalerChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Settings_UpscalerChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Settings_UpscalerChoiceButton_C_BndEvt__WBP_Settings_TwoChoiceButton_Button_Option1_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_UpscalerChoiceButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_Settings_UpscalerChoiceButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_Settings_UpscalerChoiceButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_Settings_UpscalerChoiceButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_Settings_UpscalerChoiceButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_Settings_UpscalerChoiceButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_UpscalerChoiceButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_Settings_UpscalerChoiceButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_Settings_UpscalerChoiceButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_Settings_UpscalerChoiceButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_Settings_UpscalerChoiceButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_Settings_UpscalerChoiceButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_UpscalerChoiceButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_Settings_UpscalerChoiceButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_Settings_UpscalerChoiceButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_Settings_UpscalerChoiceButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_Settings_UpscalerChoiceButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_Settings_UpscalerChoiceButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_UpscalerChoiceButton_C_PreConstruct \ +static_assert(alignof(WBP_Settings_UpscalerChoiceButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Settings_UpscalerChoiceButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_Settings_UpscalerChoiceButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_Settings_UpscalerChoiceButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Settings_UpscalerChoiceButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_UpscalerChoiceButton_C_RefreshVisuals \ +static_assert(alignof(WBP_Settings_UpscalerChoiceButton_C_RefreshVisuals) == 0x000001, "Wrong alignment on WBP_Settings_UpscalerChoiceButton_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_Settings_UpscalerChoiceButton_C_RefreshVisuals) == 0x000002, "Wrong size on WBP_Settings_UpscalerChoiceButton_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_RefreshVisuals, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000000, "Member 'WBP_Settings_UpscalerChoiceButton_C_RefreshVisuals::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_RefreshVisuals, CallFunc_IsHovered_ReturnValue) == 0x000001, "Member 'WBP_Settings_UpscalerChoiceButton_C_RefreshVisuals::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_UpscalerChoiceButton_C_On_Hover_Visuals \ +static_assert(alignof(WBP_Settings_UpscalerChoiceButton_C_On_Hover_Visuals) == 0x000001, "Wrong alignment on WBP_Settings_UpscalerChoiceButton_C_On_Hover_Visuals"); \ +static_assert(sizeof(WBP_Settings_UpscalerChoiceButton_C_On_Hover_Visuals) == 0x000001, "Wrong size on WBP_Settings_UpscalerChoiceButton_C_On_Hover_Visuals"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_On_Hover_Visuals, bIsHovered) == 0x000000, "Member 'WBP_Settings_UpscalerChoiceButton_C_On_Hover_Visuals::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_UpscalerChoiceButton_C_OnFocusedVisuals \ +static_assert(alignof(WBP_Settings_UpscalerChoiceButton_C_OnFocusedVisuals) == 0x000008, "Wrong alignment on WBP_Settings_UpscalerChoiceButton_C_OnFocusedVisuals"); \ +static_assert(sizeof(WBP_Settings_UpscalerChoiceButton_C_OnFocusedVisuals) == 0x000088, "Wrong size on WBP_Settings_UpscalerChoiceButton_C_OnFocusedVisuals"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_OnFocusedVisuals, bIsFocused) == 0x000000, "Member 'WBP_Settings_UpscalerChoiceButton_C_OnFocusedVisuals::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_OnFocusedVisuals, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_Settings_UpscalerChoiceButton_C_OnFocusedVisuals::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_OnFocusedVisuals, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000010, "Member 'WBP_Settings_UpscalerChoiceButton_C_OnFocusedVisuals::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000018, "Member 'WBP_Settings_UpscalerChoiceButton_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000020, "Member 'WBP_Settings_UpscalerChoiceButton_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue) == 0x000028, "Member 'WBP_Settings_UpscalerChoiceButton_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue_1) == 0x000038, "Member 'WBP_Settings_UpscalerChoiceButton_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_OnFocusedVisuals, CallFunc_SettingIsDirty_ReturnValue) == 0x000048, "Member 'WBP_Settings_UpscalerChoiceButton_C_OnFocusedVisuals::CallFunc_SettingIsDirty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_OnFocusedVisuals, CallFunc_SelectColor_ReturnValue) == 0x00004C, "Member 'WBP_Settings_UpscalerChoiceButton_C_OnFocusedVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_OnFocusedVisuals, K2Node_MakeStruct_SlateColor) == 0x000060, "Member 'WBP_Settings_UpscalerChoiceButton_C_OnFocusedVisuals::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_UpscalerChoiceButton_C_OnDisabledVisuals \ +static_assert(alignof(WBP_Settings_UpscalerChoiceButton_C_OnDisabledVisuals) == 0x000001, "Wrong alignment on WBP_Settings_UpscalerChoiceButton_C_OnDisabledVisuals"); \ +static_assert(sizeof(WBP_Settings_UpscalerChoiceButton_C_OnDisabledVisuals) == 0x000001, "Wrong size on WBP_Settings_UpscalerChoiceButton_C_OnDisabledVisuals"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_OnDisabledVisuals, bIsDisabled_0) == 0x000000, "Member 'WBP_Settings_UpscalerChoiceButton_C_OnDisabledVisuals::bIsDisabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_UpscalerChoiceButton_C_ChoiceIndexVisuals \ +static_assert(alignof(WBP_Settings_UpscalerChoiceButton_C_ChoiceIndexVisuals) == 0x000004, "Wrong alignment on WBP_Settings_UpscalerChoiceButton_C_ChoiceIndexVisuals"); \ +static_assert(sizeof(WBP_Settings_UpscalerChoiceButton_C_ChoiceIndexVisuals) == 0x000014, "Wrong size on WBP_Settings_UpscalerChoiceButton_C_ChoiceIndexVisuals"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_ChoiceIndexVisuals, ChoiceIndex_0) == 0x000000, "Member 'WBP_Settings_UpscalerChoiceButton_C_ChoiceIndexVisuals::ChoiceIndex_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_ChoiceIndexVisuals, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'WBP_Settings_UpscalerChoiceButton_C_ChoiceIndexVisuals::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_ChoiceIndexVisuals, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Settings_UpscalerChoiceButton_C_ChoiceIndexVisuals::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_ChoiceIndexVisuals, CallFunc_Clamp_ReturnValue) == 0x00000C, "Member 'WBP_Settings_UpscalerChoiceButton_C_ChoiceIndexVisuals::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_ChoiceIndexVisuals, CallFunc_Less_IntInt_ReturnValue) == 0x000010, "Member 'WBP_Settings_UpscalerChoiceButton_C_ChoiceIndexVisuals::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_ChoiceIndexVisuals, CallFunc_Greater_IntInt_ReturnValue) == 0x000011, "Member 'WBP_Settings_UpscalerChoiceButton_C_ChoiceIndexVisuals::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_UpscalerChoiceButton_C_UpdateOptionsText \ +static_assert(alignof(WBP_Settings_UpscalerChoiceButton_C_UpdateOptionsText) == 0x000004, "Wrong alignment on WBP_Settings_UpscalerChoiceButton_C_UpdateOptionsText"); \ +static_assert(sizeof(WBP_Settings_UpscalerChoiceButton_C_UpdateOptionsText) == 0x00000C, "Wrong size on WBP_Settings_UpscalerChoiceButton_C_UpdateOptionsText"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_UpdateOptionsText, CallFunc_Array_Length_ReturnValue) == 0x000000, "Member 'WBP_Settings_UpscalerChoiceButton_C_UpdateOptionsText::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_UpdateOptionsText, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'WBP_Settings_UpscalerChoiceButton_C_UpdateOptionsText::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_UpscalerChoiceButton_C_UpdateOptionsText, CallFunc_Clamp_ReturnValue) == 0x000008, "Member 'WBP_Settings_UpscalerChoiceButton_C_UpdateOptionsText::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_UpscalerChoiceButton_C \ +static_assert(alignof(UWBP_Settings_UpscalerChoiceButton_C) == 0x000008, "Wrong alignment on UWBP_Settings_UpscalerChoiceButton_C"); \ +static_assert(sizeof(UWBP_Settings_UpscalerChoiceButton_C) == 0x0004A0, "Wrong size on UWBP_Settings_UpscalerChoiceButton_C"); \ +static_assert(offsetof(UWBP_Settings_UpscalerChoiceButton_C, UberGraphFrame) == 0x000448, "Member 'UWBP_Settings_UpscalerChoiceButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_UpscalerChoiceButton_C, Border_Image) == 0x000450, "Member 'UWBP_Settings_UpscalerChoiceButton_C::Border_Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_UpscalerChoiceButton_C, Button_Left) == 0x000458, "Member 'UWBP_Settings_UpscalerChoiceButton_C::Button_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_UpscalerChoiceButton_C, Button_Right) == 0x000460, "Member 'UWBP_Settings_UpscalerChoiceButton_C::Button_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_UpscalerChoiceButton_C, Image_Background) == 0x000468, "Member 'UWBP_Settings_UpscalerChoiceButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_UpscalerChoiceButton_C, Image_BG) == 0x000470, "Member 'UWBP_Settings_UpscalerChoiceButton_C::Image_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_UpscalerChoiceButton_C, Text_OptionChoice) == 0x000478, "Member 'UWBP_Settings_UpscalerChoiceButton_C::Text_OptionChoice' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_UpscalerChoiceButton_C, Text_SettingName) == 0x000480, "Member 'UWBP_Settings_UpscalerChoiceButton_C::Text_SettingName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_UpscalerChoiceButton_C, Color_Border) == 0x000488, "Member 'UWBP_Settings_UpscalerChoiceButton_C::Color_Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_UpscalerChoiceButton_C, DynamicMaterial) == 0x000498, "Member 'UWBP_Settings_UpscalerChoiceButton_C::DynamicMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUTD_RepositionOffensive_ShieldCover_C \ +static_assert(alignof(UUTD_RepositionOffensive_ShieldCover_C) == 0x000008, "Wrong alignment on UUTD_RepositionOffensive_ShieldCover_C"); \ +static_assert(sizeof(UUTD_RepositionOffensive_ShieldCover_C) == 0x0000B0, "Wrong size on UUTD_RepositionOffensive_ShieldCover_C"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ActionClickButton_C_ExecuteUbergraph_WBP_Settings_ActionClickButton \ +static_assert(alignof(WBP_Settings_ActionClickButton_C_ExecuteUbergraph_WBP_Settings_ActionClickButton) == 0x000008, "Wrong alignment on WBP_Settings_ActionClickButton_C_ExecuteUbergraph_WBP_Settings_ActionClickButton"); \ +static_assert(sizeof(WBP_Settings_ActionClickButton_C_ExecuteUbergraph_WBP_Settings_ActionClickButton) == 0x000018, "Wrong size on WBP_Settings_ActionClickButton_C_ExecuteUbergraph_WBP_Settings_ActionClickButton"); \ +static_assert(offsetof(WBP_Settings_ActionClickButton_C_ExecuteUbergraph_WBP_Settings_ActionClickButton, EntryPoint) == 0x000000, "Member 'WBP_Settings_ActionClickButton_C_ExecuteUbergraph_WBP_Settings_ActionClickButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ActionClickButton_C_ExecuteUbergraph_WBP_Settings_ActionClickButton, K2Node_Event_bInIsDisabled) == 0x000004, "Member 'WBP_Settings_ActionClickButton_C_ExecuteUbergraph_WBP_Settings_ActionClickButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ActionClickButton_C_ExecuteUbergraph_WBP_Settings_ActionClickButton, K2Node_Event_bInHasFocus) == 0x000005, "Member 'WBP_Settings_ActionClickButton_C_ExecuteUbergraph_WBP_Settings_ActionClickButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ActionClickButton_C_ExecuteUbergraph_WBP_Settings_ActionClickButton, K2Node_Event_bInIsHovered) == 0x000006, "Member 'WBP_Settings_ActionClickButton_C_ExecuteUbergraph_WBP_Settings_ActionClickButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ActionClickButton_C_ExecuteUbergraph_WBP_Settings_ActionClickButton, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000007, "Member 'WBP_Settings_ActionClickButton_C_ExecuteUbergraph_WBP_Settings_ActionClickButton::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ActionClickButton_C_ExecuteUbergraph_WBP_Settings_ActionClickButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_Settings_ActionClickButton_C_ExecuteUbergraph_WBP_Settings_ActionClickButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ActionClickButton_C_ExecuteUbergraph_WBP_Settings_ActionClickButton, K2Node_Event_IsDesignTime) == 0x000010, "Member 'WBP_Settings_ActionClickButton_C_ExecuteUbergraph_WBP_Settings_ActionClickButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ActionClickButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_Settings_ActionClickButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_Settings_ActionClickButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_Settings_ActionClickButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_Settings_ActionClickButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_Settings_ActionClickButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_Settings_ActionClickButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ActionClickButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_Settings_ActionClickButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_Settings_ActionClickButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_Settings_ActionClickButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_Settings_ActionClickButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_Settings_ActionClickButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_Settings_ActionClickButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ActionClickButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_Settings_ActionClickButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_Settings_ActionClickButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_Settings_ActionClickButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_Settings_ActionClickButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_Settings_ActionClickButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_Settings_ActionClickButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ActionClickButton_C_PreConstruct \ +static_assert(alignof(WBP_Settings_ActionClickButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Settings_ActionClickButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_Settings_ActionClickButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_Settings_ActionClickButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_Settings_ActionClickButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Settings_ActionClickButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ActionClickButton_C_RefreshVisuals \ +static_assert(alignof(WBP_Settings_ActionClickButton_C_RefreshVisuals) == 0x000001, "Wrong alignment on WBP_Settings_ActionClickButton_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_Settings_ActionClickButton_C_RefreshVisuals) == 0x000002, "Wrong size on WBP_Settings_ActionClickButton_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_Settings_ActionClickButton_C_RefreshVisuals, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000000, "Member 'WBP_Settings_ActionClickButton_C_RefreshVisuals::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ActionClickButton_C_RefreshVisuals, CallFunc_IsHovered_ReturnValue) == 0x000001, "Member 'WBP_Settings_ActionClickButton_C_RefreshVisuals::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ActionClickButton_C_OnHoverVisuals \ +static_assert(alignof(WBP_Settings_ActionClickButton_C_OnHoverVisuals) == 0x000001, "Wrong alignment on WBP_Settings_ActionClickButton_C_OnHoverVisuals"); \ +static_assert(sizeof(WBP_Settings_ActionClickButton_C_OnHoverVisuals) == 0x000001, "Wrong size on WBP_Settings_ActionClickButton_C_OnHoverVisuals"); \ +static_assert(offsetof(WBP_Settings_ActionClickButton_C_OnHoverVisuals, bIsHovered) == 0x000000, "Member 'WBP_Settings_ActionClickButton_C_OnHoverVisuals::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ActionClickButton_C_OnFocusedVisuals \ +static_assert(alignof(WBP_Settings_ActionClickButton_C_OnFocusedVisuals) == 0x000008, "Wrong alignment on WBP_Settings_ActionClickButton_C_OnFocusedVisuals"); \ +static_assert(sizeof(WBP_Settings_ActionClickButton_C_OnFocusedVisuals) == 0x000088, "Wrong size on WBP_Settings_ActionClickButton_C_OnFocusedVisuals"); \ +static_assert(offsetof(WBP_Settings_ActionClickButton_C_OnFocusedVisuals, bIsFocused) == 0x000000, "Member 'WBP_Settings_ActionClickButton_C_OnFocusedVisuals::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ActionClickButton_C_OnFocusedVisuals, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_Settings_ActionClickButton_C_OnFocusedVisuals::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ActionClickButton_C_OnFocusedVisuals, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000010, "Member 'WBP_Settings_ActionClickButton_C_OnFocusedVisuals::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ActionClickButton_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000018, "Member 'WBP_Settings_ActionClickButton_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ActionClickButton_C_OnFocusedVisuals, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000020, "Member 'WBP_Settings_ActionClickButton_C_OnFocusedVisuals::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ActionClickButton_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue) == 0x000028, "Member 'WBP_Settings_ActionClickButton_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ActionClickButton_C_OnFocusedVisuals, CallFunc_GetGlobalColor_ReturnValue_1) == 0x000038, "Member 'WBP_Settings_ActionClickButton_C_OnFocusedVisuals::CallFunc_GetGlobalColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ActionClickButton_C_OnFocusedVisuals, CallFunc_SettingIsDirty_ReturnValue) == 0x000048, "Member 'WBP_Settings_ActionClickButton_C_OnFocusedVisuals::CallFunc_SettingIsDirty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ActionClickButton_C_OnFocusedVisuals, CallFunc_SelectColor_ReturnValue) == 0x00004C, "Member 'WBP_Settings_ActionClickButton_C_OnFocusedVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_ActionClickButton_C_OnFocusedVisuals, K2Node_MakeStruct_SlateColor) == 0x000060, "Member 'WBP_Settings_ActionClickButton_C_OnFocusedVisuals::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_ActionClickButton_C_OnDisabledVisuals \ +static_assert(alignof(WBP_Settings_ActionClickButton_C_OnDisabledVisuals) == 0x000001, "Wrong alignment on WBP_Settings_ActionClickButton_C_OnDisabledVisuals"); \ +static_assert(sizeof(WBP_Settings_ActionClickButton_C_OnDisabledVisuals) == 0x000001, "Wrong size on WBP_Settings_ActionClickButton_C_OnDisabledVisuals"); \ +static_assert(offsetof(WBP_Settings_ActionClickButton_C_OnDisabledVisuals, bIsDisabled_0) == 0x000000, "Member 'WBP_Settings_ActionClickButton_C_OnDisabledVisuals::bIsDisabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_ActionClickButton_C \ +static_assert(alignof(UWBP_Settings_ActionClickButton_C) == 0x000008, "Wrong alignment on UWBP_Settings_ActionClickButton_C"); \ +static_assert(sizeof(UWBP_Settings_ActionClickButton_C) == 0x000460, "Wrong size on UWBP_Settings_ActionClickButton_C"); \ +static_assert(offsetof(UWBP_Settings_ActionClickButton_C, UberGraphFrame) == 0x000420, "Member 'UWBP_Settings_ActionClickButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ActionClickButton_C, Border_Image) == 0x000428, "Member 'UWBP_Settings_ActionClickButton_C::Border_Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ActionClickButton_C, Button_Action) == 0x000430, "Member 'UWBP_Settings_ActionClickButton_C::Button_Action' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ActionClickButton_C, Image_Background) == 0x000438, "Member 'UWBP_Settings_ActionClickButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ActionClickButton_C, Image_BG) == 0x000440, "Member 'UWBP_Settings_ActionClickButton_C::Image_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ActionClickButton_C, Text_ActionButtonLabel) == 0x000448, "Member 'UWBP_Settings_ActionClickButton_C::Text_ActionButtonLabel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ActionClickButton_C, Text_SettingName) == 0x000450, "Member 'UWBP_Settings_ActionClickButton_C::Text_SettingName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_ActionClickButton_C, ColorSlider) == 0x000458, "Member 'UWBP_Settings_ActionClickButton_C::ColorSlider' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USettings_GroupTitle_C \ +static_assert(alignof(USettings_GroupTitle_C) == 0x000008, "Wrong alignment on USettings_GroupTitle_C"); \ +static_assert(sizeof(USettings_GroupTitle_C) == 0x000308, "Wrong size on USettings_GroupTitle_C"); \ + +#define DUMPER7_ASSERTS_ABP_Interactable_RareStone_01_C \ +static_assert(alignof(ABP_Interactable_RareStone_01_C) == 0x000008, "Wrong alignment on ABP_Interactable_RareStone_01_C"); \ +static_assert(sizeof(ABP_Interactable_RareStone_01_C) == 0x000368, "Wrong size on ABP_Interactable_RareStone_01_C"); \ +static_assert(offsetof(ABP_Interactable_RareStone_01_C, Ak) == 0x000358, "Member 'ABP_Interactable_RareStone_01_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_Interactable_RareStone_01_C, StaticMesh) == 0x000360, "Member 'ABP_Interactable_RareStone_01_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MouseOnly_TextButton_C_ExecuteUbergraph_WBP_MouseOnly_TextButton \ +static_assert(alignof(WBP_MouseOnly_TextButton_C_ExecuteUbergraph_WBP_MouseOnly_TextButton) == 0x000004, "Wrong alignment on WBP_MouseOnly_TextButton_C_ExecuteUbergraph_WBP_MouseOnly_TextButton"); \ +static_assert(sizeof(WBP_MouseOnly_TextButton_C_ExecuteUbergraph_WBP_MouseOnly_TextButton) == 0x00000C, "Wrong size on WBP_MouseOnly_TextButton_C_ExecuteUbergraph_WBP_MouseOnly_TextButton"); \ +static_assert(offsetof(WBP_MouseOnly_TextButton_C_ExecuteUbergraph_WBP_MouseOnly_TextButton, EntryPoint) == 0x000000, "Member 'WBP_MouseOnly_TextButton_C_ExecuteUbergraph_WBP_MouseOnly_TextButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MouseOnly_TextButton_C_ExecuteUbergraph_WBP_MouseOnly_TextButton, Temp_bool_Variable) == 0x000004, "Member 'WBP_MouseOnly_TextButton_C_ExecuteUbergraph_WBP_MouseOnly_TextButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MouseOnly_TextButton_C_ExecuteUbergraph_WBP_MouseOnly_TextButton, Temp_byte_Variable) == 0x000005, "Member 'WBP_MouseOnly_TextButton_C_ExecuteUbergraph_WBP_MouseOnly_TextButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MouseOnly_TextButton_C_ExecuteUbergraph_WBP_MouseOnly_TextButton, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_MouseOnly_TextButton_C_ExecuteUbergraph_WBP_MouseOnly_TextButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MouseOnly_TextButton_C_ExecuteUbergraph_WBP_MouseOnly_TextButton, K2Node_Event_IsDesignTime) == 0x000007, "Member 'WBP_MouseOnly_TextButton_C_ExecuteUbergraph_WBP_MouseOnly_TextButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MouseOnly_TextButton_C_ExecuteUbergraph_WBP_MouseOnly_TextButton, K2Node_Event_bInIsHovered) == 0x000008, "Member 'WBP_MouseOnly_TextButton_C_ExecuteUbergraph_WBP_MouseOnly_TextButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_MouseOnly_TextButton_C_ExecuteUbergraph_WBP_MouseOnly_TextButton, K2Node_Select_Default) == 0x000009, "Member 'WBP_MouseOnly_TextButton_C_ExecuteUbergraph_WBP_MouseOnly_TextButton::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MouseOnly_TextButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_MouseOnly_TextButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_MouseOnly_TextButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_MouseOnly_TextButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_MouseOnly_TextButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_MouseOnly_TextButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_MouseOnly_TextButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MouseOnly_TextButton_C_PreConstruct \ +static_assert(alignof(WBP_MouseOnly_TextButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_MouseOnly_TextButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_MouseOnly_TextButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_MouseOnly_TextButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_MouseOnly_TextButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_MouseOnly_TextButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MouseOnly_TextButton_C_SetText \ +static_assert(alignof(WBP_MouseOnly_TextButton_C_SetText) == 0x000008, "Wrong alignment on WBP_MouseOnly_TextButton_C_SetText"); \ +static_assert(sizeof(WBP_MouseOnly_TextButton_C_SetText) == 0x000018, "Wrong size on WBP_MouseOnly_TextButton_C_SetText"); \ +static_assert(offsetof(WBP_MouseOnly_TextButton_C_SetText, InText) == 0x000000, "Member 'WBP_MouseOnly_TextButton_C_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MouseOnly_TextButton_C_SetFont \ +static_assert(alignof(WBP_MouseOnly_TextButton_C_SetFont) == 0x000008, "Wrong alignment on WBP_MouseOnly_TextButton_C_SetFont"); \ +static_assert(sizeof(WBP_MouseOnly_TextButton_C_SetFont) == 0x000060, "Wrong size on WBP_MouseOnly_TextButton_C_SetFont"); \ +static_assert(offsetof(WBP_MouseOnly_TextButton_C_SetFont, InFont) == 0x000000, "Member 'WBP_MouseOnly_TextButton_C_SetFont::InFont' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MouseOnly_TextButton_C_SetColours \ +static_assert(alignof(WBP_MouseOnly_TextButton_C_SetColours) == 0x000008, "Wrong alignment on WBP_MouseOnly_TextButton_C_SetColours"); \ +static_assert(sizeof(WBP_MouseOnly_TextButton_C_SetColours) == 0x000048, "Wrong size on WBP_MouseOnly_TextButton_C_SetColours"); \ +static_assert(offsetof(WBP_MouseOnly_TextButton_C_SetColours, InFontColor) == 0x000000, "Member 'WBP_MouseOnly_TextButton_C_SetColours::InFontColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_MouseOnly_TextButton_C_SetColours, InBackgroundColor) == 0x000010, "Member 'WBP_MouseOnly_TextButton_C_SetColours::InBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_MouseOnly_TextButton_C_SetColours, K2Node_MakeStruct_SlateColor) == 0x000020, "Member 'WBP_MouseOnly_TextButton_C_SetColours::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MouseOnly_TextButton_C \ +static_assert(alignof(UWBP_MouseOnly_TextButton_C) == 0x000008, "Wrong alignment on UWBP_MouseOnly_TextButton_C"); \ +static_assert(sizeof(UWBP_MouseOnly_TextButton_C) == 0x0002E8, "Wrong size on UWBP_MouseOnly_TextButton_C"); \ +static_assert(offsetof(UWBP_MouseOnly_TextButton_C, UberGraphFrame) == 0x0002B0, "Member 'UWBP_MouseOnly_TextButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MouseOnly_TextButton_C, Image_77) == 0x0002B8, "Member 'UWBP_MouseOnly_TextButton_C::Image_77' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MouseOnly_TextButton_C, Image_Background) == 0x0002C0, "Member 'UWBP_MouseOnly_TextButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MouseOnly_TextButton_C, Text_ButtonText) == 0x0002C8, "Member 'UWBP_MouseOnly_TextButton_C::Text_ButtonText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MouseOnly_TextButton_C, DefaultText) == 0x0002D0, "Member 'UWBP_MouseOnly_TextButton_C::DefaultText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive \ +static_assert(alignof(BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive) == 0x000008, "Wrong alignment on BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive"); \ +static_assert(sizeof(BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive) == 0x000068, "Wrong size on BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive"); \ +static_assert(offsetof(BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive, EntryPoint) == 0x000000, "Member 'BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive, Temp_struct_Variable) == 0x000008, "Member 'BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive, Temp_struct_Variable_1) == 0x000018, "Member 'BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive, Temp_delegate_Variable) == 0x000028, "Member 'BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive, K2Node_Event_OldState) == 0x00003C, "Member 'BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive::K2Node_Event_OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive, K2Node_Event_NewState) == 0x000040, "Member 'BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive, K2Node_Event_bDoCosmetics) == 0x000044, "Member 'BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive, CallFunc_IsDedicatedServer_ReturnValue) == 0x000045, "Member 'BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive, K2Node_SwitchInteger_CmpSuccess) == 0x000046, "Member 'BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive, Temp_delegate_Variable_1) == 0x000048, "Member 'BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive, CallFunc_PostAkEvent_ReturnValue) == 0x00005C, "Member 'BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive, CallFunc_PostAkEvent_ReturnValue_1) == 0x000060, "Member 'BP_FOR_USBDrive_C_ExecuteUbergraph_BP_FOR_USBDrive::CallFunc_PostAkEvent_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FOR_USBDrive_C_OnStateChanged \ +static_assert(alignof(BP_FOR_USBDrive_C_OnStateChanged) == 0x000004, "Wrong alignment on BP_FOR_USBDrive_C_OnStateChanged"); \ +static_assert(sizeof(BP_FOR_USBDrive_C_OnStateChanged) == 0x00000C, "Wrong size on BP_FOR_USBDrive_C_OnStateChanged"); \ +static_assert(offsetof(BP_FOR_USBDrive_C_OnStateChanged, OldState) == 0x000000, "Member 'BP_FOR_USBDrive_C_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_FOR_USBDrive_C_OnStateChanged, NewState) == 0x000004, "Member 'BP_FOR_USBDrive_C_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_FOR_USBDrive_C_OnStateChanged, bDoCosmetics) == 0x000008, "Member 'BP_FOR_USBDrive_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FOR_USBDrive_C \ +static_assert(alignof(ABP_FOR_USBDrive_C) == 0x000008, "Wrong alignment on ABP_FOR_USBDrive_C"); \ +static_assert(sizeof(ABP_FOR_USBDrive_C) == 0x000378, "Wrong size on ABP_FOR_USBDrive_C"); \ +static_assert(offsetof(ABP_FOR_USBDrive_C, UberGraphFrame_BP_FOR_USBDrive_C) == 0x000368, "Member 'ABP_FOR_USBDrive_C::UberGraphFrame_BP_FOR_USBDrive_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_FOR_USBDrive_C, SBZAIObjective) == 0x000370, "Member 'ABP_FOR_USBDrive_C::SBZAIObjective' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputKeyActionBindings_C_ExecuteUbergraph_WBP_Settings_InputKeyActionBindings \ +static_assert(alignof(WBP_Settings_InputKeyActionBindings_C_ExecuteUbergraph_WBP_Settings_InputKeyActionBindings) == 0x000004, "Wrong alignment on WBP_Settings_InputKeyActionBindings_C_ExecuteUbergraph_WBP_Settings_InputKeyActionBindings"); \ +static_assert(sizeof(WBP_Settings_InputKeyActionBindings_C_ExecuteUbergraph_WBP_Settings_InputKeyActionBindings) == 0x000018, "Wrong size on WBP_Settings_InputKeyActionBindings_C_ExecuteUbergraph_WBP_Settings_InputKeyActionBindings"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_ExecuteUbergraph_WBP_Settings_InputKeyActionBindings, EntryPoint) == 0x000000, "Member 'WBP_Settings_InputKeyActionBindings_C_ExecuteUbergraph_WBP_Settings_InputKeyActionBindings::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_ExecuteUbergraph_WBP_Settings_InputKeyActionBindings, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_Settings_InputKeyActionBindings_C_ExecuteUbergraph_WBP_Settings_InputKeyActionBindings::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_ExecuteUbergraph_WBP_Settings_InputKeyActionBindings, K2Node_Event_bInIsDisabled) == 0x000005, "Member 'WBP_Settings_InputKeyActionBindings_C_ExecuteUbergraph_WBP_Settings_InputKeyActionBindings::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_ExecuteUbergraph_WBP_Settings_InputKeyActionBindings, K2Node_Event_bInHasFocus) == 0x000006, "Member 'WBP_Settings_InputKeyActionBindings_C_ExecuteUbergraph_WBP_Settings_InputKeyActionBindings::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_ExecuteUbergraph_WBP_Settings_InputKeyActionBindings, K2Node_Event_bInIsHovered) == 0x000007, "Member 'WBP_Settings_InputKeyActionBindings_C_ExecuteUbergraph_WBP_Settings_InputKeyActionBindings::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_ExecuteUbergraph_WBP_Settings_InputKeyActionBindings, CallFunc_GetGlobalColor_ReturnValue) == 0x000008, "Member 'WBP_Settings_InputKeyActionBindings_C_ExecuteUbergraph_WBP_Settings_InputKeyActionBindings::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputKeyActionBindings_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_Settings_InputKeyActionBindings_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_Settings_InputKeyActionBindings_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_Settings_InputKeyActionBindings_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_Settings_InputKeyActionBindings_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_Settings_InputKeyActionBindings_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputKeyActionBindings_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_Settings_InputKeyActionBindings_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_Settings_InputKeyActionBindings_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_Settings_InputKeyActionBindings_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_Settings_InputKeyActionBindings_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_Settings_InputKeyActionBindings_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputKeyActionBindings_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_Settings_InputKeyActionBindings_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_Settings_InputKeyActionBindings_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_Settings_InputKeyActionBindings_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_Settings_InputKeyActionBindings_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_Settings_InputKeyActionBindings_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputKeyActionBindings_C_PreConstruct \ +static_assert(alignof(WBP_Settings_InputKeyActionBindings_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Settings_InputKeyActionBindings_C_PreConstruct"); \ +static_assert(sizeof(WBP_Settings_InputKeyActionBindings_C_PreConstruct) == 0x000001, "Wrong size on WBP_Settings_InputKeyActionBindings_C_PreConstruct"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Settings_InputKeyActionBindings_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputKeyActionBindings_C_RefreshVisuals \ +static_assert(alignof(WBP_Settings_InputKeyActionBindings_C_RefreshVisuals) == 0x000001, "Wrong alignment on WBP_Settings_InputKeyActionBindings_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_Settings_InputKeyActionBindings_C_RefreshVisuals) == 0x000002, "Wrong size on WBP_Settings_InputKeyActionBindings_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_RefreshVisuals, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000000, "Member 'WBP_Settings_InputKeyActionBindings_C_RefreshVisuals::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_RefreshVisuals, CallFunc_IsHovered_ReturnValue) == 0x000001, "Member 'WBP_Settings_InputKeyActionBindings_C_RefreshVisuals::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputKeyActionBindings_C_OnHoverVisuals \ +static_assert(alignof(WBP_Settings_InputKeyActionBindings_C_OnHoverVisuals) == 0x000001, "Wrong alignment on WBP_Settings_InputKeyActionBindings_C_OnHoverVisuals"); \ +static_assert(sizeof(WBP_Settings_InputKeyActionBindings_C_OnHoverVisuals) == 0x000001, "Wrong size on WBP_Settings_InputKeyActionBindings_C_OnHoverVisuals"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_OnHoverVisuals, bIsHovered) == 0x000000, "Member 'WBP_Settings_InputKeyActionBindings_C_OnHoverVisuals::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputKeyActionBindings_C_OnDisabledVisuals \ +static_assert(alignof(WBP_Settings_InputKeyActionBindings_C_OnDisabledVisuals) == 0x000001, "Wrong alignment on WBP_Settings_InputKeyActionBindings_C_OnDisabledVisuals"); \ +static_assert(sizeof(WBP_Settings_InputKeyActionBindings_C_OnDisabledVisuals) == 0x000001, "Wrong size on WBP_Settings_InputKeyActionBindings_C_OnDisabledVisuals"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_OnDisabledVisuals, bIsDisabled_0) == 0x000000, "Member 'WBP_Settings_InputKeyActionBindings_C_OnDisabledVisuals::bIsDisabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputKeyActionBindings_C_OnFocusedVisuals \ +static_assert(alignof(WBP_Settings_InputKeyActionBindings_C_OnFocusedVisuals) == 0x000001, "Wrong alignment on WBP_Settings_InputKeyActionBindings_C_OnFocusedVisuals"); \ +static_assert(sizeof(WBP_Settings_InputKeyActionBindings_C_OnFocusedVisuals) == 0x000001, "Wrong size on WBP_Settings_InputKeyActionBindings_C_OnFocusedVisuals"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_OnFocusedVisuals, bIsFocused) == 0x000000, "Member 'WBP_Settings_InputKeyActionBindings_C_OnFocusedVisuals::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames \ +static_assert(alignof(WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames) == 0x000008, "Wrong alignment on WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames"); \ +static_assert(sizeof(WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames) == 0x000098, "Wrong size on WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames, Action_Names) == 0x000000, "Member 'WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames::Action_Names' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames, Result) == 0x000010, "Member 'WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames::Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames, NewLocalVar_0) == 0x000020, "Member 'WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames, TempActionStrings) == 0x000030, "Member 'WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames::TempActionStrings' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames, Temp_int_Array_Index_Variable) == 0x000044, "Member 'WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames, Temp_int_Loop_Counter_Variable) == 0x000048, "Member 'WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames, CallFunc_Array_Get_Item) == 0x000050, "Member 'WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames, CallFunc_Conv_TextToString_ReturnValue) == 0x000068, "Member 'WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames, CallFunc_Add_IntInt_ReturnValue) == 0x00007C, "Member 'WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames, CallFunc_JoinStringArray_ReturnValue) == 0x000080, "Member 'WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames, CallFunc_Array_Add_ReturnValue) == 0x000090, "Member 'WBP_Settings_InputKeyActionBindings_C_GetJoinedActionNames::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_InputKeyActionBindings_C_ActionNamesVisuals \ +static_assert(alignof(WBP_Settings_InputKeyActionBindings_C_ActionNamesVisuals) == 0x000008, "Wrong alignment on WBP_Settings_InputKeyActionBindings_C_ActionNamesVisuals"); \ +static_assert(sizeof(WBP_Settings_InputKeyActionBindings_C_ActionNamesVisuals) == 0x000040, "Wrong size on WBP_Settings_InputKeyActionBindings_C_ActionNamesVisuals"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_ActionNamesVisuals, CallFunc_GetGamepadBindingsManager_ReturnValue) == 0x000000, "Member 'WBP_Settings_InputKeyActionBindings_C_ActionNamesVisuals::CallFunc_GetGamepadBindingsManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_ActionNamesVisuals, CallFunc_GetBindingNamesLocalized_ReturnValue) == 0x000008, "Member 'WBP_Settings_InputKeyActionBindings_C_ActionNamesVisuals::CallFunc_GetBindingNamesLocalized_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_ActionNamesVisuals, CallFunc_GetJoinedActionNames_Result) == 0x000018, "Member 'WBP_Settings_InputKeyActionBindings_C_ActionNamesVisuals::CallFunc_GetJoinedActionNames_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_InputKeyActionBindings_C_ActionNamesVisuals, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'WBP_Settings_InputKeyActionBindings_C_ActionNamesVisuals::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_InputKeyActionBindings_C \ +static_assert(alignof(UWBP_Settings_InputKeyActionBindings_C) == 0x000008, "Wrong alignment on UWBP_Settings_InputKeyActionBindings_C"); \ +static_assert(sizeof(UWBP_Settings_InputKeyActionBindings_C) == 0x0003C0, "Wrong size on UWBP_Settings_InputKeyActionBindings_C"); \ +static_assert(offsetof(UWBP_Settings_InputKeyActionBindings_C, UberGraphFrame) == 0x000370, "Member 'UWBP_Settings_InputKeyActionBindings_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputKeyActionBindings_C, Image_Background) == 0x000378, "Member 'UWBP_Settings_InputKeyActionBindings_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputKeyActionBindings_C, Image_Hover) == 0x000380, "Member 'UWBP_Settings_InputKeyActionBindings_C::Image_Hover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputKeyActionBindings_C, InputKeySelector_PrimaryKey) == 0x000388, "Member 'UWBP_Settings_InputKeyActionBindings_C::InputKeySelector_PrimaryKey' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputKeyActionBindings_C, Text_ActionNames) == 0x000390, "Member 'UWBP_Settings_InputKeyActionBindings_C::Text_ActionNames' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputKeyActionBindings_C, WBP_UI_InputKey) == 0x000398, "Member 'UWBP_Settings_InputKeyActionBindings_C::WBP_UI_InputKey' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_InputKeyActionBindings_C, InputKey) == 0x0003A0, "Member 'UWBP_Settings_InputKeyActionBindings_C::InputKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_DamageIndicatorContainer_C \ +static_assert(alignof(UWBP_UI_Widget_DamageIndicatorContainer_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_DamageIndicatorContainer_C"); \ +static_assert(sizeof(UWBP_UI_Widget_DamageIndicatorContainer_C) == 0x0002D0, "Wrong size on UWBP_UI_Widget_DamageIndicatorContainer_C"); \ + +#define DUMPER7_ASSERTS_WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon \ +static_assert(alignof(WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon) == 0x000008, "Wrong alignment on WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon"); \ +static_assert(sizeof(WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon) == 0x000108, "Wrong size on WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon"); \ +static_assert(offsetof(WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon, EntryPoint) == 0x000000, "Member 'WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon, Temp_byte_Variable) == 0x000004, "Member 'WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon, Temp_softobject_Variable) == 0x000008, "Member 'WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon::Temp_softobject_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon, Temp_softobject_Variable_1) == 0x000038, "Member 'WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon::Temp_softobject_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon, Temp_softobject_Variable_2) == 0x000068, "Member 'WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon::Temp_softobject_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon, K2Node_CustomEvent_Index) == 0x000098, "Member 'WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon::K2Node_CustomEvent_Index' has a wrong offset!"); \ +static_assert(offsetof(WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon, CallFunc_GetColorByCurrency_CurrencyColor) == 0x00009C, "Member 'WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon::CallFunc_GetColorByCurrency_CurrencyColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon, K2Node_Select_Default) == 0x0000B0, "Member 'WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x0000E0, "Member 'WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon, K2Node_DynamicCast_AsPaper_Sprite) == 0x0000E8, "Member 'WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon, K2Node_DynamicCast_bSuccess) == 0x0000F0, "Member 'WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x0000F8, "Member 'WBP_Currency_Icon_C_ExecuteUbergraph_WBP_Currency_Icon::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Currency_Icon_C_SetCurrency \ +static_assert(alignof(WBP_Currency_Icon_C_SetCurrency) == 0x000001, "Wrong alignment on WBP_Currency_Icon_C_SetCurrency"); \ +static_assert(sizeof(WBP_Currency_Icon_C_SetCurrency) == 0x000001, "Wrong size on WBP_Currency_Icon_C_SetCurrency"); \ +static_assert(offsetof(WBP_Currency_Icon_C_SetCurrency, Index_0) == 0x000000, "Member 'WBP_Currency_Icon_C_SetCurrency::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Currency_Icon_C_GetColorByCurrency \ +static_assert(alignof(WBP_Currency_Icon_C_GetColorByCurrency) == 0x000004, "Wrong alignment on WBP_Currency_Icon_C_GetColorByCurrency"); \ +static_assert(sizeof(WBP_Currency_Icon_C_GetColorByCurrency) == 0x000058, "Wrong size on WBP_Currency_Icon_C_GetColorByCurrency"); \ +static_assert(offsetof(WBP_Currency_Icon_C_GetColorByCurrency, Currency) == 0x000000, "Member 'WBP_Currency_Icon_C_GetColorByCurrency::Currency' has a wrong offset!"); \ +static_assert(offsetof(WBP_Currency_Icon_C_GetColorByCurrency, CurrencyColor) == 0x000004, "Member 'WBP_Currency_Icon_C_GetColorByCurrency::CurrencyColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_Currency_Icon_C_GetColorByCurrency, Temp_byte_Variable) == 0x000014, "Member 'WBP_Currency_Icon_C_GetColorByCurrency::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Currency_Icon_C_GetColorByCurrency, CallFunc_GetGlobalColor_ReturnValue) == 0x000018, "Member 'WBP_Currency_Icon_C_GetColorByCurrency::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Currency_Icon_C_GetColorByCurrency, CallFunc_GetGlobalColor_ReturnValue_1) == 0x000028, "Member 'WBP_Currency_Icon_C_GetColorByCurrency::CallFunc_GetGlobalColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Currency_Icon_C_GetColorByCurrency, CallFunc_GetGlobalColor_ReturnValue_2) == 0x000038, "Member 'WBP_Currency_Icon_C_GetColorByCurrency::CallFunc_GetGlobalColor_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Currency_Icon_C_GetColorByCurrency, K2Node_Select_Default) == 0x000048, "Member 'WBP_Currency_Icon_C_GetColorByCurrency::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Currency_Icon_C \ +static_assert(alignof(UWBP_Currency_Icon_C) == 0x000008, "Wrong alignment on UWBP_Currency_Icon_C"); \ +static_assert(sizeof(UWBP_Currency_Icon_C) == 0x000250, "Wrong size on UWBP_Currency_Icon_C"); \ +static_assert(offsetof(UWBP_Currency_Icon_C, UberGraphFrame) == 0x000248, "Member 'UWBP_Currency_Icon_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor \ +static_assert(alignof(BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor) == 0x000010, "Wrong alignment on BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor"); \ +static_assert(sizeof(BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor) == 0x0000E0, "Wrong size on BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor"); \ +static_assert(offsetof(BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor, EntryPoint) == 0x000000, "Member 'BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor, Temp_byte_Variable) == 0x000004, "Member 'BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor, Temp_byte_Variable_1) == 0x000005, "Member 'BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor, Temp_struct_Variable) == 0x000008, "Member 'BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor, Temp_delegate_Variable) == 0x000018, "Member 'BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor, CallFunc_PostEvent_ReturnValue) == 0x00002C, "Member 'BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor, K2Node_Event_bActorsInCloset) == 0x000030, "Member 'BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor::K2Node_Event_bActorsInCloset' has a wrong offset!"); \ +static_assert(offsetof(BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor, K2Node_Event_bDoCosmetics_1) == 0x000031, "Member 'BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor::K2Node_Event_bDoCosmetics_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor, K2Node_Event_bStateToChangeTo) == 0x000032, "Member 'BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor::K2Node_Event_bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor, K2Node_Event_bDoCosmetics) == 0x000033, "Member 'BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor, CallFunc_Not_PreBool_ReturnValue) == 0x000034, "Member 'BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor, Temp_bool_Variable) == 0x000035, "Member 'BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000040, "Member 'BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor, CallFunc_BreakTransform_Location) == 0x000070, "Member 'BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor, CallFunc_BreakTransform_Rotation) == 0x00007C, "Member 'BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor, CallFunc_BreakTransform_Scale) == 0x000088, "Member 'BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor, K2Node_Select_Default) == 0x000094, "Member 'BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000098, "Member 'BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor, CallFunc_GetTransform_ReturnValue) == 0x0000A0, "Member 'BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000D0, "Member 'BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000D8, "Member 'BP_VentReactor_C_ExecuteUbergraph_BP_VentReactor::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VentReactor_C_OnStateChanged \ +static_assert(alignof(BP_VentReactor_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_VentReactor_C_OnStateChanged"); \ +static_assert(sizeof(BP_VentReactor_C_OnStateChanged) == 0x000002, "Wrong size on BP_VentReactor_C_OnStateChanged"); \ +static_assert(offsetof(BP_VentReactor_C_OnStateChanged, bStateToChangeTo) == 0x000000, "Member 'BP_VentReactor_C_OnStateChanged::bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_VentReactor_C_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_VentReactor_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VentReactor_C_ReactToCloset \ +static_assert(alignof(BP_VentReactor_C_ReactToCloset) == 0x000001, "Wrong alignment on BP_VentReactor_C_ReactToCloset"); \ +static_assert(sizeof(BP_VentReactor_C_ReactToCloset) == 0x000002, "Wrong size on BP_VentReactor_C_ReactToCloset"); \ +static_assert(offsetof(BP_VentReactor_C_ReactToCloset, bActorsInCloset) == 0x000000, "Member 'BP_VentReactor_C_ReactToCloset::bActorsInCloset' has a wrong offset!"); \ +static_assert(offsetof(BP_VentReactor_C_ReactToCloset, bDoCosmetics) == 0x000001, "Member 'BP_VentReactor_C_ReactToCloset::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_VentReactor_C \ +static_assert(alignof(ABP_VentReactor_C) == 0x000008, "Wrong alignment on ABP_VentReactor_C"); \ +static_assert(sizeof(ABP_VentReactor_C) == 0x000300, "Wrong size on ABP_VentReactor_C"); \ +static_assert(offsetof(ABP_VentReactor_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_VentReactor_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_VentReactor_C, VentDoor_01_Frame) == 0x0002E0, "Member 'ABP_VentReactor_C::VentDoor_01_Frame' has a wrong offset!"); \ +static_assert(offsetof(ABP_VentReactor_C, Cube) == 0x0002E8, "Member 'ABP_VentReactor_C::Cube' has a wrong offset!"); \ +static_assert(offsetof(ABP_VentReactor_C, StaticMesh) == 0x0002F0, "Member 'ABP_VentReactor_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_VentReactor_C, DefaultSceneRoot) == 0x0002F8, "Member 'ABP_VentReactor_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CheckmarkWidget_C_ExecuteUbergraph_WBP_CheckmarkWidget \ +static_assert(alignof(WBP_CheckmarkWidget_C_ExecuteUbergraph_WBP_CheckmarkWidget) == 0x000008, "Wrong alignment on WBP_CheckmarkWidget_C_ExecuteUbergraph_WBP_CheckmarkWidget"); \ +static_assert(sizeof(WBP_CheckmarkWidget_C_ExecuteUbergraph_WBP_CheckmarkWidget) == 0x000018, "Wrong size on WBP_CheckmarkWidget_C_ExecuteUbergraph_WBP_CheckmarkWidget"); \ +static_assert(offsetof(WBP_CheckmarkWidget_C_ExecuteUbergraph_WBP_CheckmarkWidget, EntryPoint) == 0x000000, "Member 'WBP_CheckmarkWidget_C_ExecuteUbergraph_WBP_CheckmarkWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CheckmarkWidget_C_ExecuteUbergraph_WBP_CheckmarkWidget, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_CheckmarkWidget_C_ExecuteUbergraph_WBP_CheckmarkWidget::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CheckmarkWidget_C_ExecuteUbergraph_WBP_CheckmarkWidget, K2Node_Event_IsDesignTime) == 0x000010, "Member 'WBP_CheckmarkWidget_C_ExecuteUbergraph_WBP_CheckmarkWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CheckmarkWidget_C_PreConstruct \ +static_assert(alignof(WBP_CheckmarkWidget_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_CheckmarkWidget_C_PreConstruct"); \ +static_assert(sizeof(WBP_CheckmarkWidget_C_PreConstruct) == 0x000001, "Wrong size on WBP_CheckmarkWidget_C_PreConstruct"); \ +static_assert(offsetof(WBP_CheckmarkWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_CheckmarkWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CheckmarkWidget_C_SetChecked \ +static_assert(alignof(WBP_CheckmarkWidget_C_SetChecked) == 0x000001, "Wrong alignment on WBP_CheckmarkWidget_C_SetChecked"); \ +static_assert(sizeof(WBP_CheckmarkWidget_C_SetChecked) == 0x000006, "Wrong size on WBP_CheckmarkWidget_C_SetChecked"); \ +static_assert(offsetof(WBP_CheckmarkWidget_C_SetChecked, InIsChecked) == 0x000000, "Member 'WBP_CheckmarkWidget_C_SetChecked::InIsChecked' has a wrong offset!"); \ +static_assert(offsetof(WBP_CheckmarkWidget_C_SetChecked, Temp_byte_Variable) == 0x000001, "Member 'WBP_CheckmarkWidget_C_SetChecked::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CheckmarkWidget_C_SetChecked, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_CheckmarkWidget_C_SetChecked::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CheckmarkWidget_C_SetChecked, Temp_bool_Variable) == 0x000003, "Member 'WBP_CheckmarkWidget_C_SetChecked::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CheckmarkWidget_C_SetChecked, K2Node_Select_Default) == 0x000004, "Member 'WBP_CheckmarkWidget_C_SetChecked::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_CheckmarkWidget_C_SetChecked, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000005, "Member 'WBP_CheckmarkWidget_C_SetChecked::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CheckmarkWidget_C \ +static_assert(alignof(UWBP_CheckmarkWidget_C) == 0x000008, "Wrong alignment on UWBP_CheckmarkWidget_C"); \ +static_assert(sizeof(UWBP_CheckmarkWidget_C) == 0x0002C0, "Wrong size on UWBP_CheckmarkWidget_C"); \ +static_assert(offsetof(UWBP_CheckmarkWidget_C, UberGraphFrame) == 0x000290, "Member 'UWBP_CheckmarkWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CheckmarkWidget_C, Background) == 0x000298, "Member 'UWBP_CheckmarkWidget_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CheckmarkWidget_C, Border_Highlight) == 0x0002A0, "Member 'UWBP_CheckmarkWidget_C::Border_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CheckmarkWidget_C, bIsChecked) == 0x0002A8, "Member 'UWBP_CheckmarkWidget_C::bIsChecked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CheckmarkWidget_C, OnCheckChanged) == 0x0002B0, "Member 'UWBP_CheckmarkWidget_C::OnCheckChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFourx4_All_Hacking_Minigames_Struct \ +static_assert(alignof(FFourx4_All_Hacking_Minigames_Struct) == 0x000008, "Wrong alignment on FFourx4_All_Hacking_Minigames_Struct"); \ +static_assert(sizeof(FFourx4_All_Hacking_Minigames_Struct) == 0x0001E0, "Wrong size on FFourx4_All_Hacking_Minigames_Struct"); \ +static_assert(offsetof(FFourx4_All_Hacking_Minigames_Struct, Fourx4_Minigame_Type_1_6_61B2060D4BC272272C03A8BA8FC353B6) == 0x000000, "Member 'FFourx4_All_Hacking_Minigames_Struct::Fourx4_Minigame_Type_1_6_61B2060D4BC272272C03A8BA8FC353B6' has a wrong offset!"); \ +static_assert(offsetof(FFourx4_All_Hacking_Minigames_Struct, Fourx4_Minigame_Type_2_13_F8B03E5E4FAE7EEB24D7D89D05261B2D) == 0x000030, "Member 'FFourx4_All_Hacking_Minigames_Struct::Fourx4_Minigame_Type_2_13_F8B03E5E4FAE7EEB24D7D89D05261B2D' has a wrong offset!"); \ +static_assert(offsetof(FFourx4_All_Hacking_Minigames_Struct, Fourx4_Minigame_Type_3_14_5C8375C8463D9EA4A5D62D8A459B51FA) == 0x000060, "Member 'FFourx4_All_Hacking_Minigames_Struct::Fourx4_Minigame_Type_3_14_5C8375C8463D9EA4A5D62D8A459B51FA' has a wrong offset!"); \ +static_assert(offsetof(FFourx4_All_Hacking_Minigames_Struct, Fourx4_Minigame_Type_4_15_8257591D46DE827C569E1ABC3EB05F06) == 0x000090, "Member 'FFourx4_All_Hacking_Minigames_Struct::Fourx4_Minigame_Type_4_15_8257591D46DE827C569E1ABC3EB05F06' has a wrong offset!"); \ +static_assert(offsetof(FFourx4_All_Hacking_Minigames_Struct, Fourx4_Minigame_Type_5_28_E5747A7B4E0637A65C65E1A9B6757FD0) == 0x0000C0, "Member 'FFourx4_All_Hacking_Minigames_Struct::Fourx4_Minigame_Type_5_28_E5747A7B4E0637A65C65E1A9B6757FD0' has a wrong offset!"); \ +static_assert(offsetof(FFourx4_All_Hacking_Minigames_Struct, Fourx4_Minigame_Type_6_29_E650C10F4A86CEB7352B22B88ACDA04F) == 0x0000F0, "Member 'FFourx4_All_Hacking_Minigames_Struct::Fourx4_Minigame_Type_6_29_E650C10F4A86CEB7352B22B88ACDA04F' has a wrong offset!"); \ +static_assert(offsetof(FFourx4_All_Hacking_Minigames_Struct, Fourx4_Minigame_Type_7_30_065F9F814A7CF7B6233AA29538708481) == 0x000120, "Member 'FFourx4_All_Hacking_Minigames_Struct::Fourx4_Minigame_Type_7_30_065F9F814A7CF7B6233AA29538708481' has a wrong offset!"); \ +static_assert(offsetof(FFourx4_All_Hacking_Minigames_Struct, Fourx4_Minigame_Type_8_31_D7B4900642EDE36CB9A95CB8BF282504) == 0x000150, "Member 'FFourx4_All_Hacking_Minigames_Struct::Fourx4_Minigame_Type_8_31_D7B4900642EDE36CB9A95CB8BF282504' has a wrong offset!"); \ +static_assert(offsetof(FFourx4_All_Hacking_Minigames_Struct, Fourx4_Minigame_Type_9_32_6DE923E747C44DDB5D809AA7FECBA280) == 0x000180, "Member 'FFourx4_All_Hacking_Minigames_Struct::Fourx4_Minigame_Type_9_32_6DE923E747C44DDB5D809AA7FECBA280' has a wrong offset!"); \ +static_assert(offsetof(FFourx4_All_Hacking_Minigames_Struct, Fourx4_Minigame_Type_10_33_400FE8724E7BA18FDC33768C06641FBC) == 0x0001B0, "Member 'FFourx4_All_Hacking_Minigames_Struct::Fourx4_Minigame_Type_10_33_400FE8724E7BA18FDC33768C06641FBC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Blackmarket_PurchaseCount_C_ExecuteUbergraph_WBP_Blackmarket_PurchaseCount \ +static_assert(alignof(WBP_Blackmarket_PurchaseCount_C_ExecuteUbergraph_WBP_Blackmarket_PurchaseCount) == 0x000004, "Wrong alignment on WBP_Blackmarket_PurchaseCount_C_ExecuteUbergraph_WBP_Blackmarket_PurchaseCount"); \ +static_assert(sizeof(WBP_Blackmarket_PurchaseCount_C_ExecuteUbergraph_WBP_Blackmarket_PurchaseCount) == 0x000008, "Wrong size on WBP_Blackmarket_PurchaseCount_C_ExecuteUbergraph_WBP_Blackmarket_PurchaseCount"); \ +static_assert(offsetof(WBP_Blackmarket_PurchaseCount_C_ExecuteUbergraph_WBP_Blackmarket_PurchaseCount, EntryPoint) == 0x000000, "Member 'WBP_Blackmarket_PurchaseCount_C_ExecuteUbergraph_WBP_Blackmarket_PurchaseCount::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_PurchaseCount_C_ExecuteUbergraph_WBP_Blackmarket_PurchaseCount, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_Blackmarket_PurchaseCount_C_ExecuteUbergraph_WBP_Blackmarket_PurchaseCount::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Blackmarket_PurchaseCount_C_PreConstruct \ +static_assert(alignof(WBP_Blackmarket_PurchaseCount_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Blackmarket_PurchaseCount_C_PreConstruct"); \ +static_assert(sizeof(WBP_Blackmarket_PurchaseCount_C_PreConstruct) == 0x000001, "Wrong size on WBP_Blackmarket_PurchaseCount_C_PreConstruct"); \ +static_assert(offsetof(WBP_Blackmarket_PurchaseCount_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Blackmarket_PurchaseCount_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Blackmarket_PurchaseCount_C_SetMaxCount \ +static_assert(alignof(WBP_Blackmarket_PurchaseCount_C_SetMaxCount) == 0x000004, "Wrong alignment on WBP_Blackmarket_PurchaseCount_C_SetMaxCount"); \ +static_assert(sizeof(WBP_Blackmarket_PurchaseCount_C_SetMaxCount) == 0x000004, "Wrong size on WBP_Blackmarket_PurchaseCount_C_SetMaxCount"); \ +static_assert(offsetof(WBP_Blackmarket_PurchaseCount_C_SetMaxCount, InMaxCount) == 0x000000, "Member 'WBP_Blackmarket_PurchaseCount_C_SetMaxCount::InMaxCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Blackmarket_PurchaseCount_C_RebuildButtons \ +static_assert(alignof(WBP_Blackmarket_PurchaseCount_C_RebuildButtons) == 0x000008, "Wrong alignment on WBP_Blackmarket_PurchaseCount_C_RebuildButtons"); \ +static_assert(sizeof(WBP_Blackmarket_PurchaseCount_C_RebuildButtons) == 0x000048, "Wrong size on WBP_Blackmarket_PurchaseCount_C_RebuildButtons"); \ +static_assert(offsetof(WBP_Blackmarket_PurchaseCount_C_RebuildButtons, K2Node_MakeStruct_Margin) == 0x000000, "Member 'WBP_Blackmarket_PurchaseCount_C_RebuildButtons::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_PurchaseCount_C_RebuildButtons, K2Node_MakeStruct_SlateChildSize) == 0x000010, "Member 'WBP_Blackmarket_PurchaseCount_C_RebuildButtons::K2Node_MakeStruct_SlateChildSize' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_PurchaseCount_C_RebuildButtons, Temp_int_Variable) == 0x000018, "Member 'WBP_Blackmarket_PurchaseCount_C_RebuildButtons::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_PurchaseCount_C_RebuildButtons, CallFunc_Create_ReturnValue) == 0x000020, "Member 'WBP_Blackmarket_PurchaseCount_C_RebuildButtons::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_PurchaseCount_C_RebuildButtons, CallFunc_AddChild_ReturnValue) == 0x000028, "Member 'WBP_Blackmarket_PurchaseCount_C_RebuildButtons::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_PurchaseCount_C_RebuildButtons, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000030, "Member 'WBP_Blackmarket_PurchaseCount_C_RebuildButtons::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_PurchaseCount_C_RebuildButtons, K2Node_DynamicCast_AsHorizontal_Box_Slot) == 0x000038, "Member 'WBP_Blackmarket_PurchaseCount_C_RebuildButtons::K2Node_DynamicCast_AsHorizontal_Box_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_PurchaseCount_C_RebuildButtons, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_Blackmarket_PurchaseCount_C_RebuildButtons::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_PurchaseCount_C_RebuildButtons, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'WBP_Blackmarket_PurchaseCount_C_RebuildButtons::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Blackmarket_PurchaseCount_C_SetCount \ +static_assert(alignof(WBP_Blackmarket_PurchaseCount_C_SetCount) == 0x000008, "Wrong alignment on WBP_Blackmarket_PurchaseCount_C_SetCount"); \ +static_assert(sizeof(WBP_Blackmarket_PurchaseCount_C_SetCount) == 0x000050, "Wrong size on WBP_Blackmarket_PurchaseCount_C_SetCount"); \ +static_assert(offsetof(WBP_Blackmarket_PurchaseCount_C_SetCount, InCount) == 0x000000, "Member 'WBP_Blackmarket_PurchaseCount_C_SetCount::InCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_PurchaseCount_C_SetCount, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_Blackmarket_PurchaseCount_C_SetCount::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_PurchaseCount_C_SetCount, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_Blackmarket_PurchaseCount_C_SetCount::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_PurchaseCount_C_SetCount, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_Blackmarket_PurchaseCount_C_SetCount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_PurchaseCount_C_SetCount, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'WBP_Blackmarket_PurchaseCount_C_SetCount::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_PurchaseCount_C_SetCount, CallFunc_GetAllChildren_ReturnValue) == 0x000018, "Member 'WBP_Blackmarket_PurchaseCount_C_SetCount::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_PurchaseCount_C_SetCount, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000028, "Member 'WBP_Blackmarket_PurchaseCount_C_SetCount::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_PurchaseCount_C_SetCount, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_Blackmarket_PurchaseCount_C_SetCount::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_PurchaseCount_C_SetCount, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_Blackmarket_PurchaseCount_C_SetCount::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_PurchaseCount_C_SetCount, K2Node_DynamicCast_AsWBP_Checkmark_Widget) == 0x000040, "Member 'WBP_Blackmarket_PurchaseCount_C_SetCount::K2Node_DynamicCast_AsWBP_Checkmark_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_PurchaseCount_C_SetCount, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_Blackmarket_PurchaseCount_C_SetCount::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_PurchaseCount_C_SetCount, CallFunc_Less_IntInt_ReturnValue) == 0x000049, "Member 'WBP_Blackmarket_PurchaseCount_C_SetCount::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_PurchaseCount_C_SetCount, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x00004A, "Member 'WBP_Blackmarket_PurchaseCount_C_SetCount::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Blackmarket_PurchaseCount_C \ +static_assert(alignof(UWBP_Blackmarket_PurchaseCount_C) == 0x000008, "Wrong alignment on UWBP_Blackmarket_PurchaseCount_C"); \ +static_assert(sizeof(UWBP_Blackmarket_PurchaseCount_C) == 0x0002B8, "Wrong size on UWBP_Blackmarket_PurchaseCount_C"); \ +static_assert(offsetof(UWBP_Blackmarket_PurchaseCount_C, UberGraphFrame) == 0x000290, "Member 'UWBP_Blackmarket_PurchaseCount_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_PurchaseCount_C, Panel_Horizontal) == 0x000298, "Member 'UWBP_Blackmarket_PurchaseCount_C::Panel_Horizontal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_PurchaseCount_C, In_Max_Count) == 0x0002A0, "Member 'UWBP_Blackmarket_PurchaseCount_C::In_Max_Count' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_PurchaseCount_C, CurrentCount) == 0x0002A4, "Member 'UWBP_Blackmarket_PurchaseCount_C::CurrentCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_PurchaseCount_C, Checkboxes) == 0x0002A8, "Member 'UWBP_Blackmarket_PurchaseCount_C::Checkboxes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GA_Tased_C_ExecuteUbergraph_GA_Tased \ +static_assert(alignof(GA_Tased_C_ExecuteUbergraph_GA_Tased) == 0x000004, "Wrong alignment on GA_Tased_C_ExecuteUbergraph_GA_Tased"); \ +static_assert(sizeof(GA_Tased_C_ExecuteUbergraph_GA_Tased) == 0x000004, "Wrong size on GA_Tased_C_ExecuteUbergraph_GA_Tased"); \ +static_assert(offsetof(GA_Tased_C_ExecuteUbergraph_GA_Tased, EntryPoint) == 0x000000, "Member 'GA_Tased_C_ExecuteUbergraph_GA_Tased::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_Tased_C \ +static_assert(alignof(UGA_Tased_C) == 0x000008, "Wrong alignment on UGA_Tased_C"); \ +static_assert(sizeof(UGA_Tased_C) == 0x000510, "Wrong size on UGA_Tased_C"); \ +static_assert(offsetof(UGA_Tased_C, UberGraphFrame) == 0x000508, "Member 'UGA_Tased_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton \ +static_assert(alignof(WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton"); \ +static_assert(sizeof(WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton) == 0x000118, "Wrong size on WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton, EntryPoint) == 0x000000, "Member 'WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton, Temp_byte_Variable) == 0x000004, "Member 'WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton, K2Node_Event_IsDesignTime) == 0x000005, "Member 'WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton, K2Node_Event_bInHasFocus) == 0x000006, "Member 'WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton, K2Node_Event_bInIsTransactionInProgress) == 0x000007, "Member 'WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton::K2Node_Event_bInIsTransactionInProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton, CallFunc_IsTransactionInProgress_ReturnValue) == 0x000008, "Member 'WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton::CallFunc_IsTransactionInProgress_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton, K2Node_Event_bInIsDisabled) == 0x000009, "Member 'WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton, CallFunc_IsAnimationPlaying_ReturnValue) == 0x00000A, "Member 'WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000018, "Member 'WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton, CallFunc_SelectInt_ReturnValue) == 0x00001C, "Member 'WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton, K2Node_MakeArray_Array) == 0x000060, "Member 'WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton, CallFunc_Format_ReturnValue) == 0x000070, "Member 'WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton, Temp_text_Variable) == 0x000088, "Member 'WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x0000A0, "Member 'WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton, Temp_text_Variable_1) == 0x0000A8, "Member 'WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton, CallFunc_PlayAnimationReverse_ReturnValue) == 0x0000C0, "Member 'WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton, Temp_text_Variable_2) == 0x0000C8, "Member 'WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x0000E0, "Member 'WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton, K2Node_Select_Default) == 0x0000E8, "Member 'WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton, K2Node_Event_InFocusEvent) == 0x000100, "Member 'WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton::K2Node_Event_InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton, CallFunc_PlayAnimationReverse_ReturnValue_1) == 0x000108, "Member 'WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton::CallFunc_PlayAnimationReverse_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000110, "Member 'WBP_UI_MainMenu_StoreItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_StoreItemButton::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_StoreItemButton_C_OnFocusLost \ +static_assert(alignof(WBP_UI_MainMenu_StoreItemButton_C_OnFocusLost) == 0x000004, "Wrong alignment on WBP_UI_MainMenu_StoreItemButton_C_OnFocusLost"); \ +static_assert(sizeof(WBP_UI_MainMenu_StoreItemButton_C_OnFocusLost) == 0x000008, "Wrong size on WBP_UI_MainMenu_StoreItemButton_C_OnFocusLost"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_OnFocusLost, InFocusEvent) == 0x000000, "Member 'WBP_UI_MainMenu_StoreItemButton_C_OnFocusLost::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_StoreItemButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_UI_MainMenu_StoreItemButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_StoreItemButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_UI_MainMenu_StoreItemButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_UI_MainMenu_StoreItemButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_UI_MainMenu_StoreItemButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_StoreItemButton_C_OnTransactionProgressChanged \ +static_assert(alignof(WBP_UI_MainMenu_StoreItemButton_C_OnTransactionProgressChanged) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_StoreItemButton_C_OnTransactionProgressChanged"); \ +static_assert(sizeof(WBP_UI_MainMenu_StoreItemButton_C_OnTransactionProgressChanged) == 0x000001, "Wrong size on WBP_UI_MainMenu_StoreItemButton_C_OnTransactionProgressChanged"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_OnTransactionProgressChanged, bInIsTransactionInProgress) == 0x000000, "Member 'WBP_UI_MainMenu_StoreItemButton_C_OnTransactionProgressChanged::bInIsTransactionInProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_StoreItemButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_MainMenu_StoreItemButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_StoreItemButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_MainMenu_StoreItemButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_MainMenu_StoreItemButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_MainMenu_StoreItemButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_StoreItemButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_MainMenu_StoreItemButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_StoreItemButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_MainMenu_StoreItemButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_MainMenu_StoreItemButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_MainMenu_StoreItemButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_StoreItemButton_C_OnFocusChanged \ +static_assert(alignof(WBP_UI_MainMenu_StoreItemButton_C_OnFocusChanged) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_StoreItemButton_C_OnFocusChanged"); \ +static_assert(sizeof(WBP_UI_MainMenu_StoreItemButton_C_OnFocusChanged) == 0x000068, "Wrong size on WBP_UI_MainMenu_StoreItemButton_C_OnFocusChanged"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_OnFocusChanged, bIsFocused) == 0x000000, "Member 'WBP_UI_MainMenu_StoreItemButton_C_OnFocusChanged::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_OnFocusChanged, Temp_struct_Variable) == 0x000004, "Member 'WBP_UI_MainMenu_StoreItemButton_C_OnFocusChanged::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_OnFocusChanged, Temp_struct_Variable_1) == 0x000014, "Member 'WBP_UI_MainMenu_StoreItemButton_C_OnFocusChanged::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_OnFocusChanged, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x000024, "Member 'WBP_UI_MainMenu_StoreItemButton_C_OnFocusChanged::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_OnFocusChanged, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000028, "Member 'WBP_UI_MainMenu_StoreItemButton_C_OnFocusChanged::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_OnFocusChanged, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000030, "Member 'WBP_UI_MainMenu_StoreItemButton_C_OnFocusChanged::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_OnFocusChanged, CallFunc_PlayAnimationForward_ReturnValue) == 0x000038, "Member 'WBP_UI_MainMenu_StoreItemButton_C_OnFocusChanged::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_OnFocusChanged, Temp_bool_Variable) == 0x000040, "Member 'WBP_UI_MainMenu_StoreItemButton_C_OnFocusChanged::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_OnFocusChanged, K2Node_Select_Default) == 0x000044, "Member 'WBP_UI_MainMenu_StoreItemButton_C_OnFocusChanged::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_OnFocusChanged, CallFunc_SelectColor_ReturnValue) == 0x000054, "Member 'WBP_UI_MainMenu_StoreItemButton_C_OnFocusChanged::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_StoreItemButton_C_OnTransactionInProgress \ +static_assert(alignof(WBP_UI_MainMenu_StoreItemButton_C_OnTransactionInProgress) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_StoreItemButton_C_OnTransactionInProgress"); \ +static_assert(sizeof(WBP_UI_MainMenu_StoreItemButton_C_OnTransactionInProgress) == 0x000010, "Wrong size on WBP_UI_MainMenu_StoreItemButton_C_OnTransactionInProgress"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_OnTransactionInProgress, bIsTransactionInProgress) == 0x000000, "Member 'WBP_UI_MainMenu_StoreItemButton_C_OnTransactionInProgress::bIsTransactionInProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_OnTransactionInProgress, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_UI_MainMenu_StoreItemButton_C_OnTransactionInProgress::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_StoreItemButton_C_SetPrice \ +static_assert(alignof(WBP_UI_MainMenu_StoreItemButton_C_SetPrice) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_StoreItemButton_C_SetPrice"); \ +static_assert(sizeof(WBP_UI_MainMenu_StoreItemButton_C_SetPrice) == 0x000048, "Wrong size on WBP_UI_MainMenu_StoreItemButton_C_SetPrice"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_SetPrice, Price) == 0x000000, "Member 'WBP_UI_MainMenu_StoreItemButton_C_SetPrice::Price' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_SetPrice, Currency) == 0x000008, "Member 'WBP_UI_MainMenu_StoreItemButton_C_SetPrice::Currency' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_SetPrice, DiscountedPrice) == 0x000010, "Member 'WBP_UI_MainMenu_StoreItemButton_C_SetPrice::DiscountedPrice' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_SetPrice, DiscountedAmount) == 0x000018, "Member 'WBP_UI_MainMenu_StoreItemButton_C_SetPrice::DiscountedAmount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_SetPrice, DiscountedPercentage) == 0x00001C, "Member 'WBP_UI_MainMenu_StoreItemButton_C_SetPrice::DiscountedPercentage' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_SetPrice, CallFunc_Greater_IntInt_ReturnValue) == 0x000020, "Member 'WBP_UI_MainMenu_StoreItemButton_C_SetPrice::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_SetPrice, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000021, "Member 'WBP_UI_MainMenu_StoreItemButton_C_SetPrice::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_SetPrice, CallFunc_BooleanOR_ReturnValue) == 0x000022, "Member 'WBP_UI_MainMenu_StoreItemButton_C_SetPrice::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_SetPrice, CallFunc_Conv_Int64ToText_ReturnValue) == 0x000028, "Member 'WBP_UI_MainMenu_StoreItemButton_C_SetPrice::CallFunc_Conv_Int64ToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_SetPrice, CallFunc_SelectInt_ReturnValue) == 0x000040, "Member 'WBP_UI_MainMenu_StoreItemButton_C_SetPrice::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_StoreItemButton_C_InitializeItemData \ +static_assert(alignof(WBP_UI_MainMenu_StoreItemButton_C_InitializeItemData) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_StoreItemButton_C_InitializeItemData"); \ +static_assert(sizeof(WBP_UI_MainMenu_StoreItemButton_C_InitializeItemData) == 0x000028, "Wrong size on WBP_UI_MainMenu_StoreItemButton_C_InitializeItemData"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_InitializeItemData, InItemData) == 0x000000, "Member 'WBP_UI_MainMenu_StoreItemButton_C_InitializeItemData::InItemData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_InitializeItemData, CallFunc_GetDisplayName_OutDisplayName) == 0x000008, "Member 'WBP_UI_MainMenu_StoreItemButton_C_InitializeItemData::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_InitializeItemData, CallFunc_GetDisplayName_OutHasText) == 0x000020, "Member 'WBP_UI_MainMenu_StoreItemButton_C_InitializeItemData::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_StoreItemButton_C_OnDisabledChanged \ +static_assert(alignof(WBP_UI_MainMenu_StoreItemButton_C_OnDisabledChanged) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_StoreItemButton_C_OnDisabledChanged"); \ +static_assert(sizeof(WBP_UI_MainMenu_StoreItemButton_C_OnDisabledChanged) == 0x000001, "Wrong size on WBP_UI_MainMenu_StoreItemButton_C_OnDisabledChanged"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_OnDisabledChanged, bInDisabled) == 0x000000, "Member 'WBP_UI_MainMenu_StoreItemButton_C_OnDisabledChanged::bInDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_StoreItemButton_C_Set_New_Visuals \ +static_assert(alignof(WBP_UI_MainMenu_StoreItemButton_C_Set_New_Visuals) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_StoreItemButton_C_Set_New_Visuals"); \ +static_assert(sizeof(WBP_UI_MainMenu_StoreItemButton_C_Set_New_Visuals) == 0x000010, "Wrong size on WBP_UI_MainMenu_StoreItemButton_C_Set_New_Visuals"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_Set_New_Visuals, Is_Mask_Of_The_Week) == 0x000000, "Member 'WBP_UI_MainMenu_StoreItemButton_C_Set_New_Visuals::Is_Mask_Of_The_Week' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_Set_New_Visuals, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_UI_MainMenu_StoreItemButton_C_Set_New_Visuals::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_StoreItemButton_C_SetWeaponType \ +static_assert(alignof(WBP_UI_MainMenu_StoreItemButton_C_SetWeaponType) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_StoreItemButton_C_SetWeaponType"); \ +static_assert(sizeof(WBP_UI_MainMenu_StoreItemButton_C_SetWeaponType) == 0x000002, "Wrong size on WBP_UI_MainMenu_StoreItemButton_C_SetWeaponType"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_SetWeaponType, InItemCategory) == 0x000000, "Member 'WBP_UI_MainMenu_StoreItemButton_C_SetWeaponType::InItemCategory' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_StoreItemButton_C_SetWeaponType, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'WBP_UI_MainMenu_StoreItemButton_C_SetWeaponType::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_MainMenu_StoreItemButton_C \ +static_assert(alignof(UWBP_UI_MainMenu_StoreItemButton_C) == 0x000008, "Wrong alignment on UWBP_UI_MainMenu_StoreItemButton_C"); \ +static_assert(sizeof(UWBP_UI_MainMenu_StoreItemButton_C) == 0x000620, "Wrong size on UWBP_UI_MainMenu_StoreItemButton_C"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, UberGraphFrame) == 0x0004A8, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, Disabled_Hover) == 0x0004B0, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::Disabled_Hover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, HoverAnim) == 0x0004B8, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::HoverAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, Locked_A) == 0x0004C0, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::Locked_A' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, Purchasing_A) == 0x0004C8, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::Purchasing_A' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, Border_Highlight) == 0x0004D0, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::Border_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, DefaultPrice_T) == 0x0004D8, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::DefaultPrice_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, DiscountedPriceCurrency) == 0x0004E0, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::DiscountedPriceCurrency' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, Image) == 0x0004E8, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, Image_1) == 0x0004F0, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, Image_2) == 0x0004F8, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, Image_3) == 0x000500, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, Image_4) == 0x000508, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::Image_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, Image_5) == 0x000510, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::Image_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, Image_6) == 0x000518, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::Image_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, Image_7) == 0x000520, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::Image_7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, Image_8) == 0x000528, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::Image_8' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, Image_9) == 0x000530, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::Image_9' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, Image_10) == 0x000538, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::Image_10' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, Image_123) == 0x000540, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::Image_123' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, Image_212) == 0x000548, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::Image_212' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, Image_511) == 0x000550, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::Image_511' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, ItemCost_WS) == 0x000558, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::ItemCost_WS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, ItemIcon) == 0x000560, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::ItemIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, ItemName_T) == 0x000568, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::ItemName_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, ItemType_O_1) == 0x000570, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::ItemType_O_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, ItemType_T) == 0x000578, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::ItemType_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, LockedIcon_I) == 0x000580, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::LockedIcon_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, LockedStatus_T) == 0x000588, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::LockedStatus_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, MaskOfTheWeek) == 0x000590, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::MaskOfTheWeek' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, MotwBg_I) == 0x000598, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::MotwBg_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, OverlayBKG_I) == 0x0005A0, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::OverlayBKG_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, PurchaseInfo_WS) == 0x0005A8, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::PurchaseInfo_WS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, StandardPrice) == 0x0005B0, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::StandardPrice' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, Transaction_O) == 0x0005B8, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::Transaction_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, TransactionProgress_T) == 0x0005C0, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::TransactionProgress_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, bHasDisplayTextData) == 0x0005C8, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::bHasDisplayTextData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, DefaultOutline) == 0x0005D0, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::DefaultOutline' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, SelectedOutline) == 0x0005D8, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::SelectedOutline' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, InactiveOutline) == 0x0005E0, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::InactiveOutline' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, ButtonBackgroundDefault) == 0x0005E8, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::ButtonBackgroundDefault' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, ButtonBackgroundInactive) == 0x0005F0, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::ButtonBackgroundInactive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, ButtonBackgroundSelected) == 0x0005F8, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::ButtonBackgroundSelected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, DefaultTextColor) == 0x000600, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::DefaultTextColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, LockedTextColor) == 0x000608, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::LockedTextColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, IconDisabledOpacity) == 0x000610, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::IconDisabledOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, IconDefaultOpacity) == 0x000614, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::IconDefaultOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, HasFocus) == 0x000618, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::HasFocus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_StoreItemButton_C, IsMaskOfTheWeek) == 0x000619, "Member 'UWBP_UI_MainMenu_StoreItemButton_C::IsMaskOfTheWeek' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton \ +static_assert(alignof(WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton"); \ +static_assert(sizeof(WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton) == 0x000068, "Wrong size on WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton, EntryPoint) == 0x000000, "Member 'WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton, CallFunc_GetItemCost_Price) == 0x000008, "Member 'WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton::CallFunc_GetItemCost_Price' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton, CallFunc_GetItemCost_Currency) == 0x000010, "Member 'WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton::CallFunc_GetItemCost_Currency' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton, K2Node_Event_bInIsHovered) == 0x000011, "Member 'WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton, K2Node_Event_bInHasFocus) == 0x000012, "Member 'WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton, K2Node_Event_bInIsTransactionInProgress) == 0x000013, "Member 'WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton::K2Node_Event_bInIsTransactionInProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton, CallFunc_IsTransactionInProgress_ReturnValue) == 0x000014, "Member 'WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton::CallFunc_IsTransactionInProgress_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton, K2Node_Event_bInIsDisabled) == 0x000015, "Member 'WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000016, "Member 'WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton, K2Node_Event_MyGeometry) == 0x000020, "Member 'WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton, K2Node_Event_InDeltaTime) == 0x000058, "Member 'WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton, CallFunc_IsVisible_ReturnValue) == 0x00005C, "Member 'WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000060, "Member 'WBP_UI_MainMenu_GoldItemButton_C_ExecuteUbergraph_WBP_UI_MainMenu_GoldItemButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_GoldItemButton_C_Tick \ +static_assert(alignof(WBP_UI_MainMenu_GoldItemButton_C_Tick) == 0x000004, "Wrong alignment on WBP_UI_MainMenu_GoldItemButton_C_Tick"); \ +static_assert(sizeof(WBP_UI_MainMenu_GoldItemButton_C_Tick) == 0x00003C, "Wrong size on WBP_UI_MainMenu_GoldItemButton_C_Tick"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_UI_MainMenu_GoldItemButton_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_UI_MainMenu_GoldItemButton_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_GoldItemButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_UI_MainMenu_GoldItemButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_GoldItemButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_UI_MainMenu_GoldItemButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_UI_MainMenu_GoldItemButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_UI_MainMenu_GoldItemButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_GoldItemButton_C_OnTransactionProgressChanged \ +static_assert(alignof(WBP_UI_MainMenu_GoldItemButton_C_OnTransactionProgressChanged) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_GoldItemButton_C_OnTransactionProgressChanged"); \ +static_assert(sizeof(WBP_UI_MainMenu_GoldItemButton_C_OnTransactionProgressChanged) == 0x000001, "Wrong size on WBP_UI_MainMenu_GoldItemButton_C_OnTransactionProgressChanged"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnTransactionProgressChanged, bInIsTransactionInProgress) == 0x000000, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnTransactionProgressChanged::bInIsTransactionInProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_GoldItemButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_MainMenu_GoldItemButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_GoldItemButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_MainMenu_GoldItemButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_MainMenu_GoldItemButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_MainMenu_GoldItemButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_GoldItemButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_MainMenu_GoldItemButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_GoldItemButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_MainMenu_GoldItemButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_MainMenu_GoldItemButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_MainMenu_GoldItemButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_GoldItemButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_MainMenu_GoldItemButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_GoldItemButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_MainMenu_GoldItemButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_MainMenu_GoldItemButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_MainMenu_GoldItemButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_GoldItemButton_C_OnFocused \ +static_assert(alignof(WBP_UI_MainMenu_GoldItemButton_C_OnFocused) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_GoldItemButton_C_OnFocused"); \ +static_assert(sizeof(WBP_UI_MainMenu_GoldItemButton_C_OnFocused) == 0x0000C0, "Wrong size on WBP_UI_MainMenu_GoldItemButton_C_OnFocused"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnFocused, bIsFocused) == 0x000000, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnFocused::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnFocused, Temp_object_Variable) == 0x000008, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnFocused::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnFocused, Temp_bool_Variable) == 0x000010, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnFocused::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnFocused, Temp_struct_Variable) == 0x000014, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnFocused::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnFocused, Temp_struct_Variable_1) == 0x000024, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnFocused::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnFocused, Temp_bool_Variable_1) == 0x000034, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnFocused::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnFocused, K2Node_Select_Default) == 0x000038, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnFocused::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnFocused, Temp_struct_Variable_2) == 0x000048, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnFocused::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnFocused, Temp_struct_Variable_3) == 0x000058, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnFocused::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnFocused, Temp_bool_Variable_2) == 0x000068, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnFocused::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnFocused, K2Node_Select_Default_1) == 0x00006C, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnFocused::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnFocused, Temp_object_Variable_1) == 0x000080, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnFocused::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnFocused, Temp_object_Variable_2) == 0x000088, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnFocused::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnFocused, K2Node_Select_Default_2) == 0x000090, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnFocused::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnFocused, Temp_object_Variable_3) == 0x000098, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnFocused::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnFocused, CallFunc_PlayAnimationReverse_ReturnValue) == 0x0000A0, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnFocused::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnFocused, CallFunc_PlayAnimationForward_ReturnValue) == 0x0000A8, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnFocused::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnFocused, Temp_bool_Variable_3) == 0x0000B0, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnFocused::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnFocused, K2Node_Select_Default_3) == 0x0000B8, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnFocused::K2Node_Select_Default_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_GoldItemButton_C_OnTransactionInProgress \ +static_assert(alignof(WBP_UI_MainMenu_GoldItemButton_C_OnTransactionInProgress) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_GoldItemButton_C_OnTransactionInProgress"); \ +static_assert(sizeof(WBP_UI_MainMenu_GoldItemButton_C_OnTransactionInProgress) == 0x000010, "Wrong size on WBP_UI_MainMenu_GoldItemButton_C_OnTransactionInProgress"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnTransactionInProgress, bIsTransactionInProgress) == 0x000000, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnTransactionInProgress::bIsTransactionInProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnTransactionInProgress, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnTransactionInProgress::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_GoldItemButton_C_OnHover \ +static_assert(alignof(WBP_UI_MainMenu_GoldItemButton_C_OnHover) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_GoldItemButton_C_OnHover"); \ +static_assert(sizeof(WBP_UI_MainMenu_GoldItemButton_C_OnHover) == 0x000001, "Wrong size on WBP_UI_MainMenu_GoldItemButton_C_OnHover"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnHover, bIsHovered) == 0x000000, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnHover::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_GoldItemButton_C_SetPrice \ +static_assert(alignof(WBP_UI_MainMenu_GoldItemButton_C_SetPrice) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_GoldItemButton_C_SetPrice"); \ +static_assert(sizeof(WBP_UI_MainMenu_GoldItemButton_C_SetPrice) == 0x000010, "Wrong size on WBP_UI_MainMenu_GoldItemButton_C_SetPrice"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_SetPrice, Price) == 0x000000, "Member 'WBP_UI_MainMenu_GoldItemButton_C_SetPrice::Price' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_SetPrice, Currency) == 0x000008, "Member 'WBP_UI_MainMenu_GoldItemButton_C_SetPrice::Currency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_GoldItemButton_C_InitializeItemData \ +static_assert(alignof(WBP_UI_MainMenu_GoldItemButton_C_InitializeItemData) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_GoldItemButton_C_InitializeItemData"); \ +static_assert(sizeof(WBP_UI_MainMenu_GoldItemButton_C_InitializeItemData) == 0x000028, "Wrong size on WBP_UI_MainMenu_GoldItemButton_C_InitializeItemData"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_InitializeItemData, InItemData) == 0x000000, "Member 'WBP_UI_MainMenu_GoldItemButton_C_InitializeItemData::InItemData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_InitializeItemData, CallFunc_GetDisplayName_OutDisplayName) == 0x000008, "Member 'WBP_UI_MainMenu_GoldItemButton_C_InitializeItemData::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_InitializeItemData, CallFunc_GetDisplayName_OutHasText) == 0x000020, "Member 'WBP_UI_MainMenu_GoldItemButton_C_InitializeItemData::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_GoldItemButton_C_RefreshVisuals \ +static_assert(alignof(WBP_UI_MainMenu_GoldItemButton_C_RefreshVisuals) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_GoldItemButton_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_UI_MainMenu_GoldItemButton_C_RefreshVisuals) == 0x000002, "Wrong size on WBP_UI_MainMenu_GoldItemButton_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_RefreshVisuals, CallFunc_IsHovered_ReturnValue) == 0x000000, "Member 'WBP_UI_MainMenu_GoldItemButton_C_RefreshVisuals::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_RefreshVisuals, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000001, "Member 'WBP_UI_MainMenu_GoldItemButton_C_RefreshVisuals::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_GoldItemButton_C_OnDisabled \ +static_assert(alignof(WBP_UI_MainMenu_GoldItemButton_C_OnDisabled) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_GoldItemButton_C_OnDisabled"); \ +static_assert(sizeof(WBP_UI_MainMenu_GoldItemButton_C_OnDisabled) == 0x000005, "Wrong size on WBP_UI_MainMenu_GoldItemButton_C_OnDisabled"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnDisabled, bIsDisabled_0) == 0x000000, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnDisabled::bIsDisabled_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnDisabled, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnDisabled::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnDisabled, Temp_byte_Variable) == 0x000002, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnDisabled::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnDisabled, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnDisabled::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_OnDisabled, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_MainMenu_GoldItemButton_C_OnDisabled::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_GoldItemButton_C_SetGoldProgress \ +static_assert(alignof(WBP_UI_MainMenu_GoldItemButton_C_SetGoldProgress) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_GoldItemButton_C_SetGoldProgress"); \ +static_assert(sizeof(WBP_UI_MainMenu_GoldItemButton_C_SetGoldProgress) == 0x000010, "Wrong size on WBP_UI_MainMenu_GoldItemButton_C_SetGoldProgress"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_SetGoldProgress, CallFunc_GetStoreManager_ReturnValue) == 0x000000, "Member 'WBP_UI_MainMenu_GoldItemButton_C_SetGoldProgress::CallFunc_GetStoreManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_SetGoldProgress, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000008, "Member 'WBP_UI_MainMenu_GoldItemButton_C_SetGoldProgress::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_SetGoldProgress, CallFunc_GetMaxPriceProgressionLevel_ReturnValue) == 0x00000C, "Member 'WBP_UI_MainMenu_GoldItemButton_C_SetGoldProgress::CallFunc_GetMaxPriceProgressionLevel_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_GoldItemButton_C_SetTimer \ +static_assert(alignof(WBP_UI_MainMenu_GoldItemButton_C_SetTimer) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_GoldItemButton_C_SetTimer"); \ +static_assert(sizeof(WBP_UI_MainMenu_GoldItemButton_C_SetTimer) == 0x000160, "Wrong size on WBP_UI_MainMenu_GoldItemButton_C_SetTimer"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_SetTimer, TotalTimerSeconds) == 0x000000, "Member 'WBP_UI_MainMenu_GoldItemButton_C_SetTimer::TotalTimerSeconds' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_SetTimer, CallFunc_Get_ReturnValue) == 0x000008, "Member 'WBP_UI_MainMenu_GoldItemButton_C_SetTimer::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_SetTimer, CallFunc_GetNextResetTime_ReturnValue) == 0x000010, "Member 'WBP_UI_MainMenu_GoldItemButton_C_SetTimer::CallFunc_GetNextResetTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_SetTimer, CallFunc_FromSeconds_ReturnValue) == 0x000018, "Member 'WBP_UI_MainMenu_GoldItemButton_C_SetTimer::CallFunc_FromSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_SetTimer, CallFunc_BreakTimespan_Days) == 0x000020, "Member 'WBP_UI_MainMenu_GoldItemButton_C_SetTimer::CallFunc_BreakTimespan_Days' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_SetTimer, CallFunc_BreakTimespan_Hours) == 0x000024, "Member 'WBP_UI_MainMenu_GoldItemButton_C_SetTimer::CallFunc_BreakTimespan_Hours' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_SetTimer, CallFunc_BreakTimespan_Minutes) == 0x000028, "Member 'WBP_UI_MainMenu_GoldItemButton_C_SetTimer::CallFunc_BreakTimespan_Minutes' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_SetTimer, CallFunc_BreakTimespan_Seconds) == 0x00002C, "Member 'WBP_UI_MainMenu_GoldItemButton_C_SetTimer::CallFunc_BreakTimespan_Seconds' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_SetTimer, CallFunc_BreakTimespan_Milliseconds) == 0x000030, "Member 'WBP_UI_MainMenu_GoldItemButton_C_SetTimer::CallFunc_BreakTimespan_Milliseconds' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_SetTimer, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'WBP_UI_MainMenu_GoldItemButton_C_SetTimer::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_SetTimer, K2Node_MakeStruct_FormatArgumentData_1) == 0x000078, "Member 'WBP_UI_MainMenu_GoldItemButton_C_SetTimer::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_SetTimer, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000B8, "Member 'WBP_UI_MainMenu_GoldItemButton_C_SetTimer::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_SetTimer, K2Node_MakeStruct_FormatArgumentData_3) == 0x0000F8, "Member 'WBP_UI_MainMenu_GoldItemButton_C_SetTimer::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_SetTimer, K2Node_MakeArray_Array) == 0x000138, "Member 'WBP_UI_MainMenu_GoldItemButton_C_SetTimer::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_GoldItemButton_C_SetTimer, CallFunc_Format_ReturnValue) == 0x000148, "Member 'WBP_UI_MainMenu_GoldItemButton_C_SetTimer::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_MainMenu_GoldItemButton_C \ +static_assert(alignof(UWBP_UI_MainMenu_GoldItemButton_C) == 0x000008, "Wrong alignment on UWBP_UI_MainMenu_GoldItemButton_C"); \ +static_assert(sizeof(UWBP_UI_MainMenu_GoldItemButton_C) == 0x000568, "Wrong size on UWBP_UI_MainMenu_GoldItemButton_C"); \ +static_assert(offsetof(UWBP_UI_MainMenu_GoldItemButton_C, UberGraphFrame) == 0x0004A8, "Member 'UWBP_UI_MainMenu_GoldItemButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_GoldItemButton_C, HoverAnim) == 0x0004B0, "Member 'UWBP_UI_MainMenu_GoldItemButton_C::HoverAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_GoldItemButton_C, LockedAnimation) == 0x0004B8, "Member 'UWBP_UI_MainMenu_GoldItemButton_C::LockedAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_GoldItemButton_C, Purchasing) == 0x0004C0, "Member 'UWBP_UI_MainMenu_GoldItemButton_C::Purchasing' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_GoldItemButton_C, Border_Highlight) == 0x0004C8, "Member 'UWBP_UI_MainMenu_GoldItemButton_C::Border_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_GoldItemButton_C, Image) == 0x0004D0, "Member 'UWBP_UI_MainMenu_GoldItemButton_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_GoldItemButton_C, Image_1) == 0x0004D8, "Member 'UWBP_UI_MainMenu_GoldItemButton_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_GoldItemButton_C, Image_2) == 0x0004E0, "Member 'UWBP_UI_MainMenu_GoldItemButton_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_GoldItemButton_C, Image_3) == 0x0004E8, "Member 'UWBP_UI_MainMenu_GoldItemButton_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_GoldItemButton_C, Image_4) == 0x0004F0, "Member 'UWBP_UI_MainMenu_GoldItemButton_C::Image_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_GoldItemButton_C, Image_5) == 0x0004F8, "Member 'UWBP_UI_MainMenu_GoldItemButton_C::Image_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_GoldItemButton_C, Image_6) == 0x000500, "Member 'UWBP_UI_MainMenu_GoldItemButton_C::Image_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_GoldItemButton_C, Image_511) == 0x000508, "Member 'UWBP_UI_MainMenu_GoldItemButton_C::Image_511' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_GoldItemButton_C, Image_Background) == 0x000510, "Member 'UWBP_UI_MainMenu_GoldItemButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_GoldItemButton_C, Overlay_Disabled) == 0x000518, "Member 'UWBP_UI_MainMenu_GoldItemButton_C::Overlay_Disabled' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_GoldItemButton_C, Text_DisplayTransaction) == 0x000520, "Member 'UWBP_UI_MainMenu_GoldItemButton_C::Text_DisplayTransaction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_GoldItemButton_C, Text_ItemName) == 0x000528, "Member 'UWBP_UI_MainMenu_GoldItemButton_C::Text_ItemName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_GoldItemButton_C, Text_Timer) == 0x000530, "Member 'UWBP_UI_MainMenu_GoldItemButton_C::Text_Timer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_GoldItemButton_C, TextBlock_Locked) == 0x000538, "Member 'UWBP_UI_MainMenu_GoldItemButton_C::TextBlock_Locked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_GoldItemButton_C, Timer_Highlight) == 0x000540, "Member 'UWBP_UI_MainMenu_GoldItemButton_C::Timer_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_GoldItemButton_C, WBP_Widget_CurrencyWidget) == 0x000548, "Member 'UWBP_UI_MainMenu_GoldItemButton_C::WBP_Widget_CurrencyWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_GoldItemButton_C, Widget_Icon) == 0x000550, "Member 'UWBP_UI_MainMenu_GoldItemButton_C::Widget_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_GoldItemButton_C, Widget_PurchaseCount) == 0x000558, "Member 'UWBP_UI_MainMenu_GoldItemButton_C::Widget_PurchaseCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_GoldItemButton_C, bHasDisplayTextData) == 0x000560, "Member 'UWBP_UI_MainMenu_GoldItemButton_C::bHasDisplayTextData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_GoldItemButton_C, Available_At_Infamy_Level) == 0x000564, "Member 'UWBP_UI_MainMenu_GoldItemButton_C::Available_At_Infamy_Level' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UThePunchLightHitCameraFeedback_Left_C \ +static_assert(alignof(UThePunchLightHitCameraFeedback_Left_C) == 0x000008, "Wrong alignment on UThePunchLightHitCameraFeedback_Left_C"); \ +static_assert(sizeof(UThePunchLightHitCameraFeedback_Left_C) == 0x000308, "Wrong size on UThePunchLightHitCameraFeedback_Left_C"); \ + +#define DUMPER7_ASSERTS_BP_BackItem_DegradingTech_C_ExecuteUbergraph_BP_BackItem_DegradingTech \ +static_assert(alignof(BP_BackItem_DegradingTech_C_ExecuteUbergraph_BP_BackItem_DegradingTech) == 0x000004, "Wrong alignment on BP_BackItem_DegradingTech_C_ExecuteUbergraph_BP_BackItem_DegradingTech"); \ +static_assert(sizeof(BP_BackItem_DegradingTech_C_ExecuteUbergraph_BP_BackItem_DegradingTech) == 0x000010, "Wrong size on BP_BackItem_DegradingTech_C_ExecuteUbergraph_BP_BackItem_DegradingTech"); \ +static_assert(offsetof(BP_BackItem_DegradingTech_C_ExecuteUbergraph_BP_BackItem_DegradingTech, EntryPoint) == 0x000000, "Member 'BP_BackItem_DegradingTech_C_ExecuteUbergraph_BP_BackItem_DegradingTech::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItem_DegradingTech_C_ExecuteUbergraph_BP_BackItem_DegradingTech, K2Node_Event_DegredationLevel) == 0x000004, "Member 'BP_BackItem_DegradingTech_C_ExecuteUbergraph_BP_BackItem_DegradingTech::K2Node_Event_DegredationLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItem_DegradingTech_C_ExecuteUbergraph_BP_BackItem_DegradingTech, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_BackItem_DegradingTech_C_ExecuteUbergraph_BP_BackItem_DegradingTech::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItem_DegradingTech_C_ExecuteUbergraph_BP_BackItem_DegradingTech, CallFunc_Multiply_IntFloat_ReturnValue) == 0x00000C, "Member 'BP_BackItem_DegradingTech_C_ExecuteUbergraph_BP_BackItem_DegradingTech::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BackItem_DegradingTech_C_BP_OnDegradationChanged \ +static_assert(alignof(BP_BackItem_DegradingTech_C_BP_OnDegradationChanged) == 0x000004, "Wrong alignment on BP_BackItem_DegradingTech_C_BP_OnDegradationChanged"); \ +static_assert(sizeof(BP_BackItem_DegradingTech_C_BP_OnDegradationChanged) == 0x000004, "Wrong size on BP_BackItem_DegradingTech_C_BP_OnDegradationChanged"); \ +static_assert(offsetof(BP_BackItem_DegradingTech_C_BP_OnDegradationChanged, DegredationLevel) == 0x000000, "Member 'BP_BackItem_DegradingTech_C_BP_OnDegradationChanged::DegredationLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_BackItem_DegradingTech_C \ +static_assert(alignof(ABP_BackItem_DegradingTech_C) == 0x000008, "Wrong alignment on ABP_BackItem_DegradingTech_C"); \ +static_assert(sizeof(ABP_BackItem_DegradingTech_C) == 0x000320, "Wrong size on ABP_BackItem_DegradingTech_C"); \ +static_assert(offsetof(ABP_BackItem_DegradingTech_C, UberGraphFrame_BP_BackItem_DegradingTech_C) == 0x000318, "Member 'ABP_BackItem_DegradingTech_C::UberGraphFrame_BP_BackItem_DegradingTech_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton) == 0x0000C8, "Wrong size on WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton, EntryPoint) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton, CallFunc_GetGlobalColor_ReturnValue) == 0x000004, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton, K2Node_Event_InVendorData) == 0x000018, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton::K2Node_Event_InVendorData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000020, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton, K2Node_MakeStruct_SlateColor) == 0x000028, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton, K2Node_Event_IsDesignTime) == 0x000050, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton, K2Node_Event_bInHasFocus) == 0x000051, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton, K2Node_Event_bInIsHovered) == 0x000052, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton, K2Node_Event_bInIsActiveVendor) == 0x000053, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton::K2Node_Event_bInIsActiveVendor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x000058, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton, CallFunc_PlayAnimationForward_ReturnValue) == 0x000068, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000070, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton, Temp_object_Variable) == 0x000078, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000080, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton, K2Node_DynamicCast_AsPaper_Sprite) == 0x000088, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton, K2Node_DynamicCast_bSuccess_1) == 0x000090, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton, K2Node_DynamicCast_AsPaper_Sprite_1) == 0x000098, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton::K2Node_DynamicCast_AsPaper_Sprite_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton, K2Node_DynamicCast_bSuccess_2) == 0x0000A0, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton, K2Node_CustomEvent_Loaded) == 0x0000A8, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton, K2Node_CreateDelegate_OutputDelegate) == 0x0000B0, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendorButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendorButton_C_OnActiveVendorSet \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnActiveVendorSet) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendorButton_C_OnActiveVendorSet"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnActiveVendorSet) == 0x000001, "Wrong size on WBP_UI_MainMenu_BlackMarketVendorButton_C_OnActiveVendorSet"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnActiveVendorSet, bInIsActiveVendor) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_OnActiveVendorSet::bInIsActiveVendor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendorButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendorButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_MainMenu_BlackMarketVendorButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendorButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendorButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_MainMenu_BlackMarketVendorButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendorButton_C_OnVendorDataInitialized \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnVendorDataInitialized) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendorButton_C_OnVendorDataInitialized"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnVendorDataInitialized) == 0x000008, "Wrong size on WBP_UI_MainMenu_BlackMarketVendorButton_C_OnVendorDataInitialized"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnVendorDataInitialized, InVendorData) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_OnVendorDataInitialized::InVendorData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendorButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendorButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendorButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendorButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_MainMenu_BlackMarketVendorButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendorButton_C_OnLoaded_6B23B8934B1A0D62B1E7C882C71AC4AA \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnLoaded_6B23B8934B1A0D62B1E7C882C71AC4AA) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendorButton_C_OnLoaded_6B23B8934B1A0D62B1E7C882C71AC4AA"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnLoaded_6B23B8934B1A0D62B1E7C882C71AC4AA) == 0x000008, "Wrong size on WBP_UI_MainMenu_BlackMarketVendorButton_C_OnLoaded_6B23B8934B1A0D62B1E7C882C71AC4AA"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnLoaded_6B23B8934B1A0D62B1E7C882C71AC4AA, Loaded) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_OnLoaded_6B23B8934B1A0D62B1E7C882C71AC4AA::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendorButton_C_OnHoverChanged \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnHoverChanged) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendorButton_C_OnHoverChanged"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnHoverChanged) == 0x000005, "Wrong size on WBP_UI_MainMenu_BlackMarketVendorButton_C_OnHoverChanged"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnHoverChanged, bIsHovered) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_OnHoverChanged::bIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnHoverChanged, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_OnHoverChanged::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnHoverChanged, Temp_byte_Variable) == 0x000002, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_OnHoverChanged::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnHoverChanged, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_OnHoverChanged::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnHoverChanged, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_OnHoverChanged::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendorButton_C_OnFocusedChanged \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnFocusedChanged) == 0x000004, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendorButton_C_OnFocusedChanged"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnFocusedChanged) == 0x000034, "Wrong size on WBP_UI_MainMenu_BlackMarketVendorButton_C_OnFocusedChanged"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnFocusedChanged, bIsFocused) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_OnFocusedChanged::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnFocusedChanged, CallFunc_SelectColor_ReturnValue) == 0x000004, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_OnFocusedChanged::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnFocusedChanged, CallFunc_SelectColor_ReturnValue_1) == 0x000014, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_OnFocusedChanged::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnFocusedChanged, CallFunc_SelectColor_ReturnValue_2) == 0x000024, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_OnFocusedChanged::CallFunc_SelectColor_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendorButton_C_RefreshVisuals \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendorButton_C_RefreshVisuals) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendorButton_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendorButton_C_RefreshVisuals) == 0x000002, "Wrong size on WBP_UI_MainMenu_BlackMarketVendorButton_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_RefreshVisuals, CallFunc_IsHovered_ReturnValue) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_RefreshVisuals::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_RefreshVisuals, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000001, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_RefreshVisuals::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendorButton_C_InitIcon \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendorButton_C_InitIcon) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendorButton_C_InitIcon"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendorButton_C_InitIcon) == 0x000070, "Wrong size on WBP_UI_MainMenu_BlackMarketVendorButton_C_InitIcon"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_InitIcon, NewParam) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_InitIcon::NewParam' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_InitIcon, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_InitIcon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_InitIcon, K2Node_MakeStruct_SlateColor) == 0x000010, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_InitIcon::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_InitIcon, K2Node_MakeStruct_SlateColor_1) == 0x000038, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_InitIcon::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_InitIcon, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000060, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_InitIcon::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendorButton_C_SetNameColour \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendorButton_C_SetNameColour) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendorButton_C_SetNameColour"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendorButton_C_SetNameColour) == 0x000058, "Wrong size on WBP_UI_MainMenu_BlackMarketVendorButton_C_SetNameColour"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_SetNameColour, InColor) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_SetNameColour::InColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_SetNameColour, CallFunc_TextIsEmpty_ReturnValue) == 0x000010, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_SetNameColour::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_SetNameColour, CallFunc_SelectColor_ReturnValue) == 0x000014, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_SetNameColour::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_SetNameColour, K2Node_MakeStruct_SlateColor) == 0x000028, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_SetNameColour::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_SetNameColour, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_SetNameColour::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendorButton_C_OnActiveChanged \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnActiveChanged) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendorButton_C_OnActiveChanged"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnActiveChanged) == 0x000005, "Wrong size on WBP_UI_MainMenu_BlackMarketVendorButton_C_OnActiveChanged"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnActiveChanged, bIsActive) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_OnActiveChanged::bIsActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnActiveChanged, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_OnActiveChanged::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnActiveChanged, Temp_byte_Variable) == 0x000002, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_OnActiveChanged::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnActiveChanged, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_OnActiveChanged::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendorButton_C_OnActiveChanged, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_MainMenu_BlackMarketVendorButton_C_OnActiveChanged::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_MainMenu_BlackMarketVendorButton_C \ +static_assert(alignof(UWBP_UI_MainMenu_BlackMarketVendorButton_C) == 0x000008, "Wrong alignment on UWBP_UI_MainMenu_BlackMarketVendorButton_C"); \ +static_assert(sizeof(UWBP_UI_MainMenu_BlackMarketVendorButton_C) == 0x0003E0, "Wrong size on UWBP_UI_MainMenu_BlackMarketVendorButton_C"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendorButton_C, UberGraphFrame) == 0x000380, "Member 'UWBP_UI_MainMenu_BlackMarketVendorButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendorButton_C, Image_Background) == 0x000388, "Member 'UWBP_UI_MainMenu_BlackMarketVendorButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendorButton_C, Image_Highlight_1) == 0x000390, "Member 'UWBP_UI_MainMenu_BlackMarketVendorButton_C::Image_Highlight_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendorButton_C, Image_Highlight_2) == 0x000398, "Member 'UWBP_UI_MainMenu_BlackMarketVendorButton_C::Image_Highlight_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendorButton_C, Image_Highlight_3) == 0x0003A0, "Member 'UWBP_UI_MainMenu_BlackMarketVendorButton_C::Image_Highlight_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendorButton_C, Image_Highlight_4) == 0x0003A8, "Member 'UWBP_UI_MainMenu_BlackMarketVendorButton_C::Image_Highlight_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendorButton_C, Image_IsActive) == 0x0003B0, "Member 'UWBP_UI_MainMenu_BlackMarketVendorButton_C::Image_IsActive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendorButton_C, Image_VendorIcon) == 0x0003B8, "Member 'UWBP_UI_MainMenu_BlackMarketVendorButton_C::Image_VendorIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendorButton_C, Overlay_Highlight) == 0x0003C0, "Member 'UWBP_UI_MainMenu_BlackMarketVendorButton_C::Overlay_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendorButton_C, Overlay_Widget) == 0x0003C8, "Member 'UWBP_UI_MainMenu_BlackMarketVendorButton_C::Overlay_Widget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendorButton_C, Text_VendorName) == 0x0003D0, "Member 'UWBP_UI_MainMenu_BlackMarketVendorButton_C::Text_VendorName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendorButton_C, Throbber_ImageLoader) == 0x0003D8, "Member 'UWBP_UI_MainMenu_BlackMarketVendorButton_C::Throbber_ImageLoader' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUTD_RepositionDefensive_ShieldAgainstGrenade_C \ +static_assert(alignof(UUTD_RepositionDefensive_ShieldAgainstGrenade_C) == 0x000008, "Wrong alignment on UUTD_RepositionDefensive_ShieldAgainstGrenade_C"); \ +static_assert(sizeof(UUTD_RepositionDefensive_ShieldAgainstGrenade_C) == 0x0000B0, "Wrong size on UUTD_RepositionDefensive_ShieldAgainstGrenade_C"); \ + +#define DUMPER7_ASSERTS_WBP_Blackmarket_ConfirmationPopupBody_C_ExecuteUbergraph_WBP_Blackmarket_ConfirmationPopupBody \ +static_assert(alignof(WBP_Blackmarket_ConfirmationPopupBody_C_ExecuteUbergraph_WBP_Blackmarket_ConfirmationPopupBody) == 0x000004, "Wrong alignment on WBP_Blackmarket_ConfirmationPopupBody_C_ExecuteUbergraph_WBP_Blackmarket_ConfirmationPopupBody"); \ +static_assert(sizeof(WBP_Blackmarket_ConfirmationPopupBody_C_ExecuteUbergraph_WBP_Blackmarket_ConfirmationPopupBody) == 0x000004, "Wrong size on WBP_Blackmarket_ConfirmationPopupBody_C_ExecuteUbergraph_WBP_Blackmarket_ConfirmationPopupBody"); \ +static_assert(offsetof(WBP_Blackmarket_ConfirmationPopupBody_C_ExecuteUbergraph_WBP_Blackmarket_ConfirmationPopupBody, EntryPoint) == 0x000000, "Member 'WBP_Blackmarket_ConfirmationPopupBody_C_ExecuteUbergraph_WBP_Blackmarket_ConfirmationPopupBody::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Blackmarket_ConfirmationPopupBody_C_SetCurrencyType \ +static_assert(alignof(WBP_Blackmarket_ConfirmationPopupBody_C_SetCurrencyType) == 0x000008, "Wrong alignment on WBP_Blackmarket_ConfirmationPopupBody_C_SetCurrencyType"); \ +static_assert(sizeof(WBP_Blackmarket_ConfirmationPopupBody_C_SetCurrencyType) == 0x0000F0, "Wrong size on WBP_Blackmarket_ConfirmationPopupBody_C_SetCurrencyType"); \ +static_assert(offsetof(WBP_Blackmarket_ConfirmationPopupBody_C_SetCurrencyType, Currency) == 0x000000, "Member 'WBP_Blackmarket_ConfirmationPopupBody_C_SetCurrencyType::Currency' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_ConfirmationPopupBody_C_SetCurrencyType, Temp_byte_Variable) == 0x000001, "Member 'WBP_Blackmarket_ConfirmationPopupBody_C_SetCurrencyType::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_ConfirmationPopupBody_C_SetCurrencyType, Temp_softobject_Variable) == 0x000008, "Member 'WBP_Blackmarket_ConfirmationPopupBody_C_SetCurrencyType::Temp_softobject_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_ConfirmationPopupBody_C_SetCurrencyType, Temp_softobject_Variable_1) == 0x000038, "Member 'WBP_Blackmarket_ConfirmationPopupBody_C_SetCurrencyType::Temp_softobject_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_ConfirmationPopupBody_C_SetCurrencyType, Temp_softobject_Variable_2) == 0x000068, "Member 'WBP_Blackmarket_ConfirmationPopupBody_C_SetCurrencyType::Temp_softobject_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_ConfirmationPopupBody_C_SetCurrencyType, K2Node_Select_Default) == 0x000098, "Member 'WBP_Blackmarket_ConfirmationPopupBody_C_SetCurrencyType::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_ConfirmationPopupBody_C_SetCurrencyType, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x0000C8, "Member 'WBP_Blackmarket_ConfirmationPopupBody_C_SetCurrencyType::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_ConfirmationPopupBody_C_SetCurrencyType, K2Node_DynamicCast_AsPaper_Sprite) == 0x0000D0, "Member 'WBP_Blackmarket_ConfirmationPopupBody_C_SetCurrencyType::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_ConfirmationPopupBody_C_SetCurrencyType, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'WBP_Blackmarket_ConfirmationPopupBody_C_SetCurrencyType::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_ConfirmationPopupBody_C_SetCurrencyType, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x0000E0, "Member 'WBP_Blackmarket_ConfirmationPopupBody_C_SetCurrencyType::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Blackmarket_ConfirmationPopupBody_C \ +static_assert(alignof(UWBP_Blackmarket_ConfirmationPopupBody_C) == 0x000008, "Wrong alignment on UWBP_Blackmarket_ConfirmationPopupBody_C"); \ +static_assert(sizeof(UWBP_Blackmarket_ConfirmationPopupBody_C) == 0x0003F0, "Wrong size on UWBP_Blackmarket_ConfirmationPopupBody_C"); \ +static_assert(offsetof(UWBP_Blackmarket_ConfirmationPopupBody_C, UberGraphFrame) == 0x0003B8, "Member 'UWBP_Blackmarket_ConfirmationPopupBody_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_ConfirmationPopupBody_C, CostText) == 0x0003C0, "Member 'UWBP_Blackmarket_ConfirmationPopupBody_C::CostText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_ConfirmationPopupBody_C, CurrencyIcon) == 0x0003C8, "Member 'UWBP_Blackmarket_ConfirmationPopupBody_C::CurrencyIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_ConfirmationPopupBody_C, ItemIcon) == 0x0003D0, "Member 'UWBP_Blackmarket_ConfirmationPopupBody_C::ItemIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_ConfirmationPopupBody_C, NameText) == 0x0003D8, "Member 'UWBP_Blackmarket_ConfirmationPopupBody_C::NameText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_ConfirmationPopupBody_C, WBP_ConfirmationPopup_InventoryItemDisplay) == 0x0003E0, "Member 'UWBP_Blackmarket_ConfirmationPopupBody_C::WBP_ConfirmationPopup_InventoryItemDisplay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_ConfirmationPopupBody_C, Currency_Type) == 0x0003E8, "Member 'UWBP_Blackmarket_ConfirmationPopupBody_C::Currency_Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_ThrowCarry_C \ +static_assert(alignof(UGA_ThrowCarry_C) == 0x000008, "Wrong alignment on UGA_ThrowCarry_C"); \ +static_assert(sizeof(UGA_ThrowCarry_C) == 0x0004D8, "Wrong size on UGA_ThrowCarry_C"); \ + +#define DUMPER7_ASSERTS_WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category \ +static_assert(alignof(WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category) == 0x000008, "Wrong alignment on WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category"); \ +static_assert(sizeof(WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category) == 0x000068, "Wrong size on WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category"); \ +static_assert(offsetof(WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category, EntryPoint) == 0x000000, "Member 'WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category, K2Node_MakeStruct_Margin) == 0x000004, "Member 'WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category, Temp_int_Variable) == 0x000014, "Member 'WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category, K2Node_Event_IsDesignTime) == 0x00001C, "Member 'WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category, CallFunc_Create_ReturnValue) == 0x000020, "Member 'WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000028, "Member 'WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category, CallFunc_AddChild_ReturnValue) == 0x000030, "Member 'WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category, K2Node_Event_InCategoryName) == 0x000038, "Member 'WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category::K2Node_Event_InCategoryName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category, K2Node_Event_CategoryType) == 0x000050, "Member 'WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category::K2Node_Event_CategoryType' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000051, "Member 'WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000052, "Member 'WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category, CallFunc_BooleanOR_ReturnValue) == 0x000053, "Member 'WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category, K2Node_MakeStruct_Margin_1) == 0x000054, "Member 'WBP_Blackmarket_Category_C_ExecuteUbergraph_WBP_Blackmarket_Category::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Blackmarket_Category_C_UpdateCategoryVisuals \ +static_assert(alignof(WBP_Blackmarket_Category_C_UpdateCategoryVisuals) == 0x000001, "Wrong alignment on WBP_Blackmarket_Category_C_UpdateCategoryVisuals"); \ +static_assert(sizeof(WBP_Blackmarket_Category_C_UpdateCategoryVisuals) == 0x000001, "Wrong size on WBP_Blackmarket_Category_C_UpdateCategoryVisuals"); \ +static_assert(offsetof(WBP_Blackmarket_Category_C_UpdateCategoryVisuals, CategoryType) == 0x000000, "Member 'WBP_Blackmarket_Category_C_UpdateCategoryVisuals::CategoryType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Blackmarket_Category_C_SetStoreCategoryName \ +static_assert(alignof(WBP_Blackmarket_Category_C_SetStoreCategoryName) == 0x000008, "Wrong alignment on WBP_Blackmarket_Category_C_SetStoreCategoryName"); \ +static_assert(sizeof(WBP_Blackmarket_Category_C_SetStoreCategoryName) == 0x000018, "Wrong size on WBP_Blackmarket_Category_C_SetStoreCategoryName"); \ +static_assert(offsetof(WBP_Blackmarket_Category_C_SetStoreCategoryName, InCategoryName) == 0x000000, "Member 'WBP_Blackmarket_Category_C_SetStoreCategoryName::InCategoryName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Blackmarket_Category_C_PreConstruct \ +static_assert(alignof(WBP_Blackmarket_Category_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Blackmarket_Category_C_PreConstruct"); \ +static_assert(sizeof(WBP_Blackmarket_Category_C_PreConstruct) == 0x000001, "Wrong size on WBP_Blackmarket_Category_C_PreConstruct"); \ +static_assert(offsetof(WBP_Blackmarket_Category_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Blackmarket_Category_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Blackmarket_Category_C \ +static_assert(alignof(UWBP_Blackmarket_Category_C) == 0x000008, "Wrong alignment on UWBP_Blackmarket_Category_C"); \ +static_assert(sizeof(UWBP_Blackmarket_Category_C) == 0x0002C0, "Wrong size on UWBP_Blackmarket_Category_C"); \ +static_assert(offsetof(UWBP_Blackmarket_Category_C, UberGraphFrame) == 0x000298, "Member 'UWBP_Blackmarket_Category_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_Category_C, CatergoryName_T) == 0x0002A0, "Member 'UWBP_Blackmarket_Category_C::CatergoryName_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_Category_C, Image_134) == 0x0002A8, "Member 'UWBP_Blackmarket_Category_C::Image_134' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_Category_C, Image_188) == 0x0002B0, "Member 'UWBP_Blackmarket_Category_C::Image_188' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_Category_C, Title) == 0x0002B8, "Member 'UWBP_Blackmarket_Category_C::Title' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticExplosive_C \ +static_assert(alignof(ABP_CosmeticExplosive_C) == 0x000008, "Wrong alignment on ABP_CosmeticExplosive_C"); \ +static_assert(sizeof(ABP_CosmeticExplosive_C) == 0x0002D0, "Wrong size on ABP_CosmeticExplosive_C"); \ +static_assert(offsetof(ABP_CosmeticExplosive_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticExplosive_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Blackmarket_FeaturedBundleItemButtom_C_ExecuteUbergraph_WBP_Blackmarket_FeaturedBundleItemButtom \ +static_assert(alignof(WBP_Blackmarket_FeaturedBundleItemButtom_C_ExecuteUbergraph_WBP_Blackmarket_FeaturedBundleItemButtom) == 0x000008, "Wrong alignment on WBP_Blackmarket_FeaturedBundleItemButtom_C_ExecuteUbergraph_WBP_Blackmarket_FeaturedBundleItemButtom"); \ +static_assert(sizeof(WBP_Blackmarket_FeaturedBundleItemButtom_C_ExecuteUbergraph_WBP_Blackmarket_FeaturedBundleItemButtom) == 0x000048, "Wrong size on WBP_Blackmarket_FeaturedBundleItemButtom_C_ExecuteUbergraph_WBP_Blackmarket_FeaturedBundleItemButtom"); \ +static_assert(offsetof(WBP_Blackmarket_FeaturedBundleItemButtom_C_ExecuteUbergraph_WBP_Blackmarket_FeaturedBundleItemButtom, EntryPoint) == 0x000000, "Member 'WBP_Blackmarket_FeaturedBundleItemButtom_C_ExecuteUbergraph_WBP_Blackmarket_FeaturedBundleItemButtom::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_FeaturedBundleItemButtom_C_ExecuteUbergraph_WBP_Blackmarket_FeaturedBundleItemButtom, K2Node_CustomEvent_Loaded) == 0x000008, "Member 'WBP_Blackmarket_FeaturedBundleItemButtom_C_ExecuteUbergraph_WBP_Blackmarket_FeaturedBundleItemButtom::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_FeaturedBundleItemButtom_C_ExecuteUbergraph_WBP_Blackmarket_FeaturedBundleItemButtom, Temp_object_Variable) == 0x000010, "Member 'WBP_Blackmarket_FeaturedBundleItemButtom_C_ExecuteUbergraph_WBP_Blackmarket_FeaturedBundleItemButtom::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_FeaturedBundleItemButtom_C_ExecuteUbergraph_WBP_Blackmarket_FeaturedBundleItemButtom, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_Blackmarket_FeaturedBundleItemButtom_C_ExecuteUbergraph_WBP_Blackmarket_FeaturedBundleItemButtom::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_FeaturedBundleItemButtom_C_ExecuteUbergraph_WBP_Blackmarket_FeaturedBundleItemButtom, Temp_byte_Variable) == 0x000019, "Member 'WBP_Blackmarket_FeaturedBundleItemButtom_C_ExecuteUbergraph_WBP_Blackmarket_FeaturedBundleItemButtom::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_FeaturedBundleItemButtom_C_ExecuteUbergraph_WBP_Blackmarket_FeaturedBundleItemButtom, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'WBP_Blackmarket_FeaturedBundleItemButtom_C_ExecuteUbergraph_WBP_Blackmarket_FeaturedBundleItemButtom::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_FeaturedBundleItemButtom_C_ExecuteUbergraph_WBP_Blackmarket_FeaturedBundleItemButtom, K2Node_Event_bInHasFocus) == 0x000030, "Member 'WBP_Blackmarket_FeaturedBundleItemButtom_C_ExecuteUbergraph_WBP_Blackmarket_FeaturedBundleItemButtom::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_FeaturedBundleItemButtom_C_ExecuteUbergraph_WBP_Blackmarket_FeaturedBundleItemButtom, K2Node_Event_IsDesignTime) == 0x000031, "Member 'WBP_Blackmarket_FeaturedBundleItemButtom_C_ExecuteUbergraph_WBP_Blackmarket_FeaturedBundleItemButtom::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_FeaturedBundleItemButtom_C_ExecuteUbergraph_WBP_Blackmarket_FeaturedBundleItemButtom, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000038, "Member 'WBP_Blackmarket_FeaturedBundleItemButtom_C_ExecuteUbergraph_WBP_Blackmarket_FeaturedBundleItemButtom::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_FeaturedBundleItemButtom_C_ExecuteUbergraph_WBP_Blackmarket_FeaturedBundleItemButtom, K2Node_Select_Default) == 0x000040, "Member 'WBP_Blackmarket_FeaturedBundleItemButtom_C_ExecuteUbergraph_WBP_Blackmarket_FeaturedBundleItemButtom::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Blackmarket_FeaturedBundleItemButtom_C_PreConstruct \ +static_assert(alignof(WBP_Blackmarket_FeaturedBundleItemButtom_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Blackmarket_FeaturedBundleItemButtom_C_PreConstruct"); \ +static_assert(sizeof(WBP_Blackmarket_FeaturedBundleItemButtom_C_PreConstruct) == 0x000001, "Wrong size on WBP_Blackmarket_FeaturedBundleItemButtom_C_PreConstruct"); \ +static_assert(offsetof(WBP_Blackmarket_FeaturedBundleItemButtom_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Blackmarket_FeaturedBundleItemButtom_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Blackmarket_FeaturedBundleItemButtom_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_Blackmarket_FeaturedBundleItemButtom_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_Blackmarket_FeaturedBundleItemButtom_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_Blackmarket_FeaturedBundleItemButtom_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_Blackmarket_FeaturedBundleItemButtom_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_Blackmarket_FeaturedBundleItemButtom_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_Blackmarket_FeaturedBundleItemButtom_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Blackmarket_FeaturedBundleItemButtom_C_OnLoaded_AFB5B50A45B42D40D13E3EB4173D4487 \ +static_assert(alignof(WBP_Blackmarket_FeaturedBundleItemButtom_C_OnLoaded_AFB5B50A45B42D40D13E3EB4173D4487) == 0x000008, "Wrong alignment on WBP_Blackmarket_FeaturedBundleItemButtom_C_OnLoaded_AFB5B50A45B42D40D13E3EB4173D4487"); \ +static_assert(sizeof(WBP_Blackmarket_FeaturedBundleItemButtom_C_OnLoaded_AFB5B50A45B42D40D13E3EB4173D4487) == 0x000008, "Wrong size on WBP_Blackmarket_FeaturedBundleItemButtom_C_OnLoaded_AFB5B50A45B42D40D13E3EB4173D4487"); \ +static_assert(offsetof(WBP_Blackmarket_FeaturedBundleItemButtom_C_OnLoaded_AFB5B50A45B42D40D13E3EB4173D4487, Loaded) == 0x000000, "Member 'WBP_Blackmarket_FeaturedBundleItemButtom_C_OnLoaded_AFB5B50A45B42D40D13E3EB4173D4487::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Blackmarket_FeaturedBundleItemButtom_C_OnFocused \ +static_assert(alignof(WBP_Blackmarket_FeaturedBundleItemButtom_C_OnFocused) == 0x000008, "Wrong alignment on WBP_Blackmarket_FeaturedBundleItemButtom_C_OnFocused"); \ +static_assert(sizeof(WBP_Blackmarket_FeaturedBundleItemButtom_C_OnFocused) == 0x000018, "Wrong size on WBP_Blackmarket_FeaturedBundleItemButtom_C_OnFocused"); \ +static_assert(offsetof(WBP_Blackmarket_FeaturedBundleItemButtom_C_OnFocused, bIsFocused) == 0x000000, "Member 'WBP_Blackmarket_FeaturedBundleItemButtom_C_OnFocused::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_FeaturedBundleItemButtom_C_OnFocused, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_Blackmarket_FeaturedBundleItemButtom_C_OnFocused::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_FeaturedBundleItemButtom_C_OnFocused, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_Blackmarket_FeaturedBundleItemButtom_C_OnFocused::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Blackmarket_FeaturedBundleItemButtom_C \ +static_assert(alignof(UWBP_Blackmarket_FeaturedBundleItemButtom_C) == 0x000008, "Wrong alignment on UWBP_Blackmarket_FeaturedBundleItemButtom_C"); \ +static_assert(sizeof(UWBP_Blackmarket_FeaturedBundleItemButtom_C) == 0x000658, "Wrong size on UWBP_Blackmarket_FeaturedBundleItemButtom_C"); \ +static_assert(offsetof(UWBP_Blackmarket_FeaturedBundleItemButtom_C, UberGraphFrame) == 0x0004A8, "Member 'UWBP_Blackmarket_FeaturedBundleItemButtom_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_FeaturedBundleItemButtom_C, NewArrival) == 0x0004B0, "Member 'UWBP_Blackmarket_FeaturedBundleItemButtom_C::NewArrival' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_FeaturedBundleItemButtom_C, Hover) == 0x0004B8, "Member 'UWBP_Blackmarket_FeaturedBundleItemButtom_C::Hover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_FeaturedBundleItemButtom_C, Available) == 0x0004C0, "Member 'UWBP_Blackmarket_FeaturedBundleItemButtom_C::Available' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_FeaturedBundleItemButtom_C, AvailableText) == 0x0004C8, "Member 'UWBP_Blackmarket_FeaturedBundleItemButtom_C::AvailableText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_FeaturedBundleItemButtom_C, Discalimer) == 0x0004D0, "Member 'UWBP_Blackmarket_FeaturedBundleItemButtom_C::Discalimer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_FeaturedBundleItemButtom_C, DLC_Type) == 0x0004D8, "Member 'UWBP_Blackmarket_FeaturedBundleItemButtom_C::DLC_Type' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_FeaturedBundleItemButtom_C, Image) == 0x0004E0, "Member 'UWBP_Blackmarket_FeaturedBundleItemButtom_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_FeaturedBundleItemButtom_C, Image_1) == 0x0004E8, "Member 'UWBP_Blackmarket_FeaturedBundleItemButtom_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_FeaturedBundleItemButtom_C, Image_2) == 0x0004F0, "Member 'UWBP_Blackmarket_FeaturedBundleItemButtom_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_FeaturedBundleItemButtom_C, Image_3) == 0x0004F8, "Member 'UWBP_Blackmarket_FeaturedBundleItemButtom_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_FeaturedBundleItemButtom_C, Image_4) == 0x000500, "Member 'UWBP_Blackmarket_FeaturedBundleItemButtom_C::Image_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_FeaturedBundleItemButtom_C, Image_5) == 0x000508, "Member 'UWBP_Blackmarket_FeaturedBundleItemButtom_C::Image_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_FeaturedBundleItemButtom_C, Image_6) == 0x000510, "Member 'UWBP_Blackmarket_FeaturedBundleItemButtom_C::Image_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_FeaturedBundleItemButtom_C, Image_7) == 0x000518, "Member 'UWBP_Blackmarket_FeaturedBundleItemButtom_C::Image_7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_FeaturedBundleItemButtom_C, ImageArtwork) == 0x000520, "Member 'UWBP_Blackmarket_FeaturedBundleItemButtom_C::ImageArtwork' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_FeaturedBundleItemButtom_C, Main_Header) == 0x000528, "Member 'UWBP_Blackmarket_FeaturedBundleItemButtom_C::Main_Header' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_FeaturedBundleItemButtom_C, Owned) == 0x000530, "Member 'UWBP_Blackmarket_FeaturedBundleItemButtom_C::Owned' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_FeaturedBundleItemButtom_C, OWNED_Header) == 0x000538, "Member 'UWBP_Blackmarket_FeaturedBundleItemButtom_C::OWNED_Header' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_FeaturedBundleItemButtom_C, Pack) == 0x000540, "Member 'UWBP_Blackmarket_FeaturedBundleItemButtom_C::Pack' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_FeaturedBundleItemButtom_C, Purchase_Switcher) == 0x000548, "Member 'UWBP_Blackmarket_FeaturedBundleItemButtom_C::Purchase_Switcher' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_FeaturedBundleItemButtom_C, InventoryItem) == 0x000550, "Member 'UWBP_Blackmarket_FeaturedBundleItemButtom_C::InventoryItem' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_FeaturedBundleItemButtom_C, UIStoreItemData) == 0x000558, "Member 'UWBP_Blackmarket_FeaturedBundleItemButtom_C::UIStoreItemData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_FeaturedBundleItemButtom_C, UIStoreInventoryItem) == 0x000650, "Member 'UWBP_Blackmarket_FeaturedBundleItemButtom_C::UIStoreInventoryItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Blackmarket_BundleItemButton_C_ExecuteUbergraph_WBP_Blackmarket_BundleItemButton \ +static_assert(alignof(WBP_Blackmarket_BundleItemButton_C_ExecuteUbergraph_WBP_Blackmarket_BundleItemButton) == 0x000008, "Wrong alignment on WBP_Blackmarket_BundleItemButton_C_ExecuteUbergraph_WBP_Blackmarket_BundleItemButton"); \ +static_assert(sizeof(WBP_Blackmarket_BundleItemButton_C_ExecuteUbergraph_WBP_Blackmarket_BundleItemButton) == 0x000040, "Wrong size on WBP_Blackmarket_BundleItemButton_C_ExecuteUbergraph_WBP_Blackmarket_BundleItemButton"); \ +static_assert(offsetof(WBP_Blackmarket_BundleItemButton_C_ExecuteUbergraph_WBP_Blackmarket_BundleItemButton, EntryPoint) == 0x000000, "Member 'WBP_Blackmarket_BundleItemButton_C_ExecuteUbergraph_WBP_Blackmarket_BundleItemButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_BundleItemButton_C_ExecuteUbergraph_WBP_Blackmarket_BundleItemButton, K2Node_CustomEvent_Loaded) == 0x000008, "Member 'WBP_Blackmarket_BundleItemButton_C_ExecuteUbergraph_WBP_Blackmarket_BundleItemButton::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_BundleItemButton_C_ExecuteUbergraph_WBP_Blackmarket_BundleItemButton, Temp_object_Variable) == 0x000010, "Member 'WBP_Blackmarket_BundleItemButton_C_ExecuteUbergraph_WBP_Blackmarket_BundleItemButton::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_BundleItemButton_C_ExecuteUbergraph_WBP_Blackmarket_BundleItemButton, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_Blackmarket_BundleItemButton_C_ExecuteUbergraph_WBP_Blackmarket_BundleItemButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_BundleItemButton_C_ExecuteUbergraph_WBP_Blackmarket_BundleItemButton, Temp_byte_Variable) == 0x000019, "Member 'WBP_Blackmarket_BundleItemButton_C_ExecuteUbergraph_WBP_Blackmarket_BundleItemButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_BundleItemButton_C_ExecuteUbergraph_WBP_Blackmarket_BundleItemButton, K2Node_Event_bInIsDisabled) == 0x00001A, "Member 'WBP_Blackmarket_BundleItemButton_C_ExecuteUbergraph_WBP_Blackmarket_BundleItemButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_BundleItemButton_C_ExecuteUbergraph_WBP_Blackmarket_BundleItemButton, K2Node_Event_bInIsHovered) == 0x00001B, "Member 'WBP_Blackmarket_BundleItemButton_C_ExecuteUbergraph_WBP_Blackmarket_BundleItemButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_BundleItemButton_C_ExecuteUbergraph_WBP_Blackmarket_BundleItemButton, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'WBP_Blackmarket_BundleItemButton_C_ExecuteUbergraph_WBP_Blackmarket_BundleItemButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_BundleItemButton_C_ExecuteUbergraph_WBP_Blackmarket_BundleItemButton, K2Node_Event_bInHasFocus) == 0x000030, "Member 'WBP_Blackmarket_BundleItemButton_C_ExecuteUbergraph_WBP_Blackmarket_BundleItemButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_BundleItemButton_C_ExecuteUbergraph_WBP_Blackmarket_BundleItemButton, K2Node_Select_Default) == 0x000038, "Member 'WBP_Blackmarket_BundleItemButton_C_ExecuteUbergraph_WBP_Blackmarket_BundleItemButton::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Blackmarket_BundleItemButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_Blackmarket_BundleItemButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_Blackmarket_BundleItemButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_Blackmarket_BundleItemButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_Blackmarket_BundleItemButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_Blackmarket_BundleItemButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_Blackmarket_BundleItemButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Blackmarket_BundleItemButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_Blackmarket_BundleItemButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_Blackmarket_BundleItemButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_Blackmarket_BundleItemButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_Blackmarket_BundleItemButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_Blackmarket_BundleItemButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_Blackmarket_BundleItemButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Blackmarket_BundleItemButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_Blackmarket_BundleItemButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_Blackmarket_BundleItemButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_Blackmarket_BundleItemButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_Blackmarket_BundleItemButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_Blackmarket_BundleItemButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_Blackmarket_BundleItemButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Blackmarket_BundleItemButton_C_OnLoaded_85D615774D5635E8A7E0DF83CC3F53B3 \ +static_assert(alignof(WBP_Blackmarket_BundleItemButton_C_OnLoaded_85D615774D5635E8A7E0DF83CC3F53B3) == 0x000008, "Wrong alignment on WBP_Blackmarket_BundleItemButton_C_OnLoaded_85D615774D5635E8A7E0DF83CC3F53B3"); \ +static_assert(sizeof(WBP_Blackmarket_BundleItemButton_C_OnLoaded_85D615774D5635E8A7E0DF83CC3F53B3) == 0x000008, "Wrong size on WBP_Blackmarket_BundleItemButton_C_OnLoaded_85D615774D5635E8A7E0DF83CC3F53B3"); \ +static_assert(offsetof(WBP_Blackmarket_BundleItemButton_C_OnLoaded_85D615774D5635E8A7E0DF83CC3F53B3, Loaded) == 0x000000, "Member 'WBP_Blackmarket_BundleItemButton_C_OnLoaded_85D615774D5635E8A7E0DF83CC3F53B3::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Blackmarket_BundleItemButton_C_OnFocused \ +static_assert(alignof(WBP_Blackmarket_BundleItemButton_C_OnFocused) == 0x000008, "Wrong alignment on WBP_Blackmarket_BundleItemButton_C_OnFocused"); \ +static_assert(sizeof(WBP_Blackmarket_BundleItemButton_C_OnFocused) == 0x000018, "Wrong size on WBP_Blackmarket_BundleItemButton_C_OnFocused"); \ +static_assert(offsetof(WBP_Blackmarket_BundleItemButton_C_OnFocused, bIsFocused) == 0x000000, "Member 'WBP_Blackmarket_BundleItemButton_C_OnFocused::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_BundleItemButton_C_OnFocused, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_Blackmarket_BundleItemButton_C_OnFocused::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Blackmarket_BundleItemButton_C_OnFocused, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_Blackmarket_BundleItemButton_C_OnFocused::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Blackmarket_BundleItemButton_C \ +static_assert(alignof(UWBP_Blackmarket_BundleItemButton_C) == 0x000008, "Wrong alignment on UWBP_Blackmarket_BundleItemButton_C"); \ +static_assert(sizeof(UWBP_Blackmarket_BundleItemButton_C) == 0x000648, "Wrong size on UWBP_Blackmarket_BundleItemButton_C"); \ +static_assert(offsetof(UWBP_Blackmarket_BundleItemButton_C, UberGraphFrame) == 0x0004A8, "Member 'UWBP_Blackmarket_BundleItemButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_BundleItemButton_C, Hover) == 0x0004B0, "Member 'UWBP_Blackmarket_BundleItemButton_C::Hover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_BundleItemButton_C, Available) == 0x0004B8, "Member 'UWBP_Blackmarket_BundleItemButton_C::Available' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_BundleItemButton_C, AvailableText_1) == 0x0004C0, "Member 'UWBP_Blackmarket_BundleItemButton_C::AvailableText_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_BundleItemButton_C, Image) == 0x0004C8, "Member 'UWBP_Blackmarket_BundleItemButton_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_BundleItemButton_C, Image_1) == 0x0004D0, "Member 'UWBP_Blackmarket_BundleItemButton_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_BundleItemButton_C, Image_2) == 0x0004D8, "Member 'UWBP_Blackmarket_BundleItemButton_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_BundleItemButton_C, Image_3) == 0x0004E0, "Member 'UWBP_Blackmarket_BundleItemButton_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_BundleItemButton_C, Image_4) == 0x0004E8, "Member 'UWBP_Blackmarket_BundleItemButton_C::Image_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_BundleItemButton_C, Image_5) == 0x0004F0, "Member 'UWBP_Blackmarket_BundleItemButton_C::Image_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_BundleItemButton_C, Image_6) == 0x0004F8, "Member 'UWBP_Blackmarket_BundleItemButton_C::Image_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_BundleItemButton_C, Image_7) == 0x000500, "Member 'UWBP_Blackmarket_BundleItemButton_C::Image_7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_BundleItemButton_C, ImageArtwork) == 0x000508, "Member 'UWBP_Blackmarket_BundleItemButton_C::ImageArtwork' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_BundleItemButton_C, Main_Header) == 0x000510, "Member 'UWBP_Blackmarket_BundleItemButton_C::Main_Header' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_BundleItemButton_C, Owned) == 0x000518, "Member 'UWBP_Blackmarket_BundleItemButton_C::Owned' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_BundleItemButton_C, OWNED_Header) == 0x000520, "Member 'UWBP_Blackmarket_BundleItemButton_C::OWNED_Header' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_BundleItemButton_C, Pack) == 0x000528, "Member 'UWBP_Blackmarket_BundleItemButton_C::Pack' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_BundleItemButton_C, Purchase_Switcher) == 0x000530, "Member 'UWBP_Blackmarket_BundleItemButton_C::Purchase_Switcher' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_BundleItemButton_C, UIStoreInventoryItem) == 0x000538, "Member 'UWBP_Blackmarket_BundleItemButton_C::UIStoreInventoryItem' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_BundleItemButton_C, UIStoreItemData) == 0x000540, "Member 'UWBP_Blackmarket_BundleItemButton_C::UIStoreItemData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Blackmarket_BundleItemButton_C, ItemProductId) == 0x000638, "Member 'UWBP_Blackmarket_BundleItemButton_C::ItemProductId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward \ +static_assert(alignof(WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward) == 0x000008, "Wrong alignment on WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward"); \ +static_assert(sizeof(WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward) == 0x000158, "Wrong size on WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward"); \ +static_assert(offsetof(WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward, EntryPoint) == 0x000000, "Member 'WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward, Temp_bool_Variable) == 0x000004, "Member 'WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward, Temp_text_Variable) == 0x000008, "Member 'WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward, CallFunc_Conv_NameToString_ReturnValue) == 0x000020, "Member 'WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000030, "Member 'WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000048, "Member 'WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward, CallFunc_Conv_IntToString_ReturnValue) == 0x000058, "Member 'WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward, Temp_text_Variable_1) == 0x000068, "Member 'WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000080, "Member 'WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward, K2Node_Event_IsDesignTime) == 0x000090, "Member 'WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward, K2Node_CustomEvent_InRewardItem) == 0x000098, "Member 'WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward::K2Node_CustomEvent_InRewardItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward, K2Node_Select_Default) == 0x0000C8, "Member 'WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward, K2Node_MakeStruct_FormatArgumentData) == 0x0000E0, "Member 'WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward, K2Node_MakeArray_Array) == 0x000120, "Member 'WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000130, "Member 'WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward, CallFunc_Format_ReturnValue) == 0x000140, "Member 'WBP_DailyChallengeReward_C_ExecuteUbergraph_WBP_DailyChallengeReward::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengeReward_C_InitializeReward \ +static_assert(alignof(WBP_DailyChallengeReward_C_InitializeReward) == 0x000008, "Wrong alignment on WBP_DailyChallengeReward_C_InitializeReward"); \ +static_assert(sizeof(WBP_DailyChallengeReward_C_InitializeReward) == 0x000030, "Wrong size on WBP_DailyChallengeReward_C_InitializeReward"); \ +static_assert(offsetof(WBP_DailyChallengeReward_C_InitializeReward, InRewardItem) == 0x000000, "Member 'WBP_DailyChallengeReward_C_InitializeReward::InRewardItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengeReward_C_PreConstruct \ +static_assert(alignof(WBP_DailyChallengeReward_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_DailyChallengeReward_C_PreConstruct"); \ +static_assert(sizeof(WBP_DailyChallengeReward_C_PreConstruct) == 0x000001, "Wrong size on WBP_DailyChallengeReward_C_PreConstruct"); \ +static_assert(offsetof(WBP_DailyChallengeReward_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_DailyChallengeReward_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengeReward_C_InitializeInfamyReward \ +static_assert(alignof(WBP_DailyChallengeReward_C_InitializeInfamyReward) == 0x000008, "Wrong alignment on WBP_DailyChallengeReward_C_InitializeInfamyReward"); \ +static_assert(sizeof(WBP_DailyChallengeReward_C_InitializeInfamyReward) == 0x000070, "Wrong size on WBP_DailyChallengeReward_C_InitializeInfamyReward"); \ +static_assert(offsetof(WBP_DailyChallengeReward_C_InitializeInfamyReward, InInfamy) == 0x000000, "Member 'WBP_DailyChallengeReward_C_InitializeInfamyReward::InInfamy' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeReward_C_InitializeInfamyReward, CallFunc_Greater_IntInt_ReturnValue) == 0x000004, "Member 'WBP_DailyChallengeReward_C_InitializeInfamyReward::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeReward_C_InitializeInfamyReward, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'WBP_DailyChallengeReward_C_InitializeInfamyReward::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeReward_C_InitializeInfamyReward, K2Node_MakeArray_Array) == 0x000048, "Member 'WBP_DailyChallengeReward_C_InitializeInfamyReward::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeReward_C_InitializeInfamyReward, CallFunc_Format_ReturnValue) == 0x000058, "Member 'WBP_DailyChallengeReward_C_InitializeInfamyReward::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_DailyChallengeReward_C \ +static_assert(alignof(UWBP_DailyChallengeReward_C) == 0x000008, "Wrong alignment on UWBP_DailyChallengeReward_C"); \ +static_assert(sizeof(UWBP_DailyChallengeReward_C) == 0x0002E8, "Wrong size on UWBP_DailyChallengeReward_C"); \ +static_assert(offsetof(UWBP_DailyChallengeReward_C, UberGraphFrame) == 0x000290, "Member 'UWBP_DailyChallengeReward_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeReward_C, Amount_T) == 0x000298, "Member 'UWBP_DailyChallengeReward_C::Amount_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeReward_C, Icon_I) == 0x0002A0, "Member 'UWBP_DailyChallengeReward_C::Icon_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeReward_C, In_Reward_Item) == 0x0002A8, "Member 'UWBP_DailyChallengeReward_C::In_Reward_Item' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeReward_C, GoldIcon) == 0x0002D8, "Member 'UWBP_DailyChallengeReward_C::GoldIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeReward_C, ImageSize) == 0x0002E0, "Member 'UWBP_DailyChallengeReward_C::ImageSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation \ +static_assert(alignof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation) == 0x000008, "Wrong alignment on WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation"); \ +static_assert(sizeof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation) == 0x000128, "Wrong size on WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, EntryPoint) == 0x000000, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, K2Node_Event_IsDesignTime) == 0x000020, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, K2Node_CustomEvent_LootBag) == 0x000028, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::K2Node_CustomEvent_LootBag' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, CallFunc_GetLootBagDisplayName_ReturnValue) == 0x000030, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::CallFunc_GetLootBagDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, CallFunc_PlayAnimation_ReturnValue_1) == 0x000048, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, CallFunc_GetLootBagDisplayValue_ReturnValue) == 0x000050, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::CallFunc_GetLootBagDisplayValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000098, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, K2Node_MakeArray_Array) == 0x0000A0, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, CallFunc_GetDynamicMaterial_ReturnValue) == 0x0000C8, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000D0, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x0000E8, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, Temp_byte_Variable) == 0x0000F0, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, K2Node_Event_InBagSecured) == 0x0000F8, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::K2Node_Event_InBagSecured' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, CallFunc_Play2DSound_ReturnValue) == 0x000100, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, CallFunc_HasBagsInQueue_ReturnValue) == 0x000104, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::CallFunc_HasBagsInQueue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, CallFunc_GetNextBagInQueue_ReturnValue) == 0x000108, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::CallFunc_GetNextBagInQueue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, CallFunc_BooleanAND_ReturnValue) == 0x000110, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, CallFunc_IsValid_ReturnValue) == 0x000111, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, CallFunc_GetNextBagInQueue_ReturnValue_1) == 0x000118, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::CallFunc_GetNextBagInQueue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, Temp_byte_Variable_1) == 0x000120, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, CallFunc_IsValid_ReturnValue_1) == 0x000121, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, CallFunc_HasBagsInQueue_ReturnValue_1) == 0x000122, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::CallFunc_HasBagsInQueue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, Temp_bool_Variable) == 0x000123, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation, K2Node_Select_Default) == 0x000124, "Member 'WBP_HUD_SecureInformation_C_ExecuteUbergraph_WBP_HUD_SecureInformation::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SecureInformation_C_OnBagSecured \ +static_assert(alignof(WBP_HUD_SecureInformation_C_OnBagSecured) == 0x000008, "Wrong alignment on WBP_HUD_SecureInformation_C_OnBagSecured"); \ +static_assert(sizeof(WBP_HUD_SecureInformation_C_OnBagSecured) == 0x000008, "Wrong size on WBP_HUD_SecureInformation_C_OnBagSecured"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_OnBagSecured, InBagSecured) == 0x000000, "Member 'WBP_HUD_SecureInformation_C_OnBagSecured::InBagSecured' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SecureInformation_C_PreConstruct \ +static_assert(alignof(WBP_HUD_SecureInformation_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_HUD_SecureInformation_C_PreConstruct"); \ +static_assert(sizeof(WBP_HUD_SecureInformation_C_PreConstruct) == 0x000001, "Wrong size on WBP_HUD_SecureInformation_C_PreConstruct"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_HUD_SecureInformation_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_SecureInformation_C_Show \ +static_assert(alignof(WBP_HUD_SecureInformation_C_Show) == 0x000008, "Wrong alignment on WBP_HUD_SecureInformation_C_Show"); \ +static_assert(sizeof(WBP_HUD_SecureInformation_C_Show) == 0x000008, "Wrong size on WBP_HUD_SecureInformation_C_Show"); \ +static_assert(offsetof(WBP_HUD_SecureInformation_C_Show, LootBag) == 0x000000, "Member 'WBP_HUD_SecureInformation_C_Show::LootBag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_SecureInformation_C \ +static_assert(alignof(UWBP_HUD_SecureInformation_C) == 0x000008, "Wrong alignment on UWBP_HUD_SecureInformation_C"); \ +static_assert(sizeof(UWBP_HUD_SecureInformation_C) == 0x000340, "Wrong size on UWBP_HUD_SecureInformation_C"); \ +static_assert(offsetof(UWBP_HUD_SecureInformation_C, UberGraphFrame) == 0x0002C8, "Member 'UWBP_HUD_SecureInformation_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SecureInformation_C, Outro) == 0x0002D0, "Member 'UWBP_HUD_SecureInformation_C::Outro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SecureInformation_C, Intro) == 0x0002D8, "Member 'UWBP_HUD_SecureInformation_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SecureInformation_C, Background_I) == 0x0002E0, "Member 'UWBP_HUD_SecureInformation_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SecureInformation_C, Description_T) == 0x0002E8, "Member 'UWBP_HUD_SecureInformation_C::Description_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SecureInformation_C, Image_BG) == 0x0002F0, "Member 'UWBP_HUD_SecureInformation_C::Image_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SecureInformation_C, Image_BG_1) == 0x0002F8, "Member 'UWBP_HUD_SecureInformation_C::Image_BG_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SecureInformation_C, LootValue_HB) == 0x000300, "Member 'UWBP_HUD_SecureInformation_C::LootValue_HB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SecureInformation_C, Type_T) == 0x000308, "Member 'UWBP_HUD_SecureInformation_C::Type_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SecureInformation_C, Value_T) == 0x000310, "Member 'UWBP_HUD_SecureInformation_C::Value_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SecureInformation_C, QueuedSecuredBags) == 0x000318, "Member 'UWBP_HUD_SecureInformation_C::QueuedSecuredBags' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SecureInformation_C, DebugBagType) == 0x000328, "Member 'UWBP_HUD_SecureInformation_C::DebugBagType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SecureInformation_C, SecureSoundEvent) == 0x000330, "Member 'UWBP_HUD_SecureInformation_C::SecureSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_SecureInformation_C, IsActive) == 0x000338, "Member 'UWBP_HUD_SecureInformation_C::IsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_GenericContainerButton_C \ +static_assert(alignof(UWBP_UI_GenericContainerButton_C) == 0x000008, "Wrong alignment on UWBP_UI_GenericContainerButton_C"); \ +static_assert(sizeof(UWBP_UI_GenericContainerButton_C) == 0x0002B8, "Wrong size on UWBP_UI_GenericContainerButton_C"); \ +static_assert(offsetof(UWBP_UI_GenericContainerButton_C, ButtonContainer) == 0x0002B0, "Member 'UWBP_UI_GenericContainerButton_C::ButtonContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PlayingHUD_C_ExecuteUbergraph_WBP_UI_Widget_PlayingHUD \ +static_assert(alignof(WBP_UI_Widget_PlayingHUD_C_ExecuteUbergraph_WBP_UI_Widget_PlayingHUD) == 0x000008, "Wrong alignment on WBP_UI_Widget_PlayingHUD_C_ExecuteUbergraph_WBP_UI_Widget_PlayingHUD"); \ +static_assert(sizeof(WBP_UI_Widget_PlayingHUD_C_ExecuteUbergraph_WBP_UI_Widget_PlayingHUD) == 0x000010, "Wrong size on WBP_UI_Widget_PlayingHUD_C_ExecuteUbergraph_WBP_UI_Widget_PlayingHUD"); \ +static_assert(offsetof(WBP_UI_Widget_PlayingHUD_C_ExecuteUbergraph_WBP_UI_Widget_PlayingHUD, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_PlayingHUD_C_ExecuteUbergraph_WBP_UI_Widget_PlayingHUD::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayingHUD_C_ExecuteUbergraph_WBP_UI_Widget_PlayingHUD, CallFunc_GetGameIntensityAnalyzer_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_PlayingHUD_C_ExecuteUbergraph_WBP_UI_Widget_PlayingHUD::CallFunc_GetGameIntensityAnalyzer_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_PlayingHUD_C \ +static_assert(alignof(UWBP_UI_Widget_PlayingHUD_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_PlayingHUD_C"); \ +static_assert(sizeof(UWBP_UI_Widget_PlayingHUD_C) == 0x000300, "Wrong size on UWBP_UI_Widget_PlayingHUD_C"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayingHUD_C, UberGraphFrame) == 0x000298, "Member 'UWBP_UI_Widget_PlayingHUD_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayingHUD_C, RetainerBox_0) == 0x0002A0, "Member 'UWBP_UI_Widget_PlayingHUD_C::RetainerBox_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayingHUD_C, RetainerBox_NeededForGlitchEfffect) == 0x0002A8, "Member 'UWBP_UI_Widget_PlayingHUD_C::RetainerBox_NeededForGlitchEfffect' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayingHUD_C, Root_CAnvas) == 0x0002B0, "Member 'UWBP_UI_Widget_PlayingHUD_C::Root_CAnvas' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayingHUD_C, Widget_ActionNotification) == 0x0002B8, "Member 'UWBP_UI_Widget_PlayingHUD_C::Widget_ActionNotification' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayingHUD_C, Widget_DamageIndicatorContainer) == 0x0002C0, "Member 'UWBP_UI_Widget_PlayingHUD_C::Widget_DamageIndicatorContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayingHUD_C, Widget_DefeatTimer) == 0x0002C8, "Member 'UWBP_UI_Widget_PlayingHUD_C::Widget_DefeatTimer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayingHUD_C, Widget_EscapeCounter) == 0x0002D0, "Member 'UWBP_UI_Widget_PlayingHUD_C::Widget_EscapeCounter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayingHUD_C, Widget_HitIndicators) == 0x0002D8, "Member 'UWBP_UI_Widget_PlayingHUD_C::Widget_HitIndicators' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayingHUD_C, Widget_MaskOnNotification) == 0x0002E0, "Member 'UWBP_UI_Widget_PlayingHUD_C::Widget_MaskOnNotification' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayingHUD_C, Widget_PagerWidget) == 0x0002E8, "Member 'UWBP_UI_Widget_PlayingHUD_C::Widget_PagerWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayingHUD_C, Widget_Shoutout) == 0x0002F0, "Member 'UWBP_UI_Widget_PlayingHUD_C::Widget_Shoutout' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayingHUD_C, Widget_VoipWidget) == 0x0002F8, "Member 'UWBP_UI_Widget_PlayingHUD_C::Widget_VoipWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InfamyCircularWidget_C_ExecuteUbergraph_WBP_UI_InfamyCircularWidget \ +static_assert(alignof(WBP_UI_InfamyCircularWidget_C_ExecuteUbergraph_WBP_UI_InfamyCircularWidget) == 0x000008, "Wrong alignment on WBP_UI_InfamyCircularWidget_C_ExecuteUbergraph_WBP_UI_InfamyCircularWidget"); \ +static_assert(sizeof(WBP_UI_InfamyCircularWidget_C_ExecuteUbergraph_WBP_UI_InfamyCircularWidget) == 0x000018, "Wrong size on WBP_UI_InfamyCircularWidget_C_ExecuteUbergraph_WBP_UI_InfamyCircularWidget"); \ +static_assert(offsetof(WBP_UI_InfamyCircularWidget_C_ExecuteUbergraph_WBP_UI_InfamyCircularWidget, EntryPoint) == 0x000000, "Member 'WBP_UI_InfamyCircularWidget_C_ExecuteUbergraph_WBP_UI_InfamyCircularWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InfamyCircularWidget_C_ExecuteUbergraph_WBP_UI_InfamyCircularWidget, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'WBP_UI_InfamyCircularWidget_C_ExecuteUbergraph_WBP_UI_InfamyCircularWidget::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InfamyCircularWidget_C_ExecuteUbergraph_WBP_UI_InfamyCircularWidget, K2Node_Event_IsDesignTime) == 0x000010, "Member 'WBP_UI_InfamyCircularWidget_C_ExecuteUbergraph_WBP_UI_InfamyCircularWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InfamyCircularWidget_C_PreConstruct \ +static_assert(alignof(WBP_UI_InfamyCircularWidget_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_InfamyCircularWidget_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_InfamyCircularWidget_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_InfamyCircularWidget_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_InfamyCircularWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_InfamyCircularWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InfamyCircularWidget_C_SetInfamyVisuals \ +static_assert(alignof(WBP_UI_InfamyCircularWidget_C_SetInfamyVisuals) == 0x000008, "Wrong alignment on WBP_UI_InfamyCircularWidget_C_SetInfamyVisuals"); \ +static_assert(sizeof(WBP_UI_InfamyCircularWidget_C_SetInfamyVisuals) == 0x000058, "Wrong size on WBP_UI_InfamyCircularWidget_C_SetInfamyVisuals"); \ +static_assert(offsetof(WBP_UI_InfamyCircularWidget_C_SetInfamyVisuals, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_InfamyCircularWidget_C_SetInfamyVisuals::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InfamyCircularWidget_C_SetInfamyVisuals, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_InfamyCircularWidget_C_SetInfamyVisuals::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InfamyCircularWidget_C_SetInfamyVisuals, K2Node_MakeStruct_SlateColor) == 0x000018, "Member 'WBP_UI_InfamyCircularWidget_C_SetInfamyVisuals::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InfamyCircularWidget_C_SetInfamyVisuals, CallFunc_Conv_IntToText_ReturnValue) == 0x000040, "Member 'WBP_UI_InfamyCircularWidget_C_SetInfamyVisuals::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_InfamyCircularWidget_C \ +static_assert(alignof(UWBP_UI_InfamyCircularWidget_C) == 0x000008, "Wrong alignment on UWBP_UI_InfamyCircularWidget_C"); \ +static_assert(sizeof(UWBP_UI_InfamyCircularWidget_C) == 0x000360, "Wrong size on UWBP_UI_InfamyCircularWidget_C"); \ +static_assert(offsetof(UWBP_UI_InfamyCircularWidget_C, UberGraphFrame) == 0x0002A8, "Member 'UWBP_UI_InfamyCircularWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InfamyCircularWidget_C, CircularBar_I) == 0x0002B0, "Member 'UWBP_UI_InfamyCircularWidget_C::CircularBar_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InfamyCircularWidget_C, Content_O) == 0x0002B8, "Member 'UWBP_UI_InfamyCircularWidget_C::Content_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InfamyCircularWidget_C, Level_T) == 0x0002C0, "Member 'UWBP_UI_InfamyCircularWidget_C::Level_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InfamyCircularWidget_C, CircularBarMaterial) == 0x0002C8, "Member 'UWBP_UI_InfamyCircularWidget_C::CircularBarMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InfamyCircularWidget_C, LevelColor) == 0x0002D0, "Member 'UWBP_UI_InfamyCircularWidget_C::LevelColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InfamyCircularWidget_C, BarColor) == 0x0002E0, "Member 'UWBP_UI_InfamyCircularWidget_C::BarColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InfamyCircularWidget_C, MaxLevelColor) == 0x0002F0, "Member 'UWBP_UI_InfamyCircularWidget_C::MaxLevelColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InfamyCircularWidget_C, FontBrush) == 0x000300, "Member 'UWBP_UI_InfamyCircularWidget_C::FontBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_SMG_WAR45_C \ +static_assert(alignof(UBP_FireWeaponFeedback_SMG_WAR45_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_SMG_WAR45_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_SMG_WAR45_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_SMG_WAR45_C"); \ + +#define DUMPER7_ASSERTS_UGE_SentryGun_Explosion_C \ +static_assert(alignof(UGE_SentryGun_Explosion_C) == 0x000008, "Wrong alignment on UGE_SentryGun_Explosion_C"); \ +static_assert(sizeof(UGE_SentryGun_Explosion_C) == 0x0008C0, "Wrong size on UGE_SentryGun_Explosion_C"); \ + +#define DUMPER7_ASSERTS_WBP_PageCycleCounter_C_ExecuteUbergraph_WBP_PageCycleCounter \ +static_assert(alignof(WBP_PageCycleCounter_C_ExecuteUbergraph_WBP_PageCycleCounter) == 0x000008, "Wrong alignment on WBP_PageCycleCounter_C_ExecuteUbergraph_WBP_PageCycleCounter"); \ +static_assert(sizeof(WBP_PageCycleCounter_C_ExecuteUbergraph_WBP_PageCycleCounter) == 0x000010, "Wrong size on WBP_PageCycleCounter_C_ExecuteUbergraph_WBP_PageCycleCounter"); \ +static_assert(offsetof(WBP_PageCycleCounter_C_ExecuteUbergraph_WBP_PageCycleCounter, EntryPoint) == 0x000000, "Member 'WBP_PageCycleCounter_C_ExecuteUbergraph_WBP_PageCycleCounter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PageCycleCounter_C_ExecuteUbergraph_WBP_PageCycleCounter, K2Node_ComponentBoundEvent_Button) == 0x000008, "Member 'WBP_PageCycleCounter_C_ExecuteUbergraph_WBP_PageCycleCounter::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PageCycleCounter_C_BndEvt__WBP_PageCycleCount_MouseButton_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_PageCycleCounter_C_BndEvt__WBP_PageCycleCount_MouseButton_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_PageCycleCounter_C_BndEvt__WBP_PageCycleCount_MouseButton_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_PageCycleCounter_C_BndEvt__WBP_PageCycleCount_MouseButton_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_PageCycleCounter_C_BndEvt__WBP_PageCycleCount_MouseButton_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_PageCycleCounter_C_BndEvt__WBP_PageCycleCount_MouseButton_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_PageCycleCounter_C_BndEvt__WBP_PageCycleCount_MouseButton_K2Node_ComponentBoundEvent_1_OnMenuMouseButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PageCycleCounter_C \ +static_assert(alignof(UWBP_PageCycleCounter_C) == 0x000008, "Wrong alignment on UWBP_PageCycleCounter_C"); \ +static_assert(sizeof(UWBP_PageCycleCounter_C) == 0x0002C0, "Wrong size on UWBP_PageCycleCounter_C"); \ +static_assert(offsetof(UWBP_PageCycleCounter_C, UberGraphFrame) == 0x000290, "Member 'UWBP_PageCycleCounter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PageCycleCounter_C, MouseButton) == 0x000298, "Member 'UWBP_PageCycleCounter_C::MouseButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PageCycleCounter_C, Root_WS) == 0x0002A0, "Member 'UWBP_PageCycleCounter_C::Root_WS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PageCycleCounter_C, OnClickedItem) == 0x0002A8, "Member 'UWBP_PageCycleCounter_C::OnClickedItem' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PageCycleCounter_C, Index_0) == 0x0002B8, "Member 'UWBP_PageCycleCounter_C::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton \ +static_assert(alignof(WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton) == 0x000008, "Wrong alignment on WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton"); \ +static_assert(sizeof(WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton) == 0x000138, "Wrong size on WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton, EntryPoint) == 0x000000, "Member 'WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton, CallFunc_GetGlobalColor_ReturnValue) == 0x000030, "Member 'WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton, Temp_byte_Variable) == 0x000040, "Member 'WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton, Temp_byte_Variable_1) == 0x000041, "Member 'WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton, Temp_bool_Variable) == 0x000042, "Member 'WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton, K2Node_Event_IsDesignTime) == 0x000043, "Member 'WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton, Temp_object_Variable) == 0x000048, "Member 'WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton, K2Node_CustomEvent_Loaded) == 0x000050, "Member 'WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton, K2Node_DynamicCast_AsPaper_Sprite) == 0x000058, "Member 'WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton, CallFunc_Not_PreBool_ReturnValue) == 0x000061, "Member 'WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton, K2Node_CreateDelegate_OutputDelegate) == 0x000064, "Member 'WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton, K2Node_Event_InChallengeData) == 0x000078, "Member 'WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton::K2Node_Event_InChallengeData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton, K2Node_Select_Default) == 0x000120, "Member 'WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000121, "Member 'WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton, CallFunc_Divide_IntInt_ReturnValue) == 0x000124, "Member 'WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton, CallFunc_Min_ReturnValue) == 0x000128, "Member 'WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton::CallFunc_Min_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton, CallFunc_Divide_IntInt_ReturnValue_1) == 0x00012C, "Member 'WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton::CallFunc_Divide_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton, CallFunc_IsInfamyReward_OutIsHasInfamyRewardPoints) == 0x000130, "Member 'WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton::CallFunc_IsInfamyReward_OutIsHasInfamyRewardPoints' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000131, "Member 'WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton, K2Node_SwitchName_CmpSuccess) == 0x000132, "Member 'WBP_UI_Challenge_PanelButton_C_ExecuteUbergraph_WBP_UI_Challenge_PanelButton::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenge_PanelButton_C_OnChallengeDataInititalized \ +static_assert(alignof(WBP_UI_Challenge_PanelButton_C_OnChallengeDataInititalized) == 0x000008, "Wrong alignment on WBP_UI_Challenge_PanelButton_C_OnChallengeDataInititalized"); \ +static_assert(sizeof(WBP_UI_Challenge_PanelButton_C_OnChallengeDataInititalized) == 0x0000A8, "Wrong size on WBP_UI_Challenge_PanelButton_C_OnChallengeDataInititalized"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_OnChallengeDataInititalized, InChallengeData) == 0x000000, "Member 'WBP_UI_Challenge_PanelButton_C_OnChallengeDataInititalized::InChallengeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenge_PanelButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_Challenge_PanelButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Challenge_PanelButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Challenge_PanelButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Challenge_PanelButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Challenge_PanelButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenge_PanelButton_C_OnLoaded_575B882949292613E393E8B9DEA74294 \ +static_assert(alignof(WBP_UI_Challenge_PanelButton_C_OnLoaded_575B882949292613E393E8B9DEA74294) == 0x000008, "Wrong alignment on WBP_UI_Challenge_PanelButton_C_OnLoaded_575B882949292613E393E8B9DEA74294"); \ +static_assert(sizeof(WBP_UI_Challenge_PanelButton_C_OnLoaded_575B882949292613E393E8B9DEA74294) == 0x000008, "Wrong size on WBP_UI_Challenge_PanelButton_C_OnLoaded_575B882949292613E393E8B9DEA74294"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_OnLoaded_575B882949292613E393E8B9DEA74294, Loaded) == 0x000000, "Member 'WBP_UI_Challenge_PanelButton_C_OnLoaded_575B882949292613E393E8B9DEA74294::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenge_PanelButton_C_SetChallengeName \ +static_assert(alignof(WBP_UI_Challenge_PanelButton_C_SetChallengeName) == 0x000008, "Wrong alignment on WBP_UI_Challenge_PanelButton_C_SetChallengeName"); \ +static_assert(sizeof(WBP_UI_Challenge_PanelButton_C_SetChallengeName) == 0x0000C8, "Wrong size on WBP_UI_Challenge_PanelButton_C_SetChallengeName"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetChallengeName, Challenge) == 0x000000, "Member 'WBP_UI_Challenge_PanelButton_C_SetChallengeName::Challenge' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetChallengeName, CallFunc_GetChallengeManager_ReturnValue) == 0x0000A8, "Member 'WBP_UI_Challenge_PanelButton_C_SetChallengeName::CallFunc_GetChallengeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetChallengeName, CallFunc_GetChallengeNameText_ReturnValue) == 0x0000B0, "Member 'WBP_UI_Challenge_PanelButton_C_SetChallengeName::CallFunc_GetChallengeNameText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenge_PanelButton_C_SetChallengeDescription \ +static_assert(alignof(WBP_UI_Challenge_PanelButton_C_SetChallengeDescription) == 0x000008, "Wrong alignment on WBP_UI_Challenge_PanelButton_C_SetChallengeDescription"); \ +static_assert(sizeof(WBP_UI_Challenge_PanelButton_C_SetChallengeDescription) == 0x0000C8, "Wrong size on WBP_UI_Challenge_PanelButton_C_SetChallengeDescription"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetChallengeDescription, Challenge) == 0x000000, "Member 'WBP_UI_Challenge_PanelButton_C_SetChallengeDescription::Challenge' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetChallengeDescription, CallFunc_GetChallengeManager_ReturnValue) == 0x0000A8, "Member 'WBP_UI_Challenge_PanelButton_C_SetChallengeDescription::CallFunc_GetChallengeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetChallengeDescription, CallFunc_GetChallengeDescriptionText_ReturnValue) == 0x0000B0, "Member 'WBP_UI_Challenge_PanelButton_C_SetChallengeDescription::CallFunc_GetChallengeDescriptionText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenge_PanelButton_C_UpdateVisualsBasedOnChallengeStatus \ +static_assert(alignof(WBP_UI_Challenge_PanelButton_C_UpdateVisualsBasedOnChallengeStatus) == 0x000008, "Wrong alignment on WBP_UI_Challenge_PanelButton_C_UpdateVisualsBasedOnChallengeStatus"); \ +static_assert(sizeof(WBP_UI_Challenge_PanelButton_C_UpdateVisualsBasedOnChallengeStatus) == 0x000058, "Wrong size on WBP_UI_Challenge_PanelButton_C_UpdateVisualsBasedOnChallengeStatus"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_UpdateVisualsBasedOnChallengeStatus, InChallengeStatus) == 0x000000, "Member 'WBP_UI_Challenge_PanelButton_C_UpdateVisualsBasedOnChallengeStatus::InChallengeStatus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_UpdateVisualsBasedOnChallengeStatus, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'WBP_UI_Challenge_PanelButton_C_UpdateVisualsBasedOnChallengeStatus::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_UpdateVisualsBasedOnChallengeStatus, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'WBP_UI_Challenge_PanelButton_C_UpdateVisualsBasedOnChallengeStatus::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_UpdateVisualsBasedOnChallengeStatus, K2Node_MakeStruct_SlateColor_1) == 0x000030, "Member 'WBP_UI_Challenge_PanelButton_C_UpdateVisualsBasedOnChallengeStatus::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenge_PanelButton_C_SetProgressBarPercentage \ +static_assert(alignof(WBP_UI_Challenge_PanelButton_C_SetProgressBarPercentage) == 0x000004, "Wrong alignment on WBP_UI_Challenge_PanelButton_C_SetProgressBarPercentage"); \ +static_assert(sizeof(WBP_UI_Challenge_PanelButton_C_SetProgressBarPercentage) == 0x000014, "Wrong size on WBP_UI_Challenge_PanelButton_C_SetProgressBarPercentage"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetProgressBarPercentage, Progress) == 0x000000, "Member 'WBP_UI_Challenge_PanelButton_C_SetProgressBarPercentage::Progress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetProgressBarPercentage, TotalProgress) == 0x000004, "Member 'WBP_UI_Challenge_PanelButton_C_SetProgressBarPercentage::TotalProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetProgressBarPercentage, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000008, "Member 'WBP_UI_Challenge_PanelButton_C_SetProgressBarPercentage::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetProgressBarPercentage, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00000C, "Member 'WBP_UI_Challenge_PanelButton_C_SetProgressBarPercentage::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetProgressBarPercentage, CallFunc_SafeDivide_ReturnValue) == 0x000010, "Member 'WBP_UI_Challenge_PanelButton_C_SetProgressBarPercentage::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenge_PanelButton_C_ConvertProgressMinMaxToMeters \ +static_assert(alignof(WBP_UI_Challenge_PanelButton_C_ConvertProgressMinMaxToMeters) == 0x000004, "Wrong alignment on WBP_UI_Challenge_PanelButton_C_ConvertProgressMinMaxToMeters"); \ +static_assert(sizeof(WBP_UI_Challenge_PanelButton_C_ConvertProgressMinMaxToMeters) == 0x000008, "Wrong size on WBP_UI_Challenge_PanelButton_C_ConvertProgressMinMaxToMeters"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_ConvertProgressMinMaxToMeters, InMaxValueToUse) == 0x000000, "Member 'WBP_UI_Challenge_PanelButton_C_ConvertProgressMinMaxToMeters::InMaxValueToUse' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_ConvertProgressMinMaxToMeters, InMinValueToUse) == 0x000004, "Member 'WBP_UI_Challenge_PanelButton_C_ConvertProgressMinMaxToMeters::InMinValueToUse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenge_PanelButton_C_SetProgressMinMax \ +static_assert(alignof(WBP_UI_Challenge_PanelButton_C_SetProgressMinMax) == 0x000004, "Wrong alignment on WBP_UI_Challenge_PanelButton_C_SetProgressMinMax"); \ +static_assert(sizeof(WBP_UI_Challenge_PanelButton_C_SetProgressMinMax) == 0x000008, "Wrong size on WBP_UI_Challenge_PanelButton_C_SetProgressMinMax"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetProgressMinMax, InMaxValueToUse) == 0x000000, "Member 'WBP_UI_Challenge_PanelButton_C_SetProgressMinMax::InMaxValueToUse' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetProgressMinMax, InMinValueToUse) == 0x000004, "Member 'WBP_UI_Challenge_PanelButton_C_SetProgressMinMax::InMinValueToUse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenge_PanelButton_C_SetProgressText \ +static_assert(alignof(WBP_UI_Challenge_PanelButton_C_SetProgressText) == 0x000008, "Wrong alignment on WBP_UI_Challenge_PanelButton_C_SetProgressText"); \ +static_assert(sizeof(WBP_UI_Challenge_PanelButton_C_SetProgressText) == 0x0000A8, "Wrong size on WBP_UI_Challenge_PanelButton_C_SetProgressText"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetProgressText, K2Node_MakeStruct_FormatArgumentData) == 0x000000, "Member 'WBP_UI_Challenge_PanelButton_C_SetProgressText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetProgressText, K2Node_MakeStruct_FormatArgumentData_1) == 0x000040, "Member 'WBP_UI_Challenge_PanelButton_C_SetProgressText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetProgressText, K2Node_MakeArray_Array) == 0x000080, "Member 'WBP_UI_Challenge_PanelButton_C_SetProgressText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetProgressText, CallFunc_Format_ReturnValue) == 0x000090, "Member 'WBP_UI_Challenge_PanelButton_C_SetProgressText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenge_PanelButton_C_IsInfamyReward \ +static_assert(alignof(WBP_UI_Challenge_PanelButton_C_IsInfamyReward) == 0x000004, "Wrong alignment on WBP_UI_Challenge_PanelButton_C_IsInfamyReward"); \ +static_assert(sizeof(WBP_UI_Challenge_PanelButton_C_IsInfamyReward) == 0x000008, "Wrong size on WBP_UI_Challenge_PanelButton_C_IsInfamyReward"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_IsInfamyReward, InInfamyRewardPoints) == 0x000000, "Member 'WBP_UI_Challenge_PanelButton_C_IsInfamyReward::InInfamyRewardPoints' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_IsInfamyReward, OutIsHasInfamyRewardPoints) == 0x000004, "Member 'WBP_UI_Challenge_PanelButton_C_IsInfamyReward::OutIsHasInfamyRewardPoints' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_IsInfamyReward, CallFunc_Greater_IntInt_ReturnValue) == 0x000005, "Member 'WBP_UI_Challenge_PanelButton_C_IsInfamyReward::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenge_PanelButton_C_SetInfamyRewardInfo \ +static_assert(alignof(WBP_UI_Challenge_PanelButton_C_SetInfamyRewardInfo) == 0x000008, "Wrong alignment on WBP_UI_Challenge_PanelButton_C_SetInfamyRewardInfo"); \ +static_assert(sizeof(WBP_UI_Challenge_PanelButton_C_SetInfamyRewardInfo) == 0x000088, "Wrong size on WBP_UI_Challenge_PanelButton_C_SetInfamyRewardInfo"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetInfamyRewardInfo, InInfamyRewardPoints) == 0x000000, "Member 'WBP_UI_Challenge_PanelButton_C_SetInfamyRewardInfo::InInfamyRewardPoints' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetInfamyRewardInfo, L_InfamyRewardPoints) == 0x000004, "Member 'WBP_UI_Challenge_PanelButton_C_SetInfamyRewardInfo::L_InfamyRewardPoints' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetInfamyRewardInfo, Temp_bool_Variable) == 0x000008, "Member 'WBP_UI_Challenge_PanelButton_C_SetInfamyRewardInfo::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetInfamyRewardInfo, Temp_byte_Variable) == 0x000009, "Member 'WBP_UI_Challenge_PanelButton_C_SetInfamyRewardInfo::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetInfamyRewardInfo, Temp_byte_Variable_1) == 0x00000A, "Member 'WBP_UI_Challenge_PanelButton_C_SetInfamyRewardInfo::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetInfamyRewardInfo, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'WBP_UI_Challenge_PanelButton_C_SetInfamyRewardInfo::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetInfamyRewardInfo, CallFunc_Greater_IntInt_ReturnValue) == 0x000050, "Member 'WBP_UI_Challenge_PanelButton_C_SetInfamyRewardInfo::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetInfamyRewardInfo, K2Node_MakeArray_Array) == 0x000058, "Member 'WBP_UI_Challenge_PanelButton_C_SetInfamyRewardInfo::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetInfamyRewardInfo, CallFunc_Format_ReturnValue) == 0x000068, "Member 'WBP_UI_Challenge_PanelButton_C_SetInfamyRewardInfo::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetInfamyRewardInfo, K2Node_Select_Default) == 0x000080, "Member 'WBP_UI_Challenge_PanelButton_C_SetInfamyRewardInfo::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenge_PanelButton_C_SetRewardIcon \ +static_assert(alignof(WBP_UI_Challenge_PanelButton_C_SetRewardIcon) == 0x000008, "Wrong alignment on WBP_UI_Challenge_PanelButton_C_SetRewardIcon"); \ +static_assert(sizeof(WBP_UI_Challenge_PanelButton_C_SetRewardIcon) == 0x000018, "Wrong size on WBP_UI_Challenge_PanelButton_C_SetRewardIcon"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetRewardIcon, InIconSprite) == 0x000000, "Member 'WBP_UI_Challenge_PanelButton_C_SetRewardIcon::InIconSprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetRewardIcon, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000008, "Member 'WBP_UI_Challenge_PanelButton_C_SetRewardIcon::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenge_PanelButton_C_SetGoldRewardInfo \ +static_assert(alignof(WBP_UI_Challenge_PanelButton_C_SetGoldRewardInfo) == 0x000008, "Wrong alignment on WBP_UI_Challenge_PanelButton_C_SetGoldRewardInfo"); \ +static_assert(sizeof(WBP_UI_Challenge_PanelButton_C_SetGoldRewardInfo) == 0x000070, "Wrong size on WBP_UI_Challenge_PanelButton_C_SetGoldRewardInfo"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetGoldRewardInfo, InQuantity) == 0x000000, "Member 'WBP_UI_Challenge_PanelButton_C_SetGoldRewardInfo::InQuantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetGoldRewardInfo, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'WBP_UI_Challenge_PanelButton_C_SetGoldRewardInfo::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetGoldRewardInfo, K2Node_MakeArray_Array) == 0x000048, "Member 'WBP_UI_Challenge_PanelButton_C_SetGoldRewardInfo::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetGoldRewardInfo, CallFunc_Format_ReturnValue) == 0x000058, "Member 'WBP_UI_Challenge_PanelButton_C_SetGoldRewardInfo::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenge_PanelButton_C_SetCreditsRewardInfo \ +static_assert(alignof(WBP_UI_Challenge_PanelButton_C_SetCreditsRewardInfo) == 0x000008, "Wrong alignment on WBP_UI_Challenge_PanelButton_C_SetCreditsRewardInfo"); \ +static_assert(sizeof(WBP_UI_Challenge_PanelButton_C_SetCreditsRewardInfo) == 0x000070, "Wrong size on WBP_UI_Challenge_PanelButton_C_SetCreditsRewardInfo"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetCreditsRewardInfo, InQuantity) == 0x000000, "Member 'WBP_UI_Challenge_PanelButton_C_SetCreditsRewardInfo::InQuantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetCreditsRewardInfo, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'WBP_UI_Challenge_PanelButton_C_SetCreditsRewardInfo::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetCreditsRewardInfo, K2Node_MakeArray_Array) == 0x000048, "Member 'WBP_UI_Challenge_PanelButton_C_SetCreditsRewardInfo::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetCreditsRewardInfo, CallFunc_Format_ReturnValue) == 0x000058, "Member 'WBP_UI_Challenge_PanelButton_C_SetCreditsRewardInfo::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenge_PanelButton_C_SetItemRewardInfo \ +static_assert(alignof(WBP_UI_Challenge_PanelButton_C_SetItemRewardInfo) == 0x000008, "Wrong alignment on WBP_UI_Challenge_PanelButton_C_SetItemRewardInfo"); \ +static_assert(sizeof(WBP_UI_Challenge_PanelButton_C_SetItemRewardInfo) == 0x000078, "Wrong size on WBP_UI_Challenge_PanelButton_C_SetItemRewardInfo"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetItemRewardInfo, InIconSprite) == 0x000000, "Member 'WBP_UI_Challenge_PanelButton_C_SetItemRewardInfo::InIconSprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetItemRewardInfo, InItemQuantity) == 0x000008, "Member 'WBP_UI_Challenge_PanelButton_C_SetItemRewardInfo::InItemQuantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetItemRewardInfo, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'WBP_UI_Challenge_PanelButton_C_SetItemRewardInfo::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetItemRewardInfo, K2Node_MakeArray_Array) == 0x000050, "Member 'WBP_UI_Challenge_PanelButton_C_SetItemRewardInfo::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetItemRewardInfo, CallFunc_Format_ReturnValue) == 0x000060, "Member 'WBP_UI_Challenge_PanelButton_C_SetItemRewardInfo::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenge_PanelButton_C_SetRewardValueVisibility \ +static_assert(alignof(WBP_UI_Challenge_PanelButton_C_SetRewardValueVisibility) == 0x000004, "Wrong alignment on WBP_UI_Challenge_PanelButton_C_SetRewardValueVisibility"); \ +static_assert(sizeof(WBP_UI_Challenge_PanelButton_C_SetRewardValueVisibility) == 0x00000C, "Wrong size on WBP_UI_Challenge_PanelButton_C_SetRewardValueVisibility"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetRewardValueVisibility, InItemQuantity) == 0x000000, "Member 'WBP_UI_Challenge_PanelButton_C_SetRewardValueVisibility::InItemQuantity' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetRewardValueVisibility, Temp_bool_Variable) == 0x000004, "Member 'WBP_UI_Challenge_PanelButton_C_SetRewardValueVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetRewardValueVisibility, CallFunc_Greater_IntInt_ReturnValue) == 0x000005, "Member 'WBP_UI_Challenge_PanelButton_C_SetRewardValueVisibility::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetRewardValueVisibility, Temp_byte_Variable) == 0x000006, "Member 'WBP_UI_Challenge_PanelButton_C_SetRewardValueVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetRewardValueVisibility, Temp_byte_Variable_1) == 0x000007, "Member 'WBP_UI_Challenge_PanelButton_C_SetRewardValueVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_SetRewardValueVisibility, K2Node_Select_Default) == 0x000008, "Member 'WBP_UI_Challenge_PanelButton_C_SetRewardValueVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenge_PanelButton_C_UpdateRewardIconDimensions \ +static_assert(alignof(WBP_UI_Challenge_PanelButton_C_UpdateRewardIconDimensions) == 0x000008, "Wrong alignment on WBP_UI_Challenge_PanelButton_C_UpdateRewardIconDimensions"); \ +static_assert(sizeof(WBP_UI_Challenge_PanelButton_C_UpdateRewardIconDimensions) == 0x000030, "Wrong size on WBP_UI_Challenge_PanelButton_C_UpdateRewardIconDimensions"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_UpdateRewardIconDimensions, Sprite) == 0x000000, "Member 'WBP_UI_Challenge_PanelButton_C_UpdateRewardIconDimensions::Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_UpdateRewardIconDimensions, CallFunc_GetPaperSpriteSourceSize_ReturnValue) == 0x000008, "Member 'WBP_UI_Challenge_PanelButton_C_UpdateRewardIconDimensions::CallFunc_GetPaperSpriteSourceSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_UpdateRewardIconDimensions, CallFunc_BreakVector2D_X) == 0x000010, "Member 'WBP_UI_Challenge_PanelButton_C_UpdateRewardIconDimensions::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_UpdateRewardIconDimensions, CallFunc_BreakVector2D_Y) == 0x000014, "Member 'WBP_UI_Challenge_PanelButton_C_UpdateRewardIconDimensions::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_UpdateRewardIconDimensions, CallFunc_SafeDivide_ReturnValue) == 0x000018, "Member 'WBP_UI_Challenge_PanelButton_C_UpdateRewardIconDimensions::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_UpdateRewardIconDimensions, CallFunc_BreakVector2D_X_1) == 0x00001C, "Member 'WBP_UI_Challenge_PanelButton_C_UpdateRewardIconDimensions::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_UpdateRewardIconDimensions, CallFunc_BreakVector2D_Y_1) == 0x000020, "Member 'WBP_UI_Challenge_PanelButton_C_UpdateRewardIconDimensions::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_UpdateRewardIconDimensions, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000024, "Member 'WBP_UI_Challenge_PanelButton_C_UpdateRewardIconDimensions::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_PanelButton_C_UpdateRewardIconDimensions, CallFunc_MakeVector2D_ReturnValue) == 0x000028, "Member 'WBP_UI_Challenge_PanelButton_C_UpdateRewardIconDimensions::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Challenge_PanelButton_C \ +static_assert(alignof(UWBP_UI_Challenge_PanelButton_C) == 0x000008, "Wrong alignment on UWBP_UI_Challenge_PanelButton_C"); \ +static_assert(sizeof(UWBP_UI_Challenge_PanelButton_C) == 0x000528, "Wrong size on UWBP_UI_Challenge_PanelButton_C"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, UberGraphFrame) == 0x000418, "Member 'UWBP_UI_Challenge_PanelButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, COMPLETED_OVERLAY) == 0x000420, "Member 'UWBP_UI_Challenge_PanelButton_C::COMPLETED_OVERLAY' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, Completed_T) == 0x000428, "Member 'UWBP_UI_Challenge_PanelButton_C::Completed_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, Image) == 0x000430, "Member 'UWBP_UI_Challenge_PanelButton_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, Image_3) == 0x000438, "Member 'UWBP_UI_Challenge_PanelButton_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, Image_4) == 0x000440, "Member 'UWBP_UI_Challenge_PanelButton_C::Image_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, Image_5) == 0x000448, "Member 'UWBP_UI_Challenge_PanelButton_C::Image_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, Image_6) == 0x000450, "Member 'UWBP_UI_Challenge_PanelButton_C::Image_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, Image_9) == 0x000458, "Member 'UWBP_UI_Challenge_PanelButton_C::Image_9' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, Image_10) == 0x000460, "Member 'UWBP_UI_Challenge_PanelButton_C::Image_10' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, Image_11) == 0x000468, "Member 'UWBP_UI_Challenge_PanelButton_C::Image_11' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, Image_65) == 0x000470, "Member 'UWBP_UI_Challenge_PanelButton_C::Image_65' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, Image_ChallengeButtonHighlight) == 0x000478, "Member 'UWBP_UI_Challenge_PanelButton_C::Image_ChallengeButtonHighlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, Image_ChallengeLocked) == 0x000480, "Member 'UWBP_UI_Challenge_PanelButton_C::Image_ChallengeLocked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, Image_Locked) == 0x000488, "Member 'UWBP_UI_Challenge_PanelButton_C::Image_Locked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, Image_RewardIcon) == 0x000490, "Member 'UWBP_UI_Challenge_PanelButton_C::Image_RewardIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, InvalidationBox_ChallengeButton) == 0x000498, "Member 'UWBP_UI_Challenge_PanelButton_C::InvalidationBox_ChallengeButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, Overlay_Locked) == 0x0004A0, "Member 'UWBP_UI_Challenge_PanelButton_C::Overlay_Locked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, ProgressBar_ChallengeProgress) == 0x0004A8, "Member 'UWBP_UI_Challenge_PanelButton_C::ProgressBar_ChallengeProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, SBZText_ChallengeName) == 0x0004B0, "Member 'UWBP_UI_Challenge_PanelButton_C::SBZText_ChallengeName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, ScaleBox_ChallengeDescription) == 0x0004B8, "Member 'UWBP_UI_Challenge_PanelButton_C::ScaleBox_ChallengeDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, SizeBox_Root) == 0x0004C0, "Member 'UWBP_UI_Challenge_PanelButton_C::SizeBox_Root' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, Text_ChallengeDescription) == 0x0004C8, "Member 'UWBP_UI_Challenge_PanelButton_C::Text_ChallengeDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, Text_Locked) == 0x0004D0, "Member 'UWBP_UI_Challenge_PanelButton_C::Text_Locked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, Text_Progress) == 0x0004D8, "Member 'UWBP_UI_Challenge_PanelButton_C::Text_Progress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, TextBlock_RewardQuantity) == 0x0004E0, "Member 'UWBP_UI_Challenge_PanelButton_C::TextBlock_RewardQuantity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, TopInfo_SB) == 0x0004E8, "Member 'UWBP_UI_Challenge_PanelButton_C::TopInfo_SB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, MaxValueToUse) == 0x0004F0, "Member 'UWBP_UI_Challenge_PanelButton_C::MaxValueToUse' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, MinValueToUse) == 0x0004F4, "Member 'UWBP_UI_Challenge_PanelButton_C::MinValueToUse' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, InfamyIcon) == 0x0004F8, "Member 'UWBP_UI_Challenge_PanelButton_C::InfamyIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, GoldIcon) == 0x000500, "Member 'UWBP_UI_Challenge_PanelButton_C::GoldIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, PaydayCreditIcon) == 0x000508, "Member 'UWBP_UI_Challenge_PanelButton_C::PaydayCreditIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, DefaultSize) == 0x000510, "Member 'UWBP_UI_Challenge_PanelButton_C::DefaultSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, SmallSize) == 0x000518, "Member 'UWBP_UI_Challenge_PanelButton_C::SmallSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_PanelButton_C, UseSmallSize) == 0x000520, "Member 'UWBP_UI_Challenge_PanelButton_C::UseSmallSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CocaineBagSecured_C \ +static_assert(alignof(ABP_CocaineBagSecured_C) == 0x000008, "Wrong alignment on ABP_CocaineBagSecured_C"); \ +static_assert(sizeof(ABP_CocaineBagSecured_C) == 0x0002C0, "Wrong size on ABP_CocaineBagSecured_C"); \ + +#define DUMPER7_ASSERTS_WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler \ +static_assert(alignof(WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler) == 0x000008, "Wrong alignment on WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler"); \ +static_assert(sizeof(WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler) == 0x000078, "Wrong size on WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler"); \ +static_assert(offsetof(WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler, EntryPoint) == 0x000000, "Member 'WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler, K2Node_CustomEvent_InIndex) == 0x000004, "Member 'WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler::K2Node_CustomEvent_InIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler, K2Node_CustomEvent_InNewIndex) == 0x000008, "Member 'WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler::K2Node_CustomEvent_InNewIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler, K2Node_CustomEvent_InIndex_1) == 0x00000C, "Member 'WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler::K2Node_CustomEvent_InIndex_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler, CallFunc_Array_Get_Item) == 0x000010, "Member 'WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler, Temp_int_Variable) == 0x00001C, "Member 'WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler, K2Node_MakeStruct_Margin) == 0x000020, "Member 'WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000030, "Member 'WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler, CallFunc_Create_ReturnValue) == 0x000038, "Member 'WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler, K2Node_CreateDelegate_OutputDelegate) == 0x000040, "Member 'WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler, K2Node_CreateDelegate_OutputDelegate_1) == 0x000054, "Member 'WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler, K2Node_CustomEvent_bKeyboardMouseInput) == 0x000068, "Member 'WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler::K2Node_CustomEvent_bKeyboardMouseInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler, K2Node_Event_IsDesignTime) == 0x000069, "Member 'WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler, CallFunc_AddChild_ReturnValue) == 0x000070, "Member 'WBP_PageCycler_C_ExecuteUbergraph_WBP_PageCycler::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PageCycler_C_PreConstruct \ +static_assert(alignof(WBP_PageCycler_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_PageCycler_C_PreConstruct"); \ +static_assert(sizeof(WBP_PageCycler_C_PreConstruct) == 0x000001, "Wrong size on WBP_PageCycler_C_PreConstruct"); \ +static_assert(offsetof(WBP_PageCycler_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_PageCycler_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PageCycler_C_OnInputTypeChanged \ +static_assert(alignof(WBP_PageCycler_C_OnInputTypeChanged) == 0x000001, "Wrong alignment on WBP_PageCycler_C_OnInputTypeChanged"); \ +static_assert(sizeof(WBP_PageCycler_C_OnInputTypeChanged) == 0x000001, "Wrong size on WBP_PageCycler_C_OnInputTypeChanged"); \ +static_assert(offsetof(WBP_PageCycler_C_OnInputTypeChanged, bKeyboardMouseInput) == 0x000000, "Member 'WBP_PageCycler_C_OnInputTypeChanged::bKeyboardMouseInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PageCycler_C_UpdateActiveIndex \ +static_assert(alignof(WBP_PageCycler_C_UpdateActiveIndex) == 0x000004, "Wrong alignment on WBP_PageCycler_C_UpdateActiveIndex"); \ +static_assert(sizeof(WBP_PageCycler_C_UpdateActiveIndex) == 0x000004, "Wrong size on WBP_PageCycler_C_UpdateActiveIndex"); \ +static_assert(offsetof(WBP_PageCycler_C_UpdateActiveIndex, InNewIndex) == 0x000000, "Member 'WBP_PageCycler_C_UpdateActiveIndex::InNewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PageCycler_C_OnAddedPage \ +static_assert(alignof(WBP_PageCycler_C_OnAddedPage) == 0x000004, "Wrong alignment on WBP_PageCycler_C_OnAddedPage"); \ +static_assert(sizeof(WBP_PageCycler_C_OnAddedPage) == 0x000004, "Wrong size on WBP_PageCycler_C_OnAddedPage"); \ +static_assert(offsetof(WBP_PageCycler_C_OnAddedPage, InIndex) == 0x000000, "Member 'WBP_PageCycler_C_OnAddedPage::InIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PageCycler_C_OnNavItemClicked \ +static_assert(alignof(WBP_PageCycler_C_OnNavItemClicked) == 0x000004, "Wrong alignment on WBP_PageCycler_C_OnNavItemClicked"); \ +static_assert(sizeof(WBP_PageCycler_C_OnNavItemClicked) == 0x000004, "Wrong size on WBP_PageCycler_C_OnNavItemClicked"); \ +static_assert(offsetof(WBP_PageCycler_C_OnNavItemClicked, InIndex) == 0x000000, "Member 'WBP_PageCycler_C_OnNavItemClicked::InIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PageCycler_C_CreateAndAddPageCount \ +static_assert(alignof(WBP_PageCycler_C_CreateAndAddPageCount) == 0x000008, "Wrong alignment on WBP_PageCycler_C_CreateAndAddPageCount"); \ +static_assert(sizeof(WBP_PageCycler_C_CreateAndAddPageCount) == 0x000040, "Wrong size on WBP_PageCycler_C_CreateAndAddPageCount"); \ +static_assert(offsetof(WBP_PageCycler_C_CreateAndAddPageCount, Index_0) == 0x000000, "Member 'WBP_PageCycler_C_CreateAndAddPageCount::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_PageCycler_C_CreateAndAddPageCount, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_PageCycler_C_CreateAndAddPageCount::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PageCycler_C_CreateAndAddPageCount, CallFunc_Create_ReturnValue) == 0x000018, "Member 'WBP_PageCycler_C_CreateAndAddPageCount::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PageCycler_C_CreateAndAddPageCount, CallFunc_AddChild_ReturnValue) == 0x000020, "Member 'WBP_PageCycler_C_CreateAndAddPageCount::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PageCycler_C_CreateAndAddPageCount, CallFunc_Array_AddUnique_ReturnValue) == 0x000028, "Member 'WBP_PageCycler_C_CreateAndAddPageCount::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PageCycler_C_CreateAndAddPageCount, K2Node_MakeStruct_Margin) == 0x00002C, "Member 'WBP_PageCycler_C_CreateAndAddPageCount::K2Node_MakeStruct_Margin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PageCycler_C \ +static_assert(alignof(UWBP_PageCycler_C) == 0x000008, "Wrong alignment on UWBP_PageCycler_C"); \ +static_assert(sizeof(UWBP_PageCycler_C) == 0x000318, "Wrong size on UWBP_PageCycler_C"); \ +static_assert(offsetof(UWBP_PageCycler_C, UberGraphFrame) == 0x000290, "Member 'UWBP_PageCycler_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PageCycler_C, ItemPagers_HB) == 0x000298, "Member 'UWBP_PageCycler_C::ItemPagers_HB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PageCycler_C, Left_O) == 0x0002A0, "Member 'UWBP_PageCycler_C::Left_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PageCycler_C, LeftNavigateAction) == 0x0002A8, "Member 'UWBP_PageCycler_C::LeftNavigateAction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PageCycler_C, Right_O) == 0x0002B0, "Member 'UWBP_PageCycler_C::Right_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PageCycler_C, RightNavigateAction) == 0x0002B8, "Member 'UWBP_PageCycler_C::RightNavigateAction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PageCycler_C, NavigateToIndex) == 0x0002C0, "Member 'UWBP_PageCycler_C::NavigateToIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PageCycler_C, DesignerDisplayPageCount) == 0x0002D0, "Member 'UWBP_PageCycler_C::DesignerDisplayPageCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PageCycler_C, ActivePageItem) == 0x0002D8, "Member 'UWBP_PageCycler_C::ActivePageItem' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PageCycler_C, PageItems) == 0x0002E0, "Member 'UWBP_PageCycler_C::PageItems' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PageCycler_C, DecrementPageIndex) == 0x0002F0, "Member 'UWBP_PageCycler_C::DecrementPageIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PageCycler_C, IncrementPageIndex) == 0x000300, "Member 'UWBP_PageCycler_C::IncrementPageIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PageCycler_C, MKBNavigationEnabled) == 0x000310, "Member 'UWBP_PageCycler_C::MKBNavigationEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_MaskOnNotification_C_ExecuteUbergraph_WBP_UI_Widget_MaskOnNotification \ +static_assert(alignof(WBP_UI_Widget_MaskOnNotification_C_ExecuteUbergraph_WBP_UI_Widget_MaskOnNotification) == 0x000004, "Wrong alignment on WBP_UI_Widget_MaskOnNotification_C_ExecuteUbergraph_WBP_UI_Widget_MaskOnNotification"); \ +static_assert(sizeof(WBP_UI_Widget_MaskOnNotification_C_ExecuteUbergraph_WBP_UI_Widget_MaskOnNotification) == 0x000010, "Wrong size on WBP_UI_Widget_MaskOnNotification_C_ExecuteUbergraph_WBP_UI_Widget_MaskOnNotification"); \ +static_assert(offsetof(WBP_UI_Widget_MaskOnNotification_C_ExecuteUbergraph_WBP_UI_Widget_MaskOnNotification, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_MaskOnNotification_C_ExecuteUbergraph_WBP_UI_Widget_MaskOnNotification::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_MaskOnNotification_C_ExecuteUbergraph_WBP_UI_Widget_MaskOnNotification, K2Node_Event_InProgress) == 0x000004, "Member 'WBP_UI_Widget_MaskOnNotification_C_ExecuteUbergraph_WBP_UI_Widget_MaskOnNotification::K2Node_Event_InProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_MaskOnNotification_C_ExecuteUbergraph_WBP_UI_Widget_MaskOnNotification, Temp_bool_Variable) == 0x000008, "Member 'WBP_UI_Widget_MaskOnNotification_C_ExecuteUbergraph_WBP_UI_Widget_MaskOnNotification::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_MaskOnNotification_C_ExecuteUbergraph_WBP_UI_Widget_MaskOnNotification, Temp_byte_Variable) == 0x000009, "Member 'WBP_UI_Widget_MaskOnNotification_C_ExecuteUbergraph_WBP_UI_Widget_MaskOnNotification::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_MaskOnNotification_C_ExecuteUbergraph_WBP_UI_Widget_MaskOnNotification, Temp_byte_Variable_1) == 0x00000A, "Member 'WBP_UI_Widget_MaskOnNotification_C_ExecuteUbergraph_WBP_UI_Widget_MaskOnNotification::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_MaskOnNotification_C_ExecuteUbergraph_WBP_UI_Widget_MaskOnNotification, K2Node_Event_bInIsPuttingOnMask) == 0x00000B, "Member 'WBP_UI_Widget_MaskOnNotification_C_ExecuteUbergraph_WBP_UI_Widget_MaskOnNotification::K2Node_Event_bInIsPuttingOnMask' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_MaskOnNotification_C_ExecuteUbergraph_WBP_UI_Widget_MaskOnNotification, K2Node_Select_Default) == 0x00000C, "Member 'WBP_UI_Widget_MaskOnNotification_C_ExecuteUbergraph_WBP_UI_Widget_MaskOnNotification::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_MaskOnNotification_C_OnProgressChanged \ +static_assert(alignof(WBP_UI_Widget_MaskOnNotification_C_OnProgressChanged) == 0x000004, "Wrong alignment on WBP_UI_Widget_MaskOnNotification_C_OnProgressChanged"); \ +static_assert(sizeof(WBP_UI_Widget_MaskOnNotification_C_OnProgressChanged) == 0x000004, "Wrong size on WBP_UI_Widget_MaskOnNotification_C_OnProgressChanged"); \ +static_assert(offsetof(WBP_UI_Widget_MaskOnNotification_C_OnProgressChanged, InProgress) == 0x000000, "Member 'WBP_UI_Widget_MaskOnNotification_C_OnProgressChanged::InProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_MaskOnNotification_C_MaskOnChanged \ +static_assert(alignof(WBP_UI_Widget_MaskOnNotification_C_MaskOnChanged) == 0x000001, "Wrong alignment on WBP_UI_Widget_MaskOnNotification_C_MaskOnChanged"); \ +static_assert(sizeof(WBP_UI_Widget_MaskOnNotification_C_MaskOnChanged) == 0x000001, "Wrong size on WBP_UI_Widget_MaskOnNotification_C_MaskOnChanged"); \ +static_assert(offsetof(WBP_UI_Widget_MaskOnNotification_C_MaskOnChanged, bInIsPuttingOnMask) == 0x000000, "Member 'WBP_UI_Widget_MaskOnNotification_C_MaskOnChanged::bInIsPuttingOnMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_MaskOnNotification_C \ +static_assert(alignof(UWBP_UI_Widget_MaskOnNotification_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_MaskOnNotification_C"); \ +static_assert(sizeof(UWBP_UI_Widget_MaskOnNotification_C) == 0x0002C8, "Wrong size on UWBP_UI_Widget_MaskOnNotification_C"); \ +static_assert(offsetof(UWBP_UI_Widget_MaskOnNotification_C, UberGraphFrame) == 0x0002A8, "Member 'UWBP_UI_Widget_MaskOnNotification_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_MaskOnNotification_C, Image_250) == 0x0002B0, "Member 'UWBP_UI_Widget_MaskOnNotification_C::Image_250' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_MaskOnNotification_C, Text_Prompt) == 0x0002B8, "Member 'UWBP_UI_Widget_MaskOnNotification_C::Text_Prompt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_MaskOnNotification_C, Widget_HoldInteraction) == 0x0002C0, "Member 'UWBP_UI_Widget_MaskOnNotification_C::Widget_HoldInteraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen \ +static_assert(alignof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen) == 0x000008, "Wrong alignment on WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen"); \ +static_assert(sizeof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen) == 0x000118, "Wrong size on WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, EntryPoint) == 0x000000, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, Temp_struct_Variable) == 0x000004, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, Temp_bool_Variable) == 0x000020, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, Temp_struct_Variable_1) == 0x000024, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, Temp_struct_Variable_2) == 0x000034, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x000044, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, CallFunc_K2_IsValidTimerHandle_ReturnValue_1) == 0x000045, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::CallFunc_K2_IsValidTimerHandle_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, Temp_struct_Variable_3) == 0x000048, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, CallFunc_K2_IsValidTimerHandle_ReturnValue_2) == 0x000058, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::CallFunc_K2_IsValidTimerHandle_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, Temp_bool_Variable_1) == 0x000059, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, CallFunc_K2_IsValidTimerHandle_ReturnValue_3) == 0x00005A, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::CallFunc_K2_IsValidTimerHandle_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, K2Node_ComponentBoundEvent_NewIndex_1) == 0x00005C, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::K2Node_ComponentBoundEvent_NewIndex_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, K2Node_ComponentBoundEvent_NewIndex) == 0x000060, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::K2Node_ComponentBoundEvent_NewIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, CallFunc_Array_Get_Item) == 0x000068, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, K2Node_SwitchInteger_CmpSuccess) == 0x000070, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, K2Node_ComponentBoundEvent_InNavigateIndex) == 0x000074, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::K2Node_ComponentBoundEvent_InNavigateIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, CallFunc_Add_IntInt_ReturnValue) == 0x000078, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, K2Node_CreateDelegate_OutputDelegate) == 0x00007C, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000090, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, CallFunc_Subtract_IntInt_ReturnValue) == 0x000098, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00009C, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, K2Node_ComponentBoundEvent_Button_3) == 0x0000A0, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000A8, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, K2Node_ComponentBoundEvent_Button_2) == 0x0000C0, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0000C8, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x0000D0, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, K2Node_ComponentBoundEvent_Button_1) == 0x0000D8, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x0000E0, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, K2Node_ComponentBoundEvent_Button) == 0x0000E8, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, K2Node_ComponentBoundEvent_bIsEnabled) == 0x0000F0, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, K2Node_Select_Default) == 0x0000F4, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen, K2Node_Select_Default_1) == 0x000104, "Member 'WBP_UI_Challenges_Screen_C_ExecuteUbergraph_WBP_UI_Challenges_Screen::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavRight_B_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavRight_B_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavRight_B_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavRight_B_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavRight_B_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavRight_B_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavRight_B_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavRight_B_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavRight_B_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavLeft_B_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavLeft_B_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavLeft_B_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavLeft_B_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavLeft_B_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavLeft_B_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavLeft_B_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavLeft_B_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavLeft_B_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavRight_B_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavRight_B_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavRight_B_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavRight_B_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavRight_B_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavRight_B_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavRight_B_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavLeft_B_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavLeft_B_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavLeft_B_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavLeft_B_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavLeft_B_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavLeft_B_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_NavLeft_B_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_WBP_PageCycler_K2Node_ComponentBoundEvent_8_NavigateToIndex__DelegateSignature \ +static_assert(alignof(WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_WBP_PageCycler_K2Node_ComponentBoundEvent_8_NavigateToIndex__DelegateSignature) == 0x000004, "Wrong alignment on WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_WBP_PageCycler_K2Node_ComponentBoundEvent_8_NavigateToIndex__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_WBP_PageCycler_K2Node_ComponentBoundEvent_8_NavigateToIndex__DelegateSignature) == 0x000004, "Wrong size on WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_WBP_PageCycler_K2Node_ComponentBoundEvent_8_NavigateToIndex__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_WBP_PageCycler_K2Node_ComponentBoundEvent_8_NavigateToIndex__DelegateSignature, InNavigateIndex) == 0x000000, "Member 'WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_WBP_PageCycler_K2Node_ComponentBoundEvent_8_NavigateToIndex__DelegateSignature::InNavigateIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_FilterNavBar_K2Node_ComponentBoundEvent_5_OnIndexChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_FilterNavBar_K2Node_ComponentBoundEvent_5_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_FilterNavBar_K2Node_ComponentBoundEvent_5_OnIndexChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_FilterNavBar_K2Node_ComponentBoundEvent_5_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong size on WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_FilterNavBar_K2Node_ComponentBoundEvent_5_OnIndexChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_FilterNavBar_K2Node_ComponentBoundEvent_5_OnIndexChanged__DelegateSignature, NewIndex) == 0x000000, "Member 'WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_FilterNavBar_K2Node_ComponentBoundEvent_5_OnIndexChanged__DelegateSignature::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_TypeNavBar_K2Node_ComponentBoundEvent_2_OnIndexChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_TypeNavBar_K2Node_ComponentBoundEvent_2_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_TypeNavBar_K2Node_ComponentBoundEvent_2_OnIndexChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_TypeNavBar_K2Node_ComponentBoundEvent_2_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong size on WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_TypeNavBar_K2Node_ComponentBoundEvent_2_OnIndexChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_TypeNavBar_K2Node_ComponentBoundEvent_2_OnIndexChanged__DelegateSignature, NewIndex) == 0x000000, "Member 'WBP_UI_Challenges_Screen_C_BndEvt__WBP_UI_Challenges_Screen_TypeNavBar_K2Node_ComponentBoundEvent_2_OnIndexChanged__DelegateSignature::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter \ +static_assert(alignof(WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter) == 0x000004, "Wrong alignment on WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter"); \ +static_assert(sizeof(WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter) == 0x00002C, "Wrong size on WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter, NewParam) == 0x000000, "Member 'WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter::NewParam' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter, Temp_int_Variable) == 0x000004, "Member 'WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter, Temp_int_Variable_1) == 0x000008, "Member 'WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter, CallFunc_Conv_IntToByte_ReturnValue) == 0x00000C, "Member 'WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter, CallFunc_GetValidValue_ReturnValue) == 0x000014, "Member 'WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x000015, "Member 'WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x000016, "Member 'WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000018, "Member 'WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter, CallFunc_MakeLiteralInt_ReturnValue) == 0x00001C, "Member 'WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter, CallFunc_Set_Contains_ReturnValue) == 0x000021, "Member 'WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter, CallFunc_Set_Length_ReturnValue) == 0x000024, "Member 'WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter::CallFunc_Set_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000028, "Member 'WBP_UI_Challenges_Screen_C_GetCurrentStatusFilter::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenges_Screen_C_UpdatePageCycler \ +static_assert(alignof(WBP_UI_Challenges_Screen_C_UpdatePageCycler) == 0x000004, "Wrong alignment on WBP_UI_Challenges_Screen_C_UpdatePageCycler"); \ +static_assert(sizeof(WBP_UI_Challenges_Screen_C_UpdatePageCycler) == 0x000014, "Wrong size on WBP_UI_Challenges_Screen_C_UpdatePageCycler"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_UpdatePageCycler, CallFunc_Subtract_IntInt_ReturnValue) == 0x000000, "Member 'WBP_UI_Challenges_Screen_C_UpdatePageCycler::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_UpdatePageCycler, Temp_int_Variable) == 0x000004, "Member 'WBP_UI_Challenges_Screen_C_UpdatePageCycler::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_UpdatePageCycler, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_UI_Challenges_Screen_C_UpdatePageCycler::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_UpdatePageCycler, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00000C, "Member 'WBP_UI_Challenges_Screen_C_UpdatePageCycler::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_UpdatePageCycler, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000010, "Member 'WBP_UI_Challenges_Screen_C_UpdatePageCycler::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenges_Screen_C_SetCategories \ +static_assert(alignof(WBP_UI_Challenges_Screen_C_SetCategories) == 0x000008, "Wrong alignment on WBP_UI_Challenges_Screen_C_SetCategories"); \ +static_assert(sizeof(WBP_UI_Challenges_Screen_C_SetCategories) == 0x000040, "Wrong size on WBP_UI_Challenges_Screen_C_SetCategories"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_SetCategories, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_UI_Challenges_Screen_C_SetCategories::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_SetCategories, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_UI_Challenges_Screen_C_SetCategories::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_SetCategories, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_UI_Challenges_Screen_C_SetCategories::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_SetCategories, CallFunc_GetChallengeCategoryData_OutCategoryList) == 0x000010, "Member 'WBP_UI_Challenges_Screen_C_SetCategories::CallFunc_GetChallengeCategoryData_OutCategoryList' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_SetCategories, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_UI_Challenges_Screen_C_SetCategories::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_SetCategories, CallFunc_Array_Add_ReturnValue) == 0x000028, "Member 'WBP_UI_Challenges_Screen_C_SetCategories::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_SetCategories, CallFunc_CategoryHasChallenges_ReturnValue) == 0x00002C, "Member 'WBP_UI_Challenges_Screen_C_SetCategories::CallFunc_CategoryHasChallenges_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_SetCategories, CallFunc_Array_Add_ReturnValue_1) == 0x000030, "Member 'WBP_UI_Challenges_Screen_C_SetCategories::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_SetCategories, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'WBP_UI_Challenges_Screen_C_SetCategories::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_SetCategories, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'WBP_UI_Challenges_Screen_C_SetCategories::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenges_Screen_C_NavRight \ +static_assert(alignof(WBP_UI_Challenges_Screen_C_NavRight) == 0x000008, "Wrong alignment on WBP_UI_Challenges_Screen_C_NavRight"); \ +static_assert(sizeof(WBP_UI_Challenges_Screen_C_NavRight) == 0x000010, "Wrong size on WBP_UI_Challenges_Screen_C_NavRight"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_NavRight, Navigation_0) == 0x000000, "Member 'WBP_UI_Challenges_Screen_C_NavRight::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_NavRight, ReturnValue) == 0x000008, "Member 'WBP_UI_Challenges_Screen_C_NavRight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenges_Screen_C_NavLeft \ +static_assert(alignof(WBP_UI_Challenges_Screen_C_NavLeft) == 0x000008, "Wrong alignment on WBP_UI_Challenges_Screen_C_NavLeft"); \ +static_assert(sizeof(WBP_UI_Challenges_Screen_C_NavLeft) == 0x000010, "Wrong size on WBP_UI_Challenges_Screen_C_NavLeft"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_NavLeft, Navigation_0) == 0x000000, "Member 'WBP_UI_Challenges_Screen_C_NavLeft::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenges_Screen_C_NavLeft, ReturnValue) == 0x000008, "Member 'WBP_UI_Challenges_Screen_C_NavLeft::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Challenges_Screen_C \ +static_assert(alignof(UWBP_UI_Challenges_Screen_C) == 0x000008, "Wrong alignment on UWBP_UI_Challenges_Screen_C"); \ +static_assert(sizeof(UWBP_UI_Challenges_Screen_C) == 0x0003B8, "Wrong size on UWBP_UI_Challenges_Screen_C"); \ +static_assert(offsetof(UWBP_UI_Challenges_Screen_C, UberGraphFrame) == 0x000340, "Member 'UWBP_UI_Challenges_Screen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenges_Screen_C, Tab_Change) == 0x000348, "Member 'UWBP_UI_Challenges_Screen_C::Tab_Change' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenges_Screen_C, Page_motion) == 0x000350, "Member 'UWBP_UI_Challenges_Screen_C::Page_motion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenges_Screen_C, FilterNavBar) == 0x000358, "Member 'UWBP_UI_Challenges_Screen_C::FilterNavBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenges_Screen_C, NavigationalArrowLeft_I) == 0x000360, "Member 'UWBP_UI_Challenges_Screen_C::NavigationalArrowLeft_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenges_Screen_C, NavigationalArrowRight_I) == 0x000368, "Member 'UWBP_UI_Challenges_Screen_C::NavigationalArrowRight_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenges_Screen_C, NavLeft_B) == 0x000370, "Member 'UWBP_UI_Challenges_Screen_C::NavLeft_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenges_Screen_C, NavRight_B) == 0x000378, "Member 'UWBP_UI_Challenges_Screen_C::NavRight_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenges_Screen_C, TutorialPopup_Button) == 0x000380, "Member 'UWBP_UI_Challenges_Screen_C::TutorialPopup_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenges_Screen_C, TypeNavBar) == 0x000388, "Member 'UWBP_UI_Challenges_Screen_C::TypeNavBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenges_Screen_C, WBP_PageCycler) == 0x000390, "Member 'UWBP_UI_Challenges_Screen_C::WBP_PageCycler' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenges_Screen_C, Force_Single_Filter_Status_or_None) == 0x000398, "Member 'UWBP_UI_Challenges_Screen_C::Force_Single_Filter_Status_or_None' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenges_Screen_C, PageTimerHandle) == 0x0003A0, "Member 'UWBP_UI_Challenges_Screen_C::PageTimerHandle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenges_Screen_C, Category_Data) == 0x0003A8, "Member 'UWBP_UI_Challenges_Screen_C::Category_Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticHammer_C \ +static_assert(alignof(ABP_CosmeticHammer_C) == 0x000008, "Wrong alignment on ABP_CosmeticHammer_C"); \ +static_assert(sizeof(ABP_CosmeticHammer_C) == 0x0002D0, "Wrong size on ABP_CosmeticHammer_C"); \ +static_assert(offsetof(ABP_CosmeticHammer_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticHammer_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton \ +static_assert(alignof(WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton) == 0x000008, "Wrong alignment on WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton"); \ +static_assert(sizeof(WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton) == 0x0000F8, "Wrong size on WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton, EntryPoint) == 0x000000, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton, Temp_byte_Variable) == 0x000004, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton, Temp_byte_Variable_1) == 0x000005, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton, K2Node_Event_InCategoryData) == 0x000008, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton::K2Node_Event_InCategoryData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton, Temp_bool_Variable) == 0x000010, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton, K2Node_Event_IsDesignTime) == 0x000011, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000018, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton, CallFunc_GetGlobalColor_ReturnValue) == 0x000028, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton, K2Node_Event_bInHasFocus) == 0x000038, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton, K2Node_Event_bInIsHovered) == 0x000039, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton, K2Node_Event_TotalCount) == 0x00003C, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton::K2Node_Event_TotalCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton, K2Node_Event_CompletedCount) == 0x000040, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton::K2Node_Event_CompletedCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000044, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton, K2Node_Select_Default) == 0x0000C8, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton, K2Node_MakeArray_Array) == 0x0000D0, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_ExecuteUbergraph_WBP_UI_ChallengeCategory_PanelButton::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ChallengeCategory_PanelButton_C_OnChallengeCategoryCountRefreshed \ +static_assert(alignof(WBP_UI_ChallengeCategory_PanelButton_C_OnChallengeCategoryCountRefreshed) == 0x000004, "Wrong alignment on WBP_UI_ChallengeCategory_PanelButton_C_OnChallengeCategoryCountRefreshed"); \ +static_assert(sizeof(WBP_UI_ChallengeCategory_PanelButton_C_OnChallengeCategoryCountRefreshed) == 0x000008, "Wrong size on WBP_UI_ChallengeCategory_PanelButton_C_OnChallengeCategoryCountRefreshed"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_OnChallengeCategoryCountRefreshed, TotalCount) == 0x000000, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_OnChallengeCategoryCountRefreshed::TotalCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_OnChallengeCategoryCountRefreshed, CompletedCount) == 0x000004, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_OnChallengeCategoryCountRefreshed::CompletedCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ChallengeCategory_PanelButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_ChallengeCategory_PanelButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_ChallengeCategory_PanelButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_ChallengeCategory_PanelButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_ChallengeCategory_PanelButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ChallengeCategory_PanelButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_ChallengeCategory_PanelButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_ChallengeCategory_PanelButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_ChallengeCategory_PanelButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_ChallengeCategory_PanelButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ChallengeCategory_PanelButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_ChallengeCategory_PanelButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_ChallengeCategory_PanelButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_ChallengeCategory_PanelButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_ChallengeCategory_PanelButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ChallengeCategory_PanelButton_C_OnChallengeCategoryDataInititalized \ +static_assert(alignof(WBP_UI_ChallengeCategory_PanelButton_C_OnChallengeCategoryDataInititalized) == 0x000008, "Wrong alignment on WBP_UI_ChallengeCategory_PanelButton_C_OnChallengeCategoryDataInititalized"); \ +static_assert(sizeof(WBP_UI_ChallengeCategory_PanelButton_C_OnChallengeCategoryDataInititalized) == 0x000008, "Wrong size on WBP_UI_ChallengeCategory_PanelButton_C_OnChallengeCategoryDataInititalized"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_OnChallengeCategoryDataInititalized, InCategoryData) == 0x000000, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_OnChallengeCategoryDataInititalized::InCategoryData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ChallengeCategory_PanelButton_C_OnFocusedVisual \ +static_assert(alignof(WBP_UI_ChallengeCategory_PanelButton_C_OnFocusedVisual) == 0x000008, "Wrong alignment on WBP_UI_ChallengeCategory_PanelButton_C_OnFocusedVisual"); \ +static_assert(sizeof(WBP_UI_ChallengeCategory_PanelButton_C_OnFocusedVisual) == 0x000028, "Wrong size on WBP_UI_ChallengeCategory_PanelButton_C_OnFocusedVisual"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_OnFocusedVisual, bIsFocused) == 0x000000, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_OnFocusedVisual::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_OnFocusedVisual, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_OnFocusedVisual::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_OnFocusedVisual, Temp_byte_Variable) == 0x000002, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_OnFocusedVisual::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_OnFocusedVisual, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_OnFocusedVisual::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_OnFocusedVisual, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_OnFocusedVisual::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_OnFocusedVisual, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_OnFocusedVisual::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_OnFocusedVisual, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_OnFocusedVisual::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_OnFocusedVisual, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_OnFocusedVisual::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_OnFocusedVisual, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000020, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_OnFocusedVisual::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ChallengeCategory_PanelButton_C_OnHoveredVisuals \ +static_assert(alignof(WBP_UI_ChallengeCategory_PanelButton_C_OnHoveredVisuals) == 0x000001, "Wrong alignment on WBP_UI_ChallengeCategory_PanelButton_C_OnHoveredVisuals"); \ +static_assert(sizeof(WBP_UI_ChallengeCategory_PanelButton_C_OnHoveredVisuals) == 0x000001, "Wrong size on WBP_UI_ChallengeCategory_PanelButton_C_OnHoveredVisuals"); \ +static_assert(offsetof(WBP_UI_ChallengeCategory_PanelButton_C_OnHoveredVisuals, bIsHovered) == 0x000000, "Member 'WBP_UI_ChallengeCategory_PanelButton_C_OnHoveredVisuals::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_ChallengeCategory_PanelButton_C \ +static_assert(alignof(UWBP_UI_ChallengeCategory_PanelButton_C) == 0x000008, "Wrong alignment on UWBP_UI_ChallengeCategory_PanelButton_C"); \ +static_assert(sizeof(UWBP_UI_ChallengeCategory_PanelButton_C) == 0x0003E8, "Wrong size on UWBP_UI_ChallengeCategory_PanelButton_C"); \ +static_assert(offsetof(UWBP_UI_ChallengeCategory_PanelButton_C, UberGraphFrame) == 0x000388, "Member 'UWBP_UI_ChallengeCategory_PanelButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ChallengeCategory_PanelButton_C, ImageAnim) == 0x000390, "Member 'UWBP_UI_ChallengeCategory_PanelButton_C::ImageAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ChallengeCategory_PanelButton_C, FadeIn) == 0x000398, "Member 'UWBP_UI_ChallengeCategory_PanelButton_C::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ChallengeCategory_PanelButton_C, Border_662) == 0x0003A0, "Member 'UWBP_UI_ChallengeCategory_PanelButton_C::Border_662' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ChallengeCategory_PanelButton_C, Image_BG) == 0x0003A8, "Member 'UWBP_UI_ChallengeCategory_PanelButton_C::Image_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ChallengeCategory_PanelButton_C, Image_CategoryIcon) == 0x0003B0, "Member 'UWBP_UI_ChallengeCategory_PanelButton_C::Image_CategoryIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ChallengeCategory_PanelButton_C, Image_Highlight) == 0x0003B8, "Member 'UWBP_UI_ChallengeCategory_PanelButton_C::Image_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ChallengeCategory_PanelButton_C, InvalidationBox_CategoryButton) == 0x0003C0, "Member 'UWBP_UI_ChallengeCategory_PanelButton_C::InvalidationBox_CategoryButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ChallengeCategory_PanelButton_C, RetainerBox_BlackWhiteEffect) == 0x0003C8, "Member 'UWBP_UI_ChallengeCategory_PanelButton_C::RetainerBox_BlackWhiteEffect' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ChallengeCategory_PanelButton_C, Text_CategoryCount) == 0x0003D0, "Member 'UWBP_UI_ChallengeCategory_PanelButton_C::Text_CategoryCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ChallengeCategory_PanelButton_C, Text_CategoryName) == 0x0003D8, "Member 'UWBP_UI_ChallengeCategory_PanelButton_C::Text_CategoryName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ChallengeCategory_PanelButton_C, DynamicMaterial) == 0x0003E0, "Member 'UWBP_UI_ChallengeCategory_PanelButton_C::DynamicMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TempSSD_C_ExecuteUbergraph_BP_TempSSD \ +static_assert(alignof(BP_TempSSD_C_ExecuteUbergraph_BP_TempSSD) == 0x000008, "Wrong alignment on BP_TempSSD_C_ExecuteUbergraph_BP_TempSSD"); \ +static_assert(sizeof(BP_TempSSD_C_ExecuteUbergraph_BP_TempSSD) == 0x000020, "Wrong size on BP_TempSSD_C_ExecuteUbergraph_BP_TempSSD"); \ +static_assert(offsetof(BP_TempSSD_C_ExecuteUbergraph_BP_TempSSD, EntryPoint) == 0x000000, "Member 'BP_TempSSD_C_ExecuteUbergraph_BP_TempSSD::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_TempSSD_C_ExecuteUbergraph_BP_TempSSD, K2Node_Event_bStateToChangeTo) == 0x000004, "Member 'BP_TempSSD_C_ExecuteUbergraph_BP_TempSSD::K2Node_Event_bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_TempSSD_C_ExecuteUbergraph_BP_TempSSD, K2Node_Event_bDoCosmetics) == 0x000005, "Member 'BP_TempSSD_C_ExecuteUbergraph_BP_TempSSD::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_TempSSD_C_ExecuteUbergraph_BP_TempSSD, K2Node_ComponentBoundEvent_Interactable) == 0x000008, "Member 'BP_TempSSD_C_ExecuteUbergraph_BP_TempSSD::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_TempSSD_C_ExecuteUbergraph_BP_TempSSD, K2Node_ComponentBoundEvent_Interactor) == 0x000010, "Member 'BP_TempSSD_C_ExecuteUbergraph_BP_TempSSD::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_TempSSD_C_ExecuteUbergraph_BP_TempSSD, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000018, "Member 'BP_TempSSD_C_ExecuteUbergraph_BP_TempSSD::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_TempSSD_C_ExecuteUbergraph_BP_TempSSD, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'BP_TempSSD_C_ExecuteUbergraph_BP_TempSSD::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TempSSD_C_ExecuteUbergraph_BP_TempSSD, CallFunc_Not_PreBool_ReturnValue_1) == 0x00001A, "Member 'BP_TempSSD_C_ExecuteUbergraph_BP_TempSSD::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TempSSD_C_BndEvt__BP_ConnectedSSD_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_TempSSD_C_BndEvt__BP_ConnectedSSD_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_TempSSD_C_BndEvt__BP_ConnectedSSD_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_TempSSD_C_BndEvt__BP_ConnectedSSD_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_TempSSD_C_BndEvt__BP_ConnectedSSD_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_TempSSD_C_BndEvt__BP_ConnectedSSD_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_TempSSD_C_BndEvt__BP_ConnectedSSD_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_TempSSD_C_BndEvt__BP_ConnectedSSD_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_TempSSD_C_BndEvt__BP_ConnectedSSD_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_TempSSD_C_BndEvt__BP_ConnectedSSD_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_TempSSD_C_BndEvt__BP_ConnectedSSD_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TempSSD_C_OnStateChanged \ +static_assert(alignof(BP_TempSSD_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_TempSSD_C_OnStateChanged"); \ +static_assert(sizeof(BP_TempSSD_C_OnStateChanged) == 0x000002, "Wrong size on BP_TempSSD_C_OnStateChanged"); \ +static_assert(offsetof(BP_TempSSD_C_OnStateChanged, bStateToChangeTo) == 0x000000, "Member 'BP_TempSSD_C_OnStateChanged::bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_TempSSD_C_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_TempSSD_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TempSSD_C_GetState \ +static_assert(alignof(BP_TempSSD_C_GetState) == 0x000001, "Wrong alignment on BP_TempSSD_C_GetState"); \ +static_assert(sizeof(BP_TempSSD_C_GetState) == 0x000001, "Wrong size on BP_TempSSD_C_GetState"); \ +static_assert(offsetof(BP_TempSSD_C_GetState, State) == 0x000000, "Member 'BP_TempSSD_C_GetState::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_TempSSD_C \ +static_assert(alignof(ABP_TempSSD_C) == 0x000008, "Wrong alignment on ABP_TempSSD_C"); \ +static_assert(sizeof(ABP_TempSSD_C) == 0x000360, "Wrong size on ABP_TempSSD_C"); \ +static_assert(offsetof(ABP_TempSSD_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_TempSSD_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_TempSSD_C, Box) == 0x0002E0, "Member 'ABP_TempSSD_C::Box' has a wrong offset!"); \ +static_assert(offsetof(ABP_TempSSD_C, SBZInteractable) == 0x0002E8, "Member 'ABP_TempSSD_C::SBZInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_TempSSD_C, OutlineMesh) == 0x0002F0, "Member 'ABP_TempSSD_C::OutlineMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_TempSSD_C, SBZOutline) == 0x0002F8, "Member 'ABP_TempSSD_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_TempSSD_C, Mesh) == 0x000300, "Member 'ABP_TempSSD_C::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_TempSSD_C, DefaultSceneRoot) == 0x000308, "Member 'ABP_TempSSD_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_TempSSD_C, SSDPlaced) == 0x000310, "Member 'ABP_TempSSD_C::SSDPlaced' has a wrong offset!"); \ +static_assert(offsetof(ABP_TempSSD_C, DisableEffect) == 0x000320, "Member 'ABP_TempSSD_C::DisableEffect' has a wrong offset!"); \ +static_assert(offsetof(ABP_TempSSD_C, StartFlickering) == 0x000330, "Member 'ABP_TempSSD_C::StartFlickering' has a wrong offset!"); \ +static_assert(offsetof(ABP_TempSSD_C, StopFlickering) == 0x000340, "Member 'ABP_TempSSD_C::StopFlickering' has a wrong offset!"); \ +static_assert(offsetof(ABP_TempSSD_C, PluggedIn) == 0x000350, "Member 'ABP_TempSSD_C::PluggedIn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenge_InfamyProgress_C_ExecuteUbergraph_WBP_UI_Challenge_InfamyProgress \ +static_assert(alignof(WBP_UI_Challenge_InfamyProgress_C_ExecuteUbergraph_WBP_UI_Challenge_InfamyProgress) == 0x000008, "Wrong alignment on WBP_UI_Challenge_InfamyProgress_C_ExecuteUbergraph_WBP_UI_Challenge_InfamyProgress"); \ +static_assert(sizeof(WBP_UI_Challenge_InfamyProgress_C_ExecuteUbergraph_WBP_UI_Challenge_InfamyProgress) == 0x000020, "Wrong size on WBP_UI_Challenge_InfamyProgress_C_ExecuteUbergraph_WBP_UI_Challenge_InfamyProgress"); \ +static_assert(offsetof(WBP_UI_Challenge_InfamyProgress_C_ExecuteUbergraph_WBP_UI_Challenge_InfamyProgress, EntryPoint) == 0x000000, "Member 'WBP_UI_Challenge_InfamyProgress_C_ExecuteUbergraph_WBP_UI_Challenge_InfamyProgress::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_InfamyProgress_C_ExecuteUbergraph_WBP_UI_Challenge_InfamyProgress, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'WBP_UI_Challenge_InfamyProgress_C_ExecuteUbergraph_WBP_UI_Challenge_InfamyProgress::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_InfamyProgress_C_ExecuteUbergraph_WBP_UI_Challenge_InfamyProgress, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000010, "Member 'WBP_UI_Challenge_InfamyProgress_C_ExecuteUbergraph_WBP_UI_Challenge_InfamyProgress::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_InfamyProgress_C_ExecuteUbergraph_WBP_UI_Challenge_InfamyProgress, K2Node_Event_IsDesignTime) == 0x000018, "Member 'WBP_UI_Challenge_InfamyProgress_C_ExecuteUbergraph_WBP_UI_Challenge_InfamyProgress::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenge_InfamyProgress_C_PreConstruct \ +static_assert(alignof(WBP_UI_Challenge_InfamyProgress_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Challenge_InfamyProgress_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Challenge_InfamyProgress_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Challenge_InfamyProgress_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Challenge_InfamyProgress_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Challenge_InfamyProgress_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenge_InfamyProgress_C_Set_Infamy_Visuals \ +static_assert(alignof(WBP_UI_Challenge_InfamyProgress_C_Set_Infamy_Visuals) == 0x000008, "Wrong alignment on WBP_UI_Challenge_InfamyProgress_C_Set_Infamy_Visuals"); \ +static_assert(sizeof(WBP_UI_Challenge_InfamyProgress_C_Set_Infamy_Visuals) == 0x0000A8, "Wrong size on WBP_UI_Challenge_InfamyProgress_C_Set_Infamy_Visuals"); \ +static_assert(offsetof(WBP_UI_Challenge_InfamyProgress_C_Set_Infamy_Visuals, K2Node_MakeStruct_FormatArgumentData) == 0x000000, "Member 'WBP_UI_Challenge_InfamyProgress_C_Set_Infamy_Visuals::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_InfamyProgress_C_Set_Infamy_Visuals, K2Node_MakeStruct_FormatArgumentData_1) == 0x000040, "Member 'WBP_UI_Challenge_InfamyProgress_C_Set_Infamy_Visuals::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_InfamyProgress_C_Set_Infamy_Visuals, K2Node_MakeArray_Array) == 0x000080, "Member 'WBP_UI_Challenge_InfamyProgress_C_Set_Infamy_Visuals::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Challenge_InfamyProgress_C_Set_Infamy_Visuals, CallFunc_Format_ReturnValue) == 0x000090, "Member 'WBP_UI_Challenge_InfamyProgress_C_Set_Infamy_Visuals::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Challenge_InfamyProgress_C_Get_Image_ProgressBar_Brush_0 \ +static_assert(alignof(WBP_UI_Challenge_InfamyProgress_C_Get_Image_ProgressBar_Brush_0) == 0x000008, "Wrong alignment on WBP_UI_Challenge_InfamyProgress_C_Get_Image_ProgressBar_Brush_0"); \ +static_assert(sizeof(WBP_UI_Challenge_InfamyProgress_C_Get_Image_ProgressBar_Brush_0) == 0x000090, "Wrong size on WBP_UI_Challenge_InfamyProgress_C_Get_Image_ProgressBar_Brush_0"); \ +static_assert(offsetof(WBP_UI_Challenge_InfamyProgress_C_Get_Image_ProgressBar_Brush_0, ReturnValue) == 0x000000, "Member 'WBP_UI_Challenge_InfamyProgress_C_Get_Image_ProgressBar_Brush_0::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Challenge_InfamyProgress_C \ +static_assert(alignof(UWBP_UI_Challenge_InfamyProgress_C) == 0x000008, "Wrong alignment on UWBP_UI_Challenge_InfamyProgress_C"); \ +static_assert(sizeof(UWBP_UI_Challenge_InfamyProgress_C) == 0x000360, "Wrong size on UWBP_UI_Challenge_InfamyProgress_C"); \ +static_assert(offsetof(UWBP_UI_Challenge_InfamyProgress_C, UberGraphFrame) == 0x0002A8, "Member 'UWBP_UI_Challenge_InfamyProgress_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_InfamyProgress_C, Frame_DynamicMaterial) == 0x0002B0, "Member 'UWBP_UI_Challenge_InfamyProgress_C::Frame_DynamicMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_InfamyProgress_C, Image_ProgressBar) == 0x0002B8, "Member 'UWBP_UI_Challenge_InfamyProgress_C::Image_ProgressBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_InfamyProgress_C, Text_ExperienceProgress) == 0x0002C0, "Member 'UWBP_UI_Challenge_InfamyProgress_C::Text_ExperienceProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_InfamyProgress_C, WBP_UI_InfamyCircularWidget) == 0x0002C8, "Member 'UWBP_UI_Challenge_InfamyProgress_C::WBP_UI_InfamyCircularWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_InfamyProgress_C, ProgressBarMaterial) == 0x0002D0, "Member 'UWBP_UI_Challenge_InfamyProgress_C::ProgressBarMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_InfamyProgress_C, Color) == 0x0002D8, "Member 'UWBP_UI_Challenge_InfamyProgress_C::Color' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_InfamyProgress_C, MaxLevelColor) == 0x0002E8, "Member 'UWBP_UI_Challenge_InfamyProgress_C::MaxLevelColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_InfamyProgress_C, FontBrush) == 0x0002F8, "Member 'UWBP_UI_Challenge_InfamyProgress_C::FontBrush' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Challenge_InfamyProgress_C, FrameText) == 0x000358, "Member 'UWBP_UI_Challenge_InfamyProgress_C::FrameText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer \ +static_assert(alignof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer) == 0x000008, "Wrong alignment on WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer"); \ +static_assert(sizeof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer) == 0x000160, "Wrong size on WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, EntryPoint) == 0x000000, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, Temp_byte_Variable) == 0x000004, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, Temp_byte_Variable_1) == 0x000005, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, K2Node_Event_IsDesignTime) == 0x000006, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, CallFunc_CreateChallengeButton_OutChallengeButtonWidget) == 0x000008, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::CallFunc_CreateChallengeButton_OutChallengeButtonWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, Temp_int_Variable) == 0x000010, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, CallFunc_Subtract_IntInt_ReturnValue) == 0x000018, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, Temp_bool_Variable) == 0x000024, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, CallFunc_Less_IntInt_ReturnValue) == 0x000025, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, K2Node_Select_Default) == 0x000026, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, Temp_byte_Variable_2) == 0x000027, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, Temp_byte_Variable_3) == 0x000028, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, CallFunc_Array_Add_ReturnValue) == 0x00002C, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, CallFunc_GetChallengeManager_ReturnValue) == 0x000030, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::CallFunc_GetChallengeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, K2Node_CreateDelegate_OutputDelegate) == 0x000038, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, CallFunc_MakeLiteralInt_ReturnValue) == 0x00004C, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, CallFunc_MakeLiteralInt_ReturnValue_1) == 0x000050, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::CallFunc_MakeLiteralInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, CallFunc_MakeLiteralInt_ReturnValue_2) == 0x0000D8, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::CallFunc_MakeLiteralInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, Temp_bool_Variable_1) == 0x0000DC, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E0, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, K2Node_MakeArray_Array) == 0x000120, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, K2Node_Select_Default_1) == 0x000130, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, CallFunc_Format_ReturnValue) == 0x000138, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, CallFunc_K2_SetTimer_ReturnValue) == 0x000150, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000158, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, CallFunc_GetFeatureToggleValue_ReturnValue) == 0x00015C, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::CallFunc_GetFeatureToggleValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00015D, "Member 'WBP_DailyChallengesContainer_C_ExecuteUbergraph_WBP_DailyChallengesContainer::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengesContainer_C_PreConstruct \ +static_assert(alignof(WBP_DailyChallengesContainer_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_DailyChallengesContainer_C_PreConstruct"); \ +static_assert(sizeof(WBP_DailyChallengesContainer_C_PreConstruct) == 0x000001, "Wrong size on WBP_DailyChallengesContainer_C_PreConstruct"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_DailyChallengesContainer_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengesContainer_C_CreateChallengeButton \ +static_assert(alignof(WBP_DailyChallengesContainer_C_CreateChallengeButton) == 0x000008, "Wrong alignment on WBP_DailyChallengesContainer_C_CreateChallengeButton"); \ +static_assert(sizeof(WBP_DailyChallengesContainer_C_CreateChallengeButton) == 0x000050, "Wrong size on WBP_DailyChallengesContainer_C_CreateChallengeButton"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_CreateChallengeButton, OutChallengeButtonWidget) == 0x000000, "Member 'WBP_DailyChallengesContainer_C_CreateChallengeButton::OutChallengeButtonWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_CreateChallengeButton, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_DailyChallengesContainer_C_CreateChallengeButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_CreateChallengeButton, K2Node_MakeStruct_SlateChildSize) == 0x00001C, "Member 'WBP_DailyChallengesContainer_C_CreateChallengeButton::K2Node_MakeStruct_SlateChildSize' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_CreateChallengeButton, CallFunc_Create_ReturnValue) == 0x000028, "Member 'WBP_DailyChallengesContainer_C_CreateChallengeButton::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_CreateChallengeButton, CallFunc_AddChild_ReturnValue) == 0x000030, "Member 'WBP_DailyChallengesContainer_C_CreateChallengeButton::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_CreateChallengeButton, CallFunc_SlotAsVerticalBoxSlot_ReturnValue) == 0x000038, "Member 'WBP_DailyChallengesContainer_C_CreateChallengeButton::CallFunc_SlotAsVerticalBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_CreateChallengeButton, K2Node_MakeStruct_Margin) == 0x000040, "Member 'WBP_DailyChallengesContainer_C_CreateChallengeButton::K2Node_MakeStruct_Margin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengesContainer_C_OnChallengeRerollPressed \ +static_assert(alignof(WBP_DailyChallengesContainer_C_OnChallengeRerollPressed) == 0x000008, "Wrong alignment on WBP_DailyChallengesContainer_C_OnChallengeRerollPressed"); \ +static_assert(sizeof(WBP_DailyChallengesContainer_C_OnChallengeRerollPressed) == 0x000130, "Wrong size on WBP_DailyChallengesContainer_C_OnChallengeRerollPressed"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_OnChallengeRerollPressed, ChallengeButton) == 0x000000, "Member 'WBP_DailyChallengesContainer_C_OnChallengeRerollPressed::ChallengeButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_OnChallengeRerollPressed, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_DailyChallengesContainer_C_OnChallengeRerollPressed::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_OnChallengeRerollPressed, K2Node_MakeStruct_SBZButtonControlReference) == 0x000020, "Member 'WBP_DailyChallengesContainer_C_OnChallengeRerollPressed::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_OnChallengeRerollPressed, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000058, "Member 'WBP_DailyChallengesContainer_C_OnChallengeRerollPressed::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_OnChallengeRerollPressed, CallFunc_GetUIManager_ReturnValue) == 0x000090, "Member 'WBP_DailyChallengesContainer_C_OnChallengeRerollPressed::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_OnChallengeRerollPressed, K2Node_MakeArray_Array) == 0x000098, "Member 'WBP_DailyChallengesContainer_C_OnChallengeRerollPressed::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_OnChallengeRerollPressed, K2Node_MakeStruct_SBZButtonControlsReference) == 0x0000A8, "Member 'WBP_DailyChallengesContainer_C_OnChallengeRerollPressed::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_OnChallengeRerollPressed, K2Node_MakeStruct_SBZUIPopupData) == 0x0000D0, "Member 'WBP_DailyChallengesContainer_C_OnChallengeRerollPressed::K2Node_MakeStruct_SBZUIPopupData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengesContainer_C_OnChallengeRerollPopupClosed \ +static_assert(alignof(WBP_DailyChallengesContainer_C_OnChallengeRerollPopupClosed) == 0x000008, "Wrong alignment on WBP_DailyChallengesContainer_C_OnChallengeRerollPopupClosed"); \ +static_assert(sizeof(WBP_DailyChallengesContainer_C_OnChallengeRerollPopupClosed) == 0x000020, "Wrong size on WBP_DailyChallengesContainer_C_OnChallengeRerollPopupClosed"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_OnChallengeRerollPopupClosed, ClosingActionName) == 0x000000, "Member 'WBP_DailyChallengesContainer_C_OnChallengeRerollPopupClosed::ClosingActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_OnChallengeRerollPopupClosed, K2Node_SwitchName_CmpSuccess) == 0x00000C, "Member 'WBP_DailyChallengesContainer_C_OnChallengeRerollPopupClosed::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_OnChallengeRerollPopupClosed, CallFunc_GetChallengeManager_ReturnValue) == 0x000010, "Member 'WBP_DailyChallengesContainer_C_OnChallengeRerollPopupClosed::CallFunc_GetChallengeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_OnChallengeRerollPopupClosed, CallFunc_Array_Find_ReturnValue) == 0x000018, "Member 'WBP_DailyChallengesContainer_C_OnChallengeRerollPopupClosed::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengesContainer_C_InitializeDailyChallenges \ +static_assert(alignof(WBP_DailyChallengesContainer_C_InitializeDailyChallenges) == 0x000008, "Wrong alignment on WBP_DailyChallengesContainer_C_InitializeDailyChallenges"); \ +static_assert(sizeof(WBP_DailyChallengesContainer_C_InitializeDailyChallenges) == 0x000040, "Wrong size on WBP_DailyChallengesContainer_C_InitializeDailyChallenges"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_InitializeDailyChallenges, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_DailyChallengesContainer_C_InitializeDailyChallenges::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_InitializeDailyChallenges, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_DailyChallengesContainer_C_InitializeDailyChallenges::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_InitializeDailyChallenges, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_DailyChallengesContainer_C_InitializeDailyChallenges::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_InitializeDailyChallenges, Temp_byte_Variable) == 0x00000C, "Member 'WBP_DailyChallengesContainer_C_InitializeDailyChallenges::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_InitializeDailyChallenges, Temp_byte_Variable_1) == 0x00000D, "Member 'WBP_DailyChallengesContainer_C_InitializeDailyChallenges::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_InitializeDailyChallenges, Temp_bool_Variable) == 0x00000E, "Member 'WBP_DailyChallengesContainer_C_InitializeDailyChallenges::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_InitializeDailyChallenges, CallFunc_GetChallengeManager_ReturnValue) == 0x000010, "Member 'WBP_DailyChallengesContainer_C_InitializeDailyChallenges::CallFunc_GetChallengeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_InitializeDailyChallenges, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_DailyChallengesContainer_C_InitializeDailyChallenges::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_InitializeDailyChallenges, CallFunc_GetDailyChallengesArray_ReturnValue) == 0x000020, "Member 'WBP_DailyChallengesContainer_C_InitializeDailyChallenges::CallFunc_GetDailyChallengesArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_InitializeDailyChallenges, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_DailyChallengesContainer_C_InitializeDailyChallenges::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_InitializeDailyChallenges, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'WBP_DailyChallengesContainer_C_InitializeDailyChallenges::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_InitializeDailyChallenges, CallFunc_Array_Length_ReturnValue_1) == 0x000038, "Member 'WBP_DailyChallengesContainer_C_InitializeDailyChallenges::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_InitializeDailyChallenges, CallFunc_Less_IntInt_ReturnValue_1) == 0x00003C, "Member 'WBP_DailyChallengesContainer_C_InitializeDailyChallenges::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_InitializeDailyChallenges, K2Node_Select_Default) == 0x00003D, "Member 'WBP_DailyChallengesContainer_C_InitializeDailyChallenges::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengesContainer_C_UpdateTimer \ +static_assert(alignof(WBP_DailyChallengesContainer_C_UpdateTimer) == 0x000008, "Wrong alignment on WBP_DailyChallengesContainer_C_UpdateTimer"); \ +static_assert(sizeof(WBP_DailyChallengesContainer_C_UpdateTimer) == 0x000138, "Wrong size on WBP_DailyChallengesContainer_C_UpdateTimer"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_UpdateTimer, CallFunc_Get_ReturnValue) == 0x000000, "Member 'WBP_DailyChallengesContainer_C_UpdateTimer::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_UpdateTimer, CallFunc_GetNextResetTime_ReturnValue) == 0x000008, "Member 'WBP_DailyChallengesContainer_C_UpdateTimer::CallFunc_GetNextResetTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_UpdateTimer, CallFunc_FromSeconds_ReturnValue) == 0x000010, "Member 'WBP_DailyChallengesContainer_C_UpdateTimer::CallFunc_FromSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_UpdateTimer, CallFunc_BreakTimespan_Days) == 0x000018, "Member 'WBP_DailyChallengesContainer_C_UpdateTimer::CallFunc_BreakTimespan_Days' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_UpdateTimer, CallFunc_BreakTimespan_Hours) == 0x00001C, "Member 'WBP_DailyChallengesContainer_C_UpdateTimer::CallFunc_BreakTimespan_Hours' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_UpdateTimer, CallFunc_BreakTimespan_Minutes) == 0x000020, "Member 'WBP_DailyChallengesContainer_C_UpdateTimer::CallFunc_BreakTimespan_Minutes' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_UpdateTimer, CallFunc_BreakTimespan_Seconds) == 0x000024, "Member 'WBP_DailyChallengesContainer_C_UpdateTimer::CallFunc_BreakTimespan_Seconds' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_UpdateTimer, CallFunc_BreakTimespan_Milliseconds) == 0x000028, "Member 'WBP_DailyChallengesContainer_C_UpdateTimer::CallFunc_BreakTimespan_Milliseconds' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_UpdateTimer, CallFunc_MakeTimespan_ReturnValue) == 0x000030, "Member 'WBP_DailyChallengesContainer_C_UpdateTimer::CallFunc_MakeTimespan_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_UpdateTimer, CallFunc_BreakTimespan_Days_1) == 0x000038, "Member 'WBP_DailyChallengesContainer_C_UpdateTimer::CallFunc_BreakTimespan_Days_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_UpdateTimer, CallFunc_BreakTimespan_Hours_1) == 0x00003C, "Member 'WBP_DailyChallengesContainer_C_UpdateTimer::CallFunc_BreakTimespan_Hours_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_UpdateTimer, CallFunc_BreakTimespan_Minutes_1) == 0x000040, "Member 'WBP_DailyChallengesContainer_C_UpdateTimer::CallFunc_BreakTimespan_Minutes_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_UpdateTimer, CallFunc_BreakTimespan_Seconds_1) == 0x000044, "Member 'WBP_DailyChallengesContainer_C_UpdateTimer::CallFunc_BreakTimespan_Seconds_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_UpdateTimer, CallFunc_BreakTimespan_Milliseconds_1) == 0x000048, "Member 'WBP_DailyChallengesContainer_C_UpdateTimer::CallFunc_BreakTimespan_Milliseconds_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_UpdateTimer, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'WBP_DailyChallengesContainer_C_UpdateTimer::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_UpdateTimer, K2Node_MakeStruct_FormatArgumentData_1) == 0x000090, "Member 'WBP_DailyChallengesContainer_C_UpdateTimer::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_UpdateTimer, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000D0, "Member 'WBP_DailyChallengesContainer_C_UpdateTimer::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_UpdateTimer, K2Node_MakeArray_Array) == 0x000110, "Member 'WBP_DailyChallengesContainer_C_UpdateTimer::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengesContainer_C_UpdateTimer, CallFunc_Format_ReturnValue) == 0x000120, "Member 'WBP_DailyChallengesContainer_C_UpdateTimer::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_DailyChallengesContainer_C \ +static_assert(alignof(UWBP_DailyChallengesContainer_C) == 0x000008, "Wrong alignment on UWBP_DailyChallengesContainer_C"); \ +static_assert(sizeof(UWBP_DailyChallengesContainer_C) == 0x0002E8, "Wrong size on UWBP_DailyChallengesContainer_C"); \ +static_assert(offsetof(UWBP_DailyChallengesContainer_C, UberGraphFrame) == 0x000290, "Member 'UWBP_DailyChallengesContainer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengesContainer_C, Challenges_VB) == 0x000298, "Member 'UWBP_DailyChallengesContainer_C::Challenges_VB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengesContainer_C, Image_286) == 0x0002A0, "Member 'UWBP_DailyChallengesContainer_C::Image_286' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengesContainer_C, Outline_I) == 0x0002A8, "Member 'UWBP_DailyChallengesContainer_C::Outline_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengesContainer_C, Timer_T) == 0x0002B0, "Member 'UWBP_DailyChallengesContainer_C::Timer_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengesContainer_C, MaxChallengeAmount) == 0x0002B8, "Member 'UWBP_DailyChallengesContainer_C::MaxChallengeAmount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengesContainer_C, ChallengesButtons) == 0x0002C0, "Member 'UWBP_DailyChallengesContainer_C::ChallengesButtons' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengesContainer_C, ChallengeButtonToReroll) == 0x0002D0, "Member 'UWBP_DailyChallengesContainer_C::ChallengeButtonToReroll' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengesContainer_C, RerollUsed) == 0x0002D8, "Member 'UWBP_DailyChallengesContainer_C::RerollUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem \ +static_assert(alignof(WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem) == 0x000008, "Wrong alignment on WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem"); \ +static_assert(sizeof(WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem) == 0x000060, "Wrong size on WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem, EntryPoint) == 0x000000, "Member 'WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000008, "Member 'WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem, K2Node_Event_IsDesignTime) == 0x000010, "Member 'WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem, CallFunc_BooleanAND_ReturnValue) == 0x000011, "Member 'WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem, K2Node_ComponentBoundEvent_Button_1) == 0x000018, "Member 'WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem, K2Node_ComponentBoundEvent_bIsEnabled) == 0x000020, "Member 'WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000028, "Member 'WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem, K2Node_ComponentBoundEvent_Button) == 0x000030, "Member 'WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem, K2Node_CreateDelegate_OutputDelegate) == 0x000038, "Member 'WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem, CallFunc_GetUIManager_ReturnValue) == 0x000050, "Member 'WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem, K2Node_CustomEvent_bIsGameInstallPending) == 0x000058, "Member 'WBP_DailyChallengeItem_C_ExecuteUbergraph_WBP_DailyChallengeItem::K2Node_CustomEvent_bIsGameInstallPending' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengeItem_C_OnInstallGame \ +static_assert(alignof(WBP_DailyChallengeItem_C_OnInstallGame) == 0x000001, "Wrong alignment on WBP_DailyChallengeItem_C_OnInstallGame"); \ +static_assert(sizeof(WBP_DailyChallengeItem_C_OnInstallGame) == 0x000001, "Wrong size on WBP_DailyChallengeItem_C_OnInstallGame"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_OnInstallGame, bIsGameInstallPending) == 0x000000, "Member 'WBP_DailyChallengeItem_C_OnInstallGame::bIsGameInstallPending' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengeItem_C_BndEvt__WBP_DailyChallengeItem_Button_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_DailyChallengeItem_C_BndEvt__WBP_DailyChallengeItem_Button_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_DailyChallengeItem_C_BndEvt__WBP_DailyChallengeItem_Button_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_DailyChallengeItem_C_BndEvt__WBP_DailyChallengeItem_Button_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_DailyChallengeItem_C_BndEvt__WBP_DailyChallengeItem_Button_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_BndEvt__WBP_DailyChallengeItem_Button_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature, Button_0) == 0x000000, "Member 'WBP_DailyChallengeItem_C_BndEvt__WBP_DailyChallengeItem_Button_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature::Button_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengeItem_C_PreConstruct \ +static_assert(alignof(WBP_DailyChallengeItem_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_DailyChallengeItem_C_PreConstruct"); \ +static_assert(sizeof(WBP_DailyChallengeItem_C_PreConstruct) == 0x000001, "Wrong size on WBP_DailyChallengeItem_C_PreConstruct"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_DailyChallengeItem_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengeItem_C_BndEvt__WBP_DailyChallenges_ChallengeButton_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_DailyChallengeItem_C_BndEvt__WBP_DailyChallenges_ChallengeButton_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_DailyChallengeItem_C_BndEvt__WBP_DailyChallenges_ChallengeButton_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_DailyChallengeItem_C_BndEvt__WBP_DailyChallenges_ChallengeButton_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_DailyChallengeItem_C_BndEvt__WBP_DailyChallenges_ChallengeButton_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_BndEvt__WBP_DailyChallenges_ChallengeButton_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature, Button_0) == 0x000000, "Member 'WBP_DailyChallengeItem_C_BndEvt__WBP_DailyChallenges_ChallengeButton_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature::Button_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_BndEvt__WBP_DailyChallenges_ChallengeButton_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_DailyChallengeItem_C_BndEvt__WBP_DailyChallenges_ChallengeButton_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengeItem_C_InitializeChallenge \ +static_assert(alignof(WBP_DailyChallengeItem_C_InitializeChallenge) == 0x000008, "Wrong alignment on WBP_DailyChallengeItem_C_InitializeChallenge"); \ +static_assert(sizeof(WBP_DailyChallengeItem_C_InitializeChallenge) == 0x0000B8, "Wrong size on WBP_DailyChallengeItem_C_InitializeChallenge"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_InitializeChallenge, InChallengeData) == 0x000000, "Member 'WBP_DailyChallengeItem_C_InitializeChallenge::InChallengeData' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_InitializeChallenge, CallFunc_GetUIManager_ReturnValue) == 0x0000A8, "Member 'WBP_DailyChallengeItem_C_InitializeChallenge::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_InitializeChallenge, CallFunc_IsGameInstallPending_ReturnValue) == 0x0000B0, "Member 'WBP_DailyChallengeItem_C_InitializeChallenge::CallFunc_IsGameInstallPending_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengeItem_C_SetChallengeText \ +static_assert(alignof(WBP_DailyChallengeItem_C_SetChallengeText) == 0x000008, "Wrong alignment on WBP_DailyChallengeItem_C_SetChallengeText"); \ +static_assert(sizeof(WBP_DailyChallengeItem_C_SetChallengeText) == 0x0000C8, "Wrong size on WBP_DailyChallengeItem_C_SetChallengeText"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetChallengeText, ChallengeData) == 0x000000, "Member 'WBP_DailyChallengeItem_C_SetChallengeText::ChallengeData' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetChallengeText, CallFunc_GetChallengeManager_ReturnValue) == 0x0000A8, "Member 'WBP_DailyChallengeItem_C_SetChallengeText::CallFunc_GetChallengeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetChallengeText, CallFunc_GetChallengeNameText_ReturnValue) == 0x0000B0, "Member 'WBP_DailyChallengeItem_C_SetChallengeText::CallFunc_GetChallengeNameText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengeItem_C_SetProgressText \ +static_assert(alignof(WBP_DailyChallengeItem_C_SetProgressText) == 0x000008, "Wrong alignment on WBP_DailyChallengeItem_C_SetProgressText"); \ +static_assert(sizeof(WBP_DailyChallengeItem_C_SetProgressText) == 0x0000A8, "Wrong size on WBP_DailyChallengeItem_C_SetProgressText"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetProgressText, K2Node_MakeStruct_FormatArgumentData) == 0x000000, "Member 'WBP_DailyChallengeItem_C_SetProgressText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetProgressText, K2Node_MakeStruct_FormatArgumentData_1) == 0x000040, "Member 'WBP_DailyChallengeItem_C_SetProgressText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetProgressText, K2Node_MakeArray_Array) == 0x000080, "Member 'WBP_DailyChallengeItem_C_SetProgressText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetProgressText, CallFunc_Format_ReturnValue) == 0x000090, "Member 'WBP_DailyChallengeItem_C_SetProgressText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengeItem_C_SetProgressMinMax \ +static_assert(alignof(WBP_DailyChallengeItem_C_SetProgressMinMax) == 0x000004, "Wrong alignment on WBP_DailyChallengeItem_C_SetProgressMinMax"); \ +static_assert(sizeof(WBP_DailyChallengeItem_C_SetProgressMinMax) == 0x000008, "Wrong size on WBP_DailyChallengeItem_C_SetProgressMinMax"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetProgressMinMax, InMaxValueToUse) == 0x000000, "Member 'WBP_DailyChallengeItem_C_SetProgressMinMax::InMaxValueToUse' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetProgressMinMax, InMinValueToUse) == 0x000004, "Member 'WBP_DailyChallengeItem_C_SetProgressMinMax::InMinValueToUse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengeItem_C_ConvertProgressMinMaxToMeters \ +static_assert(alignof(WBP_DailyChallengeItem_C_ConvertProgressMinMaxToMeters) == 0x000004, "Wrong alignment on WBP_DailyChallengeItem_C_ConvertProgressMinMaxToMeters"); \ +static_assert(sizeof(WBP_DailyChallengeItem_C_ConvertProgressMinMaxToMeters) == 0x000008, "Wrong size on WBP_DailyChallengeItem_C_ConvertProgressMinMaxToMeters"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_ConvertProgressMinMaxToMeters, InMaxValueToUse) == 0x000000, "Member 'WBP_DailyChallengeItem_C_ConvertProgressMinMaxToMeters::InMaxValueToUse' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_ConvertProgressMinMaxToMeters, InMinValueToUse) == 0x000004, "Member 'WBP_DailyChallengeItem_C_ConvertProgressMinMaxToMeters::InMinValueToUse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengeItem_C_SetProgressBarPercentage \ +static_assert(alignof(WBP_DailyChallengeItem_C_SetProgressBarPercentage) == 0x000004, "Wrong alignment on WBP_DailyChallengeItem_C_SetProgressBarPercentage"); \ +static_assert(sizeof(WBP_DailyChallengeItem_C_SetProgressBarPercentage) == 0x000014, "Wrong size on WBP_DailyChallengeItem_C_SetProgressBarPercentage"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetProgressBarPercentage, Progress) == 0x000000, "Member 'WBP_DailyChallengeItem_C_SetProgressBarPercentage::Progress' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetProgressBarPercentage, TotalProgress) == 0x000004, "Member 'WBP_DailyChallengeItem_C_SetProgressBarPercentage::TotalProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetProgressBarPercentage, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000008, "Member 'WBP_DailyChallengeItem_C_SetProgressBarPercentage::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetProgressBarPercentage, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00000C, "Member 'WBP_DailyChallengeItem_C_SetProgressBarPercentage::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetProgressBarPercentage, CallFunc_SafeDivide_ReturnValue) == 0x000010, "Member 'WBP_DailyChallengeItem_C_SetProgressBarPercentage::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengeItem_C_SetupInfamyReward \ +static_assert(alignof(WBP_DailyChallengeItem_C_SetupInfamyReward) == 0x000008, "Wrong alignment on WBP_DailyChallengeItem_C_SetupInfamyReward"); \ +static_assert(sizeof(WBP_DailyChallengeItem_C_SetupInfamyReward) == 0x000028, "Wrong size on WBP_DailyChallengeItem_C_SetupInfamyReward"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupInfamyReward, CallFunc_Greater_IntInt_ReturnValue) == 0x000000, "Member 'WBP_DailyChallengeItem_C_SetupInfamyReward::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupInfamyReward, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'WBP_DailyChallengeItem_C_SetupInfamyReward::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupInfamyReward, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'WBP_DailyChallengeItem_C_SetupInfamyReward::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengeItem_C_SetupCurrencyReward \ +static_assert(alignof(WBP_DailyChallengeItem_C_SetupCurrencyReward) == 0x000008, "Wrong alignment on WBP_DailyChallengeItem_C_SetupCurrencyReward"); \ +static_assert(sizeof(WBP_DailyChallengeItem_C_SetupCurrencyReward) == 0x000150, "Wrong size on WBP_DailyChallengeItem_C_SetupCurrencyReward"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupCurrencyReward, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_DailyChallengeItem_C_SetupCurrencyReward::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupCurrencyReward, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_DailyChallengeItem_C_SetupCurrencyReward::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupCurrencyReward, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_DailyChallengeItem_C_SetupCurrencyReward::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupCurrencyReward, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'WBP_DailyChallengeItem_C_SetupCurrencyReward::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupCurrencyReward, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000020, "Member 'WBP_DailyChallengeItem_C_SetupCurrencyReward::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupCurrencyReward, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_DailyChallengeItem_C_SetupCurrencyReward::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupCurrencyReward, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_DailyChallengeItem_C_SetupCurrencyReward::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupCurrencyReward, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000068, "Member 'WBP_DailyChallengeItem_C_SetupCurrencyReward::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupCurrencyReward, CallFunc_GetDisplayName_OutDisplayName) == 0x000070, "Member 'WBP_DailyChallengeItem_C_SetupCurrencyReward::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupCurrencyReward, CallFunc_GetDisplayName_OutHasText) == 0x000088, "Member 'WBP_DailyChallengeItem_C_SetupCurrencyReward::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupCurrencyReward, CallFunc_Conv_NameToString_ReturnValue) == 0x000090, "Member 'WBP_DailyChallengeItem_C_SetupCurrencyReward::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupCurrencyReward, CallFunc_Conv_TextToString_ReturnValue) == 0x0000A0, "Member 'WBP_DailyChallengeItem_C_SetupCurrencyReward::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupCurrencyReward, CallFunc_Conv_IntToString_ReturnValue) == 0x0000B0, "Member 'WBP_DailyChallengeItem_C_SetupCurrencyReward::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupCurrencyReward, CallFunc_Conv_GuidToString_ReturnValue) == 0x0000C0, "Member 'WBP_DailyChallengeItem_C_SetupCurrencyReward::CallFunc_Conv_GuidToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupCurrencyReward, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000D0, "Member 'WBP_DailyChallengeItem_C_SetupCurrencyReward::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupCurrencyReward, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000E0, "Member 'WBP_DailyChallengeItem_C_SetupCurrencyReward::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupCurrencyReward, CallFunc_Array_Length_ReturnValue_1) == 0x0000F0, "Member 'WBP_DailyChallengeItem_C_SetupCurrencyReward::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupCurrencyReward, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000F8, "Member 'WBP_DailyChallengeItem_C_SetupCurrencyReward::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupCurrencyReward, CallFunc_Less_IntInt_ReturnValue) == 0x000108, "Member 'WBP_DailyChallengeItem_C_SetupCurrencyReward::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupCurrencyReward, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000110, "Member 'WBP_DailyChallengeItem_C_SetupCurrencyReward::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupCurrencyReward, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000120, "Member 'WBP_DailyChallengeItem_C_SetupCurrencyReward::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupCurrencyReward, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000130, "Member 'WBP_DailyChallengeItem_C_SetupCurrencyReward::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupCurrencyReward, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000140, "Member 'WBP_DailyChallengeItem_C_SetupCurrencyReward::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengeItem_C_SetupProgress \ +static_assert(alignof(WBP_DailyChallengeItem_C_SetupProgress) == 0x000004, "Wrong alignment on WBP_DailyChallengeItem_C_SetupProgress"); \ +static_assert(sizeof(WBP_DailyChallengeItem_C_SetupProgress) == 0x000010, "Wrong size on WBP_DailyChallengeItem_C_SetupProgress"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupProgress, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000000, "Member 'WBP_DailyChallengeItem_C_SetupProgress::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupProgress, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000001, "Member 'WBP_DailyChallengeItem_C_SetupProgress::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupProgress, CallFunc_Divide_IntInt_ReturnValue) == 0x000004, "Member 'WBP_DailyChallengeItem_C_SetupProgress::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupProgress, CallFunc_Min_ReturnValue) == 0x000008, "Member 'WBP_DailyChallengeItem_C_SetupProgress::CallFunc_Min_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetupProgress, CallFunc_Divide_IntInt_ReturnValue_1) == 0x00000C, "Member 'WBP_DailyChallengeItem_C_SetupProgress::CallFunc_Divide_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengeItem_C_SetFocused \ +static_assert(alignof(WBP_DailyChallengeItem_C_SetFocused) == 0x000008, "Wrong alignment on WBP_DailyChallengeItem_C_SetFocused"); \ +static_assert(sizeof(WBP_DailyChallengeItem_C_SetFocused) == 0x000038, "Wrong size on WBP_DailyChallengeItem_C_SetFocused"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetFocused, IsFocused) == 0x000000, "Member 'WBP_DailyChallengeItem_C_SetFocused::IsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetFocused, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_DailyChallengeItem_C_SetFocused::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetFocused, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'WBP_DailyChallengeItem_C_SetFocused::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetFocused, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000020, "Member 'WBP_DailyChallengeItem_C_SetFocused::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetFocused, CallFunc_GetChallengeManager_ReturnValue) == 0x000028, "Member 'WBP_DailyChallengeItem_C_SetFocused::CallFunc_GetChallengeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetFocused, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'WBP_DailyChallengeItem_C_SetFocused::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetFocused, CallFunc_GetRerollAvailable_ReturnValue) == 0x000031, "Member 'WBP_DailyChallengeItem_C_SetFocused::CallFunc_GetRerollAvailable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetFocused, CallFunc_BooleanAND_ReturnValue) == 0x000032, "Member 'WBP_DailyChallengeItem_C_SetFocused::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengeItem_C_OnChallengeRerollPressed \ +static_assert(alignof(WBP_DailyChallengeItem_C_OnChallengeRerollPressed) == 0x000001, "Wrong alignment on WBP_DailyChallengeItem_C_OnChallengeRerollPressed"); \ +static_assert(sizeof(WBP_DailyChallengeItem_C_OnChallengeRerollPressed) == 0x000002, "Wrong size on WBP_DailyChallengeItem_C_OnChallengeRerollPressed"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_OnChallengeRerollPressed, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'WBP_DailyChallengeItem_C_OnChallengeRerollPressed::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_OnChallengeRerollPressed, CallFunc_BooleanAND_ReturnValue) == 0x000001, "Member 'WBP_DailyChallengeItem_C_OnChallengeRerollPressed::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengeItem_C_OnChallengeItemReset \ +static_assert(alignof(WBP_DailyChallengeItem_C_OnChallengeItemReset) == 0x000008, "Wrong alignment on WBP_DailyChallengeItem_C_OnChallengeItemReset"); \ +static_assert(sizeof(WBP_DailyChallengeItem_C_OnChallengeItemReset) == 0x000020, "Wrong size on WBP_DailyChallengeItem_C_OnChallengeItemReset"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_OnChallengeItemReset, CallFunc_GetChallengeManager_ReturnValue) == 0x000000, "Member 'WBP_DailyChallengeItem_C_OnChallengeItemReset::CallFunc_GetChallengeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_OnChallengeItemReset, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_DailyChallengeItem_C_OnChallengeItemReset::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_OnChallengeItemReset, CallFunc_GetRerollAvailable_ReturnValue) == 0x000010, "Member 'WBP_DailyChallengeItem_C_OnChallengeItemReset::CallFunc_GetRerollAvailable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_OnChallengeItemReset, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'WBP_DailyChallengeItem_C_OnChallengeItemReset::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengeItem_C_SetResetAvailable \ +static_assert(alignof(WBP_DailyChallengeItem_C_SetResetAvailable) == 0x000004, "Wrong alignment on WBP_DailyChallengeItem_C_SetResetAvailable"); \ +static_assert(sizeof(WBP_DailyChallengeItem_C_SetResetAvailable) == 0x000018, "Wrong size on WBP_DailyChallengeItem_C_SetResetAvailable"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetResetAvailable, InResetAvailable) == 0x000000, "Member 'WBP_DailyChallengeItem_C_SetResetAvailable::InResetAvailable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetResetAvailable, Temp_bool_Variable) == 0x000001, "Member 'WBP_DailyChallengeItem_C_SetResetAvailable::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetResetAvailable, Temp_byte_Variable) == 0x000002, "Member 'WBP_DailyChallengeItem_C_SetResetAvailable::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetResetAvailable, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_DailyChallengeItem_C_SetResetAvailable::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetResetAvailable, Temp_bool_Variable_1) == 0x000004, "Member 'WBP_DailyChallengeItem_C_SetResetAvailable::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetResetAvailable, Temp_float_Variable) == 0x000008, "Member 'WBP_DailyChallengeItem_C_SetResetAvailable::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetResetAvailable, Temp_float_Variable_1) == 0x00000C, "Member 'WBP_DailyChallengeItem_C_SetResetAvailable::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetResetAvailable, K2Node_Select_Default) == 0x000010, "Member 'WBP_DailyChallengeItem_C_SetResetAvailable::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetResetAvailable, K2Node_Select_Default_1) == 0x000014, "Member 'WBP_DailyChallengeItem_C_SetResetAvailable::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_DailyChallengeItem_C_SetIsCompleted \ +static_assert(alignof(WBP_DailyChallengeItem_C_SetIsCompleted) == 0x000004, "Wrong alignment on WBP_DailyChallengeItem_C_SetIsCompleted"); \ +static_assert(sizeof(WBP_DailyChallengeItem_C_SetIsCompleted) == 0x000018, "Wrong size on WBP_DailyChallengeItem_C_SetIsCompleted"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetIsCompleted, InCompleted) == 0x000000, "Member 'WBP_DailyChallengeItem_C_SetIsCompleted::InCompleted' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetIsCompleted, Temp_bool_Variable) == 0x000001, "Member 'WBP_DailyChallengeItem_C_SetIsCompleted::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetIsCompleted, Temp_byte_Variable) == 0x000002, "Member 'WBP_DailyChallengeItem_C_SetIsCompleted::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetIsCompleted, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_DailyChallengeItem_C_SetIsCompleted::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetIsCompleted, Temp_bool_Variable_1) == 0x000004, "Member 'WBP_DailyChallengeItem_C_SetIsCompleted::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetIsCompleted, Temp_byte_Variable_2) == 0x000005, "Member 'WBP_DailyChallengeItem_C_SetIsCompleted::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetIsCompleted, Temp_byte_Variable_3) == 0x000006, "Member 'WBP_DailyChallengeItem_C_SetIsCompleted::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetIsCompleted, Temp_bool_Variable_2) == 0x000007, "Member 'WBP_DailyChallengeItem_C_SetIsCompleted::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetIsCompleted, Temp_float_Variable) == 0x000008, "Member 'WBP_DailyChallengeItem_C_SetIsCompleted::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetIsCompleted, Temp_float_Variable_1) == 0x00000C, "Member 'WBP_DailyChallengeItem_C_SetIsCompleted::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetIsCompleted, K2Node_Select_Default) == 0x000010, "Member 'WBP_DailyChallengeItem_C_SetIsCompleted::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetIsCompleted, K2Node_Select_Default_1) == 0x000014, "Member 'WBP_DailyChallengeItem_C_SetIsCompleted::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_DailyChallengeItem_C_SetIsCompleted, K2Node_Select_Default_2) == 0x000015, "Member 'WBP_DailyChallengeItem_C_SetIsCompleted::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_DailyChallengeItem_C \ +static_assert(alignof(UWBP_DailyChallengeItem_C) == 0x000008, "Wrong alignment on UWBP_DailyChallengeItem_C"); \ +static_assert(sizeof(UWBP_DailyChallengeItem_C) == 0x000480, "Wrong size on UWBP_DailyChallengeItem_C"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, UberGraphFrame) == 0x000290, "Member 'UWBP_DailyChallengeItem_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, UnHover) == 0x000298, "Member 'UWBP_DailyChallengeItem_C::UnHover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, Count_anim) == 0x0002A0, "Member 'UWBP_DailyChallengeItem_C::Count_anim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, Hover) == 0x0002A8, "Member 'UWBP_DailyChallengeItem_C::Hover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, ChallengeReset) == 0x0002B0, "Member 'UWBP_DailyChallengeItem_C::ChallengeReset' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, Button) == 0x0002B8, "Member 'UWBP_DailyChallengeItem_C::Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, Completed_I) == 0x0002C0, "Member 'UWBP_DailyChallengeItem_C::Completed_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, Completed_SB) == 0x0002C8, "Member 'UWBP_DailyChallengeItem_C::Completed_SB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, Completed_T) == 0x0002D0, "Member 'UWBP_DailyChallengeItem_C::Completed_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, CompletedOverlay_I) == 0x0002D8, "Member 'UWBP_DailyChallengeItem_C::CompletedOverlay_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, CurrencyReward) == 0x0002E0, "Member 'UWBP_DailyChallengeItem_C::CurrencyReward' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, Description_T) == 0x0002E8, "Member 'UWBP_DailyChallengeItem_C::Description_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, HoverBar_I) == 0x0002F0, "Member 'UWBP_DailyChallengeItem_C::HoverBar_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, HoverGradient_I) == 0x0002F8, "Member 'UWBP_DailyChallengeItem_C::HoverGradient_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, Image) == 0x000300, "Member 'UWBP_DailyChallengeItem_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, Image_1) == 0x000308, "Member 'UWBP_DailyChallengeItem_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, Image_2) == 0x000310, "Member 'UWBP_DailyChallengeItem_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, Image_3) == 0x000318, "Member 'UWBP_DailyChallengeItem_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, Image_4) == 0x000320, "Member 'UWBP_DailyChallengeItem_C::Image_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, Image_5) == 0x000328, "Member 'UWBP_DailyChallengeItem_C::Image_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, Image_6) == 0x000330, "Member 'UWBP_DailyChallengeItem_C::Image_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, Image_7) == 0x000338, "Member 'UWBP_DailyChallengeItem_C::Image_7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, Image_8) == 0x000340, "Member 'UWBP_DailyChallengeItem_C::Image_8' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, Image_9) == 0x000348, "Member 'UWBP_DailyChallengeItem_C::Image_9' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, Image_10) == 0x000350, "Member 'UWBP_DailyChallengeItem_C::Image_10' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, Image_11) == 0x000358, "Member 'UWBP_DailyChallengeItem_C::Image_11' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, Image_754) == 0x000360, "Member 'UWBP_DailyChallengeItem_C::Image_754' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, InfamyReward) == 0x000368, "Member 'UWBP_DailyChallengeItem_C::InfamyReward' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, Name_T) == 0x000370, "Member 'UWBP_DailyChallengeItem_C::Name_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, Progress_T) == 0x000378, "Member 'UWBP_DailyChallengeItem_C::Progress_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, ProgressBar_ChallengeProgress) == 0x000380, "Member 'UWBP_DailyChallengeItem_C::ProgressBar_ChallengeProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, Reroll_O) == 0x000388, "Member 'UWBP_DailyChallengeItem_C::Reroll_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, RerollActionPromp_O) == 0x000390, "Member 'UWBP_DailyChallengeItem_C::RerollActionPromp_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, RerollButtonActionPrompt) == 0x000398, "Member 'UWBP_DailyChallengeItem_C::RerollButtonActionPrompt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, RerollContent_O) == 0x0003A0, "Member 'UWBP_DailyChallengeItem_C::RerollContent_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, RerollText) == 0x0003A8, "Member 'UWBP_DailyChallengeItem_C::RerollText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, Rewards_HB) == 0x0003B0, "Member 'UWBP_DailyChallengeItem_C::Rewards_HB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, In_Challenge_Data) == 0x0003B8, "Member 'UWBP_DailyChallengeItem_C::In_Challenge_Data' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, MaxValueToUse) == 0x000460, "Member 'UWBP_DailyChallengeItem_C::MaxValueToUse' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, MinValueToUse) == 0x000464, "Member 'UWBP_DailyChallengeItem_C::MinValueToUse' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, OnChallengeRerollPressedEvent) == 0x000468, "Member 'UWBP_DailyChallengeItem_C::OnChallengeRerollPressedEvent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, ResetAvailable) == 0x000478, "Member 'UWBP_DailyChallengeItem_C::ResetAvailable' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, IsCompleted) == 0x000479, "Member 'UWBP_DailyChallengeItem_C::IsCompleted' has a wrong offset!"); \ +static_assert(offsetof(UWBP_DailyChallengeItem_C, In_Time) == 0x00047C, "Member 'UWBP_DailyChallengeItem_C::In_Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton \ +static_assert(alignof(WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton) == 0x000008, "Wrong alignment on WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton"); \ +static_assert(sizeof(WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton) == 0x000078, "Wrong size on WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton, EntryPoint) == 0x000000, "Member 'WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton, K2Node_Event_bInIsHovered) == 0x000010, "Member 'WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton, K2Node_Event_bInHasFocus) == 0x000011, "Member 'WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton, Temp_object_Variable) == 0x000018, "Member 'WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton, K2Node_CustomEvent_Loaded) == 0x000020, "Member 'WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton, K2Node_DynamicCast_AsPaper_Sprite) == 0x000028, "Member 'WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton, K2Node_CreateDelegate_OutputDelegate) == 0x000034, "Member 'WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000048, "Member 'WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton, CallFunc_GetHeistData_ReturnValue) == 0x000058, "Member 'WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton::CallFunc_GetHeistData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000061, "Member 'WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000068, "Member 'WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton, K2Node_Event_bInIsDisabled) == 0x000070, "Member 'WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton, K2Node_Event_bIsFocused) == 0x000071, "Member 'WBP_UI_CrimeNetHeistButton_C_ExecuteUbergraph_WBP_UI_CrimeNetHeistButton::K2Node_Event_bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNetHeistButton_C_OnFocusChanged \ +static_assert(alignof(WBP_UI_CrimeNetHeistButton_C_OnFocusChanged) == 0x000001, "Wrong alignment on WBP_UI_CrimeNetHeistButton_C_OnFocusChanged"); \ +static_assert(sizeof(WBP_UI_CrimeNetHeistButton_C_OnFocusChanged) == 0x000001, "Wrong size on WBP_UI_CrimeNetHeistButton_C_OnFocusChanged"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_OnFocusChanged, bIsFocused) == 0x000000, "Member 'WBP_UI_CrimeNetHeistButton_C_OnFocusChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNetHeistButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_UI_CrimeNetHeistButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_UI_CrimeNetHeistButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_UI_CrimeNetHeistButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_UI_CrimeNetHeistButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_UI_CrimeNetHeistButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNetHeistButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_CrimeNetHeistButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_CrimeNetHeistButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_CrimeNetHeistButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_CrimeNetHeistButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_CrimeNetHeistButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNetHeistButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_CrimeNetHeistButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_CrimeNetHeistButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_CrimeNetHeistButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_CrimeNetHeistButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_CrimeNetHeistButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNetHeistButton_C_OnLoaded_652D1BEC4F78339E65381AB1B712EDE5 \ +static_assert(alignof(WBP_UI_CrimeNetHeistButton_C_OnLoaded_652D1BEC4F78339E65381AB1B712EDE5) == 0x000008, "Wrong alignment on WBP_UI_CrimeNetHeistButton_C_OnLoaded_652D1BEC4F78339E65381AB1B712EDE5"); \ +static_assert(sizeof(WBP_UI_CrimeNetHeistButton_C_OnLoaded_652D1BEC4F78339E65381AB1B712EDE5) == 0x000008, "Wrong size on WBP_UI_CrimeNetHeistButton_C_OnLoaded_652D1BEC4F78339E65381AB1B712EDE5"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_OnLoaded_652D1BEC4F78339E65381AB1B712EDE5, Loaded) == 0x000000, "Member 'WBP_UI_CrimeNetHeistButton_C_OnLoaded_652D1BEC4F78339E65381AB1B712EDE5::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNetHeistButton_C_OnHoverChanged \ +static_assert(alignof(WBP_UI_CrimeNetHeistButton_C_OnHoverChanged) == 0x000001, "Wrong alignment on WBP_UI_CrimeNetHeistButton_C_OnHoverChanged"); \ +static_assert(sizeof(WBP_UI_CrimeNetHeistButton_C_OnHoverChanged) == 0x000001, "Wrong size on WBP_UI_CrimeNetHeistButton_C_OnHoverChanged"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_OnHoverChanged, bIsHovered) == 0x000000, "Member 'WBP_UI_CrimeNetHeistButton_C_OnHoverChanged::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNetHeistButton_C_OnFocusedChanged \ +static_assert(alignof(WBP_UI_CrimeNetHeistButton_C_OnFocusedChanged) == 0x000008, "Wrong alignment on WBP_UI_CrimeNetHeistButton_C_OnFocusedChanged"); \ +static_assert(sizeof(WBP_UI_CrimeNetHeistButton_C_OnFocusedChanged) == 0x000018, "Wrong size on WBP_UI_CrimeNetHeistButton_C_OnFocusedChanged"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_OnFocusedChanged, bIsFocused) == 0x000000, "Member 'WBP_UI_CrimeNetHeistButton_C_OnFocusedChanged::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_OnFocusedChanged, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_CrimeNetHeistButton_C_OnFocusedChanged::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_OnFocusedChanged, Temp_byte_Variable) == 0x000002, "Member 'WBP_UI_CrimeNetHeistButton_C_OnFocusedChanged::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_OnFocusedChanged, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_UI_CrimeNetHeistButton_C_OnFocusedChanged::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_OnFocusedChanged, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_CrimeNetHeistButton_C_OnFocusedChanged::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_OnFocusedChanged, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'WBP_UI_CrimeNetHeistButton_C_OnFocusedChanged::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_OnFocusedChanged, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000010, "Member 'WBP_UI_CrimeNetHeistButton_C_OnFocusedChanged::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNetHeistButton_C_InitializeButtonVisuals \ +static_assert(alignof(WBP_UI_CrimeNetHeistButton_C_InitializeButtonVisuals) == 0x000008, "Wrong alignment on WBP_UI_CrimeNetHeistButton_C_InitializeButtonVisuals"); \ +static_assert(sizeof(WBP_UI_CrimeNetHeistButton_C_InitializeButtonVisuals) == 0x000078, "Wrong size on WBP_UI_CrimeNetHeistButton_C_InitializeButtonVisuals"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_InitializeButtonVisuals, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_CrimeNetHeistButton_C_InitializeButtonVisuals::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_InitializeButtonVisuals, CallFunc_BreakSoftObjectPath_PathString) == 0x000008, "Member 'WBP_UI_CrimeNetHeistButton_C_InitializeButtonVisuals::CallFunc_BreakSoftObjectPath_PathString' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_InitializeButtonVisuals, CallFunc_GetBaseFilename_ReturnValue) == 0x000018, "Member 'WBP_UI_CrimeNetHeistButton_C_InitializeButtonVisuals::CallFunc_GetBaseFilename_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_InitializeButtonVisuals, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'WBP_UI_CrimeNetHeistButton_C_InitializeButtonVisuals::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_InitializeButtonVisuals, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'WBP_UI_CrimeNetHeistButton_C_InitializeButtonVisuals::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_InitializeButtonVisuals, K2Node_Select_Default) == 0x000048, "Member 'WBP_UI_CrimeNetHeistButton_C_InitializeButtonVisuals::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_InitializeButtonVisuals, CallFunc_ClampText_ReturnValue) == 0x000060, "Member 'WBP_UI_CrimeNetHeistButton_C_InitializeButtonVisuals::CallFunc_ClampText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNetHeistButton_C_OnDisabledChanged \ +static_assert(alignof(WBP_UI_CrimeNetHeistButton_C_OnDisabledChanged) == 0x000001, "Wrong alignment on WBP_UI_CrimeNetHeistButton_C_OnDisabledChanged"); \ +static_assert(sizeof(WBP_UI_CrimeNetHeistButton_C_OnDisabledChanged) == 0x000005, "Wrong size on WBP_UI_CrimeNetHeistButton_C_OnDisabledChanged"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_OnDisabledChanged, InDisabled) == 0x000000, "Member 'WBP_UI_CrimeNetHeistButton_C_OnDisabledChanged::InDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_OnDisabledChanged, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_CrimeNetHeistButton_C_OnDisabledChanged::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_OnDisabledChanged, Temp_byte_Variable) == 0x000002, "Member 'WBP_UI_CrimeNetHeistButton_C_OnDisabledChanged::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_OnDisabledChanged, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_UI_CrimeNetHeistButton_C_OnDisabledChanged::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNetHeistButton_C_OnDisabledChanged, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_CrimeNetHeistButton_C_OnDisabledChanged::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_CrimeNetHeistButton_C \ +static_assert(alignof(UWBP_UI_CrimeNetHeistButton_C) == 0x000008, "Wrong alignment on UWBP_UI_CrimeNetHeistButton_C"); \ +static_assert(sizeof(UWBP_UI_CrimeNetHeistButton_C) == 0x000400, "Wrong size on UWBP_UI_CrimeNetHeistButton_C"); \ +static_assert(offsetof(UWBP_UI_CrimeNetHeistButton_C, UberGraphFrame) == 0x0003B0, "Member 'UWBP_UI_CrimeNetHeistButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNetHeistButton_C, LockedPressed) == 0x0003B8, "Member 'UWBP_UI_CrimeNetHeistButton_C::LockedPressed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNetHeistButton_C, OnFocused) == 0x0003C0, "Member 'UWBP_UI_CrimeNetHeistButton_C::OnFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNetHeistButton_C, BWEffect_RB) == 0x0003C8, "Member 'UWBP_UI_CrimeNetHeistButton_C::BWEffect_RB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNetHeistButton_C, Disable_T) == 0x0003D0, "Member 'UWBP_UI_CrimeNetHeistButton_C::Disable_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNetHeistButton_C, Disabled_O) == 0x0003D8, "Member 'UWBP_UI_CrimeNetHeistButton_C::Disabled_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNetHeistButton_C, Image_HeistBackground) == 0x0003E0, "Member 'UWBP_UI_CrimeNetHeistButton_C::Image_HeistBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNetHeistButton_C, Name_T) == 0x0003E8, "Member 'UWBP_UI_CrimeNetHeistButton_C::Name_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNetHeistButton_C, SelectedOutline_B) == 0x0003F0, "Member 'UWBP_UI_CrimeNetHeistButton_C::SelectedOutline_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNetHeistButton_C, DynamicMaterials) == 0x0003F8, "Member 'UWBP_UI_CrimeNetHeistButton_C::DynamicMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNQF_Escort_GoToPoint_C \ +static_assert(alignof(UNQF_Escort_GoToPoint_C) == 0x000008, "Wrong alignment on UNQF_Escort_GoToPoint_C"); \ +static_assert(sizeof(UNQF_Escort_GoToPoint_C) == 0x000050, "Wrong size on UNQF_Escort_GoToPoint_C"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2 \ +static_assert(alignof(WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2"); \ +static_assert(sizeof(WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2) == 0x000110, "Wrong size on WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2, EntryPoint) == 0x000000, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2, CallFunc_GetSBZGameUserSettings_ReturnValue) == 0x000008, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2::CallFunc_GetSBZGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2, CallFunc_GetMatchmakingDifficulty_ReturnValue) == 0x000010, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2::CallFunc_GetMatchmakingDifficulty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2, K2Node_CustomEvent_InHeistData) == 0x000018, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2::K2Node_CustomEvent_InHeistData' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2, CallFunc_GetDisplayName_OutDisplayName) == 0x000020, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2, CallFunc_GetDisplayName_OutHasText) == 0x000038, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2, CallFunc_SelectColor_ReturnValue) == 0x00003C, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2, K2Node_MakeStruct_SlateColor) == 0x000050, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000078, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2, CallFunc_IsValid_ReturnValue) == 0x000079, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2, Temp_object_Variable) == 0x000080, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2, K2Node_DynamicCast_AsPaper_Sprite) == 0x000088, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2, K2Node_CustomEvent_Loaded) == 0x000098, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2, K2Node_CreateDelegate_OutputDelegate) == 0x0000A0, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x0000B8, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1) == 0x0000C8, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_2) == 0x0000D8, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2, K2Node_MakeStruct_SlateColor_1) == 0x0000E8, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_ExecuteUbergraph_WBP_CrimeNet_HeistDescriptionPanel_2::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistDescriptionPanel_2_C_InitializeHeistData \ +static_assert(alignof(WBP_CrimeNet_HeistDescriptionPanel_2_C_InitializeHeistData) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistDescriptionPanel_2_C_InitializeHeistData"); \ +static_assert(sizeof(WBP_CrimeNet_HeistDescriptionPanel_2_C_InitializeHeistData) == 0x000008, "Wrong size on WBP_CrimeNet_HeistDescriptionPanel_2_C_InitializeHeistData"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_InitializeHeistData, InHeistData) == 0x000000, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_InitializeHeistData::InHeistData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistDescriptionPanel_2_C_OnLoaded_60A324174F38BA985051939D434488B5 \ +static_assert(alignof(WBP_CrimeNet_HeistDescriptionPanel_2_C_OnLoaded_60A324174F38BA985051939D434488B5) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistDescriptionPanel_2_C_OnLoaded_60A324174F38BA985051939D434488B5"); \ +static_assert(sizeof(WBP_CrimeNet_HeistDescriptionPanel_2_C_OnLoaded_60A324174F38BA985051939D434488B5) == 0x000008, "Wrong size on WBP_CrimeNet_HeistDescriptionPanel_2_C_OnLoaded_60A324174F38BA985051939D434488B5"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_OnLoaded_60A324174F38BA985051939D434488B5, Loaded) == 0x000000, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_OnLoaded_60A324174F38BA985051939D434488B5::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer \ +static_assert(alignof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer"); \ +static_assert(sizeof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer) == 0x000140, "Wrong size on WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer, Timer) == 0x000000, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer::Timer' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer, bIsStealth) == 0x000004, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer::bIsStealth' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer, TimerText) == 0x000008, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer::TimerText' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer, CallFunc_FTrunc_ReturnValue) == 0x000020, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000024, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer, CallFunc_FormatIntToTimerText_ReturnValue) == 0x000028, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer::CallFunc_FormatIntToTimerText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer, Temp_bool_Variable) == 0x000040, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer, K2Node_MakeArray_Array) == 0x000088, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer, CallFunc_Format_ReturnValue) == 0x0000D8, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer, K2Node_MakeArray_Array_1) == 0x0000F0, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer, Temp_bool_Variable_1) == 0x000100, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer, CallFunc_Format_ReturnValue_1) == 0x000108, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer, K2Node_Select_Default) == 0x000120, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer, K2Node_Select_Default_1) == 0x000138, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdatePanelTimer::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistDescriptionPanel_2_C_SetNoHeistData \ +static_assert(alignof(WBP_CrimeNet_HeistDescriptionPanel_2_C_SetNoHeistData) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistDescriptionPanel_2_C_SetNoHeistData"); \ +static_assert(sizeof(WBP_CrimeNet_HeistDescriptionPanel_2_C_SetNoHeistData) == 0x000060, "Wrong size on WBP_CrimeNet_HeistDescriptionPanel_2_C_SetNoHeistData"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_SetNoHeistData, K2Node_MakeStruct_SlateColor) == 0x000000, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_SetNoHeistData::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_SetNoHeistData, K2Node_MakeStruct_SlateColor_1) == 0x000028, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_SetNoHeistData::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_SetNoHeistData, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000050, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_SetNoHeistData::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateDifficultyVisuals \ +static_assert(alignof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateDifficultyVisuals) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateDifficultyVisuals"); \ +static_assert(sizeof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateDifficultyVisuals) == 0x000040, "Wrong size on WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateDifficultyVisuals"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateDifficultyVisuals, InDifficulty) == 0x000000, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateDifficultyVisuals::InDifficulty' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateDifficultyVisuals, CallFunc_GetUIManager_ReturnValue) == 0x000008, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateDifficultyVisuals::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateDifficultyVisuals, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateDifficultyVisuals::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateDifficultyVisuals, CallFunc_GetUIData_ReturnValue) == 0x000018, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateDifficultyVisuals::CallFunc_GetUIData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateDifficultyVisuals, CallFunc_GetDifficultyText_OutDifficultyText) == 0x000020, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateDifficultyVisuals::CallFunc_GetDifficultyText_OutDifficultyText' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateDifficultyVisuals, CallFunc_GetDifficultyText_bHasText) == 0x000038, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateDifficultyVisuals::CallFunc_GetDifficultyText_bHasText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistDescriptionPanel_2_C_SetDifficulty \ +static_assert(alignof(WBP_CrimeNet_HeistDescriptionPanel_2_C_SetDifficulty) == 0x000001, "Wrong alignment on WBP_CrimeNet_HeistDescriptionPanel_2_C_SetDifficulty"); \ +static_assert(sizeof(WBP_CrimeNet_HeistDescriptionPanel_2_C_SetDifficulty) == 0x000002, "Wrong size on WBP_CrimeNet_HeistDescriptionPanel_2_C_SetDifficulty"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_SetDifficulty, InDifficulty) == 0x000000, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_SetDifficulty::InDifficulty' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_SetDifficulty, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_SetDifficulty::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateTimers \ +static_assert(alignof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateTimers) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateTimers"); \ +static_assert(sizeof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateTimers) == 0x000030, "Wrong size on WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateTimers"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateTimers, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateTimers::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateTimers, CallFunc_GetPlayerStatisticsManager_ReturnValue) == 0x000008, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateTimers::CallFunc_GetPlayerStatisticsManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateTimers, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000010, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateTimers::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateTimers, CallFunc_GetHeistBestTimes_ReturnValue) == 0x000018, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateTimers::CallFunc_GetHeistBestTimes_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateTimers, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateTimers::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies \ +static_assert(alignof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies"); \ +static_assert(sizeof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies) == 0x000058, "Wrong size on WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies, K2Node_MakeStruct_Margin) == 0x00000C, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies, CallFunc_Create_ReturnValue) == 0x000020, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000028, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies, CallFunc_GetGameStateMachine_ReturnValue) == 0x000030, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies, CallFunc_GetMatchmakingSecuritCompaniesForHeist_ReturnValue) == 0x000038, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies::CallFunc_GetMatchmakingSecuritCompaniesForHeist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies, CallFunc_Array_Get_Item) == 0x000048, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'WBP_CrimeNet_HeistDescriptionPanel_2_C_UpdateSecuirtyCompanies::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CrimeNet_HeistDescriptionPanel_2_C \ +static_assert(alignof(UWBP_CrimeNet_HeistDescriptionPanel_2_C) == 0x000008, "Wrong alignment on UWBP_CrimeNet_HeistDescriptionPanel_2_C"); \ +static_assert(sizeof(UWBP_CrimeNet_HeistDescriptionPanel_2_C) == 0x000320, "Wrong size on UWBP_CrimeNet_HeistDescriptionPanel_2_C"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_2_C, UberGraphFrame) == 0x000290, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_2_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_2_C, Image_LevelIcon) == 0x000298, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_2_C::Image_LevelIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_2_C, Image_RiskLevel_Hard) == 0x0002A0, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_2_C::Image_RiskLevel_Hard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_2_C, Image_RiskLevel_Normal) == 0x0002A8, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_2_C::Image_RiskLevel_Normal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_2_C, Image_RiskLevel_Overkill) == 0x0002B0, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_2_C::Image_RiskLevel_Overkill' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_2_C, Image_RiskLevel_VeryHard) == 0x0002B8, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_2_C::Image_RiskLevel_VeryHard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_2_C, Overlay_0) == 0x0002C0, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_2_C::Overlay_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_2_C, Overlay_HeistDescription) == 0x0002C8, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_2_C::Overlay_HeistDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_2_C, Tex_Pattern_Dots) == 0x0002D0, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_2_C::Tex_Pattern_Dots' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_2_C, Text_BestTime_Loud) == 0x0002D8, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_2_C::Text_BestTime_Loud' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_2_C, Text_BestTime_Stealth) == 0x0002E0, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_2_C::Text_BestTime_Stealth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_2_C, Text_Desc_LevelDescription) == 0x0002E8, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_2_C::Text_Desc_LevelDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_2_C, Text_Desc_LevelName) == 0x0002F0, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_2_C::Text_Desc_LevelName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_2_C, Text_Difficulty) == 0x0002F8, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_2_C::Text_Difficulty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_2_C, VerticalBox_SecurityCompanies) == 0x000300, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_2_C::VerticalBox_SecurityCompanies' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_2_C, TWK_DefaultHeistImage) == 0x000308, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_2_C::TWK_DefaultHeistImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_2_C, RT_HeistData) == 0x000310, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_2_C::RT_HeistData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistDescriptionPanel_2_C, RT_Difficulty) == 0x000318, "Member 'UWBP_CrimeNet_HeistDescriptionPanel_2_C::RT_Difficulty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton \ +static_assert(alignof(WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton) == 0x000008, "Wrong alignment on WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton"); \ +static_assert(sizeof(WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton) == 0x000080, "Wrong size on WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton, EntryPoint) == 0x000000, "Member 'WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton, K2Node_Event_bInHasFocus) == 0x000004, "Member 'WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton, Temp_object_Variable) == 0x000008, "Member 'WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton, K2Node_DynamicCast_AsPaper_Sprite) == 0x000010, "Member 'WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton, K2Node_CustomEvent_Loaded) == 0x000020, "Member 'WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton, CallFunc_GetHeistData_ReturnValue) == 0x000040, "Member 'WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton::CallFunc_GetHeistData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton, K2Node_Event_bInIsDisabled) == 0x000049, "Member 'WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x00004A, "Member 'WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton, CallFunc_BooleanAND_ReturnValue) == 0x00004B, "Member 'WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000050, "Member 'WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000058, "Member 'WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton, K2Node_Event_bInIsHovered) == 0x000068, "Member 'WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton, K2Node_Event_IsDesignTime) == 0x000069, "Member 'WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1) == 0x000070, "Member 'WBP_UI_TutorialSelectionButton_C_ExecuteUbergraph_WBP_UI_TutorialSelectionButton::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TutorialSelectionButton_C_ButtonFocusChanging \ +static_assert(alignof(WBP_UI_TutorialSelectionButton_C_ButtonFocusChanging) == 0x000001, "Wrong alignment on WBP_UI_TutorialSelectionButton_C_ButtonFocusChanging"); \ +static_assert(sizeof(WBP_UI_TutorialSelectionButton_C_ButtonFocusChanging) == 0x000001, "Wrong size on WBP_UI_TutorialSelectionButton_C_ButtonFocusChanging"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_ButtonFocusChanging, bInHasFocus) == 0x000000, "Member 'WBP_UI_TutorialSelectionButton_C_ButtonFocusChanging::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TutorialSelectionButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_TutorialSelectionButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_TutorialSelectionButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_TutorialSelectionButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_TutorialSelectionButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_TutorialSelectionButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TutorialSelectionButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_TutorialSelectionButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_TutorialSelectionButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_TutorialSelectionButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_TutorialSelectionButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_TutorialSelectionButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TutorialSelectionButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_UI_TutorialSelectionButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_UI_TutorialSelectionButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_UI_TutorialSelectionButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_UI_TutorialSelectionButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_UI_TutorialSelectionButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TutorialSelectionButton_C_OnLoaded_D46F04B04CE4B5F1991D4C910BE505CA \ +static_assert(alignof(WBP_UI_TutorialSelectionButton_C_OnLoaded_D46F04B04CE4B5F1991D4C910BE505CA) == 0x000008, "Wrong alignment on WBP_UI_TutorialSelectionButton_C_OnLoaded_D46F04B04CE4B5F1991D4C910BE505CA"); \ +static_assert(sizeof(WBP_UI_TutorialSelectionButton_C_OnLoaded_D46F04B04CE4B5F1991D4C910BE505CA) == 0x000008, "Wrong size on WBP_UI_TutorialSelectionButton_C_OnLoaded_D46F04B04CE4B5F1991D4C910BE505CA"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_OnLoaded_D46F04B04CE4B5F1991D4C910BE505CA, Loaded) == 0x000000, "Member 'WBP_UI_TutorialSelectionButton_C_OnLoaded_D46F04B04CE4B5F1991D4C910BE505CA::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TutorialSelectionButton_C_OnHoverChanged \ +static_assert(alignof(WBP_UI_TutorialSelectionButton_C_OnHoverChanged) == 0x000001, "Wrong alignment on WBP_UI_TutorialSelectionButton_C_OnHoverChanged"); \ +static_assert(sizeof(WBP_UI_TutorialSelectionButton_C_OnHoverChanged) == 0x000001, "Wrong size on WBP_UI_TutorialSelectionButton_C_OnHoverChanged"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_OnHoverChanged, bIsHovered) == 0x000000, "Member 'WBP_UI_TutorialSelectionButton_C_OnHoverChanged::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TutorialSelectionButton_C_OnFocusedChanged \ +static_assert(alignof(WBP_UI_TutorialSelectionButton_C_OnFocusedChanged) == 0x000008, "Wrong alignment on WBP_UI_TutorialSelectionButton_C_OnFocusedChanged"); \ +static_assert(sizeof(WBP_UI_TutorialSelectionButton_C_OnFocusedChanged) == 0x000048, "Wrong size on WBP_UI_TutorialSelectionButton_C_OnFocusedChanged"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_OnFocusedChanged, bIsFocused) == 0x000000, "Member 'WBP_UI_TutorialSelectionButton_C_OnFocusedChanged::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_OnFocusedChanged, Temp_byte_Variable) == 0x000001, "Member 'WBP_UI_TutorialSelectionButton_C_OnFocusedChanged::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_OnFocusedChanged, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_UI_TutorialSelectionButton_C_OnFocusedChanged::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_OnFocusedChanged, Temp_bool_Variable) == 0x000003, "Member 'WBP_UI_TutorialSelectionButton_C_OnFocusedChanged::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_OnFocusedChanged, Temp_object_Variable) == 0x000008, "Member 'WBP_UI_TutorialSelectionButton_C_OnFocusedChanged::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_OnFocusedChanged, Temp_object_Variable_1) == 0x000010, "Member 'WBP_UI_TutorialSelectionButton_C_OnFocusedChanged::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_OnFocusedChanged, Temp_bool_Variable_1) == 0x000018, "Member 'WBP_UI_TutorialSelectionButton_C_OnFocusedChanged::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_OnFocusedChanged, K2Node_Select_Default) == 0x000020, "Member 'WBP_UI_TutorialSelectionButton_C_OnFocusedChanged::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_OnFocusedChanged, Temp_byte_Variable_2) == 0x000028, "Member 'WBP_UI_TutorialSelectionButton_C_OnFocusedChanged::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_OnFocusedChanged, Temp_byte_Variable_3) == 0x000029, "Member 'WBP_UI_TutorialSelectionButton_C_OnFocusedChanged::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_OnFocusedChanged, K2Node_Select_Default_1) == 0x00002A, "Member 'WBP_UI_TutorialSelectionButton_C_OnFocusedChanged::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_OnFocusedChanged, Temp_bool_Variable_2) == 0x00002B, "Member 'WBP_UI_TutorialSelectionButton_C_OnFocusedChanged::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_OnFocusedChanged, CallFunc_PlayAnimation_ReturnValue) == 0x000030, "Member 'WBP_UI_TutorialSelectionButton_C_OnFocusedChanged::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_OnFocusedChanged, K2Node_Select_Default_2) == 0x000038, "Member 'WBP_UI_TutorialSelectionButton_C_OnFocusedChanged::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_OnFocusedChanged, CallFunc_PlayAnimation_ReturnValue_1) == 0x000040, "Member 'WBP_UI_TutorialSelectionButton_C_OnFocusedChanged::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TutorialSelectionButton_C_InitializeButtonVisuals \ +static_assert(alignof(WBP_UI_TutorialSelectionButton_C_InitializeButtonVisuals) == 0x000008, "Wrong alignment on WBP_UI_TutorialSelectionButton_C_InitializeButtonVisuals"); \ +static_assert(sizeof(WBP_UI_TutorialSelectionButton_C_InitializeButtonVisuals) == 0x000078, "Wrong size on WBP_UI_TutorialSelectionButton_C_InitializeButtonVisuals"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_InitializeButtonVisuals, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_TutorialSelectionButton_C_InitializeButtonVisuals::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_InitializeButtonVisuals, CallFunc_BreakSoftObjectPath_PathString) == 0x000008, "Member 'WBP_UI_TutorialSelectionButton_C_InitializeButtonVisuals::CallFunc_BreakSoftObjectPath_PathString' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_InitializeButtonVisuals, CallFunc_GetBaseFilename_ReturnValue) == 0x000018, "Member 'WBP_UI_TutorialSelectionButton_C_InitializeButtonVisuals::CallFunc_GetBaseFilename_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_InitializeButtonVisuals, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'WBP_UI_TutorialSelectionButton_C_InitializeButtonVisuals::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_InitializeButtonVisuals, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'WBP_UI_TutorialSelectionButton_C_InitializeButtonVisuals::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_InitializeButtonVisuals, K2Node_Select_Default) == 0x000048, "Member 'WBP_UI_TutorialSelectionButton_C_InitializeButtonVisuals::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_InitializeButtonVisuals, CallFunc_ClampText_ReturnValue) == 0x000060, "Member 'WBP_UI_TutorialSelectionButton_C_InitializeButtonVisuals::CallFunc_ClampText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TutorialSelectionButton_C_OnDisabledChanged \ +static_assert(alignof(WBP_UI_TutorialSelectionButton_C_OnDisabledChanged) == 0x000008, "Wrong alignment on WBP_UI_TutorialSelectionButton_C_OnDisabledChanged"); \ +static_assert(sizeof(WBP_UI_TutorialSelectionButton_C_OnDisabledChanged) == 0x000018, "Wrong size on WBP_UI_TutorialSelectionButton_C_OnDisabledChanged"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_OnDisabledChanged, bDisabled) == 0x000000, "Member 'WBP_UI_TutorialSelectionButton_C_OnDisabledChanged::bDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_OnDisabledChanged, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_TutorialSelectionButton_C_OnDisabledChanged::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_OnDisabledChanged, CallFunc_SelectFloat_ReturnValue) == 0x000004, "Member 'WBP_UI_TutorialSelectionButton_C_OnDisabledChanged::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_OnDisabledChanged, Temp_byte_Variable) == 0x000008, "Member 'WBP_UI_TutorialSelectionButton_C_OnDisabledChanged::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_OnDisabledChanged, Temp_byte_Variable_1) == 0x000009, "Member 'WBP_UI_TutorialSelectionButton_C_OnDisabledChanged::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_OnDisabledChanged, K2Node_Select_Default) == 0x00000A, "Member 'WBP_UI_TutorialSelectionButton_C_OnDisabledChanged::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_OnDisabledChanged, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'WBP_UI_TutorialSelectionButton_C_OnDisabledChanged::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_TutorialSelectionButton_C_ShowBlackAndWhite \ +static_assert(alignof(WBP_UI_TutorialSelectionButton_C_ShowBlackAndWhite) == 0x000004, "Wrong alignment on WBP_UI_TutorialSelectionButton_C_ShowBlackAndWhite"); \ +static_assert(sizeof(WBP_UI_TutorialSelectionButton_C_ShowBlackAndWhite) == 0x000014, "Wrong size on WBP_UI_TutorialSelectionButton_C_ShowBlackAndWhite"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_ShowBlackAndWhite, InShow) == 0x000000, "Member 'WBP_UI_TutorialSelectionButton_C_ShowBlackAndWhite::InShow' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_ShowBlackAndWhite, Temp_float_Variable) == 0x000004, "Member 'WBP_UI_TutorialSelectionButton_C_ShowBlackAndWhite::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_ShowBlackAndWhite, Temp_float_Variable_1) == 0x000008, "Member 'WBP_UI_TutorialSelectionButton_C_ShowBlackAndWhite::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_ShowBlackAndWhite, Temp_bool_Variable) == 0x00000C, "Member 'WBP_UI_TutorialSelectionButton_C_ShowBlackAndWhite::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_ShowBlackAndWhite, CallFunc_IsValid_ReturnValue) == 0x00000D, "Member 'WBP_UI_TutorialSelectionButton_C_ShowBlackAndWhite::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_TutorialSelectionButton_C_ShowBlackAndWhite, K2Node_Select_Default) == 0x000010, "Member 'WBP_UI_TutorialSelectionButton_C_ShowBlackAndWhite::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_TutorialSelectionButton_C \ +static_assert(alignof(UWBP_UI_TutorialSelectionButton_C) == 0x000008, "Wrong alignment on UWBP_UI_TutorialSelectionButton_C"); \ +static_assert(sizeof(UWBP_UI_TutorialSelectionButton_C) == 0x000460, "Wrong size on UWBP_UI_TutorialSelectionButton_C"); \ +static_assert(offsetof(UWBP_UI_TutorialSelectionButton_C, UberGraphFrame) == 0x0003B0, "Member 'UWBP_UI_TutorialSelectionButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TutorialSelectionButton_C, ShowDescription) == 0x0003B8, "Member 'UWBP_UI_TutorialSelectionButton_C::ShowDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TutorialSelectionButton_C, OnFocused) == 0x0003C0, "Member 'UWBP_UI_TutorialSelectionButton_C::OnFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TutorialSelectionButton_C, Background_Border) == 0x0003C8, "Member 'UWBP_UI_TutorialSelectionButton_C::Background_Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TutorialSelectionButton_C, BlackAndWhite_Retainer) == 0x0003D0, "Member 'UWBP_UI_TutorialSelectionButton_C::BlackAndWhite_Retainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TutorialSelectionButton_C, COMPLETED_overlay) == 0x0003D8, "Member 'UWBP_UI_TutorialSelectionButton_C::COMPLETED_overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TutorialSelectionButton_C, EdgeBorder_I) == 0x0003E0, "Member 'UWBP_UI_TutorialSelectionButton_C::EdgeBorder_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TutorialSelectionButton_C, FadedGradient_I) == 0x0003E8, "Member 'UWBP_UI_TutorialSelectionButton_C::FadedGradient_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TutorialSelectionButton_C, Locked_O) == 0x0003F0, "Member 'UWBP_UI_TutorialSelectionButton_C::Locked_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TutorialSelectionButton_C, Mode_Image) == 0x0003F8, "Member 'UWBP_UI_TutorialSelectionButton_C::Mode_Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TutorialSelectionButton_C, ModeDescription_Text) == 0x000400, "Member 'UWBP_UI_TutorialSelectionButton_C::ModeDescription_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TutorialSelectionButton_C, ModeTitle_Text) == 0x000408, "Member 'UWBP_UI_TutorialSelectionButton_C::ModeTitle_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TutorialSelectionButton_C, Outline_I) == 0x000410, "Member 'UWBP_UI_TutorialSelectionButton_C::Outline_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TutorialSelectionButton_C, DynamicMaterials) == 0x000418, "Member 'UWBP_UI_TutorialSelectionButton_C::DynamicMaterials' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TutorialSelectionButton_C, BnwDynamicMaterial) == 0x000420, "Member 'UWBP_UI_TutorialSelectionButton_C::BnwDynamicMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TutorialSelectionButton_C, ModeTitle) == 0x000428, "Member 'UWBP_UI_TutorialSelectionButton_C::ModeTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TutorialSelectionButton_C, ButtonImage) == 0x000440, "Member 'UWBP_UI_TutorialSelectionButton_C::ButtonImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_TutorialSelectionButton_C, ModeDescription) == 0x000448, "Member 'UWBP_UI_TutorialSelectionButton_C::ModeDescription' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_CrimeNet_SecurityCompanyDisplay \ +static_assert(alignof(WBP_CrimeNet_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_CrimeNet_SecurityCompanyDisplay) == 0x000008, "Wrong alignment on WBP_CrimeNet_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_CrimeNet_SecurityCompanyDisplay"); \ +static_assert(sizeof(WBP_CrimeNet_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_CrimeNet_SecurityCompanyDisplay) == 0x0000E8, "Wrong size on WBP_CrimeNet_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_CrimeNet_SecurityCompanyDisplay"); \ +static_assert(offsetof(WBP_CrimeNet_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_CrimeNet_SecurityCompanyDisplay, EntryPoint) == 0x000000, "Member 'WBP_CrimeNet_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_CrimeNet_SecurityCompanyDisplay::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_CrimeNet_SecurityCompanyDisplay, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'WBP_CrimeNet_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_CrimeNet_SecurityCompanyDisplay::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_CrimeNet_SecurityCompanyDisplay, K2Node_MakeStruct_SlateColor_1) == 0x000030, "Member 'WBP_CrimeNet_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_CrimeNet_SecurityCompanyDisplay::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_CrimeNet_SecurityCompanyDisplay, CallFunc_GetSecurityCompany_ReturnValue) == 0x000058, "Member 'WBP_CrimeNet_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_CrimeNet_SecurityCompanyDisplay::CallFunc_GetSecurityCompany_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_CrimeNet_SecurityCompanyDisplay, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'WBP_CrimeNet_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_CrimeNet_SecurityCompanyDisplay::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_CrimeNet_SecurityCompanyDisplay, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000068, "Member 'WBP_CrimeNet_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_CrimeNet_SecurityCompanyDisplay::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_CrimeNet_SecurityCompanyDisplay, K2Node_MakeStruct_SlateColor_2) == 0x000078, "Member 'WBP_CrimeNet_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_CrimeNet_SecurityCompanyDisplay::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_CrimeNet_SecurityCompanyDisplay, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1) == 0x0000A0, "Member 'WBP_CrimeNet_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_CrimeNet_SecurityCompanyDisplay::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_CrimeNet_SecurityCompanyDisplay, K2Node_MakeStruct_SlateColor_3) == 0x0000B0, "Member 'WBP_CrimeNet_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_CrimeNet_SecurityCompanyDisplay::K2Node_MakeStruct_SlateColor_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_CrimeNet_SecurityCompanyDisplay, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_2) == 0x0000D8, "Member 'WBP_CrimeNet_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_CrimeNet_SecurityCompanyDisplay::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CrimeNet_SecurityCompanyDisplay_C \ +static_assert(alignof(UWBP_CrimeNet_SecurityCompanyDisplay_C) == 0x000008, "Wrong alignment on UWBP_CrimeNet_SecurityCompanyDisplay_C"); \ +static_assert(sizeof(UWBP_CrimeNet_SecurityCompanyDisplay_C) == 0x0002D0, "Wrong size on UWBP_CrimeNet_SecurityCompanyDisplay_C"); \ +static_assert(offsetof(UWBP_CrimeNet_SecurityCompanyDisplay_C, UberGraphFrame) == 0x0002B0, "Member 'UWBP_CrimeNet_SecurityCompanyDisplay_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_SecurityCompanyDisplay_C, Image_SecurityCompanyLogo) == 0x0002B8, "Member 'UWBP_CrimeNet_SecurityCompanyDisplay_C::Image_SecurityCompanyLogo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_SecurityCompanyDisplay_C, Text_SecurityCompanyName) == 0x0002C0, "Member 'UWBP_CrimeNet_SecurityCompanyDisplay_C::Text_SecurityCompanyName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_SecurityCompanyDisplay_C, DefaultIcon) == 0x0002C8, "Member 'UWBP_CrimeNet_SecurityCompanyDisplay_C::DefaultIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook \ +static_assert(alignof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook"); \ +static_assert(sizeof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook) == 0x000580, "Wrong size on BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, EntryPoint) == 0x000000, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, CallFunc_BreakVector_X) == 0x000004, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, CallFunc_BreakVector_Y) == 0x000008, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, CallFunc_BreakVector_Z) == 0x00000C, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000010, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, CallFunc_MakeRotator_ReturnValue) == 0x000014, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, CallFunc_MakeVector_ReturnValue) == 0x000024, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, CallFunc_MakeRotator_ReturnValue_1) == 0x000030, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, CallFunc_MakeRotator_ReturnValue_2) == 0x00003C, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, Temp_struct_Variable) == 0x000048, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, Temp_delegate_Variable) == 0x000058, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, Temp_struct_Variable_1) == 0x000070, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, CallFunc_MakeVector_ReturnValue_1) == 0x000080, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, Temp_delegate_Variable_1) == 0x00008C, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, CallFunc_PostEvent_ReturnValue) == 0x0000A0, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, Temp_bool_IsClosed_Variable) == 0x0000A4, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, Temp_bool_IsClosed_Variable_1) == 0x0000A5, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, Temp_bool_Has_Been_Initd_Variable) == 0x0000A6, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, Temp_bool_Has_Been_Initd_Variable_1) == 0x0000A7, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, K2Node_Event_bStateToChangeTo) == 0x0000A8, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::K2Node_Event_bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, K2Node_Event_bDoCosmetics) == 0x0000A9, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x0000AC, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x00013C, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x0001CC, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, K2Node_ComponentBoundEvent_Interactable_1) == 0x000260, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::K2Node_ComponentBoundEvent_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, K2Node_ComponentBoundEvent_Interactor_1) == 0x000268, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::K2Node_ComponentBoundEvent_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1) == 0x000270, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, CallFunc_HasAuthority_ReturnValue) == 0x000271, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000274, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000280, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000310, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, K2Node_CustomEvent_IsSwitch) == 0x000311, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::K2Node_CustomEvent_IsSwitch' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, CallFunc_K2_SetRelativeRotation_SweepHitResult_1) == 0x000314, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::CallFunc_K2_SetRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, CallFunc_PostAkEvent_ReturnValue) == 0x0003A4, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, CallFunc_K2_SetRelativeRotation_SweepHitResult_2) == 0x0003A8, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::CallFunc_K2_SetRelativeRotation_SweepHitResult_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, CallFunc_MakeVector_ReturnValue_2) == 0x000438, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, CallFunc_K2_SetRelativeLocation_SweepHitResult_2) == 0x000444, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::CallFunc_K2_SetRelativeLocation_SweepHitResult_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, K2Node_ComponentBoundEvent_Interactable) == 0x0004D8, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, K2Node_ComponentBoundEvent_Interactor) == 0x0004E0, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x0004E8, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook, CallFunc_K2_SetRelativeLocation_SweepHitResult_3) == 0x0004EC, "Member 'BP_ReplicatedBinaryActorMovableBook_C_ExecuteUbergraph_BP_ReplicatedBinaryActorMovableBook::CallFunc_K2_SetRelativeLocation_SweepHitResult_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActorMovableBook_C_BndEvt__BP_ReplicatedBinaryActorMovableBook_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_ReplicatedBinaryActorMovableBook_C_BndEvt__BP_ReplicatedBinaryActorMovableBook_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryActorMovableBook_C_BndEvt__BP_ReplicatedBinaryActorMovableBook_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_ReplicatedBinaryActorMovableBook_C_BndEvt__BP_ReplicatedBinaryActorMovableBook_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_ReplicatedBinaryActorMovableBook_C_BndEvt__BP_ReplicatedBinaryActorMovableBook_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_BndEvt__BP_ReplicatedBinaryActorMovableBook_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_ReplicatedBinaryActorMovableBook_C_BndEvt__BP_ReplicatedBinaryActorMovableBook_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_BndEvt__BP_ReplicatedBinaryActorMovableBook_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_ReplicatedBinaryActorMovableBook_C_BndEvt__BP_ReplicatedBinaryActorMovableBook_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_BndEvt__BP_ReplicatedBinaryActorMovableBook_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_ReplicatedBinaryActorMovableBook_C_BndEvt__BP_ReplicatedBinaryActorMovableBook_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActorMovableBook_C_SetIsHiddenSwitch \ +static_assert(alignof(BP_ReplicatedBinaryActorMovableBook_C_SetIsHiddenSwitch) == 0x000001, "Wrong alignment on BP_ReplicatedBinaryActorMovableBook_C_SetIsHiddenSwitch"); \ +static_assert(sizeof(BP_ReplicatedBinaryActorMovableBook_C_SetIsHiddenSwitch) == 0x000001, "Wrong size on BP_ReplicatedBinaryActorMovableBook_C_SetIsHiddenSwitch"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_SetIsHiddenSwitch, IsSwitch) == 0x000000, "Member 'BP_ReplicatedBinaryActorMovableBook_C_SetIsHiddenSwitch::IsSwitch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActorMovableBook_C_BndEvt__BP_ReplicatedBinaryMovableBook_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_ReplicatedBinaryActorMovableBook_C_BndEvt__BP_ReplicatedBinaryMovableBook_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryActorMovableBook_C_BndEvt__BP_ReplicatedBinaryMovableBook_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_ReplicatedBinaryActorMovableBook_C_BndEvt__BP_ReplicatedBinaryMovableBook_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_ReplicatedBinaryActorMovableBook_C_BndEvt__BP_ReplicatedBinaryMovableBook_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_BndEvt__BP_ReplicatedBinaryMovableBook_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_ReplicatedBinaryActorMovableBook_C_BndEvt__BP_ReplicatedBinaryMovableBook_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_BndEvt__BP_ReplicatedBinaryMovableBook_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_ReplicatedBinaryActorMovableBook_C_BndEvt__BP_ReplicatedBinaryMovableBook_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_BndEvt__BP_ReplicatedBinaryMovableBook_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_ReplicatedBinaryActorMovableBook_C_BndEvt__BP_ReplicatedBinaryMovableBook_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActorMovableBook_C_OnStateChanged \ +static_assert(alignof(BP_ReplicatedBinaryActorMovableBook_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_ReplicatedBinaryActorMovableBook_C_OnStateChanged"); \ +static_assert(sizeof(BP_ReplicatedBinaryActorMovableBook_C_OnStateChanged) == 0x000002, "Wrong size on BP_ReplicatedBinaryActorMovableBook_C_OnStateChanged"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_OnStateChanged, bStateToChangeTo) == 0x000000, "Member 'BP_ReplicatedBinaryActorMovableBook_C_OnStateChanged::bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorMovableBook_C_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_ReplicatedBinaryActorMovableBook_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ReplicatedBinaryActorMovableBook_C \ +static_assert(alignof(ABP_ReplicatedBinaryActorMovableBook_C) == 0x000010, "Wrong alignment on ABP_ReplicatedBinaryActorMovableBook_C"); \ +static_assert(sizeof(ABP_ReplicatedBinaryActorMovableBook_C) == 0x0003D0, "Wrong size on ABP_ReplicatedBinaryActorMovableBook_C"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorMovableBook_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_ReplicatedBinaryActorMovableBook_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorMovableBook_C, SBZAIObjective) == 0x0002E0, "Member 'ABP_ReplicatedBinaryActorMovableBook_C::SBZAIObjective' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorMovableBook_C, Ak) == 0x0002E8, "Member 'ABP_ReplicatedBinaryActorMovableBook_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorMovableBook_C, Book) == 0x0002F0, "Member 'ABP_ReplicatedBinaryActorMovableBook_C::Book' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorMovableBook_C, SBZInteractable) == 0x0002F8, "Member 'ABP_ReplicatedBinaryActorMovableBook_C::SBZInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorMovableBook_C, SBZOutline) == 0x000300, "Member 'ABP_ReplicatedBinaryActorMovableBook_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorMovableBook_C, DefaultSceneRoot) == 0x000308, "Member 'ABP_ReplicatedBinaryActorMovableBook_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorMovableBook_C, Swithc_Rotation_D019A7C74444D5F8308541A690EF507C) == 0x000310, "Member 'ABP_ReplicatedBinaryActorMovableBook_C::Swithc_Rotation_D019A7C74444D5F8308541A690EF507C' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorMovableBook_C, Swithc__Direction_D019A7C74444D5F8308541A690EF507C) == 0x000314, "Member 'ABP_ReplicatedBinaryActorMovableBook_C::Swithc__Direction_D019A7C74444D5F8308541A690EF507C' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorMovableBook_C, Swithc) == 0x000318, "Member 'ABP_ReplicatedBinaryActorMovableBook_C::Swithc' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorMovableBook_C, FalseBook_Vector_F08AC56047BDF7626A5268892F81AA43) == 0x000320, "Member 'ABP_ReplicatedBinaryActorMovableBook_C::FalseBook_Vector_F08AC56047BDF7626A5268892F81AA43' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorMovableBook_C, FalseBook_Rotation_F08AC56047BDF7626A5268892F81AA43) == 0x00032C, "Member 'ABP_ReplicatedBinaryActorMovableBook_C::FalseBook_Rotation_F08AC56047BDF7626A5268892F81AA43' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorMovableBook_C, FalseBook__Direction_F08AC56047BDF7626A5268892F81AA43) == 0x000330, "Member 'ABP_ReplicatedBinaryActorMovableBook_C::FalseBook__Direction_F08AC56047BDF7626A5268892F81AA43' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorMovableBook_C, FalseBook) == 0x000338, "Member 'ABP_ReplicatedBinaryActorMovableBook_C::FalseBook' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorMovableBook_C, Siwtch_Rotation_B4CB30B6467700B6C1670CA9ADD91042) == 0x000340, "Member 'ABP_ReplicatedBinaryActorMovableBook_C::Siwtch_Rotation_B4CB30B6467700B6C1670CA9ADD91042' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorMovableBook_C, Siwtch__Direction_B4CB30B6467700B6C1670CA9ADD91042) == 0x000344, "Member 'ABP_ReplicatedBinaryActorMovableBook_C::Siwtch__Direction_B4CB30B6467700B6C1670CA9ADD91042' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorMovableBook_C, Siwtch) == 0x000348, "Member 'ABP_ReplicatedBinaryActorMovableBook_C::Siwtch' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorMovableBook_C, BookTransform) == 0x000350, "Member 'ABP_ReplicatedBinaryActorMovableBook_C::BookTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorMovableBook_C, BookLocation) == 0x000380, "Member 'ABP_ReplicatedBinaryActorMovableBook_C::BookLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorMovableBook_C, BookCleared) == 0x000390, "Member 'ABP_ReplicatedBinaryActorMovableBook_C::BookCleared' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorMovableBook_C, BookMoved) == 0x0003A0, "Member 'ABP_ReplicatedBinaryActorMovableBook_C::BookMoved' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorMovableBook_C, Z_Axis) == 0x0003B0, "Member 'ABP_ReplicatedBinaryActorMovableBook_C::Z_Axis' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorMovableBook_C, IsHiddenSwitch) == 0x0003B1, "Member 'ABP_ReplicatedBinaryActorMovableBook_C::IsHiddenSwitch' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorMovableBook_C, SwitchPulled) == 0x0003B8, "Member 'ABP_ReplicatedBinaryActorMovableBook_C::SwitchPulled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Crimenet_SecurityCompanyDetails_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDetails \ +static_assert(alignof(WBP_UI_Crimenet_SecurityCompanyDetails_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDetails) == 0x000008, "Wrong alignment on WBP_UI_Crimenet_SecurityCompanyDetails_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDetails"); \ +static_assert(sizeof(WBP_UI_Crimenet_SecurityCompanyDetails_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDetails) == 0x000050, "Wrong size on WBP_UI_Crimenet_SecurityCompanyDetails_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDetails"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDetails_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDetails, EntryPoint) == 0x000000, "Member 'WBP_UI_Crimenet_SecurityCompanyDetails_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDetails::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDetails_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDetails, K2Node_CustomEvent_SecurityCompanies) == 0x000008, "Member 'WBP_UI_Crimenet_SecurityCompanyDetails_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDetails::K2Node_CustomEvent_SecurityCompanies' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDetails_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDetails, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_UI_Crimenet_SecurityCompanyDetails_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDetails::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDetails_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDetails, CallFunc_GetGameStateMachine_ReturnValue) == 0x000030, "Member 'WBP_UI_Crimenet_SecurityCompanyDetails_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDetails::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDetails_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDetails, CallFunc_GetGlobalColor_ReturnValue) == 0x000038, "Member 'WBP_UI_Crimenet_SecurityCompanyDetails_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDetails::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDetails_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDetails, K2Node_Event_bInHasFocus) == 0x000048, "Member 'WBP_UI_Crimenet_SecurityCompanyDetails_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDetails::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDetails_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDetails, K2Node_Event_bInIsHovered) == 0x000049, "Member 'WBP_UI_Crimenet_SecurityCompanyDetails_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDetails::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDetails_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDetails, K2Node_Event_IsDesignTime) == 0x00004A, "Member 'WBP_UI_Crimenet_SecurityCompanyDetails_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDetails::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Crimenet_SecurityCompanyDetails_C_PreConstruct \ +static_assert(alignof(WBP_UI_Crimenet_SecurityCompanyDetails_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Crimenet_SecurityCompanyDetails_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Crimenet_SecurityCompanyDetails_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Crimenet_SecurityCompanyDetails_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDetails_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Crimenet_SecurityCompanyDetails_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Crimenet_SecurityCompanyDetails_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_Crimenet_SecurityCompanyDetails_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_Crimenet_SecurityCompanyDetails_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_Crimenet_SecurityCompanyDetails_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_Crimenet_SecurityCompanyDetails_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDetails_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_Crimenet_SecurityCompanyDetails_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Crimenet_SecurityCompanyDetails_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_Crimenet_SecurityCompanyDetails_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_Crimenet_SecurityCompanyDetails_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_Crimenet_SecurityCompanyDetails_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_Crimenet_SecurityCompanyDetails_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDetails_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_Crimenet_SecurityCompanyDetails_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Crimenet_SecurityCompanyDetails_C_OnSecurityCompaniesChanged \ +static_assert(alignof(WBP_UI_Crimenet_SecurityCompanyDetails_C_OnSecurityCompaniesChanged) == 0x000008, "Wrong alignment on WBP_UI_Crimenet_SecurityCompanyDetails_C_OnSecurityCompaniesChanged"); \ +static_assert(sizeof(WBP_UI_Crimenet_SecurityCompanyDetails_C_OnSecurityCompaniesChanged) == 0x000010, "Wrong size on WBP_UI_Crimenet_SecurityCompanyDetails_C_OnSecurityCompaniesChanged"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDetails_C_OnSecurityCompaniesChanged, SecurityCompanies) == 0x000000, "Member 'WBP_UI_Crimenet_SecurityCompanyDetails_C_OnSecurityCompaniesChanged::SecurityCompanies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Crimenet_SecurityCompanyDetails_C_OnHover \ +static_assert(alignof(WBP_UI_Crimenet_SecurityCompanyDetails_C_OnHover) == 0x000001, "Wrong alignment on WBP_UI_Crimenet_SecurityCompanyDetails_C_OnHover"); \ +static_assert(sizeof(WBP_UI_Crimenet_SecurityCompanyDetails_C_OnHover) == 0x000001, "Wrong size on WBP_UI_Crimenet_SecurityCompanyDetails_C_OnHover"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDetails_C_OnHover, bIsHovered) == 0x000000, "Member 'WBP_UI_Crimenet_SecurityCompanyDetails_C_OnHover::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Crimenet_SecurityCompanyDetails_C_OnFocus \ +static_assert(alignof(WBP_UI_Crimenet_SecurityCompanyDetails_C_OnFocus) == 0x000001, "Wrong alignment on WBP_UI_Crimenet_SecurityCompanyDetails_C_OnFocus"); \ +static_assert(sizeof(WBP_UI_Crimenet_SecurityCompanyDetails_C_OnFocus) == 0x000001, "Wrong size on WBP_UI_Crimenet_SecurityCompanyDetails_C_OnFocus"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDetails_C_OnFocus, bIsFocused) == 0x000000, "Member 'WBP_UI_Crimenet_SecurityCompanyDetails_C_OnFocus::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Crimenet_SecurityCompanyDetails_C_OnSelected \ +static_assert(alignof(WBP_UI_Crimenet_SecurityCompanyDetails_C_OnSelected) == 0x000008, "Wrong alignment on WBP_UI_Crimenet_SecurityCompanyDetails_C_OnSelected"); \ +static_assert(sizeof(WBP_UI_Crimenet_SecurityCompanyDetails_C_OnSelected) == 0x000028, "Wrong size on WBP_UI_Crimenet_SecurityCompanyDetails_C_OnSelected"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDetails_C_OnSelected, CallFunc_GetGameStateMachine_ReturnValue) == 0x000000, "Member 'WBP_UI_Crimenet_SecurityCompanyDetails_C_OnSelected::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDetails_C_OnSelected, CallFunc_GetGameStateMachine_ReturnValue_1) == 0x000008, "Member 'WBP_UI_Crimenet_SecurityCompanyDetails_C_OnSelected::CallFunc_GetGameStateMachine_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDetails_C_OnSelected, CallFunc_GetMatchMakingSecurityCompanies_ReturnValue) == 0x000010, "Member 'WBP_UI_Crimenet_SecurityCompanyDetails_C_OnSelected::CallFunc_GetMatchMakingSecurityCompanies_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDetails_C_OnSelected, CallFunc_Array_Contains_ReturnValue) == 0x000020, "Member 'WBP_UI_Crimenet_SecurityCompanyDetails_C_OnSelected::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Crimenet_SecurityCompanyDetails_C_SetIsActive \ +static_assert(alignof(WBP_UI_Crimenet_SecurityCompanyDetails_C_SetIsActive) == 0x000004, "Wrong alignment on WBP_UI_Crimenet_SecurityCompanyDetails_C_SetIsActive"); \ +static_assert(sizeof(WBP_UI_Crimenet_SecurityCompanyDetails_C_SetIsActive) == 0x000008, "Wrong size on WBP_UI_Crimenet_SecurityCompanyDetails_C_SetIsActive"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDetails_C_SetIsActive, bIsActive) == 0x000000, "Member 'WBP_UI_Crimenet_SecurityCompanyDetails_C_SetIsActive::bIsActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDetails_C_SetIsActive, CallFunc_SelectFloat_ReturnValue) == 0x000004, "Member 'WBP_UI_Crimenet_SecurityCompanyDetails_C_SetIsActive::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Crimenet_SecurityCompanyDetails_C_InitSecurityCompany \ +static_assert(alignof(WBP_UI_Crimenet_SecurityCompanyDetails_C_InitSecurityCompany) == 0x000008, "Wrong alignment on WBP_UI_Crimenet_SecurityCompanyDetails_C_InitSecurityCompany"); \ +static_assert(sizeof(WBP_UI_Crimenet_SecurityCompanyDetails_C_InitSecurityCompany) == 0x000028, "Wrong size on WBP_UI_Crimenet_SecurityCompanyDetails_C_InitSecurityCompany"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDetails_C_InitSecurityCompany, InSecurityCompany) == 0x000000, "Member 'WBP_UI_Crimenet_SecurityCompanyDetails_C_InitSecurityCompany::InSecurityCompany' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDetails_C_InitSecurityCompany, CallFunc_GetGameStateMachine_ReturnValue) == 0x000008, "Member 'WBP_UI_Crimenet_SecurityCompanyDetails_C_InitSecurityCompany::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDetails_C_InitSecurityCompany, CallFunc_GetMatchMakingSecurityCompanies_ReturnValue) == 0x000010, "Member 'WBP_UI_Crimenet_SecurityCompanyDetails_C_InitSecurityCompany::CallFunc_GetMatchMakingSecurityCompanies_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDetails_C_InitSecurityCompany, CallFunc_Array_Contains_ReturnValue) == 0x000020, "Member 'WBP_UI_Crimenet_SecurityCompanyDetails_C_InitSecurityCompany::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Crimenet_SecurityCompanyDetails_C \ +static_assert(alignof(UWBP_UI_Crimenet_SecurityCompanyDetails_C) == 0x000008, "Wrong alignment on UWBP_UI_Crimenet_SecurityCompanyDetails_C"); \ +static_assert(sizeof(UWBP_UI_Crimenet_SecurityCompanyDetails_C) == 0x000398, "Wrong size on UWBP_UI_Crimenet_SecurityCompanyDetails_C"); \ +static_assert(offsetof(UWBP_UI_Crimenet_SecurityCompanyDetails_C, UberGraphFrame) == 0x000370, "Member 'UWBP_UI_Crimenet_SecurityCompanyDetails_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Crimenet_SecurityCompanyDetails_C, Image_Background) == 0x000378, "Member 'UWBP_UI_Crimenet_SecurityCompanyDetails_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Crimenet_SecurityCompanyDetails_C, Image_Highlight) == 0x000380, "Member 'UWBP_UI_Crimenet_SecurityCompanyDetails_C::Image_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Crimenet_SecurityCompanyDetails_C, Widget_SecurityCompany) == 0x000388, "Member 'UWBP_UI_Crimenet_SecurityCompanyDetails_C::Widget_SecurityCompany' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Crimenet_SecurityCompanyDetails_C, ESecurityCompany) == 0x000390, "Member 'UWBP_UI_Crimenet_SecurityCompanyDetails_C::ESecurityCompany' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CuttingTool_Feedback_C \ +static_assert(alignof(UBP_CuttingTool_Feedback_C) == 0x000008, "Wrong alignment on UBP_CuttingTool_Feedback_C"); \ +static_assert(sizeof(UBP_CuttingTool_Feedback_C) == 0x000308, "Wrong size on UBP_CuttingTool_Feedback_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDisplayPanel \ +static_assert(alignof(WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDisplayPanel) == 0x000004, "Wrong alignment on WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDisplayPanel"); \ +static_assert(sizeof(WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDisplayPanel) == 0x00000C, "Wrong size on WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDisplayPanel"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDisplayPanel, EntryPoint) == 0x000000, "Member 'WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDisplayPanel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDisplayPanel, CallFunc_IsShippingBuild_ReturnValue) == 0x000004, "Member 'WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDisplayPanel::CallFunc_IsShippingBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDisplayPanel, Temp_bool_Variable) == 0x000005, "Member 'WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDisplayPanel::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDisplayPanel, Temp_byte_Variable) == 0x000006, "Member 'WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDisplayPanel::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDisplayPanel, Temp_byte_Variable_1) == 0x000007, "Member 'WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDisplayPanel::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDisplayPanel, K2Node_Select_Default) == 0x000008, "Member 'WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_ExecuteUbergraph_WBP_UI_Crimenet_SecurityCompanyDisplayPanel::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies \ +static_assert(alignof(WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies) == 0x000008, "Wrong alignment on WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies"); \ +static_assert(sizeof(WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies) == 0x000080, "Wrong size on WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies, Temp_int_Variable) == 0x000000, "Member 'WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies, Temp_int_Variable_1) == 0x000004, "Member 'WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies, CallFunc_Conv_IntToByte_ReturnValue) == 0x000008, "Member 'WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies, CallFunc_GetValidValue_ReturnValue) == 0x000010, "Member 'WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x000011, "Member 'WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x000012, "Member 'WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000014, "Member 'WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies, CallFunc_Create_ReturnValue) == 0x000018, "Member 'WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies, K2Node_MakeStruct_Margin) == 0x000020, "Member 'WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000030, "Member 'WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies, CallFunc_MakeLiteralInt_ReturnValue) == 0x000038, "Member 'WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies, CallFunc_GetUIData_ReturnValue) == 0x000040, "Member 'WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies::CallFunc_GetUIData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies, CallFunc_GetSecurityCompanyData_ReturnValue) == 0x000048, "Member 'WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies::CallFunc_GetSecurityCompanyData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000078, "Member 'WBP_UI_Crimenet_SecurityCompanyDisplayPanel_C_UpdateSecurityCompanies::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Crimenet_SecurityCompanyDisplayPanel_C \ +static_assert(alignof(UWBP_UI_Crimenet_SecurityCompanyDisplayPanel_C) == 0x000008, "Wrong alignment on UWBP_UI_Crimenet_SecurityCompanyDisplayPanel_C"); \ +static_assert(sizeof(UWBP_UI_Crimenet_SecurityCompanyDisplayPanel_C) == 0x0002C8, "Wrong size on UWBP_UI_Crimenet_SecurityCompanyDisplayPanel_C"); \ +static_assert(offsetof(UWBP_UI_Crimenet_SecurityCompanyDisplayPanel_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Crimenet_SecurityCompanyDisplayPanel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Crimenet_SecurityCompanyDisplayPanel_C, TextDebugSelection) == 0x000298, "Member 'UWBP_UI_Crimenet_SecurityCompanyDisplayPanel_C::TextDebugSelection' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Crimenet_SecurityCompanyDisplayPanel_C, VerticalBox_CompanyContainer) == 0x0002A0, "Member 'UWBP_UI_Crimenet_SecurityCompanyDisplayPanel_C::VerticalBox_CompanyContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Crimenet_SecurityCompanyDisplayPanel_C, Widget_SecurityCompany_Amguard) == 0x0002A8, "Member 'UWBP_UI_Crimenet_SecurityCompanyDisplayPanel_C::Widget_SecurityCompany_Amguard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Crimenet_SecurityCompanyDisplayPanel_C, Widget_SecurityCompany_GenSec) == 0x0002B0, "Member 'UWBP_UI_Crimenet_SecurityCompanyDisplayPanel_C::Widget_SecurityCompany_GenSec' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Crimenet_SecurityCompanyDisplayPanel_C, Widget_SecurityCompany_Psc) == 0x0002B8, "Member 'UWBP_UI_Crimenet_SecurityCompanyDisplayPanel_C::Widget_SecurityCompany_Psc' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Crimenet_SecurityCompanyDisplayPanel_C, Widget_SecurityCompany_Senturian) == 0x0002C0, "Member 'UWBP_UI_Crimenet_SecurityCompanyDisplayPanel_C::Widget_SecurityCompany_Senturian' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InteractableJewelry_LowValue_C \ +static_assert(alignof(ABP_InteractableJewelry_LowValue_C) == 0x000008, "Wrong alignment on ABP_InteractableJewelry_LowValue_C"); \ +static_assert(sizeof(ABP_InteractableJewelry_LowValue_C) == 0x000370, "Wrong size on ABP_InteractableJewelry_LowValue_C"); \ +static_assert(offsetof(ABP_InteractableJewelry_LowValue_C, Ak) == 0x000358, "Member 'ABP_InteractableJewelry_LowValue_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableJewelry_LowValue_C, StaticMesh) == 0x000360, "Member 'ABP_InteractableJewelry_LowValue_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableJewelry_LowValue_C, RenderOutlines) == 0x000368, "Member 'ABP_InteractableJewelry_LowValue_C::RenderOutlines' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_ServerButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerButton \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerButton) == 0x000004, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_ServerButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerButton"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerButton) == 0x00001C, "Wrong size on WBP_UI_MainMenu_CrimeNet_ServerButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerButton"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerButton, EntryPoint) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerButton, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerButton, CallFunc_GetGlobalColor_ReturnValue) == 0x000008, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerButton::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerButton, K2Node_Event_bInHasFocus) == 0x000018, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerButton, K2Node_Event_bInIsHovered) == 0x000019, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerButton, CallFunc_IsJoinBlocked_bIsJoinBlocked) == 0x00001A, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerButton::CallFunc_IsJoinBlocked_bIsJoinBlocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_ServerButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_ServerButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_MainMenu_CrimeNet_ServerButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_ServerButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_ServerButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_MainMenu_CrimeNet_ServerButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_ServerButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_ServerButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_MainMenu_CrimeNet_ServerButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo) == 0x0005E8, "Wrong size on WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, SBZOnlineSearchResult) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::SBZOnlineSearchResult' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, CallFunc_Conv_IntToText_ReturnValue) == 0x0001E0, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, CallFunc_Conv_IntToText_ReturnValue_1) == 0x0001F8, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, K2Node_MakeStruct_FormatArgumentData) == 0x000210, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, K2Node_MakeStruct_FormatArgumentData_1) == 0x000250, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, K2Node_MakeArray_Array) == 0x000290, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0002A0, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, CallFunc_Format_ReturnValue) == 0x0002B0, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, CallFunc_Conv_StringToText_ReturnValue) == 0x0002C8, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0002E0, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, K2Node_MakeStruct_FormatArgumentData_2) == 0x0002E8, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, CallFunc_LevelIdxToPath_ReturnValue) == 0x000328, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::CallFunc_LevelIdxToPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000348, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, CallFunc_BreakSoftObjectPath_PathString) == 0x000358, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::CallFunc_BreakSoftObjectPath_PathString' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000368, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000380, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, K2Node_MakeStruct_FormatArgumentData_3) == 0x000398, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, CallFunc_Conv_TextToString_ReturnValue) == 0x0003D8, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, K2Node_SwitchEnum_CmpSuccess) == 0x0003E8, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, CallFunc_ParseIntoArray_ReturnValue) == 0x0003F0, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::CallFunc_ParseIntoArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000400, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, CallFunc_Array_LastIndex_ReturnValue) == 0x000418, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, K2Node_MakeStruct_FormatArgumentData_4) == 0x000420, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, CallFunc_Conv_StringToText_ReturnValue_4) == 0x000460, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, K2Node_MakeStruct_SlateColor) == 0x000478, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, K2Node_MakeStruct_SlateColor_1) == 0x0004A0, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, CallFunc_MakeLiteralInt_ReturnValue) == 0x0004C8, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, CallFunc_Subtract_IntInt_ReturnValue) == 0x0004CC, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, CallFunc_Conv_IntToText_ReturnValue_2) == 0x0004D0, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::CallFunc_Conv_IntToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, K2Node_MakeStruct_FormatArgumentData_5) == 0x0004E8, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, K2Node_MakeArray_Array_1) == 0x000528, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, Temp_byte_Variable) == 0x000538, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, CallFunc_Format_ReturnValue_1) == 0x000540, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, K2Node_Select_Default) == 0x000558, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, CallFunc_Conv_StringToText_ReturnValue_5) == 0x000568, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::CallFunc_Conv_StringToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, K2Node_MakeStruct_FormatArgumentData_6) == 0x000580, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, K2Node_MakeArray_Array_2) == 0x0005C0, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo, CallFunc_Format_ReturnValue_2) == 0x0005D0, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetSessionInfo::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams) == 0x000270, "Wrong size on WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams, SessionParams) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams::SessionParams' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams, ReturnValue) == 0x000088, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams, SessionPhaseStringIn) == 0x0000A0, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams::SessionPhaseStringIn' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams, SessionPhaseString) == 0x0000B8, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams::SessionPhaseString' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams, Temp_text_Variable) == 0x0000C0, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams, Temp_text_Variable_1) == 0x0000D8, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams, Temp_text_Variable_2) == 0x0000F0, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams, Temp_text_Variable_3) == 0x000108, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams, Temp_text_Variable_4) == 0x000120, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams, Temp_text_Variable_5) == 0x000138, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams, Temp_text_Variable_6) == 0x000150, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams::Temp_text_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams, Temp_text_Variable_7) == 0x000168, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams::Temp_text_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams, Temp_text_Variable_8) == 0x000180, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams::Temp_text_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams, Temp_text_Variable_9) == 0x000198, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams::Temp_text_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams, Temp_text_Variable_10) == 0x0001B0, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams::Temp_text_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams, Temp_text_Variable_11) == 0x0001C8, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams::Temp_text_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams, Temp_bool_Variable) == 0x0001E0, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams, Temp_text_Variable_12) == 0x0001E8, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams::Temp_text_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams, Temp_bool_Variable_1) == 0x000200, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams, Temp_text_Variable_13) == 0x000208, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams::Temp_text_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams, Temp_byte_Variable) == 0x000220, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams, K2Node_Select_Default) == 0x000228, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams, K2Node_Select_Default_1) == 0x000240, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams, K2Node_Select_Default_2) == 0x000258, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetPartyTypeFromSessionParams::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetSessionInfo \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetSessionInfo) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetSessionInfo"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetSessionInfo) == 0x0001E0, "Wrong size on WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetSessionInfo"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetSessionInfo, SessionInfo) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_GetSessionInfo::SessionInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked) == 0x000013, "Wrong size on WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked, bIsJoinBlocked) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked::bIsJoinBlocked' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked, Temp_byte_Variable) == 0x000001, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked, Temp_bool_Variable) == 0x000002, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked, Temp_bool_Variable_1) == 0x000003, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked, Temp_bool_Variable_2) == 0x000004, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked, Temp_bool_Variable_3) == 0x000005, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked, Temp_bool_Variable_4) == 0x000006, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked, Temp_bool_Variable_5) == 0x000007, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked, Temp_bool_Variable_6) == 0x000008, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked, Temp_bool_Variable_7) == 0x000009, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked, Temp_bool_Variable_8) == 0x00000A, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked::Temp_bool_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked, Temp_bool_Variable_9) == 0x00000B, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked::Temp_bool_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked, Temp_bool_Variable_10) == 0x00000C, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked::Temp_bool_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked, Temp_bool_Variable_11) == 0x00000D, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked::Temp_bool_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked, CallFunc_IsAccelByteMatchmakingDisabled_ReturnValue) == 0x00000E, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked::CallFunc_IsAccelByteMatchmakingDisabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked, CallFunc_Not_PreBool_ReturnValue) == 0x00000F, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000010, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked, K2Node_Select_Default) == 0x000011, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked, CallFunc_BooleanOR_ReturnValue) == 0x000012, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_IsJoinBlocked::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetIsActive \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetIsActive) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetIsActive"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetIsActive) == 0x000001, "Wrong size on WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetIsActive"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetIsActive, bIsActive) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_SetIsActive::bIsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnHover \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnHover) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnHover"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnHover) == 0x000005, "Wrong size on WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnHover"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnHover, bIsHovered) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnHover::bIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnHover, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnHover::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnHover, Temp_byte_Variable) == 0x000002, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnHover::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnHover, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnHover::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnHover, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnHover::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnFocus \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnFocus) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnFocus"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnFocus) == 0x000050, "Wrong size on WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnFocus"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnFocus, bIsFocused) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnFocus::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnFocus, CallFunc_SelectColor_ReturnValue) == 0x000004, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnFocus::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnFocus, CallFunc_SelectColor_ReturnValue_1) == 0x000014, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnFocus::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnFocus, K2Node_MakeStruct_SlateColor) == 0x000028, "Member 'WBP_UI_MainMenu_CrimeNet_ServerButton_C_OnFocus::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_MainMenu_CrimeNet_ServerButton_C \ +static_assert(alignof(UWBP_UI_MainMenu_CrimeNet_ServerButton_C) == 0x000008, "Wrong alignment on UWBP_UI_MainMenu_CrimeNet_ServerButton_C"); \ +static_assert(sizeof(UWBP_UI_MainMenu_CrimeNet_ServerButton_C) == 0x000598, "Wrong size on UWBP_UI_MainMenu_CrimeNet_ServerButton_C"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_ServerButton_C, UberGraphFrame) == 0x000370, "Member 'UWBP_UI_MainMenu_CrimeNet_ServerButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_ServerButton_C, Image_Background) == 0x000378, "Member 'UWBP_UI_MainMenu_CrimeNet_ServerButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_ServerButton_C, Image_Highlight) == 0x000380, "Member 'UWBP_UI_MainMenu_CrimeNet_ServerButton_C::Image_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_ServerButton_C, Text_LevelName) == 0x000388, "Member 'UWBP_UI_MainMenu_CrimeNet_ServerButton_C::Text_LevelName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_ServerButton_C, Text_Ping) == 0x000390, "Member 'UWBP_UI_MainMenu_CrimeNet_ServerButton_C::Text_Ping' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_ServerButton_C, Text_PlayerCount) == 0x000398, "Member 'UWBP_UI_MainMenu_CrimeNet_ServerButton_C::Text_PlayerCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_ServerButton_C, Text_ServerData) == 0x0003A0, "Member 'UWBP_UI_MainMenu_CrimeNet_ServerButton_C::Text_ServerData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_ServerButton_C, Text_ServerFull) == 0x0003A8, "Member 'UWBP_UI_MainMenu_CrimeNet_ServerButton_C::Text_ServerFull' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_ServerButton_C, Text_UnableToJoin) == 0x0003B0, "Member 'UWBP_UI_MainMenu_CrimeNet_ServerButton_C::Text_UnableToJoin' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_ServerButton_C, SBZSessionSearchResult) == 0x0003B8, "Member 'UWBP_UI_MainMenu_CrimeNet_ServerButton_C::SBZSessionSearchResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton \ +static_assert(alignof(WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton) == 0x000008, "Wrong alignment on WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton"); \ +static_assert(sizeof(WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton) == 0x000028, "Wrong size on WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton, EntryPoint) == 0x000000, "Member 'WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton, Temp_bool_Variable) == 0x000004, "Member 'WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton, Temp_byte_Variable) == 0x000005, "Member 'WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton, Temp_bool_Variable_1) == 0x000007, "Member 'WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton, Temp_byte_Variable_2) == 0x000008, "Member 'WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton, Temp_byte_Variable_3) == 0x000009, "Member 'WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton, K2Node_Event_IsDesignTime) == 0x00000A, "Member 'WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton, K2Node_Event_bInIsHovered) == 0x00000B, "Member 'WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton, K2Node_Event_bInHasFocus) == 0x00000C, "Member 'WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton, K2Node_Event_bIsActiveMaskSlot) == 0x00000D, "Member 'WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton::K2Node_Event_bIsActiveMaskSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton, K2Node_Select_Default) == 0x00000E, "Member 'WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton, CallFunc_GetMaskSlotIndex_ReturnValue) == 0x000014, "Member 'WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton::CallFunc_GetMaskSlotIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton, K2Node_Select_Default_1) == 0x000019, "Member 'WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000020, "Member 'WBP_UI_Inventory_MaskSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_MaskSlotButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_MaskSlotButton_C_SetActiveMaskSlot \ +static_assert(alignof(WBP_UI_Inventory_MaskSlotButton_C_SetActiveMaskSlot) == 0x000001, "Wrong alignment on WBP_UI_Inventory_MaskSlotButton_C_SetActiveMaskSlot"); \ +static_assert(sizeof(WBP_UI_Inventory_MaskSlotButton_C_SetActiveMaskSlot) == 0x000001, "Wrong size on WBP_UI_Inventory_MaskSlotButton_C_SetActiveMaskSlot"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_SetActiveMaskSlot, bIsActiveMaskSlot) == 0x000000, "Member 'WBP_UI_Inventory_MaskSlotButton_C_SetActiveMaskSlot::bIsActiveMaskSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_MaskSlotButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_Inventory_MaskSlotButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_Inventory_MaskSlotButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_Inventory_MaskSlotButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_Inventory_MaskSlotButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_Inventory_MaskSlotButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_MaskSlotButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_Inventory_MaskSlotButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_Inventory_MaskSlotButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_Inventory_MaskSlotButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_Inventory_MaskSlotButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_Inventory_MaskSlotButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_MaskSlotButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_Inventory_MaskSlotButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Inventory_MaskSlotButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Inventory_MaskSlotButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Inventory_MaskSlotButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Inventory_MaskSlotButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_MaskSlotButton_C_OnHover \ +static_assert(alignof(WBP_UI_Inventory_MaskSlotButton_C_OnHover) == 0x000001, "Wrong alignment on WBP_UI_Inventory_MaskSlotButton_C_OnHover"); \ +static_assert(sizeof(WBP_UI_Inventory_MaskSlotButton_C_OnHover) == 0x000001, "Wrong size on WBP_UI_Inventory_MaskSlotButton_C_OnHover"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_OnHover, bIsHovered) == 0x000000, "Member 'WBP_UI_Inventory_MaskSlotButton_C_OnHover::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_MaskSlotButton_C_OnFocused \ +static_assert(alignof(WBP_UI_Inventory_MaskSlotButton_C_OnFocused) == 0x000008, "Wrong alignment on WBP_UI_Inventory_MaskSlotButton_C_OnFocused"); \ +static_assert(sizeof(WBP_UI_Inventory_MaskSlotButton_C_OnFocused) == 0x000028, "Wrong size on WBP_UI_Inventory_MaskSlotButton_C_OnFocused"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_OnFocused, bIsFocused) == 0x000000, "Member 'WBP_UI_Inventory_MaskSlotButton_C_OnFocused::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_OnFocused, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_UI_Inventory_MaskSlotButton_C_OnFocused::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_OnFocused, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_UI_Inventory_MaskSlotButton_C_OnFocused::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_OnFocused, CallFunc_SelectColor_ReturnValue) == 0x000018, "Member 'WBP_UI_Inventory_MaskSlotButton_C_OnFocused::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_MaskSlotButton_C_Set_Mask_Name_Colour \ +static_assert(alignof(WBP_UI_Inventory_MaskSlotButton_C_Set_Mask_Name_Colour) == 0x000008, "Wrong alignment on WBP_UI_Inventory_MaskSlotButton_C_Set_Mask_Name_Colour"); \ +static_assert(sizeof(WBP_UI_Inventory_MaskSlotButton_C_Set_Mask_Name_Colour) == 0x000088, "Wrong size on WBP_UI_Inventory_MaskSlotButton_C_Set_Mask_Name_Colour"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_Set_Mask_Name_Colour, DesiredColour) == 0x000000, "Member 'WBP_UI_Inventory_MaskSlotButton_C_Set_Mask_Name_Colour::DesiredColour' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_Set_Mask_Name_Colour, Temp_struct_Variable) == 0x000010, "Member 'WBP_UI_Inventory_MaskSlotButton_C_Set_Mask_Name_Colour::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_Set_Mask_Name_Colour, CallFunc_GetMaskInSlot_ReturnValue) == 0x000020, "Member 'WBP_UI_Inventory_MaskSlotButton_C_Set_Mask_Name_Colour::CallFunc_GetMaskInSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_Set_Mask_Name_Colour, Temp_bool_Variable) == 0x000028, "Member 'WBP_UI_Inventory_MaskSlotButton_C_Set_Mask_Name_Colour::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_Set_Mask_Name_Colour, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'WBP_UI_Inventory_MaskSlotButton_C_Set_Mask_Name_Colour::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_Set_Mask_Name_Colour, CallFunc_GetDisplayName_OutDisplayName) == 0x000030, "Member 'WBP_UI_Inventory_MaskSlotButton_C_Set_Mask_Name_Colour::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_Set_Mask_Name_Colour, CallFunc_GetDisplayName_OutHasText) == 0x000048, "Member 'WBP_UI_Inventory_MaskSlotButton_C_Set_Mask_Name_Colour::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_Set_Mask_Name_Colour, K2Node_Select_Default) == 0x00004C, "Member 'WBP_UI_Inventory_MaskSlotButton_C_Set_Mask_Name_Colour::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_Set_Mask_Name_Colour, K2Node_MakeStruct_SlateColor) == 0x000060, "Member 'WBP_UI_Inventory_MaskSlotButton_C_Set_Mask_Name_Colour::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals \ +static_assert(alignof(WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals) == 0x000008, "Wrong alignment on WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals"); \ +static_assert(sizeof(WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals) == 0x000058, "Wrong size on WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals, MaskValid) == 0x000000, "Member 'WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals::MaskValid' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals, CallFunc_GetMaskMouldOrData_ReturnValue) == 0x000008, "Member 'WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals::CallFunc_GetMaskMouldOrData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals, CallFunc_GetDisplayName_OutDisplayName) == 0x000018, "Member 'WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals, CallFunc_GetDisplayName_OutHasText) == 0x000030, "Member 'WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals, Temp_byte_Variable) == 0x000031, "Member 'WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals, Temp_byte_Variable_1) == 0x000032, "Member 'WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals, CallFunc_GetMaskInSlot_ReturnValue) == 0x000038, "Member 'WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals::CallFunc_GetMaskInSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals, CallFunc_IsValid_ReturnValue_1) == 0x000040, "Member 'WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals, CallFunc_GetMaskMouldOrData_ReturnValue_1) == 0x000048, "Member 'WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals::CallFunc_GetMaskMouldOrData_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals, CallFunc_IsPresetMaskSlot_ReturnValue) == 0x000050, "Member 'WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals::CallFunc_IsPresetMaskSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals, Temp_bool_Variable) == 0x000051, "Member 'WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals, K2Node_Select_Default) == 0x000052, "Member 'WBP_UI_Inventory_MaskSlotButton_C_InitializeSuitVisuals::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_MaskSlotButton_C_CanCustomize \ +static_assert(alignof(WBP_UI_Inventory_MaskSlotButton_C_CanCustomize) == 0x000001, "Wrong alignment on WBP_UI_Inventory_MaskSlotButton_C_CanCustomize"); \ +static_assert(sizeof(WBP_UI_Inventory_MaskSlotButton_C_CanCustomize) == 0x000009, "Wrong size on WBP_UI_Inventory_MaskSlotButton_C_CanCustomize"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_CanCustomize, CanCustomize_0) == 0x000000, "Member 'WBP_UI_Inventory_MaskSlotButton_C_CanCustomize::CanCustomize_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_CanCustomize, CallFunc_IsPreconfigMaskSlot_ReturnValue) == 0x000001, "Member 'WBP_UI_Inventory_MaskSlotButton_C_CanCustomize::CallFunc_IsPreconfigMaskSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_CanCustomize, CallFunc_IsEmpty_ReturnValue) == 0x000002, "Member 'WBP_UI_Inventory_MaskSlotButton_C_CanCustomize::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_CanCustomize, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'WBP_UI_Inventory_MaskSlotButton_C_CanCustomize::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_CanCustomize, CallFunc_Not_PreBool_ReturnValue_1) == 0x000004, "Member 'WBP_UI_Inventory_MaskSlotButton_C_CanCustomize::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_CanCustomize, CallFunc_IsPresetMaskSlot_ReturnValue) == 0x000005, "Member 'WBP_UI_Inventory_MaskSlotButton_C_CanCustomize::CallFunc_IsPresetMaskSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_CanCustomize, CallFunc_Not_PreBool_ReturnValue_2) == 0x000006, "Member 'WBP_UI_Inventory_MaskSlotButton_C_CanCustomize::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_CanCustomize, CallFunc_BooleanAND_ReturnValue) == 0x000007, "Member 'WBP_UI_Inventory_MaskSlotButton_C_CanCustomize::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_CanCustomize, CallFunc_BooleanAND_ReturnValue_1) == 0x000008, "Member 'WBP_UI_Inventory_MaskSlotButton_C_CanCustomize::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_MaskSlotButton_C_Get_Mould_Mod_Data \ +static_assert(alignof(WBP_UI_Inventory_MaskSlotButton_C_Get_Mould_Mod_Data) == 0x000008, "Wrong alignment on WBP_UI_Inventory_MaskSlotButton_C_Get_Mould_Mod_Data"); \ +static_assert(sizeof(WBP_UI_Inventory_MaskSlotButton_C_Get_Mould_Mod_Data) == 0x0000F8, "Wrong size on WBP_UI_Inventory_MaskSlotButton_C_Get_Mould_Mod_Data"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_Get_Mould_Mod_Data, Part) == 0x000000, "Member 'WBP_UI_Inventory_MaskSlotButton_C_Get_Mould_Mod_Data::Part' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_Get_Mould_Mod_Data, Temp_object_Variable) == 0x000008, "Member 'WBP_UI_Inventory_MaskSlotButton_C_Get_Mould_Mod_Data::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_Get_Mould_Mod_Data, CallFunc_GetMaskSlot_ReturnValue) == 0x000010, "Member 'WBP_UI_Inventory_MaskSlotButton_C_Get_Mould_Mod_Data::CallFunc_GetMaskSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_Get_Mould_Mod_Data, CallFunc_Map_Find_Value) == 0x0000E0, "Member 'WBP_UI_Inventory_MaskSlotButton_C_Get_Mould_Mod_Data::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_Get_Mould_Mod_Data, CallFunc_Map_Find_ReturnValue) == 0x0000F0, "Member 'WBP_UI_Inventory_MaskSlotButton_C_Get_Mould_Mod_Data::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData \ +static_assert(alignof(WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData) == 0x000008, "Wrong alignment on WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData"); \ +static_assert(sizeof(WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData) == 0x000100, "Wrong size on WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData, ReturnValue) == 0x000000, "Member 'WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData, Temp_bool_Variable) == 0x000008, "Member 'WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData, CallFunc_GetMaskSlot_ReturnValue) == 0x000010, "Member 'WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData::CallFunc_GetMaskSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData, CallFunc_Get_Mould_Mod_Data_Part) == 0x0000E0, "Member 'WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData::CallFunc_Get_Mould_Mod_Data_Part' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData, CallFunc_GetMaskInSlot_ReturnValue) == 0x0000E8, "Member 'WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData::CallFunc_GetMaskInSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000F0, "Member 'WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000F1, "Member 'WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000F2, "Member 'WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData, CallFunc_BooleanAND_ReturnValue) == 0x0000F3, "Member 'WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData, CallFunc_BooleanOR_ReturnValue) == 0x0000F4, "Member 'WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData, K2Node_Select_Default) == 0x0000F8, "Member 'WBP_UI_Inventory_MaskSlotButton_C_GetMaskMouldOrData::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Inventory_MaskSlotButton_C \ +static_assert(alignof(UWBP_UI_Inventory_MaskSlotButton_C) == 0x000008, "Wrong alignment on UWBP_UI_Inventory_MaskSlotButton_C"); \ +static_assert(sizeof(UWBP_UI_Inventory_MaskSlotButton_C) == 0x0004E0, "Wrong size on UWBP_UI_Inventory_MaskSlotButton_C"); \ +static_assert(offsetof(UWBP_UI_Inventory_MaskSlotButton_C, UberGraphFrame) == 0x000448, "Member 'UWBP_UI_Inventory_MaskSlotButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_MaskSlotButton_C, HoverAnim) == 0x000450, "Member 'UWBP_UI_Inventory_MaskSlotButton_C::HoverAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_MaskSlotButton_C, Border_Highlight) == 0x000458, "Member 'UWBP_UI_Inventory_MaskSlotButton_C::Border_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_MaskSlotButton_C, Customize_O) == 0x000460, "Member 'UWBP_UI_Inventory_MaskSlotButton_C::Customize_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_MaskSlotButton_C, Equipped_Text) == 0x000468, "Member 'UWBP_UI_Inventory_MaskSlotButton_C::Equipped_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_MaskSlotButton_C, EquippedB) == 0x000470, "Member 'UWBP_UI_Inventory_MaskSlotButton_C::EquippedB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_MaskSlotButton_C, Image) == 0x000478, "Member 'UWBP_UI_Inventory_MaskSlotButton_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_MaskSlotButton_C, Image_1) == 0x000480, "Member 'UWBP_UI_Inventory_MaskSlotButton_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_MaskSlotButton_C, Image_2) == 0x000488, "Member 'UWBP_UI_Inventory_MaskSlotButton_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_MaskSlotButton_C, Image_7) == 0x000490, "Member 'UWBP_UI_Inventory_MaskSlotButton_C::Image_7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_MaskSlotButton_C, Image_98) == 0x000498, "Member 'UWBP_UI_Inventory_MaskSlotButton_C::Image_98' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_MaskSlotButton_C, Image_511) == 0x0004A0, "Member 'UWBP_UI_Inventory_MaskSlotButton_C::Image_511' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_MaskSlotButton_C, Image_Background) == 0x0004A8, "Member 'UWBP_UI_Inventory_MaskSlotButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_MaskSlotButton_C, Plus_Icon_1) == 0x0004B0, "Member 'UWBP_UI_Inventory_MaskSlotButton_C::Plus_Icon_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_MaskSlotButton_C, Preset_O) == 0x0004B8, "Member 'UWBP_UI_Inventory_MaskSlotButton_C::Preset_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_MaskSlotButton_C, Purchase) == 0x0004C0, "Member 'UWBP_UI_Inventory_MaskSlotButton_C::Purchase' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_MaskSlotButton_C, TextBlock_Name) == 0x0004C8, "Member 'UWBP_UI_Inventory_MaskSlotButton_C::TextBlock_Name' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_MaskSlotButton_C, WBP_UI_Inventory_HorizontalModGrid) == 0x0004D0, "Member 'UWBP_UI_Inventory_MaskSlotButton_C::WBP_UI_Inventory_HorizontalModGrid' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_MaskSlotButton_C, Widget_Icon) == 0x0004D8, "Member 'UWBP_UI_Inventory_MaskSlotButton_C::Widget_Icon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_SpotOuterAlone_C_ExecuteUbergraph_BPL_SpotOuterAlone \ +static_assert(alignof(BPL_SpotOuterAlone_C_ExecuteUbergraph_BPL_SpotOuterAlone) == 0x000004, "Wrong alignment on BPL_SpotOuterAlone_C_ExecuteUbergraph_BPL_SpotOuterAlone"); \ +static_assert(sizeof(BPL_SpotOuterAlone_C_ExecuteUbergraph_BPL_SpotOuterAlone) == 0x00003C, "Wrong size on BPL_SpotOuterAlone_C_ExecuteUbergraph_BPL_SpotOuterAlone"); \ +static_assert(offsetof(BPL_SpotOuterAlone_C_ExecuteUbergraph_BPL_SpotOuterAlone, EntryPoint) == 0x000000, "Member 'BPL_SpotOuterAlone_C_ExecuteUbergraph_BPL_SpotOuterAlone::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BPL_SpotOuterAlone_C_ExecuteUbergraph_BPL_SpotOuterAlone, K2Node_ComponentBoundEvent_Type) == 0x000004, "Member 'BPL_SpotOuterAlone_C_ExecuteUbergraph_BPL_SpotOuterAlone::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BPL_SpotOuterAlone_C_ExecuteUbergraph_BPL_SpotOuterAlone, K2Node_ComponentBoundEvent_HitContext) == 0x000008, "Member 'BPL_SpotOuterAlone_C_ExecuteUbergraph_BPL_SpotOuterAlone::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_SpotOuterAlone_C_ExecuteUbergraph_BPL_SpotOuterAlone, CallFunc_RandomFloatInRange_ReturnValue) == 0x000038, "Member 'BPL_SpotOuterAlone_C_ExecuteUbergraph_BPL_SpotOuterAlone::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_SpotOuterAlone_C_BndEvt__BPL_SpotOuterAlone_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BPL_SpotOuterAlone_C_BndEvt__BPL_SpotOuterAlone_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BPL_SpotOuterAlone_C_BndEvt__BPL_SpotOuterAlone_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BPL_SpotOuterAlone_C_BndEvt__BPL_SpotOuterAlone_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BPL_SpotOuterAlone_C_BndEvt__BPL_SpotOuterAlone_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BPL_SpotOuterAlone_C_BndEvt__BPL_SpotOuterAlone_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BPL_SpotOuterAlone_C_BndEvt__BPL_SpotOuterAlone_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BPL_SpotOuterAlone_C_BndEvt__BPL_SpotOuterAlone_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BPL_SpotOuterAlone_C_BndEvt__BPL_SpotOuterAlone_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABPL_SpotOuterAlone_C \ +static_assert(alignof(ABPL_SpotOuterAlone_C) == 0x000008, "Wrong alignment on ABPL_SpotOuterAlone_C"); \ +static_assert(sizeof(ABPL_SpotOuterAlone_C) == 0x0002E0, "Wrong size on ABPL_SpotOuterAlone_C"); \ +static_assert(offsetof(ABPL_SpotOuterAlone_C, UberGraphFrame) == 0x0002A8, "Member 'ABPL_SpotOuterAlone_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotOuterAlone_C, FX_SparkBurst_M) == 0x0002B0, "Member 'ABPL_SpotOuterAlone_C::FX_SparkBurst_M' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotOuterAlone_C, SBZCosmeticDestruction) == 0x0002B8, "Member 'ABPL_SpotOuterAlone_C::SBZCosmeticDestruction' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotOuterAlone_C, SpotLight_Volumetric) == 0x0002C0, "Member 'ABPL_SpotOuterAlone_C::SpotLight_Volumetric' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotOuterAlone_C, LGT_DeskLamp_0_4) == 0x0002C8, "Member 'ABPL_SpotOuterAlone_C::LGT_DeskLamp_0_4' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotOuterAlone_C, SpotLight) == 0x0002D0, "Member 'ABPL_SpotOuterAlone_C::SpotLight' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotOuterAlone_C, DefaultSceneRoot) == 0x0002D8, "Member 'ABPL_SpotOuterAlone_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton \ +static_assert(alignof(WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton) == 0x000008, "Wrong alignment on WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton"); \ +static_assert(sizeof(WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton) == 0x000040, "Wrong size on WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton, EntryPoint) == 0x000000, "Member 'WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000010, "Member 'WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton, K2Node_Event_Animation) == 0x000018, "Member 'WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton::K2Node_Event_Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000020, "Member 'WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000021, "Member 'WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton, CallFunc_BooleanOR_ReturnValue) == 0x000022, "Member 'WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton, K2Node_Event_bInIsHovered) == 0x000023, "Member 'WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton, K2Node_Event_IsDesignTime) == 0x000024, "Member 'WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton, K2Node_Event_bInIsDisabled) == 0x000025, "Member 'WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton, K2Node_Event_bInHasFocus) == 0x000026, "Member 'WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton, CallFunc_BreakVector2D_X) == 0x000028, "Member 'WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton, CallFunc_BreakVector2D_Y) == 0x00002C, "Member 'WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000030, "Member 'WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton, CallFunc_GetActivePlayerLoadoutIndex_ReturnValue) == 0x000038, "Member 'WBP_UI_Inventory_TextButton_C_ExecuteUbergraph_WBP_UI_Inventory_TextButton::CallFunc_GetActivePlayerLoadoutIndex_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_TextButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_UI_Inventory_TextButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_UI_Inventory_TextButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_UI_Inventory_TextButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_UI_Inventory_TextButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_UI_Inventory_TextButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_TextButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_Inventory_TextButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Inventory_TextButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Inventory_TextButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Inventory_TextButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Inventory_TextButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_TextButton_C_OnAnimationFinished \ +static_assert(alignof(WBP_UI_Inventory_TextButton_C_OnAnimationFinished) == 0x000008, "Wrong alignment on WBP_UI_Inventory_TextButton_C_OnAnimationFinished"); \ +static_assert(sizeof(WBP_UI_Inventory_TextButton_C_OnAnimationFinished) == 0x000008, "Wrong size on WBP_UI_Inventory_TextButton_C_OnAnimationFinished"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_OnAnimationFinished, Animation) == 0x000000, "Member 'WBP_UI_Inventory_TextButton_C_OnAnimationFinished::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_TextButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_Inventory_TextButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_Inventory_TextButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_Inventory_TextButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_Inventory_TextButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_Inventory_TextButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_TextButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_Inventory_TextButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_Inventory_TextButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_Inventory_TextButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_Inventory_TextButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_Inventory_TextButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_TextButton_C_OnHoverVisuals \ +static_assert(alignof(WBP_UI_Inventory_TextButton_C_OnHoverVisuals) == 0x000001, "Wrong alignment on WBP_UI_Inventory_TextButton_C_OnHoverVisuals"); \ +static_assert(sizeof(WBP_UI_Inventory_TextButton_C_OnHoverVisuals) == 0x000001, "Wrong size on WBP_UI_Inventory_TextButton_C_OnHoverVisuals"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_OnHoverVisuals, bIsHovered) == 0x000000, "Member 'WBP_UI_Inventory_TextButton_C_OnHoverVisuals::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_TextButton_C_OnFocusedVisuals \ +static_assert(alignof(WBP_UI_Inventory_TextButton_C_OnFocusedVisuals) == 0x000008, "Wrong alignment on WBP_UI_Inventory_TextButton_C_OnFocusedVisuals"); \ +static_assert(sizeof(WBP_UI_Inventory_TextButton_C_OnFocusedVisuals) == 0x000028, "Wrong size on WBP_UI_Inventory_TextButton_C_OnFocusedVisuals"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_OnFocusedVisuals, bIsFocused) == 0x000000, "Member 'WBP_UI_Inventory_TextButton_C_OnFocusedVisuals::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_OnFocusedVisuals, CallFunc_SelectColor_ReturnValue) == 0x000004, "Member 'WBP_UI_Inventory_TextButton_C_OnFocusedVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_OnFocusedVisuals, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000018, "Member 'WBP_UI_Inventory_TextButton_C_OnFocusedVisuals::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_OnFocusedVisuals, CallFunc_PlayAnimationForward_ReturnValue) == 0x000020, "Member 'WBP_UI_Inventory_TextButton_C_OnFocusedVisuals::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_TextButton_C_OnDisabledVisuals \ +static_assert(alignof(WBP_UI_Inventory_TextButton_C_OnDisabledVisuals) == 0x000004, "Wrong alignment on WBP_UI_Inventory_TextButton_C_OnDisabledVisuals"); \ +static_assert(sizeof(WBP_UI_Inventory_TextButton_C_OnDisabledVisuals) == 0x000008, "Wrong size on WBP_UI_Inventory_TextButton_C_OnDisabledVisuals"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_OnDisabledVisuals, bIsDisabled_0) == 0x000000, "Member 'WBP_UI_Inventory_TextButton_C_OnDisabledVisuals::bIsDisabled_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_OnDisabledVisuals, CallFunc_SelectFloat_ReturnValue) == 0x000004, "Member 'WBP_UI_Inventory_TextButton_C_OnDisabledVisuals::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_TextButton_C_RefreshVisual \ +static_assert(alignof(WBP_UI_Inventory_TextButton_C_RefreshVisual) == 0x000001, "Wrong alignment on WBP_UI_Inventory_TextButton_C_RefreshVisual"); \ +static_assert(sizeof(WBP_UI_Inventory_TextButton_C_RefreshVisual) == 0x000002, "Wrong size on WBP_UI_Inventory_TextButton_C_RefreshVisual"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_RefreshVisual, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000000, "Member 'WBP_UI_Inventory_TextButton_C_RefreshVisual::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_RefreshVisual, CallFunc_IsHovered_ReturnValue) == 0x000001, "Member 'WBP_UI_Inventory_TextButton_C_RefreshVisual::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_TextButton_C_SetButtonText \ +static_assert(alignof(WBP_UI_Inventory_TextButton_C_SetButtonText) == 0x000008, "Wrong alignment on WBP_UI_Inventory_TextButton_C_SetButtonText"); \ +static_assert(sizeof(WBP_UI_Inventory_TextButton_C_SetButtonText) == 0x000018, "Wrong size on WBP_UI_Inventory_TextButton_C_SetButtonText"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_SetButtonText, InButtonText) == 0x000000, "Member 'WBP_UI_Inventory_TextButton_C_SetButtonText::InButtonText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_TextButton_C_GetText \ +static_assert(alignof(WBP_UI_Inventory_TextButton_C_GetText) == 0x000008, "Wrong alignment on WBP_UI_Inventory_TextButton_C_GetText"); \ +static_assert(sizeof(WBP_UI_Inventory_TextButton_C_GetText) == 0x000030, "Wrong size on WBP_UI_Inventory_TextButton_C_GetText"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_GetText, OutText) == 0x000000, "Member 'WBP_UI_Inventory_TextButton_C_GetText::OutText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_GetText, CallFunc_GetText_ReturnValue) == 0x000018, "Member 'WBP_UI_Inventory_TextButton_C_GetText::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_TextButton_C_Set_Appearance_Type_Icon \ +static_assert(alignof(WBP_UI_Inventory_TextButton_C_Set_Appearance_Type_Icon) == 0x000008, "Wrong alignment on WBP_UI_Inventory_TextButton_C_Set_Appearance_Type_Icon"); \ +static_assert(sizeof(WBP_UI_Inventory_TextButton_C_Set_Appearance_Type_Icon) == 0x000048, "Wrong size on WBP_UI_Inventory_TextButton_C_Set_Appearance_Type_Icon"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_Set_Appearance_Type_Icon, SelectedLoudoutIndex) == 0x000000, "Member 'WBP_UI_Inventory_TextButton_C_Set_Appearance_Type_Icon::SelectedLoudoutIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_Set_Appearance_Type_Icon, CallFunc_GetGloveDataForLoadoutIndex_ReturnValue) == 0x000008, "Member 'WBP_UI_Inventory_TextButton_C_Set_Appearance_Type_Icon::CallFunc_GetGloveDataForLoadoutIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_Set_Appearance_Type_Icon, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_UI_Inventory_TextButton_C_Set_Appearance_Type_Icon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_Set_Appearance_Type_Icon, CallFunc_GetSuitDataForLoadoutIndex_ReturnValue) == 0x000018, "Member 'WBP_UI_Inventory_TextButton_C_Set_Appearance_Type_Icon::CallFunc_GetSuitDataForLoadoutIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_Set_Appearance_Type_Icon, CallFunc_IsValid_ReturnValue_1) == 0x000020, "Member 'WBP_UI_Inventory_TextButton_C_Set_Appearance_Type_Icon::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_Set_Appearance_Type_Icon, CallFunc_GetMaskDataForLoadoutIndex_ReturnValue) == 0x000028, "Member 'WBP_UI_Inventory_TextButton_C_Set_Appearance_Type_Icon::CallFunc_GetMaskDataForLoadoutIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_Set_Appearance_Type_Icon, CallFunc_IsValid_ReturnValue_2) == 0x000030, "Member 'WBP_UI_Inventory_TextButton_C_Set_Appearance_Type_Icon::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_Set_Appearance_Type_Icon, CallFunc_GetCharacterData_bIsValid) == 0x000031, "Member 'WBP_UI_Inventory_TextButton_C_Set_Appearance_Type_Icon::CallFunc_GetCharacterData_bIsValid' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_Set_Appearance_Type_Icon, CallFunc_GetCharacterData_CharacterData) == 0x000038, "Member 'WBP_UI_Inventory_TextButton_C_Set_Appearance_Type_Icon::CallFunc_GetCharacterData_CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_Set_Appearance_Type_Icon, K2Node_SwitchEnum_CmpSuccess) == 0x000040, "Member 'WBP_UI_Inventory_TextButton_C_Set_Appearance_Type_Icon::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_TextButton_C_GetCharacterData \ +static_assert(alignof(WBP_UI_Inventory_TextButton_C_GetCharacterData) == 0x000008, "Wrong alignment on WBP_UI_Inventory_TextButton_C_GetCharacterData"); \ +static_assert(sizeof(WBP_UI_Inventory_TextButton_C_GetCharacterData) == 0x000030, "Wrong size on WBP_UI_Inventory_TextButton_C_GetCharacterData"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_GetCharacterData, bIsValid) == 0x000000, "Member 'WBP_UI_Inventory_TextButton_C_GetCharacterData::bIsValid' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_GetCharacterData, CharacterData) == 0x000008, "Member 'WBP_UI_Inventory_TextButton_C_GetCharacterData::CharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_GetCharacterData, CallFunc_GetCharacterManager_ReturnValue) == 0x000010, "Member 'WBP_UI_Inventory_TextButton_C_GetCharacterData::CallFunc_GetCharacterManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_GetCharacterData, CallFunc_GetPreferredCharacters_PreferredCharacterIndexArrayOut) == 0x000018, "Member 'WBP_UI_Inventory_TextButton_C_GetCharacterData::CallFunc_GetPreferredCharacters_PreferredCharacterIndexArrayOut' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_GetCharacterData, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_UI_Inventory_TextButton_C_GetCharacterData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_TextButton_C_GetCharacterData, CallFunc_Greater_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_UI_Inventory_TextButton_C_GetCharacterData::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Inventory_TextButton_C \ +static_assert(alignof(UWBP_UI_Inventory_TextButton_C) == 0x000008, "Wrong alignment on UWBP_UI_Inventory_TextButton_C"); \ +static_assert(sizeof(UWBP_UI_Inventory_TextButton_C) == 0x000448, "Wrong size on UWBP_UI_Inventory_TextButton_C"); \ +static_assert(offsetof(UWBP_UI_Inventory_TextButton_C, UberGraphFrame) == 0x000370, "Member 'UWBP_UI_Inventory_TextButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_TextButton_C, HoverAnim) == 0x000378, "Member 'UWBP_UI_Inventory_TextButton_C::HoverAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_TextButton_C, DisabledSelectedAnimation) == 0x000380, "Member 'UWBP_UI_Inventory_TextButton_C::DisabledSelectedAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_TextButton_C, SelectedAnimation) == 0x000388, "Member 'UWBP_UI_Inventory_TextButton_C::SelectedAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_TextButton_C, Border_Highlight) == 0x000390, "Member 'UWBP_UI_Inventory_TextButton_C::Border_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_TextButton_C, EquippedItemIcon) == 0x000398, "Member 'UWBP_UI_Inventory_TextButton_C::EquippedItemIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_TextButton_C, Image) == 0x0003A0, "Member 'UWBP_UI_Inventory_TextButton_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_TextButton_C, Image_1) == 0x0003A8, "Member 'UWBP_UI_Inventory_TextButton_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_TextButton_C, Image_2) == 0x0003B0, "Member 'UWBP_UI_Inventory_TextButton_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_TextButton_C, Image_511) == 0x0003B8, "Member 'UWBP_UI_Inventory_TextButton_C::Image_511' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_TextButton_C, Image_Background) == 0x0003C0, "Member 'UWBP_UI_Inventory_TextButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_TextButton_C, Image_DefaultIcon) == 0x0003C8, "Member 'UWBP_UI_Inventory_TextButton_C::Image_DefaultIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_TextButton_C, Overlay_Button) == 0x0003D0, "Member 'UWBP_UI_Inventory_TextButton_C::Overlay_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_TextButton_C, Root_Size) == 0x0003D8, "Member 'UWBP_UI_Inventory_TextButton_C::Root_Size' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_TextButton_C, Text_Default) == 0x0003E0, "Member 'UWBP_UI_Inventory_TextButton_C::Text_Default' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_TextButton_C, Text_DisplayText) == 0x0003E8, "Member 'UWBP_UI_Inventory_TextButton_C::Text_DisplayText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_TextButton_C, TextBlock_Name) == 0x0003F0, "Member 'UWBP_UI_Inventory_TextButton_C::TextBlock_Name' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_TextButton_C, DefaultTextValue) == 0x0003F8, "Member 'UWBP_UI_Inventory_TextButton_C::DefaultTextValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_TextButton_C, NewVar_0) == 0x000410, "Member 'UWBP_UI_Inventory_TextButton_C::NewVar_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_TextButton_C, InititalSize) == 0x000438, "Member 'UWBP_UI_Inventory_TextButton_C::InititalSize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_TextButton_C, Appearance_Type) == 0x000440, "Member 'UWBP_UI_Inventory_TextButton_C::Appearance_Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_WallLamp_C_ExecuteUbergraph_BPL_WallLamp \ +static_assert(alignof(BPL_WallLamp_C_ExecuteUbergraph_BPL_WallLamp) == 0x000008, "Wrong alignment on BPL_WallLamp_C_ExecuteUbergraph_BPL_WallLamp"); \ +static_assert(sizeof(BPL_WallLamp_C_ExecuteUbergraph_BPL_WallLamp) == 0x000068, "Wrong size on BPL_WallLamp_C_ExecuteUbergraph_BPL_WallLamp"); \ +static_assert(offsetof(BPL_WallLamp_C_ExecuteUbergraph_BPL_WallLamp, EntryPoint) == 0x000000, "Member 'BPL_WallLamp_C_ExecuteUbergraph_BPL_WallLamp::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BPL_WallLamp_C_ExecuteUbergraph_BPL_WallLamp, Temp_struct_Variable) == 0x000008, "Member 'BPL_WallLamp_C_ExecuteUbergraph_BPL_WallLamp::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_WallLamp_C_ExecuteUbergraph_BPL_WallLamp, Temp_delegate_Variable) == 0x000018, "Member 'BPL_WallLamp_C_ExecuteUbergraph_BPL_WallLamp::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPL_WallLamp_C_ExecuteUbergraph_BPL_WallLamp, CallFunc_PostEvent_ReturnValue) == 0x00002C, "Member 'BPL_WallLamp_C_ExecuteUbergraph_BPL_WallLamp::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_WallLamp_C_ExecuteUbergraph_BPL_WallLamp, K2Node_ComponentBoundEvent_Type) == 0x000030, "Member 'BPL_WallLamp_C_ExecuteUbergraph_BPL_WallLamp::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BPL_WallLamp_C_ExecuteUbergraph_BPL_WallLamp, K2Node_ComponentBoundEvent_HitContext) == 0x000034, "Member 'BPL_WallLamp_C_ExecuteUbergraph_BPL_WallLamp::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_WallLamp_C_BndEvt__BPL_WallLamp_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BPL_WallLamp_C_BndEvt__BPL_WallLamp_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BPL_WallLamp_C_BndEvt__BPL_WallLamp_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BPL_WallLamp_C_BndEvt__BPL_WallLamp_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BPL_WallLamp_C_BndEvt__BPL_WallLamp_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BPL_WallLamp_C_BndEvt__BPL_WallLamp_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BPL_WallLamp_C_BndEvt__BPL_WallLamp_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BPL_WallLamp_C_BndEvt__BPL_WallLamp_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BPL_WallLamp_C_BndEvt__BPL_WallLamp_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABPL_WallLamp_C \ +static_assert(alignof(ABPL_WallLamp_C) == 0x000008, "Wrong alignment on ABPL_WallLamp_C"); \ +static_assert(sizeof(ABPL_WallLamp_C) == 0x0002F0, "Wrong size on ABPL_WallLamp_C"); \ +static_assert(offsetof(ABPL_WallLamp_C, UberGraphFrame) == 0x0002A8, "Member 'ABPL_WallLamp_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABPL_WallLamp_C, FX_SparkBurst_M) == 0x0002B0, "Member 'ABPL_WallLamp_C::FX_SparkBurst_M' has a wrong offset!"); \ +static_assert(offsetof(ABPL_WallLamp_C, SBZCosmeticDestruction) == 0x0002B8, "Member 'ABPL_WallLamp_C::SBZCosmeticDestruction' has a wrong offset!"); \ +static_assert(offsetof(ABPL_WallLamp_C, Spec) == 0x0002C0, "Member 'ABPL_WallLamp_C::Spec' has a wrong offset!"); \ +static_assert(offsetof(ABPL_WallLamp_C, SmoothAmbiant) == 0x0002C8, "Member 'ABPL_WallLamp_C::SmoothAmbiant' has a wrong offset!"); \ +static_assert(offsetof(ABPL_WallLamp_C, Uplight) == 0x0002D0, "Member 'ABPL_WallLamp_C::Uplight' has a wrong offset!"); \ +static_assert(offsetof(ABPL_WallLamp_C, DownLight) == 0x0002D8, "Member 'ABPL_WallLamp_C::DownLight' has a wrong offset!"); \ +static_assert(offsetof(ABPL_WallLamp_C, LGT_DeskLamp_02) == 0x0002E0, "Member 'ABPL_WallLamp_C::LGT_DeskLamp_02' has a wrong offset!"); \ +static_assert(offsetof(ABPL_WallLamp_C, DefaultSceneRoot) == 0x0002E8, "Member 'ABPL_WallLamp_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePoison \ +static_assert(alignof(BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePoison) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePoison"); \ +static_assert(sizeof(BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePoison) == 0x000020, "Wrong size on BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePoison"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePoison, EntryPoint) == 0x000000, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePoison::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePoison, K2Node_Event_bStateToChangeTo) == 0x000004, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePoison::K2Node_Event_bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePoison, K2Node_Event_bDoCosmetics) == 0x000005, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePoison::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePoison, K2Node_ComponentBoundEvent_Interactable) == 0x000008, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePoison::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePoison, K2Node_ComponentBoundEvent_Interactor) == 0x000010, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePoison::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePoison, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000018, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePoison::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_OnStateChanged \ +static_assert(alignof(BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_OnStateChanged"); \ +static_assert(sizeof(BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_OnStateChanged) == 0x000002, "Wrong size on BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_OnStateChanged"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_OnStateChanged, bStateToChangeTo) == 0x000000, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_OnStateChanged::bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePoison_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ReplicatedBinaryActorWhiskeyBottlePoison_C \ +static_assert(alignof(ABP_ReplicatedBinaryActorWhiskeyBottlePoison_C) == 0x000008, "Wrong alignment on ABP_ReplicatedBinaryActorWhiskeyBottlePoison_C"); \ +static_assert(sizeof(ABP_ReplicatedBinaryActorWhiskeyBottlePoison_C) == 0x000310, "Wrong size on ABP_ReplicatedBinaryActorWhiskeyBottlePoison_C"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorWhiskeyBottlePoison_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_ReplicatedBinaryActorWhiskeyBottlePoison_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorWhiskeyBottlePoison_C, GlassBottle_01_G) == 0x0002E0, "Member 'ABP_ReplicatedBinaryActorWhiskeyBottlePoison_C::GlassBottle_01_G' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorWhiskeyBottlePoison_C, SBZInteractable) == 0x0002E8, "Member 'ABP_ReplicatedBinaryActorWhiskeyBottlePoison_C::SBZInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorWhiskeyBottlePoison_C, SBZOutline) == 0x0002F0, "Member 'ABP_ReplicatedBinaryActorWhiskeyBottlePoison_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorWhiskeyBottlePoison_C, DefaultSceneRoot) == 0x0002F8, "Member 'ABP_ReplicatedBinaryActorWhiskeyBottlePoison_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorWhiskeyBottlePoison_C, WhiskeyBottlePoisoned) == 0x000300, "Member 'ABP_ReplicatedBinaryActorWhiskeyBottlePoison_C::WhiskeyBottlePoisoned' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Crew_Controller_C \ +static_assert(alignof(ABP_Crew_Controller_C) == 0x000008, "Wrong alignment on ABP_Crew_Controller_C"); \ +static_assert(sizeof(ABP_Crew_Controller_C) == 0x0006D0, "Wrong size on ABP_Crew_Controller_C"); \ + +#define DUMPER7_ASSERTS_UBP_Order_LA_Sabotage_C \ +static_assert(alignof(UBP_Order_LA_Sabotage_C) == 0x000008, "Wrong alignment on UBP_Order_LA_Sabotage_C"); \ +static_assert(sizeof(UBP_Order_LA_Sabotage_C) == 0x000240, "Wrong size on UBP_Order_LA_Sabotage_C"); \ + +#define DUMPER7_ASSERTS_UBP_BlueKeycardRequirement_C \ +static_assert(alignof(UBP_BlueKeycardRequirement_C) == 0x000008, "Wrong alignment on UBP_BlueKeycardRequirement_C"); \ +static_assert(sizeof(UBP_BlueKeycardRequirement_C) == 0x000058, "Wrong size on UBP_BlueKeycardRequirement_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitSlotStoreItemButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotStoreItemButton \ +static_assert(alignof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotStoreItemButton) == 0x000008, "Wrong alignment on WBP_UI_Inventory_SuitSlotStoreItemButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotStoreItemButton"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotStoreItemButton) == 0x000010, "Wrong size on WBP_UI_Inventory_SuitSlotStoreItemButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotStoreItemButton"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotStoreItemButton, EntryPoint) == 0x000000, "Member 'WBP_UI_Inventory_SuitSlotStoreItemButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotStoreItemButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotStoreItemButton, K2Node_Event_bInIsHovered) == 0x000004, "Member 'WBP_UI_Inventory_SuitSlotStoreItemButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotStoreItemButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotStoreItemButton, K2Node_Event_bInHasFocus) == 0x000005, "Member 'WBP_UI_Inventory_SuitSlotStoreItemButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotStoreItemButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotStoreItemButton, K2Node_Event_IsDesignTime) == 0x000006, "Member 'WBP_UI_Inventory_SuitSlotStoreItemButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotStoreItemButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotStoreItemButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_UI_Inventory_SuitSlotStoreItemButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotStoreItemButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitSlotStoreItemButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Inventory_SuitSlotStoreItemButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Inventory_SuitSlotStoreItemButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Inventory_SuitSlotStoreItemButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitSlotStoreItemButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_Inventory_SuitSlotStoreItemButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_Inventory_SuitSlotStoreItemButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_Inventory_SuitSlotStoreItemButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitSlotStoreItemButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_Inventory_SuitSlotStoreItemButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_Inventory_SuitSlotStoreItemButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_Inventory_SuitSlotStoreItemButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitSlotStoreItemButton_C_UpdateHighlights \ +static_assert(alignof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_UpdateHighlights) == 0x000008, "Wrong alignment on WBP_UI_Inventory_SuitSlotStoreItemButton_C_UpdateHighlights"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_UpdateHighlights) == 0x000028, "Wrong size on WBP_UI_Inventory_SuitSlotStoreItemButton_C_UpdateHighlights"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_UpdateHighlights, IsFocused) == 0x000000, "Member 'WBP_UI_Inventory_SuitSlotStoreItemButton_C_UpdateHighlights::IsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_UpdateHighlights, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_UI_Inventory_SuitSlotStoreItemButton_C_UpdateHighlights::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_UpdateHighlights, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_UI_Inventory_SuitSlotStoreItemButton_C_UpdateHighlights::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_UpdateHighlights, CallFunc_SelectColor_ReturnValue) == 0x000018, "Member 'WBP_UI_Inventory_SuitSlotStoreItemButton_C_UpdateHighlights::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitSlotStoreItemButton_C_Set_Price \ +static_assert(alignof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_Set_Price) == 0x000008, "Wrong alignment on WBP_UI_Inventory_SuitSlotStoreItemButton_C_Set_Price"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_Set_Price) == 0x000010, "Wrong size on WBP_UI_Inventory_SuitSlotStoreItemButton_C_Set_Price"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_Set_Price, Price) == 0x000000, "Member 'WBP_UI_Inventory_SuitSlotStoreItemButton_C_Set_Price::Price' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_Set_Price, Currency_0) == 0x000008, "Member 'WBP_UI_Inventory_SuitSlotStoreItemButton_C_Set_Price::Currency_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitSlotStoreItemButton_C_Get_Color_by_Currency \ +static_assert(alignof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_Get_Color_by_Currency) == 0x000004, "Wrong alignment on WBP_UI_Inventory_SuitSlotStoreItemButton_C_Get_Color_by_Currency"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_Get_Color_by_Currency) == 0x000058, "Wrong size on WBP_UI_Inventory_SuitSlotStoreItemButton_C_Get_Color_by_Currency"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_Get_Color_by_Currency, Currency_0) == 0x000000, "Member 'WBP_UI_Inventory_SuitSlotStoreItemButton_C_Get_Color_by_Currency::Currency_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_Get_Color_by_Currency, CurrencyColor) == 0x000004, "Member 'WBP_UI_Inventory_SuitSlotStoreItemButton_C_Get_Color_by_Currency::CurrencyColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_Get_Color_by_Currency, Temp_byte_Variable) == 0x000014, "Member 'WBP_UI_Inventory_SuitSlotStoreItemButton_C_Get_Color_by_Currency::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_Get_Color_by_Currency, CallFunc_GetGlobalColor_ReturnValue) == 0x000018, "Member 'WBP_UI_Inventory_SuitSlotStoreItemButton_C_Get_Color_by_Currency::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_Get_Color_by_Currency, CallFunc_GetGlobalColor_ReturnValue_1) == 0x000028, "Member 'WBP_UI_Inventory_SuitSlotStoreItemButton_C_Get_Color_by_Currency::CallFunc_GetGlobalColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_Get_Color_by_Currency, CallFunc_GetGlobalColor_ReturnValue_2) == 0x000038, "Member 'WBP_UI_Inventory_SuitSlotStoreItemButton_C_Get_Color_by_Currency::CallFunc_GetGlobalColor_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_Get_Color_by_Currency, K2Node_Select_Default) == 0x000048, "Member 'WBP_UI_Inventory_SuitSlotStoreItemButton_C_Get_Color_by_Currency::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitSlotStoreItemButton_C_OnHover \ +static_assert(alignof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_OnHover) == 0x000001, "Wrong alignment on WBP_UI_Inventory_SuitSlotStoreItemButton_C_OnHover"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_OnHover) == 0x000001, "Wrong size on WBP_UI_Inventory_SuitSlotStoreItemButton_C_OnHover"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotStoreItemButton_C_OnHover, IsHover) == 0x000000, "Member 'WBP_UI_Inventory_SuitSlotStoreItemButton_C_OnHover::IsHover' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Inventory_SuitSlotStoreItemButton_C \ +static_assert(alignof(UWBP_UI_Inventory_SuitSlotStoreItemButton_C) == 0x000008, "Wrong alignment on UWBP_UI_Inventory_SuitSlotStoreItemButton_C"); \ +static_assert(sizeof(UWBP_UI_Inventory_SuitSlotStoreItemButton_C) == 0x0003D8, "Wrong size on UWBP_UI_Inventory_SuitSlotStoreItemButton_C"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotStoreItemButton_C, UberGraphFrame) == 0x000370, "Member 'UWBP_UI_Inventory_SuitSlotStoreItemButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotStoreItemButton_C, HoverAnim) == 0x000378, "Member 'UWBP_UI_Inventory_SuitSlotStoreItemButton_C::HoverAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotStoreItemButton_C, Border_Highlight) == 0x000380, "Member 'UWBP_UI_Inventory_SuitSlotStoreItemButton_C::Border_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotStoreItemButton_C, CurrencyWidget) == 0x000388, "Member 'UWBP_UI_Inventory_SuitSlotStoreItemButton_C::CurrencyWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotStoreItemButton_C, Image) == 0x000390, "Member 'UWBP_UI_Inventory_SuitSlotStoreItemButton_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotStoreItemButton_C, Image_1) == 0x000398, "Member 'UWBP_UI_Inventory_SuitSlotStoreItemButton_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotStoreItemButton_C, Image_2) == 0x0003A0, "Member 'UWBP_UI_Inventory_SuitSlotStoreItemButton_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotStoreItemButton_C, Image_511) == 0x0003A8, "Member 'UWBP_UI_Inventory_SuitSlotStoreItemButton_C::Image_511' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotStoreItemButton_C, Image_Background) == 0x0003B0, "Member 'UWBP_UI_Inventory_SuitSlotStoreItemButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotStoreItemButton_C, Image_lockicon) == 0x0003B8, "Member 'UWBP_UI_Inventory_SuitSlotStoreItemButton_C::Image_lockicon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotStoreItemButton_C, Overlay_Button) == 0x0003C0, "Member 'UWBP_UI_Inventory_SuitSlotStoreItemButton_C::Overlay_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotStoreItemButton_C, TextBlock_Name) == 0x0003C8, "Member 'UWBP_UI_Inventory_SuitSlotStoreItemButton_C::TextBlock_Name' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotStoreItemButton_C, Currency) == 0x0003D0, "Member 'UWBP_UI_Inventory_SuitSlotStoreItemButton_C::Currency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotButton \ +static_assert(alignof(WBP_UI_Inventory_SuitSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotButton) == 0x000008, "Wrong alignment on WBP_UI_Inventory_SuitSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotButton"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotButton) == 0x000018, "Wrong size on WBP_UI_Inventory_SuitSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotButton"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotButton, EntryPoint) == 0x000000, "Member 'WBP_UI_Inventory_SuitSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotButton, Temp_bool_Variable) == 0x000004, "Member 'WBP_UI_Inventory_SuitSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotButton, Temp_byte_Variable) == 0x000005, "Member 'WBP_UI_Inventory_SuitSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotButton, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_UI_Inventory_SuitSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotButton, K2Node_Event_IsDesignTime) == 0x000007, "Member 'WBP_UI_Inventory_SuitSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotButton, K2Node_Event_bInIsHovered) == 0x000008, "Member 'WBP_UI_Inventory_SuitSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotButton, K2Node_Event_bInHasFocus) == 0x000009, "Member 'WBP_UI_Inventory_SuitSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotButton, K2Node_Event_bIsActiveSuitSlot) == 0x00000A, "Member 'WBP_UI_Inventory_SuitSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotButton::K2Node_Event_bIsActiveSuitSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotButton, K2Node_Select_Default) == 0x00000B, "Member 'WBP_UI_Inventory_SuitSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000010, "Member 'WBP_UI_Inventory_SuitSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_SuitSlotButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitSlotButton_C_SetActiveSuitSlot \ +static_assert(alignof(WBP_UI_Inventory_SuitSlotButton_C_SetActiveSuitSlot) == 0x000001, "Wrong alignment on WBP_UI_Inventory_SuitSlotButton_C_SetActiveSuitSlot"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitSlotButton_C_SetActiveSuitSlot) == 0x000001, "Wrong size on WBP_UI_Inventory_SuitSlotButton_C_SetActiveSuitSlot"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_SetActiveSuitSlot, bIsActiveSuitSlot) == 0x000000, "Member 'WBP_UI_Inventory_SuitSlotButton_C_SetActiveSuitSlot::bIsActiveSuitSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitSlotButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_Inventory_SuitSlotButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_Inventory_SuitSlotButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitSlotButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_Inventory_SuitSlotButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_Inventory_SuitSlotButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitSlotButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_Inventory_SuitSlotButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_Inventory_SuitSlotButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitSlotButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_Inventory_SuitSlotButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_Inventory_SuitSlotButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitSlotButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_Inventory_SuitSlotButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Inventory_SuitSlotButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitSlotButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Inventory_SuitSlotButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Inventory_SuitSlotButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitSlotButton_C_OnHover \ +static_assert(alignof(WBP_UI_Inventory_SuitSlotButton_C_OnHover) == 0x000001, "Wrong alignment on WBP_UI_Inventory_SuitSlotButton_C_OnHover"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitSlotButton_C_OnHover) == 0x000001, "Wrong size on WBP_UI_Inventory_SuitSlotButton_C_OnHover"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_OnHover, bIsHovered) == 0x000000, "Member 'WBP_UI_Inventory_SuitSlotButton_C_OnHover::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitSlotButton_C_OnFocused \ +static_assert(alignof(WBP_UI_Inventory_SuitSlotButton_C_OnFocused) == 0x000008, "Wrong alignment on WBP_UI_Inventory_SuitSlotButton_C_OnFocused"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitSlotButton_C_OnFocused) == 0x000028, "Wrong size on WBP_UI_Inventory_SuitSlotButton_C_OnFocused"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_OnFocused, bIsFocused) == 0x000000, "Member 'WBP_UI_Inventory_SuitSlotButton_C_OnFocused::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_OnFocused, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_UI_Inventory_SuitSlotButton_C_OnFocused::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_OnFocused, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_UI_Inventory_SuitSlotButton_C_OnFocused::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_OnFocused, CallFunc_SelectColor_ReturnValue) == 0x000018, "Member 'WBP_UI_Inventory_SuitSlotButton_C_OnFocused::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitSlotButton_C_Set_Suit_Name_Colour \ +static_assert(alignof(WBP_UI_Inventory_SuitSlotButton_C_Set_Suit_Name_Colour) == 0x000008, "Wrong alignment on WBP_UI_Inventory_SuitSlotButton_C_Set_Suit_Name_Colour"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitSlotButton_C_Set_Suit_Name_Colour) == 0x000050, "Wrong size on WBP_UI_Inventory_SuitSlotButton_C_Set_Suit_Name_Colour"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_Set_Suit_Name_Colour, DesiredColour) == 0x000000, "Member 'WBP_UI_Inventory_SuitSlotButton_C_Set_Suit_Name_Colour::DesiredColour' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_Set_Suit_Name_Colour, Temp_bool_Variable) == 0x000010, "Member 'WBP_UI_Inventory_SuitSlotButton_C_Set_Suit_Name_Colour::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_Set_Suit_Name_Colour, K2Node_Select_Default) == 0x000014, "Member 'WBP_UI_Inventory_SuitSlotButton_C_Set_Suit_Name_Colour::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_Set_Suit_Name_Colour, K2Node_MakeStruct_SlateColor) == 0x000028, "Member 'WBP_UI_Inventory_SuitSlotButton_C_Set_Suit_Name_Colour::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals \ +static_assert(alignof(WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals) == 0x000008, "Wrong alignment on WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals) == 0x000068, "Wrong size on WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals, Temp_byte_Variable) == 0x000000, "Member 'WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals, Temp_byte_Variable_1) == 0x000001, "Member 'WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals, CallFunc_GetSuitInSlotConfig_ReturnValue) == 0x000008, "Member 'WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals::CallFunc_GetSuitInSlotConfig_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals, Temp_bool_Variable) == 0x000030, "Member 'WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals, CallFunc_IsPresetSuitSlot_ReturnValue) == 0x000032, "Member 'WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals::CallFunc_IsPresetSuitSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals, K2Node_Select_Default) == 0x000033, "Member 'WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals, Temp_bool_Variable_1) == 0x000034, "Member 'WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals, K2Node_Select_Default_1) == 0x000038, "Member 'WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals, CallFunc_IsValid_ReturnValue_1) == 0x000040, "Member 'WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals, CallFunc_GetDisplayName_OutDisplayName) == 0x000048, "Member 'WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals, CallFunc_GetDisplayName_OutHasText) == 0x000060, "Member 'WBP_UI_Inventory_SuitSlotButton_C_InitializeSuitVisuals::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitSlotButton_C_CanCustomize \ +static_assert(alignof(WBP_UI_Inventory_SuitSlotButton_C_CanCustomize) == 0x000001, "Wrong alignment on WBP_UI_Inventory_SuitSlotButton_C_CanCustomize"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitSlotButton_C_CanCustomize) == 0x000006, "Wrong size on WBP_UI_Inventory_SuitSlotButton_C_CanCustomize"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_CanCustomize, bCanCustomize) == 0x000000, "Member 'WBP_UI_Inventory_SuitSlotButton_C_CanCustomize::bCanCustomize' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_CanCustomize, CallFunc_IsPresetSuitSlot_ReturnValue) == 0x000001, "Member 'WBP_UI_Inventory_SuitSlotButton_C_CanCustomize::CallFunc_IsPresetSuitSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_CanCustomize, CallFunc_IsEmpty_ReturnValue) == 0x000002, "Member 'WBP_UI_Inventory_SuitSlotButton_C_CanCustomize::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_CanCustomize, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'WBP_UI_Inventory_SuitSlotButton_C_CanCustomize::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_CanCustomize, CallFunc_Not_PreBool_ReturnValue_1) == 0x000004, "Member 'WBP_UI_Inventory_SuitSlotButton_C_CanCustomize::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_CanCustomize, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'WBP_UI_Inventory_SuitSlotButton_C_CanCustomize::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitSlotButton_C_SetVisibleOverlays \ +static_assert(alignof(WBP_UI_Inventory_SuitSlotButton_C_SetVisibleOverlays) == 0x000008, "Wrong alignment on WBP_UI_Inventory_SuitSlotButton_C_SetVisibleOverlays"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitSlotButton_C_SetVisibleOverlays) == 0x000048, "Wrong size on WBP_UI_Inventory_SuitSlotButton_C_SetVisibleOverlays"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_SetVisibleOverlays, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_Inventory_SuitSlotButton_C_SetVisibleOverlays::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_SetVisibleOverlays, CallFunc_GetSuitInSlotConfig_ReturnValue) == 0x000008, "Member 'WBP_UI_Inventory_SuitSlotButton_C_SetVisibleOverlays::CallFunc_GetSuitInSlotConfig_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_SetVisibleOverlays, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'WBP_UI_Inventory_SuitSlotButton_C_SetVisibleOverlays::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_SetVisibleOverlays, K2Node_Select_Default) == 0x000038, "Member 'WBP_UI_Inventory_SuitSlotButton_C_SetVisibleOverlays::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitSlotButton_C_SetVisibleOverlays, CallFunc_IsValid_ReturnValue_1) == 0x000040, "Member 'WBP_UI_Inventory_SuitSlotButton_C_SetVisibleOverlays::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Inventory_SuitSlotButton_C \ +static_assert(alignof(UWBP_UI_Inventory_SuitSlotButton_C) == 0x000008, "Wrong alignment on UWBP_UI_Inventory_SuitSlotButton_C"); \ +static_assert(sizeof(UWBP_UI_Inventory_SuitSlotButton_C) == 0x0004B0, "Wrong size on UWBP_UI_Inventory_SuitSlotButton_C"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotButton_C, UberGraphFrame) == 0x000400, "Member 'UWBP_UI_Inventory_SuitSlotButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotButton_C, HoverAnim) == 0x000408, "Member 'UWBP_UI_Inventory_SuitSlotButton_C::HoverAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotButton_C, Border_Highlight) == 0x000410, "Member 'UWBP_UI_Inventory_SuitSlotButton_C::Border_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotButton_C, Equipped_Text) == 0x000418, "Member 'UWBP_UI_Inventory_SuitSlotButton_C::Equipped_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotButton_C, EquippedB) == 0x000420, "Member 'UWBP_UI_Inventory_SuitSlotButton_C::EquippedB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotButton_C, Image) == 0x000428, "Member 'UWBP_UI_Inventory_SuitSlotButton_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotButton_C, Image_1) == 0x000430, "Member 'UWBP_UI_Inventory_SuitSlotButton_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotButton_C, Image_2) == 0x000438, "Member 'UWBP_UI_Inventory_SuitSlotButton_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotButton_C, Image_8) == 0x000440, "Member 'UWBP_UI_Inventory_SuitSlotButton_C::Image_8' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotButton_C, Image_98) == 0x000448, "Member 'UWBP_UI_Inventory_SuitSlotButton_C::Image_98' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotButton_C, Image_511) == 0x000450, "Member 'UWBP_UI_Inventory_SuitSlotButton_C::Image_511' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotButton_C, Image_Background) == 0x000458, "Member 'UWBP_UI_Inventory_SuitSlotButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotButton_C, Image_BorderBottom_2) == 0x000460, "Member 'UWBP_UI_Inventory_SuitSlotButton_C::Image_BorderBottom_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotButton_C, Image_BorderHovered) == 0x000468, "Member 'UWBP_UI_Inventory_SuitSlotButton_C::Image_BorderHovered' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotButton_C, Overlay_Button) == 0x000470, "Member 'UWBP_UI_Inventory_SuitSlotButton_C::Overlay_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotButton_C, Overlay_ItemInformation) == 0x000478, "Member 'UWBP_UI_Inventory_SuitSlotButton_C::Overlay_ItemInformation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotButton_C, Plus_Icon) == 0x000480, "Member 'UWBP_UI_Inventory_SuitSlotButton_C::Plus_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotButton_C, Preset_O) == 0x000488, "Member 'UWBP_UI_Inventory_SuitSlotButton_C::Preset_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotButton_C, Purchase_Overlay) == 0x000490, "Member 'UWBP_UI_Inventory_SuitSlotButton_C::Purchase_Overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotButton_C, TextBlock_Name) == 0x000498, "Member 'UWBP_UI_Inventory_SuitSlotButton_C::TextBlock_Name' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotButton_C, Widget_Icon) == 0x0004A0, "Member 'UWBP_UI_Inventory_SuitSlotButton_C::Widget_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitSlotButton_C, bHasDisplayName) == 0x0004A8, "Member 'UWBP_UI_Inventory_SuitSlotButton_C::bHasDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_AppearanceTextButton_C_ExecuteUbergraph_WBP_UI_AppearanceTextButton \ +static_assert(alignof(WBP_UI_AppearanceTextButton_C_ExecuteUbergraph_WBP_UI_AppearanceTextButton) == 0x000008, "Wrong alignment on WBP_UI_AppearanceTextButton_C_ExecuteUbergraph_WBP_UI_AppearanceTextButton"); \ +static_assert(sizeof(WBP_UI_AppearanceTextButton_C_ExecuteUbergraph_WBP_UI_AppearanceTextButton) == 0x000020, "Wrong size on WBP_UI_AppearanceTextButton_C_ExecuteUbergraph_WBP_UI_AppearanceTextButton"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_ExecuteUbergraph_WBP_UI_AppearanceTextButton, EntryPoint) == 0x000000, "Member 'WBP_UI_AppearanceTextButton_C_ExecuteUbergraph_WBP_UI_AppearanceTextButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_ExecuteUbergraph_WBP_UI_AppearanceTextButton, K2Node_Event_Animation) == 0x000008, "Member 'WBP_UI_AppearanceTextButton_C_ExecuteUbergraph_WBP_UI_AppearanceTextButton::K2Node_Event_Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_ExecuteUbergraph_WBP_UI_AppearanceTextButton, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000010, "Member 'WBP_UI_AppearanceTextButton_C_ExecuteUbergraph_WBP_UI_AppearanceTextButton::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_ExecuteUbergraph_WBP_UI_AppearanceTextButton, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000011, "Member 'WBP_UI_AppearanceTextButton_C_ExecuteUbergraph_WBP_UI_AppearanceTextButton::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_ExecuteUbergraph_WBP_UI_AppearanceTextButton, CallFunc_BooleanOR_ReturnValue) == 0x000012, "Member 'WBP_UI_AppearanceTextButton_C_ExecuteUbergraph_WBP_UI_AppearanceTextButton::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_ExecuteUbergraph_WBP_UI_AppearanceTextButton, K2Node_Event_IsDesignTime) == 0x000013, "Member 'WBP_UI_AppearanceTextButton_C_ExecuteUbergraph_WBP_UI_AppearanceTextButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_ExecuteUbergraph_WBP_UI_AppearanceTextButton, K2Node_Event_bInIsHovered) == 0x000014, "Member 'WBP_UI_AppearanceTextButton_C_ExecuteUbergraph_WBP_UI_AppearanceTextButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_ExecuteUbergraph_WBP_UI_AppearanceTextButton, K2Node_Event_bInIsDisabled) == 0x000015, "Member 'WBP_UI_AppearanceTextButton_C_ExecuteUbergraph_WBP_UI_AppearanceTextButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_ExecuteUbergraph_WBP_UI_AppearanceTextButton, K2Node_Event_bInHasFocus) == 0x000016, "Member 'WBP_UI_AppearanceTextButton_C_ExecuteUbergraph_WBP_UI_AppearanceTextButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_ExecuteUbergraph_WBP_UI_AppearanceTextButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000018, "Member 'WBP_UI_AppearanceTextButton_C_ExecuteUbergraph_WBP_UI_AppearanceTextButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_AppearanceTextButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_AppearanceTextButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_AppearanceTextButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_AppearanceTextButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_AppearanceTextButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_AppearanceTextButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_AppearanceTextButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_AppearanceTextButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_AppearanceTextButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_AppearanceTextButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_AppearanceTextButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_AppearanceTextButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_AppearanceTextButton_C_OnAnimationFinished \ +static_assert(alignof(WBP_UI_AppearanceTextButton_C_OnAnimationFinished) == 0x000008, "Wrong alignment on WBP_UI_AppearanceTextButton_C_OnAnimationFinished"); \ +static_assert(sizeof(WBP_UI_AppearanceTextButton_C_OnAnimationFinished) == 0x000008, "Wrong size on WBP_UI_AppearanceTextButton_C_OnAnimationFinished"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_OnAnimationFinished, Animation) == 0x000000, "Member 'WBP_UI_AppearanceTextButton_C_OnAnimationFinished::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_AppearanceTextButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_UI_AppearanceTextButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_UI_AppearanceTextButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_UI_AppearanceTextButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_UI_AppearanceTextButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_UI_AppearanceTextButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_AppearanceTextButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_AppearanceTextButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_AppearanceTextButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_AppearanceTextButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_AppearanceTextButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_AppearanceTextButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_AppearanceTextButton_C_OnHoverVisuals \ +static_assert(alignof(WBP_UI_AppearanceTextButton_C_OnHoverVisuals) == 0x000001, "Wrong alignment on WBP_UI_AppearanceTextButton_C_OnHoverVisuals"); \ +static_assert(sizeof(WBP_UI_AppearanceTextButton_C_OnHoverVisuals) == 0x000001, "Wrong size on WBP_UI_AppearanceTextButton_C_OnHoverVisuals"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_OnHoverVisuals, bIsHovered) == 0x000000, "Member 'WBP_UI_AppearanceTextButton_C_OnHoverVisuals::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_AppearanceTextButton_C_OnFocusedVisuals \ +static_assert(alignof(WBP_UI_AppearanceTextButton_C_OnFocusedVisuals) == 0x000008, "Wrong alignment on WBP_UI_AppearanceTextButton_C_OnFocusedVisuals"); \ +static_assert(sizeof(WBP_UI_AppearanceTextButton_C_OnFocusedVisuals) == 0x000028, "Wrong size on WBP_UI_AppearanceTextButton_C_OnFocusedVisuals"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_OnFocusedVisuals, bIsFocused) == 0x000000, "Member 'WBP_UI_AppearanceTextButton_C_OnFocusedVisuals::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_OnFocusedVisuals, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_UI_AppearanceTextButton_C_OnFocusedVisuals::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_OnFocusedVisuals, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_UI_AppearanceTextButton_C_OnFocusedVisuals::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_OnFocusedVisuals, CallFunc_SelectColor_ReturnValue) == 0x000018, "Member 'WBP_UI_AppearanceTextButton_C_OnFocusedVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_AppearanceTextButton_C_OnDisabledVisuals \ +static_assert(alignof(WBP_UI_AppearanceTextButton_C_OnDisabledVisuals) == 0x000004, "Wrong alignment on WBP_UI_AppearanceTextButton_C_OnDisabledVisuals"); \ +static_assert(sizeof(WBP_UI_AppearanceTextButton_C_OnDisabledVisuals) == 0x000008, "Wrong size on WBP_UI_AppearanceTextButton_C_OnDisabledVisuals"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_OnDisabledVisuals, bIsDisabled_0) == 0x000000, "Member 'WBP_UI_AppearanceTextButton_C_OnDisabledVisuals::bIsDisabled_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_OnDisabledVisuals, CallFunc_SelectFloat_ReturnValue) == 0x000004, "Member 'WBP_UI_AppearanceTextButton_C_OnDisabledVisuals::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_AppearanceTextButton_C_RefreshVisual \ +static_assert(alignof(WBP_UI_AppearanceTextButton_C_RefreshVisual) == 0x000001, "Wrong alignment on WBP_UI_AppearanceTextButton_C_RefreshVisual"); \ +static_assert(sizeof(WBP_UI_AppearanceTextButton_C_RefreshVisual) == 0x000002, "Wrong size on WBP_UI_AppearanceTextButton_C_RefreshVisual"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_RefreshVisual, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000000, "Member 'WBP_UI_AppearanceTextButton_C_RefreshVisual::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_RefreshVisual, CallFunc_IsHovered_ReturnValue) == 0x000001, "Member 'WBP_UI_AppearanceTextButton_C_RefreshVisual::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_AppearanceTextButton_C_SetButtonText \ +static_assert(alignof(WBP_UI_AppearanceTextButton_C_SetButtonText) == 0x000008, "Wrong alignment on WBP_UI_AppearanceTextButton_C_SetButtonText"); \ +static_assert(sizeof(WBP_UI_AppearanceTextButton_C_SetButtonText) == 0x000018, "Wrong size on WBP_UI_AppearanceTextButton_C_SetButtonText"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_SetButtonText, InButtonText) == 0x000000, "Member 'WBP_UI_AppearanceTextButton_C_SetButtonText::InButtonText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_AppearanceTextButton_C_GetText \ +static_assert(alignof(WBP_UI_AppearanceTextButton_C_GetText) == 0x000008, "Wrong alignment on WBP_UI_AppearanceTextButton_C_GetText"); \ +static_assert(sizeof(WBP_UI_AppearanceTextButton_C_GetText) == 0x000030, "Wrong size on WBP_UI_AppearanceTextButton_C_GetText"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_GetText, OutText) == 0x000000, "Member 'WBP_UI_AppearanceTextButton_C_GetText::OutText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_GetText, CallFunc_GetText_ReturnValue) == 0x000018, "Member 'WBP_UI_AppearanceTextButton_C_GetText::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_AppearanceTextButton_C_DefaultEquipped \ +static_assert(alignof(WBP_UI_AppearanceTextButton_C_DefaultEquipped) == 0x000001, "Wrong alignment on WBP_UI_AppearanceTextButton_C_DefaultEquipped"); \ +static_assert(sizeof(WBP_UI_AppearanceTextButton_C_DefaultEquipped) == 0x000005, "Wrong size on WBP_UI_AppearanceTextButton_C_DefaultEquipped"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_DefaultEquipped, bEquipped) == 0x000000, "Member 'WBP_UI_AppearanceTextButton_C_DefaultEquipped::bEquipped' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_DefaultEquipped, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_AppearanceTextButton_C_DefaultEquipped::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_DefaultEquipped, Temp_byte_Variable) == 0x000002, "Member 'WBP_UI_AppearanceTextButton_C_DefaultEquipped::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_DefaultEquipped, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_UI_AppearanceTextButton_C_DefaultEquipped::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_AppearanceTextButton_C_DefaultEquipped, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_AppearanceTextButton_C_DefaultEquipped::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_AppearanceTextButton_C \ +static_assert(alignof(UWBP_UI_AppearanceTextButton_C) == 0x000008, "Wrong alignment on UWBP_UI_AppearanceTextButton_C"); \ +static_assert(sizeof(UWBP_UI_AppearanceTextButton_C) == 0x000420, "Wrong size on UWBP_UI_AppearanceTextButton_C"); \ +static_assert(offsetof(UWBP_UI_AppearanceTextButton_C, UberGraphFrame) == 0x000378, "Member 'UWBP_UI_AppearanceTextButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_AppearanceTextButton_C, HoverAnim) == 0x000380, "Member 'UWBP_UI_AppearanceTextButton_C::HoverAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_AppearanceTextButton_C, DisabledSelectedAnimation) == 0x000388, "Member 'UWBP_UI_AppearanceTextButton_C::DisabledSelectedAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_AppearanceTextButton_C, SelectedAnimation) == 0x000390, "Member 'UWBP_UI_AppearanceTextButton_C::SelectedAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_AppearanceTextButton_C, Border_Frame_Button) == 0x000398, "Member 'UWBP_UI_AppearanceTextButton_C::Border_Frame_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_AppearanceTextButton_C, Equipped_Text) == 0x0003A0, "Member 'UWBP_UI_AppearanceTextButton_C::Equipped_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_AppearanceTextButton_C, EquippedB) == 0x0003A8, "Member 'UWBP_UI_AppearanceTextButton_C::EquippedB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_AppearanceTextButton_C, Image_3) == 0x0003B0, "Member 'UWBP_UI_AppearanceTextButton_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_AppearanceTextButton_C, Image_4) == 0x0003B8, "Member 'UWBP_UI_AppearanceTextButton_C::Image_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_AppearanceTextButton_C, Image_5) == 0x0003C0, "Member 'UWBP_UI_AppearanceTextButton_C::Image_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_AppearanceTextButton_C, Image_6) == 0x0003C8, "Member 'UWBP_UI_AppearanceTextButton_C::Image_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_AppearanceTextButton_C, Image_7) == 0x0003D0, "Member 'UWBP_UI_AppearanceTextButton_C::Image_7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_AppearanceTextButton_C, Image_8) == 0x0003D8, "Member 'UWBP_UI_AppearanceTextButton_C::Image_8' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_AppearanceTextButton_C, Image_9) == 0x0003E0, "Member 'UWBP_UI_AppearanceTextButton_C::Image_9' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_AppearanceTextButton_C, Image_98) == 0x0003E8, "Member 'UWBP_UI_AppearanceTextButton_C::Image_98' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_AppearanceTextButton_C, Overlay_Button) == 0x0003F0, "Member 'UWBP_UI_AppearanceTextButton_C::Overlay_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_AppearanceTextButton_C, Text_DisplayText) == 0x0003F8, "Member 'UWBP_UI_AppearanceTextButton_C::Text_DisplayText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_AppearanceTextButton_C, DefaultTextValue) == 0x000400, "Member 'UWBP_UI_AppearanceTextButton_C::DefaultTextValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_AppearanceTextButton_C, InititalSize) == 0x000418, "Member 'UWBP_UI_AppearanceTextButton_C::InititalSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus \ +static_assert(alignof(WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus) == 0x000008, "Wrong alignment on WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus"); \ +static_assert(sizeof(WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus) == 0x000128, "Wrong size on WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus"); \ +static_assert(offsetof(WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus, EntryPoint) == 0x000000, "Member 'WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus, K2Node_Event_InIcon) == 0x000008, "Member 'WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus::K2Node_Event_InIcon' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus, K2Node_CreateDelegate_OutputDelegate) == 0x000038, "Member 'WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x00004C, "Member 'WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus, K2Node_Event_InAmmoInventory) == 0x000050, "Member 'WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus::K2Node_Event_InAmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus, CallFunc_Conv_IntToText_ReturnValue) == 0x000058, "Member 'WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus, K2Node_MakeStruct_SlateColor) == 0x000070, "Member 'WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus, K2Node_MakeStruct_SlateColor_1) == 0x000098, "Member 'WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus, K2Node_MakeStruct_SlateColor_2) == 0x0000C0, "Member 'WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus, K2Node_Event_IsDesignTime) == 0x0000E8, "Member 'WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus, CallFunc_GetDynamicMaterial_ReturnValue) == 0x0000F0, "Member 'WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus, Temp_object_Variable) == 0x0000F8, "Member 'WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus, K2Node_DynamicCast_AsPaper_Sprite) == 0x000100, "Member 'WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus, K2Node_DynamicCast_bSuccess) == 0x000108, "Member 'WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000110, "Member 'WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus, K2Node_CustomEvent_Loaded) == 0x000120, "Member 'WBP_UI_WidgetPlaceableStatus_C_ExecuteUbergraph_WBP_UI_WidgetPlaceableStatus::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WidgetPlaceableStatus_C_OnAmmoInventoryChanged \ +static_assert(alignof(WBP_UI_WidgetPlaceableStatus_C_OnAmmoInventoryChanged) == 0x000004, "Wrong alignment on WBP_UI_WidgetPlaceableStatus_C_OnAmmoInventoryChanged"); \ +static_assert(sizeof(WBP_UI_WidgetPlaceableStatus_C_OnAmmoInventoryChanged) == 0x000004, "Wrong size on WBP_UI_WidgetPlaceableStatus_C_OnAmmoInventoryChanged"); \ +static_assert(offsetof(WBP_UI_WidgetPlaceableStatus_C_OnAmmoInventoryChanged, InAmmoInventory) == 0x000000, "Member 'WBP_UI_WidgetPlaceableStatus_C_OnAmmoInventoryChanged::InAmmoInventory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WidgetPlaceableStatus_C_OnIconChanged \ +static_assert(alignof(WBP_UI_WidgetPlaceableStatus_C_OnIconChanged) == 0x000008, "Wrong alignment on WBP_UI_WidgetPlaceableStatus_C_OnIconChanged"); \ +static_assert(sizeof(WBP_UI_WidgetPlaceableStatus_C_OnIconChanged) == 0x000030, "Wrong size on WBP_UI_WidgetPlaceableStatus_C_OnIconChanged"); \ +static_assert(offsetof(WBP_UI_WidgetPlaceableStatus_C_OnIconChanged, InIcon) == 0x000000, "Member 'WBP_UI_WidgetPlaceableStatus_C_OnIconChanged::InIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WidgetPlaceableStatus_C_PreConstruct \ +static_assert(alignof(WBP_UI_WidgetPlaceableStatus_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_WidgetPlaceableStatus_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_WidgetPlaceableStatus_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_WidgetPlaceableStatus_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_WidgetPlaceableStatus_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_WidgetPlaceableStatus_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WidgetPlaceableStatus_C_OnLoaded_544E70C143CD46C6006D9DA0806A0FCB \ +static_assert(alignof(WBP_UI_WidgetPlaceableStatus_C_OnLoaded_544E70C143CD46C6006D9DA0806A0FCB) == 0x000008, "Wrong alignment on WBP_UI_WidgetPlaceableStatus_C_OnLoaded_544E70C143CD46C6006D9DA0806A0FCB"); \ +static_assert(sizeof(WBP_UI_WidgetPlaceableStatus_C_OnLoaded_544E70C143CD46C6006D9DA0806A0FCB) == 0x000008, "Wrong size on WBP_UI_WidgetPlaceableStatus_C_OnLoaded_544E70C143CD46C6006D9DA0806A0FCB"); \ +static_assert(offsetof(WBP_UI_WidgetPlaceableStatus_C_OnLoaded_544E70C143CD46C6006D9DA0806A0FCB, Loaded) == 0x000000, "Member 'WBP_UI_WidgetPlaceableStatus_C_OnLoaded_544E70C143CD46C6006D9DA0806A0FCB::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_WidgetPlaceableStatus_C \ +static_assert(alignof(UWBP_UI_WidgetPlaceableStatus_C) == 0x000008, "Wrong alignment on UWBP_UI_WidgetPlaceableStatus_C"); \ +static_assert(sizeof(UWBP_UI_WidgetPlaceableStatus_C) == 0x000318, "Wrong size on UWBP_UI_WidgetPlaceableStatus_C"); \ +static_assert(offsetof(UWBP_UI_WidgetPlaceableStatus_C, UberGraphFrame) == 0x0002F0, "Member 'UWBP_UI_WidgetPlaceableStatus_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WidgetPlaceableStatus_C, Image_98) == 0x0002F8, "Member 'UWBP_UI_WidgetPlaceableStatus_C::Image_98' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WidgetPlaceableStatus_C, Image_ThrowableImage) == 0x000300, "Member 'UWBP_UI_WidgetPlaceableStatus_C::Image_ThrowableImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WidgetPlaceableStatus_C, Image_ThrowableImage_BG) == 0x000308, "Member 'UWBP_UI_WidgetPlaceableStatus_C::Image_ThrowableImage_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WidgetPlaceableStatus_C, Text_AmmoInventory) == 0x000310, "Member 'UWBP_UI_WidgetPlaceableStatus_C::Text_AmmoInventory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_NavBarButton_C_ExecuteUbergraph_WBP_UI_Widget_NavBarButton \ +static_assert(alignof(WBP_UI_Widget_NavBarButton_C_ExecuteUbergraph_WBP_UI_Widget_NavBarButton) == 0x000008, "Wrong alignment on WBP_UI_Widget_NavBarButton_C_ExecuteUbergraph_WBP_UI_Widget_NavBarButton"); \ +static_assert(sizeof(WBP_UI_Widget_NavBarButton_C_ExecuteUbergraph_WBP_UI_Widget_NavBarButton) == 0x000098, "Wrong size on WBP_UI_Widget_NavBarButton_C_ExecuteUbergraph_WBP_UI_Widget_NavBarButton"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_ExecuteUbergraph_WBP_UI_Widget_NavBarButton, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_NavBarButton_C_ExecuteUbergraph_WBP_UI_Widget_NavBarButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_ExecuteUbergraph_WBP_UI_Widget_NavBarButton, CallFunc_IsHovered_ReturnValue) == 0x000004, "Member 'WBP_UI_Widget_NavBarButton_C_ExecuteUbergraph_WBP_UI_Widget_NavBarButton::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_ExecuteUbergraph_WBP_UI_Widget_NavBarButton, K2Node_Event_PreviousValue) == 0x000008, "Member 'WBP_UI_Widget_NavBarButton_C_ExecuteUbergraph_WBP_UI_Widget_NavBarButton::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_ExecuteUbergraph_WBP_UI_Widget_NavBarButton, CallFunc_SelectInt_ReturnValue) == 0x000014, "Member 'WBP_UI_Widget_NavBarButton_C_ExecuteUbergraph_WBP_UI_Widget_NavBarButton::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_ExecuteUbergraph_WBP_UI_Widget_NavBarButton, K2Node_Event_bIsHovered) == 0x000018, "Member 'WBP_UI_Widget_NavBarButton_C_ExecuteUbergraph_WBP_UI_Widget_NavBarButton::K2Node_Event_bIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_ExecuteUbergraph_WBP_UI_Widget_NavBarButton, K2Node_Event_ButtonParams) == 0x000020, "Member 'WBP_UI_Widget_NavBarButton_C_ExecuteUbergraph_WBP_UI_Widget_NavBarButton::K2Node_Event_ButtonParams' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_ExecuteUbergraph_WBP_UI_Widget_NavBarButton, CallFunc_Play2DSound_ReturnValue) == 0x000090, "Member 'WBP_UI_Widget_NavBarButton_C_ExecuteUbergraph_WBP_UI_Widget_NavBarButton::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_ExecuteUbergraph_WBP_UI_Widget_NavBarButton, CallFunc_Play2DSound_ReturnValue_1) == 0x000094, "Member 'WBP_UI_Widget_NavBarButton_C_ExecuteUbergraph_WBP_UI_Widget_NavBarButton::CallFunc_Play2DSound_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_NavBarButton_C_OnButtonInitialized \ +static_assert(alignof(WBP_UI_Widget_NavBarButton_C_OnButtonInitialized) == 0x000008, "Wrong alignment on WBP_UI_Widget_NavBarButton_C_OnButtonInitialized"); \ +static_assert(sizeof(WBP_UI_Widget_NavBarButton_C_OnButtonInitialized) == 0x000070, "Wrong size on WBP_UI_Widget_NavBarButton_C_OnButtonInitialized"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_OnButtonInitialized, ButtonParams) == 0x000000, "Member 'WBP_UI_Widget_NavBarButton_C_OnButtonInitialized::ButtonParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_NavBarButton_C_OnHovered \ +static_assert(alignof(WBP_UI_Widget_NavBarButton_C_OnHovered) == 0x000001, "Wrong alignment on WBP_UI_Widget_NavBarButton_C_OnHovered"); \ +static_assert(sizeof(WBP_UI_Widget_NavBarButton_C_OnHovered) == 0x000001, "Wrong size on WBP_UI_Widget_NavBarButton_C_OnHovered"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_OnHovered, bIsHovered) == 0x000000, "Member 'WBP_UI_Widget_NavBarButton_C_OnHovered::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_NavBarButton_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_Widget_NavBarButton_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_Widget_NavBarButton_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_Widget_NavBarButton_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_Widget_NavBarButton_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_Widget_NavBarButton_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_NavBarButton_C_SetFocused \ +static_assert(alignof(WBP_UI_Widget_NavBarButton_C_SetFocused) == 0x000008, "Wrong alignment on WBP_UI_Widget_NavBarButton_C_SetFocused"); \ +static_assert(sizeof(WBP_UI_Widget_NavBarButton_C_SetFocused) == 0x000050, "Wrong size on WBP_UI_Widget_NavBarButton_C_SetFocused"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_SetFocused, InFocused) == 0x000000, "Member 'WBP_UI_Widget_NavBarButton_C_SetFocused::InFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_SetFocused, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_Widget_NavBarButton_C_SetFocused::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_SetFocused, CallFunc_SelectInt_ReturnValue) == 0x000004, "Member 'WBP_UI_Widget_NavBarButton_C_SetFocused::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_SetFocused, Temp_object_Variable) == 0x000008, "Member 'WBP_UI_Widget_NavBarButton_C_SetFocused::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_SetFocused, Temp_object_Variable_1) == 0x000010, "Member 'WBP_UI_Widget_NavBarButton_C_SetFocused::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_SetFocused, Temp_bool_Variable_1) == 0x000018, "Member 'WBP_UI_Widget_NavBarButton_C_SetFocused::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_SetFocused, Temp_object_Variable_2) == 0x000020, "Member 'WBP_UI_Widget_NavBarButton_C_SetFocused::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_SetFocused, Temp_object_Variable_3) == 0x000028, "Member 'WBP_UI_Widget_NavBarButton_C_SetFocused::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_SetFocused, K2Node_DynamicCast_AsSBZ_TextBlock) == 0x000030, "Member 'WBP_UI_Widget_NavBarButton_C_SetFocused::K2Node_DynamicCast_AsSBZ_TextBlock' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_SetFocused, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_UI_Widget_NavBarButton_C_SetFocused::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_SetFocused, K2Node_Select_Default) == 0x000040, "Member 'WBP_UI_Widget_NavBarButton_C_SetFocused::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_SetFocused, K2Node_Select_Default_1) == 0x000048, "Member 'WBP_UI_Widget_NavBarButton_C_SetFocused::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_NavBarButton_C_InitializeButton \ +static_assert(alignof(WBP_UI_Widget_NavBarButton_C_InitializeButton) == 0x000008, "Wrong alignment on WBP_UI_Widget_NavBarButton_C_InitializeButton"); \ +static_assert(sizeof(WBP_UI_Widget_NavBarButton_C_InitializeButton) == 0x000020, "Wrong size on WBP_UI_Widget_NavBarButton_C_InitializeButton"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_InitializeButton, Text) == 0x000000, "Member 'WBP_UI_Widget_NavBarButton_C_InitializeButton::Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_InitializeButton, MinWidth_0) == 0x000018, "Member 'WBP_UI_Widget_NavBarButton_C_InitializeButton::MinWidth_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_NavBarButton_C_SetHovered \ +static_assert(alignof(WBP_UI_Widget_NavBarButton_C_SetHovered) == 0x000008, "Wrong alignment on WBP_UI_Widget_NavBarButton_C_SetHovered"); \ +static_assert(sizeof(WBP_UI_Widget_NavBarButton_C_SetHovered) == 0x000030, "Wrong size on WBP_UI_Widget_NavBarButton_C_SetHovered"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_SetHovered, InHovered) == 0x000000, "Member 'WBP_UI_Widget_NavBarButton_C_SetHovered::InHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_SetHovered, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_Widget_NavBarButton_C_SetHovered::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_SetHovered, CallFunc_SelectInt_ReturnValue) == 0x000004, "Member 'WBP_UI_Widget_NavBarButton_C_SetHovered::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_SetHovered, Temp_object_Variable) == 0x000008, "Member 'WBP_UI_Widget_NavBarButton_C_SetHovered::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_SetHovered, Temp_object_Variable_1) == 0x000010, "Member 'WBP_UI_Widget_NavBarButton_C_SetHovered::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_SetHovered, K2Node_Select_Default) == 0x000018, "Member 'WBP_UI_Widget_NavBarButton_C_SetHovered::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_SetHovered, K2Node_DynamicCast_AsSBZ_TextBlock) == 0x000020, "Member 'WBP_UI_Widget_NavBarButton_C_SetHovered::K2Node_DynamicCast_AsSBZ_TextBlock' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_NavBarButton_C_SetHovered, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_UI_Widget_NavBarButton_C_SetHovered::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_NavBarButton_C \ +static_assert(alignof(UWBP_UI_Widget_NavBarButton_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_NavBarButton_C"); \ +static_assert(sizeof(UWBP_UI_Widget_NavBarButton_C) == 0x0002F0, "Wrong size on UWBP_UI_Widget_NavBarButton_C"); \ +static_assert(offsetof(UWBP_UI_Widget_NavBarButton_C, UberGraphFrame) == 0x0002B0, "Member 'UWBP_UI_Widget_NavBarButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_NavBarButton_C, Background_I) == 0x0002B8, "Member 'UWBP_UI_Widget_NavBarButton_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_NavBarButton_C, Background_WS) == 0x0002C0, "Member 'UWBP_UI_Widget_NavBarButton_C::Background_WS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_NavBarButton_C, HoveredBkg_I) == 0x0002C8, "Member 'UWBP_UI_Widget_NavBarButton_C::HoveredBkg_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_NavBarButton_C, Root_SB) == 0x0002D0, "Member 'UWBP_UI_Widget_NavBarButton_C::Root_SB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_NavBarButton_C, SelectedBkg_I) == 0x0002D8, "Member 'UWBP_UI_Widget_NavBarButton_C::SelectedBkg_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_NavBarButton_C, MinWidth) == 0x0002E0, "Member 'UWBP_UI_Widget_NavBarButton_C::MinWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_NavBarButton_C, LeftOverWidth) == 0x0002E4, "Member 'UWBP_UI_Widget_NavBarButton_C::LeftOverWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_NavBarButton_C, IsFocused) == 0x0002E8, "Member 'UWBP_UI_Widget_NavBarButton_C::IsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LA_Civ_Scripted_VIP_GrabBottleBar_C \ +static_assert(alignof(ABP_LA_Civ_Scripted_VIP_GrabBottleBar_C) == 0x000008, "Wrong alignment on ABP_LA_Civ_Scripted_VIP_GrabBottleBar_C"); \ +static_assert(sizeof(ABP_LA_Civ_Scripted_VIP_GrabBottleBar_C) == 0x0002C0, "Wrong size on ABP_LA_Civ_Scripted_VIP_GrabBottleBar_C"); \ +static_assert(offsetof(ABP_LA_Civ_Scripted_VIP_GrabBottleBar_C, SBZLifeActionSlot) == 0x0002A8, "Member 'ABP_LA_Civ_Scripted_VIP_GrabBottleBar_C::SBZLifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Scripted_VIP_GrabBottleBar_C, SBZLifeActionInstance) == 0x0002B0, "Member 'ABP_LA_Civ_Scripted_VIP_GrabBottleBar_C::SBZLifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Scripted_VIP_GrabBottleBar_C, SBZLifeAction) == 0x0002B8, "Member 'ABP_LA_Civ_Scripted_VIP_GrabBottleBar_C::SBZLifeAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen \ +static_assert(alignof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen) == 0x000008, "Wrong alignment on WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen"); \ +static_assert(sizeof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen) == 0x000710, "Wrong size on WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, EntryPoint) == 0x000000, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, Temp_bool_Variable) == 0x000004, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_Event_bWasSuccessful_1) == 0x000010, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_Event_bWasSuccessful_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_Event_PreviousValue) == 0x000014, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, Temp_byte_Variable) == 0x000020, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_CustomEvent_ActionName) == 0x000024, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_CustomEvent_ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_SwitchName_CmpSuccess) == 0x000030, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_GetUIManager_ReturnValue) == 0x000038, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_PopStack_ReturnValue) == 0x000040, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference) == 0x000050, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000088, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_CreateDelegate_OutputDelegate) == 0x0000C0, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_Event_InFocusedButton) == 0x0000D8, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_Event_InFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_Event_bIsFocused) == 0x0000E0, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_Event_bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_ComponentBoundEvent_Button_1) == 0x0000E8, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x0000F0, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_2) == 0x0000F8, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_3) == 0x000130, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_GetUIManager_ReturnValue_1) == 0x000168, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_DynamicCast_AsWBP_UI_Inventory_Suit_Slot_Button) == 0x000170, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_DynamicCast_AsWBP_UI_Inventory_Suit_Slot_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_DynamicCast_bSuccess) == 0x000178, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_GetMenuWidget_ReturnValue) == 0x000180, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_CanCustomize_bCanCustomize) == 0x000188, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_CanCustomize_bCanCustomize' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_DynamicCast_AsSBZMain_Menu_Widget) == 0x000190, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_DynamicCast_AsSBZMain_Menu_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_DynamicCast_bSuccess_1) == 0x000198, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_GetSuitSlotIndex_ReturnValue) == 0x00019C, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_GetSuitSlotIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, Temp_byte_Variable_1) == 0x0001A0, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_DisplaySuitCustomizationScreen_ReturnValue) == 0x0001A1, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_DisplaySuitCustomizationScreen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x0001A8, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_GetChildAt_ReturnValue) == 0x0001B0, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_MakeLiteralName_ReturnValue) == 0x0001B8, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_GetCustomizationManager_ReturnValue) == 0x0001C8, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_GetCustomizationManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001D0, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_4) == 0x0001E8, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_DynamicCast_AsWBP_UI_Inventory_Suit_Slot_Button_1) == 0x000220, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_DynamicCast_AsWBP_UI_Inventory_Suit_Slot_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_DynamicCast_bSuccess_2) == 0x000228, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_5) == 0x000230, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_GetSuitSlotIndex_ReturnValue_1) == 0x000268, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_GetSuitSlotIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_MakeArray_Array) == 0x000270, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_CreateDelegate_OutputDelegate_2) == 0x000280, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_6) == 0x000298, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_7) == 0x0002D0, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, Temp_bool_Variable_1) == 0x000308, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_MakeArray_Array_1) == 0x000310, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, Temp_bool_Variable_2) == 0x000320, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_8) == 0x000328, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_9) == 0x000360, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_MakeArray_Array_2) == 0x000398, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_MakeArray_Array_3) == 0x0003A8, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_Event_bWasSuccessful) == 0x0003B8, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_Event_bWasSuccessful' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_GetGameMode_ReturnValue) == 0x0003C0, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_IsValid_ReturnValue) == 0x0003C8, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu) == 0x0003D0, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_DynamicCast_bSuccess_3) == 0x0003D8, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_GetUIManager_ReturnValue_2) == 0x0003E0, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_GetUIManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_PopStack_ReturnValue_1) == 0x0003E8, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_PopStack_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_GetMenuWidget_ReturnValue_1) == 0x0003F8, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_GetMenuWidget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_DynamicCast_AsSBZMain_Menu_Widget_1) == 0x000400, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_DynamicCast_AsSBZMain_Menu_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_DynamicCast_bSuccess_4) == 0x000408, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_10) == 0x000410, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_11) == 0x000448, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_CreateDelegate_OutputDelegate_3) == 0x000480, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_MakeArray_Array_4) == 0x000498, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_ComponentBoundEvent_Button) == 0x0004A8, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_ComponentBoundEvent_bIsEnabled) == 0x0004B0, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_MakeStruct_SBZButtonControlsReference) == 0x0004B8, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_GetChildAt_ReturnValue_1) == 0x0004E0, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_GetChildAt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_Select_Default) == 0x0004E8, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_GetGameMode_ReturnValue_1) == 0x0004F0, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_GetGameMode_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_GetMainMenuMannequin_ReturnValue) == 0x0004F8, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_GetMainMenuMannequin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu_1) == 0x000500, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_DynamicCast_bSuccess_5) == 0x000508, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, Temp_bool_Variable_3) == 0x000509, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_GetChildrenCount_ReturnValue) == 0x00050C, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_Subtract_IntInt_ReturnValue) == 0x000510, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000514, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_Clamp_ReturnValue) == 0x000518, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_GetChildAt_ReturnValue_2) == 0x000520, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_GetChildAt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_IsVisible_ReturnValue) == 0x000528, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_Select_Default_1) == 0x000530, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_Event_Item) == 0x000538, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_Event_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, Temp_bool_Variable_4) == 0x000638, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, Temp_bool_Variable_5) == 0x000639, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_DynamicCast_AsWBP_UI_Inventory_Suit_Slot_Store_Item_Button) == 0x000640, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_DynamicCast_AsWBP_UI_Inventory_Suit_Slot_Store_Item_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_DynamicCast_bSuccess_6) == 0x000648, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_DynamicCast_AsWBP_UI_Inventory_Suit_Slot_Button_2) == 0x000650, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_DynamicCast_AsWBP_UI_Inventory_Suit_Slot_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_DynamicCast_bSuccess_7) == 0x000658, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_CanCustomize_bCanCustomize_1) == 0x000659, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_CanCustomize_bCanCustomize_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_CanCustomize_bCanCustomize_2) == 0x00065A, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_CanCustomize_bCanCustomize_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_Not_PreBool_ReturnValue) == 0x00065B, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_Not_PreBool_ReturnValue_1) == 0x00065C, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_Select_Default_2) == 0x000660, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_Select_Default_3) == 0x000670, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_MakeStruct_SBZButtonControlsReference_1) == 0x000680, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_MakeStruct_SBZButtonControlsReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_MakeStruct_SBZButtonControlsReference_2) == 0x0006A8, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_MakeStruct_SBZButtonControlsReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_GetSuitSlotIndex_ReturnValue_2) == 0x0006D0, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_GetSuitSlotIndex_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_GetSuitInSlotConfig_ReturnValue) == 0x0006D8, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_GetSuitInSlotConfig_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_CanDiscardSuitInSlot_ReturnValue) == 0x000700, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_CanDiscardSuitInSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, CallFunc_IsValid_ReturnValue_1) == 0x000701, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_Select_Default_4) == 0x000702, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen, K2Node_Select_Default_5) == 0x000708, "Member 'WBP_UI_SuitInventoryScreen_C_ExecuteUbergraph_WBP_UI_SuitInventoryScreen::K2Node_Select_Default_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SuitInventoryScreen_C_OnSlotPriceChanged \ +static_assert(alignof(WBP_UI_SuitInventoryScreen_C_OnSlotPriceChanged) == 0x000008, "Wrong alignment on WBP_UI_SuitInventoryScreen_C_OnSlotPriceChanged"); \ +static_assert(sizeof(WBP_UI_SuitInventoryScreen_C_OnSlotPriceChanged) == 0x000100, "Wrong size on WBP_UI_SuitInventoryScreen_C_OnSlotPriceChanged"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_OnSlotPriceChanged, Item) == 0x000000, "Member 'WBP_UI_SuitInventoryScreen_C_OnSlotPriceChanged::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SuitInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_WBP_UI_AppearanceTextButton_223_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_SuitInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_WBP_UI_AppearanceTextButton_223_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SuitInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_WBP_UI_AppearanceTextButton_223_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SuitInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_WBP_UI_AppearanceTextButton_223_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_SuitInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_WBP_UI_AppearanceTextButton_223_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_WBP_UI_AppearanceTextButton_223_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SuitInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_WBP_UI_AppearanceTextButton_223_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_WBP_UI_AppearanceTextButton_223_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_SuitInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_WBP_UI_AppearanceTextButton_223_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SuitInventoryScreen_C_OnItemDiscarded \ +static_assert(alignof(WBP_UI_SuitInventoryScreen_C_OnItemDiscarded) == 0x000001, "Wrong alignment on WBP_UI_SuitInventoryScreen_C_OnItemDiscarded"); \ +static_assert(sizeof(WBP_UI_SuitInventoryScreen_C_OnItemDiscarded) == 0x000001, "Wrong size on WBP_UI_SuitInventoryScreen_C_OnItemDiscarded"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_OnItemDiscarded, bWasSuccessful) == 0x000000, "Member 'WBP_UI_SuitInventoryScreen_C_OnItemDiscarded::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SuitInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_SuitInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SuitInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SuitInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_SuitInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SuitInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_SuitInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SuitInventoryScreen_C_SuitSlotButtonFocusedChanged \ +static_assert(alignof(WBP_UI_SuitInventoryScreen_C_SuitSlotButtonFocusedChanged) == 0x000008, "Wrong alignment on WBP_UI_SuitInventoryScreen_C_SuitSlotButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_SuitInventoryScreen_C_SuitSlotButtonFocusedChanged) == 0x000010, "Wrong size on WBP_UI_SuitInventoryScreen_C_SuitSlotButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_SuitSlotButtonFocusedChanged, InFocusedButton) == 0x000000, "Member 'WBP_UI_SuitInventoryScreen_C_SuitSlotButtonFocusedChanged::InFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_SuitSlotButtonFocusedChanged, bIsFocused) == 0x000008, "Member 'WBP_UI_SuitInventoryScreen_C_SuitSlotButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SuitInventoryScreen_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_UI_SuitInventoryScreen_C_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on WBP_UI_SuitInventoryScreen_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_UI_SuitInventoryScreen_C_OnControlsReferenceClicked) == 0x00000C, "Wrong size on WBP_UI_SuitInventoryScreen_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_OnControlsReferenceClicked, ActionName) == 0x000000, "Member 'WBP_UI_SuitInventoryScreen_C_OnControlsReferenceClicked::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SuitInventoryScreen_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_SuitInventoryScreen_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_SuitInventoryScreen_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_SuitInventoryScreen_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_SuitInventoryScreen_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_SuitInventoryScreen_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SuitInventoryScreen_C_OnSlotPurchaseComplete \ +static_assert(alignof(WBP_UI_SuitInventoryScreen_C_OnSlotPurchaseComplete) == 0x000001, "Wrong alignment on WBP_UI_SuitInventoryScreen_C_OnSlotPurchaseComplete"); \ +static_assert(sizeof(WBP_UI_SuitInventoryScreen_C_OnSlotPurchaseComplete) == 0x000001, "Wrong size on WBP_UI_SuitInventoryScreen_C_OnSlotPurchaseComplete"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_OnSlotPurchaseComplete, bWasSuccessful) == 0x000000, "Member 'WBP_UI_SuitInventoryScreen_C_OnSlotPurchaseComplete::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SuitInventoryScreen_C_Do_Custom_Navigation \ +static_assert(alignof(WBP_UI_SuitInventoryScreen_C_Do_Custom_Navigation) == 0x000008, "Wrong alignment on WBP_UI_SuitInventoryScreen_C_Do_Custom_Navigation"); \ +static_assert(sizeof(WBP_UI_SuitInventoryScreen_C_Do_Custom_Navigation) == 0x000010, "Wrong size on WBP_UI_SuitInventoryScreen_C_Do_Custom_Navigation"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_Do_Custom_Navigation, Navigation_0) == 0x000000, "Member 'WBP_UI_SuitInventoryScreen_C_Do_Custom_Navigation::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_Do_Custom_Navigation, ReturnValue) == 0x000008, "Member 'WBP_UI_SuitInventoryScreen_C_Do_Custom_Navigation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SuitInventoryScreen_C_UpdateBuyButtonControls \ +static_assert(alignof(WBP_UI_SuitInventoryScreen_C_UpdateBuyButtonControls) == 0x000008, "Wrong alignment on WBP_UI_SuitInventoryScreen_C_UpdateBuyButtonControls"); \ +static_assert(sizeof(WBP_UI_SuitInventoryScreen_C_UpdateBuyButtonControls) == 0x0000C0, "Wrong size on WBP_UI_SuitInventoryScreen_C_UpdateBuyButtonControls"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_UpdateBuyButtonControls, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_UI_SuitInventoryScreen_C_UpdateBuyButtonControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_UpdateBuyButtonControls, CallFunc_IsVisible_ReturnValue) == 0x000014, "Member 'WBP_UI_SuitInventoryScreen_C_UpdateBuyButtonControls::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_UpdateBuyButtonControls, K2Node_MakeStruct_SBZButtonControlReference) == 0x000018, "Member 'WBP_UI_SuitInventoryScreen_C_UpdateBuyButtonControls::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_UpdateBuyButtonControls, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000050, "Member 'WBP_UI_SuitInventoryScreen_C_UpdateBuyButtonControls::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_UpdateBuyButtonControls, K2Node_MakeArray_Array) == 0x000088, "Member 'WBP_UI_SuitInventoryScreen_C_UpdateBuyButtonControls::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_UpdateBuyButtonControls, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000098, "Member 'WBP_UI_SuitInventoryScreen_C_UpdateBuyButtonControls::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SuitInventoryScreen_C_SetActiveButton \ +static_assert(alignof(WBP_UI_SuitInventoryScreen_C_SetActiveButton) == 0x000008, "Wrong alignment on WBP_UI_SuitInventoryScreen_C_SetActiveButton"); \ +static_assert(sizeof(WBP_UI_SuitInventoryScreen_C_SetActiveButton) == 0x000010, "Wrong size on WBP_UI_SuitInventoryScreen_C_SetActiveButton"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_SetActiveButton, NewButton) == 0x000000, "Member 'WBP_UI_SuitInventoryScreen_C_SetActiveButton::NewButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_SetActiveButton, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_UI_SuitInventoryScreen_C_SetActiveButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_SetActiveButton, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000009, "Member 'WBP_UI_SuitInventoryScreen_C_SetActiveButton::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitInventoryScreen_C_SetActiveButton, CallFunc_BooleanAND_ReturnValue) == 0x00000A, "Member 'WBP_UI_SuitInventoryScreen_C_SetActiveButton::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_SuitInventoryScreen_C \ +static_assert(alignof(UWBP_UI_SuitInventoryScreen_C) == 0x000008, "Wrong alignment on UWBP_UI_SuitInventoryScreen_C"); \ +static_assert(sizeof(UWBP_UI_SuitInventoryScreen_C) == 0x000528, "Wrong size on UWBP_UI_SuitInventoryScreen_C"); \ +static_assert(offsetof(UWBP_UI_SuitInventoryScreen_C, UberGraphFrame) == 0x0004C8, "Member 'UWBP_UI_SuitInventoryScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SuitInventoryScreen_C, Intro) == 0x0004D0, "Member 'UWBP_UI_SuitInventoryScreen_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SuitInventoryScreen_C, CanvasPanel_BuyingSlots) == 0x0004D8, "Member 'UWBP_UI_SuitInventoryScreen_C::CanvasPanel_BuyingSlots' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SuitInventoryScreen_C, DummyButton) == 0x0004E0, "Member 'UWBP_UI_SuitInventoryScreen_C::DummyButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SuitInventoryScreen_C, ItemScrollBox) == 0x0004E8, "Member 'UWBP_UI_SuitInventoryScreen_C::ItemScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SuitInventoryScreen_C, ScreenTitle) == 0x0004F0, "Member 'UWBP_UI_SuitInventoryScreen_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SuitInventoryScreen_C, WBP_UI_ContentBackground) == 0x0004F8, "Member 'UWBP_UI_SuitInventoryScreen_C::WBP_UI_ContentBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SuitInventoryScreen_C, WBP_UI_WeaponSlotDisplayPanel) == 0x000500, "Member 'UWBP_UI_SuitInventoryScreen_C::WBP_UI_WeaponSlotDisplayPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SuitInventoryScreen_C, RT_Focusedbutton) == 0x000508, "Member 'UWBP_UI_SuitInventoryScreen_C::RT_Focusedbutton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SuitInventoryScreen_C, BlackMarketStackValue) == 0x000510, "Member 'UWBP_UI_SuitInventoryScreen_C::BlackMarketStackValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SuitInventoryScreen_C, Last_RT_Focusedbutton) == 0x000520, "Member 'UWBP_UI_SuitInventoryScreen_C::Last_RT_Focusedbutton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen) == 0x000008, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen) == 0x0008B8, "Wrong size on WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, EntryPoint) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_MakeLiteralName_ReturnValue) == 0x000004, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetUIManager_ReturnValue) == 0x000010, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetMenuWidget_ReturnValue) == 0x000018, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue) == 0x000020, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_DynamicCast_AsSBZMain_Menu_Widget) == 0x000028, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_DynamicCast_AsSBZMain_Menu_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetUIManager_ReturnValue_1) == 0x000038, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_DisplayItemInventoryScreen_ReturnValue) == 0x000040, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_DisplayItemInventoryScreen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetMenuWidget_ReturnValue_1) == 0x000048, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetMenuWidget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_DynamicCast_AsSBZMain_Menu_Widget_1) == 0x000050, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_DynamicCast_AsSBZMain_Menu_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue_1) == 0x00005C, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_Button_11) == 0x000060, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_Button_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_bIsFocused) == 0x000068, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_ButtonType) == 0x000069, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_ButtonType' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_DisplayItemInventoryScreen_ReturnValue_1) == 0x00006A, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_DisplayItemInventoryScreen_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_Text) == 0x000070, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue_2) == 0x000088, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_Conv_TextToString_ReturnValue) == 0x000090, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_CustomEvent_InActionInput) == 0x0000A0, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_CustomEvent_InActionInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_SwitchName_CmpSuccess) == 0x0000AC, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_IsValid_ReturnValue) == 0x0000AD, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue_3) == 0x0000B0, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_CreateDelegate_OutputDelegate) == 0x0000B4, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeStruct_SBZButtonControlReference) == 0x0000C8, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_Button_10) == 0x000100, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_Button_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_bIsEnabled_5) == 0x000108, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_bIsEnabled_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_IsFocusedPlayerLoadoutValid_ReturnValue) == 0x000109, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_IsFocusedPlayerLoadoutValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_CreateDelegate_OutputDelegate_1) == 0x00010C, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000120, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_IsFocusedPlayerLoadoutValid_ReturnValue_1) == 0x000158, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_IsFocusedPlayerLoadoutValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_NewIndex) == 0x00015C, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_NewIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetUIManager_ReturnValue_2) == 0x000160, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetUIManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_CreateDelegate_OutputDelegate_2) == 0x000168, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetMenuWidget_ReturnValue_2) == 0x000180, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetMenuWidget_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_2) == 0x000188, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_DynamicCast_AsSBZMain_Menu_Widget_2) == 0x0001C0, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_DynamicCast_AsSBZMain_Menu_Widget_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_DynamicCast_bSuccess_2) == 0x0001C8, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_DisplayItemInventoryScreen_ReturnValue_2) == 0x0001C9, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_DisplayItemInventoryScreen_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetUIManager_ReturnValue_3) == 0x0001D0, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetUIManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_MakeLiteralName_ReturnValue_1) == 0x0001D8, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetLoadoutManager_ReturnValue) == 0x0001E8, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetLoadoutManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetPlayerLoadouts_ReturnValue) == 0x0001F0, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetPlayerLoadouts_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_CreateDelegate_OutputDelegate_3) == 0x000200, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_3) == 0x000218, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetUIManager_ReturnValue_4) == 0x000250, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetUIManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_MakeLiteralName_ReturnValue_2) == 0x000258, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x000268, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetCustomizationManager_ReturnValue) == 0x000270, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetCustomizationManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetUIManager_ReturnValue_5) == 0x000278, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetUIManager_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetMenuWidget_ReturnValue_3) == 0x000280, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetMenuWidget_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_DynamicCast_AsSBZMain_Menu_Widget_3) == 0x000288, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_DynamicCast_AsSBZMain_Menu_Widget_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_DynamicCast_bSuccess_3) == 0x000290, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue_4) == 0x000294, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_ActiveItemData_4) == 0x000298, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_ActiveItemData_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_DisplayItemInventoryScreen_ReturnValue_3) == 0x0002A0, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_DisplayItemInventoryScreen_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetUIManager_ReturnValue_6) == 0x0002A8, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetUIManager_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_MakeLiteralName_ReturnValue_3) == 0x0002B0, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_MakeLiteralName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_Button_9) == 0x0002C0, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_Button_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_Button_8) == 0x0002C8, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_Button_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_bIsEnabled_4) == 0x0002D0, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_bIsEnabled_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_Button_7) == 0x0002D8, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_Button_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_Button_6) == 0x0002E0, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_Button_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_bIsEnabled_3) == 0x0002E8, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_bIsEnabled_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_Button_5) == 0x0002F0, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_Button_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_MakeLiteralName_ReturnValue_4) == 0x0002F8, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_MakeLiteralName_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_Button_4) == 0x000308, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetUIManager_ReturnValue_7) == 0x000310, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetUIManager_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_MakeLiteralName_ReturnValue_5) == 0x000318, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_MakeLiteralName_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_Button_3) == 0x000328, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_bIsEnabled_2) == 0x000330, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_bIsEnabled_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_CreateDelegate_OutputDelegate_4) == 0x000334, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_4) == 0x000348, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetLoadoutManager_ReturnValue_1) == 0x000380, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetLoadoutManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_CreateDelegate_OutputDelegate_5) == 0x000388, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue_5) == 0x00039C, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_5) == 0x0003A0, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_PlayerLoadout) == 0x0003D8, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_PlayerLoadout' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_PlayerLoadoutIndex) == 0x000470, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_PlayerLoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_Button_2) == 0x000478, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x000480, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_SetActiveLoadoutIndex_ReturnValue) == 0x000481, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_SetActiveLoadoutIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetUIManager_ReturnValue_8) == 0x000488, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetUIManager_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_Conv_StringToText_ReturnValue) == 0x000490, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetMenuWidget_ReturnValue_4) == 0x0004A8, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetMenuWidget_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_DynamicCast_AsSBZMain_Menu_Widget_4) == 0x0004B0, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_DynamicCast_AsSBZMain_Menu_Widget_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_DynamicCast_bSuccess_4) == 0x0004B8, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_ActiveItemData_3) == 0x0004C0, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_ActiveItemData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_ActiveItemData_2) == 0x0004C8, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_ActiveItemData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_Button_1) == 0x0004D0, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_bIsEnabled) == 0x0004D8, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_CreateDelegate_OutputDelegate_6) == 0x0004DC, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_6) == 0x0004F0, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_Button) == 0x000528, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_ActiveItemData_1) == 0x000530, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_ActiveItemData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_7) == 0x000538, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeArray_Array) == 0x000570, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue_6) == 0x000580, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000588, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_8) == 0x0005B0, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_Event_PreviousValue) == 0x0005E8, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeArray_Array_1) == 0x0005F8, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_9) == 0x000608, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeStruct_SBZButtonControlsReference_1) == 0x000640, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeStruct_SBZButtonControlsReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeArray_Array_2) == 0x000668, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeStruct_SBZButtonControlsReference_2) == 0x000678, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeStruct_SBZButtonControlsReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_10) == 0x0006A0, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeArray_Array_3) == 0x0006D8, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_11) == 0x0006E8, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeStruct_SBZButtonControlsReference_3) == 0x000720, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeStruct_SBZButtonControlsReference_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeArray_Array_4) == 0x000748, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeStruct_SBZButtonControlsReference_4) == 0x000758, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeStruct_SBZButtonControlsReference_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_12) == 0x000780, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeArray_Array_5) == 0x0007B8, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_13) == 0x0007C8, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeStruct_SBZButtonControlsReference_5) == 0x000800, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeStruct_SBZButtonControlsReference_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeArray_Array_6) == 0x000828, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeArray_Array_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_MakeStruct_SBZButtonControlsReference_6) == 0x000838, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_MakeStruct_SBZButtonControlsReference_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetUIManager_ReturnValue_9) == 0x000860, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetUIManager_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_MakeLiteralName_ReturnValue_6) == 0x000868, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_MakeLiteralName_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetActivePlayerLoadoutIndex_ReturnValue) == 0x000874, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetActivePlayerLoadoutIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_ActiveItemData) == 0x000878, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_ActiveItemData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000880, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_EquippableSlot) == 0x000881, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_EquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, K2Node_ComponentBoundEvent_ActiveWeaponIndex) == 0x000884, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::K2Node_ComponentBoundEvent_ActiveWeaponIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_PlayAnimation_ReturnValue) == 0x000888, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_DisplayWeaponInventoryScreen_ReturnValue) == 0x000890, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_DisplayWeaponInventoryScreen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetUIManager_ReturnValue_10) == 0x000898, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetUIManager_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_MakeLiteralName_ReturnValue_7) == 0x0008A0, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_MakeLiteralName_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen, CallFunc_GetUIManager_ReturnValue_11) == 0x0008B0, "Member 'WBP_UI_SM_InventoryScreen_C_ExecuteUbergraph_WBP_UI_SM_InventoryScreen::CallFunc_GetUIManager_ReturnValue_11' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_0_OnWeaponButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_0_OnWeaponButtonSelected__DelegateSignature) == 0x000004, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_0_OnWeaponButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_0_OnWeaponButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_0_OnWeaponButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_0_OnWeaponButtonSelected__DelegateSignature, EquippableSlot) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_0_OnWeaponButtonSelected__DelegateSignature::EquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_0_OnWeaponButtonSelected__DelegateSignature, ActiveWeaponIndex) == 0x000004, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_0_OnWeaponButtonSelected__DelegateSignature::ActiveWeaponIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_1_OnItemButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_1_OnItemButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_1_OnItemButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_1_OnItemButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_1_OnItemButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_1_OnItemButtonSelected__DelegateSignature, ActiveItemData) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_1_OnItemButtonSelected__DelegateSignature::ActiveItemData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_SM_InventoryScreen_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_2_OnItemButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_2_OnItemButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_2_OnItemButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_2_OnItemButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_2_OnItemButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_2_OnItemButtonSelected__DelegateSignature, ActiveItemData) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_2_OnItemButtonSelected__DelegateSignature::ActiveItemData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_SelectorButton_LoadoutSelection_K2Node_ComponentBoundEvent_22_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_SelectorButton_LoadoutSelection_K2Node_ComponentBoundEvent_22_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_SelectorButton_LoadoutSelection_K2Node_ComponentBoundEvent_22_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_SelectorButton_LoadoutSelection_K2Node_ComponentBoundEvent_22_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_SelectorButton_LoadoutSelection_K2Node_ComponentBoundEvent_22_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_SelectorButton_LoadoutSelection_K2Node_ComponentBoundEvent_22_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_SelectorButton_LoadoutSelection_K2Node_ComponentBoundEvent_22_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Button_CharacterPreference_K2Node_ComponentBoundEvent_13_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Button_CharacterPreference_K2Node_ComponentBoundEvent_13_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Button_CharacterPreference_K2Node_ComponentBoundEvent_13_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Button_CharacterPreference_K2Node_ComponentBoundEvent_13_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Button_CharacterPreference_K2Node_ComponentBoundEvent_13_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Button_CharacterPreference_K2Node_ComponentBoundEvent_13_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Button_CharacterPreference_K2Node_ComponentBoundEvent_13_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Button_CharacterPreference_K2Node_ComponentBoundEvent_13_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Button_CharacterPreference_K2Node_ComponentBoundEvent_13_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnItemButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnItemButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnItemButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnItemButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnItemButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnItemButtonSelected__DelegateSignature, ActiveItemData) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnItemButtonSelected__DelegateSignature::ActiveItemData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_4_OnItemButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_4_OnItemButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_4_OnItemButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_4_OnItemButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_4_OnItemButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_4_OnItemButtonSelected__DelegateSignature, ActiveItemData) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_4_OnItemButtonSelected__DelegateSignature::ActiveItemData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_SelectorButton_LoadoutSelection_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_SelectorButton_LoadoutSelection_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_SelectorButton_LoadoutSelection_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_SelectorButton_LoadoutSelection_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_SelectorButton_LoadoutSelection_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_SelectorButton_LoadoutSelection_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_SelectorButton_LoadoutSelection_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_SelectorButton_LoadoutSelection_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_SelectorButton_LoadoutSelection_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Button_GlovesScreen_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Button_GlovesScreen_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Button_GlovesScreen_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Button_GlovesScreen_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Button_GlovesScreen_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Button_GlovesScreen_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Button_GlovesScreen_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Button_GlovesScreen_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Button_GlovesScreen_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Button_GlovesScreen_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Button_GlovesScreen_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Button_GlovesScreen_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Button_GlovesScreen_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Button_GlovesScreen_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Button_GlovesScreen_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Button_GlovesScreen_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_80_K2Node_ComponentBoundEvent_21_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_80_K2Node_ComponentBoundEvent_21_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_80_K2Node_ComponentBoundEvent_21_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_80_K2Node_ComponentBoundEvent_21_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_80_K2Node_ComponentBoundEvent_21_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_80_K2Node_ComponentBoundEvent_21_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_80_K2Node_ComponentBoundEvent_21_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_80_K2Node_ComponentBoundEvent_20_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_80_K2Node_ComponentBoundEvent_20_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_80_K2Node_ComponentBoundEvent_20_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_80_K2Node_ComponentBoundEvent_20_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_80_K2Node_ComponentBoundEvent_20_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_80_K2Node_ComponentBoundEvent_20_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_80_K2Node_ComponentBoundEvent_20_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_80_K2Node_ComponentBoundEvent_20_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_80_K2Node_ComponentBoundEvent_20_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_K2Node_ComponentBoundEvent_19_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_K2Node_ComponentBoundEvent_19_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_K2Node_ComponentBoundEvent_19_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_K2Node_ComponentBoundEvent_19_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_K2Node_ComponentBoundEvent_19_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_K2Node_ComponentBoundEvent_19_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_K2Node_ComponentBoundEvent_19_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_K2Node_ComponentBoundEvent_16_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_K2Node_ComponentBoundEvent_16_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_K2Node_ComponentBoundEvent_16_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_K2Node_ComponentBoundEvent_16_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_K2Node_ComponentBoundEvent_16_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_K2Node_ComponentBoundEvent_16_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_WBP_UI_Inventory_TextButton_K2Node_ComponentBoundEvent_16_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_17_OnItemButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_17_OnItemButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_17_OnItemButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_17_OnItemButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_17_OnItemButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_17_OnItemButtonSelected__DelegateSignature, ActiveItemData) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_17_OnItemButtonSelected__DelegateSignature::ActiveItemData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_LocalNavBar_K2Node_ComponentBoundEvent_3_OnIndexChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_LocalNavBar_K2Node_ComponentBoundEvent_3_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_LocalNavBar_K2Node_ComponentBoundEvent_3_OnIndexChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_LocalNavBar_K2Node_ComponentBoundEvent_3_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong size on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_LocalNavBar_K2Node_ComponentBoundEvent_3_OnIndexChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_LocalNavBar_K2Node_ComponentBoundEvent_3_OnIndexChanged__DelegateSignature, NewIndex) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_LocalNavBar_K2Node_ComponentBoundEvent_3_OnIndexChanged__DelegateSignature::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_LoadoutNameEntry_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_LoadoutNameEntry_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_LoadoutNameEntry_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_LoadoutNameEntry_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_LoadoutNameEntry_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_LoadoutNameEntry_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_LoadoutNameEntry_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_LoadoutNameEntry_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_LoadoutNameEntry_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_OnControlsReferenceClicked) == 0x00000C, "Wrong size on WBP_UI_SM_InventoryScreen_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_OnControlsReferenceClicked, InActionInput) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_OnControlsReferenceClicked::InActionInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_LoadoutNameEntry_K2Node_ComponentBoundEvent_9_OnTextButtonSubmittedText__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_LoadoutNameEntry_K2Node_ComponentBoundEvent_9_OnTextButtonSubmittedText__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_LoadoutNameEntry_K2Node_ComponentBoundEvent_9_OnTextButtonSubmittedText__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_LoadoutNameEntry_K2Node_ComponentBoundEvent_9_OnTextButtonSubmittedText__DelegateSignature) == 0x000018, "Wrong size on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_LoadoutNameEntry_K2Node_ComponentBoundEvent_9_OnTextButtonSubmittedText__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_LoadoutNameEntry_K2Node_ComponentBoundEvent_9_OnTextButtonSubmittedText__DelegateSignature, Text) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_LoadoutNameEntry_K2Node_ComponentBoundEvent_9_OnTextButtonSubmittedText__DelegateSignature::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnButtonFocusChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnButtonFocusChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnButtonFocusChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnButtonFocusChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnButtonFocusChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnButtonFocusChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnButtonFocusChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnButtonFocusChanged__DelegateSignature, bIsFocused) == 0x000008, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnButtonFocusChanged__DelegateSignature::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnButtonFocusChanged__DelegateSignature, ButtonType) == 0x000009, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnButtonFocusChanged__DelegateSignature::ButtonType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_SelectorButton_LoadoutSelection_K2Node_ComponentBoundEvent_6_OnPlayerLoadoutConfigChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_SelectorButton_LoadoutSelection_K2Node_ComponentBoundEvent_6_OnPlayerLoadoutConfigChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_SelectorButton_LoadoutSelection_K2Node_ComponentBoundEvent_6_OnPlayerLoadoutConfigChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_SelectorButton_LoadoutSelection_K2Node_ComponentBoundEvent_6_OnPlayerLoadoutConfigChanged__DelegateSignature) == 0x0000A0, "Wrong size on WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_SelectorButton_LoadoutSelection_K2Node_ComponentBoundEvent_6_OnPlayerLoadoutConfigChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_SelectorButton_LoadoutSelection_K2Node_ComponentBoundEvent_6_OnPlayerLoadoutConfigChanged__DelegateSignature, PlayerLoadout) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_SelectorButton_LoadoutSelection_K2Node_ComponentBoundEvent_6_OnPlayerLoadoutConfigChanged__DelegateSignature::PlayerLoadout' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_SelectorButton_LoadoutSelection_K2Node_ComponentBoundEvent_6_OnPlayerLoadoutConfigChanged__DelegateSignature, PlayerLoadoutIndex) == 0x000098, "Member 'WBP_UI_SM_InventoryScreen_C_BndEvt__WBP_UI_SM_InventoryScreen_SelectorButton_LoadoutSelection_K2Node_ComponentBoundEvent_6_OnPlayerLoadoutConfigChanged__DelegateSignature::PlayerLoadoutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_UpdateLoadoutName \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_UpdateLoadoutName) == 0x000008, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_UpdateLoadoutName"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_UpdateLoadoutName) == 0x000040, "Wrong size on WBP_UI_SM_InventoryScreen_C_UpdateLoadoutName"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_UpdateLoadoutName, InLoadoutIndex) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_UpdateLoadoutName::InLoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_UpdateLoadoutName, InLoadoutString) == 0x000008, "Member 'WBP_UI_SM_InventoryScreen_C_UpdateLoadoutName::InLoadoutString' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_UpdateLoadoutName, CallFunc_GetUIManager_ReturnValue) == 0x000018, "Member 'WBP_UI_SM_InventoryScreen_C_UpdateLoadoutName::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_UpdateLoadoutName, CallFunc_GetLoadoutManager_ReturnValue) == 0x000020, "Member 'WBP_UI_SM_InventoryScreen_C_UpdateLoadoutName::CallFunc_GetLoadoutManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_UpdateLoadoutName, CallFunc_GetPlayerLoadouts_ReturnValue) == 0x000028, "Member 'WBP_UI_SM_InventoryScreen_C_UpdateLoadoutName::CallFunc_GetPlayerLoadouts_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_UpdateLoadoutName, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000038, "Member 'WBP_UI_SM_InventoryScreen_C_UpdateLoadoutName::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_UpdateKeyboardFocus \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_UpdateKeyboardFocus) == 0x000001, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_UpdateKeyboardFocus"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_UpdateKeyboardFocus) == 0x000001, "Wrong size on WBP_UI_SM_InventoryScreen_C_UpdateKeyboardFocus"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_UpdateKeyboardFocus, K2Node_SwitchInteger_CmpSuccess) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_UpdateKeyboardFocus::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_NavToStyle \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_NavToStyle) == 0x000008, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_NavToStyle"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_NavToStyle) == 0x000018, "Wrong size on WBP_UI_SM_InventoryScreen_C_NavToStyle"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_NavToStyle, Navigation_0) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_NavToStyle::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_NavToStyle, ReturnValue) == 0x000008, "Member 'WBP_UI_SM_InventoryScreen_C_NavToStyle::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_NavToStyle, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'WBP_UI_SM_InventoryScreen_C_NavToStyle::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_NavToStyle, K2Node_SwitchEnum_CmpSuccess_1) == 0x000011, "Member 'WBP_UI_SM_InventoryScreen_C_NavToStyle::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_InventoryScreen_C_NavToLoadout \ +static_assert(alignof(WBP_UI_SM_InventoryScreen_C_NavToLoadout) == 0x000008, "Wrong alignment on WBP_UI_SM_InventoryScreen_C_NavToLoadout"); \ +static_assert(sizeof(WBP_UI_SM_InventoryScreen_C_NavToLoadout) == 0x0000C8, "Wrong size on WBP_UI_SM_InventoryScreen_C_NavToLoadout"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_NavToLoadout, Navigation_0) == 0x000000, "Member 'WBP_UI_SM_InventoryScreen_C_NavToLoadout::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_NavToLoadout, ReturnValue) == 0x000008, "Member 'WBP_UI_SM_InventoryScreen_C_NavToLoadout::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_NavToLoadout, ButtonToButton) == 0x000010, "Member 'WBP_UI_SM_InventoryScreen_C_NavToLoadout::ButtonToButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_NavToLoadout, K2Node_SwitchEnum_CmpSuccess) == 0x000060, "Member 'WBP_UI_SM_InventoryScreen_C_NavToLoadout::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_NavToLoadout, K2Node_DynamicCast_AsWBP_UI_Inventory_Text_Button) == 0x000068, "Member 'WBP_UI_SM_InventoryScreen_C_NavToLoadout::K2Node_DynamicCast_AsWBP_UI_Inventory_Text_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_NavToLoadout, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'WBP_UI_SM_InventoryScreen_C_NavToLoadout::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_NavToLoadout, CallFunc_Map_Find_Value) == 0x000071, "Member 'WBP_UI_SM_InventoryScreen_C_NavToLoadout::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_NavToLoadout, CallFunc_Map_Find_ReturnValue) == 0x000072, "Member 'WBP_UI_SM_InventoryScreen_C_NavToLoadout::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_InventoryScreen_C_NavToLoadout, K2Node_MakeMap_Map) == 0x000078, "Member 'WBP_UI_SM_InventoryScreen_C_NavToLoadout::K2Node_MakeMap_Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_SM_InventoryScreen_C \ +static_assert(alignof(UWBP_UI_SM_InventoryScreen_C) == 0x000008, "Wrong alignment on UWBP_UI_SM_InventoryScreen_C"); \ +static_assert(sizeof(UWBP_UI_SM_InventoryScreen_C) == 0x0003E0, "Wrong size on UWBP_UI_SM_InventoryScreen_C"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, UberGraphFrame) == 0x0002F0, "Member 'UWBP_UI_SM_InventoryScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, Outro) == 0x0002F8, "Member 'UWBP_UI_SM_InventoryScreen_C::Outro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, Tab_Change) == 0x000300, "Member 'UWBP_UI_SM_InventoryScreen_C::Tab_Change' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, Intro) == 0x000308, "Member 'UWBP_UI_SM_InventoryScreen_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, Transition) == 0x000310, "Member 'UWBP_UI_SM_InventoryScreen_C::Transition' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, Border_Frame) == 0x000318, "Member 'UWBP_UI_SM_InventoryScreen_C::Border_Frame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, Button_CharacterPreference) == 0x000320, "Member 'UWBP_UI_SM_InventoryScreen_C::Button_CharacterPreference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, Button_GlovesScreen) == 0x000328, "Member 'UWBP_UI_SM_InventoryScreen_C::Button_GlovesScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, Button_MaskScreen) == 0x000330, "Member 'UWBP_UI_SM_InventoryScreen_C::Button_MaskScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, Button_SuitScreenButton) == 0x000338, "Member 'UWBP_UI_SM_InventoryScreen_C::Button_SuitScreenButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, Button_WatchesScreen) == 0x000340, "Member 'UWBP_UI_SM_InventoryScreen_C::Button_WatchesScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, Horizontal_Box_WeaponStats) == 0x000348, "Member 'UWBP_UI_SM_InventoryScreen_C::Horizontal_Box_WeaponStats' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, Navbar) == 0x000350, "Member 'UWBP_UI_SM_InventoryScreen_C::Navbar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, ProgressBar_Handling) == 0x000358, "Member 'UWBP_UI_SM_InventoryScreen_C::ProgressBar_Handling' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, ProgressBar_Handling_1) == 0x000360, "Member 'UWBP_UI_SM_InventoryScreen_C::ProgressBar_Handling_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, ProgressBar_WeaponStat_Accuracy) == 0x000368, "Member 'UWBP_UI_SM_InventoryScreen_C::ProgressBar_WeaponStat_Accuracy' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, ScreenTitle) == 0x000370, "Member 'UWBP_UI_SM_InventoryScreen_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, SelectorButton_LoadoutSelection) == 0x000378, "Member 'UWBP_UI_SM_InventoryScreen_C::SelectorButton_LoadoutSelection' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, Text_WeaponName) == 0x000380, "Member 'UWBP_UI_SM_InventoryScreen_C::Text_WeaponName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, Text_WeaponStat_Ammo) == 0x000388, "Member 'UWBP_UI_SM_InventoryScreen_C::Text_WeaponStat_Ammo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, TextBar_Shader) == 0x000390, "Member 'UWBP_UI_SM_InventoryScreen_C::TextBar_Shader' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, WBP_UI_ContentBackground) == 0x000398, "Member 'UWBP_UI_SM_InventoryScreen_C::WBP_UI_ContentBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, WBP_UI_Widget_DamageFalloff) == 0x0003A0, "Member 'UWBP_UI_SM_InventoryScreen_C::WBP_UI_Widget_DamageFalloff' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, Widget_Loadout) == 0x0003A8, "Member 'UWBP_UI_SM_InventoryScreen_C::Widget_Loadout' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, Widget_LoadoutNameEntry) == 0x0003B0, "Member 'UWBP_UI_SM_InventoryScreen_C::Widget_LoadoutNameEntry' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, WidgetSwitcher_InventoryCustomize) == 0x0003B8, "Member 'UWBP_UI_SM_InventoryScreen_C::WidgetSwitcher_InventoryCustomize' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, RT_ActiveButton) == 0x0003C0, "Member 'UWBP_UI_SM_InventoryScreen_C::RT_ActiveButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, PrimaryWeapon) == 0x0003C8, "Member 'UWBP_UI_SM_InventoryScreen_C::PrimaryWeapon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, Target) == 0x0003D0, "Member 'UWBP_UI_SM_InventoryScreen_C::Target' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_InventoryScreen_C, CharacterCustomization) == 0x0003D8, "Member 'UWBP_UI_SM_InventoryScreen_C::CharacterCustomization' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen \ +static_assert(alignof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen) == 0x000008, "Wrong alignment on WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen"); \ +static_assert(sizeof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen) == 0x000388, "Wrong size on WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, EntryPoint) == 0x000000, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_Event_MaskSlotIndex) == 0x000010, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_Event_MaskSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, CallFunc_GetUIManager_ReturnValue) == 0x000018, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, CallFunc_GetMenuWidget_ReturnValue) == 0x000020, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, CallFunc_GetChildAt_ReturnValue) == 0x000028, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_DynamicCast_AsSBZMain_Menu_Widget) == 0x000030, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_DynamicCast_AsSBZMain_Menu_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_CreateDelegate_OutputDelegate) == 0x00003C, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_Event_InFocusedButton) == 0x000050, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_Event_InFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_Event_bIsFocused) == 0x000058, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_Event_bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_DynamicCast_AsWBP_UI_Inventory_Mask_Slot_Button) == 0x000060, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_DynamicCast_AsWBP_UI_Inventory_Mask_Slot_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, CallFunc_GetMaskMouldOrData_ReturnValue) == 0x000070, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::CallFunc_GetMaskMouldOrData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, CallFunc_GetContextAwareControlReference_ControlsReference) == 0x000078, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::CallFunc_GetContextAwareControlReference_ControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000088, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000B0, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, CallFunc_GetContextAwareControlReference_ControlsReference_1) == 0x0000C8, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::CallFunc_GetContextAwareControlReference_ControlsReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_MakeStruct_SBZButtonControlsReference_1) == 0x0000D8, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_MakeStruct_SBZButtonControlsReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_CreateDelegate_OutputDelegate_2) == 0x000100, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, CallFunc_GetUIManager_ReturnValue_1) == 0x000118, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, CallFunc_PopStack_ReturnValue) == 0x000120, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, CallFunc_GetMenuWidget_ReturnValue_1) == 0x000130, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::CallFunc_GetMenuWidget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_DynamicCast_AsSBZMain_Menu_Widget_1) == 0x000138, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_DynamicCast_AsSBZMain_Menu_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_DynamicCast_bSuccess_2) == 0x000140, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, CallFunc_IsVisible_ReturnValue) == 0x000141, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x000148, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, CallFunc_MakeLiteralName_ReturnValue) == 0x000150, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_DynamicCast_AsWBP_UI_Inventory_Mask_Slot_Button_1) == 0x000160, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_DynamicCast_AsWBP_UI_Inventory_Mask_Slot_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_DynamicCast_bSuccess_3) == 0x000168, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, CallFunc_CanCustomize_CanCustomize) == 0x000169, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::CallFunc_CanCustomize_CanCustomize' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_ComponentBoundEvent_Button_1) == 0x000170, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x000178, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_Event_bWasSuccessful) == 0x000179, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_Event_bWasSuccessful' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, CallFunc_IsValid_ReturnValue) == 0x00017A, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, CallFunc_GetChildAt_ReturnValue_1) == 0x000180, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::CallFunc_GetChildAt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, CallFunc_GetChildrenCount_ReturnValue) == 0x000188, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, CallFunc_Subtract_IntInt_ReturnValue) == 0x00018C, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000190, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, CallFunc_Clamp_ReturnValue) == 0x000194, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, CallFunc_GetChildAt_ReturnValue_2) == 0x000198, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::CallFunc_GetChildAt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_Event_Item) == 0x0001A0, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_Event_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_DynamicCast_AsWBP_UI_Inventory_Suit_Slot_Store_Item_Button) == 0x0002A0, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_DynamicCast_AsWBP_UI_Inventory_Suit_Slot_Store_Item_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_DynamicCast_bSuccess_4) == 0x0002A8, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_Event_PreviousValue) == 0x0002AC, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_Event_bWasSuccessful_1) == 0x0002B8, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_Event_bWasSuccessful_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_ComponentBoundEvent_Button) == 0x0002C0, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_ComponentBoundEvent_bIsEnabled) == 0x0002C8, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, CallFunc_GetContextAwareControlReference_ControlsReference_2) == 0x0002D0, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::CallFunc_GetContextAwareControlReference_ControlsReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_CreateDelegate_OutputDelegate_3) == 0x0002E0, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_MakeStruct_SBZButtonControlsReference_2) == 0x0002F8, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_MakeStruct_SBZButtonControlsReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, CallFunc_GetContextAwareControlReference_ControlsReference_3) == 0x000320, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::CallFunc_GetContextAwareControlReference_ControlsReference_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_MakeStruct_SBZButtonControlsReference_3) == 0x000330, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_MakeStruct_SBZButtonControlsReference_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_CreateDelegate_OutputDelegate_4) == 0x000358, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, Temp_bool_Variable) == 0x00036C, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_Select_Default) == 0x000370, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, Temp_bool_Variable_1) == 0x000378, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen, K2Node_Select_Default_1) == 0x000380, "Member 'WBP_UI_MaskInventoryScreen_C_ExecuteUbergraph_WBP_UI_MaskInventoryScreen::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MaskInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_MaskInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_MaskInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_MaskInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_MaskInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_MaskInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_MaskInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MaskInventoryScreen_C_OnSlotPriceChanged \ +static_assert(alignof(WBP_UI_MaskInventoryScreen_C_OnSlotPriceChanged) == 0x000008, "Wrong alignment on WBP_UI_MaskInventoryScreen_C_OnSlotPriceChanged"); \ +static_assert(sizeof(WBP_UI_MaskInventoryScreen_C_OnSlotPriceChanged) == 0x000100, "Wrong size on WBP_UI_MaskInventoryScreen_C_OnSlotPriceChanged"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_OnSlotPriceChanged, Item) == 0x000000, "Member 'WBP_UI_MaskInventoryScreen_C_OnSlotPriceChanged::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MaskInventoryScreen_C_OnItemDiscarded \ +static_assert(alignof(WBP_UI_MaskInventoryScreen_C_OnItemDiscarded) == 0x000001, "Wrong alignment on WBP_UI_MaskInventoryScreen_C_OnItemDiscarded"); \ +static_assert(sizeof(WBP_UI_MaskInventoryScreen_C_OnItemDiscarded) == 0x000001, "Wrong size on WBP_UI_MaskInventoryScreen_C_OnItemDiscarded"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_OnItemDiscarded, bWasSuccessful) == 0x000000, "Member 'WBP_UI_MaskInventoryScreen_C_OnItemDiscarded::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MaskInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_DefaultMask_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_MaskInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_DefaultMask_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_MaskInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_DefaultMask_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_MaskInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_DefaultMask_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_MaskInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_DefaultMask_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_DefaultMask_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_MaskInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_DefaultMask_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_DefaultMask_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_MaskInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_DefaultMask_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MaskInventoryScreen_C_MaskSlotButtonFocusedChanged \ +static_assert(alignof(WBP_UI_MaskInventoryScreen_C_MaskSlotButtonFocusedChanged) == 0x000008, "Wrong alignment on WBP_UI_MaskInventoryScreen_C_MaskSlotButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_MaskInventoryScreen_C_MaskSlotButtonFocusedChanged) == 0x000010, "Wrong size on WBP_UI_MaskInventoryScreen_C_MaskSlotButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_MaskSlotButtonFocusedChanged, InFocusedButton) == 0x000000, "Member 'WBP_UI_MaskInventoryScreen_C_MaskSlotButtonFocusedChanged::InFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_MaskSlotButtonFocusedChanged, bIsFocused) == 0x000008, "Member 'WBP_UI_MaskInventoryScreen_C_MaskSlotButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MaskInventoryScreen_C_OnEditButtonPressed \ +static_assert(alignof(WBP_UI_MaskInventoryScreen_C_OnEditButtonPressed) == 0x000004, "Wrong alignment on WBP_UI_MaskInventoryScreen_C_OnEditButtonPressed"); \ +static_assert(sizeof(WBP_UI_MaskInventoryScreen_C_OnEditButtonPressed) == 0x000004, "Wrong size on WBP_UI_MaskInventoryScreen_C_OnEditButtonPressed"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_OnEditButtonPressed, MaskSlotIndex) == 0x000000, "Member 'WBP_UI_MaskInventoryScreen_C_OnEditButtonPressed::MaskSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MaskInventoryScreen_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_MaskInventoryScreen_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_MaskInventoryScreen_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_MaskInventoryScreen_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_MaskInventoryScreen_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_MaskInventoryScreen_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MaskInventoryScreen_C_OnSlotPurchaseComplete \ +static_assert(alignof(WBP_UI_MaskInventoryScreen_C_OnSlotPurchaseComplete) == 0x000001, "Wrong alignment on WBP_UI_MaskInventoryScreen_C_OnSlotPurchaseComplete"); \ +static_assert(sizeof(WBP_UI_MaskInventoryScreen_C_OnSlotPurchaseComplete) == 0x000001, "Wrong size on WBP_UI_MaskInventoryScreen_C_OnSlotPurchaseComplete"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_OnSlotPurchaseComplete, bWasSuccessful) == 0x000000, "Member 'WBP_UI_MaskInventoryScreen_C_OnSlotPurchaseComplete::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MaskInventoryScreen_C_ShowMaskOnly \ +static_assert(alignof(WBP_UI_MaskInventoryScreen_C_ShowMaskOnly) == 0x000008, "Wrong alignment on WBP_UI_MaskInventoryScreen_C_ShowMaskOnly"); \ +static_assert(sizeof(WBP_UI_MaskInventoryScreen_C_ShowMaskOnly) == 0x000008, "Wrong size on WBP_UI_MaskInventoryScreen_C_ShowMaskOnly"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ShowMaskOnly, CallFunc_GetCustomizationManager_ReturnValue) == 0x000000, "Member 'WBP_UI_MaskInventoryScreen_C_ShowMaskOnly::CallFunc_GetCustomizationManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MaskInventoryScreen_C_RevertBodyAndEquipped \ +static_assert(alignof(WBP_UI_MaskInventoryScreen_C_RevertBodyAndEquipped) == 0x000008, "Wrong alignment on WBP_UI_MaskInventoryScreen_C_RevertBodyAndEquipped"); \ +static_assert(sizeof(WBP_UI_MaskInventoryScreen_C_RevertBodyAndEquipped) == 0x000008, "Wrong size on WBP_UI_MaskInventoryScreen_C_RevertBodyAndEquipped"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_RevertBodyAndEquipped, CallFunc_GetCustomizationManager_ReturnValue) == 0x000000, "Member 'WBP_UI_MaskInventoryScreen_C_RevertBodyAndEquipped::CallFunc_GetCustomizationManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MaskInventoryScreen_C_ControlsReferenceActionPressed \ +static_assert(alignof(WBP_UI_MaskInventoryScreen_C_ControlsReferenceActionPressed) == 0x000008, "Wrong alignment on WBP_UI_MaskInventoryScreen_C_ControlsReferenceActionPressed"); \ +static_assert(sizeof(WBP_UI_MaskInventoryScreen_C_ControlsReferenceActionPressed) == 0x000040, "Wrong size on WBP_UI_MaskInventoryScreen_C_ControlsReferenceActionPressed"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ControlsReferenceActionPressed, ActionName) == 0x000000, "Member 'WBP_UI_MaskInventoryScreen_C_ControlsReferenceActionPressed::ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ControlsReferenceActionPressed, K2Node_SwitchName_CmpSuccess) == 0x00000C, "Member 'WBP_UI_MaskInventoryScreen_C_ControlsReferenceActionPressed::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ControlsReferenceActionPressed, K2Node_DynamicCast_AsWBP_UI_Inventory_Mask_Slot_Button) == 0x000010, "Member 'WBP_UI_MaskInventoryScreen_C_ControlsReferenceActionPressed::K2Node_DynamicCast_AsWBP_UI_Inventory_Mask_Slot_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ControlsReferenceActionPressed, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_UI_MaskInventoryScreen_C_ControlsReferenceActionPressed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ControlsReferenceActionPressed, CallFunc_GetMaskSlotIndex_ReturnValue) == 0x00001C, "Member 'WBP_UI_MaskInventoryScreen_C_ControlsReferenceActionPressed::CallFunc_GetMaskSlotIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ControlsReferenceActionPressed, CallFunc_IsVisible_ReturnValue) == 0x000020, "Member 'WBP_UI_MaskInventoryScreen_C_ControlsReferenceActionPressed::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ControlsReferenceActionPressed, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'WBP_UI_MaskInventoryScreen_C_ControlsReferenceActionPressed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ControlsReferenceActionPressed, CallFunc_GetUIManager_ReturnValue) == 0x000028, "Member 'WBP_UI_MaskInventoryScreen_C_ControlsReferenceActionPressed::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_ControlsReferenceActionPressed, CallFunc_PopStack_ReturnValue) == 0x000030, "Member 'WBP_UI_MaskInventoryScreen_C_ControlsReferenceActionPressed::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MaskInventoryScreen_C_OnDiscardPressed \ +static_assert(alignof(WBP_UI_MaskInventoryScreen_C_OnDiscardPressed) == 0x000008, "Wrong alignment on WBP_UI_MaskInventoryScreen_C_OnDiscardPressed"); \ +static_assert(sizeof(WBP_UI_MaskInventoryScreen_C_OnDiscardPressed) == 0x000010, "Wrong size on WBP_UI_MaskInventoryScreen_C_OnDiscardPressed"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_OnDiscardPressed, K2Node_DynamicCast_AsWBP_UI_Inventory_Mask_Slot_Button) == 0x000000, "Member 'WBP_UI_MaskInventoryScreen_C_OnDiscardPressed::K2Node_DynamicCast_AsWBP_UI_Inventory_Mask_Slot_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_OnDiscardPressed, K2Node_DynamicCast_bSuccess) == 0x000008, "Member 'WBP_UI_MaskInventoryScreen_C_OnDiscardPressed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_OnDiscardPressed, CallFunc_GetMaskSlotIndex_ReturnValue) == 0x00000C, "Member 'WBP_UI_MaskInventoryScreen_C_OnDiscardPressed::CallFunc_GetMaskSlotIndex_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference \ +static_assert(alignof(WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference) == 0x000008, "Wrong alignment on WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference"); \ +static_assert(sizeof(WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference) == 0x0000F0, "Wrong size on WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference, MaskButton) == 0x000000, "Member 'WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference::MaskButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference, ControlsReference) == 0x000008, "Member 'WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference::ControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference, ControlRefArray) == 0x000018, "Member 'WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference::ControlRefArray' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference, K2Node_MakeStruct_SBZButtonControlReference) == 0x000028, "Member 'WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference, K2Node_MakeArray_Array) == 0x000068, "Member 'WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference, CallFunc_MakeLiteralText_ReturnValue) == 0x000078, "Member 'WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference, CallFunc_TextToUpper_ReturnValue) == 0x000090, "Member 'WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x0000A8, "Member 'WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference, CallFunc_CanCustomize_CanCustomize) == 0x0000E0, "Member 'WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference::CallFunc_CanCustomize_CanCustomize' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference, CallFunc_Array_Add_ReturnValue) == 0x0000E4, "Member 'WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference, CallFunc_CanDiscardMaskInSlot_ReturnValue) == 0x0000E8, "Member 'WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference::CallFunc_CanDiscardMaskInSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference, CallFunc_Array_Add_ReturnValue_1) == 0x0000EC, "Member 'WBP_UI_MaskInventoryScreen_C_GetContextAwareControlReference::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MaskInventoryScreen_C_DoCustomNavigation_0 \ +static_assert(alignof(WBP_UI_MaskInventoryScreen_C_DoCustomNavigation_0) == 0x000008, "Wrong alignment on WBP_UI_MaskInventoryScreen_C_DoCustomNavigation_0"); \ +static_assert(sizeof(WBP_UI_MaskInventoryScreen_C_DoCustomNavigation_0) == 0x000010, "Wrong size on WBP_UI_MaskInventoryScreen_C_DoCustomNavigation_0"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_DoCustomNavigation_0, Navigation_0) == 0x000000, "Member 'WBP_UI_MaskInventoryScreen_C_DoCustomNavigation_0::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_DoCustomNavigation_0, ReturnValue) == 0x000008, "Member 'WBP_UI_MaskInventoryScreen_C_DoCustomNavigation_0::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MaskInventoryScreen_C_SetActiveButton \ +static_assert(alignof(WBP_UI_MaskInventoryScreen_C_SetActiveButton) == 0x000008, "Wrong alignment on WBP_UI_MaskInventoryScreen_C_SetActiveButton"); \ +static_assert(sizeof(WBP_UI_MaskInventoryScreen_C_SetActiveButton) == 0x000010, "Wrong size on WBP_UI_MaskInventoryScreen_C_SetActiveButton"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_SetActiveButton, NewButton) == 0x000000, "Member 'WBP_UI_MaskInventoryScreen_C_SetActiveButton::NewButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_SetActiveButton, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_UI_MaskInventoryScreen_C_SetActiveButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_SetActiveButton, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000009, "Member 'WBP_UI_MaskInventoryScreen_C_SetActiveButton::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MaskInventoryScreen_C_SetActiveButton, CallFunc_BooleanAND_ReturnValue) == 0x00000A, "Member 'WBP_UI_MaskInventoryScreen_C_SetActiveButton::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_MaskInventoryScreen_C \ +static_assert(alignof(UWBP_UI_MaskInventoryScreen_C) == 0x000008, "Wrong alignment on UWBP_UI_MaskInventoryScreen_C"); \ +static_assert(sizeof(UWBP_UI_MaskInventoryScreen_C) == 0x000540, "Wrong size on UWBP_UI_MaskInventoryScreen_C"); \ +static_assert(offsetof(UWBP_UI_MaskInventoryScreen_C, UberGraphFrame) == 0x0004E0, "Member 'UWBP_UI_MaskInventoryScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MaskInventoryScreen_C, Intro) == 0x0004E8, "Member 'UWBP_UI_MaskInventoryScreen_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MaskInventoryScreen_C, CanvasPanel_BuyingSlots) == 0x0004F0, "Member 'UWBP_UI_MaskInventoryScreen_C::CanvasPanel_BuyingSlots' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MaskInventoryScreen_C, DummyButton) == 0x0004F8, "Member 'UWBP_UI_MaskInventoryScreen_C::DummyButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MaskInventoryScreen_C, ItemScrollBox) == 0x000500, "Member 'UWBP_UI_MaskInventoryScreen_C::ItemScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MaskInventoryScreen_C, ScreenTitle) == 0x000508, "Member 'UWBP_UI_MaskInventoryScreen_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MaskInventoryScreen_C, WBP_UI_ContentBackground) == 0x000510, "Member 'UWBP_UI_MaskInventoryScreen_C::WBP_UI_ContentBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MaskInventoryScreen_C, WBP_UI_WeaponSlotDisplayPanel) == 0x000518, "Member 'UWBP_UI_MaskInventoryScreen_C::WBP_UI_WeaponSlotDisplayPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MaskInventoryScreen_C, RT_Focusedbutton) == 0x000520, "Member 'UWBP_UI_MaskInventoryScreen_C::RT_Focusedbutton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MaskInventoryScreen_C, BlackMarketStackValue) == 0x000528, "Member 'UWBP_UI_MaskInventoryScreen_C::BlackMarketStackValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MaskInventoryScreen_C, Last_RT_Focusedbutton) == 0x000538, "Member 'UWBP_UI_MaskInventoryScreen_C::Last_RT_Focusedbutton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ArmorReplenishedFeedback_C \ +static_assert(alignof(UBP_ArmorReplenishedFeedback_C) == 0x000008, "Wrong alignment on UBP_ArmorReplenishedFeedback_C"); \ +static_assert(sizeof(UBP_ArmorReplenishedFeedback_C) == 0x000308, "Wrong size on UBP_ArmorReplenishedFeedback_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen \ +static_assert(alignof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen) == 0x000008, "Wrong alignment on WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen"); \ +static_assert(sizeof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen) == 0x000688, "Wrong size on WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, EntryPoint) == 0x000000, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x000008, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_MakeLiteralName_ReturnValue) == 0x000018, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_GetCustomizationManager_ReturnValue) == 0x000028, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_GetCustomizationManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000030, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_GetGameMode_ReturnValue) == 0x000048, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu) == 0x000050, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_GetUIManager_ReturnValue) == 0x000060, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_PopStack_ReturnValue) == 0x000068, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_GetMenuWidget_ReturnValue) == 0x000078, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_DynamicCast_AsSBZMain_Menu_Widget) == 0x000080, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_DynamicCast_AsSBZMain_Menu_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_CustomEvent_ActionName) == 0x00008C, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_CustomEvent_ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_SwitchName_CmpSuccess) == 0x000098, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_GetUIManager_ReturnValue_1) == 0x0000A0, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_PopStack_ReturnValue_1) == 0x0000A8, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_PopStack_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, Temp_bool_Variable) == 0x0000B4, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference) == 0x0000B8, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x0000F0, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_CreateDelegate_OutputDelegate_1) == 0x000128, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_2) == 0x000140, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_ComponentBoundEvent_Button_1) == 0x000178, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x000180, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_MakeArray_Array) == 0x000188, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_3) == 0x000198, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_4) == 0x0001D0, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_Event_PreviousValue) == 0x000208, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_5) == 0x000218, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_6) == 0x000250, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_CreateDelegate_OutputDelegate_2) == 0x000288, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_MakeArray_Array_1) == 0x0002A0, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_7) == 0x0002B0, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_8) == 0x0002E8, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, Temp_byte_Variable) == 0x000320, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_MakeArray_Array_2) == 0x000328, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_9) == 0x000338, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_Event_InFocusedButton) == 0x000370, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_Event_InFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_Event_bIsFocused) == 0x000378, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_Event_bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_MakeArray_Array_3) == 0x000380, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_DynamicCast_AsWBP_UI_Inventory_Glove_Slot_Button) == 0x000390, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_DynamicCast_AsWBP_UI_Inventory_Glove_Slot_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_DynamicCast_bSuccess_2) == 0x000398, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_GetGloveSlotIndex_ReturnValue) == 0x00039C, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_GetGloveSlotIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_IsValid_ReturnValue) == 0x0003A0, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_Event_bWasSuccessful_1) == 0x0003A1, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_Event_bWasSuccessful_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_BooleanAND_ReturnValue) == 0x0003A2, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_Event_bWasSuccessful) == 0x0003A3, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_Event_bWasSuccessful' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_DynamicCast_AsWBP_UI_Inventory_Suit_Slot_Store_Item_Button) == 0x0003A8, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_DynamicCast_AsWBP_UI_Inventory_Suit_Slot_Store_Item_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_DynamicCast_bSuccess_3) == 0x0003B0, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_ComponentBoundEvent_Button) == 0x0003B8, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_ComponentBoundEvent_bIsEnabled) == 0x0003C0, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_10) == 0x0003C8, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_11) == 0x000400, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_CreateDelegate_OutputDelegate_3) == 0x000438, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_MakeArray_Array_4) == 0x000450, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, Temp_byte_Variable_1) == 0x000460, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000468, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_GetMainMenuMannequin_ReturnValue) == 0x000490, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_GetMainMenuMannequin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_GetGameMode_ReturnValue_1) == 0x000498, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_GetGameMode_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu_1) == 0x0004A0, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_DynamicCast_bSuccess_4) == 0x0004A8, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, Temp_bool_Variable_1) == 0x0004A9, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, Temp_bool_Variable_2) == 0x0004AA, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_IsVisible_ReturnValue) == 0x0004AB, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, Temp_bool_Variable_3) == 0x0004AC, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_Event_Item) == 0x0004B0, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_Event_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_DynamicCast_AsWBP_UI_Inventory_Suit_Slot_Store_Item_Button_1) == 0x0005B0, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_DynamicCast_AsWBP_UI_Inventory_Suit_Slot_Store_Item_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_DynamicCast_bSuccess_5) == 0x0005B8, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_DynamicCast_AsWBP_UI_Inventory_Glove_Slot_Button_1) == 0x0005C0, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_DynamicCast_AsWBP_UI_Inventory_Glove_Slot_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_DynamicCast_bSuccess_6) == 0x0005C8, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_CanCustomize_bCanCustomize) == 0x0005C9, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_CanCustomize_bCanCustomize' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_GetGloveSlotIndex_ReturnValue_1) == 0x0005CC, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_GetGloveSlotIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_Not_PreBool_ReturnValue) == 0x0005D0, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_CanDiscardGloveInSlot_ReturnValue) == 0x0005D1, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_CanDiscardGloveInSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_Not_PreBool_ReturnValue_1) == 0x0005D2, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_Select_Default) == 0x0005D8, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_MakeStruct_SBZButtonControlsReference_1) == 0x0005E8, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_MakeStruct_SBZButtonControlsReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_Select_Default_1) == 0x000610, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_MakeStruct_SBZButtonControlsReference_2) == 0x000620, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_MakeStruct_SBZButtonControlsReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_IsEmpty_ReturnValue) == 0x000648, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_GetGloveInSlot_ReturnValue) == 0x000650, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_GetGloveInSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_Select_Default_2) == 0x000658, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_GetChildrenCount_ReturnValue) == 0x00065C, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_Subtract_IntInt_ReturnValue) == 0x000660, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_GetChildAt_ReturnValue) == 0x000668, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000670, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_Clamp_ReturnValue) == 0x000674, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, CallFunc_GetChildAt_ReturnValue_1) == 0x000678, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::CallFunc_GetChildAt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen, K2Node_Select_Default_3) == 0x000680, "Member 'WBP_UI_GloveInventoryScreen_C_ExecuteUbergraph_WBP_UI_GloveInventoryScreen::K2Node_Select_Default_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_GloveInventoryScreen_C_OnSlotPriceChanged \ +static_assert(alignof(WBP_UI_GloveInventoryScreen_C_OnSlotPriceChanged) == 0x000008, "Wrong alignment on WBP_UI_GloveInventoryScreen_C_OnSlotPriceChanged"); \ +static_assert(sizeof(WBP_UI_GloveInventoryScreen_C_OnSlotPriceChanged) == 0x000100, "Wrong size on WBP_UI_GloveInventoryScreen_C_OnSlotPriceChanged"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_OnSlotPriceChanged, Item) == 0x000000, "Member 'WBP_UI_GloveInventoryScreen_C_OnSlotPriceChanged::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_GloveInventoryScreen_C_BndEvt__WBP_UI_GloveInventoryScreen_Button_DefaultGlove_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_GloveInventoryScreen_C_BndEvt__WBP_UI_GloveInventoryScreen_Button_DefaultGlove_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_GloveInventoryScreen_C_BndEvt__WBP_UI_GloveInventoryScreen_Button_DefaultGlove_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_GloveInventoryScreen_C_BndEvt__WBP_UI_GloveInventoryScreen_Button_DefaultGlove_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_GloveInventoryScreen_C_BndEvt__WBP_UI_GloveInventoryScreen_Button_DefaultGlove_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_BndEvt__WBP_UI_GloveInventoryScreen_Button_DefaultGlove_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_GloveInventoryScreen_C_BndEvt__WBP_UI_GloveInventoryScreen_Button_DefaultGlove_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_BndEvt__WBP_UI_GloveInventoryScreen_Button_DefaultGlove_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_GloveInventoryScreen_C_BndEvt__WBP_UI_GloveInventoryScreen_Button_DefaultGlove_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_GloveInventoryScreen_C_OnSlotPurchaseComplete \ +static_assert(alignof(WBP_UI_GloveInventoryScreen_C_OnSlotPurchaseComplete) == 0x000001, "Wrong alignment on WBP_UI_GloveInventoryScreen_C_OnSlotPurchaseComplete"); \ +static_assert(sizeof(WBP_UI_GloveInventoryScreen_C_OnSlotPurchaseComplete) == 0x000001, "Wrong size on WBP_UI_GloveInventoryScreen_C_OnSlotPurchaseComplete"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_OnSlotPurchaseComplete, bWasSuccessful) == 0x000000, "Member 'WBP_UI_GloveInventoryScreen_C_OnSlotPurchaseComplete::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_GloveInventoryScreen_C_OnItemDiscarded \ +static_assert(alignof(WBP_UI_GloveInventoryScreen_C_OnItemDiscarded) == 0x000001, "Wrong alignment on WBP_UI_GloveInventoryScreen_C_OnItemDiscarded"); \ +static_assert(sizeof(WBP_UI_GloveInventoryScreen_C_OnItemDiscarded) == 0x000001, "Wrong size on WBP_UI_GloveInventoryScreen_C_OnItemDiscarded"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_OnItemDiscarded, bWasSuccessful) == 0x000000, "Member 'WBP_UI_GloveInventoryScreen_C_OnItemDiscarded::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_GloveInventoryScreen_C_GloveSlotButtonFocusedChanged \ +static_assert(alignof(WBP_UI_GloveInventoryScreen_C_GloveSlotButtonFocusedChanged) == 0x000008, "Wrong alignment on WBP_UI_GloveInventoryScreen_C_GloveSlotButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_GloveInventoryScreen_C_GloveSlotButtonFocusedChanged) == 0x000010, "Wrong size on WBP_UI_GloveInventoryScreen_C_GloveSlotButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_GloveSlotButtonFocusedChanged, InFocusedButton) == 0x000000, "Member 'WBP_UI_GloveInventoryScreen_C_GloveSlotButtonFocusedChanged::InFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_GloveSlotButtonFocusedChanged, bIsFocused) == 0x000008, "Member 'WBP_UI_GloveInventoryScreen_C_GloveSlotButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_GloveInventoryScreen_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_GloveInventoryScreen_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_GloveInventoryScreen_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_GloveInventoryScreen_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_GloveInventoryScreen_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_GloveInventoryScreen_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_GloveInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_GloveInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_GloveInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_GloveInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_GloveInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_GloveInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_GloveInventoryScreen_C_BndEvt__WBP_UI_SuitInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_GloveInventoryScreen_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_UI_GloveInventoryScreen_C_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on WBP_UI_GloveInventoryScreen_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_UI_GloveInventoryScreen_C_OnControlsReferenceClicked) == 0x00000C, "Wrong size on WBP_UI_GloveInventoryScreen_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_OnControlsReferenceClicked, ActionName) == 0x000000, "Member 'WBP_UI_GloveInventoryScreen_C_OnControlsReferenceClicked::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_GloveInventoryScreen_C_Do_Custom_Navigation \ +static_assert(alignof(WBP_UI_GloveInventoryScreen_C_Do_Custom_Navigation) == 0x000008, "Wrong alignment on WBP_UI_GloveInventoryScreen_C_Do_Custom_Navigation"); \ +static_assert(sizeof(WBP_UI_GloveInventoryScreen_C_Do_Custom_Navigation) == 0x000010, "Wrong size on WBP_UI_GloveInventoryScreen_C_Do_Custom_Navigation"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_Do_Custom_Navigation, Navigation_0) == 0x000000, "Member 'WBP_UI_GloveInventoryScreen_C_Do_Custom_Navigation::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_Do_Custom_Navigation, ReturnValue) == 0x000008, "Member 'WBP_UI_GloveInventoryScreen_C_Do_Custom_Navigation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_GloveInventoryScreen_C_UpdateBuyButtonControls \ +static_assert(alignof(WBP_UI_GloveInventoryScreen_C_UpdateBuyButtonControls) == 0x000008, "Wrong alignment on WBP_UI_GloveInventoryScreen_C_UpdateBuyButtonControls"); \ +static_assert(sizeof(WBP_UI_GloveInventoryScreen_C_UpdateBuyButtonControls) == 0x0000C0, "Wrong size on WBP_UI_GloveInventoryScreen_C_UpdateBuyButtonControls"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_UpdateBuyButtonControls, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_UI_GloveInventoryScreen_C_UpdateBuyButtonControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_UpdateBuyButtonControls, CallFunc_IsVisible_ReturnValue) == 0x000014, "Member 'WBP_UI_GloveInventoryScreen_C_UpdateBuyButtonControls::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_UpdateBuyButtonControls, K2Node_MakeStruct_SBZButtonControlReference) == 0x000018, "Member 'WBP_UI_GloveInventoryScreen_C_UpdateBuyButtonControls::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_UpdateBuyButtonControls, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000050, "Member 'WBP_UI_GloveInventoryScreen_C_UpdateBuyButtonControls::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_UpdateBuyButtonControls, K2Node_MakeArray_Array) == 0x000088, "Member 'WBP_UI_GloveInventoryScreen_C_UpdateBuyButtonControls::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_UpdateBuyButtonControls, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000098, "Member 'WBP_UI_GloveInventoryScreen_C_UpdateBuyButtonControls::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_GloveInventoryScreen_C_SetActiveButton \ +static_assert(alignof(WBP_UI_GloveInventoryScreen_C_SetActiveButton) == 0x000008, "Wrong alignment on WBP_UI_GloveInventoryScreen_C_SetActiveButton"); \ +static_assert(sizeof(WBP_UI_GloveInventoryScreen_C_SetActiveButton) == 0x000010, "Wrong size on WBP_UI_GloveInventoryScreen_C_SetActiveButton"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_SetActiveButton, NewButton) == 0x000000, "Member 'WBP_UI_GloveInventoryScreen_C_SetActiveButton::NewButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_SetActiveButton, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_UI_GloveInventoryScreen_C_SetActiveButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_SetActiveButton, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000009, "Member 'WBP_UI_GloveInventoryScreen_C_SetActiveButton::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GloveInventoryScreen_C_SetActiveButton, CallFunc_BooleanAND_ReturnValue) == 0x00000A, "Member 'WBP_UI_GloveInventoryScreen_C_SetActiveButton::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_GloveInventoryScreen_C \ +static_assert(alignof(UWBP_UI_GloveInventoryScreen_C) == 0x000008, "Wrong alignment on UWBP_UI_GloveInventoryScreen_C"); \ +static_assert(sizeof(UWBP_UI_GloveInventoryScreen_C) == 0x000528, "Wrong size on UWBP_UI_GloveInventoryScreen_C"); \ +static_assert(offsetof(UWBP_UI_GloveInventoryScreen_C, UberGraphFrame) == 0x0004C8, "Member 'UWBP_UI_GloveInventoryScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GloveInventoryScreen_C, Intro) == 0x0004D0, "Member 'UWBP_UI_GloveInventoryScreen_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GloveInventoryScreen_C, CanvasPanel_BuyingSlots) == 0x0004D8, "Member 'UWBP_UI_GloveInventoryScreen_C::CanvasPanel_BuyingSlots' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GloveInventoryScreen_C, DummyButton) == 0x0004E0, "Member 'UWBP_UI_GloveInventoryScreen_C::DummyButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GloveInventoryScreen_C, ItemScrollBox) == 0x0004E8, "Member 'UWBP_UI_GloveInventoryScreen_C::ItemScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GloveInventoryScreen_C, ScreenTitle) == 0x0004F0, "Member 'UWBP_UI_GloveInventoryScreen_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GloveInventoryScreen_C, WBP_UI_ContentBackground) == 0x0004F8, "Member 'UWBP_UI_GloveInventoryScreen_C::WBP_UI_ContentBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GloveInventoryScreen_C, WBP_UI_WeaponSlotDisplayPanel) == 0x000500, "Member 'UWBP_UI_GloveInventoryScreen_C::WBP_UI_WeaponSlotDisplayPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GloveInventoryScreen_C, RT_Focusedbutton) == 0x000508, "Member 'UWBP_UI_GloveInventoryScreen_C::RT_Focusedbutton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GloveInventoryScreen_C, BlackMarketStackValue) == 0x000510, "Member 'UWBP_UI_GloveInventoryScreen_C::BlackMarketStackValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GloveInventoryScreen_C, Last_RT_Focusedbutton) == 0x000520, "Member 'UWBP_UI_GloveInventoryScreen_C::Last_RT_Focusedbutton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup \ +static_assert(alignof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup"); \ +static_assert(sizeof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup) == 0x0000B0, "Wrong size on WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup"); \ +static_assert(offsetof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup, EntryPoint) == 0x000000, "Member 'WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup, K2Node_ComponentBoundEvent_Button) == 0x000008, "Member 'WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup, K2Node_Event_PreviousValue) == 0x000010, "Member 'WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup, K2Node_ComponentBoundEvent_Text) == 0x000020, "Member 'WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup::K2Node_ComponentBoundEvent_Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup, K2Node_ComponentBoundEvent_CommitMethod) == 0x000038, "Member 'WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup::K2Node_ComponentBoundEvent_CommitMethod' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup, K2Node_SwitchEnum_CmpSuccess) == 0x000039, "Member 'WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup, CallFunc_Conv_TextToString_ReturnValue) == 0x000040, "Member 'WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup, CallFunc_GetKeyboardFocusedWidgetType_ReturnValue) == 0x000050, "Member 'WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup::CallFunc_GetKeyboardFocusedWidgetType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup, CallFunc_Concat_StrStr_ReturnValue) == 0x000060, "Member 'WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000070, "Member 'WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup, CallFunc_GetUIManager_ReturnValue) == 0x000078, "Member 'WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup, CallFunc_PopStack_ReturnValue) == 0x000080, "Member 'WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup, CallFunc_GetUIManager_ReturnValue_1) == 0x000090, "Member 'WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup, K2Node_ComponentBoundEvent_Button_1) == 0x000098, "Member 'WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup, CallFunc_PopStack_ReturnValue_1) == 0x0000A0, "Member 'WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_ExecuteUbergraph_WBP_UI_MainMenu_More_ChangeMatchmakingGroup::CallFunc_PopStack_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_BndEvt__WBP_UI_MainMenu_More_ChangeMatchmakingGroup_Button_CleanMMGroup_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_BndEvt__WBP_UI_MainMenu_More_ChangeMatchmakingGroup_Button_CleanMMGroup_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_BndEvt__WBP_UI_MainMenu_More_ChangeMatchmakingGroup_Button_CleanMMGroup_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_BndEvt__WBP_UI_MainMenu_More_ChangeMatchmakingGroup_Button_CleanMMGroup_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_BndEvt__WBP_UI_MainMenu_More_ChangeMatchmakingGroup_Button_CleanMMGroup_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_BndEvt__WBP_UI_MainMenu_More_ChangeMatchmakingGroup_Button_CleanMMGroup_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_BndEvt__WBP_UI_MainMenu_More_ChangeMatchmakingGroup_Button_CleanMMGroup_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_BndEvt__WBP_UI_MainMenu_More_ChangeMatchmakingGroup_Button_SetMMGroup_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_BndEvt__WBP_UI_MainMenu_More_ChangeMatchmakingGroup_Button_SetMMGroup_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_BndEvt__WBP_UI_MainMenu_More_ChangeMatchmakingGroup_Button_SetMMGroup_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_BndEvt__WBP_UI_MainMenu_More_ChangeMatchmakingGroup_Button_SetMMGroup_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_BndEvt__WBP_UI_MainMenu_More_ChangeMatchmakingGroup_Button_SetMMGroup_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_BndEvt__WBP_UI_MainMenu_More_ChangeMatchmakingGroup_Button_SetMMGroup_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_BndEvt__WBP_UI_MainMenu_More_ChangeMatchmakingGroup_Button_SetMMGroup_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_BndEvt__EditableTextBox_Email_K2Node_ComponentBoundEvent_2_OnEditableTextBoxCommittedEvent__DelegateSignature \ +static_assert(alignof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_BndEvt__EditableTextBox_Email_K2Node_ComponentBoundEvent_2_OnEditableTextBoxCommittedEvent__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_BndEvt__EditableTextBox_Email_K2Node_ComponentBoundEvent_2_OnEditableTextBoxCommittedEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_BndEvt__EditableTextBox_Email_K2Node_ComponentBoundEvent_2_OnEditableTextBoxCommittedEvent__DelegateSignature) == 0x000020, "Wrong size on WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_BndEvt__EditableTextBox_Email_K2Node_ComponentBoundEvent_2_OnEditableTextBoxCommittedEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_BndEvt__EditableTextBox_Email_K2Node_ComponentBoundEvent_2_OnEditableTextBoxCommittedEvent__DelegateSignature, Text) == 0x000000, "Member 'WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_BndEvt__EditableTextBox_Email_K2Node_ComponentBoundEvent_2_OnEditableTextBoxCommittedEvent__DelegateSignature::Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_BndEvt__EditableTextBox_Email_K2Node_ComponentBoundEvent_2_OnEditableTextBoxCommittedEvent__DelegateSignature, CommitMethod) == 0x000018, "Member 'WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_BndEvt__EditableTextBox_Email_K2Node_ComponentBoundEvent_2_OnEditableTextBoxCommittedEvent__DelegateSignature::CommitMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_MainMenu_More_ChangeMatchmakingGroup_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_MainMenu_More_ChangeMatchmakingGroup_C \ +static_assert(alignof(UWBP_UI_MainMenu_More_ChangeMatchmakingGroup_C) == 0x000008, "Wrong alignment on UWBP_UI_MainMenu_More_ChangeMatchmakingGroup_C"); \ +static_assert(sizeof(UWBP_UI_MainMenu_More_ChangeMatchmakingGroup_C) == 0x0002C8, "Wrong size on UWBP_UI_MainMenu_More_ChangeMatchmakingGroup_C"); \ +static_assert(offsetof(UWBP_UI_MainMenu_More_ChangeMatchmakingGroup_C, UberGraphFrame) == 0x0002A0, "Member 'UWBP_UI_MainMenu_More_ChangeMatchmakingGroup_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_More_ChangeMatchmakingGroup_C, Button_CleanMMGroup) == 0x0002A8, "Member 'UWBP_UI_MainMenu_More_ChangeMatchmakingGroup_C::Button_CleanMMGroup' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_More_ChangeMatchmakingGroup_C, Button_SetMMGroup) == 0x0002B0, "Member 'UWBP_UI_MainMenu_More_ChangeMatchmakingGroup_C::Button_SetMMGroup' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_More_ChangeMatchmakingGroup_C, EditableTextBox_MMGroup) == 0x0002B8, "Member 'UWBP_UI_MainMenu_More_ChangeMatchmakingGroup_C::EditableTextBox_MMGroup' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_More_ChangeMatchmakingGroup_C, Image_Background) == 0x0002C0, "Member 'UWBP_UI_MainMenu_More_ChangeMatchmakingGroup_C::Image_Background' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser) == 0x000710, "Wrong size on WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, EntryPoint) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_Event_PreviousValue) == 0x000004, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, CallFunc_GetSBZOnline_ReturnValue) == 0x000010, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::CallFunc_GetSBZOnline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, CallFunc_GetSBZOnline_ReturnValue_1) == 0x000030, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::CallFunc_GetSBZOnline_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, Temp_int_Array_Index_Variable) == 0x000038, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, CallFunc_GetLocalPlayerController_ReturnValue) == 0x000040, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::CallFunc_GetLocalPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, CallFunc_GetChildAt_ReturnValue) == 0x000048, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, Temp_byte_Variable) == 0x000051, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, CallFunc_IsJoinBlocked_bIsJoinBlocked) == 0x000052, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::CallFunc_IsJoinBlocked_bIsJoinBlocked' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, Temp_struct_Variable) == 0x000058, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_MakeStruct_SBZOnlineSessionParams) == 0x000068, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_MakeStruct_SBZOnlineSessionParams' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, CallFunc_Array_Get_Item) == 0x0000F0, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, CallFunc_SessionUpdateList_ReturnValue) == 0x0002D0, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::CallFunc_SessionUpdateList_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, CallFunc_Array_Length_ReturnValue) == 0x0002D8, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, CallFunc_IsValid_ReturnValue_1) == 0x0002DC, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, CallFunc_IsRequestInProgress_ReturnValue) == 0x0002DD, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::CallFunc_IsRequestInProgress_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_CustomEvent_RemoteSessionInfo) == 0x0002E0, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_CustomEvent_RemoteSessionInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_CustomEvent_ErrorCode) == 0x0004C0, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_CustomEvent_ErrorCode' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, Temp_int_Loop_Counter_Variable) == 0x0004C4, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0004C8, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, CallFunc_Less_IntInt_ReturnValue) == 0x0004C9, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, CallFunc_Add_IntInt_ReturnValue) == 0x0004CC, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_CreateDelegate_OutputDelegate_1) == 0x0004D0, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_CreateDelegate_OutputDelegate_2) == 0x0004E4, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_CustomEvent_ErrorCode_1) == 0x0004F8, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_CustomEvent_ErrorCode_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_CustomEvent_Results) == 0x000500, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_CustomEvent_Results' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, CallFunc_SpawnObject_ReturnValue) == 0x000510, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, CallFunc_AddChild_ReturnValue) == 0x000518, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_CustomEvent_InActionInput) == 0x000520, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_CustomEvent_InActionInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_SwitchName_CmpSuccess) == 0x00052C, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, CallFunc_GetUIManager_ReturnValue) == 0x000530, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, CallFunc_PopStack_ReturnValue) == 0x000538, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, CallFunc_IsValid_ReturnValue_2) == 0x000544, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_CreateDelegate_OutputDelegate_3) == 0x000548, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_CreateDelegate_OutputDelegate_4) == 0x00055C, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_CreateDelegate_OutputDelegate_5) == 0x000570, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_MakeStruct_SBZButtonControlReference) == 0x000588, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x0005C0, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_MakeStruct_SBZButtonControlReference_2) == 0x0005F8, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_MakeStruct_SBZButtonControlReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_MakeStruct_SBZButtonControlReference_3) == 0x000630, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_MakeStruct_SBZButtonControlReference_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_MakeArray_Array) == 0x000668, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_MakeArray_Array_1) == 0x000678, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000688, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_MakeStruct_SBZButtonControlsReference_1) == 0x0006B0, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_MakeStruct_SBZButtonControlsReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_CreateDelegate_OutputDelegate_6) == 0x0006D8, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_CustomEvent_Button) == 0x0006F0, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_CustomEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_CustomEvent_bIsEnabled) == 0x0006F8, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_CustomEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_DynamicCast_AsWBP_UI_Main_Menu_Crime_Net_Server_Button) == 0x000700, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_DynamicCast_AsWBP_UI_Main_Menu_Crime_Net_Server_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser, K2Node_DynamicCast_bSuccess) == 0x000708, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_ServerBrowser::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnButtonFocusedChanged \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnButtonFocusedChanged) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnButtonFocusedChanged) == 0x000010, "Wrong size on WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnButtonFocusedChanged, Button) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnButtonFocusedChanged::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnButtonFocusedChanged, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnButtonFocusedChanged::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnControlsReferenceClicked) == 0x00000C, "Wrong size on WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnControlsReferenceClicked, InActionInput) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnControlsReferenceClicked::InActionInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnInviteFinished \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnInviteFinished) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnInviteFinished"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnInviteFinished) == 0x000001, "Wrong size on WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnInviteFinished"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnInviteFinished, ErrorCode) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnInviteFinished::ErrorCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnJoinStarted \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnJoinStarted) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnJoinStarted"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnJoinStarted) == 0x0001E0, "Wrong size on WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnJoinStarted"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnJoinStarted, RemoteSessionInfo) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnJoinStarted::RemoteSessionInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnComplete_EB7A1BA74C1C1AA3C504FCA022A4D55A \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnComplete_EB7A1BA74C1C1AA3C504FCA022A4D55A) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnComplete_EB7A1BA74C1C1AA3C504FCA022A4D55A"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnComplete_EB7A1BA74C1C1AA3C504FCA022A4D55A) == 0x000018, "Wrong size on WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnComplete_EB7A1BA74C1C1AA3C504FCA022A4D55A"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnComplete_EB7A1BA74C1C1AA3C504FCA022A4D55A, ErrorCode) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnComplete_EB7A1BA74C1C1AA3C504FCA022A4D55A::ErrorCode' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnComplete_EB7A1BA74C1C1AA3C504FCA022A4D55A, Results) == 0x000008, "Member 'WBP_UI_MainMenu_CrimeNet_ServerBrowser_C_OnComplete_EB7A1BA74C1C1AA3C504FCA022A4D55A::Results' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_MainMenu_CrimeNet_ServerBrowser_C \ +static_assert(alignof(UWBP_UI_MainMenu_CrimeNet_ServerBrowser_C) == 0x000008, "Wrong alignment on UWBP_UI_MainMenu_CrimeNet_ServerBrowser_C"); \ +static_assert(sizeof(UWBP_UI_MainMenu_CrimeNet_ServerBrowser_C) == 0x000308, "Wrong size on UWBP_UI_MainMenu_CrimeNet_ServerBrowser_C"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_ServerBrowser_C, UberGraphFrame) == 0x0002C0, "Member 'UWBP_UI_MainMenu_CrimeNet_ServerBrowser_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_ServerBrowser_C, ScrollBox_ServerList) == 0x0002C8, "Member 'UWBP_UI_MainMenu_CrimeNet_ServerBrowser_C::ScrollBox_ServerList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_ServerBrowser_C, Text_HeistHeader) == 0x0002D0, "Member 'UWBP_UI_MainMenu_CrimeNet_ServerBrowser_C::Text_HeistHeader' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_ServerBrowser_C, Text_LookingForSessions) == 0x0002D8, "Member 'UWBP_UI_MainMenu_CrimeNet_ServerBrowser_C::Text_LookingForSessions' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_ServerBrowser_C, Text_NoServers) == 0x0002E0, "Member 'UWBP_UI_MainMenu_CrimeNet_ServerBrowser_C::Text_NoServers' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_ServerBrowser_C, Text_PingHeader) == 0x0002E8, "Member 'UWBP_UI_MainMenu_CrimeNet_ServerBrowser_C::Text_PingHeader' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_ServerBrowser_C, Text_PlayerCount) == 0x0002F0, "Member 'UWBP_UI_MainMenu_CrimeNet_ServerBrowser_C::Text_PlayerCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_ServerBrowser_C, bCanRefresh) == 0x0002F8, "Member 'UWBP_UI_MainMenu_CrimeNet_ServerBrowser_C::bCanRefresh' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_ServerBrowser_C, ActiveButton) == 0x000300, "Member 'UWBP_UI_MainMenu_CrimeNet_ServerBrowser_C::ActiveButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KeypadUVLightPossibleCode_C_SetKeypad \ +static_assert(alignof(WBP_KeypadUVLightPossibleCode_C_SetKeypad) == 0x000004, "Wrong alignment on WBP_KeypadUVLightPossibleCode_C_SetKeypad"); \ +static_assert(sizeof(WBP_KeypadUVLightPossibleCode_C_SetKeypad) == 0x000018, "Wrong size on WBP_KeypadUVLightPossibleCode_C_SetKeypad"); \ +static_assert(offsetof(WBP_KeypadUVLightPossibleCode_C_SetKeypad, TrueCode) == 0x000000, "Member 'WBP_KeypadUVLightPossibleCode_C_SetKeypad::TrueCode' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightPossibleCode_C_SetKeypad, RandomCode) == 0x000004, "Member 'WBP_KeypadUVLightPossibleCode_C_SetKeypad::RandomCode' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightPossibleCode_C_SetKeypad, ShowTrueCode) == 0x000008, "Member 'WBP_KeypadUVLightPossibleCode_C_SetKeypad::ShowTrueCode' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightPossibleCode_C_SetKeypad, TempKod) == 0x00000C, "Member 'WBP_KeypadUVLightPossibleCode_C_SetKeypad::TempKod' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightPossibleCode_C_SetKeypad, Temp_bool_Variable) == 0x000010, "Member 'WBP_KeypadUVLightPossibleCode_C_SetKeypad::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightPossibleCode_C_SetKeypad, K2Node_Select_Default) == 0x000014, "Member 'WBP_KeypadUVLightPossibleCode_C_SetKeypad::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KeypadUVLightPossibleCode_C_SetText \ +static_assert(alignof(WBP_KeypadUVLightPossibleCode_C_SetText) == 0x000008, "Wrong alignment on WBP_KeypadUVLightPossibleCode_C_SetText"); \ +static_assert(sizeof(WBP_KeypadUVLightPossibleCode_C_SetText) == 0x000020, "Wrong size on WBP_KeypadUVLightPossibleCode_C_SetText"); \ +static_assert(offsetof(WBP_KeypadUVLightPossibleCode_C_SetText, Value) == 0x000000, "Member 'WBP_KeypadUVLightPossibleCode_C_SetText::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadUVLightPossibleCode_C_SetText, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_KeypadUVLightPossibleCode_C_SetText::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_KeypadUVLightPossibleCode_C \ +static_assert(alignof(UWBP_KeypadUVLightPossibleCode_C) == 0x000008, "Wrong alignment on UWBP_KeypadUVLightPossibleCode_C"); \ +static_assert(sizeof(UWBP_KeypadUVLightPossibleCode_C) == 0x0002E8, "Wrong size on UWBP_KeypadUVLightPossibleCode_C"); \ +static_assert(offsetof(UWBP_KeypadUVLightPossibleCode_C, Button_0) == 0x000290, "Member 'UWBP_KeypadUVLightPossibleCode_C::Button_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadUVLightPossibleCode_C, Button_1) == 0x000298, "Member 'UWBP_KeypadUVLightPossibleCode_C::Button_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadUVLightPossibleCode_C, Button_2) == 0x0002A0, "Member 'UWBP_KeypadUVLightPossibleCode_C::Button_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadUVLightPossibleCode_C, Button_3) == 0x0002A8, "Member 'UWBP_KeypadUVLightPossibleCode_C::Button_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadUVLightPossibleCode_C, Button_4) == 0x0002B0, "Member 'UWBP_KeypadUVLightPossibleCode_C::Button_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadUVLightPossibleCode_C, Button_5) == 0x0002B8, "Member 'UWBP_KeypadUVLightPossibleCode_C::Button_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadUVLightPossibleCode_C, Button_6) == 0x0002C0, "Member 'UWBP_KeypadUVLightPossibleCode_C::Button_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadUVLightPossibleCode_C, Button_7) == 0x0002C8, "Member 'UWBP_KeypadUVLightPossibleCode_C::Button_7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadUVLightPossibleCode_C, Button_8) == 0x0002D0, "Member 'UWBP_KeypadUVLightPossibleCode_C::Button_8' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadUVLightPossibleCode_C, Button_9) == 0x0002D8, "Member 'UWBP_KeypadUVLightPossibleCode_C::Button_9' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadUVLightPossibleCode_C, CodeText) == 0x0002E0, "Member 'UWBP_KeypadUVLightPossibleCode_C::CodeText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGE_Meth_MuriaticAcid_C \ +static_assert(alignof(UGE_Meth_MuriaticAcid_C) == 0x000008, "Wrong alignment on UGE_Meth_MuriaticAcid_C"); \ +static_assert(sizeof(UGE_Meth_MuriaticAcid_C) == 0x0008C0, "Wrong size on UGE_Meth_MuriaticAcid_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection) == 0x0003F0, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, EntryPoint) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_GetGameStateMachine_ReturnValue) == 0x000008, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_GetUIManager_ReturnValue) == 0x000010, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_PopStack_ReturnValue) == 0x000018, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_GetGameStateMachine_ReturnValue_1) == 0x000028, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_GetGameStateMachine_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_GetGameStateMachine_ReturnValue_2) == 0x000030, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_GetGameStateMachine_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_IsMatchmakingInProgress_ReturnValue) == 0x000038, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_IsMatchmakingInProgress_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_GetGameStateMachine_ReturnValue_3) == 0x000040, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_GetGameStateMachine_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_IsMatchmakingInProgress_ReturnValue_1) == 0x000048, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_IsMatchmakingInProgress_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_LevelPathToIdx_ReturnValue) == 0x00004C, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_LevelPathToIdx_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_LevelPathToIdx_ReturnValue_1) == 0x000050, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_LevelPathToIdx_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000054, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000055, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_Event_PreviousValue) == 0x000058, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_GetGameStateMachine_ReturnValue_4) == 0x000068, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_GetGameStateMachine_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_IsMatchmakingInProgress_ReturnValue_2) == 0x000070, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_IsMatchmakingInProgress_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_GetUIManager_ReturnValue_1) == 0x000078, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_Not_PreBool_ReturnValue) == 0x000080, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_PopStack_ReturnValue_1) == 0x000084, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_PopStack_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_GetGameStateMachineState_ReturnValue) == 0x000090, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_GetGameStateMachineState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000091, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_GetUIManager_ReturnValue_2) == 0x000098, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_GetUIManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_GetGameStateMachine_ReturnValue_5) == 0x0000A0, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_GetGameStateMachine_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_PopStack_ReturnValue_2) == 0x0000A8, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_PopStack_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_GetMatchMakingParameters_ReturnValue) == 0x0000B8, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_GetMatchMakingParameters_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_ComponentBoundEvent_Button_5) == 0x0000F0, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_ComponentBoundEvent_Button_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_ComponentBoundEvent_bIsEnabled_2) == 0x0000F8, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_ComponentBoundEvent_bIsEnabled_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_ComponentBoundEvent_Button_4) == 0x000100, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_ComponentBoundEvent_Button_3) == 0x000108, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x000110, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_ComponentBoundEvent_Button_2) == 0x000118, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_ComponentBoundEvent_Button_1) == 0x000120, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_ComponentBoundEvent_bIsEnabled) == 0x000128, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_ComponentBoundEvent_Button) == 0x000130, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_CustomEvent_InActionInput_2) == 0x000138, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_CustomEvent_InActionInput_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_CustomEvent_InActionInput_1) == 0x000144, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_CustomEvent_InActionInput_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_SwitchName_CmpSuccess) == 0x000150, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_SwitchName_CmpSuccess_1) == 0x000151, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_SwitchName_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_GetUIManager_ReturnValue_3) == 0x000158, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_GetUIManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_PopStack_ReturnValue_3) == 0x000160, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_PopStack_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_CustomEvent_InActionInput) == 0x00016C, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_CustomEvent_InActionInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_SwitchName_CmpSuccess_2) == 0x000178, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_SwitchName_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_CustomEvent_Button_1) == 0x000180, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_CustomEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_CustomEvent_bIsEnabled) == 0x000188, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_CustomEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_CustomEvent_Button) == 0x000190, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_CustomEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_DynamicCast_AsWBP_UI_Main_Menu_Crime_Net_Heist_Button) == 0x000198, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_DynamicCast_AsWBP_UI_Main_Menu_Crime_Net_Heist_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_DynamicCast_bSuccess) == 0x0001A0, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_IsValid_ReturnValue) == 0x0001A1, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_ComponentBoundEvent_NewIndex) == 0x0001A4, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_ComponentBoundEvent_NewIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_GetGameStateMachine_ReturnValue_6) == 0x0001A8, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_GetGameStateMachine_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_GetMatchMakingParameters_ReturnValue_1) == 0x0001B0, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_GetMatchMakingParameters_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_LevelPathToIdx_ReturnValue_2) == 0x0001E8, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_LevelPathToIdx_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0001EC, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_GetGameStateMachine_ReturnValue_7) == 0x0001F0, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_GetGameStateMachine_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_Event_IsDesignTime) == 0x0001F8, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, Temp_object_Variable) == 0x000200, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_CustomEvent_InSoftObjectReference) == 0x000208, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_CustomEvent_InSoftObjectReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_DynamicCast_AsPaper_Sprite) == 0x000238, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_DynamicCast_bSuccess_1) == 0x000240, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000241, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_CustomEvent_Loaded) == 0x000248, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_MakeStruct_SlateColor) == 0x000250, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_MakeStruct_SlateBrush) == 0x000278, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_CreateDelegate_OutputDelegate) == 0x000308, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_MakeStruct_SlateColor_1) == 0x000320, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, K2Node_MakeStruct_SlateBrush_1) == 0x000348, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::K2Node_MakeStruct_SlateBrush_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_GetDifficulty_NewParam) == 0x0003D8, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_GetDifficulty_NewParam' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_Conv_ByteToInt_ReturnValue) == 0x0003DC, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_GetSBZGameUserSettings_ReturnValue) == 0x0003E0, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_GetSBZGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection, CallFunc_GetMatchmakingDifficulty_ReturnValue) == 0x0003E8, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet_HeistSelection::CallFunc_GetMatchmakingDifficulty_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateHeistIcon \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateHeistIcon) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateHeistIcon"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateHeistIcon) == 0x000030, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateHeistIcon"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateHeistIcon, InSoftObjectReference) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateHeistIcon::InSoftObjectReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_1_SBZOnSelectorOptionChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_1_SBZOnSelectorOptionChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_1_SBZOnSelectorOptionChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_1_SBZOnSelectorOptionChanged__DelegateSignature) == 0x000004, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_1_SBZOnSelectorOptionChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_1_SBZOnSelectorOptionChanged__DelegateSignature, NewIndex) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_1_SBZOnSelectorOptionChanged__DelegateSignature::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnHeistButtonSelected \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnHeistButtonSelected) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnHeistButtonSelected"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnHeistButtonSelected) == 0x000008, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnHeistButtonSelected"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnHeistButtonSelected, Button) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnHeistButtonSelected::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnHeistButtonFocused \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnHeistButtonFocused) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnHeistButtonFocused"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnHeistButtonFocused) == 0x000010, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnHeistButtonFocused"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnHeistButtonFocused, Button) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnHeistButtonFocused::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnHeistButtonFocused, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnHeistButtonFocused::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnControlsReferenceHeistSelectionClicked \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnControlsReferenceHeistSelectionClicked) == 0x000004, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnControlsReferenceHeistSelectionClicked"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnControlsReferenceHeistSelectionClicked) == 0x00000C, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnControlsReferenceHeistSelectionClicked"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnControlsReferenceHeistSelectionClicked, InActionInput) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnControlsReferenceHeistSelectionClicked::InActionInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnControlsReference_Matchmaking_Clicked \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnControlsReference_Matchmaking_Clicked) == 0x000004, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnControlsReference_Matchmaking_Clicked"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnControlsReference_Matchmaking_Clicked) == 0x00000C, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnControlsReference_Matchmaking_Clicked"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnControlsReference_Matchmaking_Clicked, InActionInput) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnControlsReference_Matchmaking_Clicked::InActionInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnControlsReferenceClicked) == 0x00000C, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnControlsReferenceClicked, InActionInput) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnControlsReferenceClicked::InActionInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_PS_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_PS_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_PS_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_PS_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_PS_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_PS_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_PS_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_PS_K2Node_ComponentBoundEvent_11_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_PS_K2Node_ComponentBoundEvent_11_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_PS_K2Node_ComponentBoundEvent_11_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_PS_K2Node_ComponentBoundEvent_11_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_PS_K2Node_ComponentBoundEvent_11_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_PS_K2Node_ComponentBoundEvent_11_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_PS_K2Node_ComponentBoundEvent_11_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_PS_K2Node_ComponentBoundEvent_11_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_PS_K2Node_ComponentBoundEvent_11_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_Host_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_Host_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_Host_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_Host_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_Host_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_Host_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_Host_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_Host_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_Host_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_Host_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_Host_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_Host_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_Host_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_Host_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_Host_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_Host_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_MM_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_MM_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_MM_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_MM_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_MM_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_MM_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_MM_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_MM_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_MM_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_MM_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_MM_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_MM_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_MM_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_MM_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_MM_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistSelection_Button_MM_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistSelection_C_PreConstruct \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnLoaded_E6648CEA45447C8A0D6DA58373B5830A \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnLoaded_E6648CEA45447C8A0D6DA58373B5830A) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnLoaded_E6648CEA45447C8A0D6DA58373B5830A"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnLoaded_E6648CEA45447C8A0D6DA58373B5830A) == 0x000008, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnLoaded_E6648CEA45447C8A0D6DA58373B5830A"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnLoaded_E6648CEA45447C8A0D6DA58373B5830A, Loaded) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_OnLoaded_E6648CEA45447C8A0D6DA58373B5830A::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelButtons \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelButtons) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelButtons"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelButtons) == 0x000040, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelButtons"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelButtons, LevelList) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelButtons::LevelList' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelButtons, CallFunc_GetLevelsFeature_ReturnValue) == 0x000010, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelButtons::CallFunc_GetLevelsFeature_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelButtons, CallFunc_GetLevelsDev_ReturnValue) == 0x000020, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelButtons::CallFunc_GetLevelsDev_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelButtons, CallFunc_GetLevels_ReturnValue) == 0x000030, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelButtons::CallFunc_GetLevels_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp) == 0x000188, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp, bShouldDisplay) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp::bShouldDisplay' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp, K2Node_MakeStruct_SBZButtonControlReference) == 0x000008, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp, K2Node_CreateDelegate_OutputDelegate) == 0x000040, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp, K2Node_CreateDelegate_OutputDelegate_1) == 0x000054, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000068, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp, K2Node_MakeStruct_SBZButtonControlReference_2) == 0x0000A0, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp::K2Node_MakeStruct_SBZButtonControlReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp, K2Node_MakeArray_Array) == 0x0000D8, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp, K2Node_MakeStruct_SBZButtonControlReference_3) == 0x0000E8, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp::K2Node_MakeStruct_SBZButtonControlReference_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000120, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp, K2Node_MakeArray_Array_1) == 0x000148, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp, K2Node_MakeStruct_SBZButtonControlsReference_1) == 0x000158, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp::K2Node_MakeStruct_SBZButtonControlsReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000180, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayPopUp::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayHeistSelection \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayHeistSelection) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayHeistSelection"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayHeistSelection) == 0x0000C8, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayHeistSelection"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayHeistSelection, bIsGameStart) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayHeistSelection::bIsGameStart' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayHeistSelection, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayHeistSelection::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayHeistSelection, CallFunc_GetChildAt_ReturnValue) == 0x000018, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayHeistSelection::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayHeistSelection, K2Node_MakeStruct_SBZButtonControlReference) == 0x000020, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayHeistSelection::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayHeistSelection, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000058, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayHeistSelection::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayHeistSelection, K2Node_MakeArray_Array) == 0x000090, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayHeistSelection::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayHeistSelection, K2Node_MakeStruct_SBZButtonControlsReference) == 0x0000A0, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayHeistSelection::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel) == 0x000118, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel, CallFunc_GetDifficulty_NewParam) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel::CallFunc_GetDifficulty_NewParam' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel, CallFunc_GetPlayerStatisticsManager_ReturnValue) == 0x000008, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel::CallFunc_GetPlayerStatisticsManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000010, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel, K2Node_MakeStruct_SlateColor) == 0x000018, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel, K2Node_MakeStruct_SlateBrush) == 0x000040, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel, CallFunc_Get_Level_Name_OutLevelName) == 0x0000D0, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel::CallFunc_Get_Level_Name_OutLevelName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel, CallFunc_GetHeistData_NewParam) == 0x0000E8, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel::CallFunc_GetHeistData_NewParam' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel, CallFunc_IsValid_ReturnValue) == 0x0000F0, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel, CallFunc_GetHeistBestTimes_ReturnValue) == 0x0000F8, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel::CallFunc_GetHeistBestTimes_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel, CallFunc_Array_Get_Item) == 0x000108, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel, CallFunc_IsValid_ReturnValue_1) == 0x000110, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_UpdateLevelDescriptionPanel::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList) == 0x000160, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList, LevelListName) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList::LevelListName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList, LevelPathList) == 0x000018, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList::LevelPathList' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList, K2Node_CreateDelegate_OutputDelegate) == 0x00002C, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList, K2Node_CreateDelegate_OutputDelegate_1) == 0x000040, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList, CallFunc_Create_ReturnValue) == 0x000058, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList, K2Node_MakeStruct_SlateColor) == 0x000060, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList, CallFunc_Map_Contains_ReturnValue) == 0x000088, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList, CallFunc_GetHeistData_NewParam) == 0x000090, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList::CallFunc_GetHeistData_NewParam' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList, CallFunc_IsValid_ReturnValue) == 0x000098, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList, K2Node_MakeStruct_SlateFontInfo) == 0x0000A0, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList, CallFunc_Create_ReturnValue_1) == 0x000100, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList, Temp_int_Loop_Counter_Variable) == 0x000108, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList, CallFunc_Less_IntInt_ReturnValue) == 0x00010C, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList, CallFunc_Add_IntInt_ReturnValue) == 0x000110, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList, CallFunc_AddChildToCanvas_ReturnValue) == 0x000118, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList::CallFunc_AddChildToCanvas_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList, Temp_int_Array_Index_Variable) == 0x000120, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList, CallFunc_Array_Get_Item) == 0x000128, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList, CallFunc_AddChild_ReturnValue) == 0x000148, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList, CallFunc_SpawnObject_ReturnValue) == 0x000150, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList, CallFunc_AddChild_ReturnValue_1) == 0x000158, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_InitializeLevelList::CallFunc_AddChild_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayActiveOnMap \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayActiveOnMap) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayActiveOnMap"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayActiveOnMap) == 0x000020, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayActiveOnMap"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayActiveOnMap, HeistButton) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayActiveOnMap::HeistButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayActiveOnMap, bIsActive) == 0x000008, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayActiveOnMap::bIsActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayActiveOnMap, CallFunc_Map_Find_Value) == 0x000010, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayActiveOnMap::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayActiveOnMap, CallFunc_Map_Find_ReturnValue) == 0x000018, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayActiveOnMap::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayActiveOnMap, CallFunc_Map_Contains_ReturnValue) == 0x000019, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayActiveOnMap::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayActiveOnMap, CallFunc_IsValid_ReturnValue) == 0x00001A, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayActiveOnMap::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayActiveOnMap, CallFunc_BooleanAND_ReturnValue) == 0x00001B, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_DisplayActiveOnMap::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer) == 0x000140, "Wrong size on WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer, Timer) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer::Timer' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer, bIsStealth) == 0x000004, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer::bIsStealth' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer, TimerText) == 0x000008, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer::TimerText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer, Temp_bool_Variable) == 0x000020, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer, CallFunc_FTrunc_ReturnValue) == 0x000024, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer, CallFunc_FormatIntToTimerText_ReturnValue) == 0x000028, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer::CallFunc_FormatIntToTimerText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000040, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer, K2Node_MakeArray_Array) == 0x0000C8, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer, K2Node_MakeArray_Array_1) == 0x0000D8, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer, CallFunc_Format_ReturnValue) == 0x0000E8, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer, CallFunc_Format_ReturnValue_1) == 0x000100, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer, Temp_bool_Variable_1) == 0x000118, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer, K2Node_Select_Default) == 0x000120, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer, K2Node_Select_Default_1) == 0x000138, "Member 'WBP_UI_MainMenu_CrimeNet_HeistSelection_C_SetTimer::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_MainMenu_CrimeNet_HeistSelection_C \ +static_assert(alignof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C) == 0x000008, "Wrong alignment on UWBP_UI_MainMenu_CrimeNet_HeistSelection_C"); \ +static_assert(sizeof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C) == 0x0003D8, "Wrong size on UWBP_UI_MainMenu_CrimeNet_HeistSelection_C"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C, UberGraphFrame) == 0x0002C0, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistSelection_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C, Button_PopUp_Host) == 0x0002C8, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistSelection_C::Button_PopUp_Host' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C, Button_PopUp_Matchmaking) == 0x0002D0, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistSelection_C::Button_PopUp_Matchmaking' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C, Button_PopUp_PlaySolo) == 0x0002D8, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistSelection_C::Button_PopUp_PlaySolo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C, CanvasPanel_MapIcons) == 0x0002E0, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistSelection_C::CanvasPanel_MapIcons' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C, Image_Background) == 0x0002E8, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistSelection_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C, Image_Background_1) == 0x0002F0, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistSelection_C::Image_Background_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C, Image_LevelIcon) == 0x0002F8, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistSelection_C::Image_LevelIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C, Image_MapBackground) == 0x000300, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistSelection_C::Image_MapBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C, Overlay_HeistDescription) == 0x000308, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistSelection_C::Overlay_HeistDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C, Overlay_MatchSelected) == 0x000310, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistSelection_C::Overlay_MatchSelected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C, Overlay_PanelSpace) == 0x000318, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistSelection_C::Overlay_PanelSpace' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C, Overlay_SecurityCompanies) == 0x000320, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistSelection_C::Overlay_SecurityCompanies' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C, ScrollBox_LevelList) == 0x000328, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistSelection_C::ScrollBox_LevelList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C, SizeBox_LevelList) == 0x000330, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistSelection_C::SizeBox_LevelList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C, Text_BestTime_Loud) == 0x000338, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistSelection_C::Text_BestTime_Loud' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C, Text_BestTime_Stealth_1) == 0x000340, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistSelection_C::Text_BestTime_Stealth_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C, Text_Desc_LevelDescription) == 0x000348, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistSelection_C::Text_Desc_LevelDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C, Text_Desc_LevelName) == 0x000350, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistSelection_C::Text_Desc_LevelName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C, Widget_DifficultySelection) == 0x000358, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistSelection_C::Widget_DifficultySelection' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C, Widget_SecurityCompanies) == 0x000360, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistSelection_C::Widget_SecurityCompanies' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C, ActiveHeistButton) == 0x000368, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistSelection_C::ActiveHeistButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C, bIsPopUpDisplayed) == 0x000370, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistSelection_C::bIsPopUpDisplayed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C, ActiveMatchmakeButton) == 0x000378, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistSelection_C::ActiveMatchmakeButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C, ActiveMatchmakingMenuButton) == 0x000380, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistSelection_C::ActiveMatchmakingMenuButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_HeistSelection_C, ButtonToMapMap) == 0x000388, "Member 'UWBP_UI_MainMenu_CrimeNet_HeistSelection_C::ButtonToMapMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_Downed_C \ +static_assert(alignof(UGA_Downed_C) == 0x000008, "Wrong alignment on UGA_Downed_C"); \ +static_assert(sizeof(UGA_Downed_C) == 0x0004D8, "Wrong size on UGA_Downed_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial \ +static_assert(alignof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial) == 0x000008, "Wrong alignment on WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial"); \ +static_assert(sizeof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial) == 0x000200, "Wrong size on WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, EntryPoint) == 0x000000, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, Temp_object_Variable) == 0x000008, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, Temp_bool_Variable) == 0x00001C, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, CallFunc_GetGameStateMachine_ReturnValue) == 0x000020, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, CallFunc_Play2DSound_ReturnValue) == 0x000028, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, K2Node_Event_PreviousValue) == 0x00002C, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, CallFunc_GetUIManager_ReturnValue) == 0x000038, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, K2Node_CreateDelegate_OutputDelegate) == 0x000040, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, K2Node_CustomEvent_ActionName) == 0x000054, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::K2Node_CustomEvent_ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, K2Node_MakeStruct_SBZButtonControlReference) == 0x000060, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, K2Node_SwitchName_CmpSuccess) == 0x000098, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x0000A0, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, K2Node_Event_MenuButton) == 0x0000D8, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::K2Node_Event_MenuButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, K2Node_Event_bIsFocused) == 0x0000E0, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::K2Node_Event_bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, K2Node_MakeArray_Array) == 0x0000E8, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, K2Node_MakeStruct_SBZButtonControlsReference) == 0x0000F8, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, K2Node_Select_Default) == 0x000120, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, CallFunc_IsValid_ReturnValue) == 0x000128, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, CallFunc_GetUIManager_ReturnValue_1) == 0x000130, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, CallFunc_PopStack_ReturnValue) == 0x000138, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, CallFunc_GetAllChildren_ReturnValue) == 0x000148, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, CallFunc_Array_Get_Item) == 0x000158, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, CallFunc_HasAnyChildren_ReturnValue) == 0x000160, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::CallFunc_HasAnyChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, K2Node_DynamicCast_AsSBZMain_Menu_Crime_Net_Heist_Button) == 0x000168, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::K2Node_DynamicCast_AsSBZMain_Menu_Crime_Net_Heist_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, K2Node_DynamicCast_bSuccess) == 0x000170, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, CallFunc_Array_Add_ReturnValue) == 0x000174, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, CallFunc_Array_Length_ReturnValue) == 0x000178, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, CallFunc_Less_IntInt_ReturnValue) == 0x00017C, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, CallFunc_GetChildAt_ReturnValue) == 0x000180, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x000188, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, CallFunc_MakeLiteralName_ReturnValue) == 0x000190, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, CallFunc_PlayAnimation_ReturnValue) == 0x0001A0, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001A8, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, K2Node_CustomEvent_Button) == 0x0001C0, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::K2Node_CustomEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, K2Node_DynamicCast_AsSBZMain_Menu_Crime_Net_Heist_Button_1) == 0x0001C8, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::K2Node_DynamicCast_AsSBZMain_Menu_Crime_Net_Heist_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, K2Node_DynamicCast_bSuccess_1) == 0x0001D0, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, CallFunc_Play2DSound_ReturnValue_1) == 0x0001D4, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::CallFunc_Play2DSound_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, CallFunc_GetHeistLevelPath_ReturnValue) == 0x0001D8, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::CallFunc_GetHeistLevelPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial, CallFunc_LevelPathToIdx_ReturnValue) == 0x0001F8, "Member 'WBP_UI_CrimeNet_Tutorial_C_ExecuteUbergraph_WBP_UI_CrimeNet_Tutorial::CallFunc_LevelPathToIdx_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNet_Tutorial_C_OnTutorialButtonSelected \ +static_assert(alignof(WBP_UI_CrimeNet_Tutorial_C_OnTutorialButtonSelected) == 0x000008, "Wrong alignment on WBP_UI_CrimeNet_Tutorial_C_OnTutorialButtonSelected"); \ +static_assert(sizeof(WBP_UI_CrimeNet_Tutorial_C_OnTutorialButtonSelected) == 0x000008, "Wrong size on WBP_UI_CrimeNet_Tutorial_C_OnTutorialButtonSelected"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_OnTutorialButtonSelected, Button) == 0x000000, "Member 'WBP_UI_CrimeNet_Tutorial_C_OnTutorialButtonSelected::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNet_Tutorial_C_OnHeistButtonFocused \ +static_assert(alignof(WBP_UI_CrimeNet_Tutorial_C_OnHeistButtonFocused) == 0x000008, "Wrong alignment on WBP_UI_CrimeNet_Tutorial_C_OnHeistButtonFocused"); \ +static_assert(sizeof(WBP_UI_CrimeNet_Tutorial_C_OnHeistButtonFocused) == 0x000010, "Wrong size on WBP_UI_CrimeNet_Tutorial_C_OnHeistButtonFocused"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_OnHeistButtonFocused, MenuButton) == 0x000000, "Member 'WBP_UI_CrimeNet_Tutorial_C_OnHeistButtonFocused::MenuButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_OnHeistButtonFocused, bIsFocused) == 0x000008, "Member 'WBP_UI_CrimeNet_Tutorial_C_OnHeistButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNet_Tutorial_C_OnControlsReferencePressed \ +static_assert(alignof(WBP_UI_CrimeNet_Tutorial_C_OnControlsReferencePressed) == 0x000004, "Wrong alignment on WBP_UI_CrimeNet_Tutorial_C_OnControlsReferencePressed"); \ +static_assert(sizeof(WBP_UI_CrimeNet_Tutorial_C_OnControlsReferencePressed) == 0x00000C, "Wrong size on WBP_UI_CrimeNet_Tutorial_C_OnControlsReferencePressed"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_OnControlsReferencePressed, ActionName) == 0x000000, "Member 'WBP_UI_CrimeNet_Tutorial_C_OnControlsReferencePressed::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNet_Tutorial_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_CrimeNet_Tutorial_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_CrimeNet_Tutorial_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_CrimeNet_Tutorial_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_CrimeNet_Tutorial_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_CrimeNet_Tutorial_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CrimeNet_Tutorial_C_ResetButtonsVisuals \ +static_assert(alignof(WBP_UI_CrimeNet_Tutorial_C_ResetButtonsVisuals) == 0x000008, "Wrong alignment on WBP_UI_CrimeNet_Tutorial_C_ResetButtonsVisuals"); \ +static_assert(sizeof(WBP_UI_CrimeNet_Tutorial_C_ResetButtonsVisuals) == 0x000040, "Wrong size on WBP_UI_CrimeNet_Tutorial_C_ResetButtonsVisuals"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ResetButtonsVisuals, K2Node_MakeStruct_Margin) == 0x000000, "Member 'WBP_UI_CrimeNet_Tutorial_C_ResetButtonsVisuals::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ResetButtonsVisuals, K2Node_MakeStruct_Margin_1) == 0x000010, "Member 'WBP_UI_CrimeNet_Tutorial_C_ResetButtonsVisuals::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ResetButtonsVisuals, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue) == 0x000020, "Member 'WBP_UI_CrimeNet_Tutorial_C_ResetButtonsVisuals::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ResetButtonsVisuals, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_1) == 0x000028, "Member 'WBP_UI_CrimeNet_Tutorial_C_ResetButtonsVisuals::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ResetButtonsVisuals, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_2) == 0x000030, "Member 'WBP_UI_CrimeNet_Tutorial_C_ResetButtonsVisuals::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CrimeNet_Tutorial_C_ResetButtonsVisuals, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_3) == 0x000038, "Member 'WBP_UI_CrimeNet_Tutorial_C_ResetButtonsVisuals::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_CrimeNet_Tutorial_C \ +static_assert(alignof(UWBP_UI_CrimeNet_Tutorial_C) == 0x000008, "Wrong alignment on UWBP_UI_CrimeNet_Tutorial_C"); \ +static_assert(sizeof(UWBP_UI_CrimeNet_Tutorial_C) == 0x000350, "Wrong size on UWBP_UI_CrimeNet_Tutorial_C"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_Tutorial_C, UberGraphFrame) == 0x0002F0, "Member 'UWBP_UI_CrimeNet_Tutorial_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_Tutorial_C, ShowButtons) == 0x0002F8, "Member 'UWBP_UI_CrimeNet_Tutorial_C::ShowButtons' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_Tutorial_C, Background_Blur) == 0x000300, "Member 'UWBP_UI_CrimeNet_Tutorial_C::Background_Blur' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_Tutorial_C, Background_I) == 0x000308, "Member 'UWBP_UI_CrimeNet_Tutorial_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_Tutorial_C, CombatButton) == 0x000310, "Member 'UWBP_UI_CrimeNet_Tutorial_C::CombatButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_Tutorial_C, CrowdControlButton) == 0x000318, "Member 'UWBP_UI_CrimeNet_Tutorial_C::CrowdControlButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_Tutorial_C, DetectionButton) == 0x000320, "Member 'UWBP_UI_CrimeNet_Tutorial_C::DetectionButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_Tutorial_C, ScreenTitle) == 0x000328, "Member 'UWBP_UI_CrimeNet_Tutorial_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_Tutorial_C, StealthButton) == 0x000330, "Member 'UWBP_UI_CrimeNet_Tutorial_C::StealthButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_Tutorial_C, TutorialButtons_VB) == 0x000338, "Member 'UWBP_UI_CrimeNet_Tutorial_C::TutorialButtons_VB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_Tutorial_C, ActiveButton) == 0x000340, "Member 'UWBP_UI_CrimeNet_Tutorial_C::ActiveButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CrimeNet_Tutorial_C, ButtonShownAudioEvent) == 0x000348, "Member 'UWBP_UI_CrimeNet_Tutorial_C::ButtonShownAudioEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection \ +static_assert(alignof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection) == 0x000008, "Wrong alignment on WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection"); \ +static_assert(sizeof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection) == 0x000470, "Wrong size on WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, EntryPoint) == 0x000000, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_GetGameStateMachine_ReturnValue) == 0x000008, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_GetGameStateMachine_ReturnValue_1) == 0x000010, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_GetGameStateMachine_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_Event_PreviousValue) == 0x000018, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_IsMatchmakingInProgress_ReturnValue) == 0x000024, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_IsMatchmakingInProgress_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_NotEqual_NameName_ReturnValue) == 0x000025, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_GetGameStateMachine_ReturnValue_2) == 0x000028, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_GetGameStateMachine_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_GetGameStateMachine_ReturnValue_3) == 0x000030, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_GetGameStateMachine_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_GetMatchMakingParameters_ReturnValue) == 0x000038, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_GetMatchMakingParameters_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_ComponentBoundEvent_Button_2) == 0x000070, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_GetHeistLevelPath_ReturnValue) == 0x000078, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_GetHeistLevelPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_ComponentBoundEvent_NewIndex_1) == 0x000098, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_ComponentBoundEvent_NewIndex_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_LevelPathToIdx_ReturnValue) == 0x00009C, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_LevelPathToIdx_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000A0, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_CustomEvent_ActionName) == 0x0000A4, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_CustomEvent_ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_ComponentBoundEvent_Button_1) == 0x0000B0, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_ComponentBoundEvent_bIsEnabled) == 0x0000B8, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_SwitchName_CmpSuccess) == 0x0000B9, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_MakeStruct_SBZButtonControlReference) == 0x0000C0, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x0000F8, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_CreateDelegate_OutputDelegate) == 0x000130, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_MakeStruct_SBZButtonControlReference_2) == 0x000148, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_MakeStruct_SBZButtonControlReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_MakeArray_Array) == 0x000180, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000190, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_GetUIManager_ReturnValue) == 0x0001B8, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_PopStack_ReturnValue) == 0x0001C0, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_Event_SelectedButton) == 0x0001D0, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_Event_SelectedButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_GetHeistData_ReturnValue) == 0x0001D8, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_GetHeistData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_DynamicCast_AsWBP_UI_Crime_Net_Heist_Button) == 0x0001E0, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_DynamicCast_AsWBP_UI_Crime_Net_Heist_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_DynamicCast_bSuccess) == 0x0001E8, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_IsValid_ReturnValue) == 0x0001E9, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_ComponentBoundEvent_Button) == 0x0001F0, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, Temp_int_Array_Index_Variable) == 0x0001F8, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_GetUIManager_ReturnValue_1) == 0x000200, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_GetMenuWidget_ReturnValue) == 0x000208, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_DynamicCast_AsWBP_UI_SM_Game_Start) == 0x000210, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_DynamicCast_AsWBP_UI_SM_Game_Start' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_DynamicCast_bSuccess_1) == 0x000218, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_Event_MenuButton) == 0x000220, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_Event_MenuButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_Event_bIsFocused) == 0x000228, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_Event_bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_DynamicCast_AsSBZMain_Menu_Crime_Net_Heist_Button) == 0x000230, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_DynamicCast_AsSBZMain_Menu_Crime_Net_Heist_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_DynamicCast_bSuccess_2) == 0x000238, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_Play2DSound_ReturnValue) == 0x00023C, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_DynamicCast_AsWBP_UI_Crime_Net_Heist_Button_1) == 0x000240, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_DynamicCast_AsWBP_UI_Crime_Net_Heist_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_DynamicCast_bSuccess_3) == 0x000248, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_PlayAnimationForward_ReturnValue) == 0x000250, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000258, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_BooleanAND_ReturnValue) == 0x000259, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_ToggleStoryModeFilter_ReturnValue) == 0x00025A, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_ToggleStoryModeFilter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, Temp_int_Loop_Counter_Variable) == 0x00025C, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_Add_IntInt_ReturnValue) == 0x000260, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x000268, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_MakeLiteralName_ReturnValue) == 0x000270, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_BooleanAND_ReturnValue_1) == 0x00027C, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_GetHeistCollections_ReturnValue) == 0x000280, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_GetHeistCollections_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_Array_Get_Item) == 0x000290, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_Array_Length_ReturnValue) == 0x0002C0, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_ComponentBoundEvent_NewIndex) == 0x0002C4, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_ComponentBoundEvent_NewIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_Less_IntInt_ReturnValue) == 0x0002C8, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_Array_Add_ReturnValue) == 0x0002CC, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_Event_ActiveHeistCollection) == 0x0002D0, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_Event_ActiveHeistCollection' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_GetUIManager_ReturnValue_2) == 0x000300, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_GetUIManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_CreateDelegate_OutputDelegate_1) == 0x000308, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_CustomEvent_ClosingActionName) == 0x00031C, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_CustomEvent_ClosingActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_MakeStruct_SBZButtonControlReference_3) == 0x000328, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_MakeStruct_SBZButtonControlReference_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000360, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_MakeStruct_SBZButtonControlReference_4) == 0x000368, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_MakeStruct_SBZButtonControlReference_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_MakeArray_Array_1) == 0x0003A0, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_GetUIManager_ReturnValue_3) == 0x0003B0, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_GetUIManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_MakeStruct_SBZButtonControlsReference_1) == 0x0003B8, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_MakeStruct_SBZButtonControlsReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_PopStack_ReturnValue_1) == 0x0003E0, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_PopStack_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, K2Node_MakeStruct_SBZUIPopupData) == 0x0003F0, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::K2Node_MakeStruct_SBZUIPopupData' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_IsSoloGameEnabled_ReturnValue) == 0x000450, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_IsSoloGameEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_Get_ReturnValue) == 0x000458, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_Get_ReturnValue_1) == 0x000460, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_IsPopupShown_ReturnValue) == 0x000468, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_IsPopupShown_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_Not_PreBool_ReturnValue) == 0x000469, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_BooleanAND_ReturnValue_2) == 0x00046A, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection, CallFunc_BooleanAND_ReturnValue_3) == 0x00046B, "Member 'WBP_SM_CrimeNetHeistSelection_C_ExecuteUbergraph_WBP_SM_CrimeNetHeistSelection::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SM_CrimeNetHeistSelection_C_OnSoloModePopupClosed \ +static_assert(alignof(WBP_SM_CrimeNetHeistSelection_C_OnSoloModePopupClosed) == 0x000004, "Wrong alignment on WBP_SM_CrimeNetHeistSelection_C_OnSoloModePopupClosed"); \ +static_assert(sizeof(WBP_SM_CrimeNetHeistSelection_C_OnSoloModePopupClosed) == 0x00000C, "Wrong size on WBP_SM_CrimeNetHeistSelection_C_OnSoloModePopupClosed"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_OnSoloModePopupClosed, ClosingActionName) == 0x000000, "Member 'WBP_SM_CrimeNetHeistSelection_C_OnSoloModePopupClosed::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_WBP_Local_Navbar_K2Node_ComponentBoundEvent_4_OnIndexChanged__DelegateSignature \ +static_assert(alignof(WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_WBP_Local_Navbar_K2Node_ComponentBoundEvent_4_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_WBP_Local_Navbar_K2Node_ComponentBoundEvent_4_OnIndexChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_WBP_Local_Navbar_K2Node_ComponentBoundEvent_4_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong size on WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_WBP_Local_Navbar_K2Node_ComponentBoundEvent_4_OnIndexChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_WBP_Local_Navbar_K2Node_ComponentBoundEvent_4_OnIndexChanged__DelegateSignature, NewIndex) == 0x000000, "Member 'WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_WBP_Local_Navbar_K2Node_ComponentBoundEvent_4_OnIndexChanged__DelegateSignature::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Button_CancelMatchmaking_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Button_CancelMatchmaking_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Button_CancelMatchmaking_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Button_CancelMatchmaking_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Button_CancelMatchmaking_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Button_CancelMatchmaking_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Button_CancelMatchmaking_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SM_CrimeNetHeistSelection_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_SM_CrimeNetHeistSelection_C_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on WBP_SM_CrimeNetHeistSelection_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_SM_CrimeNetHeistSelection_C_OnControlsReferenceClicked) == 0x00000C, "Wrong size on WBP_SM_CrimeNetHeistSelection_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_OnControlsReferenceClicked, ActionName) == 0x000000, "Member 'WBP_SM_CrimeNetHeistSelection_C_OnControlsReferenceClicked::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_2_SBZOnSelectorOptionChanged__DelegateSignature \ +static_assert(alignof(WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_2_SBZOnSelectorOptionChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_2_SBZOnSelectorOptionChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_2_SBZOnSelectorOptionChanged__DelegateSignature) == 0x000004, "Wrong size on WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_2_SBZOnSelectorOptionChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_2_SBZOnSelectorOptionChanged__DelegateSignature, NewIndex) == 0x000000, "Member 'WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_2_SBZOnSelectorOptionChanged__DelegateSignature::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_SM_CrimeNetHeistSelection_C_BndEvt__WBP_SM_CrimeNetHeistSelection_Widget_DifficultySelection_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SM_CrimeNetHeistSelection_C_OnGainedStackFocused \ +static_assert(alignof(WBP_SM_CrimeNetHeistSelection_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_SM_CrimeNetHeistSelection_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_SM_CrimeNetHeistSelection_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_SM_CrimeNetHeistSelection_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_SM_CrimeNetHeistSelection_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SM_CrimeNetHeistSelection_C_OnHeistButtonSelected \ +static_assert(alignof(WBP_SM_CrimeNetHeistSelection_C_OnHeistButtonSelected) == 0x000008, "Wrong alignment on WBP_SM_CrimeNetHeistSelection_C_OnHeistButtonSelected"); \ +static_assert(sizeof(WBP_SM_CrimeNetHeistSelection_C_OnHeistButtonSelected) == 0x000008, "Wrong size on WBP_SM_CrimeNetHeistSelection_C_OnHeistButtonSelected"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_OnHeistButtonSelected, SelectedButton) == 0x000000, "Member 'WBP_SM_CrimeNetHeistSelection_C_OnHeistButtonSelected::SelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SM_CrimeNetHeistSelection_C_OnHeistButtonFocused \ +static_assert(alignof(WBP_SM_CrimeNetHeistSelection_C_OnHeistButtonFocused) == 0x000008, "Wrong alignment on WBP_SM_CrimeNetHeistSelection_C_OnHeistButtonFocused"); \ +static_assert(sizeof(WBP_SM_CrimeNetHeistSelection_C_OnHeistButtonFocused) == 0x000010, "Wrong size on WBP_SM_CrimeNetHeistSelection_C_OnHeistButtonFocused"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_OnHeistButtonFocused, MenuButton) == 0x000000, "Member 'WBP_SM_CrimeNetHeistSelection_C_OnHeistButtonFocused::MenuButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_OnHeistButtonFocused, bIsFocused) == 0x000008, "Member 'WBP_SM_CrimeNetHeistSelection_C_OnHeistButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SM_CrimeNetHeistSelection_C_OnHeistCollectionChanged \ +static_assert(alignof(WBP_SM_CrimeNetHeistSelection_C_OnHeistCollectionChanged) == 0x000008, "Wrong alignment on WBP_SM_CrimeNetHeistSelection_C_OnHeistCollectionChanged"); \ +static_assert(sizeof(WBP_SM_CrimeNetHeistSelection_C_OnHeistCollectionChanged) == 0x000030, "Wrong size on WBP_SM_CrimeNetHeistSelection_C_OnHeistCollectionChanged"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_OnHeistCollectionChanged, ActiveHeistCollection) == 0x000000, "Member 'WBP_SM_CrimeNetHeistSelection_C_OnHeistCollectionChanged::ActiveHeistCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SM_CrimeNetHeistSelection_C_TryDisplayPopUp \ +static_assert(alignof(WBP_SM_CrimeNetHeistSelection_C_TryDisplayPopUp) == 0x000001, "Wrong alignment on WBP_SM_CrimeNetHeistSelection_C_TryDisplayPopUp"); \ +static_assert(sizeof(WBP_SM_CrimeNetHeistSelection_C_TryDisplayPopUp) == 0x000002, "Wrong size on WBP_SM_CrimeNetHeistSelection_C_TryDisplayPopUp"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_TryDisplayPopUp, bInPopUp) == 0x000000, "Member 'WBP_SM_CrimeNetHeistSelection_C_TryDisplayPopUp::bInPopUp' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_TryDisplayPopUp, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000001, "Member 'WBP_SM_CrimeNetHeistSelection_C_TryDisplayPopUp::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals \ +static_assert(alignof(WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals) == 0x000008, "Wrong alignment on WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals) == 0x000020, "Wrong size on WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals, Temp_byte_Variable) == 0x000000, "Member 'WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals, Temp_byte_Variable_1) == 0x000001, "Member 'WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals, Temp_bool_Variable) == 0x000002, "Member 'WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals, Temp_byte_Variable_2) == 0x000003, "Member 'WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals, Temp_byte_Variable_3) == 0x000004, "Member 'WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals, CallFunc_GetSBZGameUserSettings_ReturnValue) == 0x000008, "Member 'WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals::CallFunc_GetSBZGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals, CallFunc_GetMatchmakingDifficulty_ReturnValue) == 0x000010, "Member 'WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals::CallFunc_GetMatchmakingDifficulty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000014, "Member 'WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals, Temp_bool_Variable_1) == 0x000018, "Member 'WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals, K2Node_Select_Default) == 0x000019, "Member 'WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals, K2Node_Select_Default_1) == 0x00001A, "Member 'WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals, CallFunc_SelectFloat_ReturnValue) == 0x00001C, "Member 'WBP_SM_CrimeNetHeistSelection_C_RefreshVisuals::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SM_CrimeNetHeistSelection_C_SetMatchmakingState \ +static_assert(alignof(WBP_SM_CrimeNetHeistSelection_C_SetMatchmakingState) == 0x000008, "Wrong alignment on WBP_SM_CrimeNetHeistSelection_C_SetMatchmakingState"); \ +static_assert(sizeof(WBP_SM_CrimeNetHeistSelection_C_SetMatchmakingState) == 0x000020, "Wrong size on WBP_SM_CrimeNetHeistSelection_C_SetMatchmakingState"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetMatchmakingState, Force_Disable_Matchmaking) == 0x000000, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetMatchmakingState::Force_Disable_Matchmaking' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetMatchmakingState, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetMatchmakingState::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetMatchmakingState, CallFunc_GetGameStateMachine_ReturnValue) == 0x000010, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetMatchmakingState::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetMatchmakingState, CallFunc_IsMatchmakingInProgress_ReturnValue) == 0x000018, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetMatchmakingState::CallFunc_IsMatchmakingInProgress_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SM_CrimeNetHeistSelection_C_SetButtonFocusAfterStorymodeToggle \ +static_assert(alignof(WBP_SM_CrimeNetHeistSelection_C_SetButtonFocusAfterStorymodeToggle) == 0x000008, "Wrong alignment on WBP_SM_CrimeNetHeistSelection_C_SetButtonFocusAfterStorymodeToggle"); \ +static_assert(sizeof(WBP_SM_CrimeNetHeistSelection_C_SetButtonFocusAfterStorymodeToggle) == 0x000018, "Wrong size on WBP_SM_CrimeNetHeistSelection_C_SetButtonFocusAfterStorymodeToggle"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetButtonFocusAfterStorymodeToggle, CallFunc_GetGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetButtonFocusAfterStorymodeToggle::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetButtonFocusAfterStorymodeToggle, K2Node_DynamicCast_AsSBZGame_User_Settings) == 0x000008, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetButtonFocusAfterStorymodeToggle::K2Node_DynamicCast_AsSBZGame_User_Settings' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetButtonFocusAfterStorymodeToggle, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetButtonFocusAfterStorymodeToggle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetButtonFocusAfterStorymodeToggle, CallFunc_IsStoryVideoButtonsEnabled_ReturnValue) == 0x000011, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetButtonFocusAfterStorymodeToggle::CallFunc_IsStoryVideoButtonsEnabled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SM_CrimeNetHeistSelection_C_SetHeistButtonControlsReference \ +static_assert(alignof(WBP_SM_CrimeNetHeistSelection_C_SetHeistButtonControlsReference) == 0x000008, "Wrong alignment on WBP_SM_CrimeNetHeistSelection_C_SetHeistButtonControlsReference"); \ +static_assert(sizeof(WBP_SM_CrimeNetHeistSelection_C_SetHeistButtonControlsReference) == 0x0000F8, "Wrong size on WBP_SM_CrimeNetHeistSelection_C_SetHeistButtonControlsReference"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetHeistButtonControlsReference, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetHeistButtonControlsReference::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetHeistButtonControlsReference, K2Node_MakeStruct_SBZButtonControlReference) == 0x000018, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetHeistButtonControlsReference::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetHeistButtonControlsReference, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000050, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetHeistButtonControlsReference::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetHeistButtonControlsReference, K2Node_MakeStruct_SBZButtonControlReference_2) == 0x000088, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetHeistButtonControlsReference::K2Node_MakeStruct_SBZButtonControlReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetHeistButtonControlsReference, K2Node_MakeArray_Array) == 0x0000C0, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetHeistButtonControlsReference::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetHeistButtonControlsReference, K2Node_MakeStruct_SBZButtonControlsReference) == 0x0000D0, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetHeistButtonControlsReference::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus \ +static_assert(alignof(WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus) == 0x000008, "Wrong alignment on WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus"); \ +static_assert(sizeof(WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus) == 0x000080, "Wrong size on WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus, K2Node_DynamicCast_AsSBZMain_Menu_Crime_Net_Heist_Button) == 0x000008, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus::K2Node_DynamicCast_AsSBZMain_Menu_Crime_Net_Heist_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus, K2Node_DynamicCast_AsSBZMain_Menu_Crime_Net_Heist_Button_1) == 0x000028, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus::K2Node_DynamicCast_AsSBZMain_Menu_Crime_Net_Heist_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus, CallFunc_GetChildAt_ReturnValue) == 0x000038, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus, CallFunc_GetChildAt_ReturnValue_1) == 0x000040, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus::CallFunc_GetChildAt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus, CallFunc_GetChildAt_ReturnValue_2) == 0x000050, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus::CallFunc_GetChildAt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus, Temp_int_Loop_Counter_Variable) == 0x000058, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus, CallFunc_IsVisible_ReturnValue) == 0x00005C, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus, CallFunc_Less_IntInt_ReturnValue) == 0x00005D, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus, CallFunc_GetAllChildren_ReturnValue) == 0x000068, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus, CallFunc_Array_Contains_ReturnValue) == 0x000078, "Member 'WBP_SM_CrimeNetHeistSelection_C_SetButtonFocus::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SM_CrimeNetHeistSelection_C \ +static_assert(alignof(UWBP_SM_CrimeNetHeistSelection_C) == 0x000008, "Wrong alignment on UWBP_SM_CrimeNetHeistSelection_C"); \ +static_assert(sizeof(UWBP_SM_CrimeNetHeistSelection_C) == 0x0003D8, "Wrong size on UWBP_SM_CrimeNetHeistSelection_C"); \ +static_assert(offsetof(UWBP_SM_CrimeNetHeistSelection_C, UberGraphFrame) == 0x000358, "Member 'UWBP_SM_CrimeNetHeistSelection_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SM_CrimeNetHeistSelection_C, matchmake_Anim) == 0x000360, "Member 'UWBP_SM_CrimeNetHeistSelection_C::matchmake_Anim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SM_CrimeNetHeistSelection_C, HeistCategoryChanged) == 0x000368, "Member 'UWBP_SM_CrimeNetHeistSelection_C::HeistCategoryChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SM_CrimeNetHeistSelection_C, Button_CancelMatchmaking) == 0x000370, "Member 'UWBP_SM_CrimeNetHeistSelection_C::Button_CancelMatchmaking' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SM_CrimeNetHeistSelection_C, Image_Background) == 0x000378, "Member 'UWBP_SM_CrimeNetHeistSelection_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SM_CrimeNetHeistSelection_C, Overlay_CancelMatchmaking) == 0x000380, "Member 'UWBP_SM_CrimeNetHeistSelection_C::Overlay_CancelMatchmaking' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SM_CrimeNetHeistSelection_C, Overlay_HeistPopUp) == 0x000388, "Member 'UWBP_SM_CrimeNetHeistSelection_C::Overlay_HeistPopUp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SM_CrimeNetHeistSelection_C, Text_HeistCategoryName) == 0x000390, "Member 'UWBP_SM_CrimeNetHeistSelection_C::Text_HeistCategoryName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SM_CrimeNetHeistSelection_C, VerticalBox_HeistSelectionButtons) == 0x000398, "Member 'UWBP_SM_CrimeNetHeistSelection_C::VerticalBox_HeistSelectionButtons' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SM_CrimeNetHeistSelection_C, WBP_CrimeNet_HeistDescriptionPanel_02) == 0x0003A0, "Member 'UWBP_SM_CrimeNetHeistSelection_C::WBP_CrimeNet_HeistDescriptionPanel_02' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SM_CrimeNetHeistSelection_C, WBP_Local_Navbar) == 0x0003A8, "Member 'UWBP_SM_CrimeNetHeistSelection_C::WBP_Local_Navbar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SM_CrimeNetHeistSelection_C, Widget_DifficultySelection) == 0x0003B0, "Member 'UWBP_SM_CrimeNetHeistSelection_C::Widget_DifficultySelection' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SM_CrimeNetHeistSelection_C, RTMatchMakingModeSelected) == 0x0003B8, "Member 'UWBP_SM_CrimeNetHeistSelection_C::RTMatchMakingModeSelected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SM_CrimeNetHeistSelection_C, RT_FocusedButton) == 0x0003C0, "Member 'UWBP_SM_CrimeNetHeistSelection_C::RT_FocusedButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SM_CrimeNetHeistSelection_C, CurrentlyPlayedSoundID) == 0x0003C8, "Member 'UWBP_SM_CrimeNetHeistSelection_C::CurrentlyPlayedSoundID' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SM_CrimeNetHeistSelection_C, Heist_Data) == 0x0003D0, "Member 'UWBP_SM_CrimeNetHeistSelection_C::Heist_Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen \ +static_assert(alignof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen) == 0x000008, "Wrong alignment on WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen"); \ +static_assert(sizeof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen) == 0x000108, "Wrong size on WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, EntryPoint) == 0x000000, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, Temp_bool_Variable) == 0x000004, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, Temp_byte_Variable) == 0x000005, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x000008, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, CallFunc_MakeLiteralName_ReturnValue) == 0x000010, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, CallFunc_GetChallengeManager_ReturnValue) == 0x000020, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::CallFunc_GetChallengeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, K2Node_CustomEvent_ActionName) == 0x000028, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::K2Node_CustomEvent_ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, K2Node_SwitchName_CmpSuccess) == 0x000034, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, CallFunc_IsValid_ReturnValue) == 0x000035, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, CallFunc_GetUIManager_ReturnValue) == 0x000038, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000040, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, K2Node_DynamicCast_AsWBP_UI_Challenges_Screen) == 0x000050, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::K2Node_DynamicCast_AsWBP_UI_Challenges_Screen' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, K2Node_DynamicCast_AsWBP_UI_Challenges_Screen_1) == 0x000060, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::K2Node_DynamicCast_AsWBP_UI_Challenges_Screen_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, CallFunc_IsValidBlueprintFunction_OutState) == 0x000069, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::CallFunc_IsValidBlueprintFunction_OutState' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, CallFunc_IsValidBlueprintFunction_ReturnValue) == 0x00006A, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::CallFunc_IsValidBlueprintFunction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, K2Node_SwitchEnum_CmpSuccess) == 0x00006B, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, CallFunc_Not_PreBool_ReturnValue) == 0x00006C, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, CallFunc_GetChildAt_ReturnValue) == 0x000070, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, K2Node_DynamicCast_AsWBP_UI_Challenges_Screen_2) == 0x000078, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::K2Node_DynamicCast_AsWBP_UI_Challenges_Screen_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, K2Node_DynamicCast_bSuccess_2) == 0x000080, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, K2Node_DynamicCast_AsWBP_Daily_Challenge_Item) == 0x000088, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::K2Node_DynamicCast_AsWBP_Daily_Challenge_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, K2Node_DynamicCast_bSuccess_3) == 0x000090, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, Temp_byte_Variable_2) == 0x000091, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, K2Node_Event_PreviousValue) == 0x000094, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, Temp_byte_Variable_3) == 0x0000A0, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x0000A8, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, CallFunc_GetChallengeManager_ReturnValue_1) == 0x0000B0, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::CallFunc_GetChallengeManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, CallFunc_GetRerollAvailable_ReturnValue) == 0x0000B8, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::CallFunc_GetRerollAvailable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, K2Node_Event_IsDesignTime) == 0x0000B9, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, CallFunc_GetChallengeManager_ReturnValue_2) == 0x0000C0, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::CallFunc_GetChallengeManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, CallFunc_GetRerollAvailable_ReturnValue_1) == 0x0000C8, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::CallFunc_GetRerollAvailable_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, CallFunc_IsInputTypeController_ReturnValue) == 0x0000C9, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::CallFunc_IsInputTypeController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, CallFunc_BooleanAND_ReturnValue) == 0x0000CA, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, Temp_bool_Variable_1) == 0x0000CB, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, K2Node_Select_Default) == 0x0000CC, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, CallFunc_GetChallengeManager_ReturnValue_3) == 0x0000D0, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::CallFunc_GetChallengeManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, CallFunc_GetRerollAvailable_ReturnValue_2) == 0x0000D8, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::CallFunc_GetRerollAvailable_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, K2Node_Select_Default_1) == 0x0000D9, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, CallFunc_GetChildAt_ReturnValue_1) == 0x0000E0, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::CallFunc_GetChildAt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, K2Node_DynamicCast_AsWBP_Daily_Challenge_Item_1) == 0x0000E8, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::K2Node_DynamicCast_AsWBP_Daily_Challenge_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, K2Node_DynamicCast_bSuccess_4) == 0x0000F0, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, CallFunc_GetUIManager_ReturnValue_1) == 0x0000F8, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen, CallFunc_IsStackLocked_ReturnValue) == 0x000100, "Member 'WBP_MainMenu_CategorySelectionScreen_C_ExecuteUbergraph_WBP_MainMenu_CategorySelectionScreen::CallFunc_IsStackLocked_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_CategorySelectionScreen_C_PreConstruct \ +static_assert(alignof(WBP_MainMenu_CategorySelectionScreen_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_MainMenu_CategorySelectionScreen_C_PreConstruct"); \ +static_assert(sizeof(WBP_MainMenu_CategorySelectionScreen_C_PreConstruct) == 0x000001, "Wrong size on WBP_MainMenu_CategorySelectionScreen_C_PreConstruct"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_MainMenu_CategorySelectionScreen_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_CategorySelectionScreen_C_OnGainedStackFocused \ +static_assert(alignof(WBP_MainMenu_CategorySelectionScreen_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_MainMenu_CategorySelectionScreen_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_MainMenu_CategorySelectionScreen_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_MainMenu_CategorySelectionScreen_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_MainMenu_CategorySelectionScreen_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_CategorySelectionScreen_C_OnControlsReferencePressed \ +static_assert(alignof(WBP_MainMenu_CategorySelectionScreen_C_OnControlsReferencePressed) == 0x000004, "Wrong alignment on WBP_MainMenu_CategorySelectionScreen_C_OnControlsReferencePressed"); \ +static_assert(sizeof(WBP_MainMenu_CategorySelectionScreen_C_OnControlsReferencePressed) == 0x00000C, "Wrong size on WBP_MainMenu_CategorySelectionScreen_C_OnControlsReferencePressed"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_OnControlsReferencePressed, ActionName) == 0x000000, "Member 'WBP_MainMenu_CategorySelectionScreen_C_OnControlsReferencePressed::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_CategorySelectionScreen_C_SetControlReference \ +static_assert(alignof(WBP_MainMenu_CategorySelectionScreen_C_SetControlReference) == 0x000008, "Wrong alignment on WBP_MainMenu_CategorySelectionScreen_C_SetControlReference"); \ +static_assert(sizeof(WBP_MainMenu_CategorySelectionScreen_C_SetControlReference) == 0x000118, "Wrong size on WBP_MainMenu_CategorySelectionScreen_C_SetControlReference"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_SetControlReference, Temp_bool_Variable) == 0x000000, "Member 'WBP_MainMenu_CategorySelectionScreen_C_SetControlReference::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_SetControlReference, Temp_text_Variable) == 0x000008, "Member 'WBP_MainMenu_CategorySelectionScreen_C_SetControlReference::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_SetControlReference, Temp_text_Variable_1) == 0x000020, "Member 'WBP_MainMenu_CategorySelectionScreen_C_SetControlReference::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_SetControlReference, K2Node_MakeStruct_SBZButtonControlReference) == 0x000038, "Member 'WBP_MainMenu_CategorySelectionScreen_C_SetControlReference::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_SetControlReference, K2Node_CreateDelegate_OutputDelegate) == 0x000070, "Member 'WBP_MainMenu_CategorySelectionScreen_C_SetControlReference::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_SetControlReference, K2Node_Select_Default) == 0x000088, "Member 'WBP_MainMenu_CategorySelectionScreen_C_SetControlReference::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_SetControlReference, CallFunc_GetUIManager_ReturnValue) == 0x0000A0, "Member 'WBP_MainMenu_CategorySelectionScreen_C_SetControlReference::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_SetControlReference, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x0000A8, "Member 'WBP_MainMenu_CategorySelectionScreen_C_SetControlReference::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_SetControlReference, K2Node_MakeArray_Array) == 0x0000E0, "Member 'WBP_MainMenu_CategorySelectionScreen_C_SetControlReference::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_CategorySelectionScreen_C_SetControlReference, K2Node_MakeStruct_SBZButtonControlsReference) == 0x0000F0, "Member 'WBP_MainMenu_CategorySelectionScreen_C_SetControlReference::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MainMenu_CategorySelectionScreen_C \ +static_assert(alignof(UWBP_MainMenu_CategorySelectionScreen_C) == 0x000008, "Wrong alignment on UWBP_MainMenu_CategorySelectionScreen_C"); \ +static_assert(sizeof(UWBP_MainMenu_CategorySelectionScreen_C) == 0x000340, "Wrong size on UWBP_MainMenu_CategorySelectionScreen_C"); \ +static_assert(offsetof(UWBP_MainMenu_CategorySelectionScreen_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_MainMenu_CategorySelectionScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_CategorySelectionScreen_C, Intro) == 0x0002E8, "Member 'UWBP_MainMenu_CategorySelectionScreen_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_CategorySelectionScreen_C, Reroll_Hb) == 0x0002F0, "Member 'UWBP_MainMenu_CategorySelectionScreen_C::Reroll_Hb' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_CategorySelectionScreen_C, Reroll_T) == 0x0002F8, "Member 'UWBP_MainMenu_CategorySelectionScreen_C::Reroll_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_CategorySelectionScreen_C, ScreenTitle) == 0x000300, "Member 'UWBP_MainMenu_CategorySelectionScreen_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_CategorySelectionScreen_C, WBP_DailyChallengesContainer) == 0x000308, "Member 'UWBP_MainMenu_CategorySelectionScreen_C::WBP_DailyChallengesContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_CategorySelectionScreen_C, WBP_UI_Challenge_InfamyProgress) == 0x000310, "Member 'UWBP_MainMenu_CategorySelectionScreen_C::WBP_UI_Challenge_InfamyProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_CategorySelectionScreen_C, WBP_UI_ContentBackground) == 0x000318, "Member 'UWBP_MainMenu_CategorySelectionScreen_C::WBP_UI_ContentBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_CategorySelectionScreen_C, RT_ActiveButton) == 0x000320, "Member 'UWBP_MainMenu_CategorySelectionScreen_C::RT_ActiveButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_CategorySelectionScreen_C, Category_Data) == 0x000328, "Member 'UWBP_MainMenu_CategorySelectionScreen_C::Category_Data' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_CategorySelectionScreen_C, IsDailyFocused) == 0x000338, "Member 'UWBP_MainMenu_CategorySelectionScreen_C::IsDailyFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors) == 0x000470, "Wrong size on WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, EntryPoint) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_MakeControlReferencesBasedOnButtomType_ControlsReference) == 0x000008, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_MakeControlReferencesBasedOnButtomType_ControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, Temp_bool_Variable) == 0x000018, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000020, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, Temp_byte_Variable) == 0x000048, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, Temp_byte_Variable_1) == 0x000049, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, Temp_byte_Variable_2) == 0x00004A, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, Temp_int_Variable) == 0x00004C, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, Temp_int_Variable_1) == 0x000050, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, Temp_int_Variable_2) == 0x000054, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, Temp_int_Variable_3) == 0x000058, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, Temp_int_Variable_4) == 0x00005C, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, Temp_int_Variable_5) == 0x000060, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, Temp_int_Variable_6) == 0x000064, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::Temp_int_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, Temp_int_Variable_7) == 0x000068, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::Temp_int_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, Temp_byte_Variable_3) == 0x00006C, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, Temp_byte_Variable_4) == 0x00006D, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, Temp_byte_Variable_5) == 0x00006E, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, Temp_byte_Variable_6) == 0x00006F, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_Event_NewVendor) == 0x000070, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_Event_NewVendor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_Event_bIsRefresh) == 0x000090, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_Event_bIsRefresh' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_Event_PreviousValue) == 0x000094, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_Event_MetaResult) == 0x0000A0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_Event_MetaResult' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_Event_InventoryItemData) == 0x0000A8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_Event_InventoryItemData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_GetDisplayName_ReturnValue) == 0x0000B0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_Conv_TextToString_ReturnValue) == 0x0000C0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_TextIsEmpty_ReturnValue) == 0x0000D0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_IsValid_ReturnValue) == 0x0000D1, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_SelectString_ReturnValue) == 0x0000D8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_Concat_StrStr_ReturnValue) == 0x0000E8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000F8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000108, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_Conv_StringToText_ReturnValue) == 0x000118, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000130, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000140, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000150, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000168, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000180, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000181, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000182, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, Temp_int_Variable_8) == 0x000184, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::Temp_int_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, Temp_text_Variable) == 0x000188, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_RandomInteger_ReturnValue) == 0x0001A0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, Temp_text_Variable_1) == 0x0001A8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_RandomInteger_ReturnValue_1) == 0x0001C0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_RandomInteger_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, Temp_text_Variable_2) == 0x0001C8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_Select_Default) == 0x0001E0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_CustomEvent_InActionInput) == 0x0001F8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_CustomEvent_InActionInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_SwitchName_CmpSuccess) == 0x000204, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_Event_InButton_1) == 0x000208, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_Event_InButton_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_Event_bIsFocused_1) == 0x000210, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_Event_bIsFocused_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_CreateDelegate_OutputDelegate) == 0x000214, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_Event_InButton) == 0x000228, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_Event_InButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_Event_bIsFocused) == 0x000230, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_Event_bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_CreateDelegate_OutputDelegate_1) == 0x000234, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_MakeStruct_SBZButtonControlReference) == 0x000248, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x000280, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_MakeLiteralName_ReturnValue) == 0x000288, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_CreateDelegate_OutputDelegate_2) == 0x000294, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_GetUIManager_ReturnValue) == 0x0002A8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_GetMenuWidget_ReturnValue) == 0x0002B0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_DynamicCast_AsSBZBlack_Market_Store_Item_Button) == 0x0002B8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_DynamicCast_AsSBZBlack_Market_Store_Item_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_DynamicCast_bSuccess) == 0x0002C0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_DynamicCast_AsSBZMain_Menu_Widget) == 0x0002C8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_DynamicCast_AsSBZMain_Menu_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_DynamicCast_bSuccess_1) == 0x0002D0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_GetItemData_ReturnValue) == 0x0002D8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_GetItemData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, Temp_int_Variable_9) == 0x0002E0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::Temp_int_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_CanInspectInventoryItem_ReturnValue) == 0x0002E4, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_CanInspectInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_Select_Default_1) == 0x0002E8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_DisplayBlackmarketInspectScreen_ReturnValue) == 0x000300, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_DisplayBlackmarketInspectScreen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_GetGameMode_ReturnValue) == 0x000308, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu) == 0x000310, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_DynamicCast_bSuccess_2) == 0x000318, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_Event_bInIsTransactionInProgress) == 0x000319, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_Event_bInIsTransactionInProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_Event_bIsTransactionSuccessful) == 0x00031A, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_Event_bIsTransactionSuccessful' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_Select_Default_2) == 0x00031B, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_Play2DSound_ReturnValue) == 0x00031C, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_GetUIManager_ReturnValue_1) == 0x000320, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_GetMenuWidget_ReturnValue_1) == 0x000328, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_GetMenuWidget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_DynamicCast_AsSBZMain_Menu_Widget_1) == 0x000330, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_DynamicCast_AsSBZMain_Menu_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_DynamicCast_bSuccess_3) == 0x000338, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_GetVendorTypeToOpen_ReturnValue) == 0x000339, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_GetVendorTypeToOpen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, Temp_text_Variable_3) == 0x000340, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_Select_Default_3) == 0x000358, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_IsShowingTutorial_ReturnValue) == 0x00035C, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_IsShowingTutorial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_IsShowingTutorial_ReturnValue_1) == 0x00035D, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_IsShowingTutorial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_DynamicCast_AsSBZBlack_Market_Store_Item_Button_1) == 0x000360, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_DynamicCast_AsSBZBlack_Market_Store_Item_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_DynamicCast_bSuccess_4) == 0x000368, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, Temp_text_Variable_4) == 0x000370, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_GetItemData_ReturnValue_1) == 0x000388, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_GetItemData_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000390, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_MakeArray_Array) == 0x0003C8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_DynamicCast_AsWBP_Local_Navbar) == 0x0003D8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_DynamicCast_AsWBP_Local_Navbar' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_DynamicCast_bSuccess_5) == 0x0003E0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_MakeStruct_SBZButtonControlsReference_1) == 0x0003E8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_MakeStruct_SBZButtonControlsReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, Temp_bool_Variable_1) == 0x000410, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000418, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_Select_Default_4) == 0x000420, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, Temp_bool_Variable_2) == 0x000438, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, CallFunc_PlayAnimationTimeRange_ReturnValue_1) == 0x000440, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::CallFunc_PlayAnimationTimeRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_Select_Default_5) == 0x000448, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_DynamicCast_AsWBP_Local_Navbar_1) == 0x000460, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_DynamicCast_AsWBP_Local_Navbar_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_DynamicCast_bSuccess_6) == 0x000468, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors, K2Node_Select_Default_6) == 0x000469, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_ExecuteUbergraph_WBP_UI_MainMenu_BlackMarketVendors::K2Node_Select_Default_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendors_C_OnTransactionProgressChanged \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendors_C_OnTransactionProgressChanged) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendors_C_OnTransactionProgressChanged"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendors_C_OnTransactionProgressChanged) == 0x000002, "Wrong size on WBP_UI_MainMenu_BlackMarketVendors_C_OnTransactionProgressChanged"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_OnTransactionProgressChanged, bInIsTransactionInProgress) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_OnTransactionProgressChanged::bInIsTransactionInProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_OnTransactionProgressChanged, bIsTransactionSuccessful) == 0x000001, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_OnTransactionProgressChanged::bIsTransactionSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorButtonFocused \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorButtonFocused) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorButtonFocused"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorButtonFocused) == 0x000010, "Wrong size on WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorButtonFocused"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorButtonFocused, InButton) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorButtonFocused::InButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorButtonFocused, bIsFocused) == 0x000008, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorItemButtonFocused \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorItemButtonFocused) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorItemButtonFocused"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorItemButtonFocused) == 0x000010, "Wrong size on WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorItemButtonFocused"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorItemButtonFocused, InButton) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorItemButtonFocused::InButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorItemButtonFocused, bIsFocused) == 0x000008, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorItemButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendors_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendors_C_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendors_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendors_C_OnControlsReferenceClicked) == 0x00000C, "Wrong size on WBP_UI_MainMenu_BlackMarketVendors_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_OnControlsReferenceClicked, InActionInput) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_OnControlsReferenceClicked::InActionInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorItemTransactionComplete \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorItemTransactionComplete) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorItemTransactionComplete"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorItemTransactionComplete) == 0x000010, "Wrong size on WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorItemTransactionComplete"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorItemTransactionComplete, MetaResult) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorItemTransactionComplete::MetaResult' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorItemTransactionComplete, InventoryItemData) == 0x000008, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorItemTransactionComplete::InventoryItemData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendors_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendors_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendors_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendors_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_MainMenu_BlackMarketVendors_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorChanged \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorChanged) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorChanged"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorChanged) == 0x000028, "Wrong size on WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorChanged"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorChanged, NewVendor) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorChanged::NewVendor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorChanged, bIsRefresh) == 0x000020, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_OnVendorChanged::bIsRefresh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendors_C_InitializeVendorData \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendors_C_InitializeVendorData) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendors_C_InitializeVendorData"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendors_C_InitializeVendorData) == 0x000010, "Wrong size on WBP_UI_MainMenu_BlackMarketVendors_C_InitializeVendorData"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_InitializeVendorData, InVendorData) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_InitializeVendorData::InVendorData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_InitializeVendorData, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000008, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_InitializeVendorData::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendors_C_InitializeIsFetchingData \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendors_C_InitializeIsFetchingData) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendors_C_InitializeIsFetchingData"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendors_C_InitializeIsFetchingData) == 0x000020, "Wrong size on WBP_UI_MainMenu_BlackMarketVendors_C_InitializeIsFetchingData"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_InitializeIsFetchingData, bIsFetchingData) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_InitializeIsFetchingData::bIsFetchingData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_InitializeIsFetchingData, CallFunc_Conv_BoolToString_ReturnValue) == 0x000008, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_InitializeIsFetchingData::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_InitializeIsFetchingData, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_InitializeIsFetchingData::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage) == 0x0000E8, "Wrong size on WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage, Temp_int_Variable) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage, Temp_text_Variable) == 0x000008, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage, Temp_text_Variable_1) == 0x000020, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage, Temp_text_Variable_2) == 0x000038, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage, Temp_text_Variable_3) == 0x000050, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage, Temp_text_Variable_4) == 0x000068, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage, Temp_text_Variable_5) == 0x000080, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage, Temp_text_Variable_6) == 0x000098, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage::Temp_text_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage, Temp_text_Variable_7) == 0x0000B0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage::Temp_text_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage, CallFunc_RandomInteger_ReturnValue) == 0x0000C8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage, K2Node_Select_Default) == 0x0000D0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorWelcomeMessage::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorMessage \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorMessage) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorMessage"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorMessage) == 0x000020, "Wrong size on WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorMessage"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorMessage, TextToDisplay) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorMessage::TextToDisplay' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorMessage, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_DisplayVendorMessage::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendors_C_SetButtonFocus \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendors_C_SetButtonFocus) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendors_C_SetButtonFocus"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendors_C_SetButtonFocus) == 0x000028, "Wrong size on WBP_UI_MainMenu_BlackMarketVendors_C_SetButtonFocus"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_SetButtonFocus, CallFunc_IsShowingTutorial_ReturnValue) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_SetButtonFocus::CallFunc_IsShowingTutorial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_SetButtonFocus, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_SetButtonFocus::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_SetButtonFocus, CallFunc_GetFirstCategoryWidget_ReturnValue) == 0x000008, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_SetButtonFocus::CallFunc_GetFirstCategoryWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_SetButtonFocus, CallFunc_IsValid_ReturnValue_1) == 0x000010, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_SetButtonFocus::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_SetButtonFocus, CallFunc_IsValid_ReturnValue_2) == 0x000011, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_SetButtonFocus::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_SetButtonFocus, CallFunc_GetChildrenCount_ReturnValue) == 0x000014, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_SetButtonFocus::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_SetButtonFocus, CallFunc_GetChildAt_ReturnValue) == 0x000018, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_SetButtonFocus::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_SetButtonFocus, CallFunc_Greater_IntInt_ReturnValue) == 0x000020, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_SetButtonFocus::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_SetButtonFocus, CallFunc_IsValid_ReturnValue_3) == 0x000021, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_SetButtonFocus::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_SetButtonFocus, CallFunc_BooleanAND_ReturnValue) == 0x000022, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_SetButtonFocus::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendors_C_OnPaydayStoreReferencePressed \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendors_C_OnPaydayStoreReferencePressed) == 0x000004, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendors_C_OnPaydayStoreReferencePressed"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendors_C_OnPaydayStoreReferencePressed) == 0x000010, "Wrong size on WBP_UI_MainMenu_BlackMarketVendors_C_OnPaydayStoreReferencePressed"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_OnPaydayStoreReferencePressed, ActionName) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_OnPaydayStoreReferencePressed::ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_OnPaydayStoreReferencePressed, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00000C, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_OnPaydayStoreReferencePressed::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendors_C_OpenPaydayStore \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendors_C_OpenPaydayStore) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendors_C_OpenPaydayStore"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendors_C_OpenPaydayStore) == 0x000018, "Wrong size on WBP_UI_MainMenu_BlackMarketVendors_C_OpenPaydayStore"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_OpenPaydayStore, CallFunc_MakeLiteralName_ReturnValue) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_OpenPaydayStore::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_OpenPaydayStore, CallFunc_GetUIManager_ReturnValue) == 0x000010, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_OpenPaydayStore::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation) == 0x000328, "Wrong size on WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, Navigation_0) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, ReturnValue) == 0x000008, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CurrentCategoryCount) == 0x000010, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CurrentCategoryCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, NextButtonIndexToTry) == 0x000014, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::NextButtonIndexToTry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CurrentCategory) == 0x000018, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CurrentCategory' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CurrentCategoryIndex) == 0x000020, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CurrentCategoryIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, ActiveButtonIndex) == 0x000024, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::ActiveButtonIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, ButtonParent) == 0x000028, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::ButtonParent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetAllChildren_ReturnValue) == 0x000038, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, Temp_int_Index_Variable) == 0x000048, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::Temp_int_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00004C, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetAllChildren_ReturnValue_1) == 0x000050, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetAllChildren_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000060, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Abs_Int_ReturnValue) == 0x000064, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Abs_Int_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Max_ReturnValue) == 0x000068, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, Temp_int_Step_Size_Variable) == 0x00006C, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::Temp_int_Step_Size_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, Temp_bool_Variable) == 0x000070, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Subtract_IntInt_ReturnValue) == 0x000074, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Add_IntInt_ReturnValue) == 0x000078, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Less_IntInt_ReturnValue_1) == 0x00007C, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, Temp_bool_Variable_1) == 0x00007D, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetAllChildren_ReturnValue_2) == 0x000080, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetAllChildren_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, Temp_int_Index_Variable_1) == 0x000090, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::Temp_int_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Array_Get_Item) == 0x000098, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetAllChildren_ReturnValue_3) == 0x0000A0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetAllChildren_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, K2Node_DynamicCast_AsWBP_Blackmarket_Category) == 0x0000B0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::K2Node_DynamicCast_AsWBP_Blackmarket_Category' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Array_Get_Item_1) == 0x0000C0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, K2Node_DynamicCast_AsWBP_Blackmarket_Category_1) == 0x0000C8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::K2Node_DynamicCast_AsWBP_Blackmarket_Category_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, K2Node_DynamicCast_bSuccess_1) == 0x0000D0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetChildrenCount_ReturnValue) == 0x0000D4, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0000D8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_HasAnyChildren_ReturnValue) == 0x0000DC, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_HasAnyChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetChildAt_ReturnValue) == 0x0000E0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetChildrenCount_ReturnValue_1) == 0x0000E8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetChildrenCount_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_HasAnyChildren_ReturnValue_1) == 0x0000EC, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_HasAnyChildren_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x0000F0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetChildAt_ReturnValue_1) == 0x0000F8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetChildAt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, Temp_int_Index_Variable_2) == 0x000100, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::Temp_int_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Array_Get_Item_2) == 0x000108, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000110, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, K2Node_DynamicCast_AsWBP_Blackmarket_Category_2) == 0x000118, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::K2Node_DynamicCast_AsWBP_Blackmarket_Category_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, K2Node_DynamicCast_bSuccess_2) == 0x000120, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000121, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_HasAnyChildren_ReturnValue_2) == 0x000122, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_HasAnyChildren_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetChildrenCount_ReturnValue_2) == 0x000124, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetChildrenCount_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x000128, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Percent_IntInt_ReturnValue) == 0x00012C, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetChildAt_ReturnValue_2) == 0x000130, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetChildAt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Percent_IntInt_ReturnValue_1) == 0x000138, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Percent_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, Temp_int_Index_Variable_3) == 0x00013C, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::Temp_int_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Subtract_IntInt_ReturnValue_4) == 0x000140, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Subtract_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Array_Get_Item_3) == 0x000148, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Subtract_IntInt_ReturnValue_5) == 0x000150, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Subtract_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, K2Node_DynamicCast_AsWBP_Blackmarket_Category_3) == 0x000158, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::K2Node_DynamicCast_AsWBP_Blackmarket_Category_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, K2Node_DynamicCast_bSuccess_3) == 0x000160, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_LessEqual_IntInt_ReturnValue_2) == 0x000161, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_LessEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_SelectInt_ReturnValue) == 0x000164, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetChildrenCount_ReturnValue_3) == 0x000168, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetChildrenCount_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetChildAt_ReturnValue_3) == 0x000170, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetChildAt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Subtract_IntInt_ReturnValue_6) == 0x000178, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Subtract_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_IsValid_ReturnValue) == 0x00017C, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetChildAt_ReturnValue_4) == 0x000180, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetChildAt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_HasAnyChildren_ReturnValue_3) == 0x000188, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_HasAnyChildren_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, K2Node_Select_Default) == 0x000190, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetChildAt_ReturnValue_5) == 0x000198, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetChildAt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, Temp_bool_Variable_2) == 0x0001A0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_IsValid_ReturnValue_1) == 0x0001A1, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Abs_Int_ReturnValue_1) == 0x0001A4, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Abs_Int_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Max_ReturnValue_1) == 0x0001A8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Max_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, K2Node_Select_Default_1) == 0x0001B0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, Temp_int_Step_Size_Variable_1) == 0x0001B8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::Temp_int_Step_Size_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Subtract_IntInt_ReturnValue_7) == 0x0001BC, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Subtract_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Add_IntInt_ReturnValue_1) == 0x0001C0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, Temp_int_Loop_Counter_Variable) == 0x0001C4, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Add_IntInt_ReturnValue_2) == 0x0001C8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, Temp_bool_True_if_break_was_hit_Variable) == 0x0001CC, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, Temp_int_Array_Index_Variable) == 0x0001D0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Not_PreBool_ReturnValue) == 0x0001D4, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Less_IntInt_ReturnValue_2) == 0x0001D5, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_IsActiveButtonOfBundleType_bIsBundleButton) == 0x0001D6, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_IsActiveButtonOfBundleType_bIsBundleButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Subtract_IntInt_ReturnValue_8) == 0x0001D8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Subtract_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_LessEqual_IntInt_ReturnValue_3) == 0x0001DC, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_LessEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Subtract_IntInt_ReturnValue_9) == 0x0001E0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Subtract_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_SelectInt_ReturnValue_1) == 0x0001E4, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_SelectInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetChildAt_ReturnValue_6) == 0x0001E8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetChildAt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_IsValid_ReturnValue_2) == 0x0001F0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Percent_IntInt_ReturnValue_2) == 0x0001F4, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Percent_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Percent_IntInt_ReturnValue_3) == 0x0001F8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Percent_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Percent_IntInt_ReturnValue_4) == 0x0001FC, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Percent_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Less_IntInt_ReturnValue_3) == 0x000200, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetChildAt_ReturnValue_7) == 0x000208, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetChildAt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_IsValid_ReturnValue_3) == 0x000210, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, K2Node_Select_Default_2) == 0x000218, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetChildAt_ReturnValue_8) == 0x000220, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetChildAt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000228, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_BooleanOR_ReturnValue) == 0x000229, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Add_IntInt_ReturnValue_3) == 0x00022C, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetChildrenCount_ReturnValue_4) == 0x000230, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetChildrenCount_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Subtract_IntInt_ReturnValue_10) == 0x000234, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Subtract_IntInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GreaterEqual_IntInt_ReturnValue_2) == 0x000238, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GreaterEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_LessEqual_IntInt_ReturnValue_4) == 0x000239, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_LessEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_NotEqual_IntInt_ReturnValue) == 0x00023A, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Add_IntInt_ReturnValue_4) == 0x00023C, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Abs_Int_ReturnValue_2) == 0x000240, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Abs_Int_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Max_ReturnValue_2) == 0x000244, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Max_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetChildAt_ReturnValue_9) == 0x000248, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetChildAt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetChildrenCount_ReturnValue_5) == 0x000250, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetChildrenCount_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Subtract_IntInt_ReturnValue_11) == 0x000254, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Subtract_IntInt_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, Temp_int_Step_Size_Variable_2) == 0x000258, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::Temp_int_Step_Size_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Add_IntInt_ReturnValue_5) == 0x00025C, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Subtract_IntInt_ReturnValue_12) == 0x000260, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Subtract_IntInt_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Add_IntInt_ReturnValue_6) == 0x000264, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000268, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_NotEqual_IntInt_ReturnValue_2) == 0x000269, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_NotEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Subtract_IntInt_ReturnValue_13) == 0x00026C, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Subtract_IntInt_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Subtract_IntInt_ReturnValue_14) == 0x000270, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Subtract_IntInt_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Abs_Int_ReturnValue_3) == 0x000274, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Abs_Int_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Max_ReturnValue_3) == 0x000278, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Max_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Less_IntInt_ReturnValue_4) == 0x00027C, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Subtract_IntInt_ReturnValue_15) == 0x000280, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Subtract_IntInt_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, K2Node_SwitchEnum_CmpSuccess) == 0x000284, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetChildAt_ReturnValue_10) == 0x000288, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetChildAt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GreaterEqual_IntInt_ReturnValue_3) == 0x000290, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GreaterEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetChildrenCount_ReturnValue_6) == 0x000294, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetChildrenCount_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Subtract_IntInt_ReturnValue_16) == 0x000298, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Subtract_IntInt_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GreaterEqual_IntInt_ReturnValue_4) == 0x00029C, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GreaterEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Add_IntInt_ReturnValue_7) == 0x0002A0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_LessEqual_IntInt_ReturnValue_5) == 0x0002A4, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_LessEqual_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_NotEqual_IntInt_ReturnValue_3) == 0x0002A5, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_NotEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetChildAt_ReturnValue_11) == 0x0002A8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetChildAt_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetChildrenCount_ReturnValue_7) == 0x0002B0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetChildrenCount_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Subtract_IntInt_ReturnValue_17) == 0x0002B4, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Subtract_IntInt_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, Temp_int_Step_Size_Variable_3) == 0x0002B8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::Temp_int_Step_Size_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_NotEqual_IntInt_ReturnValue_4) == 0x0002BC, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_NotEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Subtract_IntInt_ReturnValue_18) == 0x0002C0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Subtract_IntInt_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Add_IntInt_ReturnValue_8) == 0x0002C4, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_IsValid_ReturnValue_4) == 0x0002C8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GreaterEqual_IntInt_ReturnValue_5) == 0x0002C9, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GreaterEqual_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetAllChildren_ReturnValue_4) == 0x0002D0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetAllChildren_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Array_Get_Item_4) == 0x0002E0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Array_Length_ReturnValue) == 0x0002E8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, K2Node_DynamicCast_AsWBP_Blackmarket_Category_4) == 0x0002F0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::K2Node_DynamicCast_AsWBP_Blackmarket_Category_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, K2Node_DynamicCast_bSuccess_4) == 0x0002F8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Less_IntInt_ReturnValue_5) == 0x0002F9, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_BooleanAND_ReturnValue) == 0x0002FA, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetChildIndex_ReturnValue) == 0x0002FC, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetChildIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000300, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetChildIndex_ReturnValue_1) == 0x000304, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetChildIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_NotEqual_IntInt_ReturnValue_5) == 0x000308, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_NotEqual_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, Temp_bool_Variable_3) == 0x000309, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_Subtract_IntInt_ReturnValue_19) == 0x00030C, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_Subtract_IntInt_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, K2Node_Select_Default_3) == 0x000310, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetChildAt_ReturnValue_12) == 0x000318, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetChildAt_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation, CallFunc_GetParent_ReturnValue) == 0x000320, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_CustomBoundryNavigation::CallFunc_GetParent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendors_C_SetActiveButton \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendors_C_SetActiveButton) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendors_C_SetActiveButton"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendors_C_SetActiveButton) == 0x000020, "Wrong size on WBP_UI_MainMenu_BlackMarketVendors_C_SetActiveButton"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_SetActiveButton, NewButton) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_SetActiveButton::NewButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_SetActiveButton, Temp_bool_Variable) == 0x000008, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_SetActiveButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_SetActiveButton, Temp_float_Variable) == 0x00000C, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_SetActiveButton::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_SetActiveButton, Temp_float_Variable_1) == 0x000010, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_SetActiveButton::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_SetActiveButton, CallFunc_IsInputTypeController_ReturnValue) == 0x000014, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_SetActiveButton::CallFunc_IsInputTypeController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_SetActiveButton, K2Node_Select_Default) == 0x000018, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_SetActiveButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_SetActiveButton, CallFunc_IsValid_ReturnValue) == 0x00001C, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_SetActiveButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_SetActiveButton, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x00001D, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_SetActiveButton::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_SetActiveButton, CallFunc_BooleanAND_ReturnValue) == 0x00001E, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_SetActiveButton::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen) == 0x0000D0, "Wrong size on WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen, CallFunc_GetActivePlayerLoadoutIndex_ReturnValue) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen::CallFunc_GetActivePlayerLoadoutIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen, CallFunc_GetMenuWidget_ReturnValue) == 0x000008, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen, CallFunc_GetMenuWidget_ReturnValue_1) == 0x000010, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen::CallFunc_GetMenuWidget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen, K2Node_DynamicCast_AsSBZMain_Menu_Widget) == 0x000018, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen::K2Node_DynamicCast_AsSBZMain_Menu_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen, K2Node_DynamicCast_AsSBZMain_Menu_Widget_1) == 0x000028, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen::K2Node_DynamicCast_AsSBZMain_Menu_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen, K2Node_DynamicCast_AsWBP_UI_SM_Game_Start) == 0x000038, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen::K2Node_DynamicCast_AsWBP_UI_SM_Game_Start' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen, K2Node_DynamicCast_bSuccess_2) == 0x000040, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen, CallFunc_DisplayWeaponInventoryScreen_ReturnValue) == 0x000041, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen::CallFunc_DisplayWeaponInventoryScreen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen, CallFunc_GetUIManager_ReturnValue) == 0x000048, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen, K2Node_SwitchEnum_CmpSuccess) == 0x000050, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen, CallFunc_MakeLiteralName_ReturnValue) == 0x000054, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000060, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen, CallFunc_GetUIManager_ReturnValue_1) == 0x000070, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen, CallFunc_MakeLiteralName_ReturnValue_2) == 0x000078, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen, CallFunc_GetUIManager_ReturnValue_2) == 0x000088, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen::CallFunc_GetUIManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen, CallFunc_GetUIManager_ReturnValue_3) == 0x000090, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen::CallFunc_GetUIManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen, CallFunc_MakeLiteralName_ReturnValue_3) == 0x000098, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen::CallFunc_MakeLiteralName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0000A4, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000A5, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen, CallFunc_MakeLiteralName_ReturnValue_4) == 0x0000A8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen::CallFunc_MakeLiteralName_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen, CallFunc_GetUIManager_ReturnValue_4) == 0x0000B8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen::CallFunc_GetUIManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen, CallFunc_MakeLiteralName_ReturnValue_5) == 0x0000C0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_NavToPreviousScreen::CallFunc_MakeLiteralName_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendors_C_OpenInventoryScreen \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendors_C_OpenInventoryScreen) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendors_C_OpenInventoryScreen"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendors_C_OpenInventoryScreen) == 0x000028, "Wrong size on WBP_UI_MainMenu_BlackMarketVendors_C_OpenInventoryScreen"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_OpenInventoryScreen, CallFunc_MakeLiteralName_ReturnValue) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_OpenInventoryScreen::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_OpenInventoryScreen, CallFunc_GetUIManager_ReturnValue) == 0x000010, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_OpenInventoryScreen::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_OpenInventoryScreen, CallFunc_PopStack_ReturnValue) == 0x000018, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_OpenInventoryScreen::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType) == 0x0001B0, "Wrong size on WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType, ControlsReference) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType::ControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType, Temp_text_Variable) == 0x000010, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType, Temp_text_Variable_1) == 0x000028, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType, Temp_bool_Variable) == 0x000040, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType, K2Node_DynamicCast_AsSBZBlack_Market_Store_Item_Button) == 0x000048, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType::K2Node_DynamicCast_AsSBZBlack_Market_Store_Item_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType, CallFunc_GetItemData_ReturnValue) == 0x000058, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType::CallFunc_GetItemData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType, CallFunc_IsActiveButtonOfBundleType_bIsBundleButton) == 0x000060, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType::CallFunc_IsActiveButtonOfBundleType_bIsBundleButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType, Temp_bool_Variable_1) == 0x000061, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType, CallFunc_GetUIManager_ReturnValue) == 0x000068, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType, CallFunc_GetMenuWidget_ReturnValue) == 0x000070, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType, K2Node_Select_Default) == 0x000078, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType, K2Node_DynamicCast_AsSBZMain_Menu_Widget) == 0x000090, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType::K2Node_DynamicCast_AsSBZMain_Menu_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType, K2Node_DynamicCast_bSuccess_1) == 0x000098, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType, K2Node_MakeStruct_SBZButtonControlReference) == 0x0000A0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType, CallFunc_CanInspectInventoryItem_ReturnValue) == 0x0000D8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType::CallFunc_CanInspectInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType, CallFunc_MakeLiteralText_ReturnValue) == 0x0000E0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType, CallFunc_TextToUpper_ReturnValue) == 0x0000F8, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000110, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType, K2Node_MakeStruct_SBZButtonControlReference_2) == 0x000148, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType::K2Node_MakeStruct_SBZButtonControlReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType, K2Node_MakeArray_Array) == 0x000180, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType, K2Node_MakeArray_Array_1) == 0x000190, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType, K2Node_Select_Default_1) == 0x0001A0, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_MakeControlReferencesBasedOnButtomType::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_BlackMarketVendors_C_IsActiveButtonOfBundleType \ +static_assert(alignof(WBP_UI_MainMenu_BlackMarketVendors_C_IsActiveButtonOfBundleType) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_BlackMarketVendors_C_IsActiveButtonOfBundleType"); \ +static_assert(sizeof(WBP_UI_MainMenu_BlackMarketVendors_C_IsActiveButtonOfBundleType) == 0x000028, "Wrong size on WBP_UI_MainMenu_BlackMarketVendors_C_IsActiveButtonOfBundleType"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_IsActiveButtonOfBundleType, bIsBundleButton) == 0x000000, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_IsActiveButtonOfBundleType::bIsBundleButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_IsActiveButtonOfBundleType, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_IsActiveButtonOfBundleType::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_IsActiveButtonOfBundleType, K2Node_DynamicCast_AsWBP_Blackmarket_Featured_Bundle_Item_Buttom) == 0x000008, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_IsActiveButtonOfBundleType::K2Node_DynamicCast_AsWBP_Blackmarket_Featured_Bundle_Item_Buttom' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_IsActiveButtonOfBundleType, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_IsActiveButtonOfBundleType::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_IsActiveButtonOfBundleType, K2Node_DynamicCast_AsWBP_Blackmarket_Bundle_Item_Button) == 0x000018, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_IsActiveButtonOfBundleType::K2Node_DynamicCast_AsWBP_Blackmarket_Bundle_Item_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_BlackMarketVendors_C_IsActiveButtonOfBundleType, K2Node_DynamicCast_bSuccess_1) == 0x000020, "Member 'WBP_UI_MainMenu_BlackMarketVendors_C_IsActiveButtonOfBundleType::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_MainMenu_BlackMarketVendors_C \ +static_assert(alignof(UWBP_UI_MainMenu_BlackMarketVendors_C) == 0x000008, "Wrong alignment on UWBP_UI_MainMenu_BlackMarketVendors_C"); \ +static_assert(sizeof(UWBP_UI_MainMenu_BlackMarketVendors_C) == 0x000698, "Wrong size on UWBP_UI_MainMenu_BlackMarketVendors_C"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendors_C, UberGraphFrame) == 0x000600, "Member 'UWBP_UI_MainMenu_BlackMarketVendors_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendors_C, Tab_Change) == 0x000608, "Member 'UWBP_UI_MainMenu_BlackMarketVendors_C::Tab_Change' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendors_C, Intro) == 0x000610, "Member 'UWBP_UI_MainMenu_BlackMarketVendors_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendors_C, DisplayWelcome) == 0x000618, "Member 'UWBP_UI_MainMenu_BlackMarketVendors_C::DisplayWelcome' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendors_C, FetchingDataAnimation) == 0x000620, "Member 'UWBP_UI_MainMenu_BlackMarketVendors_C::FetchingDataAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendors_C, CanvasPanel_VendorInitialized) == 0x000628, "Member 'UWBP_UI_MainMenu_BlackMarketVendors_C::CanvasPanel_VendorInitialized' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendors_C, CanvasPanel_VendorNotInitialized) == 0x000630, "Member 'UWBP_UI_MainMenu_BlackMarketVendors_C::CanvasPanel_VendorNotInitialized' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendors_C, ScreenTitle) == 0x000638, "Member 'UWBP_UI_MainMenu_BlackMarketVendors_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendors_C, ScrollBox_SettingsItems) == 0x000640, "Member 'UWBP_UI_MainMenu_BlackMarketVendors_C::ScrollBox_SettingsItems' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendors_C, Text_VendorMessage) == 0x000648, "Member 'UWBP_UI_MainMenu_BlackMarketVendors_C::Text_VendorMessage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendors_C, Transaction_Overlay) == 0x000650, "Member 'UWBP_UI_MainMenu_BlackMarketVendors_C::Transaction_Overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendors_C, WBP_UI_ContentBackground) == 0x000658, "Member 'UWBP_UI_MainMenu_BlackMarketVendors_C::WBP_UI_ContentBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendors_C, Widget_ItemDescription) == 0x000660, "Member 'UWBP_UI_MainMenu_BlackMarketVendors_C::Widget_ItemDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendors_C, ActiveButton) == 0x000668, "Member 'UWBP_UI_MainMenu_BlackMarketVendors_C::ActiveButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendors_C, CurrentVendorData) == 0x000670, "Member 'UWBP_UI_MainMenu_BlackMarketVendors_C::CurrentVendorData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendors_C, NumOfShopItemsPerRow) == 0x000678, "Member 'UWBP_UI_MainMenu_BlackMarketVendors_C::NumOfShopItemsPerRow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendors_C, LastActiveButton) == 0x000680, "Member 'UWBP_UI_MainMenu_BlackMarketVendors_C::LastActiveButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendors_C, OpenedFromLocation) == 0x000688, "Member 'UWBP_UI_MainMenu_BlackMarketVendors_C::OpenedFromLocation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_BlackMarketVendors_C, PreviousStack) == 0x00068C, "Member 'UWBP_UI_MainMenu_BlackMarketVendors_C::PreviousStack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad \ +static_assert(alignof(WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad) == 0x000008, "Wrong alignment on WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad"); \ +static_assert(sizeof(WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad) == 0x0000A0, "Wrong size on WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad, EntryPoint) == 0x000000, "Member 'WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad, K2Node_Event_PreviousValue) == 0x000004, "Member 'WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad, K2Node_CustomEvent_ActionName) == 0x000010, "Member 'WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad::K2Node_CustomEvent_ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad, K2Node_SwitchName_CmpSuccess) == 0x00001C, "Member 'WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad, K2Node_Event_MenuButton) == 0x000020, "Member 'WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad::K2Node_Event_MenuButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad, K2Node_Event_bIsFocused) == 0x000028, "Member 'WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad::K2Node_Event_bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad, K2Node_Event_SettingsButton) == 0x000030, "Member 'WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad::K2Node_Event_SettingsButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad, CallFunc_IsSettingsCategoryDirty_ReturnValue) == 0x000038, "Member 'WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad::CallFunc_IsSettingsCategoryDirty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad, CallFunc_IsSettingsCategoryDirty_ReturnValue_1) == 0x000039, "Member 'WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad::CallFunc_IsSettingsCategoryDirty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad, CallFunc_Get_ReturnValue) == 0x000040, "Member 'WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad, CallFunc_Get_ReturnValue_1) == 0x000048, "Member 'WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad, K2Node_CreateDelegate_OutputDelegate) == 0x000050, "Member 'WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad, K2Node_CreateDelegate_OutputDelegate_1) == 0x000064, "Member 'WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad, CallFunc_GetUIManager_ReturnValue) == 0x000080, "Member 'WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad, CallFunc_GetGamepadSprite_ReturnValue) == 0x000088, "Member 'WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad::CallFunc_GetGamepadSprite_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000090, "Member 'WBP_Settings_Screen_CategoryGamepad_C_ExecuteUbergraph_WBP_Settings_Screen_CategoryGamepad::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_Screen_CategoryGamepad_C_OnSettingsButtonChanged \ +static_assert(alignof(WBP_Settings_Screen_CategoryGamepad_C_OnSettingsButtonChanged) == 0x000008, "Wrong alignment on WBP_Settings_Screen_CategoryGamepad_C_OnSettingsButtonChanged"); \ +static_assert(sizeof(WBP_Settings_Screen_CategoryGamepad_C_OnSettingsButtonChanged) == 0x000008, "Wrong size on WBP_Settings_Screen_CategoryGamepad_C_OnSettingsButtonChanged"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_OnSettingsButtonChanged, SettingsButton) == 0x000000, "Member 'WBP_Settings_Screen_CategoryGamepad_C_OnSettingsButtonChanged::SettingsButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_Screen_CategoryGamepad_C_OnSettingsButtonFocused \ +static_assert(alignof(WBP_Settings_Screen_CategoryGamepad_C_OnSettingsButtonFocused) == 0x000008, "Wrong alignment on WBP_Settings_Screen_CategoryGamepad_C_OnSettingsButtonFocused"); \ +static_assert(sizeof(WBP_Settings_Screen_CategoryGamepad_C_OnSettingsButtonFocused) == 0x000010, "Wrong size on WBP_Settings_Screen_CategoryGamepad_C_OnSettingsButtonFocused"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_OnSettingsButtonFocused, MenuButton) == 0x000000, "Member 'WBP_Settings_Screen_CategoryGamepad_C_OnSettingsButtonFocused::MenuButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_OnSettingsButtonFocused, bIsFocused) == 0x000008, "Member 'WBP_Settings_Screen_CategoryGamepad_C_OnSettingsButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_Screen_CategoryGamepad_C_OnControlRefrencePressed \ +static_assert(alignof(WBP_Settings_Screen_CategoryGamepad_C_OnControlRefrencePressed) == 0x000004, "Wrong alignment on WBP_Settings_Screen_CategoryGamepad_C_OnControlRefrencePressed"); \ +static_assert(sizeof(WBP_Settings_Screen_CategoryGamepad_C_OnControlRefrencePressed) == 0x00000C, "Wrong size on WBP_Settings_Screen_CategoryGamepad_C_OnControlRefrencePressed"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_OnControlRefrencePressed, ActionName) == 0x000000, "Member 'WBP_Settings_Screen_CategoryGamepad_C_OnControlRefrencePressed::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_Screen_CategoryGamepad_C_OnGainedStackFocused \ +static_assert(alignof(WBP_Settings_Screen_CategoryGamepad_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_Settings_Screen_CategoryGamepad_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_Settings_Screen_CategoryGamepad_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_Settings_Screen_CategoryGamepad_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_Settings_Screen_CategoryGamepad_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_Screen_CategoryGamepad_C_Handle_Settings_Button_Focus_Changed \ +static_assert(alignof(WBP_Settings_Screen_CategoryGamepad_C_Handle_Settings_Button_Focus_Changed) == 0x000008, "Wrong alignment on WBP_Settings_Screen_CategoryGamepad_C_Handle_Settings_Button_Focus_Changed"); \ +static_assert(sizeof(WBP_Settings_Screen_CategoryGamepad_C_Handle_Settings_Button_Focus_Changed) == 0x000020, "Wrong size on WBP_Settings_Screen_CategoryGamepad_C_Handle_Settings_Button_Focus_Changed"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_Handle_Settings_Button_Focus_Changed, Button) == 0x000000, "Member 'WBP_Settings_Screen_CategoryGamepad_C_Handle_Settings_Button_Focus_Changed::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_Handle_Settings_Button_Focus_Changed, IsButtonFocused) == 0x000008, "Member 'WBP_Settings_Screen_CategoryGamepad_C_Handle_Settings_Button_Focus_Changed::IsButtonFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_Handle_Settings_Button_Focus_Changed, IsSettingDirty) == 0x000009, "Member 'WBP_Settings_Screen_CategoryGamepad_C_Handle_Settings_Button_Focus_Changed::IsSettingDirty' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_Handle_Settings_Button_Focus_Changed, K2Node_DynamicCast_AsSBZSettings_Button) == 0x000010, "Member 'WBP_Settings_Screen_CategoryGamepad_C_Handle_Settings_Button_Focus_Changed::K2Node_DynamicCast_AsSBZSettings_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_Handle_Settings_Button_Focus_Changed, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_Settings_Screen_CategoryGamepad_C_Handle_Settings_Button_Focus_Changed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_Screen_CategoryGamepad_C_Handle_Settings_Button_Value_Changed \ +static_assert(alignof(WBP_Settings_Screen_CategoryGamepad_C_Handle_Settings_Button_Value_Changed) == 0x000008, "Wrong alignment on WBP_Settings_Screen_CategoryGamepad_C_Handle_Settings_Button_Value_Changed"); \ +static_assert(sizeof(WBP_Settings_Screen_CategoryGamepad_C_Handle_Settings_Button_Value_Changed) == 0x000010, "Wrong size on WBP_Settings_Screen_CategoryGamepad_C_Handle_Settings_Button_Value_Changed"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_Handle_Settings_Button_Value_Changed, Button) == 0x000000, "Member 'WBP_Settings_Screen_CategoryGamepad_C_Handle_Settings_Button_Value_Changed::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_Handle_Settings_Button_Value_Changed, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000008, "Member 'WBP_Settings_Screen_CategoryGamepad_C_Handle_Settings_Button_Value_Changed::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_Handle_Settings_Button_Value_Changed, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'WBP_Settings_Screen_CategoryGamepad_C_Handle_Settings_Button_Value_Changed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference \ +static_assert(alignof(WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference) == 0x000008, "Wrong alignment on WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference"); \ +static_assert(sizeof(WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference) == 0x000160, "Wrong size on WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference, Button_Control_References) == 0x000000, "Member 'WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference::Button_Control_References' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference, Temp_bool_Variable) == 0x000010, "Member 'WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference, Temp_bool_Variable_1) == 0x000011, "Member 'WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference, CallFunc_IsSettingsCategoryDirty_ReturnValue) == 0x000012, "Member 'WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference::CallFunc_IsSettingsCategoryDirty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference, K2Node_MakeArray_Array) == 0x000018, "Member 'WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference, K2Node_MakeStruct_SBZButtonControlReference) == 0x000028, "Member 'WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000060, "Member 'WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference, K2Node_MakeArray_Array_1) == 0x000098, "Member 'WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference, K2Node_MakeArray_Array_2) == 0x0000A8, "Member 'WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference, K2Node_Select_Default) == 0x0000B8, "Member 'WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference, K2Node_MakeStruct_SBZButtonControlsReference) == 0x0000C8, "Member 'WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference, K2Node_CreateDelegate_OutputDelegate) == 0x0000F0, "Member 'WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference, K2Node_MakeStruct_SBZButtonControlReference_2) == 0x000108, "Member 'WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference::K2Node_MakeStruct_SBZButtonControlReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference, K2Node_MakeArray_Array_3) == 0x000140, "Member 'WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference, K2Node_Select_Default_1) == 0x000150, "Member 'WBP_Settings_Screen_CategoryGamepad_C_Update_Menu_Control_Reference::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_Screen_CategoryGamepad_C_On_Focused_Input_Actions \ +static_assert(alignof(WBP_Settings_Screen_CategoryGamepad_C_On_Focused_Input_Actions) == 0x000004, "Wrong alignment on WBP_Settings_Screen_CategoryGamepad_C_On_Focused_Input_Actions"); \ +static_assert(sizeof(WBP_Settings_Screen_CategoryGamepad_C_On_Focused_Input_Actions) == 0x00002C, "Wrong size on WBP_Settings_Screen_CategoryGamepad_C_On_Focused_Input_Actions"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_On_Focused_Input_Actions, IsFocused) == 0x000000, "Member 'WBP_Settings_Screen_CategoryGamepad_C_On_Focused_Input_Actions::IsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_On_Focused_Input_Actions, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_Settings_Screen_CategoryGamepad_C_On_Focused_Input_Actions::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_CategoryGamepad_C_On_Focused_Input_Actions, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_Settings_Screen_CategoryGamepad_C_On_Focused_Input_Actions::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_Screen_CategoryGamepad_C \ +static_assert(alignof(UWBP_Settings_Screen_CategoryGamepad_C) == 0x000008, "Wrong alignment on UWBP_Settings_Screen_CategoryGamepad_C"); \ +static_assert(sizeof(UWBP_Settings_Screen_CategoryGamepad_C) == 0x000390, "Wrong size on UWBP_Settings_Screen_CategoryGamepad_C"); \ +static_assert(offsetof(UWBP_Settings_Screen_CategoryGamepad_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_Settings_Screen_CategoryGamepad_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_CategoryGamepad_C, Background) == 0x0002E8, "Member 'UWBP_Settings_Screen_CategoryGamepad_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_CategoryGamepad_C, Image_Gamepad) == 0x0002F0, "Member 'UWBP_Settings_Screen_CategoryGamepad_C::Image_Gamepad' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_CategoryGamepad_C, InputKeyActionBindings_DPadDown) == 0x0002F8, "Member 'UWBP_Settings_Screen_CategoryGamepad_C::InputKeyActionBindings_DPadDown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_CategoryGamepad_C, InputKeyActionBindings_DPadLeft) == 0x000300, "Member 'UWBP_Settings_Screen_CategoryGamepad_C::InputKeyActionBindings_DPadLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_CategoryGamepad_C, InputKeyActionBindings_DPadRight) == 0x000308, "Member 'UWBP_Settings_Screen_CategoryGamepad_C::InputKeyActionBindings_DPadRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_CategoryGamepad_C, InputKeyActionBindings_DPadUp) == 0x000310, "Member 'UWBP_Settings_Screen_CategoryGamepad_C::InputKeyActionBindings_DPadUp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_CategoryGamepad_C, InputKeyActionBindings_FaceButtonBottom) == 0x000318, "Member 'UWBP_Settings_Screen_CategoryGamepad_C::InputKeyActionBindings_FaceButtonBottom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_CategoryGamepad_C, InputKeyActionBindings_FaceButtonLeft) == 0x000320, "Member 'UWBP_Settings_Screen_CategoryGamepad_C::InputKeyActionBindings_FaceButtonLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_CategoryGamepad_C, InputKeyActionBindings_FaceButtonRight) == 0x000328, "Member 'UWBP_Settings_Screen_CategoryGamepad_C::InputKeyActionBindings_FaceButtonRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_CategoryGamepad_C, InputKeyActionBindings_FaceButtonTop) == 0x000330, "Member 'UWBP_Settings_Screen_CategoryGamepad_C::InputKeyActionBindings_FaceButtonTop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_CategoryGamepad_C, InputKeyActionBindings_LeftShoulder) == 0x000338, "Member 'UWBP_Settings_Screen_CategoryGamepad_C::InputKeyActionBindings_LeftShoulder' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_CategoryGamepad_C, InputKeyActionBindings_LeftThumbstickButton) == 0x000340, "Member 'UWBP_Settings_Screen_CategoryGamepad_C::InputKeyActionBindings_LeftThumbstickButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_CategoryGamepad_C, InputKeyActionBindings_LeftTriggerAxis) == 0x000348, "Member 'UWBP_Settings_Screen_CategoryGamepad_C::InputKeyActionBindings_LeftTriggerAxis' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_CategoryGamepad_C, InputKeyActionBindings_RightShoulder) == 0x000350, "Member 'UWBP_Settings_Screen_CategoryGamepad_C::InputKeyActionBindings_RightShoulder' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_CategoryGamepad_C, InputKeyActionBindings_RightThumbstickButton) == 0x000358, "Member 'UWBP_Settings_Screen_CategoryGamepad_C::InputKeyActionBindings_RightThumbstickButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_CategoryGamepad_C, InputKeyActionBindings_RightTriggerAxis) == 0x000360, "Member 'UWBP_Settings_Screen_CategoryGamepad_C::InputKeyActionBindings_RightTriggerAxis' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_CategoryGamepad_C, InputKeyActionBindings_SpecialLeft) == 0x000368, "Member 'UWBP_Settings_Screen_CategoryGamepad_C::InputKeyActionBindings_SpecialLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_CategoryGamepad_C, InputKeyActionBindings_SpecialRight) == 0x000370, "Member 'UWBP_Settings_Screen_CategoryGamepad_C::InputKeyActionBindings_SpecialRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_CategoryGamepad_C, ScreenTitle) == 0x000378, "Member 'UWBP_Settings_Screen_CategoryGamepad_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_CategoryGamepad_C, ScrollBox_SettingsItems) == 0x000380, "Member 'UWBP_Settings_Screen_CategoryGamepad_C::ScrollBox_SettingsItems' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_CategoryGamepad_C, ActiveButton) == 0x000388, "Member 'UWBP_Settings_Screen_CategoryGamepad_C::ActiveButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category \ +static_assert(alignof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category) == 0x000008, "Wrong alignment on WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category"); \ +static_assert(sizeof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category) == 0x0001C0, "Wrong size on WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, EntryPoint) == 0x000000, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, Temp_bool_True_if_break_was_hit_Variable) == 0x000010, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, Temp_int_Array_Index_Variable) == 0x000014, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, Temp_int_Loop_Counter_Variable_1) == 0x00001C, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, Temp_int_Loop_Counter_Variable_2) == 0x000020, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_Add_IntInt_ReturnValue_1) == 0x000024, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_Add_IntInt_ReturnValue_2) == 0x000028, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, Temp_int_Array_Index_Variable_1) == 0x00002C, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, Temp_int_Loop_Counter_Variable_3) == 0x000030, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_Add_IntInt_ReturnValue_3) == 0x000038, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, Temp_int_Array_Index_Variable_2) == 0x00003C, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, K2Node_Event_PreviousValue) == 0x000048, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, K2Node_CustomEvent_ActionName) == 0x000054, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::K2Node_CustomEvent_ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, K2Node_SwitchName_CmpSuccess) == 0x000060, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, Temp_bool_Variable) == 0x000061, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, K2Node_Event_MenuButton) == 0x000068, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::K2Node_Event_MenuButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, K2Node_Event_bIsFocused) == 0x000070, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::K2Node_Event_bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, K2Node_DynamicCast_AsSBZSettings_Button) == 0x000078, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::K2Node_DynamicCast_AsSBZSettings_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, K2Node_Event_SettingsButton) == 0x000088, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::K2Node_Event_SettingsButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_Conv_NameToString_ReturnValue) == 0x000090, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, Temp_int_Array_Index_Variable_3) == 0x0000A0, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_GetAllChildren_ReturnValue) == 0x0000A8, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_Array_Get_Item_1) == 0x0000B8, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_Array_Length_ReturnValue_1) == 0x0000C0, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000C4, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, K2Node_DynamicCast_AsSettings_Group_Title) == 0x0000C8, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::K2Node_DynamicCast_AsSettings_Group_Title' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, K2Node_DynamicCast_bSuccess_1) == 0x0000D0, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_Array_Get_Item_2) == 0x0000D8, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_Array_Length_ReturnValue_2) == 0x0000E0, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, K2Node_DynamicCast_AsWBP_Settings_Helper_Panel_Reticle_Preview) == 0x0000E8, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::K2Node_DynamicCast_AsWBP_Settings_Helper_Panel_Reticle_Preview' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, K2Node_DynamicCast_bSuccess_2) == 0x0000F0, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000F1, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, Temp_bool_True_if_break_was_hit_Variable_1) == 0x0000F2, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::Temp_bool_True_if_break_was_hit_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_IsSettingsCategoryDirty_ReturnValue) == 0x0000F3, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_IsSettingsCategoryDirty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000F4, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_BooleanAND_ReturnValue) == 0x0000F5, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, Temp_bool_True_if_break_was_hit_Variable_2) == 0x0000F6, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::Temp_bool_True_if_break_was_hit_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000F7, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_BooleanAND_ReturnValue_1) == 0x0000F8, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_Get_ReturnValue) == 0x000100, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_Get_ReturnValue_1) == 0x000108, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, K2Node_CreateDelegate_OutputDelegate) == 0x000110, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, K2Node_CreateDelegate_OutputDelegate_1) == 0x000124, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_IsValid_ReturnValue) == 0x000138, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_GetAllChildren_ReturnValue_1) == 0x000140, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_GetAllChildren_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_Array_Get_Item_3) == 0x000150, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_Array_Length_ReturnValue_3) == 0x000158, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_Less_IntInt_ReturnValue_3) == 0x00015C, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, K2Node_DynamicCast_AsSettings_Group_Title_1) == 0x000160, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::K2Node_DynamicCast_AsSettings_Group_Title_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, K2Node_DynamicCast_bSuccess_3) == 0x000168, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_BooleanAND_ReturnValue_2) == 0x000169, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, Temp_byte_Variable) == 0x00016A, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_MakeLiteralString_ReturnValue) == 0x000170, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_MakeLiteralString_ReturnValue_1) == 0x000180, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, K2Node_MakeArray_Array) == 0x000190, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_Array_Contains_ReturnValue) == 0x0001A0, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, Temp_byte_Variable_1) == 0x0001A1, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, K2Node_Select_Default) == 0x0001A2, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_IsValid_ReturnValue_1) == 0x0001A3, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x0001A8, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_MakeLiteralName_ReturnValue) == 0x0001B0, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category, CallFunc_IsValid_ReturnValue_2) == 0x0001BC, "Member 'WBP_Settings_Screen_Category_C_ExecuteUbergraph_WBP_Settings_Screen_Category::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_Screen_Category_C_OnSettingsButtonChanged \ +static_assert(alignof(WBP_Settings_Screen_Category_C_OnSettingsButtonChanged) == 0x000008, "Wrong alignment on WBP_Settings_Screen_Category_C_OnSettingsButtonChanged"); \ +static_assert(sizeof(WBP_Settings_Screen_Category_C_OnSettingsButtonChanged) == 0x000008, "Wrong size on WBP_Settings_Screen_Category_C_OnSettingsButtonChanged"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_OnSettingsButtonChanged, SettingsButton) == 0x000000, "Member 'WBP_Settings_Screen_Category_C_OnSettingsButtonChanged::SettingsButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_Screen_Category_C_OnSettingsButtonFocused \ +static_assert(alignof(WBP_Settings_Screen_Category_C_OnSettingsButtonFocused) == 0x000008, "Wrong alignment on WBP_Settings_Screen_Category_C_OnSettingsButtonFocused"); \ +static_assert(sizeof(WBP_Settings_Screen_Category_C_OnSettingsButtonFocused) == 0x000010, "Wrong size on WBP_Settings_Screen_Category_C_OnSettingsButtonFocused"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_OnSettingsButtonFocused, MenuButton) == 0x000000, "Member 'WBP_Settings_Screen_Category_C_OnSettingsButtonFocused::MenuButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_OnSettingsButtonFocused, bIsFocused) == 0x000008, "Member 'WBP_Settings_Screen_Category_C_OnSettingsButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_Screen_Category_C_OnControlRefrencePressed \ +static_assert(alignof(WBP_Settings_Screen_Category_C_OnControlRefrencePressed) == 0x000004, "Wrong alignment on WBP_Settings_Screen_Category_C_OnControlRefrencePressed"); \ +static_assert(sizeof(WBP_Settings_Screen_Category_C_OnControlRefrencePressed) == 0x00000C, "Wrong size on WBP_Settings_Screen_Category_C_OnControlRefrencePressed"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_OnControlRefrencePressed, ActionName) == 0x000000, "Member 'WBP_Settings_Screen_Category_C_OnControlRefrencePressed::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_Screen_Category_C_OnGainedStackFocused \ +static_assert(alignof(WBP_Settings_Screen_Category_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_Settings_Screen_Category_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_Settings_Screen_Category_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_Settings_Screen_Category_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_Settings_Screen_Category_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_Screen_Category_C_Handle_Settings_Button_Focus_Changed \ +static_assert(alignof(WBP_Settings_Screen_Category_C_Handle_Settings_Button_Focus_Changed) == 0x000008, "Wrong alignment on WBP_Settings_Screen_Category_C_Handle_Settings_Button_Focus_Changed"); \ +static_assert(sizeof(WBP_Settings_Screen_Category_C_Handle_Settings_Button_Focus_Changed) == 0x000030, "Wrong size on WBP_Settings_Screen_Category_C_Handle_Settings_Button_Focus_Changed"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Handle_Settings_Button_Focus_Changed, Button) == 0x000000, "Member 'WBP_Settings_Screen_Category_C_Handle_Settings_Button_Focus_Changed::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Handle_Settings_Button_Focus_Changed, IsButtonFocused) == 0x000008, "Member 'WBP_Settings_Screen_Category_C_Handle_Settings_Button_Focus_Changed::IsButtonFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Handle_Settings_Button_Focus_Changed, IsSettingDirty) == 0x000009, "Member 'WBP_Settings_Screen_Category_C_Handle_Settings_Button_Focus_Changed::IsSettingDirty' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Handle_Settings_Button_Focus_Changed, K2Node_DynamicCast_AsSBZSettings_Button) == 0x000010, "Member 'WBP_Settings_Screen_Category_C_Handle_Settings_Button_Focus_Changed::K2Node_DynamicCast_AsSBZSettings_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Handle_Settings_Button_Focus_Changed, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_Settings_Screen_Category_C_Handle_Settings_Button_Focus_Changed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Handle_Settings_Button_Focus_Changed, K2Node_DynamicCast_AsSBZSettings_Button_Action_Click) == 0x000020, "Member 'WBP_Settings_Screen_Category_C_Handle_Settings_Button_Focus_Changed::K2Node_DynamicCast_AsSBZSettings_Button_Action_Click' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Handle_Settings_Button_Focus_Changed, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'WBP_Settings_Screen_Category_C_Handle_Settings_Button_Focus_Changed::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_Screen_Category_C_Handle_Settings_Button_Value_Changed \ +static_assert(alignof(WBP_Settings_Screen_Category_C_Handle_Settings_Button_Value_Changed) == 0x000008, "Wrong alignment on WBP_Settings_Screen_Category_C_Handle_Settings_Button_Value_Changed"); \ +static_assert(sizeof(WBP_Settings_Screen_Category_C_Handle_Settings_Button_Value_Changed) == 0x000010, "Wrong size on WBP_Settings_Screen_Category_C_Handle_Settings_Button_Value_Changed"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Handle_Settings_Button_Value_Changed, Button) == 0x000000, "Member 'WBP_Settings_Screen_Category_C_Handle_Settings_Button_Value_Changed::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Handle_Settings_Button_Value_Changed, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000008, "Member 'WBP_Settings_Screen_Category_C_Handle_Settings_Button_Value_Changed::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Handle_Settings_Button_Value_Changed, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'WBP_Settings_Screen_Category_C_Handle_Settings_Button_Value_Changed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference \ +static_assert(alignof(WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference) == 0x000008, "Wrong alignment on WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference"); \ +static_assert(sizeof(WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference) == 0x0001B0, "Wrong size on WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference, Button_Control_References) == 0x000000, "Member 'WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference::Button_Control_References' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference, Temp_bool_Variable) == 0x000010, "Member 'WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference, Temp_bool_Variable_1) == 0x000011, "Member 'WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference, K2Node_MakeStruct_SBZButtonControlReference) == 0x000018, "Member 'WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference, K2Node_MakeArray_Array) == 0x000050, "Member 'WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference, CallFunc_IsSettingsCategoryDirty_ReturnValue) == 0x000061, "Member 'WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference::CallFunc_IsSettingsCategoryDirty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference, K2Node_MakeArray_Array_1) == 0x000068, "Member 'WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000078, "Member 'WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference, K2Node_MakeStruct_SBZButtonControlReference_2) == 0x0000B0, "Member 'WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference::K2Node_MakeStruct_SBZButtonControlReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference, K2Node_MakeArray_Array_2) == 0x0000E8, "Member 'WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference, K2Node_MakeArray_Array_3) == 0x0000F8, "Member 'WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference, K2Node_Select_Default) == 0x000108, "Member 'WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000118, "Member 'WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference, K2Node_CreateDelegate_OutputDelegate) == 0x000140, "Member 'WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference, K2Node_MakeStruct_SBZButtonControlReference_3) == 0x000158, "Member 'WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference::K2Node_MakeStruct_SBZButtonControlReference_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference, K2Node_MakeArray_Array_4) == 0x000190, "Member 'WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference, K2Node_Select_Default_1) == 0x0001A0, "Member 'WBP_Settings_Screen_Category_C_Update_Menu_Control_Reference::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility \ +static_assert(alignof(WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility) == 0x000008, "Wrong alignment on WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility"); \ +static_assert(sizeof(WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility) == 0x000058, "Wrong size on WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility, Button) == 0x000000, "Member 'WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility, IsButtonFocused) == 0x000008, "Member 'WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility::IsButtonFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility, K2Node_DynamicCast_AsSBZSettings_Button) == 0x000010, "Member 'WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility::K2Node_DynamicCast_AsSBZSettings_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility, CallFunc_NotEqual_NameName_ReturnValue) == 0x000020, "Member 'WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility, Temp_byte_Variable) == 0x000028, "Member 'WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility, Temp_byte_Variable_1) == 0x000029, "Member 'WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility, Temp_bool_Variable) == 0x00002A, "Member 'WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility, K2Node_Select_Default) == 0x000038, "Member 'WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility, K2Node_DynamicCast_AsWBP_Settings_Helper_Panel_Button_Description) == 0x000040, "Member 'WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility::K2Node_DynamicCast_AsWBP_Settings_Helper_Panel_Button_Description' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000050, "Member 'WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility, CallFunc_Less_IntInt_ReturnValue) == 0x000051, "Member 'WBP_Settings_Screen_Category_C_Update_Helper_Panels_Visibility::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_Screen_Category_C_On_Focused_Input_Actions \ +static_assert(alignof(WBP_Settings_Screen_Category_C_On_Focused_Input_Actions) == 0x000004, "Wrong alignment on WBP_Settings_Screen_Category_C_On_Focused_Input_Actions"); \ +static_assert(sizeof(WBP_Settings_Screen_Category_C_On_Focused_Input_Actions) == 0x000040, "Wrong size on WBP_Settings_Screen_Category_C_On_Focused_Input_Actions"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_On_Focused_Input_Actions, IsFocused) == 0x000000, "Member 'WBP_Settings_Screen_Category_C_On_Focused_Input_Actions::IsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_On_Focused_Input_Actions, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_Settings_Screen_Category_C_On_Focused_Input_Actions::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_On_Focused_Input_Actions, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_Settings_Screen_Category_C_On_Focused_Input_Actions::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_On_Focused_Input_Actions, K2Node_CreateDelegate_OutputDelegate_2) == 0x00002C, "Member 'WBP_Settings_Screen_Category_C_On_Focused_Input_Actions::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_Screen_Category_C_Is_Reticle_Helper_Panel_Visible \ +static_assert(alignof(WBP_Settings_Screen_Category_C_Is_Reticle_Helper_Panel_Visible) == 0x000001, "Wrong alignment on WBP_Settings_Screen_Category_C_Is_Reticle_Helper_Panel_Visible"); \ +static_assert(sizeof(WBP_Settings_Screen_Category_C_Is_Reticle_Helper_Panel_Visible) == 0x000003, "Wrong size on WBP_Settings_Screen_Category_C_Is_Reticle_Helper_Panel_Visible"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Is_Reticle_Helper_Panel_Visible, Visible) == 0x000000, "Member 'WBP_Settings_Screen_Category_C_Is_Reticle_Helper_Panel_Visible::Visible' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Is_Reticle_Helper_Panel_Visible, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'WBP_Settings_Screen_Category_C_Is_Reticle_Helper_Panel_Visible::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_Screen_Category_C_Is_Reticle_Helper_Panel_Visible, CallFunc_IsVisible_ReturnValue) == 0x000002, "Member 'WBP_Settings_Screen_Category_C_Is_Reticle_Helper_Panel_Visible::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_Screen_Category_C \ +static_assert(alignof(UWBP_Settings_Screen_Category_C) == 0x000008, "Wrong alignment on UWBP_Settings_Screen_Category_C"); \ +static_assert(sizeof(UWBP_Settings_Screen_Category_C) == 0x0003C0, "Wrong size on UWBP_Settings_Screen_Category_C"); \ +static_assert(offsetof(UWBP_Settings_Screen_Category_C, UberGraphFrame) == 0x000348, "Member 'UWBP_Settings_Screen_Category_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_Category_C, TabChange) == 0x000350, "Member 'UWBP_Settings_Screen_Category_C::TabChange' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_Category_C, Intro) == 0x000358, "Member 'UWBP_Settings_Screen_Category_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_Category_C, Background) == 0x000360, "Member 'UWBP_Settings_Screen_Category_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_Category_C, Image_250) == 0x000368, "Member 'UWBP_Settings_Screen_Category_C::Image_250' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_Category_C, ScreenTitle) == 0x000370, "Member 'UWBP_Settings_Screen_Category_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_Category_C, Subtitles) == 0x000378, "Member 'UWBP_Settings_Screen_Category_C::Subtitles' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_Category_C, ActiveButton) == 0x000380, "Member 'UWBP_Settings_Screen_Category_C::ActiveButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_Category_C, ActiveActionClickButton) == 0x000388, "Member 'UWBP_Settings_Screen_Category_C::ActiveActionClickButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_Category_C, SettingsCategoryName) == 0x000390, "Member 'UWBP_Settings_Screen_Category_C::SettingsCategoryName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_Category_C, ReticlePreviewPanel) == 0x0003A0, "Member 'UWBP_Settings_Screen_Category_C::ReticlePreviewPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_Screen_Category_C, InTitleName) == 0x0003A8, "Member 'UWBP_Settings_Screen_Category_C::InTitleName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview \ +static_assert(alignof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview) == 0x000004, "Wrong alignment on WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview"); \ +static_assert(sizeof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview) == 0x000094, "Wrong size on WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview, EntryPoint) == 0x000000, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview, Temp_bool_Variable) == 0x000004, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview, Temp_byte_Variable) == 0x000005, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview, Temp_bool_Variable_1) == 0x000007, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview, Temp_byte_Variable_2) == 0x000008, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview, Temp_byte_Variable_3) == 0x000009, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview, K2Node_Event_IsDesignTime) == 0x00000A, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview, K2Node_Event_MyGeometry) == 0x00000C, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview, K2Node_Event_InDeltaTime) == 0x000044, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview, CallFunc_GetCrosshairsDotColor_ReturnValue) == 0x000048, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview::CallFunc_GetCrosshairsDotColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview, CallFunc_GetCrosshairsBarColor_ReturnValue) == 0x000058, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview::CallFunc_GetCrosshairsBarColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview, CallFunc_GetCrosshairsBarLength_ReturnValue) == 0x000068, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview::CallFunc_GetCrosshairsBarLength_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview, CallFunc_GetCrosshairsBarWidth_ReturnValue) == 0x00006C, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview::CallFunc_GetCrosshairsBarWidth_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview, CallFunc_GetCrosshairsDotSize_ReturnValue) == 0x000070, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview::CallFunc_GetCrosshairsDotSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview, CallFunc_GetHitIndicatorScale_ReturnValue) == 0x000074, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview::CallFunc_GetHitIndicatorScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview, CallFunc_AreHitIndicatorsEnabled_ReturnValue) == 0x000078, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview::CallFunc_AreHitIndicatorsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview, CallFunc_IsReticleEnabled_ReturnValue) == 0x000079, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview::CallFunc_IsReticleEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview, K2Node_Select_Default) == 0x00007A, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview, K2Node_Select_Default_1) == 0x00007B, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview, CallFunc_GetUnpausedTimeSeconds_ReturnValue) == 0x00007C, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview::CallFunc_GetUnpausedTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000080, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview, CallFunc_Sin_ReturnValue) == 0x000084, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview::CallFunc_Sin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview, CallFunc_Add_FloatFloat_ReturnValue) == 0x000088, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00008C, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000090, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ReticlePreview::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_HelperPanel_ReticlePreview_C_Tick \ +static_assert(alignof(WBP_Settings_HelperPanel_ReticlePreview_C_Tick) == 0x000004, "Wrong alignment on WBP_Settings_HelperPanel_ReticlePreview_C_Tick"); \ +static_assert(sizeof(WBP_Settings_HelperPanel_ReticlePreview_C_Tick) == 0x00003C, "Wrong size on WBP_Settings_HelperPanel_ReticlePreview_C_Tick"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_HelperPanel_ReticlePreview_C_PreConstruct \ +static_assert(alignof(WBP_Settings_HelperPanel_ReticlePreview_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Settings_HelperPanel_ReticlePreview_C_PreConstruct"); \ +static_assert(sizeof(WBP_Settings_HelperPanel_ReticlePreview_C_PreConstruct) == 0x000001, "Wrong size on WBP_Settings_HelperPanel_ReticlePreview_C_PreConstruct"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ReticlePreview_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Settings_HelperPanel_ReticlePreview_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_HelperPanel_ReticlePreview_C \ +static_assert(alignof(UWBP_Settings_HelperPanel_ReticlePreview_C) == 0x000008, "Wrong alignment on UWBP_Settings_HelperPanel_ReticlePreview_C"); \ +static_assert(sizeof(UWBP_Settings_HelperPanel_ReticlePreview_C) == 0x0002E0, "Wrong size on UWBP_Settings_HelperPanel_ReticlePreview_C"); \ +static_assert(offsetof(UWBP_Settings_HelperPanel_ReticlePreview_C, UberGraphFrame) == 0x0002A8, "Member 'UWBP_Settings_HelperPanel_ReticlePreview_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_HelperPanel_ReticlePreview_C, Background_I) == 0x0002B0, "Member 'UWBP_Settings_HelperPanel_ReticlePreview_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_HelperPanel_ReticlePreview_C, Content_O) == 0x0002B8, "Member 'UWBP_Settings_HelperPanel_ReticlePreview_C::Content_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_HelperPanel_ReticlePreview_C, CrosshairVisuals) == 0x0002C0, "Member 'UWBP_Settings_HelperPanel_ReticlePreview_C::CrosshairVisuals' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_HelperPanel_ReticlePreview_C, HitIndicators) == 0x0002C8, "Member 'UWBP_Settings_HelperPanel_ReticlePreview_C::HitIndicators' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_HelperPanel_ReticlePreview_C, Reticle_I) == 0x0002D0, "Member 'UWBP_Settings_HelperPanel_ReticlePreview_C::Reticle_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_HelperPanel_ReticlePreview_C, IsMaxSpreadEnabled) == 0x0002D8, "Member 'UWBP_Settings_HelperPanel_ReticlePreview_C::IsMaxSpreadEnabled' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_HelperPanel_ReticlePreview_C, IsActionPhase) == 0x0002D9, "Member 'UWBP_Settings_HelperPanel_ReticlePreview_C::IsActionPhase' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_HelperPanel_ReticlePreview_C, ActionPhaseY) == 0x0002DC, "Member 'UWBP_Settings_HelperPanel_ReticlePreview_C::ActionPhaseY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_AI_Drone_HackSentry_C \ +static_assert(alignof(UGA_AI_Drone_HackSentry_C) == 0x000008, "Wrong alignment on UGA_AI_Drone_HackSentry_C"); \ +static_assert(sizeof(UGA_AI_Drone_HackSentry_C) == 0x0004F8, "Wrong size on UGA_AI_Drone_HackSentry_C"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_AssaultRifle_NWB9_C \ +static_assert(alignof(UCS_FireWeapon_AssaultRifle_NWB9_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_AssaultRifle_NWB9_C"); \ +static_assert(sizeof(UCS_FireWeapon_AssaultRifle_NWB9_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_AssaultRifle_NWB9_C"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_HelperPanel_ColorBlindPreview_C \ +static_assert(alignof(UWBP_Settings_HelperPanel_ColorBlindPreview_C) == 0x000008, "Wrong alignment on UWBP_Settings_HelperPanel_ColorBlindPreview_C"); \ +static_assert(sizeof(UWBP_Settings_HelperPanel_ColorBlindPreview_C) == 0x0002F0, "Wrong size on UWBP_Settings_HelperPanel_ColorBlindPreview_C"); \ +static_assert(offsetof(UWBP_Settings_HelperPanel_ColorBlindPreview_C, Background_I) == 0x0002A8, "Member 'UWBP_Settings_HelperPanel_ColorBlindPreview_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_HelperPanel_ColorBlindPreview_C, ColorBlindContent_O) == 0x0002B0, "Member 'UWBP_Settings_HelperPanel_ColorBlindPreview_C::ColorBlindContent_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_HelperPanel_ColorBlindPreview_C, Ishihara_0) == 0x0002B8, "Member 'UWBP_Settings_HelperPanel_ColorBlindPreview_C::Ishihara_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_HelperPanel_ColorBlindPreview_C, Ishihara_1) == 0x0002C0, "Member 'UWBP_Settings_HelperPanel_ColorBlindPreview_C::Ishihara_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_HelperPanel_ColorBlindPreview_C, Ishihara_2) == 0x0002C8, "Member 'UWBP_Settings_HelperPanel_ColorBlindPreview_C::Ishihara_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_HelperPanel_ColorBlindPreview_C, Ishihara_3) == 0x0002D0, "Member 'UWBP_Settings_HelperPanel_ColorBlindPreview_C::Ishihara_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_HelperPanel_ColorBlindPreview_C, Ishihara_4) == 0x0002D8, "Member 'UWBP_Settings_HelperPanel_ColorBlindPreview_C::Ishihara_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_HelperPanel_ColorBlindPreview_C, Ishihara_5) == 0x0002E0, "Member 'UWBP_Settings_HelperPanel_ColorBlindPreview_C::Ishihara_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_HelperPanel_ColorBlindPreview_C, IsActionPhase) == 0x0002E8, "Member 'UWBP_Settings_HelperPanel_ColorBlindPreview_C::IsActionPhase' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_HelperPanel_ColorBlindPreview_C, ActionPhaseY) == 0x0002EC, "Member 'UWBP_Settings_HelperPanel_ColorBlindPreview_C::ActionPhaseY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_StaggerFeedback_C \ +static_assert(alignof(UBP_StaggerFeedback_C) == 0x000008, "Wrong alignment on UBP_StaggerFeedback_C"); \ +static_assert(sizeof(UBP_StaggerFeedback_C) == 0x000308, "Wrong size on UBP_StaggerFeedback_C"); \ + +#define DUMPER7_ASSERTS_UGE_ShockGrenade_Damage_C \ +static_assert(alignof(UGE_ShockGrenade_Damage_C) == 0x000008, "Wrong alignment on UGE_ShockGrenade_Damage_C"); \ +static_assert(sizeof(UGE_ShockGrenade_Damage_C) == 0x0008C0, "Wrong size on UGE_ShockGrenade_Damage_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective \ +static_assert(alignof(WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective) == 0x000008, "Wrong alignment on WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective"); \ +static_assert(sizeof(WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective) == 0x000078, "Wrong size on WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective"); \ +static_assert(offsetof(WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective, K2Node_Event_ObjectiveInit) == 0x000008, "Member 'WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective::K2Node_Event_ObjectiveInit' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective, K2Node_Event_bIsSubObjective) == 0x000010, "Member 'WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective::K2Node_Event_bIsSubObjective' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective, CallFunc_IsActive_ReturnValue) == 0x000011, "Member 'WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective::CallFunc_IsActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective, K2Node_Event_ObjectiveActivated) == 0x000018, "Member 'WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective::K2Node_Event_ObjectiveActivated' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective, K2Node_Event_ObjectiveCompleted) == 0x000020, "Member 'WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective::K2Node_Event_ObjectiveCompleted' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective, K2Node_Event_ObjectiveFailed) == 0x000028, "Member 'WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective::K2Node_Event_ObjectiveFailed' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective, K2Node_MakeStruct_LinearColor) == 0x000030, "Member 'WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective, K2Node_MakeStruct_LinearColor_1) == 0x000040, "Member 'WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective, K2Node_Event_ObjectiveDisabled) == 0x000050, "Member 'WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective::K2Node_Event_ObjectiveDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective, CallFunc_PlayAnimation_ReturnValue) == 0x000058, "Member 'WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective, CallFunc_PlayAnimation_ReturnValue_1) == 0x000060, "Member 'WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective, K2Node_Event_IsDesignTime) == 0x000068, "Member 'WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000070, "Member 'WBP_UI_Widget_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_SubObjective::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SubObjective_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_SubObjective_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_SubObjective_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_SubObjective_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_SubObjective_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_SubObjective_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_SubObjective_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SubObjective_C_ObjectiveDisabled \ +static_assert(alignof(WBP_UI_Widget_SubObjective_C_ObjectiveDisabled) == 0x000008, "Wrong alignment on WBP_UI_Widget_SubObjective_C_ObjectiveDisabled"); \ +static_assert(sizeof(WBP_UI_Widget_SubObjective_C_ObjectiveDisabled) == 0x000008, "Wrong size on WBP_UI_Widget_SubObjective_C_ObjectiveDisabled"); \ +static_assert(offsetof(WBP_UI_Widget_SubObjective_C_ObjectiveDisabled, Param_ObjectiveDisabled_0) == 0x000000, "Member 'WBP_UI_Widget_SubObjective_C_ObjectiveDisabled::Param_ObjectiveDisabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SubObjective_C_ObjectiveFailed \ +static_assert(alignof(WBP_UI_Widget_SubObjective_C_ObjectiveFailed) == 0x000008, "Wrong alignment on WBP_UI_Widget_SubObjective_C_ObjectiveFailed"); \ +static_assert(sizeof(WBP_UI_Widget_SubObjective_C_ObjectiveFailed) == 0x000008, "Wrong size on WBP_UI_Widget_SubObjective_C_ObjectiveFailed"); \ +static_assert(offsetof(WBP_UI_Widget_SubObjective_C_ObjectiveFailed, Param_ObjectiveFailed_0) == 0x000000, "Member 'WBP_UI_Widget_SubObjective_C_ObjectiveFailed::Param_ObjectiveFailed_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SubObjective_C_ObjectiveCompleted \ +static_assert(alignof(WBP_UI_Widget_SubObjective_C_ObjectiveCompleted) == 0x000008, "Wrong alignment on WBP_UI_Widget_SubObjective_C_ObjectiveCompleted"); \ +static_assert(sizeof(WBP_UI_Widget_SubObjective_C_ObjectiveCompleted) == 0x000008, "Wrong size on WBP_UI_Widget_SubObjective_C_ObjectiveCompleted"); \ +static_assert(offsetof(WBP_UI_Widget_SubObjective_C_ObjectiveCompleted, Param_ObjectiveCompleted_0) == 0x000000, "Member 'WBP_UI_Widget_SubObjective_C_ObjectiveCompleted::Param_ObjectiveCompleted_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SubObjective_C_ObjectiveActivated \ +static_assert(alignof(WBP_UI_Widget_SubObjective_C_ObjectiveActivated) == 0x000008, "Wrong alignment on WBP_UI_Widget_SubObjective_C_ObjectiveActivated"); \ +static_assert(sizeof(WBP_UI_Widget_SubObjective_C_ObjectiveActivated) == 0x000008, "Wrong size on WBP_UI_Widget_SubObjective_C_ObjectiveActivated"); \ +static_assert(offsetof(WBP_UI_Widget_SubObjective_C_ObjectiveActivated, Param_ObjectiveActivated_0) == 0x000000, "Member 'WBP_UI_Widget_SubObjective_C_ObjectiveActivated::Param_ObjectiveActivated_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SubObjective_C_OnObjectiveInitialized \ +static_assert(alignof(WBP_UI_Widget_SubObjective_C_OnObjectiveInitialized) == 0x000008, "Wrong alignment on WBP_UI_Widget_SubObjective_C_OnObjectiveInitialized"); \ +static_assert(sizeof(WBP_UI_Widget_SubObjective_C_OnObjectiveInitialized) == 0x000010, "Wrong size on WBP_UI_Widget_SubObjective_C_OnObjectiveInitialized"); \ +static_assert(offsetof(WBP_UI_Widget_SubObjective_C_OnObjectiveInitialized, ObjectiveInit) == 0x000000, "Member 'WBP_UI_Widget_SubObjective_C_OnObjectiveInitialized::ObjectiveInit' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SubObjective_C_OnObjectiveInitialized, bIsSubObjective) == 0x000008, "Member 'WBP_UI_Widget_SubObjective_C_OnObjectiveInitialized::bIsSubObjective' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_SubObjective_C \ +static_assert(alignof(UWBP_UI_Widget_SubObjective_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_SubObjective_C"); \ +static_assert(sizeof(UWBP_UI_Widget_SubObjective_C) == 0x000338, "Wrong size on UWBP_UI_Widget_SubObjective_C"); \ +static_assert(offsetof(UWBP_UI_Widget_SubObjective_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_UI_Widget_SubObjective_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SubObjective_C, CompletedAnimation) == 0x000300, "Member 'UWBP_UI_Widget_SubObjective_C::CompletedAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SubObjective_C, FailedAnimation) == 0x000308, "Member 'UWBP_UI_Widget_SubObjective_C::FailedAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SubObjective_C, Image_Background) == 0x000310, "Member 'UWBP_UI_Widget_SubObjective_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SubObjective_C, Image_CheckBox) == 0x000318, "Member 'UWBP_UI_Widget_SubObjective_C::Image_CheckBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SubObjective_C, Image_Crossout) == 0x000320, "Member 'UWBP_UI_Widget_SubObjective_C::Image_Crossout' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SubObjective_C, Image_OnComplete) == 0x000328, "Member 'UWBP_UI_Widget_SubObjective_C::Image_OnComplete' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SubObjective_C, Text_Failed) == 0x000330, "Member 'UWBP_UI_Widget_SubObjective_C::Text_Failed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits \ +static_assert(alignof(WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits"); \ +static_assert(sizeof(WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits) == 0x000118, "Wrong size on WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits"); \ +static_assert(offsetof(WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits, EntryPoint) == 0x000000, "Member 'WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x000008, "Member 'WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits, CallFunc_GetUIManager_ReturnValue) == 0x000010, "Member 'WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits, CallFunc_PopStack_ReturnValue) == 0x000018, "Member 'WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits, K2Node_CustomEvent_InActionInput) == 0x000024, "Member 'WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits::K2Node_CustomEvent_InActionInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits, K2Node_SwitchName_CmpSuccess) == 0x000030, "Member 'WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits, K2Node_Event_PreviousValue) == 0x000034, "Member 'WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits, K2Node_CreateDelegate_OutputDelegate) == 0x000040, "Member 'WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits, K2Node_MakeStruct_SBZButtonControlReference) == 0x000058, "Member 'WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits, CallFunc_GetMainMenuCameraManager_ReturnValue_1) == 0x000090, "Member 'WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits::CallFunc_GetMainMenuCameraManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000098, "Member 'WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits, CallFunc_MakeLiteralName_ReturnValue) == 0x0000D0, "Member 'WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits, K2Node_MakeArray_Array) == 0x0000E0, "Member 'WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits, K2Node_MakeStruct_SBZButtonControlsReference) == 0x0000F0, "Member 'WBP_UI_MainMenu_Credits_C_ExecuteUbergraph_WBP_UI_MainMenu_Credits::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_Credits_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_MainMenu_Credits_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_MainMenu_Credits_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_MainMenu_Credits_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_MainMenu_Credits_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_MainMenu_Credits_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_MainMenu_Credits_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_Credits_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_UI_MainMenu_Credits_C_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on WBP_UI_MainMenu_Credits_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_UI_MainMenu_Credits_C_OnControlsReferenceClicked) == 0x00000C, "Wrong size on WBP_UI_MainMenu_Credits_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_UI_MainMenu_Credits_C_OnControlsReferenceClicked, InActionInput) == 0x000000, "Member 'WBP_UI_MainMenu_Credits_C_OnControlsReferenceClicked::InActionInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_MainMenu_Credits_C \ +static_assert(alignof(UWBP_UI_MainMenu_Credits_C) == 0x000008, "Wrong alignment on UWBP_UI_MainMenu_Credits_C"); \ +static_assert(sizeof(UWBP_UI_MainMenu_Credits_C) == 0x000348, "Wrong size on UWBP_UI_MainMenu_Credits_C"); \ +static_assert(offsetof(UWBP_UI_MainMenu_Credits_C, UberGraphFrame) == 0x000340, "Member 'UWBP_UI_MainMenu_Credits_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_HelperPanel_ButtonDescription_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ButtonDescription \ +static_assert(alignof(WBP_Settings_HelperPanel_ButtonDescription_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ButtonDescription) == 0x000004, "Wrong alignment on WBP_Settings_HelperPanel_ButtonDescription_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ButtonDescription"); \ +static_assert(sizeof(WBP_Settings_HelperPanel_ButtonDescription_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ButtonDescription) == 0x000004, "Wrong size on WBP_Settings_HelperPanel_ButtonDescription_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ButtonDescription"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ButtonDescription_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ButtonDescription, EntryPoint) == 0x000000, "Member 'WBP_Settings_HelperPanel_ButtonDescription_C_ExecuteUbergraph_WBP_Settings_HelperPanel_ButtonDescription::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_HelperPanel_ButtonDescription_C_UpdatePanelDescriptions \ +static_assert(alignof(WBP_Settings_HelperPanel_ButtonDescription_C_UpdatePanelDescriptions) == 0x000001, "Wrong alignment on WBP_Settings_HelperPanel_ButtonDescription_C_UpdatePanelDescriptions"); \ +static_assert(sizeof(WBP_Settings_HelperPanel_ButtonDescription_C_UpdatePanelDescriptions) == 0x000003, "Wrong size on WBP_Settings_HelperPanel_ButtonDescription_C_UpdatePanelDescriptions"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ButtonDescription_C_UpdatePanelDescriptions, CallFunc_GetVisibility_ReturnValue) == 0x000000, "Member 'WBP_Settings_HelperPanel_ButtonDescription_C_UpdatePanelDescriptions::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ButtonDescription_C_UpdatePanelDescriptions, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'WBP_Settings_HelperPanel_ButtonDescription_C_UpdatePanelDescriptions::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ButtonDescription_C_UpdatePanelDescriptions, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'WBP_Settings_HelperPanel_ButtonDescription_C_UpdatePanelDescriptions::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_HelperPanel_ButtonDescription_C_ButtonFocusChanged \ +static_assert(alignof(WBP_Settings_HelperPanel_ButtonDescription_C_ButtonFocusChanged) == 0x000008, "Wrong alignment on WBP_Settings_HelperPanel_ButtonDescription_C_ButtonFocusChanged"); \ +static_assert(sizeof(WBP_Settings_HelperPanel_ButtonDescription_C_ButtonFocusChanged) == 0x000010, "Wrong size on WBP_Settings_HelperPanel_ButtonDescription_C_ButtonFocusChanged"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ButtonDescription_C_ButtonFocusChanged, Button) == 0x000000, "Member 'WBP_Settings_HelperPanel_ButtonDescription_C_ButtonFocusChanged::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ButtonDescription_C_ButtonFocusChanged, IsFocused) == 0x000008, "Member 'WBP_Settings_HelperPanel_ButtonDescription_C_ButtonFocusChanged::IsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_HelperPanel_ButtonDescription_C_ButtonFocusChanged, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'WBP_Settings_HelperPanel_ButtonDescription_C_ButtonFocusChanged::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_HelperPanel_ButtonDescription_C \ +static_assert(alignof(UWBP_Settings_HelperPanel_ButtonDescription_C) == 0x000008, "Wrong alignment on UWBP_Settings_HelperPanel_ButtonDescription_C"); \ +static_assert(sizeof(UWBP_Settings_HelperPanel_ButtonDescription_C) == 0x0002C8, "Wrong size on UWBP_Settings_HelperPanel_ButtonDescription_C"); \ +static_assert(offsetof(UWBP_Settings_HelperPanel_ButtonDescription_C, UberGraphFrame) == 0x0002A8, "Member 'UWBP_Settings_HelperPanel_ButtonDescription_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_HelperPanel_ButtonDescription_C, Description) == 0x0002B0, "Member 'UWBP_Settings_HelperPanel_ButtonDescription_C::Description' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_HelperPanel_ButtonDescription_C, SecondaryDescription) == 0x0002B8, "Member 'UWBP_Settings_HelperPanel_ButtonDescription_C::SecondaryDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_HelperPanel_ButtonDescription_C, CurrentButton) == 0x0002C0, "Member 'UWBP_Settings_HelperPanel_ButtonDescription_C::CurrentButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot \ +static_assert(alignof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot) == 0x000008, "Wrong alignment on WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot"); \ +static_assert(sizeof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot) == 0x000338, "Wrong size on WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, EntryPoint) == 0x000000, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, Temp_byte_Variable) == 0x000004, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, Temp_byte_Variable_1) == 0x000005, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, Temp_byte_Variable_2) == 0x000006, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, Temp_byte_Variable_3) == 0x000007, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, Temp_byte_Variable_4) == 0x000008, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, Temp_byte_Variable_5) == 0x000009, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, Temp_byte_Variable_6) == 0x00000A, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_Event_PreviousValue) == 0x00000C, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_GetUIManager_ReturnValue) == 0x000018, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_CustomEvent_bIsGameInstallPending) == 0x000034, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_CustomEvent_bIsGameInstallPending' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_GetGameEventBroker_ReturnValue) == 0x000038, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_GetGameEventBroker_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_CreateDelegate_OutputDelegate_1) == 0x000040, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_CustomEvent_Privilege) == 0x000054, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_CustomEvent_Privilege' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_CustomEvent_bPrivilegeAllowed) == 0x000055, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_CustomEvent_bPrivilegeAllowed' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_SwitchEnum_CmpSuccess) == 0x000056, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_HasPrivilege_ReturnValue) == 0x000057, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_HasPrivilege_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_HasPrivilege_ReturnValue_1) == 0x000058, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_HasPrivilege_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_GetUIManager_ReturnValue_1) == 0x000060, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_GetUIManager_ReturnValue_2) == 0x000068, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_GetUIManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_IsGameInstallPending_ReturnValue) == 0x000070, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_IsGameInstallPending_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_IsGameInstallPending_ReturnValue_1) == 0x000071, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_IsGameInstallPending_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_GetUIManager_ReturnValue_3) == 0x000078, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_GetUIManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_MakeLiteralName_ReturnValue) == 0x000080, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_GetUIManager_ReturnValue_4) == 0x000090, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_GetUIManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_GetUIManager_ReturnValue_5) == 0x000098, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_GetUIManager_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_GetUIManager_ReturnValue_6) == 0x0000A0, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_GetUIManager_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_GetUIManager_ReturnValue_7) == 0x0000A8, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_GetUIManager_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_CustomEvent_InButton) == 0x0000B0, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_CustomEvent_InButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_CustomEvent_Enabled) == 0x0000B8, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_CustomEvent_Enabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_ComponentBoundEvent_Button_12) == 0x0000C0, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_ComponentBoundEvent_Button_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_ComponentBoundEvent_bIsEnabled_5) == 0x0000C8, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_ComponentBoundEvent_bIsEnabled_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_ComponentBoundEvent_Button_11) == 0x0000D0, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_ComponentBoundEvent_Button_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_ComponentBoundEvent_bIsEnabled_4) == 0x0000D8, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_ComponentBoundEvent_bIsEnabled_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_ComponentBoundEvent_Button_10) == 0x0000E0, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_ComponentBoundEvent_Button_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_ComponentBoundEvent_bIsEnabled_3) == 0x0000E8, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_ComponentBoundEvent_bIsEnabled_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_ComponentBoundEvent_Button_9) == 0x0000F0, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_ComponentBoundEvent_Button_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_ComponentBoundEvent_bIsEnabled_2) == 0x0000F8, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_ComponentBoundEvent_bIsEnabled_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_GetUIManager_ReturnValue_8) == 0x000100, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_GetUIManager_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_ComponentBoundEvent_Button_8) == 0x000108, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_ComponentBoundEvent_Button_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x000110, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_ComponentBoundEvent_Button_7) == 0x000118, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_ComponentBoundEvent_Button_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_ComponentBoundEvent_Button_6) == 0x000120, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_ComponentBoundEvent_Button_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_ComponentBoundEvent_bIsEnabled) == 0x000128, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_ComponentBoundEvent_Button_5) == 0x000130, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_ComponentBoundEvent_Button_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_ComponentBoundEvent_Button_4) == 0x000138, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_ComponentBoundEvent_Button_3) == 0x000140, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x000148, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_GetGameMode_ReturnValue) == 0x000150, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu) == 0x000158, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_DynamicCast_bSuccess) == 0x000160, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_GetUIManager_ReturnValue_9) == 0x000168, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_GetUIManager_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_GetMenuWidget_ReturnValue) == 0x000170, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_GetUIManager_ReturnValue_10) == 0x000178, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_GetUIManager_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_DynamicCast_AsSBZMain_Menu_Widget) == 0x000180, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_DynamicCast_AsSBZMain_Menu_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_DynamicCast_bSuccess_1) == 0x000188, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_CreateDelegate_OutputDelegate_2) == 0x00018C, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_CustomEvent_ActionName) == 0x0001A0, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_CustomEvent_ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_SwitchName_CmpSuccess) == 0x0001AC, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_GetUIManager_ReturnValue_11) == 0x0001B0, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_GetUIManager_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_ComponentBoundEvent_Button_2) == 0x0001B8, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_GetPartyManager_ReturnValue) == 0x0001C0, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_GetPartyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_GetPartyManager_ReturnValue_1) == 0x0001C8, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_GetPartyManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_GetPartyManager_ReturnValue_2) == 0x0001D0, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_GetPartyManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_CreateDelegate_OutputDelegate_3) == 0x0001D8, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_CreateDelegate_OutputDelegate_4) == 0x0001EC, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_CreateDelegate_OutputDelegate_5) == 0x000200, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_CustomEvent_PlayerId_2) == 0x000218, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_CustomEvent_PlayerId_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_CustomEvent_PlayerId_1) == 0x000228, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_CustomEvent_PlayerId_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_CustomEvent_PlayerId) == 0x000238, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_CustomEvent_PlayerId' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_ComponentBoundEvent_Button_1) == 0x000248, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_GetUIManager_ReturnValue_12) == 0x000250, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_GetUIManager_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_GetUIManager_ReturnValue_13) == 0x000258, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_GetUIManager_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_CreateDelegate_OutputDelegate_6) == 0x000260, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000278, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_ComponentBoundEvent_Button) == 0x000280, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_GetUIManager_ReturnValue_14) == 0x000288, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_GetUIManager_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_CreateDelegate_OutputDelegate_7) == 0x000290, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_MakeStruct_SBZUIPopupData) == 0x0002A8, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_MakeStruct_SBZUIPopupData' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_CustomEvent_ClosingActionName) == 0x000308, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_CustomEvent_ClosingActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_SwitchName_CmpSuccess_1) == 0x000314, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_SwitchName_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_GetCurrentPlatform_ReturnValue) == 0x000315, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_GetCurrentPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_Select_Default) == 0x000316, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_GetUIManager_ReturnValue_15) == 0x000318, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_GetUIManager_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_IsGameInstallPending_ReturnValue_2) == 0x000320, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_IsGameInstallPending_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, K2Node_Event_IsDesignTime) == 0x000321, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_PlayAnimation_ReturnValue) == 0x000328, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot, CallFunc_GetUIManager_ReturnValue_16) == 0x000330, "Member 'WBP_MenuRoot_C_ExecuteUbergraph_WBP_MenuRoot::CallFunc_GetUIManager_ReturnValue_16' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_PreConstruct \ +static_assert(alignof(WBP_MenuRoot_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_MenuRoot_C_PreConstruct"); \ +static_assert(sizeof(WBP_MenuRoot_C_PreConstruct) == 0x000001, "Wrong size on WBP_MenuRoot_C_PreConstruct"); \ +static_assert(offsetof(WBP_MenuRoot_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_MenuRoot_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_OnQuitConfirmed \ +static_assert(alignof(WBP_MenuRoot_C_OnQuitConfirmed) == 0x000004, "Wrong alignment on WBP_MenuRoot_C_OnQuitConfirmed"); \ +static_assert(sizeof(WBP_MenuRoot_C_OnQuitConfirmed) == 0x00000C, "Wrong size on WBP_MenuRoot_C_OnQuitConfirmed"); \ +static_assert(offsetof(WBP_MenuRoot_C_OnQuitConfirmed, ClosingActionName) == 0x000000, "Member 'WBP_MenuRoot_C_OnQuitConfirmed::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_QuitButton_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_QuitButton_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_QuitButton_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_QuitButton_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_QuitButton_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_QuitButton_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_QuitButton_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistOnline_LargetTextButton_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistOnline_LargetTextButton_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistOnline_LargetTextButton_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistOnline_LargetTextButton_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistOnline_LargetTextButton_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistOnline_LargetTextButton_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_HeistOnline_LargetTextButton_K2Node_ComponentBoundEvent_9_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_OnPlayerJoinedParty \ +static_assert(alignof(WBP_MenuRoot_C_OnPlayerJoinedParty) == 0x000008, "Wrong alignment on WBP_MenuRoot_C_OnPlayerJoinedParty"); \ +static_assert(sizeof(WBP_MenuRoot_C_OnPlayerJoinedParty) == 0x000010, "Wrong size on WBP_MenuRoot_C_OnPlayerJoinedParty"); \ +static_assert(offsetof(WBP_MenuRoot_C_OnPlayerJoinedParty, PlayerId) == 0x000000, "Member 'WBP_MenuRoot_C_OnPlayerJoinedParty::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_OnPlayerLeftParty \ +static_assert(alignof(WBP_MenuRoot_C_OnPlayerLeftParty) == 0x000008, "Wrong alignment on WBP_MenuRoot_C_OnPlayerLeftParty"); \ +static_assert(sizeof(WBP_MenuRoot_C_OnPlayerLeftParty) == 0x000010, "Wrong size on WBP_MenuRoot_C_OnPlayerLeftParty"); \ +static_assert(offsetof(WBP_MenuRoot_C_OnPlayerLeftParty, PlayerId) == 0x000000, "Member 'WBP_MenuRoot_C_OnPlayerLeftParty::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_OnPlayerKickedFromParty \ +static_assert(alignof(WBP_MenuRoot_C_OnPlayerKickedFromParty) == 0x000008, "Wrong alignment on WBP_MenuRoot_C_OnPlayerKickedFromParty"); \ +static_assert(sizeof(WBP_MenuRoot_C_OnPlayerKickedFromParty) == 0x000010, "Wrong size on WBP_MenuRoot_C_OnPlayerKickedFromParty"); \ +static_assert(offsetof(WBP_MenuRoot_C_OnPlayerKickedFromParty, PlayerId) == 0x000000, "Member 'WBP_MenuRoot_C_OnPlayerKickedFromParty::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_Blackmarket_LargetTextButton_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_Blackmarket_LargetTextButton_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_Blackmarket_LargetTextButton_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_Blackmarket_LargetTextButton_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_Blackmarket_LargetTextButton_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_Blackmarket_LargetTextButton_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_Blackmarket_LargetTextButton_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_OnControlReferencePressed \ +static_assert(alignof(WBP_MenuRoot_C_OnControlReferencePressed) == 0x000004, "Wrong alignment on WBP_MenuRoot_C_OnControlReferencePressed"); \ +static_assert(sizeof(WBP_MenuRoot_C_OnControlReferencePressed) == 0x00000C, "Wrong size on WBP_MenuRoot_C_OnControlReferencePressed"); \ +static_assert(offsetof(WBP_MenuRoot_C_OnControlReferencePressed, ActionName) == 0x000000, "Member 'WBP_MenuRoot_C_OnControlReferencePressed::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_Loadout_LargetTextButton_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_Loadout_LargetTextButton_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_Loadout_LargetTextButton_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_Loadout_LargetTextButton_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_Loadout_LargetTextButton_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_Loadout_LargetTextButton_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_Loadout_LargetTextButton_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_ChallengesButton_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_ChallengesButton_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_ChallengesButton_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_ChallengesButton_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_ChallengesButton_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_ChallengesButton_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_ChallengesButton_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_SocialsButton_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_SocialsButton_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_SocialsButton_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_SocialsButton_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_SocialsButton_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_SocialsButton_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_SocialsButton_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_ChallengesButton_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_ChallengesButton_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_ChallengesButton_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_ChallengesButton_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_ChallengesButton_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_ChallengesButton_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_ChallengesButton_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_ChallengesButton_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_ChallengesButton_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_SettingsButton_K2Node_ComponentBoundEvent_15_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_SettingsButton_K2Node_ComponentBoundEvent_15_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_SettingsButton_K2Node_ComponentBoundEvent_15_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_SettingsButton_K2Node_ComponentBoundEvent_15_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_SettingsButton_K2Node_ComponentBoundEvent_15_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_SettingsButton_K2Node_ComponentBoundEvent_15_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_MenuRoot_C_BndEvt__WBP_UI_MainMenu_CrimeNet_SettingsButton_K2Node_ComponentBoundEvent_15_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_Loadout_LargetTextButton_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_Loadout_LargetTextButton_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_Loadout_LargetTextButton_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_Loadout_LargetTextButton_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_Loadout_LargetTextButton_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_Loadout_LargetTextButton_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_Loadout_LargetTextButton_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_Loadout_LargetTextButton_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_Loadout_LargetTextButton_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_Blackmarket_LargetTextButton_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_Blackmarket_LargetTextButton_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_Blackmarket_LargetTextButton_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_Blackmarket_LargetTextButton_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_Blackmarket_LargetTextButton_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_Blackmarket_LargetTextButton_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_Blackmarket_LargetTextButton_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_Blackmarket_LargetTextButton_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_Blackmarket_LargetTextButton_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_HeistOnline_LargetTextButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_HeistOnline_LargetTextButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_HeistOnline_LargetTextButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_HeistOnline_LargetTextButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_HeistOnline_LargetTextButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_HeistOnline_LargetTextButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_HeistOnline_LargetTextButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_HeistOnline_LargetTextButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_HeistOnline_LargetTextButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_SettingsButton_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_SettingsButton_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_SettingsButton_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_SettingsButton_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_SettingsButton_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_SettingsButton_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_SettingsButton_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_SettingsButton_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_SettingsButton_K2Node_ComponentBoundEvent_18_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_SocialsButton_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_SocialsButton_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_SocialsButton_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_SocialsButton_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_SocialsButton_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_SocialsButton_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_SocialsButton_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_SocialsButton_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_MenuRoot_C_BndEvt__WBP_MenuRoot_SocialsButton_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_UpdateFocusedButton \ +static_assert(alignof(WBP_MenuRoot_C_UpdateFocusedButton) == 0x000008, "Wrong alignment on WBP_MenuRoot_C_UpdateFocusedButton"); \ +static_assert(sizeof(WBP_MenuRoot_C_UpdateFocusedButton) == 0x000010, "Wrong size on WBP_MenuRoot_C_UpdateFocusedButton"); \ +static_assert(offsetof(WBP_MenuRoot_C_UpdateFocusedButton, InButton) == 0x000000, "Member 'WBP_MenuRoot_C_UpdateFocusedButton::InButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_UpdateFocusedButton, Enabled) == 0x000008, "Member 'WBP_MenuRoot_C_UpdateFocusedButton::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_OnPrivilegeQueried \ +static_assert(alignof(WBP_MenuRoot_C_OnPrivilegeQueried) == 0x000001, "Wrong alignment on WBP_MenuRoot_C_OnPrivilegeQueried"); \ +static_assert(sizeof(WBP_MenuRoot_C_OnPrivilegeQueried) == 0x000002, "Wrong size on WBP_MenuRoot_C_OnPrivilegeQueried"); \ +static_assert(offsetof(WBP_MenuRoot_C_OnPrivilegeQueried, Privilege) == 0x000000, "Member 'WBP_MenuRoot_C_OnPrivilegeQueried::Privilege' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_OnPrivilegeQueried, bPrivilegeAllowed) == 0x000001, "Member 'WBP_MenuRoot_C_OnPrivilegeQueried::bPrivilegeAllowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_OnInstallStateChanged \ +static_assert(alignof(WBP_MenuRoot_C_OnInstallStateChanged) == 0x000001, "Wrong alignment on WBP_MenuRoot_C_OnInstallStateChanged"); \ +static_assert(sizeof(WBP_MenuRoot_C_OnInstallStateChanged) == 0x000001, "Wrong size on WBP_MenuRoot_C_OnInstallStateChanged"); \ +static_assert(offsetof(WBP_MenuRoot_C_OnInstallStateChanged, bIsGameInstallPending) == 0x000000, "Member 'WBP_MenuRoot_C_OnInstallStateChanged::bIsGameInstallPending' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_OnGainedStackFocused \ +static_assert(alignof(WBP_MenuRoot_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_MenuRoot_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_MenuRoot_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_MenuRoot_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_MenuRoot_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_MenuRoot_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege \ +static_assert(alignof(WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege) == 0x000001, "Wrong alignment on WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege"); \ +static_assert(sizeof(WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege) == 0x00000C, "Wrong size on WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege"); \ +static_assert(offsetof(WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege, CanPlayOnline) == 0x000000, "Member 'WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege::CanPlayOnline' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege, InstallPending) == 0x000001, "Member 'WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege::InstallPending' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege, Temp_byte_Variable) == 0x000002, "Member 'WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege, CallFunc_BooleanOR_ReturnValue) == 0x000004, "Member 'WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege, Temp_byte_Variable_1) == 0x000005, "Member 'WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege, Temp_bool_Variable) == 0x000006, "Member 'WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege, Temp_byte_Variable_2) == 0x000007, "Member 'WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege, Temp_byte_Variable_3) == 0x000008, "Member 'WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege, K2Node_Select_Default) == 0x000009, "Member 'WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege, Temp_bool_Variable_1) == 0x00000A, "Member 'WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege, K2Node_Select_Default_1) == 0x00000B, "Member 'WBP_MenuRoot_C_UpdateAccessBasedOnPrivilege::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_NavigateToMaskOfTheWeek \ +static_assert(alignof(WBP_MenuRoot_C_NavigateToMaskOfTheWeek) == 0x000008, "Wrong alignment on WBP_MenuRoot_C_NavigateToMaskOfTheWeek"); \ +static_assert(sizeof(WBP_MenuRoot_C_NavigateToMaskOfTheWeek) == 0x000018, "Wrong size on WBP_MenuRoot_C_NavigateToMaskOfTheWeek"); \ +static_assert(offsetof(WBP_MenuRoot_C_NavigateToMaskOfTheWeek, Navigation_0) == 0x000000, "Member 'WBP_MenuRoot_C_NavigateToMaskOfTheWeek::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_NavigateToMaskOfTheWeek, ReturnValue) == 0x000008, "Member 'WBP_MenuRoot_C_NavigateToMaskOfTheWeek::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_NavigateToMaskOfTheWeek, CallFunc_IsVisible_ReturnValue) == 0x000010, "Member 'WBP_MenuRoot_C_NavigateToMaskOfTheWeek::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_NavigateToPlay \ +static_assert(alignof(WBP_MenuRoot_C_NavigateToPlay) == 0x000008, "Wrong alignment on WBP_MenuRoot_C_NavigateToPlay"); \ +static_assert(sizeof(WBP_MenuRoot_C_NavigateToPlay) == 0x000010, "Wrong size on WBP_MenuRoot_C_NavigateToPlay"); \ +static_assert(offsetof(WBP_MenuRoot_C_NavigateToPlay, Navigation_0) == 0x000000, "Member 'WBP_MenuRoot_C_NavigateToPlay::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_NavigateToPlay, ReturnValue) == 0x000008, "Member 'WBP_MenuRoot_C_NavigateToPlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuRoot_C_SetInputEnabled \ +static_assert(alignof(WBP_MenuRoot_C_SetInputEnabled) == 0x000001, "Wrong alignment on WBP_MenuRoot_C_SetInputEnabled"); \ +static_assert(sizeof(WBP_MenuRoot_C_SetInputEnabled) == 0x000003, "Wrong size on WBP_MenuRoot_C_SetInputEnabled"); \ +static_assert(offsetof(WBP_MenuRoot_C_SetInputEnabled, bIsEnabled_0) == 0x000000, "Member 'WBP_MenuRoot_C_SetInputEnabled::bIsEnabled_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_SetInputEnabled, CallFunc_HasPrivilege_ReturnValue) == 0x000001, "Member 'WBP_MenuRoot_C_SetInputEnabled::CallFunc_HasPrivilege_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuRoot_C_SetInputEnabled, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'WBP_MenuRoot_C_SetInputEnabled::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MenuRoot_C \ +static_assert(alignof(UWBP_MenuRoot_C) == 0x000008, "Wrong alignment on UWBP_MenuRoot_C"); \ +static_assert(sizeof(UWBP_MenuRoot_C) == 0x0003C0, "Wrong size on UWBP_MenuRoot_C"); \ +static_assert(offsetof(UWBP_MenuRoot_C, UberGraphFrame) == 0x0002A0, "Member 'UWBP_MenuRoot_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_C, Intro) == 0x0002A8, "Member 'UWBP_MenuRoot_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_C, Blackmarket_LargetTextButton) == 0x0002B0, "Member 'UWBP_MenuRoot_C::Blackmarket_LargetTextButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_C, ChallengesButton) == 0x0002B8, "Member 'UWBP_MenuRoot_C::ChallengesButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_C, ContentPanel) == 0x0002C0, "Member 'UWBP_MenuRoot_C::ContentPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_C, DailyChallengesPreview) == 0x0002C8, "Member 'UWBP_MenuRoot_C::DailyChallengesPreview' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_C, Loadout_LargetTextButton) == 0x0002D0, "Member 'UWBP_MenuRoot_C::Loadout_LargetTextButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_C, Logo_I) == 0x0002D8, "Member 'UWBP_MenuRoot_C::Logo_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_C, MaskOfTheWeek) == 0x0002E0, "Member 'UWBP_MenuRoot_C::MaskOfTheWeek' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_C, NewsBanner) == 0x0002E8, "Member 'UWBP_MenuRoot_C::NewsBanner' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_C, PartyInviteInfo) == 0x0002F0, "Member 'UWBP_MenuRoot_C::PartyInviteInfo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_C, Play_LargeTextButton) == 0x0002F8, "Member 'UWBP_MenuRoot_C::Play_LargeTextButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_C, QuitButton) == 0x000300, "Member 'UWBP_MenuRoot_C::QuitButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_C, SettingsButton) == 0x000308, "Member 'UWBP_MenuRoot_C::SettingsButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_C, SocialsButton) == 0x000310, "Member 'UWBP_MenuRoot_C::SocialsButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_C, BlackMarketStackName) == 0x000318, "Member 'UWBP_MenuRoot_C::BlackMarketStackName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_C, LoadoutStackName) == 0x000324, "Member 'UWBP_MenuRoot_C::LoadoutStackName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_C, SocialsStackName) == 0x000330, "Member 'UWBP_MenuRoot_C::SocialsStackName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_C, MoreMenuStackValue) == 0x00033C, "Member 'UWBP_MenuRoot_C::MoreMenuStackValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_C, ChallengeStackName) == 0x000348, "Member 'UWBP_MenuRoot_C::ChallengeStackName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_C, ConfirmButtonControlsReference) == 0x000358, "Member 'UWBP_MenuRoot_C::ConfirmButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_C, SettingsStackName) == 0x000380, "Member 'UWBP_MenuRoot_C::SettingsStackName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_C, FocusedButton) == 0x000390, "Member 'UWBP_MenuRoot_C::FocusedButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuRoot_C, MenuControlReference) == 0x000398, "Member 'UWBP_MenuRoot_C::MenuControlReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More \ +static_assert(alignof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More) == 0x000008, "Wrong alignment on WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More"); \ +static_assert(sizeof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More) == 0x0004C0, "Wrong size on WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, EntryPoint) == 0x000000, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_GetLoadoutManager_ReturnValue) == 0x000008, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_GetLoadoutManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, Temp_byte_Variable) == 0x000010, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_GetActiveLoadoutIndex_ReturnValue) == 0x000014, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_GetActiveLoadoutIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, Temp_byte_Variable_1) == 0x000018, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, Temp_byte_Variable_2) == 0x000019, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, Temp_byte_Variable_3) == 0x00001A, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, Temp_byte_Variable_4) == 0x00001B, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, Temp_byte_Variable_5) == 0x00001C, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, Temp_byte_Variable_6) == 0x00001D, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, Temp_byte_Variable_7) == 0x00001E, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, Temp_byte_Variable_8) == 0x00001F, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, Temp_byte_Variable_9) == 0x000020, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::Temp_byte_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, Temp_byte_Variable_10) == 0x000021, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::Temp_byte_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, Temp_byte_Variable_11) == 0x000022, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::Temp_byte_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, Temp_byte_Variable_12) == 0x000023, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::Temp_byte_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, Temp_delegate_Variable) == 0x000024, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_CustomEvent_PlayerController_1) == 0x000038, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_CustomEvent_PlayerController_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_CreateDelegate_OutputDelegate) == 0x000040, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_CustomEvent_PlayerController) == 0x000058, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_CustomEvent_PlayerController' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_CreateDelegate_OutputDelegate_1) == 0x000060, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, Temp_object_Variable) == 0x000078, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_GetUIManager_ReturnValue) == 0x000088, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_MakeStruct_SBZButtonControlReference) == 0x000090, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000C8, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_Event_PreviousValue) == 0x0000DC, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_BooleanAND_ReturnValue) == 0x0000E8, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_Button_20) == 0x0000F0, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_Button_20' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_bIsEnabled_9) == 0x0000F8, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_bIsEnabled_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_Button_19) == 0x000100, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_Button_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_GetUIManager_ReturnValue_1) == 0x000108, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_CustomEvent_ClosingActionName) == 0x000110, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_CustomEvent_ClosingActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_SwitchName_CmpSuccess) == 0x00011C, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_MakeStruct_SBZUIPopupData) == 0x000120, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_MakeStruct_SBZUIPopupData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_CreateDelegate_OutputDelegate_3) == 0x000180, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_GetCurrentPlatform_ReturnValue) == 0x000194, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_GetCurrentPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_GetCurrentPlatform_ReturnValue_1) == 0x000195, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_GetCurrentPlatform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_Select_Default) == 0x000196, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_CustomEvent_ActionName) == 0x000198, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_CustomEvent_ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_Button_18) == 0x0001A8, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_Button_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_bIsEnabled_8) == 0x0001B0, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_bIsEnabled_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_SwitchName_CmpSuccess_1) == 0x0001B1, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_SwitchName_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_Button_17) == 0x0001B8, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_Button_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_Button_16) == 0x0001C0, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_Button_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_bIsEnabled_7) == 0x0001C8, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_bIsEnabled_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_Button_15) == 0x0001D0, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_Button_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_Button_14) == 0x0001D8, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_Button_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_bIsEnabled_6) == 0x0001E0, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_bIsEnabled_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_Button_13) == 0x0001E8, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_Button_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, Temp_byte_Variable_13) == 0x0001F0, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::Temp_byte_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x0001F8, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_Select_Default_1) == 0x000200, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_MakeLiteralName_ReturnValue) == 0x000204, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_GetGameMode_ReturnValue) == 0x000210, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_GetUIManager_ReturnValue_2) == 0x000218, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_GetUIManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu) == 0x000220, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_DynamicCast_bSuccess) == 0x000228, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_GetAccelByteLinkedAccountsUrl_ReturnValue) == 0x000230, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_GetAccelByteLinkedAccountsUrl_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_GetLocalPlayerController_ReturnValue) == 0x000240, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_GetLocalPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_SBZShowExternalLoginUI_ReturnValue) == 0x000248, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_SBZShowExternalLoginUI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_CustomEvent_InButton) == 0x000250, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_CustomEvent_InButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_CustomEvent_Enabled) == 0x000258, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_CustomEvent_Enabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_IsValid_ReturnValue_1) == 0x000259, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_IsShippingBuild_ReturnValue) == 0x00025A, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_IsShippingBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_Button_12) == 0x000260, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_Button_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_bIsEnabled_5) == 0x000268, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_bIsEnabled_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_Button_11) == 0x000270, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_Button_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_Button_10) == 0x000278, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_Button_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_bIsEnabled_4) == 0x000280, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_bIsEnabled_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_Button_9) == 0x000288, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_Button_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000290, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_GetUIManager_ReturnValue_3) == 0x0002A0, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_GetUIManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_MakeLiteralName_ReturnValue_2) == 0x0002A8, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_Button_8) == 0x0002B8, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_Button_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_bIsEnabled_3) == 0x0002C0, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_bIsEnabled_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_GetUIManager_ReturnValue_4) == 0x0002C8, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_GetUIManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_Button_7) == 0x0002D0, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_Button_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_MakeLiteralName_ReturnValue_3) == 0x0002D8, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_MakeLiteralName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_Button_6) == 0x0002E8, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_Button_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_bIsEnabled_2) == 0x0002F0, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_bIsEnabled_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_Button_5) == 0x0002F8, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_Button_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_GetUIManager_ReturnValue_5) == 0x000300, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_GetUIManager_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_GetUIManager_ReturnValue_6) == 0x000308, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_GetUIManager_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_MakeLiteralName_ReturnValue_4) == 0x000310, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_MakeLiteralName_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000320, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_GetUIManager_ReturnValue_7) == 0x000358, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_GetUIManager_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_MakeArray_Array) == 0x000360, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_PopStack_ReturnValue) == 0x000370, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000380, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_GetUIManager_ReturnValue_8) == 0x0003A8, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_GetUIManager_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_PopStack_ReturnValue_1) == 0x0003B0, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_PopStack_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_GetUIManager_ReturnValue_9) == 0x0003C0, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_GetUIManager_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_GetUIManager_ReturnValue_10) == 0x0003C8, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_GetUIManager_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_PopStack_ReturnValue_2) == 0x0003D0, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_PopStack_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_MakeLiteralName_ReturnValue_5) == 0x0003DC, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_MakeLiteralName_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_PlayAnimation_ReturnValue) == 0x0003E8, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_Button_4) == 0x0003F0, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x0003F8, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_Button_3) == 0x000400, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_GetUIManager_ReturnValue_11) == 0x000408, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_GetUIManager_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_MakeLiteralName_ReturnValue_6) == 0x000410, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_MakeLiteralName_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_GetUIManager_ReturnValue_12) == 0x000420, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_GetUIManager_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_PopStack_ReturnValue_3) == 0x000428, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_PopStack_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_GetUIManager_ReturnValue_13) == 0x000438, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_GetUIManager_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_MakeLiteralName_ReturnValue_7) == 0x000440, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_MakeLiteralName_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_GetUIManager_ReturnValue_14) == 0x000450, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_GetUIManager_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_PopStack_ReturnValue_4) == 0x000458, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_PopStack_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_Button_2) == 0x000468, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_bIsEnabled) == 0x000470, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_Button_1) == 0x000478, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_ComponentBoundEvent_Button) == 0x000480, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_GetUIManager_ReturnValue_15) == 0x000488, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_GetUIManager_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_GetUIManager_ReturnValue_16) == 0x000490, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_GetUIManager_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_PopStack_ReturnValue_5) == 0x000498, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_PopStack_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_GetMenuWidget_ReturnValue) == 0x0004A8, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_DynamicCast_AsSBZMain_Menu_Widget) == 0x0004B0, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_DynamicCast_AsSBZMain_Menu_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, K2Node_DynamicCast_bSuccess_1) == 0x0004B8, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More, CallFunc_DisplaySkillsSelection_ReturnValue) == 0x0004B9, "Member 'WBP_Menu_More_C_ExecuteUbergraph_WBP_Menu_More::CallFunc_DisplaySkillsSelection_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_Skills2Menu_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_Skills2Menu_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_Skills2Menu_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_Skills2Menu_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_Skills2Menu_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_Skills2Menu_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_Skills2Menu_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_SoloModeOldHeistSelect_K2Node_ComponentBoundEvent_23_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_SoloModeOldHeistSelect_K2Node_ComponentBoundEvent_23_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_SoloModeOldHeistSelect_K2Node_ComponentBoundEvent_23_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_SoloModeOldHeistSelect_K2Node_ComponentBoundEvent_23_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_SoloModeOldHeistSelect_K2Node_ComponentBoundEvent_23_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_SoloModeOldHeistSelect_K2Node_ComponentBoundEvent_23_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_SoloModeOldHeistSelect_K2Node_ComponentBoundEvent_23_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_SoloModeOldHeistSelect_K2Node_ComponentBoundEvent_22_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_SoloModeOldHeistSelect_K2Node_ComponentBoundEvent_22_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_SoloModeOldHeistSelect_K2Node_ComponentBoundEvent_22_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_SoloModeOldHeistSelect_K2Node_ComponentBoundEvent_22_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_SoloModeOldHeistSelect_K2Node_ComponentBoundEvent_22_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_SoloModeOldHeistSelect_K2Node_ComponentBoundEvent_22_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_SoloModeOldHeistSelect_K2Node_ComponentBoundEvent_22_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_SoloModeOldHeistSelect_K2Node_ComponentBoundEvent_22_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_SoloModeOldHeistSelect_K2Node_ComponentBoundEvent_22_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_NewServerBrowserButton_K2Node_ComponentBoundEvent_21_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_NewServerBrowserButton_K2Node_ComponentBoundEvent_21_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_NewServerBrowserButton_K2Node_ComponentBoundEvent_21_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_NewServerBrowserButton_K2Node_ComponentBoundEvent_21_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_NewServerBrowserButton_K2Node_ComponentBoundEvent_21_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_NewServerBrowserButton_K2Node_ComponentBoundEvent_21_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_NewServerBrowserButton_K2Node_ComponentBoundEvent_21_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_NewServerBrowserButton_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_NewServerBrowserButton_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_NewServerBrowserButton_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_NewServerBrowserButton_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_NewServerBrowserButton_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_NewServerBrowserButton_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_NewServerBrowserButton_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_NewServerBrowserButton_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_NewServerBrowserButton_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_BndEvt__WBP_Menu_More_WBP_UI_TextButton_1_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_WBP_UI_TextButton_1_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Menu_More_C_BndEvt__WBP_Menu_More_WBP_UI_TextButton_1_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_WBP_UI_TextButton_1_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Menu_More_C_BndEvt__WBP_Menu_More_WBP_UI_TextButton_1_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_WBP_UI_TextButton_1_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_WBP_UI_TextButton_1_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_BndEvt__WBP_Menu_More_SettingsButton_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_SettingsButton_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Menu_More_C_BndEvt__WBP_Menu_More_SettingsButton_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_SettingsButton_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Menu_More_C_BndEvt__WBP_Menu_More_SettingsButton_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_SettingsButton_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_SettingsButton_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_SettingsButton_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_SettingsButton_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_BndEvt__WBP_Menu_More_SettingsButton_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_SettingsButton_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Menu_More_C_BndEvt__WBP_Menu_More_SettingsButton_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_SettingsButton_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Menu_More_C_BndEvt__WBP_Menu_More_SettingsButton_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_SettingsButton_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_SettingsButton_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_BndEvt__WBP_Menu_More_WBP_UI_TextButton_1_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_WBP_UI_TextButton_1_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Menu_More_C_BndEvt__WBP_Menu_More_WBP_UI_TextButton_1_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_WBP_UI_TextButton_1_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Menu_More_C_BndEvt__WBP_Menu_More_WBP_UI_TextButton_1_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_WBP_UI_TextButton_1_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_WBP_UI_TextButton_1_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_WBP_UI_TextButton_1_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_WBP_UI_TextButton_1_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_ChangeMatchmakingGroupButton_K2Node_ComponentBoundEvent_20_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_ChangeMatchmakingGroupButton_K2Node_ComponentBoundEvent_20_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_ChangeMatchmakingGroupButton_K2Node_ComponentBoundEvent_20_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_ChangeMatchmakingGroupButton_K2Node_ComponentBoundEvent_20_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_ChangeMatchmakingGroupButton_K2Node_ComponentBoundEvent_20_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_ChangeMatchmakingGroupButton_K2Node_ComponentBoundEvent_20_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_ChangeMatchmakingGroupButton_K2Node_ComponentBoundEvent_20_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_ChangeMatchmakingGroupButton_K2Node_ComponentBoundEvent_19_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_ChangeMatchmakingGroupButton_K2Node_ComponentBoundEvent_19_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_ChangeMatchmakingGroupButton_K2Node_ComponentBoundEvent_19_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_ChangeMatchmakingGroupButton_K2Node_ComponentBoundEvent_19_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_ChangeMatchmakingGroupButton_K2Node_ComponentBoundEvent_19_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_ChangeMatchmakingGroupButton_K2Node_ComponentBoundEvent_19_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_ChangeMatchmakingGroupButton_K2Node_ComponentBoundEvent_19_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_ChangeMatchmakingGroupButton_K2Node_ComponentBoundEvent_19_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_Debug_ChangeMatchmakingGroupButton_K2Node_ComponentBoundEvent_19_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_BndEvt__WBP_Menu_More_Button_HeistSelection_1_K2Node_ComponentBoundEvent_18_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Button_HeistSelection_1_K2Node_ComponentBoundEvent_18_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Menu_More_C_BndEvt__WBP_Menu_More_Button_HeistSelection_1_K2Node_ComponentBoundEvent_18_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Button_HeistSelection_1_K2Node_ComponentBoundEvent_18_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Menu_More_C_BndEvt__WBP_Menu_More_Button_HeistSelection_1_K2Node_ComponentBoundEvent_18_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Button_HeistSelection_1_K2Node_ComponentBoundEvent_18_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_Button_HeistSelection_1_K2Node_ComponentBoundEvent_18_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_BndEvt__WBP_Menu_More_Button_HeistSelection_1_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Button_HeistSelection_1_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Menu_More_C_BndEvt__WBP_Menu_More_Button_HeistSelection_1_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Button_HeistSelection_1_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Menu_More_C_BndEvt__WBP_Menu_More_Button_HeistSelection_1_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Button_HeistSelection_1_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_Button_HeistSelection_1_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_Button_HeistSelection_1_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_Button_HeistSelection_1_K2Node_ComponentBoundEvent_17_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_UpdateFocusedButton \ +static_assert(alignof(WBP_Menu_More_C_UpdateFocusedButton) == 0x000008, "Wrong alignment on WBP_Menu_More_C_UpdateFocusedButton"); \ +static_assert(sizeof(WBP_Menu_More_C_UpdateFocusedButton) == 0x000010, "Wrong size on WBP_Menu_More_C_UpdateFocusedButton"); \ +static_assert(offsetof(WBP_Menu_More_C_UpdateFocusedButton, InButton) == 0x000000, "Member 'WBP_Menu_More_C_UpdateFocusedButton::InButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_UpdateFocusedButton, Enabled) == 0x000008, "Member 'WBP_Menu_More_C_UpdateFocusedButton::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_BndEvt__WBP_Menu_More_ProfileButton_K2Node_ComponentBoundEvent_16_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_ProfileButton_K2Node_ComponentBoundEvent_16_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Menu_More_C_BndEvt__WBP_Menu_More_ProfileButton_K2Node_ComponentBoundEvent_16_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_ProfileButton_K2Node_ComponentBoundEvent_16_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Menu_More_C_BndEvt__WBP_Menu_More_ProfileButton_K2Node_ComponentBoundEvent_16_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_ProfileButton_K2Node_ComponentBoundEvent_16_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_ProfileButton_K2Node_ComponentBoundEvent_16_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_BndEvt__WBP_Menu_More_ProfileButton_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_ProfileButton_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Menu_More_C_BndEvt__WBP_Menu_More_ProfileButton_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_ProfileButton_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Menu_More_C_BndEvt__WBP_Menu_More_ProfileButton_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_ProfileButton_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_ProfileButton_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_ProfileButton_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_ProfileButton_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_BndEvt__WBP_Menu_More_EndUserButton_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_EndUserButton_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Menu_More_C_BndEvt__WBP_Menu_More_EndUserButton_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_EndUserButton_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Menu_More_C_BndEvt__WBP_Menu_More_EndUserButton_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_EndUserButton_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_EndUserButton_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_BndEvt__WBP_Menu_More_EndUserButton_K2Node_ComponentBoundEvent_13_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_EndUserButton_K2Node_ComponentBoundEvent_13_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Menu_More_C_BndEvt__WBP_Menu_More_EndUserButton_K2Node_ComponentBoundEvent_13_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_EndUserButton_K2Node_ComponentBoundEvent_13_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Menu_More_C_BndEvt__WBP_Menu_More_EndUserButton_K2Node_ComponentBoundEvent_13_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_EndUserButton_K2Node_ComponentBoundEvent_13_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_EndUserButton_K2Node_ComponentBoundEvent_13_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_EndUserButton_K2Node_ComponentBoundEvent_13_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_EndUserButton_K2Node_ComponentBoundEvent_13_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_BndEvt__WBP_Menu_More_LinkedNebulaButton_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_LinkedNebulaButton_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Menu_More_C_BndEvt__WBP_Menu_More_LinkedNebulaButton_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_LinkedNebulaButton_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Menu_More_C_BndEvt__WBP_Menu_More_LinkedNebulaButton_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_LinkedNebulaButton_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_LinkedNebulaButton_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_BndEvt__WBP_Menu_More_LinkedNebulaButton_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_LinkedNebulaButton_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Menu_More_C_BndEvt__WBP_Menu_More_LinkedNebulaButton_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_LinkedNebulaButton_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Menu_More_C_BndEvt__WBP_Menu_More_LinkedNebulaButton_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_LinkedNebulaButton_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_LinkedNebulaButton_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_LinkedNebulaButton_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_LinkedNebulaButton_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_OnControlReferencePressed \ +static_assert(alignof(WBP_Menu_More_C_OnControlReferencePressed) == 0x000004, "Wrong alignment on WBP_Menu_More_C_OnControlReferencePressed"); \ +static_assert(sizeof(WBP_Menu_More_C_OnControlReferencePressed) == 0x00000C, "Wrong size on WBP_Menu_More_C_OnControlReferencePressed"); \ +static_assert(offsetof(WBP_Menu_More_C_OnControlReferencePressed, ActionName) == 0x000000, "Member 'WBP_Menu_More_C_OnControlReferencePressed::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_OnQuitConfirmed \ +static_assert(alignof(WBP_Menu_More_C_OnQuitConfirmed) == 0x000004, "Wrong alignment on WBP_Menu_More_C_OnQuitConfirmed"); \ +static_assert(sizeof(WBP_Menu_More_C_OnQuitConfirmed) == 0x00000C, "Wrong size on WBP_Menu_More_C_OnQuitConfirmed"); \ +static_assert(offsetof(WBP_Menu_More_C_OnQuitConfirmed, ClosingActionName) == 0x000000, "Member 'WBP_Menu_More_C_OnQuitConfirmed::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_BndEvt__WBP_Menu_More_QuitGameButton_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_QuitGameButton_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Menu_More_C_BndEvt__WBP_Menu_More_QuitGameButton_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_QuitGameButton_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_Menu_More_C_BndEvt__WBP_Menu_More_QuitGameButton_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_QuitGameButton_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_QuitGameButton_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_BndEvt__WBP_Menu_More_QuitGameButton_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_QuitGameButton_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_Menu_More_C_BndEvt__WBP_Menu_More_QuitGameButton_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_QuitGameButton_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_Menu_More_C_BndEvt__WBP_Menu_More_QuitGameButton_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_QuitGameButton_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_QuitGameButton_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Menu_More_C_BndEvt__WBP_Menu_More_QuitGameButton_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_Menu_More_C_BndEvt__WBP_Menu_More_QuitGameButton_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_OnGainedStackFocused \ +static_assert(alignof(WBP_Menu_More_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_Menu_More_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_Menu_More_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_Menu_More_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_Menu_More_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_Menu_More_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_OnSuccess_D5F41EB84ACB2B95A6FF13B1BF87DAA8 \ +static_assert(alignof(WBP_Menu_More_C_OnSuccess_D5F41EB84ACB2B95A6FF13B1BF87DAA8) == 0x000008, "Wrong alignment on WBP_Menu_More_C_OnSuccess_D5F41EB84ACB2B95A6FF13B1BF87DAA8"); \ +static_assert(sizeof(WBP_Menu_More_C_OnSuccess_D5F41EB84ACB2B95A6FF13B1BF87DAA8) == 0x000008, "Wrong size on WBP_Menu_More_C_OnSuccess_D5F41EB84ACB2B95A6FF13B1BF87DAA8"); \ +static_assert(offsetof(WBP_Menu_More_C_OnSuccess_D5F41EB84ACB2B95A6FF13B1BF87DAA8, PlayerController) == 0x000000, "Member 'WBP_Menu_More_C_OnSuccess_D5F41EB84ACB2B95A6FF13B1BF87DAA8::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Menu_More_C_OnFailure_D5F41EB84ACB2B95A6FF13B1BF87DAA8 \ +static_assert(alignof(WBP_Menu_More_C_OnFailure_D5F41EB84ACB2B95A6FF13B1BF87DAA8) == 0x000008, "Wrong alignment on WBP_Menu_More_C_OnFailure_D5F41EB84ACB2B95A6FF13B1BF87DAA8"); \ +static_assert(sizeof(WBP_Menu_More_C_OnFailure_D5F41EB84ACB2B95A6FF13B1BF87DAA8) == 0x000008, "Wrong size on WBP_Menu_More_C_OnFailure_D5F41EB84ACB2B95A6FF13B1BF87DAA8"); \ +static_assert(offsetof(WBP_Menu_More_C_OnFailure_D5F41EB84ACB2B95A6FF13B1BF87DAA8, PlayerController) == 0x000000, "Member 'WBP_Menu_More_C_OnFailure_D5F41EB84ACB2B95A6FF13B1BF87DAA8::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Menu_More_C \ +static_assert(alignof(UWBP_Menu_More_C) == 0x000008, "Wrong alignment on UWBP_Menu_More_C"); \ +static_assert(sizeof(UWBP_Menu_More_C) == 0x000380, "Wrong size on UWBP_Menu_More_C"); \ +static_assert(offsetof(UWBP_Menu_More_C, UberGraphFrame) == 0x0002A0, "Member 'UWBP_Menu_More_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Menu_More_C, Show) == 0x0002A8, "Member 'UWBP_Menu_More_C::Show' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Menu_More_C, Background_I) == 0x0002B0, "Member 'UWBP_Menu_More_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Menu_More_C, BottomButtons_VB) == 0x0002B8, "Member 'UWBP_Menu_More_C::BottomButtons_VB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Menu_More_C, ContentPanel) == 0x0002C0, "Member 'UWBP_Menu_More_C::ContentPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Menu_More_C, CreditsButton) == 0x0002C8, "Member 'UWBP_Menu_More_C::CreditsButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Menu_More_C, Debug_ChangeMatchmakingGroupButton) == 0x0002D0, "Member 'UWBP_Menu_More_C::Debug_ChangeMatchmakingGroupButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Menu_More_C, Debug_OldHeistSelect) == 0x0002D8, "Member 'UWBP_Menu_More_C::Debug_OldHeistSelect' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Menu_More_C, Debug_Skills2Menu) == 0x0002E0, "Member 'UWBP_Menu_More_C::Debug_Skills2Menu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Menu_More_C, Debug_SoloModeOldHeistSelect) == 0x0002E8, "Member 'UWBP_Menu_More_C::Debug_SoloModeOldHeistSelect' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Menu_More_C, Debug_T) == 0x0002F0, "Member 'UWBP_Menu_More_C::Debug_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Menu_More_C, DebugsButtons_VB) == 0x0002F8, "Member 'UWBP_Menu_More_C::DebugsButtons_VB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Menu_More_C, Divider_I) == 0x000300, "Member 'UWBP_Menu_More_C::Divider_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Menu_More_C, EULAButton) == 0x000308, "Member 'UWBP_Menu_More_C::EULAButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Menu_More_C, LinkedNebulaButton) == 0x000310, "Member 'UWBP_Menu_More_C::LinkedNebulaButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Menu_More_C, Logo_I) == 0x000318, "Member 'UWBP_Menu_More_C::Logo_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Menu_More_C, OldHeistSelectButton) == 0x000320, "Member 'UWBP_Menu_More_C::OldHeistSelectButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Menu_More_C, QuitGameButton) == 0x000328, "Member 'UWBP_Menu_More_C::QuitGameButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Menu_More_C, ScreenTitle) == 0x000330, "Member 'UWBP_Menu_More_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Menu_More_C, SettingsButton) == 0x000338, "Member 'UWBP_Menu_More_C::SettingsButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Menu_More_C, SwitchUserButton) == 0x000340, "Member 'UWBP_Menu_More_C::SwitchUserButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Menu_More_C, TopButtons_VB) == 0x000348, "Member 'UWBP_Menu_More_C::TopButtons_VB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Menu_More_C, ActiveButton) == 0x000350, "Member 'UWBP_Menu_More_C::ActiveButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Menu_More_C, ConfirmButtonControlsReference) == 0x000358, "Member 'UWBP_Menu_More_C::ConfirmButtonControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options \ +static_assert(alignof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options) == 0x000008, "Wrong alignment on WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options"); \ +static_assert(sizeof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options) == 0x000338, "Wrong size on WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, EntryPoint) == 0x000000, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_Create_ReturnValue) == 0x000008, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_MakeStruct_SBZButtonControlReference) == 0x000010, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_Event_PreviousValue) == 0x000048, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_CustomEvent_Privilege) == 0x000054, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_CustomEvent_Privilege' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_CustomEvent_bPrivilegeAllowed) == 0x000055, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_CustomEvent_bPrivilegeAllowed' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_CustomEvent_bIsGameInstallPending) == 0x000056, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_CustomEvent_bIsGameInstallPending' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_CustomEvent_PlayerId) == 0x000058, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_CustomEvent_PlayerId' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_Play2DSound_ReturnValue) == 0x000068, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x000070, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_MakeLiteralName_ReturnValue) == 0x000078, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_PlayAnimation_ReturnValue) == 0x000088, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_CreateDelegate_OutputDelegate) == 0x000090, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_IsValid_ReturnValue) == 0x0000A4, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000A8, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x0000C0, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_GetUIManager_ReturnValue) == 0x0000C8, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_GetGameEventBroker_ReturnValue) == 0x0000D0, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_GetGameEventBroker_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000D8, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000EC, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_GetPartyManager_ReturnValue) == 0x000100, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_GetPartyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_CreateDelegate_OutputDelegate_4) == 0x000108, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_GetSBZOnline_ReturnValue) == 0x000120, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_GetSBZOnline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_CreateDelegate_OutputDelegate_5) == 0x000128, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_GetGameStateMachine_ReturnValue) == 0x000140, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_CreateDelegate_OutputDelegate_6) == 0x000148, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_ComponentBoundEvent_Button_9) == 0x000160, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_ComponentBoundEvent_Button_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_ComponentBoundEvent_Button_8) == 0x000168, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_ComponentBoundEvent_Button_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_ComponentBoundEvent_bIsEnabled_4) == 0x000170, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_ComponentBoundEvent_bIsEnabled_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_ComponentBoundEvent_Button_7) == 0x000178, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_ComponentBoundEvent_Button_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_ComponentBoundEvent_Button_6) == 0x000180, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_ComponentBoundEvent_Button_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_ComponentBoundEvent_bIsEnabled_3) == 0x000188, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_ComponentBoundEvent_bIsEnabled_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_MakeLiteralName_ReturnValue_1) == 0x00018C, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_GetUIManager_ReturnValue_1) == 0x000198, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_MakeLiteralName_ReturnValue_2) == 0x0001A0, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_GetMenuWidget_ReturnValue) == 0x0001B0, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_DynamicCast_AsWBP_UI_SM_Game_Start) == 0x0001B8, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_DynamicCast_AsWBP_UI_SM_Game_Start' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_DynamicCast_bSuccess) == 0x0001C0, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_ComponentBoundEvent_Button_5) == 0x0001C8, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_ComponentBoundEvent_Button_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_ComponentBoundEvent_bIsEnabled_2) == 0x0001D0, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_ComponentBoundEvent_bIsEnabled_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_ComponentBoundEvent_Button_4) == 0x0001D8, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x0001E0, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_ComponentBoundEvent_Button_3) == 0x0001E8, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_ComponentBoundEvent_Button_2) == 0x0001F0, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_ComponentBoundEvent_bIsEnabled) == 0x0001F8, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_ComponentBoundEvent_Button_1) == 0x000200, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_GetUIManager_ReturnValue_2) == 0x000208, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_GetUIManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_MakeLiteralName_ReturnValue_3) == 0x000210, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_MakeLiteralName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_GetMenuWidget_ReturnValue_1) == 0x000220, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_GetMenuWidget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_GetUIManager_ReturnValue_3) == 0x000228, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_GetUIManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_DynamicCast_AsWBP_UI_SM_Game_Start_1) == 0x000230, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_DynamicCast_AsWBP_UI_SM_Game_Start_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_DynamicCast_bSuccess_1) == 0x000238, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_GetMenuWidget_ReturnValue_2) == 0x000240, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_GetMenuWidget_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_MakeLiteralName_ReturnValue_4) == 0x000248, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_MakeLiteralName_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_DynamicCast_AsWBP_UI_SM_Game_Start_2) == 0x000258, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_DynamicCast_AsWBP_UI_SM_Game_Start_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_DynamicCast_bSuccess_2) == 0x000260, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_ComponentBoundEvent_Button) == 0x000268, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_MakeLiteralName_ReturnValue_5) == 0x000270, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_MakeLiteralName_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_GetUIManager_ReturnValue_4) == 0x000280, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_GetUIManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_GetUIManager_ReturnValue_5) == 0x000288, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_GetUIManager_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_GetMenuWidget_ReturnValue_3) == 0x000290, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_GetMenuWidget_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_GetActorOfClass_ReturnValue) == 0x000298, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_DynamicCast_AsWBP_UI_SM_Game_Start_3) == 0x0002A0, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_DynamicCast_AsWBP_UI_SM_Game_Start_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_DynamicCast_bSuccess_3) == 0x0002A8, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_IsValid_ReturnValue_1) == 0x0002A9, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_GetUIManager_ReturnValue_6) == 0x0002B0, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_GetUIManager_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x0002B8, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_MakeArray_Array) == 0x0002F0, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_IsValid_ReturnValue_2) == 0x000300, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000308, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options, CallFunc_IsInViewport_ReturnValue) == 0x000330, "Member 'WBP_UI_ModeSelect_Options_C_ExecuteUbergraph_WBP_UI_ModeSelect_Options::CallFunc_IsInViewport_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_FindHeist_Button_K2Node_ComponentBoundEvent_10_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_FindHeist_Button_K2Node_ComponentBoundEvent_10_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_FindHeist_Button_K2Node_ComponentBoundEvent_10_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_FindHeist_Button_K2Node_ComponentBoundEvent_10_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_FindHeist_Button_K2Node_ComponentBoundEvent_10_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_FindHeist_Button_K2Node_ComponentBoundEvent_10_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_FindHeist_Button_K2Node_ComponentBoundEvent_10_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Tutorial_Button_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Tutorial_Button_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Tutorial_Button_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Tutorial_Button_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Tutorial_Button_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Tutorial_Button_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Tutorial_Button_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Tutorial_Button_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Tutorial_Button_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Tutorial_Button_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Tutorial_Button_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Tutorial_Button_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Tutorial_Button_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Tutorial_Button_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Tutorial_Button_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Tutorial_Button_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_SoloMode_Button_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_SoloMode_Button_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_SoloMode_Button_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_SoloMode_Button_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_SoloMode_Button_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_SoloMode_Button_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_SoloMode_Button_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_SoloMode_Button_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_SoloMode_Button_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_SoloMode_Button_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_SoloMode_Button_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_SoloMode_Button_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_SoloMode_Button_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_SoloMode_Button_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_SoloMode_Button_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_SoloMode_Button_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_FindHeist_Button_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_FindHeist_Button_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_FindHeist_Button_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_FindHeist_Button_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_FindHeist_Button_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_FindHeist_Button_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_FindHeist_Button_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_FindHeist_Button_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_FindHeist_Button_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_ModdedHeists_Button_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_ModdedHeists_Button_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_ModdedHeists_Button_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_ModdedHeists_Button_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_ModdedHeists_Button_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_ModdedHeists_Button_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_ModdedHeists_Button_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_ModdedHeists_Button_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_ModdedHeists_Button_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_ModdedHeists_Button_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_ModdedHeists_Button_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_ModdedHeists_Button_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_ModdedHeists_Button_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_ModdedHeists_Button_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_ModdedHeists_Button_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_ModdedHeists_Button_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Quickplay_Button_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Quickplay_Button_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Quickplay_Button_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Quickplay_Button_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Quickplay_Button_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Quickplay_Button_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Quickplay_Button_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Quickplay_Button_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Quickplay_Button_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Quickplay_Button_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Quickplay_Button_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Quickplay_Button_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Quickplay_Button_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Quickplay_Button_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Quickplay_Button_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_ModeSelect_Options_C_BndEvt__WBP_UI_ModeSelect_Options_Quickplay_Button_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_Options_C_OnPlayerPartyChanged \ +static_assert(alignof(WBP_UI_ModeSelect_Options_C_OnPlayerPartyChanged) == 0x000008, "Wrong alignment on WBP_UI_ModeSelect_Options_C_OnPlayerPartyChanged"); \ +static_assert(sizeof(WBP_UI_ModeSelect_Options_C_OnPlayerPartyChanged) == 0x000010, "Wrong size on WBP_UI_ModeSelect_Options_C_OnPlayerPartyChanged"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_OnPlayerPartyChanged, PlayerId) == 0x000000, "Member 'WBP_UI_ModeSelect_Options_C_OnPlayerPartyChanged::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_Options_C_OnInstallStateChanged \ +static_assert(alignof(WBP_UI_ModeSelect_Options_C_OnInstallStateChanged) == 0x000001, "Wrong alignment on WBP_UI_ModeSelect_Options_C_OnInstallStateChanged"); \ +static_assert(sizeof(WBP_UI_ModeSelect_Options_C_OnInstallStateChanged) == 0x000001, "Wrong size on WBP_UI_ModeSelect_Options_C_OnInstallStateChanged"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_OnInstallStateChanged, bIsGameInstallPending) == 0x000000, "Member 'WBP_UI_ModeSelect_Options_C_OnInstallStateChanged::bIsGameInstallPending' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_Options_C_OnPrivilegeChanged \ +static_assert(alignof(WBP_UI_ModeSelect_Options_C_OnPrivilegeChanged) == 0x000001, "Wrong alignment on WBP_UI_ModeSelect_Options_C_OnPrivilegeChanged"); \ +static_assert(sizeof(WBP_UI_ModeSelect_Options_C_OnPrivilegeChanged) == 0x000002, "Wrong size on WBP_UI_ModeSelect_Options_C_OnPrivilegeChanged"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_OnPrivilegeChanged, Privilege) == 0x000000, "Member 'WBP_UI_ModeSelect_Options_C_OnPrivilegeChanged::Privilege' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_OnPrivilegeChanged, bPrivilegeAllowed) == 0x000001, "Member 'WBP_UI_ModeSelect_Options_C_OnPrivilegeChanged::bPrivilegeAllowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_Options_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_ModeSelect_Options_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_ModeSelect_Options_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_ModeSelect_Options_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_ModeSelect_Options_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_ModeSelect_Options_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_Options_C_CheckIfNewPlayer \ +static_assert(alignof(WBP_UI_ModeSelect_Options_C_CheckIfNewPlayer) == 0x000001, "Wrong alignment on WBP_UI_ModeSelect_Options_C_CheckIfNewPlayer"); \ +static_assert(sizeof(WBP_UI_ModeSelect_Options_C_CheckIfNewPlayer) == 0x000004, "Wrong size on WBP_UI_ModeSelect_Options_C_CheckIfNewPlayer"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_CheckIfNewPlayer, CallFunc_IsNewPlayer_ReturnValue) == 0x000000, "Member 'WBP_UI_ModeSelect_Options_C_CheckIfNewPlayer::CallFunc_IsNewPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_CheckIfNewPlayer, CallFunc_IsValidBlueprintFunction_OutState) == 0x000001, "Member 'WBP_UI_ModeSelect_Options_C_CheckIfNewPlayer::CallFunc_IsValidBlueprintFunction_OutState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_CheckIfNewPlayer, CallFunc_IsValidBlueprintFunction_ReturnValue) == 0x000002, "Member 'WBP_UI_ModeSelect_Options_C_CheckIfNewPlayer::CallFunc_IsValidBlueprintFunction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_CheckIfNewPlayer, K2Node_SwitchEnum_CmpSuccess) == 0x000003, "Member 'WBP_UI_ModeSelect_Options_C_CheckIfNewPlayer::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess \ +static_assert(alignof(WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess) == 0x000008, "Wrong alignment on WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess"); \ +static_assert(sizeof(WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess) == 0x000048, "Wrong size on WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess, Temp_byte_Variable) == 0x000001, "Member 'WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess, CallFunc_GetGameStateMachine_ReturnValue) == 0x000008, "Member 'WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess, CallFunc_CanRequestSoloGame_ReturnValue) == 0x000010, "Member 'WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess::CallFunc_CanRequestSoloGame_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess, CallFunc_GetGameStateMachine_ReturnValue_1) == 0x000018, "Member 'WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess::CallFunc_GetGameStateMachine_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess, CallFunc_CanRequestSoloGame_ReturnValue_1) == 0x000020, "Member 'WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess::CallFunc_CanRequestSoloGame_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess, CallFunc_Not_PreBool_ReturnValue_1) == 0x000021, "Member 'WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess, K2Node_Select_Default) == 0x000022, "Member 'WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess, CallFunc_GetGameStateMachine_ReturnValue_2) == 0x000028, "Member 'WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess::CallFunc_GetGameStateMachine_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess, CallFunc_IsMatchmakingInProgress_ReturnValue) == 0x000030, "Member 'WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess::CallFunc_IsMatchmakingInProgress_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess, CallFunc_HasPrivilege_ReturnValue) == 0x000031, "Member 'WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess::CallFunc_HasPrivilege_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess, CallFunc_Not_PreBool_ReturnValue_2) == 0x000032, "Member 'WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess, CallFunc_GetUIManager_ReturnValue) == 0x000038, "Member 'WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess, CallFunc_IsGameInstallPending_ReturnValue) == 0x000040, "Member 'WBP_UI_ModeSelect_Options_C_UpdateButtonsBasedOnAccess::CallFunc_IsGameInstallPending_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_Options_C_ResetButtonsVisuals \ +static_assert(alignof(WBP_UI_ModeSelect_Options_C_ResetButtonsVisuals) == 0x000008, "Wrong alignment on WBP_UI_ModeSelect_Options_C_ResetButtonsVisuals"); \ +static_assert(sizeof(WBP_UI_ModeSelect_Options_C_ResetButtonsVisuals) == 0x000040, "Wrong size on WBP_UI_ModeSelect_Options_C_ResetButtonsVisuals"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ResetButtonsVisuals, K2Node_MakeStruct_Margin) == 0x000000, "Member 'WBP_UI_ModeSelect_Options_C_ResetButtonsVisuals::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ResetButtonsVisuals, K2Node_MakeStruct_Margin_1) == 0x000010, "Member 'WBP_UI_ModeSelect_Options_C_ResetButtonsVisuals::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ResetButtonsVisuals, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue) == 0x000020, "Member 'WBP_UI_ModeSelect_Options_C_ResetButtonsVisuals::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ResetButtonsVisuals, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_1) == 0x000028, "Member 'WBP_UI_ModeSelect_Options_C_ResetButtonsVisuals::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ResetButtonsVisuals, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_2) == 0x000030, "Member 'WBP_UI_ModeSelect_Options_C_ResetButtonsVisuals::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ResetButtonsVisuals, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_3) == 0x000038, "Member 'WBP_UI_ModeSelect_Options_C_ResetButtonsVisuals::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_Options_C_ShowHideAdditionalInfo \ +static_assert(alignof(WBP_UI_ModeSelect_Options_C_ShowHideAdditionalInfo) == 0x000008, "Wrong alignment on WBP_UI_ModeSelect_Options_C_ShowHideAdditionalInfo"); \ +static_assert(sizeof(WBP_UI_ModeSelect_Options_C_ShowHideAdditionalInfo) == 0x000018, "Wrong size on WBP_UI_ModeSelect_Options_C_ShowHideAdditionalInfo"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ShowHideAdditionalInfo, ForceHide) == 0x000000, "Member 'WBP_UI_ModeSelect_Options_C_ShowHideAdditionalInfo::ForceHide' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ShowHideAdditionalInfo, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_UI_ModeSelect_Options_C_ShowHideAdditionalInfo::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ShowHideAdditionalInfo, CallFunc_GetVisibility_ReturnValue) == 0x000010, "Member 'WBP_UI_ModeSelect_Options_C_ShowHideAdditionalInfo::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ShowHideAdditionalInfo, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000011, "Member 'WBP_UI_ModeSelect_Options_C_ShowHideAdditionalInfo::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_ShowHideAdditionalInfo, CallFunc_BooleanOR_ReturnValue) == 0x000012, "Member 'WBP_UI_ModeSelect_Options_C_ShowHideAdditionalInfo::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ModeSelect_Options_C_OnControlRefPressed \ +static_assert(alignof(WBP_UI_ModeSelect_Options_C_OnControlRefPressed) == 0x000008, "Wrong alignment on WBP_UI_ModeSelect_Options_C_OnControlRefPressed"); \ +static_assert(sizeof(WBP_UI_ModeSelect_Options_C_OnControlRefPressed) == 0x000028, "Wrong size on WBP_UI_ModeSelect_Options_C_OnControlRefPressed"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_OnControlRefPressed, ActionName) == 0x000000, "Member 'WBP_UI_ModeSelect_Options_C_OnControlRefPressed::ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_OnControlRefPressed, CallFunc_GetUIManager_ReturnValue) == 0x000010, "Member 'WBP_UI_ModeSelect_Options_C_OnControlRefPressed::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_OnControlRefPressed, K2Node_SwitchName_CmpSuccess) == 0x000018, "Member 'WBP_UI_ModeSelect_Options_C_OnControlRefPressed::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ModeSelect_Options_C_OnControlRefPressed, CallFunc_PopStack_ReturnValue) == 0x00001C, "Member 'WBP_UI_ModeSelect_Options_C_OnControlRefPressed::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_ModeSelect_Options_C \ +static_assert(alignof(UWBP_UI_ModeSelect_Options_C) == 0x000008, "Wrong alignment on UWBP_UI_ModeSelect_Options_C"); \ +static_assert(sizeof(UWBP_UI_ModeSelect_Options_C) == 0x000388, "Wrong size on UWBP_UI_ModeSelect_Options_C"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_Options_C, UberGraphFrame) == 0x0002C0, "Member 'UWBP_UI_ModeSelect_Options_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_Options_C, Solo_Help_Intro) == 0x0002C8, "Member 'UWBP_UI_ModeSelect_Options_C::Solo_Help_Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_Options_C, Show_Level_Helper) == 0x0002D0, "Member 'UWBP_UI_ModeSelect_Options_C::Show_Level_Helper' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_Options_C, ShowButtons) == 0x0002D8, "Member 'UWBP_UI_ModeSelect_Options_C::ShowButtons' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_Options_C, AdditionalInfo_Border) == 0x0002E0, "Member 'UWBP_UI_ModeSelect_Options_C::AdditionalInfo_Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_Options_C, Background_Blur) == 0x0002E8, "Member 'UWBP_UI_ModeSelect_Options_C::Background_Blur' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_Options_C, Background_I) == 0x0002F0, "Member 'UWBP_UI_ModeSelect_Options_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_Options_C, Buttons_HB) == 0x0002F8, "Member 'UWBP_UI_ModeSelect_Options_C::Buttons_HB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_Options_C, FindHeist_Button) == 0x000300, "Member 'UWBP_UI_ModeSelect_Options_C::FindHeist_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_Options_C, Image) == 0x000308, "Member 'UWBP_UI_ModeSelect_Options_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_Options_C, Image_101) == 0x000310, "Member 'UWBP_UI_ModeSelect_Options_C::Image_101' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_Options_C, Image_173) == 0x000318, "Member 'UWBP_UI_ModeSelect_Options_C::Image_173' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_Options_C, LVL5_Overlay) == 0x000320, "Member 'UWBP_UI_ModeSelect_Options_C::LVL5_Overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_Options_C, ModdedHeists_Button) == 0x000328, "Member 'UWBP_UI_ModeSelect_Options_C::ModdedHeists_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_Options_C, ModdedHeistSizeBox) == 0x000330, "Member 'UWBP_UI_ModeSelect_Options_C::ModdedHeistSizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_Options_C, Quickplay_Button) == 0x000338, "Member 'UWBP_UI_ModeSelect_Options_C::Quickplay_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_Options_C, ScreenTitle) == 0x000340, "Member 'UWBP_UI_ModeSelect_Options_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_Options_C, SoloMode_Button) == 0x000348, "Member 'UWBP_UI_ModeSelect_Options_C::SoloMode_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_Options_C, Tutorial_Button) == 0x000350, "Member 'UWBP_UI_ModeSelect_Options_C::Tutorial_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_Options_C, TutorialSizeBox) == 0x000358, "Member 'UWBP_UI_ModeSelect_Options_C::TutorialSizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_Options_C, VerticalBox_69) == 0x000360, "Member 'UWBP_UI_ModeSelect_Options_C::VerticalBox_69' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_Options_C, CurrentModeFocused) == 0x000368, "Member 'UWBP_UI_ModeSelect_Options_C::CurrentModeFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_Options_C, ButtonShownAudioEvent) == 0x000370, "Member 'UWBP_UI_ModeSelect_Options_C::ButtonShownAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_Options_C, ModdedHeistsModObject) == 0x000378, "Member 'UWBP_UI_ModeSelect_Options_C::ModdedHeistsModObject' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ModeSelect_Options_C, ModdedHeistsMenu) == 0x000380, "Member 'UWBP_UI_ModeSelect_Options_C::ModdedHeistsMenu' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PlayerCarryStatusItem_C_OnChanged \ +static_assert(alignof(WBP_UI_Widget_PlayerCarryStatusItem_C_OnChanged) == 0x000008, "Wrong alignment on WBP_UI_Widget_PlayerCarryStatusItem_C_OnChanged"); \ +static_assert(sizeof(WBP_UI_Widget_PlayerCarryStatusItem_C_OnChanged) == 0x000030, "Wrong size on WBP_UI_Widget_PlayerCarryStatusItem_C_OnChanged"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatusItem_C_OnChanged, Type) == 0x000000, "Member 'WBP_UI_Widget_PlayerCarryStatusItem_C_OnChanged::Type' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatusItem_C_OnChanged, IsAdded) == 0x000008, "Member 'WBP_UI_Widget_PlayerCarryStatusItem_C_OnChanged::IsAdded' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatusItem_C_OnChanged, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'WBP_UI_Widget_PlayerCarryStatusItem_C_OnChanged::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatusItem_C_OnChanged, CallFunc_IsValid_ReturnValue_1) == 0x00000A, "Member 'WBP_UI_Widget_PlayerCarryStatusItem_C_OnChanged::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatusItem_C_OnChanged, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_PlayerCarryStatusItem_C_OnChanged::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatusItem_C_OnChanged, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000018, "Member 'WBP_UI_Widget_PlayerCarryStatusItem_C_OnChanged::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatusItem_C_OnChanged, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000028, "Member 'WBP_UI_Widget_PlayerCarryStatusItem_C_OnChanged::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_PlayerCarryStatusItem_C \ +static_assert(alignof(UWBP_UI_Widget_PlayerCarryStatusItem_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_PlayerCarryStatusItem_C"); \ +static_assert(sizeof(UWBP_UI_Widget_PlayerCarryStatusItem_C) == 0x0002A8, "Wrong size on UWBP_UI_Widget_PlayerCarryStatusItem_C"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerCarryStatusItem_C, OnRemoved) == 0x000290, "Member 'UWBP_UI_Widget_PlayerCarryStatusItem_C::OnRemoved' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerCarryStatusItem_C, OnAdded) == 0x000298, "Member 'UWBP_UI_Widget_PlayerCarryStatusItem_C::OnAdded' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerCarryStatusItem_C, Image_BagIcon) == 0x0002A0, "Member 'UWBP_UI_Widget_PlayerCarryStatusItem_C::Image_BagIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay \ +static_assert(alignof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay) == 0x000008, "Wrong alignment on WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay"); \ +static_assert(sizeof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay) == 0x0000C0, "Wrong size on WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay, EntryPoint) == 0x000000, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay, Temp_bool_Variable) == 0x000004, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay, Temp_object_Variable) == 0x000008, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay, Temp_object_Variable_1) == 0x000010, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay, Temp_bool_Variable_1) == 0x000018, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay, Temp_object_Variable_2) == 0x000020, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay, Temp_object_Variable_3) == 0x000028, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay, K2Node_Event_bInIsActive) == 0x000030, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay::K2Node_Event_bInIsActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay, K2Node_Select_Default) == 0x000038, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay, K2Node_Event_bIsHovered) == 0x000040, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay::K2Node_Event_bIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay, CallFunc_GetDisplayIndex_ReturnValue) == 0x000044, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay::CallFunc_GetDisplayIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay, CallFunc_Conv_IntToText_ReturnValue) == 0x000048, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay, K2Node_Select_Default_1) == 0x000060, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay, CallFunc_SelectColor_ReturnValue) == 0x000068, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay, K2Node_Event_bInIsLocked) == 0x000078, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay::K2Node_Event_bInIsLocked' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay, CallFunc_SelectFloat_ReturnValue) == 0x00007C, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay, K2Node_Event_IsDesignTime) == 0x000080, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000088, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay, Temp_byte_Variable) == 0x000090, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay, Temp_byte_Variable_1) == 0x000091, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay, Temp_bool_Variable_2) == 0x000092, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay, K2Node_Select_Default_2) == 0x000093, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000094, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay, CallFunc_SelectColor_ReturnValue_1) == 0x000098, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x0000A8, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay, CallFunc_SelectColor_ReturnValue_2) == 0x0000B0, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceCharacterDisplay::CallFunc_SelectColor_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CharacterPreferenceCharacterDisplay_C_PreConstruct \ +static_assert(alignof(WBP_UI_CharacterPreferenceCharacterDisplay_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_CharacterPreferenceCharacterDisplay_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_CharacterPreferenceCharacterDisplay_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_CharacterPreferenceCharacterDisplay_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CharacterPreferenceCharacterDisplay_C_OnLockedChanged \ +static_assert(alignof(WBP_UI_CharacterPreferenceCharacterDisplay_C_OnLockedChanged) == 0x000001, "Wrong alignment on WBP_UI_CharacterPreferenceCharacterDisplay_C_OnLockedChanged"); \ +static_assert(sizeof(WBP_UI_CharacterPreferenceCharacterDisplay_C_OnLockedChanged) == 0x000001, "Wrong size on WBP_UI_CharacterPreferenceCharacterDisplay_C_OnLockedChanged"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_OnLockedChanged, bInIsLocked) == 0x000000, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_OnLockedChanged::bInIsLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CharacterPreferenceCharacterDisplay_C_OnHovered \ +static_assert(alignof(WBP_UI_CharacterPreferenceCharacterDisplay_C_OnHovered) == 0x000001, "Wrong alignment on WBP_UI_CharacterPreferenceCharacterDisplay_C_OnHovered"); \ +static_assert(sizeof(WBP_UI_CharacterPreferenceCharacterDisplay_C_OnHovered) == 0x000001, "Wrong size on WBP_UI_CharacterPreferenceCharacterDisplay_C_OnHovered"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_OnHovered, bIsHovered) == 0x000000, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_OnHovered::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CharacterPreferenceCharacterDisplay_C_OnActiveChanged \ +static_assert(alignof(WBP_UI_CharacterPreferenceCharacterDisplay_C_OnActiveChanged) == 0x000001, "Wrong alignment on WBP_UI_CharacterPreferenceCharacterDisplay_C_OnActiveChanged"); \ +static_assert(sizeof(WBP_UI_CharacterPreferenceCharacterDisplay_C_OnActiveChanged) == 0x000001, "Wrong size on WBP_UI_CharacterPreferenceCharacterDisplay_C_OnActiveChanged"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceCharacterDisplay_C_OnActiveChanged, bInIsActive) == 0x000000, "Member 'WBP_UI_CharacterPreferenceCharacterDisplay_C_OnActiveChanged::bInIsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_CharacterPreferenceCharacterDisplay_C \ +static_assert(alignof(UWBP_UI_CharacterPreferenceCharacterDisplay_C) == 0x000008, "Wrong alignment on UWBP_UI_CharacterPreferenceCharacterDisplay_C"); \ +static_assert(sizeof(UWBP_UI_CharacterPreferenceCharacterDisplay_C) == 0x000330, "Wrong size on UWBP_UI_CharacterPreferenceCharacterDisplay_C"); \ +static_assert(offsetof(UWBP_UI_CharacterPreferenceCharacterDisplay_C, UberGraphFrame) == 0x0002B0, "Member 'UWBP_UI_CharacterPreferenceCharacterDisplay_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CharacterPreferenceCharacterDisplay_C, Chosen) == 0x0002B8, "Member 'UWBP_UI_CharacterPreferenceCharacterDisplay_C::Chosen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CharacterPreferenceCharacterDisplay_C, hover) == 0x0002C0, "Member 'UWBP_UI_CharacterPreferenceCharacterDisplay_C::hover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CharacterPreferenceCharacterDisplay_C, Border_Highlight) == 0x0002C8, "Member 'UWBP_UI_CharacterPreferenceCharacterDisplay_C::Border_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CharacterPreferenceCharacterDisplay_C, Image) == 0x0002D0, "Member 'UWBP_UI_CharacterPreferenceCharacterDisplay_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CharacterPreferenceCharacterDisplay_C, Image_1) == 0x0002D8, "Member 'UWBP_UI_CharacterPreferenceCharacterDisplay_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CharacterPreferenceCharacterDisplay_C, Image_2) == 0x0002E0, "Member 'UWBP_UI_CharacterPreferenceCharacterDisplay_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CharacterPreferenceCharacterDisplay_C, Image_511) == 0x0002E8, "Member 'UWBP_UI_CharacterPreferenceCharacterDisplay_C::Image_511' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CharacterPreferenceCharacterDisplay_C, Image_Background) == 0x0002F0, "Member 'UWBP_UI_CharacterPreferenceCharacterDisplay_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CharacterPreferenceCharacterDisplay_C, Image_BorderBottom_2) == 0x0002F8, "Member 'UWBP_UI_CharacterPreferenceCharacterDisplay_C::Image_BorderBottom_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CharacterPreferenceCharacterDisplay_C, Image_Locked) == 0x000300, "Member 'UWBP_UI_CharacterPreferenceCharacterDisplay_C::Image_Locked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CharacterPreferenceCharacterDisplay_C, Index_B) == 0x000308, "Member 'UWBP_UI_CharacterPreferenceCharacterDisplay_C::Index_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CharacterPreferenceCharacterDisplay_C, Text_DEBUG) == 0x000310, "Member 'UWBP_UI_CharacterPreferenceCharacterDisplay_C::Text_DEBUG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CharacterPreferenceCharacterDisplay_C, Text_Index) == 0x000318, "Member 'UWBP_UI_CharacterPreferenceCharacterDisplay_C::Text_Index' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CharacterPreferenceCharacterDisplay_C, Widget_Icon) == 0x000320, "Member 'UWBP_UI_CharacterPreferenceCharacterDisplay_C::Widget_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CharacterPreferenceCharacterDisplay_C, IsActiveSlot) == 0x000328, "Member 'UWBP_UI_CharacterPreferenceCharacterDisplay_C::IsActiveSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02 \ +static_assert(alignof(WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02) == 0x000008, "Wrong alignment on WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02"); \ +static_assert(sizeof(WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02) == 0x000060, "Wrong size on WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02, EntryPoint) == 0x000000, "Member 'WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02, CallFunc_GetSBZGameUserSettings_ReturnValue) == 0x000008, "Member 'WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02::CallFunc_GetSBZGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02, CallFunc_GetMatchmakingDifficulty_ReturnValue) == 0x000010, "Member 'WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02::CallFunc_GetMatchmakingDifficulty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02, Temp_byte_Variable) == 0x000011, "Member 'WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02, Temp_byte_Variable_1) == 0x000012, "Member 'WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02, Temp_bool_Variable) == 0x000013, "Member 'WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02, Temp_struct_Variable) == 0x000014, "Member 'WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02, Temp_struct_Variable_1) == 0x00001C, "Member 'WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02, CallFunc_GetGameStateMachine_ReturnValue) == 0x000028, "Member 'WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02, Temp_bool_Variable_1) == 0x000030, "Member 'WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02, CallFunc_GetMaxDifficultyCount_ReturnValue) == 0x000031, "Member 'WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02::CallFunc_GetMaxDifficultyCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02, K2Node_Event_bInHasFocus) == 0x000032, "Member 'WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000034, "Member 'WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02, K2Node_Event_InCurrentIndex) == 0x000038, "Member 'WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02::K2Node_Event_InCurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02, K2Node_Event_bOverrideReadOnly) == 0x00003C, "Member 'WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02::K2Node_Event_bOverrideReadOnly' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02, CallFunc_Conv_IntToByte_ReturnValue) == 0x00003D, "Member 'WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02, K2Node_Event_IsDesignTime) == 0x00003E, "Member 'WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02, CallFunc_GetValidValue_ReturnValue) == 0x00003F, "Member 'WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02, K2Node_Select_Default) == 0x000040, "Member 'WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02, K2Node_Select_Default_1) == 0x000044, "Member 'WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x000050, "Member 'WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'WBP_UI_DifficultySelectorWidget_02_C_ExecuteUbergraph_WBP_UI_DifficultySelectorWidget_02::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DifficultySelectorWidget_02_C_PreConstruct \ +static_assert(alignof(WBP_UI_DifficultySelectorWidget_02_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_DifficultySelectorWidget_02_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_DifficultySelectorWidget_02_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_DifficultySelectorWidget_02_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_DifficultySelectorWidget_02_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DifficultySelectorWidget_02_C_OnSelectionOptionChanged \ +static_assert(alignof(WBP_UI_DifficultySelectorWidget_02_C_OnSelectionOptionChanged) == 0x000004, "Wrong alignment on WBP_UI_DifficultySelectorWidget_02_C_OnSelectionOptionChanged"); \ +static_assert(sizeof(WBP_UI_DifficultySelectorWidget_02_C_OnSelectionOptionChanged) == 0x000008, "Wrong size on WBP_UI_DifficultySelectorWidget_02_C_OnSelectionOptionChanged"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_OnSelectionOptionChanged, InCurrentIndex) == 0x000000, "Member 'WBP_UI_DifficultySelectorWidget_02_C_OnSelectionOptionChanged::InCurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_OnSelectionOptionChanged, bOverrideReadOnly) == 0x000004, "Member 'WBP_UI_DifficultySelectorWidget_02_C_OnSelectionOptionChanged::bOverrideReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DifficultySelectorWidget_02_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_DifficultySelectorWidget_02_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_DifficultySelectorWidget_02_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_DifficultySelectorWidget_02_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_DifficultySelectorWidget_02_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_DifficultySelectorWidget_02_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DifficultySelectorWidget_02_C_UpdateDifficultyVisuals \ +static_assert(alignof(WBP_UI_DifficultySelectorWidget_02_C_UpdateDifficultyVisuals) == 0x000008, "Wrong alignment on WBP_UI_DifficultySelectorWidget_02_C_UpdateDifficultyVisuals"); \ +static_assert(sizeof(WBP_UI_DifficultySelectorWidget_02_C_UpdateDifficultyVisuals) == 0x000048, "Wrong size on WBP_UI_DifficultySelectorWidget_02_C_UpdateDifficultyVisuals"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_UpdateDifficultyVisuals, InDifficulty) == 0x000000, "Member 'WBP_UI_DifficultySelectorWidget_02_C_UpdateDifficultyVisuals::InDifficulty' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_UpdateDifficultyVisuals, CallFunc_GetUIManager_ReturnValue) == 0x000008, "Member 'WBP_UI_DifficultySelectorWidget_02_C_UpdateDifficultyVisuals::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_UpdateDifficultyVisuals, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'WBP_UI_DifficultySelectorWidget_02_C_UpdateDifficultyVisuals::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_UpdateDifficultyVisuals, CallFunc_GetUIData_ReturnValue) == 0x000018, "Member 'WBP_UI_DifficultySelectorWidget_02_C_UpdateDifficultyVisuals::CallFunc_GetUIData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_UpdateDifficultyVisuals, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000020, "Member 'WBP_UI_DifficultySelectorWidget_02_C_UpdateDifficultyVisuals::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_UpdateDifficultyVisuals, CallFunc_GetDifficultyText_OutDifficultyText) == 0x000028, "Member 'WBP_UI_DifficultySelectorWidget_02_C_UpdateDifficultyVisuals::CallFunc_GetDifficultyText_OutDifficultyText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_UpdateDifficultyVisuals, CallFunc_GetDifficultyText_bHasText) == 0x000040, "Member 'WBP_UI_DifficultySelectorWidget_02_C_UpdateDifficultyVisuals::CallFunc_GetDifficultyText_bHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_UpdateDifficultyVisuals, CallFunc_Conv_ByteToInt_ReturnValue_1) == 0x000044, "Member 'WBP_UI_DifficultySelectorWidget_02_C_UpdateDifficultyVisuals::CallFunc_Conv_ByteToInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DifficultySelectorWidget_02_C_GetDifficulty \ +static_assert(alignof(WBP_UI_DifficultySelectorWidget_02_C_GetDifficulty) == 0x000001, "Wrong alignment on WBP_UI_DifficultySelectorWidget_02_C_GetDifficulty"); \ +static_assert(sizeof(WBP_UI_DifficultySelectorWidget_02_C_GetDifficulty) == 0x000001, "Wrong size on WBP_UI_DifficultySelectorWidget_02_C_GetDifficulty"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_GetDifficulty, NewParam) == 0x000000, "Member 'WBP_UI_DifficultySelectorWidget_02_C_GetDifficulty::NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DifficultySelectorWidget_02_C_SetFocusVisuals \ +static_assert(alignof(WBP_UI_DifficultySelectorWidget_02_C_SetFocusVisuals) == 0x000008, "Wrong alignment on WBP_UI_DifficultySelectorWidget_02_C_SetFocusVisuals"); \ +static_assert(sizeof(WBP_UI_DifficultySelectorWidget_02_C_SetFocusVisuals) == 0x000050, "Wrong size on WBP_UI_DifficultySelectorWidget_02_C_SetFocusVisuals"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_SetFocusVisuals, InIsFocused) == 0x000000, "Member 'WBP_UI_DifficultySelectorWidget_02_C_SetFocusVisuals::InIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_SetFocusVisuals, CallFunc_SelectColor_ReturnValue) == 0x000004, "Member 'WBP_UI_DifficultySelectorWidget_02_C_SetFocusVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_SetFocusVisuals, CallFunc_SelectColor_ReturnValue_1) == 0x000014, "Member 'WBP_UI_DifficultySelectorWidget_02_C_SetFocusVisuals::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DifficultySelectorWidget_02_C_SetFocusVisuals, K2Node_MakeStruct_SlateColor) == 0x000028, "Member 'WBP_UI_DifficultySelectorWidget_02_C_SetFocusVisuals::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_DifficultySelectorWidget_02_C \ +static_assert(alignof(UWBP_UI_DifficultySelectorWidget_02_C) == 0x000008, "Wrong alignment on UWBP_UI_DifficultySelectorWidget_02_C"); \ +static_assert(sizeof(UWBP_UI_DifficultySelectorWidget_02_C) == 0x0003F0, "Wrong size on UWBP_UI_DifficultySelectorWidget_02_C"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_02_C, UberGraphFrame) == 0x000388, "Member 'UWBP_UI_DifficultySelectorWidget_02_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_02_C, Button_Left) == 0x000390, "Member 'UWBP_UI_DifficultySelectorWidget_02_C::Button_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_02_C, Button_Right) == 0x000398, "Member 'UWBP_UI_DifficultySelectorWidget_02_C::Button_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_02_C, Image_LeftArrow) == 0x0003A0, "Member 'UWBP_UI_DifficultySelectorWidget_02_C::Image_LeftArrow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_02_C, Image_RightArrow) == 0x0003A8, "Member 'UWBP_UI_DifficultySelectorWidget_02_C::Image_RightArrow' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_02_C, Image_RiskLevel_Hard) == 0x0003B0, "Member 'UWBP_UI_DifficultySelectorWidget_02_C::Image_RiskLevel_Hard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_02_C, Image_RiskLevel_Normal) == 0x0003B8, "Member 'UWBP_UI_DifficultySelectorWidget_02_C::Image_RiskLevel_Normal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_02_C, Image_RiskLevel_Overkill) == 0x0003C0, "Member 'UWBP_UI_DifficultySelectorWidget_02_C::Image_RiskLevel_Overkill' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_02_C, Image_RiskLevel_VeryHard) == 0x0003C8, "Member 'UWBP_UI_DifficultySelectorWidget_02_C::Image_RiskLevel_VeryHard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_02_C, Overlay_ButtonBase) == 0x0003D0, "Member 'UWBP_UI_DifficultySelectorWidget_02_C::Overlay_ButtonBase' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_02_C, Text_DifficultyName) == 0x0003D8, "Member 'UWBP_UI_DifficultySelectorWidget_02_C::Text_DifficultyName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_02_C, TextBlock_MatchmakeHeader) == 0x0003E0, "Member 'UWBP_UI_DifficultySelectorWidget_02_C::TextBlock_MatchmakeHeader' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_02_C, CurrentDifficulty) == 0x0003E8, "Member 'UWBP_UI_DifficultySelectorWidget_02_C::CurrentDifficulty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_02_C, bIsNewMenu) == 0x0003E9, "Member 'UWBP_UI_DifficultySelectorWidget_02_C::bIsNewMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DifficultySelectorWidget_02_C, bIsConstructed) == 0x0003EA, "Member 'UWBP_UI_DifficultySelectorWidget_02_C::bIsConstructed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Debug_MainMenuVersionText__C_ExecuteUbergraph_WBP_UI_Widget_Debug_MainMenuVersionText_ \ +static_assert(alignof(WBP_UI_Widget_Debug_MainMenuVersionText__C_ExecuteUbergraph_WBP_UI_Widget_Debug_MainMenuVersionText_) == 0x000008, "Wrong alignment on WBP_UI_Widget_Debug_MainMenuVersionText__C_ExecuteUbergraph_WBP_UI_Widget_Debug_MainMenuVersionText_"); \ +static_assert(sizeof(WBP_UI_Widget_Debug_MainMenuVersionText__C_ExecuteUbergraph_WBP_UI_Widget_Debug_MainMenuVersionText_) == 0x000020, "Wrong size on WBP_UI_Widget_Debug_MainMenuVersionText__C_ExecuteUbergraph_WBP_UI_Widget_Debug_MainMenuVersionText_"); \ +static_assert(offsetof(WBP_UI_Widget_Debug_MainMenuVersionText__C_ExecuteUbergraph_WBP_UI_Widget_Debug_MainMenuVersionText_, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_Debug_MainMenuVersionText__C_ExecuteUbergraph_WBP_UI_Widget_Debug_MainMenuVersionText_::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Debug_MainMenuVersionText__C_ExecuteUbergraph_WBP_UI_Widget_Debug_MainMenuVersionText_, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_Widget_Debug_MainMenuVersionText__C_ExecuteUbergraph_WBP_UI_Widget_Debug_MainMenuVersionText_::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Debug_MainMenuVersionText__C_ExecuteUbergraph_WBP_UI_Widget_Debug_MainMenuVersionText_, CallFunc_Conv_StringToText_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_Debug_MainMenuVersionText__C_ExecuteUbergraph_WBP_UI_Widget_Debug_MainMenuVersionText_::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Debug_MainMenuVersionText__C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_Debug_MainMenuVersionText__C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_Debug_MainMenuVersionText__C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_Debug_MainMenuVersionText__C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_Debug_MainMenuVersionText__C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_Debug_MainMenuVersionText__C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_Debug_MainMenuVersionText__C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Debug_MainMenuVersionText__C_SetText \ +static_assert(alignof(WBP_UI_Widget_Debug_MainMenuVersionText__C_SetText) == 0x000008, "Wrong alignment on WBP_UI_Widget_Debug_MainMenuVersionText__C_SetText"); \ +static_assert(sizeof(WBP_UI_Widget_Debug_MainMenuVersionText__C_SetText) == 0x000028, "Wrong size on WBP_UI_Widget_Debug_MainMenuVersionText__C_SetText"); \ +static_assert(offsetof(WBP_UI_Widget_Debug_MainMenuVersionText__C_SetText, NewParam) == 0x000000, "Member 'WBP_UI_Widget_Debug_MainMenuVersionText__C_SetText::NewParam' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Debug_MainMenuVersionText__C_SetText, CallFunc_Conv_StringToText_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_Debug_MainMenuVersionText__C_SetText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_Debug_MainMenuVersionText__C \ +static_assert(alignof(UWBP_UI_Widget_Debug_MainMenuVersionText__C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_Debug_MainMenuVersionText__C"); \ +static_assert(sizeof(UWBP_UI_Widget_Debug_MainMenuVersionText__C) == 0x0002B0, "Wrong size on UWBP_UI_Widget_Debug_MainMenuVersionText__C"); \ +static_assert(offsetof(UWBP_UI_Widget_Debug_MainMenuVersionText__C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Widget_Debug_MainMenuVersionText__C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Debug_MainMenuVersionText__C, txtText) == 0x000298, "Member 'UWBP_UI_Widget_Debug_MainMenuVersionText__C::txtText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Debug_MainMenuVersionText__C, Text) == 0x0002A0, "Member 'UWBP_UI_Widget_Debug_MainMenuVersionText__C::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_NetInfo_C_ExecuteUbergraph_WBP_MainMenu_NetInfo \ +static_assert(alignof(WBP_MainMenu_NetInfo_C_ExecuteUbergraph_WBP_MainMenu_NetInfo) == 0x000004, "Wrong alignment on WBP_MainMenu_NetInfo_C_ExecuteUbergraph_WBP_MainMenu_NetInfo"); \ +static_assert(sizeof(WBP_MainMenu_NetInfo_C_ExecuteUbergraph_WBP_MainMenu_NetInfo) == 0x000004, "Wrong size on WBP_MainMenu_NetInfo_C_ExecuteUbergraph_WBP_MainMenu_NetInfo"); \ +static_assert(offsetof(WBP_MainMenu_NetInfo_C_ExecuteUbergraph_WBP_MainMenu_NetInfo, EntryPoint) == 0x000000, "Member 'WBP_MainMenu_NetInfo_C_ExecuteUbergraph_WBP_MainMenu_NetInfo::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MainMenu_NetInfo_C \ +static_assert(alignof(UWBP_MainMenu_NetInfo_C) == 0x000008, "Wrong alignment on UWBP_MainMenu_NetInfo_C"); \ +static_assert(sizeof(UWBP_MainMenu_NetInfo_C) == 0x0002F0, "Wrong size on UWBP_MainMenu_NetInfo_C"); \ +static_assert(offsetof(UWBP_MainMenu_NetInfo_C, UberGraphFrame) == 0x0002D8, "Member 'UWBP_MainMenu_NetInfo_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_NetInfo_C, HorizontalRegionBox) == 0x0002E0, "Member 'UWBP_MainMenu_NetInfo_C::HorizontalRegionBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_NetInfo_C, RegionValue) == 0x0002E8, "Member 'UWBP_MainMenu_NetInfo_C::RegionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_UI_MainMenu_C_GetColourForRarity \ +static_assert(alignof(BPL_UI_MainMenu_C_GetColourForRarity) == 0x000008, "Wrong alignment on BPL_UI_MainMenu_C_GetColourForRarity"); \ +static_assert(sizeof(BPL_UI_MainMenu_C_GetColourForRarity) == 0x000070, "Wrong size on BPL_UI_MainMenu_C_GetColourForRarity"); \ +static_assert(offsetof(BPL_UI_MainMenu_C_GetColourForRarity, InRarity) == 0x000000, "Member 'BPL_UI_MainMenu_C_GetColourForRarity::InRarity' has a wrong offset!"); \ +static_assert(offsetof(BPL_UI_MainMenu_C_GetColourForRarity, __WorldContext) == 0x000008, "Member 'BPL_UI_MainMenu_C_GetColourForRarity::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_UI_MainMenu_C_GetColourForRarity, Colour) == 0x000010, "Member 'BPL_UI_MainMenu_C_GetColourForRarity::Colour' has a wrong offset!"); \ +static_assert(offsetof(BPL_UI_MainMenu_C_GetColourForRarity, CallFunc_LinearColor_Transparent_ReturnValue) == 0x000020, "Member 'BPL_UI_MainMenu_C_GetColourForRarity::CallFunc_LinearColor_Transparent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_UI_MainMenu_C_GetColourForRarity, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000030, "Member 'BPL_UI_MainMenu_C_GetColourForRarity::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_UI_MainMenu_C_GetColourForRarity, CallFunc_Conv_StringToName_ReturnValue) == 0x000040, "Member 'BPL_UI_MainMenu_C_GetColourForRarity::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_UI_MainMenu_C_GetColourForRarity, CallFunc_GetGlobalColor_ReturnValue) == 0x00004C, "Member 'BPL_UI_MainMenu_C_GetColourForRarity::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_UI_MainMenu_C_GetColourForRarity, CallFunc_EqualEqual_LinearColorLinearColor_ReturnValue) == 0x00005C, "Member 'BPL_UI_MainMenu_C_GetColourForRarity::CallFunc_EqualEqual_LinearColorLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPL_UI_MainMenu_C_GetColourForRarity, CallFunc_SelectColor_ReturnValue) == 0x000060, "Member 'BPL_UI_MainMenu_C_GetColourForRarity::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPL_UI_MainMenu_C \ +static_assert(alignof(UBPL_UI_MainMenu_C) == 0x000008, "Wrong alignment on UBPL_UI_MainMenu_C"); \ +static_assert(sizeof(UBPL_UI_MainMenu_C) == 0x000030, "Wrong size on UBPL_UI_MainMenu_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton \ +static_assert(alignof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton) == 0x000008, "Wrong alignment on WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton"); \ +static_assert(sizeof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton) == 0x000140, "Wrong size on WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, EntryPoint) == 0x000000, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, CallFunc_GetCharacterSlotData_ReturnValue) == 0x000008, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::CallFunc_GetCharacterSlotData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, Temp_byte_Variable) == 0x000030, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, Temp_text_Variable) == 0x000038, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, Temp_text_Variable_1) == 0x000050, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, Temp_bool_Variable) == 0x000068, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, Temp_byte_Variable_1) == 0x000069, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, Temp_byte_Variable_2) == 0x00006A, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, Temp_bool_Variable_1) == 0x00006B, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, Temp_byte_Variable_3) == 0x00006C, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, Temp_byte_Variable_4) == 0x00006D, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, K2Node_Event_bInHasFocus) == 0x00006E, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, K2Node_Event_bInIsHovered) == 0x00006F, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, CallFunc_GetCharacterSlotData_ReturnValue_1) == 0x000070, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::CallFunc_GetCharacterSlotData_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, K2Node_Select_Default) == 0x000098, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, K2Node_Select_Default_1) == 0x0000B0, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, K2Node_Select_Default_2) == 0x0000B1, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, Temp_byte_Variable_5) == 0x0000B2, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, CallFunc_GetDisplayPreferredIndex_ReturnValue) == 0x0000B4, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::CallFunc_GetDisplayPreferredIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, K2Node_MakeStruct_FormatArgumentData) == 0x0000B8, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, CallFunc_Greater_IntInt_ReturnValue) == 0x0000F8, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, K2Node_MakeArray_Array) == 0x000100, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, CallFunc_Format_ReturnValue) == 0x000110, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, Temp_byte_Variable_6) == 0x000128, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, K2Node_Event_IsDesignTime) == 0x000129, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000130, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, Temp_bool_Variable_2) == 0x000138, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton, K2Node_Select_Default_3) == 0x000139, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterSlotButton::K2Node_Select_Default_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_CharacterSlotButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_Inventory_CharacterSlotButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Inventory_CharacterSlotButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Inventory_CharacterSlotButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Inventory_CharacterSlotButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_CharacterSlotButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_Inventory_CharacterSlotButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_Inventory_CharacterSlotButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_Inventory_CharacterSlotButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_Inventory_CharacterSlotButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_CharacterSlotButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_Inventory_CharacterSlotButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_Inventory_CharacterSlotButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_Inventory_CharacterSlotButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_Inventory_CharacterSlotButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_CharacterSlotButton_C_OnFocusChanged \ +static_assert(alignof(WBP_UI_Inventory_CharacterSlotButton_C_OnFocusChanged) == 0x000008, "Wrong alignment on WBP_UI_Inventory_CharacterSlotButton_C_OnFocusChanged"); \ +static_assert(sizeof(WBP_UI_Inventory_CharacterSlotButton_C_OnFocusChanged) == 0x000028, "Wrong size on WBP_UI_Inventory_CharacterSlotButton_C_OnFocusChanged"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_OnFocusChanged, bIsFocused) == 0x000000, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_OnFocusChanged::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_OnFocusChanged, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_OnFocusChanged::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_OnFocusChanged, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_OnFocusChanged::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_OnFocusChanged, CallFunc_SelectColor_ReturnValue) == 0x000018, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_OnFocusChanged::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_CharacterSlotButton_C_InitializeCharacterData \ +static_assert(alignof(WBP_UI_Inventory_CharacterSlotButton_C_InitializeCharacterData) == 0x000008, "Wrong alignment on WBP_UI_Inventory_CharacterSlotButton_C_InitializeCharacterData"); \ +static_assert(sizeof(WBP_UI_Inventory_CharacterSlotButton_C_InitializeCharacterData) == 0x000088, "Wrong size on WBP_UI_Inventory_CharacterSlotButton_C_InitializeCharacterData"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_InitializeCharacterData, InCharacterData) == 0x000000, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_InitializeCharacterData::InCharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_InitializeCharacterData, CallFunc_GetDisplayName_OutDisplayName) == 0x000008, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_InitializeCharacterData::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_InitializeCharacterData, CallFunc_GetDisplayName_OutHasText) == 0x000020, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_InitializeCharacterData::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_InitializeCharacterData, CallFunc_SelectColor_ReturnValue) == 0x000024, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_InitializeCharacterData::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_InitializeCharacterData, CallFunc_IsValid_ReturnValue) == 0x000034, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_InitializeCharacterData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_InitializeCharacterData, K2Node_MakeStruct_SlateColor) == 0x000038, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_InitializeCharacterData::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_InitializeCharacterData, K2Node_MakeStruct_SlateColor_1) == 0x000060, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_InitializeCharacterData::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_CharacterSlotButton_C_OnDisabledChanged \ +static_assert(alignof(WBP_UI_Inventory_CharacterSlotButton_C_OnDisabledChanged) == 0x000001, "Wrong alignment on WBP_UI_Inventory_CharacterSlotButton_C_OnDisabledChanged"); \ +static_assert(sizeof(WBP_UI_Inventory_CharacterSlotButton_C_OnDisabledChanged) == 0x000001, "Wrong size on WBP_UI_Inventory_CharacterSlotButton_C_OnDisabledChanged"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterSlotButton_C_OnDisabledChanged, InDisabled) == 0x000000, "Member 'WBP_UI_Inventory_CharacterSlotButton_C_OnDisabledChanged::InDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Inventory_CharacterSlotButton_C \ +static_assert(alignof(UWBP_UI_Inventory_CharacterSlotButton_C) == 0x000008, "Wrong alignment on UWBP_UI_Inventory_CharacterSlotButton_C"); \ +static_assert(sizeof(UWBP_UI_Inventory_CharacterSlotButton_C) == 0x000420, "Wrong size on UWBP_UI_Inventory_CharacterSlotButton_C"); \ +static_assert(offsetof(UWBP_UI_Inventory_CharacterSlotButton_C, UberGraphFrame) == 0x0003A0, "Member 'UWBP_UI_Inventory_CharacterSlotButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_CharacterSlotButton_C, HoverAnim) == 0x0003A8, "Member 'UWBP_UI_Inventory_CharacterSlotButton_C::HoverAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_CharacterSlotButton_C, Border_Highlight) == 0x0003B0, "Member 'UWBP_UI_Inventory_CharacterSlotButton_C::Border_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_CharacterSlotButton_C, Disable_T) == 0x0003B8, "Member 'UWBP_UI_Inventory_CharacterSlotButton_C::Disable_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_CharacterSlotButton_C, Disabled_Overlay) == 0x0003C0, "Member 'UWBP_UI_Inventory_CharacterSlotButton_C::Disabled_Overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_CharacterSlotButton_C, Image) == 0x0003C8, "Member 'UWBP_UI_Inventory_CharacterSlotButton_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_CharacterSlotButton_C, Image_1) == 0x0003D0, "Member 'UWBP_UI_Inventory_CharacterSlotButton_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_CharacterSlotButton_C, Image_2) == 0x0003D8, "Member 'UWBP_UI_Inventory_CharacterSlotButton_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_CharacterSlotButton_C, Image_511) == 0x0003E0, "Member 'UWBP_UI_Inventory_CharacterSlotButton_C::Image_511' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_CharacterSlotButton_C, InventoryBaseDataIcon) == 0x0003E8, "Member 'UWBP_UI_Inventory_CharacterSlotButton_C::InventoryBaseDataIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_CharacterSlotButton_C, Locked_HB) == 0x0003F0, "Member 'UWBP_UI_Inventory_CharacterSlotButton_C::Locked_HB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_CharacterSlotButton_C, Name_T) == 0x0003F8, "Member 'UWBP_UI_Inventory_CharacterSlotButton_C::Name_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_CharacterSlotButton_C, Preffered_O) == 0x000400, "Member 'UWBP_UI_Inventory_CharacterSlotButton_C::Preffered_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_CharacterSlotButton_C, Preffered_T) == 0x000408, "Member 'UWBP_UI_Inventory_CharacterSlotButton_C::Preffered_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_CharacterSlotButton_C, HasFocus) == 0x000410, "Member 'UWBP_UI_Inventory_CharacterSlotButton_C::HasFocus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_CharacterSlotButton_C, IconDefaultOpacity) == 0x000414, "Member 'UWBP_UI_Inventory_CharacterSlotButton_C::IconDefaultOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_CharacterSlotButton_C, IconDisabledOpacity) == 0x000418, "Member 'UWBP_UI_Inventory_CharacterSlotButton_C::IconDisabledOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CharacterPreferenceDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceDisplay \ +static_assert(alignof(WBP_UI_CharacterPreferenceDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceDisplay) == 0x000008, "Wrong alignment on WBP_UI_CharacterPreferenceDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceDisplay"); \ +static_assert(sizeof(WBP_UI_CharacterPreferenceDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceDisplay) == 0x000038, "Wrong size on WBP_UI_CharacterPreferenceDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceDisplay"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceDisplay, EntryPoint) == 0x000000, "Member 'WBP_UI_CharacterPreferenceDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceDisplay::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceDisplay, Temp_int_Variable) == 0x000004, "Member 'WBP_UI_CharacterPreferenceDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceDisplay::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceDisplay, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_UI_CharacterPreferenceDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceDisplay::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceDisplay, K2Node_Event_IsDesignTime) == 0x00000C, "Member 'WBP_UI_CharacterPreferenceDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceDisplay::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceDisplay, K2Node_MakeStruct_SlateChildSize) == 0x000010, "Member 'WBP_UI_CharacterPreferenceDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceDisplay::K2Node_MakeStruct_SlateChildSize' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceDisplay, CallFunc_GetChildAt_ReturnValue) == 0x000018, "Member 'WBP_UI_CharacterPreferenceDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceDisplay::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceDisplay, CallFunc_GetChildrenCount_ReturnValue) == 0x000020, "Member 'WBP_UI_CharacterPreferenceDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceDisplay::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceDisplay, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue) == 0x000028, "Member 'WBP_UI_CharacterPreferenceDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceDisplay::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceDisplay, CallFunc_Subtract_IntInt_ReturnValue) == 0x000030, "Member 'WBP_UI_CharacterPreferenceDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceDisplay::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceDisplay, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000034, "Member 'WBP_UI_CharacterPreferenceDisplay_C_ExecuteUbergraph_WBP_UI_CharacterPreferenceDisplay::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CharacterPreferenceDisplay_C_PreConstruct \ +static_assert(alignof(WBP_UI_CharacterPreferenceDisplay_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_CharacterPreferenceDisplay_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_CharacterPreferenceDisplay_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_CharacterPreferenceDisplay_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_CharacterPreferenceDisplay_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_CharacterPreferenceDisplay_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_CharacterPreferenceDisplay_C \ +static_assert(alignof(UWBP_UI_CharacterPreferenceDisplay_C) == 0x000008, "Wrong alignment on UWBP_UI_CharacterPreferenceDisplay_C"); \ +static_assert(sizeof(UWBP_UI_CharacterPreferenceDisplay_C) == 0x0002F0, "Wrong size on UWBP_UI_CharacterPreferenceDisplay_C"); \ +static_assert(offsetof(UWBP_UI_CharacterPreferenceDisplay_C, UberGraphFrame) == 0x0002D8, "Member 'UWBP_UI_CharacterPreferenceDisplay_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CharacterPreferenceDisplay_C, Widget_TabBackward) == 0x0002E0, "Member 'UWBP_UI_CharacterPreferenceDisplay_C::Widget_TabBackward' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CharacterPreferenceDisplay_C, Widget_TabForward) == 0x0002E8, "Member 'UWBP_UI_CharacterPreferenceDisplay_C::Widget_TabForward' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Mask_Commander53_C_UserConstructionScript \ +static_assert(alignof(BP_Mask_Commander53_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Mask_Commander53_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Mask_Commander53_C_UserConstructionScript) == 0x000008, "Wrong size on BP_Mask_Commander53_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Mask_Commander53_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_Mask_Commander53_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Mask_Commander53_C \ +static_assert(alignof(ABP_Mask_Commander53_C) == 0x000008, "Wrong alignment on ABP_Mask_Commander53_C"); \ +static_assert(sizeof(ABP_Mask_Commander53_C) == 0x000350, "Wrong size on ABP_Mask_Commander53_C"); \ +static_assert(offsetof(ABP_Mask_Commander53_C, DynMat) == 0x000348, "Member 'ABP_Mask_Commander53_C::DynMat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CharacterDisplayPanel_C_ExecuteUbergraph_WBP_UI_CharacterDisplayPanel \ +static_assert(alignof(WBP_UI_CharacterDisplayPanel_C_ExecuteUbergraph_WBP_UI_CharacterDisplayPanel) == 0x000008, "Wrong alignment on WBP_UI_CharacterDisplayPanel_C_ExecuteUbergraph_WBP_UI_CharacterDisplayPanel"); \ +static_assert(sizeof(WBP_UI_CharacterDisplayPanel_C_ExecuteUbergraph_WBP_UI_CharacterDisplayPanel) == 0x000010, "Wrong size on WBP_UI_CharacterDisplayPanel_C_ExecuteUbergraph_WBP_UI_CharacterDisplayPanel"); \ +static_assert(offsetof(WBP_UI_CharacterDisplayPanel_C_ExecuteUbergraph_WBP_UI_CharacterDisplayPanel, EntryPoint) == 0x000000, "Member 'WBP_UI_CharacterDisplayPanel_C_ExecuteUbergraph_WBP_UI_CharacterDisplayPanel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterDisplayPanel_C_ExecuteUbergraph_WBP_UI_CharacterDisplayPanel, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_CharacterDisplayPanel_C_ExecuteUbergraph_WBP_UI_CharacterDisplayPanel::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterDisplayPanel_C_ExecuteUbergraph_WBP_UI_CharacterDisplayPanel, K2Node_Event_InCharacterData) == 0x000008, "Member 'WBP_UI_CharacterDisplayPanel_C_ExecuteUbergraph_WBP_UI_CharacterDisplayPanel::K2Node_Event_InCharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CharacterDisplayPanel_C_PreConstruct \ +static_assert(alignof(WBP_UI_CharacterDisplayPanel_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_CharacterDisplayPanel_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_CharacterDisplayPanel_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_CharacterDisplayPanel_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_CharacterDisplayPanel_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_CharacterDisplayPanel_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CharacterDisplayPanel_C_OnCharacterDataChanged \ +static_assert(alignof(WBP_UI_CharacterDisplayPanel_C_OnCharacterDataChanged) == 0x000008, "Wrong alignment on WBP_UI_CharacterDisplayPanel_C_OnCharacterDataChanged"); \ +static_assert(sizeof(WBP_UI_CharacterDisplayPanel_C_OnCharacterDataChanged) == 0x000008, "Wrong size on WBP_UI_CharacterDisplayPanel_C_OnCharacterDataChanged"); \ +static_assert(offsetof(WBP_UI_CharacterDisplayPanel_C_OnCharacterDataChanged, InCharacterData) == 0x000000, "Member 'WBP_UI_CharacterDisplayPanel_C_OnCharacterDataChanged::InCharacterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CharacterDisplayPanel_C_InitializeCharacterData \ +static_assert(alignof(WBP_UI_CharacterDisplayPanel_C_InitializeCharacterData) == 0x000008, "Wrong alignment on WBP_UI_CharacterDisplayPanel_C_InitializeCharacterData"); \ +static_assert(sizeof(WBP_UI_CharacterDisplayPanel_C_InitializeCharacterData) == 0x000100, "Wrong size on WBP_UI_CharacterDisplayPanel_C_InitializeCharacterData"); \ +static_assert(offsetof(WBP_UI_CharacterDisplayPanel_C_InitializeCharacterData, InCharacterData) == 0x000000, "Member 'WBP_UI_CharacterDisplayPanel_C_InitializeCharacterData::InCharacterData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterDisplayPanel_C_InitializeCharacterData, CallFunc_ClampText_ReturnValue) == 0x000008, "Member 'WBP_UI_CharacterDisplayPanel_C_InitializeCharacterData::CallFunc_ClampText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterDisplayPanel_C_InitializeCharacterData, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'WBP_UI_CharacterDisplayPanel_C_InitializeCharacterData::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterDisplayPanel_C_InitializeCharacterData, CallFunc_GetDisplayName_OutDisplayName) == 0x000060, "Member 'WBP_UI_CharacterDisplayPanel_C_InitializeCharacterData::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterDisplayPanel_C_InitializeCharacterData, CallFunc_GetDisplayName_OutHasText) == 0x000078, "Member 'WBP_UI_CharacterDisplayPanel_C_InitializeCharacterData::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterDisplayPanel_C_InitializeCharacterData, CallFunc_MakeLiteralText_ReturnValue) == 0x000080, "Member 'WBP_UI_CharacterDisplayPanel_C_InitializeCharacterData::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterDisplayPanel_C_InitializeCharacterData, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'WBP_UI_CharacterDisplayPanel_C_InitializeCharacterData::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterDisplayPanel_C_InitializeCharacterData, K2Node_MakeArray_Array) == 0x0000D8, "Member 'WBP_UI_CharacterDisplayPanel_C_InitializeCharacterData::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CharacterDisplayPanel_C_InitializeCharacterData, CallFunc_Format_ReturnValue) == 0x0000E8, "Member 'WBP_UI_CharacterDisplayPanel_C_InitializeCharacterData::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_CharacterDisplayPanel_C \ +static_assert(alignof(UWBP_UI_CharacterDisplayPanel_C) == 0x000008, "Wrong alignment on UWBP_UI_CharacterDisplayPanel_C"); \ +static_assert(sizeof(UWBP_UI_CharacterDisplayPanel_C) == 0x0002B8, "Wrong size on UWBP_UI_CharacterDisplayPanel_C"); \ +static_assert(offsetof(UWBP_UI_CharacterDisplayPanel_C, UberGraphFrame) == 0x000298, "Member 'UWBP_UI_CharacterDisplayPanel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CharacterDisplayPanel_C, Text_CharacterBio) == 0x0002A0, "Member 'UWBP_UI_CharacterDisplayPanel_C::Text_CharacterBio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CharacterDisplayPanel_C, Text_CharacterNAme) == 0x0002A8, "Member 'UWBP_UI_CharacterDisplayPanel_C::Text_CharacterNAme' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CharacterDisplayPanel_C, Text_CharacterNationality) == 0x0002B0, "Member 'UWBP_UI_CharacterDisplayPanel_C::Text_CharacterNationality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LA_Civ_Cosmetic_Phone_C \ +static_assert(alignof(ABP_LA_Civ_Cosmetic_Phone_C) == 0x000008, "Wrong alignment on ABP_LA_Civ_Cosmetic_Phone_C"); \ +static_assert(sizeof(ABP_LA_Civ_Cosmetic_Phone_C) == 0x0002C0, "Wrong size on ABP_LA_Civ_Cosmetic_Phone_C"); \ +static_assert(offsetof(ABP_LA_Civ_Cosmetic_Phone_C, SBZLifeActionSlot) == 0x0002A8, "Member 'ABP_LA_Civ_Cosmetic_Phone_C::SBZLifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Cosmetic_Phone_C, SBZLifeActionInstance) == 0x0002B0, "Member 'ABP_LA_Civ_Cosmetic_Phone_C::SBZLifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Cosmetic_Phone_C, SBZLifeAction) == 0x0002B8, "Member 'ABP_LA_Civ_Cosmetic_Phone_C::SBZLifeAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SuitCosmeticPurchasePopUp_C_ExecuteUbergraph_WBP_UI_SuitCosmeticPurchasePopUp \ +static_assert(alignof(WBP_UI_SuitCosmeticPurchasePopUp_C_ExecuteUbergraph_WBP_UI_SuitCosmeticPurchasePopUp) == 0x000008, "Wrong alignment on WBP_UI_SuitCosmeticPurchasePopUp_C_ExecuteUbergraph_WBP_UI_SuitCosmeticPurchasePopUp"); \ +static_assert(sizeof(WBP_UI_SuitCosmeticPurchasePopUp_C_ExecuteUbergraph_WBP_UI_SuitCosmeticPurchasePopUp) == 0x000010, "Wrong size on WBP_UI_SuitCosmeticPurchasePopUp_C_ExecuteUbergraph_WBP_UI_SuitCosmeticPurchasePopUp"); \ +static_assert(offsetof(WBP_UI_SuitCosmeticPurchasePopUp_C_ExecuteUbergraph_WBP_UI_SuitCosmeticPurchasePopUp, EntryPoint) == 0x000000, "Member 'WBP_UI_SuitCosmeticPurchasePopUp_C_ExecuteUbergraph_WBP_UI_SuitCosmeticPurchasePopUp::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SuitCosmeticPurchasePopUp_C_ExecuteUbergraph_WBP_UI_SuitCosmeticPurchasePopUp, K2Node_Event_OutLoadedSprite) == 0x000008, "Member 'WBP_UI_SuitCosmeticPurchasePopUp_C_ExecuteUbergraph_WBP_UI_SuitCosmeticPurchasePopUp::K2Node_Event_OutLoadedSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SuitCosmeticPurchasePopUp_C_SpriteLoaded \ +static_assert(alignof(WBP_UI_SuitCosmeticPurchasePopUp_C_SpriteLoaded) == 0x000008, "Wrong alignment on WBP_UI_SuitCosmeticPurchasePopUp_C_SpriteLoaded"); \ +static_assert(sizeof(WBP_UI_SuitCosmeticPurchasePopUp_C_SpriteLoaded) == 0x000008, "Wrong size on WBP_UI_SuitCosmeticPurchasePopUp_C_SpriteLoaded"); \ +static_assert(offsetof(WBP_UI_SuitCosmeticPurchasePopUp_C_SpriteLoaded, OutLoadedSprite) == 0x000000, "Member 'WBP_UI_SuitCosmeticPurchasePopUp_C_SpriteLoaded::OutLoadedSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_SuitCosmeticPurchasePopUp_C \ +static_assert(alignof(UWBP_UI_SuitCosmeticPurchasePopUp_C) == 0x000008, "Wrong alignment on UWBP_UI_SuitCosmeticPurchasePopUp_C"); \ +static_assert(sizeof(UWBP_UI_SuitCosmeticPurchasePopUp_C) == 0x0002C8, "Wrong size on UWBP_UI_SuitCosmeticPurchasePopUp_C"); \ +static_assert(offsetof(UWBP_UI_SuitCosmeticPurchasePopUp_C, UberGraphFrame) == 0x0002B8, "Member 'UWBP_UI_SuitCosmeticPurchasePopUp_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SuitCosmeticPurchasePopUp_C, Widget_Icon) == 0x0002C0, "Member 'UWBP_UI_SuitCosmeticPurchasePopUp_C::Widget_Icon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_LevelButton_C_ExecuteUbergraph_WBP_UI_Overskill_LevelButton \ +static_assert(alignof(WBP_UI_Overskill_LevelButton_C_ExecuteUbergraph_WBP_UI_Overskill_LevelButton) == 0x000004, "Wrong alignment on WBP_UI_Overskill_LevelButton_C_ExecuteUbergraph_WBP_UI_Overskill_LevelButton"); \ +static_assert(sizeof(WBP_UI_Overskill_LevelButton_C_ExecuteUbergraph_WBP_UI_Overskill_LevelButton) == 0x000008, "Wrong size on WBP_UI_Overskill_LevelButton_C_ExecuteUbergraph_WBP_UI_Overskill_LevelButton"); \ +static_assert(offsetof(WBP_UI_Overskill_LevelButton_C_ExecuteUbergraph_WBP_UI_Overskill_LevelButton, EntryPoint) == 0x000000, "Member 'WBP_UI_Overskill_LevelButton_C_ExecuteUbergraph_WBP_UI_Overskill_LevelButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_LevelButton_C_ExecuteUbergraph_WBP_UI_Overskill_LevelButton, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_Overskill_LevelButton_C_ExecuteUbergraph_WBP_UI_Overskill_LevelButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_LevelButton_C_ExecuteUbergraph_WBP_UI_Overskill_LevelButton, K2Node_Event_bInHasFocus) == 0x000005, "Member 'WBP_UI_Overskill_LevelButton_C_ExecuteUbergraph_WBP_UI_Overskill_LevelButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_LevelButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_Overskill_LevelButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_Overskill_LevelButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_Overskill_LevelButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_Overskill_LevelButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_Overskill_LevelButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_Overskill_LevelButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_LevelButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_Overskill_LevelButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Overskill_LevelButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Overskill_LevelButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Overskill_LevelButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Overskill_LevelButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Overskill_LevelButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_LevelButton_C_OnFocused \ +static_assert(alignof(WBP_UI_Overskill_LevelButton_C_OnFocused) == 0x000008, "Wrong alignment on WBP_UI_Overskill_LevelButton_C_OnFocused"); \ +static_assert(sizeof(WBP_UI_Overskill_LevelButton_C_OnFocused) == 0x000018, "Wrong size on WBP_UI_Overskill_LevelButton_C_OnFocused"); \ +static_assert(offsetof(WBP_UI_Overskill_LevelButton_C_OnFocused, IsFocused) == 0x000000, "Member 'WBP_UI_Overskill_LevelButton_C_OnFocused::IsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_LevelButton_C_OnFocused, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_UI_Overskill_LevelButton_C_OnFocused::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_LevelButton_C_OnFocused, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_UI_Overskill_LevelButton_C_OnFocused::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_LevelButton_C_SetLockedState \ +static_assert(alignof(WBP_UI_Overskill_LevelButton_C_SetLockedState) == 0x000001, "Wrong alignment on WBP_UI_Overskill_LevelButton_C_SetLockedState"); \ +static_assert(sizeof(WBP_UI_Overskill_LevelButton_C_SetLockedState) == 0x000001, "Wrong size on WBP_UI_Overskill_LevelButton_C_SetLockedState"); \ +static_assert(offsetof(WBP_UI_Overskill_LevelButton_C_SetLockedState, IsLocked) == 0x000000, "Member 'WBP_UI_Overskill_LevelButton_C_SetLockedState::IsLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Overskill_LevelButton_C \ +static_assert(alignof(UWBP_UI_Overskill_LevelButton_C) == 0x000008, "Wrong alignment on UWBP_UI_Overskill_LevelButton_C"); \ +static_assert(sizeof(UWBP_UI_Overskill_LevelButton_C) == 0x0003C0, "Wrong size on UWBP_UI_Overskill_LevelButton_C"); \ +static_assert(offsetof(UWBP_UI_Overskill_LevelButton_C, UberGraphFrame) == 0x000370, "Member 'UWBP_UI_Overskill_LevelButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_LevelButton_C, HoverAnim) == 0x000378, "Member 'UWBP_UI_Overskill_LevelButton_C::HoverAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_LevelButton_C, Locked_I) == 0x000380, "Member 'UWBP_UI_Overskill_LevelButton_C::Locked_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_LevelButton_C, Overskill_Level) == 0x000388, "Member 'UWBP_UI_Overskill_LevelButton_C::Overskill_Level' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_LevelButton_C, LevelText) == 0x000390, "Member 'UWBP_UI_Overskill_LevelButton_C::LevelText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_LevelButton_C, NavBarIndex) == 0x0003A8, "Member 'UWBP_UI_Overskill_LevelButton_C::NavBarIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_LevelButton_C, LevelSelected) == 0x0003B0, "Member 'UWBP_UI_Overskill_LevelButton_C::LevelSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Run_Feedback_C \ +static_assert(alignof(UBP_Run_Feedback_C) == 0x000008, "Wrong alignment on UBP_Run_Feedback_C"); \ +static_assert(sizeof(UBP_Run_Feedback_C) == 0x000308, "Wrong size on UBP_Run_Feedback_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_ProgressBar_C_ExecuteUbergraph_WBP_UI_Overskill_ProgressBar \ +static_assert(alignof(WBP_UI_Overskill_ProgressBar_C_ExecuteUbergraph_WBP_UI_Overskill_ProgressBar) == 0x000008, "Wrong alignment on WBP_UI_Overskill_ProgressBar_C_ExecuteUbergraph_WBP_UI_Overskill_ProgressBar"); \ +static_assert(sizeof(WBP_UI_Overskill_ProgressBar_C_ExecuteUbergraph_WBP_UI_Overskill_ProgressBar) == 0x000018, "Wrong size on WBP_UI_Overskill_ProgressBar_C_ExecuteUbergraph_WBP_UI_Overskill_ProgressBar"); \ +static_assert(offsetof(WBP_UI_Overskill_ProgressBar_C_ExecuteUbergraph_WBP_UI_Overskill_ProgressBar, EntryPoint) == 0x000000, "Member 'WBP_UI_Overskill_ProgressBar_C_ExecuteUbergraph_WBP_UI_Overskill_ProgressBar::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_ProgressBar_C_ExecuteUbergraph_WBP_UI_Overskill_ProgressBar, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000008, "Member 'WBP_UI_Overskill_ProgressBar_C_ExecuteUbergraph_WBP_UI_Overskill_ProgressBar::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_ProgressBar_C_ExecuteUbergraph_WBP_UI_Overskill_ProgressBar, K2Node_Event_IsDesignTime) == 0x000010, "Member 'WBP_UI_Overskill_ProgressBar_C_ExecuteUbergraph_WBP_UI_Overskill_ProgressBar::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_ProgressBar_C_PreConstruct \ +static_assert(alignof(WBP_UI_Overskill_ProgressBar_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Overskill_ProgressBar_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Overskill_ProgressBar_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Overskill_ProgressBar_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Overskill_ProgressBar_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Overskill_ProgressBar_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_ProgressBar_C_Set_Progress \ +static_assert(alignof(WBP_UI_Overskill_ProgressBar_C_Set_Progress) == 0x000008, "Wrong alignment on WBP_UI_Overskill_ProgressBar_C_Set_Progress"); \ +static_assert(sizeof(WBP_UI_Overskill_ProgressBar_C_Set_Progress) == 0x000078, "Wrong size on WBP_UI_Overskill_ProgressBar_C_Set_Progress"); \ +static_assert(offsetof(WBP_UI_Overskill_ProgressBar_C_Set_Progress, InXp) == 0x000000, "Member 'WBP_UI_Overskill_ProgressBar_C_Set_Progress::InXp' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_ProgressBar_C_Set_Progress, InProgressPercent) == 0x000004, "Member 'WBP_UI_Overskill_ProgressBar_C_Set_Progress::InProgressPercent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_ProgressBar_C_Set_Progress, CallFunc_Less_FloatFloat_ReturnValue) == 0x000008, "Member 'WBP_UI_Overskill_ProgressBar_C_Set_Progress::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_ProgressBar_C_Set_Progress, CallFunc_Conv_FloatToText_ReturnValue) == 0x000010, "Member 'WBP_UI_Overskill_ProgressBar_C_Set_Progress::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_ProgressBar_C_Set_Progress, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000028, "Member 'WBP_UI_Overskill_ProgressBar_C_Set_Progress::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_ProgressBar_C_Set_Progress, K2Node_MakeStruct_SlateChildSize) == 0x00002C, "Member 'WBP_UI_Overskill_ProgressBar_C_Set_Progress::K2Node_MakeStruct_SlateChildSize' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_ProgressBar_C_Set_Progress, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000034, "Member 'WBP_UI_Overskill_ProgressBar_C_Set_Progress::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_ProgressBar_C_Set_Progress, K2Node_MakeStruct_SlateChildSize_1) == 0x000038, "Member 'WBP_UI_Overskill_ProgressBar_C_Set_Progress::K2Node_MakeStruct_SlateChildSize_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_ProgressBar_C_Set_Progress, K2Node_MakeStruct_SlateChildSize_2) == 0x000040, "Member 'WBP_UI_Overskill_ProgressBar_C_Set_Progress::K2Node_MakeStruct_SlateChildSize_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_ProgressBar_C_Set_Progress, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000048, "Member 'WBP_UI_Overskill_ProgressBar_C_Set_Progress::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_ProgressBar_C_Set_Progress, K2Node_MakeStruct_SlateChildSize_3) == 0x00004C, "Member 'WBP_UI_Overskill_ProgressBar_C_Set_Progress::K2Node_MakeStruct_SlateChildSize_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_ProgressBar_C_Set_Progress, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue) == 0x000058, "Member 'WBP_UI_Overskill_ProgressBar_C_Set_Progress::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_ProgressBar_C_Set_Progress, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_1) == 0x000060, "Member 'WBP_UI_Overskill_ProgressBar_C_Set_Progress::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_ProgressBar_C_Set_Progress, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_2) == 0x000068, "Member 'WBP_UI_Overskill_ProgressBar_C_Set_Progress::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_ProgressBar_C_Set_Progress, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_3) == 0x000070, "Member 'WBP_UI_Overskill_ProgressBar_C_Set_Progress::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Overskill_ProgressBar_C \ +static_assert(alignof(UWBP_UI_Overskill_ProgressBar_C) == 0x000008, "Wrong alignment on UWBP_UI_Overskill_ProgressBar_C"); \ +static_assert(sizeof(UWBP_UI_Overskill_ProgressBar_C) == 0x0002F0, "Wrong size on UWBP_UI_Overskill_ProgressBar_C"); \ +static_assert(offsetof(UWBP_UI_Overskill_ProgressBar_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Overskill_ProgressBar_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_ProgressBar_C, Glow_Motion) == 0x000298, "Member 'UWBP_UI_Overskill_ProgressBar_C::Glow_Motion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_ProgressBar_C, GLOW) == 0x0002A0, "Member 'UWBP_UI_Overskill_ProgressBar_C::GLOW' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_ProgressBar_C, Progress_O) == 0x0002A8, "Member 'UWBP_UI_Overskill_ProgressBar_C::Progress_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_ProgressBar_C, Remaining_I) == 0x0002B0, "Member 'UWBP_UI_Overskill_ProgressBar_C::Remaining_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_ProgressBar_C, Xp_Vb) == 0x0002B8, "Member 'UWBP_UI_Overskill_ProgressBar_C::Xp_Vb' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_ProgressBar_C, XpEndDisplay) == 0x0002C0, "Member 'UWBP_UI_Overskill_ProgressBar_C::XpEndDisplay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_ProgressBar_C, XpIndicator_Hb) == 0x0002C8, "Member 'UWBP_UI_Overskill_ProgressBar_C::XpIndicator_Hb' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_ProgressBar_C, XpIndicatorProgress_S) == 0x0002D0, "Member 'UWBP_UI_Overskill_ProgressBar_C::XpIndicatorProgress_S' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_ProgressBar_C, XpIndicatorRemaining_S) == 0x0002D8, "Member 'UWBP_UI_Overskill_ProgressBar_C::XpIndicatorRemaining_S' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_ProgressBar_C, XpValue_T) == 0x0002E0, "Member 'UWBP_UI_Overskill_ProgressBar_C::XpValue_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_ProgressBar_C, ProgressPercent) == 0x0002E8, "Member 'UWBP_UI_Overskill_ProgressBar_C::ProgressPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar \ +static_assert(alignof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar) == 0x000008, "Wrong alignment on WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar"); \ +static_assert(sizeof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar) == 0x0000B0, "Wrong size on WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar, EntryPoint) == 0x000000, "Member 'WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar, K2Node_Event_IsDesignTime) == 0x000010, "Member 'WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar, K2Node_MakeArray_Array) == 0x000018, "Member 'WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar, K2Node_CreateDelegate_OutputDelegate_1) == 0x00003C, "Member 'WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar, CallFunc_Add_IntInt_ReturnValue_1) == 0x000050, "Member 'WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar, CallFunc_Add_IntInt_ReturnValue_2) == 0x000054, "Member 'WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar, CallFunc_GetUIManager_ReturnValue) == 0x000058, "Member 'WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar, CallFunc_IsWidgetActuallyVisible_ReturnValue) == 0x000060, "Member 'WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar::CallFunc_IsWidgetActuallyVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar, CallFunc_IsStackLocked_ReturnValue) == 0x000061, "Member 'WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar::CallFunc_IsStackLocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar, Temp_int_Array_Index_Variable_1) == 0x000064, "Member 'WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar, CallFunc_Not_PreBool_ReturnValue) == 0x000068, "Member 'WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar, CallFunc_BooleanAND_ReturnValue) == 0x000069, "Member 'WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar, CallFunc_Array_Get_Item) == 0x000070, "Member 'WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar, Temp_int_Loop_Counter_Variable_1) == 0x00007C, "Member 'WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar, K2Node_CreateDelegate_OutputDelegate_2) == 0x000080, "Member 'WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar, CallFunc_Less_IntInt_ReturnValue) == 0x000094, "Member 'WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar, CallFunc_Add_IntInt_ReturnValue_3) == 0x000098, "Member 'WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar, CallFunc_Array_Get_Item_1) == 0x0000A0, "Member 'WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar, CallFunc_Array_Length_ReturnValue_1) == 0x0000A8, "Member 'WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000AC, "Member 'WBP_UI_Overskill_NavBar_C_ExecuteUbergraph_WBP_UI_Overskill_NavBar::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_NavBar_C_PreConstruct \ +static_assert(alignof(WBP_UI_Overskill_NavBar_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Overskill_NavBar_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Overskill_NavBar_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Overskill_NavBar_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Overskill_NavBar_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_NavBar_C_SetCurrentProgress \ +static_assert(alignof(WBP_UI_Overskill_NavBar_C_SetCurrentProgress) == 0x000008, "Wrong alignment on WBP_UI_Overskill_NavBar_C_SetCurrentProgress"); \ +static_assert(sizeof(WBP_UI_Overskill_NavBar_C_SetCurrentProgress) == 0x000028, "Wrong size on WBP_UI_Overskill_NavBar_C_SetCurrentProgress"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_SetCurrentProgress, UnlockedLevel) == 0x000000, "Member 'WBP_UI_Overskill_NavBar_C_SetCurrentProgress::UnlockedLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_SetCurrentProgress, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_UI_Overskill_NavBar_C_SetCurrentProgress::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_SetCurrentProgress, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_UI_Overskill_NavBar_C_SetCurrentProgress::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_SetCurrentProgress, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_UI_Overskill_NavBar_C_SetCurrentProgress::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_SetCurrentProgress, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_UI_Overskill_NavBar_C_SetCurrentProgress::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_SetCurrentProgress, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'WBP_UI_Overskill_NavBar_C_SetCurrentProgress::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_SetCurrentProgress, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_UI_Overskill_NavBar_C_SetCurrentProgress::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_SetCurrentProgress, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'WBP_UI_Overskill_NavBar_C_SetCurrentProgress::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_NavBar_C_UpdateIndex \ +static_assert(alignof(WBP_UI_Overskill_NavBar_C_UpdateIndex) == 0x000008, "Wrong alignment on WBP_UI_Overskill_NavBar_C_UpdateIndex"); \ +static_assert(sizeof(WBP_UI_Overskill_NavBar_C_UpdateIndex) == 0x000020, "Wrong size on WBP_UI_Overskill_NavBar_C_UpdateIndex"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_UpdateIndex, NewActiveIndex) == 0x000000, "Member 'WBP_UI_Overskill_NavBar_C_UpdateIndex::NewActiveIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_UpdateIndex, PreviousActiveIndex) == 0x000004, "Member 'WBP_UI_Overskill_NavBar_C_UpdateIndex::PreviousActiveIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_UpdateIndex, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000008, "Member 'WBP_UI_Overskill_NavBar_C_UpdateIndex::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_UpdateIndex, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000009, "Member 'WBP_UI_Overskill_NavBar_C_UpdateIndex::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_UpdateIndex, CallFunc_Array_IsValidIndex_ReturnValue) == 0x00000A, "Member 'WBP_UI_Overskill_NavBar_C_UpdateIndex::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_UpdateIndex, CallFunc_BooleanAND_ReturnValue) == 0x00000B, "Member 'WBP_UI_Overskill_NavBar_C_UpdateIndex::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_UpdateIndex, CallFunc_BooleanAND_ReturnValue_1) == 0x00000C, "Member 'WBP_UI_Overskill_NavBar_C_UpdateIndex::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_UpdateIndex, CallFunc_Array_Get_Item) == 0x000010, "Member 'WBP_UI_Overskill_NavBar_C_UpdateIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_UpdateIndex, CallFunc_Array_Get_Item_1) == 0x000018, "Member 'WBP_UI_Overskill_NavBar_C_UpdateIndex::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_NavBar_C_OnTabSelected \ +static_assert(alignof(WBP_UI_Overskill_NavBar_C_OnTabSelected) == 0x000004, "Wrong alignment on WBP_UI_Overskill_NavBar_C_OnTabSelected"); \ +static_assert(sizeof(WBP_UI_Overskill_NavBar_C_OnTabSelected) == 0x000004, "Wrong size on WBP_UI_Overskill_NavBar_C_OnTabSelected"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_OnTabSelected, SelectedIndex) == 0x000000, "Member 'WBP_UI_Overskill_NavBar_C_OnTabSelected::SelectedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_NavBar_C_GetRomanNumeral \ +static_assert(alignof(WBP_UI_Overskill_NavBar_C_GetRomanNumeral) == 0x000008, "Wrong alignment on WBP_UI_Overskill_NavBar_C_GetRomanNumeral"); \ +static_assert(sizeof(WBP_UI_Overskill_NavBar_C_GetRomanNumeral) == 0x000028, "Wrong size on WBP_UI_Overskill_NavBar_C_GetRomanNumeral"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_GetRomanNumeral, Index_0) == 0x000000, "Member 'WBP_UI_Overskill_NavBar_C_GetRomanNumeral::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_GetRomanNumeral, LevelText) == 0x000008, "Member 'WBP_UI_Overskill_NavBar_C_GetRomanNumeral::LevelText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_NavBar_C_GetRomanNumeral, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_UI_Overskill_NavBar_C_GetRomanNumeral::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Overskill_NavBar_C \ +static_assert(alignof(UWBP_UI_Overskill_NavBar_C) == 0x000008, "Wrong alignment on UWBP_UI_Overskill_NavBar_C"); \ +static_assert(sizeof(UWBP_UI_Overskill_NavBar_C) == 0x000310, "Wrong size on UWBP_UI_Overskill_NavBar_C"); \ +static_assert(offsetof(UWBP_UI_Overskill_NavBar_C, UberGraphFrame) == 0x0002B0, "Member 'UWBP_UI_Overskill_NavBar_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_NavBar_C, Base) == 0x0002B8, "Member 'UWBP_UI_Overskill_NavBar_C::Base' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_NavBar_C, LevelFive) == 0x0002C0, "Member 'UWBP_UI_Overskill_NavBar_C::LevelFive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_NavBar_C, LevelFour) == 0x0002C8, "Member 'UWBP_UI_Overskill_NavBar_C::LevelFour' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_NavBar_C, LevelOne) == 0x0002D0, "Member 'UWBP_UI_Overskill_NavBar_C::LevelOne' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_NavBar_C, LevelThree) == 0x0002D8, "Member 'UWBP_UI_Overskill_NavBar_C::LevelThree' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_NavBar_C, LevelTwo) == 0x0002E0, "Member 'UWBP_UI_Overskill_NavBar_C::LevelTwo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_NavBar_C, OverskillLeft) == 0x0002E8, "Member 'UWBP_UI_Overskill_NavBar_C::OverskillLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_NavBar_C, OverskillRight) == 0x0002F0, "Member 'UWBP_UI_Overskill_NavBar_C::OverskillRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_NavBar_C, OverskillButtons) == 0x0002F8, "Member 'UWBP_UI_Overskill_NavBar_C::OverskillButtons' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_NavBar_C, ActiveIndex) == 0x000308, "Member 'UWBP_UI_Overskill_NavBar_C::ActiveIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ItemDescription_StatModule_C_ExecuteUbergraph_WBP_UI_Inventory_ItemDescription_StatModule \ +static_assert(alignof(WBP_UI_Inventory_ItemDescription_StatModule_C_ExecuteUbergraph_WBP_UI_Inventory_ItemDescription_StatModule) == 0x000004, "Wrong alignment on WBP_UI_Inventory_ItemDescription_StatModule_C_ExecuteUbergraph_WBP_UI_Inventory_ItemDescription_StatModule"); \ +static_assert(sizeof(WBP_UI_Inventory_ItemDescription_StatModule_C_ExecuteUbergraph_WBP_UI_Inventory_ItemDescription_StatModule) == 0x000004, "Wrong size on WBP_UI_Inventory_ItemDescription_StatModule_C_ExecuteUbergraph_WBP_UI_Inventory_ItemDescription_StatModule"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_StatModule_C_ExecuteUbergraph_WBP_UI_Inventory_ItemDescription_StatModule, EntryPoint) == 0x000000, "Member 'WBP_UI_Inventory_ItemDescription_StatModule_C_ExecuteUbergraph_WBP_UI_Inventory_ItemDescription_StatModule::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat \ +static_assert(alignof(WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat) == 0x000008, "Wrong alignment on WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat"); \ +static_assert(sizeof(WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat) == 0x000070, "Wrong size on WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat, BaseValue) == 0x000000, "Member 'WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat::BaseValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat, Addition) == 0x000004, "Member 'WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat::Addition' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat, StatName) == 0x000008, "Member 'WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat::StatName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat, AddStat) == 0x000020, "Member 'WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat::AddStat' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat, BaseStat) == 0x000024, "Member 'WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat::BaseStat' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat, CallFunc_Conv_FloatToText_ReturnValue) == 0x000028, "Member 'WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat, CallFunc_Conv_FloatToText_ReturnValue_1) == 0x000040, "Member 'WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat::CallFunc_Conv_FloatToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000058, "Member 'WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00005C, "Member 'WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat, CallFunc_EqualEqual_FloatFloat_ReturnValue_1) == 0x000060, "Member 'WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat::CallFunc_EqualEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat, CallFunc_Add_FloatFloat_ReturnValue) == 0x000064, "Member 'WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000068, "Member 'WBP_UI_Inventory_ItemDescription_StatModule_C_SetStat::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Inventory_ItemDescription_StatModule_C \ +static_assert(alignof(UWBP_UI_Inventory_ItemDescription_StatModule_C) == 0x000008, "Wrong alignment on UWBP_UI_Inventory_ItemDescription_StatModule_C"); \ +static_assert(sizeof(UWBP_UI_Inventory_ItemDescription_StatModule_C) == 0x0002C0, "Wrong size on UWBP_UI_Inventory_ItemDescription_StatModule_C"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescription_StatModule_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Inventory_ItemDescription_StatModule_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescription_StatModule_C, Progress_Stat_Base) == 0x000298, "Member 'UWBP_UI_Inventory_ItemDescription_StatModule_C::Progress_Stat_Base' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescription_StatModule_C, Progress_Stat_Increase) == 0x0002A0, "Member 'UWBP_UI_Inventory_ItemDescription_StatModule_C::Progress_Stat_Increase' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescription_StatModule_C, Text_Stat_Base) == 0x0002A8, "Member 'UWBP_UI_Inventory_ItemDescription_StatModule_C::Text_Stat_Base' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescription_StatModule_C, Text_Stat_Increase) == 0x0002B0, "Member 'UWBP_UI_Inventory_ItemDescription_StatModule_C::Text_Stat_Increase' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescription_StatModule_C, Text_Stat_Name) == 0x0002B8, "Member 'UWBP_UI_Inventory_ItemDescription_StatModule_C::Text_Stat_Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace \ +static_assert(alignof(BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace) == 0x000008, "Wrong alignment on BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace"); \ +static_assert(sizeof(BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace) == 0x000058, "Wrong size on BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace, EntryPoint) == 0x000000, "Member 'BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace, CallFunc_GetLocalPlayerController_ReturnValue) == 0x000008, "Member 'BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace::CallFunc_GetLocalPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace, K2Node_DynamicCast_AsSBZPlayer_Controller) == 0x000010, "Member 'BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace::K2Node_DynamicCast_AsSBZPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace, CallFunc_K2_GetPawn_ReturnValue) == 0x000020, "Member 'BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace, K2Node_DynamicCast_AsSBZPlayer_Character) == 0x000028, "Member 'BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace::K2Node_DynamicCast_AsSBZPlayer_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace, CallFunc_IsValid_ReturnValue_1) == 0x000040, "Member 'BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace, CallFunc_IsValid_ReturnValue_2) == 0x000041, "Member 'BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace, CallFunc_GetCurrentActiveMontage_ReturnValue) == 0x000048, "Member 'BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace::CallFunc_GetCurrentActiveMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace, CallFunc_GetAnimation_Animation) == 0x000050, "Member 'BP_CosmeticDonutBoxPlace_C_ExecuteUbergraph_BP_CosmeticDonutBoxPlace::CallFunc_GetAnimation_Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CosmeticDonutBoxPlace_C_ReceiveTick \ +static_assert(alignof(BP_CosmeticDonutBoxPlace_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CosmeticDonutBoxPlace_C_ReceiveTick"); \ +static_assert(sizeof(BP_CosmeticDonutBoxPlace_C_ReceiveTick) == 0x000004, "Wrong size on BP_CosmeticDonutBoxPlace_C_ReceiveTick"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_CosmeticDonutBoxPlace_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CosmeticDonutBoxPlace_C_GetAnimation \ +static_assert(alignof(BP_CosmeticDonutBoxPlace_C_GetAnimation) == 0x000008, "Wrong alignment on BP_CosmeticDonutBoxPlace_C_GetAnimation"); \ +static_assert(sizeof(BP_CosmeticDonutBoxPlace_C_GetAnimation) == 0x000030, "Wrong size on BP_CosmeticDonutBoxPlace_C_GetAnimation"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_GetAnimation, Duration) == 0x000000, "Member 'BP_CosmeticDonutBoxPlace_C_GetAnimation::Duration' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_GetAnimation, Animation) == 0x000008, "Member 'BP_CosmeticDonutBoxPlace_C_GetAnimation::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_GetAnimation, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_CosmeticDonutBoxPlace_C_GetAnimation::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_GetAnimation, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_CosmeticDonutBoxPlace_C_GetAnimation::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_GetAnimation, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_CosmeticDonutBoxPlace_C_GetAnimation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_GetAnimation, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_CosmeticDonutBoxPlace_C_GetAnimation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_GetAnimation, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_CosmeticDonutBoxPlace_C_GetAnimation::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_GetAnimation, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_CosmeticDonutBoxPlace_C_GetAnimation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CosmeticDonutBoxPlace_C_PlayAnimation \ +static_assert(alignof(BP_CosmeticDonutBoxPlace_C_PlayAnimation) == 0x000008, "Wrong alignment on BP_CosmeticDonutBoxPlace_C_PlayAnimation"); \ +static_assert(sizeof(BP_CosmeticDonutBoxPlace_C_PlayAnimation) == 0x000018, "Wrong size on BP_CosmeticDonutBoxPlace_C_PlayAnimation"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_PlayAnimation, Animation) == 0x000000, "Member 'BP_CosmeticDonutBoxPlace_C_PlayAnimation::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_PlayAnimation, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_CosmeticDonutBoxPlace_C_PlayAnimation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_PlayAnimation, CallFunc_Montage_GetPlayRate_ReturnValue) == 0x00000C, "Member 'BP_CosmeticDonutBoxPlace_C_PlayAnimation::CallFunc_Montage_GetPlayRate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticDonutBoxPlace_C_PlayAnimation, CallFunc_Montage_GetPosition_ReturnValue) == 0x000010, "Member 'BP_CosmeticDonutBoxPlace_C_PlayAnimation::CallFunc_Montage_GetPosition_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticDonutBoxPlace_C \ +static_assert(alignof(ABP_CosmeticDonutBoxPlace_C) == 0x000008, "Wrong alignment on ABP_CosmeticDonutBoxPlace_C"); \ +static_assert(sizeof(ABP_CosmeticDonutBoxPlace_C) == 0x000300, "Wrong size on ABP_CosmeticDonutBoxPlace_C"); \ +static_assert(offsetof(ABP_CosmeticDonutBoxPlace_C, UberGraphFrame) == 0x0002C8, "Member 'ABP_CosmeticDonutBoxPlace_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticDonutBoxPlace_C, SkeletalMesh) == 0x0002D0, "Member 'ABP_CosmeticDonutBoxPlace_C::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticDonutBoxPlace_C, Player) == 0x0002D8, "Member 'ABP_CosmeticDonutBoxPlace_C::Player' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticDonutBoxPlace_C, PlayerAnimInstance) == 0x0002E0, "Member 'ABP_CosmeticDonutBoxPlace_C::PlayerAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticDonutBoxPlace_C, PlayerAnimMontage) == 0x0002E8, "Member 'ABP_CosmeticDonutBoxPlace_C::PlayerAnimMontage' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticDonutBoxPlace_C, Animations) == 0x0002F0, "Member 'ABP_CosmeticDonutBoxPlace_C::Animations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid \ +static_assert(alignof(WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid) == 0x000008, "Wrong alignment on WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid"); \ +static_assert(sizeof(WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid) == 0x000088, "Wrong size on WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid, EntryPoint) == 0x000000, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid, Temp_bool_True_if_break_was_hit_Variable) == 0x000008, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid, CallFunc_Less_IntInt_ReturnValue) == 0x00000A, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid, CallFunc_Less_IntInt_ReturnValue_1) == 0x000018, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid, CallFunc_BooleanAND_ReturnValue) == 0x000019, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid, CallFunc_CreateNewMod_OutWidget) == 0x000020, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid::CallFunc_CreateNewMod_OutWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid, CallFunc_CreateNewMod_OutWidget_1) == 0x000028, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid::CallFunc_CreateNewMod_OutWidget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid, Temp_int_Array_Index_Variable) == 0x000030, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid, K2Node_Event_IsDesignTime) == 0x000034, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid, CallFunc_Array_Length_ReturnValue_1) == 0x000040, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid, CallFunc_Less_IntInt_ReturnValue_2) == 0x000044, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000045, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid, CallFunc_BooleanOR_ReturnValue) == 0x000046, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid, CallFunc_Subtract_IntInt_ReturnValue) == 0x000048, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid, CallFunc_Add_IntInt_ReturnValue_2) == 0x00004C, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid, CallFunc_Conv_IntToString_ReturnValue) == 0x000050, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid, CallFunc_Concat_StrStr_ReturnValue) == 0x000060, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid, CallFunc_Conv_StringToText_ReturnValue) == 0x000070, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_ExecuteUbergraph_WBP_UI_Inventory_HorizontalModGrid::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_HorizontalModGrid_C_PreConstruct \ +static_assert(alignof(WBP_UI_Inventory_HorizontalModGrid_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Inventory_HorizontalModGrid_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Inventory_HorizontalModGrid_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Inventory_HorizontalModGrid_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_HorizontalModGrid_C_CreateNewMod \ +static_assert(alignof(WBP_UI_Inventory_HorizontalModGrid_C_CreateNewMod) == 0x000008, "Wrong alignment on WBP_UI_Inventory_HorizontalModGrid_C_CreateNewMod"); \ +static_assert(sizeof(WBP_UI_Inventory_HorizontalModGrid_C_CreateNewMod) == 0x000018, "Wrong size on WBP_UI_Inventory_HorizontalModGrid_C_CreateNewMod"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_CreateNewMod, OutWidget) == 0x000000, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_CreateNewMod::OutWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_CreateNewMod, CallFunc_Create_ReturnValue) == 0x000008, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_CreateNewMod::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_HorizontalModGrid_C_CreateNewMod, CallFunc_AddChild_ReturnValue) == 0x000010, "Member 'WBP_UI_Inventory_HorizontalModGrid_C_CreateNewMod::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Inventory_HorizontalModGrid_C \ +static_assert(alignof(UWBP_UI_Inventory_HorizontalModGrid_C) == 0x000008, "Wrong alignment on UWBP_UI_Inventory_HorizontalModGrid_C"); \ +static_assert(sizeof(UWBP_UI_Inventory_HorizontalModGrid_C) == 0x0002D0, "Wrong size on UWBP_UI_Inventory_HorizontalModGrid_C"); \ +static_assert(offsetof(UWBP_UI_Inventory_HorizontalModGrid_C, UberGraphFrame) == 0x0002A8, "Member 'UWBP_UI_Inventory_HorizontalModGrid_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_HorizontalModGrid_C, HorizontalBox_0) == 0x0002B0, "Member 'UWBP_UI_Inventory_HorizontalModGrid_C::HorizontalBox_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_HorizontalModGrid_C, EditorArray) == 0x0002B8, "Member 'UWBP_UI_Inventory_HorizontalModGrid_C::EditorArray' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_HorizontalModGrid_C, Index_0) == 0x0002C8, "Member 'UWBP_UI_Inventory_HorizontalModGrid_C::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_CircularIcon_C_ExecuteUbergraph_WBP_UI_Widget_CircularIcon \ +static_assert(alignof(WBP_UI_Widget_CircularIcon_C_ExecuteUbergraph_WBP_UI_Widget_CircularIcon) == 0x000004, "Wrong alignment on WBP_UI_Widget_CircularIcon_C_ExecuteUbergraph_WBP_UI_Widget_CircularIcon"); \ +static_assert(sizeof(WBP_UI_Widget_CircularIcon_C_ExecuteUbergraph_WBP_UI_Widget_CircularIcon) == 0x000008, "Wrong size on WBP_UI_Widget_CircularIcon_C_ExecuteUbergraph_WBP_UI_Widget_CircularIcon"); \ +static_assert(offsetof(WBP_UI_Widget_CircularIcon_C_ExecuteUbergraph_WBP_UI_Widget_CircularIcon, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_CircularIcon_C_ExecuteUbergraph_WBP_UI_Widget_CircularIcon::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CircularIcon_C_ExecuteUbergraph_WBP_UI_Widget_CircularIcon, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_Widget_CircularIcon_C_ExecuteUbergraph_WBP_UI_Widget_CircularIcon::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_CircularIcon_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_CircularIcon_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_CircularIcon_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_CircularIcon_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_CircularIcon_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_CircularIcon_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_CircularIcon_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_CircularIcon_C_SetText \ +static_assert(alignof(WBP_UI_Widget_CircularIcon_C_SetText) == 0x000008, "Wrong alignment on WBP_UI_Widget_CircularIcon_C_SetText"); \ +static_assert(sizeof(WBP_UI_Widget_CircularIcon_C_SetText) == 0x000018, "Wrong size on WBP_UI_Widget_CircularIcon_C_SetText"); \ +static_assert(offsetof(WBP_UI_Widget_CircularIcon_C_SetText, InText) == 0x000000, "Member 'WBP_UI_Widget_CircularIcon_C_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_CircularIcon_C_SetSelected \ +static_assert(alignof(WBP_UI_Widget_CircularIcon_C_SetSelected) == 0x000008, "Wrong alignment on WBP_UI_Widget_CircularIcon_C_SetSelected"); \ +static_assert(sizeof(WBP_UI_Widget_CircularIcon_C_SetSelected) == 0x000058, "Wrong size on WBP_UI_Widget_CircularIcon_C_SetSelected"); \ +static_assert(offsetof(WBP_UI_Widget_CircularIcon_C_SetSelected, bIsSelected) == 0x000000, "Member 'WBP_UI_Widget_CircularIcon_C_SetSelected::bIsSelected' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CircularIcon_C_SetSelected, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'WBP_UI_Widget_CircularIcon_C_SetSelected::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CircularIcon_C_SetSelected, K2Node_MakeStruct_SlateColor_1) == 0x000030, "Member 'WBP_UI_Widget_CircularIcon_C_SetSelected::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_CircularIcon_C_SetIcon \ +static_assert(alignof(WBP_UI_Widget_CircularIcon_C_SetIcon) == 0x000008, "Wrong alignment on WBP_UI_Widget_CircularIcon_C_SetIcon"); \ +static_assert(sizeof(WBP_UI_Widget_CircularIcon_C_SetIcon) == 0x000020, "Wrong size on WBP_UI_Widget_CircularIcon_C_SetIcon"); \ +static_assert(offsetof(WBP_UI_Widget_CircularIcon_C_SetIcon, InIcon) == 0x000000, "Member 'WBP_UI_Widget_CircularIcon_C_SetIcon::InIcon' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CircularIcon_C_SetIcon, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_CircularIcon_C_SetIcon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CircularIcon_C_SetIcon, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000010, "Member 'WBP_UI_Widget_CircularIcon_C_SetIcon::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_CircularIcon_C \ +static_assert(alignof(UWBP_UI_Widget_CircularIcon_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_CircularIcon_C"); \ +static_assert(sizeof(UWBP_UI_Widget_CircularIcon_C) == 0x0002A8, "Wrong size on UWBP_UI_Widget_CircularIcon_C"); \ +static_assert(offsetof(UWBP_UI_Widget_CircularIcon_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Widget_CircularIcon_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_CircularIcon_C, Image_Icon) == 0x000298, "Member 'UWBP_UI_Widget_CircularIcon_C::Image_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_CircularIcon_C, Text_Icon) == 0x0002A0, "Member 'UWBP_UI_Widget_CircularIcon_C::Text_Icon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Inventory_ItemDescription_WeaponModule_C \ +static_assert(alignof(UWBP_UI_Inventory_ItemDescription_WeaponModule_C) == 0x000008, "Wrong alignment on UWBP_UI_Inventory_ItemDescription_WeaponModule_C"); \ +static_assert(sizeof(UWBP_UI_Inventory_ItemDescription_WeaponModule_C) == 0x0002A0, "Wrong size on UWBP_UI_Inventory_ItemDescription_WeaponModule_C"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescription_WeaponModule_C, Image_Background) == 0x000290, "Member 'UWBP_UI_Inventory_ItemDescription_WeaponModule_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescription_WeaponModule_C, WBP_UI_Inventory_ItemDescription_StatModule) == 0x000298, "Member 'UWBP_UI_Inventory_ItemDescription_WeaponModule_C::WBP_UI_Inventory_ItemDescription_StatModule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_Container_C_ExecuteUbergraph_WBP_UI_Overskill_Container \ +static_assert(alignof(WBP_UI_Overskill_Container_C_ExecuteUbergraph_WBP_UI_Overskill_Container) == 0x000008, "Wrong alignment on WBP_UI_Overskill_Container_C_ExecuteUbergraph_WBP_UI_Overskill_Container"); \ +static_assert(sizeof(WBP_UI_Overskill_Container_C_ExecuteUbergraph_WBP_UI_Overskill_Container) == 0x000088, "Wrong size on WBP_UI_Overskill_Container_C_ExecuteUbergraph_WBP_UI_Overskill_Container"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_ExecuteUbergraph_WBP_UI_Overskill_Container, EntryPoint) == 0x000000, "Member 'WBP_UI_Overskill_Container_C_ExecuteUbergraph_WBP_UI_Overskill_Container::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_ExecuteUbergraph_WBP_UI_Overskill_Container, K2Node_Event_InOverskillData) == 0x000008, "Member 'WBP_UI_Overskill_Container_C_ExecuteUbergraph_WBP_UI_Overskill_Container::K2Node_Event_InOverskillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_ExecuteUbergraph_WBP_UI_Overskill_Container, K2Node_Event_InProgress) == 0x000010, "Member 'WBP_UI_Overskill_Container_C_ExecuteUbergraph_WBP_UI_Overskill_Container::K2Node_Event_InProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_ExecuteUbergraph_WBP_UI_Overskill_Container, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'WBP_UI_Overskill_Container_C_ExecuteUbergraph_WBP_UI_Overskill_Container::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_ExecuteUbergraph_WBP_UI_Overskill_Container, K2Node_ComponentBoundEvent_NewIndex) == 0x000018, "Member 'WBP_UI_Overskill_Container_C_ExecuteUbergraph_WBP_UI_Overskill_Container::K2Node_ComponentBoundEvent_NewIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_ExecuteUbergraph_WBP_UI_Overskill_Container, K2Node_ComponentBoundEvent_Button_1) == 0x000020, "Member 'WBP_UI_Overskill_Container_C_ExecuteUbergraph_WBP_UI_Overskill_Container::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_ExecuteUbergraph_WBP_UI_Overskill_Container, K2Node_ComponentBoundEvent_bIsEnabled) == 0x000028, "Member 'WBP_UI_Overskill_Container_C_ExecuteUbergraph_WBP_UI_Overskill_Container::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_ExecuteUbergraph_WBP_UI_Overskill_Container, K2Node_ComponentBoundEvent_Button) == 0x000030, "Member 'WBP_UI_Overskill_Container_C_ExecuteUbergraph_WBP_UI_Overskill_Container::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_ExecuteUbergraph_WBP_UI_Overskill_Container, K2Node_MakeMap_Map) == 0x000038, "Member 'WBP_UI_Overskill_Container_C_ExecuteUbergraph_WBP_UI_Overskill_Container::K2Node_MakeMap_Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_Container_C_BndEvt__WBP_UI_Overskill_Container_Overkill_Switch_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Overskill_Container_C_BndEvt__WBP_UI_Overskill_Container_Overkill_Switch_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Overskill_Container_C_BndEvt__WBP_UI_Overskill_Container_Overkill_Switch_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Overskill_Container_C_BndEvt__WBP_UI_Overskill_Container_Overkill_Switch_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Overskill_Container_C_BndEvt__WBP_UI_Overskill_Container_Overkill_Switch_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_BndEvt__WBP_UI_Overskill_Container_Overkill_Switch_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Overskill_Container_C_BndEvt__WBP_UI_Overskill_Container_Overkill_Switch_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_Container_C_BndEvt__WBP_UI_Overskill_Container_WBP_MenuButton_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Overskill_Container_C_BndEvt__WBP_UI_Overskill_Container_WBP_MenuButton_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Overskill_Container_C_BndEvt__WBP_UI_Overskill_Container_WBP_MenuButton_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Overskill_Container_C_BndEvt__WBP_UI_Overskill_Container_WBP_MenuButton_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Overskill_Container_C_BndEvt__WBP_UI_Overskill_Container_WBP_MenuButton_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_BndEvt__WBP_UI_Overskill_Container_WBP_MenuButton_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Overskill_Container_C_BndEvt__WBP_UI_Overskill_Container_WBP_MenuButton_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_BndEvt__WBP_UI_Overskill_Container_WBP_MenuButton_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Overskill_Container_C_BndEvt__WBP_UI_Overskill_Container_WBP_MenuButton_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_Container_C_BndEvt__WBP_UI_Overskill_Container_WBP_Overskill_NavBar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Overskill_Container_C_BndEvt__WBP_UI_Overskill_Container_WBP_Overskill_NavBar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_UI_Overskill_Container_C_BndEvt__WBP_UI_Overskill_Container_WBP_Overskill_NavBar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Overskill_Container_C_BndEvt__WBP_UI_Overskill_Container_WBP_Overskill_NavBar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong size on WBP_UI_Overskill_Container_C_BndEvt__WBP_UI_Overskill_Container_WBP_Overskill_NavBar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_BndEvt__WBP_UI_Overskill_Container_WBP_Overskill_NavBar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature, NewIndex) == 0x000000, "Member 'WBP_UI_Overskill_Container_C_BndEvt__WBP_UI_Overskill_Container_WBP_Overskill_NavBar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_Container_C_OnOverskillChanged \ +static_assert(alignof(WBP_UI_Overskill_Container_C_OnOverskillChanged) == 0x000008, "Wrong alignment on WBP_UI_Overskill_Container_C_OnOverskillChanged"); \ +static_assert(sizeof(WBP_UI_Overskill_Container_C_OnOverskillChanged) == 0x000010, "Wrong size on WBP_UI_Overskill_Container_C_OnOverskillChanged"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_OnOverskillChanged, InOverskillData) == 0x000000, "Member 'WBP_UI_Overskill_Container_C_OnOverskillChanged::InOverskillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_OnOverskillChanged, InProgress) == 0x000008, "Member 'WBP_UI_Overskill_Container_C_OnOverskillChanged::InProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_Container_C_UpdateLevelDetails \ +static_assert(alignof(WBP_UI_Overskill_Container_C_UpdateLevelDetails) == 0x000008, "Wrong alignment on WBP_UI_Overskill_Container_C_UpdateLevelDetails"); \ +static_assert(sizeof(WBP_UI_Overskill_Container_C_UpdateLevelDetails) == 0x0000B0, "Wrong size on WBP_UI_Overskill_Container_C_UpdateLevelDetails"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_UpdateLevelDetails, NewIndex) == 0x000000, "Member 'WBP_UI_Overskill_Container_C_UpdateLevelDetails::NewIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_UpdateLevelDetails, CallFunc_GetSkillDataByIndex_SkillData) == 0x000008, "Member 'WBP_UI_Overskill_Container_C_UpdateLevelDetails::CallFunc_GetSkillDataByIndex_SkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_UpdateLevelDetails, CallFunc_GetFormattedDescriptionText_ReturnValue) == 0x000010, "Member 'WBP_UI_Overskill_Container_C_UpdateLevelDetails::CallFunc_GetFormattedDescriptionText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_UpdateLevelDetails, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'WBP_UI_Overskill_Container_C_UpdateLevelDetails::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_UpdateLevelDetails, K2Node_MakeArray_Array) == 0x000068, "Member 'WBP_UI_Overskill_Container_C_UpdateLevelDetails::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_UpdateLevelDetails, CallFunc_Format_ReturnValue) == 0x000078, "Member 'WBP_UI_Overskill_Container_C_UpdateLevelDetails::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_UpdateLevelDetails, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000090, "Member 'WBP_UI_Overskill_Container_C_UpdateLevelDetails::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_UpdateLevelDetails, CallFunc_GetRomanNumeral_LevelText) == 0x000098, "Member 'WBP_UI_Overskill_Container_C_UpdateLevelDetails::CallFunc_GetRomanNumeral_LevelText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_Container_C_SetBaseInfo \ +static_assert(alignof(WBP_UI_Overskill_Container_C_SetBaseInfo) == 0x000008, "Wrong alignment on WBP_UI_Overskill_Container_C_SetBaseInfo"); \ +static_assert(sizeof(WBP_UI_Overskill_Container_C_SetBaseInfo) == 0x000040, "Wrong size on WBP_UI_Overskill_Container_C_SetBaseInfo"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_SetBaseInfo, Progress_0) == 0x000000, "Member 'WBP_UI_Overskill_Container_C_SetBaseInfo::Progress_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_SetBaseInfo, CallFunc_GetProgressBarValue_OutProgress) == 0x000004, "Member 'WBP_UI_Overskill_Container_C_SetBaseInfo::CallFunc_GetProgressBarValue_OutProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_SetBaseInfo, CallFunc_GetCurrentLevel_CurrentLevel) == 0x000008, "Member 'WBP_UI_Overskill_Container_C_SetBaseInfo::CallFunc_GetCurrentLevel_CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_SetBaseInfo, CallFunc_GetSkillDataByIndex_SkillData) == 0x000010, "Member 'WBP_UI_Overskill_Container_C_SetBaseInfo::CallFunc_GetSkillDataByIndex_SkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_SetBaseInfo, CallFunc_GetFormattedDescriptionText_ReturnValue) == 0x000018, "Member 'WBP_UI_Overskill_Container_C_SetBaseInfo::CallFunc_GetFormattedDescriptionText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_SetBaseInfo, Temp_int_Variable) == 0x000030, "Member 'WBP_UI_Overskill_Container_C_SetBaseInfo::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_SetBaseInfo, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000034, "Member 'WBP_UI_Overskill_Container_C_SetBaseInfo::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_SetBaseInfo, Temp_bool_Variable) == 0x000035, "Member 'WBP_UI_Overskill_Container_C_SetBaseInfo::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_SetBaseInfo, K2Node_Select_Default) == 0x000038, "Member 'WBP_UI_Overskill_Container_C_SetBaseInfo::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_Container_C_SetProgressBarDetails \ +static_assert(alignof(WBP_UI_Overskill_Container_C_SetProgressBarDetails) == 0x000008, "Wrong alignment on WBP_UI_Overskill_Container_C_SetProgressBarDetails"); \ +static_assert(sizeof(WBP_UI_Overskill_Container_C_SetProgressBarDetails) == 0x000068, "Wrong size on WBP_UI_Overskill_Container_C_SetProgressBarDetails"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_SetProgressBarDetails, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_UI_Overskill_Container_C_SetProgressBarDetails::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_SetProgressBarDetails, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_UI_Overskill_Container_C_SetProgressBarDetails::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_SetProgressBarDetails, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_UI_Overskill_Container_C_SetProgressBarDetails::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_SetProgressBarDetails, CallFunc_Add_IntInt_ReturnValue_1) == 0x00000C, "Member 'WBP_UI_Overskill_Container_C_SetProgressBarDetails::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_SetProgressBarDetails, CallFunc_Greater_IntInt_ReturnValue) == 0x000010, "Member 'WBP_UI_Overskill_Container_C_SetProgressBarDetails::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_SetProgressBarDetails, CallFunc_Map_Values_Values) == 0x000018, "Member 'WBP_UI_Overskill_Container_C_SetProgressBarDetails::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_SetProgressBarDetails, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000028, "Member 'WBP_UI_Overskill_Container_C_SetProgressBarDetails::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_SetProgressBarDetails, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_UI_Overskill_Container_C_SetProgressBarDetails::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_SetProgressBarDetails, CallFunc_BooleanOR_ReturnValue) == 0x000038, "Member 'WBP_UI_Overskill_Container_C_SetProgressBarDetails::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_SetProgressBarDetails, CallFunc_Map_Keys_Keys) == 0x000040, "Member 'WBP_UI_Overskill_Container_C_SetProgressBarDetails::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_SetProgressBarDetails, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'WBP_UI_Overskill_Container_C_SetProgressBarDetails::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_SetProgressBarDetails, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'WBP_UI_Overskill_Container_C_SetProgressBarDetails::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_SetProgressBarDetails, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'WBP_UI_Overskill_Container_C_SetProgressBarDetails::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_Container_C_GetSkillDataByIndex \ +static_assert(alignof(WBP_UI_Overskill_Container_C_GetSkillDataByIndex) == 0x000008, "Wrong alignment on WBP_UI_Overskill_Container_C_GetSkillDataByIndex"); \ +static_assert(sizeof(WBP_UI_Overskill_Container_C_GetSkillDataByIndex) == 0x000018, "Wrong size on WBP_UI_Overskill_Container_C_GetSkillDataByIndex"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetSkillDataByIndex, Index_0) == 0x000000, "Member 'WBP_UI_Overskill_Container_C_GetSkillDataByIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetSkillDataByIndex, SkillData) == 0x000008, "Member 'WBP_UI_Overskill_Container_C_GetSkillDataByIndex::SkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetSkillDataByIndex, CallFunc_Array_Get_Item) == 0x000010, "Member 'WBP_UI_Overskill_Container_C_GetSkillDataByIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_Container_C_GetCurrentLevel \ +static_assert(alignof(WBP_UI_Overskill_Container_C_GetCurrentLevel) == 0x000008, "Wrong alignment on WBP_UI_Overskill_Container_C_GetCurrentLevel"); \ +static_assert(sizeof(WBP_UI_Overskill_Container_C_GetCurrentLevel) == 0x000030, "Wrong size on WBP_UI_Overskill_Container_C_GetCurrentLevel"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetCurrentLevel, Progress_0) == 0x000000, "Member 'WBP_UI_Overskill_Container_C_GetCurrentLevel::Progress_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetCurrentLevel, CurrentLevel) == 0x000004, "Member 'WBP_UI_Overskill_Container_C_GetCurrentLevel::CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetCurrentLevel, CurLevel) == 0x000008, "Member 'WBP_UI_Overskill_Container_C_GetCurrentLevel::CurLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetCurrentLevel, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'WBP_UI_Overskill_Container_C_GetCurrentLevel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetCurrentLevel, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000010, "Member 'WBP_UI_Overskill_Container_C_GetCurrentLevel::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetCurrentLevel, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_UI_Overskill_Container_C_GetCurrentLevel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetCurrentLevel, Temp_bool_True_if_break_was_hit_Variable) == 0x000018, "Member 'WBP_UI_Overskill_Container_C_GetCurrentLevel::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetCurrentLevel, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'WBP_UI_Overskill_Container_C_GetCurrentLevel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetCurrentLevel, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_UI_Overskill_Container_C_GetCurrentLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetCurrentLevel, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_UI_Overskill_Container_C_GetCurrentLevel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetCurrentLevel, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_UI_Overskill_Container_C_GetCurrentLevel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetCurrentLevel, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_UI_Overskill_Container_C_GetCurrentLevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetCurrentLevel, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00002D, "Member 'WBP_UI_Overskill_Container_C_GetCurrentLevel::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetCurrentLevel, CallFunc_BooleanAND_ReturnValue) == 0x00002E, "Member 'WBP_UI_Overskill_Container_C_GetCurrentLevel::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_Container_C_GetProgressBarValue \ +static_assert(alignof(WBP_UI_Overskill_Container_C_GetProgressBarValue) == 0x000008, "Wrong alignment on WBP_UI_Overskill_Container_C_GetProgressBarValue"); \ +static_assert(sizeof(WBP_UI_Overskill_Container_C_GetProgressBarValue) == 0x000048, "Wrong size on WBP_UI_Overskill_Container_C_GetProgressBarValue"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetProgressBarValue, InProgress) == 0x000000, "Member 'WBP_UI_Overskill_Container_C_GetProgressBarValue::InProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetProgressBarValue, OutProgress) == 0x000004, "Member 'WBP_UI_Overskill_Container_C_GetProgressBarValue::OutProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetProgressBarValue, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'WBP_UI_Overskill_Container_C_GetProgressBarValue::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetProgressBarValue, CallFunc_Multiply_IntFloat_ReturnValue) == 0x00000C, "Member 'WBP_UI_Overskill_Container_C_GetProgressBarValue::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetProgressBarValue, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_UI_Overskill_Container_C_GetProgressBarValue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetProgressBarValue, CallFunc_GetSkillDataByIndex_SkillData) == 0x000018, "Member 'WBP_UI_Overskill_Container_C_GetProgressBarValue::CallFunc_GetSkillDataByIndex_SkillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetProgressBarValue, CallFunc_GetSkillDataByIndex_SkillData_1) == 0x000020, "Member 'WBP_UI_Overskill_Container_C_GetProgressBarValue::CallFunc_GetSkillDataByIndex_SkillData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetProgressBarValue, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000028, "Member 'WBP_UI_Overskill_Container_C_GetProgressBarValue::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetProgressBarValue, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x00002C, "Member 'WBP_UI_Overskill_Container_C_GetProgressBarValue::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetProgressBarValue, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000030, "Member 'WBP_UI_Overskill_Container_C_GetProgressBarValue::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetProgressBarValue, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000034, "Member 'WBP_UI_Overskill_Container_C_GetProgressBarValue::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetProgressBarValue, CallFunc_MapRangeClamped_ReturnValue) == 0x000038, "Member 'WBP_UI_Overskill_Container_C_GetProgressBarValue::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetProgressBarValue, CallFunc_Add_FloatFloat_ReturnValue) == 0x00003C, "Member 'WBP_UI_Overskill_Container_C_GetProgressBarValue::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Container_C_GetProgressBarValue, CallFunc_FMin_ReturnValue) == 0x000040, "Member 'WBP_UI_Overskill_Container_C_GetProgressBarValue::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Overskill_Container_C \ +static_assert(alignof(UWBP_UI_Overskill_Container_C) == 0x000008, "Wrong alignment on UWBP_UI_Overskill_Container_C"); \ +static_assert(sizeof(UWBP_UI_Overskill_Container_C) == 0x0003F0, "Wrong size on UWBP_UI_Overskill_Container_C"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, UberGraphFrame) == 0x0002A0, "Member 'UWBP_UI_Overskill_Container_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, OverSkill_On) == 0x0002A8, "Member 'UWBP_UI_Overskill_Container_C::OverSkill_On' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, Rollover) == 0x0002B0, "Member 'UWBP_UI_Overskill_Container_C::Rollover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, BaseDescription_T) == 0x0002B8, "Member 'UWBP_UI_Overskill_Container_C::BaseDescription_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, Body_O) == 0x0002C0, "Member 'UWBP_UI_Overskill_Container_C::Body_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, DummyFive_I) == 0x0002C8, "Member 'UWBP_UI_Overskill_Container_C::DummyFive_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, Five_B) == 0x0002D0, "Member 'UWBP_UI_Overskill_Container_C::Five_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, FocusedLevel_I) == 0x0002D8, "Member 'UWBP_UI_Overskill_Container_C::FocusedLevel_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, FocusedLevelDescription_I) == 0x0002E0, "Member 'UWBP_UI_Overskill_Container_C::FocusedLevelDescription_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, FocusedLevelXp_I) == 0x0002E8, "Member 'UWBP_UI_Overskill_Container_C::FocusedLevelXp_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, Four_B) == 0x0002F0, "Member 'UWBP_UI_Overskill_Container_C::Four_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, Image_2) == 0x0002F8, "Member 'UWBP_UI_Overskill_Container_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, Image_3) == 0x000300, "Member 'UWBP_UI_Overskill_Container_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, Image_4) == 0x000308, "Member 'UWBP_UI_Overskill_Container_C::Image_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, Image_511) == 0x000310, "Member 'UWBP_UI_Overskill_Container_C::Image_511' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, LevelFourBar_I) == 0x000318, "Member 'UWBP_UI_Overskill_Container_C::LevelFourBar_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, LevelOneBar_I) == 0x000320, "Member 'UWBP_UI_Overskill_Container_C::LevelOneBar_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, LevelThreeBar_I) == 0x000328, "Member 'UWBP_UI_Overskill_Container_C::LevelThreeBar_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, LevelTwoBar_I) == 0x000330, "Member 'UWBP_UI_Overskill_Container_C::LevelTwoBar_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, Locked_I) == 0x000338, "Member 'UWBP_UI_Overskill_Container_C::Locked_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, One_B) == 0x000340, "Member 'UWBP_UI_Overskill_Container_C::One_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, Overkill_Switch) == 0x000348, "Member 'UWBP_UI_Overskill_Container_C::Overkill_Switch' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, OverskillLevels_Nav) == 0x000350, "Member 'UWBP_UI_Overskill_Container_C::OverskillLevels_Nav' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, OverskillSwitch_ControllerPrompt) == 0x000358, "Member 'UWBP_UI_Overskill_Container_C::OverskillSwitch_ControllerPrompt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, ProgressBar) == 0x000360, "Member 'UWBP_UI_Overskill_Container_C::ProgressBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, SkillName_T) == 0x000368, "Member 'UWBP_UI_Overskill_Container_C::SkillName_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, Three_B) == 0x000370, "Member 'UWBP_UI_Overskill_Container_C::Three_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, Two_B) == 0x000378, "Member 'UWBP_UI_Overskill_Container_C::Two_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, Unlocked_I) == 0x000380, "Member 'UWBP_UI_Overskill_Container_C::Unlocked_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, WidgetSwitcher_On_Off) == 0x000388, "Member 'UWBP_UI_Overskill_Container_C::WidgetSwitcher_On_Off' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, Overskill) == 0x000390, "Member 'UWBP_UI_Overskill_Container_C::Overskill' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, CurrentOverskillLevel) == 0x000398, "Member 'UWBP_UI_Overskill_Container_C::CurrentOverskillLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Container_C, LevelAndBar) == 0x0003A0, "Member 'UWBP_UI_Overskill_Container_C::LevelAndBar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton \ +static_assert(alignof(WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton) == 0x000008, "Wrong alignment on WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton"); \ +static_assert(sizeof(WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton) == 0x000030, "Wrong size on WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton, EntryPoint) == 0x000000, "Member 'WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton, Temp_byte_Variable) == 0x000004, "Member 'WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton, Temp_byte_Variable_1) == 0x000005, "Member 'WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton, K2Node_Event_IsDesignTime) == 0x000006, "Member 'WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton, K2Node_Event_bInHasFocus) == 0x000007, "Member 'WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton, K2Node_Event_bInIsHovered) == 0x000008, "Member 'WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton, K2Node_Event_bIsActiveItem) == 0x000009, "Member 'WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton::K2Node_Event_bIsActiveItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton, CallFunc_GetItemData_ReturnValue) == 0x000010, "Member 'WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton::CallFunc_GetItemData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton, CallFunc_IsAvailable_ReturnValue) == 0x000018, "Member 'WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton::CallFunc_IsAvailable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton, Temp_bool_Variable) == 0x000019, "Member 'WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000020, "Member 'WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton, K2Node_Select_Default) == 0x000028, "Member 'WBP_UI_Inventory_ItemSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_ItemSlotButton::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ItemSlotButton_C_SetActiveItem \ +static_assert(alignof(WBP_UI_Inventory_ItemSlotButton_C_SetActiveItem) == 0x000001, "Wrong alignment on WBP_UI_Inventory_ItemSlotButton_C_SetActiveItem"); \ +static_assert(sizeof(WBP_UI_Inventory_ItemSlotButton_C_SetActiveItem) == 0x000001, "Wrong size on WBP_UI_Inventory_ItemSlotButton_C_SetActiveItem"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_SetActiveItem, bIsActiveItem) == 0x000000, "Member 'WBP_UI_Inventory_ItemSlotButton_C_SetActiveItem::bIsActiveItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ItemSlotButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_Inventory_ItemSlotButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_Inventory_ItemSlotButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_Inventory_ItemSlotButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_Inventory_ItemSlotButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_Inventory_ItemSlotButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ItemSlotButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_Inventory_ItemSlotButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_Inventory_ItemSlotButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_Inventory_ItemSlotButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_Inventory_ItemSlotButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_Inventory_ItemSlotButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ItemSlotButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_Inventory_ItemSlotButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Inventory_ItemSlotButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Inventory_ItemSlotButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Inventory_ItemSlotButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Inventory_ItemSlotButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ItemSlotButton_C_OnHover \ +static_assert(alignof(WBP_UI_Inventory_ItemSlotButton_C_OnHover) == 0x000001, "Wrong alignment on WBP_UI_Inventory_ItemSlotButton_C_OnHover"); \ +static_assert(sizeof(WBP_UI_Inventory_ItemSlotButton_C_OnHover) == 0x000001, "Wrong size on WBP_UI_Inventory_ItemSlotButton_C_OnHover"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_OnHover, bIsHovered) == 0x000000, "Member 'WBP_UI_Inventory_ItemSlotButton_C_OnHover::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ItemSlotButton_C_OnFocused \ +static_assert(alignof(WBP_UI_Inventory_ItemSlotButton_C_OnFocused) == 0x000008, "Wrong alignment on WBP_UI_Inventory_ItemSlotButton_C_OnFocused"); \ +static_assert(sizeof(WBP_UI_Inventory_ItemSlotButton_C_OnFocused) == 0x000028, "Wrong size on WBP_UI_Inventory_ItemSlotButton_C_OnFocused"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_OnFocused, bIsFocused) == 0x000000, "Member 'WBP_UI_Inventory_ItemSlotButton_C_OnFocused::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_OnFocused, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_UI_Inventory_ItemSlotButton_C_OnFocused::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_OnFocused, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_UI_Inventory_ItemSlotButton_C_OnFocused::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_OnFocused, CallFunc_SelectColor_ReturnValue) == 0x000018, "Member 'WBP_UI_Inventory_ItemSlotButton_C_OnFocused::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals \ +static_assert(alignof(WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals) == 0x000008, "Wrong alignment on WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals"); \ +static_assert(sizeof(WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals) == 0x000188, "Wrong size on WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals, InInventoryData) == 0x000000, "Member 'WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals::InInventoryData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals, K2Node_DynamicCast_AsSBZArmor_Data) == 0x000008, "Member 'WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals::K2Node_DynamicCast_AsSBZArmor_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals, K2Node_DynamicCast_AsSBZEquippable_Data) == 0x000018, "Member 'WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals::K2Node_DynamicCast_AsSBZEquippable_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals, K2Node_DynamicCast_bSuccess_1) == 0x000020, "Member 'WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals, K2Node_DynamicCast_AsSBZOverskill_Loadout_Data) == 0x000028, "Member 'WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals::K2Node_DynamicCast_AsSBZOverskill_Loadout_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals, K2Node_DynamicCast_bSuccess_2) == 0x000030, "Member 'WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals, CallFunc_GetDisplayName_OutDisplayName) == 0x000038, "Member 'WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals, CallFunc_GetDisplayName_OutHasText) == 0x000050, "Member 'WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals, CallFunc_IsValid_ReturnValue) == 0x000051, "Member 'WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals, CallFunc_IsLockedByDLC_ReturnValue) == 0x000052, "Member 'WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals::CallFunc_IsLockedByDLC_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals, CallFunc_GetSkillName_ReturnValue) == 0x000058, "Member 'WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals::CallFunc_GetSkillName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals, CallFunc_GetItemSource_ReturnValue) == 0x000070, "Member 'WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals::CallFunc_GetItemSource_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals, K2Node_MakeStruct_FormatArgumentData) == 0x000078, "Member 'WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals, K2Node_SwitchEnum_CmpSuccess) == 0x0000B8, "Member 'WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals, K2Node_MakeArray_Array) == 0x0000C0, "Member 'WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals, CallFunc_Format_ReturnValue) == 0x0000D0, "Member 'WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals, CallFunc_GetInfamyLevel_ReturnValue) == 0x0000E8, "Member 'WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals::CallFunc_GetInfamyLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000F0, "Member 'WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals, K2Node_MakeArray_Array_1) == 0x000130, "Member 'WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals, CallFunc_Format_ReturnValue_1) == 0x000140, "Member 'WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals, CallFunc_IsAvailable_ReturnValue) == 0x000158, "Member 'WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals::CallFunc_IsAvailable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals, K2Node_MakeArray_Array_2) == 0x000160, "Member 'WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals, CallFunc_Format_ReturnValue_2) == 0x000170, "Member 'WBP_UI_Inventory_ItemSlotButton_C_InitializeItemVisuals::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ItemSlotButton_C_SetItemNameColour \ +static_assert(alignof(WBP_UI_Inventory_ItemSlotButton_C_SetItemNameColour) == 0x000008, "Wrong alignment on WBP_UI_Inventory_ItemSlotButton_C_SetItemNameColour"); \ +static_assert(sizeof(WBP_UI_Inventory_ItemSlotButton_C_SetItemNameColour) == 0x000068, "Wrong size on WBP_UI_Inventory_ItemSlotButton_C_SetItemNameColour"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_SetItemNameColour, DesiredColour) == 0x000000, "Member 'WBP_UI_Inventory_ItemSlotButton_C_SetItemNameColour::DesiredColour' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_SetItemNameColour, K2Node_MakeStruct_SlateColor) == 0x000010, "Member 'WBP_UI_Inventory_ItemSlotButton_C_SetItemNameColour::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_SetItemNameColour, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'WBP_UI_Inventory_ItemSlotButton_C_SetItemNameColour::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_SetItemNameColour, CallFunc_TextIsEmpty_ReturnValue) == 0x000039, "Member 'WBP_UI_Inventory_ItemSlotButton_C_SetItemNameColour::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_SetItemNameColour, K2Node_MakeStruct_SlateColor_1) == 0x000040, "Member 'WBP_UI_Inventory_ItemSlotButton_C_SetItemNameColour::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ItemSlotButton_C_RefreshVisuals \ +static_assert(alignof(WBP_UI_Inventory_ItemSlotButton_C_RefreshVisuals) == 0x000001, "Wrong alignment on WBP_UI_Inventory_ItemSlotButton_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_UI_Inventory_ItemSlotButton_C_RefreshVisuals) == 0x000002, "Wrong size on WBP_UI_Inventory_ItemSlotButton_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_RefreshVisuals, CallFunc_IsHovered_ReturnValue) == 0x000000, "Member 'WBP_UI_Inventory_ItemSlotButton_C_RefreshVisuals::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_RefreshVisuals, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000001, "Member 'WBP_UI_Inventory_ItemSlotButton_C_RefreshVisuals::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages \ +static_assert(alignof(WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages) == 0x000008, "Wrong alignment on WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages"); \ +static_assert(sizeof(WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages) == 0x0000B0, "Wrong size on WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages, ArmorData) == 0x000000, "Member 'WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages::ArmorData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages, CallFunc_GetChunkTypeArray_ReturnValue) == 0x000010, "Member 'WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages::CallFunc_GetChunkTypeArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages, CallFunc_Get_ReturnValue) == 0x000030, "Member 'WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages, CallFunc_GetChunkData_ReturnValue) == 0x000038, "Member 'WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages::CallFunc_GetChunkData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages, CallFunc_Less_IntInt_ReturnValue) == 0x00008C, "Member 'WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages, CallFunc_Add_IntInt_ReturnValue) == 0x000090, "Member 'WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages, K2Node_MakeArray_Array) == 0x000098, "Member 'WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'WBP_UI_Inventory_ItemSlotButton_C_SetArmorChunkImages::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Inventory_ItemSlotButton_C \ +static_assert(alignof(UWBP_UI_Inventory_ItemSlotButton_C) == 0x000008, "Wrong alignment on UWBP_UI_Inventory_ItemSlotButton_C"); \ +static_assert(sizeof(UWBP_UI_Inventory_ItemSlotButton_C) == 0x000440, "Wrong size on UWBP_UI_Inventory_ItemSlotButton_C"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemSlotButton_C, UberGraphFrame) == 0x000398, "Member 'UWBP_UI_Inventory_ItemSlotButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemSlotButton_C, HoverAnim) == 0x0003A0, "Member 'UWBP_UI_Inventory_ItemSlotButton_C::HoverAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemSlotButton_C, ArmorChunks_Hb) == 0x0003A8, "Member 'UWBP_UI_Inventory_ItemSlotButton_C::ArmorChunks_Hb' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemSlotButton_C, Border_Highlight) == 0x0003B0, "Member 'UWBP_UI_Inventory_ItemSlotButton_C::Border_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemSlotButton_C, Chunk1_I) == 0x0003B8, "Member 'UWBP_UI_Inventory_ItemSlotButton_C::Chunk1_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemSlotButton_C, Chunk2_I) == 0x0003C0, "Member 'UWBP_UI_Inventory_ItemSlotButton_C::Chunk2_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemSlotButton_C, Chunk3_I) == 0x0003C8, "Member 'UWBP_UI_Inventory_ItemSlotButton_C::Chunk3_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemSlotButton_C, Chunk4_I) == 0x0003D0, "Member 'UWBP_UI_Inventory_ItemSlotButton_C::Chunk4_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemSlotButton_C, EquippedB) == 0x0003D8, "Member 'UWBP_UI_Inventory_ItemSlotButton_C::EquippedB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemSlotButton_C, Image_147) == 0x0003E0, "Member 'UWBP_UI_Inventory_ItemSlotButton_C::Image_147' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemSlotButton_C, InfamyLevelReqText) == 0x0003E8, "Member 'UWBP_UI_Inventory_ItemSlotButton_C::InfamyLevelReqText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemSlotButton_C, LockedBackground) == 0x0003F0, "Member 'UWBP_UI_Inventory_ItemSlotButton_C::LockedBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemSlotButton_C, Overlay_Button) == 0x0003F8, "Member 'UWBP_UI_Inventory_ItemSlotButton_C::Overlay_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemSlotButton_C, Overlay_Locked) == 0x000400, "Member 'UWBP_UI_Inventory_ItemSlotButton_C::Overlay_Locked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemSlotButton_C, Overlay_PurchaseWeapon) == 0x000408, "Member 'UWBP_UI_Inventory_ItemSlotButton_C::Overlay_PurchaseWeapon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemSlotButton_C, Overskill_Level) == 0x000410, "Member 'UWBP_UI_Inventory_ItemSlotButton_C::Overskill_Level' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemSlotButton_C, Plus_Icon) == 0x000418, "Member 'UWBP_UI_Inventory_ItemSlotButton_C::Plus_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemSlotButton_C, TextBlock_Name) == 0x000420, "Member 'UWBP_UI_Inventory_ItemSlotButton_C::TextBlock_Name' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemSlotButton_C, Widget_Icon) == 0x000428, "Member 'UWBP_UI_Inventory_ItemSlotButton_C::Widget_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemSlotButton_C, InventoryItem) == 0x000430, "Member 'UWBP_UI_Inventory_ItemSlotButton_C::InventoryItem' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemSlotButton_C, bIsEmpty) == 0x000438, "Member 'UWBP_UI_Inventory_ItemSlotButton_C::bIsEmpty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem \ +static_assert(alignof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem) == 0x000008, "Wrong alignment on WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem"); \ +static_assert(sizeof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem) == 0x0002E0, "Wrong size on WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, InInventoryItem) == 0x000000, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::InInventoryItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, ArmorConfig) == 0x000008, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::ArmorConfig' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, PartStatsString) == 0x000028, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::PartStatsString' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, PartStatData) == 0x000038, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::PartStatData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, K2Node_DynamicCast_AsSBZArmor_Data) == 0x000058, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::K2Node_DynamicCast_AsSBZArmor_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, CallFunc_IsValid_ReturnValue) == 0x000061, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, CallFunc_GetChunkTypeArray_ReturnValue) == 0x000068, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::CallFunc_GetChunkTypeArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, K2Node_MakeStruct_SBZArmorConfig) == 0x000078, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::K2Node_MakeStruct_SBZArmorConfig' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, K2Node_DynamicCast_AsSBZEquippable_Part_Data_Asset) == 0x000098, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::K2Node_DynamicCast_AsSBZEquippable_Part_Data_Asset' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, K2Node_DynamicCast_bSuccess_1) == 0x0000A0, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, K2Node_DynamicCast_AsSBZBase_Weapon_Data) == 0x0000A8, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::K2Node_DynamicCast_AsSBZBase_Weapon_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, K2Node_DynamicCast_bSuccess_2) == 0x0000B0, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, CallFunc_GetModificationsUIData_PartUIData) == 0x0000B8, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::CallFunc_GetModificationsUIData_PartUIData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, K2Node_DynamicCast_AsSBZTool_Data) == 0x0000D8, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::K2Node_DynamicCast_AsSBZTool_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, K2Node_DynamicCast_bSuccess_3) == 0x0000E0, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, CallFunc_GetFormattedDescriptionText_ReturnValue) == 0x0000E8, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::CallFunc_GetFormattedDescriptionText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, CallFunc_GetObjectName_ReturnValue) == 0x000100, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, CallFunc_Array_Length_ReturnValue) == 0x000110, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, CallFunc_Conv_StringToText_ReturnValue) == 0x000118, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, CallFunc_Greater_IntInt_ReturnValue) == 0x000130, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, CallFunc_TextIsEmpty_ReturnValue) == 0x000131, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, K2Node_DynamicCast_AsSBZEquippable_Data) == 0x000138, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::K2Node_DynamicCast_AsSBZEquippable_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, K2Node_DynamicCast_bSuccess_4) == 0x000140, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, K2Node_DynamicCast_AsSBZOverskill_Loadout_Data) == 0x000148, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::K2Node_DynamicCast_AsSBZOverskill_Loadout_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, K2Node_DynamicCast_bSuccess_5) == 0x000150, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, Temp_int_Array_Index_Variable) == 0x000154, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000158, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, CallFunc_Concat_StrStr_ReturnValue) == 0x000170, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000180, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, Temp_int_Loop_Counter_Variable) == 0x000190, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, CallFunc_Add_IntInt_ReturnValue) == 0x000194, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, Temp_int_Loop_Counter_Variable_1) == 0x000198, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, CallFunc_Add_IntInt_ReturnValue_1) == 0x00019C, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, Temp_int_Array_Index_Variable_1) == 0x0001A0, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, Temp_bool_Variable) == 0x0001A4, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, Temp_bool_Variable_1) == 0x0001A5, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, K2Node_Select_Default) == 0x0001A8, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, K2Node_MakeStruct_SlateColor) == 0x0001C0, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, K2Node_MakeStruct_SlateColor_1) == 0x0001E8, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, K2Node_Select_Default_1) == 0x000210, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, CallFunc_Array_Get_Item) == 0x000238, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, CallFunc_Conv_TextToString_ReturnValue) == 0x000250, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, CallFunc_Array_Length_ReturnValue_1) == 0x000260, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000268, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, CallFunc_Less_IntInt_ReturnValue) == 0x000278, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000280, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, CallFunc_Array_Get_Item_1) == 0x000290, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, CallFunc_Array_Length_ReturnValue_2) == 0x0002A8, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, CallFunc_Less_IntInt_ReturnValue_1) == 0x0002AC, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0002B0, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0002C0, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0002D0, "Member 'WBP_UI_Inventory_ItemDescriptionBox_C_SetInventoryItem::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Inventory_ItemDescriptionBox_C \ +static_assert(alignof(UWBP_UI_Inventory_ItemDescriptionBox_C) == 0x000008, "Wrong alignment on UWBP_UI_Inventory_ItemDescriptionBox_C"); \ +static_assert(sizeof(UWBP_UI_Inventory_ItemDescriptionBox_C) == 0x0002D0, "Wrong size on UWBP_UI_Inventory_ItemDescriptionBox_C"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescriptionBox_C, ArmorChunk_EquippedDisplay) == 0x000290, "Member 'UWBP_UI_Inventory_ItemDescriptionBox_C::ArmorChunk_EquippedDisplay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescriptionBox_C, Image_Background) == 0x000298, "Member 'UWBP_UI_Inventory_ItemDescriptionBox_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescriptionBox_C, Text_ItemDescription) == 0x0002A0, "Member 'UWBP_UI_Inventory_ItemDescriptionBox_C::Text_ItemDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescriptionBox_C, Text_ItemName) == 0x0002A8, "Member 'UWBP_UI_Inventory_ItemDescriptionBox_C::Text_ItemName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescriptionBox_C, WBP_UI_Inventory_ItemDescription_WeaponModule_343) == 0x0002B0, "Member 'UWBP_UI_Inventory_ItemDescriptionBox_C::WBP_UI_Inventory_ItemDescription_WeaponModule_343' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescriptionBox_C, WBP_UI_Inventory_OverskillBox) == 0x0002B8, "Member 'UWBP_UI_Inventory_ItemDescriptionBox_C::WBP_UI_Inventory_OverskillBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescriptionBox_C, Widget_ControlsReference) == 0x0002C0, "Member 'UWBP_UI_Inventory_ItemDescriptionBox_C::Widget_ControlsReference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescriptionBox_C, Widget_Icon) == 0x0002C8, "Member 'UWBP_UI_Inventory_ItemDescriptionBox_C::Widget_Icon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton \ +static_assert(alignof(WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton) == 0x000008, "Wrong alignment on WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton"); \ +static_assert(sizeof(WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton) == 0x000030, "Wrong size on WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton, EntryPoint) == 0x000000, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton, Temp_bool_Variable) == 0x000004, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton, Temp_byte_Variable) == 0x000005, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton, Temp_bool_Variable_1) == 0x000007, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton, Temp_byte_Variable_2) == 0x000008, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton, Temp_byte_Variable_3) == 0x000009, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton, K2Node_Event_bInHasFocus) == 0x00000A, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton, K2Node_Event_bInIsHovered) == 0x00000B, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton, K2Node_Event_IsDesignTime) == 0x00000C, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton, CallFunc_IsPresetWeaponSlot_ReturnValue) == 0x00000D, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton::CallFunc_IsPresetWeaponSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton, K2Node_Event_bIsActiveWeaponSlot) == 0x00000E, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton::K2Node_Event_bIsActiveWeaponSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton, K2Node_Select_Default) == 0x00000F, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton, CallFunc_GetWeaponInventoryData_ReturnValue) == 0x000010, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton::CallFunc_GetWeaponInventoryData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton, CallFunc_GetEquippableSlot_ReturnValue) == 0x000018, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton::CallFunc_GetEquippableSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton, CallFunc_GetWeaponSlotIndex_ReturnValue) == 0x00001C, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton::CallFunc_GetWeaponSlotIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton, CallFunc_Greater_IntInt_ReturnValue) == 0x000024, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton, K2Node_Select_Default_1) == 0x000025, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000028, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_WeaponSlotButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_WeaponSlotButton_C_SetActiveWeaponSlot \ +static_assert(alignof(WBP_UI_Inventory_WeaponSlotButton_C_SetActiveWeaponSlot) == 0x000001, "Wrong alignment on WBP_UI_Inventory_WeaponSlotButton_C_SetActiveWeaponSlot"); \ +static_assert(sizeof(WBP_UI_Inventory_WeaponSlotButton_C_SetActiveWeaponSlot) == 0x000001, "Wrong size on WBP_UI_Inventory_WeaponSlotButton_C_SetActiveWeaponSlot"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_SetActiveWeaponSlot, bIsActiveWeaponSlot) == 0x000000, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_SetActiveWeaponSlot::bIsActiveWeaponSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_WeaponSlotButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_Inventory_WeaponSlotButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Inventory_WeaponSlotButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Inventory_WeaponSlotButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Inventory_WeaponSlotButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_WeaponSlotButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_Inventory_WeaponSlotButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_Inventory_WeaponSlotButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_Inventory_WeaponSlotButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_Inventory_WeaponSlotButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_WeaponSlotButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_Inventory_WeaponSlotButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_Inventory_WeaponSlotButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_Inventory_WeaponSlotButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_Inventory_WeaponSlotButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_WeaponSlotButton_C_OnHover \ +static_assert(alignof(WBP_UI_Inventory_WeaponSlotButton_C_OnHover) == 0x000001, "Wrong alignment on WBP_UI_Inventory_WeaponSlotButton_C_OnHover"); \ +static_assert(sizeof(WBP_UI_Inventory_WeaponSlotButton_C_OnHover) == 0x000001, "Wrong size on WBP_UI_Inventory_WeaponSlotButton_C_OnHover"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_OnHover, bIsHovered) == 0x000000, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_OnHover::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_WeaponSlotButton_C_OnFocused \ +static_assert(alignof(WBP_UI_Inventory_WeaponSlotButton_C_OnFocused) == 0x000008, "Wrong alignment on WBP_UI_Inventory_WeaponSlotButton_C_OnFocused"); \ +static_assert(sizeof(WBP_UI_Inventory_WeaponSlotButton_C_OnFocused) == 0x000028, "Wrong size on WBP_UI_Inventory_WeaponSlotButton_C_OnFocused"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_OnFocused, bIsFocused) == 0x000000, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_OnFocused::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_OnFocused, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_OnFocused::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_OnFocused, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_OnFocused::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_OnFocused, CallFunc_SelectColor_ReturnValue) == 0x000018, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_OnFocused::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_WeaponSlotButton_C_InitializeItem \ +static_assert(alignof(WBP_UI_Inventory_WeaponSlotButton_C_InitializeItem) == 0x000008, "Wrong alignment on WBP_UI_Inventory_WeaponSlotButton_C_InitializeItem"); \ +static_assert(sizeof(WBP_UI_Inventory_WeaponSlotButton_C_InitializeItem) == 0x000040, "Wrong size on WBP_UI_Inventory_WeaponSlotButton_C_InitializeItem"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_InitializeItem, InInventoryData) == 0x000000, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_InitializeItem::InInventoryData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_InitializeItem, CallFunc_GetDisplayName_OutDisplayName) == 0x000008, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_InitializeItem::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_InitializeItem, CallFunc_GetDisplayName_OutHasText) == 0x000020, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_InitializeItem::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_InitializeItem, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_InitializeItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_InitializeItem, CallFunc_GetWeaponInSlotLevel_ReturnValue) == 0x000024, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_InitializeItem::CallFunc_GetWeaponInSlotLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_InitializeItem, CallFunc_Conv_IntToText_ReturnValue) == 0x000028, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_InitializeItem::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_WeaponSlotButton_C_SetEquipped \ +static_assert(alignof(WBP_UI_Inventory_WeaponSlotButton_C_SetEquipped) == 0x000001, "Wrong alignment on WBP_UI_Inventory_WeaponSlotButton_C_SetEquipped"); \ +static_assert(sizeof(WBP_UI_Inventory_WeaponSlotButton_C_SetEquipped) == 0x000005, "Wrong size on WBP_UI_Inventory_WeaponSlotButton_C_SetEquipped"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_SetEquipped, bIsEquipped) == 0x000000, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_SetEquipped::bIsEquipped' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_SetEquipped, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_SetEquipped::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_SetEquipped, Temp_byte_Variable) == 0x000002, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_SetEquipped::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_SetEquipped, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_SetEquipped::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_SetEquipped, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_SetEquipped::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_WeaponSlotButton_C_SetWeaponTextColour \ +static_assert(alignof(WBP_UI_Inventory_WeaponSlotButton_C_SetWeaponTextColour) == 0x000008, "Wrong alignment on WBP_UI_Inventory_WeaponSlotButton_C_SetWeaponTextColour"); \ +static_assert(sizeof(WBP_UI_Inventory_WeaponSlotButton_C_SetWeaponTextColour) == 0x000090, "Wrong size on WBP_UI_Inventory_WeaponSlotButton_C_SetWeaponTextColour"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_SetWeaponTextColour, InColour) == 0x000000, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_SetWeaponTextColour::InColour' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_SetWeaponTextColour, K2Node_MakeStruct_SlateColor) == 0x000010, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_SetWeaponTextColour::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_SetWeaponTextColour, K2Node_MakeStruct_SlateColor_1) == 0x000038, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_SetWeaponTextColour::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_SetWeaponTextColour, CallFunc_GetWeaponInSlot_ReturnValue) == 0x000060, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_SetWeaponTextColour::CallFunc_GetWeaponInSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_SetWeaponTextColour, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_SetWeaponTextColour::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_SetWeaponTextColour, CallFunc_GetDisplayName_OutDisplayName) == 0x000070, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_SetWeaponTextColour::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_WeaponSlotButton_C_SetWeaponTextColour, CallFunc_GetDisplayName_OutHasText) == 0x000088, "Member 'WBP_UI_Inventory_WeaponSlotButton_C_SetWeaponTextColour::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Inventory_WeaponSlotButton_C \ +static_assert(alignof(UWBP_UI_Inventory_WeaponSlotButton_C) == 0x000008, "Wrong alignment on UWBP_UI_Inventory_WeaponSlotButton_C"); \ +static_assert(sizeof(UWBP_UI_Inventory_WeaponSlotButton_C) == 0x000540, "Wrong size on UWBP_UI_Inventory_WeaponSlotButton_C"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, UberGraphFrame) == 0x000450, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, HoverAnim) == 0x000458, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::HoverAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, Border_Highlight) == 0x000460, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::Border_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, Equipped_Text) == 0x000468, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::Equipped_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, EquippedB) == 0x000470, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::EquippedB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, Image) == 0x000478, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, Image_1) == 0x000480, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, Image_2) == 0x000488, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, Image_3) == 0x000490, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, Image_4) == 0x000498, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::Image_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, Image_5) == 0x0004A0, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::Image_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, Image_6) == 0x0004A8, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::Image_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, Image_7) == 0x0004B0, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::Image_7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, Image_8) == 0x0004B8, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::Image_8' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, Image_9) == 0x0004C0, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::Image_9' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, Image_10) == 0x0004C8, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::Image_10' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, Image_11) == 0x0004D0, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::Image_11' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, Image_98) == 0x0004D8, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::Image_98' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, Image_202) == 0x0004E0, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::Image_202' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, Image_511) == 0x0004E8, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::Image_511' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, Image_Background) == 0x0004F0, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, ModGridTest) == 0x0004F8, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::ModGridTest' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, Mods_C) == 0x000500, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::Mods_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, Overlay_PurchaseWeapon) == 0x000508, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::Overlay_PurchaseWeapon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, OverlayWeaponProgress) == 0x000510, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::OverlayWeaponProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, Plus_Icon) == 0x000518, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::Plus_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, Preset_O) == 0x000520, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::Preset_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, Text_WeaponProgression) == 0x000528, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::Text_WeaponProgression' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, TextBlock_Name) == 0x000530, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::TextBlock_Name' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_WeaponSlotButton_C, Widget_Icon) == 0x000538, "Member 'UWBP_UI_Inventory_WeaponSlotButton_C::Widget_Icon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_StoreWeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_StoreWeaponSlotButton \ +static_assert(alignof(WBP_UI_Inventory_StoreWeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_StoreWeaponSlotButton) == 0x000008, "Wrong alignment on WBP_UI_Inventory_StoreWeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_StoreWeaponSlotButton"); \ +static_assert(sizeof(WBP_UI_Inventory_StoreWeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_StoreWeaponSlotButton) == 0x000020, "Wrong size on WBP_UI_Inventory_StoreWeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_StoreWeaponSlotButton"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_StoreWeaponSlotButton, EntryPoint) == 0x000000, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_StoreWeaponSlotButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_StoreWeaponSlotButton, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_StoreWeaponSlotButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_StoreWeaponSlotButton, CallFunc_GetItemCost_Price) == 0x000008, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_StoreWeaponSlotButton::CallFunc_GetItemCost_Price' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_StoreWeaponSlotButton, CallFunc_GetItemCost_Currency) == 0x000010, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_StoreWeaponSlotButton::CallFunc_GetItemCost_Currency' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_StoreWeaponSlotButton, K2Node_Event_bInIsTransactionInProgress) == 0x000011, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_StoreWeaponSlotButton::K2Node_Event_bInIsTransactionInProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_StoreWeaponSlotButton, K2Node_Event_bInHasFocus) == 0x000012, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_StoreWeaponSlotButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_StoreWeaponSlotButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000018, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_ExecuteUbergraph_WBP_UI_Inventory_StoreWeaponSlotButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_StoreWeaponSlotButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_Inventory_StoreWeaponSlotButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_Inventory_StoreWeaponSlotButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_Inventory_StoreWeaponSlotButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_Inventory_StoreWeaponSlotButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_StoreWeaponSlotButton_C_OnTransactionProgressChanged \ +static_assert(alignof(WBP_UI_Inventory_StoreWeaponSlotButton_C_OnTransactionProgressChanged) == 0x000001, "Wrong alignment on WBP_UI_Inventory_StoreWeaponSlotButton_C_OnTransactionProgressChanged"); \ +static_assert(sizeof(WBP_UI_Inventory_StoreWeaponSlotButton_C_OnTransactionProgressChanged) == 0x000001, "Wrong size on WBP_UI_Inventory_StoreWeaponSlotButton_C_OnTransactionProgressChanged"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_OnTransactionProgressChanged, bInIsTransactionInProgress) == 0x000000, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_OnTransactionProgressChanged::bInIsTransactionInProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_StoreWeaponSlotButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_Inventory_StoreWeaponSlotButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Inventory_StoreWeaponSlotButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Inventory_StoreWeaponSlotButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Inventory_StoreWeaponSlotButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_StoreWeaponSlotButton_C_OnTransactionInProgress \ +static_assert(alignof(WBP_UI_Inventory_StoreWeaponSlotButton_C_OnTransactionInProgress) == 0x000008, "Wrong alignment on WBP_UI_Inventory_StoreWeaponSlotButton_C_OnTransactionInProgress"); \ +static_assert(sizeof(WBP_UI_Inventory_StoreWeaponSlotButton_C_OnTransactionInProgress) == 0x000010, "Wrong size on WBP_UI_Inventory_StoreWeaponSlotButton_C_OnTransactionInProgress"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_OnTransactionInProgress, bIsTransactionInProgress) == 0x000000, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_OnTransactionInProgress::bIsTransactionInProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_OnTransactionInProgress, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_OnTransactionInProgress::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_StoreWeaponSlotButton_C_OnHover \ +static_assert(alignof(WBP_UI_Inventory_StoreWeaponSlotButton_C_OnHover) == 0x000001, "Wrong alignment on WBP_UI_Inventory_StoreWeaponSlotButton_C_OnHover"); \ +static_assert(sizeof(WBP_UI_Inventory_StoreWeaponSlotButton_C_OnHover) == 0x000001, "Wrong size on WBP_UI_Inventory_StoreWeaponSlotButton_C_OnHover"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_OnHover, bIsHovered) == 0x000000, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_OnHover::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_StoreWeaponSlotButton_C_SetPrice \ +static_assert(alignof(WBP_UI_Inventory_StoreWeaponSlotButton_C_SetPrice) == 0x000008, "Wrong alignment on WBP_UI_Inventory_StoreWeaponSlotButton_C_SetPrice"); \ +static_assert(sizeof(WBP_UI_Inventory_StoreWeaponSlotButton_C_SetPrice) == 0x000010, "Wrong size on WBP_UI_Inventory_StoreWeaponSlotButton_C_SetPrice"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_SetPrice, Price) == 0x000000, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_SetPrice::Price' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_SetPrice, Currency) == 0x000008, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_SetPrice::Currency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_StoreWeaponSlotButton_C_InitializeItemData \ +static_assert(alignof(WBP_UI_Inventory_StoreWeaponSlotButton_C_InitializeItemData) == 0x000008, "Wrong alignment on WBP_UI_Inventory_StoreWeaponSlotButton_C_InitializeItemData"); \ +static_assert(sizeof(WBP_UI_Inventory_StoreWeaponSlotButton_C_InitializeItemData) == 0x000008, "Wrong size on WBP_UI_Inventory_StoreWeaponSlotButton_C_InitializeItemData"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_InitializeItemData, InItemData) == 0x000000, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_InitializeItemData::InItemData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_StoreWeaponSlotButton_C_UpdateHighlights \ +static_assert(alignof(WBP_UI_Inventory_StoreWeaponSlotButton_C_UpdateHighlights) == 0x000008, "Wrong alignment on WBP_UI_Inventory_StoreWeaponSlotButton_C_UpdateHighlights"); \ +static_assert(sizeof(WBP_UI_Inventory_StoreWeaponSlotButton_C_UpdateHighlights) == 0x000028, "Wrong size on WBP_UI_Inventory_StoreWeaponSlotButton_C_UpdateHighlights"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_UpdateHighlights, IsFocused) == 0x000000, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_UpdateHighlights::IsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_UpdateHighlights, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_UpdateHighlights::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_UpdateHighlights, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_UpdateHighlights::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_UpdateHighlights, CallFunc_SelectColor_ReturnValue) == 0x000018, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_UpdateHighlights::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_StoreWeaponSlotButton_C_GetColorByCurrency \ +static_assert(alignof(WBP_UI_Inventory_StoreWeaponSlotButton_C_GetColorByCurrency) == 0x000004, "Wrong alignment on WBP_UI_Inventory_StoreWeaponSlotButton_C_GetColorByCurrency"); \ +static_assert(sizeof(WBP_UI_Inventory_StoreWeaponSlotButton_C_GetColorByCurrency) == 0x000058, "Wrong size on WBP_UI_Inventory_StoreWeaponSlotButton_C_GetColorByCurrency"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_GetColorByCurrency, Currency) == 0x000000, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_GetColorByCurrency::Currency' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_GetColorByCurrency, CurrencyColor) == 0x000004, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_GetColorByCurrency::CurrencyColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_GetColorByCurrency, Temp_byte_Variable) == 0x000014, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_GetColorByCurrency::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_GetColorByCurrency, CallFunc_GetGlobalColor_ReturnValue) == 0x000018, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_GetColorByCurrency::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_GetColorByCurrency, CallFunc_GetGlobalColor_ReturnValue_1) == 0x000028, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_GetColorByCurrency::CallFunc_GetGlobalColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_GetColorByCurrency, CallFunc_GetGlobalColor_ReturnValue_2) == 0x000038, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_GetColorByCurrency::CallFunc_GetGlobalColor_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_StoreWeaponSlotButton_C_GetColorByCurrency, K2Node_Select_Default) == 0x000048, "Member 'WBP_UI_Inventory_StoreWeaponSlotButton_C_GetColorByCurrency::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Inventory_StoreWeaponSlotButton_C \ +static_assert(alignof(UWBP_UI_Inventory_StoreWeaponSlotButton_C) == 0x000008, "Wrong alignment on UWBP_UI_Inventory_StoreWeaponSlotButton_C"); \ +static_assert(sizeof(UWBP_UI_Inventory_StoreWeaponSlotButton_C) == 0x000528, "Wrong size on UWBP_UI_Inventory_StoreWeaponSlotButton_C"); \ +static_assert(offsetof(UWBP_UI_Inventory_StoreWeaponSlotButton_C, UberGraphFrame) == 0x0004A8, "Member 'UWBP_UI_Inventory_StoreWeaponSlotButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_StoreWeaponSlotButton_C, HoverAnim) == 0x0004B0, "Member 'UWBP_UI_Inventory_StoreWeaponSlotButton_C::HoverAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_StoreWeaponSlotButton_C, Purchasing) == 0x0004B8, "Member 'UWBP_UI_Inventory_StoreWeaponSlotButton_C::Purchasing' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_StoreWeaponSlotButton_C, Border_Highlight) == 0x0004C0, "Member 'UWBP_UI_Inventory_StoreWeaponSlotButton_C::Border_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_StoreWeaponSlotButton_C, CostWidget) == 0x0004C8, "Member 'UWBP_UI_Inventory_StoreWeaponSlotButton_C::CostWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_StoreWeaponSlotButton_C, Image) == 0x0004D0, "Member 'UWBP_UI_Inventory_StoreWeaponSlotButton_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_StoreWeaponSlotButton_C, Image_1) == 0x0004D8, "Member 'UWBP_UI_Inventory_StoreWeaponSlotButton_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_StoreWeaponSlotButton_C, Image_2) == 0x0004E0, "Member 'UWBP_UI_Inventory_StoreWeaponSlotButton_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_StoreWeaponSlotButton_C, Image_511) == 0x0004E8, "Member 'UWBP_UI_Inventory_StoreWeaponSlotButton_C::Image_511' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_StoreWeaponSlotButton_C, Image_Background) == 0x0004F0, "Member 'UWBP_UI_Inventory_StoreWeaponSlotButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_StoreWeaponSlotButton_C, Image_BorderButton) == 0x0004F8, "Member 'UWBP_UI_Inventory_StoreWeaponSlotButton_C::Image_BorderButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_StoreWeaponSlotButton_C, Image_Lock) == 0x000500, "Member 'UWBP_UI_Inventory_StoreWeaponSlotButton_C::Image_Lock' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_StoreWeaponSlotButton_C, Overlay_Highlight_AnimationLayer) == 0x000508, "Member 'UWBP_UI_Inventory_StoreWeaponSlotButton_C::Overlay_Highlight_AnimationLayer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_StoreWeaponSlotButton_C, Text_DisplayTransaction) == 0x000510, "Member 'UWBP_UI_Inventory_StoreWeaponSlotButton_C::Text_DisplayTransaction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_StoreWeaponSlotButton_C, TextBlock_Name) == 0x000518, "Member 'UWBP_UI_Inventory_StoreWeaponSlotButton_C::TextBlock_Name' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_StoreWeaponSlotButton_C, HasText) == 0x000520, "Member 'UWBP_UI_Inventory_StoreWeaponSlotButton_C::HasText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DiscardItemPopUpBody_C_ExecuteUbergraph_WBP_UI_DiscardItemPopUpBody \ +static_assert(alignof(WBP_UI_DiscardItemPopUpBody_C_ExecuteUbergraph_WBP_UI_DiscardItemPopUpBody) == 0x000008, "Wrong alignment on WBP_UI_DiscardItemPopUpBody_C_ExecuteUbergraph_WBP_UI_DiscardItemPopUpBody"); \ +static_assert(sizeof(WBP_UI_DiscardItemPopUpBody_C_ExecuteUbergraph_WBP_UI_DiscardItemPopUpBody) == 0x000010, "Wrong size on WBP_UI_DiscardItemPopUpBody_C_ExecuteUbergraph_WBP_UI_DiscardItemPopUpBody"); \ +static_assert(offsetof(WBP_UI_DiscardItemPopUpBody_C_ExecuteUbergraph_WBP_UI_DiscardItemPopUpBody, EntryPoint) == 0x000000, "Member 'WBP_UI_DiscardItemPopUpBody_C_ExecuteUbergraph_WBP_UI_DiscardItemPopUpBody::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DiscardItemPopUpBody_C_ExecuteUbergraph_WBP_UI_DiscardItemPopUpBody, K2Node_Event_OutLoadedSprite) == 0x000008, "Member 'WBP_UI_DiscardItemPopUpBody_C_ExecuteUbergraph_WBP_UI_DiscardItemPopUpBody::K2Node_Event_OutLoadedSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DiscardItemPopUpBody_C_SpriteLoaded \ +static_assert(alignof(WBP_UI_DiscardItemPopUpBody_C_SpriteLoaded) == 0x000008, "Wrong alignment on WBP_UI_DiscardItemPopUpBody_C_SpriteLoaded"); \ +static_assert(sizeof(WBP_UI_DiscardItemPopUpBody_C_SpriteLoaded) == 0x000008, "Wrong size on WBP_UI_DiscardItemPopUpBody_C_SpriteLoaded"); \ +static_assert(offsetof(WBP_UI_DiscardItemPopUpBody_C_SpriteLoaded, OutLoadedSprite) == 0x000000, "Member 'WBP_UI_DiscardItemPopUpBody_C_SpriteLoaded::OutLoadedSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_DiscardItemPopUpBody_C \ +static_assert(alignof(UWBP_UI_DiscardItemPopUpBody_C) == 0x000008, "Wrong alignment on UWBP_UI_DiscardItemPopUpBody_C"); \ +static_assert(sizeof(UWBP_UI_DiscardItemPopUpBody_C) == 0x0002C8, "Wrong size on UWBP_UI_DiscardItemPopUpBody_C"); \ +static_assert(offsetof(UWBP_UI_DiscardItemPopUpBody_C, UberGraphFrame) == 0x0002B8, "Member 'UWBP_UI_DiscardItemPopUpBody_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DiscardItemPopUpBody_C, Widget_Icon) == 0x0002C0, "Member 'UWBP_UI_DiscardItemPopUpBody_C::Widget_Icon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget \ +static_assert(alignof(WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget) == 0x000008, "Wrong alignment on WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget"); \ +static_assert(sizeof(WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget) == 0x000050, "Wrong size on WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget, EntryPoint) == 0x000000, "Member 'WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget, K2Node_Event_NewValue) == 0x000008, "Member 'WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget::K2Node_Event_NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget, K2Node_Event_bIsInitial_2) == 0x000010, "Member 'WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget::K2Node_Event_bIsInitial_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget, K2Node_Event_IsDesignTime) == 0x000011, "Member 'WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget, CallFunc_GetGlobalColor_ReturnValue) == 0x000014, "Member 'WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget, CallFunc_GetGlobalColor_ReturnValue_1) == 0x000024, "Member 'WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget::CallFunc_GetGlobalColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget, CallFunc_GetGlobalColor_ReturnValue_2) == 0x000034, "Member 'WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget::CallFunc_GetGlobalColor_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget, K2Node_Event_InCurrencyType) == 0x000044, "Member 'WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget::K2Node_Event_InCurrencyType' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget, K2Node_Event_bIsInitial_1) == 0x000045, "Member 'WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget::K2Node_Event_bIsInitial_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget, K2Node_Event_bInIsAfforded) == 0x000046, "Member 'WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget::K2Node_Event_bInIsAfforded' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget, K2Node_Event_bIsInitial) == 0x000047, "Member 'WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget::K2Node_Event_bIsInitial' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget, CallFunc_Not_PreBool_ReturnValue) == 0x000048, "Member 'WBP_Widget_CurrencyWidget_C_ExecuteUbergraph_WBP_Widget_CurrencyWidget::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Widget_CurrencyWidget_C_OnAffordedChanged \ +static_assert(alignof(WBP_Widget_CurrencyWidget_C_OnAffordedChanged) == 0x000001, "Wrong alignment on WBP_Widget_CurrencyWidget_C_OnAffordedChanged"); \ +static_assert(sizeof(WBP_Widget_CurrencyWidget_C_OnAffordedChanged) == 0x000002, "Wrong size on WBP_Widget_CurrencyWidget_C_OnAffordedChanged"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_OnAffordedChanged, bInIsAfforded) == 0x000000, "Member 'WBP_Widget_CurrencyWidget_C_OnAffordedChanged::bInIsAfforded' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_OnAffordedChanged, bIsInitial) == 0x000001, "Member 'WBP_Widget_CurrencyWidget_C_OnAffordedChanged::bIsInitial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Widget_CurrencyWidget_C_OnCurrencyTypeChanged \ +static_assert(alignof(WBP_Widget_CurrencyWidget_C_OnCurrencyTypeChanged) == 0x000001, "Wrong alignment on WBP_Widget_CurrencyWidget_C_OnCurrencyTypeChanged"); \ +static_assert(sizeof(WBP_Widget_CurrencyWidget_C_OnCurrencyTypeChanged) == 0x000002, "Wrong size on WBP_Widget_CurrencyWidget_C_OnCurrencyTypeChanged"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_OnCurrencyTypeChanged, InCurrencyType) == 0x000000, "Member 'WBP_Widget_CurrencyWidget_C_OnCurrencyTypeChanged::InCurrencyType' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_OnCurrencyTypeChanged, bIsInitial) == 0x000001, "Member 'WBP_Widget_CurrencyWidget_C_OnCurrencyTypeChanged::bIsInitial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Widget_CurrencyWidget_C_PreConstruct \ +static_assert(alignof(WBP_Widget_CurrencyWidget_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Widget_CurrencyWidget_C_PreConstruct"); \ +static_assert(sizeof(WBP_Widget_CurrencyWidget_C_PreConstruct) == 0x000001, "Wrong size on WBP_Widget_CurrencyWidget_C_PreConstruct"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Widget_CurrencyWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Widget_CurrencyWidget_C_OnCurrencyValueChanged \ +static_assert(alignof(WBP_Widget_CurrencyWidget_C_OnCurrencyValueChanged) == 0x000008, "Wrong alignment on WBP_Widget_CurrencyWidget_C_OnCurrencyValueChanged"); \ +static_assert(sizeof(WBP_Widget_CurrencyWidget_C_OnCurrencyValueChanged) == 0x000010, "Wrong size on WBP_Widget_CurrencyWidget_C_OnCurrencyValueChanged"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_OnCurrencyValueChanged, NewValue) == 0x000000, "Member 'WBP_Widget_CurrencyWidget_C_OnCurrencyValueChanged::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_OnCurrencyValueChanged, bIsInitial) == 0x000008, "Member 'WBP_Widget_CurrencyWidget_C_OnCurrencyValueChanged::bIsInitial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Widget_CurrencyWidget_C_SetCurrencyText \ +static_assert(alignof(WBP_Widget_CurrencyWidget_C_SetCurrencyText) == 0x000008, "Wrong alignment on WBP_Widget_CurrencyWidget_C_SetCurrencyText"); \ +static_assert(sizeof(WBP_Widget_CurrencyWidget_C_SetCurrencyText) == 0x000020, "Wrong size on WBP_Widget_CurrencyWidget_C_SetCurrencyText"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_SetCurrencyText, InValue) == 0x000000, "Member 'WBP_Widget_CurrencyWidget_C_SetCurrencyText::InValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_SetCurrencyText, CallFunc_Conv_Int64ToText_ReturnValue) == 0x000008, "Member 'WBP_Widget_CurrencyWidget_C_SetCurrencyText::CallFunc_Conv_Int64ToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Widget_CurrencyWidget_C_SetFontAndColor \ +static_assert(alignof(WBP_Widget_CurrencyWidget_C_SetFontAndColor) == 0x000008, "Wrong alignment on WBP_Widget_CurrencyWidget_C_SetFontAndColor"); \ +static_assert(sizeof(WBP_Widget_CurrencyWidget_C_SetFontAndColor) == 0x000090, "Wrong size on WBP_Widget_CurrencyWidget_C_SetFontAndColor"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_SetFontAndColor, InSlateFont) == 0x000000, "Member 'WBP_Widget_CurrencyWidget_C_SetFontAndColor::InSlateFont' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_SetFontAndColor, InSlateColor) == 0x000060, "Member 'WBP_Widget_CurrencyWidget_C_SetFontAndColor::InSlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_SetFontAndColor, FontSize) == 0x000088, "Member 'WBP_Widget_CurrencyWidget_C_SetFontAndColor::FontSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Widget_CurrencyWidget_C_UpdateCurrencyIcon \ +static_assert(alignof(WBP_Widget_CurrencyWidget_C_UpdateCurrencyIcon) == 0x000004, "Wrong alignment on WBP_Widget_CurrencyWidget_C_UpdateCurrencyIcon"); \ +static_assert(sizeof(WBP_Widget_CurrencyWidget_C_UpdateCurrencyIcon) == 0x000014, "Wrong size on WBP_Widget_CurrencyWidget_C_UpdateCurrencyIcon"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_UpdateCurrencyIcon, IconColor) == 0x000000, "Member 'WBP_Widget_CurrencyWidget_C_UpdateCurrencyIcon::IconColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_UpdateCurrencyIcon, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000010, "Member 'WBP_Widget_CurrencyWidget_C_UpdateCurrencyIcon::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Widget_CurrencyWidget_C_SetForbidden \ +static_assert(alignof(WBP_Widget_CurrencyWidget_C_SetForbidden) == 0x000008, "Wrong alignment on WBP_Widget_CurrencyWidget_C_SetForbidden"); \ +static_assert(sizeof(WBP_Widget_CurrencyWidget_C_SetForbidden) == 0x000040, "Wrong size on WBP_Widget_CurrencyWidget_C_SetForbidden"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_SetForbidden, IsForbidden) == 0x000000, "Member 'WBP_Widget_CurrencyWidget_C_SetForbidden::IsForbidden' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_SetForbidden, CallFunc_GetGlobalColor_ReturnValue) == 0x000004, "Member 'WBP_Widget_CurrencyWidget_C_SetForbidden::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_SetForbidden, K2Node_MakeStruct_SlateColor) == 0x000018, "Member 'WBP_Widget_CurrencyWidget_C_SetForbidden::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Widget_CurrencyWidget_C_UpdateCost \ +static_assert(alignof(WBP_Widget_CurrencyWidget_C_UpdateCost) == 0x000008, "Wrong alignment on WBP_Widget_CurrencyWidget_C_UpdateCost"); \ +static_assert(sizeof(WBP_Widget_CurrencyWidget_C_UpdateCost) == 0x000018, "Wrong size on WBP_Widget_CurrencyWidget_C_UpdateCost"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_UpdateCost, InCurrency) == 0x000000, "Member 'WBP_Widget_CurrencyWidget_C_UpdateCost::InCurrency' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_UpdateCost, InCost) == 0x000008, "Member 'WBP_Widget_CurrencyWidget_C_UpdateCost::InCost' has a wrong offset!"); \ +static_assert(offsetof(WBP_Widget_CurrencyWidget_C_UpdateCost, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000010, "Member 'WBP_Widget_CurrencyWidget_C_UpdateCost::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Widget_CurrencyWidget_C \ +static_assert(alignof(UWBP_Widget_CurrencyWidget_C) == 0x000008, "Wrong alignment on UWBP_Widget_CurrencyWidget_C"); \ +static_assert(sizeof(UWBP_Widget_CurrencyWidget_C) == 0x000378, "Wrong size on UWBP_Widget_CurrencyWidget_C"); \ +static_assert(offsetof(UWBP_Widget_CurrencyWidget_C, UberGraphFrame) == 0x0002A8, "Member 'UWBP_Widget_CurrencyWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Widget_CurrencyWidget_C, CashIcon) == 0x0002B0, "Member 'UWBP_Widget_CurrencyWidget_C::CashIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Widget_CurrencyWidget_C, CreditIcon) == 0x0002B8, "Member 'UWBP_Widget_CurrencyWidget_C::CreditIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Widget_CurrencyWidget_C, GoldIcon) == 0x0002C0, "Member 'UWBP_Widget_CurrencyWidget_C::GoldIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Widget_CurrencyWidget_C, IconSwitcher) == 0x0002C8, "Member 'UWBP_Widget_CurrencyWidget_C::IconSwitcher' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Widget_CurrencyWidget_C, Text_CurrencyAmount) == 0x0002D0, "Member 'UWBP_Widget_CurrencyWidget_C::Text_CurrencyAmount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Widget_CurrencyWidget_C, WidgetFont) == 0x0002D8, "Member 'UWBP_Widget_CurrencyWidget_C::WidgetFont' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Widget_CurrencyWidget_C, WidgetColor) == 0x000338, "Member 'UWBP_Widget_CurrencyWidget_C::WidgetColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Widget_CurrencyWidget_C, EditorValueT) == 0x000360, "Member 'UWBP_Widget_CurrencyWidget_C::EditorValueT' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_PlayerDefeatTimer_C \ +static_assert(alignof(UWBP_UI_Widget_PlayerDefeatTimer_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_PlayerDefeatTimer_C"); \ +static_assert(sizeof(UWBP_UI_Widget_PlayerDefeatTimer_C) == 0x0002A8, "Wrong size on UWBP_UI_Widget_PlayerDefeatTimer_C"); \ + +#define DUMPER7_ASSERTS_ABP_MethBag_Burnt_C \ +static_assert(alignof(ABP_MethBag_Burnt_C) == 0x000008, "Wrong alignment on ABP_MethBag_Burnt_C"); \ +static_assert(sizeof(ABP_MethBag_Burnt_C) == 0x0003D8, "Wrong size on ABP_MethBag_Burnt_C"); \ +static_assert(offsetof(ABP_MethBag_Burnt_C, FX_Bag_Dyed) == 0x0003C0, "Member 'ABP_MethBag_Burnt_C::FX_Bag_Dyed' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethBag_Burnt_C, SBZOutline) == 0x0003C8, "Member 'ABP_MethBag_Burnt_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethBag_Burnt_C, StaticMesh) == 0x0003D0, "Member 'ABP_MethBag_Burnt_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay \ +static_assert(alignof(WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay) == 0x000008, "Wrong alignment on WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay"); \ +static_assert(sizeof(WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay) == 0x000070, "Wrong size on WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay, EntryPoint) == 0x000000, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay, K2Node_CustomEvent_InventoryItem) == 0x000008, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay::K2Node_CustomEvent_InventoryItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay, K2Node_CustomEvent_Cost) == 0x000010, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay::K2Node_CustomEvent_Cost' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay, K2Node_CustomEvent_Currency) == 0x000018, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay::K2Node_CustomEvent_Currency' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay, K2Node_CustomEvent_DiscountedPrice) == 0x000020, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay::K2Node_CustomEvent_DiscountedPrice' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay, K2Node_CustomEvent_DiscountedAmount) == 0x000028, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay::K2Node_CustomEvent_DiscountedAmount' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay, K2Node_CustomEvent_DiscountedPercentage) == 0x00002C, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay::K2Node_CustomEvent_DiscountedPercentage' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay, K2Node_DynamicCast_AsSBZCoin_Data) == 0x000030, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay::K2Node_DynamicCast_AsSBZCoin_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay, CallFunc_GetDisplayName_OutDisplayName) == 0x000040, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay, CallFunc_GetDisplayName_OutHasText) == 0x000058, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay, CallFunc_MakeVector2D_ReturnValue) == 0x00005C, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay, CallFunc_MakeVector2D_ReturnValue_1) == 0x000064, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_ExecuteUbergraph_WBP_ConfirmationPopup_InventoryItemDisplay::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ConfirmationPopup_InventoryItemDisplay_C_InitializeItem \ +static_assert(alignof(WBP_ConfirmationPopup_InventoryItemDisplay_C_InitializeItem) == 0x000008, "Wrong alignment on WBP_ConfirmationPopup_InventoryItemDisplay_C_InitializeItem"); \ +static_assert(sizeof(WBP_ConfirmationPopup_InventoryItemDisplay_C_InitializeItem) == 0x000028, "Wrong size on WBP_ConfirmationPopup_InventoryItemDisplay_C_InitializeItem"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_InitializeItem, InventoryItem) == 0x000000, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_InitializeItem::InventoryItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_InitializeItem, Cost) == 0x000008, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_InitializeItem::Cost' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_InitializeItem, Currency) == 0x000010, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_InitializeItem::Currency' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_InitializeItem, DiscountedPrice) == 0x000018, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_InitializeItem::DiscountedPrice' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_InitializeItem, DiscountedAmount) == 0x000020, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_InitializeItem::DiscountedAmount' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_InitializeItem, DiscountedPercentage) == 0x000024, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_InitializeItem::DiscountedPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ConfirmationPopup_InventoryItemDisplay_C_SetPrice \ +static_assert(alignof(WBP_ConfirmationPopup_InventoryItemDisplay_C_SetPrice) == 0x000008, "Wrong alignment on WBP_ConfirmationPopup_InventoryItemDisplay_C_SetPrice"); \ +static_assert(sizeof(WBP_ConfirmationPopup_InventoryItemDisplay_C_SetPrice) == 0x000040, "Wrong size on WBP_ConfirmationPopup_InventoryItemDisplay_C_SetPrice"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_SetPrice, Price) == 0x000000, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_SetPrice::Price' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_SetPrice, Currency) == 0x000008, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_SetPrice::Currency' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_SetPrice, DiscountedPrice) == 0x000010, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_SetPrice::DiscountedPrice' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_SetPrice, DiscountedAmount) == 0x000018, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_SetPrice::DiscountedAmount' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_SetPrice, DiscountedPercentage) == 0x00001C, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_SetPrice::DiscountedPercentage' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_SetPrice, CallFunc_Greater_IntInt_ReturnValue) == 0x000020, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_SetPrice::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_SetPrice, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000021, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_SetPrice::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_SetPrice, CallFunc_BooleanOR_ReturnValue) == 0x000022, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_SetPrice::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_SetPrice, CallFunc_SelectInt_ReturnValue) == 0x000024, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_SetPrice::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConfirmationPopup_InventoryItemDisplay_C_SetPrice, CallFunc_Conv_Int64ToText_ReturnValue) == 0x000028, "Member 'WBP_ConfirmationPopup_InventoryItemDisplay_C_SetPrice::CallFunc_Conv_Int64ToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ConfirmationPopup_InventoryItemDisplay_C \ +static_assert(alignof(UWBP_ConfirmationPopup_InventoryItemDisplay_C) == 0x000008, "Wrong alignment on UWBP_ConfirmationPopup_InventoryItemDisplay_C"); \ +static_assert(sizeof(UWBP_ConfirmationPopup_InventoryItemDisplay_C) == 0x0002C8, "Wrong size on UWBP_ConfirmationPopup_InventoryItemDisplay_C"); \ +static_assert(offsetof(UWBP_ConfirmationPopup_InventoryItemDisplay_C, UberGraphFrame) == 0x000290, "Member 'UWBP_ConfirmationPopup_InventoryItemDisplay_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ConfirmationPopup_InventoryItemDisplay_C, DefaultPrice_T) == 0x000298, "Member 'UWBP_ConfirmationPopup_InventoryItemDisplay_C::DefaultPrice_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ConfirmationPopup_InventoryItemDisplay_C, DiscountedPriceCurrency) == 0x0002A0, "Member 'UWBP_ConfirmationPopup_InventoryItemDisplay_C::DiscountedPriceCurrency' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ConfirmationPopup_InventoryItemDisplay_C, ItemCost_WS) == 0x0002A8, "Member 'UWBP_ConfirmationPopup_InventoryItemDisplay_C::ItemCost_WS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ConfirmationPopup_InventoryItemDisplay_C, ItemIcon) == 0x0002B0, "Member 'UWBP_ConfirmationPopup_InventoryItemDisplay_C::ItemIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ConfirmationPopup_InventoryItemDisplay_C, NameText) == 0x0002B8, "Member 'UWBP_ConfirmationPopup_InventoryItemDisplay_C::NameText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ConfirmationPopup_InventoryItemDisplay_C, StandardPrice) == 0x0002C0, "Member 'UWBP_ConfirmationPopup_InventoryItemDisplay_C::StandardPrice' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Loadout_ConfirmationPopup_C_ExecuteUbergraph_WBP_Loadout_ConfirmationPopup \ +static_assert(alignof(WBP_Loadout_ConfirmationPopup_C_ExecuteUbergraph_WBP_Loadout_ConfirmationPopup) == 0x000004, "Wrong alignment on WBP_Loadout_ConfirmationPopup_C_ExecuteUbergraph_WBP_Loadout_ConfirmationPopup"); \ +static_assert(sizeof(WBP_Loadout_ConfirmationPopup_C_ExecuteUbergraph_WBP_Loadout_ConfirmationPopup) == 0x000004, "Wrong size on WBP_Loadout_ConfirmationPopup_C_ExecuteUbergraph_WBP_Loadout_ConfirmationPopup"); \ +static_assert(offsetof(WBP_Loadout_ConfirmationPopup_C_ExecuteUbergraph_WBP_Loadout_ConfirmationPopup, EntryPoint) == 0x000000, "Member 'WBP_Loadout_ConfirmationPopup_C_ExecuteUbergraph_WBP_Loadout_ConfirmationPopup::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Loadout_ConfirmationPopup_C \ +static_assert(alignof(UWBP_Loadout_ConfirmationPopup_C) == 0x000008, "Wrong alignment on UWBP_Loadout_ConfirmationPopup_C"); \ +static_assert(sizeof(UWBP_Loadout_ConfirmationPopup_C) == 0x000338, "Wrong size on UWBP_Loadout_ConfirmationPopup_C"); \ +static_assert(offsetof(UWBP_Loadout_ConfirmationPopup_C, UberGraphFrame) == 0x000328, "Member 'UWBP_Loadout_ConfirmationPopup_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Loadout_ConfirmationPopup_C, WBP_ConfirmationPopup_InventoryItemDisplay) == 0x000330, "Member 'UWBP_Loadout_ConfirmationPopup_C::WBP_ConfirmationPopup_InventoryItemDisplay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton \ +static_assert(alignof(WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton) == 0x000008, "Wrong alignment on WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton"); \ +static_assert(sizeof(WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton) == 0x0000C8, "Wrong size on WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton, EntryPoint) == 0x000000, "Member 'WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton, Temp_byte_Variable) == 0x000004, "Member 'WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton, Temp_byte_Variable_1) == 0x000005, "Member 'WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton, K2Node_Event_bInHasFocus) == 0x000006, "Member 'WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton, K2Node_Event_InWeaponPartProgression) == 0x000008, "Member 'WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton::K2Node_Event_InWeaponPartProgression' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton, K2Node_Event_bInIsEquipped) == 0x0000A0, "Member 'WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton::K2Node_Event_bInIsEquipped' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton, K2Node_Event_bInIsDisabled) == 0x0000A1, "Member 'WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton, CallFunc_IsAnimationPlaying_ReturnValue) == 0x0000A2, "Member 'WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton, CallFunc_PlayAnimationForward_ReturnValue) == 0x0000A8, "Member 'WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton, K2Node_Event_IsDesignTime) == 0x0000B0, "Member 'WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x0000B8, "Member 'WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton, Temp_bool_Variable) == 0x0000C0, "Member 'WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton, K2Node_Select_Default) == 0x0000C1, "Member 'WBP_UI_WeaponPartProgressionButton_C_ExecuteUbergraph_WBP_UI_WeaponPartProgressionButton::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponPartProgressionButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_WeaponPartProgressionButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_WeaponPartProgressionButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_WeaponPartProgressionButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_WeaponPartProgressionButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_WeaponPartProgressionButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponPartProgressionButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_UI_WeaponPartProgressionButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_UI_WeaponPartProgressionButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_UI_WeaponPartProgressionButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_UI_WeaponPartProgressionButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_UI_WeaponPartProgressionButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponPartProgressionButton_C_OnEquippedChanged \ +static_assert(alignof(WBP_UI_WeaponPartProgressionButton_C_OnEquippedChanged) == 0x000001, "Wrong alignment on WBP_UI_WeaponPartProgressionButton_C_OnEquippedChanged"); \ +static_assert(sizeof(WBP_UI_WeaponPartProgressionButton_C_OnEquippedChanged) == 0x000001, "Wrong size on WBP_UI_WeaponPartProgressionButton_C_OnEquippedChanged"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_OnEquippedChanged, bInIsEquipped) == 0x000000, "Member 'WBP_UI_WeaponPartProgressionButton_C_OnEquippedChanged::bInIsEquipped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponPartProgressionButton_C_WeaponPartProgressionInitialized \ +static_assert(alignof(WBP_UI_WeaponPartProgressionButton_C_WeaponPartProgressionInitialized) == 0x000008, "Wrong alignment on WBP_UI_WeaponPartProgressionButton_C_WeaponPartProgressionInitialized"); \ +static_assert(sizeof(WBP_UI_WeaponPartProgressionButton_C_WeaponPartProgressionInitialized) == 0x000098, "Wrong size on WBP_UI_WeaponPartProgressionButton_C_WeaponPartProgressionInitialized"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_WeaponPartProgressionInitialized, InWeaponPartProgression) == 0x000000, "Member 'WBP_UI_WeaponPartProgressionButton_C_WeaponPartProgressionInitialized::InWeaponPartProgression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponPartProgressionButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_WeaponPartProgressionButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_WeaponPartProgressionButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_WeaponPartProgressionButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_WeaponPartProgressionButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_WeaponPartProgressionButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponPartProgressionButton_C_OnFocusChanged \ +static_assert(alignof(WBP_UI_WeaponPartProgressionButton_C_OnFocusChanged) == 0x000008, "Wrong alignment on WBP_UI_WeaponPartProgressionButton_C_OnFocusChanged"); \ +static_assert(sizeof(WBP_UI_WeaponPartProgressionButton_C_OnFocusChanged) == 0x000028, "Wrong size on WBP_UI_WeaponPartProgressionButton_C_OnFocusChanged"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_OnFocusChanged, bIsFocused) == 0x000000, "Member 'WBP_UI_WeaponPartProgressionButton_C_OnFocusChanged::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_OnFocusChanged, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_UI_WeaponPartProgressionButton_C_OnFocusChanged::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_OnFocusChanged, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_UI_WeaponPartProgressionButton_C_OnFocusChanged::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_OnFocusChanged, CallFunc_SelectColor_ReturnValue) == 0x000018, "Member 'WBP_UI_WeaponPartProgressionButton_C_OnFocusChanged::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponPartProgressionButton_C_InitItem \ +static_assert(alignof(WBP_UI_WeaponPartProgressionButton_C_InitItem) == 0x000008, "Wrong alignment on WBP_UI_WeaponPartProgressionButton_C_InitItem"); \ +static_assert(sizeof(WBP_UI_WeaponPartProgressionButton_C_InitItem) == 0x000028, "Wrong size on WBP_UI_WeaponPartProgressionButton_C_InitItem"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_InitItem, InItemData) == 0x000000, "Member 'WBP_UI_WeaponPartProgressionButton_C_InitItem::InItemData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_InitItem, CallFunc_GetDisplayName_OutDisplayName) == 0x000008, "Member 'WBP_UI_WeaponPartProgressionButton_C_InitItem::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_InitItem, CallFunc_GetDisplayName_OutHasText) == 0x000020, "Member 'WBP_UI_WeaponPartProgressionButton_C_InitItem::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_InitItem, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'WBP_UI_WeaponPartProgressionButton_C_InitItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponPartProgressionButton_C_InitButtonState \ +static_assert(alignof(WBP_UI_WeaponPartProgressionButton_C_InitButtonState) == 0x000008, "Wrong alignment on WBP_UI_WeaponPartProgressionButton_C_InitButtonState"); \ +static_assert(sizeof(WBP_UI_WeaponPartProgressionButton_C_InitButtonState) == 0x000110, "Wrong size on WBP_UI_WeaponPartProgressionButton_C_InitButtonState"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_InitButtonState, InWeaponPartProgression) == 0x000000, "Member 'WBP_UI_WeaponPartProgressionButton_C_InitButtonState::InWeaponPartProgression' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_InitButtonState, K2Node_SwitchEnum_CmpSuccess) == 0x000098, "Member 'WBP_UI_WeaponPartProgressionButton_C_InitButtonState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_InitButtonState, K2Node_MakeStruct_FormatArgumentData) == 0x0000A0, "Member 'WBP_UI_WeaponPartProgressionButton_C_InitButtonState::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_InitButtonState, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000E0, "Member 'WBP_UI_WeaponPartProgressionButton_C_InitButtonState::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_InitButtonState, K2Node_MakeArray_Array) == 0x0000E8, "Member 'WBP_UI_WeaponPartProgressionButton_C_InitButtonState::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_InitButtonState, CallFunc_Format_ReturnValue) == 0x0000F8, "Member 'WBP_UI_WeaponPartProgressionButton_C_InitButtonState::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponPartProgressionButton_C_SetDefaultButton \ +static_assert(alignof(WBP_UI_WeaponPartProgressionButton_C_SetDefaultButton) == 0x000008, "Wrong alignment on WBP_UI_WeaponPartProgressionButton_C_SetDefaultButton"); \ +static_assert(sizeof(WBP_UI_WeaponPartProgressionButton_C_SetDefaultButton) == 0x000008, "Wrong size on WBP_UI_WeaponPartProgressionButton_C_SetDefaultButton"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_SetDefaultButton, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000000, "Member 'WBP_UI_WeaponPartProgressionButton_C_SetDefaultButton::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponPartProgressionButton_C_OnDisabledChanged \ +static_assert(alignof(WBP_UI_WeaponPartProgressionButton_C_OnDisabledChanged) == 0x000001, "Wrong alignment on WBP_UI_WeaponPartProgressionButton_C_OnDisabledChanged"); \ +static_assert(sizeof(WBP_UI_WeaponPartProgressionButton_C_OnDisabledChanged) == 0x000009, "Wrong size on WBP_UI_WeaponPartProgressionButton_C_OnDisabledChanged"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_OnDisabledChanged, InDisabled) == 0x000000, "Member 'WBP_UI_WeaponPartProgressionButton_C_OnDisabledChanged::InDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_OnDisabledChanged, Temp_byte_Variable) == 0x000001, "Member 'WBP_UI_WeaponPartProgressionButton_C_OnDisabledChanged::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_OnDisabledChanged, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_UI_WeaponPartProgressionButton_C_OnDisabledChanged::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_OnDisabledChanged, Temp_bool_Variable) == 0x000003, "Member 'WBP_UI_WeaponPartProgressionButton_C_OnDisabledChanged::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_OnDisabledChanged, Temp_byte_Variable_2) == 0x000004, "Member 'WBP_UI_WeaponPartProgressionButton_C_OnDisabledChanged::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_OnDisabledChanged, Temp_byte_Variable_3) == 0x000005, "Member 'WBP_UI_WeaponPartProgressionButton_C_OnDisabledChanged::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_OnDisabledChanged, Temp_bool_Variable_1) == 0x000006, "Member 'WBP_UI_WeaponPartProgressionButton_C_OnDisabledChanged::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_OnDisabledChanged, K2Node_Select_Default) == 0x000007, "Member 'WBP_UI_WeaponPartProgressionButton_C_OnDisabledChanged::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_OnDisabledChanged, K2Node_Select_Default_1) == 0x000008, "Member 'WBP_UI_WeaponPartProgressionButton_C_OnDisabledChanged::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponPartProgressionButton_C_SetLockedByDLC \ +static_assert(alignof(WBP_UI_WeaponPartProgressionButton_C_SetLockedByDLC) == 0x000008, "Wrong alignment on WBP_UI_WeaponPartProgressionButton_C_SetLockedByDLC"); \ +static_assert(sizeof(WBP_UI_WeaponPartProgressionButton_C_SetLockedByDLC) == 0x000028, "Wrong size on WBP_UI_WeaponPartProgressionButton_C_SetLockedByDLC"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_SetLockedByDLC, K2Node_MakeArray_Array) == 0x000000, "Member 'WBP_UI_WeaponPartProgressionButton_C_SetLockedByDLC::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_SetLockedByDLC, CallFunc_Format_ReturnValue) == 0x000010, "Member 'WBP_UI_WeaponPartProgressionButton_C_SetLockedByDLC::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponPartProgressionButton_C_SetCurrencyTypeAndValue \ +static_assert(alignof(WBP_UI_WeaponPartProgressionButton_C_SetCurrencyTypeAndValue) == 0x000008, "Wrong alignment on WBP_UI_WeaponPartProgressionButton_C_SetCurrencyTypeAndValue"); \ +static_assert(sizeof(WBP_UI_WeaponPartProgressionButton_C_SetCurrencyTypeAndValue) == 0x000010, "Wrong size on WBP_UI_WeaponPartProgressionButton_C_SetCurrencyTypeAndValue"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_SetCurrencyTypeAndValue, InCurrencyValue) == 0x000000, "Member 'WBP_UI_WeaponPartProgressionButton_C_SetCurrencyTypeAndValue::InCurrencyValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_SetCurrencyTypeAndValue, InCurrencyType) == 0x000008, "Member 'WBP_UI_WeaponPartProgressionButton_C_SetCurrencyTypeAndValue::InCurrencyType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponPartProgressionButton_C_SetLockedByLevel \ +static_assert(alignof(WBP_UI_WeaponPartProgressionButton_C_SetLockedByLevel) == 0x000008, "Wrong alignment on WBP_UI_WeaponPartProgressionButton_C_SetLockedByLevel"); \ +static_assert(sizeof(WBP_UI_WeaponPartProgressionButton_C_SetLockedByLevel) == 0x000070, "Wrong size on WBP_UI_WeaponPartProgressionButton_C_SetLockedByLevel"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_SetLockedByLevel, InLockedLevel) == 0x000000, "Member 'WBP_UI_WeaponPartProgressionButton_C_SetLockedByLevel::InLockedLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_SetLockedByLevel, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'WBP_UI_WeaponPartProgressionButton_C_SetLockedByLevel::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_SetLockedByLevel, K2Node_MakeArray_Array) == 0x000048, "Member 'WBP_UI_WeaponPartProgressionButton_C_SetLockedByLevel::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponPartProgressionButton_C_SetLockedByLevel, CallFunc_Format_ReturnValue) == 0x000058, "Member 'WBP_UI_WeaponPartProgressionButton_C_SetLockedByLevel::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_WeaponPartProgressionButton_C \ +static_assert(alignof(UWBP_UI_WeaponPartProgressionButton_C) == 0x000008, "Wrong alignment on UWBP_UI_WeaponPartProgressionButton_C"); \ +static_assert(sizeof(UWBP_UI_WeaponPartProgressionButton_C) == 0x0004E0, "Wrong size on UWBP_UI_WeaponPartProgressionButton_C"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, UberGraphFrame) == 0x000410, "Member 'UWBP_UI_WeaponPartProgressionButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, Default) == 0x000418, "Member 'UWBP_UI_WeaponPartProgressionButton_C::Default' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, HoverAnim) == 0x000420, "Member 'UWBP_UI_WeaponPartProgressionButton_C::HoverAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, Locked_A) == 0x000428, "Member 'UWBP_UI_WeaponPartProgressionButton_C::Locked_A' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, Border_Highlight) == 0x000430, "Member 'UWBP_UI_WeaponPartProgressionButton_C::Border_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, Default_info) == 0x000438, "Member 'UWBP_UI_WeaponPartProgressionButton_C::Default_info' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, Disabled_I) == 0x000440, "Member 'UWBP_UI_WeaponPartProgressionButton_C::Disabled_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, EquippedB) == 0x000448, "Member 'UWBP_UI_WeaponPartProgressionButton_C::EquippedB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, Image) == 0x000450, "Member 'UWBP_UI_WeaponPartProgressionButton_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, Image_1) == 0x000458, "Member 'UWBP_UI_WeaponPartProgressionButton_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, Image_2) == 0x000460, "Member 'UWBP_UI_WeaponPartProgressionButton_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, Image_7) == 0x000468, "Member 'UWBP_UI_WeaponPartProgressionButton_C::Image_7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, Image_8) == 0x000470, "Member 'UWBP_UI_WeaponPartProgressionButton_C::Image_8' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, Image_9) == 0x000478, "Member 'UWBP_UI_WeaponPartProgressionButton_C::Image_9' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, Image_98) == 0x000480, "Member 'UWBP_UI_WeaponPartProgressionButton_C::Image_98' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, Image_511) == 0x000488, "Member 'UWBP_UI_WeaponPartProgressionButton_C::Image_511' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, ItemIcon) == 0x000490, "Member 'UWBP_UI_WeaponPartProgressionButton_C::ItemIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, ItemName_T) == 0x000498, "Member 'UWBP_UI_WeaponPartProgressionButton_C::ItemName_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, LockedStatus_T) == 0x0004A0, "Member 'UWBP_UI_WeaponPartProgressionButton_C::LockedStatus_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, Preset_O) == 0x0004A8, "Member 'UWBP_UI_WeaponPartProgressionButton_C::Preset_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, PurchaseInfo_WS) == 0x0004B0, "Member 'UWBP_UI_WeaponPartProgressionButton_C::PurchaseInfo_WS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, UnlockLvl_T) == 0x0004B8, "Member 'UWBP_UI_WeaponPartProgressionButton_C::UnlockLvl_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, WBP_Widget_CurrencyWidget) == 0x0004C0, "Member 'UWBP_UI_WeaponPartProgressionButton_C::WBP_Widget_CurrencyWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, IconDisabledOpacity) == 0x0004C8, "Member 'UWBP_UI_WeaponPartProgressionButton_C::IconDisabledOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, IconDefaultOpacity) == 0x0004CC, "Member 'UWBP_UI_WeaponPartProgressionButton_C::IconDefaultOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, EmptyBottomInfoIndex_WS) == 0x0004D0, "Member 'UWBP_UI_WeaponPartProgressionButton_C::EmptyBottomInfoIndex_WS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, LockedBottomInfoIndex_WS) == 0x0004D4, "Member 'UWBP_UI_WeaponPartProgressionButton_C::LockedBottomInfoIndex_WS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, CurrencyBottomInfoIndex_WS) == 0x0004D8, "Member 'UWBP_UI_WeaponPartProgressionButton_C::CurrencyBottomInfoIndex_WS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponPartProgressionButton_C, HasFocus) == 0x0004DC, "Member 'UWBP_UI_WeaponPartProgressionButton_C::HasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_SummedCost_C_Setup \ +static_assert(alignof(WBP_UI_Cosmetic_SummedCost_C_Setup) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_SummedCost_C_Setup"); \ +static_assert(sizeof(WBP_UI_Cosmetic_SummedCost_C_Setup) == 0x000080, "Wrong size on WBP_UI_Cosmetic_SummedCost_C_Setup"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, Temp_byte_Variable) == 0x000001, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, Temp_bool_Variable_1) == 0x000003, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, Temp_byte_Variable_2) == 0x000004, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, Temp_byte_Variable_3) == 0x000005, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, Temp_bool_Variable_2) == 0x000006, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, Temp_byte_Variable_4) == 0x000007, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, Temp_byte_Variable_5) == 0x000008, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, Temp_bool_Variable_3) == 0x000009, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, K2Node_Select_Default) == 0x00000A, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, Temp_byte_Variable_6) == 0x00000B, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, Temp_byte_Variable_7) == 0x00000C, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, Temp_bool_Variable_4) == 0x00000D, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, K2Node_Select_Default_1) == 0x00000E, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, Temp_byte_Variable_8) == 0x00000F, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, Temp_byte_Variable_9) == 0x000010, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::Temp_byte_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, K2Node_Select_Default_2) == 0x000011, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, CallFunc_Conv_IntToText_ReturnValue) == 0x000018, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, CallFunc_GetGlobalColor_ReturnValue) == 0x000030, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, K2Node_MakeStruct_SlateColor) == 0x000040, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, CallFunc_GetCurrencyManager_ReturnValue) == 0x000068, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::CallFunc_GetCurrencyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, CallFunc_CanAfford_ReturnValue) == 0x000070, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::CallFunc_CanAfford_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, CallFunc_CanAfford_ReturnValue_1) == 0x000071, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::CallFunc_CanAfford_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, CallFunc_CanAfford_ReturnValue_2) == 0x000072, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::CallFunc_CanAfford_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, CallFunc_BooleanAND_ReturnValue) == 0x000073, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, K2Node_Select_Default_3) == 0x000074, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, CallFunc_BooleanAND_ReturnValue_1) == 0x000075, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, CallFunc_BooleanAND_ReturnValue_2) == 0x000076, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, CallFunc_BooleanOR_ReturnValue) == 0x000077, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, K2Node_Select_Default_4) == 0x000078, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, CallFunc_Greater_Int64Int64_ReturnValue) == 0x000079, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::CallFunc_Greater_Int64Int64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, CallFunc_Greater_Int64Int64_ReturnValue_1) == 0x00007A, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::CallFunc_Greater_Int64Int64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SummedCost_C_Setup, CallFunc_Greater_Int64Int64_ReturnValue_2) == 0x00007B, "Member 'WBP_UI_Cosmetic_SummedCost_C_Setup::CallFunc_Greater_Int64Int64_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Cosmetic_SummedCost_C \ +static_assert(alignof(UWBP_UI_Cosmetic_SummedCost_C) == 0x000008, "Wrong alignment on UWBP_UI_Cosmetic_SummedCost_C"); \ +static_assert(sizeof(UWBP_UI_Cosmetic_SummedCost_C) == 0x0002D0, "Wrong size on UWBP_UI_Cosmetic_SummedCost_C"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_SummedCost_C, CashCost) == 0x000290, "Member 'UWBP_UI_Cosmetic_SummedCost_C::CashCost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_SummedCost_C, CreditCost) == 0x000298, "Member 'UWBP_UI_Cosmetic_SummedCost_C::CreditCost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_SummedCost_C, GoldCost) == 0x0002A0, "Member 'UWBP_UI_Cosmetic_SummedCost_C::GoldCost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_SummedCost_C, LevelBox) == 0x0002A8, "Member 'UWBP_UI_Cosmetic_SummedCost_C::LevelBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_SummedCost_C, LevelText) == 0x0002B0, "Member 'UWBP_UI_Cosmetic_SummedCost_C::LevelText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_SummedCost_C, SeparatorText1) == 0x0002B8, "Member 'UWBP_UI_Cosmetic_SummedCost_C::SeparatorText1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_SummedCost_C, SeparatorText2) == 0x0002C0, "Member 'UWBP_UI_Cosmetic_SummedCost_C::SeparatorText2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_SummedCost_C, IsCashCost) == 0x0002C8, "Member 'UWBP_UI_Cosmetic_SummedCost_C::IsCashCost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_SummedCost_C, IsGoldCost) == 0x0002C9, "Member 'UWBP_UI_Cosmetic_SummedCost_C::IsGoldCost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_SummedCost_C, IsCreditCost) == 0x0002CA, "Member 'UWBP_UI_Cosmetic_SummedCost_C::IsCreditCost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_SummedCost_C, IsEnoughLevel) == 0x0002CB, "Member 'UWBP_UI_Cosmetic_SummedCost_C::IsEnoughLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_SummedCost_C, MinLevel) == 0x0002CC, "Member 'UWBP_UI_Cosmetic_SummedCost_C::MinLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BackItemBagThermite_C_ExecuteUbergraph_BP_BackItemBagThermite \ +static_assert(alignof(BP_BackItemBagThermite_C_ExecuteUbergraph_BP_BackItemBagThermite) == 0x000010, "Wrong alignment on BP_BackItemBagThermite_C_ExecuteUbergraph_BP_BackItemBagThermite"); \ +static_assert(sizeof(BP_BackItemBagThermite_C_ExecuteUbergraph_BP_BackItemBagThermite) == 0x000080, "Wrong size on BP_BackItemBagThermite_C_ExecuteUbergraph_BP_BackItemBagThermite"); \ +static_assert(offsetof(BP_BackItemBagThermite_C_ExecuteUbergraph_BP_BackItemBagThermite, EntryPoint) == 0x000000, "Member 'BP_BackItemBagThermite_C_ExecuteUbergraph_BP_BackItemBagThermite::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagThermite_C_ExecuteUbergraph_BP_BackItemBagThermite, K2Node_Event_ParentSkeletalMeshComponent) == 0x000008, "Member 'BP_BackItemBagThermite_C_ExecuteUbergraph_BP_BackItemBagThermite::K2Node_Event_ParentSkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagThermite_C_ExecuteUbergraph_BP_BackItemBagThermite, K2Node_Event_Index) == 0x000010, "Member 'BP_BackItemBagThermite_C_ExecuteUbergraph_BP_BackItemBagThermite::K2Node_Event_Index' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagThermite_C_ExecuteUbergraph_BP_BackItemBagThermite, K2Node_Event_NewCount) == 0x000014, "Member 'BP_BackItemBagThermite_C_ExecuteUbergraph_BP_BackItemBagThermite::K2Node_Event_NewCount' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagThermite_C_ExecuteUbergraph_BP_BackItemBagThermite, K2Node_Event_NewStrapTransformOffset) == 0x000020, "Member 'BP_BackItemBagThermite_C_ExecuteUbergraph_BP_BackItemBagThermite::K2Node_Event_NewStrapTransformOffset' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagThermite_C_ExecuteUbergraph_BP_BackItemBagThermite, CallFunc_GetAnimInstance_ReturnValue) == 0x000050, "Member 'BP_BackItemBagThermite_C_ExecuteUbergraph_BP_BackItemBagThermite::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagThermite_C_ExecuteUbergraph_BP_BackItemBagThermite, K2Node_DynamicCast_AsABP_TPPlayer_Base_Moneybag) == 0x000058, "Member 'BP_BackItemBagThermite_C_ExecuteUbergraph_BP_BackItemBagThermite::K2Node_DynamicCast_AsABP_TPPlayer_Base_Moneybag' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagThermite_C_ExecuteUbergraph_BP_BackItemBagThermite, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BP_BackItemBagThermite_C_ExecuteUbergraph_BP_BackItemBagThermite::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagThermite_C_ExecuteUbergraph_BP_BackItemBagThermite, K2Node_DynamicCast_AsABP_TPPlayer_Base_Moneybag_1) == 0x000068, "Member 'BP_BackItemBagThermite_C_ExecuteUbergraph_BP_BackItemBagThermite::K2Node_DynamicCast_AsABP_TPPlayer_Base_Moneybag_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagThermite_C_ExecuteUbergraph_BP_BackItemBagThermite, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'BP_BackItemBagThermite_C_ExecuteUbergraph_BP_BackItemBagThermite::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BackItemBagThermite_C_BP_AttachmentComplete \ +static_assert(alignof(BP_BackItemBagThermite_C_BP_AttachmentComplete) == 0x000008, "Wrong alignment on BP_BackItemBagThermite_C_BP_AttachmentComplete"); \ +static_assert(sizeof(BP_BackItemBagThermite_C_BP_AttachmentComplete) == 0x000008, "Wrong size on BP_BackItemBagThermite_C_BP_AttachmentComplete"); \ +static_assert(offsetof(BP_BackItemBagThermite_C_BP_AttachmentComplete, ParentSkeletalMeshComponent) == 0x000000, "Member 'BP_BackItemBagThermite_C_BP_AttachmentComplete::ParentSkeletalMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BackItemBagThermite_C_BP_AdjustAttachment \ +static_assert(alignof(BP_BackItemBagThermite_C_BP_AdjustAttachment) == 0x000010, "Wrong alignment on BP_BackItemBagThermite_C_BP_AdjustAttachment"); \ +static_assert(sizeof(BP_BackItemBagThermite_C_BP_AdjustAttachment) == 0x000040, "Wrong size on BP_BackItemBagThermite_C_BP_AdjustAttachment"); \ +static_assert(offsetof(BP_BackItemBagThermite_C_BP_AdjustAttachment, Index_0) == 0x000000, "Member 'BP_BackItemBagThermite_C_BP_AdjustAttachment::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagThermite_C_BP_AdjustAttachment, NewCount) == 0x000004, "Member 'BP_BackItemBagThermite_C_BP_AdjustAttachment::NewCount' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagThermite_C_BP_AdjustAttachment, NewStrapTransformOffset) == 0x000010, "Member 'BP_BackItemBagThermite_C_BP_AdjustAttachment::NewStrapTransformOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_BackItemBagThermite_C \ +static_assert(alignof(ABP_BackItemBagThermite_C) == 0x000008, "Wrong alignment on ABP_BackItemBagThermite_C"); \ +static_assert(sizeof(ABP_BackItemBagThermite_C) == 0x000308, "Wrong size on ABP_BackItemBagThermite_C"); \ +static_assert(offsetof(ABP_BackItemBagThermite_C, UberGraphFrame) == 0x000300, "Member 'ABP_BackItemBagThermite_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Order_DropOfBag_C \ +static_assert(alignof(UBP_Order_DropOfBag_C) == 0x000008, "Wrong alignment on UBP_Order_DropOfBag_C"); \ +static_assert(sizeof(UBP_Order_DropOfBag_C) == 0x000130, "Wrong size on UBP_Order_DropOfBag_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange \ +static_assert(alignof(WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange"); \ +static_assert(sizeof(WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange) == 0x0000F0, "Wrong size on WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange, EntryPoint) == 0x000000, "Member 'WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange, K2Node_MakeArray_Array) == 0x000008, "Member 'WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange, CallFunc_IsValid_ReturnValue_1) == 0x000018, "Member 'WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange, CallFunc_Format_ReturnValue) == 0x000020, "Member 'WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange, CallFunc_LessEqual_Int64Int64_ReturnValue) == 0x000078, "Member 'WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange::CallFunc_LessEqual_Int64Int64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange, K2Node_MakeArray_Array_1) == 0x000080, "Member 'WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange, CallFunc_Format_ReturnValue_1) == 0x000090, "Member 'WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange, CallFunc_GetCurrencyManager_ReturnValue) == 0x0000A8, "Member 'WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange::CallFunc_GetCurrencyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange, CallFunc_CanAfford_ReturnValue) == 0x0000B0, "Member 'WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange::CallFunc_CanAfford_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange, CallFunc_GetGlobalColor_ReturnValue) == 0x0000B4, "Member 'WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange, K2Node_MakeStruct_SlateColor) == 0x0000C8, "Member 'WBP_UI_Cosmetic_SlotPartChange_C_ExecuteUbergraph_WBP_UI_Cosmetic_SlotPartChange::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Cosmetic_SlotPartChange_C \ +static_assert(alignof(UWBP_UI_Cosmetic_SlotPartChange_C) == 0x000008, "Wrong alignment on UWBP_UI_Cosmetic_SlotPartChange_C"); \ +static_assert(sizeof(UWBP_UI_Cosmetic_SlotPartChange_C) == 0x0003C0, "Wrong size on UWBP_UI_Cosmetic_SlotPartChange_C"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_SlotPartChange_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Cosmetic_SlotPartChange_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_SlotPartChange_C, Cost) == 0x000298, "Member 'UWBP_UI_Cosmetic_SlotPartChange_C::Cost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_SlotPartChange_C, LevelText) == 0x0002A0, "Member 'UWBP_UI_Cosmetic_SlotPartChange_C::LevelText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_SlotPartChange_C, PartText) == 0x0002A8, "Member 'UWBP_UI_Cosmetic_SlotPartChange_C::PartText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_SlotPartChange_C, SlotText) == 0x0002B0, "Member 'UWBP_UI_Cosmetic_SlotPartChange_C::SlotText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_SlotPartChange_C, SlotData) == 0x0002B8, "Member 'UWBP_UI_Cosmetic_SlotPartChange_C::SlotData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_SlotPartChange_C, PartData) == 0x0002C0, "Member 'UWBP_UI_Cosmetic_SlotPartChange_C::PartData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_SlotPartChange_C, StoreData) == 0x0002C8, "Member 'UWBP_UI_Cosmetic_SlotPartChange_C::StoreData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_SpotEmbedded_Small_C_ExecuteUbergraph_BPL_SpotEmbedded_Small \ +static_assert(alignof(BPL_SpotEmbedded_Small_C_ExecuteUbergraph_BPL_SpotEmbedded_Small) == 0x000004, "Wrong alignment on BPL_SpotEmbedded_Small_C_ExecuteUbergraph_BPL_SpotEmbedded_Small"); \ +static_assert(sizeof(BPL_SpotEmbedded_Small_C_ExecuteUbergraph_BPL_SpotEmbedded_Small) == 0x00003C, "Wrong size on BPL_SpotEmbedded_Small_C_ExecuteUbergraph_BPL_SpotEmbedded_Small"); \ +static_assert(offsetof(BPL_SpotEmbedded_Small_C_ExecuteUbergraph_BPL_SpotEmbedded_Small, EntryPoint) == 0x000000, "Member 'BPL_SpotEmbedded_Small_C_ExecuteUbergraph_BPL_SpotEmbedded_Small::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BPL_SpotEmbedded_Small_C_ExecuteUbergraph_BPL_SpotEmbedded_Small, K2Node_ComponentBoundEvent_Type) == 0x000004, "Member 'BPL_SpotEmbedded_Small_C_ExecuteUbergraph_BPL_SpotEmbedded_Small::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BPL_SpotEmbedded_Small_C_ExecuteUbergraph_BPL_SpotEmbedded_Small, K2Node_ComponentBoundEvent_HitContext) == 0x000008, "Member 'BPL_SpotEmbedded_Small_C_ExecuteUbergraph_BPL_SpotEmbedded_Small::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_SpotEmbedded_Small_C_ExecuteUbergraph_BPL_SpotEmbedded_Small, CallFunc_RandomFloatInRange_ReturnValue) == 0x000038, "Member 'BPL_SpotEmbedded_Small_C_ExecuteUbergraph_BPL_SpotEmbedded_Small::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_SpotEmbedded_Small_C_BndEvt__BPL_SpotEmbedded_Small_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BPL_SpotEmbedded_Small_C_BndEvt__BPL_SpotEmbedded_Small_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BPL_SpotEmbedded_Small_C_BndEvt__BPL_SpotEmbedded_Small_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BPL_SpotEmbedded_Small_C_BndEvt__BPL_SpotEmbedded_Small_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BPL_SpotEmbedded_Small_C_BndEvt__BPL_SpotEmbedded_Small_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BPL_SpotEmbedded_Small_C_BndEvt__BPL_SpotEmbedded_Small_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BPL_SpotEmbedded_Small_C_BndEvt__BPL_SpotEmbedded_Small_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BPL_SpotEmbedded_Small_C_BndEvt__BPL_SpotEmbedded_Small_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BPL_SpotEmbedded_Small_C_BndEvt__BPL_SpotEmbedded_Small_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABPL_SpotEmbedded_Small_C \ +static_assert(alignof(ABPL_SpotEmbedded_Small_C) == 0x000008, "Wrong alignment on ABPL_SpotEmbedded_Small_C"); \ +static_assert(sizeof(ABPL_SpotEmbedded_Small_C) == 0x0002E8, "Wrong size on ABPL_SpotEmbedded_Small_C"); \ +static_assert(offsetof(ABPL_SpotEmbedded_Small_C, UberGraphFrame) == 0x0002A8, "Member 'ABPL_SpotEmbedded_Small_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotEmbedded_Small_C, FX_SparkBurst_M) == 0x0002B0, "Member 'ABPL_SpotEmbedded_Small_C::FX_SparkBurst_M' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotEmbedded_Small_C, SBZCosmeticDestruction) == 0x0002B8, "Member 'ABPL_SpotEmbedded_Small_C::SBZCosmeticDestruction' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotEmbedded_Small_C, Uplight_Volumetric) == 0x0002C0, "Member 'ABPL_SpotEmbedded_Small_C::Uplight_Volumetric' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotEmbedded_Small_C, SmoothAmbiant) == 0x0002C8, "Member 'ABPL_SpotEmbedded_Small_C::SmoothAmbiant' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotEmbedded_Small_C, Uplight) == 0x0002D0, "Member 'ABPL_SpotEmbedded_Small_C::Uplight' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotEmbedded_Small_C, LGT_DeskLamp_02) == 0x0002D8, "Member 'ABPL_SpotEmbedded_Small_C::LGT_DeskLamp_02' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotEmbedded_Small_C, DefaultSceneRoot) == 0x0002E0, "Member 'ABPL_SpotEmbedded_Small_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_penthouse_railing_glass_257_C \ +static_assert(alignof(ABP_penthouse_railing_glass_257_C) == 0x000008, "Wrong alignment on ABP_penthouse_railing_glass_257_C"); \ +static_assert(sizeof(ABP_penthouse_railing_glass_257_C) == 0x000338, "Wrong size on ABP_penthouse_railing_glass_257_C"); \ +static_assert(offsetof(ABP_penthouse_railing_glass_257_C, visibility_blocker) == 0x000330, "Member 'ABP_penthouse_railing_glass_257_C::visibility_blocker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item \ +static_assert(alignof(WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item"); \ +static_assert(sizeof(WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item) == 0x0000B8, "Wrong size on WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item, EntryPoint) == 0x000000, "Member 'WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item, K2Node_Event_IsDesignTime) == 0x000018, "Member 'WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item, K2Node_Event_bInHasFocus) == 0x00001A, "Member 'WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item, K2Node_Event_bInIsHovered) == 0x00001B, "Member 'WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item, K2Node_CustomEvent_Loaded) == 0x000020, "Member 'WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item, Temp_object_Variable) == 0x000028, "Member 'WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item, CallFunc_GetCurrencyManager_ReturnValue) == 0x000038, "Member 'WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item::CallFunc_GetCurrencyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000040, "Member 'WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item, CallFunc_CanAfford_ReturnValue) == 0x000088, "Member 'WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item::CallFunc_CanAfford_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item, K2Node_MakeArray_Array) == 0x000090, "Member 'WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item, CallFunc_Format_ReturnValue) == 0x0000A0, "Member 'WBP_UI_Cosmetic_Item_C_ExecuteUbergraph_WBP_UI_Cosmetic_Item::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_Item_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_Cosmetic_Item_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_Cosmetic_Item_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_Cosmetic_Item_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_Cosmetic_Item_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_Cosmetic_Item_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_Item_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_Cosmetic_Item_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_Cosmetic_Item_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_Cosmetic_Item_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_Cosmetic_Item_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_Cosmetic_Item_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_Item_C_PreConstruct \ +static_assert(alignof(WBP_UI_Cosmetic_Item_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Cosmetic_Item_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Cosmetic_Item_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Cosmetic_Item_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Cosmetic_Item_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_Item_C_OnLoaded_DF5A03CE4F55139645004384AEF3E7B8 \ +static_assert(alignof(WBP_UI_Cosmetic_Item_C_OnLoaded_DF5A03CE4F55139645004384AEF3E7B8) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_Item_C_OnLoaded_DF5A03CE4F55139645004384AEF3E7B8"); \ +static_assert(sizeof(WBP_UI_Cosmetic_Item_C_OnLoaded_DF5A03CE4F55139645004384AEF3E7B8) == 0x000008, "Wrong size on WBP_UI_Cosmetic_Item_C_OnLoaded_DF5A03CE4F55139645004384AEF3E7B8"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_OnLoaded_DF5A03CE4F55139645004384AEF3E7B8, Loaded) == 0x000000, "Member 'WBP_UI_Cosmetic_Item_C_OnLoaded_DF5A03CE4F55139645004384AEF3E7B8::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_Item_C_AddAssetCount \ +static_assert(alignof(WBP_UI_Cosmetic_Item_C_AddAssetCount) == 0x000004, "Wrong alignment on WBP_UI_Cosmetic_Item_C_AddAssetCount"); \ +static_assert(sizeof(WBP_UI_Cosmetic_Item_C_AddAssetCount) == 0x000008, "Wrong size on WBP_UI_Cosmetic_Item_C_AddAssetCount"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_AddAssetCount, Count) == 0x000000, "Member 'WBP_UI_Cosmetic_Item_C_AddAssetCount::Count' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_AddAssetCount, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'WBP_UI_Cosmetic_Item_C_AddAssetCount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_Item_C_UpdateAssetCount \ +static_assert(alignof(WBP_UI_Cosmetic_Item_C_UpdateAssetCount) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_Item_C_UpdateAssetCount"); \ +static_assert(sizeof(WBP_UI_Cosmetic_Item_C_UpdateAssetCount) == 0x000090, "Wrong size on WBP_UI_Cosmetic_Item_C_UpdateAssetCount"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_UpdateAssetCount, bIsDesignTime) == 0x000000, "Member 'WBP_UI_Cosmetic_Item_C_UpdateAssetCount::bIsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_UpdateAssetCount, CallFunc_Greater_IntInt_ReturnValue) == 0x000001, "Member 'WBP_UI_Cosmetic_Item_C_UpdateAssetCount::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_UpdateAssetCount, K2Node_DynamicCast_AsSBZCosmetics_Data_Asset) == 0x000008, "Member 'WBP_UI_Cosmetic_Item_C_UpdateAssetCount::K2Node_DynamicCast_AsSBZCosmetics_Data_Asset' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_UpdateAssetCount, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_UI_Cosmetic_Item_C_UpdateAssetCount::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_UpdateAssetCount, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'WBP_UI_Cosmetic_Item_C_UpdateAssetCount::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_UpdateAssetCount, CallFunc_IsConsumable_ReturnValue) == 0x000058, "Member 'WBP_UI_Cosmetic_Item_C_UpdateAssetCount::CallFunc_IsConsumable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_UpdateAssetCount, K2Node_MakeArray_Array) == 0x000060, "Member 'WBP_UI_Cosmetic_Item_C_UpdateAssetCount::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_UpdateAssetCount, CallFunc_BooleanAND_ReturnValue) == 0x000070, "Member 'WBP_UI_Cosmetic_Item_C_UpdateAssetCount::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_UpdateAssetCount, CallFunc_Format_ReturnValue) == 0x000078, "Member 'WBP_UI_Cosmetic_Item_C_UpdateAssetCount::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_Item_C_SetCurrent \ +static_assert(alignof(WBP_UI_Cosmetic_Item_C_SetCurrent) == 0x000001, "Wrong alignment on WBP_UI_Cosmetic_Item_C_SetCurrent"); \ +static_assert(sizeof(WBP_UI_Cosmetic_Item_C_SetCurrent) == 0x000005, "Wrong size on WBP_UI_Cosmetic_Item_C_SetCurrent"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_SetCurrent, IsCurrent) == 0x000000, "Member 'WBP_UI_Cosmetic_Item_C_SetCurrent::IsCurrent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_SetCurrent, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_Cosmetic_Item_C_SetCurrent::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_SetCurrent, Temp_byte_Variable) == 0x000002, "Member 'WBP_UI_Cosmetic_Item_C_SetCurrent::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_SetCurrent, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_UI_Cosmetic_Item_C_SetCurrent::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_SetCurrent, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_Cosmetic_Item_C_SetCurrent::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_Item_C_OnFocusChanged \ +static_assert(alignof(WBP_UI_Cosmetic_Item_C_OnFocusChanged) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_Item_C_OnFocusChanged"); \ +static_assert(sizeof(WBP_UI_Cosmetic_Item_C_OnFocusChanged) == 0x000028, "Wrong size on WBP_UI_Cosmetic_Item_C_OnFocusChanged"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_OnFocusChanged, InFocus) == 0x000000, "Member 'WBP_UI_Cosmetic_Item_C_OnFocusChanged::InFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_OnFocusChanged, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_UI_Cosmetic_Item_C_OnFocusChanged::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_OnFocusChanged, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_UI_Cosmetic_Item_C_OnFocusChanged::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_Item_C_OnFocusChanged, CallFunc_SelectColor_ReturnValue) == 0x000018, "Member 'WBP_UI_Cosmetic_Item_C_OnFocusChanged::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Cosmetic_Item_C \ +static_assert(alignof(UWBP_UI_Cosmetic_Item_C) == 0x000008, "Wrong alignment on UWBP_UI_Cosmetic_Item_C"); \ +static_assert(sizeof(UWBP_UI_Cosmetic_Item_C) == 0x000568, "Wrong size on UWBP_UI_Cosmetic_Item_C"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, UberGraphFrame) == 0x000370, "Member 'UWBP_UI_Cosmetic_Item_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, HoverAnim) == 0x000378, "Member 'UWBP_UI_Cosmetic_Item_C::HoverAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, Border_Highlight) == 0x000380, "Member 'UWBP_UI_Cosmetic_Item_C::Border_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, BottomBar_Ws) == 0x000388, "Member 'UWBP_UI_Cosmetic_Item_C::BottomBar_Ws' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, CenterTextSwitcher) == 0x000390, "Member 'UWBP_UI_Cosmetic_Item_C::CenterTextSwitcher' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, Cost) == 0x000398, "Member 'UWBP_UI_Cosmetic_Item_C::Cost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, Count_B) == 0x0003A0, "Member 'UWBP_UI_Cosmetic_Item_C::Count_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, CountText) == 0x0003A8, "Member 'UWBP_UI_Cosmetic_Item_C::CountText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, Current_B) == 0x0003B0, "Member 'UWBP_UI_Cosmetic_Item_C::Current_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, Icon) == 0x0003B8, "Member 'UWBP_UI_Cosmetic_Item_C::Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, Image) == 0x0003C0, "Member 'UWBP_UI_Cosmetic_Item_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, Image_1) == 0x0003C8, "Member 'UWBP_UI_Cosmetic_Item_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, Image_2) == 0x0003D0, "Member 'UWBP_UI_Cosmetic_Item_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, Image_3) == 0x0003D8, "Member 'UWBP_UI_Cosmetic_Item_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, Image_4) == 0x0003E0, "Member 'UWBP_UI_Cosmetic_Item_C::Image_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, Image_5) == 0x0003E8, "Member 'UWBP_UI_Cosmetic_Item_C::Image_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, Image_6) == 0x0003F0, "Member 'UWBP_UI_Cosmetic_Item_C::Image_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, Image_7) == 0x0003F8, "Member 'UWBP_UI_Cosmetic_Item_C::Image_7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, Image_8) == 0x000400, "Member 'UWBP_UI_Cosmetic_Item_C::Image_8' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, Image_9) == 0x000408, "Member 'UWBP_UI_Cosmetic_Item_C::Image_9' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, Image_10) == 0x000410, "Member 'UWBP_UI_Cosmetic_Item_C::Image_10' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, Image_11) == 0x000418, "Member 'UWBP_UI_Cosmetic_Item_C::Image_11' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, Image_98) == 0x000420, "Member 'UWBP_UI_Cosmetic_Item_C::Image_98' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, Image_365) == 0x000428, "Member 'UWBP_UI_Cosmetic_Item_C::Image_365' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, Image_511) == 0x000430, "Member 'UWBP_UI_Cosmetic_Item_C::Image_511' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, LockedText) == 0x000438, "Member 'UWBP_UI_Cosmetic_Item_C::LockedText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, None_Overlay) == 0x000440, "Member 'UWBP_UI_Cosmetic_Item_C::None_Overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, NoneText) == 0x000448, "Member 'UWBP_UI_Cosmetic_Item_C::NoneText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, StatusSwitcher) == 0x000450, "Member 'UWBP_UI_Cosmetic_Item_C::StatusSwitcher' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, Asset) == 0x000458, "Member 'UWBP_UI_Cosmetic_Item_C::Asset' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, AssetCount) == 0x000460, "Member 'UWBP_UI_Cosmetic_Item_C::AssetCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, BackgroundOpacity) == 0x000464, "Member 'UWBP_UI_Cosmetic_Item_C::BackgroundOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, IsStore) == 0x000468, "Member 'UWBP_UI_Cosmetic_Item_C::IsStore' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_Item_C, StoreData) == 0x000470, "Member 'UWBP_UI_Cosmetic_Item_C::StoreData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticPlank_C \ +static_assert(alignof(ABP_CosmeticPlank_C) == 0x000008, "Wrong alignment on ABP_CosmeticPlank_C"); \ +static_assert(sizeof(ABP_CosmeticPlank_C) == 0x0002D0, "Wrong size on ABP_CosmeticPlank_C"); \ +static_assert(offsetof(ABP_CosmeticPlank_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticPlank_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Tooltip_C_InitData \ +static_assert(alignof(WBP_Tooltip_C_InitData) == 0x000008, "Wrong alignment on WBP_Tooltip_C_InitData"); \ +static_assert(sizeof(WBP_Tooltip_C_InitData) == 0x000030, "Wrong size on WBP_Tooltip_C_InitData"); \ +static_assert(offsetof(WBP_Tooltip_C_InitData, InData) == 0x000000, "Member 'WBP_Tooltip_C_InitData::InData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_C_InitData, K2Node_DynamicCast_AsSBZSkill_Data) == 0x000008, "Member 'WBP_Tooltip_C_InitData::K2Node_DynamicCast_AsSBZSkill_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_C_InitData, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_Tooltip_C_InitData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_C_InitData, CallFunc_GetFormattedDescriptionText_ReturnValue) == 0x000018, "Member 'WBP_Tooltip_C_InitData::CallFunc_GetFormattedDescriptionText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Tooltip_C_InitText \ +static_assert(alignof(WBP_Tooltip_C_InitText) == 0x000008, "Wrong alignment on WBP_Tooltip_C_InitText"); \ +static_assert(sizeof(WBP_Tooltip_C_InitText) == 0x000048, "Wrong size on WBP_Tooltip_C_InitText"); \ +static_assert(offsetof(WBP_Tooltip_C_InitText, InName) == 0x000000, "Member 'WBP_Tooltip_C_InitText::InName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_C_InitText, InDescription) == 0x000018, "Member 'WBP_Tooltip_C_InitText::InDescription' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_C_InitText, IsDescription) == 0x000030, "Member 'WBP_Tooltip_C_InitText::IsDescription' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_C_InitText, IsName) == 0x000031, "Member 'WBP_Tooltip_C_InitText::IsName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_C_InitText, Temp_byte_Variable) == 0x000032, "Member 'WBP_Tooltip_C_InitText::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_C_InitText, Temp_byte_Variable_1) == 0x000033, "Member 'WBP_Tooltip_C_InitText::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_C_InitText, Temp_bool_Variable) == 0x000034, "Member 'WBP_Tooltip_C_InitText::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_C_InitText, Temp_byte_Variable_2) == 0x000035, "Member 'WBP_Tooltip_C_InitText::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_C_InitText, Temp_byte_Variable_3) == 0x000036, "Member 'WBP_Tooltip_C_InitText::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_C_InitText, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000038, "Member 'WBP_Tooltip_C_InitText::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_C_InitText, CallFunc_BooleanAND_ReturnValue) == 0x000040, "Member 'WBP_Tooltip_C_InitText::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_C_InitText, K2Node_Select_Default) == 0x000041, "Member 'WBP_Tooltip_C_InitText::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_C_InitText, CallFunc_TextIsEmpty_ReturnValue) == 0x000042, "Member 'WBP_Tooltip_C_InitText::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_C_InitText, CallFunc_TextIsEmpty_ReturnValue_1) == 0x000043, "Member 'WBP_Tooltip_C_InitText::CallFunc_TextIsEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_C_InitText, Temp_bool_Variable_1) == 0x000044, "Member 'WBP_Tooltip_C_InitText::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Tooltip_C_InitText, K2Node_Select_Default_1) == 0x000045, "Member 'WBP_Tooltip_C_InitText::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Tooltip_C \ +static_assert(alignof(UWBP_Tooltip_C) == 0x000008, "Wrong alignment on UWBP_Tooltip_C"); \ +static_assert(sizeof(UWBP_Tooltip_C) == 0x0002B8, "Wrong size on UWBP_Tooltip_C"); \ +static_assert(offsetof(UWBP_Tooltip_C, Intro_Tip) == 0x000290, "Member 'UWBP_Tooltip_C::Intro_Tip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tooltip_C, Image) == 0x000298, "Member 'UWBP_Tooltip_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tooltip_C, Image_62) == 0x0002A0, "Member 'UWBP_Tooltip_C::Image_62' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tooltip_C, TooltipDescription) == 0x0002A8, "Member 'UWBP_Tooltip_C::TooltipDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Tooltip_C, TooltipName) == 0x0002B0, "Member 'UWBP_Tooltip_C::TooltipName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorChunkPreview_C_SetArmorChunks \ +static_assert(alignof(WBP_UI_ArmorChunkPreview_C_SetArmorChunks) == 0x000008, "Wrong alignment on WBP_UI_ArmorChunkPreview_C_SetArmorChunks"); \ +static_assert(sizeof(WBP_UI_ArmorChunkPreview_C_SetArmorChunks) == 0x0000B0, "Wrong size on WBP_UI_ArmorChunkPreview_C_SetArmorChunks"); \ +static_assert(offsetof(WBP_UI_ArmorChunkPreview_C_SetArmorChunks, ArmorConfig) == 0x000000, "Member 'WBP_UI_ArmorChunkPreview_C_SetArmorChunks::ArmorConfig' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkPreview_C_SetArmorChunks, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WBP_UI_ArmorChunkPreview_C_SetArmorChunks::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkPreview_C_SetArmorChunks, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'WBP_UI_ArmorChunkPreview_C_SetArmorChunks::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkPreview_C_SetArmorChunks, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'WBP_UI_ArmorChunkPreview_C_SetArmorChunks::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkPreview_C_SetArmorChunks, CallFunc_Get_ReturnValue) == 0x000030, "Member 'WBP_UI_ArmorChunkPreview_C_SetArmorChunks::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkPreview_C_SetArmorChunks, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_UI_ArmorChunkPreview_C_SetArmorChunks::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkPreview_C_SetArmorChunks, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'WBP_UI_ArmorChunkPreview_C_SetArmorChunks::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkPreview_C_SetArmorChunks, CallFunc_GetChunkData_ReturnValue) == 0x000040, "Member 'WBP_UI_ArmorChunkPreview_C_SetArmorChunks::CallFunc_GetChunkData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkPreview_C_SetArmorChunks, CallFunc_Less_IntInt_ReturnValue) == 0x000094, "Member 'WBP_UI_ArmorChunkPreview_C_SetArmorChunks::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkPreview_C_SetArmorChunks, K2Node_MakeArray_Array) == 0x000098, "Member 'WBP_UI_ArmorChunkPreview_C_SetArmorChunks::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorChunkPreview_C_SetArmorChunks, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'WBP_UI_ArmorChunkPreview_C_SetArmorChunks::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_ArmorChunkPreview_C \ +static_assert(alignof(UWBP_UI_ArmorChunkPreview_C) == 0x000008, "Wrong alignment on UWBP_UI_ArmorChunkPreview_C"); \ +static_assert(sizeof(UWBP_UI_ArmorChunkPreview_C) == 0x0002B8, "Wrong size on UWBP_UI_ArmorChunkPreview_C"); \ +static_assert(offsetof(UWBP_UI_ArmorChunkPreview_C, ArmorChunks_Hb) == 0x000290, "Member 'UWBP_UI_ArmorChunkPreview_C::ArmorChunks_Hb' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorChunkPreview_C, Chunk1_I) == 0x000298, "Member 'UWBP_UI_ArmorChunkPreview_C::Chunk1_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorChunkPreview_C, Chunk2_I) == 0x0002A0, "Member 'UWBP_UI_ArmorChunkPreview_C::Chunk2_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorChunkPreview_C, Chunk3_I) == 0x0002A8, "Member 'UWBP_UI_ArmorChunkPreview_C::Chunk3_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorChunkPreview_C, Chunk4_I) == 0x0002B0, "Member 'UWBP_UI_ArmorChunkPreview_C::Chunk4_I' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_Level_C_ExecuteUbergraph_WBP_UI_Overskill_Level \ +static_assert(alignof(WBP_UI_Overskill_Level_C_ExecuteUbergraph_WBP_UI_Overskill_Level) == 0x000008, "Wrong alignment on WBP_UI_Overskill_Level_C_ExecuteUbergraph_WBP_UI_Overskill_Level"); \ +static_assert(sizeof(WBP_UI_Overskill_Level_C_ExecuteUbergraph_WBP_UI_Overskill_Level) == 0x000020, "Wrong size on WBP_UI_Overskill_Level_C_ExecuteUbergraph_WBP_UI_Overskill_Level"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_ExecuteUbergraph_WBP_UI_Overskill_Level, EntryPoint) == 0x000000, "Member 'WBP_UI_Overskill_Level_C_ExecuteUbergraph_WBP_UI_Overskill_Level::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_ExecuteUbergraph_WBP_UI_Overskill_Level, K2Node_Event_InOverskillData) == 0x000008, "Member 'WBP_UI_Overskill_Level_C_ExecuteUbergraph_WBP_UI_Overskill_Level::K2Node_Event_InOverskillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_ExecuteUbergraph_WBP_UI_Overskill_Level, K2Node_Event_InProgress) == 0x000010, "Member 'WBP_UI_Overskill_Level_C_ExecuteUbergraph_WBP_UI_Overskill_Level::K2Node_Event_InProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_ExecuteUbergraph_WBP_UI_Overskill_Level, CallFunc_GetCurrentLevel_CurrentLevel) == 0x000014, "Member 'WBP_UI_Overskill_Level_C_ExecuteUbergraph_WBP_UI_Overskill_Level::CallFunc_GetCurrentLevel_CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_ExecuteUbergraph_WBP_UI_Overskill_Level, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_UI_Overskill_Level_C_ExecuteUbergraph_WBP_UI_Overskill_Level::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_ExecuteUbergraph_WBP_UI_Overskill_Level, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000019, "Member 'WBP_UI_Overskill_Level_C_ExecuteUbergraph_WBP_UI_Overskill_Level::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_ExecuteUbergraph_WBP_UI_Overskill_Level, K2Node_Event_IsDesignTime) == 0x00001A, "Member 'WBP_UI_Overskill_Level_C_ExecuteUbergraph_WBP_UI_Overskill_Level::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_Level_C_PreConstruct \ +static_assert(alignof(WBP_UI_Overskill_Level_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Overskill_Level_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Overskill_Level_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Overskill_Level_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Overskill_Level_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_Level_C_OnOverskillChanged \ +static_assert(alignof(WBP_UI_Overskill_Level_C_OnOverskillChanged) == 0x000008, "Wrong alignment on WBP_UI_Overskill_Level_C_OnOverskillChanged"); \ +static_assert(sizeof(WBP_UI_Overskill_Level_C_OnOverskillChanged) == 0x000010, "Wrong size on WBP_UI_Overskill_Level_C_OnOverskillChanged"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_OnOverskillChanged, InOverskillData) == 0x000000, "Member 'WBP_UI_Overskill_Level_C_OnOverskillChanged::InOverskillData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_OnOverskillChanged, InProgress) == 0x000008, "Member 'WBP_UI_Overskill_Level_C_OnOverskillChanged::InProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_Level_C_SetLevelVisuals \ +static_assert(alignof(WBP_UI_Overskill_Level_C_SetLevelVisuals) == 0x000008, "Wrong alignment on WBP_UI_Overskill_Level_C_SetLevelVisuals"); \ +static_assert(sizeof(WBP_UI_Overskill_Level_C_SetLevelVisuals) == 0x000020, "Wrong size on WBP_UI_Overskill_Level_C_SetLevelVisuals"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_SetLevelVisuals, Index_0) == 0x000000, "Member 'WBP_UI_Overskill_Level_C_SetLevelVisuals::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_SetLevelVisuals, CallFunc_GetValueText_OutText) == 0x000008, "Member 'WBP_UI_Overskill_Level_C_SetLevelVisuals::CallFunc_GetValueText_OutText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_Level_C_SetColorVisuals \ +static_assert(alignof(WBP_UI_Overskill_Level_C_SetColorVisuals) == 0x000004, "Wrong alignment on WBP_UI_Overskill_Level_C_SetColorVisuals"); \ +static_assert(sizeof(WBP_UI_Overskill_Level_C_SetColorVisuals) == 0x000014, "Wrong size on WBP_UI_Overskill_Level_C_SetColorVisuals"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_SetColorVisuals, IsLocked) == 0x000000, "Member 'WBP_UI_Overskill_Level_C_SetColorVisuals::IsLocked' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_SetColorVisuals, CallFunc_GetKeyColor_OutColor) == 0x000004, "Member 'WBP_UI_Overskill_Level_C_SetColorVisuals::CallFunc_GetKeyColor_OutColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_Level_C_GetKeyColor \ +static_assert(alignof(WBP_UI_Overskill_Level_C_GetKeyColor) == 0x000008, "Wrong alignment on WBP_UI_Overskill_Level_C_GetKeyColor"); \ +static_assert(sizeof(WBP_UI_Overskill_Level_C_GetKeyColor) == 0x000030, "Wrong size on WBP_UI_Overskill_Level_C_GetKeyColor"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_GetKeyColor, OutColor) == 0x000000, "Member 'WBP_UI_Overskill_Level_C_GetKeyColor::OutColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_GetKeyColor, CallFunc_Map_Keys_Keys) == 0x000010, "Member 'WBP_UI_Overskill_Level_C_GetKeyColor::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_GetKeyColor, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_UI_Overskill_Level_C_GetKeyColor::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_Level_C_GetValueText \ +static_assert(alignof(WBP_UI_Overskill_Level_C_GetValueText) == 0x000008, "Wrong alignment on WBP_UI_Overskill_Level_C_GetValueText"); \ +static_assert(sizeof(WBP_UI_Overskill_Level_C_GetValueText) == 0x000040, "Wrong size on WBP_UI_Overskill_Level_C_GetValueText"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_GetValueText, OutText) == 0x000000, "Member 'WBP_UI_Overskill_Level_C_GetValueText::OutText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_GetValueText, CallFunc_Map_Values_Values) == 0x000018, "Member 'WBP_UI_Overskill_Level_C_GetValueText::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_GetValueText, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_UI_Overskill_Level_C_GetValueText::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Overskill_Level_C_GetCurrentLevel \ +static_assert(alignof(WBP_UI_Overskill_Level_C_GetCurrentLevel) == 0x000008, "Wrong alignment on WBP_UI_Overskill_Level_C_GetCurrentLevel"); \ +static_assert(sizeof(WBP_UI_Overskill_Level_C_GetCurrentLevel) == 0x000030, "Wrong size on WBP_UI_Overskill_Level_C_GetCurrentLevel"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_GetCurrentLevel, Progress_0) == 0x000000, "Member 'WBP_UI_Overskill_Level_C_GetCurrentLevel::Progress_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_GetCurrentLevel, CurrentLevel) == 0x000004, "Member 'WBP_UI_Overskill_Level_C_GetCurrentLevel::CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_GetCurrentLevel, CurLevel) == 0x000008, "Member 'WBP_UI_Overskill_Level_C_GetCurrentLevel::CurLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_GetCurrentLevel, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'WBP_UI_Overskill_Level_C_GetCurrentLevel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_GetCurrentLevel, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000010, "Member 'WBP_UI_Overskill_Level_C_GetCurrentLevel::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_GetCurrentLevel, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_UI_Overskill_Level_C_GetCurrentLevel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_GetCurrentLevel, Temp_bool_True_if_break_was_hit_Variable) == 0x000018, "Member 'WBP_UI_Overskill_Level_C_GetCurrentLevel::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_GetCurrentLevel, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'WBP_UI_Overskill_Level_C_GetCurrentLevel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_GetCurrentLevel, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_UI_Overskill_Level_C_GetCurrentLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_GetCurrentLevel, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_UI_Overskill_Level_C_GetCurrentLevel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_GetCurrentLevel, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_UI_Overskill_Level_C_GetCurrentLevel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_GetCurrentLevel, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_UI_Overskill_Level_C_GetCurrentLevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_GetCurrentLevel, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00002D, "Member 'WBP_UI_Overskill_Level_C_GetCurrentLevel::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Overskill_Level_C_GetCurrentLevel, CallFunc_BooleanAND_ReturnValue) == 0x00002E, "Member 'WBP_UI_Overskill_Level_C_GetCurrentLevel::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Overskill_Level_C \ +static_assert(alignof(UWBP_UI_Overskill_Level_C) == 0x000008, "Wrong alignment on UWBP_UI_Overskill_Level_C"); \ +static_assert(sizeof(UWBP_UI_Overskill_Level_C) == 0x000320, "Wrong size on UWBP_UI_Overskill_Level_C"); \ +static_assert(offsetof(UWBP_UI_Overskill_Level_C, UberGraphFrame) == 0x0002A0, "Member 'UWBP_UI_Overskill_Level_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Level_C, Background_I) == 0x0002A8, "Member 'UWBP_UI_Overskill_Level_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Level_C, Border_B) == 0x0002B0, "Member 'UWBP_UI_Overskill_Level_C::Border_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Level_C, LevelNumber_T) == 0x0002B8, "Member 'UWBP_UI_Overskill_Level_C::LevelNumber_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Level_C, LockIcon_I) == 0x0002C0, "Member 'UWBP_UI_Overskill_Level_C::LockIcon_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Level_C, UnlockedColor) == 0x0002C8, "Member 'UWBP_UI_Overskill_Level_C::UnlockedColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Level_C, IndexValue) == 0x000318, "Member 'UWBP_UI_Overskill_Level_C::IndexValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Overskill_Level_C, bIsSmallBox) == 0x00031C, "Member 'UWBP_UI_Overskill_Level_C::bIsSmallBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_WeaponSlotButton \ +static_assert(alignof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_WeaponSlotButton) == 0x000008, "Wrong alignment on WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_WeaponSlotButton"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_WeaponSlotButton) == 0x000068, "Wrong size on WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_WeaponSlotButton"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_WeaponSlotButton, EntryPoint) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_WeaponSlotButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_WeaponSlotButton, Temp_byte_Variable) == 0x000004, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_WeaponSlotButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_WeaponSlotButton, Temp_text_Variable) == 0x000008, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_WeaponSlotButton::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_WeaponSlotButton, Temp_text_Variable_1) == 0x000020, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_WeaponSlotButton::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_WeaponSlotButton, K2Node_Event_IsDesignTime) == 0x000038, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_WeaponSlotButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_WeaponSlotButton, K2Node_Event_bInIsHovered) == 0x000039, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_WeaponSlotButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_WeaponSlotButton, K2Node_Event_bInHasFocus) == 0x00003A, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_WeaponSlotButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_WeaponSlotButton, CallFunc_GetWeaponInventoryData_ReturnValue) == 0x000040, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_WeaponSlotButton::CallFunc_GetWeaponInventoryData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_WeaponSlotButton, K2Node_Select_Default) == 0x000048, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_WeaponSlotButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_WeaponSlotButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000060, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_WeaponSlotButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_WeaponSlotButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_LoadoutCustomization_WeaponSlotButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_LoadoutCustomization_WeaponSlotButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_WeaponSlotButton_C_OnHover \ +static_assert(alignof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_OnHover) == 0x000001, "Wrong alignment on WBP_UI_LoadoutCustomization_WeaponSlotButton_C_OnHover"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_OnHover) == 0x000001, "Wrong size on WBP_UI_LoadoutCustomization_WeaponSlotButton_C_OnHover"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_OnHover, bIsHovered) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_OnHover::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_WeaponSlotButton_C_OnFocused \ +static_assert(alignof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_OnFocused) == 0x000008, "Wrong alignment on WBP_UI_LoadoutCustomization_WeaponSlotButton_C_OnFocused"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_OnFocused) == 0x000028, "Wrong size on WBP_UI_LoadoutCustomization_WeaponSlotButton_C_OnFocused"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_OnFocused, bIsFocused) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_OnFocused::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_OnFocused, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_OnFocused::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_OnFocused, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_OnFocused::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_OnFocused, CallFunc_SelectColor_ReturnValue) == 0x000018, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_OnFocused::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals \ +static_assert(alignof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals) == 0x000008, "Wrong alignment on WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals) == 0x0000A8, "Wrong size on WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals, InInventoryData) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals::InInventoryData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals, NewLocalVar_0) == 0x000008, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals, Temp_byte_Variable) == 0x00000C, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals, CallFunc_GetDisplayName_OutDisplayName) == 0x000010, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals, CallFunc_GetDisplayName_OutHasText) == 0x000028, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals, Temp_bool_Variable) == 0x00002A, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals, Temp_byte_Variable_1) == 0x00002B, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals, Temp_byte_Variable_2) == 0x00002C, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals, Temp_bool_Variable_1) == 0x00002D, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals, Temp_byte_Variable_3) == 0x00002E, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals, Temp_byte_Variable_4) == 0x00002F, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals, CallFunc_GetWeaponInSlotLevel_ReturnValue) == 0x000030, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals::CallFunc_GetWeaponInSlotLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals, CallFunc_IsEmpty_ReturnValue) == 0x000034, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000035, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals, K2Node_Select_Default) == 0x000036, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals, K2Node_Select_Default_1) == 0x000037, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals, CallFunc_Conv_IntToText_ReturnValue) == 0x000038, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals, Temp_text_Variable) == 0x000050, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals, K2Node_Select_Default_2) == 0x000068, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals, Temp_text_Variable_1) == 0x000070, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals, Temp_byte_Variable_5) == 0x000088, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals, K2Node_Select_Default_3) == 0x000090, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_InitializeWeaponVisuals::K2Node_Select_Default_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_WeaponSlotButton_C_Set_Weapon_Name_Colour \ +static_assert(alignof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_Set_Weapon_Name_Colour) == 0x000008, "Wrong alignment on WBP_UI_LoadoutCustomization_WeaponSlotButton_C_Set_Weapon_Name_Colour"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_Set_Weapon_Name_Colour) == 0x000088, "Wrong size on WBP_UI_LoadoutCustomization_WeaponSlotButton_C_Set_Weapon_Name_Colour"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_Set_Weapon_Name_Colour, DesiredColour) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_Set_Weapon_Name_Colour::DesiredColour' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_Set_Weapon_Name_Colour, K2Node_MakeStruct_SlateColor) == 0x000010, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_Set_Weapon_Name_Colour::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_Set_Weapon_Name_Colour, CallFunc_GetWeaponInSlot_ReturnValue) == 0x000038, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_Set_Weapon_Name_Colour::CallFunc_GetWeaponInSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_Set_Weapon_Name_Colour, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_Set_Weapon_Name_Colour::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_Set_Weapon_Name_Colour, CallFunc_Conv_TextToString_ReturnValue) == 0x000048, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_Set_Weapon_Name_Colour::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_Set_Weapon_Name_Colour, CallFunc_IsEmpty_ReturnValue) == 0x000058, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_Set_Weapon_Name_Colour::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_Set_Weapon_Name_Colour, K2Node_MakeStruct_SlateColor_1) == 0x000060, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_Set_Weapon_Name_Colour::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_WeaponSlotButton_C_RefreshVisuals \ +static_assert(alignof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_RefreshVisuals) == 0x000001, "Wrong alignment on WBP_UI_LoadoutCustomization_WeaponSlotButton_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_RefreshVisuals) == 0x000002, "Wrong size on WBP_UI_LoadoutCustomization_WeaponSlotButton_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_RefreshVisuals, CallFunc_IsHovered_ReturnValue) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_RefreshVisuals::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_WeaponSlotButton_C_RefreshVisuals, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000001, "Member 'WBP_UI_LoadoutCustomization_WeaponSlotButton_C_RefreshVisuals::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_LoadoutCustomization_WeaponSlotButton_C \ +static_assert(alignof(UWBP_UI_LoadoutCustomization_WeaponSlotButton_C) == 0x000008, "Wrong alignment on UWBP_UI_LoadoutCustomization_WeaponSlotButton_C"); \ +static_assert(sizeof(UWBP_UI_LoadoutCustomization_WeaponSlotButton_C) == 0x0004D8, "Wrong size on UWBP_UI_LoadoutCustomization_WeaponSlotButton_C"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_WeaponSlotButton_C, UberGraphFrame) == 0x000450, "Member 'UWBP_UI_LoadoutCustomization_WeaponSlotButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_WeaponSlotButton_C, HoverAnim) == 0x000458, "Member 'UWBP_UI_LoadoutCustomization_WeaponSlotButton_C::HoverAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_WeaponSlotButton_C, Border_Highlight) == 0x000460, "Member 'UWBP_UI_LoadoutCustomization_WeaponSlotButton_C::Border_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_WeaponSlotButton_C, Image_3) == 0x000468, "Member 'UWBP_UI_LoadoutCustomization_WeaponSlotButton_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_WeaponSlotButton_C, Image_4) == 0x000470, "Member 'UWBP_UI_LoadoutCustomization_WeaponSlotButton_C::Image_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_WeaponSlotButton_C, Image_5) == 0x000478, "Member 'UWBP_UI_LoadoutCustomization_WeaponSlotButton_C::Image_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_WeaponSlotButton_C, Image_6) == 0x000480, "Member 'UWBP_UI_LoadoutCustomization_WeaponSlotButton_C::Image_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_WeaponSlotButton_C, Image_8) == 0x000488, "Member 'UWBP_UI_LoadoutCustomization_WeaponSlotButton_C::Image_8' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_WeaponSlotButton_C, Image_9) == 0x000490, "Member 'UWBP_UI_LoadoutCustomization_WeaponSlotButton_C::Image_9' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_WeaponSlotButton_C, Image_10) == 0x000498, "Member 'UWBP_UI_LoadoutCustomization_WeaponSlotButton_C::Image_10' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_WeaponSlotButton_C, Image_11) == 0x0004A0, "Member 'UWBP_UI_LoadoutCustomization_WeaponSlotButton_C::Image_11' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_WeaponSlotButton_C, Image_Background) == 0x0004A8, "Member 'UWBP_UI_LoadoutCustomization_WeaponSlotButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_WeaponSlotButton_C, Image_InvalidWeaponButton) == 0x0004B0, "Member 'UWBP_UI_LoadoutCustomization_WeaponSlotButton_C::Image_InvalidWeaponButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_WeaponSlotButton_C, Text_WeaponProgression) == 0x0004B8, "Member 'UWBP_UI_LoadoutCustomization_WeaponSlotButton_C::Text_WeaponProgression' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_WeaponSlotButton_C, TextBlock_ItemType) == 0x0004C0, "Member 'UWBP_UI_LoadoutCustomization_WeaponSlotButton_C::TextBlock_ItemType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_WeaponSlotButton_C, TextBlock_Name) == 0x0004C8, "Member 'UWBP_UI_LoadoutCustomization_WeaponSlotButton_C::TextBlock_Name' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_WeaponSlotButton_C, Widget_Icon) == 0x0004D0, "Member 'UWBP_UI_LoadoutCustomization_WeaponSlotButton_C::Widget_Icon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LA_Crew_LookAround_C \ +static_assert(alignof(ABP_LA_Crew_LookAround_C) == 0x000008, "Wrong alignment on ABP_LA_Crew_LookAround_C"); \ +static_assert(sizeof(ABP_LA_Crew_LookAround_C) == 0x0002C0, "Wrong size on ABP_LA_Crew_LookAround_C"); \ +static_assert(offsetof(ABP_LA_Crew_LookAround_C, SBZLifeActionSlot) == 0x0002A8, "Member 'ABP_LA_Crew_LookAround_C::SBZLifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Crew_LookAround_C, SBZLifeActionInstance) == 0x0002B0, "Member 'ABP_LA_Crew_LookAround_C::SBZLifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Crew_LookAround_C, SBZLifeAction) == 0x0002B8, "Member 'ABP_LA_Crew_LookAround_C::SBZLifeAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Placeable_Weapon_Drop_OVK_HET5_C \ +static_assert(alignof(ABP_Placeable_Weapon_Drop_OVK_HET5_C) == 0x000010, "Wrong alignment on ABP_Placeable_Weapon_Drop_OVK_HET5_C"); \ +static_assert(sizeof(ABP_Placeable_Weapon_Drop_OVK_HET5_C) == 0x000540, "Wrong size on ABP_Placeable_Weapon_Drop_OVK_HET5_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_ItemButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ItemButton \ +static_assert(alignof(WBP_UI_LoadoutCustomization_ItemButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ItemButton) == 0x000008, "Wrong alignment on WBP_UI_LoadoutCustomization_ItemButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ItemButton"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_ItemButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ItemButton) == 0x000018, "Wrong size on WBP_UI_LoadoutCustomization_ItemButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ItemButton"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ItemButton, EntryPoint) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ItemButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ItemButton, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ItemButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ItemButton, K2Node_Event_bInHasFocus) == 0x000005, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ItemButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ItemButton, K2Node_Event_bInIsHovered) == 0x000006, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ItemButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ItemButton, CallFunc_GetItemData_ReturnValue) == 0x000008, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ItemButton::CallFunc_GetItemData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ItemButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000010, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ItemButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_ItemButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_LoadoutCustomization_ItemButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_LoadoutCustomization_ItemButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_ItemButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_LoadoutCustomization_ItemButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_ItemButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_LoadoutCustomization_ItemButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_LoadoutCustomization_ItemButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_ItemButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_LoadoutCustomization_ItemButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_ItemButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_LoadoutCustomization_ItemButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_LoadoutCustomization_ItemButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_ItemButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_LoadoutCustomization_ItemButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_ItemButton_C_OnSelection \ +static_assert(alignof(WBP_UI_LoadoutCustomization_ItemButton_C_OnSelection) == 0x000008, "Wrong alignment on WBP_UI_LoadoutCustomization_ItemButton_C_OnSelection"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_ItemButton_C_OnSelection) == 0x000028, "Wrong size on WBP_UI_LoadoutCustomization_ItemButton_C_OnSelection"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_OnSelection, K2Node_MakeStruct_SlateColor) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_OnSelection::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_ItemButton_C_OnHover \ +static_assert(alignof(WBP_UI_LoadoutCustomization_ItemButton_C_OnHover) == 0x000001, "Wrong alignment on WBP_UI_LoadoutCustomization_ItemButton_C_OnHover"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_ItemButton_C_OnHover) == 0x000001, "Wrong size on WBP_UI_LoadoutCustomization_ItemButton_C_OnHover"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_OnHover, bIsHovered) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_OnHover::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_ItemButton_C_OnFocused \ +static_assert(alignof(WBP_UI_LoadoutCustomization_ItemButton_C_OnFocused) == 0x000008, "Wrong alignment on WBP_UI_LoadoutCustomization_ItemButton_C_OnFocused"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_ItemButton_C_OnFocused) == 0x000028, "Wrong size on WBP_UI_LoadoutCustomization_ItemButton_C_OnFocused"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_OnFocused, bIsFocused) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_OnFocused::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_OnFocused, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_OnFocused::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_OnFocused, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_OnFocused::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_OnFocused, CallFunc_SelectColor_ReturnValue) == 0x000018, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_OnFocused::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_ItemButton_C_OnNone \ +static_assert(alignof(WBP_UI_LoadoutCustomization_ItemButton_C_OnNone) == 0x000008, "Wrong alignment on WBP_UI_LoadoutCustomization_ItemButton_C_OnNone"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_ItemButton_C_OnNone) == 0x000028, "Wrong size on WBP_UI_LoadoutCustomization_ItemButton_C_OnNone"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_OnNone, K2Node_MakeStruct_SlateColor) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_OnNone::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_ItemButton_C_RefreshVisuals \ +static_assert(alignof(WBP_UI_LoadoutCustomization_ItemButton_C_RefreshVisuals) == 0x000001, "Wrong alignment on WBP_UI_LoadoutCustomization_ItemButton_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_ItemButton_C_RefreshVisuals) == 0x000002, "Wrong size on WBP_UI_LoadoutCustomization_ItemButton_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_RefreshVisuals, CallFunc_IsHovered_ReturnValue) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_RefreshVisuals::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_RefreshVisuals, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000001, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_RefreshVisuals::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals \ +static_assert(alignof(WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals) == 0x000008, "Wrong alignment on WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals) == 0x0000F0, "Wrong size on WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals, InInventoryData) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals::InInventoryData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals, K2Node_DynamicCast_AsSBZArmor_Data) == 0x000008, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals::K2Node_DynamicCast_AsSBZArmor_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals, CallFunc_GetChunkTypeArray_ReturnValue) == 0x000018, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals::CallFunc_GetChunkTypeArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals, K2Node_DynamicCast_AsSBZEquippable_Data) == 0x000028, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals::K2Node_DynamicCast_AsSBZEquippable_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals, K2Node_DynamicCast_AsSBZOverskill_Loadout_Data) == 0x000038, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals::K2Node_DynamicCast_AsSBZOverskill_Loadout_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals, K2Node_DynamicCast_bSuccess_2) == 0x000040, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals, CallFunc_GetDisplayName_OutDisplayName) == 0x000048, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals, CallFunc_GetDisplayName_OutHasText) == 0x000060, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals, CallFunc_IsValid_ReturnValue) == 0x000061, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals, Temp_int_Array_Index_Variable) == 0x000064, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals, CallFunc_Get_ReturnValue) == 0x000068, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals, CallFunc_Array_Get_Item) == 0x000070, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals, CallFunc_GetChunkData_ReturnValue) == 0x000074, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals::CallFunc_GetChunkData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals, K2Node_MakeArray_Array) == 0x0000C8, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals, CallFunc_Array_Get_Item_1) == 0x0000D8, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals, Temp_int_Loop_Counter_Variable) == 0x0000E0, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals, CallFunc_Less_IntInt_ReturnValue) == 0x0000E4, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals, CallFunc_Add_IntInt_ReturnValue) == 0x0000E8, "Member 'WBP_UI_LoadoutCustomization_ItemButton_C_SetItemVisuals::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_LoadoutCustomization_ItemButton_C \ +static_assert(alignof(UWBP_UI_LoadoutCustomization_ItemButton_C) == 0x000008, "Wrong alignment on UWBP_UI_LoadoutCustomization_ItemButton_C"); \ +static_assert(sizeof(UWBP_UI_LoadoutCustomization_ItemButton_C) == 0x000438, "Wrong size on UWBP_UI_LoadoutCustomization_ItemButton_C"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ItemButton_C, UberGraphFrame) == 0x000398, "Member 'UWBP_UI_LoadoutCustomization_ItemButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ItemButton_C, HoverAnim) == 0x0003A0, "Member 'UWBP_UI_LoadoutCustomization_ItemButton_C::HoverAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ItemButton_C, ArmorChunks_Hb) == 0x0003A8, "Member 'UWBP_UI_LoadoutCustomization_ItemButton_C::ArmorChunks_Hb' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ItemButton_C, Border_Highlight) == 0x0003B0, "Member 'UWBP_UI_LoadoutCustomization_ItemButton_C::Border_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ItemButton_C, Chunk1_I) == 0x0003B8, "Member 'UWBP_UI_LoadoutCustomization_ItemButton_C::Chunk1_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ItemButton_C, Chunk2_I) == 0x0003C0, "Member 'UWBP_UI_LoadoutCustomization_ItemButton_C::Chunk2_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ItemButton_C, Chunk3_I) == 0x0003C8, "Member 'UWBP_UI_LoadoutCustomization_ItemButton_C::Chunk3_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ItemButton_C, Chunk4_I) == 0x0003D0, "Member 'UWBP_UI_LoadoutCustomization_ItemButton_C::Chunk4_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ItemButton_C, Image_Background) == 0x0003D8, "Member 'UWBP_UI_LoadoutCustomization_ItemButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ItemButton_C, Image_InvalidWeaponButton) == 0x0003E0, "Member 'UWBP_UI_LoadoutCustomization_ItemButton_C::Image_InvalidWeaponButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ItemButton_C, Overskill_Level) == 0x0003E8, "Member 'UWBP_UI_LoadoutCustomization_ItemButton_C::Overskill_Level' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ItemButton_C, TextBlock_ItemType) == 0x0003F0, "Member 'UWBP_UI_LoadoutCustomization_ItemButton_C::TextBlock_ItemType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ItemButton_C, TextBlock_Name) == 0x0003F8, "Member 'UWBP_UI_LoadoutCustomization_ItemButton_C::TextBlock_Name' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ItemButton_C, Widget_Icon) == 0x000400, "Member 'UWBP_UI_LoadoutCustomization_ItemButton_C::Widget_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ItemButton_C, HeaderValue) == 0x000408, "Member 'UWBP_UI_LoadoutCustomization_ItemButton_C::HeaderValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ItemButton_C, ButtonFocusedEvent) == 0x000420, "Member 'UWBP_UI_LoadoutCustomization_ItemButton_C::ButtonFocusedEvent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ItemButton_C, HasText) == 0x000430, "Member 'UWBP_UI_LoadoutCustomization_ItemButton_C::HasText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HackingModlue_C_GetHackableLocation \ +static_assert(alignof(BP_HackingModlue_C_GetHackableLocation) == 0x000004, "Wrong alignment on BP_HackingModlue_C_GetHackableLocation"); \ +static_assert(sizeof(BP_HackingModlue_C_GetHackableLocation) == 0x000018, "Wrong size on BP_HackingModlue_C_GetHackableLocation"); \ +static_assert(offsetof(BP_HackingModlue_C_GetHackableLocation, ReturnValue) == 0x000000, "Member 'BP_HackingModlue_C_GetHackableLocation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingModlue_C_GetHackableLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00000C, "Member 'BP_HackingModlue_C_GetHackableLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_HackingModlue_C \ +static_assert(alignof(ABP_HackingModlue_C) == 0x000008, "Wrong alignment on ABP_HackingModlue_C"); \ +static_assert(sizeof(ABP_HackingModlue_C) == 0x000338, "Wrong size on ABP_HackingModlue_C"); \ +static_assert(offsetof(ABP_HackingModlue_C, HackableLocation) == 0x000330, "Member 'ABP_HackingModlue_C::HackableLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_LoadoutSkillsButton_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutSkillsButton \ +static_assert(alignof(WBP_UI_Inventory_LoadoutSkillsButton_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutSkillsButton) == 0x000008, "Wrong alignment on WBP_UI_Inventory_LoadoutSkillsButton_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutSkillsButton"); \ +static_assert(sizeof(WBP_UI_Inventory_LoadoutSkillsButton_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutSkillsButton) == 0x000010, "Wrong size on WBP_UI_Inventory_LoadoutSkillsButton_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutSkillsButton"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutSkillsButton, EntryPoint) == 0x000000, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutSkillsButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutSkillsButton, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutSkillsButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutSkillsButton, K2Node_Event_bInIsHovered) == 0x000005, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutSkillsButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutSkillsButton, K2Node_Event_bInHasFocus) == 0x000006, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutSkillsButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutSkillsButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutSkillsButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_LoadoutSkillsButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_Inventory_LoadoutSkillsButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_Inventory_LoadoutSkillsButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_Inventory_LoadoutSkillsButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_Inventory_LoadoutSkillsButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_LoadoutSkillsButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_Inventory_LoadoutSkillsButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_Inventory_LoadoutSkillsButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_Inventory_LoadoutSkillsButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_Inventory_LoadoutSkillsButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_LoadoutSkillsButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_Inventory_LoadoutSkillsButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Inventory_LoadoutSkillsButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Inventory_LoadoutSkillsButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Inventory_LoadoutSkillsButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_LoadoutSkillsButton_C_OnHover \ +static_assert(alignof(WBP_UI_Inventory_LoadoutSkillsButton_C_OnHover) == 0x000001, "Wrong alignment on WBP_UI_Inventory_LoadoutSkillsButton_C_OnHover"); \ +static_assert(sizeof(WBP_UI_Inventory_LoadoutSkillsButton_C_OnHover) == 0x000001, "Wrong size on WBP_UI_Inventory_LoadoutSkillsButton_C_OnHover"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_OnHover, bIsHovered) == 0x000000, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_OnHover::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_LoadoutSkillsButton_C_OnFocused \ +static_assert(alignof(WBP_UI_Inventory_LoadoutSkillsButton_C_OnFocused) == 0x000008, "Wrong alignment on WBP_UI_Inventory_LoadoutSkillsButton_C_OnFocused"); \ +static_assert(sizeof(WBP_UI_Inventory_LoadoutSkillsButton_C_OnFocused) == 0x000028, "Wrong size on WBP_UI_Inventory_LoadoutSkillsButton_C_OnFocused"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_OnFocused, bIsFocused) == 0x000000, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_OnFocused::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_OnFocused, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_OnFocused::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_OnFocused, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_OnFocused::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_OnFocused, CallFunc_SelectColor_ReturnValue) == 0x000018, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_OnFocused::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_LoadoutSkillsButton_C_RefreshVisuals \ +static_assert(alignof(WBP_UI_Inventory_LoadoutSkillsButton_C_RefreshVisuals) == 0x000001, "Wrong alignment on WBP_UI_Inventory_LoadoutSkillsButton_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_UI_Inventory_LoadoutSkillsButton_C_RefreshVisuals) == 0x000002, "Wrong size on WBP_UI_Inventory_LoadoutSkillsButton_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_RefreshVisuals, CallFunc_IsHovered_ReturnValue) == 0x000000, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_RefreshVisuals::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_RefreshVisuals, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000001, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_RefreshVisuals::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkillPointsVisual \ +static_assert(alignof(WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkillPointsVisual) == 0x000008, "Wrong alignment on WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkillPointsVisual"); \ +static_assert(sizeof(WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkillPointsVisual) == 0x000078, "Wrong size on WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkillPointsVisual"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkillPointsVisual, SkillPointsRemaining) == 0x000000, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkillPointsVisual::SkillPointsRemaining' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkillPointsVisual, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkillPointsVisual::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkillPointsVisual, CallFunc_Greater_IntInt_ReturnValue) == 0x000048, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkillPointsVisual::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkillPointsVisual, K2Node_MakeArray_Array) == 0x000050, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkillPointsVisual::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkillPointsVisual, CallFunc_Format_ReturnValue) == 0x000060, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkillPointsVisual::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills \ +static_assert(alignof(WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills) == 0x000008, "Wrong alignment on WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills"); \ +static_assert(sizeof(WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills) == 0x000078, "Wrong size on WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills, EquippedSkillCategoriesCount) == 0x000000, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills::EquippedSkillCategoriesCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills, TotalSkillsCost) == 0x000010, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills::TotalSkillsCost' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills, Temp_int_Array_Index_Variable) == 0x000014, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills, CallFunc_GetSkillManager_ReturnValue) == 0x000020, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills::CallFunc_GetSkillManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills, CallFunc_GetEarnedSkillPoints_ReturnValue) == 0x000028, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills::CallFunc_GetEarnedSkillPoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills, CallFunc_Subtract_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills, CallFunc_Add_IntInt_ReturnValue_1) == 0x000030, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills, CallFunc_Conv_IntToText_ReturnValue) == 0x000038, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills, K2Node_MakeArray_Array) == 0x000050, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills, CallFunc_Array_Get_Item) == 0x000068, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'WBP_UI_Inventory_LoadoutSkillsButton_C_InitializeSkills::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Inventory_LoadoutSkillsButton_C \ +static_assert(alignof(UWBP_UI_Inventory_LoadoutSkillsButton_C) == 0x000008, "Wrong alignment on UWBP_UI_Inventory_LoadoutSkillsButton_C"); \ +static_assert(sizeof(UWBP_UI_Inventory_LoadoutSkillsButton_C) == 0x000530, "Wrong size on UWBP_UI_Inventory_LoadoutSkillsButton_C"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, UberGraphFrame) == 0x000370, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, OnHoverSkills) == 0x000378, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::OnHoverSkills' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Border_Highlight) == 0x000380, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Border_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Image) == 0x000388, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Image_1) == 0x000390, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Image_2) == 0x000398, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Image_3) == 0x0003A0, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Image_4) == 0x0003A8, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Image_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Image_5) == 0x0003B0, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Image_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Image_6) == 0x0003B8, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Image_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Image_7) == 0x0003C0, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Image_7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Image_8) == 0x0003C8, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Image_8' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Image_9) == 0x0003D0, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Image_9' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Image_10) == 0x0003D8, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Image_10' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Image_11) == 0x0003E0, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Image_11' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Image_12) == 0x0003E8, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Image_12' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Image_13) == 0x0003F0, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Image_13' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Image_14) == 0x0003F8, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Image_14' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Image_15) == 0x000400, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Image_15' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Image_16) == 0x000408, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Image_16' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Image_148) == 0x000410, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Image_148' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Image_155) == 0x000418, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Image_155' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Image_511) == 0x000420, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Image_511' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Image_1101) == 0x000428, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Image_1101' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Image_SkillPointsRemaining) == 0x000430, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Image_SkillPointsRemaining' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Overlay_Button) == 0x000438, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Overlay_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, POINTS_AVAILABLE_MECHANIC) == 0x000440, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::POINTS_AVAILABLE_MECHANIC' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, POINTS_AVAILABLE_NINJA) == 0x000448, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::POINTS_AVAILABLE_NINJA' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, POINTS_AVAILABLE_NUMBER_3) == 0x000450, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::POINTS_AVAILABLE_NUMBER_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, POINTS_AVAILABLE_NUMBER_4) == 0x000458, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::POINTS_AVAILABLE_NUMBER_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, POINTS_AVAILABLE_NUMBER_5) == 0x000460, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::POINTS_AVAILABLE_NUMBER_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, POINTS_AVAILABLE_SOLDIER) == 0x000468, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::POINTS_AVAILABLE_SOLDIER' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Skill_points_HB) == 0x000470, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Skill_points_HB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, SkillCount) == 0x000478, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::SkillCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, SkillCount_1) == 0x000480, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::SkillCount_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, SkillCount_2) == 0x000488, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::SkillCount_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, SkillCount_3) == 0x000490, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::SkillCount_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, SkillCount_4) == 0x000498, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::SkillCount_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, SkillCount_5) == 0x0004A0, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::SkillCount_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, SkillIcon1_Overlay) == 0x0004A8, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::SkillIcon1_Overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, SkillIcon2_Overlay) == 0x0004B0, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::SkillIcon2_Overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, SkillIcon3_Overlay) == 0x0004B8, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::SkillIcon3_Overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, SkillIcon4_Overlay) == 0x0004C0, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::SkillIcon4_Overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, SkillIcon5_Overlay) == 0x0004C8, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::SkillIcon5_Overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, SkillIcon_Overlay) == 0x0004D0, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::SkillIcon_Overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Text_Header) == 0x0004D8, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Text_Header' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Text_SkillsWarning) == 0x0004E0, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Text_SkillsWarning' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Widget_SkillsIcon) == 0x0004E8, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Widget_SkillsIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Widget_SkillsIcon_1) == 0x0004F0, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Widget_SkillsIcon_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Widget_SkillsIcon_2) == 0x0004F8, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Widget_SkillsIcon_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Widget_SkillsIcon_3) == 0x000500, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Widget_SkillsIcon_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Widget_SkillsIcon_4) == 0x000508, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Widget_SkillsIcon_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, Widget_SkillsIcon_5) == 0x000510, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::Widget_SkillsIcon_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, ButtonFocusedEvent) == 0x000518, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::ButtonFocusedEvent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutSkillsButton_C, RT_SkillPointsRemaining) == 0x000528, "Member 'UWBP_UI_Inventory_LoadoutSkillsButton_C::RT_SkillPointsRemaining' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Fstruct_PlayerStatsToCompare \ +static_assert(alignof(Fstruct_PlayerStatsToCompare) == 0x000004, "Wrong alignment on Fstruct_PlayerStatsToCompare"); \ +static_assert(sizeof(Fstruct_PlayerStatsToCompare) == 0x000034, "Wrong size on Fstruct_PlayerStatsToCompare"); \ +static_assert(offsetof(Fstruct_PlayerStatsToCompare, CashSecured_2_C826E5204C9F603506B549BA3647D769) == 0x000000, "Member 'Fstruct_PlayerStatsToCompare::CashSecured_2_C826E5204C9F603506B549BA3647D769' has a wrong offset!"); \ +static_assert(offsetof(Fstruct_PlayerStatsToCompare, LooseCashSecured_13_38ACF1924CCB8BDD3D565A9D3CF032BB) == 0x000004, "Member 'Fstruct_PlayerStatsToCompare::LooseCashSecured_13_38ACF1924CCB8BDD3D565A9D3CF032BB' has a wrong offset!"); \ +static_assert(offsetof(Fstruct_PlayerStatsToCompare, TotalKIlls_14_85770DEB4D26D48611C0449887B09DB3) == 0x000008, "Member 'Fstruct_PlayerStatsToCompare::TotalKIlls_14_85770DEB4D26D48611C0449887B09DB3' has a wrong offset!"); \ +static_assert(offsetof(Fstruct_PlayerStatsToCompare, SpecialsKilled_15_54866AE24A85CAE6D72A0DB73290349C) == 0x00000C, "Member 'Fstruct_PlayerStatsToCompare::SpecialsKilled_15_54866AE24A85CAE6D72A0DB73290349C' has a wrong offset!"); \ +static_assert(offsetof(Fstruct_PlayerStatsToCompare, DamageDealt_16_F0C4C6694BD49F884403F291666E2C5B) == 0x000010, "Member 'Fstruct_PlayerStatsToCompare::DamageDealt_16_F0C4C6694BD49F884403F291666E2C5B' has a wrong offset!"); \ +static_assert(offsetof(Fstruct_PlayerStatsToCompare, HostagesTraded_17_8A9AA8EF4C40C3F3E73500A95E6C644A) == 0x000014, "Member 'Fstruct_PlayerStatsToCompare::HostagesTraded_17_8A9AA8EF4C40C3F3E73500A95E6C644A' has a wrong offset!"); \ +static_assert(offsetof(Fstruct_PlayerStatsToCompare, PrimaryAccuracy_18_922996C848682805A6FF73AC3AA106DB) == 0x000018, "Member 'Fstruct_PlayerStatsToCompare::PrimaryAccuracy_18_922996C848682805A6FF73AC3AA106DB' has a wrong offset!"); \ +static_assert(offsetof(Fstruct_PlayerStatsToCompare, SecondaryAccuracy_19_AD2A7E4D415F39BCAB3ED6AC2B2E87B5) == 0x00001C, "Member 'Fstruct_PlayerStatsToCompare::SecondaryAccuracy_19_AD2A7E4D415F39BCAB3ED6AC2B2E87B5' has a wrong offset!"); \ +static_assert(offsetof(Fstruct_PlayerStatsToCompare, Headshots_29_ADFAD6024E40883306E07CAF61DAF95F) == 0x000020, "Member 'Fstruct_PlayerStatsToCompare::Headshots_29_ADFAD6024E40883306E07CAF61DAF95F' has a wrong offset!"); \ +static_assert(offsetof(Fstruct_PlayerStatsToCompare, Revives_27_E6D7245B4970C49561D372AD43B86DD2) == 0x000024, "Member 'Fstruct_PlayerStatsToCompare::Revives_27_E6D7245B4970C49561D372AD43B86DD2' has a wrong offset!"); \ +static_assert(offsetof(Fstruct_PlayerStatsToCompare, TotalDowns_21_1323B24B4F65872FEBBCA58B94BF9B7B) == 0x000028, "Member 'Fstruct_PlayerStatsToCompare::TotalDowns_21_1323B24B4F65872FEBBCA58B94BF9B7B' has a wrong offset!"); \ +static_assert(offsetof(Fstruct_PlayerStatsToCompare, DevicesHacked_22_F4F2342A4AF2D60ED9BD0997AF494E41) == 0x00002C, "Member 'Fstruct_PlayerStatsToCompare::DevicesHacked_22_F4F2342A4AF2D60ED9BD0997AF494E41' has a wrong offset!"); \ +static_assert(offsetof(Fstruct_PlayerStatsToCompare, LocksPicked_24_248F0BD34AE0F77F3B779DA9A538E9E9) == 0x000030, "Member 'Fstruct_PlayerStatsToCompare::LocksPicked_24_248F0BD34AE0F77F3B779DA9A538E9E9' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ArmorSlotButton \ +static_assert(alignof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ArmorSlotButton) == 0x000008, "Wrong alignment on WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ArmorSlotButton"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ArmorSlotButton) == 0x000020, "Wrong size on WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ArmorSlotButton"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ArmorSlotButton, EntryPoint) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ArmorSlotButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ArmorSlotButton, CallFunc_GetArmorInventoryData_ReturnValue) == 0x000008, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ArmorSlotButton::CallFunc_GetArmorInventoryData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ArmorSlotButton, K2Node_Event_bInIsHovered) == 0x000010, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ArmorSlotButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ArmorSlotButton, K2Node_Event_bInHasFocus) == 0x000011, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ArmorSlotButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ArmorSlotButton, K2Node_Event_IsDesignTime) == 0x000012, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ArmorSlotButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ArmorSlotButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000018, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ExecuteUbergraph_WBP_UI_LoadoutCustomization_ArmorSlotButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_ArmorSlotButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_LoadoutCustomization_ArmorSlotButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_LoadoutCustomization_ArmorSlotButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_ArmorSlotButton_C_OnHover \ +static_assert(alignof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_OnHover) == 0x000001, "Wrong alignment on WBP_UI_LoadoutCustomization_ArmorSlotButton_C_OnHover"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_OnHover) == 0x000001, "Wrong size on WBP_UI_LoadoutCustomization_ArmorSlotButton_C_OnHover"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_OnHover, bIsHovered) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_OnHover::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_ArmorSlotButton_C_OnFocused \ +static_assert(alignof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_OnFocused) == 0x000008, "Wrong alignment on WBP_UI_LoadoutCustomization_ArmorSlotButton_C_OnFocused"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_OnFocused) == 0x000028, "Wrong size on WBP_UI_LoadoutCustomization_ArmorSlotButton_C_OnFocused"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_OnFocused, bIsFocused) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_OnFocused::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_OnFocused, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_OnFocused::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_OnFocused, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_OnFocused::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_OnFocused, CallFunc_SelectColor_ReturnValue) == 0x000018, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_OnFocused::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals \ +static_assert(alignof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals) == 0x000008, "Wrong alignment on WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals) == 0x0000A0, "Wrong size on WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals, InInventoryData) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals::InInventoryData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals, NewLocalVar_0) == 0x000008, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals, CallFunc_GetDisplayName_OutDisplayName) == 0x000010, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals, CallFunc_GetDisplayName_OutHasText) == 0x000028, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals, CallFunc_IsEmpty_ReturnValue) == 0x00002A, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals, CallFunc_GetArmorSlot_ReturnValue) == 0x000030, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals::CallFunc_GetArmorSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals, Temp_byte_Variable) == 0x000098, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals, Temp_byte_Variable_1) == 0x000099, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals, Temp_bool_Variable) == 0x00009A, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals, K2Node_Select_Default) == 0x00009B, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Initialize_Armor_Visuals::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Set_Armor_Name_Colour \ +static_assert(alignof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Set_Armor_Name_Colour) == 0x000008, "Wrong alignment on WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Set_Armor_Name_Colour"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Set_Armor_Name_Colour) == 0x000088, "Wrong size on WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Set_Armor_Name_Colour"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Set_Armor_Name_Colour, DesiredColour) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Set_Armor_Name_Colour::DesiredColour' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Set_Armor_Name_Colour, K2Node_MakeStruct_SlateColor) == 0x000010, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Set_Armor_Name_Colour::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Set_Armor_Name_Colour, CallFunc_GetArmorInventoryData_ReturnValue) == 0x000038, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Set_Armor_Name_Colour::CallFunc_GetArmorInventoryData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Set_Armor_Name_Colour, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Set_Armor_Name_Colour::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Set_Armor_Name_Colour, CallFunc_Conv_TextToString_ReturnValue) == 0x000048, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Set_Armor_Name_Colour::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Set_Armor_Name_Colour, CallFunc_IsEmpty_ReturnValue) == 0x000058, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Set_Armor_Name_Colour::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Set_Armor_Name_Colour, K2Node_MakeStruct_SlateColor_1) == 0x000060, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_Set_Armor_Name_Colour::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_LoadoutCustomization_ArmorSlotButton_C_RefreshVisuals \ +static_assert(alignof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_RefreshVisuals) == 0x000001, "Wrong alignment on WBP_UI_LoadoutCustomization_ArmorSlotButton_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_RefreshVisuals) == 0x000002, "Wrong size on WBP_UI_LoadoutCustomization_ArmorSlotButton_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_RefreshVisuals, CallFunc_IsHovered_ReturnValue) == 0x000000, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_RefreshVisuals::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_LoadoutCustomization_ArmorSlotButton_C_RefreshVisuals, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000001, "Member 'WBP_UI_LoadoutCustomization_ArmorSlotButton_C_RefreshVisuals::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_LoadoutCustomization_ArmorSlotButton_C \ +static_assert(alignof(UWBP_UI_LoadoutCustomization_ArmorSlotButton_C) == 0x000008, "Wrong alignment on UWBP_UI_LoadoutCustomization_ArmorSlotButton_C"); \ +static_assert(sizeof(UWBP_UI_LoadoutCustomization_ArmorSlotButton_C) == 0x000448, "Wrong size on UWBP_UI_LoadoutCustomization_ArmorSlotButton_C"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ArmorSlotButton_C, UberGraphFrame) == 0x0003E0, "Member 'UWBP_UI_LoadoutCustomization_ArmorSlotButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ArmorSlotButton_C, HoverAnim) == 0x0003E8, "Member 'UWBP_UI_LoadoutCustomization_ArmorSlotButton_C::HoverAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ArmorSlotButton_C, Border_Highlight) == 0x0003F0, "Member 'UWBP_UI_LoadoutCustomization_ArmorSlotButton_C::Border_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ArmorSlotButton_C, Image) == 0x0003F8, "Member 'UWBP_UI_LoadoutCustomization_ArmorSlotButton_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ArmorSlotButton_C, Image_1) == 0x000400, "Member 'UWBP_UI_LoadoutCustomization_ArmorSlotButton_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ArmorSlotButton_C, Image_2) == 0x000408, "Member 'UWBP_UI_LoadoutCustomization_ArmorSlotButton_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ArmorSlotButton_C, Image_511) == 0x000410, "Member 'UWBP_UI_LoadoutCustomization_ArmorSlotButton_C::Image_511' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ArmorSlotButton_C, Image_Background) == 0x000418, "Member 'UWBP_UI_LoadoutCustomization_ArmorSlotButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ArmorSlotButton_C, Image_InvalidArmorButton) == 0x000420, "Member 'UWBP_UI_LoadoutCustomization_ArmorSlotButton_C::Image_InvalidArmorButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ArmorSlotButton_C, TextBlock_ItemType) == 0x000428, "Member 'UWBP_UI_LoadoutCustomization_ArmorSlotButton_C::TextBlock_ItemType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ArmorSlotButton_C, TextBlock_Name) == 0x000430, "Member 'UWBP_UI_LoadoutCustomization_ArmorSlotButton_C::TextBlock_Name' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ArmorSlotButton_C, WBP_UI_ArmorChunkPreview) == 0x000438, "Member 'UWBP_UI_LoadoutCustomization_ArmorSlotButton_C::WBP_UI_ArmorChunkPreview' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_LoadoutCustomization_ArmorSlotButton_C, Widget_Icon) == 0x000440, "Member 'UWBP_UI_LoadoutCustomization_ArmorSlotButton_C::Widget_Icon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Description_C_ExecuteUbergraph_WBP_UI_Skills_Description \ +static_assert(alignof(WBP_UI_Skills_Description_C_ExecuteUbergraph_WBP_UI_Skills_Description) == 0x000004, "Wrong alignment on WBP_UI_Skills_Description_C_ExecuteUbergraph_WBP_UI_Skills_Description"); \ +static_assert(sizeof(WBP_UI_Skills_Description_C_ExecuteUbergraph_WBP_UI_Skills_Description) == 0x00004C, "Wrong size on WBP_UI_Skills_Description_C_ExecuteUbergraph_WBP_UI_Skills_Description"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_ExecuteUbergraph_WBP_UI_Skills_Description, EntryPoint) == 0x000000, "Member 'WBP_UI_Skills_Description_C_ExecuteUbergraph_WBP_UI_Skills_Description::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_ExecuteUbergraph_WBP_UI_Skills_Description, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_UI_Skills_Description_C_ExecuteUbergraph_WBP_UI_Skills_Description::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_ExecuteUbergraph_WBP_UI_Skills_Description, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'WBP_UI_Skills_Description_C_ExecuteUbergraph_WBP_UI_Skills_Description::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_ExecuteUbergraph_WBP_UI_Skills_Description, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000040, "Member 'WBP_UI_Skills_Description_C_ExecuteUbergraph_WBP_UI_Skills_Description::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_ExecuteUbergraph_WBP_UI_Skills_Description, CallFunc_GetScrollOffset_ReturnValue) == 0x000044, "Member 'WBP_UI_Skills_Description_C_ExecuteUbergraph_WBP_UI_Skills_Description::CallFunc_GetScrollOffset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_ExecuteUbergraph_WBP_UI_Skills_Description, CallFunc_Add_FloatFloat_ReturnValue) == 0x000048, "Member 'WBP_UI_Skills_Description_C_ExecuteUbergraph_WBP_UI_Skills_Description::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Description_C_Tick \ +static_assert(alignof(WBP_UI_Skills_Description_C_Tick) == 0x000004, "Wrong alignment on WBP_UI_Skills_Description_C_Tick"); \ +static_assert(sizeof(WBP_UI_Skills_Description_C_Tick) == 0x00003C, "Wrong size on WBP_UI_Skills_Description_C_Tick"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_UI_Skills_Description_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_UI_Skills_Description_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Description_C_SetFocusedButton \ +static_assert(alignof(WBP_UI_Skills_Description_C_SetFocusedButton) == 0x000008, "Wrong alignment on WBP_UI_Skills_Description_C_SetFocusedButton"); \ +static_assert(sizeof(WBP_UI_Skills_Description_C_SetFocusedButton) == 0x000010, "Wrong size on WBP_UI_Skills_Description_C_SetFocusedButton"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetFocusedButton, Skill) == 0x000000, "Member 'WBP_UI_Skills_Description_C_SetFocusedButton::Skill' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetFocusedButton, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000008, "Member 'WBP_UI_Skills_Description_C_SetFocusedButton::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetFocusedButton, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'WBP_UI_Skills_Description_C_SetFocusedButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetFocusedButton, CallFunc_BooleanAND_ReturnValue) == 0x00000A, "Member 'WBP_UI_Skills_Description_C_SetFocusedButton::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Description_C_SetSkillInfoOld \ +static_assert(alignof(WBP_UI_Skills_Description_C_SetSkillInfoOld) == 0x000008, "Wrong alignment on WBP_UI_Skills_Description_C_SetSkillInfoOld"); \ +static_assert(sizeof(WBP_UI_Skills_Description_C_SetSkillInfoOld) == 0x000010, "Wrong size on WBP_UI_Skills_Description_C_SetSkillInfoOld"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillInfoOld, Skill_data) == 0x000000, "Member 'WBP_UI_Skills_Description_C_SetSkillInfoOld::Skill_data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillInfoOld, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_UI_Skills_Description_C_SetSkillInfoOld::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Description_C_SetSkillInfo \ +static_assert(alignof(WBP_UI_Skills_Description_C_SetSkillInfo) == 0x000008, "Wrong alignment on WBP_UI_Skills_Description_C_SetSkillInfo"); \ +static_assert(sizeof(WBP_UI_Skills_Description_C_SetSkillInfo) == 0x000010, "Wrong size on WBP_UI_Skills_Description_C_SetSkillInfo"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillInfo, SkillButton) == 0x000000, "Member 'WBP_UI_Skills_Description_C_SetSkillInfo::SkillButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillInfo, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_UI_Skills_Description_C_SetSkillInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Description_C_SetSkillDescription \ +static_assert(alignof(WBP_UI_Skills_Description_C_SetSkillDescription) == 0x000008, "Wrong alignment on WBP_UI_Skills_Description_C_SetSkillDescription"); \ +static_assert(sizeof(WBP_UI_Skills_Description_C_SetSkillDescription) == 0x000170, "Wrong size on WBP_UI_Skills_Description_C_SetSkillDescription"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillDescription, SkillButton) == 0x000000, "Member 'WBP_UI_Skills_Description_C_SetSkillDescription::SkillButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillDescription, CallFunc_MakeLiteralText_ReturnValue) == 0x000008, "Member 'WBP_UI_Skills_Description_C_SetSkillDescription::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillDescription, CallFunc_TextToUpper_ReturnValue) == 0x000020, "Member 'WBP_UI_Skills_Description_C_SetSkillDescription::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillDescription, CallFunc_Conv_TextToString_ReturnValue) == 0x000038, "Member 'WBP_UI_Skills_Description_C_SetSkillDescription::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillDescription, CallFunc_GetFormattedDescriptionText_ReturnValue) == 0x000048, "Member 'WBP_UI_Skills_Description_C_SetSkillDescription::CallFunc_GetFormattedDescriptionText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillDescription, CallFunc_Concat_StrStr_ReturnValue) == 0x000060, "Member 'WBP_UI_Skills_Description_C_SetSkillDescription::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillDescription, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000070, "Member 'WBP_UI_Skills_Description_C_SetSkillDescription::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillDescription, CallFunc_IsValid_ReturnValue) == 0x000088, "Member 'WBP_UI_Skills_Description_C_SetSkillDescription::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillDescription, CallFunc_TextToUpper_ReturnValue_1) == 0x000090, "Member 'WBP_UI_Skills_Description_C_SetSkillDescription::CallFunc_TextToUpper_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillDescription, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000A8, "Member 'WBP_UI_Skills_Description_C_SetSkillDescription::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillDescription, CallFunc_GetFormattedDescriptionText_ReturnValue_1) == 0x0000B8, "Member 'WBP_UI_Skills_Description_C_SetSkillDescription::CallFunc_GetFormattedDescriptionText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillDescription, CallFunc_GetFormattedDescriptionText_ReturnValue_2) == 0x0000D0, "Member 'WBP_UI_Skills_Description_C_SetSkillDescription::CallFunc_GetFormattedDescriptionText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillDescription, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000E8, "Member 'WBP_UI_Skills_Description_C_SetSkillDescription::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillDescription, CallFunc_Conv_TextToString_ReturnValue_3) == 0x0000F8, "Member 'WBP_UI_Skills_Description_C_SetSkillDescription::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillDescription, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000108, "Member 'WBP_UI_Skills_Description_C_SetSkillDescription::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillDescription, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000118, "Member 'WBP_UI_Skills_Description_C_SetSkillDescription::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillDescription, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000128, "Member 'WBP_UI_Skills_Description_C_SetSkillDescription::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillDescription, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000138, "Member 'WBP_UI_Skills_Description_C_SetSkillDescription::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillDescription, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000148, "Member 'WBP_UI_Skills_Description_C_SetSkillDescription::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillDescription, CallFunc_Conv_StringToText_ReturnValue) == 0x000158, "Member 'WBP_UI_Skills_Description_C_SetSkillDescription::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Description_C_SetSkillImage \ +static_assert(alignof(WBP_UI_Skills_Description_C_SetSkillImage) == 0x000008, "Wrong alignment on WBP_UI_Skills_Description_C_SetSkillImage"); \ +static_assert(sizeof(WBP_UI_Skills_Description_C_SetSkillImage) == 0x000008, "Wrong size on WBP_UI_Skills_Description_C_SetSkillImage"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillImage, SkillButton) == 0x000000, "Member 'WBP_UI_Skills_Description_C_SetSkillImage::SkillButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Description_C_SetState \ +static_assert(alignof(WBP_UI_Skills_Description_C_SetState) == 0x000008, "Wrong alignment on WBP_UI_Skills_Description_C_SetState"); \ +static_assert(sizeof(WBP_UI_Skills_Description_C_SetState) == 0x0000A0, "Wrong size on WBP_UI_Skills_Description_C_SetState"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetState, SkillsButton) == 0x000000, "Member 'WBP_UI_Skills_Description_C_SetState::SkillsButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetState, Temp_byte_Variable) == 0x000008, "Member 'WBP_UI_Skills_Description_C_SetState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetState, Temp_text_Variable) == 0x000010, "Member 'WBP_UI_Skills_Description_C_SetState::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetState, Temp_text_Variable_1) == 0x000028, "Member 'WBP_UI_Skills_Description_C_SetState::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetState, Temp_text_Variable_2) == 0x000040, "Member 'WBP_UI_Skills_Description_C_SetState::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetState, Temp_text_Variable_3) == 0x000058, "Member 'WBP_UI_Skills_Description_C_SetState::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetState, Temp_text_Variable_4) == 0x000070, "Member 'WBP_UI_Skills_Description_C_SetState::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetState, K2Node_Select_Default) == 0x000088, "Member 'WBP_UI_Skills_Description_C_SetState::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Description_C_SetSkillProgress \ +static_assert(alignof(WBP_UI_Skills_Description_C_SetSkillProgress) == 0x000008, "Wrong alignment on WBP_UI_Skills_Description_C_SetSkillProgress"); \ +static_assert(sizeof(WBP_UI_Skills_Description_C_SetSkillProgress) == 0x000118, "Wrong size on WBP_UI_Skills_Description_C_SetSkillProgress"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillProgress, SkillButton) == 0x000000, "Member 'WBP_UI_Skills_Description_C_SetSkillProgress::SkillButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillProgress, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000008, "Member 'WBP_UI_Skills_Description_C_SetSkillProgress::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillProgress, CallFunc_FTrunc_ReturnValue) == 0x00000C, "Member 'WBP_UI_Skills_Description_C_SetSkillProgress::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillProgress, CallFunc_Conv_IntToString_ReturnValue) == 0x000010, "Member 'WBP_UI_Skills_Description_C_SetSkillProgress::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillProgress, CallFunc_FTrunc_ReturnValue_1) == 0x000020, "Member 'WBP_UI_Skills_Description_C_SetSkillProgress::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillProgress, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000028, "Member 'WBP_UI_Skills_Description_C_SetSkillProgress::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillProgress, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000038, "Member 'WBP_UI_Skills_Description_C_SetSkillProgress::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillProgress, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'WBP_UI_Skills_Description_C_SetSkillProgress::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillProgress, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000050, "Member 'WBP_UI_Skills_Description_C_SetSkillProgress::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillProgress, CallFunc_Conv_StringToText_ReturnValue) == 0x000060, "Member 'WBP_UI_Skills_Description_C_SetSkillProgress::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillProgress, CallFunc_MakeLiteralText_ReturnValue) == 0x000078, "Member 'WBP_UI_Skills_Description_C_SetSkillProgress::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillProgress, CallFunc_FTrunc_ReturnValue_2) == 0x000090, "Member 'WBP_UI_Skills_Description_C_SetSkillProgress::CallFunc_FTrunc_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillProgress, CallFunc_Conv_IntToString_ReturnValue_2) == 0x000098, "Member 'WBP_UI_Skills_Description_C_SetSkillProgress::CallFunc_Conv_IntToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillProgress, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000A8, "Member 'WBP_UI_Skills_Description_C_SetSkillProgress::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillProgress, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0000B8, "Member 'WBP_UI_Skills_Description_C_SetSkillProgress::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillProgress, CallFunc_FTrunc_ReturnValue_3) == 0x0000BC, "Member 'WBP_UI_Skills_Description_C_SetSkillProgress::CallFunc_FTrunc_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillProgress, CallFunc_Conv_IntToString_ReturnValue_3) == 0x0000C0, "Member 'WBP_UI_Skills_Description_C_SetSkillProgress::CallFunc_Conv_IntToString_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillProgress, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000D0, "Member 'WBP_UI_Skills_Description_C_SetSkillProgress::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillProgress, K2Node_SwitchEnum_CmpSuccess) == 0x0000E0, "Member 'WBP_UI_Skills_Description_C_SetSkillProgress::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillProgress, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000E8, "Member 'WBP_UI_Skills_Description_C_SetSkillProgress::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Description_C_SetSkillProgress, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000100, "Member 'WBP_UI_Skills_Description_C_SetSkillProgress::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Skills_Description_C \ +static_assert(alignof(UWBP_UI_Skills_Description_C) == 0x000008, "Wrong alignment on UWBP_UI_Skills_Description_C"); \ +static_assert(sizeof(UWBP_UI_Skills_Description_C) == 0x0002F0, "Wrong size on UWBP_UI_Skills_Description_C"); \ +static_assert(offsetof(UWBP_UI_Skills_Description_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Skills_Description_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Description_C, DescriptionText) == 0x000298, "Member 'UWBP_UI_Skills_Description_C::DescriptionText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Description_C, Image_961) == 0x0002A0, "Member 'UWBP_UI_Skills_Description_C::Image_961' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Description_C, Image_1099) == 0x0002A8, "Member 'UWBP_UI_Skills_Description_C::Image_1099' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Description_C, ProgressBar) == 0x0002B0, "Member 'UWBP_UI_Skills_Description_C::ProgressBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Description_C, ProgressText) == 0x0002B8, "Member 'UWBP_UI_Skills_Description_C::ProgressText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Description_C, ScrollBox) == 0x0002C0, "Member 'UWBP_UI_Skills_Description_C::ScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Description_C, SkillName) == 0x0002C8, "Member 'UWBP_UI_Skills_Description_C::SkillName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Description_C, SkillState) == 0x0002D0, "Member 'UWBP_UI_Skills_Description_C::SkillState' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Description_C, Widget_Icon) == 0x0002D8, "Member 'UWBP_UI_Skills_Description_C::Widget_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Description_C, FocusedButton) == 0x0002E0, "Member 'UWBP_UI_Skills_Description_C::FocusedButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Description_C, Aced) == 0x0002E8, "Member 'UWBP_UI_Skills_Description_C::Aced' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Description_C, ScrollSpeed) == 0x0002EC, "Member 'UWBP_UI_Skills_Description_C::ScrollSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button \ +static_assert(alignof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button) == 0x000008, "Wrong alignment on WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button"); \ +static_assert(sizeof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button) == 0x000258, "Wrong size on WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, EntryPoint) == 0x000000, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, Temp_byte_Variable) == 0x000004, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, Temp_byte_Variable_1) == 0x000005, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, Temp_byte_Variable_2) == 0x000006, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, Temp_byte_Variable_3) == 0x000007, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, Temp_byte_Variable_4) == 0x000008, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, Temp_bool_Variable) == 0x000009, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, Temp_byte_Variable_5) == 0x00000A, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, Temp_byte_Variable_6) == 0x00000B, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, Temp_bool_Variable_1) == 0x00000C, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, Temp_byte_Variable_7) == 0x00000D, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, Temp_byte_Variable_8) == 0x00000E, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, K2Node_MakeStruct_SBZSideBarNotificationData) == 0x000010, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::K2Node_MakeStruct_SBZSideBarNotificationData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, K2Node_MakeStruct_SBZSideBarNotificationData_1) == 0x000050, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::K2Node_MakeStruct_SBZSideBarNotificationData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, K2Node_MakeStruct_SBZSideBarNotificationData_2) == 0x000090, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::K2Node_MakeStruct_SBZSideBarNotificationData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, CallFunc_Create_ReturnValue) == 0x0000D0, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, Temp_bool_Variable_2) == 0x0000D8, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, Temp_struct_Variable) == 0x0000DC, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, Temp_struct_Variable_1) == 0x0000E4, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, K2Node_Select_Default) == 0x0000EC, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, K2Node_CreateDelegate_OutputDelegate) == 0x0000F4, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000108, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, K2Node_Event_bInHasFocus) == 0x000109, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, K2Node_Select_Default_1) == 0x00010A, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, CallFunc_CanSelectSkill_Result) == 0x00010B, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::CallFunc_CanSelectSkill_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, CallFunc_IsValidSoftObjectReference_ReturnValue_1) == 0x00010C, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::CallFunc_IsValidSoftObjectReference_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, K2Node_SwitchEnum_CmpSuccess) == 0x00010D, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, CallFunc_IsValid_ReturnValue) == 0x00010E, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, K2Node_CreateDelegate_OutputDelegate_1) == 0x000110, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, Temp_object_Variable) == 0x000128, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, K2Node_DynamicCast_AsPaper_Sprite) == 0x000130, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, K2Node_DynamicCast_bSuccess) == 0x000138, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, CallFunc_IsLocked_IsLocked) == 0x000139, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::CallFunc_IsLocked_IsLocked' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, K2Node_Event_bInIsHovered) == 0x00013A, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, K2Node_Select_Default_2) == 0x00013B, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, K2Node_CustomEvent_Loaded) == 0x000140, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000148, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, K2Node_CustomEvent_bEquipped) == 0x000149, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::K2Node_CustomEvent_bEquipped' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, K2Node_CreateDelegate_OutputDelegate_2) == 0x00014C, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, K2Node_Select_Default_3) == 0x000160, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, CallFunc_IsLocked_IsLocked_1) == 0x000161, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::CallFunc_IsLocked_IsLocked_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, CallFunc_Not_PreBool_ReturnValue) == 0x000162, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, CallFunc_BooleanAND_ReturnValue) == 0x000163, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, CallFunc_Array_Contains_ReturnValue) == 0x000164, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, CallFunc_PlayAnimationForward_ReturnValue) == 0x000168, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, CallFunc_GetUIManager_ReturnValue) == 0x000170, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, CallFunc_GetUIManager_ReturnValue_1) == 0x000178, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, CallFunc_GetUIManager_ReturnValue_2) == 0x000180, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::CallFunc_GetUIManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, Temp_object_Variable_1) == 0x000188, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, K2Node_DynamicCast_AsPaper_Sprite_1) == 0x000190, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::K2Node_DynamicCast_AsPaper_Sprite_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, K2Node_DynamicCast_bSuccess_1) == 0x000198, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, K2Node_MakeStruct_SlateBrush) == 0x0001A0, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, CallFunc_Play2DSound_ReturnValue) == 0x000230, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, K2Node_CustomEvent_Loaded_1) == 0x000238, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::K2Node_CustomEvent_Loaded_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, K2Node_Event_IsDesignTime) == 0x000240, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000248, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000250, "Member 'WBP_UI_Skills_Button_C_ExecuteUbergraph_WBP_UI_Skills_Button::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Button_C_PreConstruct \ +static_assert(alignof(WBP_UI_Skills_Button_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Skills_Button_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Skills_Button_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Skills_Button_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Skills_Button_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Button_C_OnBaseSkillEquipChanged \ +static_assert(alignof(WBP_UI_Skills_Button_C_OnBaseSkillEquipChanged) == 0x000001, "Wrong alignment on WBP_UI_Skills_Button_C_OnBaseSkillEquipChanged"); \ +static_assert(sizeof(WBP_UI_Skills_Button_C_OnBaseSkillEquipChanged) == 0x000001, "Wrong size on WBP_UI_Skills_Button_C_OnBaseSkillEquipChanged"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_OnBaseSkillEquipChanged, bEquipped) == 0x000000, "Member 'WBP_UI_Skills_Button_C_OnBaseSkillEquipChanged::bEquipped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Button_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_Skills_Button_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_Skills_Button_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_Skills_Button_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_Skills_Button_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_Skills_Button_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Button_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_Skills_Button_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_Skills_Button_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_Skills_Button_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_Skills_Button_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_Skills_Button_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Button_C_OnLoaded_768385304A5076C4893ADC97ABC601C1 \ +static_assert(alignof(WBP_UI_Skills_Button_C_OnLoaded_768385304A5076C4893ADC97ABC601C1) == 0x000008, "Wrong alignment on WBP_UI_Skills_Button_C_OnLoaded_768385304A5076C4893ADC97ABC601C1"); \ +static_assert(sizeof(WBP_UI_Skills_Button_C_OnLoaded_768385304A5076C4893ADC97ABC601C1) == 0x000008, "Wrong size on WBP_UI_Skills_Button_C_OnLoaded_768385304A5076C4893ADC97ABC601C1"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_OnLoaded_768385304A5076C4893ADC97ABC601C1, Loaded) == 0x000000, "Member 'WBP_UI_Skills_Button_C_OnLoaded_768385304A5076C4893ADC97ABC601C1::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Button_C_OnLoaded_B5E36C62476E1F58F16D1589DC03935D \ +static_assert(alignof(WBP_UI_Skills_Button_C_OnLoaded_B5E36C62476E1F58F16D1589DC03935D) == 0x000008, "Wrong alignment on WBP_UI_Skills_Button_C_OnLoaded_B5E36C62476E1F58F16D1589DC03935D"); \ +static_assert(sizeof(WBP_UI_Skills_Button_C_OnLoaded_B5E36C62476E1F58F16D1589DC03935D) == 0x000008, "Wrong size on WBP_UI_Skills_Button_C_OnLoaded_B5E36C62476E1F58F16D1589DC03935D"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_OnLoaded_B5E36C62476E1F58F16D1589DC03935D, Loaded) == 0x000000, "Member 'WBP_UI_Skills_Button_C_OnLoaded_B5E36C62476E1F58F16D1589DC03935D::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Button_C_Set_State \ +static_assert(alignof(WBP_UI_Skills_Button_C_Set_State) == 0x000008, "Wrong alignment on WBP_UI_Skills_Button_C_Set_State"); \ +static_assert(sizeof(WBP_UI_Skills_Button_C_Set_State) == 0x000128, "Wrong size on WBP_UI_Skills_Button_C_Set_State"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, State) == 0x000000, "Member 'WBP_UI_Skills_Button_C_Set_State::State' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, ModBrush) == 0x000008, "Member 'WBP_UI_Skills_Button_C_Set_State::ModBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, Temp_struct_Variable) == 0x000098, "Member 'WBP_UI_Skills_Button_C_Set_State::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, Temp_struct_Variable_1) == 0x0000A8, "Member 'WBP_UI_Skills_Button_C_Set_State::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, Temp_bool_Variable) == 0x0000B8, "Member 'WBP_UI_Skills_Button_C_Set_State::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, Temp_byte_Variable) == 0x0000B9, "Member 'WBP_UI_Skills_Button_C_Set_State::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, Temp_byte_Variable_1) == 0x0000BA, "Member 'WBP_UI_Skills_Button_C_Set_State::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000BB, "Member 'WBP_UI_Skills_Button_C_Set_State::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, Temp_bool_Variable_1) == 0x0000BC, "Member 'WBP_UI_Skills_Button_C_Set_State::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, Temp_byte_Variable_2) == 0x0000BD, "Member 'WBP_UI_Skills_Button_C_Set_State::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, Temp_byte_Variable_3) == 0x0000BE, "Member 'WBP_UI_Skills_Button_C_Set_State::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, Temp_bool_Variable_2) == 0x0000BF, "Member 'WBP_UI_Skills_Button_C_Set_State::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, Temp_bool_Variable_3) == 0x0000C0, "Member 'WBP_UI_Skills_Button_C_Set_State::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, Temp_float_Variable) == 0x0000C4, "Member 'WBP_UI_Skills_Button_C_Set_State::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, Temp_bool_Variable_4) == 0x0000C8, "Member 'WBP_UI_Skills_Button_C_Set_State::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, Temp_byte_Variable_4) == 0x0000C9, "Member 'WBP_UI_Skills_Button_C_Set_State::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, Temp_byte_Variable_5) == 0x0000CA, "Member 'WBP_UI_Skills_Button_C_Set_State::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0000CB, "Member 'WBP_UI_Skills_Button_C_Set_State::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, CallFunc_GreaterEqual_ByteByte_ReturnValue) == 0x0000CC, "Member 'WBP_UI_Skills_Button_C_Set_State::CallFunc_GreaterEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, Temp_struct_Variable_2) == 0x0000D0, "Member 'WBP_UI_Skills_Button_C_Set_State::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, Temp_byte_Variable_6) == 0x0000E0, "Member 'WBP_UI_Skills_Button_C_Set_State::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, K2Node_Select_Default) == 0x0000E4, "Member 'WBP_UI_Skills_Button_C_Set_State::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, CallFunc_PlayAnimation_ReturnValue) == 0x0000F8, "Member 'WBP_UI_Skills_Button_C_Set_State::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, Temp_byte_Variable_7) == 0x000100, "Member 'WBP_UI_Skills_Button_C_Set_State::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, CallFunc_GreaterEqual_ByteByte_ReturnValue_1) == 0x000101, "Member 'WBP_UI_Skills_Button_C_Set_State::CallFunc_GreaterEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000102, "Member 'WBP_UI_Skills_Button_C_Set_State::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, Temp_byte_Variable_8) == 0x000103, "Member 'WBP_UI_Skills_Button_C_Set_State::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, CallFunc_IsLocked_IsLocked) == 0x000104, "Member 'WBP_UI_Skills_Button_C_Set_State::CallFunc_IsLocked_IsLocked' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, Temp_bool_Variable_5) == 0x000105, "Member 'WBP_UI_Skills_Button_C_Set_State::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000108, "Member 'WBP_UI_Skills_Button_C_Set_State::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, K2Node_Select_Default_1) == 0x00010C, "Member 'WBP_UI_Skills_Button_C_Set_State::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00010D, "Member 'WBP_UI_Skills_Button_C_Set_State::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000110, "Member 'WBP_UI_Skills_Button_C_Set_State::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, K2Node_Select_Default_2) == 0x000114, "Member 'WBP_UI_Skills_Button_C_Set_State::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, K2Node_Select_Default_3) == 0x000118, "Member 'WBP_UI_Skills_Button_C_Set_State::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, CallFunc_IsLocked_IsLocked_1) == 0x00011C, "Member 'WBP_UI_Skills_Button_C_Set_State::CallFunc_IsLocked_IsLocked_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, K2Node_Select_Default_4) == 0x00011D, "Member 'WBP_UI_Skills_Button_C_Set_State::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, K2Node_Select_Default_5) == 0x00011E, "Member 'WBP_UI_Skills_Button_C_Set_State::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00011F, "Member 'WBP_UI_Skills_Button_C_Set_State::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Set_State, K2Node_Select_Default_6) == 0x000120, "Member 'WBP_UI_Skills_Button_C_Set_State::K2Node_Select_Default_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Button_C_IsLocked \ +static_assert(alignof(WBP_UI_Skills_Button_C_IsLocked) == 0x000001, "Wrong alignment on WBP_UI_Skills_Button_C_IsLocked"); \ +static_assert(sizeof(WBP_UI_Skills_Button_C_IsLocked) == 0x000002, "Wrong size on WBP_UI_Skills_Button_C_IsLocked"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_IsLocked, IsLocked_0) == 0x000000, "Member 'WBP_UI_Skills_Button_C_IsLocked::IsLocked_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_IsLocked, CallFunc_Less_FloatFloat_ReturnValue) == 0x000001, "Member 'WBP_UI_Skills_Button_C_IsLocked::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Button_C_SetFocused \ +static_assert(alignof(WBP_UI_Skills_Button_C_SetFocused) == 0x000008, "Wrong alignment on WBP_UI_Skills_Button_C_SetFocused"); \ +static_assert(sizeof(WBP_UI_Skills_Button_C_SetFocused) == 0x0000A0, "Wrong size on WBP_UI_Skills_Button_C_SetFocused"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetFocused, Focus) == 0x000000, "Member 'WBP_UI_Skills_Button_C_SetFocused::Focus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetFocused, Temp_object_Variable) == 0x000008, "Member 'WBP_UI_Skills_Button_C_SetFocused::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetFocused, CallFunc_SelectColor_ReturnValue) == 0x000010, "Member 'WBP_UI_Skills_Button_C_SetFocused::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetFocused, CallFunc_SelectColor_ReturnValue_1) == 0x000020, "Member 'WBP_UI_Skills_Button_C_SetFocused::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetFocused, Temp_byte_Variable) == 0x000030, "Member 'WBP_UI_Skills_Button_C_SetFocused::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetFocused, Temp_struct_Variable) == 0x000034, "Member 'WBP_UI_Skills_Button_C_SetFocused::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetFocused, Temp_struct_Variable_1) == 0x000044, "Member 'WBP_UI_Skills_Button_C_SetFocused::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetFocused, Temp_struct_Variable_2) == 0x000054, "Member 'WBP_UI_Skills_Button_C_SetFocused::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetFocused, Temp_object_Variable_1) == 0x000068, "Member 'WBP_UI_Skills_Button_C_SetFocused::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetFocused, Temp_bool_Variable) == 0x000070, "Member 'WBP_UI_Skills_Button_C_SetFocused::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetFocused, K2Node_Select_Default) == 0x000078, "Member 'WBP_UI_Skills_Button_C_SetFocused::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetFocused, K2Node_Select_Default_1) == 0x000080, "Member 'WBP_UI_Skills_Button_C_SetFocused::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetFocused, CallFunc_SelectColor_ReturnValue_2) == 0x000090, "Member 'WBP_UI_Skills_Button_C_SetFocused::CallFunc_SelectColor_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Button_C_Selected \ +static_assert(alignof(WBP_UI_Skills_Button_C_Selected) == 0x000004, "Wrong alignment on WBP_UI_Skills_Button_C_Selected"); \ +static_assert(sizeof(WBP_UI_Skills_Button_C_Selected) == 0x000010, "Wrong size on WBP_UI_Skills_Button_C_Selected"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Selected, CallFunc_Play2DSound_ReturnValue) == 0x000000, "Member 'WBP_UI_Skills_Button_C_Selected::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Selected, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'WBP_UI_Skills_Button_C_Selected::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Selected, CallFunc_LessEqual_ByteByte_ReturnValue) == 0x000005, "Member 'WBP_UI_Skills_Button_C_Selected::CallFunc_LessEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Selected, CallFunc_Play2DSound_ReturnValue_1) == 0x000008, "Member 'WBP_UI_Skills_Button_C_Selected::CallFunc_Play2DSound_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Selected, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000C, "Member 'WBP_UI_Skills_Button_C_Selected::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Selected, CallFunc_IsValid_ReturnValue) == 0x00000D, "Member 'WBP_UI_Skills_Button_C_Selected::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Selected, CallFunc_BooleanAND_ReturnValue) == 0x00000E, "Member 'WBP_UI_Skills_Button_C_Selected::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Button_C_Unselected \ +static_assert(alignof(WBP_UI_Skills_Button_C_Unselected) == 0x000004, "Wrong alignment on WBP_UI_Skills_Button_C_Unselected"); \ +static_assert(sizeof(WBP_UI_Skills_Button_C_Unselected) == 0x000010, "Wrong size on WBP_UI_Skills_Button_C_Unselected"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Unselected, Temp_byte_Variable) == 0x000000, "Member 'WBP_UI_Skills_Button_C_Unselected::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Unselected, Temp_byte_Variable_1) == 0x000001, "Member 'WBP_UI_Skills_Button_C_Unselected::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Unselected, Temp_byte_Variable_2) == 0x000002, "Member 'WBP_UI_Skills_Button_C_Unselected::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Unselected, Temp_byte_Variable_3) == 0x000003, "Member 'WBP_UI_Skills_Button_C_Unselected::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Unselected, Temp_byte_Variable_4) == 0x000004, "Member 'WBP_UI_Skills_Button_C_Unselected::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Unselected, Temp_byte_Variable_5) == 0x000005, "Member 'WBP_UI_Skills_Button_C_Unselected::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Unselected, CallFunc_Play2DSound_ReturnValue) == 0x000008, "Member 'WBP_UI_Skills_Button_C_Unselected::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Unselected, CallFunc_MakeLiteralByte_ReturnValue) == 0x00000C, "Member 'WBP_UI_Skills_Button_C_Unselected::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Unselected, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000D, "Member 'WBP_UI_Skills_Button_C_Unselected::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Unselected, K2Node_Select_Default) == 0x00000E, "Member 'WBP_UI_Skills_Button_C_Unselected::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Unselected, CallFunc_Greater_ByteByte_ReturnValue) == 0x00000F, "Member 'WBP_UI_Skills_Button_C_Unselected::CallFunc_Greater_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Button_C_Reset \ +static_assert(alignof(WBP_UI_Skills_Button_C_Reset) == 0x000001, "Wrong alignment on WBP_UI_Skills_Button_C_Reset"); \ +static_assert(sizeof(WBP_UI_Skills_Button_C_Reset) == 0x00000B, "Wrong size on WBP_UI_Skills_Button_C_Reset"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Reset, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_Skills_Button_C_Reset::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Reset, Temp_byte_Variable) == 0x000001, "Member 'WBP_UI_Skills_Button_C_Reset::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Reset, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_UI_Skills_Button_C_Reset::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Reset, Temp_bool_Variable_1) == 0x000003, "Member 'WBP_UI_Skills_Button_C_Reset::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Reset, Temp_byte_Variable_2) == 0x000004, "Member 'WBP_UI_Skills_Button_C_Reset::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Reset, Temp_byte_Variable_3) == 0x000005, "Member 'WBP_UI_Skills_Button_C_Reset::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Reset, K2Node_SwitchEnum_CmpSuccess) == 0x000006, "Member 'WBP_UI_Skills_Button_C_Reset::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Reset, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000007, "Member 'WBP_UI_Skills_Button_C_Reset::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Reset, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x000008, "Member 'WBP_UI_Skills_Button_C_Reset::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Reset, K2Node_Select_Default) == 0x000009, "Member 'WBP_UI_Skills_Button_C_Reset::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_Reset, K2Node_Select_Default_1) == 0x00000A, "Member 'WBP_UI_Skills_Button_C_Reset::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Button_C_SetButtonIndex \ +static_assert(alignof(WBP_UI_Skills_Button_C_SetButtonIndex) == 0x000004, "Wrong alignment on WBP_UI_Skills_Button_C_SetButtonIndex"); \ +static_assert(sizeof(WBP_UI_Skills_Button_C_SetButtonIndex) == 0x000004, "Wrong size on WBP_UI_Skills_Button_C_SetButtonIndex"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetButtonIndex, Index_0) == 0x000000, "Member 'WBP_UI_Skills_Button_C_SetButtonIndex::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Button_C_SetResearchButtonVisiblity \ +static_assert(alignof(WBP_UI_Skills_Button_C_SetResearchButtonVisiblity) == 0x000001, "Wrong alignment on WBP_UI_Skills_Button_C_SetResearchButtonVisiblity"); \ +static_assert(sizeof(WBP_UI_Skills_Button_C_SetResearchButtonVisiblity) == 0x000005, "Wrong size on WBP_UI_Skills_Button_C_SetResearchButtonVisiblity"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetResearchButtonVisiblity, bVisible) == 0x000000, "Member 'WBP_UI_Skills_Button_C_SetResearchButtonVisiblity::bVisible' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetResearchButtonVisiblity, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_Skills_Button_C_SetResearchButtonVisiblity::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetResearchButtonVisiblity, Temp_byte_Variable) == 0x000002, "Member 'WBP_UI_Skills_Button_C_SetResearchButtonVisiblity::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetResearchButtonVisiblity, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_UI_Skills_Button_C_SetResearchButtonVisiblity::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetResearchButtonVisiblity, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_Skills_Button_C_SetResearchButtonVisiblity::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Button_C_SetResearched \ +static_assert(alignof(WBP_UI_Skills_Button_C_SetResearched) == 0x000008, "Wrong alignment on WBP_UI_Skills_Button_C_SetResearched"); \ +static_assert(sizeof(WBP_UI_Skills_Button_C_SetResearched) == 0x0000B8, "Wrong size on WBP_UI_Skills_Button_C_SetResearched"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetResearched, bResearched) == 0x000000, "Member 'WBP_UI_Skills_Button_C_SetResearched::bResearched' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetResearched, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_Skills_Button_C_SetResearched::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetResearched, Temp_text_Variable) == 0x000008, "Member 'WBP_UI_Skills_Button_C_SetResearched::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetResearched, Temp_text_Variable_1) == 0x000020, "Member 'WBP_UI_Skills_Button_C_SetResearched::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetResearched, Temp_bool_Variable_1) == 0x000038, "Member 'WBP_UI_Skills_Button_C_SetResearched::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetResearched, Temp_text_Variable_2) == 0x000040, "Member 'WBP_UI_Skills_Button_C_SetResearched::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetResearched, Temp_text_Variable_3) == 0x000058, "Member 'WBP_UI_Skills_Button_C_SetResearched::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetResearched, Temp_bool_Variable_2) == 0x000070, "Member 'WBP_UI_Skills_Button_C_SetResearched::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetResearched, Temp_byte_Variable) == 0x000071, "Member 'WBP_UI_Skills_Button_C_SetResearched::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetResearched, Temp_byte_Variable_1) == 0x000072, "Member 'WBP_UI_Skills_Button_C_SetResearched::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetResearched, K2Node_Select_Default) == 0x000073, "Member 'WBP_UI_Skills_Button_C_SetResearched::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetResearched, K2Node_DynamicCast_AsWBP_Tooltip) == 0x000078, "Member 'WBP_UI_Skills_Button_C_SetResearched::K2Node_DynamicCast_AsWBP_Tooltip' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetResearched, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'WBP_UI_Skills_Button_C_SetResearched::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetResearched, K2Node_Select_Default_1) == 0x000088, "Member 'WBP_UI_Skills_Button_C_SetResearched::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Button_C_SetResearched, K2Node_Select_Default_2) == 0x0000A0, "Member 'WBP_UI_Skills_Button_C_SetResearched::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Skills_Button_C \ +static_assert(alignof(UWBP_UI_Skills_Button_C) == 0x000008, "Wrong alignment on UWBP_UI_Skills_Button_C"); \ +static_assert(sizeof(UWBP_UI_Skills_Button_C) == 0x0004A8, "Wrong size on UWBP_UI_Skills_Button_C"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, UberGraphFrame) == 0x000378, "Member 'UWBP_UI_Skills_Button_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, EquippedTriangle_Anim) == 0x000380, "Member 'UWBP_UI_Skills_Button_C::EquippedTriangle_Anim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, PulseOverlay) == 0x000388, "Member 'UWBP_UI_Skills_Button_C::PulseOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, AcedIcon_I) == 0x000390, "Member 'UWBP_UI_Skills_Button_C::AcedIcon_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, Border_Highlight) == 0x000398, "Member 'UWBP_UI_Skills_Button_C::Border_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, EquippedAnim_I) == 0x0003A0, "Member 'UWBP_UI_Skills_Button_C::EquippedAnim_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, EquippedIcon_I) == 0x0003A8, "Member 'UWBP_UI_Skills_Button_C::EquippedIcon_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, FailEquip_I) == 0x0003B0, "Member 'UWBP_UI_Skills_Button_C::FailEquip_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, Icon_I) == 0x0003B8, "Member 'UWBP_UI_Skills_Button_C::Icon_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, Image_1) == 0x0003C0, "Member 'UWBP_UI_Skills_Button_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, Image_2) == 0x0003C8, "Member 'UWBP_UI_Skills_Button_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, Image_3) == 0x0003D0, "Member 'UWBP_UI_Skills_Button_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, Image_450) == 0x0003D8, "Member 'UWBP_UI_Skills_Button_C::Image_450' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, Inactive_I) == 0x0003E0, "Member 'UWBP_UI_Skills_Button_C::Inactive_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, LockedIcon_I) == 0x0003E8, "Member 'UWBP_UI_Skills_Button_C::LockedIcon_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, Progress_Pb) == 0x0003F0, "Member 'UWBP_UI_Skills_Button_C::Progress_Pb' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, ResearchBg_I) == 0x0003F8, "Member 'UWBP_UI_Skills_Button_C::ResearchBg_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, ResearchBorder) == 0x000400, "Member 'UWBP_UI_Skills_Button_C::ResearchBorder' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, ResearchSizeBox) == 0x000408, "Member 'UWBP_UI_Skills_Button_C::ResearchSizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, ResearchText) == 0x000410, "Member 'UWBP_UI_Skills_Button_C::ResearchText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, SizeBox) == 0x000418, "Member 'UWBP_UI_Skills_Button_C::SizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, SkillName) == 0x000420, "Member 'UWBP_UI_Skills_Button_C::SkillName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, Unequipped_I) == 0x000428, "Member 'UWBP_UI_Skills_Button_C::Unequipped_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, Skill) == 0x000430, "Member 'UWBP_UI_Skills_Button_C::Skill' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, SkillsMenu) == 0x000438, "Member 'UWBP_UI_Skills_Button_C::SkillsMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, IsEquipped) == 0x000440, "Member 'UWBP_UI_Skills_Button_C::IsEquipped' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, AcedSkill) == 0x000448, "Member 'UWBP_UI_Skills_Button_C::AcedSkill' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, object) == 0x000450, "Member 'UWBP_UI_Skills_Button_C::object' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, DescriptionImage) == 0x000458, "Member 'UWBP_UI_Skills_Button_C::DescriptionImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, SkillLine) == 0x000460, "Member 'UWBP_UI_Skills_Button_C::SkillLine' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, ButtonIndex) == 0x000468, "Member 'UWBP_UI_Skills_Button_C::ButtonIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, bIsHoveredFocus) == 0x00046C, "Member 'UWBP_UI_Skills_Button_C::bIsHoveredFocus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, BaseSkillEquipChanged) == 0x000470, "Member 'UWBP_UI_Skills_Button_C::BaseSkillEquipChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, IsMastery) == 0x000480, "Member 'UWBP_UI_Skills_Button_C::IsMastery' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, EquippedColor) == 0x000484, "Member 'UWBP_UI_Skills_Button_C::EquippedColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Button_C, AcedColor) == 0x000494, "Member 'UWBP_UI_Skills_Button_C::AcedColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ECMJammer_C_ExecuteUbergraph_BP_ECMJammer \ +static_assert(alignof(BP_ECMJammer_C_ExecuteUbergraph_BP_ECMJammer) == 0x000008, "Wrong alignment on BP_ECMJammer_C_ExecuteUbergraph_BP_ECMJammer"); \ +static_assert(sizeof(BP_ECMJammer_C_ExecuteUbergraph_BP_ECMJammer) == 0x000088, "Wrong size on BP_ECMJammer_C_ExecuteUbergraph_BP_ECMJammer"); \ +static_assert(offsetof(BP_ECMJammer_C_ExecuteUbergraph_BP_ECMJammer, EntryPoint) == 0x000000, "Member 'BP_ECMJammer_C_ExecuteUbergraph_BP_ECMJammer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ECMJammer_C_ExecuteUbergraph_BP_ECMJammer, Temp_struct_Variable) == 0x000008, "Member 'BP_ECMJammer_C_ExecuteUbergraph_BP_ECMJammer::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ECMJammer_C_ExecuteUbergraph_BP_ECMJammer, Temp_delegate_Variable) == 0x000018, "Member 'BP_ECMJammer_C_ExecuteUbergraph_BP_ECMJammer::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ECMJammer_C_ExecuteUbergraph_BP_ECMJammer, Temp_struct_Variable_1) == 0x000030, "Member 'BP_ECMJammer_C_ExecuteUbergraph_BP_ECMJammer::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ECMJammer_C_ExecuteUbergraph_BP_ECMJammer, Temp_delegate_Variable_1) == 0x000040, "Member 'BP_ECMJammer_C_ExecuteUbergraph_BP_ECMJammer::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ECMJammer_C_ExecuteUbergraph_BP_ECMJammer, Temp_struct_Variable_2) == 0x000058, "Member 'BP_ECMJammer_C_ExecuteUbergraph_BP_ECMJammer::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ECMJammer_C_ExecuteUbergraph_BP_ECMJammer, Temp_delegate_Variable_2) == 0x000068, "Member 'BP_ECMJammer_C_ExecuteUbergraph_BP_ECMJammer::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ECMJammer_C_ExecuteUbergraph_BP_ECMJammer, CallFunc_PostAkEvent_ReturnValue) == 0x00007C, "Member 'BP_ECMJammer_C_ExecuteUbergraph_BP_ECMJammer::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ECMJammer_C_ExecuteUbergraph_BP_ECMJammer, CallFunc_PostAkEvent_ReturnValue_1) == 0x000080, "Member 'BP_ECMJammer_C_ExecuteUbergraph_BP_ECMJammer::CallFunc_PostAkEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ECMJammer_C_ExecuteUbergraph_BP_ECMJammer, CallFunc_PostAkEvent_ReturnValue_2) == 0x000084, "Member 'BP_ECMJammer_C_ExecuteUbergraph_BP_ECMJammer::CallFunc_PostAkEvent_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ECMJammer_C \ +static_assert(alignof(ABP_ECMJammer_C) == 0x000010, "Wrong alignment on ABP_ECMJammer_C"); \ +static_assert(sizeof(ABP_ECMJammer_C) == 0x0005A0, "Wrong size on ABP_ECMJammer_C"); \ +static_assert(offsetof(ABP_ECMJammer_C, UberGraphFrame) == 0x000580, "Member 'ABP_ECMJammer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_ECMJammer_C, Interactable_Collision) == 0x000588, "Member 'ABP_ECMJammer_C::Interactable_Collision' has a wrong offset!"); \ +static_assert(offsetof(ABP_ECMJammer_C, Ak) == 0x000590, "Member 'ABP_ECMJammer_C::Ak' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_PlaceableTripMine_C \ +static_assert(alignof(UGA_PlaceableTripMine_C) == 0x000010, "Wrong alignment on UGA_PlaceableTripMine_C"); \ +static_assert(sizeof(UGA_PlaceableTripMine_C) == 0x000560, "Wrong size on UGA_PlaceableTripMine_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus \ +static_assert(alignof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus) == 0x000008, "Wrong alignment on WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus"); \ +static_assert(sizeof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus) == 0x000188, "Wrong size on WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, EntryPoint) == 0x000000, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, CallFunc_GetMatchmakingProvider_ReturnValue) == 0x000004, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::CallFunc_GetMatchmakingProvider_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, Temp_bool_Variable) == 0x000005, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000006, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, CallFunc_GetPlayerName_ReturnValue) == 0x000008, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::CallFunc_GetPlayerName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, CallFunc_IsStillInP2PSession_ReturnValue) == 0x000018, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::CallFunc_IsStillInP2PSession_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, CallFunc_GetSubstring_ReturnValue) == 0x000020, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::CallFunc_GetSubstring_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, CallFunc_BooleanOR_ReturnValue) == 0x000030, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, CallFunc_GetUIManager_ReturnValue) == 0x000058, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, CallFunc_GetSpriteForNebula_ReturnValue) == 0x000060, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::CallFunc_GetSpriteForNebula_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000068, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, CallFunc_GetCharacterIcon_ReturnValue) == 0x000078, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::CallFunc_GetCharacterIcon_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1) == 0x000080, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, CallFunc_IsValid_ReturnValue_1) == 0x000090, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, CallFunc_GetSpriteForPlatform_ReturnValue) == 0x000098, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::CallFunc_GetSpriteForPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_2) == 0x0000A0, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, CallFunc_GetDynamicMaterial_ReturnValue) == 0x0000B0, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, CallFunc_GetLocalPlayerState_ReturnValue) == 0x0000B8, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::CallFunc_GetLocalPlayerState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, CallFunc_IsValid_ReturnValue_2) == 0x0000C0, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000C1, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, K2Node_CreateDelegate_OutputDelegate) == 0x0000C4, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000D8, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, K2Node_Event_IsDesignTime) == 0x0000EC, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x0000F0, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, Temp_struct_Variable) == 0x0000F8, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, CallFunc_IsValid_ReturnValue_3) == 0x000108, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, Temp_struct_Variable_1) == 0x00010C, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, CallFunc_GetEOSProductUserId_ReturnValue) == 0x000120, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::CallFunc_GetEOSProductUserId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, Temp_struct_Variable_2) == 0x000130, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, Temp_bool_Variable_1) == 0x000140, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, K2Node_Select_Default) == 0x000144, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, Temp_struct_Variable_3) == 0x000154, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, K2Node_Select_Default_1) == 0x000164, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus, K2Node_CreateDelegate_OutputDelegate_2) == 0x000174, "Member 'WBP_UI_Results_PlayerStatus_C_ExecuteUbergraph_WBP_UI_Results_PlayerStatus::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_PlayerStatus_C_PreConstruct \ +static_assert(alignof(WBP_UI_Results_PlayerStatus_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Results_PlayerStatus_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Results_PlayerStatus_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Results_PlayerStatus_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Results_PlayerStatus_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_PlayerStatus_C_UpdateInfamyLevel \ +static_assert(alignof(WBP_UI_Results_PlayerStatus_C_UpdateInfamyLevel) == 0x000008, "Wrong alignment on WBP_UI_Results_PlayerStatus_C_UpdateInfamyLevel"); \ +static_assert(sizeof(WBP_UI_Results_PlayerStatus_C_UpdateInfamyLevel) == 0x000080, "Wrong size on WBP_UI_Results_PlayerStatus_C_UpdateInfamyLevel"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_UpdateInfamyLevel, PlayerState_0) == 0x000000, "Member 'WBP_UI_Results_PlayerStatus_C_UpdateInfamyLevel::PlayerState_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_UpdateInfamyLevel, CallFunc_GetRenownLevel_ReturnValue) == 0x000008, "Member 'WBP_UI_Results_PlayerStatus_C_UpdateInfamyLevel::CallFunc_GetRenownLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_UpdateInfamyLevel, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_UI_Results_PlayerStatus_C_UpdateInfamyLevel::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_UpdateInfamyLevel, CallFunc_GetInfamyLevel_ReturnValue) == 0x000010, "Member 'WBP_UI_Results_PlayerStatus_C_UpdateInfamyLevel::CallFunc_GetInfamyLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_UpdateInfamyLevel, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'WBP_UI_Results_PlayerStatus_C_UpdateInfamyLevel::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_UpdateInfamyLevel, K2Node_MakeArray_Array) == 0x000058, "Member 'WBP_UI_Results_PlayerStatus_C_UpdateInfamyLevel::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_UpdateInfamyLevel, CallFunc_Format_ReturnValue) == 0x000068, "Member 'WBP_UI_Results_PlayerStatus_C_UpdateInfamyLevel::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_PlayerStatus_C_SetAccelByteDisplayName \ +static_assert(alignof(WBP_UI_Results_PlayerStatus_C_SetAccelByteDisplayName) == 0x000008, "Wrong alignment on WBP_UI_Results_PlayerStatus_C_SetAccelByteDisplayName"); \ +static_assert(sizeof(WBP_UI_Results_PlayerStatus_C_SetAccelByteDisplayName) == 0x000010, "Wrong size on WBP_UI_Results_PlayerStatus_C_SetAccelByteDisplayName"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_SetAccelByteDisplayName, AccelByteDisplayName_0) == 0x000000, "Member 'WBP_UI_Results_PlayerStatus_C_SetAccelByteDisplayName::AccelByteDisplayName_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_PlayerStatus_C_UpdateTextNebulaPlayerName \ +static_assert(alignof(WBP_UI_Results_PlayerStatus_C_UpdateTextNebulaPlayerName) == 0x000008, "Wrong alignment on WBP_UI_Results_PlayerStatus_C_UpdateTextNebulaPlayerName"); \ +static_assert(sizeof(WBP_UI_Results_PlayerStatus_C_UpdateTextNebulaPlayerName) == 0x000070, "Wrong size on WBP_UI_Results_PlayerStatus_C_UpdateTextNebulaPlayerName"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_UpdateTextNebulaPlayerName, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_Results_PlayerStatus_C_UpdateTextNebulaPlayerName::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_UpdateTextNebulaPlayerName, CallFunc_GetUIManager_ReturnValue) == 0x000008, "Member 'WBP_UI_Results_PlayerStatus_C_UpdateTextNebulaPlayerName::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_UpdateTextNebulaPlayerName, CallFunc_GetAccelBytePlayerName_ReturnValue) == 0x000010, "Member 'WBP_UI_Results_PlayerStatus_C_UpdateTextNebulaPlayerName::CallFunc_GetAccelBytePlayerName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_UpdateTextNebulaPlayerName, CallFunc_GetLocalizedPlayerNoName_ReturnValue) == 0x000020, "Member 'WBP_UI_Results_PlayerStatus_C_UpdateTextNebulaPlayerName::CallFunc_GetLocalizedPlayerNoName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_UpdateTextNebulaPlayerName, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'WBP_UI_Results_PlayerStatus_C_UpdateTextNebulaPlayerName::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_UpdateTextNebulaPlayerName, CallFunc_TextIsEmpty_ReturnValue) == 0x000050, "Member 'WBP_UI_Results_PlayerStatus_C_UpdateTextNebulaPlayerName::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_UpdateTextNebulaPlayerName, K2Node_Select_Default) == 0x000058, "Member 'WBP_UI_Results_PlayerStatus_C_UpdateTextNebulaPlayerName::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_PlayerStatus_C_GetPlayerStats \ +static_assert(alignof(WBP_UI_Results_PlayerStatus_C_GetPlayerStats) == 0x000008, "Wrong alignment on WBP_UI_Results_PlayerStatus_C_GetPlayerStats"); \ +static_assert(sizeof(WBP_UI_Results_PlayerStatus_C_GetPlayerStats) == 0x000650, "Wrong size on WBP_UI_Results_PlayerStatus_C_GetPlayerStats"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetPlayerStats, EquippableArray) == 0x000000, "Member 'WBP_UI_Results_PlayerStatus_C_GetPlayerStats::EquippableArray' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetPlayerStats, PlayerData) == 0x000010, "Member 'WBP_UI_Results_PlayerStatus_C_GetPlayerStats::PlayerData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetPlayerStats, CallFunc_GetWeaponAccuracy_Accuracy) == 0x0001C8, "Member 'WBP_UI_Results_PlayerStatus_C_GetPlayerStats::CallFunc_GetWeaponAccuracy_Accuracy' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetPlayerStats, CallFunc_Round_ReturnValue) == 0x0001CC, "Member 'WBP_UI_Results_PlayerStatus_C_GetPlayerStats::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetPlayerStats, CallFunc_GetWeaponAccuracy_Accuracy_1) == 0x0001D0, "Member 'WBP_UI_Results_PlayerStatus_C_GetPlayerStats::CallFunc_GetWeaponAccuracy_Accuracy_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetPlayerStats, K2Node_MakeStruct_struct_PlayerStatsToCompare) == 0x0001D4, "Member 'WBP_UI_Results_PlayerStatus_C_GetPlayerStats::K2Node_MakeStruct_struct_PlayerStatsToCompare' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetPlayerStats, CallFunc_GetSBZMissionState_ReturnValue) == 0x000208, "Member 'WBP_UI_Results_PlayerStatus_C_GetPlayerStats::CallFunc_GetSBZMissionState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetPlayerStats, CallFunc_GetMissionResultData_ReturnValue) == 0x000210, "Member 'WBP_UI_Results_PlayerStatus_C_GetPlayerStats::CallFunc_GetMissionResultData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetPlayerStats, CallFunc_GetPlayerData_ReturnValue) == 0x000498, "Member 'WBP_UI_Results_PlayerStatus_C_GetPlayerStats::CallFunc_GetPlayerData_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_PlayerStatus_C_SetPlayerStats \ +static_assert(alignof(WBP_UI_Results_PlayerStatus_C_SetPlayerStats) == 0x000008, "Wrong alignment on WBP_UI_Results_PlayerStatus_C_SetPlayerStats"); \ +static_assert(sizeof(WBP_UI_Results_PlayerStatus_C_SetPlayerStats) == 0x0001E8, "Wrong size on WBP_UI_Results_PlayerStatus_C_SetPlayerStats"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_SetPlayerStats, CallFunc_Conv_IntToText_ReturnValue) == 0x000000, "Member 'WBP_UI_Results_PlayerStatus_C_SetPlayerStats::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_SetPlayerStats, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000018, "Member 'WBP_UI_Results_PlayerStatus_C_SetPlayerStats::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_SetPlayerStats, CallFunc_Conv_IntToText_ReturnValue_2) == 0x000030, "Member 'WBP_UI_Results_PlayerStatus_C_SetPlayerStats::CallFunc_Conv_IntToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_SetPlayerStats, CallFunc_Conv_IntToText_ReturnValue_3) == 0x000048, "Member 'WBP_UI_Results_PlayerStatus_C_SetPlayerStats::CallFunc_Conv_IntToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_SetPlayerStats, CallFunc_Conv_IntToText_ReturnValue_4) == 0x000060, "Member 'WBP_UI_Results_PlayerStatus_C_SetPlayerStats::CallFunc_Conv_IntToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_SetPlayerStats, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000078, "Member 'WBP_UI_Results_PlayerStatus_C_SetPlayerStats::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_SetPlayerStats, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00007C, "Member 'WBP_UI_Results_PlayerStatus_C_SetPlayerStats::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_SetPlayerStats, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000080, "Member 'WBP_UI_Results_PlayerStatus_C_SetPlayerStats::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_SetPlayerStats, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000084, "Member 'WBP_UI_Results_PlayerStatus_C_SetPlayerStats::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_SetPlayerStats, CallFunc_AsPercent_Float_ReturnValue) == 0x000088, "Member 'WBP_UI_Results_PlayerStatus_C_SetPlayerStats::CallFunc_AsPercent_Float_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_SetPlayerStats, CallFunc_AsPercent_Float_ReturnValue_1) == 0x0000A0, "Member 'WBP_UI_Results_PlayerStatus_C_SetPlayerStats::CallFunc_AsPercent_Float_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_SetPlayerStats, CallFunc_Conv_IntToText_ReturnValue_5) == 0x0000B8, "Member 'WBP_UI_Results_PlayerStatus_C_SetPlayerStats::CallFunc_Conv_IntToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_SetPlayerStats, CallFunc_Conv_IntToText_ReturnValue_6) == 0x0000D0, "Member 'WBP_UI_Results_PlayerStatus_C_SetPlayerStats::CallFunc_Conv_IntToText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_SetPlayerStats, CallFunc_Conv_IntToText_ReturnValue_7) == 0x0000E8, "Member 'WBP_UI_Results_PlayerStatus_C_SetPlayerStats::CallFunc_Conv_IntToText_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_SetPlayerStats, CallFunc_Conv_IntToText_ReturnValue_8) == 0x000100, "Member 'WBP_UI_Results_PlayerStatus_C_SetPlayerStats::CallFunc_Conv_IntToText_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_SetPlayerStats, K2Node_MakeStruct_FormatArgumentData) == 0x000118, "Member 'WBP_UI_Results_PlayerStatus_C_SetPlayerStats::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_SetPlayerStats, K2Node_MakeStruct_FormatArgumentData_1) == 0x000158, "Member 'WBP_UI_Results_PlayerStatus_C_SetPlayerStats::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_SetPlayerStats, K2Node_MakeArray_Array) == 0x000198, "Member 'WBP_UI_Results_PlayerStatus_C_SetPlayerStats::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_SetPlayerStats, K2Node_MakeArray_Array_1) == 0x0001A8, "Member 'WBP_UI_Results_PlayerStatus_C_SetPlayerStats::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_SetPlayerStats, CallFunc_Format_ReturnValue) == 0x0001B8, "Member 'WBP_UI_Results_PlayerStatus_C_SetPlayerStats::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_SetPlayerStats, CallFunc_Format_ReturnValue_1) == 0x0001D0, "Member 'WBP_UI_Results_PlayerStatus_C_SetPlayerStats::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_PlayerStatus_C_GetStatByIndex \ +static_assert(alignof(WBP_UI_Results_PlayerStatus_C_GetStatByIndex) == 0x000004, "Wrong alignment on WBP_UI_Results_PlayerStatus_C_GetStatByIndex"); \ +static_assert(sizeof(WBP_UI_Results_PlayerStatus_C_GetStatByIndex) == 0x000010, "Wrong size on WBP_UI_Results_PlayerStatus_C_GetStatByIndex"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetStatByIndex, Index_0) == 0x000000, "Member 'WBP_UI_Results_PlayerStatus_C_GetStatByIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetStatByIndex, Value) == 0x000004, "Member 'WBP_UI_Results_PlayerStatus_C_GetStatByIndex::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetStatByIndex, Temp_int_Variable) == 0x000008, "Member 'WBP_UI_Results_PlayerStatus_C_GetStatByIndex::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetStatByIndex, K2Node_Select_Default) == 0x00000C, "Member 'WBP_UI_Results_PlayerStatus_C_GetStatByIndex::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_PlayerStatus_C_GetTextByIndex \ +static_assert(alignof(WBP_UI_Results_PlayerStatus_C_GetTextByIndex) == 0x000008, "Wrong alignment on WBP_UI_Results_PlayerStatus_C_GetTextByIndex"); \ +static_assert(sizeof(WBP_UI_Results_PlayerStatus_C_GetTextByIndex) == 0x000020, "Wrong size on WBP_UI_Results_PlayerStatus_C_GetTextByIndex"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetTextByIndex, Index_0) == 0x000000, "Member 'WBP_UI_Results_PlayerStatus_C_GetTextByIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetTextByIndex, Text) == 0x000008, "Member 'WBP_UI_Results_PlayerStatus_C_GetTextByIndex::Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetTextByIndex, Title) == 0x000010, "Member 'WBP_UI_Results_PlayerStatus_C_GetTextByIndex::Title' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetTextByIndex, K2Node_SwitchInteger_CmpSuccess) == 0x000018, "Member 'WBP_UI_Results_PlayerStatus_C_GetTextByIndex::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_PlayerStatus_C_SetCategoryWon \ +static_assert(alignof(WBP_UI_Results_PlayerStatus_C_SetCategoryWon) == 0x000008, "Wrong alignment on WBP_UI_Results_PlayerStatus_C_SetCategoryWon"); \ +static_assert(sizeof(WBP_UI_Results_PlayerStatus_C_SetCategoryWon) == 0x000018, "Wrong size on WBP_UI_Results_PlayerStatus_C_SetCategoryWon"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_SetCategoryWon, Selection) == 0x000000, "Member 'WBP_UI_Results_PlayerStatus_C_SetCategoryWon::Selection' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_SetCategoryWon, CallFunc_GetTextByIndex_Text) == 0x000008, "Member 'WBP_UI_Results_PlayerStatus_C_SetCategoryWon::CallFunc_GetTextByIndex_Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_SetCategoryWon, CallFunc_GetTextByIndex_Title) == 0x000010, "Member 'WBP_UI_Results_PlayerStatus_C_SetCategoryWon::CallFunc_GetTextByIndex_Title' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_PlayerStatus_C_OnPlayerLeave \ +static_assert(alignof(WBP_UI_Results_PlayerStatus_C_OnPlayerLeave) == 0x000008, "Wrong alignment on WBP_UI_Results_PlayerStatus_C_OnPlayerLeave"); \ +static_assert(sizeof(WBP_UI_Results_PlayerStatus_C_OnPlayerLeave) == 0x000008, "Wrong size on WBP_UI_Results_PlayerStatus_C_OnPlayerLeave"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_OnPlayerLeave, DestroyedActor) == 0x000000, "Member 'WBP_UI_Results_PlayerStatus_C_OnPlayerLeave::DestroyedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_PlayerStatus_C_PlayAddedAnim \ +static_assert(alignof(WBP_UI_Results_PlayerStatus_C_PlayAddedAnim) == 0x000008, "Wrong alignment on WBP_UI_Results_PlayerStatus_C_PlayAddedAnim"); \ +static_assert(sizeof(WBP_UI_Results_PlayerStatus_C_PlayAddedAnim) == 0x000008, "Wrong size on WBP_UI_Results_PlayerStatus_C_PlayAddedAnim"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_PlayAddedAnim, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'WBP_UI_Results_PlayerStatus_C_PlayAddedAnim::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_PlayerStatus_C_GetWeaponAccuracy \ +static_assert(alignof(WBP_UI_Results_PlayerStatus_C_GetWeaponAccuracy) == 0x000008, "Wrong alignment on WBP_UI_Results_PlayerStatus_C_GetWeaponAccuracy"); \ +static_assert(sizeof(WBP_UI_Results_PlayerStatus_C_GetWeaponAccuracy) == 0x000038, "Wrong size on WBP_UI_Results_PlayerStatus_C_GetWeaponAccuracy"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetWeaponAccuracy, InIndex) == 0x000000, "Member 'WBP_UI_Results_PlayerStatus_C_GetWeaponAccuracy::InIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetWeaponAccuracy, InArray) == 0x000008, "Member 'WBP_UI_Results_PlayerStatus_C_GetWeaponAccuracy::InArray' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetWeaponAccuracy, Accuracy) == 0x000018, "Member 'WBP_UI_Results_PlayerStatus_C_GetWeaponAccuracy::Accuracy' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetWeaponAccuracy, CallFunc_Array_IsValidIndex_ReturnValue) == 0x00001C, "Member 'WBP_UI_Results_PlayerStatus_C_GetWeaponAccuracy::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetWeaponAccuracy, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000020, "Member 'WBP_UI_Results_PlayerStatus_C_GetWeaponAccuracy::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetWeaponAccuracy, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000024, "Member 'WBP_UI_Results_PlayerStatus_C_GetWeaponAccuracy::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetWeaponAccuracy, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'WBP_UI_Results_PlayerStatus_C_GetWeaponAccuracy::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetWeaponAccuracy, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00002C, "Member 'WBP_UI_Results_PlayerStatus_C_GetWeaponAccuracy::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetWeaponAccuracy, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000030, "Member 'WBP_UI_Results_PlayerStatus_C_GetWeaponAccuracy::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_PlayerStatus_C_GetWeaponAccuracy, CallFunc_Round_ReturnValue) == 0x000034, "Member 'WBP_UI_Results_PlayerStatus_C_GetWeaponAccuracy::CallFunc_Round_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Results_PlayerStatus_C \ +static_assert(alignof(UWBP_UI_Results_PlayerStatus_C) == 0x000008, "Wrong alignment on UWBP_UI_Results_PlayerStatus_C"); \ +static_assert(sizeof(UWBP_UI_Results_PlayerStatus_C) == 0x000458, "Wrong size on UWBP_UI_Results_PlayerStatus_C"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Results_PlayerStatus_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, FadeIn) == 0x000298, "Member 'UWBP_UI_Results_PlayerStatus_C::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, BottomGradient) == 0x0002A0, "Member 'UWBP_UI_Results_PlayerStatus_C::BottomGradient' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, CashSecured_Text) == 0x0002A8, "Member 'UWBP_UI_Results_PlayerStatus_C::CashSecured_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, CashSecured_Title) == 0x0002B0, "Member 'UWBP_UI_Results_PlayerStatus_C::CashSecured_Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, CharacterIcon) == 0x0002B8, "Member 'UWBP_UI_Results_PlayerStatus_C::CharacterIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, ConnectionStateText) == 0x0002C0, "Member 'UWBP_UI_Results_PlayerStatus_C::ConnectionStateText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, DamageDealt_Text) == 0x0002C8, "Member 'UWBP_UI_Results_PlayerStatus_C::DamageDealt_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, DamageDealt_Title) == 0x0002D0, "Member 'UWBP_UI_Results_PlayerStatus_C::DamageDealt_Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, DevicesHacked_Text) == 0x0002D8, "Member 'UWBP_UI_Results_PlayerStatus_C::DevicesHacked_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, DevicesHacked_Title) == 0x0002E0, "Member 'UWBP_UI_Results_PlayerStatus_C::DevicesHacked_Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, Headshots_Text) == 0x0002E8, "Member 'UWBP_UI_Results_PlayerStatus_C::Headshots_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, Headshots_Text_Title) == 0x0002F0, "Member 'UWBP_UI_Results_PlayerStatus_C::Headshots_Text_Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, HostagesTraded_Text) == 0x0002F8, "Member 'UWBP_UI_Results_PlayerStatus_C::HostagesTraded_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, HostagesTraded_Title) == 0x000300, "Member 'UWBP_UI_Results_PlayerStatus_C::HostagesTraded_Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, Image_6) == 0x000308, "Member 'UWBP_UI_Results_PlayerStatus_C::Image_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, Image_7) == 0x000310, "Member 'UWBP_UI_Results_PlayerStatus_C::Image_7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, Image_8) == 0x000318, "Member 'UWBP_UI_Results_PlayerStatus_C::Image_8' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, Image_9) == 0x000320, "Member 'UWBP_UI_Results_PlayerStatus_C::Image_9' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, Image_205) == 0x000328, "Member 'UWBP_UI_Results_PlayerStatus_C::Image_205' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, Image_NebulaIcon) == 0x000330, "Member 'UWBP_UI_Results_PlayerStatus_C::Image_NebulaIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, Image_PlatformIcon) == 0x000338, "Member 'UWBP_UI_Results_PlayerStatus_C::Image_PlatformIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, LocksPicked_Text) == 0x000340, "Member 'UWBP_UI_Results_PlayerStatus_C::LocksPicked_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, LocksPicked_Title) == 0x000348, "Member 'UWBP_UI_Results_PlayerStatus_C::LocksPicked_Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, LooseCashSecured_Text) == 0x000350, "Member 'UWBP_UI_Results_PlayerStatus_C::LooseCashSecured_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, LooseCashSecured_Title) == 0x000358, "Member 'UWBP_UI_Results_PlayerStatus_C::LooseCashSecured_Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, NebulaName_Border) == 0x000360, "Member 'UWBP_UI_Results_PlayerStatus_C::NebulaName_Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, Player_Border) == 0x000368, "Member 'UWBP_UI_Results_PlayerStatus_C::Player_Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, PlayerData_Border) == 0x000370, "Member 'UWBP_UI_Results_PlayerStatus_C::PlayerData_Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, PrimaryAccuracy_Text) == 0x000378, "Member 'UWBP_UI_Results_PlayerStatus_C::PrimaryAccuracy_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, PrimaryAccuracy_Title) == 0x000380, "Member 'UWBP_UI_Results_PlayerStatus_C::PrimaryAccuracy_Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, Revives_Text) == 0x000388, "Member 'UWBP_UI_Results_PlayerStatus_C::Revives_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, Revives_Title) == 0x000390, "Member 'UWBP_UI_Results_PlayerStatus_C::Revives_Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, SecondaryAccuracy_Text) == 0x000398, "Member 'UWBP_UI_Results_PlayerStatus_C::SecondaryAccuracy_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, SecondaryAccuracy_Title) == 0x0003A0, "Member 'UWBP_UI_Results_PlayerStatus_C::SecondaryAccuracy_Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, SpecialKilled_Text) == 0x0003A8, "Member 'UWBP_UI_Results_PlayerStatus_C::SpecialKilled_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, SpecialKilled_Title) == 0x0003B0, "Member 'UWBP_UI_Results_PlayerStatus_C::SpecialKilled_Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, StayAsPartyResultIcon) == 0x0003B8, "Member 'UWBP_UI_Results_PlayerStatus_C::StayAsPartyResultIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, Text_InfamyLevel) == 0x0003C0, "Member 'UWBP_UI_Results_PlayerStatus_C::Text_InfamyLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, Text_NebulaPlayerName) == 0x0003C8, "Member 'UWBP_UI_Results_PlayerStatus_C::Text_NebulaPlayerName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, Text_PlatformPlayerName) == 0x0003D0, "Member 'UWBP_UI_Results_PlayerStatus_C::Text_PlatformPlayerName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, TotalDowns_Text) == 0x0003D8, "Member 'UWBP_UI_Results_PlayerStatus_C::TotalDowns_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, TotalDowns_Title) == 0x0003E0, "Member 'UWBP_UI_Results_PlayerStatus_C::TotalDowns_Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, TotalKilled_Text) == 0x0003E8, "Member 'UWBP_UI_Results_PlayerStatus_C::TotalKilled_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, TotalKilled_Title) == 0x0003F0, "Member 'UWBP_UI_Results_PlayerStatus_C::TotalKilled_Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, WBP_RenownLevel) == 0x0003F8, "Member 'UWBP_UI_Results_PlayerStatus_C::WBP_RenownLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, WBP_VoIP) == 0x000400, "Member 'UWBP_UI_Results_PlayerStatus_C::WBP_VoIP' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, PlayerState) == 0x000408, "Member 'UWBP_UI_Results_PlayerStatus_C::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, AccelByteDisplayName) == 0x000410, "Member 'UWBP_UI_Results_PlayerStatus_C::AccelByteDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, IsLocalPlayerState) == 0x000420, "Member 'UWBP_UI_Results_PlayerStatus_C::IsLocalPlayerState' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_PlayerStatus_C, PlayerStats) == 0x000424, "Member 'UWBP_UI_Results_PlayerStatus_C::PlayerStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Buff_Info_C \ +static_assert(alignof(UWBP_Buff_Info_C) == 0x000008, "Wrong alignment on UWBP_Buff_Info_C"); \ +static_assert(sizeof(UWBP_Buff_Info_C) == 0x0002C0, "Wrong size on UWBP_Buff_Info_C"); \ +static_assert(offsetof(UWBP_Buff_Info_C, Edge_T) == 0x000290, "Member 'UWBP_Buff_Info_C::Edge_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Buff_Info_C, EdgeIcon_I) == 0x000298, "Member 'UWBP_Buff_Info_C::EdgeIcon_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Buff_Info_C, Grit_T) == 0x0002A0, "Member 'UWBP_Buff_Info_C::Grit_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Buff_Info_C, GritIcon_I) == 0x0002A8, "Member 'UWBP_Buff_Info_C::GritIcon_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Buff_Info_C, Rush_T) == 0x0002B0, "Member 'UWBP_Buff_Info_C::Rush_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Buff_Info_C, RushIcon_I) == 0x0002B8, "Member 'UWBP_Buff_Info_C::RushIcon_I' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button \ +static_assert(alignof(WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button) == 0x000008, "Wrong alignment on WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button"); \ +static_assert(sizeof(WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button) == 0x0000D8, "Wrong size on WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button, EntryPoint) == 0x000000, "Member 'WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button, CallFunc_GetGlobalColor_ReturnValue) == 0x000004, "Member 'WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button, K2Node_Event_bInIsHovered) == 0x000014, "Member 'WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button, K2Node_Event_IsDesignTime) == 0x000015, "Member 'WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button, K2Node_Event_bInHasFocus) == 0x000016, "Member 'WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button, K2Node_Event_InCosmeticPartSlot) == 0x000018, "Member 'WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button::K2Node_Event_InCosmeticPartSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button, CallFunc_GetDisplayName_OutDisplayName) == 0x000020, "Member 'WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button, CallFunc_GetDisplayName_OutHasText) == 0x000038, "Member 'WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button, K2Node_Event_InItemBaseData) == 0x000040, "Member 'WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button::K2Node_Event_InItemBaseData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button, CallFunc_GetDisplayName_OutDisplayName_1) == 0x000048, "Member 'WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button::CallFunc_GetDisplayName_OutDisplayName_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button, CallFunc_GetDisplayName_OutHasText_1) == 0x000060, "Member 'WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button::CallFunc_GetDisplayName_OutHasText_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button, CallFunc_IsValid_ReturnValue) == 0x000061, "Member 'WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button, CallFunc_SelectColor_ReturnValue) == 0x000064, "Member 'WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button, K2Node_MakeStruct_SlateColor) == 0x000078, "Member 'WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button, CallFunc_SelectColor_ReturnValue_1) == 0x0000A0, "Member 'WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button, K2Node_MakeStruct_SlateColor_1) == 0x0000B0, "Member 'WBP_Mask_Customization_Slot_Button_C_ExecuteUbergraph_WBP_Mask_Customization_Slot_Button::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Mask_Customization_Slot_Button_C_ItemInSlotChanged \ +static_assert(alignof(WBP_Mask_Customization_Slot_Button_C_ItemInSlotChanged) == 0x000008, "Wrong alignment on WBP_Mask_Customization_Slot_Button_C_ItemInSlotChanged"); \ +static_assert(sizeof(WBP_Mask_Customization_Slot_Button_C_ItemInSlotChanged) == 0x000008, "Wrong size on WBP_Mask_Customization_Slot_Button_C_ItemInSlotChanged"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_ItemInSlotChanged, InItemBaseData) == 0x000000, "Member 'WBP_Mask_Customization_Slot_Button_C_ItemInSlotChanged::InItemBaseData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Mask_Customization_Slot_Button_C_CosmeticPartSlotChanged \ +static_assert(alignof(WBP_Mask_Customization_Slot_Button_C_CosmeticPartSlotChanged) == 0x000008, "Wrong alignment on WBP_Mask_Customization_Slot_Button_C_CosmeticPartSlotChanged"); \ +static_assert(sizeof(WBP_Mask_Customization_Slot_Button_C_CosmeticPartSlotChanged) == 0x000008, "Wrong size on WBP_Mask_Customization_Slot_Button_C_CosmeticPartSlotChanged"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_CosmeticPartSlotChanged, InCosmeticPartSlot) == 0x000000, "Member 'WBP_Mask_Customization_Slot_Button_C_CosmeticPartSlotChanged::InCosmeticPartSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Mask_Customization_Slot_Button_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_Mask_Customization_Slot_Button_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_Mask_Customization_Slot_Button_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_Mask_Customization_Slot_Button_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_Mask_Customization_Slot_Button_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_Mask_Customization_Slot_Button_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Mask_Customization_Slot_Button_C_PreConstruct \ +static_assert(alignof(WBP_Mask_Customization_Slot_Button_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Mask_Customization_Slot_Button_C_PreConstruct"); \ +static_assert(sizeof(WBP_Mask_Customization_Slot_Button_C_PreConstruct) == 0x000001, "Wrong size on WBP_Mask_Customization_Slot_Button_C_PreConstruct"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Mask_Customization_Slot_Button_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Mask_Customization_Slot_Button_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_Mask_Customization_Slot_Button_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_Mask_Customization_Slot_Button_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_Mask_Customization_Slot_Button_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_Mask_Customization_Slot_Button_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_Mask_Customization_Slot_Button_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Mask_Customization_Slot_Button_C_HoveredChangedVisuals \ +static_assert(alignof(WBP_Mask_Customization_Slot_Button_C_HoveredChangedVisuals) == 0x000001, "Wrong alignment on WBP_Mask_Customization_Slot_Button_C_HoveredChangedVisuals"); \ +static_assert(sizeof(WBP_Mask_Customization_Slot_Button_C_HoveredChangedVisuals) == 0x000005, "Wrong size on WBP_Mask_Customization_Slot_Button_C_HoveredChangedVisuals"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_HoveredChangedVisuals, IsHovered_0) == 0x000000, "Member 'WBP_Mask_Customization_Slot_Button_C_HoveredChangedVisuals::IsHovered_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_HoveredChangedVisuals, Temp_bool_Variable) == 0x000001, "Member 'WBP_Mask_Customization_Slot_Button_C_HoveredChangedVisuals::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_HoveredChangedVisuals, Temp_byte_Variable) == 0x000002, "Member 'WBP_Mask_Customization_Slot_Button_C_HoveredChangedVisuals::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_HoveredChangedVisuals, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_Mask_Customization_Slot_Button_C_HoveredChangedVisuals::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_HoveredChangedVisuals, K2Node_Select_Default) == 0x000004, "Member 'WBP_Mask_Customization_Slot_Button_C_HoveredChangedVisuals::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Mask_Customization_Slot_Button_C_FocusChangedVisuals \ +static_assert(alignof(WBP_Mask_Customization_Slot_Button_C_FocusChangedVisuals) == 0x000008, "Wrong alignment on WBP_Mask_Customization_Slot_Button_C_FocusChangedVisuals"); \ +static_assert(sizeof(WBP_Mask_Customization_Slot_Button_C_FocusChangedVisuals) == 0x000050, "Wrong size on WBP_Mask_Customization_Slot_Button_C_FocusChangedVisuals"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_FocusChangedVisuals, bIsFocused) == 0x000000, "Member 'WBP_Mask_Customization_Slot_Button_C_FocusChangedVisuals::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_FocusChangedVisuals, CallFunc_SelectColor_ReturnValue) == 0x000004, "Member 'WBP_Mask_Customization_Slot_Button_C_FocusChangedVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_FocusChangedVisuals, CallFunc_SelectColor_ReturnValue_1) == 0x000014, "Member 'WBP_Mask_Customization_Slot_Button_C_FocusChangedVisuals::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Mask_Customization_Slot_Button_C_FocusChangedVisuals, K2Node_MakeStruct_SlateColor) == 0x000028, "Member 'WBP_Mask_Customization_Slot_Button_C_FocusChangedVisuals::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Mask_Customization_Slot_Button_C \ +static_assert(alignof(UWBP_Mask_Customization_Slot_Button_C) == 0x000008, "Wrong alignment on UWBP_Mask_Customization_Slot_Button_C"); \ +static_assert(sizeof(UWBP_Mask_Customization_Slot_Button_C) == 0x000408, "Wrong size on UWBP_Mask_Customization_Slot_Button_C"); \ +static_assert(offsetof(UWBP_Mask_Customization_Slot_Button_C, UberGraphFrame) == 0x000380, "Member 'UWBP_Mask_Customization_Slot_Button_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Mask_Customization_Slot_Button_C, Image_BG) == 0x000388, "Member 'UWBP_Mask_Customization_Slot_Button_C::Image_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Mask_Customization_Slot_Button_C, Image_HighlightBottom) == 0x000390, "Member 'UWBP_Mask_Customization_Slot_Button_C::Image_HighlightBottom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Mask_Customization_Slot_Button_C, Image_HighlightBottom_1) == 0x000398, "Member 'UWBP_Mask_Customization_Slot_Button_C::Image_HighlightBottom_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Mask_Customization_Slot_Button_C, Image_HighlightLeft) == 0x0003A0, "Member 'UWBP_Mask_Customization_Slot_Button_C::Image_HighlightLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Mask_Customization_Slot_Button_C, Image_HighlightLeft_1) == 0x0003A8, "Member 'UWBP_Mask_Customization_Slot_Button_C::Image_HighlightLeft_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Mask_Customization_Slot_Button_C, Image_HighlightRight) == 0x0003B0, "Member 'UWBP_Mask_Customization_Slot_Button_C::Image_HighlightRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Mask_Customization_Slot_Button_C, Image_HighlightRight_1) == 0x0003B8, "Member 'UWBP_Mask_Customization_Slot_Button_C::Image_HighlightRight_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Mask_Customization_Slot_Button_C, Image_HighlightTop) == 0x0003C0, "Member 'UWBP_Mask_Customization_Slot_Button_C::Image_HighlightTop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Mask_Customization_Slot_Button_C, Image_HighlightTop_1) == 0x0003C8, "Member 'UWBP_Mask_Customization_Slot_Button_C::Image_HighlightTop_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Mask_Customization_Slot_Button_C, Overlay_Highlight) == 0x0003D0, "Member 'UWBP_Mask_Customization_Slot_Button_C::Overlay_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Mask_Customization_Slot_Button_C, Overlay_Highlight_1) == 0x0003D8, "Member 'UWBP_Mask_Customization_Slot_Button_C::Overlay_Highlight_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Mask_Customization_Slot_Button_C, Text_ItemName) == 0x0003E0, "Member 'UWBP_Mask_Customization_Slot_Button_C::Text_ItemName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Mask_Customization_Slot_Button_C, Text_SlotName) == 0x0003E8, "Member 'UWBP_Mask_Customization_Slot_Button_C::Text_SlotName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Mask_Customization_Slot_Button_C, Widget_InventoryBaseData_Icon) == 0x0003F0, "Member 'UWBP_Mask_Customization_Slot_Button_C::Widget_InventoryBaseData_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Mask_Customization_Slot_Button_C, ShownCosmeticItem) == 0x0003F8, "Member 'UWBP_Mask_Customization_Slot_Button_C::ShownCosmeticItem' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Mask_Customization_Slot_Button_C, bHasText) == 0x000400, "Member 'UWBP_Mask_Customization_Slot_Button_C::bHasText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu \ +static_assert(alignof(ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu) == 0x000004, "Wrong alignment on ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu"); \ +static_assert(sizeof(ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu) == 0x00007C, "Wrong size on ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu"); \ +static_assert(offsetof(ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu, EntryPoint) == 0x000000, "Member 'ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu, CallFunc_GetCurveValue_ReturnValue) == 0x000004, "Member 'ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu::CallFunc_GetCurveValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000008, "Member 'ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu, CallFunc_BreakTransform_Location) == 0x00000C, "Member 'ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu, CallFunc_BreakTransform_Rotation) == 0x000018, "Member 'ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu, CallFunc_BreakTransform_Scale) == 0x000024, "Member 'ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu, CallFunc_BreakTransform_Location_1) == 0x000030, "Member 'ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu, CallFunc_BreakTransform_Rotation_1) == 0x00003C, "Member 'ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu, CallFunc_BreakTransform_Scale_1) == 0x000048, "Member 'ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000054, "Member 'ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu, CallFunc_GetCurveValue_ReturnValue_1) == 0x000058, "Member 'ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu::CallFunc_GetCurveValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu, CallFunc_GetCurveValue_ReturnValue_2) == 0x00005C, "Member 'ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu::CallFunc_GetCurveValue_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000060, "Member 'ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000064, "Member 'ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000068, "Member 'ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00006C, "Member 'ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu, CallFunc_GetCurveValue_ReturnValue_3) == 0x000070, "Member 'ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu::CallFunc_GetCurveValue_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x000074, "Member 'ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000078, "Member 'ABP_PlayerMenu_C_ExecuteUbergraph_ABP_PlayerMenu::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PlayerMenu_C_AnimGraph \ +static_assert(alignof(ABP_PlayerMenu_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_PlayerMenu_C_AnimGraph"); \ +static_assert(sizeof(ABP_PlayerMenu_C_AnimGraph) == 0x000010, "Wrong size on ABP_PlayerMenu_C_AnimGraph"); \ +static_assert(offsetof(ABP_PlayerMenu_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_PlayerMenu_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_PlayerMenu_C \ +static_assert(alignof(UABP_PlayerMenu_C) == 0x000010, "Wrong alignment on UABP_PlayerMenu_C"); \ +static_assert(sizeof(UABP_PlayerMenu_C) == 0x000FA0, "Wrong size on UABP_PlayerMenu_C"); \ +static_assert(offsetof(UABP_PlayerMenu_C, UberGraphFrame) == 0x000350, "Member 'UABP_PlayerMenu_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_PlayerMenu_C, AnimGraphNode_SequencePlayer_2) == 0x000358, "Member 'UABP_PlayerMenu_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_PlayerMenu_C, AnimGraphNode_TwoBoneIK_1) == 0x000430, "Member 'UABP_PlayerMenu_C::AnimGraphNode_TwoBoneIK_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PlayerMenu_C, AnimGraphNode_TwoBoneIK) == 0x000670, "Member 'UABP_PlayerMenu_C::AnimGraphNode_TwoBoneIK' has a wrong offset!"); \ +static_assert(offsetof(UABP_PlayerMenu_C, AnimGraphNode_ModifyBone_1) == 0x0008B0, "Member 'UABP_PlayerMenu_C::AnimGraphNode_ModifyBone_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PlayerMenu_C, AnimGraphNode_ModifyBone) == 0x0009E8, "Member 'UABP_PlayerMenu_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ +static_assert(offsetof(UABP_PlayerMenu_C, AnimGraphNode_LocalToComponentSpace) == 0x000B20, "Member 'UABP_PlayerMenu_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PlayerMenu_C, AnimGraphNode_Root) == 0x000B50, "Member 'UABP_PlayerMenu_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_PlayerMenu_C, AnimGraphNode_LayeredBoneBlend_1) == 0x000B98, "Member 'UABP_PlayerMenu_C::AnimGraphNode_LayeredBoneBlend_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PlayerMenu_C, AnimGraphNode_LayeredBoneBlend) == 0x000C80, "Member 'UABP_PlayerMenu_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UABP_PlayerMenu_C, AnimGraphNode_SequencePlayer_1) == 0x000D68, "Member 'UABP_PlayerMenu_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PlayerMenu_C, AnimGraphNode_SequencePlayer) == 0x000E38, "Member 'UABP_PlayerMenu_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_PlayerMenu_C, AnimGraphNode_ComponentToLocalSpace) == 0x000F08, "Member 'UABP_PlayerMenu_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_PlayerMenu_C, AnimGraphNode_Slot) == 0x000F38, "Member 'UABP_PlayerMenu_C::AnimGraphNode_Slot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu \ +static_assert(alignof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu) == 0x000008, "Wrong alignment on WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu"); \ +static_assert(sizeof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu) == 0x0000F0, "Wrong size on WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, EntryPoint) == 0x000000, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, K2Node_CustomEvent_bIsGameInstallPending) == 0x000004, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::K2Node_CustomEvent_bIsGameInstallPending' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, Temp_bool_Has_Been_Initd_Variable) == 0x000005, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, K2Node_CustomEvent_PlayerSkills) == 0x000020, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::K2Node_CustomEvent_PlayerSkills' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, CallFunc_GetSkillManager_ReturnValue) == 0x000030, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::CallFunc_GetSkillManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, CallFunc_GetPlayerSkills_PlayerSkills) == 0x000038, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::CallFunc_GetPlayerSkills_PlayerSkills' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, K2Node_CustomEvent_parent) == 0x000048, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::K2Node_CustomEvent_parent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, Temp_int_Variable) == 0x000050, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, CallFunc_Create_ReturnValue) == 0x000058, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000060, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, CallFunc_Add_IntInt_ReturnValue) == 0x000064, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, Temp_int_Loop_Counter_Variable) == 0x000068, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, K2Node_CustomEvent_ActionName) == 0x00006C, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::K2Node_CustomEvent_ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, K2Node_SwitchName_CmpSuccess) == 0x000078, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, CallFunc_Add_IntInt_ReturnValue_1) == 0x00007C, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, CallFunc_GetUIManager_ReturnValue) == 0x000080, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, CallFunc_PopStack_ReturnValue) == 0x000088, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, CallFunc_IsValid_ReturnValue) == 0x000094, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, CallFunc_IsValid_ReturnValue_1) == 0x000095, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, K2Node_Event_IsDesignTime) == 0x000096, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, CallFunc_Array_Get_Item) == 0x000098, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, CallFunc_Array_Length_ReturnValue) == 0x0000A0, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, CallFunc_Less_IntInt_ReturnValue) == 0x0000A4, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, CallFunc_AddChild_ReturnValue) == 0x0000A8, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, Temp_bool_IsClosed_Variable) == 0x0000B0, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, CallFunc_GetChildAt_ReturnValue) == 0x0000B8, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, K2Node_DynamicCast_AsWBP_UI_Skills_Line) == 0x0000C0, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::K2Node_DynamicCast_AsWBP_UI_Skills_Line' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, K2Node_DynamicCast_bSuccess) == 0x0000C8, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, CallFunc_IsValid_ReturnValue_2) == 0x0000C9, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, CallFunc_Create_ReturnValue_1) == 0x0000D0, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, CallFunc_AddChild_ReturnValue_1) == 0x0000D8, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::CallFunc_AddChild_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, CallFunc_GetUIManager_ReturnValue_1) == 0x0000E0, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu, CallFunc_IsGameInstallPending_ReturnValue) == 0x0000E8, "Member 'WBP_UI_Skills_Menu_C_ExecuteUbergraph_WBP_UI_Skills_Menu::CallFunc_IsGameInstallPending_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Menu_C_OnInstallStateChanged \ +static_assert(alignof(WBP_UI_Skills_Menu_C_OnInstallStateChanged) == 0x000001, "Wrong alignment on WBP_UI_Skills_Menu_C_OnInstallStateChanged"); \ +static_assert(sizeof(WBP_UI_Skills_Menu_C_OnInstallStateChanged) == 0x000001, "Wrong size on WBP_UI_Skills_Menu_C_OnInstallStateChanged"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_OnInstallStateChanged, bIsGameInstallPending) == 0x000000, "Member 'WBP_UI_Skills_Menu_C_OnInstallStateChanged::bIsGameInstallPending' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Menu_C_PreConstruct \ +static_assert(alignof(WBP_UI_Skills_Menu_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Skills_Menu_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Skills_Menu_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Skills_Menu_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Skills_Menu_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Menu_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_UI_Skills_Menu_C_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on WBP_UI_Skills_Menu_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_UI_Skills_Menu_C_OnControlsReferenceClicked) == 0x00000C, "Wrong size on WBP_UI_Skills_Menu_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_OnControlsReferenceClicked, ActionName) == 0x000000, "Member 'WBP_UI_Skills_Menu_C_OnControlsReferenceClicked::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Menu_C_Init \ +static_assert(alignof(WBP_UI_Skills_Menu_C_Init) == 0x000008, "Wrong alignment on WBP_UI_Skills_Menu_C_Init"); \ +static_assert(sizeof(WBP_UI_Skills_Menu_C_Init) == 0x000008, "Wrong size on WBP_UI_Skills_Menu_C_Init"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_Init, parent_0) == 0x000000, "Member 'WBP_UI_Skills_Menu_C_Init::parent_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Menu_C_ShowScreen \ +static_assert(alignof(WBP_UI_Skills_Menu_C_ShowScreen) == 0x000008, "Wrong alignment on WBP_UI_Skills_Menu_C_ShowScreen"); \ +static_assert(sizeof(WBP_UI_Skills_Menu_C_ShowScreen) == 0x000010, "Wrong size on WBP_UI_Skills_Menu_C_ShowScreen"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ShowScreen, PlayerSkills_0) == 0x000000, "Member 'WBP_UI_Skills_Menu_C_ShowScreen::PlayerSkills_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Menu_C_SetEquipSkill \ +static_assert(alignof(WBP_UI_Skills_Menu_C_SetEquipSkill) == 0x000008, "Wrong alignment on WBP_UI_Skills_Menu_C_SetEquipSkill"); \ +static_assert(sizeof(WBP_UI_Skills_Menu_C_SetEquipSkill) == 0x000058, "Wrong size on WBP_UI_Skills_Menu_C_SetEquipSkill"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetEquipSkill, Skill) == 0x000000, "Member 'WBP_UI_Skills_Menu_C_SetEquipSkill::Skill' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetEquipSkill, SkillState) == 0x000008, "Member 'WBP_UI_Skills_Menu_C_SetEquipSkill::SkillState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetEquipSkill, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'WBP_UI_Skills_Menu_C_SetEquipSkill::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetEquipSkill, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'WBP_UI_Skills_Menu_C_SetEquipSkill::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetEquipSkill, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_UI_Skills_Menu_C_SetEquipSkill::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetEquipSkill, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000018, "Member 'WBP_UI_Skills_Menu_C_SetEquipSkill::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetEquipSkill, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_UI_Skills_Menu_C_SetEquipSkill::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetEquipSkill, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000028, "Member 'WBP_UI_Skills_Menu_C_SetEquipSkill::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetEquipSkill, CallFunc_Map_Find_Value) == 0x000030, "Member 'WBP_UI_Skills_Menu_C_SetEquipSkill::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetEquipSkill, CallFunc_Map_Find_ReturnValue) == 0x000038, "Member 'WBP_UI_Skills_Menu_C_SetEquipSkill::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetEquipSkill, CallFunc_BooleanAND_ReturnValue) == 0x000039, "Member 'WBP_UI_Skills_Menu_C_SetEquipSkill::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetEquipSkill, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00003A, "Member 'WBP_UI_Skills_Menu_C_SetEquipSkill::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetEquipSkill, CallFunc_Array_Contains_ReturnValue) == 0x00003B, "Member 'WBP_UI_Skills_Menu_C_SetEquipSkill::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetEquipSkill, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'WBP_UI_Skills_Menu_C_SetEquipSkill::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetEquipSkill, CallFunc_BooleanAND_ReturnValue_1) == 0x000040, "Member 'WBP_UI_Skills_Menu_C_SetEquipSkill::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetEquipSkill, CallFunc_Less_IntInt_ReturnValue) == 0x000041, "Member 'WBP_UI_Skills_Menu_C_SetEquipSkill::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetEquipSkill, CallFunc_Map_Find_Value_1) == 0x000048, "Member 'WBP_UI_Skills_Menu_C_SetEquipSkill::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetEquipSkill, CallFunc_Map_Find_ReturnValue_1) == 0x000050, "Member 'WBP_UI_Skills_Menu_C_SetEquipSkill::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetEquipSkill, CallFunc_IsValid_ReturnValue) == 0x000051, "Member 'WBP_UI_Skills_Menu_C_SetEquipSkill::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Menu_C_DebugSetResearch \ +static_assert(alignof(WBP_UI_Skills_Menu_C_DebugSetResearch) == 0x000008, "Wrong alignment on WBP_UI_Skills_Menu_C_DebugSetResearch"); \ +static_assert(sizeof(WBP_UI_Skills_Menu_C_DebugSetResearch) == 0x000028, "Wrong size on WBP_UI_Skills_Menu_C_DebugSetResearch"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_DebugSetResearch, CallFunc_GetSkillManager_ReturnValue) == 0x000000, "Member 'WBP_UI_Skills_Menu_C_DebugSetResearch::CallFunc_GetSkillManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_DebugSetResearch, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'WBP_UI_Skills_Menu_C_DebugSetResearch::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_DebugSetResearch, CallFunc_Array_LastIndex_ReturnValue) == 0x00000C, "Member 'WBP_UI_Skills_Menu_C_DebugSetResearch::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_DebugSetResearch, CallFunc_Greater_IntInt_ReturnValue) == 0x000010, "Member 'WBP_UI_Skills_Menu_C_DebugSetResearch::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_DebugSetResearch, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_UI_Skills_Menu_C_DebugSetResearch::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_DebugSetResearch, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WBP_UI_Skills_Menu_C_DebugSetResearch::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker \ +static_assert(alignof(WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker) == 0x000008, "Wrong alignment on WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker"); \ +static_assert(sizeof(WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker) == 0x000048, "Wrong size on WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker, SkillLineWidget) == 0x000000, "Member 'WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker::SkillLineWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker, CallFunc_GetAllChildren_ReturnValue) == 0x000018, "Member 'WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker, K2Node_DynamicCast_AsWBP_UI_Skills_Line) == 0x000038, "Member 'WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker::K2Node_DynamicCast_AsWBP_UI_Skills_Line' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker, CallFunc_Less_IntInt_ReturnValue) == 0x000041, "Member 'WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker, CallFunc_Less_FloatFloat_ReturnValue) == 0x000042, "Member 'WBP_UI_Skills_Menu_C_SetSkillLineResearchMarker::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Menu_C_SetButtonFocus \ +static_assert(alignof(WBP_UI_Skills_Menu_C_SetButtonFocus) == 0x000008, "Wrong alignment on WBP_UI_Skills_Menu_C_SetButtonFocus"); \ +static_assert(sizeof(WBP_UI_Skills_Menu_C_SetButtonFocus) == 0x000018, "Wrong size on WBP_UI_Skills_Menu_C_SetButtonFocus"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetButtonFocus, CallFunc_GetChildAt_ReturnValue) == 0x000000, "Member 'WBP_UI_Skills_Menu_C_SetButtonFocus::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetButtonFocus, K2Node_DynamicCast_AsWBP_UI_Skills_Line) == 0x000008, "Member 'WBP_UI_Skills_Menu_C_SetButtonFocus::K2Node_DynamicCast_AsWBP_UI_Skills_Line' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetButtonFocus, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_UI_Skills_Menu_C_SetButtonFocus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetButtonFocus, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'WBP_UI_Skills_Menu_C_SetButtonFocus::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Menu_C_SetAcedSkills \ +static_assert(alignof(WBP_UI_Skills_Menu_C_SetAcedSkills) == 0x000008, "Wrong alignment on WBP_UI_Skills_Menu_C_SetAcedSkills"); \ +static_assert(sizeof(WBP_UI_Skills_Menu_C_SetAcedSkills) == 0x000040, "Wrong size on WBP_UI_Skills_Menu_C_SetAcedSkills"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetAcedSkills, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_UI_Skills_Menu_C_SetAcedSkills::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetAcedSkills, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_UI_Skills_Menu_C_SetAcedSkills::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetAcedSkills, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_UI_Skills_Menu_C_SetAcedSkills::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetAcedSkills, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'WBP_UI_Skills_Menu_C_SetAcedSkills::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetAcedSkills, CallFunc_Array_Get_Item) == 0x000010, "Member 'WBP_UI_Skills_Menu_C_SetAcedSkills::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetAcedSkills, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'WBP_UI_Skills_Menu_C_SetAcedSkills::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetAcedSkills, CallFunc_Array_Get_Item_1) == 0x000020, "Member 'WBP_UI_Skills_Menu_C_SetAcedSkills::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetAcedSkills, CallFunc_Array_Get_Item_2) == 0x000028, "Member 'WBP_UI_Skills_Menu_C_SetAcedSkills::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetAcedSkills, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'WBP_UI_Skills_Menu_C_SetAcedSkills::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetAcedSkills, CallFunc_Array_Contains_ReturnValue) == 0x000031, "Member 'WBP_UI_Skills_Menu_C_SetAcedSkills::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetAcedSkills, CallFunc_Array_Length_ReturnValue_1) == 0x000034, "Member 'WBP_UI_Skills_Menu_C_SetAcedSkills::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetAcedSkills, CallFunc_Greater_IntInt_ReturnValue) == 0x000038, "Member 'WBP_UI_Skills_Menu_C_SetAcedSkills::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Menu_C_CanSelectSkill \ +static_assert(alignof(WBP_UI_Skills_Menu_C_CanSelectSkill) == 0x000008, "Wrong alignment on WBP_UI_Skills_Menu_C_CanSelectSkill"); \ +static_assert(sizeof(WBP_UI_Skills_Menu_C_CanSelectSkill) == 0x000038, "Wrong size on WBP_UI_Skills_Menu_C_CanSelectSkill"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, Skill) == 0x000000, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::Skill' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, Result) == 0x000008, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_MakeLiteralByte_ReturnValue) == 0x000009, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_IsValid_ReturnValue) == 0x00000A, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000B, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00000C, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x00000D, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_BooleanAND_ReturnValue) == 0x00000E, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00000F, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000010, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_BooleanAND_ReturnValue_1) == 0x000011, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_BooleanOR_ReturnValue) == 0x000012, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000013, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000014, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000015, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000016, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x000017, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_BooleanAND_ReturnValue_2) == 0x000018, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x000019, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_GreaterEqual_ByteByte_ReturnValue) == 0x00001A, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_GreaterEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x00001B, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_BooleanAND_ReturnValue_3) == 0x00001C, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_BooleanOR_ReturnValue_1) == 0x00001D, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_EqualEqual_ByteByte_ReturnValue_10) == 0x00001E, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_EqualEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_BooleanAND_ReturnValue_4) == 0x00001F, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_IsLocked_IsLocked) == 0x000020, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_IsLocked_IsLocked' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_GetEquippedSkillCount_ReturnValue) == 0x000024, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_GetEquippedSkillCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_GetSkillManager_ReturnValue) == 0x000028, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_GetSkillManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_GetEarnedSkillPoints_ReturnValue) == 0x000030, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_GetEarnedSkillPoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_CanSelectSkill, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'WBP_UI_Skills_Menu_C_CanSelectSkill::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Menu_C_UpdateSkillPoints \ +static_assert(alignof(WBP_UI_Skills_Menu_C_UpdateSkillPoints) == 0x000008, "Wrong alignment on WBP_UI_Skills_Menu_C_UpdateSkillPoints"); \ +static_assert(sizeof(WBP_UI_Skills_Menu_C_UpdateSkillPoints) == 0x0000B8, "Wrong size on WBP_UI_Skills_Menu_C_UpdateSkillPoints"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_UpdateSkillPoints, CallFunc_GetSkillManager_ReturnValue) == 0x000000, "Member 'WBP_UI_Skills_Menu_C_UpdateSkillPoints::CallFunc_GetSkillManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_UpdateSkillPoints, CallFunc_GetEquippedSkillCount_ReturnValue) == 0x000008, "Member 'WBP_UI_Skills_Menu_C_UpdateSkillPoints::CallFunc_GetEquippedSkillCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_UpdateSkillPoints, CallFunc_GetEarnedSkillPoints_ReturnValue) == 0x00000C, "Member 'WBP_UI_Skills_Menu_C_UpdateSkillPoints::CallFunc_GetEarnedSkillPoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_UpdateSkillPoints, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'WBP_UI_Skills_Menu_C_UpdateSkillPoints::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_UpdateSkillPoints, K2Node_MakeStruct_FormatArgumentData_1) == 0x000050, "Member 'WBP_UI_Skills_Menu_C_UpdateSkillPoints::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_UpdateSkillPoints, K2Node_MakeArray_Array) == 0x000090, "Member 'WBP_UI_Skills_Menu_C_UpdateSkillPoints::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_UpdateSkillPoints, CallFunc_Format_ReturnValue) == 0x0000A0, "Member 'WBP_UI_Skills_Menu_C_UpdateSkillPoints::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Menu_C_SetActiveSkills \ +static_assert(alignof(WBP_UI_Skills_Menu_C_SetActiveSkills) == 0x000008, "Wrong alignment on WBP_UI_Skills_Menu_C_SetActiveSkills"); \ +static_assert(sizeof(WBP_UI_Skills_Menu_C_SetActiveSkills) == 0x000038, "Wrong size on WBP_UI_Skills_Menu_C_SetActiveSkills"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetActiveSkills, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_UI_Skills_Menu_C_SetActiveSkills::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetActiveSkills, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_UI_Skills_Menu_C_SetActiveSkills::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetActiveSkills, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_UI_Skills_Menu_C_SetActiveSkills::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetActiveSkills, CallFunc_Map_Values_Values) == 0x000010, "Member 'WBP_UI_Skills_Menu_C_SetActiveSkills::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetActiveSkills, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_UI_Skills_Menu_C_SetActiveSkills::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetActiveSkills, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_UI_Skills_Menu_C_SetActiveSkills::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetActiveSkills, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_UI_Skills_Menu_C_SetActiveSkills::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetActiveSkills, CallFunc_Array_Contains_ReturnValue) == 0x000031, "Member 'WBP_UI_Skills_Menu_C_SetActiveSkills::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Menu_C_SetFocusedSkillLine \ +static_assert(alignof(WBP_UI_Skills_Menu_C_SetFocusedSkillLine) == 0x000008, "Wrong alignment on WBP_UI_Skills_Menu_C_SetFocusedSkillLine"); \ +static_assert(sizeof(WBP_UI_Skills_Menu_C_SetFocusedSkillLine) == 0x000050, "Wrong size on WBP_UI_Skills_Menu_C_SetFocusedSkillLine"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetFocusedSkillLine, FocusedSkillLine) == 0x000000, "Member 'WBP_UI_Skills_Menu_C_SetFocusedSkillLine::FocusedSkillLine' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetFocusedSkillLine, OldFocusedButton) == 0x000008, "Member 'WBP_UI_Skills_Menu_C_SetFocusedSkillLine::OldFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetFocusedSkillLine, CurrentFocusedButton) == 0x000010, "Member 'WBP_UI_Skills_Menu_C_SetFocusedSkillLine::CurrentFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetFocusedSkillLine, NewFocusedButton) == 0x000018, "Member 'WBP_UI_Skills_Menu_C_SetFocusedSkillLine::NewFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetFocusedSkillLine, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WBP_UI_Skills_Menu_C_SetFocusedSkillLine::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetFocusedSkillLine, CallFunc_IsValid_ReturnValue_1) == 0x000021, "Member 'WBP_UI_Skills_Menu_C_SetFocusedSkillLine::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetFocusedSkillLine, CallFunc_Array_LastIndex_ReturnValue) == 0x000024, "Member 'WBP_UI_Skills_Menu_C_SetFocusedSkillLine::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetFocusedSkillLine, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_UI_Skills_Menu_C_SetFocusedSkillLine::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetFocusedSkillLine, CallFunc_Array_LastIndex_ReturnValue_1) == 0x000030, "Member 'WBP_UI_Skills_Menu_C_SetFocusedSkillLine::CallFunc_Array_LastIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetFocusedSkillLine, CallFunc_Subtract_IntInt_ReturnValue) == 0x000034, "Member 'WBP_UI_Skills_Menu_C_SetFocusedSkillLine::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetFocusedSkillLine, CallFunc_Clamp_ReturnValue) == 0x000038, "Member 'WBP_UI_Skills_Menu_C_SetFocusedSkillLine::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetFocusedSkillLine, CallFunc_Array_Get_Item_1) == 0x000040, "Member 'WBP_UI_Skills_Menu_C_SetFocusedSkillLine::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetFocusedSkillLine, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000048, "Member 'WBP_UI_Skills_Menu_C_SetFocusedSkillLine::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetFocusedSkillLine, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000049, "Member 'WBP_UI_Skills_Menu_C_SetFocusedSkillLine::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetFocusedSkillLine, CallFunc_BooleanAND_ReturnValue) == 0x00004A, "Member 'WBP_UI_Skills_Menu_C_SetFocusedSkillLine::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Menu_C_SetFocusedButton \ +static_assert(alignof(WBP_UI_Skills_Menu_C_SetFocusedButton) == 0x000008, "Wrong alignment on WBP_UI_Skills_Menu_C_SetFocusedButton"); \ +static_assert(sizeof(WBP_UI_Skills_Menu_C_SetFocusedButton) == 0x000020, "Wrong size on WBP_UI_Skills_Menu_C_SetFocusedButton"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetFocusedButton, InButton) == 0x000000, "Member 'WBP_UI_Skills_Menu_C_SetFocusedButton::InButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetFocusedButton, bWasHoveredFocus) == 0x000008, "Member 'WBP_UI_Skills_Menu_C_SetFocusedButton::bWasHoveredFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetFocusedButton, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'WBP_UI_Skills_Menu_C_SetFocusedButton::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetFocusedButton, CallFunc_IsValid_ReturnValue) == 0x00000A, "Member 'WBP_UI_Skills_Menu_C_SetFocusedButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetFocusedButton, CallFunc_SetFocusedSkillLine_NewFocusedButton) == 0x000010, "Member 'WBP_UI_Skills_Menu_C_SetFocusedButton::CallFunc_SetFocusedSkillLine_NewFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetFocusedButton, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000018, "Member 'WBP_UI_Skills_Menu_C_SetFocusedButton::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_SetFocusedButton, CallFunc_BooleanAND_ReturnValue) == 0x000019, "Member 'WBP_UI_Skills_Menu_C_SetFocusedButton::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Menu_C_ResetSkills \ +static_assert(alignof(WBP_UI_Skills_Menu_C_ResetSkills) == 0x000008, "Wrong alignment on WBP_UI_Skills_Menu_C_ResetSkills"); \ +static_assert(sizeof(WBP_UI_Skills_Menu_C_ResetSkills) == 0x000030, "Wrong size on WBP_UI_Skills_Menu_C_ResetSkills"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ResetSkills, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_UI_Skills_Menu_C_ResetSkills::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ResetSkills, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_UI_Skills_Menu_C_ResetSkills::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ResetSkills, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_UI_Skills_Menu_C_ResetSkills::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ResetSkills, CallFunc_Array_Get_Item) == 0x000010, "Member 'WBP_UI_Skills_Menu_C_ResetSkills::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ResetSkills, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'WBP_UI_Skills_Menu_C_ResetSkills::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ResetSkills, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_UI_Skills_Menu_C_ResetSkills::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ResetSkills, CallFunc_Map_Find_Value) == 0x000020, "Member 'WBP_UI_Skills_Menu_C_ResetSkills::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_ResetSkills, CallFunc_Map_Find_ReturnValue) == 0x000028, "Member 'WBP_UI_Skills_Menu_C_ResetSkills::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Menu_C_DescriptionScrollAxisChanged \ +static_assert(alignof(WBP_UI_Skills_Menu_C_DescriptionScrollAxisChanged) == 0x000004, "Wrong alignment on WBP_UI_Skills_Menu_C_DescriptionScrollAxisChanged"); \ +static_assert(sizeof(WBP_UI_Skills_Menu_C_DescriptionScrollAxisChanged) == 0x000014, "Wrong size on WBP_UI_Skills_Menu_C_DescriptionScrollAxisChanged"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_DescriptionScrollAxisChanged, Value) == 0x000000, "Member 'WBP_UI_Skills_Menu_C_DescriptionScrollAxisChanged::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_DescriptionScrollAxisChanged, CallFunc_GetScrollOffset_ReturnValue) == 0x000004, "Member 'WBP_UI_Skills_Menu_C_DescriptionScrollAxisChanged::CallFunc_GetScrollOffset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_DescriptionScrollAxisChanged, CallFunc_GetScrollOffsetOfEnd_ReturnValue) == 0x000008, "Member 'WBP_UI_Skills_Menu_C_DescriptionScrollAxisChanged::CallFunc_GetScrollOffsetOfEnd_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_DescriptionScrollAxisChanged, CallFunc_Add_FloatFloat_ReturnValue) == 0x00000C, "Member 'WBP_UI_Skills_Menu_C_DescriptionScrollAxisChanged::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_DescriptionScrollAxisChanged, CallFunc_FClamp_ReturnValue) == 0x000010, "Member 'WBP_UI_Skills_Menu_C_DescriptionScrollAxisChanged::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Menu_C_UpdateControlsReference \ +static_assert(alignof(WBP_UI_Skills_Menu_C_UpdateControlsReference) == 0x000008, "Wrong alignment on WBP_UI_Skills_Menu_C_UpdateControlsReference"); \ +static_assert(sizeof(WBP_UI_Skills_Menu_C_UpdateControlsReference) == 0x000168, "Wrong size on WBP_UI_Skills_Menu_C_UpdateControlsReference"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_UpdateControlsReference, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_UI_Skills_Menu_C_UpdateControlsReference::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_UpdateControlsReference, K2Node_MakeStruct_SBZButtonControlReference) == 0x000018, "Member 'WBP_UI_Skills_Menu_C_UpdateControlsReference::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_UpdateControlsReference, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000050, "Member 'WBP_UI_Skills_Menu_C_UpdateControlsReference::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_UpdateControlsReference, K2Node_MakeStruct_SBZButtonControlReference_2) == 0x000088, "Member 'WBP_UI_Skills_Menu_C_UpdateControlsReference::K2Node_MakeStruct_SBZButtonControlReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_UpdateControlsReference, K2Node_MakeStruct_SBZButtonControlReference_3) == 0x0000C0, "Member 'WBP_UI_Skills_Menu_C_UpdateControlsReference::K2Node_MakeStruct_SBZButtonControlReference_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_UpdateControlsReference, K2Node_MakeStruct_SBZButtonControlReference_4) == 0x0000F8, "Member 'WBP_UI_Skills_Menu_C_UpdateControlsReference::K2Node_MakeStruct_SBZButtonControlReference_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_UpdateControlsReference, K2Node_MakeArray_Array) == 0x000130, "Member 'WBP_UI_Skills_Menu_C_UpdateControlsReference::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_UpdateControlsReference, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000140, "Member 'WBP_UI_Skills_Menu_C_UpdateControlsReference::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Menu_C_TryToResetSkills \ +static_assert(alignof(WBP_UI_Skills_Menu_C_TryToResetSkills) == 0x000008, "Wrong alignment on WBP_UI_Skills_Menu_C_TryToResetSkills"); \ +static_assert(sizeof(WBP_UI_Skills_Menu_C_TryToResetSkills) == 0x000130, "Wrong size on WBP_UI_Skills_Menu_C_TryToResetSkills"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_TryToResetSkills, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_UI_Skills_Menu_C_TryToResetSkills::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_TryToResetSkills, K2Node_MakeStruct_SBZButtonControlReference) == 0x000018, "Member 'WBP_UI_Skills_Menu_C_TryToResetSkills::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_TryToResetSkills, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000050, "Member 'WBP_UI_Skills_Menu_C_TryToResetSkills::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_TryToResetSkills, CallFunc_GetUIManager_ReturnValue) == 0x000088, "Member 'WBP_UI_Skills_Menu_C_TryToResetSkills::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_TryToResetSkills, K2Node_MakeArray_Array) == 0x000090, "Member 'WBP_UI_Skills_Menu_C_TryToResetSkills::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_TryToResetSkills, K2Node_MakeStruct_SBZButtonControlsReference) == 0x0000A0, "Member 'WBP_UI_Skills_Menu_C_TryToResetSkills::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_TryToResetSkills, K2Node_MakeStruct_SBZUIPopupData) == 0x0000C8, "Member 'WBP_UI_Skills_Menu_C_TryToResetSkills::K2Node_MakeStruct_SBZUIPopupData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_TryToResetSkills, CallFunc_Array_Length_ReturnValue) == 0x000128, "Member 'WBP_UI_Skills_Menu_C_TryToResetSkills::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_TryToResetSkills, CallFunc_Greater_IntInt_ReturnValue) == 0x00012C, "Member 'WBP_UI_Skills_Menu_C_TryToResetSkills::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Menu_C_OnResetSkillsPopupClosed \ +static_assert(alignof(WBP_UI_Skills_Menu_C_OnResetSkillsPopupClosed) == 0x000004, "Wrong alignment on WBP_UI_Skills_Menu_C_OnResetSkillsPopupClosed"); \ +static_assert(sizeof(WBP_UI_Skills_Menu_C_OnResetSkillsPopupClosed) == 0x000010, "Wrong size on WBP_UI_Skills_Menu_C_OnResetSkillsPopupClosed"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_OnResetSkillsPopupClosed, ClosingActionName) == 0x000000, "Member 'WBP_UI_Skills_Menu_C_OnResetSkillsPopupClosed::ClosingActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Menu_C_OnResetSkillsPopupClosed, K2Node_SwitchName_CmpSuccess) == 0x00000C, "Member 'WBP_UI_Skills_Menu_C_OnResetSkillsPopupClosed::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Skills_Menu_C \ +static_assert(alignof(UWBP_UI_Skills_Menu_C) == 0x000008, "Wrong alignment on UWBP_UI_Skills_Menu_C"); \ +static_assert(sizeof(UWBP_UI_Skills_Menu_C) == 0x0003B8, "Wrong size on UWBP_UI_Skills_Menu_C"); \ +static_assert(offsetof(UWBP_UI_Skills_Menu_C, UberGraphFrame) == 0x0002C0, "Member 'UWBP_UI_Skills_Menu_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Menu_C, BuffInformation) == 0x0002C8, "Member 'UWBP_UI_Skills_Menu_C::BuffInformation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Menu_C, Image) == 0x0002D0, "Member 'UWBP_UI_Skills_Menu_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Menu_C, Image_1) == 0x0002D8, "Member 'UWBP_UI_Skills_Menu_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Menu_C, Image_2) == 0x0002E0, "Member 'UWBP_UI_Skills_Menu_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Menu_C, Image_85) == 0x0002E8, "Member 'UWBP_UI_Skills_Menu_C::Image_85' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Menu_C, Image_125) == 0x0002F0, "Member 'UWBP_UI_Skills_Menu_C::Image_125' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Menu_C, Image_175) == 0x0002F8, "Member 'UWBP_UI_Skills_Menu_C::Image_175' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Menu_C, Image_961) == 0x000300, "Member 'UWBP_UI_Skills_Menu_C::Image_961' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Menu_C, SkillLineScrollBox) == 0x000308, "Member 'UWBP_UI_Skills_Menu_C::SkillLineScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Menu_C, SkillPointsLabel) == 0x000310, "Member 'UWBP_UI_Skills_Menu_C::SkillPointsLabel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Menu_C, WBP_UI_Skills_Description) == 0x000318, "Member 'UWBP_UI_Skills_Menu_C::WBP_UI_Skills_Description' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Menu_C, PlayerSkills) == 0x000320, "Member 'UWBP_UI_Skills_Menu_C::PlayerSkills' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Menu_C, SkillMap) == 0x000330, "Member 'UWBP_UI_Skills_Menu_C::SkillMap' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Menu_C, parent) == 0x000380, "Member 'UWBP_UI_Skills_Menu_C::parent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Menu_C, FoundResearchedLine) == 0x000388, "Member 'UWBP_UI_Skills_Menu_C::FoundResearchedLine' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Menu_C, SkillLines) == 0x000390, "Member 'UWBP_UI_Skills_Menu_C::SkillLines' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Menu_C, MarkedSkillLine) == 0x0003A0, "Member 'UWBP_UI_Skills_Menu_C::MarkedSkillLine' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Menu_C, FocusedButton) == 0x0003A8, "Member 'UWBP_UI_Skills_Menu_C::FocusedButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Menu_C, CurrentFocusedSkillLine) == 0x0003B0, "Member 'UWBP_UI_Skills_Menu_C::CurrentFocusedSkillLine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCS_Tased_Gently_C \ +static_assert(alignof(UCS_Tased_Gently_C) == 0x000010, "Wrong alignment on UCS_Tased_Gently_C"); \ +static_assert(sizeof(UCS_Tased_Gently_C) == 0x0001B0, "Wrong size on UCS_Tased_Gently_C"); \ + +#define DUMPER7_ASSERTS_UGA_PlayerThePunchMeleeOnMeleeButtonAbility_C \ +static_assert(alignof(UGA_PlayerThePunchMeleeOnMeleeButtonAbility_C) == 0x000008, "Wrong alignment on UGA_PlayerThePunchMeleeOnMeleeButtonAbility_C"); \ +static_assert(sizeof(UGA_PlayerThePunchMeleeOnMeleeButtonAbility_C) == 0x000510, "Wrong size on UGA_PlayerThePunchMeleeOnMeleeButtonAbility_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line \ +static_assert(alignof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line) == 0x000008, "Wrong alignment on WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line"); \ +static_assert(sizeof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line) == 0x000110, "Wrong size on WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, EntryPoint) == 0x000000, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, CallFunc_Create_ReturnValue) == 0x000008, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, CallFunc_Less_IntInt_ReturnValue) == 0x000010, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, CallFunc_Create_ReturnValue_1) == 0x000018, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, Temp_int_Variable) == 0x000020, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000024, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, K2Node_Event_IsDesignTime) == 0x00002C, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, CallFunc_IsValid_ReturnValue) == 0x00002D, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, CallFunc_Array_LastIndex_ReturnValue) == 0x000030, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, CallFunc_Subtract_IntInt_ReturnValue) == 0x000034, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, Temp_int_Index_Variable) == 0x000038, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::Temp_int_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000048, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000049, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000050, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, CallFunc_AddChildToHorizontalBox_ReturnValue_1) == 0x000058, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::CallFunc_AddChildToHorizontalBox_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, CallFunc_Less_FloatFloat_ReturnValue) == 0x000060, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, CallFunc_Array_AddUnique_ReturnValue) == 0x000064, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, CallFunc_Array_AddUnique_ReturnValue_1) == 0x000068, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, CallFunc_Array_AddUnique_ReturnValue_2) == 0x00006C, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::CallFunc_Array_AddUnique_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, K2Node_ComponentBoundEvent_Button_1) == 0x000070, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x000078, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, K2Node_ComponentBoundEvent_Button) == 0x000080, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, K2Node_ComponentBoundEvent_bIsEnabled) == 0x000088, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, K2Node_CustomEvent_Button) == 0x000090, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::K2Node_CustomEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, K2Node_CustomEvent_bIsEnabled) == 0x000098, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::K2Node_CustomEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, CallFunc_Abs_Int_ReturnValue) == 0x00009C, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::CallFunc_Abs_Int_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, CallFunc_Max_ReturnValue) == 0x0000A0, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, K2Node_CreateDelegate_OutputDelegate) == 0x0000A4, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000B8, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, CallFunc_GetUIManager_ReturnValue) == 0x0000D0, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, K2Node_CustomEvent_InLanguage) == 0x0000D8, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::K2Node_CustomEvent_InLanguage' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, Temp_int_Step_Size_Variable) == 0x0000E8, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::Temp_int_Step_Size_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000EC, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000100, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, CallFunc_Add_IntInt_ReturnValue_1) == 0x000104, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line, CallFunc_K2_SetTimer_ReturnValue) == 0x000108, "Member 'WBP_UI_Skills_Line_C_ExecuteUbergraph_WBP_UI_Skills_Line::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Line_C_OnLanguageChanged \ +static_assert(alignof(WBP_UI_Skills_Line_C_OnLanguageChanged) == 0x000008, "Wrong alignment on WBP_UI_Skills_Line_C_OnLanguageChanged"); \ +static_assert(sizeof(WBP_UI_Skills_Line_C_OnLanguageChanged) == 0x000010, "Wrong size on WBP_UI_Skills_Line_C_OnLanguageChanged"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_OnLanguageChanged, InLanguage) == 0x000000, "Member 'WBP_UI_Skills_Line_C_OnLanguageChanged::InLanguage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Line_C_SkillButtonFocused \ +static_assert(alignof(WBP_UI_Skills_Line_C_SkillButtonFocused) == 0x000008, "Wrong alignment on WBP_UI_Skills_Line_C_SkillButtonFocused"); \ +static_assert(sizeof(WBP_UI_Skills_Line_C_SkillButtonFocused) == 0x000010, "Wrong size on WBP_UI_Skills_Line_C_SkillButtonFocused"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_SkillButtonFocused, Button) == 0x000000, "Member 'WBP_UI_Skills_Line_C_SkillButtonFocused::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_SkillButtonFocused, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Skills_Line_C_SkillButtonFocused::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Line_C_BndEvt__WBP_UI_Skills_Line_MasteryButton_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Skills_Line_C_BndEvt__WBP_UI_Skills_Line_MasteryButton_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Skills_Line_C_BndEvt__WBP_UI_Skills_Line_MasteryButton_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Skills_Line_C_BndEvt__WBP_UI_Skills_Line_MasteryButton_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Skills_Line_C_BndEvt__WBP_UI_Skills_Line_MasteryButton_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_BndEvt__WBP_UI_Skills_Line_MasteryButton_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Skills_Line_C_BndEvt__WBP_UI_Skills_Line_MasteryButton_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_BndEvt__WBP_UI_Skills_Line_MasteryButton_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Skills_Line_C_BndEvt__WBP_UI_Skills_Line_MasteryButton_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Line_C_BndEvt__WBP_UI_Skills_Line_BaseSkillButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Skills_Line_C_BndEvt__WBP_UI_Skills_Line_BaseSkillButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Skills_Line_C_BndEvt__WBP_UI_Skills_Line_BaseSkillButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Skills_Line_C_BndEvt__WBP_UI_Skills_Line_BaseSkillButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Skills_Line_C_BndEvt__WBP_UI_Skills_Line_BaseSkillButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_BndEvt__WBP_UI_Skills_Line_BaseSkillButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Skills_Line_C_BndEvt__WBP_UI_Skills_Line_BaseSkillButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_BndEvt__WBP_UI_Skills_Line_BaseSkillButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Skills_Line_C_BndEvt__WBP_UI_Skills_Line_BaseSkillButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Line_C_PreConstruct \ +static_assert(alignof(WBP_UI_Skills_Line_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Skills_Line_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Skills_Line_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Skills_Line_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Skills_Line_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Line_C_SetSkillLineMainAndMasteryButtons \ +static_assert(alignof(WBP_UI_Skills_Line_C_SetSkillLineMainAndMasteryButtons) == 0x000008, "Wrong alignment on WBP_UI_Skills_Line_C_SetSkillLineMainAndMasteryButtons"); \ +static_assert(sizeof(WBP_UI_Skills_Line_C_SetSkillLineMainAndMasteryButtons) == 0x000030, "Wrong size on WBP_UI_Skills_Line_C_SetSkillLineMainAndMasteryButtons"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_SetSkillLineMainAndMasteryButtons, MasterySkillInfo) == 0x000000, "Member 'WBP_UI_Skills_Line_C_SetSkillLineMainAndMasteryButtons::MasterySkillInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_SetSkillLineMainAndMasteryButtons, BaseSkillInfo) == 0x000008, "Member 'WBP_UI_Skills_Line_C_SetSkillLineMainAndMasteryButtons::BaseSkillInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_SetSkillLineMainAndMasteryButtons, CallFunc_Array_Get_Item) == 0x000010, "Member 'WBP_UI_Skills_Line_C_SetSkillLineMainAndMasteryButtons::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_SetSkillLineMainAndMasteryButtons, CallFunc_Array_LastIndex_ReturnValue) == 0x000018, "Member 'WBP_UI_Skills_Line_C_SetSkillLineMainAndMasteryButtons::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_SetSkillLineMainAndMasteryButtons, CallFunc_Array_Get_Item_1) == 0x000020, "Member 'WBP_UI_Skills_Line_C_SetSkillLineMainAndMasteryButtons::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_SetSkillLineMainAndMasteryButtons, CallFunc_Array_Get_Item_2) == 0x000028, "Member 'WBP_UI_Skills_Line_C_SetSkillLineMainAndMasteryButtons::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Line_C_SetResearched \ +static_assert(alignof(WBP_UI_Skills_Line_C_SetResearched) == 0x000001, "Wrong alignment on WBP_UI_Skills_Line_C_SetResearched"); \ +static_assert(sizeof(WBP_UI_Skills_Line_C_SetResearched) == 0x000001, "Wrong size on WBP_UI_Skills_Line_C_SetResearched"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_SetResearched, IsResearched) == 0x000000, "Member 'WBP_UI_Skills_Line_C_SetResearched::IsResearched' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Line_C_WBP_UI_Skills_Line_AutoGenFunc \ +static_assert(alignof(WBP_UI_Skills_Line_C_WBP_UI_Skills_Line_AutoGenFunc) == 0x000001, "Wrong alignment on WBP_UI_Skills_Line_C_WBP_UI_Skills_Line_AutoGenFunc"); \ +static_assert(sizeof(WBP_UI_Skills_Line_C_WBP_UI_Skills_Line_AutoGenFunc) == 0x000001, "Wrong size on WBP_UI_Skills_Line_C_WBP_UI_Skills_Line_AutoGenFunc"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_WBP_UI_Skills_Line_AutoGenFunc, Navigation_0) == 0x000000, "Member 'WBP_UI_Skills_Line_C_WBP_UI_Skills_Line_AutoGenFunc::Navigation_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Line_C_SetSkillLineDescriptionEnabled \ +static_assert(alignof(WBP_UI_Skills_Line_C_SetSkillLineDescriptionEnabled) == 0x000008, "Wrong alignment on WBP_UI_Skills_Line_C_SetSkillLineDescriptionEnabled"); \ +static_assert(sizeof(WBP_UI_Skills_Line_C_SetSkillLineDescriptionEnabled) == 0x000018, "Wrong size on WBP_UI_Skills_Line_C_SetSkillLineDescriptionEnabled"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_SetSkillLineDescriptionEnabled, bInFocused) == 0x000000, "Member 'WBP_UI_Skills_Line_C_SetSkillLineDescriptionEnabled::bInFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_SetSkillLineDescriptionEnabled, InButton) == 0x000008, "Member 'WBP_UI_Skills_Line_C_SetSkillLineDescriptionEnabled::InButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_SetSkillLineDescriptionEnabled, WasAlreadyActive) == 0x000010, "Member 'WBP_UI_Skills_Line_C_SetSkillLineDescriptionEnabled::WasAlreadyActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_SetSkillLineDescriptionEnabled, Temp_byte_Variable) == 0x000011, "Member 'WBP_UI_Skills_Line_C_SetSkillLineDescriptionEnabled::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_SetSkillLineDescriptionEnabled, Temp_byte_Variable_1) == 0x000012, "Member 'WBP_UI_Skills_Line_C_SetSkillLineDescriptionEnabled::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_SetSkillLineDescriptionEnabled, Temp_bool_Variable) == 0x000013, "Member 'WBP_UI_Skills_Line_C_SetSkillLineDescriptionEnabled::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_SetSkillLineDescriptionEnabled, K2Node_Select_Default) == 0x000014, "Member 'WBP_UI_Skills_Line_C_SetSkillLineDescriptionEnabled::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Line_C_UpdateSkillLineDescription \ +static_assert(alignof(WBP_UI_Skills_Line_C_UpdateSkillLineDescription) == 0x000008, "Wrong alignment on WBP_UI_Skills_Line_C_UpdateSkillLineDescription"); \ +static_assert(sizeof(WBP_UI_Skills_Line_C_UpdateSkillLineDescription) == 0x000038, "Wrong size on WBP_UI_Skills_Line_C_UpdateSkillLineDescription"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_UpdateSkillLineDescription, CallFunc_Conv_TextToString_ReturnValue) == 0x000000, "Member 'WBP_UI_Skills_Line_C_UpdateSkillLineDescription::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_UpdateSkillLineDescription, CallFunc_RegexReplace_ReturnValue) == 0x000010, "Member 'WBP_UI_Skills_Line_C_UpdateSkillLineDescription::CallFunc_RegexReplace_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_UpdateSkillLineDescription, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'WBP_UI_Skills_Line_C_UpdateSkillLineDescription::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Skills_Line_C_CheckLineStillFocused \ +static_assert(alignof(WBP_UI_Skills_Line_C_CheckLineStillFocused) == 0x000001, "Wrong alignment on WBP_UI_Skills_Line_C_CheckLineStillFocused"); \ +static_assert(sizeof(WBP_UI_Skills_Line_C_CheckLineStillFocused) == 0x000001, "Wrong size on WBP_UI_Skills_Line_C_CheckLineStillFocused"); \ +static_assert(offsetof(WBP_UI_Skills_Line_C_CheckLineStillFocused, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_UI_Skills_Line_C_CheckLineStillFocused::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Skills_Line_C \ +static_assert(alignof(UWBP_UI_Skills_Line_C) == 0x000008, "Wrong alignment on UWBP_UI_Skills_Line_C"); \ +static_assert(sizeof(UWBP_UI_Skills_Line_C) == 0x000310, "Wrong size on UWBP_UI_Skills_Line_C"); \ +static_assert(offsetof(UWBP_UI_Skills_Line_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Skills_Line_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Line_C, BaseSkillButton) == 0x000298, "Member 'UWBP_UI_Skills_Line_C::BaseSkillButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Line_C, Image) == 0x0002A0, "Member 'UWBP_UI_Skills_Line_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Line_C, Image_340) == 0x0002A8, "Member 'UWBP_UI_Skills_Line_C::Image_340' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Line_C, MasteryButton) == 0x0002B0, "Member 'UWBP_UI_Skills_Line_C::MasteryButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Line_C, SkillLineDescription_SizeBox) == 0x0002B8, "Member 'UWBP_UI_Skills_Line_C::SkillLineDescription_SizeBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Line_C, SkillLineDescription_T) == 0x0002C0, "Member 'UWBP_UI_Skills_Line_C::SkillLineDescription_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Line_C, SubSkills_horizontal) == 0x0002C8, "Member 'UWBP_UI_Skills_Line_C::SubSkills_horizontal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Line_C, Text_SkillLineName) == 0x0002D0, "Member 'UWBP_UI_Skills_Line_C::Text_SkillLineName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Line_C, SkillLineData) == 0x0002D8, "Member 'UWBP_UI_Skills_Line_C::SkillLineData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Line_C, Skills_Menu) == 0x0002E0, "Member 'UWBP_UI_Skills_Line_C::Skills_Menu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Line_C, Margin) == 0x0002E8, "Member 'UWBP_UI_Skills_Line_C::Margin' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Line_C, SkillsButtonArray) == 0x0002F8, "Member 'UWBP_UI_Skills_Line_C::SkillsButtonArray' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Skills_Line_C, CurrentFocusedButton) == 0x000308, "Member 'UWBP_UI_Skills_Line_C::CurrentFocusedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel \ +static_assert(alignof(WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel) == 0x000008, "Wrong alignment on WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel"); \ +static_assert(sizeof(WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel) == 0x000128, "Wrong size on WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel, EntryPoint) == 0x000000, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel, K2Node_ComponentBoundEvent_Button_8) == 0x000008, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel::K2Node_ComponentBoundEvent_Button_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel, K2Node_ComponentBoundEvent_bIsEnabled_7) == 0x000010, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel::K2Node_ComponentBoundEvent_bIsEnabled_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel, K2Node_ComponentBoundEvent_Button_7) == 0x000018, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel::K2Node_ComponentBoundEvent_Button_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel, K2Node_ComponentBoundEvent_bIsEnabled_6) == 0x000020, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel::K2Node_ComponentBoundEvent_bIsEnabled_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel, K2Node_ComponentBoundEvent_Button_6) == 0x000028, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel::K2Node_ComponentBoundEvent_Button_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel, K2Node_ComponentBoundEvent_bIsEnabled_5) == 0x000030, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel::K2Node_ComponentBoundEvent_bIsEnabled_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel, K2Node_ComponentBoundEvent_Button_5) == 0x000038, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel::K2Node_ComponentBoundEvent_Button_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel, K2Node_ComponentBoundEvent_bIsEnabled_4) == 0x000040, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel::K2Node_ComponentBoundEvent_bIsEnabled_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel, K2Node_ComponentBoundEvent_Button_4) == 0x000048, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel, K2Node_ComponentBoundEvent_bIsEnabled_3) == 0x000050, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel::K2Node_ComponentBoundEvent_bIsEnabled_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel, K2Node_ComponentBoundEvent_Button_3) == 0x000058, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel, K2Node_ComponentBoundEvent_bIsEnabled_2) == 0x000060, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel::K2Node_ComponentBoundEvent_bIsEnabled_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel, K2Node_ComponentBoundEvent_Button_2) == 0x000068, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x000070, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel, K2Node_ComponentBoundEvent_Button_1) == 0x000078, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel, K2Node_Event_PlayerLoadoutConfig) == 0x000080, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel::K2Node_Event_PlayerLoadoutConfig' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel, K2Node_ComponentBoundEvent_Button) == 0x000118, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel, K2Node_ComponentBoundEvent_bIsEnabled) == 0x000120, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_ExecuteUbergraph_WBP_UI_Inventory_LoadoutDisplayPanel::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_OverkillWeapon_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_OverkillWeapon_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_OverkillWeapon_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_OverkillWeapon_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_OverkillWeapon_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_OverkillWeapon_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_OverkillWeapon_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_OverkillWeapon_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_OverkillWeapon_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_LoadoutDisplayPanel_C_OnNewConfigUpdated \ +static_assert(alignof(WBP_UI_Inventory_LoadoutDisplayPanel_C_OnNewConfigUpdated) == 0x000008, "Wrong alignment on WBP_UI_Inventory_LoadoutDisplayPanel_C_OnNewConfigUpdated"); \ +static_assert(sizeof(WBP_UI_Inventory_LoadoutDisplayPanel_C_OnNewConfigUpdated) == 0x000098, "Wrong size on WBP_UI_Inventory_LoadoutDisplayPanel_C_OnNewConfigUpdated"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_OnNewConfigUpdated, PlayerLoadoutConfig) == 0x000000, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_OnNewConfigUpdated::PlayerLoadoutConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Skills_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Skills_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Skills_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Skills_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Skills_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Skills_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Skills_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Skills_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Skills_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Skills_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Skills_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Skills_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Skills_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Skills_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Skills_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Skills_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Placeable_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Placeable_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Placeable_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Placeable_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Placeable_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Placeable_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Placeable_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Placeable_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Placeable_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Tool_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Tool_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Tool_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Tool_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Tool_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Tool_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Tool_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Tool_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Tool_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Throwable_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Throwable_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Throwable_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Throwable_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Throwable_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Throwable_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Throwable_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Throwable_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Throwable_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Armour_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Armour_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Armour_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Armour_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Armour_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Armour_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Armour_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Armour_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_Armour_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_SecondaryWeapon_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_SecondaryWeapon_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_SecondaryWeapon_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_SecondaryWeapon_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_SecondaryWeapon_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_SecondaryWeapon_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_SecondaryWeapon_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_SecondaryWeapon_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_SecondaryWeapon_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_PrimaryWeapon_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_PrimaryWeapon_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_PrimaryWeapon_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_PrimaryWeapon_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_PrimaryWeapon_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_PrimaryWeapon_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_PrimaryWeapon_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_PrimaryWeapon_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_BndEvt__WBP_UI_Inventory_LoadoutDisplayPanel_Button_PrimaryWeapon_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_LoadoutDisplayPanel_C_NavFromSkills \ +static_assert(alignof(WBP_UI_Inventory_LoadoutDisplayPanel_C_NavFromSkills) == 0x000008, "Wrong alignment on WBP_UI_Inventory_LoadoutDisplayPanel_C_NavFromSkills"); \ +static_assert(sizeof(WBP_UI_Inventory_LoadoutDisplayPanel_C_NavFromSkills) == 0x000018, "Wrong size on WBP_UI_Inventory_LoadoutDisplayPanel_C_NavFromSkills"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_NavFromSkills, Navigation_0) == 0x000000, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_NavFromSkills::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_NavFromSkills, ReturnValue) == 0x000008, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_NavFromSkills::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_NavFromSkills, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_NavFromSkills::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_LoadoutDisplayPanel_C_NavFromSkills, K2Node_SwitchEnum_CmpSuccess_1) == 0x000011, "Member 'WBP_UI_Inventory_LoadoutDisplayPanel_C_NavFromSkills::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Inventory_LoadoutDisplayPanel_C \ +static_assert(alignof(UWBP_UI_Inventory_LoadoutDisplayPanel_C) == 0x000008, "Wrong alignment on UWBP_UI_Inventory_LoadoutDisplayPanel_C"); \ +static_assert(sizeof(UWBP_UI_Inventory_LoadoutDisplayPanel_C) == 0x000378, "Wrong size on UWBP_UI_Inventory_LoadoutDisplayPanel_C"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutDisplayPanel_C, UberGraphFrame) == 0x000328, "Member 'UWBP_UI_Inventory_LoadoutDisplayPanel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutDisplayPanel_C, Button_Mask) == 0x000330, "Member 'UWBP_UI_Inventory_LoadoutDisplayPanel_C::Button_Mask' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutDisplayPanel_C, Button_Skills) == 0x000338, "Member 'UWBP_UI_Inventory_LoadoutDisplayPanel_C::Button_Skills' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutDisplayPanel_C, OnButtonFocusChanged) == 0x000340, "Member 'UWBP_UI_Inventory_LoadoutDisplayPanel_C::OnButtonFocusChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutDisplayPanel_C, SkillButtonSelected) == 0x000350, "Member 'UWBP_UI_Inventory_LoadoutDisplayPanel_C::SkillButtonSelected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutDisplayPanel_C, RT_Skills) == 0x000360, "Member 'UWBP_UI_Inventory_LoadoutDisplayPanel_C::RT_Skills' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_LoadoutDisplayPanel_C, PreviousSkillButton) == 0x000370, "Member 'UWBP_UI_Inventory_LoadoutDisplayPanel_C::PreviousSkillButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Order_Civilian_ObserveCorpse_C_ExecuteUbergraph_BP_Order_Civilian_ObserveCorpse \ +static_assert(alignof(BP_Order_Civilian_ObserveCorpse_C_ExecuteUbergraph_BP_Order_Civilian_ObserveCorpse) == 0x000008, "Wrong alignment on BP_Order_Civilian_ObserveCorpse_C_ExecuteUbergraph_BP_Order_Civilian_ObserveCorpse"); \ +static_assert(sizeof(BP_Order_Civilian_ObserveCorpse_C_ExecuteUbergraph_BP_Order_Civilian_ObserveCorpse) == 0x000028, "Wrong size on BP_Order_Civilian_ObserveCorpse_C_ExecuteUbergraph_BP_Order_Civilian_ObserveCorpse"); \ +static_assert(offsetof(BP_Order_Civilian_ObserveCorpse_C_ExecuteUbergraph_BP_Order_Civilian_ObserveCorpse, EntryPoint) == 0x000000, "Member 'BP_Order_Civilian_ObserveCorpse_C_ExecuteUbergraph_BP_Order_Civilian_ObserveCorpse::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_ObserveCorpse_C_ExecuteUbergraph_BP_Order_Civilian_ObserveCorpse, K2Node_Event_Pawn) == 0x000008, "Member 'BP_Order_Civilian_ObserveCorpse_C_ExecuteUbergraph_BP_Order_Civilian_ObserveCorpse::K2Node_Event_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_ObserveCorpse_C_ExecuteUbergraph_BP_Order_Civilian_ObserveCorpse, CallFunc_GetController_ReturnValue) == 0x000010, "Member 'BP_Order_Civilian_ObserveCorpse_C_ExecuteUbergraph_BP_Order_Civilian_ObserveCorpse::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_ObserveCorpse_C_ExecuteUbergraph_BP_Order_Civilian_ObserveCorpse, K2Node_DynamicCast_AsAIController) == 0x000018, "Member 'BP_Order_Civilian_ObserveCorpse_C_ExecuteUbergraph_BP_Order_Civilian_ObserveCorpse::K2Node_DynamicCast_AsAIController' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_ObserveCorpse_C_ExecuteUbergraph_BP_Order_Civilian_ObserveCorpse, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_Order_Civilian_ObserveCorpse_C_ExecuteUbergraph_BP_Order_Civilian_ObserveCorpse::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Order_Civilian_ObserveCorpse_C_OnStartedBP \ +static_assert(alignof(BP_Order_Civilian_ObserveCorpse_C_OnStartedBP) == 0x000008, "Wrong alignment on BP_Order_Civilian_ObserveCorpse_C_OnStartedBP"); \ +static_assert(sizeof(BP_Order_Civilian_ObserveCorpse_C_OnStartedBP) == 0x000008, "Wrong size on BP_Order_Civilian_ObserveCorpse_C_OnStartedBP"); \ +static_assert(offsetof(BP_Order_Civilian_ObserveCorpse_C_OnStartedBP, Pawn) == 0x000000, "Member 'BP_Order_Civilian_ObserveCorpse_C_OnStartedBP::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Order_Civilian_ObserveCorpse_C \ +static_assert(alignof(UBP_Order_Civilian_ObserveCorpse_C) == 0x000008, "Wrong alignment on UBP_Order_Civilian_ObserveCorpse_C"); \ +static_assert(sizeof(UBP_Order_Civilian_ObserveCorpse_C) == 0x000148, "Wrong size on UBP_Order_Civilian_ObserveCorpse_C"); \ +static_assert(offsetof(UBP_Order_Civilian_ObserveCorpse_C, UberGraphFrame) == 0x000130, "Member 'UBP_Order_Civilian_ObserveCorpse_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_Order_Civilian_ObserveCorpse_C, TargetKey) == 0x000138, "Member 'UBP_Order_Civilian_ObserveCorpse_C::TargetKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACH_UI_MM_PlayerCharacter_C \ +static_assert(alignof(ACH_UI_MM_PlayerCharacter_C) == 0x000008, "Wrong alignment on ACH_UI_MM_PlayerCharacter_C"); \ +static_assert(sizeof(ACH_UI_MM_PlayerCharacter_C) == 0x000780, "Wrong size on ACH_UI_MM_PlayerCharacter_C"); \ + +#define DUMPER7_ASSERTS_UGA_PlaceConsumable_C \ +static_assert(alignof(UGA_PlaceConsumable_C) == 0x000010, "Wrong alignment on UGA_PlaceConsumable_C"); \ +static_assert(sizeof(UGA_PlaceConsumable_C) == 0x000540, "Wrong size on UGA_PlaceConsumable_C"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_Loadout_ModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ModCategoryButton \ +static_assert(alignof(WBP_MainMenu_Loadout_ModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ModCategoryButton) == 0x000008, "Wrong alignment on WBP_MainMenu_Loadout_ModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ModCategoryButton"); \ +static_assert(sizeof(WBP_MainMenu_Loadout_ModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ModCategoryButton) == 0x000050, "Wrong size on WBP_MainMenu_Loadout_ModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ModCategoryButton"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ModCategoryButton, EntryPoint) == 0x000000, "Member 'WBP_MainMenu_Loadout_ModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ModCategoryButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ModCategoryButton, K2Node_Event_bInIsHovered) == 0x000004, "Member 'WBP_MainMenu_Loadout_ModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ModCategoryButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ModCategoryButton, K2Node_Event_bInHasFocus) == 0x000005, "Member 'WBP_MainMenu_Loadout_ModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ModCategoryButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ModCategoryButton, CallFunc_GetDisplayName_OutDisplayName) == 0x000008, "Member 'WBP_MainMenu_Loadout_ModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ModCategoryButton::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ModCategoryButton, CallFunc_GetDisplayName_OutHasText) == 0x000020, "Member 'WBP_MainMenu_Loadout_ModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ModCategoryButton::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ModCategoryButton, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'WBP_MainMenu_Loadout_ModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ModCategoryButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ModCategoryButton, CallFunc_GetDisplayName_OutDisplayName_1) == 0x000028, "Member 'WBP_MainMenu_Loadout_ModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ModCategoryButton::CallFunc_GetDisplayName_OutDisplayName_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ModCategoryButton, CallFunc_GetDisplayName_OutHasText_1) == 0x000040, "Member 'WBP_MainMenu_Loadout_ModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ModCategoryButton::CallFunc_GetDisplayName_OutHasText_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ModCategoryButton, K2Node_Event_IsDesignTime) == 0x000041, "Member 'WBP_MainMenu_Loadout_ModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ModCategoryButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ModCategoryButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000048, "Member 'WBP_MainMenu_Loadout_ModCategoryButton_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ModCategoryButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_Loadout_ModCategoryButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_MainMenu_Loadout_ModCategoryButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_MainMenu_Loadout_ModCategoryButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_MainMenu_Loadout_ModCategoryButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_MainMenu_Loadout_ModCategoryButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ModCategoryButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_MainMenu_Loadout_ModCategoryButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_Loadout_ModCategoryButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_MainMenu_Loadout_ModCategoryButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_MainMenu_Loadout_ModCategoryButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_MainMenu_Loadout_ModCategoryButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_MainMenu_Loadout_ModCategoryButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ModCategoryButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_MainMenu_Loadout_ModCategoryButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_Loadout_ModCategoryButton_C_PreConstruct \ +static_assert(alignof(WBP_MainMenu_Loadout_ModCategoryButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_MainMenu_Loadout_ModCategoryButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_MainMenu_Loadout_ModCategoryButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_MainMenu_Loadout_ModCategoryButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ModCategoryButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_MainMenu_Loadout_ModCategoryButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_Loadout_ModCategoryButton_C_OnHover \ +static_assert(alignof(WBP_MainMenu_Loadout_ModCategoryButton_C_OnHover) == 0x000001, "Wrong alignment on WBP_MainMenu_Loadout_ModCategoryButton_C_OnHover"); \ +static_assert(sizeof(WBP_MainMenu_Loadout_ModCategoryButton_C_OnHover) == 0x000001, "Wrong size on WBP_MainMenu_Loadout_ModCategoryButton_C_OnHover"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ModCategoryButton_C_OnHover, bIsHovered) == 0x000000, "Member 'WBP_MainMenu_Loadout_ModCategoryButton_C_OnHover::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_Loadout_ModCategoryButton_C_On_Focus \ +static_assert(alignof(WBP_MainMenu_Loadout_ModCategoryButton_C_On_Focus) == 0x000001, "Wrong alignment on WBP_MainMenu_Loadout_ModCategoryButton_C_On_Focus"); \ +static_assert(sizeof(WBP_MainMenu_Loadout_ModCategoryButton_C_On_Focus) == 0x000005, "Wrong size on WBP_MainMenu_Loadout_ModCategoryButton_C_On_Focus"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ModCategoryButton_C_On_Focus, IsFocused) == 0x000000, "Member 'WBP_MainMenu_Loadout_ModCategoryButton_C_On_Focus::IsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ModCategoryButton_C_On_Focus, Temp_bool_Variable) == 0x000001, "Member 'WBP_MainMenu_Loadout_ModCategoryButton_C_On_Focus::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ModCategoryButton_C_On_Focus, Temp_byte_Variable) == 0x000002, "Member 'WBP_MainMenu_Loadout_ModCategoryButton_C_On_Focus::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ModCategoryButton_C_On_Focus, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_MainMenu_Loadout_ModCategoryButton_C_On_Focus::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ModCategoryButton_C_On_Focus, K2Node_Select_Default) == 0x000004, "Member 'WBP_MainMenu_Loadout_ModCategoryButton_C_On_Focus::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_Loadout_ModCategoryButton_C_OnFocusChanged \ +static_assert(alignof(WBP_MainMenu_Loadout_ModCategoryButton_C_OnFocusChanged) == 0x000008, "Wrong alignment on WBP_MainMenu_Loadout_ModCategoryButton_C_OnFocusChanged"); \ +static_assert(sizeof(WBP_MainMenu_Loadout_ModCategoryButton_C_OnFocusChanged) == 0x000028, "Wrong size on WBP_MainMenu_Loadout_ModCategoryButton_C_OnFocusChanged"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ModCategoryButton_C_OnFocusChanged, InIsFocused) == 0x000000, "Member 'WBP_MainMenu_Loadout_ModCategoryButton_C_OnFocusChanged::InIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ModCategoryButton_C_OnFocusChanged, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'WBP_MainMenu_Loadout_ModCategoryButton_C_OnFocusChanged::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ModCategoryButton_C_OnFocusChanged, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_MainMenu_Loadout_ModCategoryButton_C_OnFocusChanged::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ModCategoryButton_C_OnFocusChanged, CallFunc_SelectColor_ReturnValue) == 0x000018, "Member 'WBP_MainMenu_Loadout_ModCategoryButton_C_OnFocusChanged::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MainMenu_Loadout_ModCategoryButton_C \ +static_assert(alignof(UWBP_MainMenu_Loadout_ModCategoryButton_C) == 0x000008, "Wrong alignment on UWBP_MainMenu_Loadout_ModCategoryButton_C"); \ +static_assert(sizeof(UWBP_MainMenu_Loadout_ModCategoryButton_C) == 0x0003E8, "Wrong size on UWBP_MainMenu_Loadout_ModCategoryButton_C"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_ModCategoryButton_C, UberGraphFrame) == 0x000398, "Member 'UWBP_MainMenu_Loadout_ModCategoryButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_ModCategoryButton_C, HoverAnim) == 0x0003A0, "Member 'UWBP_MainMenu_Loadout_ModCategoryButton_C::HoverAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_ModCategoryButton_C, Border_Highlight) == 0x0003A8, "Member 'UWBP_MainMenu_Loadout_ModCategoryButton_C::Border_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_ModCategoryButton_C, Image) == 0x0003B0, "Member 'UWBP_MainMenu_Loadout_ModCategoryButton_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_ModCategoryButton_C, Image_1) == 0x0003B8, "Member 'UWBP_MainMenu_Loadout_ModCategoryButton_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_ModCategoryButton_C, Image_2) == 0x0003C0, "Member 'UWBP_MainMenu_Loadout_ModCategoryButton_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_ModCategoryButton_C, Image_511) == 0x0003C8, "Member 'UWBP_MainMenu_Loadout_ModCategoryButton_C::Image_511' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_ModCategoryButton_C, ItemIcon) == 0x0003D0, "Member 'UWBP_MainMenu_Loadout_ModCategoryButton_C::ItemIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_ModCategoryButton_C, Level_T) == 0x0003D8, "Member 'UWBP_MainMenu_Loadout_ModCategoryButton_C::Level_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_ModCategoryButton_C, Name_T) == 0x0003E0, "Member 'UWBP_MainMenu_Loadout_ModCategoryButton_C::Name_T' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget \ +static_assert(alignof(WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget) == 0x000008, "Wrong alignment on WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget"); \ +static_assert(sizeof(WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget) == 0x000140, "Wrong size on WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget, EntryPoint) == 0x000000, "Member 'WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget, Temp_bool_Variable) == 0x000004, "Member 'WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget, Temp_text_Variable) == 0x000008, "Member 'WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget, CallFunc_Conv_IntToText_ReturnValue) == 0x000020, "Member 'WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000038, "Member 'WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget, CallFunc_Conv_IntToText_ReturnValue_2) == 0x000090, "Member 'WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget::CallFunc_Conv_IntToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget, K2Node_MakeArray_Array) == 0x0000E8, "Member 'WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget, CallFunc_Format_ReturnValue) == 0x0000F8, "Member 'WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000110, "Member 'WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget, CallFunc_SelectColor_ReturnValue) == 0x000114, "Member 'WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget, CallFunc_Less_IntInt_ReturnValue) == 0x000124, "Member 'WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget, K2Node_Select_Default) == 0x000128, "Member 'WBP_UI_WeaponProgressionWidget_C_ExecuteUbergraph_WBP_UI_WeaponProgressionWidget::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_WeaponProgressionWidget_C \ +static_assert(alignof(UWBP_UI_WeaponProgressionWidget_C) == 0x000008, "Wrong alignment on UWBP_UI_WeaponProgressionWidget_C"); \ +static_assert(sizeof(UWBP_UI_WeaponProgressionWidget_C) == 0x000388, "Wrong size on UWBP_UI_WeaponProgressionWidget_C"); \ +static_assert(offsetof(UWBP_UI_WeaponProgressionWidget_C, UberGraphFrame) == 0x000360, "Member 'UWBP_UI_WeaponProgressionWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponProgressionWidget_C, Overlay_WeaponProgression) == 0x000368, "Member 'UWBP_UI_WeaponProgressionWidget_C::Overlay_WeaponProgression' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponProgressionWidget_C, ProgressBar_LevelProgression) == 0x000370, "Member 'UWBP_UI_WeaponProgressionWidget_C::ProgressBar_LevelProgression' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponProgressionWidget_C, Text_WeaponExperience) == 0x000378, "Member 'UWBP_UI_WeaponProgressionWidget_C::Text_WeaponExperience' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponProgressionWidget_C, Text_WeaponLevel) == 0x000380, "Member 'UWBP_UI_WeaponProgressionWidget_C::Text_WeaponLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_Action_C_InitActionControlReference \ +static_assert(alignof(WBP_UI_Inventory_Action_C_InitActionControlReference) == 0x000008, "Wrong alignment on WBP_UI_Inventory_Action_C_InitActionControlReference"); \ +static_assert(sizeof(WBP_UI_Inventory_Action_C_InitActionControlReference) == 0x000078, "Wrong size on WBP_UI_Inventory_Action_C_InitActionControlReference"); \ +static_assert(offsetof(WBP_UI_Inventory_Action_C_InitActionControlReference, InActionControlReference) == 0x000000, "Member 'WBP_UI_Inventory_Action_C_InitActionControlReference::InActionControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_Action_C_InitActionControlReference, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'WBP_UI_Inventory_Action_C_InitActionControlReference::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_Action_C_InitActionControlReference, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'WBP_UI_Inventory_Action_C_InitActionControlReference::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_Action_C_InitActionControlReference, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'WBP_UI_Inventory_Action_C_InitActionControlReference::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_Action_C_InitActionControlReference, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'WBP_UI_Inventory_Action_C_InitActionControlReference::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_Action_C_InitActionControlReference, K2Node_MakeStruct_Margin) == 0x000048, "Member 'WBP_UI_Inventory_Action_C_InitActionControlReference::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_Action_C_InitActionControlReference, CallFunc_Create_ReturnValue) == 0x000058, "Member 'WBP_UI_Inventory_Action_C_InitActionControlReference::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_Action_C_InitActionControlReference, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000060, "Member 'WBP_UI_Inventory_Action_C_InitActionControlReference::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_Action_C_InitActionControlReference, Temp_int_Array_Index_Variable) == 0x000068, "Member 'WBP_UI_Inventory_Action_C_InitActionControlReference::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_Action_C_InitActionControlReference, CallFunc_Array_Get_Item) == 0x00006C, "Member 'WBP_UI_Inventory_Action_C_InitActionControlReference::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Inventory_Action_C \ +static_assert(alignof(UWBP_UI_Inventory_Action_C) == 0x000008, "Wrong alignment on UWBP_UI_Inventory_Action_C"); \ +static_assert(sizeof(UWBP_UI_Inventory_Action_C) == 0x0002D0, "Wrong size on UWBP_UI_Inventory_Action_C"); \ +static_assert(offsetof(UWBP_UI_Inventory_Action_C, HorizontalBox_ActionList) == 0x0002C0, "Member 'UWBP_UI_Inventory_Action_C::HorizontalBox_ActionList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_Action_C, Text_ActionName) == 0x0002C8, "Member 'UWBP_UI_Inventory_Action_C::Text_ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HW12DEV_WeaponStats_Entry_Base_C_SetBaseCompare \ +static_assert(alignof(HW12DEV_WeaponStats_Entry_Base_C_SetBaseCompare) == 0x000004, "Wrong alignment on HW12DEV_WeaponStats_Entry_Base_C_SetBaseCompare"); \ +static_assert(sizeof(HW12DEV_WeaponStats_Entry_Base_C_SetBaseCompare) == 0x00000C, "Wrong size on HW12DEV_WeaponStats_Entry_Base_C_SetBaseCompare"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_Base_C_SetBaseCompare, Base) == 0x000000, "Member 'HW12DEV_WeaponStats_Entry_Base_C_SetBaseCompare::Base' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_Base_C_SetBaseCompare, Compare) == 0x000004, "Member 'HW12DEV_WeaponStats_Entry_Base_C_SetBaseCompare::Compare' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_Base_C_SetBaseCompare, HasCompare) == 0x000008, "Member 'HW12DEV_WeaponStats_Entry_Base_C_SetBaseCompare::HasCompare' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_Base_C_SetBaseCompare, FlipCompare) == 0x000009, "Member 'HW12DEV_WeaponStats_Entry_Base_C_SetBaseCompare::FlipCompare' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHW12DEV_WeaponStats_Entry_Base_C \ +static_assert(alignof(UHW12DEV_WeaponStats_Entry_Base_C) == 0x000008, "Wrong alignment on UHW12DEV_WeaponStats_Entry_Base_C"); \ +static_assert(sizeof(UHW12DEV_WeaponStats_Entry_Base_C) == 0x0002A8, "Wrong size on UHW12DEV_WeaponStats_Entry_Base_C"); \ +static_assert(offsetof(UHW12DEV_WeaponStats_Entry_Base_C, WeaponStatLabel) == 0x000290, "Member 'UHW12DEV_WeaponStats_Entry_Base_C::WeaponStatLabel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ArmorChunk_StatLine_C_ExecuteUbergraph_WBP_ArmorChunk_StatLine \ +static_assert(alignof(WBP_ArmorChunk_StatLine_C_ExecuteUbergraph_WBP_ArmorChunk_StatLine) == 0x000004, "Wrong alignment on WBP_ArmorChunk_StatLine_C_ExecuteUbergraph_WBP_ArmorChunk_StatLine"); \ +static_assert(sizeof(WBP_ArmorChunk_StatLine_C_ExecuteUbergraph_WBP_ArmorChunk_StatLine) == 0x000008, "Wrong size on WBP_ArmorChunk_StatLine_C_ExecuteUbergraph_WBP_ArmorChunk_StatLine"); \ +static_assert(offsetof(WBP_ArmorChunk_StatLine_C_ExecuteUbergraph_WBP_ArmorChunk_StatLine, EntryPoint) == 0x000000, "Member 'WBP_ArmorChunk_StatLine_C_ExecuteUbergraph_WBP_ArmorChunk_StatLine::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_StatLine_C_ExecuteUbergraph_WBP_ArmorChunk_StatLine, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_ArmorChunk_StatLine_C_ExecuteUbergraph_WBP_ArmorChunk_StatLine::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ArmorChunk_StatLine_C_PreConstruct \ +static_assert(alignof(WBP_ArmorChunk_StatLine_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ArmorChunk_StatLine_C_PreConstruct"); \ +static_assert(sizeof(WBP_ArmorChunk_StatLine_C_PreConstruct) == 0x000001, "Wrong size on WBP_ArmorChunk_StatLine_C_PreConstruct"); \ +static_assert(offsetof(WBP_ArmorChunk_StatLine_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ArmorChunk_StatLine_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ArmorChunk_StatLine_C_SetValue \ +static_assert(alignof(WBP_ArmorChunk_StatLine_C_SetValue) == 0x000008, "Wrong alignment on WBP_ArmorChunk_StatLine_C_SetValue"); \ +static_assert(sizeof(WBP_ArmorChunk_StatLine_C_SetValue) == 0x000020, "Wrong size on WBP_ArmorChunk_StatLine_C_SetValue"); \ +static_assert(offsetof(WBP_ArmorChunk_StatLine_C_SetValue, Value) == 0x000000, "Member 'WBP_ArmorChunk_StatLine_C_SetValue::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_StatLine_C_SetValue, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_ArmorChunk_StatLine_C_SetValue::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ArmorChunk_StatLine_C_SetPlateRegen \ +static_assert(alignof(WBP_ArmorChunk_StatLine_C_SetPlateRegen) == 0x000008, "Wrong alignment on WBP_ArmorChunk_StatLine_C_SetPlateRegen"); \ +static_assert(sizeof(WBP_ArmorChunk_StatLine_C_SetPlateRegen) == 0x000070, "Wrong size on WBP_ArmorChunk_StatLine_C_SetPlateRegen"); \ +static_assert(offsetof(WBP_ArmorChunk_StatLine_C_SetPlateRegen, PlateRegen) == 0x000000, "Member 'WBP_ArmorChunk_StatLine_C_SetPlateRegen::PlateRegen' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_StatLine_C_SetPlateRegen, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'WBP_ArmorChunk_StatLine_C_SetPlateRegen::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_StatLine_C_SetPlateRegen, K2Node_MakeArray_Array) == 0x000048, "Member 'WBP_ArmorChunk_StatLine_C_SetPlateRegen::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_StatLine_C_SetPlateRegen, CallFunc_Format_ReturnValue) == 0x000058, "Member 'WBP_ArmorChunk_StatLine_C_SetPlateRegen::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ArmorChunk_StatLine_C_SetAmmoCapacity \ +static_assert(alignof(WBP_ArmorChunk_StatLine_C_SetAmmoCapacity) == 0x000008, "Wrong alignment on WBP_ArmorChunk_StatLine_C_SetAmmoCapacity"); \ +static_assert(sizeof(WBP_ArmorChunk_StatLine_C_SetAmmoCapacity) == 0x000090, "Wrong size on WBP_ArmorChunk_StatLine_C_SetAmmoCapacity"); \ +static_assert(offsetof(WBP_ArmorChunk_StatLine_C_SetAmmoCapacity, AmmoCap) == 0x000000, "Member 'WBP_ArmorChunk_StatLine_C_SetAmmoCapacity::AmmoCap' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_StatLine_C_SetAmmoCapacity, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000004, "Member 'WBP_ArmorChunk_StatLine_C_SetAmmoCapacity::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_StatLine_C_SetAmmoCapacity, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000008, "Member 'WBP_ArmorChunk_StatLine_C_SetAmmoCapacity::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_StatLine_C_SetAmmoCapacity, CallFunc_Conv_FloatToText_ReturnValue) == 0x000010, "Member 'WBP_ArmorChunk_StatLine_C_SetAmmoCapacity::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_StatLine_C_SetAmmoCapacity, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'WBP_ArmorChunk_StatLine_C_SetAmmoCapacity::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_StatLine_C_SetAmmoCapacity, K2Node_MakeArray_Array) == 0x000068, "Member 'WBP_ArmorChunk_StatLine_C_SetAmmoCapacity::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_StatLine_C_SetAmmoCapacity, CallFunc_Format_ReturnValue) == 0x000078, "Member 'WBP_ArmorChunk_StatLine_C_SetAmmoCapacity::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ArmorChunk_StatLine_C_SetSpeedPenalty \ +static_assert(alignof(WBP_ArmorChunk_StatLine_C_SetSpeedPenalty) == 0x000008, "Wrong alignment on WBP_ArmorChunk_StatLine_C_SetSpeedPenalty"); \ +static_assert(sizeof(WBP_ArmorChunk_StatLine_C_SetSpeedPenalty) == 0x000080, "Wrong size on WBP_ArmorChunk_StatLine_C_SetSpeedPenalty"); \ +static_assert(offsetof(WBP_ArmorChunk_StatLine_C_SetSpeedPenalty, SpeedPenalty) == 0x000000, "Member 'WBP_ArmorChunk_StatLine_C_SetSpeedPenalty::SpeedPenalty' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_StatLine_C_SetSpeedPenalty, Temp_byte_Variable) == 0x000001, "Member 'WBP_ArmorChunk_StatLine_C_SetSpeedPenalty::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_StatLine_C_SetSpeedPenalty, Temp_text_Variable) == 0x000008, "Member 'WBP_ArmorChunk_StatLine_C_SetSpeedPenalty::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_StatLine_C_SetSpeedPenalty, Temp_text_Variable_1) == 0x000020, "Member 'WBP_ArmorChunk_StatLine_C_SetSpeedPenalty::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_StatLine_C_SetSpeedPenalty, Temp_text_Variable_2) == 0x000038, "Member 'WBP_ArmorChunk_StatLine_C_SetSpeedPenalty::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_StatLine_C_SetSpeedPenalty, Temp_text_Variable_3) == 0x000050, "Member 'WBP_ArmorChunk_StatLine_C_SetSpeedPenalty::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_StatLine_C_SetSpeedPenalty, K2Node_Select_Default) == 0x000068, "Member 'WBP_ArmorChunk_StatLine_C_SetSpeedPenalty::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ArmorChunk_StatLine_C \ +static_assert(alignof(UWBP_ArmorChunk_StatLine_C) == 0x000008, "Wrong alignment on UWBP_ArmorChunk_StatLine_C"); \ +static_assert(sizeof(UWBP_ArmorChunk_StatLine_C) == 0x0002C0, "Wrong size on UWBP_ArmorChunk_StatLine_C"); \ +static_assert(offsetof(UWBP_ArmorChunk_StatLine_C, UberGraphFrame) == 0x000290, "Member 'UWBP_ArmorChunk_StatLine_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_StatLine_C, StatName_T) == 0x000298, "Member 'UWBP_ArmorChunk_StatLine_C::StatName_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_StatLine_C, StatValue_T) == 0x0002A0, "Member 'UWBP_ArmorChunk_StatLine_C::StatValue_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_StatLine_C, StatName) == 0x0002A8, "Member 'UWBP_ArmorChunk_StatLine_C::StatName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot \ +static_assert(alignof(WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot) == 0x000008, "Wrong alignment on WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot"); \ +static_assert(sizeof(WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot) == 0x000040, "Wrong size on WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot, EntryPoint) == 0x000000, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot, Temp_bool_Variable) == 0x000004, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot, Temp_byte_Variable) == 0x000005, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot, Temp_int_Variable) == 0x000008, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot, Temp_object_Variable) == 0x000010, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot, Temp_object_Variable_1) == 0x000018, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot, Temp_object_Variable_2) == 0x000020, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot, Temp_object_Variable_3) == 0x000028, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot, K2Node_Event_IsDesignTime) == 0x000030, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot, K2Node_Select_Default) == 0x000031, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot, K2Node_Select_Default_1) == 0x000038, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_ExecuteUbergraph_WBP_ArmorChunk_EquippedDisplay_Slot::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ArmorChunk_EquippedDisplay_Slot_C_PreConstruct \ +static_assert(alignof(WBP_ArmorChunk_EquippedDisplay_Slot_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ArmorChunk_EquippedDisplay_Slot_C_PreConstruct"); \ +static_assert(sizeof(WBP_ArmorChunk_EquippedDisplay_Slot_C_PreConstruct) == 0x000001, "Wrong size on WBP_ArmorChunk_EquippedDisplay_Slot_C_PreConstruct"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType \ +static_assert(alignof(WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType) == 0x000008, "Wrong alignment on WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType"); \ +static_assert(sizeof(WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType) == 0x000138, "Wrong size on WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType, Type) == 0x000000, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType::Type' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType, Temp_object_Variable) == 0x000008, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType, Temp_object_Variable_1) == 0x000010, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType, Temp_byte_Variable) == 0x000018, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType, Temp_text_Variable) == 0x000020, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType, Temp_text_Variable_1) == 0x000038, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType, Temp_text_Variable_2) == 0x000050, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType, Temp_object_Variable_2) == 0x000068, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType, Temp_byte_Variable_1) == 0x000070, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType, CallFunc_Get_ReturnValue) == 0x000078, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType, CallFunc_GetChunkData_ReturnValue) == 0x000080, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType::CallFunc_GetChunkData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType, CallFunc_Abs_ReturnValue) == 0x0000D4, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType, CallFunc_AsPercent_Float_ReturnValue) == 0x0000D8, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType::CallFunc_AsPercent_Float_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType, K2Node_Select_Default) == 0x0000F0, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType, K2Node_MakeStruct_SlateColor) == 0x0000F8, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType, K2Node_Select_Default_1) == 0x000120, "Member 'WBP_ArmorChunk_EquippedDisplay_Slot_C_SetSlotType::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ArmorChunk_EquippedDisplay_Slot_C \ +static_assert(alignof(UWBP_ArmorChunk_EquippedDisplay_Slot_C) == 0x000008, "Wrong alignment on UWBP_ArmorChunk_EquippedDisplay_Slot_C"); \ +static_assert(sizeof(UWBP_ArmorChunk_EquippedDisplay_Slot_C) == 0x0002D8, "Wrong size on UWBP_ArmorChunk_EquippedDisplay_Slot_C"); \ +static_assert(offsetof(UWBP_ArmorChunk_EquippedDisplay_Slot_C, UberGraphFrame) == 0x000290, "Member 'UWBP_ArmorChunk_EquippedDisplay_Slot_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_EquippedDisplay_Slot_C, ChunkType_I) == 0x000298, "Member 'UWBP_ArmorChunk_EquippedDisplay_Slot_C::ChunkType_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_EquippedDisplay_Slot_C, ChunkType_T) == 0x0002A0, "Member 'UWBP_ArmorChunk_EquippedDisplay_Slot_C::ChunkType_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_EquippedDisplay_Slot_C, Divider_I) == 0x0002A8, "Member 'UWBP_ArmorChunk_EquippedDisplay_Slot_C::Divider_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_EquippedDisplay_Slot_C, DrPercent_T) == 0x0002B0, "Member 'UWBP_ArmorChunk_EquippedDisplay_Slot_C::DrPercent_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_EquippedDisplay_Slot_C, Image_66) == 0x0002B8, "Member 'UWBP_ArmorChunk_EquippedDisplay_Slot_C::Image_66' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_EquippedDisplay_Slot_C, Slot_I) == 0x0002C0, "Member 'UWBP_ArmorChunk_EquippedDisplay_Slot_C::Slot_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_EquippedDisplay_Slot_C, TypeBar_I) == 0x0002C8, "Member 'UWBP_ArmorChunk_EquippedDisplay_Slot_C::TypeBar_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_EquippedDisplay_Slot_C, bHasDivider) == 0x0002D0, "Member 'UWBP_ArmorChunk_EquippedDisplay_Slot_C::bHasDivider' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_EquippedDisplay_Slot_C, SlotNum) == 0x0002D4, "Member 'UWBP_ArmorChunk_EquippedDisplay_Slot_C::SlotNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HW12DEV_WeaponStats_Entry_TwoTextHeader_C_ExecuteUbergraph_HW12DEV_WeaponStats_Entry_TwoTextHeader \ +static_assert(alignof(HW12DEV_WeaponStats_Entry_TwoTextHeader_C_ExecuteUbergraph_HW12DEV_WeaponStats_Entry_TwoTextHeader) == 0x000004, "Wrong alignment on HW12DEV_WeaponStats_Entry_TwoTextHeader_C_ExecuteUbergraph_HW12DEV_WeaponStats_Entry_TwoTextHeader"); \ +static_assert(sizeof(HW12DEV_WeaponStats_Entry_TwoTextHeader_C_ExecuteUbergraph_HW12DEV_WeaponStats_Entry_TwoTextHeader) == 0x000008, "Wrong size on HW12DEV_WeaponStats_Entry_TwoTextHeader_C_ExecuteUbergraph_HW12DEV_WeaponStats_Entry_TwoTextHeader"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoTextHeader_C_ExecuteUbergraph_HW12DEV_WeaponStats_Entry_TwoTextHeader, EntryPoint) == 0x000000, "Member 'HW12DEV_WeaponStats_Entry_TwoTextHeader_C_ExecuteUbergraph_HW12DEV_WeaponStats_Entry_TwoTextHeader::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoTextHeader_C_ExecuteUbergraph_HW12DEV_WeaponStats_Entry_TwoTextHeader, K2Node_Event_IsDesignTime) == 0x000004, "Member 'HW12DEV_WeaponStats_Entry_TwoTextHeader_C_ExecuteUbergraph_HW12DEV_WeaponStats_Entry_TwoTextHeader::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HW12DEV_WeaponStats_Entry_TwoTextHeader_C_PreConstruct \ +static_assert(alignof(HW12DEV_WeaponStats_Entry_TwoTextHeader_C_PreConstruct) == 0x000001, "Wrong alignment on HW12DEV_WeaponStats_Entry_TwoTextHeader_C_PreConstruct"); \ +static_assert(sizeof(HW12DEV_WeaponStats_Entry_TwoTextHeader_C_PreConstruct) == 0x000001, "Wrong size on HW12DEV_WeaponStats_Entry_TwoTextHeader_C_PreConstruct"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoTextHeader_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'HW12DEV_WeaponStats_Entry_TwoTextHeader_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HW12DEV_WeaponStats_Entry_TwoTextHeader_C_SetBaseCompare \ +static_assert(alignof(HW12DEV_WeaponStats_Entry_TwoTextHeader_C_SetBaseCompare) == 0x000004, "Wrong alignment on HW12DEV_WeaponStats_Entry_TwoTextHeader_C_SetBaseCompare"); \ +static_assert(sizeof(HW12DEV_WeaponStats_Entry_TwoTextHeader_C_SetBaseCompare) == 0x00000C, "Wrong size on HW12DEV_WeaponStats_Entry_TwoTextHeader_C_SetBaseCompare"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoTextHeader_C_SetBaseCompare, Base) == 0x000000, "Member 'HW12DEV_WeaponStats_Entry_TwoTextHeader_C_SetBaseCompare::Base' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoTextHeader_C_SetBaseCompare, Compare) == 0x000004, "Member 'HW12DEV_WeaponStats_Entry_TwoTextHeader_C_SetBaseCompare::Compare' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoTextHeader_C_SetBaseCompare, HasCompare) == 0x000008, "Member 'HW12DEV_WeaponStats_Entry_TwoTextHeader_C_SetBaseCompare::HasCompare' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoTextHeader_C_SetBaseCompare, FlipCompare) == 0x000009, "Member 'HW12DEV_WeaponStats_Entry_TwoTextHeader_C_SetBaseCompare::FlipCompare' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHW12DEV_WeaponStats_Entry_TwoTextHeader_C \ +static_assert(alignof(UHW12DEV_WeaponStats_Entry_TwoTextHeader_C) == 0x000008, "Wrong alignment on UHW12DEV_WeaponStats_Entry_TwoTextHeader_C"); \ +static_assert(sizeof(UHW12DEV_WeaponStats_Entry_TwoTextHeader_C) == 0x000320, "Wrong size on UHW12DEV_WeaponStats_Entry_TwoTextHeader_C"); \ +static_assert(offsetof(UHW12DEV_WeaponStats_Entry_TwoTextHeader_C, UberGraphFrame) == 0x0002A8, "Member 'UHW12DEV_WeaponStats_Entry_TwoTextHeader_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UHW12DEV_WeaponStats_Entry_TwoTextHeader_C, Value1SBZText) == 0x0002B0, "Member 'UHW12DEV_WeaponStats_Entry_TwoTextHeader_C::Value1SBZText' has a wrong offset!"); \ +static_assert(offsetof(UHW12DEV_WeaponStats_Entry_TwoTextHeader_C, Value2SBZText) == 0x0002B8, "Member 'UHW12DEV_WeaponStats_Entry_TwoTextHeader_C::Value2SBZText' has a wrong offset!"); \ +static_assert(offsetof(UHW12DEV_WeaponStats_Entry_TwoTextHeader_C, DowngradeColour) == 0x0002C0, "Member 'UHW12DEV_WeaponStats_Entry_TwoTextHeader_C::DowngradeColour' has a wrong offset!"); \ +static_assert(offsetof(UHW12DEV_WeaponStats_Entry_TwoTextHeader_C, UpgradeColour) == 0x0002D0, "Member 'UHW12DEV_WeaponStats_Entry_TwoTextHeader_C::UpgradeColour' has a wrong offset!"); \ +static_assert(offsetof(UHW12DEV_WeaponStats_Entry_TwoTextHeader_C, DefaultColour) == 0x0002E0, "Member 'UHW12DEV_WeaponStats_Entry_TwoTextHeader_C::DefaultColour' has a wrong offset!"); \ +static_assert(offsetof(UHW12DEV_WeaponStats_Entry_TwoTextHeader_C, Header1) == 0x0002F0, "Member 'UHW12DEV_WeaponStats_Entry_TwoTextHeader_C::Header1' has a wrong offset!"); \ +static_assert(offsetof(UHW12DEV_WeaponStats_Entry_TwoTextHeader_C, Header2) == 0x000308, "Member 'UHW12DEV_WeaponStats_Entry_TwoTextHeader_C::Header2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LA_Crew_Lean_R_C \ +static_assert(alignof(ABP_LA_Crew_Lean_R_C) == 0x000008, "Wrong alignment on ABP_LA_Crew_Lean_R_C"); \ +static_assert(sizeof(ABP_LA_Crew_Lean_R_C) == 0x0002C0, "Wrong size on ABP_LA_Crew_Lean_R_C"); \ +static_assert(offsetof(ABP_LA_Crew_Lean_R_C, SBZLifeActionSlot) == 0x0002A8, "Member 'ABP_LA_Crew_Lean_R_C::SBZLifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Crew_Lean_R_C, SBZLifeActionInstance) == 0x0002B0, "Member 'ABP_LA_Crew_Lean_R_C::SBZLifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Crew_Lean_R_C, SBZLifeAction) == 0x0002B8, "Member 'ABP_LA_Crew_Lean_R_C::SBZLifeAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADefaultHeistHUD_C \ +static_assert(alignof(ADefaultHeistHUD_C) == 0x000008, "Wrong alignment on ADefaultHeistHUD_C"); \ +static_assert(sizeof(ADefaultHeistHUD_C) == 0x0003A0, "Wrong size on ADefaultHeistHUD_C"); \ +static_assert(offsetof(ADefaultHeistHUD_C, DefaultSceneRoot) == 0x000398, "Member 'ADefaultHeistHUD_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HW12DEV_WeaponStats_Entry_TwoText_C_ExecuteUbergraph_HW12DEV_WeaponStats_Entry_TwoText \ +static_assert(alignof(HW12DEV_WeaponStats_Entry_TwoText_C_ExecuteUbergraph_HW12DEV_WeaponStats_Entry_TwoText) == 0x000004, "Wrong alignment on HW12DEV_WeaponStats_Entry_TwoText_C_ExecuteUbergraph_HW12DEV_WeaponStats_Entry_TwoText"); \ +static_assert(sizeof(HW12DEV_WeaponStats_Entry_TwoText_C_ExecuteUbergraph_HW12DEV_WeaponStats_Entry_TwoText) == 0x000008, "Wrong size on HW12DEV_WeaponStats_Entry_TwoText_C_ExecuteUbergraph_HW12DEV_WeaponStats_Entry_TwoText"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_ExecuteUbergraph_HW12DEV_WeaponStats_Entry_TwoText, EntryPoint) == 0x000000, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_ExecuteUbergraph_HW12DEV_WeaponStats_Entry_TwoText::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_ExecuteUbergraph_HW12DEV_WeaponStats_Entry_TwoText, K2Node_Event_IsDesignTime) == 0x000004, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_ExecuteUbergraph_HW12DEV_WeaponStats_Entry_TwoText::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HW12DEV_WeaponStats_Entry_TwoText_C_PreConstruct \ +static_assert(alignof(HW12DEV_WeaponStats_Entry_TwoText_C_PreConstruct) == 0x000001, "Wrong alignment on HW12DEV_WeaponStats_Entry_TwoText_C_PreConstruct"); \ +static_assert(sizeof(HW12DEV_WeaponStats_Entry_TwoText_C_PreConstruct) == 0x000001, "Wrong size on HW12DEV_WeaponStats_Entry_TwoText_C_PreConstruct"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompare \ +static_assert(alignof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompare) == 0x000008, "Wrong alignment on HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompare"); \ +static_assert(sizeof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompare) == 0x000030, "Wrong size on HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompare"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompare, Base) == 0x000000, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompare::Base' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompare, Compare) == 0x000004, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompare::Compare' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompare, HasCompare) == 0x000008, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompare::HasCompare' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompare, FlipCompare) == 0x000009, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompare::FlipCompare' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompare, K2Node_MakeArray_Array) == 0x000010, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompare::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompare, K2Node_MakeArray_Array_1) == 0x000020, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompare::K2Node_MakeArray_Array_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray \ +static_assert(alignof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray) == 0x000008, "Wrong alignment on HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray"); \ +static_assert(sizeof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray) == 0x000130, "Wrong size on HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray, Base) == 0x000000, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray::Base' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray, Compare) == 0x000010, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray::Compare' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray, HasCompare) == 0x000020, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray::HasCompare' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray, FlipCompare) == 0x000021, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray::FlipCompare' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray, CallFunc_GetMinMaxOfFloatArray_Min) == 0x000024, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray::CallFunc_GetMinMaxOfFloatArray_Min' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray, CallFunc_GetMinMaxOfFloatArray_Max) == 0x000028, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray::CallFunc_GetMinMaxOfFloatArray_Max' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray, CallFunc_FormatMinMaxOfFloatArray_Text) == 0x000030, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray::CallFunc_FormatMinMaxOfFloatArray_Text' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray, CallFunc_GetMinMaxOfFloatArray_Min_1) == 0x000048, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray::CallFunc_GetMinMaxOfFloatArray_Min_1' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray, CallFunc_GetMinMaxOfFloatArray_Max_1) == 0x00004C, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray::CallFunc_GetMinMaxOfFloatArray_Max_1' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray, CallFunc_FormatMinMaxOfFloatArray_Text_1) == 0x000050, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray::CallFunc_FormatMinMaxOfFloatArray_Text_1' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray, CallFunc_DetermineDowngradeUpgradeColour_Colour) == 0x000068, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray::CallFunc_DetermineDowngradeUpgradeColour_Colour' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray, CallFunc_DetermineDowngradeUpgradeColour_Colour_1) == 0x000078, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray::CallFunc_DetermineDowngradeUpgradeColour_Colour_1' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray, K2Node_MakeStruct_SlateColor) == 0x000088, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray, K2Node_MakeStruct_SlateColor_1) == 0x0000B0, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray, CallFunc_FormatMinMaxOfFloatArray_Text_2) == 0x0000D8, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray::CallFunc_FormatMinMaxOfFloatArray_Text_2' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray, K2Node_MakeStruct_SlateColor_2) == 0x0000F0, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray, Temp_bool_Variable) == 0x000118, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray, Temp_bool_Variable_1) == 0x000119, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray, K2Node_Select_Default) == 0x000120, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray, K2Node_Select_Default_1) == 0x000128, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetBaseCompareArray::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HW12DEV_WeaponStats_Entry_TwoText_C_GetMinMaxOfFloatArray \ +static_assert(alignof(HW12DEV_WeaponStats_Entry_TwoText_C_GetMinMaxOfFloatArray) == 0x000008, "Wrong alignment on HW12DEV_WeaponStats_Entry_TwoText_C_GetMinMaxOfFloatArray"); \ +static_assert(sizeof(HW12DEV_WeaponStats_Entry_TwoText_C_GetMinMaxOfFloatArray) == 0x000028, "Wrong size on HW12DEV_WeaponStats_Entry_TwoText_C_GetMinMaxOfFloatArray"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_GetMinMaxOfFloatArray, Array) == 0x000000, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_GetMinMaxOfFloatArray::Array' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_GetMinMaxOfFloatArray, Min) == 0x000010, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_GetMinMaxOfFloatArray::Min' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_GetMinMaxOfFloatArray, Max) == 0x000014, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_GetMinMaxOfFloatArray::Max' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_GetMinMaxOfFloatArray, CallFunc_MinOfFloatArray_IndexOfMinValue) == 0x000018, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_GetMinMaxOfFloatArray::CallFunc_MinOfFloatArray_IndexOfMinValue' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_GetMinMaxOfFloatArray, CallFunc_MinOfFloatArray_MinValue) == 0x00001C, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_GetMinMaxOfFloatArray::CallFunc_MinOfFloatArray_MinValue' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_GetMinMaxOfFloatArray, CallFunc_MaxOfFloatArray_IndexOfMaxValue) == 0x000020, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_GetMinMaxOfFloatArray::CallFunc_MaxOfFloatArray_IndexOfMaxValue' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_GetMinMaxOfFloatArray, CallFunc_MaxOfFloatArray_MaxValue) == 0x000024, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_GetMinMaxOfFloatArray::CallFunc_MaxOfFloatArray_MaxValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray \ +static_assert(alignof(HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray) == 0x000008, "Wrong alignment on HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray"); \ +static_assert(sizeof(HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray) == 0x000130, "Wrong size on HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray, Array) == 0x000000, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray::Array' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray, Text) == 0x000010, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray::Text' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray, CallFunc_Array_Get_Item) == 0x00002C, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000030, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray, CallFunc_Conv_FloatToText_ReturnValue) == 0x000038, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray, CallFunc_GetMinMaxOfFloatArray_Min) == 0x000050, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray::CallFunc_GetMinMaxOfFloatArray_Min' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray, CallFunc_GetMinMaxOfFloatArray_Max) == 0x000054, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray::CallFunc_GetMinMaxOfFloatArray_Max' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray, CallFunc_Conv_FloatToText_ReturnValue_1) == 0x000058, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray::CallFunc_Conv_FloatToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray, CallFunc_Conv_FloatToText_ReturnValue_2) == 0x000070, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray::CallFunc_Conv_FloatToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray, K2Node_MakeStruct_FormatArgumentData) == 0x000088, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C8, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray, K2Node_MakeArray_Array) == 0x000108, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray, CallFunc_Format_ReturnValue) == 0x000118, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_FormatMinMaxOfFloatArray::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HW12DEV_WeaponStats_Entry_TwoText_C_DetermineDowngradeUpgradeColour \ +static_assert(alignof(HW12DEV_WeaponStats_Entry_TwoText_C_DetermineDowngradeUpgradeColour) == 0x000004, "Wrong alignment on HW12DEV_WeaponStats_Entry_TwoText_C_DetermineDowngradeUpgradeColour"); \ +static_assert(sizeof(HW12DEV_WeaponStats_Entry_TwoText_C_DetermineDowngradeUpgradeColour) == 0x00001C, "Wrong size on HW12DEV_WeaponStats_Entry_TwoText_C_DetermineDowngradeUpgradeColour"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_DetermineDowngradeUpgradeColour, BaseVal) == 0x000000, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_DetermineDowngradeUpgradeColour::BaseVal' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_DetermineDowngradeUpgradeColour, CompareVal) == 0x000004, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_DetermineDowngradeUpgradeColour::CompareVal' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_DetermineDowngradeUpgradeColour, Colour) == 0x000008, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_DetermineDowngradeUpgradeColour::Colour' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_DetermineDowngradeUpgradeColour, CallFunc_Less_FloatFloat_ReturnValue) == 0x000018, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_DetermineDowngradeUpgradeColour::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_DetermineDowngradeUpgradeColour, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000019, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_DetermineDowngradeUpgradeColour::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HW12DEV_WeaponStats_Entry_TwoText_C_SetText \ +static_assert(alignof(HW12DEV_WeaponStats_Entry_TwoText_C_SetText) == 0x000008, "Wrong alignment on HW12DEV_WeaponStats_Entry_TwoText_C_SetText"); \ +static_assert(sizeof(HW12DEV_WeaponStats_Entry_TwoText_C_SetText) == 0x0000D0, "Wrong size on HW12DEV_WeaponStats_Entry_TwoText_C_SetText"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetText, Text) == 0x000000, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetText::Text' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetText, TextObject) == 0x000018, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetText::TextObject' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetText, IncludeSuffix) == 0x000020, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetText::IncludeSuffix' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetText, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetText, K2Node_MakeStruct_FormatArgumentData_1) == 0x000068, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetText, K2Node_MakeArray_Array) == 0x0000A8, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(HW12DEV_WeaponStats_Entry_TwoText_C_SetText, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'HW12DEV_WeaponStats_Entry_TwoText_C_SetText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHW12DEV_WeaponStats_Entry_TwoText_C \ +static_assert(alignof(UHW12DEV_WeaponStats_Entry_TwoText_C) == 0x000008, "Wrong alignment on UHW12DEV_WeaponStats_Entry_TwoText_C"); \ +static_assert(sizeof(UHW12DEV_WeaponStats_Entry_TwoText_C) == 0x000310, "Wrong size on UHW12DEV_WeaponStats_Entry_TwoText_C"); \ +static_assert(offsetof(UHW12DEV_WeaponStats_Entry_TwoText_C, UberGraphFrame) == 0x0002A8, "Member 'UHW12DEV_WeaponStats_Entry_TwoText_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UHW12DEV_WeaponStats_Entry_TwoText_C, Text_WeaponStat_Label_1) == 0x0002B0, "Member 'UHW12DEV_WeaponStats_Entry_TwoText_C::Text_WeaponStat_Label_1' has a wrong offset!"); \ +static_assert(offsetof(UHW12DEV_WeaponStats_Entry_TwoText_C, Value1Text) == 0x0002B8, "Member 'UHW12DEV_WeaponStats_Entry_TwoText_C::Value1Text' has a wrong offset!"); \ +static_assert(offsetof(UHW12DEV_WeaponStats_Entry_TwoText_C, Value2Text) == 0x0002C0, "Member 'UHW12DEV_WeaponStats_Entry_TwoText_C::Value2Text' has a wrong offset!"); \ +static_assert(offsetof(UHW12DEV_WeaponStats_Entry_TwoText_C, DowngradeColour) == 0x0002C8, "Member 'UHW12DEV_WeaponStats_Entry_TwoText_C::DowngradeColour' has a wrong offset!"); \ +static_assert(offsetof(UHW12DEV_WeaponStats_Entry_TwoText_C, UpgradeColour) == 0x0002D8, "Member 'UHW12DEV_WeaponStats_Entry_TwoText_C::UpgradeColour' has a wrong offset!"); \ +static_assert(offsetof(UHW12DEV_WeaponStats_Entry_TwoText_C, DefaultColour) == 0x0002E8, "Member 'UHW12DEV_WeaponStats_Entry_TwoText_C::DefaultColour' has a wrong offset!"); \ +static_assert(offsetof(UHW12DEV_WeaponStats_Entry_TwoText_C, TextSuffix) == 0x0002F8, "Member 'UHW12DEV_WeaponStats_Entry_TwoText_C::TextSuffix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus \ +static_assert(alignof(WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus) == 0x000008, "Wrong alignment on WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus"); \ +static_assert(sizeof(WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus) == 0x000138, "Wrong size on WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus"); \ +static_assert(offsetof(WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus, EntryPoint) == 0x000000, "Member 'WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000008, "Member 'WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus, K2Node_MakeStruct_SlateColor) == 0x000018, "Member 'WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus, K2Node_MakeStruct_SlateColor_1) == 0x000040, "Member 'WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus, Temp_object_Variable) == 0x000068, "Member 'WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus, K2Node_DynamicCast_AsPaper_Sprite) == 0x000070, "Member 'WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus, K2Node_Event_InAmmoInventory) == 0x00007C, "Member 'WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus::K2Node_Event_InAmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1) == 0x000080, "Member 'WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus, CallFunc_Conv_IntToText_ReturnValue) == 0x000090, "Member 'WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus, CallFunc_Greater_IntInt_ReturnValue) == 0x0000A8, "Member 'WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus, K2Node_Event_InIcon) == 0x0000B0, "Member 'WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus::K2Node_Event_InIcon' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x0000E0, "Member 'WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus, K2Node_CustomEvent_Loaded) == 0x0000E8, "Member 'WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus, K2Node_CreateDelegate_OutputDelegate) == 0x0000F0, "Member 'WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus, K2Node_Event_IsDesignTime) == 0x000104, "Member 'WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus, CallFunc_SelectFloat_ReturnValue) == 0x000108, "Member 'WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus, K2Node_MakeStruct_SlateColor_2) == 0x000110, "Member 'WBP_PartyMember_ThrowableStatus_C_ExecuteUbergraph_WBP_PartyMember_ThrowableStatus::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PartyMember_ThrowableStatus_C_PreConstruct \ +static_assert(alignof(WBP_PartyMember_ThrowableStatus_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_PartyMember_ThrowableStatus_C_PreConstruct"); \ +static_assert(sizeof(WBP_PartyMember_ThrowableStatus_C_PreConstruct) == 0x000001, "Wrong size on WBP_PartyMember_ThrowableStatus_C_PreConstruct"); \ +static_assert(offsetof(WBP_PartyMember_ThrowableStatus_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_PartyMember_ThrowableStatus_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PartyMember_ThrowableStatus_C_OnIconChanged \ +static_assert(alignof(WBP_PartyMember_ThrowableStatus_C_OnIconChanged) == 0x000008, "Wrong alignment on WBP_PartyMember_ThrowableStatus_C_OnIconChanged"); \ +static_assert(sizeof(WBP_PartyMember_ThrowableStatus_C_OnIconChanged) == 0x000030, "Wrong size on WBP_PartyMember_ThrowableStatus_C_OnIconChanged"); \ +static_assert(offsetof(WBP_PartyMember_ThrowableStatus_C_OnIconChanged, InIcon) == 0x000000, "Member 'WBP_PartyMember_ThrowableStatus_C_OnIconChanged::InIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PartyMember_ThrowableStatus_C_OnAmmoInventoryChanged \ +static_assert(alignof(WBP_PartyMember_ThrowableStatus_C_OnAmmoInventoryChanged) == 0x000004, "Wrong alignment on WBP_PartyMember_ThrowableStatus_C_OnAmmoInventoryChanged"); \ +static_assert(sizeof(WBP_PartyMember_ThrowableStatus_C_OnAmmoInventoryChanged) == 0x000004, "Wrong size on WBP_PartyMember_ThrowableStatus_C_OnAmmoInventoryChanged"); \ +static_assert(offsetof(WBP_PartyMember_ThrowableStatus_C_OnAmmoInventoryChanged, InAmmoInventory) == 0x000000, "Member 'WBP_PartyMember_ThrowableStatus_C_OnAmmoInventoryChanged::InAmmoInventory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PartyMember_ThrowableStatus_C_OnLoaded_BC3BA34548858F44694E15B4D6B41A9D \ +static_assert(alignof(WBP_PartyMember_ThrowableStatus_C_OnLoaded_BC3BA34548858F44694E15B4D6B41A9D) == 0x000008, "Wrong alignment on WBP_PartyMember_ThrowableStatus_C_OnLoaded_BC3BA34548858F44694E15B4D6B41A9D"); \ +static_assert(sizeof(WBP_PartyMember_ThrowableStatus_C_OnLoaded_BC3BA34548858F44694E15B4D6B41A9D) == 0x000008, "Wrong size on WBP_PartyMember_ThrowableStatus_C_OnLoaded_BC3BA34548858F44694E15B4D6B41A9D"); \ +static_assert(offsetof(WBP_PartyMember_ThrowableStatus_C_OnLoaded_BC3BA34548858F44694E15B4D6B41A9D, Loaded) == 0x000000, "Member 'WBP_PartyMember_ThrowableStatus_C_OnLoaded_BC3BA34548858F44694E15B4D6B41A9D::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PartyMember_ThrowableStatus_C \ +static_assert(alignof(UWBP_PartyMember_ThrowableStatus_C) == 0x000008, "Wrong alignment on UWBP_PartyMember_ThrowableStatus_C"); \ +static_assert(sizeof(UWBP_PartyMember_ThrowableStatus_C) == 0x000328, "Wrong size on UWBP_PartyMember_ThrowableStatus_C"); \ +static_assert(offsetof(UWBP_PartyMember_ThrowableStatus_C, UberGraphFrame) == 0x0002F0, "Member 'UWBP_PartyMember_ThrowableStatus_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ThrowableStatus_C, OnPickUpAnimation) == 0x0002F8, "Member 'UWBP_PartyMember_ThrowableStatus_C::OnPickUpAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ThrowableStatus_C, Background_I) == 0x000300, "Member 'UWBP_PartyMember_ThrowableStatus_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ThrowableStatus_C, Icon_I) == 0x000308, "Member 'UWBP_PartyMember_ThrowableStatus_C::Icon_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ThrowableStatus_C, Value_T) == 0x000310, "Member 'UWBP_PartyMember_ThrowableStatus_C::Value_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ThrowableStatus_C, DesignerToolIcon) == 0x000318, "Member 'UWBP_PartyMember_ThrowableStatus_C::DesignerToolIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ThrowableStatus_C, HasAmmoOpacity) == 0x000320, "Member 'UWBP_PartyMember_ThrowableStatus_C::HasAmmoOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ThrowableStatus_C, NoAmmoOpacity) == 0x000324, "Member 'UWBP_PartyMember_ThrowableStatus_C::NoAmmoOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ControlsReference_C_InitControlsReference \ +static_assert(alignof(WBP_UI_Inventory_ControlsReference_C_InitControlsReference) == 0x000008, "Wrong alignment on WBP_UI_Inventory_ControlsReference_C_InitControlsReference"); \ +static_assert(sizeof(WBP_UI_Inventory_ControlsReference_C_InitControlsReference) == 0x0000A0, "Wrong size on WBP_UI_Inventory_ControlsReference_C_InitControlsReference"); \ +static_assert(offsetof(WBP_UI_Inventory_ControlsReference_C_InitControlsReference, InControlsReference) == 0x000000, "Member 'WBP_UI_Inventory_ControlsReference_C_InitControlsReference::InControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ControlsReference_C_InitControlsReference, K2Node_MakeStruct_Margin) == 0x000028, "Member 'WBP_UI_Inventory_ControlsReference_C_InitControlsReference::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ControlsReference_C_InitControlsReference, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'WBP_UI_Inventory_ControlsReference_C_InitControlsReference::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ControlsReference_C_InitControlsReference, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'WBP_UI_Inventory_ControlsReference_C_InitControlsReference::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ControlsReference_C_InitControlsReference, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'WBP_UI_Inventory_ControlsReference_C_InitControlsReference::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ControlsReference_C_InitControlsReference, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'WBP_UI_Inventory_ControlsReference_C_InitControlsReference::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ControlsReference_C_InitControlsReference, CallFunc_Array_Length_ReturnValue_1) == 0x000048, "Member 'WBP_UI_Inventory_ControlsReference_C_InitControlsReference::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ControlsReference_C_InitControlsReference, Temp_int_Array_Index_Variable) == 0x00004C, "Member 'WBP_UI_Inventory_ControlsReference_C_InitControlsReference::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ControlsReference_C_InitControlsReference, CallFunc_Greater_IntInt_ReturnValue) == 0x000050, "Member 'WBP_UI_Inventory_ControlsReference_C_InitControlsReference::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ControlsReference_C_InitControlsReference, CallFunc_Array_Get_Item) == 0x000058, "Member 'WBP_UI_Inventory_ControlsReference_C_InitControlsReference::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ControlsReference_C_InitControlsReference, CallFunc_Create_ReturnValue) == 0x000090, "Member 'WBP_UI_Inventory_ControlsReference_C_InitControlsReference::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ControlsReference_C_InitControlsReference, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000098, "Member 'WBP_UI_Inventory_ControlsReference_C_InitControlsReference::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Inventory_ControlsReference_C \ +static_assert(alignof(UWBP_UI_Inventory_ControlsReference_C) == 0x000008, "Wrong alignment on UWBP_UI_Inventory_ControlsReference_C"); \ +static_assert(sizeof(UWBP_UI_Inventory_ControlsReference_C) == 0x0002A0, "Wrong size on UWBP_UI_Inventory_ControlsReference_C"); \ +static_assert(offsetof(UWBP_UI_Inventory_ControlsReference_C, VerticalBox_ControlList) == 0x000290, "Member 'UWBP_UI_Inventory_ControlsReference_C::VerticalBox_ControlList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ControlsReference_C, VerticalBox_Widget) == 0x000298, "Member 'UWBP_UI_Inventory_ControlsReference_C::VerticalBox_Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction \ +static_assert(alignof(BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction) == 0x000008, "Wrong alignment on BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction"); \ +static_assert(sizeof(BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction) == 0x000070, "Wrong size on BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction"); \ +static_assert(offsetof(BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction, EntryPoint) == 0x000000, "Member 'BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction, CallFunc_IsDedicatedServer_ReturnValue) == 0x000010, "Member 'BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction, CallFunc_BreakVector_X) == 0x000014, "Member 'BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction, CallFunc_BreakVector_Y) == 0x000018, "Member 'BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction, CallFunc_BreakVector_Z) == 0x00001C, "Member 'BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction, CallFunc_Add_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction, K2Node_ComponentBoundEvent_Type) == 0x000024, "Member 'BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction, K2Node_ComponentBoundEvent_HitContext) == 0x000028, "Member 'BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction, CallFunc_MakeVector_ReturnValue) == 0x000058, "Member 'BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000068, "Member 'BP_Binder_01_C_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_C_SmallDestruction::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Binder_01_C_SmallDestruction_C_BndEvt__BP_Binder_01_C_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BP_Binder_01_C_SmallDestruction_C_BndEvt__BP_Binder_01_C_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BP_Binder_01_C_SmallDestruction_C_BndEvt__BP_Binder_01_C_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Binder_01_C_SmallDestruction_C_BndEvt__BP_Binder_01_C_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BP_Binder_01_C_SmallDestruction_C_BndEvt__BP_Binder_01_C_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Binder_01_C_SmallDestruction_C_BndEvt__BP_Binder_01_C_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BP_Binder_01_C_SmallDestruction_C_BndEvt__BP_Binder_01_C_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_Binder_01_C_SmallDestruction_C_BndEvt__BP_Binder_01_C_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BP_Binder_01_C_SmallDestruction_C_BndEvt__BP_Binder_01_C_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Binder_01_C_SmallDestruction_C \ +static_assert(alignof(ABP_Binder_01_C_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_Binder_01_C_SmallDestruction_C"); \ +static_assert(sizeof(ABP_Binder_01_C_SmallDestruction_C) == 0x0002F0, "Wrong size on ABP_Binder_01_C_SmallDestruction_C"); \ +static_assert(offsetof(ABP_Binder_01_C_SmallDestruction_C, UberGraphFrame_BP_Binder_01_C_SmallDestruction_C) == 0x0002E0, "Member 'ABP_Binder_01_C_SmallDestruction_C::UberGraphFrame_BP_Binder_01_C_SmallDestruction_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Binder_01_C_SmallDestruction_C, SBZCosmeticDestruction) == 0x0002E8, "Member 'ABP_Binder_01_C_SmallDestruction_C::SBZCosmeticDestruction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ShieldChunkReplenishFeedback_C \ +static_assert(alignof(UBP_ShieldChunkReplenishFeedback_C) == 0x000008, "Wrong alignment on UBP_ShieldChunkReplenishFeedback_C"); \ +static_assert(sizeof(UBP_ShieldChunkReplenishFeedback_C) == 0x000308, "Wrong size on UBP_ShieldChunkReplenishFeedback_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_ItemDescription_C_SetInventoryItem \ +static_assert(alignof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem) == 0x000008, "Wrong alignment on WBP_UI_Inventory_ItemDescription_C_SetInventoryItem"); \ +static_assert(sizeof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem) == 0x0002B0, "Wrong size on WBP_UI_Inventory_ItemDescription_C_SetInventoryItem"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, InInventoryItem) == 0x000000, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::InInventoryItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, PartStatsString) == 0x000008, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::PartStatsString' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, PartStatData) == 0x000018, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::PartStatData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_GetObjectName_ReturnValue) == 0x000038, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_TextIsEmpty_ReturnValue) == 0x000048, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Conv_StringToText_ReturnValue) == 0x000050, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_TextIsEmpty_ReturnValue_1) == 0x000068, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_TextIsEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, K2Node_DynamicCast_AsSBZWeapon_Part_Data_Asset) == 0x000070, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::K2Node_DynamicCast_AsSBZWeapon_Part_Data_Asset' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, K2Node_DynamicCast_AsSBZArmor_Data) == 0x000080, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::K2Node_DynamicCast_AsSBZArmor_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Array_Get_Item) == 0x000090, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000098, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Conv_TextToString_ReturnValue) == 0x0000A0, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_TextIsEmpty_ReturnValue_2) == 0x0000B0, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_TextIsEmpty_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Concat_StrStr_ReturnValue) == 0x0000B8, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Not_PreBool_ReturnValue) == 0x0000C8, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000D0, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, K2Node_DynamicCast_AsSBZTool_Data) == 0x0000E0, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::K2Node_DynamicCast_AsSBZTool_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, K2Node_DynamicCast_bSuccess_2) == 0x0000E8, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_IsValid_ReturnValue) == 0x0000E9, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Array_Length_ReturnValue) == 0x0000EC, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Conv_FloatToString_ReturnValue) == 0x0000F0, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Greater_IntInt_ReturnValue) == 0x000100, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000108, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000118, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, Temp_int_Array_Index_Variable) == 0x000128, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_GetModificationsUIData_PartUIData) == 0x000130, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_GetModificationsUIData_PartUIData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, Temp_int_Loop_Counter_Variable) == 0x000150, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, Temp_int_Array_Index_Variable_1) == 0x000154, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Add_IntInt_ReturnValue) == 0x000158, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, K2Node_MakeStruct_SlateColor) == 0x000160, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_ShippingBuild_ReturnValue) == 0x000188, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_ShippingBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Array_Get_Item_1) == 0x000190, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001A8, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_BooleanAND_ReturnValue) == 0x0001A9, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0001B0, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Array_Length_ReturnValue_1) == 0x0001C0, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Array_Get_Item_2) == 0x0001C8, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Array_Length_ReturnValue_2) == 0x0001E0, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Less_IntInt_ReturnValue) == 0x0001E4, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0001E8, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, K2Node_MakeStruct_SlateColor_1) == 0x0001F8, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, Temp_int_Loop_Counter_Variable_1) == 0x000220, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000228, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Less_IntInt_ReturnValue_1) == 0x000240, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Add_IntInt_ReturnValue_1) == 0x000244, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000248, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000258, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000268, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000278, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000288, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000298, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, Temp_byte_Variable) == 0x0002A8, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, Temp_byte_Variable_1) == 0x0002A9, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, Temp_bool_Variable) == 0x0002AA, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_ItemDescription_C_SetInventoryItem, K2Node_Select_Default) == 0x0002AB, "Member 'WBP_UI_Inventory_ItemDescription_C_SetInventoryItem::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Inventory_ItemDescription_C \ +static_assert(alignof(UWBP_UI_Inventory_ItemDescription_C) == 0x000008, "Wrong alignment on UWBP_UI_Inventory_ItemDescription_C"); \ +static_assert(sizeof(UWBP_UI_Inventory_ItemDescription_C) == 0x0002F0, "Wrong size on UWBP_UI_Inventory_ItemDescription_C"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescription_C, Description_Hb) == 0x000290, "Member 'UWBP_UI_Inventory_ItemDescription_C::Description_Hb' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescription_C, Image) == 0x000298, "Member 'UWBP_UI_Inventory_ItemDescription_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescription_C, Image_85) == 0x0002A0, "Member 'UWBP_UI_Inventory_ItemDescription_C::Image_85' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescription_C, ItemDescription_T) == 0x0002A8, "Member 'UWBP_UI_Inventory_ItemDescription_C::ItemDescription_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescription_C, Line_Img) == 0x0002B0, "Member 'UWBP_UI_Inventory_ItemDescription_C::Line_Img' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescription_C, Overlay_Widget) == 0x0002B8, "Member 'UWBP_UI_Inventory_ItemDescription_C::Overlay_Widget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescription_C, ScaleBox_Typeclass) == 0x0002C0, "Member 'UWBP_UI_Inventory_ItemDescription_C::ScaleBox_Typeclass' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescription_C, Text_ItemName) == 0x0002C8, "Member 'UWBP_UI_Inventory_ItemDescription_C::Text_ItemName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescription_C, Text_TypeClass) == 0x0002D0, "Member 'UWBP_UI_Inventory_ItemDescription_C::Text_TypeClass' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescription_C, Widget_ControlsReference) == 0x0002D8, "Member 'UWBP_UI_Inventory_ItemDescription_C::Widget_ControlsReference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescription_C, Widget_Icon) == 0x0002E0, "Member 'UWBP_UI_Inventory_ItemDescription_C::Widget_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_ItemDescription_C, ParentWeapon_Data) == 0x0002E8, "Member 'UWBP_UI_Inventory_ItemDescription_C::ParentWeapon_Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter \ +static_assert(alignof(WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter) == 0x000008, "Wrong alignment on WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter"); \ +static_assert(sizeof(WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter) == 0x000060, "Wrong size on WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter, Temp_bool_Variable) == 0x000004, "Member 'WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter, Temp_byte_Variable) == 0x000005, "Member 'WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter, K2Node_Event_IsDesignTime) == 0x000007, "Member 'WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter, K2Node_Event_PlayersInVolumeOnLeft) == 0x000008, "Member 'WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter::K2Node_Event_PlayersInVolumeOnLeft' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter, K2Node_Event_TotalPlayers_2) == 0x00000C, "Member 'WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter::K2Node_Event_TotalPlayers_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter, K2Node_Event_PlayersInVolumeOnEntered) == 0x000010, "Member 'WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter::K2Node_Event_PlayersInVolumeOnEntered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter, K2Node_Event_TotalPlayers_1) == 0x000014, "Member 'WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter::K2Node_Event_TotalPlayers_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter, K2Node_Event_PlayersInVolumeOnChanged) == 0x000018, "Member 'WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter::K2Node_Event_PlayersInVolumeOnChanged' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter, K2Node_Event_TotalPlayers) == 0x00001C, "Member 'WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter::K2Node_Event_TotalPlayers' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter, CallFunc_PlayAnimationForward_ReturnValue) == 0x000028, "Member 'WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter, K2Node_Select_Default) == 0x000030, "Member 'WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000038, "Member 'WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter, K2Node_Event_NewTime) == 0x000040, "Member 'WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter::K2Node_Event_NewTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter, CallFunc_Conv_IntToText_ReturnValue) == 0x000048, "Member 'WBP_UI_Widget_EscapeCounter_C_ExecuteUbergraph_WBP_UI_Widget_EscapeCounter::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_EscapeCounter_C_OnEscapeTimerChanged \ +static_assert(alignof(WBP_UI_Widget_EscapeCounter_C_OnEscapeTimerChanged) == 0x000004, "Wrong alignment on WBP_UI_Widget_EscapeCounter_C_OnEscapeTimerChanged"); \ +static_assert(sizeof(WBP_UI_Widget_EscapeCounter_C_OnEscapeTimerChanged) == 0x000004, "Wrong size on WBP_UI_Widget_EscapeCounter_C_OnEscapeTimerChanged"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_OnEscapeTimerChanged, NewTime) == 0x000000, "Member 'WBP_UI_Widget_EscapeCounter_C_OnEscapeTimerChanged::NewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_EscapeCounter_C_OnPlayerCountChanged \ +static_assert(alignof(WBP_UI_Widget_EscapeCounter_C_OnPlayerCountChanged) == 0x000004, "Wrong alignment on WBP_UI_Widget_EscapeCounter_C_OnPlayerCountChanged"); \ +static_assert(sizeof(WBP_UI_Widget_EscapeCounter_C_OnPlayerCountChanged) == 0x000008, "Wrong size on WBP_UI_Widget_EscapeCounter_C_OnPlayerCountChanged"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_OnPlayerCountChanged, PlayersInVolumeOnChanged) == 0x000000, "Member 'WBP_UI_Widget_EscapeCounter_C_OnPlayerCountChanged::PlayersInVolumeOnChanged' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_OnPlayerCountChanged, TotalPlayers) == 0x000004, "Member 'WBP_UI_Widget_EscapeCounter_C_OnPlayerCountChanged::TotalPlayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_EscapeCounter_C_OnPlayersEnteredVolume \ +static_assert(alignof(WBP_UI_Widget_EscapeCounter_C_OnPlayersEnteredVolume) == 0x000004, "Wrong alignment on WBP_UI_Widget_EscapeCounter_C_OnPlayersEnteredVolume"); \ +static_assert(sizeof(WBP_UI_Widget_EscapeCounter_C_OnPlayersEnteredVolume) == 0x000008, "Wrong size on WBP_UI_Widget_EscapeCounter_C_OnPlayersEnteredVolume"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_OnPlayersEnteredVolume, PlayersInVolumeOnEntered) == 0x000000, "Member 'WBP_UI_Widget_EscapeCounter_C_OnPlayersEnteredVolume::PlayersInVolumeOnEntered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_OnPlayersEnteredVolume, TotalPlayers) == 0x000004, "Member 'WBP_UI_Widget_EscapeCounter_C_OnPlayersEnteredVolume::TotalPlayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_EscapeCounter_C_OnAllPlayersLeftVolume \ +static_assert(alignof(WBP_UI_Widget_EscapeCounter_C_OnAllPlayersLeftVolume) == 0x000004, "Wrong alignment on WBP_UI_Widget_EscapeCounter_C_OnAllPlayersLeftVolume"); \ +static_assert(sizeof(WBP_UI_Widget_EscapeCounter_C_OnAllPlayersLeftVolume) == 0x000008, "Wrong size on WBP_UI_Widget_EscapeCounter_C_OnAllPlayersLeftVolume"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_OnAllPlayersLeftVolume, PlayersInVolumeOnLeft) == 0x000000, "Member 'WBP_UI_Widget_EscapeCounter_C_OnAllPlayersLeftVolume::PlayersInVolumeOnLeft' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_OnAllPlayersLeftVolume, TotalPlayers) == 0x000004, "Member 'WBP_UI_Widget_EscapeCounter_C_OnAllPlayersLeftVolume::TotalPlayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_EscapeCounter_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_EscapeCounter_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_EscapeCounter_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_EscapeCounter_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_EscapeCounter_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_EscapeCounter_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_EscapeCounter_C_UpdateEscapeWidgetText \ +static_assert(alignof(WBP_UI_Widget_EscapeCounter_C_UpdateEscapeWidgetText) == 0x000008, "Wrong alignment on WBP_UI_Widget_EscapeCounter_C_UpdateEscapeWidgetText"); \ +static_assert(sizeof(WBP_UI_Widget_EscapeCounter_C_UpdateEscapeWidgetText) == 0x0000B0, "Wrong size on WBP_UI_Widget_EscapeCounter_C_UpdateEscapeWidgetText"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_UpdateEscapeWidgetText, InPlayersInVolume) == 0x000000, "Member 'WBP_UI_Widget_EscapeCounter_C_UpdateEscapeWidgetText::InPlayersInVolume' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_UpdateEscapeWidgetText, InTotalPlayers) == 0x000004, "Member 'WBP_UI_Widget_EscapeCounter_C_UpdateEscapeWidgetText::InTotalPlayers' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_UpdateEscapeWidgetText, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'WBP_UI_Widget_EscapeCounter_C_UpdateEscapeWidgetText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_UpdateEscapeWidgetText, K2Node_MakeStruct_FormatArgumentData_1) == 0x000048, "Member 'WBP_UI_Widget_EscapeCounter_C_UpdateEscapeWidgetText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_UpdateEscapeWidgetText, K2Node_MakeArray_Array) == 0x000088, "Member 'WBP_UI_Widget_EscapeCounter_C_UpdateEscapeWidgetText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_EscapeCounter_C_UpdateEscapeWidgetText, CallFunc_Format_ReturnValue) == 0x000098, "Member 'WBP_UI_Widget_EscapeCounter_C_UpdateEscapeWidgetText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_EscapeCounter_C \ +static_assert(alignof(UWBP_UI_Widget_EscapeCounter_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_EscapeCounter_C"); \ +static_assert(sizeof(UWBP_UI_Widget_EscapeCounter_C) == 0x0002E0, "Wrong size on UWBP_UI_Widget_EscapeCounter_C"); \ +static_assert(offsetof(UWBP_UI_Widget_EscapeCounter_C, UberGraphFrame) == 0x000298, "Member 'UWBP_UI_Widget_EscapeCounter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_EscapeCounter_C, FadeOutTimer) == 0x0002A0, "Member 'UWBP_UI_Widget_EscapeCounter_C::FadeOutTimer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_EscapeCounter_C, FadeInTimer) == 0x0002A8, "Member 'UWBP_UI_Widget_EscapeCounter_C::FadeInTimer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_EscapeCounter_C, FadeOut) == 0x0002B0, "Member 'UWBP_UI_Widget_EscapeCounter_C::FadeOut' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_EscapeCounter_C, FadeIn) == 0x0002B8, "Member 'UWBP_UI_Widget_EscapeCounter_C::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_EscapeCounter_C, HorizontalBox_5) == 0x0002C0, "Member 'UWBP_UI_Widget_EscapeCounter_C::HorizontalBox_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_EscapeCounter_C, Image_Background) == 0x0002C8, "Member 'UWBP_UI_Widget_EscapeCounter_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_EscapeCounter_C, Text_Count) == 0x0002D0, "Member 'UWBP_UI_Widget_EscapeCounter_C::Text_Count' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_EscapeCounter_C, Text_Time) == 0x0002D8, "Member 'UWBP_UI_Widget_EscapeCounter_C::Text_Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats \ +static_assert(alignof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats) == 0x000008, "Wrong alignment on WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats"); \ +static_assert(sizeof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats) == 0x000218, "Wrong size on WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, CallFunc_HasCompare_ReturnValue) == 0x000004, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::CallFunc_HasCompare_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, Temp_byte_Variable) == 0x000005, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, Temp_bool_Variable) == 0x000007, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, Temp_byte_Variable_2) == 0x000008, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, Temp_byte_Variable_3) == 0x000009, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, K2Node_Select_Default) == 0x00000A, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, CallFunc_MakeLiteralText_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000028, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, CallFunc_MakeLiteralText_ReturnValue_2) == 0x000040, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, CallFunc_MakeLiteralText_ReturnValue_3) == 0x000058, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::CallFunc_MakeLiteralText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, CallFunc_MakeLiteralText_ReturnValue_4) == 0x000070, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::CallFunc_MakeLiteralText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, K2Node_Select_Default_1) == 0x000088, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, CallFunc_HasCompare_ReturnValue_1) == 0x0000A0, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::CallFunc_HasCompare_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, CallFunc_GetStatValuesFromEquippableConfig_Damage) == 0x0000A8, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::CallFunc_GetStatValuesFromEquippableConfig_Damage' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, CallFunc_GetStatValuesFromEquippableConfig_Recoil) == 0x0000B8, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::CallFunc_GetStatValuesFromEquippableConfig_Recoil' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, CallFunc_GetStatValuesFromEquippableConfig_Stability) == 0x0000C8, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::CallFunc_GetStatValuesFromEquippableConfig_Stability' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, CallFunc_GetStatValuesFromEquippableConfig_Accuracy) == 0x0000D8, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::CallFunc_GetStatValuesFromEquippableConfig_Accuracy' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, CallFunc_GetStatValuesFromEquippableConfig_Handling) == 0x0000E8, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::CallFunc_GetStatValuesFromEquippableConfig_Handling' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, CallFunc_GetStatValuesFromEquippableConfig_FireRate) == 0x0000F8, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::CallFunc_GetStatValuesFromEquippableConfig_FireRate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, CallFunc_GetFirstNValuesFromArray_OutArray) == 0x000108, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::CallFunc_GetFirstNValuesFromArray_OutArray' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, CallFunc_GetStatValuesFromEquippableConfig_Damage_1) == 0x000118, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::CallFunc_GetStatValuesFromEquippableConfig_Damage_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, CallFunc_GetStatValuesFromEquippableConfig_Recoil_1) == 0x000128, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::CallFunc_GetStatValuesFromEquippableConfig_Recoil_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, CallFunc_GetStatValuesFromEquippableConfig_Stability_1) == 0x000138, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::CallFunc_GetStatValuesFromEquippableConfig_Stability_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, CallFunc_GetStatValuesFromEquippableConfig_Accuracy_1) == 0x000148, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::CallFunc_GetStatValuesFromEquippableConfig_Accuracy_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, CallFunc_GetStatValuesFromEquippableConfig_Handling_1) == 0x000158, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::CallFunc_GetStatValuesFromEquippableConfig_Handling_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, CallFunc_GetStatValuesFromEquippableConfig_FireRate_1) == 0x000168, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::CallFunc_GetStatValuesFromEquippableConfig_FireRate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, CallFunc_GetFirstNValuesFromArray_OutArray_1) == 0x000178, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::CallFunc_GetFirstNValuesFromArray_OutArray_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, CallFunc_MakeLiteralText_ReturnValue_5) == 0x000188, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::CallFunc_MakeLiteralText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, CallFunc_MakeLiteralText_ReturnValue_6) == 0x0001A0, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::CallFunc_MakeLiteralText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, CallFunc_MakeLiteralText_ReturnValue_7) == 0x0001B8, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::CallFunc_MakeLiteralText_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, CallFunc_MakeLiteralText_ReturnValue_8) == 0x0001D0, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::CallFunc_MakeLiteralText_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, CallFunc_MakeLiteralText_ReturnValue_9) == 0x0001E8, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::CallFunc_MakeLiteralText_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats, K2Node_Select_Default_2) == 0x000200, "Member 'WBP_UI_Widget_WeaponStats_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStats::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_WeaponStats_C_SetAmmoStat \ +static_assert(alignof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat) == 0x000008, "Wrong alignment on WBP_UI_Widget_WeaponStats_C_SetAmmoStat"); \ +static_assert(sizeof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat) == 0x000270, "Wrong size on WBP_UI_Widget_WeaponStats_C_SetAmmoStat"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, Temp_bool_Variable_1) == 0x000001, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, Temp_bool_Variable_2) == 0x000002, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, Temp_bool_Variable_3) == 0x000003, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, Temp_bool_Variable_4) == 0x000004, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, Temp_bool_Variable_5) == 0x000005, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, Temp_bool_Variable_6) == 0x000006, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, Temp_bool_Variable_7) == 0x000007, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, Temp_bool_Variable_8) == 0x000008, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::Temp_bool_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, Temp_bool_Variable_9) == 0x000009, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::Temp_bool_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, K2Node_Select_Default) == 0x00000C, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, CallFunc_Conv_IntToText_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, K2Node_Select_Default_1) == 0x000028, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000030, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, K2Node_Select_Default_2) == 0x000048, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, CallFunc_Conv_IntToText_ReturnValue_2) == 0x000050, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::CallFunc_Conv_IntToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, K2Node_Select_Default_3) == 0x000068, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, CallFunc_Conv_IntToText_ReturnValue_3) == 0x000070, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::CallFunc_Conv_IntToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, K2Node_Select_Default_4) == 0x000088, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00008C, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, K2Node_Select_Default_5) == 0x000090, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000094, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, K2Node_Select_Default_6) == 0x000098, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, K2Node_Select_Default_7) == 0x00009C, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::K2Node_Select_Default_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x0000A0, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, CallFunc_Conv_IntToText_ReturnValue_4) == 0x0000A8, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::CallFunc_Conv_IntToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, CallFunc_DetermineDowngradeUpgradeColour_Colour) == 0x0000C0, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::CallFunc_DetermineDowngradeUpgradeColour_Colour' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, K2Node_MakeStruct_SlateColor) == 0x0000D0, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, CallFunc_DetermineDowngradeUpgradeColour_Colour_1) == 0x0000F8, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::CallFunc_DetermineDowngradeUpgradeColour_Colour_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, K2Node_MakeStruct_SlateColor_1) == 0x000108, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, K2Node_Select_Default_8) == 0x000130, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::K2Node_Select_Default_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x000134, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, CallFunc_DetermineDowngradeUpgradeColour_Colour_2) == 0x000138, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::CallFunc_DetermineDowngradeUpgradeColour_Colour_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, CallFunc_DetermineDowngradeUpgradeColour_Colour_3) == 0x000148, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::CallFunc_DetermineDowngradeUpgradeColour_Colour_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, K2Node_MakeStruct_SlateColor_2) == 0x000158, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, K2Node_MakeStruct_SlateColor_3) == 0x000180, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::K2Node_MakeStruct_SlateColor_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, K2Node_Select_Default_9) == 0x0001A8, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::K2Node_Select_Default_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, CallFunc_Conv_IntToText_ReturnValue_5) == 0x0001B0, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::CallFunc_Conv_IntToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, CallFunc_HasCompare_ReturnValue) == 0x0001C8, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::CallFunc_HasCompare_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, K2Node_MakeStruct_SlateColor_4) == 0x0001D0, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::K2Node_MakeStruct_SlateColor_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, K2Node_MakeStruct_SlateColor_5) == 0x0001F8, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::K2Node_MakeStruct_SlateColor_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, K2Node_MakeStruct_SlateColor_6) == 0x000220, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::K2Node_MakeStruct_SlateColor_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetAmmoStat, K2Node_MakeStruct_SlateColor_7) == 0x000248, "Member 'WBP_UI_Widget_WeaponStats_C_SetAmmoStat::K2Node_MakeStruct_SlateColor_7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_WeaponStats_C_SetWeaponStat \ +static_assert(alignof(WBP_UI_Widget_WeaponStats_C_SetWeaponStat) == 0x000008, "Wrong alignment on WBP_UI_Widget_WeaponStats_C_SetWeaponStat"); \ +static_assert(sizeof(WBP_UI_Widget_WeaponStats_C_SetWeaponStat) == 0x000050, "Wrong size on WBP_UI_Widget_WeaponStats_C_SetWeaponStat"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetWeaponStat, ProgressBarA) == 0x000000, "Member 'WBP_UI_Widget_WeaponStats_C_SetWeaponStat::ProgressBarA' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetWeaponStat, ProgressBarB) == 0x000008, "Member 'WBP_UI_Widget_WeaponStats_C_SetWeaponStat::ProgressBarB' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetWeaponStat, BaseStat) == 0x000010, "Member 'WBP_UI_Widget_WeaponStats_C_SetWeaponStat::BaseStat' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetWeaponStat, CompareStat) == 0x000014, "Member 'WBP_UI_Widget_WeaponStats_C_SetWeaponStat::CompareStat' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetWeaponStat, Temp_bool_Variable) == 0x000018, "Member 'WBP_UI_Widget_WeaponStats_C_SetWeaponStat::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetWeaponStat, Temp_bool_Variable_1) == 0x000019, "Member 'WBP_UI_Widget_WeaponStats_C_SetWeaponStat::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetWeaponStat, Temp_bool_Variable_2) == 0x00001A, "Member 'WBP_UI_Widget_WeaponStats_C_SetWeaponStat::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetWeaponStat, Temp_bool_Variable_3) == 0x00001B, "Member 'WBP_UI_Widget_WeaponStats_C_SetWeaponStat::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetWeaponStat, Temp_bool_Variable_4) == 0x00001C, "Member 'WBP_UI_Widget_WeaponStats_C_SetWeaponStat::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetWeaponStat, K2Node_Select_Default) == 0x000020, "Member 'WBP_UI_Widget_WeaponStats_C_SetWeaponStat::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetWeaponStat, K2Node_Select_Default_1) == 0x000024, "Member 'WBP_UI_Widget_WeaponStats_C_SetWeaponStat::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetWeaponStat, Temp_bool_Variable_5) == 0x000028, "Member 'WBP_UI_Widget_WeaponStats_C_SetWeaponStat::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetWeaponStat, K2Node_Select_Default_2) == 0x00002C, "Member 'WBP_UI_Widget_WeaponStats_C_SetWeaponStat::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetWeaponStat, K2Node_Select_Default_3) == 0x000030, "Member 'WBP_UI_Widget_WeaponStats_C_SetWeaponStat::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetWeaponStat, Temp_bool_Variable_6) == 0x000034, "Member 'WBP_UI_Widget_WeaponStats_C_SetWeaponStat::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetWeaponStat, K2Node_Select_Default_4) == 0x000038, "Member 'WBP_UI_Widget_WeaponStats_C_SetWeaponStat::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetWeaponStat, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00003C, "Member 'WBP_UI_Widget_WeaponStats_C_SetWeaponStat::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetWeaponStat, K2Node_Select_Default_5) == 0x000040, "Member 'WBP_UI_Widget_WeaponStats_C_SetWeaponStat::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetWeaponStat, CallFunc_HasCompare_ReturnValue) == 0x000044, "Member 'WBP_UI_Widget_WeaponStats_C_SetWeaponStat::CallFunc_HasCompare_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_SetWeaponStat, K2Node_Select_Default_6) == 0x000048, "Member 'WBP_UI_Widget_WeaponStats_C_SetWeaponStat::K2Node_Select_Default_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig \ +static_assert(alignof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig) == 0x000008, "Wrong alignment on WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig"); \ +static_assert(sizeof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig) == 0x0001A0, "Wrong size on WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, Equippable_Config) == 0x000000, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::Equippable_Config' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, Damage) == 0x000070, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::Damage' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, Recoil) == 0x000080, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::Recoil' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, Stability) == 0x000090, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::Stability' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, Accuracy) == 0x0000A0, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::Accuracy' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, Handling) == 0x0000B0, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::Handling' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, FireRate) == 0x0000C0, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::FireRate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, DamageValues) == 0x0000D0, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::DamageValues' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, CallFunc_IsValid_ReturnValue) == 0x0000E0, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, K2Node_DynamicCast_AsSBZRanged_Weapon_Data) == 0x0000E8, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::K2Node_DynamicCast_AsSBZRanged_Weapon_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, K2Node_DynamicCast_bSuccess) == 0x0000F0, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, K2Node_DynamicCast_AsSBZPlayer_Weapon_Fire_Data) == 0x0000F8, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::K2Node_DynamicCast_AsSBZPlayer_Weapon_Fire_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, K2Node_DynamicCast_bSuccess_1) == 0x000100, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, K2Node_MakeArray_Array) == 0x000108, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, CallFunc_Array_Length_ReturnValue) == 0x000118, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, Temp_int_Loop_Counter_Variable) == 0x00011C, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, Temp_int_Array_Index_Variable) == 0x000120, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, CallFunc_Less_IntInt_ReturnValue) == 0x000124, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, CallFunc_Array_Get_Item) == 0x000128, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, CallFunc_Less_FloatFloat_ReturnValue) == 0x000130, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, CallFunc_Array_Add_ReturnValue) == 0x000134, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, CallFunc_Add_IntInt_ReturnValue) == 0x000138, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, CallFunc_SpawnObject_ReturnValue) == 0x000140, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, CallFunc_IsValid_ReturnValue_1) == 0x000148, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, CallFunc_GetFireRateValueArray_OutValueArray) == 0x000150, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::CallFunc_GetFireRateValueArray_OutValueArray' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, CallFunc_GetHandlingValueArray_OutValueArray) == 0x000160, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::CallFunc_GetHandlingValueArray_OutValueArray' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, CallFunc_GetAccuracyValueArray_OutValueArray) == 0x000170, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::CallFunc_GetAccuracyValueArray_OutValueArray' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, CallFunc_GetStabilityValueArray_OutValueArray) == 0x000180, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::CallFunc_GetStabilityValueArray_OutValueArray' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig, CallFunc_GetRecoilValueArray_OutValueArray) == 0x000190, "Member 'WBP_UI_Widget_WeaponStats_C_GetStatValuesFromEquippableConfig::CallFunc_GetRecoilValueArray_OutValueArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray \ +static_assert(alignof(WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray) == 0x000008, "Wrong alignment on WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray"); \ +static_assert(sizeof(WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray) == 0x000060, "Wrong size on WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray, Array) == 0x000000, "Member 'WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray::Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray, Values) == 0x000010, "Member 'WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray::Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray, OutArray) == 0x000018, "Member 'WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray::OutArray' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray, FinalArray) == 0x000028, "Member 'WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray::FinalArray' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray, Temp_bool_True_if_break_was_hit_Variable) == 0x00003C, "Member 'WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray, Temp_int_Array_Index_Variable) == 0x000040, "Member 'WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray, CallFunc_Array_Get_Item) == 0x000044, "Member 'WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000048, "Member 'WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray, CallFunc_Not_PreBool_ReturnValue) == 0x000049, "Member 'WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray, Temp_int_Loop_Counter_Variable) == 0x00004C, "Member 'WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray, CallFunc_BooleanAND_ReturnValue) == 0x000058, "Member 'WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray, CallFunc_Array_Add_ReturnValue) == 0x00005C, "Member 'WBP_UI_Widget_WeaponStats_C_GetFirstNValuesFromArray::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_WeaponStats_C_DetermineDowngradeUpgradeColour \ +static_assert(alignof(WBP_UI_Widget_WeaponStats_C_DetermineDowngradeUpgradeColour) == 0x000004, "Wrong alignment on WBP_UI_Widget_WeaponStats_C_DetermineDowngradeUpgradeColour"); \ +static_assert(sizeof(WBP_UI_Widget_WeaponStats_C_DetermineDowngradeUpgradeColour) == 0x00001C, "Wrong size on WBP_UI_Widget_WeaponStats_C_DetermineDowngradeUpgradeColour"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_DetermineDowngradeUpgradeColour, BaseVal) == 0x000000, "Member 'WBP_UI_Widget_WeaponStats_C_DetermineDowngradeUpgradeColour::BaseVal' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_DetermineDowngradeUpgradeColour, CompareVal) == 0x000004, "Member 'WBP_UI_Widget_WeaponStats_C_DetermineDowngradeUpgradeColour::CompareVal' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_DetermineDowngradeUpgradeColour, Colour) == 0x000008, "Member 'WBP_UI_Widget_WeaponStats_C_DetermineDowngradeUpgradeColour::Colour' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_DetermineDowngradeUpgradeColour, CallFunc_Less_FloatFloat_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_WeaponStats_C_DetermineDowngradeUpgradeColour::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStats_C_DetermineDowngradeUpgradeColour, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000019, "Member 'WBP_UI_Widget_WeaponStats_C_DetermineDowngradeUpgradeColour::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_WeaponStats_C \ +static_assert(alignof(UWBP_UI_Widget_WeaponStats_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_WeaponStats_C"); \ +static_assert(sizeof(UWBP_UI_Widget_WeaponStats_C) == 0x0004A0, "Wrong size on UWBP_UI_Widget_WeaponStats_C"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStats_C, UberGraphFrame) == 0x0003C8, "Member 'UWBP_UI_Widget_WeaponStats_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStats_C, HW12DEV_WeaponStats_Entry_TwoText) == 0x0003D0, "Member 'UWBP_UI_Widget_WeaponStats_C::HW12DEV_WeaponStats_Entry_TwoText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStats_C, HW12DEV_WeaponStats_Entry_TwoText_121) == 0x0003D8, "Member 'UWBP_UI_Widget_WeaponStats_C::HW12DEV_WeaponStats_Entry_TwoText_121' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStats_C, HW12DEV_WeaponStats_Entry_TwoTextHeader) == 0x0003E0, "Member 'UWBP_UI_Widget_WeaponStats_C::HW12DEV_WeaponStats_Entry_TwoTextHeader' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStats_C, ProgressBar_WeaponStat_Accuracy_A) == 0x0003E8, "Member 'UWBP_UI_Widget_WeaponStats_C::ProgressBar_WeaponStat_Accuracy_A' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStats_C, ProgressBar_WeaponStat_Accuracy_B) == 0x0003F0, "Member 'UWBP_UI_Widget_WeaponStats_C::ProgressBar_WeaponStat_Accuracy_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStats_C, ProgressBar_WeaponStat_Handling_A) == 0x0003F8, "Member 'UWBP_UI_Widget_WeaponStats_C::ProgressBar_WeaponStat_Handling_A' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStats_C, ProgressBar_WeaponStat_Handling_B) == 0x000400, "Member 'UWBP_UI_Widget_WeaponStats_C::ProgressBar_WeaponStat_Handling_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStats_C, ProgressBar_WeaponStat_Recoil_A) == 0x000408, "Member 'UWBP_UI_Widget_WeaponStats_C::ProgressBar_WeaponStat_Recoil_A' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStats_C, ProgressBar_WeaponStat_Recoil_B) == 0x000410, "Member 'UWBP_UI_Widget_WeaponStats_C::ProgressBar_WeaponStat_Recoil_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStats_C, ProgressBar_WeaponStat_Stability_A) == 0x000418, "Member 'UWBP_UI_Widget_WeaponStats_C::ProgressBar_WeaponStat_Stability_A' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStats_C, ProgressBar_WeaponStat_Stability_B) == 0x000420, "Member 'UWBP_UI_Widget_WeaponStats_C::ProgressBar_WeaponStat_Stability_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStats_C, Text_WeaponStat_Ammo_Equipped_Divider) == 0x000428, "Member 'UWBP_UI_Widget_WeaponStats_C::Text_WeaponStat_Ammo_Equipped_Divider' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStats_C, Text_WeaponStat_Ammo_Equipped_Inventory) == 0x000430, "Member 'UWBP_UI_Widget_WeaponStats_C::Text_WeaponStat_Ammo_Equipped_Inventory' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStats_C, Text_WeaponStat_Ammo_Equipped_Mag) == 0x000438, "Member 'UWBP_UI_Widget_WeaponStats_C::Text_WeaponStat_Ammo_Equipped_Mag' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStats_C, Text_WeaponStat_Ammo_Selected_Divider) == 0x000440, "Member 'UWBP_UI_Widget_WeaponStats_C::Text_WeaponStat_Ammo_Selected_Divider' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStats_C, Text_WeaponStat_Ammo_Selected_Inventory) == 0x000448, "Member 'UWBP_UI_Widget_WeaponStats_C::Text_WeaponStat_Ammo_Selected_Inventory' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStats_C, Text_WeaponStat_Ammo_Selected_Mag) == 0x000450, "Member 'UWBP_UI_Widget_WeaponStats_C::Text_WeaponStat_Ammo_Selected_Mag' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStats_C, Text_WeaponStat_FireMode_Equipped) == 0x000458, "Member 'UWBP_UI_Widget_WeaponStats_C::Text_WeaponStat_FireMode_Equipped' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStats_C, Text_WeaponStat_FireMode_Selected) == 0x000460, "Member 'UWBP_UI_Widget_WeaponStats_C::Text_WeaponStat_FireMode_Selected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStats_C, bFlipCompare) == 0x000468, "Member 'UWBP_UI_Widget_WeaponStats_C::bFlipCompare' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStats_C, DowngradeColour) == 0x00046C, "Member 'UWBP_UI_Widget_WeaponStats_C::DowngradeColour' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStats_C, UpgradeColour) == 0x00047C, "Member 'UWBP_UI_Widget_WeaponStats_C::UpgradeColour' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStats_C, DefaultColour) == 0x00048C, "Member 'UWBP_UI_Widget_WeaponStats_C::DefaultColour' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ArmorChunk_EquippedDisplay_C_SetSlotData \ +static_assert(alignof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData) == 0x000008, "Wrong alignment on WBP_ArmorChunk_EquippedDisplay_C_SetSlotData"); \ +static_assert(sizeof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData) == 0x0000F8, "Wrong size on WBP_ArmorChunk_EquippedDisplay_C_SetSlotData"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, ArmorConfig) == 0x000000, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::ArmorConfig' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, IsLoadout) == 0x000020, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::IsLoadout' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, DownTotal) == 0x000024, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::DownTotal' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, RegenTotal) == 0x000028, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::RegenTotal' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, CallFunc_Array_Length_ReturnValue_1) == 0x000030, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, CallFunc_GetConsumableCount_ReturnValue) == 0x000034, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::CallFunc_GetConsumableCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, CallFunc_GetFormattedPassiveDescriptionText_ReturnValue) == 0x000038, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::CallFunc_GetFormattedPassiveDescriptionText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, CallFunc_FTrunc_ReturnValue) == 0x000050, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, CallFunc_GetAmmoCapacityScale_ReturnValue) == 0x000054, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::CallFunc_GetAmmoCapacityScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, CallFunc_GetMaxDownCount_ReturnValue) == 0x000058, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::CallFunc_GetMaxDownCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, CallFunc_GetReplenishDelay_ReturnValue) == 0x00005C, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::CallFunc_GetReplenishDelay_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, CallFunc_GetSpeedPenalty_ReturnValue) == 0x000060, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::CallFunc_GetSpeedPenalty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, Temp_int_Array_Index_Variable) == 0x000064, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, CallFunc_Array_Get_Item) == 0x000068, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, Temp_int_Loop_Counter_Variable) == 0x00006C, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, CallFunc_Add_IntInt_ReturnValue) == 0x000074, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, CallFunc_Add_FloatFloat_ReturnValue) == 0x000078, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00007C, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, CallFunc_FTrunc_ReturnValue_1) == 0x000080, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, CallFunc_Max_ReturnValue) == 0x000084, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, CallFunc_Get_ReturnValue) == 0x000088, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, Temp_int_Variable) == 0x000090, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, CallFunc_GetChunkData_ReturnValue) == 0x000094, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::CallFunc_GetChunkData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x0000E8, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x0000EC, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_ArmorChunk_EquippedDisplay_C_SetSlotData, K2Node_Select_Default) == 0x0000F0, "Member 'WBP_ArmorChunk_EquippedDisplay_C_SetSlotData::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ArmorChunk_EquippedDisplay_C \ +static_assert(alignof(UWBP_ArmorChunk_EquippedDisplay_C) == 0x000008, "Wrong alignment on UWBP_ArmorChunk_EquippedDisplay_C"); \ +static_assert(sizeof(UWBP_ArmorChunk_EquippedDisplay_C) == 0x0002F0, "Wrong size on UWBP_ArmorChunk_EquippedDisplay_C"); \ +static_assert(offsetof(UWBP_ArmorChunk_EquippedDisplay_C, AmmoCap_StatLine) == 0x000290, "Member 'UWBP_ArmorChunk_EquippedDisplay_C::AmmoCap_StatLine' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_EquippedDisplay_C, ConsumableSlots_StatLine) == 0x000298, "Member 'UWBP_ArmorChunk_EquippedDisplay_C::ConsumableSlots_StatLine' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_EquippedDisplay_C, MaxDowns_StatLine) == 0x0002A0, "Member 'UWBP_ArmorChunk_EquippedDisplay_C::MaxDowns_StatLine' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_EquippedDisplay_C, PassiveStat_T) == 0x0002A8, "Member 'UWBP_ArmorChunk_EquippedDisplay_C::PassiveStat_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_EquippedDisplay_C, PlateRegen_StatLine) == 0x0002B0, "Member 'UWBP_ArmorChunk_EquippedDisplay_C::PlateRegen_StatLine' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_EquippedDisplay_C, Plates_StatLine) == 0x0002B8, "Member 'UWBP_ArmorChunk_EquippedDisplay_C::Plates_StatLine' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_EquippedDisplay_C, Slot1) == 0x0002C0, "Member 'UWBP_ArmorChunk_EquippedDisplay_C::Slot1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_EquippedDisplay_C, Slot2) == 0x0002C8, "Member 'UWBP_ArmorChunk_EquippedDisplay_C::Slot2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_EquippedDisplay_C, Slot3) == 0x0002D0, "Member 'UWBP_ArmorChunk_EquippedDisplay_C::Slot3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_EquippedDisplay_C, Slot4) == 0x0002D8, "Member 'UWBP_ArmorChunk_EquippedDisplay_C::Slot4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_EquippedDisplay_C, Slots_Hb) == 0x0002E0, "Member 'UWBP_ArmorChunk_EquippedDisplay_C::Slots_Hb' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ArmorChunk_EquippedDisplay_C, SpeedPenalty_StatLine) == 0x0002E8, "Member 'UWBP_ArmorChunk_EquippedDisplay_C::SpeedPenalty_StatLine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Squad_Order_Search_C \ +static_assert(alignof(UBP_Squad_Order_Search_C) == 0x000008, "Wrong alignment on UBP_Squad_Order_Search_C"); \ +static_assert(sizeof(UBP_Squad_Order_Search_C) == 0x000170, "Wrong size on UBP_Squad_Order_Search_C"); \ + +#define DUMPER7_ASSERTS_WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button \ +static_assert(alignof(WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button) == 0x000008, "Wrong alignment on WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button"); \ +static_assert(sizeof(WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button) == 0x000048, "Wrong size on WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button, EntryPoint) == 0x000000, "Member 'WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button, K2Node_Event_bIsActive) == 0x000004, "Member 'WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button::K2Node_Event_bIsActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button, Temp_bool_Variable) == 0x000005, "Member 'WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button, Temp_object_Variable) == 0x000008, "Member 'WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button, Temp_object_Variable_1) == 0x000010, "Member 'WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button, CallFunc_IsHovered_ReturnValue) == 0x000018, "Member 'WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button, K2Node_Event_bInIsHovered) == 0x000019, "Member 'WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button, K2Node_Event_IsDesignTime) == 0x00001A, "Member 'WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button, CallFunc_SelectColor_ReturnValue) == 0x00001C, "Member 'WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button, CallFunc_SelectColor_ReturnValue_1) == 0x00002C, "Member 'WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button, CallFunc_SelectFloat_ReturnValue) == 0x00003C, "Member 'WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button, K2Node_Select_Default) == 0x000040, "Member 'WBP_Local_Navbar_Button_C_ExecuteUbergraph_WBP_Local_Navbar_Button::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Local_Navbar_Button_C_SetActive \ +static_assert(alignof(WBP_Local_Navbar_Button_C_SetActive) == 0x000001, "Wrong alignment on WBP_Local_Navbar_Button_C_SetActive"); \ +static_assert(sizeof(WBP_Local_Navbar_Button_C_SetActive) == 0x000001, "Wrong size on WBP_Local_Navbar_Button_C_SetActive"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetActive, bIsActive) == 0x000000, "Member 'WBP_Local_Navbar_Button_C_SetActive::bIsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Local_Navbar_Button_C_PreConstruct \ +static_assert(alignof(WBP_Local_Navbar_Button_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Local_Navbar_Button_C_PreConstruct"); \ +static_assert(sizeof(WBP_Local_Navbar_Button_C_PreConstruct) == 0x000001, "Wrong size on WBP_Local_Navbar_Button_C_PreConstruct"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Local_Navbar_Button_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Local_Navbar_Button_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_Local_Navbar_Button_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_Local_Navbar_Button_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_Local_Navbar_Button_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_Local_Navbar_Button_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_Local_Navbar_Button_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Local_Navbar_Button_C_SetFocused \ +static_assert(alignof(WBP_Local_Navbar_Button_C_SetFocused) == 0x000008, "Wrong alignment on WBP_Local_Navbar_Button_C_SetFocused"); \ +static_assert(sizeof(WBP_Local_Navbar_Button_C_SetFocused) == 0x000090, "Wrong size on WBP_Local_Navbar_Button_C_SetFocused"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetFocused, InFocused) == 0x000000, "Member 'WBP_Local_Navbar_Button_C_SetFocused::InFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetFocused, Temp_object_Variable) == 0x000008, "Member 'WBP_Local_Navbar_Button_C_SetFocused::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetFocused, Temp_object_Variable_1) == 0x000010, "Member 'WBP_Local_Navbar_Button_C_SetFocused::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetFocused, Temp_bool_Variable) == 0x000018, "Member 'WBP_Local_Navbar_Button_C_SetFocused::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetFocused, Temp_object_Variable_2) == 0x000020, "Member 'WBP_Local_Navbar_Button_C_SetFocused::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetFocused, Temp_object_Variable_3) == 0x000028, "Member 'WBP_Local_Navbar_Button_C_SetFocused::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetFocused, Temp_bool_Variable_1) == 0x000030, "Member 'WBP_Local_Navbar_Button_C_SetFocused::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetFocused, Temp_object_Variable_4) == 0x000038, "Member 'WBP_Local_Navbar_Button_C_SetFocused::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetFocused, Temp_object_Variable_5) == 0x000040, "Member 'WBP_Local_Navbar_Button_C_SetFocused::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetFocused, Temp_bool_Variable_2) == 0x000048, "Member 'WBP_Local_Navbar_Button_C_SetFocused::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetFocused, Temp_bool_Variable_3) == 0x000049, "Member 'WBP_Local_Navbar_Button_C_SetFocused::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetFocused, Temp_object_Variable_6) == 0x000050, "Member 'WBP_Local_Navbar_Button_C_SetFocused::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetFocused, CallFunc_SelectInt_ReturnValue) == 0x000058, "Member 'WBP_Local_Navbar_Button_C_SetFocused::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetFocused, K2Node_Select_Default) == 0x000060, "Member 'WBP_Local_Navbar_Button_C_SetFocused::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetFocused, K2Node_Select_Default_1) == 0x000068, "Member 'WBP_Local_Navbar_Button_C_SetFocused::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetFocused, Temp_bool_Variable_4) == 0x000070, "Member 'WBP_Local_Navbar_Button_C_SetFocused::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetFocused, CallFunc_SelectInt_ReturnValue_1) == 0x000074, "Member 'WBP_Local_Navbar_Button_C_SetFocused::CallFunc_SelectInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetFocused, K2Node_Select_Default_2) == 0x000078, "Member 'WBP_Local_Navbar_Button_C_SetFocused::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetFocused, K2Node_Select_Default_3) == 0x000080, "Member 'WBP_Local_Navbar_Button_C_SetFocused::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetFocused, K2Node_Select_Default_4) == 0x000088, "Member 'WBP_Local_Navbar_Button_C_SetFocused::K2Node_Select_Default_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Local_Navbar_Button_C_SetHovered \ +static_assert(alignof(WBP_Local_Navbar_Button_C_SetHovered) == 0x000008, "Wrong alignment on WBP_Local_Navbar_Button_C_SetHovered"); \ +static_assert(sizeof(WBP_Local_Navbar_Button_C_SetHovered) == 0x000098, "Wrong size on WBP_Local_Navbar_Button_C_SetHovered"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetHovered, InHovered) == 0x000000, "Member 'WBP_Local_Navbar_Button_C_SetHovered::InHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetHovered, Temp_bool_Variable) == 0x000001, "Member 'WBP_Local_Navbar_Button_C_SetHovered::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetHovered, CallFunc_SelectInt_ReturnValue) == 0x000004, "Member 'WBP_Local_Navbar_Button_C_SetHovered::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetHovered, Temp_object_Variable) == 0x000008, "Member 'WBP_Local_Navbar_Button_C_SetHovered::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetHovered, Temp_object_Variable_1) == 0x000010, "Member 'WBP_Local_Navbar_Button_C_SetHovered::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetHovered, Temp_bool_Variable_1) == 0x000018, "Member 'WBP_Local_Navbar_Button_C_SetHovered::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetHovered, Temp_object_Variable_2) == 0x000020, "Member 'WBP_Local_Navbar_Button_C_SetHovered::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetHovered, Temp_object_Variable_3) == 0x000028, "Member 'WBP_Local_Navbar_Button_C_SetHovered::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetHovered, Temp_bool_Variable_2) == 0x000030, "Member 'WBP_Local_Navbar_Button_C_SetHovered::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetHovered, Temp_bool_Variable_3) == 0x000031, "Member 'WBP_Local_Navbar_Button_C_SetHovered::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetHovered, Temp_object_Variable_4) == 0x000038, "Member 'WBP_Local_Navbar_Button_C_SetHovered::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetHovered, Temp_object_Variable_5) == 0x000040, "Member 'WBP_Local_Navbar_Button_C_SetHovered::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetHovered, Temp_bool_Variable_4) == 0x000048, "Member 'WBP_Local_Navbar_Button_C_SetHovered::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetHovered, Temp_object_Variable_6) == 0x000050, "Member 'WBP_Local_Navbar_Button_C_SetHovered::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetHovered, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000058, "Member 'WBP_Local_Navbar_Button_C_SetHovered::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetHovered, CallFunc_PlayAnimationTimeRange_ReturnValue_1) == 0x000060, "Member 'WBP_Local_Navbar_Button_C_SetHovered::CallFunc_PlayAnimationTimeRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetHovered, CallFunc_SelectInt_ReturnValue_1) == 0x000068, "Member 'WBP_Local_Navbar_Button_C_SetHovered::CallFunc_SelectInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetHovered, K2Node_Select_Default) == 0x000070, "Member 'WBP_Local_Navbar_Button_C_SetHovered::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetHovered, K2Node_Select_Default_1) == 0x000078, "Member 'WBP_Local_Navbar_Button_C_SetHovered::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetHovered, K2Node_Select_Default_2) == 0x000080, "Member 'WBP_Local_Navbar_Button_C_SetHovered::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetHovered, K2Node_Select_Default_3) == 0x000088, "Member 'WBP_Local_Navbar_Button_C_SetHovered::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_SetHovered, K2Node_Select_Default_4) == 0x000090, "Member 'WBP_Local_Navbar_Button_C_SetHovered::K2Node_Select_Default_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Local_Navbar_Button_C_InitializeButton \ +static_assert(alignof(WBP_Local_Navbar_Button_C_InitializeButton) == 0x000008, "Wrong alignment on WBP_Local_Navbar_Button_C_InitializeButton"); \ +static_assert(sizeof(WBP_Local_Navbar_Button_C_InitializeButton) == 0x000018, "Wrong size on WBP_Local_Navbar_Button_C_InitializeButton"); \ +static_assert(offsetof(WBP_Local_Navbar_Button_C_InitializeButton, ButtonText) == 0x000000, "Member 'WBP_Local_Navbar_Button_C_InitializeButton::ButtonText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Local_Navbar_Button_C \ +static_assert(alignof(UWBP_Local_Navbar_Button_C) == 0x000008, "Wrong alignment on UWBP_Local_Navbar_Button_C"); \ +static_assert(sizeof(UWBP_Local_Navbar_Button_C) == 0x0003E0, "Wrong size on UWBP_Local_Navbar_Button_C"); \ +static_assert(offsetof(UWBP_Local_Navbar_Button_C, UberGraphFrame) == 0x000380, "Member 'UWBP_Local_Navbar_Button_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Local_Navbar_Button_C, Stubbie_Secondary) == 0x000388, "Member 'UWBP_Local_Navbar_Button_C::Stubbie_Secondary' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Local_Navbar_Button_C, Stubbie_main) == 0x000390, "Member 'UWBP_Local_Navbar_Button_C::Stubbie_main' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Local_Navbar_Button_C, Background_I) == 0x000398, "Member 'UWBP_Local_Navbar_Button_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Local_Navbar_Button_C, Background_WS) == 0x0003A0, "Member 'UWBP_Local_Navbar_Button_C::Background_WS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Local_Navbar_Button_C, HoveredBkg_I) == 0x0003A8, "Member 'UWBP_Local_Navbar_Button_C::HoveredBkg_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Local_Navbar_Button_C, Root_SB) == 0x0003B0, "Member 'UWBP_Local_Navbar_Button_C::Root_SB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Local_Navbar_Button_C, SelectedBkg_I) == 0x0003B8, "Member 'UWBP_Local_Navbar_Button_C::SelectedBkg_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Local_Navbar_Button_C, Title_T) == 0x0003C0, "Member 'UWBP_Local_Navbar_Button_C::Title_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Local_Navbar_Button_C, MouseClicked) == 0x0003C8, "Member 'UWBP_Local_Navbar_Button_C::MouseClicked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Local_Navbar_Button_C, IsFocused) == 0x0003D8, "Member 'UWBP_Local_Navbar_Button_C::IsFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Local_Navbar_Button_C, IsSecondLayer) == 0x0003D9, "Member 'UWBP_Local_Navbar_Button_C::IsSecondLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_PlayerWeaponWallReaction_C \ +static_assert(alignof(UGA_PlayerWeaponWallReaction_C) == 0x000008, "Wrong alignment on UGA_PlayerWeaponWallReaction_C"); \ +static_assert(sizeof(UGA_PlayerWeaponWallReaction_C) == 0x0004D8, "Wrong size on UGA_PlayerWeaponWallReaction_C"); \ + +#define DUMPER7_ASSERTS_UWBP_Inventory_Module_C \ +static_assert(alignof(UWBP_Inventory_Module_C) == 0x000008, "Wrong alignment on UWBP_Inventory_Module_C"); \ +static_assert(sizeof(UWBP_Inventory_Module_C) == 0x000348, "Wrong size on UWBP_Inventory_Module_C"); \ +static_assert(offsetof(UWBP_Inventory_Module_C, Button) == 0x000328, "Member 'UWBP_Inventory_Module_C::Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Inventory_Module_C, Button_1) == 0x000330, "Member 'UWBP_Inventory_Module_C::Button_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Inventory_Module_C, Button_150) == 0x000338, "Member 'UWBP_Inventory_Module_C::Button_150' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Inventory_Module_C, ScrollBox_ButtonContainer) == 0x000340, "Member 'UWBP_Inventory_Module_C::ScrollBox_ButtonContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button \ +static_assert(alignof(WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button) == 0x000008, "Wrong alignment on WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button"); \ +static_assert(sizeof(WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button) == 0x000060, "Wrong size on WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button"); \ +static_assert(offsetof(WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button, EntryPoint) == 0x000000, "Member 'WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button, Temp_byte_Variable) == 0x000004, "Member 'WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button, Temp_byte_Variable_1) == 0x000005, "Member 'WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button, K2Node_Event_bInHasFocus) == 0x000006, "Member 'WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button, K2Node_CustomEvent_NewParam) == 0x000008, "Member 'WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button::K2Node_CustomEvent_NewParam' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button, CallFunc_GetDisplayName_OutDisplayName) == 0x000018, "Member 'WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button, CallFunc_GetDisplayName_OutHasText) == 0x000030, "Member 'WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000038, "Member 'WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button, K2Node_DynamicCast_AsPaper_Sprite) == 0x000040, "Member 'WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000049, "Member 'WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button, Temp_bool_Variable) == 0x00004A, "Member 'WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button, K2Node_Select_Default) == 0x00004B, "Member 'WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000050, "Member 'WBP_Inventory_Item_Button_C_ExecuteUbergraph_WBP_Inventory_Item_Button::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Inventory_Item_Button_C_SetupData \ +static_assert(alignof(WBP_Inventory_Item_Button_C_SetupData) == 0x000008, "Wrong alignment on WBP_Inventory_Item_Button_C_SetupData"); \ +static_assert(sizeof(WBP_Inventory_Item_Button_C_SetupData) == 0x000008, "Wrong size on WBP_Inventory_Item_Button_C_SetupData"); \ +static_assert(offsetof(WBP_Inventory_Item_Button_C_SetupData, NewParam) == 0x000000, "Member 'WBP_Inventory_Item_Button_C_SetupData::NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Inventory_Item_Button_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_Inventory_Item_Button_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_Inventory_Item_Button_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_Inventory_Item_Button_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_Inventory_Item_Button_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_Inventory_Item_Button_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_Inventory_Item_Button_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Inventory_Item_Button_C \ +static_assert(alignof(UWBP_Inventory_Item_Button_C) == 0x000008, "Wrong alignment on UWBP_Inventory_Item_Button_C"); \ +static_assert(sizeof(UWBP_Inventory_Item_Button_C) == 0x000398, "Wrong size on UWBP_Inventory_Item_Button_C"); \ +static_assert(offsetof(UWBP_Inventory_Item_Button_C, UberGraphFrame) == 0x000370, "Member 'UWBP_Inventory_Item_Button_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Inventory_Item_Button_C, Amount) == 0x000378, "Member 'UWBP_Inventory_Item_Button_C::Amount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Inventory_Item_Button_C, ItemIcon) == 0x000380, "Member 'UWBP_Inventory_Item_Button_C::ItemIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Inventory_Item_Button_C, ItemName) == 0x000388, "Member 'UWBP_Inventory_Item_Button_C::ItemName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Inventory_Item_Button_C, Overlay_Selected) == 0x000390, "Member 'UWBP_Inventory_Item_Button_C::Overlay_Selected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ZiplineBagWorldItem_C \ +static_assert(alignof(ABP_ZiplineBagWorldItem_C) == 0x000008, "Wrong alignment on ABP_ZiplineBagWorldItem_C"); \ +static_assert(sizeof(ABP_ZiplineBagWorldItem_C) == 0x000368, "Wrong size on ABP_ZiplineBagWorldItem_C"); \ +static_assert(offsetof(ABP_ZiplineBagWorldItem_C, SBZOutline) == 0x000358, "Member 'ABP_ZiplineBagWorldItem_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_ZiplineBagWorldItem_C, StaticMesh) == 0x000360, "Member 'ABP_ZiplineBagWorldItem_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics \ +static_assert(alignof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics) == 0x000008, "Wrong alignment on WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics"); \ +static_assert(sizeof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics) == 0x0002A0, "Wrong size on WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, EntryPoint) == 0x000000, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_IsVisible_ReturnValue) == 0x000004, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, K2Node_ComponentBoundEvent_NewIndex) == 0x000008, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::K2Node_ComponentBoundEvent_NewIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, K2Node_SwitchInteger_CmpSuccess) == 0x000010, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, K2Node_CustomEvent_CosmeticButton) == 0x000018, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::K2Node_CustomEvent_CosmeticButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_GetCosmeticItemData_ReturnValue) == 0x000020, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_GetCosmeticItemData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, K2Node_CustomEvent_CosmeticSlot) == 0x000028, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::K2Node_CustomEvent_CosmeticSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_GetCosmeticItems_ReturnValue) == 0x000030, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_GetCosmeticItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, K2Node_MakeStruct_SBZCosmeticPanelInitParams) == 0x000040, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::K2Node_MakeStruct_SBZCosmeticPanelInitParams' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, K2Node_CreateDelegate_OutputDelegate) == 0x000074, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000088, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, K2Node_ComponentBoundEvent_Button) == 0x000090, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_GetActorOfClass_ReturnValue) == 0x000098, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_GetCosmeticConfig_ReturnValue) == 0x0000A0, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_GetCosmeticConfig_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_IsValid_ReturnValue) == 0x0000A8, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_GetCosmeticPart_ReturnValue) == 0x0000B0, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_GetCosmeticPart_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_IsValid_ReturnValue_1) == 0x0000B8, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_IsValid_ReturnValue_2) == 0x0000B9, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, Temp_text_Variable) == 0x0000C0, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_GetCosmeticSlot_ReturnValue) == 0x0000D8, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_GetCosmeticSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_GetCosmeticSlot_ReturnValue_1) == 0x0000E0, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_GetCosmeticSlot_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_Map_Find_Value) == 0x0000E8, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_Map_Find_ReturnValue) == 0x0000F8, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_GetCosmeticSlot_ReturnValue_2) == 0x000100, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_GetCosmeticSlot_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_GetCosmeticSlot_ReturnValue_3) == 0x000108, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_GetCosmeticSlot_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_IsValid_ReturnValue_3) == 0x000110, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_GetApplierInstance_ReturnValue) == 0x000118, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_GetApplierInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_IsValid_ReturnValue_4) == 0x000120, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_GetCosmeticSlot_ReturnValue_4) == 0x000128, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_GetCosmeticSlot_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_Map_Find_Value_1) == 0x000130, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_Map_Find_ReturnValue_1) == 0x000140, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_GetCosmeticSlot_ReturnValue_5) == 0x000148, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_GetCosmeticSlot_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_GetApplierInstance_ReturnValue_1) == 0x000150, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_GetApplierInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_GetExpectedParts_ReturnValue) == 0x000158, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_GetExpectedParts_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, K2Node_DynamicCast_AsSBZWeapon_Pattern_Data_Config) == 0x000168, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::K2Node_DynamicCast_AsSBZWeapon_Pattern_Data_Config' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, K2Node_DynamicCast_bSuccess) == 0x000170, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_Array_Length_ReturnValue) == 0x000174, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_Array_Get_Item) == 0x000178, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_Array_Get_Item_1) == 0x000180, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_GetCosmeticPart_ReturnValue_1) == 0x000188, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_GetCosmeticPart_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_GetCosmeticConfig_ReturnValue_1) == 0x000190, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_GetCosmeticConfig_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, K2Node_DynamicCast_AsSBZWeapon_Pattern_Data_Config_1) == 0x000198, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::K2Node_DynamicCast_AsSBZWeapon_Pattern_Data_Config_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, K2Node_DynamicCast_bSuccess_1) == 0x0001A0, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_Array_Get_Item_2) == 0x0001A8, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_Array_Get_Item_3) == 0x0001B0, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_Array_Add_ReturnValue) == 0x0001B8, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, Temp_bool_Variable) == 0x0001BC, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, Temp_bool_Variable_1) == 0x0001BD, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, K2Node_Select_Default) == 0x0001C0, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, K2Node_Select_Default_1) == 0x0001C8, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, Temp_int_Array_Index_Variable) == 0x0001D0, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_Array_Get_Item_4) == 0x0001D8, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_Add_IntInt_ReturnValue) == 0x0001E0, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x0001E4, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_Conv_IntToString_ReturnValue) == 0x0001E8, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_Concat_StrStr_ReturnValue) == 0x0001F8, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_Conv_StringToText_ReturnValue) == 0x000208, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_Array_Add_ReturnValue_1) == 0x000220, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_GetCosmeticPart_ReturnValue_2) == 0x000228, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_GetCosmeticPart_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_IsValid_ReturnValue_5) == 0x000230, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_GetExpectedParts_ReturnValue_1) == 0x000238, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_GetExpectedParts_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_Array_Get_Item_5) == 0x000248, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, Temp_text_Variable_1) == 0x000250, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_GetSlotFromDataClass_SlotAsset) == 0x000268, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_GetSlotFromDataClass_SlotAsset' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_Array_Add_ReturnValue_2) == 0x000270, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, Temp_int_Loop_Counter_Variable) == 0x000274, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_NeedConfig_ReturnValue) == 0x000278, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_NeedConfig_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_Less_IntInt_ReturnValue_1) == 0x000279, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_Add_IntInt_ReturnValue_1) == 0x00027C, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_NeedConfig_ReturnValue_1) == 0x000280, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_NeedConfig_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_NeedConfig_ReturnValue_2) == 0x000281, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_NeedConfig_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_Less_IntInt_ReturnValue_2) == 0x000282, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000284, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, K2Node_Event_Result) == 0x000288, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::K2Node_Event_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000290, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_ExecuteUbergraph_WBP_WeaponCustomization_WeaponCosmetics::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponCustomization_WeaponCosmetics_C_OnTryApplyDone \ +static_assert(alignof(WBP_WeaponCustomization_WeaponCosmetics_C_OnTryApplyDone) == 0x000001, "Wrong alignment on WBP_WeaponCustomization_WeaponCosmetics_C_OnTryApplyDone"); \ +static_assert(sizeof(WBP_WeaponCustomization_WeaponCosmetics_C_OnTryApplyDone) == 0x000001, "Wrong size on WBP_WeaponCustomization_WeaponCosmetics_C_OnTryApplyDone"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_OnTryApplyDone, Result) == 0x000000, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_OnTryApplyDone::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponCustomization_WeaponCosmetics_C_BndEvt__WBP_WeaponCustomization_WeaponCosmetics_WBP_UI_TextButton_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_WeaponCustomization_WeaponCosmetics_C_BndEvt__WBP_WeaponCustomization_WeaponCosmetics_WBP_UI_TextButton_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_WeaponCustomization_WeaponCosmetics_C_BndEvt__WBP_WeaponCustomization_WeaponCosmetics_WBP_UI_TextButton_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_WeaponCustomization_WeaponCosmetics_C_BndEvt__WBP_WeaponCustomization_WeaponCosmetics_WBP_UI_TextButton_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_WeaponCustomization_WeaponCosmetics_C_BndEvt__WBP_WeaponCustomization_WeaponCosmetics_WBP_UI_TextButton_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_BndEvt__WBP_WeaponCustomization_WeaponCosmetics_WBP_UI_TextButton_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_BndEvt__WBP_WeaponCustomization_WeaponCosmetics_WBP_UI_TextButton_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponCustomization_WeaponCosmetics_C_SetupConfigScreen \ +static_assert(alignof(WBP_WeaponCustomization_WeaponCosmetics_C_SetupConfigScreen) == 0x000008, "Wrong alignment on WBP_WeaponCustomization_WeaponCosmetics_C_SetupConfigScreen"); \ +static_assert(sizeof(WBP_WeaponCustomization_WeaponCosmetics_C_SetupConfigScreen) == 0x000008, "Wrong size on WBP_WeaponCustomization_WeaponCosmetics_C_SetupConfigScreen"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_SetupConfigScreen, CosmeticSlot_0) == 0x000000, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_SetupConfigScreen::CosmeticSlot_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponCustomization_WeaponCosmetics_C_OnButtonPressed \ +static_assert(alignof(WBP_WeaponCustomization_WeaponCosmetics_C_OnButtonPressed) == 0x000008, "Wrong alignment on WBP_WeaponCustomization_WeaponCosmetics_C_OnButtonPressed"); \ +static_assert(sizeof(WBP_WeaponCustomization_WeaponCosmetics_C_OnButtonPressed) == 0x000008, "Wrong size on WBP_WeaponCustomization_WeaponCosmetics_C_OnButtonPressed"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_OnButtonPressed, CosmeticButton) == 0x000000, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_OnButtonPressed::CosmeticButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponCustomization_WeaponCosmetics_C_BndEvt__WBP_WeaponCustomization_WeaponCosmetics_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature \ +static_assert(alignof(WBP_WeaponCustomization_WeaponCosmetics_C_BndEvt__WBP_WeaponCustomization_WeaponCosmetics_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_WeaponCustomization_WeaponCosmetics_C_BndEvt__WBP_WeaponCustomization_WeaponCosmetics_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_WeaponCustomization_WeaponCosmetics_C_BndEvt__WBP_WeaponCustomization_WeaponCosmetics_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong size on WBP_WeaponCustomization_WeaponCosmetics_C_BndEvt__WBP_WeaponCustomization_WeaponCosmetics_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_BndEvt__WBP_WeaponCustomization_WeaponCosmetics_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature, NewIndex) == 0x000000, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_BndEvt__WBP_WeaponCustomization_WeaponCosmetics_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponCustomization_WeaponCosmetics_C_SetPreviewWidgetWithValidation \ +static_assert(alignof(WBP_WeaponCustomization_WeaponCosmetics_C_SetPreviewWidgetWithValidation) == 0x000008, "Wrong alignment on WBP_WeaponCustomization_WeaponCosmetics_C_SetPreviewWidgetWithValidation"); \ +static_assert(sizeof(WBP_WeaponCustomization_WeaponCosmetics_C_SetPreviewWidgetWithValidation) == 0x000018, "Wrong size on WBP_WeaponCustomization_WeaponCosmetics_C_SetPreviewWidgetWithValidation"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_SetPreviewWidgetWithValidation, Widget) == 0x000000, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_SetPreviewWidgetWithValidation::Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_SetPreviewWidgetWithValidation, Data) == 0x000008, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_SetPreviewWidgetWithValidation::Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_SetPreviewWidgetWithValidation, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_SetPreviewWidgetWithValidation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponCustomization_WeaponCosmetics_C_GetSlotFromDataClass \ +static_assert(alignof(WBP_WeaponCustomization_WeaponCosmetics_C_GetSlotFromDataClass) == 0x000008, "Wrong alignment on WBP_WeaponCustomization_WeaponCosmetics_C_GetSlotFromDataClass"); \ +static_assert(sizeof(WBP_WeaponCustomization_WeaponCosmetics_C_GetSlotFromDataClass) == 0x000018, "Wrong size on WBP_WeaponCustomization_WeaponCosmetics_C_GetSlotFromDataClass"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_GetSlotFromDataClass, SlotClass) == 0x000000, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_GetSlotFromDataClass::SlotClass' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_GetSlotFromDataClass, SlotAsset) == 0x000008, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_GetSlotFromDataClass::SlotAsset' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_GetSlotFromDataClass, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000010, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_GetSlotFromDataClass::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WeaponCustomization_WeaponCosmetics_C_NeedConfig \ +static_assert(alignof(WBP_WeaponCustomization_WeaponCosmetics_C_NeedConfig) == 0x000008, "Wrong alignment on WBP_WeaponCustomization_WeaponCosmetics_C_NeedConfig"); \ +static_assert(sizeof(WBP_WeaponCustomization_WeaponCosmetics_C_NeedConfig) == 0x000020, "Wrong size on WBP_WeaponCustomization_WeaponCosmetics_C_NeedConfig"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_NeedConfig, ReturnValue) == 0x000000, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_NeedConfig::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_NeedConfig, CallFunc_GetCosmeticSlot_ReturnValue) == 0x000008, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_NeedConfig::CallFunc_GetCosmeticSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_NeedConfig, CallFunc_GetApplierInstance_ReturnValue) == 0x000010, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_NeedConfig::CallFunc_GetApplierInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WeaponCustomization_WeaponCosmetics_C_NeedConfig, CallFunc_NeedConfig_ReturnValue) == 0x000018, "Member 'WBP_WeaponCustomization_WeaponCosmetics_C_NeedConfig::CallFunc_NeedConfig_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_WeaponCustomization_WeaponCosmetics_C \ +static_assert(alignof(UWBP_WeaponCustomization_WeaponCosmetics_C) == 0x000008, "Wrong alignment on UWBP_WeaponCustomization_WeaponCosmetics_C"); \ +static_assert(sizeof(UWBP_WeaponCustomization_WeaponCosmetics_C) == 0x000388, "Wrong size on UWBP_WeaponCustomization_WeaponCosmetics_C"); \ +static_assert(offsetof(UWBP_WeaponCustomization_WeaponCosmetics_C, UberGraphFrame) == 0x000320, "Member 'UWBP_WeaponCustomization_WeaponCosmetics_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponCustomization_WeaponCosmetics_C, EquippedPart1) == 0x000328, "Member 'UWBP_WeaponCustomization_WeaponCosmetics_C::EquippedPart1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponCustomization_WeaponCosmetics_C, EquippedPart2) == 0x000330, "Member 'UWBP_WeaponCustomization_WeaponCosmetics_C::EquippedPart2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponCustomization_WeaponCosmetics_C, EquippedPart3) == 0x000338, "Member 'UWBP_WeaponCustomization_WeaponCosmetics_C::EquippedPart3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponCustomization_WeaponCosmetics_C, PreviewPart1) == 0x000340, "Member 'UWBP_WeaponCustomization_WeaponCosmetics_C::PreviewPart1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponCustomization_WeaponCosmetics_C, PreviewPart2) == 0x000348, "Member 'UWBP_WeaponCustomization_WeaponCosmetics_C::PreviewPart2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponCustomization_WeaponCosmetics_C, PreviewPart3) == 0x000350, "Member 'UWBP_WeaponCustomization_WeaponCosmetics_C::PreviewPart3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponCustomization_WeaponCosmetics_C, WBP_Inventory_Module) == 0x000358, "Member 'UWBP_WeaponCustomization_WeaponCosmetics_C::WBP_Inventory_Module' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponCustomization_WeaponCosmetics_C, WBP_Local_Navbar) == 0x000360, "Member 'UWBP_WeaponCustomization_WeaponCosmetics_C::WBP_Local_Navbar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponCustomization_WeaponCosmetics_C, WBP_UI_TextButton) == 0x000368, "Member 'UWBP_WeaponCustomization_WeaponCosmetics_C::WBP_UI_TextButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponCustomization_WeaponCosmetics_C, WBP_UI_Widget_Loading) == 0x000370, "Member 'UWBP_WeaponCustomization_WeaponCosmetics_C::WBP_UI_Widget_Loading' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponCustomization_WeaponCosmetics_C, PatternConfig) == 0x000378, "Member 'UWBP_WeaponCustomization_WeaponCosmetics_C::PatternConfig' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WeaponCustomization_WeaponCosmetics_C, WeaponDisplay) == 0x000380, "Member 'UWBP_WeaponCustomization_WeaponCosmetics_C::WeaponDisplay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar \ +static_assert(alignof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar) == 0x000008, "Wrong alignment on WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar"); \ +static_assert(sizeof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar) == 0x000100, "Wrong size on WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, EntryPoint) == 0x000000, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, Temp_name_Variable) == 0x000018, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, Temp_int_Array_Index_Variable) == 0x000024, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, Temp_name_Variable_1) == 0x000030, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, K2Node_Event_IsDesignTime) == 0x00003C, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, Temp_bool_Variable) == 0x00003D, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, K2Node_CustomEvent_OutNavBarIndex) == 0x000040, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::K2Node_CustomEvent_OutNavBarIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, Temp_name_Variable_2) == 0x000044, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::Temp_name_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, CallFunc_Add_IntInt_ReturnValue_1) == 0x000050, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, CallFunc_Add_IntInt_ReturnValue_2) == 0x000054, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000058, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, CallFunc_Array_Get_Item) == 0x000060, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, K2Node_CreateDelegate_OutputDelegate_1) == 0x00007C, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, K2Node_CreateDelegate_OutputDelegate_2) == 0x000094, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, Temp_name_Variable_3) == 0x0000A8, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::Temp_name_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, K2Node_Select_Default) == 0x0000B4, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, Temp_bool_Variable_1) == 0x0000C0, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, CallFunc_IsWidgetActuallyVisible_ReturnValue) == 0x0000C1, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::CallFunc_IsWidgetActuallyVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, K2Node_Select_Default_1) == 0x0000C4, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, CallFunc_GetUIManager_ReturnValue) == 0x0000D0, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, CallFunc_IsStackLocked_ReturnValue) == 0x0000D8, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::CallFunc_IsStackLocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, K2Node_MakeStruct_SlateChildSize) == 0x0000DC, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::K2Node_MakeStruct_SlateChildSize' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, CallFunc_Not_PreBool_ReturnValue) == 0x0000E4, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, CallFunc_BooleanAND_ReturnValue) == 0x0000E5, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, CallFunc_Create_ReturnValue) == 0x0000E8, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue) == 0x0000F0, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x0000F8, "Member 'WBP_Local_Navbar_C_ExecuteUbergraph_WBP_Local_Navbar::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Local_Navbar_C_NavBarButtonClicked \ +static_assert(alignof(WBP_Local_Navbar_C_NavBarButtonClicked) == 0x000004, "Wrong alignment on WBP_Local_Navbar_C_NavBarButtonClicked"); \ +static_assert(sizeof(WBP_Local_Navbar_C_NavBarButtonClicked) == 0x000004, "Wrong size on WBP_Local_Navbar_C_NavBarButtonClicked"); \ +static_assert(offsetof(WBP_Local_Navbar_C_NavBarButtonClicked, OutNavBarIndex) == 0x000000, "Member 'WBP_Local_Navbar_C_NavBarButtonClicked::OutNavBarIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Local_Navbar_C_PreConstruct \ +static_assert(alignof(WBP_Local_Navbar_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Local_Navbar_C_PreConstruct"); \ +static_assert(sizeof(WBP_Local_Navbar_C_PreConstruct) == 0x000001, "Wrong size on WBP_Local_Navbar_C_PreConstruct"); \ +static_assert(offsetof(WBP_Local_Navbar_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Local_Navbar_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Local_Navbar_C_UpdateIndex \ +static_assert(alignof(WBP_Local_Navbar_C_UpdateIndex) == 0x000008, "Wrong alignment on WBP_Local_Navbar_C_UpdateIndex"); \ +static_assert(sizeof(WBP_Local_Navbar_C_UpdateIndex) == 0x000050, "Wrong size on WBP_Local_Navbar_C_UpdateIndex"); \ +static_assert(offsetof(WBP_Local_Navbar_C_UpdateIndex, NewActiveIndex) == 0x000000, "Member 'WBP_Local_Navbar_C_UpdateIndex::NewActiveIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_UpdateIndex, IsInitial) == 0x000004, "Member 'WBP_Local_Navbar_C_UpdateIndex::IsInitial' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_UpdateIndex, PreviousActiveIndex) == 0x000008, "Member 'WBP_Local_Navbar_C_UpdateIndex::PreviousActiveIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_UpdateIndex, CallFunc_NotEqual_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_Local_Navbar_C_UpdateIndex::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_UpdateIndex, CallFunc_GetChildAt_ReturnValue) == 0x000010, "Member 'WBP_Local_Navbar_C_UpdateIndex::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_UpdateIndex, K2Node_DynamicCast_AsSBZLocal_Navbar_Button) == 0x000018, "Member 'WBP_Local_Navbar_C_UpdateIndex::K2Node_DynamicCast_AsSBZLocal_Navbar_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_UpdateIndex, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_Local_Navbar_C_UpdateIndex::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_UpdateIndex, CallFunc_GetChildAt_ReturnValue_1) == 0x000028, "Member 'WBP_Local_Navbar_C_UpdateIndex::CallFunc_GetChildAt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_UpdateIndex, K2Node_DynamicCast_AsSBZLocal_Navbar_Button_1) == 0x000030, "Member 'WBP_Local_Navbar_C_UpdateIndex::K2Node_DynamicCast_AsSBZLocal_Navbar_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_UpdateIndex, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'WBP_Local_Navbar_C_UpdateIndex::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_UpdateIndex, CallFunc_GetChildAt_ReturnValue_2) == 0x000040, "Member 'WBP_Local_Navbar_C_UpdateIndex::CallFunc_GetChildAt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_UpdateIndex, CallFunc_GetIsEnabled_ReturnValue) == 0x000048, "Member 'WBP_Local_Navbar_C_UpdateIndex::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_UpdateIndex, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'WBP_Local_Navbar_C_UpdateIndex::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_UpdateIndex, CallFunc_BooleanAND_ReturnValue) == 0x00004A, "Member 'WBP_Local_Navbar_C_UpdateIndex::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_UpdateIndex, CallFunc_BooleanOR_ReturnValue) == 0x00004B, "Member 'WBP_Local_Navbar_C_UpdateIndex::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Local_Navbar_C_SetMaxCount \ +static_assert(alignof(WBP_Local_Navbar_C_SetMaxCount) == 0x000008, "Wrong alignment on WBP_Local_Navbar_C_SetMaxCount"); \ +static_assert(sizeof(WBP_Local_Navbar_C_SetMaxCount) == 0x000038, "Wrong size on WBP_Local_Navbar_C_SetMaxCount"); \ +static_assert(offsetof(WBP_Local_Navbar_C_SetMaxCount, InMaxCount) == 0x000000, "Member 'WBP_Local_Navbar_C_SetMaxCount::InMaxCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_SetMaxCount, IsIndexChangeNeeded) == 0x000004, "Member 'WBP_Local_Navbar_C_SetMaxCount::IsIndexChangeNeeded' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_SetMaxCount, IsActive) == 0x000005, "Member 'WBP_Local_Navbar_C_SetMaxCount::IsActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_SetMaxCount, Temp_byte_Variable) == 0x000006, "Member 'WBP_Local_Navbar_C_SetMaxCount::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_SetMaxCount, Temp_bool_Variable) == 0x000007, "Member 'WBP_Local_Navbar_C_SetMaxCount::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_SetMaxCount, Temp_int_Variable) == 0x000008, "Member 'WBP_Local_Navbar_C_SetMaxCount::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_SetMaxCount, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_Local_Navbar_C_SetMaxCount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_SetMaxCount, Temp_byte_Variable_1) == 0x000010, "Member 'WBP_Local_Navbar_C_SetMaxCount::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_SetMaxCount, CallFunc_Subtract_IntInt_ReturnValue) == 0x000014, "Member 'WBP_Local_Navbar_C_SetMaxCount::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_SetMaxCount, K2Node_Select_Default) == 0x000018, "Member 'WBP_Local_Navbar_C_SetMaxCount::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_SetMaxCount, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000019, "Member 'WBP_Local_Navbar_C_SetMaxCount::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_SetMaxCount, CallFunc_GetChildAt_ReturnValue) == 0x000020, "Member 'WBP_Local_Navbar_C_SetMaxCount::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_SetMaxCount, CallFunc_GetChildrenCount_ReturnValue) == 0x000028, "Member 'WBP_Local_Navbar_C_SetMaxCount::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_SetMaxCount, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00002C, "Member 'WBP_Local_Navbar_C_SetMaxCount::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_SetMaxCount, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000030, "Member 'WBP_Local_Navbar_C_SetMaxCount::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_SetMaxCount, CallFunc_Less_IntInt_ReturnValue) == 0x000031, "Member 'WBP_Local_Navbar_C_SetMaxCount::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_SetMaxCount, CallFunc_Not_PreBool_ReturnValue) == 0x000032, "Member 'WBP_Local_Navbar_C_SetMaxCount::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_SetMaxCount, CallFunc_Less_IntInt_ReturnValue_1) == 0x000033, "Member 'WBP_Local_Navbar_C_SetMaxCount::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_SetMaxCount, CallFunc_BooleanAND_ReturnValue) == 0x000034, "Member 'WBP_Local_Navbar_C_SetMaxCount::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_SetMaxCount, CallFunc_BooleanOR_ReturnValue) == 0x000035, "Member 'WBP_Local_Navbar_C_SetMaxCount::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Local_Navbar_C_OnNavbarButtonPressed \ +static_assert(alignof(WBP_Local_Navbar_C_OnNavbarButtonPressed) == 0x000008, "Wrong alignment on WBP_Local_Navbar_C_OnNavbarButtonPressed"); \ +static_assert(sizeof(WBP_Local_Navbar_C_OnNavbarButtonPressed) == 0x000018, "Wrong size on WBP_Local_Navbar_C_OnNavbarButtonPressed"); \ +static_assert(offsetof(WBP_Local_Navbar_C_OnNavbarButtonPressed, Button) == 0x000000, "Member 'WBP_Local_Navbar_C_OnNavbarButtonPressed::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_OnNavbarButtonPressed, K2Node_DynamicCast_AsSBZLocal_Navbar_Button) == 0x000008, "Member 'WBP_Local_Navbar_C_OnNavbarButtonPressed::K2Node_DynamicCast_AsSBZLocal_Navbar_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_OnNavbarButtonPressed, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_Local_Navbar_C_OnNavbarButtonPressed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Local_Navbar_C_GetActiveButton \ +static_assert(alignof(WBP_Local_Navbar_C_GetActiveButton) == 0x000008, "Wrong alignment on WBP_Local_Navbar_C_GetActiveButton"); \ +static_assert(sizeof(WBP_Local_Navbar_C_GetActiveButton) == 0x000010, "Wrong size on WBP_Local_Navbar_C_GetActiveButton"); \ +static_assert(offsetof(WBP_Local_Navbar_C_GetActiveButton, ActiveButton) == 0x000000, "Member 'WBP_Local_Navbar_C_GetActiveButton::ActiveButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_GetActiveButton, CallFunc_GetNavBarButtonFromIndex_NavBarButton) == 0x000008, "Member 'WBP_Local_Navbar_C_GetActiveButton::CallFunc_GetNavBarButtonFromIndex_NavBarButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Local_Navbar_C_GetNavBarButtonFromIndex \ +static_assert(alignof(WBP_Local_Navbar_C_GetNavBarButtonFromIndex) == 0x000008, "Wrong alignment on WBP_Local_Navbar_C_GetNavBarButtonFromIndex"); \ +static_assert(sizeof(WBP_Local_Navbar_C_GetNavBarButtonFromIndex) == 0x000038, "Wrong size on WBP_Local_Navbar_C_GetNavBarButtonFromIndex"); \ +static_assert(offsetof(WBP_Local_Navbar_C_GetNavBarButtonFromIndex, Index_0) == 0x000000, "Member 'WBP_Local_Navbar_C_GetNavBarButtonFromIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_GetNavBarButtonFromIndex, NavBarButton) == 0x000008, "Member 'WBP_Local_Navbar_C_GetNavBarButtonFromIndex::NavBarButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_GetNavBarButtonFromIndex, CallFunc_GetChildAt_ReturnValue) == 0x000010, "Member 'WBP_Local_Navbar_C_GetNavBarButtonFromIndex::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_GetNavBarButtonFromIndex, CallFunc_GetAllChildren_ReturnValue) == 0x000018, "Member 'WBP_Local_Navbar_C_GetNavBarButtonFromIndex::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_GetNavBarButtonFromIndex, K2Node_DynamicCast_AsSBZLocal_Navbar_Button) == 0x000028, "Member 'WBP_Local_Navbar_C_GetNavBarButtonFromIndex::K2Node_DynamicCast_AsSBZLocal_Navbar_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_GetNavBarButtonFromIndex, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_Local_Navbar_C_GetNavBarButtonFromIndex::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Local_Navbar_C_GetNavBarButtonFromIndex, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000031, "Member 'WBP_Local_Navbar_C_GetNavBarButtonFromIndex::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Local_Navbar_C \ +static_assert(alignof(UWBP_Local_Navbar_C) == 0x000008, "Wrong alignment on UWBP_Local_Navbar_C"); \ +static_assert(sizeof(UWBP_Local_Navbar_C) == 0x000308, "Wrong size on UWBP_Local_Navbar_C"); \ +static_assert(offsetof(UWBP_Local_Navbar_C, UberGraphFrame) == 0x0002B0, "Member 'UWBP_Local_Navbar_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Local_Navbar_C, Background_2) == 0x0002B8, "Member 'UWBP_Local_Navbar_C::Background_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Local_Navbar_C, Background_I) == 0x0002C0, "Member 'UWBP_Local_Navbar_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Local_Navbar_C, Left_end_line) == 0x0002C8, "Member 'UWBP_Local_Navbar_C::Left_end_line' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Local_Navbar_C, Panel_ButtonContainer) == 0x0002D0, "Member 'UWBP_Local_Navbar_C::Panel_ButtonContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Local_Navbar_C, Right_end_line) == 0x0002D8, "Member 'UWBP_Local_Navbar_C::Right_end_line' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Local_Navbar_C, Widget_TabBackward) == 0x0002E0, "Member 'UWBP_Local_Navbar_C::Widget_TabBackward' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Local_Navbar_C, Widget_TabForward) == 0x0002E8, "Member 'UWBP_Local_Navbar_C::Widget_TabForward' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Local_Navbar_C, ActiveIndex) == 0x0002F0, "Member 'UWBP_Local_Navbar_C::ActiveIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Local_Navbar_C, MinButtonWidth) == 0x0002F4, "Member 'UWBP_Local_Navbar_C::MinButtonWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Local_Navbar_C, IsSecondLayer) == 0x0002F8, "Member 'UWBP_Local_Navbar_C::IsSecondLayer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Local_Navbar_C, NavBarButtonClass) == 0x000300, "Member 'UWBP_Local_Navbar_C::NavBarButtonClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton \ +static_assert(alignof(SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton) == 0x000008, "Wrong alignment on SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton"); \ +static_assert(sizeof(SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton) == 0x000080, "Wrong size on SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton"); \ +static_assert(offsetof(SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton, EntryPoint) == 0x000000, "Member 'SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton, K2Node_CustomEvent_ModularSlot) == 0x000008, "Member 'SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton::K2Node_CustomEvent_ModularSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton, K2Node_CustomEvent_EquippedPart) == 0x000010, "Member 'SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton::K2Node_CustomEvent_EquippedPart' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton, CallFunc_GetDisplayName_ReturnValue) == 0x000020, "Member 'SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton, CallFunc_GetDisplayName_ReturnValue_1) == 0x000050, "Member 'SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000060, "Member 'SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton, Temp_bool_Variable) == 0x000078, "Member 'SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton, Temp_byte_Variable) == 0x000079, "Member 'SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton, K2Node_Event_bInHasFocus) == 0x00007A, "Member 'SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton, Temp_byte_Variable_1) == 0x00007B, "Member 'SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton, K2Node_Select_Default) == 0x00007C, "Member 'SBZWeaponCustomiaztionSlotButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionSlotButton::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWeaponCustomiaztionSlotButton_C_ButtonFocusedChanged \ +static_assert(alignof(SBZWeaponCustomiaztionSlotButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on SBZWeaponCustomiaztionSlotButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(SBZWeaponCustomiaztionSlotButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on SBZWeaponCustomiaztionSlotButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(SBZWeaponCustomiaztionSlotButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'SBZWeaponCustomiaztionSlotButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWeaponCustomiaztionSlotButton_C_Setup \ +static_assert(alignof(SBZWeaponCustomiaztionSlotButton_C_Setup) == 0x000008, "Wrong alignment on SBZWeaponCustomiaztionSlotButton_C_Setup"); \ +static_assert(sizeof(SBZWeaponCustomiaztionSlotButton_C_Setup) == 0x000010, "Wrong size on SBZWeaponCustomiaztionSlotButton_C_Setup"); \ +static_assert(offsetof(SBZWeaponCustomiaztionSlotButton_C_Setup, ModularSlot) == 0x000000, "Member 'SBZWeaponCustomiaztionSlotButton_C_Setup::ModularSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionSlotButton_C_Setup, EquippedPart) == 0x000008, "Member 'SBZWeaponCustomiaztionSlotButton_C_Setup::EquippedPart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponCustomiaztionSlotButton_C \ +static_assert(alignof(USBZWeaponCustomiaztionSlotButton_C) == 0x000008, "Wrong alignment on USBZWeaponCustomiaztionSlotButton_C"); \ +static_assert(sizeof(USBZWeaponCustomiaztionSlotButton_C) == 0x0003D8, "Wrong size on USBZWeaponCustomiaztionSlotButton_C"); \ +static_assert(offsetof(USBZWeaponCustomiaztionSlotButton_C, UberGraphFrame) == 0x000370, "Member 'USBZWeaponCustomiaztionSlotButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomiaztionSlotButton_C, EquippedText) == 0x000378, "Member 'USBZWeaponCustomiaztionSlotButton_C::EquippedText' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomiaztionSlotButton_C, Image_Background) == 0x000380, "Member 'USBZWeaponCustomiaztionSlotButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomiaztionSlotButton_C, ItemIcon) == 0x000388, "Member 'USBZWeaponCustomiaztionSlotButton_C::ItemIcon' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomiaztionSlotButton_C, Overlay_Active) == 0x000390, "Member 'USBZWeaponCustomiaztionSlotButton_C::Overlay_Active' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomiaztionSlotButton_C, Overlay_Border) == 0x000398, "Member 'USBZWeaponCustomiaztionSlotButton_C::Overlay_Border' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomiaztionSlotButton_C, Overlay_Selected) == 0x0003A0, "Member 'USBZWeaponCustomiaztionSlotButton_C::Overlay_Selected' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomiaztionSlotButton_C, Text_Category) == 0x0003A8, "Member 'USBZWeaponCustomiaztionSlotButton_C::Text_Category' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomiaztionSlotButton_C, Text_Name) == 0x0003B0, "Member 'USBZWeaponCustomiaztionSlotButton_C::Text_Name' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomiaztionSlotButton_C, OnClickedEvent) == 0x0003B8, "Member 'USBZWeaponCustomiaztionSlotButton_C::OnClickedEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomiaztionSlotButton_C, WeaponSlot) == 0x0003C8, "Member 'USBZWeaponCustomiaztionSlotButton_C::WeaponSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomiaztionSlotButton_C, Weapon_Part) == 0x0003D0, "Member 'USBZWeaponCustomiaztionSlotButton_C::Weapon_Part' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton \ +static_assert(alignof(SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton) == 0x000008, "Wrong alignment on SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton"); \ +static_assert(sizeof(SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton) == 0x0000B0, "Wrong size on SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton"); \ +static_assert(offsetof(SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton, EntryPoint) == 0x000000, "Member 'SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton, Temp_bool_Variable) == 0x000004, "Member 'SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton, K2Node_CustomEvent_WeaponSlot) == 0x000008, "Member 'SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton::K2Node_CustomEvent_WeaponSlot' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton, K2Node_CustomEvent_Equippable_Part) == 0x000010, "Member 'SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton::K2Node_CustomEvent_Equippable_Part' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton, CallFunc_GetDisplayName_ReturnValue) == 0x000020, "Member 'SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton, CallFunc_TextIsEmpty_ReturnValue) == 0x000058, "Member 'SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton, K2Node_MakeStruct_SlateColor) == 0x000060, "Member 'SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton, Temp_bool_Variable_1) == 0x000088, "Member 'SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton, K2Node_Event_bInHasFocus) == 0x000089, "Member 'SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton, K2Node_Select_Default) == 0x000090, "Member 'SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton, Temp_byte_Variable) == 0x0000A8, "Member 'SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton, Temp_byte_Variable_1) == 0x0000A9, "Member 'SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton, K2Node_Select_Default_1) == 0x0000AA, "Member 'SBZWeaponCustomiaztionPartButton_C_ExecuteUbergraph_SBZWeaponCustomiaztionPartButton::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWeaponCustomiaztionPartButton_C_ButtonFocusedChanged \ +static_assert(alignof(SBZWeaponCustomiaztionPartButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on SBZWeaponCustomiaztionPartButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(SBZWeaponCustomiaztionPartButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on SBZWeaponCustomiaztionPartButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(SBZWeaponCustomiaztionPartButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'SBZWeaponCustomiaztionPartButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZWeaponCustomiaztionPartButton_C_Setup \ +static_assert(alignof(SBZWeaponCustomiaztionPartButton_C_Setup) == 0x000008, "Wrong alignment on SBZWeaponCustomiaztionPartButton_C_Setup"); \ +static_assert(sizeof(SBZWeaponCustomiaztionPartButton_C_Setup) == 0x000010, "Wrong size on SBZWeaponCustomiaztionPartButton_C_Setup"); \ +static_assert(offsetof(SBZWeaponCustomiaztionPartButton_C_Setup, WeaponSlot_0) == 0x000000, "Member 'SBZWeaponCustomiaztionPartButton_C_Setup::WeaponSlot_0' has a wrong offset!"); \ +static_assert(offsetof(SBZWeaponCustomiaztionPartButton_C_Setup, Equippable_Part) == 0x000008, "Member 'SBZWeaponCustomiaztionPartButton_C_Setup::Equippable_Part' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USBZWeaponCustomiaztionPartButton_C \ +static_assert(alignof(USBZWeaponCustomiaztionPartButton_C) == 0x000008, "Wrong alignment on USBZWeaponCustomiaztionPartButton_C"); \ +static_assert(sizeof(USBZWeaponCustomiaztionPartButton_C) == 0x0003D8, "Wrong size on USBZWeaponCustomiaztionPartButton_C"); \ +static_assert(offsetof(USBZWeaponCustomiaztionPartButton_C, UberGraphFrame) == 0x000370, "Member 'USBZWeaponCustomiaztionPartButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomiaztionPartButton_C, EquippedText) == 0x000378, "Member 'USBZWeaponCustomiaztionPartButton_C::EquippedText' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomiaztionPartButton_C, Image_Background) == 0x000380, "Member 'USBZWeaponCustomiaztionPartButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomiaztionPartButton_C, ItemIcon) == 0x000388, "Member 'USBZWeaponCustomiaztionPartButton_C::ItemIcon' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomiaztionPartButton_C, Overlay_Active) == 0x000390, "Member 'USBZWeaponCustomiaztionPartButton_C::Overlay_Active' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomiaztionPartButton_C, Overlay_Border) == 0x000398, "Member 'USBZWeaponCustomiaztionPartButton_C::Overlay_Border' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomiaztionPartButton_C, Overlay_Selected) == 0x0003A0, "Member 'USBZWeaponCustomiaztionPartButton_C::Overlay_Selected' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomiaztionPartButton_C, Text_Category) == 0x0003A8, "Member 'USBZWeaponCustomiaztionPartButton_C::Text_Category' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomiaztionPartButton_C, Text_Name) == 0x0003B0, "Member 'USBZWeaponCustomiaztionPartButton_C::Text_Name' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomiaztionPartButton_C, OnClickedEvent) == 0x0003B8, "Member 'USBZWeaponCustomiaztionPartButton_C::OnClickedEvent' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomiaztionPartButton_C, WeaponSlot) == 0x0003C8, "Member 'USBZWeaponCustomiaztionPartButton_C::WeaponSlot' has a wrong offset!"); \ +static_assert(offsetof(USBZWeaponCustomiaztionPartButton_C, Weapon_Part) == 0x0003D0, "Member 'USBZWeaponCustomiaztionPartButton_C::Weapon_Part' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag \ +static_assert(alignof(BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag) == 0x000010, "Wrong alignment on BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag"); \ +static_assert(sizeof(BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag) == 0x000070, "Wrong size on BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag"); \ +static_assert(offsetof(BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag, EntryPoint) == 0x000000, "Member 'BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag, K2Node_Event_bIsAttached) == 0x000005, "Member 'BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag::K2Node_Event_bIsAttached' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag, CallFunc_Not_PreBool_ReturnValue) == 0x000006, "Member 'BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag, K2Node_Event_EndPlayReason) == 0x000007, "Member 'BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag, K2Node_SwitchEnum_CmpSuccess) == 0x000008, "Member 'BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000010, "Member 'BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag, CallFunc_BreakTransform_Location) == 0x000040, "Member 'BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag, CallFunc_BreakTransform_Rotation) == 0x00004C, "Member 'BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag, CallFunc_BreakTransform_Scale) == 0x000058, "Member 'BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000068, "Member 'BP_BaseValuableBag_C_ExecuteUbergraph_BP_BaseValuableBag::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BaseValuableBag_C_ReceiveEndPlay \ +static_assert(alignof(BP_BaseValuableBag_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_BaseValuableBag_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_BaseValuableBag_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_BaseValuableBag_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_BaseValuableBag_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_BaseValuableBag_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BaseValuableBag_C_BP_OnZiplineAttachmentChanged \ +static_assert(alignof(BP_BaseValuableBag_C_BP_OnZiplineAttachmentChanged) == 0x000001, "Wrong alignment on BP_BaseValuableBag_C_BP_OnZiplineAttachmentChanged"); \ +static_assert(sizeof(BP_BaseValuableBag_C_BP_OnZiplineAttachmentChanged) == 0x000001, "Wrong size on BP_BaseValuableBag_C_BP_OnZiplineAttachmentChanged"); \ +static_assert(offsetof(BP_BaseValuableBag_C_BP_OnZiplineAttachmentChanged, bIsAttached) == 0x000000, "Member 'BP_BaseValuableBag_C_BP_OnZiplineAttachmentChanged::bIsAttached' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_BaseValuableBag_C \ +static_assert(alignof(ABP_BaseValuableBag_C) == 0x000008, "Wrong alignment on ABP_BaseValuableBag_C"); \ +static_assert(sizeof(ABP_BaseValuableBag_C) == 0x0003C0, "Wrong size on ABP_BaseValuableBag_C"); \ +static_assert(offsetof(ABP_BaseValuableBag_C, UberGraphFrame) == 0x0003A0, "Member 'ABP_BaseValuableBag_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_BaseValuableBag_C, FX_Leak) == 0x0003A8, "Member 'ABP_BaseValuableBag_C::FX_Leak' has a wrong offset!"); \ +static_assert(offsetof(ABP_BaseValuableBag_C, EndPlayNiagaraTransform) == 0x0003B0, "Member 'ABP_BaseValuableBag_C::EndPlayNiagaraTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_BaseValuableBag_C, End_Play_Niagara_System) == 0x0003B8, "Member 'ABP_BaseValuableBag_C::End_Play_Niagara_System' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel \ +static_assert(alignof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel) == 0x000008, "Wrong alignment on WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel"); \ +static_assert(sizeof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel) == 0x000388, "Wrong size on WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, EntryPoint) == 0x000000, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000020, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, K2Node_MakeStruct_FormatArgumentData_1) == 0x000078, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, K2Node_MakeArray_Array) == 0x0000B8, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, CallFunc_Format_ReturnValue) == 0x0000C8, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0000E0, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, CallFunc_SelectColor_ReturnValue) == 0x0000E4, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, Temp_int_Array_Index_Variable) == 0x0000F4, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, CallFunc_Greater_IntInt_ReturnValue) == 0x0000F8, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, CallFunc_Less_IntInt_ReturnValue) == 0x0000F9, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, CallFunc_Array_Get_Item) == 0x000100, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000108, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, Temp_text_Variable) == 0x000110, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, Temp_bool_Variable) == 0x000128, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, CallFunc_GetAllChildren_ReturnValue) == 0x000130, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000140, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, CallFunc_Array_Get_Item_1) == 0x000148, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, K2Node_DynamicCast_AsWBP_Inventory_Base_Data_Icon) == 0x000150, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::K2Node_DynamicCast_AsWBP_Inventory_Base_Data_Icon' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, K2Node_DynamicCast_bSuccess) == 0x000158, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, CallFunc_Array_Length_ReturnValue) == 0x00015C, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, CallFunc_Greater_IntInt_ReturnValue_2) == 0x000160, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, CallFunc_Less_IntInt_ReturnValue_1) == 0x000161, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, K2Node_DynamicCast_AsSBZWeapon_Preset_Config_Data) == 0x000168, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::K2Node_DynamicCast_AsSBZWeapon_Preset_Config_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, K2Node_DynamicCast_bSuccess_1) == 0x000170, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, Temp_byte_Variable) == 0x000171, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, K2Node_Select_Default) == 0x000178, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, CallFunc_Conv_IntToText_ReturnValue_2) == 0x000190, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::CallFunc_Conv_IntToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, Temp_int_Loop_Counter_Variable) == 0x0001A8, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, Temp_int_Array_Index_Variable_1) == 0x0001AC, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, CallFunc_Less_IntInt_ReturnValue_2) == 0x0001B0, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, CallFunc_Add_IntInt_ReturnValue) == 0x0001B4, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, Temp_int_Loop_Counter_Variable_1) == 0x0001B8, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, Temp_byte_Variable_1) == 0x0001BC, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, CallFunc_Add_IntInt_ReturnValue_1) == 0x0001C0, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001C8, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, Temp_bool_Variable_1) == 0x000208, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, CallFunc_Array_Get_Item_2) == 0x000210, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, K2Node_Select_Default_1) == 0x000220, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, K2Node_MakeStruct_FormatArgumentData_3) == 0x000228, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, CallFunc_Array_Length_ReturnValue_1) == 0x000268, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, K2Node_MakeStruct_FormatArgumentData_4) == 0x000270, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, CallFunc_Less_IntInt_ReturnValue_3) == 0x0002B0, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, K2Node_MakeArray_Array_1) == 0x0002B8, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, CallFunc_Format_ReturnValue_1) == 0x0002C8, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, K2Node_MakeStruct_FormatArgumentData_5) == 0x0002E0, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, K2Node_MakeArray_Array_2) == 0x000320, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, CallFunc_Format_ReturnValue_2) == 0x000330, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, K2Node_DynamicCast_AsSBZArmor_Data) == 0x000348, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::K2Node_DynamicCast_AsSBZArmor_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, K2Node_DynamicCast_bSuccess_2) == 0x000350, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, CallFunc_GetChunkTypeArray_ReturnValue) == 0x000358, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::CallFunc_GetChunkTypeArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel, K2Node_MakeStruct_SBZArmorConfig) == 0x000368, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_ExecuteUbergraph_WBP_UI_WeaponSlotDisplayPanel::K2Node_MakeStruct_SBZArmorConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponSlotDisplayPanel_C_OnPaint \ +static_assert(alignof(WBP_UI_WeaponSlotDisplayPanel_C_OnPaint) == 0x000008, "Wrong alignment on WBP_UI_WeaponSlotDisplayPanel_C_OnPaint"); \ +static_assert(sizeof(WBP_UI_WeaponSlotDisplayPanel_C_OnPaint) == 0x000030, "Wrong size on WBP_UI_WeaponSlotDisplayPanel_C_OnPaint"); \ +static_assert(offsetof(WBP_UI_WeaponSlotDisplayPanel_C_OnPaint, Context) == 0x000000, "Member 'WBP_UI_WeaponSlotDisplayPanel_C_OnPaint::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_WeaponSlotDisplayPanel_C \ +static_assert(alignof(UWBP_UI_WeaponSlotDisplayPanel_C) == 0x000008, "Wrong alignment on UWBP_UI_WeaponSlotDisplayPanel_C"); \ +static_assert(sizeof(UWBP_UI_WeaponSlotDisplayPanel_C) == 0x000400, "Wrong size on UWBP_UI_WeaponSlotDisplayPanel_C"); \ +static_assert(offsetof(UWBP_UI_WeaponSlotDisplayPanel_C, UberGraphFrame) == 0x000360, "Member 'UWBP_UI_WeaponSlotDisplayPanel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponSlotDisplayPanel_C, ArmorStats) == 0x000368, "Member 'UWBP_UI_WeaponSlotDisplayPanel_C::ArmorStats' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponSlotDisplayPanel_C, Modifier_Header) == 0x000370, "Member 'UWBP_UI_WeaponSlotDisplayPanel_C::Modifier_Header' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponSlotDisplayPanel_C, ModsBg_I) == 0x000378, "Member 'UWBP_UI_WeaponSlotDisplayPanel_C::ModsBg_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponSlotDisplayPanel_C, ModsLine_I) == 0x000380, "Member 'UWBP_UI_WeaponSlotDisplayPanel_C::ModsLine_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponSlotDisplayPanel_C, MoreMods_Header) == 0x000388, "Member 'UWBP_UI_WeaponSlotDisplayPanel_C::MoreMods_Header' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponSlotDisplayPanel_C, Overlay_WeaponProgression) == 0x000390, "Member 'UWBP_UI_WeaponSlotDisplayPanel_C::Overlay_WeaponProgression' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponSlotDisplayPanel_C, PresetMods_O) == 0x000398, "Member 'UWBP_UI_WeaponSlotDisplayPanel_C::PresetMods_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponSlotDisplayPanel_C, ProgressBar_LevelProgression) == 0x0003A0, "Member 'UWBP_UI_WeaponSlotDisplayPanel_C::ProgressBar_LevelProgression' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponSlotDisplayPanel_C, Text_WeaponExperience) == 0x0003A8, "Member 'UWBP_UI_WeaponSlotDisplayPanel_C::Text_WeaponExperience' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponSlotDisplayPanel_C, Text_WeaponLevel) == 0x0003B0, "Member 'UWBP_UI_WeaponSlotDisplayPanel_C::Text_WeaponLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponSlotDisplayPanel_C, Text_WeaponPresetMods) == 0x0003B8, "Member 'UWBP_UI_WeaponSlotDisplayPanel_C::Text_WeaponPresetMods' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponSlotDisplayPanel_C, WBP_UI_Inventory_ItemDescription) == 0x0003C0, "Member 'UWBP_UI_WeaponSlotDisplayPanel_C::WBP_UI_Inventory_ItemDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponSlotDisplayPanel_C, WBP_UI_Widget_WeaponStats) == 0x0003C8, "Member 'UWBP_UI_WeaponSlotDisplayPanel_C::WBP_UI_Widget_WeaponStats' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponSlotDisplayPanel_C, WrapBox_Mods) == 0x0003D0, "Member 'UWBP_UI_WeaponSlotDisplayPanel_C::WrapBox_Mods' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponSlotDisplayPanel_C, string) == 0x0003D8, "Member 'UWBP_UI_WeaponSlotDisplayPanel_C::string' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponSlotDisplayPanel_C, PresetModListText) == 0x0003E8, "Member 'UWBP_UI_WeaponSlotDisplayPanel_C::PresetModListText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ActionButton_C_ExecuteUbergraph_WBP_UI_ActionButton \ +static_assert(alignof(WBP_UI_ActionButton_C_ExecuteUbergraph_WBP_UI_ActionButton) == 0x000008, "Wrong alignment on WBP_UI_ActionButton_C_ExecuteUbergraph_WBP_UI_ActionButton"); \ +static_assert(sizeof(WBP_UI_ActionButton_C_ExecuteUbergraph_WBP_UI_ActionButton) == 0x000148, "Wrong size on WBP_UI_ActionButton_C_ExecuteUbergraph_WBP_UI_ActionButton"); \ +static_assert(offsetof(WBP_UI_ActionButton_C_ExecuteUbergraph_WBP_UI_ActionButton, EntryPoint) == 0x000000, "Member 'WBP_UI_ActionButton_C_ExecuteUbergraph_WBP_UI_ActionButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionButton_C_ExecuteUbergraph_WBP_UI_ActionButton, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_UI_ActionButton_C_ExecuteUbergraph_WBP_UI_ActionButton::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionButton_C_ExecuteUbergraph_WBP_UI_ActionButton, K2Node_Event_MouseEvent_1) == 0x000040, "Member 'WBP_UI_ActionButton_C_ExecuteUbergraph_WBP_UI_ActionButton::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionButton_C_ExecuteUbergraph_WBP_UI_ActionButton, K2Node_Event_MouseEvent) == 0x0000B8, "Member 'WBP_UI_ActionButton_C_ExecuteUbergraph_WBP_UI_ActionButton::K2Node_Event_MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionButton_C_ExecuteUbergraph_WBP_UI_ActionButton, CallFunc_IsHovered_ReturnValue) == 0x000130, "Member 'WBP_UI_ActionButton_C_ExecuteUbergraph_WBP_UI_ActionButton::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionButton_C_ExecuteUbergraph_WBP_UI_ActionButton, CallFunc_GetGlobalColor_ReturnValue) == 0x000134, "Member 'WBP_UI_ActionButton_C_ExecuteUbergraph_WBP_UI_ActionButton::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionButton_C_ExecuteUbergraph_WBP_UI_ActionButton, K2Node_Event_IsDesignTime) == 0x000144, "Member 'WBP_UI_ActionButton_C_ExecuteUbergraph_WBP_UI_ActionButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ActionButton_C_OnMouseLeave \ +static_assert(alignof(WBP_UI_ActionButton_C_OnMouseLeave) == 0x000008, "Wrong alignment on WBP_UI_ActionButton_C_OnMouseLeave"); \ +static_assert(sizeof(WBP_UI_ActionButton_C_OnMouseLeave) == 0x000078, "Wrong size on WBP_UI_ActionButton_C_OnMouseLeave"); \ +static_assert(offsetof(WBP_UI_ActionButton_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'WBP_UI_ActionButton_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ActionButton_C_OnMouseEnter \ +static_assert(alignof(WBP_UI_ActionButton_C_OnMouseEnter) == 0x000008, "Wrong alignment on WBP_UI_ActionButton_C_OnMouseEnter"); \ +static_assert(sizeof(WBP_UI_ActionButton_C_OnMouseEnter) == 0x0000B0, "Wrong size on WBP_UI_ActionButton_C_OnMouseEnter"); \ +static_assert(offsetof(WBP_UI_ActionButton_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'WBP_UI_ActionButton_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionButton_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'WBP_UI_ActionButton_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ActionButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_ActionButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_ActionButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_ActionButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_ActionButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_ActionButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_ActionButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ActionButton_C_UpdateHover \ +static_assert(alignof(WBP_UI_ActionButton_C_UpdateHover) == 0x000001, "Wrong alignment on WBP_UI_ActionButton_C_UpdateHover"); \ +static_assert(sizeof(WBP_UI_ActionButton_C_UpdateHover) == 0x000005, "Wrong size on WBP_UI_ActionButton_C_UpdateHover"); \ +static_assert(offsetof(WBP_UI_ActionButton_C_UpdateHover, bIsMouseOver) == 0x000000, "Member 'WBP_UI_ActionButton_C_UpdateHover::bIsMouseOver' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionButton_C_UpdateHover, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_ActionButton_C_UpdateHover::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionButton_C_UpdateHover, Temp_byte_Variable) == 0x000002, "Member 'WBP_UI_ActionButton_C_UpdateHover::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionButton_C_UpdateHover, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_UI_ActionButton_C_UpdateHover::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionButton_C_UpdateHover, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_ActionButton_C_UpdateHover::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ActionButton_C_OnMouseButtonDown \ +static_assert(alignof(WBP_UI_ActionButton_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on WBP_UI_ActionButton_C_OnMouseButtonDown"); \ +static_assert(sizeof(WBP_UI_ActionButton_C_OnMouseButtonDown) == 0x000230, "Wrong size on WBP_UI_ActionButton_C_OnMouseButtonDown"); \ +static_assert(offsetof(WBP_UI_ActionButton_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'WBP_UI_ActionButton_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionButton_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'WBP_UI_ActionButton_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionButton_C_OnMouseButtonDown, ReturnValue) == 0x0000B0, "Member 'WBP_UI_ActionButton_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionButton_C_OnMouseButtonDown, K2Node_MakeStruct_EventReply) == 0x000170, "Member 'WBP_UI_ActionButton_C_OnMouseButtonDown::K2Node_MakeStruct_EventReply' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_ActionButton_C \ +static_assert(alignof(UWBP_UI_ActionButton_C) == 0x000008, "Wrong alignment on UWBP_UI_ActionButton_C"); \ +static_assert(sizeof(UWBP_UI_ActionButton_C) == 0x000348, "Wrong size on UWBP_UI_ActionButton_C"); \ +static_assert(offsetof(UWBP_UI_ActionButton_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_ActionButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ActionButton_C, Image_Highlight) == 0x000298, "Member 'UWBP_UI_ActionButton_C::Image_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ActionButton_C, Text_ButtonText) == 0x0002A0, "Member 'UWBP_UI_ActionButton_C::Text_ButtonText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ActionButton_C, Widget_ActionInput) == 0x0002A8, "Member 'UWBP_UI_ActionButton_C::Widget_ActionInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ActionButton_C, ButtonText) == 0x0002B0, "Member 'UWBP_UI_ActionButton_C::ButtonText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ActionButton_C, ActionInput) == 0x0002C8, "Member 'UWBP_UI_ActionButton_C::ActionInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ActionButton_C, ButtonFont) == 0x0002D8, "Member 'UWBP_UI_ActionButton_C::ButtonFont' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ActionButton_C, ButtonSelected) == 0x000338, "Member 'UWBP_UI_ActionButton_C::ButtonSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_Shotgun_M7P_C \ +static_assert(alignof(UBP_FireWeaponFeedback_Shotgun_M7P_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_Shotgun_M7P_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_Shotgun_M7P_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_Shotgun_M7P_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player \ +static_assert(alignof(WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player) == 0x000008, "Wrong alignment on WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player"); \ +static_assert(sizeof(WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player) == 0x0008C8, "Wrong size on WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player"); \ +static_assert(offsetof(WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player, EntryPoint) == 0x000000, "Member 'WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player, CallFunc_GetSBZOnline_ReturnValue) == 0x000008, "Member 'WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player::CallFunc_GetSBZOnline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player, K2Node_CustomEvent_ErrorCode_1) == 0x000038, "Member 'WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player::K2Node_CustomEvent_ErrorCode_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player, K2Node_CreateDelegate_OutputDelegate_2) == 0x00003C, "Member 'WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player, K2Node_CustomEvent_ErrorCode) == 0x000050, "Member 'WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player::K2Node_CustomEvent_ErrorCode' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player, K2Node_CreateDelegate_OutputDelegate_3) == 0x000054, "Member 'WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player, CallFunc_GetLobbyInfo_CharacterUIInfo) == 0x000068, "Member 'WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player::CallFunc_GetLobbyInfo_CharacterUIInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player, CallFunc_GetLobbyInfo_IsValid) == 0x000490, "Member 'WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player::CallFunc_GetLobbyInfo_IsValid' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player, CallFunc_GetLobbyInfo_CharacterUIInfo_1) == 0x000498, "Member 'WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player::CallFunc_GetLobbyInfo_CharacterUIInfo_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player, CallFunc_GetLobbyInfo_IsValid_1) == 0x0008C0, "Member 'WBP_UI_Lobby_Player_C_ExecuteUbergraph_WBP_UI_Lobby_Player::CallFunc_GetLobbyInfo_IsValid_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Lobby_Player_C_OnMMStopped \ +static_assert(alignof(WBP_UI_Lobby_Player_C_OnMMStopped) == 0x000001, "Wrong alignment on WBP_UI_Lobby_Player_C_OnMMStopped"); \ +static_assert(sizeof(WBP_UI_Lobby_Player_C_OnMMStopped) == 0x000001, "Wrong size on WBP_UI_Lobby_Player_C_OnMMStopped"); \ +static_assert(offsetof(WBP_UI_Lobby_Player_C_OnMMStopped, ErrorCode) == 0x000000, "Member 'WBP_UI_Lobby_Player_C_OnMMStopped::ErrorCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Lobby_Player_C_OnLobbyUpdate \ +static_assert(alignof(WBP_UI_Lobby_Player_C_OnLobbyUpdate) == 0x000001, "Wrong alignment on WBP_UI_Lobby_Player_C_OnLobbyUpdate"); \ +static_assert(sizeof(WBP_UI_Lobby_Player_C_OnLobbyUpdate) == 0x000001, "Wrong size on WBP_UI_Lobby_Player_C_OnLobbyUpdate"); \ +static_assert(offsetof(WBP_UI_Lobby_Player_C_OnLobbyUpdate, ErrorCode) == 0x000000, "Member 'WBP_UI_Lobby_Player_C_OnLobbyUpdate::ErrorCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Lobby_Player_C_GetLobbyInfo \ +static_assert(alignof(WBP_UI_Lobby_Player_C_GetLobbyInfo) == 0x000008, "Wrong alignment on WBP_UI_Lobby_Player_C_GetLobbyInfo"); \ +static_assert(sizeof(WBP_UI_Lobby_Player_C_GetLobbyInfo) == 0x000448, "Wrong size on WBP_UI_Lobby_Player_C_GetLobbyInfo"); \ +static_assert(offsetof(WBP_UI_Lobby_Player_C_GetLobbyInfo, CharacterUIInfo) == 0x000000, "Member 'WBP_UI_Lobby_Player_C_GetLobbyInfo::CharacterUIInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Lobby_Player_C_GetLobbyInfo, IsValid) == 0x000428, "Member 'WBP_UI_Lobby_Player_C_GetLobbyInfo::IsValid' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Lobby_Player_C_GetLobbyInfo, CallFunc_GetUiLobbyInfo_OutInfo) == 0x000430, "Member 'WBP_UI_Lobby_Player_C_GetLobbyInfo::CallFunc_GetUiLobbyInfo_OutInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Lobby_Player_C_GetLobbyInfo, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000440, "Member 'WBP_UI_Lobby_Player_C_GetLobbyInfo::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Lobby_Player_C_SetPlayerUIInfo \ +static_assert(alignof(WBP_UI_Lobby_Player_C_SetPlayerUIInfo) == 0x000008, "Wrong alignment on WBP_UI_Lobby_Player_C_SetPlayerUIInfo"); \ +static_assert(sizeof(WBP_UI_Lobby_Player_C_SetPlayerUIInfo) == 0x000490, "Wrong size on WBP_UI_Lobby_Player_C_SetPlayerUIInfo"); \ +static_assert(offsetof(WBP_UI_Lobby_Player_C_SetPlayerUIInfo, InCharacter) == 0x000000, "Member 'WBP_UI_Lobby_Player_C_SetPlayerUIInfo::InCharacter' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Lobby_Player_C_SetPlayerUIInfo, Temp_bool_Variable) == 0x000428, "Member 'WBP_UI_Lobby_Player_C_SetPlayerUIInfo::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Lobby_Player_C_SetPlayerUIInfo, Temp_text_Variable) == 0x000430, "Member 'WBP_UI_Lobby_Player_C_SetPlayerUIInfo::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Lobby_Player_C_SetPlayerUIInfo, CallFunc_Conv_StringToText_ReturnValue) == 0x000448, "Member 'WBP_UI_Lobby_Player_C_SetPlayerUIInfo::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Lobby_Player_C_SetPlayerUIInfo, Temp_text_Variable_1) == 0x000460, "Member 'WBP_UI_Lobby_Player_C_SetPlayerUIInfo::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Lobby_Player_C_SetPlayerUIInfo, K2Node_Select_Default) == 0x000478, "Member 'WBP_UI_Lobby_Player_C_SetPlayerUIInfo::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Lobby_Player_C \ +static_assert(alignof(UWBP_UI_Lobby_Player_C) == 0x000008, "Wrong alignment on UWBP_UI_Lobby_Player_C"); \ +static_assert(sizeof(UWBP_UI_Lobby_Player_C) == 0x0002C0, "Wrong size on UWBP_UI_Lobby_Player_C"); \ +static_assert(offsetof(UWBP_UI_Lobby_Player_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Lobby_Player_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Lobby_Player_C, DEPRECATED_Text_ReadyStatus) == 0x000298, "Member 'UWBP_UI_Lobby_Player_C::DEPRECATED_Text_ReadyStatus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Lobby_Player_C, Image_Player) == 0x0002A0, "Member 'UWBP_UI_Lobby_Player_C::Image_Player' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Lobby_Player_C, Image_TextBackground) == 0x0002A8, "Member 'UWBP_UI_Lobby_Player_C::Image_TextBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Lobby_Player_C, Text_PlayerName) == 0x0002B0, "Member 'UWBP_UI_Lobby_Player_C::Text_PlayerName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Lobby_Player_C, PlayerIdx) == 0x0002B8, "Member 'UWBP_UI_Lobby_Player_C::PlayerIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPW_UI_MatchMakingCancel_C_ExecuteUbergraph_BPW_UI_MatchMakingCancel \ +static_assert(alignof(BPW_UI_MatchMakingCancel_C_ExecuteUbergraph_BPW_UI_MatchMakingCancel) == 0x000008, "Wrong alignment on BPW_UI_MatchMakingCancel_C_ExecuteUbergraph_BPW_UI_MatchMakingCancel"); \ +static_assert(sizeof(BPW_UI_MatchMakingCancel_C_ExecuteUbergraph_BPW_UI_MatchMakingCancel) == 0x000020, "Wrong size on BPW_UI_MatchMakingCancel_C_ExecuteUbergraph_BPW_UI_MatchMakingCancel"); \ +static_assert(offsetof(BPW_UI_MatchMakingCancel_C_ExecuteUbergraph_BPW_UI_MatchMakingCancel, EntryPoint) == 0x000000, "Member 'BPW_UI_MatchMakingCancel_C_ExecuteUbergraph_BPW_UI_MatchMakingCancel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BPW_UI_MatchMakingCancel_C_ExecuteUbergraph_BPW_UI_MatchMakingCancel, K2Node_Event_bInIsHovered) == 0x000004, "Member 'BPW_UI_MatchMakingCancel_C_ExecuteUbergraph_BPW_UI_MatchMakingCancel::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(BPW_UI_MatchMakingCancel_C_ExecuteUbergraph_BPW_UI_MatchMakingCancel, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000008, "Member 'BPW_UI_MatchMakingCancel_C_ExecuteUbergraph_BPW_UI_MatchMakingCancel::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPW_UI_MatchMakingCancel_C_ExecuteUbergraph_BPW_UI_MatchMakingCancel, CallFunc_GetVisibility_ReturnValue) == 0x000010, "Member 'BPW_UI_MatchMakingCancel_C_ExecuteUbergraph_BPW_UI_MatchMakingCancel::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPW_UI_MatchMakingCancel_C_ExecuteUbergraph_BPW_UI_MatchMakingCancel, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000011, "Member 'BPW_UI_MatchMakingCancel_C_ExecuteUbergraph_BPW_UI_MatchMakingCancel::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPW_UI_MatchMakingCancel_C_ExecuteUbergraph_BPW_UI_MatchMakingCancel, CallFunc_PlayAnimationTimeRange_ReturnValue_1) == 0x000018, "Member 'BPW_UI_MatchMakingCancel_C_ExecuteUbergraph_BPW_UI_MatchMakingCancel::CallFunc_PlayAnimationTimeRange_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPW_UI_MatchMakingCancel_C_ButtonHoveredChanged \ +static_assert(alignof(BPW_UI_MatchMakingCancel_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on BPW_UI_MatchMakingCancel_C_ButtonHoveredChanged"); \ +static_assert(sizeof(BPW_UI_MatchMakingCancel_C_ButtonHoveredChanged) == 0x000001, "Wrong size on BPW_UI_MatchMakingCancel_C_ButtonHoveredChanged"); \ +static_assert(offsetof(BPW_UI_MatchMakingCancel_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'BPW_UI_MatchMakingCancel_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPW_UI_MatchMakingCancel_C \ +static_assert(alignof(UBPW_UI_MatchMakingCancel_C) == 0x000008, "Wrong alignment on UBPW_UI_MatchMakingCancel_C"); \ +static_assert(sizeof(UBPW_UI_MatchMakingCancel_C) == 0x0003E0, "Wrong size on UBPW_UI_MatchMakingCancel_C"); \ +static_assert(offsetof(UBPW_UI_MatchMakingCancel_C, UberGraphFrame) == 0x000370, "Member 'UBPW_UI_MatchMakingCancel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBPW_UI_MatchMakingCancel_C, Default) == 0x000378, "Member 'UBPW_UI_MatchMakingCancel_C::Default' has a wrong offset!"); \ +static_assert(offsetof(UBPW_UI_MatchMakingCancel_C, Hovered) == 0x000380, "Member 'UBPW_UI_MatchMakingCancel_C::Hovered' has a wrong offset!"); \ +static_assert(offsetof(UBPW_UI_MatchMakingCancel_C, Cancel_B) == 0x000388, "Member 'UBPW_UI_MatchMakingCancel_C::Cancel_B' has a wrong offset!"); \ +static_assert(offsetof(UBPW_UI_MatchMakingCancel_C, Cancel_Bg) == 0x000390, "Member 'UBPW_UI_MatchMakingCancel_C::Cancel_Bg' has a wrong offset!"); \ +static_assert(offsetof(UBPW_UI_MatchMakingCancel_C, Cancel_Text) == 0x000398, "Member 'UBPW_UI_MatchMakingCancel_C::Cancel_Text' has a wrong offset!"); \ +static_assert(offsetof(UBPW_UI_MatchMakingCancel_C, Edge_Img) == 0x0003A0, "Member 'UBPW_UI_MatchMakingCancel_C::Edge_Img' has a wrong offset!"); \ +static_assert(offsetof(UBPW_UI_MatchMakingCancel_C, HoldButtonAction) == 0x0003A8, "Member 'UBPW_UI_MatchMakingCancel_C::HoldButtonAction' has a wrong offset!"); \ +static_assert(offsetof(UBPW_UI_MatchMakingCancel_C, Image_403) == 0x0003B0, "Member 'UBPW_UI_MatchMakingCancel_C::Image_403' has a wrong offset!"); \ +static_assert(offsetof(UBPW_UI_MatchMakingCancel_C, OnHold) == 0x0003B8, "Member 'UBPW_UI_MatchMakingCancel_C::OnHold' has a wrong offset!"); \ +static_assert(offsetof(UBPW_UI_MatchMakingCancel_C, OnRelease) == 0x0003C8, "Member 'UBPW_UI_MatchMakingCancel_C::OnRelease' has a wrong offset!"); \ +static_assert(offsetof(UBPW_UI_MatchMakingCancel_C, NewVar_0) == 0x0003D8, "Member 'UBPW_UI_MatchMakingCancel_C::NewVar_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ActionInput_Hold_C_ExecuteUbergraph_WBP_UI_Widget_ActionInput_Hold \ +static_assert(alignof(WBP_UI_Widget_ActionInput_Hold_C_ExecuteUbergraph_WBP_UI_Widget_ActionInput_Hold) == 0x000004, "Wrong alignment on WBP_UI_Widget_ActionInput_Hold_C_ExecuteUbergraph_WBP_UI_Widget_ActionInput_Hold"); \ +static_assert(sizeof(WBP_UI_Widget_ActionInput_Hold_C_ExecuteUbergraph_WBP_UI_Widget_ActionInput_Hold) == 0x000008, "Wrong size on WBP_UI_Widget_ActionInput_Hold_C_ExecuteUbergraph_WBP_UI_Widget_ActionInput_Hold"); \ +static_assert(offsetof(WBP_UI_Widget_ActionInput_Hold_C_ExecuteUbergraph_WBP_UI_Widget_ActionInput_Hold, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_ActionInput_Hold_C_ExecuteUbergraph_WBP_UI_Widget_ActionInput_Hold::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ActionInput_Hold_C_ExecuteUbergraph_WBP_UI_Widget_ActionInput_Hold, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_Widget_ActionInput_Hold_C_ExecuteUbergraph_WBP_UI_Widget_ActionInput_Hold::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ActionInput_Hold_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_ActionInput_Hold_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_ActionInput_Hold_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_ActionInput_Hold_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_ActionInput_Hold_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_ActionInput_Hold_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_ActionInput_Hold_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ActionInput_Hold_C_UpdateProgress \ +static_assert(alignof(WBP_UI_Widget_ActionInput_Hold_C_UpdateProgress) == 0x000004, "Wrong alignment on WBP_UI_Widget_ActionInput_Hold_C_UpdateProgress"); \ +static_assert(sizeof(WBP_UI_Widget_ActionInput_Hold_C_UpdateProgress) == 0x000004, "Wrong size on WBP_UI_Widget_ActionInput_Hold_C_UpdateProgress"); \ +static_assert(offsetof(WBP_UI_Widget_ActionInput_Hold_C_UpdateProgress, Progress) == 0x000000, "Member 'WBP_UI_Widget_ActionInput_Hold_C_UpdateProgress::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ActionInput_Hold_C_SetColourOnPress \ +static_assert(alignof(WBP_UI_Widget_ActionInput_Hold_C_SetColourOnPress) == 0x000004, "Wrong alignment on WBP_UI_Widget_ActionInput_Hold_C_SetColourOnPress"); \ +static_assert(sizeof(WBP_UI_Widget_ActionInput_Hold_C_SetColourOnPress) == 0x000010, "Wrong size on WBP_UI_Widget_ActionInput_Hold_C_SetColourOnPress"); \ +static_assert(offsetof(WBP_UI_Widget_ActionInput_Hold_C_SetColourOnPress, InLinearColour) == 0x000000, "Member 'WBP_UI_Widget_ActionInput_Hold_C_SetColourOnPress::InLinearColour' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ActionInput_Hold_C_SetProgressBarVisiblity \ +static_assert(alignof(WBP_UI_Widget_ActionInput_Hold_C_SetProgressBarVisiblity) == 0x000001, "Wrong alignment on WBP_UI_Widget_ActionInput_Hold_C_SetProgressBarVisiblity"); \ +static_assert(sizeof(WBP_UI_Widget_ActionInput_Hold_C_SetProgressBarVisiblity) == 0x000005, "Wrong size on WBP_UI_Widget_ActionInput_Hold_C_SetProgressBarVisiblity"); \ +static_assert(offsetof(WBP_UI_Widget_ActionInput_Hold_C_SetProgressBarVisiblity, bVisibility) == 0x000000, "Member 'WBP_UI_Widget_ActionInput_Hold_C_SetProgressBarVisiblity::bVisibility' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ActionInput_Hold_C_SetProgressBarVisiblity, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_Widget_ActionInput_Hold_C_SetProgressBarVisiblity::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ActionInput_Hold_C_SetProgressBarVisiblity, Temp_byte_Variable) == 0x000002, "Member 'WBP_UI_Widget_ActionInput_Hold_C_SetProgressBarVisiblity::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ActionInput_Hold_C_SetProgressBarVisiblity, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_UI_Widget_ActionInput_Hold_C_SetProgressBarVisiblity::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ActionInput_Hold_C_SetProgressBarVisiblity, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_Widget_ActionInput_Hold_C_SetProgressBarVisiblity::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_ActionInput_Hold_C \ +static_assert(alignof(UWBP_UI_Widget_ActionInput_Hold_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_ActionInput_Hold_C"); \ +static_assert(sizeof(UWBP_UI_Widget_ActionInput_Hold_C) == 0x000360, "Wrong size on UWBP_UI_Widget_ActionInput_Hold_C"); \ +static_assert(offsetof(UWBP_UI_Widget_ActionInput_Hold_C, UberGraphFrame) == 0x0002D0, "Member 'UWBP_UI_Widget_ActionInput_Hold_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ActionInput_Hold_C, ProgressBar_Hold) == 0x0002D8, "Member 'UWBP_UI_Widget_ActionInput_Hold_C::ProgressBar_Hold' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ActionInput_Hold_C, Font) == 0x0002E0, "Member 'UWBP_UI_Widget_ActionInput_Hold_C::Font' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ActionInput_Hold_C, bAnimateOnPress) == 0x000340, "Member 'UWBP_UI_Widget_ActionInput_Hold_C::bAnimateOnPress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ActionInput_Hold_C, RT_UseInvertOnPress) == 0x000341, "Member 'UWBP_UI_Widget_ActionInput_Hold_C::RT_UseInvertOnPress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ActionInput_Hold_C, RT_OnPressColor) == 0x000344, "Member 'UWBP_UI_Widget_ActionInput_Hold_C::RT_OnPressColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ActionInput_Hold_C, RT_CurrentSprite) == 0x000358, "Member 'UWBP_UI_Widget_ActionInput_Hold_C::RT_CurrentSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_VOIPCalls_C_CanPlayerTalk \ +static_assert(alignof(BPFL_VOIPCalls_C_CanPlayerTalk) == 0x000008, "Wrong alignment on BPFL_VOIPCalls_C_CanPlayerTalk"); \ +static_assert(sizeof(BPFL_VOIPCalls_C_CanPlayerTalk) == 0x000038, "Wrong size on BPFL_VOIPCalls_C_CanPlayerTalk"); \ +static_assert(offsetof(BPFL_VOIPCalls_C_CanPlayerTalk, WorldContextObject) == 0x000000, "Member 'BPFL_VOIPCalls_C_CanPlayerTalk::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BPFL_VOIPCalls_C_CanPlayerTalk, Epic_ID) == 0x000008, "Member 'BPFL_VOIPCalls_C_CanPlayerTalk::Epic_ID' has a wrong offset!"); \ +static_assert(offsetof(BPFL_VOIPCalls_C_CanPlayerTalk, __WorldContext) == 0x000018, "Member 'BPFL_VOIPCalls_C_CanPlayerTalk::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_VOIPCalls_C_CanPlayerTalk, AbleToTalk) == 0x000020, "Member 'BPFL_VOIPCalls_C_CanPlayerTalk::AbleToTalk' has a wrong offset!"); \ +static_assert(offsetof(BPFL_VOIPCalls_C_CanPlayerTalk, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000028, "Member 'BPFL_VOIPCalls_C_CanPlayerTalk::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_VOIPCalls_C_CanPlayerTalk, CallFunc_GetPlayerBlocked_ReturnValue) == 0x000030, "Member 'BPFL_VOIPCalls_C_CanPlayerTalk::CallFunc_GetPlayerBlocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_VOIPCalls_C_CanPlayerTalk, CallFunc_GetPlayerMuted_bIsMuted) == 0x000031, "Member 'BPFL_VOIPCalls_C_CanPlayerTalk::CallFunc_GetPlayerMuted_bIsMuted' has a wrong offset!"); \ +static_assert(offsetof(BPFL_VOIPCalls_C_CanPlayerTalk, CallFunc_GetPlayerMuted_ReturnValue) == 0x000032, "Member 'BPFL_VOIPCalls_C_CanPlayerTalk::CallFunc_GetPlayerMuted_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_VOIPCalls_C_CanPlayerTalk, CallFunc_Not_PreBool_ReturnValue) == 0x000033, "Member 'BPFL_VOIPCalls_C_CanPlayerTalk::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_VOIPCalls_C_CanPlayerTalk, CallFunc_Not_PreBool_ReturnValue_1) == 0x000034, "Member 'BPFL_VOIPCalls_C_CanPlayerTalk::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_VOIPCalls_C_CanPlayerTalk, CallFunc_IsPlayerInChannel_ReturnValue) == 0x000035, "Member 'BPFL_VOIPCalls_C_CanPlayerTalk::CallFunc_IsPlayerInChannel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_VOIPCalls_C_CanPlayerTalk, CallFunc_BooleanAND_ReturnValue) == 0x000036, "Member 'BPFL_VOIPCalls_C_CanPlayerTalk::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_VOIPCalls_C_IsPlayerInChannel \ +static_assert(alignof(BPFL_VOIPCalls_C_IsPlayerInChannel) == 0x000008, "Wrong alignment on BPFL_VOIPCalls_C_IsPlayerInChannel"); \ +static_assert(sizeof(BPFL_VOIPCalls_C_IsPlayerInChannel) == 0x000020, "Wrong size on BPFL_VOIPCalls_C_IsPlayerInChannel"); \ +static_assert(offsetof(BPFL_VOIPCalls_C_IsPlayerInChannel, __WorldContext) == 0x000000, "Member 'BPFL_VOIPCalls_C_IsPlayerInChannel::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_VOIPCalls_C_IsPlayerInChannel, InVoiceChannel) == 0x000008, "Member 'BPFL_VOIPCalls_C_IsPlayerInChannel::InVoiceChannel' has a wrong offset!"); \ +static_assert(offsetof(BPFL_VOIPCalls_C_IsPlayerInChannel, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000010, "Member 'BPFL_VOIPCalls_C_IsPlayerInChannel::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_VOIPCalls_C_IsPlayerInChannel, CallFunc_IsPlayerInChannel_ReturnValue) == 0x000018, "Member 'BPFL_VOIPCalls_C_IsPlayerInChannel::CallFunc_IsPlayerInChannel_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPFL_VOIPCalls_C \ +static_assert(alignof(UBPFL_VOIPCalls_C) == 0x000008, "Wrong alignment on UBPFL_VOIPCalls_C"); \ +static_assert(sizeof(UBPFL_VOIPCalls_C) == 0x000030, "Wrong size on UBPFL_VOIPCalls_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PreplanningItemVisuals_C_ExecuteUbergraph_WBP_UI_PreplanningItemVisuals \ +static_assert(alignof(WBP_UI_PreplanningItemVisuals_C_ExecuteUbergraph_WBP_UI_PreplanningItemVisuals) == 0x000008, "Wrong alignment on WBP_UI_PreplanningItemVisuals_C_ExecuteUbergraph_WBP_UI_PreplanningItemVisuals"); \ +static_assert(sizeof(WBP_UI_PreplanningItemVisuals_C_ExecuteUbergraph_WBP_UI_PreplanningItemVisuals) == 0x000030, "Wrong size on WBP_UI_PreplanningItemVisuals_C_ExecuteUbergraph_WBP_UI_PreplanningItemVisuals"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_ExecuteUbergraph_WBP_UI_PreplanningItemVisuals, EntryPoint) == 0x000000, "Member 'WBP_UI_PreplanningItemVisuals_C_ExecuteUbergraph_WBP_UI_PreplanningItemVisuals::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_ExecuteUbergraph_WBP_UI_PreplanningItemVisuals, Temp_bool_Variable) == 0x000004, "Member 'WBP_UI_PreplanningItemVisuals_C_ExecuteUbergraph_WBP_UI_PreplanningItemVisuals::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_ExecuteUbergraph_WBP_UI_PreplanningItemVisuals, Temp_byte_Variable) == 0x000005, "Member 'WBP_UI_PreplanningItemVisuals_C_ExecuteUbergraph_WBP_UI_PreplanningItemVisuals::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_ExecuteUbergraph_WBP_UI_PreplanningItemVisuals, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_UI_PreplanningItemVisuals_C_ExecuteUbergraph_WBP_UI_PreplanningItemVisuals::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_ExecuteUbergraph_WBP_UI_PreplanningItemVisuals, K2Node_Event_NewItem) == 0x000008, "Member 'WBP_UI_PreplanningItemVisuals_C_ExecuteUbergraph_WBP_UI_PreplanningItemVisuals::K2Node_Event_NewItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_ExecuteUbergraph_WBP_UI_PreplanningItemVisuals, K2Node_DynamicCast_AsSBZPreplanning_Asset_Data) == 0x000010, "Member 'WBP_UI_PreplanningItemVisuals_C_ExecuteUbergraph_WBP_UI_PreplanningItemVisuals::K2Node_DynamicCast_AsSBZPreplanning_Asset_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_ExecuteUbergraph_WBP_UI_PreplanningItemVisuals, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_UI_PreplanningItemVisuals_C_ExecuteUbergraph_WBP_UI_PreplanningItemVisuals::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_ExecuteUbergraph_WBP_UI_PreplanningItemVisuals, K2Node_Event_OutLoadedSprite) == 0x000020, "Member 'WBP_UI_PreplanningItemVisuals_C_ExecuteUbergraph_WBP_UI_PreplanningItemVisuals::K2Node_Event_OutLoadedSprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_ExecuteUbergraph_WBP_UI_PreplanningItemVisuals, K2Node_Event_IsDesignTime) == 0x000028, "Member 'WBP_UI_PreplanningItemVisuals_C_ExecuteUbergraph_WBP_UI_PreplanningItemVisuals::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_ExecuteUbergraph_WBP_UI_PreplanningItemVisuals, K2Node_Select_Default) == 0x000029, "Member 'WBP_UI_PreplanningItemVisuals_C_ExecuteUbergraph_WBP_UI_PreplanningItemVisuals::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PreplanningItemVisuals_C_PreConstruct \ +static_assert(alignof(WBP_UI_PreplanningItemVisuals_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_PreplanningItemVisuals_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_PreplanningItemVisuals_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_PreplanningItemVisuals_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_PreplanningItemVisuals_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PreplanningItemVisuals_C_SpriteLoaded \ +static_assert(alignof(WBP_UI_PreplanningItemVisuals_C_SpriteLoaded) == 0x000008, "Wrong alignment on WBP_UI_PreplanningItemVisuals_C_SpriteLoaded"); \ +static_assert(sizeof(WBP_UI_PreplanningItemVisuals_C_SpriteLoaded) == 0x000008, "Wrong size on WBP_UI_PreplanningItemVisuals_C_SpriteLoaded"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_SpriteLoaded, OutLoadedSprite) == 0x000000, "Member 'WBP_UI_PreplanningItemVisuals_C_SpriteLoaded::OutLoadedSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PreplanningItemVisuals_C_ItemInitialized \ +static_assert(alignof(WBP_UI_PreplanningItemVisuals_C_ItemInitialized) == 0x000008, "Wrong alignment on WBP_UI_PreplanningItemVisuals_C_ItemInitialized"); \ +static_assert(sizeof(WBP_UI_PreplanningItemVisuals_C_ItemInitialized) == 0x000008, "Wrong size on WBP_UI_PreplanningItemVisuals_C_ItemInitialized"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_ItemInitialized, NewItem) == 0x000000, "Member 'WBP_UI_PreplanningItemVisuals_C_ItemInitialized::NewItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PreplanningItemVisuals_C_SetDisplayName \ +static_assert(alignof(WBP_UI_PreplanningItemVisuals_C_SetDisplayName) == 0x000008, "Wrong alignment on WBP_UI_PreplanningItemVisuals_C_SetDisplayName"); \ +static_assert(sizeof(WBP_UI_PreplanningItemVisuals_C_SetDisplayName) == 0x000060, "Wrong size on WBP_UI_PreplanningItemVisuals_C_SetDisplayName"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_SetDisplayName, InPrePlanningAsset) == 0x000000, "Member 'WBP_UI_PreplanningItemVisuals_C_SetDisplayName::InPrePlanningAsset' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_SetDisplayName, CallFunc_GetDisplayName_OutDisplayName) == 0x000008, "Member 'WBP_UI_PreplanningItemVisuals_C_SetDisplayName::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_SetDisplayName, CallFunc_GetDisplayName_OutHasText) == 0x000020, "Member 'WBP_UI_PreplanningItemVisuals_C_SetDisplayName::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_SetDisplayName, CallFunc_SelectColor_ReturnValue) == 0x000024, "Member 'WBP_UI_PreplanningItemVisuals_C_SetDisplayName::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_SetDisplayName, K2Node_MakeStruct_SlateColor) == 0x000038, "Member 'WBP_UI_PreplanningItemVisuals_C_SetDisplayName::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PreplanningItemVisuals_C_SetIcon \ +static_assert(alignof(WBP_UI_PreplanningItemVisuals_C_SetIcon) == 0x000008, "Wrong alignment on WBP_UI_PreplanningItemVisuals_C_SetIcon"); \ +static_assert(sizeof(WBP_UI_PreplanningItemVisuals_C_SetIcon) == 0x000020, "Wrong size on WBP_UI_PreplanningItemVisuals_C_SetIcon"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_SetIcon, InDisplayIcon) == 0x000000, "Member 'WBP_UI_PreplanningItemVisuals_C_SetIcon::InDisplayIcon' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_SetIcon, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_UI_PreplanningItemVisuals_C_SetIcon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_SetIcon, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000010, "Member 'WBP_UI_PreplanningItemVisuals_C_SetIcon::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PreplanningItemVisuals_C_InitializeItemVisuals \ +static_assert(alignof(WBP_UI_PreplanningItemVisuals_C_InitializeItemVisuals) == 0x000008, "Wrong alignment on WBP_UI_PreplanningItemVisuals_C_InitializeItemVisuals"); \ +static_assert(sizeof(WBP_UI_PreplanningItemVisuals_C_InitializeItemVisuals) == 0x000020, "Wrong size on WBP_UI_PreplanningItemVisuals_C_InitializeItemVisuals"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_InitializeItemVisuals, InPreplanningItem) == 0x000000, "Member 'WBP_UI_PreplanningItemVisuals_C_InitializeItemVisuals::InPreplanningItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_InitializeItemVisuals, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000008, "Member 'WBP_UI_PreplanningItemVisuals_C_InitializeItemVisuals::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_InitializeItemVisuals, K2Node_DynamicCast_AsPaper_Sprite) == 0x000010, "Member 'WBP_UI_PreplanningItemVisuals_C_InitializeItemVisuals::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_InitializeItemVisuals, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_UI_PreplanningItemVisuals_C_InitializeItemVisuals::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PreplanningItemVisuals_C_OnFocus \ +static_assert(alignof(WBP_UI_PreplanningItemVisuals_C_OnFocus) == 0x000008, "Wrong alignment on WBP_UI_PreplanningItemVisuals_C_OnFocus"); \ +static_assert(sizeof(WBP_UI_PreplanningItemVisuals_C_OnFocus) == 0x0000B8, "Wrong size on WBP_UI_PreplanningItemVisuals_C_OnFocus"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_OnFocus, IsFocused) == 0x000000, "Member 'WBP_UI_PreplanningItemVisuals_C_OnFocus::IsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_OnFocus, Temp_struct_Variable) == 0x000004, "Member 'WBP_UI_PreplanningItemVisuals_C_OnFocus::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_OnFocus, Temp_struct_Variable_1) == 0x000014, "Member 'WBP_UI_PreplanningItemVisuals_C_OnFocus::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_OnFocus, Temp_bool_Variable) == 0x000024, "Member 'WBP_UI_PreplanningItemVisuals_C_OnFocus::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_OnFocus, Temp_struct_Variable_2) == 0x000028, "Member 'WBP_UI_PreplanningItemVisuals_C_OnFocus::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_OnFocus, Temp_struct_Variable_3) == 0x000038, "Member 'WBP_UI_PreplanningItemVisuals_C_OnFocus::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_OnFocus, Temp_bool_Variable_1) == 0x000048, "Member 'WBP_UI_PreplanningItemVisuals_C_OnFocus::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_OnFocus, K2Node_Select_Default) == 0x00004C, "Member 'WBP_UI_PreplanningItemVisuals_C_OnFocus::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_OnFocus, Temp_object_Variable) == 0x000060, "Member 'WBP_UI_PreplanningItemVisuals_C_OnFocus::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_OnFocus, K2Node_MakeStruct_SlateColor) == 0x000068, "Member 'WBP_UI_PreplanningItemVisuals_C_OnFocus::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_OnFocus, Temp_object_Variable_1) == 0x000090, "Member 'WBP_UI_PreplanningItemVisuals_C_OnFocus::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_OnFocus, Temp_bool_Variable_2) == 0x000098, "Member 'WBP_UI_PreplanningItemVisuals_C_OnFocus::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_OnFocus, K2Node_Select_Default_1) == 0x0000A0, "Member 'WBP_UI_PreplanningItemVisuals_C_OnFocus::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemVisuals_C_OnFocus, K2Node_Select_Default_2) == 0x0000A8, "Member 'WBP_UI_PreplanningItemVisuals_C_OnFocus::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_PreplanningItemVisuals_C \ +static_assert(alignof(UWBP_UI_PreplanningItemVisuals_C) == 0x000008, "Wrong alignment on UWBP_UI_PreplanningItemVisuals_C"); \ +static_assert(sizeof(UWBP_UI_PreplanningItemVisuals_C) == 0x000320, "Wrong size on UWBP_UI_PreplanningItemVisuals_C"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemVisuals_C, UberGraphFrame) == 0x0002B8, "Member 'UWBP_UI_PreplanningItemVisuals_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemVisuals_C, Background_I) == 0x0002C0, "Member 'UWBP_UI_PreplanningItemVisuals_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemVisuals_C, Image_3) == 0x0002C8, "Member 'UWBP_UI_PreplanningItemVisuals_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemVisuals_C, Image_4) == 0x0002D0, "Member 'UWBP_UI_PreplanningItemVisuals_C::Image_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemVisuals_C, Image_5) == 0x0002D8, "Member 'UWBP_UI_PreplanningItemVisuals_C::Image_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemVisuals_C, Image_6) == 0x0002E0, "Member 'UWBP_UI_PreplanningItemVisuals_C::Image_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemVisuals_C, Image_Add) == 0x0002E8, "Member 'UWBP_UI_PreplanningItemVisuals_C::Image_Add' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemVisuals_C, LeftBar_I) == 0x0002F0, "Member 'UWBP_UI_PreplanningItemVisuals_C::LeftBar_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemVisuals_C, PPAIcon_I) == 0x0002F8, "Member 'UWBP_UI_PreplanningItemVisuals_C::PPAIcon_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemVisuals_C, Text_EmptyState) == 0x000300, "Member 'UWBP_UI_PreplanningItemVisuals_C::Text_EmptyState' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemVisuals_C, Text_PrePlanningName) == 0x000308, "Member 'UWBP_UI_PreplanningItemVisuals_C::Text_PrePlanningName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemVisuals_C, Image_size) == 0x000310, "Member 'UWBP_UI_PreplanningItemVisuals_C::Image_size' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemVisuals_C, IsSelectedOptions) == 0x000318, "Member 'UWBP_UI_PreplanningItemVisuals_C::IsSelectedOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_Pistol_SE5_C \ +static_assert(alignof(UBP_FireWeaponFeedback_Pistol_SE5_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_Pistol_SE5_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_Pistol_SE5_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_Pistol_SE5_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton) == 0x000078, "Wrong size on WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, EntryPoint) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, Temp_bool_Variable) == 0x000004, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, Temp_byte_Variable) == 0x000005, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, Temp_bool_Variable_1) == 0x000007, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, Temp_byte_Variable_2) == 0x000008, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, Temp_byte_Variable_3) == 0x000009, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, Temp_bool_Variable_2) == 0x00000A, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, Temp_byte_Variable_4) == 0x00000B, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, Temp_byte_Variable_5) == 0x00000C, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, Temp_bool_Variable_3) == 0x00000D, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, Temp_struct_Variable) == 0x000010, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, Temp_struct_Variable_1) == 0x000020, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, K2Node_Event_IsDesignTime) == 0x000030, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, K2Node_Event_InPreplanningData) == 0x000038, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::K2Node_Event_InPreplanningData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, Temp_byte_Variable_6) == 0x000040, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, K2Node_Event_bInHasFocus) == 0x000042, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, K2Node_Event_bInIsHovered) == 0x000043, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, Temp_byte_Variable_7) == 0x000044, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, CallFunc_Conv_IntToText_ReturnValue) == 0x000048, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, K2Node_Event_bIsRemoveAssetButton) == 0x000060, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::K2Node_Event_bIsRemoveAssetButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, K2Node_Select_Default) == 0x000061, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, K2Node_Select_Default_1) == 0x000062, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, K2Node_Select_Default_2) == 0x000064, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, Temp_bool_Variable_4) == 0x000074, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, K2Node_Event_bInIsDisabled) == 0x000075, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, K2Node_Select_Default_3) == 0x000076, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton, K2Node_Select_Default_4) == 0x000077, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_PreplanningItemButton::K2Node_Select_Default_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_SetRemoveAssetButton \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_SetRemoveAssetButton) == 0x000001, "Wrong alignment on WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_SetRemoveAssetButton"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_SetRemoveAssetButton) == 0x000001, "Wrong size on WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_SetRemoveAssetButton"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_SetRemoveAssetButton, bIsRemoveAssetButton) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_SetRemoveAssetButton::bIsRemoveAssetButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnPrePlanningItemInitialized \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnPrePlanningItemInitialized) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnPrePlanningItemInitialized"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnPrePlanningItemInitialized) == 0x000008, "Wrong size on WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnPrePlanningItemInitialized"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnPrePlanningItemInitialized, InPreplanningData) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnPrePlanningItemInitialized::InPreplanningData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_RefreshVisuals \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_RefreshVisuals) == 0x000001, "Wrong alignment on WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_RefreshVisuals) == 0x000002, "Wrong size on WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_RefreshVisuals, CallFunc_IsHovered_ReturnValue) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_RefreshVisuals::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_RefreshVisuals, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000001, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_RefreshVisuals::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused) == 0x0000B8, "Wrong size on WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused, bIsFocused) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused, Temp_struct_Variable) == 0x000004, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused, Temp_struct_Variable_1) == 0x000014, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused, Temp_bool_Variable_1) == 0x000024, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused, Temp_struct_Variable_2) == 0x000028, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused, Temp_struct_Variable_3) == 0x000038, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused, Temp_bool_Variable_2) == 0x000048, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused, Temp_bool_Variable_3) == 0x000049, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused, Temp_object_Variable) == 0x000050, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused, Temp_object_Variable_1) == 0x000058, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused, K2Node_Select_Default) == 0x000060, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused, Temp_object_Variable_2) == 0x000068, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused, K2Node_Select_Default_1) == 0x000070, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused, K2Node_Select_Default_2) == 0x000080, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused, Temp_object_Variable_3) == 0x000090, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused, K2Node_Select_Default_3) == 0x000098, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused, Temp_bool_Variable_4) == 0x0000A8, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused, K2Node_Select_Default_4) == 0x0000B0, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnFocused::K2Node_Select_Default_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnHovered \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnHovered) == 0x000001, "Wrong alignment on WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnHovered"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnHovered) == 0x000001, "Wrong size on WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnHovered"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnHovered, bIsHovered) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_PreplanningItemButton_C_OnHovered::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Preplanning_MainMenu_PreplanningItemButton_C \ +static_assert(alignof(UWBP_UI_Preplanning_MainMenu_PreplanningItemButton_C) == 0x000008, "Wrong alignment on UWBP_UI_Preplanning_MainMenu_PreplanningItemButton_C"); \ +static_assert(sizeof(UWBP_UI_Preplanning_MainMenu_PreplanningItemButton_C) == 0x0003C0, "Wrong size on UWBP_UI_Preplanning_MainMenu_PreplanningItemButton_C"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PreplanningItemButton_C, UberGraphFrame) == 0x000380, "Member 'UWBP_UI_Preplanning_MainMenu_PreplanningItemButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PreplanningItemButton_C, Image_Background) == 0x000388, "Member 'UWBP_UI_Preplanning_MainMenu_PreplanningItemButton_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PreplanningItemButton_C, Overlay_ButtonVisuals) == 0x000390, "Member 'UWBP_UI_Preplanning_MainMenu_PreplanningItemButton_C::Overlay_ButtonVisuals' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PreplanningItemButton_C, Overlay_RemoveVisuals) == 0x000398, "Member 'UWBP_UI_Preplanning_MainMenu_PreplanningItemButton_C::Overlay_RemoveVisuals' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PreplanningItemButton_C, Text_Remove) == 0x0003A0, "Member 'UWBP_UI_Preplanning_MainMenu_PreplanningItemButton_C::Text_Remove' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PreplanningItemButton_C, Text_StackCount) == 0x0003A8, "Member 'UWBP_UI_Preplanning_MainMenu_PreplanningItemButton_C::Text_StackCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PreplanningItemButton_C, Widget_PreplanningItemVisuals) == 0x0003B0, "Member 'UWBP_UI_Preplanning_MainMenu_PreplanningItemButton_C::Widget_PreplanningItemVisuals' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_PreplanningItemButton_C, IsRemoveButton) == 0x0003B8, "Member 'UWBP_UI_Preplanning_MainMenu_PreplanningItemButton_C::IsRemoveButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection \ +static_assert(alignof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection) == 0x000008, "Wrong alignment on WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection"); \ +static_assert(sizeof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection) == 0x000188, "Wrong size on WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, EntryPoint) == 0x000000, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, Temp_byte_Variable) == 0x000004, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, Temp_byte_Variable_1) == 0x000005, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, K2Node_Event_PlayerID_1) == 0x000008, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::K2Node_Event_PlayerID_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, K2Node_Event_PreplanningAsset) == 0x000030, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::K2Node_Event_PreplanningAsset' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, K2Node_Event_PlayerID) == 0x000038, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::K2Node_Event_PlayerID' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, CallFunc_GetPlayerIndex_Index) == 0x000060, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::CallFunc_GetPlayerIndex_Index' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, CallFunc_GetPlayerIndex_Index_1) == 0x000064, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::CallFunc_GetPlayerIndex_Index_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, K2Node_Event_InButton) == 0x000068, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::K2Node_Event_InButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, K2Node_Event_bIsFocused) == 0x000070, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::K2Node_Event_bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, K2Node_DynamicCast_AsSBZMain_Menu_Pre_Planning_Item_Selection_Button) == 0x000078, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::K2Node_DynamicCast_AsSBZMain_Menu_Pre_Planning_Item_Selection_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, CallFunc_GetPreplanningItem_ReturnValue) == 0x000088, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::CallFunc_GetPreplanningItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, K2Node_CustomEvent_InActionInput) == 0x000090, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::K2Node_CustomEvent_InActionInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, K2Node_SwitchName_CmpSuccess) == 0x00009C, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, K2Node_CreateDelegate_OutputDelegate) == 0x0000A0, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, Temp_bool_Variable) == 0x0000B4, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, K2Node_MakeStruct_SBZButtonControlReference) == 0x0000B8, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, Temp_int_Variable) == 0x0000F0, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, Temp_int_Variable_1) == 0x0000F4, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, K2Node_Select_Default) == 0x0000F8, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, K2Node_Select_Default_1) == 0x000100, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, K2Node_Event_IsDesignTime) == 0x000108, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, K2Node_Event_bEnabled) == 0x000109, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::K2Node_Event_bEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000110, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, K2Node_Select_Default_2) == 0x000148, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, K2Node_MakeArray_Array) == 0x000150, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000160, "Member 'WBP_UI_PreplanningItemSelection_C_ExecuteUbergraph_WBP_UI_PreplanningItemSelection::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PreplanningItemSelection_C_OnPreplanningSelectionEnabledChanged \ +static_assert(alignof(WBP_UI_PreplanningItemSelection_C_OnPreplanningSelectionEnabledChanged) == 0x000001, "Wrong alignment on WBP_UI_PreplanningItemSelection_C_OnPreplanningSelectionEnabledChanged"); \ +static_assert(sizeof(WBP_UI_PreplanningItemSelection_C_OnPreplanningSelectionEnabledChanged) == 0x000001, "Wrong size on WBP_UI_PreplanningItemSelection_C_OnPreplanningSelectionEnabledChanged"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_OnPreplanningSelectionEnabledChanged, bEnabled) == 0x000000, "Member 'WBP_UI_PreplanningItemSelection_C_OnPreplanningSelectionEnabledChanged::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PreplanningItemSelection_C_PreConstruct \ +static_assert(alignof(WBP_UI_PreplanningItemSelection_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_PreplanningItemSelection_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_PreplanningItemSelection_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_PreplanningItemSelection_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_PreplanningItemSelection_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PreplanningItemSelection_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_UI_PreplanningItemSelection_C_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on WBP_UI_PreplanningItemSelection_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_UI_PreplanningItemSelection_C_OnControlsReferenceClicked) == 0x00000C, "Wrong size on WBP_UI_PreplanningItemSelection_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_OnControlsReferenceClicked, InActionInput) == 0x000000, "Member 'WBP_UI_PreplanningItemSelection_C_OnControlsReferenceClicked::InActionInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PreplanningItemSelection_C_OnPrePlanningItemButtonFocused \ +static_assert(alignof(WBP_UI_PreplanningItemSelection_C_OnPrePlanningItemButtonFocused) == 0x000008, "Wrong alignment on WBP_UI_PreplanningItemSelection_C_OnPrePlanningItemButtonFocused"); \ +static_assert(sizeof(WBP_UI_PreplanningItemSelection_C_OnPrePlanningItemButtonFocused) == 0x000010, "Wrong size on WBP_UI_PreplanningItemSelection_C_OnPrePlanningItemButtonFocused"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_OnPrePlanningItemButtonFocused, InButton) == 0x000000, "Member 'WBP_UI_PreplanningItemSelection_C_OnPrePlanningItemButtonFocused::InButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_OnPrePlanningItemButtonFocused, bIsFocused) == 0x000008, "Member 'WBP_UI_PreplanningItemSelection_C_OnPrePlanningItemButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PreplanningItemSelection_C_OnPreplanningAssetRemovedByPlayer \ +static_assert(alignof(WBP_UI_PreplanningItemSelection_C_OnPreplanningAssetRemovedByPlayer) == 0x000008, "Wrong alignment on WBP_UI_PreplanningItemSelection_C_OnPreplanningAssetRemovedByPlayer"); \ +static_assert(sizeof(WBP_UI_PreplanningItemSelection_C_OnPreplanningAssetRemovedByPlayer) == 0x000028, "Wrong size on WBP_UI_PreplanningItemSelection_C_OnPreplanningAssetRemovedByPlayer"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_OnPreplanningAssetRemovedByPlayer, PlayerID) == 0x000000, "Member 'WBP_UI_PreplanningItemSelection_C_OnPreplanningAssetRemovedByPlayer::PlayerID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PreplanningItemSelection_C_OnPreplanningAssetAddedByPlayer \ +static_assert(alignof(WBP_UI_PreplanningItemSelection_C_OnPreplanningAssetAddedByPlayer) == 0x000008, "Wrong alignment on WBP_UI_PreplanningItemSelection_C_OnPreplanningAssetAddedByPlayer"); \ +static_assert(sizeof(WBP_UI_PreplanningItemSelection_C_OnPreplanningAssetAddedByPlayer) == 0x000030, "Wrong size on WBP_UI_PreplanningItemSelection_C_OnPreplanningAssetAddedByPlayer"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_OnPreplanningAssetAddedByPlayer, PlayerID) == 0x000000, "Member 'WBP_UI_PreplanningItemSelection_C_OnPreplanningAssetAddedByPlayer::PlayerID' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_OnPreplanningAssetAddedByPlayer, PreplanningAsset) == 0x000028, "Member 'WBP_UI_PreplanningItemSelection_C_OnPreplanningAssetAddedByPlayer::PreplanningAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PreplanningItemSelection_C_GetPlayerIndex \ +static_assert(alignof(WBP_UI_PreplanningItemSelection_C_GetPlayerIndex) == 0x000008, "Wrong alignment on WBP_UI_PreplanningItemSelection_C_GetPlayerIndex"); \ +static_assert(sizeof(WBP_UI_PreplanningItemSelection_C_GetPlayerIndex) == 0x000048, "Wrong size on WBP_UI_PreplanningItemSelection_C_GetPlayerIndex"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_GetPlayerIndex, InPlayerID) == 0x000000, "Member 'WBP_UI_PreplanningItemSelection_C_GetPlayerIndex::InPlayerID' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_GetPlayerIndex, Index_0) == 0x000028, "Member 'WBP_UI_PreplanningItemSelection_C_GetPlayerIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_GetPlayerIndex, CallFunc_Map_Keys_Keys) == 0x000030, "Member 'WBP_UI_PreplanningItemSelection_C_GetPlayerIndex::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_GetPlayerIndex, CallFunc_Array_Find_ReturnValue) == 0x000040, "Member 'WBP_UI_PreplanningItemSelection_C_GetPlayerIndex::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PreplanningItemSelection_C_UpdatePreplanningDescription \ +static_assert(alignof(WBP_UI_PreplanningItemSelection_C_UpdatePreplanningDescription) == 0x000008, "Wrong alignment on WBP_UI_PreplanningItemSelection_C_UpdatePreplanningDescription"); \ +static_assert(sizeof(WBP_UI_PreplanningItemSelection_C_UpdatePreplanningDescription) == 0x000010, "Wrong size on WBP_UI_PreplanningItemSelection_C_UpdatePreplanningDescription"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_UpdatePreplanningDescription, InPreplanning) == 0x000000, "Member 'WBP_UI_PreplanningItemSelection_C_UpdatePreplanningDescription::InPreplanning' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_UpdatePreplanningDescription, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_UI_PreplanningItemSelection_C_UpdatePreplanningDescription::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PreplanningItemSelection_C_SetSoloModeVisuals \ +static_assert(alignof(WBP_UI_PreplanningItemSelection_C_SetSoloModeVisuals) == 0x000001, "Wrong alignment on WBP_UI_PreplanningItemSelection_C_SetSoloModeVisuals"); \ +static_assert(sizeof(WBP_UI_PreplanningItemSelection_C_SetSoloModeVisuals) == 0x000005, "Wrong size on WBP_UI_PreplanningItemSelection_C_SetSoloModeVisuals"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_SetSoloModeVisuals, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_PreplanningItemSelection_C_SetSoloModeVisuals::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_SetSoloModeVisuals, Temp_byte_Variable) == 0x000001, "Member 'WBP_UI_PreplanningItemSelection_C_SetSoloModeVisuals::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_SetSoloModeVisuals, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_UI_PreplanningItemSelection_C_SetSoloModeVisuals::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_SetSoloModeVisuals, CallFunc_IsSoloGameEnabled_ReturnValue) == 0x000003, "Member 'WBP_UI_PreplanningItemSelection_C_SetSoloModeVisuals::CallFunc_IsSoloGameEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PreplanningItemSelection_C_SetSoloModeVisuals, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_PreplanningItemSelection_C_SetSoloModeVisuals::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_PreplanningItemSelection_C \ +static_assert(alignof(UWBP_UI_PreplanningItemSelection_C) == 0x000008, "Wrong alignment on UWBP_UI_PreplanningItemSelection_C"); \ +static_assert(sizeof(UWBP_UI_PreplanningItemSelection_C) == 0x000388, "Wrong size on UWBP_UI_PreplanningItemSelection_C"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemSelection_C, UberGraphFrame) == 0x000318, "Member 'UWBP_UI_PreplanningItemSelection_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemSelection_C, Image_3) == 0x000320, "Member 'UWBP_UI_PreplanningItemSelection_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemSelection_C, Image_4) == 0x000328, "Member 'UWBP_UI_PreplanningItemSelection_C::Image_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemSelection_C, Image_5) == 0x000330, "Member 'UWBP_UI_PreplanningItemSelection_C::Image_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemSelection_C, Image_6) == 0x000338, "Member 'UWBP_UI_PreplanningItemSelection_C::Image_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemSelection_C, Image_193) == 0x000340, "Member 'UWBP_UI_PreplanningItemSelection_C::Image_193' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemSelection_C, Image_Overlay) == 0x000348, "Member 'UWBP_UI_PreplanningItemSelection_C::Image_Overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemSelection_C, Text_FocusedAssetDescription) == 0x000350, "Member 'UWBP_UI_PreplanningItemSelection_C::Text_FocusedAssetDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemSelection_C, Widget_SelectedAssetPlayer1) == 0x000358, "Member 'UWBP_UI_PreplanningItemSelection_C::Widget_SelectedAssetPlayer1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemSelection_C, Widget_SelectedAssetPlayer2) == 0x000360, "Member 'UWBP_UI_PreplanningItemSelection_C::Widget_SelectedAssetPlayer2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemSelection_C, Widget_SelectedAssetPlayer3) == 0x000368, "Member 'UWBP_UI_PreplanningItemSelection_C::Widget_SelectedAssetPlayer3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemSelection_C, Widget_SelectedAssetPlayer4) == 0x000370, "Member 'UWBP_UI_PreplanningItemSelection_C::Widget_SelectedAssetPlayer4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemSelection_C, ActiveButton) == 0x000378, "Member 'UWBP_UI_PreplanningItemSelection_C::ActiveButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PreplanningItemSelection_C, PreplanningMenuParent) == 0x000380, "Member 'UWBP_UI_PreplanningItemSelection_C::PreplanningMenuParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DamageType_OVK_ARGES_C \ +static_assert(alignof(UBP_DamageType_OVK_ARGES_C) == 0x000008, "Wrong alignment on UBP_DamageType_OVK_ARGES_C"); \ +static_assert(sizeof(UBP_DamageType_OVK_ARGES_C) == 0x000090, "Wrong size on UBP_DamageType_OVK_ARGES_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton) == 0x0002C8, "Wrong size on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, EntryPoint) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_struct_Variable) == 0x000004, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_IsWidgetActuallyVisible_ReturnValue) == 0x000014, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_IsWidgetActuallyVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_struct_Variable_1) == 0x000018, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_bool_Variable) == 0x000028, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_object_Variable) == 0x000030, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_object_Variable_1) == 0x000038, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_bool_Variable_1) == 0x000040, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_struct_Variable_2) == 0x000044, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_struct_Variable_3) == 0x000054, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_bool_Variable_2) == 0x000064, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_struct_Variable_4) == 0x000068, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_struct_Variable_5) == 0x000070, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_bool_Variable_3) == 0x000078, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_struct_Variable_6) == 0x00007C, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_struct_Variable_7) == 0x000084, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_bool_Variable_4) == 0x00008C, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_struct_Variable_8) == 0x000090, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_GetActivePlayerLoadoutIndex_ReturnValue) == 0x0000A0, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_GetActivePlayerLoadoutIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue) == 0x0000A4, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_IsFocusedPlayerLoadoutValid_ReturnValue) == 0x0000A8, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_IsFocusedPlayerLoadoutValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000A9, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_Event_NewPlayerLoadout) == 0x0000B0, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_Event_NewPlayerLoadout' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_Event_NewActiveLoadoutIndex) == 0x000148, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_Event_NewActiveLoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_Event_bIsGamepad) == 0x00014C, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_Event_bIsGamepad' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue_1) == 0x000150, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_IsLocalClientReady_ReturnValue) == 0x000154, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_IsLocalClientReady_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_Add_IntInt_ReturnValue) == 0x000158, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_Not_PreBool_ReturnValue) == 0x00015C, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue_2) == 0x000160, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_IsLocalClientReady_ReturnValue_1) == 0x000164, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_IsLocalClientReady_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_Subtract_IntInt_ReturnValue) == 0x000168, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_Not_PreBool_ReturnValue_1) == 0x00016C, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_Event_IsDesignTime) == 0x00016D, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_ComponentBoundEvent_InVisibility) == 0x00016E, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_ComponentBoundEvent_InVisibility' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00016F, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_ComponentBoundEvent_Button_7) == 0x000170, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_ComponentBoundEvent_Button_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_ComponentBoundEvent_bIsEnabled_3) == 0x000178, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_ComponentBoundEvent_bIsEnabled_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_struct_Variable_9) == 0x00017C, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_struct_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_ComponentBoundEvent_Button_6) == 0x000190, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_ComponentBoundEvent_Button_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_ComponentBoundEvent_Button_5) == 0x000198, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_ComponentBoundEvent_Button_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_ComponentBoundEvent_Button_4) == 0x0001A0, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_ComponentBoundEvent_Button_3) == 0x0001A8, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_ComponentBoundEvent_bIsEnabled_2) == 0x0001B0, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_ComponentBoundEvent_bIsEnabled_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_Select_Default) == 0x0001B4, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_Select_Default_1) == 0x0001C4, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_ComponentBoundEvent_Button_2) == 0x0001D0, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x0001D8, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_Select_Default_2) == 0x0001DC, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_bool_Variable_5) == 0x0001E4, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_Select_Default_3) == 0x0001E8, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_GetMenuWidget_ReturnValue) == 0x0001F8, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_DynamicCast_AsSBZMain_Menu_Widget) == 0x000200, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_DynamicCast_AsSBZMain_Menu_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_DynamicCast_bSuccess) == 0x000208, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_struct_Variable_10) == 0x00020C, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_struct_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue_3) == 0x00021C, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_struct_Variable_11) == 0x000220, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_struct_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_ComponentBoundEvent_Button_1) == 0x000230, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_ComponentBoundEvent_bIsEnabled) == 0x000238, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_Select_Default_4) == 0x000240, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_Select_Default_5) == 0x000248, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_bool_Variable_6) == 0x000258, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_Select_Default_6) == 0x00025C, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_ComponentBoundEvent_Button) == 0x000270, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_GetLoadoutManager_ReturnValue) == 0x000278, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_GetLoadoutManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue_4) == 0x000280, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_IsFocusedPlayerLoadoutValid_ReturnValue_1) == 0x000284, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_IsFocusedPlayerLoadoutValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_SetActiveLoadoutIndex_ReturnValue) == 0x000285, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_SetActiveLoadoutIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_object_Variable_2) == 0x000288, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_bool_Variable_7) == 0x000290, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_object_Variable_3) == 0x000298, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_bool_Variable_8) == 0x0002A0, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_bool_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_byte_Variable) == 0x0002A1, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_Select_Default_7) == 0x0002A8, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_Select_Default_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x0002B0, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_SlotAsOverlaySlot_ReturnValue_1) == 0x0002B8, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_SlotAsOverlaySlot_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_HasKeyboardFocus_ReturnValue) == 0x0002C0, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_IsValid_ReturnValue) == 0x0002C1, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, Temp_byte_Variable_1) == 0x0002C2, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, K2Node_Select_Default_8) == 0x0002C3, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::K2Node_Select_Default_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_IsValid_ReturnValue_1) == 0x0002C4, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_IsInputTypeController_ReturnValue) == 0x0002C5, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_IsInputTypeController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton, CallFunc_Not_PreBool_ReturnValue_2) == 0x0002C6, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu_LoadoutButton::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_SetActive_Button_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_SetActive_Button_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_SetActive_Button_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_SetActive_Button_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_SetActive_Button_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_SetActive_Button_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_SetActive_Button_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_SetActive_Button_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_SetActive_Button_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_SetActive_Button_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_SetActive_Button_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_SetActive_Button_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_SetActive_Button_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_SetActive_Button_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_SetActive_Button_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_SetActive_Button_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavLeft_B_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavLeft_B_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavLeft_B_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavLeft_B_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavLeft_B_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavLeft_B_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavLeft_B_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavLeft_B_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavLeft_B_K2Node_ComponentBoundEvent_16_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavRight_B_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavRight_B_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavRight_B_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavRight_B_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavRight_B_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavRight_B_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavRight_B_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavRight_B_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavRight_B_K2Node_ComponentBoundEvent_15_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavRight_B_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavRight_B_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavRight_B_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavRight_B_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavRight_B_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavRight_B_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavRight_B_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavLeft_B_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavLeft_B_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavLeft_B_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavLeft_B_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavLeft_B_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavLeft_B_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_NavLeft_B_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_Rename_Button_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_Rename_Button_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_Rename_Button_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_Rename_Button_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_Rename_Button_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_Rename_Button_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_Rename_Button_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_WBP_MenuButton_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_WBP_MenuButton_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_WBP_MenuButton_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_WBP_MenuButton_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_WBP_MenuButton_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_WBP_MenuButton_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_WBP_MenuButton_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_WBP_MenuButton_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_WBP_MenuButton_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_InputLeft_CR_K2Node_ComponentBoundEvent_1_OnVisibilityChangedEvent__DelegateSignature \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_InputLeft_CR_K2Node_ComponentBoundEvent_1_OnVisibilityChangedEvent__DelegateSignature) == 0x000001, "Wrong alignment on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_InputLeft_CR_K2Node_ComponentBoundEvent_1_OnVisibilityChangedEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_InputLeft_CR_K2Node_ComponentBoundEvent_1_OnVisibilityChangedEvent__DelegateSignature) == 0x000001, "Wrong size on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_InputLeft_CR_K2Node_ComponentBoundEvent_1_OnVisibilityChangedEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_InputLeft_CR_K2Node_ComponentBoundEvent_1_OnVisibilityChangedEvent__DelegateSignature, InVisibility) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutButton_InputLeft_CR_K2Node_ComponentBoundEvent_1_OnVisibilityChangedEvent__DelegateSignature::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_LoadoutButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnInputTypeChangedToGamepad \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnInputTypeChangedToGamepad) == 0x000001, "Wrong alignment on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnInputTypeChangedToGamepad"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnInputTypeChangedToGamepad) == 0x000001, "Wrong size on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnInputTypeChangedToGamepad"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnInputTypeChangedToGamepad, bIsGamepad) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnInputTypeChangedToGamepad::bIsGamepad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ActiveLoadoutChanged \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ActiveLoadoutChanged) == 0x000004, "Wrong alignment on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ActiveLoadoutChanged"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ActiveLoadoutChanged) == 0x000004, "Wrong size on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ActiveLoadoutChanged"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ActiveLoadoutChanged, NewActiveLoadoutIndex) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_ActiveLoadoutChanged::NewActiveLoadoutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_LoadoutButton_C_FocusedPlayerLoadoutConfigChanged \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_FocusedPlayerLoadoutConfigChanged) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_FocusedPlayerLoadoutConfigChanged"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_FocusedPlayerLoadoutConfigChanged) == 0x000098, "Wrong size on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_FocusedPlayerLoadoutConfigChanged"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_FocusedPlayerLoadoutConfigChanged, NewPlayerLoadout) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_FocusedPlayerLoadoutConfigChanged::NewPlayerLoadout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnHoveredStateChanged \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnHoveredStateChanged) == 0x000001, "Wrong alignment on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnHoveredStateChanged"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnHoveredStateChanged) == 0x000001, "Wrong size on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnHoveredStateChanged"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnHoveredStateChanged, bIsHovered) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnHoveredStateChanged::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnFocusedStateChanged \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnFocusedStateChanged) == 0x000001, "Wrong alignment on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnFocusedStateChanged"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnFocusedStateChanged) == 0x000001, "Wrong size on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnFocusedStateChanged"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnFocusedStateChanged, bIsFocused) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnFocusedStateChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_LoadoutButton_C_RefreshVisuals \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_RefreshVisuals) == 0x000001, "Wrong alignment on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_RefreshVisuals) == 0x000004, "Wrong size on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_RefreshVisuals, CallFunc_GetPlatform_ReturnValue) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_RefreshVisuals::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_RefreshVisuals, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_RefreshVisuals::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_RefreshVisuals, CallFunc_IsHovered_ReturnValue) == 0x000002, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_RefreshVisuals::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_RefreshVisuals, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000003, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_RefreshVisuals::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName) == 0x0000F8, "Wrong size on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName, InLoadoutName) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName::InLoadoutName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName, Temp_bool_Variable) == 0x000010, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName, CallFunc_GetSubstring_ReturnValue) == 0x000018, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName::CallFunc_GetSubstring_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName, CallFunc_IsEmpty_ReturnValue) == 0x000028, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName, CallFunc_Len_ReturnValue) == 0x000040, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName::CallFunc_Len_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName, CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue) == 0x000044, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName::CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName, CallFunc_Greater_IntInt_ReturnValue) == 0x000048, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName, CallFunc_SelectString_ReturnValue) == 0x000090, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName, K2Node_MakeArray_Array) == 0x0000A0, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName, CallFunc_Conv_StringToText_ReturnValue) == 0x0000B0, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName, CallFunc_Format_ReturnValue) == 0x0000C8, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName, K2Node_Select_Default) == 0x0000E0, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetLoadoutName::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnDisabledChanged \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnDisabledChanged) == 0x000001, "Wrong alignment on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnDisabledChanged"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnDisabledChanged) == 0x000001, "Wrong size on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnDisabledChanged"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnDisabledChanged, InIsDisabled) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnDisabledChanged::InIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup) == 0x0001D0, "Wrong size on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup, CallFunc_Create_ReturnValue) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup, K2Node_CreateDelegate_OutputDelegate_1) == 0x00001C, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup, CallFunc_GetLoadoutManager_ReturnValue) == 0x000030, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup::CallFunc_GetLoadoutManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup, CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue) == 0x000038, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup::CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup, K2Node_MakeArray_Array) == 0x000080, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup, CallFunc_Format_ReturnValue) == 0x000090, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup, CallFunc_GetLoadoutName_ReturnValue) == 0x0000A8, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup::CallFunc_GetLoadoutName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup, Temp_bool_Variable) == 0x0000B8, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup, CallFunc_Conv_StringToText_ReturnValue) == 0x0000C0, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup, CallFunc_IsEmpty_ReturnValue) == 0x0000D8, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup, CallFunc_IsValid_ReturnValue) == 0x0000D9, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup, K2Node_Select_Default) == 0x0000E0, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup, K2Node_MakeStruct_SBZButtonControlReference) == 0x0000F8, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup, CallFunc_GetUIManager_ReturnValue) == 0x000130, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup, K2Node_MakeArray_Array_1) == 0x000138, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000148, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup, K2Node_MakeStruct_SBZUIPopupData) == 0x000170, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_CreateRenameLoadoutPopup::K2Node_MakeStruct_SBZUIPopupData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnLoadoutPopupClosed \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnLoadoutPopupClosed) == 0x000004, "Wrong alignment on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnLoadoutPopupClosed"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnLoadoutPopupClosed) == 0x00000C, "Wrong size on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnLoadoutPopupClosed"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnLoadoutPopupClosed, ClosingActionName) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnLoadoutPopupClosed::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BindKeys \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BindKeys) == 0x000001, "Wrong alignment on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BindKeys"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BindKeys) == 0x000002, "Wrong size on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BindKeys"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BindKeys, IsActive) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BindKeys::IsActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BindKeys, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_BindKeys::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetNavKeysPerInput \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetNavKeysPerInput) == 0x000001, "Wrong alignment on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetNavKeysPerInput"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetNavKeysPerInput) == 0x000001, "Wrong size on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetNavKeysPerInput"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetNavKeysPerInput, IsKeyboardMouse) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_SetNavKeysPerInput::IsKeyboardMouse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnTextCommited \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnTextCommited) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnTextCommited"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnTextCommited) == 0x000058, "Wrong size on WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnTextCommited"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnTextCommited, Text) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnTextCommited::Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnTextCommited, CommitMethod) == 0x000018, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnTextCommited::CommitMethod' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnTextCommited, CallFunc_GetUIManager_ReturnValue) == 0x000020, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnTextCommited::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnTextCommited, K2Node_SwitchEnum_CmpSuccess) == 0x000028, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnTextCommited::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnTextCommited, CallFunc_GetPopUpWidget_ReturnValue) == 0x000030, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnTextCommited::CallFunc_GetPopUpWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnTextCommited, CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue) == 0x000038, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnTextCommited::CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnTextCommited, CallFunc_Conv_TextToString_ReturnValue) == 0x000040, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnTextCommited::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnTextCommited, CallFunc_GetLoadoutManager_ReturnValue) == 0x000050, "Member 'WBP_UI_Preplanning_MainMenu_LoadoutButton_C_OnTextCommited::CallFunc_GetLoadoutManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Preplanning_MainMenu_LoadoutButton_C \ +static_assert(alignof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C) == 0x000008, "Wrong alignment on UWBP_UI_Preplanning_MainMenu_LoadoutButton_C"); \ +static_assert(sizeof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C) == 0x000400, "Wrong size on UWBP_UI_Preplanning_MainMenu_LoadoutButton_C"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, UberGraphFrame) == 0x0002C8, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, ActiveLoadout_Ws) == 0x0002D0, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::ActiveLoadout_Ws' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, ActiveLoadoutStatus_T) == 0x0002D8, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::ActiveLoadoutStatus_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, InputLeft_CR) == 0x0002E0, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::InputLeft_CR' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, InputLeft_O) == 0x0002E8, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::InputLeft_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, InputRight_CR) == 0x0002F0, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::InputRight_CR' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, InputRight_O) == 0x0002F8, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::InputRight_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, LoadoutName_T) == 0x000300, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::LoadoutName_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, NameBg_I) == 0x000308, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::NameBg_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, NavigationalArrowLeft_I) == 0x000310, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::NavigationalArrowLeft_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, NavigationalArrowRight_I) == 0x000318, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::NavigationalArrowRight_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, NavLeft_B) == 0x000320, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::NavLeft_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, NavRight_B) == 0x000328, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::NavRight_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, Rename_Button) == 0x000330, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::Rename_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, RenameButton_B) == 0x000338, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::RenameButton_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, RenameButton_Text) == 0x000340, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::RenameButton_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, RenameKey) == 0x000348, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::RenameKey' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, SetActive_B) == 0x000350, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::SetActive_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, SetActive_Button) == 0x000358, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::SetActive_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, SetActive_Text) == 0x000360, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::SetActive_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, SetActiveKey) == 0x000368, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::SetActiveKey' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, StatusBg_I) == 0x000370, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::StatusBg_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, StatusUnderline_I) == 0x000378, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::StatusUnderline_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, Underline_I) == 0x000380, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::Underline_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, NeutralColour) == 0x000388, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::NeutralColour' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, IncrementCount) == 0x000398, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::IncrementCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, DecrementCount) == 0x00039C, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::DecrementCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, DisabledBackgroundColorStyle) == 0x0003A0, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::DisabledBackgroundColorStyle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, DefaultBackgroundColorStyle) == 0x0003A8, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::DefaultBackgroundColorStyle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, DefaultTitleTextColorStyle) == 0x0003B0, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::DefaultTitleTextColorStyle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, SelectedTitleTextColorStyle) == 0x0003B8, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::SelectedTitleTextColorStyle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, SelectedSubtitleTextColorStyle) == 0x0003C0, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::SelectedSubtitleTextColorStyle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, DefaultSubtitleTextColorStyle) == 0x0003C8, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::DefaultSubtitleTextColorStyle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, HasFocus) == 0x0003D0, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::HasFocus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, LoadoutRenamePopup) == 0x0003D8, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::LoadoutRenamePopup' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, PopupTextInput) == 0x0003E0, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::PopupTextInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_LoadoutButton_C, IsInPreplanning) == 0x0003F8, "Member 'UWBP_UI_Preplanning_MainMenu_LoadoutButton_C::IsInPreplanning' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Stapler_01_SmallDestruction_C \ +static_assert(alignof(ABP_Stapler_01_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_Stapler_01_SmallDestruction_C"); \ +static_assert(sizeof(ABP_Stapler_01_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_Stapler_01_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton \ +static_assert(alignof(WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton) == 0x000008, "Wrong alignment on WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton"); \ +static_assert(sizeof(WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton) == 0x0000B0, "Wrong size on WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton, EntryPoint) == 0x000000, "Member 'WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton, CallFunc_IsButtonDisabled_ReturnValue) == 0x000004, "Member 'WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton::CallFunc_IsButtonDisabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton, Temp_bool_Variable) == 0x000005, "Member 'WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton, CallFunc_Not_PreBool_ReturnValue) == 0x000006, "Member 'WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton, Temp_struct_Variable) == 0x000008, "Member 'WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton, Temp_bool_Variable_1) == 0x000018, "Member 'WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton, Temp_struct_Variable_1) == 0x00001C, "Member 'WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton, K2Node_Event_IsDesignTime) == 0x00002C, "Member 'WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000030, "Member 'WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton, K2Node_Event_bInHasFocus) == 0x000038, "Member 'WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton, Temp_bool_Variable_2) == 0x000039, "Member 'WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton, K2Node_Select_Default) == 0x00003C, "Member 'WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton, Temp_struct_Variable_2) == 0x00004C, "Member 'WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton, Temp_bool_Variable_3) == 0x00005C, "Member 'WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton, CallFunc_BreakVector2D_X) == 0x000060, "Member 'WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton, CallFunc_BreakVector2D_Y) == 0x000064, "Member 'WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton, K2Node_Select_Default_1) == 0x000068, "Member 'WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton, K2Node_Event_bInIsDisabled) == 0x000078, "Member 'WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton, K2Node_Select_Default_2) == 0x00007C, "Member 'WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton, Temp_bool_Variable_4) == 0x00008C, "Member 'WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton, K2Node_Select_Default_3) == 0x000090, "Member 'WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton, K2Node_Select_Default_4) == 0x0000A0, "Member 'WBP_UI_UnifiedButton_C_ExecuteUbergraph_WBP_UI_UnifiedButton::K2Node_Select_Default_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_UnifiedButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_UI_UnifiedButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_UI_UnifiedButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_UI_UnifiedButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_UI_UnifiedButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_UI_UnifiedButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_UnifiedButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_UnifiedButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_UnifiedButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_UnifiedButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_UnifiedButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_UnifiedButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_UnifiedButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_UnifiedButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_UnifiedButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_UnifiedButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_UnifiedButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_UnifiedButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_UnifiedButton_C \ +static_assert(alignof(UWBP_UI_UnifiedButton_C) == 0x000008, "Wrong alignment on UWBP_UI_UnifiedButton_C"); \ +static_assert(sizeof(UWBP_UI_UnifiedButton_C) == 0x000400, "Wrong size on UWBP_UI_UnifiedButton_C"); \ +static_assert(offsetof(UWBP_UI_UnifiedButton_C, UberGraphFrame) == 0x000370, "Member 'UWBP_UI_UnifiedButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_UnifiedButton_C, Background_I) == 0x000378, "Member 'UWBP_UI_UnifiedButton_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_UnifiedButton_C, Border_Frame) == 0x000380, "Member 'UWBP_UI_UnifiedButton_C::Border_Frame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_UnifiedButton_C, Button_Text) == 0x000388, "Member 'UWBP_UI_UnifiedButton_C::Button_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_UnifiedButton_C, ButtonSize_SB) == 0x000390, "Member 'UWBP_UI_UnifiedButton_C::ButtonSize_SB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_UnifiedButton_C, LeftBar_I) == 0x000398, "Member 'UWBP_UI_UnifiedButton_C::LeftBar_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_UnifiedButton_C, ButtonText) == 0x0003A0, "Member 'UWBP_UI_UnifiedButton_C::ButtonText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_UnifiedButton_C, BackgroundHover) == 0x0003B8, "Member 'UWBP_UI_UnifiedButton_C::BackgroundHover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_UnifiedButton_C, BackgroundNormal) == 0x0003C8, "Member 'UWBP_UI_UnifiedButton_C::BackgroundNormal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_UnifiedButton_C, BorderHover) == 0x0003D8, "Member 'UWBP_UI_UnifiedButton_C::BorderHover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_UnifiedButton_C, BorderNormal) == 0x0003E8, "Member 'UWBP_UI_UnifiedButton_C::BorderNormal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_UnifiedButton_C, ButtonSize) == 0x0003F8, "Member 'UWBP_UI_UnifiedButton_C::ButtonSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_Revolver_Justicar_C \ +static_assert(alignof(UCS_FireWeapon_Revolver_Justicar_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_Revolver_Justicar_C"); \ +static_assert(sizeof(UCS_FireWeapon_Revolver_Justicar_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_Revolver_Justicar_C"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_ContentBackground_C \ +static_assert(alignof(UWBP_UI_ContentBackground_C) == 0x000008, "Wrong alignment on UWBP_UI_ContentBackground_C"); \ +static_assert(sizeof(UWBP_UI_ContentBackground_C) == 0x0002A0, "Wrong size on UWBP_UI_ContentBackground_C"); \ +static_assert(offsetof(UWBP_UI_ContentBackground_C, Content) == 0x000290, "Member 'UWBP_UI_ContentBackground_C::Content' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ContentBackground_C, Image_250) == 0x000298, "Member 'UWBP_UI_ContentBackground_C::Image_250' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat \ +static_assert(alignof(WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat) == 0x000008, "Wrong alignment on WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat"); \ +static_assert(sizeof(WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat) == 0x0001B8, "Wrong size on WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat"); \ +static_assert(offsetof(WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat, EntryPoint) == 0x000000, "Member 'WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat, K2Node_ComponentBoundEvent_Text) == 0x000008, "Member 'WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat::K2Node_ComponentBoundEvent_Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat, K2Node_ComponentBoundEvent_CommitMethod) == 0x000020, "Member 'WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat::K2Node_ComponentBoundEvent_CommitMethod' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat, K2Node_SwitchEnum_CmpSuccess) == 0x000021, "Member 'WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat, CallFunc_Conv_TextToString_ReturnValue) == 0x000028, "Member 'WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat, K2Node_Event_IsDesignTime) == 0x000038, "Member 'WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat, CallFunc_PlayAnimation_ReturnValue) == 0x000040, "Member 'WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat, CallFunc_GetUserDisplayName_ReturnValue) == 0x000048, "Member 'WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat::CallFunc_GetUserDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat, CallFunc_GetUserId_ReturnValue) == 0x000058, "Member 'WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat::CallFunc_GetUserId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat, K2Node_MakeStruct_SBZChatMessage) == 0x000068, "Member 'WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat::K2Node_MakeStruct_SBZChatMessage' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat, K2Node_Event_ChatMessage) == 0x000110, "Member 'WBP_LobbyChat_C_ExecuteUbergraph_WBP_LobbyChat::K2Node_Event_ChatMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LobbyChat_C_OnMessageReceivedEvent \ +static_assert(alignof(WBP_LobbyChat_C_OnMessageReceivedEvent) == 0x000008, "Wrong alignment on WBP_LobbyChat_C_OnMessageReceivedEvent"); \ +static_assert(sizeof(WBP_LobbyChat_C_OnMessageReceivedEvent) == 0x0000A8, "Wrong size on WBP_LobbyChat_C_OnMessageReceivedEvent"); \ +static_assert(offsetof(WBP_LobbyChat_C_OnMessageReceivedEvent, ChatMessage) == 0x000000, "Member 'WBP_LobbyChat_C_OnMessageReceivedEvent::ChatMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LobbyChat_C_PreConstruct \ +static_assert(alignof(WBP_LobbyChat_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_LobbyChat_C_PreConstruct"); \ +static_assert(sizeof(WBP_LobbyChat_C_PreConstruct) == 0x000001, "Wrong size on WBP_LobbyChat_C_PreConstruct"); \ +static_assert(offsetof(WBP_LobbyChat_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_LobbyChat_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LobbyChat_C_BndEvt__WBP_LobbyChat_EditableText_ChatInput_K2Node_ComponentBoundEvent_6_OnEditableTextCommittedEvent__DelegateSignature \ +static_assert(alignof(WBP_LobbyChat_C_BndEvt__WBP_LobbyChat_EditableText_ChatInput_K2Node_ComponentBoundEvent_6_OnEditableTextCommittedEvent__DelegateSignature) == 0x000008, "Wrong alignment on WBP_LobbyChat_C_BndEvt__WBP_LobbyChat_EditableText_ChatInput_K2Node_ComponentBoundEvent_6_OnEditableTextCommittedEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_LobbyChat_C_BndEvt__WBP_LobbyChat_EditableText_ChatInput_K2Node_ComponentBoundEvent_6_OnEditableTextCommittedEvent__DelegateSignature) == 0x000020, "Wrong size on WBP_LobbyChat_C_BndEvt__WBP_LobbyChat_EditableText_ChatInput_K2Node_ComponentBoundEvent_6_OnEditableTextCommittedEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_LobbyChat_C_BndEvt__WBP_LobbyChat_EditableText_ChatInput_K2Node_ComponentBoundEvent_6_OnEditableTextCommittedEvent__DelegateSignature, Text) == 0x000000, "Member 'WBP_LobbyChat_C_BndEvt__WBP_LobbyChat_EditableText_ChatInput_K2Node_ComponentBoundEvent_6_OnEditableTextCommittedEvent__DelegateSignature::Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_BndEvt__WBP_LobbyChat_EditableText_ChatInput_K2Node_ComponentBoundEvent_6_OnEditableTextCommittedEvent__DelegateSignature, CommitMethod) == 0x000018, "Member 'WBP_LobbyChat_C_BndEvt__WBP_LobbyChat_EditableText_ChatInput_K2Node_ComponentBoundEvent_6_OnEditableTextCommittedEvent__DelegateSignature::CommitMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LobbyChat_C_SetIdleState \ +static_assert(alignof(WBP_LobbyChat_C_SetIdleState) == 0x000008, "Wrong alignment on WBP_LobbyChat_C_SetIdleState"); \ +static_assert(sizeof(WBP_LobbyChat_C_SetIdleState) == 0x000028, "Wrong size on WBP_LobbyChat_C_SetIdleState"); \ +static_assert(offsetof(WBP_LobbyChat_C_SetIdleState, Init) == 0x000000, "Member 'WBP_LobbyChat_C_SetIdleState::Init' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_SetIdleState, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'WBP_LobbyChat_C_SetIdleState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_SetIdleState, CallFunc_BooleanOR_ReturnValue) == 0x000002, "Member 'WBP_LobbyChat_C_SetIdleState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_SetIdleState, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_LobbyChat_C_SetIdleState::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_SetIdleState, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_LobbyChat_C_SetIdleState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LobbyChat_C_SetActiveState \ +static_assert(alignof(WBP_LobbyChat_C_SetActiveState) == 0x000008, "Wrong alignment on WBP_LobbyChat_C_SetActiveState"); \ +static_assert(sizeof(WBP_LobbyChat_C_SetActiveState) == 0x000048, "Wrong size on WBP_LobbyChat_C_SetActiveState"); \ +static_assert(offsetof(WBP_LobbyChat_C_SetActiveState, CallFunc_IsVisible_ReturnValue) == 0x000000, "Member 'WBP_LobbyChat_C_SetActiveState::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_SetActiveState, CallFunc_GetUIManager_ReturnValue) == 0x000008, "Member 'WBP_LobbyChat_C_SetActiveState::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_SetActiveState, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'WBP_LobbyChat_C_SetActiveState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_SetActiveState, CallFunc_GetLastFocusedWidget_ReturnValue) == 0x000018, "Member 'WBP_LobbyChat_C_SetActiveState::CallFunc_GetLastFocusedWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_SetActiveState, CallFunc_Not_PreBool_ReturnValue_1) == 0x000020, "Member 'WBP_LobbyChat_C_SetActiveState::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_SetActiveState, CallFunc_BooleanAND_ReturnValue) == 0x000021, "Member 'WBP_LobbyChat_C_SetActiveState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_SetActiveState, CallFunc_BooleanAND_ReturnValue_1) == 0x000022, "Member 'WBP_LobbyChat_C_SetActiveState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_SetActiveState, CallFunc_PlayAnimation_ReturnValue) == 0x000028, "Member 'WBP_LobbyChat_C_SetActiveState::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_SetActiveState, K2Node_CreateDelegate_OutputDelegate) == 0x000030, "Member 'WBP_LobbyChat_C_SetActiveState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LobbyChat_C_UpdateUnreadMessageCount \ +static_assert(alignof(WBP_LobbyChat_C_UpdateUnreadMessageCount) == 0x000008, "Wrong alignment on WBP_LobbyChat_C_UpdateUnreadMessageCount"); \ +static_assert(sizeof(WBP_LobbyChat_C_UpdateUnreadMessageCount) == 0x0000A0, "Wrong size on WBP_LobbyChat_C_UpdateUnreadMessageCount"); \ +static_assert(offsetof(WBP_LobbyChat_C_UpdateUnreadMessageCount, InAmountOfMessageUnread) == 0x000000, "Member 'WBP_LobbyChat_C_UpdateUnreadMessageCount::InAmountOfMessageUnread' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_UpdateUnreadMessageCount, UnreadMessagesAmount) == 0x000004, "Member 'WBP_LobbyChat_C_UpdateUnreadMessageCount::UnreadMessagesAmount' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_UpdateUnreadMessageCount, HasUnreadMessages) == 0x000008, "Member 'WBP_LobbyChat_C_UpdateUnreadMessageCount::HasUnreadMessages' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_UpdateUnreadMessageCount, Temp_byte_Variable) == 0x000009, "Member 'WBP_LobbyChat_C_UpdateUnreadMessageCount::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_UpdateUnreadMessageCount, Temp_byte_Variable_1) == 0x00000A, "Member 'WBP_LobbyChat_C_UpdateUnreadMessageCount::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_UpdateUnreadMessageCount, CallFunc_Greater_IntInt_ReturnValue) == 0x00000B, "Member 'WBP_LobbyChat_C_UpdateUnreadMessageCount::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_UpdateUnreadMessageCount, Temp_bool_Variable) == 0x00000C, "Member 'WBP_LobbyChat_C_UpdateUnreadMessageCount::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_UpdateUnreadMessageCount, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'WBP_LobbyChat_C_UpdateUnreadMessageCount::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_UpdateUnreadMessageCount, K2Node_Select_Default) == 0x000018, "Member 'WBP_LobbyChat_C_UpdateUnreadMessageCount::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_UpdateUnreadMessageCount, CallFunc_Conv_IntToText_ReturnValue) == 0x000020, "Member 'WBP_LobbyChat_C_UpdateUnreadMessageCount::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_UpdateUnreadMessageCount, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'WBP_LobbyChat_C_UpdateUnreadMessageCount::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_UpdateUnreadMessageCount, K2Node_MakeArray_Array) == 0x000078, "Member 'WBP_LobbyChat_C_UpdateUnreadMessageCount::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_UpdateUnreadMessageCount, CallFunc_Format_ReturnValue) == 0x000088, "Member 'WBP_LobbyChat_C_UpdateUnreadMessageCount::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LobbyChat_C_InitExpandedSectionVisuals \ +static_assert(alignof(WBP_LobbyChat_C_InitExpandedSectionVisuals) == 0x000008, "Wrong alignment on WBP_LobbyChat_C_InitExpandedSectionVisuals"); \ +static_assert(sizeof(WBP_LobbyChat_C_InitExpandedSectionVisuals) == 0x000008, "Wrong size on WBP_LobbyChat_C_InitExpandedSectionVisuals"); \ +static_assert(offsetof(WBP_LobbyChat_C_InitExpandedSectionVisuals, CallFunc_SlotAsSizeBoxSlot_ReturnValue) == 0x000000, "Member 'WBP_LobbyChat_C_InitExpandedSectionVisuals::CallFunc_SlotAsSizeBoxSlot_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LobbyChat_C_AddMessageToChat \ +static_assert(alignof(WBP_LobbyChat_C_AddMessageToChat) == 0x000008, "Wrong alignment on WBP_LobbyChat_C_AddMessageToChat"); \ +static_assert(sizeof(WBP_LobbyChat_C_AddMessageToChat) == 0x0000F8, "Wrong size on WBP_LobbyChat_C_AddMessageToChat"); \ +static_assert(offsetof(WBP_LobbyChat_C_AddMessageToChat, Message) == 0x000000, "Member 'WBP_LobbyChat_C_AddMessageToChat::Message' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_AddMessageToChat, L_ChatMessage) == 0x000018, "Member 'WBP_LobbyChat_C_AddMessageToChat::L_ChatMessage' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_AddMessageToChat, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'WBP_LobbyChat_C_AddMessageToChat::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_AddMessageToChat, CallFunc_GetText_ReturnValue) == 0x000070, "Member 'WBP_LobbyChat_C_AddMessageToChat::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_AddMessageToChat, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'WBP_LobbyChat_C_AddMessageToChat::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_AddMessageToChat, K2Node_MakeArray_Array) == 0x0000C8, "Member 'WBP_LobbyChat_C_AddMessageToChat::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_AddMessageToChat, CallFunc_Add_IntInt_ReturnValue) == 0x0000D8, "Member 'WBP_LobbyChat_C_AddMessageToChat::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_AddMessageToChat, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'WBP_LobbyChat_C_AddMessageToChat::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LobbyChat_C_OnMessageReceived \ +static_assert(alignof(WBP_LobbyChat_C_OnMessageReceived) == 0x000008, "Wrong alignment on WBP_LobbyChat_C_OnMessageReceived"); \ +static_assert(sizeof(WBP_LobbyChat_C_OnMessageReceived) == 0x0001D8, "Wrong size on WBP_LobbyChat_C_OnMessageReceived"); \ +static_assert(offsetof(WBP_LobbyChat_C_OnMessageReceived, InChatMessages) == 0x000000, "Member 'WBP_LobbyChat_C_OnMessageReceived::InChatMessages' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_OnMessageReceived, NewLocalVar_0) == 0x0000A8, "Member 'WBP_LobbyChat_C_OnMessageReceived::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_OnMessageReceived, CallFunc_GetUIManager_ReturnValue) == 0x0000B8, "Member 'WBP_LobbyChat_C_OnMessageReceived::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_OnMessageReceived, CallFunc_GetLocalizedPlayerNoName_ReturnValue) == 0x0000C0, "Member 'WBP_LobbyChat_C_OnMessageReceived::CallFunc_GetLocalizedPlayerNoName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_OnMessageReceived, CallFunc_Conv_StringToText_ReturnValue) == 0x0000D8, "Member 'WBP_LobbyChat_C_OnMessageReceived::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_OnMessageReceived, CallFunc_Conv_TextToString_ReturnValue) == 0x0000F0, "Member 'WBP_LobbyChat_C_OnMessageReceived::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_OnMessageReceived, K2Node_MakeStruct_FormatArgumentData) == 0x000100, "Member 'WBP_LobbyChat_C_OnMessageReceived::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_OnMessageReceived, CallFunc_IsEmpty_ReturnValue) == 0x000140, "Member 'WBP_LobbyChat_C_OnMessageReceived::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_OnMessageReceived, CallFunc_SelectString_ReturnValue) == 0x000148, "Member 'WBP_LobbyChat_C_OnMessageReceived::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_OnMessageReceived, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000158, "Member 'WBP_LobbyChat_C_OnMessageReceived::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_OnMessageReceived, K2Node_MakeStruct_FormatArgumentData_1) == 0x000170, "Member 'WBP_LobbyChat_C_OnMessageReceived::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_OnMessageReceived, K2Node_MakeArray_Array) == 0x0001B0, "Member 'WBP_LobbyChat_C_OnMessageReceived::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_LobbyChat_C_OnMessageReceived, CallFunc_Format_ReturnValue) == 0x0001C0, "Member 'WBP_LobbyChat_C_OnMessageReceived::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_LobbyChat_C_GetIsActive \ +static_assert(alignof(WBP_LobbyChat_C_GetIsActive) == 0x000001, "Wrong alignment on WBP_LobbyChat_C_GetIsActive"); \ +static_assert(sizeof(WBP_LobbyChat_C_GetIsActive) == 0x000001, "Wrong size on WBP_LobbyChat_C_GetIsActive"); \ +static_assert(offsetof(WBP_LobbyChat_C_GetIsActive, IsActive_0) == 0x000000, "Member 'WBP_LobbyChat_C_GetIsActive::IsActive_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_LobbyChat_C \ +static_assert(alignof(UWBP_LobbyChat_C) == 0x000008, "Wrong alignment on UWBP_LobbyChat_C"); \ +static_assert(sizeof(UWBP_LobbyChat_C) == 0x0003D0, "Wrong size on UWBP_LobbyChat_C"); \ +static_assert(offsetof(UWBP_LobbyChat_C, UberGraphFrame) == 0x0002D8, "Member 'UWBP_LobbyChat_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, OnMessageUnreadAnimation) == 0x0002E0, "Member 'UWBP_LobbyChat_C::OnMessageUnreadAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, InputLimitReachedAnimation) == 0x0002E8, "Member 'UWBP_LobbyChat_C::InputLimitReachedAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, MessageSectionCollapseAnimation) == 0x0002F0, "Member 'UWBP_LobbyChat_C::MessageSectionCollapseAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, Border_ChatInputBackground) == 0x0002F8, "Member 'UWBP_LobbyChat_C::Border_ChatInputBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, Border_LimitReachedIndication) == 0x000300, "Member 'UWBP_LobbyChat_C::Border_LimitReachedIndication' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, EditableText_ChatInput) == 0x000308, "Member 'UWBP_LobbyChat_C::EditableText_ChatInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, Overlay_ChatInputActive) == 0x000310, "Member 'UWBP_LobbyChat_C::Overlay_ChatInputActive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, Overlay_ChatInputIdle) == 0x000318, "Member 'UWBP_LobbyChat_C::Overlay_ChatInputIdle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, ScrollBox_Messages) == 0x000320, "Member 'UWBP_LobbyChat_C::ScrollBox_Messages' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, SizeBox_ChatInputSection) == 0x000328, "Member 'UWBP_LobbyChat_C::SizeBox_ChatInputSection' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, SizeBox_MessagesSection) == 0x000330, "Member 'UWBP_LobbyChat_C::SizeBox_MessagesSection' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, Text_MessageNotification) == 0x000338, "Member 'UWBP_LobbyChat_C::Text_MessageNotification' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, VerticalBox_ExpandedSection) == 0x000340, "Member 'UWBP_LobbyChat_C::VerticalBox_ExpandedSection' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, WActionButton_CloseChat) == 0x000348, "Member 'UWBP_LobbyChat_C::WActionButton_CloseChat' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, WActionButton_OpenChat) == 0x000350, "Member 'UWBP_LobbyChat_C::WActionButton_OpenChat' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, WSBZText_MessageContent) == 0x000358, "Member 'UWBP_LobbyChat_C::WSBZText_MessageContent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, MaxMessageLength) == 0x000360, "Member 'UWBP_LobbyChat_C::MaxMessageLength' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, WarnMessageLengthDifference) == 0x000364, "Member 'UWBP_LobbyChat_C::WarnMessageLengthDifference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, ChatInputBackgroundDefaultColor) == 0x000368, "Member 'UWBP_LobbyChat_C::ChatInputBackgroundDefaultColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, ChatInputBackgroundErrorColor) == 0x000378, "Member 'UWBP_LobbyChat_C::ChatInputBackgroundErrorColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, MessagesReceivedSinceActive) == 0x000388, "Member 'UWBP_LobbyChat_C::MessagesReceivedSinceActive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, IsActive) == 0x00038C, "Member 'UWBP_LobbyChat_C::IsActive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, ExpandedSectionInitialMargin) == 0x000390, "Member 'UWBP_LobbyChat_C::ExpandedSectionInitialMargin' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, MaxMessageLimit) == 0x0003A0, "Member 'UWBP_LobbyChat_C::MaxMessageLimit' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, OnChatActive) == 0x0003A8, "Member 'UWBP_LobbyChat_C::OnChatActive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, OnChatIdle) == 0x0003B8, "Member 'UWBP_LobbyChat_C::OnChatIdle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_LobbyChat_C, LastFocusedWidget) == 0x0003C8, "Member 'UWBP_LobbyChat_C::LastFocusedWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu) == 0x0003A0, "Wrong size on WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, EntryPoint) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_Event_PreviousValue) == 0x000004, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_CustomEvent_InActionInput) == 0x000010, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_CustomEvent_InActionInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_SwitchName_CmpSuccess) == 0x00001C, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_IsFocusedPlayerLoadoutValid_ReturnValue) == 0x00001D, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_IsFocusedPlayerLoadoutValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_Event_MyGeometry) == 0x000020, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_Event_InDeltaTime) == 0x000058, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_GetSBZOnline_ReturnValue) == 0x000060, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_GetSBZOnline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_IsAsyncLoadingDone_ReturnValue) == 0x000068, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_IsAsyncLoadingDone_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_GetTimerRemainingNonPausableTimeByHandle_ReturnValue) == 0x00006C, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_GetTimerRemainingNonPausableTimeByHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000070, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_CustomEvent_ClosingActionName) == 0x000074, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_CustomEvent_ClosingActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_GetUIManager_ReturnValue) == 0x000080, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_SwitchName_CmpSuccess_1) == 0x000088, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_SwitchName_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_ComponentBoundEvent_Button_9) == 0x000090, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_ComponentBoundEvent_Button_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_ComponentBoundEvent_bIsEnabled_7) == 0x000098, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_ComponentBoundEvent_bIsEnabled_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_MakeStruct_SBZUIPopupData) == 0x0000A0, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_MakeStruct_SBZUIPopupData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_IsLobbyInGame_bInGame) == 0x000100, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_IsLobbyInGame_bInGame' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_Not_PreBool_ReturnValue) == 0x000101, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_GetGameMode_ReturnValue) == 0x000108, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu) == 0x000110, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_DynamicCast_bSuccess) == 0x000118, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_CreateDelegate_OutputDelegate) == 0x00011C, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_GetGameMode_ReturnValue_1) == 0x000130, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_GetGameMode_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, Temp_struct_Variable) == 0x000138, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu_1) == 0x000148, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_DynamicCast_bSuccess_1) == 0x000150, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_GetMainMenuState_ReturnValue) == 0x000151, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_GetMainMenuState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000152, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_GetGameStateMachine_ReturnValue) == 0x000158, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_Play2DSound_ReturnValue) == 0x000160, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_ComponentBoundEvent_Button_8) == 0x000168, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_ComponentBoundEvent_Button_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_ComponentBoundEvent_bIsEnabled_6) == 0x000170, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_ComponentBoundEvent_bIsEnabled_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_ComponentBoundEvent_Button_7) == 0x000178, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_ComponentBoundEvent_Button_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_ComponentBoundEvent_bIsEnabled_5) == 0x000180, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_ComponentBoundEvent_bIsEnabled_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_ComponentBoundEvent_Button_6) == 0x000188, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_ComponentBoundEvent_Button_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_ComponentBoundEvent_bIsEnabled_4) == 0x000190, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_ComponentBoundEvent_bIsEnabled_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_ComponentBoundEvent_Button_5) == 0x000198, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_ComponentBoundEvent_Button_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_ComponentBoundEvent_bIsEnabled_3) == 0x0001A0, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_ComponentBoundEvent_bIsEnabled_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_CanOpenPlayerProfile_ReturnValue) == 0x0001A1, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_CanOpenPlayerProfile_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_Event_bInReadyStatus) == 0x0001A2, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_Event_bInReadyStatus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_SelectInt_ReturnValue) == 0x0001A4, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, Temp_struct_Variable_1) == 0x0001A8, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_GetLoadoutManager_ReturnValue) == 0x0001B8, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_GetLoadoutManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_GetActiveLoadoutIndex_ReturnValue) == 0x0001C0, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_GetActiveLoadoutIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_Event_IsDesignTime) == 0x0001C4, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_IsSoloGameEnabled_ReturnValue) == 0x0001C5, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_IsSoloGameEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, Temp_bool_Variable) == 0x0001C6, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_MakeStruct_SBZButtonControlReference) == 0x0001C8, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_CreateDelegate_OutputDelegate_1) == 0x000200, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_MakeArray_Array) == 0x000218, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000228, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_ComponentBoundEvent_Button_4) == 0x000250, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_ComponentBoundEvent_Button_3) == 0x000258, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_ComponentBoundEvent_bIsEnabled_2) == 0x000260, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_ComponentBoundEvent_bIsEnabled_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_ComponentBoundEvent_Button_2) == 0x000268, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_ComponentBoundEvent_Button_1) == 0x000270, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x000278, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_GetActiveWidget_ReturnValue) == 0x000280, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_GetActiveWidget_ReturnValue_1) == 0x000288, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_GetActiveWidget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_GetActiveWidget_ReturnValue_2) == 0x000290, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_GetActiveWidget_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_ComponentBoundEvent_Button) == 0x000298, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_ComponentBoundEvent_bIsEnabled) == 0x0002A0, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_ComponentBoundEvent_PlayerLoadout) == 0x0002A8, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_ComponentBoundEvent_PlayerLoadout' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_ComponentBoundEvent_PlayerLoadoutIndex) == 0x000340, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_ComponentBoundEvent_PlayerLoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_Select_Default) == 0x000344, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_GetActiveWidget_ReturnValue_3) == 0x000358, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_GetActiveWidget_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_GetActiveWidget_ReturnValue_4) == 0x000360, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_GetActiveWidget_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_GetActiveWidget_ReturnValue_5) == 0x000368, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_GetActiveWidget_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_GetActiveWidget_ReturnValue_6) == 0x000370, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_GetActiveWidget_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_IsInputTypeController_ReturnValue) == 0x000378, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_IsInputTypeController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_GetIsActive_IsActive) == 0x000379, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_GetIsActive_IsActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_Not_PreBool_ReturnValue_1) == 0x00037A, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_BooleanAND_ReturnValue) == 0x00037B, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_CreateDelegate_OutputDelegate_2) == 0x00037C, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, CallFunc_GetGameEventBroker_ReturnValue) == 0x000390, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::CallFunc_GetGameEventBroker_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu, K2Node_CustomEvent_AsyncLoadingProgressData) == 0x000398, "Member 'WBP_UI_Preplanning_MainMenu_C_ExecuteUbergraph_WBP_UI_Preplanning_MainMenu::K2Node_CustomEvent_AsyncLoadingProgressData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_ShowLoadProgress \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_ShowLoadProgress) == 0x000004, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_ShowLoadProgress"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_ShowLoadProgress) == 0x000004, "Wrong size on WBP_UI_Preplanning_MainMenu_C_ShowLoadProgress"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_ShowLoadProgress, AsyncLoadingProgressData) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_ShowLoadProgress::AsyncLoadingProgressData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutSelectionButton_K2Node_ComponentBoundEvent_6_OnPlayerLoadoutConfigChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutSelectionButton_K2Node_ComponentBoundEvent_6_OnPlayerLoadoutConfigChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutSelectionButton_K2Node_ComponentBoundEvent_6_OnPlayerLoadoutConfigChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutSelectionButton_K2Node_ComponentBoundEvent_6_OnPlayerLoadoutConfigChanged__DelegateSignature) == 0x0000A0, "Wrong size on WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutSelectionButton_K2Node_ComponentBoundEvent_6_OnPlayerLoadoutConfigChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutSelectionButton_K2Node_ComponentBoundEvent_6_OnPlayerLoadoutConfigChanged__DelegateSignature, PlayerLoadout) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutSelectionButton_K2Node_ComponentBoundEvent_6_OnPlayerLoadoutConfigChanged__DelegateSignature::PlayerLoadout' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutSelectionButton_K2Node_ComponentBoundEvent_6_OnPlayerLoadoutConfigChanged__DelegateSignature, PlayerLoadoutIndex) == 0x000098, "Member 'WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadoutSelectionButton_K2Node_ComponentBoundEvent_6_OnPlayerLoadoutConfigChanged__DelegateSignature::PlayerLoadoutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadingButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadingButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadingButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadingButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadingButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadingButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadingButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadingButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_LoadingButton_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewUnready_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewUnready_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewUnready_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewUnready_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewUnready_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewUnready_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewUnready_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewUnready_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewUnready_K2Node_ComponentBoundEvent_12_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewUnready_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewUnready_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewUnready_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewUnready_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewUnready_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewUnready_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewUnready_K2Node_ComponentBoundEvent_13_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewReady_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewReady_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewReady_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewReady_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewReady_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewReady_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewReady_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewReady_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewReady_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewReady_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewReady_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewReady_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewReady_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewReady_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewReady_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_NewReady_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_PreConstruct \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Preplanning_MainMenu_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_OnLobbyPlayerReadyStatusUpdatedEvent \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_OnLobbyPlayerReadyStatusUpdatedEvent) == 0x000001, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_OnLobbyPlayerReadyStatusUpdatedEvent"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_OnLobbyPlayerReadyStatusUpdatedEvent) == 0x000001, "Wrong size on WBP_UI_Preplanning_MainMenu_C_OnLobbyPlayerReadyStatusUpdatedEvent"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_OnLobbyPlayerReadyStatusUpdatedEvent, bInReadyStatus) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_OnLobbyPlayerReadyStatusUpdatedEvent::bInReadyStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player4ReadyStatus_K2Node_ComponentBoundEvent_11_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player4ReadyStatus_K2Node_ComponentBoundEvent_11_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player4ReadyStatus_K2Node_ComponentBoundEvent_11_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player4ReadyStatus_K2Node_ComponentBoundEvent_11_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player4ReadyStatus_K2Node_ComponentBoundEvent_11_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player4ReadyStatus_K2Node_ComponentBoundEvent_11_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player4ReadyStatus_K2Node_ComponentBoundEvent_11_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player4ReadyStatus_K2Node_ComponentBoundEvent_11_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player4ReadyStatus_K2Node_ComponentBoundEvent_11_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player3ReadyStatus_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player3ReadyStatus_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player3ReadyStatus_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player3ReadyStatus_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player3ReadyStatus_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player3ReadyStatus_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player3ReadyStatus_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player3ReadyStatus_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player3ReadyStatus_K2Node_ComponentBoundEvent_10_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player2ReadyStatus_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player2ReadyStatus_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player2ReadyStatus_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player2ReadyStatus_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player2ReadyStatus_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player2ReadyStatus_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player2ReadyStatus_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player2ReadyStatus_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player2ReadyStatus_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player1ReadyStatus_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player1ReadyStatus_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player1ReadyStatus_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player1ReadyStatus_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player1ReadyStatus_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player1ReadyStatus_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player1ReadyStatus_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player1ReadyStatus_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_Player1ReadyStatus_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_OnBackConfirmed \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_OnBackConfirmed) == 0x000004, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_OnBackConfirmed"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_OnBackConfirmed) == 0x00000C, "Wrong size on WBP_UI_Preplanning_MainMenu_C_OnBackConfirmed"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_OnBackConfirmed, ClosingActionName) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_OnBackConfirmed::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_Tick \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_Tick) == 0x000004, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_Tick"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_Tick) == 0x00003C, "Wrong size on WBP_UI_Preplanning_MainMenu_C_Tick"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_UI_Preplanning_MainMenu_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_OnControlsReferenceClicked) == 0x00000C, "Wrong size on WBP_UI_Preplanning_MainMenu_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_OnControlsReferenceClicked, InActionInput) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_OnControlsReferenceClicked::InActionInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_Preplanning_MainMenu_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_LoadoutButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_LoadoutButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_LoadoutButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_LoadoutButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_LoadoutButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_LoadoutButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_LoadoutButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_LoadoutButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Preplanning_MainMenu_C_BndEvt__WBP_UI_Preplanning_MainMenu_Widget_LoadoutButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails) == 0x000238, "Wrong size on WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, Temp_text_Variable) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, Temp_text_Variable_1) == 0x000018, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, Temp_bool_Variable) == 0x000030, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, Temp_text_Variable_2) == 0x000038, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, Temp_byte_Variable) == 0x000050, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, Temp_text_Variable_3) == 0x000058, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, Temp_text_Variable_4) == 0x000070, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, Temp_text_Variable_5) == 0x000088, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000A0, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, Temp_byte_Variable_1) == 0x0000A1, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, Temp_text_Variable_6) == 0x0000A8, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::Temp_text_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, Temp_text_Variable_7) == 0x0000C0, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::Temp_text_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, Temp_text_Variable_8) == 0x0000D8, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::Temp_text_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, Temp_text_Variable_9) == 0x0000F0, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::Temp_text_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, Temp_bool_Variable_1) == 0x000108, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, CallFunc_GetTacticTypeFromGameSession_ReturnValue) == 0x000109, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::CallFunc_GetTacticTypeFromGameSession_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000110, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, CallFunc_IsSoloGameEnabled_ReturnValue) == 0x000118, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::CallFunc_IsSoloGameEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, CallFunc_GetPartyManager_ReturnValue) == 0x000120, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::CallFunc_GetPartyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, CallFunc_GetLobbyType_ReturnValue) == 0x000128, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::CallFunc_GetLobbyType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, K2Node_Select_Default) == 0x000130, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, K2Node_Select_Default_1) == 0x000148, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, Temp_text_Variable_10) == 0x000160, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::Temp_text_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, Temp_byte_Variable_2) == 0x000178, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, CallFunc_GetDifficulty_ReturnValue) == 0x000179, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::CallFunc_GetDifficulty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, K2Node_Select_Default_2) == 0x000180, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, K2Node_Select_Default_3) == 0x000198, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, CallFunc_Conv_ByteToInt_ReturnValue) == 0x0001B0, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, K2Node_SwitchInteger_CmpSuccess) == 0x0001B4, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, CallFunc_LessEqual_ByteByte_ReturnValue) == 0x0001B5, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::CallFunc_LessEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, CallFunc_LevelIdxToPath_ReturnValue) == 0x0001B8, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::CallFunc_LevelIdxToPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, CallFunc_GetHeistDataFromLevelPath_ReturnValue) == 0x0001D8, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::CallFunc_GetHeistDataFromLevelPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, CallFunc_BreakSoftObjectPath_PathString) == 0x0001E0, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::CallFunc_BreakSoftObjectPath_PathString' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, CallFunc_IsValid_ReturnValue) == 0x0001F0, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, CallFunc_GetBaseFilename_ReturnValue) == 0x0001F8, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::CallFunc_GetBaseFilename_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, CallFunc_Conv_StringToText_ReturnValue) == 0x000208, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails, K2Node_Select_Default_4) == 0x000220, "Member 'WBP_UI_Preplanning_MainMenu_C_InitializeLobbyDetails::K2Node_Select_Default_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_UpdatePreMatchTimer \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_UpdatePreMatchTimer) == 0x000004, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_UpdatePreMatchTimer"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_UpdatePreMatchTimer) == 0x00000C, "Wrong size on WBP_UI_Preplanning_MainMenu_C_UpdatePreMatchTimer"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_UpdatePreMatchTimer, InPreMatchTimer) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_UpdatePreMatchTimer::InPreMatchTimer' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_UpdatePreMatchTimer, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'WBP_UI_Preplanning_MainMenu_C_UpdatePreMatchTimer::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_UpdatePreMatchTimer, CallFunc_Less_FloatFloat_ReturnValue) == 0x000005, "Member 'WBP_UI_Preplanning_MainMenu_C_UpdatePreMatchTimer::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_UpdatePreMatchTimer, CallFunc_BooleanAND_ReturnValue) == 0x000006, "Member 'WBP_UI_Preplanning_MainMenu_C_UpdatePreMatchTimer::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_UpdatePreMatchTimer, CallFunc_Not_PreBool_ReturnValue_1) == 0x000007, "Member 'WBP_UI_Preplanning_MainMenu_C_UpdatePreMatchTimer::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_UpdatePreMatchTimer, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000008, "Member 'WBP_UI_Preplanning_MainMenu_C_UpdatePreMatchTimer::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_UpdatePreMatchTimer, CallFunc_BooleanAND_ReturnValue_1) == 0x000009, "Member 'WBP_UI_Preplanning_MainMenu_C_UpdatePreMatchTimer::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame) == 0x000460, "Wrong size on WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame, bInGame) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame::bInGame' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame, CallFunc_MakeLiteralByte_ReturnValue) == 0x000001, "Member 'WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000010, "Member 'WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame, CallFunc_GetSBZOnline_ReturnValue) == 0x000018, "Member 'WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame::CallFunc_GetSBZOnline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame, CallFunc_GetUiLobbyInfo_ReturnValue) == 0x000020, "Member 'WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame::CallFunc_GetUiLobbyInfo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame, CallFunc_Array_Length_ReturnValue) == 0x000458, "Member 'WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame, CallFunc_Less_IntInt_ReturnValue) == 0x00045C, "Member 'WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame, CallFunc_LessEqual_ByteByte_ReturnValue) == 0x00045D, "Member 'WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame::CallFunc_LessEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame, CallFunc_GreaterEqual_ByteByte_ReturnValue) == 0x00045E, "Member 'WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame::CallFunc_GreaterEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame, CallFunc_BooleanAND_ReturnValue) == 0x00045F, "Member 'WBP_UI_Preplanning_MainMenu_C_IsLobbyInGame::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_SetButtonFocus \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_SetButtonFocus) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_SetButtonFocus"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_SetButtonFocus) == 0x0000D0, "Wrong size on WBP_UI_Preplanning_MainMenu_C_SetButtonFocus"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_SetButtonFocus, ActiveButton_0) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_SetButtonFocus::ActiveButton_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_SetButtonFocus, Condition) == 0x000008, "Member 'WBP_UI_Preplanning_MainMenu_C_SetButtonFocus::Condition' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_SetButtonFocus, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000010, "Member 'WBP_UI_Preplanning_MainMenu_C_SetButtonFocus::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_SetButtonFocus, K2Node_MakeStruct_SBZButtonControlReference) == 0x000038, "Member 'WBP_UI_Preplanning_MainMenu_C_SetButtonFocus::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_SetButtonFocus, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000070, "Member 'WBP_UI_Preplanning_MainMenu_C_SetButtonFocus::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_SetButtonFocus, K2Node_CreateDelegate_OutputDelegate) == 0x0000A8, "Member 'WBP_UI_Preplanning_MainMenu_C_SetButtonFocus::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_SetButtonFocus, K2Node_MakeArray_Array) == 0x0000C0, "Member 'WBP_UI_Preplanning_MainMenu_C_SetButtonFocus::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_AddXboxFriendsControlRefToArray \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_AddXboxFriendsControlRefToArray) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_AddXboxFriendsControlRefToArray"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_AddXboxFriendsControlRefToArray) == 0x000010, "Wrong size on WBP_UI_Preplanning_MainMenu_C_AddXboxFriendsControlRefToArray"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_AddXboxFriendsControlRefToArray, InControlsRefArray) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_AddXboxFriendsControlRefToArray::InControlsRefArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged) == 0x000178, "Wrong size on WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged, Widget) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged::Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged, IsFocused) == 0x000008, "Member 'WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged::IsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged, K2Node_MakeStruct_SBZButtonControlReference) == 0x000010, "Member 'WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged, K2Node_DynamicCast_AsWBP_UI_Preplanning_Main_Menu_Player_Ready_Status) == 0x000048, "Member 'WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged::K2Node_DynamicCast_AsWBP_UI_Preplanning_Main_Menu_Player_Ready_Status' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged, K2Node_MakeArray_Array) == 0x000058, "Member 'WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000068, "Member 'WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged, CallFunc_CanOpenPlayerProfile_ReturnValue) == 0x000090, "Member 'WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged::CallFunc_CanOpenPlayerProfile_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged, CallFunc_GetUIManager_ReturnValue) == 0x000098, "Member 'WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x0000A0, "Member 'WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged, K2Node_CreateDelegate_OutputDelegate) == 0x0000D8, "Member 'WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000EC, "Member 'WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged, CallFunc_GetUIManager_ReturnValue_1) == 0x000100, "Member 'WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged, K2Node_MakeStruct_SBZButtonControlReference_2) == 0x000108, "Member 'WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged::K2Node_MakeStruct_SBZButtonControlReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged, K2Node_MakeArray_Array_1) == 0x000140, "Member 'WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged, K2Node_MakeStruct_SBZButtonControlsReference_1) == 0x000150, "Member 'WBP_UI_Preplanning_MainMenu_C_OnPlayerStatusWidgetFocusChanged::K2Node_MakeStruct_SBZButtonControlsReference_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals) == 0x000078, "Wrong size on WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals, Temp_byte_Variable) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals, Temp_text_Variable) == 0x000008, "Member 'WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals, Temp_bool_Variable_1) == 0x000020, "Member 'WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals, Temp_byte_Variable_1) == 0x000021, "Member 'WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals, Temp_byte_Variable_2) == 0x000022, "Member 'WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals, Temp_bool_Variable_2) == 0x000023, "Member 'WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals, Temp_byte_Variable_3) == 0x000024, "Member 'WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals, Temp_byte_Variable_4) == 0x000025, "Member 'WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals, Temp_bool_Variable_3) == 0x000026, "Member 'WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals, Temp_byte_Variable_5) == 0x000027, "Member 'WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals, CallFunc_GetVisibility_ReturnValue) == 0x000028, "Member 'WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals, Temp_byte_Variable_6) == 0x000029, "Member 'WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000030, "Member 'WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals, Temp_bool_Variable_4) == 0x000050, "Member 'WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals, CallFunc_IsSoloGameEnabled_ReturnValue) == 0x000051, "Member 'WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals::CallFunc_IsSoloGameEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals, K2Node_Select_Default) == 0x000052, "Member 'WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals, K2Node_Select_Default_1) == 0x000058, "Member 'WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals, K2Node_Select_Default_2) == 0x000070, "Member 'WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals, K2Node_Select_Default_3) == 0x000071, "Member 'WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals, K2Node_Select_Default_4) == 0x000072, "Member 'WBP_UI_Preplanning_MainMenu_C_Setup_Solo_Mode_Visuals::K2Node_Select_Default_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_RebindActions \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_RebindActions) == 0x000004, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_RebindActions"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_RebindActions) == 0x000064, "Wrong size on WBP_UI_Preplanning_MainMenu_C_RebindActions"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_RebindActions, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_RebindActions::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_RebindActions, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_UI_Preplanning_MainMenu_C_RebindActions::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_RebindActions, K2Node_CreateDelegate_OutputDelegate_2) == 0x000028, "Member 'WBP_UI_Preplanning_MainMenu_C_RebindActions::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_RebindActions, K2Node_CreateDelegate_OutputDelegate_3) == 0x00003C, "Member 'WBP_UI_Preplanning_MainMenu_C_RebindActions::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_RebindActions, K2Node_CreateDelegate_OutputDelegate_4) == 0x000050, "Member 'WBP_UI_Preplanning_MainMenu_C_RebindActions::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Preplanning_MainMenu_C_CustomizeLoadout \ +static_assert(alignof(WBP_UI_Preplanning_MainMenu_C_CustomizeLoadout) == 0x000008, "Wrong alignment on WBP_UI_Preplanning_MainMenu_C_CustomizeLoadout"); \ +static_assert(sizeof(WBP_UI_Preplanning_MainMenu_C_CustomizeLoadout) == 0x000020, "Wrong size on WBP_UI_Preplanning_MainMenu_C_CustomizeLoadout"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_CustomizeLoadout, CallFunc_GetMenuWidget_ReturnValue) == 0x000000, "Member 'WBP_UI_Preplanning_MainMenu_C_CustomizeLoadout::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_CustomizeLoadout, CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue) == 0x000008, "Member 'WBP_UI_Preplanning_MainMenu_C_CustomizeLoadout::CallFunc_GetFocusedPlayerLoadoutIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_CustomizeLoadout, K2Node_DynamicCast_AsSBZMain_Menu_Widget) == 0x000010, "Member 'WBP_UI_Preplanning_MainMenu_C_CustomizeLoadout::K2Node_DynamicCast_AsSBZMain_Menu_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Preplanning_MainMenu_C_CustomizeLoadout, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_UI_Preplanning_MainMenu_C_CustomizeLoadout::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Preplanning_MainMenu_C \ +static_assert(alignof(UWBP_UI_Preplanning_MainMenu_C) == 0x000008, "Wrong alignment on UWBP_UI_Preplanning_MainMenu_C"); \ +static_assert(sizeof(UWBP_UI_Preplanning_MainMenu_C) == 0x000400, "Wrong size on UWBP_UI_Preplanning_MainMenu_C"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, UberGraphFrame) == 0x0002A0, "Member 'UWBP_UI_Preplanning_MainMenu_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, Intro) == 0x0002A8, "Member 'UWBP_UI_Preplanning_MainMenu_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, Han_Solo_Message) == 0x0002B0, "Member 'UWBP_UI_Preplanning_MainMenu_C::Han_Solo_Message' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, Image) == 0x0002B8, "Member 'UWBP_UI_Preplanning_MainMenu_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, Image_1) == 0x0002C0, "Member 'UWBP_UI_Preplanning_MainMenu_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, Image_2) == 0x0002C8, "Member 'UWBP_UI_Preplanning_MainMenu_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, Image_191) == 0x0002D0, "Member 'UWBP_UI_Preplanning_MainMenu_C::Image_191' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, Image_273) == 0x0002D8, "Member 'UWBP_UI_Preplanning_MainMenu_C::Image_273' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, LoadingButton) == 0x0002E0, "Member 'UWBP_UI_Preplanning_MainMenu_C::LoadingButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, LoadoutSelectionButton) == 0x0002E8, "Member 'UWBP_UI_Preplanning_MainMenu_C::LoadoutSelectionButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, LoadProgress) == 0x0002F0, "Member 'UWBP_UI_Preplanning_MainMenu_C::LoadProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, LobbyChat) == 0x0002F8, "Member 'UWBP_UI_Preplanning_MainMenu_C::LobbyChat' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, LobbyType_T) == 0x000300, "Member 'UWBP_UI_Preplanning_MainMenu_C::LobbyType_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, Outline_I) == 0x000308, "Member 'UWBP_UI_Preplanning_MainMenu_C::Outline_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, Player1_ReadyStatus) == 0x000310, "Member 'UWBP_UI_Preplanning_MainMenu_C::Player1_ReadyStatus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, Player2_ReadyStatus) == 0x000318, "Member 'UWBP_UI_Preplanning_MainMenu_C::Player2_ReadyStatus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, Player3_ReadyStatus) == 0x000320, "Member 'UWBP_UI_Preplanning_MainMenu_C::Player3_ReadyStatus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, Player4_ReadyStatus) == 0x000328, "Member 'UWBP_UI_Preplanning_MainMenu_C::Player4_ReadyStatus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, Players_HB) == 0x000330, "Member 'UWBP_UI_Preplanning_MainMenu_C::Players_HB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, PreplanningItemSelection) == 0x000338, "Member 'UWBP_UI_Preplanning_MainMenu_C::PreplanningItemSelection' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, ReadyButton) == 0x000340, "Member 'UWBP_UI_Preplanning_MainMenu_C::ReadyButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, ReadyStatus_WS) == 0x000348, "Member 'UWBP_UI_Preplanning_MainMenu_C::ReadyStatus_WS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, RiskLevel_Hard_I) == 0x000350, "Member 'UWBP_UI_Preplanning_MainMenu_C::RiskLevel_Hard_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, RiskLevel_Normal_I) == 0x000358, "Member 'UWBP_UI_Preplanning_MainMenu_C::RiskLevel_Normal_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, RiskLevel_Overkill_I) == 0x000360, "Member 'UWBP_UI_Preplanning_MainMenu_C::RiskLevel_Overkill_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, RiskLevel_VeryHard_I) == 0x000368, "Member 'UWBP_UI_Preplanning_MainMenu_C::RiskLevel_VeryHard_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, SoloMode_T) == 0x000370, "Member 'UWBP_UI_Preplanning_MainMenu_C::SoloMode_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, TacticType_T) == 0x000378, "Member 'UWBP_UI_Preplanning_MainMenu_C::TacticType_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, Text_Difficulty) == 0x000380, "Member 'UWBP_UI_Preplanning_MainMenu_C::Text_Difficulty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, UnreadyButton) == 0x000388, "Member 'UWBP_UI_Preplanning_MainMenu_C::UnreadyButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, WBP_ScreenTitle) == 0x000390, "Member 'UWBP_UI_Preplanning_MainMenu_C::WBP_ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, WBP_UI_ContentBackground) == 0x000398, "Member 'UWBP_UI_Preplanning_MainMenu_C::WBP_UI_ContentBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, Widget_Loading) == 0x0003A0, "Member 'UWBP_UI_Preplanning_MainMenu_C::Widget_Loading' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, ActiveButton) == 0x0003A8, "Member 'UWBP_UI_Preplanning_MainMenu_C::ActiveButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, ConfirmButtonControlsReference) == 0x0003B0, "Member 'UWBP_UI_Preplanning_MainMenu_C::ConfirmButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, TempControlRefArray) == 0x0003D8, "Member 'UWBP_UI_Preplanning_MainMenu_C::TempControlRefArray' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, FocusedPlayerStatusWidget) == 0x0003E8, "Member 'UWBP_UI_Preplanning_MainMenu_C::FocusedPlayerStatusWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, PreMatchReadyNotifyValue) == 0x0003F0, "Member 'UWBP_UI_Preplanning_MainMenu_C::PreMatchReadyNotifyValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, bHasSetReadyTimerLowDurationLeft) == 0x0003F4, "Member 'UWBP_UI_Preplanning_MainMenu_C::bHasSetReadyTimerLowDurationLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, PreMatchTimerDisableReadyButtons) == 0x0003F8, "Member 'UWBP_UI_Preplanning_MainMenu_C::PreMatchTimerDisableReadyButtons' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Preplanning_MainMenu_C, bHasReachedLockedReadyTimeState) == 0x0003FC, "Member 'UWBP_UI_Preplanning_MainMenu_C::bHasReachedLockedReadyTimeState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus \ +static_assert(alignof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus) == 0x000008, "Wrong alignment on WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus"); \ +static_assert(sizeof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus) == 0x000180, "Wrong size on WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, CallFunc_GetUIManager_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, K2Node_CustomEvent_StackEvent) == 0x000034, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::K2Node_CustomEvent_StackEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, CallFunc_GetGameStateMachine_ReturnValue) == 0x000050, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, CallFunc_Not_PreBool_ReturnValue) == 0x000058, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, CallFunc_IsMatchmakingInProgress_ReturnValue) == 0x000059, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::CallFunc_IsMatchmakingInProgress_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00005A, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, CallFunc_BooleanAND_ReturnValue) == 0x00005B, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, CallFunc_GetSBZOnline_ReturnValue) == 0x000060, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::CallFunc_GetSBZOnline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, K2Node_CreateDelegate_OutputDelegate_2) == 0x000068, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, K2Node_CustomEvent_ErrorCode_1) == 0x00007C, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::K2Node_CustomEvent_ErrorCode_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, CallFunc_GetUIManager_ReturnValue_1) == 0x000080, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, CallFunc_PeekStack_ReturnValue) == 0x000088, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::CallFunc_PeekStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000094, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, K2Node_Event_Progress) == 0x000098, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::K2Node_Event_Progress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, CallFunc_GetSBZOnline_ReturnValue_1) == 0x0000A0, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::CallFunc_GetSBZOnline_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000A8, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, K2Node_Event_IsDesignTime) == 0x0000A9, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000AC, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000C0, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, K2Node_Event_MyGeometry) == 0x0000D4, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, K2Node_Event_InDeltaTime) == 0x00010C, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, CallFunc_GetSBZOnline_ReturnValue_2) == 0x000110, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::CallFunc_GetSBZOnline_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, CallFunc_GetGameStateMachine_ReturnValue_1) == 0x000118, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::CallFunc_GetGameStateMachine_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, K2Node_CustomEvent_ErrorCode) == 0x000120, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::K2Node_CustomEvent_ErrorCode' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, CallFunc_Play2DSound_ReturnValue) == 0x000124, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, K2Node_CreateDelegate_OutputDelegate_5) == 0x000128, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000140, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, K2Node_ComponentBoundEvent_Button) == 0x000148, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, CallFunc_GetGameStateMachine_ReturnValue_2) == 0x000150, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::CallFunc_GetGameStateMachine_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000158, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, CallFunc_GetSBZOnline_ReturnValue_3) == 0x000160, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::CallFunc_GetSBZOnline_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus, K2Node_CreateDelegate_OutputDelegate_6) == 0x000168, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_ExecuteUbergraph_WBP_UI_Widget_SM_MatchmakingStatus::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SM_MatchmakingStatus_C_BndEvt__WBP_UI_Widget_SM_MatchmakingStatus_BPW_UI_MatchMakingCancel_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Widget_SM_MatchmakingStatus_C_BndEvt__WBP_UI_Widget_SM_MatchmakingStatus_BPW_UI_MatchMakingCancel_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Widget_SM_MatchmakingStatus_C_BndEvt__WBP_UI_Widget_SM_MatchmakingStatus_BPW_UI_MatchMakingCancel_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Widget_SM_MatchmakingStatus_C_BndEvt__WBP_UI_Widget_SM_MatchmakingStatus_BPW_UI_MatchMakingCancel_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Widget_SM_MatchmakingStatus_C_BndEvt__WBP_UI_Widget_SM_MatchmakingStatus_BPW_UI_MatchMakingCancel_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_BndEvt__WBP_UI_Widget_SM_MatchmakingStatus_BPW_UI_MatchMakingCancel_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_BndEvt__WBP_UI_Widget_SM_MatchmakingStatus_BPW_UI_MatchMakingCancel_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SM_MatchmakingStatus_C_OnLocalClientReady_Event_0 \ +static_assert(alignof(WBP_UI_Widget_SM_MatchmakingStatus_C_OnLocalClientReady_Event_0) == 0x000001, "Wrong alignment on WBP_UI_Widget_SM_MatchmakingStatus_C_OnLocalClientReady_Event_0"); \ +static_assert(sizeof(WBP_UI_Widget_SM_MatchmakingStatus_C_OnLocalClientReady_Event_0) == 0x000001, "Wrong size on WBP_UI_Widget_SM_MatchmakingStatus_C_OnLocalClientReady_Event_0"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_OnLocalClientReady_Event_0, ErrorCode) == 0x000000, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_OnLocalClientReady_Event_0::ErrorCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SM_MatchmakingStatus_C_Tick \ +static_assert(alignof(WBP_UI_Widget_SM_MatchmakingStatus_C_Tick) == 0x000004, "Wrong alignment on WBP_UI_Widget_SM_MatchmakingStatus_C_Tick"); \ +static_assert(sizeof(WBP_UI_Widget_SM_MatchmakingStatus_C_Tick) == 0x00003C, "Wrong size on WBP_UI_Widget_SM_MatchmakingStatus_C_Tick"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SM_MatchmakingStatus_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_SM_MatchmakingStatus_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_SM_MatchmakingStatus_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_SM_MatchmakingStatus_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_SM_MatchmakingStatus_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SM_MatchmakingStatus_C_OnAsyncLoadingProgress \ +static_assert(alignof(WBP_UI_Widget_SM_MatchmakingStatus_C_OnAsyncLoadingProgress) == 0x000004, "Wrong alignment on WBP_UI_Widget_SM_MatchmakingStatus_C_OnAsyncLoadingProgress"); \ +static_assert(sizeof(WBP_UI_Widget_SM_MatchmakingStatus_C_OnAsyncLoadingProgress) == 0x000004, "Wrong size on WBP_UI_Widget_SM_MatchmakingStatus_C_OnAsyncLoadingProgress"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_OnAsyncLoadingProgress, Progress) == 0x000000, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_OnAsyncLoadingProgress::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SM_MatchmakingStatus_C_OnLobbyEvent \ +static_assert(alignof(WBP_UI_Widget_SM_MatchmakingStatus_C_OnLobbyEvent) == 0x000001, "Wrong alignment on WBP_UI_Widget_SM_MatchmakingStatus_C_OnLobbyEvent"); \ +static_assert(sizeof(WBP_UI_Widget_SM_MatchmakingStatus_C_OnLobbyEvent) == 0x000001, "Wrong size on WBP_UI_Widget_SM_MatchmakingStatus_C_OnLobbyEvent"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_OnLobbyEvent, ErrorCode) == 0x000000, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_OnLobbyEvent::ErrorCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SM_MatchmakingStatus_C_OnUIStackChanged \ +static_assert(alignof(WBP_UI_Widget_SM_MatchmakingStatus_C_OnUIStackChanged) == 0x000004, "Wrong alignment on WBP_UI_Widget_SM_MatchmakingStatus_C_OnUIStackChanged"); \ +static_assert(sizeof(WBP_UI_Widget_SM_MatchmakingStatus_C_OnUIStackChanged) == 0x00001C, "Wrong size on WBP_UI_Widget_SM_MatchmakingStatus_C_OnUIStackChanged"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_OnUIStackChanged, StackEvent) == 0x000000, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_OnUIStackChanged::StackEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch \ +static_assert(alignof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch) == 0x000008, "Wrong alignment on WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch"); \ +static_assert(sizeof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch) == 0x000240, "Wrong size on WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, CallFunc_IsPartyHost_ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::CallFunc_IsPartyHost_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, CallFunc_GetPartyManager_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::CallFunc_GetPartyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, CallFunc_GetPartyPlayersNumber_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::CallFunc_GetPartyPlayersNumber_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, Temp_bool_Variable) == 0x000014, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000015, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, CallFunc_BooleanOR_ReturnValue) == 0x000016, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, CallFunc_GetUIManager_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, CallFunc_GetUIData_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::CallFunc_GetUIData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, Temp_text_Variable) == 0x000028, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, Temp_bool_Variable_1) == 0x000040, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, CallFunc_GetGameStateMachine_ReturnValue) == 0x000048, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, CallFunc_GetMatchMakingParameters_ReturnValue) == 0x000050, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::CallFunc_GetMatchMakingParameters_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, CallFunc_GetValidValue_ReturnValue) == 0x000088, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, CallFunc_GetPathNameFromLevelIdx_ReturnValue) == 0x000090, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::CallFunc_GetPathNameFromLevelIdx_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, CallFunc_GetHeistDataFromLevelPath_ReturnValue) == 0x0000B0, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::CallFunc_GetHeistDataFromLevelPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, CallFunc_GetDifficultyText_OutDifficultyText) == 0x0000B8, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::CallFunc_GetDifficultyText_OutDifficultyText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, CallFunc_GetDifficultyText_bHasText) == 0x0000D0, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::CallFunc_GetDifficultyText_bHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, CallFunc_IsValid_ReturnValue) == 0x0000D1, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, K2Node_MakeStruct_FormatArgumentData) == 0x0000D8, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, K2Node_MakeArray_Array) == 0x000118, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, CallFunc_Format_ReturnValue) == 0x000128, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, K2Node_Select_Default) == 0x000140, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, K2Node_MakeStruct_FormatArgumentData_1) == 0x000158, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, K2Node_MakeArray_Array_1) == 0x000198, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, CallFunc_Format_ReturnValue_1) == 0x0001A8, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001C0, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, K2Node_MakeArray_Array_2) == 0x000200, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, CallFunc_Format_ReturnValue_2) == 0x000210, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch, K2Node_Select_Default_1) == 0x000228, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeLookingForMatch::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeMatch_found \ +static_assert(alignof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeMatch_found) == 0x000008, "Wrong alignment on WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeMatch_found"); \ +static_assert(sizeof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeMatch_found) == 0x000070, "Wrong size on WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeMatch_found"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeMatch_found, CallFunc_GetMatchJoiningText_Output_Text) == 0x000000, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeMatch_found::CallFunc_GetMatchJoiningText_Output_Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeMatch_found, CallFunc_GetMatchJoiningText_OutDifficultyText) == 0x000018, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeMatch_found::CallFunc_GetMatchJoiningText_OutDifficultyText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeMatch_found, CallFunc_GetGameStateMachine_ReturnValue) == 0x000030, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeMatch_found::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeMatch_found, CallFunc_GetMatchMakingParameters_ReturnValue) == 0x000038, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_InitalizeMatch_found::CallFunc_GetMatchMakingParameters_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateLobbyHeader \ +static_assert(alignof(WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateLobbyHeader) == 0x000001, "Wrong alignment on WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateLobbyHeader"); \ +static_assert(sizeof(WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateLobbyHeader) == 0x000001, "Wrong size on WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateLobbyHeader"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateLobbyHeader, CallFunc_IsSoloGameEnabled_ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateLobbyHeader::CallFunc_IsSoloGameEnabled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateTimer \ +static_assert(alignof(WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateTimer) == 0x000008, "Wrong alignment on WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateTimer"); \ +static_assert(sizeof(WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateTimer) == 0x000028, "Wrong size on WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateTimer"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateTimer, CallFunc_GetSBZOnline_ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateTimer::CallFunc_GetSBZOnline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateTimer, CallFunc_GetTimerRemainingNonPausableTimeByHandle_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateTimer::CallFunc_GetTimerRemainingNonPausableTimeByHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateTimer, CallFunc_FTrunc_ReturnValue) == 0x00000C, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateTimer::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateTimer, CallFunc_FormatIntToTimerText_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateTimer::CallFunc_FormatIntToTimerText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SM_MatchmakingStatus_C_DisplayNotifications \ +static_assert(alignof(WBP_UI_Widget_SM_MatchmakingStatus_C_DisplayNotifications) == 0x000008, "Wrong alignment on WBP_UI_Widget_SM_MatchmakingStatus_C_DisplayNotifications"); \ +static_assert(sizeof(WBP_UI_Widget_SM_MatchmakingStatus_C_DisplayNotifications) == 0x000010, "Wrong size on WBP_UI_Widget_SM_MatchmakingStatus_C_DisplayNotifications"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_DisplayNotifications, bShowNotification) == 0x000000, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_DisplayNotifications::bShowNotification' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_DisplayNotifications, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_DisplayNotifications::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText \ +static_assert(alignof(WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText) == 0x000008, "Wrong alignment on WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText"); \ +static_assert(sizeof(WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText) == 0x000180, "Wrong size on WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText, Output_Text) == 0x000000, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText::Output_Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText, OutDifficultyText) == 0x000018, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText::OutDifficultyText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText, Temp_bool_Variable) == 0x000030, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText, K2Node_MakeArray_Array) == 0x000038, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText, CallFunc_GetUIManager_ReturnValue) == 0x000048, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText, CallFunc_GetBeaconMissionInfo_OutInfo) == 0x000050, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText::CallFunc_GetBeaconMissionInfo_OutInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText, CallFunc_GetUIData_ReturnValue) == 0x000058, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText::CallFunc_GetUIData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText, CallFunc_GetPathNameFromLevelIdx_ReturnValue) == 0x000060, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText::CallFunc_GetPathNameFromLevelIdx_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText, CallFunc_GetValidValue_ReturnValue) == 0x000080, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText, CallFunc_GetHeistDataFromLevelPath_ReturnValue) == 0x000088, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText::CallFunc_GetHeistDataFromLevelPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText, CallFunc_GetDifficultyText_OutDifficultyText) == 0x000090, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText::CallFunc_GetDifficultyText_OutDifficultyText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText, CallFunc_GetDifficultyText_bHasText) == 0x0000A8, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText::CallFunc_GetDifficultyText_bHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText, CallFunc_IsValid_ReturnValue) == 0x0000A9, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText, K2Node_MakeStruct_FormatArgumentData) == 0x0000B0, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText, K2Node_MakeArray_Array_1) == 0x0000F0, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText, CallFunc_BreakSoftObjectPath_PathString) == 0x000100, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText::CallFunc_BreakSoftObjectPath_PathString' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText, CallFunc_Format_ReturnValue) == 0x000110, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText, CallFunc_GetBaseFilename_ReturnValue) == 0x000128, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText::CallFunc_GetBaseFilename_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText, CallFunc_Conv_StringToText_ReturnValue) == 0x000138, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText, K2Node_Select_Default) == 0x000150, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText, CallFunc_Format_ReturnValue_1) == 0x000168, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_GetMatchJoiningText::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateHoldValue \ +static_assert(alignof(WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateHoldValue) == 0x000008, "Wrong alignment on WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateHoldValue"); \ +static_assert(sizeof(WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateHoldValue) == 0x000010, "Wrong size on WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateHoldValue"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateHoldValue, CallFunc_GetGameStateMachine_ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateHoldValue::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateHoldValue, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateHoldValue::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateHoldValue, CallFunc_Add_FloatFloat_ReturnValue) == 0x00000C, "Member 'WBP_UI_Widget_SM_MatchmakingStatus_C_UpdateHoldValue::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_SM_MatchmakingStatus_C \ +static_assert(alignof(UWBP_UI_Widget_SM_MatchmakingStatus_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_SM_MatchmakingStatus_C"); \ +static_assert(sizeof(UWBP_UI_Widget_SM_MatchmakingStatus_C) == 0x000318, "Wrong size on UWBP_UI_Widget_SM_MatchmakingStatus_C"); \ +static_assert(offsetof(UWBP_UI_Widget_SM_MatchmakingStatus_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Widget_SM_MatchmakingStatus_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SM_MatchmakingStatus_C, AppearIntro) == 0x000298, "Member 'UWBP_UI_Widget_SM_MatchmakingStatus_C::AppearIntro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SM_MatchmakingStatus_C, Notification) == 0x0002A0, "Member 'UWBP_UI_Widget_SM_MatchmakingStatus_C::Notification' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SM_MatchmakingStatus_C, BottomBar_Ws) == 0x0002A8, "Member 'UWBP_UI_Widget_SM_MatchmakingStatus_C::BottomBar_Ws' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SM_MatchmakingStatus_C, CancelButton) == 0x0002B0, "Member 'UWBP_UI_Widget_SM_MatchmakingStatus_C::CancelButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SM_MatchmakingStatus_C, Image_Notification) == 0x0002B8, "Member 'UWBP_UI_Widget_SM_MatchmakingStatus_C::Image_Notification' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SM_MatchmakingStatus_C, InvalidationBox_Widget) == 0x0002C0, "Member 'UWBP_UI_Widget_SM_MatchmakingStatus_C::InvalidationBox_Widget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SM_MatchmakingStatus_C, MainBar_VB) == 0x0002C8, "Member 'UWBP_UI_Widget_SM_MatchmakingStatus_C::MainBar_VB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SM_MatchmakingStatus_C, ProgressBar_LevelLoading) == 0x0002D0, "Member 'UWBP_UI_Widget_SM_MatchmakingStatus_C::ProgressBar_LevelLoading' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SM_MatchmakingStatus_C, Text_Difficulty) == 0x0002D8, "Member 'UWBP_UI_Widget_SM_MatchmakingStatus_C::Text_Difficulty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SM_MatchmakingStatus_C, Text_LobbyTimer) == 0x0002E0, "Member 'UWBP_UI_Widget_SM_MatchmakingStatus_C::Text_LobbyTimer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SM_MatchmakingStatus_C, Text_MatchmakingHeader) == 0x0002E8, "Member 'UWBP_UI_Widget_SM_MatchmakingStatus_C::Text_MatchmakingHeader' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SM_MatchmakingStatus_C, Text_MatchmakingState) == 0x0002F0, "Member 'UWBP_UI_Widget_SM_MatchmakingStatus_C::Text_MatchmakingState' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SM_MatchmakingStatus_C, Widget_Loading) == 0x0002F8, "Member 'UWBP_UI_Widget_SM_MatchmakingStatus_C::Widget_Loading' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SM_MatchmakingStatus_C, RT_IsInLobby) == 0x000300, "Member 'UWBP_UI_Widget_SM_MatchmakingStatus_C::RT_IsInLobby' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SM_MatchmakingStatus_C, HoldTimer) == 0x000308, "Member 'UWBP_UI_Widget_SM_MatchmakingStatus_C::HoldTimer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SM_MatchmakingStatus_C, HoldIncrement) == 0x000310, "Member 'UWBP_UI_Widget_SM_MatchmakingStatus_C::HoldIncrement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby \ +static_assert(alignof(WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby) == 0x000008, "Wrong alignment on WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby"); \ +static_assert(sizeof(WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby) == 0x0000C0, "Wrong size on WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby, EntryPoint) == 0x000000, "Member 'WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby, CallFunc_GetUIManager_ReturnValue) == 0x000008, "Member 'WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby, CallFunc_PopStack_ReturnValue) == 0x000010, "Member 'WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby, CallFunc_GetGameStateMachine_ReturnValue) == 0x000020, "Member 'WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby, K2Node_Event_Progress) == 0x000028, "Member 'WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby::K2Node_Event_Progress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby, CallFunc_IsAsyncLoadingDone_ReturnValue) == 0x00002C, "Member 'WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby::CallFunc_IsAsyncLoadingDone_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby, CallFunc_IsAsyncLoadingDone_ReturnValue_1) == 0x00002D, "Member 'WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby::CallFunc_IsAsyncLoadingDone_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby, K2Node_Event_MyGeometry) == 0x000030, "Member 'WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby, K2Node_Event_InDeltaTime) == 0x000068, "Member 'WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00006C, "Member 'WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby, CallFunc_GetVisibility_ReturnValue) == 0x000070, "Member 'WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby, K2Node_SwitchEnum_CmpSuccess) == 0x000071, "Member 'WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000072, "Member 'WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby, CallFunc_Add_FloatFloat_ReturnValue) == 0x000074, "Member 'WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby, CallFunc_FClamp_ReturnValue) == 0x000078, "Member 'WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby, K2Node_Event_PreviousValue) == 0x00007C, "Member 'WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby, K2Node_ComponentBoundEvent_Button_3) == 0x000088, "Member 'WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby, K2Node_ComponentBoundEvent_Button_2) == 0x000090, "Member 'WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x000098, "Member 'WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby, K2Node_ComponentBoundEvent_Button_1) == 0x0000A0, "Member 'WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby, K2Node_ComponentBoundEvent_bIsEnabled) == 0x0000A8, "Member 'WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby, K2Node_ComponentBoundEvent_Button) == 0x0000B0, "Member 'WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby, CallFunc_IsValid_ReturnValue) == 0x0000B8, "Member 'WBP_UI_SM_Lobby_C_ExecuteUbergraph_WBP_UI_SM_Lobby::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_SetReady_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_SetReady_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_SetReady_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_SetReady_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_SetReady_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_SetReady_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_SetReady_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_SetReady_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_SetReady_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_SetReady_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_SetReady_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_SetReady_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_SetReady_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_SetReady_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_SetReady_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_SetReady_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_BackToMainMenu_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_BackToMainMenu_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_BackToMainMenu_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_BackToMainMenu_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_BackToMainMenu_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_BackToMainMenu_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_BackToMainMenu_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_BackToMainMenu_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_BackToMainMenu_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_BackToMainMenu_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_BackToMainMenu_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_BackToMainMenu_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_BackToMainMenu_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_BackToMainMenu_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_BackToMainMenu_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SM_Lobby_C_BndEvt__WBP_UI_SM_Lobby_Button_BackToMainMenu_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_Lobby_C_OnGainedStackFocused_1 \ +static_assert(alignof(WBP_UI_SM_Lobby_C_OnGainedStackFocused_1) == 0x000004, "Wrong alignment on WBP_UI_SM_Lobby_C_OnGainedStackFocused_1"); \ +static_assert(sizeof(WBP_UI_SM_Lobby_C_OnGainedStackFocused_1) == 0x00000C, "Wrong size on WBP_UI_SM_Lobby_C_OnGainedStackFocused_1"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_OnGainedStackFocused_1, PreviousValue) == 0x000000, "Member 'WBP_UI_SM_Lobby_C_OnGainedStackFocused_1::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_Lobby_C_Tick \ +static_assert(alignof(WBP_UI_SM_Lobby_C_Tick) == 0x000004, "Wrong alignment on WBP_UI_SM_Lobby_C_Tick"); \ +static_assert(sizeof(WBP_UI_SM_Lobby_C_Tick) == 0x00003C, "Wrong size on WBP_UI_SM_Lobby_C_Tick"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_UI_SM_Lobby_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_UI_SM_Lobby_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_Lobby_C_OnAsyncLoadingProgress \ +static_assert(alignof(WBP_UI_SM_Lobby_C_OnAsyncLoadingProgress) == 0x000004, "Wrong alignment on WBP_UI_SM_Lobby_C_OnAsyncLoadingProgress"); \ +static_assert(sizeof(WBP_UI_SM_Lobby_C_OnAsyncLoadingProgress) == 0x000004, "Wrong size on WBP_UI_SM_Lobby_C_OnAsyncLoadingProgress"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_OnAsyncLoadingProgress, Progress) == 0x000000, "Member 'WBP_UI_SM_Lobby_C_OnAsyncLoadingProgress::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_Lobby_C_SetFunctionReady \ +static_assert(alignof(WBP_UI_SM_Lobby_C_SetFunctionReady) == 0x000001, "Wrong alignment on WBP_UI_SM_Lobby_C_SetFunctionReady"); \ +static_assert(sizeof(WBP_UI_SM_Lobby_C_SetFunctionReady) == 0x000001, "Wrong size on WBP_UI_SM_Lobby_C_SetFunctionReady"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_SetFunctionReady, bIsAsyncLoadingDone) == 0x000000, "Member 'WBP_UI_SM_Lobby_C_SetFunctionReady::bIsAsyncLoadingDone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_Lobby_C_InitializeLevelDetails \ +static_assert(alignof(WBP_UI_SM_Lobby_C_InitializeLevelDetails) == 0x000008, "Wrong alignment on WBP_UI_SM_Lobby_C_InitializeLevelDetails"); \ +static_assert(sizeof(WBP_UI_SM_Lobby_C_InitializeLevelDetails) == 0x000088, "Wrong size on WBP_UI_SM_Lobby_C_InitializeLevelDetails"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_InitializeLevelDetails, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_SM_Lobby_C_InitializeLevelDetails::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_InitializeLevelDetails, CallFunc_LevelIdxToPath_ReturnValue) == 0x000008, "Member 'WBP_UI_SM_Lobby_C_InitializeLevelDetails::CallFunc_LevelIdxToPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_InitializeLevelDetails, CallFunc_GetHeistDataFromLevelPath_ReturnValue) == 0x000028, "Member 'WBP_UI_SM_Lobby_C_InitializeLevelDetails::CallFunc_GetHeistDataFromLevelPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_InitializeLevelDetails, CallFunc_BreakSoftObjectPath_PathString) == 0x000030, "Member 'WBP_UI_SM_Lobby_C_InitializeLevelDetails::CallFunc_BreakSoftObjectPath_PathString' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_InitializeLevelDetails, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'WBP_UI_SM_Lobby_C_InitializeLevelDetails::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_InitializeLevelDetails, CallFunc_GetBaseFilename_ReturnValue) == 0x000048, "Member 'WBP_UI_SM_Lobby_C_InitializeLevelDetails::CallFunc_GetBaseFilename_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_InitializeLevelDetails, CallFunc_Conv_StringToText_ReturnValue) == 0x000058, "Member 'WBP_UI_SM_Lobby_C_InitializeLevelDetails::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Lobby_C_InitializeLevelDetails, K2Node_Select_Default) == 0x000070, "Member 'WBP_UI_SM_Lobby_C_InitializeLevelDetails::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_SM_Lobby_C \ +static_assert(alignof(UWBP_UI_SM_Lobby_C) == 0x000008, "Wrong alignment on UWBP_UI_SM_Lobby_C"); \ +static_assert(sizeof(UWBP_UI_SM_Lobby_C) == 0x000330, "Wrong size on UWBP_UI_SM_Lobby_C"); \ +static_assert(offsetof(UWBP_UI_SM_Lobby_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_SM_Lobby_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Lobby_C, Button_ActionInput_Select) == 0x000298, "Member 'UWBP_UI_SM_Lobby_C::Button_ActionInput_Select' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Lobby_C, Button_BackToMainMenu) == 0x0002A0, "Member 'UWBP_UI_SM_Lobby_C::Button_BackToMainMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Lobby_C, Button_SetReady) == 0x0002A8, "Member 'UWBP_UI_SM_Lobby_C::Button_SetReady' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Lobby_C, Overlay_LoadingLevel) == 0x0002B0, "Member 'UWBP_UI_SM_Lobby_C::Overlay_LoadingLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Lobby_C, ProgressBar_LevelLoading) == 0x0002B8, "Member 'UWBP_UI_SM_Lobby_C::ProgressBar_LevelLoading' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Lobby_C, Text_LevelName) == 0x0002C0, "Member 'UWBP_UI_SM_Lobby_C::Text_LevelName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Lobby_C, Widget_Loading) == 0x0002C8, "Member 'UWBP_UI_SM_Lobby_C::Widget_Loading' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Lobby_C, Widget_Player1) == 0x0002D0, "Member 'UWBP_UI_SM_Lobby_C::Widget_Player1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Lobby_C, Widget_Player2) == 0x0002D8, "Member 'UWBP_UI_SM_Lobby_C::Widget_Player2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Lobby_C, Widget_Player3) == 0x0002E0, "Member 'UWBP_UI_SM_Lobby_C::Widget_Player3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Lobby_C, Widget_Player4) == 0x0002E8, "Member 'UWBP_UI_SM_Lobby_C::Widget_Player4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Lobby_C, ActiveButton) == 0x0002F0, "Member 'UWBP_UI_SM_Lobby_C::ActiveButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Lobby_C, AnimateToValue) == 0x0002F8, "Member 'UWBP_UI_SM_Lobby_C::AnimateToValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Lobby_C, ActiveMenuButton) == 0x000300, "Member 'UWBP_UI_SM_Lobby_C::ActiveMenuButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Lobby_C, ConfirmButtonControlsReference) == 0x000308, "Member 'UWBP_UI_SM_Lobby_C::ConfirmButtonControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization \ +static_assert(alignof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization) == 0x000008, "Wrong alignment on WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization"); \ +static_assert(sizeof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization) == 0x000390, "Wrong size on WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, EntryPoint) == 0x000000, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_IsVisible_ReturnValue) == 0x000004, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, Temp_int_Loop_Counter_Variable_1) == 0x00002C, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, Temp_int_Loop_Counter_Variable_2) == 0x000030, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_Add_IntInt_ReturnValue_1) == 0x000034, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_Add_IntInt_ReturnValue_2) == 0x000038, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, Temp_int_Array_Index_Variable_2) == 0x00003C, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, Temp_int_Array_Index_Variable_3) == 0x000040, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_Event_PreviousValue) == 0x000044, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_GetActorOfClass_ReturnValue) == 0x000050, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_CreateDelegate_OutputDelegate_1) == 0x00005C, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, Temp_byte_Variable) == 0x000070, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_CustomEvent_Button_2) == 0x000078, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_CustomEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_CustomEvent_Button_1) == 0x000080, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_CustomEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_DynamicCast_AsSBZWeapon_Customiaztion_Slot_Button) == 0x000088, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_DynamicCast_AsSBZWeapon_Customiaztion_Slot_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_DynamicCast_AsSBZWeapon_Customiaztion_Part_Button) == 0x000098, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_DynamicCast_AsSBZWeapon_Customiaztion_Part_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_DynamicCast_bSuccess_1) == 0x0000A0, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_DynamicCast_AsSBZWeapon_Part_Slot) == 0x0000A8, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_DynamicCast_AsSBZWeapon_Part_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_DynamicCast_bSuccess_2) == 0x0000B0, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_IsValid_ReturnValue_1) == 0x0000B1, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_DynamicCast_AsSBZEquippable_Part_Data_Asset) == 0x0000B8, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_DynamicCast_AsSBZEquippable_Part_Data_Asset' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_DynamicCast_bSuccess_3) == 0x0000C0, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, Temp_byte_Variable_1) == 0x0000C1, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, Temp_byte_Variable_2) == 0x0000C2, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_GetChildAt_ReturnValue) == 0x0000C8, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_GetChildAt_ReturnValue_1) == 0x0000D0, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_GetChildAt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_CustomEvent_Screen) == 0x0000D8, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_CustomEvent_Screen' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_SwitchEnum_CmpSuccess) == 0x0000D9, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_Event_IsDesignTime) == 0x0000DA, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_GetVisibility_ReturnValue) == 0x0000DB, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000DC, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_CustomEvent_Button) == 0x0000E0, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_CustomEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_DynamicCast_AsSBZWeapon_Customiaztion_Slot_Button_1) == 0x0000E8, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_DynamicCast_AsSBZWeapon_Customiaztion_Slot_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_DynamicCast_bSuccess_4) == 0x0000F0, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_DynamicCast_AsSBZCosmetics_Part_Slot) == 0x0000F8, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_DynamicCast_AsSBZCosmetics_Part_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_DynamicCast_bSuccess_5) == 0x000100, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_Array_Get_Item) == 0x000108, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_Array_Length_ReturnValue) == 0x000110, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_ComponentBoundEvent_Button) == 0x000118, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_SwitchEnum_CmpSuccess_2) == 0x000120, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_Map_Keys_Keys) == 0x000128, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_GetCustomizationManager_ReturnValue) == 0x000138, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_GetCustomizationManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_Array_Get_Item_1) == 0x000140, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_GetDisplayName_ReturnValue) == 0x000148, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_Map_Find_Value) == 0x000158, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_Map_Find_ReturnValue) == 0x000168, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_Concat_StrStr_ReturnValue) == 0x000170, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000180, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_GetDisplayName_ReturnValue_1) == 0x000190, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_IsValid_ReturnValue_2) == 0x0001A0, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_GetDisplayName_ReturnValue_2) == 0x0001A8, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_Array_Length_ReturnValue_1) == 0x0001B8, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0001C0, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_Less_IntInt_ReturnValue) == 0x0001D0, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0001D8, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0001E8, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_GetCustomizationManager_ReturnValue_1) == 0x0001F8, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_GetCustomizationManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_GetUIManager_ReturnValue) == 0x000200, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_GetMenuWidget_ReturnValue) == 0x000208, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_GetCurrentWeaponSlotData_OutEquippableSlot) == 0x000210, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_GetCurrentWeaponSlotData_OutEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_GetCurrentWeaponSlotData_OutWeaponSlotIndex) == 0x000214, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_GetCurrentWeaponSlotData_OutWeaponSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_DynamicCast_AsSBZMain_Menu_Widget) == 0x000218, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_DynamicCast_AsSBZMain_Menu_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_DynamicCast_bSuccess_6) == 0x000220, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, Temp_bool_Variable) == 0x000221, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_DisplayWeaponModiferScreen_ReturnValue) == 0x000222, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_DisplayWeaponModiferScreen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_Select_Default) == 0x000228, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_CreateDelegate_OutputDelegate_2) == 0x000238, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_GetUIManager_ReturnValue_1) == 0x000250, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_GetMenuWidget_ReturnValue_1) == 0x000258, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_GetMenuWidget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_DynamicCast_AsSBZMain_Menu_Widget_1) == 0x000260, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_DynamicCast_AsSBZMain_Menu_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_DynamicCast_bSuccess_7) == 0x000268, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_DisplayWeaponProgressionScreen_ReturnValue) == 0x000269, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_DisplayWeaponProgressionScreen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_ComponentBoundEvent_NewIndex) == 0x00026C, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_ComponentBoundEvent_NewIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_SwitchInteger_CmpSuccess) == 0x000270, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_Array_Get_Item_2) == 0x000278, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_Array_Length_ReturnValue_2) == 0x000280, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_Less_IntInt_ReturnValue_1) == 0x000284, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_DynamicCast_AsSBZBase_Weapon_Data) == 0x000288, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_DynamicCast_AsSBZBase_Weapon_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_DynamicCast_bSuccess_8) == 0x000290, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_GetNbStickerPlacements_ReturnValue) == 0x000294, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_GetNbStickerPlacements_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_Subtract_IntInt_ReturnValue) == 0x000298, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_Add_IntInt_ReturnValue_3) == 0x00029C, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0002A0, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_CreateDelegate_OutputDelegate_3) == 0x0002A4, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_GetChildAt_ReturnValue_2) == 0x0002B8, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_GetChildAt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_MakeArray_Array) == 0x0002C0, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_GetChildAt_ReturnValue_3) == 0x0002D0, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_GetChildAt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_CreateSlotButton_Button) == 0x0002D8, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_CreateSlotButton_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_GetAllChildren_ReturnValue) == 0x0002E0, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_Array_Get_Item_3) == 0x0002F0, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_Array_Length_ReturnValue_3) == 0x0002F8, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_Less_IntInt_ReturnValue_2) == 0x0002FC, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x000300, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_MakeLiteralName_ReturnValue) == 0x000308, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_GetUIManager_ReturnValue_2) == 0x000318, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_GetUIManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, Temp_int_Loop_Counter_Variable_3) == 0x000320, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_PopStack_ReturnValue) == 0x000324, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_Less_IntInt_ReturnValue_3) == 0x000330, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_Add_IntInt_ReturnValue_4) == 0x000334, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_GetMainMenuCameraManager_ReturnValue_1) == 0x000338, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_GetMainMenuCameraManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_GetGameMode_ReturnValue) == 0x000340, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu) == 0x000348, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_DynamicCast_bSuccess_9) == 0x000350, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_Select_Default_1) == 0x000351, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_GetGameMode_ReturnValue_1) == 0x000358, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_GetGameMode_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu_1) == 0x000360, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_DynamicCast_bSuccess_10) == 0x000368, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_GetUIManager_ReturnValue_3) == 0x000370, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_GetUIManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_GetMenuWidget_ReturnValue_2) == 0x000378, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_GetMenuWidget_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_DynamicCast_AsSBZMain_Menu_Widget_2) == 0x000380, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_DynamicCast_AsSBZMain_Menu_Widget_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, K2Node_DynamicCast_bSuccess_11) == 0x000388, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization, CallFunc_CustomizeWeaponInSlotTemp_ReturnValue) == 0x000389, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_ExecuteUbergraph_WBP_MainMenu_LoadoutWeaponCustomization::CallFunc_CustomizeWeaponInSlotTemp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_LoadoutWeaponCustomization_C_BndEvt__WBP_MainMenu_LoadoutWeaponCustomization_WBP_Local_Navbar_K2Node_ComponentBoundEvent_5_OnIndexChanged__DelegateSignature \ +static_assert(alignof(WBP_MainMenu_LoadoutWeaponCustomization_C_BndEvt__WBP_MainMenu_LoadoutWeaponCustomization_WBP_Local_Navbar_K2Node_ComponentBoundEvent_5_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_MainMenu_LoadoutWeaponCustomization_C_BndEvt__WBP_MainMenu_LoadoutWeaponCustomization_WBP_Local_Navbar_K2Node_ComponentBoundEvent_5_OnIndexChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_MainMenu_LoadoutWeaponCustomization_C_BndEvt__WBP_MainMenu_LoadoutWeaponCustomization_WBP_Local_Navbar_K2Node_ComponentBoundEvent_5_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong size on WBP_MainMenu_LoadoutWeaponCustomization_C_BndEvt__WBP_MainMenu_LoadoutWeaponCustomization_WBP_Local_Navbar_K2Node_ComponentBoundEvent_5_OnIndexChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_BndEvt__WBP_MainMenu_LoadoutWeaponCustomization_WBP_Local_Navbar_K2Node_ComponentBoundEvent_5_OnIndexChanged__DelegateSignature, NewIndex) == 0x000000, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_BndEvt__WBP_MainMenu_LoadoutWeaponCustomization_WBP_Local_Navbar_K2Node_ComponentBoundEvent_5_OnIndexChanged__DelegateSignature::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_LoadoutWeaponCustomization_C_BndEvt__WBP_MainMenu_LoadoutWeaponCustomization_DebugConfigButton_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_MainMenu_LoadoutWeaponCustomization_C_BndEvt__WBP_MainMenu_LoadoutWeaponCustomization_DebugConfigButton_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_MainMenu_LoadoutWeaponCustomization_C_BndEvt__WBP_MainMenu_LoadoutWeaponCustomization_DebugConfigButton_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_MainMenu_LoadoutWeaponCustomization_C_BndEvt__WBP_MainMenu_LoadoutWeaponCustomization_DebugConfigButton_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_MainMenu_LoadoutWeaponCustomization_C_BndEvt__WBP_MainMenu_LoadoutWeaponCustomization_DebugConfigButton_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_BndEvt__WBP_MainMenu_LoadoutWeaponCustomization_DebugConfigButton_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_BndEvt__WBP_MainMenu_LoadoutWeaponCustomization_DebugConfigButton_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_LoadoutWeaponCustomization_C_OnPressetCosmeticSlotButton \ +static_assert(alignof(WBP_MainMenu_LoadoutWeaponCustomization_C_OnPressetCosmeticSlotButton) == 0x000008, "Wrong alignment on WBP_MainMenu_LoadoutWeaponCustomization_C_OnPressetCosmeticSlotButton"); \ +static_assert(sizeof(WBP_MainMenu_LoadoutWeaponCustomization_C_OnPressetCosmeticSlotButton) == 0x000008, "Wrong size on WBP_MainMenu_LoadoutWeaponCustomization_C_OnPressetCosmeticSlotButton"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_OnPressetCosmeticSlotButton, Button) == 0x000000, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_OnPressetCosmeticSlotButton::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_LoadoutWeaponCustomization_C_PreConstruct \ +static_assert(alignof(WBP_MainMenu_LoadoutWeaponCustomization_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_MainMenu_LoadoutWeaponCustomization_C_PreConstruct"); \ +static_assert(sizeof(WBP_MainMenu_LoadoutWeaponCustomization_C_PreConstruct) == 0x000001, "Wrong size on WBP_MainMenu_LoadoutWeaponCustomization_C_PreConstruct"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_LoadoutWeaponCustomization_C_SetBoxVisible \ +static_assert(alignof(WBP_MainMenu_LoadoutWeaponCustomization_C_SetBoxVisible) == 0x000001, "Wrong alignment on WBP_MainMenu_LoadoutWeaponCustomization_C_SetBoxVisible"); \ +static_assert(sizeof(WBP_MainMenu_LoadoutWeaponCustomization_C_SetBoxVisible) == 0x000001, "Wrong size on WBP_MainMenu_LoadoutWeaponCustomization_C_SetBoxVisible"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_SetBoxVisible, Screen) == 0x000000, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_SetBoxVisible::Screen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_LoadoutWeaponCustomization_C_SetWeaponPart \ +static_assert(alignof(WBP_MainMenu_LoadoutWeaponCustomization_C_SetWeaponPart) == 0x000008, "Wrong alignment on WBP_MainMenu_LoadoutWeaponCustomization_C_SetWeaponPart"); \ +static_assert(sizeof(WBP_MainMenu_LoadoutWeaponCustomization_C_SetWeaponPart) == 0x000008, "Wrong size on WBP_MainMenu_LoadoutWeaponCustomization_C_SetWeaponPart"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_SetWeaponPart, Button) == 0x000000, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_SetWeaponPart::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_LoadoutWeaponCustomization_C_OnPressedWeaponSlotButton \ +static_assert(alignof(WBP_MainMenu_LoadoutWeaponCustomization_C_OnPressedWeaponSlotButton) == 0x000008, "Wrong alignment on WBP_MainMenu_LoadoutWeaponCustomization_C_OnPressedWeaponSlotButton"); \ +static_assert(sizeof(WBP_MainMenu_LoadoutWeaponCustomization_C_OnPressedWeaponSlotButton) == 0x000008, "Wrong size on WBP_MainMenu_LoadoutWeaponCustomization_C_OnPressedWeaponSlotButton"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_OnPressedWeaponSlotButton, Button) == 0x000000, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_OnPressedWeaponSlotButton::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_LoadoutWeaponCustomization_C_OnGainedStackFocused \ +static_assert(alignof(WBP_MainMenu_LoadoutWeaponCustomization_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_MainMenu_LoadoutWeaponCustomization_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_MainMenu_LoadoutWeaponCustomization_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_MainMenu_LoadoutWeaponCustomization_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_LoadoutWeaponCustomization_C_CreatePartButton \ +static_assert(alignof(WBP_MainMenu_LoadoutWeaponCustomization_C_CreatePartButton) == 0x000008, "Wrong alignment on WBP_MainMenu_LoadoutWeaponCustomization_C_CreatePartButton"); \ +static_assert(sizeof(WBP_MainMenu_LoadoutWeaponCustomization_C_CreatePartButton) == 0x000048, "Wrong size on WBP_MainMenu_LoadoutWeaponCustomization_C_CreatePartButton"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_CreatePartButton, ParentWidget) == 0x000000, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_CreatePartButton::ParentWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_CreatePartButton, WeaponSlot) == 0x000008, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_CreatePartButton::WeaponSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_CreatePartButton, Equippable_Part) == 0x000010, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_CreatePartButton::Equippable_Part' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_CreatePartButton, OnClick) == 0x000018, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_CreatePartButton::OnClick' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_CreatePartButton, Button) == 0x000030, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_CreatePartButton::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_CreatePartButton, CallFunc_SpawnObject_ReturnValue) == 0x000038, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_CreatePartButton::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_CreatePartButton, CallFunc_AddChild_ReturnValue) == 0x000040, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_CreatePartButton::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_LoadoutWeaponCustomization_C_GetModularConfiguration \ +static_assert(alignof(WBP_MainMenu_LoadoutWeaponCustomization_C_GetModularConfiguration) == 0x000008, "Wrong alignment on WBP_MainMenu_LoadoutWeaponCustomization_C_GetModularConfiguration"); \ +static_assert(sizeof(WBP_MainMenu_LoadoutWeaponCustomization_C_GetModularConfiguration) == 0x000060, "Wrong size on WBP_MainMenu_LoadoutWeaponCustomization_C_GetModularConfiguration"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_GetModularConfiguration, Modular_Configuration) == 0x000000, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_GetModularConfiguration::Modular_Configuration' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_GetModularConfiguration, K2Node_DynamicCast_AsSBZBase_Weapon_Data) == 0x000050, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_GetModularConfiguration::K2Node_DynamicCast_AsSBZBase_Weapon_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_GetModularConfiguration, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_GetModularConfiguration::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems \ +static_assert(alignof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems) == 0x000008, "Wrong alignment on WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems"); \ +static_assert(sizeof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems) == 0x0000D0, "Wrong size on WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems, OnSelectedEvent) == 0x000000, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems::OnSelectedEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems, Temp_int_Array_Index_Variable) == 0x000014, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems, CallFunc_GetModularConfiguration_Modular_Configuration) == 0x000020, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems::CallFunc_GetModularConfiguration_Modular_Configuration' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems, CallFunc_Map_Keys_Keys) == 0x000070, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems, CallFunc_Array_Get_Item) == 0x000080, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems, CallFunc_CreateSlotButton_Button) == 0x000088, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems::CallFunc_CreateSlotButton_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems, CallFunc_Map_Find_Value) == 0x000090, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems, CallFunc_Map_Find_ReturnValue) == 0x0000B8, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems, CallFunc_Array_Length_ReturnValue) == 0x0000BC, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems, CallFunc_Less_IntInt_ReturnValue) == 0x0000C0, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems, CallFunc_Array_Length_ReturnValue_1) == 0x0000C4, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems, CallFunc_Greater_IntInt_ReturnValue) == 0x0000C8, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponSlotItems::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems \ +static_assert(alignof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems) == 0x000008, "Wrong alignment on WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems"); \ +static_assert(sizeof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems) == 0x000130, "Wrong size on WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, BoxReference) == 0x000000, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::BoxReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, OnSelectedEvent) == 0x000008, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::OnSelectedEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, IsModEquipped) == 0x00001C, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::IsModEquipped' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, K2Node_DynamicCast_AsSBZModular_Part_Slot) == 0x000028, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::K2Node_DynamicCast_AsSBZModular_Part_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, Temp_int_Array_Index_Variable_1) == 0x00003C, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, Temp_int_Loop_Counter_Variable_1) == 0x000040, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, K2Node_MakeArray_Array) == 0x000048, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, CallFunc_Array_Get_Item) == 0x000058, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, CallFunc_CreatePartButton_Button) == 0x000068, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::CallFunc_CreatePartButton_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, CallFunc_Add_IntInt_ReturnValue_1) == 0x000074, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, Temp_int_Array_Index_Variable_2) == 0x000078, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, CallFunc_GetModularConfiguration_Modular_Configuration) == 0x000080, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::CallFunc_GetModularConfiguration_Modular_Configuration' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, CallFunc_Map_Find_Value) == 0x0000D0, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, CallFunc_Map_Find_ReturnValue) == 0x0000F8, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, CallFunc_Array_Length_ReturnValue_1) == 0x0000FC, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, CallFunc_Array_Get_Item_1) == 0x000100, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, CallFunc_Array_Length_ReturnValue_2) == 0x000108, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, CallFunc_CreatePartButton_Button_1) == 0x000110, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::CallFunc_CreatePartButton_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, CallFunc_Less_IntInt_ReturnValue_1) == 0x000118, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, Temp_int_Loop_Counter_Variable_2) == 0x00011C, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, CallFunc_Less_IntInt_ReturnValue_2) == 0x000120, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, CallFunc_Add_IntInt_ReturnValue_2) == 0x000124, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems, CallFunc_CreatePartButton_Button_2) == 0x000128, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_InitializeWeaponPartItems::CallFunc_CreatePartButton_Button_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus \ +static_assert(alignof(WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus) == 0x000008, "Wrong alignment on WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus"); \ +static_assert(sizeof(WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus) == 0x000098, "Wrong size on WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus, NewlyEquippedPart) == 0x000000, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus::NewlyEquippedPart' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus, IsModEquipped) == 0x000008, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus::IsModEquipped' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus, Temp_bool_Variable) == 0x000009, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus, CallFunc_IsValid_ReturnValue) == 0x00000A, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus, Temp_object_Variable) == 0x000010, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus, K2Node_Select_Default) == 0x000018, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus, CallFunc_GetChildAt_ReturnValue) == 0x000030, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus, K2Node_DynamicCast_AsSBZWeapon_Customiaztion_Slot_Button) == 0x000038, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus::K2Node_DynamicCast_AsSBZWeapon_Customiaztion_Slot_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus, CallFunc_GetAllChildren_ReturnValue) == 0x000048, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus, CallFunc_Array_Get_Item) == 0x000060, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus, K2Node_DynamicCast_AsSBZWeapon_Customiaztion_Slot_Button_1) == 0x000070, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus::K2Node_DynamicCast_AsSBZWeapon_Customiaztion_Slot_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus, CallFunc_GetDisplayName_ReturnValue) == 0x000080, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000090, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_RefreshEquippedStatus::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_LoadoutWeaponCustomization_C_CreateSlotButton \ +static_assert(alignof(WBP_MainMenu_LoadoutWeaponCustomization_C_CreateSlotButton) == 0x000008, "Wrong alignment on WBP_MainMenu_LoadoutWeaponCustomization_C_CreateSlotButton"); \ +static_assert(sizeof(WBP_MainMenu_LoadoutWeaponCustomization_C_CreateSlotButton) == 0x000050, "Wrong size on WBP_MainMenu_LoadoutWeaponCustomization_C_CreateSlotButton"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_CreateSlotButton, ParentWidget) == 0x000000, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_CreateSlotButton::ParentWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_CreateSlotButton, WeaponSlot) == 0x000008, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_CreateSlotButton::WeaponSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_CreateSlotButton, Equippable_Part) == 0x000010, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_CreateSlotButton::Equippable_Part' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_CreateSlotButton, OnClick) == 0x000018, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_CreateSlotButton::OnClick' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_CreateSlotButton, Button) == 0x000030, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_CreateSlotButton::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_CreateSlotButton, CallFunc_SpawnObject_ReturnValue) == 0x000038, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_CreateSlotButton::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_CreateSlotButton, CallFunc_GetEquippedPartInSlot_Part) == 0x000040, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_CreateSlotButton::CallFunc_GetEquippedPartInSlot_Part' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_CreateSlotButton, CallFunc_AddChild_ReturnValue) == 0x000048, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_CreateSlotButton::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_LoadoutWeaponCustomization_C_GetEquippedPartInSlot \ +static_assert(alignof(WBP_MainMenu_LoadoutWeaponCustomization_C_GetEquippedPartInSlot) == 0x000008, "Wrong alignment on WBP_MainMenu_LoadoutWeaponCustomization_C_GetEquippedPartInSlot"); \ +static_assert(sizeof(WBP_MainMenu_LoadoutWeaponCustomization_C_GetEquippedPartInSlot) == 0x0000B8, "Wrong size on WBP_MainMenu_LoadoutWeaponCustomization_C_GetEquippedPartInSlot"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_GetEquippedPartInSlot, Key) == 0x000000, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_GetEquippedPartInSlot::Key' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_GetEquippedPartInSlot, Part) == 0x000008, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_GetEquippedPartInSlot::Part' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_GetEquippedPartInSlot, CallFunc_GetModularConfiguration_Modular_Configuration) == 0x000010, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_GetEquippedPartInSlot::CallFunc_GetModularConfiguration_Modular_Configuration' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_GetEquippedPartInSlot, K2Node_DynamicCast_AsSBZWeapon_Part_Slot) == 0x000060, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_GetEquippedPartInSlot::K2Node_DynamicCast_AsSBZWeapon_Part_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_GetEquippedPartInSlot, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_GetEquippedPartInSlot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_GetEquippedPartInSlot, CallFunc_Map_Find_Value) == 0x000070, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_GetEquippedPartInSlot::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_GetEquippedPartInSlot, CallFunc_Map_Find_ReturnValue) == 0x000098, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_GetEquippedPartInSlot::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_GetEquippedPartInSlot, CallFunc_Map_Find_Value_1) == 0x0000A0, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_GetEquippedPartInSlot::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_LoadoutWeaponCustomization_C_GetEquippedPartInSlot, CallFunc_Map_Find_ReturnValue_1) == 0x0000B0, "Member 'WBP_MainMenu_LoadoutWeaponCustomization_C_GetEquippedPartInSlot::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MainMenu_LoadoutWeaponCustomization_C \ +static_assert(alignof(UWBP_MainMenu_LoadoutWeaponCustomization_C) == 0x000008, "Wrong alignment on UWBP_MainMenu_LoadoutWeaponCustomization_C"); \ +static_assert(sizeof(UWBP_MainMenu_LoadoutWeaponCustomization_C) == 0x0003D0, "Wrong size on UWBP_MainMenu_LoadoutWeaponCustomization_C"); \ +static_assert(offsetof(UWBP_MainMenu_LoadoutWeaponCustomization_C, UberGraphFrame) == 0x000338, "Member 'UWBP_MainMenu_LoadoutWeaponCustomization_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_LoadoutWeaponCustomization_C, Button_Back) == 0x000340, "Member 'UWBP_MainMenu_LoadoutWeaponCustomization_C::Button_Back' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_LoadoutWeaponCustomization_C, CosmeticBox) == 0x000348, "Member 'UWBP_MainMenu_LoadoutWeaponCustomization_C::CosmeticBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_LoadoutWeaponCustomization_C, DebugConfigButton) == 0x000350, "Member 'UWBP_MainMenu_LoadoutWeaponCustomization_C::DebugConfigButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_LoadoutWeaponCustomization_C, ScrollBoxParts) == 0x000358, "Member 'UWBP_MainMenu_LoadoutWeaponCustomization_C::ScrollBoxParts' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_LoadoutWeaponCustomization_C, ScrollBoxWeapon) == 0x000360, "Member 'UWBP_MainMenu_LoadoutWeaponCustomization_C::ScrollBoxWeapon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_LoadoutWeaponCustomization_C, TextBlock_WeaponName) == 0x000368, "Member 'UWBP_MainMenu_LoadoutWeaponCustomization_C::TextBlock_WeaponName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_LoadoutWeaponCustomization_C, WBP_Local_Navbar) == 0x000370, "Member 'UWBP_MainMenu_LoadoutWeaponCustomization_C::WBP_Local_Navbar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_LoadoutWeaponCustomization_C, WBP_WeaponCustomization_WeaponCosmetics) == 0x000378, "Member 'UWBP_MainMenu_LoadoutWeaponCustomization_C::WBP_WeaponCustomization_WeaponCosmetics' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_LoadoutWeaponCustomization_C, WeaponCustomizationPanel) == 0x000380, "Member 'UWBP_MainMenu_LoadoutWeaponCustomization_C::WeaponCustomizationPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_LoadoutWeaponCustomization_C, Widget_ProgressionButton) == 0x000388, "Member 'UWBP_MainMenu_LoadoutWeaponCustomization_C::Widget_ProgressionButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_LoadoutWeaponCustomization_C, Widget_WeaponSlotDisplayPanel) == 0x000390, "Member 'UWBP_MainMenu_LoadoutWeaponCustomization_C::Widget_WeaponSlotDisplayPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_LoadoutWeaponCustomization_C, ModularWeaponDisplay) == 0x000398, "Member 'UWBP_MainMenu_LoadoutWeaponCustomization_C::ModularWeaponDisplay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_LoadoutWeaponCustomization_C, MenuScreens) == 0x0003A0, "Member 'UWBP_MainMenu_LoadoutWeaponCustomization_C::MenuScreens' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_LoadoutWeaponCustomization_C, LastSelectedScreen) == 0x0003B0, "Member 'UWBP_MainMenu_LoadoutWeaponCustomization_C::LastSelectedScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_LoadoutWeaponCustomization_C, BaseCosmeticSlotList) == 0x0003B8, "Member 'UWBP_MainMenu_LoadoutWeaponCustomization_C::BaseCosmeticSlotList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_LoadoutWeaponCustomization_C, StickerStartingIndex) == 0x0003C8, "Member 'UWBP_MainMenu_LoadoutWeaponCustomization_C::StickerStartingIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew \ +static_assert(alignof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew) == 0x000008, "Wrong alignment on WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew"); \ +static_assert(sizeof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew) == 0x000200, "Wrong size on WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, EntryPoint) == 0x000000, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, CallFunc_GetCustomizationManager_ReturnValue) == 0x000008, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::CallFunc_GetCustomizationManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, Temp_byte_Variable) == 0x000010, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, Temp_text_Variable) == 0x000018, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, Temp_text_Variable_1) == 0x000030, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, Temp_byte_Variable_1) == 0x000048, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, K2Node_Event_PreviousValue) == 0x00004C, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, K2Node_CustomEvent_InActionInput) == 0x000058, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::K2Node_CustomEvent_InActionInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, K2Node_SwitchName_CmpSuccess) == 0x000064, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, CallFunc_GetUIManager_ReturnValue) == 0x000068, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, CallFunc_PopStack_ReturnValue) == 0x000070, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, CallFunc_GetCustomizationManager_ReturnValue_1) == 0x000080, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::CallFunc_GetCustomizationManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, CallFunc_GetCustomizationManager_ReturnValue_2) == 0x000088, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::CallFunc_GetCustomizationManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, Temp_bool_Variable) == 0x000090, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, CallFunc_GetCustomizationManager_ReturnValue_3) == 0x000098, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::CallFunc_GetCustomizationManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x0000A0, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, CallFunc_MakeLiteralName_ReturnValue) == 0x0000A8, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, CallFunc_GetGameMode_ReturnValue) == 0x0000B8, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu) == 0x0000C0, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, K2Node_DynamicCast_bSuccess) == 0x0000C8, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, K2Node_Event_InButton) == 0x0000D0, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::K2Node_Event_InButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, K2Node_Event_bIsFocused) == 0x0000D8, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::K2Node_Event_bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, Temp_byte_Variable_2) == 0x0000D9, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, CallFunc_IsValid_ReturnValue) == 0x0000DA, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, CallFunc_IsValid_ReturnValue_1) == 0x0000DB, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, CallFunc_GetWeaponConfigSlot_ReturnValue) == 0x0000E0, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::CallFunc_GetWeaponConfigSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, CallFunc_GetChildAt_ReturnValue) == 0x0001B8, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, CallFunc_IsValid_ReturnValue_2) == 0x0001C0, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, K2Node_Select_Default) == 0x0001C8, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, K2Node_Select_Default_1) == 0x0001E0, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, CallFunc_GetCustomizationManager_ReturnValue_4) == 0x0001E8, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::CallFunc_GetCustomizationManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x0001F0, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, Temp_byte_Variable_3) == 0x0001F8, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew, K2Node_Select_Default_2) == 0x0001F9, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_ExecuteUbergraph_WBP_MainMenu_Loadout_WeaponCustomizationNew::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_Loadout_WeaponCustomizationNew_C_OnCategoryButtonFocused \ +static_assert(alignof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_OnCategoryButtonFocused) == 0x000008, "Wrong alignment on WBP_MainMenu_Loadout_WeaponCustomizationNew_C_OnCategoryButtonFocused"); \ +static_assert(sizeof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_OnCategoryButtonFocused) == 0x000010, "Wrong size on WBP_MainMenu_Loadout_WeaponCustomizationNew_C_OnCategoryButtonFocused"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_OnCategoryButtonFocused, InButton) == 0x000000, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_OnCategoryButtonFocused::InButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_OnCategoryButtonFocused, bIsFocused) == 0x000008, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_OnCategoryButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_Loadout_WeaponCustomizationNew_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on WBP_MainMenu_Loadout_WeaponCustomizationNew_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_OnControlsReferenceClicked) == 0x00000C, "Wrong size on WBP_MainMenu_Loadout_WeaponCustomizationNew_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_OnControlsReferenceClicked, InActionInput) == 0x000000, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_OnControlsReferenceClicked::InActionInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_Loadout_WeaponCustomizationNew_C_OnGainedStackFocused \ +static_assert(alignof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_MainMenu_Loadout_WeaponCustomizationNew_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_MainMenu_Loadout_WeaponCustomizationNew_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference \ +static_assert(alignof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference) == 0x000008, "Wrong alignment on WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference"); \ +static_assert(sizeof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference) == 0x000158, "Wrong size on WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference, Temp_bool_Variable) == 0x000000, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference, K2Node_MakeStruct_SBZButtonControlReference) == 0x000018, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000050, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference, CallFunc_IsInputTypeController_ReturnValue) == 0x000088, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference::CallFunc_IsInputTypeController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference, K2Node_MakeStruct_SBZButtonControlReference_2) == 0x000090, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference::K2Node_MakeStruct_SBZButtonControlReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference, K2Node_MakeStruct_SBZButtonControlReference_3) == 0x0000C8, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference::K2Node_MakeStruct_SBZButtonControlReference_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference, K2Node_MakeArray_Array) == 0x000100, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference, K2Node_MakeArray_Array_1) == 0x000110, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference, K2Node_Select_Default) == 0x000120, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000130, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_UpdateControlsReference::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_Loadout_WeaponCustomizationNew_C_SetCategoryPadding \ +static_assert(alignof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_SetCategoryPadding) == 0x000008, "Wrong alignment on WBP_MainMenu_Loadout_WeaponCustomizationNew_C_SetCategoryPadding"); \ +static_assert(sizeof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_SetCategoryPadding) == 0x000038, "Wrong size on WBP_MainMenu_Loadout_WeaponCustomizationNew_C_SetCategoryPadding"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_SetCategoryPadding, Temp_int_Variable) == 0x000000, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_SetCategoryPadding::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_SetCategoryPadding, K2Node_MakeStruct_Margin) == 0x000004, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_SetCategoryPadding::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_SetCategoryPadding, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_SetCategoryPadding::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_SetCategoryPadding, CallFunc_GetChildAt_ReturnValue) == 0x000018, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_SetCategoryPadding::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_SetCategoryPadding, CallFunc_GetChildrenCount_ReturnValue) == 0x000020, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_SetCategoryPadding::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_SetCategoryPadding, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue) == 0x000028, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_SetCategoryPadding::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_SetCategoryPadding, CallFunc_Subtract_IntInt_ReturnValue) == 0x000030, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_SetCategoryPadding::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_WeaponCustomizationNew_C_SetCategoryPadding, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000034, "Member 'WBP_MainMenu_Loadout_WeaponCustomizationNew_C_SetCategoryPadding::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MainMenu_Loadout_WeaponCustomizationNew_C \ +static_assert(alignof(UWBP_MainMenu_Loadout_WeaponCustomizationNew_C) == 0x000008, "Wrong alignment on UWBP_MainMenu_Loadout_WeaponCustomizationNew_C"); \ +static_assert(sizeof(UWBP_MainMenu_Loadout_WeaponCustomizationNew_C) == 0x0003E8, "Wrong size on UWBP_MainMenu_Loadout_WeaponCustomizationNew_C"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_WeaponCustomizationNew_C, UberGraphFrame) == 0x000380, "Member 'UWBP_MainMenu_Loadout_WeaponCustomizationNew_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_WeaponCustomizationNew_C, Intro) == 0x000388, "Member 'UWBP_MainMenu_Loadout_WeaponCustomizationNew_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_WeaponCustomizationNew_C, Image) == 0x000390, "Member 'UWBP_MainMenu_Loadout_WeaponCustomizationNew_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_WeaponCustomizationNew_C, Image_1) == 0x000398, "Member 'UWBP_MainMenu_Loadout_WeaponCustomizationNew_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_WeaponCustomizationNew_C, Image_306) == 0x0003A0, "Member 'UWBP_MainMenu_Loadout_WeaponCustomizationNew_C::Image_306' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_WeaponCustomizationNew_C, Image_tittle) == 0x0003A8, "Member 'UWBP_MainMenu_Loadout_WeaponCustomizationNew_C::Image_tittle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_WeaponCustomizationNew_C, ScreenTitle) == 0x0003B0, "Member 'UWBP_MainMenu_Loadout_WeaponCustomizationNew_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_WeaponCustomizationNew_C, TutorialPopup_Button) == 0x0003B8, "Member 'UWBP_MainMenu_Loadout_WeaponCustomizationNew_C::TutorialPopup_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_WeaponCustomizationNew_C, WBP_UI_Widget_WeaponStats) == 0x0003C0, "Member 'UWBP_MainMenu_Loadout_WeaponCustomizationNew_C::WBP_UI_Widget_WeaponStats' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_WeaponCustomizationNew_C, WeaponHeader_T) == 0x0003C8, "Member 'UWBP_MainMenu_Loadout_WeaponCustomizationNew_C::WeaponHeader_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_WeaponCustomizationNew_C, Widget_WeaponDescription) == 0x0003D0, "Member 'UWBP_MainMenu_Loadout_WeaponCustomizationNew_C::Widget_WeaponDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_WeaponCustomizationNew_C, Widget_WeaponProgressionDisplay) == 0x0003D8, "Member 'UWBP_MainMenu_Loadout_WeaponCustomizationNew_C::Widget_WeaponProgressionDisplay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_WeaponCustomizationNew_C, FocusedButton) == 0x0003E0, "Member 'UWBP_MainMenu_Loadout_WeaponCustomizationNew_C::FocusedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization \ +static_assert(alignof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization) == 0x000008, "Wrong alignment on WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization"); \ +static_assert(sizeof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization) == 0x0002B0, "Wrong size on WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, EntryPoint) == 0x000000, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_MakeLiteralName_ReturnValue) == 0x000004, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_IsEmpty_ReturnValue) == 0x000010, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_GetActorOfClass_ReturnValue) == 0x000030, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_ComponentBoundEvent_EquippableSlot) == 0x000038, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_ComponentBoundEvent_EquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_ComponentBoundEvent_ActiveWeaponIndex) == 0x00003C, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_ComponentBoundEvent_ActiveWeaponIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_ComponentBoundEvent_ActiveItemData_4) == 0x000040, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_ComponentBoundEvent_ActiveItemData_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_ComponentBoundEvent_ActiveItemData_3) == 0x000048, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_ComponentBoundEvent_ActiveItemData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_ComponentBoundEvent_ActiveItemData_2) == 0x000050, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_ComponentBoundEvent_ActiveItemData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_ComponentBoundEvent_ActiveItemData_1) == 0x000058, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_ComponentBoundEvent_ActiveItemData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_GetUIManager_ReturnValue) == 0x000060, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_GetUIManager_ReturnValue_1) == 0x000068, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_GetMenuWidget_ReturnValue) == 0x000070, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_DynamicCast_AsSBZMain_Menu_Widget) == 0x000078, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_DynamicCast_AsSBZMain_Menu_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_GetUIManager_ReturnValue_2) == 0x000088, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_GetUIManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_GetUIManager_ReturnValue_3) == 0x000090, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_GetUIManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_GetMenuWidget_ReturnValue_1) == 0x000098, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_GetMenuWidget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_GetMenuWidget_ReturnValue_2) == 0x0000A0, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_GetMenuWidget_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_DynamicCast_AsSBZMain_Menu_Widget_1) == 0x0000A8, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_DynamicCast_AsSBZMain_Menu_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_DynamicCast_bSuccess_1) == 0x0000B0, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_DynamicCast_AsSBZMain_Menu_Widget_2) == 0x0000B8, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_DynamicCast_AsSBZMain_Menu_Widget_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_DynamicCast_bSuccess_2) == 0x0000C0, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_GetUIManager_ReturnValue_4) == 0x0000C8, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_GetUIManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_ComponentBoundEvent_Button) == 0x0000D0, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_ComponentBoundEvent_bIsFocused) == 0x0000D8, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_ComponentBoundEvent_bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_ComponentBoundEvent_ButtonType) == 0x0000D9, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_ComponentBoundEvent_ButtonType' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_GetMenuWidget_ReturnValue_3) == 0x0000E0, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_GetMenuWidget_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_DynamicCast_AsSBZMain_Menu_Widget_3) == 0x0000E8, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_DynamicCast_AsSBZMain_Menu_Widget_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_DynamicCast_bSuccess_3) == 0x0000F0, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_Event_PreviousValue) == 0x0000F4, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_IsValid_ReturnValue) == 0x000100, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_DisplayItemInventoryScreen_ReturnValue) == 0x000101, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_DisplayItemInventoryScreen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_DisplayItemInventoryScreen_ReturnValue_1) == 0x000102, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_DisplayItemInventoryScreen_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_DisplayItemInventoryScreen_ReturnValue_2) == 0x000103, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_DisplayItemInventoryScreen_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_DisplayWeaponInventoryScreen_ReturnValue) == 0x000104, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_DisplayWeaponInventoryScreen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_GetUIManager_ReturnValue_5) == 0x000108, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_GetUIManager_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_CustomEvent_InActionInput) == 0x000110, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_CustomEvent_InActionInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_PopStack_ReturnValue) == 0x00011C, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_SwitchName_CmpSuccess) == 0x000128, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, Temp_bool_Variable) == 0x000129, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_CreateDelegate_OutputDelegate) == 0x00012C, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_MakeStruct_SBZButtonControlReference) == 0x000140, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000178, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_MakeArray_Array) == 0x0001B0, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_PlayAnimationForward_ReturnValue) == 0x0001C0, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_MakeStruct_SBZButtonControlsReference) == 0x0001C8, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_GetUIManager_ReturnValue_6) == 0x0001F0, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_GetUIManager_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_GetMenuWidget_ReturnValue_4) == 0x0001F8, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_GetMenuWidget_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_DynamicCast_AsSBZMain_Menu_Widget_4) == 0x000200, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_DynamicCast_AsSBZMain_Menu_Widget_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_DynamicCast_bSuccess_4) == 0x000208, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_ComponentBoundEvent_ActiveItemData) == 0x000210, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_ComponentBoundEvent_ActiveItemData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_DisplayItemInventoryScreen_ReturnValue_3) == 0x000218, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_DisplayItemInventoryScreen_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_IsValid_ReturnValue_1) == 0x000219, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_MakeLiteralName_ReturnValue_1) == 0x00021C, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_MakeStruct_FormatArgumentData) == 0x000228, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_MakeArray_Array_1) == 0x000268, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_GetUIManager_ReturnValue_7) == 0x000278, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_GetUIManager_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, CallFunc_Format_ReturnValue) == 0x000280, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization, K2Node_Select_Default) == 0x000298, "Member 'WBP_UI_SM_LoadoutCustomization_C_ExecuteUbergraph_WBP_UI_SM_LoadoutCustomization::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_LoadoutCustomization_Widget_Loadout_K2Node_ComponentBoundEvent_9_OnItemButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_LoadoutCustomization_Widget_Loadout_K2Node_ComponentBoundEvent_9_OnItemButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_LoadoutCustomization_Widget_Loadout_K2Node_ComponentBoundEvent_9_OnItemButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_LoadoutCustomization_Widget_Loadout_K2Node_ComponentBoundEvent_9_OnItemButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_LoadoutCustomization_Widget_Loadout_K2Node_ComponentBoundEvent_9_OnItemButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_LoadoutCustomization_Widget_Loadout_K2Node_ComponentBoundEvent_9_OnItemButtonSelected__DelegateSignature, ActiveItemData) == 0x000000, "Member 'WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_LoadoutCustomization_Widget_Loadout_K2Node_ComponentBoundEvent_9_OnItemButtonSelected__DelegateSignature::ActiveItemData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_LoadoutCustomization_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_UI_SM_LoadoutCustomization_C_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on WBP_UI_SM_LoadoutCustomization_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_UI_SM_LoadoutCustomization_C_OnControlsReferenceClicked) == 0x00000C, "Wrong size on WBP_UI_SM_LoadoutCustomization_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_OnControlsReferenceClicked, InActionInput) == 0x000000, "Member 'WBP_UI_SM_LoadoutCustomization_C_OnControlsReferenceClicked::InActionInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_LoadoutCustomization_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_SM_LoadoutCustomization_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_SM_LoadoutCustomization_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_SM_LoadoutCustomization_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_SM_LoadoutCustomization_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_SM_LoadoutCustomization_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnButtonFocusChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnButtonFocusChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnButtonFocusChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnButtonFocusChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnButtonFocusChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnButtonFocusChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnButtonFocusChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnButtonFocusChanged__DelegateSignature, bIsFocused) == 0x000008, "Member 'WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnButtonFocusChanged__DelegateSignature::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnButtonFocusChanged__DelegateSignature, ButtonType) == 0x000009, "Member 'WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnButtonFocusChanged__DelegateSignature::ButtonType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_4_OnItemButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_4_OnItemButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_4_OnItemButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_4_OnItemButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_4_OnItemButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_4_OnItemButtonSelected__DelegateSignature, ActiveItemData) == 0x000000, "Member 'WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_4_OnItemButtonSelected__DelegateSignature::ActiveItemData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnItemButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnItemButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnItemButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnItemButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnItemButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnItemButtonSelected__DelegateSignature, ActiveItemData) == 0x000000, "Member 'WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_3_OnItemButtonSelected__DelegateSignature::ActiveItemData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_2_OnItemButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_2_OnItemButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_2_OnItemButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_2_OnItemButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_2_OnItemButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_2_OnItemButtonSelected__DelegateSignature, ActiveItemData) == 0x000000, "Member 'WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_2_OnItemButtonSelected__DelegateSignature::ActiveItemData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_1_OnItemButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_1_OnItemButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_1_OnItemButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_1_OnItemButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_1_OnItemButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_1_OnItemButtonSelected__DelegateSignature, ActiveItemData) == 0x000000, "Member 'WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_1_OnItemButtonSelected__DelegateSignature::ActiveItemData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_0_OnWeaponButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_0_OnWeaponButtonSelected__DelegateSignature) == 0x000004, "Wrong alignment on WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_0_OnWeaponButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_0_OnWeaponButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_0_OnWeaponButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_0_OnWeaponButtonSelected__DelegateSignature, EquippableSlot) == 0x000000, "Member 'WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_0_OnWeaponButtonSelected__DelegateSignature::EquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_0_OnWeaponButtonSelected__DelegateSignature, ActiveWeaponIndex) == 0x000004, "Member 'WBP_UI_SM_LoadoutCustomization_C_BndEvt__WBP_UI_SM_InventoryScreen_Widget_Loadout_K2Node_ComponentBoundEvent_0_OnWeaponButtonSelected__DelegateSignature::ActiveWeaponIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_LoadoutCustomization_C_SetDisabledState \ +static_assert(alignof(WBP_UI_SM_LoadoutCustomization_C_SetDisabledState) == 0x000004, "Wrong alignment on WBP_UI_SM_LoadoutCustomization_C_SetDisabledState"); \ +static_assert(sizeof(WBP_UI_SM_LoadoutCustomization_C_SetDisabledState) == 0x000010, "Wrong size on WBP_UI_SM_LoadoutCustomization_C_SetDisabledState"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_SetDisabledState, bIsDisabled) == 0x000000, "Member 'WBP_UI_SM_LoadoutCustomization_C_SetDisabledState::bIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_SetDisabledState, Temp_byte_Variable) == 0x000001, "Member 'WBP_UI_SM_LoadoutCustomization_C_SetDisabledState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_SetDisabledState, CallFunc_SelectFloat_ReturnValue) == 0x000004, "Member 'WBP_UI_SM_LoadoutCustomization_C_SetDisabledState::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_SetDisabledState, Temp_byte_Variable_1) == 0x000008, "Member 'WBP_UI_SM_LoadoutCustomization_C_SetDisabledState::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_SetDisabledState, Temp_bool_Variable) == 0x000009, "Member 'WBP_UI_SM_LoadoutCustomization_C_SetDisabledState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_SetDisabledState, Temp_byte_Variable_2) == 0x00000A, "Member 'WBP_UI_SM_LoadoutCustomization_C_SetDisabledState::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_SetDisabledState, Temp_byte_Variable_3) == 0x00000B, "Member 'WBP_UI_SM_LoadoutCustomization_C_SetDisabledState::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_SetDisabledState, Temp_bool_Variable_1) == 0x00000C, "Member 'WBP_UI_SM_LoadoutCustomization_C_SetDisabledState::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_SetDisabledState, K2Node_Select_Default) == 0x00000D, "Member 'WBP_UI_SM_LoadoutCustomization_C_SetDisabledState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_SetDisabledState, K2Node_Select_Default_1) == 0x00000E, "Member 'WBP_UI_SM_LoadoutCustomization_C_SetDisabledState::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig \ +static_assert(alignof(WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig) == 0x000008, "Wrong alignment on WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig"); \ +static_assert(sizeof(WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig) == 0x0002D0, "Wrong size on WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig, InEquippableSlot) == 0x000000, "Member 'WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig::InEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig, Equippable_Config) == 0x000008, "Member 'WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig::Equippable_Config' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig, Temp_byte_Variable) == 0x000078, "Member 'WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig, Temp_struct_Variable) == 0x000080, "Member 'WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig, Temp_struct_Variable_1) == 0x0000F0, "Member 'WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig, Temp_byte_Variable_1) == 0x000160, "Member 'WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig, CallFunc_Get_ReturnValue) == 0x000168, "Member 'WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig, CallFunc_GetProgressionSaveGame_ReturnValue) == 0x000170, "Member 'WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig::CallFunc_GetProgressionSaveGame_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig, CallFunc_GetEquippedWeaponInventorySlotIndex_ReturnValue) == 0x000178, "Member 'WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig::CallFunc_GetEquippedWeaponInventorySlotIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig, CallFunc_GetEquippedWeaponInventorySlotIndex_ReturnValue_1) == 0x00017C, "Member 'WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig::CallFunc_GetEquippedWeaponInventorySlotIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig, K2Node_Select_Default) == 0x000180, "Member 'WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig, CallFunc_GetWeaponConfigSlot_ReturnValue) == 0x000188, "Member 'WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig::CallFunc_GetWeaponConfigSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig, K2Node_Select_Default_1) == 0x000260, "Member 'WBP_UI_SM_LoadoutCustomization_C_GetWeaponConfig::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_SM_LoadoutCustomization_C \ +static_assert(alignof(UWBP_UI_SM_LoadoutCustomization_C) == 0x000008, "Wrong alignment on UWBP_UI_SM_LoadoutCustomization_C"); \ +static_assert(sizeof(UWBP_UI_SM_LoadoutCustomization_C) == 0x0003A8, "Wrong size on UWBP_UI_SM_LoadoutCustomization_C"); \ +static_assert(offsetof(UWBP_UI_SM_LoadoutCustomization_C, UberGraphFrame) == 0x000360, "Member 'UWBP_UI_SM_LoadoutCustomization_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_LoadoutCustomization_C, Transition) == 0x000368, "Member 'UWBP_UI_SM_LoadoutCustomization_C::Transition' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_LoadoutCustomization_C, Image_91) == 0x000370, "Member 'UWBP_UI_SM_LoadoutCustomization_C::Image_91' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_LoadoutCustomization_C, Image_140) == 0x000378, "Member 'UWBP_UI_SM_LoadoutCustomization_C::Image_140' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_LoadoutCustomization_C, Text_LoadoutName) == 0x000380, "Member 'UWBP_UI_SM_LoadoutCustomization_C::Text_LoadoutName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_LoadoutCustomization_C, WBP_UI_ContentBackground) == 0x000388, "Member 'UWBP_UI_SM_LoadoutCustomization_C::WBP_UI_ContentBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_LoadoutCustomization_C, Widget_Loadout) == 0x000390, "Member 'UWBP_UI_SM_LoadoutCustomization_C::Widget_Loadout' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_LoadoutCustomization_C, RT_ActiveButton) == 0x000398, "Member 'UWBP_UI_SM_LoadoutCustomization_C::RT_ActiveButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_LoadoutCustomization_C, MainMenuMannequin) == 0x0003A0, "Member 'UWBP_UI_SM_LoadoutCustomization_C::MainMenuMannequin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Loadout_SkillsCustomization_C_ExecuteUbergraph_WBP_UI_Loadout_SkillsCustomization \ +static_assert(alignof(WBP_UI_Loadout_SkillsCustomization_C_ExecuteUbergraph_WBP_UI_Loadout_SkillsCustomization) == 0x000008, "Wrong alignment on WBP_UI_Loadout_SkillsCustomization_C_ExecuteUbergraph_WBP_UI_Loadout_SkillsCustomization"); \ +static_assert(sizeof(WBP_UI_Loadout_SkillsCustomization_C_ExecuteUbergraph_WBP_UI_Loadout_SkillsCustomization) == 0x000048, "Wrong size on WBP_UI_Loadout_SkillsCustomization_C_ExecuteUbergraph_WBP_UI_Loadout_SkillsCustomization"); \ +static_assert(offsetof(WBP_UI_Loadout_SkillsCustomization_C_ExecuteUbergraph_WBP_UI_Loadout_SkillsCustomization, EntryPoint) == 0x000000, "Member 'WBP_UI_Loadout_SkillsCustomization_C_ExecuteUbergraph_WBP_UI_Loadout_SkillsCustomization::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Loadout_SkillsCustomization_C_ExecuteUbergraph_WBP_UI_Loadout_SkillsCustomization, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000008, "Member 'WBP_UI_Loadout_SkillsCustomization_C_ExecuteUbergraph_WBP_UI_Loadout_SkillsCustomization::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Loadout_SkillsCustomization_C_ExecuteUbergraph_WBP_UI_Loadout_SkillsCustomization, K2Node_Event_PreviousValue) == 0x000010, "Member 'WBP_UI_Loadout_SkillsCustomization_C_ExecuteUbergraph_WBP_UI_Loadout_SkillsCustomization::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Loadout_SkillsCustomization_C_ExecuteUbergraph_WBP_UI_Loadout_SkillsCustomization, CallFunc_GetSkillManager_ReturnValue) == 0x000020, "Member 'WBP_UI_Loadout_SkillsCustomization_C_ExecuteUbergraph_WBP_UI_Loadout_SkillsCustomization::CallFunc_GetSkillManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Loadout_SkillsCustomization_C_ExecuteUbergraph_WBP_UI_Loadout_SkillsCustomization, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_UI_Loadout_SkillsCustomization_C_ExecuteUbergraph_WBP_UI_Loadout_SkillsCustomization::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Loadout_SkillsCustomization_C_ExecuteUbergraph_WBP_UI_Loadout_SkillsCustomization, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'WBP_UI_Loadout_SkillsCustomization_C_ExecuteUbergraph_WBP_UI_Loadout_SkillsCustomization::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Loadout_SkillsCustomization_C_ExecuteUbergraph_WBP_UI_Loadout_SkillsCustomization, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x000030, "Member 'WBP_UI_Loadout_SkillsCustomization_C_ExecuteUbergraph_WBP_UI_Loadout_SkillsCustomization::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Loadout_SkillsCustomization_C_ExecuteUbergraph_WBP_UI_Loadout_SkillsCustomization, CallFunc_MakeLiteralName_ReturnValue) == 0x000038, "Member 'WBP_UI_Loadout_SkillsCustomization_C_ExecuteUbergraph_WBP_UI_Loadout_SkillsCustomization::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Loadout_SkillsCustomization_C_ExecuteUbergraph_WBP_UI_Loadout_SkillsCustomization, K2Node_Event_Value) == 0x000044, "Member 'WBP_UI_Loadout_SkillsCustomization_C_ExecuteUbergraph_WBP_UI_Loadout_SkillsCustomization::K2Node_Event_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Loadout_SkillsCustomization_C_OnDescriptionScrollAxisChanged \ +static_assert(alignof(WBP_UI_Loadout_SkillsCustomization_C_OnDescriptionScrollAxisChanged) == 0x000004, "Wrong alignment on WBP_UI_Loadout_SkillsCustomization_C_OnDescriptionScrollAxisChanged"); \ +static_assert(sizeof(WBP_UI_Loadout_SkillsCustomization_C_OnDescriptionScrollAxisChanged) == 0x000004, "Wrong size on WBP_UI_Loadout_SkillsCustomization_C_OnDescriptionScrollAxisChanged"); \ +static_assert(offsetof(WBP_UI_Loadout_SkillsCustomization_C_OnDescriptionScrollAxisChanged, Value) == 0x000000, "Member 'WBP_UI_Loadout_SkillsCustomization_C_OnDescriptionScrollAxisChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Loadout_SkillsCustomization_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_Loadout_SkillsCustomization_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_Loadout_SkillsCustomization_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_Loadout_SkillsCustomization_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_Loadout_SkillsCustomization_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_Loadout_SkillsCustomization_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_Loadout_SkillsCustomization_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Loadout_SkillsCustomization_C_DisplaySkillsScreen \ +static_assert(alignof(WBP_UI_Loadout_SkillsCustomization_C_DisplaySkillsScreen) == 0x000008, "Wrong alignment on WBP_UI_Loadout_SkillsCustomization_C_DisplaySkillsScreen"); \ +static_assert(sizeof(WBP_UI_Loadout_SkillsCustomization_C_DisplaySkillsScreen) == 0x000098, "Wrong size on WBP_UI_Loadout_SkillsCustomization_C_DisplaySkillsScreen"); \ +static_assert(offsetof(WBP_UI_Loadout_SkillsCustomization_C_DisplaySkillsScreen, NewParam) == 0x000000, "Member 'WBP_UI_Loadout_SkillsCustomization_C_DisplaySkillsScreen::NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Loadout_SkillsCustomization_C_Set_Equip_Skills \ +static_assert(alignof(WBP_UI_Loadout_SkillsCustomization_C_Set_Equip_Skills) == 0x000008, "Wrong alignment on WBP_UI_Loadout_SkillsCustomization_C_Set_Equip_Skills"); \ +static_assert(sizeof(WBP_UI_Loadout_SkillsCustomization_C_Set_Equip_Skills) == 0x000010, "Wrong size on WBP_UI_Loadout_SkillsCustomization_C_Set_Equip_Skills"); \ +static_assert(offsetof(WBP_UI_Loadout_SkillsCustomization_C_Set_Equip_Skills, Skill) == 0x000000, "Member 'WBP_UI_Loadout_SkillsCustomization_C_Set_Equip_Skills::Skill' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Loadout_SkillsCustomization_C_Set_Equip_Skills, SkillState) == 0x000008, "Member 'WBP_UI_Loadout_SkillsCustomization_C_Set_Equip_Skills::SkillState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Loadout_SkillsCustomization_C_Set_Equip_Skills, CallFunc_MakeLiteralByte_ReturnValue) == 0x000009, "Member 'WBP_UI_Loadout_SkillsCustomization_C_Set_Equip_Skills::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Loadout_SkillsCustomization_C_Set_Equip_Skills, CallFunc_GreaterEqual_ByteByte_ReturnValue) == 0x00000A, "Member 'WBP_UI_Loadout_SkillsCustomization_C_Set_Equip_Skills::CallFunc_GreaterEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Loadout_SkillsCustomization_C_Set_Equip_Skills, CallFunc_Array_RemoveItem_ReturnValue) == 0x00000B, "Member 'WBP_UI_Loadout_SkillsCustomization_C_Set_Equip_Skills::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Loadout_SkillsCustomization_C_Set_Equip_Skills, CallFunc_Array_AddUnique_ReturnValue) == 0x00000C, "Member 'WBP_UI_Loadout_SkillsCustomization_C_Set_Equip_Skills::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Loadout_SkillsCustomization_C \ +static_assert(alignof(UWBP_UI_Loadout_SkillsCustomization_C) == 0x000008, "Wrong alignment on UWBP_UI_Loadout_SkillsCustomization_C"); \ +static_assert(sizeof(UWBP_UI_Loadout_SkillsCustomization_C) == 0x0003F8, "Wrong size on UWBP_UI_Loadout_SkillsCustomization_C"); \ +static_assert(offsetof(UWBP_UI_Loadout_SkillsCustomization_C, UberGraphFrame) == 0x0003C8, "Member 'UWBP_UI_Loadout_SkillsCustomization_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Loadout_SkillsCustomization_C, Intro) == 0x0003D0, "Member 'UWBP_UI_Loadout_SkillsCustomization_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Loadout_SkillsCustomization_C, TutorialPopup_Anim) == 0x0003D8, "Member 'UWBP_UI_Loadout_SkillsCustomization_C::TutorialPopup_Anim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Loadout_SkillsCustomization_C, ScreenTitle) == 0x0003E0, "Member 'UWBP_UI_Loadout_SkillsCustomization_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Loadout_SkillsCustomization_C, WBP_UI_ContentBackground) == 0x0003E8, "Member 'UWBP_UI_Loadout_SkillsCustomization_C::WBP_UI_ContentBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Loadout_SkillsCustomization_C, WBP_UI_Skills_Menu) == 0x0003F0, "Member 'UWBP_UI_Loadout_SkillsCustomization_C::WBP_UI_Skills_Menu' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCR_Moon_Assault_C \ +static_assert(alignof(UCR_Moon_Assault_C) == 0x000008, "Wrong alignment on UCR_Moon_Assault_C"); \ +static_assert(sizeof(UCR_Moon_Assault_C) == 0x000690, "Wrong size on UCR_Moon_Assault_C"); \ +static_assert(offsetof(UCR_Moon_Assault_C, Velocity) == 0x000660, "Member 'UCR_Moon_Assault_C::Velocity' has a wrong offset!"); \ +static_assert(offsetof(UCR_Moon_Assault_C, RestInterpolateSpeed) == 0x00066C, "Member 'UCR_Moon_Assault_C::RestInterpolateSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCR_Moon_Assault_C, RotorRotation) == 0x000670, "Member 'UCR_Moon_Assault_C::RotorRotation' has a wrong offset!"); \ +static_assert(offsetof(UCR_Moon_Assault_C, HurtForce) == 0x00067C, "Member 'UCR_Moon_Assault_C::HurtForce' has a wrong offset!"); \ +static_assert(offsetof(UCR_Moon_Assault_C, YawSpeed) == 0x000688, "Member 'UCR_Moon_Assault_C::YawSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask \ +static_assert(alignof(WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask) == 0x000008, "Wrong alignment on WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask"); \ +static_assert(sizeof(WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask) == 0x000138, "Wrong size on WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask, EntryPoint) == 0x000000, "Member 'WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask, K2Node_Event_PreviousValue) == 0x000004, "Member 'WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask, K2Node_MakeStruct_SBZButtonControlReference) == 0x000010, "Member 'WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000048, "Member 'WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask, K2Node_CreateDelegate_OutputDelegate) == 0x000080, "Member 'WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask, K2Node_MakeArray_Array) == 0x000098, "Member 'WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask, K2Node_CustomEvent_ActionName) == 0x0000A8, "Member 'WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask::K2Node_CustomEvent_ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask, K2Node_MakeStruct_SBZButtonControlsReference) == 0x0000B8, "Member 'WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask, K2Node_SwitchName_CmpSuccess) == 0x0000E0, "Member 'WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask, CallFunc_GetUIManager_ReturnValue) == 0x0000E8, "Member 'WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask, CallFunc_PopStack_ReturnValue) == 0x0000F0, "Member 'WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask, K2Node_ComponentBoundEvent_Button_3) == 0x000100, "Member 'WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask, CallFunc_GetUIManager_ReturnValue_1) == 0x000108, "Member 'WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask, CallFunc_MakeLiteralName_ReturnValue) == 0x000110, "Member 'WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask, K2Node_ComponentBoundEvent_Button_2) == 0x000120, "Member 'WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask, K2Node_ComponentBoundEvent_Button_1) == 0x000128, "Member 'WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask, K2Node_ComponentBoundEvent_Button) == 0x000130, "Member 'WBP_UI_Player_Customization_Mask_C_ExecuteUbergraph_WBP_UI_Player_Customization_Mask::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_GlobalColorButton_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_GlobalColorButton_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_GlobalColorButton_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_GlobalColorButton_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_GlobalColorButton_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_GlobalColorButton_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_GlobalColorButton_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_VFXButton_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_VFXButton_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_VFXButton_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_VFXButton_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_VFXButton_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_VFXButton_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_VFXButton_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_WBP_UI_TextButton_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_WBP_UI_TextButton_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_WBP_UI_TextButton_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_WBP_UI_TextButton_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_WBP_UI_TextButton_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_WBP_UI_TextButton_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_WBP_UI_TextButton_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_PatternButton_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_PatternButton_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_PatternButton_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_PatternButton_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_PatternButton_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_PatternButton_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Player_Customization_Mask_C_BndEvt__WBP_UI_Player_Customization_Mask_PatternButton_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Player_Customization_Mask_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_UI_Player_Customization_Mask_C_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on WBP_UI_Player_Customization_Mask_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_UI_Player_Customization_Mask_C_OnControlsReferenceClicked) == 0x00000C, "Wrong size on WBP_UI_Player_Customization_Mask_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_OnControlsReferenceClicked, ActionName) == 0x000000, "Member 'WBP_UI_Player_Customization_Mask_C_OnControlsReferenceClicked::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Player_Customization_Mask_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_Player_Customization_Mask_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_Player_Customization_Mask_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_Player_Customization_Mask_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_Player_Customization_Mask_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_Player_Customization_Mask_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Player_Customization_Mask_C_ShowMaskOnly \ +static_assert(alignof(WBP_UI_Player_Customization_Mask_C_ShowMaskOnly) == 0x000008, "Wrong alignment on WBP_UI_Player_Customization_Mask_C_ShowMaskOnly"); \ +static_assert(sizeof(WBP_UI_Player_Customization_Mask_C_ShowMaskOnly) == 0x000008, "Wrong size on WBP_UI_Player_Customization_Mask_C_ShowMaskOnly"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_ShowMaskOnly, CallFunc_GetCustomizationManager_ReturnValue) == 0x000000, "Member 'WBP_UI_Player_Customization_Mask_C_ShowMaskOnly::CallFunc_GetCustomizationManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Player_Customization_Mask_C_RevertBodyAndEquipped \ +static_assert(alignof(WBP_UI_Player_Customization_Mask_C_RevertBodyAndEquipped) == 0x000008, "Wrong alignment on WBP_UI_Player_Customization_Mask_C_RevertBodyAndEquipped"); \ +static_assert(sizeof(WBP_UI_Player_Customization_Mask_C_RevertBodyAndEquipped) == 0x000008, "Wrong size on WBP_UI_Player_Customization_Mask_C_RevertBodyAndEquipped"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_RevertBodyAndEquipped, CallFunc_GetCustomizationManager_ReturnValue) == 0x000000, "Member 'WBP_UI_Player_Customization_Mask_C_RevertBodyAndEquipped::CallFunc_GetCustomizationManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed \ +static_assert(alignof(WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed) == 0x000008, "Wrong alignment on WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed"); \ +static_assert(sizeof(WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed) == 0x0000A0, "Wrong size on WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed, Button) == 0x000000, "Member 'WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed, CosmeticPartSlot) == 0x000008, "Member 'WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed::CosmeticPartSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed, Temp_bool_Variable) == 0x000010, "Member 'WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed, K2Node_DynamicCast_AsSBZMain_Menu_Cosmetic_Slot_Button) == 0x000018, "Member 'WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed::K2Node_DynamicCast_AsSBZMain_Menu_Cosmetic_Slot_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed, Temp_text_Variable) == 0x000028, "Member 'WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed, Temp_text_Variable_1) == 0x000040, "Member 'WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed, CallFunc_GetUIManager_ReturnValue) == 0x000058, "Member 'WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000060, "Member 'WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed, CallFunc_GetMenuWidget_ReturnValue) == 0x000068, "Member 'WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed, K2Node_DynamicCast_AsSBZMain_Menu_Widget) == 0x000070, "Member 'WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed::K2Node_DynamicCast_AsSBZMain_Menu_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed, K2Node_Select_Default) == 0x000080, "Member 'WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed, CallFunc_DisplayMaskGenericSlotScreen_ReturnValue) == 0x000098, "Member 'WBP_UI_Player_Customization_Mask_C_NonPatternButtonPressed::CallFunc_DisplayMaskGenericSlotScreen_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Player_Customization_Mask_C_ExitVerticalListNavigation \ +static_assert(alignof(WBP_UI_Player_Customization_Mask_C_ExitVerticalListNavigation) == 0x000008, "Wrong alignment on WBP_UI_Player_Customization_Mask_C_ExitVerticalListNavigation"); \ +static_assert(sizeof(WBP_UI_Player_Customization_Mask_C_ExitVerticalListNavigation) == 0x000010, "Wrong size on WBP_UI_Player_Customization_Mask_C_ExitVerticalListNavigation"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_ExitVerticalListNavigation, Navigation_0) == 0x000000, "Member 'WBP_UI_Player_Customization_Mask_C_ExitVerticalListNavigation::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_ExitVerticalListNavigation, ReturnValue) == 0x000008, "Member 'WBP_UI_Player_Customization_Mask_C_ExitVerticalListNavigation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Player_Customization_Mask_C_ExitApplyButtonNavigation \ +static_assert(alignof(WBP_UI_Player_Customization_Mask_C_ExitApplyButtonNavigation) == 0x000008, "Wrong alignment on WBP_UI_Player_Customization_Mask_C_ExitApplyButtonNavigation"); \ +static_assert(sizeof(WBP_UI_Player_Customization_Mask_C_ExitApplyButtonNavigation) == 0x000010, "Wrong size on WBP_UI_Player_Customization_Mask_C_ExitApplyButtonNavigation"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_ExitApplyButtonNavigation, Navigation_0) == 0x000000, "Member 'WBP_UI_Player_Customization_Mask_C_ExitApplyButtonNavigation::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Player_Customization_Mask_C_ExitApplyButtonNavigation, ReturnValue) == 0x000008, "Member 'WBP_UI_Player_Customization_Mask_C_ExitApplyButtonNavigation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Player_Customization_Mask_C \ +static_assert(alignof(UWBP_UI_Player_Customization_Mask_C) == 0x000008, "Wrong alignment on UWBP_UI_Player_Customization_Mask_C"); \ +static_assert(sizeof(UWBP_UI_Player_Customization_Mask_C) == 0x0002F8, "Wrong size on UWBP_UI_Player_Customization_Mask_C"); \ +static_assert(offsetof(UWBP_UI_Player_Customization_Mask_C, UberGraphFrame) == 0x0002C8, "Member 'UWBP_UI_Player_Customization_Mask_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Player_Customization_Mask_C, ApplyButton) == 0x0002D0, "Member 'UWBP_UI_Player_Customization_Mask_C::ApplyButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Player_Customization_Mask_C, GlobalColorButton) == 0x0002D8, "Member 'UWBP_UI_Player_Customization_Mask_C::GlobalColorButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Player_Customization_Mask_C, PatternButton) == 0x0002E0, "Member 'UWBP_UI_Player_Customization_Mask_C::PatternButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Player_Customization_Mask_C, VerticalBox) == 0x0002E8, "Member 'UWBP_UI_Player_Customization_Mask_C::VerticalBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Player_Customization_Mask_C, VFXButton) == 0x0002F0, "Member 'UWBP_UI_Player_Customization_Mask_C::VFXButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern \ +static_assert(alignof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern) == 0x000008, "Wrong alignment on WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern"); \ +static_assert(sizeof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern) == 0x0001D8, "Wrong size on WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, EntryPoint) == 0x000000, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, CallFunc_GetChildAt_ReturnValue) == 0x000008, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, K2Node_DynamicCast_AsWBP_UI_Cosmetic_Button_Spray_Can_Slots) == 0x000018, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::K2Node_DynamicCast_AsWBP_UI_Cosmetic_Button_Spray_Can_Slots' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, K2Node_Event_IsDesignTime) == 0x000021, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, K2Node_ComponentBoundEvent_NewIndex) == 0x000024, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::K2Node_ComponentBoundEvent_NewIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, K2Node_SwitchInteger_CmpSuccess) == 0x000028, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, CallFunc_GetAllChildren_ReturnValue) == 0x000030, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, K2Node_DynamicCast_AsWBP_UI_Cosmetic_Button_Spray_Can_Slots_1) == 0x000048, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::K2Node_DynamicCast_AsWBP_UI_Cosmetic_Button_Spray_Can_Slots_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, K2Node_Event_PreviousValue) == 0x000058, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, Temp_int_Loop_Counter_Variable) == 0x000064, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, CallFunc_Add_IntInt_ReturnValue) == 0x00006C, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, CallFunc_GetGlobalMaskPreviewActor_ReturnValue) == 0x000070, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::CallFunc_GetGlobalMaskPreviewActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, K2Node_ComponentBoundEvent_CosmeticButton) == 0x000078, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::K2Node_ComponentBoundEvent_CosmeticButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x000080, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, K2Node_ComponentBoundEvent_Button) == 0x000088, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, K2Node_ComponentBoundEvent_bIsEnabled) == 0x000090, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, K2Node_CreateDelegate_OutputDelegate) == 0x000094, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, K2Node_DynamicCast_AsSBZMain_Menu_Cosmetic_Item_Button) == 0x0000A8, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::K2Node_DynamicCast_AsSBZMain_Menu_Cosmetic_Item_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, K2Node_DynamicCast_bSuccess_2) == 0x0000B0, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000B4, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, K2Node_MakeStruct_SBZButtonControlReference) == 0x0000C8, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, K2Node_CreateDelegate_OutputDelegate_2) == 0x000100, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, K2Node_CustomEvent_ActionName) == 0x000114, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::K2Node_CustomEvent_ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, CallFunc_GetUIManager_ReturnValue) == 0x000120, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, K2Node_SwitchName_CmpSuccess) == 0x000128, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, CallFunc_PopStack_ReturnValue) == 0x00012C, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000138, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, K2Node_MakeArray_Array) == 0x000170, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000180, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, K2Node_CreateDelegate_OutputDelegate_3) == 0x0001A8, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, K2Node_CreateDelegate_OutputDelegate_4) == 0x0001BC, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern, CallFunc_SetActiveSprayCanSlotIndex_ReturnValue) == 0x0001D0, "Member 'WBP_MaskCustomization_Pattern_C_ExecuteUbergraph_WBP_MaskCustomization_Pattern::CallFunc_SetActiveSprayCanSlotIndex_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskCustomization_Pattern_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_MaskCustomization_Pattern_C_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on WBP_MaskCustomization_Pattern_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_MaskCustomization_Pattern_C_OnControlsReferenceClicked) == 0x00000C, "Wrong size on WBP_MaskCustomization_Pattern_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_OnControlsReferenceClicked, ActionName) == 0x000000, "Member 'WBP_MaskCustomization_Pattern_C_OnControlsReferenceClicked::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskCustomization_Pattern_C_BndEvt__WBP_MaskCustomization_Pattern_CurrentPatternSelectedItemButton_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_MaskCustomization_Pattern_C_BndEvt__WBP_MaskCustomization_Pattern_CurrentPatternSelectedItemButton_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_MaskCustomization_Pattern_C_BndEvt__WBP_MaskCustomization_Pattern_CurrentPatternSelectedItemButton_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_MaskCustomization_Pattern_C_BndEvt__WBP_MaskCustomization_Pattern_CurrentPatternSelectedItemButton_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_MaskCustomization_Pattern_C_BndEvt__WBP_MaskCustomization_Pattern_CurrentPatternSelectedItemButton_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_BndEvt__WBP_MaskCustomization_Pattern_CurrentPatternSelectedItemButton_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_MaskCustomization_Pattern_C_BndEvt__WBP_MaskCustomization_Pattern_CurrentPatternSelectedItemButton_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_BndEvt__WBP_MaskCustomization_Pattern_CurrentPatternSelectedItemButton_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_MaskCustomization_Pattern_C_BndEvt__WBP_MaskCustomization_Pattern_CurrentPatternSelectedItemButton_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskCustomization_Pattern_C_BndEvt__WBP_Mask_Customization_Generic_Slot_Screen_Cosmetic_Panel_K2Node_ComponentBoundEvent_0_OnCosmeticButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_MaskCustomization_Pattern_C_BndEvt__WBP_Mask_Customization_Generic_Slot_Screen_Cosmetic_Panel_K2Node_ComponentBoundEvent_0_OnCosmeticButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_MaskCustomization_Pattern_C_BndEvt__WBP_Mask_Customization_Generic_Slot_Screen_Cosmetic_Panel_K2Node_ComponentBoundEvent_0_OnCosmeticButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_MaskCustomization_Pattern_C_BndEvt__WBP_Mask_Customization_Generic_Slot_Screen_Cosmetic_Panel_K2Node_ComponentBoundEvent_0_OnCosmeticButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_MaskCustomization_Pattern_C_BndEvt__WBP_Mask_Customization_Generic_Slot_Screen_Cosmetic_Panel_K2Node_ComponentBoundEvent_0_OnCosmeticButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_BndEvt__WBP_Mask_Customization_Generic_Slot_Screen_Cosmetic_Panel_K2Node_ComponentBoundEvent_0_OnCosmeticButtonStateChanged__DelegateSignature, CosmeticButton) == 0x000000, "Member 'WBP_MaskCustomization_Pattern_C_BndEvt__WBP_Mask_Customization_Generic_Slot_Screen_Cosmetic_Panel_K2Node_ComponentBoundEvent_0_OnCosmeticButtonStateChanged__DelegateSignature::CosmeticButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_BndEvt__WBP_Mask_Customization_Generic_Slot_Screen_Cosmetic_Panel_K2Node_ComponentBoundEvent_0_OnCosmeticButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_MaskCustomization_Pattern_C_BndEvt__WBP_Mask_Customization_Generic_Slot_Screen_Cosmetic_Panel_K2Node_ComponentBoundEvent_0_OnCosmeticButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskCustomization_Pattern_C_OnGainedStackFocused \ +static_assert(alignof(WBP_MaskCustomization_Pattern_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_MaskCustomization_Pattern_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_MaskCustomization_Pattern_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_MaskCustomization_Pattern_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_MaskCustomization_Pattern_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskCustomization_Pattern_C_BndEvt__WBP_MaskCustomization_Pattern_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature \ +static_assert(alignof(WBP_MaskCustomization_Pattern_C_BndEvt__WBP_MaskCustomization_Pattern_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_MaskCustomization_Pattern_C_BndEvt__WBP_MaskCustomization_Pattern_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_MaskCustomization_Pattern_C_BndEvt__WBP_MaskCustomization_Pattern_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong size on WBP_MaskCustomization_Pattern_C_BndEvt__WBP_MaskCustomization_Pattern_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_BndEvt__WBP_MaskCustomization_Pattern_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature, NewIndex) == 0x000000, "Member 'WBP_MaskCustomization_Pattern_C_BndEvt__WBP_MaskCustomization_Pattern_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskCustomization_Pattern_C_PreConstruct \ +static_assert(alignof(WBP_MaskCustomization_Pattern_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_MaskCustomization_Pattern_C_PreConstruct"); \ +static_assert(sizeof(WBP_MaskCustomization_Pattern_C_PreConstruct) == 0x000001, "Wrong size on WBP_MaskCustomization_Pattern_C_PreConstruct"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_MaskCustomization_Pattern_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskCustomization_Pattern_C_ShowDescriptionForButton \ +static_assert(alignof(WBP_MaskCustomization_Pattern_C_ShowDescriptionForButton) == 0x000008, "Wrong alignment on WBP_MaskCustomization_Pattern_C_ShowDescriptionForButton"); \ +static_assert(sizeof(WBP_MaskCustomization_Pattern_C_ShowDescriptionForButton) == 0x000018, "Wrong size on WBP_MaskCustomization_Pattern_C_ShowDescriptionForButton"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ShowDescriptionForButton, InputPin) == 0x000000, "Member 'WBP_MaskCustomization_Pattern_C_ShowDescriptionForButton::InputPin' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ShowDescriptionForButton, CallFunc_GetCosmeticItemData_ReturnValue) == 0x000008, "Member 'WBP_MaskCustomization_Pattern_C_ShowDescriptionForButton::CallFunc_GetCosmeticItemData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_ShowDescriptionForButton, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_MaskCustomization_Pattern_C_ShowDescriptionForButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskCustomization_Pattern_C_OnSprayCanSelectorFocusChanged \ +static_assert(alignof(WBP_MaskCustomization_Pattern_C_OnSprayCanSelectorFocusChanged) == 0x000008, "Wrong alignment on WBP_MaskCustomization_Pattern_C_OnSprayCanSelectorFocusChanged"); \ +static_assert(sizeof(WBP_MaskCustomization_Pattern_C_OnSprayCanSelectorFocusChanged) == 0x000020, "Wrong size on WBP_MaskCustomization_Pattern_C_OnSprayCanSelectorFocusChanged"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_OnSprayCanSelectorFocusChanged, Button) == 0x000000, "Member 'WBP_MaskCustomization_Pattern_C_OnSprayCanSelectorFocusChanged::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_OnSprayCanSelectorFocusChanged, bIsEnabled_0) == 0x000008, "Member 'WBP_MaskCustomization_Pattern_C_OnSprayCanSelectorFocusChanged::bIsEnabled_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_OnSprayCanSelectorFocusChanged, K2Node_DynamicCast_AsSBZMain_Menu_Cosmetic_Item_Button) == 0x000010, "Member 'WBP_MaskCustomization_Pattern_C_OnSprayCanSelectorFocusChanged::K2Node_DynamicCast_AsSBZMain_Menu_Cosmetic_Item_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_OnSprayCanSelectorFocusChanged, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_MaskCustomization_Pattern_C_OnSprayCanSelectorFocusChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskCustomization_Pattern_C_OnSprayCanSelectorButtonSelected \ +static_assert(alignof(WBP_MaskCustomization_Pattern_C_OnSprayCanSelectorButtonSelected) == 0x000008, "Wrong alignment on WBP_MaskCustomization_Pattern_C_OnSprayCanSelectorButtonSelected"); \ +static_assert(sizeof(WBP_MaskCustomization_Pattern_C_OnSprayCanSelectorButtonSelected) == 0x000018, "Wrong size on WBP_MaskCustomization_Pattern_C_OnSprayCanSelectorButtonSelected"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_OnSprayCanSelectorButtonSelected, Button) == 0x000000, "Member 'WBP_MaskCustomization_Pattern_C_OnSprayCanSelectorButtonSelected::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_OnSprayCanSelectorButtonSelected, K2Node_DynamicCast_AsWBP_UI_Cosmetic_Button_Spray_Can_Slots) == 0x000008, "Member 'WBP_MaskCustomization_Pattern_C_OnSprayCanSelectorButtonSelected::K2Node_DynamicCast_AsWBP_UI_Cosmetic_Button_Spray_Can_Slots' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_OnSprayCanSelectorButtonSelected, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_MaskCustomization_Pattern_C_OnSprayCanSelectorButtonSelected::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_OnSprayCanSelectorButtonSelected, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'WBP_MaskCustomization_Pattern_C_OnSprayCanSelectorButtonSelected::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts \ +static_assert(alignof(WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts) == 0x000008, "Wrong alignment on WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts"); \ +static_assert(sizeof(WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts) == 0x000058, "Wrong size on WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts, CallFunc_Array_Get_Item) == 0x000010, "Member 'WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts, K2Node_MakeStruct_SBZMaskPartConfigGroup) == 0x000020, "Member 'WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts::K2Node_MakeStruct_SBZMaskPartConfigGroup' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts, CallFunc_Array_Get_Item_1) == 0x000030, "Member 'WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts, K2Node_MakeStruct_SBZMaskPartConfigGroup_1) == 0x000040, "Member 'WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts::K2Node_MakeStruct_SBZMaskPartConfigGroup_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts, CallFunc_IsValid_ReturnValue_1) == 0x000050, "Member 'WBP_MaskCustomization_Pattern_C_SetPreviewMaskParts::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MaskCustomization_Pattern_C \ +static_assert(alignof(UWBP_MaskCustomization_Pattern_C) == 0x000008, "Wrong alignment on UWBP_MaskCustomization_Pattern_C"); \ +static_assert(sizeof(UWBP_MaskCustomization_Pattern_C) == 0x000390, "Wrong size on UWBP_MaskCustomization_Pattern_C"); \ +static_assert(offsetof(UWBP_MaskCustomization_Pattern_C, UberGraphFrame) == 0x000350, "Member 'UWBP_MaskCustomization_Pattern_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskCustomization_Pattern_C, SprayCanHorizontalBox) == 0x000358, "Member 'UWBP_MaskCustomization_Pattern_C::SprayCanHorizontalBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskCustomization_Pattern_C, SprayCanSlotSelectorPanel) == 0x000360, "Member 'UWBP_MaskCustomization_Pattern_C::SprayCanSlotSelectorPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskCustomization_Pattern_C, WBP_Local_Navbar) == 0x000368, "Member 'UWBP_MaskCustomization_Pattern_C::WBP_Local_Navbar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskCustomization_Pattern_C, WBP_UI_Inventory_ItemDescription) == 0x000370, "Member 'UWBP_MaskCustomization_Pattern_C::WBP_UI_Inventory_ItemDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskCustomization_Pattern_C, Widget_TabBackward_Hold) == 0x000378, "Member 'UWBP_MaskCustomization_Pattern_C::Widget_TabBackward_Hold' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskCustomization_Pattern_C, Widget_TabForward_Hold) == 0x000380, "Member 'UWBP_MaskCustomization_Pattern_C::Widget_TabForward_Hold' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MaskCustomization_Pattern_C, FocusedSprayCanButton) == 0x000388, "Member 'UWBP_MaskCustomization_Pattern_C::FocusedSprayCanButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic \ +static_assert(alignof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic) == 0x0007C0, "Wrong size on WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, EntryPoint) == 0x000000, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_GetCustomizationManager_ReturnValue) == 0x000008, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_GetCustomizationManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_Create_ReturnValue) == 0x000010, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, Temp_byte_Variable) == 0x000018, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, Temp_byte_Variable_1) == 0x000019, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, Temp_byte_Variable_2) == 0x00001A, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, Temp_bool_Variable) == 0x00001B, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, Temp_bool_Variable_1) == 0x00001C, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, Temp_byte_Variable_3) == 0x00001D, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, Temp_byte_Variable_4) == 0x00001E, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_Event_PreviousValue) == 0x000034, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_CustomEvent_ActionName) == 0x000040, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_CustomEvent_ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_GetUIManager_ReturnValue) == 0x000050, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_SwitchName_CmpSuccess) == 0x000058, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_ComponentBoundEvent_NewIndex_3) == 0x00005C, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_ComponentBoundEvent_NewIndex_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_ComponentBoundEvent_NewIndex_2) == 0x000060, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_ComponentBoundEvent_NewIndex_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_ComponentBoundEvent_NewIndex_1) == 0x000064, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_ComponentBoundEvent_NewIndex_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_SwitchEnum_CmpSuccess) == 0x000068, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_IsVisible_ReturnValue) == 0x000069, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_ComponentBoundEvent_NewIndex) == 0x00006C, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_ComponentBoundEvent_NewIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_GetActorOfClass_ReturnValue) == 0x000070, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, Temp_int_Variable) == 0x00007C, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_Add_IntInt_ReturnValue) == 0x000080, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_GetUIManager_ReturnValue_1) == 0x000088, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_PopStack_ReturnValue) == 0x000090, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_Event_bIsSuccess_1) == 0x00009C, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_Event_bIsSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_Event_Result_1) == 0x00009D, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_Event_Result_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_SwitchEnum_CmpSuccess_1) == 0x00009E, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_Conv_ByteToInt_ReturnValue) == 0x0000A0, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_MakeStruct_FormatArgumentData) == 0x0000A8, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_GetCustomizationManager_ReturnValue_1) == 0x0000E8, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_GetCustomizationManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_MakeArray_Array) == 0x0000F0, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_Format_ReturnValue) == 0x000100, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_CustomEvent_ClosingActionName_5) == 0x000118, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_CustomEvent_ClosingActionName_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_MakeStruct_SBZUIPopupData) == 0x000128, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_MakeStruct_SBZUIPopupData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_SwitchName_CmpSuccess_1) == 0x000188, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_SwitchName_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_MakeStruct_SBZUIPopupData_1) == 0x000190, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_MakeStruct_SBZUIPopupData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001F0, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_GetIsEnabled_ReturnValue) == 0x000204, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x000208, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_MakeLiteralName_ReturnValue) == 0x000210, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_GetCustomizationManager_ReturnValue_2) == 0x000220, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_GetCustomizationManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_CustomEvent_ClosingActionName_4) == 0x000228, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_CustomEvent_ClosingActionName_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_GetUIManager_ReturnValue_2) == 0x000238, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_GetUIManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_SwitchName_CmpSuccess_2) == 0x000240, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_SwitchName_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_PopStack_ReturnValue_1) == 0x000244, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_PopStack_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_GetUIManager_ReturnValue_3) == 0x000250, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_GetUIManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_PopStack_ReturnValue_2) == 0x000258, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_PopStack_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_GetUIManager_ReturnValue_4) == 0x000268, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_GetUIManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_PlayAnimationForward_ReturnValue) == 0x000270, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_GetUIManager_ReturnValue_5) == 0x000278, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_GetUIManager_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_CustomEvent_ClosingActionName_3) == 0x000280, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_CustomEvent_ClosingActionName_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_CreateDelegate_OutputDelegate_2) == 0x00028C, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_Event_AssetData) == 0x0002A0, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_Event_AssetData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_Event_StoreData) == 0x0002A8, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_Event_StoreData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_SwitchEnum_CmpSuccess_2) == 0x0003A0, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_GetFilteredEquippableDataMap_OutFilteredDataMap) == 0x0003A8, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_GetFilteredEquippableDataMap_OutFilteredDataMap' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_Event_bIsSuccess) == 0x0003F8, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_Event_bIsSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_Event_Result) == 0x0003F9, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_Event_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_Conv_ByteToInt_ReturnValue_1) == 0x0003FC, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_Conv_ByteToInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_MakeStruct_FormatArgumentData_1) == 0x000400, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_GetUIManager_ReturnValue_6) == 0x000440, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_GetUIManager_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_CustomEvent_ClosingActionName_2) == 0x000448, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_CustomEvent_ClosingActionName_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_CreateDelegate_OutputDelegate_3) == 0x000454, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_MakeStruct_FormatArgumentData_2) == 0x000468, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_GetUIManager_ReturnValue_7) == 0x0004A8, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_GetUIManager_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_MakeArray_Array_1) == 0x0004B0, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_CustomEvent_ClosingActionName_1) == 0x0004C0, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_CustomEvent_ClosingActionName_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_Format_ReturnValue_1) == 0x0004D0, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_GetUIManager_ReturnValue_8) == 0x0004E8, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_GetUIManager_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_MakeStruct_SBZUIPopupData_2) == 0x0004F0, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_MakeStruct_SBZUIPopupData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_CustomEvent_ClosingActionName) == 0x000550, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_CustomEvent_ClosingActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_MakeStruct_SBZUIPopupData_3) == 0x000560, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_MakeStruct_SBZUIPopupData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_MakeStruct_SBZUIPopupData_4) == 0x0005C0, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_MakeStruct_SBZUIPopupData_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_GetUIManager_ReturnValue_9) == 0x000620, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_GetUIManager_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_GetPopUpWidget_ReturnValue) == 0x000628, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_GetPopUpWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_GetChildAt_ReturnValue) == 0x000630, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_DynamicCast_AsWBP_UI_Pop_Up_Widget) == 0x000638, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_DynamicCast_AsWBP_UI_Pop_Up_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_DynamicCast_bSuccess) == 0x000640, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_DynamicCast_AsWBP_UI_Cosmetic_Slot_Part_Change) == 0x000648, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_DynamicCast_AsWBP_UI_Cosmetic_Slot_Part_Change' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_DynamicCast_bSuccess_1) == 0x000650, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_AddChild_ReturnValue) == 0x000658, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000660, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_GetChildrenCount_ReturnValue) == 0x000668, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_Subtract_IntInt_ReturnValue) == 0x00066C, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_CreateSummedCost_SummedCost) == 0x000670, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_CreateSummedCost_SummedCost' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000678, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_AddChild_ReturnValue_1) == 0x000680, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_AddChild_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_GetUIManager_ReturnValue_10) == 0x000688, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_GetUIManager_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_CreateDelegate_OutputDelegate_4) == 0x000690, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_GetPopUpWidget_ReturnValue_1) == 0x0006A8, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_GetPopUpWidget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_DynamicCast_AsWBP_UI_Pop_Up_Widget_1) == 0x0006B0, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_DynamicCast_AsWBP_UI_Pop_Up_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_DynamicCast_bSuccess_2) == 0x0006B8, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_Select_Default) == 0x0006B9, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_SwitchEnum_CmpSuccess_3) == 0x0006BA, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_IsValid_ReturnValue_1) == 0x0006BB, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_GetChildAt_ReturnValue_1) == 0x0006C0, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_GetChildAt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_Select_Default_1) == 0x0006C8, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_IsValid_ReturnValue_2) == 0x0006D0, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, Temp_text_Variable) == 0x0006D8, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, Temp_text_Variable_1) == 0x0006F0, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, Temp_byte_Variable_5) == 0x000708, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_Select_Default_2) == 0x000710, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_MakeStruct_SBZUIPopupData_5) == 0x000728, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_MakeStruct_SBZUIPopupData_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_CreateDelegate_OutputDelegate_5) == 0x000788, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x0007A0, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x0007A8, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_GetCustomizationManager_ReturnValue_3) == 0x0007B0, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_GetCustomizationManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0007B8, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic, K2Node_Select_Default_3) == 0x0007B9, "Member 'WBP_UI_Cosmetic_C_ExecuteUbergraph_WBP_UI_Cosmetic::K2Node_Select_Default_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_OnConfirmNotEnoughLevel \ +static_assert(alignof(WBP_UI_Cosmetic_C_OnConfirmNotEnoughLevel) == 0x000004, "Wrong alignment on WBP_UI_Cosmetic_C_OnConfirmNotEnoughLevel"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_OnConfirmNotEnoughLevel) == 0x00000C, "Wrong size on WBP_UI_Cosmetic_C_OnConfirmNotEnoughLevel"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnConfirmNotEnoughLevel, ClosingActionName) == 0x000000, "Member 'WBP_UI_Cosmetic_C_OnConfirmNotEnoughLevel::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_OnConfirmNotEnoughResources \ +static_assert(alignof(WBP_UI_Cosmetic_C_OnConfirmNotEnoughResources) == 0x000004, "Wrong alignment on WBP_UI_Cosmetic_C_OnConfirmNotEnoughResources"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_OnConfirmNotEnoughResources) == 0x00000C, "Wrong size on WBP_UI_Cosmetic_C_OnConfirmNotEnoughResources"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnConfirmNotEnoughResources, ClosingActionName) == 0x000000, "Member 'WBP_UI_Cosmetic_C_OnConfirmNotEnoughResources::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_OnConfirmBuyError \ +static_assert(alignof(WBP_UI_Cosmetic_C_OnConfirmBuyError) == 0x000004, "Wrong alignment on WBP_UI_Cosmetic_C_OnConfirmBuyError"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_OnConfirmBuyError) == 0x00000C, "Wrong size on WBP_UI_Cosmetic_C_OnConfirmBuyError"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnConfirmBuyError, ClosingActionName) == 0x000000, "Member 'WBP_UI_Cosmetic_C_OnConfirmBuyError::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_BP_OnBuyDone \ +static_assert(alignof(WBP_UI_Cosmetic_C_BP_OnBuyDone) == 0x000001, "Wrong alignment on WBP_UI_Cosmetic_C_BP_OnBuyDone"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_BP_OnBuyDone) == 0x000002, "Wrong size on WBP_UI_Cosmetic_C_BP_OnBuyDone"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_BP_OnBuyDone, bIsSuccess) == 0x000000, "Member 'WBP_UI_Cosmetic_C_BP_OnBuyDone::bIsSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_BP_OnBuyDone, Result) == 0x000001, "Member 'WBP_UI_Cosmetic_C_BP_OnBuyDone::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_OnAddStoreItem \ +static_assert(alignof(WBP_UI_Cosmetic_C_OnAddStoreItem) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_OnAddStoreItem"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_OnAddStoreItem) == 0x000100, "Wrong size on WBP_UI_Cosmetic_C_OnAddStoreItem"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnAddStoreItem, AssetData) == 0x000000, "Member 'WBP_UI_Cosmetic_C_OnAddStoreItem::AssetData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnAddStoreItem, StoreData) == 0x000008, "Member 'WBP_UI_Cosmetic_C_OnAddStoreItem::StoreData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_OnConfirmApplyError \ +static_assert(alignof(WBP_UI_Cosmetic_C_OnConfirmApplyError) == 0x000004, "Wrong alignment on WBP_UI_Cosmetic_C_OnConfirmApplyError"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_OnConfirmApplyError) == 0x00000C, "Wrong size on WBP_UI_Cosmetic_C_OnConfirmApplyError"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnConfirmApplyError, ClosingActionName) == 0x000000, "Member 'WBP_UI_Cosmetic_C_OnConfirmApplyError::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_OnConfirmBack \ +static_assert(alignof(WBP_UI_Cosmetic_C_OnConfirmBack) == 0x000004, "Wrong alignment on WBP_UI_Cosmetic_C_OnConfirmBack"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_OnConfirmBack) == 0x00000C, "Wrong size on WBP_UI_Cosmetic_C_OnConfirmBack"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnConfirmBack, ClosingActionName) == 0x000000, "Member 'WBP_UI_Cosmetic_C_OnConfirmBack::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_OnConfirmApply \ +static_assert(alignof(WBP_UI_Cosmetic_C_OnConfirmApply) == 0x000004, "Wrong alignment on WBP_UI_Cosmetic_C_OnConfirmApply"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_OnConfirmApply) == 0x00000C, "Wrong size on WBP_UI_Cosmetic_C_OnConfirmApply"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnConfirmApply, ClosingActionName) == 0x000000, "Member 'WBP_UI_Cosmetic_C_OnConfirmApply::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_BP_OnApplyPreviewDone \ +static_assert(alignof(WBP_UI_Cosmetic_C_BP_OnApplyPreviewDone) == 0x000001, "Wrong alignment on WBP_UI_Cosmetic_C_BP_OnApplyPreviewDone"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_BP_OnApplyPreviewDone) == 0x000002, "Wrong size on WBP_UI_Cosmetic_C_BP_OnApplyPreviewDone"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_BP_OnApplyPreviewDone, bIsSuccess) == 0x000000, "Member 'WBP_UI_Cosmetic_C_BP_OnApplyPreviewDone::bIsSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_BP_OnApplyPreviewDone, Result) == 0x000001, "Member 'WBP_UI_Cosmetic_C_BP_OnApplyPreviewDone::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_StickerNavBar_K2Node_ComponentBoundEvent_3_OnIndexChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_StickerNavBar_K2Node_ComponentBoundEvent_3_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_StickerNavBar_K2Node_ComponentBoundEvent_3_OnIndexChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_StickerNavBar_K2Node_ComponentBoundEvent_3_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong size on WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_StickerNavBar_K2Node_ComponentBoundEvent_3_OnIndexChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_StickerNavBar_K2Node_ComponentBoundEvent_3_OnIndexChanged__DelegateSignature, NewIndex) == 0x000000, "Member 'WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_StickerNavBar_K2Node_ComponentBoundEvent_3_OnIndexChanged__DelegateSignature::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_PatternNavBar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_PatternNavBar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_PatternNavBar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_PatternNavBar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong size on WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_PatternNavBar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_PatternNavBar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature, NewIndex) == 0x000000, "Member 'WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_PatternNavBar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_WeaponNavBar_K2Node_ComponentBoundEvent_2_OnIndexChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_WeaponNavBar_K2Node_ComponentBoundEvent_2_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_WeaponNavBar_K2Node_ComponentBoundEvent_2_OnIndexChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_WeaponNavBar_K2Node_ComponentBoundEvent_2_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong size on WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_WeaponNavBar_K2Node_ComponentBoundEvent_2_OnIndexChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_WeaponNavBar_K2Node_ComponentBoundEvent_2_OnIndexChanged__DelegateSignature, NewIndex) == 0x000000, "Member 'WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_WeaponNavBar_K2Node_ComponentBoundEvent_2_OnIndexChanged__DelegateSignature::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_MaskNavBar_K2Node_ComponentBoundEvent_1_OnIndexChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_MaskNavBar_K2Node_ComponentBoundEvent_1_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_MaskNavBar_K2Node_ComponentBoundEvent_1_OnIndexChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_MaskNavBar_K2Node_ComponentBoundEvent_1_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong size on WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_MaskNavBar_K2Node_ComponentBoundEvent_1_OnIndexChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_MaskNavBar_K2Node_ComponentBoundEvent_1_OnIndexChanged__DelegateSignature, NewIndex) == 0x000000, "Member 'WBP_UI_Cosmetic_C_BndEvt__WBP_UI_Cosmetic_MaskNavBar_K2Node_ComponentBoundEvent_1_OnIndexChanged__DelegateSignature::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_Event_On_Control_Reference_Action \ +static_assert(alignof(WBP_UI_Cosmetic_C_Event_On_Control_Reference_Action) == 0x000004, "Wrong alignment on WBP_UI_Cosmetic_C_Event_On_Control_Reference_Action"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_Event_On_Control_Reference_Action) == 0x00000C, "Wrong size on WBP_UI_Cosmetic_C_Event_On_Control_Reference_Action"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_Event_On_Control_Reference_Action, ActionName) == 0x000000, "Member 'WBP_UI_Cosmetic_C_Event_On_Control_Reference_Action::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_Cosmetic_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_Cosmetic_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_Cosmetic_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_Cosmetic_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_OnFocusGained \ +static_assert(alignof(WBP_UI_Cosmetic_C_OnFocusGained) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_OnFocusGained"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_OnFocusGained) == 0x0000E0, "Wrong size on WBP_UI_Cosmetic_C_OnFocusGained"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnFocusGained, MaskDataMap) == 0x000000, "Member 'WBP_UI_Cosmetic_C_OnFocusGained::MaskDataMap' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnFocusGained, Temp_byte_Variable) == 0x000050, "Member 'WBP_UI_Cosmetic_C_OnFocusGained::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnFocusGained, Temp_text_Variable) == 0x000058, "Member 'WBP_UI_Cosmetic_C_OnFocusGained::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnFocusGained, Temp_text_Variable_1) == 0x000070, "Member 'WBP_UI_Cosmetic_C_OnFocusGained::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnFocusGained, Temp_byte_Variable_1) == 0x000088, "Member 'WBP_UI_Cosmetic_C_OnFocusGained::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnFocusGained, K2Node_Select_Default) == 0x000090, "Member 'WBP_UI_Cosmetic_C_OnFocusGained::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnFocusGained, CallFunc_MakeLiteralName_ReturnValue) == 0x0000A8, "Member 'WBP_UI_Cosmetic_C_OnFocusGained::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnFocusGained, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x0000B8, "Member 'WBP_UI_Cosmetic_C_OnFocusGained::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnFocusGained, CallFunc_GetCustomizationManager_ReturnValue) == 0x0000C0, "Member 'WBP_UI_Cosmetic_C_OnFocusGained::CallFunc_GetCustomizationManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnFocusGained, K2Node_SwitchEnum_CmpSuccess) == 0x0000C8, "Member 'WBP_UI_Cosmetic_C_OnFocusGained::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnFocusGained, CallFunc_GetActiveWidget_ReturnValue) == 0x0000D0, "Member 'WBP_UI_Cosmetic_C_OnFocusGained::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnFocusGained, K2Node_Select_Default_1) == 0x0000D8, "Member 'WBP_UI_Cosmetic_C_OnFocusGained::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_FetchCurrent \ +static_assert(alignof(WBP_UI_Cosmetic_C_FetchCurrent) == 0x000001, "Wrong alignment on WBP_UI_Cosmetic_C_FetchCurrent"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_FetchCurrent) == 0x000001, "Wrong size on WBP_UI_Cosmetic_C_FetchCurrent"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrent, K2Node_SwitchEnum_CmpSuccess) == 0x000000, "Member 'WBP_UI_Cosmetic_C_FetchCurrent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_FetchCurrentMask \ +static_assert(alignof(WBP_UI_Cosmetic_C_FetchCurrentMask) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_FetchCurrentMask"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_FetchCurrentMask) == 0x0001B8, "Wrong size on WBP_UI_Cosmetic_C_FetchCurrentMask"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentMask, MaskDataMap) == 0x000000, "Member 'WBP_UI_Cosmetic_C_FetchCurrentMask::MaskDataMap' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentMask, Temp_int_Array_Index_Variable) == 0x000050, "Member 'WBP_UI_Cosmetic_C_FetchCurrentMask::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentMask, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'WBP_UI_Cosmetic_C_FetchCurrentMask::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentMask, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'WBP_UI_Cosmetic_C_FetchCurrentMask::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentMask, CallFunc_Map_Keys_Keys) == 0x000060, "Member 'WBP_UI_Cosmetic_C_FetchCurrentMask::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentMask, CallFunc_Get_ReturnValue) == 0x000070, "Member 'WBP_UI_Cosmetic_C_FetchCurrentMask::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentMask, CallFunc_Array_Get_Item) == 0x000078, "Member 'WBP_UI_Cosmetic_C_FetchCurrentMask::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentMask, CallFunc_GetProgressionSaveGame_ReturnValue) == 0x000080, "Member 'WBP_UI_Cosmetic_C_FetchCurrentMask::CallFunc_GetProgressionSaveGame_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentMask, K2Node_DynamicCast_AsSBZCosmetics_Part_Slot) == 0x000088, "Member 'WBP_UI_Cosmetic_C_FetchCurrentMask::K2Node_DynamicCast_AsSBZCosmetics_Part_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentMask, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'WBP_UI_Cosmetic_C_FetchCurrentMask::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentMask, CallFunc_GetMaskInventorySlotArray_ReturnValue) == 0x000098, "Member 'WBP_UI_Cosmetic_C_FetchCurrentMask::CallFunc_GetMaskInventorySlotArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentMask, CallFunc_Map_Remove_ReturnValue) == 0x0000A8, "Member 'WBP_UI_Cosmetic_C_FetchCurrentMask::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentMask, CallFunc_Array_Get_Item_1) == 0x0000B0, "Member 'WBP_UI_Cosmetic_C_FetchCurrentMask::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentMask, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000180, "Member 'WBP_UI_Cosmetic_C_FetchCurrentMask::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentMask, CallFunc_Map_Remove_ReturnValue_1) == 0x000181, "Member 'WBP_UI_Cosmetic_C_FetchCurrentMask::CallFunc_Map_Remove_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentMask, CallFunc_Map_Find_Value) == 0x000188, "Member 'WBP_UI_Cosmetic_C_FetchCurrentMask::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentMask, CallFunc_Map_Find_ReturnValue) == 0x000198, "Member 'WBP_UI_Cosmetic_C_FetchCurrentMask::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentMask, CallFunc_Array_Length_ReturnValue) == 0x00019C, "Member 'WBP_UI_Cosmetic_C_FetchCurrentMask::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentMask, CallFunc_Less_IntInt_ReturnValue) == 0x0001A0, "Member 'WBP_UI_Cosmetic_C_FetchCurrentMask::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentMask, CallFunc_AddConfig_OutConfig) == 0x0001A8, "Member 'WBP_UI_Cosmetic_C_FetchCurrentMask::CallFunc_AddConfig_OutConfig' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentMask, CallFunc_IsValid_ReturnValue) == 0x0001B0, "Member 'WBP_UI_Cosmetic_C_FetchCurrentMask::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_FetchCurrentEquippable \ +static_assert(alignof(WBP_UI_Cosmetic_C_FetchCurrentEquippable) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_FetchCurrentEquippable"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_FetchCurrentEquippable) == 0x000130, "Wrong size on WBP_UI_Cosmetic_C_FetchCurrentEquippable"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, NextSlotData) == 0x000000, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::NextSlotData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, NextPartData) == 0x000008, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::NextPartData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, NextSlotDataApplier) == 0x000010, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::NextSlotDataApplier' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, EquippableDataMap) == 0x000018, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::EquippableDataMap' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, Temp_int_Array_Index_Variable) == 0x000068, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, Temp_int_Loop_Counter_Variable) == 0x00006C, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, CallFunc_Add_IntInt_ReturnValue) == 0x000070, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, Temp_int_Loop_Counter_Variable_1) == 0x000074, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, CallFunc_Add_IntInt_ReturnValue_1) == 0x000078, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, Temp_int_Array_Index_Variable_1) == 0x00007C, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, CallFunc_Map_Remove_ReturnValue) == 0x000080, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, CallFunc_Map_Remove_ReturnValue_1) == 0x000081, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::CallFunc_Map_Remove_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, Temp_bool_True_if_break_was_hit_Variable) == 0x000082, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, CallFunc_Not_PreBool_ReturnValue) == 0x000083, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, CallFunc_Array_Get_Item) == 0x000088, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000090, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, CallFunc_Map_Keys_Keys) == 0x000098, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, CallFunc_Array_Length_ReturnValue) == 0x0000B0, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, CallFunc_Map_Find_Value) == 0x0000B8, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, CallFunc_Map_Find_ReturnValue) == 0x0000C8, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, CallFunc_Less_IntInt_ReturnValue) == 0x0000C9, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, CallFunc_AddConfig_OutConfig) == 0x0000D0, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::CallFunc_AddConfig_OutConfig' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, K2Node_DynamicCast_AsSBZWeapon_Pattern_Data_Config) == 0x0000D8, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::K2Node_DynamicCast_AsSBZWeapon_Pattern_Data_Config' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, K2Node_DynamicCast_bSuccess) == 0x0000E0, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, CallFunc_IsValid_ReturnValue) == 0x0000E1, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, CallFunc_Array_Get_Item_2) == 0x0000E8, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, CallFunc_Array_Length_ReturnValue_1) == 0x0000F0, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, CallFunc_IsValid_ReturnValue_1) == 0x0000F4, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000F5, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, CallFunc_BooleanAND_ReturnValue) == 0x0000F6, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, K2Node_DynamicCast_AsSBZCosmetics_Part_Slot) == 0x0000F8, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::K2Node_DynamicCast_AsSBZCosmetics_Part_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, K2Node_DynamicCast_bSuccess_1) == 0x000100, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, CallFunc_Get_ReturnValue) == 0x000108, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, CallFunc_GetProgressionSaveGame_ReturnValue) == 0x000110, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::CallFunc_GetProgressionSaveGame_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, CallFunc_GetWeaponInventorySlotArray_ReturnValue) == 0x000118, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::CallFunc_GetWeaponInventorySlotArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_FetchCurrentEquippable, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x000128, "Member 'WBP_UI_Cosmetic_C_FetchCurrentEquippable::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_AddConfig \ +static_assert(alignof(WBP_UI_Cosmetic_C_AddConfig) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_AddConfig"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_AddConfig) == 0x000070, "Wrong size on WBP_UI_Cosmetic_C_AddConfig"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddConfig, InSlotData) == 0x000000, "Member 'WBP_UI_Cosmetic_C_AddConfig::InSlotData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddConfig, InConfig) == 0x000008, "Member 'WBP_UI_Cosmetic_C_AddConfig::InConfig' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddConfig, IsPreviewConfig) == 0x000010, "Member 'WBP_UI_Cosmetic_C_AddConfig::IsPreviewConfig' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddConfig, OutConfig) == 0x000018, "Member 'WBP_UI_Cosmetic_C_AddConfig::OutConfig' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddConfig, EquippablePatternConfig) == 0x000020, "Member 'WBP_UI_Cosmetic_C_AddConfig::EquippablePatternConfig' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddConfig, Applier) == 0x000028, "Member 'WBP_UI_Cosmetic_C_AddConfig::Applier' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddConfig, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'WBP_UI_Cosmetic_C_AddConfig::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddConfig, CallFunc_IsValid_ReturnValue_1) == 0x000031, "Member 'WBP_UI_Cosmetic_C_AddConfig::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddConfig, K2Node_DynamicCast_AsSBZWeapon_Pattern_Data_Config) == 0x000038, "Member 'WBP_UI_Cosmetic_C_AddConfig::K2Node_DynamicCast_AsSBZWeapon_Pattern_Data_Config' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddConfig, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_UI_Cosmetic_C_AddConfig::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddConfig, CallFunc_GetApplierInstance_ReturnValue) == 0x000048, "Member 'WBP_UI_Cosmetic_C_AddConfig::CallFunc_GetApplierInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddConfig, CallFunc_Map_Remove_ReturnValue) == 0x000050, "Member 'WBP_UI_Cosmetic_C_AddConfig::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddConfig, CallFunc_NeedConfig_ReturnValue) == 0x000051, "Member 'WBP_UI_Cosmetic_C_AddConfig::CallFunc_NeedConfig_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddConfig, CallFunc_CreateNewConfig_ReturnValue) == 0x000058, "Member 'WBP_UI_Cosmetic_C_AddConfig::CallFunc_CreateNewConfig_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddConfig, K2Node_DynamicCast_AsSBZWeapon_Pattern_Data_Config_1) == 0x000060, "Member 'WBP_UI_Cosmetic_C_AddConfig::K2Node_DynamicCast_AsSBZWeapon_Pattern_Data_Config_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddConfig, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'WBP_UI_Cosmetic_C_AddConfig::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddConfig, CallFunc_IsValid_ReturnValue_2) == 0x000069, "Member 'WBP_UI_Cosmetic_C_AddConfig::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddConfig, CallFunc_IsValid_ReturnValue_3) == 0x00006A, "Member 'WBP_UI_Cosmetic_C_AddConfig::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_UpdateMaskItems \ +static_assert(alignof(WBP_UI_Cosmetic_C_UpdateMaskItems) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_UpdateMaskItems"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_UpdateMaskItems) == 0x000060, "Wrong size on WBP_UI_Cosmetic_C_UpdateMaskItems"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateMaskItems, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_Cosmetic_C_UpdateMaskItems::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateMaskItems, Temp_byte_Variable) == 0x000001, "Member 'WBP_UI_Cosmetic_C_UpdateMaskItems::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateMaskItems, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_UI_Cosmetic_C_UpdateMaskItems::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateMaskItems, Temp_int_Variable) == 0x000004, "Member 'WBP_UI_Cosmetic_C_UpdateMaskItems::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateMaskItems, Temp_object_Variable) == 0x000008, "Member 'WBP_UI_Cosmetic_C_UpdateMaskItems::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateMaskItems, Temp_object_Variable_1) == 0x000010, "Member 'WBP_UI_Cosmetic_C_UpdateMaskItems::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateMaskItems, Temp_object_Variable_2) == 0x000018, "Member 'WBP_UI_Cosmetic_C_UpdateMaskItems::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateMaskItems, Temp_object_Variable_3) == 0x000020, "Member 'WBP_UI_Cosmetic_C_UpdateMaskItems::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateMaskItems, Temp_object_Variable_4) == 0x000028, "Member 'WBP_UI_Cosmetic_C_UpdateMaskItems::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateMaskItems, Temp_int_Variable_1) == 0x000030, "Member 'WBP_UI_Cosmetic_C_UpdateMaskItems::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateMaskItems, Temp_object_Variable_5) == 0x000038, "Member 'WBP_UI_Cosmetic_C_UpdateMaskItems::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateMaskItems, K2Node_Select_Default) == 0x000040, "Member 'WBP_UI_Cosmetic_C_UpdateMaskItems::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateMaskItems, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000048, "Member 'WBP_UI_Cosmetic_C_UpdateMaskItems::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateMaskItems, K2Node_Select_Default_1) == 0x000050, "Member 'WBP_UI_Cosmetic_C_UpdateMaskItems::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateMaskItems, K2Node_Select_Default_2) == 0x000058, "Member 'WBP_UI_Cosmetic_C_UpdateMaskItems::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_UpdateEquippableItems \ +static_assert(alignof(WBP_UI_Cosmetic_C_UpdateEquippableItems) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_UpdateEquippableItems"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_UpdateEquippableItems) == 0x0000C8, "Wrong size on WBP_UI_Cosmetic_C_UpdateEquippableItems"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_byte_Variable) == 0x000000, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_byte_Variable_2) == 0x000003, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_bool_Variable_1) == 0x000004, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_int_Variable) == 0x000008, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_int_Variable_1) == 0x00000C, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_bool_Variable_2) == 0x000010, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_byte_Variable_3) == 0x000011, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_byte_Variable_4) == 0x000012, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_int_Variable_2) == 0x000014, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_object_Variable) == 0x000018, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_object_Variable_1) == 0x000020, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_object_Variable_2) == 0x000028, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_object_Variable_3) == 0x000030, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_object_Variable_4) == 0x000038, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_int_Variable_3) == 0x000040, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_object_Variable_5) == 0x000048, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_object_Variable_6) == 0x000050, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_object_Variable_7) == 0x000058, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_object_Variable_8) == 0x000060, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_object_Variable_9) == 0x000068, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_object_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_int_Variable_4) == 0x000070, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_object_Variable_10) == 0x000078, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_object_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_object_Variable_11) == 0x000080, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_object_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_object_Variable_12) == 0x000088, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_object_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_byte_Variable_5) == 0x000090, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, Temp_bool_Variable_3) == 0x000091, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, K2Node_Select_Default) == 0x000098, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, K2Node_Select_Default_1) == 0x0000A0, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000A8, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, K2Node_Select_Default_2) == 0x0000B0, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, K2Node_Select_Default_3) == 0x0000B8, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0000B9, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, K2Node_Select_Default_4) == 0x0000BC, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, K2Node_Select_Default_5) == 0x0000C0, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, CallFunc_BooleanOR_ReturnValue) == 0x0000C1, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateEquippableItems, K2Node_Select_Default_6) == 0x0000C2, "Member 'WBP_UI_Cosmetic_C_UpdateEquippableItems::K2Node_Select_Default_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_PrePopulateItems \ +static_assert(alignof(WBP_UI_Cosmetic_C_PrePopulateItems) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_PrePopulateItems"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_PrePopulateItems) == 0x000030, "Wrong size on WBP_UI_Cosmetic_C_PrePopulateItems"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PrePopulateItems, K2Node_DynamicCast_AsSBZCosmetics_Data_Asset) == 0x000000, "Member 'WBP_UI_Cosmetic_C_PrePopulateItems::K2Node_DynamicCast_AsSBZCosmetics_Data_Asset' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PrePopulateItems, K2Node_DynamicCast_bSuccess) == 0x000008, "Member 'WBP_UI_Cosmetic_C_PrePopulateItems::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PrePopulateItems, CallFunc_IsConsumable_ReturnValue) == 0x000009, "Member 'WBP_UI_Cosmetic_C_PrePopulateItems::CallFunc_IsConsumable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PrePopulateItems, CallFunc_Map_Find_Value) == 0x000010, "Member 'WBP_UI_Cosmetic_C_PrePopulateItems::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PrePopulateItems, CallFunc_Map_Find_ReturnValue) == 0x000018, "Member 'WBP_UI_Cosmetic_C_PrePopulateItems::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PrePopulateItems, CallFunc_Map_Find_Value_1) == 0x000020, "Member 'WBP_UI_Cosmetic_C_PrePopulateItems::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PrePopulateItems, CallFunc_Map_Find_ReturnValue_1) == 0x000028, "Member 'WBP_UI_Cosmetic_C_PrePopulateItems::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_PopulateItems \ +static_assert(alignof(WBP_UI_Cosmetic_C_PopulateItems) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_PopulateItems"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_PopulateItems) == 0x000080, "Wrong size on WBP_UI_Cosmetic_C_PopulateItems"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, ItemArray) == 0x000000, "Member 'WBP_UI_Cosmetic_C_PopulateItems::ItemArray' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, Temp_byte_Variable) == 0x000010, "Member 'WBP_UI_Cosmetic_C_PopulateItems::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, Temp_byte_Variable_1) == 0x000011, "Member 'WBP_UI_Cosmetic_C_PopulateItems::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, Temp_bool_Variable) == 0x000012, "Member 'WBP_UI_Cosmetic_C_PopulateItems::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, Temp_byte_Variable_2) == 0x000013, "Member 'WBP_UI_Cosmetic_C_PopulateItems::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, Temp_byte_Variable_3) == 0x000014, "Member 'WBP_UI_Cosmetic_C_PopulateItems::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, Temp_int_Variable) == 0x000018, "Member 'WBP_UI_Cosmetic_C_PopulateItems::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, Temp_byte_Variable_4) == 0x00001C, "Member 'WBP_UI_Cosmetic_C_PopulateItems::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, Temp_byte_Variable_5) == 0x00001D, "Member 'WBP_UI_Cosmetic_C_PopulateItems::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, Temp_byte_Variable_6) == 0x00001E, "Member 'WBP_UI_Cosmetic_C_PopulateItems::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, Temp_int_Variable_1) == 0x000020, "Member 'WBP_UI_Cosmetic_C_PopulateItems::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, Temp_byte_Variable_7) == 0x000024, "Member 'WBP_UI_Cosmetic_C_PopulateItems::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, Temp_byte_Variable_8) == 0x000025, "Member 'WBP_UI_Cosmetic_C_PopulateItems::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'WBP_UI_Cosmetic_C_PopulateItems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'WBP_UI_Cosmetic_C_PopulateItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'WBP_UI_Cosmetic_C_PopulateItems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'WBP_UI_Cosmetic_C_PopulateItems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, Temp_int_Array_Index_Variable) == 0x000038, "Member 'WBP_UI_Cosmetic_C_PopulateItems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, Temp_bool_Variable_1) == 0x00003C, "Member 'WBP_UI_Cosmetic_C_PopulateItems::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_UI_Cosmetic_C_PopulateItems::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000060, "Member 'WBP_UI_Cosmetic_C_PopulateItems::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000061, "Member 'WBP_UI_Cosmetic_C_PopulateItems::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, K2Node_Select_Default) == 0x000062, "Member 'WBP_UI_Cosmetic_C_PopulateItems::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, K2Node_Select_Default_1) == 0x000063, "Member 'WBP_UI_Cosmetic_C_PopulateItems::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, K2Node_Select_Default_2) == 0x000064, "Member 'WBP_UI_Cosmetic_C_PopulateItems::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, K2Node_Select_Default_3) == 0x000065, "Member 'WBP_UI_Cosmetic_C_PopulateItems::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, K2Node_Select_Default_4) == 0x000066, "Member 'WBP_UI_Cosmetic_C_PopulateItems::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, CallFunc_IsValid_ReturnValue) == 0x000067, "Member 'WBP_UI_Cosmetic_C_PopulateItems::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, CallFunc_BP_GetInventoryManager_ReturnValue) == 0x000068, "Member 'WBP_UI_Cosmetic_C_PopulateItems::CallFunc_BP_GetInventoryManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PopulateItems, CallFunc_GetCosmeticsInventoryItemsForType_CosmeticsInventoryItemArrayOut) == 0x000070, "Member 'WBP_UI_Cosmetic_C_PopulateItems::CallFunc_GetCosmeticsInventoryItemsForType_CosmeticsInventoryItemArrayOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_PostPopulateItems \ +static_assert(alignof(WBP_UI_Cosmetic_C_PostPopulateItems) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_PostPopulateItems"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_PostPopulateItems) == 0x000010, "Wrong size on WBP_UI_Cosmetic_C_PostPopulateItems"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PostPopulateItems, CallFunc_GetChildAt_ReturnValue) == 0x000000, "Member 'WBP_UI_Cosmetic_C_PostPopulateItems::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_PostPopulateItems, CallFunc_HasAnyChildren_ReturnValue) == 0x000008, "Member 'WBP_UI_Cosmetic_C_PostPopulateItems::CallFunc_HasAnyChildren_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_AddFilteredItem \ +static_assert(alignof(WBP_UI_Cosmetic_C_AddFilteredItem) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_AddFilteredItem"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_AddFilteredItem) == 0x000178, "Wrong size on WBP_UI_Cosmetic_C_AddFilteredItem"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, Asset) == 0x000000, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::Asset' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, AssetCount) == 0x000008, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::AssetCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, IsStore) == 0x00000C, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::IsStore' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, StoreData) == 0x000010, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::StoreData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, NextPreviewData) == 0x000108, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::NextPreviewData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, CallFunc_Not_PreBool_ReturnValue) == 0x000110, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, CallFunc_IsValid_ReturnValue) == 0x000111, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, Temp_int_Array_Index_Variable) == 0x000114, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, CallFunc_BooleanOR_ReturnValue) == 0x000118, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, Temp_int_Variable) == 0x00011C, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, Temp_int_Loop_Counter_Variable) == 0x000120, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000124, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, CallFunc_Add_IntInt_ReturnValue) == 0x000128, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, CallFunc_IsSameData_ReturnValue) == 0x00012C, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::CallFunc_IsSameData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, CallFunc_Map_Keys_Keys) == 0x000130, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, CallFunc_Array_Get_Item) == 0x000140, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, CallFunc_Map_Find_Value) == 0x000148, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, CallFunc_Map_Find_ReturnValue) == 0x000150, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000151, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, CallFunc_Map_Find_Value_1) == 0x000158, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, CallFunc_Map_Find_ReturnValue_1) == 0x000160, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, CallFunc_Subtract_IntInt_ReturnValue) == 0x000164, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, CallFunc_IsSameData_ReturnValue_1) == 0x000168, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::CallFunc_IsSameData_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, CallFunc_Array_Length_ReturnValue) == 0x00016C, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, CallFunc_Less_IntInt_ReturnValue) == 0x000170, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, CallFunc_Greater_IntInt_ReturnValue) == 0x000171, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddFilteredItem, CallFunc_BooleanOR_ReturnValue_1) == 0x000172, "Member 'WBP_UI_Cosmetic_C_AddFilteredItem::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_AddItem \ +static_assert(alignof(WBP_UI_Cosmetic_C_AddItem) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_AddItem"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_AddItem) == 0x000180, "Wrong size on WBP_UI_Cosmetic_C_AddItem"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddItem, Asset) == 0x000000, "Member 'WBP_UI_Cosmetic_C_AddItem::Asset' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddItem, AssetCount) == 0x000008, "Member 'WBP_UI_Cosmetic_C_AddItem::AssetCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddItem, IsStore) == 0x00000C, "Member 'WBP_UI_Cosmetic_C_AddItem::IsStore' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddItem, StoreData) == 0x000010, "Member 'WBP_UI_Cosmetic_C_AddItem::StoreData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddItem, K2Node_CreateDelegate_OutputDelegate) == 0x000108, "Member 'WBP_UI_Cosmetic_C_AddItem::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddItem, Temp_int_Variable) == 0x00011C, "Member 'WBP_UI_Cosmetic_C_AddItem::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddItem, CallFunc_Add_IntInt_ReturnValue) == 0x000120, "Member 'WBP_UI_Cosmetic_C_AddItem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddItem, CallFunc_IsSameData_ReturnValue) == 0x000124, "Member 'WBP_UI_Cosmetic_C_AddItem::CallFunc_IsSameData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddItem, CallFunc_Create_ReturnValue) == 0x000128, "Member 'WBP_UI_Cosmetic_C_AddItem::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddItem, CallFunc_IsSameData_ReturnValue_1) == 0x000130, "Member 'WBP_UI_Cosmetic_C_AddItem::CallFunc_IsSameData_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddItem, Temp_bool_Variable) == 0x000131, "Member 'WBP_UI_Cosmetic_C_AddItem::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddItem, CallFunc_GetChildAt_ReturnValue) == 0x000138, "Member 'WBP_UI_Cosmetic_C_AddItem::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddItem, CallFunc_GetChildrenCount_ReturnValue) == 0x000140, "Member 'WBP_UI_Cosmetic_C_AddItem::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddItem, K2Node_DynamicCast_AsWBP_UI_Cosmetic_Item) == 0x000148, "Member 'WBP_UI_Cosmetic_C_AddItem::K2Node_DynamicCast_AsWBP_UI_Cosmetic_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddItem, K2Node_DynamicCast_bSuccess) == 0x000150, "Member 'WBP_UI_Cosmetic_C_AddItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddItem, CallFunc_Subtract_IntInt_ReturnValue) == 0x000154, "Member 'WBP_UI_Cosmetic_C_AddItem::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddItem, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000158, "Member 'WBP_UI_Cosmetic_C_AddItem::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddItem, CallFunc_IsSameData_ReturnValue_2) == 0x000159, "Member 'WBP_UI_Cosmetic_C_AddItem::CallFunc_IsSameData_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddItem, K2Node_CreateDelegate_OutputDelegate_1) == 0x00015C, "Member 'WBP_UI_Cosmetic_C_AddItem::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddItem, K2Node_Select_Default) == 0x000170, "Member 'WBP_UI_Cosmetic_C_AddItem::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_AddItem, CallFunc_AddChild_ReturnValue) == 0x000178, "Member 'WBP_UI_Cosmetic_C_AddItem::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_OnItemTriggered \ +static_assert(alignof(WBP_UI_Cosmetic_C_OnItemTriggered) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_OnItemTriggered"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_OnItemTriggered) == 0x000030, "Wrong size on WBP_UI_Cosmetic_C_OnItemTriggered"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnItemTriggered, Button) == 0x000000, "Member 'WBP_UI_Cosmetic_C_OnItemTriggered::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnItemTriggered, CallFunc_GetChildAt_ReturnValue) == 0x000008, "Member 'WBP_UI_Cosmetic_C_OnItemTriggered::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnItemTriggered, K2Node_DynamicCast_AsWBP_UI_Cosmetic_Item) == 0x000010, "Member 'WBP_UI_Cosmetic_C_OnItemTriggered::K2Node_DynamicCast_AsWBP_UI_Cosmetic_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnItemTriggered, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_UI_Cosmetic_C_OnItemTriggered::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnItemTriggered, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'WBP_UI_Cosmetic_C_OnItemTriggered::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnItemTriggered, K2Node_DynamicCast_AsWBP_UI_Cosmetic_Item_1) == 0x000020, "Member 'WBP_UI_Cosmetic_C_OnItemTriggered::K2Node_DynamicCast_AsWBP_UI_Cosmetic_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnItemTriggered, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'WBP_UI_Cosmetic_C_OnItemTriggered::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnItemTriggered, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000029, "Member 'WBP_UI_Cosmetic_C_OnItemTriggered::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnItemTriggered, CallFunc_IsValid_ReturnValue_1) == 0x00002A, "Member 'WBP_UI_Cosmetic_C_OnItemTriggered::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnItemTriggered, CallFunc_BooleanOR_ReturnValue) == 0x00002B, "Member 'WBP_UI_Cosmetic_C_OnItemTriggered::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_OnItemFocusChanged \ +static_assert(alignof(WBP_UI_Cosmetic_C_OnItemFocusChanged) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_OnItemFocusChanged"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_OnItemFocusChanged) == 0x000028, "Wrong size on WBP_UI_Cosmetic_C_OnItemFocusChanged"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnItemFocusChanged, Button) == 0x000000, "Member 'WBP_UI_Cosmetic_C_OnItemFocusChanged::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnItemFocusChanged, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Cosmetic_C_OnItemFocusChanged::bIsEnabled_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnItemFocusChanged, CallFunc_IsSelectButtonDown_ReturnValue) == 0x000009, "Member 'WBP_UI_Cosmetic_C_OnItemFocusChanged::CallFunc_IsSelectButtonDown_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnItemFocusChanged, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_UI_Cosmetic_C_OnItemFocusChanged::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnItemFocusChanged, K2Node_DynamicCast_AsWBP_UI_Cosmetic_Item) == 0x000018, "Member 'WBP_UI_Cosmetic_C_OnItemFocusChanged::K2Node_DynamicCast_AsWBP_UI_Cosmetic_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnItemFocusChanged, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_UI_Cosmetic_C_OnItemFocusChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnItemFocusChanged, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'WBP_UI_Cosmetic_C_OnItemFocusChanged::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnItemFocusChanged, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000022, "Member 'WBP_UI_Cosmetic_C_OnItemFocusChanged::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_UnequipItem \ +static_assert(alignof(WBP_UI_Cosmetic_C_UnequipItem) == 0x000001, "Wrong alignment on WBP_UI_Cosmetic_C_UnequipItem"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_UnequipItem) == 0x000004, "Wrong size on WBP_UI_Cosmetic_C_UnequipItem"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UnequipItem, CallFunc_Map_Remove_ReturnValue) == 0x000000, "Member 'WBP_UI_Cosmetic_C_UnequipItem::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UnequipItem, CallFunc_Map_Remove_ReturnValue_1) == 0x000001, "Member 'WBP_UI_Cosmetic_C_UnequipItem::CallFunc_Map_Remove_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UnequipItem, K2Node_SwitchEnum_CmpSuccess) == 0x000002, "Member 'WBP_UI_Cosmetic_C_UnequipItem::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UnequipItem, CallFunc_Map_Remove_ReturnValue_2) == 0x000003, "Member 'WBP_UI_Cosmetic_C_UnequipItem::CallFunc_Map_Remove_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_EquipItem \ +static_assert(alignof(WBP_UI_Cosmetic_C_EquipItem) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_EquipItem"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_EquipItem) == 0x000030, "Wrong size on WBP_UI_Cosmetic_C_EquipItem"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_EquipItem, CallFunc_Map_Remove_ReturnValue) == 0x000000, "Member 'WBP_UI_Cosmetic_C_EquipItem::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_EquipItem, CallFunc_Map_Contains_ReturnValue) == 0x000001, "Member 'WBP_UI_Cosmetic_C_EquipItem::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_EquipItem, CallFunc_Map_Remove_ReturnValue_1) == 0x000002, "Member 'WBP_UI_Cosmetic_C_EquipItem::CallFunc_Map_Remove_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_EquipItem, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'WBP_UI_Cosmetic_C_EquipItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_EquipItem, CallFunc_Map_Remove_ReturnValue_2) == 0x000004, "Member 'WBP_UI_Cosmetic_C_EquipItem::CallFunc_Map_Remove_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_EquipItem, K2Node_DynamicCast_AsSBZModular_Part_Data_Asset) == 0x000008, "Member 'WBP_UI_Cosmetic_C_EquipItem::K2Node_DynamicCast_AsSBZModular_Part_Data_Asset' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_EquipItem, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_UI_Cosmetic_C_EquipItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_EquipItem, K2Node_SwitchEnum_CmpSuccess) == 0x000011, "Member 'WBP_UI_Cosmetic_C_EquipItem::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_EquipItem, K2Node_MakeStruct_SBZMaskPartConfigGroup) == 0x000018, "Member 'WBP_UI_Cosmetic_C_EquipItem::K2Node_MakeStruct_SBZMaskPartConfigGroup' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_EquipItem, K2Node_SwitchEnum_CmpSuccess_1) == 0x000028, "Member 'WBP_UI_Cosmetic_C_EquipItem::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_GetEquippableConfig \ +static_assert(alignof(WBP_UI_Cosmetic_C_GetEquippableConfig) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_GetEquippableConfig"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_GetEquippableConfig) == 0x000048, "Wrong size on WBP_UI_Cosmetic_C_GetEquippableConfig"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_GetEquippableConfig, InSlotData) == 0x000000, "Member 'WBP_UI_Cosmetic_C_GetEquippableConfig::InSlotData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_GetEquippableConfig, AsSBZEquippable_Part_Config) == 0x000008, "Member 'WBP_UI_Cosmetic_C_GetEquippableConfig::AsSBZEquippable_Part_Config' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_GetEquippableConfig, CallFunc_Map_Find_Value) == 0x000010, "Member 'WBP_UI_Cosmetic_C_GetEquippableConfig::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_GetEquippableConfig, CallFunc_Map_Find_ReturnValue) == 0x000018, "Member 'WBP_UI_Cosmetic_C_GetEquippableConfig::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_GetEquippableConfig, K2Node_DynamicCast_AsSBZEquippable_Part_Config) == 0x000020, "Member 'WBP_UI_Cosmetic_C_GetEquippableConfig::K2Node_DynamicCast_AsSBZEquippable_Part_Config' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_GetEquippableConfig, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_UI_Cosmetic_C_GetEquippableConfig::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_GetEquippableConfig, CallFunc_AddConfig_OutConfig) == 0x000030, "Member 'WBP_UI_Cosmetic_C_GetEquippableConfig::CallFunc_AddConfig_OutConfig' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_GetEquippableConfig, K2Node_DynamicCast_AsSBZEquippable_Part_Config_1) == 0x000038, "Member 'WBP_UI_Cosmetic_C_GetEquippableConfig::K2Node_DynamicCast_AsSBZEquippable_Part_Config_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_GetEquippableConfig, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'WBP_UI_Cosmetic_C_GetEquippableConfig::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_SetEquippableSlot \ +static_assert(alignof(WBP_UI_Cosmetic_C_SetEquippableSlot) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_SetEquippableSlot"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_SetEquippableSlot) == 0x000070, "Wrong size on WBP_UI_Cosmetic_C_SetEquippableSlot"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_SetEquippableSlot, PartData) == 0x000000, "Member 'WBP_UI_Cosmetic_C_SetEquippableSlot::PartData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_SetEquippableSlot, ColorSlotIndex) == 0x000008, "Member 'WBP_UI_Cosmetic_C_SetEquippableSlot::ColorSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_SetEquippableSlot, PatternPartConfig) == 0x000010, "Member 'WBP_UI_Cosmetic_C_SetEquippableSlot::PatternPartConfig' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_SetEquippableSlot, CallFunc_GetEquippableConfig_AsSBZEquippable_Part_Config) == 0x000018, "Member 'WBP_UI_Cosmetic_C_SetEquippableSlot::CallFunc_GetEquippableConfig_AsSBZEquippable_Part_Config' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_SetEquippableSlot, CallFunc_GetEquippableConfig_AsSBZEquippable_Part_Config_1) == 0x000020, "Member 'WBP_UI_Cosmetic_C_SetEquippableSlot::CallFunc_GetEquippableConfig_AsSBZEquippable_Part_Config_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_SetEquippableSlot, K2Node_DynamicCast_AsSBZWeapon_Pattern_Data_Config) == 0x000028, "Member 'WBP_UI_Cosmetic_C_SetEquippableSlot::K2Node_DynamicCast_AsSBZWeapon_Pattern_Data_Config' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_SetEquippableSlot, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_UI_Cosmetic_C_SetEquippableSlot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_SetEquippableSlot, CallFunc_Map_Find_Value) == 0x000038, "Member 'WBP_UI_Cosmetic_C_SetEquippableSlot::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_SetEquippableSlot, CallFunc_Map_Find_ReturnValue) == 0x000040, "Member 'WBP_UI_Cosmetic_C_SetEquippableSlot::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_SetEquippableSlot, K2Node_DynamicCast_AsSBZEquippable_Part_Data_Asset) == 0x000048, "Member 'WBP_UI_Cosmetic_C_SetEquippableSlot::K2Node_DynamicCast_AsSBZEquippable_Part_Data_Asset' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_SetEquippableSlot, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'WBP_UI_Cosmetic_C_SetEquippableSlot::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_SetEquippableSlot, K2Node_DynamicCast_AsSBZEquippable_Part_Data_Asset_1) == 0x000058, "Member 'WBP_UI_Cosmetic_C_SetEquippableSlot::K2Node_DynamicCast_AsSBZEquippable_Part_Data_Asset_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_SetEquippableSlot, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'WBP_UI_Cosmetic_C_SetEquippableSlot::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_SetEquippableSlot, CallFunc_IsValid_ReturnValue) == 0x000061, "Member 'WBP_UI_Cosmetic_C_SetEquippableSlot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_SetEquippableSlot, CallFunc_Array_Find_ReturnValue) == 0x000064, "Member 'WBP_UI_Cosmetic_C_SetEquippableSlot::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_SetEquippableSlot, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000068, "Member 'WBP_UI_Cosmetic_C_SetEquippableSlot::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_OnPreviewChanged \ +static_assert(alignof(WBP_UI_Cosmetic_C_OnPreviewChanged) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_OnPreviewChanged"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_OnPreviewChanged) == 0x000718, "Wrong size on WBP_UI_Cosmetic_C_OnPreviewChanged"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, NextSlot) == 0x000000, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::NextSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, NextStoreData) == 0x000008, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::NextStoreData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, NextData) == 0x000100, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::NextData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Create_ReturnValue) == 0x000108, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, Temp_bool_True_if_break_was_hit_Variable) == 0x000110, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Not_PreBool_ReturnValue) == 0x000111, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, Temp_int_Loop_Counter_Variable) == 0x000114, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Add_IntInt_ReturnValue) == 0x000118, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, Temp_int_Array_Index_Variable) == 0x00011C, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, K2Node_MakeArray_Array) == 0x000120, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Add_Int64Int64_ReturnValue) == 0x000130, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Add_Int64Int64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Format_ReturnValue) == 0x000138, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Add_Int64Int64_ReturnValue_1) == 0x000150, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Add_Int64Int64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, K2Node_MakeStruct_FormatArgumentData) == 0x000158, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Greater_Int64Int64_ReturnValue) == 0x000198, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Greater_Int64Int64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_GetCurrencyManager_ReturnValue) == 0x0001A0, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_GetCurrencyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_GetCurrentAmount_ReturnValue) == 0x0001A8, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_GetCurrentAmount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_GetCurrencyManager_ReturnValue_1) == 0x0001B0, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_GetCurrencyManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Conv_Int64ToText_ReturnValue) == 0x0001B8, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Conv_Int64ToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_GetCurrentAmount_ReturnValue_1) == 0x0001D0, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_GetCurrentAmount_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001D8, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Conv_Int64ToText_ReturnValue_1) == 0x000218, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Conv_Int64ToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, K2Node_MakeStruct_FormatArgumentData_2) == 0x000230, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, Temp_int_Array_Index_Variable_1) == 0x000270, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_HasAnyChildren_ReturnValue) == 0x000274, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_HasAnyChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_CreateSummedCost_SummedCost) == 0x000278, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_CreateSummedCost_SummedCost' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_AddChild_ReturnValue) == 0x000280, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_AddChild_ReturnValue_1) == 0x000288, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_AddChild_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, K2Node_MakeArray_Array_1) == 0x000290, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Format_ReturnValue_1) == 0x0002A0, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, K2Node_MakeStruct_FormatArgumentData_3) == 0x0002B8, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, Temp_byte_Variable) == 0x0002F8, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Conv_Int64ToText_ReturnValue_2) == 0x000300, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Conv_Int64ToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, Temp_byte_Variable_1) == 0x000318, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, K2Node_MakeStruct_FormatArgumentData_4) == 0x000320, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, K2Node_MakeArray_Array_2) == 0x000360, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_GetCurrencyManager_ReturnValue_2) == 0x000370, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_GetCurrencyManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Format_ReturnValue_2) == 0x000378, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_GetCurrentAmount_ReturnValue_2) == 0x000390, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_GetCurrentAmount_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Conv_Int64ToText_ReturnValue_3) == 0x000398, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Conv_Int64ToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, K2Node_MakeStruct_FormatArgumentData_5) == 0x0003B0, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, K2Node_MakeStruct_FormatArgumentData_6) == 0x0003F0, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, Temp_bool_Variable) == 0x000430, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, K2Node_MakeArray_Array_3) == 0x000438, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Format_ReturnValue_3) == 0x000448, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, K2Node_Select_Default) == 0x000460, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Less_Int64Int64_ReturnValue) == 0x000461, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Less_Int64Int64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Less_Int64Int64_ReturnValue_1) == 0x000462, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Less_Int64Int64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, Temp_object_Variable) == 0x000468, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Less_Int64Int64_ReturnValue_2) == 0x000470, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Less_Int64Int64_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_GetInfamyManager_ReturnValue) == 0x000478, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_GetInfamyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, Temp_byte_Variable_2) == 0x000480, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_ClientGetCurrentLevel_ReturnValue) == 0x000484, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_ClientGetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, K2Node_MakeStruct_FormatArgumentData_7) == 0x000488, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, K2Node_Select_Default_1) == 0x0004C8, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, K2Node_MakeArray_Array_4) == 0x0004D8, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Array_Find_ReturnValue) == 0x0004E8, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Format_ReturnValue_4) == 0x0004F0, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Less_IntInt_ReturnValue) == 0x000508, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000509, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Map_Find_Value) == 0x000510, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Map_Find_ReturnValue) == 0x000608, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Array_Find_ReturnValue_1) == 0x00060C, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Array_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Less_IntInt_ReturnValue_1) == 0x000610, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Greater_IntInt_ReturnValue) == 0x000611, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, K2Node_SwitchEnum_CmpSuccess) == 0x000612, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Add_Int64Int64_ReturnValue_2) == 0x000618, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Add_Int64Int64_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Add_Int64Int64_ReturnValue_3) == 0x000620, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Add_Int64Int64_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Add_Int64Int64_ReturnValue_4) == 0x000628, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Add_Int64Int64_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Array_Find_ReturnValue_2) == 0x000630, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Array_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Less_IntInt_ReturnValue_2) == 0x000634, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Array_Find_ReturnValue_3) == 0x000638, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Array_Find_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, Temp_object_Variable_1) == 0x000640, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Less_IntInt_ReturnValue_3) == 0x000650, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, Temp_byte_Variable_3) == 0x000651, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, Temp_int_Loop_Counter_Variable_1) == 0x000654, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, K2Node_Select_Default_2) == 0x000658, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Add_IntInt_ReturnValue_1) == 0x000668, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Array_Find_ReturnValue_4) == 0x00066C, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Array_Find_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Less_IntInt_ReturnValue_4) == 0x000670, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_BooleanAND_ReturnValue) == 0x000671, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Map_Keys_Keys) == 0x000678, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, K2Node_CreateDelegate_OutputDelegate) == 0x000688, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Array_Get_Item) == 0x0006A0, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Array_Length_ReturnValue) == 0x0006A8, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Map_Find_Value_1) == 0x0006B0, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Map_Find_ReturnValue_1) == 0x0006B8, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Less_IntInt_ReturnValue_5) == 0x0006B9, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Map_Find_Value_2) == 0x0006C0, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Map_Find_ReturnValue_2) == 0x0006C8, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_BooleanAND_ReturnValue_1) == 0x0006C9, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_IsSameData_ReturnValue) == 0x0006CA, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_IsSameData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Map_Find_Value_3) == 0x0006D0, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Map_Find_Value_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Map_Find_ReturnValue_3) == 0x0006D8, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Map_Find_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Map_Keys_Keys_1) == 0x0006E0, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_IsSameData_ReturnValue_1) == 0x0006F0, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_IsSameData_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Array_Get_Item_1) == 0x0006F8, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Array_Length_ReturnValue_1) == 0x000700, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Less_IntInt_ReturnValue_6) == 0x000704, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Array_RemoveItem_ReturnValue) == 0x000705, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Map_Find_Value_4) == 0x000708, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Map_Find_Value_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnPreviewChanged, CallFunc_Map_Find_ReturnValue_4) == 0x000710, "Member 'WBP_UI_Cosmetic_C_OnPreviewChanged::CallFunc_Map_Find_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_IsSameData \ +static_assert(alignof(WBP_UI_Cosmetic_C_IsSameData) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_IsSameData"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_IsSameData) == 0x000018, "Wrong size on WBP_UI_Cosmetic_C_IsSameData"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_IsSameData, Data1) == 0x000000, "Member 'WBP_UI_Cosmetic_C_IsSameData::Data1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_IsSameData, Data2) == 0x000008, "Member 'WBP_UI_Cosmetic_C_IsSameData::Data2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_IsSameData, ReturnValue) == 0x000010, "Member 'WBP_UI_Cosmetic_C_IsSameData::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_IsSameData, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000011, "Member 'WBP_UI_Cosmetic_C_IsSameData::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_IsSameData, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000012, "Member 'WBP_UI_Cosmetic_C_IsSameData::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_IsSameData, CallFunc_IsValid_ReturnValue) == 0x000013, "Member 'WBP_UI_Cosmetic_C_IsSameData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_IsSameData, CallFunc_IsValid_ReturnValue_1) == 0x000014, "Member 'WBP_UI_Cosmetic_C_IsSameData::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_SortChangeList \ +static_assert(alignof(WBP_UI_Cosmetic_C_SortChangeList) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_SortChangeList"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_SortChangeList) == 0x000038, "Wrong size on WBP_UI_Cosmetic_C_SortChangeList"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_SortChangeList, ObjectA) == 0x000000, "Member 'WBP_UI_Cosmetic_C_SortChangeList::ObjectA' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_SortChangeList, ObjectB) == 0x000008, "Member 'WBP_UI_Cosmetic_C_SortChangeList::ObjectB' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_SortChangeList, Result) == 0x000010, "Member 'WBP_UI_Cosmetic_C_SortChangeList::Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_SortChangeList, K2Node_DynamicCast_AsSBZCosmetics_Part_Slot) == 0x000018, "Member 'WBP_UI_Cosmetic_C_SortChangeList::K2Node_DynamicCast_AsSBZCosmetics_Part_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_SortChangeList, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_UI_Cosmetic_C_SortChangeList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_SortChangeList, K2Node_DynamicCast_AsSBZCosmetics_Part_Slot_1) == 0x000028, "Member 'WBP_UI_Cosmetic_C_SortChangeList::K2Node_DynamicCast_AsSBZCosmetics_Part_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_SortChangeList, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'WBP_UI_Cosmetic_C_SortChangeList::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_SortChangeList, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000031, "Member 'WBP_UI_Cosmetic_C_SortChangeList::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_GetFilteredEquippableDataMap \ +static_assert(alignof(WBP_UI_Cosmetic_C_GetFilteredEquippableDataMap) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_GetFilteredEquippableDataMap"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_GetFilteredEquippableDataMap) == 0x0000C0, "Wrong size on WBP_UI_Cosmetic_C_GetFilteredEquippableDataMap"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_GetFilteredEquippableDataMap, OutFilteredDataMap) == 0x000000, "Member 'WBP_UI_Cosmetic_C_GetFilteredEquippableDataMap::OutFilteredDataMap' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_GetFilteredEquippableDataMap, FilteredDataMap) == 0x000050, "Member 'WBP_UI_Cosmetic_C_GetFilteredEquippableDataMap::FilteredDataMap' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_GetFilteredEquippableDataMap, Temp_int_Array_Index_Variable) == 0x0000A0, "Member 'WBP_UI_Cosmetic_C_GetFilteredEquippableDataMap::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_GetFilteredEquippableDataMap, Temp_int_Loop_Counter_Variable) == 0x0000A4, "Member 'WBP_UI_Cosmetic_C_GetFilteredEquippableDataMap::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_GetFilteredEquippableDataMap, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'WBP_UI_Cosmetic_C_GetFilteredEquippableDataMap::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_GetFilteredEquippableDataMap, CallFunc_Array_Get_Item) == 0x0000B0, "Member 'WBP_UI_Cosmetic_C_GetFilteredEquippableDataMap::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_GetFilteredEquippableDataMap, CallFunc_Array_Length_ReturnValue) == 0x0000B8, "Member 'WBP_UI_Cosmetic_C_GetFilteredEquippableDataMap::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_GetFilteredEquippableDataMap, CallFunc_Map_Remove_ReturnValue) == 0x0000BC, "Member 'WBP_UI_Cosmetic_C_GetFilteredEquippableDataMap::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_GetFilteredEquippableDataMap, CallFunc_Less_IntInt_ReturnValue) == 0x0000BD, "Member 'WBP_UI_Cosmetic_C_GetFilteredEquippableDataMap::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_UpdateSubNavBarCounts \ +static_assert(alignof(WBP_UI_Cosmetic_C_UpdateSubNavBarCounts) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_UpdateSubNavBarCounts"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_UpdateSubNavBarCounts) == 0x000058, "Wrong size on WBP_UI_Cosmetic_C_UpdateSubNavBarCounts"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateSubNavBarCounts, CallFunc_Greater_IntInt_ReturnValue) == 0x000000, "Member 'WBP_UI_Cosmetic_C_UpdateSubNavBarCounts::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateSubNavBarCounts, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'WBP_UI_Cosmetic_C_UpdateSubNavBarCounts::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateSubNavBarCounts, K2Node_DynamicCast_AsSBZBase_Weapon_Data) == 0x000008, "Member 'WBP_UI_Cosmetic_C_UpdateSubNavBarCounts::K2Node_DynamicCast_AsSBZBase_Weapon_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateSubNavBarCounts, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_UI_Cosmetic_C_UpdateSubNavBarCounts::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateSubNavBarCounts, CallFunc_Map_Find_Value) == 0x000018, "Member 'WBP_UI_Cosmetic_C_UpdateSubNavBarCounts::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateSubNavBarCounts, CallFunc_Map_Find_ReturnValue) == 0x000020, "Member 'WBP_UI_Cosmetic_C_UpdateSubNavBarCounts::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateSubNavBarCounts, CallFunc_GetNbStickerPlacements_ReturnValue) == 0x000024, "Member 'WBP_UI_Cosmetic_C_UpdateSubNavBarCounts::CallFunc_GetNbStickerPlacements_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateSubNavBarCounts, K2Node_DynamicCast_AsSBZCosmetics_Pattern_Data_Asset) == 0x000028, "Member 'WBP_UI_Cosmetic_C_UpdateSubNavBarCounts::K2Node_DynamicCast_AsSBZCosmetics_Pattern_Data_Asset' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateSubNavBarCounts, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'WBP_UI_Cosmetic_C_UpdateSubNavBarCounts::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateSubNavBarCounts, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000034, "Member 'WBP_UI_Cosmetic_C_UpdateSubNavBarCounts::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateSubNavBarCounts, CallFunc_Map_Find_Value_1) == 0x000038, "Member 'WBP_UI_Cosmetic_C_UpdateSubNavBarCounts::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateSubNavBarCounts, CallFunc_Map_Find_ReturnValue_1) == 0x000040, "Member 'WBP_UI_Cosmetic_C_UpdateSubNavBarCounts::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateSubNavBarCounts, K2Node_DynamicCast_AsSBZWeapon_Pattern_Data) == 0x000048, "Member 'WBP_UI_Cosmetic_C_UpdateSubNavBarCounts::K2Node_DynamicCast_AsSBZWeapon_Pattern_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateSubNavBarCounts, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'WBP_UI_Cosmetic_C_UpdateSubNavBarCounts::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateSubNavBarCounts, K2Node_SwitchEnum_CmpSuccess) == 0x000051, "Member 'WBP_UI_Cosmetic_C_UpdateSubNavBarCounts::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateSubNavBarCounts, CallFunc_GetNbExpectedColorsInConfig_ReturnValue) == 0x000054, "Member 'WBP_UI_Cosmetic_C_UpdateSubNavBarCounts::CallFunc_GetNbExpectedColorsInConfig_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_OnLoadingDone \ +static_assert(alignof(WBP_UI_Cosmetic_C_OnLoadingDone) == 0x000001, "Wrong alignment on WBP_UI_Cosmetic_C_OnLoadingDone"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_OnLoadingDone) == 0x000003, "Wrong size on WBP_UI_Cosmetic_C_OnLoadingDone"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnLoadingDone, IsReset) == 0x000000, "Member 'WBP_UI_Cosmetic_C_OnLoadingDone::IsReset' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnLoadingDone, InIsEnabled) == 0x000001, "Member 'WBP_UI_Cosmetic_C_OnLoadingDone::InIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnLoadingDone, K2Node_SwitchEnum_CmpSuccess) == 0x000002, "Member 'WBP_UI_Cosmetic_C_OnLoadingDone::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_CleanUnusedSlots \ +static_assert(alignof(WBP_UI_Cosmetic_C_CleanUnusedSlots) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_CleanUnusedSlots"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_CleanUnusedSlots) == 0x000018, "Wrong size on WBP_UI_Cosmetic_C_CleanUnusedSlots"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_CleanUnusedSlots, Temp_byte_Variable) == 0x000000, "Member 'WBP_UI_Cosmetic_C_CleanUnusedSlots::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_CleanUnusedSlots, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'WBP_UI_Cosmetic_C_CleanUnusedSlots::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_CleanUnusedSlots, K2Node_Select_Default) == 0x000008, "Member 'WBP_UI_Cosmetic_C_CleanUnusedSlots::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_RemoveUnusedSlots \ +static_assert(alignof(WBP_UI_Cosmetic_C_RemoveUnusedSlots) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_RemoveUnusedSlots"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_RemoveUnusedSlots) == 0x000048, "Wrong size on WBP_UI_Cosmetic_C_RemoveUnusedSlots"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_RemoveUnusedSlots, SlotArray) == 0x000000, "Member 'WBP_UI_Cosmetic_C_RemoveUnusedSlots::SlotArray' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_RemoveUnusedSlots, Count) == 0x000010, "Member 'WBP_UI_Cosmetic_C_RemoveUnusedSlots::Count' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_RemoveUnusedSlots, NextSlot) == 0x000018, "Member 'WBP_UI_Cosmetic_C_RemoveUnusedSlots::NextSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_RemoveUnusedSlots, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_UI_Cosmetic_C_RemoveUnusedSlots::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_RemoveUnusedSlots, CallFunc_Subtract_IntInt_ReturnValue) == 0x000024, "Member 'WBP_UI_Cosmetic_C_RemoveUnusedSlots::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_RemoveUnusedSlots, K2Node_SwitchEnum_CmpSuccess) == 0x000028, "Member 'WBP_UI_Cosmetic_C_RemoveUnusedSlots::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_RemoveUnusedSlots, CallFunc_Map_Remove_ReturnValue) == 0x000029, "Member 'WBP_UI_Cosmetic_C_RemoveUnusedSlots::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_RemoveUnusedSlots, CallFunc_Map_Remove_ReturnValue_1) == 0x00002A, "Member 'WBP_UI_Cosmetic_C_RemoveUnusedSlots::CallFunc_Map_Remove_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_RemoveUnusedSlots, Temp_int_Variable) == 0x00002C, "Member 'WBP_UI_Cosmetic_C_RemoveUnusedSlots::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_RemoveUnusedSlots, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_UI_Cosmetic_C_RemoveUnusedSlots::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_RemoveUnusedSlots, CallFunc_Map_Remove_ReturnValue_2) == 0x000038, "Member 'WBP_UI_Cosmetic_C_RemoveUnusedSlots::CallFunc_Map_Remove_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_RemoveUnusedSlots, CallFunc_Less_IntInt_ReturnValue) == 0x000039, "Member 'WBP_UI_Cosmetic_C_RemoveUnusedSlots::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_RemoveUnusedSlots, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00003A, "Member 'WBP_UI_Cosmetic_C_RemoveUnusedSlots::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_RemoveUnusedSlots, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_UI_Cosmetic_C_RemoveUnusedSlots::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_RemoveUnusedSlots, CallFunc_Map_Remove_ReturnValue_3) == 0x000040, "Member 'WBP_UI_Cosmetic_C_RemoveUnusedSlots::CallFunc_Map_Remove_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_OnNavigation \ +static_assert(alignof(WBP_UI_Cosmetic_C_OnNavigation) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_OnNavigation"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_OnNavigation) == 0x0000E0, "Wrong size on WBP_UI_Cosmetic_C_OnNavigation"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, Navigation_0) == 0x000000, "Member 'WBP_UI_Cosmetic_C_OnNavigation::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, WrapBox) == 0x000008, "Member 'WBP_UI_Cosmetic_C_OnNavigation::WrapBox' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, ReturnValue) == 0x000010, "Member 'WBP_UI_Cosmetic_C_OnNavigation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, IsScrolled) == 0x000018, "Member 'WBP_UI_Cosmetic_C_OnNavigation::IsScrolled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, Item) == 0x000020, "Member 'WBP_UI_Cosmetic_C_OnNavigation::Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, ItemIndex) == 0x000028, "Member 'WBP_UI_Cosmetic_C_OnNavigation::ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, LastIndex) == 0x00002C, "Member 'WBP_UI_Cosmetic_C_OnNavigation::LastIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, OffsetX) == 0x000030, "Member 'WBP_UI_Cosmetic_C_OnNavigation::OffsetX' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, PreferredIndex) == 0x000034, "Member 'WBP_UI_Cosmetic_C_OnNavigation::PreferredIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_GetChildrenCount_ReturnValue) == 0x000038, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_Subtract_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, Temp_int_Variable) == 0x000040, "Member 'WBP_UI_Cosmetic_C_OnNavigation::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000048, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_Add_IntInt_ReturnValue_1) == 0x00004C, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_GetChildrenCount_ReturnValue_1) == 0x000054, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_GetChildrenCount_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000058, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000059, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_BooleanAND_ReturnValue) == 0x00005A, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_Less_IntInt_ReturnValue_1) == 0x00005B, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_Greater_IntInt_ReturnValue) == 0x00005C, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00005D, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_BooleanAND_ReturnValue_1) == 0x00005E, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_Less_IntInt_ReturnValue_2) == 0x00005F, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_BooleanAND_ReturnValue_2) == 0x000060, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_Less_IntInt_ReturnValue_3) == 0x000061, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_Max_ReturnValue) == 0x000064, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_Min_ReturnValue) == 0x000068, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_Min_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x00006C, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_Greater_IntInt_ReturnValue_2) == 0x000070, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_LessEqual_IntInt_ReturnValue_2) == 0x000071, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_LessEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_GetChildrenCount_ReturnValue_2) == 0x000074, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_GetChildrenCount_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x000078, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_Less_IntInt_ReturnValue_4) == 0x00007C, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_GetChildAt_ReturnValue) == 0x000080, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_GetChildAt_ReturnValue_1) == 0x000088, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_GetChildAt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000090, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_BooleanOR_ReturnValue) == 0x000091, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_BooleanAND_ReturnValue_3) == 0x000092, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_GetChildAt_ReturnValue_2) == 0x000098, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_GetChildAt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_Greater_IntInt_ReturnValue_3) == 0x0000A0, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_Greater_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_BooleanOR_ReturnValue_1) == 0x0000A1, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_GetDesiredSize_ReturnValue) == 0x0000A4, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_HasAnyUserFocus_ReturnValue) == 0x0000AC, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_HasAnyUserFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_BreakVector2D_X) == 0x0000B0, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_BreakVector2D_Y) == 0x0000B4, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_GetChildAt_ReturnValue_3) == 0x0000B8, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_GetChildAt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_GetDesiredSize_ReturnValue_1) == 0x0000C0, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_GetDesiredSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_BreakVector2D_X_1) == 0x0000C8, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_BreakVector2D_Y_1) == 0x0000CC, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_SafeDivide_ReturnValue) == 0x0000D0, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000D4, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, CallFunc_FTrunc_ReturnValue) == 0x0000D8, "Member 'WBP_UI_Cosmetic_C_OnNavigation::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnNavigation, K2Node_SwitchEnum_CmpSuccess) == 0x0000DC, "Member 'WBP_UI_Cosmetic_C_OnNavigation::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_OnItemBoxNavigation \ +static_assert(alignof(WBP_UI_Cosmetic_C_OnItemBoxNavigation) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_OnItemBoxNavigation"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_OnItemBoxNavigation) == 0x000020, "Wrong size on WBP_UI_Cosmetic_C_OnItemBoxNavigation"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnItemBoxNavigation, Navigation_0) == 0x000000, "Member 'WBP_UI_Cosmetic_C_OnItemBoxNavigation::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnItemBoxNavigation, ReturnValue) == 0x000008, "Member 'WBP_UI_Cosmetic_C_OnItemBoxNavigation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnItemBoxNavigation, ChildCount) == 0x000010, "Member 'WBP_UI_Cosmetic_C_OnItemBoxNavigation::ChildCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnItemBoxNavigation, CallFunc_OnNavigation_ReturnValue) == 0x000018, "Member 'WBP_UI_Cosmetic_C_OnItemBoxNavigation::CallFunc_OnNavigation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_OnStoreItemBoxNavigation \ +static_assert(alignof(WBP_UI_Cosmetic_C_OnStoreItemBoxNavigation) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_OnStoreItemBoxNavigation"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_OnStoreItemBoxNavigation) == 0x000020, "Wrong size on WBP_UI_Cosmetic_C_OnStoreItemBoxNavigation"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnStoreItemBoxNavigation, Navigation_0) == 0x000000, "Member 'WBP_UI_Cosmetic_C_OnStoreItemBoxNavigation::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnStoreItemBoxNavigation, ReturnValue) == 0x000008, "Member 'WBP_UI_Cosmetic_C_OnStoreItemBoxNavigation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnStoreItemBoxNavigation, ChildCount) == 0x000010, "Member 'WBP_UI_Cosmetic_C_OnStoreItemBoxNavigation::ChildCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_OnStoreItemBoxNavigation, CallFunc_OnNavigation_ReturnValue) == 0x000018, "Member 'WBP_UI_Cosmetic_C_OnStoreItemBoxNavigation::CallFunc_OnNavigation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_CreateSummedCost \ +static_assert(alignof(WBP_UI_Cosmetic_C_CreateSummedCost) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_CreateSummedCost"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_CreateSummedCost) == 0x000010, "Wrong size on WBP_UI_Cosmetic_C_CreateSummedCost"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_CreateSummedCost, SummedCost) == 0x000000, "Member 'WBP_UI_Cosmetic_C_CreateSummedCost::SummedCost' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_CreateSummedCost, CallFunc_Create_ReturnValue) == 0x000008, "Member 'WBP_UI_Cosmetic_C_CreateSummedCost::CallFunc_Create_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_TrySetFocusToLastButton \ +static_assert(alignof(WBP_UI_Cosmetic_C_TrySetFocusToLastButton) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_TrySetFocusToLastButton"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_TrySetFocusToLastButton) == 0x000020, "Wrong size on WBP_UI_Cosmetic_C_TrySetFocusToLastButton"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_TrySetFocusToLastButton, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_Cosmetic_C_TrySetFocusToLastButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_TrySetFocusToLastButton, CallFunc_GetChildAt_ReturnValue) == 0x000008, "Member 'WBP_UI_Cosmetic_C_TrySetFocusToLastButton::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_TrySetFocusToLastButton, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_UI_Cosmetic_C_TrySetFocusToLastButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_TrySetFocusToLastButton, K2Node_Select_Default) == 0x000018, "Member 'WBP_UI_Cosmetic_C_TrySetFocusToLastButton::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_UpdateControlReference \ +static_assert(alignof(WBP_UI_Cosmetic_C_UpdateControlReference) == 0x000008, "Wrong alignment on WBP_UI_Cosmetic_C_UpdateControlReference"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_UpdateControlReference) == 0x000180, "Wrong size on WBP_UI_Cosmetic_C_UpdateControlReference"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, IsSelectable) == 0x000000, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::IsSelectable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, Temp_bool_Variable_1) == 0x000002, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, Temp_bool_Variable_2) == 0x000003, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, Temp_bool_Variable_3) == 0x000004, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, Temp_bool_Variable_4) == 0x000005, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, Temp_bool_Variable_5) == 0x000006, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, Temp_bool_Variable_6) == 0x000007, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, CallFunc_IsInputTypeController_ReturnValue) == 0x000008, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::CallFunc_IsInputTypeController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000010, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, CallFunc_GetIsEnabled_ReturnValue) == 0x000038, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, CallFunc_Map_Find_Value) == 0x000040, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, CallFunc_Map_Find_ReturnValue) == 0x000048, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, CallFunc_Not_PreBool_ReturnValue) == 0x00004A, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, CallFunc_IsValid_ReturnValue_1) == 0x00004B, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, CallFunc_IsValid_ReturnValue_2) == 0x00004C, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, CallFunc_Not_PreBool_ReturnValue_1) == 0x00004D, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, CallFunc_BooleanAND_ReturnValue) == 0x00004E, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, K2Node_Select_Default) == 0x000050, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, K2Node_CreateDelegate_OutputDelegate) == 0x000078, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, K2Node_Select_Default_1) == 0x000090, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, K2Node_Select_Default_2) == 0x0000B8, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, K2Node_Select_Default_3) == 0x0000E0, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, K2Node_Select_Default_4) == 0x000108, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, K2Node_Select_Default_5) == 0x000130, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_UpdateControlReference, K2Node_Select_Default_6) == 0x000158, "Member 'WBP_UI_Cosmetic_C_UpdateControlReference::K2Node_Select_Default_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Cosmetic_C_SetEnabledState \ +static_assert(alignof(WBP_UI_Cosmetic_C_SetEnabledState) == 0x000001, "Wrong alignment on WBP_UI_Cosmetic_C_SetEnabledState"); \ +static_assert(sizeof(WBP_UI_Cosmetic_C_SetEnabledState) == 0x000001, "Wrong size on WBP_UI_Cosmetic_C_SetEnabledState"); \ +static_assert(offsetof(WBP_UI_Cosmetic_C_SetEnabledState, InIsEnabled) == 0x000000, "Member 'WBP_UI_Cosmetic_C_SetEnabledState::InIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Cosmetic_C \ +static_assert(alignof(UWBP_UI_Cosmetic_C) == 0x000008, "Wrong alignment on UWBP_UI_Cosmetic_C"); \ +static_assert(sizeof(UWBP_UI_Cosmetic_C) == 0x000988, "Wrong size on UWBP_UI_Cosmetic_C"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, UberGraphFrame) == 0x000388, "Member 'UWBP_UI_Cosmetic_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, change_Tab) == 0x000390, "Member 'UWBP_UI_Cosmetic_C::change_Tab' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, Intro) == 0x000398, "Member 'UWBP_UI_Cosmetic_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, NewAnimation) == 0x0003A0, "Member 'UWBP_UI_Cosmetic_C::NewAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, HideTooltip) == 0x0003A8, "Member 'UWBP_UI_Cosmetic_C::HideTooltip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, Loading) == 0x0003B0, "Member 'UWBP_UI_Cosmetic_C::Loading' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, ChangeListBox) == 0x0003B8, "Member 'UWBP_UI_Cosmetic_C::ChangeListBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, ChangeOverlay) == 0x0003C0, "Member 'UWBP_UI_Cosmetic_C::ChangeOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, EquippableNavBar) == 0x0003C8, "Member 'UWBP_UI_Cosmetic_C::EquippableNavBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, Image) == 0x0003D0, "Member 'UWBP_UI_Cosmetic_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, Image_1) == 0x0003D8, "Member 'UWBP_UI_Cosmetic_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, Image_85) == 0x0003E0, "Member 'UWBP_UI_Cosmetic_C::Image_85' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, Image_149) == 0x0003E8, "Member 'UWBP_UI_Cosmetic_C::Image_149' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, ItemBox) == 0x0003F0, "Member 'UWBP_UI_Cosmetic_C::ItemBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, ItemScrollBox) == 0x0003F8, "Member 'UWBP_UI_Cosmetic_C::ItemScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, LoadingText) == 0x000400, "Member 'UWBP_UI_Cosmetic_C::LoadingText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, MainNavBarSwitcher) == 0x000408, "Member 'UWBP_UI_Cosmetic_C::MainNavBarSwitcher' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, MaskNavBar) == 0x000410, "Member 'UWBP_UI_Cosmetic_C::MaskNavBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, PatternNavBar) == 0x000418, "Member 'UWBP_UI_Cosmetic_C::PatternNavBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, ScreenTitle) == 0x000420, "Member 'UWBP_UI_Cosmetic_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, StickerNavBar) == 0x000428, "Member 'UWBP_UI_Cosmetic_C::StickerNavBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, StoreItemBox) == 0x000430, "Member 'UWBP_UI_Cosmetic_C::StoreItemBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, SubNavBarSwitcher) == 0x000438, "Member 'UWBP_UI_Cosmetic_C::SubNavBarSwitcher' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, TooltipDescription) == 0x000440, "Member 'UWBP_UI_Cosmetic_C::TooltipDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, TooltipName) == 0x000448, "Member 'UWBP_UI_Cosmetic_C::TooltipName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, TooltipOverlay) == 0x000450, "Member 'UWBP_UI_Cosmetic_C::TooltipOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, WBP_UI_ContentBackground) == 0x000458, "Member 'UWBP_UI_Cosmetic_C::WBP_UI_ContentBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, WeaponHeader_T) == 0x000460, "Member 'UWBP_UI_Cosmetic_C::WeaponHeader_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, DefaultButtonControlsReference) == 0x000468, "Member 'UWBP_UI_Cosmetic_C::DefaultButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, DefaultSelectButtonControlsReference) == 0x000490, "Member 'UWBP_UI_Cosmetic_C::DefaultSelectButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, ApplyButtonControlsReference) == 0x0004B8, "Member 'UWBP_UI_Cosmetic_C::ApplyButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, ApplysSelectButtonControlsReference) == 0x0004E0, "Member 'UWBP_UI_Cosmetic_C::ApplysSelectButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, ControllerDefaultButtonControlsReference) == 0x000508, "Member 'UWBP_UI_Cosmetic_C::ControllerDefaultButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, ControllerDefaultSelectButtonControlsReference) == 0x000530, "Member 'UWBP_UI_Cosmetic_C::ControllerDefaultSelectButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, ControllerApplysSelectButtonControlsReference) == 0x000558, "Member 'UWBP_UI_Cosmetic_C::ControllerApplysSelectButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, ControllerApplyButtonControlsReference) == 0x000580, "Member 'UWBP_UI_Cosmetic_C::ControllerApplyButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, ConfirmButtonControlsReference) == 0x0005A8, "Member 'UWBP_UI_Cosmetic_C::ConfirmButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, SlotData) == 0x0005D0, "Member 'UWBP_UI_Cosmetic_C::SlotData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, EquippedItem) == 0x0005D8, "Member 'UWBP_UI_Cosmetic_C::EquippedItem' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, CurrentDataMap) == 0x0005E0, "Member 'UWBP_UI_Cosmetic_C::CurrentDataMap' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, PreviewDataMap) == 0x000630, "Member 'UWBP_UI_Cosmetic_C::PreviewDataMap' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, PreviewPartConfigMap) == 0x000680, "Member 'UWBP_UI_Cosmetic_C::PreviewPartConfigMap' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, BuyDataMap) == 0x0006D0, "Member 'UWBP_UI_Cosmetic_C::BuyDataMap' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, BuyStoreDataMap) == 0x000720, "Member 'UWBP_UI_Cosmetic_C::BuyStoreDataMap' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, CurrentData) == 0x000770, "Member 'UWBP_UI_Cosmetic_C::CurrentData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, PreviewData) == 0x000778, "Member 'UWBP_UI_Cosmetic_C::PreviewData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, PreviewEquippable) == 0x000780, "Member 'UWBP_UI_Cosmetic_C::PreviewEquippable' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, MaskPatternColorSlotDataArray) == 0x000788, "Member 'UWBP_UI_Cosmetic_C::MaskPatternColorSlotDataArray' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, EquippablePatternColorSlotDataArray) == 0x000798, "Member 'UWBP_UI_Cosmetic_C::EquippablePatternColorSlotDataArray' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, CurrentEquippableConfig) == 0x0007A8, "Member 'UWBP_UI_Cosmetic_C::CurrentEquippableConfig' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, MaskPatternSlot) == 0x000818, "Member 'UWBP_UI_Cosmetic_C::MaskPatternSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, EquippablePatternSlot) == 0x000820, "Member 'UWBP_UI_Cosmetic_C::EquippablePatternSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, IsChanged) == 0x000828, "Member 'UWBP_UI_Cosmetic_C::IsChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, IsPopup) == 0x000829, "Member 'UWBP_UI_Cosmetic_C::IsPopup' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, NoStoreData) == 0x000830, "Member 'UWBP_UI_Cosmetic_C::NoStoreData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, EquippableStickerSlotDataArray) == 0x000928, "Member 'UWBP_UI_Cosmetic_C::EquippableStickerSlotDataArray' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, IsEnoughResources) == 0x000938, "Member 'UWBP_UI_Cosmetic_C::IsEnoughResources' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, IsEnoughLevel) == 0x000939, "Member 'UWBP_UI_Cosmetic_C::IsEnoughLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, MaxPatternCount) == 0x00093C, "Member 'UWBP_UI_Cosmetic_C::MaxPatternCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, MaxStickerCount) == 0x000940, "Member 'UWBP_UI_Cosmetic_C::MaxStickerCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, CashCost) == 0x000948, "Member 'UWBP_UI_Cosmetic_C::CashCost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, GoldCost) == 0x000950, "Member 'UWBP_UI_Cosmetic_C::GoldCost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, CreditCost) == 0x000958, "Member 'UWBP_UI_Cosmetic_C::CreditCost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, MinLevel) == 0x000960, "Member 'UWBP_UI_Cosmetic_C::MinLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, RequirementText) == 0x000968, "Member 'UWBP_UI_Cosmetic_C::RequirementText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Cosmetic_C, FocusedButton) == 0x000980, "Member 'UWBP_UI_Cosmetic_C::FocusedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Keypad_C_ExecuteUbergraph_BP_Keypad \ +static_assert(alignof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad) == 0x000010, "Wrong alignment on BP_Keypad_C_ExecuteUbergraph_BP_Keypad"); \ +static_assert(sizeof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad) == 0x000450, "Wrong size on BP_Keypad_C_ExecuteUbergraph_BP_Keypad"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, EntryPoint) == 0x000000, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_struct_Variable) == 0x000004, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_struct_Variable_1) == 0x000014, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_struct_Variable_2) == 0x000024, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_struct_Variable_3) == 0x000034, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_struct_Variable_4) == 0x000044, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_struct_Variable_5) == 0x000054, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_byte_Variable) == 0x000064, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_float_Variable) == 0x000068, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_float_Variable_1) == 0x00006C, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_float_Variable_2) == 0x000070, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_float_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_float_Variable_3) == 0x000074, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_float_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_float_Variable_4) == 0x000078, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_float_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_float_Variable_5) == 0x00007C, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_float_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_byte_Variable_1) == 0x000080, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_struct_Variable_6) == 0x000084, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_struct_Variable_7) == 0x000094, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_struct_Variable_8) == 0x0000A4, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_struct_Variable_9) == 0x0000B4, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_struct_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_struct_Variable_10) == 0x0000C4, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_struct_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_struct_Variable_11) == 0x0000D4, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_struct_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_byte_Variable_2) == 0x0000E4, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_byte_Variable_3) == 0x0000E5, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_byte_Variable_4) == 0x0000E6, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_byte_Variable_5) == 0x0000E7, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_byte_Variable_6) == 0x0000E8, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_byte_Variable_7) == 0x0000E9, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_byte_Variable_8) == 0x0000EA, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_byte_Variable_9) == 0x0000EB, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_byte_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_Event_KeyIndexPressed) == 0x0000EC, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_Event_KeyIndexPressed' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0000F0, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_Event_PlayerAttachedActors_1) == 0x0000F8, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_Event_PlayerAttachedActors_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_Event_PlayerMesh) == 0x000108, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_Event_PlayerMesh' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_Event_SocketToAttach) == 0x000110, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_Event_SocketToAttach' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_Event_SpawnTransform) == 0x000120, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_Event_SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_Event_PlayerAttachedActors) == 0x000150, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_Event_PlayerAttachedActors' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000160, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_FilterArray_FilteredArray) == 0x000168, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_FilterArray_FilteredArray' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_Array_Length_ReturnValue) == 0x000178, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_FinishSpawningActor_ReturnValue) == 0x000180, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_FilterArray_FilteredArray_1) == 0x000188, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_FilterArray_FilteredArray_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_Array_Length_ReturnValue_1) == 0x000198, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00019C, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_struct_Variable_12) == 0x0001A0, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_struct_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_struct_Variable_13) == 0x0001B0, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_struct_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_Event_GuessedCodeText) == 0x0001C0, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_Event_GuessedCodeText' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_GetUserWidgetObject_ReturnValue) == 0x0001D8, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_Event_NewState) == 0x0001E0, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_Event_bDoCosmetics) == 0x0001E1, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_DynamicCast_AsWBP_Keypad_Interaction) == 0x0001E8, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_DynamicCast_AsWBP_Keypad_Interaction' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_DynamicCast_bSuccess) == 0x0001F0, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_Select_Default) == 0x0001F4, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_Select_Default_1) == 0x000204, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_Select_Default_2) == 0x000208, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_Select_Default_3) == 0x000218, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000219, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_GetUserWidgetObject_ReturnValue_1) == 0x000220, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_GetUserWidgetObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_GetRenderTarget_ReturnValue) == 0x000228, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_GetRenderTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_DynamicCast_AsWBP_Keypad_Interaction_1) == 0x000230, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_DynamicCast_AsWBP_Keypad_Interaction_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_DynamicCast_bSuccess_1) == 0x000238, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_int_Array_Index_Variable) == 0x00023C, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_Array_Get_Item) == 0x000240, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_Event_GeneratedCode) == 0x000248, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_Event_GeneratedCode' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_Event_KeyIndex) == 0x000258, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_Event_KeyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_Event_bInNewState) == 0x00025C, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_Event_bInNewState' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_Array_Get_Item_1) == 0x000260, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000264, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_Array_Get_Item_2) == 0x000268, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_Array_Length_ReturnValue_2) == 0x00026C, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000270, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_Subtract_IntInt_ReturnValue) == 0x000274, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_Array_Length_ReturnValue_3) == 0x000278, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_Array_Get_Item_3) == 0x00027C, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_Less_IntInt_ReturnValue) == 0x000280, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x000284, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_MakeStruct_Vector4) == 0x000290, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_MakeStruct_Vector4' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0002A0, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x0002A4, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_Array_Get_Item_4) == 0x0002A8, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_Array_Get_Item_5) == 0x0002AC, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_Conv_IntToFloat_ReturnValue_4) == 0x0002B0, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_Conv_IntToFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_Conv_IntToFloat_ReturnValue_5) == 0x0002B4, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_Conv_IntToFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x0002B8, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_struct_Variable_14) == 0x0002BC, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_struct_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_Array_Get_Item_6) == 0x0002CC, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_Conv_IntToFloat_ReturnValue_6) == 0x0002D0, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_Conv_IntToFloat_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_struct_Variable_15) == 0x0002D4, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_struct_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_MakeStruct_Vector4_1) == 0x0002F0, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_MakeStruct_Vector4_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_struct_Variable_16) == 0x000300, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_struct_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_struct_Variable_17) == 0x000310, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_struct_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_struct_Variable_18) == 0x000320, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_struct_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_struct_Variable_19) == 0x000330, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_struct_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_struct_Variable_20) == 0x000340, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_struct_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_struct_Variable_21) == 0x000350, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_struct_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_struct_Variable_22) == 0x000360, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_struct_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_struct_Variable_23) == 0x000370, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_struct_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_int_Variable) == 0x000380, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_int_Loop_Counter_Variable) == 0x000384, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_Select_Default_4) == 0x000388, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_BreakColor_R) == 0x000398, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_BreakColor_R' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_BreakColor_G) == 0x00039C, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_BreakColor_G' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_BreakColor_B) == 0x0003A0, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_BreakColor_B' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_BreakColor_A) == 0x0003A4, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_BreakColor_A' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_Less_IntInt_ReturnValue_1) == 0x0003A8, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_Add_IntInt_ReturnValue) == 0x0003AC, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_Conv_IntToFloat_ReturnValue_7) == 0x0003B0, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_Conv_IntToFloat_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_CreateCurveFloatDelegateTimer_ReturnValue) == 0x0003B8, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_CreateCurveFloatDelegateTimer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_IsValid_ReturnValue) == 0x0003C0, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_object_Variable) == 0x0003C8, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_float_Variable_6) == 0x0003D0, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_float_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_float_Variable_7) == 0x0003D4, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_float_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_float_Variable_8) == 0x0003D8, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_float_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, Temp_float_Variable_9) == 0x0003DC, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::Temp_float_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_IsDedicatedServer_ReturnValue) == 0x0003E0, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_IsDedicatedServer_ReturnValue_1) == 0x0003E1, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_IsDedicatedServer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_CustomEvent_CurveFloatTimer) == 0x0003E8, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_CustomEvent_CurveFloatTimer' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_CustomEvent_CurveElapsedTime) == 0x0003F0, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_CustomEvent_CurveElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_CustomEvent_CurveTimeSinceLast) == 0x0003F4, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_CustomEvent_CurveTimeSinceLast' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_CustomEvent_CurveValue) == 0x0003F8, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_CustomEvent_CurveValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_CustomEvent_CurveTime) == 0x0003FC, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_CustomEvent_CurveTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, CallFunc_IsDedicatedServer_ReturnValue_2) == 0x000400, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::CallFunc_IsDedicatedServer_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_CreateDelegate_OutputDelegate) == 0x000404, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_CustomEvent_CurveFloatTimer_1) == 0x000418, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_CustomEvent_CurveFloatTimer_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_CustomEvent_CurveElapsedTime_1) == 0x000420, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_CustomEvent_CurveElapsedTime_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_CustomEvent_CurveTimeSinceLast_1) == 0x000424, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_CustomEvent_CurveTimeSinceLast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_CustomEvent_CurveValue_1) == 0x000428, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_CustomEvent_CurveValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_CustomEvent_CurveTime_1) == 0x00042C, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_CustomEvent_CurveTime_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_ExecuteUbergraph_BP_Keypad, K2Node_CreateDelegate_OutputDelegate_1) == 0x000430, "Member 'BP_Keypad_C_ExecuteUbergraph_BP_Keypad::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Keypad_C_BP_OnKeypadFocusChanged \ +static_assert(alignof(BP_Keypad_C_BP_OnKeypadFocusChanged) == 0x000004, "Wrong alignment on BP_Keypad_C_BP_OnKeypadFocusChanged"); \ +static_assert(sizeof(BP_Keypad_C_BP_OnKeypadFocusChanged) == 0x000008, "Wrong size on BP_Keypad_C_BP_OnKeypadFocusChanged"); \ +static_assert(offsetof(BP_Keypad_C_BP_OnKeypadFocusChanged, KeyIndex) == 0x000000, "Member 'BP_Keypad_C_BP_OnKeypadFocusChanged::KeyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_BP_OnKeypadFocusChanged, bInNewState) == 0x000004, "Member 'BP_Keypad_C_BP_OnKeypadFocusChanged::bInNewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Keypad_C_BP_UpdateHighlights \ +static_assert(alignof(BP_Keypad_C_BP_UpdateHighlights) == 0x000008, "Wrong alignment on BP_Keypad_C_BP_UpdateHighlights"); \ +static_assert(sizeof(BP_Keypad_C_BP_UpdateHighlights) == 0x000010, "Wrong size on BP_Keypad_C_BP_UpdateHighlights"); \ +static_assert(offsetof(BP_Keypad_C_BP_UpdateHighlights, GeneratedCode) == 0x000000, "Member 'BP_Keypad_C_BP_UpdateHighlights::GeneratedCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Keypad_C_BP_OnStateChanged \ +static_assert(alignof(BP_Keypad_C_BP_OnStateChanged) == 0x000001, "Wrong alignment on BP_Keypad_C_BP_OnStateChanged"); \ +static_assert(sizeof(BP_Keypad_C_BP_OnStateChanged) == 0x000002, "Wrong size on BP_Keypad_C_BP_OnStateChanged"); \ +static_assert(offsetof(BP_Keypad_C_BP_OnStateChanged, NewState) == 0x000000, "Member 'BP_Keypad_C_BP_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_BP_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_Keypad_C_BP_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Keypad_C_BP_OnGuessedCodeChanged \ +static_assert(alignof(BP_Keypad_C_BP_OnGuessedCodeChanged) == 0x000008, "Wrong alignment on BP_Keypad_C_BP_OnGuessedCodeChanged"); \ +static_assert(sizeof(BP_Keypad_C_BP_OnGuessedCodeChanged) == 0x000018, "Wrong size on BP_Keypad_C_BP_OnGuessedCodeChanged"); \ +static_assert(offsetof(BP_Keypad_C_BP_OnGuessedCodeChanged, GuessedCodeText) == 0x000000, "Member 'BP_Keypad_C_BP_OnGuessedCodeChanged::GuessedCodeText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Keypad_C_BP_HandleLanternOverlapEnd \ +static_assert(alignof(BP_Keypad_C_BP_HandleLanternOverlapEnd) == 0x000008, "Wrong alignment on BP_Keypad_C_BP_HandleLanternOverlapEnd"); \ +static_assert(sizeof(BP_Keypad_C_BP_HandleLanternOverlapEnd) == 0x000010, "Wrong size on BP_Keypad_C_BP_HandleLanternOverlapEnd"); \ +static_assert(offsetof(BP_Keypad_C_BP_HandleLanternOverlapEnd, PlayerAttachedActors) == 0x000000, "Member 'BP_Keypad_C_BP_HandleLanternOverlapEnd::PlayerAttachedActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Keypad_C_BP_HandleLanternOverlapBegin \ +static_assert(alignof(BP_Keypad_C_BP_HandleLanternOverlapBegin) == 0x000010, "Wrong alignment on BP_Keypad_C_BP_HandleLanternOverlapBegin"); \ +static_assert(sizeof(BP_Keypad_C_BP_HandleLanternOverlapBegin) == 0x000060, "Wrong size on BP_Keypad_C_BP_HandleLanternOverlapBegin"); \ +static_assert(offsetof(BP_Keypad_C_BP_HandleLanternOverlapBegin, PlayerAttachedActors) == 0x000000, "Member 'BP_Keypad_C_BP_HandleLanternOverlapBegin::PlayerAttachedActors' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_BP_HandleLanternOverlapBegin, PlayerMesh) == 0x000010, "Member 'BP_Keypad_C_BP_HandleLanternOverlapBegin::PlayerMesh' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_BP_HandleLanternOverlapBegin, SocketToAttach) == 0x000018, "Member 'BP_Keypad_C_BP_HandleLanternOverlapBegin::SocketToAttach' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_BP_HandleLanternOverlapBegin, SpawnTransform) == 0x000030, "Member 'BP_Keypad_C_BP_HandleLanternOverlapBegin::SpawnTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Keypad_C_BP_OnKeypadPressed \ +static_assert(alignof(BP_Keypad_C_BP_OnKeypadPressed) == 0x000004, "Wrong alignment on BP_Keypad_C_BP_OnKeypadPressed"); \ +static_assert(sizeof(BP_Keypad_C_BP_OnKeypadPressed) == 0x000004, "Wrong size on BP_Keypad_C_BP_OnKeypadPressed"); \ +static_assert(offsetof(BP_Keypad_C_BP_OnKeypadPressed, KeyIndexPressed) == 0x000000, "Member 'BP_Keypad_C_BP_OnKeypadPressed::KeyIndexPressed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Keypad_C_CurveEvalTick_1117234D45361F2B8DD22A9E49175EB4 \ +static_assert(alignof(BP_Keypad_C_CurveEvalTick_1117234D45361F2B8DD22A9E49175EB4) == 0x000008, "Wrong alignment on BP_Keypad_C_CurveEvalTick_1117234D45361F2B8DD22A9E49175EB4"); \ +static_assert(sizeof(BP_Keypad_C_CurveEvalTick_1117234D45361F2B8DD22A9E49175EB4) == 0x000018, "Wrong size on BP_Keypad_C_CurveEvalTick_1117234D45361F2B8DD22A9E49175EB4"); \ +static_assert(offsetof(BP_Keypad_C_CurveEvalTick_1117234D45361F2B8DD22A9E49175EB4, CurveFloatTimer) == 0x000000, "Member 'BP_Keypad_C_CurveEvalTick_1117234D45361F2B8DD22A9E49175EB4::CurveFloatTimer' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_CurveEvalTick_1117234D45361F2B8DD22A9E49175EB4, CurveElapsedTime) == 0x000008, "Member 'BP_Keypad_C_CurveEvalTick_1117234D45361F2B8DD22A9E49175EB4::CurveElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_CurveEvalTick_1117234D45361F2B8DD22A9E49175EB4, CurveTimeSinceLast) == 0x00000C, "Member 'BP_Keypad_C_CurveEvalTick_1117234D45361F2B8DD22A9E49175EB4::CurveTimeSinceLast' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_CurveEvalTick_1117234D45361F2B8DD22A9E49175EB4, CurveValue) == 0x000010, "Member 'BP_Keypad_C_CurveEvalTick_1117234D45361F2B8DD22A9E49175EB4::CurveValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_CurveEvalTick_1117234D45361F2B8DD22A9E49175EB4, CurveTime) == 0x000014, "Member 'BP_Keypad_C_CurveEvalTick_1117234D45361F2B8DD22A9E49175EB4::CurveTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Keypad_C_CurveFinished_1117234D45361F2B8DD22A9E49175EB4 \ +static_assert(alignof(BP_Keypad_C_CurveFinished_1117234D45361F2B8DD22A9E49175EB4) == 0x000008, "Wrong alignment on BP_Keypad_C_CurveFinished_1117234D45361F2B8DD22A9E49175EB4"); \ +static_assert(sizeof(BP_Keypad_C_CurveFinished_1117234D45361F2B8DD22A9E49175EB4) == 0x000018, "Wrong size on BP_Keypad_C_CurveFinished_1117234D45361F2B8DD22A9E49175EB4"); \ +static_assert(offsetof(BP_Keypad_C_CurveFinished_1117234D45361F2B8DD22A9E49175EB4, CurveFloatTimer) == 0x000000, "Member 'BP_Keypad_C_CurveFinished_1117234D45361F2B8DD22A9E49175EB4::CurveFloatTimer' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_CurveFinished_1117234D45361F2B8DD22A9E49175EB4, CurveElapsedTime) == 0x000008, "Member 'BP_Keypad_C_CurveFinished_1117234D45361F2B8DD22A9E49175EB4::CurveElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_CurveFinished_1117234D45361F2B8DD22A9E49175EB4, CurveTimeSinceLast) == 0x00000C, "Member 'BP_Keypad_C_CurveFinished_1117234D45361F2B8DD22A9E49175EB4::CurveTimeSinceLast' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_CurveFinished_1117234D45361F2B8DD22A9E49175EB4, CurveValue) == 0x000010, "Member 'BP_Keypad_C_CurveFinished_1117234D45361F2B8DD22A9E49175EB4::CurveValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_CurveFinished_1117234D45361F2B8DD22A9E49175EB4, CurveTime) == 0x000014, "Member 'BP_Keypad_C_CurveFinished_1117234D45361F2B8DD22A9E49175EB4::CurveTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Keypad_C_UserConstructionScript \ +static_assert(alignof(BP_Keypad_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Keypad_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Keypad_C_UserConstructionScript) == 0x000018, "Wrong size on BP_Keypad_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Keypad_C_UserConstructionScript, CallFunc_IsDedicatedServer_ReturnValue) == 0x000000, "Member 'BP_Keypad_C_UserConstructionScript::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_UserConstructionScript, CallFunc_GetRenderTarget_ReturnValue) == 0x000008, "Member 'BP_Keypad_C_UserConstructionScript::CallFunc_GetRenderTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Keypad_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'BP_Keypad_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Keypad_C \ +static_assert(alignof(ABP_Keypad_C) == 0x000008, "Wrong alignment on ABP_Keypad_C"); \ +static_assert(sizeof(ABP_Keypad_C) == 0x000430, "Wrong size on ABP_Keypad_C"); \ +static_assert(offsetof(ABP_Keypad_C, UberGraphFrame) == 0x000398, "Member 'ABP_Keypad_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Keypad_C, disabled_interactionVolume) == 0x0003A0, "Member 'ABP_Keypad_C::disabled_interactionVolume' has a wrong offset!"); \ +static_assert(offsetof(ABP_Keypad_C, disabled_SBZInteractable) == 0x0003A8, "Member 'ABP_Keypad_C::disabled_SBZInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Keypad_C, SBZOutline) == 0x0003B0, "Member 'ABP_Keypad_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_Keypad_C, OutlineMesh) == 0x0003B8, "Member 'ABP_Keypad_C::OutlineMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Keypad_C, Keypad_Num_E__COL_) == 0x0003C0, "Member 'ABP_Keypad_C::Keypad_Num_E__COL_' has a wrong offset!"); \ +static_assert(offsetof(ABP_Keypad_C, Keypad_Num_0__COL_) == 0x0003C8, "Member 'ABP_Keypad_C::Keypad_Num_0__COL_' has a wrong offset!"); \ +static_assert(offsetof(ABP_Keypad_C, Keypad_Num_C__COL_) == 0x0003D0, "Member 'ABP_Keypad_C::Keypad_Num_C__COL_' has a wrong offset!"); \ +static_assert(offsetof(ABP_Keypad_C, Keypad_Num_9__COL_) == 0x0003D8, "Member 'ABP_Keypad_C::Keypad_Num_9__COL_' has a wrong offset!"); \ +static_assert(offsetof(ABP_Keypad_C, Keypad_Num_8__COL_) == 0x0003E0, "Member 'ABP_Keypad_C::Keypad_Num_8__COL_' has a wrong offset!"); \ +static_assert(offsetof(ABP_Keypad_C, Keypad_Num_7__COL_) == 0x0003E8, "Member 'ABP_Keypad_C::Keypad_Num_7__COL_' has a wrong offset!"); \ +static_assert(offsetof(ABP_Keypad_C, Keypad_Num_6__COL_) == 0x0003F0, "Member 'ABP_Keypad_C::Keypad_Num_6__COL_' has a wrong offset!"); \ +static_assert(offsetof(ABP_Keypad_C, Keypad_Num_5__COL_) == 0x0003F8, "Member 'ABP_Keypad_C::Keypad_Num_5__COL_' has a wrong offset!"); \ +static_assert(offsetof(ABP_Keypad_C, Keypad_Num_4__COL_) == 0x000400, "Member 'ABP_Keypad_C::Keypad_Num_4__COL_' has a wrong offset!"); \ +static_assert(offsetof(ABP_Keypad_C, Keypad_Num_3__COL_) == 0x000408, "Member 'ABP_Keypad_C::Keypad_Num_3__COL_' has a wrong offset!"); \ +static_assert(offsetof(ABP_Keypad_C, Keypad_Num_2__COL_) == 0x000410, "Member 'ABP_Keypad_C::Keypad_Num_2__COL_' has a wrong offset!"); \ +static_assert(offsetof(ABP_Keypad_C, Keypad_Num_1__COL_) == 0x000418, "Member 'ABP_Keypad_C::Keypad_Num_1__COL_' has a wrong offset!"); \ +static_assert(offsetof(ABP_Keypad_C, Dynamic_Material) == 0x000420, "Member 'ABP_Keypad_C::Dynamic_Material' has a wrong offset!"); \ +static_assert(offsetof(ABP_Keypad_C, Key_Index) == 0x000428, "Member 'ABP_Keypad_C::Key_Index' has a wrong offset!"); \ +static_assert(offsetof(ABP_Keypad_C, currentKeypadState) == 0x00042C, "Member 'ABP_Keypad_C::currentKeypadState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_Shotgun_M7P_C \ +static_assert(alignof(UCS_FireWeapon_Shotgun_M7P_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_Shotgun_M7P_C"); \ +static_assert(sizeof(UCS_FireWeapon_Shotgun_M7P_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_Shotgun_M7P_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen \ +static_assert(alignof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen) == 0x000008, "Wrong alignment on WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen"); \ +static_assert(sizeof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen) == 0x000118, "Wrong size on WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen, EntryPoint) == 0x000000, "Member 'WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen, CallFunc_Less_IntInt_ReturnValue) == 0x000004, "Member 'WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen, K2Node_Event_PreviousValue) == 0x000008, "Member 'WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen, K2Node_Event_IsDesignTime) == 0x000014, "Member 'WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen, CallFunc_GetChildAt_ReturnValue) == 0x000018, "Member 'WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen, CallFunc_Create_ReturnValue) == 0x000028, "Member 'WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen, K2Node_Event_FocusedWeaponPart) == 0x000030, "Member 'WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen::K2Node_Event_FocusedWeaponPart' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000038, "Member 'WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen, CallFunc_IsValid_ReturnValue_1) == 0x000040, "Member 'WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen, Temp_int_Index_Variable) == 0x000044, "Member 'WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen::Temp_int_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000048, "Member 'WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000049, "Member 'WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen, Temp_int_Step_Size_Variable) == 0x00004C, "Member 'WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen::Temp_int_Step_Size_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen, CallFunc_Abs_Int_ReturnValue) == 0x000050, "Member 'WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen::CallFunc_Abs_Int_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen, CallFunc_Subtract_IntInt_ReturnValue) == 0x000054, "Member 'WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen, CallFunc_Max_ReturnValue) == 0x000058, "Member 'WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen, K2Node_MakeStruct_SBZButtonControlReference) == 0x000060, "Member 'WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000098, "Member 'WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen, K2Node_MakeArray_Array) == 0x0000B0, "Member 'WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen, K2Node_CustomEvent_ActionName) == 0x0000C0, "Member 'WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen::K2Node_CustomEvent_ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen, K2Node_MakeStruct_SBZButtonControlsReference) == 0x0000D0, "Member 'WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen, K2Node_SwitchName_CmpSuccess) == 0x0000F8, "Member 'WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen, CallFunc_GetUIManager_ReturnValue) == 0x000100, "Member 'WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen, CallFunc_PopStack_ReturnValue) == 0x000108, "Member 'WBP_UI_WeaponProgressionScreen_C_ExecuteUbergraph_WBP_UI_WeaponProgressionScreen::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponProgressionScreen_C_OnControlsReferencePressed \ +static_assert(alignof(WBP_UI_WeaponProgressionScreen_C_OnControlsReferencePressed) == 0x000004, "Wrong alignment on WBP_UI_WeaponProgressionScreen_C_OnControlsReferencePressed"); \ +static_assert(sizeof(WBP_UI_WeaponProgressionScreen_C_OnControlsReferencePressed) == 0x00000C, "Wrong size on WBP_UI_WeaponProgressionScreen_C_OnControlsReferencePressed"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_OnControlsReferencePressed, ActionName) == 0x000000, "Member 'WBP_UI_WeaponProgressionScreen_C_OnControlsReferencePressed::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponProgressionScreen_C_FocusedWeaponPartChanged \ +static_assert(alignof(WBP_UI_WeaponProgressionScreen_C_FocusedWeaponPartChanged) == 0x000008, "Wrong alignment on WBP_UI_WeaponProgressionScreen_C_FocusedWeaponPartChanged"); \ +static_assert(sizeof(WBP_UI_WeaponProgressionScreen_C_FocusedWeaponPartChanged) == 0x000008, "Wrong size on WBP_UI_WeaponProgressionScreen_C_FocusedWeaponPartChanged"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_FocusedWeaponPartChanged, FocusedWeaponPart) == 0x000000, "Member 'WBP_UI_WeaponProgressionScreen_C_FocusedWeaponPartChanged::FocusedWeaponPart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponProgressionScreen_C_PreConstruct \ +static_assert(alignof(WBP_UI_WeaponProgressionScreen_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_WeaponProgressionScreen_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_WeaponProgressionScreen_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_WeaponProgressionScreen_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_WeaponProgressionScreen_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponProgressionScreen_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_WeaponProgressionScreen_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_WeaponProgressionScreen_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_WeaponProgressionScreen_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_WeaponProgressionScreen_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_WeaponProgressionScreen_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_WeaponProgressionScreen_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_WeaponProgressionScreen_C \ +static_assert(alignof(UWBP_UI_WeaponProgressionScreen_C) == 0x000008, "Wrong alignment on UWBP_UI_WeaponProgressionScreen_C"); \ +static_assert(sizeof(UWBP_UI_WeaponProgressionScreen_C) == 0x000308, "Wrong size on UWBP_UI_WeaponProgressionScreen_C"); \ +static_assert(offsetof(UWBP_UI_WeaponProgressionScreen_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_UI_WeaponProgressionScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponProgressionScreen_C, Widget_ItemDescription) == 0x000300, "Member 'UWBP_UI_WeaponProgressionScreen_C::Widget_ItemDescription' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04 \ +static_assert(alignof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04) == 0x000008, "Wrong alignment on BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04"); \ +static_assert(sizeof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04) == 0x000040, "Wrong size on BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04, EntryPoint) == 0x000000, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04, CallFunc_IsDedicatedServer_ReturnValue) == 0x000004, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04, K2Node_ComponentBoundEvent_Type) == 0x000005, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04, K2Node_ComponentBoundEvent_HitContext) == 0x000008, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000038, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C \ +static_assert(alignof(ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C) == 0x000008, "Wrong alignment on ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C"); \ +static_assert(sizeof(ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C) == 0x0002E8, "Wrong size on ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C"); \ +static_assert(offsetof(ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C, SBZCosmeticDestruction) == 0x0002E0, "Member 'ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_04_C::SBZCosmeticDestruction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticDonut_C \ +static_assert(alignof(ABP_CosmeticDonut_C) == 0x000008, "Wrong alignment on ABP_CosmeticDonut_C"); \ +static_assert(sizeof(ABP_CosmeticDonut_C) == 0x0002D0, "Wrong size on ABP_CosmeticDonut_C"); \ +static_assert(offsetof(ABP_CosmeticDonut_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticDonut_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen \ +static_assert(alignof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen) == 0x000008, "Wrong alignment on WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen"); \ +static_assert(sizeof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen) == 0x000288, "Wrong size on WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, EntryPoint) == 0x000000, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_MakeLiteralName_ReturnValue) == 0x000004, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_GetWeaponSlotInfo_OutEquippableSlot) == 0x000011, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_GetWeaponSlotInfo_OutEquippableSlot' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_GetWeaponSlotInfo_OutWeaponSlotIndex) == 0x000014, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_GetWeaponSlotInfo_OutWeaponSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_GetWeaponConfigSlot_ReturnValue) == 0x000018, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_GetWeaponConfigSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_Less_IntInt_ReturnValue) == 0x0000F0, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, K2Node_DynamicCast_AsSBZRanged_Weapon_Data) == 0x0000F8, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::K2Node_DynamicCast_AsSBZRanged_Weapon_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, K2Node_DynamicCast_bSuccess) == 0x000100, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_GetCurrentWeaponPartSlot_ReturnValue) == 0x000108, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_GetCurrentWeaponPartSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_GetDisplayName_OutDisplayName) == 0x000110, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_GetDisplayName_OutHasText) == 0x000128, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, K2Node_Event_IsDesignTime) == 0x000129, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_IsValid_ReturnValue_1) == 0x00012A, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_Abs_Int_ReturnValue) == 0x00012C, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_Abs_Int_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_Max_ReturnValue) == 0x000130, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, Temp_int_Step_Size_Variable) == 0x000134, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::Temp_int_Step_Size_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_Create_ReturnValue) == 0x000138, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_GetCustomizationManager_ReturnValue) == 0x000140, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_GetCustomizationManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, K2Node_Event_NewFocusedButton) == 0x000148, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::K2Node_Event_NewFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_GetWeaponPart_ReturnValue) == 0x000150, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_GetWeaponPart_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_GetWeaponPart_ReturnValue_1) == 0x000158, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_GetWeaponPart_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_IsValid_ReturnValue_2) == 0x000160, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_GetCurrentWeaponPartSlot_ReturnValue_1) == 0x000168, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_GetCurrentWeaponPartSlot_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_GetUIManager_ReturnValue) == 0x000170, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, K2Node_CustomEvent_InActionInput) == 0x000178, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::K2Node_CustomEvent_InActionInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_PopStack_ReturnValue) == 0x000184, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, K2Node_SwitchName_CmpSuccess) == 0x000190, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_IsValid_ReturnValue_3) == 0x000191, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, K2Node_Event_SelectedButton) == 0x000198, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::K2Node_Event_SelectedButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_IsVisible_ReturnValue) == 0x0001A0, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_GetCurrentWeaponPartSlot_ReturnValue_2) == 0x0001A8, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_GetCurrentWeaponPartSlot_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_Not_PreBool_ReturnValue) == 0x0001B0, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, K2Node_Event_EquippedButton) == 0x0001B8, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::K2Node_Event_EquippedButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_BooleanAND_ReturnValue) == 0x0001C0, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_GetWeaponSlotInfo_OutEquippableSlot_1) == 0x0001C1, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_GetWeaponSlotInfo_OutEquippableSlot_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_GetWeaponSlotInfo_OutWeaponSlotIndex_1) == 0x0001C4, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_GetWeaponSlotInfo_OutWeaponSlotIndex_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, K2Node_Event_PreviousValue) == 0x0001C8, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, Temp_int_Index_Variable) == 0x0001D4, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::Temp_int_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, Temp_text_Variable) == 0x0001D8, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0001F0, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_Subtract_IntInt_ReturnValue) == 0x0001F4, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_Add_IntInt_ReturnValue) == 0x0001F8, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0001FC, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, Temp_text_Variable_1) == 0x000200, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, Temp_byte_Variable) == 0x000218, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, K2Node_Select_Default) == 0x000220, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, Temp_bool_Variable) == 0x000238, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_GetUIManager_ReturnValue_1) == 0x000240, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_IsPopupShowing_ReturnValue) == 0x000248, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_IsPopupShowing_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_AddChild_ReturnValue) == 0x000250, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_GetChildAt_ReturnValue) == 0x000258, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_IsValid_ReturnValue_4) == 0x000260, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, Temp_bool_Variable_1) == 0x000261, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, K2Node_Select_Default_1) == 0x000268, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, K2Node_Select_Default_2) == 0x000270, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000278, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x000280, "Member 'WBP_UI_WeaponModiferScreen_C_ExecuteUbergraph_WBP_UI_WeaponModiferScreen::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponModiferScreen_C_OnWeaponPartButtonEquipped \ +static_assert(alignof(WBP_UI_WeaponModiferScreen_C_OnWeaponPartButtonEquipped) == 0x000008, "Wrong alignment on WBP_UI_WeaponModiferScreen_C_OnWeaponPartButtonEquipped"); \ +static_assert(sizeof(WBP_UI_WeaponModiferScreen_C_OnWeaponPartButtonEquipped) == 0x000008, "Wrong size on WBP_UI_WeaponModiferScreen_C_OnWeaponPartButtonEquipped"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_OnWeaponPartButtonEquipped, EquippedButton) == 0x000000, "Member 'WBP_UI_WeaponModiferScreen_C_OnWeaponPartButtonEquipped::EquippedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponModiferScreen_C_OnWeaponPartButtonSelected \ +static_assert(alignof(WBP_UI_WeaponModiferScreen_C_OnWeaponPartButtonSelected) == 0x000008, "Wrong alignment on WBP_UI_WeaponModiferScreen_C_OnWeaponPartButtonSelected"); \ +static_assert(sizeof(WBP_UI_WeaponModiferScreen_C_OnWeaponPartButtonSelected) == 0x000008, "Wrong size on WBP_UI_WeaponModiferScreen_C_OnWeaponPartButtonSelected"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_OnWeaponPartButtonSelected, SelectedButton) == 0x000000, "Member 'WBP_UI_WeaponModiferScreen_C_OnWeaponPartButtonSelected::SelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponModiferScreen_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_UI_WeaponModiferScreen_C_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on WBP_UI_WeaponModiferScreen_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_UI_WeaponModiferScreen_C_OnControlsReferenceClicked) == 0x00000C, "Wrong size on WBP_UI_WeaponModiferScreen_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_OnControlsReferenceClicked, InActionInput) == 0x000000, "Member 'WBP_UI_WeaponModiferScreen_C_OnControlsReferenceClicked::InActionInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponModiferScreen_C_PreConstruct \ +static_assert(alignof(WBP_UI_WeaponModiferScreen_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_WeaponModiferScreen_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_WeaponModiferScreen_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_WeaponModiferScreen_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_WeaponModiferScreen_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponModiferScreen_C_NewWeaponPartFocused \ +static_assert(alignof(WBP_UI_WeaponModiferScreen_C_NewWeaponPartFocused) == 0x000008, "Wrong alignment on WBP_UI_WeaponModiferScreen_C_NewWeaponPartFocused"); \ +static_assert(sizeof(WBP_UI_WeaponModiferScreen_C_NewWeaponPartFocused) == 0x000008, "Wrong size on WBP_UI_WeaponModiferScreen_C_NewWeaponPartFocused"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_NewWeaponPartFocused, NewFocusedButton) == 0x000000, "Member 'WBP_UI_WeaponModiferScreen_C_NewWeaponPartFocused::NewFocusedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponModiferScreen_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_WeaponModiferScreen_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_WeaponModiferScreen_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_WeaponModiferScreen_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_WeaponModiferScreen_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_WeaponModiferScreen_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts \ +static_assert(alignof(WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts) == 0x000008, "Wrong alignment on WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts"); \ +static_assert(sizeof(WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts) == 0x000128, "Wrong size on WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts, InWeaponPart) == 0x000000, "Member 'WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts::InWeaponPart' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts, OutSlotNames) == 0x000008, "Member 'WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts::OutSlotNames' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts, bHasValues) == 0x000020, "Member 'WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts::bHasValues' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts, OutText) == 0x000028, "Member 'WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts::OutText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts, CallFunc_GetBlockedSlotNamesForWeaponPart_OutSlotNames) == 0x000040, "Member 'WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts::CallFunc_GetBlockedSlotNamesForWeaponPart_OutSlotNames' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts, Temp_int_Array_Index_Variable) == 0x000050, "Member 'WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts, CallFunc_Array_Get_Item) == 0x000058, "Member 'WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts, K2Node_MakeStruct_FormatArgumentData) == 0x000070, "Member 'WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts, CallFunc_Array_Length_ReturnValue_1) == 0x0000B0, "Member 'WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts, Temp_int_Loop_Counter_Variable) == 0x0000B4, "Member 'WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts, CallFunc_Greater_IntInt_ReturnValue) == 0x0000B8, "Member 'WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts, CallFunc_Less_IntInt_ReturnValue) == 0x0000B9, "Member 'WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts, CallFunc_Add_IntInt_ReturnValue) == 0x0000BC, "Member 'WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts, K2Node_MakeArray_Array) == 0x000100, "Member 'WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts, CallFunc_Format_ReturnValue) == 0x000110, "Member 'WBP_UI_WeaponModiferScreen_C_ConstructBlotSlotTexts::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference \ +static_assert(alignof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference) == 0x000008, "Wrong alignment on WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference"); \ +static_assert(sizeof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference) == 0x000450, "Wrong size on WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, Temp_bool_Variable_1) == 0x000001, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, Temp_byte_Variable) == 0x000002, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, Temp_text_Variable) == 0x000008, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, Temp_text_Variable_1) == 0x000020, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, Temp_text_Variable_2) == 0x000038, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, Temp_text_Variable_3) == 0x000050, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, K2Node_MakeStruct_SBZButtonControlReference) == 0x000068, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x0000A0, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, CallFunc_IsInputTypeController_ReturnValue) == 0x0000D8, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::CallFunc_IsInputTypeController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, K2Node_MakeStruct_SBZButtonControlReference_2) == 0x0000E0, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::K2Node_MakeStruct_SBZButtonControlReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, K2Node_MakeStruct_SBZButtonControlReference_3) == 0x000118, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::K2Node_MakeStruct_SBZButtonControlReference_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, CallFunc_IsInputTypeController_ReturnValue_1) == 0x000150, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::CallFunc_IsInputTypeController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, K2Node_MakeStruct_SBZButtonControlReference_4) == 0x000158, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::K2Node_MakeStruct_SBZButtonControlReference_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, K2Node_MakeStruct_SBZButtonControlReference_5) == 0x000190, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::K2Node_MakeStruct_SBZButtonControlReference_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, CallFunc_IsInputTypeController_ReturnValue_2) == 0x0001C8, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::CallFunc_IsInputTypeController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, K2Node_MakeStruct_SBZButtonControlReference_6) == 0x0001D0, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::K2Node_MakeStruct_SBZButtonControlReference_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, K2Node_MakeStruct_SBZButtonControlReference_7) == 0x000208, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::K2Node_MakeStruct_SBZButtonControlReference_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, K2Node_CreateDelegate_OutputDelegate) == 0x000240, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, K2Node_MakeArray_Array) == 0x000258, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, K2Node_MakeArray_Array_1) == 0x000268, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, Temp_bool_Variable_2) == 0x000278, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, K2Node_Select_Default) == 0x000280, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000290, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, Temp_bool_Variable_3) == 0x0002B8, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, K2Node_MakeStruct_SBZButtonControlReference_8) == 0x0002C0, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::K2Node_MakeStruct_SBZButtonControlReference_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, CallFunc_IsDefaultButton_ReturnValue) == 0x0002F8, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::CallFunc_IsDefaultButton_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, K2Node_MakeArray_Array_2) == 0x000300, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, K2Node_MakeArray_Array_3) == 0x000310, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, CallFunc_IsValid_ReturnValue) == 0x000320, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, K2Node_Select_Default_1) == 0x000328, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, CallFunc_GetPartApplyStatus_ReturnValue) == 0x000338, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::CallFunc_GetPartApplyStatus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, K2Node_MakeStruct_SBZButtonControlReference_9) == 0x000340, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::K2Node_MakeStruct_SBZButtonControlReference_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000378, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, K2Node_Select_Default_2) == 0x000380, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, K2Node_CreateDelegate_OutputDelegate_1) == 0x000398, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, K2Node_MakeStruct_SBZButtonControlReference_10) == 0x0003B0, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::K2Node_MakeStruct_SBZButtonControlReference_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, K2Node_MakeArray_Array_4) == 0x0003E8, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, K2Node_MakeArray_Array_5) == 0x0003F8, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, K2Node_Select_Default_3) == 0x000408, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, K2Node_Select_Default_4) == 0x000418, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference, K2Node_MakeStruct_SBZButtonControlsReference_1) == 0x000428, "Member 'WBP_UI_WeaponModiferScreen_C_UpdateActiveButtonControlsReference::K2Node_MakeStruct_SBZButtonControlsReference_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponModiferScreen_C_SetPartPadding \ +static_assert(alignof(WBP_UI_WeaponModiferScreen_C_SetPartPadding) == 0x000008, "Wrong alignment on WBP_UI_WeaponModiferScreen_C_SetPartPadding"); \ +static_assert(sizeof(WBP_UI_WeaponModiferScreen_C_SetPartPadding) == 0x000040, "Wrong size on WBP_UI_WeaponModiferScreen_C_SetPartPadding"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_SetPartPadding, Temp_int_Variable) == 0x000000, "Member 'WBP_UI_WeaponModiferScreen_C_SetPartPadding::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_SetPartPadding, CallFunc_GetChildAt_ReturnValue) == 0x000008, "Member 'WBP_UI_WeaponModiferScreen_C_SetPartPadding::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_SetPartPadding, CallFunc_GetChildrenCount_ReturnValue) == 0x000010, "Member 'WBP_UI_WeaponModiferScreen_C_SetPartPadding::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_SetPartPadding, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue) == 0x000018, "Member 'WBP_UI_WeaponModiferScreen_C_SetPartPadding::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_SetPartPadding, CallFunc_Subtract_IntInt_ReturnValue) == 0x000020, "Member 'WBP_UI_WeaponModiferScreen_C_SetPartPadding::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_SetPartPadding, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'WBP_UI_WeaponModiferScreen_C_SetPartPadding::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_SetPartPadding, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000028, "Member 'WBP_UI_WeaponModiferScreen_C_SetPartPadding::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponModiferScreen_C_SetPartPadding, K2Node_MakeStruct_Margin) == 0x00002C, "Member 'WBP_UI_WeaponModiferScreen_C_SetPartPadding::K2Node_MakeStruct_Margin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_WeaponModiferScreen_C \ +static_assert(alignof(UWBP_UI_WeaponModiferScreen_C) == 0x000008, "Wrong alignment on UWBP_UI_WeaponModiferScreen_C"); \ +static_assert(sizeof(UWBP_UI_WeaponModiferScreen_C) == 0x000448, "Wrong size on UWBP_UI_WeaponModiferScreen_C"); \ +static_assert(offsetof(UWBP_UI_WeaponModiferScreen_C, UberGraphFrame) == 0x0003D8, "Member 'UWBP_UI_WeaponModiferScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponModiferScreen_C, Intro) == 0x0003E0, "Member 'UWBP_UI_WeaponModiferScreen_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponModiferScreen_C, Image_TransactionScreen) == 0x0003E8, "Member 'UWBP_UI_WeaponModiferScreen_C::Image_TransactionScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponModiferScreen_C, Overlay_PartDescription) == 0x0003F0, "Member 'UWBP_UI_WeaponModiferScreen_C::Overlay_PartDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponModiferScreen_C, ScreenTitle) == 0x0003F8, "Member 'UWBP_UI_WeaponModiferScreen_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponModiferScreen_C, Text_Blocking) == 0x000400, "Member 'UWBP_UI_WeaponModiferScreen_C::Text_Blocking' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponModiferScreen_C, Text_UnlockLevel) == 0x000408, "Member 'UWBP_UI_WeaponModiferScreen_C::Text_UnlockLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponModiferScreen_C, TitleHeader_T) == 0x000410, "Member 'UWBP_UI_WeaponModiferScreen_C::TitleHeader_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponModiferScreen_C, WBP_UI_Widget_WeaponStats) == 0x000418, "Member 'UWBP_UI_WeaponModiferScreen_C::WBP_UI_Widget_WeaponStats' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponModiferScreen_C, WeaponHeader_T) == 0x000420, "Member 'UWBP_UI_WeaponModiferScreen_C::WeaponHeader_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponModiferScreen_C, Widget_BuyItemButton) == 0x000428, "Member 'UWBP_UI_WeaponModiferScreen_C::Widget_BuyItemButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponModiferScreen_C, Widget_ItemDescription) == 0x000430, "Member 'UWBP_UI_WeaponModiferScreen_C::Widget_ItemDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponModiferScreen_C, Widget_WeaponProgressionDisplay) == 0x000438, "Member 'UWBP_UI_WeaponModiferScreen_C::Widget_WeaponProgressionDisplay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponModiferScreen_C, ActiveButton) == 0x000440, "Member 'UWBP_UI_WeaponModiferScreen_C::ActiveButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BaseEquipmentBag_C_ExecuteUbergraph_BP_BaseEquipmentBag \ +static_assert(alignof(BP_BaseEquipmentBag_C_ExecuteUbergraph_BP_BaseEquipmentBag) == 0x000004, "Wrong alignment on BP_BaseEquipmentBag_C_ExecuteUbergraph_BP_BaseEquipmentBag"); \ +static_assert(sizeof(BP_BaseEquipmentBag_C_ExecuteUbergraph_BP_BaseEquipmentBag) == 0x000008, "Wrong size on BP_BaseEquipmentBag_C_ExecuteUbergraph_BP_BaseEquipmentBag"); \ +static_assert(offsetof(BP_BaseEquipmentBag_C_ExecuteUbergraph_BP_BaseEquipmentBag, EntryPoint) == 0x000000, "Member 'BP_BaseEquipmentBag_C_ExecuteUbergraph_BP_BaseEquipmentBag::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseEquipmentBag_C_ExecuteUbergraph_BP_BaseEquipmentBag, K2Node_Event_bIsAttached) == 0x000004, "Member 'BP_BaseEquipmentBag_C_ExecuteUbergraph_BP_BaseEquipmentBag::K2Node_Event_bIsAttached' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseEquipmentBag_C_ExecuteUbergraph_BP_BaseEquipmentBag, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'BP_BaseEquipmentBag_C_ExecuteUbergraph_BP_BaseEquipmentBag::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BaseEquipmentBag_C_BP_OnZiplineAttachmentChanged \ +static_assert(alignof(BP_BaseEquipmentBag_C_BP_OnZiplineAttachmentChanged) == 0x000001, "Wrong alignment on BP_BaseEquipmentBag_C_BP_OnZiplineAttachmentChanged"); \ +static_assert(sizeof(BP_BaseEquipmentBag_C_BP_OnZiplineAttachmentChanged) == 0x000001, "Wrong size on BP_BaseEquipmentBag_C_BP_OnZiplineAttachmentChanged"); \ +static_assert(offsetof(BP_BaseEquipmentBag_C_BP_OnZiplineAttachmentChanged, bIsAttached) == 0x000000, "Member 'BP_BaseEquipmentBag_C_BP_OnZiplineAttachmentChanged::bIsAttached' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_BaseEquipmentBag_C \ +static_assert(alignof(ABP_BaseEquipmentBag_C) == 0x000008, "Wrong alignment on ABP_BaseEquipmentBag_C"); \ +static_assert(sizeof(ABP_BaseEquipmentBag_C) == 0x000358, "Wrong size on ABP_BaseEquipmentBag_C"); \ +static_assert(offsetof(ABP_BaseEquipmentBag_C, UberGraphFrame) == 0x000350, "Member 'ABP_BaseEquipmentBag_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InstantLoot_NecklaceBust_C_OnLooted \ +static_assert(alignof(BP_InstantLoot_NecklaceBust_C_OnLooted) == 0x000001, "Wrong alignment on BP_InstantLoot_NecklaceBust_C_OnLooted"); \ +static_assert(sizeof(BP_InstantLoot_NecklaceBust_C_OnLooted) == 0x000001, "Wrong size on BP_InstantLoot_NecklaceBust_C_OnLooted"); \ +static_assert(offsetof(BP_InstantLoot_NecklaceBust_C_OnLooted, bDoCosmetics) == 0x000000, "Member 'BP_InstantLoot_NecklaceBust_C_OnLooted::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InstantLoot_NecklaceBust_C_ExecuteUbergraph_BP_InstantLoot_NecklaceBust \ +static_assert(alignof(BP_InstantLoot_NecklaceBust_C_ExecuteUbergraph_BP_InstantLoot_NecklaceBust) == 0x000004, "Wrong alignment on BP_InstantLoot_NecklaceBust_C_ExecuteUbergraph_BP_InstantLoot_NecklaceBust"); \ +static_assert(sizeof(BP_InstantLoot_NecklaceBust_C_ExecuteUbergraph_BP_InstantLoot_NecklaceBust) == 0x000008, "Wrong size on BP_InstantLoot_NecklaceBust_C_ExecuteUbergraph_BP_InstantLoot_NecklaceBust"); \ +static_assert(offsetof(BP_InstantLoot_NecklaceBust_C_ExecuteUbergraph_BP_InstantLoot_NecklaceBust, EntryPoint) == 0x000000, "Member 'BP_InstantLoot_NecklaceBust_C_ExecuteUbergraph_BP_InstantLoot_NecklaceBust::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InstantLoot_NecklaceBust_C_ExecuteUbergraph_BP_InstantLoot_NecklaceBust, K2Node_Event_bDoCosmetics) == 0x000004, "Member 'BP_InstantLoot_NecklaceBust_C_ExecuteUbergraph_BP_InstantLoot_NecklaceBust::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InstantLoot_NecklaceBust_C \ +static_assert(alignof(ABP_InstantLoot_NecklaceBust_C) == 0x000008, "Wrong alignment on ABP_InstantLoot_NecklaceBust_C"); \ +static_assert(sizeof(ABP_InstantLoot_NecklaceBust_C) == 0x000300, "Wrong size on ABP_InstantLoot_NecklaceBust_C"); \ +static_assert(offsetof(ABP_InstantLoot_NecklaceBust_C, UberGraphFrame) == 0x0002E0, "Member 'ABP_InstantLoot_NecklaceBust_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_InstantLoot_NecklaceBust_C, SBZAIObjective) == 0x0002E8, "Member 'ABP_InstantLoot_NecklaceBust_C::SBZAIObjective' has a wrong offset!"); \ +static_assert(offsetof(ABP_InstantLoot_NecklaceBust_C, Jewerly) == 0x0002F0, "Member 'ABP_InstantLoot_NecklaceBust_C::Jewerly' has a wrong offset!"); \ +static_assert(offsetof(ABP_InstantLoot_NecklaceBust_C, Bust) == 0x0002F8, "Member 'ABP_InstantLoot_NecklaceBust_C::Bust' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen \ +static_assert(alignof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen) == 0x000008, "Wrong alignment on WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen"); \ +static_assert(sizeof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen) == 0x000378, "Wrong size on WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, EntryPoint) == 0x000000, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, Temp_bool_Variable) == 0x000004, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_Event_PreviousValue) == 0x000008, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, Temp_bool_Variable_1) == 0x000014, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_GetChildAt_ReturnValue) == 0x000018, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_GetChildAt_ReturnValue_1) == 0x000020, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_GetChildAt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_Event_SelectedButton) == 0x000030, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_Event_SelectedButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_Event_bIsFocused) == 0x000038, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_Event_bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, Temp_byte_Variable) == 0x000039, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_DynamicCast_AsSBZMain_Menu_Loadout_Weapon_Slot_Button) == 0x000040, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_DynamicCast_AsSBZMain_Menu_Loadout_Weapon_Slot_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_IsPresetWeaponSlot_ReturnValue) == 0x000049, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_IsPresetWeaponSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_CanDiscardWeaponIndex_ReturnValue) == 0x00004A, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_CanDiscardWeaponIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_GetEquippableSlot_ReturnValue) == 0x00004B, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_GetEquippableSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_IsEmpty_ReturnValue) == 0x00004C, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_GetUIManager_ReturnValue) == 0x000050, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_CustomEvent_InActionInput) == 0x000058, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_CustomEvent_InActionInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_PopStack_ReturnValue) == 0x000064, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_SwitchName_CmpSuccess) == 0x000070, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, Temp_byte_Variable_1) == 0x000071, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, Temp_byte_Variable_2) == 0x000072, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, Temp_text_Variable) == 0x000078, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_GetUIManager_ReturnValue_1) == 0x000090, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_DynamicCast_AsWBP_UI_Inventory_Weapon_Slot_Button) == 0x000098, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_DynamicCast_AsWBP_UI_Inventory_Weapon_Slot_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_DynamicCast_bSuccess_1) == 0x0000A0, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_GetMenuWidget_ReturnValue) == 0x0000A8, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_GetWeaponSlotIndex_ReturnValue) == 0x0000B0, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_GetWeaponSlotIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_DynamicCast_AsSBZMain_Menu_Widget) == 0x0000B8, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_DynamicCast_AsSBZMain_Menu_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_DynamicCast_bSuccess_2) == 0x0000C0, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_CustomizeWeaponInSlotTemp_ReturnValue) == 0x0000C1, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_CustomizeWeaponInSlotTemp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_IsValid_ReturnValue_1) == 0x0000C2, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_ComponentBoundEvent_Button) == 0x0000C8, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_ComponentBoundEvent_bIsEnabled) == 0x0000D0, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference) == 0x0000D8, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000110, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_MakeArray_Array) == 0x000148, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_GetChildrenCount_ReturnValue) == 0x000158, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_Subtract_IntInt_ReturnValue) == 0x00015C, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000160, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_Clamp_ReturnValue) == 0x000164, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_GetChildAt_ReturnValue_2) == 0x000168, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_GetChildAt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_GetChildAt_ReturnValue_3) == 0x000170, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_GetChildAt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_IsValid_ReturnValue_2) == 0x000178, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, Temp_text_Variable_1) == 0x000180, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_GetChildAt_ReturnValue_4) == 0x000198, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_GetChildAt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_IsValid_ReturnValue_3) == 0x0001A0, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, Temp_byte_Variable_3) == 0x0001A1, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_Select_Default) == 0x0001A8, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, Temp_bool_Variable_2) == 0x0001C0, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_Select_Default_1) == 0x0001C8, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, Temp_bool_Variable_3) == 0x0001D0, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_DynamicCast_AsWBP_UI_Inventory_Weapon_Slot_Button_1) == 0x0001D8, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_DynamicCast_AsWBP_UI_Inventory_Weapon_Slot_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_DynamicCast_bSuccess_3) == 0x0001E0, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_GetWeaponSlotIndex_ReturnValue_1) == 0x0001E4, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_GetWeaponSlotIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_Select_Default_2) == 0x0001E8, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_TryDiscardWeaponInIndex_ReturnValue) == 0x0001F0, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_TryDiscardWeaponInIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_CanDiscardWeaponIndex_ReturnValue_1) == 0x0001F1, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_CanDiscardWeaponIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_Select_Default_3) == 0x0001F2, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_GetUIManager_ReturnValue_2) == 0x0001F8, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_GetUIManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_PopStack_ReturnValue_1) == 0x000200, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_PopStack_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_GetMenuWidget_ReturnValue_1) == 0x000210, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_GetMenuWidget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_DynamicCast_AsSBZMain_Menu_Widget_1) == 0x000218, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_DynamicCast_AsSBZMain_Menu_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_DynamicCast_bSuccess_4) == 0x000220, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x000228, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_MakeLiteralName_ReturnValue) == 0x000230, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_GetUIManager_ReturnValue_3) == 0x000240, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_GetUIManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_DynamicCast_AsWBP_UI_Inventory_Weapon_Slot_Button_2) == 0x000248, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_DynamicCast_AsWBP_UI_Inventory_Weapon_Slot_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_DynamicCast_bSuccess_5) == 0x000250, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_GetMenuWidget_ReturnValue_2) == 0x000258, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_GetMenuWidget_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_GetWeaponSlotIndex_ReturnValue_2) == 0x000260, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_GetWeaponSlotIndex_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_DynamicCast_AsSBZMain_Menu_Widget_2) == 0x000268, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_DynamicCast_AsSBZMain_Menu_Widget_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_DynamicCast_bSuccess_6) == 0x000270, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_Event_bIsWeaponDiscarded) == 0x000271, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_Event_bIsWeaponDiscarded' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_GetChildAt_ReturnValue_5) == 0x000278, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_GetChildAt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_IsValid_ReturnValue_4) == 0x000280, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_Select_Default_4) == 0x000288, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_GetGameMode_ReturnValue) == 0x000290, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, Temp_bool_Variable_4) == 0x000298, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu) == 0x0002A0, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_DynamicCast_bSuccess_7) == 0x0002A8, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_GetMainMenuState_ReturnValue) == 0x0002A9, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_GetMainMenuState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_Select_Default_5) == 0x0002B0, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0002C0, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_BooleanOR_ReturnValue) == 0x0002C1, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, Temp_bool_Variable_5) == 0x0002C2, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_2) == 0x0002C8, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference_3) == 0x000300, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_Select_Default_6) == 0x000338, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_MakeArray_Array_1) == 0x000340, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_DynamicCast_AsSBZMenu_Button) == 0x000350, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_DynamicCast_AsSBZMenu_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_DynamicCast_bSuccess_8) == 0x000358, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_Event_IsDesignTime) == 0x000359, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, CallFunc_PlayAnimation_ReturnValue) == 0x000360, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen, K2Node_Select_Default_7) == 0x000368, "Member 'WBP_UI_WeaponInventoryScreen_C_ExecuteUbergraph_WBP_UI_WeaponInventoryScreen::K2Node_Select_Default_7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponInventoryScreen_C_PreConstruct \ +static_assert(alignof(WBP_UI_WeaponInventoryScreen_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_WeaponInventoryScreen_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_WeaponInventoryScreen_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_WeaponInventoryScreen_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_WeaponInventoryScreen_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponInventoryScreen_C_OnWeaponInSlotDiscarded \ +static_assert(alignof(WBP_UI_WeaponInventoryScreen_C_OnWeaponInSlotDiscarded) == 0x000001, "Wrong alignment on WBP_UI_WeaponInventoryScreen_C_OnWeaponInSlotDiscarded"); \ +static_assert(sizeof(WBP_UI_WeaponInventoryScreen_C_OnWeaponInSlotDiscarded) == 0x000001, "Wrong size on WBP_UI_WeaponInventoryScreen_C_OnWeaponInSlotDiscarded"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_OnWeaponInSlotDiscarded, bIsWeaponDiscarded) == 0x000000, "Member 'WBP_UI_WeaponInventoryScreen_C_OnWeaponInSlotDiscarded::bIsWeaponDiscarded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponInventoryScreen_C_BndEvt__WBP_UI_WeaponInventoryScreen_Button_WeaponSlotStoreItem_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_WeaponInventoryScreen_C_BndEvt__WBP_UI_WeaponInventoryScreen_Button_WeaponSlotStoreItem_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_WeaponInventoryScreen_C_BndEvt__WBP_UI_WeaponInventoryScreen_Button_WeaponSlotStoreItem_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_WeaponInventoryScreen_C_BndEvt__WBP_UI_WeaponInventoryScreen_Button_WeaponSlotStoreItem_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_WeaponInventoryScreen_C_BndEvt__WBP_UI_WeaponInventoryScreen_Button_WeaponSlotStoreItem_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_BndEvt__WBP_UI_WeaponInventoryScreen_Button_WeaponSlotStoreItem_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_WeaponInventoryScreen_C_BndEvt__WBP_UI_WeaponInventoryScreen_Button_WeaponSlotStoreItem_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_BndEvt__WBP_UI_WeaponInventoryScreen_Button_WeaponSlotStoreItem_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_WeaponInventoryScreen_C_BndEvt__WBP_UI_WeaponInventoryScreen_Button_WeaponSlotStoreItem_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponInventoryScreen_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_UI_WeaponInventoryScreen_C_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on WBP_UI_WeaponInventoryScreen_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_UI_WeaponInventoryScreen_C_OnControlsReferenceClicked) == 0x00000C, "Wrong size on WBP_UI_WeaponInventoryScreen_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_OnControlsReferenceClicked, InActionInput) == 0x000000, "Member 'WBP_UI_WeaponInventoryScreen_C_OnControlsReferenceClicked::InActionInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponInventoryScreen_C_WeaponSlotButtonFocusedChanged \ +static_assert(alignof(WBP_UI_WeaponInventoryScreen_C_WeaponSlotButtonFocusedChanged) == 0x000008, "Wrong alignment on WBP_UI_WeaponInventoryScreen_C_WeaponSlotButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_WeaponInventoryScreen_C_WeaponSlotButtonFocusedChanged) == 0x000010, "Wrong size on WBP_UI_WeaponInventoryScreen_C_WeaponSlotButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_WeaponSlotButtonFocusedChanged, SelectedButton) == 0x000000, "Member 'WBP_UI_WeaponInventoryScreen_C_WeaponSlotButtonFocusedChanged::SelectedButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_WeaponSlotButtonFocusedChanged, bIsFocused) == 0x000008, "Member 'WBP_UI_WeaponInventoryScreen_C_WeaponSlotButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponInventoryScreen_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_WeaponInventoryScreen_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_WeaponInventoryScreen_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_WeaponInventoryScreen_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_WeaponInventoryScreen_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_WeaponInventoryScreen_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponInventoryScreen_C_RegisterButtons \ +static_assert(alignof(WBP_UI_WeaponInventoryScreen_C_RegisterButtons) == 0x000008, "Wrong alignment on WBP_UI_WeaponInventoryScreen_C_RegisterButtons"); \ +static_assert(sizeof(WBP_UI_WeaponInventoryScreen_C_RegisterButtons) == 0x000130, "Wrong size on WBP_UI_WeaponInventoryScreen_C_RegisterButtons"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_RegisterButtons, ActionList_0) == 0x000000, "Member 'WBP_UI_WeaponInventoryScreen_C_RegisterButtons::ActionList_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_RegisterButtons, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'WBP_UI_WeaponInventoryScreen_C_RegisterButtons::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_RegisterButtons, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_UI_WeaponInventoryScreen_C_RegisterButtons::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_RegisterButtons, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_UI_WeaponInventoryScreen_C_RegisterButtons::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_RegisterButtons, Temp_int_Array_Index_Variable_1) == 0x00001C, "Member 'WBP_UI_WeaponInventoryScreen_C_RegisterButtons::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_RegisterButtons, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'WBP_UI_WeaponInventoryScreen_C_RegisterButtons::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_RegisterButtons, Temp_int_Loop_Counter_Variable_1) == 0x000034, "Member 'WBP_UI_WeaponInventoryScreen_C_RegisterButtons::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_RegisterButtons, CallFunc_Add_IntInt_ReturnValue_1) == 0x000038, "Member 'WBP_UI_WeaponInventoryScreen_C_RegisterButtons::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_RegisterButtons, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000040, "Member 'WBP_UI_WeaponInventoryScreen_C_RegisterButtons::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_RegisterButtons, CallFunc_Array_Get_Item) == 0x000068, "Member 'WBP_UI_WeaponInventoryScreen_C_RegisterButtons::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_RegisterButtons, CallFunc_Array_Length_ReturnValue) == 0x0000A0, "Member 'WBP_UI_WeaponInventoryScreen_C_RegisterButtons::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_RegisterButtons, CallFunc_Less_IntInt_ReturnValue) == 0x0000A4, "Member 'WBP_UI_WeaponInventoryScreen_C_RegisterButtons::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_RegisterButtons, K2Node_SwitchName_CmpSuccess) == 0x0000A5, "Member 'WBP_UI_WeaponInventoryScreen_C_RegisterButtons::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_RegisterButtons, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000A8, "Member 'WBP_UI_WeaponInventoryScreen_C_RegisterButtons::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_RegisterButtons, CallFunc_Array_Get_Item_1) == 0x0000C0, "Member 'WBP_UI_WeaponInventoryScreen_C_RegisterButtons::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_RegisterButtons, CallFunc_Array_Length_ReturnValue_1) == 0x0000F8, "Member 'WBP_UI_WeaponInventoryScreen_C_RegisterButtons::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_RegisterButtons, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000FC, "Member 'WBP_UI_WeaponInventoryScreen_C_RegisterButtons::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_RegisterButtons, CallFunc_NotEqual_NameName_ReturnValue) == 0x0000FD, "Member 'WBP_UI_WeaponInventoryScreen_C_RegisterButtons::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_RegisterButtons, CallFunc_NotEqual_NameName_ReturnValue_1) == 0x0000FE, "Member 'WBP_UI_WeaponInventoryScreen_C_RegisterButtons::CallFunc_NotEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_RegisterButtons, K2Node_CreateDelegate_OutputDelegate_2) == 0x000100, "Member 'WBP_UI_WeaponInventoryScreen_C_RegisterButtons::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_RegisterButtons, CallFunc_BooleanAND_ReturnValue) == 0x000114, "Member 'WBP_UI_WeaponInventoryScreen_C_RegisterButtons::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_RegisterButtons, K2Node_CreateDelegate_OutputDelegate_3) == 0x000118, "Member 'WBP_UI_WeaponInventoryScreen_C_RegisterButtons::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponInventoryScreen_C_Do_Custom_Navigation \ +static_assert(alignof(WBP_UI_WeaponInventoryScreen_C_Do_Custom_Navigation) == 0x000008, "Wrong alignment on WBP_UI_WeaponInventoryScreen_C_Do_Custom_Navigation"); \ +static_assert(sizeof(WBP_UI_WeaponInventoryScreen_C_Do_Custom_Navigation) == 0x000010, "Wrong size on WBP_UI_WeaponInventoryScreen_C_Do_Custom_Navigation"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_Do_Custom_Navigation, Navigation_0) == 0x000000, "Member 'WBP_UI_WeaponInventoryScreen_C_Do_Custom_Navigation::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_Do_Custom_Navigation, ReturnValue) == 0x000008, "Member 'WBP_UI_WeaponInventoryScreen_C_Do_Custom_Navigation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponInventoryScreen_C_SetActiveButton \ +static_assert(alignof(WBP_UI_WeaponInventoryScreen_C_SetActiveButton) == 0x000008, "Wrong alignment on WBP_UI_WeaponInventoryScreen_C_SetActiveButton"); \ +static_assert(sizeof(WBP_UI_WeaponInventoryScreen_C_SetActiveButton) == 0x000010, "Wrong size on WBP_UI_WeaponInventoryScreen_C_SetActiveButton"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_SetActiveButton, NewButton) == 0x000000, "Member 'WBP_UI_WeaponInventoryScreen_C_SetActiveButton::NewButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_SetActiveButton, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_UI_WeaponInventoryScreen_C_SetActiveButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_SetActiveButton, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000009, "Member 'WBP_UI_WeaponInventoryScreen_C_SetActiveButton::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_SetActiveButton, CallFunc_BooleanAND_ReturnValue) == 0x00000A, "Member 'WBP_UI_WeaponInventoryScreen_C_SetActiveButton::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_WeaponInventoryScreen_C_EnableCustomOptions \ +static_assert(alignof(WBP_UI_WeaponInventoryScreen_C_EnableCustomOptions) == 0x000001, "Wrong alignment on WBP_UI_WeaponInventoryScreen_C_EnableCustomOptions"); \ +static_assert(sizeof(WBP_UI_WeaponInventoryScreen_C_EnableCustomOptions) == 0x000009, "Wrong size on WBP_UI_WeaponInventoryScreen_C_EnableCustomOptions"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_EnableCustomOptions, IsEnabled) == 0x000000, "Member 'WBP_UI_WeaponInventoryScreen_C_EnableCustomOptions::IsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_EnableCustomOptions, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_WeaponInventoryScreen_C_EnableCustomOptions::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_EnableCustomOptions, Temp_bool_Variable_1) == 0x000002, "Member 'WBP_UI_WeaponInventoryScreen_C_EnableCustomOptions::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_EnableCustomOptions, Temp_bool_Variable_2) == 0x000003, "Member 'WBP_UI_WeaponInventoryScreen_C_EnableCustomOptions::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_EnableCustomOptions, Temp_byte_Variable) == 0x000004, "Member 'WBP_UI_WeaponInventoryScreen_C_EnableCustomOptions::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_EnableCustomOptions, Temp_byte_Variable_1) == 0x000005, "Member 'WBP_UI_WeaponInventoryScreen_C_EnableCustomOptions::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_EnableCustomOptions, Temp_bool_Variable_3) == 0x000006, "Member 'WBP_UI_WeaponInventoryScreen_C_EnableCustomOptions::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_EnableCustomOptions, K2Node_Select_Default) == 0x000007, "Member 'WBP_UI_WeaponInventoryScreen_C_EnableCustomOptions::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_WeaponInventoryScreen_C_EnableCustomOptions, K2Node_Select_Default_1) == 0x000008, "Member 'WBP_UI_WeaponInventoryScreen_C_EnableCustomOptions::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_WeaponInventoryScreen_C \ +static_assert(alignof(UWBP_UI_WeaponInventoryScreen_C) == 0x000008, "Wrong alignment on UWBP_UI_WeaponInventoryScreen_C"); \ +static_assert(sizeof(UWBP_UI_WeaponInventoryScreen_C) == 0x0004A8, "Wrong size on UWBP_UI_WeaponInventoryScreen_C"); \ +static_assert(offsetof(UWBP_UI_WeaponInventoryScreen_C, UberGraphFrame) == 0x0003D8, "Member 'UWBP_UI_WeaponInventoryScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponInventoryScreen_C, Intro) == 0x0003E0, "Member 'UWBP_UI_WeaponInventoryScreen_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponInventoryScreen_C, PopUpAppearing) == 0x0003E8, "Member 'UWBP_UI_WeaponInventoryScreen_C::PopUpAppearing' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponInventoryScreen_C, CosmeticButton_B) == 0x0003F0, "Member 'UWBP_UI_WeaponInventoryScreen_C::CosmeticButton_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponInventoryScreen_C, CosmeticButtonKey) == 0x0003F8, "Member 'UWBP_UI_WeaponInventoryScreen_C::CosmeticButtonKey' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponInventoryScreen_C, CustomizeButton_B) == 0x000400, "Member 'UWBP_UI_WeaponInventoryScreen_C::CustomizeButton_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponInventoryScreen_C, CustomizeButtonKey) == 0x000408, "Member 'UWBP_UI_WeaponInventoryScreen_C::CustomizeButtonKey' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponInventoryScreen_C, ItemScrollBox) == 0x000410, "Member 'UWBP_UI_WeaponInventoryScreen_C::ItemScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponInventoryScreen_C, ScreenTitle) == 0x000418, "Member 'UWBP_UI_WeaponInventoryScreen_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponInventoryScreen_C, Text_WeaponSlot) == 0x000420, "Member 'UWBP_UI_WeaponInventoryScreen_C::Text_WeaponSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponInventoryScreen_C, WBP_UI_ContentBackground) == 0x000428, "Member 'UWBP_UI_WeaponInventoryScreen_C::WBP_UI_ContentBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponInventoryScreen_C, Widget_WeaponSlotDisplayPanel) == 0x000430, "Member 'UWBP_UI_WeaponInventoryScreen_C::Widget_WeaponSlotDisplayPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponInventoryScreen_C, ActiveButton) == 0x000438, "Member 'UWBP_UI_WeaponInventoryScreen_C::ActiveButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponInventoryScreen_C, BlackMarketStackValue) == 0x000440, "Member 'UWBP_UI_WeaponInventoryScreen_C::BlackMarketStackValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponInventoryScreen_C, ActionList) == 0x000450, "Member 'UWBP_UI_WeaponInventoryScreen_C::ActionList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponInventoryScreen_C, NonCustomizableWeaponControlsReference) == 0x000460, "Member 'UWBP_UI_WeaponInventoryScreen_C::NonCustomizableWeaponControlsReference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponInventoryScreen_C, NonCustomizableDiscardableWeaponControlsReference) == 0x000470, "Member 'UWBP_UI_WeaponInventoryScreen_C::NonCustomizableDiscardableWeaponControlsReference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponInventoryScreen_C, DiscardableWeaponControlsReference) == 0x000480, "Member 'UWBP_UI_WeaponInventoryScreen_C::DiscardableWeaponControlsReference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponInventoryScreen_C, WeaponControlsReference) == 0x000490, "Member 'UWBP_UI_WeaponInventoryScreen_C::WeaponControlsReference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_WeaponInventoryScreen_C, LastActiveButton) == 0x0004A0, "Member 'UWBP_UI_WeaponInventoryScreen_C::LastActiveButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen \ +static_assert(alignof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen) == 0x000008, "Wrong alignment on WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen"); \ +static_assert(sizeof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen) == 0x0001B8, "Wrong size on WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, EntryPoint) == 0x000000, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, Temp_text_Variable) == 0x000008, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, K2Node_DynamicCast_AsWBP_UI_Inventory_Item_Slot_Button) == 0x000020, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::K2Node_DynamicCast_AsWBP_UI_Inventory_Item_Slot_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, CallFunc_GetItemData_ReturnValue) == 0x000030, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::CallFunc_GetItemData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, Temp_text_Variable_1) == 0x000038, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, Temp_bool_Variable) == 0x000050, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, Temp_byte_Variable) == 0x000051, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, Temp_byte_Variable_1) == 0x000052, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, K2Node_Event_PreviousValue) == 0x000054, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, CallFunc_GetUIManager_ReturnValue) == 0x000060, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, CallFunc_PopStack_ReturnValue) == 0x000068, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, K2Node_CustomEvent_InActionInput) == 0x000074, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::K2Node_CustomEvent_InActionInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, Temp_text_Variable_2) == 0x000080, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, K2Node_SwitchName_CmpSuccess) == 0x000098, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, K2Node_CreateDelegate_OutputDelegate) == 0x00009C, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, K2Node_MakeStruct_SBZButtonControlReference) == 0x0000B0, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, K2Node_Event_SelectedButton_1) == 0x0000E8, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::K2Node_Event_SelectedButton_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, K2Node_Event_bIsFocused) == 0x0000F0, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::K2Node_Event_bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, K2Node_MakeArray_Array) == 0x0000F8, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000108, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, Temp_text_Variable_3) == 0x000130, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, CallFunc_IsValid_ReturnValue) == 0x000148, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, K2Node_Event_SelectedButton) == 0x000150, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::K2Node_Event_SelectedButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000158, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000159, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, Temp_text_Variable_4) == 0x000160, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, CallFunc_IsValid_ReturnValue_1) == 0x000178, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000179, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, Temp_byte_Variable_2) == 0x00017A, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, K2Node_Select_Default) == 0x00017B, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, K2Node_Select_Default_1) == 0x000180, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, CallFunc_GetValidValue_ReturnValue) == 0x000198, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, CallFunc_PlayAnimationForward_ReturnValue) == 0x0001A0, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, K2Node_CustomEvent_Button) == 0x0001A8, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::K2Node_CustomEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen, K2Node_CustomEvent_bIsEnabled) == 0x0001B0, "Member 'WBP_UI_ItemInventoryScreen_C_ExecuteUbergraph_WBP_UI_ItemInventoryScreen::K2Node_CustomEvent_bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ItemInventoryScreen_C_OnEmptySlotFocus \ +static_assert(alignof(WBP_UI_ItemInventoryScreen_C_OnEmptySlotFocus) == 0x000008, "Wrong alignment on WBP_UI_ItemInventoryScreen_C_OnEmptySlotFocus"); \ +static_assert(sizeof(WBP_UI_ItemInventoryScreen_C_OnEmptySlotFocus) == 0x000010, "Wrong size on WBP_UI_ItemInventoryScreen_C_OnEmptySlotFocus"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OnEmptySlotFocus, Button) == 0x000000, "Member 'WBP_UI_ItemInventoryScreen_C_OnEmptySlotFocus::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OnEmptySlotFocus, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_ItemInventoryScreen_C_OnEmptySlotFocus::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ItemInventoryScreen_C_OnItemSlotButtonSelected \ +static_assert(alignof(WBP_UI_ItemInventoryScreen_C_OnItemSlotButtonSelected) == 0x000008, "Wrong alignment on WBP_UI_ItemInventoryScreen_C_OnItemSlotButtonSelected"); \ +static_assert(sizeof(WBP_UI_ItemInventoryScreen_C_OnItemSlotButtonSelected) == 0x000008, "Wrong size on WBP_UI_ItemInventoryScreen_C_OnItemSlotButtonSelected"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OnItemSlotButtonSelected, SelectedButton) == 0x000000, "Member 'WBP_UI_ItemInventoryScreen_C_OnItemSlotButtonSelected::SelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ItemInventoryScreen_C_OnItemSlotButtonFocusedChanged \ +static_assert(alignof(WBP_UI_ItemInventoryScreen_C_OnItemSlotButtonFocusedChanged) == 0x000008, "Wrong alignment on WBP_UI_ItemInventoryScreen_C_OnItemSlotButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_ItemInventoryScreen_C_OnItemSlotButtonFocusedChanged) == 0x000010, "Wrong size on WBP_UI_ItemInventoryScreen_C_OnItemSlotButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OnItemSlotButtonFocusedChanged, SelectedButton) == 0x000000, "Member 'WBP_UI_ItemInventoryScreen_C_OnItemSlotButtonFocusedChanged::SelectedButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OnItemSlotButtonFocusedChanged, bIsFocused) == 0x000008, "Member 'WBP_UI_ItemInventoryScreen_C_OnItemSlotButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ItemInventoryScreen_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_UI_ItemInventoryScreen_C_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on WBP_UI_ItemInventoryScreen_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_UI_ItemInventoryScreen_C_OnControlsReferenceClicked) == 0x00000C, "Wrong size on WBP_UI_ItemInventoryScreen_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OnControlsReferenceClicked, InActionInput) == 0x000000, "Member 'WBP_UI_ItemInventoryScreen_C_OnControlsReferenceClicked::InActionInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ItemInventoryScreen_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_ItemInventoryScreen_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_ItemInventoryScreen_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_ItemInventoryScreen_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_ItemInventoryScreen_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_ItemInventoryScreen_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ItemInventoryScreen_C_OnPressCustomize \ +static_assert(alignof(WBP_UI_ItemInventoryScreen_C_OnPressCustomize) == 0x000008, "Wrong alignment on WBP_UI_ItemInventoryScreen_C_OnPressCustomize"); \ +static_assert(sizeof(WBP_UI_ItemInventoryScreen_C_OnPressCustomize) == 0x000088, "Wrong size on WBP_UI_ItemInventoryScreen_C_OnPressCustomize"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OnPressCustomize, CallFunc_GetLoadoutManager_ReturnValue) == 0x000000, "Member 'WBP_UI_ItemInventoryScreen_C_OnPressCustomize::CallFunc_GetLoadoutManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OnPressCustomize, CallFunc_GetChildIndex_ReturnValue) == 0x000008, "Member 'WBP_UI_ItemInventoryScreen_C_OnPressCustomize::CallFunc_GetChildIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OnPressCustomize, CallFunc_GetActiveLoadoutIndex_ReturnValue) == 0x00000C, "Member 'WBP_UI_ItemInventoryScreen_C_OnPressCustomize::CallFunc_GetActiveLoadoutIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OnPressCustomize, CallFunc_Conv_IntToString_ReturnValue) == 0x000010, "Member 'WBP_UI_ItemInventoryScreen_C_OnPressCustomize::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OnPressCustomize, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000020, "Member 'WBP_UI_ItemInventoryScreen_C_OnPressCustomize::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OnPressCustomize, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'WBP_UI_ItemInventoryScreen_C_OnPressCustomize::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OnPressCustomize, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000040, "Member 'WBP_UI_ItemInventoryScreen_C_OnPressCustomize::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OnPressCustomize, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000048, "Member 'WBP_UI_ItemInventoryScreen_C_OnPressCustomize::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OnPressCustomize, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000058, "Member 'WBP_UI_ItemInventoryScreen_C_OnPressCustomize::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OnPressCustomize, CallFunc_GetUIManager_ReturnValue) == 0x000068, "Member 'WBP_UI_ItemInventoryScreen_C_OnPressCustomize::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OnPressCustomize, CallFunc_GetMenuWidget_ReturnValue) == 0x000070, "Member 'WBP_UI_ItemInventoryScreen_C_OnPressCustomize::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OnPressCustomize, K2Node_DynamicCast_AsSBZMain_Menu_Widget) == 0x000078, "Member 'WBP_UI_ItemInventoryScreen_C_OnPressCustomize::K2Node_DynamicCast_AsSBZMain_Menu_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OnPressCustomize, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'WBP_UI_ItemInventoryScreen_C_OnPressCustomize::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OnPressCustomize, CallFunc_CustomizeArmorInSlot_ReturnValue) == 0x000081, "Member 'WBP_UI_ItemInventoryScreen_C_OnPressCustomize::CallFunc_CustomizeArmorInSlot_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ItemInventoryScreen_C_OpenArmorVendor \ +static_assert(alignof(WBP_UI_ItemInventoryScreen_C_OpenArmorVendor) == 0x000008, "Wrong alignment on WBP_UI_ItemInventoryScreen_C_OpenArmorVendor"); \ +static_assert(sizeof(WBP_UI_ItemInventoryScreen_C_OpenArmorVendor) == 0x000058, "Wrong size on WBP_UI_ItemInventoryScreen_C_OpenArmorVendor"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OpenArmorVendor, Button) == 0x000000, "Member 'WBP_UI_ItemInventoryScreen_C_OpenArmorVendor::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OpenArmorVendor, CallFunc_MakeLiteralName_ReturnValue) == 0x000008, "Member 'WBP_UI_ItemInventoryScreen_C_OpenArmorVendor::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OpenArmorVendor, K2Node_DynamicCast_AsWBP_UI_Inventory_Item_Slot_Button) == 0x000018, "Member 'WBP_UI_ItemInventoryScreen_C_OpenArmorVendor::K2Node_DynamicCast_AsWBP_UI_Inventory_Item_Slot_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OpenArmorVendor, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_UI_ItemInventoryScreen_C_OpenArmorVendor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OpenArmorVendor, CallFunc_GetMenuWidget_ReturnValue) == 0x000028, "Member 'WBP_UI_ItemInventoryScreen_C_OpenArmorVendor::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OpenArmorVendor, K2Node_DynamicCast_AsSBZMain_Menu_Widget) == 0x000030, "Member 'WBP_UI_ItemInventoryScreen_C_OpenArmorVendor::K2Node_DynamicCast_AsSBZMain_Menu_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OpenArmorVendor, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'WBP_UI_ItemInventoryScreen_C_OpenArmorVendor::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OpenArmorVendor, CallFunc_GetUIManager_ReturnValue) == 0x000040, "Member 'WBP_UI_ItemInventoryScreen_C_OpenArmorVendor::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OpenArmorVendor, CallFunc_PopStack_ReturnValue) == 0x000048, "Member 'WBP_UI_ItemInventoryScreen_C_OpenArmorVendor::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_OpenArmorVendor, CallFunc_BooleanAND_ReturnValue) == 0x000054, "Member 'WBP_UI_ItemInventoryScreen_C_OpenArmorVendor::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ItemInventoryScreen_C_SetControlReferences \ +static_assert(alignof(WBP_UI_ItemInventoryScreen_C_SetControlReferences) == 0x000008, "Wrong alignment on WBP_UI_ItemInventoryScreen_C_SetControlReferences"); \ +static_assert(sizeof(WBP_UI_ItemInventoryScreen_C_SetControlReferences) == 0x0000C0, "Wrong size on WBP_UI_ItemInventoryScreen_C_SetControlReferences"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_SetControlReferences, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_UI_ItemInventoryScreen_C_SetControlReferences::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_SetControlReferences, K2Node_MakeStruct_SBZButtonControlReference) == 0x000018, "Member 'WBP_UI_ItemInventoryScreen_C_SetControlReferences::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_SetControlReferences, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000050, "Member 'WBP_UI_ItemInventoryScreen_C_SetControlReferences::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_SetControlReferences, K2Node_MakeArray_Array) == 0x000088, "Member 'WBP_UI_ItemInventoryScreen_C_SetControlReferences::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_SetControlReferences, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000098, "Member 'WBP_UI_ItemInventoryScreen_C_SetControlReferences::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ItemInventoryScreen_C_HandleVendorButton \ +static_assert(alignof(WBP_UI_ItemInventoryScreen_C_HandleVendorButton) == 0x000001, "Wrong alignment on WBP_UI_ItemInventoryScreen_C_HandleVendorButton"); \ +static_assert(sizeof(WBP_UI_ItemInventoryScreen_C_HandleVendorButton) == 0x000001, "Wrong size on WBP_UI_ItemInventoryScreen_C_HandleVendorButton"); \ +static_assert(offsetof(WBP_UI_ItemInventoryScreen_C_HandleVendorButton, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_UI_ItemInventoryScreen_C_HandleVendorButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_ItemInventoryScreen_C \ +static_assert(alignof(UWBP_UI_ItemInventoryScreen_C) == 0x000008, "Wrong alignment on UWBP_UI_ItemInventoryScreen_C"); \ +static_assert(sizeof(UWBP_UI_ItemInventoryScreen_C) == 0x000470, "Wrong size on UWBP_UI_ItemInventoryScreen_C"); \ +static_assert(offsetof(UWBP_UI_ItemInventoryScreen_C, UberGraphFrame) == 0x000420, "Member 'UWBP_UI_ItemInventoryScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ItemInventoryScreen_C, Intro) == 0x000428, "Member 'UWBP_UI_ItemInventoryScreen_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ItemInventoryScreen_C, Overlay_Desc_Box) == 0x000430, "Member 'UWBP_UI_ItemInventoryScreen_C::Overlay_Desc_Box' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ItemInventoryScreen_C, ScreenTitle) == 0x000438, "Member 'UWBP_UI_ItemInventoryScreen_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ItemInventoryScreen_C, Text_ItemSlot) == 0x000440, "Member 'UWBP_UI_ItemInventoryScreen_C::Text_ItemSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ItemInventoryScreen_C, WBP_UI_ContentBackground) == 0x000448, "Member 'UWBP_UI_ItemInventoryScreen_C::WBP_UI_ContentBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ItemInventoryScreen_C, WBP_UI_Inventory_ItemDescriptionBox) == 0x000450, "Member 'UWBP_UI_ItemInventoryScreen_C::WBP_UI_Inventory_ItemDescriptionBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ItemInventoryScreen_C, FocusedButton) == 0x000458, "Member 'UWBP_UI_ItemInventoryScreen_C::FocusedButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ItemInventoryScreen_C, Debug_IsArmorCustomizable) == 0x000460, "Member 'UWBP_UI_ItemInventoryScreen_C::Debug_IsArmorCustomizable' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ItemInventoryScreen_C, ArmorVendorBtn) == 0x000468, "Member 'UWBP_UI_ItemInventoryScreen_C::ArmorVendorBtn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TargetFinderSorted_Civilian_C \ +static_assert(alignof(UBP_TargetFinderSorted_Civilian_C) == 0x000008, "Wrong alignment on UBP_TargetFinderSorted_Civilian_C"); \ +static_assert(sizeof(UBP_TargetFinderSorted_Civilian_C) == 0x000090, "Wrong size on UBP_TargetFinderSorted_Civilian_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization \ +static_assert(alignof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization) == 0x000008, "Wrong alignment on WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization) == 0x0001D8, "Wrong size on WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, EntryPoint) == 0x000000, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, CallFunc_GetUIManager_ReturnValue) == 0x000008, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_Event_PreviousValue) == 0x000010, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, CallFunc_PopStack_ReturnValue) == 0x00001C, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_ComponentBoundEvent_Button_7) == 0x000028, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_ComponentBoundEvent_Button_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, CallFunc_GetUIManager_ReturnValue_1) == 0x000030, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, CallFunc_GetUIManager_ReturnValue_2) == 0x000038, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::CallFunc_GetUIManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, CallFunc_GetMenuWidget_ReturnValue) == 0x000040, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, CallFunc_GetMenuWidget_ReturnValue_1) == 0x000048, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::CallFunc_GetMenuWidget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_DynamicCast_AsSBZMain_Menu_Widget) == 0x000050, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_DynamicCast_AsSBZMain_Menu_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_DynamicCast_AsSBZMain_Menu_Widget_1) == 0x000060, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_DynamicCast_AsSBZMain_Menu_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, CallFunc_GetUIManager_ReturnValue_3) == 0x000070, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::CallFunc_GetUIManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, CallFunc_GetUIManager_ReturnValue_4) == 0x000078, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::CallFunc_GetUIManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, CallFunc_GetMenuWidget_ReturnValue_2) == 0x000080, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::CallFunc_GetMenuWidget_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, CallFunc_GetMenuWidget_ReturnValue_3) == 0x000088, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::CallFunc_GetMenuWidget_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_DynamicCast_AsSBZMain_Menu_Widget_2) == 0x000090, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_DynamicCast_AsSBZMain_Menu_Widget_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_DynamicCast_bSuccess_2) == 0x000098, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_DynamicCast_AsSBZMain_Menu_Widget_3) == 0x0000A0, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_DynamicCast_AsSBZMain_Menu_Widget_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_DynamicCast_bSuccess_3) == 0x0000A8, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_ComponentBoundEvent_Button_6) == 0x0000B0, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_ComponentBoundEvent_Button_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_ComponentBoundEvent_Button_5) == 0x0000B8, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_ComponentBoundEvent_Button_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_ComponentBoundEvent_Button_4) == 0x0000C0, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, CallFunc_DisplaySuitCosmeticCustomizationScreen_ReturnValue) == 0x0000C8, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::CallFunc_DisplaySuitCosmeticCustomizationScreen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, CallFunc_DisplaySuitCosmeticCustomizationScreen_ReturnValue_1) == 0x0000C9, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::CallFunc_DisplaySuitCosmeticCustomizationScreen_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, CallFunc_DisplaySuitCosmeticCustomizationScreen_ReturnValue_2) == 0x0000CA, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::CallFunc_DisplaySuitCosmeticCustomizationScreen_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, CallFunc_DisplaySuitCosmeticCustomizationScreen_ReturnValue_3) == 0x0000CB, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::CallFunc_DisplaySuitCosmeticCustomizationScreen_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_CustomEvent_ActionName) == 0x0000CC, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_CustomEvent_ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_ComponentBoundEvent_Button_3) == 0x0000D8, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_ComponentBoundEvent_bIsEnabled_3) == 0x0000E0, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_ComponentBoundEvent_bIsEnabled_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_SwitchName_CmpSuccess) == 0x0000E1, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_ComponentBoundEvent_Button_2) == 0x0000E8, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_ComponentBoundEvent_bIsEnabled_2) == 0x0000F0, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_ComponentBoundEvent_bIsEnabled_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_ComponentBoundEvent_Button_1) == 0x0000F8, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x000100, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_ComponentBoundEvent_Button) == 0x000108, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_ComponentBoundEvent_bIsEnabled) == 0x000110, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_MakeStruct_SBZButtonControlReference) == 0x000118, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000150, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_CreateDelegate_OutputDelegate) == 0x000188, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_MakeArray_Array) == 0x0001A0, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization, K2Node_MakeStruct_SBZButtonControlsReference) == 0x0001B0, "Member 'WBP_UI_Inventory_SuitCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitCustomization::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Material_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Material_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Material_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Material_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Material_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Material_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Material_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Material_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Material_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Colour_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Colour_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Colour_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Colour_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Colour_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Colour_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Colour_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Colour_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Colour_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Material_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Material_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Material_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Material_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Material_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Material_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Material_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Material_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Material_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Colour_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Colour_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Colour_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Colour_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Colour_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Colour_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Colour_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Colour_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Colour_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitCustomization_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_UI_Inventory_SuitCustomization_C_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on WBP_UI_Inventory_SuitCustomization_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitCustomization_C_OnControlsReferenceClicked) == 0x00000C, "Wrong size on WBP_UI_Inventory_SuitCustomization_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_OnControlsReferenceClicked, ActionName) == 0x000000, "Member 'WBP_UI_Inventory_SuitCustomization_C_OnControlsReferenceClicked::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Material_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Material_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Material_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Material_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Material_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Material_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Material_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Colour_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Colour_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Colour_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Colour_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Colour_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Colour_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_LowerBody_Colour_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Colour_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Colour_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Colour_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Colour_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Colour_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Colour_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Colour_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Material_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Material_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Material_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Material_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Material_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Material_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Inventory_SuitCustomization_C_BndEvt__WBP_UI_Inventory_SuitCustomization_Button_UpperBody_Material_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitCustomization_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_Inventory_SuitCustomization_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_Inventory_SuitCustomization_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitCustomization_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_Inventory_SuitCustomization_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_Inventory_SuitCustomization_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitCustomization_C_RefreshVisuals \ +static_assert(alignof(WBP_UI_Inventory_SuitCustomization_C_RefreshVisuals) == 0x000008, "Wrong alignment on WBP_UI_Inventory_SuitCustomization_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitCustomization_C_RefreshVisuals) == 0x000020, "Wrong size on WBP_UI_Inventory_SuitCustomization_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_RefreshVisuals, CallFunc_GetPreviewSuitCosmeticDataAsset_ReturnValue) == 0x000000, "Member 'WBP_UI_Inventory_SuitCustomization_C_RefreshVisuals::CallFunc_GetPreviewSuitCosmeticDataAsset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_RefreshVisuals, CallFunc_GetPreviewSuitCosmeticDataAsset_ReturnValue_1) == 0x000008, "Member 'WBP_UI_Inventory_SuitCustomization_C_RefreshVisuals::CallFunc_GetPreviewSuitCosmeticDataAsset_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_RefreshVisuals, CallFunc_GetPreviewSuitCosmeticDataAsset_ReturnValue_2) == 0x000010, "Member 'WBP_UI_Inventory_SuitCustomization_C_RefreshVisuals::CallFunc_GetPreviewSuitCosmeticDataAsset_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitCustomization_C_RefreshVisuals, CallFunc_GetPreviewSuitCosmeticDataAsset_ReturnValue_3) == 0x000018, "Member 'WBP_UI_Inventory_SuitCustomization_C_RefreshVisuals::CallFunc_GetPreviewSuitCosmeticDataAsset_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Inventory_SuitCustomization_C \ +static_assert(alignof(UWBP_UI_Inventory_SuitCustomization_C) == 0x000008, "Wrong alignment on UWBP_UI_Inventory_SuitCustomization_C"); \ +static_assert(sizeof(UWBP_UI_Inventory_SuitCustomization_C) == 0x000380, "Wrong size on UWBP_UI_Inventory_SuitCustomization_C"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitCustomization_C, UberGraphFrame) == 0x000350, "Member 'UWBP_UI_Inventory_SuitCustomization_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitCustomization_C, Button_LowerBody_Colour) == 0x000358, "Member 'UWBP_UI_Inventory_SuitCustomization_C::Button_LowerBody_Colour' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitCustomization_C, Button_LowerBody_Material) == 0x000360, "Member 'UWBP_UI_Inventory_SuitCustomization_C::Button_LowerBody_Material' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitCustomization_C, Button_UpperBody_Colour) == 0x000368, "Member 'UWBP_UI_Inventory_SuitCustomization_C::Button_UpperBody_Colour' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitCustomization_C, Button_UpperBody_Material) == 0x000370, "Member 'UWBP_UI_Inventory_SuitCustomization_C::Button_UpperBody_Material' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitCustomization_C, RT_MenuButton) == 0x000378, "Member 'UWBP_UI_Inventory_SuitCustomization_C::RT_MenuButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization \ +static_assert(alignof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization) == 0x000008, "Wrong alignment on WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization) == 0x0001B0, "Wrong size on WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization, EntryPoint) == 0x000000, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization, K2Node_ComponentBoundEvent_CosmeticButton) == 0x000008, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization::K2Node_ComponentBoundEvent_CosmeticButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization, K2Node_ComponentBoundEvent_bIsEnabled) == 0x000010, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization, CallFunc_GetCosmeticItemData_ReturnValue) == 0x000018, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization::CallFunc_GetCosmeticItemData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization, CallFunc_IsValid_ReturnValue_1) == 0x000021, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization, CallFunc_IsDefaultItem_ReturnValue) == 0x000022, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization::CallFunc_IsDefaultItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization, CallFunc_BooleanAND_ReturnValue) == 0x000023, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization, K2Node_Event_InEquippedItem) == 0x000028, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization::K2Node_Event_InEquippedItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization, CallFunc_GetDisplayName_OutDisplayName) == 0x000030, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization, CallFunc_GetDisplayName_OutHasText) == 0x000048, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization, CallFunc_SelectColor_ReturnValue) == 0x00004C, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization, CallFunc_IsValid_ReturnValue_2) == 0x00005C, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization, K2Node_MakeStruct_SlateColor) == 0x000060, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization, K2Node_Event_PreviousValue) == 0x000088, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization, Temp_text_Variable) == 0x000098, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization, Temp_text_Variable_1) == 0x0000B0, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization, K2Node_MakeStruct_SBZButtonControlReference) == 0x0000C8, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization, K2Node_CreateDelegate_OutputDelegate) == 0x000100, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization, Temp_bool_Variable) == 0x000114, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization, K2Node_CustomEvent_ActionName) == 0x000118, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization::K2Node_CustomEvent_ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization, K2Node_SwitchName_CmpSuccess) == 0x000124, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization, K2Node_Select_Default) == 0x000128, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000140, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization, K2Node_MakeArray_Array) == 0x000178, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000188, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_ExecuteUbergraph_WBP_UI_Inventory_SuitComseticCustomization::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitComseticCustomization_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_UI_Inventory_SuitComseticCustomization_C_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on WBP_UI_Inventory_SuitComseticCustomization_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitComseticCustomization_C_OnControlsReferenceClicked) == 0x00000C, "Wrong size on WBP_UI_Inventory_SuitComseticCustomization_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_OnControlsReferenceClicked, ActionName) == 0x000000, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_OnControlsReferenceClicked::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitComseticCustomization_C_BndEvt__WBP_UI_Inventory_SuitComseticCustomization_Widget_CosmeticPanel_K2Node_ComponentBoundEvent_0_OnCosmeticButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Inventory_SuitComseticCustomization_C_BndEvt__WBP_UI_Inventory_SuitComseticCustomization_Widget_CosmeticPanel_K2Node_ComponentBoundEvent_0_OnCosmeticButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Inventory_SuitComseticCustomization_C_BndEvt__WBP_UI_Inventory_SuitComseticCustomization_Widget_CosmeticPanel_K2Node_ComponentBoundEvent_0_OnCosmeticButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitComseticCustomization_C_BndEvt__WBP_UI_Inventory_SuitComseticCustomization_Widget_CosmeticPanel_K2Node_ComponentBoundEvent_0_OnCosmeticButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Inventory_SuitComseticCustomization_C_BndEvt__WBP_UI_Inventory_SuitComseticCustomization_Widget_CosmeticPanel_K2Node_ComponentBoundEvent_0_OnCosmeticButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_BndEvt__WBP_UI_Inventory_SuitComseticCustomization_Widget_CosmeticPanel_K2Node_ComponentBoundEvent_0_OnCosmeticButtonStateChanged__DelegateSignature, CosmeticButton) == 0x000000, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_BndEvt__WBP_UI_Inventory_SuitComseticCustomization_Widget_CosmeticPanel_K2Node_ComponentBoundEvent_0_OnCosmeticButtonStateChanged__DelegateSignature::CosmeticButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_BndEvt__WBP_UI_Inventory_SuitComseticCustomization_Widget_CosmeticPanel_K2Node_ComponentBoundEvent_0_OnCosmeticButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_BndEvt__WBP_UI_Inventory_SuitComseticCustomization_Widget_CosmeticPanel_K2Node_ComponentBoundEvent_0_OnCosmeticButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitComseticCustomization_C_EquippedItemChanged \ +static_assert(alignof(WBP_UI_Inventory_SuitComseticCustomization_C_EquippedItemChanged) == 0x000008, "Wrong alignment on WBP_UI_Inventory_SuitComseticCustomization_C_EquippedItemChanged"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitComseticCustomization_C_EquippedItemChanged) == 0x000008, "Wrong size on WBP_UI_Inventory_SuitComseticCustomization_C_EquippedItemChanged"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_EquippedItemChanged, InEquippedItem) == 0x000000, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_EquippedItemChanged::InEquippedItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitComseticCustomization_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_Inventory_SuitComseticCustomization_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_Inventory_SuitComseticCustomization_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitComseticCustomization_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_Inventory_SuitComseticCustomization_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals \ +static_assert(alignof(WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals) == 0x000008, "Wrong alignment on WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals"); \ +static_assert(sizeof(WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals) == 0x000130, "Wrong size on WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals, Temp_byte_Variable) == 0x000000, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals, Temp_text_Variable) == 0x000008, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals, Temp_text_Variable_1) == 0x000020, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals, Temp_text_Variable_2) == 0x000038, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals, CallFunc_GetDisplayName_OutDisplayName) == 0x000050, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals, CallFunc_GetDisplayName_OutHasText) == 0x000068, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals, K2Node_MakeStruct_FormatArgumentData) == 0x000070, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals, K2Node_Select_Default) == 0x0000B0, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C8, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals, K2Node_MakeArray_Array) == 0x000108, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals, CallFunc_Format_ReturnValue) == 0x000118, "Member 'WBP_UI_Inventory_SuitComseticCustomization_C_InitializeVisuals::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Inventory_SuitComseticCustomization_C \ +static_assert(alignof(UWBP_UI_Inventory_SuitComseticCustomization_C) == 0x000008, "Wrong alignment on UWBP_UI_Inventory_SuitComseticCustomization_C"); \ +static_assert(sizeof(UWBP_UI_Inventory_SuitComseticCustomization_C) == 0x0003E0, "Wrong size on UWBP_UI_Inventory_SuitComseticCustomization_C"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitComseticCustomization_C, UberGraphFrame) == 0x0003A0, "Member 'UWBP_UI_Inventory_SuitComseticCustomization_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitComseticCustomization_C, CanvasPanel_Body) == 0x0003A8, "Member 'UWBP_UI_Inventory_SuitComseticCustomization_C::CanvasPanel_Body' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitComseticCustomization_C, Text_CosmeticType) == 0x0003B0, "Member 'UWBP_UI_Inventory_SuitComseticCustomization_C::Text_CosmeticType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitComseticCustomization_C, Text_EquippedItemName) == 0x0003B8, "Member 'UWBP_UI_Inventory_SuitComseticCustomization_C::Text_EquippedItemName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitComseticCustomization_C, Widget_FocusedDescription) == 0x0003C0, "Member 'UWBP_UI_Inventory_SuitComseticCustomization_C::Widget_FocusedDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitComseticCustomization_C, Widget_ImageIcon) == 0x0003C8, "Member 'UWBP_UI_Inventory_SuitComseticCustomization_C::Widget_ImageIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitComseticCustomization_C, RT_FocusedButton) == 0x0003D0, "Member 'UWBP_UI_Inventory_SuitComseticCustomization_C::RT_FocusedButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_SuitComseticCustomization_C, RT_WidgetPopUp) == 0x0003D8, "Member 'UWBP_UI_Inventory_SuitComseticCustomization_C::RT_WidgetPopUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGE_FlammableLiquid_C \ +static_assert(alignof(UGE_FlammableLiquid_C) == 0x000008, "Wrong alignment on UGE_FlammableLiquid_C"); \ +static_assert(sizeof(UGE_FlammableLiquid_C) == 0x0008C0, "Wrong size on UGE_FlammableLiquid_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen \ +static_assert(alignof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen) == 0x000008, "Wrong alignment on WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen"); \ +static_assert(sizeof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen) == 0x000348, "Wrong size on WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, EntryPoint) == 0x000000, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, K2Node_CreateDelegate_OutputDelegate_2) == 0x00002C, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, CallFunc_GetChildAt_ReturnValue) == 0x000040, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, K2Node_MakeStruct_SBZButtonControlReference) == 0x000048, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000080, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, K2Node_CustomEvent_InActionInput) == 0x0000B8, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::K2Node_CustomEvent_InActionInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, K2Node_MakeArray_Array) == 0x0000C8, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, K2Node_SwitchName_CmpSuccess) == 0x0000D8, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, K2Node_MakeStruct_SBZButtonControlsReference) == 0x0000E0, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, K2Node_CreateDelegate_OutputDelegate_3) == 0x000108, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, K2Node_CreateDelegate_OutputDelegate_4) == 0x00011C, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, K2Node_MakeStruct_SBZButtonControlReference_2) == 0x000130, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::K2Node_MakeStruct_SBZButtonControlReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, K2Node_MakeStruct_SBZButtonControlReference_3) == 0x000168, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::K2Node_MakeStruct_SBZButtonControlReference_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, K2Node_MakeStruct_SBZButtonControlReference_4) == 0x0001A0, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::K2Node_MakeStruct_SBZButtonControlReference_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, K2Node_MakeStruct_SBZButtonControlReference_5) == 0x0001D8, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::K2Node_MakeStruct_SBZButtonControlReference_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, K2Node_MakeArray_Array_1) == 0x000210, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, K2Node_MakeStruct_SBZButtonControlReference_6) == 0x000220, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::K2Node_MakeStruct_SBZButtonControlReference_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, K2Node_MakeStruct_SBZButtonControlsReference_1) == 0x000258, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::K2Node_MakeStruct_SBZButtonControlsReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, K2Node_MakeStruct_SBZButtonControlReference_7) == 0x000280, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::K2Node_MakeStruct_SBZButtonControlReference_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, K2Node_MakeArray_Array_2) == 0x0002B8, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, K2Node_MakeStruct_SBZButtonControlsReference_2) == 0x0002C8, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::K2Node_MakeStruct_SBZButtonControlsReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, CallFunc_GetUIManager_ReturnValue) == 0x0002F0, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, K2Node_Event_SelectionAction) == 0x0002F8, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::K2Node_Event_SelectionAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, CallFunc_PopStack_ReturnValue) == 0x0002FC, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, K2Node_SwitchEnum_CmpSuccess) == 0x000308, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, K2Node_Event_PreviousValue) == 0x00030C, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, CallFunc_IsValid_ReturnValue) == 0x000318, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x000320, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, CallFunc_MakeLiteralName_ReturnValue) == 0x000328, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000338, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen, CallFunc_IsWidgetActuallyVisible_ReturnValue) == 0x000340, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_ExecuteUbergraph_WBP_UI_Inventory_CharacterPreferenceScreen::CallFunc_IsWidgetActuallyVisible_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_CharacterPreferenceScreen_C_UpdateCharacterSlotButtonControlsReference \ +static_assert(alignof(WBP_UI_Inventory_CharacterPreferenceScreen_C_UpdateCharacterSlotButtonControlsReference) == 0x000001, "Wrong alignment on WBP_UI_Inventory_CharacterPreferenceScreen_C_UpdateCharacterSlotButtonControlsReference"); \ +static_assert(sizeof(WBP_UI_Inventory_CharacterPreferenceScreen_C_UpdateCharacterSlotButtonControlsReference) == 0x000001, "Wrong size on WBP_UI_Inventory_CharacterPreferenceScreen_C_UpdateCharacterSlotButtonControlsReference"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_UpdateCharacterSlotButtonControlsReference, SelectionAction) == 0x000000, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_UpdateCharacterSlotButtonControlsReference::SelectionAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_CharacterPreferenceScreen_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_UI_Inventory_CharacterPreferenceScreen_C_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on WBP_UI_Inventory_CharacterPreferenceScreen_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_UI_Inventory_CharacterPreferenceScreen_C_OnControlsReferenceClicked) == 0x00000C, "Wrong size on WBP_UI_Inventory_CharacterPreferenceScreen_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_OnControlsReferenceClicked, InActionInput) == 0x000000, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_OnControlsReferenceClicked::InActionInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Inventory_CharacterPreferenceScreen_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_Inventory_CharacterPreferenceScreen_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_Inventory_CharacterPreferenceScreen_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_Inventory_CharacterPreferenceScreen_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_Inventory_CharacterPreferenceScreen_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_Inventory_CharacterPreferenceScreen_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_Inventory_CharacterPreferenceScreen_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Inventory_CharacterPreferenceScreen_C \ +static_assert(alignof(UWBP_UI_Inventory_CharacterPreferenceScreen_C) == 0x000008, "Wrong alignment on UWBP_UI_Inventory_CharacterPreferenceScreen_C"); \ +static_assert(sizeof(UWBP_UI_Inventory_CharacterPreferenceScreen_C) == 0x000370, "Wrong size on UWBP_UI_Inventory_CharacterPreferenceScreen_C"); \ +static_assert(offsetof(UWBP_UI_Inventory_CharacterPreferenceScreen_C, UberGraphFrame) == 0x000348, "Member 'UWBP_UI_Inventory_CharacterPreferenceScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_CharacterPreferenceScreen_C, Intro) == 0x000350, "Member 'UWBP_UI_Inventory_CharacterPreferenceScreen_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_CharacterPreferenceScreen_C, ScreenTitle) == 0x000358, "Member 'UWBP_UI_Inventory_CharacterPreferenceScreen_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_CharacterPreferenceScreen_C, WBP_UI_ContentBackground) == 0x000360, "Member 'UWBP_UI_Inventory_CharacterPreferenceScreen_C::WBP_UI_ContentBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Inventory_CharacterPreferenceScreen_C, RT_FocusedButton) == 0x000368, "Member 'UWBP_UI_Inventory_CharacterPreferenceScreen_C::RT_FocusedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton \ +static_assert(alignof(WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton) == 0x000008, "Wrong alignment on WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton"); \ +static_assert(sizeof(WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton) == 0x000048, "Wrong size on WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton, EntryPoint) == 0x000000, "Member 'WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton, Temp_bool_Variable) == 0x000004, "Member 'WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton, K2Node_Event_IsDesignTime) == 0x000005, "Member 'WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton, CallFunc_GetCosmeticItemData_ReturnValue) == 0x000008, "Member 'WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton::CallFunc_GetCosmeticItemData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton, Temp_byte_Variable) == 0x000011, "Member 'WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton, Temp_byte_Variable_1) == 0x000012, "Member 'WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton, K2Node_Event_bInHasFocus) == 0x000013, "Member 'WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton, K2Node_Event_bInIsHovered) == 0x000014, "Member 'WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton, K2Node_Event_InItemCount) == 0x000018, "Member 'WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton::K2Node_Event_InItemCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton, CallFunc_IsDefaultItem_ReturnValue) == 0x00001C, "Member 'WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton::CallFunc_IsDefaultItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton, CallFunc_Conv_IntToText_ReturnValue) == 0x000020, "Member 'WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton, K2Node_Select_Default) == 0x000038, "Member 'WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000040, "Member 'WBP_UI_CosmeticButton_C_ExecuteUbergraph_WBP_UI_CosmeticButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CosmeticButton_C_OnItemCountChanged \ +static_assert(alignof(WBP_UI_CosmeticButton_C_OnItemCountChanged) == 0x000004, "Wrong alignment on WBP_UI_CosmeticButton_C_OnItemCountChanged"); \ +static_assert(sizeof(WBP_UI_CosmeticButton_C_OnItemCountChanged) == 0x000004, "Wrong size on WBP_UI_CosmeticButton_C_OnItemCountChanged"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_OnItemCountChanged, InItemCount) == 0x000000, "Member 'WBP_UI_CosmeticButton_C_OnItemCountChanged::InItemCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CosmeticButton_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_UI_CosmeticButton_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_UI_CosmeticButton_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_UI_CosmeticButton_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_UI_CosmeticButton_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_UI_CosmeticButton_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CosmeticButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_CosmeticButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_CosmeticButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_CosmeticButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_CosmeticButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_CosmeticButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CosmeticButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_CosmeticButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_CosmeticButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_CosmeticButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_CosmeticButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_CosmeticButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CosmeticButton_C_SetRarityColour \ +static_assert(alignof(WBP_UI_CosmeticButton_C_SetRarityColour) == 0x000008, "Wrong alignment on WBP_UI_CosmeticButton_C_SetRarityColour"); \ +static_assert(sizeof(WBP_UI_CosmeticButton_C_SetRarityColour) == 0x000040, "Wrong size on WBP_UI_CosmeticButton_C_SetRarityColour"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_SetRarityColour, Temp_byte_Variable) == 0x000000, "Member 'WBP_UI_CosmeticButton_C_SetRarityColour::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_SetRarityColour, Temp_byte_Variable_1) == 0x000001, "Member 'WBP_UI_CosmeticButton_C_SetRarityColour::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_SetRarityColour, Temp_byte_Variable_2) == 0x000002, "Member 'WBP_UI_CosmeticButton_C_SetRarityColour::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_SetRarityColour, Temp_byte_Variable_3) == 0x000003, "Member 'WBP_UI_CosmeticButton_C_SetRarityColour::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_SetRarityColour, Temp_byte_Variable_4) == 0x000004, "Member 'WBP_UI_CosmeticButton_C_SetRarityColour::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_SetRarityColour, Temp_byte_Variable_5) == 0x000005, "Member 'WBP_UI_CosmeticButton_C_SetRarityColour::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_SetRarityColour, CallFunc_GetColourForRarity_Colour) == 0x000008, "Member 'WBP_UI_CosmeticButton_C_SetRarityColour::CallFunc_GetColourForRarity_Colour' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_SetRarityColour, Temp_byte_Variable_6) == 0x000018, "Member 'WBP_UI_CosmeticButton_C_SetRarityColour::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_SetRarityColour, Temp_byte_Variable_7) == 0x000019, "Member 'WBP_UI_CosmeticButton_C_SetRarityColour::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_SetRarityColour, CallFunc_GetCosmeticItemData_ReturnValue) == 0x000020, "Member 'WBP_UI_CosmeticButton_C_SetRarityColour::CallFunc_GetCosmeticItemData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_SetRarityColour, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_UI_CosmeticButton_C_SetRarityColour::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_SetRarityColour, K2Node_Select_Default) == 0x000029, "Member 'WBP_UI_CosmeticButton_C_SetRarityColour::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_SetRarityColour, CallFunc_GetColourForRarity_Colour_1) == 0x00002C, "Member 'WBP_UI_CosmeticButton_C_SetRarityColour::CallFunc_GetColourForRarity_Colour_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CosmeticButton_C_FocusedChangedVisuals \ +static_assert(alignof(WBP_UI_CosmeticButton_C_FocusedChangedVisuals) == 0x000004, "Wrong alignment on WBP_UI_CosmeticButton_C_FocusedChangedVisuals"); \ +static_assert(sizeof(WBP_UI_CosmeticButton_C_FocusedChangedVisuals) == 0x000014, "Wrong size on WBP_UI_CosmeticButton_C_FocusedChangedVisuals"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_FocusedChangedVisuals, bIsFocused) == 0x000000, "Member 'WBP_UI_CosmeticButton_C_FocusedChangedVisuals::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_FocusedChangedVisuals, CallFunc_SelectColor_ReturnValue) == 0x000004, "Member 'WBP_UI_CosmeticButton_C_FocusedChangedVisuals::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CosmeticButton_C_HoverChangedVisuals \ +static_assert(alignof(WBP_UI_CosmeticButton_C_HoverChangedVisuals) == 0x000001, "Wrong alignment on WBP_UI_CosmeticButton_C_HoverChangedVisuals"); \ +static_assert(sizeof(WBP_UI_CosmeticButton_C_HoverChangedVisuals) == 0x000001, "Wrong size on WBP_UI_CosmeticButton_C_HoverChangedVisuals"); \ +static_assert(offsetof(WBP_UI_CosmeticButton_C_HoverChangedVisuals, bIsHovered) == 0x000000, "Member 'WBP_UI_CosmeticButton_C_HoverChangedVisuals::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_CosmeticButton_C \ +static_assert(alignof(UWBP_UI_CosmeticButton_C) == 0x000008, "Wrong alignment on UWBP_UI_CosmeticButton_C"); \ +static_assert(sizeof(UWBP_UI_CosmeticButton_C) == 0x0003B8, "Wrong size on UWBP_UI_CosmeticButton_C"); \ +static_assert(offsetof(UWBP_UI_CosmeticButton_C, UberGraphFrame) == 0x000380, "Member 'UWBP_UI_CosmeticButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CosmeticButton_C, Border_Highlight) == 0x000388, "Member 'UWBP_UI_CosmeticButton_C::Border_Highlight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CosmeticButton_C, Image_RarityBackground) == 0x000390, "Member 'UWBP_UI_CosmeticButton_C::Image_RarityBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CosmeticButton_C, InvalidationBox_Widget) == 0x000398, "Member 'UWBP_UI_CosmeticButton_C::InvalidationBox_Widget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CosmeticButton_C, Text_Default) == 0x0003A0, "Member 'UWBP_UI_CosmeticButton_C::Text_Default' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CosmeticButton_C, Text_StackCount) == 0x0003A8, "Member 'UWBP_UI_CosmeticButton_C::Text_StackCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_CosmeticButton_C, Widget_Icon) == 0x0003B0, "Member 'UWBP_UI_CosmeticButton_C::Widget_Icon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter \ +static_assert(alignof(BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter) == 0x000008, "Wrong alignment on BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter"); \ +static_assert(sizeof(BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter) == 0x000060, "Wrong size on BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter"); \ +static_assert(offsetof(BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter, EntryPoint) == 0x000000, "Member 'BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000004, "Member 'BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter, CallFunc_ApplyVariationToSkeletal_ReturnValue) == 0x00001C, "Member 'BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter::CallFunc_ApplyVariationToSkeletal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter, K2Node_CustomEvent_SpawnGroup) == 0x000020, "Member 'BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter::K2Node_CustomEvent_SpawnGroup' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter, K2Node_CustomEvent_Spawner) == 0x000028, "Member 'BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter::K2Node_CustomEvent_Spawner' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter, K2Node_CustomEvent_Pawn) == 0x000030, "Member 'BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter::K2Node_CustomEvent_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter, K2Node_DynamicCast_AsPD3Pawn_Spawn_Group) == 0x000038, "Member 'BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter::K2Node_DynamicCast_AsPD3Pawn_Spawn_Group' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter, K2Node_Event_Door) == 0x000041, "Member 'BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter::K2Node_Event_Door' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter, K2Node_Event_bIsDoorOpen) == 0x000042, "Member 'BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter::K2Node_Event_bIsDoorOpen' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter, CallFunc_GetAnimInstance_ReturnValue) == 0x000048, "Member 'BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter, K2Node_DynamicCast_AsABP_Helicopter) == 0x000050, "Member 'BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter::K2Node_DynamicCast_AsABP_Helicopter' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'BP_PoliceHelicopter_C_ExecuteUbergraph_BP_PoliceHelicopter::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PoliceHelicopter_C_ReceiveOnDoorStateChanged \ +static_assert(alignof(BP_PoliceHelicopter_C_ReceiveOnDoorStateChanged) == 0x000001, "Wrong alignment on BP_PoliceHelicopter_C_ReceiveOnDoorStateChanged"); \ +static_assert(sizeof(BP_PoliceHelicopter_C_ReceiveOnDoorStateChanged) == 0x000002, "Wrong size on BP_PoliceHelicopter_C_ReceiveOnDoorStateChanged"); \ +static_assert(offsetof(BP_PoliceHelicopter_C_ReceiveOnDoorStateChanged, Door) == 0x000000, "Member 'BP_PoliceHelicopter_C_ReceiveOnDoorStateChanged::Door' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_C_ReceiveOnDoorStateChanged, bIsDoorOpen) == 0x000001, "Member 'BP_PoliceHelicopter_C_ReceiveOnDoorStateChanged::bIsDoorOpen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PoliceHelicopter_C_OnPawnSpawned \ +static_assert(alignof(BP_PoliceHelicopter_C_OnPawnSpawned) == 0x000008, "Wrong alignment on BP_PoliceHelicopter_C_OnPawnSpawned"); \ +static_assert(sizeof(BP_PoliceHelicopter_C_OnPawnSpawned) == 0x000018, "Wrong size on BP_PoliceHelicopter_C_OnPawnSpawned"); \ +static_assert(offsetof(BP_PoliceHelicopter_C_OnPawnSpawned, SpawnGroup) == 0x000000, "Member 'BP_PoliceHelicopter_C_OnPawnSpawned::SpawnGroup' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_C_OnPawnSpawned, Spawner) == 0x000008, "Member 'BP_PoliceHelicopter_C_OnPawnSpawned::Spawner' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_C_OnPawnSpawned, Pawn) == 0x000010, "Member 'BP_PoliceHelicopter_C_OnPawnSpawned::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PoliceHelicopter_C \ +static_assert(alignof(ABP_PoliceHelicopter_C) == 0x000010, "Wrong alignment on ABP_PoliceHelicopter_C"); \ +static_assert(sizeof(ABP_PoliceHelicopter_C) == 0x000700, "Wrong size on ABP_PoliceHelicopter_C"); \ +static_assert(offsetof(ABP_PoliceHelicopter_C, UberGraphFrame_BP_PoliceHelicopter_C) == 0x0006B8, "Member 'ABP_PoliceHelicopter_C::UberGraphFrame_BP_PoliceHelicopter_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_PoliceHelicopter_C, SBZVehicleSpawn) == 0x0006C0, "Member 'ABP_PoliceHelicopter_C::SBZVehicleSpawn' has a wrong offset!"); \ +static_assert(offsetof(ABP_PoliceHelicopter_C, SpawnGroupChildComp) == 0x0006C8, "Member 'ABP_PoliceHelicopter_C::SpawnGroupChildComp' has a wrong offset!"); \ +static_assert(offsetof(ABP_PoliceHelicopter_C, Spawner4) == 0x0006D0, "Member 'ABP_PoliceHelicopter_C::Spawner4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PoliceHelicopter_C, Spawner2) == 0x0006D8, "Member 'ABP_PoliceHelicopter_C::Spawner2' has a wrong offset!"); \ +static_assert(offsetof(ABP_PoliceHelicopter_C, Spawner1) == 0x0006E0, "Member 'ABP_PoliceHelicopter_C::Spawner1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PoliceHelicopter_C, Spawner0) == 0x0006E8, "Member 'ABP_PoliceHelicopter_C::Spawner0' has a wrong offset!"); \ +static_assert(offsetof(ABP_PoliceHelicopter_C, VariationData) == 0x0006F0, "Member 'ABP_PoliceHelicopter_C::VariationData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTD_ReturnToStart_C_ExecuteUbergraph_UTD_ReturnToStart \ +static_assert(alignof(UTD_ReturnToStart_C_ExecuteUbergraph_UTD_ReturnToStart) == 0x000008, "Wrong alignment on UTD_ReturnToStart_C_ExecuteUbergraph_UTD_ReturnToStart"); \ +static_assert(sizeof(UTD_ReturnToStart_C_ExecuteUbergraph_UTD_ReturnToStart) == 0x000020, "Wrong size on UTD_ReturnToStart_C_ExecuteUbergraph_UTD_ReturnToStart"); \ +static_assert(offsetof(UTD_ReturnToStart_C_ExecuteUbergraph_UTD_ReturnToStart, EntryPoint) == 0x000000, "Member 'UTD_ReturnToStart_C_ExecuteUbergraph_UTD_ReturnToStart::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(UTD_ReturnToStart_C_ExecuteUbergraph_UTD_ReturnToStart, K2Node_Event_NodeResult) == 0x000004, "Member 'UTD_ReturnToStart_C_ExecuteUbergraph_UTD_ReturnToStart::K2Node_Event_NodeResult' has a wrong offset!"); \ +static_assert(offsetof(UTD_ReturnToStart_C_ExecuteUbergraph_UTD_ReturnToStart, CallFunc_K2_GetPawn_ReturnValue) == 0x000008, "Member 'UTD_ReturnToStart_C_ExecuteUbergraph_UTD_ReturnToStart::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UTD_ReturnToStart_C_ExecuteUbergraph_UTD_ReturnToStart, K2Node_DynamicCast_AsSBZAICharacter) == 0x000010, "Member 'UTD_ReturnToStart_C_ExecuteUbergraph_UTD_ReturnToStart::K2Node_DynamicCast_AsSBZAICharacter' has a wrong offset!"); \ +static_assert(offsetof(UTD_ReturnToStart_C_ExecuteUbergraph_UTD_ReturnToStart, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UTD_ReturnToStart_C_ExecuteUbergraph_UTD_ReturnToStart::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTD_ReturnToStart_C_OnDeactivatedBP \ +static_assert(alignof(UTD_ReturnToStart_C_OnDeactivatedBP) == 0x000001, "Wrong alignment on UTD_ReturnToStart_C_OnDeactivatedBP"); \ +static_assert(sizeof(UTD_ReturnToStart_C_OnDeactivatedBP) == 0x000001, "Wrong size on UTD_ReturnToStart_C_OnDeactivatedBP"); \ +static_assert(offsetof(UTD_ReturnToStart_C_OnDeactivatedBP, NodeResult) == 0x000000, "Member 'UTD_ReturnToStart_C_OnDeactivatedBP::NodeResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUTD_ReturnToStart_C \ +static_assert(alignof(UUTD_ReturnToStart_C) == 0x000008, "Wrong alignment on UUTD_ReturnToStart_C"); \ +static_assert(sizeof(UUTD_ReturnToStart_C) == 0x0000C8, "Wrong size on UUTD_ReturnToStart_C"); \ +static_assert(offsetof(UUTD_ReturnToStart_C, UberGraphFrame) == 0x0000B0, "Member 'UUTD_ReturnToStart_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UUTD_ReturnToStart_C, TagToBeRemoved) == 0x0000B8, "Member 'UUTD_ReturnToStart_C::TagToBeRemoved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CosmeticButtonSprayCanSlots_C_ExecuteUbergraph_WBP_UI_CosmeticButtonSprayCanSlots \ +static_assert(alignof(WBP_UI_CosmeticButtonSprayCanSlots_C_ExecuteUbergraph_WBP_UI_CosmeticButtonSprayCanSlots) == 0x000004, "Wrong alignment on WBP_UI_CosmeticButtonSprayCanSlots_C_ExecuteUbergraph_WBP_UI_CosmeticButtonSprayCanSlots"); \ +static_assert(sizeof(WBP_UI_CosmeticButtonSprayCanSlots_C_ExecuteUbergraph_WBP_UI_CosmeticButtonSprayCanSlots) == 0x000008, "Wrong size on WBP_UI_CosmeticButtonSprayCanSlots_C_ExecuteUbergraph_WBP_UI_CosmeticButtonSprayCanSlots"); \ +static_assert(offsetof(WBP_UI_CosmeticButtonSprayCanSlots_C_ExecuteUbergraph_WBP_UI_CosmeticButtonSprayCanSlots, EntryPoint) == 0x000000, "Member 'WBP_UI_CosmeticButtonSprayCanSlots_C_ExecuteUbergraph_WBP_UI_CosmeticButtonSprayCanSlots::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_CosmeticButtonSprayCanSlots_C_ExecuteUbergraph_WBP_UI_CosmeticButtonSprayCanSlots, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_CosmeticButtonSprayCanSlots_C_ExecuteUbergraph_WBP_UI_CosmeticButtonSprayCanSlots::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CosmeticButtonSprayCanSlots_C_PreConstruct \ +static_assert(alignof(WBP_UI_CosmeticButtonSprayCanSlots_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_CosmeticButtonSprayCanSlots_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_CosmeticButtonSprayCanSlots_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_CosmeticButtonSprayCanSlots_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_CosmeticButtonSprayCanSlots_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_CosmeticButtonSprayCanSlots_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_CosmeticButtonSprayCanSlots_C_HoverChangedVisuals \ +static_assert(alignof(WBP_UI_CosmeticButtonSprayCanSlots_C_HoverChangedVisuals) == 0x000001, "Wrong alignment on WBP_UI_CosmeticButtonSprayCanSlots_C_HoverChangedVisuals"); \ +static_assert(sizeof(WBP_UI_CosmeticButtonSprayCanSlots_C_HoverChangedVisuals) == 0x000001, "Wrong size on WBP_UI_CosmeticButtonSprayCanSlots_C_HoverChangedVisuals"); \ +static_assert(offsetof(WBP_UI_CosmeticButtonSprayCanSlots_C_HoverChangedVisuals, bIsHovered) == 0x000000, "Member 'WBP_UI_CosmeticButtonSprayCanSlots_C_HoverChangedVisuals::bIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_CosmeticButtonSprayCanSlots_C \ +static_assert(alignof(UWBP_UI_CosmeticButtonSprayCanSlots_C) == 0x000008, "Wrong alignment on UWBP_UI_CosmeticButtonSprayCanSlots_C"); \ +static_assert(sizeof(UWBP_UI_CosmeticButtonSprayCanSlots_C) == 0x0003C0, "Wrong size on UWBP_UI_CosmeticButtonSprayCanSlots_C"); \ +static_assert(offsetof(UWBP_UI_CosmeticButtonSprayCanSlots_C, UberGraphFrame_WBP_UI_CosmeticButtonSprayCanSlots_C) == 0x0003B8, "Member 'UWBP_UI_CosmeticButtonSprayCanSlots_C::UberGraphFrame_WBP_UI_CosmeticButtonSprayCanSlots_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug \ +static_assert(alignof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug) == 0x000008, "Wrong alignment on WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug"); \ +static_assert(sizeof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug) == 0x000170, "Wrong size on WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, EntryPoint) == 0x000000, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, Temp_bool_Variable) == 0x000004, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, Temp_byte_Variable) == 0x000005, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, K2Node_Event_MMakingGroup) == 0x000008, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::K2Node_Event_MMakingGroup' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, K2Node_Event_MyGeometry) == 0x00000C, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, K2Node_Event_InDeltaTime) == 0x000044, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, CallFunc_GetLocalPlayerController_ReturnValue) == 0x000048, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::CallFunc_GetLocalPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, CallFunc_GetViewTarget_ReturnValue) == 0x000050, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::CallFunc_GetViewTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, CallFunc_GetObjectName_ReturnValue) == 0x000058, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, CallFunc_Concat_StrStr_ReturnValue) == 0x000068, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, CallFunc_GetComponentByClass_ReturnValue) == 0x000078, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, K2Node_MakeStruct_LinearColor) == 0x000080, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, CallFunc_Conv_FloatToString_ReturnValue) == 0x000090, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, K2Node_MakeStruct_SlateColor) == 0x0000A0, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000C8, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000D8, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, CallFunc_IsValid_ReturnValue) == 0x0000E8, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, CallFunc_Conv_StringToText_ReturnValue) == 0x0000F0, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, CallFunc_IsValid_ReturnValue_1) == 0x000108, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, CallFunc_BooleanAND_ReturnValue) == 0x000109, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, K2Node_CreateDelegate_OutputDelegate) == 0x00010C, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000120, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, CallFunc_IsShippingBuild_ReturnValue) == 0x000128, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::CallFunc_IsShippingBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, K2Node_MakeStruct_LinearColor_1) == 0x00012C, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, K2Node_MakeStruct_SlateColor_1) == 0x000140, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug, K2Node_Select_Default) == 0x000168, "Member 'WBP_UI_SM_Gamestart_Debug_C_ExecuteUbergraph_WBP_UI_SM_Gamestart_Debug::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_Gamestart_Debug_C_Tick \ +static_assert(alignof(WBP_UI_SM_Gamestart_Debug_C_Tick) == 0x000004, "Wrong alignment on WBP_UI_SM_Gamestart_Debug_C_Tick"); \ +static_assert(sizeof(WBP_UI_SM_Gamestart_Debug_C_Tick) == 0x00003C, "Wrong size on WBP_UI_SM_Gamestart_Debug_C_Tick"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_UI_SM_Gamestart_Debug_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_UI_SM_Gamestart_Debug_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_Gamestart_Debug_C_OnMatchmakingGroupChange \ +static_assert(alignof(WBP_UI_SM_Gamestart_Debug_C_OnMatchmakingGroupChange) == 0x000004, "Wrong alignment on WBP_UI_SM_Gamestart_Debug_C_OnMatchmakingGroupChange"); \ +static_assert(sizeof(WBP_UI_SM_Gamestart_Debug_C_OnMatchmakingGroupChange) == 0x000004, "Wrong size on WBP_UI_SM_Gamestart_Debug_C_OnMatchmakingGroupChange"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_OnMatchmakingGroupChange, MMakingGroup) == 0x000000, "Member 'WBP_UI_SM_Gamestart_Debug_C_OnMatchmakingGroupChange::MMakingGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_Gamestart_Debug_C_UpdateGameState \ +static_assert(alignof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState) == 0x000008, "Wrong alignment on WBP_UI_SM_Gamestart_Debug_C_UpdateGameState"); \ +static_assert(sizeof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState) == 0x000140, "Wrong size on WBP_UI_SM_Gamestart_Debug_C_UpdateGameState"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState, Temp_string_Variable) == 0x000000, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateGameState::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState, Temp_string_Variable_1) == 0x000010, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateGameState::Temp_string_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState, Temp_string_Variable_2) == 0x000020, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateGameState::Temp_string_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState, Temp_byte_Variable) == 0x000030, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateGameState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState, Temp_string_Variable_3) == 0x000038, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateGameState::Temp_string_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState, Temp_string_Variable_4) == 0x000048, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateGameState::Temp_string_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState, Temp_string_Variable_5) == 0x000058, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateGameState::Temp_string_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState, Temp_string_Variable_6) == 0x000068, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateGameState::Temp_string_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState, CallFunc_GetHostingProvider_ReturnValue) == 0x000078, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateGameState::CallFunc_GetHostingProvider_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState, CallFunc_GetMatchmakingProvider_ReturnValue) == 0x000079, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateGameState::CallFunc_GetMatchmakingProvider_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState, K2Node_Select_Default) == 0x000080, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateGameState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState, CallFunc_GetLocalPlayerState_ReturnValue) == 0x000090, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateGameState::CallFunc_GetLocalPlayerState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState, CallFunc_Concat_StrStr_ReturnValue) == 0x000098, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateGameState::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState, CallFunc_GetPlayerName_ReturnValue) == 0x0000A8, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateGameState::CallFunc_GetPlayerName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000B8, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateGameState::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState, CallFunc_GetCurrentProgressionSaveGameVersion_ReturnValue) == 0x0000C8, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateGameState::CallFunc_GetCurrentProgressionSaveGameVersion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState, CallFunc_Conv_IntToString_ReturnValue) == 0x0000D0, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateGameState::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000E0, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateGameState::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState, Temp_byte_Variable_1) == 0x0000F0, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateGameState::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState, CallFunc_GetSessionInfo_ReturnValue) == 0x0000F1, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateGameState::CallFunc_GetSessionInfo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0000F8, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateGameState::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState, K2Node_Select_Default_1) == 0x000108, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateGameState::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000118, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateGameState::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState, CallFunc_GetGameStateMachineState_ReturnValue) == 0x000128, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateGameState::CallFunc_GetGameStateMachineState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateGameState, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000130, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateGameState::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_Gamestart_Debug_C_InitVersionString \ +static_assert(alignof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString) == 0x000008, "Wrong alignment on WBP_UI_SM_Gamestart_Debug_C_InitVersionString"); \ +static_assert(sizeof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString) == 0x0002D0, "Wrong size on WBP_UI_SM_Gamestart_Debug_C_InitVersionString"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, Temp_byte_Variable) == 0x000001, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, Temp_string_Variable) == 0x000008, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, Temp_bool_Variable_1) == 0x000018, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, Temp_string_Variable_1) == 0x000020, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::Temp_string_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, Temp_string_Variable_2) == 0x000030, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::Temp_string_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, Temp_bool_Variable_2) == 0x000040, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, Temp_string_Variable_3) == 0x000048, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::Temp_string_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, Temp_bool_Variable_3) == 0x000058, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, Temp_string_Variable_4) == 0x000060, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::Temp_string_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_GetBuildVersion_ReturnValue) == 0x000070, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_GetBuildVersion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_GetNetworkVersion_ReturnValue) == 0x000080, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_GetNetworkVersion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, Temp_string_Variable_5) == 0x000090, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::Temp_string_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_GetProjectVersion_ReturnValue) == 0x0000A0, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_GetProjectVersion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_Concat_StrStr_ReturnValue) == 0x0000B0, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_GetBranch_ReturnValue) == 0x0000C0, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_GetBranch_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000D0, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000E0, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_Conv_StringToText_ReturnValue) == 0x0000F0, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_Conv_TextToString_ReturnValue) == 0x000108, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_GetPlatformName_ReturnValue) == 0x000118, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_GetPlatformName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_GetSettingsEnvironment_ReturnValue) == 0x000128, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_GetSettingsEnvironment_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, Temp_string_Variable_6) == 0x000138, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::Temp_string_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000148, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_GetNamespace_ReturnValue) == 0x000158, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_GetNamespace_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_MakeLiteralString_ReturnValue) == 0x000168, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000178, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_IsWinGDKActive_ReturnValue) == 0x000188, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_IsWinGDKActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_IsEOSActive_ReturnValue) == 0x000189, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_IsEOSActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_GetPlatform_ReturnValue) == 0x00018A, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, Temp_bool_Variable_4) == 0x00018B, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_GetProjectVersion_ReturnValue_1) == 0x000190, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_GetProjectVersion_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, K2Node_Select_Default) == 0x0001A0, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0001B0, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, K2Node_Select_Default_1) == 0x0001C0, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0001D0, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, K2Node_Select_Default_2) == 0x0001E0, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_Concat_StrStr_ReturnValue_7) == 0x0001F0, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000200, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000210, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000228, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_GetEngineVersion_ReturnValue) == 0x000238, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_GetEngineVersion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_ShippingBuild_ReturnValue) == 0x000248, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_ShippingBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000250, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000260, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, K2Node_Select_Default_3) == 0x000278, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_Conv_TextToString_ReturnValue_2) == 0x000288, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_TestBuild_ReturnValue) == 0x000298, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_TestBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_DevelopmentBuild_ReturnValue) == 0x000299, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_DevelopmentBuild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, K2Node_Select_Default_4) == 0x0002A0, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, K2Node_Select_Default_5) == 0x0002B0, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitVersionString, CallFunc_Concat_StrStr_ReturnValue_10) == 0x0002C0, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitVersionString::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_Gamestart_Debug_C_InitMatchmakingGroup \ +static_assert(alignof(WBP_UI_SM_Gamestart_Debug_C_InitMatchmakingGroup) == 0x000008, "Wrong alignment on WBP_UI_SM_Gamestart_Debug_C_InitMatchmakingGroup"); \ +static_assert(sizeof(WBP_UI_SM_Gamestart_Debug_C_InitMatchmakingGroup) == 0x000030, "Wrong size on WBP_UI_SM_Gamestart_Debug_C_InitMatchmakingGroup"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitMatchmakingGroup, inMMakingGroup) == 0x000000, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitMatchmakingGroup::inMMakingGroup' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitMatchmakingGroup, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitMatchmakingGroup::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitMatchmakingGroup, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000018, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitMatchmakingGroup::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_InitMatchmakingGroup, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'WBP_UI_SM_Gamestart_Debug_C_InitMatchmakingGroup::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_Gamestart_Debug_C_UpdateTime \ +static_assert(alignof(WBP_UI_SM_Gamestart_Debug_C_UpdateTime) == 0x000008, "Wrong alignment on WBP_UI_SM_Gamestart_Debug_C_UpdateTime"); \ +static_assert(sizeof(WBP_UI_SM_Gamestart_Debug_C_UpdateTime) == 0x000078, "Wrong size on WBP_UI_SM_Gamestart_Debug_C_UpdateTime"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateTime, CallFunc_GetFrameCount_ReturnValue) == 0x000000, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateTime::CallFunc_GetFrameCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateTime, CallFunc_Now_ReturnValue) == 0x000008, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateTime::CallFunc_Now_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateTime, CallFunc_Conv_Int64ToInt_ReturnValue) == 0x000010, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateTime::CallFunc_Conv_Int64ToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateTime, CallFunc_DateTime_ToString_String) == 0x000018, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateTime::CallFunc_DateTime_ToString_String' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateTime, CallFunc_Percent_IntInt_ReturnValue) == 0x000028, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateTime::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateTime, CallFunc_Conv_IntToText_ReturnValue) == 0x000030, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateTime::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateTime, CallFunc_Conv_TextToString_ReturnValue) == 0x000048, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateTime::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateTime, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateTime::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Gamestart_Debug_C_UpdateTime, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000068, "Member 'WBP_UI_SM_Gamestart_Debug_C_UpdateTime::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_SM_Gamestart_Debug_C \ +static_assert(alignof(UWBP_UI_SM_Gamestart_Debug_C) == 0x000008, "Wrong alignment on UWBP_UI_SM_Gamestart_Debug_C"); \ +static_assert(sizeof(UWBP_UI_SM_Gamestart_Debug_C) == 0x000328, "Wrong size on UWBP_UI_SM_Gamestart_Debug_C"); \ +static_assert(offsetof(UWBP_UI_SM_Gamestart_Debug_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_SM_Gamestart_Debug_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Gamestart_Debug_C, Text_Branch) == 0x000298, "Member 'UWBP_UI_SM_Gamestart_Debug_C::Text_Branch' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Gamestart_Debug_C, Text_CameraDetails) == 0x0002A0, "Member 'UWBP_UI_SM_Gamestart_Debug_C::Text_CameraDetails' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Gamestart_Debug_C, Text_Configuration) == 0x0002A8, "Member 'UWBP_UI_SM_Gamestart_Debug_C::Text_Configuration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Gamestart_Debug_C, Text_CurrentRequest) == 0x0002B0, "Member 'UWBP_UI_SM_Gamestart_Debug_C::Text_CurrentRequest' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Gamestart_Debug_C, Text_CurrentState) == 0x0002B8, "Member 'UWBP_UI_SM_Gamestart_Debug_C::Text_CurrentState' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Gamestart_Debug_C, Text_EngineVersion) == 0x0002C0, "Member 'UWBP_UI_SM_Gamestart_Debug_C::Text_EngineVersion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Gamestart_Debug_C, Text_GameVersion) == 0x0002C8, "Member 'UWBP_UI_SM_Gamestart_Debug_C::Text_GameVersion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Gamestart_Debug_C, Text_HostingProvider) == 0x0002D0, "Member 'UWBP_UI_SM_Gamestart_Debug_C::Text_HostingProvider' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Gamestart_Debug_C, Text_MatchmakingGroup) == 0x0002D8, "Member 'UWBP_UI_SM_Gamestart_Debug_C::Text_MatchmakingGroup' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Gamestart_Debug_C, Text_MatchmakingProvider) == 0x0002E0, "Member 'UWBP_UI_SM_Gamestart_Debug_C::Text_MatchmakingProvider' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Gamestart_Debug_C, Text_Namespace) == 0x0002E8, "Member 'UWBP_UI_SM_Gamestart_Debug_C::Text_Namespace' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Gamestart_Debug_C, Text_NetVersion) == 0x0002F0, "Member 'UWBP_UI_SM_Gamestart_Debug_C::Text_NetVersion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Gamestart_Debug_C, Text_Platform) == 0x0002F8, "Member 'UWBP_UI_SM_Gamestart_Debug_C::Text_Platform' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Gamestart_Debug_C, Text_PlayerUserName) == 0x000300, "Member 'UWBP_UI_SM_Gamestart_Debug_C::Text_PlayerUserName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Gamestart_Debug_C, Text_SaveVersion) == 0x000308, "Member 'UWBP_UI_SM_Gamestart_Debug_C::Text_SaveVersion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Gamestart_Debug_C, Text_SettingsEnvironment) == 0x000310, "Member 'UWBP_UI_SM_Gamestart_Debug_C::Text_SettingsEnvironment' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Gamestart_Debug_C, Text_Time) == 0x000318, "Member 'UWBP_UI_SM_Gamestart_Debug_C::Text_Time' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Gamestart_Debug_C, WMainMenu_NetInfo) == 0x000320, "Member 'UWBP_UI_SM_Gamestart_Debug_C::WMainMenu_NetInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp \ +static_assert(alignof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp"); \ +static_assert(sizeof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp) == 0x0001E8, "Wrong size on WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, EntryPoint) == 0x000000, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, CallFunc_GetSBZGameUserSettings_ReturnValue) == 0x000008, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::CallFunc_GetSBZGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, Temp_byte_Variable) == 0x000010, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, CallFunc_GetMatchmakingDifficulty_ReturnValue) == 0x000011, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::CallFunc_GetMatchmakingDifficulty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, Temp_byte_Variable_1) == 0x000012, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, Temp_byte_Variable_2) == 0x000013, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, CallFunc_GetGameStateMachine_ReturnValue) == 0x000018, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, K2Node_ComponentBoundEvent_NewIndex) == 0x000020, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::K2Node_ComponentBoundEvent_NewIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, Temp_int_Variable) == 0x000024, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, CallFunc_Conv_IntToByte_ReturnValue) == 0x000028, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, CallFunc_GetValidValue_ReturnValue) == 0x000029, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, K2Node_Select_Default) == 0x00002A, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, K2Node_Event_PreviousValue) == 0x00002C, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, K2Node_CreateDelegate_OutputDelegate) == 0x000038, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, K2Node_MakeStruct_SBZButtonControlReference) == 0x000050, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, K2Node_MakeArray_Array) == 0x000088, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000098, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, K2Node_ComponentBoundEvent_Button_4) == 0x0000C0, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, K2Node_ComponentBoundEvent_bIsEnabled_2) == 0x0000C8, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::K2Node_ComponentBoundEvent_bIsEnabled_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000CC, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x0000E0, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, CallFunc_GetUIManager_ReturnValue) == 0x000118, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, K2Node_MakeArray_Array_1) == 0x000120, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, CallFunc_PopStack_ReturnValue) == 0x000130, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, K2Node_MakeStruct_SBZButtonControlsReference_1) == 0x000140, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::K2Node_MakeStruct_SBZButtonControlsReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, CallFunc_PlayAnimation_ReturnValue) == 0x000168, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, CallFunc_GetUIManager_ReturnValue_1) == 0x000170, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, K2Node_ComponentBoundEvent_Button_3) == 0x000178, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, K2Node_ComponentBoundEvent_Button_2) == 0x000180, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, K2Node_ComponentBoundEvent_Button_1) == 0x000188, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x000190, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, CallFunc_TryRemoveFromStack_ReturnValue) == 0x000191, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::CallFunc_TryRemoveFromStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, K2Node_ComponentBoundEvent_Button) == 0x000198, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, K2Node_ComponentBoundEvent_bIsEnabled) == 0x0001A0, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, CallFunc_GetPartyManager_ReturnValue) == 0x0001A8, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::CallFunc_GetPartyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp, K2Node_MakeStruct_SBZOnlineMatchmakingParams) == 0x0001B0, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_ExecuteUbergraph_WBP_UI_MainMenu_QuickplayPopUp::K2Node_MakeStruct_SBZOnlineMatchmakingParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_ButtonBACK_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_ButtonBACK_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_ButtonBACK_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_ButtonBACK_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_ButtonBACK_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_ButtonBACK_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_ButtonBACK_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_ButtonBACK_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_ButtonBACK_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_ButtonReady_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_ButtonReady_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_ButtonReady_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_ButtonReady_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_ButtonReady_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_ButtonReady_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_ButtonReady_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_ButtonReady_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_ButtonReady_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_ButtonReady_1_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_ButtonReady_1_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_ButtonReady_1_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_ButtonReady_1_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_ButtonReady_1_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_ButtonReady_1_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_ButtonReady_1_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_WBP_UI_MatchmakeButton_InspectScreen_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_WBP_UI_MatchmakeButton_InspectScreen_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_WBP_UI_MatchmakeButton_InspectScreen_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_WBP_UI_MatchmakeButton_InspectScreen_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_WBP_UI_MatchmakeButton_InspectScreen_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_WBP_UI_MatchmakeButton_InspectScreen_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_WBP_UI_MatchmakeButton_InspectScreen_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_WBP_UI_DifficultySelectorWidget_02_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_WBP_UI_DifficultySelectorWidget_02_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_WBP_UI_DifficultySelectorWidget_02_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_WBP_UI_DifficultySelectorWidget_02_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_WBP_UI_DifficultySelectorWidget_02_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_WBP_UI_DifficultySelectorWidget_02_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_WBP_UI_DifficultySelectorWidget_02_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_WBP_UI_DifficultySelectorWidget_02_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_WBP_UI_DifficultySelectorWidget_02_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_QuickplayPopUp_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_MainMenu_QuickplayPopUp_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_MainMenu_QuickplayPopUp_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_MainMenu_QuickplayPopUp_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_MainMenu_QuickplayPopUp_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_WBP_UI_DifficultySelectorWidget_02_K2Node_ComponentBoundEvent_1_SBZOnSelectorOptionChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_WBP_UI_DifficultySelectorWidget_02_K2Node_ComponentBoundEvent_1_SBZOnSelectorOptionChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_WBP_UI_DifficultySelectorWidget_02_K2Node_ComponentBoundEvent_1_SBZOnSelectorOptionChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_WBP_UI_DifficultySelectorWidget_02_K2Node_ComponentBoundEvent_1_SBZOnSelectorOptionChanged__DelegateSignature) == 0x000004, "Wrong size on WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_WBP_UI_DifficultySelectorWidget_02_K2Node_ComponentBoundEvent_1_SBZOnSelectorOptionChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_WBP_UI_DifficultySelectorWidget_02_K2Node_ComponentBoundEvent_1_SBZOnSelectorOptionChanged__DelegateSignature, NewIndex) == 0x000000, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_BndEvt__WBP_UI_MainMenu_QuickplayPopUp_WBP_UI_DifficultySelectorWidget_02_K2Node_ComponentBoundEvent_1_SBZOnSelectorOptionChanged__DelegateSignature::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_QuickplayPopUp_C_Update_Difficulty_Visuals \ +static_assert(alignof(WBP_UI_MainMenu_QuickplayPopUp_C_Update_Difficulty_Visuals) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_QuickplayPopUp_C_Update_Difficulty_Visuals"); \ +static_assert(sizeof(WBP_UI_MainMenu_QuickplayPopUp_C_Update_Difficulty_Visuals) == 0x000028, "Wrong size on WBP_UI_MainMenu_QuickplayPopUp_C_Update_Difficulty_Visuals"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_Update_Difficulty_Visuals, NewParam) == 0x000000, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_Update_Difficulty_Visuals::NewParam' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_Update_Difficulty_Visuals, CallFunc_Map_Find_Value) == 0x000008, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_Update_Difficulty_Visuals::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_Update_Difficulty_Visuals, CallFunc_Map_Find_ReturnValue) == 0x000020, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_Update_Difficulty_Visuals::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_QuickplayPopUp_C_Set_Difficulty \ +static_assert(alignof(WBP_UI_MainMenu_QuickplayPopUp_C_Set_Difficulty) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_QuickplayPopUp_C_Set_Difficulty"); \ +static_assert(sizeof(WBP_UI_MainMenu_QuickplayPopUp_C_Set_Difficulty) == 0x000002, "Wrong size on WBP_UI_MainMenu_QuickplayPopUp_C_Set_Difficulty"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_Set_Difficulty, InDifficulty) == 0x000000, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_Set_Difficulty::InDifficulty' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_Set_Difficulty, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_Set_Difficulty::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_QuickplayPopUp_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_UI_MainMenu_QuickplayPopUp_C_OnControlsReferenceClicked) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_QuickplayPopUp_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_UI_MainMenu_QuickplayPopUp_C_OnControlsReferenceClicked) == 0x000028, "Wrong size on WBP_UI_MainMenu_QuickplayPopUp_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_OnControlsReferenceClicked, ActionName) == 0x000000, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_OnControlsReferenceClicked::ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_OnControlsReferenceClicked, K2Node_SwitchName_CmpSuccess) == 0x00000C, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_OnControlsReferenceClicked::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_OnControlsReferenceClicked, CallFunc_GetUIManager_ReturnValue) == 0x000010, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_OnControlsReferenceClicked::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_OnControlsReferenceClicked, CallFunc_PopStack_ReturnValue) == 0x000018, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_OnControlsReferenceClicked::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_QuickplayPopUp_C_LobbyTypeSelectorNavigateDown \ +static_assert(alignof(WBP_UI_MainMenu_QuickplayPopUp_C_LobbyTypeSelectorNavigateDown) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_QuickplayPopUp_C_LobbyTypeSelectorNavigateDown"); \ +static_assert(sizeof(WBP_UI_MainMenu_QuickplayPopUp_C_LobbyTypeSelectorNavigateDown) == 0x000010, "Wrong size on WBP_UI_MainMenu_QuickplayPopUp_C_LobbyTypeSelectorNavigateDown"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_LobbyTypeSelectorNavigateDown, Navigation_0) == 0x000000, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_LobbyTypeSelectorNavigateDown::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_LobbyTypeSelectorNavigateDown, ReturnValue) == 0x000008, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_LobbyTypeSelectorNavigateDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_QuickplayPopUp_C_UpdateType \ +static_assert(alignof(WBP_UI_MainMenu_QuickplayPopUp_C_UpdateType) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_QuickplayPopUp_C_UpdateType"); \ +static_assert(sizeof(WBP_UI_MainMenu_QuickplayPopUp_C_UpdateType) == 0x000001, "Wrong size on WBP_UI_MainMenu_QuickplayPopUp_C_UpdateType"); \ +static_assert(offsetof(WBP_UI_MainMenu_QuickplayPopUp_C_UpdateType, InLobbyType) == 0x000000, "Member 'WBP_UI_MainMenu_QuickplayPopUp_C_UpdateType::InLobbyType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_MainMenu_QuickplayPopUp_C \ +static_assert(alignof(UWBP_UI_MainMenu_QuickplayPopUp_C) == 0x000008, "Wrong alignment on UWBP_UI_MainMenu_QuickplayPopUp_C"); \ +static_assert(sizeof(UWBP_UI_MainMenu_QuickplayPopUp_C) == 0x000370, "Wrong size on UWBP_UI_MainMenu_QuickplayPopUp_C"); \ +static_assert(offsetof(UWBP_UI_MainMenu_QuickplayPopUp_C, UberGraphFrame) == 0x0002A0, "Member 'UWBP_UI_MainMenu_QuickplayPopUp_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_QuickplayPopUp_C, Show) == 0x0002A8, "Member 'UWBP_UI_MainMenu_QuickplayPopUp_C::Show' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_QuickplayPopUp_C, Back_Button) == 0x0002B0, "Member 'UWBP_UI_MainMenu_QuickplayPopUp_C::Back_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_QuickplayPopUp_C, CenterBackground_I) == 0x0002B8, "Member 'UWBP_UI_MainMenu_QuickplayPopUp_C::CenterBackground_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_QuickplayPopUp_C, Description_Difficulty) == 0x0002C0, "Member 'UWBP_UI_MainMenu_QuickplayPopUp_C::Description_Difficulty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_QuickplayPopUp_C, DifficulitySelector) == 0x0002C8, "Member 'UWBP_UI_MainMenu_QuickplayPopUp_C::DifficulitySelector' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_QuickplayPopUp_C, Image_256) == 0x0002D0, "Member 'UWBP_UI_MainMenu_QuickplayPopUp_C::Image_256' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_QuickplayPopUp_C, Ready_Button) == 0x0002D8, "Member 'UWBP_UI_MainMenu_QuickplayPopUp_C::Ready_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_QuickplayPopUp_C, TinyTop_Text) == 0x0002E0, "Member 'UWBP_UI_MainMenu_QuickplayPopUp_C::TinyTop_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_QuickplayPopUp_C, TinyTop_Text_1) == 0x0002E8, "Member 'UWBP_UI_MainMenu_QuickplayPopUp_C::TinyTop_Text_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_QuickplayPopUp_C, TinyTop_Text_2) == 0x0002F0, "Member 'UWBP_UI_MainMenu_QuickplayPopUp_C::TinyTop_Text_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_QuickplayPopUp_C, TinyTop_Text_3) == 0x0002F8, "Member 'UWBP_UI_MainMenu_QuickplayPopUp_C::TinyTop_Text_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_QuickplayPopUp_C, Title_T) == 0x000300, "Member 'UWBP_UI_MainMenu_QuickplayPopUp_C::Title_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_QuickplayPopUp_C, Difficulty_Desc) == 0x000308, "Member 'UWBP_UI_MainMenu_QuickplayPopUp_C::Difficulty_Desc' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_QuickplayPopUp_C, RT_Difficulty) == 0x000358, "Member 'UWBP_UI_MainMenu_QuickplayPopUp_C::RT_Difficulty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_QuickplayPopUp_C, Target) == 0x000360, "Member 'UWBP_UI_MainMenu_QuickplayPopUp_C::Target' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_QuickplayPopUp_C, LastFocusedButton) == 0x000368, "Member 'UWBP_UI_MainMenu_QuickplayPopUp_C::LastFocusedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_GameStart_MainMenu_C_ExecuteUbergraph_WBP_UI_GameStart_MainMenu \ +static_assert(alignof(WBP_UI_GameStart_MainMenu_C_ExecuteUbergraph_WBP_UI_GameStart_MainMenu) == 0x000004, "Wrong alignment on WBP_UI_GameStart_MainMenu_C_ExecuteUbergraph_WBP_UI_GameStart_MainMenu"); \ +static_assert(sizeof(WBP_UI_GameStart_MainMenu_C_ExecuteUbergraph_WBP_UI_GameStart_MainMenu) == 0x000014, "Wrong size on WBP_UI_GameStart_MainMenu_C_ExecuteUbergraph_WBP_UI_GameStart_MainMenu"); \ +static_assert(offsetof(WBP_UI_GameStart_MainMenu_C_ExecuteUbergraph_WBP_UI_GameStart_MainMenu, EntryPoint) == 0x000000, "Member 'WBP_UI_GameStart_MainMenu_C_ExecuteUbergraph_WBP_UI_GameStart_MainMenu::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GameStart_MainMenu_C_ExecuteUbergraph_WBP_UI_GameStart_MainMenu, CallFunc_Play2DSound_ReturnValue) == 0x000004, "Member 'WBP_UI_GameStart_MainMenu_C_ExecuteUbergraph_WBP_UI_GameStart_MainMenu::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_GameStart_MainMenu_C_ExecuteUbergraph_WBP_UI_GameStart_MainMenu, K2Node_Event_PreviousValue) == 0x000008, "Member 'WBP_UI_GameStart_MainMenu_C_ExecuteUbergraph_WBP_UI_GameStart_MainMenu::K2Node_Event_PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_GameStart_MainMenu_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_GameStart_MainMenu_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_GameStart_MainMenu_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_GameStart_MainMenu_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_GameStart_MainMenu_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_GameStart_MainMenu_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_GameStart_MainMenu_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_GameStart_MainMenu_C \ +static_assert(alignof(UWBP_UI_GameStart_MainMenu_C) == 0x000008, "Wrong alignment on UWBP_UI_GameStart_MainMenu_C"); \ +static_assert(sizeof(UWBP_UI_GameStart_MainMenu_C) == 0x000390, "Wrong size on UWBP_UI_GameStart_MainMenu_C"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, UberGraphFrame) == 0x0002A0, "Member 'UWBP_UI_GameStart_MainMenu_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, Menuroot) == 0x0002A8, "Member 'UWBP_UI_GameStart_MainMenu_C::Menuroot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, MoreMenu) == 0x0002B0, "Member 'UWBP_UI_GameStart_MainMenu_C::MoreMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, PlayScreen) == 0x0002B8, "Member 'UWBP_UI_GameStart_MainMenu_C::PlayScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, WBP_NewServerBrowser) == 0x0002C0, "Member 'UWBP_UI_GameStart_MainMenu_C::WBP_NewServerBrowser' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, WBP_UI_CrimeNet_Tutorial) == 0x0002C8, "Member 'UWBP_UI_GameStart_MainMenu_C::WBP_UI_CrimeNet_Tutorial' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, WBP_UI_MaskInventoryScreen) == 0x0002D0, "Member 'UWBP_UI_GameStart_MainMenu_C::WBP_UI_MaskInventoryScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, Widget_BlackMarketVendors) == 0x0002D8, "Member 'UWBP_UI_GameStart_MainMenu_C::Widget_BlackMarketVendors' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, Widget_CategorySelection) == 0x0002E0, "Member 'UWBP_UI_GameStart_MainMenu_C::Widget_CategorySelection' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, Widget_ChangeMatchmakingGroup) == 0x0002E8, "Member 'UWBP_UI_GameStart_MainMenu_C::Widget_ChangeMatchmakingGroup' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, Widget_Credits) == 0x0002F0, "Member 'UWBP_UI_GameStart_MainMenu_C::Widget_Credits' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, Widget_GloveInventoryScreen) == 0x0002F8, "Member 'UWBP_UI_GameStart_MainMenu_C::Widget_GloveInventoryScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, Widget_HeistSelection) == 0x000300, "Member 'UWBP_UI_GameStart_MainMenu_C::Widget_HeistSelection' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, Widget_InventoryScreen) == 0x000308, "Member 'UWBP_UI_GameStart_MainMenu_C::Widget_InventoryScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, Widget_OLDHeistSelection) == 0x000310, "Member 'UWBP_UI_GameStart_MainMenu_C::Widget_OLDHeistSelection' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, Widget_Replays) == 0x000318, "Member 'UWBP_UI_GameStart_MainMenu_C::Widget_Replays' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, Widget_ServerBrowser) == 0x000320, "Member 'UWBP_UI_GameStart_MainMenu_C::Widget_ServerBrowser' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, Widget_Settings_Audio) == 0x000328, "Member 'UWBP_UI_GameStart_MainMenu_C::Widget_Settings_Audio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, Widget_Settings_Gamepad) == 0x000330, "Member 'UWBP_UI_GameStart_MainMenu_C::Widget_Settings_Gamepad' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, Widget_Settings_Gameplay) == 0x000338, "Member 'UWBP_UI_GameStart_MainMenu_C::Widget_Settings_Gameplay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, Widget_Settings_HelperPanel_ButtonDescription) == 0x000340, "Member 'UWBP_UI_GameStart_MainMenu_C::Widget_Settings_HelperPanel_ButtonDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, Widget_Settings_HelperPanel_ColorBlindPreview) == 0x000348, "Member 'UWBP_UI_GameStart_MainMenu_C::Widget_Settings_HelperPanel_ColorBlindPreview' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, Widget_Settings_HelperPanel_ReticlePreview) == 0x000350, "Member 'UWBP_UI_GameStart_MainMenu_C::Widget_Settings_HelperPanel_ReticlePreview' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, Widget_Settings_Keyboard) == 0x000358, "Member 'UWBP_UI_GameStart_MainMenu_C::Widget_Settings_Keyboard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, Widget_Settings_NavBar) == 0x000360, "Member 'UWBP_UI_GameStart_MainMenu_C::Widget_Settings_NavBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, Widget_Settings_UserInterface) == 0x000368, "Member 'UWBP_UI_GameStart_MainMenu_C::Widget_Settings_UserInterface' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, Widget_Settings_Video) == 0x000370, "Member 'UWBP_UI_GameStart_MainMenu_C::Widget_Settings_Video' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, Widget_SuitInventoryScreen) == 0x000378, "Member 'UWBP_UI_GameStart_MainMenu_C::Widget_SuitInventoryScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_GameStart_MainMenu_C, DefaultTab) == 0x000380, "Member 'UWBP_UI_GameStart_MainMenu_C::DefaultTab' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_FullscreenVideo_C \ +static_assert(alignof(UWBP_FullscreenVideo_C) == 0x000008, "Wrong alignment on UWBP_FullscreenVideo_C"); \ +static_assert(sizeof(UWBP_FullscreenVideo_C) == 0x000368, "Wrong size on UWBP_FullscreenVideo_C"); \ + +#define DUMPER7_ASSERTS_BP_SentryGun_C_ExecuteUbergraph_BP_SentryGun \ +static_assert(alignof(BP_SentryGun_C_ExecuteUbergraph_BP_SentryGun) == 0x000004, "Wrong alignment on BP_SentryGun_C_ExecuteUbergraph_BP_SentryGun"); \ +static_assert(sizeof(BP_SentryGun_C_ExecuteUbergraph_BP_SentryGun) == 0x000010, "Wrong size on BP_SentryGun_C_ExecuteUbergraph_BP_SentryGun"); \ +static_assert(offsetof(BP_SentryGun_C_ExecuteUbergraph_BP_SentryGun, EntryPoint) == 0x000000, "Member 'BP_SentryGun_C_ExecuteUbergraph_BP_SentryGun::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SentryGun_C_ExecuteUbergraph_BP_SentryGun, K2Node_Event_InHealth) == 0x000004, "Member 'BP_SentryGun_C_ExecuteUbergraph_BP_SentryGun::K2Node_Event_InHealth' has a wrong offset!"); \ +static_assert(offsetof(BP_SentryGun_C_ExecuteUbergraph_BP_SentryGun, CallFunc_MapRangeClamped_ReturnValue) == 0x000008, "Member 'BP_SentryGun_C_ExecuteUbergraph_BP_SentryGun::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SentryGun_C_ExecuteUbergraph_BP_SentryGun, CallFunc_Less_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_SentryGun_C_ExecuteUbergraph_BP_SentryGun::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SentryGun_C_ExecuteUbergraph_BP_SentryGun, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00000D, "Member 'BP_SentryGun_C_ExecuteUbergraph_BP_SentryGun::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SentryGun_C_OnOverheatDamageTaken \ +static_assert(alignof(BP_SentryGun_C_OnOverheatDamageTaken) == 0x000004, "Wrong alignment on BP_SentryGun_C_OnOverheatDamageTaken"); \ +static_assert(sizeof(BP_SentryGun_C_OnOverheatDamageTaken) == 0x000004, "Wrong size on BP_SentryGun_C_OnOverheatDamageTaken"); \ +static_assert(offsetof(BP_SentryGun_C_OnOverheatDamageTaken, InHealth) == 0x000000, "Member 'BP_SentryGun_C_OnOverheatDamageTaken::InHealth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SentryGun_C \ +static_assert(alignof(ABP_SentryGun_C) == 0x000010, "Wrong alignment on ABP_SentryGun_C"); \ +static_assert(sizeof(ABP_SentryGun_C) == 0x000830, "Wrong size on ABP_SentryGun_C"); \ +static_assert(offsetof(ABP_SentryGun_C, UberGraphFrame) == 0x000810, "Member 'ABP_SentryGun_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_SentryGun_C, FX_Sentry_Overheat) == 0x000818, "Member 'ABP_SentryGun_C::FX_Sentry_Overheat' has a wrong offset!"); \ +static_assert(offsetof(ABP_SentryGun_C, Interaction_Collision) == 0x000820, "Member 'ABP_SentryGun_C::Interaction_Collision' has a wrong offset!"); \ +static_assert(offsetof(ABP_SentryGun_C, WeaponAttach) == 0x000828, "Member 'ABP_SentryGun_C::WeaponAttach' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_FirstTimeStartTutorialPopup_C \ +static_assert(alignof(UWBP_FirstTimeStartTutorialPopup_C) == 0x000008, "Wrong alignment on UWBP_FirstTimeStartTutorialPopup_C"); \ +static_assert(sizeof(UWBP_FirstTimeStartTutorialPopup_C) == 0x000290, "Wrong size on UWBP_FirstTimeStartTutorialPopup_C"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen \ +static_assert(alignof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen"); \ +static_assert(sizeof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen) == 0x000778, "Wrong size on WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, EntryPoint) == 0x000000, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, Temp_object_Variable) == 0x000008, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_DynamicCast_AsPaper_Sprite) == 0x000010, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_CustomEvent_Loaded) == 0x000020, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_Play2DSound_ReturnValue) == 0x000028, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_Play2DSound_ReturnValue_1) == 0x00002C, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_Play2DSound_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, Temp_object_Variable_1) == 0x000030, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_DynamicCast_AsPaper_Sprite_1) == 0x000038, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_DynamicCast_AsPaper_Sprite_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_ComponentBoundEvent_Button_7) == 0x000048, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_ComponentBoundEvent_Button_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_Event_PreviousValue) == 0x000050, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_MakeStruct_SBZButtonControlReference) == 0x000060, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000098, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_ComponentBoundEvent_Button_6) == 0x0000B0, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_ComponentBoundEvent_Button_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_ComponentBoundEvent_bIsEnabled_3) == 0x0000B8, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_ComponentBoundEvent_bIsEnabled_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x0000C0, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000F8, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_ComponentBoundEvent_NewIndex) == 0x00010C, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_ComponentBoundEvent_NewIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_CustomEvent_Loaded_1) == 0x000110, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_CustomEvent_Loaded_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_Conv_IntToByte_ReturnValue) == 0x000118, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_GetValidValue_ReturnValue) == 0x000119, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_GetGameStateMachine_ReturnValue) == 0x000120, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_GetGameStateMachine_ReturnValue_1) == 0x000128, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_GetGameStateMachine_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_IsMatchmakingInProgress_ReturnValue) == 0x000130, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_IsMatchmakingInProgress_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_LevelPathToIdx_ReturnValue) == 0x000134, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_LevelPathToIdx_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_GetGameStateMachine_ReturnValue_2) == 0x000138, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_GetGameStateMachine_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000140, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_ComponentBoundEvent_Button_5) == 0x000148, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_ComponentBoundEvent_Button_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_Play2DSound_ReturnValue_2) == 0x000150, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_Play2DSound_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_ComponentBoundEvent_Button_4) == 0x000158, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_GetGameStateMachine_ReturnValue_3) == 0x000160, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_GetGameStateMachine_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_GetGameStateMachine_ReturnValue_4) == 0x000168, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_GetGameStateMachine_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_GetGameStateMachine_ReturnValue_5) == 0x000170, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_GetGameStateMachine_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_GetMatchMakingParameters_ReturnValue) == 0x000178, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_GetMatchMakingParameters_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_ComponentBoundEvent_Button_3) == 0x0001B0, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_ComponentBoundEvent_bIsEnabled_2) == 0x0001B8, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_ComponentBoundEvent_bIsEnabled_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_MakeStruct_SBZButtonControlReference_2) == 0x0001C0, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_MakeStruct_SBZButtonControlReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_MakeStruct_SBZButtonControlReference_3) == 0x0001F8, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_MakeStruct_SBZButtonControlReference_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_CreateDelegate_OutputDelegate_2) == 0x000230, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, Temp_text_Variable) == 0x000248, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_ComponentBoundEvent_Button_2) == 0x000260, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x000268, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_MakeStruct_SBZButtonControlReference_4) == 0x000270, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_MakeStruct_SBZButtonControlReference_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_MakeStruct_SBZButtonControlReference_5) == 0x0002A8, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_MakeStruct_SBZButtonControlReference_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_CreateDelegate_OutputDelegate_3) == 0x0002E0, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, Temp_text_Variable_1) == 0x0002F8, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_GetGameUserSettings_ReturnValue) == 0x000310, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_DynamicCast_AsSBZGame_User_Settings) == 0x000318, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_DynamicCast_AsSBZGame_User_Settings' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_DynamicCast_bSuccess_2) == 0x000320, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, Temp_bool_Variable) == 0x000321, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_IsContractorAudioBriefingEnabled_ReturnValue) == 0x000322, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_IsContractorAudioBriefingEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_IsContractorAudioBriefingEnabled_ReturnValue_1) == 0x000323, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_IsContractorAudioBriefingEnabled_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000328, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_Not_PreBool_ReturnValue) == 0x000330, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000338, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_SelectFloat_ReturnValue) == 0x000340, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_MakeStruct_SBZButtonControlReference_6) == 0x000348, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_MakeStruct_SBZButtonControlReference_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_MakeArray_Array) == 0x000380, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_Play2DSound_ReturnValue_3) == 0x000390, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_Play2DSound_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000398, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_CreateDelegate_OutputDelegate_4) == 0x0003C0, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_GetGameUserSettings_ReturnValue_1) == 0x0003D8, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_GetGameUserSettings_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_MakeStruct_SBZButtonControlReference_7) == 0x0003E0, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_MakeStruct_SBZButtonControlReference_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_DynamicCast_AsSBZGame_User_Settings_1) == 0x000418, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_DynamicCast_AsSBZGame_User_Settings_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_DynamicCast_bSuccess_3) == 0x000420, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_MakeArray_Array_1) == 0x000428, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_IsContractorAudioBriefingEnabled_ReturnValue_2) == 0x000438, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_IsContractorAudioBriefingEnabled_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_MakeStruct_SBZButtonControlsReference_1) == 0x000440, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_MakeStruct_SBZButtonControlsReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_MakeStruct_SBZButtonControlReference_8) == 0x000468, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_MakeStruct_SBZButtonControlReference_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_MakeArray_Array_2) == 0x0004A0, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_MakeStruct_SBZButtonControlReference_9) == 0x0004B0, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_MakeStruct_SBZButtonControlReference_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_MakeStruct_SBZButtonControlsReference_2) == 0x0004E8, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_MakeStruct_SBZButtonControlsReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_MakeArray_Array_3) == 0x000510, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_MakeStruct_SBZButtonControlsReference_3) == 0x000520, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_MakeStruct_SBZButtonControlsReference_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_ComponentBoundEvent_Button_1) == 0x000548, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_ComponentBoundEvent_bIsEnabled) == 0x000550, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_ComponentBoundEvent_Button) == 0x000558, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_MakeStruct_SBZButtonControlReference_10) == 0x000560, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_MakeStruct_SBZButtonControlReference_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_MakeStruct_SBZButtonControlReference_11) == 0x000598, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_MakeStruct_SBZButtonControlReference_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_CreateDelegate_OutputDelegate_5) == 0x0005D0, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_MakeStruct_SBZButtonControlReference_12) == 0x0005E8, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_MakeStruct_SBZButtonControlReference_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_IsSoloGameEnabled_ReturnValue) == 0x000620, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_IsSoloGameEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_MakeArray_Array_4) == 0x000628, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_MakeStruct_SBZButtonControlsReference_4) == 0x000638, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_MakeStruct_SBZButtonControlsReference_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_GetGameStateMachine_ReturnValue_6) == 0x000660, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_GetGameStateMachine_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_LevelPathToIdx_ReturnValue_1) == 0x000668, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_LevelPathToIdx_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_GetMatchMakingParameters_ReturnValue_1) == 0x000670, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_GetMatchMakingParameters_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_GetGameStateMachine_ReturnValue_7) == 0x0006A8, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_GetGameStateMachine_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_Conv_ByteToInt_ReturnValue) == 0x0006B0, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_GetGameStateMachine_ReturnValue_8) == 0x0006B8, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_GetGameStateMachine_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_CanRequestSoloGame_ReturnValue) == 0x0006C0, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_CanRequestSoloGame_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_Not_PreBool_ReturnValue_1) == 0x0006C1, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_Select_Default) == 0x0006C8, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_GetSBZOnline_ReturnValue) == 0x0006E0, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_GetSBZOnline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_CreateDelegate_OutputDelegate_6) == 0x0006E8, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_CustomEvent_ContractorSpeak) == 0x0006FC, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_CustomEvent_ContractorSpeak' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_GetSBZGameUserSettings_ReturnValue) == 0x000700, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_GetSBZGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_GetGameStateMachine_ReturnValue_9) == 0x000708, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_GetGameStateMachine_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_GetMatchmakingDifficulty_ReturnValue) == 0x000710, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_GetMatchmakingDifficulty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000711, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_IsValid_ReturnValue) == 0x000712, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000718, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_CreateDelegate_OutputDelegate_7) == 0x000728, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, Temp_bool_Variable_1) == 0x00073C, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_Select_Default_1) == 0x000740, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_IsValid_ReturnValue_1) == 0x000748, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, K2Node_CreateDelegate_OutputDelegate_8) == 0x00074C, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_IsValidSoftObjectReference_ReturnValue_1) == 0x000760, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_IsValidSoftObjectReference_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1) == 0x000768, "Member 'WBP_CrimeNet_HeistInspectScreen_C_ExecuteUbergraph_WBP_CrimeNet_HeistInspectScreen::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistInspectScreen_C_SetSpeak \ +static_assert(alignof(WBP_CrimeNet_HeistInspectScreen_C_SetSpeak) == 0x000001, "Wrong alignment on WBP_CrimeNet_HeistInspectScreen_C_SetSpeak"); \ +static_assert(sizeof(WBP_CrimeNet_HeistInspectScreen_C_SetSpeak) == 0x000001, "Wrong size on WBP_CrimeNet_HeistInspectScreen_C_SetSpeak"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_SetSpeak, ContractorSpeak) == 0x000000, "Member 'WBP_CrimeNet_HeistInspectScreen_C_SetSpeak::ContractorSpeak' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_ProceedSoloButton_InspectScreen_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_ProceedSoloButton_InspectScreen_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_ProceedSoloButton_InspectScreen_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_ProceedSoloButton_InspectScreen_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_ProceedSoloButton_InspectScreen_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_ProceedSoloButton_InspectScreen_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_ProceedSoloButton_InspectScreen_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_ProceedSoloButton_InspectScreen_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_ProceedSoloButton_InspectScreen_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_ProceedSoloButton_InspectScreen_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_ProceedSoloButton_InspectScreen_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_ProceedSoloButton_InspectScreen_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_ProceedSoloButton_InspectScreen_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_ProceedSoloButton_InspectScreen_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_ProceedSoloButton_InspectScreen_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_ProceedSoloButton_InspectScreen_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_CancelMatchmakeButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_CancelMatchmakeButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_CancelMatchmakeButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_CancelMatchmakeButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_CancelMatchmakeButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_CancelMatchmakeButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_CancelMatchmakeButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_CancelMatchmakeButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_CancelMatchmakeButton_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_MatchmakeButton_InspectScreen_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_MatchmakeButton_InspectScreen_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_MatchmakeButton_InspectScreen_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_MatchmakeButton_InspectScreen_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_MatchmakeButton_InspectScreen_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_MatchmakeButton_InspectScreen_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_MatchmakeButton_InspectScreen_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_MatchmakeButton_InspectScreen_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_MatchmakeButton_InspectScreen_K2Node_ComponentBoundEvent_3_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_CancelMatchmakeButton_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_CancelMatchmakeButton_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_CancelMatchmakeButton_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_CancelMatchmakeButton_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_CancelMatchmakeButton_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_CancelMatchmakeButton_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_CancelMatchmakeButton_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_MatchmakeButton_InspectScreen_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_MatchmakeButton_InspectScreen_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_MatchmakeButton_InspectScreen_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_MatchmakeButton_InspectScreen_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_MatchmakeButton_InspectScreen_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_MatchmakeButton_InspectScreen_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_MatchmakeButton_InspectScreen_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_DifficultySelectorWidget_K2Node_ComponentBoundEvent_1_SBZOnSelectorOptionChanged__DelegateSignature \ +static_assert(alignof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_DifficultySelectorWidget_K2Node_ComponentBoundEvent_1_SBZOnSelectorOptionChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_DifficultySelectorWidget_K2Node_ComponentBoundEvent_1_SBZOnSelectorOptionChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_DifficultySelectorWidget_K2Node_ComponentBoundEvent_1_SBZOnSelectorOptionChanged__DelegateSignature) == 0x000004, "Wrong size on WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_DifficultySelectorWidget_K2Node_ComponentBoundEvent_1_SBZOnSelectorOptionChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_DifficultySelectorWidget_K2Node_ComponentBoundEvent_1_SBZOnSelectorOptionChanged__DelegateSignature, NewIndex) == 0x000000, "Member 'WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_DifficultySelectorWidget_K2Node_ComponentBoundEvent_1_SBZOnSelectorOptionChanged__DelegateSignature::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_DifficultySelectorWidget_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_DifficultySelectorWidget_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_DifficultySelectorWidget_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_DifficultySelectorWidget_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_DifficultySelectorWidget_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_DifficultySelectorWidget_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_DifficultySelectorWidget_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_DifficultySelectorWidget_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_DifficultySelectorWidget_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistInspectScreen_C_OnGainedStackFocused \ +static_assert(alignof(WBP_CrimeNet_HeistInspectScreen_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_CrimeNet_HeistInspectScreen_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_CrimeNet_HeistInspectScreen_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_CrimeNet_HeistInspectScreen_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_CrimeNet_HeistInspectScreen_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_GenericContainerButton_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_GenericContainerButton_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_GenericContainerButton_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_GenericContainerButton_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_GenericContainerButton_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_GenericContainerButton_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_CrimeNet_HeistInspectScreen_C_BndEvt__WBP_CrimeNet_HeistInspectScreen_WBP_UI_GenericContainerButton_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistInspectScreen_C_OnLoaded_4D2A4C6A460D9ECC6C9D1F94C7CF8CEE \ +static_assert(alignof(WBP_CrimeNet_HeistInspectScreen_C_OnLoaded_4D2A4C6A460D9ECC6C9D1F94C7CF8CEE) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistInspectScreen_C_OnLoaded_4D2A4C6A460D9ECC6C9D1F94C7CF8CEE"); \ +static_assert(sizeof(WBP_CrimeNet_HeistInspectScreen_C_OnLoaded_4D2A4C6A460D9ECC6C9D1F94C7CF8CEE) == 0x000008, "Wrong size on WBP_CrimeNet_HeistInspectScreen_C_OnLoaded_4D2A4C6A460D9ECC6C9D1F94C7CF8CEE"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_OnLoaded_4D2A4C6A460D9ECC6C9D1F94C7CF8CEE, Loaded) == 0x000000, "Member 'WBP_CrimeNet_HeistInspectScreen_C_OnLoaded_4D2A4C6A460D9ECC6C9D1F94C7CF8CEE::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistInspectScreen_C_OnLoaded_9A4672FA4EFD9FA6EFBA1DAC3B9AF7BA \ +static_assert(alignof(WBP_CrimeNet_HeistInspectScreen_C_OnLoaded_9A4672FA4EFD9FA6EFBA1DAC3B9AF7BA) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistInspectScreen_C_OnLoaded_9A4672FA4EFD9FA6EFBA1DAC3B9AF7BA"); \ +static_assert(sizeof(WBP_CrimeNet_HeistInspectScreen_C_OnLoaded_9A4672FA4EFD9FA6EFBA1DAC3B9AF7BA) == 0x000008, "Wrong size on WBP_CrimeNet_HeistInspectScreen_C_OnLoaded_9A4672FA4EFD9FA6EFBA1DAC3B9AF7BA"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_OnLoaded_9A4672FA4EFD9FA6EFBA1DAC3B9AF7BA, Loaded) == 0x000000, "Member 'WBP_CrimeNet_HeistInspectScreen_C_OnLoaded_9A4672FA4EFD9FA6EFBA1DAC3B9AF7BA::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistInspectScreen_C_Update_Level_Data \ +static_assert(alignof(WBP_CrimeNet_HeistInspectScreen_C_Update_Level_Data) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistInspectScreen_C_Update_Level_Data"); \ +static_assert(sizeof(WBP_CrimeNet_HeistInspectScreen_C_Update_Level_Data) == 0x000088, "Wrong size on WBP_CrimeNet_HeistInspectScreen_C_Update_Level_Data"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_Update_Level_Data, Difficulty) == 0x000000, "Member 'WBP_CrimeNet_HeistInspectScreen_C_Update_Level_Data::Difficulty' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_Update_Level_Data, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'WBP_CrimeNet_HeistInspectScreen_C_Update_Level_Data::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_Update_Level_Data, CallFunc_GetEstimatedPayout_OutMin) == 0x000030, "Member 'WBP_CrimeNet_HeistInspectScreen_C_Update_Level_Data::CallFunc_GetEstimatedPayout_OutMin' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_Update_Level_Data, CallFunc_GetEstimatedPayout_OutMax) == 0x000034, "Member 'WBP_CrimeNet_HeistInspectScreen_C_Update_Level_Data::CallFunc_GetEstimatedPayout_OutMax' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_Update_Level_Data, CallFunc_Conv_IntToText_ReturnValue) == 0x000038, "Member 'WBP_CrimeNet_HeistInspectScreen_C_Update_Level_Data::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_Update_Level_Data, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000050, "Member 'WBP_CrimeNet_HeistInspectScreen_C_Update_Level_Data::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_Update_Level_Data, CallFunc_Map_Find_Value) == 0x000068, "Member 'WBP_CrimeNet_HeistInspectScreen_C_Update_Level_Data::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_Update_Level_Data, CallFunc_Map_Find_ReturnValue) == 0x000080, "Member 'WBP_CrimeNet_HeistInspectScreen_C_Update_Level_Data::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_Update_Level_Data, CallFunc_IsValid_ReturnValue) == 0x000081, "Member 'WBP_CrimeNet_HeistInspectScreen_C_Update_Level_Data::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistInspectScreen_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_CrimeNet_HeistInspectScreen_C_OnControlsReferenceClicked) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistInspectScreen_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_CrimeNet_HeistInspectScreen_C_OnControlsReferenceClicked) == 0x000028, "Wrong size on WBP_CrimeNet_HeistInspectScreen_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_OnControlsReferenceClicked, ActionName) == 0x000000, "Member 'WBP_CrimeNet_HeistInspectScreen_C_OnControlsReferenceClicked::ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_OnControlsReferenceClicked, K2Node_SwitchName_CmpSuccess) == 0x00000C, "Member 'WBP_CrimeNet_HeistInspectScreen_C_OnControlsReferenceClicked::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_OnControlsReferenceClicked, CallFunc_GetUIManager_ReturnValue) == 0x000010, "Member 'WBP_CrimeNet_HeistInspectScreen_C_OnControlsReferenceClicked::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_OnControlsReferenceClicked, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_CrimeNet_HeistInspectScreen_C_OnControlsReferenceClicked::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_OnControlsReferenceClicked, CallFunc_PopStack_ReturnValue) == 0x00001C, "Member 'WBP_CrimeNet_HeistInspectScreen_C_OnControlsReferenceClicked::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistInspectScreen_C_SetMatchmakingState \ +static_assert(alignof(WBP_CrimeNet_HeistInspectScreen_C_SetMatchmakingState) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistInspectScreen_C_SetMatchmakingState"); \ +static_assert(sizeof(WBP_CrimeNet_HeistInspectScreen_C_SetMatchmakingState) == 0x000018, "Wrong size on WBP_CrimeNet_HeistInspectScreen_C_SetMatchmakingState"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_SetMatchmakingState, Force_Disable_Matchmaking) == 0x000000, "Member 'WBP_CrimeNet_HeistInspectScreen_C_SetMatchmakingState::Force_Disable_Matchmaking' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_SetMatchmakingState, CallFunc_GetGameStateMachine_ReturnValue) == 0x000008, "Member 'WBP_CrimeNet_HeistInspectScreen_C_SetMatchmakingState::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_SetMatchmakingState, CallFunc_IsMatchmakingInProgress_ReturnValue) == 0x000010, "Member 'WBP_CrimeNet_HeistInspectScreen_C_SetMatchmakingState::CallFunc_IsMatchmakingInProgress_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_CrimeNet_HeistInspectScreen_C_RefreshVisuals \ +static_assert(alignof(WBP_CrimeNet_HeistInspectScreen_C_RefreshVisuals) == 0x000008, "Wrong alignment on WBP_CrimeNet_HeistInspectScreen_C_RefreshVisuals"); \ +static_assert(sizeof(WBP_CrimeNet_HeistInspectScreen_C_RefreshVisuals) == 0x000020, "Wrong size on WBP_CrimeNet_HeistInspectScreen_C_RefreshVisuals"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_RefreshVisuals, CallFunc_GetSBZGameUserSettings_ReturnValue) == 0x000000, "Member 'WBP_CrimeNet_HeistInspectScreen_C_RefreshVisuals::CallFunc_GetSBZGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_RefreshVisuals, CallFunc_GetMatchmakingDifficulty_ReturnValue) == 0x000008, "Member 'WBP_CrimeNet_HeistInspectScreen_C_RefreshVisuals::CallFunc_GetMatchmakingDifficulty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_RefreshVisuals, CallFunc_IsSoloGameEnabled_ReturnValue) == 0x000009, "Member 'WBP_CrimeNet_HeistInspectScreen_C_RefreshVisuals::CallFunc_IsSoloGameEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_RefreshVisuals, CallFunc_GetGameStateMachine_ReturnValue) == 0x000010, "Member 'WBP_CrimeNet_HeistInspectScreen_C_RefreshVisuals::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_CrimeNet_HeistInspectScreen_C_RefreshVisuals, CallFunc_IsMatchmakingInProgress_ReturnValue) == 0x000018, "Member 'WBP_CrimeNet_HeistInspectScreen_C_RefreshVisuals::CallFunc_IsMatchmakingInProgress_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CrimeNet_HeistInspectScreen_C \ +static_assert(alignof(UWBP_CrimeNet_HeistInspectScreen_C) == 0x000008, "Wrong alignment on UWBP_CrimeNet_HeistInspectScreen_C"); \ +static_assert(sizeof(UWBP_CrimeNet_HeistInspectScreen_C) == 0x0003C8, "Wrong size on UWBP_CrimeNet_HeistInspectScreen_C"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistInspectScreen_C, UberGraphFrame) == 0x0002C8, "Member 'UWBP_CrimeNet_HeistInspectScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistInspectScreen_C, Banner_Background) == 0x0002D0, "Member 'UWBP_CrimeNet_HeistInspectScreen_C::Banner_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistInspectScreen_C, HeistContractorIcon) == 0x0002D8, "Member 'UWBP_CrimeNet_HeistInspectScreen_C::HeistContractorIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistInspectScreen_C, HeistContractorName) == 0x0002E0, "Member 'UWBP_CrimeNet_HeistInspectScreen_C::HeistContractorName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistInspectScreen_C, Image_Banner) == 0x0002E8, "Member 'UWBP_CrimeNet_HeistInspectScreen_C::Image_Banner' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistInspectScreen_C, PayoutMax) == 0x0002F0, "Member 'UWBP_CrimeNet_HeistInspectScreen_C::PayoutMax' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistInspectScreen_C, PayoutMin) == 0x0002F8, "Member 'UWBP_CrimeNet_HeistInspectScreen_C::PayoutMin' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistInspectScreen_C, ScreenTitle) == 0x000300, "Member 'UWBP_CrimeNet_HeistInspectScreen_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistInspectScreen_C, SoundIconOFF) == 0x000308, "Member 'UWBP_CrimeNet_HeistInspectScreen_C::SoundIconOFF' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistInspectScreen_C, SoundIconOn) == 0x000310, "Member 'UWBP_CrimeNet_HeistInspectScreen_C::SoundIconOn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistInspectScreen_C, Text_LevelDescription) == 0x000318, "Member 'UWBP_CrimeNet_HeistInspectScreen_C::Text_LevelDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistInspectScreen_C, Text_LevelName) == 0x000320, "Member 'UWBP_CrimeNet_HeistInspectScreen_C::Text_LevelName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistInspectScreen_C, TextBlock_Header) == 0x000328, "Member 'UWBP_CrimeNet_HeistInspectScreen_C::TextBlock_Header' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistInspectScreen_C, WBP_CrimeNet_HeistDescriptionPanel) == 0x000330, "Member 'UWBP_CrimeNet_HeistInspectScreen_C::WBP_CrimeNet_HeistDescriptionPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistInspectScreen_C, WBP_LobbyTypeSelector) == 0x000338, "Member 'UWBP_CrimeNet_HeistInspectScreen_C::WBP_LobbyTypeSelector' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistInspectScreen_C, WBP_UI_CancelMatchmakeButton) == 0x000340, "Member 'UWBP_CrimeNet_HeistInspectScreen_C::WBP_UI_CancelMatchmakeButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistInspectScreen_C, WBP_UI_DifficultySelectorWidget) == 0x000348, "Member 'UWBP_CrimeNet_HeistInspectScreen_C::WBP_UI_DifficultySelectorWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistInspectScreen_C, WBP_UI_GenericContainerButton) == 0x000350, "Member 'UWBP_CrimeNet_HeistInspectScreen_C::WBP_UI_GenericContainerButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistInspectScreen_C, WBP_UI_MatchmakeButton_InspectScreen) == 0x000358, "Member 'UWBP_CrimeNet_HeistInspectScreen_C::WBP_UI_MatchmakeButton_InspectScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistInspectScreen_C, WBP_UI_ProceedSoloButton_InspectScreen) == 0x000360, "Member 'UWBP_CrimeNet_HeistInspectScreen_C::WBP_UI_ProceedSoloButton_InspectScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistInspectScreen_C, HeistData_InspectScreen) == 0x000368, "Member 'UWBP_CrimeNet_HeistInspectScreen_C::HeistData_InspectScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistInspectScreen_C, RT_FocusedButton) == 0x000370, "Member 'UWBP_CrimeNet_HeistInspectScreen_C::RT_FocusedButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CrimeNet_HeistInspectScreen_C, Heist) == 0x000378, "Member 'UWBP_CrimeNet_HeistInspectScreen_C::Heist' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect \ +static_assert(alignof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect) == 0x000008, "Wrong alignment on WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect"); \ +static_assert(sizeof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect) == 0x000FA8, "Wrong size on WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, EntryPoint) == 0x000000, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_AsSBZArmor_Data) == 0x000008, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_AsSBZArmor_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZArmorConfig) == 0x000018, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZArmorConfig' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZButtonControlReference) == 0x000038, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_IsInputTypeController_ReturnValue) == 0x000070, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_IsInputTypeController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_Array_Add_ReturnValue) == 0x000074, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000078, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZButtonControlReference_2) == 0x0000B0, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZButtonControlReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZButtonControlReference_3) == 0x0000E8, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZButtonControlReference_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_MakeLiteralName_ReturnValue) == 0x000120, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_Array_Add_ReturnValue_1) == 0x00012C, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_Array_Add_ReturnValue_2) == 0x000130, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x000138, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_CreateDelegate_OutputDelegate) == 0x000140, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_Array_Add_ReturnValue_3) == 0x000154, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZMaskPartConfigGroup) == 0x000158, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZMaskPartConfigGroup' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000168, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000190, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_GetMainMenuCameraManager_ReturnValue_1) == 0x0001A0, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_GetMainMenuCameraManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZButtonControlsReference_1) == 0x0001A8, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZButtonControlsReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001D0, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_MakeLiteralName_ReturnValue_2) == 0x0001E4, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZMaskPartConfigGroup_1) == 0x0001F0, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZMaskPartConfigGroup_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZButtonControlReference_4) == 0x000200, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZButtonControlReference_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_IsInputTypeController_ReturnValue_1) == 0x000238, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_IsInputTypeController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_Array_Add_ReturnValue_4) == 0x00023C, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZButtonControlReference_5) == 0x000240, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZButtonControlReference_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZButtonControlReference_6) == 0x000278, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZButtonControlReference_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZButtonControlReference_7) == 0x0002B0, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZButtonControlReference_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_Array_Add_ReturnValue_5) == 0x0002E8, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_Array_Add_ReturnValue_6) == 0x0002EC, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_Array_Add_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_Array_Add_ReturnValue_7) == 0x0002F0, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_Array_Add_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_CreateDelegate_OutputDelegate_2) == 0x0002F4, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZButtonControlsReference_2) == 0x000308, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZButtonControlsReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_Event_PreviousValue) == 0x000330, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_CustomEvent_ActionName) == 0x00033C, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_CustomEvent_ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_GetCustomizationManager_ReturnValue) == 0x000348, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_GetCustomizationManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_SwitchName_CmpSuccess) == 0x000350, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_GetUIManager_ReturnValue) == 0x000358, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_PopStack_ReturnValue) == 0x000360, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_AsSBZBase_Weapon_Data) == 0x000370, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_AsSBZBase_Weapon_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_bSuccess_1) == 0x000378, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZButtonControlReference_8) == 0x000380, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZButtonControlReference_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_Array_Add_ReturnValue_8) == 0x0003B8, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_Array_Add_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZButtonControlReference_9) == 0x0003C0, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZButtonControlReference_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZButtonControlReference_10) == 0x0003F8, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZButtonControlReference_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_Array_Add_ReturnValue_9) == 0x000430, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_Array_Add_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_Array_Add_ReturnValue_10) == 0x000434, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_Array_Add_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_IsInputTypeController_ReturnValue_2) == 0x000438, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_IsInputTypeController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZButtonControlReference_11) == 0x000440, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZButtonControlReference_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_GetCustomizationManager_ReturnValue_1) == 0x000478, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_GetCustomizationManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_AsSBZMask_Data) == 0x000480, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_AsSBZMask_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_bSuccess_2) == 0x000488, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZMaskConfig) == 0x000490, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZMaskConfig' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_AsSBZMask_Mould_Data) == 0x000500, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_AsSBZMask_Mould_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_bSuccess_3) == 0x000508, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZMaskPartConfigGroup_2) == 0x000510, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZMaskPartConfigGroup_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_Array_Add_ReturnValue_11) == 0x000520, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_Array_Add_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeMap_Map) == 0x000528, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZMaskConfig_1) == 0x000578, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZMaskConfig_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_AsSBZMask_VFXData) == 0x0005E8, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_AsSBZMask_VFXData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_bSuccess_4) == 0x0005F0, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZMaskPartConfigGroup_3) == 0x0005F8, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZMaskPartConfigGroup_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_AsSBZMask_Material_Data) == 0x000608, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_AsSBZMask_Material_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_bSuccess_5) == 0x000610, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeMap_Map_1) == 0x000618, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeMap_Map_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZMaskPartConfigGroup_4) == 0x000668, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZMaskPartConfigGroup_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZMaskConfig_2) == 0x000678, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZMaskConfig_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeMap_Map_2) == 0x0006E8, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeMap_Map_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZMaskConfig_3) == 0x000738, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZMaskConfig_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_AsSBZMask_Pattern_Data) == 0x0007A8, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_AsSBZMask_Pattern_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_bSuccess_6) == 0x0007B0, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZMaskPartConfigGroup_5) == 0x0007B8, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZMaskPartConfigGroup_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZMaskPartConfigGroup_6) == 0x0007C8, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZMaskPartConfigGroup_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeMap_Map_3) == 0x0007D8, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeMap_Map_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZMaskConfig_4) == 0x000828, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZMaskConfig_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000898, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_AsSBZWeapon_Charm_Data) == 0x0008A0, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_AsSBZWeapon_Charm_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_bSuccess_7) == 0x0008A8, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_GetMainMenuCameraManager_ReturnValue_2) == 0x0008B0, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_GetMainMenuCameraManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZEquippablePartConfigGroup) == 0x0008B8, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZEquippablePartConfigGroup' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeMap_Map_4) == 0x0008C8, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeMap_Map_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_GetCustomizationManager_ReturnValue_2) == 0x000918, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_GetCustomizationManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZEquippableConfig) == 0x000920, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZEquippableConfig' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_CreateDelegate_OutputDelegate_3) == 0x000990, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZButtonControlsReference_3) == 0x0009A8, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZButtonControlsReference_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_MakeLiteralName_ReturnValue_3) == 0x0009D0, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_MakeLiteralName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_CreateDelegate_OutputDelegate_4) == 0x0009DC, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZButtonControlsReference_4) == 0x0009F0, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZButtonControlsReference_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZButtonControlReference_12) == 0x000A18, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZButtonControlReference_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_GetMainMenuCameraManager_ReturnValue_3) == 0x000A50, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_GetMainMenuCameraManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_Array_Add_ReturnValue_12) == 0x000A58, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_Array_Add_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZButtonControlReference_13) == 0x000A60, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZButtonControlReference_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_GetGameMode_ReturnValue) == 0x000A98, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_Array_Add_ReturnValue_13) == 0x000AA0, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_Array_Add_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu) == 0x000AA8, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_bSuccess_8) == 0x000AB0, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZButtonControlReference_14) == 0x000AB8, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZButtonControlReference_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_Array_Add_ReturnValue_14) == 0x000AF0, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_Array_Add_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZButtonControlReference_15) == 0x000AF8, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZButtonControlReference_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_MakeLiteralName_ReturnValue_4) == 0x000B30, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_MakeLiteralName_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_Array_Add_ReturnValue_15) == 0x000B3C, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_Array_Add_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZButtonControlReference_16) == 0x000B40, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZButtonControlReference_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_Array_Add_ReturnValue_16) == 0x000B78, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_Array_Add_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_AsSBZWeapon_Preset_Config_Data) == 0x000B80, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_AsSBZWeapon_Preset_Config_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_bSuccess_9) == 0x000B88, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_GetCustomizationManager_ReturnValue_3) == 0x000B90, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_GetCustomizationManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_GetEquippableConfig_ReturnValue) == 0x000B98, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_GetEquippableConfig_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_GetCustomizationManager_ReturnValue_4) == 0x000C08, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_GetCustomizationManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZButtonControlReference_17) == 0x000C10, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZButtonControlReference_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_GetCustomizationManager_ReturnValue_5) == 0x000C48, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_GetCustomizationManager_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_Array_Add_ReturnValue_17) == 0x000C50, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_Array_Add_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZButtonControlReference_18) == 0x000C58, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZButtonControlReference_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_AsSBZMask_Preconfig_Data) == 0x000C90, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_AsSBZMask_Preconfig_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_bSuccess_10) == 0x000C98, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_Array_Add_ReturnValue_18) == 0x000C9C, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_Array_Add_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_GetMaskConfig_ReturnValue) == 0x000CA0, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_GetMaskConfig_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_AsSBZSuit_Base_Data) == 0x000D10, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_AsSBZSuit_Base_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_bSuccess_11) == 0x000D18, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZMaskConfig_5) == 0x000D20, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZMaskConfig_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_IsInputTypeController_ReturnValue_3) == 0x000D90, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_IsInputTypeController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_IsInputTypeController_ReturnValue_4) == 0x000D91, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_IsInputTypeController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_GetPreviewSuitConfig_ReturnValue) == 0x000D98, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_GetPreviewSuitConfig_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZSuitConfig) == 0x000DC0, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZSuitConfig' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZMaskPartConfigGroup_7) == 0x000DE8, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZMaskPartConfigGroup_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZMaskPartConfigGroup_8) == 0x000DF8, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZMaskPartConfigGroup_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZMaskPartConfigGroup_9) == 0x000E08, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZMaskPartConfigGroup_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_IsValid_ReturnValue) == 0x000E18, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_IsValid_ReturnValue_1) == 0x000E19, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZMaskPartConfigGroup_10) == 0x000E20, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZMaskPartConfigGroup_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_BooleanOR_ReturnValue) == 0x000E30, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeMap_Map_5) == 0x000E38, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeMap_Map_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZMaskConfig_6) == 0x000E88, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZMaskConfig_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, Temp_byte_Variable) == 0x000EF8, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, Temp_byte_Variable_1) == 0x000EF9, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_AsSBZGlove_Data) == 0x000F00, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_AsSBZGlove_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_bSuccess_12) == 0x000F08, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_Event_bIsLoading) == 0x000F09, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_Event_bIsLoading' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, Temp_bool_Variable) == 0x000F0A, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_Select_Default) == 0x000F0B, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_GetGameMode_ReturnValue_1) == 0x000F10, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_GetGameMode_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_PlayAnimation_ReturnValue) == 0x000F18, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu_1) == 0x000F20, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_bSuccess_13) == 0x000F28, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_GetMainMenuMannequin_ReturnValue) == 0x000F30, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_GetMainMenuMannequin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_MakeStruct_SBZButtonControlReference_19) == 0x000F38, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_MakeStruct_SBZButtonControlReference_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_GetMainMenuCameraManager_ReturnValue_4) == 0x000F70, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_GetMainMenuCameraManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_Array_Add_ReturnValue_19) == 0x000F78, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_Array_Add_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_GetGameMode_ReturnValue_2) == 0x000F80, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_GetGameMode_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_GetMainMenuMannequin_ReturnValue_1) == 0x000F88, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_GetMainMenuMannequin_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu_2) == 0x000F90, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, K2Node_DynamicCast_bSuccess_14) == 0x000F98, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect, CallFunc_GetCustomizationManager_ReturnValue_6) == 0x000FA0, "Member 'WBP_UI_Blackmarket_Inspect_C_ExecuteUbergraph_WBP_UI_Blackmarket_Inspect::CallFunc_GetCustomizationManager_ReturnValue_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Blackmarket_Inspect_C_OnCustomizationActorLoadingChanged \ +static_assert(alignof(WBP_UI_Blackmarket_Inspect_C_OnCustomizationActorLoadingChanged) == 0x000001, "Wrong alignment on WBP_UI_Blackmarket_Inspect_C_OnCustomizationActorLoadingChanged"); \ +static_assert(sizeof(WBP_UI_Blackmarket_Inspect_C_OnCustomizationActorLoadingChanged) == 0x000001, "Wrong size on WBP_UI_Blackmarket_Inspect_C_OnCustomizationActorLoadingChanged"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_OnCustomizationActorLoadingChanged, bIsLoading) == 0x000000, "Member 'WBP_UI_Blackmarket_Inspect_C_OnCustomizationActorLoadingChanged::bIsLoading' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Blackmarket_Inspect_C_OnControlReferenceClicked \ +static_assert(alignof(WBP_UI_Blackmarket_Inspect_C_OnControlReferenceClicked) == 0x000004, "Wrong alignment on WBP_UI_Blackmarket_Inspect_C_OnControlReferenceClicked"); \ +static_assert(sizeof(WBP_UI_Blackmarket_Inspect_C_OnControlReferenceClicked) == 0x00000C, "Wrong size on WBP_UI_Blackmarket_Inspect_C_OnControlReferenceClicked"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_OnControlReferenceClicked, ActionName) == 0x000000, "Member 'WBP_UI_Blackmarket_Inspect_C_OnControlReferenceClicked::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Blackmarket_Inspect_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_Blackmarket_Inspect_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_Blackmarket_Inspect_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_Blackmarket_Inspect_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_Blackmarket_Inspect_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_Blackmarket_Inspect_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Blackmarket_Inspect_C_CanInspectItem \ +static_assert(alignof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem) == 0x000008, "Wrong alignment on WBP_UI_Blackmarket_Inspect_C_CanInspectItem"); \ +static_assert(sizeof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem) == 0x0000D0, "Wrong size on WBP_UI_Blackmarket_Inspect_C_CanInspectItem"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem, InInspectData) == 0x000000, "Member 'WBP_UI_Blackmarket_Inspect_C_CanInspectItem::InInspectData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem, ReturnValue) == 0x000008, "Member 'WBP_UI_Blackmarket_Inspect_C_CanInspectItem::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem, K2Node_DynamicCast_AsSBZArmor_Data) == 0x000010, "Member 'WBP_UI_Blackmarket_Inspect_C_CanInspectItem::K2Node_DynamicCast_AsSBZArmor_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_UI_Blackmarket_Inspect_C_CanInspectItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem, K2Node_DynamicCast_AsSBZGlove_Data) == 0x000020, "Member 'WBP_UI_Blackmarket_Inspect_C_CanInspectItem::K2Node_DynamicCast_AsSBZGlove_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'WBP_UI_Blackmarket_Inspect_C_CanInspectItem::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem, K2Node_DynamicCast_AsSBZSuit_Base_Data) == 0x000030, "Member 'WBP_UI_Blackmarket_Inspect_C_CanInspectItem::K2Node_DynamicCast_AsSBZSuit_Base_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem, K2Node_DynamicCast_bSuccess_2) == 0x000038, "Member 'WBP_UI_Blackmarket_Inspect_C_CanInspectItem::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem, K2Node_DynamicCast_AsSBZMask_Preconfig_Data) == 0x000040, "Member 'WBP_UI_Blackmarket_Inspect_C_CanInspectItem::K2Node_DynamicCast_AsSBZMask_Preconfig_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem, K2Node_DynamicCast_bSuccess_3) == 0x000048, "Member 'WBP_UI_Blackmarket_Inspect_C_CanInspectItem::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem, K2Node_DynamicCast_AsSBZMask_VFXData) == 0x000050, "Member 'WBP_UI_Blackmarket_Inspect_C_CanInspectItem::K2Node_DynamicCast_AsSBZMask_VFXData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem, K2Node_DynamicCast_bSuccess_4) == 0x000058, "Member 'WBP_UI_Blackmarket_Inspect_C_CanInspectItem::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem, K2Node_DynamicCast_AsSBZMask_Material_Data) == 0x000060, "Member 'WBP_UI_Blackmarket_Inspect_C_CanInspectItem::K2Node_DynamicCast_AsSBZMask_Material_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem, K2Node_DynamicCast_bSuccess_5) == 0x000068, "Member 'WBP_UI_Blackmarket_Inspect_C_CanInspectItem::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem, K2Node_DynamicCast_AsSBZMask_Pattern_Data) == 0x000070, "Member 'WBP_UI_Blackmarket_Inspect_C_CanInspectItem::K2Node_DynamicCast_AsSBZMask_Pattern_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem, K2Node_DynamicCast_bSuccess_6) == 0x000078, "Member 'WBP_UI_Blackmarket_Inspect_C_CanInspectItem::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem, K2Node_DynamicCast_AsSBZMask_Mould_Data) == 0x000080, "Member 'WBP_UI_Blackmarket_Inspect_C_CanInspectItem::K2Node_DynamicCast_AsSBZMask_Mould_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem, K2Node_DynamicCast_bSuccess_7) == 0x000088, "Member 'WBP_UI_Blackmarket_Inspect_C_CanInspectItem::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem, K2Node_DynamicCast_AsSBZMask_Data) == 0x000090, "Member 'WBP_UI_Blackmarket_Inspect_C_CanInspectItem::K2Node_DynamicCast_AsSBZMask_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem, K2Node_DynamicCast_bSuccess_8) == 0x000098, "Member 'WBP_UI_Blackmarket_Inspect_C_CanInspectItem::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem, K2Node_DynamicCast_AsSBZWeapon_Preset_Config_Data) == 0x0000A0, "Member 'WBP_UI_Blackmarket_Inspect_C_CanInspectItem::K2Node_DynamicCast_AsSBZWeapon_Preset_Config_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem, K2Node_DynamicCast_bSuccess_9) == 0x0000A8, "Member 'WBP_UI_Blackmarket_Inspect_C_CanInspectItem::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem, K2Node_DynamicCast_AsSBZWeapon_Charm_Data) == 0x0000B0, "Member 'WBP_UI_Blackmarket_Inspect_C_CanInspectItem::K2Node_DynamicCast_AsSBZWeapon_Charm_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem, K2Node_DynamicCast_bSuccess_10) == 0x0000B8, "Member 'WBP_UI_Blackmarket_Inspect_C_CanInspectItem::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem, K2Node_DynamicCast_AsSBZBase_Weapon_Data) == 0x0000C0, "Member 'WBP_UI_Blackmarket_Inspect_C_CanInspectItem::K2Node_DynamicCast_AsSBZBase_Weapon_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Blackmarket_Inspect_C_CanInspectItem, K2Node_DynamicCast_bSuccess_11) == 0x0000C8, "Member 'WBP_UI_Blackmarket_Inspect_C_CanInspectItem::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Blackmarket_Inspect_C \ +static_assert(alignof(UWBP_UI_Blackmarket_Inspect_C) == 0x000008, "Wrong alignment on UWBP_UI_Blackmarket_Inspect_C"); \ +static_assert(sizeof(UWBP_UI_Blackmarket_Inspect_C) == 0x0003B0, "Wrong size on UWBP_UI_Blackmarket_Inspect_C"); \ +static_assert(offsetof(UWBP_UI_Blackmarket_Inspect_C, UberGraphFrame) == 0x000348, "Member 'UWBP_UI_Blackmarket_Inspect_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Blackmarket_Inspect_C, intro) == 0x000350, "Member 'UWBP_UI_Blackmarket_Inspect_C::intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Blackmarket_Inspect_C, ItemDescription) == 0x000358, "Member 'UWBP_UI_Blackmarket_Inspect_C::ItemDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Blackmarket_Inspect_C, LoadingIndicator) == 0x000360, "Member 'UWBP_UI_Blackmarket_Inspect_C::LoadingIndicator' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Blackmarket_Inspect_C, ScreenTitle) == 0x000368, "Member 'UWBP_UI_Blackmarket_Inspect_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Blackmarket_Inspect_C, PatternSlot) == 0x000370, "Member 'UWBP_UI_Blackmarket_Inspect_C::PatternSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Blackmarket_Inspect_C, TempSuitConfig) == 0x000378, "Member 'UWBP_UI_Blackmarket_Inspect_C::TempSuitConfig' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Blackmarket_Inspect_C, ControlsReferenceArray) == 0x0003A0, "Member 'UWBP_UI_Blackmarket_Inspect_C::ControlsReferenceArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_OVK_ARGES_C \ +static_assert(alignof(UBP_FireWeaponFeedback_OVK_ARGES_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_OVK_ARGES_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_OVK_ARGES_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_OVK_ARGES_C"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_MenuPlayerStatus_C \ +static_assert(alignof(UWBP_UI_MenuPlayerStatus_C) == 0x000008, "Wrong alignment on UWBP_UI_MenuPlayerStatus_C"); \ +static_assert(sizeof(UWBP_UI_MenuPlayerStatus_C) == 0x0002B8, "Wrong size on UWBP_UI_MenuPlayerStatus_C"); \ +static_assert(offsetof(UWBP_UI_MenuPlayerStatus_C, CashCurrency) == 0x000290, "Member 'UWBP_UI_MenuPlayerStatus_C::CashCurrency' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MenuPlayerStatus_C, CStacksCurrency) == 0x000298, "Member 'UWBP_UI_MenuPlayerStatus_C::CStacksCurrency' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MenuPlayerStatus_C, LocalPlayerInfo) == 0x0002A0, "Member 'UWBP_UI_MenuPlayerStatus_C::LocalPlayerInfo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MenuPlayerStatus_C, SocialIconButton) == 0x0002A8, "Member 'UWBP_UI_MenuPlayerStatus_C::SocialIconButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MenuPlayerStatus_C, FocusedWidget) == 0x0002B0, "Member 'UWBP_UI_MenuPlayerStatus_C::FocusedWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu \ +static_assert(alignof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu) == 0x000008, "Wrong alignment on WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu"); \ +static_assert(sizeof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu) == 0x000250, "Wrong size on WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, EntryPoint) == 0x000000, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, K2Node_MakeStruct_SBZButtonControlReference) == 0x000008, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, Temp_int_Array_Index_Variable) == 0x000040, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, Temp_int_Array_Index_Variable_1) == 0x000044, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, Temp_int_Loop_Counter_Variable) == 0x000048, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, Temp_int_Array_Index_Variable_2) == 0x000050, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, Temp_int_Loop_Counter_Variable_1) == 0x000054, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, CallFunc_Add_IntInt_ReturnValue_1) == 0x000058, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, K2Node_Event_PreviousValue) == 0x00005C, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, K2Node_ComponentBoundEvent_NewIndex) == 0x000068, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::K2Node_ComponentBoundEvent_NewIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, Temp_int_Loop_Counter_Variable_2) == 0x00006C, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, CallFunc_Add_IntInt_ReturnValue_2) == 0x000070, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, CallFunc_Array_Get_Item) == 0x000078, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, CallFunc_Conv_IntToString_ReturnValue) == 0x000088, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, CallFunc_Concat_StrStr_ReturnValue) == 0x000098, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, CallFunc_Array_Length_ReturnValue_1) == 0x0000B0, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, CallFunc_Less_IntInt_ReturnValue) == 0x0000B4, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, CallFunc_GetAllChildren_ReturnValue) == 0x0000B8, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, CallFunc_Array_Get_Item_2) == 0x0000C8, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, CallFunc_Array_Length_ReturnValue_2) == 0x0000D0, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, K2Node_DynamicCast_AsWBP_Skills_2_Skill_Line) == 0x0000D8, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::K2Node_DynamicCast_AsWBP_Skills_2_Skill_Line' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, K2Node_DynamicCast_bSuccess) == 0x0000E0, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000E1, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, CallFunc_GetAllChildren_ReturnValue_1) == 0x0000E8, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::CallFunc_GetAllChildren_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, CallFunc_GetUIManager_ReturnValue) == 0x0000F8, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, CallFunc_Array_Get_Item_3) == 0x000100, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, CallFunc_Array_Length_ReturnValue_3) == 0x000108, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, K2Node_DynamicCast_AsWBP_Skills_2_Skill_Line_1) == 0x000110, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::K2Node_DynamicCast_AsWBP_Skills_2_Skill_Line_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, K2Node_DynamicCast_bSuccess_1) == 0x000118, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, CallFunc_Less_IntInt_ReturnValue_2) == 0x000119, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000120, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, K2Node_CreateDelegate_OutputDelegate) == 0x000158, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, K2Node_Event_IsDesignTime) == 0x00016C, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000170, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, CallFunc_PlayAnimationTimeRange_ReturnValue_1) == 0x000178, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::CallFunc_PlayAnimationTimeRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, CallFunc_PlayAnimationTimeRange_ReturnValue_2) == 0x000180, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::CallFunc_PlayAnimationTimeRange_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, K2Node_MakeStruct_SBZButtonControlReference_2) == 0x000188, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::K2Node_MakeStruct_SBZButtonControlReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, K2Node_MakeStruct_SBZButtonControlReference_3) == 0x0001C0, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::K2Node_MakeStruct_SBZButtonControlReference_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, CallFunc_IsValid_ReturnValue) == 0x0001F8, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, K2Node_MakeArray_Array) == 0x000200, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000210, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x000238, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu, CallFunc_MakeLiteralName_ReturnValue) == 0x000240, "Member 'WBP_Skills2_Menu_C_ExecuteUbergraph_WBP_Skills2_Menu::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_Menu_C_PreConstruct \ +static_assert(alignof(WBP_Skills2_Menu_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Skills2_Menu_C_PreConstruct"); \ +static_assert(sizeof(WBP_Skills2_Menu_C_PreConstruct) == 0x000001, "Wrong size on WBP_Skills2_Menu_C_PreConstruct"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Skills2_Menu_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_Menu_C_BndEvt__WBP_Skills2_Menu_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature \ +static_assert(alignof(WBP_Skills2_Menu_C_BndEvt__WBP_Skills2_Menu_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_Skills2_Menu_C_BndEvt__WBP_Skills2_Menu_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_Skills2_Menu_C_BndEvt__WBP_Skills2_Menu_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong size on WBP_Skills2_Menu_C_BndEvt__WBP_Skills2_Menu_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_BndEvt__WBP_Skills2_Menu_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature, NewIndex) == 0x000000, "Member 'WBP_Skills2_Menu_C_BndEvt__WBP_Skills2_Menu_WBP_Local_Navbar_K2Node_ComponentBoundEvent_0_OnIndexChanged__DelegateSignature::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_Menu_C_OnGainedStackFocused \ +static_assert(alignof(WBP_Skills2_Menu_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_Skills2_Menu_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_Skills2_Menu_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_Skills2_Menu_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_Skills2_Menu_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_Menu_C_PrintCategoryData \ +static_assert(alignof(WBP_Skills2_Menu_C_PrintCategoryData) == 0x000008, "Wrong alignment on WBP_Skills2_Menu_C_PrintCategoryData"); \ +static_assert(sizeof(WBP_Skills2_Menu_C_PrintCategoryData) == 0x000260, "Wrong size on WBP_Skills2_Menu_C_PrintCategoryData"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, Skill_Category) == 0x000000, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::Skill_Category' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CategoryPrintColor) == 0x000008, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CategoryPrintColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, UpgradeString) == 0x000018, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::UpgradeString' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, Temp_int_Array_Index_Variable) == 0x000038, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Conv_IntToString_ReturnValue) == 0x000040, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000050, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000060, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, Temp_int_Loop_Counter_Variable) == 0x000070, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Less_IntInt_ReturnValue) == 0x000074, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Add_IntInt_ReturnValue) == 0x000078, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, Temp_int_Array_Index_Variable_1) == 0x00007C, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Array_Get_Item) == 0x000080, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_GetDisplayName_OutDisplayName) == 0x000088, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_GetDisplayName_OutHasText) == 0x0000A0, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_GetDisplayName_OutDisplayName_1) == 0x0000A8, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_GetDisplayName_OutDisplayName_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_GetDisplayName_OutHasText_1) == 0x0000C0, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_GetDisplayName_OutHasText_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Conv_TextToString_ReturnValue) == 0x0000C8, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000D8, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000E8, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000F8, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000108, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_GetDisplayName_ReturnValue) == 0x000118, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000128, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000138, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_GetDisplayName_OutDisplayName_2) == 0x000148, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_GetDisplayName_OutDisplayName_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_GetDisplayName_OutHasText_2) == 0x000160, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_GetDisplayName_OutHasText_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Array_Get_Item_1) == 0x000168, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Conv_TextToString_ReturnValue_2) == 0x000188, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000198, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Concat_StrStr_ReturnValue_9) == 0x0001A8, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_GetDisplayName_ReturnValue_1) == 0x0001B8, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Array_Length_ReturnValue_1) == 0x0001C8, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_GetDisplayName_ReturnValue_2) == 0x0001D0, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Concat_StrStr_ReturnValue_10) == 0x0001E0, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Concat_StrStr_ReturnValue_11) == 0x0001F0, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Concat_StrStr_ReturnValue_12) == 0x000200, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Concat_StrStr_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Concat_StrStr_ReturnValue_13) == 0x000210, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Concat_StrStr_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Concat_StrStr_ReturnValue_14) == 0x000220, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Concat_StrStr_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Concat_StrStr_ReturnValue_15) == 0x000230, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Concat_StrStr_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Concat_StrStr_ReturnValue_16) == 0x000240, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Concat_StrStr_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, Temp_int_Loop_Counter_Variable_1) == 0x000250, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Less_IntInt_ReturnValue_1) == 0x000254, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PrintCategoryData, CallFunc_Add_IntInt_ReturnValue_1) == 0x000258, "Member 'WBP_Skills2_Menu_C_PrintCategoryData::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_Menu_C_PopulateNavbar \ +static_assert(alignof(WBP_Skills2_Menu_C_PopulateNavbar) == 0x000008, "Wrong alignment on WBP_Skills2_Menu_C_PopulateNavbar"); \ +static_assert(sizeof(WBP_Skills2_Menu_C_PopulateNavbar) == 0x000050, "Wrong size on WBP_Skills2_Menu_C_PopulateNavbar"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PopulateNavbar, NavBarLabels) == 0x000000, "Member 'WBP_Skills2_Menu_C_PopulateNavbar::NavBarLabels' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PopulateNavbar, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_Skills2_Menu_C_PopulateNavbar::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PopulateNavbar, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_Skills2_Menu_C_PopulateNavbar::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PopulateNavbar, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_Skills2_Menu_C_PopulateNavbar::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PopulateNavbar, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_Skills2_Menu_C_PopulateNavbar::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PopulateNavbar, CallFunc_GetDisplayName_OutDisplayName) == 0x000028, "Member 'WBP_Skills2_Menu_C_PopulateNavbar::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PopulateNavbar, CallFunc_GetDisplayName_OutHasText) == 0x000040, "Member 'WBP_Skills2_Menu_C_PopulateNavbar::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PopulateNavbar, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'WBP_Skills2_Menu_C_PopulateNavbar::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PopulateNavbar, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'WBP_Skills2_Menu_C_PopulateNavbar::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PopulateNavbar, CallFunc_Array_Add_ReturnValue) == 0x00004C, "Member 'WBP_Skills2_Menu_C_PopulateNavbar::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_Menu_C_PopulateSkillLines \ +static_assert(alignof(WBP_Skills2_Menu_C_PopulateSkillLines) == 0x000008, "Wrong alignment on WBP_Skills2_Menu_C_PopulateSkillLines"); \ +static_assert(sizeof(WBP_Skills2_Menu_C_PopulateSkillLines) == 0x000050, "Wrong size on WBP_Skills2_Menu_C_PopulateSkillLines"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PopulateSkillLines, SkillCategory) == 0x000000, "Member 'WBP_Skills2_Menu_C_PopulateSkillLines::SkillCategory' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PopulateSkillLines, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_Skills2_Menu_C_PopulateSkillLines::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PopulateSkillLines, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_Skills2_Menu_C_PopulateSkillLines::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PopulateSkillLines, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_Skills2_Menu_C_PopulateSkillLines::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PopulateSkillLines, CallFunc_GetAllChildren_ReturnValue) == 0x000018, "Member 'WBP_Skills2_Menu_C_PopulateSkillLines::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PopulateSkillLines, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_Skills2_Menu_C_PopulateSkillLines::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PopulateSkillLines, CallFunc_Array_Get_Item_1) == 0x000030, "Member 'WBP_Skills2_Menu_C_PopulateSkillLines::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PopulateSkillLines, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_Skills2_Menu_C_PopulateSkillLines::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PopulateSkillLines, K2Node_DynamicCast_AsWBP_Skills_2_Skill_Line) == 0x000040, "Member 'WBP_Skills2_Menu_C_PopulateSkillLines::K2Node_DynamicCast_AsWBP_Skills_2_Skill_Line' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PopulateSkillLines, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_Skills2_Menu_C_PopulateSkillLines::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_PopulateSkillLines, CallFunc_Less_IntInt_ReturnValue) == 0x000049, "Member 'WBP_Skills2_Menu_C_PopulateSkillLines::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_Menu_C_SkillButtonEquip \ +static_assert(alignof(WBP_Skills2_Menu_C_SkillButtonEquip) == 0x000008, "Wrong alignment on WBP_Skills2_Menu_C_SkillButtonEquip"); \ +static_assert(sizeof(WBP_Skills2_Menu_C_SkillButtonEquip) == 0x000070, "Wrong size on WBP_Skills2_Menu_C_SkillButtonEquip"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonEquip, SkillButton) == 0x000000, "Member 'WBP_Skills2_Menu_C_SkillButtonEquip::SkillButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonEquip, Success) == 0x000008, "Member 'WBP_Skills2_Menu_C_SkillButtonEquip::Success' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonEquip, Temp_text_Variable) == 0x000010, "Member 'WBP_Skills2_Menu_C_SkillButtonEquip::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonEquip, Temp_text_Variable_1) == 0x000028, "Member 'WBP_Skills2_Menu_C_SkillButtonEquip::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonEquip, CallFunc_Play2DSound_ReturnValue) == 0x000040, "Member 'WBP_Skills2_Menu_C_SkillButtonEquip::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonEquip, CallFunc_Play2DSound_ReturnValue_1) == 0x000044, "Member 'WBP_Skills2_Menu_C_SkillButtonEquip::CallFunc_Play2DSound_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonEquip, CallFunc_IsSkillLocked_ReturnValue) == 0x000048, "Member 'WBP_Skills2_Menu_C_SkillButtonEquip::CallFunc_IsSkillLocked_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonEquip, CallFunc_EquipSkill_ReturnValue) == 0x000049, "Member 'WBP_Skills2_Menu_C_SkillButtonEquip::CallFunc_EquipSkill_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonEquip, CallFunc_EquipSkill_ReturnValue_1) == 0x00004A, "Member 'WBP_Skills2_Menu_C_SkillButtonEquip::CallFunc_EquipSkill_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonEquip, Temp_bool_Variable) == 0x00004B, "Member 'WBP_Skills2_Menu_C_SkillButtonEquip::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonEquip, K2Node_Select_Default) == 0x000050, "Member 'WBP_Skills2_Menu_C_SkillButtonEquip::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonEquip, CallFunc_Array_Contains_ReturnValue) == 0x000068, "Member 'WBP_Skills2_Menu_C_SkillButtonEquip::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonEquip, CallFunc_Array_Contains_ReturnValue_1) == 0x000069, "Member 'WBP_Skills2_Menu_C_SkillButtonEquip::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_Menu_C_SkillButtonUnequip \ +static_assert(alignof(WBP_Skills2_Menu_C_SkillButtonUnequip) == 0x000008, "Wrong alignment on WBP_Skills2_Menu_C_SkillButtonUnequip"); \ +static_assert(sizeof(WBP_Skills2_Menu_C_SkillButtonUnequip) == 0x000018, "Wrong size on WBP_Skills2_Menu_C_SkillButtonUnequip"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonUnequip, SkillButton) == 0x000000, "Member 'WBP_Skills2_Menu_C_SkillButtonUnequip::SkillButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonUnequip, Success) == 0x000008, "Member 'WBP_Skills2_Menu_C_SkillButtonUnequip::Success' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonUnequip, CallFunc_UnequipSkill_ReturnValue) == 0x000009, "Member 'WBP_Skills2_Menu_C_SkillButtonUnequip::CallFunc_UnequipSkill_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonUnequip, CallFunc_UnequipSkill_ReturnValue_1) == 0x00000A, "Member 'WBP_Skills2_Menu_C_SkillButtonUnequip::CallFunc_UnequipSkill_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonUnequip, CallFunc_Play2DSound_ReturnValue) == 0x00000C, "Member 'WBP_Skills2_Menu_C_SkillButtonUnequip::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonUnequip, CallFunc_Play2DSound_ReturnValue_1) == 0x000010, "Member 'WBP_Skills2_Menu_C_SkillButtonUnequip::CallFunc_Play2DSound_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonUnequip, CallFunc_Array_Contains_ReturnValue) == 0x000014, "Member 'WBP_Skills2_Menu_C_SkillButtonUnequip::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonUnequip, CallFunc_Array_Contains_ReturnValue_1) == 0x000015, "Member 'WBP_Skills2_Menu_C_SkillButtonUnequip::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_Menu_C_GetSkillButtonState \ +static_assert(alignof(WBP_Skills2_Menu_C_GetSkillButtonState) == 0x000008, "Wrong alignment on WBP_Skills2_Menu_C_GetSkillButtonState"); \ +static_assert(sizeof(WBP_Skills2_Menu_C_GetSkillButtonState) == 0x000018, "Wrong size on WBP_Skills2_Menu_C_GetSkillButtonState"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_GetSkillButtonState, SkillButton) == 0x000000, "Member 'WBP_Skills2_Menu_C_GetSkillButtonState::SkillButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_GetSkillButtonState, SkillState) == 0x000008, "Member 'WBP_Skills2_Menu_C_GetSkillButtonState::SkillState' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_GetSkillButtonState, Temp_bool_Variable) == 0x000009, "Member 'WBP_Skills2_Menu_C_GetSkillButtonState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_GetSkillButtonState, Temp_byte_Variable) == 0x00000A, "Member 'WBP_Skills2_Menu_C_GetSkillButtonState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_GetSkillButtonState, Temp_bool_Variable_1) == 0x00000B, "Member 'WBP_Skills2_Menu_C_GetSkillButtonState::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_GetSkillButtonState, Temp_byte_Variable_1) == 0x00000C, "Member 'WBP_Skills2_Menu_C_GetSkillButtonState::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_GetSkillButtonState, Temp_byte_Variable_2) == 0x00000D, "Member 'WBP_Skills2_Menu_C_GetSkillButtonState::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_GetSkillButtonState, CallFunc_Array_Contains_ReturnValue) == 0x00000E, "Member 'WBP_Skills2_Menu_C_GetSkillButtonState::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_GetSkillButtonState, CallFunc_Array_Contains_ReturnValue_1) == 0x00000F, "Member 'WBP_Skills2_Menu_C_GetSkillButtonState::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_GetSkillButtonState, K2Node_Select_Default) == 0x000010, "Member 'WBP_Skills2_Menu_C_GetSkillButtonState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_GetSkillButtonState, K2Node_Select_Default_1) == 0x000011, "Member 'WBP_Skills2_Menu_C_GetSkillButtonState::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_Menu_C_OnControlsReferencePressed \ +static_assert(alignof(WBP_Skills2_Menu_C_OnControlsReferencePressed) == 0x000008, "Wrong alignment on WBP_Skills2_Menu_C_OnControlsReferencePressed"); \ +static_assert(sizeof(WBP_Skills2_Menu_C_OnControlsReferencePressed) == 0x000050, "Wrong size on WBP_Skills2_Menu_C_OnControlsReferencePressed"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnControlsReferencePressed, ActionName) == 0x000000, "Member 'WBP_Skills2_Menu_C_OnControlsReferencePressed::ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnControlsReferencePressed, K2Node_SwitchName_CmpSuccess) == 0x00000C, "Member 'WBP_Skills2_Menu_C_OnControlsReferencePressed::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnControlsReferencePressed, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_Skills2_Menu_C_OnControlsReferencePressed::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnControlsReferencePressed, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_Skills2_Menu_C_OnControlsReferencePressed::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnControlsReferencePressed, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_Skills2_Menu_C_OnControlsReferencePressed::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnControlsReferencePressed, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'WBP_Skills2_Menu_C_OnControlsReferencePressed::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnControlsReferencePressed, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_Skills2_Menu_C_OnControlsReferencePressed::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnControlsReferencePressed, CallFunc_Greater_IntInt_ReturnValue) == 0x000021, "Member 'WBP_Skills2_Menu_C_OnControlsReferencePressed::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnControlsReferencePressed, CallFunc_Array_Length_ReturnValue_1) == 0x000024, "Member 'WBP_Skills2_Menu_C_OnControlsReferencePressed::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnControlsReferencePressed, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'WBP_Skills2_Menu_C_OnControlsReferencePressed::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnControlsReferencePressed, CallFunc_Play2DSound_ReturnValue) == 0x00002C, "Member 'WBP_Skills2_Menu_C_OnControlsReferencePressed::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnControlsReferencePressed, CallFunc_Play2DSound_ReturnValue_1) == 0x000030, "Member 'WBP_Skills2_Menu_C_OnControlsReferencePressed::CallFunc_Play2DSound_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnControlsReferencePressed, CallFunc_ClearEquippedSkillsWithTag_ReturnValue) == 0x000034, "Member 'WBP_Skills2_Menu_C_OnControlsReferencePressed::CallFunc_ClearEquippedSkillsWithTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnControlsReferencePressed, CallFunc_GetUIManager_ReturnValue) == 0x000038, "Member 'WBP_Skills2_Menu_C_OnControlsReferencePressed::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnControlsReferencePressed, CallFunc_PopStack_ReturnValue) == 0x000040, "Member 'WBP_Skills2_Menu_C_OnControlsReferencePressed::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_Menu_C_SkillButtonFocused \ +static_assert(alignof(WBP_Skills2_Menu_C_SkillButtonFocused) == 0x000008, "Wrong alignment on WBP_Skills2_Menu_C_SkillButtonFocused"); \ +static_assert(sizeof(WBP_Skills2_Menu_C_SkillButtonFocused) == 0x000010, "Wrong size on WBP_Skills2_Menu_C_SkillButtonFocused"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonFocused, SkillButton) == 0x000000, "Member 'WBP_Skills2_Menu_C_SkillButtonFocused::SkillButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonFocused, IsFocused) == 0x000008, "Member 'WBP_Skills2_Menu_C_SkillButtonFocused::IsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonFocused, CallFunc_MakeLiteralByte_ReturnValue) == 0x000009, "Member 'WBP_Skills2_Menu_C_SkillButtonFocused::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonFocused, Temp_bool_Variable) == 0x00000A, "Member 'WBP_Skills2_Menu_C_SkillButtonFocused::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonFocused, Temp_byte_Variable) == 0x00000B, "Member 'WBP_Skills2_Menu_C_SkillButtonFocused::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonFocused, Temp_byte_Variable_1) == 0x00000C, "Member 'WBP_Skills2_Menu_C_SkillButtonFocused::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonFocused, CallFunc_GreaterEqual_ByteByte_ReturnValue) == 0x00000D, "Member 'WBP_Skills2_Menu_C_SkillButtonFocused::CallFunc_GreaterEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SkillButtonFocused, K2Node_Select_Default) == 0x00000E, "Member 'WBP_Skills2_Menu_C_SkillButtonFocused::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_Menu_C_SetSkillDescription \ +static_assert(alignof(WBP_Skills2_Menu_C_SetSkillDescription) == 0x000008, "Wrong alignment on WBP_Skills2_Menu_C_SetSkillDescription"); \ +static_assert(sizeof(WBP_Skills2_Menu_C_SetSkillDescription) == 0x000150, "Wrong size on WBP_Skills2_Menu_C_SetSkillDescription"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SetSkillDescription, Skill_Pair) == 0x000000, "Member 'WBP_Skills2_Menu_C_SetSkillDescription::Skill_Pair' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SetSkillDescription, CallFunc_Array_Contains_ReturnValue) == 0x000010, "Member 'WBP_Skills2_Menu_C_SetSkillDescription::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SetSkillDescription, CallFunc_Array_Contains_ReturnValue_1) == 0x000011, "Member 'WBP_Skills2_Menu_C_SetSkillDescription::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SetSkillDescription, CallFunc_GetSkillCost_ReturnValue) == 0x000014, "Member 'WBP_Skills2_Menu_C_SetSkillDescription::CallFunc_GetSkillCost_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SetSkillDescription, CallFunc_GetSkillCost_ReturnValue_1) == 0x000018, "Member 'WBP_Skills2_Menu_C_SetSkillDescription::CallFunc_GetSkillCost_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SetSkillDescription, CallFunc_Conv_IntToText_ReturnValue) == 0x000020, "Member 'WBP_Skills2_Menu_C_SetSkillDescription::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SetSkillDescription, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000038, "Member 'WBP_Skills2_Menu_C_SetSkillDescription::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SetSkillDescription, CallFunc_GetFormattedDescriptionText_ReturnValue) == 0x000050, "Member 'WBP_Skills2_Menu_C_SetSkillDescription::CallFunc_GetFormattedDescriptionText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SetSkillDescription, CallFunc_GetFormattedDescriptionText_ReturnValue_1) == 0x000068, "Member 'WBP_Skills2_Menu_C_SetSkillDescription::CallFunc_GetFormattedDescriptionText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SetSkillDescription, CallFunc_GetDisplayName_OutDisplayName) == 0x000080, "Member 'WBP_Skills2_Menu_C_SetSkillDescription::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SetSkillDescription, CallFunc_GetDisplayName_OutHasText) == 0x000098, "Member 'WBP_Skills2_Menu_C_SetSkillDescription::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SetSkillDescription, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x0000A0, "Member 'WBP_Skills2_Menu_C_SetSkillDescription::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SetSkillDescription, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x0000A8, "Member 'WBP_Skills2_Menu_C_SetSkillDescription::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SetSkillDescription, K2Node_DynamicCast_AsPaper_Sprite) == 0x0000B0, "Member 'WBP_Skills2_Menu_C_SetSkillDescription::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SetSkillDescription, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'WBP_Skills2_Menu_C_SetSkillDescription::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_SetSkillDescription, K2Node_MakeStruct_SlateBrush) == 0x0000C0, "Member 'WBP_Skills2_Menu_C_SetSkillDescription::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_Menu_C_InitializeSkillCategory \ +static_assert(alignof(WBP_Skills2_Menu_C_InitializeSkillCategory) == 0x000008, "Wrong alignment on WBP_Skills2_Menu_C_InitializeSkillCategory"); \ +static_assert(sizeof(WBP_Skills2_Menu_C_InitializeSkillCategory) == 0x000180, "Wrong size on WBP_Skills2_Menu_C_InitializeSkillCategory"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_InitializeSkillCategory, SkillCategory) == 0x000000, "Member 'WBP_Skills2_Menu_C_InitializeSkillCategory::SkillCategory' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_InitializeSkillCategory, CallFunc_GetSkillTreeTierLockedStatus_ReturnValue) == 0x000008, "Member 'WBP_Skills2_Menu_C_InitializeSkillCategory::CallFunc_GetSkillTreeTierLockedStatus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_InitializeSkillCategory, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WBP_Skills2_Menu_C_InitializeSkillCategory::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_InitializeSkillCategory, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'WBP_Skills2_Menu_C_InitializeSkillCategory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_InitializeSkillCategory, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_Skills2_Menu_C_InitializeSkillCategory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_InitializeSkillCategory, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'WBP_Skills2_Menu_C_InitializeSkillCategory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_InitializeSkillCategory, Temp_int_Array_Index_Variable) == 0x000028, "Member 'WBP_Skills2_Menu_C_InitializeSkillCategory::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_InitializeSkillCategory, CallFunc_Array_Get_Item) == 0x00002C, "Member 'WBP_Skills2_Menu_C_InitializeSkillCategory::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_InitializeSkillCategory, CallFunc_GetDisplayName_OutDisplayName) == 0x000030, "Member 'WBP_Skills2_Menu_C_InitializeSkillCategory::CallFunc_GetDisplayName_OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_InitializeSkillCategory, CallFunc_GetDisplayName_OutHasText) == 0x000048, "Member 'WBP_Skills2_Menu_C_InitializeSkillCategory::CallFunc_GetDisplayName_OutHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_InitializeSkillCategory, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000050, "Member 'WBP_Skills2_Menu_C_InitializeSkillCategory::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_InitializeSkillCategory, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000058, "Member 'WBP_Skills2_Menu_C_InitializeSkillCategory::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_InitializeSkillCategory, K2Node_MakeStruct_SlateBrush) == 0x000060, "Member 'WBP_Skills2_Menu_C_InitializeSkillCategory::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_InitializeSkillCategory, K2Node_MakeStruct_SlateBrush_1) == 0x0000F0, "Member 'WBP_Skills2_Menu_C_InitializeSkillCategory::K2Node_MakeStruct_SlateBrush_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_Menu_C_UpdateSkillPointCounters \ +static_assert(alignof(WBP_Skills2_Menu_C_UpdateSkillPointCounters) == 0x000008, "Wrong alignment on WBP_Skills2_Menu_C_UpdateSkillPointCounters"); \ +static_assert(sizeof(WBP_Skills2_Menu_C_UpdateSkillPointCounters) == 0x000160, "Wrong size on WBP_Skills2_Menu_C_UpdateSkillPointCounters"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, SkillsLockedArrayText) == 0x000000, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::SkillsLockedArrayText' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, Temp_int_Array_Index_Variable_2) == 0x000020, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, Temp_int_Loop_Counter_Variable_1) == 0x000024, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, Temp_int_Loop_Counter_Variable_2) == 0x000028, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_Add_IntInt_ReturnValue_1) == 0x00002C, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_Add_IntInt_ReturnValue_2) == 0x000030, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_GetSkillArrayCost_ReturnValue) == 0x000060, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_GetSkillArrayCost_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_GetSkillArrayCost_ReturnValue_1) == 0x000064, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_GetSkillArrayCost_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_Conv_IntToText_ReturnValue) == 0x000068, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_GetNavBarButtonFromIndex_NavBarButton) == 0x000080, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_GetNavBarButtonFromIndex_NavBarButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, K2Node_DynamicCast_AsWBP_Skills_Navbar_Button) == 0x000088, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::K2Node_DynamicCast_AsWBP_Skills_Navbar_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_Array_Get_Item) == 0x000098, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_GetSkillTreeTierLockedStatus_ReturnValue) == 0x0000A0, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_GetSkillTreeTierLockedStatus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_GetCategorySkillCount_SkillCount) == 0x0000B0, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_GetCategorySkillCount_SkillCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_Array_Get_Item_1) == 0x0000B4, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_Conv_BoolToString_ReturnValue) == 0x0000B8, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_Array_Length_ReturnValue) == 0x0000C8, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000D0, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_Less_IntInt_ReturnValue) == 0x0000E0, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_Array_Length_ReturnValue_1) == 0x0000E4, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_GetCurrentCategorySkillCount_CurrentCategorySkillCount) == 0x0000E8, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_GetCurrentCategorySkillCount_CurrentCategorySkillCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000EC, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_Conv_IntToText_ReturnValue_1) == 0x0000F0, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_GetAllChildren_ReturnValue) == 0x000108, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_Array_Get_Item_2) == 0x000118, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, K2Node_DynamicCast_AsWBP_Skills_2_Skill_Line) == 0x000120, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::K2Node_DynamicCast_AsWBP_Skills_2_Skill_Line' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, K2Node_DynamicCast_bSuccess_1) == 0x000128, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_Array_Length_ReturnValue_2) == 0x00012C, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_Less_IntInt_ReturnValue_2) == 0x000130, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_GetSkillManager_ReturnValue) == 0x000138, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_GetSkillManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_GetEarnedSkillPoints_ReturnValue) == 0x000140, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_GetEarnedSkillPoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_Subtract_IntInt_ReturnValue) == 0x000144, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_UpdateSkillPointCounters, CallFunc_Conv_IntToText_ReturnValue_2) == 0x000148, "Member 'WBP_Skills2_Menu_C_UpdateSkillPointCounters::CallFunc_Conv_IntToText_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged \ +static_assert(alignof(WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged) == 0x000008, "Wrong alignment on WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged"); \ +static_assert(sizeof(WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged) == 0x0000D8, "Wrong size on WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged, SkillTierStatusChanged) == 0x000000, "Member 'WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged::SkillTierStatusChanged' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged, Temp_int_Array_Index_Variable) == 0x000050, "Member 'WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged, Temp_int_Array_Index_Variable_1) == 0x00005C, "Member 'WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged, CallFunc_GetSkillTreeTierLockedStatus_ReturnValue) == 0x000060, "Member 'WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged::CallFunc_GetSkillTreeTierLockedStatus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged, CallFunc_GetSkillTreeTierLockedStatus_ReturnValue_1) == 0x000070, "Member 'WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged::CallFunc_GetSkillTreeTierLockedStatus_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged, CallFunc_Array_Get_Item) == 0x000080, "Member 'WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged, CallFunc_Map_Keys_Keys) == 0x000088, "Member 'WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged, CallFunc_Array_Get_Item_1) == 0x00009C, "Member 'WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged, CallFunc_Less_IntInt_ReturnValue) == 0x0000A0, "Member 'WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged, CallFunc_Map_Find_Value) == 0x0000A1, "Member 'WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged, CallFunc_Map_Find_ReturnValue) == 0x0000A2, "Member 'WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged, CallFunc_Array_Length_ReturnValue_1) == 0x0000A4, "Member 'WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x0000A8, "Member 'WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged, CallFunc_GetSkillTreeTierLockedStatus_ReturnValue_2) == 0x0000B0, "Member 'WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged::CallFunc_GetSkillTreeTierLockedStatus_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged, Temp_int_Loop_Counter_Variable_1) == 0x0000C0, "Member 'WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000C4, "Member 'WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000C8, "Member 'WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged, CallFunc_Array_Length_ReturnValue_2) == 0x0000CC, "Member 'WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000D0, "Member 'WBP_Skills2_Menu_C_CheckSkillTreeLockedArrayChanged::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_Menu_C_ForceUnequipSkillButton \ +static_assert(alignof(WBP_Skills2_Menu_C_ForceUnequipSkillButton) == 0x000008, "Wrong alignment on WBP_Skills2_Menu_C_ForceUnequipSkillButton"); \ +static_assert(sizeof(WBP_Skills2_Menu_C_ForceUnequipSkillButton) == 0x000010, "Wrong size on WBP_Skills2_Menu_C_ForceUnequipSkillButton"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ForceUnequipSkillButton, SkillButton) == 0x000000, "Member 'WBP_Skills2_Menu_C_ForceUnequipSkillButton::SkillButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ForceUnequipSkillButton, RemovedAnySkill) == 0x000008, "Member 'WBP_Skills2_Menu_C_ForceUnequipSkillButton::RemovedAnySkill' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ForceUnequipSkillButton, RemovedAced) == 0x000009, "Member 'WBP_Skills2_Menu_C_ForceUnequipSkillButton::RemovedAced' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ForceUnequipSkillButton, RemovedBase) == 0x00000A, "Member 'WBP_Skills2_Menu_C_ForceUnequipSkillButton::RemovedBase' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ForceUnequipSkillButton, CallFunc_BooleanOR_ReturnValue) == 0x00000B, "Member 'WBP_Skills2_Menu_C_ForceUnequipSkillButton::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ForceUnequipSkillButton, CallFunc_Array_RemoveItem_ReturnValue) == 0x00000C, "Member 'WBP_Skills2_Menu_C_ForceUnequipSkillButton::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_ForceUnequipSkillButton, CallFunc_Array_RemoveItem_ReturnValue_1) == 0x00000D, "Member 'WBP_Skills2_Menu_C_ForceUnequipSkillButton::CallFunc_Array_RemoveItem_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_Menu_C_OnSkillEquipped \ +static_assert(alignof(WBP_Skills2_Menu_C_OnSkillEquipped) == 0x000008, "Wrong alignment on WBP_Skills2_Menu_C_OnSkillEquipped"); \ +static_assert(sizeof(WBP_Skills2_Menu_C_OnSkillEquipped) == 0x000078, "Wrong size on WBP_Skills2_Menu_C_OnSkillEquipped"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnSkillEquipped, SkillButton) == 0x000000, "Member 'WBP_Skills2_Menu_C_OnSkillEquipped::SkillButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnSkillEquipped, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_Skills2_Menu_C_OnSkillEquipped::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnSkillEquipped, CallFunc_GetTagName_ReturnValue) == 0x000010, "Member 'WBP_Skills2_Menu_C_OnSkillEquipped::CallFunc_GetTagName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnSkillEquipped, CallFunc_GetSkillTagCount_ReturnValue) == 0x00001C, "Member 'WBP_Skills2_Menu_C_OnSkillEquipped::CallFunc_GetSkillTagCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnSkillEquipped, CallFunc_Conv_NameToString_ReturnValue) == 0x000020, "Member 'WBP_Skills2_Menu_C_OnSkillEquipped::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnSkillEquipped, CallFunc_Conv_IntToString_ReturnValue) == 0x000030, "Member 'WBP_Skills2_Menu_C_OnSkillEquipped::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnSkillEquipped, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'WBP_Skills2_Menu_C_OnSkillEquipped::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnSkillEquipped, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000050, "Member 'WBP_Skills2_Menu_C_OnSkillEquipped::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnSkillEquipped, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000058, "Member 'WBP_Skills2_Menu_C_OnSkillEquipped::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnSkillEquipped, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000068, "Member 'WBP_Skills2_Menu_C_OnSkillEquipped::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_Menu_C_GetCategorySkillCount \ +static_assert(alignof(WBP_Skills2_Menu_C_GetCategorySkillCount) == 0x000008, "Wrong alignment on WBP_Skills2_Menu_C_GetCategorySkillCount"); \ +static_assert(sizeof(WBP_Skills2_Menu_C_GetCategorySkillCount) == 0x000020, "Wrong size on WBP_Skills2_Menu_C_GetCategorySkillCount"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_GetCategorySkillCount, Category) == 0x000000, "Member 'WBP_Skills2_Menu_C_GetCategorySkillCount::Category' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_GetCategorySkillCount, SkillCount) == 0x000008, "Member 'WBP_Skills2_Menu_C_GetCategorySkillCount::SkillCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_GetCategorySkillCount, CallFunc_Array_Get_Item) == 0x000010, "Member 'WBP_Skills2_Menu_C_GetCategorySkillCount::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_GetCategorySkillCount, CallFunc_GetCostOfEquippedSkillsWithTag_ReturnValue) == 0x000018, "Member 'WBP_Skills2_Menu_C_GetCategorySkillCount::CallFunc_GetCostOfEquippedSkillsWithTag_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_Menu_C_GetCurrentCategorySkillCount \ +static_assert(alignof(WBP_Skills2_Menu_C_GetCurrentCategorySkillCount) == 0x000004, "Wrong alignment on WBP_Skills2_Menu_C_GetCurrentCategorySkillCount"); \ +static_assert(sizeof(WBP_Skills2_Menu_C_GetCurrentCategorySkillCount) == 0x000008, "Wrong size on WBP_Skills2_Menu_C_GetCurrentCategorySkillCount"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_GetCurrentCategorySkillCount, CurrentCategorySkillCount) == 0x000000, "Member 'WBP_Skills2_Menu_C_GetCurrentCategorySkillCount::CurrentCategorySkillCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_GetCurrentCategorySkillCount, CallFunc_GetCategorySkillCount_SkillCount) == 0x000004, "Member 'WBP_Skills2_Menu_C_GetCurrentCategorySkillCount::CallFunc_GetCategorySkillCount_SkillCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_Menu_C_OnCantEquipSkill \ +static_assert(alignof(WBP_Skills2_Menu_C_OnCantEquipSkill) == 0x000008, "Wrong alignment on WBP_Skills2_Menu_C_OnCantEquipSkill"); \ +static_assert(sizeof(WBP_Skills2_Menu_C_OnCantEquipSkill) == 0x000080, "Wrong size on WBP_Skills2_Menu_C_OnCantEquipSkill"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnCantEquipSkill, NotifHeaderText) == 0x000000, "Member 'WBP_Skills2_Menu_C_OnCantEquipSkill::NotifHeaderText' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnCantEquipSkill, NotifDescText) == 0x000018, "Member 'WBP_Skills2_Menu_C_OnCantEquipSkill::NotifDescText' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnCantEquipSkill, K2Node_MakeStruct_SBZSideBarNotificationData) == 0x000030, "Member 'WBP_Skills2_Menu_C_OnCantEquipSkill::K2Node_MakeStruct_SBZSideBarNotificationData' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnCantEquipSkill, CallFunc_Play2DSound_ReturnValue) == 0x000070, "Member 'WBP_Skills2_Menu_C_OnCantEquipSkill::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_OnCantEquipSkill, CallFunc_GetUIManager_ReturnValue) == 0x000078, "Member 'WBP_Skills2_Menu_C_OnCantEquipSkill::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Skills2_Menu_C_RefreshSkillButtonVisuals \ +static_assert(alignof(WBP_Skills2_Menu_C_RefreshSkillButtonVisuals) == 0x000008, "Wrong alignment on WBP_Skills2_Menu_C_RefreshSkillButtonVisuals"); \ +static_assert(sizeof(WBP_Skills2_Menu_C_RefreshSkillButtonVisuals) == 0x000048, "Wrong size on WBP_Skills2_Menu_C_RefreshSkillButtonVisuals"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_RefreshSkillButtonVisuals, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_Skills2_Menu_C_RefreshSkillButtonVisuals::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_RefreshSkillButtonVisuals, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_Skills2_Menu_C_RefreshSkillButtonVisuals::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_RefreshSkillButtonVisuals, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_Skills2_Menu_C_RefreshSkillButtonVisuals::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_RefreshSkillButtonVisuals, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_Skills2_Menu_C_RefreshSkillButtonVisuals::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_RefreshSkillButtonVisuals, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_Skills2_Menu_C_RefreshSkillButtonVisuals::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_RefreshSkillButtonVisuals, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_Skills2_Menu_C_RefreshSkillButtonVisuals::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_RefreshSkillButtonVisuals, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_Skills2_Menu_C_RefreshSkillButtonVisuals::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_RefreshSkillButtonVisuals, K2Node_DynamicCast_AsWBP_Skills_2_Skill_Line) == 0x000038, "Member 'WBP_Skills2_Menu_C_RefreshSkillButtonVisuals::K2Node_DynamicCast_AsWBP_Skills_2_Skill_Line' has a wrong offset!"); \ +static_assert(offsetof(WBP_Skills2_Menu_C_RefreshSkillButtonVisuals, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_Skills2_Menu_C_RefreshSkillButtonVisuals::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Skills2_Menu_C \ +static_assert(alignof(UWBP_Skills2_Menu_C) == 0x000008, "Wrong alignment on UWBP_Skills2_Menu_C"); \ +static_assert(sizeof(UWBP_Skills2_Menu_C) == 0x000840, "Wrong size on UWBP_Skills2_Menu_C"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, UberGraphFrame) == 0x0006C8, "Member 'UWBP_Skills2_Menu_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, Tab_change) == 0x0006D0, "Member 'UWBP_Skills2_Menu_C::Tab_change' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, Locked) == 0x0006D8, "Member 'UWBP_Skills2_Menu_C::Locked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, Skill2_Intro) == 0x0006E0, "Member 'UWBP_Skills2_Menu_C::Skill2_Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, Ace_Cost) == 0x0006E8, "Member 'UWBP_Skills2_Menu_C::Ace_Cost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, acecost) == 0x0006F0, "Member 'UWBP_Skills2_Menu_C::acecost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, Aced_OWNED) == 0x0006F8, "Member 'UWBP_Skills2_Menu_C::Aced_OWNED' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, Available_Owned_header) == 0x000700, "Member 'UWBP_Skills2_Menu_C::Available_Owned_header' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, Available_Owned_header_1) == 0x000708, "Member 'UWBP_Skills2_Menu_C::Available_Owned_header_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, Basic_Cost) == 0x000710, "Member 'UWBP_Skills2_Menu_C::Basic_Cost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, Basic_OWNED) == 0x000718, "Member 'UWBP_Skills2_Menu_C::Basic_OWNED' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, CATEGORY_DISPLAYEDPOINTS_ACTIVATED) == 0x000720, "Member 'UWBP_Skills2_Menu_C::CATEGORY_DISPLAYEDPOINTS_ACTIVATED' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, Category_Icon_Left) == 0x000728, "Member 'UWBP_Skills2_Menu_C::Category_Icon_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, Category_Icon_Right) == 0x000730, "Member 'UWBP_Skills2_Menu_C::Category_Icon_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, Category_TAG_LINE) == 0x000738, "Member 'UWBP_Skills2_Menu_C::Category_TAG_LINE' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, CATEGORY_TITLE) == 0x000740, "Member 'UWBP_Skills2_Menu_C::CATEGORY_TITLE' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, HB_SkillLines) == 0x000748, "Member 'UWBP_Skills2_Menu_C::HB_SkillLines' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, Image) == 0x000750, "Member 'UWBP_Skills2_Menu_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, Image_1) == 0x000758, "Member 'UWBP_Skills2_Menu_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, Image_2) == 0x000760, "Member 'UWBP_Skills2_Menu_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, Image_3) == 0x000768, "Member 'UWBP_Skills2_Menu_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, Image_4) == 0x000770, "Member 'UWBP_Skills2_Menu_C::Image_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, Image_5) == 0x000778, "Member 'UWBP_Skills2_Menu_C::Image_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, Image_85) == 0x000780, "Member 'UWBP_Skills2_Menu_C::Image_85' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, Image_379) == 0x000788, "Member 'UWBP_Skills2_Menu_C::Image_379' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, Image_511) == 0x000790, "Member 'UWBP_Skills2_Menu_C::Image_511' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, Image_636) == 0x000798, "Member 'UWBP_Skills2_Menu_C::Image_636' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, Image_1389) == 0x0007A0, "Member 'UWBP_Skills2_Menu_C::Image_1389' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, POINTS_ACTIVATED_NUMBER) == 0x0007A8, "Member 'UWBP_Skills2_Menu_C::POINTS_ACTIVATED_NUMBER' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, POINTS_AVAILABLE_NUMBER) == 0x0007B0, "Member 'UWBP_Skills2_Menu_C::POINTS_AVAILABLE_NUMBER' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, ScreenTitle) == 0x0007B8, "Member 'UWBP_Skills2_Menu_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, Skill_Ace_Description) == 0x0007C0, "Member 'UWBP_Skills2_Menu_C::Skill_Ace_Description' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, Skill_Basic_Description) == 0x0007C8, "Member 'UWBP_Skills2_Menu_C::Skill_Basic_Description' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, SKILL_NAME_HEADER) == 0x0007D0, "Member 'UWBP_Skills2_Menu_C::SKILL_NAME_HEADER' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, Skill_Selected_Icon) == 0x0007D8, "Member 'UWBP_Skills2_Menu_C::Skill_Selected_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, SkillLine1) == 0x0007E0, "Member 'UWBP_Skills2_Menu_C::SkillLine1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, SkillLine2) == 0x0007E8, "Member 'UWBP_Skills2_Menu_C::SkillLine2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, SkillLine3) == 0x0007F0, "Member 'UWBP_Skills2_Menu_C::SkillLine3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, SKILLLOCKED) == 0x0007F8, "Member 'UWBP_Skills2_Menu_C::SKILLLOCKED' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, WBP_Local_Navbar) == 0x000800, "Member 'UWBP_Skills2_Menu_C::WBP_Local_Navbar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, WBP_UI_Widget_ActionInput_C_0) == 0x000808, "Member 'UWBP_Skills2_Menu_C::WBP_UI_Widget_ActionInput_C_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, SkillTiersLocked) == 0x000810, "Member 'UWBP_Skills2_Menu_C::SkillTiersLocked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, OnSkillTierLockedStatusChanged) == 0x000820, "Member 'UWBP_Skills2_Menu_C::OnSkillTierLockedStatusChanged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, LastFocusedSkillButton) == 0x000830, "Member 'UWBP_Skills2_Menu_C::LastFocusedSkillButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Skills2_Menu_C, CurrentSkillCategory) == 0x000838, "Member 'UWBP_Skills2_Menu_C::CurrentSkillCategory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_Pistol_GarstiniViper_C \ +static_assert(alignof(UCS_FireWeapon_Pistol_GarstiniViper_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_Pistol_GarstiniViper_C"); \ +static_assert(sizeof(UCS_FireWeapon_Pistol_GarstiniViper_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_Pistol_GarstiniViper_C"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_Revolver_Bullkick500_C \ +static_assert(alignof(UCS_FireWeapon_Revolver_Bullkick500_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_Revolver_Bullkick500_C"); \ +static_assert(sizeof(UCS_FireWeapon_Revolver_Bullkick500_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_Revolver_Bullkick500_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget \ +static_assert(alignof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget) == 0x000008, "Wrong alignment on WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget"); \ +static_assert(sizeof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget) == 0x000148, "Wrong size on WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, EntryPoint) == 0x000000, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, CallFunc_GetUIManager_ReturnValue) == 0x000008, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, Temp_byte_Variable) == 0x000010, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, CallFunc_GetMenuWidget_ReturnValue) == 0x000018, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, K2Node_DynamicCast_AsSBZMain_Menu_Widget) == 0x000020, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::K2Node_DynamicCast_AsSBZMain_Menu_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, Temp_byte_Variable_1) == 0x000029, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, Temp_bool_Variable) == 0x00002A, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, Temp_byte_Variable_2) == 0x00002B, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, Temp_byte_Variable_3) == 0x00002C, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, Temp_bool_Variable_1) == 0x00002D, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, Temp_byte_Variable_4) == 0x00002E, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, Temp_byte_Variable_5) == 0x00002F, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, Temp_bool_Variable_2) == 0x000030, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, Temp_byte_Variable_6) == 0x000031, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, Temp_byte_Variable_7) == 0x000032, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000034, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, K2Node_ComponentBoundEvent_Button_5) == 0x000048, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::K2Node_ComponentBoundEvent_Button_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, K2Node_ComponentBoundEvent_Button_4) == 0x000050, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, CallFunc_PlayAnimation_ReturnValue) == 0x000058, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, K2Node_ComponentBoundEvent_Button_3) == 0x000060, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, CallFunc_PlayAnimation_ReturnValue_1) == 0x000068, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, CallFunc_PlayAnimation_ReturnValue_2) == 0x000070, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, K2Node_Event_InputName) == 0x000078, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::K2Node_Event_InputName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, K2Node_ComponentBoundEvent_Button_2) == 0x000088, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, K2Node_ComponentBoundEvent_bIsEnabled_2) == 0x000090, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::K2Node_ComponentBoundEvent_bIsEnabled_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, K2Node_SwitchName_CmpSuccess) == 0x000091, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, K2Node_Select_Default) == 0x000092, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, K2Node_ComponentBoundEvent_Button_1) == 0x000098, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x0000A0, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, K2Node_ComponentBoundEvent_Button) == 0x0000A8, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, K2Node_ComponentBoundEvent_bIsEnabled) == 0x0000B0, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, K2Node_Select_Default_1) == 0x0000B1, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, K2Node_Select_Default_2) == 0x0000B2, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, CallFunc_GetUIManager_ReturnValue_1) == 0x0000B8, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, CallFunc_GetSBZGameUserSettings_ReturnValue) == 0x0000C0, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::CallFunc_GetSBZGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, CallFunc_GetSBZGameUserSettings_ReturnValue_1) == 0x0000C8, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::CallFunc_GetSBZGameUserSettings_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, CallFunc_GetSBZGameUserSettings_ReturnValue_2) == 0x0000D0, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::CallFunc_GetSBZGameUserSettings_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, CallFunc_GetSBZGameUserSettings_ReturnValue_3) == 0x0000D8, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::CallFunc_GetSBZGameUserSettings_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, CallFunc_Not_PreBool_ReturnValue) == 0x0000E0, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, CallFunc_GetSBZGameUserSettings_ReturnValue_4) == 0x0000E8, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::CallFunc_GetSBZGameUserSettings_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, CallFunc_HasCrossplayUserPrivilege_ReturnValue) == 0x0000F0, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::CallFunc_HasCrossplayUserPrivilege_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, CallFunc_PlayAnimation_ReturnValue_3) == 0x0000F8, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, CallFunc_GetUIManager_ReturnValue_2) == 0x000100, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::CallFunc_GetUIManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, CallFunc_PlayAnimation_ReturnValue_4) == 0x000108, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::CallFunc_PlayAnimation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, CallFunc_PlayAnimation_ReturnValue_5) == 0x000110, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::CallFunc_PlayAnimation_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000118, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000120, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, CallFunc_IsValid_ReturnValue) == 0x000128, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, Temp_bool_Variable_3) == 0x000129, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, CallFunc_GetUIManager_ReturnValue_3) == 0x000130, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::CallFunc_GetUIManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, K2Node_Select_Default_3) == 0x000138, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget, CallFunc_PlayAnimation_ReturnValue_6) == 0x000140, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ExecuteUbergraph_WBP_UI_Onboarding_Intro_Choice_PopUpWidget::CallFunc_PlayAnimation_ReturnValue_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Crossplay_CheckBox_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Crossplay_CheckBox_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Crossplay_CheckBox_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Crossplay_CheckBox_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Crossplay_CheckBox_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Crossplay_CheckBox_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Crossplay_CheckBox_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Crossplay_CheckBox_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Crossplay_CheckBox_K2Node_ComponentBoundEvent_8_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Telemetry_CheckBox_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Telemetry_CheckBox_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Telemetry_CheckBox_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Telemetry_CheckBox_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Telemetry_CheckBox_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Telemetry_CheckBox_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Telemetry_CheckBox_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Telemetry_CheckBox_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Telemetry_CheckBox_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Gamesight_CheckBox_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Gamesight_CheckBox_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Gamesight_CheckBox_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Gamesight_CheckBox_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Gamesight_CheckBox_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Gamesight_CheckBox_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Gamesight_CheckBox_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Gamesight_CheckBox_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Gamesight_CheckBox_K2Node_ComponentBoundEvent_6_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ActionInput \ +static_assert(alignof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ActionInput) == 0x000004, "Wrong alignment on WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ActionInput"); \ +static_assert(sizeof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ActionInput) == 0x00000C, "Wrong size on WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ActionInput"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ActionInput, InputName) == 0x000000, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_ActionInput::InputName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Crossplay_CheckBox_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Crossplay_CheckBox_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Crossplay_CheckBox_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Crossplay_CheckBox_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Crossplay_CheckBox_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Crossplay_CheckBox_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Crossplay_CheckBox_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Telemetry_CheckBox_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Telemetry_CheckBox_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Telemetry_CheckBox_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Telemetry_CheckBox_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Telemetry_CheckBox_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Telemetry_CheckBox_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Telemetry_CheckBox_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Gamesight_CheckBox_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Gamesight_CheckBox_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Gamesight_CheckBox_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Gamesight_CheckBox_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Gamesight_CheckBox_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Gamesight_CheckBox_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_BndEvt__WBP_UI_Onboarding_Intro_Choice_PopUpWidget_Gamesight_CheckBox_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetCheckboxFocusChanged \ +static_assert(alignof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetCheckboxFocusChanged) == 0x000008, "Wrong alignment on WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetCheckboxFocusChanged"); \ +static_assert(sizeof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetCheckboxFocusChanged) == 0x000020, "Wrong size on WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetCheckboxFocusChanged"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetCheckboxFocusChanged, CheckboxButton) == 0x000000, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetCheckboxFocusChanged::CheckboxButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetCheckboxFocusChanged, Focused) == 0x000008, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetCheckboxFocusChanged::Focused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetCheckboxFocusChanged, K2Node_DynamicCast_AsWBP_UI_Button_Check_Box) == 0x000010, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetCheckboxFocusChanged::K2Node_DynamicCast_AsWBP_UI_Button_Check_Box' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetCheckboxFocusChanged, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetCheckboxFocusChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_OnCustomizePressed \ +static_assert(alignof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_OnCustomizePressed) == 0x000008, "Wrong alignment on WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_OnCustomizePressed"); \ +static_assert(sizeof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_OnCustomizePressed) == 0x0000C0, "Wrong size on WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_OnCustomizePressed"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_OnCustomizePressed, SetFocus_0) == 0x000000, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_OnCustomizePressed::SetFocus_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_OnCustomizePressed, K2Node_MakeStruct_SBZButtonControlReference) == 0x000008, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_OnCustomizePressed::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_OnCustomizePressed, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000040, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_OnCustomizePressed::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_OnCustomizePressed, CallFunc_GetUIManager_ReturnValue) == 0x000078, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_OnCustomizePressed::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_OnCustomizePressed, K2Node_MakeArray_Array) == 0x000080, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_OnCustomizePressed::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_OnCustomizePressed, CallFunc_GetPopUpWidget_ReturnValue) == 0x000090, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_OnCustomizePressed::CallFunc_GetPopUpWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_OnCustomizePressed, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000098, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_OnCustomizePressed::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_DoCustomNavigation_0 \ +static_assert(alignof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_DoCustomNavigation_0) == 0x000008, "Wrong alignment on WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_DoCustomNavigation_0"); \ +static_assert(sizeof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_DoCustomNavigation_0) == 0x000028, "Wrong size on WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_DoCustomNavigation_0"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_DoCustomNavigation_0, Navigation_0) == 0x000000, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_DoCustomNavigation_0::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_DoCustomNavigation_0, ReturnValue) == 0x000008, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_DoCustomNavigation_0::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_DoCustomNavigation_0, Temp_byte_Variable) == 0x000010, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_DoCustomNavigation_0::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_DoCustomNavigation_0, Temp_object_Variable) == 0x000018, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_DoCustomNavigation_0::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_DoCustomNavigation_0, K2Node_Select_Default) == 0x000020, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_DoCustomNavigation_0::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetRootControlReferences \ +static_assert(alignof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetRootControlReferences) == 0x000008, "Wrong alignment on WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetRootControlReferences"); \ +static_assert(sizeof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetRootControlReferences) == 0x0000F0, "Wrong size on WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetRootControlReferences"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetRootControlReferences, K2Node_MakeStruct_SBZButtonControlReference) == 0x000000, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetRootControlReferences::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetRootControlReferences, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000038, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetRootControlReferences::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetRootControlReferences, K2Node_MakeStruct_SBZButtonControlReference_2) == 0x000070, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetRootControlReferences::K2Node_MakeStruct_SBZButtonControlReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetRootControlReferences, CallFunc_GetUIManager_ReturnValue) == 0x0000A8, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetRootControlReferences::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetRootControlReferences, K2Node_MakeArray_Array) == 0x0000B0, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetRootControlReferences::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetRootControlReferences, CallFunc_GetPopUpWidget_ReturnValue) == 0x0000C0, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetRootControlReferences::CallFunc_GetPopUpWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetRootControlReferences, K2Node_MakeStruct_SBZButtonControlsReference) == 0x0000C8, "Member 'WBP_UI_Onboarding_Intro_Choice_PopUpWidget_C_SetRootControlReferences::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C \ +static_assert(alignof(UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C) == 0x000008, "Wrong alignment on UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C"); \ +static_assert(sizeof(UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C) == 0x000320, "Wrong size on UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C"); \ +static_assert(offsetof(UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C, Accept_All_Outro) == 0x000298, "Member 'UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C::Accept_All_Outro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C, Crossplay_Selected) == 0x0002A0, "Member 'UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C::Crossplay_Selected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C, Telemetry_Selected) == 0x0002A8, "Member 'UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C::Telemetry_Selected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C, Gamesight_Selected) == 0x0002B0, "Member 'UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C::Gamesight_Selected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C, Crossplay_Hover) == 0x0002B8, "Member 'UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C::Crossplay_Hover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C, Telemetry_Hover) == 0x0002C0, "Member 'UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C::Telemetry_Hover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C, Gamesight_Hover) == 0x0002C8, "Member 'UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C::Gamesight_Hover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C, Show) == 0x0002D0, "Member 'UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C::Show' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C, Crossplay_CheckBox) == 0x0002D8, "Member 'UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C::Crossplay_CheckBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C, CrossPlay_VB) == 0x0002E0, "Member 'UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C::CrossPlay_VB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C, Gamesight_CheckBox) == 0x0002E8, "Member 'UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C::Gamesight_CheckBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C, Line_Breaks2_VB) == 0x0002F0, "Member 'UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C::Line_Breaks2_VB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C, Telemetry_CheckBox) == 0x0002F8, "Member 'UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C::Telemetry_CheckBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C, Text_Description) == 0x000300, "Member 'UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C::Text_Description' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C, Text_Header) == 0x000308, "Member 'UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C::Text_Header' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C, FocusedCheckbox) == 0x000310, "Member 'UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C::FocusedCheckbox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C, InCustomizeMode) == 0x000318, "Member 'UWBP_UI_Onboarding_Intro_Choice_PopUpWidget_C::InCustomizeMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen \ +static_assert(alignof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen) == 0x000008, "Wrong alignment on WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen"); \ +static_assert(sizeof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen) == 0x0003D0, "Wrong size on WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, EntryPoint) == 0x000000, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_Event_ArmorSlotIndex) == 0x000004, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_Event_ArmorSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_GetChildAt_ReturnValue) == 0x000010, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_Event_PreviousValue) == 0x00002C, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_CreateDelegate_OutputDelegate_1) == 0x000038, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_GetContextAwareControlReference_ControlsReference) == 0x000050, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_GetContextAwareControlReference_ControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_CreateDelegate_OutputDelegate_2) == 0x000060, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000078, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_GetUIManager_ReturnValue) == 0x0000A0, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_PopStack_ReturnValue) == 0x0000A8, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_GetMenuWidget_ReturnValue) == 0x0000B8, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_DynamicCast_AsSBZMain_Menu_Widget) == 0x0000C0, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_DynamicCast_AsSBZMain_Menu_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_DynamicCast_bSuccess) == 0x0000C8, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_IsVisible_ReturnValue) == 0x0000C9, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x0000D0, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_MakeLiteralName_ReturnValue) == 0x0000D8, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_Event_bWasSuccessful) == 0x0000E4, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_Event_bWasSuccessful' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_IsValid_ReturnValue) == 0x0000E5, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_GetChildAt_ReturnValue_1) == 0x0000E8, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_GetChildAt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_GetChildrenCount_ReturnValue) == 0x0000F0, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000F4, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0000F8, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_Clamp_ReturnValue) == 0x0000FC, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_GetChildAt_ReturnValue_2) == 0x000100, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_GetChildAt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_Event_bWasSuccessful_1) == 0x000108, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_Event_bWasSuccessful_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_Event_Item) == 0x000110, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_Event_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_DynamicCast_AsWBP_UI_Inventory_Suit_Slot_Store_Item_Button) == 0x000210, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_DynamicCast_AsWBP_UI_Inventory_Suit_Slot_Store_Item_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_DynamicCast_bSuccess_1) == 0x000218, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, Temp_byte_Variable) == 0x000219, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_ComponentBoundEvent_Button) == 0x000220, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_ComponentBoundEvent_bIsEnabled) == 0x000228, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, Temp_byte_Variable_1) == 0x000229, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_GetContextAwareControlReference_ControlsReference_1) == 0x000230, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_GetContextAwareControlReference_ControlsReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_CreateDelegate_OutputDelegate_3) == 0x000240, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_MakeStruct_SBZButtonControlsReference_1) == 0x000258, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_MakeStruct_SBZButtonControlsReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, Temp_bool_Variable) == 0x000280, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_Event_InFocusedButton) == 0x000288, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_Event_InFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_Event_bIsFocused) == 0x000290, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_Event_bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_PlayAnimation_ReturnValue) == 0x000298, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_DynamicCast_AsWBP_UI_Inventory_Armor_Slot_Button) == 0x0002A0, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_DynamicCast_AsWBP_UI_Inventory_Armor_Slot_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_DynamicCast_bSuccess_2) == 0x0002A8, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_GetArmorSlot_ReturnValue) == 0x0002B0, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_GetArmorSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_GetContextAwareControlReference_ControlsReference_2) == 0x000318, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_GetContextAwareControlReference_ControlsReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_MakeStruct_SBZButtonControlsReference_2) == 0x000328, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_MakeStruct_SBZButtonControlsReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_GetArmorInSlot_ReturnValue) == 0x000350, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_GetArmorInSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_IsValid_ReturnValue_1) == 0x000358, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_GetUIManager_ReturnValue_1) == 0x000360, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_GetMenuWidget_ReturnValue_1) == 0x000368, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_GetMenuWidget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_Select_Default) == 0x000370, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_DynamicCast_AsSBZMain_Menu_Widget_1) == 0x000378, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_DynamicCast_AsSBZMain_Menu_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_DynamicCast_bSuccess_3) == 0x000380, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_CustomizeArmorInSlot_ReturnValue) == 0x000381, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_CustomizeArmorInSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, Temp_bool_Variable_1) == 0x000382, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_GetAllChildren_ReturnValue) == 0x000388, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_Select_Default_1) == 0x000398, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_Array_Get_Item) == 0x0003A0, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_DynamicCast_AsWBP_UI_Inventory_Armor_Slot_Button_1) == 0x0003A8, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_DynamicCast_AsWBP_UI_Inventory_Armor_Slot_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_DynamicCast_bSuccess_4) == 0x0003B0, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_Array_Length_ReturnValue) == 0x0003B4, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, Temp_int_Loop_Counter_Variable) == 0x0003B8, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_Less_IntInt_ReturnValue) == 0x0003BC, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, CallFunc_Add_IntInt_ReturnValue) == 0x0003C0, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, Temp_bool_Variable_2) == 0x0003C4, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen, K2Node_Select_Default_2) == 0x0003C8, "Member 'WBP_UI_ArmorInventoryScreen_C_ExecuteUbergraph_WBP_UI_ArmorInventoryScreen::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorInventoryScreen_C_ArmorSlotButtonFocusedChanged \ +static_assert(alignof(WBP_UI_ArmorInventoryScreen_C_ArmorSlotButtonFocusedChanged) == 0x000008, "Wrong alignment on WBP_UI_ArmorInventoryScreen_C_ArmorSlotButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_ArmorInventoryScreen_C_ArmorSlotButtonFocusedChanged) == 0x000010, "Wrong size on WBP_UI_ArmorInventoryScreen_C_ArmorSlotButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ArmorSlotButtonFocusedChanged, InFocusedButton) == 0x000000, "Member 'WBP_UI_ArmorInventoryScreen_C_ArmorSlotButtonFocusedChanged::InFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ArmorSlotButtonFocusedChanged, bIsFocused) == 0x000008, "Member 'WBP_UI_ArmorInventoryScreen_C_ArmorSlotButtonFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_ArmorInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_ArmorInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_ArmorInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_ArmorInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_ArmorInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_ArmorInventoryScreen_C_BndEvt__WBP_UI_MaskInventoryScreen_Button_BuySlots_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorInventoryScreen_C_OnSlotPriceChanged \ +static_assert(alignof(WBP_UI_ArmorInventoryScreen_C_OnSlotPriceChanged) == 0x000008, "Wrong alignment on WBP_UI_ArmorInventoryScreen_C_OnSlotPriceChanged"); \ +static_assert(sizeof(WBP_UI_ArmorInventoryScreen_C_OnSlotPriceChanged) == 0x000100, "Wrong size on WBP_UI_ArmorInventoryScreen_C_OnSlotPriceChanged"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_OnSlotPriceChanged, Item) == 0x000000, "Member 'WBP_UI_ArmorInventoryScreen_C_OnSlotPriceChanged::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorInventoryScreen_C_OnItemDiscarded \ +static_assert(alignof(WBP_UI_ArmorInventoryScreen_C_OnItemDiscarded) == 0x000001, "Wrong alignment on WBP_UI_ArmorInventoryScreen_C_OnItemDiscarded"); \ +static_assert(sizeof(WBP_UI_ArmorInventoryScreen_C_OnItemDiscarded) == 0x000001, "Wrong size on WBP_UI_ArmorInventoryScreen_C_OnItemDiscarded"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_OnItemDiscarded, bWasSuccessful) == 0x000000, "Member 'WBP_UI_ArmorInventoryScreen_C_OnItemDiscarded::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorInventoryScreen_C_OnEditButtonPressed \ +static_assert(alignof(WBP_UI_ArmorInventoryScreen_C_OnEditButtonPressed) == 0x000004, "Wrong alignment on WBP_UI_ArmorInventoryScreen_C_OnEditButtonPressed"); \ +static_assert(sizeof(WBP_UI_ArmorInventoryScreen_C_OnEditButtonPressed) == 0x000004, "Wrong size on WBP_UI_ArmorInventoryScreen_C_OnEditButtonPressed"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_OnEditButtonPressed, ArmorSlotIndex) == 0x000000, "Member 'WBP_UI_ArmorInventoryScreen_C_OnEditButtonPressed::ArmorSlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorInventoryScreen_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_ArmorInventoryScreen_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_ArmorInventoryScreen_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_ArmorInventoryScreen_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_ArmorInventoryScreen_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_ArmorInventoryScreen_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorInventoryScreen_C_OnSlotPurchaseComplete \ +static_assert(alignof(WBP_UI_ArmorInventoryScreen_C_OnSlotPurchaseComplete) == 0x000001, "Wrong alignment on WBP_UI_ArmorInventoryScreen_C_OnSlotPurchaseComplete"); \ +static_assert(sizeof(WBP_UI_ArmorInventoryScreen_C_OnSlotPurchaseComplete) == 0x000001, "Wrong size on WBP_UI_ArmorInventoryScreen_C_OnSlotPurchaseComplete"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_OnSlotPurchaseComplete, bWasSuccessful) == 0x000000, "Member 'WBP_UI_ArmorInventoryScreen_C_OnSlotPurchaseComplete::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorInventoryScreen_C_ShowArmorOnly \ +static_assert(alignof(WBP_UI_ArmorInventoryScreen_C_ShowArmorOnly) == 0x000008, "Wrong alignment on WBP_UI_ArmorInventoryScreen_C_ShowArmorOnly"); \ +static_assert(sizeof(WBP_UI_ArmorInventoryScreen_C_ShowArmorOnly) == 0x000008, "Wrong size on WBP_UI_ArmorInventoryScreen_C_ShowArmorOnly"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ShowArmorOnly, CallFunc_GetCustomizationManager_ReturnValue) == 0x000000, "Member 'WBP_UI_ArmorInventoryScreen_C_ShowArmorOnly::CallFunc_GetCustomizationManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorInventoryScreen_C_SetActiveButton \ +static_assert(alignof(WBP_UI_ArmorInventoryScreen_C_SetActiveButton) == 0x000008, "Wrong alignment on WBP_UI_ArmorInventoryScreen_C_SetActiveButton"); \ +static_assert(sizeof(WBP_UI_ArmorInventoryScreen_C_SetActiveButton) == 0x000010, "Wrong size on WBP_UI_ArmorInventoryScreen_C_SetActiveButton"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_SetActiveButton, ArmorButton) == 0x000000, "Member 'WBP_UI_ArmorInventoryScreen_C_SetActiveButton::ArmorButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_SetActiveButton, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_UI_ArmorInventoryScreen_C_SetActiveButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_SetActiveButton, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000009, "Member 'WBP_UI_ArmorInventoryScreen_C_SetActiveButton::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_SetActiveButton, CallFunc_BooleanAND_ReturnValue) == 0x00000A, "Member 'WBP_UI_ArmorInventoryScreen_C_SetActiveButton::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference \ +static_assert(alignof(WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference) == 0x000008, "Wrong alignment on WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference"); \ +static_assert(sizeof(WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference) == 0x0000F0, "Wrong size on WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference, ArmorButton) == 0x000000, "Member 'WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference::ArmorButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference, ControlsReference) == 0x000008, "Member 'WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference::ControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference, ControlRefArray) == 0x000018, "Member 'WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference::ControlRefArray' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference, K2Node_MakeStruct_SBZButtonControlReference) == 0x000028, "Member 'WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference, K2Node_MakeArray_Array) == 0x000068, "Member 'WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference, CallFunc_IsMenuStatePrePlanning_IsPreplanning) == 0x000078, "Member 'WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference::CallFunc_IsMenuStatePrePlanning_IsPreplanning' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference, CallFunc_Not_PreBool_ReturnValue) == 0x000079, "Member 'WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference, CallFunc_CanDiscardArmorInSlot_ReturnValue) == 0x00007A, "Member 'WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference::CallFunc_CanDiscardArmorInSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference, CallFunc_CanCustomize_CanCustomize) == 0x00007B, "Member 'WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference::CallFunc_CanCustomize_CanCustomize' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference, CallFunc_BooleanAND_ReturnValue) == 0x00007C, "Member 'WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference, CallFunc_MakeLiteralText_ReturnValue) == 0x000080, "Member 'WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference, CallFunc_TextToUpper_ReturnValue) == 0x000098, "Member 'WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x0000B0, "Member 'WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference, CallFunc_Array_Add_ReturnValue) == 0x0000E8, "Member 'WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference, CallFunc_Array_Add_ReturnValue_1) == 0x0000EC, "Member 'WBP_UI_ArmorInventoryScreen_C_GetContextAwareControlReference::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorInventoryScreen_C_OnDiscardPressed \ +static_assert(alignof(WBP_UI_ArmorInventoryScreen_C_OnDiscardPressed) == 0x000008, "Wrong alignment on WBP_UI_ArmorInventoryScreen_C_OnDiscardPressed"); \ +static_assert(sizeof(WBP_UI_ArmorInventoryScreen_C_OnDiscardPressed) == 0x000010, "Wrong size on WBP_UI_ArmorInventoryScreen_C_OnDiscardPressed"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_OnDiscardPressed, K2Node_DynamicCast_AsWBP_UI_Inventory_Armor_Slot_Button) == 0x000000, "Member 'WBP_UI_ArmorInventoryScreen_C_OnDiscardPressed::K2Node_DynamicCast_AsWBP_UI_Inventory_Armor_Slot_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_OnDiscardPressed, K2Node_DynamicCast_bSuccess) == 0x000008, "Member 'WBP_UI_ArmorInventoryScreen_C_OnDiscardPressed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_OnDiscardPressed, CallFunc_GetArmorSlotIndex_ReturnValue) == 0x00000C, "Member 'WBP_UI_ArmorInventoryScreen_C_OnDiscardPressed::CallFunc_GetArmorSlotIndex_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorInventoryScreen_C_ControlsReferenceActionPressed \ +static_assert(alignof(WBP_UI_ArmorInventoryScreen_C_ControlsReferenceActionPressed) == 0x000008, "Wrong alignment on WBP_UI_ArmorInventoryScreen_C_ControlsReferenceActionPressed"); \ +static_assert(sizeof(WBP_UI_ArmorInventoryScreen_C_ControlsReferenceActionPressed) == 0x000040, "Wrong size on WBP_UI_ArmorInventoryScreen_C_ControlsReferenceActionPressed"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ControlsReferenceActionPressed, ActionName) == 0x000000, "Member 'WBP_UI_ArmorInventoryScreen_C_ControlsReferenceActionPressed::ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ControlsReferenceActionPressed, K2Node_SwitchName_CmpSuccess) == 0x00000C, "Member 'WBP_UI_ArmorInventoryScreen_C_ControlsReferenceActionPressed::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ControlsReferenceActionPressed, K2Node_DynamicCast_AsWBP_UI_Inventory_Armor_Slot_Button) == 0x000010, "Member 'WBP_UI_ArmorInventoryScreen_C_ControlsReferenceActionPressed::K2Node_DynamicCast_AsWBP_UI_Inventory_Armor_Slot_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ControlsReferenceActionPressed, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_UI_ArmorInventoryScreen_C_ControlsReferenceActionPressed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ControlsReferenceActionPressed, CallFunc_GetArmorSlotIndex_ReturnValue) == 0x00001C, "Member 'WBP_UI_ArmorInventoryScreen_C_ControlsReferenceActionPressed::CallFunc_GetArmorSlotIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ControlsReferenceActionPressed, CallFunc_IsVisible_ReturnValue) == 0x000020, "Member 'WBP_UI_ArmorInventoryScreen_C_ControlsReferenceActionPressed::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ControlsReferenceActionPressed, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'WBP_UI_ArmorInventoryScreen_C_ControlsReferenceActionPressed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ControlsReferenceActionPressed, CallFunc_GetUIManager_ReturnValue) == 0x000028, "Member 'WBP_UI_ArmorInventoryScreen_C_ControlsReferenceActionPressed::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_ControlsReferenceActionPressed, CallFunc_PopStack_ReturnValue) == 0x000030, "Member 'WBP_UI_ArmorInventoryScreen_C_ControlsReferenceActionPressed::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorInventoryScreen_C_RevertBodyAndEquipped \ +static_assert(alignof(WBP_UI_ArmorInventoryScreen_C_RevertBodyAndEquipped) == 0x000008, "Wrong alignment on WBP_UI_ArmorInventoryScreen_C_RevertBodyAndEquipped"); \ +static_assert(sizeof(WBP_UI_ArmorInventoryScreen_C_RevertBodyAndEquipped) == 0x000008, "Wrong size on WBP_UI_ArmorInventoryScreen_C_RevertBodyAndEquipped"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_RevertBodyAndEquipped, CallFunc_GetCustomizationManager_ReturnValue) == 0x000000, "Member 'WBP_UI_ArmorInventoryScreen_C_RevertBodyAndEquipped::CallFunc_GetCustomizationManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorInventoryScreen_C_IsMenuStatePrePlanning \ +static_assert(alignof(WBP_UI_ArmorInventoryScreen_C_IsMenuStatePrePlanning) == 0x000008, "Wrong alignment on WBP_UI_ArmorInventoryScreen_C_IsMenuStatePrePlanning"); \ +static_assert(sizeof(WBP_UI_ArmorInventoryScreen_C_IsMenuStatePrePlanning) == 0x000020, "Wrong size on WBP_UI_ArmorInventoryScreen_C_IsMenuStatePrePlanning"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_IsMenuStatePrePlanning, IsPreplanning) == 0x000000, "Member 'WBP_UI_ArmorInventoryScreen_C_IsMenuStatePrePlanning::IsPreplanning' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_IsMenuStatePrePlanning, CallFunc_GetGameMode_ReturnValue) == 0x000008, "Member 'WBP_UI_ArmorInventoryScreen_C_IsMenuStatePrePlanning::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_IsMenuStatePrePlanning, K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu) == 0x000010, "Member 'WBP_UI_ArmorInventoryScreen_C_IsMenuStatePrePlanning::K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_IsMenuStatePrePlanning, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_UI_ArmorInventoryScreen_C_IsMenuStatePrePlanning::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_IsMenuStatePrePlanning, CallFunc_GetMainMenuState_ReturnValue) == 0x000019, "Member 'WBP_UI_ArmorInventoryScreen_C_IsMenuStatePrePlanning::CallFunc_GetMainMenuState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorInventoryScreen_C_IsMenuStatePrePlanning, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00001A, "Member 'WBP_UI_ArmorInventoryScreen_C_IsMenuStatePrePlanning::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_ArmorInventoryScreen_C \ +static_assert(alignof(UWBP_UI_ArmorInventoryScreen_C) == 0x000008, "Wrong alignment on UWBP_UI_ArmorInventoryScreen_C"); \ +static_assert(sizeof(UWBP_UI_ArmorInventoryScreen_C) == 0x000538, "Wrong size on UWBP_UI_ArmorInventoryScreen_C"); \ +static_assert(offsetof(UWBP_UI_ArmorInventoryScreen_C, UberGraphFrame) == 0x0004D0, "Member 'UWBP_UI_ArmorInventoryScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorInventoryScreen_C, Intro) == 0x0004D8, "Member 'UWBP_UI_ArmorInventoryScreen_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorInventoryScreen_C, CanvasPanel_BuyingSlots) == 0x0004E0, "Member 'UWBP_UI_ArmorInventoryScreen_C::CanvasPanel_BuyingSlots' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorInventoryScreen_C, DummyButton) == 0x0004E8, "Member 'UWBP_UI_ArmorInventoryScreen_C::DummyButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorInventoryScreen_C, ItemScrollBox) == 0x0004F0, "Member 'UWBP_UI_ArmorInventoryScreen_C::ItemScrollBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorInventoryScreen_C, ScreenTitle) == 0x0004F8, "Member 'UWBP_UI_ArmorInventoryScreen_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorInventoryScreen_C, WBP_UI_ContentBackground) == 0x000500, "Member 'UWBP_UI_ArmorInventoryScreen_C::WBP_UI_ContentBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorInventoryScreen_C, WBP_UI_Inventory_ItemDescriptionBox) == 0x000508, "Member 'UWBP_UI_ArmorInventoryScreen_C::WBP_UI_Inventory_ItemDescriptionBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorInventoryScreen_C, WBP_UI_WeaponSlotDisplayPanel) == 0x000510, "Member 'UWBP_UI_ArmorInventoryScreen_C::WBP_UI_WeaponSlotDisplayPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorInventoryScreen_C, RT_Focusedbutton) == 0x000518, "Member 'UWBP_UI_ArmorInventoryScreen_C::RT_Focusedbutton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorInventoryScreen_C, BlackMarketStackValue) == 0x000520, "Member 'UWBP_UI_ArmorInventoryScreen_C::BlackMarketStackValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorInventoryScreen_C, Last_RT_Focusedbutton) == 0x000530, "Member 'UWBP_UI_ArmorInventoryScreen_C::Last_RT_Focusedbutton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization \ +static_assert(alignof(WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization) == 0x000008, "Wrong alignment on WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization"); \ +static_assert(sizeof(WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization) == 0x0000C0, "Wrong size on WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization, EntryPoint) == 0x000000, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization, CallFunc_GetUIManager_ReturnValue) == 0x000008, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization, CallFunc_PopStack_ReturnValue) == 0x000010, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization, CallFunc_GetCustomizationManager_ReturnValue) == 0x000020, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization::CallFunc_GetCustomizationManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization, CallFunc_GetCustomizationManager_ReturnValue_1) == 0x000028, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization::CallFunc_GetCustomizationManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x000030, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization, CallFunc_MakeLiteralName_ReturnValue) == 0x000038, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization, CallFunc_GetGameMode_ReturnValue) == 0x000048, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization, K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu) == 0x000050, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization::K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization, K2Node_CustomEvent_InActionInput) == 0x00005C, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization::K2Node_CustomEvent_InActionInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization, K2Node_SwitchName_CmpSuccess) == 0x000068, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization, CallFunc_IsValid_ReturnValue) == 0x000069, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization, CallFunc_IsValid_ReturnValue_1) == 0x00006A, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization, Temp_bool_Variable) == 0x00006B, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization, CallFunc_GetCustomizationManager_ReturnValue_2) == 0x000070, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization::CallFunc_GetCustomizationManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization, CallFunc_GetChildAt_ReturnValue) == 0x000078, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization, CallFunc_IsValid_ReturnValue_2) == 0x000080, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization, K2Node_Select_Default) == 0x000088, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization, K2Node_Event_InButton) == 0x000090, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization::K2Node_Event_InButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization, K2Node_Event_bIsFocused) == 0x000098, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization::K2Node_Event_bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x0000A0, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization, CallFunc_GetCustomizationManager_ReturnValue_3) == 0x0000A8, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization::CallFunc_GetCustomizationManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization, K2Node_Event_PreviousValue) == 0x0000B0, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_ExecuteUbergraph_WBP_MainMenu_Loadout_ArmorCustomization::K2Node_Event_PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_Loadout_ArmorCustomization_C_OnCategoryButtonFocused \ +static_assert(alignof(WBP_MainMenu_Loadout_ArmorCustomization_C_OnCategoryButtonFocused) == 0x000008, "Wrong alignment on WBP_MainMenu_Loadout_ArmorCustomization_C_OnCategoryButtonFocused"); \ +static_assert(sizeof(WBP_MainMenu_Loadout_ArmorCustomization_C_OnCategoryButtonFocused) == 0x000010, "Wrong size on WBP_MainMenu_Loadout_ArmorCustomization_C_OnCategoryButtonFocused"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_OnCategoryButtonFocused, InButton) == 0x000000, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_OnCategoryButtonFocused::InButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_OnCategoryButtonFocused, bIsFocused) == 0x000008, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_OnCategoryButtonFocused::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_Loadout_ArmorCustomization_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_MainMenu_Loadout_ArmorCustomization_C_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on WBP_MainMenu_Loadout_ArmorCustomization_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_MainMenu_Loadout_ArmorCustomization_C_OnControlsReferenceClicked) == 0x00000C, "Wrong size on WBP_MainMenu_Loadout_ArmorCustomization_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_OnControlsReferenceClicked, InActionInput) == 0x000000, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_OnControlsReferenceClicked::InActionInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_Loadout_ArmorCustomization_C_OnGainedStackFocused \ +static_assert(alignof(WBP_MainMenu_Loadout_ArmorCustomization_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_MainMenu_Loadout_ArmorCustomization_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_MainMenu_Loadout_ArmorCustomization_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_MainMenu_Loadout_ArmorCustomization_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MainMenu_Loadout_ArmorCustomization_C_UpdateControlsReference \ +static_assert(alignof(WBP_MainMenu_Loadout_ArmorCustomization_C_UpdateControlsReference) == 0x000008, "Wrong alignment on WBP_MainMenu_Loadout_ArmorCustomization_C_UpdateControlsReference"); \ +static_assert(sizeof(WBP_MainMenu_Loadout_ArmorCustomization_C_UpdateControlsReference) == 0x0000E8, "Wrong size on WBP_MainMenu_Loadout_ArmorCustomization_C_UpdateControlsReference"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_UpdateControlsReference, Temp_bool_Variable) == 0x000000, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_UpdateControlsReference::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_UpdateControlsReference, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_UpdateControlsReference::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_UpdateControlsReference, CallFunc_IsInputTypeController_ReturnValue) == 0x000018, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_UpdateControlsReference::CallFunc_IsInputTypeController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_UpdateControlsReference, K2Node_MakeStruct_SBZButtonControlReference) == 0x000020, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_UpdateControlsReference::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_UpdateControlsReference, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000058, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_UpdateControlsReference::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_UpdateControlsReference, K2Node_MakeArray_Array) == 0x000090, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_UpdateControlsReference::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_UpdateControlsReference, K2Node_MakeArray_Array_1) == 0x0000A0, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_UpdateControlsReference::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_UpdateControlsReference, K2Node_Select_Default) == 0x0000B0, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_UpdateControlsReference::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_MainMenu_Loadout_ArmorCustomization_C_UpdateControlsReference, K2Node_MakeStruct_SBZButtonControlsReference) == 0x0000C0, "Member 'WBP_MainMenu_Loadout_ArmorCustomization_C_UpdateControlsReference::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MainMenu_Loadout_ArmorCustomization_C \ +static_assert(alignof(UWBP_MainMenu_Loadout_ArmorCustomization_C) == 0x000008, "Wrong alignment on UWBP_MainMenu_Loadout_ArmorCustomization_C"); \ +static_assert(sizeof(UWBP_MainMenu_Loadout_ArmorCustomization_C) == 0x000368, "Wrong size on UWBP_MainMenu_Loadout_ArmorCustomization_C"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_ArmorCustomization_C, UberGraphFrame) == 0x000330, "Member 'UWBP_MainMenu_Loadout_ArmorCustomization_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_ArmorCustomization_C, Intro) == 0x000338, "Member 'UWBP_MainMenu_Loadout_ArmorCustomization_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_ArmorCustomization_C, ArmorHeader_T) == 0x000340, "Member 'UWBP_MainMenu_Loadout_ArmorCustomization_C::ArmorHeader_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_ArmorCustomization_C, ScreenTitle) == 0x000348, "Member 'UWBP_MainMenu_Loadout_ArmorCustomization_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_ArmorCustomization_C, TutorialPopup_Button) == 0x000350, "Member 'UWBP_MainMenu_Loadout_ArmorCustomization_C::TutorialPopup_Button' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_ArmorCustomization_C, WBP_UI_Inventory_ItemDescriptionBox) == 0x000358, "Member 'UWBP_MainMenu_Loadout_ArmorCustomization_C::WBP_UI_Inventory_ItemDescriptionBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MainMenu_Loadout_ArmorCustomization_C, FocusedButton) == 0x000360, "Member 'UWBP_MainMenu_Loadout_ArmorCustomization_C::FocusedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryFalsePanelPanicRoom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelPanicRoom \ +static_assert(alignof(BP_ReplicatedBinaryFalsePanelPanicRoom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelPanicRoom) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryFalsePanelPanicRoom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelPanicRoom"); \ +static_assert(sizeof(BP_ReplicatedBinaryFalsePanelPanicRoom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelPanicRoom) == 0x0001E8, "Wrong size on BP_ReplicatedBinaryFalsePanelPanicRoom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelPanicRoom"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelPanicRoom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelPanicRoom, EntryPoint) == 0x000000, "Member 'BP_ReplicatedBinaryFalsePanelPanicRoom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelPanicRoom::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelPanicRoom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelPanicRoom, Temp_struct_Variable) == 0x000008, "Member 'BP_ReplicatedBinaryFalsePanelPanicRoom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelPanicRoom::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelPanicRoom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelPanicRoom, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000018, "Member 'BP_ReplicatedBinaryFalsePanelPanicRoom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelPanicRoom::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelPanicRoom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelPanicRoom, Temp_delegate_Variable) == 0x00001C, "Member 'BP_ReplicatedBinaryFalsePanelPanicRoom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelPanicRoom::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelPanicRoom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelPanicRoom, CallFunc_PostEvent_ReturnValue) == 0x000030, "Member 'BP_ReplicatedBinaryFalsePanelPanicRoom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelPanicRoom::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelPanicRoom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelPanicRoom, K2Node_Event_bStateToChangeTo) == 0x000034, "Member 'BP_ReplicatedBinaryFalsePanelPanicRoom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelPanicRoom::K2Node_Event_bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelPanicRoom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelPanicRoom, K2Node_Event_bDoCosmetics) == 0x000035, "Member 'BP_ReplicatedBinaryFalsePanelPanicRoom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelPanicRoom::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelPanicRoom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelPanicRoom, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000038, "Member 'BP_ReplicatedBinaryFalsePanelPanicRoom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelPanicRoom::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelPanicRoom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelPanicRoom, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x0000C8, "Member 'BP_ReplicatedBinaryFalsePanelPanicRoom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelPanicRoom::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelPanicRoom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelPanicRoom, CallFunc_K2_SetRelativeLocation_SweepHitResult_2) == 0x000158, "Member 'BP_ReplicatedBinaryFalsePanelPanicRoom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelPanicRoom::CallFunc_K2_SetRelativeLocation_SweepHitResult_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryFalsePanelPanicRoom_C_OnStateChanged \ +static_assert(alignof(BP_ReplicatedBinaryFalsePanelPanicRoom_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_ReplicatedBinaryFalsePanelPanicRoom_C_OnStateChanged"); \ +static_assert(sizeof(BP_ReplicatedBinaryFalsePanelPanicRoom_C_OnStateChanged) == 0x000002, "Wrong size on BP_ReplicatedBinaryFalsePanelPanicRoom_C_OnStateChanged"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelPanicRoom_C_OnStateChanged, bStateToChangeTo) == 0x000000, "Member 'BP_ReplicatedBinaryFalsePanelPanicRoom_C_OnStateChanged::bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelPanicRoom_C_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_ReplicatedBinaryFalsePanelPanicRoom_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ReplicatedBinaryFalsePanelPanicRoom_C \ +static_assert(alignof(ABP_ReplicatedBinaryFalsePanelPanicRoom_C) == 0x000008, "Wrong alignment on ABP_ReplicatedBinaryFalsePanelPanicRoom_C"); \ +static_assert(sizeof(ABP_ReplicatedBinaryFalsePanelPanicRoom_C) == 0x000328, "Wrong size on ABP_ReplicatedBinaryFalsePanelPanicRoom_C"); \ +static_assert(offsetof(ABP_ReplicatedBinaryFalsePanelPanicRoom_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_ReplicatedBinaryFalsePanelPanicRoom_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryFalsePanelPanicRoom_C, PH_Office_HiddenDoor_01) == 0x0002E0, "Member 'ABP_ReplicatedBinaryFalsePanelPanicRoom_C::PH_Office_HiddenDoor_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryFalsePanelPanicRoom_C, SBZInteractable) == 0x0002E8, "Member 'ABP_ReplicatedBinaryFalsePanelPanicRoom_C::SBZInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryFalsePanelPanicRoom_C, SBZOutline) == 0x0002F0, "Member 'ABP_ReplicatedBinaryFalsePanelPanicRoom_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryFalsePanelPanicRoom_C, DefaultSceneRoot) == 0x0002F8, "Member 'ABP_ReplicatedBinaryFalsePanelPanicRoom_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryFalsePanelPanicRoom_C, Timeline_0_NewTrack_0_09DE8F3946E6CB4168860E903ED0B6C4) == 0x000300, "Member 'ABP_ReplicatedBinaryFalsePanelPanicRoom_C::Timeline_0_NewTrack_0_09DE8F3946E6CB4168860E903ED0B6C4' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryFalsePanelPanicRoom_C, Timeline_0__Direction_09DE8F3946E6CB4168860E903ED0B6C4) == 0x00030C, "Member 'ABP_ReplicatedBinaryFalsePanelPanicRoom_C::Timeline_0__Direction_09DE8F3946E6CB4168860E903ED0B6C4' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryFalsePanelPanicRoom_C, Timeline_0) == 0x000310, "Member 'ABP_ReplicatedBinaryFalsePanelPanicRoom_C::Timeline_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryFalsePanelPanicRoom_C, WhiskeyBottlePoisoned) == 0x000318, "Member 'ABP_ReplicatedBinaryFalsePanelPanicRoom_C::WhiskeyBottlePoisoned' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen \ +static_assert(alignof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen) == 0x000008, "Wrong alignment on WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen"); \ +static_assert(sizeof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen) == 0x0001D8, "Wrong size on WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, EntryPoint) == 0x000000, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, Temp_int_Step_Size_Variable) == 0x000004, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::Temp_int_Step_Size_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, Temp_int_Index_Variable) == 0x000008, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::Temp_int_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_Subtract_IntInt_ReturnValue) == 0x000010, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000018, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_Less_IntInt_ReturnValue) == 0x000019, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, K2Node_Event_IsDesignTime) == 0x00001A, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_Create_ReturnValue) == 0x000020, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_Abs_Int_ReturnValue) == 0x000028, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_Abs_Int_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_Max_ReturnValue) == 0x00002C, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_AddChild_ReturnValue) == 0x000030, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, K2Node_Event_PreviousValue) == 0x000038, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_GetChildAt_ReturnValue) == 0x000048, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_IsValid_ReturnValue_1) == 0x000051, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, K2Node_Event_NewFocusedButton) == 0x000058, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::K2Node_Event_NewFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, K2Node_Event_SelectedButton) == 0x000060, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::K2Node_Event_SelectedButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_GetUIManager_ReturnValue) == 0x000068, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_PopStack_ReturnValue) == 0x000070, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, K2Node_CustomEvent_InActionInput) == 0x00007C, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::K2Node_CustomEvent_InActionInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, K2Node_SwitchName_CmpSuccess) == 0x000088, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_IsValid_ReturnValue_2) == 0x000089, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_GetUIManager_ReturnValue_1) == 0x000090, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_IsPopupShowing_ReturnValue) == 0x000098, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_IsPopupShowing_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, K2Node_Event_EquippedButton) == 0x0000A0, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::K2Node_Event_EquippedButton' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_GetArmorInfo_OutArmorLoadoutIndex) == 0x0000A8, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_GetArmorInfo_OutArmorLoadoutIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_GetArmorInfo_OutArmorChunkIndex) == 0x0000AC, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_GetArmorInfo_OutArmorChunkIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, Temp_bool_Variable) == 0x0000B0, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000B4, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000B8, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, K2Node_Select_Default) == 0x0000C0, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, K2Node_MakeStruct_FormatArgumentData) == 0x0000C8, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, K2Node_MakeArray_Array) == 0x000108, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_GetArmorInfo_OutArmorLoadoutIndex_1) == 0x000118, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_GetArmorInfo_OutArmorLoadoutIndex_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_GetArmorInfo_OutArmorChunkIndex_1) == 0x00011C, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_GetArmorInfo_OutArmorChunkIndex_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_Format_ReturnValue) == 0x000120, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_GetArmorInventorySlot_ReturnValue) == 0x000138, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_GetArmorInventorySlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_GetCustomizationManager_ReturnValue) == 0x0001A0, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_GetCustomizationManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x0001A8, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, Temp_bool_Variable_1) == 0x0001B0, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, K2Node_Select_Default_1) == 0x0001B8, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, K2Node_DynamicCast_AsWBP_UI_Armor_Chunk_Button) == 0x0001C0, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::K2Node_DynamicCast_AsWBP_UI_Armor_Chunk_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, K2Node_DynamicCast_bSuccess) == 0x0001C8, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_GetArmorChunkType_ReturnValue) == 0x0001C9, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_GetArmorChunkType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen, CallFunc_GetCustomizationManager_ReturnValue_1) == 0x0001D0, "Member 'WBP_UI_ArmorModifierScreen_C_ExecuteUbergraph_WBP_UI_ArmorModifierScreen::CallFunc_GetCustomizationManager_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorModifierScreen_C_OnArmorChunkSlotButtonEquipped \ +static_assert(alignof(WBP_UI_ArmorModifierScreen_C_OnArmorChunkSlotButtonEquipped) == 0x000008, "Wrong alignment on WBP_UI_ArmorModifierScreen_C_OnArmorChunkSlotButtonEquipped"); \ +static_assert(sizeof(WBP_UI_ArmorModifierScreen_C_OnArmorChunkSlotButtonEquipped) == 0x000008, "Wrong size on WBP_UI_ArmorModifierScreen_C_OnArmorChunkSlotButtonEquipped"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_OnArmorChunkSlotButtonEquipped, EquippedButton) == 0x000000, "Member 'WBP_UI_ArmorModifierScreen_C_OnArmorChunkSlotButtonEquipped::EquippedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorModifierScreen_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_UI_ArmorModifierScreen_C_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on WBP_UI_ArmorModifierScreen_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_UI_ArmorModifierScreen_C_OnControlsReferenceClicked) == 0x00000C, "Wrong size on WBP_UI_ArmorModifierScreen_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_OnControlsReferenceClicked, InActionInput) == 0x000000, "Member 'WBP_UI_ArmorModifierScreen_C_OnControlsReferenceClicked::InActionInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorModifierScreen_C_OnArmorChunkSlotButtonSelected \ +static_assert(alignof(WBP_UI_ArmorModifierScreen_C_OnArmorChunkSlotButtonSelected) == 0x000008, "Wrong alignment on WBP_UI_ArmorModifierScreen_C_OnArmorChunkSlotButtonSelected"); \ +static_assert(sizeof(WBP_UI_ArmorModifierScreen_C_OnArmorChunkSlotButtonSelected) == 0x000008, "Wrong size on WBP_UI_ArmorModifierScreen_C_OnArmorChunkSlotButtonSelected"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_OnArmorChunkSlotButtonSelected, SelectedButton) == 0x000000, "Member 'WBP_UI_ArmorModifierScreen_C_OnArmorChunkSlotButtonSelected::SelectedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorModifierScreen_C_NewArmorChunkSlotFocused \ +static_assert(alignof(WBP_UI_ArmorModifierScreen_C_NewArmorChunkSlotFocused) == 0x000008, "Wrong alignment on WBP_UI_ArmorModifierScreen_C_NewArmorChunkSlotFocused"); \ +static_assert(sizeof(WBP_UI_ArmorModifierScreen_C_NewArmorChunkSlotFocused) == 0x000008, "Wrong size on WBP_UI_ArmorModifierScreen_C_NewArmorChunkSlotFocused"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_NewArmorChunkSlotFocused, NewFocusedButton) == 0x000000, "Member 'WBP_UI_ArmorModifierScreen_C_NewArmorChunkSlotFocused::NewFocusedButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorModifierScreen_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_ArmorModifierScreen_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_ArmorModifierScreen_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_ArmorModifierScreen_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_ArmorModifierScreen_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_ArmorModifierScreen_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorModifierScreen_C_PreConstruct \ +static_assert(alignof(WBP_UI_ArmorModifierScreen_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_ArmorModifierScreen_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_ArmorModifierScreen_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_ArmorModifierScreen_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_ArmorModifierScreen_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference \ +static_assert(alignof(WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference) == 0x000008, "Wrong alignment on WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference"); \ +static_assert(sizeof(WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference) == 0x000160, "Wrong size on WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference, K2Node_MakeStruct_SBZButtonControlReference) == 0x000008, "Member 'WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000040, "Member 'WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference, CallFunc_IsInputTypeController_ReturnValue) == 0x000078, "Member 'WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference::CallFunc_IsInputTypeController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference, K2Node_MakeStruct_SBZButtonControlReference_2) == 0x000080, "Member 'WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference::K2Node_MakeStruct_SBZButtonControlReference_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference, K2Node_MakeStruct_SBZButtonControlReference_3) == 0x0000B8, "Member 'WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference::K2Node_MakeStruct_SBZButtonControlReference_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference, K2Node_CreateDelegate_OutputDelegate) == 0x0000F0, "Member 'WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference, K2Node_MakeArray_Array) == 0x000108, "Member 'WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference, K2Node_MakeArray_Array_1) == 0x000118, "Member 'WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference, K2Node_Select_Default) == 0x000128, "Member 'WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000138, "Member 'WBP_UI_ArmorModifierScreen_C_UpdateActiveButtonControlsReference::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_ArmorModifierScreen_C \ +static_assert(alignof(UWBP_UI_ArmorModifierScreen_C) == 0x000008, "Wrong alignment on UWBP_UI_ArmorModifierScreen_C"); \ +static_assert(sizeof(UWBP_UI_ArmorModifierScreen_C) == 0x000390, "Wrong size on UWBP_UI_ArmorModifierScreen_C"); \ +static_assert(offsetof(UWBP_UI_ArmorModifierScreen_C, UberGraphFrame) == 0x000330, "Member 'UWBP_UI_ArmorModifierScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorModifierScreen_C, Intro) == 0x000338, "Member 'UWBP_UI_ArmorModifierScreen_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorModifierScreen_C, ArmorHeader_T) == 0x000340, "Member 'UWBP_UI_ArmorModifierScreen_C::ArmorHeader_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorModifierScreen_C, Inventory_ItemDescriptionBox) == 0x000348, "Member 'UWBP_UI_ArmorModifierScreen_C::Inventory_ItemDescriptionBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorModifierScreen_C, ScreenTitle) == 0x000350, "Member 'UWBP_UI_ArmorModifierScreen_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorModifierScreen_C, TitleHeader_T) == 0x000358, "Member 'UWBP_UI_ArmorModifierScreen_C::TitleHeader_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorModifierScreen_C, WBP_ArmorChunk_PlateDetails) == 0x000360, "Member 'UWBP_UI_ArmorModifierScreen_C::WBP_ArmorChunk_PlateDetails' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorModifierScreen_C, ActiveButton) == 0x000368, "Member 'UWBP_UI_ArmorModifierScreen_C::ActiveButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ArmorModifierScreen_C, ArmorConfig) == 0x000370, "Member 'UWBP_UI_ArmorModifierScreen_C::ArmorConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus \ +static_assert(alignof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus) == 0x000008, "Wrong alignment on WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus"); \ +static_assert(sizeof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus) == 0x000280, "Wrong size on WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, EntryPoint) == 0x000000, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, Temp_bool_Variable) == 0x000004, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000008, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, Temp_bool_Variable_1) == 0x000010, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, K2Node_Event_InPlayerReadyInfo) == 0x000018, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::K2Node_Event_InPlayerReadyInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, K2Node_MakeStruct_FormatArgumentData) == 0x0000B0, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, CallFunc_Conv_StringToText_ReturnValue) == 0x0000F0, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, K2Node_MakeArray_Array) == 0x000108, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, CallFunc_TextIsEmpty_ReturnValue) == 0x000118, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, CallFunc_Format_ReturnValue) == 0x000120, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000138, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, CallFunc_GetUIManager_ReturnValue) == 0x000150, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, Temp_bool_Variable_2) == 0x000158, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, CallFunc_GetSpriteForNebula_ReturnValue) == 0x000160, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::CallFunc_GetSpriteForNebula_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, CallFunc_GetSpriteForPlatform_ReturnValue) == 0x000168, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::CallFunc_GetSpriteForPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, Temp_text_Variable) == 0x000170, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, Temp_text_Variable_1) == 0x000188, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, CallFunc_GetUIManager_ReturnValue_1) == 0x0001A0, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, Temp_text_Variable_2) == 0x0001A8, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, CallFunc_GetLocalizedPlayerNoName_ReturnValue) == 0x0001C0, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::CallFunc_GetLocalizedPlayerNoName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, K2Node_Select_Default) == 0x0001D8, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, CallFunc_GetFirstPartyPlatform_ReturnValue) == 0x0001F0, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::CallFunc_GetFirstPartyPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, Temp_text_Variable_3) == 0x0001F8, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000210, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, Temp_text_Variable_4) == 0x000218, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, K2Node_Select_Default_1) == 0x000230, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, CallFunc_GetFirstPartyPlatform_ReturnValue_1) == 0x000240, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::CallFunc_GetFirstPartyPlatform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000241, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, K2Node_Select_Default_2) == 0x000248, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, Temp_byte_Variable) == 0x000260, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, K2Node_Event_IsDesignTime) == 0x000261, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus, K2Node_Select_Default_3) == 0x000268, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_ExecuteUbergraph_WBP_UI_SM_JobOverview_PlayerStatus::K2Node_Select_Default_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_JobOverview_PlayerStatus_C_PreConstruct \ +static_assert(alignof(WBP_UI_SM_JobOverview_PlayerStatus_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_SM_JobOverview_PlayerStatus_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_SM_JobOverview_PlayerStatus_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_SM_JobOverview_PlayerStatus_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_JobOverview_PlayerStatus_C_SetPlayerInfo \ +static_assert(alignof(WBP_UI_SM_JobOverview_PlayerStatus_C_SetPlayerInfo) == 0x000008, "Wrong alignment on WBP_UI_SM_JobOverview_PlayerStatus_C_SetPlayerInfo"); \ +static_assert(sizeof(WBP_UI_SM_JobOverview_PlayerStatus_C_SetPlayerInfo) == 0x000098, "Wrong size on WBP_UI_SM_JobOverview_PlayerStatus_C_SetPlayerInfo"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_PlayerStatus_C_SetPlayerInfo, InPlayerReadyInfo) == 0x000000, "Member 'WBP_UI_SM_JobOverview_PlayerStatus_C_SetPlayerInfo::InPlayerReadyInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_SM_JobOverview_PlayerStatus_C \ +static_assert(alignof(UWBP_UI_SM_JobOverview_PlayerStatus_C) == 0x000008, "Wrong alignment on UWBP_UI_SM_JobOverview_PlayerStatus_C"); \ +static_assert(sizeof(UWBP_UI_SM_JobOverview_PlayerStatus_C) == 0x0002E0, "Wrong size on UWBP_UI_SM_JobOverview_PlayerStatus_C"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_PlayerStatus_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_SM_JobOverview_PlayerStatus_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_PlayerStatus_C, StatusLoop) == 0x000298, "Member 'UWBP_UI_SM_JobOverview_PlayerStatus_C::StatusLoop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_PlayerStatus_C, Image) == 0x0002A0, "Member 'UWBP_UI_SM_JobOverview_PlayerStatus_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_PlayerStatus_C, Image_1) == 0x0002A8, "Member 'UWBP_UI_SM_JobOverview_PlayerStatus_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_PlayerStatus_C, Image_PlatformIcon) == 0x0002B0, "Member 'UWBP_UI_SM_JobOverview_PlayerStatus_C::Image_PlatformIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_PlayerStatus_C, STATUS_HB) == 0x0002B8, "Member 'UWBP_UI_SM_JobOverview_PlayerStatus_C::STATUS_HB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_PlayerStatus_C, Text_InfamyLevel) == 0x0002C0, "Member 'UWBP_UI_SM_JobOverview_PlayerStatus_C::Text_InfamyLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_PlayerStatus_C, Text_PlayerName) == 0x0002C8, "Member 'UWBP_UI_SM_JobOverview_PlayerStatus_C::Text_PlayerName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_PlayerStatus_C, Text_ReadyStatus) == 0x0002D0, "Member 'UWBP_UI_SM_JobOverview_PlayerStatus_C::Text_ReadyStatus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_PlayerStatus_C, WBP_RenownLevel) == 0x0002D8, "Member 'UWBP_UI_SM_JobOverview_PlayerStatus_C::WBP_RenownLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen \ +static_assert(alignof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen) == 0x000008, "Wrong alignment on WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen"); \ +static_assert(sizeof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen) == 0x000220, "Wrong size on WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, EntryPoint) == 0x000000, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, Temp_int_Variable) == 0x000004, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, Temp_int_Variable_1) == 0x000008, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, Temp_bool_Variable) == 0x00000C, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, Temp_byte_Variable) == 0x00000D, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, Temp_byte_Variable_1) == 0x00001C, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, K2Node_Event_PreviousValue) == 0x000020, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, K2Node_CustomEvent_ActionName) == 0x00002C, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::K2Node_CustomEvent_ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, K2Node_SwitchName_CmpSuccess) == 0x000038, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, K2Node_CreateDelegate_OutputDelegate) == 0x00003C, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x000050, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_GetGameStateMachineState_ReturnValue) == 0x000058, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_GetGameStateMachineState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_IsValid_ReturnValue_1) == 0x000059, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00005A, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_IsContextMenuDisplayed_ContextMenu) == 0x000060, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_IsContextMenuDisplayed_ContextMenu' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, Temp_bool_Variable_1) == 0x000068, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_IsValid_ReturnValue_2) == 0x000069, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, Temp_byte_Variable_2) == 0x00006A, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, K2Node_ComponentBoundEvent_Button_1) == 0x000070, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, K2Node_ComponentBoundEvent_bIsEnabled) == 0x000078, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, K2Node_MakeMap_Map) == 0x000080, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, Temp_bool_Variable_2) == 0x0000D0, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, K2Node_ComponentBoundEvent_Button) == 0x0000D8, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_IsVisible_ReturnValue) == 0x0000E0, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000E4, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, Temp_int_Variable_2) == 0x0000F8, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_HasKeyboardFocus_ReturnValue) == 0x0000FC, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_HasKeyboardFocus_ReturnValue_1) == 0x0000FD, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_HasKeyboardFocus_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_Array_Get_Item) == 0x000100, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_Array_Length_ReturnValue) == 0x000118, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_Array_Add_ReturnValue) == 0x00011C, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_Less_IntInt_ReturnValue) == 0x000120, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, K2Node_ComponentBoundEvent_NewIndex) == 0x000124, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::K2Node_ComponentBoundEvent_NewIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, Temp_int_Variable_3) == 0x000128, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_IsGameStateInHeist_IsInHeist) == 0x00012C, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_IsGameStateInHeist_IsInHeist' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_GetGameStateMachineState_ReturnValue_1) == 0x00012D, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_GetGameStateMachineState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00012E, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, Temp_bool_Variable_3) == 0x00012F, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_BooleanOR_ReturnValue) == 0x000130, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, K2Node_Select_Default) == 0x000134, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_MakeLiteralName_ReturnValue) == 0x000138, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_GetUIManager_ReturnValue) == 0x000148, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, K2Node_MakeStruct_SBZButtonControlReference) == 0x000150, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_PopStack_ReturnValue) == 0x000188, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, K2Node_MakeArray_Array) == 0x000198, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_GetUIManager_ReturnValue_1) == 0x0001A8, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, K2Node_MakeStruct_SBZButtonControlsReference) == 0x0001B0, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, K2Node_CreateDelegate_OutputDelegate_2) == 0x0001D8, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, K2Node_Select_Default_1) == 0x0001EC, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x0001F0, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, Temp_byte_Variable_3) == 0x0001F8, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_PlayAnimationTimeRange_ReturnValue_1) == 0x000200, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_PlayAnimationTimeRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_GetPartyManager_ReturnValue) == 0x000208, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_GetPartyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, K2Node_Select_Default_2) == 0x000210, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_GetPartyPlayersNumber_ReturnValue) == 0x000214, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_GetPartyPlayersNumber_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000218, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen, K2Node_Select_Default_3) == 0x00021C, "Member 'WBP_UI_SocialScreen_C_ExecuteUbergraph_WBP_UI_SocialScreen::K2Node_Select_Default_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SocialScreen_C_BndEvt__WBP_UI_SocialScreen_WBP_Local_Navbar_K2Node_ComponentBoundEvent_3_OnIndexChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_SocialScreen_C_BndEvt__WBP_UI_SocialScreen_WBP_Local_Navbar_K2Node_ComponentBoundEvent_3_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong alignment on WBP_UI_SocialScreen_C_BndEvt__WBP_UI_SocialScreen_WBP_Local_Navbar_K2Node_ComponentBoundEvent_3_OnIndexChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SocialScreen_C_BndEvt__WBP_UI_SocialScreen_WBP_Local_Navbar_K2Node_ComponentBoundEvent_3_OnIndexChanged__DelegateSignature) == 0x000004, "Wrong size on WBP_UI_SocialScreen_C_BndEvt__WBP_UI_SocialScreen_WBP_Local_Navbar_K2Node_ComponentBoundEvent_3_OnIndexChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_BndEvt__WBP_UI_SocialScreen_WBP_Local_Navbar_K2Node_ComponentBoundEvent_3_OnIndexChanged__DelegateSignature, NewIndex) == 0x000000, "Member 'WBP_UI_SocialScreen_C_BndEvt__WBP_UI_SocialScreen_WBP_Local_Navbar_K2Node_ComponentBoundEvent_3_OnIndexChanged__DelegateSignature::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SocialScreen_C_BndEvt__WBP_UI_SocialSearchScreen_Widget_SearchUser_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SocialScreen_C_BndEvt__WBP_UI_SocialSearchScreen_Widget_SearchUser_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SocialScreen_C_BndEvt__WBP_UI_SocialSearchScreen_Widget_SearchUser_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SocialScreen_C_BndEvt__WBP_UI_SocialSearchScreen_Widget_SearchUser_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SocialScreen_C_BndEvt__WBP_UI_SocialSearchScreen_Widget_SearchUser_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_BndEvt__WBP_UI_SocialSearchScreen_Widget_SearchUser_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SocialScreen_C_BndEvt__WBP_UI_SocialSearchScreen_Widget_SearchUser_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SocialScreen_C_BndEvt__WBP_UI_SocialSearchScreen_Widget_SearchUser_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_SocialScreen_C_BndEvt__WBP_UI_SocialSearchScreen_Widget_SearchUser_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SocialScreen_C_BndEvt__WBP_UI_SocialSearchScreen_Widget_SearchUser_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SocialScreen_C_BndEvt__WBP_UI_SocialSearchScreen_Widget_SearchUser_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_SocialScreen_C_BndEvt__WBP_UI_SocialSearchScreen_Widget_SearchUser_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_BndEvt__WBP_UI_SocialSearchScreen_Widget_SearchUser_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SocialScreen_C_BndEvt__WBP_UI_SocialSearchScreen_Widget_SearchUser_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_BndEvt__WBP_UI_SocialSearchScreen_Widget_SearchUser_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_SocialScreen_C_BndEvt__WBP_UI_SocialSearchScreen_Widget_SearchUser_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SocialScreen_C_OnControlsReferencePressed \ +static_assert(alignof(WBP_UI_SocialScreen_C_OnControlsReferencePressed) == 0x000004, "Wrong alignment on WBP_UI_SocialScreen_C_OnControlsReferencePressed"); \ +static_assert(sizeof(WBP_UI_SocialScreen_C_OnControlsReferencePressed) == 0x00000C, "Wrong size on WBP_UI_SocialScreen_C_OnControlsReferencePressed"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_OnControlsReferencePressed, ActionName) == 0x000000, "Member 'WBP_UI_SocialScreen_C_OnControlsReferencePressed::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SocialScreen_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_SocialScreen_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_SocialScreen_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_SocialScreen_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_SocialScreen_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_SocialScreen_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SocialScreen_C_UpdateMenuControlReference \ +static_assert(alignof(WBP_UI_SocialScreen_C_UpdateMenuControlReference) == 0x000008, "Wrong alignment on WBP_UI_SocialScreen_C_UpdateMenuControlReference"); \ +static_assert(sizeof(WBP_UI_SocialScreen_C_UpdateMenuControlReference) == 0x000168, "Wrong size on WBP_UI_SocialScreen_C_UpdateMenuControlReference"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_UpdateMenuControlReference, ButtonActionDisplayText) == 0x000000, "Member 'WBP_UI_SocialScreen_C_UpdateMenuControlReference::ButtonActionDisplayText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_UpdateMenuControlReference, ActionList) == 0x000050, "Member 'WBP_UI_SocialScreen_C_UpdateMenuControlReference::ActionList' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_UpdateMenuControlReference, CallFunc_Map_Keys_Keys) == 0x000060, "Member 'WBP_UI_SocialScreen_C_UpdateMenuControlReference::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_UpdateMenuControlReference, Temp_int_Array_Index_Variable) == 0x000070, "Member 'WBP_UI_SocialScreen_C_UpdateMenuControlReference::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_UpdateMenuControlReference, CallFunc_Array_Length_ReturnValue) == 0x000074, "Member 'WBP_UI_SocialScreen_C_UpdateMenuControlReference::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_UpdateMenuControlReference, CallFunc_Array_Get_Item) == 0x000078, "Member 'WBP_UI_SocialScreen_C_UpdateMenuControlReference::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_UpdateMenuControlReference, CallFunc_Map_Find_Value) == 0x000088, "Member 'WBP_UI_SocialScreen_C_UpdateMenuControlReference::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_UpdateMenuControlReference, CallFunc_Map_Find_ReturnValue) == 0x0000A0, "Member 'WBP_UI_SocialScreen_C_UpdateMenuControlReference::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_UpdateMenuControlReference, Temp_int_Loop_Counter_Variable) == 0x0000A4, "Member 'WBP_UI_SocialScreen_C_UpdateMenuControlReference::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_UpdateMenuControlReference, K2Node_MakeStruct_SBZButtonControlReference) == 0x0000A8, "Member 'WBP_UI_SocialScreen_C_UpdateMenuControlReference::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_UpdateMenuControlReference, CallFunc_Less_IntInt_ReturnValue) == 0x0000E0, "Member 'WBP_UI_SocialScreen_C_UpdateMenuControlReference::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_UpdateMenuControlReference, CallFunc_Add_IntInt_ReturnValue) == 0x0000E4, "Member 'WBP_UI_SocialScreen_C_UpdateMenuControlReference::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_UpdateMenuControlReference, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x0000E8, "Member 'WBP_UI_SocialScreen_C_UpdateMenuControlReference::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_UpdateMenuControlReference, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000120, "Member 'WBP_UI_SocialScreen_C_UpdateMenuControlReference::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_UpdateMenuControlReference, CallFunc_Array_Add_ReturnValue) == 0x000148, "Member 'WBP_UI_SocialScreen_C_UpdateMenuControlReference::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_UpdateMenuControlReference, K2Node_CreateDelegate_OutputDelegate) == 0x00014C, "Member 'WBP_UI_SocialScreen_C_UpdateMenuControlReference::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_UpdateMenuControlReference, CallFunc_Array_Add_ReturnValue_1) == 0x000160, "Member 'WBP_UI_SocialScreen_C_UpdateMenuControlReference::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SocialScreen_C_HandleButtonFocusChanged \ +static_assert(alignof(WBP_UI_SocialScreen_C_HandleButtonFocusChanged) == 0x000008, "Wrong alignment on WBP_UI_SocialScreen_C_HandleButtonFocusChanged"); \ +static_assert(sizeof(WBP_UI_SocialScreen_C_HandleButtonFocusChanged) == 0x0000B0, "Wrong size on WBP_UI_SocialScreen_C_HandleButtonFocusChanged"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_HandleButtonFocusChanged, Button) == 0x000000, "Member 'WBP_UI_SocialScreen_C_HandleButtonFocusChanged::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_HandleButtonFocusChanged, IsButtonEnabled) == 0x000008, "Member 'WBP_UI_SocialScreen_C_HandleButtonFocusChanged::IsButtonEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_HandleButtonFocusChanged, ButtonActionDisplayText) == 0x000010, "Member 'WBP_UI_SocialScreen_C_HandleButtonFocusChanged::ButtonActionDisplayText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_HandleButtonFocusChanged, EmptyButtonActionDisplayText) == 0x000060, "Member 'WBP_UI_SocialScreen_C_HandleButtonFocusChanged::EmptyButtonActionDisplayText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SocialScreen_C_IsContextMenuDisplayed \ +static_assert(alignof(WBP_UI_SocialScreen_C_IsContextMenuDisplayed) == 0x000008, "Wrong alignment on WBP_UI_SocialScreen_C_IsContextMenuDisplayed"); \ +static_assert(sizeof(WBP_UI_SocialScreen_C_IsContextMenuDisplayed) == 0x000010, "Wrong size on WBP_UI_SocialScreen_C_IsContextMenuDisplayed"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_IsContextMenuDisplayed, ContextMenu) == 0x000000, "Member 'WBP_UI_SocialScreen_C_IsContextMenuDisplayed::ContextMenu' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_IsContextMenuDisplayed, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_UI_SocialScreen_C_IsContextMenuDisplayed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_IsContextMenuDisplayed, CallFunc_IsValid_ReturnValue_1) == 0x000009, "Member 'WBP_UI_SocialScreen_C_IsContextMenuDisplayed::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SocialScreen_C_BindContextMenu \ +static_assert(alignof(WBP_UI_SocialScreen_C_BindContextMenu) == 0x000008, "Wrong alignment on WBP_UI_SocialScreen_C_BindContextMenu"); \ +static_assert(sizeof(WBP_UI_SocialScreen_C_BindContextMenu) == 0x000058, "Wrong size on WBP_UI_SocialScreen_C_BindContextMenu"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_BindContextMenu, PlayerCardContainer) == 0x000000, "Member 'WBP_UI_SocialScreen_C_BindContextMenu::PlayerCardContainer' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_BindContextMenu, PlayerCardList) == 0x000008, "Member 'WBP_UI_SocialScreen_C_BindContextMenu::PlayerCardList' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_BindContextMenu, CallFunc_GetChildrenCount_ReturnValue) == 0x000010, "Member 'WBP_UI_SocialScreen_C_BindContextMenu::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_BindContextMenu, Temp_int_Variable) == 0x000014, "Member 'WBP_UI_SocialScreen_C_BindContextMenu::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_BindContextMenu, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000018, "Member 'WBP_UI_SocialScreen_C_BindContextMenu::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_BindContextMenu, CallFunc_GetChildAt_ReturnValue) == 0x000020, "Member 'WBP_UI_SocialScreen_C_BindContextMenu::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_BindContextMenu, K2Node_DynamicCast_AsWBP_UI_Social_Player_Card) == 0x000028, "Member 'WBP_UI_SocialScreen_C_BindContextMenu::K2Node_DynamicCast_AsWBP_UI_Social_Player_Card' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_BindContextMenu, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_UI_SocialScreen_C_BindContextMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_BindContextMenu, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000031, "Member 'WBP_UI_SocialScreen_C_BindContextMenu::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_BindContextMenu, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'WBP_UI_SocialScreen_C_BindContextMenu::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_BindContextMenu, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000038, "Member 'WBP_UI_SocialScreen_C_BindContextMenu::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_BindContextMenu, K2Node_CreateDelegate_OutputDelegate) == 0x00003C, "Member 'WBP_UI_SocialScreen_C_BindContextMenu::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_BindContextMenu, CallFunc_BooleanOR_ReturnValue) == 0x000050, "Member 'WBP_UI_SocialScreen_C_BindContextMenu::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SocialScreen_C_OnContextMenuOpened \ +static_assert(alignof(WBP_UI_SocialScreen_C_OnContextMenuOpened) == 0x000008, "Wrong alignment on WBP_UI_SocialScreen_C_OnContextMenuOpened"); \ +static_assert(sizeof(WBP_UI_SocialScreen_C_OnContextMenuOpened) == 0x000010, "Wrong size on WBP_UI_SocialScreen_C_OnContextMenuOpened"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_OnContextMenuOpened, ActivePlayerCard) == 0x000000, "Member 'WBP_UI_SocialScreen_C_OnContextMenuOpened::ActivePlayerCard' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_OnContextMenuOpened, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_UI_SocialScreen_C_OnContextMenuOpened::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_OnContextMenuOpened, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000009, "Member 'WBP_UI_SocialScreen_C_OnContextMenuOpened::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SocialScreen_C_UpdateDefaultFocus \ +static_assert(alignof(WBP_UI_SocialScreen_C_UpdateDefaultFocus) == 0x000008, "Wrong alignment on WBP_UI_SocialScreen_C_UpdateDefaultFocus"); \ +static_assert(sizeof(WBP_UI_SocialScreen_C_UpdateDefaultFocus) == 0x000018, "Wrong size on WBP_UI_SocialScreen_C_UpdateDefaultFocus"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_UpdateDefaultFocus, FirstVisibleOfContainer) == 0x000000, "Member 'WBP_UI_SocialScreen_C_UpdateDefaultFocus::FirstVisibleOfContainer' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_UpdateDefaultFocus, PlayerCardToFocus) == 0x000008, "Member 'WBP_UI_SocialScreen_C_UpdateDefaultFocus::PlayerCardToFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_UpdateDefaultFocus, CallFunc_IsVisible_ReturnValue) == 0x000010, "Member 'WBP_UI_SocialScreen_C_UpdateDefaultFocus::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SocialScreen_C_HandleSearchTextChanged \ +static_assert(alignof(WBP_UI_SocialScreen_C_HandleSearchTextChanged) == 0x000008, "Wrong alignment on WBP_UI_SocialScreen_C_HandleSearchTextChanged"); \ +static_assert(sizeof(WBP_UI_SocialScreen_C_HandleSearchTextChanged) == 0x000070, "Wrong size on WBP_UI_SocialScreen_C_HandleSearchTextChanged"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_HandleSearchTextChanged, InText) == 0x000000, "Member 'WBP_UI_SocialScreen_C_HandleSearchTextChanged::InText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_HandleSearchTextChanged, CallFunc_Conv_TextToString_ReturnValue) == 0x000018, "Member 'WBP_UI_SocialScreen_C_HandleSearchTextChanged::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_HandleSearchTextChanged, CallFunc_Len_ReturnValue) == 0x000028, "Member 'WBP_UI_SocialScreen_C_HandleSearchTextChanged::CallFunc_Len_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_HandleSearchTextChanged, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000030, "Member 'WBP_UI_SocialScreen_C_HandleSearchTextChanged::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_HandleSearchTextChanged, CallFunc_Left_ReturnValue) == 0x000040, "Member 'WBP_UI_SocialScreen_C_HandleSearchTextChanged::CallFunc_Left_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_HandleSearchTextChanged, CallFunc_Greater_IntInt_ReturnValue) == 0x000050, "Member 'WBP_UI_SocialScreen_C_HandleSearchTextChanged::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_HandleSearchTextChanged, CallFunc_Conv_StringToText_ReturnValue) == 0x000058, "Member 'WBP_UI_SocialScreen_C_HandleSearchTextChanged::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SocialScreen_C_SetFocusOnActiveContainer \ +static_assert(alignof(WBP_UI_SocialScreen_C_SetFocusOnActiveContainer) == 0x000008, "Wrong alignment on WBP_UI_SocialScreen_C_SetFocusOnActiveContainer"); \ +static_assert(sizeof(WBP_UI_SocialScreen_C_SetFocusOnActiveContainer) == 0x0000C8, "Wrong size on WBP_UI_SocialScreen_C_SetFocusOnActiveContainer"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetFocusOnActiveContainer, EmptyButtonActionDisplayText) == 0x000000, "Member 'WBP_UI_SocialScreen_C_SetFocusOnActiveContainer::EmptyButtonActionDisplayText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetFocusOnActiveContainer, PlayerCardList) == 0x000050, "Member 'WBP_UI_SocialScreen_C_SetFocusOnActiveContainer::PlayerCardList' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetFocusOnActiveContainer, VisiblePlayerCardIndex) == 0x000058, "Member 'WBP_UI_SocialScreen_C_SetFocusOnActiveContainer::VisiblePlayerCardIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetFocusOnActiveContainer, Temp_int_Array_Index_Variable) == 0x00005C, "Member 'WBP_UI_SocialScreen_C_SetFocusOnActiveContainer::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetFocusOnActiveContainer, CallFunc_GetText_ReturnValue) == 0x000060, "Member 'WBP_UI_SocialScreen_C_SetFocusOnActiveContainer::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetFocusOnActiveContainer, CallFunc_TextIsEmpty_ReturnValue) == 0x000078, "Member 'WBP_UI_SocialScreen_C_SetFocusOnActiveContainer::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetFocusOnActiveContainer, CallFunc_GetAllChildren_ReturnValue) == 0x000080, "Member 'WBP_UI_SocialScreen_C_SetFocusOnActiveContainer::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetFocusOnActiveContainer, CallFunc_Array_Get_Item) == 0x000090, "Member 'WBP_UI_SocialScreen_C_SetFocusOnActiveContainer::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetFocusOnActiveContainer, CallFunc_GetVisibility_ReturnValue) == 0x000098, "Member 'WBP_UI_SocialScreen_C_SetFocusOnActiveContainer::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetFocusOnActiveContainer, CallFunc_Array_Length_ReturnValue) == 0x00009C, "Member 'WBP_UI_SocialScreen_C_SetFocusOnActiveContainer::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetFocusOnActiveContainer, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000A0, "Member 'WBP_UI_SocialScreen_C_SetFocusOnActiveContainer::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetFocusOnActiveContainer, Temp_bool_True_if_break_was_hit_Variable) == 0x0000A1, "Member 'WBP_UI_SocialScreen_C_SetFocusOnActiveContainer::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetFocusOnActiveContainer, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000A2, "Member 'WBP_UI_SocialScreen_C_SetFocusOnActiveContainer::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetFocusOnActiveContainer, CallFunc_Not_PreBool_ReturnValue) == 0x0000A3, "Member 'WBP_UI_SocialScreen_C_SetFocusOnActiveContainer::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetFocusOnActiveContainer, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0000A4, "Member 'WBP_UI_SocialScreen_C_SetFocusOnActiveContainer::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetFocusOnActiveContainer, CallFunc_BooleanOR_ReturnValue) == 0x0000A5, "Member 'WBP_UI_SocialScreen_C_SetFocusOnActiveContainer::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetFocusOnActiveContainer, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0000A6, "Member 'WBP_UI_SocialScreen_C_SetFocusOnActiveContainer::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetFocusOnActiveContainer, CallFunc_IsVisible_ReturnValue) == 0x0000A7, "Member 'WBP_UI_SocialScreen_C_SetFocusOnActiveContainer::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetFocusOnActiveContainer, Temp_int_Loop_Counter_Variable) == 0x0000A8, "Member 'WBP_UI_SocialScreen_C_SetFocusOnActiveContainer::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetFocusOnActiveContainer, CallFunc_GetChildAt_ReturnValue) == 0x0000B0, "Member 'WBP_UI_SocialScreen_C_SetFocusOnActiveContainer::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetFocusOnActiveContainer, CallFunc_Less_IntInt_ReturnValue) == 0x0000B8, "Member 'WBP_UI_SocialScreen_C_SetFocusOnActiveContainer::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetFocusOnActiveContainer, CallFunc_Add_IntInt_ReturnValue) == 0x0000BC, "Member 'WBP_UI_SocialScreen_C_SetFocusOnActiveContainer::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetFocusOnActiveContainer, CallFunc_BooleanAND_ReturnValue) == 0x0000C0, "Member 'WBP_UI_SocialScreen_C_SetFocusOnActiveContainer::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetFocusOnActiveContainer, CallFunc_IsValid_ReturnValue) == 0x0000C1, "Member 'WBP_UI_SocialScreen_C_SetFocusOnActiveContainer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SocialScreen_C_SetActiveTab \ +static_assert(alignof(WBP_UI_SocialScreen_C_SetActiveTab) == 0x000004, "Wrong alignment on WBP_UI_SocialScreen_C_SetActiveTab"); \ +static_assert(sizeof(WBP_UI_SocialScreen_C_SetActiveTab) == 0x000014, "Wrong size on WBP_UI_SocialScreen_C_SetActiveTab"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetActiveTab, NewIndex) == 0x000000, "Member 'WBP_UI_SocialScreen_C_SetActiveTab::NewIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetActiveTab, K2Node_SwitchInteger_CmpSuccess) == 0x000004, "Member 'WBP_UI_SocialScreen_C_SetActiveTab::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetActiveTab, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'WBP_UI_SocialScreen_C_SetActiveTab::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetActiveTab, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_UI_SocialScreen_C_SetActiveTab::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetActiveTab, CallFunc_Clamp_ReturnValue) == 0x000010, "Member 'WBP_UI_SocialScreen_C_SetActiveTab::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SocialScreen_C_Select_Default_Tab \ +static_assert(alignof(WBP_UI_SocialScreen_C_Select_Default_Tab) == 0x000004, "Wrong alignment on WBP_UI_SocialScreen_C_Select_Default_Tab"); \ +static_assert(sizeof(WBP_UI_SocialScreen_C_Select_Default_Tab) == 0x000008, "Wrong size on WBP_UI_SocialScreen_C_Select_Default_Tab"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_Select_Default_Tab, DefaultTabIndex) == 0x000000, "Member 'WBP_UI_SocialScreen_C_Select_Default_Tab::DefaultTabIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_Select_Default_Tab, DefaultTabAlreadySelected) == 0x000004, "Member 'WBP_UI_SocialScreen_C_Select_Default_Tab::DefaultTabAlreadySelected' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_Select_Default_Tab, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000005, "Member 'WBP_UI_SocialScreen_C_Select_Default_Tab::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SocialScreen_C_IsGameStateInHeist \ +static_assert(alignof(WBP_UI_SocialScreen_C_IsGameStateInHeist) == 0x000001, "Wrong alignment on WBP_UI_SocialScreen_C_IsGameStateInHeist"); \ +static_assert(sizeof(WBP_UI_SocialScreen_C_IsGameStateInHeist) == 0x000003, "Wrong size on WBP_UI_SocialScreen_C_IsGameStateInHeist"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_IsGameStateInHeist, IsInHeist) == 0x000000, "Member 'WBP_UI_SocialScreen_C_IsGameStateInHeist::IsInHeist' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_IsGameStateInHeist, CallFunc_GetGameStateMachineState_ReturnValue) == 0x000001, "Member 'WBP_UI_SocialScreen_C_IsGameStateInHeist::CallFunc_GetGameStateMachineState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_IsGameStateInHeist, K2Node_SwitchEnum_CmpSuccess) == 0x000002, "Member 'WBP_UI_SocialScreen_C_IsGameStateInHeist::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SocialScreen_C_SetPartyOnly \ +static_assert(alignof(WBP_UI_SocialScreen_C_SetPartyOnly) == 0x000008, "Wrong alignment on WBP_UI_SocialScreen_C_SetPartyOnly"); \ +static_assert(sizeof(WBP_UI_SocialScreen_C_SetPartyOnly) == 0x000010, "Wrong size on WBP_UI_SocialScreen_C_SetPartyOnly"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_SetPartyOnly, K2Node_MakeArray_Array) == 0x000000, "Member 'WBP_UI_SocialScreen_C_SetPartyOnly::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SocialScreen_C_CheckPrivilege \ +static_assert(alignof(WBP_UI_SocialScreen_C_CheckPrivilege) == 0x000008, "Wrong alignment on WBP_UI_SocialScreen_C_CheckPrivilege"); \ +static_assert(sizeof(WBP_UI_SocialScreen_C_CheckPrivilege) == 0x000020, "Wrong size on WBP_UI_SocialScreen_C_CheckPrivilege"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_CheckPrivilege, CallFunc_GetUIManager_ReturnValue) == 0x000000, "Member 'WBP_UI_SocialScreen_C_CheckPrivilege::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_CheckPrivilege, CallFunc_HasPrivilege_ReturnValue) == 0x000008, "Member 'WBP_UI_SocialScreen_C_CheckPrivilege::CallFunc_HasPrivilege_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_CheckPrivilege, CallFunc_PopStack_ReturnValue) == 0x00000C, "Member 'WBP_UI_SocialScreen_C_CheckPrivilege::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SocialScreen_C_CheckPrivilege, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'WBP_UI_SocialScreen_C_CheckPrivilege::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_SocialScreen_C \ +static_assert(alignof(UWBP_UI_SocialScreen_C) == 0x000008, "Wrong alignment on UWBP_UI_SocialScreen_C"); \ +static_assert(sizeof(UWBP_UI_SocialScreen_C) == 0x000398, "Wrong size on UWBP_UI_SocialScreen_C"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, UberGraphFrame) == 0x0002A0, "Member 'UWBP_UI_SocialScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, TabChange) == 0x0002A8, "Member 'UWBP_UI_SocialScreen_C::TabChange' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, Intro) == 0x0002B0, "Member 'UWBP_UI_SocialScreen_C::Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, Background_Blur) == 0x0002B8, "Member 'UWBP_UI_SocialScreen_C::Background_Blur' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, Background_I) == 0x0002C0, "Member 'UWBP_UI_SocialScreen_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, Blocked) == 0x0002C8, "Member 'UWBP_UI_SocialScreen_C::Blocked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, Contacts) == 0x0002D0, "Member 'UWBP_UI_SocialScreen_C::Contacts' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, Crew) == 0x0002D8, "Member 'UWBP_UI_SocialScreen_C::Crew' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, Darken_Image) == 0x0002E0, "Member 'UWBP_UI_SocialScreen_C::Darken_Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, Image_250) == 0x0002E8, "Member 'UWBP_UI_SocialScreen_C::Image_250' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, NavBarSpacer) == 0x0002F0, "Member 'UWBP_UI_SocialScreen_C::NavBarSpacer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, Recent) == 0x0002F8, "Member 'UWBP_UI_SocialScreen_C::Recent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, Requests) == 0x000300, "Member 'UWBP_UI_SocialScreen_C::Requests' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, ScreenTitle) == 0x000308, "Member 'UWBP_UI_SocialScreen_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, SearchResults) == 0x000310, "Member 'UWBP_UI_SocialScreen_C::SearchResults' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, SearchScreen) == 0x000318, "Member 'UWBP_UI_SocialScreen_C::SearchScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, Widget_Local_Navbar) == 0x000320, "Member 'UWBP_UI_SocialScreen_C::Widget_Local_Navbar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, Widget_SearchUser) == 0x000328, "Member 'UWBP_UI_SocialScreen_C::Widget_SearchUser' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, WidgetSwitcher_Container) == 0x000330, "Member 'UWBP_UI_SocialScreen_C::WidgetSwitcher_Container' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, ActiveButton) == 0x000338, "Member 'UWBP_UI_SocialScreen_C::ActiveButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, CloseSocialScreen) == 0x000340, "Member 'UWBP_UI_SocialScreen_C::CloseSocialScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, CurrentContextedMenu) == 0x000350, "Member 'UWBP_UI_SocialScreen_C::CurrentContextedMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, DestructedContextedMenu) == 0x000358, "Member 'UWBP_UI_SocialScreen_C::DestructedContextedMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, SearchCharLimit) == 0x000360, "Member 'UWBP_UI_SocialScreen_C::SearchCharLimit' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, DestructedContextedFocusedButton) == 0x000368, "Member 'UWBP_UI_SocialScreen_C::DestructedContextedFocusedButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, TabTitles) == 0x000370, "Member 'UWBP_UI_SocialScreen_C::TabTitles' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, ActiveTabIndex) == 0x000380, "Member 'UWBP_UI_SocialScreen_C::ActiveTabIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, ActiveContainer) == 0x000388, "Member 'UWBP_UI_SocialScreen_C::ActiveContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SocialScreen_C, HideBackground) == 0x000390, "Member 'UWBP_UI_SocialScreen_C::HideBackground' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget \ +static_assert(alignof(WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget) == 0x000008, "Wrong alignment on WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget"); \ +static_assert(sizeof(WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget) == 0x0000A8, "Wrong size on WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget, EntryPoint) == 0x000000, "Member 'WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget, K2Node_Event_Interactor) == 0x000008, "Member 'WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget::K2Node_Event_Interactor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget, K2Node_Event_bIsInteracting) == 0x000010, "Member 'WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget::K2Node_Event_bIsInteracting' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget, CallFunc_IsCurrentInstant_ReturnValue) == 0x000011, "Member 'WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget::CallFunc_IsCurrentInstant_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget, K2Node_Event_bIsSeenByAI) == 0x000012, "Member 'WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget::K2Node_Event_bIsSeenByAI' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget, K2Node_Event_Interactor_1) == 0x000018, "Member 'WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget::K2Node_Event_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget, K2Node_Event_NewInteractionData) == 0x000020, "Member 'WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget::K2Node_Event_NewInteractionData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget, CallFunc_GetGlobalColor_ReturnValue) == 0x000050, "Member 'WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget, K2Node_Event_MyGeometry) == 0x000060, "Member 'WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget, K2Node_Event_InDeltaTime) == 0x000098, "Member 'WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget, Temp_bool_Variable) == 0x00009C, "Member 'WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget, K2Node_Event_bIsCasing) == 0x00009D, "Member 'WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget::K2Node_Event_bIsCasing' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget, K2Node_Select_Default) == 0x0000A0, "Member 'WBP_UI_InteractionWidget_C_ExecuteUbergraph_WBP_UI_InteractionWidget::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InteractionWidget_C_OnCasingChanged \ +static_assert(alignof(WBP_UI_InteractionWidget_C_OnCasingChanged) == 0x000001, "Wrong alignment on WBP_UI_InteractionWidget_C_OnCasingChanged"); \ +static_assert(sizeof(WBP_UI_InteractionWidget_C_OnCasingChanged) == 0x000001, "Wrong size on WBP_UI_InteractionWidget_C_OnCasingChanged"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_OnCasingChanged, bIsCasing) == 0x000000, "Member 'WBP_UI_InteractionWidget_C_OnCasingChanged::bIsCasing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InteractionWidget_C_OnAISeenPlayer \ +static_assert(alignof(WBP_UI_InteractionWidget_C_OnAISeenPlayer) == 0x000001, "Wrong alignment on WBP_UI_InteractionWidget_C_OnAISeenPlayer"); \ +static_assert(sizeof(WBP_UI_InteractionWidget_C_OnAISeenPlayer) == 0x000001, "Wrong size on WBP_UI_InteractionWidget_C_OnAISeenPlayer"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_OnAISeenPlayer, bIsSeenByAI) == 0x000000, "Member 'WBP_UI_InteractionWidget_C_OnAISeenPlayer::bIsSeenByAI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InteractionWidget_C_OnPlayerIsInteracting \ +static_assert(alignof(WBP_UI_InteractionWidget_C_OnPlayerIsInteracting) == 0x000008, "Wrong alignment on WBP_UI_InteractionWidget_C_OnPlayerIsInteracting"); \ +static_assert(sizeof(WBP_UI_InteractionWidget_C_OnPlayerIsInteracting) == 0x000010, "Wrong size on WBP_UI_InteractionWidget_C_OnPlayerIsInteracting"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_OnPlayerIsInteracting, Interactor) == 0x000000, "Member 'WBP_UI_InteractionWidget_C_OnPlayerIsInteracting::Interactor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_OnPlayerIsInteracting, bIsInteracting) == 0x000008, "Member 'WBP_UI_InteractionWidget_C_OnPlayerIsInteracting::bIsInteracting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InteractionWidget_C_PreConstruct \ +static_assert(alignof(WBP_UI_InteractionWidget_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_InteractionWidget_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_InteractionWidget_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_InteractionWidget_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_InteractionWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InteractionWidget_C_OnNewInteractionData \ +static_assert(alignof(WBP_UI_InteractionWidget_C_OnNewInteractionData) == 0x000008, "Wrong alignment on WBP_UI_InteractionWidget_C_OnNewInteractionData"); \ +static_assert(sizeof(WBP_UI_InteractionWidget_C_OnNewInteractionData) == 0x000038, "Wrong size on WBP_UI_InteractionWidget_C_OnNewInteractionData"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_OnNewInteractionData, Interactor) == 0x000000, "Member 'WBP_UI_InteractionWidget_C_OnNewInteractionData::Interactor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_OnNewInteractionData, NewInteractionData) == 0x000008, "Member 'WBP_UI_InteractionWidget_C_OnNewInteractionData::NewInteractionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InteractionWidget_C_Tick \ +static_assert(alignof(WBP_UI_InteractionWidget_C_Tick) == 0x000004, "Wrong alignment on WBP_UI_InteractionWidget_C_Tick"); \ +static_assert(sizeof(WBP_UI_InteractionWidget_C_Tick) == 0x00003C, "Wrong size on WBP_UI_InteractionWidget_C_Tick"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_UI_InteractionWidget_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_UI_InteractionWidget_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InteractionWidget_C_ProcessNewInteraction \ +static_assert(alignof(WBP_UI_InteractionWidget_C_ProcessNewInteraction) == 0x000008, "Wrong alignment on WBP_UI_InteractionWidget_C_ProcessNewInteraction"); \ +static_assert(sizeof(WBP_UI_InteractionWidget_C_ProcessNewInteraction) == 0x0000A8, "Wrong size on WBP_UI_InteractionWidget_C_ProcessNewInteraction"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ProcessNewInteraction, InInteractData) == 0x000000, "Member 'WBP_UI_InteractionWidget_C_ProcessNewInteraction::InInteractData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ProcessNewInteraction, CallFunc_StealthBranch_OutputPins) == 0x000030, "Member 'WBP_UI_InteractionWidget_C_ProcessNewInteraction::CallFunc_StealthBranch_OutputPins' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ProcessNewInteraction, CallFunc_StealthBranch_ReturnValue) == 0x000031, "Member 'WBP_UI_InteractionWidget_C_ProcessNewInteraction::CallFunc_StealthBranch_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ProcessNewInteraction, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'WBP_UI_InteractionWidget_C_ProcessNewInteraction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ProcessNewInteraction, K2Node_SwitchEnum_CmpSuccess) == 0x000038, "Member 'WBP_UI_InteractionWidget_C_ProcessNewInteraction::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ProcessNewInteraction, Temp_int_Array_Index_Variable) == 0x00003C, "Member 'WBP_UI_InteractionWidget_C_ProcessNewInteraction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ProcessNewInteraction, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_UI_InteractionWidget_C_ProcessNewInteraction::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ProcessNewInteraction, CallFunc_BooleanAND_ReturnValue) == 0x000060, "Member 'WBP_UI_InteractionWidget_C_ProcessNewInteraction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ProcessNewInteraction, CallFunc_BooleanOR_ReturnValue) == 0x000061, "Member 'WBP_UI_InteractionWidget_C_ProcessNewInteraction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ProcessNewInteraction, Temp_bool_Variable) == 0x000062, "Member 'WBP_UI_InteractionWidget_C_ProcessNewInteraction::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ProcessNewInteraction, Temp_bool_Variable_1) == 0x000063, "Member 'WBP_UI_InteractionWidget_C_ProcessNewInteraction::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ProcessNewInteraction, CallFunc_GetProgress_CurrentProgress) == 0x000064, "Member 'WBP_UI_InteractionWidget_C_ProcessNewInteraction::CallFunc_GetProgress_CurrentProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ProcessNewInteraction, K2Node_Select_Default) == 0x000068, "Member 'WBP_UI_InteractionWidget_C_ProcessNewInteraction::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ProcessNewInteraction, Temp_bool_Variable_2) == 0x000070, "Member 'WBP_UI_InteractionWidget_C_ProcessNewInteraction::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ProcessNewInteraction, CallFunc_GetGlobalColor_ReturnValue) == 0x000074, "Member 'WBP_UI_InteractionWidget_C_ProcessNewInteraction::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ProcessNewInteraction, K2Node_Select_Default_1) == 0x000088, "Member 'WBP_UI_InteractionWidget_C_ProcessNewInteraction::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ProcessNewInteraction, Temp_int_Loop_Counter_Variable) == 0x000090, "Member 'WBP_UI_InteractionWidget_C_ProcessNewInteraction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ProcessNewInteraction, K2Node_Select_Default_2) == 0x000098, "Member 'WBP_UI_InteractionWidget_C_ProcessNewInteraction::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ProcessNewInteraction, CallFunc_Less_IntInt_ReturnValue) == 0x0000A0, "Member 'WBP_UI_InteractionWidget_C_ProcessNewInteraction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_ProcessNewInteraction, CallFunc_Add_IntInt_ReturnValue) == 0x0000A4, "Member 'WBP_UI_InteractionWidget_C_ProcessNewInteraction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InteractionWidget_C_GetProgress \ +static_assert(alignof(WBP_UI_InteractionWidget_C_GetProgress) == 0x000008, "Wrong alignment on WBP_UI_InteractionWidget_C_GetProgress"); \ +static_assert(sizeof(WBP_UI_InteractionWidget_C_GetProgress) == 0x000028, "Wrong size on WBP_UI_InteractionWidget_C_GetProgress"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_GetProgress, CurrentProgress) == 0x000000, "Member 'WBP_UI_InteractionWidget_C_GetProgress::CurrentProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_GetProgress, CallFunc_GetLocalPlayerPawn_ReturnValue) == 0x000008, "Member 'WBP_UI_InteractionWidget_C_GetProgress::CallFunc_GetLocalPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_GetProgress, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'WBP_UI_InteractionWidget_C_GetProgress::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_GetProgress, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_UI_InteractionWidget_C_GetProgress::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_GetProgress, CallFunc_BP_GetProgress_ReturnValue) == 0x00001C, "Member 'WBP_UI_InteractionWidget_C_GetProgress::CallFunc_BP_GetProgress_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_GetProgress, CallFunc_IsValid_ReturnValue_1) == 0x000020, "Member 'WBP_UI_InteractionWidget_C_GetProgress::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_GetProgress, CallFunc_BooleanAND_ReturnValue) == 0x000021, "Member 'WBP_UI_InteractionWidget_C_GetProgress::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InteractionWidget_C_UpdateProgress \ +static_assert(alignof(WBP_UI_InteractionWidget_C_UpdateProgress) == 0x000004, "Wrong alignment on WBP_UI_InteractionWidget_C_UpdateProgress"); \ +static_assert(sizeof(WBP_UI_InteractionWidget_C_UpdateProgress) == 0x00000C, "Wrong size on WBP_UI_InteractionWidget_C_UpdateProgress"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_UpdateProgress, CallFunc_GetVisibility_ReturnValue) == 0x000000, "Member 'WBP_UI_InteractionWidget_C_UpdateProgress::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_UpdateProgress, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'WBP_UI_InteractionWidget_C_UpdateProgress::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_UpdateProgress, CallFunc_GetVisibility_ReturnValue_1) == 0x000002, "Member 'WBP_UI_InteractionWidget_C_UpdateProgress::CallFunc_GetVisibility_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_UpdateProgress, CallFunc_GetProgress_CurrentProgress) == 0x000004, "Member 'WBP_UI_InteractionWidget_C_UpdateProgress::CallFunc_GetProgress_CurrentProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_UpdateProgress, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000008, "Member 'WBP_UI_InteractionWidget_C_UpdateProgress::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_UpdateProgress, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000009, "Member 'WBP_UI_InteractionWidget_C_UpdateProgress::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_UpdateProgress, CallFunc_BooleanAND_ReturnValue) == 0x00000A, "Member 'WBP_UI_InteractionWidget_C_UpdateProgress::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InteractionWidget_C_UpdateObserved \ +static_assert(alignof(WBP_UI_InteractionWidget_C_UpdateObserved) == 0x000008, "Wrong alignment on WBP_UI_InteractionWidget_C_UpdateObserved"); \ +static_assert(sizeof(WBP_UI_InteractionWidget_C_UpdateObserved) == 0x000010, "Wrong size on WBP_UI_InteractionWidget_C_UpdateObserved"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_UpdateObserved, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'WBP_UI_InteractionWidget_C_UpdateObserved::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_UpdateObserved, CallFunc_BooleanAND_ReturnValue) == 0x000008, "Member 'WBP_UI_InteractionWidget_C_UpdateObserved::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionWidget_C_UpdateObserved, CallFunc_BooleanAND_ReturnValue_1) == 0x000009, "Member 'WBP_UI_InteractionWidget_C_UpdateObserved::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_InteractionWidget_C \ +static_assert(alignof(UWBP_UI_InteractionWidget_C) == 0x000008, "Wrong alignment on UWBP_UI_InteractionWidget_C"); \ +static_assert(sizeof(UWBP_UI_InteractionWidget_C) == 0x000318, "Wrong size on UWBP_UI_InteractionWidget_C"); \ +static_assert(offsetof(UWBP_UI_InteractionWidget_C, UberGraphFrame) == 0x0002A8, "Member 'UWBP_UI_InteractionWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionWidget_C, Observed_Text_Anim) == 0x0002B0, "Member 'UWBP_UI_InteractionWidget_C::Observed_Text_Anim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionWidget_C, HorizontalBox_HoldInteraction) == 0x0002B8, "Member 'UWBP_UI_InteractionWidget_C::HorizontalBox_HoldInteraction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionWidget_C, HorizontalBox_QuickInteraction) == 0x0002C0, "Member 'UWBP_UI_InteractionWidget_C::HorizontalBox_QuickInteraction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionWidget_C, Image) == 0x0002C8, "Member 'UWBP_UI_InteractionWidget_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionWidget_C, Image_214) == 0x0002D0, "Member 'UWBP_UI_InteractionWidget_C::Image_214' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionWidget_C, Image_HoldInteractionIllegal) == 0x0002D8, "Member 'UWBP_UI_InteractionWidget_C::Image_HoldInteractionIllegal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionWidget_C, Image_QuickInteractionIllegal) == 0x0002E0, "Member 'UWBP_UI_InteractionWidget_C::Image_QuickInteractionIllegal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionWidget_C, Text_HoldInteraction) == 0x0002E8, "Member 'UWBP_UI_InteractionWidget_C::Text_HoldInteraction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionWidget_C, Text_Observed) == 0x0002F0, "Member 'UWBP_UI_InteractionWidget_C::Text_Observed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionWidget_C, Text_QuickInteraction) == 0x0002F8, "Member 'UWBP_UI_InteractionWidget_C::Text_QuickInteraction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionWidget_C, Widget_HoldInteraction) == 0x000300, "Member 'UWBP_UI_InteractionWidget_C::Widget_HoldInteraction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionWidget_C, Widget_QuickInteraction) == 0x000308, "Member 'UWBP_UI_InteractionWidget_C::Widget_QuickInteraction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionWidget_C, bIsObserved) == 0x000310, "Member 'UWBP_UI_InteractionWidget_C::bIsObserved' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionWidget_C, bIsIllegal) == 0x000311, "Member 'UWBP_UI_InteractionWidget_C::bIsIllegal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionWidget_C, Is_Casing) == 0x000312, "Member 'UWBP_UI_InteractionWidget_C::Is_Casing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Level_FirstAidPack_C \ +static_assert(alignof(ABP_Level_FirstAidPack_C) == 0x000010, "Wrong alignment on ABP_Level_FirstAidPack_C"); \ +static_assert(sizeof(ABP_Level_FirstAidPack_C) == 0x000590, "Wrong size on ABP_Level_FirstAidPack_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SafehouseMenu_More_C_ExecuteUbergraph_WBP_UI_SafehouseMenu_More \ +static_assert(alignof(WBP_UI_SafehouseMenu_More_C_ExecuteUbergraph_WBP_UI_SafehouseMenu_More) == 0x000008, "Wrong alignment on WBP_UI_SafehouseMenu_More_C_ExecuteUbergraph_WBP_UI_SafehouseMenu_More"); \ +static_assert(sizeof(WBP_UI_SafehouseMenu_More_C_ExecuteUbergraph_WBP_UI_SafehouseMenu_More) == 0x000018, "Wrong size on WBP_UI_SafehouseMenu_More_C_ExecuteUbergraph_WBP_UI_SafehouseMenu_More"); \ +static_assert(offsetof(WBP_UI_SafehouseMenu_More_C_ExecuteUbergraph_WBP_UI_SafehouseMenu_More, EntryPoint) == 0x000000, "Member 'WBP_UI_SafehouseMenu_More_C_ExecuteUbergraph_WBP_UI_SafehouseMenu_More::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SafehouseMenu_More_C_ExecuteUbergraph_WBP_UI_SafehouseMenu_More, K2Node_Event_PreviousValue) == 0x000004, "Member 'WBP_UI_SafehouseMenu_More_C_ExecuteUbergraph_WBP_UI_SafehouseMenu_More::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SafehouseMenu_More_C_ExecuteUbergraph_WBP_UI_SafehouseMenu_More, K2Node_ComponentBoundEvent_Button) == 0x000010, "Member 'WBP_UI_SafehouseMenu_More_C_ExecuteUbergraph_WBP_UI_SafehouseMenu_More::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SafehouseMenu_More_C_BndEvt__WBP_UI_SafehouseMenu_More_Button_Quit_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SafehouseMenu_More_C_BndEvt__WBP_UI_SafehouseMenu_More_Button_Quit_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SafehouseMenu_More_C_BndEvt__WBP_UI_SafehouseMenu_More_Button_Quit_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SafehouseMenu_More_C_BndEvt__WBP_UI_SafehouseMenu_More_Button_Quit_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SafehouseMenu_More_C_BndEvt__WBP_UI_SafehouseMenu_More_Button_Quit_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SafehouseMenu_More_C_BndEvt__WBP_UI_SafehouseMenu_More_Button_Quit_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SafehouseMenu_More_C_BndEvt__WBP_UI_SafehouseMenu_More_Button_Quit_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SafehouseMenu_More_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_SafehouseMenu_More_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_SafehouseMenu_More_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_SafehouseMenu_More_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_SafehouseMenu_More_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_SafehouseMenu_More_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_SafehouseMenu_More_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_SafehouseMenu_More_C \ +static_assert(alignof(UWBP_UI_SafehouseMenu_More_C) == 0x000008, "Wrong alignment on UWBP_UI_SafehouseMenu_More_C"); \ +static_assert(sizeof(UWBP_UI_SafehouseMenu_More_C) == 0x0002B8, "Wrong size on UWBP_UI_SafehouseMenu_More_C"); \ +static_assert(offsetof(UWBP_UI_SafehouseMenu_More_C, UberGraphFrame) == 0x0002A0, "Member 'UWBP_UI_SafehouseMenu_More_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SafehouseMenu_More_C, Button_Accept) == 0x0002A8, "Member 'UWBP_UI_SafehouseMenu_More_C::Button_Accept' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SafehouseMenu_More_C, Button_Quit) == 0x0002B0, "Member 'UWBP_UI_SafehouseMenu_More_C::Button_Quit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlassBottle_01_B_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_B_SmallDestruction \ +static_assert(alignof(BP_GlassBottle_01_B_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_B_SmallDestruction) == 0x000008, "Wrong alignment on BP_GlassBottle_01_B_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_B_SmallDestruction"); \ +static_assert(sizeof(BP_GlassBottle_01_B_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_B_SmallDestruction) == 0x000050, "Wrong size on BP_GlassBottle_01_B_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_B_SmallDestruction"); \ +static_assert(offsetof(BP_GlassBottle_01_B_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_B_SmallDestruction, EntryPoint) == 0x000000, "Member 'BP_GlassBottle_01_B_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_B_SmallDestruction::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GlassBottle_01_B_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_B_SmallDestruction, CallFunc_IsDedicatedServer_ReturnValue) == 0x000004, "Member 'BP_GlassBottle_01_B_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_B_SmallDestruction::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlassBottle_01_B_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_B_SmallDestruction, K2Node_ComponentBoundEvent_Type) == 0x000005, "Member 'BP_GlassBottle_01_B_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_B_SmallDestruction::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_GlassBottle_01_B_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_B_SmallDestruction, K2Node_ComponentBoundEvent_HitContext) == 0x000008, "Member 'BP_GlassBottle_01_B_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_B_SmallDestruction::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlassBottle_01_B_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_B_SmallDestruction, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BP_GlassBottle_01_B_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_B_SmallDestruction::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlassBottle_01_B_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_B_SmallDestruction, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000048, "Member 'BP_GlassBottle_01_B_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_B_SmallDestruction::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlassBottle_01_B_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_B_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BP_GlassBottle_01_B_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_B_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BP_GlassBottle_01_B_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_B_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BP_GlassBottle_01_B_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_B_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BP_GlassBottle_01_B_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_B_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BP_GlassBottle_01_B_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_B_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BP_GlassBottle_01_B_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_B_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_GlassBottle_01_B_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_B_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BP_GlassBottle_01_B_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_B_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GlassBottle_01_B_SmallDestruction_C \ +static_assert(alignof(ABP_GlassBottle_01_B_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_GlassBottle_01_B_SmallDestruction_C"); \ +static_assert(sizeof(ABP_GlassBottle_01_B_SmallDestruction_C) == 0x0002F0, "Wrong size on ABP_GlassBottle_01_B_SmallDestruction_C"); \ +static_assert(offsetof(ABP_GlassBottle_01_B_SmallDestruction_C, UberGraphFrame_BP_GlassBottle_01_B_SmallDestruction_C) == 0x0002E0, "Member 'ABP_GlassBottle_01_B_SmallDestruction_C::UberGraphFrame_BP_GlassBottle_01_B_SmallDestruction_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_GlassBottle_01_B_SmallDestruction_C, SBZCosmeticDestruction) == 0x0002E8, "Member 'ABP_GlassBottle_01_B_SmallDestruction_C::SBZCosmeticDestruction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet) == 0x000388, "Wrong size on WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, EntryPoint) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetVisibility_ReturnValue) == 0x000004, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00001C, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_QueryPrivilege_ReturnValue) == 0x000020, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_QueryPrivilege_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetGameStateMachine_ReturnValue) == 0x000030, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetGameStateMachine_ReturnValue_1) == 0x000038, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetGameStateMachine_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_IsMatchmakingInProgress_ReturnValue) == 0x000040, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_IsMatchmakingInProgress_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_Event_StateName) == 0x000044, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_Event_StateName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_ComponentBoundEvent_Button_6) == 0x000050, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_ComponentBoundEvent_Button_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_SwitchName_CmpSuccess) == 0x000058, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetUIManager_ReturnValue) == 0x000060, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_MakeLiteralName_ReturnValue) == 0x000068, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_CustomEvent_InActionInput_1) == 0x000074, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_CustomEvent_InActionInput_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_SwitchName_CmpSuccess_1) == 0x000080, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_SwitchName_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_CustomEvent_InActionInput) == 0x000084, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_CustomEvent_InActionInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_SwitchName_CmpSuccess_2) == 0x000090, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_SwitchName_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetGameStateMachine_ReturnValue_2) == 0x000098, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetGameStateMachine_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetMatchMakingParameters_ReturnValue) == 0x0000A0, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetMatchMakingParameters_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000D8, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetValidValue_ReturnValue) == 0x0000EC, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetPathNameFromLevelIdx_ReturnValue) == 0x0000F0, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetPathNameFromLevelIdx_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, Temp_text_Variable) == 0x000110, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_BreakSoftObjectPath_PathString) == 0x000128, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_BreakSoftObjectPath_PathString' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetBaseFilename_ReturnValue) == 0x000138, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetBaseFilename_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetHeistDataFromLevelPath_ReturnValue) == 0x000148, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetHeistDataFromLevelPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_Conv_StringToText_ReturnValue) == 0x000150, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_IsValid_ReturnValue_1) == 0x000168, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetMainMenuCameraManager_ReturnValue) == 0x000170, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetMainMenuCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetUIManager_ReturnValue_1) == 0x000178, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetUIData_ReturnValue) == 0x000180, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetUIData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_ComponentBoundEvent_Button_5) == 0x000188, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_ComponentBoundEvent_Button_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x000190, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetDifficultyText_OutDifficultyText) == 0x000198, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetDifficultyText_OutDifficultyText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetDifficultyText_bHasText) == 0x0001B0, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetDifficultyText_bHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_Conv_TextToString_ReturnValue) == 0x0001B8, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_ComponentBoundEvent_Button_4) == 0x0001C8, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetGameMode_ReturnValue) == 0x0001D0, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_PlayAnimation_ReturnValue) == 0x0001D8, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu) == 0x0001E0, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_DynamicCast_AsSBZGame_Mode_Main_Menu' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_DynamicCast_bSuccess) == 0x0001E8, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_ComponentBoundEvent_Button_3) == 0x0001F0, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetUIManager_ReturnValue_2) == 0x0001F8, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetUIManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000200, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_ComponentBoundEvent_Button_2) == 0x000210, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_ComponentBoundEvent_bIsEnabled) == 0x000218, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetVisibility_ReturnValue_1) == 0x000219, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetVisibility_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, Temp_bool_Variable) == 0x00021A, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00021B, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_BooleanAND_ReturnValue) == 0x00021C, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetUIManager_ReturnValue_3) == 0x000220, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetUIManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_IsGameInstallPending_ReturnValue) == 0x000228, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_IsGameInstallPending_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetUIManager_ReturnValue_4) == 0x000230, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetUIManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetUIManager_ReturnValue_5) == 0x000238, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetUIManager_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_CreateDelegate_OutputDelegate_2) == 0x000240, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_CustomEvent_bIsGameInstallPending) == 0x000254, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_CustomEvent_bIsGameInstallPending' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetUIManager_ReturnValue_6) == 0x000258, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetUIManager_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetMenuWidget_ReturnValue) == 0x000260, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetUIManager_ReturnValue_7) == 0x000268, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetUIManager_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_DynamicCast_AsSBZMain_Menu_Widget) == 0x000270, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_DynamicCast_AsSBZMain_Menu_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_DynamicCast_bSuccess_1) == 0x000278, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_MakeLiteralName_ReturnValue_2) == 0x00027C, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_ComponentBoundEvent_Button_1) == 0x000288, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, Temp_bool_Variable_1) == 0x000290, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetGameEventBroker_ReturnValue) == 0x000298, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetGameEventBroker_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_CreateDelegate_OutputDelegate_3) == 0x0002A0, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_Select_Default) == 0x0002B8, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0002D0, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_CustomEvent_Privilege) == 0x0002E0, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_CustomEvent_Privilege' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_CustomEvent_bPrivilegeAllowed) == 0x0002E1, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_CustomEvent_bPrivilegeAllowed' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_MakeArray_Array) == 0x0002E8, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_SwitchEnum_CmpSuccess) == 0x0002F8, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_JoinStringArray_ReturnValue) == 0x000300, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000310, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_Select_Default_1) == 0x000328, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_Event_PreviousValue) == 0x000340, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, K2Node_ComponentBoundEvent_Button) == 0x000350, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_HasPrivilege_ReturnValue) == 0x000358, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_HasPrivilege_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_HasPrivilege_ReturnValue_1) == 0x000359, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_HasPrivilege_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetUIManager_ReturnValue_8) == 0x000360, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetUIManager_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetUIManager_ReturnValue_9) == 0x000368, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetUIManager_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_IsGameInstallPending_ReturnValue_1) == 0x000370, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_IsGameInstallPending_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_IsGameInstallPending_ReturnValue_2) == 0x000371, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_IsGameInstallPending_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_GetUIManager_ReturnValue_10) == 0x000378, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_GetUIManager_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet, CallFunc_IsGameInstallPending_ReturnValue_3) == 0x000380, "Member 'WBP_UI_MainMenu_CrimeNet_C_ExecuteUbergraph_WBP_UI_MainMenu_CrimeNet::CallFunc_IsGameInstallPending_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_UpgradeAccountButton_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_UpgradeAccountButton_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_UpgradeAccountButton_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_UpgradeAccountButton_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_UpgradeAccountButton_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_UpgradeAccountButton_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_UpgradeAccountButton_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_MainMenu_CrimeNet_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_C_OnPrivilegeQueried \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_C_OnPrivilegeQueried) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_C_OnPrivilegeQueried"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_C_OnPrivilegeQueried) == 0x000002, "Wrong size on WBP_UI_MainMenu_CrimeNet_C_OnPrivilegeQueried"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_OnPrivilegeQueried, Privilege) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_C_OnPrivilegeQueried::Privilege' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_OnPrivilegeQueried, bPrivilegeAllowed) == 0x000001, "Member 'WBP_UI_MainMenu_CrimeNet_C_OnPrivilegeQueried::bPrivilegeAllowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_CrimeNet_Button_QuickPlay_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_CrimeNet_Button_QuickPlay_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_CrimeNet_Button_QuickPlay_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_CrimeNet_Button_QuickPlay_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_CrimeNet_Button_QuickPlay_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_CrimeNet_Button_QuickPlay_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_CrimeNet_Button_QuickPlay_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_C_OnInstallStateChanged \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_C_OnInstallStateChanged) == 0x000001, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_C_OnInstallStateChanged"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_C_OnInstallStateChanged) == 0x000001, "Wrong size on WBP_UI_MainMenu_CrimeNet_C_OnInstallStateChanged"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_OnInstallStateChanged, bIsGameInstallPending) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_C_OnInstallStateChanged::bIsGameInstallPending' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_WBP_UI_CrimeNet_Tutorial_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_WBP_UI_CrimeNet_Tutorial_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_WBP_UI_CrimeNet_Tutorial_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_WBP_UI_CrimeNet_Tutorial_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_WBP_UI_CrimeNet_Tutorial_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_WBP_UI_CrimeNet_Tutorial_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_WBP_UI_CrimeNet_Tutorial_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_WBP_UI_CrimeNet_Tutorial_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_WBP_UI_CrimeNet_Tutorial_K2Node_ComponentBoundEvent_5_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_WBP_UI_CrimeNet_Tutorial_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_WBP_UI_CrimeNet_Tutorial_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_WBP_UI_CrimeNet_Tutorial_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_WBP_UI_CrimeNet_Tutorial_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_WBP_UI_CrimeNet_Tutorial_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_WBP_UI_CrimeNet_Tutorial_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_WBP_UI_CrimeNet_Tutorial_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_CrimeNet_Button_HeistSelection_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_CrimeNet_Button_HeistSelection_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_CrimeNet_Button_HeistSelection_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_CrimeNet_Button_HeistSelection_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_CrimeNet_Button_HeistSelection_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_CrimeNet_Button_HeistSelection_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_CrimeNet_Button_HeistSelection_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_CrimeNet_Button_HeistSelection_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_CrimeNet_Button_HeistSelection_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_CrimeNet_Button_HeistSelection_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_CrimeNet_Button_HeistSelection_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_CrimeNet_Button_HeistSelection_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_CrimeNet_Button_HeistSelection_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_CrimeNet_Button_HeistSelection_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_CrimeNet_Button_HeistSelection_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_CrimeNet_Button_HeistSelection_K2Node_ComponentBoundEvent_1_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_C_OnControlsReferenceMMakingClicked \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_C_OnControlsReferenceMMakingClicked) == 0x000004, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_C_OnControlsReferenceMMakingClicked"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_C_OnControlsReferenceMMakingClicked) == 0x00000C, "Wrong size on WBP_UI_MainMenu_CrimeNet_C_OnControlsReferenceMMakingClicked"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_OnControlsReferenceMMakingClicked, InActionInput) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_C_OnControlsReferenceMMakingClicked::InActionInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_C_OnControlsReferenceClicked \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_C_OnControlsReferenceClicked) == 0x000004, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_C_OnControlsReferenceClicked"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_C_OnControlsReferenceClicked) == 0x00000C, "Wrong size on WBP_UI_MainMenu_CrimeNet_C_OnControlsReferenceClicked"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_OnControlsReferenceClicked, InActionInput) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_C_OnControlsReferenceClicked::InActionInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_WBP_UI_TextButton_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_WBP_UI_TextButton_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_WBP_UI_TextButton_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_WBP_UI_TextButton_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_WBP_UI_TextButton_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_WBP_UI_TextButton_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_C_BndEvt__WBP_UI_MainMenu_CrimeNet_WBP_UI_TextButton_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_C_OnStateLeft \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_C_OnStateLeft) == 0x000004, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_C_OnStateLeft"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_C_OnStateLeft) == 0x00000C, "Wrong size on WBP_UI_MainMenu_CrimeNet_C_OnStateLeft"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_OnStateLeft, StateName) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_C_OnStateLeft::StateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_C_SetMatchMakingState \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_C_SetMatchMakingState) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_C_SetMatchMakingState"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_C_SetMatchMakingState) == 0x000088, "Wrong size on WBP_UI_MainMenu_CrimeNet_C_SetMatchMakingState"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_SetMatchMakingState, K2Node_MakeStruct_SBZButtonControlReference) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_C_SetMatchMakingState::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_SetMatchMakingState, K2Node_CreateDelegate_OutputDelegate) == 0x000038, "Member 'WBP_UI_MainMenu_CrimeNet_C_SetMatchMakingState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_SetMatchMakingState, K2Node_MakeArray_Array) == 0x000050, "Member 'WBP_UI_MainMenu_CrimeNet_C_SetMatchMakingState::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_SetMatchMakingState, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000060, "Member 'WBP_UI_MainMenu_CrimeNet_C_SetMatchMakingState::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_C_SetNoneState \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_C_SetNoneState) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_C_SetNoneState"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_C_SetNoneState) == 0x0000B0, "Wrong size on WBP_UI_MainMenu_CrimeNet_C_SetNoneState"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_SetNoneState, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_C_SetNoneState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_SetNoneState, Temp_bool_Variable_1) == 0x000001, "Member 'WBP_UI_MainMenu_CrimeNet_C_SetNoneState::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_SetNoneState, CallFunc_HasPrivilege_ReturnValue) == 0x000002, "Member 'WBP_UI_MainMenu_CrimeNet_C_SetNoneState::CallFunc_HasPrivilege_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_SetNoneState, CallFunc_GetUIManager_ReturnValue) == 0x000008, "Member 'WBP_UI_MainMenu_CrimeNet_C_SetNoneState::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_SetNoneState, CallFunc_GetVisibility_ReturnValue) == 0x000010, "Member 'WBP_UI_MainMenu_CrimeNet_C_SetNoneState::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_SetNoneState, CallFunc_IsGameInstallPending_ReturnValue) == 0x000011, "Member 'WBP_UI_MainMenu_CrimeNet_C_SetNoneState::CallFunc_IsGameInstallPending_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_SetNoneState, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000012, "Member 'WBP_UI_MainMenu_CrimeNet_C_SetNoneState::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_SetNoneState, CallFunc_Not_PreBool_ReturnValue) == 0x000013, "Member 'WBP_UI_MainMenu_CrimeNet_C_SetNoneState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_SetNoneState, CallFunc_BooleanAND_ReturnValue) == 0x000014, "Member 'WBP_UI_MainMenu_CrimeNet_C_SetNoneState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_SetNoneState, K2Node_Select_Default) == 0x000018, "Member 'WBP_UI_MainMenu_CrimeNet_C_SetNoneState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_SetNoneState, K2Node_MakeStruct_SBZButtonControlReference) == 0x000020, "Member 'WBP_UI_MainMenu_CrimeNet_C_SetNoneState::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_SetNoneState, K2Node_Select_Default_1) == 0x000058, "Member 'WBP_UI_MainMenu_CrimeNet_C_SetNoneState::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_SetNoneState, K2Node_MakeArray_Array) == 0x000060, "Member 'WBP_UI_MainMenu_CrimeNet_C_SetNoneState::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_SetNoneState, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000070, "Member 'WBP_UI_MainMenu_CrimeNet_C_SetNoneState::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_SetNoneState, K2Node_CreateDelegate_OutputDelegate) == 0x000098, "Member 'WBP_UI_MainMenu_CrimeNet_C_SetNoneState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege) == 0x000030, "Wrong size on WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege, CanPlayOnline) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege::CanPlayOnline' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege, InstallPending) == 0x000001, "Member 'WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege::InstallPending' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege, Temp_bool_Variable) == 0x000002, "Member 'WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege, Temp_byte_Variable) == 0x000004, "Member 'WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege, Temp_bool_Variable_1) == 0x000007, "Member 'WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege, Temp_bool_Variable_2) == 0x000008, "Member 'WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege, K2Node_Select_Default) == 0x000009, "Member 'WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege, Temp_byte_Variable_2) == 0x00000A, "Member 'WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege, Temp_byte_Variable_3) == 0x00000B, "Member 'WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege, Temp_bool_Variable_3) == 0x00000C, "Member 'WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege, K2Node_Select_Default_1) == 0x00000D, "Member 'WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege, Temp_byte_Variable_4) == 0x00000E, "Member 'WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege, Temp_byte_Variable_5) == 0x00000F, "Member 'WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege, K2Node_Select_Default_2) == 0x000010, "Member 'WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege, Temp_bool_Variable_4) == 0x000011, "Member 'WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege, K2Node_Select_Default_3) == 0x000018, "Member 'WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege, CallFunc_GetVisibility_ReturnValue) == 0x000020, "Member 'WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000021, "Member 'WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege, K2Node_Select_Default_4) == 0x000028, "Member 'WBP_UI_MainMenu_CrimeNet_C_UpdateAccessBasedOnPrivilege::K2Node_Select_Default_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_MainMenu_CrimeNet_C_Do_Custom_Navigation_Challenges_Left_Boundrary \ +static_assert(alignof(WBP_UI_MainMenu_CrimeNet_C_Do_Custom_Navigation_Challenges_Left_Boundrary) == 0x000008, "Wrong alignment on WBP_UI_MainMenu_CrimeNet_C_Do_Custom_Navigation_Challenges_Left_Boundrary"); \ +static_assert(sizeof(WBP_UI_MainMenu_CrimeNet_C_Do_Custom_Navigation_Challenges_Left_Boundrary) == 0x000010, "Wrong size on WBP_UI_MainMenu_CrimeNet_C_Do_Custom_Navigation_Challenges_Left_Boundrary"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_Do_Custom_Navigation_Challenges_Left_Boundrary, Navigation_0) == 0x000000, "Member 'WBP_UI_MainMenu_CrimeNet_C_Do_Custom_Navigation_Challenges_Left_Boundrary::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_MainMenu_CrimeNet_C_Do_Custom_Navigation_Challenges_Left_Boundrary, ReturnValue) == 0x000008, "Member 'WBP_UI_MainMenu_CrimeNet_C_Do_Custom_Navigation_Challenges_Left_Boundrary::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_MainMenu_CrimeNet_C \ +static_assert(alignof(UWBP_UI_MainMenu_CrimeNet_C) == 0x000008, "Wrong alignment on UWBP_UI_MainMenu_CrimeNet_C"); \ +static_assert(sizeof(UWBP_UI_MainMenu_CrimeNet_C) == 0x000318, "Wrong size on UWBP_UI_MainMenu_CrimeNet_C"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_C, UberGraphFrame) == 0x0002A0, "Member 'UWBP_UI_MainMenu_CrimeNet_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_C, UI_IntroButtons_Anim) == 0x0002A8, "Member 'UWBP_UI_MainMenu_CrimeNet_C::UI_IntroButtons_Anim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_C, UI_IntroCrimeNet_LeftBar_Anim) == 0x0002B0, "Member 'UWBP_UI_MainMenu_CrimeNet_C::UI_IntroCrimeNet_LeftBar_Anim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_C, Button_CancelMatchmaking) == 0x0002B8, "Member 'UWBP_UI_MainMenu_CrimeNet_C::Button_CancelMatchmaking' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_C, HeistSelectionButton) == 0x0002C0, "Member 'UWBP_UI_MainMenu_CrimeNet_C::HeistSelectionButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_C, MaskOfTheWeek) == 0x0002C8, "Member 'UWBP_UI_MainMenu_CrimeNet_C::MaskOfTheWeek' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_C, Overlay_CancelMatchmaking) == 0x0002D0, "Member 'UWBP_UI_MainMenu_CrimeNet_C::Overlay_CancelMatchmaking' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_C, Overlay_SelectHeist) == 0x0002D8, "Member 'UWBP_UI_MainMenu_CrimeNet_C::Overlay_SelectHeist' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_C, QuickplayButton) == 0x0002E0, "Member 'UWBP_UI_MainMenu_CrimeNet_C::QuickplayButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_C, SearchParams) == 0x0002E8, "Member 'UWBP_UI_MainMenu_CrimeNet_C::SearchParams' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_C, TitleBox_HB) == 0x0002F0, "Member 'UWBP_UI_MainMenu_CrimeNet_C::TitleBox_HB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_C, TutorialButton) == 0x0002F8, "Member 'UWBP_UI_MainMenu_CrimeNet_C::TutorialButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_C, UpgradeAccountButton) == 0x000300, "Member 'UWBP_UI_MainMenu_CrimeNet_C::UpgradeAccountButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_C, WBP_DailyChallengesContainer) == 0x000308, "Member 'UWBP_UI_MainMenu_CrimeNet_C::WBP_DailyChallengesContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_MainMenu_CrimeNet_C, ActiveMenuButton) == 0x000310, "Member 'UWBP_UI_MainMenu_CrimeNet_C::ActiveMenuButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticCannister_C \ +static_assert(alignof(ABP_CosmeticCannister_C) == 0x000008, "Wrong alignment on ABP_CosmeticCannister_C"); \ +static_assert(sizeof(ABP_CosmeticCannister_C) == 0x0002D0, "Wrong size on ABP_CosmeticCannister_C"); \ +static_assert(offsetof(ABP_CosmeticCannister_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticCannister_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SafehouseMainMenu_C_ExecuteUbergraph_WBP_UI_SafehouseMainMenu \ +static_assert(alignof(WBP_UI_SafehouseMainMenu_C_ExecuteUbergraph_WBP_UI_SafehouseMainMenu) == 0x000008, "Wrong alignment on WBP_UI_SafehouseMainMenu_C_ExecuteUbergraph_WBP_UI_SafehouseMainMenu"); \ +static_assert(sizeof(WBP_UI_SafehouseMainMenu_C_ExecuteUbergraph_WBP_UI_SafehouseMainMenu) == 0x000048, "Wrong size on WBP_UI_SafehouseMainMenu_C_ExecuteUbergraph_WBP_UI_SafehouseMainMenu"); \ +static_assert(offsetof(WBP_UI_SafehouseMainMenu_C_ExecuteUbergraph_WBP_UI_SafehouseMainMenu, EntryPoint) == 0x000000, "Member 'WBP_UI_SafehouseMainMenu_C_ExecuteUbergraph_WBP_UI_SafehouseMainMenu::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SafehouseMainMenu_C_ExecuteUbergraph_WBP_UI_SafehouseMainMenu, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_UI_SafehouseMainMenu_C_ExecuteUbergraph_WBP_UI_SafehouseMainMenu::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SafehouseMainMenu_C_ExecuteUbergraph_WBP_UI_SafehouseMainMenu, CallFunc_GetUIManager_ReturnValue) == 0x000018, "Member 'WBP_UI_SafehouseMainMenu_C_ExecuteUbergraph_WBP_UI_SafehouseMainMenu::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SafehouseMainMenu_C_ExecuteUbergraph_WBP_UI_SafehouseMainMenu, CallFunc_MakeLiteralName_ReturnValue) == 0x000020, "Member 'WBP_UI_SafehouseMainMenu_C_ExecuteUbergraph_WBP_UI_SafehouseMainMenu::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SafehouseMainMenu_C_ExecuteUbergraph_WBP_UI_SafehouseMainMenu, CallFunc_PeekStack_ReturnValue) == 0x00002C, "Member 'WBP_UI_SafehouseMainMenu_C_ExecuteUbergraph_WBP_UI_SafehouseMainMenu::CallFunc_PeekStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SafehouseMainMenu_C_ExecuteUbergraph_WBP_UI_SafehouseMainMenu, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000038, "Member 'WBP_UI_SafehouseMainMenu_C_ExecuteUbergraph_WBP_UI_SafehouseMainMenu::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SafehouseMainMenu_C_ExecuteUbergraph_WBP_UI_SafehouseMainMenu, CallFunc_GetGameStateMachine_ReturnValue) == 0x000040, "Member 'WBP_UI_SafehouseMainMenu_C_ExecuteUbergraph_WBP_UI_SafehouseMainMenu::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_SafehouseMainMenu_C \ +static_assert(alignof(UWBP_UI_SafehouseMainMenu_C) == 0x000008, "Wrong alignment on UWBP_UI_SafehouseMainMenu_C"); \ +static_assert(sizeof(UWBP_UI_SafehouseMainMenu_C) == 0x0002E8, "Wrong size on UWBP_UI_SafehouseMainMenu_C"); \ +static_assert(offsetof(UWBP_UI_SafehouseMainMenu_C, UberGraphFrame) == 0x0002A0, "Member 'UWBP_UI_SafehouseMainMenu_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SafehouseMainMenu_C, Image_Background) == 0x0002A8, "Member 'UWBP_UI_SafehouseMainMenu_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SafehouseMainMenu_C, WBP_UI_NavBar) == 0x0002B0, "Member 'UWBP_UI_SafehouseMainMenu_C::WBP_UI_NavBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SafehouseMainMenu_C, Widget_CrimeNet) == 0x0002B8, "Member 'UWBP_UI_SafehouseMainMenu_C::Widget_CrimeNet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SafehouseMainMenu_C, Widget_HeistSelection) == 0x0002C0, "Member 'UWBP_UI_SafehouseMainMenu_C::Widget_HeistSelection' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SafehouseMainMenu_C, Widget_Lobby) == 0x0002C8, "Member 'UWBP_UI_SafehouseMainMenu_C::Widget_Lobby' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SafehouseMainMenu_C, Widget_More) == 0x0002D0, "Member 'UWBP_UI_SafehouseMainMenu_C::Widget_More' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SafehouseMainMenu_C, Widget_Replay) == 0x0002D8, "Member 'UWBP_UI_SafehouseMainMenu_C::Widget_Replay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SafehouseMainMenu_C, Widget_ServerBrowser) == 0x0002E0, "Member 'UWBP_UI_SafehouseMainMenu_C::Widget_ServerBrowser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Moon_Gun_C_UpdateDeath \ +static_assert(alignof(BP_Moon_Gun_C_UpdateDeath) == 0x000004, "Wrong alignment on BP_Moon_Gun_C_UpdateDeath"); \ +static_assert(sizeof(BP_Moon_Gun_C_UpdateDeath) == 0x000064, "Wrong size on BP_Moon_Gun_C_UpdateDeath"); \ +static_assert(offsetof(BP_Moon_Gun_C_UpdateDeath, ElapsedTimeSinceDeath) == 0x000000, "Member 'BP_Moon_Gun_C_UpdateDeath::ElapsedTimeSinceDeath' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_UpdateDeath, LinearForce) == 0x000004, "Member 'BP_Moon_Gun_C_UpdateDeath::LinearForce' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_UpdateDeath, AngularForce) == 0x000008, "Member 'BP_Moon_Gun_C_UpdateDeath::AngularForce' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_UpdateDeath, Duration) == 0x00000C, "Member 'BP_Moon_Gun_C_UpdateDeath::Duration' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_UpdateDeath, RandomVector) == 0x000010, "Member 'BP_Moon_Gun_C_UpdateDeath::RandomVector' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_UpdateDeath, DeathTimeAlpha) == 0x00001C, "Member 'BP_Moon_Gun_C_UpdateDeath::DeathTimeAlpha' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_UpdateDeath, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_Moon_Gun_C_UpdateDeath::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_UpdateDeath, CallFunc_FClamp_ReturnValue) == 0x000024, "Member 'BP_Moon_Gun_C_UpdateDeath::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_UpdateDeath, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000028, "Member 'BP_Moon_Gun_C_UpdateDeath::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_UpdateDeath, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00002C, "Member 'BP_Moon_Gun_C_UpdateDeath::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_UpdateDeath, CallFunc_MakeVector_ReturnValue) == 0x000030, "Member 'BP_Moon_Gun_C_UpdateDeath::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_UpdateDeath, CallFunc_Multiply_VectorVector_ReturnValue) == 0x00003C, "Member 'BP_Moon_Gun_C_UpdateDeath::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_UpdateDeath, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000048, "Member 'BP_Moon_Gun_C_UpdateDeath::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_UpdateDeath, CallFunc_GetUpVector_ReturnValue) == 0x00004C, "Member 'BP_Moon_Gun_C_UpdateDeath::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_UpdateDeath, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000058, "Member 'BP_Moon_Gun_C_UpdateDeath::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Moon_Gun_C_UserConstructionScript \ +static_assert(alignof(BP_Moon_Gun_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_Moon_Gun_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Moon_Gun_C_UserConstructionScript) == 0x000004, "Wrong size on BP_Moon_Gun_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Moon_Gun_C_UserConstructionScript, CallFunc_RandomFloat_ReturnValue) == 0x000000, "Member 'BP_Moon_Gun_C_UserConstructionScript::CallFunc_RandomFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Moon_Gun_C_TickExec_8EDFF4314BB4D040A4F521AAA5A56326 \ +static_assert(alignof(BP_Moon_Gun_C_TickExec_8EDFF4314BB4D040A4F521AAA5A56326) == 0x000008, "Wrong alignment on BP_Moon_Gun_C_TickExec_8EDFF4314BB4D040A4F521AAA5A56326"); \ +static_assert(sizeof(BP_Moon_Gun_C_TickExec_8EDFF4314BB4D040A4F521AAA5A56326) == 0x000010, "Wrong size on BP_Moon_Gun_C_TickExec_8EDFF4314BB4D040A4F521AAA5A56326"); \ +static_assert(offsetof(BP_Moon_Gun_C_TickExec_8EDFF4314BB4D040A4F521AAA5A56326, Timer) == 0x000000, "Member 'BP_Moon_Gun_C_TickExec_8EDFF4314BB4D040A4F521AAA5A56326::Timer' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_TickExec_8EDFF4314BB4D040A4F521AAA5A56326, ElapsedTime) == 0x000008, "Member 'BP_Moon_Gun_C_TickExec_8EDFF4314BB4D040A4F521AAA5A56326::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_TickExec_8EDFF4314BB4D040A4F521AAA5A56326, TimeSinceLast) == 0x00000C, "Member 'BP_Moon_Gun_C_TickExec_8EDFF4314BB4D040A4F521AAA5A56326::TimeSinceLast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Moon_Gun_C_TickExec_51BB4EA443607F8BF71EA7893F95BCE5 \ +static_assert(alignof(BP_Moon_Gun_C_TickExec_51BB4EA443607F8BF71EA7893F95BCE5) == 0x000008, "Wrong alignment on BP_Moon_Gun_C_TickExec_51BB4EA443607F8BF71EA7893F95BCE5"); \ +static_assert(sizeof(BP_Moon_Gun_C_TickExec_51BB4EA443607F8BF71EA7893F95BCE5) == 0x000010, "Wrong size on BP_Moon_Gun_C_TickExec_51BB4EA443607F8BF71EA7893F95BCE5"); \ +static_assert(offsetof(BP_Moon_Gun_C_TickExec_51BB4EA443607F8BF71EA7893F95BCE5, Timer) == 0x000000, "Member 'BP_Moon_Gun_C_TickExec_51BB4EA443607F8BF71EA7893F95BCE5::Timer' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_TickExec_51BB4EA443607F8BF71EA7893F95BCE5, ElapsedTime) == 0x000008, "Member 'BP_Moon_Gun_C_TickExec_51BB4EA443607F8BF71EA7893F95BCE5::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_TickExec_51BB4EA443607F8BF71EA7893F95BCE5, TimeSinceLast) == 0x00000C, "Member 'BP_Moon_Gun_C_TickExec_51BB4EA443607F8BF71EA7893F95BCE5::TimeSinceLast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun \ +static_assert(alignof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun) == 0x000008, "Wrong alignment on BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun"); \ +static_assert(sizeof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun) == 0x0000A0, "Wrong size on BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun"); \ +static_assert(offsetof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun, EntryPoint) == 0x000000, "Member 'BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun, K2Node_CustomEvent_Timer_1) == 0x000018, "Member 'BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun::K2Node_CustomEvent_Timer_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun, K2Node_CustomEvent_ElapsedTime_1) == 0x000020, "Member 'BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun::K2Node_CustomEvent_ElapsedTime_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun, K2Node_CustomEvent_TimeSinceLast_1) == 0x000024, "Member 'BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun::K2Node_CustomEvent_TimeSinceLast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun, Temp_float_Variable) == 0x000028, "Member 'BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun, Temp_float_Variable_1) == 0x00002C, "Member 'BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun, Temp_object_Variable) == 0x000030, "Member 'BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun, CallFunc_CreateDelegateTimer_ReturnValue) == 0x000038, "Member 'BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun::CallFunc_CreateDelegateTimer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun, K2Node_CustomEvent_Timer) == 0x000048, "Member 'BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun::K2Node_CustomEvent_Timer' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun, K2Node_CustomEvent_ElapsedTime) == 0x000050, "Member 'BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun::K2Node_CustomEvent_ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun, K2Node_CustomEvent_TimeSinceLast) == 0x000054, "Member 'BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun::K2Node_CustomEvent_TimeSinceLast' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun, K2Node_CreateDelegate_OutputDelegate_1) == 0x000058, "Member 'BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun, Temp_float_Variable_2) == 0x00006C, "Member 'BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun::Temp_float_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun, Temp_float_Variable_3) == 0x000070, "Member 'BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun::Temp_float_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000074, "Member 'BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun, Temp_object_Variable_1) == 0x000078, "Member 'BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun, CallFunc_CreateDelegateTimer_ReturnValue_1) == 0x000080, "Member 'BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun::CallFunc_CreateDelegateTimer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun, CallFunc_IsValid_ReturnValue_1) == 0x000088, "Member 'BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun, CallFunc_Less_FloatFloat_ReturnValue) == 0x000089, "Member 'BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun, CallFunc_IsValid_ReturnValue_2) == 0x00008A, "Member 'BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun, CallFunc_RandomUnitVector_ReturnValue) == 0x00008C, "Member 'BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun::CallFunc_RandomUnitVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun, CallFunc_IsDedicatedServer_ReturnValue) == 0x000098, "Member 'BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun, CallFunc_IsDedicatedServer_ReturnValue_1) == 0x000099, "Member 'BP_Moon_Gun_C_ExecuteUbergraph_BP_Moon_Gun::CallFunc_IsDedicatedServer_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Moon_Gun_C \ +static_assert(alignof(ABP_Moon_Gun_C) == 0x000010, "Wrong alignment on ABP_Moon_Gun_C"); \ +static_assert(sizeof(ABP_Moon_Gun_C) == 0x000B30, "Wrong size on ABP_Moon_Gun_C"); \ +static_assert(offsetof(ABP_Moon_Gun_C, UberGraphFrame) == 0x000AF0, "Member 'ABP_Moon_Gun_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Moon_Gun_C, fx_lensflare) == 0x000AF8, "Member 'ABP_Moon_Gun_C::fx_lensflare' has a wrong offset!"); \ +static_assert(offsetof(ABP_Moon_Gun_C, SBZAmbientSound) == 0x000B00, "Member 'ABP_Moon_Gun_C::SBZAmbientSound' has a wrong offset!"); \ +static_assert(offsetof(ABP_Moon_Gun_C, DeathDuration) == 0x000B08, "Member 'ABP_Moon_Gun_C::DeathDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_Moon_Gun_C, DeathLinearForce) == 0x000B0C, "Member 'ABP_Moon_Gun_C::DeathLinearForce' has a wrong offset!"); \ +static_assert(offsetof(ABP_Moon_Gun_C, DeathAngularForce) == 0x000B10, "Member 'ABP_Moon_Gun_C::DeathAngularForce' has a wrong offset!"); \ +static_assert(offsetof(ABP_Moon_Gun_C, DeadMesh) == 0x000B18, "Member 'ABP_Moon_Gun_C::DeadMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Moon_Gun_C, RandomDeathVector) == 0x000B20, "Member 'ABP_Moon_Gun_C::RandomDeathVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SafeHouseHUD_C_ExecuteUbergraph_WBP_UI_SafeHouseHUD \ +static_assert(alignof(WBP_UI_SafeHouseHUD_C_ExecuteUbergraph_WBP_UI_SafeHouseHUD) == 0x000004, "Wrong alignment on WBP_UI_SafeHouseHUD_C_ExecuteUbergraph_WBP_UI_SafeHouseHUD"); \ +static_assert(sizeof(WBP_UI_SafeHouseHUD_C_ExecuteUbergraph_WBP_UI_SafeHouseHUD) == 0x000010, "Wrong size on WBP_UI_SafeHouseHUD_C_ExecuteUbergraph_WBP_UI_SafeHouseHUD"); \ +static_assert(offsetof(WBP_UI_SafeHouseHUD_C_ExecuteUbergraph_WBP_UI_SafeHouseHUD, EntryPoint) == 0x000000, "Member 'WBP_UI_SafeHouseHUD_C_ExecuteUbergraph_WBP_UI_SafeHouseHUD::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SafeHouseHUD_C_ExecuteUbergraph_WBP_UI_SafeHouseHUD, K2Node_Event_PreviousValue) == 0x000004, "Member 'WBP_UI_SafeHouseHUD_C_ExecuteUbergraph_WBP_UI_SafeHouseHUD::K2Node_Event_PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SafeHouseHUD_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_SafeHouseHUD_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_SafeHouseHUD_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_SafeHouseHUD_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_SafeHouseHUD_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_SafeHouseHUD_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_SafeHouseHUD_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_SafeHouseHUD_C \ +static_assert(alignof(UWBP_UI_SafeHouseHUD_C) == 0x000008, "Wrong alignment on UWBP_UI_SafeHouseHUD_C"); \ +static_assert(sizeof(UWBP_UI_SafeHouseHUD_C) == 0x0002B0, "Wrong size on UWBP_UI_SafeHouseHUD_C"); \ +static_assert(offsetof(UWBP_UI_SafeHouseHUD_C, UberGraphFrame) == 0x0002A0, "Member 'UWBP_UI_SafeHouseHUD_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SafeHouseHUD_C, Widget_Interaction) == 0x0002A8, "Member 'UWBP_UI_SafeHouseHUD_C::Widget_Interaction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABPL_Modern_CeilLamp_Big_C \ +static_assert(alignof(ABPL_Modern_CeilLamp_Big_C) == 0x000008, "Wrong alignment on ABPL_Modern_CeilLamp_Big_C"); \ +static_assert(sizeof(ABPL_Modern_CeilLamp_Big_C) == 0x0002C8, "Wrong size on ABPL_Modern_CeilLamp_Big_C"); \ +static_assert(offsetof(ABPL_Modern_CeilLamp_Big_C, RectLight) == 0x0002A8, "Member 'ABPL_Modern_CeilLamp_Big_C::RectLight' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Modern_CeilLamp_Big_C, SmoothAmbiant) == 0x0002B0, "Member 'ABPL_Modern_CeilLamp_Big_C::SmoothAmbiant' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Modern_CeilLamp_Big_C, LGT_DeskLamp_02) == 0x0002B8, "Member 'ABPL_Modern_CeilLamp_Big_C::LGT_DeskLamp_02' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Modern_CeilLamp_Big_C, DefaultSceneRoot) == 0x0002C0, "Member 'ABPL_Modern_CeilLamp_Big_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse \ +static_assert(alignof(WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse) == 0x000008, "Wrong alignment on WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse"); \ +static_assert(sizeof(WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse) == 0x0000B8, "Wrong size on WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse"); \ +static_assert(offsetof(WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse, EntryPoint) == 0x000000, "Member 'WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse, CallFunc_MakeLiteralName_ReturnValue) == 0x000004, "Member 'WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse, Temp_int_Index_Variable) == 0x000010, "Member 'WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse::Temp_int_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse, CallFunc_Less_IntInt_ReturnValue) == 0x000014, "Member 'WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse, Temp_int_Step_Size_Variable) == 0x000018, "Member 'WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse::Temp_int_Step_Size_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse, CallFunc_Abs_Int_ReturnValue) == 0x00001C, "Member 'WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse::CallFunc_Abs_Int_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse, CallFunc_Subtract_IntInt_ReturnValue) == 0x000020, "Member 'WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse, CallFunc_Max_ReturnValue) == 0x000024, "Member 'WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse, K2Node_CreateDelegate_OutputDelegate) == 0x00002C, "Member 'WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse, CallFunc_GetUIManager_ReturnValue) == 0x000040, "Member 'WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000048, "Member 'WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse, CallFunc_GetUIManager_ReturnValue_1) == 0x000058, "Member 'WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse, CallFunc_IsStackEmpty_ReturnValue) == 0x000060, "Member 'WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse::CallFunc_IsStackEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse, CallFunc_GetUIManager_ReturnValue_2) == 0x000068, "Member 'WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse::CallFunc_GetUIManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse, CallFunc_GetUIStack_ReturnValue) == 0x000070, "Member 'WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse::CallFunc_GetUIStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse, CallFunc_GetUIManager_ReturnValue_3) == 0x000080, "Member 'WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse::CallFunc_GetUIManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00008C, "Member 'WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00008D, "Member 'WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse, CallFunc_GetUIManager_ReturnValue_4) == 0x000090, "Member 'WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse::CallFunc_GetUIManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse, CallFunc_GetUIManager_ReturnValue_5) == 0x000098, "Member 'WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse::CallFunc_GetUIManager_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse, CallFunc_PopStack_ReturnValue) == 0x0000A0, "Member 'WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse, CallFunc_GetUIManager_ReturnValue_6) == 0x0000B0, "Member 'WBP_UI_SM_SafeHouse_C_ExecuteUbergraph_WBP_UI_SM_SafeHouse::CallFunc_GetUIManager_ReturnValue_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_SM_SafeHouse_C \ +static_assert(alignof(UWBP_UI_SM_SafeHouse_C) == 0x000008, "Wrong alignment on UWBP_UI_SM_SafeHouse_C"); \ +static_assert(sizeof(UWBP_UI_SM_SafeHouse_C) == 0x0002A8, "Wrong size on UWBP_UI_SM_SafeHouse_C"); \ +static_assert(offsetof(UWBP_UI_SM_SafeHouse_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_SM_SafeHouse_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_SafeHouse_C, Widget_SafeHouseHUD) == 0x000298, "Member 'UWBP_UI_SM_SafeHouse_C::Widget_SafeHouseHUD' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_SafeHouse_C, Widget_SafehouseMainMenu) == 0x0002A0, "Member 'UWBP_UI_SM_SafeHouse_C::Widget_SafehouseMainMenu' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay \ +static_assert(alignof(WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay) == 0x000008, "Wrong alignment on WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay"); \ +static_assert(sizeof(WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay) == 0x0000C8, "Wrong size on WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay, EntryPoint) == 0x000000, "Member 'WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay, K2Node_Event_ReplayLength) == 0x000010, "Member 'WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay::K2Node_Event_ReplayLength' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay, K2Node_Event_ReplayElapased) == 0x000020, "Member 'WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay::K2Node_Event_ReplayElapased' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay, K2Node_Event_ReplayElapsedPercent) == 0x000030, "Member 'WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay::K2Node_Event_ReplayElapsedPercent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000050, "Member 'WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay, CallFunc_PauseReplay_ReturnValue) == 0x000068, "Member 'WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay::CallFunc_PauseReplay_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay, CallFunc_ResumeReplay_ReturnValue) == 0x000069, "Member 'WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay::CallFunc_ResumeReplay_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay, CallFunc_IsPaused_ReturnValue) == 0x00006A, "Member 'WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay::CallFunc_IsPaused_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay, CallFunc_StopReplay_ReturnValue) == 0x00006B, "Member 'WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay::CallFunc_StopReplay_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay, CallFunc_StartReplay_ReturnValue) == 0x00006C, "Member 'WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay::CallFunc_StartReplay_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay, CallFunc_CreateObject_Object) == 0x000070, "Member 'WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay::CallFunc_CreateObject_Object' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay, CallFunc_AddChildToCanvas_ReturnValue) == 0x000078, "Member 'WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay::CallFunc_AddChildToCanvas_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay, CallFunc_Array_Get_Item) == 0x000080, "Member 'WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay, CallFunc_Array_Length_ReturnValue) == 0x0000A0, "Member 'WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay, CallFunc_Less_IntInt_ReturnValue) == 0x0000A4, "Member 'WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay, CallFunc_MakeVector2D_ReturnValue) == 0x0000A8, "Member 'WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay, CallFunc_MakeVector2D_ReturnValue_1) == 0x0000B0, "Member 'WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay, K2Node_MakeStruct_Anchors) == 0x0000B8, "Member 'WBP_UI_SM_Replay_C_ExecuteUbergraph_WBP_UI_SM_Replay::K2Node_MakeStruct_Anchors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_Replay_C_OnReplayUpdate \ +static_assert(alignof(WBP_UI_SM_Replay_C_OnReplayUpdate) == 0x000008, "Wrong alignment on WBP_UI_SM_Replay_C_OnReplayUpdate"); \ +static_assert(sizeof(WBP_UI_SM_Replay_C_OnReplayUpdate) == 0x000028, "Wrong size on WBP_UI_SM_Replay_C_OnReplayUpdate"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_OnReplayUpdate, ReplayLength) == 0x000000, "Member 'WBP_UI_SM_Replay_C_OnReplayUpdate::ReplayLength' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_OnReplayUpdate, ReplayElapased) == 0x000010, "Member 'WBP_UI_SM_Replay_C_OnReplayUpdate::ReplayElapased' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_OnReplayUpdate, ReplayElapsedPercent) == 0x000020, "Member 'WBP_UI_SM_Replay_C_OnReplayUpdate::ReplayElapsedPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_Replay_C_Get_ReplayProgressBar_Percent_0 \ +static_assert(alignof(WBP_UI_SM_Replay_C_Get_ReplayProgressBar_Percent_0) == 0x000008, "Wrong alignment on WBP_UI_SM_Replay_C_Get_ReplayProgressBar_Percent_0"); \ +static_assert(sizeof(WBP_UI_SM_Replay_C_Get_ReplayProgressBar_Percent_0) == 0x000020, "Wrong size on WBP_UI_SM_Replay_C_Get_ReplayProgressBar_Percent_0"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_Get_ReplayProgressBar_Percent_0, ReturnValue) == 0x000000, "Member 'WBP_UI_SM_Replay_C_Get_ReplayProgressBar_Percent_0::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_Get_ReplayProgressBar_Percent_0, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'WBP_UI_SM_Replay_C_Get_ReplayProgressBar_Percent_0::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_Get_ReplayProgressBar_Percent_0, K2Node_DynamicCast_AsSBZReplay_Player_Controller) == 0x000010, "Member 'WBP_UI_SM_Replay_C_Get_ReplayProgressBar_Percent_0::K2Node_DynamicCast_AsSBZReplay_Player_Controller' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_Get_ReplayProgressBar_Percent_0, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_UI_SM_Replay_C_Get_ReplayProgressBar_Percent_0::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_Replay_C_Get_TimeDilation_Text_0 \ +static_assert(alignof(WBP_UI_SM_Replay_C_Get_TimeDilation_Text_0) == 0x000008, "Wrong alignment on WBP_UI_SM_Replay_C_Get_TimeDilation_Text_0"); \ +static_assert(sizeof(WBP_UI_SM_Replay_C_Get_TimeDilation_Text_0) == 0x000030, "Wrong size on WBP_UI_SM_Replay_C_Get_TimeDilation_Text_0"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_Get_TimeDilation_Text_0, ReturnValue) == 0x000000, "Member 'WBP_UI_SM_Replay_C_Get_TimeDilation_Text_0::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_Replay_C_Get_TimeDilation_Text_0, CallFunc_Conv_FloatToText_ReturnValue) == 0x000018, "Member 'WBP_UI_SM_Replay_C_Get_TimeDilation_Text_0::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_SM_Replay_C \ +static_assert(alignof(UWBP_UI_SM_Replay_C) == 0x000008, "Wrong alignment on UWBP_UI_SM_Replay_C"); \ +static_assert(sizeof(UWBP_UI_SM_Replay_C) == 0x0003C0, "Wrong size on UWBP_UI_SM_Replay_C"); \ +static_assert(offsetof(UWBP_UI_SM_Replay_C, UberGraphFrame) == 0x000338, "Member 'UWBP_UI_SM_Replay_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Replay_C, Canvas_MetaData) == 0x000340, "Member 'UWBP_UI_SM_Replay_C::Canvas_MetaData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Replay_C, CurrentTime) == 0x000348, "Member 'UWBP_UI_SM_Replay_C::CurrentTime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Replay_C, DecreaseTimeButton) == 0x000350, "Member 'UWBP_UI_SM_Replay_C::DecreaseTimeButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Replay_C, IncreaseTimeButton) == 0x000358, "Member 'UWBP_UI_SM_Replay_C::IncreaseTimeButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Replay_C, PauseButton) == 0x000360, "Member 'UWBP_UI_SM_Replay_C::PauseButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Replay_C, PlayButton) == 0x000368, "Member 'UWBP_UI_SM_Replay_C::PlayButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Replay_C, PlayerButton) == 0x000370, "Member 'UWBP_UI_SM_Replay_C::PlayerButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Replay_C, QuitButton) == 0x000378, "Member 'UWBP_UI_SM_Replay_C::QuitButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Replay_C, ReplayProgressBar) == 0x000380, "Member 'UWBP_UI_SM_Replay_C::ReplayProgressBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Replay_C, ScrubBackwardButton) == 0x000388, "Member 'UWBP_UI_SM_Replay_C::ScrubBackwardButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Replay_C, ScrubForwardButton) == 0x000390, "Member 'UWBP_UI_SM_Replay_C::ScrubForwardButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Replay_C, StopButton) == 0x000398, "Member 'UWBP_UI_SM_Replay_C::StopButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Replay_C, TimeDilation) == 0x0003A0, "Member 'UWBP_UI_SM_Replay_C::TimeDilation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Replay_C, TotalTime) == 0x0003A8, "Member 'UWBP_UI_SM_Replay_C::TotalTime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Replay_C, ViewButton) == 0x0003B0, "Member 'UWBP_UI_SM_Replay_C::ViewButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_Replay_C, ReplayEventImage) == 0x0003B8, "Member 'UWBP_UI_SM_Replay_C::ReplayEventImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_SM_APT_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_SM_APT_SecurityCompanyDisplay \ +static_assert(alignof(WBP_SM_APT_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_SM_APT_SecurityCompanyDisplay) == 0x000008, "Wrong alignment on WBP_SM_APT_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_SM_APT_SecurityCompanyDisplay"); \ +static_assert(sizeof(WBP_SM_APT_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_SM_APT_SecurityCompanyDisplay) == 0x000078, "Wrong size on WBP_SM_APT_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_SM_APT_SecurityCompanyDisplay"); \ +static_assert(offsetof(WBP_SM_APT_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_SM_APT_SecurityCompanyDisplay, EntryPoint) == 0x000000, "Member 'WBP_SM_APT_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_SM_APT_SecurityCompanyDisplay::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_APT_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_SM_APT_SecurityCompanyDisplay, CallFunc_GetSecurityCompany_ReturnValue) == 0x000008, "Member 'WBP_SM_APT_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_SM_APT_SecurityCompanyDisplay::CallFunc_GetSecurityCompany_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_APT_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_SM_APT_SecurityCompanyDisplay, K2Node_MakeStruct_SlateColor) == 0x000010, "Member 'WBP_SM_APT_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_SM_APT_SecurityCompanyDisplay::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_APT_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_SM_APT_SecurityCompanyDisplay, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000038, "Member 'WBP_SM_APT_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_SM_APT_SecurityCompanyDisplay::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_APT_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_SM_APT_SecurityCompanyDisplay, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'WBP_SM_APT_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_SM_APT_SecurityCompanyDisplay::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_SM_APT_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_SM_APT_SecurityCompanyDisplay, K2Node_MakeStruct_SlateColor_1) == 0x000050, "Member 'WBP_SM_APT_SecurityCompanyDisplay_C_ExecuteUbergraph_WBP_SM_APT_SecurityCompanyDisplay::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_SM_APT_SecurityCompanyDisplay_C \ +static_assert(alignof(UWBP_SM_APT_SecurityCompanyDisplay_C) == 0x000008, "Wrong alignment on UWBP_SM_APT_SecurityCompanyDisplay_C"); \ +static_assert(sizeof(UWBP_SM_APT_SecurityCompanyDisplay_C) == 0x0002C8, "Wrong size on UWBP_SM_APT_SecurityCompanyDisplay_C"); \ +static_assert(offsetof(UWBP_SM_APT_SecurityCompanyDisplay_C, UberGraphFrame) == 0x0002B0, "Member 'UWBP_SM_APT_SecurityCompanyDisplay_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SM_APT_SecurityCompanyDisplay_C, Image_SecurityCompanyLogo) == 0x0002B8, "Member 'UWBP_SM_APT_SecurityCompanyDisplay_C::Image_SecurityCompanyLogo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_SM_APT_SecurityCompanyDisplay_C, Text_SecurityCompanyName) == 0x0002C0, "Member 'UWBP_SM_APT_SecurityCompanyDisplay_C::Text_SecurityCompanyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RiskLevel_C_ExecuteUbergraph_WBP_UI_Widget_RiskLevel \ +static_assert(alignof(WBP_UI_Widget_RiskLevel_C_ExecuteUbergraph_WBP_UI_Widget_RiskLevel) == 0x000004, "Wrong alignment on WBP_UI_Widget_RiskLevel_C_ExecuteUbergraph_WBP_UI_Widget_RiskLevel"); \ +static_assert(sizeof(WBP_UI_Widget_RiskLevel_C_ExecuteUbergraph_WBP_UI_Widget_RiskLevel) == 0x000004, "Wrong size on WBP_UI_Widget_RiskLevel_C_ExecuteUbergraph_WBP_UI_Widget_RiskLevel"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_ExecuteUbergraph_WBP_UI_Widget_RiskLevel, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_RiskLevel_C_ExecuteUbergraph_WBP_UI_Widget_RiskLevel::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RiskLevel_C_GetDifficultyName \ +static_assert(alignof(WBP_UI_Widget_RiskLevel_C_GetDifficultyName) == 0x000008, "Wrong alignment on WBP_UI_Widget_RiskLevel_C_GetDifficultyName"); \ +static_assert(sizeof(WBP_UI_Widget_RiskLevel_C_GetDifficultyName) == 0x0000E8, "Wrong size on WBP_UI_Widget_RiskLevel_C_GetDifficultyName"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_GetDifficultyName, GetDifficultyString) == 0x000000, "Member 'WBP_UI_Widget_RiskLevel_C_GetDifficultyName::GetDifficultyString' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_GetDifficultyName, DifficultyString) == 0x000008, "Member 'WBP_UI_Widget_RiskLevel_C_GetDifficultyName::DifficultyString' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_GetDifficultyName, Temp_int_Variable) == 0x000020, "Member 'WBP_UI_Widget_RiskLevel_C_GetDifficultyName::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_GetDifficultyName, Temp_text_Variable) == 0x000028, "Member 'WBP_UI_Widget_RiskLevel_C_GetDifficultyName::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_GetDifficultyName, Temp_text_Variable_1) == 0x000040, "Member 'WBP_UI_Widget_RiskLevel_C_GetDifficultyName::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_GetDifficultyName, Temp_text_Variable_2) == 0x000058, "Member 'WBP_UI_Widget_RiskLevel_C_GetDifficultyName::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_GetDifficultyName, Temp_text_Variable_3) == 0x000070, "Member 'WBP_UI_Widget_RiskLevel_C_GetDifficultyName::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_GetDifficultyName, Temp_text_Variable_4) == 0x000088, "Member 'WBP_UI_Widget_RiskLevel_C_GetDifficultyName::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_GetDifficultyName, Temp_text_Variable_5) == 0x0000A0, "Member 'WBP_UI_Widget_RiskLevel_C_GetDifficultyName::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_GetDifficultyName, Temp_text_Variable_6) == 0x0000B8, "Member 'WBP_UI_Widget_RiskLevel_C_GetDifficultyName::Temp_text_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_GetDifficultyName, K2Node_Select_Default) == 0x0000D0, "Member 'WBP_UI_Widget_RiskLevel_C_GetDifficultyName::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RiskLevel_C_HideWidget \ +static_assert(alignof(WBP_UI_Widget_RiskLevel_C_HideWidget) == 0x000008, "Wrong alignment on WBP_UI_Widget_RiskLevel_C_HideWidget"); \ +static_assert(sizeof(WBP_UI_Widget_RiskLevel_C_HideWidget) == 0x000008, "Wrong size on WBP_UI_Widget_RiskLevel_C_HideWidget"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_HideWidget, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_RiskLevel_C_HideWidget::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation \ +static_assert(alignof(WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation) == 0x000008, "Wrong alignment on WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation"); \ +static_assert(sizeof(WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation) == 0x0000B0, "Wrong size on WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation, CallFunc_GetUIManager_ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation, CallFunc_GetUIData_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation::CallFunc_GetUIData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation, CallFunc_GetSBZMissionState_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation::CallFunc_GetSBZMissionState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation, CallFunc_GetSecurityCompanies_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation::CallFunc_GetSecurityCompanies_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000038, "Member 'WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation, Temp_byte_Variable) == 0x000039, "Member 'WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation, CallFunc_GetSBZMissionState_ReturnValue_1) == 0x000040, "Member 'WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation::CallFunc_GetSBZMissionState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation, CallFunc_GetDifficultyIdx_ReturnValue) == 0x000048, "Member 'WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation::CallFunc_GetDifficultyIdx_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation, K2Node_MakeStruct_Margin) == 0x00004C, "Member 'WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation, CallFunc_GetValidValue_ReturnValue) == 0x00005C, "Member 'WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation, CallFunc_Create_ReturnValue) == 0x000060, "Member 'WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000068, "Member 'WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation, CallFunc_GetDifficultyText_OutDifficultyText) == 0x000070, "Member 'WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation::CallFunc_GetDifficultyText_OutDifficultyText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation, CallFunc_GetDifficultyText_bHasText) == 0x000088, "Member 'WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation::CallFunc_GetDifficultyText_bHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation, K2Node_Select_Default) == 0x000090, "Member 'WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation, Temp_int_Loop_Counter_Variable) == 0x000098, "Member 'WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation, CallFunc_PlayAnimationForward_ReturnValue) == 0x0000A0, "Member 'WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation, CallFunc_Less_IntInt_ReturnValue) == 0x0000A8, "Member 'WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation, CallFunc_Add_IntInt_ReturnValue) == 0x0000AC, "Member 'WBP_UI_Widget_RiskLevel_C_PlayFadeInAnimation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_RiskLevel_C \ +static_assert(alignof(UWBP_UI_Widget_RiskLevel_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_RiskLevel_C"); \ +static_assert(sizeof(UWBP_UI_Widget_RiskLevel_C) == 0x000328, "Wrong size on UWBP_UI_Widget_RiskLevel_C"); \ +static_assert(offsetof(UWBP_UI_Widget_RiskLevel_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Widget_RiskLevel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RiskLevel_C, OnNormalSet) == 0x000298, "Member 'UWBP_UI_Widget_RiskLevel_C::OnNormalSet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RiskLevel_C, OnMayhemSet) == 0x0002A0, "Member 'UWBP_UI_Widget_RiskLevel_C::OnMayhemSet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RiskLevel_C, FadeOut) == 0x0002A8, "Member 'UWBP_UI_Widget_RiskLevel_C::FadeOut' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RiskLevel_C, OnOneDownSet) == 0x0002B0, "Member 'UWBP_UI_Widget_RiskLevel_C::OnOneDownSet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RiskLevel_C, OnDeathWishSet) == 0x0002B8, "Member 'UWBP_UI_Widget_RiskLevel_C::OnDeathWishSet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RiskLevel_C, OnOverkillSet) == 0x0002C0, "Member 'UWBP_UI_Widget_RiskLevel_C::OnOverkillSet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RiskLevel_C, OnVeryHardSet) == 0x0002C8, "Member 'UWBP_UI_Widget_RiskLevel_C::OnVeryHardSet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RiskLevel_C, OnHardSet) == 0x0002D0, "Member 'UWBP_UI_Widget_RiskLevel_C::OnHardSet' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RiskLevel_C, HorizontalBox_CompanyContainer) == 0x0002D8, "Member 'UWBP_UI_Widget_RiskLevel_C::HorizontalBox_CompanyContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RiskLevel_C, Image_RiskLevel_1) == 0x0002E0, "Member 'UWBP_UI_Widget_RiskLevel_C::Image_RiskLevel_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RiskLevel_C, Image_RiskLevel_2) == 0x0002E8, "Member 'UWBP_UI_Widget_RiskLevel_C::Image_RiskLevel_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RiskLevel_C, Image_RiskLevel_3) == 0x0002F0, "Member 'UWBP_UI_Widget_RiskLevel_C::Image_RiskLevel_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RiskLevel_C, Image_RiskLevel_4) == 0x0002F8, "Member 'UWBP_UI_Widget_RiskLevel_C::Image_RiskLevel_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RiskLevel_C, Image_RiskLevel_5) == 0x000300, "Member 'UWBP_UI_Widget_RiskLevel_C::Image_RiskLevel_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RiskLevel_C, Image_RiskLevel_6) == 0x000308, "Member 'UWBP_UI_Widget_RiskLevel_C::Image_RiskLevel_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RiskLevel_C, Text_Difficulty) == 0x000310, "Member 'UWBP_UI_Widget_RiskLevel_C::Text_Difficulty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RiskLevel_C, AnimationComplete) == 0x000318, "Member 'UWBP_UI_Widget_RiskLevel_C::AnimationComplete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TasedCameraFeedback_C \ +static_assert(alignof(UBP_TasedCameraFeedback_C) == 0x000008, "Wrong alignment on UBP_TasedCameraFeedback_C"); \ +static_assert(sizeof(UBP_TasedCameraFeedback_C) == 0x000308, "Wrong size on UBP_TasedCameraFeedback_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ActionPhaseTransition_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseTransition \ +static_assert(alignof(WBP_UI_SM_ActionPhaseTransition_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseTransition) == 0x000008, "Wrong alignment on WBP_UI_SM_ActionPhaseTransition_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseTransition"); \ +static_assert(sizeof(WBP_UI_SM_ActionPhaseTransition_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseTransition) == 0x000058, "Wrong size on WBP_UI_SM_ActionPhaseTransition_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseTransition"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseTransition_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseTransition, EntryPoint) == 0x000000, "Member 'WBP_UI_SM_ActionPhaseTransition_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseTransition::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseTransition_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseTransition, CallFunc_GetMapName_ReturnValue) == 0x000008, "Member 'WBP_UI_SM_ActionPhaseTransition_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseTransition::CallFunc_GetMapName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseTransition_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseTransition, CallFunc_GetHeistDataFromLevelShortName_ReturnValue) == 0x000018, "Member 'WBP_UI_SM_ActionPhaseTransition_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseTransition::CallFunc_GetHeistDataFromLevelShortName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseTransition_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseTransition, CallFunc_GetHeistTimeShort_ReturnValue) == 0x000020, "Member 'WBP_UI_SM_ActionPhaseTransition_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseTransition::CallFunc_GetHeistTimeShort_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseTransition_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseTransition, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'WBP_UI_SM_ActionPhaseTransition_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseTransition::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseTransition_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseTransition, CallFunc_PlayAnimationForward_ReturnValue) == 0x000040, "Member 'WBP_UI_SM_ActionPhaseTransition_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseTransition::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseTransition_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseTransition, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000048, "Member 'WBP_UI_SM_ActionPhaseTransition_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseTransition::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseTransition_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseTransition, CallFunc_PlayAnimationForward_ReturnValue_2) == 0x000050, "Member 'WBP_UI_SM_ActionPhaseTransition_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseTransition::CallFunc_PlayAnimationForward_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ActionPhaseTransition_C_DisplayTransition \ +static_assert(alignof(WBP_UI_SM_ActionPhaseTransition_C_DisplayTransition) == 0x000008, "Wrong alignment on WBP_UI_SM_ActionPhaseTransition_C_DisplayTransition"); \ +static_assert(sizeof(WBP_UI_SM_ActionPhaseTransition_C_DisplayTransition) == 0x000010, "Wrong size on WBP_UI_SM_ActionPhaseTransition_C_DisplayTransition"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseTransition_C_DisplayTransition, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'WBP_UI_SM_ActionPhaseTransition_C_DisplayTransition::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseTransition_C_DisplayTransition, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000008, "Member 'WBP_UI_SM_ActionPhaseTransition_C_DisplayTransition::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_SM_ActionPhaseTransition_C \ +static_assert(alignof(UWBP_UI_SM_ActionPhaseTransition_C) == 0x000008, "Wrong alignment on UWBP_UI_SM_ActionPhaseTransition_C"); \ +static_assert(sizeof(UWBP_UI_SM_ActionPhaseTransition_C) == 0x000320, "Wrong size on UWBP_UI_SM_ActionPhaseTransition_C"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseTransition_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_SM_ActionPhaseTransition_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseTransition_C, FadeOut) == 0x000298, "Member 'UWBP_UI_SM_ActionPhaseTransition_C::FadeOut' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseTransition_C, EndBlink) == 0x0002A0, "Member 'UWBP_UI_SM_ActionPhaseTransition_C::EndBlink' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseTransition_C, Blink_stat) == 0x0002A8, "Member 'UWBP_UI_SM_ActionPhaseTransition_C::Blink_stat' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseTransition_C, FadeIn) == 0x0002B0, "Member 'UWBP_UI_SM_ActionPhaseTransition_C::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseTransition_C, LevelDataFadeIn) == 0x0002B8, "Member 'UWBP_UI_SM_ActionPhaseTransition_C::LevelDataFadeIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseTransition_C, TransitionText) == 0x0002C0, "Member 'UWBP_UI_SM_ActionPhaseTransition_C::TransitionText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseTransition_C, Image) == 0x0002C8, "Member 'UWBP_UI_SM_ActionPhaseTransition_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseTransition_C, Image_134) == 0x0002D0, "Member 'UWBP_UI_SM_ActionPhaseTransition_C::Image_134' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseTransition_C, Image_Background_1) == 0x0002D8, "Member 'UWBP_UI_SM_ActionPhaseTransition_C::Image_Background_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseTransition_C, Text_Location) == 0x0002E0, "Member 'UWBP_UI_SM_ActionPhaseTransition_C::Text_Location' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseTransition_C, Text_Location_1) == 0x0002E8, "Member 'UWBP_UI_SM_ActionPhaseTransition_C::Text_Location_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseTransition_C, Text_Time) == 0x0002F0, "Member 'UWBP_UI_SM_ActionPhaseTransition_C::Text_Time' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseTransition_C, Text_Time_1) == 0x0002F8, "Member 'UWBP_UI_SM_ActionPhaseTransition_C::Text_Time_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseTransition_C, VerticalBox_LevelInfo) == 0x000300, "Member 'UWBP_UI_SM_ActionPhaseTransition_C::VerticalBox_LevelInfo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseTransition_C, WBP_UI_Widget_RiskLevel) == 0x000308, "Member 'UWBP_UI_SM_ActionPhaseTransition_C::WBP_UI_Widget_RiskLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseTransition_C, Widget_Loading) == 0x000310, "Member 'UWBP_UI_SM_ActionPhaseTransition_C::Widget_Loading' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseTransition_C, Twk_WaitTime) == 0x000318, "Member 'UWBP_UI_SM_ActionPhaseTransition_C::Twk_WaitTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview \ +static_assert(alignof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview) == 0x000008, "Wrong alignment on WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview"); \ +static_assert(sizeof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview) == 0x000238, "Wrong size on WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, EntryPoint) == 0x000000, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_GetGameStateMachine_ReturnValue) == 0x000008, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, K2Node_CustomEvent_BlackScreenTransitionType) == 0x00002C, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::K2Node_CustomEvent_BlackScreenTransitionType' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, K2Node_CustomEvent_ReadyTimeoutTime) == 0x000030, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::K2Node_CustomEvent_ReadyTimeoutTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, K2Node_CreateDelegate_OutputDelegate_1) == 0x000034, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000048, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_GetGameStateMachine_ReturnValue_1) == 0x000050, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_GetGameStateMachine_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, K2Node_Event_MyGeometry) == 0x000058, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, K2Node_Event_InDeltaTime) == 0x000090, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000094, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000098, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_GetUIManager_ReturnValue) == 0x0000A0, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000A8, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, K2Node_CustomEvent_StackEvent) == 0x0000BC, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::K2Node_CustomEvent_StackEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_GetLocalPlayerController_ReturnValue) == 0x0000D8, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_GetLocalPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, K2Node_ComponentBoundEvent_Button) == 0x0000E0, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_GetVisibility_ReturnValue) == 0x0000E8, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000E9, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_GetTableEntrySourceString_ReturnValue) == 0x0000F0, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_GetTableEntrySourceString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_Conv_StringToName_ReturnValue) == 0x000100, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_GetTableEntrySourceString_ReturnValue_1) == 0x000110, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_GetTableEntrySourceString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_MakeLiteralName_ReturnValue) == 0x000120, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_Conv_StringToName_ReturnValue_1) == 0x00012C, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_Conv_StringToName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000138, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, K2Node_DynamicCast_AsBink_Media_Texture) == 0x000140, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::K2Node_DynamicCast_AsBink_Media_Texture' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, K2Node_DynamicCast_bSuccess) == 0x000148, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_Play_ReturnValue) == 0x000149, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_Play_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_Concat_StrStr_ReturnValue) == 0x000150, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_OpenUrl_ReturnValue) == 0x000160, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_OpenUrl_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_Rewind_ReturnValue) == 0x000161, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_Rewind_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_GetGameStateMachine_ReturnValue_2) == 0x000168, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_GetGameStateMachine_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_IsStandalone_ReturnValue) == 0x000170, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_IsStandalone_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, K2Node_CreateDelegate_OutputDelegate_3) == 0x000174, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, K2Node_CustomEvent_ActionName_1) == 0x000188, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::K2Node_CustomEvent_ActionName_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_IsStandalone_ReturnValue_1) == 0x000194, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_IsStandalone_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_IsValid_ReturnValue) == 0x000195, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_IsValid_ReturnValue_1) == 0x000196, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_IsEmpty_ReturnValue) == 0x000197, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_Not_PreBool_ReturnValue) == 0x000198, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_BooleanAND_ReturnValue) == 0x000199, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_IsStandalone_ReturnValue_2) == 0x00019A, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_IsStandalone_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_IsEmpty_ReturnValue_1) == 0x00019B, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_IsEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_IsValid_ReturnValue_2) == 0x00019C, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, K2Node_DynamicCast_AsBink_Media_Texture_1) == 0x0001A0, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::K2Node_DynamicCast_AsBink_Media_Texture_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, K2Node_DynamicCast_bSuccess_1) == 0x0001A8, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, K2Node_CreateDelegate_OutputDelegate_4) == 0x0001AC, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, K2Node_CustomEvent_ActionName) == 0x0001C0, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::K2Node_CustomEvent_ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_IsValid_ReturnValue_3) == 0x0001CC, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_GetMapName_ReturnValue) == 0x0001D0, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_GetMapName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_GetHeistDataFromLevelShortName_ReturnValue) == 0x0001E0, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_GetHeistDataFromLevelShortName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, K2Node_CreateDelegate_OutputDelegate_5) == 0x0001E8, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_IsValid_ReturnValue_4) == 0x0001FC, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_Play2DSound_ReturnValue) == 0x000200, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, K2Node_Event_PlayerState_1) == 0x000208, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::K2Node_Event_PlayerState_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, K2Node_Event_PlayerState) == 0x000210, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::K2Node_Event_PlayerState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, K2Node_CreateDelegate_OutputDelegate_6) == 0x000218, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, K2Node_Event_bIsStarted) == 0x00022C, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::K2Node_Event_bIsStarted' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_IsVisible_ReturnValue) == 0x00022D, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000230, "Member 'WBP_UI_SM_JobOverview_C_ExecuteUbergraph_WBP_UI_SM_JobOverview::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_JobOverview_C_BP_OnIntroSequenceChanged \ +static_assert(alignof(WBP_UI_SM_JobOverview_C_BP_OnIntroSequenceChanged) == 0x000001, "Wrong alignment on WBP_UI_SM_JobOverview_C_BP_OnIntroSequenceChanged"); \ +static_assert(sizeof(WBP_UI_SM_JobOverview_C_BP_OnIntroSequenceChanged) == 0x000001, "Wrong size on WBP_UI_SM_JobOverview_C_BP_OnIntroSequenceChanged"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_BP_OnIntroSequenceChanged, bIsStarted) == 0x000000, "Member 'WBP_UI_SM_JobOverview_C_BP_OnIntroSequenceChanged::bIsStarted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_JobOverview_C_BP_OnPlayerStateCountChanged \ +static_assert(alignof(WBP_UI_SM_JobOverview_C_BP_OnPlayerStateCountChanged) == 0x000008, "Wrong alignment on WBP_UI_SM_JobOverview_C_BP_OnPlayerStateCountChanged"); \ +static_assert(sizeof(WBP_UI_SM_JobOverview_C_BP_OnPlayerStateCountChanged) == 0x000008, "Wrong size on WBP_UI_SM_JobOverview_C_BP_OnPlayerStateCountChanged"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_BP_OnPlayerStateCountChanged, PlayerState) == 0x000000, "Member 'WBP_UI_SM_JobOverview_C_BP_OnPlayerStateCountChanged::PlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_JobOverview_C_BP_OnPlayerStateSkipIntroSequenceChanged \ +static_assert(alignof(WBP_UI_SM_JobOverview_C_BP_OnPlayerStateSkipIntroSequenceChanged) == 0x000008, "Wrong alignment on WBP_UI_SM_JobOverview_C_BP_OnPlayerStateSkipIntroSequenceChanged"); \ +static_assert(sizeof(WBP_UI_SM_JobOverview_C_BP_OnPlayerStateSkipIntroSequenceChanged) == 0x000008, "Wrong size on WBP_UI_SM_JobOverview_C_BP_OnPlayerStateSkipIntroSequenceChanged"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_BP_OnPlayerStateSkipIntroSequenceChanged, PlayerState) == 0x000000, "Member 'WBP_UI_SM_JobOverview_C_BP_OnPlayerStateSkipIntroSequenceChanged::PlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_JobOverview_C_Dummy \ +static_assert(alignof(WBP_UI_SM_JobOverview_C_Dummy) == 0x000004, "Wrong alignment on WBP_UI_SM_JobOverview_C_Dummy"); \ +static_assert(sizeof(WBP_UI_SM_JobOverview_C_Dummy) == 0x00000C, "Wrong size on WBP_UI_SM_JobOverview_C_Dummy"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_Dummy, ActionName) == 0x000000, "Member 'WBP_UI_SM_JobOverview_C_Dummy::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_JobOverview_C_OnSkipInput \ +static_assert(alignof(WBP_UI_SM_JobOverview_C_OnSkipInput) == 0x000004, "Wrong alignment on WBP_UI_SM_JobOverview_C_OnSkipInput"); \ +static_assert(sizeof(WBP_UI_SM_JobOverview_C_OnSkipInput) == 0x00000C, "Wrong size on WBP_UI_SM_JobOverview_C_OnSkipInput"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_OnSkipInput, ActionName) == 0x000000, "Member 'WBP_UI_SM_JobOverview_C_OnSkipInput::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_JobOverview_C_BndEvt__WBP_UI_SM_JobOverview_Button_PlayerReady_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_JobOverview_C_BndEvt__WBP_UI_SM_JobOverview_Button_PlayerReady_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_JobOverview_C_BndEvt__WBP_UI_SM_JobOverview_Button_PlayerReady_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_JobOverview_C_BndEvt__WBP_UI_SM_JobOverview_Button_PlayerReady_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_JobOverview_C_BndEvt__WBP_UI_SM_JobOverview_Button_PlayerReady_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_BndEvt__WBP_UI_SM_JobOverview_Button_PlayerReady_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SM_JobOverview_C_BndEvt__WBP_UI_SM_JobOverview_Button_PlayerReady_K2Node_ComponentBoundEvent_2_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_JobOverview_C_OnStackChanged \ +static_assert(alignof(WBP_UI_SM_JobOverview_C_OnStackChanged) == 0x000004, "Wrong alignment on WBP_UI_SM_JobOverview_C_OnStackChanged"); \ +static_assert(sizeof(WBP_UI_SM_JobOverview_C_OnStackChanged) == 0x00001C, "Wrong size on WBP_UI_SM_JobOverview_C_OnStackChanged"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_OnStackChanged, StackEvent) == 0x000000, "Member 'WBP_UI_SM_JobOverview_C_OnStackChanged::StackEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_JobOverview_C_Tick \ +static_assert(alignof(WBP_UI_SM_JobOverview_C_Tick) == 0x000004, "Wrong alignment on WBP_UI_SM_JobOverview_C_Tick"); \ +static_assert(sizeof(WBP_UI_SM_JobOverview_C_Tick) == 0x00003C, "Wrong size on WBP_UI_SM_JobOverview_C_Tick"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_UI_SM_JobOverview_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_UI_SM_JobOverview_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_JobOverview_C_SetPlayerReadyTimeOut \ +static_assert(alignof(WBP_UI_SM_JobOverview_C_SetPlayerReadyTimeOut) == 0x000004, "Wrong alignment on WBP_UI_SM_JobOverview_C_SetPlayerReadyTimeOut"); \ +static_assert(sizeof(WBP_UI_SM_JobOverview_C_SetPlayerReadyTimeOut) == 0x000004, "Wrong size on WBP_UI_SM_JobOverview_C_SetPlayerReadyTimeOut"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_SetPlayerReadyTimeOut, ReadyTimeoutTime) == 0x000000, "Member 'WBP_UI_SM_JobOverview_C_SetPlayerReadyTimeOut::ReadyTimeoutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_JobOverview_C_OnJobOverviewComplete \ +static_assert(alignof(WBP_UI_SM_JobOverview_C_OnJobOverviewComplete) == 0x000001, "Wrong alignment on WBP_UI_SM_JobOverview_C_OnJobOverviewComplete"); \ +static_assert(sizeof(WBP_UI_SM_JobOverview_C_OnJobOverviewComplete) == 0x000001, "Wrong size on WBP_UI_SM_JobOverview_C_OnJobOverviewComplete"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_OnJobOverviewComplete, BlackScreenTransitionType) == 0x000000, "Member 'WBP_UI_SM_JobOverview_C_OnJobOverviewComplete::BlackScreenTransitionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_JobOverview_C_UpdateTimer \ +static_assert(alignof(WBP_UI_SM_JobOverview_C_UpdateTimer) == 0x000008, "Wrong alignment on WBP_UI_SM_JobOverview_C_UpdateTimer"); \ +static_assert(sizeof(WBP_UI_SM_JobOverview_C_UpdateTimer) == 0x000088, "Wrong size on WBP_UI_SM_JobOverview_C_UpdateTimer"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateTimer, K2Node_MakeStruct_SlateColor) == 0x000000, "Member 'WBP_UI_SM_JobOverview_C_UpdateTimer::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateTimer, K2Node_MakeStruct_SlateColor_1) == 0x000028, "Member 'WBP_UI_SM_JobOverview_C_UpdateTimer::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateTimer, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000050, "Member 'WBP_UI_SM_JobOverview_C_UpdateTimer::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateTimer, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000051, "Member 'WBP_UI_SM_JobOverview_C_UpdateTimer::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateTimer, CallFunc_FTrunc_ReturnValue) == 0x000054, "Member 'WBP_UI_SM_JobOverview_C_UpdateTimer::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateTimer, CallFunc_FormatIntToTimerText_ReturnValue) == 0x000058, "Member 'WBP_UI_SM_JobOverview_C_UpdateTimer::CallFunc_FormatIntToTimerText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateTimer, CallFunc_FormatIntToTimerText_ReturnValue_1) == 0x000070, "Member 'WBP_UI_SM_JobOverview_C_UpdateTimer::CallFunc_FormatIntToTimerText_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_JobOverview_C_IsSoloIntroVideo \ +static_assert(alignof(WBP_UI_SM_JobOverview_C_IsSoloIntroVideo) == 0x000001, "Wrong alignment on WBP_UI_SM_JobOverview_C_IsSoloIntroVideo"); \ +static_assert(sizeof(WBP_UI_SM_JobOverview_C_IsSoloIntroVideo) == 0x000001, "Wrong size on WBP_UI_SM_JobOverview_C_IsSoloIntroVideo"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_IsSoloIntroVideo, ReturnValue) == 0x000000, "Member 'WBP_UI_SM_JobOverview_C_IsSoloIntroVideo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_JobOverview_C_UpdateSkipText \ +static_assert(alignof(WBP_UI_SM_JobOverview_C_UpdateSkipText) == 0x000008, "Wrong alignment on WBP_UI_SM_JobOverview_C_UpdateSkipText"); \ +static_assert(sizeof(WBP_UI_SM_JobOverview_C_UpdateSkipText) == 0x0001E0, "Wrong size on WBP_UI_SM_JobOverview_C_UpdateSkipText"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, bIsSkip) == 0x000000, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::bIsSkip' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, SkipCount) == 0x000004, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::SkipCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, Temp_int_Variable) == 0x000008, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, Temp_int_Array_Index_Variable) == 0x000014, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, Temp_bool_Variable) == 0x000018, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, CallFunc_GetLocalPlayerState_ReturnValue) == 0x000020, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::CallFunc_GetLocalPlayerState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, K2Node_MakeStruct_FormatArgumentData_1) == 0x000070, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, CallFunc_IsSkipIntroSequence_ReturnValue) == 0x0000B0, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::CallFunc_IsSkipIntroSequence_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000B4, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, CallFunc_GetGameState_ReturnValue) == 0x0000B8, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, CallFunc_Array_Length_ReturnValue) == 0x0000C0, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, CallFunc_Array_Get_Item) == 0x0000C8, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000D0, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, K2Node_DynamicCast_AsSBZPlayer_State) == 0x000110, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::K2Node_DynamicCast_AsSBZPlayer_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, K2Node_DynamicCast_bSuccess) == 0x000118, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, K2Node_MakeArray_Array) == 0x000120, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, CallFunc_IsSkipIntroSequence_ReturnValue_1) == 0x000130, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::CallFunc_IsSkipIntroSequence_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, CallFunc_Format_ReturnValue) == 0x000138, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, K2Node_MakeStruct_FormatArgumentData_3) == 0x000150, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, CallFunc_Array_Length_ReturnValue_1) == 0x000190, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, K2Node_MakeArray_Array_1) == 0x000198, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, CallFunc_Less_IntInt_ReturnValue) == 0x0001A8, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, CallFunc_Format_ReturnValue_1) == 0x0001B0, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_UpdateSkipText, K2Node_Select_Default) == 0x0001C8, "Member 'WBP_UI_SM_JobOverview_C_UpdateSkipText::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_JobOverview_C_ToggleSkip \ +static_assert(alignof(WBP_UI_SM_JobOverview_C_ToggleSkip) == 0x000008, "Wrong alignment on WBP_UI_SM_JobOverview_C_ToggleSkip"); \ +static_assert(sizeof(WBP_UI_SM_JobOverview_C_ToggleSkip) == 0x000018, "Wrong size on WBP_UI_SM_JobOverview_C_ToggleSkip"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ToggleSkip, PlayerState) == 0x000000, "Member 'WBP_UI_SM_JobOverview_C_ToggleSkip::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ToggleSkip, CallFunc_GetLocalPlayerState_ReturnValue) == 0x000008, "Member 'WBP_UI_SM_JobOverview_C_ToggleSkip::CallFunc_GetLocalPlayerState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ToggleSkip, CallFunc_IsSkipIntroSequence_ReturnValue) == 0x000010, "Member 'WBP_UI_SM_JobOverview_C_ToggleSkip::CallFunc_IsSkipIntroSequence_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_JobOverview_C_ToggleSkip, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'WBP_UI_SM_JobOverview_C_ToggleSkip::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_SM_JobOverview_C \ +static_assert(alignof(UWBP_UI_SM_JobOverview_C) == 0x000008, "Wrong alignment on UWBP_UI_SM_JobOverview_C"); \ +static_assert(sizeof(UWBP_UI_SM_JobOverview_C) == 0x000400, "Wrong size on UWBP_UI_SM_JobOverview_C"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, UberGraphFrame) == 0x0002C0, "Member 'UWBP_UI_SM_JobOverview_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, Intro_Overview) == 0x0002C8, "Member 'UWBP_UI_SM_JobOverview_C::Intro_Overview' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, WaitingForPlayersAnimation) == 0x0002D0, "Member 'UWBP_UI_SM_JobOverview_C::WaitingForPlayersAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, ShortFadeOut) == 0x0002D8, "Member 'UWBP_UI_SM_JobOverview_C::ShortFadeOut' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, Background_Black_flick) == 0x0002E0, "Member 'UWBP_UI_SM_JobOverview_C::Background_Black_flick' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, Background_I) == 0x0002E8, "Member 'UWBP_UI_SM_JobOverview_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, Button_ActionInput_Select) == 0x0002F0, "Member 'UWBP_UI_SM_JobOverview_C::Button_ActionInput_Select' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, Button_ActionInput_SkipIntro) == 0x0002F8, "Member 'UWBP_UI_SM_JobOverview_C::Button_ActionInput_SkipIntro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, Button_PlayerReady) == 0x000300, "Member 'UWBP_UI_SM_JobOverview_C::Button_PlayerReady' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, HorizontalBox_GameTimer) == 0x000308, "Member 'UWBP_UI_SM_JobOverview_C::HorizontalBox_GameTimer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, Image) == 0x000310, "Member 'UWBP_UI_SM_JobOverview_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, Image_134) == 0x000318, "Member 'UWBP_UI_SM_JobOverview_C::Image_134' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, Image_256) == 0x000320, "Member 'UWBP_UI_SM_JobOverview_C::Image_256' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, Image_Background) == 0x000328, "Member 'UWBP_UI_SM_JobOverview_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, IntroVideo) == 0x000330, "Member 'UWBP_UI_SM_JobOverview_C::IntroVideo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, IntroVideoCanvas) == 0x000338, "Member 'UWBP_UI_SM_JobOverview_C::IntroVideoCanvas' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, Overlay_JobOverview) == 0x000340, "Member 'UWBP_UI_SM_JobOverview_C::Overlay_JobOverview' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, Text_LevelDescription) == 0x000348, "Member 'UWBP_UI_SM_JobOverview_C::Text_LevelDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, Text_LevelName) == 0x000350, "Member 'UWBP_UI_SM_JobOverview_C::Text_LevelName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, Text_TimeOutHeader) == 0x000358, "Member 'UWBP_UI_SM_JobOverview_C::Text_TimeOutHeader' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, Text_TimeOutTimer) == 0x000360, "Member 'UWBP_UI_SM_JobOverview_C::Text_TimeOutTimer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, Text_WaitingForPlayers) == 0x000368, "Member 'UWBP_UI_SM_JobOverview_C::Text_WaitingForPlayers' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, TinyTop_Text) == 0x000370, "Member 'UWBP_UI_SM_JobOverview_C::TinyTop_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, TinyTop_Text_1) == 0x000378, "Member 'UWBP_UI_SM_JobOverview_C::TinyTop_Text_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, TinyTop_Text_2) == 0x000380, "Member 'UWBP_UI_SM_JobOverview_C::TinyTop_Text_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, TinyTop_Text_3) == 0x000388, "Member 'UWBP_UI_SM_JobOverview_C::TinyTop_Text_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, Widget_ActionPhaseTransition) == 0x000390, "Member 'UWBP_UI_SM_JobOverview_C::Widget_ActionPhaseTransition' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, Widget_Loading) == 0x000398, "Member 'UWBP_UI_SM_JobOverview_C::Widget_Loading' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, GameStartsTimer) == 0x0003A0, "Member 'UWBP_UI_SM_JobOverview_C::GameStartsTimer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, HeistData) == 0x0003A8, "Member 'UWBP_UI_SM_JobOverview_C::HeistData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, SoloVideoControlsReference) == 0x0003B0, "Member 'UWBP_UI_SM_JobOverview_C::SoloVideoControlsReference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_JobOverview_C, NoVideoControlsReference) == 0x0003D8, "Member 'UWBP_UI_SM_JobOverview_C::NoVideoControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_AxisInput_C_ExecuteUbergraph_WBP_UI_HUD_AxisInput \ +static_assert(alignof(WBP_UI_HUD_AxisInput_C_ExecuteUbergraph_WBP_UI_HUD_AxisInput) == 0x000004, "Wrong alignment on WBP_UI_HUD_AxisInput_C_ExecuteUbergraph_WBP_UI_HUD_AxisInput"); \ +static_assert(sizeof(WBP_UI_HUD_AxisInput_C_ExecuteUbergraph_WBP_UI_HUD_AxisInput) == 0x000008, "Wrong size on WBP_UI_HUD_AxisInput_C_ExecuteUbergraph_WBP_UI_HUD_AxisInput"); \ +static_assert(offsetof(WBP_UI_HUD_AxisInput_C_ExecuteUbergraph_WBP_UI_HUD_AxisInput, EntryPoint) == 0x000000, "Member 'WBP_UI_HUD_AxisInput_C_ExecuteUbergraph_WBP_UI_HUD_AxisInput::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_AxisInput_C_ExecuteUbergraph_WBP_UI_HUD_AxisInput, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_HUD_AxisInput_C_ExecuteUbergraph_WBP_UI_HUD_AxisInput::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_AxisInput_C_PreConstruct \ +static_assert(alignof(WBP_UI_HUD_AxisInput_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_HUD_AxisInput_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_HUD_AxisInput_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_HUD_AxisInput_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_HUD_AxisInput_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_HUD_AxisInput_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_HUD_AxisInput_C \ +static_assert(alignof(UWBP_UI_HUD_AxisInput_C) == 0x000008, "Wrong alignment on UWBP_UI_HUD_AxisInput_C"); \ +static_assert(sizeof(UWBP_UI_HUD_AxisInput_C) == 0x0002C0, "Wrong size on UWBP_UI_HUD_AxisInput_C"); \ +static_assert(offsetof(UWBP_UI_HUD_AxisInput_C, UberGraphFrame) == 0x0002B8, "Member 'UWBP_UI_HUD_AxisInput_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_penthouse_PH_DisplayPillar_G_01_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_01 \ +static_assert(alignof(BP_penthouse_PH_DisplayPillar_G_01_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_01) == 0x000008, "Wrong alignment on BP_penthouse_PH_DisplayPillar_G_01_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_01"); \ +static_assert(sizeof(BP_penthouse_PH_DisplayPillar_G_01_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_01) == 0x000038, "Wrong size on BP_penthouse_PH_DisplayPillar_G_01_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_01"); \ +static_assert(offsetof(BP_penthouse_PH_DisplayPillar_G_01_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_01, EntryPoint) == 0x000000, "Member 'BP_penthouse_PH_DisplayPillar_G_01_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_01::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_penthouse_PH_DisplayPillar_G_01_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_01, K2Node_ComponentBoundEvent_PoolComponent) == 0x000008, "Member 'BP_penthouse_PH_DisplayPillar_G_01_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_01::K2Node_ComponentBoundEvent_PoolComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_penthouse_PH_DisplayPillar_G_01_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_01, K2Node_ComponentBoundEvent_Hits) == 0x000010, "Member 'BP_penthouse_PH_DisplayPillar_G_01_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_01::K2Node_ComponentBoundEvent_Hits' has a wrong offset!"); \ +static_assert(offsetof(BP_penthouse_PH_DisplayPillar_G_01_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_01, K2Node_ComponentBoundEvent_bDoCosmetics) == 0x000014, "Member 'BP_penthouse_PH_DisplayPillar_G_01_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_01::K2Node_ComponentBoundEvent_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_penthouse_PH_DisplayPillar_G_01_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_01, K2Node_ComponentBoundEvent_DamageContext) == 0x000018, "Member 'BP_penthouse_PH_DisplayPillar_G_01_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_01::K2Node_ComponentBoundEvent_DamageContext' has a wrong offset!"); \ +static_assert(offsetof(BP_penthouse_PH_DisplayPillar_G_01_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_01, K2Node_SwitchInteger_CmpSuccess) == 0x000030, "Member 'BP_penthouse_PH_DisplayPillar_G_01_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_01::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_penthouse_PH_DisplayPillar_G_01_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature \ +static_assert(alignof(BP_penthouse_PH_DisplayPillar_G_01_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_penthouse_PH_DisplayPillar_G_01_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature"); \ +static_assert(sizeof(BP_penthouse_PH_DisplayPillar_G_01_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature) == 0x000028, "Wrong size on BP_penthouse_PH_DisplayPillar_G_01_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature"); \ +static_assert(offsetof(BP_penthouse_PH_DisplayPillar_G_01_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature, PoolComponent) == 0x000000, "Member 'BP_penthouse_PH_DisplayPillar_G_01_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature::PoolComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_penthouse_PH_DisplayPillar_G_01_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature, Hits) == 0x000008, "Member 'BP_penthouse_PH_DisplayPillar_G_01_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature::Hits' has a wrong offset!"); \ +static_assert(offsetof(BP_penthouse_PH_DisplayPillar_G_01_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature, bDoCosmetics) == 0x00000C, "Member 'BP_penthouse_PH_DisplayPillar_G_01_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature::bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_penthouse_PH_DisplayPillar_G_01_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature, DamageContext) == 0x000010, "Member 'BP_penthouse_PH_DisplayPillar_G_01_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature::DamageContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_penthouse_PH_DisplayPillar_G_01_C \ +static_assert(alignof(ABP_penthouse_PH_DisplayPillar_G_01_C) == 0x000008, "Wrong alignment on ABP_penthouse_PH_DisplayPillar_G_01_C"); \ +static_assert(sizeof(ABP_penthouse_PH_DisplayPillar_G_01_C) == 0x000338, "Wrong size on ABP_penthouse_PH_DisplayPillar_G_01_C"); \ +static_assert(offsetof(ABP_penthouse_PH_DisplayPillar_G_01_C, UberGraphFrame) == 0x000308, "Member 'ABP_penthouse_PH_DisplayPillar_G_01_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_penthouse_PH_DisplayPillar_G_01_C, visibility_blocker) == 0x000310, "Member 'ABP_penthouse_PH_DisplayPillar_G_01_C::visibility_blocker' has a wrong offset!"); \ +static_assert(offsetof(ABP_penthouse_PH_DisplayPillar_G_01_C, FX_Size) == 0x000318, "Member 'ABP_penthouse_PH_DisplayPillar_G_01_C::FX_Size' has a wrong offset!"); \ +static_assert(offsetof(ABP_penthouse_PH_DisplayPillar_G_01_C, Particle_Color) == 0x000324, "Member 'ABP_penthouse_PH_DisplayPillar_G_01_C::Particle_Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_penthouse_PH_DisplayPillar_G_01_C, Particle_Count) == 0x000334, "Member 'ABP_penthouse_PH_DisplayPillar_G_01_C::Particle_Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ReplayPlayerController_C \ +static_assert(alignof(ABP_ReplayPlayerController_C) == 0x000008, "Wrong alignment on ABP_ReplayPlayerController_C"); \ +static_assert(sizeof(ABP_ReplayPlayerController_C) == 0x0008C0, "Wrong size on ABP_ReplayPlayerController_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective \ +static_assert(alignof(WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective) == 0x000008, "Wrong alignment on WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective"); \ +static_assert(sizeof(WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective) == 0x000068, "Wrong size on WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective"); \ +static_assert(offsetof(WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective, K2Node_Event_ObjectiveActivated) == 0x000008, "Member 'WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective::K2Node_Event_ObjectiveActivated' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective, K2Node_Event_ObjectiveCompleted) == 0x000010, "Member 'WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective::K2Node_Event_ObjectiveCompleted' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective, K2Node_Event_ObjectiveFailed) == 0x000018, "Member 'WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective::K2Node_Event_ObjectiveFailed' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective, K2Node_MakeStruct_LinearColor) == 0x000020, "Member 'WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective, K2Node_Event_ObjectiveInit) == 0x000030, "Member 'WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective::K2Node_Event_ObjectiveInit' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective, K2Node_Event_bIsSubObjective) == 0x000038, "Member 'WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective::K2Node_Event_bIsSubObjective' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective, CallFunc_IsActive_ReturnValue) == 0x000039, "Member 'WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective::CallFunc_IsActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective, K2Node_MakeStruct_LinearColor_1) == 0x00003C, "Member 'WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective, K2Node_Event_ObjectiveDisabled) == 0x000050, "Member 'WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective::K2Node_Event_ObjectiveDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective, CallFunc_PlayAnimation_ReturnValue) == 0x000058, "Member 'WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective, CallFunc_PlayAnimation_ReturnValue_1) == 0x000060, "Member 'WBP_UI_Widget_Overlay_SubObjective_C_ExecuteUbergraph_WBP_UI_Widget_Overlay_SubObjective::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveDisabled \ +static_assert(alignof(WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveDisabled) == 0x000008, "Wrong alignment on WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveDisabled"); \ +static_assert(sizeof(WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveDisabled) == 0x000008, "Wrong size on WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveDisabled"); \ +static_assert(offsetof(WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveDisabled, Param_ObjectiveDisabled_0) == 0x000000, "Member 'WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveDisabled::Param_ObjectiveDisabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveFailed \ +static_assert(alignof(WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveFailed) == 0x000008, "Wrong alignment on WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveFailed"); \ +static_assert(sizeof(WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveFailed) == 0x000008, "Wrong size on WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveFailed"); \ +static_assert(offsetof(WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveFailed, Param_ObjectiveFailed_0) == 0x000000, "Member 'WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveFailed::Param_ObjectiveFailed_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveCompleted \ +static_assert(alignof(WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveCompleted) == 0x000008, "Wrong alignment on WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveCompleted"); \ +static_assert(sizeof(WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveCompleted) == 0x000008, "Wrong size on WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveCompleted"); \ +static_assert(offsetof(WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveCompleted, Param_ObjectiveCompleted_0) == 0x000000, "Member 'WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveCompleted::Param_ObjectiveCompleted_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveActivated \ +static_assert(alignof(WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveActivated) == 0x000008, "Wrong alignment on WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveActivated"); \ +static_assert(sizeof(WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveActivated) == 0x000008, "Wrong size on WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveActivated"); \ +static_assert(offsetof(WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveActivated, Param_ObjectiveActivated_0) == 0x000000, "Member 'WBP_UI_Widget_Overlay_SubObjective_C_ObjectiveActivated::Param_ObjectiveActivated_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Overlay_SubObjective_C_OnObjectiveInitialized \ +static_assert(alignof(WBP_UI_Widget_Overlay_SubObjective_C_OnObjectiveInitialized) == 0x000008, "Wrong alignment on WBP_UI_Widget_Overlay_SubObjective_C_OnObjectiveInitialized"); \ +static_assert(sizeof(WBP_UI_Widget_Overlay_SubObjective_C_OnObjectiveInitialized) == 0x000010, "Wrong size on WBP_UI_Widget_Overlay_SubObjective_C_OnObjectiveInitialized"); \ +static_assert(offsetof(WBP_UI_Widget_Overlay_SubObjective_C_OnObjectiveInitialized, ObjectiveInit) == 0x000000, "Member 'WBP_UI_Widget_Overlay_SubObjective_C_OnObjectiveInitialized::ObjectiveInit' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Overlay_SubObjective_C_OnObjectiveInitialized, bIsSubObjective) == 0x000008, "Member 'WBP_UI_Widget_Overlay_SubObjective_C_OnObjectiveInitialized::bIsSubObjective' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Overlay_SubObjective_C_SetObjectiveIntel \ +static_assert(alignof(WBP_UI_Widget_Overlay_SubObjective_C_SetObjectiveIntel) == 0x000008, "Wrong alignment on WBP_UI_Widget_Overlay_SubObjective_C_SetObjectiveIntel"); \ +static_assert(sizeof(WBP_UI_Widget_Overlay_SubObjective_C_SetObjectiveIntel) == 0x000010, "Wrong size on WBP_UI_Widget_Overlay_SubObjective_C_SetObjectiveIntel"); \ +static_assert(offsetof(WBP_UI_Widget_Overlay_SubObjective_C_SetObjectiveIntel, Objective_0) == 0x000000, "Member 'WBP_UI_Widget_Overlay_SubObjective_C_SetObjectiveIntel::Objective_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Overlay_SubObjective_C_SetObjectiveIntel, CallFunc_TextIsEmpty_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_Overlay_SubObjective_C_SetObjectiveIntel::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Overlay_SubObjective_C_SetObjectiveIntel, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'WBP_UI_Widget_Overlay_SubObjective_C_SetObjectiveIntel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_Overlay_SubObjective_C \ +static_assert(alignof(UWBP_UI_Widget_Overlay_SubObjective_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_Overlay_SubObjective_C"); \ +static_assert(sizeof(UWBP_UI_Widget_Overlay_SubObjective_C) == 0x000340, "Wrong size on UWBP_UI_Widget_Overlay_SubObjective_C"); \ +static_assert(offsetof(UWBP_UI_Widget_Overlay_SubObjective_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_UI_Widget_Overlay_SubObjective_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Overlay_SubObjective_C, CompletedAnimation) == 0x000300, "Member 'UWBP_UI_Widget_Overlay_SubObjective_C::CompletedAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Overlay_SubObjective_C, FailedAnimation) == 0x000308, "Member 'UWBP_UI_Widget_Overlay_SubObjective_C::FailedAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Overlay_SubObjective_C, Image_Background) == 0x000310, "Member 'UWBP_UI_Widget_Overlay_SubObjective_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Overlay_SubObjective_C, Image_CheckBox) == 0x000318, "Member 'UWBP_UI_Widget_Overlay_SubObjective_C::Image_CheckBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Overlay_SubObjective_C, Image_Crossout) == 0x000320, "Member 'UWBP_UI_Widget_Overlay_SubObjective_C::Image_Crossout' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Overlay_SubObjective_C, Image_OnComplete) == 0x000328, "Member 'UWBP_UI_Widget_Overlay_SubObjective_C::Image_OnComplete' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Overlay_SubObjective_C, Text_Failed) == 0x000330, "Member 'UWBP_UI_Widget_Overlay_SubObjective_C::Text_Failed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Overlay_SubObjective_C, Text_ObjectiveIntel) == 0x000338, "Member 'UWBP_UI_Widget_Overlay_SubObjective_C::Text_ObjectiveIntel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_Shotgun_FSA12_C \ +static_assert(alignof(UCS_FireWeapon_Shotgun_FSA12_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_Shotgun_FSA12_C"); \ +static_assert(sizeof(UCS_FireWeapon_Shotgun_FSA12_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_Shotgun_FSA12_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_CrewCarryStatusItem_C_OnChanged \ +static_assert(alignof(WBP_UI_Widget_CrewCarryStatusItem_C_OnChanged) == 0x000008, "Wrong alignment on WBP_UI_Widget_CrewCarryStatusItem_C_OnChanged"); \ +static_assert(sizeof(WBP_UI_Widget_CrewCarryStatusItem_C_OnChanged) == 0x000028, "Wrong size on WBP_UI_Widget_CrewCarryStatusItem_C_OnChanged"); \ +static_assert(offsetof(WBP_UI_Widget_CrewCarryStatusItem_C_OnChanged, Type) == 0x000000, "Member 'WBP_UI_Widget_CrewCarryStatusItem_C_OnChanged::Type' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrewCarryStatusItem_C_OnChanged, IsAdded) == 0x000008, "Member 'WBP_UI_Widget_CrewCarryStatusItem_C_OnChanged::IsAdded' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrewCarryStatusItem_C_OnChanged, Temp_byte_Variable) == 0x000009, "Member 'WBP_UI_Widget_CrewCarryStatusItem_C_OnChanged::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrewCarryStatusItem_C_OnChanged, Temp_byte_Variable_1) == 0x00000A, "Member 'WBP_UI_Widget_CrewCarryStatusItem_C_OnChanged::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrewCarryStatusItem_C_OnChanged, Temp_bool_Variable) == 0x00000B, "Member 'WBP_UI_Widget_CrewCarryStatusItem_C_OnChanged::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrewCarryStatusItem_C_OnChanged, K2Node_Select_Default) == 0x00000C, "Member 'WBP_UI_Widget_CrewCarryStatusItem_C_OnChanged::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrewCarryStatusItem_C_OnChanged, CallFunc_IsValid_ReturnValue) == 0x00000D, "Member 'WBP_UI_Widget_CrewCarryStatusItem_C_OnChanged::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrewCarryStatusItem_C_OnChanged, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000010, "Member 'WBP_UI_Widget_CrewCarryStatusItem_C_OnChanged::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CrewCarryStatusItem_C_OnChanged, CallFunc_IsValid_ReturnValue_1) == 0x000020, "Member 'WBP_UI_Widget_CrewCarryStatusItem_C_OnChanged::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_CrewCarryStatusItem_C \ +static_assert(alignof(UWBP_UI_Widget_CrewCarryStatusItem_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_CrewCarryStatusItem_C"); \ +static_assert(sizeof(UWBP_UI_Widget_CrewCarryStatusItem_C) == 0x000298, "Wrong size on UWBP_UI_Widget_CrewCarryStatusItem_C"); \ +static_assert(offsetof(UWBP_UI_Widget_CrewCarryStatusItem_C, BagIcon) == 0x000290, "Member 'UWBP_UI_Widget_CrewCarryStatusItem_C::BagIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Overlay_Objective_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Objective \ +static_assert(alignof(WBP_UI_HUD_Overlay_Objective_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Objective) == 0x000008, "Wrong alignment on WBP_UI_HUD_Overlay_Objective_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Objective"); \ +static_assert(sizeof(WBP_UI_HUD_Overlay_Objective_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Objective) == 0x000020, "Wrong size on WBP_UI_HUD_Overlay_Objective_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Objective"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Objective_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Objective, EntryPoint) == 0x000000, "Member 'WBP_UI_HUD_Overlay_Objective_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Objective::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Objective_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Objective, K2Node_Event_Animation) == 0x000008, "Member 'WBP_UI_HUD_Overlay_Objective_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Objective::K2Node_Event_Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Objective_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Objective, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'WBP_UI_HUD_Overlay_Objective_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Objective::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Objective_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Objective, K2Node_Event_ObjectiveActivated) == 0x000018, "Member 'WBP_UI_HUD_Overlay_Objective_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Objective::K2Node_Event_ObjectiveActivated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Overlay_Objective_C_ObjectiveActivated \ +static_assert(alignof(WBP_UI_HUD_Overlay_Objective_C_ObjectiveActivated) == 0x000008, "Wrong alignment on WBP_UI_HUD_Overlay_Objective_C_ObjectiveActivated"); \ +static_assert(sizeof(WBP_UI_HUD_Overlay_Objective_C_ObjectiveActivated) == 0x000008, "Wrong size on WBP_UI_HUD_Overlay_Objective_C_ObjectiveActivated"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Objective_C_ObjectiveActivated, Param_ObjectiveActivated_0) == 0x000000, "Member 'WBP_UI_HUD_Overlay_Objective_C_ObjectiveActivated::Param_ObjectiveActivated_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Overlay_Objective_C_OnAnimationFinished \ +static_assert(alignof(WBP_UI_HUD_Overlay_Objective_C_OnAnimationFinished) == 0x000008, "Wrong alignment on WBP_UI_HUD_Overlay_Objective_C_OnAnimationFinished"); \ +static_assert(sizeof(WBP_UI_HUD_Overlay_Objective_C_OnAnimationFinished) == 0x000008, "Wrong size on WBP_UI_HUD_Overlay_Objective_C_OnAnimationFinished"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Objective_C_OnAnimationFinished, Animation) == 0x000000, "Member 'WBP_UI_HUD_Overlay_Objective_C_OnAnimationFinished::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Overlay_Objective_C_SetObjectiveIntel \ +static_assert(alignof(WBP_UI_HUD_Overlay_Objective_C_SetObjectiveIntel) == 0x000008, "Wrong alignment on WBP_UI_HUD_Overlay_Objective_C_SetObjectiveIntel"); \ +static_assert(sizeof(WBP_UI_HUD_Overlay_Objective_C_SetObjectiveIntel) == 0x000010, "Wrong size on WBP_UI_HUD_Overlay_Objective_C_SetObjectiveIntel"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Objective_C_SetObjectiveIntel, Objective_0) == 0x000000, "Member 'WBP_UI_HUD_Overlay_Objective_C_SetObjectiveIntel::Objective_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Objective_C_SetObjectiveIntel, CallFunc_TextIsEmpty_ReturnValue) == 0x000008, "Member 'WBP_UI_HUD_Overlay_Objective_C_SetObjectiveIntel::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Objective_C_SetObjectiveIntel, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'WBP_UI_HUD_Overlay_Objective_C_SetObjectiveIntel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_HUD_Overlay_Objective_C \ +static_assert(alignof(UWBP_UI_HUD_Overlay_Objective_C) == 0x000008, "Wrong alignment on UWBP_UI_HUD_Overlay_Objective_C"); \ +static_assert(sizeof(UWBP_UI_HUD_Overlay_Objective_C) == 0x000320, "Wrong size on UWBP_UI_HUD_Overlay_Objective_C"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Objective_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_UI_HUD_Overlay_Objective_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Objective_C, OnFinishedAnimation) == 0x000300, "Member 'UWBP_UI_HUD_Overlay_Objective_C::OnFinishedAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Objective_C, Image_135) == 0x000308, "Member 'UWBP_UI_HUD_Overlay_Objective_C::Image_135' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Objective_C, Image_Background) == 0x000310, "Member 'UWBP_UI_HUD_Overlay_Objective_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Objective_C, Text_ObjectiveIntel) == 0x000318, "Member 'UWBP_UI_HUD_Overlay_Objective_C::Text_ObjectiveIntel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_ActionControlReference_C \ +static_assert(alignof(UWBP_UI_ActionControlReference_C) == 0x000008, "Wrong alignment on UWBP_UI_ActionControlReference_C"); \ +static_assert(sizeof(UWBP_UI_ActionControlReference_C) == 0x000328, "Wrong size on UWBP_UI_ActionControlReference_C"); \ +static_assert(offsetof(UWBP_UI_ActionControlReference_C, Image_Background) == 0x000320, "Member 'UWBP_UI_ActionControlReference_C::Image_Background' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_AxisControl_C_ExecuteUbergraph_WBP_UI_HUD_AxisControl \ +static_assert(alignof(WBP_UI_HUD_AxisControl_C_ExecuteUbergraph_WBP_UI_HUD_AxisControl) == 0x000004, "Wrong alignment on WBP_UI_HUD_AxisControl_C_ExecuteUbergraph_WBP_UI_HUD_AxisControl"); \ +static_assert(sizeof(WBP_UI_HUD_AxisControl_C_ExecuteUbergraph_WBP_UI_HUD_AxisControl) == 0x000008, "Wrong size on WBP_UI_HUD_AxisControl_C_ExecuteUbergraph_WBP_UI_HUD_AxisControl"); \ +static_assert(offsetof(WBP_UI_HUD_AxisControl_C_ExecuteUbergraph_WBP_UI_HUD_AxisControl, EntryPoint) == 0x000000, "Member 'WBP_UI_HUD_AxisControl_C_ExecuteUbergraph_WBP_UI_HUD_AxisControl::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_AxisControl_C_ExecuteUbergraph_WBP_UI_HUD_AxisControl, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_HUD_AxisControl_C_ExecuteUbergraph_WBP_UI_HUD_AxisControl::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_AxisControl_C_PreConstruct \ +static_assert(alignof(WBP_UI_HUD_AxisControl_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_HUD_AxisControl_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_HUD_AxisControl_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_HUD_AxisControl_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_HUD_AxisControl_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_HUD_AxisControl_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_HUD_AxisControl_C \ +static_assert(alignof(UWBP_UI_HUD_AxisControl_C) == 0x000008, "Wrong alignment on UWBP_UI_HUD_AxisControl_C"); \ +static_assert(sizeof(UWBP_UI_HUD_AxisControl_C) == 0x0002D0, "Wrong size on UWBP_UI_HUD_AxisControl_C"); \ +static_assert(offsetof(UWBP_UI_HUD_AxisControl_C, UberGraphFrame) == 0x0002C0, "Member 'UWBP_UI_HUD_AxisControl_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_AxisControl_C, Image_Background) == 0x0002C8, "Member 'UWBP_UI_HUD_AxisControl_C::Image_Background' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_CollectedBagIcon_C_CollectBag \ +static_assert(alignof(WBP_UI_Widget_CollectedBagIcon_C_CollectBag) == 0x000008, "Wrong alignment on WBP_UI_Widget_CollectedBagIcon_C_CollectBag"); \ +static_assert(sizeof(WBP_UI_Widget_CollectedBagIcon_C_CollectBag) == 0x000008, "Wrong size on WBP_UI_Widget_CollectedBagIcon_C_CollectBag"); \ +static_assert(offsetof(WBP_UI_Widget_CollectedBagIcon_C_CollectBag, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_CollectedBagIcon_C_CollectBag::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_CollectedBagIcon_C \ +static_assert(alignof(UWBP_UI_Widget_CollectedBagIcon_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_CollectedBagIcon_C"); \ +static_assert(sizeof(UWBP_UI_Widget_CollectedBagIcon_C) == 0x0002A0, "Wrong size on UWBP_UI_Widget_CollectedBagIcon_C"); \ +static_assert(offsetof(UWBP_UI_Widget_CollectedBagIcon_C, OnBagCollected) == 0x000290, "Member 'UWBP_UI_Widget_CollectedBagIcon_C::OnBagCollected' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_CollectedBagIcon_C, Image_IconBag) == 0x000298, "Member 'UWBP_UI_Widget_CollectedBagIcon_C::Image_IconBag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCS_ThePunch_Heavy_Right_C \ +static_assert(alignof(UCS_ThePunch_Heavy_Right_C) == 0x000010, "Wrong alignment on UCS_ThePunch_Heavy_Right_C"); \ +static_assert(sizeof(UCS_ThePunch_Heavy_Right_C) == 0x0001B0, "Wrong size on UCS_ThePunch_Heavy_Right_C"); \ + +#define DUMPER7_ASSERTS_FST_MissionPayout \ +static_assert(alignof(FST_MissionPayout) == 0x000008, "Wrong alignment on FST_MissionPayout"); \ +static_assert(sizeof(FST_MissionPayout) == 0x000118, "Wrong size on FST_MissionPayout"); \ +static_assert(offsetof(FST_MissionPayout, StealthLootValuesArray_5_01E54386466F5FA1823A59B164DB5291) == 0x000000, "Member 'FST_MissionPayout::StealthLootValuesArray_5_01E54386466F5FA1823A59B164DB5291' has a wrong offset!"); \ +static_assert(offsetof(FST_MissionPayout, LoudLootValuesArray_7_41B646D44C227740664B6A84F232EC38) == 0x000050, "Member 'FST_MissionPayout::LoudLootValuesArray_7_41B646D44C227740664B6A84F232EC38' has a wrong offset!"); \ +static_assert(offsetof(FST_MissionPayout, InstantLootValues_11_164DE60A47539652EAF212B6BD4A8B19) == 0x0000A0, "Member 'FST_MissionPayout::InstantLootValues_11_164DE60A47539652EAF212B6BD4A8B19' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTouchTheSky_WindShake_C \ +static_assert(alignof(UTouchTheSky_WindShake_C) == 0x000010, "Wrong alignment on UTouchTheSky_WindShake_C"); \ +static_assert(sizeof(UTouchTheSky_WindShake_C) == 0x0000B0, "Wrong size on UTouchTheSky_WindShake_C"); \ + +#define DUMPER7_ASSERTS_FST_InstantLootValue \ +static_assert(alignof(FST_InstantLootValue) == 0x000008, "Wrong alignment on FST_InstantLootValue"); \ +static_assert(sizeof(FST_InstantLootValue) == 0x000078, "Wrong size on FST_InstantLootValue"); \ +static_assert(offsetof(FST_InstantLootValue, StealthMaxPayoutArray_5_E70B0E8741C200F9378C1B84E3AD3D3B) == 0x000000, "Member 'FST_InstantLootValue::StealthMaxPayoutArray_5_E70B0E8741C200F9378C1B84E3AD3D3B' has a wrong offset!"); \ +static_assert(offsetof(FST_InstantLootValue, LoudMaxPayoutArray_3_E8CA85934967355D1A8C5798180A4F7A) == 0x000010, "Member 'FST_InstantLootValue::LoudMaxPayoutArray_3_E8CA85934967355D1A8C5798180A4F7A' has a wrong offset!"); \ +static_assert(offsetof(FST_InstantLootValue, TotalPoints_8_E886E4CC4777D0DAC3CF4A87564D6020) == 0x000020, "Member 'FST_InstantLootValue::TotalPoints_8_E886E4CC4777D0DAC3CF4A87564D6020' has a wrong offset!"); \ +static_assert(offsetof(FST_InstantLootValue, NameToPointMap_13_45055C5941BFDC38A3FBD28E5646CDBE) == 0x000028, "Member 'FST_InstantLootValue::NameToPointMap_13_45055C5941BFDC38A3FBD28E5646CDBE' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FST_DifficultyBasedValue \ +static_assert(alignof(FST_DifficultyBasedValue) == 0x000008, "Wrong alignment on FST_DifficultyBasedValue"); \ +static_assert(sizeof(FST_DifficultyBasedValue) == 0x000010, "Wrong size on FST_DifficultyBasedValue"); \ +static_assert(offsetof(FST_DifficultyBasedValue, values_3_A51CA9B24B6B9CF95F272F98ED28326D) == 0x000000, "Member 'FST_DifficultyBasedValue::values_3_A51CA9B24B6B9CF95F272F98ED28326D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable \ +static_assert(alignof(BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable) == 0x000004, "Wrong alignment on BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable"); \ +static_assert(sizeof(BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable) == 0x0000C4, "Wrong size on BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable"); \ +static_assert(offsetof(BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable, EntryPoint) == 0x000000, "Member 'BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable, Temp_bool_Variable) == 0x000004, "Member 'BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable, Temp_float_Variable) == 0x000008, "Member 'BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable, K2Node_Event_bNewState) == 0x00000C, "Member 'BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable::K2Node_Event_bNewState' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable, K2Node_Event_bDoCosmentics) == 0x00000D, "Member 'BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable::K2Node_Event_bDoCosmentics' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable, CallFunc_GetTimelineLength_ReturnValue) == 0x000010, "Member 'BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable::CallFunc_GetTimelineLength_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable, K2Node_Select_Default) == 0x000014, "Member 'BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable, CallFunc_Add_VectorVector_ReturnValue) == 0x000018, "Member 'BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable, CallFunc_VLerp_ReturnValue) == 0x000024, "Member 'BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000030, "Member 'BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0000C0, "Member 'BP_BaseMovingInteractable_C_ExecuteUbergraph_BP_BaseMovingInteractable::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BaseMovingInteractable_C_BP_OnStateChanged \ +static_assert(alignof(BP_BaseMovingInteractable_C_BP_OnStateChanged) == 0x000001, "Wrong alignment on BP_BaseMovingInteractable_C_BP_OnStateChanged"); \ +static_assert(sizeof(BP_BaseMovingInteractable_C_BP_OnStateChanged) == 0x000002, "Wrong size on BP_BaseMovingInteractable_C_BP_OnStateChanged"); \ +static_assert(offsetof(BP_BaseMovingInteractable_C_BP_OnStateChanged, bNewState) == 0x000000, "Member 'BP_BaseMovingInteractable_C_BP_OnStateChanged::bNewState' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseMovingInteractable_C_BP_OnStateChanged, bDoCosmentics) == 0x000001, "Member 'BP_BaseMovingInteractable_C_BP_OnStateChanged::bDoCosmentics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BaseMovingInteractable_C_UserConstructionScript \ +static_assert(alignof(BP_BaseMovingInteractable_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_BaseMovingInteractable_C_UserConstructionScript"); \ +static_assert(sizeof(BP_BaseMovingInteractable_C_UserConstructionScript) == 0x00000C, "Wrong size on BP_BaseMovingInteractable_C_UserConstructionScript"); \ +static_assert(offsetof(BP_BaseMovingInteractable_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'BP_BaseMovingInteractable_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_BaseMovingInteractable_C \ +static_assert(alignof(ABP_BaseMovingInteractable_C) == 0x000008, "Wrong alignment on ABP_BaseMovingInteractable_C"); \ +static_assert(sizeof(ABP_BaseMovingInteractable_C) == 0x000310, "Wrong size on ABP_BaseMovingInteractable_C"); \ +static_assert(offsetof(ABP_BaseMovingInteractable_C, UberGraphFrame) == 0x0002C8, "Member 'ABP_BaseMovingInteractable_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_BaseMovingInteractable_C, SBZOutline) == 0x0002D0, "Member 'ABP_BaseMovingInteractable_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_BaseMovingInteractable_C, StaticMesh) == 0x0002D8, "Member 'ABP_BaseMovingInteractable_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_BaseMovingInteractable_C, DefaultSceneRoot) == 0x0002E0, "Member 'ABP_BaseMovingInteractable_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_BaseMovingInteractable_C, MoveTimeLine_MoveDelta_27983FB14A284A0D7A681685AF58BF1E) == 0x0002E8, "Member 'ABP_BaseMovingInteractable_C::MoveTimeLine_MoveDelta_27983FB14A284A0D7A681685AF58BF1E' has a wrong offset!"); \ +static_assert(offsetof(ABP_BaseMovingInteractable_C, MoveTimeLine__Direction_27983FB14A284A0D7A681685AF58BF1E) == 0x0002EC, "Member 'ABP_BaseMovingInteractable_C::MoveTimeLine__Direction_27983FB14A284A0D7A681685AF58BF1E' has a wrong offset!"); \ +static_assert(offsetof(ABP_BaseMovingInteractable_C, MoveTimeLine) == 0x0002F0, "Member 'ABP_BaseMovingInteractable_C::MoveTimeLine' has a wrong offset!"); \ +static_assert(offsetof(ABP_BaseMovingInteractable_C, MoveEndPosition) == 0x0002F8, "Member 'ABP_BaseMovingInteractable_C::MoveEndPosition' has a wrong offset!"); \ +static_assert(offsetof(ABP_BaseMovingInteractable_C, IniitialPosition) == 0x000304, "Member 'ABP_BaseMovingInteractable_C::IniitialPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag \ +static_assert(alignof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag) == 0x000008, "Wrong alignment on BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag"); \ +static_assert(sizeof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag) == 0x000120, "Wrong size on BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, EntryPoint) == 0x000000, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, K2Node_ComponentBoundEvent_Interactable) == 0x000008, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, K2Node_ComponentBoundEvent_Interactor) == 0x000010, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000018, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, Temp_struct_Variable) == 0x000020, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, Temp_delegate_Variable) == 0x000030, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, Temp_struct_Variable_1) == 0x000048, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, Temp_delegate_Variable_1) == 0x000058, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, Temp_struct_Variable_2) == 0x000070, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, Temp_delegate_Variable_2) == 0x000080, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, Temp_struct_Variable_3) == 0x000098, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, Temp_delegate_Variable_3) == 0x0000A8, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, K2Node_ComponentBoundEvent_ShoutTarget) == 0x0000C0, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::K2Node_ComponentBoundEvent_ShoutTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, K2Node_ComponentBoundEvent_Shouter) == 0x0000C8, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::K2Node_ComponentBoundEvent_Shouter' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, K2Node_Event_ChargesChangeTo) == 0x0000D0, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::K2Node_Event_ChargesChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, K2Node_Event_bDoCosmetics) == 0x0000D4, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, K2Node_ComponentBoundEvent_Component) == 0x0000D8, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::K2Node_ComponentBoundEvent_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, K2Node_ComponentBoundEvent_bReset) == 0x0000E0, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::K2Node_ComponentBoundEvent_bReset' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, K2Node_ComponentBoundEvent_Interactable_2) == 0x0000E8, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::K2Node_ComponentBoundEvent_Interactable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, K2Node_ComponentBoundEvent_Interactor_2) == 0x0000F0, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::K2Node_ComponentBoundEvent_Interactor_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_2) == 0x0000F8, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, CallFunc_PostEvent_ReturnValue) == 0x0000FC, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, K2Node_ComponentBoundEvent_Interactable_1) == 0x000100, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::K2Node_ComponentBoundEvent_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, K2Node_ComponentBoundEvent_Interactor_1) == 0x000108, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::K2Node_ComponentBoundEvent_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1) == 0x000110, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, CallFunc_PostEvent_ReturnValue_1) == 0x000114, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, CallFunc_PostEvent_ReturnValue_2) == 0x000118, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag, CallFunc_PostEvent_ReturnValue_3) == 0x00011C, "Member 'BP_Placeable_DoctorBag_C_ExecuteUbergraph_BP_Placeable_DoctorBag::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature \ +static_assert(alignof(BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature) == 0x000010, "Wrong size on BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature, Component) == 0x000000, "Member 'BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature::Component' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature, bReset) == 0x000008, "Member 'BP_Placeable_DoctorBag_C_BndEvt__BP_Placeable_DoctorBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature::bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Placeable_DoctorBag_C_OnChargesChanged \ +static_assert(alignof(BP_Placeable_DoctorBag_C_OnChargesChanged) == 0x000004, "Wrong alignment on BP_Placeable_DoctorBag_C_OnChargesChanged"); \ +static_assert(sizeof(BP_Placeable_DoctorBag_C_OnChargesChanged) == 0x000008, "Wrong size on BP_Placeable_DoctorBag_C_OnChargesChanged"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_OnChargesChanged, ChargesChangeTo) == 0x000000, "Member 'BP_Placeable_DoctorBag_C_OnChargesChanged::ChargesChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_OnChargesChanged, bDoCosmetics) == 0x000004, "Member 'BP_Placeable_DoctorBag_C_OnChargesChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Placeable_DoctorBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature \ +static_assert(alignof(BP_Placeable_DoctorBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_Placeable_DoctorBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_Placeable_DoctorBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature) == 0x000010, "Wrong size on BP_Placeable_DoctorBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature, ShoutTarget) == 0x000000, "Member 'BP_Placeable_DoctorBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature::ShoutTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature, Shouter) == 0x000008, "Member 'BP_Placeable_DoctorBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature::Shouter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Placeable_DoctorBag_C_UpdateCharges \ +static_assert(alignof(BP_Placeable_DoctorBag_C_UpdateCharges) == 0x000008, "Wrong alignment on BP_Placeable_DoctorBag_C_UpdateCharges"); \ +static_assert(sizeof(BP_Placeable_DoctorBag_C_UpdateCharges) == 0x000020, "Wrong size on BP_Placeable_DoctorBag_C_UpdateCharges"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_UpdateCharges, NewChargeCount) == 0x000000, "Member 'BP_Placeable_DoctorBag_C_UpdateCharges::NewChargeCount' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_UpdateCharges, Temp_int_Variable) == 0x000004, "Member 'BP_Placeable_DoctorBag_C_UpdateCharges::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_UpdateCharges, CallFunc_FTrunc_ReturnValue) == 0x000008, "Member 'BP_Placeable_DoctorBag_C_UpdateCharges::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_UpdateCharges, Temp_int_Variable_1) == 0x00000C, "Member 'BP_Placeable_DoctorBag_C_UpdateCharges::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_UpdateCharges, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000010, "Member 'BP_Placeable_DoctorBag_C_UpdateCharges::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_UpdateCharges, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000011, "Member 'BP_Placeable_DoctorBag_C_UpdateCharges::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_UpdateCharges, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_Placeable_DoctorBag_C_UpdateCharges::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_DoctorBag_C_UpdateCharges, K2Node_Select_Default) == 0x000018, "Member 'BP_Placeable_DoctorBag_C_UpdateCharges::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Placeable_DoctorBag_C \ +static_assert(alignof(ABP_Placeable_DoctorBag_C) == 0x000010, "Wrong alignment on ABP_Placeable_DoctorBag_C"); \ +static_assert(sizeof(ABP_Placeable_DoctorBag_C) == 0x0005D0, "Wrong size on ABP_Placeable_DoctorBag_C"); \ +static_assert(offsetof(ABP_Placeable_DoctorBag_C, UberGraphFrame) == 0x000560, "Member 'ABP_Placeable_DoctorBag_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_DoctorBag_C, Charge7) == 0x000568, "Member 'ABP_Placeable_DoctorBag_C::Charge7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_DoctorBag_C, Charge6) == 0x000570, "Member 'ABP_Placeable_DoctorBag_C::Charge6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_DoctorBag_C, Charge5) == 0x000578, "Member 'ABP_Placeable_DoctorBag_C::Charge5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_DoctorBag_C, Charge0) == 0x000580, "Member 'ABP_Placeable_DoctorBag_C::Charge0' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_DoctorBag_C, Charge1) == 0x000588, "Member 'ABP_Placeable_DoctorBag_C::Charge1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_DoctorBag_C, Charge2) == 0x000590, "Member 'ABP_Placeable_DoctorBag_C::Charge2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_DoctorBag_C, Charge3) == 0x000598, "Member 'ABP_Placeable_DoctorBag_C::Charge3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_DoctorBag_C, Charge4) == 0x0005A0, "Member 'ABP_Placeable_DoctorBag_C::Charge4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_DoctorBag_C, SBZShoutTarget) == 0x0005A8, "Member 'ABP_Placeable_DoctorBag_C::SBZShoutTarget' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_DoctorBag_C, Timeline_0__Direction_5101A7B64F911B575E335F96DB95F4F9) == 0x0005B0, "Member 'ABP_Placeable_DoctorBag_C::Timeline_0__Direction_5101A7B64F911B575E335F96DB95F4F9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_DoctorBag_C, Timeline_0) == 0x0005B8, "Member 'ABP_Placeable_DoctorBag_C::Timeline_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_DoctorBag_C, ReplicatedMarkerID) == 0x0005C0, "Member 'ABP_Placeable_DoctorBag_C::ReplicatedMarkerID' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_DoctorBag_C, HasBeenMarked) == 0x0005C4, "Member 'ABP_Placeable_DoctorBag_C::HasBeenMarked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right \ +static_assert(alignof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right) == 0x000008, "Wrong alignment on WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right"); \ +static_assert(sizeof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right) == 0x000408, "Wrong size on WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, EntryPoint) == 0x000000, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, K2Node_CustomEvent_Loaded_2) == 0x000008, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::K2Node_CustomEvent_Loaded_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, Temp_object_Variable) == 0x000028, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000030, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, K2Node_DynamicCast_AsPD3Security_Company_Data_Asset) == 0x000038, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::K2Node_DynamicCast_AsPD3Security_Company_Data_Asset' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, Temp_int_Array_Index_Variable) == 0x000044, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, Temp_int_Loop_Counter_Variable) == 0x000048, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, K2Node_CreateDelegate_OutputDelegate_1) == 0x000050, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_Array_Get_Item) == 0x000064, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_Array_Length_ReturnValue_1) == 0x00006C, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_Greater_IntInt_ReturnValue) == 0x000071, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, Temp_int_Loop_Counter_Variable_1) == 0x000074, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_Add_IntInt_ReturnValue_1) == 0x000078, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, Temp_int_Array_Index_Variable_1) == 0x00007C, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, K2Node_CreateDelegate_OutputDelegate_2) == 0x000080, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000098, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, Temp_int_Variable) == 0x0000A0, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_GetUIManager_ReturnValue) == 0x0000A8, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_GetGameState_ReturnValue) == 0x0000B0, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, K2Node_DynamicCast_AsPD3Heist_Game_State) == 0x0000B8, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::K2Node_DynamicCast_AsPD3Heist_Game_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_GetSecurityCompanies_ReturnValue) == 0x0000C8, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_GetSecurityCompanies_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_GetSecurityCompanyData_ReturnValue) == 0x0000D8, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_GetSecurityCompanyData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_Array_Length_ReturnValue_2) == 0x000108, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_Array_Add_ReturnValue) == 0x00010C, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_Array_Length_ReturnValue_3) == 0x000110, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000114, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_GetAllActorsOfClass_OutActors) == 0x000118, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, K2Node_CustomEvent_InstantLoot) == 0x000128, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::K2Node_CustomEvent_InstantLoot' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, K2Node_CustomEvent_TakenByPlayer) == 0x000130, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::K2Node_CustomEvent_TakenByPlayer' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_Array_Get_Item_1) == 0x000138, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_GetObjectClass_ReturnValue) == 0x000140, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_Array_Length_ReturnValue_4) == 0x000148, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_GetClassDisplayName_ReturnValue) == 0x000150, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_Less_IntInt_ReturnValue_1) == 0x000160, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_RegexReplace_ReturnValue) == 0x000168, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_RegexReplace_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_GetCurrentLevelName_ReturnValue) == 0x000178, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_GetCurrentLevelName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_Conv_StringToName_ReturnValue) == 0x000188, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_GetDataTableRowFromName_OutRow) == 0x000198, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0002B0, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_GetGameEventBroker_ReturnValue) == 0x0002B8, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_GetGameEventBroker_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_Map_Find_Value) == 0x0002C0, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_Map_Find_ReturnValue) == 0x0002C4, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_Add_IntInt_ReturnValue_2) == 0x0002C8, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, K2Node_CustomEvent_DamageEventData) == 0x0002D0, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::K2Node_CustomEvent_DamageEventData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_GetLocalPlayerPawn_ReturnValue) == 0x000398, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_GetLocalPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, K2Node_DynamicCast_AsSBZAICharacter) == 0x0003A0, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::K2Node_DynamicCast_AsSBZAICharacter' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, K2Node_DynamicCast_bSuccess_2) == 0x0003A8, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0003A9, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_HasMatchingGameplayTag_self_CastInput) == 0x0003B0, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_HasMatchingGameplayTag_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x0003C0, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_BooleanAND_ReturnValue) == 0x0003C1, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_MatchesTag_ReturnValue) == 0x0003C2, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_MatchesTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, K2Node_CreateDelegate_OutputDelegate_3) == 0x0003C4, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_BooleanOR_ReturnValue) == 0x0003D8, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_BooleanAND_ReturnValue_1) == 0x0003D9, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, CallFunc_Add_IntInt_ReturnValue_3) == 0x0003DC, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, K2Node_CreateDelegate_OutputDelegate_4) == 0x0003E0, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, K2Node_CustomEvent_Loaded_1) == 0x0003F8, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::K2Node_CustomEvent_Loaded_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right, K2Node_CustomEvent_Loaded) == 0x000400, "Member 'WBP_UI_HUD_Overlay_Right_C_ExecuteUbergraph_WBP_UI_HUD_Overlay_Right::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Overlay_Right_C_OnLoaded_4C4FF35846BF292DCD0C939019476C7F \ +static_assert(alignof(WBP_UI_HUD_Overlay_Right_C_OnLoaded_4C4FF35846BF292DCD0C939019476C7F) == 0x000008, "Wrong alignment on WBP_UI_HUD_Overlay_Right_C_OnLoaded_4C4FF35846BF292DCD0C939019476C7F"); \ +static_assert(sizeof(WBP_UI_HUD_Overlay_Right_C_OnLoaded_4C4FF35846BF292DCD0C939019476C7F) == 0x000008, "Wrong size on WBP_UI_HUD_Overlay_Right_C_OnLoaded_4C4FF35846BF292DCD0C939019476C7F"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_OnLoaded_4C4FF35846BF292DCD0C939019476C7F, Loaded) == 0x000000, "Member 'WBP_UI_HUD_Overlay_Right_C_OnLoaded_4C4FF35846BF292DCD0C939019476C7F::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Overlay_Right_C_OnLoaded_45950CCB4250C2A3A91CA382B6A32B48 \ +static_assert(alignof(WBP_UI_HUD_Overlay_Right_C_OnLoaded_45950CCB4250C2A3A91CA382B6A32B48) == 0x000008, "Wrong alignment on WBP_UI_HUD_Overlay_Right_C_OnLoaded_45950CCB4250C2A3A91CA382B6A32B48"); \ +static_assert(sizeof(WBP_UI_HUD_Overlay_Right_C_OnLoaded_45950CCB4250C2A3A91CA382B6A32B48) == 0x000008, "Wrong size on WBP_UI_HUD_Overlay_Right_C_OnLoaded_45950CCB4250C2A3A91CA382B6A32B48"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_OnLoaded_45950CCB4250C2A3A91CA382B6A32B48, Loaded) == 0x000000, "Member 'WBP_UI_HUD_Overlay_Right_C_OnLoaded_45950CCB4250C2A3A91CA382B6A32B48::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Overlay_Right_C_DamageTaken \ +static_assert(alignof(WBP_UI_HUD_Overlay_Right_C_DamageTaken) == 0x000008, "Wrong alignment on WBP_UI_HUD_Overlay_Right_C_DamageTaken"); \ +static_assert(sizeof(WBP_UI_HUD_Overlay_Right_C_DamageTaken) == 0x0000C8, "Wrong size on WBP_UI_HUD_Overlay_Right_C_DamageTaken"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_DamageTaken, DamageEventData) == 0x000000, "Member 'WBP_UI_HUD_Overlay_Right_C_DamageTaken::DamageEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Overlay_Right_C_InstantLootLooted \ +static_assert(alignof(WBP_UI_HUD_Overlay_Right_C_InstantLootLooted) == 0x000008, "Wrong alignment on WBP_UI_HUD_Overlay_Right_C_InstantLootLooted"); \ +static_assert(sizeof(WBP_UI_HUD_Overlay_Right_C_InstantLootLooted) == 0x000010, "Wrong size on WBP_UI_HUD_Overlay_Right_C_InstantLootLooted"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_InstantLootLooted, InstantLoot) == 0x000000, "Member 'WBP_UI_HUD_Overlay_Right_C_InstantLootLooted::InstantLoot' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_InstantLootLooted, TakenByPlayer) == 0x000008, "Member 'WBP_UI_HUD_Overlay_Right_C_InstantLootLooted::TakenByPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Overlay_Right_C_OnLoaded_F1BFE66E47082A43C1363198541C1669 \ +static_assert(alignof(WBP_UI_HUD_Overlay_Right_C_OnLoaded_F1BFE66E47082A43C1363198541C1669) == 0x000008, "Wrong alignment on WBP_UI_HUD_Overlay_Right_C_OnLoaded_F1BFE66E47082A43C1363198541C1669"); \ +static_assert(sizeof(WBP_UI_HUD_Overlay_Right_C_OnLoaded_F1BFE66E47082A43C1363198541C1669) == 0x000008, "Wrong size on WBP_UI_HUD_Overlay_Right_C_OnLoaded_F1BFE66E47082A43C1363198541C1669"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_OnLoaded_F1BFE66E47082A43C1363198541C1669, Loaded) == 0x000000, "Member 'WBP_UI_HUD_Overlay_Right_C_OnLoaded_F1BFE66E47082A43C1363198541C1669::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies \ +static_assert(alignof(WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies) == 0x000008, "Wrong alignment on WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies"); \ +static_assert(sizeof(WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies) == 0x0000A0, "Wrong size on WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies, LocalSecCompanyList) == 0x000000, "Member 'WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies::LocalSecCompanyList' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies, SecurityCompanyData) == 0x000010, "Member 'WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies::SecurityCompanyData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies, K2Node_MakeStruct_Margin) == 0x000024, "Member 'WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies, CallFunc_Create_ReturnValue) == 0x000038, "Member 'WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000040, "Member 'WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies, CallFunc_Array_Get_Item) == 0x000049, "Member 'WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies, CallFunc_GetSecurityCompanyData_ReturnValue) == 0x000058, "Member 'WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies::CallFunc_GetSecurityCompanyData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000088, "Member 'WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies, K2Node_DynamicCast_AsPD3Security_Company_Data_Asset) == 0x000090, "Member 'WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies::K2Node_DynamicCast_AsPD3Security_Company_Data_Asset' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'WBP_UI_HUD_Overlay_Right_C_SetSecurityCompanies::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Overlay_Right_C_UpdateFavorVisibility \ +static_assert(alignof(WBP_UI_HUD_Overlay_Right_C_UpdateFavorVisibility) == 0x000008, "Wrong alignment on WBP_UI_HUD_Overlay_Right_C_UpdateFavorVisibility"); \ +static_assert(sizeof(WBP_UI_HUD_Overlay_Right_C_UpdateFavorVisibility) == 0x000018, "Wrong size on WBP_UI_HUD_Overlay_Right_C_UpdateFavorVisibility"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_UpdateFavorVisibility, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_HUD_Overlay_Right_C_UpdateFavorVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_UpdateFavorVisibility, Temp_byte_Variable) == 0x000001, "Member 'WBP_UI_HUD_Overlay_Right_C_UpdateFavorVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_UpdateFavorVisibility, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_UI_HUD_Overlay_Right_C_UpdateFavorVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_UpdateFavorVisibility, CallFunc_GetSBZMissionState_ReturnValue) == 0x000008, "Member 'WBP_UI_HUD_Overlay_Right_C_UpdateFavorVisibility::CallFunc_GetSBZMissionState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_UpdateFavorVisibility, CallFunc_IsTutorialLevel_ReturnValue) == 0x000010, "Member 'WBP_UI_HUD_Overlay_Right_C_UpdateFavorVisibility::CallFunc_IsTutorialLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_UpdateFavorVisibility, K2Node_Select_Default) == 0x000011, "Member 'WBP_UI_HUD_Overlay_Right_C_UpdateFavorVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Overlay_Right_C_UpdateDifficulityVisibility \ +static_assert(alignof(WBP_UI_HUD_Overlay_Right_C_UpdateDifficulityVisibility) == 0x000008, "Wrong alignment on WBP_UI_HUD_Overlay_Right_C_UpdateDifficulityVisibility"); \ +static_assert(sizeof(WBP_UI_HUD_Overlay_Right_C_UpdateDifficulityVisibility) == 0x000018, "Wrong size on WBP_UI_HUD_Overlay_Right_C_UpdateDifficulityVisibility"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_UpdateDifficulityVisibility, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_HUD_Overlay_Right_C_UpdateDifficulityVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_UpdateDifficulityVisibility, Temp_byte_Variable) == 0x000001, "Member 'WBP_UI_HUD_Overlay_Right_C_UpdateDifficulityVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_UpdateDifficulityVisibility, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_UI_HUD_Overlay_Right_C_UpdateDifficulityVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_UpdateDifficulityVisibility, CallFunc_GetSBZMissionState_ReturnValue) == 0x000008, "Member 'WBP_UI_HUD_Overlay_Right_C_UpdateDifficulityVisibility::CallFunc_GetSBZMissionState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_UpdateDifficulityVisibility, CallFunc_IsTutorialLevel_ReturnValue) == 0x000010, "Member 'WBP_UI_HUD_Overlay_Right_C_UpdateDifficulityVisibility::CallFunc_IsTutorialLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_UpdateDifficulityVisibility, K2Node_Select_Default) == 0x000011, "Member 'WBP_UI_HUD_Overlay_Right_C_UpdateDifficulityVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Overlay_Right_C_SetBags \ +static_assert(alignof(WBP_UI_HUD_Overlay_Right_C_SetBags) == 0x000008, "Wrong alignment on WBP_UI_HUD_Overlay_Right_C_SetBags"); \ +static_assert(sizeof(WBP_UI_HUD_Overlay_Right_C_SetBags) == 0x000028, "Wrong size on WBP_UI_HUD_Overlay_Right_C_SetBags"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetBags, TotalBags_0) == 0x000000, "Member 'WBP_UI_HUD_Overlay_Right_C_SetBags::TotalBags_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetBags, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'WBP_UI_HUD_Overlay_Right_C_SetBags::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetBags, Temp_int_Variable) == 0x000008, "Member 'WBP_UI_HUD_Overlay_Right_C_SetBags::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetBags, CallFunc_Create_ReturnValue) == 0x000010, "Member 'WBP_UI_HUD_Overlay_Right_C_SetBags::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetBags, CallFunc_AddChild_ReturnValue) == 0x000018, "Member 'WBP_UI_HUD_Overlay_Right_C_SetBags::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetBags, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000020, "Member 'WBP_UI_HUD_Overlay_Right_C_SetBags::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetBags, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'WBP_UI_HUD_Overlay_Right_C_SetBags::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Overlay_Right_C_SetCollectedBags \ +static_assert(alignof(WBP_UI_HUD_Overlay_Right_C_SetCollectedBags) == 0x000008, "Wrong alignment on WBP_UI_HUD_Overlay_Right_C_SetCollectedBags"); \ +static_assert(sizeof(WBP_UI_HUD_Overlay_Right_C_SetCollectedBags) == 0x000030, "Wrong size on WBP_UI_HUD_Overlay_Right_C_SetCollectedBags"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetCollectedBags, TotalCollectedBags) == 0x000000, "Member 'WBP_UI_HUD_Overlay_Right_C_SetCollectedBags::TotalCollectedBags' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetCollectedBags, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'WBP_UI_HUD_Overlay_Right_C_SetCollectedBags::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetCollectedBags, Temp_int_Variable) == 0x000008, "Member 'WBP_UI_HUD_Overlay_Right_C_SetCollectedBags::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetCollectedBags, CallFunc_GetChildAt_ReturnValue) == 0x000010, "Member 'WBP_UI_HUD_Overlay_Right_C_SetCollectedBags::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetCollectedBags, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000018, "Member 'WBP_UI_HUD_Overlay_Right_C_SetCollectedBags::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetCollectedBags, K2Node_DynamicCast_AsWBP_UI_Widget_Collected_Bag_Icon) == 0x000020, "Member 'WBP_UI_HUD_Overlay_Right_C_SetCollectedBags::K2Node_DynamicCast_AsWBP_UI_Widget_Collected_Bag_Icon' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetCollectedBags, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_UI_HUD_Overlay_Right_C_SetCollectedBags::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetCollectedBags, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_UI_HUD_Overlay_Right_C_SetCollectedBags::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Overlay_Right_C_RefreshBags \ +static_assert(alignof(WBP_UI_HUD_Overlay_Right_C_RefreshBags) == 0x000008, "Wrong alignment on WBP_UI_HUD_Overlay_Right_C_RefreshBags"); \ +static_assert(sizeof(WBP_UI_HUD_Overlay_Right_C_RefreshBags) == 0x0000E8, "Wrong size on WBP_UI_HUD_Overlay_Right_C_RefreshBags"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshBags, LocalCount) == 0x000000, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshBags::LocalCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshBags, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshBags::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshBags, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshBags::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshBags, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshBags::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshBags, Temp_int_Variable) == 0x000010, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshBags::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshBags, Temp_int_Loop_Counter_Variable_1) == 0x000014, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshBags::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshBags, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshBags::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshBags, Temp_int_Array_Index_Variable_1) == 0x00001C, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshBags::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshBags, Temp_bool_Variable) == 0x000020, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshBags::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshBags, Temp_int_Variable_1) == 0x000024, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshBags::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshBags, CallFunc_Add_IntInt_ReturnValue_2) == 0x000028, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshBags::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshBags, CallFunc_GetCurrentLevelName_ReturnValue) == 0x000030, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshBags::CallFunc_GetCurrentLevelName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshBags, CallFunc_EqualEqual_StriStri_ReturnValue) == 0x000040, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshBags::CallFunc_EqualEqual_StriStri_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshBags, CallFunc_Subtract_IntInt_ReturnValue) == 0x000044, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshBags::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshBags, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000048, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshBags::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshBags, K2Node_Select_Default) == 0x00004C, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshBags::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshBags, CallFunc_Add_IntInt_ReturnValue_3) == 0x000050, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshBags::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshBags, CallFunc_Get_ReturnValue) == 0x000058, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshBags::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshBags, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000060, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshBags::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshBags, CallFunc_Array_Get_Item) == 0x000068, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshBags::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshBags, CallFunc_Array_Get_Item_1) == 0x0000A0, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshBags::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshBags, CallFunc_Array_Length_ReturnValue) == 0x0000D8, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshBags::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshBags, CallFunc_BooleanAND_ReturnValue) == 0x0000DC, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshBags::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshBags, CallFunc_Less_IntInt_ReturnValue) == 0x0000DD, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshBags::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshBags, CallFunc_Array_Length_ReturnValue_1) == 0x0000E0, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshBags::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshBags, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000E4, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshBags::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Overlay_Right_C_RefreshPayout \ +static_assert(alignof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout) == 0x000008, "Wrong alignment on WBP_UI_HUD_Overlay_Right_C_RefreshPayout"); \ +static_assert(sizeof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout) == 0x0005D0, "Wrong size on WBP_UI_HUD_Overlay_Right_C_RefreshPayout"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, LoudInstantLootReward) == 0x000000, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::LoudInstantLootReward' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, StealthInstantLootReward) == 0x000004, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::StealthInstantLootReward' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, InstantLootPoints) == 0x000008, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::InstantLootPoints' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CashReduction) == 0x00000C, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CashReduction' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, LoudBagsReward) == 0x000010, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::LoudBagsReward' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, StealthBagsReward) == 0x000014, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::StealthBagsReward' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Conv_IntToText_ReturnValue) == 0x000018, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000030, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, Temp_bool_Variable) == 0x000088, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, Temp_text_Variable) == 0x000090, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, Temp_text_Variable_1) == 0x0000A8, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, Temp_int_Loop_Counter_Variable) == 0x0000C0, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Add_IntInt_ReturnValue) == 0x0000C4, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, Temp_int_Array_Index_Variable) == 0x0000C8, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, Temp_bool_Variable_1) == 0x0000CC, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, Temp_int_Loop_Counter_Variable_1) == 0x0000D0, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000D4, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, Temp_int_Array_Index_Variable_1) == 0x0000D8, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Conv_IntToText_ReturnValue_2) == 0x0000E0, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Conv_IntToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000F8, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_GetGameState_ReturnValue) == 0x000138, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, K2Node_MakeArray_Array) == 0x000140, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, K2Node_DynamicCast_AsPD3Heist_Game_State) == 0x000150, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::K2Node_DynamicCast_AsPD3Heist_Game_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, K2Node_DynamicCast_bSuccess) == 0x000158, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Format_ReturnValue) == 0x000160, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_StealthBranch_OutputPins) == 0x000178, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_StealthBranch_OutputPins' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_StealthBranch_ReturnValue) == 0x000179, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_StealthBranch_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00017A, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Subtract_IntInt_ReturnValue) == 0x00017C, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000180, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, K2Node_Select_Default) == 0x000188, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0001A0, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001A8, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, K2Node_MakeArray_Array_1) == 0x0001E8, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Format_ReturnValue_1) == 0x0001F8, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000210, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000214, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000218, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Add_IntInt_ReturnValue_2) == 0x00021C, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000220, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Add_IntInt_ReturnValue_3) == 0x000224, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_FTrunc_ReturnValue) == 0x000228, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x00022C, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Conv_IntToText_ReturnValue_3) == 0x000230, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Conv_IntToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_FTrunc_ReturnValue_1) == 0x000248, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, K2Node_MakeStruct_FormatArgumentData_3) == 0x000250, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Conv_IntToText_ReturnValue_4) == 0x000290, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Conv_IntToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, K2Node_Select_Default_1) == 0x0002A8, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, K2Node_MakeStruct_FormatArgumentData_4) == 0x0002C0, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, K2Node_MakeArray_Array_2) == 0x000300, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Format_ReturnValue_2) == 0x000310, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Multiply_IntInt_ReturnValue) == 0x000328, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Min_ReturnValue) == 0x00032C, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Min_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Multiply_IntInt_ReturnValue_1) == 0x000330, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Multiply_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Add_IntInt_ReturnValue_4) == 0x000334, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Multiply_IntInt_ReturnValue_2) == 0x000338, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Multiply_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00033C, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Conv_ByteToInt_ReturnValue_1) == 0x000340, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Conv_ByteToInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Conv_ByteToInt_ReturnValue_2) == 0x000344, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Conv_ByteToInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Conv_ByteToInt_ReturnValue_3) == 0x000348, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Conv_ByteToInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, Temp_text_Variable_2) == 0x000350, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Conv_ByteToInt_ReturnValue_4) == 0x000368, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Conv_ByteToInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, Temp_bool_Variable_2) == 0x00036C, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000370, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Map_Keys_Keys) == 0x000378, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_GetLocalPlayerState_ReturnValue) == 0x000388, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_GetLocalPlayerState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Array_Get_Item) == 0x000390, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, K2Node_DynamicCast_AsSBZPlayer_State) == 0x0003A0, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::K2Node_DynamicCast_AsSBZPlayer_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, K2Node_DynamicCast_bSuccess_1) == 0x0003A8, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Map_Find_Value) == 0x0003B0, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Map_Find_ReturnValue) == 0x0003C0, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0003C1, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Array_Get_Item_1) == 0x0003C4, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Map_Find_Value_1) == 0x0003C8, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Map_Find_ReturnValue_1) == 0x0003D8, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Map_Find_Value_2) == 0x0003DC, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Map_Find_ReturnValue_2) == 0x0003E0, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Map_Find_Value_3) == 0x0003E4, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Map_Find_Value_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Map_Find_ReturnValue_3) == 0x0003E8, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Map_Find_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Array_Get_Item_2) == 0x0003EC, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Multiply_IntInt_ReturnValue_3) == 0x0003F0, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Multiply_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Multiply_IntInt_ReturnValue_4) == 0x0003F4, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Multiply_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Add_IntInt_ReturnValue_5) == 0x0003F8, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Add_IntInt_ReturnValue_6) == 0x0003FC, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Multiply_IntInt_ReturnValue_5) == 0x000400, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Multiply_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Array_Length_ReturnValue) == 0x000404, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Add_IntInt_ReturnValue_7) == 0x000408, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Less_IntInt_ReturnValue) == 0x00040C, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Conv_ByteToInt_ReturnValue_5) == 0x000410, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Conv_ByteToInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x000414, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Conv_IntToText_ReturnValue_5) == 0x000418, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Conv_IntToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_SafeDivide_ReturnValue) == 0x000430, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, K2Node_Select_Default_2) == 0x000438, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000450, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, K2Node_MakeStruct_FormatArgumentData_5) == 0x000458, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Array_Get_Item_3) == 0x000498, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Array_Get_Item_4) == 0x00049C, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Multiply_IntFloat_ReturnValue_2) == 0x0004A0, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Multiply_IntFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Multiply_IntInt_ReturnValue_6) == 0x0004A4, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Multiply_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_FTrunc_ReturnValue_2) == 0x0004A8, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_FTrunc_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Divide_IntInt_ReturnValue) == 0x0004AC, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Conv_IntToText_ReturnValue_6) == 0x0004B0, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Conv_IntToText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Get_ReturnValue) == 0x0004C8, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, K2Node_MakeStruct_FormatArgumentData_6) == 0x0004D0, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, K2Node_MakeArray_Array_3) == 0x000510, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Array_Get_Item_5) == 0x000520, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Format_ReturnValue_3) == 0x000558, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Array_Length_ReturnValue_1) == 0x000570, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_GetObjectName_ReturnValue) == 0x000578, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Less_IntInt_ReturnValue_1) == 0x000588, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Map_Find_Value_4) == 0x000590, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Map_Find_Value_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Map_Find_ReturnValue_4) == 0x0005A0, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Map_Find_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Map_Find_Value_5) == 0x0005A8, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Map_Find_Value_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Map_Find_ReturnValue_5) == 0x0005B8, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Map_Find_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Array_Get_Item_6) == 0x0005BC, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Add_IntInt_ReturnValue_8) == 0x0005C0, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Array_Get_Item_7) == 0x0005C4, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_RefreshPayout, CallFunc_Add_IntInt_ReturnValue_9) == 0x0005C8, "Member 'WBP_UI_HUD_Overlay_Right_C_RefreshPayout::CallFunc_Add_IntInt_ReturnValue_9' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty \ +static_assert(alignof(WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty) == 0x000008, "Wrong alignment on WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty"); \ +static_assert(sizeof(WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty) == 0x000178, "Wrong size on WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty, Temp_text_Variable) == 0x000008, "Member 'WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty, Temp_text_Variable_1) == 0x000020, "Member 'WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty, CallFunc_GetUIManager_ReturnValue) == 0x000038, "Member 'WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty, CallFunc_GetGameState_ReturnValue) == 0x000040, "Member 'WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty, CallFunc_GetUIData_ReturnValue) == 0x000048, "Member 'WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty::CallFunc_GetUIData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty, K2Node_DynamicCast_AsPD3Heist_Game_State) == 0x000050, "Member 'WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty::K2Node_DynamicCast_AsPD3Heist_Game_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty, CallFunc_GetDifficultyIdx_ReturnValue) == 0x000059, "Member 'WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty::CallFunc_GetDifficultyIdx_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty, CallFunc_GetCurrentLevelName_ReturnValue) == 0x000060, "Member 'WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty::CallFunc_GetCurrentLevelName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty, CallFunc_GetValidValue_ReturnValue) == 0x000070, "Member 'WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty, CallFunc_GetHeistDataFromLevelShortName_ReturnValue) == 0x000078, "Member 'WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty::CallFunc_GetHeistDataFromLevelShortName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty, CallFunc_GetDifficultyText_OutDifficultyText) == 0x000080, "Member 'WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty::CallFunc_GetDifficultyText_OutDifficultyText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty, CallFunc_GetDifficultyText_bHasText) == 0x000098, "Member 'WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty::CallFunc_GetDifficultyText_bHasText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty, K2Node_MakeStruct_FormatArgumentData) == 0x0000A0, "Member 'WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E0, "Member 'WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty, K2Node_MakeArray_Array) == 0x000120, "Member 'WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty, CallFunc_IsValid_ReturnValue) == 0x000130, "Member 'WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty, CallFunc_Format_ReturnValue) == 0x000138, "Member 'WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty, CallFunc_GetSBZMissionState_ReturnValue) == 0x000150, "Member 'WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty::CallFunc_GetSBZMissionState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty, CallFunc_IsValid_ReturnValue_1) == 0x000158, "Member 'WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty, CallFunc_IsTutorialLevel_ReturnValue) == 0x000159, "Member 'WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty::CallFunc_IsTutorialLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty, K2Node_Select_Default) == 0x000160, "Member 'WBP_UI_HUD_Overlay_Right_C_SetHeistNameAndDifficulty::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_HUD_Overlay_Right_C \ +static_assert(alignof(UWBP_UI_HUD_Overlay_Right_C) == 0x000008, "Wrong alignment on UWBP_UI_HUD_Overlay_Right_C"); \ +static_assert(sizeof(UWBP_UI_HUD_Overlay_Right_C) == 0x0004B8, "Wrong size on UWBP_UI_HUD_Overlay_Right_C"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Right_C, UberGraphFrame) == 0x0002A0, "Member 'UWBP_UI_HUD_Overlay_Right_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Right_C, BackgroundColor) == 0x0002A8, "Member 'UWBP_UI_HUD_Overlay_Right_C::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Right_C, BagsAmountText) == 0x0002B0, "Member 'UWBP_UI_HUD_Overlay_Right_C::BagsAmountText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Right_C, CashReductionAmountText) == 0x0002B8, "Member 'UWBP_UI_HUD_Overlay_Right_C::CashReductionAmountText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Right_C, HorizontalBox_Bags) == 0x0002C0, "Member 'UWBP_UI_HUD_Overlay_Right_C::HorizontalBox_Bags' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Right_C, LooseCashAmountText) == 0x0002C8, "Member 'UWBP_UI_HUD_Overlay_Right_C::LooseCashAmountText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Right_C, PayoutAmountText) == 0x0002D0, "Member 'UWBP_UI_HUD_Overlay_Right_C::PayoutAmountText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Right_C, SecurityModifiers_VB) == 0x0002D8, "Member 'UWBP_UI_HUD_Overlay_Right_C::SecurityModifiers_VB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Right_C, Text_LevelName) == 0x0002E0, "Member 'UWBP_UI_HUD_Overlay_Right_C::Text_LevelName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Right_C, Text_SecurityCompany) == 0x0002E8, "Member 'UWBP_UI_HUD_Overlay_Right_C::Text_SecurityCompany' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Right_C, Text_Title) == 0x0002F0, "Member 'UWBP_UI_HUD_Overlay_Right_C::Text_Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Right_C, VerticalBox_Favors) == 0x0002F8, "Member 'UWBP_UI_HUD_Overlay_Right_C::VerticalBox_Favors' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Right_C, VerticalBox_SecurityModifiers) == 0x000300, "Member 'UWBP_UI_HUD_Overlay_Right_C::VerticalBox_SecurityModifiers' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Right_C, SecurityCompanyAssetArray) == 0x000308, "Member 'UWBP_UI_HUD_Overlay_Right_C::SecurityCompanyAssetArray' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Right_C, SecurityCompanyTypeArray) == 0x000318, "Member 'UWBP_UI_HUD_Overlay_Right_C::SecurityCompanyTypeArray' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Right_C, UIData) == 0x000328, "Member 'UWBP_UI_HUD_Overlay_Right_C::UIData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Right_C, TotalBags) == 0x000330, "Member 'UWBP_UI_HUD_Overlay_Right_C::TotalBags' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Right_C, SecuredBags) == 0x000334, "Member 'UWBP_UI_HUD_Overlay_Right_C::SecuredBags' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Right_C, TempSecuredBags) == 0x000338, "Member 'UWBP_UI_HUD_Overlay_Right_C::TempSecuredBags' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Right_C, PayoutData) == 0x000340, "Member 'UWBP_UI_HUD_Overlay_Right_C::PayoutData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Right_C, LvlDifficulty) == 0x000458, "Member 'UWBP_UI_HUD_Overlay_Right_C::LvlDifficulty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Right_C, LootedInstantLoot) == 0x000460, "Member 'UWBP_UI_HUD_Overlay_Right_C::LootedInstantLoot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_Right_C, CiviliansKilled) == 0x0004B0, "Member 'UWBP_UI_HUD_Overlay_Right_C::CiviliansKilled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ZiplineBag_C \ +static_assert(alignof(ABP_ZiplineBag_C) == 0x000008, "Wrong alignment on ABP_ZiplineBag_C"); \ +static_assert(sizeof(ABP_ZiplineBag_C) == 0x000338, "Wrong size on ABP_ZiplineBag_C"); \ +static_assert(offsetof(ABP_ZiplineBag_C, SBZAIObjective) == 0x000318, "Member 'ABP_ZiplineBag_C::SBZAIObjective' has a wrong offset!"); \ +static_assert(offsetof(ABP_ZiplineBag_C, Ak) == 0x000320, "Member 'ABP_ZiplineBag_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_ZiplineBag_C, StaticMesh) == 0x000328, "Member 'ABP_ZiplineBag_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_ZiplineBag_C, DefaultSceneRoot) == 0x000330, "Member 'ABP_ZiplineBag_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat \ +static_assert(alignof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat) == 0x000008, "Wrong alignment on WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat) == 0x0004F0, "Wrong size on WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, EntryPoint) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_Play2DSound_ReturnValue) == 0x000004, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, K2Node_MakeArray_Array) == 0x000008, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_Play2DSound_ReturnValue_1) == 0x000018, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_Play2DSound_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_Format_ReturnValue) == 0x000020, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_Conv_TextToString_ReturnValue) == 0x000038, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_Play2DSound_ReturnValue_2) == 0x000048, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_Play2DSound_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, K2Node_Event_MyGeometry) == 0x00004C, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, K2Node_Event_InDeltaTime) == 0x000084, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000088, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00008C, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, K2Node_MakeArray_Array_1) == 0x000090, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_Format_ReturnValue_1) == 0x0000A0, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, K2Node_Event_bHasFocus) == 0x0000B8, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::K2Node_Event_bHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000C0, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, K2Node_MakeStruct_SBZChatMessage) == 0x0000D0, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::K2Node_MakeStruct_SBZChatMessage' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, Temp_text_Variable) == 0x000178, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_Play2DSound_ReturnValue_3) == 0x000190, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_Play2DSound_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, K2Node_ComponentBoundEvent_Text) == 0x000198, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::K2Node_ComponentBoundEvent_Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0001B0, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_Len_ReturnValue) == 0x0001C0, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_Len_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_GetSubstring_ReturnValue) == 0x0001C8, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_GetSubstring_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_Greater_IntInt_ReturnValue) == 0x0001D8, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_Conv_StringToText_ReturnValue) == 0x0001E0, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_Play2DSound_ReturnValue_4) == 0x0001F8, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_Play2DSound_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_Subtract_IntInt_ReturnValue) == 0x0001FC, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000200, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, K2Node_Event_bIsDisabled) == 0x000201, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::K2Node_Event_bIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_Play2DSound_ReturnValue_5) == 0x000204, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_Play2DSound_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, K2Node_Event_ChatEventData_2) == 0x000208, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::K2Node_Event_ChatEventData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, K2Node_Event_InData_1) == 0x000218, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::K2Node_Event_InData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, K2Node_Event_InData) == 0x000228, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::K2Node_Event_InData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, K2Node_Event_PingEventData) == 0x000238, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::K2Node_Event_PingEventData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, K2Node_Event_ChatEventData_1) == 0x000248, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::K2Node_Event_ChatEventData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_TextIsEmpty_ReturnValue) == 0x000260, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, K2Node_Event_ChatEventData) == 0x000268, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::K2Node_Event_ChatEventData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_TextIsEmpty_ReturnValue_1) == 0x000278, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_TextIsEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_BooleanAND_ReturnValue) == 0x000279, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, K2Node_Event_KeyItemCountChangedEventData) == 0x000280, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::K2Node_Event_KeyItemCountChangedEventData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, K2Node_Event_CallEventData) == 0x0002B0, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::K2Node_Event_CallEventData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, K2Node_Event_PlayerStateRemovedData) == 0x0002C0, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::K2Node_Event_PlayerStateRemovedData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, K2Node_DynamicCast_AsSBZPlayer_State) == 0x000300, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::K2Node_DynamicCast_AsSBZPlayer_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, K2Node_DynamicCast_bSuccess) == 0x000308, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_Play2DSound_ReturnValue_6) == 0x00030C, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_Play2DSound_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_GetPlayerDisplayName_ReturnValue) == 0x000310, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_GetPlayerDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_IsValid_ReturnValue) == 0x000328, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_Conv_TextToString_ReturnValue_3) == 0x000330, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, K2Node_MakeStruct_SBZChatMessage_1) == 0x000340, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::K2Node_MakeStruct_SBZChatMessage_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_Play2DSound_ReturnValue_7) == 0x0003E8, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_Play2DSound_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, Temp_text_Variable_1) == 0x0003F0, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_Play2DSound_ReturnValue_8) == 0x000408, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_Play2DSound_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, Temp_bool_Variable) == 0x00040C, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, K2Node_Event_JoinedPlayerName) == 0x000410, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::K2Node_Event_JoinedPlayerName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, K2Node_Select_Default) == 0x000428, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, K2Node_Event_InChatMessage) == 0x000440, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::K2Node_Event_InChatMessage' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat, CallFunc_Play2DSound_ReturnValue_9) == 0x0004E8, "Member 'WBP_UI_HUD_Chat_C_ExecuteUbergraph_WBP_UI_HUD_Chat::CallFunc_Play2DSound_ReturnValue_9' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_PlayerMessageReceived \ +static_assert(alignof(WBP_UI_HUD_Chat_C_PlayerMessageReceived) == 0x000008, "Wrong alignment on WBP_UI_HUD_Chat_C_PlayerMessageReceived"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_PlayerMessageReceived) == 0x0000A8, "Wrong size on WBP_UI_HUD_Chat_C_PlayerMessageReceived"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_PlayerMessageReceived, InChatMessage) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_PlayerMessageReceived::InChatMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_OnPlayerJoinedTheHeist \ +static_assert(alignof(WBP_UI_HUD_Chat_C_OnPlayerJoinedTheHeist) == 0x000008, "Wrong alignment on WBP_UI_HUD_Chat_C_OnPlayerJoinedTheHeist"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_OnPlayerJoinedTheHeist) == 0x000018, "Wrong size on WBP_UI_HUD_Chat_C_OnPlayerJoinedTheHeist"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_OnPlayerJoinedTheHeist, JoinedPlayerName) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_OnPlayerJoinedTheHeist::JoinedPlayerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_OnPlayerStateRemoved \ +static_assert(alignof(WBP_UI_HUD_Chat_C_OnPlayerStateRemoved) == 0x000008, "Wrong alignment on WBP_UI_HUD_Chat_C_OnPlayerStateRemoved"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_OnPlayerStateRemoved) == 0x000040, "Wrong size on WBP_UI_HUD_Chat_C_OnPlayerStateRemoved"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_OnPlayerStateRemoved, PlayerStateRemovedData) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_OnPlayerStateRemoved::PlayerStateRemovedData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_CallReceived \ +static_assert(alignof(WBP_UI_HUD_Chat_C_CallReceived) == 0x000008, "Wrong alignment on WBP_UI_HUD_Chat_C_CallReceived"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_CallReceived) == 0x000010, "Wrong size on WBP_UI_HUD_Chat_C_CallReceived"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_CallReceived, CallEventData) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_CallReceived::CallEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_KeyItemCountChanged \ +static_assert(alignof(WBP_UI_HUD_Chat_C_KeyItemCountChanged) == 0x000008, "Wrong alignment on WBP_UI_HUD_Chat_C_KeyItemCountChanged"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_KeyItemCountChanged) == 0x000030, "Wrong size on WBP_UI_HUD_Chat_C_KeyItemCountChanged"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_KeyItemCountChanged, KeyItemCountChangedEventData) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_KeyItemCountChanged::KeyItemCountChangedEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_SystemMessageReceived \ +static_assert(alignof(WBP_UI_HUD_Chat_C_SystemMessageReceived) == 0x000008, "Wrong alignment on WBP_UI_HUD_Chat_C_SystemMessageReceived"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_SystemMessageReceived) == 0x000010, "Wrong size on WBP_UI_HUD_Chat_C_SystemMessageReceived"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_SystemMessageReceived, ChatEventData) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_SystemMessageReceived::ChatEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_CrewAIMessageReceived \ +static_assert(alignof(WBP_UI_HUD_Chat_C_CrewAIMessageReceived) == 0x000008, "Wrong alignment on WBP_UI_HUD_Chat_C_CrewAIMessageReceived"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_CrewAIMessageReceived) == 0x000018, "Wrong size on WBP_UI_HUD_Chat_C_CrewAIMessageReceived"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_CrewAIMessageReceived, ChatEventData) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_CrewAIMessageReceived::ChatEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_PingReceived \ +static_assert(alignof(WBP_UI_HUD_Chat_C_PingReceived) == 0x000008, "Wrong alignment on WBP_UI_HUD_Chat_C_PingReceived"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_PingReceived) == 0x000010, "Wrong size on WBP_UI_HUD_Chat_C_PingReceived"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_PingReceived, PingEventData) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_PingReceived::PingEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_OnAICrewDefeatStateChanged \ +static_assert(alignof(WBP_UI_HUD_Chat_C_OnAICrewDefeatStateChanged) == 0x000008, "Wrong alignment on WBP_UI_HUD_Chat_C_OnAICrewDefeatStateChanged"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_OnAICrewDefeatStateChanged) == 0x000010, "Wrong size on WBP_UI_HUD_Chat_C_OnAICrewDefeatStateChanged"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_OnAICrewDefeatStateChanged, InData) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_OnAICrewDefeatStateChanged::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_OnPlayerDefeatStateChanged \ +static_assert(alignof(WBP_UI_HUD_Chat_C_OnPlayerDefeatStateChanged) == 0x000008, "Wrong alignment on WBP_UI_HUD_Chat_C_OnPlayerDefeatStateChanged"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_OnPlayerDefeatStateChanged) == 0x000010, "Wrong size on WBP_UI_HUD_Chat_C_OnPlayerDefeatStateChanged"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_OnPlayerDefeatStateChanged, InData) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_OnPlayerDefeatStateChanged::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_VotingMessageReceived \ +static_assert(alignof(WBP_UI_HUD_Chat_C_VotingMessageReceived) == 0x000008, "Wrong alignment on WBP_UI_HUD_Chat_C_VotingMessageReceived"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_VotingMessageReceived) == 0x000010, "Wrong size on WBP_UI_HUD_Chat_C_VotingMessageReceived"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_VotingMessageReceived, ChatEventData) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_VotingMessageReceived::ChatEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_OnChatDisabledChanged \ +static_assert(alignof(WBP_UI_HUD_Chat_C_OnChatDisabledChanged) == 0x000001, "Wrong alignment on WBP_UI_HUD_Chat_C_OnChatDisabledChanged"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_OnChatDisabledChanged) == 0x000001, "Wrong size on WBP_UI_HUD_Chat_C_OnChatDisabledChanged"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_OnChatDisabledChanged, bIsDisabled) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_OnChatDisabledChanged::bIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_BndEvt__WBP_UI_HUD_Chat_Text_InputText_K2Node_ComponentBoundEvent_0_OnEditableTextBoxChangedEvent__DelegateSignature \ +static_assert(alignof(WBP_UI_HUD_Chat_C_BndEvt__WBP_UI_HUD_Chat_Text_InputText_K2Node_ComponentBoundEvent_0_OnEditableTextBoxChangedEvent__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_HUD_Chat_C_BndEvt__WBP_UI_HUD_Chat_Text_InputText_K2Node_ComponentBoundEvent_0_OnEditableTextBoxChangedEvent__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_BndEvt__WBP_UI_HUD_Chat_Text_InputText_K2Node_ComponentBoundEvent_0_OnEditableTextBoxChangedEvent__DelegateSignature) == 0x000018, "Wrong size on WBP_UI_HUD_Chat_C_BndEvt__WBP_UI_HUD_Chat_Text_InputText_K2Node_ComponentBoundEvent_0_OnEditableTextBoxChangedEvent__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_BndEvt__WBP_UI_HUD_Chat_Text_InputText_K2Node_ComponentBoundEvent_0_OnEditableTextBoxChangedEvent__DelegateSignature, Text) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_BndEvt__WBP_UI_HUD_Chat_Text_InputText_K2Node_ComponentBoundEvent_0_OnEditableTextBoxChangedEvent__DelegateSignature::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_OnChatFocusChanged \ +static_assert(alignof(WBP_UI_HUD_Chat_C_OnChatFocusChanged) == 0x000001, "Wrong alignment on WBP_UI_HUD_Chat_C_OnChatFocusChanged"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_OnChatFocusChanged) == 0x000001, "Wrong size on WBP_UI_HUD_Chat_C_OnChatFocusChanged"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_OnChatFocusChanged, bHasFocus) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_OnChatFocusChanged::bHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_Tick \ +static_assert(alignof(WBP_UI_HUD_Chat_C_Tick) == 0x000004, "Wrong alignment on WBP_UI_HUD_Chat_C_Tick"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_Tick) == 0x00003C, "Wrong size on WBP_UI_HUD_Chat_C_Tick"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_UI_HUD_Chat_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_Process_Player_Message \ +static_assert(alignof(WBP_UI_HUD_Chat_C_Process_Player_Message) == 0x000008, "Wrong alignment on WBP_UI_HUD_Chat_C_Process_Player_Message"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_Process_Player_Message) == 0x0002B0, "Wrong size on WBP_UI_HUD_Chat_C_Process_Player_Message"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_Process_Player_Message, InMessageChat) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_Process_Player_Message::InMessageChat' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_Process_Player_Message, Message) == 0x0000A8, "Member 'WBP_UI_HUD_Chat_C_Process_Player_Message::Message' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_Process_Player_Message, CallFunc_GetUIManager_ReturnValue) == 0x0000B8, "Member 'WBP_UI_HUD_Chat_C_Process_Player_Message::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_Process_Player_Message, CallFunc_GetLocalizedPlayerNoName_ReturnValue) == 0x0000C0, "Member 'WBP_UI_HUD_Chat_C_Process_Player_Message::CallFunc_GetLocalizedPlayerNoName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_Process_Player_Message, CallFunc_Conv_StringToText_ReturnValue) == 0x0000D8, "Member 'WBP_UI_HUD_Chat_C_Process_Player_Message::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_Process_Player_Message, CallFunc_Conv_TextToString_ReturnValue) == 0x0000F0, "Member 'WBP_UI_HUD_Chat_C_Process_Player_Message::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_Process_Player_Message, K2Node_MakeStruct_FormatArgumentData) == 0x000100, "Member 'WBP_UI_HUD_Chat_C_Process_Player_Message::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_Process_Player_Message, CallFunc_IsEmpty_ReturnValue) == 0x000140, "Member 'WBP_UI_HUD_Chat_C_Process_Player_Message::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_Process_Player_Message, CallFunc_SelectString_ReturnValue) == 0x000148, "Member 'WBP_UI_HUD_Chat_C_Process_Player_Message::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_Process_Player_Message, CallFunc_GetText_ReturnValue) == 0x000158, "Member 'WBP_UI_HUD_Chat_C_Process_Player_Message::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_Process_Player_Message, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000170, "Member 'WBP_UI_HUD_Chat_C_Process_Player_Message::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_Process_Player_Message, K2Node_MakeStruct_FormatArgumentData_1) == 0x000188, "Member 'WBP_UI_HUD_Chat_C_Process_Player_Message::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_Process_Player_Message, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001C8, "Member 'WBP_UI_HUD_Chat_C_Process_Player_Message::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_Process_Player_Message, K2Node_MakeArray_Array) == 0x000208, "Member 'WBP_UI_HUD_Chat_C_Process_Player_Message::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_Process_Player_Message, CallFunc_Format_ReturnValue) == 0x000218, "Member 'WBP_UI_HUD_Chat_C_Process_Player_Message::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_Process_Player_Message, K2Node_MakeStruct_FormatArgumentData_3) == 0x000230, "Member 'WBP_UI_HUD_Chat_C_Process_Player_Message::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_Process_Player_Message, K2Node_MakeArray_Array_1) == 0x000270, "Member 'WBP_UI_HUD_Chat_C_Process_Player_Message::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_Process_Player_Message, CallFunc_Format_ReturnValue_1) == 0x000280, "Member 'WBP_UI_HUD_Chat_C_Process_Player_Message::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_Process_Player_Message, CallFunc_GetShortenText_ReturnValue) == 0x000298, "Member 'WBP_UI_HUD_Chat_C_Process_Player_Message::CallFunc_GetShortenText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_ProcessPing \ +static_assert(alignof(WBP_UI_HUD_Chat_C_ProcessPing) == 0x000008, "Wrong alignment on WBP_UI_HUD_Chat_C_ProcessPing"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_ProcessPing) == 0x000398, "Wrong size on WBP_UI_HUD_Chat_C_ProcessPing"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, PIngEvent) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::PIngEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, Lineindex) == 0x000010, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::Lineindex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, Temp_bool_Variable) == 0x000014, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, Temp_bool_Variable_1) == 0x000015, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, K2Node_MakeStruct_FormatArgumentData_1) == 0x000058, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, CallFunc_TextIsEmpty_ReturnValue) == 0x000098, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, K2Node_MakeArray_Array) == 0x0000A0, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, CallFunc_TextIsEmpty_ReturnValue_1) == 0x0000C8, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::CallFunc_TextIsEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, K2Node_DynamicCast_AsSBZPlayer_State) == 0x0000D0, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::K2Node_DynamicCast_AsSBZPlayer_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, CallFunc_GetPlayerDisplayName_ReturnValue) == 0x0000E0, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::CallFunc_GetPlayerDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, CallFunc_IsValid_ReturnValue) == 0x0000F8, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, K2Node_MakeStruct_FormatArgumentData_2) == 0x000100, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, K2Node_MakeArray_Array_1) == 0x000140, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, CallFunc_MakeLiteralText_ReturnValue) == 0x000150, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, CallFunc_Format_ReturnValue_1) == 0x000168, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, K2Node_Select_Default) == 0x000180, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, K2Node_MakeStruct_FormatArgumentData_3) == 0x000198, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001D8, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, K2Node_MakeArray_Array_2) == 0x000218, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, K2Node_MakeStruct_FormatArgumentData_5) == 0x000228, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, CallFunc_Format_ReturnValue_2) == 0x000268, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, K2Node_MakeArray_Array_3) == 0x000280, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, CallFunc_Format_ReturnValue_3) == 0x000290, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, K2Node_Select_Default_1) == 0x0002A8, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, K2Node_MakeStruct_FormatArgumentData_6) == 0x0002C0, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, CallFunc_GetText_ReturnValue) == 0x000300, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, K2Node_MakeStruct_FormatArgumentData_7) == 0x000318, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, K2Node_MakeArray_Array_4) == 0x000358, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, CallFunc_Format_ReturnValue_4) == 0x000368, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPing, CallFunc_GetShortenText_ReturnValue) == 0x000380, "Member 'WBP_UI_HUD_Chat_C_ProcessPing::CallFunc_GetShortenText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp \ +static_assert(alignof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp) == 0x000008, "Wrong alignment on WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp) == 0x000420, "Wrong size on WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, InKeyItemEvent) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::InKeyItemEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, K2Node_MakeArray_Array) == 0x000030, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, Temp_bool_Variable) == 0x000040, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, CallFunc_Greater_IntInt_ReturnValue) == 0x000041, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000042, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, CallFunc_IsValid_ReturnValue) == 0x000043, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, CallFunc_Format_ReturnValue) == 0x000048, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, CallFunc_BooleanAND_ReturnValue) == 0x000060, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, CallFunc_TextIsEmpty_ReturnValue) == 0x000061, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, CallFunc_MakeLiteralText_ReturnValue) == 0x000068, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, CallFunc_IsValid_ReturnValue_1) == 0x000080, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, K2Node_Select_Default) == 0x000088, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, CallFunc_BooleanAND_ReturnValue_1) == 0x0000A0, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, K2Node_MakeStruct_FormatArgumentData) == 0x0000A8, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E8, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, K2Node_DynamicCast_AsSBZPlayer_State) == 0x000128, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::K2Node_DynamicCast_AsSBZPlayer_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, K2Node_DynamicCast_bSuccess) == 0x000130, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, CallFunc_GetPlayerDisplayName_ReturnValue) == 0x000138, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::CallFunc_GetPlayerDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, K2Node_MakeStruct_FormatArgumentData_2) == 0x000150, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, K2Node_MakeArray_Array_1) == 0x000190, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, CallFunc_Format_ReturnValue_1) == 0x0001A0, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001B8, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001F8, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, K2Node_MakeArray_Array_2) == 0x000238, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, K2Node_MakeArray_Array_3) == 0x000248, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, CallFunc_Format_ReturnValue_2) == 0x000258, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, CallFunc_Format_ReturnValue_3) == 0x000270, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, K2Node_MakeStruct_FormatArgumentData_5) == 0x000288, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, K2Node_MakeStruct_FormatArgumentData_6) == 0x0002C8, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, CallFunc_GetText_ReturnValue) == 0x000308, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, K2Node_MakeStruct_FormatArgumentData_7) == 0x000320, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, K2Node_MakeStruct_FormatArgumentData_8) == 0x000360, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, K2Node_MakeArray_Array_4) == 0x0003A0, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, K2Node_MakeArray_Array_5) == 0x0003B0, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::K2Node_MakeArray_Array_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, CallFunc_Format_ReturnValue_4) == 0x0003C0, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, CallFunc_Format_ReturnValue_5) == 0x0003D8, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::CallFunc_Format_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, CallFunc_GetShortenText_ReturnValue) == 0x0003F0, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::CallFunc_GetShortenText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp, CallFunc_GetShortenText_ReturnValue_1) == 0x000408, "Member 'WBP_UI_HUD_Chat_C_ProcessKeyItemPickUp::CallFunc_GetShortenText_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_ProcessCall \ +static_assert(alignof(WBP_UI_HUD_Chat_C_ProcessCall) == 0x000008, "Wrong alignment on WBP_UI_HUD_Chat_C_ProcessCall"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_ProcessCall) == 0x000280, "Wrong size on WBP_UI_HUD_Chat_C_ProcessCall"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCall, CallEvent) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_ProcessCall::CallEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCall, CallFunc_GetText_ReturnValue) == 0x000010, "Member 'WBP_UI_HUD_Chat_C_ProcessCall::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCall, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'WBP_UI_HUD_Chat_C_ProcessCall::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCall, K2Node_MakeStruct_FormatArgumentData_1) == 0x000068, "Member 'WBP_UI_HUD_Chat_C_ProcessCall::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCall, CallFunc_GetPlayerDisplayName_ReturnValue) == 0x0000A8, "Member 'WBP_UI_HUD_Chat_C_ProcessCall::CallFunc_GetPlayerDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCall, K2Node_MakeArray_Array) == 0x0000C0, "Member 'WBP_UI_HUD_Chat_C_ProcessCall::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCall, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000D0, "Member 'WBP_UI_HUD_Chat_C_ProcessCall::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCall, CallFunc_Format_ReturnValue) == 0x000110, "Member 'WBP_UI_HUD_Chat_C_ProcessCall::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCall, K2Node_MakeArray_Array_1) == 0x000128, "Member 'WBP_UI_HUD_Chat_C_ProcessCall::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCall, K2Node_MakeStruct_FormatArgumentData_3) == 0x000138, "Member 'WBP_UI_HUD_Chat_C_ProcessCall::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCall, CallFunc_Format_ReturnValue_1) == 0x000178, "Member 'WBP_UI_HUD_Chat_C_ProcessCall::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCall, CallFunc_IsValid_ReturnValue) == 0x000190, "Member 'WBP_UI_HUD_Chat_C_ProcessCall::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCall, K2Node_MakeStruct_FormatArgumentData_4) == 0x000198, "Member 'WBP_UI_HUD_Chat_C_ProcessCall::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCall, K2Node_MakeArray_Array_2) == 0x0001D8, "Member 'WBP_UI_HUD_Chat_C_ProcessCall::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCall, CallFunc_Format_ReturnValue_2) == 0x0001E8, "Member 'WBP_UI_HUD_Chat_C_ProcessCall::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCall, K2Node_MakeStruct_FormatArgumentData_5) == 0x000200, "Member 'WBP_UI_HUD_Chat_C_ProcessCall::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCall, K2Node_MakeArray_Array_3) == 0x000240, "Member 'WBP_UI_HUD_Chat_C_ProcessCall::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCall, CallFunc_Format_ReturnValue_3) == 0x000250, "Member 'WBP_UI_HUD_Chat_C_ProcessCall::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCall, CallFunc_GetShortenText_ReturnValue) == 0x000268, "Member 'WBP_UI_HUD_Chat_C_ProcessCall::CallFunc_GetShortenText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_ProcessCrewAIMessage \ +static_assert(alignof(WBP_UI_HUD_Chat_C_ProcessCrewAIMessage) == 0x000008, "Wrong alignment on WBP_UI_HUD_Chat_C_ProcessCrewAIMessage"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_ProcessCrewAIMessage) == 0x0001D0, "Wrong size on WBP_UI_HUD_Chat_C_ProcessCrewAIMessage"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCrewAIMessage, InMessageChat) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_ProcessCrewAIMessage::InMessageChat' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCrewAIMessage, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'WBP_UI_HUD_Chat_C_ProcessCrewAIMessage::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCrewAIMessage, CallFunc_GetCharacterName_ReturnValue) == 0x000030, "Member 'WBP_UI_HUD_Chat_C_ProcessCrewAIMessage::CallFunc_GetCharacterName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCrewAIMessage, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'WBP_UI_HUD_Chat_C_ProcessCrewAIMessage::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCrewAIMessage, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'WBP_UI_HUD_Chat_C_ProcessCrewAIMessage::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCrewAIMessage, CallFunc_IsValid_ReturnValue) == 0x0000C8, "Member 'WBP_UI_HUD_Chat_C_ProcessCrewAIMessage::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCrewAIMessage, K2Node_MakeArray_Array) == 0x0000D0, "Member 'WBP_UI_HUD_Chat_C_ProcessCrewAIMessage::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCrewAIMessage, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'WBP_UI_HUD_Chat_C_ProcessCrewAIMessage::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCrewAIMessage, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000F8, "Member 'WBP_UI_HUD_Chat_C_ProcessCrewAIMessage::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCrewAIMessage, CallFunc_GetText_ReturnValue) == 0x000138, "Member 'WBP_UI_HUD_Chat_C_ProcessCrewAIMessage::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCrewAIMessage, K2Node_MakeStruct_FormatArgumentData_3) == 0x000150, "Member 'WBP_UI_HUD_Chat_C_ProcessCrewAIMessage::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCrewAIMessage, K2Node_MakeArray_Array_1) == 0x000190, "Member 'WBP_UI_HUD_Chat_C_ProcessCrewAIMessage::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCrewAIMessage, CallFunc_Format_ReturnValue_1) == 0x0001A0, "Member 'WBP_UI_HUD_Chat_C_ProcessCrewAIMessage::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessCrewAIMessage, CallFunc_GetShortenText_ReturnValue) == 0x0001B8, "Member 'WBP_UI_HUD_Chat_C_ProcessCrewAIMessage::CallFunc_GetShortenText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_ProcessSystemMessage \ +static_assert(alignof(WBP_UI_HUD_Chat_C_ProcessSystemMessage) == 0x000008, "Wrong alignment on WBP_UI_HUD_Chat_C_ProcessSystemMessage"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_ProcessSystemMessage) == 0x000168, "Wrong size on WBP_UI_HUD_Chat_C_ProcessSystemMessage"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessSystemMessage, InMessageChat) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_ProcessSystemMessage::InMessageChat' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessSystemMessage, CallFunc_GetText_ReturnValue) == 0x000010, "Member 'WBP_UI_HUD_Chat_C_ProcessSystemMessage::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessSystemMessage, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'WBP_UI_HUD_Chat_C_ProcessSystemMessage::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessSystemMessage, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'WBP_UI_HUD_Chat_C_ProcessSystemMessage::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessSystemMessage, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'WBP_UI_HUD_Chat_C_ProcessSystemMessage::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessSystemMessage, K2Node_MakeArray_Array) == 0x0000C0, "Member 'WBP_UI_HUD_Chat_C_ProcessSystemMessage::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessSystemMessage, CallFunc_Format_ReturnValue) == 0x0000D0, "Member 'WBP_UI_HUD_Chat_C_ProcessSystemMessage::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessSystemMessage, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E8, "Member 'WBP_UI_HUD_Chat_C_ProcessSystemMessage::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessSystemMessage, K2Node_MakeArray_Array_1) == 0x000128, "Member 'WBP_UI_HUD_Chat_C_ProcessSystemMessage::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessSystemMessage, CallFunc_Format_ReturnValue_1) == 0x000138, "Member 'WBP_UI_HUD_Chat_C_ProcessSystemMessage::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessSystemMessage, CallFunc_GetShortenText_ReturnValue) == 0x000150, "Member 'WBP_UI_HUD_Chat_C_ProcessSystemMessage::CallFunc_GetShortenText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_ProcessVotingMessage \ +static_assert(alignof(WBP_UI_HUD_Chat_C_ProcessVotingMessage) == 0x000008, "Wrong alignment on WBP_UI_HUD_Chat_C_ProcessVotingMessage"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_ProcessVotingMessage) == 0x000100, "Wrong size on WBP_UI_HUD_Chat_C_ProcessVotingMessage"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessVotingMessage, InMessageChat) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_ProcessVotingMessage::InMessageChat' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessVotingMessage, CallFunc_GetText_ReturnValue) == 0x000010, "Member 'WBP_UI_HUD_Chat_C_ProcessVotingMessage::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessVotingMessage, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'WBP_UI_HUD_Chat_C_ProcessVotingMessage::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessVotingMessage, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'WBP_UI_HUD_Chat_C_ProcessVotingMessage::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessVotingMessage, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'WBP_UI_HUD_Chat_C_ProcessVotingMessage::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessVotingMessage, K2Node_MakeArray_Array) == 0x0000C0, "Member 'WBP_UI_HUD_Chat_C_ProcessVotingMessage::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessVotingMessage, CallFunc_Format_ReturnValue) == 0x0000D0, "Member 'WBP_UI_HUD_Chat_C_ProcessVotingMessage::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessVotingMessage, CallFunc_GetShortenText_ReturnValue) == 0x0000E8, "Member 'WBP_UI_HUD_Chat_C_ProcessVotingMessage::CallFunc_GetShortenText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_GetMoodText \ +static_assert(alignof(WBP_UI_HUD_Chat_C_GetMoodText) == 0x000008, "Wrong alignment on WBP_UI_HUD_Chat_C_GetMoodText"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_GetMoodText) == 0x000108, "Wrong size on WBP_UI_HUD_Chat_C_GetMoodText"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_GetMoodText, InText) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_GetMoodText::InText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_GetMoodText, IsGood) == 0x000018, "Member 'WBP_UI_HUD_Chat_C_GetMoodText::IsGood' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_GetMoodText, OutText) == 0x000020, "Member 'WBP_UI_HUD_Chat_C_GetMoodText::OutText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_GetMoodText, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'WBP_UI_HUD_Chat_C_GetMoodText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_GetMoodText, K2Node_MakeArray_Array) == 0x000078, "Member 'WBP_UI_HUD_Chat_C_GetMoodText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_GetMoodText, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'WBP_UI_HUD_Chat_C_GetMoodText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_GetMoodText, CallFunc_Format_ReturnValue) == 0x0000C8, "Member 'WBP_UI_HUD_Chat_C_GetMoodText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_GetMoodText, K2Node_MakeArray_Array_1) == 0x0000E0, "Member 'WBP_UI_HUD_Chat_C_GetMoodText::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_GetMoodText, CallFunc_Format_ReturnValue_1) == 0x0000F0, "Member 'WBP_UI_HUD_Chat_C_GetMoodText::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_AddText \ +static_assert(alignof(WBP_UI_HUD_Chat_C_AddText) == 0x000008, "Wrong alignment on WBP_UI_HUD_Chat_C_AddText"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_AddText) == 0x0000D8, "Wrong size on WBP_UI_HUD_Chat_C_AddText"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_AddText, NewMessage) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_AddText::NewMessage' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_AddText, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'WBP_UI_HUD_Chat_C_AddText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_AddText, CallFunc_GetText_ReturnValue) == 0x000058, "Member 'WBP_UI_HUD_Chat_C_AddText::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_AddText, K2Node_MakeStruct_FormatArgumentData_1) == 0x000070, "Member 'WBP_UI_HUD_Chat_C_AddText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_AddText, K2Node_MakeArray_Array) == 0x0000B0, "Member 'WBP_UI_HUD_Chat_C_AddText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_AddText, CallFunc_Format_ReturnValue) == 0x0000C0, "Member 'WBP_UI_HUD_Chat_C_AddText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_ProcessDefeatChange \ +static_assert(alignof(WBP_UI_HUD_Chat_C_ProcessDefeatChange) == 0x000008, "Wrong alignment on WBP_UI_HUD_Chat_C_ProcessDefeatChange"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_ProcessDefeatChange) == 0x000498, "Wrong size on WBP_UI_HUD_Chat_C_ProcessDefeatChange"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, PlayerState) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, AICrewState) == 0x000008, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::AICrewState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, OldDefeatState) == 0x000010, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::OldDefeatState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, NewDefeatState) == 0x000011, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::NewDefeatState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, IsInitialStateChange) == 0x000012, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::IsInitialStateChange' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, Text) == 0x000018, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::Text' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, Temp_text_Variable) == 0x000030, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, Temp_bool_Variable) == 0x000048, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, CallFunc_TextIsEmpty_ReturnValue) == 0x000049, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, Temp_text_Variable_1) == 0x000050, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, Temp_bool_Variable_1) == 0x000068, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, Temp_text_Variable_2) == 0x000070, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, Temp_byte_Variable) == 0x000088, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, Temp_text_Variable_3) == 0x000090, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, Temp_text_Variable_4) == 0x0000A8, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, Temp_text_Variable_5) == 0x0000C0, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, Temp_text_Variable_6) == 0x0000D8, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::Temp_text_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, Temp_text_Variable_7) == 0x0000F0, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::Temp_text_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, Temp_text_Variable_8) == 0x000108, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::Temp_text_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, Temp_text_Variable_9) == 0x000120, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::Temp_text_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, Temp_text_Variable_10) == 0x000138, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::Temp_text_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, Temp_text_Variable_11) == 0x000150, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::Temp_text_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, Temp_text_Variable_12) == 0x000168, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::Temp_text_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, Temp_byte_Variable_1) == 0x000180, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, Temp_text_Variable_13) == 0x000188, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::Temp_text_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, Temp_text_Variable_14) == 0x0001A0, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::Temp_text_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, Temp_text_Variable_15) == 0x0001B8, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::Temp_text_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, Temp_text_Variable_16) == 0x0001D0, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::Temp_text_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, Temp_text_Variable_17) == 0x0001E8, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::Temp_text_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, CallFunc_GetGameState_ReturnValue) == 0x000200, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, CallFunc_MakeLiteralText_ReturnValue) == 0x000208, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, Temp_bool_Variable_2) == 0x000220, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, Temp_text_Variable_18) == 0x000228, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::Temp_text_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000240, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000241, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000242, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000243, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, K2Node_Select_Default) == 0x000248, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000260, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, K2Node_Select_Default_1) == 0x000268, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, CallFunc_GetCharacterName_ReturnValue) == 0x000280, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::CallFunc_GetCharacterName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, CallFunc_IsValid_ReturnValue) == 0x000298, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, CallFunc_Conv_TextToString_ReturnValue) == 0x0002A0, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, CallFunc_Conv_StringToText_ReturnValue) == 0x0002B0, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, K2Node_DynamicCast_AsSBZPlayer_State) == 0x0002C8, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::K2Node_DynamicCast_AsSBZPlayer_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, K2Node_DynamicCast_bSuccess) == 0x0002D0, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, K2Node_MakeStruct_FormatArgumentData) == 0x0002D8, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, CallFunc_GetPlayerDisplayName_ReturnValue) == 0x000318, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::CallFunc_GetPlayerDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, K2Node_MakeArray_Array) == 0x000330, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, K2Node_MakeStruct_FormatArgumentData_1) == 0x000340, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, K2Node_MakeArray_Array_1) == 0x000380, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, CallFunc_Array_Contains_ReturnValue) == 0x000390, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, CallFunc_Not_PreBool_ReturnValue) == 0x000391, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, CallFunc_Play2DSound_ReturnValue) == 0x000394, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, CallFunc_GetLocalPlayerState_ReturnValue) == 0x000398, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::CallFunc_GetLocalPlayerState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0003A0, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, CallFunc_Format_ReturnValue) == 0x0003A8, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, CallFunc_BooleanOR_ReturnValue) == 0x0003C0, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, CallFunc_GetMoodText_OutText) == 0x0003C8, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::CallFunc_GetMoodText_OutText' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, Temp_bool_Variable_3) == 0x0003E0, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, CallFunc_Format_ReturnValue_1) == 0x0003E8, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, CallFunc_GetMoodText_OutText_1) == 0x000400, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::CallFunc_GetMoodText_OutText_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, K2Node_Select_Default_2) == 0x000418, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, CallFunc_MakeLiteralText_ReturnValue_1) == 0x000430, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, CallFunc_IsDedicatedServer_ReturnValue) == 0x000448, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, K2Node_Select_Default_3) == 0x000450, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, K2Node_Select_Default_4) == 0x000468, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessDefeatChange, K2Node_Select_Default_5) == 0x000480, "Member 'WBP_UI_HUD_Chat_C_ProcessDefeatChange::K2Node_Select_Default_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist \ +static_assert(alignof(WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist) == 0x000008, "Wrong alignment on WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist"); \ +static_assert(sizeof(WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist) == 0x000250, "Wrong size on WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist, InPlayerJoinedName) == 0x000000, "Member 'WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist::InPlayerJoinedName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist, CallFunc_GetText_ReturnValue) == 0x000058, "Member 'WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist, K2Node_MakeArray_Array) == 0x000070, "Member 'WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist, CallFunc_Format_ReturnValue) == 0x0000C0, "Member 'WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000D8, "Member 'WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist, K2Node_MakeArray_Array_1) == 0x000118, "Member 'WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist, CallFunc_Format_ReturnValue_1) == 0x000128, "Member 'WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist, CallFunc_Conv_TextToString_ReturnValue) == 0x000140, "Member 'WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist, CallFunc_Conv_StringToText_ReturnValue) == 0x000150, "Member 'WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist, K2Node_MakeStruct_FormatArgumentData_3) == 0x000168, "Member 'WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist, K2Node_MakeArray_Array_2) == 0x0001A8, "Member 'WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist, CallFunc_Format_ReturnValue_2) == 0x0001B8, "Member 'WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001D0, "Member 'WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist, K2Node_MakeArray_Array_3) == 0x000210, "Member 'WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist, CallFunc_Format_ReturnValue_3) == 0x000220, "Member 'WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist, CallFunc_GetShortenText_ReturnValue) == 0x000238, "Member 'WBP_UI_HUD_Chat_C_ProcessPlayerJoinedHeist::CallFunc_GetShortenText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_HUD_Chat_C \ +static_assert(alignof(UWBP_UI_HUD_Chat_C) == 0x000008, "Wrong alignment on UWBP_UI_HUD_Chat_C"); \ +static_assert(sizeof(UWBP_UI_HUD_Chat_C) == 0x0003A0, "Wrong size on UWBP_UI_HUD_Chat_C"); \ +static_assert(offsetof(UWBP_UI_HUD_Chat_C, UberGraphFrame) == 0x000348, "Member 'UWBP_UI_HUD_Chat_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Chat_C, Image_TextInputBackground) == 0x000350, "Member 'UWBP_UI_HUD_Chat_C::Image_TextInputBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Chat_C, ScrollBox_Text) == 0x000358, "Member 'UWBP_UI_HUD_Chat_C::ScrollBox_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Chat_C, Text_BlockChat) == 0x000360, "Member 'UWBP_UI_HUD_Chat_C::Text_BlockChat' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Chat_C, DisplayTimer) == 0x000368, "Member 'UWBP_UI_HUD_Chat_C::DisplayTimer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Chat_C, Tweakable_TimeShown) == 0x00036C, "Member 'UWBP_UI_HUD_Chat_C::Tweakable_TimeShown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Chat_C, bIsInit) == 0x000370, "Member 'UWBP_UI_HUD_Chat_C::bIsInit' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Chat_C, GameplayTags) == 0x000378, "Member 'UWBP_UI_HUD_Chat_C::GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Chat_C, MaxCount) == 0x000398, "Member 'UWBP_UI_HUD_Chat_C::MaxCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_HUD_Overlay_ObjectiveContainer_C \ +static_assert(alignof(UWBP_UI_HUD_Overlay_ObjectiveContainer_C) == 0x000008, "Wrong alignment on UWBP_UI_HUD_Overlay_ObjectiveContainer_C"); \ +static_assert(sizeof(UWBP_UI_HUD_Overlay_ObjectiveContainer_C) == 0x0002C8, "Wrong size on UWBP_UI_HUD_Overlay_ObjectiveContainer_C"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_ObjectiveContainer_C, Background) == 0x0002C0, "Member 'UWBP_UI_HUD_Overlay_ObjectiveContainer_C::Background' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_PartyMemeberDefeatTimer_C \ +static_assert(alignof(UWBP_UI_Widget_PartyMemeberDefeatTimer_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_PartyMemeberDefeatTimer_C"); \ +static_assert(sizeof(UWBP_UI_Widget_PartyMemeberDefeatTimer_C) == 0x0002A8, "Wrong size on UWBP_UI_Widget_PartyMemeberDefeatTimer_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyMemberWeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberWeaponStatus \ +static_assert(alignof(WBP_UI_Widget_PartyMemberWeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberWeaponStatus) == 0x000008, "Wrong alignment on WBP_UI_Widget_PartyMemberWeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberWeaponStatus"); \ +static_assert(sizeof(WBP_UI_Widget_PartyMemberWeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberWeaponStatus) == 0x000020, "Wrong size on WBP_UI_Widget_PartyMemberWeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberWeaponStatus"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberWeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberWeaponStatus, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_PartyMemberWeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberWeaponStatus::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberWeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberWeaponStatus, K2Node_Event_bIsEquippedNewValue) == 0x000004, "Member 'WBP_UI_Widget_PartyMemberWeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberWeaponStatus::K2Node_Event_bIsEquippedNewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberWeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberWeaponStatus, K2Node_Event_AmmoTotalChanged) == 0x000008, "Member 'WBP_UI_Widget_PartyMemberWeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberWeaponStatus::K2Node_Event_AmmoTotalChanged' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberWeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberWeaponStatus, K2Node_Event_NewState) == 0x00000C, "Member 'WBP_UI_Widget_PartyMemberWeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberWeaponStatus::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberWeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberWeaponStatus, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00000D, "Member 'WBP_UI_Widget_PartyMemberWeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberWeaponStatus::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberWeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberWeaponStatus, K2Node_Event_AmmoAddedCount) == 0x000010, "Member 'WBP_UI_Widget_PartyMemberWeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberWeaponStatus::K2Node_Event_AmmoAddedCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberWeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberWeaponStatus, K2Node_Event_bIsFireRangedWeaponScope) == 0x000014, "Member 'WBP_UI_Widget_PartyMemberWeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberWeaponStatus::K2Node_Event_bIsFireRangedWeaponScope' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberWeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberWeaponStatus, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_PartyMemberWeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberWeaponStatus::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyMemberWeaponStatus_C_OnAmmoAdded \ +static_assert(alignof(WBP_UI_Widget_PartyMemberWeaponStatus_C_OnAmmoAdded) == 0x000004, "Wrong alignment on WBP_UI_Widget_PartyMemberWeaponStatus_C_OnAmmoAdded"); \ +static_assert(sizeof(WBP_UI_Widget_PartyMemberWeaponStatus_C_OnAmmoAdded) == 0x000008, "Wrong size on WBP_UI_Widget_PartyMemberWeaponStatus_C_OnAmmoAdded"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberWeaponStatus_C_OnAmmoAdded, AmmoAddedCount) == 0x000000, "Member 'WBP_UI_Widget_PartyMemberWeaponStatus_C_OnAmmoAdded::AmmoAddedCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberWeaponStatus_C_OnAmmoAdded, bIsFireRangedWeaponScope) == 0x000004, "Member 'WBP_UI_Widget_PartyMemberWeaponStatus_C_OnAmmoAdded::bIsFireRangedWeaponScope' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyMemberWeaponStatus_C_OnAmmoTotalStateChanged \ +static_assert(alignof(WBP_UI_Widget_PartyMemberWeaponStatus_C_OnAmmoTotalStateChanged) == 0x000001, "Wrong alignment on WBP_UI_Widget_PartyMemberWeaponStatus_C_OnAmmoTotalStateChanged"); \ +static_assert(sizeof(WBP_UI_Widget_PartyMemberWeaponStatus_C_OnAmmoTotalStateChanged) == 0x000001, "Wrong size on WBP_UI_Widget_PartyMemberWeaponStatus_C_OnAmmoTotalStateChanged"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberWeaponStatus_C_OnAmmoTotalStateChanged, NewState) == 0x000000, "Member 'WBP_UI_Widget_PartyMemberWeaponStatus_C_OnAmmoTotalStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyMemberWeaponStatus_C_OnAmmoTotalChanged \ +static_assert(alignof(WBP_UI_Widget_PartyMemberWeaponStatus_C_OnAmmoTotalChanged) == 0x000004, "Wrong alignment on WBP_UI_Widget_PartyMemberWeaponStatus_C_OnAmmoTotalChanged"); \ +static_assert(sizeof(WBP_UI_Widget_PartyMemberWeaponStatus_C_OnAmmoTotalChanged) == 0x000004, "Wrong size on WBP_UI_Widget_PartyMemberWeaponStatus_C_OnAmmoTotalChanged"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberWeaponStatus_C_OnAmmoTotalChanged, AmmoTotalChanged) == 0x000000, "Member 'WBP_UI_Widget_PartyMemberWeaponStatus_C_OnAmmoTotalChanged::AmmoTotalChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyMemberWeaponStatus_C_OnEquippedChanged \ +static_assert(alignof(WBP_UI_Widget_PartyMemberWeaponStatus_C_OnEquippedChanged) == 0x000001, "Wrong alignment on WBP_UI_Widget_PartyMemberWeaponStatus_C_OnEquippedChanged"); \ +static_assert(sizeof(WBP_UI_Widget_PartyMemberWeaponStatus_C_OnEquippedChanged) == 0x000001, "Wrong size on WBP_UI_Widget_PartyMemberWeaponStatus_C_OnEquippedChanged"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberWeaponStatus_C_OnEquippedChanged, bIsEquippedNewValue) == 0x000000, "Member 'WBP_UI_Widget_PartyMemberWeaponStatus_C_OnEquippedChanged::bIsEquippedNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyMemberWeaponStatus_C_SetEquipped \ +static_assert(alignof(WBP_UI_Widget_PartyMemberWeaponStatus_C_SetEquipped) == 0x000004, "Wrong alignment on WBP_UI_Widget_PartyMemberWeaponStatus_C_SetEquipped"); \ +static_assert(sizeof(WBP_UI_Widget_PartyMemberWeaponStatus_C_SetEquipped) == 0x000008, "Wrong size on WBP_UI_Widget_PartyMemberWeaponStatus_C_SetEquipped"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberWeaponStatus_C_SetEquipped, IsEquipped) == 0x000000, "Member 'WBP_UI_Widget_PartyMemberWeaponStatus_C_SetEquipped::IsEquipped' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberWeaponStatus_C_SetEquipped, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_Widget_PartyMemberWeaponStatus_C_SetEquipped::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberWeaponStatus_C_SetEquipped, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_Widget_PartyMemberWeaponStatus_C_SetEquipped::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyMemberWeaponStatus_C_SetAmmoState \ +static_assert(alignof(WBP_UI_Widget_PartyMemberWeaponStatus_C_SetAmmoState) == 0x000008, "Wrong alignment on WBP_UI_Widget_PartyMemberWeaponStatus_C_SetAmmoState"); \ +static_assert(sizeof(WBP_UI_Widget_PartyMemberWeaponStatus_C_SetAmmoState) == 0x000038, "Wrong size on WBP_UI_Widget_PartyMemberWeaponStatus_C_SetAmmoState"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberWeaponStatus_C_SetAmmoState, TextBlock) == 0x000000, "Member 'WBP_UI_Widget_PartyMemberWeaponStatus_C_SetAmmoState::TextBlock' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberWeaponStatus_C_SetAmmoState, Index_0) == 0x000008, "Member 'WBP_UI_Widget_PartyMemberWeaponStatus_C_SetAmmoState::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberWeaponStatus_C_SetAmmoState, Temp_byte_Variable) == 0x000009, "Member 'WBP_UI_Widget_PartyMemberWeaponStatus_C_SetAmmoState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberWeaponStatus_C_SetAmmoState, K2Node_Select_Default) == 0x000010, "Member 'WBP_UI_Widget_PartyMemberWeaponStatus_C_SetAmmoState::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyMemberWeaponStatus_C_SetText \ +static_assert(alignof(WBP_UI_Widget_PartyMemberWeaponStatus_C_SetText) == 0x000008, "Wrong alignment on WBP_UI_Widget_PartyMemberWeaponStatus_C_SetText"); \ +static_assert(sizeof(WBP_UI_Widget_PartyMemberWeaponStatus_C_SetText) == 0x000060, "Wrong size on WBP_UI_Widget_PartyMemberWeaponStatus_C_SetText"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberWeaponStatus_C_SetText, AmmoValue) == 0x000000, "Member 'WBP_UI_Widget_PartyMemberWeaponStatus_C_SetText::AmmoValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberWeaponStatus_C_SetText, CallFunc_FormatIntToText_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_PartyMemberWeaponStatus_C_SetText::CallFunc_FormatIntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberWeaponStatus_C_SetText, CallFunc_Greater_IntInt_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_PartyMemberWeaponStatus_C_SetText::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberWeaponStatus_C_SetText, CallFunc_FormatIntToText_ReturnValue_1) == 0x000028, "Member 'WBP_UI_Widget_PartyMemberWeaponStatus_C_SetText::CallFunc_FormatIntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberWeaponStatus_C_SetText, CallFunc_FormatIntToText_ReturnValue_2) == 0x000040, "Member 'WBP_UI_Widget_PartyMemberWeaponStatus_C_SetText::CallFunc_FormatIntToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberWeaponStatus_C_SetText, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000058, "Member 'WBP_UI_Widget_PartyMemberWeaponStatus_C_SetText::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_PartyMemberWeaponStatus_C \ +static_assert(alignof(UWBP_UI_Widget_PartyMemberWeaponStatus_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_PartyMemberWeaponStatus_C"); \ +static_assert(sizeof(UWBP_UI_Widget_PartyMemberWeaponStatus_C) == 0x000368, "Wrong size on UWBP_UI_Widget_PartyMemberWeaponStatus_C"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyMemberWeaponStatus_C, UberGraphFrame) == 0x0002C0, "Member 'UWBP_UI_Widget_PartyMemberWeaponStatus_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyMemberWeaponStatus_C, OnPickUpAnimation) == 0x0002C8, "Member 'UWBP_UI_Widget_PartyMemberWeaponStatus_C::OnPickUpAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyMemberWeaponStatus_C, Background_I) == 0x0002D0, "Member 'UWBP_UI_Widget_PartyMemberWeaponStatus_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyMemberWeaponStatus_C, Text_AmmoBag) == 0x0002D8, "Member 'UWBP_UI_Widget_PartyMemberWeaponStatus_C::Text_AmmoBag' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyMemberWeaponStatus_C, Text_AmmoBagBackground) == 0x0002E0, "Member 'UWBP_UI_Widget_PartyMemberWeaponStatus_C::Text_AmmoBagBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyMemberWeaponStatus_C, NormalTextColor) == 0x0002E8, "Member 'UWBP_UI_Widget_PartyMemberWeaponStatus_C::NormalTextColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyMemberWeaponStatus_C, LowTextColor) == 0x000310, "Member 'UWBP_UI_Widget_PartyMemberWeaponStatus_C::LowTextColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyMemberWeaponStatus_C, CriticalTextColor) == 0x000338, "Member 'UWBP_UI_Widget_PartyMemberWeaponStatus_C::CriticalTextColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyMemberWeaponStatus_C, EquippedOpacity) == 0x000360, "Member 'UWBP_UI_Widget_PartyMemberWeaponStatus_C::EquippedOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyMemberWeaponStatus_C, UnequippedOpacity) == 0x000364, "Member 'UWBP_UI_Widget_PartyMemberWeaponStatus_C::UnequippedOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_AI_ThrowItem_C \ +static_assert(alignof(UGA_AI_ThrowItem_C) == 0x000008, "Wrong alignment on UGA_AI_ThrowItem_C"); \ +static_assert(sizeof(UGA_AI_ThrowItem_C) == 0x000508, "Wrong size on UGA_AI_ThrowItem_C"); \ + +#define DUMPER7_ASSERTS_WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus \ +static_assert(alignof(WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus) == 0x000008, "Wrong alignment on WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus"); \ +static_assert(sizeof(WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus) == 0x000138, "Wrong size on WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus"); \ +static_assert(offsetof(WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus, EntryPoint) == 0x000000, "Member 'WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000008, "Member 'WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus, K2Node_MakeStruct_SlateColor) == 0x000018, "Member 'WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus, K2Node_MakeStruct_SlateColor_1) == 0x000040, "Member 'WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus, Temp_object_Variable) == 0x000068, "Member 'WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus, K2Node_DynamicCast_AsPaper_Sprite) == 0x000070, "Member 'WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus, K2Node_Event_InAmmoInventory) == 0x00007C, "Member 'WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus::K2Node_Event_InAmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1) == 0x000080, "Member 'WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus, CallFunc_Conv_IntToText_ReturnValue) == 0x000090, "Member 'WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus, CallFunc_Greater_IntInt_ReturnValue) == 0x0000A8, "Member 'WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus, K2Node_Event_InIcon) == 0x0000B0, "Member 'WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus::K2Node_Event_InIcon' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x0000E0, "Member 'WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus, K2Node_CustomEvent_Loaded) == 0x0000E8, "Member 'WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus, K2Node_CreateDelegate_OutputDelegate) == 0x0000F0, "Member 'WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus, K2Node_Event_IsDesignTime) == 0x000104, "Member 'WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus, CallFunc_SelectFloat_ReturnValue) == 0x000108, "Member 'WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus, K2Node_MakeStruct_SlateColor_2) == 0x000110, "Member 'WBP_PartyMember_PlaceableStatus_C_ExecuteUbergraph_WBP_PartyMember_PlaceableStatus::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PartyMember_PlaceableStatus_C_PreConstruct \ +static_assert(alignof(WBP_PartyMember_PlaceableStatus_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_PartyMember_PlaceableStatus_C_PreConstruct"); \ +static_assert(sizeof(WBP_PartyMember_PlaceableStatus_C_PreConstruct) == 0x000001, "Wrong size on WBP_PartyMember_PlaceableStatus_C_PreConstruct"); \ +static_assert(offsetof(WBP_PartyMember_PlaceableStatus_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_PartyMember_PlaceableStatus_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PartyMember_PlaceableStatus_C_OnIconChanged \ +static_assert(alignof(WBP_PartyMember_PlaceableStatus_C_OnIconChanged) == 0x000008, "Wrong alignment on WBP_PartyMember_PlaceableStatus_C_OnIconChanged"); \ +static_assert(sizeof(WBP_PartyMember_PlaceableStatus_C_OnIconChanged) == 0x000030, "Wrong size on WBP_PartyMember_PlaceableStatus_C_OnIconChanged"); \ +static_assert(offsetof(WBP_PartyMember_PlaceableStatus_C_OnIconChanged, InIcon) == 0x000000, "Member 'WBP_PartyMember_PlaceableStatus_C_OnIconChanged::InIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PartyMember_PlaceableStatus_C_OnAmmoInventoryChanged \ +static_assert(alignof(WBP_PartyMember_PlaceableStatus_C_OnAmmoInventoryChanged) == 0x000004, "Wrong alignment on WBP_PartyMember_PlaceableStatus_C_OnAmmoInventoryChanged"); \ +static_assert(sizeof(WBP_PartyMember_PlaceableStatus_C_OnAmmoInventoryChanged) == 0x000004, "Wrong size on WBP_PartyMember_PlaceableStatus_C_OnAmmoInventoryChanged"); \ +static_assert(offsetof(WBP_PartyMember_PlaceableStatus_C_OnAmmoInventoryChanged, InAmmoInventory) == 0x000000, "Member 'WBP_PartyMember_PlaceableStatus_C_OnAmmoInventoryChanged::InAmmoInventory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PartyMember_PlaceableStatus_C_OnLoaded_0F5569B84A5DAB86C57844A742D5FFB1 \ +static_assert(alignof(WBP_PartyMember_PlaceableStatus_C_OnLoaded_0F5569B84A5DAB86C57844A742D5FFB1) == 0x000008, "Wrong alignment on WBP_PartyMember_PlaceableStatus_C_OnLoaded_0F5569B84A5DAB86C57844A742D5FFB1"); \ +static_assert(sizeof(WBP_PartyMember_PlaceableStatus_C_OnLoaded_0F5569B84A5DAB86C57844A742D5FFB1) == 0x000008, "Wrong size on WBP_PartyMember_PlaceableStatus_C_OnLoaded_0F5569B84A5DAB86C57844A742D5FFB1"); \ +static_assert(offsetof(WBP_PartyMember_PlaceableStatus_C_OnLoaded_0F5569B84A5DAB86C57844A742D5FFB1, Loaded) == 0x000000, "Member 'WBP_PartyMember_PlaceableStatus_C_OnLoaded_0F5569B84A5DAB86C57844A742D5FFB1::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PartyMember_PlaceableStatus_C \ +static_assert(alignof(UWBP_PartyMember_PlaceableStatus_C) == 0x000008, "Wrong alignment on UWBP_PartyMember_PlaceableStatus_C"); \ +static_assert(sizeof(UWBP_PartyMember_PlaceableStatus_C) == 0x000328, "Wrong size on UWBP_PartyMember_PlaceableStatus_C"); \ +static_assert(offsetof(UWBP_PartyMember_PlaceableStatus_C, UberGraphFrame) == 0x0002F0, "Member 'UWBP_PartyMember_PlaceableStatus_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_PlaceableStatus_C, OnPickUpAnimation) == 0x0002F8, "Member 'UWBP_PartyMember_PlaceableStatus_C::OnPickUpAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_PlaceableStatus_C, Background_I) == 0x000300, "Member 'UWBP_PartyMember_PlaceableStatus_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_PlaceableStatus_C, Icon_I) == 0x000308, "Member 'UWBP_PartyMember_PlaceableStatus_C::Icon_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_PlaceableStatus_C, Value_T) == 0x000310, "Member 'UWBP_PartyMember_PlaceableStatus_C::Value_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_PlaceableStatus_C, DesignerToolIcon) == 0x000318, "Member 'UWBP_PartyMember_PlaceableStatus_C::DesignerToolIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_PlaceableStatus_C, HasAmmoOpacity) == 0x000320, "Member 'UWBP_PartyMember_PlaceableStatus_C::HasAmmoOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_PlaceableStatus_C, NoAmmoOpacity) == 0x000324, "Member 'UWBP_PartyMember_PlaceableStatus_C::NoAmmoOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_BlueKeycardReader_C \ +static_assert(alignof(ABP_BlueKeycardReader_C) == 0x000008, "Wrong alignment on ABP_BlueKeycardReader_C"); \ +static_assert(sizeof(ABP_BlueKeycardReader_C) == 0x000368, "Wrong size on ABP_BlueKeycardReader_C"); \ + +#define DUMPER7_ASSERTS_UDA_Melee_Butt_DamageType_C \ +static_assert(alignof(UDA_Melee_Butt_DamageType_C) == 0x000008, "Wrong alignment on UDA_Melee_Butt_DamageType_C"); \ +static_assert(sizeof(UDA_Melee_Butt_DamageType_C) == 0x000090, "Wrong size on UDA_Melee_Butt_DamageType_C"); \ + +#define DUMPER7_ASSERTS_WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus \ +static_assert(alignof(WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus) == 0x000008, "Wrong alignment on WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus"); \ +static_assert(sizeof(WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus) == 0x000138, "Wrong size on WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus"); \ +static_assert(offsetof(WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus, EntryPoint) == 0x000000, "Member 'WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000008, "Member 'WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus, K2Node_MakeStruct_SlateColor) == 0x000018, "Member 'WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus, K2Node_MakeStruct_SlateColor_1) == 0x000040, "Member 'WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus, Temp_object_Variable) == 0x000068, "Member 'WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus, K2Node_Event_InAmmoInventory) == 0x000070, "Member 'WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus::K2Node_Event_InAmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus, K2Node_DynamicCast_AsPaper_Sprite) == 0x000078, "Member 'WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus, CallFunc_Conv_IntToText_ReturnValue) == 0x000088, "Member 'WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1) == 0x0000A0, "Member 'WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus, CallFunc_Greater_IntInt_ReturnValue) == 0x0000B0, "Member 'WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus, K2Node_Event_InIcon) == 0x0000B8, "Member 'WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus::K2Node_Event_InIcon' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus, K2Node_CustomEvent_Loaded) == 0x0000E8, "Member 'WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x0000F0, "Member 'WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus, K2Node_Event_IsDesignTime) == 0x0000F1, "Member 'WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus, CallFunc_SelectFloat_ReturnValue) == 0x0000F4, "Member 'WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus, K2Node_MakeStruct_SlateColor_2) == 0x0000F8, "Member 'WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus, K2Node_CreateDelegate_OutputDelegate) == 0x000120, "Member 'WBP_PartyMember_ConsumableStatus_C_ExecuteUbergraph_WBP_PartyMember_ConsumableStatus::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PartyMember_ConsumableStatus_C_PreConstruct \ +static_assert(alignof(WBP_PartyMember_ConsumableStatus_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_PartyMember_ConsumableStatus_C_PreConstruct"); \ +static_assert(sizeof(WBP_PartyMember_ConsumableStatus_C_PreConstruct) == 0x000001, "Wrong size on WBP_PartyMember_ConsumableStatus_C_PreConstruct"); \ +static_assert(offsetof(WBP_PartyMember_ConsumableStatus_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_PartyMember_ConsumableStatus_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PartyMember_ConsumableStatus_C_OnIconChanged \ +static_assert(alignof(WBP_PartyMember_ConsumableStatus_C_OnIconChanged) == 0x000008, "Wrong alignment on WBP_PartyMember_ConsumableStatus_C_OnIconChanged"); \ +static_assert(sizeof(WBP_PartyMember_ConsumableStatus_C_OnIconChanged) == 0x000030, "Wrong size on WBP_PartyMember_ConsumableStatus_C_OnIconChanged"); \ +static_assert(offsetof(WBP_PartyMember_ConsumableStatus_C_OnIconChanged, InIcon) == 0x000000, "Member 'WBP_PartyMember_ConsumableStatus_C_OnIconChanged::InIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PartyMember_ConsumableStatus_C_OnConsumableCountChanged \ +static_assert(alignof(WBP_PartyMember_ConsumableStatus_C_OnConsumableCountChanged) == 0x000004, "Wrong alignment on WBP_PartyMember_ConsumableStatus_C_OnConsumableCountChanged"); \ +static_assert(sizeof(WBP_PartyMember_ConsumableStatus_C_OnConsumableCountChanged) == 0x000004, "Wrong size on WBP_PartyMember_ConsumableStatus_C_OnConsumableCountChanged"); \ +static_assert(offsetof(WBP_PartyMember_ConsumableStatus_C_OnConsumableCountChanged, InAmmoInventory) == 0x000000, "Member 'WBP_PartyMember_ConsumableStatus_C_OnConsumableCountChanged::InAmmoInventory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PartyMember_ConsumableStatus_C_OnLoaded_534139B347CE697207941FBEC708B992 \ +static_assert(alignof(WBP_PartyMember_ConsumableStatus_C_OnLoaded_534139B347CE697207941FBEC708B992) == 0x000008, "Wrong alignment on WBP_PartyMember_ConsumableStatus_C_OnLoaded_534139B347CE697207941FBEC708B992"); \ +static_assert(sizeof(WBP_PartyMember_ConsumableStatus_C_OnLoaded_534139B347CE697207941FBEC708B992) == 0x000008, "Wrong size on WBP_PartyMember_ConsumableStatus_C_OnLoaded_534139B347CE697207941FBEC708B992"); \ +static_assert(offsetof(WBP_PartyMember_ConsumableStatus_C_OnLoaded_534139B347CE697207941FBEC708B992, Loaded) == 0x000000, "Member 'WBP_PartyMember_ConsumableStatus_C_OnLoaded_534139B347CE697207941FBEC708B992::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PartyMember_ConsumableStatus_C \ +static_assert(alignof(UWBP_PartyMember_ConsumableStatus_C) == 0x000008, "Wrong alignment on UWBP_PartyMember_ConsumableStatus_C"); \ +static_assert(sizeof(UWBP_PartyMember_ConsumableStatus_C) == 0x0003B8, "Wrong size on UWBP_PartyMember_ConsumableStatus_C"); \ +static_assert(offsetof(UWBP_PartyMember_ConsumableStatus_C, UberGraphFrame) == 0x000308, "Member 'UWBP_PartyMember_ConsumableStatus_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ConsumableStatus_C, OnPickUpAnimation) == 0x000310, "Member 'UWBP_PartyMember_ConsumableStatus_C::OnPickUpAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ConsumableStatus_C, Background_I) == 0x000318, "Member 'UWBP_PartyMember_ConsumableStatus_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ConsumableStatus_C, Icon_I) == 0x000320, "Member 'UWBP_PartyMember_ConsumableStatus_C::Icon_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ConsumableStatus_C, Value_T) == 0x000328, "Member 'UWBP_PartyMember_ConsumableStatus_C::Value_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ConsumableStatus_C, NormalTextColor) == 0x000330, "Member 'UWBP_PartyMember_ConsumableStatus_C::NormalTextColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ConsumableStatus_C, LowTextColor) == 0x000358, "Member 'UWBP_PartyMember_ConsumableStatus_C::LowTextColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ConsumableStatus_C, CriticalTextColor) == 0x000380, "Member 'UWBP_PartyMember_ConsumableStatus_C::CriticalTextColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ConsumableStatus_C, HasAmmoOpacity) == 0x0003A8, "Member 'UWBP_PartyMember_ConsumableStatus_C::HasAmmoOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ConsumableStatus_C, NoAmmoOpacity) == 0x0003AC, "Member 'UWBP_PartyMember_ConsumableStatus_C::NoAmmoOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PartyMember_ConsumableStatus_C, DesignerToolIcon) == 0x0003B0, "Member 'UWBP_PartyMember_ConsumableStatus_C::DesignerToolIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedCollision_C_ExecuteUbergraph_BP_ReplicatedCollision \ +static_assert(alignof(BP_ReplicatedCollision_C_ExecuteUbergraph_BP_ReplicatedCollision) == 0x000004, "Wrong alignment on BP_ReplicatedCollision_C_ExecuteUbergraph_BP_ReplicatedCollision"); \ +static_assert(sizeof(BP_ReplicatedCollision_C_ExecuteUbergraph_BP_ReplicatedCollision) == 0x000138, "Wrong size on BP_ReplicatedCollision_C_ExecuteUbergraph_BP_ReplicatedCollision"); \ +static_assert(offsetof(BP_ReplicatedCollision_C_ExecuteUbergraph_BP_ReplicatedCollision, EntryPoint) == 0x000000, "Member 'BP_ReplicatedCollision_C_ExecuteUbergraph_BP_ReplicatedCollision::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedCollision_C_ExecuteUbergraph_BP_ReplicatedCollision, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000004, "Member 'BP_ReplicatedCollision_C_ExecuteUbergraph_BP_ReplicatedCollision::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedCollision_C_ExecuteUbergraph_BP_ReplicatedCollision, CallFunc_MakeVector_ReturnValue) == 0x000094, "Member 'BP_ReplicatedCollision_C_ExecuteUbergraph_BP_ReplicatedCollision::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedCollision_C_ExecuteUbergraph_BP_ReplicatedCollision, K2Node_Event_bStateToChangeTo) == 0x0000A0, "Member 'BP_ReplicatedCollision_C_ExecuteUbergraph_BP_ReplicatedCollision::K2Node_Event_bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedCollision_C_ExecuteUbergraph_BP_ReplicatedCollision, K2Node_Event_bDoCosmetics_1) == 0x0000A1, "Member 'BP_ReplicatedCollision_C_ExecuteUbergraph_BP_ReplicatedCollision::K2Node_Event_bDoCosmetics_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedCollision_C_ExecuteUbergraph_BP_ReplicatedCollision, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x0000A4, "Member 'BP_ReplicatedCollision_C_ExecuteUbergraph_BP_ReplicatedCollision::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedCollision_C_ExecuteUbergraph_BP_ReplicatedCollision, K2Node_Event_bActorsInCloset) == 0x000134, "Member 'BP_ReplicatedCollision_C_ExecuteUbergraph_BP_ReplicatedCollision::K2Node_Event_bActorsInCloset' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedCollision_C_ExecuteUbergraph_BP_ReplicatedCollision, K2Node_Event_bDoCosmetics) == 0x000135, "Member 'BP_ReplicatedCollision_C_ExecuteUbergraph_BP_ReplicatedCollision::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedCollision_C_ExecuteUbergraph_BP_ReplicatedCollision, CallFunc_Not_PreBool_ReturnValue) == 0x000136, "Member 'BP_ReplicatedCollision_C_ExecuteUbergraph_BP_ReplicatedCollision::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedCollision_C_ReactToCloset \ +static_assert(alignof(BP_ReplicatedCollision_C_ReactToCloset) == 0x000001, "Wrong alignment on BP_ReplicatedCollision_C_ReactToCloset"); \ +static_assert(sizeof(BP_ReplicatedCollision_C_ReactToCloset) == 0x000002, "Wrong size on BP_ReplicatedCollision_C_ReactToCloset"); \ +static_assert(offsetof(BP_ReplicatedCollision_C_ReactToCloset, bActorsInCloset) == 0x000000, "Member 'BP_ReplicatedCollision_C_ReactToCloset::bActorsInCloset' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedCollision_C_ReactToCloset, bDoCosmetics) == 0x000001, "Member 'BP_ReplicatedCollision_C_ReactToCloset::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedCollision_C_OnStateChanged \ +static_assert(alignof(BP_ReplicatedCollision_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_ReplicatedCollision_C_OnStateChanged"); \ +static_assert(sizeof(BP_ReplicatedCollision_C_OnStateChanged) == 0x000002, "Wrong size on BP_ReplicatedCollision_C_OnStateChanged"); \ +static_assert(offsetof(BP_ReplicatedCollision_C_OnStateChanged, bStateToChangeTo) == 0x000000, "Member 'BP_ReplicatedCollision_C_OnStateChanged::bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedCollision_C_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_ReplicatedCollision_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ReplicatedCollision_C \ +static_assert(alignof(ABP_ReplicatedCollision_C) == 0x000008, "Wrong alignment on ABP_ReplicatedCollision_C"); \ +static_assert(sizeof(ABP_ReplicatedCollision_C) == 0x000308, "Wrong size on ABP_ReplicatedCollision_C"); \ +static_assert(offsetof(ABP_ReplicatedCollision_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_ReplicatedCollision_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedCollision_C, Int_SHE_AirDuct_01_BotMesh_01_16_128_01) == 0x0002E0, "Member 'ABP_ReplicatedCollision_C::Int_SHE_AirDuct_01_BotMesh_01_16_128_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedCollision_C, Scene) == 0x0002E8, "Member 'ABP_ReplicatedCollision_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedCollision_C, Box) == 0x0002F0, "Member 'ABP_ReplicatedCollision_C::Box' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedCollision_C, Timeline_0_Y_E8952FBE43E4FD5B94AD9CB5E6E2D982) == 0x0002F8, "Member 'ABP_ReplicatedCollision_C::Timeline_0_Y_E8952FBE43E4FD5B94AD9CB5E6E2D982' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedCollision_C, Timeline_0__Direction_E8952FBE43E4FD5B94AD9CB5E6E2D982) == 0x0002FC, "Member 'ABP_ReplicatedCollision_C::Timeline_0__Direction_E8952FBE43E4FD5B94AD9CB5E6E2D982' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedCollision_C, Timeline_0) == 0x000300, "Member 'ABP_ReplicatedCollision_C::Timeline_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyMemberRevive_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberRevive \ +static_assert(alignof(WBP_UI_Widget_PartyMemberRevive_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberRevive) == 0x000008, "Wrong alignment on WBP_UI_Widget_PartyMemberRevive_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberRevive"); \ +static_assert(sizeof(WBP_UI_Widget_PartyMemberRevive_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberRevive) == 0x000048, "Wrong size on WBP_UI_Widget_PartyMemberRevive_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberRevive"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberRevive_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberRevive, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_PartyMemberRevive_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberRevive::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberRevive_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberRevive, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_UI_Widget_PartyMemberRevive_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberRevive::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberRevive_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberRevive, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'WBP_UI_Widget_PartyMemberRevive_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberRevive::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberRevive_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberRevive, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000040, "Member 'WBP_UI_Widget_PartyMemberRevive_C_ExecuteUbergraph_WBP_UI_Widget_PartyMemberRevive::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyMemberRevive_C_Tick \ +static_assert(alignof(WBP_UI_Widget_PartyMemberRevive_C_Tick) == 0x000004, "Wrong alignment on WBP_UI_Widget_PartyMemberRevive_C_Tick"); \ +static_assert(sizeof(WBP_UI_Widget_PartyMemberRevive_C_Tick) == 0x00003C, "Wrong size on WBP_UI_Widget_PartyMemberRevive_C_Tick"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberRevive_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_UI_Widget_PartyMemberRevive_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyMemberRevive_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_UI_Widget_PartyMemberRevive_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_PartyMemberRevive_C \ +static_assert(alignof(UWBP_UI_Widget_PartyMemberRevive_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_PartyMemberRevive_C"); \ +static_assert(sizeof(UWBP_UI_Widget_PartyMemberRevive_C) == 0x0002F0, "Wrong size on UWBP_UI_Widget_PartyMemberRevive_C"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyMemberRevive_C, UberGraphFrame) == 0x0002B8, "Member 'UWBP_UI_Widget_PartyMemberRevive_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyMemberRevive_C, Image_ReviveGauge) == 0x0002C0, "Member 'UWBP_UI_Widget_PartyMemberRevive_C::Image_ReviveGauge' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyMemberRevive_C, ReviveGauge_Material) == 0x0002C8, "Member 'UWBP_UI_Widget_PartyMemberRevive_C::ReviveGauge_Material' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyMemberRevive_C, OnReviveStartedDispatcher) == 0x0002D0, "Member 'UWBP_UI_Widget_PartyMemberRevive_C::OnReviveStartedDispatcher' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyMemberRevive_C, OnReviveEndedDispatcher) == 0x0002E0, "Member 'UWBP_UI_Widget_PartyMemberRevive_C::OnReviveEndedDispatcher' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective \ +static_assert(alignof(WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective) == 0x000008, "Wrong alignment on WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective"); \ +static_assert(sizeof(WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective) == 0x000058, "Wrong size on WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective"); \ +static_assert(offsetof(WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective, K2Node_Event_Animation) == 0x000008, "Member 'WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective::K2Node_Event_Animation' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective, K2Node_Event_NewObjectiveActivated) == 0x000010, "Member 'WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective::K2Node_Event_NewObjectiveActivated' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective, K2Node_Event_InTickingLootType) == 0x000018, "Member 'WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective::K2Node_Event_InTickingLootType' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective, K2Node_Event_ObjectiveInit) == 0x000020, "Member 'WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective::K2Node_Event_ObjectiveInit' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective, K2Node_Event_bIsSubObjective) == 0x000028, "Member 'WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective::K2Node_Event_bIsSubObjective' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000029, "Member 'WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000030, "Member 'WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective, CallFunc_PlayAnimationForward_ReturnValue) == 0x000038, "Member 'WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000040, "Member 'WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective, K2Node_Event_IsDesignTime) == 0x000041, "Member 'WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000048, "Member 'WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000050, "Member 'WBP_UI_Widget_Objective_C_ExecuteUbergraph_WBP_UI_Widget_Objective::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Objective_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_Objective_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_Objective_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_Objective_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_Objective_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_Objective_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_Objective_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Objective_C_OnObjectiveInitialized \ +static_assert(alignof(WBP_UI_Widget_Objective_C_OnObjectiveInitialized) == 0x000008, "Wrong alignment on WBP_UI_Widget_Objective_C_OnObjectiveInitialized"); \ +static_assert(sizeof(WBP_UI_Widget_Objective_C_OnObjectiveInitialized) == 0x000010, "Wrong size on WBP_UI_Widget_Objective_C_OnObjectiveInitialized"); \ +static_assert(offsetof(WBP_UI_Widget_Objective_C_OnObjectiveInitialized, ObjectiveInit) == 0x000000, "Member 'WBP_UI_Widget_Objective_C_OnObjectiveInitialized::ObjectiveInit' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Objective_C_OnObjectiveInitialized, bIsSubObjective) == 0x000008, "Member 'WBP_UI_Widget_Objective_C_OnObjectiveInitialized::bIsSubObjective' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Objective_C_OnTickingTypeChanged \ +static_assert(alignof(WBP_UI_Widget_Objective_C_OnTickingTypeChanged) == 0x000001, "Wrong alignment on WBP_UI_Widget_Objective_C_OnTickingTypeChanged"); \ +static_assert(sizeof(WBP_UI_Widget_Objective_C_OnTickingTypeChanged) == 0x000001, "Wrong size on WBP_UI_Widget_Objective_C_OnTickingTypeChanged"); \ +static_assert(offsetof(WBP_UI_Widget_Objective_C_OnTickingTypeChanged, InTickingLootType) == 0x000000, "Member 'WBP_UI_Widget_Objective_C_OnTickingTypeChanged::InTickingLootType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Objective_C_ObjectiveActivated \ +static_assert(alignof(WBP_UI_Widget_Objective_C_ObjectiveActivated) == 0x000008, "Wrong alignment on WBP_UI_Widget_Objective_C_ObjectiveActivated"); \ +static_assert(sizeof(WBP_UI_Widget_Objective_C_ObjectiveActivated) == 0x000008, "Wrong size on WBP_UI_Widget_Objective_C_ObjectiveActivated"); \ +static_assert(offsetof(WBP_UI_Widget_Objective_C_ObjectiveActivated, NewObjectiveActivated) == 0x000000, "Member 'WBP_UI_Widget_Objective_C_ObjectiveActivated::NewObjectiveActivated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Objective_C_OnAnimationFinished \ +static_assert(alignof(WBP_UI_Widget_Objective_C_OnAnimationFinished) == 0x000008, "Wrong alignment on WBP_UI_Widget_Objective_C_OnAnimationFinished"); \ +static_assert(sizeof(WBP_UI_Widget_Objective_C_OnAnimationFinished) == 0x000008, "Wrong size on WBP_UI_Widget_Objective_C_OnAnimationFinished"); \ +static_assert(offsetof(WBP_UI_Widget_Objective_C_OnAnimationFinished, Animation) == 0x000000, "Member 'WBP_UI_Widget_Objective_C_OnAnimationFinished::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Objective_C_UpdateTickingLootType \ +static_assert(alignof(WBP_UI_Widget_Objective_C_UpdateTickingLootType) == 0x000008, "Wrong alignment on WBP_UI_Widget_Objective_C_UpdateTickingLootType"); \ +static_assert(sizeof(WBP_UI_Widget_Objective_C_UpdateTickingLootType) == 0x000020, "Wrong size on WBP_UI_Widget_Objective_C_UpdateTickingLootType"); \ +static_assert(offsetof(WBP_UI_Widget_Objective_C_UpdateTickingLootType, InType) == 0x000000, "Member 'WBP_UI_Widget_Objective_C_UpdateTickingLootType::InType' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Objective_C_UpdateTickingLootType, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'WBP_UI_Widget_Objective_C_UpdateTickingLootType::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Objective_C_UpdateTickingLootType, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000002, "Member 'WBP_UI_Widget_Objective_C_UpdateTickingLootType::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Objective_C_UpdateTickingLootType, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_Objective_C_UpdateTickingLootType::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Objective_C_UpdateTickingLootType, CallFunc_PlayAnimation_ReturnValue_1) == 0x000010, "Member 'WBP_UI_Widget_Objective_C_UpdateTickingLootType::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Objective_C_UpdateTickingLootType, CallFunc_IsAnimationPlaying_ReturnValue_1) == 0x000018, "Member 'WBP_UI_Widget_Objective_C_UpdateTickingLootType::CallFunc_IsAnimationPlaying_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Objective_C_UpdateTickingLootType, CallFunc_IsAnimationPlaying_ReturnValue_2) == 0x000019, "Member 'WBP_UI_Widget_Objective_C_UpdateTickingLootType::CallFunc_IsAnimationPlaying_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_Objective_C \ +static_assert(alignof(UWBP_UI_Widget_Objective_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_Objective_C"); \ +static_assert(sizeof(UWBP_UI_Widget_Objective_C) == 0x000420, "Wrong size on UWBP_UI_Widget_Objective_C"); \ +static_assert(offsetof(UWBP_UI_Widget_Objective_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_UI_Widget_Objective_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Objective_C, OnSabotageTickingLoot) == 0x000300, "Member 'UWBP_UI_Widget_Objective_C::OnSabotageTickingLoot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Objective_C, TickingLootPulsate) == 0x000308, "Member 'UWBP_UI_Widget_Objective_C::TickingLootPulsate' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Objective_C, OnFinishedAnimation_2) == 0x000310, "Member 'UWBP_UI_Widget_Objective_C::OnFinishedAnimation_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Objective_C, OnFinishedAnimation) == 0x000318, "Member 'UWBP_UI_Widget_Objective_C::OnFinishedAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Objective_C, Background_I) == 0x000320, "Member 'UWBP_UI_Widget_Objective_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Objective_C, BlurredDollarsCounterBackground) == 0x000328, "Member 'UWBP_UI_Widget_Objective_C::BlurredDollarsCounterBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Objective_C, Border_I) == 0x000330, "Member 'UWBP_UI_Widget_Objective_C::Border_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Objective_C, Dollar00_T) == 0x000338, "Member 'UWBP_UI_Widget_Objective_C::Dollar00_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Objective_C, Dollar01_T) == 0x000340, "Member 'UWBP_UI_Widget_Objective_C::Dollar01_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Objective_C, Dollar02_T) == 0x000348, "Member 'UWBP_UI_Widget_Objective_C::Dollar02_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Objective_C, Dollar03_T) == 0x000350, "Member 'UWBP_UI_Widget_Objective_C::Dollar03_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Objective_C, DollarIcon_I) == 0x000358, "Member 'UWBP_UI_Widget_Objective_C::DollarIcon_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Objective_C, DollarPrefix_T) == 0x000360, "Member 'UWBP_UI_Widget_Objective_C::DollarPrefix_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Objective_C, ObjectiveIcon_WS) == 0x000368, "Member 'UWBP_UI_Widget_Objective_C::ObjectiveIcon_WS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Objective_C, SlantedObjectiveRect_I) == 0x000370, "Member 'UWBP_UI_Widget_Objective_C::SlantedObjectiveRect_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Objective_C, TickingLootIcon_WS) == 0x000378, "Member 'UWBP_UI_Widget_Objective_C::TickingLootIcon_WS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Objective_C, IncreasingColor) == 0x000380, "Member 'UWBP_UI_Widget_Objective_C::IncreasingColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Objective_C, DecreasingColor) == 0x0003A8, "Member 'UWBP_UI_Widget_Objective_C::DecreasingColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Objective_C, SabotagedColor) == 0x0003D0, "Member 'UWBP_UI_Widget_Objective_C::SabotagedColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Objective_C, NotTickingColor) == 0x0003F8, "Member 'UWBP_UI_Widget_Objective_C::NotTickingColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget \ +static_assert(alignof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget) == 0x000008, "Wrong alignment on WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget"); \ +static_assert(sizeof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget) == 0x000288, "Wrong size on WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, Temp_bool_Variable) == 0x00002C, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, Temp_byte_Variable) == 0x00002D, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, Temp_byte_Variable_1) == 0x00002E, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, Temp_byte_Variable_2) == 0x00002F, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, Temp_byte_Variable_3) == 0x000030, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_CreateDelegate_OutputDelegate_2) == 0x000034, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, CallFunc_GetUIManager_ReturnValue) == 0x000048, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, CallFunc_GetSpriteForNebula_ReturnValue) == 0x000050, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::CallFunc_GetSpriteForNebula_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_CreateDelegate_OutputDelegate_3) == 0x000058, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_Event_IsDesignTime) == 0x00006C, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, CallFunc_GetPlatform_ReturnValue) == 0x00006D, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_Event_InPlayerState_1) == 0x000070, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_Event_InPlayerState_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_Event_InPlayerState) == 0x000078, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_Event_InPlayerState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, CallFunc_GetPlatform_ReturnValue_1) == 0x000080, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::CallFunc_GetPlatform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000081, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, CallFunc_GetSpriteForPlatform_ReturnValue) == 0x000088, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::CallFunc_GetSpriteForPlatform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, CallFunc_GetGameEventBroker_ReturnValue) == 0x000090, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::CallFunc_GetGameEventBroker_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, CallFunc_GetGameEventBroker_ReturnValue_1) == 0x000098, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::CallFunc_GetGameEventBroker_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, Temp_bool_Variable_1) == 0x0000A0, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_Select_Default) == 0x0000A8, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_CustomEvent_InPlayerState) == 0x0000B8, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_CustomEvent_InPlayerState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_CustomEvent_Old) == 0x0000C0, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_CustomEvent_Old' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_CustomEvent_New) == 0x0000C1, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_CustomEvent_New' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x0000C8, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_DynamicCast_AsWBP_UI_Widget_Player_Defeat_State) == 0x0000D8, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_DynamicCast_AsWBP_UI_Widget_Player_Defeat_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_DynamicCast_bSuccess) == 0x0000E0, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_DynamicCast_AsWBP_UI_Widget_Party_Member_Revive) == 0x0000E8, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_DynamicCast_AsWBP_UI_Widget_Party_Member_Revive' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_DynamicCast_bSuccess_1) == 0x0000F0, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_Select_Default_1) == 0x0000F8, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_Select_Default_2) == 0x000120, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_DynamicCast_AsWBP_UI_Widget_Player_Defeat_State_1) == 0x000130, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_DynamicCast_AsWBP_UI_Widget_Player_Defeat_State_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_DynamicCast_bSuccess_2) == 0x000138, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_DynamicCast_AsWBP_UI_Widget_Party_Member_Revive_1) == 0x000140, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_DynamicCast_AsWBP_UI_Widget_Party_Member_Revive_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_DynamicCast_bSuccess_3) == 0x000148, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_CustomEvent_DamageEventData) == 0x000150, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_CustomEvent_DamageEventData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_Event_InNewHeisterIcon) == 0x000218, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_Event_InNewHeisterIcon' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_DynamicCast_AsSBZAICharacter) == 0x000220, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_DynamicCast_AsSBZAICharacter' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_DynamicCast_bSuccess_4) == 0x000228, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, CallFunc_IsValid_ReturnValue) == 0x000229, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, CallFunc_HasMatchingGameplayTag_self_CastInput) == 0x000230, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::CallFunc_HasMatchingGameplayTag_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x000240, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_Select_Default_3) == 0x000241, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, CallFunc_MatchesTag_ReturnValue) == 0x000242, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::CallFunc_MatchesTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, CallFunc_MatchesTag_ReturnValue_1) == 0x000243, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::CallFunc_MatchesTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, CallFunc_BooleanOR_ReturnValue) == 0x000244, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, CallFunc_MatchesTag_ReturnValue_2) == 0x000245, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::CallFunc_MatchesTag_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, CallFunc_BooleanOR_ReturnValue_1) == 0x000246, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_DynamicCast_AsSBZPlayer_Character) == 0x000248, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_DynamicCast_AsSBZPlayer_Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_DynamicCast_bSuccess_5) == 0x000250, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_DynamicCast_AsBP_Sentry_Gun) == 0x000258, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_DynamicCast_AsBP_Sentry_Gun' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, K2Node_DynamicCast_bSuccess_6) == 0x000260, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000261, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, CallFunc_BooleanAND_ReturnValue) == 0x000262, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000263, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, CallFunc_BooleanAND_ReturnValue_1) == 0x000264, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1) == 0x000268, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_2) == 0x000278, "Member 'WBP_UI_Widget_PartyClientWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyClientWidget::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyClientWidget_C_OnHeisterIconChangedEvent \ +static_assert(alignof(WBP_UI_Widget_PartyClientWidget_C_OnHeisterIconChangedEvent) == 0x000008, "Wrong alignment on WBP_UI_Widget_PartyClientWidget_C_OnHeisterIconChangedEvent"); \ +static_assert(sizeof(WBP_UI_Widget_PartyClientWidget_C_OnHeisterIconChangedEvent) == 0x000008, "Wrong size on WBP_UI_Widget_PartyClientWidget_C_OnHeisterIconChangedEvent"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_OnHeisterIconChangedEvent, InNewHeisterIcon) == 0x000000, "Member 'WBP_UI_Widget_PartyClientWidget_C_OnHeisterIconChangedEvent::InNewHeisterIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyClientWidget_C_On_Damage \ +static_assert(alignof(WBP_UI_Widget_PartyClientWidget_C_On_Damage) == 0x000008, "Wrong alignment on WBP_UI_Widget_PartyClientWidget_C_On_Damage"); \ +static_assert(sizeof(WBP_UI_Widget_PartyClientWidget_C_On_Damage) == 0x0000C8, "Wrong size on WBP_UI_Widget_PartyClientWidget_C_On_Damage"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_On_Damage, DamageEventData) == 0x000000, "Member 'WBP_UI_Widget_PartyClientWidget_C_On_Damage::DamageEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyClientWidget_C_OnStateChanged \ +static_assert(alignof(WBP_UI_Widget_PartyClientWidget_C_OnStateChanged) == 0x000001, "Wrong alignment on WBP_UI_Widget_PartyClientWidget_C_OnStateChanged"); \ +static_assert(sizeof(WBP_UI_Widget_PartyClientWidget_C_OnStateChanged) == 0x000002, "Wrong size on WBP_UI_Widget_PartyClientWidget_C_OnStateChanged"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_OnStateChanged, Old) == 0x000000, "Member 'WBP_UI_Widget_PartyClientWidget_C_OnStateChanged::Old' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_OnStateChanged, New) == 0x000001, "Member 'WBP_UI_Widget_PartyClientWidget_C_OnStateChanged::New' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyClientWidget_C_OnRenownLevelChanged \ +static_assert(alignof(WBP_UI_Widget_PartyClientWidget_C_OnRenownLevelChanged) == 0x000008, "Wrong alignment on WBP_UI_Widget_PartyClientWidget_C_OnRenownLevelChanged"); \ +static_assert(sizeof(WBP_UI_Widget_PartyClientWidget_C_OnRenownLevelChanged) == 0x000008, "Wrong size on WBP_UI_Widget_PartyClientWidget_C_OnRenownLevelChanged"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_OnRenownLevelChanged, InPlayerState) == 0x000000, "Member 'WBP_UI_Widget_PartyClientWidget_C_OnRenownLevelChanged::InPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyClientWidget_C_OnPlatformChanged \ +static_assert(alignof(WBP_UI_Widget_PartyClientWidget_C_OnPlatformChanged) == 0x000008, "Wrong alignment on WBP_UI_Widget_PartyClientWidget_C_OnPlatformChanged"); \ +static_assert(sizeof(WBP_UI_Widget_PartyClientWidget_C_OnPlatformChanged) == 0x000008, "Wrong size on WBP_UI_Widget_PartyClientWidget_C_OnPlatformChanged"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_OnPlatformChanged, InPlayerState) == 0x000000, "Member 'WBP_UI_Widget_PartyClientWidget_C_OnPlatformChanged::InPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyClientWidget_C_OnInfamyLevelChanged \ +static_assert(alignof(WBP_UI_Widget_PartyClientWidget_C_OnInfamyLevelChanged) == 0x000008, "Wrong alignment on WBP_UI_Widget_PartyClientWidget_C_OnInfamyLevelChanged"); \ +static_assert(sizeof(WBP_UI_Widget_PartyClientWidget_C_OnInfamyLevelChanged) == 0x000008, "Wrong size on WBP_UI_Widget_PartyClientWidget_C_OnInfamyLevelChanged"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_OnInfamyLevelChanged, InPlayerState) == 0x000000, "Member 'WBP_UI_Widget_PartyClientWidget_C_OnInfamyLevelChanged::InPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyClientWidget_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_PartyClientWidget_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_PartyClientWidget_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_PartyClientWidget_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_PartyClientWidget_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_PartyClientWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID \ +static_assert(alignof(WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID) == 0x000008, "Wrong alignment on WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID"); \ +static_assert(sizeof(WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID) == 0x000468, "Wrong size on WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID, CallFunc_GetUiLobbyInfo_OutInfo) == 0x000010, "Member 'WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID::CallFunc_GetUiLobbyInfo_OutInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID, CallFunc_Array_Length_ReturnValue) == 0x000448, "Member 'WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID, CallFunc_Less_IntInt_ReturnValue) == 0x00044C, "Member 'WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID, CallFunc_GetUserId_ReturnValue) == 0x000450, "Member 'WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID::CallFunc_GetUserId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID, CallFunc_IsEmpty_ReturnValue) == 0x000460, "Member 'WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000461, "Member 'WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID, CallFunc_Not_PreBool_ReturnValue) == 0x000462, "Member 'WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID, CallFunc_BooleanAND_ReturnValue) == 0x000463, "Member 'WBP_UI_Widget_PartyClientWidget_C_SetEOSProdUID::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyClientWidget_C_UpdatePlayerLevel \ +static_assert(alignof(WBP_UI_Widget_PartyClientWidget_C_UpdatePlayerLevel) == 0x000008, "Wrong alignment on WBP_UI_Widget_PartyClientWidget_C_UpdatePlayerLevel"); \ +static_assert(sizeof(WBP_UI_Widget_PartyClientWidget_C_UpdatePlayerLevel) == 0x000078, "Wrong size on WBP_UI_Widget_PartyClientWidget_C_UpdatePlayerLevel"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_UpdatePlayerLevel, InPlayerState) == 0x000000, "Member 'WBP_UI_Widget_PartyClientWidget_C_UpdatePlayerLevel::InPlayerState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_UpdatePlayerLevel, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'WBP_UI_Widget_PartyClientWidget_C_UpdatePlayerLevel::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_UpdatePlayerLevel, K2Node_MakeArray_Array) == 0x000048, "Member 'WBP_UI_Widget_PartyClientWidget_C_UpdatePlayerLevel::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_UpdatePlayerLevel, CallFunc_Greater_IntInt_ReturnValue) == 0x000058, "Member 'WBP_UI_Widget_PartyClientWidget_C_UpdatePlayerLevel::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyClientWidget_C_UpdatePlayerLevel, CallFunc_Format_ReturnValue) == 0x000060, "Member 'WBP_UI_Widget_PartyClientWidget_C_UpdatePlayerLevel::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_PartyClientWidget_C \ +static_assert(alignof(UWBP_UI_Widget_PartyClientWidget_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_PartyClientWidget_C"); \ +static_assert(sizeof(UWBP_UI_Widget_PartyClientWidget_C) == 0x0004D0, "Wrong size on UWBP_UI_Widget_PartyClientWidget_C"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyClientWidget_C, UberGraphFrame) == 0x000348, "Member 'UWBP_UI_Widget_PartyClientWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyClientWidget_C, Background) == 0x000350, "Member 'UWBP_UI_Widget_PartyClientWidget_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyClientWidget_C, DefeatInfo_WS) == 0x000358, "Member 'UWBP_UI_Widget_PartyClientWidget_C::DefeatInfo_WS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyClientWidget_C, Image_PlatformIcon) == 0x000360, "Member 'UWBP_UI_Widget_PartyClientWidget_C::Image_PlatformIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyClientWidget_C, Image_PlayerIcon) == 0x000368, "Member 'UWBP_UI_Widget_PartyClientWidget_C::Image_PlayerIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyClientWidget_C, PlayerLevel_WS) == 0x000370, "Member 'UWBP_UI_Widget_PartyClientWidget_C::PlayerLevel_WS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyClientWidget_C, RenownLevel) == 0x000378, "Member 'UWBP_UI_Widget_PartyClientWidget_C::RenownLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyClientWidget_C, Text_InfamyLevel) == 0x000380, "Member 'UWBP_UI_Widget_PartyClientWidget_C::Text_InfamyLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyClientWidget_C, WBP_VoIP) == 0x000388, "Member 'UWBP_UI_Widget_PartyClientWidget_C::WBP_VoIP' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyClientWidget_C, Widget_KillCount) == 0x000390, "Member 'UWBP_UI_Widget_PartyClientWidget_C::Widget_KillCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyClientWidget_C, DefeatInfo_WS_0) == 0x000398, "Member 'UWBP_UI_Widget_PartyClientWidget_C::DefeatInfo_WS_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyClientWidget_C, InDesignerHeisterIcon) == 0x0003A0, "Member 'UWBP_UI_Widget_PartyClientWidget_C::InDesignerHeisterIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyClientWidget_C, DebugInDesignerPlatformIcon) == 0x0003A8, "Member 'UWBP_UI_Widget_PartyClientWidget_C::DebugInDesignerPlatformIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyClientWidget_C, Subdued) == 0x0003B0, "Member 'UWBP_UI_Widget_PartyClientWidget_C::Subdued' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyClientWidget_C, In_Custody) == 0x0003D8, "Member 'UWBP_UI_Widget_PartyClientWidget_C::In_Custody' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyClientWidget_C, Downed) == 0x000400, "Member 'UWBP_UI_Widget_PartyClientWidget_C::Downed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyClientWidget_C, Cuffed) == 0x000428, "Member 'UWBP_UI_Widget_PartyClientWidget_C::Cuffed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyClientWidget_C, Default) == 0x000450, "Member 'UWBP_UI_Widget_PartyClientWidget_C::Default' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyClientWidget_C, Tased) == 0x000478, "Member 'UWBP_UI_Widget_PartyClientWidget_C::Tased' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyClientWidget_C, DefaultBkgColor) == 0x0004A0, "Member 'UWBP_UI_Widget_PartyClientWidget_C::DefaultBkgColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyClientWidget_C, KnockedBkgColor) == 0x0004B0, "Member 'UWBP_UI_Widget_PartyClientWidget_C::KnockedBkgColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyClientWidget_C, TasedBkgColor) == 0x0004C0, "Member 'UWBP_UI_Widget_PartyClientWidget_C::TasedBkgColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PlayerController_C \ +static_assert(alignof(ABP_PlayerController_C) == 0x000008, "Wrong alignment on ABP_PlayerController_C"); \ +static_assert(sizeof(ABP_PlayerController_C) == 0x0008B0, "Wrong size on ABP_PlayerController_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget \ +static_assert(alignof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget) == 0x000008, "Wrong alignment on WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget"); \ +static_assert(sizeof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget) == 0x000280, "Wrong size on WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, Temp_byte_Variable) == 0x00002C, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, Temp_byte_Variable_1) == 0x00002D, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, K2Node_Event_IsDesignTime) == 0x00002E, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, CallFunc_GetGameEventBroker_ReturnValue) == 0x000030, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::CallFunc_GetGameEventBroker_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, CallFunc_GetGameEventBroker_ReturnValue_1) == 0x000038, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::CallFunc_GetGameEventBroker_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, K2Node_CreateDelegate_OutputDelegate_2) == 0x000040, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, K2Node_CustomEvent_Old) == 0x000054, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::K2Node_CustomEvent_Old' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, K2Node_CustomEvent_New) == 0x000055, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::K2Node_CustomEvent_New' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, K2Node_CreateDelegate_OutputDelegate_3) == 0x000058, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, K2Node_CustomEvent_DamageEventData) == 0x000070, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::K2Node_CustomEvent_DamageEventData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, K2Node_DynamicCast_AsSBZAICharacter) == 0x000138, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::K2Node_DynamicCast_AsSBZAICharacter' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, K2Node_DynamicCast_bSuccess) == 0x000140, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, K2Node_DynamicCast_AsWBP_UI_Widget_Player_Defeat_State) == 0x000148, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::K2Node_DynamicCast_AsWBP_UI_Widget_Player_Defeat_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, K2Node_DynamicCast_bSuccess_1) == 0x000150, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, CallFunc_HasMatchingGameplayTag_self_CastInput) == 0x000158, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::CallFunc_HasMatchingGameplayTag_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x000168, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, K2Node_DynamicCast_AsSBZAICrew_Character) == 0x000170, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::K2Node_DynamicCast_AsSBZAICrew_Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, K2Node_DynamicCast_bSuccess_2) == 0x000178, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, CallFunc_MatchesTag_ReturnValue) == 0x000179, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::CallFunc_MatchesTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, CallFunc_BooleanOR_ReturnValue) == 0x00017A, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, CallFunc_MatchesTag_ReturnValue_1) == 0x00017B, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::CallFunc_MatchesTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, CallFunc_MatchesTag_ReturnValue_2) == 0x00017C, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::CallFunc_MatchesTag_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, CallFunc_BooleanOR_ReturnValue_1) == 0x00017D, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, K2Node_DynamicCast_AsWBP_UI_Widget_Player_Defeat_State_1) == 0x000180, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::K2Node_DynamicCast_AsWBP_UI_Widget_Player_Defeat_State_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, K2Node_DynamicCast_bSuccess_3) == 0x000188, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, K2Node_Select_Default) == 0x000190, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, K2Node_Select_Default_1) == 0x0001B8, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0001E0, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, K2Node_Event_InAICrewState_1) == 0x0001E8, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::K2Node_Event_InAICrewState_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, CallFunc_BooleanAND_ReturnValue) == 0x0001F0, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, CallFunc_GetCrewAIColor_ReturnValue) == 0x0001F4, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::CallFunc_GetCrewAIColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, K2Node_MakeStruct_SlateColor) == 0x000208, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, CallFunc_GetCharacterName_ReturnValue) == 0x000230, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::CallFunc_GetCharacterName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, CallFunc_Get_Character_Icon_CharacterIcon) == 0x000248, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::CallFunc_Get_Character_Icon_CharacterIcon' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, K2Node_Event_InAICrewState) == 0x000258, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::K2Node_Event_InAICrewState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, CallFunc_Get_Character_Icon_CharacterIcon_1) == 0x000260, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::CallFunc_Get_Character_Icon_CharacterIcon_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000270, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyAICrewWidget::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyAICrewWidget_C_BP_OnMaskedOnStateChanged \ +static_assert(alignof(WBP_UI_Widget_PartyAICrewWidget_C_BP_OnMaskedOnStateChanged) == 0x000008, "Wrong alignment on WBP_UI_Widget_PartyAICrewWidget_C_BP_OnMaskedOnStateChanged"); \ +static_assert(sizeof(WBP_UI_Widget_PartyAICrewWidget_C_BP_OnMaskedOnStateChanged) == 0x000008, "Wrong size on WBP_UI_Widget_PartyAICrewWidget_C_BP_OnMaskedOnStateChanged"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_BP_OnMaskedOnStateChanged, InAICrewState) == 0x000000, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_BP_OnMaskedOnStateChanged::InAICrewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyAICrewWidget_C_BP_OnCharacterChanged \ +static_assert(alignof(WBP_UI_Widget_PartyAICrewWidget_C_BP_OnCharacterChanged) == 0x000008, "Wrong alignment on WBP_UI_Widget_PartyAICrewWidget_C_BP_OnCharacterChanged"); \ +static_assert(sizeof(WBP_UI_Widget_PartyAICrewWidget_C_BP_OnCharacterChanged) == 0x000008, "Wrong size on WBP_UI_Widget_PartyAICrewWidget_C_BP_OnCharacterChanged"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_BP_OnCharacterChanged, InAICrewState) == 0x000000, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_BP_OnCharacterChanged::InAICrewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyAICrewWidget_C_On_Damage \ +static_assert(alignof(WBP_UI_Widget_PartyAICrewWidget_C_On_Damage) == 0x000008, "Wrong alignment on WBP_UI_Widget_PartyAICrewWidget_C_On_Damage"); \ +static_assert(sizeof(WBP_UI_Widget_PartyAICrewWidget_C_On_Damage) == 0x0000C8, "Wrong size on WBP_UI_Widget_PartyAICrewWidget_C_On_Damage"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_On_Damage, DamageEventData) == 0x000000, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_On_Damage::DamageEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyAICrewWidget_C_OnStateChanged \ +static_assert(alignof(WBP_UI_Widget_PartyAICrewWidget_C_OnStateChanged) == 0x000001, "Wrong alignment on WBP_UI_Widget_PartyAICrewWidget_C_OnStateChanged"); \ +static_assert(sizeof(WBP_UI_Widget_PartyAICrewWidget_C_OnStateChanged) == 0x000002, "Wrong size on WBP_UI_Widget_PartyAICrewWidget_C_OnStateChanged"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_OnStateChanged, Old) == 0x000000, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_OnStateChanged::Old' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_OnStateChanged, New) == 0x000001, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_OnStateChanged::New' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyAICrewWidget_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_PartyAICrewWidget_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_PartyAICrewWidget_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_PartyAICrewWidget_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_PartyAICrewWidget_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyAICrewWidget_C_Get_Character_Icon \ +static_assert(alignof(WBP_UI_Widget_PartyAICrewWidget_C_Get_Character_Icon) == 0x000008, "Wrong alignment on WBP_UI_Widget_PartyAICrewWidget_C_Get_Character_Icon"); \ +static_assert(sizeof(WBP_UI_Widget_PartyAICrewWidget_C_Get_Character_Icon) == 0x000058, "Wrong size on WBP_UI_Widget_PartyAICrewWidget_C_Get_Character_Icon"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_Get_Character_Icon, InPlayerState) == 0x000000, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_Get_Character_Icon::InPlayerState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_Get_Character_Icon, CharacterIcon) == 0x000008, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_Get_Character_Icon::CharacterIcon' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_Get_Character_Icon, Temp_bool_Variable) == 0x000018, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_Get_Character_Icon::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_Get_Character_Icon, CallFunc_IsMaskOn_ReturnValue) == 0x000019, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_Get_Character_Icon::CallFunc_IsMaskOn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_Get_Character_Icon, CallFunc_GetMaskedCharacterIcon_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_Get_Character_Icon::CallFunc_GetMaskedCharacterIcon_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_Get_Character_Icon, CallFunc_GetCharacterIcon_ReturnValue) == 0x000028, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_Get_Character_Icon::CallFunc_GetCharacterIcon_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_Get_Character_Icon, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_Get_Character_Icon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_Get_Character_Icon, Temp_bool_Variable_1) == 0x000031, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_Get_Character_Icon::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_Get_Character_Icon, K2Node_Select_Default) == 0x000038, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_Get_Character_Icon::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyAICrewWidget_C_Get_Character_Icon, K2Node_Select_Default_1) == 0x000048, "Member 'WBP_UI_Widget_PartyAICrewWidget_C_Get_Character_Icon::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_PartyAICrewWidget_C \ +static_assert(alignof(UWBP_UI_Widget_PartyAICrewWidget_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_PartyAICrewWidget_C"); \ +static_assert(sizeof(UWBP_UI_Widget_PartyAICrewWidget_C) == 0x000460, "Wrong size on UWBP_UI_Widget_PartyAICrewWidget_C"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyAICrewWidget_C, UberGraphFrame) == 0x0002A8, "Member 'UWBP_UI_Widget_PartyAICrewWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyAICrewWidget_C, Background_I) == 0x0002B0, "Member 'UWBP_UI_Widget_PartyAICrewWidget_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyAICrewWidget_C, DefeatInfo_WS) == 0x0002B8, "Member 'UWBP_UI_Widget_PartyAICrewWidget_C::DefeatInfo_WS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyAICrewWidget_C, Image_AICrewIcon) == 0x0002C0, "Member 'UWBP_UI_Widget_PartyAICrewWidget_C::Image_AICrewIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyAICrewWidget_C, Text_AICrewName) == 0x0002C8, "Member 'UWBP_UI_Widget_PartyAICrewWidget_C::Text_AICrewName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyAICrewWidget_C, Widget_KillCount) == 0x0002D0, "Member 'UWBP_UI_Widget_PartyAICrewWidget_C::Widget_KillCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyAICrewWidget_C, MaterialInstance) == 0x0002D8, "Member 'UWBP_UI_Widget_PartyAICrewWidget_C::MaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyAICrewWidget_C, DefeatInfo_WS_0) == 0x0002E0, "Member 'UWBP_UI_Widget_PartyAICrewWidget_C::DefeatInfo_WS_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyAICrewWidget_C, Widget_Revive) == 0x0002E8, "Member 'UWBP_UI_Widget_PartyAICrewWidget_C::Widget_Revive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyAICrewWidget_C, In_Designer_Heister_Icon) == 0x0002F0, "Member 'UWBP_UI_Widget_PartyAICrewWidget_C::In_Designer_Heister_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyAICrewWidget_C, Tased) == 0x0002F8, "Member 'UWBP_UI_Widget_PartyAICrewWidget_C::Tased' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyAICrewWidget_C, Default) == 0x000320, "Member 'UWBP_UI_Widget_PartyAICrewWidget_C::Default' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyAICrewWidget_C, Cuffed) == 0x000348, "Member 'UWBP_UI_Widget_PartyAICrewWidget_C::Cuffed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyAICrewWidget_C, Downed) == 0x000370, "Member 'UWBP_UI_Widget_PartyAICrewWidget_C::Downed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyAICrewWidget_C, In_Custody) == 0x000398, "Member 'UWBP_UI_Widget_PartyAICrewWidget_C::In_Custody' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyAICrewWidget_C, Subdued) == 0x0003C0, "Member 'UWBP_UI_Widget_PartyAICrewWidget_C::Subdued' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyAICrewWidget_C, TasedBKG) == 0x0003E8, "Member 'UWBP_UI_Widget_PartyAICrewWidget_C::TasedBKG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyAICrewWidget_C, DefaultBKG) == 0x000410, "Member 'UWBP_UI_Widget_PartyAICrewWidget_C::DefaultBKG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyAICrewWidget_C, KnockedBKG) == 0x000438, "Member 'UWBP_UI_Widget_PartyAICrewWidget_C::KnockedBKG' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_HeadbobCameraModifier_C \ +static_assert(alignof(UBP_HeadbobCameraModifier_C) == 0x000008, "Wrong alignment on UBP_HeadbobCameraModifier_C"); \ +static_assert(sizeof(UBP_HeadbobCameraModifier_C) == 0x0000C0, "Wrong size on UBP_HeadbobCameraModifier_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ControlsReference_C_ExecuteUbergraph_WBP_UI_ControlsReference \ +static_assert(alignof(WBP_UI_ControlsReference_C_ExecuteUbergraph_WBP_UI_ControlsReference) == 0x000008, "Wrong alignment on WBP_UI_ControlsReference_C_ExecuteUbergraph_WBP_UI_ControlsReference"); \ +static_assert(sizeof(WBP_UI_ControlsReference_C_ExecuteUbergraph_WBP_UI_ControlsReference) == 0x000048, "Wrong size on WBP_UI_ControlsReference_C_ExecuteUbergraph_WBP_UI_ControlsReference"); \ +static_assert(offsetof(WBP_UI_ControlsReference_C_ExecuteUbergraph_WBP_UI_ControlsReference, EntryPoint) == 0x000000, "Member 'WBP_UI_ControlsReference_C_ExecuteUbergraph_WBP_UI_ControlsReference::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ControlsReference_C_ExecuteUbergraph_WBP_UI_ControlsReference, K2Node_Event_InControlsReference) == 0x000008, "Member 'WBP_UI_ControlsReference_C_ExecuteUbergraph_WBP_UI_ControlsReference::K2Node_Event_InControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ControlsReference_C_ExecuteUbergraph_WBP_UI_ControlsReference, CallFunc_GetVisibility_ReturnValue) == 0x000030, "Member 'WBP_UI_ControlsReference_C_ExecuteUbergraph_WBP_UI_ControlsReference::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ControlsReference_C_ExecuteUbergraph_WBP_UI_ControlsReference, CallFunc_PlayAnimation_ReturnValue) == 0x000038, "Member 'WBP_UI_ControlsReference_C_ExecuteUbergraph_WBP_UI_ControlsReference::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ControlsReference_C_ExecuteUbergraph_WBP_UI_ControlsReference, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000040, "Member 'WBP_UI_ControlsReference_C_ExecuteUbergraph_WBP_UI_ControlsReference::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ControlsReference_C_DisplayControlsReference \ +static_assert(alignof(WBP_UI_ControlsReference_C_DisplayControlsReference) == 0x000008, "Wrong alignment on WBP_UI_ControlsReference_C_DisplayControlsReference"); \ +static_assert(sizeof(WBP_UI_ControlsReference_C_DisplayControlsReference) == 0x000028, "Wrong size on WBP_UI_ControlsReference_C_DisplayControlsReference"); \ +static_assert(offsetof(WBP_UI_ControlsReference_C_DisplayControlsReference, InControlsReference) == 0x000000, "Member 'WBP_UI_ControlsReference_C_DisplayControlsReference::InControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_ControlsReference_C \ +static_assert(alignof(UWBP_UI_ControlsReference_C) == 0x000008, "Wrong alignment on UWBP_UI_ControlsReference_C"); \ +static_assert(sizeof(UWBP_UI_ControlsReference_C) == 0x0002E0, "Wrong size on UWBP_UI_ControlsReference_C"); \ +static_assert(offsetof(UWBP_UI_ControlsReference_C, UberGraphFrame) == 0x0002C0, "Member 'UWBP_UI_ControlsReference_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ControlsReference_C, FadeOut) == 0x0002C8, "Member 'UWBP_UI_ControlsReference_C::FadeOut' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ControlsReference_C, FadeIn) == 0x0002D0, "Member 'UWBP_UI_ControlsReference_C::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ControlsReference_C, Image_Background) == 0x0002D8, "Member 'UWBP_UI_ControlsReference_C::Image_Background' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Waypoint_C_ExecuteUbergraph_WBP_UI_Widget_Waypoint \ +static_assert(alignof(WBP_UI_Widget_Waypoint_C_ExecuteUbergraph_WBP_UI_Widget_Waypoint) == 0x000004, "Wrong alignment on WBP_UI_Widget_Waypoint_C_ExecuteUbergraph_WBP_UI_Widget_Waypoint"); \ +static_assert(sizeof(WBP_UI_Widget_Waypoint_C_ExecuteUbergraph_WBP_UI_Widget_Waypoint) == 0x000008, "Wrong size on WBP_UI_Widget_Waypoint_C_ExecuteUbergraph_WBP_UI_Widget_Waypoint"); \ +static_assert(offsetof(WBP_UI_Widget_Waypoint_C_ExecuteUbergraph_WBP_UI_Widget_Waypoint, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_Waypoint_C_ExecuteUbergraph_WBP_UI_Widget_Waypoint::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Waypoint_C_ExecuteUbergraph_WBP_UI_Widget_Waypoint, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_Widget_Waypoint_C_ExecuteUbergraph_WBP_UI_Widget_Waypoint::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Waypoint_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_Waypoint_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_Waypoint_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_Waypoint_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_Waypoint_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_Waypoint_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_Waypoint_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_Waypoint_C \ +static_assert(alignof(UWBP_UI_Widget_Waypoint_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_Waypoint_C"); \ +static_assert(sizeof(UWBP_UI_Widget_Waypoint_C) == 0x0002D8, "Wrong size on UWBP_UI_Widget_Waypoint_C"); \ +static_assert(offsetof(UWBP_UI_Widget_Waypoint_C, UberGraphFrame) == 0x0002D0, "Member 'UWBP_UI_Widget_Waypoint_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_MarkerContainer_C_ExecuteUbergraph_WBP_UI_Widget_MarkerContainer \ +static_assert(alignof(WBP_UI_Widget_MarkerContainer_C_ExecuteUbergraph_WBP_UI_Widget_MarkerContainer) == 0x000008, "Wrong alignment on WBP_UI_Widget_MarkerContainer_C_ExecuteUbergraph_WBP_UI_Widget_MarkerContainer"); \ +static_assert(sizeof(WBP_UI_Widget_MarkerContainer_C_ExecuteUbergraph_WBP_UI_Widget_MarkerContainer) == 0x000018, "Wrong size on WBP_UI_Widget_MarkerContainer_C_ExecuteUbergraph_WBP_UI_Widget_MarkerContainer"); \ +static_assert(offsetof(WBP_UI_Widget_MarkerContainer_C_ExecuteUbergraph_WBP_UI_Widget_MarkerContainer, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_MarkerContainer_C_ExecuteUbergraph_WBP_UI_Widget_MarkerContainer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_MarkerContainer_C_ExecuteUbergraph_WBP_UI_Widget_MarkerContainer, Temp_bool_Variable) == 0x000004, "Member 'WBP_UI_Widget_MarkerContainer_C_ExecuteUbergraph_WBP_UI_Widget_MarkerContainer::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_MarkerContainer_C_ExecuteUbergraph_WBP_UI_Widget_MarkerContainer, Temp_byte_Variable) == 0x000005, "Member 'WBP_UI_Widget_MarkerContainer_C_ExecuteUbergraph_WBP_UI_Widget_MarkerContainer::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_MarkerContainer_C_ExecuteUbergraph_WBP_UI_Widget_MarkerContainer, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_UI_Widget_MarkerContainer_C_ExecuteUbergraph_WBP_UI_Widget_MarkerContainer::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_MarkerContainer_C_ExecuteUbergraph_WBP_UI_Widget_MarkerContainer, K2Node_Event_bInsideVolume) == 0x000007, "Member 'WBP_UI_Widget_MarkerContainer_C_ExecuteUbergraph_WBP_UI_Widget_MarkerContainer::K2Node_Event_bInsideVolume' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_MarkerContainer_C_ExecuteUbergraph_WBP_UI_Widget_MarkerContainer, K2Node_Event_MarkerDataAsset) == 0x000008, "Member 'WBP_UI_Widget_MarkerContainer_C_ExecuteUbergraph_WBP_UI_Widget_MarkerContainer::K2Node_Event_MarkerDataAsset' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_MarkerContainer_C_ExecuteUbergraph_WBP_UI_Widget_MarkerContainer, K2Node_Select_Default) == 0x000010, "Member 'WBP_UI_Widget_MarkerContainer_C_ExecuteUbergraph_WBP_UI_Widget_MarkerContainer::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_MarkerContainer_C_ExecuteUbergraph_WBP_UI_Widget_MarkerContainer, CallFunc_Play2DSound_ReturnValue) == 0x000014, "Member 'WBP_UI_Widget_MarkerContainer_C_ExecuteUbergraph_WBP_UI_Widget_MarkerContainer::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_MarkerContainer_C_BP_OnInsideVolumeChanged \ +static_assert(alignof(WBP_UI_Widget_MarkerContainer_C_BP_OnInsideVolumeChanged) == 0x000008, "Wrong alignment on WBP_UI_Widget_MarkerContainer_C_BP_OnInsideVolumeChanged"); \ +static_assert(sizeof(WBP_UI_Widget_MarkerContainer_C_BP_OnInsideVolumeChanged) == 0x000010, "Wrong size on WBP_UI_Widget_MarkerContainer_C_BP_OnInsideVolumeChanged"); \ +static_assert(offsetof(WBP_UI_Widget_MarkerContainer_C_BP_OnInsideVolumeChanged, bInsideVolume) == 0x000000, "Member 'WBP_UI_Widget_MarkerContainer_C_BP_OnInsideVolumeChanged::bInsideVolume' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_MarkerContainer_C_BP_OnInsideVolumeChanged, MarkerDataAsset) == 0x000008, "Member 'WBP_UI_Widget_MarkerContainer_C_BP_OnInsideVolumeChanged::MarkerDataAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_MarkerContainer_C \ +static_assert(alignof(UWBP_UI_Widget_MarkerContainer_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_MarkerContainer_C"); \ +static_assert(sizeof(UWBP_UI_Widget_MarkerContainer_C) == 0x0002D0, "Wrong size on UWBP_UI_Widget_MarkerContainer_C"); \ +static_assert(offsetof(UWBP_UI_Widget_MarkerContainer_C, UberGraphFrame) == 0x0002B0, "Member 'UWBP_UI_Widget_MarkerContainer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_MarkerContainer_C, CanvasPanel_0) == 0x0002B8, "Member 'UWBP_UI_Widget_MarkerContainer_C::CanvasPanel_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_MarkerContainer_C, Image_82) == 0x0002C0, "Member 'UWBP_UI_Widget_MarkerContainer_C::Image_82' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_MarkerContainer_C, TextBlock_61) == 0x0002C8, "Member 'UWBP_UI_Widget_MarkerContainer_C::TextBlock_61' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState \ +static_assert(alignof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState) == 0x000008, "Wrong alignment on WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState"); \ +static_assert(sizeof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState) == 0x0000E8, "Wrong size on WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState, CallFunc_GetGameState_ReturnValue) == 0x000040, "Member 'WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState, K2Node_DynamicCast_AsPD3Heist_Game_State) == 0x000048, "Member 'WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState::K2Node_DynamicCast_AsPD3Heist_Game_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState, CallFunc_GetNegotiationEndTime_ReturnValue) == 0x000054, "Member 'WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState::CallFunc_GetNegotiationEndTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState, CallFunc_GetHostageDemand_ReturnValue) == 0x000058, "Member 'WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState::CallFunc_GetHostageDemand_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState, CallFunc_GetNegotiationTradeType_ReturnValue) == 0x000059, "Member 'WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState::CallFunc_GetNegotiationTradeType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState, K2Node_CustomEvent_OldNrHostages) == 0x00005A, "Member 'WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState::K2Node_CustomEvent_OldNrHostages' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState, K2Node_CustomEvent_NewNrHostages) == 0x00005B, "Member 'WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState::K2Node_CustomEvent_NewNrHostages' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState, K2Node_SwitchEnum_CmpSuccess) == 0x00005C, "Member 'WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState, K2Node_CreateDelegate_OutputDelegate) == 0x000060, "Member 'WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState, K2Node_CreateDelegate_OutputDelegate_1) == 0x000074, "Member 'WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState, K2Node_CustomEvent_OldState) == 0x000088, "Member 'WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState::K2Node_CustomEvent_OldState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState, K2Node_CustomEvent_NewState) == 0x000089, "Member 'WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState::K2Node_CustomEvent_NewState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState, K2Node_CreateDelegate_OutputDelegate_2) == 0x00008C, "Member 'WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState, K2Node_CustomEvent_OldType) == 0x0000A0, "Member 'WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState::K2Node_CustomEvent_OldType' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState, K2Node_CustomEvent_NewType) == 0x0000A1, "Member 'WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState::K2Node_CustomEvent_NewType' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000A4, "Member 'WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState, K2Node_CustomEvent_bIsActive) == 0x0000B8, "Member 'WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState::K2Node_CustomEvent_bIsActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000BC, "Member 'WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState, K2Node_Event_IsDesignTime) == 0x0000D0, "Member 'WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState, K2Node_CustomEvent_OldTime) == 0x0000D4, "Member 'WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState::K2Node_CustomEvent_OldTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState, K2Node_CustomEvent_NewTime) == 0x0000D8, "Member 'WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState::K2Node_CustomEvent_NewTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState, CallFunc_GetDynamicMaterial_ReturnValue) == 0x0000E0, "Member 'WBP_UI_Widget_HeistState_C_ExecuteUbergraph_WBP_UI_Widget_HeistState::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_HeistState_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_HeistState_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_HeistState_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_HeistState_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_HeistState_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_HeistState_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_HeistState_C_OnFBIActivationChanged_Event_0 \ +static_assert(alignof(WBP_UI_Widget_HeistState_C_OnFBIActivationChanged_Event_0) == 0x000001, "Wrong alignment on WBP_UI_Widget_HeistState_C_OnFBIActivationChanged_Event_0"); \ +static_assert(sizeof(WBP_UI_Widget_HeistState_C_OnFBIActivationChanged_Event_0) == 0x000001, "Wrong size on WBP_UI_Widget_HeistState_C_OnFBIActivationChanged_Event_0"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnFBIActivationChanged_Event_0, bIsActive) == 0x000000, "Member 'WBP_UI_Widget_HeistState_C_OnFBIActivationChanged_Event_0::bIsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_HeistState_C_OnNegotiationTradeTypeChanged \ +static_assert(alignof(WBP_UI_Widget_HeistState_C_OnNegotiationTradeTypeChanged) == 0x000001, "Wrong alignment on WBP_UI_Widget_HeistState_C_OnNegotiationTradeTypeChanged"); \ +static_assert(sizeof(WBP_UI_Widget_HeistState_C_OnNegotiationTradeTypeChanged) == 0x000002, "Wrong size on WBP_UI_Widget_HeistState_C_OnNegotiationTradeTypeChanged"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnNegotiationTradeTypeChanged, OldType) == 0x000000, "Member 'WBP_UI_Widget_HeistState_C_OnNegotiationTradeTypeChanged::OldType' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnNegotiationTradeTypeChanged, NewType) == 0x000001, "Member 'WBP_UI_Widget_HeistState_C_OnNegotiationTradeTypeChanged::NewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_HeistState_C_OnHostageDemandChanged \ +static_assert(alignof(WBP_UI_Widget_HeistState_C_OnHostageDemandChanged) == 0x000001, "Wrong alignment on WBP_UI_Widget_HeistState_C_OnHostageDemandChanged"); \ +static_assert(sizeof(WBP_UI_Widget_HeistState_C_OnHostageDemandChanged) == 0x000002, "Wrong size on WBP_UI_Widget_HeistState_C_OnHostageDemandChanged"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnHostageDemandChanged, OldNrHostages) == 0x000000, "Member 'WBP_UI_Widget_HeistState_C_OnHostageDemandChanged::OldNrHostages' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnHostageDemandChanged, NewNrHostages) == 0x000001, "Member 'WBP_UI_Widget_HeistState_C_OnHostageDemandChanged::NewNrHostages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_HeistState_C_Tick \ +static_assert(alignof(WBP_UI_Widget_HeistState_C_Tick) == 0x000004, "Wrong alignment on WBP_UI_Widget_HeistState_C_Tick"); \ +static_assert(sizeof(WBP_UI_Widget_HeistState_C_Tick) == 0x00003C, "Wrong size on WBP_UI_Widget_HeistState_C_Tick"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_UI_Widget_HeistState_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_UI_Widget_HeistState_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_HeistState_C_OnHeistStateChanged \ +static_assert(alignof(WBP_UI_Widget_HeistState_C_OnHeistStateChanged) == 0x000001, "Wrong alignment on WBP_UI_Widget_HeistState_C_OnHeistStateChanged"); \ +static_assert(sizeof(WBP_UI_Widget_HeistState_C_OnHeistStateChanged) == 0x000002, "Wrong size on WBP_UI_Widget_HeistState_C_OnHeistStateChanged"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnHeistStateChanged, OldState) == 0x000000, "Member 'WBP_UI_Widget_HeistState_C_OnHeistStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnHeistStateChanged, NewState) == 0x000001, "Member 'WBP_UI_Widget_HeistState_C_OnHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_HeistState_C_OnNegotiationTimeChanged \ +static_assert(alignof(WBP_UI_Widget_HeistState_C_OnNegotiationTimeChanged) == 0x000004, "Wrong alignment on WBP_UI_Widget_HeistState_C_OnNegotiationTimeChanged"); \ +static_assert(sizeof(WBP_UI_Widget_HeistState_C_OnNegotiationTimeChanged) == 0x000008, "Wrong size on WBP_UI_Widget_HeistState_C_OnNegotiationTimeChanged"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnNegotiationTimeChanged, OldTime) == 0x000000, "Member 'WBP_UI_Widget_HeistState_C_OnNegotiationTimeChanged::OldTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnNegotiationTimeChanged, NewTime) == 0x000004, "Member 'WBP_UI_Widget_HeistState_C_OnNegotiationTimeChanged::NewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_HeistState_C_OnAssaultState \ +static_assert(alignof(WBP_UI_Widget_HeistState_C_OnAssaultState) == 0x000008, "Wrong alignment on WBP_UI_Widget_HeistState_C_OnAssaultState"); \ +static_assert(sizeof(WBP_UI_Widget_HeistState_C_OnAssaultState) == 0x000068, "Wrong size on WBP_UI_Widget_HeistState_C_OnAssaultState"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnAssaultState, CallFunc_MakeLiteralText_ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_HeistState_C_OnAssaultState::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnAssaultState, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_HeistState_C_OnAssaultState::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnAssaultState, CallFunc_TextToUpper_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_HeistState_C_OnAssaultState::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnAssaultState, K2Node_MakeStruct_SlateColor) == 0x000038, "Member 'WBP_UI_Widget_HeistState_C_OnAssaultState::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnAssaultState, CallFunc_PlayAnimation_ReturnValue) == 0x000060, "Member 'WBP_UI_Widget_HeistState_C_OnAssaultState::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_HeistState_C_OnCasingState \ +static_assert(alignof(WBP_UI_Widget_HeistState_C_OnCasingState) == 0x000008, "Wrong alignment on WBP_UI_Widget_HeistState_C_OnCasingState"); \ +static_assert(sizeof(WBP_UI_Widget_HeistState_C_OnCasingState) == 0x000028, "Wrong size on WBP_UI_Widget_HeistState_C_OnCasingState"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnCasingState, K2Node_MakeStruct_SlateColor) == 0x000000, "Member 'WBP_UI_Widget_HeistState_C_OnCasingState::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_HeistState_C_OnNegotiationState \ +static_assert(alignof(WBP_UI_Widget_HeistState_C_OnNegotiationState) == 0x000008, "Wrong alignment on WBP_UI_Widget_HeistState_C_OnNegotiationState"); \ +static_assert(sizeof(WBP_UI_Widget_HeistState_C_OnNegotiationState) == 0x000038, "Wrong size on WBP_UI_Widget_HeistState_C_OnNegotiationState"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnNegotiationState, K2Node_MakeStruct_SlateColor) == 0x000000, "Member 'WBP_UI_Widget_HeistState_C_OnNegotiationState::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnNegotiationState, CallFunc_PlayAnimation_ReturnValue) == 0x000028, "Member 'WBP_UI_Widget_HeistState_C_OnNegotiationState::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnNegotiationState, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000030, "Member 'WBP_UI_Widget_HeistState_C_OnNegotiationState::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_HeistState_C_UpdateNegotiation \ +static_assert(alignof(WBP_UI_Widget_HeistState_C_UpdateNegotiation) == 0x000008, "Wrong alignment on WBP_UI_Widget_HeistState_C_UpdateNegotiation"); \ +static_assert(sizeof(WBP_UI_Widget_HeistState_C_UpdateNegotiation) == 0x0000E8, "Wrong size on WBP_UI_Widget_HeistState_C_UpdateNegotiation"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_UpdateNegotiation, Temp_text_Variable) == 0x000000, "Member 'WBP_UI_Widget_HeistState_C_UpdateNegotiation::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_UpdateNegotiation, Temp_bool_Variable) == 0x000018, "Member 'WBP_UI_Widget_HeistState_C_UpdateNegotiation::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_UpdateNegotiation, CallFunc_GetGameState_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_HeistState_C_UpdateNegotiation::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_UpdateNegotiation, CallFunc_GetServerWorldTimeSeconds_ReturnValue) == 0x000028, "Member 'WBP_UI_Widget_HeistState_C_UpdateNegotiation::CallFunc_GetServerWorldTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_UpdateNegotiation, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00002C, "Member 'WBP_UI_Widget_HeistState_C_UpdateNegotiation::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_UpdateNegotiation, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000030, "Member 'WBP_UI_Widget_HeistState_C_UpdateNegotiation::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_UpdateNegotiation, CallFunc_FTrunc_ReturnValue) == 0x000034, "Member 'WBP_UI_Widget_HeistState_C_UpdateNegotiation::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_UpdateNegotiation, CallFunc_FormatIntToTimerText_ReturnValue) == 0x000038, "Member 'WBP_UI_Widget_HeistState_C_UpdateNegotiation::CallFunc_FormatIntToTimerText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_UpdateNegotiation, K2Node_Select_Default) == 0x000050, "Member 'WBP_UI_Widget_HeistState_C_UpdateNegotiation::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_UpdateNegotiation, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'WBP_UI_Widget_HeistState_C_UpdateNegotiation::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_UpdateNegotiation, K2Node_MakeArray_Array) == 0x0000A8, "Member 'WBP_UI_Widget_HeistState_C_UpdateNegotiation::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_UpdateNegotiation, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'WBP_UI_Widget_HeistState_C_UpdateNegotiation::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_UpdateNegotiation, CallFunc_TextToUpper_ReturnValue) == 0x0000D0, "Member 'WBP_UI_Widget_HeistState_C_UpdateNegotiation::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_HeistState_C_OnSearchState \ +static_assert(alignof(WBP_UI_Widget_HeistState_C_OnSearchState) == 0x000008, "Wrong alignment on WBP_UI_Widget_HeistState_C_OnSearchState"); \ +static_assert(sizeof(WBP_UI_Widget_HeistState_C_OnSearchState) == 0x000068, "Wrong size on WBP_UI_Widget_HeistState_C_OnSearchState"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnSearchState, CallFunc_MakeLiteralText_ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_HeistState_C_OnSearchState::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnSearchState, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_HeistState_C_OnSearchState::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnSearchState, CallFunc_TextToUpper_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_HeistState_C_OnSearchState::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnSearchState, K2Node_MakeStruct_SlateColor) == 0x000038, "Member 'WBP_UI_Widget_HeistState_C_OnSearchState::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnSearchState, CallFunc_PlayAnimation_ReturnValue) == 0x000060, "Member 'WBP_UI_Widget_HeistState_C_OnSearchState::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_HeistState_C_OnAnticipationState \ +static_assert(alignof(WBP_UI_Widget_HeistState_C_OnAnticipationState) == 0x000008, "Wrong alignment on WBP_UI_Widget_HeistState_C_OnAnticipationState"); \ +static_assert(sizeof(WBP_UI_Widget_HeistState_C_OnAnticipationState) == 0x000068, "Wrong size on WBP_UI_Widget_HeistState_C_OnAnticipationState"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnAnticipationState, CallFunc_MakeLiteralText_ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_HeistState_C_OnAnticipationState::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnAnticipationState, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_HeistState_C_OnAnticipationState::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnAnticipationState, CallFunc_TextToUpper_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_HeistState_C_OnAnticipationState::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnAnticipationState, K2Node_MakeStruct_SlateColor) == 0x000038, "Member 'WBP_UI_Widget_HeistState_C_OnAnticipationState::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnAnticipationState, CallFunc_PlayAnimation_ReturnValue) == 0x000060, "Member 'WBP_UI_Widget_HeistState_C_OnAnticipationState::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_HeistState_C_OnControlState \ +static_assert(alignof(WBP_UI_Widget_HeistState_C_OnControlState) == 0x000008, "Wrong alignment on WBP_UI_Widget_HeistState_C_OnControlState"); \ +static_assert(sizeof(WBP_UI_Widget_HeistState_C_OnControlState) == 0x000058, "Wrong size on WBP_UI_Widget_HeistState_C_OnControlState"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnControlState, CallFunc_MakeLiteralText_ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_HeistState_C_OnControlState::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnControlState, K2Node_MakeStruct_SlateColor) == 0x000018, "Member 'WBP_UI_Widget_HeistState_C_OnControlState::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnControlState, CallFunc_TextToUpper_ReturnValue) == 0x000040, "Member 'WBP_UI_Widget_HeistState_C_OnControlState::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_HeistState_C_OnPointOfNoReturn \ +static_assert(alignof(WBP_UI_Widget_HeistState_C_OnPointOfNoReturn) == 0x000008, "Wrong alignment on WBP_UI_Widget_HeistState_C_OnPointOfNoReturn"); \ +static_assert(sizeof(WBP_UI_Widget_HeistState_C_OnPointOfNoReturn) == 0x000058, "Wrong size on WBP_UI_Widget_HeistState_C_OnPointOfNoReturn"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnPointOfNoReturn, CallFunc_MakeLiteralText_ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_HeistState_C_OnPointOfNoReturn::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnPointOfNoReturn, K2Node_MakeStruct_SlateColor) == 0x000018, "Member 'WBP_UI_Widget_HeistState_C_OnPointOfNoReturn::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnPointOfNoReturn, CallFunc_TextToUpper_ReturnValue) == 0x000040, "Member 'WBP_UI_Widget_HeistState_C_OnPointOfNoReturn::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_HeistState_C_OnFirstRespondersState \ +static_assert(alignof(WBP_UI_Widget_HeistState_C_OnFirstRespondersState) == 0x000008, "Wrong alignment on WBP_UI_Widget_HeistState_C_OnFirstRespondersState"); \ +static_assert(sizeof(WBP_UI_Widget_HeistState_C_OnFirstRespondersState) == 0x000058, "Wrong size on WBP_UI_Widget_HeistState_C_OnFirstRespondersState"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnFirstRespondersState, CallFunc_MakeLiteralText_ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_HeistState_C_OnFirstRespondersState::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnFirstRespondersState, K2Node_MakeStruct_SlateColor) == 0x000018, "Member 'WBP_UI_Widget_HeistState_C_OnFirstRespondersState::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnFirstRespondersState, CallFunc_TextToUpper_ReturnValue) == 0x000040, "Member 'WBP_UI_Widget_HeistState_C_OnFirstRespondersState::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_HeistState_C_OnAlarmState \ +static_assert(alignof(WBP_UI_Widget_HeistState_C_OnAlarmState) == 0x000008, "Wrong alignment on WBP_UI_Widget_HeistState_C_OnAlarmState"); \ +static_assert(sizeof(WBP_UI_Widget_HeistState_C_OnAlarmState) == 0x000068, "Wrong size on WBP_UI_Widget_HeistState_C_OnAlarmState"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnAlarmState, CallFunc_MakeLiteralText_ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_HeistState_C_OnAlarmState::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnAlarmState, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_HeistState_C_OnAlarmState::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnAlarmState, CallFunc_TextToUpper_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_HeistState_C_OnAlarmState::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnAlarmState, K2Node_MakeStruct_SlateColor) == 0x000038, "Member 'WBP_UI_Widget_HeistState_C_OnAlarmState::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnAlarmState, CallFunc_PlayAnimation_ReturnValue) == 0x000060, "Member 'WBP_UI_Widget_HeistState_C_OnAlarmState::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_HeistState_C_UpdateTradeCount \ +static_assert(alignof(WBP_UI_Widget_HeistState_C_UpdateTradeCount) == 0x000008, "Wrong alignment on WBP_UI_Widget_HeistState_C_UpdateTradeCount"); \ +static_assert(sizeof(WBP_UI_Widget_HeistState_C_UpdateTradeCount) == 0x0000E8, "Wrong size on WBP_UI_Widget_HeistState_C_UpdateTradeCount"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_UpdateTradeCount, Temp_text_Variable) == 0x000000, "Member 'WBP_UI_Widget_HeistState_C_UpdateTradeCount::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_UpdateTradeCount, Temp_text_Variable_1) == 0x000018, "Member 'WBP_UI_Widget_HeistState_C_UpdateTradeCount::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_UpdateTradeCount, Temp_text_Variable_2) == 0x000030, "Member 'WBP_UI_Widget_HeistState_C_UpdateTradeCount::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_UpdateTradeCount, Temp_byte_Variable) == 0x000048, "Member 'WBP_UI_Widget_HeistState_C_UpdateTradeCount::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_UpdateTradeCount, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000049, "Member 'WBP_UI_Widget_HeistState_C_UpdateTradeCount::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_UpdateTradeCount, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00004C, "Member 'WBP_UI_Widget_HeistState_C_UpdateTradeCount::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_UpdateTradeCount, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'WBP_UI_Widget_HeistState_C_UpdateTradeCount::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_UpdateTradeCount, K2Node_MakeArray_Array) == 0x000090, "Member 'WBP_UI_Widget_HeistState_C_UpdateTradeCount::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_UpdateTradeCount, CallFunc_Format_ReturnValue) == 0x0000A0, "Member 'WBP_UI_Widget_HeistState_C_UpdateTradeCount::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_UpdateTradeCount, K2Node_Select_Default) == 0x0000B8, "Member 'WBP_UI_Widget_HeistState_C_UpdateTradeCount::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_UpdateTradeCount, CallFunc_TextToUpper_ReturnValue) == 0x0000D0, "Member 'WBP_UI_Widget_HeistState_C_UpdateTradeCount::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_HeistState_C_UpdateHeistStateText \ +static_assert(alignof(WBP_UI_Widget_HeistState_C_UpdateHeistStateText) == 0x000001, "Wrong alignment on WBP_UI_Widget_HeistState_C_UpdateHeistStateText"); \ +static_assert(sizeof(WBP_UI_Widget_HeistState_C_UpdateHeistStateText) == 0x000001, "Wrong size on WBP_UI_Widget_HeistState_C_UpdateHeistStateText"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_UpdateHeistStateText, K2Node_SwitchEnum_CmpSuccess) == 0x000000, "Member 'WBP_UI_Widget_HeistState_C_UpdateHeistStateText::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_HeistState_C_OnFBIActive \ +static_assert(alignof(WBP_UI_Widget_HeistState_C_OnFBIActive) == 0x000008, "Wrong alignment on WBP_UI_Widget_HeistState_C_OnFBIActive"); \ +static_assert(sizeof(WBP_UI_Widget_HeistState_C_OnFBIActive) == 0x000040, "Wrong size on WBP_UI_Widget_HeistState_C_OnFBIActive"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnFBIActive, CallFunc_MakeLiteralText_ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_HeistState_C_OnFBIActive::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnFBIActive, CallFunc_TextToUpper_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_HeistState_C_OnFBIActive::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnFBIActive, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000030, "Member 'WBP_UI_Widget_HeistState_C_OnFBIActive::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_HeistState_C_OnFBIActive, CallFunc_PlayAnimation_ReturnValue) == 0x000038, "Member 'WBP_UI_Widget_HeistState_C_OnFBIActive::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_HeistState_C \ +static_assert(alignof(UWBP_UI_Widget_HeistState_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_HeistState_C"); \ +static_assert(sizeof(UWBP_UI_Widget_HeistState_C) == 0x0002C8, "Wrong size on UWBP_UI_Widget_HeistState_C"); \ +static_assert(offsetof(UWBP_UI_Widget_HeistState_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Widget_HeistState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_HeistState_C, FlashingAnimation) == 0x000298, "Member 'UWBP_UI_Widget_HeistState_C::FlashingAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_HeistState_C, Background_I) == 0x0002A0, "Member 'UWBP_UI_Widget_HeistState_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_HeistState_C, HeistDescription_T) == 0x0002A8, "Member 'UWBP_UI_Widget_HeistState_C::HeistDescription_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_HeistState_C, HeistName_T) == 0x0002B0, "Member 'UWBP_UI_Widget_HeistState_C::HeistName_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_HeistState_C, CurrentState) == 0x0002B8, "Member 'UWBP_UI_Widget_HeistState_C::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_HeistState_C, HeistEndTime) == 0x0002BC, "Member 'UWBP_UI_Widget_HeistState_C::HeistEndTime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_HeistState_C, HostageCount) == 0x0002C0, "Member 'UWBP_UI_Widget_HeistState_C::HostageCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_HeistState_C, NegotiationTradeType) == 0x0002C1, "Member 'UWBP_UI_Widget_HeistState_C::NegotiationTradeType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_HeistState_C, bIsFBIActive) == 0x0002C2, "Member 'UWBP_UI_Widget_HeistState_C::bIsFBIActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_AI_LifeAction_C \ +static_assert(alignof(UGA_AI_LifeAction_C) == 0x000008, "Wrong alignment on UGA_AI_LifeAction_C"); \ +static_assert(sizeof(UGA_AI_LifeAction_C) == 0x0004E8, "Wrong size on UGA_AI_LifeAction_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyContainerWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyContainerWidget \ +static_assert(alignof(WBP_UI_Widget_PartyContainerWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyContainerWidget) == 0x000008, "Wrong alignment on WBP_UI_Widget_PartyContainerWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyContainerWidget"); \ +static_assert(sizeof(WBP_UI_Widget_PartyContainerWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyContainerWidget) == 0x000030, "Wrong size on WBP_UI_Widget_PartyContainerWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyContainerWidget"); \ +static_assert(offsetof(WBP_UI_Widget_PartyContainerWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyContainerWidget, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_PartyContainerWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyContainerWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyContainerWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyContainerWidget, Temp_bool_Variable) == 0x000004, "Member 'WBP_UI_Widget_PartyContainerWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyContainerWidget::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyContainerWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyContainerWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_UI_Widget_PartyContainerWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyContainerWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyContainerWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyContainerWidget, Temp_byte_Variable) == 0x00001C, "Member 'WBP_UI_Widget_PartyContainerWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyContainerWidget::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyContainerWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyContainerWidget, Temp_byte_Variable_1) == 0x00001D, "Member 'WBP_UI_Widget_PartyContainerWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyContainerWidget::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyContainerWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyContainerWidget, K2Node_Event_IsDesignTime) == 0x00001E, "Member 'WBP_UI_Widget_PartyContainerWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyContainerWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyContainerWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyContainerWidget, K2Node_CustomEvent_InContainer) == 0x000020, "Member 'WBP_UI_Widget_PartyContainerWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyContainerWidget::K2Node_CustomEvent_InContainer' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyContainerWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyContainerWidget, CallFunc_HasAnyChildren_ReturnValue) == 0x000028, "Member 'WBP_UI_Widget_PartyContainerWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyContainerWidget::CallFunc_HasAnyChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PartyContainerWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyContainerWidget, K2Node_Select_Default) == 0x000029, "Member 'WBP_UI_Widget_PartyContainerWidget_C_ExecuteUbergraph_WBP_UI_Widget_PartyContainerWidget::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyContainerWidget_C_OnKeyItemCountChanged \ +static_assert(alignof(WBP_UI_Widget_PartyContainerWidget_C_OnKeyItemCountChanged) == 0x000008, "Wrong alignment on WBP_UI_Widget_PartyContainerWidget_C_OnKeyItemCountChanged"); \ +static_assert(sizeof(WBP_UI_Widget_PartyContainerWidget_C_OnKeyItemCountChanged) == 0x000008, "Wrong size on WBP_UI_Widget_PartyContainerWidget_C_OnKeyItemCountChanged"); \ +static_assert(offsetof(WBP_UI_Widget_PartyContainerWidget_C_OnKeyItemCountChanged, InContainer) == 0x000000, "Member 'WBP_UI_Widget_PartyContainerWidget_C_OnKeyItemCountChanged::InContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PartyContainerWidget_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_PartyContainerWidget_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_PartyContainerWidget_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_PartyContainerWidget_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_PartyContainerWidget_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_PartyContainerWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_PartyContainerWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_PartyContainerWidget_C \ +static_assert(alignof(UWBP_UI_Widget_PartyContainerWidget_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_PartyContainerWidget_C"); \ +static_assert(sizeof(UWBP_UI_Widget_PartyContainerWidget_C) == 0x0002E0, "Wrong size on UWBP_UI_Widget_PartyContainerWidget_C"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyContainerWidget_C, UberGraphFrame) == 0x0002B8, "Member 'UWBP_UI_Widget_PartyContainerWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyContainerWidget_C, SharedKeyItemContiainerOverlay) == 0x0002C0, "Member 'UWBP_UI_Widget_PartyContainerWidget_C::SharedKeyItemContiainerOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyContainerWidget_C, PartyStrings) == 0x0002C8, "Member 'UWBP_UI_Widget_PartyContainerWidget_C::PartyStrings' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PartyContainerWidget_C, bIsDisplayingPartyString) == 0x0002D8, "Member 'UWBP_UI_Widget_PartyContainerWidget_C::bIsDisplayingPartyString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ObjectiveContainer_C_ExecuteUbergraph_WBP_UI_Widget_ObjectiveContainer \ +static_assert(alignof(WBP_UI_Widget_ObjectiveContainer_C_ExecuteUbergraph_WBP_UI_Widget_ObjectiveContainer) == 0x000008, "Wrong alignment on WBP_UI_Widget_ObjectiveContainer_C_ExecuteUbergraph_WBP_UI_Widget_ObjectiveContainer"); \ +static_assert(sizeof(WBP_UI_Widget_ObjectiveContainer_C_ExecuteUbergraph_WBP_UI_Widget_ObjectiveContainer) == 0x000038, "Wrong size on WBP_UI_Widget_ObjectiveContainer_C_ExecuteUbergraph_WBP_UI_Widget_ObjectiveContainer"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_ExecuteUbergraph_WBP_UI_Widget_ObjectiveContainer, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_ObjectiveContainer_C_ExecuteUbergraph_WBP_UI_Widget_ObjectiveContainer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_ExecuteUbergraph_WBP_UI_Widget_ObjectiveContainer, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_Widget_ObjectiveContainer_C_ExecuteUbergraph_WBP_UI_Widget_ObjectiveContainer::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_ExecuteUbergraph_WBP_UI_Widget_ObjectiveContainer, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_ObjectiveContainer_C_ExecuteUbergraph_WBP_UI_Widget_ObjectiveContainer::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_ExecuteUbergraph_WBP_UI_Widget_ObjectiveContainer, K2Node_Event_Objective) == 0x000010, "Member 'WBP_UI_Widget_ObjectiveContainer_C_ExecuteUbergraph_WBP_UI_Widget_ObjectiveContainer::K2Node_Event_Objective' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_ExecuteUbergraph_WBP_UI_Widget_ObjectiveContainer, K2Node_Event_Objective_1) == 0x000018, "Member 'WBP_UI_Widget_ObjectiveContainer_C_ExecuteUbergraph_WBP_UI_Widget_ObjectiveContainer::K2Node_Event_Objective_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_ExecuteUbergraph_WBP_UI_Widget_ObjectiveContainer, CallFunc_Array_AddUnique_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_ObjectiveContainer_C_ExecuteUbergraph_WBP_UI_Widget_ObjectiveContainer::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_ExecuteUbergraph_WBP_UI_Widget_ObjectiveContainer, CallFunc_PlayAnimationForward_ReturnValue) == 0x000028, "Member 'WBP_UI_Widget_ObjectiveContainer_C_ExecuteUbergraph_WBP_UI_Widget_ObjectiveContainer::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_ExecuteUbergraph_WBP_UI_Widget_ObjectiveContainer, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000030, "Member 'WBP_UI_Widget_ObjectiveContainer_C_ExecuteUbergraph_WBP_UI_Widget_ObjectiveContainer::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ObjectiveContainer_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_ObjectiveContainer_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_ObjectiveContainer_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_ObjectiveContainer_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_ObjectiveContainer_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_ObjectiveContainer_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ObjectiveContainer_C_ObjectiveAdded \ +static_assert(alignof(WBP_UI_Widget_ObjectiveContainer_C_ObjectiveAdded) == 0x000008, "Wrong alignment on WBP_UI_Widget_ObjectiveContainer_C_ObjectiveAdded"); \ +static_assert(sizeof(WBP_UI_Widget_ObjectiveContainer_C_ObjectiveAdded) == 0x000008, "Wrong size on WBP_UI_Widget_ObjectiveContainer_C_ObjectiveAdded"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_ObjectiveAdded, Objective) == 0x000000, "Member 'WBP_UI_Widget_ObjectiveContainer_C_ObjectiveAdded::Objective' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ObjectiveContainer_C_ObjectiveRemove \ +static_assert(alignof(WBP_UI_Widget_ObjectiveContainer_C_ObjectiveRemove) == 0x000008, "Wrong alignment on WBP_UI_Widget_ObjectiveContainer_C_ObjectiveRemove"); \ +static_assert(sizeof(WBP_UI_Widget_ObjectiveContainer_C_ObjectiveRemove) == 0x000008, "Wrong size on WBP_UI_Widget_ObjectiveContainer_C_ObjectiveRemove"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_ObjectiveRemove, Objective) == 0x000000, "Member 'WBP_UI_Widget_ObjectiveContainer_C_ObjectiveRemove::Objective' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation \ +static_assert(alignof(WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation) == 0x000008, "Wrong alignment on WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation"); \ +static_assert(sizeof(WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation) == 0x0000C8, "Wrong size on WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation, bPlayActivationSound) == 0x000000, "Member 'WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation::bPlayActivationSound' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation, Temp_text_Variable) == 0x000008, "Member 'WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation, Temp_text_Variable_1) == 0x000020, "Member 'WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation, Temp_text_Variable_2) == 0x000038, "Member 'WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation, CallFunc_Play2DSound_ReturnValue) == 0x000050, "Member 'WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation, Temp_text_Variable_3) == 0x000058, "Member 'WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation, Temp_text_Variable_4) == 0x000070, "Member 'WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation, CallFunc_Not_PreBool_ReturnValue) == 0x000088, "Member 'WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation, CallFunc_PlayAnimationForward_ReturnValue) == 0x000090, "Member 'WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation, Temp_byte_Variable) == 0x000098, "Member 'WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation, CallFunc_Array_Length_ReturnValue) == 0x00009C, "Member 'WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation, CallFunc_Greater_IntInt_ReturnValue) == 0x0000A8, "Member 'WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation, CallFunc_BooleanAND_ReturnValue) == 0x0000A9, "Member 'WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000AA, "Member 'WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation, K2Node_Select_Default) == 0x0000B0, "Member 'WBP_UI_Widget_ObjectiveContainer_C_TryPlayAnimation::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_ObjectiveContainer_C \ +static_assert(alignof(UWBP_UI_Widget_ObjectiveContainer_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_ObjectiveContainer_C"); \ +static_assert(sizeof(UWBP_UI_Widget_ObjectiveContainer_C) == 0x000328, "Wrong size on UWBP_UI_Widget_ObjectiveContainer_C"); \ +static_assert(offsetof(UWBP_UI_Widget_ObjectiveContainer_C, UberGraphFrame) == 0x0002C0, "Member 'UWBP_UI_Widget_ObjectiveContainer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ObjectiveContainer_C, CloseAnimation) == 0x0002C8, "Member 'UWBP_UI_Widget_ObjectiveContainer_C::CloseAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ObjectiveContainer_C, OpenAnimation) == 0x0002D0, "Member 'UWBP_UI_Widget_ObjectiveContainer_C::OpenAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ObjectiveContainer_C, HUDOverlayKeybind) == 0x0002D8, "Member 'UWBP_UI_Widget_ObjectiveContainer_C::HUDOverlayKeybind' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ObjectiveContainer_C, Image_663) == 0x0002E0, "Member 'UWBP_UI_Widget_ObjectiveContainer_C::Image_663' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ObjectiveContainer_C, Image_BG) == 0x0002E8, "Member 'UWBP_UI_Widget_ObjectiveContainer_C::Image_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ObjectiveContainer_C, Image_FrameObjective) == 0x0002F0, "Member 'UWBP_UI_Widget_ObjectiveContainer_C::Image_FrameObjective' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ObjectiveContainer_C, Text_ActivatedObjectiveText) == 0x0002F8, "Member 'UWBP_UI_Widget_ObjectiveContainer_C::Text_ActivatedObjectiveText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ObjectiveContainer_C, Text_ObjectiveActivateHeader) == 0x000300, "Member 'UWBP_UI_Widget_ObjectiveContainer_C::Text_ObjectiveActivateHeader' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ObjectiveContainer_C, Twk_DisplayTime) == 0x000308, "Member 'UWBP_UI_Widget_ObjectiveContainer_C::Twk_DisplayTime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ObjectiveContainer_C, ObjectiveArray) == 0x000310, "Member 'UWBP_UI_Widget_ObjectiveContainer_C::ObjectiveArray' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ObjectiveContainer_C, bIsPlayingAnimation) == 0x000320, "Member 'UWBP_UI_Widget_ObjectiveContainer_C::bIsPlayingAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCR_Delivery_Drone_C \ +static_assert(alignof(UCR_Delivery_Drone_C) == 0x000008, "Wrong alignment on UCR_Delivery_Drone_C"); \ +static_assert(sizeof(UCR_Delivery_Drone_C) == 0x000670, "Wrong size on UCR_Delivery_Drone_C"); \ +static_assert(offsetof(UCR_Delivery_Drone_C, Velocity) == 0x000660, "Member 'UCR_Delivery_Drone_C::Velocity' has a wrong offset!"); \ +static_assert(offsetof(UCR_Delivery_Drone_C, YawSpeed) == 0x00066C, "Member 'UCR_Delivery_Drone_C::YawSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Overlay_C_ExecuteUbergraph_WBP_UI_HUD_Overlay \ +static_assert(alignof(WBP_UI_HUD_Overlay_C_ExecuteUbergraph_WBP_UI_HUD_Overlay) == 0x000008, "Wrong alignment on WBP_UI_HUD_Overlay_C_ExecuteUbergraph_WBP_UI_HUD_Overlay"); \ +static_assert(sizeof(WBP_UI_HUD_Overlay_C_ExecuteUbergraph_WBP_UI_HUD_Overlay) == 0x000028, "Wrong size on WBP_UI_HUD_Overlay_C_ExecuteUbergraph_WBP_UI_HUD_Overlay"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_C_ExecuteUbergraph_WBP_UI_HUD_Overlay, EntryPoint) == 0x000000, "Member 'WBP_UI_HUD_Overlay_C_ExecuteUbergraph_WBP_UI_HUD_Overlay::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_C_ExecuteUbergraph_WBP_UI_HUD_Overlay, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'WBP_UI_HUD_Overlay_C_ExecuteUbergraph_WBP_UI_HUD_Overlay::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_C_ExecuteUbergraph_WBP_UI_HUD_Overlay, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000010, "Member 'WBP_UI_HUD_Overlay_C_ExecuteUbergraph_WBP_UI_HUD_Overlay::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_C_ExecuteUbergraph_WBP_UI_HUD_Overlay, CallFunc_GetUIManager_ReturnValue) == 0x000018, "Member 'WBP_UI_HUD_Overlay_C_ExecuteUbergraph_WBP_UI_HUD_Overlay::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_C_ExecuteUbergraph_WBP_UI_HUD_Overlay, CallFunc_GetInputMode_ReturnValue) == 0x000020, "Member 'WBP_UI_HUD_Overlay_C_ExecuteUbergraph_WBP_UI_HUD_Overlay::CallFunc_GetInputMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_C_ExecuteUbergraph_WBP_UI_HUD_Overlay, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000021, "Member 'WBP_UI_HUD_Overlay_C_ExecuteUbergraph_WBP_UI_HUD_Overlay::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_C_ExecuteUbergraph_WBP_UI_HUD_Overlay, CallFunc_Not_PreBool_ReturnValue) == 0x000022, "Member 'WBP_UI_HUD_Overlay_C_ExecuteUbergraph_WBP_UI_HUD_Overlay::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_C_ExecuteUbergraph_WBP_UI_HUD_Overlay, CallFunc_BooleanAND_ReturnValue) == 0x000023, "Member 'WBP_UI_HUD_Overlay_C_ExecuteUbergraph_WBP_UI_HUD_Overlay::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Overlay_C_ExecuteUbergraph_WBP_UI_HUD_Overlay, CallFunc_BooleanAND_ReturnValue_1) == 0x000024, "Member 'WBP_UI_HUD_Overlay_C_ExecuteUbergraph_WBP_UI_HUD_Overlay::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_HUD_Overlay_C \ +static_assert(alignof(UWBP_UI_HUD_Overlay_C) == 0x000008, "Wrong alignment on UWBP_UI_HUD_Overlay_C"); \ +static_assert(sizeof(UWBP_UI_HUD_Overlay_C) == 0x0002C8, "Wrong size on UWBP_UI_HUD_Overlay_C"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_HUD_Overlay_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_C, FadeOut) == 0x000298, "Member 'UWBP_UI_HUD_Overlay_C::FadeOut' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_C, FadeIn) == 0x0002A0, "Member 'UWBP_UI_HUD_Overlay_C::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_C, WBP_UI_Widget_Timer) == 0x0002A8, "Member 'UWBP_UI_HUD_Overlay_C::WBP_UI_Widget_Timer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_C, Widget_LeftObjectiveContainer) == 0x0002B0, "Member 'UWBP_UI_HUD_Overlay_C::Widget_LeftObjectiveContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_C, Widget_RightContainer) == 0x0002B8, "Member 'UWBP_UI_HUD_Overlay_C::Widget_RightContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Overlay_C, IsShowing) == 0x0002C0, "Member 'UWBP_UI_HUD_Overlay_C::IsShowing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget \ +static_assert(alignof(WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget) == 0x000004, "Wrong alignment on WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget"); \ +static_assert(sizeof(WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget) == 0x000014, "Wrong size on WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget"); \ +static_assert(offsetof(WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget, EntryPoint) == 0x000000, "Member 'WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget, K2Node_Event_NewState) == 0x000004, "Member 'WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget, CallFunc_ByteToBits_Bit1) == 0x000005, "Member 'WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget::CallFunc_ByteToBits_Bit1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget, CallFunc_ByteToBits_Bit2) == 0x000006, "Member 'WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget::CallFunc_ByteToBits_Bit2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget, CallFunc_ByteToBits_Bit3) == 0x000007, "Member 'WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget::CallFunc_ByteToBits_Bit3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget, CallFunc_ByteToBits_Bit4) == 0x000008, "Member 'WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget::CallFunc_ByteToBits_Bit4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget, CallFunc_ByteToBits_Bit5) == 0x000009, "Member 'WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget::CallFunc_ByteToBits_Bit5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget, CallFunc_ByteToBits_Bit6) == 0x00000A, "Member 'WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget::CallFunc_ByteToBits_Bit6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget, CallFunc_ByteToBits_Bit7) == 0x00000B, "Member 'WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget::CallFunc_ByteToBits_Bit7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget, CallFunc_ByteToBits_Bit8) == 0x00000C, "Member 'WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget::CallFunc_ByteToBits_Bit8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000D, "Member 'WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget, CallFunc_BooleanOR_ReturnValue) == 0x00000E, "Member 'WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget, K2Node_Event_bIsFocused) == 0x00000F, "Member 'WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget::K2Node_Event_bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget, K2Node_Event_CurrentState) == 0x000010, "Member 'WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget::K2Node_Event_CurrentState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget, K2Node_SwitchEnum_CmpSuccess) == 0x000011, "Member 'WBP_UI_RemoteCameraWidget_C_ExecuteUbergraph_WBP_UI_RemoteCameraWidget::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_RemoteCameraWidget_C_SecurityCameraRuntimeStateChanged \ +static_assert(alignof(WBP_UI_RemoteCameraWidget_C_SecurityCameraRuntimeStateChanged) == 0x000001, "Wrong alignment on WBP_UI_RemoteCameraWidget_C_SecurityCameraRuntimeStateChanged"); \ +static_assert(sizeof(WBP_UI_RemoteCameraWidget_C_SecurityCameraRuntimeStateChanged) == 0x000001, "Wrong size on WBP_UI_RemoteCameraWidget_C_SecurityCameraRuntimeStateChanged"); \ +static_assert(offsetof(WBP_UI_RemoteCameraWidget_C_SecurityCameraRuntimeStateChanged, NewState) == 0x000000, "Member 'WBP_UI_RemoteCameraWidget_C_SecurityCameraRuntimeStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_RemoteCameraWidget_C_SecurityCameraStateChanged \ +static_assert(alignof(WBP_UI_RemoteCameraWidget_C_SecurityCameraStateChanged) == 0x000001, "Wrong alignment on WBP_UI_RemoteCameraWidget_C_SecurityCameraStateChanged"); \ +static_assert(sizeof(WBP_UI_RemoteCameraWidget_C_SecurityCameraStateChanged) == 0x000001, "Wrong size on WBP_UI_RemoteCameraWidget_C_SecurityCameraStateChanged"); \ +static_assert(offsetof(WBP_UI_RemoteCameraWidget_C_SecurityCameraStateChanged, CurrentState) == 0x000000, "Member 'WBP_UI_RemoteCameraWidget_C_SecurityCameraStateChanged::CurrentState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_RemoteCameraWidget_C_OnFocusedChanged \ +static_assert(alignof(WBP_UI_RemoteCameraWidget_C_OnFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_RemoteCameraWidget_C_OnFocusedChanged"); \ +static_assert(sizeof(WBP_UI_RemoteCameraWidget_C_OnFocusedChanged) == 0x000001, "Wrong size on WBP_UI_RemoteCameraWidget_C_OnFocusedChanged"); \ +static_assert(offsetof(WBP_UI_RemoteCameraWidget_C_OnFocusedChanged, bIsFocused) == 0x000000, "Member 'WBP_UI_RemoteCameraWidget_C_OnFocusedChanged::bIsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_RemoteCameraWidget_C_SetFocusedWidget \ +static_assert(alignof(WBP_UI_RemoteCameraWidget_C_SetFocusedWidget) == 0x000001, "Wrong alignment on WBP_UI_RemoteCameraWidget_C_SetFocusedWidget"); \ +static_assert(sizeof(WBP_UI_RemoteCameraWidget_C_SetFocusedWidget) == 0x000005, "Wrong size on WBP_UI_RemoteCameraWidget_C_SetFocusedWidget"); \ +static_assert(offsetof(WBP_UI_RemoteCameraWidget_C_SetFocusedWidget, bIsFocused) == 0x000000, "Member 'WBP_UI_RemoteCameraWidget_C_SetFocusedWidget::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_RemoteCameraWidget_C_SetFocusedWidget, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_RemoteCameraWidget_C_SetFocusedWidget::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_RemoteCameraWidget_C_SetFocusedWidget, Temp_byte_Variable) == 0x000002, "Member 'WBP_UI_RemoteCameraWidget_C_SetFocusedWidget::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_RemoteCameraWidget_C_SetFocusedWidget, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_UI_RemoteCameraWidget_C_SetFocusedWidget::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_RemoteCameraWidget_C_SetFocusedWidget, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_RemoteCameraWidget_C_SetFocusedWidget::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_RemoteCameraWidget_C_SetCameraDestroyed \ +static_assert(alignof(WBP_UI_RemoteCameraWidget_C_SetCameraDestroyed) == 0x000001, "Wrong alignment on WBP_UI_RemoteCameraWidget_C_SetCameraDestroyed"); \ +static_assert(sizeof(WBP_UI_RemoteCameraWidget_C_SetCameraDestroyed) == 0x000001, "Wrong size on WBP_UI_RemoteCameraWidget_C_SetCameraDestroyed"); \ +static_assert(offsetof(WBP_UI_RemoteCameraWidget_C_SetCameraDestroyed, bIsCameraDestroyed) == 0x000000, "Member 'WBP_UI_RemoteCameraWidget_C_SetCameraDestroyed::bIsCameraDestroyed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_RemoteCameraWidget_C \ +static_assert(alignof(UWBP_UI_RemoteCameraWidget_C) == 0x000008, "Wrong alignment on UWBP_UI_RemoteCameraWidget_C"); \ +static_assert(sizeof(UWBP_UI_RemoteCameraWidget_C) == 0x0002C0, "Wrong size on UWBP_UI_RemoteCameraWidget_C"); \ +static_assert(offsetof(UWBP_UI_RemoteCameraWidget_C, UberGraphFrame) == 0x000298, "Member 'UWBP_UI_RemoteCameraWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_RemoteCameraWidget_C, Background_I) == 0x0002A0, "Member 'UWBP_UI_RemoteCameraWidget_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_RemoteCameraWidget_C, Outline_I) == 0x0002A8, "Member 'UWBP_UI_RemoteCameraWidget_C::Outline_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_RemoteCameraWidget_C, RoutePing_I) == 0x0002B0, "Member 'UWBP_UI_RemoteCameraWidget_C::RoutePing_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_RemoteCameraWidget_C, SecureLoop_I) == 0x0002B8, "Member 'UWBP_UI_RemoteCameraWidget_C::SecureLoop_I' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_AmmoPickup_C \ +static_assert(alignof(ABP_AmmoPickup_C) == 0x000008, "Wrong alignment on ABP_AmmoPickup_C"); \ +static_assert(sizeof(ABP_AmmoPickup_C) == 0x000300, "Wrong size on ABP_AmmoPickup_C"); \ +static_assert(offsetof(ABP_AmmoPickup_C, Sphere) == 0x0002F0, "Member 'ABP_AmmoPickup_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_AmmoPickup_C, StaticMesh) == 0x0002F8, "Member 'ABP_AmmoPickup_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_AIArmedLinkedAnimation_C_ExecuteUbergraph_ABP_AIArmedLinkedAnimation \ +static_assert(alignof(ABP_AIArmedLinkedAnimation_C_ExecuteUbergraph_ABP_AIArmedLinkedAnimation) == 0x000004, "Wrong alignment on ABP_AIArmedLinkedAnimation_C_ExecuteUbergraph_ABP_AIArmedLinkedAnimation"); \ +static_assert(sizeof(ABP_AIArmedLinkedAnimation_C_ExecuteUbergraph_ABP_AIArmedLinkedAnimation) == 0x000004, "Wrong size on ABP_AIArmedLinkedAnimation_C_ExecuteUbergraph_ABP_AIArmedLinkedAnimation"); \ +static_assert(offsetof(ABP_AIArmedLinkedAnimation_C_ExecuteUbergraph_ABP_AIArmedLinkedAnimation, EntryPoint) == 0x000000, "Member 'ABP_AIArmedLinkedAnimation_C_ExecuteUbergraph_ABP_AIArmedLinkedAnimation::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_AIArmedLinkedAnimation_C_AnimGraph \ +static_assert(alignof(ABP_AIArmedLinkedAnimation_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_AIArmedLinkedAnimation_C_AnimGraph"); \ +static_assert(sizeof(ABP_AIArmedLinkedAnimation_C_AnimGraph) == 0x000010, "Wrong size on ABP_AIArmedLinkedAnimation_C_AnimGraph"); \ +static_assert(offsetof(ABP_AIArmedLinkedAnimation_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_AIArmedLinkedAnimation_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_AIArmedLinkedAnimation_C_FullBodyAction \ +static_assert(alignof(ABP_AIArmedLinkedAnimation_C_FullBodyAction) == 0x000008, "Wrong alignment on ABP_AIArmedLinkedAnimation_C_FullBodyAction"); \ +static_assert(sizeof(ABP_AIArmedLinkedAnimation_C_FullBodyAction) == 0x000020, "Wrong size on ABP_AIArmedLinkedAnimation_C_FullBodyAction"); \ +static_assert(offsetof(ABP_AIArmedLinkedAnimation_C_FullBodyAction, InPose) == 0x000000, "Member 'ABP_AIArmedLinkedAnimation_C_FullBodyAction::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_AIArmedLinkedAnimation_C_FullBodyAction, FullBodyAction_0) == 0x000010, "Member 'ABP_AIArmedLinkedAnimation_C_FullBodyAction::FullBodyAction_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_AIArmedLinkedAnimation_C \ +static_assert(alignof(UABP_AIArmedLinkedAnimation_C) == 0x000010, "Wrong alignment on UABP_AIArmedLinkedAnimation_C"); \ +static_assert(sizeof(UABP_AIArmedLinkedAnimation_C) == 0x001E00, "Wrong size on UABP_AIArmedLinkedAnimation_C"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, UberGraphFrame) == 0x0003F0, "Member 'UABP_AIArmedLinkedAnimation_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_Root_1) == 0x0003F8, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_LinkedInputPose) == 0x000440, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_SaveCachedPose) == 0x000570, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_TransitionResult_11) == 0x0006D8, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_TransitionResult_10) == 0x000710, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_TransitionResult_9) == 0x000748, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_TransitionResult_8) == 0x000780, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_TransitionResult_7) == 0x0007B8, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_TransitionResult_6) == 0x0007F0, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_TransitionResult_5) == 0x000828, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_TransitionResult_4) == 0x000860, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_TransitionResult_3) == 0x000898, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_TransitionResult_2) == 0x0008D0, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_TransitionResult_1) == 0x000908, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_TransitionResult) == 0x000940, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_ModifyCurve_1) == 0x000978, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_ModifyCurve_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_SequencePlayer_13) == 0x0009E0, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_StateResult_7) == 0x000AB0, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_SequencePlayer_12) == 0x000AF8, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_StateResult_6) == 0x000BC8, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_SequencePlayer_11) == 0x000C10, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_StateResult_5) == 0x000CE0, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_SequencePlayer_10) == 0x000D28, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_StateResult_4) == 0x000DF8, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_ModifyCurve) == 0x000E40, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_ModifyCurve' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_BlendListByBool_6) == 0x000EA8, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_BlendListByBool_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_BlendListByBool_5) == 0x000F58, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_BlendListByBool_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_BlendListByBool_4) == 0x001008, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_BlendListByBool_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_SequencePlayer_9) == 0x0010B8, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_SequencePlayer_8) == 0x001188, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_SequencePlayer_7) == 0x001258, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_SequencePlayer_6) == 0x001328, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_StateResult_3) == 0x0013F8, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_BlendListByBool_3) == 0x001440, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_BlendListByBool_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_SequencePlayer_5) == 0x0014F0, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_SequencePlayer_4) == 0x0015C0, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_StateResult_2) == 0x001690, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_BlendListByBool_2) == 0x0016D8, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_BlendListByBool_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_SequencePlayer_3) == 0x001788, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_SequencePlayer_2) == 0x001858, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_SequencePlayer_1) == 0x001928, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_SequencePlayer) == 0x0019F8, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_BlendListByBool_1) == 0x001AC8, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_BlendListByBool) == 0x001B78, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_StateResult_1) == 0x001C28, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_UseCachedPose) == 0x001C70, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_StateResult) == 0x001CB0, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_StateMachine) == 0x001CF8, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_AIArmedLinkedAnimation_C, AnimGraphNode_Root) == 0x001DB8, "Member 'UABP_AIArmedLinkedAnimation_C::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_CharacterBase_C_FullBodyAction \ +static_assert(alignof(ALI_CharacterBase_C_FullBodyAction) == 0x000008, "Wrong alignment on ALI_CharacterBase_C_FullBodyAction"); \ +static_assert(sizeof(ALI_CharacterBase_C_FullBodyAction) == 0x000020, "Wrong size on ALI_CharacterBase_C_FullBodyAction"); \ +static_assert(offsetof(ALI_CharacterBase_C_FullBodyAction, InPose) == 0x000000, "Member 'ALI_CharacterBase_C_FullBodyAction::InPose' has a wrong offset!"); \ +static_assert(offsetof(ALI_CharacterBase_C_FullBodyAction, FullBodyAction_0) == 0x000010, "Member 'ALI_CharacterBase_C_FullBodyAction::FullBodyAction_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IALI_CharacterBase_C \ +static_assert(alignof(IALI_CharacterBase_C) == 0x000001, "Wrong alignment on IALI_CharacterBase_C"); \ +static_assert(sizeof(IALI_CharacterBase_C) == 0x000001, "Wrong size on IALI_CharacterBase_C"); \ + +#define DUMPER7_ASSERTS_ABP_RappellingRope_C \ +static_assert(alignof(ABP_RappellingRope_C) == 0x000008, "Wrong alignment on ABP_RappellingRope_C"); \ +static_assert(sizeof(ABP_RappellingRope_C) == 0x0002D8, "Wrong size on ABP_RappellingRope_C"); \ + +#define DUMPER7_ASSERTS_ABP_ZiplineMotor_C \ +static_assert(alignof(ABP_ZiplineMotor_C) == 0x000010, "Wrong alignment on ABP_ZiplineMotor_C"); \ +static_assert(sizeof(ABP_ZiplineMotor_C) == 0x000330, "Wrong size on ABP_ZiplineMotor_C"); \ +static_assert(offsetof(ABP_ZiplineMotor_C, StaticMesh) == 0x000320, "Member 'ABP_ZiplineMotor_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Order_Civilian_CallInvestigator_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator \ +static_assert(alignof(BP_Order_Civilian_CallInvestigator_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator) == 0x000008, "Wrong alignment on BP_Order_Civilian_CallInvestigator_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator"); \ +static_assert(sizeof(BP_Order_Civilian_CallInvestigator_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator) == 0x000028, "Wrong size on BP_Order_Civilian_CallInvestigator_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator, EntryPoint) == 0x000000, "Member 'BP_Order_Civilian_CallInvestigator_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator, K2Node_Event_Pawn) == 0x000008, "Member 'BP_Order_Civilian_CallInvestigator_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator::K2Node_Event_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator, CallFunc_GetController_ReturnValue) == 0x000010, "Member 'BP_Order_Civilian_CallInvestigator_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator, K2Node_DynamicCast_AsAIController) == 0x000018, "Member 'BP_Order_Civilian_CallInvestigator_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator::K2Node_DynamicCast_AsAIController' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_Order_Civilian_CallInvestigator_C_ExecuteUbergraph_BP_Order_Civilian_CallInvestigator::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Order_Civilian_CallInvestigator_C_OnStartedBP \ +static_assert(alignof(BP_Order_Civilian_CallInvestigator_C_OnStartedBP) == 0x000008, "Wrong alignment on BP_Order_Civilian_CallInvestigator_C_OnStartedBP"); \ +static_assert(sizeof(BP_Order_Civilian_CallInvestigator_C_OnStartedBP) == 0x000008, "Wrong size on BP_Order_Civilian_CallInvestigator_C_OnStartedBP"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_C_OnStartedBP, Pawn) == 0x000000, "Member 'BP_Order_Civilian_CallInvestigator_C_OnStartedBP::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Order_Civilian_CallInvestigator_C_ExecPredicate \ +static_assert(alignof(BP_Order_Civilian_CallInvestigator_C_ExecPredicate) == 0x000008, "Wrong alignment on BP_Order_Civilian_CallInvestigator_C_ExecPredicate"); \ +static_assert(sizeof(BP_Order_Civilian_CallInvestigator_C_ExecPredicate) == 0x000040, "Wrong size on BP_Order_Civilian_CallInvestigator_C_ExecPredicate"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_C_ExecPredicate, Owner) == 0x000000, "Member 'BP_Order_Civilian_CallInvestigator_C_ExecPredicate::Owner' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_C_ExecPredicate, ReturnValue) == 0x000008, "Member 'BP_Order_Civilian_CallInvestigator_C_ExecPredicate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_C_ExecPredicate, K2Node_DynamicCast_AsSBZAIController) == 0x000010, "Member 'BP_Order_Civilian_CallInvestigator_C_ExecPredicate::K2Node_DynamicCast_AsSBZAIController' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_C_ExecPredicate, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_Order_Civilian_CallInvestigator_C_ExecPredicate::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_C_ExecPredicate, CallFunc_StealthBranch_OutputPins) == 0x000019, "Member 'BP_Order_Civilian_CallInvestigator_C_ExecPredicate::CallFunc_StealthBranch_OutputPins' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_C_ExecPredicate, CallFunc_StealthBranch_ReturnValue) == 0x00001A, "Member 'BP_Order_Civilian_CallInvestigator_C_ExecPredicate::CallFunc_StealthBranch_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_C_ExecPredicate, CallFunc_GetCurrentEnemy_ReturnValue) == 0x000020, "Member 'BP_Order_Civilian_CallInvestigator_C_ExecPredicate::CallFunc_GetCurrentEnemy_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_C_ExecPredicate, K2Node_SwitchEnum_CmpSuccess) == 0x000028, "Member 'BP_Order_Civilian_CallInvestigator_C_ExecPredicate::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_C_ExecPredicate, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'BP_Order_Civilian_CallInvestigator_C_ExecPredicate::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_C_ExecPredicate, CallFunc_Get_ReturnValue) == 0x000030, "Member 'BP_Order_Civilian_CallInvestigator_C_ExecPredicate::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_C_ExecPredicate, CallFunc_HasPendingInvestigationFor_ReturnValue) == 0x000038, "Member 'BP_Order_Civilian_CallInvestigator_C_ExecPredicate::CallFunc_HasPendingInvestigationFor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_C_ExecPredicate, CallFunc_ExecPredicate_ReturnValue) == 0x000039, "Member 'BP_Order_Civilian_CallInvestigator_C_ExecPredicate::CallFunc_ExecPredicate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_C_ExecPredicate, CallFunc_Not_PreBool_ReturnValue) == 0x00003A, "Member 'BP_Order_Civilian_CallInvestigator_C_ExecPredicate::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_Civilian_CallInvestigator_C_ExecPredicate, CallFunc_BooleanAND_ReturnValue) == 0x00003B, "Member 'BP_Order_Civilian_CallInvestigator_C_ExecPredicate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Order_Civilian_CallInvestigator_C \ +static_assert(alignof(UBP_Order_Civilian_CallInvestigator_C) == 0x000008, "Wrong alignment on UBP_Order_Civilian_CallInvestigator_C"); \ +static_assert(sizeof(UBP_Order_Civilian_CallInvestigator_C) == 0x000148, "Wrong size on UBP_Order_Civilian_CallInvestigator_C"); \ +static_assert(offsetof(UBP_Order_Civilian_CallInvestigator_C, UberGraphFrame) == 0x000130, "Member 'UBP_Order_Civilian_CallInvestigator_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_Order_Civilian_CallInvestigator_C, TargetKey) == 0x000138, "Member 'UBP_Order_Civilian_CallInvestigator_C::TargetKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Moon_Tactical_C \ +static_assert(alignof(ABP_Moon_Tactical_C) == 0x000010, "Wrong alignment on ABP_Moon_Tactical_C"); \ +static_assert(sizeof(ABP_Moon_Tactical_C) == 0x000B30, "Wrong size on ABP_Moon_Tactical_C"); \ + +#define DUMPER7_ASSERTS_ABP_POI_DeadBody_C \ +static_assert(alignof(ABP_POI_DeadBody_C) == 0x000008, "Wrong alignment on ABP_POI_DeadBody_C"); \ +static_assert(sizeof(ABP_POI_DeadBody_C) == 0x000320, "Wrong size on ABP_POI_DeadBody_C"); \ + +#define DUMPER7_ASSERTS_BP_CopController_C_ExecuteUbergraph_BP_CopController \ +static_assert(alignof(BP_CopController_C_ExecuteUbergraph_BP_CopController) == 0x000008, "Wrong alignment on BP_CopController_C_ExecuteUbergraph_BP_CopController"); \ +static_assert(sizeof(BP_CopController_C_ExecuteUbergraph_BP_CopController) == 0x000010, "Wrong size on BP_CopController_C_ExecuteUbergraph_BP_CopController"); \ +static_assert(offsetof(BP_CopController_C_ExecuteUbergraph_BP_CopController, EntryPoint) == 0x000000, "Member 'BP_CopController_C_ExecuteUbergraph_BP_CopController::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CopController_C_ExecuteUbergraph_BP_CopController, K2Node_Event_PossessedPawn) == 0x000008, "Member 'BP_CopController_C_ExecuteUbergraph_BP_CopController::K2Node_Event_PossessedPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CopController_C_ReceivePossess \ +static_assert(alignof(BP_CopController_C_ReceivePossess) == 0x000008, "Wrong alignment on BP_CopController_C_ReceivePossess"); \ +static_assert(sizeof(BP_CopController_C_ReceivePossess) == 0x000008, "Wrong size on BP_CopController_C_ReceivePossess"); \ +static_assert(offsetof(BP_CopController_C_ReceivePossess, PossessedPawn) == 0x000000, "Member 'BP_CopController_C_ReceivePossess::PossessedPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CopController_C \ +static_assert(alignof(ABP_CopController_C) == 0x000008, "Wrong alignment on ABP_CopController_C"); \ +static_assert(sizeof(ABP_CopController_C) == 0x0006A0, "Wrong size on ABP_CopController_C"); \ +static_assert(offsetof(ABP_CopController_C, UberGraphFrame) == 0x000690, "Member 'ABP_CopController_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_CopController_C, SBZAIVisualDetection) == 0x000698, "Member 'ABP_CopController_C::SBZAIVisualDetection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNQF_OnlyAllowed_C \ +static_assert(alignof(UNQF_OnlyAllowed_C) == 0x000008, "Wrong alignment on UNQF_OnlyAllowed_C"); \ +static_assert(sizeof(UNQF_OnlyAllowed_C) == 0x000050, "Wrong size on UNQF_OnlyAllowed_C"); \ + +#define DUMPER7_ASSERTS_UBP_TasedUncontrolledCameraShakeFeedback_C \ +static_assert(alignof(UBP_TasedUncontrolledCameraShakeFeedback_C) == 0x000008, "Wrong alignment on UBP_TasedUncontrolledCameraShakeFeedback_C"); \ +static_assert(sizeof(UBP_TasedUncontrolledCameraShakeFeedback_C) == 0x000308, "Wrong size on UBP_TasedUncontrolledCameraShakeFeedback_C"); \ + +#define DUMPER7_ASSERTS_UGE_BlueKeycard_C \ +static_assert(alignof(UGE_BlueKeycard_C) == 0x000008, "Wrong alignment on UGE_BlueKeycard_C"); \ +static_assert(sizeof(UGE_BlueKeycard_C) == 0x0008C0, "Wrong size on UGE_BlueKeycard_C"); \ + +#define DUMPER7_ASSERTS_ABP_TPPlayerBase_C_ExecuteUbergraph_ABP_TPPlayerBase \ +static_assert(alignof(ABP_TPPlayerBase_C_ExecuteUbergraph_ABP_TPPlayerBase) == 0x000004, "Wrong alignment on ABP_TPPlayerBase_C_ExecuteUbergraph_ABP_TPPlayerBase"); \ +static_assert(sizeof(ABP_TPPlayerBase_C_ExecuteUbergraph_ABP_TPPlayerBase) == 0x000004, "Wrong size on ABP_TPPlayerBase_C_ExecuteUbergraph_ABP_TPPlayerBase"); \ +static_assert(offsetof(ABP_TPPlayerBase_C_ExecuteUbergraph_ABP_TPPlayerBase, EntryPoint) == 0x000000, "Member 'ABP_TPPlayerBase_C_ExecuteUbergraph_ABP_TPPlayerBase::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_TPPlayerBase_C_AnimGraph \ +static_assert(alignof(ABP_TPPlayerBase_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_TPPlayerBase_C_AnimGraph"); \ +static_assert(sizeof(ABP_TPPlayerBase_C_AnimGraph) == 0x000010, "Wrong size on ABP_TPPlayerBase_C_AnimGraph"); \ +static_assert(offsetof(ABP_TPPlayerBase_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_TPPlayerBase_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_TPPlayerBase_C_FullBodyAction \ +static_assert(alignof(ABP_TPPlayerBase_C_FullBodyAction) == 0x000008, "Wrong alignment on ABP_TPPlayerBase_C_FullBodyAction"); \ +static_assert(sizeof(ABP_TPPlayerBase_C_FullBodyAction) == 0x000020, "Wrong size on ABP_TPPlayerBase_C_FullBodyAction"); \ +static_assert(offsetof(ABP_TPPlayerBase_C_FullBodyAction, InPose) == 0x000000, "Member 'ABP_TPPlayerBase_C_FullBodyAction::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_TPPlayerBase_C_FullBodyAction, FullBodyAction_0) == 0x000010, "Member 'ABP_TPPlayerBase_C_FullBodyAction::FullBodyAction_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_TPPlayerBase_C \ +static_assert(alignof(UABP_TPPlayerBase_C) == 0x000010, "Wrong alignment on UABP_TPPlayerBase_C"); \ +static_assert(sizeof(UABP_TPPlayerBase_C) == 0x00C740, "Wrong size on UABP_TPPlayerBase_C"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, UberGraphFrame) == 0x000C90, "Member 'UABP_TPPlayerBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_Root_1) == 0x000C98, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_LinkedInputPose) == 0x000CE0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_Root) == 0x000E10, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_32) == 0x000E58, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_31) == 0x000E90, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_30) == 0x000EC8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_29) == 0x000F00, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_28) == 0x000F38, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_27) == 0x000F70, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_26) == 0x000FA8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_25) == 0x000FE0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_24) == 0x001018, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_23) == 0x001050, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_22) == 0x001088, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_21) == 0x0010C0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_20) == 0x0010F8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_19) == 0x001130, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_18) == 0x001168, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_17) == 0x0011A0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_16) == 0x0011D8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_15) == 0x001210, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_14) == 0x001248, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_13) == 0x001280, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_12) == 0x0012B8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_11) == 0x0012F0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_10) == 0x001328, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_9) == 0x001360, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_SequencePlayer_13) == 0x001398, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_StateResult_13) == 0x001468, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_StateResult_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_SequencePlayer_12) == 0x0014B0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendListByBool_7) == 0x001580, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendListByBool_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_SequencePlayer_11) == 0x001630, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_StateResult_12) == 0x001700, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_StateResult_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendListByBool_6) == 0x001748, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendListByBool_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, SBZAnimGraphNode_CurveMatchedBlendSpacePlayer_7) == 0x0017F8, "Member 'UABP_TPPlayerBase_C::SBZAnimGraphNode_CurveMatchedBlendSpacePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendListByBool_5) == 0x001910, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendListByBool_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, SBZAnimGraphNode_CurveMatchedBlendSpacePlayer_6) == 0x0019C0, "Member 'UABP_TPPlayerBase_C::SBZAnimGraphNode_CurveMatchedBlendSpacePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendListByBool_4) == 0x001AD8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendListByBool_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_ComponentToLocalSpace_3) == 0x001B88, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_ComponentToLocalSpace_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_LocalToComponentSpace_3) == 0x001BB8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_LocalToComponentSpace_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, SBZAnimGraphNode_SpeedWarping_3) == 0x001BE8, "Member 'UABP_TPPlayerBase_C::SBZAnimGraphNode_SpeedWarping_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, SBZAnimGraphNode_CurveMatchedBlendSpacePlayer_5) == 0x001D40, "Member 'UABP_TPPlayerBase_C::SBZAnimGraphNode_CurveMatchedBlendSpacePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, SBZAnimGraphNode_CurveMatchedBlendSpacePlayer_4) == 0x001E58, "Member 'UABP_TPPlayerBase_C::SBZAnimGraphNode_CurveMatchedBlendSpacePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_StateResult_11) == 0x001F70, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_StateResult_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_ComponentToLocalSpace_2) == 0x001FB8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_ComponentToLocalSpace_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_LocalToComponentSpace_2) == 0x001FE8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_LocalToComponentSpace_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, SBZAnimGraphNode_SpeedWarping_2) == 0x002018, "Member 'UABP_TPPlayerBase_C::SBZAnimGraphNode_SpeedWarping_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_41) == 0x002170, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_41' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_StateResult_10) == 0x002270, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendListByBool_3) == 0x0022B8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendListByBool_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_SequencePlayer_10) == 0x002368, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, SBZAnimGraphNode_CurveMatchedBlendSpacePlayer_3) == 0x002438, "Member 'UABP_TPPlayerBase_C::SBZAnimGraphNode_CurveMatchedBlendSpacePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendListByBool_2) == 0x002550, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendListByBool_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, SBZAnimGraphNode_CurveMatchedBlendSpacePlayer_2) == 0x002600, "Member 'UABP_TPPlayerBase_C::SBZAnimGraphNode_CurveMatchedBlendSpacePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TwoWayBlend_21) == 0x002718, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TwoWayBlend_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, SBZAnimGraphNode_CurveMatchedBlendSpacePlayer_1) == 0x0027F0, "Member 'UABP_TPPlayerBase_C::SBZAnimGraphNode_CurveMatchedBlendSpacePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, SBZAnimGraphNode_CurveMatchedBlendSpacePlayer) == 0x002908, "Member 'UABP_TPPlayerBase_C::SBZAnimGraphNode_CurveMatchedBlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendListByBool_1) == 0x002A20, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_StateResult_9) == 0x002AD0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_ComponentToLocalSpace_1) == 0x002B18, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_LocalToComponentSpace_1) == 0x002B48, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, SBZAnimGraphNode_SpeedWarping_1) == 0x002B78, "Member 'UABP_TPPlayerBase_C::SBZAnimGraphNode_SpeedWarping_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_40) == 0x002CD0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_40' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_39) == 0x002DD0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_39' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TwoWayBlend_20) == 0x002ED0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TwoWayBlend_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_StateResult_8) == 0x002FA8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_SequencePlayer_9) == 0x002FF0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_SequencePlayer_8) == 0x0030C0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TwoWayBlend_19) == 0x003190, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TwoWayBlend_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_StateResult_7) == 0x003268, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_StateMachine_2) == 0x0032B0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_Slot_6) == 0x003370, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_Slot_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_LayeredBoneBlend_7) == 0x0033D0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_LayeredBoneBlend_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, SBZAnimGraphNode_HipsZBlending) == 0x0034B8, "Member 'UABP_TPPlayerBase_C::SBZAnimGraphNode_HipsZBlending' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_RotateRootBone) == 0x0035D8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_RotateRootBone' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_LocalToComponentSpace) == 0x003688, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, SBZAnimGraphNode_ProceduralFootPlacement) == 0x0036C0, "Member 'UABP_TPPlayerBase_C::SBZAnimGraphNode_ProceduralFootPlacement' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_LegIK) == 0x003AE0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_LegIK' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_ComponentToLocalSpace) == 0x003BF8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_Slot_5) == 0x003C28, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_Slot_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, SBZAnimGraphNode_TransitionPose) == 0x003C88, "Member 'UABP_TPPlayerBase_C::SBZAnimGraphNode_TransitionPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_SaveCachedPose_7) == 0x003D08, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_SaveCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TwoBoneIK_1) == 0x003E70, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TwoBoneIK_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TwoBoneIK) == 0x0040B0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TwoBoneIK' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_ModifyBone_6) == 0x0042F0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_ModifyBone_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_ModifyBone_5) == 0x004428, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_ModifyBone_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_SaveCachedPose_6) == 0x004560, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_SaveCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_UseCachedPose_16) == 0x0046C8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_UseCachedPose_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_ModifyBone_4) == 0x004708, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_ModifyBone_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_SaveCachedPose_5) == 0x004840, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_SaveCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_Inertialization_1) == 0x0049A8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_Inertialization_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_Slot_4) == 0x004A28, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_Slot_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_HandIKRetargeting) == 0x004A88, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_HandIKRetargeting' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_ModifyBone_3) == 0x004BD8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_ModifyBone_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, SBZAnimGraphNode_BoneLocker) == 0x004D10, "Member 'UABP_TPPlayerBase_C::SBZAnimGraphNode_BoneLocker' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_UseCachedPose_15) == 0x004E10, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_UseCachedPose_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_8) == 0x004E50, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_7) == 0x004E88, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_6) == 0x004EC0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_5) == 0x004EF8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_4) == 0x004F30, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_3) == 0x004F68, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TwoWayBlend_18) == 0x004FA0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TwoWayBlend_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_38) == 0x005078, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_38' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_37) == 0x005178, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_37' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TwoWayBlend_17) == 0x005278, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TwoWayBlend_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_36) == 0x005350, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_36' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_35) == 0x005450, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_35' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TwoWayBlend_16) == 0x005550, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TwoWayBlend_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_34) == 0x005628, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_34' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_33) == 0x005728, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_33' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TwoWayBlend_15) == 0x005828, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TwoWayBlend_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_32) == 0x005900, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_31) == 0x005A00, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TwoWayBlend_14) == 0x005B00, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TwoWayBlend_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_30) == 0x005BD8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_29) == 0x005CD8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TwoWayBlend_13) == 0x005DD8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TwoWayBlend_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_28) == 0x005EB0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_27) == 0x005FB0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TwoWayBlend_12) == 0x0060B0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TwoWayBlend_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_26) == 0x006188, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_25) == 0x006288, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendListByEnum_4) == 0x006388, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendListByEnum_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_UseCachedPose_14) == 0x006448, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_UseCachedPose_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_StateResult_6) == 0x006488, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TwoWayBlend_11) == 0x0064D0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TwoWayBlend_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_24) == 0x0065A8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_23) == 0x0066A8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TwoWayBlend_10) == 0x0067A8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TwoWayBlend_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_22) == 0x006880, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_21) == 0x006980, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TwoWayBlend_9) == 0x006A80, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TwoWayBlend_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_20) == 0x006B58, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_19) == 0x006C58, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TwoWayBlend_8) == 0x006D58, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TwoWayBlend_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_18) == 0x006E30, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_17) == 0x006F30, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TwoWayBlend_7) == 0x007030, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TwoWayBlend_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_16) == 0x007108, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_15) == 0x007208, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TwoWayBlend_6) == 0x007308, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TwoWayBlend_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_14) == 0x0073E0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_13) == 0x0074E0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TwoWayBlend_5) == 0x0075E0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TwoWayBlend_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_12) == 0x0076B8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_11) == 0x0077B8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendListByEnum_3) == 0x0078B8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendListByEnum_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_UseCachedPose_13) == 0x007978, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_UseCachedPose_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_StateResult_5) == 0x0079B8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_10) == 0x007A00, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_9) == 0x007B00, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_8) == 0x007C00, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_7) == 0x007D00, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_6) == 0x007E00, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_5) == 0x007F00, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_4) == 0x008000, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendListByEnum_2) == 0x008100, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendListByEnum_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_UseCachedPose_12) == 0x0081C0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_UseCachedPose_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_StateResult_4) == 0x008200, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_StateMachine_1) == 0x008248, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_UseCachedPose_11) == 0x008308, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_UseCachedPose_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_UseCachedPose_10) == 0x008348, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_UseCachedPose_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_Slot_3) == 0x008388, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_Slot_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_LinkedAnimLayer) == 0x0083E8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_LinkedAnimLayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_ApplyAdditive) == 0x0084B8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_3) == 0x0085A0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_2) == 0x0086A0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult_1) == 0x0086D8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TransitionResult) == 0x008710, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_SequencePlayer_7) == 0x008748, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_StateResult_3) == 0x008818, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_SequenceEvaluator) == 0x008860, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TwoWayBlend_4) == 0x0088C0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TwoWayBlend_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, SBZAnimGraphNode_CurveMatchedSequencePlayer_1) == 0x008998, "Member 'UABP_TPPlayerBase_C::SBZAnimGraphNode_CurveMatchedSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TwoWayBlend_3) == 0x008A18, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TwoWayBlend_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, SBZAnimGraphNode_CurveMatchedSequencePlayer) == 0x008AF0, "Member 'UABP_TPPlayerBase_C::SBZAnimGraphNode_CurveMatchedSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_StateResult_2) == 0x008B70, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendListByEnum_1) == 0x008BB8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendListByEnum_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_2) == 0x008C78, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_LayeredBoneBlend_6) == 0x008D78, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_LayeredBoneBlend_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_1) == 0x008E60, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendSpacePlayer) == 0x008F60, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_StateResult_1) == 0x009060, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_UseCachedPose_9) == 0x0090A8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_UseCachedPose_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_StateResult) == 0x0090E8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_StateMachine) == 0x009130, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_ModifyBone_2) == 0x0091F0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_ModifyBone_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, SBZAnimGraphNode_SpeedWarping) == 0x009328, "Member 'UABP_TPPlayerBase_C::SBZAnimGraphNode_SpeedWarping' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_ModifyBone_1) == 0x009480, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_ModifyBone_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendListByBool) == 0x0095B8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TwoWayBlend_2) == 0x009668, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TwoWayBlend_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_UseCachedPose_8) == 0x009740, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_UseCachedPose_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_LayeredBoneBlend_5) == 0x009780, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_LayeredBoneBlend_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_LayeredBoneBlend_4) == 0x009868, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_LayeredBoneBlend_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_Slot_2) == 0x009950, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_Slot_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_UseCachedPose_7) == 0x0099B0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_LayeredBoneBlend_3) == 0x0099F0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_LayeredBoneBlend_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_Slot_1) == 0x009AD8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_UseCachedPose_6) == 0x009B38, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_SequencePlayer_6) == 0x009B78, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_SequencePlayer_5) == 0x009C48, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_SaveCachedPose_4) == 0x009D18, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_SaveCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_UseCachedPose_5) == 0x009E80, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_RotationOffsetBlendSpace_5) == 0x009EC0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_RotationOffsetBlendSpace_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_SaveCachedPose_3) == 0x00A0A8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_RotationOffsetBlendSpace_4) == 0x00A210, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_RotationOffsetBlendSpace_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_RotationOffsetBlendSpace_3) == 0x00A3F8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_RotationOffsetBlendSpace_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_RotationOffsetBlendSpace_2) == 0x00A5E0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_RotationOffsetBlendSpace_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_RotationOffsetBlendSpace_1) == 0x00A7C8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_RotationOffsetBlendSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_RotationOffsetBlendSpace) == 0x00A9B0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_RotationOffsetBlendSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_UseCachedPose_4) == 0x00AB98, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_SaveCachedPose_2) == 0x00ABD8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_BlendListByEnum) == 0x00AD40, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_UseCachedPose_3) == 0x00AE00, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_SequencePlayer_4) == 0x00AE40, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_SequencePlayer_3) == 0x00AF10, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TwoWayBlend_1) == 0x00AFE0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TwoWayBlend_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_Slot) == 0x00B0B8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_Inertialization) == 0x00B118, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_Inertialization' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_ModifyBone) == 0x00B198, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_RigidBody) == 0x00B2D0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_RigidBody' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_SaveCachedPose_1) == 0x00BB90, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_LayeredBoneBlend_2) == 0x00BCF8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_LayeredBoneBlend_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_PoseBlendNode) == 0x00BDE0, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_PoseBlendNode' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_LayeredBoneBlend_1) == 0x00BE90, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_LayeredBoneBlend_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, SBZAnimGraphNode_LipSync) == 0x00BF78, "Member 'UABP_TPPlayerBase_C::SBZAnimGraphNode_LipSync' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_LayeredBoneBlend) == 0x00C080, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_UseCachedPose_2) == 0x00C168, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_TwoWayBlend) == 0x00C1A8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_TwoWayBlend' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_SequencePlayer_2) == 0x00C280, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_SaveCachedPose) == 0x00C350, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_UseCachedPose_1) == 0x00C4B8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_UseCachedPose) == 0x00C4F8, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_MultiWayBlend) == 0x00C538, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_MultiWayBlend' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_SequencePlayer_1) == 0x00C598, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_TPPlayerBase_C, AnimGraphNode_SequencePlayer) == 0x00C668, "Member 'UABP_TPPlayerBase_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_AvoidVehicle_C \ +static_assert(alignof(UGA_AvoidVehicle_C) == 0x000008, "Wrong alignment on UGA_AvoidVehicle_C"); \ +static_assert(sizeof(UGA_AvoidVehicle_C) == 0x0004E8, "Wrong size on UGA_AvoidVehicle_C"); \ + +#define DUMPER7_ASSERTS_UUTD_BoundStay_C \ +static_assert(alignof(UUTD_BoundStay_C) == 0x000008, "Wrong alignment on UUTD_BoundStay_C"); \ +static_assert(sizeof(UUTD_BoundStay_C) == 0x0000B0, "Wrong size on UUTD_BoundStay_C"); \ + +#define DUMPER7_ASSERTS_UUTD_StreetFlee_Civilian_C \ +static_assert(alignof(UUTD_StreetFlee_Civilian_C) == 0x000008, "Wrong alignment on UUTD_StreetFlee_Civilian_C"); \ +static_assert(sizeof(UUTD_StreetFlee_Civilian_C) == 0x0000B0, "Wrong size on UUTD_StreetFlee_Civilian_C"); \ + +#define DUMPER7_ASSERTS_BP_FuelRequirement_C_BP_CheckRequirement \ +static_assert(alignof(BP_FuelRequirement_C_BP_CheckRequirement) == 0x000008, "Wrong alignment on BP_FuelRequirement_C_BP_CheckRequirement"); \ +static_assert(sizeof(BP_FuelRequirement_C_BP_CheckRequirement) == 0x0000E8, "Wrong size on BP_FuelRequirement_C_BP_CheckRequirement"); \ +static_assert(offsetof(BP_FuelRequirement_C_BP_CheckRequirement, Interactor) == 0x000000, "Member 'BP_FuelRequirement_C_BP_CheckRequirement::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_FuelRequirement_C_BP_CheckRequirement, OutData) == 0x000008, "Member 'BP_FuelRequirement_C_BP_CheckRequirement::OutData' has a wrong offset!"); \ +static_assert(offsetof(BP_FuelRequirement_C_BP_CheckRequirement, bIsSignalRequired) == 0x000048, "Member 'BP_FuelRequirement_C_BP_CheckRequirement::bIsSignalRequired' has a wrong offset!"); \ +static_assert(offsetof(BP_FuelRequirement_C_BP_CheckRequirement, bInIsScreenInteract) == 0x000049, "Member 'BP_FuelRequirement_C_BP_CheckRequirement::bInIsScreenInteract' has a wrong offset!"); \ +static_assert(offsetof(BP_FuelRequirement_C_BP_CheckRequirement, bIsCasing) == 0x00004A, "Member 'BP_FuelRequirement_C_BP_CheckRequirement::bIsCasing' has a wrong offset!"); \ +static_assert(offsetof(BP_FuelRequirement_C_BP_CheckRequirement, bIsEncumbered) == 0x00004B, "Member 'BP_FuelRequirement_C_BP_CheckRequirement::bIsEncumbered' has a wrong offset!"); \ +static_assert(offsetof(BP_FuelRequirement_C_BP_CheckRequirement, ReturnValue) == 0x00004C, "Member 'BP_FuelRequirement_C_BP_CheckRequirement::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FuelRequirement_C_BP_CheckRequirement, LocalOutData) == 0x000050, "Member 'BP_FuelRequirement_C_BP_CheckRequirement::LocalOutData' has a wrong offset!"); \ +static_assert(offsetof(BP_FuelRequirement_C_BP_CheckRequirement, Temp_bool_Variable) == 0x000090, "Member 'BP_FuelRequirement_C_BP_CheckRequirement::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FuelRequirement_C_BP_CheckRequirement, CallFunc_GetOwner_ReturnValue) == 0x000098, "Member 'BP_FuelRequirement_C_BP_CheckRequirement::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FuelRequirement_C_BP_CheckRequirement, K2Node_DynamicCast_AsCharacter) == 0x0000A0, "Member 'BP_FuelRequirement_C_BP_CheckRequirement::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_FuelRequirement_C_BP_CheckRequirement, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'BP_FuelRequirement_C_BP_CheckRequirement::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FuelRequirement_C_BP_CheckRequirement, K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface) == 0x0000B0, "Member 'BP_FuelRequirement_C_BP_CheckRequirement::K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_FuelRequirement_C_BP_CheckRequirement, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'BP_FuelRequirement_C_BP_CheckRequirement::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FuelRequirement_C_BP_CheckRequirement, Temp_text_Variable) == 0x0000C8, "Member 'BP_FuelRequirement_C_BP_CheckRequirement::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FuelRequirement_C_BP_CheckRequirement, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x0000E0, "Member 'BP_FuelRequirement_C_BP_CheckRequirement::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FuelRequirement_C_BP_CheckRequirement, CallFunc_Array_Add_ReturnValue) == 0x0000E4, "Member 'BP_FuelRequirement_C_BP_CheckRequirement::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FuelRequirement_C \ +static_assert(alignof(UBP_FuelRequirement_C) == 0x000008, "Wrong alignment on UBP_FuelRequirement_C"); \ +static_assert(sizeof(UBP_FuelRequirement_C) == 0x000030, "Wrong size on UBP_FuelRequirement_C"); \ + +#define DUMPER7_ASSERTS_UUTD_StayAndHide_C \ +static_assert(alignof(UUTD_StayAndHide_C) == 0x000008, "Wrong alignment on UUTD_StayAndHide_C"); \ +static_assert(sizeof(UUTD_StayAndHide_C) == 0x0000B0, "Wrong size on UUTD_StayAndHide_C"); \ + +#define DUMPER7_ASSERTS_UUTD_InformPolice_C \ +static_assert(alignof(UUTD_InformPolice_C) == 0x000008, "Wrong alignment on UUTD_InformPolice_C"); \ +static_assert(sizeof(UUTD_InformPolice_C) == 0x0000B0, "Wrong size on UUTD_InformPolice_C"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticChampagneGlass_C \ +static_assert(alignof(ABP_CosmeticChampagneGlass_C) == 0x000008, "Wrong alignment on ABP_CosmeticChampagneGlass_C"); \ +static_assert(sizeof(ABP_CosmeticChampagneGlass_C) == 0x0002D0, "Wrong size on ABP_CosmeticChampagneGlass_C"); \ +static_assert(offsetof(ABP_CosmeticChampagneGlass_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticChampagneGlass_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DesktopComputer_01_Tower_C \ +static_assert(alignof(ABP_DesktopComputer_01_Tower_C) == 0x000008, "Wrong alignment on ABP_DesktopComputer_01_Tower_C"); \ +static_assert(sizeof(ABP_DesktopComputer_01_Tower_C) == 0x0002E0, "Wrong size on ABP_DesktopComputer_01_Tower_C"); \ + +#define DUMPER7_ASSERTS_UUTD_Flee_Civilian_C \ +static_assert(alignof(UUTD_Flee_Civilian_C) == 0x000008, "Wrong alignment on UUTD_Flee_Civilian_C"); \ +static_assert(sizeof(UUTD_Flee_Civilian_C) == 0x0000B0, "Wrong size on UUTD_Flee_Civilian_C"); \ + +#define DUMPER7_ASSERTS_BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide \ +static_assert(alignof(BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide) == 0x000008, "Wrong alignment on BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide"); \ +static_assert(sizeof(BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide) == 0x000088, "Wrong size on BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide, EntryPoint) == 0x000000, "Member 'BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide, K2Node_ComponentBoundEvent_Character) == 0x000008, "Member 'BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide::K2Node_ComponentBoundEvent_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide, K2Node_ComponentBoundEvent_ActionInstance) == 0x000010, "Member 'BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide::K2Node_ComponentBoundEvent_ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide, K2Node_ComponentBoundEvent_ActionSlot) == 0x000018, "Member 'BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide::K2Node_ComponentBoundEvent_ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide, K2Node_ComponentBoundEvent_Result) == 0x000020, "Member 'BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide::K2Node_ComponentBoundEvent_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide, K2Node_SwitchEnum_CmpSuccess) == 0x000021, "Member 'BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide, K2Node_DynamicCast_AsCH_Tower) == 0x000028, "Member 'BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide::K2Node_DynamicCast_AsCH_Tower' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide, K2Node_ComponentBoundEvent_Character_3) == 0x000038, "Member 'BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide::K2Node_ComponentBoundEvent_Character_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide, K2Node_ComponentBoundEvent_ActionInstance_3) == 0x000040, "Member 'BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide::K2Node_ComponentBoundEvent_ActionInstance_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide, K2Node_ComponentBoundEvent_ActionSlot_3) == 0x000048, "Member 'BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide::K2Node_ComponentBoundEvent_ActionSlot_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide, K2Node_ComponentBoundEvent_Character_2) == 0x000050, "Member 'BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide::K2Node_ComponentBoundEvent_Character_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide, K2Node_ComponentBoundEvent_ActionInstance_2) == 0x000058, "Member 'BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide::K2Node_ComponentBoundEvent_ActionInstance_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide, K2Node_ComponentBoundEvent_ActionSlot_2) == 0x000060, "Member 'BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide::K2Node_ComponentBoundEvent_ActionSlot_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide, K2Node_ComponentBoundEvent_Result_1) == 0x000068, "Member 'BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide::K2Node_ComponentBoundEvent_Result_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide, K2Node_ComponentBoundEvent_Character_1) == 0x000070, "Member 'BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide::K2Node_ComponentBoundEvent_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide, K2Node_ComponentBoundEvent_ActionInstance_1) == 0x000078, "Member 'BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide::K2Node_ComponentBoundEvent_ActionInstance_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide, K2Node_ComponentBoundEvent_ActionSlot_1) == 0x000080, "Member 'BP_LA_Tower_Hide_C_ExecuteUbergraph_BP_LA_Tower_Hide::K2Node_ComponentBoundEvent_ActionSlot_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_4_SBZLifeActionStopEventDelegate__DelegateSignature \ +static_assert(alignof(BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_4_SBZLifeActionStopEventDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_4_SBZLifeActionStopEventDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_4_SBZLifeActionStopEventDelegate__DelegateSignature) == 0x000020, "Wrong size on BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_4_SBZLifeActionStopEventDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_4_SBZLifeActionStopEventDelegate__DelegateSignature, Character) == 0x000000, "Member 'BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_4_SBZLifeActionStopEventDelegate__DelegateSignature::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_4_SBZLifeActionStopEventDelegate__DelegateSignature, ActionInstance) == 0x000008, "Member 'BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_4_SBZLifeActionStopEventDelegate__DelegateSignature::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_4_SBZLifeActionStopEventDelegate__DelegateSignature, ActionSlot) == 0x000010, "Member 'BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_4_SBZLifeActionStopEventDelegate__DelegateSignature::ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_4_SBZLifeActionStopEventDelegate__DelegateSignature, Result) == 0x000018, "Member 'BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_4_SBZLifeActionStopEventDelegate__DelegateSignature::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_2_SBZLifeActionEventDelegate__DelegateSignature \ +static_assert(alignof(BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_2_SBZLifeActionEventDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_2_SBZLifeActionEventDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_2_SBZLifeActionEventDelegate__DelegateSignature) == 0x000018, "Wrong size on BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_2_SBZLifeActionEventDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_2_SBZLifeActionEventDelegate__DelegateSignature, Character) == 0x000000, "Member 'BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_2_SBZLifeActionEventDelegate__DelegateSignature::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_2_SBZLifeActionEventDelegate__DelegateSignature, ActionInstance) == 0x000008, "Member 'BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_2_SBZLifeActionEventDelegate__DelegateSignature::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_2_SBZLifeActionEventDelegate__DelegateSignature, ActionSlot) == 0x000010, "Member 'BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_2_SBZLifeActionEventDelegate__DelegateSignature::ActionSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature \ +static_assert(alignof(BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature) == 0x000020, "Wrong size on BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature, Character) == 0x000000, "Member 'BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature, ActionInstance) == 0x000008, "Member 'BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature, ActionSlot) == 0x000010, "Member 'BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature::ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature, Result) == 0x000018, "Member 'BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionEventDelegate__DelegateSignature \ +static_assert(alignof(BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionEventDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionEventDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionEventDelegate__DelegateSignature) == 0x000018, "Wrong size on BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionEventDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionEventDelegate__DelegateSignature, Character) == 0x000000, "Member 'BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionEventDelegate__DelegateSignature::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionEventDelegate__DelegateSignature, ActionInstance) == 0x000008, "Member 'BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionEventDelegate__DelegateSignature::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionEventDelegate__DelegateSignature, ActionSlot) == 0x000010, "Member 'BP_LA_Tower_Hide_C_BndEvt__BP_LA_Tower_Hide_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionEventDelegate__DelegateSignature::ActionSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LA_Tower_Hide_C \ +static_assert(alignof(ABP_LA_Tower_Hide_C) == 0x000008, "Wrong alignment on ABP_LA_Tower_Hide_C"); \ +static_assert(sizeof(ABP_LA_Tower_Hide_C) == 0x0002E8, "Wrong size on ABP_LA_Tower_Hide_C"); \ +static_assert(offsetof(ABP_LA_Tower_Hide_C, UberGraphFrame) == 0x0002C8, "Member 'ABP_LA_Tower_Hide_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Tower_Hide_C, SBZLifeActionSlot) == 0x0002D0, "Member 'ABP_LA_Tower_Hide_C::SBZLifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Tower_Hide_C, SBZLifeActionInstance) == 0x0002D8, "Member 'ABP_LA_Tower_Hide_C::SBZLifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Tower_Hide_C, SBZLifeAction) == 0x0002E0, "Member 'ABP_LA_Tower_Hide_C::SBZLifeAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DecorativeSmokeGrenade_C \ +static_assert(alignof(ABP_DecorativeSmokeGrenade_C) == 0x000008, "Wrong alignment on ABP_DecorativeSmokeGrenade_C"); \ +static_assert(sizeof(ABP_DecorativeSmokeGrenade_C) == 0x0002D8, "Wrong size on ABP_DecorativeSmokeGrenade_C"); \ + +#define DUMPER7_ASSERTS_UUTD_CoverInFear_C \ +static_assert(alignof(UUTD_CoverInFear_C) == 0x000008, "Wrong alignment on UUTD_CoverInFear_C"); \ +static_assert(sizeof(UUTD_CoverInFear_C) == 0x0000B0, "Wrong size on UUTD_CoverInFear_C"); \ + +#define DUMPER7_ASSERTS_UBP_Order_TradeHostageForPlayer_C \ +static_assert(alignof(UBP_Order_TradeHostageForPlayer_C) == 0x000008, "Wrong alignment on UBP_Order_TradeHostageForPlayer_C"); \ +static_assert(sizeof(UBP_Order_TradeHostageForPlayer_C) == 0x000140, "Wrong size on UBP_Order_TradeHostageForPlayer_C"); \ + +#define DUMPER7_ASSERTS_UBP_Order_TradeHostage_C \ +static_assert(alignof(UBP_Order_TradeHostage_C) == 0x000008, "Wrong alignment on UBP_Order_TradeHostage_C"); \ +static_assert(sizeof(UBP_Order_TradeHostage_C) == 0x000140, "Wrong size on UBP_Order_TradeHostage_C"); \ + +#define DUMPER7_ASSERTS_UBP_Order_Follow_C \ +static_assert(alignof(UBP_Order_Follow_C) == 0x000008, "Wrong alignment on UBP_Order_Follow_C"); \ +static_assert(sizeof(UBP_Order_Follow_C) == 0x000138, "Wrong size on UBP_Order_Follow_C"); \ + +#define DUMPER7_ASSERTS_BP_Master_Cloth_Fixture_C_UserConstructionScript \ +static_assert(alignof(BP_Master_Cloth_Fixture_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_Master_Cloth_Fixture_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Master_Cloth_Fixture_C_UserConstructionScript) == 0x000010, "Wrong size on BP_Master_Cloth_Fixture_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Master_Cloth_Fixture_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x000000, "Member 'BP_Master_Cloth_Fixture_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Cloth_Fixture_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x000004, "Member 'BP_Master_Cloth_Fixture_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Cloth_Fixture_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x000008, "Member 'BP_Master_Cloth_Fixture_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_Master_Cloth_Fixture_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00000C, "Member 'BP_Master_Cloth_Fixture_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Master_Cloth_Fixture_C \ +static_assert(alignof(ABP_Master_Cloth_Fixture_C) == 0x000008, "Wrong alignment on ABP_Master_Cloth_Fixture_C"); \ +static_assert(sizeof(ABP_Master_Cloth_Fixture_C) == 0x000338, "Wrong size on ABP_Master_Cloth_Fixture_C"); \ +static_assert(offsetof(ABP_Master_Cloth_Fixture_C, StaticMesh) == 0x0002A8, "Member 'ABP_Master_Cloth_Fixture_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Cloth_Fixture_C, DefaultSceneRoot) == 0x0002B0, "Member 'ABP_Master_Cloth_Fixture_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Cloth_Fixture_C, Tint) == 0x0002B8, "Member 'ABP_Master_Cloth_Fixture_C::Tint' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Cloth_Fixture_C, Pattern_Atas_cell) == 0x0002C8, "Member 'ABP_Master_Cloth_Fixture_C::Pattern_Atas_cell' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Cloth_Fixture_C, Tiling) == 0x0002CC, "Member 'ABP_Master_Cloth_Fixture_C::Tiling' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Cloth_Fixture_C, R_Pattern) == 0x0002D0, "Member 'ABP_Master_Cloth_Fixture_C::R_Pattern' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Cloth_Fixture_C, Pattern_R_color) == 0x0002D4, "Member 'ABP_Master_Cloth_Fixture_C::Pattern_R_color' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Cloth_Fixture_C, G_Pattern) == 0x0002E4, "Member 'ABP_Master_Cloth_Fixture_C::G_Pattern' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Cloth_Fixture_C, Pattern_G_color) == 0x0002E8, "Member 'ABP_Master_Cloth_Fixture_C::Pattern_G_color' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Cloth_Fixture_C, B_Pattern) == 0x0002F8, "Member 'ABP_Master_Cloth_Fixture_C::B_Pattern' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Cloth_Fixture_C, Pattern_B_color) == 0x0002FC, "Member 'ABP_Master_Cloth_Fixture_C::Pattern_B_color' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Cloth_Fixture_C, A_Pattern) == 0x00030C, "Member 'ABP_Master_Cloth_Fixture_C::A_Pattern' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Cloth_Fixture_C, Pattern_A_color) == 0x000310, "Member 'ABP_Master_Cloth_Fixture_C::Pattern_A_color' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Cloth_Fixture_C, Wind_Vector) == 0x000320, "Member 'ABP_Master_Cloth_Fixture_C::Wind_Vector' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Cloth_Fixture_C, Wind_Speed) == 0x00032C, "Member 'ABP_Master_Cloth_Fixture_C::Wind_Speed' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Cloth_Fixture_C, Wind_strength) == 0x000330, "Member 'ABP_Master_Cloth_Fixture_C::Wind_strength' has a wrong offset!"); \ +static_assert(offsetof(ABP_Master_Cloth_Fixture_C, Wind_strength_PixelShader) == 0x000334, "Member 'ABP_Master_Cloth_Fixture_C::Wind_strength_PixelShader' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Action_TradeHostageForPlayer_C \ +static_assert(alignof(UBP_Action_TradeHostageForPlayer_C) == 0x000008, "Wrong alignment on UBP_Action_TradeHostageForPlayer_C"); \ +static_assert(sizeof(UBP_Action_TradeHostageForPlayer_C) == 0x0000E8, "Wrong size on UBP_Action_TradeHostageForPlayer_C"); \ + +#define DUMPER7_ASSERTS_UGE_ShockGrenade_Stunned_C \ +static_assert(alignof(UGE_ShockGrenade_Stunned_C) == 0x000008, "Wrong alignment on UGE_ShockGrenade_Stunned_C"); \ +static_assert(sizeof(UGE_ShockGrenade_Stunned_C) == 0x0008C0, "Wrong size on UGE_ShockGrenade_Stunned_C"); \ + +#define DUMPER7_ASSERTS_UBP_Action_TradeHostage_C \ +static_assert(alignof(UBP_Action_TradeHostage_C) == 0x000008, "Wrong alignment on UBP_Action_TradeHostage_C"); \ +static_assert(sizeof(UBP_Action_TradeHostage_C) == 0x0000E8, "Wrong size on UBP_Action_TradeHostage_C"); \ + +#define DUMPER7_ASSERTS_ABP_POI_HumanShield_C \ +static_assert(alignof(ABP_POI_HumanShield_C) == 0x000008, "Wrong alignment on ABP_POI_HumanShield_C"); \ +static_assert(sizeof(ABP_POI_HumanShield_C) == 0x0002F8, "Wrong size on ABP_POI_HumanShield_C"); \ + +#define DUMPER7_ASSERTS_UBP_DefeatCameraFeedback_C \ +static_assert(alignof(UBP_DefeatCameraFeedback_C) == 0x000008, "Wrong alignment on UBP_DefeatCameraFeedback_C"); \ +static_assert(sizeof(UBP_DefeatCameraFeedback_C) == 0x000308, "Wrong size on UBP_DefeatCameraFeedback_C"); \ + +#define DUMPER7_ASSERTS_ACH_BaseHumanAI_C \ +static_assert(alignof(ACH_BaseHumanAI_C) == 0x000010, "Wrong alignment on ACH_BaseHumanAI_C"); \ +static_assert(sizeof(ACH_BaseHumanAI_C) == 0x001CE0, "Wrong size on ACH_BaseHumanAI_C"); \ + +#define DUMPER7_ASSERTS_BP_CivilianController_C_ExecuteUbergraph_BP_CivilianController \ +static_assert(alignof(BP_CivilianController_C_ExecuteUbergraph_BP_CivilianController) == 0x000008, "Wrong alignment on BP_CivilianController_C_ExecuteUbergraph_BP_CivilianController"); \ +static_assert(sizeof(BP_CivilianController_C_ExecuteUbergraph_BP_CivilianController) == 0x000040, "Wrong size on BP_CivilianController_C_ExecuteUbergraph_BP_CivilianController"); \ +static_assert(offsetof(BP_CivilianController_C_ExecuteUbergraph_BP_CivilianController, EntryPoint) == 0x000000, "Member 'BP_CivilianController_C_ExecuteUbergraph_BP_CivilianController::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CivilianController_C_ExecuteUbergraph_BP_CivilianController, CallFunc_MakeLiteralGameplayTag_ReturnValue) == 0x000004, "Member 'BP_CivilianController_C_ExecuteUbergraph_BP_CivilianController::CallFunc_MakeLiteralGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CivilianController_C_ExecuteUbergraph_BP_CivilianController, K2Node_Event_PossessedPawn) == 0x000010, "Member 'BP_CivilianController_C_ExecuteUbergraph_BP_CivilianController::K2Node_Event_PossessedPawn' has a wrong offset!"); \ +static_assert(offsetof(BP_CivilianController_C_ExecuteUbergraph_BP_CivilianController, CallFunc_Get_ReturnValue) == 0x000018, "Member 'BP_CivilianController_C_ExecuteUbergraph_BP_CivilianController::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CivilianController_C_ExecuteUbergraph_BP_CivilianController, CallFunc_IsAllowedToFlee_ReturnValue) == 0x000020, "Member 'BP_CivilianController_C_ExecuteUbergraph_BP_CivilianController::CallFunc_IsAllowedToFlee_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CivilianController_C_ExecuteUbergraph_BP_CivilianController, CallFunc_K2_GetPawn_ReturnValue) == 0x000028, "Member 'BP_CivilianController_C_ExecuteUbergraph_BP_CivilianController::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CivilianController_C_ExecuteUbergraph_BP_CivilianController, K2Node_DynamicCast_AsSBZCharacter) == 0x000030, "Member 'BP_CivilianController_C_ExecuteUbergraph_BP_CivilianController::K2Node_DynamicCast_AsSBZCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CivilianController_C_ExecuteUbergraph_BP_CivilianController, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_CivilianController_C_ExecuteUbergraph_BP_CivilianController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CivilianController_C_ReceivePossess \ +static_assert(alignof(BP_CivilianController_C_ReceivePossess) == 0x000008, "Wrong alignment on BP_CivilianController_C_ReceivePossess"); \ +static_assert(sizeof(BP_CivilianController_C_ReceivePossess) == 0x000008, "Wrong size on BP_CivilianController_C_ReceivePossess"); \ +static_assert(offsetof(BP_CivilianController_C_ReceivePossess, PossessedPawn) == 0x000000, "Member 'BP_CivilianController_C_ReceivePossess::PossessedPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CivilianController_C \ +static_assert(alignof(ABP_CivilianController_C) == 0x000008, "Wrong alignment on ABP_CivilianController_C"); \ +static_assert(sizeof(ABP_CivilianController_C) == 0x0006A0, "Wrong size on ABP_CivilianController_C"); \ +static_assert(offsetof(ABP_CivilianController_C, UberGraphFrame) == 0x000690, "Member 'ABP_CivilianController_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_CivilianController_C, SBZAIVisualDetection) == 0x000698, "Member 'ABP_CivilianController_C::SBZAIVisualDetection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_AICivilianLinkedAnimation_C_ExecuteUbergraph_ABP_AICivilianLinkedAnimation \ +static_assert(alignof(ABP_AICivilianLinkedAnimation_C_ExecuteUbergraph_ABP_AICivilianLinkedAnimation) == 0x000004, "Wrong alignment on ABP_AICivilianLinkedAnimation_C_ExecuteUbergraph_ABP_AICivilianLinkedAnimation"); \ +static_assert(sizeof(ABP_AICivilianLinkedAnimation_C_ExecuteUbergraph_ABP_AICivilianLinkedAnimation) == 0x000004, "Wrong size on ABP_AICivilianLinkedAnimation_C_ExecuteUbergraph_ABP_AICivilianLinkedAnimation"); \ +static_assert(offsetof(ABP_AICivilianLinkedAnimation_C_ExecuteUbergraph_ABP_AICivilianLinkedAnimation, EntryPoint) == 0x000000, "Member 'ABP_AICivilianLinkedAnimation_C_ExecuteUbergraph_ABP_AICivilianLinkedAnimation::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_AICivilianLinkedAnimation_C_AnimGraph \ +static_assert(alignof(ABP_AICivilianLinkedAnimation_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_AICivilianLinkedAnimation_C_AnimGraph"); \ +static_assert(sizeof(ABP_AICivilianLinkedAnimation_C_AnimGraph) == 0x000010, "Wrong size on ABP_AICivilianLinkedAnimation_C_AnimGraph"); \ +static_assert(offsetof(ABP_AICivilianLinkedAnimation_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_AICivilianLinkedAnimation_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_AICivilianLinkedAnimation_C_FullBodyAction \ +static_assert(alignof(ABP_AICivilianLinkedAnimation_C_FullBodyAction) == 0x000008, "Wrong alignment on ABP_AICivilianLinkedAnimation_C_FullBodyAction"); \ +static_assert(sizeof(ABP_AICivilianLinkedAnimation_C_FullBodyAction) == 0x000020, "Wrong size on ABP_AICivilianLinkedAnimation_C_FullBodyAction"); \ +static_assert(offsetof(ABP_AICivilianLinkedAnimation_C_FullBodyAction, InPose) == 0x000000, "Member 'ABP_AICivilianLinkedAnimation_C_FullBodyAction::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_AICivilianLinkedAnimation_C_FullBodyAction, FullBodyAction_0) == 0x000010, "Member 'ABP_AICivilianLinkedAnimation_C_FullBodyAction::FullBodyAction_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_AICivilianLinkedAnimation_C \ +static_assert(alignof(UABP_AICivilianLinkedAnimation_C) == 0x000010, "Wrong alignment on UABP_AICivilianLinkedAnimation_C"); \ +static_assert(sizeof(UABP_AICivilianLinkedAnimation_C) == 0x000E20, "Wrong size on UABP_AICivilianLinkedAnimation_C"); \ +static_assert(offsetof(UABP_AICivilianLinkedAnimation_C, UberGraphFrame) == 0x000390, "Member 'UABP_AICivilianLinkedAnimation_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICivilianLinkedAnimation_C, AnimGraphNode_Root_1) == 0x000398, "Member 'UABP_AICivilianLinkedAnimation_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICivilianLinkedAnimation_C, AnimGraphNode_LinkedInputPose) == 0x0003E0, "Member 'UABP_AICivilianLinkedAnimation_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICivilianLinkedAnimation_C, AnimGraphNode_TransitionResult_5) == 0x000510, "Member 'UABP_AICivilianLinkedAnimation_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICivilianLinkedAnimation_C, AnimGraphNode_TransitionResult_4) == 0x000548, "Member 'UABP_AICivilianLinkedAnimation_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICivilianLinkedAnimation_C, AnimGraphNode_TransitionResult_3) == 0x000580, "Member 'UABP_AICivilianLinkedAnimation_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICivilianLinkedAnimation_C, AnimGraphNode_TransitionResult_2) == 0x0005B8, "Member 'UABP_AICivilianLinkedAnimation_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICivilianLinkedAnimation_C, AnimGraphNode_TransitionResult_1) == 0x0005F0, "Member 'UABP_AICivilianLinkedAnimation_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICivilianLinkedAnimation_C, AnimGraphNode_TransitionResult) == 0x000628, "Member 'UABP_AICivilianLinkedAnimation_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICivilianLinkedAnimation_C, AnimGraphNode_ModifyCurve) == 0x000660, "Member 'UABP_AICivilianLinkedAnimation_C::AnimGraphNode_ModifyCurve' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICivilianLinkedAnimation_C, AnimGraphNode_SequencePlayer_3) == 0x0006C8, "Member 'UABP_AICivilianLinkedAnimation_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICivilianLinkedAnimation_C, AnimGraphNode_StateResult_4) == 0x000798, "Member 'UABP_AICivilianLinkedAnimation_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICivilianLinkedAnimation_C, AnimGraphNode_SequencePlayer_2) == 0x0007E0, "Member 'UABP_AICivilianLinkedAnimation_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICivilianLinkedAnimation_C, AnimGraphNode_StateResult_3) == 0x0008B0, "Member 'UABP_AICivilianLinkedAnimation_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICivilianLinkedAnimation_C, AnimGraphNode_SequencePlayer_1) == 0x0008F8, "Member 'UABP_AICivilianLinkedAnimation_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICivilianLinkedAnimation_C, AnimGraphNode_StateResult_2) == 0x0009C8, "Member 'UABP_AICivilianLinkedAnimation_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICivilianLinkedAnimation_C, AnimGraphNode_SequencePlayer) == 0x000A10, "Member 'UABP_AICivilianLinkedAnimation_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICivilianLinkedAnimation_C, AnimGraphNode_StateResult_1) == 0x000AE0, "Member 'UABP_AICivilianLinkedAnimation_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICivilianLinkedAnimation_C, AnimGraphNode_UseCachedPose) == 0x000B28, "Member 'UABP_AICivilianLinkedAnimation_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICivilianLinkedAnimation_C, AnimGraphNode_StateResult) == 0x000B68, "Member 'UABP_AICivilianLinkedAnimation_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICivilianLinkedAnimation_C, AnimGraphNode_StateMachine) == 0x000BB0, "Member 'UABP_AICivilianLinkedAnimation_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICivilianLinkedAnimation_C, AnimGraphNode_SaveCachedPose) == 0x000C70, "Member 'UABP_AICivilianLinkedAnimation_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICivilianLinkedAnimation_C, AnimGraphNode_Root) == 0x000DD8, "Member 'UABP_AICivilianLinkedAnimation_C::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MD_DEC_WetFloor_01_C \ +static_assert(alignof(ABP_MD_DEC_WetFloor_01_C) == 0x000008, "Wrong alignment on ABP_MD_DEC_WetFloor_01_C"); \ +static_assert(sizeof(ABP_MD_DEC_WetFloor_01_C) == 0x0002E8, "Wrong size on ABP_MD_DEC_WetFloor_01_C"); \ + +#define DUMPER7_ASSERTS_UCS_Meth_Explosion_C \ +static_assert(alignof(UCS_Meth_Explosion_C) == 0x000010, "Wrong alignment on UCS_Meth_Explosion_C"); \ +static_assert(sizeof(UCS_Meth_Explosion_C) == 0x0001B0, "Wrong size on UCS_Meth_Explosion_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer \ +static_assert(alignof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer) == 0x000008, "Wrong alignment on WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer"); \ +static_assert(sizeof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer) == 0x000190, "Wrong size on WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer, EntryPoint) == 0x000000, "Member 'WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer, K2Node_Event_Interactor) == 0x000040, "Member 'WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer::K2Node_Event_Interactor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer, K2Node_Event_bIsInteracting) == 0x000048, "Member 'WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer::K2Node_Event_bIsInteracting' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer, CallFunc_GetProgress_CurrentProgress) == 0x00004C, "Member 'WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer::CallFunc_GetProgress_CurrentProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000050, "Member 'WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer, CallFunc_BP_GetModeIndex_ReturnValue) == 0x000054, "Member 'WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer::CallFunc_BP_GetModeIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer, CallFunc_GetModeDisplayData_bOutIsFront) == 0x000058, "Member 'WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer::CallFunc_GetModeDisplayData_bOutIsFront' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer, CallFunc_GetModeDisplayData_ReturnValue) == 0x000060, "Member 'WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer::CallFunc_GetModeDisplayData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer, K2Node_Event_Interactor_1) == 0x000080, "Member 'WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer::K2Node_Event_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer, K2Node_Event_NewInteractionCollection) == 0x000088, "Member 'WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer::K2Node_Event_NewInteractionCollection' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer, Temp_int_Variable) == 0x0000E8, "Member 'WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer, CallFunc_Array_Get_Item) == 0x0000F0, "Member 'WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer, CallFunc_Array_Get_Item_1) == 0x000110, "Member 'WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer, CallFunc_Array_Get_Item_2) == 0x000130, "Member 'WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer, CallFunc_Array_Get_Item_3) == 0x000150, "Member 'WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer, Temp_int_Variable_1) == 0x000170, "Member 'WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer, K2Node_Event_bIsSeenByAI) == 0x000174, "Member 'WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer::K2Node_Event_bIsSeenByAI' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer, Temp_bool_Variable) == 0x000175, "Member 'WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer, CallFunc_DoWeHaveAnyActiveInteractions_bActiveInteractions) == 0x000176, "Member 'WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer::CallFunc_DoWeHaveAnyActiveInteractions_bActiveInteractions' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer, K2Node_Event_bIsCasing) == 0x000177, "Member 'WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer::K2Node_Event_bIsCasing' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer, K2Node_Select_Default) == 0x000178, "Member 'WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer, K2Node_Select_Default_1) == 0x000180, "Member 'WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer, K2Node_Select_Default_2) == 0x000188, "Member 'WBP_UI_InteractionModeContainer_C_ExecuteUbergraph_WBP_UI_InteractionModeContainer::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InteractionModeContainer_C_OnCasingChanged \ +static_assert(alignof(WBP_UI_InteractionModeContainer_C_OnCasingChanged) == 0x000001, "Wrong alignment on WBP_UI_InteractionModeContainer_C_OnCasingChanged"); \ +static_assert(sizeof(WBP_UI_InteractionModeContainer_C_OnCasingChanged) == 0x000001, "Wrong size on WBP_UI_InteractionModeContainer_C_OnCasingChanged"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_OnCasingChanged, bIsCasing) == 0x000000, "Member 'WBP_UI_InteractionModeContainer_C_OnCasingChanged::bIsCasing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InteractionModeContainer_C_OnAISeenPlayer \ +static_assert(alignof(WBP_UI_InteractionModeContainer_C_OnAISeenPlayer) == 0x000001, "Wrong alignment on WBP_UI_InteractionModeContainer_C_OnAISeenPlayer"); \ +static_assert(sizeof(WBP_UI_InteractionModeContainer_C_OnAISeenPlayer) == 0x000001, "Wrong size on WBP_UI_InteractionModeContainer_C_OnAISeenPlayer"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_OnAISeenPlayer, bIsSeenByAI) == 0x000000, "Member 'WBP_UI_InteractionModeContainer_C_OnAISeenPlayer::bIsSeenByAI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InteractionModeContainer_C_OnPlayerIsInteracting \ +static_assert(alignof(WBP_UI_InteractionModeContainer_C_OnPlayerIsInteracting) == 0x000008, "Wrong alignment on WBP_UI_InteractionModeContainer_C_OnPlayerIsInteracting"); \ +static_assert(sizeof(WBP_UI_InteractionModeContainer_C_OnPlayerIsInteracting) == 0x000010, "Wrong size on WBP_UI_InteractionModeContainer_C_OnPlayerIsInteracting"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_OnPlayerIsInteracting, Interactor) == 0x000000, "Member 'WBP_UI_InteractionModeContainer_C_OnPlayerIsInteracting::Interactor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_OnPlayerIsInteracting, bIsInteracting_0) == 0x000008, "Member 'WBP_UI_InteractionModeContainer_C_OnPlayerIsInteracting::bIsInteracting_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InteractionModeContainer_C_Tick \ +static_assert(alignof(WBP_UI_InteractionModeContainer_C_Tick) == 0x000004, "Wrong alignment on WBP_UI_InteractionModeContainer_C_Tick"); \ +static_assert(sizeof(WBP_UI_InteractionModeContainer_C_Tick) == 0x00003C, "Wrong size on WBP_UI_InteractionModeContainer_C_Tick"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_UI_InteractionModeContainer_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_UI_InteractionModeContainer_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InteractionModeContainer_C_OnNewInteractionCollection \ +static_assert(alignof(WBP_UI_InteractionModeContainer_C_OnNewInteractionCollection) == 0x000008, "Wrong alignment on WBP_UI_InteractionModeContainer_C_OnNewInteractionCollection"); \ +static_assert(sizeof(WBP_UI_InteractionModeContainer_C_OnNewInteractionCollection) == 0x000068, "Wrong size on WBP_UI_InteractionModeContainer_C_OnNewInteractionCollection"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_OnNewInteractionCollection, Interactor) == 0x000000, "Member 'WBP_UI_InteractionModeContainer_C_OnNewInteractionCollection::Interactor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_OnNewInteractionCollection, NewInteractionCollection) == 0x000008, "Member 'WBP_UI_InteractionModeContainer_C_OnNewInteractionCollection::NewInteractionCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InteractionModeContainer_C_GetProgress \ +static_assert(alignof(WBP_UI_InteractionModeContainer_C_GetProgress) == 0x000008, "Wrong alignment on WBP_UI_InteractionModeContainer_C_GetProgress"); \ +static_assert(sizeof(WBP_UI_InteractionModeContainer_C_GetProgress) == 0x000028, "Wrong size on WBP_UI_InteractionModeContainer_C_GetProgress"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_GetProgress, CurrentProgress) == 0x000000, "Member 'WBP_UI_InteractionModeContainer_C_GetProgress::CurrentProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_GetProgress, CallFunc_GetLocalPlayerPawn_ReturnValue) == 0x000008, "Member 'WBP_UI_InteractionModeContainer_C_GetProgress::CallFunc_GetLocalPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_GetProgress, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'WBP_UI_InteractionModeContainer_C_GetProgress::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_GetProgress, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_UI_InteractionModeContainer_C_GetProgress::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_GetProgress, CallFunc_BP_GetProgress_ReturnValue) == 0x00001C, "Member 'WBP_UI_InteractionModeContainer_C_GetProgress::CallFunc_BP_GetProgress_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_GetProgress, CallFunc_IsValid_ReturnValue_1) == 0x000020, "Member 'WBP_UI_InteractionModeContainer_C_GetProgress::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_GetProgress, CallFunc_BooleanAND_ReturnValue) == 0x000021, "Member 'WBP_UI_InteractionModeContainer_C_GetProgress::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InteractionModeContainer_C_HasIllegalInteraction \ +static_assert(alignof(WBP_UI_InteractionModeContainer_C_HasIllegalInteraction) == 0x000001, "Wrong alignment on WBP_UI_InteractionModeContainer_C_HasIllegalInteraction"); \ +static_assert(sizeof(WBP_UI_InteractionModeContainer_C_HasIllegalInteraction) == 0x000005, "Wrong size on WBP_UI_InteractionModeContainer_C_HasIllegalInteraction"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_HasIllegalInteraction, bIsIllegal) == 0x000000, "Member 'WBP_UI_InteractionModeContainer_C_HasIllegalInteraction::bIsIllegal' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_HasIllegalInteraction, CallFunc_BooleanOR_ReturnValue) == 0x000001, "Member 'WBP_UI_InteractionModeContainer_C_HasIllegalInteraction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_HasIllegalInteraction, CallFunc_BooleanOR_ReturnValue_1) == 0x000002, "Member 'WBP_UI_InteractionModeContainer_C_HasIllegalInteraction::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_HasIllegalInteraction, CallFunc_BooleanOR_ReturnValue_2) == 0x000003, "Member 'WBP_UI_InteractionModeContainer_C_HasIllegalInteraction::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_HasIllegalInteraction, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'WBP_UI_InteractionModeContainer_C_HasIllegalInteraction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InteractionModeContainer_C_DoWeHaveAnyActiveInteractions \ +static_assert(alignof(WBP_UI_InteractionModeContainer_C_DoWeHaveAnyActiveInteractions) == 0x000001, "Wrong alignment on WBP_UI_InteractionModeContainer_C_DoWeHaveAnyActiveInteractions"); \ +static_assert(sizeof(WBP_UI_InteractionModeContainer_C_DoWeHaveAnyActiveInteractions) == 0x000004, "Wrong size on WBP_UI_InteractionModeContainer_C_DoWeHaveAnyActiveInteractions"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_DoWeHaveAnyActiveInteractions, bActiveInteractions) == 0x000000, "Member 'WBP_UI_InteractionModeContainer_C_DoWeHaveAnyActiveInteractions::bActiveInteractions' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_DoWeHaveAnyActiveInteractions, CallFunc_BooleanOR_ReturnValue) == 0x000001, "Member 'WBP_UI_InteractionModeContainer_C_DoWeHaveAnyActiveInteractions::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_DoWeHaveAnyActiveInteractions, CallFunc_BooleanOR_ReturnValue_1) == 0x000002, "Member 'WBP_UI_InteractionModeContainer_C_DoWeHaveAnyActiveInteractions::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_DoWeHaveAnyActiveInteractions, CallFunc_BooleanOR_ReturnValue_2) == 0x000003, "Member 'WBP_UI_InteractionModeContainer_C_DoWeHaveAnyActiveInteractions::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InteractionModeContainer_C_TryDisplayObserved \ +static_assert(alignof(WBP_UI_InteractionModeContainer_C_TryDisplayObserved) == 0x000008, "Wrong alignment on WBP_UI_InteractionModeContainer_C_TryDisplayObserved"); \ +static_assert(sizeof(WBP_UI_InteractionModeContainer_C_TryDisplayObserved) == 0x000010, "Wrong size on WBP_UI_InteractionModeContainer_C_TryDisplayObserved"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_TryDisplayObserved, CallFunc_HasIllegalInteraction_bIsIllegal) == 0x000000, "Member 'WBP_UI_InteractionModeContainer_C_TryDisplayObserved::CallFunc_HasIllegalInteraction_bIsIllegal' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_TryDisplayObserved, CallFunc_BooleanAND_ReturnValue) == 0x000001, "Member 'WBP_UI_InteractionModeContainer_C_TryDisplayObserved::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionModeContainer_C_TryDisplayObserved, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_UI_InteractionModeContainer_C_TryDisplayObserved::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_InteractionModeContainer_C \ +static_assert(alignof(UWBP_UI_InteractionModeContainer_C) == 0x000008, "Wrong alignment on UWBP_UI_InteractionModeContainer_C"); \ +static_assert(sizeof(UWBP_UI_InteractionModeContainer_C) == 0x000300, "Wrong size on UWBP_UI_InteractionModeContainer_C"); \ +static_assert(offsetof(UWBP_UI_InteractionModeContainer_C, UberGraphFrame) == 0x0002A8, "Member 'UWBP_UI_InteractionModeContainer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionModeContainer_C, Observed_Text_Anim) == 0x0002B0, "Member 'UWBP_UI_InteractionModeContainer_C::Observed_Text_Anim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionModeContainer_C, Text_Observed) == 0x0002B8, "Member 'UWBP_UI_InteractionModeContainer_C::Text_Observed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionModeContainer_C, Widget_Front_InteractionMode0) == 0x0002C0, "Member 'UWBP_UI_InteractionModeContainer_C::Widget_Front_InteractionMode0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionModeContainer_C, Widget_Front_InteractionMode1) == 0x0002C8, "Member 'UWBP_UI_InteractionModeContainer_C::Widget_Front_InteractionMode1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionModeContainer_C, Widget_Self_InteractionMode0) == 0x0002D0, "Member 'UWBP_UI_InteractionModeContainer_C::Widget_Self_InteractionMode0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionModeContainer_C, Widget_Self_InteractionMode1) == 0x0002D8, "Member 'UWBP_UI_InteractionModeContainer_C::Widget_Self_InteractionMode1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionModeContainer_C, bIsObserved) == 0x0002E0, "Member 'UWBP_UI_InteractionModeContainer_C::bIsObserved' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionModeContainer_C, bIsInteracting) == 0x0002E1, "Member 'UWBP_UI_InteractionModeContainer_C::bIsInteracting' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionModeContainer_C, Mode) == 0x0002E4, "Member 'UWBP_UI_InteractionModeContainer_C::Mode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionModeContainer_C, Is_Casing) == 0x0002E8, "Member 'UWBP_UI_InteractionModeContainer_C::Is_Casing' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionModeContainer_C, Interacting_Duration_Widget) == 0x0002F0, "Member 'UWBP_UI_InteractionModeContainer_C::Interacting_Duration_Widget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionModeContainer_C, Out_Is_Front) == 0x0002F8, "Member 'UWBP_UI_InteractionModeContainer_C::Out_Is_Front' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BackItemMethBagPure_C_ExecuteUbergraph_BP_BackItemMethBagPure \ +static_assert(alignof(BP_BackItemMethBagPure_C_ExecuteUbergraph_BP_BackItemMethBagPure) == 0x000010, "Wrong alignment on BP_BackItemMethBagPure_C_ExecuteUbergraph_BP_BackItemMethBagPure"); \ +static_assert(sizeof(BP_BackItemMethBagPure_C_ExecuteUbergraph_BP_BackItemMethBagPure) == 0x000080, "Wrong size on BP_BackItemMethBagPure_C_ExecuteUbergraph_BP_BackItemMethBagPure"); \ +static_assert(offsetof(BP_BackItemMethBagPure_C_ExecuteUbergraph_BP_BackItemMethBagPure, EntryPoint) == 0x000000, "Member 'BP_BackItemMethBagPure_C_ExecuteUbergraph_BP_BackItemMethBagPure::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemMethBagPure_C_ExecuteUbergraph_BP_BackItemMethBagPure, K2Node_Event_ParentSkeletalMeshComponent) == 0x000008, "Member 'BP_BackItemMethBagPure_C_ExecuteUbergraph_BP_BackItemMethBagPure::K2Node_Event_ParentSkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemMethBagPure_C_ExecuteUbergraph_BP_BackItemMethBagPure, K2Node_Event_Index) == 0x000010, "Member 'BP_BackItemMethBagPure_C_ExecuteUbergraph_BP_BackItemMethBagPure::K2Node_Event_Index' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemMethBagPure_C_ExecuteUbergraph_BP_BackItemMethBagPure, K2Node_Event_NewCount) == 0x000014, "Member 'BP_BackItemMethBagPure_C_ExecuteUbergraph_BP_BackItemMethBagPure::K2Node_Event_NewCount' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemMethBagPure_C_ExecuteUbergraph_BP_BackItemMethBagPure, K2Node_Event_NewStrapTransformOffset) == 0x000020, "Member 'BP_BackItemMethBagPure_C_ExecuteUbergraph_BP_BackItemMethBagPure::K2Node_Event_NewStrapTransformOffset' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemMethBagPure_C_ExecuteUbergraph_BP_BackItemMethBagPure, CallFunc_GetAnimInstance_ReturnValue) == 0x000050, "Member 'BP_BackItemMethBagPure_C_ExecuteUbergraph_BP_BackItemMethBagPure::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemMethBagPure_C_ExecuteUbergraph_BP_BackItemMethBagPure, K2Node_DynamicCast_AsABP_TPPlayer_Base_Moneybag) == 0x000058, "Member 'BP_BackItemMethBagPure_C_ExecuteUbergraph_BP_BackItemMethBagPure::K2Node_DynamicCast_AsABP_TPPlayer_Base_Moneybag' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemMethBagPure_C_ExecuteUbergraph_BP_BackItemMethBagPure, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BP_BackItemMethBagPure_C_ExecuteUbergraph_BP_BackItemMethBagPure::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemMethBagPure_C_ExecuteUbergraph_BP_BackItemMethBagPure, K2Node_DynamicCast_AsABP_TPPlayer_Base_Moneybag_1) == 0x000068, "Member 'BP_BackItemMethBagPure_C_ExecuteUbergraph_BP_BackItemMethBagPure::K2Node_DynamicCast_AsABP_TPPlayer_Base_Moneybag_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemMethBagPure_C_ExecuteUbergraph_BP_BackItemMethBagPure, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'BP_BackItemMethBagPure_C_ExecuteUbergraph_BP_BackItemMethBagPure::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BackItemMethBagPure_C_BP_AttachmentComplete \ +static_assert(alignof(BP_BackItemMethBagPure_C_BP_AttachmentComplete) == 0x000008, "Wrong alignment on BP_BackItemMethBagPure_C_BP_AttachmentComplete"); \ +static_assert(sizeof(BP_BackItemMethBagPure_C_BP_AttachmentComplete) == 0x000008, "Wrong size on BP_BackItemMethBagPure_C_BP_AttachmentComplete"); \ +static_assert(offsetof(BP_BackItemMethBagPure_C_BP_AttachmentComplete, ParentSkeletalMeshComponent) == 0x000000, "Member 'BP_BackItemMethBagPure_C_BP_AttachmentComplete::ParentSkeletalMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BackItemMethBagPure_C_BP_AdjustAttachment \ +static_assert(alignof(BP_BackItemMethBagPure_C_BP_AdjustAttachment) == 0x000010, "Wrong alignment on BP_BackItemMethBagPure_C_BP_AdjustAttachment"); \ +static_assert(sizeof(BP_BackItemMethBagPure_C_BP_AdjustAttachment) == 0x000040, "Wrong size on BP_BackItemMethBagPure_C_BP_AdjustAttachment"); \ +static_assert(offsetof(BP_BackItemMethBagPure_C_BP_AdjustAttachment, Index_0) == 0x000000, "Member 'BP_BackItemMethBagPure_C_BP_AdjustAttachment::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemMethBagPure_C_BP_AdjustAttachment, NewCount) == 0x000004, "Member 'BP_BackItemMethBagPure_C_BP_AdjustAttachment::NewCount' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemMethBagPure_C_BP_AdjustAttachment, NewStrapTransformOffset) == 0x000010, "Member 'BP_BackItemMethBagPure_C_BP_AdjustAttachment::NewStrapTransformOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_BackItemMethBagPure_C \ +static_assert(alignof(ABP_BackItemMethBagPure_C) == 0x000008, "Wrong alignment on ABP_BackItemMethBagPure_C"); \ +static_assert(sizeof(ABP_BackItemMethBagPure_C) == 0x000318, "Wrong size on ABP_BackItemMethBagPure_C"); \ +static_assert(offsetof(ABP_BackItemMethBagPure_C, UberGraphFrame) == 0x000300, "Member 'ABP_BackItemMethBagPure_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_BackItemMethBagPure_C, Interactor) == 0x000308, "Member 'ABP_BackItemMethBagPure_C::Interactor' has a wrong offset!"); \ +static_assert(offsetof(ABP_BackItemMethBagPure_C, InterComp) == 0x000310, "Member 'ABP_BackItemMethBagPure_C::InterComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGE_ExplosiveTrapEffect_C \ +static_assert(alignof(UGE_ExplosiveTrapEffect_C) == 0x000008, "Wrong alignment on UGE_ExplosiveTrapEffect_C"); \ +static_assert(sizeof(UGE_ExplosiveTrapEffect_C) == 0x0008C0, "Wrong size on UGE_ExplosiveTrapEffect_C"); \ + +#define DUMPER7_ASSERTS_component_screen_C_ExecuteUbergraph_component_screen \ +static_assert(alignof(component_screen_C_ExecuteUbergraph_component_screen) == 0x000008, "Wrong alignment on component_screen_C_ExecuteUbergraph_component_screen"); \ +static_assert(sizeof(component_screen_C_ExecuteUbergraph_component_screen) == 0x0000A0, "Wrong size on component_screen_C_ExecuteUbergraph_component_screen"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, EntryPoint) == 0x000000, "Member 'component_screen_C_ExecuteUbergraph_component_screen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, CallFunc_Conv_LinearColorToVector_ReturnValue) == 0x000004, "Member 'component_screen_C_ExecuteUbergraph_component_screen::CallFunc_Conv_LinearColorToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000010, "Member 'component_screen_C_ExecuteUbergraph_component_screen::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, CallFunc_Conv_BoolToFloat_ReturnValue_1) == 0x000014, "Member 'component_screen_C_ExecuteUbergraph_component_screen::CallFunc_Conv_BoolToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, CallFunc_Conv_BoolToFloat_ReturnValue_2) == 0x000018, "Member 'component_screen_C_ExecuteUbergraph_component_screen::CallFunc_Conv_BoolToFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, CallFunc_Conv_BoolToFloat_ReturnValue_3) == 0x00001C, "Member 'component_screen_C_ExecuteUbergraph_component_screen::CallFunc_Conv_BoolToFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000020, "Member 'component_screen_C_ExecuteUbergraph_component_screen::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000024, "Member 'component_screen_C_ExecuteUbergraph_component_screen::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000028, "Member 'component_screen_C_ExecuteUbergraph_component_screen::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x00002C, "Member 'component_screen_C_ExecuteUbergraph_component_screen::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, CallFunc_Play_ReturnValue) == 0x000030, "Member 'component_screen_C_ExecuteUbergraph_component_screen::CallFunc_Play_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, K2Node_CustomEvent_Diffuse_color) == 0x000034, "Member 'component_screen_C_ExecuteUbergraph_component_screen::K2Node_CustomEvent_Diffuse_color' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, K2Node_CustomEvent_source_bink_media_player) == 0x000048, "Member 'component_screen_C_ExecuteUbergraph_component_screen::K2Node_CustomEvent_source_bink_media_player' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, K2Node_CustomEvent_Screens_plays_movie) == 0x000050, "Member 'component_screen_C_ExecuteUbergraph_component_screen::K2Node_CustomEvent_Screens_plays_movie' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, K2Node_CustomEvent_swap_offest_by_position) == 0x000051, "Member 'component_screen_C_ExecuteUbergraph_component_screen::K2Node_CustomEvent_swap_offest_by_position' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, K2Node_CustomEvent_Mode_RGB) == 0x000052, "Member 'component_screen_C_ExecuteUbergraph_component_screen::K2Node_CustomEvent_Mode_RGB' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, K2Node_CustomEvent_Is_Fully_destructable) == 0x000053, "Member 'component_screen_C_ExecuteUbergraph_component_screen::K2Node_CustomEvent_Is_Fully_destructable' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, K2Node_CustomEvent_Is_OFF) == 0x000054, "Member 'component_screen_C_ExecuteUbergraph_component_screen::K2Node_CustomEvent_Is_OFF' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, K2Node_CustomEvent_sub_texture_part_used_start_range) == 0x000058, "Member 'component_screen_C_ExecuteUbergraph_component_screen::K2Node_CustomEvent_sub_texture_part_used_start_range' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, K2Node_CustomEvent_sub_texture_part_used_end_range) == 0x00005C, "Member 'component_screen_C_ExecuteUbergraph_component_screen::K2Node_CustomEvent_sub_texture_part_used_end_range' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, K2Node_CustomEvent_resolution) == 0x000060, "Member 'component_screen_C_ExecuteUbergraph_component_screen::K2Node_CustomEvent_resolution' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, K2Node_CustomEvent_Pixel_type) == 0x000064, "Member 'component_screen_C_ExecuteUbergraph_component_screen::K2Node_CustomEvent_Pixel_type' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, K2Node_CustomEvent_Light_Intensity) == 0x000068, "Member 'component_screen_C_ExecuteUbergraph_component_screen::K2Node_CustomEvent_Light_Intensity' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, K2Node_CustomEvent_Light_Reach) == 0x00006C, "Member 'component_screen_C_ExecuteUbergraph_component_screen::K2Node_CustomEvent_Light_Reach' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, K2Node_CustomEvent_Light_Spread) == 0x000070, "Member 'component_screen_C_ExecuteUbergraph_component_screen::K2Node_CustomEvent_Light_Spread' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, K2Node_CustomEvent_Light_Angle) == 0x000074, "Member 'component_screen_C_ExecuteUbergraph_component_screen::K2Node_CustomEvent_Light_Angle' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, K2Node_CustomEvent_Swap_period) == 0x000078, "Member 'component_screen_C_ExecuteUbergraph_component_screen::K2Node_CustomEvent_Swap_period' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, K2Node_CustomEvent_intensity_screen) == 0x00007C, "Member 'component_screen_C_ExecuteUbergraph_component_screen::K2Node_CustomEvent_intensity_screen' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, K2Node_CustomEvent_banding_visibility) == 0x000080, "Member 'component_screen_C_ExecuteUbergraph_component_screen::K2Node_CustomEvent_banding_visibility' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, K2Node_CustomEvent_banding_refresh_rate) == 0x000084, "Member 'component_screen_C_ExecuteUbergraph_component_screen::K2Node_CustomEvent_banding_refresh_rate' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, K2Node_CustomEvent_Number_of__vertical_slides_in_the_texture) == 0x000088, "Member 'component_screen_C_ExecuteUbergraph_component_screen::K2Node_CustomEvent_Number_of__vertical_slides_in_the_texture' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, K2Node_CustomEvent_Number_of__horizontal_slides_in_the_texture) == 0x00008C, "Member 'component_screen_C_ExecuteUbergraph_component_screen::K2Node_CustomEvent_Number_of__horizontal_slides_in_the_texture' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, K2Node_CustomEvent_Screen_aspect_ratio__L_H_) == 0x000090, "Member 'component_screen_C_ExecuteUbergraph_component_screen::K2Node_CustomEvent_Screen_aspect_ratio__L_H_' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, K2Node_CustomEvent_Roughness_Multiplier) == 0x000094, "Member 'component_screen_C_ExecuteUbergraph_component_screen::K2Node_CustomEvent_Roughness_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, K2Node_CustomEvent_Specularity) == 0x000098, "Member 'component_screen_C_ExecuteUbergraph_component_screen::K2Node_CustomEvent_Specularity' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_ExecuteUbergraph_component_screen, K2Node_CustomEvent_Side_Attenuation) == 0x00009C, "Member 'component_screen_C_ExecuteUbergraph_component_screen::K2Node_CustomEvent_Side_Attenuation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_setSide_Attenuation \ +static_assert(alignof(component_screen_C_setSide_Attenuation) == 0x000004, "Wrong alignment on component_screen_C_setSide_Attenuation"); \ +static_assert(sizeof(component_screen_C_setSide_Attenuation) == 0x000004, "Wrong size on component_screen_C_setSide_Attenuation"); \ +static_assert(offsetof(component_screen_C_setSide_Attenuation, Side_Attenuation_0) == 0x000000, "Member 'component_screen_C_setSide_Attenuation::Side_Attenuation_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_setSpecularity \ +static_assert(alignof(component_screen_C_setSpecularity) == 0x000004, "Wrong alignment on component_screen_C_setSpecularity"); \ +static_assert(sizeof(component_screen_C_setSpecularity) == 0x000004, "Wrong size on component_screen_C_setSpecularity"); \ +static_assert(offsetof(component_screen_C_setSpecularity, Specularity_0) == 0x000000, "Member 'component_screen_C_setSpecularity::Specularity_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_setRoughness_Multiplier \ +static_assert(alignof(component_screen_C_setRoughness_Multiplier) == 0x000004, "Wrong alignment on component_screen_C_setRoughness_Multiplier"); \ +static_assert(sizeof(component_screen_C_setRoughness_Multiplier) == 0x000004, "Wrong size on component_screen_C_setRoughness_Multiplier"); \ +static_assert(offsetof(component_screen_C_setRoughness_Multiplier, Roughness_Multiplier_0) == 0x000000, "Member 'component_screen_C_setRoughness_Multiplier::Roughness_Multiplier_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_H__0 \ +static_assert(alignof(component_screen_C_H__0) == 0x000004, "Wrong alignment on component_screen_C_H__0"); \ +static_assert(sizeof(component_screen_C_H__0) == 0x000004, "Wrong size on component_screen_C_H__0"); \ +static_assert(offsetof(component_screen_C_H__0, Param_H__0) == 0x000000, "Member 'component_screen_C_H__0::Param_H__0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_setNumber_of__horizontal_slides_in_the_texture \ +static_assert(alignof(component_screen_C_setNumber_of__horizontal_slides_in_the_texture) == 0x000004, "Wrong alignment on component_screen_C_setNumber_of__horizontal_slides_in_the_texture"); \ +static_assert(sizeof(component_screen_C_setNumber_of__horizontal_slides_in_the_texture) == 0x000004, "Wrong size on component_screen_C_setNumber_of__horizontal_slides_in_the_texture"); \ +static_assert(offsetof(component_screen_C_setNumber_of__horizontal_slides_in_the_texture, Number_of__horizontal_slides_in_the_texture_0) == 0x000000, "Member 'component_screen_C_setNumber_of__horizontal_slides_in_the_texture::Number_of__horizontal_slides_in_the_texture_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_setNumber_of__vertical_slides_in_the_texture \ +static_assert(alignof(component_screen_C_setNumber_of__vertical_slides_in_the_texture) == 0x000004, "Wrong alignment on component_screen_C_setNumber_of__vertical_slides_in_the_texture"); \ +static_assert(sizeof(component_screen_C_setNumber_of__vertical_slides_in_the_texture) == 0x000004, "Wrong size on component_screen_C_setNumber_of__vertical_slides_in_the_texture"); \ +static_assert(offsetof(component_screen_C_setNumber_of__vertical_slides_in_the_texture, Number_of__vertical_slides_in_the_texture_0) == 0x000000, "Member 'component_screen_C_setNumber_of__vertical_slides_in_the_texture::Number_of__vertical_slides_in_the_texture_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_setBanding_refresh_rate \ +static_assert(alignof(component_screen_C_setBanding_refresh_rate) == 0x000004, "Wrong alignment on component_screen_C_setBanding_refresh_rate"); \ +static_assert(sizeof(component_screen_C_setBanding_refresh_rate) == 0x000004, "Wrong size on component_screen_C_setBanding_refresh_rate"); \ +static_assert(offsetof(component_screen_C_setBanding_refresh_rate, banding_refresh_rate_0) == 0x000000, "Member 'component_screen_C_setBanding_refresh_rate::banding_refresh_rate_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_setBanding_visibility \ +static_assert(alignof(component_screen_C_setBanding_visibility) == 0x000004, "Wrong alignment on component_screen_C_setBanding_visibility"); \ +static_assert(sizeof(component_screen_C_setBanding_visibility) == 0x000004, "Wrong size on component_screen_C_setBanding_visibility"); \ +static_assert(offsetof(component_screen_C_setBanding_visibility, banding_visibility_0) == 0x000000, "Member 'component_screen_C_setBanding_visibility::banding_visibility_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_setIntensity_screen \ +static_assert(alignof(component_screen_C_setIntensity_screen) == 0x000004, "Wrong alignment on component_screen_C_setIntensity_screen"); \ +static_assert(sizeof(component_screen_C_setIntensity_screen) == 0x000004, "Wrong size on component_screen_C_setIntensity_screen"); \ +static_assert(offsetof(component_screen_C_setIntensity_screen, intensity_screen_0) == 0x000000, "Member 'component_screen_C_setIntensity_screen::intensity_screen_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_setSwap_period \ +static_assert(alignof(component_screen_C_setSwap_period) == 0x000004, "Wrong alignment on component_screen_C_setSwap_period"); \ +static_assert(sizeof(component_screen_C_setSwap_period) == 0x000004, "Wrong size on component_screen_C_setSwap_period"); \ +static_assert(offsetof(component_screen_C_setSwap_period, Swap_period_0) == 0x000000, "Member 'component_screen_C_setSwap_period::Swap_period_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_setLight_Angle \ +static_assert(alignof(component_screen_C_setLight_Angle) == 0x000004, "Wrong alignment on component_screen_C_setLight_Angle"); \ +static_assert(sizeof(component_screen_C_setLight_Angle) == 0x000004, "Wrong size on component_screen_C_setLight_Angle"); \ +static_assert(offsetof(component_screen_C_setLight_Angle, Light_Angle_0) == 0x000000, "Member 'component_screen_C_setLight_Angle::Light_Angle_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_setLight_Spread \ +static_assert(alignof(component_screen_C_setLight_Spread) == 0x000004, "Wrong alignment on component_screen_C_setLight_Spread"); \ +static_assert(sizeof(component_screen_C_setLight_Spread) == 0x000004, "Wrong size on component_screen_C_setLight_Spread"); \ +static_assert(offsetof(component_screen_C_setLight_Spread, Light_Spread_0) == 0x000000, "Member 'component_screen_C_setLight_Spread::Light_Spread_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_setLight_Reach \ +static_assert(alignof(component_screen_C_setLight_Reach) == 0x000004, "Wrong alignment on component_screen_C_setLight_Reach"); \ +static_assert(sizeof(component_screen_C_setLight_Reach) == 0x000004, "Wrong size on component_screen_C_setLight_Reach"); \ +static_assert(offsetof(component_screen_C_setLight_Reach, Light_Reach_0) == 0x000000, "Member 'component_screen_C_setLight_Reach::Light_Reach_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_setLight_Intensity \ +static_assert(alignof(component_screen_C_setLight_Intensity) == 0x000004, "Wrong alignment on component_screen_C_setLight_Intensity"); \ +static_assert(sizeof(component_screen_C_setLight_Intensity) == 0x000004, "Wrong size on component_screen_C_setLight_Intensity"); \ +static_assert(offsetof(component_screen_C_setLight_Intensity, Light_Intensity_0) == 0x000000, "Member 'component_screen_C_setLight_Intensity::Light_Intensity_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_setPixel_type \ +static_assert(alignof(component_screen_C_setPixel_type) == 0x000004, "Wrong alignment on component_screen_C_setPixel_type"); \ +static_assert(sizeof(component_screen_C_setPixel_type) == 0x000004, "Wrong size on component_screen_C_setPixel_type"); \ +static_assert(offsetof(component_screen_C_setPixel_type, Pixel_type_0) == 0x000000, "Member 'component_screen_C_setPixel_type::Pixel_type_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_setResolution \ +static_assert(alignof(component_screen_C_setResolution) == 0x000004, "Wrong alignment on component_screen_C_setResolution"); \ +static_assert(sizeof(component_screen_C_setResolution) == 0x000004, "Wrong size on component_screen_C_setResolution"); \ +static_assert(offsetof(component_screen_C_setResolution, resolution_0) == 0x000000, "Member 'component_screen_C_setResolution::resolution_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_setSub_texture_part_used_end_range \ +static_assert(alignof(component_screen_C_setSub_texture_part_used_end_range) == 0x000004, "Wrong alignment on component_screen_C_setSub_texture_part_used_end_range"); \ +static_assert(sizeof(component_screen_C_setSub_texture_part_used_end_range) == 0x000004, "Wrong size on component_screen_C_setSub_texture_part_used_end_range"); \ +static_assert(offsetof(component_screen_C_setSub_texture_part_used_end_range, sub_texture_part_used_end_range_0) == 0x000000, "Member 'component_screen_C_setSub_texture_part_used_end_range::sub_texture_part_used_end_range_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_setSub_texture_part_used_start_range \ +static_assert(alignof(component_screen_C_setSub_texture_part_used_start_range) == 0x000004, "Wrong alignment on component_screen_C_setSub_texture_part_used_start_range"); \ +static_assert(sizeof(component_screen_C_setSub_texture_part_used_start_range) == 0x000004, "Wrong size on component_screen_C_setSub_texture_part_used_start_range"); \ +static_assert(offsetof(component_screen_C_setSub_texture_part_used_start_range, sub_texture_part_used_start_range_0) == 0x000000, "Member 'component_screen_C_setSub_texture_part_used_start_range::sub_texture_part_used_start_range_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_setIs_OFF \ +static_assert(alignof(component_screen_C_setIs_OFF) == 0x000001, "Wrong alignment on component_screen_C_setIs_OFF"); \ +static_assert(sizeof(component_screen_C_setIs_OFF) == 0x000001, "Wrong size on component_screen_C_setIs_OFF"); \ +static_assert(offsetof(component_screen_C_setIs_OFF, Is_OFF_0) == 0x000000, "Member 'component_screen_C_setIs_OFF::Is_OFF_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_setIs_Fully_destructable \ +static_assert(alignof(component_screen_C_setIs_Fully_destructable) == 0x000001, "Wrong alignment on component_screen_C_setIs_Fully_destructable"); \ +static_assert(sizeof(component_screen_C_setIs_Fully_destructable) == 0x000001, "Wrong size on component_screen_C_setIs_Fully_destructable"); \ +static_assert(offsetof(component_screen_C_setIs_Fully_destructable, Is_Fully_destructable_0) == 0x000000, "Member 'component_screen_C_setIs_Fully_destructable::Is_Fully_destructable_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_setMode_RGB \ +static_assert(alignof(component_screen_C_setMode_RGB) == 0x000001, "Wrong alignment on component_screen_C_setMode_RGB"); \ +static_assert(sizeof(component_screen_C_setMode_RGB) == 0x000001, "Wrong size on component_screen_C_setMode_RGB"); \ +static_assert(offsetof(component_screen_C_setMode_RGB, Mode_RGB_0) == 0x000000, "Member 'component_screen_C_setMode_RGB::Mode_RGB_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_setSwap_offest_by_position \ +static_assert(alignof(component_screen_C_setSwap_offest_by_position) == 0x000001, "Wrong alignment on component_screen_C_setSwap_offest_by_position"); \ +static_assert(sizeof(component_screen_C_setSwap_offest_by_position) == 0x000001, "Wrong size on component_screen_C_setSwap_offest_by_position"); \ +static_assert(offsetof(component_screen_C_setSwap_offest_by_position, swap_offest_by_position_0) == 0x000000, "Member 'component_screen_C_setSwap_offest_by_position::swap_offest_by_position_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_setScreenPlaysMovie \ +static_assert(alignof(component_screen_C_setScreenPlaysMovie) == 0x000001, "Wrong alignment on component_screen_C_setScreenPlaysMovie"); \ +static_assert(sizeof(component_screen_C_setScreenPlaysMovie) == 0x000001, "Wrong size on component_screen_C_setScreenPlaysMovie"); \ +static_assert(offsetof(component_screen_C_setScreenPlaysMovie, Screens_plays_movie_0) == 0x000000, "Member 'component_screen_C_setScreenPlaysMovie::Screens_plays_movie_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_setSource_bink_media_player \ +static_assert(alignof(component_screen_C_setSource_bink_media_player) == 0x000008, "Wrong alignment on component_screen_C_setSource_bink_media_player"); \ +static_assert(sizeof(component_screen_C_setSource_bink_media_player) == 0x000008, "Wrong size on component_screen_C_setSource_bink_media_player"); \ +static_assert(offsetof(component_screen_C_setSource_bink_media_player, source_bink_media_player_0) == 0x000000, "Member 'component_screen_C_setSource_bink_media_player::source_bink_media_player_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_setDiffuse_color \ +static_assert(alignof(component_screen_C_setDiffuse_color) == 0x000004, "Wrong alignment on component_screen_C_setDiffuse_color"); \ +static_assert(sizeof(component_screen_C_setDiffuse_color) == 0x000010, "Wrong size on component_screen_C_setDiffuse_color"); \ +static_assert(offsetof(component_screen_C_setDiffuse_color, Diffuse_color_0) == 0x000000, "Member 'component_screen_C_setDiffuse_color::Diffuse_color_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_setup \ +static_assert(alignof(component_screen_C_setup) == 0x000008, "Wrong alignment on component_screen_C_setup"); \ +static_assert(sizeof(component_screen_C_setup) == 0x000058, "Wrong size on component_screen_C_setup"); \ +static_assert(offsetof(component_screen_C_setup, meshes_0) == 0x000000, "Member 'component_screen_C_setup::meshes_0' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_setup, SBZCosmeticDestruction_0) == 0x000008, "Member 'component_screen_C_setup::SBZCosmeticDestruction_0' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_setup, CallFunc_Conv_LinearColorToVector_ReturnValue) == 0x000010, "Member 'component_screen_C_setup::CallFunc_Conv_LinearColorToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_setup, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'component_screen_C_setup::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_setup, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'component_screen_C_setup::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_setup, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000034, "Member 'component_screen_C_setup::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_setup, CallFunc_Conv_BoolToFloat_ReturnValue_1) == 0x000038, "Member 'component_screen_C_setup::CallFunc_Conv_BoolToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_setup, CallFunc_Conv_BoolToFloat_ReturnValue_2) == 0x00003C, "Member 'component_screen_C_setup::CallFunc_Conv_BoolToFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_setup, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000040, "Member 'component_screen_C_setup::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_setup, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000044, "Member 'component_screen_C_setup::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_setup, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000048, "Member 'component_screen_C_setup::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_setup, CallFunc_Conv_BoolToFloat_ReturnValue_3) == 0x00004C, "Member 'component_screen_C_setup::CallFunc_Conv_BoolToFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_setup, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x000050, "Member 'component_screen_C_setup::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_onDestructionHit \ +static_assert(alignof(component_screen_C_onDestructionHit) == 0x000004, "Wrong alignment on component_screen_C_onDestructionHit"); \ +static_assert(sizeof(component_screen_C_onDestructionHit) == 0x00003C, "Wrong size on component_screen_C_onDestructionHit"); \ +static_assert(offsetof(component_screen_C_onDestructionHit, Type) == 0x000000, "Member 'component_screen_C_onDestructionHit::Type' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_onDestructionHit, HitContext) == 0x000004, "Member 'component_screen_C_onDestructionHit::HitContext' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_onDestructionHit, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'component_screen_C_onDestructionHit::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_onDestructionHit, CallFunc_Min_ReturnValue) == 0x000038, "Member 'component_screen_C_onDestructionHit::CallFunc_Min_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_component_screen_C_setDamageState \ +static_assert(alignof(component_screen_C_setDamageState) == 0x000004, "Wrong alignment on component_screen_C_setDamageState"); \ +static_assert(sizeof(component_screen_C_setDamageState) == 0x00000C, "Wrong size on component_screen_C_setDamageState"); \ +static_assert(offsetof(component_screen_C_setDamageState, damage) == 0x000000, "Member 'component_screen_C_setDamageState::damage' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_setDamageState, K2Node_SwitchInteger_CmpSuccess) == 0x000004, "Member 'component_screen_C_setDamageState::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(component_screen_C_setDamageState, CallFunc_GetRealTimeSeconds_ReturnValue) == 0x000008, "Member 'component_screen_C_setDamageState::CallFunc_GetRealTimeSeconds_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Ucomponent_screen_C \ +static_assert(alignof(Ucomponent_screen_C) == 0x000008, "Wrong alignment on Ucomponent_screen_C"); \ +static_assert(sizeof(Ucomponent_screen_C) == 0x000148, "Wrong size on Ucomponent_screen_C"); \ +static_assert(offsetof(Ucomponent_screen_C, UberGraphFrame) == 0x0000C0, "Member 'Ucomponent_screen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, meshes) == 0x0000C8, "Member 'Ucomponent_screen_C::meshes' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, Light_Intensity) == 0x0000D0, "Member 'Ucomponent_screen_C::Light_Intensity' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, Light_Reach) == 0x0000D4, "Member 'Ucomponent_screen_C::Light_Reach' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, Light_Spread) == 0x0000D8, "Member 'Ucomponent_screen_C::Light_Spread' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, Light_Angle) == 0x0000DC, "Member 'Ucomponent_screen_C::Light_Angle' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, Screens_plays_movie) == 0x0000E0, "Member 'Ucomponent_screen_C::Screens_plays_movie' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, swap_offest_by_position) == 0x0000E1, "Member 'Ucomponent_screen_C::swap_offest_by_position' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, Swap_period) == 0x0000E4, "Member 'Ucomponent_screen_C::Swap_period' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, sub_texture_part_used_start_range) == 0x0000E8, "Member 'Ucomponent_screen_C::sub_texture_part_used_start_range' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, sub_texture_part_used_end_range) == 0x0000EC, "Member 'Ucomponent_screen_C::sub_texture_part_used_end_range' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, resolution) == 0x0000F0, "Member 'Ucomponent_screen_C::resolution' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, intensity_screen) == 0x0000F4, "Member 'Ucomponent_screen_C::intensity_screen' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, banding_visibility) == 0x0000F8, "Member 'Ucomponent_screen_C::banding_visibility' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, banding_refresh_rate) == 0x0000FC, "Member 'Ucomponent_screen_C::banding_refresh_rate' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, Number_of__vertical_slides_in_the_texture) == 0x000100, "Member 'Ucomponent_screen_C::Number_of__vertical_slides_in_the_texture' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, Number_of__horizontal_slides_in_the_texture) == 0x000104, "Member 'Ucomponent_screen_C::Number_of__horizontal_slides_in_the_texture' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, Pixel_type) == 0x000108, "Member 'Ucomponent_screen_C::Pixel_type' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, H_) == 0x00010C, "Member 'Ucomponent_screen_C::H_' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, Mode_RGB) == 0x000110, "Member 'Ucomponent_screen_C::Mode_RGB' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, Is_Fully_destructable) == 0x000111, "Member 'Ucomponent_screen_C::Is_Fully_destructable' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, Is_OFF) == 0x000112, "Member 'Ucomponent_screen_C::Is_OFF' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, Roughness_Multiplier) == 0x000114, "Member 'Ucomponent_screen_C::Roughness_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, Specularity) == 0x000118, "Member 'Ucomponent_screen_C::Specularity' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, Diffuse_color) == 0x00011C, "Member 'Ucomponent_screen_C::Diffuse_color' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, Side_Attenuation) == 0x00012C, "Member 'Ucomponent_screen_C::Side_Attenuation' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, source_bink_media_player) == 0x000130, "Member 'Ucomponent_screen_C::source_bink_media_player' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, Damage_taken) == 0x000138, "Member 'Ucomponent_screen_C::Damage_taken' has a wrong offset!"); \ +static_assert(offsetof(Ucomponent_screen_C, SBZCosmeticDestruction) == 0x000140, "Member 'Ucomponent_screen_C::SBZCosmeticDestruction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01 \ +static_assert(alignof(BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01) == 0x000010, "Wrong alignment on BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01"); \ +static_assert(sizeof(BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01) == 0x000100, "Wrong size on BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01"); \ +static_assert(offsetof(BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01, EntryPoint) == 0x000000, "Member 'BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01, Temp_object_Variable) == 0x000008, "Member 'BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01, K2Node_DynamicCast_AsStatic_Mesh) == 0x000010, "Member 'BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01::K2Node_DynamicCast_AsStatic_Mesh' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01, K2Node_CustomEvent_order) == 0x000020, "Member 'BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01::K2Node_CustomEvent_order' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01, CallFunc_getMeshesFromOrder_orderedMeshes) == 0x000030, "Member 'BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01::CallFunc_getMeshesFromOrder_orderedMeshes' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01, K2Node_CustomEvent_Loaded) == 0x000040, "Member 'BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000078, "Member 'BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01, CallFunc_Array_LastIndex_ReturnValue) == 0x00007C, "Member 'BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000080, "Member 'BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000084, "Member 'BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000088, "Member 'BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00008C, "Member 'BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000090, "Member 'BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01, CallFunc_Array_LastIndex_ReturnValue_1) == 0x000094, "Member 'BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01::CallFunc_Array_LastIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01, CallFunc_MakeVector_ReturnValue) == 0x000098, "Member 'BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01, CallFunc_MakeTransform_ReturnValue) == 0x0000B0, "Member 'BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01, CallFunc_AddComponent_ReturnValue) == 0x0000E0, "Member 'BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01, K2Node_CreateDelegate_OutputDelegate) == 0x0000E8, "Member 'BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01, CallFunc_SetStaticMesh_ReturnValue) == 0x0000FC, "Member 'BP_MeshCode_01_C_ExecuteUbergraph_BP_MeshCode_01::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MeshCode_01_C_setImageOrder \ +static_assert(alignof(BP_MeshCode_01_C_setImageOrder) == 0x000008, "Wrong alignment on BP_MeshCode_01_C_setImageOrder"); \ +static_assert(sizeof(BP_MeshCode_01_C_setImageOrder) == 0x000010, "Wrong size on BP_MeshCode_01_C_setImageOrder"); \ +static_assert(offsetof(BP_MeshCode_01_C_setImageOrder, order) == 0x000000, "Member 'BP_MeshCode_01_C_setImageOrder::order' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MeshCode_01_C_OnLoaded_A566666B470BD3B8C78498AAD4ED15AA \ +static_assert(alignof(BP_MeshCode_01_C_OnLoaded_A566666B470BD3B8C78498AAD4ED15AA) == 0x000008, "Wrong alignment on BP_MeshCode_01_C_OnLoaded_A566666B470BD3B8C78498AAD4ED15AA"); \ +static_assert(sizeof(BP_MeshCode_01_C_OnLoaded_A566666B470BD3B8C78498AAD4ED15AA) == 0x000008, "Wrong size on BP_MeshCode_01_C_OnLoaded_A566666B470BD3B8C78498AAD4ED15AA"); \ +static_assert(offsetof(BP_MeshCode_01_C_OnLoaded_A566666B470BD3B8C78498AAD4ED15AA, Loaded) == 0x000000, "Member 'BP_MeshCode_01_C_OnLoaded_A566666B470BD3B8C78498AAD4ED15AA::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MeshCode_01_C_getMeshesFromOrder \ +static_assert(alignof(BP_MeshCode_01_C_getMeshesFromOrder) == 0x000008, "Wrong alignment on BP_MeshCode_01_C_getMeshesFromOrder"); \ +static_assert(sizeof(BP_MeshCode_01_C_getMeshesFromOrder) == 0x0000B8, "Wrong size on BP_MeshCode_01_C_getMeshesFromOrder"); \ +static_assert(offsetof(BP_MeshCode_01_C_getMeshesFromOrder, order) == 0x000000, "Member 'BP_MeshCode_01_C_getMeshesFromOrder::order' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_getMeshesFromOrder, orderedMeshes) == 0x000010, "Member 'BP_MeshCode_01_C_getMeshesFromOrder::orderedMeshes' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_getMeshesFromOrder, tmpImages) == 0x000020, "Member 'BP_MeshCode_01_C_getMeshesFromOrder::tmpImages' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_getMeshesFromOrder, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_MeshCode_01_C_getMeshesFromOrder::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_getMeshesFromOrder, Temp_int_Array_Index_Variable) == 0x000034, "Member 'BP_MeshCode_01_C_getMeshesFromOrder::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_getMeshesFromOrder, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'BP_MeshCode_01_C_getMeshesFromOrder::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_getMeshesFromOrder, CallFunc_Array_Get_Item) == 0x00003C, "Member 'BP_MeshCode_01_C_getMeshesFromOrder::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_getMeshesFromOrder, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_MeshCode_01_C_getMeshesFromOrder::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_getMeshesFromOrder, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'BP_MeshCode_01_C_getMeshesFromOrder::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_getMeshesFromOrder, Temp_softobject_Variable) == 0x000048, "Member 'BP_MeshCode_01_C_getMeshesFromOrder::Temp_softobject_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_getMeshesFromOrder, CallFunc_Array_Add_ReturnValue) == 0x000078, "Member 'BP_MeshCode_01_C_getMeshesFromOrder::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_getMeshesFromOrder, CallFunc_Array_IsValidIndex_ReturnValue) == 0x00007C, "Member 'BP_MeshCode_01_C_getMeshesFromOrder::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_getMeshesFromOrder, CallFunc_Array_Get_Item_1) == 0x000080, "Member 'BP_MeshCode_01_C_getMeshesFromOrder::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MeshCode_01_C_getMeshesFromOrder, CallFunc_Array_Add_ReturnValue_1) == 0x0000B0, "Member 'BP_MeshCode_01_C_getMeshesFromOrder::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeshCode_01_C \ +static_assert(alignof(ABP_MeshCode_01_C) == 0x000008, "Wrong alignment on ABP_MeshCode_01_C"); \ +static_assert(sizeof(ABP_MeshCode_01_C) == 0x0002E0, "Wrong size on ABP_MeshCode_01_C"); \ +static_assert(offsetof(ABP_MeshCode_01_C, UberGraphFrame) == 0x0002A8, "Member 'ABP_MeshCode_01_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeshCode_01_C, DefaultSceneRoot) == 0x0002B0, "Member 'ABP_MeshCode_01_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeshCode_01_C, meshes) == 0x0002B8, "Member 'ABP_MeshCode_01_C::meshes' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeshCode_01_C, meshQueue) == 0x0002C8, "Member 'ABP_MeshCode_01_C::meshQueue' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeshCode_01_C, distance) == 0x0002D8, "Member 'ABP_MeshCode_01_C::distance' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeshCode_01_C, queueLastIndex) == 0x0002DC, "Member 'ABP_MeshCode_01_C::queueLastIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Meth_ExplosionFeedback_C \ +static_assert(alignof(UBP_Meth_ExplosionFeedback_C) == 0x000008, "Wrong alignment on UBP_Meth_ExplosionFeedback_C"); \ +static_assert(sizeof(UBP_Meth_ExplosionFeedback_C) == 0x000308, "Wrong size on UBP_Meth_ExplosionFeedback_C"); \ + +#define DUMPER7_ASSERTS_BP_InstantLoot_MoneyBase_C_UserConstructionScript \ +static_assert(alignof(BP_InstantLoot_MoneyBase_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_InstantLoot_MoneyBase_C_UserConstructionScript"); \ +static_assert(sizeof(BP_InstantLoot_MoneyBase_C_UserConstructionScript) == 0x000008, "Wrong size on BP_InstantLoot_MoneyBase_C_UserConstructionScript"); \ +static_assert(offsetof(BP_InstantLoot_MoneyBase_C_UserConstructionScript, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000000, "Member 'BP_InstantLoot_MoneyBase_C_UserConstructionScript::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InstantLoot_MoneyBase_C \ +static_assert(alignof(ABP_InstantLoot_MoneyBase_C) == 0x000008, "Wrong alignment on ABP_InstantLoot_MoneyBase_C"); \ +static_assert(sizeof(ABP_InstantLoot_MoneyBase_C) == 0x0002E8, "Wrong size on ABP_InstantLoot_MoneyBase_C"); \ +static_assert(offsetof(ABP_InstantLoot_MoneyBase_C, Loot) == 0x0002E0, "Member 'ABP_InstantLoot_MoneyBase_C::Loot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_R_Penthouse_Vault_C_BndEvt__R_Penthouse_Vault_BP_PortableSSD_2_K2Node_ActorBoundEvent_1_SBZActorOnInteraction__DelegateSignature \ +static_assert(alignof(R_Penthouse_Vault_C_BndEvt__R_Penthouse_Vault_BP_PortableSSD_2_K2Node_ActorBoundEvent_1_SBZActorOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on R_Penthouse_Vault_C_BndEvt__R_Penthouse_Vault_BP_PortableSSD_2_K2Node_ActorBoundEvent_1_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(sizeof(R_Penthouse_Vault_C_BndEvt__R_Penthouse_Vault_BP_PortableSSD_2_K2Node_ActorBoundEvent_1_SBZActorOnInteraction__DelegateSignature) == 0x000010, "Wrong size on R_Penthouse_Vault_C_BndEvt__R_Penthouse_Vault_BP_PortableSSD_2_K2Node_ActorBoundEvent_1_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(offsetof(R_Penthouse_Vault_C_BndEvt__R_Penthouse_Vault_BP_PortableSSD_2_K2Node_ActorBoundEvent_1_SBZActorOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'R_Penthouse_Vault_C_BndEvt__R_Penthouse_Vault_BP_PortableSSD_2_K2Node_ActorBoundEvent_1_SBZActorOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(R_Penthouse_Vault_C_BndEvt__R_Penthouse_Vault_BP_PortableSSD_2_K2Node_ActorBoundEvent_1_SBZActorOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'R_Penthouse_Vault_C_BndEvt__R_Penthouse_Vault_BP_PortableSSD_2_K2Node_ActorBoundEvent_1_SBZActorOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_R_Penthouse_Vault_C_BndEvt__R_Penthouse_Vault_BP_Int_Door_01_SmallVault_01_0_K2Node_ActorBoundEvent_2_SBZGateStateChangedDelegate__DelegateSignature \ +static_assert(alignof(R_Penthouse_Vault_C_BndEvt__R_Penthouse_Vault_BP_Int_Door_01_SmallVault_01_0_K2Node_ActorBoundEvent_2_SBZGateStateChangedDelegate__DelegateSignature) == 0x000001, "Wrong alignment on R_Penthouse_Vault_C_BndEvt__R_Penthouse_Vault_BP_Int_Door_01_SmallVault_01_0_K2Node_ActorBoundEvent_2_SBZGateStateChangedDelegate__DelegateSignature"); \ +static_assert(sizeof(R_Penthouse_Vault_C_BndEvt__R_Penthouse_Vault_BP_Int_Door_01_SmallVault_01_0_K2Node_ActorBoundEvent_2_SBZGateStateChangedDelegate__DelegateSignature) == 0x000002, "Wrong size on R_Penthouse_Vault_C_BndEvt__R_Penthouse_Vault_BP_Int_Door_01_SmallVault_01_0_K2Node_ActorBoundEvent_2_SBZGateStateChangedDelegate__DelegateSignature"); \ +static_assert(offsetof(R_Penthouse_Vault_C_BndEvt__R_Penthouse_Vault_BP_Int_Door_01_SmallVault_01_0_K2Node_ActorBoundEvent_2_SBZGateStateChangedDelegate__DelegateSignature, OldState) == 0x000000, "Member 'R_Penthouse_Vault_C_BndEvt__R_Penthouse_Vault_BP_Int_Door_01_SmallVault_01_0_K2Node_ActorBoundEvent_2_SBZGateStateChangedDelegate__DelegateSignature::OldState' has a wrong offset!"); \ +static_assert(offsetof(R_Penthouse_Vault_C_BndEvt__R_Penthouse_Vault_BP_Int_Door_01_SmallVault_01_0_K2Node_ActorBoundEvent_2_SBZGateStateChangedDelegate__DelegateSignature, State) == 0x000001, "Member 'R_Penthouse_Vault_C_BndEvt__R_Penthouse_Vault_BP_Int_Door_01_SmallVault_01_0_K2Node_ActorBoundEvent_2_SBZGateStateChangedDelegate__DelegateSignature::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_R_Penthouse_Vault_C_ExecuteUbergraph_R_Penthouse_Vault \ +static_assert(alignof(R_Penthouse_Vault_C_ExecuteUbergraph_R_Penthouse_Vault) == 0x000008, "Wrong alignment on R_Penthouse_Vault_C_ExecuteUbergraph_R_Penthouse_Vault"); \ +static_assert(sizeof(R_Penthouse_Vault_C_ExecuteUbergraph_R_Penthouse_Vault) == 0x000020, "Wrong size on R_Penthouse_Vault_C_ExecuteUbergraph_R_Penthouse_Vault"); \ +static_assert(offsetof(R_Penthouse_Vault_C_ExecuteUbergraph_R_Penthouse_Vault, EntryPoint) == 0x000000, "Member 'R_Penthouse_Vault_C_ExecuteUbergraph_R_Penthouse_Vault::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(R_Penthouse_Vault_C_ExecuteUbergraph_R_Penthouse_Vault, CallFunc_RemoteEvent_ReturnValue) == 0x000004, "Member 'R_Penthouse_Vault_C_ExecuteUbergraph_R_Penthouse_Vault::CallFunc_RemoteEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(R_Penthouse_Vault_C_ExecuteUbergraph_R_Penthouse_Vault, K2Node_ActorBoundEvent_Interactable) == 0x000008, "Member 'R_Penthouse_Vault_C_ExecuteUbergraph_R_Penthouse_Vault::K2Node_ActorBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(R_Penthouse_Vault_C_ExecuteUbergraph_R_Penthouse_Vault, K2Node_ActorBoundEvent_Interactor) == 0x000010, "Member 'R_Penthouse_Vault_C_ExecuteUbergraph_R_Penthouse_Vault::K2Node_ActorBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(R_Penthouse_Vault_C_ExecuteUbergraph_R_Penthouse_Vault, CallFunc_RemoteEvent_ReturnValue_1) == 0x000018, "Member 'R_Penthouse_Vault_C_ExecuteUbergraph_R_Penthouse_Vault::CallFunc_RemoteEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(R_Penthouse_Vault_C_ExecuteUbergraph_R_Penthouse_Vault, CallFunc_SetState_ReturnValue) == 0x000019, "Member 'R_Penthouse_Vault_C_ExecuteUbergraph_R_Penthouse_Vault::CallFunc_SetState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(R_Penthouse_Vault_C_ExecuteUbergraph_R_Penthouse_Vault, CallFunc_RemoteEvent_ReturnValue_2) == 0x00001A, "Member 'R_Penthouse_Vault_C_ExecuteUbergraph_R_Penthouse_Vault::CallFunc_RemoteEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(R_Penthouse_Vault_C_ExecuteUbergraph_R_Penthouse_Vault, K2Node_ActorBoundEvent_OldState) == 0x00001B, "Member 'R_Penthouse_Vault_C_ExecuteUbergraph_R_Penthouse_Vault::K2Node_ActorBoundEvent_OldState' has a wrong offset!"); \ +static_assert(offsetof(R_Penthouse_Vault_C_ExecuteUbergraph_R_Penthouse_Vault, K2Node_ActorBoundEvent_State) == 0x00001C, "Member 'R_Penthouse_Vault_C_ExecuteUbergraph_R_Penthouse_Vault::K2Node_ActorBoundEvent_State' has a wrong offset!"); \ +static_assert(offsetof(R_Penthouse_Vault_C_ExecuteUbergraph_R_Penthouse_Vault, K2Node_SwitchEnum_CmpSuccess) == 0x00001D, "Member 'R_Penthouse_Vault_C_ExecuteUbergraph_R_Penthouse_Vault::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AR_Penthouse_Vault_C \ +static_assert(alignof(AR_Penthouse_Vault_C) == 0x000008, "Wrong alignment on AR_Penthouse_Vault_C"); \ +static_assert(sizeof(AR_Penthouse_Vault_C) == 0x0003A8, "Wrong size on AR_Penthouse_Vault_C"); \ +static_assert(offsetof(AR_Penthouse_Vault_C, UberGraphFrame) == 0x000340, "Member 'AR_Penthouse_Vault_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AR_Penthouse_Vault_C, SBZWaypoint_1_ExecuteUbergraph_R_Penthouse_Vault_RefProperty) == 0x000348, "Member 'AR_Penthouse_Vault_C::SBZWaypoint_1_ExecuteUbergraph_R_Penthouse_Vault_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AR_Penthouse_Vault_C, BP_InteractableJewelry_LowValue4_ExecuteUbergraph_R_Penthouse_Vault_RefProperty) == 0x000350, "Member 'AR_Penthouse_Vault_C::BP_InteractableJewelry_LowValue4_ExecuteUbergraph_R_Penthouse_Vault_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AR_Penthouse_Vault_C, BP_Safe_01_2_ExecuteUbergraph_R_Penthouse_Vault_RefProperty) == 0x000358, "Member 'AR_Penthouse_Vault_C::BP_Safe_01_2_ExecuteUbergraph_R_Penthouse_Vault_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AR_Penthouse_Vault_C, BP_InteractableJewelry_LowValue3_ExecuteUbergraph_R_Penthouse_Vault_RefProperty) == 0x000360, "Member 'AR_Penthouse_Vault_C::BP_InteractableJewelry_LowValue3_ExecuteUbergraph_R_Penthouse_Vault_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AR_Penthouse_Vault_C, BP_InteractableJewelry_LowValue6_ExecuteUbergraph_R_Penthouse_Vault_RefProperty) == 0x000368, "Member 'AR_Penthouse_Vault_C::BP_InteractableJewelry_LowValue6_ExecuteUbergraph_R_Penthouse_Vault_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AR_Penthouse_Vault_C, BP_InteractableJewelry_LowValue9_ExecuteUbergraph_R_Penthouse_Vault_RefProperty) == 0x000370, "Member 'AR_Penthouse_Vault_C::BP_InteractableJewelry_LowValue9_ExecuteUbergraph_R_Penthouse_Vault_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AR_Penthouse_Vault_C, BP_InteractableJewelry_LowValue10_ExecuteUbergraph_R_Penthouse_Vault_RefProperty) == 0x000378, "Member 'AR_Penthouse_Vault_C::BP_InteractableJewelry_LowValue10_ExecuteUbergraph_R_Penthouse_Vault_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AR_Penthouse_Vault_C, BP_InteractableJewelry_LowValue5_ExecuteUbergraph_R_Penthouse_Vault_RefProperty) == 0x000380, "Member 'AR_Penthouse_Vault_C::BP_InteractableJewelry_LowValue5_ExecuteUbergraph_R_Penthouse_Vault_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AR_Penthouse_Vault_C, BP_InteractableJewelry_LowValue2_5_ExecuteUbergraph_R_Penthouse_Vault_RefProperty) == 0x000388, "Member 'AR_Penthouse_Vault_C::BP_InteractableJewelry_LowValue2_5_ExecuteUbergraph_R_Penthouse_Vault_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AR_Penthouse_Vault_C, BP_Int_Door_01_SmallVault_01_0_ExecuteUbergraph_R_Penthouse_Vault_RefProperty) == 0x000390, "Member 'AR_Penthouse_Vault_C::BP_Int_Door_01_SmallVault_01_0_ExecuteUbergraph_R_Penthouse_Vault_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AR_Penthouse_Vault_C, BP_InteractableJewelry_LowValue7_ExecuteUbergraph_R_Penthouse_Vault_RefProperty) == 0x000398, "Member 'AR_Penthouse_Vault_C::BP_InteractableJewelry_LowValue7_ExecuteUbergraph_R_Penthouse_Vault_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AR_Penthouse_Vault_C, BP_InteractableJewelry_LowValue_2_ExecuteUbergraph_R_Penthouse_Vault_RefProperty) == 0x0003A0, "Member 'AR_Penthouse_Vault_C::BP_InteractableJewelry_LowValue_2_ExecuteUbergraph_R_Penthouse_Vault_RefProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BaseInteractionRequirement_C_BP_CheckRequirement \ +static_assert(alignof(BP_BaseInteractionRequirement_C_BP_CheckRequirement) == 0x000008, "Wrong alignment on BP_BaseInteractionRequirement_C_BP_CheckRequirement"); \ +static_assert(sizeof(BP_BaseInteractionRequirement_C_BP_CheckRequirement) == 0x0000C8, "Wrong size on BP_BaseInteractionRequirement_C_BP_CheckRequirement"); \ +static_assert(offsetof(BP_BaseInteractionRequirement_C_BP_CheckRequirement, Interactor) == 0x000000, "Member 'BP_BaseInteractionRequirement_C_BP_CheckRequirement::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseInteractionRequirement_C_BP_CheckRequirement, OutData) == 0x000008, "Member 'BP_BaseInteractionRequirement_C_BP_CheckRequirement::OutData' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseInteractionRequirement_C_BP_CheckRequirement, bIsSignalRequired) == 0x000048, "Member 'BP_BaseInteractionRequirement_C_BP_CheckRequirement::bIsSignalRequired' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseInteractionRequirement_C_BP_CheckRequirement, bInIsScreenInteract) == 0x000049, "Member 'BP_BaseInteractionRequirement_C_BP_CheckRequirement::bInIsScreenInteract' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseInteractionRequirement_C_BP_CheckRequirement, bIsCasing) == 0x00004A, "Member 'BP_BaseInteractionRequirement_C_BP_CheckRequirement::bIsCasing' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseInteractionRequirement_C_BP_CheckRequirement, bIsEncumbered) == 0x00004B, "Member 'BP_BaseInteractionRequirement_C_BP_CheckRequirement::bIsEncumbered' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseInteractionRequirement_C_BP_CheckRequirement, ReturnValue) == 0x00004C, "Member 'BP_BaseInteractionRequirement_C_BP_CheckRequirement::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseInteractionRequirement_C_BP_CheckRequirement, LocalOutData) == 0x000050, "Member 'BP_BaseInteractionRequirement_C_BP_CheckRequirement::LocalOutData' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseInteractionRequirement_C_BP_CheckRequirement, Temp_bool_Variable) == 0x000090, "Member 'BP_BaseInteractionRequirement_C_BP_CheckRequirement::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseInteractionRequirement_C_BP_CheckRequirement, CallFunc_GetOwner_ReturnValue) == 0x000098, "Member 'BP_BaseInteractionRequirement_C_BP_CheckRequirement::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseInteractionRequirement_C_BP_CheckRequirement, K2Node_DynamicCast_AsCharacter) == 0x0000A0, "Member 'BP_BaseInteractionRequirement_C_BP_CheckRequirement::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseInteractionRequirement_C_BP_CheckRequirement, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'BP_BaseInteractionRequirement_C_BP_CheckRequirement::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseInteractionRequirement_C_BP_CheckRequirement, K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface) == 0x0000B0, "Member 'BP_BaseInteractionRequirement_C_BP_CheckRequirement::K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseInteractionRequirement_C_BP_CheckRequirement, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'BP_BaseInteractionRequirement_C_BP_CheckRequirement::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseInteractionRequirement_C_BP_CheckRequirement, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x0000C1, "Member 'BP_BaseInteractionRequirement_C_BP_CheckRequirement::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseInteractionRequirement_C_BP_CheckRequirement, CallFunc_Array_Add_ReturnValue) == 0x0000C4, "Member 'BP_BaseInteractionRequirement_C_BP_CheckRequirement::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_BaseInteractionRequirement_C \ +static_assert(alignof(UBP_BaseInteractionRequirement_C) == 0x000008, "Wrong alignment on UBP_BaseInteractionRequirement_C"); \ +static_assert(sizeof(UBP_BaseInteractionRequirement_C) == 0x000058, "Wrong size on UBP_BaseInteractionRequirement_C"); \ +static_assert(offsetof(UBP_BaseInteractionRequirement_C, TagToCheck) == 0x000030, "Member 'UBP_BaseInteractionRequirement_C::TagToCheck' has a wrong offset!"); \ +static_assert(offsetof(UBP_BaseInteractionRequirement_C, FailedText) == 0x000040, "Member 'UBP_BaseInteractionRequirement_C::FailedText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDT_Taser_C \ +static_assert(alignof(UDT_Taser_C) == 0x000008, "Wrong alignment on UDT_Taser_C"); \ +static_assert(sizeof(UDT_Taser_C) == 0x000090, "Wrong size on UDT_Taser_C"); \ + +#define DUMPER7_ASSERTS_ABP_Meth_CausticSoda_C \ +static_assert(alignof(ABP_Meth_CausticSoda_C) == 0x000008, "Wrong alignment on ABP_Meth_CausticSoda_C"); \ +static_assert(sizeof(ABP_Meth_CausticSoda_C) == 0x000320, "Wrong size on ABP_Meth_CausticSoda_C"); \ + +#define DUMPER7_ASSERTS_ABP_TaserMine_Destroyed_C \ +static_assert(alignof(ABP_TaserMine_Destroyed_C) == 0x000008, "Wrong alignment on ABP_TaserMine_Destroyed_C"); \ +static_assert(sizeof(ABP_TaserMine_Destroyed_C) == 0x0002D8, "Wrong size on ABP_TaserMine_Destroyed_C"); \ + +#define DUMPER7_ASSERTS_ABP_TaserMine_C \ +static_assert(alignof(ABP_TaserMine_C) == 0x000008, "Wrong alignment on ABP_TaserMine_C"); \ +static_assert(sizeof(ABP_TaserMine_C) == 0x000368, "Wrong size on ABP_TaserMine_C"); \ +static_assert(offsetof(ABP_TaserMine_C, StaticMesh) == 0x000360, "Member 'ABP_TaserMine_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUTD_RepositionOffensive_C \ +static_assert(alignof(UUTD_RepositionOffensive_C) == 0x000008, "Wrong alignment on UUTD_RepositionOffensive_C"); \ +static_assert(sizeof(UUTD_RepositionOffensive_C) == 0x0000B0, "Wrong size on UUTD_RepositionOffensive_C"); \ + +#define DUMPER7_ASSERTS_UGA_PlayerThePunchHeavyMeleeAbility_C \ +static_assert(alignof(UGA_PlayerThePunchHeavyMeleeAbility_C) == 0x000008, "Wrong alignment on UGA_PlayerThePunchHeavyMeleeAbility_C"); \ +static_assert(sizeof(UGA_PlayerThePunchHeavyMeleeAbility_C) == 0x000518, "Wrong size on UGA_PlayerThePunchHeavyMeleeAbility_C"); \ + +#define DUMPER7_ASSERTS_UUTD_SecondaryAttack_C \ +static_assert(alignof(UUTD_SecondaryAttack_C) == 0x000008, "Wrong alignment on UUTD_SecondaryAttack_C"); \ +static_assert(sizeof(UUTD_SecondaryAttack_C) == 0x0000B0, "Wrong size on UUTD_SecondaryAttack_C"); \ + +#define DUMPER7_ASSERTS_BP_Placeable_ArmorBag_C_ExecuteUbergraph_BP_Placeable_ArmorBag \ +static_assert(alignof(BP_Placeable_ArmorBag_C_ExecuteUbergraph_BP_Placeable_ArmorBag) == 0x000008, "Wrong alignment on BP_Placeable_ArmorBag_C_ExecuteUbergraph_BP_Placeable_ArmorBag"); \ +static_assert(sizeof(BP_Placeable_ArmorBag_C_ExecuteUbergraph_BP_Placeable_ArmorBag) == 0x000058, "Wrong size on BP_Placeable_ArmorBag_C_ExecuteUbergraph_BP_Placeable_ArmorBag"); \ +static_assert(offsetof(BP_Placeable_ArmorBag_C_ExecuteUbergraph_BP_Placeable_ArmorBag, EntryPoint) == 0x000000, "Member 'BP_Placeable_ArmorBag_C_ExecuteUbergraph_BP_Placeable_ArmorBag::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_ArmorBag_C_ExecuteUbergraph_BP_Placeable_ArmorBag, Temp_struct_Variable) == 0x000008, "Member 'BP_Placeable_ArmorBag_C_ExecuteUbergraph_BP_Placeable_ArmorBag::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_ArmorBag_C_ExecuteUbergraph_BP_Placeable_ArmorBag, Temp_delegate_Variable) == 0x000018, "Member 'BP_Placeable_ArmorBag_C_ExecuteUbergraph_BP_Placeable_ArmorBag::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_ArmorBag_C_ExecuteUbergraph_BP_Placeable_ArmorBag, CallFunc_PostEvent_ReturnValue) == 0x00002C, "Member 'BP_Placeable_ArmorBag_C_ExecuteUbergraph_BP_Placeable_ArmorBag::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_ArmorBag_C_ExecuteUbergraph_BP_Placeable_ArmorBag, K2Node_ComponentBoundEvent_ShoutTarget) == 0x000030, "Member 'BP_Placeable_ArmorBag_C_ExecuteUbergraph_BP_Placeable_ArmorBag::K2Node_ComponentBoundEvent_ShoutTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_ArmorBag_C_ExecuteUbergraph_BP_Placeable_ArmorBag, K2Node_ComponentBoundEvent_Shouter) == 0x000038, "Member 'BP_Placeable_ArmorBag_C_ExecuteUbergraph_BP_Placeable_ArmorBag::K2Node_ComponentBoundEvent_Shouter' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_ArmorBag_C_ExecuteUbergraph_BP_Placeable_ArmorBag, K2Node_Event_ChargesChangeTo) == 0x000040, "Member 'BP_Placeable_ArmorBag_C_ExecuteUbergraph_BP_Placeable_ArmorBag::K2Node_Event_ChargesChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_ArmorBag_C_ExecuteUbergraph_BP_Placeable_ArmorBag, K2Node_Event_bDoCosmetics) == 0x000044, "Member 'BP_Placeable_ArmorBag_C_ExecuteUbergraph_BP_Placeable_ArmorBag::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_ArmorBag_C_ExecuteUbergraph_BP_Placeable_ArmorBag, K2Node_ComponentBoundEvent_Component) == 0x000048, "Member 'BP_Placeable_ArmorBag_C_ExecuteUbergraph_BP_Placeable_ArmorBag::K2Node_ComponentBoundEvent_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_ArmorBag_C_ExecuteUbergraph_BP_Placeable_ArmorBag, K2Node_ComponentBoundEvent_bReset) == 0x000050, "Member 'BP_Placeable_ArmorBag_C_ExecuteUbergraph_BP_Placeable_ArmorBag::K2Node_ComponentBoundEvent_bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Placeable_ArmorBag_C_BndEvt__BP_Placeable_ArmorBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature \ +static_assert(alignof(BP_Placeable_ArmorBag_C_BndEvt__BP_Placeable_ArmorBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Placeable_ArmorBag_C_BndEvt__BP_Placeable_ArmorBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Placeable_ArmorBag_C_BndEvt__BP_Placeable_ArmorBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature) == 0x000010, "Wrong size on BP_Placeable_ArmorBag_C_BndEvt__BP_Placeable_ArmorBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Placeable_ArmorBag_C_BndEvt__BP_Placeable_ArmorBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature, Component) == 0x000000, "Member 'BP_Placeable_ArmorBag_C_BndEvt__BP_Placeable_ArmorBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature::Component' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_ArmorBag_C_BndEvt__BP_Placeable_ArmorBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature, bReset) == 0x000008, "Member 'BP_Placeable_ArmorBag_C_BndEvt__BP_Placeable_ArmorBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature::bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Placeable_ArmorBag_C_OnChargesChanged \ +static_assert(alignof(BP_Placeable_ArmorBag_C_OnChargesChanged) == 0x000004, "Wrong alignment on BP_Placeable_ArmorBag_C_OnChargesChanged"); \ +static_assert(sizeof(BP_Placeable_ArmorBag_C_OnChargesChanged) == 0x000008, "Wrong size on BP_Placeable_ArmorBag_C_OnChargesChanged"); \ +static_assert(offsetof(BP_Placeable_ArmorBag_C_OnChargesChanged, ChargesChangeTo) == 0x000000, "Member 'BP_Placeable_ArmorBag_C_OnChargesChanged::ChargesChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_ArmorBag_C_OnChargesChanged, bDoCosmetics) == 0x000004, "Member 'BP_Placeable_ArmorBag_C_OnChargesChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Placeable_ArmorBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature \ +static_assert(alignof(BP_Placeable_ArmorBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_Placeable_ArmorBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_Placeable_ArmorBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature) == 0x000010, "Wrong size on BP_Placeable_ArmorBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_Placeable_ArmorBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature, ShoutTarget) == 0x000000, "Member 'BP_Placeable_ArmorBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature::ShoutTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_ArmorBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature, Shouter) == 0x000008, "Member 'BP_Placeable_ArmorBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature::Shouter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Placeable_ArmorBag_C_UpdateCharges \ +static_assert(alignof(BP_Placeable_ArmorBag_C_UpdateCharges) == 0x000008, "Wrong alignment on BP_Placeable_ArmorBag_C_UpdateCharges"); \ +static_assert(sizeof(BP_Placeable_ArmorBag_C_UpdateCharges) == 0x000020, "Wrong size on BP_Placeable_ArmorBag_C_UpdateCharges"); \ +static_assert(offsetof(BP_Placeable_ArmorBag_C_UpdateCharges, NewChargeCount) == 0x000000, "Member 'BP_Placeable_ArmorBag_C_UpdateCharges::NewChargeCount' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_ArmorBag_C_UpdateCharges, Temp_int_Variable) == 0x000004, "Member 'BP_Placeable_ArmorBag_C_UpdateCharges::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_ArmorBag_C_UpdateCharges, CallFunc_FTrunc_ReturnValue) == 0x000008, "Member 'BP_Placeable_ArmorBag_C_UpdateCharges::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_ArmorBag_C_UpdateCharges, Temp_int_Variable_1) == 0x00000C, "Member 'BP_Placeable_ArmorBag_C_UpdateCharges::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_ArmorBag_C_UpdateCharges, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000010, "Member 'BP_Placeable_ArmorBag_C_UpdateCharges::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_ArmorBag_C_UpdateCharges, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000011, "Member 'BP_Placeable_ArmorBag_C_UpdateCharges::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_ArmorBag_C_UpdateCharges, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_Placeable_ArmorBag_C_UpdateCharges::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_ArmorBag_C_UpdateCharges, K2Node_Select_Default) == 0x000018, "Member 'BP_Placeable_ArmorBag_C_UpdateCharges::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Placeable_ArmorBag_C \ +static_assert(alignof(ABP_Placeable_ArmorBag_C) == 0x000010, "Wrong alignment on ABP_Placeable_ArmorBag_C"); \ +static_assert(sizeof(ABP_Placeable_ArmorBag_C) == 0x0005C0, "Wrong size on ABP_Placeable_ArmorBag_C"); \ +static_assert(offsetof(ABP_Placeable_ArmorBag_C, UberGraphFrame) == 0x000550, "Member 'ABP_Placeable_ArmorBag_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_ArmorBag_C, Charge7) == 0x000558, "Member 'ABP_Placeable_ArmorBag_C::Charge7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_ArmorBag_C, Charge6) == 0x000560, "Member 'ABP_Placeable_ArmorBag_C::Charge6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_ArmorBag_C, Charge5) == 0x000568, "Member 'ABP_Placeable_ArmorBag_C::Charge5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_ArmorBag_C, Charge4) == 0x000570, "Member 'ABP_Placeable_ArmorBag_C::Charge4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_ArmorBag_C, Charge3) == 0x000578, "Member 'ABP_Placeable_ArmorBag_C::Charge3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_ArmorBag_C, Charge2) == 0x000580, "Member 'ABP_Placeable_ArmorBag_C::Charge2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_ArmorBag_C, Charge1) == 0x000588, "Member 'ABP_Placeable_ArmorBag_C::Charge1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_ArmorBag_C, Charge0) == 0x000590, "Member 'ABP_Placeable_ArmorBag_C::Charge0' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_ArmorBag_C, SBZShoutTarget) == 0x000598, "Member 'ABP_Placeable_ArmorBag_C::SBZShoutTarget' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_ArmorBag_C, Scene) == 0x0005A0, "Member 'ABP_Placeable_ArmorBag_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_ArmorBag_C, Timeline_0__Direction_DDA650F645DC8EE33D3990BCFDD5C3E4) == 0x0005A8, "Member 'ABP_Placeable_ArmorBag_C::Timeline_0__Direction_DDA650F645DC8EE33D3990BCFDD5C3E4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_ArmorBag_C, Timeline_0) == 0x0005B0, "Member 'ABP_Placeable_ArmorBag_C::Timeline_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_ArmorBag_C, ReplicatedMarkerID) == 0x0005B8, "Member 'ABP_Placeable_ArmorBag_C::ReplicatedMarkerID' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_ArmorBag_C, HasBeenMarked) == 0x0005BC, "Member 'ABP_Placeable_ArmorBag_C::HasBeenMarked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUTD_RepositionOffensive_Taser_C \ +static_assert(alignof(UUTD_RepositionOffensive_Taser_C) == 0x000008, "Wrong alignment on UUTD_RepositionOffensive_Taser_C"); \ +static_assert(sizeof(UUTD_RepositionOffensive_Taser_C) == 0x0000B0, "Wrong size on UUTD_RepositionOffensive_Taser_C"); \ + +#define DUMPER7_ASSERTS_UUTD_RepositionDefensive_Secondary_C \ +static_assert(alignof(UUTD_RepositionDefensive_Secondary_C) == 0x000008, "Wrong alignment on UUTD_RepositionDefensive_Secondary_C"); \ +static_assert(sizeof(UUTD_RepositionDefensive_Secondary_C) == 0x0000B0, "Wrong size on UUTD_RepositionDefensive_Secondary_C"); \ + +#define DUMPER7_ASSERTS_ABP_Tools_01_Chiesel_B_SmallDestruction_C \ +static_assert(alignof(ABP_Tools_01_Chiesel_B_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_Tools_01_Chiesel_B_SmallDestruction_C"); \ +static_assert(sizeof(ABP_Tools_01_Chiesel_B_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_Tools_01_Chiesel_B_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_UUTD_Tower_Hide_C \ +static_assert(alignof(UUTD_Tower_Hide_C) == 0x000008, "Wrong alignment on UUTD_Tower_Hide_C"); \ +static_assert(sizeof(UUTD_Tower_Hide_C) == 0x0000B0, "Wrong size on UUTD_Tower_Hide_C"); \ + +#define DUMPER7_ASSERTS_UGA_Cloaker_Melee_C \ +static_assert(alignof(UGA_Cloaker_Melee_C) == 0x000008, "Wrong alignment on UGA_Cloaker_Melee_C"); \ +static_assert(sizeof(UGA_Cloaker_Melee_C) == 0x000558, "Wrong size on UGA_Cloaker_Melee_C"); \ + +#define DUMPER7_ASSERTS_UUTD_CloakerArrest_C \ +static_assert(alignof(UUTD_CloakerArrest_C) == 0x000008, "Wrong alignment on UUTD_CloakerArrest_C"); \ +static_assert(sizeof(UUTD_CloakerArrest_C) == 0x0000B0, "Wrong size on UUTD_CloakerArrest_C"); \ + +#define DUMPER7_ASSERTS_BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small \ +static_assert(alignof(BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small) == 0x000008, "Wrong alignment on BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small"); \ +static_assert(sizeof(BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small) == 0x0000E0, "Wrong size on BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small"); \ +static_assert(offsetof(BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small, EntryPoint) == 0x000000, "Member 'BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000004, "Member 'BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small, Temp_byte_Variable) == 0x000008, "Member 'BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x00000C, "Member 'BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small, K2Node_Select_Default) == 0x000010, "Member 'BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small, CallFunc_MakeRotator_ReturnValue) == 0x000014, "Member 'BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small, K2Node_ComponentBoundEvent_Interactable_1) == 0x000020, "Member 'BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small::K2Node_ComponentBoundEvent_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small, K2Node_ComponentBoundEvent_Interactor_1) == 0x000028, "Member 'BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small::K2Node_ComponentBoundEvent_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1) == 0x000030, "Member 'BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small, K2Node_ComponentBoundEvent_Interactable) == 0x000038, "Member 'BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small, K2Node_ComponentBoundEvent_Interactor) == 0x000040, "Member 'BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000048, "Member 'BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small, K2Node_Event_OldState) == 0x000049, "Member 'BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small::K2Node_Event_OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small, K2Node_Event_NewState) == 0x00004A, "Member 'BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small, K2Node_Event_bIsInitialStateChange) == 0x00004B, "Member 'BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small::K2Node_Event_bIsInitialStateChange' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small, CallFunc_K2_AddLocalRotation_SweepHitResult) == 0x00004C, "Member 'BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small::CallFunc_K2_AddLocalRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000DC, "Member 'BP_VaultDoor_Small_C_ExecuteUbergraph_BP_VaultDoor_Small::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VaultDoor_Small_C_OnStateChanged \ +static_assert(alignof(BP_VaultDoor_Small_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_VaultDoor_Small_C_OnStateChanged"); \ +static_assert(sizeof(BP_VaultDoor_Small_C_OnStateChanged) == 0x000003, "Wrong size on BP_VaultDoor_Small_C_OnStateChanged"); \ +static_assert(offsetof(BP_VaultDoor_Small_C_OnStateChanged, OldState) == 0x000000, "Member 'BP_VaultDoor_Small_C_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Small_C_OnStateChanged, NewState) == 0x000001, "Member 'BP_VaultDoor_Small_C_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Small_C_OnStateChanged, bIsInitialStateChange) == 0x000002, "Member 'BP_VaultDoor_Small_C_OnStateChanged::bIsInitialStateChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VaultDoor_Small_C_BndEvt__BP_VaultDoor_Small_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_VaultDoor_Small_C_BndEvt__BP_VaultDoor_Small_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_VaultDoor_Small_C_BndEvt__BP_VaultDoor_Small_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_VaultDoor_Small_C_BndEvt__BP_VaultDoor_Small_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_VaultDoor_Small_C_BndEvt__BP_VaultDoor_Small_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_VaultDoor_Small_C_BndEvt__BP_VaultDoor_Small_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_VaultDoor_Small_C_BndEvt__BP_VaultDoor_Small_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Small_C_BndEvt__BP_VaultDoor_Small_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_VaultDoor_Small_C_BndEvt__BP_VaultDoor_Small_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Small_C_BndEvt__BP_VaultDoor_Small_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_VaultDoor_Small_C_BndEvt__BP_VaultDoor_Small_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VaultDoor_Small_C_BndEvt__BP_VaultDoor_Small_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_VaultDoor_Small_C_BndEvt__BP_VaultDoor_Small_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_VaultDoor_Small_C_BndEvt__BP_VaultDoor_Small_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_VaultDoor_Small_C_BndEvt__BP_VaultDoor_Small_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_VaultDoor_Small_C_BndEvt__BP_VaultDoor_Small_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_VaultDoor_Small_C_BndEvt__BP_VaultDoor_Small_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_VaultDoor_Small_C_BndEvt__BP_VaultDoor_Small_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Small_C_BndEvt__BP_VaultDoor_Small_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_VaultDoor_Small_C_BndEvt__BP_VaultDoor_Small_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Small_C_BndEvt__BP_VaultDoor_Small_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_VaultDoor_Small_C_BndEvt__BP_VaultDoor_Small_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_VaultDoor_Small_C \ +static_assert(alignof(ABP_VaultDoor_Small_C) == 0x000008, "Wrong alignment on ABP_VaultDoor_Small_C"); \ +static_assert(sizeof(ABP_VaultDoor_Small_C) == 0x0006A8, "Wrong size on ABP_VaultDoor_Small_C"); \ +static_assert(offsetof(ABP_VaultDoor_Small_C, UberGraphFrame_BP_VaultDoor_Small_C) == 0x000670, "Member 'ABP_VaultDoor_Small_C::UberGraphFrame_BP_VaultDoor_Small_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_VaultDoor_Small_C, Handle_Inner) == 0x000678, "Member 'ABP_VaultDoor_Small_C::Handle_Inner' has a wrong offset!"); \ +static_assert(offsetof(ABP_VaultDoor_Small_C, Handle_Coll) == 0x000680, "Member 'ABP_VaultDoor_Small_C::Handle_Coll' has a wrong offset!"); \ +static_assert(offsetof(ABP_VaultDoor_Small_C, SBZOutline) == 0x000688, "Member 'ABP_VaultDoor_Small_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_VaultDoor_Small_C, Unlock_Yaw_F06C681E4815486F2BCE47ADD31D115A) == 0x000690, "Member 'ABP_VaultDoor_Small_C::Unlock_Yaw_F06C681E4815486F2BCE47ADD31D115A' has a wrong offset!"); \ +static_assert(offsetof(ABP_VaultDoor_Small_C, Unlock__Direction_F06C681E4815486F2BCE47ADD31D115A) == 0x000694, "Member 'ABP_VaultDoor_Small_C::Unlock__Direction_F06C681E4815486F2BCE47ADD31D115A' has a wrong offset!"); \ +static_assert(offsetof(ABP_VaultDoor_Small_C, Unlock) == 0x000698, "Member 'ABP_VaultDoor_Small_C::Unlock' has a wrong offset!"); \ +static_assert(offsetof(ABP_VaultDoor_Small_C, MarkerID) == 0x0006A0, "Member 'ABP_VaultDoor_Small_C::MarkerID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUTD_Attack_Cloaker_C \ +static_assert(alignof(UUTD_Attack_Cloaker_C) == 0x000008, "Wrong alignment on UUTD_Attack_Cloaker_C"); \ +static_assert(sizeof(UUTD_Attack_Cloaker_C) == 0x0000B0, "Wrong size on UUTD_Attack_Cloaker_C"); \ + +#define DUMPER7_ASSERTS_UNQF_Ninja_C \ +static_assert(alignof(UNQF_Ninja_C) == 0x000008, "Wrong alignment on UNQF_Ninja_C"); \ +static_assert(sizeof(UNQF_Ninja_C) == 0x000050, "Wrong size on UNQF_Ninja_C"); \ + +#define DUMPER7_ASSERTS_BP_InteractableBreachableDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoor \ +static_assert(alignof(BP_InteractableBreachableDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoor) == 0x000004, "Wrong alignment on BP_InteractableBreachableDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoor"); \ +static_assert(sizeof(BP_InteractableBreachableDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoor) == 0x00000C, "Wrong size on BP_InteractableBreachableDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoor"); \ +static_assert(offsetof(BP_InteractableBreachableDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoor, EntryPoint) == 0x000000, "Member 'BP_InteractableBreachableDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoor::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableBreachableDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoor, Temp_bool_Variable) == 0x000004, "Member 'BP_InteractableBreachableDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoor::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableBreachableDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoor, Temp_byte_Variable) == 0x000005, "Member 'BP_InteractableBreachableDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoor::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableBreachableDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoor, Temp_byte_Variable_1) == 0x000006, "Member 'BP_InteractableBreachableDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoor::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableBreachableDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoor, K2Node_Event_breached) == 0x000007, "Member 'BP_InteractableBreachableDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoor::K2Node_Event_breached' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableBreachableDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoor, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_InteractableBreachableDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableBreachableDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoor, K2Node_Select_Default) == 0x000009, "Member 'BP_InteractableBreachableDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoor::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractableBreachableDoor_C_setBreachedMeshVisibility \ +static_assert(alignof(BP_InteractableBreachableDoor_C_setBreachedMeshVisibility) == 0x000001, "Wrong alignment on BP_InteractableBreachableDoor_C_setBreachedMeshVisibility"); \ +static_assert(sizeof(BP_InteractableBreachableDoor_C_setBreachedMeshVisibility) == 0x000001, "Wrong size on BP_InteractableBreachableDoor_C_setBreachedMeshVisibility"); \ +static_assert(offsetof(BP_InteractableBreachableDoor_C_setBreachedMeshVisibility, breached_0) == 0x000000, "Member 'BP_InteractableBreachableDoor_C_setBreachedMeshVisibility::breached_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InteractableBreachableDoor_C \ +static_assert(alignof(ABP_InteractableBreachableDoor_C) == 0x000008, "Wrong alignment on ABP_InteractableBreachableDoor_C"); \ +static_assert(sizeof(ABP_InteractableBreachableDoor_C) == 0x000688, "Wrong size on ABP_InteractableBreachableDoor_C"); \ +static_assert(offsetof(ABP_InteractableBreachableDoor_C, UberGraphFrame_BP_InteractableBreachableDoor_C) == 0x000670, "Member 'ABP_InteractableBreachableDoor_C::UberGraphFrame_BP_InteractableBreachableDoor_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableBreachableDoor_C, BreachBox) == 0x000678, "Member 'ABP_InteractableBreachableDoor_C::BreachBox' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableBreachableDoor_C, BreachPropDamge) == 0x000680, "Member 'ABP_InteractableBreachableDoor_C::BreachPropDamge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCS_Jump_C \ +static_assert(alignof(UCS_Jump_C) == 0x000010, "Wrong alignment on UCS_Jump_C"); \ +static_assert(sizeof(UCS_Jump_C) == 0x0001B0, "Wrong size on UCS_Jump_C"); \ + +#define DUMPER7_ASSERTS_UBP_CloakerAttributeSet_C \ +static_assert(alignof(UBP_CloakerAttributeSet_C) == 0x000008, "Wrong alignment on UBP_CloakerAttributeSet_C"); \ +static_assert(sizeof(UBP_CloakerAttributeSet_C) == 0x000270, "Wrong size on UBP_CloakerAttributeSet_C"); \ + +#define DUMPER7_ASSERTS_BP_Spikes_Pickup_C_ExecuteUbergraph_BP_Spikes_Pickup \ +static_assert(alignof(BP_Spikes_Pickup_C_ExecuteUbergraph_BP_Spikes_Pickup) == 0x000008, "Wrong alignment on BP_Spikes_Pickup_C_ExecuteUbergraph_BP_Spikes_Pickup"); \ +static_assert(sizeof(BP_Spikes_Pickup_C_ExecuteUbergraph_BP_Spikes_Pickup) == 0x000020, "Wrong size on BP_Spikes_Pickup_C_ExecuteUbergraph_BP_Spikes_Pickup"); \ +static_assert(offsetof(BP_Spikes_Pickup_C_ExecuteUbergraph_BP_Spikes_Pickup, EntryPoint) == 0x000000, "Member 'BP_Spikes_Pickup_C_ExecuteUbergraph_BP_Spikes_Pickup::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Spikes_Pickup_C_ExecuteUbergraph_BP_Spikes_Pickup, K2Node_ComponentBoundEvent_Interactable) == 0x000008, "Member 'BP_Spikes_Pickup_C_ExecuteUbergraph_BP_Spikes_Pickup::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_Spikes_Pickup_C_ExecuteUbergraph_BP_Spikes_Pickup, K2Node_ComponentBoundEvent_Interactor) == 0x000010, "Member 'BP_Spikes_Pickup_C_ExecuteUbergraph_BP_Spikes_Pickup::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_Spikes_Pickup_C_ExecuteUbergraph_BP_Spikes_Pickup, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000018, "Member 'BP_Spikes_Pickup_C_ExecuteUbergraph_BP_Spikes_Pickup::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Spikes_Pickup_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_Spikes_Pickup_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_Spikes_Pickup_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_Spikes_Pickup_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_Spikes_Pickup_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_Spikes_Pickup_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_Spikes_Pickup_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_Spikes_Pickup_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_Spikes_Pickup_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_Spikes_Pickup_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_Spikes_Pickup_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Spikes_Pickup_C \ +static_assert(alignof(ABP_Spikes_Pickup_C) == 0x000008, "Wrong alignment on ABP_Spikes_Pickup_C"); \ +static_assert(sizeof(ABP_Spikes_Pickup_C) == 0x000320, "Wrong size on ABP_Spikes_Pickup_C"); \ +static_assert(offsetof(ABP_Spikes_Pickup_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_Spikes_Pickup_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spikes_Pickup_C, SBZAIObjective) == 0x0002E0, "Member 'ABP_Spikes_Pickup_C::SBZAIObjective' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spikes_Pickup_C, Box) == 0x0002E8, "Member 'ABP_Spikes_Pickup_C::Box' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spikes_Pickup_C, SBZOutline) == 0x0002F0, "Member 'ABP_Spikes_Pickup_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spikes_Pickup_C, SBZInteractable) == 0x0002F8, "Member 'ABP_Spikes_Pickup_C::SBZInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spikes_Pickup_C, StaticMesh) == 0x000300, "Member 'ABP_Spikes_Pickup_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spikes_Pickup_C, DefaultSceneRoot) == 0x000308, "Member 'ABP_Spikes_Pickup_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Spikes_Pickup_C, Actor_Destroyed) == 0x000310, "Member 'ABP_Spikes_Pickup_C::Actor_Destroyed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_CloakerFlail_C \ +static_assert(alignof(UGA_CloakerFlail_C) == 0x000008, "Wrong alignment on UGA_CloakerFlail_C"); \ +static_assert(sizeof(UGA_CloakerFlail_C) == 0x0004F8, "Wrong size on UGA_CloakerFlail_C"); \ + +#define DUMPER7_ASSERTS_BP_CloakerController_C_ExecuteUbergraph_BP_CloakerController \ +static_assert(alignof(BP_CloakerController_C_ExecuteUbergraph_BP_CloakerController) == 0x000008, "Wrong alignment on BP_CloakerController_C_ExecuteUbergraph_BP_CloakerController"); \ +static_assert(sizeof(BP_CloakerController_C_ExecuteUbergraph_BP_CloakerController) == 0x000010, "Wrong size on BP_CloakerController_C_ExecuteUbergraph_BP_CloakerController"); \ +static_assert(offsetof(BP_CloakerController_C_ExecuteUbergraph_BP_CloakerController, EntryPoint) == 0x000000, "Member 'BP_CloakerController_C_ExecuteUbergraph_BP_CloakerController::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CloakerController_C_ExecuteUbergraph_BP_CloakerController, K2Node_Event_PossessedPawn) == 0x000008, "Member 'BP_CloakerController_C_ExecuteUbergraph_BP_CloakerController::K2Node_Event_PossessedPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CloakerController_C_ReceivePossess \ +static_assert(alignof(BP_CloakerController_C_ReceivePossess) == 0x000008, "Wrong alignment on BP_CloakerController_C_ReceivePossess"); \ +static_assert(sizeof(BP_CloakerController_C_ReceivePossess) == 0x000008, "Wrong size on BP_CloakerController_C_ReceivePossess"); \ +static_assert(offsetof(BP_CloakerController_C_ReceivePossess, PossessedPawn) == 0x000000, "Member 'BP_CloakerController_C_ReceivePossess::PossessedPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CloakerController_C \ +static_assert(alignof(ABP_CloakerController_C) == 0x000008, "Wrong alignment on ABP_CloakerController_C"); \ +static_assert(sizeof(ABP_CloakerController_C) == 0x0006A0, "Wrong size on ABP_CloakerController_C"); \ +static_assert(offsetof(ABP_CloakerController_C, UberGraphFrame) == 0x000690, "Member 'ABP_CloakerController_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_CloakerController_C, SBZAIVisualDetection) == 0x000698, "Member 'ABP_CloakerController_C::SBZAIVisualDetection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_AmmoPack_C \ +static_assert(alignof(ABP_AmmoPack_C) == 0x000010, "Wrong alignment on ABP_AmmoPack_C"); \ +static_assert(sizeof(ABP_AmmoPack_C) == 0x000560, "Wrong size on ABP_AmmoPack_C"); \ +static_assert(offsetof(ABP_AmmoPack_C, SBZShoutTarget) == 0x000550, "Member 'ABP_AmmoPack_C::SBZShoutTarget' has a wrong offset!"); \ +static_assert(offsetof(ABP_AmmoPack_C, SM_AmmoCharge) == 0x000558, "Member 'ABP_AmmoPack_C::SM_AmmoCharge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUTD_Reposition_Melee_C \ +static_assert(alignof(UUTD_Reposition_Melee_C) == 0x000008, "Wrong alignment on UUTD_Reposition_Melee_C"); \ +static_assert(sizeof(UUTD_Reposition_Melee_C) == 0x0000B0, "Wrong size on UUTD_Reposition_Melee_C"); \ + +#define DUMPER7_ASSERTS_UUTD_RepositionOffensive_Open_Dozer_C \ +static_assert(alignof(UUTD_RepositionOffensive_Open_Dozer_C) == 0x000008, "Wrong alignment on UUTD_RepositionOffensive_Open_Dozer_C"); \ +static_assert(sizeof(UUTD_RepositionOffensive_Open_Dozer_C) == 0x0000B0, "Wrong size on UUTD_RepositionOffensive_Open_Dozer_C"); \ + +#define DUMPER7_ASSERTS_ABP_AmmoPickupLarge_C \ +static_assert(alignof(ABP_AmmoPickupLarge_C) == 0x000008, "Wrong alignment on ABP_AmmoPickupLarge_C"); \ +static_assert(sizeof(ABP_AmmoPickupLarge_C) == 0x000300, "Wrong size on ABP_AmmoPickupLarge_C"); \ +static_assert(offsetof(ABP_AmmoPickupLarge_C, Sphere) == 0x0002F0, "Member 'ABP_AmmoPickupLarge_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_AmmoPickupLarge_C, StaticMesh) == 0x0002F8, "Member 'ABP_AmmoPickupLarge_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TankAttributeSet_C \ +static_assert(alignof(UBP_TankAttributeSet_C) == 0x000008, "Wrong alignment on UBP_TankAttributeSet_C"); \ +static_assert(sizeof(UBP_TankAttributeSet_C) == 0x000308, "Wrong size on UBP_TankAttributeSet_C"); \ + +#define DUMPER7_ASSERTS_BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit \ +static_assert(alignof(BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit) == 0x000008, "Wrong alignment on BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit"); \ +static_assert(sizeof(BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit) == 0x000060, "Wrong size on BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit, EntryPoint) == 0x000000, "Member 'BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit, Temp_delegate_Variable) == 0x000004, "Member 'BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit, Temp_struct_Variable) == 0x000028, "Member 'BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit, K2Node_Event_ChargesChangeTo) == 0x000038, "Member 'BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit::K2Node_Event_ChargesChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit, K2Node_Event_bDoCosmetics) == 0x00003C, "Member 'BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit, CallFunc_PostEvent_ReturnValue) == 0x000040, "Member 'BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit, CallFunc_FTrunc_ReturnValue) == 0x000044, "Member 'BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000048, "Member 'BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'BP_ArmorRepairKit_C_ExecuteUbergraph_BP_ArmorRepairKit::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ArmorRepairKit_C_OnChargesChanged \ +static_assert(alignof(BP_ArmorRepairKit_C_OnChargesChanged) == 0x000004, "Wrong alignment on BP_ArmorRepairKit_C_OnChargesChanged"); \ +static_assert(sizeof(BP_ArmorRepairKit_C_OnChargesChanged) == 0x000008, "Wrong size on BP_ArmorRepairKit_C_OnChargesChanged"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_OnChargesChanged, ChargesChangeTo) == 0x000000, "Member 'BP_ArmorRepairKit_C_OnChargesChanged::ChargesChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_OnChargesChanged, bDoCosmetics) == 0x000004, "Member 'BP_ArmorRepairKit_C_OnChargesChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ArmorRepairKit_C_createChargeMeshes \ +static_assert(alignof(BP_ArmorRepairKit_C_createChargeMeshes) == 0x000010, "Wrong alignment on BP_ArmorRepairKit_C_createChargeMeshes"); \ +static_assert(sizeof(BP_ArmorRepairKit_C_createChargeMeshes) == 0x000150, "Wrong size on BP_ArmorRepairKit_C_createChargeMeshes"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, outline) == 0x000000, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::outline' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, Temp_int_Variable) == 0x000004, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_MakeTransform_ReturnValue) == 0x000010, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_AddComponent_ReturnValue) == 0x000048, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, Temp_bool_Variable) == 0x000050, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, Temp_float_Variable) == 0x000054, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, Temp_bool_Variable_1) == 0x000058, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, Temp_struct_Variable) == 0x00005C, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, Temp_int_Variable_1) == 0x000068, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, Temp_float_Variable_1) == 0x00006C, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, Temp_float_Variable_2) == 0x000070, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::Temp_float_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, Temp_int_Variable_2) == 0x000074, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_Divide_IntInt_ReturnValue) == 0x000078, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_Percent_IntInt_ReturnValue) == 0x00007C, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000080, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000084, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, K2Node_Select_Default) == 0x000088, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_Add_IntInt_ReturnValue_1) == 0x00008C, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_Array_Get_Item) == 0x000090, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_Less_IntInt_ReturnValue) == 0x00009C, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_SetStaticMesh_ReturnValue) == 0x00009D, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_Array_Add_ReturnValue) == 0x0000A0, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_GetBoundingBox_ReturnValue) == 0x0000A4, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_GetBoundingBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_FMax_ReturnValue) == 0x0000C0, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000C4, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_BreakVector_X) == 0x0000C8, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_BreakVector_Y) == 0x0000CC, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_BreakVector_Z) == 0x0000D0, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000D4, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000D8, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000DC, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_FTrunc_ReturnValue) == 0x0000E0, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x0000E4, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000E8, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0000EC, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0000F0, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x0000F1, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_BooleanAND_ReturnValue) == 0x0000F2, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, K2Node_Select_Default_1) == 0x0000F4, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_MakeVector_ReturnValue) == 0x0000F8, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, K2Node_Select_Default_2) == 0x000104, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_MakeTransform_ReturnValue_1) == 0x000110, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_AddComponent_ReturnValue_1) == 0x000140, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_AddComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_SetStaticMesh_ReturnValue_1) == 0x000148, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_SetStaticMesh_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ArmorRepairKit_C_createChargeMeshes, CallFunc_Array_Add_ReturnValue_1) == 0x00014C, "Member 'BP_ArmorRepairKit_C_createChargeMeshes::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ArmorRepairKit_C \ +static_assert(alignof(ABP_ArmorRepairKit_C) == 0x000010, "Wrong alignment on ABP_ArmorRepairKit_C"); \ +static_assert(sizeof(ABP_ArmorRepairKit_C) == 0x000570, "Wrong size on ABP_ArmorRepairKit_C"); \ +static_assert(offsetof(ABP_ArmorRepairKit_C, UberGraphFrame) == 0x000540, "Member 'ABP_ArmorRepairKit_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_ArmorRepairKit_C, SBZShoutTarget) == 0x000548, "Member 'ABP_ArmorRepairKit_C::SBZShoutTarget' has a wrong offset!"); \ +static_assert(offsetof(ABP_ArmorRepairKit_C, chargeMesh) == 0x000550, "Member 'ABP_ArmorRepairKit_C::chargeMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_ArmorRepairKit_C, chargeMeshes) == 0x000558, "Member 'ABP_ArmorRepairKit_C::chargeMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_ChallengeProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_ChallengeProgress \ +static_assert(alignof(WBP_UI_Results_Reward_ChallengeProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_ChallengeProgress) == 0x000008, "Wrong alignment on WBP_UI_Results_Reward_ChallengeProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_ChallengeProgress"); \ +static_assert(sizeof(WBP_UI_Results_Reward_ChallengeProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_ChallengeProgress) == 0x000040, "Wrong size on WBP_UI_Results_Reward_ChallengeProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_ChallengeProgress"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ChallengeProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_ChallengeProgress, EntryPoint) == 0x000000, "Member 'WBP_UI_Results_Reward_ChallengeProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_ChallengeProgress::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ChallengeProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_ChallengeProgress, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'WBP_UI_Results_Reward_ChallengeProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_ChallengeProgress::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ChallengeProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_ChallengeProgress, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000030, "Member 'WBP_UI_Results_Reward_ChallengeProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_ChallengeProgress::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ChallengeProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_ChallengeProgress, K2Node_Event_IsDesignTime) == 0x000038, "Member 'WBP_UI_Results_Reward_ChallengeProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_ChallengeProgress::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_ChallengeProgress_C_PreConstruct \ +static_assert(alignof(WBP_UI_Results_Reward_ChallengeProgress_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Results_Reward_ChallengeProgress_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Results_Reward_ChallengeProgress_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Results_Reward_ChallengeProgress_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ChallengeProgress_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Results_Reward_ChallengeProgress_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_ChallengeProgress_C_SetData \ +static_assert(alignof(WBP_UI_Results_Reward_ChallengeProgress_C_SetData) == 0x000008, "Wrong alignment on WBP_UI_Results_Reward_ChallengeProgress_C_SetData"); \ +static_assert(sizeof(WBP_UI_Results_Reward_ChallengeProgress_C_SetData) == 0x0001C0, "Wrong size on WBP_UI_Results_Reward_ChallengeProgress_C_SetData"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ChallengeProgress_C_SetData, InChallengeData) == 0x000000, "Member 'WBP_UI_Results_Reward_ChallengeProgress_C_SetData::InChallengeData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ChallengeProgress_C_SetData, IsHackUntilAccelbyteFix) == 0x0000A8, "Member 'WBP_UI_Results_Reward_ChallengeProgress_C_SetData::IsHackUntilAccelbyteFix' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ChallengeProgress_C_SetData, CallFunc_Create_ReturnValue) == 0x0000B0, "Member 'WBP_UI_Results_Reward_ChallengeProgress_C_SetData::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ChallengeProgress_C_SetData, CallFunc_SelectInt_ReturnValue) == 0x0000B8, "Member 'WBP_UI_Results_Reward_ChallengeProgress_C_SetData::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ChallengeProgress_C_SetData, CallFunc_GetChallengeManager_ReturnValue) == 0x0000C0, "Member 'WBP_UI_Results_Reward_ChallengeProgress_C_SetData::CallFunc_GetChallengeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ChallengeProgress_C_SetData, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000C8, "Member 'WBP_UI_Results_Reward_ChallengeProgress_C_SetData::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ChallengeProgress_C_SetData, CallFunc_GetChallengeDescriptionText_ReturnValue) == 0x0000D0, "Member 'WBP_UI_Results_Reward_ChallengeProgress_C_SetData::CallFunc_GetChallengeDescriptionText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ChallengeProgress_C_SetData, CallFunc_GetChallengeNameText_ReturnValue) == 0x0000E8, "Member 'WBP_UI_Results_Reward_ChallengeProgress_C_SetData::CallFunc_GetChallengeNameText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ChallengeProgress_C_SetData, CallFunc_Max_ReturnValue) == 0x000100, "Member 'WBP_UI_Results_Reward_ChallengeProgress_C_SetData::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ChallengeProgress_C_SetData, CallFunc_Divide_IntInt_ReturnValue) == 0x000104, "Member 'WBP_UI_Results_Reward_ChallengeProgress_C_SetData::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ChallengeProgress_C_SetData, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000108, "Member 'WBP_UI_Results_Reward_ChallengeProgress_C_SetData::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ChallengeProgress_C_SetData, Temp_bool_Variable) == 0x00010C, "Member 'WBP_UI_Results_Reward_ChallengeProgress_C_SetData::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ChallengeProgress_C_SetData, K2Node_Select_Default) == 0x000110, "Member 'WBP_UI_Results_Reward_ChallengeProgress_C_SetData::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ChallengeProgress_C_SetData, K2Node_MakeStruct_FormatArgumentData) == 0x000118, "Member 'WBP_UI_Results_Reward_ChallengeProgress_C_SetData::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ChallengeProgress_C_SetData, K2Node_MakeStruct_FormatArgumentData_1) == 0x000158, "Member 'WBP_UI_Results_Reward_ChallengeProgress_C_SetData::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ChallengeProgress_C_SetData, K2Node_MakeArray_Array) == 0x000198, "Member 'WBP_UI_Results_Reward_ChallengeProgress_C_SetData::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ChallengeProgress_C_SetData, CallFunc_Format_ReturnValue) == 0x0001A8, "Member 'WBP_UI_Results_Reward_ChallengeProgress_C_SetData::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_ChallengeProgress_C_AnimationRewardProgression \ +static_assert(alignof(WBP_UI_Results_Reward_ChallengeProgress_C_AnimationRewardProgression) == 0x000008, "Wrong alignment on WBP_UI_Results_Reward_ChallengeProgress_C_AnimationRewardProgression"); \ +static_assert(sizeof(WBP_UI_Results_Reward_ChallengeProgress_C_AnimationRewardProgression) == 0x000008, "Wrong size on WBP_UI_Results_Reward_ChallengeProgress_C_AnimationRewardProgression"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ChallengeProgress_C_AnimationRewardProgression, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'WBP_UI_Results_Reward_ChallengeProgress_C_AnimationRewardProgression::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_ChallengeProgress_C_PlayAppearAnim \ +static_assert(alignof(WBP_UI_Results_Reward_ChallengeProgress_C_PlayAppearAnim) == 0x000008, "Wrong alignment on WBP_UI_Results_Reward_ChallengeProgress_C_PlayAppearAnim"); \ +static_assert(sizeof(WBP_UI_Results_Reward_ChallengeProgress_C_PlayAppearAnim) == 0x000008, "Wrong size on WBP_UI_Results_Reward_ChallengeProgress_C_PlayAppearAnim"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ChallengeProgress_C_PlayAppearAnim, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'WBP_UI_Results_Reward_ChallengeProgress_C_PlayAppearAnim::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Results_Reward_ChallengeProgress_C \ +static_assert(alignof(UWBP_UI_Results_Reward_ChallengeProgress_C) == 0x000008, "Wrong alignment on UWBP_UI_Results_Reward_ChallengeProgress_C"); \ +static_assert(sizeof(UWBP_UI_Results_Reward_ChallengeProgress_C) == 0x0003B0, "Wrong size on UWBP_UI_Results_Reward_ChallengeProgress_C"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_ChallengeProgress_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Results_Reward_ChallengeProgress_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_ChallengeProgress_C, FadeIn) == 0x000298, "Member 'UWBP_UI_Results_Reward_ChallengeProgress_C::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_ChallengeProgress_C, Border_Frame) == 0x0002A0, "Member 'UWBP_UI_Results_Reward_ChallengeProgress_C::Border_Frame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_ChallengeProgress_C, Image_3) == 0x0002A8, "Member 'UWBP_UI_Results_Reward_ChallengeProgress_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_ChallengeProgress_C, Image_4) == 0x0002B0, "Member 'UWBP_UI_Results_Reward_ChallengeProgress_C::Image_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_ChallengeProgress_C, Image_5) == 0x0002B8, "Member 'UWBP_UI_Results_Reward_ChallengeProgress_C::Image_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_ChallengeProgress_C, Image_6) == 0x0002C0, "Member 'UWBP_UI_Results_Reward_ChallengeProgress_C::Image_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_ChallengeProgress_C, Image_Icon) == 0x0002C8, "Member 'UWBP_UI_Results_Reward_ChallengeProgress_C::Image_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_ChallengeProgress_C, ProgressBar_ChallengeProgress) == 0x0002D0, "Member 'UWBP_UI_Results_Reward_ChallengeProgress_C::ProgressBar_ChallengeProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_ChallengeProgress_C, SBZText_Completed) == 0x0002D8, "Member 'UWBP_UI_Results_Reward_ChallengeProgress_C::SBZText_Completed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_ChallengeProgress_C, SBZText_Progress) == 0x0002E0, "Member 'UWBP_UI_Results_Reward_ChallengeProgress_C::SBZText_Progress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_ChallengeProgress_C, SBZText_Title) == 0x0002E8, "Member 'UWBP_UI_Results_Reward_ChallengeProgress_C::SBZText_Title' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_ChallengeProgress_C, WidgetSwitcher_ProgressInfo) == 0x0002F0, "Member 'UWBP_UI_Results_Reward_ChallengeProgress_C::WidgetSwitcher_ProgressInfo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_ChallengeProgress_C, ChallengeData) == 0x0002F8, "Member 'UWBP_UI_Results_Reward_ChallengeProgress_C::ChallengeData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_ChallengeProgress_C, GainColor) == 0x0003A0, "Member 'UWBP_UI_Results_Reward_ChallengeProgress_C::GainColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_AI_Traverse_C \ +static_assert(alignof(UGA_AI_Traverse_C) == 0x000008, "Wrong alignment on UGA_AI_Traverse_C"); \ +static_assert(sizeof(UGA_AI_Traverse_C) == 0x0004E8, "Wrong size on UGA_AI_Traverse_C"); \ + +#define DUMPER7_ASSERTS_UGA_AI_Slide_C \ +static_assert(alignof(UGA_AI_Slide_C) == 0x000008, "Wrong alignment on UGA_AI_Slide_C"); \ +static_assert(sizeof(UGA_AI_Slide_C) == 0x0004E0, "Wrong size on UGA_AI_Slide_C"); \ + +#define DUMPER7_ASSERTS_UBP_FlashBangFeedback_C \ +static_assert(alignof(UBP_FlashBangFeedback_C) == 0x000008, "Wrong alignment on UBP_FlashBangFeedback_C"); \ +static_assert(sizeof(UBP_FlashBangFeedback_C) == 0x000308, "Wrong size on UBP_FlashBangFeedback_C"); \ + +#define DUMPER7_ASSERTS_BP_HiddenDeskButton_C_ExecuteUbergraph_BP_HiddenDeskButton \ +static_assert(alignof(BP_HiddenDeskButton_C_ExecuteUbergraph_BP_HiddenDeskButton) == 0x000008, "Wrong alignment on BP_HiddenDeskButton_C_ExecuteUbergraph_BP_HiddenDeskButton"); \ +static_assert(sizeof(BP_HiddenDeskButton_C_ExecuteUbergraph_BP_HiddenDeskButton) == 0x000060, "Wrong size on BP_HiddenDeskButton_C_ExecuteUbergraph_BP_HiddenDeskButton"); \ +static_assert(offsetof(BP_HiddenDeskButton_C_ExecuteUbergraph_BP_HiddenDeskButton, EntryPoint) == 0x000000, "Member 'BP_HiddenDeskButton_C_ExecuteUbergraph_BP_HiddenDeskButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenDeskButton_C_ExecuteUbergraph_BP_HiddenDeskButton, Temp_struct_Variable) == 0x000008, "Member 'BP_HiddenDeskButton_C_ExecuteUbergraph_BP_HiddenDeskButton::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenDeskButton_C_ExecuteUbergraph_BP_HiddenDeskButton, Temp_delegate_Variable) == 0x000018, "Member 'BP_HiddenDeskButton_C_ExecuteUbergraph_BP_HiddenDeskButton::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenDeskButton_C_ExecuteUbergraph_BP_HiddenDeskButton, CallFunc_PostEvent_ReturnValue) == 0x00002C, "Member 'BP_HiddenDeskButton_C_ExecuteUbergraph_BP_HiddenDeskButton::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenDeskButton_C_ExecuteUbergraph_BP_HiddenDeskButton, K2Node_ComponentBoundEvent_Interactable_1) == 0x000030, "Member 'BP_HiddenDeskButton_C_ExecuteUbergraph_BP_HiddenDeskButton::K2Node_ComponentBoundEvent_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenDeskButton_C_ExecuteUbergraph_BP_HiddenDeskButton, K2Node_ComponentBoundEvent_Interactor_1) == 0x000038, "Member 'BP_HiddenDeskButton_C_ExecuteUbergraph_BP_HiddenDeskButton::K2Node_ComponentBoundEvent_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenDeskButton_C_ExecuteUbergraph_BP_HiddenDeskButton, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1) == 0x000040, "Member 'BP_HiddenDeskButton_C_ExecuteUbergraph_BP_HiddenDeskButton::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenDeskButton_C_ExecuteUbergraph_BP_HiddenDeskButton, K2Node_ComponentBoundEvent_Interactable) == 0x000048, "Member 'BP_HiddenDeskButton_C_ExecuteUbergraph_BP_HiddenDeskButton::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenDeskButton_C_ExecuteUbergraph_BP_HiddenDeskButton, K2Node_ComponentBoundEvent_Interactor) == 0x000050, "Member 'BP_HiddenDeskButton_C_ExecuteUbergraph_BP_HiddenDeskButton::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenDeskButton_C_ExecuteUbergraph_BP_HiddenDeskButton, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000058, "Member 'BP_HiddenDeskButton_C_ExecuteUbergraph_BP_HiddenDeskButton::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HiddenDeskButton_C_BndEvt__BP_HiddenDeskButton_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_HiddenDeskButton_C_BndEvt__BP_HiddenDeskButton_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_HiddenDeskButton_C_BndEvt__BP_HiddenDeskButton_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_HiddenDeskButton_C_BndEvt__BP_HiddenDeskButton_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_HiddenDeskButton_C_BndEvt__BP_HiddenDeskButton_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_HiddenDeskButton_C_BndEvt__BP_HiddenDeskButton_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_HiddenDeskButton_C_BndEvt__BP_HiddenDeskButton_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenDeskButton_C_BndEvt__BP_HiddenDeskButton_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_HiddenDeskButton_C_BndEvt__BP_HiddenDeskButton_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenDeskButton_C_BndEvt__BP_HiddenDeskButton_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_HiddenDeskButton_C_BndEvt__BP_HiddenDeskButton_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HiddenDeskButton_C_BndEvt__BP_HiddenDeskButton_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_HiddenDeskButton_C_BndEvt__BP_HiddenDeskButton_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_HiddenDeskButton_C_BndEvt__BP_HiddenDeskButton_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_HiddenDeskButton_C_BndEvt__BP_HiddenDeskButton_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_HiddenDeskButton_C_BndEvt__BP_HiddenDeskButton_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_HiddenDeskButton_C_BndEvt__BP_HiddenDeskButton_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_HiddenDeskButton_C_BndEvt__BP_HiddenDeskButton_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenDeskButton_C_BndEvt__BP_HiddenDeskButton_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_HiddenDeskButton_C_BndEvt__BP_HiddenDeskButton_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_HiddenDeskButton_C_BndEvt__BP_HiddenDeskButton_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_HiddenDeskButton_C_BndEvt__BP_HiddenDeskButton_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_HiddenDeskButton_C \ +static_assert(alignof(ABP_HiddenDeskButton_C) == 0x000008, "Wrong alignment on ABP_HiddenDeskButton_C"); \ +static_assert(sizeof(ABP_HiddenDeskButton_C) == 0x000310, "Wrong size on ABP_HiddenDeskButton_C"); \ +static_assert(offsetof(ABP_HiddenDeskButton_C, UberGraphFrame) == 0x0002D0, "Member 'ABP_HiddenDeskButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_HiddenDeskButton_C, SBZAIObjective) == 0x0002D8, "Member 'ABP_HiddenDeskButton_C::SBZAIObjective' has a wrong offset!"); \ +static_assert(offsetof(ABP_HiddenDeskButton_C, PointLight) == 0x0002E0, "Member 'ABP_HiddenDeskButton_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_HiddenDeskButton_C, Sphere) == 0x0002E8, "Member 'ABP_HiddenDeskButton_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_HiddenDeskButton_C, SBZOutline) == 0x0002F0, "Member 'ABP_HiddenDeskButton_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_HiddenDeskButton_C, Button) == 0x0002F8, "Member 'ABP_HiddenDeskButton_C::Button' has a wrong offset!"); \ +static_assert(offsetof(ABP_HiddenDeskButton_C, Animation_Duration) == 0x000300, "Member 'ABP_HiddenDeskButton_C::Animation_Duration' has a wrong offset!"); \ +static_assert(offsetof(ABP_HiddenDeskButton_C, Amplitude) == 0x000304, "Member 'ABP_HiddenDeskButton_C::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(ABP_HiddenDeskButton_C, Disable_On_Interaction) == 0x000308, "Member 'ABP_HiddenDeskButton_C::Disable_On_Interaction' has a wrong offset!"); \ +static_assert(offsetof(ABP_HiddenDeskButton_C, HasLight) == 0x000309, "Member 'ABP_HiddenDeskButton_C::HasLight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticPaper_C \ +static_assert(alignof(ABP_CosmeticPaper_C) == 0x000008, "Wrong alignment on ABP_CosmeticPaper_C"); \ +static_assert(sizeof(ABP_CosmeticPaper_C) == 0x0002D8, "Wrong size on ABP_CosmeticPaper_C"); \ +static_assert(offsetof(ABP_CosmeticPaper_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticPaper_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticPaper_C, StaticMesh_1) == 0x0002D0, "Member 'ABP_CosmeticPaper_C::StaticMesh_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_Marksman_Spearfish_C \ +static_assert(alignof(UCS_FireWeapon_Marksman_Spearfish_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_Marksman_Spearfish_C"); \ +static_assert(sizeof(UCS_FireWeapon_Marksman_Spearfish_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_Marksman_Spearfish_C"); \ + +#define DUMPER7_ASSERTS_UTS_LastAgilityTime_C_ExecuteUbergraph_UTS_LastAgilityTime \ +static_assert(alignof(UTS_LastAgilityTime_C_ExecuteUbergraph_UTS_LastAgilityTime) == 0x000004, "Wrong alignment on UTS_LastAgilityTime_C_ExecuteUbergraph_UTS_LastAgilityTime"); \ +static_assert(sizeof(UTS_LastAgilityTime_C_ExecuteUbergraph_UTS_LastAgilityTime) == 0x000004, "Wrong size on UTS_LastAgilityTime_C_ExecuteUbergraph_UTS_LastAgilityTime"); \ +static_assert(offsetof(UTS_LastAgilityTime_C_ExecuteUbergraph_UTS_LastAgilityTime, EntryPoint) == 0x000000, "Member 'UTS_LastAgilityTime_C_ExecuteUbergraph_UTS_LastAgilityTime::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTS_LastAgilityTime_C_CalcScoreBP \ +static_assert(alignof(UTS_LastAgilityTime_C_CalcScoreBP) == 0x000008, "Wrong alignment on UTS_LastAgilityTime_C_CalcScoreBP"); \ +static_assert(sizeof(UTS_LastAgilityTime_C_CalcScoreBP) == 0x000030, "Wrong size on UTS_LastAgilityTime_C_CalcScoreBP"); \ +static_assert(offsetof(UTS_LastAgilityTime_C_CalcScoreBP, ReturnValue) == 0x000000, "Member 'UTS_LastAgilityTime_C_CalcScoreBP::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UTS_LastAgilityTime_C_CalcScoreBP, CallFunc_K2_GetPawn_ReturnValue) == 0x000008, "Member 'UTS_LastAgilityTime_C_CalcScoreBP::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UTS_LastAgilityTime_C_CalcScoreBP, K2Node_DynamicCast_AsSBZAIBase_Character) == 0x000010, "Member 'UTS_LastAgilityTime_C_CalcScoreBP::K2Node_DynamicCast_AsSBZAIBase_Character' has a wrong offset!"); \ +static_assert(offsetof(UTS_LastAgilityTime_C_CalcScoreBP, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UTS_LastAgilityTime_C_CalcScoreBP::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(UTS_LastAgilityTime_C_CalcScoreBP, CallFunc_GetTimeSinceLastAgility_ReturnValue) == 0x00001C, "Member 'UTS_LastAgilityTime_C_CalcScoreBP::CallFunc_GetTimeSinceLastAgility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UTS_LastAgilityTime_C_CalcScoreBP, CallFunc_FClamp_ReturnValue) == 0x000020, "Member 'UTS_LastAgilityTime_C_CalcScoreBP::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UTS_LastAgilityTime_C_CalcScoreBP, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000024, "Member 'UTS_LastAgilityTime_C_CalcScoreBP::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UTS_LastAgilityTime_C_CalcScoreBP, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000028, "Member 'UTS_LastAgilityTime_C_CalcScoreBP::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUTS_LastAgilityTime_C \ +static_assert(alignof(UUTS_LastAgilityTime_C) == 0x000008, "Wrong alignment on UUTS_LastAgilityTime_C"); \ +static_assert(sizeof(UUTS_LastAgilityTime_C) == 0x000068, "Wrong size on UUTS_LastAgilityTime_C"); \ +static_assert(offsetof(UUTS_LastAgilityTime_C, UberGraphFrame) == 0x000060, "Member 'UUTS_LastAgilityTime_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUTD_RepositionOffensive_Open_C \ +static_assert(alignof(UUTD_RepositionOffensive_Open_C) == 0x000008, "Wrong alignment on UUTD_RepositionOffensive_Open_C"); \ +static_assert(sizeof(UUTD_RepositionOffensive_Open_C) == 0x0000B0, "Wrong size on UUTD_RepositionOffensive_Open_C"); \ + +#define DUMPER7_ASSERTS_UBP_Order_SecurityRoom_C \ +static_assert(alignof(UBP_Order_SecurityRoom_C) == 0x000008, "Wrong alignment on UBP_Order_SecurityRoom_C"); \ +static_assert(sizeof(UBP_Order_SecurityRoom_C) == 0x000160, "Wrong size on UBP_Order_SecurityRoom_C"); \ + +#define DUMPER7_ASSERTS_ABP_Lure_Base_C \ +static_assert(alignof(ABP_Lure_Base_C) == 0x000008, "Wrong alignment on ABP_Lure_Base_C"); \ +static_assert(sizeof(ABP_Lure_Base_C) == 0x000368, "Wrong size on ABP_Lure_Base_C"); \ + +#define DUMPER7_ASSERTS_UUTD_RepositionOffensive_Cover_C \ +static_assert(alignof(UUTD_RepositionOffensive_Cover_C) == 0x000008, "Wrong alignment on UUTD_RepositionOffensive_Cover_C"); \ +static_assert(sizeof(UUTD_RepositionOffensive_Cover_C) == 0x0000B0, "Wrong size on UUTD_RepositionOffensive_Cover_C"); \ + +#define DUMPER7_ASSERTS_GA_Run_C_ExecuteUbergraph_GA_Run \ +static_assert(alignof(GA_Run_C_ExecuteUbergraph_GA_Run) == 0x000004, "Wrong alignment on GA_Run_C_ExecuteUbergraph_GA_Run"); \ +static_assert(sizeof(GA_Run_C_ExecuteUbergraph_GA_Run) == 0x000008, "Wrong size on GA_Run_C_ExecuteUbergraph_GA_Run"); \ +static_assert(offsetof(GA_Run_C_ExecuteUbergraph_GA_Run, EntryPoint) == 0x000000, "Member 'GA_Run_C_ExecuteUbergraph_GA_Run::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(GA_Run_C_ExecuteUbergraph_GA_Run, K2Node_Event_bWasCancelled) == 0x000004, "Member 'GA_Run_C_ExecuteUbergraph_GA_Run::K2Node_Event_bWasCancelled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GA_Run_C_K2_OnEndAbility \ +static_assert(alignof(GA_Run_C_K2_OnEndAbility) == 0x000001, "Wrong alignment on GA_Run_C_K2_OnEndAbility"); \ +static_assert(sizeof(GA_Run_C_K2_OnEndAbility) == 0x000001, "Wrong size on GA_Run_C_K2_OnEndAbility"); \ +static_assert(offsetof(GA_Run_C_K2_OnEndAbility, bWasCancelled) == 0x000000, "Member 'GA_Run_C_K2_OnEndAbility::bWasCancelled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_Run_C \ +static_assert(alignof(UGA_Run_C) == 0x000008, "Wrong alignment on UGA_Run_C"); \ +static_assert(sizeof(UGA_Run_C) == 0x0004E0, "Wrong size on UGA_Run_C"); \ +static_assert(offsetof(UGA_Run_C, UberGraphFrame) == 0x0004D8, "Member 'UGA_Run_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUTD_RepositionDefensive_C \ +static_assert(alignof(UUTD_RepositionDefensive_C) == 0x000008, "Wrong alignment on UUTD_RepositionDefensive_C"); \ +static_assert(sizeof(UUTD_RepositionDefensive_C) == 0x0000B0, "Wrong size on UUTD_RepositionDefensive_C"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_Pistol_S403_C \ +static_assert(alignof(UBP_FireWeaponFeedback_Pistol_S403_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_Pistol_S403_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_Pistol_S403_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_Pistol_S403_C"); \ + +#define DUMPER7_ASSERTS_UUTD_AnticipateExplosion_C \ +static_assert(alignof(UUTD_AnticipateExplosion_C) == 0x000008, "Wrong alignment on UUTD_AnticipateExplosion_C"); \ +static_assert(sizeof(UUTD_AnticipateExplosion_C) == 0x0000B0, "Wrong size on UUTD_AnticipateExplosion_C"); \ + +#define DUMPER7_ASSERTS_UGE_GrenadeBelt_Stagger_C \ +static_assert(alignof(UGE_GrenadeBelt_Stagger_C) == 0x000008, "Wrong alignment on UGE_GrenadeBelt_Stagger_C"); \ +static_assert(sizeof(UGE_GrenadeBelt_Stagger_C) == 0x0008C0, "Wrong size on UGE_GrenadeBelt_Stagger_C"); \ + +#define DUMPER7_ASSERTS_BP_InteractableSSDLoot_C_ExecuteUbergraph_BP_InteractableSSDLoot \ +static_assert(alignof(BP_InteractableSSDLoot_C_ExecuteUbergraph_BP_InteractableSSDLoot) == 0x000004, "Wrong alignment on BP_InteractableSSDLoot_C_ExecuteUbergraph_BP_InteractableSSDLoot"); \ +static_assert(sizeof(BP_InteractableSSDLoot_C_ExecuteUbergraph_BP_InteractableSSDLoot) == 0x000004, "Wrong size on BP_InteractableSSDLoot_C_ExecuteUbergraph_BP_InteractableSSDLoot"); \ +static_assert(offsetof(BP_InteractableSSDLoot_C_ExecuteUbergraph_BP_InteractableSSDLoot, EntryPoint) == 0x000000, "Member 'BP_InteractableSSDLoot_C_ExecuteUbergraph_BP_InteractableSSDLoot::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InteractableSSDLoot_C \ +static_assert(alignof(ABP_InteractableSSDLoot_C) == 0x000008, "Wrong alignment on ABP_InteractableSSDLoot_C"); \ +static_assert(sizeof(ABP_InteractableSSDLoot_C) == 0x000378, "Wrong size on ABP_InteractableSSDLoot_C"); \ +static_assert(offsetof(ABP_InteractableSSDLoot_C, UberGraphFrame_BP_InteractableSSDLoot_C) == 0x000358, "Member 'ABP_InteractableSSDLoot_C::UberGraphFrame_BP_InteractableSSDLoot_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableSSDLoot_C, Box) == 0x000360, "Member 'ABP_InteractableSSDLoot_C::Box' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableSSDLoot_C, Ak) == 0x000368, "Member 'ABP_InteractableSSDLoot_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableSSDLoot_C, StaticMesh) == 0x000370, "Member 'ABP_InteractableSSDLoot_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool \ +static_assert(alignof(BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool) == 0x000008, "Wrong alignment on BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool"); \ +static_assert(sizeof(BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool) == 0x0000C8, "Wrong size on BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool"); \ +static_assert(offsetof(BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool, EntryPoint) == 0x000000, "Member 'BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool, CallFunc_IsDedicatedServer_ReturnValue) == 0x000004, "Member 'BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool, Temp_struct_Variable) == 0x000008, "Member 'BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool, Temp_delegate_Variable) == 0x000018, "Member 'BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool, Temp_struct_Variable_1) == 0x000030, "Member 'BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool, Temp_delegate_Variable_1) == 0x000040, "Member 'BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool, Temp_struct_Variable_2) == 0x000058, "Member 'BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool, Temp_delegate_Variable_2) == 0x000068, "Member 'BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool, CallFunc_GetUIManager_ReturnValue) == 0x000080, "Member 'BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool, CallFunc_IsValid_ReturnValue) == 0x000088, "Member 'BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool, CallFunc_IsValid_ReturnValue_1) == 0x000089, "Member 'BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool, Temp_delegate_Variable_3) == 0x00008C, "Member 'BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool, Temp_struct_Variable_3) == 0x0000A0, "Member 'BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool, CallFunc_PostAkEvent_ReturnValue) == 0x0000B0, "Member 'BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool, CallFunc_PostAkEvent_ReturnValue_1) == 0x0000B4, "Member 'BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool::CallFunc_PostAkEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool, CallFunc_PostAkEvent_ReturnValue_2) == 0x0000B8, "Member 'BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool::CallFunc_PostAkEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool, CallFunc_PostAkEvent_ReturnValue_3) == 0x0000BC, "Member 'BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool::CallFunc_PostAkEvent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool, CallFunc_AddControlsReference_ReturnValue) == 0x0000C0, "Member 'BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool::CallFunc_AddControlsReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool, CallFunc_IsDedicatedServer_ReturnValue_1) == 0x0000C4, "Member 'BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool::CallFunc_IsDedicatedServer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool, CallFunc_IsDedicatedServer_ReturnValue_2) == 0x0000C5, "Member 'BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool::CallFunc_IsDedicatedServer_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool, CallFunc_IsDedicatedServer_ReturnValue_3) == 0x0000C6, "Member 'BP_CuttingTool_C_ExecuteUbergraph_BP_CuttingTool::CallFunc_IsDedicatedServer_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CuttingTool_C \ +static_assert(alignof(ABP_CuttingTool_C) == 0x000010, "Wrong alignment on ABP_CuttingTool_C"); \ +static_assert(sizeof(ABP_CuttingTool_C) == 0x0005F0, "Wrong size on ABP_CuttingTool_C"); \ +static_assert(offsetof(ABP_CuttingTool_C, UberGraphFrame) == 0x000580, "Member 'ABP_CuttingTool_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_CuttingTool_C, Ak) == 0x000588, "Member 'ABP_CuttingTool_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_CuttingTool_C, In_Controls_Reference_Activated) == 0x000590, "Member 'ABP_CuttingTool_C::In_Controls_Reference_Activated' has a wrong offset!"); \ +static_assert(offsetof(ABP_CuttingTool_C, ControlID) == 0x0005B8, "Member 'ABP_CuttingTool_C::ControlID' has a wrong offset!"); \ +static_assert(offsetof(ABP_CuttingTool_C, In_Controls_Reference_Idle) == 0x0005C0, "Member 'ABP_CuttingTool_C::In_Controls_Reference_Idle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GA_Interact_C_ExecuteUbergraph_GA_Interact \ +static_assert(alignof(GA_Interact_C_ExecuteUbergraph_GA_Interact) == 0x000004, "Wrong alignment on GA_Interact_C_ExecuteUbergraph_GA_Interact"); \ +static_assert(sizeof(GA_Interact_C_ExecuteUbergraph_GA_Interact) == 0x000008, "Wrong size on GA_Interact_C_ExecuteUbergraph_GA_Interact"); \ +static_assert(offsetof(GA_Interact_C_ExecuteUbergraph_GA_Interact, EntryPoint) == 0x000000, "Member 'GA_Interact_C_ExecuteUbergraph_GA_Interact::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(GA_Interact_C_ExecuteUbergraph_GA_Interact, K2Node_Event_bWasCancelled) == 0x000004, "Member 'GA_Interact_C_ExecuteUbergraph_GA_Interact::K2Node_Event_bWasCancelled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GA_Interact_C_K2_OnEndAbility \ +static_assert(alignof(GA_Interact_C_K2_OnEndAbility) == 0x000001, "Wrong alignment on GA_Interact_C_K2_OnEndAbility"); \ +static_assert(sizeof(GA_Interact_C_K2_OnEndAbility) == 0x000001, "Wrong size on GA_Interact_C_K2_OnEndAbility"); \ +static_assert(offsetof(GA_Interact_C_K2_OnEndAbility, bWasCancelled) == 0x000000, "Member 'GA_Interact_C_K2_OnEndAbility::bWasCancelled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_Interact_C \ +static_assert(alignof(UGA_Interact_C) == 0x000008, "Wrong alignment on UGA_Interact_C"); \ +static_assert(sizeof(UGA_Interact_C) == 0x0004E8, "Wrong size on UGA_Interact_C"); \ +static_assert(offsetof(UGA_Interact_C, UberGraphFrame) == 0x0004E0, "Member 'UGA_Interact_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGE_GrenadeBelt_C \ +static_assert(alignof(UGE_GrenadeBelt_C) == 0x000008, "Wrong alignment on UGE_GrenadeBelt_C"); \ +static_assert(sizeof(UGE_GrenadeBelt_C) == 0x0008C0, "Wrong size on UGE_GrenadeBelt_C"); \ + +#define DUMPER7_ASSERTS_UGA_Jump_C \ +static_assert(alignof(UGA_Jump_C) == 0x000008, "Wrong alignment on UGA_Jump_C"); \ +static_assert(sizeof(UGA_Jump_C) == 0x0004D8, "Wrong size on UGA_Jump_C"); \ + +#define DUMPER7_ASSERTS_ABPL_StripLight_Little_Cold_C \ +static_assert(alignof(ABPL_StripLight_Little_Cold_C) == 0x000008, "Wrong alignment on ABPL_StripLight_Little_Cold_C"); \ +static_assert(sizeof(ABPL_StripLight_Little_Cold_C) == 0x0002C8, "Wrong size on ABPL_StripLight_Little_Cold_C"); \ +static_assert(offsetof(ABPL_StripLight_Little_Cold_C, RectLight) == 0x0002A8, "Member 'ABPL_StripLight_Little_Cold_C::RectLight' has a wrong offset!"); \ +static_assert(offsetof(ABPL_StripLight_Little_Cold_C, SmoothAmbiant) == 0x0002B0, "Member 'ABPL_StripLight_Little_Cold_C::SmoothAmbiant' has a wrong offset!"); \ +static_assert(offsetof(ABPL_StripLight_Little_Cold_C, LGT_DeskLamp_02) == 0x0002B8, "Member 'ABPL_StripLight_Little_Cold_C::LGT_DeskLamp_02' has a wrong offset!"); \ +static_assert(offsetof(ABPL_StripLight_Little_Cold_C, DefaultSceneRoot) == 0x0002C0, "Member 'ABPL_StripLight_Little_Cold_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticNotepad_C \ +static_assert(alignof(ABP_CosmeticNotepad_C) == 0x000008, "Wrong alignment on ABP_CosmeticNotepad_C"); \ +static_assert(sizeof(ABP_CosmeticNotepad_C) == 0x0002D0, "Wrong size on ABP_CosmeticNotepad_C"); \ +static_assert(offsetof(ABP_CosmeticNotepad_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticNotepad_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Equippable_HandCuffs_C \ +static_assert(alignof(ABP_Equippable_HandCuffs_C) == 0x000010, "Wrong alignment on ABP_Equippable_HandCuffs_C"); \ +static_assert(sizeof(ABP_Equippable_HandCuffs_C) == 0x000450, "Wrong size on ABP_Equippable_HandCuffs_C"); \ + +#define DUMPER7_ASSERTS_UGA_EquipPrimaryWeapon_C \ +static_assert(alignof(UGA_EquipPrimaryWeapon_C) == 0x000008, "Wrong alignment on UGA_EquipPrimaryWeapon_C"); \ +static_assert(sizeof(UGA_EquipPrimaryWeapon_C) == 0x0004F0, "Wrong size on UGA_EquipPrimaryWeapon_C"); \ + +#define DUMPER7_ASSERTS_GA_Crouch_C_ExecuteUbergraph_GA_Crouch \ +static_assert(alignof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch) == 0x000004, "Wrong alignment on GA_Crouch_C_ExecuteUbergraph_GA_Crouch"); \ +static_assert(sizeof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch) == 0x000008, "Wrong size on GA_Crouch_C_ExecuteUbergraph_GA_Crouch"); \ +static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, EntryPoint) == 0x000000, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, K2Node_Event_bWasCancelled) == 0x000004, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::K2Node_Event_bWasCancelled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GA_Crouch_C_K2_OnEndAbility \ +static_assert(alignof(GA_Crouch_C_K2_OnEndAbility) == 0x000001, "Wrong alignment on GA_Crouch_C_K2_OnEndAbility"); \ +static_assert(sizeof(GA_Crouch_C_K2_OnEndAbility) == 0x000001, "Wrong size on GA_Crouch_C_K2_OnEndAbility"); \ +static_assert(offsetof(GA_Crouch_C_K2_OnEndAbility, bWasCancelled) == 0x000000, "Member 'GA_Crouch_C_K2_OnEndAbility::bWasCancelled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_Crouch_C \ +static_assert(alignof(UGA_Crouch_C) == 0x000008, "Wrong alignment on UGA_Crouch_C"); \ +static_assert(sizeof(UGA_Crouch_C) == 0x000500, "Wrong size on UGA_Crouch_C"); \ +static_assert(offsetof(UGA_Crouch_C, UberGraphFrame) == 0x0004F8, "Member 'UGA_Crouch_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTS_Commit_C_ExecuteUbergraph_UTS_Commit \ +static_assert(alignof(UTS_Commit_C_ExecuteUbergraph_UTS_Commit) == 0x000004, "Wrong alignment on UTS_Commit_C_ExecuteUbergraph_UTS_Commit"); \ +static_assert(sizeof(UTS_Commit_C_ExecuteUbergraph_UTS_Commit) == 0x000008, "Wrong size on UTS_Commit_C_ExecuteUbergraph_UTS_Commit"); \ +static_assert(offsetof(UTS_Commit_C_ExecuteUbergraph_UTS_Commit, EntryPoint) == 0x000000, "Member 'UTS_Commit_C_ExecuteUbergraph_UTS_Commit::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(UTS_Commit_C_ExecuteUbergraph_UTS_Commit, K2Node_Event_NodeResult) == 0x000004, "Member 'UTS_Commit_C_ExecuteUbergraph_UTS_Commit::K2Node_Event_NodeResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTS_Commit_C_OnDeactivatedBP \ +static_assert(alignof(UTS_Commit_C_OnDeactivatedBP) == 0x000001, "Wrong alignment on UTS_Commit_C_OnDeactivatedBP"); \ +static_assert(sizeof(UTS_Commit_C_OnDeactivatedBP) == 0x000001, "Wrong size on UTS_Commit_C_OnDeactivatedBP"); \ +static_assert(offsetof(UTS_Commit_C_OnDeactivatedBP, NodeResult) == 0x000000, "Member 'UTS_Commit_C_OnDeactivatedBP::NodeResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTS_Commit_C_CalcScoreBP \ +static_assert(alignof(UTS_Commit_C_CalcScoreBP) == 0x000004, "Wrong alignment on UTS_Commit_C_CalcScoreBP"); \ +static_assert(sizeof(UTS_Commit_C_CalcScoreBP) == 0x000004, "Wrong size on UTS_Commit_C_CalcScoreBP"); \ +static_assert(offsetof(UTS_Commit_C_CalcScoreBP, ReturnValue) == 0x000000, "Member 'UTS_Commit_C_CalcScoreBP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUTS_Commit_C \ +static_assert(alignof(UUTS_Commit_C) == 0x000008, "Wrong alignment on UUTS_Commit_C"); \ +static_assert(sizeof(UUTS_Commit_C) == 0x000070, "Wrong size on UUTS_Commit_C"); \ +static_assert(offsetof(UUTS_Commit_C, UberGraphFrame) == 0x000060, "Member 'UUTS_Commit_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UUTS_Commit_C, Bonus) == 0x000068, "Member 'UUTS_Commit_C::Bonus' has a wrong offset!"); \ +static_assert(offsetof(UUTS_Commit_C, Started) == 0x00006C, "Member 'UUTS_Commit_C::Started' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Zipline_C_ExecuteUbergraph_BP_Zipline \ +static_assert(alignof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline) == 0x000008, "Wrong alignment on BP_Zipline_C_ExecuteUbergraph_BP_Zipline"); \ +static_assert(sizeof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline) == 0x0000C8, "Wrong size on BP_Zipline_C_ExecuteUbergraph_BP_Zipline"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, EntryPoint) == 0x000000, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, Temp_int_Variable) == 0x000004, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, Temp_int_Variable_1) == 0x000008, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, Temp_struct_Variable) == 0x000018, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, Temp_delegate_Variable) == 0x000028, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, Temp_struct_Variable_1) == 0x000040, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, Temp_delegate_Variable_1) == 0x000050, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, Temp_int_Variable_2) == 0x000064, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, Temp_int_Variable_3) == 0x000068, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, CallFunc_Add_IntInt_ReturnValue_2) == 0x00006C, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, CallFunc_Add_IntInt_ReturnValue_3) == 0x000070, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, CallFunc_Array_Get_Item) == 0x000078, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, CallFunc_Less_IntInt_ReturnValue) == 0x000084, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, CallFunc_Array_Get_Item_1) == 0x000088, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, CallFunc_Array_Length_ReturnValue_1) == 0x000090, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, CallFunc_Less_IntInt_ReturnValue_1) == 0x000094, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, CallFunc_PostAkEvent_ReturnValue) == 0x000098, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, CallFunc_PostAkEvent_ReturnValue_1) == 0x00009C, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::CallFunc_PostAkEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, CallFunc_Array_Get_Item_2) == 0x0000A0, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, CallFunc_Array_Length_ReturnValue_2) == 0x0000A8, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, K2Node_Event_bEnabled) == 0x0000AC, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::K2Node_Event_bEnabled' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, K2Node_Event_bDoCosmetics) == 0x0000AD, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000AE, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, CallFunc_Array_Length_ReturnValue_3) == 0x0000B0, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, CallFunc_Array_Get_Item_3) == 0x0000B8, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_ExecuteUbergraph_BP_Zipline, CallFunc_Less_IntInt_ReturnValue_3) == 0x0000C0, "Member 'BP_Zipline_C_ExecuteUbergraph_BP_Zipline::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Zipline_C_BP_OnZiplineEnabledChanged \ +static_assert(alignof(BP_Zipline_C_BP_OnZiplineEnabledChanged) == 0x000001, "Wrong alignment on BP_Zipline_C_BP_OnZiplineEnabledChanged"); \ +static_assert(sizeof(BP_Zipline_C_BP_OnZiplineEnabledChanged) == 0x000002, "Wrong size on BP_Zipline_C_BP_OnZiplineEnabledChanged"); \ +static_assert(offsetof(BP_Zipline_C_BP_OnZiplineEnabledChanged, bEnabled) == 0x000000, "Member 'BP_Zipline_C_BP_OnZiplineEnabledChanged::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_BP_OnZiplineEnabledChanged, bDoCosmetics) == 0x000001, "Member 'BP_Zipline_C_BP_OnZiplineEnabledChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Zipline_C_UserConstructionScript \ +static_assert(alignof(BP_Zipline_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_Zipline_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Zipline_C_UserConstructionScript) == 0x0000D0, "Wrong size on BP_Zipline_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Zipline_C_UserConstructionScript, Temp_struct_Variable) == 0x000000, "Member 'BP_Zipline_C_UserConstructionScript::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_UserConstructionScript, Temp_int_Variable) == 0x000030, "Member 'BP_Zipline_C_UserConstructionScript::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_Zipline_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000038, "Member 'BP_Zipline_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_1) == 0x000040, "Member 'BP_Zipline_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_UserConstructionScript, Temp_int_Variable_1) == 0x000044, "Member 'BP_Zipline_C_UserConstructionScript::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_Zipline_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_2) == 0x00004C, "Member 'BP_Zipline_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'BP_Zipline_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_Zipline_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_UserConstructionScript, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'BP_Zipline_C_UserConstructionScript::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_UserConstructionScript, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000064, "Member 'BP_Zipline_C_UserConstructionScript::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_UserConstructionScript, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000070, "Member 'BP_Zipline_C_UserConstructionScript::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_UserConstructionScript, CallFunc_K2_AttachToComponent_ReturnValue) == 0x00007C, "Member 'BP_Zipline_C_UserConstructionScript::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_UserConstructionScript, CallFunc_GetLocationAndTangentAtSplinePoint_Location) == 0x000080, "Member 'BP_Zipline_C_UserConstructionScript::CallFunc_GetLocationAndTangentAtSplinePoint_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_UserConstructionScript, CallFunc_GetLocationAndTangentAtSplinePoint_Tangent) == 0x00008C, "Member 'BP_Zipline_C_UserConstructionScript::CallFunc_GetLocationAndTangentAtSplinePoint_Tangent' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_UserConstructionScript, CallFunc_GetLocationAndTangentAtSplinePoint_Location_1) == 0x000098, "Member 'BP_Zipline_C_UserConstructionScript::CallFunc_GetLocationAndTangentAtSplinePoint_Location_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_UserConstructionScript, CallFunc_GetLocationAndTangentAtSplinePoint_Tangent_1) == 0x0000A4, "Member 'BP_Zipline_C_UserConstructionScript::CallFunc_GetLocationAndTangentAtSplinePoint_Tangent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_UserConstructionScript, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x0000B0, "Member 'BP_Zipline_C_UserConstructionScript::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_UserConstructionScript, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0000B4, "Member 'BP_Zipline_C_UserConstructionScript::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_UserConstructionScript, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000C0, "Member 'BP_Zipline_C_UserConstructionScript::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_UserConstructionScript, CallFunc_VSize_ReturnValue) == 0x0000C4, "Member 'BP_Zipline_C_UserConstructionScript::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_UserConstructionScript, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0000C8, "Member 'BP_Zipline_C_UserConstructionScript::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Zipline_C_UserConstructionScript, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000CC, "Member 'BP_Zipline_C_UserConstructionScript::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Zipline_C \ +static_assert(alignof(ABP_Zipline_C) == 0x000008, "Wrong alignment on ABP_Zipline_C"); \ +static_assert(sizeof(ABP_Zipline_C) == 0x000378, "Wrong size on ABP_Zipline_C"); \ +static_assert(offsetof(ABP_Zipline_C, UberGraphFrame) == 0x000330, "Member 'ABP_Zipline_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Zipline_C, FX_ZiplineRibbon) == 0x000338, "Member 'ABP_Zipline_C::FX_ZiplineRibbon' has a wrong offset!"); \ +static_assert(offsetof(ABP_Zipline_C, Ak_1) == 0x000340, "Member 'ABP_Zipline_C::Ak_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Zipline_C, Ak) == 0x000348, "Member 'ABP_Zipline_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_Zipline_C, ZiplineEndPoint) == 0x000350, "Member 'ABP_Zipline_C::ZiplineEndPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_Zipline_C, ZiplineStartPoint) == 0x000358, "Member 'ABP_Zipline_C::ZiplineStartPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_Zipline_C, SplineMesh) == 0x000360, "Member 'ABP_Zipline_C::SplineMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Zipline_C, SplineLength) == 0x000370, "Member 'ABP_Zipline_C::SplineLength' has a wrong offset!"); \ +static_assert(offsetof(ABP_Zipline_C, ZiplineUnfold_Duration) == 0x000374, "Member 'ABP_Zipline_C::ZiplineUnfold_Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUTD_Sniper_Attack_Secondary_C \ +static_assert(alignof(UUTD_Sniper_Attack_Secondary_C) == 0x000008, "Wrong alignment on UUTD_Sniper_Attack_Secondary_C"); \ +static_assert(sizeof(UUTD_Sniper_Attack_Secondary_C) == 0x0000B0, "Wrong size on UUTD_Sniper_Attack_Secondary_C"); \ + +#define DUMPER7_ASSERTS_BP_SniperController_C_ExecuteUbergraph_BP_SniperController \ +static_assert(alignof(BP_SniperController_C_ExecuteUbergraph_BP_SniperController) == 0x000008, "Wrong alignment on BP_SniperController_C_ExecuteUbergraph_BP_SniperController"); \ +static_assert(sizeof(BP_SniperController_C_ExecuteUbergraph_BP_SniperController) == 0x000010, "Wrong size on BP_SniperController_C_ExecuteUbergraph_BP_SniperController"); \ +static_assert(offsetof(BP_SniperController_C_ExecuteUbergraph_BP_SniperController, EntryPoint) == 0x000000, "Member 'BP_SniperController_C_ExecuteUbergraph_BP_SniperController::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SniperController_C_ExecuteUbergraph_BP_SniperController, K2Node_Event_PossessedPawn) == 0x000008, "Member 'BP_SniperController_C_ExecuteUbergraph_BP_SniperController::K2Node_Event_PossessedPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SniperController_C_ReceivePossess \ +static_assert(alignof(BP_SniperController_C_ReceivePossess) == 0x000008, "Wrong alignment on BP_SniperController_C_ReceivePossess"); \ +static_assert(sizeof(BP_SniperController_C_ReceivePossess) == 0x000008, "Wrong size on BP_SniperController_C_ReceivePossess"); \ +static_assert(offsetof(BP_SniperController_C_ReceivePossess, PossessedPawn) == 0x000000, "Member 'BP_SniperController_C_ReceivePossess::PossessedPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SniperController_C \ +static_assert(alignof(ABP_SniperController_C) == 0x000008, "Wrong alignment on ABP_SniperController_C"); \ +static_assert(sizeof(ABP_SniperController_C) == 0x000698, "Wrong size on ABP_SniperController_C"); \ +static_assert(offsetof(ABP_SniperController_C, UberGraphFrame) == 0x000690, "Member 'ABP_SniperController_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Navlinks_C_ExecuteUbergraph_G_Penthouse_Navlinks \ +static_assert(alignof(G_Penthouse_Navlinks_C_ExecuteUbergraph_G_Penthouse_Navlinks) == 0x000004, "Wrong alignment on G_Penthouse_Navlinks_C_ExecuteUbergraph_G_Penthouse_Navlinks"); \ +static_assert(sizeof(G_Penthouse_Navlinks_C_ExecuteUbergraph_G_Penthouse_Navlinks) == 0x000008, "Wrong size on G_Penthouse_Navlinks_C_ExecuteUbergraph_G_Penthouse_Navlinks"); \ +static_assert(offsetof(G_Penthouse_Navlinks_C_ExecuteUbergraph_G_Penthouse_Navlinks, EntryPoint) == 0x000000, "Member 'G_Penthouse_Navlinks_C_ExecuteUbergraph_G_Penthouse_Navlinks::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Navlinks_C_ExecuteUbergraph_G_Penthouse_Navlinks, K2Node_CustomEvent_Enabled) == 0x000004, "Member 'G_Penthouse_Navlinks_C_ExecuteUbergraph_G_Penthouse_Navlinks::K2Node_CustomEvent_Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Navlinks_C_SetNavlinksEnabled \ +static_assert(alignof(G_Penthouse_Navlinks_C_SetNavlinksEnabled) == 0x000001, "Wrong alignment on G_Penthouse_Navlinks_C_SetNavlinksEnabled"); \ +static_assert(sizeof(G_Penthouse_Navlinks_C_SetNavlinksEnabled) == 0x000001, "Wrong size on G_Penthouse_Navlinks_C_SetNavlinksEnabled"); \ +static_assert(offsetof(G_Penthouse_Navlinks_C_SetNavlinksEnabled, Enabled) == 0x000000, "Member 'G_Penthouse_Navlinks_C_SetNavlinksEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AG_Penthouse_Navlinks_C \ +static_assert(alignof(AG_Penthouse_Navlinks_C) == 0x000008, "Wrong alignment on AG_Penthouse_Navlinks_C"); \ +static_assert(sizeof(AG_Penthouse_Navlinks_C) == 0x000370, "Wrong size on AG_Penthouse_Navlinks_C"); \ +static_assert(offsetof(AG_Penthouse_Navlinks_C, UberGraphFrame) == 0x000340, "Member 'AG_Penthouse_Navlinks_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Navlinks_C, BP_NavLink_Agility54_ExecuteUbergraph_G_Penthouse_Navlinks_RefProperty) == 0x000348, "Member 'AG_Penthouse_Navlinks_C::BP_NavLink_Agility54_ExecuteUbergraph_G_Penthouse_Navlinks_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Navlinks_C, BP_NavLink_Agility42_ExecuteUbergraph_G_Penthouse_Navlinks_RefProperty) == 0x000350, "Member 'AG_Penthouse_Navlinks_C::BP_NavLink_Agility42_ExecuteUbergraph_G_Penthouse_Navlinks_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Navlinks_C, BP_NavLink_Agility50_ExecuteUbergraph_G_Penthouse_Navlinks_RefProperty) == 0x000358, "Member 'AG_Penthouse_Navlinks_C::BP_NavLink_Agility50_ExecuteUbergraph_G_Penthouse_Navlinks_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Navlinks_C, BP_NavLink_Agility51_ExecuteUbergraph_G_Penthouse_Navlinks_RefProperty) == 0x000360, "Member 'AG_Penthouse_Navlinks_C::BP_NavLink_Agility51_ExecuteUbergraph_G_Penthouse_Navlinks_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Navlinks_C, BP_NavLink_Agility53_ExecuteUbergraph_G_Penthouse_Navlinks_RefProperty) == 0x000368, "Member 'AG_Penthouse_Navlinks_C::BP_NavLink_Agility53_ExecuteUbergraph_G_Penthouse_Navlinks_RefProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_AI_Shove_C \ +static_assert(alignof(UGA_AI_Shove_C) == 0x000008, "Wrong alignment on UGA_AI_Shove_C"); \ +static_assert(sizeof(UGA_AI_Shove_C) == 0x0004F0, "Wrong size on UGA_AI_Shove_C"); \ + +#define DUMPER7_ASSERTS_BP_PossibleCode_C_ExecuteUbergraph_BP_PossibleCode \ +static_assert(alignof(BP_PossibleCode_C_ExecuteUbergraph_BP_PossibleCode) == 0x000004, "Wrong alignment on BP_PossibleCode_C_ExecuteUbergraph_BP_PossibleCode"); \ +static_assert(sizeof(BP_PossibleCode_C_ExecuteUbergraph_BP_PossibleCode) == 0x00001C, "Wrong size on BP_PossibleCode_C_ExecuteUbergraph_BP_PossibleCode"); \ +static_assert(offsetof(BP_PossibleCode_C_ExecuteUbergraph_BP_PossibleCode, EntryPoint) == 0x000000, "Member 'BP_PossibleCode_C_ExecuteUbergraph_BP_PossibleCode::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PossibleCode_C_ExecuteUbergraph_BP_PossibleCode, K2Node_CustomEvent_TrueCode) == 0x000004, "Member 'BP_PossibleCode_C_ExecuteUbergraph_BP_PossibleCode::K2Node_CustomEvent_TrueCode' has a wrong offset!"); \ +static_assert(offsetof(BP_PossibleCode_C_ExecuteUbergraph_BP_PossibleCode, K2Node_CustomEvent_RandomCode) == 0x000008, "Member 'BP_PossibleCode_C_ExecuteUbergraph_BP_PossibleCode::K2Node_CustomEvent_RandomCode' has a wrong offset!"); \ +static_assert(offsetof(BP_PossibleCode_C_ExecuteUbergraph_BP_PossibleCode, K2Node_CustomEvent_bShowTrueCode) == 0x00000C, "Member 'BP_PossibleCode_C_ExecuteUbergraph_BP_PossibleCode::K2Node_CustomEvent_bShowTrueCode' has a wrong offset!"); \ +static_assert(offsetof(BP_PossibleCode_C_ExecuteUbergraph_BP_PossibleCode, CallFunc_BooleanOR_ReturnValue) == 0x00000D, "Member 'BP_PossibleCode_C_ExecuteUbergraph_BP_PossibleCode::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PossibleCode_C_ExecuteUbergraph_BP_PossibleCode, K2Node_MakeStruct_S_CodePacket) == 0x000010, "Member 'BP_PossibleCode_C_ExecuteUbergraph_BP_PossibleCode::K2Node_MakeStruct_S_CodePacket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PossibleCode_C_ShowCode \ +static_assert(alignof(BP_PossibleCode_C_ShowCode) == 0x000004, "Wrong alignment on BP_PossibleCode_C_ShowCode"); \ +static_assert(sizeof(BP_PossibleCode_C_ShowCode) == 0x00000C, "Wrong size on BP_PossibleCode_C_ShowCode"); \ +static_assert(offsetof(BP_PossibleCode_C_ShowCode, TrueCode) == 0x000000, "Member 'BP_PossibleCode_C_ShowCode::TrueCode' has a wrong offset!"); \ +static_assert(offsetof(BP_PossibleCode_C_ShowCode, RandomCode) == 0x000004, "Member 'BP_PossibleCode_C_ShowCode::RandomCode' has a wrong offset!"); \ +static_assert(offsetof(BP_PossibleCode_C_ShowCode, bShowTrueCode) == 0x000008, "Member 'BP_PossibleCode_C_ShowCode::bShowTrueCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PossibleCode_C_OnRep_CodePacket \ +static_assert(alignof(BP_PossibleCode_C_OnRep_CodePacket) == 0x000008, "Wrong alignment on BP_PossibleCode_C_OnRep_CodePacket"); \ +static_assert(sizeof(BP_PossibleCode_C_OnRep_CodePacket) == 0x000028, "Wrong size on BP_PossibleCode_C_OnRep_CodePacket"); \ +static_assert(offsetof(BP_PossibleCode_C_OnRep_CodePacket, CallFunc_GetLocalPlayerController_ReturnValue) == 0x000000, "Member 'BP_PossibleCode_C_OnRep_CodePacket::CallFunc_GetLocalPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PossibleCode_C_OnRep_CodePacket, CallFunc_Create_ReturnValue) == 0x000008, "Member 'BP_PossibleCode_C_OnRep_CodePacket::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PossibleCode_C_OnRep_CodePacket, CallFunc_GetUserWidgetObject_ReturnValue) == 0x000010, "Member 'BP_PossibleCode_C_OnRep_CodePacket::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PossibleCode_C_OnRep_CodePacket, K2Node_DynamicCast_AsWBP_Keypad_UVLight_Possible_Code) == 0x000018, "Member 'BP_PossibleCode_C_OnRep_CodePacket::K2Node_DynamicCast_AsWBP_Keypad_UVLight_Possible_Code' has a wrong offset!"); \ +static_assert(offsetof(BP_PossibleCode_C_OnRep_CodePacket, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_PossibleCode_C_OnRep_CodePacket::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PossibleCode_C \ +static_assert(alignof(ABP_PossibleCode_C) == 0x000008, "Wrong alignment on ABP_PossibleCode_C"); \ +static_assert(sizeof(ABP_PossibleCode_C) == 0x0002D0, "Wrong size on ABP_PossibleCode_C"); \ +static_assert(offsetof(ABP_PossibleCode_C, UberGraphFrame) == 0x0002A8, "Member 'ABP_PossibleCode_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_PossibleCode_C, Code) == 0x0002B0, "Member 'ABP_PossibleCode_C::Code' has a wrong offset!"); \ +static_assert(offsetof(ABP_PossibleCode_C, DefaultSceneRoot) == 0x0002B8, "Member 'ABP_PossibleCode_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_PossibleCode_C, bForceShowTrueCode) == 0x0002C0, "Member 'ABP_PossibleCode_C::bForceShowTrueCode' has a wrong offset!"); \ +static_assert(offsetof(ABP_PossibleCode_C, CodePacket) == 0x0002C4, "Member 'ABP_PossibleCode_C::CodePacket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GA_AI_Run_C_ExecuteUbergraph_GA_AI_Run \ +static_assert(alignof(GA_AI_Run_C_ExecuteUbergraph_GA_AI_Run) == 0x000004, "Wrong alignment on GA_AI_Run_C_ExecuteUbergraph_GA_AI_Run"); \ +static_assert(sizeof(GA_AI_Run_C_ExecuteUbergraph_GA_AI_Run) == 0x000008, "Wrong size on GA_AI_Run_C_ExecuteUbergraph_GA_AI_Run"); \ +static_assert(offsetof(GA_AI_Run_C_ExecuteUbergraph_GA_AI_Run, EntryPoint) == 0x000000, "Member 'GA_AI_Run_C_ExecuteUbergraph_GA_AI_Run::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(GA_AI_Run_C_ExecuteUbergraph_GA_AI_Run, K2Node_Event_bWasCancelled) == 0x000004, "Member 'GA_AI_Run_C_ExecuteUbergraph_GA_AI_Run::K2Node_Event_bWasCancelled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GA_AI_Run_C_K2_OnEndAbility \ +static_assert(alignof(GA_AI_Run_C_K2_OnEndAbility) == 0x000001, "Wrong alignment on GA_AI_Run_C_K2_OnEndAbility"); \ +static_assert(sizeof(GA_AI_Run_C_K2_OnEndAbility) == 0x000001, "Wrong size on GA_AI_Run_C_K2_OnEndAbility"); \ +static_assert(offsetof(GA_AI_Run_C_K2_OnEndAbility, bWasCancelled) == 0x000000, "Member 'GA_AI_Run_C_K2_OnEndAbility::bWasCancelled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_AI_Run_C \ +static_assert(alignof(UGA_AI_Run_C) == 0x000008, "Wrong alignment on UGA_AI_Run_C"); \ +static_assert(sizeof(UGA_AI_Run_C) == 0x0004E0, "Wrong size on UGA_AI_Run_C"); \ +static_assert(offsetof(UGA_AI_Run_C, UberGraphFrame) == 0x0004D8, "Member 'UGA_AI_Run_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_AI_CloakerRun_C \ +static_assert(alignof(UGA_AI_CloakerRun_C) == 0x000008, "Wrong alignment on UGA_AI_CloakerRun_C"); \ +static_assert(sizeof(UGA_AI_CloakerRun_C) == 0x0004E0, "Wrong size on UGA_AI_CloakerRun_C"); \ + +#define DUMPER7_ASSERTS_UNQF_Agile_C \ +static_assert(alignof(UNQF_Agile_C) == 0x000008, "Wrong alignment on UNQF_Agile_C"); \ +static_assert(sizeof(UNQF_Agile_C) == 0x000050, "Wrong size on UNQF_Agile_C"); \ + +#define DUMPER7_ASSERTS_ACH_Empress_C \ +static_assert(alignof(ACH_Empress_C) == 0x000010, "Wrong alignment on ACH_Empress_C"); \ +static_assert(sizeof(ACH_Empress_C) == 0x0021F0, "Wrong size on ACH_Empress_C"); \ + +#define DUMPER7_ASSERTS_UBP_Order_FollowShield_C \ +static_assert(alignof(UBP_Order_FollowShield_C) == 0x000008, "Wrong alignment on UBP_Order_FollowShield_C"); \ +static_assert(sizeof(UBP_Order_FollowShield_C) == 0x000148, "Wrong size on UBP_Order_FollowShield_C"); \ + +#define DUMPER7_ASSERTS_UTS_Constant_C_CalcScoreBP \ +static_assert(alignof(UTS_Constant_C_CalcScoreBP) == 0x000004, "Wrong alignment on UTS_Constant_C_CalcScoreBP"); \ +static_assert(sizeof(UTS_Constant_C_CalcScoreBP) == 0x000004, "Wrong size on UTS_Constant_C_CalcScoreBP"); \ +static_assert(offsetof(UTS_Constant_C_CalcScoreBP, ReturnValue) == 0x000000, "Member 'UTS_Constant_C_CalcScoreBP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUTS_Constant_C \ +static_assert(alignof(UUTS_Constant_C) == 0x000008, "Wrong alignment on UUTS_Constant_C"); \ +static_assert(sizeof(UUTS_Constant_C) == 0x000068, "Wrong size on UUTS_Constant_C"); \ +static_assert(offsetof(UUTS_Constant_C, ConstantScore) == 0x000060, "Member 'UUTS_Constant_C::ConstantScore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUTD_Idle_C \ +static_assert(alignof(UUTD_Idle_C) == 0x000008, "Wrong alignment on UUTD_Idle_C"); \ +static_assert(sizeof(UUTD_Idle_C) == 0x0000B0, "Wrong size on UUTD_Idle_C"); \ + +#define DUMPER7_ASSERTS_UUTD_RepositionOffensive_ShieldNoCover_C \ +static_assert(alignof(UUTD_RepositionOffensive_ShieldNoCover_C) == 0x000008, "Wrong alignment on UUTD_RepositionOffensive_ShieldNoCover_C"); \ +static_assert(sizeof(UUTD_RepositionOffensive_ShieldNoCover_C) == 0x0000B0, "Wrong size on UUTD_RepositionOffensive_ShieldNoCover_C"); \ + +#define DUMPER7_ASSERTS_UGE_AI_Shove_C \ +static_assert(alignof(UGE_AI_Shove_C) == 0x000008, "Wrong alignment on UGE_AI_Shove_C"); \ +static_assert(sizeof(UGE_AI_Shove_C) == 0x0008C0, "Wrong size on UGE_AI_Shove_C"); \ + +#define DUMPER7_ASSERTS_UNQF_NoAgility_C \ +static_assert(alignof(UNQF_NoAgility_C) == 0x000008, "Wrong alignment on UNQF_NoAgility_C"); \ +static_assert(sizeof(UNQF_NoAgility_C) == 0x000050, "Wrong size on UNQF_NoAgility_C"); \ + +#define DUMPER7_ASSERTS_UNQF_Heavy_C \ +static_assert(alignof(UNQF_Heavy_C) == 0x000008, "Wrong alignment on UNQF_Heavy_C"); \ +static_assert(sizeof(UNQF_Heavy_C) == 0x000050, "Wrong size on UNQF_Heavy_C"); \ + +#define DUMPER7_ASSERTS_UGE_PlanksPile_C \ +static_assert(alignof(UGE_PlanksPile_C) == 0x000008, "Wrong alignment on UGE_PlanksPile_C"); \ +static_assert(sizeof(UGE_PlanksPile_C) == 0x0008C0, "Wrong size on UGE_PlanksPile_C"); \ + +#define DUMPER7_ASSERTS_UGE_Meth_CausticSoda_C \ +static_assert(alignof(UGE_Meth_CausticSoda_C) == 0x000008, "Wrong alignment on UGE_Meth_CausticSoda_C"); \ +static_assert(sizeof(UGE_Meth_CausticSoda_C) == 0x0008C0, "Wrong size on UGE_Meth_CausticSoda_C"); \ + +#define DUMPER7_ASSERTS_BP_Meth_Req_CausticSoda_C_BP_CheckRequirement \ +static_assert(alignof(BP_Meth_Req_CausticSoda_C_BP_CheckRequirement) == 0x000008, "Wrong alignment on BP_Meth_Req_CausticSoda_C_BP_CheckRequirement"); \ +static_assert(sizeof(BP_Meth_Req_CausticSoda_C_BP_CheckRequirement) == 0x0000E8, "Wrong size on BP_Meth_Req_CausticSoda_C_BP_CheckRequirement"); \ +static_assert(offsetof(BP_Meth_Req_CausticSoda_C_BP_CheckRequirement, Interactor) == 0x000000, "Member 'BP_Meth_Req_CausticSoda_C_BP_CheckRequirement::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_CausticSoda_C_BP_CheckRequirement, OutData) == 0x000008, "Member 'BP_Meth_Req_CausticSoda_C_BP_CheckRequirement::OutData' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_CausticSoda_C_BP_CheckRequirement, bIsSignalRequired) == 0x000048, "Member 'BP_Meth_Req_CausticSoda_C_BP_CheckRequirement::bIsSignalRequired' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_CausticSoda_C_BP_CheckRequirement, bInIsScreenInteract) == 0x000049, "Member 'BP_Meth_Req_CausticSoda_C_BP_CheckRequirement::bInIsScreenInteract' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_CausticSoda_C_BP_CheckRequirement, bIsCasing) == 0x00004A, "Member 'BP_Meth_Req_CausticSoda_C_BP_CheckRequirement::bIsCasing' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_CausticSoda_C_BP_CheckRequirement, bIsEncumbered) == 0x00004B, "Member 'BP_Meth_Req_CausticSoda_C_BP_CheckRequirement::bIsEncumbered' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_CausticSoda_C_BP_CheckRequirement, ReturnValue) == 0x00004C, "Member 'BP_Meth_Req_CausticSoda_C_BP_CheckRequirement::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_CausticSoda_C_BP_CheckRequirement, LocalOutData) == 0x000050, "Member 'BP_Meth_Req_CausticSoda_C_BP_CheckRequirement::LocalOutData' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_CausticSoda_C_BP_CheckRequirement, Temp_bool_Variable) == 0x000090, "Member 'BP_Meth_Req_CausticSoda_C_BP_CheckRequirement::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_CausticSoda_C_BP_CheckRequirement, CallFunc_GetOwner_ReturnValue) == 0x000098, "Member 'BP_Meth_Req_CausticSoda_C_BP_CheckRequirement::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_CausticSoda_C_BP_CheckRequirement, K2Node_DynamicCast_AsCharacter) == 0x0000A0, "Member 'BP_Meth_Req_CausticSoda_C_BP_CheckRequirement::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_CausticSoda_C_BP_CheckRequirement, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'BP_Meth_Req_CausticSoda_C_BP_CheckRequirement::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_CausticSoda_C_BP_CheckRequirement, K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface) == 0x0000B0, "Member 'BP_Meth_Req_CausticSoda_C_BP_CheckRequirement::K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_CausticSoda_C_BP_CheckRequirement, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'BP_Meth_Req_CausticSoda_C_BP_CheckRequirement::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_CausticSoda_C_BP_CheckRequirement, Temp_text_Variable) == 0x0000C8, "Member 'BP_Meth_Req_CausticSoda_C_BP_CheckRequirement::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_CausticSoda_C_BP_CheckRequirement, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x0000E0, "Member 'BP_Meth_Req_CausticSoda_C_BP_CheckRequirement::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_CausticSoda_C_BP_CheckRequirement, CallFunc_Array_Add_ReturnValue) == 0x0000E4, "Member 'BP_Meth_Req_CausticSoda_C_BP_CheckRequirement::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Meth_Req_CausticSoda_C \ +static_assert(alignof(UBP_Meth_Req_CausticSoda_C) == 0x000008, "Wrong alignment on UBP_Meth_Req_CausticSoda_C"); \ +static_assert(sizeof(UBP_Meth_Req_CausticSoda_C) == 0x000030, "Wrong size on UBP_Meth_Req_CausticSoda_C"); \ + +#define DUMPER7_ASSERTS_ABP_MixingTool_01_Cup_SmallDestruction_C \ +static_assert(alignof(ABP_MixingTool_01_Cup_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_MixingTool_01_Cup_SmallDestruction_C"); \ +static_assert(sizeof(ABP_MixingTool_01_Cup_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_MixingTool_01_Cup_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_UGA_Tackle_C \ +static_assert(alignof(UGA_Tackle_C) == 0x000008, "Wrong alignment on UGA_Tackle_C"); \ +static_assert(sizeof(UGA_Tackle_C) == 0x0004F0, "Wrong size on UGA_Tackle_C"); \ + +#define DUMPER7_ASSERTS_BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement \ +static_assert(alignof(BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement) == 0x000008, "Wrong alignment on BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement"); \ +static_assert(sizeof(BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement) == 0x0000E8, "Wrong size on BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement"); \ +static_assert(offsetof(BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement, Interactor) == 0x000000, "Member 'BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement, OutData) == 0x000008, "Member 'BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement::OutData' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement, bIsSignalRequired) == 0x000048, "Member 'BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement::bIsSignalRequired' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement, bInIsScreenInteract) == 0x000049, "Member 'BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement::bInIsScreenInteract' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement, bIsCasing) == 0x00004A, "Member 'BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement::bIsCasing' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement, bIsEncumbered) == 0x00004B, "Member 'BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement::bIsEncumbered' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement, ReturnValue) == 0x00004C, "Member 'BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement, LocalOutData) == 0x000050, "Member 'BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement::LocalOutData' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement, Temp_bool_Variable) == 0x000090, "Member 'BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement, CallFunc_GetOwner_ReturnValue) == 0x000098, "Member 'BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement, K2Node_DynamicCast_AsCharacter) == 0x0000A0, "Member 'BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement, K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface) == 0x0000B0, "Member 'BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement::K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement, Temp_text_Variable) == 0x0000C8, "Member 'BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x0000E0, "Member 'BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement, CallFunc_Array_Add_ReturnValue) == 0x0000E4, "Member 'BP_Meth_Req_HydrogenChloride_C_BP_CheckRequirement::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Meth_Req_HydrogenChloride_C \ +static_assert(alignof(UBP_Meth_Req_HydrogenChloride_C) == 0x000008, "Wrong alignment on UBP_Meth_Req_HydrogenChloride_C"); \ +static_assert(sizeof(UBP_Meth_Req_HydrogenChloride_C) == 0x000030, "Wrong size on UBP_Meth_Req_HydrogenChloride_C"); \ + +#define DUMPER7_ASSERTS_FBPS_GlassHit_VFXData \ +static_assert(alignof(FBPS_GlassHit_VFXData) == 0x000008, "Wrong alignment on FBPS_GlassHit_VFXData"); \ +static_assert(sizeof(FBPS_GlassHit_VFXData) == 0x000030, "Wrong size on FBPS_GlassHit_VFXData"); \ +static_assert(offsetof(FBPS_GlassHit_VFXData, ParticleCount_2_596F7C1846228400A8B884AF10CDCD44) == 0x000000, "Member 'FBPS_GlassHit_VFXData::ParticleCount_2_596F7C1846228400A8B884AF10CDCD44' has a wrong offset!"); \ +static_assert(offsetof(FBPS_GlassHit_VFXData, ParticleSize_5_0FEE793D4970010B96A68D9CF534DC1D) == 0x000004, "Member 'FBPS_GlassHit_VFXData::ParticleSize_5_0FEE793D4970010B96A68D9CF534DC1D' has a wrong offset!"); \ +static_assert(offsetof(FBPS_GlassHit_VFXData, ParticleColor_8_643F55B44C8E5B3FC98EB3A35B4E71B5) == 0x000008, "Member 'FBPS_GlassHit_VFXData::ParticleColor_8_643F55B44C8E5B3FC98EB3A35B4E71B5' has a wrong offset!"); \ +static_assert(offsetof(FBPS_GlassHit_VFXData, ParticleLocation_15_D761755545D4F9BD88B3B5BD3D78A0CD) == 0x000018, "Member 'FBPS_GlassHit_VFXData::ParticleLocation_15_D761755545D4F9BD88B3B5BD3D78A0CD' has a wrong offset!"); \ +static_assert(offsetof(FBPS_GlassHit_VFXData, HitMesh_14_36431E4C4C212184D68E75ADE7AAF5E7) == 0x000028, "Member 'FBPS_GlassHit_VFXData::HitMesh_14_36431E4C4C212184D68E75ADE7AAF5E7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Ping_C_ExecuteUbergraph_WBP_UI_Widget_Ping \ +static_assert(alignof(WBP_UI_Widget_Ping_C_ExecuteUbergraph_WBP_UI_Widget_Ping) == 0x000008, "Wrong alignment on WBP_UI_Widget_Ping_C_ExecuteUbergraph_WBP_UI_Widget_Ping"); \ +static_assert(sizeof(WBP_UI_Widget_Ping_C_ExecuteUbergraph_WBP_UI_Widget_Ping) == 0x000080, "Wrong size on WBP_UI_Widget_Ping_C_ExecuteUbergraph_WBP_UI_Widget_Ping"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_C_ExecuteUbergraph_WBP_UI_Widget_Ping, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_Ping_C_ExecuteUbergraph_WBP_UI_Widget_Ping::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_C_ExecuteUbergraph_WBP_UI_Widget_Ping, CallFunc_MakeLiteralInt_ReturnValue) == 0x000004, "Member 'WBP_UI_Widget_Ping_C_ExecuteUbergraph_WBP_UI_Widget_Ping::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_C_ExecuteUbergraph_WBP_UI_Widget_Ping, K2Node_Event_PingQuality) == 0x000008, "Member 'WBP_UI_Widget_Ping_C_ExecuteUbergraph_WBP_UI_Widget_Ping::K2Node_Event_PingQuality' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_C_ExecuteUbergraph_WBP_UI_Widget_Ping, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'WBP_UI_Widget_Ping_C_ExecuteUbergraph_WBP_UI_Widget_Ping::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_C_ExecuteUbergraph_WBP_UI_Widget_Ping, K2Node_MakeArray_Array) == 0x000050, "Member 'WBP_UI_Widget_Ping_C_ExecuteUbergraph_WBP_UI_Widget_Ping::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_C_ExecuteUbergraph_WBP_UI_Widget_Ping, CallFunc_Format_ReturnValue) == 0x000060, "Member 'WBP_UI_Widget_Ping_C_ExecuteUbergraph_WBP_UI_Widget_Ping::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_C_ExecuteUbergraph_WBP_UI_Widget_Ping, K2Node_Event_IsDesignTime) == 0x000078, "Member 'WBP_UI_Widget_Ping_C_ExecuteUbergraph_WBP_UI_Widget_Ping::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_C_ExecuteUbergraph_WBP_UI_Widget_Ping, K2Node_Event_PingValue) == 0x00007C, "Member 'WBP_UI_Widget_Ping_C_ExecuteUbergraph_WBP_UI_Widget_Ping::K2Node_Event_PingValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Ping_C_OnPingValueChanged \ +static_assert(alignof(WBP_UI_Widget_Ping_C_OnPingValueChanged) == 0x000004, "Wrong alignment on WBP_UI_Widget_Ping_C_OnPingValueChanged"); \ +static_assert(sizeof(WBP_UI_Widget_Ping_C_OnPingValueChanged) == 0x000004, "Wrong size on WBP_UI_Widget_Ping_C_OnPingValueChanged"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_C_OnPingValueChanged, PingValue) == 0x000000, "Member 'WBP_UI_Widget_Ping_C_OnPingValueChanged::PingValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Ping_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_Ping_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_Ping_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_Ping_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_Ping_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_Ping_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Ping_C_OnPingQualityChanged \ +static_assert(alignof(WBP_UI_Widget_Ping_C_OnPingQualityChanged) == 0x000001, "Wrong alignment on WBP_UI_Widget_Ping_C_OnPingQualityChanged"); \ +static_assert(sizeof(WBP_UI_Widget_Ping_C_OnPingQualityChanged) == 0x000001, "Wrong size on WBP_UI_Widget_Ping_C_OnPingQualityChanged"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_C_OnPingQualityChanged, PingQuality) == 0x000000, "Member 'WBP_UI_Widget_Ping_C_OnPingQualityChanged::PingQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Ping_C_UpdateQualityIcon \ +static_assert(alignof(WBP_UI_Widget_Ping_C_UpdateQualityIcon) == 0x000001, "Wrong alignment on WBP_UI_Widget_Ping_C_UpdateQualityIcon"); \ +static_assert(sizeof(WBP_UI_Widget_Ping_C_UpdateQualityIcon) == 0x000002, "Wrong size on WBP_UI_Widget_Ping_C_UpdateQualityIcon"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_C_UpdateQualityIcon, InPingQuality) == 0x000000, "Member 'WBP_UI_Widget_Ping_C_UpdateQualityIcon::InPingQuality' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_C_UpdateQualityIcon, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'WBP_UI_Widget_Ping_C_UpdateQualityIcon::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Ping_C_UpdateValueText \ +static_assert(alignof(WBP_UI_Widget_Ping_C_UpdateValueText) == 0x000008, "Wrong alignment on WBP_UI_Widget_Ping_C_UpdateValueText"); \ +static_assert(sizeof(WBP_UI_Widget_Ping_C_UpdateValueText) == 0x000070, "Wrong size on WBP_UI_Widget_Ping_C_UpdateValueText"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_C_UpdateValueText, InPing) == 0x000000, "Member 'WBP_UI_Widget_Ping_C_UpdateValueText::InPing' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_C_UpdateValueText, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'WBP_UI_Widget_Ping_C_UpdateValueText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_C_UpdateValueText, K2Node_MakeArray_Array) == 0x000048, "Member 'WBP_UI_Widget_Ping_C_UpdateValueText::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_C_UpdateValueText, CallFunc_Format_ReturnValue) == 0x000058, "Member 'WBP_UI_Widget_Ping_C_UpdateValueText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_Ping_C \ +static_assert(alignof(UWBP_UI_Widget_Ping_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_Ping_C"); \ +static_assert(sizeof(UWBP_UI_Widget_Ping_C) == 0x0002F0, "Wrong size on UWBP_UI_Widget_Ping_C"); \ +static_assert(offsetof(UWBP_UI_Widget_Ping_C, UberGraphFrame) == 0x0002B8, "Member 'UWBP_UI_Widget_Ping_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Ping_C, Border_QualityColor) == 0x0002C0, "Member 'UWBP_UI_Widget_Ping_C::Border_QualityColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Ping_C, Text_PingValue) == 0x0002C8, "Member 'UWBP_UI_Widget_Ping_C::Text_PingValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Ping_C, HighPingQualityColor) == 0x0002D0, "Member 'UWBP_UI_Widget_Ping_C::HighPingQualityColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Ping_C, CriticalPingQualityColor) == 0x0002E0, "Member 'UWBP_UI_Widget_Ping_C::CriticalPingQualityColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass \ +static_assert(alignof(BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass) == 0x000008, "Wrong alignment on BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass"); \ +static_assert(sizeof(BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass) == 0x000040, "Wrong size on BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass, StaticMeshComponent) == 0x000000, "Member 'BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass, ParticleSizeMultiplier) == 0x000008, "Member 'BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass::ParticleSizeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass, ParticleCount) == 0x00000C, "Member 'BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass::ParticleCount' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass, Color) == 0x000010, "Member 'BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass::Color' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass, __WorldContext) == 0x000020, "Member 'BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000028, "Member 'BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass, CallFunc_IsDedicatedServer_ReturnValue) == 0x000034, "Member 'BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000038, "Member 'BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction \ +static_assert(alignof(BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction) == 0x000008, "Wrong alignment on BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction"); \ +static_assert(sizeof(BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction) == 0x0000E8, "Wrong size on BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction, HitLocation) == 0x000000, "Member 'BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction, SpawnProbability) == 0x00000C, "Member 'BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction::SpawnProbability' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction, ObjectReference) == 0x000010, "Member 'BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction::ObjectReference' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction, UseObjectLocation) == 0x000018, "Member 'BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction::UseObjectLocation' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction, ObjectLocationOffset) == 0x00001C, "Member 'BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction::ObjectLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction, ObjectRotationOffset) == 0x000028, "Member 'BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction::ObjectRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction, Random_Area_Multiplier) == 0x000034, "Member 'BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction::Random_Area_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction, Niagara_FX) == 0x000040, "Member 'BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction::Niagara_FX' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction, __WorldContext) == 0x000048, "Member 'BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction, Temp_bool_Variable) == 0x000050, "Member 'BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000054, "Member 'BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction, CallFunc_ComposeRotators_ReturnValue) == 0x000060, "Member 'BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00006C, "Member 'BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction, CallFunc_RandomUnitVector_ReturnValue) == 0x000078, "Member 'BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction::CallFunc_RandomUnitVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction, CallFunc_Add_VectorVector_ReturnValue) == 0x000084, "Member 'BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000090, "Member 'BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction, K2Node_Select_Default) == 0x00009C, "Member 'BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction, CallFunc_Subtract_VectorFloat_ReturnValue) == 0x0000A8, "Member 'BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction::CallFunc_Subtract_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction, CallFunc_RandomFloat_ReturnValue) == 0x0000B4, "Member 'BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction::CallFunc_RandomFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction, CallFunc_Normal_ReturnValue) == 0x0000B8, "Member 'BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0000C4, "Member 'BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0000C8, "Member 'BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000D4, "Member 'BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0000E0, "Member 'BlueprintFX_Functions_C_VFX_Prop_Cosmetic_Destruction::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass_Loc \ +static_assert(alignof(BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass_Loc) == 0x000008, "Wrong alignment on BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass_Loc"); \ +static_assert(sizeof(BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass_Loc) == 0x000048, "Wrong size on BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass_Loc"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass_Loc, Location) == 0x000000, "Member 'BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass_Loc::Location' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass_Loc, ParticleSizeMultiplier) == 0x00000C, "Member 'BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass_Loc::ParticleSizeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass_Loc, ParticleCount) == 0x000010, "Member 'BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass_Loc::ParticleCount' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass_Loc, Color) == 0x000014, "Member 'BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass_Loc::Color' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass_Loc, __WorldContext) == 0x000028, "Member 'BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass_Loc::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass_Loc, ParticleSystem) == 0x000030, "Member 'BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass_Loc::ParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass_Loc, CallFunc_IsDedicatedServer_ReturnValue) == 0x000038, "Member 'BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass_Loc::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass_Loc, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000040, "Member 'BlueprintFX_Functions_C_VFX_Prop_Dest_Surface_Glass_Loc::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintFX_Functions_C \ +static_assert(alignof(UBlueprintFX_Functions_C) == 0x000008, "Wrong alignment on UBlueprintFX_Functions_C"); \ +static_assert(sizeof(UBlueprintFX_Functions_C) == 0x000030, "Wrong size on UBlueprintFX_Functions_C"); \ + +#define DUMPER7_ASSERTS_BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter \ +static_assert(alignof(BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter) == 0x000008, "Wrong alignment on BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter"); \ +static_assert(sizeof(BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter) == 0x000108, "Wrong size on BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter, EntryPoint) == 0x000000, "Member 'BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter, CallFunc_CheckDistanceToGround_Location) == 0x000004, "Member 'BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter::CallFunc_CheckDistanceToGround_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter, CallFunc_CheckDistanceToGround_DistanceToGround) == 0x000010, "Member 'BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter::CallFunc_CheckDistanceToGround_DistanceToGround' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter, CallFunc_MapRangeClamped_ReturnValue) == 0x000014, "Member 'BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter, CallFunc_CheckDistanceToGround_Location_1) == 0x00001C, "Member 'BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter::CallFunc_CheckDistanceToGround_Location_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter, CallFunc_CheckDistanceToGround_DistanceToGround_1) == 0x000028, "Member 'BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter::CallFunc_CheckDistanceToGround_DistanceToGround_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter, CallFunc_Less_FloatFloat_ReturnValue) == 0x00002C, "Member 'BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter, CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult) == 0x000030, "Member 'BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter::CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter, K2Node_CustomEvent_Vehicle_1) == 0x0000C0, "Member 'BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter::K2Node_CustomEvent_Vehicle_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter, K2Node_Event_Door) == 0x0000C8, "Member 'BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter::K2Node_Event_Door' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter, K2Node_Event_bIsDoorOpen) == 0x0000C9, "Member 'BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter::K2Node_Event_bIsDoorOpen' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter, CallFunc_GetAnimInstance_ReturnValue) == 0x0000D0, "Member 'BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter, CallFunc_ApplyVariationToSkeletal_ReturnValue) == 0x0000D8, "Member 'BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter::CallFunc_ApplyVariationToSkeletal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter, K2Node_DynamicCast_AsABP_Helicopter) == 0x0000E0, "Member 'BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter::K2Node_DynamicCast_AsABP_Helicopter' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter, K2Node_DynamicCast_bSuccess) == 0x0000E8, "Member 'BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter, K2Node_CustomEvent_Vehicle) == 0x0000F0, "Member 'BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter::K2Node_CustomEvent_Vehicle' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter, K2Node_CustomEvent_State) == 0x0000F8, "Member 'BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter::K2Node_CustomEvent_State' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter, CallFunc_IsDedicatedServer_ReturnValue) == 0x000104, "Member 'BP_EscapeHelicopter_C_ExecuteUbergraph_BP_EscapeHelicopter::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EscapeHelicopter_C_CustomEvent_1 \ +static_assert(alignof(BP_EscapeHelicopter_C_CustomEvent_1) == 0x000008, "Wrong alignment on BP_EscapeHelicopter_C_CustomEvent_1"); \ +static_assert(sizeof(BP_EscapeHelicopter_C_CustomEvent_1) == 0x000018, "Wrong size on BP_EscapeHelicopter_C_CustomEvent_1"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CustomEvent_1, Vehicle) == 0x000000, "Member 'BP_EscapeHelicopter_C_CustomEvent_1::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CustomEvent_1, State) == 0x000008, "Member 'BP_EscapeHelicopter_C_CustomEvent_1::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EscapeHelicopter_C_ReceiveOnDoorStateChanged \ +static_assert(alignof(BP_EscapeHelicopter_C_ReceiveOnDoorStateChanged) == 0x000001, "Wrong alignment on BP_EscapeHelicopter_C_ReceiveOnDoorStateChanged"); \ +static_assert(sizeof(BP_EscapeHelicopter_C_ReceiveOnDoorStateChanged) == 0x000002, "Wrong size on BP_EscapeHelicopter_C_ReceiveOnDoorStateChanged"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_ReceiveOnDoorStateChanged, Door) == 0x000000, "Member 'BP_EscapeHelicopter_C_ReceiveOnDoorStateChanged::Door' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_ReceiveOnDoorStateChanged, bIsDoorOpen) == 0x000001, "Member 'BP_EscapeHelicopter_C_ReceiveOnDoorStateChanged::bIsDoorOpen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EscapeHelicopter_C_CustomEvent_0 \ +static_assert(alignof(BP_EscapeHelicopter_C_CustomEvent_0) == 0x000008, "Wrong alignment on BP_EscapeHelicopter_C_CustomEvent_0"); \ +static_assert(sizeof(BP_EscapeHelicopter_C_CustomEvent_0) == 0x000008, "Wrong size on BP_EscapeHelicopter_C_CustomEvent_0"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CustomEvent_0, Vehicle) == 0x000000, "Member 'BP_EscapeHelicopter_C_CustomEvent_0::Vehicle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EscapeHelicopter_C_UserConstructionScript \ +static_assert(alignof(BP_EscapeHelicopter_C_UserConstructionScript) == 0x000001, "Wrong alignment on BP_EscapeHelicopter_C_UserConstructionScript"); \ +static_assert(sizeof(BP_EscapeHelicopter_C_UserConstructionScript) == 0x000001, "Wrong size on BP_EscapeHelicopter_C_UserConstructionScript"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_UserConstructionScript, CallFunc_ApplyVariationToSkeletal_ReturnValue) == 0x000000, "Member 'BP_EscapeHelicopter_C_UserConstructionScript::CallFunc_ApplyVariationToSkeletal_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EscapeHelicopter_C_CheckDistanceToGround \ +static_assert(alignof(BP_EscapeHelicopter_C_CheckDistanceToGround) == 0x000008, "Wrong alignment on BP_EscapeHelicopter_C_CheckDistanceToGround"); \ +static_assert(sizeof(BP_EscapeHelicopter_C_CheckDistanceToGround) == 0x000168, "Wrong size on BP_EscapeHelicopter_C_CheckDistanceToGround"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, GeoTracking) == 0x000000, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::GeoTracking' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, Location) == 0x000008, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, DistanceToGround) == 0x000014, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::DistanceToGround' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, Temp_object_Variable) == 0x000018, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000028, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000034, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, CallFunc_LineTraceSingle_OutHit) == 0x000040, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, CallFunc_LineTraceSingle_ReturnValue) == 0x0000D0, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_bBlockingHit) == 0x0000D1, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000D2, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_Time) == 0x0000D4, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_Distance) == 0x0000D8, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_Location) == 0x0000DC, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_ImpactPoint) == 0x0000E8, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_Normal) == 0x0000F4, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_ImpactNormal) == 0x000100, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_PhysMat) == 0x000110, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_HitActor) == 0x000118, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_HitComponent) == 0x000120, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_HitBoneName) == 0x000128, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_HitItem) == 0x000134, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_ElementIndex) == 0x000138, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_FaceIndex) == 0x00013C, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_TraceStart) == 0x000140, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, CallFunc_BreakHitResult_TraceEnd) == 0x00014C, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000158, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EscapeHelicopter_C_CheckDistanceToGround, CallFunc_VSize_ReturnValue) == 0x000164, "Member 'BP_EscapeHelicopter_C_CheckDistanceToGround::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_EscapeHelicopter_C \ +static_assert(alignof(ABP_EscapeHelicopter_C) == 0x000010, "Wrong alignment on ABP_EscapeHelicopter_C"); \ +static_assert(sizeof(ABP_EscapeHelicopter_C) == 0x000760, "Wrong size on ABP_EscapeHelicopter_C"); \ +static_assert(offsetof(ABP_EscapeHelicopter_C, UberGraphFrame) == 0x0006A0, "Member 'ABP_EscapeHelicopter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_EscapeHelicopter_C, Coll_fix) == 0x0006A8, "Member 'ABP_EscapeHelicopter_C::Coll_fix' has a wrong offset!"); \ +static_assert(offsetof(ABP_EscapeHelicopter_C, BlockPlayerCollision_02) == 0x0006B0, "Member 'ABP_EscapeHelicopter_C::BlockPlayerCollision_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_EscapeHelicopter_C, BlockPlayerCollision_01) == 0x0006B8, "Member 'ABP_EscapeHelicopter_C::BlockPlayerCollision_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_EscapeHelicopter_C, BlockCollision) == 0x0006C0, "Member 'ABP_EscapeHelicopter_C::BlockCollision' has a wrong offset!"); \ +static_assert(offsetof(ABP_EscapeHelicopter_C, BagLocation15) == 0x0006C8, "Member 'ABP_EscapeHelicopter_C::BagLocation15' has a wrong offset!"); \ +static_assert(offsetof(ABP_EscapeHelicopter_C, BagLocation14) == 0x0006D0, "Member 'ABP_EscapeHelicopter_C::BagLocation14' has a wrong offset!"); \ +static_assert(offsetof(ABP_EscapeHelicopter_C, BagLocation13) == 0x0006D8, "Member 'ABP_EscapeHelicopter_C::BagLocation13' has a wrong offset!"); \ +static_assert(offsetof(ABP_EscapeHelicopter_C, BagLocation12) == 0x0006E0, "Member 'ABP_EscapeHelicopter_C::BagLocation12' has a wrong offset!"); \ +static_assert(offsetof(ABP_EscapeHelicopter_C, BagLocation11) == 0x0006E8, "Member 'ABP_EscapeHelicopter_C::BagLocation11' has a wrong offset!"); \ +static_assert(offsetof(ABP_EscapeHelicopter_C, BagLocation10) == 0x0006F0, "Member 'ABP_EscapeHelicopter_C::BagLocation10' has a wrong offset!"); \ +static_assert(offsetof(ABP_EscapeHelicopter_C, BagLocation09) == 0x0006F8, "Member 'ABP_EscapeHelicopter_C::BagLocation09' has a wrong offset!"); \ +static_assert(offsetof(ABP_EscapeHelicopter_C, BagLocation08) == 0x000700, "Member 'ABP_EscapeHelicopter_C::BagLocation08' has a wrong offset!"); \ +static_assert(offsetof(ABP_EscapeHelicopter_C, BagLocation07) == 0x000708, "Member 'ABP_EscapeHelicopter_C::BagLocation07' has a wrong offset!"); \ +static_assert(offsetof(ABP_EscapeHelicopter_C, BagLocation06) == 0x000710, "Member 'ABP_EscapeHelicopter_C::BagLocation06' has a wrong offset!"); \ +static_assert(offsetof(ABP_EscapeHelicopter_C, BagLocation05) == 0x000718, "Member 'ABP_EscapeHelicopter_C::BagLocation05' has a wrong offset!"); \ +static_assert(offsetof(ABP_EscapeHelicopter_C, BagLocation04) == 0x000720, "Member 'ABP_EscapeHelicopter_C::BagLocation04' has a wrong offset!"); \ +static_assert(offsetof(ABP_EscapeHelicopter_C, BagLocation03) == 0x000728, "Member 'ABP_EscapeHelicopter_C::BagLocation03' has a wrong offset!"); \ +static_assert(offsetof(ABP_EscapeHelicopter_C, BagLocation02) == 0x000730, "Member 'ABP_EscapeHelicopter_C::BagLocation02' has a wrong offset!"); \ +static_assert(offsetof(ABP_EscapeHelicopter_C, BagLocation01) == 0x000738, "Member 'ABP_EscapeHelicopter_C::BagLocation01' has a wrong offset!"); \ +static_assert(offsetof(ABP_EscapeHelicopter_C, SBZSecuredBagVisualize) == 0x000740, "Member 'ABP_EscapeHelicopter_C::SBZSecuredBagVisualize' has a wrong offset!"); \ +static_assert(offsetof(ABP_EscapeHelicopter_C, Raycast_Locator) == 0x000748, "Member 'ABP_EscapeHelicopter_C::Raycast_Locator' has a wrong offset!"); \ +static_assert(offsetof(ABP_EscapeHelicopter_C, FX_Vehicle_Downwash) == 0x000750, "Member 'ABP_EscapeHelicopter_C::FX_Vehicle_Downwash' has a wrong offset!"); \ +static_assert(offsetof(ABP_EscapeHelicopter_C, DistanceTimer) == 0x000758, "Member 'ABP_EscapeHelicopter_C::DistanceTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SmallDestruction_GlassBottle_01_G_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_G \ +static_assert(alignof(BP_SmallDestruction_GlassBottle_01_G_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_G) == 0x000008, "Wrong alignment on BP_SmallDestruction_GlassBottle_01_G_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_G"); \ +static_assert(sizeof(BP_SmallDestruction_GlassBottle_01_G_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_G) == 0x000050, "Wrong size on BP_SmallDestruction_GlassBottle_01_G_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_G"); \ +static_assert(offsetof(BP_SmallDestruction_GlassBottle_01_G_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_G, EntryPoint) == 0x000000, "Member 'BP_SmallDestruction_GlassBottle_01_G_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_G::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallDestruction_GlassBottle_01_G_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_G, CallFunc_IsDedicatedServer_ReturnValue) == 0x000004, "Member 'BP_SmallDestruction_GlassBottle_01_G_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_G::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallDestruction_GlassBottle_01_G_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_G, K2Node_ComponentBoundEvent_Type) == 0x000005, "Member 'BP_SmallDestruction_GlassBottle_01_G_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_G::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallDestruction_GlassBottle_01_G_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_G, K2Node_ComponentBoundEvent_HitContext) == 0x000008, "Member 'BP_SmallDestruction_GlassBottle_01_G_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_G::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallDestruction_GlassBottle_01_G_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_G, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BP_SmallDestruction_GlassBottle_01_G_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_G::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallDestruction_GlassBottle_01_G_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_G, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000048, "Member 'BP_SmallDestruction_GlassBottle_01_G_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_G::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SmallDestruction_GlassBottle_01_G_C_BndEvt__BP_GlassBottle_SmallCosmeticDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BP_SmallDestruction_GlassBottle_01_G_C_BndEvt__BP_GlassBottle_SmallCosmeticDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BP_SmallDestruction_GlassBottle_01_G_C_BndEvt__BP_GlassBottle_SmallCosmeticDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BP_SmallDestruction_GlassBottle_01_G_C_BndEvt__BP_GlassBottle_SmallCosmeticDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BP_SmallDestruction_GlassBottle_01_G_C_BndEvt__BP_GlassBottle_SmallCosmeticDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BP_SmallDestruction_GlassBottle_01_G_C_BndEvt__BP_GlassBottle_SmallCosmeticDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BP_SmallDestruction_GlassBottle_01_G_C_BndEvt__BP_GlassBottle_SmallCosmeticDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallDestruction_GlassBottle_01_G_C_BndEvt__BP_GlassBottle_SmallCosmeticDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BP_SmallDestruction_GlassBottle_01_G_C_BndEvt__BP_GlassBottle_SmallCosmeticDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SmallDestruction_GlassBottle_01_G_C \ +static_assert(alignof(ABP_SmallDestruction_GlassBottle_01_G_C) == 0x000008, "Wrong alignment on ABP_SmallDestruction_GlassBottle_01_G_C"); \ +static_assert(sizeof(ABP_SmallDestruction_GlassBottle_01_G_C) == 0x0002F0, "Wrong size on ABP_SmallDestruction_GlassBottle_01_G_C"); \ +static_assert(offsetof(ABP_SmallDestruction_GlassBottle_01_G_C, UberGraphFrame_BP_SmallDestruction_GlassBottle_01_G_C) == 0x0002E0, "Member 'ABP_SmallDestruction_GlassBottle_01_G_C::UberGraphFrame_BP_SmallDestruction_GlassBottle_01_G_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_SmallDestruction_GlassBottle_01_G_C, SBZCosmeticDestruction) == 0x0002E8, "Member 'ABP_SmallDestruction_GlassBottle_01_G_C::SBZCosmeticDestruction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCS_ThePunch_Light_C \ +static_assert(alignof(UCS_ThePunch_Light_C) == 0x000010, "Wrong alignment on UCS_ThePunch_Light_C"); \ +static_assert(sizeof(UCS_ThePunch_Light_C) == 0x0001B0, "Wrong size on UCS_ThePunch_Light_C"); \ + +#define DUMPER7_ASSERTS_BP_HelperLibrary_C_GlassHit \ +static_assert(alignof(BP_HelperLibrary_C_GlassHit) == 0x000008, "Wrong alignment on BP_HelperLibrary_C_GlassHit"); \ +static_assert(sizeof(BP_HelperLibrary_C_GlassHit) == 0x0000B0, "Wrong size on BP_HelperLibrary_C_GlassHit"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit, HitMesh) == 0x000000, "Member 'BP_HelperLibrary_C_GlassHit::HitMesh' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit, VariationIndex) == 0x000008, "Member 'BP_HelperLibrary_C_GlassHit::VariationIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit, VariationSetting) == 0x00000C, "Member 'BP_HelperLibrary_C_GlassHit::VariationSetting' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit, Sound) == 0x000010, "Member 'BP_HelperLibrary_C_GlassHit::Sound' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit, bDoCosmetics) == 0x000018, "Member 'BP_HelperLibrary_C_GlassHit::bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit, bDestroyed) == 0x000019, "Member 'BP_HelperLibrary_C_GlassHit::bDestroyed' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit, ParticleCount) == 0x00001C, "Member 'BP_HelperLibrary_C_GlassHit::ParticleCount' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit, ParticleSize) == 0x000020, "Member 'BP_HelperLibrary_C_GlassHit::ParticleSize' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit, ParticleColor) == 0x000024, "Member 'BP_HelperLibrary_C_GlassHit::ParticleColor' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit, Instigator) == 0x000038, "Member 'BP_HelperLibrary_C_GlassHit::Instigator' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit, __WorldContext) == 0x000040, "Member 'BP_HelperLibrary_C_GlassHit::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit, Owner) == 0x000048, "Member 'BP_HelperLibrary_C_GlassHit::Owner' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit, NoiseRange) == 0x000050, "Member 'BP_HelperLibrary_C_GlassHit::NoiseRange' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit, NoiseTag) == 0x000054, "Member 'BP_HelperLibrary_C_GlassHit::NoiseTag' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000060, "Member 'BP_HelperLibrary_C_GlassHit::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit, K2Node_MakeStruct_BPS_GlassHit_VFXData) == 0x000070, "Member 'BP_HelperLibrary_C_GlassHit::K2Node_MakeStruct_BPS_GlassHit_VFXData' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit, K2Node_MakeArray_Array) == 0x0000A0, "Member 'BP_HelperLibrary_C_GlassHit::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HelperLibrary_C_GlassHit_MultiVFX \ +static_assert(alignof(BP_HelperLibrary_C_GlassHit_MultiVFX) == 0x000008, "Wrong alignment on BP_HelperLibrary_C_GlassHit_MultiVFX"); \ +static_assert(sizeof(BP_HelperLibrary_C_GlassHit_MultiVFX) == 0x000118, "Wrong size on BP_HelperLibrary_C_GlassHit_MultiVFX"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, HitMesh) == 0x000000, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::HitMesh' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, VariationIndex) == 0x000008, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::VariationIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, VariationSetting) == 0x00000C, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::VariationSetting' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, Sound) == 0x000010, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::Sound' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, bDoCosmetics) == 0x000018, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, bDestroyed) == 0x000019, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::bDestroyed' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, Instigator) == 0x000020, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::Instigator' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, VFX) == 0x000028, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::VFX' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, __WorldContext) == 0x000038, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, Owner) == 0x000040, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::Owner' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, NoiseRange) == 0x000048, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::NoiseRange' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, NoiseTag) == 0x00004C, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::NoiseTag' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, Temp_int_Array_Index_Variable) == 0x000058, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, CallFunc_Array_Get_Item) == 0x000060, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, CallFunc_IsValid_ReturnValue) == 0x000094, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, CallFunc_IsValid_ReturnValue_1) == 0x000095, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, CallFunc_HasAuthority_ReturnValue) == 0x000096, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, CallFunc_IsDedicatedServer_ReturnValue) == 0x000097, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, K2Node_DynamicCast_AsSBZAIAttractor_Interface) == 0x000098, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::K2Node_DynamicCast_AsSBZAIAttractor_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, CallFunc_SetEnabled_ReturnValue) == 0x0000A9, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::CallFunc_SetEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, K2Node_DynamicCast_AsSBZAIAttractor_Interface_1) == 0x0000B0, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::K2Node_DynamicCast_AsSBZAIAttractor_Interface_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, CallFunc_GetOwner_ReturnValue) == 0x0000C8, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, CallFunc_IsValid_ReturnValue_2) == 0x0000D0, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, CallFunc_VFX_Prop_Dest_Surface_Glass_Loc_ParticleSystem) == 0x0000D8, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::CallFunc_VFX_Prop_Dest_Surface_Glass_Loc_ParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, Temp_delegate_Variable) == 0x0000E0, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, Temp_struct_Variable) == 0x0000F8, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, Temp_int_Loop_Counter_Variable) == 0x000108, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, CallFunc_IsValid_ReturnValue_3) == 0x00010C, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, CallFunc_Less_IntInt_ReturnValue) == 0x00010D, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, CallFunc_Add_IntInt_ReturnValue) == 0x000110, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_GlassHit_MultiVFX, CallFunc_PostEvent_ReturnValue) == 0x000114, "Member 'BP_HelperLibrary_C_GlassHit_MultiVFX::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HelperLibrary_C_SetMeshIfValid \ +static_assert(alignof(BP_HelperLibrary_C_SetMeshIfValid) == 0x000008, "Wrong alignment on BP_HelperLibrary_C_SetMeshIfValid"); \ +static_assert(sizeof(BP_HelperLibrary_C_SetMeshIfValid) == 0x000020, "Wrong size on BP_HelperLibrary_C_SetMeshIfValid"); \ +static_assert(offsetof(BP_HelperLibrary_C_SetMeshIfValid, StaticMeshComponent) == 0x000000, "Member 'BP_HelperLibrary_C_SetMeshIfValid::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_SetMeshIfValid, NewStaticMesh) == 0x000008, "Member 'BP_HelperLibrary_C_SetMeshIfValid::NewStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_SetMeshIfValid, __WorldContext) == 0x000010, "Member 'BP_HelperLibrary_C_SetMeshIfValid::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_SetMeshIfValid, CallFunc_SetStaticMesh_ReturnValue) == 0x000018, "Member 'BP_HelperLibrary_C_SetMeshIfValid::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_SetMeshIfValid, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_HelperLibrary_C_SetMeshIfValid::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HelperLibrary_C_Set_All_Players_Ignore_Start_Penetrating \ +static_assert(alignof(BP_HelperLibrary_C_Set_All_Players_Ignore_Start_Penetrating) == 0x000008, "Wrong alignment on BP_HelperLibrary_C_Set_All_Players_Ignore_Start_Penetrating"); \ +static_assert(sizeof(BP_HelperLibrary_C_Set_All_Players_Ignore_Start_Penetrating) == 0x000048, "Wrong size on BP_HelperLibrary_C_Set_All_Players_Ignore_Start_Penetrating"); \ +static_assert(offsetof(BP_HelperLibrary_C_Set_All_Players_Ignore_Start_Penetrating, Target) == 0x000000, "Member 'BP_HelperLibrary_C_Set_All_Players_Ignore_Start_Penetrating::Target' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_Set_All_Players_Ignore_Start_Penetrating, ShouldIgnore) == 0x000008, "Member 'BP_HelperLibrary_C_Set_All_Players_Ignore_Start_Penetrating::ShouldIgnore' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_Set_All_Players_Ignore_Start_Penetrating, __WorldContext) == 0x000010, "Member 'BP_HelperLibrary_C_Set_All_Players_Ignore_Start_Penetrating::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_Set_All_Players_Ignore_Start_Penetrating, CallFunc_GetAllSBZPlayerCharacters_ReturnValue) == 0x000018, "Member 'BP_HelperLibrary_C_Set_All_Players_Ignore_Start_Penetrating::CallFunc_GetAllSBZPlayerCharacters_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_Set_All_Players_Ignore_Start_Penetrating, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_HelperLibrary_C_Set_All_Players_Ignore_Start_Penetrating::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_Set_All_Players_Ignore_Start_Penetrating, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'BP_HelperLibrary_C_Set_All_Players_Ignore_Start_Penetrating::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_Set_All_Players_Ignore_Start_Penetrating, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_HelperLibrary_C_Set_All_Players_Ignore_Start_Penetrating::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_Set_All_Players_Ignore_Start_Penetrating, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'BP_HelperLibrary_C_Set_All_Players_Ignore_Start_Penetrating::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_Set_All_Players_Ignore_Start_Penetrating, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'BP_HelperLibrary_C_Set_All_Players_Ignore_Start_Penetrating::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HelperLibrary_C_Set_All_Players_Ignore_Start_Penetrating, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BP_HelperLibrary_C_Set_All_Players_Ignore_Start_Penetrating::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_HelperLibrary_C \ +static_assert(alignof(UBP_HelperLibrary_C) == 0x000008, "Wrong alignment on UBP_HelperLibrary_C"); \ +static_assert(sizeof(UBP_HelperLibrary_C) == 0x000030, "Wrong size on UBP_HelperLibrary_C"); \ + +#define DUMPER7_ASSERTS_UGE_CarKeys_C \ +static_assert(alignof(UGE_CarKeys_C) == 0x000008, "Wrong alignment on UGE_CarKeys_C"); \ +static_assert(sizeof(UGE_CarKeys_C) == 0x0008C0, "Wrong size on UGE_CarKeys_C"); \ + +#define DUMPER7_ASSERTS_UGE_Chus_PressBadge_C \ +static_assert(alignof(UGE_Chus_PressBadge_C) == 0x000008, "Wrong alignment on UGE_Chus_PressBadge_C"); \ +static_assert(sizeof(UGE_Chus_PressBadge_C) == 0x0008C0, "Wrong size on UGE_Chus_PressBadge_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ActionNotification_C_ExecuteUbergraph_WBP_UI_Widget_ActionNotification \ +static_assert(alignof(WBP_UI_Widget_ActionNotification_C_ExecuteUbergraph_WBP_UI_Widget_ActionNotification) == 0x000008, "Wrong alignment on WBP_UI_Widget_ActionNotification_C_ExecuteUbergraph_WBP_UI_Widget_ActionNotification"); \ +static_assert(sizeof(WBP_UI_Widget_ActionNotification_C_ExecuteUbergraph_WBP_UI_Widget_ActionNotification) == 0x000060, "Wrong size on WBP_UI_Widget_ActionNotification_C_ExecuteUbergraph_WBP_UI_Widget_ActionNotification"); \ +static_assert(offsetof(WBP_UI_Widget_ActionNotification_C_ExecuteUbergraph_WBP_UI_Widget_ActionNotification, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_ActionNotification_C_ExecuteUbergraph_WBP_UI_Widget_ActionNotification::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ActionNotification_C_ExecuteUbergraph_WBP_UI_Widget_ActionNotification, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_ActionNotification_C_ExecuteUbergraph_WBP_UI_Widget_ActionNotification::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ActionNotification_C_ExecuteUbergraph_WBP_UI_Widget_ActionNotification, K2Node_Event_InNotification) == 0x000010, "Member 'WBP_UI_Widget_ActionNotification_C_ExecuteUbergraph_WBP_UI_Widget_ActionNotification::K2Node_Event_InNotification' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ActionNotification_C_ExecuteUbergraph_WBP_UI_Widget_ActionNotification, K2Node_Event_InNotificationAdded) == 0x000030, "Member 'WBP_UI_Widget_ActionNotification_C_ExecuteUbergraph_WBP_UI_Widget_ActionNotification::K2Node_Event_InNotificationAdded' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ActionNotification_C_ExecuteUbergraph_WBP_UI_Widget_ActionNotification, K2Node_Event_IsDesignTime) == 0x000050, "Member 'WBP_UI_Widget_ActionNotification_C_ExecuteUbergraph_WBP_UI_Widget_ActionNotification::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ActionNotification_C_ExecuteUbergraph_WBP_UI_Widget_ActionNotification, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000058, "Member 'WBP_UI_Widget_ActionNotification_C_ExecuteUbergraph_WBP_UI_Widget_ActionNotification::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ActionNotification_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_ActionNotification_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_ActionNotification_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_ActionNotification_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_ActionNotification_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_ActionNotification_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_ActionNotification_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ActionNotification_C_OnNotificationAdded \ +static_assert(alignof(WBP_UI_Widget_ActionNotification_C_OnNotificationAdded) == 0x000008, "Wrong alignment on WBP_UI_Widget_ActionNotification_C_OnNotificationAdded"); \ +static_assert(sizeof(WBP_UI_Widget_ActionNotification_C_OnNotificationAdded) == 0x000020, "Wrong size on WBP_UI_Widget_ActionNotification_C_OnNotificationAdded"); \ +static_assert(offsetof(WBP_UI_Widget_ActionNotification_C_OnNotificationAdded, InNotificationAdded) == 0x000000, "Member 'WBP_UI_Widget_ActionNotification_C_OnNotificationAdded::InNotificationAdded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ActionNotification_C_DisplayNotification \ +static_assert(alignof(WBP_UI_Widget_ActionNotification_C_DisplayNotification) == 0x000008, "Wrong alignment on WBP_UI_Widget_ActionNotification_C_DisplayNotification"); \ +static_assert(sizeof(WBP_UI_Widget_ActionNotification_C_DisplayNotification) == 0x000020, "Wrong size on WBP_UI_Widget_ActionNotification_C_DisplayNotification"); \ +static_assert(offsetof(WBP_UI_Widget_ActionNotification_C_DisplayNotification, InNotification) == 0x000000, "Member 'WBP_UI_Widget_ActionNotification_C_DisplayNotification::InNotification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ActionNotification_C_UpdateQueue \ +static_assert(alignof(WBP_UI_Widget_ActionNotification_C_UpdateQueue) == 0x000008, "Wrong alignment on WBP_UI_Widget_ActionNotification_C_UpdateQueue"); \ +static_assert(sizeof(WBP_UI_Widget_ActionNotification_C_UpdateQueue) == 0x000040, "Wrong size on WBP_UI_Widget_ActionNotification_C_UpdateQueue"); \ +static_assert(offsetof(WBP_UI_Widget_ActionNotification_C_UpdateQueue, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_Widget_ActionNotification_C_UpdateQueue::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ActionNotification_C_UpdateQueue, Temp_byte_Variable) == 0x000001, "Member 'WBP_UI_Widget_ActionNotification_C_UpdateQueue::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ActionNotification_C_UpdateQueue, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_UI_Widget_ActionNotification_C_UpdateQueue::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ActionNotification_C_UpdateQueue, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_UI_Widget_ActionNotification_C_UpdateQueue::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ActionNotification_C_UpdateQueue, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_UI_Widget_ActionNotification_C_UpdateQueue::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ActionNotification_C_UpdateQueue, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_UI_Widget_ActionNotification_C_UpdateQueue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ActionNotification_C_UpdateQueue, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_ActionNotification_C_UpdateQueue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ActionNotification_C_UpdateQueue, CallFunc_GetAllChildren_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_ActionNotification_C_UpdateQueue::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ActionNotification_C_UpdateQueue, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'WBP_UI_Widget_ActionNotification_C_UpdateQueue::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ActionNotification_C_UpdateQueue, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_UI_Widget_ActionNotification_C_UpdateQueue::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ActionNotification_C_UpdateQueue, CallFunc_Array_Length_ReturnValue_1) == 0x000038, "Member 'WBP_UI_Widget_ActionNotification_C_UpdateQueue::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ActionNotification_C_UpdateQueue, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_UI_Widget_ActionNotification_C_UpdateQueue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ActionNotification_C_UpdateQueue, CallFunc_Less_IntInt_ReturnValue_1) == 0x00003D, "Member 'WBP_UI_Widget_ActionNotification_C_UpdateQueue::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ActionNotification_C_UpdateQueue, CallFunc_BooleanAND_ReturnValue) == 0x00003E, "Member 'WBP_UI_Widget_ActionNotification_C_UpdateQueue::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ActionNotification_C_UpdateQueue, K2Node_Select_Default) == 0x00003F, "Member 'WBP_UI_Widget_ActionNotification_C_UpdateQueue::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_ActionNotification_C \ +static_assert(alignof(UWBP_UI_Widget_ActionNotification_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_ActionNotification_C"); \ +static_assert(sizeof(UWBP_UI_Widget_ActionNotification_C) == 0x000368, "Wrong size on UWBP_UI_Widget_ActionNotification_C"); \ +static_assert(offsetof(UWBP_UI_Widget_ActionNotification_C, UberGraphFrame) == 0x000348, "Member 'UWBP_UI_Widget_ActionNotification_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ActionNotification_C, Image_Background) == 0x000350, "Member 'UWBP_UI_Widget_ActionNotification_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ActionNotification_C, NotificationQueue_HB) == 0x000358, "Member 'UWBP_UI_Widget_ActionNotification_C::NotificationQueue_HB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ActionNotification_C, Dynamic_Material_Background) == 0x000360, "Member 'UWBP_UI_Widget_ActionNotification_C::Dynamic_Material_Background' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SleepGas_Req_C_BP_CheckRequirement \ +static_assert(alignof(BP_SleepGas_Req_C_BP_CheckRequirement) == 0x000008, "Wrong alignment on BP_SleepGas_Req_C_BP_CheckRequirement"); \ +static_assert(sizeof(BP_SleepGas_Req_C_BP_CheckRequirement) == 0x0000E8, "Wrong size on BP_SleepGas_Req_C_BP_CheckRequirement"); \ +static_assert(offsetof(BP_SleepGas_Req_C_BP_CheckRequirement, Interactor) == 0x000000, "Member 'BP_SleepGas_Req_C_BP_CheckRequirement::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_SleepGas_Req_C_BP_CheckRequirement, OutData) == 0x000008, "Member 'BP_SleepGas_Req_C_BP_CheckRequirement::OutData' has a wrong offset!"); \ +static_assert(offsetof(BP_SleepGas_Req_C_BP_CheckRequirement, bIsSignalRequired) == 0x000048, "Member 'BP_SleepGas_Req_C_BP_CheckRequirement::bIsSignalRequired' has a wrong offset!"); \ +static_assert(offsetof(BP_SleepGas_Req_C_BP_CheckRequirement, bInIsScreenInteract) == 0x000049, "Member 'BP_SleepGas_Req_C_BP_CheckRequirement::bInIsScreenInteract' has a wrong offset!"); \ +static_assert(offsetof(BP_SleepGas_Req_C_BP_CheckRequirement, bIsCasing) == 0x00004A, "Member 'BP_SleepGas_Req_C_BP_CheckRequirement::bIsCasing' has a wrong offset!"); \ +static_assert(offsetof(BP_SleepGas_Req_C_BP_CheckRequirement, bIsEncumbered) == 0x00004B, "Member 'BP_SleepGas_Req_C_BP_CheckRequirement::bIsEncumbered' has a wrong offset!"); \ +static_assert(offsetof(BP_SleepGas_Req_C_BP_CheckRequirement, ReturnValue) == 0x00004C, "Member 'BP_SleepGas_Req_C_BP_CheckRequirement::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SleepGas_Req_C_BP_CheckRequirement, LocalOutData) == 0x000050, "Member 'BP_SleepGas_Req_C_BP_CheckRequirement::LocalOutData' has a wrong offset!"); \ +static_assert(offsetof(BP_SleepGas_Req_C_BP_CheckRequirement, Temp_bool_Variable) == 0x000090, "Member 'BP_SleepGas_Req_C_BP_CheckRequirement::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SleepGas_Req_C_BP_CheckRequirement, CallFunc_GetOwner_ReturnValue) == 0x000098, "Member 'BP_SleepGas_Req_C_BP_CheckRequirement::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SleepGas_Req_C_BP_CheckRequirement, K2Node_DynamicCast_AsCharacter) == 0x0000A0, "Member 'BP_SleepGas_Req_C_BP_CheckRequirement::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SleepGas_Req_C_BP_CheckRequirement, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'BP_SleepGas_Req_C_BP_CheckRequirement::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SleepGas_Req_C_BP_CheckRequirement, K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface) == 0x0000B0, "Member 'BP_SleepGas_Req_C_BP_CheckRequirement::K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_SleepGas_Req_C_BP_CheckRequirement, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'BP_SleepGas_Req_C_BP_CheckRequirement::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SleepGas_Req_C_BP_CheckRequirement, Temp_text_Variable) == 0x0000C8, "Member 'BP_SleepGas_Req_C_BP_CheckRequirement::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SleepGas_Req_C_BP_CheckRequirement, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x0000E0, "Member 'BP_SleepGas_Req_C_BP_CheckRequirement::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SleepGas_Req_C_BP_CheckRequirement, CallFunc_Array_Add_ReturnValue) == 0x0000E4, "Member 'BP_SleepGas_Req_C_BP_CheckRequirement::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SleepGas_Req_C \ +static_assert(alignof(UBP_SleepGas_Req_C) == 0x000008, "Wrong alignment on UBP_SleepGas_Req_C"); \ +static_assert(sizeof(UBP_SleepGas_Req_C) == 0x000030, "Wrong size on UBP_SleepGas_Req_C"); \ + +#define DUMPER7_ASSERTS_UGE_BlueRFIDTag_C \ +static_assert(alignof(UGE_BlueRFIDTag_C) == 0x000008, "Wrong alignment on UGE_BlueRFIDTag_C"); \ +static_assert(sizeof(UGE_BlueRFIDTag_C) == 0x0008C0, "Wrong size on UGE_BlueRFIDTag_C"); \ + +#define DUMPER7_ASSERTS_ABP_PenthouseHP_01_C \ +static_assert(alignof(ABP_PenthouseHP_01_C) == 0x000008, "Wrong alignment on ABP_PenthouseHP_01_C"); \ +static_assert(sizeof(ABP_PenthouseHP_01_C) == 0x0005F8, "Wrong size on ABP_PenthouseHP_01_C"); \ + +#define DUMPER7_ASSERTS_WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget \ +static_assert(alignof(WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget) == 0x000008, "Wrong alignment on WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget"); \ +static_assert(sizeof(WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget) == 0x0000F0, "Wrong size on WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget"); \ +static_assert(offsetof(WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget, EntryPoint) == 0x000000, "Member 'WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget, Temp_byte_Variable) == 0x000004, "Member 'WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget, Temp_text_Variable) == 0x000008, "Member 'WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget, Temp_text_Variable_1) == 0x000020, "Member 'WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget, Temp_text_Variable_2) == 0x000038, "Member 'WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget, Temp_text_Variable_3) == 0x000050, "Member 'WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget, Temp_text_Variable_4) == 0x000068, "Member 'WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget, Temp_text_Variable_5) == 0x000080, "Member 'WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget, Temp_text_Variable_6) == 0x000098, "Member 'WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget::Temp_text_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget, Temp_text_Variable_7) == 0x0000B0, "Member 'WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget::Temp_text_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget, K2Node_Event_NewState) == 0x0000C8, "Member 'WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000C9, "Member 'WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget, K2Node_Select_Default) == 0x0000D0, "Member 'WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000E8, "Member 'WBP_PocketDrillWidget_C_ExecuteUbergraph_WBP_PocketDrillWidget::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_PocketDrillWidget_C_OnUpdateBreachState \ +static_assert(alignof(WBP_PocketDrillWidget_C_OnUpdateBreachState) == 0x000001, "Wrong alignment on WBP_PocketDrillWidget_C_OnUpdateBreachState"); \ +static_assert(sizeof(WBP_PocketDrillWidget_C_OnUpdateBreachState) == 0x000001, "Wrong size on WBP_PocketDrillWidget_C_OnUpdateBreachState"); \ +static_assert(offsetof(WBP_PocketDrillWidget_C_OnUpdateBreachState, NewState) == 0x000000, "Member 'WBP_PocketDrillWidget_C_OnUpdateBreachState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_PocketDrillWidget_C \ +static_assert(alignof(UWBP_PocketDrillWidget_C) == 0x000008, "Wrong alignment on UWBP_PocketDrillWidget_C"); \ +static_assert(sizeof(UWBP_PocketDrillWidget_C) == 0x000310, "Wrong size on UWBP_PocketDrillWidget_C"); \ +static_assert(offsetof(UWBP_PocketDrillWidget_C, UberGraphFrame) == 0x0002F0, "Member 'UWBP_PocketDrillWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PocketDrillWidget_C, Image_590) == 0x0002F8, "Member 'UWBP_PocketDrillWidget_C::Image_590' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PocketDrillWidget_C, StateText) == 0x000300, "Member 'UWBP_PocketDrillWidget_C::StateText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_PocketDrillWidget_C, Target) == 0x000308, "Member 'UWBP_PocketDrillWidget_C::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGE_RedRFIDTag_C \ +static_assert(alignof(UGE_RedRFIDTag_C) == 0x000008, "Wrong alignment on UGE_RedRFIDTag_C"); \ +static_assert(sizeof(UGE_RedRFIDTag_C) == 0x0008C0, "Wrong size on UGE_RedRFIDTag_C"); \ + +#define DUMPER7_ASSERTS_BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer \ +static_assert(alignof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer) == 0x000008, "Wrong alignment on BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer"); \ +static_assert(sizeof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer) == 0x000278, "Wrong size on BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, EntryPoint) == 0x000000, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, Temp_struct_Variable) == 0x000008, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, Temp_delegate_Variable) == 0x000018, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, Temp_struct_Variable_1) == 0x000030, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, Temp_delegate_Variable_1) == 0x000040, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, Temp_struct_Variable_2) == 0x000058, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, Temp_delegate_Variable_2) == 0x000068, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, Temp_struct_Variable_3) == 0x000080, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, Temp_delegate_Variable_3) == 0x000090, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_Event_ProgressDone) == 0x0000A4, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_Event_ProgressDone' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, Temp_struct_Variable_4) == 0x0000A8, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, CallFunc_GetUserWidgetObject_ReturnValue) == 0x0000B8, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_Event_ProcessText) == 0x0000C0, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_Event_ProcessText' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_DynamicCast_AsWBP_Computer_Base) == 0x0000D8, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_DynamicCast_AsWBP_Computer_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_DynamicCast_bSuccess) == 0x0000E0, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, CallFunc_TextIsEmpty_ReturnValue) == 0x0000E1, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, Temp_delegate_Variable_4) == 0x0000E4, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::Temp_delegate_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, CallFunc_GetUserWidgetObject_ReturnValue_1) == 0x0000F8, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::CallFunc_GetUserWidgetObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, Temp_struct_Variable_5) == 0x000100, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_DynamicCast_AsWBP_Computer_Base_1) == 0x000110, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_DynamicCast_AsWBP_Computer_Base_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_DynamicCast_bSuccess_1) == 0x000118, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_Event_OldState) == 0x000119, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_Event_OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_Event_NewState) == 0x00011A, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_SwitchEnum_CmpSuccess) == 0x00011B, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, Temp_delegate_Variable_5) == 0x00011C, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::Temp_delegate_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, CallFunc_GetUserWidgetObject_ReturnValue_2) == 0x000130, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::CallFunc_GetUserWidgetObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, Temp_struct_Variable_6) == 0x000138, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_DynamicCast_AsWBP_Computer_Base_2) == 0x000148, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_DynamicCast_AsWBP_Computer_Base_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_DynamicCast_bSuccess_2) == 0x000150, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, CallFunc_GetUserWidgetObject_ReturnValue_3) == 0x000158, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::CallFunc_GetUserWidgetObject_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_DynamicCast_AsWBP_Computer_Base_3) == 0x000160, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_DynamicCast_AsWBP_Computer_Base_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_DynamicCast_bSuccess_3) == 0x000168, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, CallFunc_GetUserWidgetObject_ReturnValue_4) == 0x000170, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::CallFunc_GetUserWidgetObject_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_DynamicCast_AsWBP_Computer_Base_4) == 0x000178, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_DynamicCast_AsWBP_Computer_Base_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_DynamicCast_bSuccess_4) == 0x000180, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, CallFunc_PostEvent_ReturnValue) == 0x000184, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000188, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_Event_NewIndex) == 0x00018C, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_Event_NewIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, CallFunc_GetUserWidgetObject_ReturnValue_5) == 0x000190, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::CallFunc_GetUserWidgetObject_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x000198, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_DynamicCast_AsWBP_Computer_Base_5) == 0x0001A0, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_DynamicCast_AsWBP_Computer_Base_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_DynamicCast_bSuccess_5) == 0x0001A8, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, Temp_delegate_Variable_6) == 0x0001AC, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::Temp_delegate_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_Event_SucessText) == 0x0001C0, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_Event_SucessText' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, Temp_struct_Variable_7) == 0x0001D8, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, CallFunc_GetUserWidgetObject_ReturnValue_6) == 0x0001E8, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::CallFunc_GetUserWidgetObject_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, Temp_delegate_Variable_7) == 0x0001F0, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::Temp_delegate_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_DynamicCast_AsWBP_Computer_Base_6) == 0x000208, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_DynamicCast_AsWBP_Computer_Base_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_DynamicCast_bSuccess_6) == 0x000210, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, CallFunc_PostEvent_ReturnValue_1) == 0x000214, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_ComponentBoundEvent_Interactable_2) == 0x000218, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_ComponentBoundEvent_Interactable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_ComponentBoundEvent_Interactor_2) == 0x000220, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_ComponentBoundEvent_Interactor_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_2) == 0x000228, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_ComponentBoundEvent_Interactable_1) == 0x000230, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_ComponentBoundEvent_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_ComponentBoundEvent_Interactor_1) == 0x000238, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_ComponentBoundEvent_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1) == 0x000240, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, CallFunc_PostEvent_ReturnValue_2) == 0x000244, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, CallFunc_PostEvent_ReturnValue_3) == 0x000248, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, CallFunc_PostEvent_ReturnValue_4) == 0x00024C, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, CallFunc_PostEvent_ReturnValue_5) == 0x000250, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::CallFunc_PostEvent_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, CallFunc_PostEvent_ReturnValue_6) == 0x000254, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::CallFunc_PostEvent_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, CallFunc_PostEvent_ReturnValue_7) == 0x000258, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::CallFunc_PostEvent_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_ComponentBoundEvent_Interactable) == 0x000260, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_ComponentBoundEvent_Interactor) == 0x000268, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000270, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, CallFunc_IsDedicatedServer_ReturnValue) == 0x000271, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, CallFunc_IsDedicatedServer_ReturnValue_1) == 0x000272, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::CallFunc_IsDedicatedServer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, CallFunc_IsDedicatedServer_ReturnValue_2) == 0x000273, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::CallFunc_IsDedicatedServer_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, CallFunc_IsDedicatedServer_ReturnValue_3) == 0x000274, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::CallFunc_IsDedicatedServer_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, CallFunc_IsDedicatedServer_ReturnValue_4) == 0x000275, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::CallFunc_IsDedicatedServer_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, CallFunc_IsDedicatedServer_ReturnValue_5) == 0x000276, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::CallFunc_IsDedicatedServer_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer, CallFunc_IsDedicatedServer_ReturnValue_6) == 0x000277, "Member 'BP_GenericHackableComputer_C_ExecuteUbergraph_BP_GenericHackableComputer::CallFunc_IsDedicatedServer_ReturnValue_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_GenericHackableComputer_C_BndEvt__BP_GenericHackableComputer_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GenericHackableComputer_C_BP_UpdateCustomSuccessText \ +static_assert(alignof(BP_GenericHackableComputer_C_BP_UpdateCustomSuccessText) == 0x000008, "Wrong alignment on BP_GenericHackableComputer_C_BP_UpdateCustomSuccessText"); \ +static_assert(sizeof(BP_GenericHackableComputer_C_BP_UpdateCustomSuccessText) == 0x000018, "Wrong size on BP_GenericHackableComputer_C_BP_UpdateCustomSuccessText"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_BP_UpdateCustomSuccessText, SucessText) == 0x000000, "Member 'BP_GenericHackableComputer_C_BP_UpdateCustomSuccessText::SucessText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GenericHackableComputer_C_BP_DisplayTextIndexChanged \ +static_assert(alignof(BP_GenericHackableComputer_C_BP_DisplayTextIndexChanged) == 0x000004, "Wrong alignment on BP_GenericHackableComputer_C_BP_DisplayTextIndexChanged"); \ +static_assert(sizeof(BP_GenericHackableComputer_C_BP_DisplayTextIndexChanged) == 0x000004, "Wrong size on BP_GenericHackableComputer_C_BP_DisplayTextIndexChanged"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_BP_DisplayTextIndexChanged, NewIndex) == 0x000000, "Member 'BP_GenericHackableComputer_C_BP_DisplayTextIndexChanged::NewIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GenericHackableComputer_C_BP_OnStateChanged \ +static_assert(alignof(BP_GenericHackableComputer_C_BP_OnStateChanged) == 0x000001, "Wrong alignment on BP_GenericHackableComputer_C_BP_OnStateChanged"); \ +static_assert(sizeof(BP_GenericHackableComputer_C_BP_OnStateChanged) == 0x000002, "Wrong size on BP_GenericHackableComputer_C_BP_OnStateChanged"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_BP_OnStateChanged, OldState) == 0x000000, "Member 'BP_GenericHackableComputer_C_BP_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_BP_OnStateChanged, NewState) == 0x000001, "Member 'BP_GenericHackableComputer_C_BP_OnStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GenericHackableComputer_C_BP_OnHackingStarted \ +static_assert(alignof(BP_GenericHackableComputer_C_BP_OnHackingStarted) == 0x000008, "Wrong alignment on BP_GenericHackableComputer_C_BP_OnHackingStarted"); \ +static_assert(sizeof(BP_GenericHackableComputer_C_BP_OnHackingStarted) == 0x000018, "Wrong size on BP_GenericHackableComputer_C_BP_OnHackingStarted"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_BP_OnHackingStarted, ProcessText) == 0x000000, "Member 'BP_GenericHackableComputer_C_BP_OnHackingStarted::ProcessText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GenericHackableComputer_C_BP_UpdateProgressBar \ +static_assert(alignof(BP_GenericHackableComputer_C_BP_UpdateProgressBar) == 0x000004, "Wrong alignment on BP_GenericHackableComputer_C_BP_UpdateProgressBar"); \ +static_assert(sizeof(BP_GenericHackableComputer_C_BP_UpdateProgressBar) == 0x000004, "Wrong size on BP_GenericHackableComputer_C_BP_UpdateProgressBar"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_BP_UpdateProgressBar, ProgressDone) == 0x000000, "Member 'BP_GenericHackableComputer_C_BP_UpdateProgressBar::ProgressDone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GenericHackableComputer_C_VisionPredicate \ +static_assert(alignof(BP_GenericHackableComputer_C_VisionPredicate) == 0x000008, "Wrong alignment on BP_GenericHackableComputer_C_VisionPredicate"); \ +static_assert(sizeof(BP_GenericHackableComputer_C_VisionPredicate) == 0x000030, "Wrong size on BP_GenericHackableComputer_C_VisionPredicate"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_VisionPredicate, Viewer) == 0x000000, "Member 'BP_GenericHackableComputer_C_VisionPredicate::Viewer' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_VisionPredicate, ReturnValue) == 0x000008, "Member 'BP_GenericHackableComputer_C_VisionPredicate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_VisionPredicate, CallFunc_GetActorRightVector_ReturnValue) == 0x00000C, "Member 'BP_GenericHackableComputer_C_VisionPredicate::CallFunc_GetActorRightVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_VisionPredicate, CallFunc_GetActorForwardVector_ReturnValue) == 0x000018, "Member 'BP_GenericHackableComputer_C_VisionPredicate::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_VisionPredicate, CallFunc_Dot_VectorVector_ReturnValue) == 0x000024, "Member 'BP_GenericHackableComputer_C_VisionPredicate::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericHackableComputer_C_VisionPredicate, CallFunc_Less_FloatFloat_ReturnValue) == 0x000028, "Member 'BP_GenericHackableComputer_C_VisionPredicate::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GenericHackableComputer_C \ +static_assert(alignof(ABP_GenericHackableComputer_C) == 0x000008, "Wrong alignment on ABP_GenericHackableComputer_C"); \ +static_assert(sizeof(ABP_GenericHackableComputer_C) == 0x000568, "Wrong size on ABP_GenericHackableComputer_C"); \ +static_assert(offsetof(ABP_GenericHackableComputer_C, UberGraphFrame) == 0x0004E8, "Member 'ABP_GenericHackableComputer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_GenericHackableComputer_C, SBZAIObjective) == 0x0004F0, "Member 'ABP_GenericHackableComputer_C::SBZAIObjective' has a wrong offset!"); \ +static_assert(offsetof(ABP_GenericHackableComputer_C, Widget) == 0x0004F8, "Member 'ABP_GenericHackableComputer_C::Widget' has a wrong offset!"); \ +static_assert(offsetof(ABP_GenericHackableComputer_C, IsGainedAccess) == 0x000500, "Member 'ABP_GenericHackableComputer_C::IsGainedAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_GenericHackableComputer_C, state) == 0x000501, "Member 'ABP_GenericHackableComputer_C::state' has a wrong offset!"); \ +static_assert(offsetof(ABP_GenericHackableComputer_C, promptInitial) == 0x000508, "Member 'ABP_GenericHackableComputer_C::promptInitial' has a wrong offset!"); \ +static_assert(offsetof(ABP_GenericHackableComputer_C, promptResume) == 0x000520, "Member 'ABP_GenericHackableComputer_C::promptResume' has a wrong offset!"); \ +static_assert(offsetof(ABP_GenericHackableComputer_C, promptAccess) == 0x000538, "Member 'ABP_GenericHackableComputer_C::promptAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_GenericHackableComputer_C, promptNextSlide) == 0x000550, "Member 'ABP_GenericHackableComputer_C::promptNextSlide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RFIDTagBase_C_ExecuteUbergraph_BP_RFIDTagBase \ +static_assert(alignof(BP_RFIDTagBase_C_ExecuteUbergraph_BP_RFIDTagBase) == 0x000008, "Wrong alignment on BP_RFIDTagBase_C_ExecuteUbergraph_BP_RFIDTagBase"); \ +static_assert(sizeof(BP_RFIDTagBase_C_ExecuteUbergraph_BP_RFIDTagBase) == 0x000020, "Wrong size on BP_RFIDTagBase_C_ExecuteUbergraph_BP_RFIDTagBase"); \ +static_assert(offsetof(BP_RFIDTagBase_C_ExecuteUbergraph_BP_RFIDTagBase, EntryPoint) == 0x000000, "Member 'BP_RFIDTagBase_C_ExecuteUbergraph_BP_RFIDTagBase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_RFIDTagBase_C_ExecuteUbergraph_BP_RFIDTagBase, K2Node_ComponentBoundEvent_Interactable) == 0x000008, "Member 'BP_RFIDTagBase_C_ExecuteUbergraph_BP_RFIDTagBase::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_RFIDTagBase_C_ExecuteUbergraph_BP_RFIDTagBase, K2Node_ComponentBoundEvent_Interactor) == 0x000010, "Member 'BP_RFIDTagBase_C_ExecuteUbergraph_BP_RFIDTagBase::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_RFIDTagBase_C_ExecuteUbergraph_BP_RFIDTagBase, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000018, "Member 'BP_RFIDTagBase_C_ExecuteUbergraph_BP_RFIDTagBase::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RFIDTagBase_C_BndEvt__BP_RFIDTagBase_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_RFIDTagBase_C_BndEvt__BP_RFIDTagBase_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_RFIDTagBase_C_BndEvt__BP_RFIDTagBase_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_RFIDTagBase_C_BndEvt__BP_RFIDTagBase_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_RFIDTagBase_C_BndEvt__BP_RFIDTagBase_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_RFIDTagBase_C_BndEvt__BP_RFIDTagBase_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_RFIDTagBase_C_BndEvt__BP_RFIDTagBase_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_RFIDTagBase_C_BndEvt__BP_RFIDTagBase_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_RFIDTagBase_C_BndEvt__BP_RFIDTagBase_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_RFIDTagBase_C_BndEvt__BP_RFIDTagBase_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_RFIDTagBase_C_BndEvt__BP_RFIDTagBase_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RFIDTagBase_C \ +static_assert(alignof(ABP_RFIDTagBase_C) == 0x000008, "Wrong alignment on ABP_RFIDTagBase_C"); \ +static_assert(sizeof(ABP_RFIDTagBase_C) == 0x0002E8, "Wrong size on ABP_RFIDTagBase_C"); \ +static_assert(offsetof(ABP_RFIDTagBase_C, UberGraphFrame) == 0x0002D0, "Member 'ABP_RFIDTagBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_RFIDTagBase_C, SBZOutline) == 0x0002D8, "Member 'ABP_RFIDTagBase_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_RFIDTagBase_C, StaticMesh) == 0x0002E0, "Member 'ABP_RFIDTagBase_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGE_SpikeStrip_C \ +static_assert(alignof(UGE_SpikeStrip_C) == 0x000008, "Wrong alignment on UGE_SpikeStrip_C"); \ +static_assert(sizeof(UGE_SpikeStrip_C) == 0x0008C0, "Wrong size on UGE_SpikeStrip_C"); \ + +#define DUMPER7_ASSERTS_UGE_BreachingEquipmentFuelTank_C \ +static_assert(alignof(UGE_BreachingEquipmentFuelTank_C) == 0x000008, "Wrong alignment on UGE_BreachingEquipmentFuelTank_C"); \ +static_assert(sizeof(UGE_BreachingEquipmentFuelTank_C) == 0x0008C0, "Wrong size on UGE_BreachingEquipmentFuelTank_C"); \ + +#define DUMPER7_ASSERTS_BPI_BinaryReactor_C_setBinaryState \ +static_assert(alignof(BPI_BinaryReactor_C_setBinaryState) == 0x000001, "Wrong alignment on BPI_BinaryReactor_C_setBinaryState"); \ +static_assert(sizeof(BPI_BinaryReactor_C_setBinaryState) == 0x000001, "Wrong size on BPI_BinaryReactor_C_setBinaryState"); \ +static_assert(offsetof(BPI_BinaryReactor_C_setBinaryState, state) == 0x000000, "Member 'BPI_BinaryReactor_C_setBinaryState::state' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_BinaryReactor_C \ +static_assert(alignof(IBPI_BinaryReactor_C) == 0x000001, "Wrong alignment on IBPI_BinaryReactor_C"); \ +static_assert(sizeof(IBPI_BinaryReactor_C) == 0x000001, "Wrong size on IBPI_BinaryReactor_C"); \ + +#define DUMPER7_ASSERTS_UGE_FakeID_C \ +static_assert(alignof(UGE_FakeID_C) == 0x000008, "Wrong alignment on UGE_FakeID_C"); \ +static_assert(sizeof(UGE_FakeID_C) == 0x0008C0, "Wrong size on UGE_FakeID_C"); \ + +#define DUMPER7_ASSERTS_BP_CarriedInteractableBase_C_ExecuteUbergraph_BP_CarriedInteractableBase \ +static_assert(alignof(BP_CarriedInteractableBase_C_ExecuteUbergraph_BP_CarriedInteractableBase) == 0x000008, "Wrong alignment on BP_CarriedInteractableBase_C_ExecuteUbergraph_BP_CarriedInteractableBase"); \ +static_assert(sizeof(BP_CarriedInteractableBase_C_ExecuteUbergraph_BP_CarriedInteractableBase) == 0x000020, "Wrong size on BP_CarriedInteractableBase_C_ExecuteUbergraph_BP_CarriedInteractableBase"); \ +static_assert(offsetof(BP_CarriedInteractableBase_C_ExecuteUbergraph_BP_CarriedInteractableBase, EntryPoint) == 0x000000, "Member 'BP_CarriedInteractableBase_C_ExecuteUbergraph_BP_CarriedInteractableBase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedInteractableBase_C_ExecuteUbergraph_BP_CarriedInteractableBase, K2Node_ComponentBoundEvent_Interactable) == 0x000008, "Member 'BP_CarriedInteractableBase_C_ExecuteUbergraph_BP_CarriedInteractableBase::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedInteractableBase_C_ExecuteUbergraph_BP_CarriedInteractableBase, K2Node_ComponentBoundEvent_Interactor) == 0x000010, "Member 'BP_CarriedInteractableBase_C_ExecuteUbergraph_BP_CarriedInteractableBase::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedInteractableBase_C_ExecuteUbergraph_BP_CarriedInteractableBase, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000018, "Member 'BP_CarriedInteractableBase_C_ExecuteUbergraph_BP_CarriedInteractableBase::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CarriedInteractableBase_C_BndEvt__BP_CarriedInteractableBase_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_CarriedInteractableBase_C_BndEvt__BP_CarriedInteractableBase_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_CarriedInteractableBase_C_BndEvt__BP_CarriedInteractableBase_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_CarriedInteractableBase_C_BndEvt__BP_CarriedInteractableBase_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_CarriedInteractableBase_C_BndEvt__BP_CarriedInteractableBase_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_CarriedInteractableBase_C_BndEvt__BP_CarriedInteractableBase_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_CarriedInteractableBase_C_BndEvt__BP_CarriedInteractableBase_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedInteractableBase_C_BndEvt__BP_CarriedInteractableBase_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_CarriedInteractableBase_C_BndEvt__BP_CarriedInteractableBase_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedInteractableBase_C_BndEvt__BP_CarriedInteractableBase_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_CarriedInteractableBase_C_BndEvt__BP_CarriedInteractableBase_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CarriedInteractableBase_C_GetSensorOutlineComponent \ +static_assert(alignof(BP_CarriedInteractableBase_C_GetSensorOutlineComponent) == 0x000008, "Wrong alignment on BP_CarriedInteractableBase_C_GetSensorOutlineComponent"); \ +static_assert(sizeof(BP_CarriedInteractableBase_C_GetSensorOutlineComponent) == 0x000008, "Wrong size on BP_CarriedInteractableBase_C_GetSensorOutlineComponent"); \ +static_assert(offsetof(BP_CarriedInteractableBase_C_GetSensorOutlineComponent, ReturnValue) == 0x000000, "Member 'BP_CarriedInteractableBase_C_GetSensorOutlineComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CarriedInteractableBase_C_GetSensorComponent \ +static_assert(alignof(BP_CarriedInteractableBase_C_GetSensorComponent) == 0x000008, "Wrong alignment on BP_CarriedInteractableBase_C_GetSensorComponent"); \ +static_assert(sizeof(BP_CarriedInteractableBase_C_GetSensorComponent) == 0x000008, "Wrong size on BP_CarriedInteractableBase_C_GetSensorComponent"); \ +static_assert(offsetof(BP_CarriedInteractableBase_C_GetSensorComponent, ReturnValue) == 0x000000, "Member 'BP_CarriedInteractableBase_C_GetSensorComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarriedInteractableBase_C \ +static_assert(alignof(ABP_CarriedInteractableBase_C) == 0x000008, "Wrong alignment on ABP_CarriedInteractableBase_C"); \ +static_assert(sizeof(ABP_CarriedInteractableBase_C) == 0x000320, "Wrong size on ABP_CarriedInteractableBase_C"); \ +static_assert(offsetof(ABP_CarriedInteractableBase_C, UberGraphFrame) == 0x0002E0, "Member 'ABP_CarriedInteractableBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarriedInteractableBase_C, SBZOutline_1) == 0x0002E8, "Member 'ABP_CarriedInteractableBase_C::SBZOutline_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarriedInteractableBase_C, SBZSensor) == 0x0002F0, "Member 'ABP_CarriedInteractableBase_C::SBZSensor' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarriedInteractableBase_C, TextRender) == 0x0002F8, "Member 'ABP_CarriedInteractableBase_C::TextRender' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarriedInteractableBase_C, Cube) == 0x000300, "Member 'ABP_CarriedInteractableBase_C::Cube' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarriedInteractableBase_C, SBZAIObjective) == 0x000308, "Member 'ABP_CarriedInteractableBase_C::SBZAIObjective' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarriedInteractableBase_C, SBZOutline) == 0x000310, "Member 'ABP_CarriedInteractableBase_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarriedInteractableBase_C, StaticMesh) == 0x000318, "Member 'ABP_CarriedInteractableBase_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGE_RedKeycard_C \ +static_assert(alignof(UGE_RedKeycard_C) == 0x000008, "Wrong alignment on UGE_RedKeycard_C"); \ +static_assert(sizeof(UGE_RedKeycard_C) == 0x0008C0, "Wrong size on UGE_RedKeycard_C"); \ + +#define DUMPER7_ASSERTS_BP_KeycardBase_C_ExecuteUbergraph_BP_KeycardBase \ +static_assert(alignof(BP_KeycardBase_C_ExecuteUbergraph_BP_KeycardBase) == 0x000008, "Wrong alignment on BP_KeycardBase_C_ExecuteUbergraph_BP_KeycardBase"); \ +static_assert(sizeof(BP_KeycardBase_C_ExecuteUbergraph_BP_KeycardBase) == 0x000020, "Wrong size on BP_KeycardBase_C_ExecuteUbergraph_BP_KeycardBase"); \ +static_assert(offsetof(BP_KeycardBase_C_ExecuteUbergraph_BP_KeycardBase, EntryPoint) == 0x000000, "Member 'BP_KeycardBase_C_ExecuteUbergraph_BP_KeycardBase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_KeycardBase_C_ExecuteUbergraph_BP_KeycardBase, K2Node_ComponentBoundEvent_Interactable) == 0x000008, "Member 'BP_KeycardBase_C_ExecuteUbergraph_BP_KeycardBase::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeycardBase_C_ExecuteUbergraph_BP_KeycardBase, K2Node_ComponentBoundEvent_Interactor) == 0x000010, "Member 'BP_KeycardBase_C_ExecuteUbergraph_BP_KeycardBase::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_KeycardBase_C_ExecuteUbergraph_BP_KeycardBase, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000018, "Member 'BP_KeycardBase_C_ExecuteUbergraph_BP_KeycardBase::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeycardBase_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_KeycardBase_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_KeycardBase_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_KeycardBase_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_KeycardBase_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_KeycardBase_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_KeycardBase_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_KeycardBase_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_KeycardBase_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_KeycardBase_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_KeycardBase_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeycardBase_C_GetSensorOutlineComponent \ +static_assert(alignof(BP_KeycardBase_C_GetSensorOutlineComponent) == 0x000008, "Wrong alignment on BP_KeycardBase_C_GetSensorOutlineComponent"); \ +static_assert(sizeof(BP_KeycardBase_C_GetSensorOutlineComponent) == 0x000008, "Wrong size on BP_KeycardBase_C_GetSensorOutlineComponent"); \ +static_assert(offsetof(BP_KeycardBase_C_GetSensorOutlineComponent, ReturnValue) == 0x000000, "Member 'BP_KeycardBase_C_GetSensorOutlineComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeycardBase_C_GetSensorComponent \ +static_assert(alignof(BP_KeycardBase_C_GetSensorComponent) == 0x000008, "Wrong alignment on BP_KeycardBase_C_GetSensorComponent"); \ +static_assert(sizeof(BP_KeycardBase_C_GetSensorComponent) == 0x000008, "Wrong size on BP_KeycardBase_C_GetSensorComponent"); \ +static_assert(offsetof(BP_KeycardBase_C_GetSensorComponent, ReturnValue) == 0x000000, "Member 'BP_KeycardBase_C_GetSensorComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_KeycardBase_C \ +static_assert(alignof(ABP_KeycardBase_C) == 0x000008, "Wrong alignment on ABP_KeycardBase_C"); \ +static_assert(sizeof(ABP_KeycardBase_C) == 0x000308, "Wrong size on ABP_KeycardBase_C"); \ +static_assert(offsetof(ABP_KeycardBase_C, UberGraphFrame) == 0x0002D0, "Member 'ABP_KeycardBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeycardBase_C, SBZSensor) == 0x0002D8, "Member 'ABP_KeycardBase_C::SBZSensor' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeycardBase_C, Cube) == 0x0002E0, "Member 'ABP_KeycardBase_C::Cube' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeycardBase_C, TextRender) == 0x0002E8, "Member 'ABP_KeycardBase_C::TextRender' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeycardBase_C, SBZAIObjective) == 0x0002F0, "Member 'ABP_KeycardBase_C::SBZAIObjective' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeycardBase_C, SBZOutline) == 0x0002F8, "Member 'ABP_KeycardBase_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeycardBase_C, StaticMesh) == 0x000300, "Member 'ABP_KeycardBase_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGE_PortableSSD_C \ +static_assert(alignof(UGE_PortableSSD_C) == 0x000008, "Wrong alignment on UGE_PortableSSD_C"); \ +static_assert(sizeof(UGE_PortableSSD_C) == 0x0008C0, "Wrong size on UGE_PortableSSD_C"); \ + +#define DUMPER7_ASSERTS_ACH_Joy_C \ +static_assert(alignof(ACH_Joy_C) == 0x000010, "Wrong alignment on ACH_Joy_C"); \ +static_assert(sizeof(ACH_Joy_C) == 0x0021F0, "Wrong size on ACH_Joy_C"); \ + +#define DUMPER7_ASSERTS_UGE_PenthousePoison_C \ +static_assert(alignof(UGE_PenthousePoison_C) == 0x000008, "Wrong alignment on UGE_PenthousePoison_C"); \ +static_assert(sizeof(UGE_PenthousePoison_C) == 0x0008C0, "Wrong size on UGE_PenthousePoison_C"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActorPoisonBottle_C_ExecuteUbergraph_BP_ReplicatedBinaryActorPoisonBottle \ +static_assert(alignof(BP_ReplicatedBinaryActorPoisonBottle_C_ExecuteUbergraph_BP_ReplicatedBinaryActorPoisonBottle) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryActorPoisonBottle_C_ExecuteUbergraph_BP_ReplicatedBinaryActorPoisonBottle"); \ +static_assert(sizeof(BP_ReplicatedBinaryActorPoisonBottle_C_ExecuteUbergraph_BP_ReplicatedBinaryActorPoisonBottle) == 0x000020, "Wrong size on BP_ReplicatedBinaryActorPoisonBottle_C_ExecuteUbergraph_BP_ReplicatedBinaryActorPoisonBottle"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorPoisonBottle_C_ExecuteUbergraph_BP_ReplicatedBinaryActorPoisonBottle, EntryPoint) == 0x000000, "Member 'BP_ReplicatedBinaryActorPoisonBottle_C_ExecuteUbergraph_BP_ReplicatedBinaryActorPoisonBottle::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorPoisonBottle_C_ExecuteUbergraph_BP_ReplicatedBinaryActorPoisonBottle, K2Node_Event_bStateToChangeTo) == 0x000004, "Member 'BP_ReplicatedBinaryActorPoisonBottle_C_ExecuteUbergraph_BP_ReplicatedBinaryActorPoisonBottle::K2Node_Event_bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorPoisonBottle_C_ExecuteUbergraph_BP_ReplicatedBinaryActorPoisonBottle, K2Node_Event_bDoCosmetics) == 0x000005, "Member 'BP_ReplicatedBinaryActorPoisonBottle_C_ExecuteUbergraph_BP_ReplicatedBinaryActorPoisonBottle::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorPoisonBottle_C_ExecuteUbergraph_BP_ReplicatedBinaryActorPoisonBottle, K2Node_ComponentBoundEvent_Interactable) == 0x000008, "Member 'BP_ReplicatedBinaryActorPoisonBottle_C_ExecuteUbergraph_BP_ReplicatedBinaryActorPoisonBottle::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorPoisonBottle_C_ExecuteUbergraph_BP_ReplicatedBinaryActorPoisonBottle, K2Node_ComponentBoundEvent_Interactor) == 0x000010, "Member 'BP_ReplicatedBinaryActorPoisonBottle_C_ExecuteUbergraph_BP_ReplicatedBinaryActorPoisonBottle::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorPoisonBottle_C_ExecuteUbergraph_BP_ReplicatedBinaryActorPoisonBottle, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000018, "Member 'BP_ReplicatedBinaryActorPoisonBottle_C_ExecuteUbergraph_BP_ReplicatedBinaryActorPoisonBottle::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorPoisonBottle_C_ExecuteUbergraph_BP_ReplicatedBinaryActorPoisonBottle, K2Node_CustomEvent_Emabled) == 0x000019, "Member 'BP_ReplicatedBinaryActorPoisonBottle_C_ExecuteUbergraph_BP_ReplicatedBinaryActorPoisonBottle::K2Node_CustomEvent_Emabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActorPoisonBottle_C_SetInteractionEnabled \ +static_assert(alignof(BP_ReplicatedBinaryActorPoisonBottle_C_SetInteractionEnabled) == 0x000001, "Wrong alignment on BP_ReplicatedBinaryActorPoisonBottle_C_SetInteractionEnabled"); \ +static_assert(sizeof(BP_ReplicatedBinaryActorPoisonBottle_C_SetInteractionEnabled) == 0x000001, "Wrong size on BP_ReplicatedBinaryActorPoisonBottle_C_SetInteractionEnabled"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorPoisonBottle_C_SetInteractionEnabled, Emabled) == 0x000000, "Member 'BP_ReplicatedBinaryActorPoisonBottle_C_SetInteractionEnabled::Emabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActorPoisonBottle_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_ReplicatedBinaryActorPoisonBottle_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryActorPoisonBottle_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_ReplicatedBinaryActorPoisonBottle_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_ReplicatedBinaryActorPoisonBottle_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorPoisonBottle_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_ReplicatedBinaryActorPoisonBottle_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorPoisonBottle_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_ReplicatedBinaryActorPoisonBottle_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorPoisonBottle_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_ReplicatedBinaryActorPoisonBottle_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActorPoisonBottle_C_OnStateChanged \ +static_assert(alignof(BP_ReplicatedBinaryActorPoisonBottle_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_ReplicatedBinaryActorPoisonBottle_C_OnStateChanged"); \ +static_assert(sizeof(BP_ReplicatedBinaryActorPoisonBottle_C_OnStateChanged) == 0x000002, "Wrong size on BP_ReplicatedBinaryActorPoisonBottle_C_OnStateChanged"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorPoisonBottle_C_OnStateChanged, bStateToChangeTo) == 0x000000, "Member 'BP_ReplicatedBinaryActorPoisonBottle_C_OnStateChanged::bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorPoisonBottle_C_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_ReplicatedBinaryActorPoisonBottle_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ReplicatedBinaryActorPoisonBottle_C \ +static_assert(alignof(ABP_ReplicatedBinaryActorPoisonBottle_C) == 0x000008, "Wrong alignment on ABP_ReplicatedBinaryActorPoisonBottle_C"); \ +static_assert(sizeof(ABP_ReplicatedBinaryActorPoisonBottle_C) == 0x000310, "Wrong size on ABP_ReplicatedBinaryActorPoisonBottle_C"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorPoisonBottle_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_ReplicatedBinaryActorPoisonBottle_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorPoisonBottle_C, Bottle_01) == 0x0002E0, "Member 'ABP_ReplicatedBinaryActorPoisonBottle_C::Bottle_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorPoisonBottle_C, SBZInteractable) == 0x0002E8, "Member 'ABP_ReplicatedBinaryActorPoisonBottle_C::SBZInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorPoisonBottle_C, SBZOutline) == 0x0002F0, "Member 'ABP_ReplicatedBinaryActorPoisonBottle_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorPoisonBottle_C, DefaultSceneRoot) == 0x0002F8, "Member 'ABP_ReplicatedBinaryActorPoisonBottle_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorPoisonBottle_C, PoisonTaken) == 0x000300, "Member 'ABP_ReplicatedBinaryActorPoisonBottle_C::PoisonTaken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PortableSSD_C_ExecuteUbergraph_BP_PortableSSD \ +static_assert(alignof(BP_PortableSSD_C_ExecuteUbergraph_BP_PortableSSD) == 0x000008, "Wrong alignment on BP_PortableSSD_C_ExecuteUbergraph_BP_PortableSSD"); \ +static_assert(sizeof(BP_PortableSSD_C_ExecuteUbergraph_BP_PortableSSD) == 0x000060, "Wrong size on BP_PortableSSD_C_ExecuteUbergraph_BP_PortableSSD"); \ +static_assert(offsetof(BP_PortableSSD_C_ExecuteUbergraph_BP_PortableSSD, EntryPoint) == 0x000000, "Member 'BP_PortableSSD_C_ExecuteUbergraph_BP_PortableSSD::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PortableSSD_C_ExecuteUbergraph_BP_PortableSSD, K2Node_ComponentBoundEvent_Interactable) == 0x000008, "Member 'BP_PortableSSD_C_ExecuteUbergraph_BP_PortableSSD::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_PortableSSD_C_ExecuteUbergraph_BP_PortableSSD, K2Node_ComponentBoundEvent_Interactor) == 0x000010, "Member 'BP_PortableSSD_C_ExecuteUbergraph_BP_PortableSSD::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_PortableSSD_C_ExecuteUbergraph_BP_PortableSSD, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000018, "Member 'BP_PortableSSD_C_ExecuteUbergraph_BP_PortableSSD::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_PortableSSD_C_ExecuteUbergraph_BP_PortableSSD, Temp_struct_Variable) == 0x000020, "Member 'BP_PortableSSD_C_ExecuteUbergraph_BP_PortableSSD::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PortableSSD_C_ExecuteUbergraph_BP_PortableSSD, Temp_delegate_Variable) == 0x000030, "Member 'BP_PortableSSD_C_ExecuteUbergraph_BP_PortableSSD::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PortableSSD_C_ExecuteUbergraph_BP_PortableSSD, K2Node_ComponentBoundEvent_Interactable_1) == 0x000048, "Member 'BP_PortableSSD_C_ExecuteUbergraph_BP_PortableSSD::K2Node_ComponentBoundEvent_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PortableSSD_C_ExecuteUbergraph_BP_PortableSSD, K2Node_ComponentBoundEvent_Interactor_1) == 0x000050, "Member 'BP_PortableSSD_C_ExecuteUbergraph_BP_PortableSSD::K2Node_ComponentBoundEvent_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PortableSSD_C_ExecuteUbergraph_BP_PortableSSD, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1) == 0x000058, "Member 'BP_PortableSSD_C_ExecuteUbergraph_BP_PortableSSD::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PortableSSD_C_ExecuteUbergraph_BP_PortableSSD, CallFunc_PostEvent_ReturnValue) == 0x00005C, "Member 'BP_PortableSSD_C_ExecuteUbergraph_BP_PortableSSD::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PortableSSD_C_BndEvt__BP_PortableSSD_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_PortableSSD_C_BndEvt__BP_PortableSSD_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_PortableSSD_C_BndEvt__BP_PortableSSD_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_PortableSSD_C_BndEvt__BP_PortableSSD_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_PortableSSD_C_BndEvt__BP_PortableSSD_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_PortableSSD_C_BndEvt__BP_PortableSSD_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_PortableSSD_C_BndEvt__BP_PortableSSD_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PortableSSD_C_BndEvt__BP_PortableSSD_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_PortableSSD_C_BndEvt__BP_PortableSSD_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_PortableSSD_C_BndEvt__BP_PortableSSD_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_PortableSSD_C_BndEvt__BP_PortableSSD_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PortableSSD_C_BndEvt__BP_PortableSSD_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_PortableSSD_C_BndEvt__BP_PortableSSD_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_PortableSSD_C_BndEvt__BP_PortableSSD_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_PortableSSD_C_BndEvt__BP_PortableSSD_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_PortableSSD_C_BndEvt__BP_PortableSSD_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_PortableSSD_C_BndEvt__BP_PortableSSD_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_PortableSSD_C_BndEvt__BP_PortableSSD_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_PortableSSD_C_BndEvt__BP_PortableSSD_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_PortableSSD_C_BndEvt__BP_PortableSSD_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_PortableSSD_C_BndEvt__BP_PortableSSD_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_PortableSSD_C_BndEvt__BP_PortableSSD_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PortableSSD_C \ +static_assert(alignof(ABP_PortableSSD_C) == 0x000008, "Wrong alignment on ABP_PortableSSD_C"); \ +static_assert(sizeof(ABP_PortableSSD_C) == 0x0002F8, "Wrong size on ABP_PortableSSD_C"); \ +static_assert(offsetof(ABP_PortableSSD_C, UberGraphFrame) == 0x0002D0, "Member 'ABP_PortableSSD_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_PortableSSD_C, Block_Placeable_Collision) == 0x0002D8, "Member 'ABP_PortableSSD_C::Block_Placeable_Collision' has a wrong offset!"); \ +static_assert(offsetof(ABP_PortableSSD_C, SBZOutline) == 0x0002E0, "Member 'ABP_PortableSSD_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_PortableSSD_C, Cube) == 0x0002E8, "Member 'ABP_PortableSSD_C::Cube' has a wrong offset!"); \ +static_assert(offsetof(ABP_PortableSSD_C, Mesh) == 0x0002F0, "Member 'ABP_PortableSSD_C::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BlueKeycard_C_GetSensorComponent \ +static_assert(alignof(BP_BlueKeycard_C_GetSensorComponent) == 0x000008, "Wrong alignment on BP_BlueKeycard_C_GetSensorComponent"); \ +static_assert(sizeof(BP_BlueKeycard_C_GetSensorComponent) == 0x000008, "Wrong size on BP_BlueKeycard_C_GetSensorComponent"); \ +static_assert(offsetof(BP_BlueKeycard_C_GetSensorComponent, ReturnValue) == 0x000000, "Member 'BP_BlueKeycard_C_GetSensorComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BlueKeycard_C_GetSensorOutlineComponent \ +static_assert(alignof(BP_BlueKeycard_C_GetSensorOutlineComponent) == 0x000008, "Wrong alignment on BP_BlueKeycard_C_GetSensorOutlineComponent"); \ +static_assert(sizeof(BP_BlueKeycard_C_GetSensorOutlineComponent) == 0x000008, "Wrong size on BP_BlueKeycard_C_GetSensorOutlineComponent"); \ +static_assert(offsetof(BP_BlueKeycard_C_GetSensorOutlineComponent, ReturnValue) == 0x000000, "Member 'BP_BlueKeycard_C_GetSensorOutlineComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_BlueKeycard_C \ +static_assert(alignof(ABP_BlueKeycard_C) == 0x000008, "Wrong alignment on ABP_BlueKeycard_C"); \ +static_assert(sizeof(ABP_BlueKeycard_C) == 0x000320, "Wrong size on ABP_BlueKeycard_C"); \ +static_assert(offsetof(ABP_BlueKeycard_C, text) == 0x000308, "Member 'ABP_BlueKeycard_C::text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CarriedBlueKeycard_C_UserConstructionScript \ +static_assert(alignof(BP_CarriedBlueKeycard_C_UserConstructionScript) == 0x000001, "Wrong alignment on BP_CarriedBlueKeycard_C_UserConstructionScript"); \ +static_assert(sizeof(BP_CarriedBlueKeycard_C_UserConstructionScript) == 0x000001, "Wrong size on BP_CarriedBlueKeycard_C_UserConstructionScript"); \ +static_assert(offsetof(BP_CarriedBlueKeycard_C_UserConstructionScript, CallFunc_IsDedicatedServer_ReturnValue) == 0x000000, "Member 'BP_CarriedBlueKeycard_C_UserConstructionScript::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CarriedBlueKeycard_C_GetSensorOutlineComponent \ +static_assert(alignof(BP_CarriedBlueKeycard_C_GetSensorOutlineComponent) == 0x000008, "Wrong alignment on BP_CarriedBlueKeycard_C_GetSensorOutlineComponent"); \ +static_assert(sizeof(BP_CarriedBlueKeycard_C_GetSensorOutlineComponent) == 0x000008, "Wrong size on BP_CarriedBlueKeycard_C_GetSensorOutlineComponent"); \ +static_assert(offsetof(BP_CarriedBlueKeycard_C_GetSensorOutlineComponent, ReturnValue) == 0x000000, "Member 'BP_CarriedBlueKeycard_C_GetSensorOutlineComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CarriedBlueKeycard_C_GetSensorComponent \ +static_assert(alignof(BP_CarriedBlueKeycard_C_GetSensorComponent) == 0x000008, "Wrong alignment on BP_CarriedBlueKeycard_C_GetSensorComponent"); \ +static_assert(sizeof(BP_CarriedBlueKeycard_C_GetSensorComponent) == 0x000008, "Wrong size on BP_CarriedBlueKeycard_C_GetSensorComponent"); \ +static_assert(offsetof(BP_CarriedBlueKeycard_C_GetSensorComponent, ReturnValue) == 0x000000, "Member 'BP_CarriedBlueKeycard_C_GetSensorComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarriedBlueKeycard_C \ +static_assert(alignof(ABP_CarriedBlueKeycard_C) == 0x000008, "Wrong alignment on ABP_CarriedBlueKeycard_C"); \ +static_assert(sizeof(ABP_CarriedBlueKeycard_C) == 0x000338, "Wrong size on ABP_CarriedBlueKeycard_C"); \ +static_assert(offsetof(ABP_CarriedBlueKeycard_C, text) == 0x000320, "Member 'ABP_CarriedBlueKeycard_C::text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_Revolver_Justicar_C \ +static_assert(alignof(UBP_FireWeaponFeedback_Revolver_Justicar_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_Revolver_Justicar_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_Revolver_Justicar_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_Revolver_Justicar_C"); \ + +#define DUMPER7_ASSERTS_BP_LiquidNitrogenCanister_C_ExecuteUbergraph_BP_LiquidNitrogenCanister \ +static_assert(alignof(BP_LiquidNitrogenCanister_C_ExecuteUbergraph_BP_LiquidNitrogenCanister) == 0x000008, "Wrong alignment on BP_LiquidNitrogenCanister_C_ExecuteUbergraph_BP_LiquidNitrogenCanister"); \ +static_assert(sizeof(BP_LiquidNitrogenCanister_C_ExecuteUbergraph_BP_LiquidNitrogenCanister) == 0x000038, "Wrong size on BP_LiquidNitrogenCanister_C_ExecuteUbergraph_BP_LiquidNitrogenCanister"); \ +static_assert(offsetof(BP_LiquidNitrogenCanister_C_ExecuteUbergraph_BP_LiquidNitrogenCanister, EntryPoint) == 0x000000, "Member 'BP_LiquidNitrogenCanister_C_ExecuteUbergraph_BP_LiquidNitrogenCanister::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidNitrogenCanister_C_ExecuteUbergraph_BP_LiquidNitrogenCanister, K2Node_ComponentBoundEvent_Interactable) == 0x000008, "Member 'BP_LiquidNitrogenCanister_C_ExecuteUbergraph_BP_LiquidNitrogenCanister::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidNitrogenCanister_C_ExecuteUbergraph_BP_LiquidNitrogenCanister, K2Node_ComponentBoundEvent_Interactor) == 0x000010, "Member 'BP_LiquidNitrogenCanister_C_ExecuteUbergraph_BP_LiquidNitrogenCanister::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidNitrogenCanister_C_ExecuteUbergraph_BP_LiquidNitrogenCanister, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000018, "Member 'BP_LiquidNitrogenCanister_C_ExecuteUbergraph_BP_LiquidNitrogenCanister::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidNitrogenCanister_C_ExecuteUbergraph_BP_LiquidNitrogenCanister, K2Node_ComponentBoundEvent_Interactable_1) == 0x000020, "Member 'BP_LiquidNitrogenCanister_C_ExecuteUbergraph_BP_LiquidNitrogenCanister::K2Node_ComponentBoundEvent_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidNitrogenCanister_C_ExecuteUbergraph_BP_LiquidNitrogenCanister, K2Node_ComponentBoundEvent_Interactor_1) == 0x000028, "Member 'BP_LiquidNitrogenCanister_C_ExecuteUbergraph_BP_LiquidNitrogenCanister::K2Node_ComponentBoundEvent_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidNitrogenCanister_C_ExecuteUbergraph_BP_LiquidNitrogenCanister, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1) == 0x000030, "Member 'BP_LiquidNitrogenCanister_C_ExecuteUbergraph_BP_LiquidNitrogenCanister::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidNitrogenCanister_C_ExecuteUbergraph_BP_LiquidNitrogenCanister, K2Node_Event_bStateToChangeTo) == 0x000031, "Member 'BP_LiquidNitrogenCanister_C_ExecuteUbergraph_BP_LiquidNitrogenCanister::K2Node_Event_bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidNitrogenCanister_C_ExecuteUbergraph_BP_LiquidNitrogenCanister, K2Node_Event_bDoCosmetics) == 0x000032, "Member 'BP_LiquidNitrogenCanister_C_ExecuteUbergraph_BP_LiquidNitrogenCanister::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LiquidNitrogenCanister_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_LiquidNitrogenCanister_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_LiquidNitrogenCanister_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_LiquidNitrogenCanister_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_LiquidNitrogenCanister_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_LiquidNitrogenCanister_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_LiquidNitrogenCanister_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidNitrogenCanister_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_LiquidNitrogenCanister_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidNitrogenCanister_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_LiquidNitrogenCanister_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LiquidNitrogenCanister_C_OnStateChanged \ +static_assert(alignof(BP_LiquidNitrogenCanister_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_LiquidNitrogenCanister_C_OnStateChanged"); \ +static_assert(sizeof(BP_LiquidNitrogenCanister_C_OnStateChanged) == 0x000002, "Wrong size on BP_LiquidNitrogenCanister_C_OnStateChanged"); \ +static_assert(offsetof(BP_LiquidNitrogenCanister_C_OnStateChanged, bStateToChangeTo) == 0x000000, "Member 'BP_LiquidNitrogenCanister_C_OnStateChanged::bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidNitrogenCanister_C_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_LiquidNitrogenCanister_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LiquidNitrogenCanister_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_LiquidNitrogenCanister_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_LiquidNitrogenCanister_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_LiquidNitrogenCanister_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_LiquidNitrogenCanister_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_LiquidNitrogenCanister_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_LiquidNitrogenCanister_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidNitrogenCanister_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_LiquidNitrogenCanister_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_LiquidNitrogenCanister_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_LiquidNitrogenCanister_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LiquidNitrogenCanister_C \ +static_assert(alignof(ABP_LiquidNitrogenCanister_C) == 0x000008, "Wrong alignment on ABP_LiquidNitrogenCanister_C"); \ +static_assert(sizeof(ABP_LiquidNitrogenCanister_C) == 0x000318, "Wrong size on ABP_LiquidNitrogenCanister_C"); \ +static_assert(offsetof(ABP_LiquidNitrogenCanister_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_LiquidNitrogenCanister_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_LiquidNitrogenCanister_C, SBZOutline) == 0x0002E0, "Member 'ABP_LiquidNitrogenCanister_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_LiquidNitrogenCanister_C, SBZAIObjective) == 0x0002E8, "Member 'ABP_LiquidNitrogenCanister_C::SBZAIObjective' has a wrong offset!"); \ +static_assert(offsetof(ABP_LiquidNitrogenCanister_C, Interactable) == 0x0002F0, "Member 'ABP_LiquidNitrogenCanister_C::Interactable' has a wrong offset!"); \ +static_assert(offsetof(ABP_LiquidNitrogenCanister_C, Mesh) == 0x0002F8, "Member 'ABP_LiquidNitrogenCanister_C::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_LiquidNitrogenCanister_C, DefaultSceneRoot) == 0x000300, "Member 'ABP_LiquidNitrogenCanister_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LiquidNitrogenCanister_C, OnAckCompleteInteraction) == 0x000308, "Member 'ABP_LiquidNitrogenCanister_C::OnAckCompleteInteraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_RedKeycardRequirement_C \ +static_assert(alignof(UBP_RedKeycardRequirement_C) == 0x000008, "Wrong alignment on UBP_RedKeycardRequirement_C"); \ +static_assert(sizeof(UBP_RedKeycardRequirement_C) == 0x000058, "Wrong size on UBP_RedKeycardRequirement_C"); \ + +#define DUMPER7_ASSERTS_BP_DigitPassword_Decal_C_UserConstructionScript \ +static_assert(alignof(BP_DigitPassword_Decal_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_DigitPassword_Decal_C_UserConstructionScript"); \ +static_assert(sizeof(BP_DigitPassword_Decal_C_UserConstructionScript) == 0x000030, "Wrong size on BP_DigitPassword_Decal_C_UserConstructionScript"); \ +static_assert(offsetof(BP_DigitPassword_Decal_C_UserConstructionScript, Temp_bool_Variable) == 0x000000, "Member 'BP_DigitPassword_Decal_C_UserConstructionScript::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitPassword_Decal_C_UserConstructionScript, Temp_object_Variable) == 0x000008, "Member 'BP_DigitPassword_Decal_C_UserConstructionScript::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitPassword_Decal_C_UserConstructionScript, Temp_object_Variable_1) == 0x000010, "Member 'BP_DigitPassword_Decal_C_UserConstructionScript::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitPassword_Decal_C_UserConstructionScript, K2Node_Select_Default) == 0x000018, "Member 'BP_DigitPassword_Decal_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitPassword_Decal_C_UserConstructionScript, CallFunc_RandomFloatInRange_ReturnValue) == 0x000020, "Member 'BP_DigitPassword_Decal_C_UserConstructionScript::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitPassword_Decal_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000028, "Member 'BP_DigitPassword_Decal_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DigitPassword_Decal_C \ +static_assert(alignof(ABP_DigitPassword_Decal_C) == 0x000008, "Wrong alignment on ABP_DigitPassword_Decal_C"); \ +static_assert(sizeof(ABP_DigitPassword_Decal_C) == 0x000308, "Wrong size on ABP_DigitPassword_Decal_C"); \ +static_assert(offsetof(ABP_DigitPassword_Decal_C, Number_Atlas) == 0x0002D8, "Member 'ABP_DigitPassword_Decal_C::Number_Atlas' has a wrong offset!"); \ +static_assert(offsetof(ABP_DigitPassword_Decal_C, Color_Tweak) == 0x0002E0, "Member 'ABP_DigitPassword_Decal_C::Color_Tweak' has a wrong offset!"); \ +static_assert(offsetof(ABP_DigitPassword_Decal_C, Roughness) == 0x0002E4, "Member 'ABP_DigitPassword_Decal_C::Roughness' has a wrong offset!"); \ +static_assert(offsetof(ABP_DigitPassword_Decal_C, Metallic) == 0x0002E8, "Member 'ABP_DigitPassword_Decal_C::Metallic' has a wrong offset!"); \ +static_assert(offsetof(ABP_DigitPassword_Decal_C, Use_Random_Offset) == 0x0002EC, "Member 'ABP_DigitPassword_Decal_C::Use_Random_Offset' has a wrong offset!"); \ +static_assert(offsetof(ABP_DigitPassword_Decal_C, Onest_Digit_Offset) == 0x0002F0, "Member 'ABP_DigitPassword_Decal_C::Onest_Digit_Offset' has a wrong offset!"); \ +static_assert(offsetof(ABP_DigitPassword_Decal_C, Twond_Digit_Offset) == 0x0002F4, "Member 'ABP_DigitPassword_Decal_C::Twond_Digit_Offset' has a wrong offset!"); \ +static_assert(offsetof(ABP_DigitPassword_Decal_C, Threerd_Digit_Offset) == 0x0002F8, "Member 'ABP_DigitPassword_Decal_C::Threerd_Digit_Offset' has a wrong offset!"); \ +static_assert(offsetof(ABP_DigitPassword_Decal_C, Fourth_Digit_Offset) == 0x0002FC, "Member 'ABP_DigitPassword_Decal_C::Fourth_Digit_Offset' has a wrong offset!"); \ +static_assert(offsetof(ABP_DigitPassword_Decal_C, useEmissive) == 0x000300, "Member 'ABP_DigitPassword_Decal_C::useEmissive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAITaserBattery_C \ +static_assert(alignof(UAITaserBattery_C) == 0x000010, "Wrong alignment on UAITaserBattery_C"); \ +static_assert(sizeof(UAITaserBattery_C) == 0x000670, "Wrong size on UAITaserBattery_C"); \ + +#define DUMPER7_ASSERTS_ABP_RFIDTagRed_C \ +static_assert(alignof(ABP_RFIDTagRed_C) == 0x000008, "Wrong alignment on ABP_RFIDTagRed_C"); \ +static_assert(sizeof(ABP_RFIDTagRed_C) == 0x0002E8, "Wrong size on ABP_RFIDTagRed_C"); \ + +#define DUMPER7_ASSERTS_UBP_Order_Escalate_C \ +static_assert(alignof(UBP_Order_Escalate_C) == 0x000008, "Wrong alignment on UBP_Order_Escalate_C"); \ +static_assert(sizeof(UBP_Order_Escalate_C) == 0x000160, "Wrong size on UBP_Order_Escalate_C"); \ + +#define DUMPER7_ASSERTS_ABP_RFIDTagBlue_C \ +static_assert(alignof(ABP_RFIDTagBlue_C) == 0x000008, "Wrong alignment on ABP_RFIDTagBlue_C"); \ +static_assert(sizeof(ABP_RFIDTagBlue_C) == 0x0002E8, "Wrong size on ABP_RFIDTagBlue_C"); \ + +#define DUMPER7_ASSERTS_BP_SleepingGasCanister_C_ExecuteUbergraph_BP_SleepingGasCanister \ +static_assert(alignof(BP_SleepingGasCanister_C_ExecuteUbergraph_BP_SleepingGasCanister) == 0x000008, "Wrong alignment on BP_SleepingGasCanister_C_ExecuteUbergraph_BP_SleepingGasCanister"); \ +static_assert(sizeof(BP_SleepingGasCanister_C_ExecuteUbergraph_BP_SleepingGasCanister) == 0x000020, "Wrong size on BP_SleepingGasCanister_C_ExecuteUbergraph_BP_SleepingGasCanister"); \ +static_assert(offsetof(BP_SleepingGasCanister_C_ExecuteUbergraph_BP_SleepingGasCanister, EntryPoint) == 0x000000, "Member 'BP_SleepingGasCanister_C_ExecuteUbergraph_BP_SleepingGasCanister::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SleepingGasCanister_C_ExecuteUbergraph_BP_SleepingGasCanister, K2Node_ComponentBoundEvent_Interactable) == 0x000008, "Member 'BP_SleepingGasCanister_C_ExecuteUbergraph_BP_SleepingGasCanister::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_SleepingGasCanister_C_ExecuteUbergraph_BP_SleepingGasCanister, K2Node_ComponentBoundEvent_Interactor) == 0x000010, "Member 'BP_SleepingGasCanister_C_ExecuteUbergraph_BP_SleepingGasCanister::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_SleepingGasCanister_C_ExecuteUbergraph_BP_SleepingGasCanister, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000018, "Member 'BP_SleepingGasCanister_C_ExecuteUbergraph_BP_SleepingGasCanister::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_SleepingGasCanister_C_ExecuteUbergraph_BP_SleepingGasCanister, K2Node_Event_bStateToChangeTo) == 0x000019, "Member 'BP_SleepingGasCanister_C_ExecuteUbergraph_BP_SleepingGasCanister::K2Node_Event_bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_SleepingGasCanister_C_ExecuteUbergraph_BP_SleepingGasCanister, K2Node_Event_bDoCosmetics) == 0x00001A, "Member 'BP_SleepingGasCanister_C_ExecuteUbergraph_BP_SleepingGasCanister::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SleepingGasCanister_C_BndEvt__BP_SleepingGasCanister_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_SleepingGasCanister_C_BndEvt__BP_SleepingGasCanister_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_SleepingGasCanister_C_BndEvt__BP_SleepingGasCanister_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_SleepingGasCanister_C_BndEvt__BP_SleepingGasCanister_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_SleepingGasCanister_C_BndEvt__BP_SleepingGasCanister_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_SleepingGasCanister_C_BndEvt__BP_SleepingGasCanister_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_SleepingGasCanister_C_BndEvt__BP_SleepingGasCanister_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_SleepingGasCanister_C_BndEvt__BP_SleepingGasCanister_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_SleepingGasCanister_C_BndEvt__BP_SleepingGasCanister_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_SleepingGasCanister_C_BndEvt__BP_SleepingGasCanister_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_SleepingGasCanister_C_BndEvt__BP_SleepingGasCanister_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SleepingGasCanister_C_OnStateChanged \ +static_assert(alignof(BP_SleepingGasCanister_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_SleepingGasCanister_C_OnStateChanged"); \ +static_assert(sizeof(BP_SleepingGasCanister_C_OnStateChanged) == 0x000002, "Wrong size on BP_SleepingGasCanister_C_OnStateChanged"); \ +static_assert(offsetof(BP_SleepingGasCanister_C_OnStateChanged, bStateToChangeTo) == 0x000000, "Member 'BP_SleepingGasCanister_C_OnStateChanged::bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_SleepingGasCanister_C_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_SleepingGasCanister_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SleepingGasCanister_C \ +static_assert(alignof(ABP_SleepingGasCanister_C) == 0x000008, "Wrong alignment on ABP_SleepingGasCanister_C"); \ +static_assert(sizeof(ABP_SleepingGasCanister_C) == 0x000310, "Wrong size on ABP_SleepingGasCanister_C"); \ +static_assert(offsetof(ABP_SleepingGasCanister_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_SleepingGasCanister_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_SleepingGasCanister_C, GasCanister) == 0x0002E0, "Member 'ABP_SleepingGasCanister_C::GasCanister' has a wrong offset!"); \ +static_assert(offsetof(ABP_SleepingGasCanister_C, SBZOutline) == 0x0002E8, "Member 'ABP_SleepingGasCanister_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_SleepingGasCanister_C, SBZInteractable) == 0x0002F0, "Member 'ABP_SleepingGasCanister_C::SBZInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_SleepingGasCanister_C, DefaultSceneRoot) == 0x0002F8, "Member 'ABP_SleepingGasCanister_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_SleepingGasCanister_C, onPickedUp) == 0x000300, "Member 'ABP_SleepingGasCanister_C::onPickedUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink \ +static_assert(alignof(BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink) == 0x000008, "Wrong alignment on BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink"); \ +static_assert(sizeof(BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink) == 0x000090, "Wrong size on BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink"); \ +static_assert(offsetof(BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink, EntryPoint) == 0x000000, "Member 'BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink, K2Node_ComponentBoundEvent_Character) == 0x000008, "Member 'BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink::K2Node_ComponentBoundEvent_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink, K2Node_ComponentBoundEvent_ActionInstance) == 0x000010, "Member 'BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink::K2Node_ComponentBoundEvent_ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink, K2Node_ComponentBoundEvent_ActionSlot) == 0x000018, "Member 'BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink::K2Node_ComponentBoundEvent_ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink, K2Node_ComponentBoundEvent_Result) == 0x000020, "Member 'BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink::K2Node_ComponentBoundEvent_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000021, "Member 'BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink, K2Node_MakeStruct_SBZLifeActionRequest) == 0x000028, "Member 'BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink::K2Node_MakeStruct_SBZLifeActionRequest' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000068, "Member 'BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink, CallFunc_CreateActionData_ReturnValue) == 0x000070, "Member 'BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink::CallFunc_CreateActionData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink, CallFunc_PushAction_ReturnValue) == 0x000080, "Member 'BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink::CallFunc_PushAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink, CallFunc_BooleanAND_ReturnValue) == 0x000088, "Member 'BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink, CallFunc_BooleanAND_ReturnValue_1) == 0x000089, "Member 'BP_LA_Civ_Scripted_VIP_PoisonDrink_C_ExecuteUbergraph_BP_LA_Civ_Scripted_VIP_PoisonDrink::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_Civ_Scripted_VIP_PoisonDrink_C_BndEvt__BP_LA_Civ_Scripted_VIP_PoisonDrink_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature \ +static_assert(alignof(BP_LA_Civ_Scripted_VIP_PoisonDrink_C_BndEvt__BP_LA_Civ_Scripted_VIP_PoisonDrink_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_LA_Civ_Scripted_VIP_PoisonDrink_C_BndEvt__BP_LA_Civ_Scripted_VIP_PoisonDrink_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_LA_Civ_Scripted_VIP_PoisonDrink_C_BndEvt__BP_LA_Civ_Scripted_VIP_PoisonDrink_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature) == 0x000020, "Wrong size on BP_LA_Civ_Scripted_VIP_PoisonDrink_C_BndEvt__BP_LA_Civ_Scripted_VIP_PoisonDrink_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_LA_Civ_Scripted_VIP_PoisonDrink_C_BndEvt__BP_LA_Civ_Scripted_VIP_PoisonDrink_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature, Character) == 0x000000, "Member 'BP_LA_Civ_Scripted_VIP_PoisonDrink_C_BndEvt__BP_LA_Civ_Scripted_VIP_PoisonDrink_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Civ_Scripted_VIP_PoisonDrink_C_BndEvt__BP_LA_Civ_Scripted_VIP_PoisonDrink_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature, ActionInstance) == 0x000008, "Member 'BP_LA_Civ_Scripted_VIP_PoisonDrink_C_BndEvt__BP_LA_Civ_Scripted_VIP_PoisonDrink_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Civ_Scripted_VIP_PoisonDrink_C_BndEvt__BP_LA_Civ_Scripted_VIP_PoisonDrink_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature, ActionSlot) == 0x000010, "Member 'BP_LA_Civ_Scripted_VIP_PoisonDrink_C_BndEvt__BP_LA_Civ_Scripted_VIP_PoisonDrink_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature::ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Civ_Scripted_VIP_PoisonDrink_C_BndEvt__BP_LA_Civ_Scripted_VIP_PoisonDrink_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature, Result) == 0x000018, "Member 'BP_LA_Civ_Scripted_VIP_PoisonDrink_C_BndEvt__BP_LA_Civ_Scripted_VIP_PoisonDrink_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LA_Civ_Scripted_VIP_PoisonDrink_C \ +static_assert(alignof(ABP_LA_Civ_Scripted_VIP_PoisonDrink_C) == 0x000008, "Wrong alignment on ABP_LA_Civ_Scripted_VIP_PoisonDrink_C"); \ +static_assert(sizeof(ABP_LA_Civ_Scripted_VIP_PoisonDrink_C) == 0x0002D0, "Wrong size on ABP_LA_Civ_Scripted_VIP_PoisonDrink_C"); \ +static_assert(offsetof(ABP_LA_Civ_Scripted_VIP_PoisonDrink_C, UberGraphFrame) == 0x0002A8, "Member 'ABP_LA_Civ_Scripted_VIP_PoisonDrink_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Scripted_VIP_PoisonDrink_C, SBZLifeAction) == 0x0002B0, "Member 'ABP_LA_Civ_Scripted_VIP_PoisonDrink_C::SBZLifeAction' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Scripted_VIP_PoisonDrink_C, SBZLifeActionSlot_Puke) == 0x0002B8, "Member 'ABP_LA_Civ_Scripted_VIP_PoisonDrink_C::SBZLifeActionSlot_Puke' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Scripted_VIP_PoisonDrink_C, SBZLifeActionSlot_Drink) == 0x0002C0, "Member 'ABP_LA_Civ_Scripted_VIP_PoisonDrink_C::SBZLifeActionSlot_Drink' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Scripted_VIP_PoisonDrink_C, SBZLifeActionInstance) == 0x0002C8, "Member 'ABP_LA_Civ_Scripted_VIP_PoisonDrink_C::SBZLifeActionInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chus_FlammableLiquid_C_ExecuteUbergraph_BP_Chus_FlammableLiquid \ +static_assert(alignof(BP_Chus_FlammableLiquid_C_ExecuteUbergraph_BP_Chus_FlammableLiquid) == 0x000008, "Wrong alignment on BP_Chus_FlammableLiquid_C_ExecuteUbergraph_BP_Chus_FlammableLiquid"); \ +static_assert(sizeof(BP_Chus_FlammableLiquid_C_ExecuteUbergraph_BP_Chus_FlammableLiquid) == 0x000020, "Wrong size on BP_Chus_FlammableLiquid_C_ExecuteUbergraph_BP_Chus_FlammableLiquid"); \ +static_assert(offsetof(BP_Chus_FlammableLiquid_C_ExecuteUbergraph_BP_Chus_FlammableLiquid, EntryPoint) == 0x000000, "Member 'BP_Chus_FlammableLiquid_C_ExecuteUbergraph_BP_Chus_FlammableLiquid::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Chus_FlammableLiquid_C_ExecuteUbergraph_BP_Chus_FlammableLiquid, K2Node_Event_bStateToChangeTo) == 0x000004, "Member 'BP_Chus_FlammableLiquid_C_ExecuteUbergraph_BP_Chus_FlammableLiquid::K2Node_Event_bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_Chus_FlammableLiquid_C_ExecuteUbergraph_BP_Chus_FlammableLiquid, K2Node_Event_bDoCosmetics) == 0x000005, "Member 'BP_Chus_FlammableLiquid_C_ExecuteUbergraph_BP_Chus_FlammableLiquid::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_Chus_FlammableLiquid_C_ExecuteUbergraph_BP_Chus_FlammableLiquid, K2Node_ComponentBoundEvent_Interactable) == 0x000008, "Member 'BP_Chus_FlammableLiquid_C_ExecuteUbergraph_BP_Chus_FlammableLiquid::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_Chus_FlammableLiquid_C_ExecuteUbergraph_BP_Chus_FlammableLiquid, K2Node_ComponentBoundEvent_Interactor) == 0x000010, "Member 'BP_Chus_FlammableLiquid_C_ExecuteUbergraph_BP_Chus_FlammableLiquid::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_Chus_FlammableLiquid_C_ExecuteUbergraph_BP_Chus_FlammableLiquid, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000018, "Member 'BP_Chus_FlammableLiquid_C_ExecuteUbergraph_BP_Chus_FlammableLiquid::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chus_FlammableLiquid_C_BndEvt__BP_Chus_FlammableLiquid_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_Chus_FlammableLiquid_C_BndEvt__BP_Chus_FlammableLiquid_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_Chus_FlammableLiquid_C_BndEvt__BP_Chus_FlammableLiquid_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_Chus_FlammableLiquid_C_BndEvt__BP_Chus_FlammableLiquid_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_Chus_FlammableLiquid_C_BndEvt__BP_Chus_FlammableLiquid_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_Chus_FlammableLiquid_C_BndEvt__BP_Chus_FlammableLiquid_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_Chus_FlammableLiquid_C_BndEvt__BP_Chus_FlammableLiquid_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_Chus_FlammableLiquid_C_BndEvt__BP_Chus_FlammableLiquid_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_Chus_FlammableLiquid_C_BndEvt__BP_Chus_FlammableLiquid_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_Chus_FlammableLiquid_C_BndEvt__BP_Chus_FlammableLiquid_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_Chus_FlammableLiquid_C_BndEvt__BP_Chus_FlammableLiquid_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chus_FlammableLiquid_C_OnStateChanged \ +static_assert(alignof(BP_Chus_FlammableLiquid_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_Chus_FlammableLiquid_C_OnStateChanged"); \ +static_assert(sizeof(BP_Chus_FlammableLiquid_C_OnStateChanged) == 0x000002, "Wrong size on BP_Chus_FlammableLiquid_C_OnStateChanged"); \ +static_assert(offsetof(BP_Chus_FlammableLiquid_C_OnStateChanged, bStateToChangeTo) == 0x000000, "Member 'BP_Chus_FlammableLiquid_C_OnStateChanged::bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_Chus_FlammableLiquid_C_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_Chus_FlammableLiquid_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Chus_FlammableLiquid_C \ +static_assert(alignof(ABP_Chus_FlammableLiquid_C) == 0x000008, "Wrong alignment on ABP_Chus_FlammableLiquid_C"); \ +static_assert(sizeof(ABP_Chus_FlammableLiquid_C) == 0x000310, "Wrong size on ABP_Chus_FlammableLiquid_C"); \ +static_assert(offsetof(ABP_Chus_FlammableLiquid_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_Chus_FlammableLiquid_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Chus_FlammableLiquid_C, SBZInteractable) == 0x0002E0, "Member 'ABP_Chus_FlammableLiquid_C::SBZInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Chus_FlammableLiquid_C, SBZOutline) == 0x0002E8, "Member 'ABP_Chus_FlammableLiquid_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_Chus_FlammableLiquid_C, REM_Toluene_01) == 0x0002F0, "Member 'ABP_Chus_FlammableLiquid_C::REM_Toluene_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_Chus_FlammableLiquid_C, DefaultSceneRoot) == 0x0002F8, "Member 'ABP_Chus_FlammableLiquid_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Chus_FlammableLiquid_C, onPickedUp) == 0x000300, "Member 'ABP_Chus_FlammableLiquid_C::onPickedUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarKeys_01_C \ +static_assert(alignof(ABP_CarKeys_01_C) == 0x000008, "Wrong alignment on ABP_CarKeys_01_C"); \ +static_assert(sizeof(ABP_CarKeys_01_C) == 0x000370, "Wrong size on ABP_CarKeys_01_C"); \ +static_assert(offsetof(ABP_CarKeys_01_C, SBZAIObjective) == 0x000368, "Member 'ABP_CarKeys_01_C::SBZAIObjective' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticGlassCup_C \ +static_assert(alignof(ABP_CosmeticGlassCup_C) == 0x000008, "Wrong alignment on ABP_CosmeticGlassCup_C"); \ +static_assert(sizeof(ABP_CosmeticGlassCup_C) == 0x0002D0, "Wrong size on ABP_CosmeticGlassCup_C"); \ +static_assert(offsetof(ABP_CosmeticGlassCup_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticGlassCup_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DAT_C4Explosive_01_Pickup_C_ExecuteUbergraph_BP_DAT_C4Explosive_01_Pickup \ +static_assert(alignof(BP_DAT_C4Explosive_01_Pickup_C_ExecuteUbergraph_BP_DAT_C4Explosive_01_Pickup) == 0x000008, "Wrong alignment on BP_DAT_C4Explosive_01_Pickup_C_ExecuteUbergraph_BP_DAT_C4Explosive_01_Pickup"); \ +static_assert(sizeof(BP_DAT_C4Explosive_01_Pickup_C_ExecuteUbergraph_BP_DAT_C4Explosive_01_Pickup) == 0x000020, "Wrong size on BP_DAT_C4Explosive_01_Pickup_C_ExecuteUbergraph_BP_DAT_C4Explosive_01_Pickup"); \ +static_assert(offsetof(BP_DAT_C4Explosive_01_Pickup_C_ExecuteUbergraph_BP_DAT_C4Explosive_01_Pickup, EntryPoint) == 0x000000, "Member 'BP_DAT_C4Explosive_01_Pickup_C_ExecuteUbergraph_BP_DAT_C4Explosive_01_Pickup::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DAT_C4Explosive_01_Pickup_C_ExecuteUbergraph_BP_DAT_C4Explosive_01_Pickup, K2Node_Event_bStateToChangeTo) == 0x000004, "Member 'BP_DAT_C4Explosive_01_Pickup_C_ExecuteUbergraph_BP_DAT_C4Explosive_01_Pickup::K2Node_Event_bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_DAT_C4Explosive_01_Pickup_C_ExecuteUbergraph_BP_DAT_C4Explosive_01_Pickup, K2Node_Event_bDoCosmetics) == 0x000005, "Member 'BP_DAT_C4Explosive_01_Pickup_C_ExecuteUbergraph_BP_DAT_C4Explosive_01_Pickup::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_DAT_C4Explosive_01_Pickup_C_ExecuteUbergraph_BP_DAT_C4Explosive_01_Pickup, K2Node_ComponentBoundEvent_Interactable) == 0x000008, "Member 'BP_DAT_C4Explosive_01_Pickup_C_ExecuteUbergraph_BP_DAT_C4Explosive_01_Pickup::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_DAT_C4Explosive_01_Pickup_C_ExecuteUbergraph_BP_DAT_C4Explosive_01_Pickup, K2Node_ComponentBoundEvent_Interactor) == 0x000010, "Member 'BP_DAT_C4Explosive_01_Pickup_C_ExecuteUbergraph_BP_DAT_C4Explosive_01_Pickup::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_DAT_C4Explosive_01_Pickup_C_ExecuteUbergraph_BP_DAT_C4Explosive_01_Pickup, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000018, "Member 'BP_DAT_C4Explosive_01_Pickup_C_ExecuteUbergraph_BP_DAT_C4Explosive_01_Pickup::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DAT_C4Explosive_01_Pickup_C_BndEvt__BP_ReplicatedBinaryActorInteractableExplosives_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_DAT_C4Explosive_01_Pickup_C_BndEvt__BP_ReplicatedBinaryActorInteractableExplosives_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_DAT_C4Explosive_01_Pickup_C_BndEvt__BP_ReplicatedBinaryActorInteractableExplosives_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_DAT_C4Explosive_01_Pickup_C_BndEvt__BP_ReplicatedBinaryActorInteractableExplosives_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_DAT_C4Explosive_01_Pickup_C_BndEvt__BP_ReplicatedBinaryActorInteractableExplosives_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_DAT_C4Explosive_01_Pickup_C_BndEvt__BP_ReplicatedBinaryActorInteractableExplosives_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_DAT_C4Explosive_01_Pickup_C_BndEvt__BP_ReplicatedBinaryActorInteractableExplosives_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_DAT_C4Explosive_01_Pickup_C_BndEvt__BP_ReplicatedBinaryActorInteractableExplosives_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_DAT_C4Explosive_01_Pickup_C_BndEvt__BP_ReplicatedBinaryActorInteractableExplosives_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_DAT_C4Explosive_01_Pickup_C_BndEvt__BP_ReplicatedBinaryActorInteractableExplosives_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_DAT_C4Explosive_01_Pickup_C_BndEvt__BP_ReplicatedBinaryActorInteractableExplosives_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DAT_C4Explosive_01_Pickup_C_OnStateChanged \ +static_assert(alignof(BP_DAT_C4Explosive_01_Pickup_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_DAT_C4Explosive_01_Pickup_C_OnStateChanged"); \ +static_assert(sizeof(BP_DAT_C4Explosive_01_Pickup_C_OnStateChanged) == 0x000002, "Wrong size on BP_DAT_C4Explosive_01_Pickup_C_OnStateChanged"); \ +static_assert(offsetof(BP_DAT_C4Explosive_01_Pickup_C_OnStateChanged, bStateToChangeTo) == 0x000000, "Member 'BP_DAT_C4Explosive_01_Pickup_C_OnStateChanged::bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_DAT_C4Explosive_01_Pickup_C_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_DAT_C4Explosive_01_Pickup_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DAT_C4Explosive_01_Pickup_C \ +static_assert(alignof(ABP_DAT_C4Explosive_01_Pickup_C) == 0x000008, "Wrong alignment on ABP_DAT_C4Explosive_01_Pickup_C"); \ +static_assert(sizeof(ABP_DAT_C4Explosive_01_Pickup_C) == 0x000318, "Wrong size on ABP_DAT_C4Explosive_01_Pickup_C"); \ +static_assert(offsetof(ABP_DAT_C4Explosive_01_Pickup_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_DAT_C4Explosive_01_Pickup_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_DAT_C4Explosive_01_Pickup_C, SBZAIObjective) == 0x0002E0, "Member 'ABP_DAT_C4Explosive_01_Pickup_C::SBZAIObjective' has a wrong offset!"); \ +static_assert(offsetof(ABP_DAT_C4Explosive_01_Pickup_C, SBZOutline) == 0x0002E8, "Member 'ABP_DAT_C4Explosive_01_Pickup_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_DAT_C4Explosive_01_Pickup_C, SBZInteractable) == 0x0002F0, "Member 'ABP_DAT_C4Explosive_01_Pickup_C::SBZInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_DAT_C4Explosive_01_Pickup_C, DAT_C4Explosive_01) == 0x0002F8, "Member 'ABP_DAT_C4Explosive_01_Pickup_C::DAT_C4Explosive_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_DAT_C4Explosive_01_Pickup_C, DefaultSceneRoot) == 0x000300, "Member 'ABP_DAT_C4Explosive_01_Pickup_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_DAT_C4Explosive_01_Pickup_C, InteractionCompleted) == 0x000308, "Member 'ABP_DAT_C4Explosive_01_Pickup_C::InteractionCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Customizable_Mask_C \ +static_assert(alignof(ABP_Customizable_Mask_C) == 0x000008, "Wrong alignment on ABP_Customizable_Mask_C"); \ +static_assert(sizeof(ABP_Customizable_Mask_C) == 0x000348, "Wrong size on ABP_Customizable_Mask_C"); \ + +#define DUMPER7_ASSERTS_BP_Plankspile_C_ExecuteUbergraph_BP_Plankspile \ +static_assert(alignof(BP_Plankspile_C_ExecuteUbergraph_BP_Plankspile) == 0x000008, "Wrong alignment on BP_Plankspile_C_ExecuteUbergraph_BP_Plankspile"); \ +static_assert(sizeof(BP_Plankspile_C_ExecuteUbergraph_BP_Plankspile) == 0x000020, "Wrong size on BP_Plankspile_C_ExecuteUbergraph_BP_Plankspile"); \ +static_assert(offsetof(BP_Plankspile_C_ExecuteUbergraph_BP_Plankspile, EntryPoint) == 0x000000, "Member 'BP_Plankspile_C_ExecuteUbergraph_BP_Plankspile::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Plankspile_C_ExecuteUbergraph_BP_Plankspile, K2Node_ComponentBoundEvent_Interactable) == 0x000008, "Member 'BP_Plankspile_C_ExecuteUbergraph_BP_Plankspile::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_Plankspile_C_ExecuteUbergraph_BP_Plankspile, K2Node_ComponentBoundEvent_Interactor) == 0x000010, "Member 'BP_Plankspile_C_ExecuteUbergraph_BP_Plankspile::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_Plankspile_C_ExecuteUbergraph_BP_Plankspile, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000018, "Member 'BP_Plankspile_C_ExecuteUbergraph_BP_Plankspile::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Plankspile_C_BndEvt__BP_Plankspile_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_Plankspile_C_BndEvt__BP_Plankspile_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_Plankspile_C_BndEvt__BP_Plankspile_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_Plankspile_C_BndEvt__BP_Plankspile_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_Plankspile_C_BndEvt__BP_Plankspile_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_Plankspile_C_BndEvt__BP_Plankspile_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_Plankspile_C_BndEvt__BP_Plankspile_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Plankspile_C_BndEvt__BP_Plankspile_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_Plankspile_C_BndEvt__BP_Plankspile_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_Plankspile_C_BndEvt__BP_Plankspile_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_Plankspile_C_BndEvt__BP_Plankspile_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Plankspile_C \ +static_assert(alignof(ABP_Plankspile_C) == 0x000008, "Wrong alignment on ABP_Plankspile_C"); \ +static_assert(sizeof(ABP_Plankspile_C) == 0x0002E8, "Wrong size on ABP_Plankspile_C"); \ +static_assert(offsetof(ABP_Plankspile_C, UberGraphFrame) == 0x0002D0, "Member 'ABP_Plankspile_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Plankspile_C, SBZOutline) == 0x0002D8, "Member 'ABP_Plankspile_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_Plankspile_C, StaticMesh) == 0x0002E0, "Member 'ABP_Plankspile_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank \ +static_assert(alignof(BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank) == 0x000008, "Wrong alignment on BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank"); \ +static_assert(sizeof(BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank) == 0x000058, "Wrong size on BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank"); \ +static_assert(offsetof(BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank, EntryPoint) == 0x000000, "Member 'BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank, Temp_delegate_Variable) == 0x000004, "Member 'BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank, K2Node_ComponentBoundEvent_Interactable_1) == 0x000018, "Member 'BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank::K2Node_ComponentBoundEvent_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank, K2Node_ComponentBoundEvent_Interactor_1) == 0x000020, "Member 'BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank::K2Node_ComponentBoundEvent_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1) == 0x000028, "Member 'BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank, K2Node_Event_bStateToChangeTo) == 0x000029, "Member 'BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank::K2Node_Event_bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank, K2Node_Event_bDoCosmetics) == 0x00002A, "Member 'BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank, Temp_struct_Variable) == 0x000030, "Member 'BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank, K2Node_ComponentBoundEvent_Interactable) == 0x000040, "Member 'BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank, K2Node_ComponentBoundEvent_Interactor) == 0x000048, "Member 'BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000050, "Member 'BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank, CallFunc_PostEvent_ReturnValue) == 0x000054, "Member 'BP_BreachingEquipmentFuelTank_C_ExecuteUbergraph_BP_BreachingEquipmentFuelTank::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BreachingEquipmentFuelTank_C_BndEvt__BP_BreachingEquipmentFuelTank_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_BreachingEquipmentFuelTank_C_BndEvt__BP_BreachingEquipmentFuelTank_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_BreachingEquipmentFuelTank_C_BndEvt__BP_BreachingEquipmentFuelTank_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_BreachingEquipmentFuelTank_C_BndEvt__BP_BreachingEquipmentFuelTank_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_BreachingEquipmentFuelTank_C_BndEvt__BP_BreachingEquipmentFuelTank_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_BreachingEquipmentFuelTank_C_BndEvt__BP_BreachingEquipmentFuelTank_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_BreachingEquipmentFuelTank_C_BndEvt__BP_BreachingEquipmentFuelTank_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BreachingEquipmentFuelTank_C_BndEvt__BP_BreachingEquipmentFuelTank_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_BreachingEquipmentFuelTank_C_BndEvt__BP_BreachingEquipmentFuelTank_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_BreachingEquipmentFuelTank_C_BndEvt__BP_BreachingEquipmentFuelTank_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_BreachingEquipmentFuelTank_C_BndEvt__BP_BreachingEquipmentFuelTank_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BreachingEquipmentFuelTank_C_OnStateChanged \ +static_assert(alignof(BP_BreachingEquipmentFuelTank_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_BreachingEquipmentFuelTank_C_OnStateChanged"); \ +static_assert(sizeof(BP_BreachingEquipmentFuelTank_C_OnStateChanged) == 0x000002, "Wrong size on BP_BreachingEquipmentFuelTank_C_OnStateChanged"); \ +static_assert(offsetof(BP_BreachingEquipmentFuelTank_C_OnStateChanged, bStateToChangeTo) == 0x000000, "Member 'BP_BreachingEquipmentFuelTank_C_OnStateChanged::bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_BreachingEquipmentFuelTank_C_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_BreachingEquipmentFuelTank_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BreachingEquipmentFuelTank_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_BreachingEquipmentFuelTank_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_BreachingEquipmentFuelTank_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_BreachingEquipmentFuelTank_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_BreachingEquipmentFuelTank_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_BreachingEquipmentFuelTank_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_BreachingEquipmentFuelTank_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BreachingEquipmentFuelTank_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_BreachingEquipmentFuelTank_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_BreachingEquipmentFuelTank_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_BreachingEquipmentFuelTank_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_BreachingEquipmentFuelTank_C \ +static_assert(alignof(ABP_BreachingEquipmentFuelTank_C) == 0x000008, "Wrong alignment on ABP_BreachingEquipmentFuelTank_C"); \ +static_assert(sizeof(ABP_BreachingEquipmentFuelTank_C) == 0x000330, "Wrong size on ABP_BreachingEquipmentFuelTank_C"); \ +static_assert(offsetof(ABP_BreachingEquipmentFuelTank_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_BreachingEquipmentFuelTank_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_BreachingEquipmentFuelTank_C, SBZOutline) == 0x0002E0, "Member 'ABP_BreachingEquipmentFuelTank_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_BreachingEquipmentFuelTank_C, Ak) == 0x0002E8, "Member 'ABP_BreachingEquipmentFuelTank_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_BreachingEquipmentFuelTank_C, SBZAIObjective) == 0x0002F0, "Member 'ABP_BreachingEquipmentFuelTank_C::SBZAIObjective' has a wrong offset!"); \ +static_assert(offsetof(ABP_BreachingEquipmentFuelTank_C, Interactable) == 0x0002F8, "Member 'ABP_BreachingEquipmentFuelTank_C::Interactable' has a wrong offset!"); \ +static_assert(offsetof(ABP_BreachingEquipmentFuelTank_C, Mesh) == 0x000300, "Member 'ABP_BreachingEquipmentFuelTank_C::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_BreachingEquipmentFuelTank_C, DefaultSceneRoot) == 0x000308, "Member 'ABP_BreachingEquipmentFuelTank_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_BreachingEquipmentFuelTank_C, OnAckCompleteInteraction) == 0x000310, "Member 'ABP_BreachingEquipmentFuelTank_C::OnAckCompleteInteraction' has a wrong offset!"); \ +static_assert(offsetof(ABP_BreachingEquipmentFuelTank_C, onPickedUp) == 0x000320, "Member 'ABP_BreachingEquipmentFuelTank_C::onPickedUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_BleedOut_C \ +static_assert(alignof(UGA_BleedOut_C) == 0x000008, "Wrong alignment on UGA_BleedOut_C"); \ +static_assert(sizeof(UGA_BleedOut_C) == 0x0004D8, "Wrong size on UGA_BleedOut_C"); \ + +#define DUMPER7_ASSERTS_ABP_Placeable_AmmoBag_Destroyed_C \ +static_assert(alignof(ABP_Placeable_AmmoBag_Destroyed_C) == 0x000008, "Wrong alignment on ABP_Placeable_AmmoBag_Destroyed_C"); \ +static_assert(sizeof(ABP_Placeable_AmmoBag_Destroyed_C) == 0x0002D0, "Wrong size on ABP_Placeable_AmmoBag_Destroyed_C"); \ +static_assert(offsetof(ABP_Placeable_AmmoBag_Destroyed_C, Decal) == 0x0002B8, "Member 'ABP_Placeable_AmmoBag_Destroyed_C::Decal' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_AmmoBag_Destroyed_C, SK_EQ_Ammo_Bag) == 0x0002C0, "Member 'ABP_Placeable_AmmoBag_Destroyed_C::SK_EQ_Ammo_Bag' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_AmmoBag_Destroyed_C, FX_Equipment_Acid_Aftermath) == 0x0002C8, "Member 'ABP_Placeable_AmmoBag_Destroyed_C::FX_Equipment_Acid_Aftermath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Placeable_ArmorBag_Destroyed_C \ +static_assert(alignof(ABP_Placeable_ArmorBag_Destroyed_C) == 0x000008, "Wrong alignment on ABP_Placeable_ArmorBag_Destroyed_C"); \ +static_assert(sizeof(ABP_Placeable_ArmorBag_Destroyed_C) == 0x0002D0, "Wrong size on ABP_Placeable_ArmorBag_Destroyed_C"); \ +static_assert(offsetof(ABP_Placeable_ArmorBag_Destroyed_C, Decal) == 0x0002B8, "Member 'ABP_Placeable_ArmorBag_Destroyed_C::Decal' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_ArmorBag_Destroyed_C, SK_EQ_Armor_Bag) == 0x0002C0, "Member 'ABP_Placeable_ArmorBag_Destroyed_C::SK_EQ_Armor_Bag' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_ArmorBag_Destroyed_C, FX_Equipment_Acid_Aftermath) == 0x0002C8, "Member 'ABP_Placeable_ArmorBag_Destroyed_C::FX_Equipment_Acid_Aftermath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Placeable_DoctorBag_Destroyed_C \ +static_assert(alignof(ABP_Placeable_DoctorBag_Destroyed_C) == 0x000008, "Wrong alignment on ABP_Placeable_DoctorBag_Destroyed_C"); \ +static_assert(sizeof(ABP_Placeable_DoctorBag_Destroyed_C) == 0x0002D0, "Wrong size on ABP_Placeable_DoctorBag_Destroyed_C"); \ +static_assert(offsetof(ABP_Placeable_DoctorBag_Destroyed_C, Decal) == 0x0002B8, "Member 'ABP_Placeable_DoctorBag_Destroyed_C::Decal' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_DoctorBag_Destroyed_C, SK_EQ_Medic_Bag) == 0x0002C0, "Member 'ABP_Placeable_DoctorBag_Destroyed_C::SK_EQ_Medic_Bag' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_DoctorBag_Destroyed_C, FX_Equipment_Acid_Aftermath) == 0x0002C8, "Member 'ABP_Placeable_DoctorBag_Destroyed_C::FX_Equipment_Acid_Aftermath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_PlaceECMJammer_C \ +static_assert(alignof(UGA_PlaceECMJammer_C) == 0x000010, "Wrong alignment on UGA_PlaceECMJammer_C"); \ +static_assert(sizeof(UGA_PlaceECMJammer_C) == 0x000560, "Wrong size on UGA_PlaceECMJammer_C"); \ + +#define DUMPER7_ASSERTS_ABP_DoctorBag_EQP_C_ExecuteUbergraph_ABP_DoctorBag_EQP \ +static_assert(alignof(ABP_DoctorBag_EQP_C_ExecuteUbergraph_ABP_DoctorBag_EQP) == 0x000004, "Wrong alignment on ABP_DoctorBag_EQP_C_ExecuteUbergraph_ABP_DoctorBag_EQP"); \ +static_assert(sizeof(ABP_DoctorBag_EQP_C_ExecuteUbergraph_ABP_DoctorBag_EQP) == 0x000004, "Wrong size on ABP_DoctorBag_EQP_C_ExecuteUbergraph_ABP_DoctorBag_EQP"); \ +static_assert(offsetof(ABP_DoctorBag_EQP_C_ExecuteUbergraph_ABP_DoctorBag_EQP, EntryPoint) == 0x000000, "Member 'ABP_DoctorBag_EQP_C_ExecuteUbergraph_ABP_DoctorBag_EQP::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DoctorBag_EQP_C_AnimGraph \ +static_assert(alignof(ABP_DoctorBag_EQP_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_DoctorBag_EQP_C_AnimGraph"); \ +static_assert(sizeof(ABP_DoctorBag_EQP_C_AnimGraph) == 0x000010, "Wrong size on ABP_DoctorBag_EQP_C_AnimGraph"); \ +static_assert(offsetof(ABP_DoctorBag_EQP_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_DoctorBag_EQP_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_DoctorBag_EQP_C \ +static_assert(alignof(UABP_DoctorBag_EQP_C) == 0x000010, "Wrong alignment on UABP_DoctorBag_EQP_C"); \ +static_assert(sizeof(UABP_DoctorBag_EQP_C) == 0x000450, "Wrong size on UABP_DoctorBag_EQP_C"); \ +static_assert(offsetof(UABP_DoctorBag_EQP_C, UberGraphFrame) == 0x0002D0, "Member 'UABP_DoctorBag_EQP_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_DoctorBag_EQP_C, AnimGraphNode_Root) == 0x0002D8, "Member 'UABP_DoctorBag_EQP_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_DoctorBag_EQP_C, AnimGraphNode_SequencePlayer) == 0x000320, "Member 'UABP_DoctorBag_EQP_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_DoctorBag_EQP_C, AnimGraphNode_Slot) == 0x0003F0, "Member 'UABP_DoctorBag_EQP_C::AnimGraphNode_Slot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseDistancePercentage_RinoHud \ +static_assert(alignof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseDistancePercentage_RinoHud) == 0x000008, "Wrong alignment on WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseDistancePercentage_RinoHud"); \ +static_assert(sizeof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseDistancePercentage_RinoHud) == 0x000010, "Wrong size on WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseDistancePercentage_RinoHud"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseDistancePercentage_RinoHud, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseDistancePercentage_RinoHud::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseDistancePercentage_RinoHud, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseDistancePercentage_RinoHud::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseDistancePercentage_RinoHud, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseDistancePercentage_RinoHud::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_SetValues \ +static_assert(alignof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_SetValues) == 0x000004, "Wrong alignment on WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_SetValues"); \ +static_assert(sizeof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_SetValues) == 0x000008, "Wrong size on WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_SetValues"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_SetValues, Distance) == 0x000000, "Member 'WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_SetValues::Distance' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_SetValues, Percentage) == 0x000004, "Member 'WBP_UI_Widget_BaseDistancePercentage_RinoHud_C_SetValues::Percentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update \ +static_assert(alignof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update) == 0x000008, "Wrong alignment on WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update"); \ +static_assert(sizeof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update) == 0x000100, "Wrong size on WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update, Temp_struct_Variable) == 0x000000, "Member 'WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update, Temp_struct_Variable_1) == 0x000010, "Member 'WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update, Temp_bool_Variable) == 0x000020, "Member 'WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update, Temp_struct_Variable_2) == 0x000024, "Member 'WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update, Temp_bool_Variable_1) == 0x000034, "Member 'WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000038, "Member 'WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update, CallFunc_FFloor_ReturnValue) == 0x00003C, "Member 'WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000040, "Member 'WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000044, "Member 'WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update, CallFunc_FFloor64_ReturnValue) == 0x000048, "Member 'WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update::CallFunc_FFloor64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000050, "Member 'WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update, CallFunc_Conv_Int64ToText_ReturnValue) == 0x000058, "Member 'WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update::CallFunc_Conv_Int64ToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update, CallFunc_Conv_TextToString_ReturnValue) == 0x000070, "Member 'WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update, K2Node_Select_Default) == 0x000080, "Member 'WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update, CallFunc_Concat_StrStr_ReturnValue) == 0x000090, "Member 'WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update, K2Node_Select_Default_1) == 0x0000A0, "Member 'WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update, CallFunc_Conv_StringToText_ReturnValue) == 0x0000B0, "Member 'WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update, CallFunc_Conv_IntToString_ReturnValue) == 0x0000C8, "Member 'WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000D8, "Member 'WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000E8, "Member 'WBP_UI_Widget_BaseDistancePercentage_RinoHud_C__Update::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_BaseDistancePercentage_RinoHud_C \ +static_assert(alignof(UWBP_UI_Widget_BaseDistancePercentage_RinoHud_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_BaseDistancePercentage_RinoHud_C"); \ +static_assert(sizeof(UWBP_UI_Widget_BaseDistancePercentage_RinoHud_C) == 0x0002B8, "Wrong size on UWBP_UI_Widget_BaseDistancePercentage_RinoHud_C"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseDistancePercentage_RinoHud_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Widget_BaseDistancePercentage_RinoHud_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseDistancePercentage_RinoHud_C, distance) == 0x000298, "Member 'UWBP_UI_Widget_BaseDistancePercentage_RinoHud_C::distance' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseDistancePercentage_RinoHud_C, Image_98) == 0x0002A0, "Member 'UWBP_UI_Widget_BaseDistancePercentage_RinoHud_C::Image_98' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseDistancePercentage_RinoHud_C, percentage) == 0x0002A8, "Member 'UWBP_UI_Widget_BaseDistancePercentage_RinoHud_C::percentage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseDistancePercentage_RinoHud_C, bPercentage) == 0x0002B0, "Member 'UWBP_UI_Widget_BaseDistancePercentage_RinoHud_C::bPercentage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseDistancePercentage_RinoHud_C, bDistance) == 0x0002B4, "Member 'UWBP_UI_Widget_BaseDistancePercentage_RinoHud_C::bDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseDistanceCount_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseDistanceCount_RinoHud \ +static_assert(alignof(WBP_UI_Widget_BaseDistanceCount_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseDistanceCount_RinoHud) == 0x000008, "Wrong alignment on WBP_UI_Widget_BaseDistanceCount_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseDistanceCount_RinoHud"); \ +static_assert(sizeof(WBP_UI_Widget_BaseDistanceCount_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseDistanceCount_RinoHud) == 0x000010, "Wrong size on WBP_UI_Widget_BaseDistanceCount_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseDistanceCount_RinoHud"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistanceCount_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseDistanceCount_RinoHud, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_BaseDistanceCount_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseDistanceCount_RinoHud::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistanceCount_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseDistanceCount_RinoHud, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_Widget_BaseDistanceCount_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseDistanceCount_RinoHud::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistanceCount_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseDistanceCount_RinoHud, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_BaseDistanceCount_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseDistanceCount_RinoHud::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseDistanceCount_RinoHud_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_BaseDistanceCount_RinoHud_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_BaseDistanceCount_RinoHud_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_BaseDistanceCount_RinoHud_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_BaseDistanceCount_RinoHud_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistanceCount_RinoHud_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_BaseDistanceCount_RinoHud_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseDistanceCount_RinoHud_C_SetValues \ +static_assert(alignof(WBP_UI_Widget_BaseDistanceCount_RinoHud_C_SetValues) == 0x000004, "Wrong alignment on WBP_UI_Widget_BaseDistanceCount_RinoHud_C_SetValues"); \ +static_assert(sizeof(WBP_UI_Widget_BaseDistanceCount_RinoHud_C_SetValues) == 0x000008, "Wrong size on WBP_UI_Widget_BaseDistanceCount_RinoHud_C_SetValues"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistanceCount_RinoHud_C_SetValues, Distance) == 0x000000, "Member 'WBP_UI_Widget_BaseDistanceCount_RinoHud_C_SetValues::Distance' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistanceCount_RinoHud_C_SetValues, Count) == 0x000004, "Member 'WBP_UI_Widget_BaseDistanceCount_RinoHud_C_SetValues::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseDistanceCount_RinoHud_C__Update \ +static_assert(alignof(WBP_UI_Widget_BaseDistanceCount_RinoHud_C__Update) == 0x000008, "Wrong alignment on WBP_UI_Widget_BaseDistanceCount_RinoHud_C__Update"); \ +static_assert(sizeof(WBP_UI_Widget_BaseDistanceCount_RinoHud_C__Update) == 0x000078, "Wrong size on WBP_UI_Widget_BaseDistanceCount_RinoHud_C__Update"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistanceCount_RinoHud_C__Update, CallFunc_Conv_IntToText_ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_BaseDistanceCount_RinoHud_C__Update::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistanceCount_RinoHud_C__Update, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_BaseDistanceCount_RinoHud_C__Update::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistanceCount_RinoHud_C__Update, CallFunc_FFloor64_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_BaseDistanceCount_RinoHud_C__Update::CallFunc_FFloor64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistanceCount_RinoHud_C__Update, CallFunc_Conv_Int64ToText_ReturnValue) == 0x000028, "Member 'WBP_UI_Widget_BaseDistanceCount_RinoHud_C__Update::CallFunc_Conv_Int64ToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistanceCount_RinoHud_C__Update, CallFunc_Conv_TextToString_ReturnValue) == 0x000040, "Member 'WBP_UI_Widget_BaseDistanceCount_RinoHud_C__Update::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistanceCount_RinoHud_C__Update, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'WBP_UI_Widget_BaseDistanceCount_RinoHud_C__Update::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseDistanceCount_RinoHud_C__Update, CallFunc_Conv_StringToText_ReturnValue) == 0x000060, "Member 'WBP_UI_Widget_BaseDistanceCount_RinoHud_C__Update::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_BaseDistanceCount_RinoHud_C \ +static_assert(alignof(UWBP_UI_Widget_BaseDistanceCount_RinoHud_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_BaseDistanceCount_RinoHud_C"); \ +static_assert(sizeof(UWBP_UI_Widget_BaseDistanceCount_RinoHud_C) == 0x0002C0, "Wrong size on UWBP_UI_Widget_BaseDistanceCount_RinoHud_C"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseDistanceCount_RinoHud_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Widget_BaseDistanceCount_RinoHud_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseDistanceCount_RinoHud_C, count) == 0x000298, "Member 'UWBP_UI_Widget_BaseDistanceCount_RinoHud_C::count' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseDistanceCount_RinoHud_C, distance) == 0x0002A0, "Member 'UWBP_UI_Widget_BaseDistanceCount_RinoHud_C::distance' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseDistanceCount_RinoHud_C, Image_98) == 0x0002A8, "Member 'UWBP_UI_Widget_BaseDistanceCount_RinoHud_C::Image_98' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseDistanceCount_RinoHud_C, bCount) == 0x0002B0, "Member 'UWBP_UI_Widget_BaseDistanceCount_RinoHud_C::bCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseDistanceCount_RinoHud_C, bDistance) == 0x0002B4, "Member 'UWBP_UI_Widget_BaseDistanceCount_RinoHud_C::bDistance' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseDistanceCount_RinoHud_C, in_sprite) == 0x0002B8, "Member 'UWBP_UI_Widget_BaseDistanceCount_RinoHud_C::in_sprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag \ +static_assert(alignof(BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag) == 0x000008, "Wrong alignment on BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag"); \ +static_assert(sizeof(BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag) == 0x0000D8, "Wrong size on BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag, EntryPoint) == 0x000000, "Member 'BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag, Temp_struct_Variable) == 0x000008, "Member 'BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag, Temp_delegate_Variable) == 0x000018, "Member 'BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag, Temp_struct_Variable_1) == 0x000030, "Member 'BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag, Temp_delegate_Variable_1) == 0x000040, "Member 'BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag, Temp_struct_Variable_2) == 0x000058, "Member 'BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag, Temp_delegate_Variable_2) == 0x000068, "Member 'BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag, CallFunc_PostEvent_ReturnValue) == 0x00007C, "Member 'BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag, K2Node_ComponentBoundEvent_ShoutTarget) == 0x000080, "Member 'BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag::K2Node_ComponentBoundEvent_ShoutTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag, K2Node_ComponentBoundEvent_Shouter) == 0x000088, "Member 'BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag::K2Node_ComponentBoundEvent_Shouter' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag, K2Node_Event_ChargesChangeTo) == 0x000090, "Member 'BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag::K2Node_Event_ChargesChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag, K2Node_Event_bDoCosmetics) == 0x000094, "Member 'BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag, K2Node_ComponentBoundEvent_Component) == 0x000098, "Member 'BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag::K2Node_ComponentBoundEvent_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag, K2Node_ComponentBoundEvent_bReset) == 0x0000A0, "Member 'BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag::K2Node_ComponentBoundEvent_bReset' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag, K2Node_ComponentBoundEvent_Interactable_1) == 0x0000A8, "Member 'BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag::K2Node_ComponentBoundEvent_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag, K2Node_ComponentBoundEvent_Interactor_1) == 0x0000B0, "Member 'BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag::K2Node_ComponentBoundEvent_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1) == 0x0000B8, "Member 'BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag, CallFunc_PostEvent_ReturnValue_1) == 0x0000BC, "Member 'BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag, K2Node_ComponentBoundEvent_Interactable) == 0x0000C0, "Member 'BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag, K2Node_ComponentBoundEvent_Interactor) == 0x0000C8, "Member 'BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x0000D0, "Member 'BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag, CallFunc_PostEvent_ReturnValue_2) == 0x0000D4, "Member 'BP_Placeable_AmmoBag_C_ExecuteUbergraph_BP_Placeable_AmmoBag::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature \ +static_assert(alignof(BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature) == 0x000010, "Wrong size on BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature, Component) == 0x000000, "Member 'BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature::Component' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature, bReset) == 0x000008, "Member 'BP_Placeable_AmmoBag_C_BndEvt__BP_Placeable_AmmoBag_ProjectileMovementComponent_K2Node_ComponentBoundEvent_1_ActorComponentActivatedSignature__DelegateSignature::bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Placeable_AmmoBag_C_OnChargesChanged \ +static_assert(alignof(BP_Placeable_AmmoBag_C_OnChargesChanged) == 0x000004, "Wrong alignment on BP_Placeable_AmmoBag_C_OnChargesChanged"); \ +static_assert(sizeof(BP_Placeable_AmmoBag_C_OnChargesChanged) == 0x000008, "Wrong size on BP_Placeable_AmmoBag_C_OnChargesChanged"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_OnChargesChanged, ChargesChangeTo) == 0x000000, "Member 'BP_Placeable_AmmoBag_C_OnChargesChanged::ChargesChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_OnChargesChanged, bDoCosmetics) == 0x000004, "Member 'BP_Placeable_AmmoBag_C_OnChargesChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Placeable_AmmoBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature \ +static_assert(alignof(BP_Placeable_AmmoBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_Placeable_AmmoBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_Placeable_AmmoBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature) == 0x000010, "Wrong size on BP_Placeable_AmmoBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature, ShoutTarget) == 0x000000, "Member 'BP_Placeable_AmmoBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature::ShoutTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature, Shouter) == 0x000008, "Member 'BP_Placeable_AmmoBag_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature::Shouter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Placeable_AmmoBag_C_UpdateCharges \ +static_assert(alignof(BP_Placeable_AmmoBag_C_UpdateCharges) == 0x000008, "Wrong alignment on BP_Placeable_AmmoBag_C_UpdateCharges"); \ +static_assert(sizeof(BP_Placeable_AmmoBag_C_UpdateCharges) == 0x000020, "Wrong size on BP_Placeable_AmmoBag_C_UpdateCharges"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_UpdateCharges, NewChargeCount) == 0x000000, "Member 'BP_Placeable_AmmoBag_C_UpdateCharges::NewChargeCount' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_UpdateCharges, Temp_int_Variable) == 0x000004, "Member 'BP_Placeable_AmmoBag_C_UpdateCharges::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_UpdateCharges, CallFunc_FTrunc_ReturnValue) == 0x000008, "Member 'BP_Placeable_AmmoBag_C_UpdateCharges::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_UpdateCharges, Temp_int_Variable_1) == 0x00000C, "Member 'BP_Placeable_AmmoBag_C_UpdateCharges::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_UpdateCharges, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000010, "Member 'BP_Placeable_AmmoBag_C_UpdateCharges::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_UpdateCharges, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000011, "Member 'BP_Placeable_AmmoBag_C_UpdateCharges::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_UpdateCharges, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_Placeable_AmmoBag_C_UpdateCharges::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Placeable_AmmoBag_C_UpdateCharges, K2Node_Select_Default) == 0x000018, "Member 'BP_Placeable_AmmoBag_C_UpdateCharges::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Placeable_AmmoBag_C \ +static_assert(alignof(ABP_Placeable_AmmoBag_C) == 0x000010, "Wrong alignment on ABP_Placeable_AmmoBag_C"); \ +static_assert(sizeof(ABP_Placeable_AmmoBag_C) == 0x0005D0, "Wrong size on ABP_Placeable_AmmoBag_C"); \ +static_assert(offsetof(ABP_Placeable_AmmoBag_C, UberGraphFrame) == 0x000550, "Member 'ABP_Placeable_AmmoBag_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_AmmoBag_C, Charge7) == 0x000558, "Member 'ABP_Placeable_AmmoBag_C::Charge7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_AmmoBag_C, Charge6) == 0x000560, "Member 'ABP_Placeable_AmmoBag_C::Charge6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_AmmoBag_C, Charge5) == 0x000568, "Member 'ABP_Placeable_AmmoBag_C::Charge5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_AmmoBag_C, Charge4) == 0x000570, "Member 'ABP_Placeable_AmmoBag_C::Charge4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_AmmoBag_C, Charge3) == 0x000578, "Member 'ABP_Placeable_AmmoBag_C::Charge3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_AmmoBag_C, Charge2) == 0x000580, "Member 'ABP_Placeable_AmmoBag_C::Charge2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_AmmoBag_C, Charge1) == 0x000588, "Member 'ABP_Placeable_AmmoBag_C::Charge1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_AmmoBag_C, Charge0) == 0x000590, "Member 'ABP_Placeable_AmmoBag_C::Charge0' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_AmmoBag_C, SBZShoutTarget) == 0x000598, "Member 'ABP_Placeable_AmmoBag_C::SBZShoutTarget' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_AmmoBag_C, Timeline_0__Direction_CCA6721B4F368C9BF24B17A6F8780240) == 0x0005A0, "Member 'ABP_Placeable_AmmoBag_C::Timeline_0__Direction_CCA6721B4F368C9BF24B17A6F8780240' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_AmmoBag_C, Timeline_0) == 0x0005A8, "Member 'ABP_Placeable_AmmoBag_C::Timeline_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_AmmoBag_C, InitialMeterScale) == 0x0005B0, "Member 'ABP_Placeable_AmmoBag_C::InitialMeterScale' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_AmmoBag_C, ReplicatedMarkerID) == 0x0005BC, "Member 'ABP_Placeable_AmmoBag_C::ReplicatedMarkerID' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_AmmoBag_C, HasBeenMarked) == 0x0005C0, "Member 'ABP_Placeable_AmmoBag_C::HasBeenMarked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Magazine_01_D_SmallDestruction_C \ +static_assert(alignof(ABP_Magazine_01_D_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_Magazine_01_D_SmallDestruction_C"); \ +static_assert(sizeof(ABP_Magazine_01_D_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_Magazine_01_D_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_ABP_ZiplineMotor_Bag_C \ +static_assert(alignof(ABP_ZiplineMotor_Bag_C) == 0x000010, "Wrong alignment on ABP_ZiplineMotor_Bag_C"); \ +static_assert(sizeof(ABP_ZiplineMotor_Bag_C) == 0x000330, "Wrong size on ABP_ZiplineMotor_Bag_C"); \ +static_assert(offsetof(ABP_ZiplineMotor_Bag_C, StaticMesh) == 0x000320, "Member 'ABP_ZiplineMotor_Bag_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PlayerCameraManager_C \ +static_assert(alignof(ABP_PlayerCameraManager_C) == 0x000010, "Wrong alignment on ABP_PlayerCameraManager_C"); \ +static_assert(sizeof(ABP_PlayerCameraManager_C) == 0x002B00, "Wrong size on ABP_PlayerCameraManager_C"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_Spectating_C \ +static_assert(alignof(UWBP_UI_Widget_Spectating_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_Spectating_C"); \ +static_assert(sizeof(UWBP_UI_Widget_Spectating_C) == 0x0002A0, "Wrong size on UWBP_UI_Widget_Spectating_C"); \ +static_assert(offsetof(UWBP_UI_Widget_Spectating_C, Image_164) == 0x000290, "Member 'UWBP_UI_Widget_Spectating_C::Image_164' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Spectating_C, Widget_CustodyTimer) == 0x000298, "Member 'UWBP_UI_Widget_Spectating_C::Widget_CustodyTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MethBag_C \ +static_assert(alignof(ABP_MethBag_C) == 0x000008, "Wrong alignment on ABP_MethBag_C"); \ +static_assert(sizeof(ABP_MethBag_C) == 0x0003D0, "Wrong size on ABP_MethBag_C"); \ +static_assert(offsetof(ABP_MethBag_C, SBZOutline) == 0x0003C0, "Member 'ABP_MethBag_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethBag_C, StaticMesh) == 0x0003C8, "Member 'ABP_MethBag_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_SMG_WAR45_C \ +static_assert(alignof(UCS_FireWeapon_SMG_WAR45_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_SMG_WAR45_C"); \ +static_assert(sizeof(UCS_FireWeapon_SMG_WAR45_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_SMG_WAR45_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_KeyItem_C_ExecuteUbergraph_WBP_UI_Widget_KeyItem \ +static_assert(alignof(WBP_UI_Widget_KeyItem_C_ExecuteUbergraph_WBP_UI_Widget_KeyItem) == 0x000008, "Wrong alignment on WBP_UI_Widget_KeyItem_C_ExecuteUbergraph_WBP_UI_Widget_KeyItem"); \ +static_assert(sizeof(WBP_UI_Widget_KeyItem_C_ExecuteUbergraph_WBP_UI_Widget_KeyItem) == 0x000028, "Wrong size on WBP_UI_Widget_KeyItem_C_ExecuteUbergraph_WBP_UI_Widget_KeyItem"); \ +static_assert(offsetof(WBP_UI_Widget_KeyItem_C_ExecuteUbergraph_WBP_UI_Widget_KeyItem, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_KeyItem_C_ExecuteUbergraph_WBP_UI_Widget_KeyItem::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KeyItem_C_ExecuteUbergraph_WBP_UI_Widget_KeyItem, K2Node_Event_InKeyItemCount) == 0x000004, "Member 'WBP_UI_Widget_KeyItem_C_ExecuteUbergraph_WBP_UI_Widget_KeyItem::K2Node_Event_InKeyItemCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KeyItem_C_ExecuteUbergraph_WBP_UI_Widget_KeyItem, K2Node_Event_InKeyItemData) == 0x000008, "Member 'WBP_UI_Widget_KeyItem_C_ExecuteUbergraph_WBP_UI_Widget_KeyItem::K2Node_Event_InKeyItemData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KeyItem_C_ExecuteUbergraph_WBP_UI_Widget_KeyItem, K2Node_Event_InitialCount) == 0x000010, "Member 'WBP_UI_Widget_KeyItem_C_ExecuteUbergraph_WBP_UI_Widget_KeyItem::K2Node_Event_InitialCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KeyItem_C_ExecuteUbergraph_WBP_UI_Widget_KeyItem, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000018, "Member 'WBP_UI_Widget_KeyItem_C_ExecuteUbergraph_WBP_UI_Widget_KeyItem::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_KeyItem_C_OnKeyItemCountChanged \ +static_assert(alignof(WBP_UI_Widget_KeyItem_C_OnKeyItemCountChanged) == 0x000004, "Wrong alignment on WBP_UI_Widget_KeyItem_C_OnKeyItemCountChanged"); \ +static_assert(sizeof(WBP_UI_Widget_KeyItem_C_OnKeyItemCountChanged) == 0x000004, "Wrong size on WBP_UI_Widget_KeyItem_C_OnKeyItemCountChanged"); \ +static_assert(offsetof(WBP_UI_Widget_KeyItem_C_OnKeyItemCountChanged, InKeyItemCount) == 0x000000, "Member 'WBP_UI_Widget_KeyItem_C_OnKeyItemCountChanged::InKeyItemCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_KeyItem_C_OnKeyItemPickedUp \ +static_assert(alignof(WBP_UI_Widget_KeyItem_C_OnKeyItemPickedUp) == 0x000008, "Wrong alignment on WBP_UI_Widget_KeyItem_C_OnKeyItemPickedUp"); \ +static_assert(sizeof(WBP_UI_Widget_KeyItem_C_OnKeyItemPickedUp) == 0x000010, "Wrong size on WBP_UI_Widget_KeyItem_C_OnKeyItemPickedUp"); \ +static_assert(offsetof(WBP_UI_Widget_KeyItem_C_OnKeyItemPickedUp, InKeyItemData) == 0x000000, "Member 'WBP_UI_Widget_KeyItem_C_OnKeyItemPickedUp::InKeyItemData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KeyItem_C_OnKeyItemPickedUp, InitialCount) == 0x000008, "Member 'WBP_UI_Widget_KeyItem_C_OnKeyItemPickedUp::InitialCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_KeyItem_C_UpdateStackCount \ +static_assert(alignof(WBP_UI_Widget_KeyItem_C_UpdateStackCount) == 0x000008, "Wrong alignment on WBP_UI_Widget_KeyItem_C_UpdateStackCount"); \ +static_assert(sizeof(WBP_UI_Widget_KeyItem_C_UpdateStackCount) == 0x000038, "Wrong size on WBP_UI_Widget_KeyItem_C_UpdateStackCount"); \ +static_assert(offsetof(WBP_UI_Widget_KeyItem_C_UpdateStackCount, InStackCount) == 0x000000, "Member 'WBP_UI_Widget_KeyItem_C_UpdateStackCount::InStackCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KeyItem_C_UpdateStackCount, Temp_byte_Variable) == 0x000004, "Member 'WBP_UI_Widget_KeyItem_C_UpdateStackCount::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KeyItem_C_UpdateStackCount, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_KeyItem_C_UpdateStackCount::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KeyItem_C_UpdateStackCount, CallFunc_Greater_IntInt_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_KeyItem_C_UpdateStackCount::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KeyItem_C_UpdateStackCount, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000021, "Member 'WBP_UI_Widget_KeyItem_C_UpdateStackCount::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KeyItem_C_UpdateStackCount, Temp_byte_Variable_1) == 0x000022, "Member 'WBP_UI_Widget_KeyItem_C_UpdateStackCount::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KeyItem_C_UpdateStackCount, Temp_bool_Variable) == 0x000023, "Member 'WBP_UI_Widget_KeyItem_C_UpdateStackCount::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KeyItem_C_UpdateStackCount, CallFunc_PlayAnimationForward_ReturnValue) == 0x000028, "Member 'WBP_UI_Widget_KeyItem_C_UpdateStackCount::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KeyItem_C_UpdateStackCount, K2Node_Select_Default) == 0x000030, "Member 'WBP_UI_Widget_KeyItem_C_UpdateStackCount::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_KeyItem_C \ +static_assert(alignof(UWBP_UI_Widget_KeyItem_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_KeyItem_C"); \ +static_assert(sizeof(UWBP_UI_Widget_KeyItem_C) == 0x0002E0, "Wrong size on UWBP_UI_Widget_KeyItem_C"); \ +static_assert(offsetof(UWBP_UI_Widget_KeyItem_C, UberGraphFrame) == 0x0002B0, "Member 'UWBP_UI_Widget_KeyItem_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_KeyItem_C, ItemPickedUp) == 0x0002B8, "Member 'UWBP_UI_Widget_KeyItem_C::ItemPickedUp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_KeyItem_C, Image_KeyItemAnimation) == 0x0002C0, "Member 'UWBP_UI_Widget_KeyItem_C::Image_KeyItemAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_KeyItem_C, Image_KeyItemStack) == 0x0002C8, "Member 'UWBP_UI_Widget_KeyItem_C::Image_KeyItemStack' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_KeyItem_C, Text_StackCount) == 0x0002D0, "Member 'UWBP_UI_Widget_KeyItem_C::Text_StackCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_KeyItem_C, StackCount_MoveToCode_) == 0x0002D8, "Member 'UWBP_UI_Widget_KeyItem_C::StackCount_MoveToCode_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SatellitePrototypeBag_C \ +static_assert(alignof(ABP_SatellitePrototypeBag_C) == 0x000008, "Wrong alignment on ABP_SatellitePrototypeBag_C"); \ +static_assert(sizeof(ABP_SatellitePrototypeBag_C) == 0x0003D0, "Wrong size on ABP_SatellitePrototypeBag_C"); \ +static_assert(offsetof(ABP_SatellitePrototypeBag_C, SBZOutline) == 0x0003C0, "Member 'ABP_SatellitePrototypeBag_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_SatellitePrototypeBag_C, StaticMesh) == 0x0003C8, "Member 'ABP_SatellitePrototypeBag_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SatellitePartBag_C \ +static_assert(alignof(ABP_SatellitePartBag_C) == 0x000008, "Wrong alignment on ABP_SatellitePartBag_C"); \ +static_assert(sizeof(ABP_SatellitePartBag_C) == 0x0003D0, "Wrong size on ABP_SatellitePartBag_C"); \ +static_assert(offsetof(ABP_SatellitePartBag_C, SBZOutline) == 0x0003C0, "Member 'ABP_SatellitePartBag_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_SatellitePartBag_C, StaticMesh) == 0x0003C8, "Member 'ABP_SatellitePartBag_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzCount_RinoHud \ +static_assert(alignof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzCount_RinoHud) == 0x000008, "Wrong alignment on WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzCount_RinoHud"); \ +static_assert(sizeof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzCount_RinoHud) == 0x000020, "Wrong size on WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzCount_RinoHud"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzCount_RinoHud, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzCount_RinoHud::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzCount_RinoHud, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzCount_RinoHud::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzCount_RinoHud, K2Node_Event_IsDesignTime) == 0x000010, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzCount_RinoHud::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzCount_RinoHud, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000018, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzCount_RinoHud::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update \ +static_assert(alignof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update) == 0x000008, "Wrong alignment on WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update"); \ +static_assert(sizeof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update) == 0x0001A0, "Wrong size on WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update, K2Node_MakeStruct_SlateColor) == 0x000020, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update, K2Node_MakeStruct_SlateColor_1) == 0x000048, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update, K2Node_MakeStruct_SlateColor_2) == 0x000070, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update, Temp_byte_Variable) == 0x000098, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update, CallFunc_GetDynamicMaterial_ReturnValue) == 0x0000A0, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update, K2Node_Select_Default) == 0x0000A8, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x0000D0, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000D8, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update, CallFunc_FFloor64_ReturnValue) == 0x0000E0, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update::CallFunc_FFloor64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0000E8, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update, CallFunc_Conv_Int64ToText_ReturnValue) == 0x0000F0, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update::CallFunc_Conv_Int64ToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update, CallFunc_Conv_TextToString_ReturnValue) == 0x000108, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000118, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update, CallFunc_Concat_StrStr_ReturnValue) == 0x000120, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update, CallFunc_Conv_StringToText_ReturnValue) == 0x000130, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000148, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update, CallFunc_Round_ReturnValue) == 0x00014C, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update, CallFunc_Conv_FloatToText_ReturnValue) == 0x000150, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update, CallFunc_FormatIntToTimerText_ReturnValue) == 0x000168, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update::CallFunc_FormatIntToTimerText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update, CallFunc_Less_FloatFloat_ReturnValue) == 0x000180, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update, K2Node_Select_Default_1) == 0x000188, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C__Update::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_SetInitial \ +static_assert(alignof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_SetInitial) == 0x000008, "Wrong alignment on WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_SetInitial"); \ +static_assert(sizeof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_SetInitial) == 0x000030, "Wrong size on WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_SetInitial"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_SetInitial, in_action) == 0x000000, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_SetInitial::in_action' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_SetInitial, Duration) == 0x000010, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_SetInitial::Duration' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_SetInitial, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_SetInitial::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_SetValues \ +static_assert(alignof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_SetValues) == 0x000004, "Wrong alignment on WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_SetValues"); \ +static_assert(sizeof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_SetValues) == 0x000010, "Wrong size on WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_SetValues"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_SetValues, Color) == 0x000000, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_SetValues::Color' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_SetValues, progress_0_To_100) == 0x000004, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_SetValues::progress_0_To_100' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_SetValues, distance_0) == 0x000008, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_SetValues::distance_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_SetValues, count_0) == 0x00000C, "Member 'WBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C_SetValues::count_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C \ +static_assert(alignof(UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C"); \ +static_assert(sizeof(UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C) == 0x0002E0, "Wrong size on UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C, action) == 0x000298, "Member 'UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C::action' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C, Border_109) == 0x0002A0, "Member 'UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C::Border_109' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C, count) == 0x0002A8, "Member 'UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C::count' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C, distance) == 0x0002B0, "Member 'UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C::distance' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C, Image_98) == 0x0002B8, "Member 'UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C::Image_98' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C, time) == 0x0002C0, "Member 'UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C::time' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C, val_duration) == 0x0002C8, "Member 'UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C::val_duration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C, val_progress) == 0x0002CC, "Member 'UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C::val_progress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C, val_distance) == 0x0002D0, "Member 'UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C::val_distance' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C, val_color) == 0x0002D4, "Member 'UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C::val_color' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C, val_count) == 0x0002D8, "Member 'UWBP_UI_Widget_BaseTimedActionWzCount_RinoHud_C::val_count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GoldBag_C \ +static_assert(alignof(ABP_GoldBag_C) == 0x000008, "Wrong alignment on ABP_GoldBag_C"); \ +static_assert(sizeof(ABP_GoldBag_C) == 0x0003D0, "Wrong size on ABP_GoldBag_C"); \ +static_assert(offsetof(ABP_GoldBag_C, SBZOutline) == 0x0003C0, "Member 'ABP_GoldBag_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_GoldBag_C, StaticMesh) == 0x0003C8, "Member 'ABP_GoldBag_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticLockpickLever_C \ +static_assert(alignof(ABP_CosmeticLockpickLever_C) == 0x000008, "Wrong alignment on ABP_CosmeticLockpickLever_C"); \ +static_assert(sizeof(ABP_CosmeticLockpickLever_C) == 0x0002D8, "Wrong size on ABP_CosmeticLockpickLever_C"); \ +static_assert(offsetof(ABP_CosmeticLockpickLever_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticLockpickLever_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticLockpickLever_C, DefaultSceneRoot) == 0x0002D0, "Member 'ABP_CosmeticLockpickLever_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MoneyBag_C \ +static_assert(alignof(ABP_MoneyBag_C) == 0x000008, "Wrong alignment on ABP_MoneyBag_C"); \ +static_assert(sizeof(ABP_MoneyBag_C) == 0x0003D0, "Wrong size on ABP_MoneyBag_C"); \ +static_assert(offsetof(ABP_MoneyBag_C, SBZOutline) == 0x0003C0, "Member 'ABP_MoneyBag_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_MoneyBag_C, StaticMesh) == 0x0003C8, "Member 'ABP_MoneyBag_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DegradingTechBag_C_ExecuteUbergraph_BP_DegradingTechBag \ +static_assert(alignof(BP_DegradingTechBag_C_ExecuteUbergraph_BP_DegradingTechBag) == 0x000004, "Wrong alignment on BP_DegradingTechBag_C_ExecuteUbergraph_BP_DegradingTechBag"); \ +static_assert(sizeof(BP_DegradingTechBag_C_ExecuteUbergraph_BP_DegradingTechBag) == 0x000010, "Wrong size on BP_DegradingTechBag_C_ExecuteUbergraph_BP_DegradingTechBag"); \ +static_assert(offsetof(BP_DegradingTechBag_C_ExecuteUbergraph_BP_DegradingTechBag, EntryPoint) == 0x000000, "Member 'BP_DegradingTechBag_C_ExecuteUbergraph_BP_DegradingTechBag::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DegradingTechBag_C_ExecuteUbergraph_BP_DegradingTechBag, K2Node_Event_DegredationLevel) == 0x000004, "Member 'BP_DegradingTechBag_C_ExecuteUbergraph_BP_DegradingTechBag::K2Node_Event_DegredationLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_DegradingTechBag_C_ExecuteUbergraph_BP_DegradingTechBag, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_DegradingTechBag_C_ExecuteUbergraph_BP_DegradingTechBag::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DegradingTechBag_C_ExecuteUbergraph_BP_DegradingTechBag, CallFunc_Multiply_IntFloat_ReturnValue) == 0x00000C, "Member 'BP_DegradingTechBag_C_ExecuteUbergraph_BP_DegradingTechBag::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DegradingTechBag_C_BP_OnDegradationChanged \ +static_assert(alignof(BP_DegradingTechBag_C_BP_OnDegradationChanged) == 0x000004, "Wrong alignment on BP_DegradingTechBag_C_BP_OnDegradationChanged"); \ +static_assert(sizeof(BP_DegradingTechBag_C_BP_OnDegradationChanged) == 0x000004, "Wrong size on BP_DegradingTechBag_C_BP_OnDegradationChanged"); \ +static_assert(offsetof(BP_DegradingTechBag_C_BP_OnDegradationChanged, DegredationLevel) == 0x000000, "Member 'BP_DegradingTechBag_C_BP_OnDegradationChanged::DegredationLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DegradingTechBag_C \ +static_assert(alignof(ABP_DegradingTechBag_C) == 0x000008, "Wrong alignment on ABP_DegradingTechBag_C"); \ +static_assert(sizeof(ABP_DegradingTechBag_C) == 0x0003E8, "Wrong size on ABP_DegradingTechBag_C"); \ +static_assert(offsetof(ABP_DegradingTechBag_C, UberGraphFrame_BP_DegradingTechBag_C) == 0x0003C0, "Member 'ABP_DegradingTechBag_C::UberGraphFrame_BP_DegradingTechBag_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_DegradingTechBag_C, SBZOutline) == 0x0003C8, "Member 'ABP_DegradingTechBag_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_DegradingTechBag_C, StaticMesh) == 0x0003D0, "Member 'ABP_DegradingTechBag_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_DegradingTechBag_C, Materials) == 0x0003D8, "Member 'ABP_DegradingTechBag_C::Materials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_JewelryBag_C \ +static_assert(alignof(ABP_JewelryBag_C) == 0x000008, "Wrong alignment on ABP_JewelryBag_C"); \ +static_assert(sizeof(ABP_JewelryBag_C) == 0x0003D0, "Wrong size on ABP_JewelryBag_C"); \ +static_assert(offsetof(ABP_JewelryBag_C, SBZOutline) == 0x0003C0, "Member 'ABP_JewelryBag_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_JewelryBag_C, StaticMesh) == 0x0003C8, "Member 'ABP_JewelryBag_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RareStoneBag_C \ +static_assert(alignof(ABP_RareStoneBag_C) == 0x000008, "Wrong alignment on ABP_RareStoneBag_C"); \ +static_assert(sizeof(ABP_RareStoneBag_C) == 0x0003D0, "Wrong size on ABP_RareStoneBag_C"); \ +static_assert(offsetof(ABP_RareStoneBag_C, SBZOutline) == 0x0003C0, "Member 'ABP_RareStoneBag_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_RareStoneBag_C, StaticMesh) == 0x0003C8, "Member 'ABP_RareStoneBag_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_Pistol_Stryk7_C \ +static_assert(alignof(UCS_FireWeapon_Pistol_Stryk7_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_Pistol_Stryk7_C"); \ +static_assert(sizeof(UCS_FireWeapon_Pistol_Stryk7_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_Pistol_Stryk7_C"); \ + +#define DUMPER7_ASSERTS_ABP_RareMineralsBag_C \ +static_assert(alignof(ABP_RareMineralsBag_C) == 0x000008, "Wrong alignment on ABP_RareMineralsBag_C"); \ +static_assert(sizeof(ABP_RareMineralsBag_C) == 0x0003D0, "Wrong size on ABP_RareMineralsBag_C"); \ +static_assert(offsetof(ABP_RareMineralsBag_C, SBZOutline) == 0x0003C0, "Member 'ABP_RareMineralsBag_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_RareMineralsBag_C, StaticMesh) == 0x0003C8, "Member 'ABP_RareMineralsBag_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CocaineBag_C \ +static_assert(alignof(ABP_CocaineBag_C) == 0x000008, "Wrong alignment on ABP_CocaineBag_C"); \ +static_assert(sizeof(ABP_CocaineBag_C) == 0x0003D0, "Wrong size on ABP_CocaineBag_C"); \ +static_assert(offsetof(ABP_CocaineBag_C, SBZOutline) == 0x0003C0, "Member 'ABP_CocaineBag_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_CocaineBag_C, StaticMesh) == 0x0003C8, "Member 'ABP_CocaineBag_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CryptoWalletBag_C \ +static_assert(alignof(ABP_CryptoWalletBag_C) == 0x000008, "Wrong alignment on ABP_CryptoWalletBag_C"); \ +static_assert(sizeof(ABP_CryptoWalletBag_C) == 0x0003D0, "Wrong size on ABP_CryptoWalletBag_C"); \ +static_assert(offsetof(ABP_CryptoWalletBag_C, SBZOutline) == 0x0003C0, "Member 'ABP_CryptoWalletBag_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_CryptoWalletBag_C, StaticMesh) == 0x0003C8, "Member 'ABP_CryptoWalletBag_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticAmmoPickup_C \ +static_assert(alignof(ABP_CosmeticAmmoPickup_C) == 0x000008, "Wrong alignment on ABP_CosmeticAmmoPickup_C"); \ +static_assert(sizeof(ABP_CosmeticAmmoPickup_C) == 0x0002D0, "Wrong size on ABP_CosmeticAmmoPickup_C"); \ +static_assert(offsetof(ABP_CosmeticAmmoPickup_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticAmmoPickup_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_EvidenceBag_C \ +static_assert(alignof(ABP_EvidenceBag_C) == 0x000008, "Wrong alignment on ABP_EvidenceBag_C"); \ +static_assert(sizeof(ABP_EvidenceBag_C) == 0x0003D0, "Wrong size on ABP_EvidenceBag_C"); \ +static_assert(offsetof(ABP_EvidenceBag_C, SBZOutline) == 0x0003C0, "Member 'ABP_EvidenceBag_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_EvidenceBag_C, StaticMesh) == 0x0003C8, "Member 'ABP_EvidenceBag_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GenericEvidenceBag_C \ +static_assert(alignof(ABP_GenericEvidenceBag_C) == 0x000008, "Wrong alignment on ABP_GenericEvidenceBag_C"); \ +static_assert(sizeof(ABP_GenericEvidenceBag_C) == 0x0003D0, "Wrong size on ABP_GenericEvidenceBag_C"); \ +static_assert(offsetof(ABP_GenericEvidenceBag_C, SBZOutline) == 0x0003C0, "Member 'ABP_GenericEvidenceBag_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_GenericEvidenceBag_C, StaticMesh) == 0x0003C8, "Member 'ABP_GenericEvidenceBag_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ServerBag_C \ +static_assert(alignof(ABP_ServerBag_C) == 0x000008, "Wrong alignment on ABP_ServerBag_C"); \ +static_assert(sizeof(ABP_ServerBag_C) == 0x0003D0, "Wrong size on ABP_ServerBag_C"); \ +static_assert(offsetof(ABP_ServerBag_C, SBZOutline) == 0x0003C0, "Member 'ABP_ServerBag_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_ServerBag_C, StaticMesh) == 0x0003C8, "Member 'ABP_ServerBag_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase \ +static_assert(alignof(BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase) == 0x000010, "Wrong alignment on BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase"); \ +static_assert(sizeof(BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase) == 0x0000E0, "Wrong size on BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase"); \ +static_assert(offsetof(BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase, EntryPoint) == 0x000000, "Member 'BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase, K2Node_DynamicCast_AsABP_TPPlayer_Base_Moneybag) == 0x000010, "Member 'BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase::K2Node_DynamicCast_AsABP_TPPlayer_Base_Moneybag' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase, K2Node_DynamicCast_AsABP_TPPlayer_Base_Moneybag_1) == 0x000020, "Member 'BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase::K2Node_DynamicCast_AsABP_TPPlayer_Base_Moneybag_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase, K2Node_Event_Index) == 0x00002C, "Member 'BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase::K2Node_Event_Index' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase, K2Node_Event_NewCount) == 0x000030, "Member 'BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase::K2Node_Event_NewCount' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase, K2Node_Event_NewStrapTransformOffset) == 0x000040, "Member 'BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase::K2Node_Event_NewStrapTransformOffset' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase, K2Node_Event_ParentSkeletalMeshComponent) == 0x000070, "Member 'BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase::K2Node_Event_ParentSkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase, K2Node_Event_EndPlayReason) == 0x000078, "Member 'BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase, K2Node_SwitchEnum_CmpSuccess) == 0x000079, "Member 'BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000080, "Member 'BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase, CallFunc_BreakTransform_Location) == 0x0000B0, "Member 'BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase, CallFunc_BreakTransform_Rotation) == 0x0000BC, "Member 'BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase, CallFunc_BreakTransform_Scale) == 0x0000C8, "Member 'BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0000D8, "Member 'BP_BackItemBagBase_C_ExecuteUbergraph_BP_BackItemBagBase::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BackItemBagBase_C_ReceiveEndPlay \ +static_assert(alignof(BP_BackItemBagBase_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_BackItemBagBase_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_BackItemBagBase_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_BackItemBagBase_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_BackItemBagBase_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_BackItemBagBase_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BackItemBagBase_C_BP_AttachmentComplete \ +static_assert(alignof(BP_BackItemBagBase_C_BP_AttachmentComplete) == 0x000008, "Wrong alignment on BP_BackItemBagBase_C_BP_AttachmentComplete"); \ +static_assert(sizeof(BP_BackItemBagBase_C_BP_AttachmentComplete) == 0x000008, "Wrong size on BP_BackItemBagBase_C_BP_AttachmentComplete"); \ +static_assert(offsetof(BP_BackItemBagBase_C_BP_AttachmentComplete, ParentSkeletalMeshComponent) == 0x000000, "Member 'BP_BackItemBagBase_C_BP_AttachmentComplete::ParentSkeletalMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BackItemBagBase_C_BP_AdjustAttachment \ +static_assert(alignof(BP_BackItemBagBase_C_BP_AdjustAttachment) == 0x000010, "Wrong alignment on BP_BackItemBagBase_C_BP_AdjustAttachment"); \ +static_assert(sizeof(BP_BackItemBagBase_C_BP_AdjustAttachment) == 0x000040, "Wrong size on BP_BackItemBagBase_C_BP_AdjustAttachment"); \ +static_assert(offsetof(BP_BackItemBagBase_C_BP_AdjustAttachment, Index_0) == 0x000000, "Member 'BP_BackItemBagBase_C_BP_AdjustAttachment::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagBase_C_BP_AdjustAttachment, NewCount) == 0x000004, "Member 'BP_BackItemBagBase_C_BP_AdjustAttachment::NewCount' has a wrong offset!"); \ +static_assert(offsetof(BP_BackItemBagBase_C_BP_AdjustAttachment, NewStrapTransformOffset) == 0x000010, "Member 'BP_BackItemBagBase_C_BP_AdjustAttachment::NewStrapTransformOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_BackItemBagBase_C \ +static_assert(alignof(ABP_BackItemBagBase_C) == 0x000008, "Wrong alignment on ABP_BackItemBagBase_C"); \ +static_assert(sizeof(ABP_BackItemBagBase_C) == 0x000318, "Wrong size on ABP_BackItemBagBase_C"); \ +static_assert(offsetof(ABP_BackItemBagBase_C, UberGraphFrame) == 0x000300, "Member 'ABP_BackItemBagBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_BackItemBagBase_C, EndPlayNiagaraTransform) == 0x000308, "Member 'ABP_BackItemBagBase_C::EndPlayNiagaraTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_BackItemBagBase_C, End_Play_Niagara_System) == 0x000310, "Member 'ABP_BackItemBagBase_C::End_Play_Niagara_System' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_BackItemGoldBag_01_C \ +static_assert(alignof(ABP_BackItemGoldBag_01_C) == 0x000008, "Wrong alignment on ABP_BackItemGoldBag_01_C"); \ +static_assert(sizeof(ABP_BackItemGoldBag_01_C) == 0x000318, "Wrong size on ABP_BackItemGoldBag_01_C"); \ + +#define DUMPER7_ASSERTS_ABP_BackItemCocaineBag_C \ +static_assert(alignof(ABP_BackItemCocaineBag_C) == 0x000008, "Wrong alignment on ABP_BackItemCocaineBag_C"); \ +static_assert(sizeof(ABP_BackItemCocaineBag_C) == 0x000318, "Wrong size on ABP_BackItemCocaineBag_C"); \ + +#define DUMPER7_ASSERTS_ABP_BackItemNeutral_C \ +static_assert(alignof(ABP_BackItemNeutral_C) == 0x000008, "Wrong alignment on ABP_BackItemNeutral_C"); \ +static_assert(sizeof(ABP_BackItemNeutral_C) == 0x000318, "Wrong size on ABP_BackItemNeutral_C"); \ + +#define DUMPER7_ASSERTS_UBP_ThePunch_Feedback_Enraged_C \ +static_assert(alignof(UBP_ThePunch_Feedback_Enraged_C) == 0x000008, "Wrong alignment on UBP_ThePunch_Feedback_Enraged_C"); \ +static_assert(sizeof(UBP_ThePunch_Feedback_Enraged_C) == 0x000308, "Wrong size on UBP_ThePunch_Feedback_Enraged_C"); \ + +#define DUMPER7_ASSERTS_BP_BaseBagSecured_C_ExecuteUbergraph_BP_BaseBagSecured \ +static_assert(alignof(BP_BaseBagSecured_C_ExecuteUbergraph_BP_BaseBagSecured) == 0x000008, "Wrong alignment on BP_BaseBagSecured_C_ExecuteUbergraph_BP_BaseBagSecured"); \ +static_assert(sizeof(BP_BaseBagSecured_C_ExecuteUbergraph_BP_BaseBagSecured) == 0x000030, "Wrong size on BP_BaseBagSecured_C_ExecuteUbergraph_BP_BaseBagSecured"); \ +static_assert(offsetof(BP_BaseBagSecured_C_ExecuteUbergraph_BP_BaseBagSecured, EntryPoint) == 0x000000, "Member 'BP_BaseBagSecured_C_ExecuteUbergraph_BP_BaseBagSecured::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseBagSecured_C_ExecuteUbergraph_BP_BaseBagSecured, K2Node_Event_bDoCosmetics) == 0x000004, "Member 'BP_BaseBagSecured_C_ExecuteUbergraph_BP_BaseBagSecured::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseBagSecured_C_ExecuteUbergraph_BP_BaseBagSecured, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000008, "Member 'BP_BaseBagSecured_C_ExecuteUbergraph_BP_BaseBagSecured::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseBagSecured_C_ExecuteUbergraph_BP_BaseBagSecured, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000014, "Member 'BP_BaseBagSecured_C_ExecuteUbergraph_BP_BaseBagSecured::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseBagSecured_C_ExecuteUbergraph_BP_BaseBagSecured, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000020, "Member 'BP_BaseBagSecured_C_ExecuteUbergraph_BP_BaseBagSecured::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_BaseBagSecured_C_ExecuteUbergraph_BP_BaseBagSecured, CallFunc_PostEventAtLocation_ReturnValue) == 0x000028, "Member 'BP_BaseBagSecured_C_ExecuteUbergraph_BP_BaseBagSecured::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_BaseBagSecured_C_OnPlaced \ +static_assert(alignof(BP_BaseBagSecured_C_OnPlaced) == 0x000001, "Wrong alignment on BP_BaseBagSecured_C_OnPlaced"); \ +static_assert(sizeof(BP_BaseBagSecured_C_OnPlaced) == 0x000001, "Wrong size on BP_BaseBagSecured_C_OnPlaced"); \ +static_assert(offsetof(BP_BaseBagSecured_C_OnPlaced, bDoCosmetics) == 0x000000, "Member 'BP_BaseBagSecured_C_OnPlaced::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_BaseBagSecured_C \ +static_assert(alignof(ABP_BaseBagSecured_C) == 0x000008, "Wrong alignment on ABP_BaseBagSecured_C"); \ +static_assert(sizeof(ABP_BaseBagSecured_C) == 0x0002C0, "Wrong size on ABP_BaseBagSecured_C"); \ +static_assert(offsetof(ABP_BaseBagSecured_C, UberGraphFrame) == 0x0002A8, "Member 'ABP_BaseBagSecured_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_BaseBagSecured_C, StaticMesh) == 0x0002B0, "Member 'ABP_BaseBagSecured_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_BaseBagSecured_C, On_Placed_Niagara_System) == 0x0002B8, "Member 'ABP_BaseBagSecured_C::On_Placed_Niagara_System' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MethBagSecured_C \ +static_assert(alignof(ABP_MethBagSecured_C) == 0x000008, "Wrong alignment on ABP_MethBagSecured_C"); \ +static_assert(sizeof(ABP_MethBagSecured_C) == 0x0002C0, "Wrong size on ABP_MethBagSecured_C"); \ + +#define DUMPER7_ASSERTS_ABP_MethBag_PureSecured_C \ +static_assert(alignof(ABP_MethBag_PureSecured_C) == 0x000008, "Wrong alignment on ABP_MethBag_PureSecured_C"); \ +static_assert(sizeof(ABP_MethBag_PureSecured_C) == 0x0002C0, "Wrong size on ABP_MethBag_PureSecured_C"); \ + +#define DUMPER7_ASSERTS_ABP_PaintingBagSecured_C \ +static_assert(alignof(ABP_PaintingBagSecured_C) == 0x000008, "Wrong alignment on ABP_PaintingBagSecured_C"); \ +static_assert(sizeof(ABP_PaintingBagSecured_C) == 0x0002C0, "Wrong size on ABP_PaintingBagSecured_C"); \ + +#define DUMPER7_ASSERTS_ABP_SatellitePrototypeBagSecured_C \ +static_assert(alignof(ABP_SatellitePrototypeBagSecured_C) == 0x000008, "Wrong alignment on ABP_SatellitePrototypeBagSecured_C"); \ +static_assert(sizeof(ABP_SatellitePrototypeBagSecured_C) == 0x0002C0, "Wrong size on ABP_SatellitePrototypeBagSecured_C"); \ + +#define DUMPER7_ASSERTS_ABP_WaterBottle_01_SmallDestruction_C \ +static_assert(alignof(ABP_WaterBottle_01_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_WaterBottle_01_SmallDestruction_C"); \ +static_assert(sizeof(ABP_WaterBottle_01_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_WaterBottle_01_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_ABP_SatellitePartBagSecured_C \ +static_assert(alignof(ABP_SatellitePartBagSecured_C) == 0x000008, "Wrong alignment on ABP_SatellitePartBagSecured_C"); \ +static_assert(sizeof(ABP_SatellitePartBagSecured_C) == 0x0002C0, "Wrong size on ABP_SatellitePartBagSecured_C"); \ + +#define DUMPER7_ASSERTS_BP_GlassBottle_01_H_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_H_SmallDestruction \ +static_assert(alignof(BP_GlassBottle_01_H_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_H_SmallDestruction) == 0x000008, "Wrong alignment on BP_GlassBottle_01_H_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_H_SmallDestruction"); \ +static_assert(sizeof(BP_GlassBottle_01_H_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_H_SmallDestruction) == 0x000050, "Wrong size on BP_GlassBottle_01_H_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_H_SmallDestruction"); \ +static_assert(offsetof(BP_GlassBottle_01_H_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_H_SmallDestruction, EntryPoint) == 0x000000, "Member 'BP_GlassBottle_01_H_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_H_SmallDestruction::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GlassBottle_01_H_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_H_SmallDestruction, CallFunc_IsDedicatedServer_ReturnValue) == 0x000004, "Member 'BP_GlassBottle_01_H_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_H_SmallDestruction::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlassBottle_01_H_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_H_SmallDestruction, K2Node_ComponentBoundEvent_Type) == 0x000005, "Member 'BP_GlassBottle_01_H_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_H_SmallDestruction::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_GlassBottle_01_H_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_H_SmallDestruction, K2Node_ComponentBoundEvent_HitContext) == 0x000008, "Member 'BP_GlassBottle_01_H_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_H_SmallDestruction::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlassBottle_01_H_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_H_SmallDestruction, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BP_GlassBottle_01_H_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_H_SmallDestruction::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlassBottle_01_H_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_H_SmallDestruction, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000048, "Member 'BP_GlassBottle_01_H_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_H_SmallDestruction::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlassBottle_01_H_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_H_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BP_GlassBottle_01_H_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_H_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BP_GlassBottle_01_H_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_H_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BP_GlassBottle_01_H_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_H_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BP_GlassBottle_01_H_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_H_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BP_GlassBottle_01_H_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_H_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BP_GlassBottle_01_H_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_H_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_GlassBottle_01_H_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_H_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BP_GlassBottle_01_H_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_H_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GlassBottle_01_H_SmallDestruction_C \ +static_assert(alignof(ABP_GlassBottle_01_H_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_GlassBottle_01_H_SmallDestruction_C"); \ +static_assert(sizeof(ABP_GlassBottle_01_H_SmallDestruction_C) == 0x0002F0, "Wrong size on ABP_GlassBottle_01_H_SmallDestruction_C"); \ +static_assert(offsetof(ABP_GlassBottle_01_H_SmallDestruction_C, UberGraphFrame_BP_GlassBottle_01_H_SmallDestruction_C) == 0x0002E0, "Member 'ABP_GlassBottle_01_H_SmallDestruction_C::UberGraphFrame_BP_GlassBottle_01_H_SmallDestruction_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_GlassBottle_01_H_SmallDestruction_C, SBZCosmeticDestruction) == 0x0002E8, "Member 'ABP_GlassBottle_01_H_SmallDestruction_C::SBZCosmeticDestruction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GoldBagSecured_C \ +static_assert(alignof(ABP_GoldBagSecured_C) == 0x000008, "Wrong alignment on ABP_GoldBagSecured_C"); \ +static_assert(sizeof(ABP_GoldBagSecured_C) == 0x0002C0, "Wrong size on ABP_GoldBagSecured_C"); \ + +#define DUMPER7_ASSERTS_ABP_JewerlyBagSecured_C \ +static_assert(alignof(ABP_JewerlyBagSecured_C) == 0x000008, "Wrong alignment on ABP_JewerlyBagSecured_C"); \ +static_assert(sizeof(ABP_JewerlyBagSecured_C) == 0x0002C0, "Wrong size on ABP_JewerlyBagSecured_C"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticFlare_C \ +static_assert(alignof(ABP_CosmeticFlare_C) == 0x000008, "Wrong alignment on ABP_CosmeticFlare_C"); \ +static_assert(sizeof(ABP_CosmeticFlare_C) == 0x0002D0, "Wrong size on ABP_CosmeticFlare_C"); \ +static_assert(offsetof(ABP_CosmeticFlare_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticFlare_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RareStoneBagSecured_C \ +static_assert(alignof(ABP_RareStoneBagSecured_C) == 0x000008, "Wrong alignment on ABP_RareStoneBagSecured_C"); \ +static_assert(sizeof(ABP_RareStoneBagSecured_C) == 0x0002C0, "Wrong size on ABP_RareStoneBagSecured_C"); \ + +#define DUMPER7_ASSERTS_UGA_RequestOverkillWeapon_C \ +static_assert(alignof(UGA_RequestOverkillWeapon_C) == 0x000008, "Wrong alignment on UGA_RequestOverkillWeapon_C"); \ +static_assert(sizeof(UGA_RequestOverkillWeapon_C) == 0x000508, "Wrong size on UGA_RequestOverkillWeapon_C"); \ + +#define DUMPER7_ASSERTS_ABP_RareMineralsBagSecured_C \ +static_assert(alignof(ABP_RareMineralsBagSecured_C) == 0x000008, "Wrong alignment on ABP_RareMineralsBagSecured_C"); \ +static_assert(sizeof(ABP_RareMineralsBagSecured_C) == 0x0002C0, "Wrong size on ABP_RareMineralsBagSecured_C"); \ + +#define DUMPER7_ASSERTS_ABP_CryptoWalletBagSecured_C \ +static_assert(alignof(ABP_CryptoWalletBagSecured_C) == 0x000008, "Wrong alignment on ABP_CryptoWalletBagSecured_C"); \ +static_assert(sizeof(ABP_CryptoWalletBagSecured_C) == 0x0002C0, "Wrong size on ABP_CryptoWalletBagSecured_C"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_SMG_Commando_C \ +static_assert(alignof(UCS_FireWeapon_SMG_Commando_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_SMG_Commando_C"); \ +static_assert(sizeof(UCS_FireWeapon_SMG_Commando_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_SMG_Commando_C"); \ + +#define DUMPER7_ASSERTS_ABP_MoneyBagSecured_C \ +static_assert(alignof(ABP_MoneyBagSecured_C) == 0x000008, "Wrong alignment on ABP_MoneyBagSecured_C"); \ +static_assert(sizeof(ABP_MoneyBagSecured_C) == 0x0002C0, "Wrong size on ABP_MoneyBagSecured_C"); \ + +#define DUMPER7_ASSERTS_ABP_ServerBagSecured_C \ +static_assert(alignof(ABP_ServerBagSecured_C) == 0x000008, "Wrong alignment on ABP_ServerBagSecured_C"); \ +static_assert(sizeof(ABP_ServerBagSecured_C) == 0x0002C0, "Wrong size on ABP_ServerBagSecured_C"); \ + +#define DUMPER7_ASSERTS_ABP_BackItemCleaned_C \ +static_assert(alignof(ABP_BackItemCleaned_C) == 0x000008, "Wrong alignment on ABP_BackItemCleaned_C"); \ +static_assert(sizeof(ABP_BackItemCleaned_C) == 0x000318, "Wrong size on ABP_BackItemCleaned_C"); \ + +#define DUMPER7_ASSERTS_AE_Penthouse_Vista_01_C \ +static_assert(alignof(AE_Penthouse_Vista_01_C) == 0x000008, "Wrong alignment on AE_Penthouse_Vista_01_C"); \ +static_assert(sizeof(AE_Penthouse_Vista_01_C) == 0x000340, "Wrong size on AE_Penthouse_Vista_01_C"); \ + +#define DUMPER7_ASSERTS_ABP_CleanedServerBagWorldItem_C \ +static_assert(alignof(ABP_CleanedServerBagWorldItem_C) == 0x000008, "Wrong alignment on ABP_CleanedServerBagWorldItem_C"); \ +static_assert(sizeof(ABP_CleanedServerBagWorldItem_C) == 0x0003D8, "Wrong size on ABP_CleanedServerBagWorldItem_C"); \ +static_assert(offsetof(ABP_CleanedServerBagWorldItem_C, SBZOutline_0) == 0x0003C0, "Member 'ABP_CleanedServerBagWorldItem_C::SBZOutline_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_CleanedServerBagWorldItem_C, StaticMesh_0) == 0x0003C8, "Member 'ABP_CleanedServerBagWorldItem_C::StaticMesh_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_CleanedServerBagWorldItem_C, MarkerID_0) == 0x0003D0, "Member 'ABP_CleanedServerBagWorldItem_C::MarkerID_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGE_HeavyBag_NoRunning_C \ +static_assert(alignof(UGE_HeavyBag_NoRunning_C) == 0x000008, "Wrong alignment on UGE_HeavyBag_NoRunning_C"); \ +static_assert(sizeof(UGE_HeavyBag_NoRunning_C) == 0x0008C0, "Wrong size on UGE_HeavyBag_NoRunning_C"); \ + +#define DUMPER7_ASSERTS_ABP_CombinedBagSecured_C \ +static_assert(alignof(ABP_CombinedBagSecured_C) == 0x000008, "Wrong alignment on ABP_CombinedBagSecured_C"); \ +static_assert(sizeof(ABP_CombinedBagSecured_C) == 0x0002C0, "Wrong size on ABP_CombinedBagSecured_C"); \ + +#define DUMPER7_ASSERTS_ABP_BackItemHardCase_C \ +static_assert(alignof(ABP_BackItemHardCase_C) == 0x000008, "Wrong alignment on ABP_BackItemHardCase_C"); \ +static_assert(sizeof(ABP_BackItemHardCase_C) == 0x000318, "Wrong size on ABP_BackItemHardCase_C"); \ + +#define DUMPER7_ASSERTS_WBP_ServerDecrypter_C_setText \ +static_assert(alignof(WBP_ServerDecrypter_C_setText) == 0x000008, "Wrong alignment on WBP_ServerDecrypter_C_setText"); \ +static_assert(sizeof(WBP_ServerDecrypter_C_setText) == 0x000038, "Wrong size on WBP_ServerDecrypter_C_setText"); \ +static_assert(offsetof(WBP_ServerDecrypter_C_setText, top) == 0x000000, "Member 'WBP_ServerDecrypter_C_setText::top' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerDecrypter_C_setText, bottom) == 0x000018, "Member 'WBP_ServerDecrypter_C_setText::bottom' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerDecrypter_C_setText, Temp_bool_Variable) == 0x000030, "Member 'WBP_ServerDecrypter_C_setText::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerDecrypter_C_setText, CallFunc_TextIsEmpty_ReturnValue) == 0x000031, "Member 'WBP_ServerDecrypter_C_setText::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerDecrypter_C_setText, Temp_byte_Variable) == 0x000032, "Member 'WBP_ServerDecrypter_C_setText::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerDecrypter_C_setText, Temp_byte_Variable_1) == 0x000033, "Member 'WBP_ServerDecrypter_C_setText::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerDecrypter_C_setText, K2Node_Select_Default) == 0x000034, "Member 'WBP_ServerDecrypter_C_setText::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerDecrypter_C_setMachineRunning \ +static_assert(alignof(WBP_ServerDecrypter_C_setMachineRunning) == 0x000001, "Wrong alignment on WBP_ServerDecrypter_C_setMachineRunning"); \ +static_assert(sizeof(WBP_ServerDecrypter_C_setMachineRunning) == 0x000005, "Wrong size on WBP_ServerDecrypter_C_setMachineRunning"); \ +static_assert(offsetof(WBP_ServerDecrypter_C_setMachineRunning, State) == 0x000000, "Member 'WBP_ServerDecrypter_C_setMachineRunning::State' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerDecrypter_C_setMachineRunning, Temp_bool_Variable) == 0x000001, "Member 'WBP_ServerDecrypter_C_setMachineRunning::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerDecrypter_C_setMachineRunning, Temp_byte_Variable) == 0x000002, "Member 'WBP_ServerDecrypter_C_setMachineRunning::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerDecrypter_C_setMachineRunning, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_ServerDecrypter_C_setMachineRunning::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerDecrypter_C_setMachineRunning, K2Node_Select_Default) == 0x000004, "Member 'WBP_ServerDecrypter_C_setMachineRunning::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerDecrypter_C_setProgress \ +static_assert(alignof(WBP_ServerDecrypter_C_setProgress) == 0x000004, "Wrong alignment on WBP_ServerDecrypter_C_setProgress"); \ +static_assert(sizeof(WBP_ServerDecrypter_C_setProgress) == 0x000004, "Wrong size on WBP_ServerDecrypter_C_setProgress"); \ +static_assert(offsetof(WBP_ServerDecrypter_C_setProgress, progress) == 0x000000, "Member 'WBP_ServerDecrypter_C_setProgress::progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ServerDecrypter_C_setProgressbarVisibility \ +static_assert(alignof(WBP_ServerDecrypter_C_setProgressbarVisibility) == 0x000001, "Wrong alignment on WBP_ServerDecrypter_C_setProgressbarVisibility"); \ +static_assert(sizeof(WBP_ServerDecrypter_C_setProgressbarVisibility) == 0x000005, "Wrong size on WBP_ServerDecrypter_C_setProgressbarVisibility"); \ +static_assert(offsetof(WBP_ServerDecrypter_C_setProgressbarVisibility, visible) == 0x000000, "Member 'WBP_ServerDecrypter_C_setProgressbarVisibility::visible' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerDecrypter_C_setProgressbarVisibility, Temp_bool_Variable) == 0x000001, "Member 'WBP_ServerDecrypter_C_setProgressbarVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerDecrypter_C_setProgressbarVisibility, Temp_byte_Variable) == 0x000002, "Member 'WBP_ServerDecrypter_C_setProgressbarVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerDecrypter_C_setProgressbarVisibility, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_ServerDecrypter_C_setProgressbarVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ServerDecrypter_C_setProgressbarVisibility, K2Node_Select_Default) == 0x000004, "Member 'WBP_ServerDecrypter_C_setProgressbarVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ServerDecrypter_C \ +static_assert(alignof(UWBP_ServerDecrypter_C) == 0x000008, "Wrong alignment on UWBP_ServerDecrypter_C"); \ +static_assert(sizeof(UWBP_ServerDecrypter_C) == 0x0002C8, "Wrong size on UWBP_ServerDecrypter_C"); \ +static_assert(offsetof(UWBP_ServerDecrypter_C, DecryptingPros) == 0x000290, "Member 'UWBP_ServerDecrypter_C::DecryptingPros' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerDecrypter_C, desc_text_1) == 0x000298, "Member 'UWBP_ServerDecrypter_C::desc_text_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerDecrypter_C, Image_1) == 0x0002A0, "Member 'UWBP_ServerDecrypter_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerDecrypter_C, Image_2) == 0x0002A8, "Member 'UWBP_ServerDecrypter_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerDecrypter_C, Image_3) == 0x0002B0, "Member 'UWBP_ServerDecrypter_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerDecrypter_C, Image_108) == 0x0002B8, "Member 'UWBP_ServerDecrypter_C::Image_108' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ServerDecrypter_C, sub_text) == 0x0002C0, "Member 'UWBP_ServerDecrypter_C::sub_text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseTimedSkill_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedSkill_RinoHud \ +static_assert(alignof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedSkill_RinoHud) == 0x000008, "Wrong alignment on WBP_UI_Widget_BaseTimedSkill_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedSkill_RinoHud"); \ +static_assert(sizeof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedSkill_RinoHud) == 0x000050, "Wrong size on WBP_UI_Widget_BaseTimedSkill_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedSkill_RinoHud"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedSkill_RinoHud, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_BaseTimedSkill_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedSkill_RinoHud::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedSkill_RinoHud, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_Widget_BaseTimedSkill_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedSkill_RinoHud::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedSkill_RinoHud, K2Node_Event_MyGeometry) == 0x000008, "Member 'WBP_UI_Widget_BaseTimedSkill_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedSkill_RinoHud::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedSkill_RinoHud, K2Node_Event_InDeltaTime) == 0x000040, "Member 'WBP_UI_Widget_BaseTimedSkill_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedSkill_RinoHud::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedSkill_RinoHud, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000048, "Member 'WBP_UI_Widget_BaseTimedSkill_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedSkill_RinoHud::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseTimedSkill_RinoHud_C_Tick \ +static_assert(alignof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C_Tick) == 0x000004, "Wrong alignment on WBP_UI_Widget_BaseTimedSkill_RinoHud_C_Tick"); \ +static_assert(sizeof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C_Tick) == 0x00003C, "Wrong size on WBP_UI_Widget_BaseTimedSkill_RinoHud_C_Tick"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_UI_Widget_BaseTimedSkill_RinoHud_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_UI_Widget_BaseTimedSkill_RinoHud_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseTimedSkill_RinoHud_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_BaseTimedSkill_RinoHud_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_BaseTimedSkill_RinoHud_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_BaseTimedSkill_RinoHud_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update \ +static_assert(alignof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update) == 0x000008, "Wrong alignment on WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update"); \ +static_assert(sizeof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update) == 0x0000A0, "Wrong size on WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update, Temp_bool_Variable_1) == 0x000001, "Member 'WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update, CallFunc_Conv_FloatToText_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update, CallFunc_Less_FloatFloat_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update, CallFunc_Round_ReturnValue) == 0x000024, "Member 'WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update, CallFunc_FormatIntToTimerText_ReturnValue) == 0x000028, "Member 'WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update::CallFunc_FormatIntToTimerText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update, CallFunc_Conv_FloatToText_ReturnValue_1) == 0x000040, "Member 'WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update::CallFunc_Conv_FloatToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update, K2Node_Select_Default) == 0x000058, "Member 'WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000070, "Member 'WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000078, "Member 'WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update, K2Node_Select_Default_1) == 0x000080, "Member 'WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000098, "Member 'WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00009C, "Member 'WBP_UI_Widget_BaseTimedSkill_RinoHud_C__Update::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseTimedSkill_RinoHud_C_SetInitial \ +static_assert(alignof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C_SetInitial) == 0x000004, "Wrong alignment on WBP_UI_Widget_BaseTimedSkill_RinoHud_C_SetInitial"); \ +static_assert(sizeof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C_SetInitial) == 0x000004, "Wrong size on WBP_UI_Widget_BaseTimedSkill_RinoHud_C_SetInitial"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C_SetInitial, Duration) == 0x000000, "Member 'WBP_UI_Widget_BaseTimedSkill_RinoHud_C_SetInitial::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseTimedSkill_RinoHud_C_SetValues \ +static_assert(alignof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C_SetValues) == 0x000004, "Wrong alignment on WBP_UI_Widget_BaseTimedSkill_RinoHud_C_SetValues"); \ +static_assert(sizeof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C_SetValues) == 0x000004, "Wrong size on WBP_UI_Widget_BaseTimedSkill_RinoHud_C_SetValues"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C_SetValues, remaining) == 0x000000, "Member 'WBP_UI_Widget_BaseTimedSkill_RinoHud_C_SetValues::remaining' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseTimedSkill_RinoHud_C_SetIcon \ +static_assert(alignof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C_SetIcon) == 0x000008, "Wrong alignment on WBP_UI_Widget_BaseTimedSkill_RinoHud_C_SetIcon"); \ +static_assert(sizeof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C_SetIcon) == 0x000018, "Wrong size on WBP_UI_Widget_BaseTimedSkill_RinoHud_C_SetIcon"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C_SetIcon, AtlasRegion) == 0x000000, "Member 'WBP_UI_Widget_BaseTimedSkill_RinoHud_C_SetIcon::AtlasRegion' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedSkill_RinoHud_C_SetIcon, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000008, "Member 'WBP_UI_Widget_BaseTimedSkill_RinoHud_C_SetIcon::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_BaseTimedSkill_RinoHud_C \ +static_assert(alignof(UWBP_UI_Widget_BaseTimedSkill_RinoHud_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_BaseTimedSkill_RinoHud_C"); \ +static_assert(sizeof(UWBP_UI_Widget_BaseTimedSkill_RinoHud_C) == 0x0002C8, "Wrong size on UWBP_UI_Widget_BaseTimedSkill_RinoHud_C"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedSkill_RinoHud_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Widget_BaseTimedSkill_RinoHud_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedSkill_RinoHud_C, Border_109) == 0x000298, "Member 'UWBP_UI_Widget_BaseTimedSkill_RinoHud_C::Border_109' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedSkill_RinoHud_C, icon) == 0x0002A0, "Member 'UWBP_UI_Widget_BaseTimedSkill_RinoHud_C::icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedSkill_RinoHud_C, Image_98) == 0x0002A8, "Member 'UWBP_UI_Widget_BaseTimedSkill_RinoHud_C::Image_98' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedSkill_RinoHud_C, time) == 0x0002B0, "Member 'UWBP_UI_Widget_BaseTimedSkill_RinoHud_C::time' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedSkill_RinoHud_C, val_duration) == 0x0002B8, "Member 'UWBP_UI_Widget_BaseTimedSkill_RinoHud_C::val_duration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedSkill_RinoHud_C, val_remaining) == 0x0002BC, "Member 'UWBP_UI_Widget_BaseTimedSkill_RinoHud_C::val_remaining' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedSkill_RinoHud_C, in_sprite) == 0x0002C0, "Member 'UWBP_UI_Widget_BaseTimedSkill_RinoHud_C::in_sprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud \ +static_assert(alignof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud) == 0x000008, "Wrong alignment on WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud"); \ +static_assert(sizeof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud) == 0x000058, "Wrong size on WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud, K2Node_Event_IsDesignTime) == 0x000010, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud, K2Node_Event_MyGeometry) == 0x000014, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud, K2Node_Event_InDeltaTime) == 0x00004C, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000050, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_Tick \ +static_assert(alignof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_Tick) == 0x000004, "Wrong alignment on WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_Tick"); \ +static_assert(sizeof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_Tick) == 0x00003C, "Wrong size on WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_Tick"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update \ +static_assert(alignof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update) == 0x000008, "Wrong alignment on WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update"); \ +static_assert(sizeof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update) == 0x0001A8, "Wrong size on WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000001, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x000002, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, CallFunc_SelectColor_ReturnValue) == 0x000004, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000014, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, CallFunc_SelectColor_ReturnValue_1) == 0x000018, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, K2Node_MakeStruct_SlateColor) == 0x000028, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, K2Node_MakeStruct_SlateColor_1) == 0x000050, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, K2Node_MakeStruct_SlateColor_2) == 0x000078, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, Temp_byte_Variable) == 0x0000A0, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, CallFunc_GetDynamicMaterial_ReturnValue) == 0x0000A8, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, K2Node_Select_Default) == 0x0000B0, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x0000D8, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0000E0, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, CallFunc_FFloor64_ReturnValue) == 0x0000E8, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::CallFunc_FFloor64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, CallFunc_Conv_Int64ToText_ReturnValue) == 0x0000F0, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::CallFunc_Conv_Int64ToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x000108, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, CallFunc_Conv_TextToString_ReturnValue) == 0x000110, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, CallFunc_Concat_StrStr_ReturnValue) == 0x000120, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000130, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, CallFunc_Conv_StringToText_ReturnValue) == 0x000138, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000150, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, CallFunc_Less_FloatFloat_ReturnValue) == 0x000154, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, CallFunc_Round_ReturnValue) == 0x000158, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, CallFunc_FormatIntToTimerText_ReturnValue) == 0x000160, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::CallFunc_FormatIntToTimerText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, CallFunc_Conv_FloatToText_ReturnValue) == 0x000178, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update, K2Node_Select_Default_1) == 0x000190, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C__Update::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetInitial \ +static_assert(alignof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetInitial) == 0x000008, "Wrong alignment on WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetInitial"); \ +static_assert(sizeof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetInitial) == 0x000038, "Wrong size on WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetInitial"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetInitial, Action) == 0x000000, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetInitial::Action' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetInitial, Duration) == 0x000010, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetInitial::Duration' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetInitial, WarningColorPercentage) == 0x000014, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetInitial::WarningColorPercentage' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetInitial, DangerColorPercentage) == 0x000018, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetInitial::DangerColorPercentage' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetInitial, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetInitial::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetValues \ +static_assert(alignof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetValues) == 0x000004, "Wrong alignment on WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetValues"); \ +static_assert(sizeof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetValues) == 0x000010, "Wrong size on WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetValues"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetValues, ColorSelector) == 0x000000, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetValues::ColorSelector' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetValues, mainPercentage) == 0x000004, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetValues::mainPercentage' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetValues, distance_0) == 0x000008, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetValues::distance_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetValues, fuelPercentage) == 0x00000C, "Member 'WBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C_SetValues::fuelPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C \ +static_assert(alignof(UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C"); \ +static_assert(sizeof(UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C) == 0x000318, "Wrong size on UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C, action) == 0x000298, "Member 'UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C::action' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C, Border_109) == 0x0002A0, "Member 'UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C::Border_109' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C, distance) == 0x0002A8, "Member 'UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C::distance' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C, Image_98) == 0x0002B0, "Member 'UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C::Image_98' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C, ProgressBar_456) == 0x0002B8, "Member 'UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C::ProgressBar_456' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C, time) == 0x0002C0, "Member 'UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C::time' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C, val_Distance) == 0x0002C8, "Member 'UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C::val_Distance' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C, val_Duration) == 0x0002CC, "Member 'UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C::val_Duration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C, val_MainPercentage) == 0x0002D0, "Member 'UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C::val_MainPercentage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C, val_MainColorSelector) == 0x0002D4, "Member 'UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C::val_MainColorSelector' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C, val_FuelPercentage) == 0x0002D8, "Member 'UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C::val_FuelPercentage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C, val_FuelBaseColor) == 0x0002DC, "Member 'UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C::val_FuelBaseColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C, val_WarningColor) == 0x0002EC, "Member 'UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C::val_WarningColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C, val_WarningColorPercentage) == 0x0002FC, "Member 'UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C::val_WarningColorPercentage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C, val_DangerColor) == 0x000300, "Member 'UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C::val_DangerColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C, val_DangerColorPercentage) == 0x000310, "Member 'UWBP_UI_Widget_BaseTimedActionWzFuel_RinoHud_C::val_DangerColorPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseTimedAction_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedAction_RinoHud \ +static_assert(alignof(WBP_UI_Widget_BaseTimedAction_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedAction_RinoHud) == 0x000008, "Wrong alignment on WBP_UI_Widget_BaseTimedAction_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedAction_RinoHud"); \ +static_assert(sizeof(WBP_UI_Widget_BaseTimedAction_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedAction_RinoHud) == 0x000018, "Wrong size on WBP_UI_Widget_BaseTimedAction_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedAction_RinoHud"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedAction_RinoHud, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedAction_RinoHud::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedAction_RinoHud, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedAction_RinoHud::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedAction_RinoHud, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedAction_RinoHud::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedAction_RinoHud, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000010, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseTimedAction_RinoHud::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseTimedAction_RinoHud_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_BaseTimedAction_RinoHud_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_BaseTimedAction_RinoHud_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_BaseTimedAction_RinoHud_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_BaseTimedAction_RinoHud_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update \ +static_assert(alignof(WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update) == 0x000008, "Wrong alignment on WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update"); \ +static_assert(sizeof(WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update) == 0x0001A8, "Wrong size on WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update, Temp_byte_Variable) == 0x000000, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update, K2Node_MakeStruct_SlateColor_1) == 0x000030, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update, K2Node_MakeStruct_SlateColor_2) == 0x000058, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update, K2Node_MakeStruct_SlateColor_3) == 0x000080, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update::K2Node_MakeStruct_SlateColor_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update, K2Node_Select_Default) == 0x0000A8, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update, CallFunc_GetDynamicMaterial_ReturnValue) == 0x0000D0, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x0000D8, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000E0, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update, CallFunc_FFloor64_ReturnValue) == 0x0000E8, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update::CallFunc_FFloor64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update, CallFunc_Conv_Int64ToText_ReturnValue) == 0x0000F0, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update::CallFunc_Conv_Int64ToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000108, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update, CallFunc_Conv_TextToString_ReturnValue) == 0x000110, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update, CallFunc_Concat_StrStr_ReturnValue) == 0x000120, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000130, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update, CallFunc_Conv_StringToText_ReturnValue) == 0x000138, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000150, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update, CallFunc_Less_FloatFloat_ReturnValue) == 0x000154, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update, CallFunc_Round_ReturnValue) == 0x000158, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update, CallFunc_FormatIntToTimerText_ReturnValue) == 0x000160, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update::CallFunc_FormatIntToTimerText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update, CallFunc_Conv_FloatToText_ReturnValue) == 0x000178, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update, K2Node_Select_Default_1) == 0x000190, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C__Update::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseTimedAction_RinoHud_C_SetInitial \ +static_assert(alignof(WBP_UI_Widget_BaseTimedAction_RinoHud_C_SetInitial) == 0x000008, "Wrong alignment on WBP_UI_Widget_BaseTimedAction_RinoHud_C_SetInitial"); \ +static_assert(sizeof(WBP_UI_Widget_BaseTimedAction_RinoHud_C_SetInitial) == 0x000030, "Wrong size on WBP_UI_Widget_BaseTimedAction_RinoHud_C_SetInitial"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C_SetInitial, in_action) == 0x000000, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C_SetInitial::in_action' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C_SetInitial, Duration) == 0x000010, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C_SetInitial::Duration' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C_SetInitial, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C_SetInitial::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseTimedAction_RinoHud_C_SetValues \ +static_assert(alignof(WBP_UI_Widget_BaseTimedAction_RinoHud_C_SetValues) == 0x000004, "Wrong alignment on WBP_UI_Widget_BaseTimedAction_RinoHud_C_SetValues"); \ +static_assert(sizeof(WBP_UI_Widget_BaseTimedAction_RinoHud_C_SetValues) == 0x00000C, "Wrong size on WBP_UI_Widget_BaseTimedAction_RinoHud_C_SetValues"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C_SetValues, Color) == 0x000000, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C_SetValues::Color' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C_SetValues, progress_0_To_100) == 0x000004, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C_SetValues::progress_0_To_100' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseTimedAction_RinoHud_C_SetValues, distance_0) == 0x000008, "Member 'WBP_UI_Widget_BaseTimedAction_RinoHud_C_SetValues::distance_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_BaseTimedAction_RinoHud_C \ +static_assert(alignof(UWBP_UI_Widget_BaseTimedAction_RinoHud_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_BaseTimedAction_RinoHud_C"); \ +static_assert(sizeof(UWBP_UI_Widget_BaseTimedAction_RinoHud_C) == 0x0002D0, "Wrong size on UWBP_UI_Widget_BaseTimedAction_RinoHud_C"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedAction_RinoHud_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Widget_BaseTimedAction_RinoHud_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedAction_RinoHud_C, action) == 0x000298, "Member 'UWBP_UI_Widget_BaseTimedAction_RinoHud_C::action' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedAction_RinoHud_C, Border_109) == 0x0002A0, "Member 'UWBP_UI_Widget_BaseTimedAction_RinoHud_C::Border_109' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedAction_RinoHud_C, distance) == 0x0002A8, "Member 'UWBP_UI_Widget_BaseTimedAction_RinoHud_C::distance' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedAction_RinoHud_C, Image_98) == 0x0002B0, "Member 'UWBP_UI_Widget_BaseTimedAction_RinoHud_C::Image_98' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedAction_RinoHud_C, time) == 0x0002B8, "Member 'UWBP_UI_Widget_BaseTimedAction_RinoHud_C::time' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedAction_RinoHud_C, val_duration) == 0x0002C0, "Member 'UWBP_UI_Widget_BaseTimedAction_RinoHud_C::val_duration' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedAction_RinoHud_C, val_progress) == 0x0002C4, "Member 'UWBP_UI_Widget_BaseTimedAction_RinoHud_C::val_progress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedAction_RinoHud_C, val_distance) == 0x0002C8, "Member 'UWBP_UI_Widget_BaseTimedAction_RinoHud_C::val_distance' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseTimedAction_RinoHud_C, val_color) == 0x0002CC, "Member 'UWBP_UI_Widget_BaseTimedAction_RinoHud_C::val_color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_SWAT_SMG_C_ExecuteUbergraph_CH_SWAT_SMG \ +static_assert(alignof(CH_SWAT_SMG_C_ExecuteUbergraph_CH_SWAT_SMG) == 0x000004, "Wrong alignment on CH_SWAT_SMG_C_ExecuteUbergraph_CH_SWAT_SMG"); \ +static_assert(sizeof(CH_SWAT_SMG_C_ExecuteUbergraph_CH_SWAT_SMG) == 0x000004, "Wrong size on CH_SWAT_SMG_C_ExecuteUbergraph_CH_SWAT_SMG"); \ +static_assert(offsetof(CH_SWAT_SMG_C_ExecuteUbergraph_CH_SWAT_SMG, EntryPoint) == 0x000000, "Member 'CH_SWAT_SMG_C_ExecuteUbergraph_CH_SWAT_SMG::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACH_SWAT_SMG_C \ +static_assert(alignof(ACH_SWAT_SMG_C) == 0x000010, "Wrong alignment on ACH_SWAT_SMG_C"); \ +static_assert(sizeof(ACH_SWAT_SMG_C) == 0x001D10, "Wrong size on ACH_SWAT_SMG_C"); \ +static_assert(offsetof(ACH_SWAT_SMG_C, UberGraphFrame) == 0x001CF8, "Member 'ACH_SWAT_SMG_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ACH_SWAT_SMG_C, Helmet) == 0x001D00, "Member 'ACH_SWAT_SMG_C::Helmet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseGroupedCounters_RinoHud \ +static_assert(alignof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseGroupedCounters_RinoHud) == 0x000004, "Wrong alignment on WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseGroupedCounters_RinoHud"); \ +static_assert(sizeof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseGroupedCounters_RinoHud) == 0x000008, "Wrong size on WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseGroupedCounters_RinoHud"); \ +static_assert(offsetof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseGroupedCounters_RinoHud, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseGroupedCounters_RinoHud::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseGroupedCounters_RinoHud, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseGroupedCounters_RinoHud::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseGroupedCounters_RinoHud_C__GetLogoBrush \ +static_assert(alignof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C__GetLogoBrush) == 0x000008, "Wrong alignment on WBP_UI_Widget_BaseGroupedCounters_RinoHud_C__GetLogoBrush"); \ +static_assert(sizeof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C__GetLogoBrush) == 0x000090, "Wrong size on WBP_UI_Widget_BaseGroupedCounters_RinoHud_C__GetLogoBrush"); \ +static_assert(offsetof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C__GetLogoBrush, ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_BaseGroupedCounters_RinoHud_C__GetLogoBrush::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_AddWidget \ +static_assert(alignof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_AddWidget) == 0x000008, "Wrong alignment on WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_AddWidget"); \ +static_assert(sizeof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_AddWidget) == 0x000020, "Wrong size on WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_AddWidget"); \ +static_assert(offsetof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_AddWidget, Widget) == 0x000000, "Member 'WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_AddWidget::Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_AddWidget, K2Node_MakeStruct_Margin) == 0x000008, "Member 'WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_AddWidget::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_AddWidget, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_AddWidget::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_RemoveWidget \ +static_assert(alignof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_RemoveWidget) == 0x000008, "Wrong alignment on WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_RemoveWidget"); \ +static_assert(sizeof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_RemoveWidget) == 0x000010, "Wrong size on WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_RemoveWidget"); \ +static_assert(offsetof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_RemoveWidget, Widget) == 0x000000, "Member 'WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_RemoveWidget::Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_RemoveWidget, CallFunc_Set_Remove_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_BaseGroupedCounters_RinoHud_C_RemoveWidget::CallFunc_Set_Remove_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseGroupedCounters_RinoHud_C__HandleVisibility \ +static_assert(alignof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C__HandleVisibility) == 0x000004, "Wrong alignment on WBP_UI_Widget_BaseGroupedCounters_RinoHud_C__HandleVisibility"); \ +static_assert(sizeof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C__HandleVisibility) == 0x00000C, "Wrong size on WBP_UI_Widget_BaseGroupedCounters_RinoHud_C__HandleVisibility"); \ +static_assert(offsetof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C__HandleVisibility, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_Widget_BaseGroupedCounters_RinoHud_C__HandleVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C__HandleVisibility, Temp_byte_Variable) == 0x000001, "Member 'WBP_UI_Widget_BaseGroupedCounters_RinoHud_C__HandleVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C__HandleVisibility, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_UI_Widget_BaseGroupedCounters_RinoHud_C__HandleVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C__HandleVisibility, CallFunc_Set_Length_ReturnValue) == 0x000004, "Member 'WBP_UI_Widget_BaseGroupedCounters_RinoHud_C__HandleVisibility::CallFunc_Set_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C__HandleVisibility, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_BaseGroupedCounters_RinoHud_C__HandleVisibility::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseGroupedCounters_RinoHud_C__HandleVisibility, K2Node_Select_Default) == 0x000009, "Member 'WBP_UI_Widget_BaseGroupedCounters_RinoHud_C__HandleVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_BaseGroupedCounters_RinoHud_C \ +static_assert(alignof(UWBP_UI_Widget_BaseGroupedCounters_RinoHud_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_BaseGroupedCounters_RinoHud_C"); \ +static_assert(sizeof(UWBP_UI_Widget_BaseGroupedCounters_RinoHud_C) == 0x000390, "Wrong size on UWBP_UI_Widget_BaseGroupedCounters_RinoHud_C"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseGroupedCounters_RinoHud_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Widget_BaseGroupedCounters_RinoHud_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseGroupedCounters_RinoHud_C, Items) == 0x000298, "Member 'UWBP_UI_Widget_BaseGroupedCounters_RinoHud_C::Items' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseGroupedCounters_RinoHud_C, WBP_UI_Widget_BaseCounter_RinoHud) == 0x0002A0, "Member 'UWBP_UI_Widget_BaseGroupedCounters_RinoHud_C::WBP_UI_Widget_BaseCounter_RinoHud' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseGroupedCounters_RinoHud_C, bAutoVisibility) == 0x0002A8, "Member 'UWBP_UI_Widget_BaseGroupedCounters_RinoHud_C::bAutoVisibility' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseGroupedCounters_RinoHud_C, bLogoBrush) == 0x0002B0, "Member 'UWBP_UI_Widget_BaseGroupedCounters_RinoHud_C::bLogoBrush' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseGroupedCounters_RinoHud_C, bAddedWidgets) == 0x000340, "Member 'UWBP_UI_Widget_BaseGroupedCounters_RinoHud_C::bAddedWidgets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PlayerState_C \ +static_assert(alignof(ABP_PlayerState_C) == 0x000008, "Wrong alignment on ABP_PlayerState_C"); \ +static_assert(sizeof(ABP_PlayerState_C) == 0x001878, "Wrong size on ABP_PlayerState_C"); \ +static_assert(offsetof(ABP_PlayerState_C, DefaultSceneRoot) == 0x001870, "Member 'ABP_PlayerState_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Ping_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_Ping_RinoHud \ +static_assert(alignof(WBP_UI_Widget_Ping_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_Ping_RinoHud) == 0x000004, "Wrong alignment on WBP_UI_Widget_Ping_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_Ping_RinoHud"); \ +static_assert(sizeof(WBP_UI_Widget_Ping_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_Ping_RinoHud) == 0x00000C, "Wrong size on WBP_UI_Widget_Ping_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_Ping_RinoHud"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_Ping_RinoHud, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_Ping_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_Ping_RinoHud::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_Ping_RinoHud, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_Widget_Ping_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_Ping_RinoHud::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_Ping_RinoHud, K2Node_Event_PingQuality) == 0x000005, "Member 'WBP_UI_Widget_Ping_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_Ping_RinoHud::K2Node_Event_PingQuality' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_Ping_RinoHud, K2Node_Event_PingValue) == 0x000008, "Member 'WBP_UI_Widget_Ping_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_Ping_RinoHud::K2Node_Event_PingValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Ping_RinoHud_C_OnPingValueChanged \ +static_assert(alignof(WBP_UI_Widget_Ping_RinoHud_C_OnPingValueChanged) == 0x000004, "Wrong alignment on WBP_UI_Widget_Ping_RinoHud_C_OnPingValueChanged"); \ +static_assert(sizeof(WBP_UI_Widget_Ping_RinoHud_C_OnPingValueChanged) == 0x000004, "Wrong size on WBP_UI_Widget_Ping_RinoHud_C_OnPingValueChanged"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_RinoHud_C_OnPingValueChanged, PingValue) == 0x000000, "Member 'WBP_UI_Widget_Ping_RinoHud_C_OnPingValueChanged::PingValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Ping_RinoHud_C_OnPingQualityChanged \ +static_assert(alignof(WBP_UI_Widget_Ping_RinoHud_C_OnPingQualityChanged) == 0x000001, "Wrong alignment on WBP_UI_Widget_Ping_RinoHud_C_OnPingQualityChanged"); \ +static_assert(sizeof(WBP_UI_Widget_Ping_RinoHud_C_OnPingQualityChanged) == 0x000001, "Wrong size on WBP_UI_Widget_Ping_RinoHud_C_OnPingQualityChanged"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_RinoHud_C_OnPingQualityChanged, PingQuality) == 0x000000, "Member 'WBP_UI_Widget_Ping_RinoHud_C_OnPingQualityChanged::PingQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Ping_RinoHud_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_Ping_RinoHud_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_Ping_RinoHud_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_Ping_RinoHud_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_Ping_RinoHud_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_RinoHud_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_Ping_RinoHud_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Ping_RinoHud_C_UpdateValueText \ +static_assert(alignof(WBP_UI_Widget_Ping_RinoHud_C_UpdateValueText) == 0x000008, "Wrong alignment on WBP_UI_Widget_Ping_RinoHud_C_UpdateValueText"); \ +static_assert(sizeof(WBP_UI_Widget_Ping_RinoHud_C_UpdateValueText) == 0x000020, "Wrong size on WBP_UI_Widget_Ping_RinoHud_C_UpdateValueText"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_RinoHud_C_UpdateValueText, InPing) == 0x000000, "Member 'WBP_UI_Widget_Ping_RinoHud_C_UpdateValueText::InPing' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_RinoHud_C_UpdateValueText, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_Ping_RinoHud_C_UpdateValueText::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Ping_RinoHud_C_UpdateQualityIcon \ +static_assert(alignof(WBP_UI_Widget_Ping_RinoHud_C_UpdateQualityIcon) == 0x000001, "Wrong alignment on WBP_UI_Widget_Ping_RinoHud_C_UpdateQualityIcon"); \ +static_assert(sizeof(WBP_UI_Widget_Ping_RinoHud_C_UpdateQualityIcon) == 0x000002, "Wrong size on WBP_UI_Widget_Ping_RinoHud_C_UpdateQualityIcon"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_RinoHud_C_UpdateQualityIcon, InPingQuality) == 0x000000, "Member 'WBP_UI_Widget_Ping_RinoHud_C_UpdateQualityIcon::InPingQuality' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_RinoHud_C_UpdateQualityIcon, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'WBP_UI_Widget_Ping_RinoHud_C_UpdateQualityIcon::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Ping_RinoHud_C_SetCorrectOpacity \ +static_assert(alignof(WBP_UI_Widget_Ping_RinoHud_C_SetCorrectOpacity) == 0x000008, "Wrong alignment on WBP_UI_Widget_Ping_RinoHud_C_SetCorrectOpacity"); \ +static_assert(sizeof(WBP_UI_Widget_Ping_RinoHud_C_SetCorrectOpacity) == 0x000020, "Wrong size on WBP_UI_Widget_Ping_RinoHud_C_SetCorrectOpacity"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_RinoHud_C_SetCorrectOpacity, Show) == 0x000000, "Member 'WBP_UI_Widget_Ping_RinoHud_C_SetCorrectOpacity::Show' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_RinoHud_C_SetCorrectOpacity, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_Widget_Ping_RinoHud_C_SetCorrectOpacity::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_RinoHud_C_SetCorrectOpacity, Temp_float_Variable) == 0x000004, "Member 'WBP_UI_Widget_Ping_RinoHud_C_SetCorrectOpacity::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_RinoHud_C_SetCorrectOpacity, Temp_float_Variable_1) == 0x000008, "Member 'WBP_UI_Widget_Ping_RinoHud_C_SetCorrectOpacity::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_RinoHud_C_SetCorrectOpacity, Temp_bool_Variable_1) == 0x00000C, "Member 'WBP_UI_Widget_Ping_RinoHud_C_SetCorrectOpacity::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_RinoHud_C_SetCorrectOpacity, K2Node_Select_Default) == 0x000010, "Member 'WBP_UI_Widget_Ping_RinoHud_C_SetCorrectOpacity::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_RinoHud_C_SetCorrectOpacity, K2Node_Select_Default_1) == 0x000018, "Member 'WBP_UI_Widget_Ping_RinoHud_C_SetCorrectOpacity::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Ping_RinoHud_C_ForceValueUpdate \ +static_assert(alignof(WBP_UI_Widget_Ping_RinoHud_C_ForceValueUpdate) == 0x000004, "Wrong alignment on WBP_UI_Widget_Ping_RinoHud_C_ForceValueUpdate"); \ +static_assert(sizeof(WBP_UI_Widget_Ping_RinoHud_C_ForceValueUpdate) == 0x00000C, "Wrong size on WBP_UI_Widget_Ping_RinoHud_C_ForceValueUpdate"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_RinoHud_C_ForceValueUpdate, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_Ping_RinoHud_C_ForceValueUpdate::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_RinoHud_C_ForceValueUpdate, CallFunc_GetPingInMilliseconds_ReturnValue) == 0x000004, "Member 'WBP_UI_Widget_Ping_RinoHud_C_ForceValueUpdate::CallFunc_GetPingInMilliseconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Ping_RinoHud_C_ForceValueUpdate, CallFunc_FTrunc_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_Ping_RinoHud_C_ForceValueUpdate::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_Ping_RinoHud_C \ +static_assert(alignof(UWBP_UI_Widget_Ping_RinoHud_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_Ping_RinoHud_C"); \ +static_assert(sizeof(UWBP_UI_Widget_Ping_RinoHud_C) == 0x0002F8, "Wrong size on UWBP_UI_Widget_Ping_RinoHud_C"); \ +static_assert(offsetof(UWBP_UI_Widget_Ping_RinoHud_C, UberGraphFrame) == 0x0002B8, "Member 'UWBP_UI_Widget_Ping_RinoHud_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Ping_RinoHud_C, Border_QualityColor) == 0x0002C0, "Member 'UWBP_UI_Widget_Ping_RinoHud_C::Border_QualityColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Ping_RinoHud_C, Text_PingValue) == 0x0002C8, "Member 'UWBP_UI_Widget_Ping_RinoHud_C::Text_PingValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Ping_RinoHud_C, HighPingQualityColor) == 0x0002D0, "Member 'UWBP_UI_Widget_Ping_RinoHud_C::HighPingQualityColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Ping_RinoHud_C, CriticalPingQualityColor) == 0x0002E0, "Member 'UWBP_UI_Widget_Ping_RinoHud_C::CriticalPingQualityColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Ping_RinoHud_C, bAlwaysShowPing) == 0x0002F0, "Member 'UWBP_UI_Widget_Ping_RinoHud_C::bAlwaysShowPing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PagerWidget_RinoHud_C_ExecuteUbergraph_WBP_UI_PagerWidget_RinoHud \ +static_assert(alignof(WBP_UI_PagerWidget_RinoHud_C_ExecuteUbergraph_WBP_UI_PagerWidget_RinoHud) == 0x000004, "Wrong alignment on WBP_UI_PagerWidget_RinoHud_C_ExecuteUbergraph_WBP_UI_PagerWidget_RinoHud"); \ +static_assert(sizeof(WBP_UI_PagerWidget_RinoHud_C_ExecuteUbergraph_WBP_UI_PagerWidget_RinoHud) == 0x000018, "Wrong size on WBP_UI_PagerWidget_RinoHud_C_ExecuteUbergraph_WBP_UI_PagerWidget_RinoHud"); \ +static_assert(offsetof(WBP_UI_PagerWidget_RinoHud_C_ExecuteUbergraph_WBP_UI_PagerWidget_RinoHud, EntryPoint) == 0x000000, "Member 'WBP_UI_PagerWidget_RinoHud_C_ExecuteUbergraph_WBP_UI_PagerWidget_RinoHud::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_RinoHud_C_ExecuteUbergraph_WBP_UI_PagerWidget_RinoHud, K2Node_Event_AnswerPagerValue) == 0x000004, "Member 'WBP_UI_PagerWidget_RinoHud_C_ExecuteUbergraph_WBP_UI_PagerWidget_RinoHud::K2Node_Event_AnswerPagerValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_RinoHud_C_ExecuteUbergraph_WBP_UI_PagerWidget_RinoHud, K2Node_Event_MaxAnswerPagerValue) == 0x000008, "Member 'WBP_UI_PagerWidget_RinoHud_C_ExecuteUbergraph_WBP_UI_PagerWidget_RinoHud::K2Node_Event_MaxAnswerPagerValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_RinoHud_C_ExecuteUbergraph_WBP_UI_PagerWidget_RinoHud, K2Node_Event_NewState) == 0x00000C, "Member 'WBP_UI_PagerWidget_RinoHud_C_ExecuteUbergraph_WBP_UI_PagerWidget_RinoHud::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_RinoHud_C_ExecuteUbergraph_WBP_UI_PagerWidget_RinoHud, CallFunc_Subtract_IntInt_ReturnValue) == 0x000010, "Member 'WBP_UI_PagerWidget_RinoHud_C_ExecuteUbergraph_WBP_UI_PagerWidget_RinoHud::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_RinoHud_C_ExecuteUbergraph_WBP_UI_PagerWidget_RinoHud, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000014, "Member 'WBP_UI_PagerWidget_RinoHud_C_ExecuteUbergraph_WBP_UI_PagerWidget_RinoHud::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_RinoHud_C_ExecuteUbergraph_WBP_UI_PagerWidget_RinoHud, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000015, "Member 'WBP_UI_PagerWidget_RinoHud_C_ExecuteUbergraph_WBP_UI_PagerWidget_RinoHud::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_RinoHud_C_ExecuteUbergraph_WBP_UI_PagerWidget_RinoHud, CallFunc_BooleanOR_ReturnValue) == 0x000016, "Member 'WBP_UI_PagerWidget_RinoHud_C_ExecuteUbergraph_WBP_UI_PagerWidget_RinoHud::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PagerWidget_RinoHud_C_OnHeistStateChanged \ +static_assert(alignof(WBP_UI_PagerWidget_RinoHud_C_OnHeistStateChanged) == 0x000001, "Wrong alignment on WBP_UI_PagerWidget_RinoHud_C_OnHeistStateChanged"); \ +static_assert(sizeof(WBP_UI_PagerWidget_RinoHud_C_OnHeistStateChanged) == 0x000001, "Wrong size on WBP_UI_PagerWidget_RinoHud_C_OnHeistStateChanged"); \ +static_assert(offsetof(WBP_UI_PagerWidget_RinoHud_C_OnHeistStateChanged, NewState) == 0x000000, "Member 'WBP_UI_PagerWidget_RinoHud_C_OnHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PagerWidget_RinoHud_C_OnAnswerPagerValueChanged \ +static_assert(alignof(WBP_UI_PagerWidget_RinoHud_C_OnAnswerPagerValueChanged) == 0x000004, "Wrong alignment on WBP_UI_PagerWidget_RinoHud_C_OnAnswerPagerValueChanged"); \ +static_assert(sizeof(WBP_UI_PagerWidget_RinoHud_C_OnAnswerPagerValueChanged) == 0x000008, "Wrong size on WBP_UI_PagerWidget_RinoHud_C_OnAnswerPagerValueChanged"); \ +static_assert(offsetof(WBP_UI_PagerWidget_RinoHud_C_OnAnswerPagerValueChanged, AnswerPagerValue) == 0x000000, "Member 'WBP_UI_PagerWidget_RinoHud_C_OnAnswerPagerValueChanged::AnswerPagerValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_RinoHud_C_OnAnswerPagerValueChanged, MaxAnswerPagerValue) == 0x000004, "Member 'WBP_UI_PagerWidget_RinoHud_C_OnAnswerPagerValueChanged::MaxAnswerPagerValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PagerWidget_RinoHud_C_Update_Pager_Color \ +static_assert(alignof(WBP_UI_PagerWidget_RinoHud_C_Update_Pager_Color) == 0x000008, "Wrong alignment on WBP_UI_PagerWidget_RinoHud_C_Update_Pager_Color"); \ +static_assert(sizeof(WBP_UI_PagerWidget_RinoHud_C_Update_Pager_Color) == 0x000088, "Wrong size on WBP_UI_PagerWidget_RinoHud_C_Update_Pager_Color"); \ +static_assert(offsetof(WBP_UI_PagerWidget_RinoHud_C_Update_Pager_Color, CounterWidget) == 0x000000, "Member 'WBP_UI_PagerWidget_RinoHud_C_Update_Pager_Color::CounterWidget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_RinoHud_C_Update_Pager_Color, RemaingPagers) == 0x000008, "Member 'WBP_UI_PagerWidget_RinoHud_C_Update_Pager_Color::RemaingPagers' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_RinoHud_C_Update_Pager_Color, Temp_bool_Variable) == 0x00000C, "Member 'WBP_UI_PagerWidget_RinoHud_C_Update_Pager_Color::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_RinoHud_C_Update_Pager_Color, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00000D, "Member 'WBP_UI_PagerWidget_RinoHud_C_Update_Pager_Color::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_RinoHud_C_Update_Pager_Color, K2Node_MakeStruct_SlateColor) == 0x000010, "Member 'WBP_UI_PagerWidget_RinoHud_C_Update_Pager_Color::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_RinoHud_C_Update_Pager_Color, K2Node_MakeStruct_SlateColor_1) == 0x000038, "Member 'WBP_UI_PagerWidget_RinoHud_C_Update_Pager_Color::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_RinoHud_C_Update_Pager_Color, K2Node_Select_Default) == 0x000060, "Member 'WBP_UI_PagerWidget_RinoHud_C_Update_Pager_Color::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_PagerWidget_RinoHud_C \ +static_assert(alignof(UWBP_UI_PagerWidget_RinoHud_C) == 0x000008, "Wrong alignment on UWBP_UI_PagerWidget_RinoHud_C"); \ +static_assert(sizeof(UWBP_UI_PagerWidget_RinoHud_C) == 0x0002A8, "Wrong size on UWBP_UI_PagerWidget_RinoHud_C"); \ +static_assert(offsetof(UWBP_UI_PagerWidget_RinoHud_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_PagerWidget_RinoHud_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PagerWidget_RinoHud_C, WBP_UI_Widget_BaseCounter_Pagers) == 0x000298, "Member 'UWBP_UI_PagerWidget_RinoHud_C::WBP_UI_Widget_BaseCounter_Pagers' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PagerWidget_RinoHud_C, isSearching) == 0x0002A0, "Member 'UWBP_UI_PagerWidget_RinoHud_C::isSearching' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PagerWidget_RinoHud_C, remainingPagers) == 0x0002A4, "Member 'UWBP_UI_PagerWidget_RinoHud_C::remainingPagers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Groups_Timed_C_update \ +static_assert(alignof(WBP_UI_Widget_Groups_Timed_C_update) == 0x000008, "Wrong alignment on WBP_UI_Widget_Groups_Timed_C_update"); \ +static_assert(sizeof(WBP_UI_Widget_Groups_Timed_C_update) == 0x000830, "Wrong size on WBP_UI_Widget_Groups_Timed_C_update"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Color) == 0x000000, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Color' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Duration) == 0x000004, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Duration' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Progress) == 0x000008, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Progress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable) == 0x000010, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetLocalPlayerPawn_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetLocalPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_1) == 0x000024, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetLocalPlayerPawn_ReturnValue_1) == 0x000030, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetLocalPlayerPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_2) == 0x000038, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetLocalPlayerPawn_ReturnValue_2) == 0x000040, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetLocalPlayerPawn_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_int_Loop_Counter_Variable_1) == 0x000048, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Add_IntInt_ReturnValue_1) == 0x00004C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_int_Array_Index_Variable_1) == 0x000050, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_3) == 0x000054, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_4) == 0x000055, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetLocalPlayerPawn_ReturnValue_3) == 0x000058, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetLocalPlayerPawn_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetGameState_ReturnValue) == 0x000060, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_5) == 0x000068, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetServerWorldTimeSeconds_ReturnValue) == 0x00006C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetServerWorldTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable) == 0x000070, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetGameState_ReturnValue_1) == 0x000078, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetGameState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_int_Loop_Counter_Variable_2) == 0x000080, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetServerWorldTimeSeconds_ReturnValue_1) == 0x000084, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetServerWorldTimeSeconds_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Add_IntInt_ReturnValue_2) == 0x000088, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_int_Array_Index_Variable_2) == 0x00008C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_struct_Variable) == 0x000090, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_struct_Variable_1) == 0x00009C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetGameState_ReturnValue_2) == 0x0000A8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetGameState_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetServerWorldTimeSeconds_ReturnValue_2) == 0x0000B0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetServerWorldTimeSeconds_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Keys_Keys) == 0x0000B8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetGameState_ReturnValue_3) == 0x0000C8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetGameState_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Array_Length_ReturnValue) == 0x0000D0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetServerWorldTimeSeconds_ReturnValue_3) == 0x0000D4, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetServerWorldTimeSeconds_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetSBZMissionState_ReturnValue) == 0x0000D8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetSBZMissionState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_1) == 0x0000E0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Array_Length_ReturnValue_1) == 0x0000E4, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Create_ReturnValue) == 0x0000E8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Create_ReturnValue_1) == 0x0000F0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_6) == 0x0000F8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_2) == 0x0000F9, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_7) == 0x0000FA, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_3) == 0x0000FB, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Create_ReturnValue_2) == 0x000100, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Create_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetLocalPlayerPawn_ReturnValue_4) == 0x000108, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetLocalPlayerPawn_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_4) == 0x000110, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_int_Array_Index_Variable_3) == 0x000114, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_int_Loop_Counter_Variable_3) == 0x000118, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetGameState_ReturnValue_4) == 0x000120, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetGameState_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetServerWorldTimeSeconds_ReturnValue_4) == 0x000128, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetServerWorldTimeSeconds_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Add_IntInt_ReturnValue_3) == 0x00012C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_8) == 0x000130, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_5) == 0x000131, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_9) == 0x000132, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetAllActorsOfClass_OutActors) == 0x000138, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Array_Length_ReturnValue_2) == 0x000148, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_6) == 0x00014C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_7) == 0x00014D, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_8) == 0x00014E, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetLocalPlayerPawn_ReturnValue_5) == 0x000150, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetLocalPlayerPawn_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetLocalPlayerPawn_ReturnValue_6) == 0x000158, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetLocalPlayerPawn_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetLocalPlayerPawn_ReturnValue_7) == 0x000160, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetLocalPlayerPawn_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_9) == 0x000168, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Keys_Keys_1) == 0x000170, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Array_Length_ReturnValue_3) == 0x000180, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_10) == 0x000184, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_11) == 0x000185, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetLocalPlayerPawn_ReturnValue_8) == 0x000188, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetLocalPlayerPawn_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_10) == 0x000190, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_int_Array_Index_Variable_4) == 0x000194, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_11) == 0x000198, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Array_Get_Item) == 0x0001A0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Remove_ReturnValue) == 0x0001A8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Remove_ReturnValue_1) == 0x0001A9, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Remove_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value) == 0x0001B0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue) == 0x0001B8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_1) == 0x0001BC, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_1) == 0x0001C0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Less_FloatFloat_ReturnValue) == 0x0001C1, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0001C4, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetLocalPlayerPawn_ReturnValue_9) == 0x0001C8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetLocalPlayerPawn_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Create_ReturnValue_3) == 0x0001D0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Create_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetGameState_ReturnValue_5) == 0x0001D8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetGameState_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetServerWorldTimeSeconds_ReturnValue_5) == 0x0001E0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetServerWorldTimeSeconds_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Create_ReturnValue_4) == 0x0001E8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Create_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_MakeLiteralString_ReturnValue) == 0x0001F0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_MakeLiteralString_ReturnValue_1) == 0x000200, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_MakeLiteralString_ReturnValue_2) == 0x000210, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_MakeLiteralString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_MakeLiteralString_ReturnValue_3) == 0x000220, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_MakeLiteralString_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_struct_Variable_2) == 0x000230, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_12) == 0x00023C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetLocalPlayerPawn_ReturnValue_10) == 0x000240, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetLocalPlayerPawn_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Create_ReturnValue_5) == 0x000248, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Create_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetGameState_ReturnValue_6) == 0x000250, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetGameState_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetServerWorldTimeSeconds_ReturnValue_6) == 0x000258, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetServerWorldTimeSeconds_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000260, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Array_Length_ReturnValue_4) == 0x000270, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_12) == 0x000274, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_13) == 0x000275, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_14) == 0x000276, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_int_Loop_Counter_Variable_4) == 0x000278, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Less_IntInt_ReturnValue) == 0x00027C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Add_IntInt_ReturnValue_4) == 0x000280, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_15) == 0x000284, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_16) == 0x000285, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_17) == 0x000286, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_18) == 0x000287, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_MakeArray_Array) == 0x000288, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetLocalPlayerPawn_ReturnValue_11) == 0x000298, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetLocalPlayerPawn_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_19) == 0x0002A0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_20) == 0x0002A1, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_int_Array_Index_Variable_5) == 0x0002A4, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Array_Get_Item_1) == 0x0002A8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetObjectName_ReturnValue) == 0x0002B0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_2) == 0x0002C0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_2) == 0x0002C8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Contains_ReturnValue) == 0x0002C9, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Contains_ReturnValue_1) == 0x0002CA, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Contains_ReturnValue_2) == 0x0002CB, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Contains_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Contains_ReturnValue) == 0x0002CC, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_HasPreplanningTag_ReturnValue) == 0x0002CD, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_HasPreplanningTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_3) == 0x0002D0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_3) == 0x0002D8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_4) == 0x0002D9, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_4) == 0x0002DA, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_DynamicCast_AsWBP_UI_Widget_Base_Timed_Action_Wz_Count_Rino_Hud) == 0x0002E0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_DynamicCast_AsWBP_UI_Widget_Base_Timed_Action_Wz_Count_Rino_Hud' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_DynamicCast_bSuccess) == 0x0002E8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_BooleanAND_ReturnValue) == 0x0002E9, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_DynamicCast_AsWBP_UI_Widget_Base_Timed_Action_Rino_Hud) == 0x0002F0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_DynamicCast_AsWBP_UI_Widget_Base_Timed_Action_Rino_Hud' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_DynamicCast_bSuccess_1) == 0x0002F8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetDistanceTo_ReturnValue) == 0x0002FC, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_5) == 0x000300, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_5) == 0x000304, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000308, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_FMax_ReturnValue) == 0x00030C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_6) == 0x000310, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_6) == 0x000311, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000314, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000318, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Multiply_IntFloat_ReturnValue) == 0x00031C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Add_FloatFloat_ReturnValue) == 0x000320, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_7) == 0x000324, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_7) == 0x000325, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetDistanceTo_ReturnValue_1) == 0x000328, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetDistanceTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00032C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00032D, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetDistanceTo_ReturnValue_2) == 0x000330, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetDistanceTo_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_8) == 0x000338, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_8) == 0x000340, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_IsValid_ReturnValue) == 0x000341, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_SwitchEnum_CmpSuccess) == 0x000342, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_int_Loop_Counter_Variable_5) == 0x000344, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_21) == 0x000348, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Less_IntInt_ReturnValue_1) == 0x000349, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Add_IntInt_ReturnValue_5) == 0x00034C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_int_Array_Index_Variable_6) == 0x000350, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Array_Get_Item_2) == 0x000358, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_9) == 0x000360, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_9) == 0x000368, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Remove_ReturnValue_2) == 0x000369, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Remove_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_IsValid_ReturnValue_1) == 0x00036A, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_22) == 0x00036B, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_int_Loop_Counter_Variable_6) == 0x00036C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_int_Loop_Counter_Variable_7) == 0x000370, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_int_Loop_Counter_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Add_IntInt_ReturnValue_6) == 0x000374, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Less_IntInt_ReturnValue_2) == 0x000378, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Add_IntInt_ReturnValue_7) == 0x00037C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_23) == 0x000380, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_24) == 0x000381, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_int_Array_Index_Variable_7) == 0x000384, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_int_Array_Index_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Array_Get_Item_3) == 0x000388, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Remove_ReturnValue_3) == 0x000390, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Remove_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetDistanceTo_ReturnValue_3) == 0x000394, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetDistanceTo_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetDistanceTo_ReturnValue_4) == 0x000398, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetDistanceTo_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x00039C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_10) == 0x0003A0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_10) == 0x0003A8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x0003AC, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetDistanceTo_ReturnValue_5) == 0x0003B0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetDistanceTo_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_11) == 0x0003B8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_11) == 0x0003C0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_12) == 0x0003C8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_12) == 0x0003D0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_13) == 0x0003D8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_13) == 0x0003E0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_SwitchEnum_CmpSuccess_1) == 0x0003E1, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_25) == 0x0003E2, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x0003E3, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetGameState_ReturnValue_7) == 0x0003E8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetGameState_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_IsValid_ReturnValue_2) == 0x0003F0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetServerWorldTimeSeconds_ReturnValue_7) == 0x0003F4, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetServerWorldTimeSeconds_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetLocalPlayerPawn_ReturnValue_12) == 0x0003F8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetLocalPlayerPawn_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetGameState_ReturnValue_8) == 0x000400, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetGameState_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetServerWorldTimeSeconds_ReturnValue_8) == 0x000408, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetServerWorldTimeSeconds_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x00040C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_FMax_ReturnValue_1) == 0x000410, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_FMax_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000414, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_26) == 0x000418, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_27) == 0x000419, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_27' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetActorOfClass_ReturnValue) == 0x000420, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetActorOfClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_int_Array_Index_Variable_8) == 0x000428, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_int_Array_Index_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetDistanceTo_ReturnValue_6) == 0x00042C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetDistanceTo_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x000430, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000434, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x000438, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_NotEqual_IntInt_ReturnValue) == 0x00043C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_BooleanOR_ReturnValue) == 0x00043D, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_SwitchEnum_CmpSuccess_2) == 0x00043E, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_IsValid_ReturnValue_3) == 0x00043F, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetLocalPlayerPawn_ReturnValue_13) == 0x000440, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetLocalPlayerPawn_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetDistanceTo_ReturnValue_7) == 0x000448, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetDistanceTo_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_28) == 0x00044C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_28' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetLocalPlayerPawn_ReturnValue_14) == 0x000450, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetLocalPlayerPawn_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_DynamicCast_AsSBZPlayer_Character) == 0x000458, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_DynamicCast_AsSBZPlayer_Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_DynamicCast_bSuccess_2) == 0x000460, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetGameState_ReturnValue_9) == 0x000468, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetGameState_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetServerWorldTimeSeconds_ReturnValue_9) == 0x000470, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetServerWorldTimeSeconds_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_14) == 0x000474, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_14) == 0x000478, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_IsValid_ReturnValue_4) == 0x000479, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Subtract_FloatFloat_ReturnValue_4) == 0x00047C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Subtract_FloatFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000480, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_13) == 0x000481, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_14) == 0x000482, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Set_Contains_ReturnValue) == 0x000483, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_29) == 0x000484, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_29' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_15) == 0x000485, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_16) == 0x000486, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_17) == 0x000487, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_30) == 0x000488, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_30' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_18) == 0x000489, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_19) == 0x00048A, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_Select_Default) == 0x000490, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_Select_Default_1) == 0x0004A0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_Select_Default_2) == 0x0004B0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_20) == 0x0004C0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetAllActorsOfClass_OutActors_2) == 0x0004C8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetAllActorsOfClass_OutActors_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Array_Get_Item_4) == 0x0004D8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Array_Length_ReturnValue_5) == 0x0004E0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Less_IntInt_ReturnValue_3) == 0x0004E4, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Subtract_FloatFloat_ReturnValue_5) == 0x0004E8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Subtract_FloatFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x0004EC, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Divide_FloatFloat_ReturnValue_4) == 0x0004F0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Divide_FloatFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Multiply_IntFloat_ReturnValue_2) == 0x0004F4, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Multiply_IntFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Subtract_FloatFloat_ReturnValue_6) == 0x0004F8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Subtract_FloatFloat_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetDistanceTo_ReturnValue_8) == 0x0004FC, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetDistanceTo_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Multiply_IntFloat_ReturnValue_3) == 0x000500, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Multiply_IntFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_15) == 0x000508, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_15) == 0x000510, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000511, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000512, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_Select_Default_3) == 0x000513, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_BooleanOR_ReturnValue_1) == 0x000514, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Subtract_FloatFloat_ReturnValue_7) == 0x000518, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Subtract_FloatFloat_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Divide_FloatFloat_ReturnValue_5) == 0x00051C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Divide_FloatFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Multiply_IntFloat_ReturnValue_4) == 0x000520, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Multiply_IntFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Divide_FloatFloat_ReturnValue_6) == 0x000524, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Divide_FloatFloat_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetDistanceTo_ReturnValue_9) == 0x000528, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetDistanceTo_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Subtract_FloatFloat_ReturnValue_8) == 0x00052C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Subtract_FloatFloat_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_16) == 0x000530, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_16) == 0x000538, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Multiply_IntFloat_ReturnValue_5) == 0x00053C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Multiply_IntFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000540, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000541, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_BooleanOR_ReturnValue_2) == 0x000542, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Subtract_FloatFloat_ReturnValue_9) == 0x000544, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Subtract_FloatFloat_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_Select_Default_4) == 0x000548, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Divide_FloatFloat_ReturnValue_7) == 0x00054C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Divide_FloatFloat_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Multiply_IntFloat_ReturnValue_6) == 0x000550, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Multiply_IntFloat_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_Select_Default_5) == 0x000554, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetDistanceTo_ReturnValue_10) == 0x000558, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetDistanceTo_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Divide_FloatFloat_ReturnValue_8) == 0x00055C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Divide_FloatFloat_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_17) == 0x000560, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_17) == 0x000568, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Subtract_FloatFloat_ReturnValue_10) == 0x00056C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Subtract_FloatFloat_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Multiply_IntFloat_ReturnValue_7) == 0x000570, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Multiply_IntFloat_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000574, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x000575, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Divide_FloatFloat_ReturnValue_9) == 0x000578, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Divide_FloatFloat_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_BooleanOR_ReturnValue_3) == 0x00057C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Multiply_IntFloat_ReturnValue_8) == 0x000580, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Multiply_IntFloat_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_Select_Default_6) == 0x000584, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_Select_Default_7) == 0x000588, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_Select_Default_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x00058C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Divide_FloatFloat_ReturnValue_10) == 0x000590, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Divide_FloatFloat_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_Select_Default_8) == 0x000594, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_Select_Default_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Multiply_IntFloat_ReturnValue_9) == 0x000598, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Multiply_IntFloat_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Remove_ReturnValue_4) == 0x00059C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Remove_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Contains_ReturnValue_1) == 0x00059D, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_18) == 0x0005A0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_18) == 0x0005A8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Contains_ReturnValue_2) == 0x0005A9, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Contains_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_SwitchEnum_CmpSuccess_3) == 0x0005AA, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_Select_Default_9) == 0x0005AB, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_Select_Default_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Create_ReturnValue_6) == 0x0005B0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Create_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_21) == 0x0005B8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_float_Variable) == 0x0005BC, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_Select_Default_10) == 0x0005C0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_Select_Default_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_float_Variable_1) == 0x0005C4, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_22) == 0x0005C8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_float_Variable_2) == 0x0005CC, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_float_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_Select_Default_11) == 0x0005D0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_Select_Default_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetAllActorsOfClass_OutActors_3) == 0x0005D8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetAllActorsOfClass_OutActors_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_19) == 0x0005E8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_19) == 0x0005E9, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Not_PreBool_ReturnValue) == 0x0005EA, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x0005EB, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetAllActorsOfClass_OutActors_4) == 0x0005F0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetAllActorsOfClass_OutActors_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_BooleanOR_ReturnValue_4) == 0x000600, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_31) == 0x000601, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_31' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetLocalPlayerPawn_ReturnValue_15) == 0x000608, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetLocalPlayerPawn_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_float_Variable_3) == 0x000610, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_float_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_32) == 0x000614, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_32' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetAllActorsOfClass_OutActors_5) == 0x000618, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetAllActorsOfClass_OutActors_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Array_Get_Item_5) == 0x000628, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Array_Length_ReturnValue_6) == 0x000630, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Less_IntInt_ReturnValue_4) == 0x000634, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetDistanceTo_ReturnValue_11) == 0x000638, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetDistanceTo_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetDistanceTo_ReturnValue_12) == 0x00063C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetDistanceTo_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000640, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_Select_Default_12) == 0x000641, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_Select_Default_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_20) == 0x000648, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_20' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_20) == 0x000650, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Multiply_IntFloat_ReturnValue_10) == 0x000654, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Multiply_IntFloat_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Contains_ReturnValue_3) == 0x000658, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Contains_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00065C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_SafeDivide_ReturnValue) == 0x000660, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_IsValid_ReturnValue_5) == 0x000664, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Remove_ReturnValue_5) == 0x000665, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Remove_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_wildcard_Variable) == 0x000668, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_21) == 0x000678, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_21' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_21) == 0x000680, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Array_Get_Item_6) == 0x000688, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_DynamicCast_AsSBZOverskill_Loadout_Data) == 0x000690, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_DynamicCast_AsSBZOverskill_Loadout_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_DynamicCast_bSuccess_3) == 0x000698, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Array_Length_ReturnValue_7) == 0x00069C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Greater_IntInt_ReturnValue) == 0x0006A0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Contains_ReturnValue_4) == 0x0006A1, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Contains_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_33) == 0x0006A2, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_33' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Create_ReturnValue_7) == 0x0006A8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Create_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_Select_Default_13) == 0x0006B0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_Select_Default_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_23) == 0x0006B4, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_34) == 0x0006B5, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_34' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_int_Loop_Counter_Variable_8) == 0x0006B8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_int_Loop_Counter_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_35) == 0x0006BC, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_35' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Less_IntInt_ReturnValue_5) == 0x0006BD, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Add_IntInt_ReturnValue_8) == 0x0006C0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_24) == 0x0006C4, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_36) == 0x0006C5, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_36' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetAllActorsOfClass_OutActors_6) == 0x0006C8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetAllActorsOfClass_OutActors_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_25) == 0x0006D8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Array_Get_Item_7) == 0x0006E0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetDistanceTo_ReturnValue_13) == 0x0006E8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetDistanceTo_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_Select_Default_14) == 0x0006EC, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_Select_Default_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetDistanceTo_ReturnValue_14) == 0x0006F0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetDistanceTo_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_GetDistanceTo_ReturnValue_15) == 0x0006F4, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_GetDistanceTo_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Remove_ReturnValue_6) == 0x0006F8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Remove_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Contains_ReturnValue_5) == 0x0006F9, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Contains_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_22) == 0x000700, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_22' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_22) == 0x000708, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Conv_ByteToFloat_ReturnValue) == 0x00070C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Conv_ByteToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_Select_Default_15) == 0x000710, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_Select_Default_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x000714, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x000715, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_23) == 0x000718, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_23' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_23) == 0x000720, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_Select_Default_16) == 0x000721, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_Select_Default_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_Select_Default_17) == 0x000722, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_Select_Default_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Conv_ByteToFloat_ReturnValue_1) == 0x000724, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Conv_ByteToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_EqualEqual_ByteByte_ReturnValue_10) == 0x000728, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_EqualEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_EqualEqual_ByteByte_ReturnValue_11) == 0x000729, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_EqualEqual_ByteByte_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_24) == 0x000730, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_24' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_24) == 0x000738, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_Select_Default_18) == 0x000739, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_Select_Default_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_Select_Default_19) == 0x00073A, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_Select_Default_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Contains_ReturnValue_6) == 0x00073B, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Contains_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_25) == 0x000740, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_25' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_25) == 0x000748, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Conv_ByteToFloat_ReturnValue_2) == 0x00074C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Conv_ByteToFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_EqualEqual_ByteByte_ReturnValue_12) == 0x000750, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_EqualEqual_ByteByte_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_EqualEqual_ByteByte_ReturnValue_13) == 0x000751, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_EqualEqual_ByteByte_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_EqualEqual_ByteByte_ReturnValue_14) == 0x000752, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_EqualEqual_ByteByte_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_EqualEqual_ByteByte_ReturnValue_15) == 0x000753, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_EqualEqual_ByteByte_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_BooleanOR_ReturnValue_5) == 0x000754, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_EqualEqual_ByteByte_ReturnValue_16) == 0x000755, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_EqualEqual_ByteByte_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_BooleanOR_ReturnValue_6) == 0x000756, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_SwitchEnum_CmpSuccess_4) == 0x000757, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_BooleanOR_ReturnValue_7) == 0x000758, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_EqualEqual_ByteByte_ReturnValue_17) == 0x000759, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_EqualEqual_ByteByte_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_26) == 0x00075A, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_26' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_26) == 0x00075B, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x00075C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_Select_Default_20) == 0x00075D, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_Select_Default_20' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_Select_Default_21) == 0x00075E, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_Select_Default_21' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Array_Length_ReturnValue_8) == 0x000760, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Less_IntInt_ReturnValue_6) == 0x000764, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Create_ReturnValue_8) == 0x000768, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Create_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_int_Array_Index_Variable_9) == 0x000770, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_int_Array_Index_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Array_Get_Item_8) == 0x000778, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Keys_Keys_2) == 0x000780, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Keys_Keys_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_DynamicCast_AsBP_Player_State) == 0x000790, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_DynamicCast_AsBP_Player_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_DynamicCast_bSuccess_4) == 0x000798, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Array_Get_Item_9) == 0x0007A0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Remove_ReturnValue_7) == 0x0007A8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Remove_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Contains_ReturnValue_7) == 0x0007A9, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Contains_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Divide_FloatFloat_ReturnValue_11) == 0x0007AC, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Divide_FloatFloat_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_Value_27) == 0x0007B0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_Value_27' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Find_ReturnValue_27) == 0x0007B8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Find_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_IsValid_ReturnValue_6) == 0x0007B9, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Conv_ByteToInt_ReturnValue) == 0x0007BC, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Subtract_IntInt_ReturnValue) == 0x0007C0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Contains_ReturnValue_8) == 0x0007C4, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Contains_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Array_Get_Item_10) == 0x0007C8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Not_PreBool_ReturnValue_1) == 0x0007D8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_BooleanAND_ReturnValue_1) == 0x0007D9, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Contains_ReturnValue_9) == 0x0007DA, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Contains_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Map_Contains_ReturnValue_10) == 0x0007DB, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Map_Contains_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_SelectFloat_ReturnValue) == 0x0007DC, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Array_Get_Item_11) == 0x0007E0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Array_Get_Item_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_SelectFloat_ReturnValue_1) == 0x0007E8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x0007EC, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0007F0, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Divide_FloatFloat_ReturnValue_12) == 0x0007F4, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Divide_FloatFloat_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x0007F8, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Array_Add_ReturnValue) == 0x0007FC, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x000800, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Array_Length_ReturnValue_9) == 0x000804, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Less_IntInt_ReturnValue_7) == 0x000808, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Array_Length_ReturnValue_10) == 0x00080C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Array_Length_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Less_IntInt_ReturnValue_8) == 0x000810, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Less_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_37) == 0x000811, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_37' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_byte_Variable_38) == 0x000812, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_byte_Variable_38' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_Select_Default_22) == 0x000813, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_Select_Default_22' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_int_Loop_Counter_Variable_9) == 0x000814, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_int_Loop_Counter_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Less_IntInt_ReturnValue_9) == 0x000818, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Less_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, CallFunc_Add_IntInt_ReturnValue_9) == 0x00081C, "Member 'WBP_UI_Widget_Groups_Timed_C_update::CallFunc_Add_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_26) == 0x000820, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, Temp_bool_Variable_27) == 0x000821, "Member 'WBP_UI_Widget_Groups_Timed_C_update::Temp_bool_Variable_27' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_Select_Default_23) == 0x000824, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_Select_Default_23' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_update, K2Node_Select_Default_24) == 0x000828, "Member 'WBP_UI_Widget_Groups_Timed_C_update::K2Node_Select_Default_24' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling \ +static_assert(alignof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling) == 0x000008, "Wrong alignment on WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling"); \ +static_assert(sizeof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling) == 0x000180, "Wrong size on WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Array) == 0x000000, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, bIsWinch) == 0x000010, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::bIsWinch' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_byte_Variable) == 0x000011, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_byte_Variable_1) == 0x000018, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_byte_Variable_2) == 0x000019, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_byte_Variable_3) == 0x00001A, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_bool_Variable) == 0x00001B, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_bool_Variable_1) == 0x00001C, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_bool_Variable_2) == 0x00001D, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_bool_Variable_3) == 0x00001E, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_bool_Variable_4) == 0x00001F, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_bool_Variable_5) == 0x000020, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_bool_Variable_6) == 0x000021, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_int_Array_Index_Variable) == 0x000030, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_byte_Variable_4) == 0x000034, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000040, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000044, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000048, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x00004C, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000050, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x000054, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x000058, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, K2Node_DynamicCast_AsSBZWinch) == 0x000060, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::K2Node_DynamicCast_AsSBZWinch' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x00006C, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Multiply_IntFloat_ReturnValue_2) == 0x000070, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Multiply_IntFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, K2Node_SwitchEnum_CmpSuccess) == 0x000074, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, K2Node_Select_Default) == 0x000075, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_byte_Variable_5) == 0x000076, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_GetLocalPlayerPawn_ReturnValue) == 0x000078, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_GetLocalPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_GetDistanceTo_ReturnValue) == 0x000080, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_byte_Variable_6) == 0x000084, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_byte_Variable_7) == 0x000085, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_int_Loop_Counter_Variable_1) == 0x000088, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Add_IntInt_ReturnValue_1) == 0x00008C, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_int_Array_Index_Variable_1) == 0x000090, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_byte_Variable_8) == 0x000094, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_byte_Variable_9) == 0x000095, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_byte_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_byte_Variable_10) == 0x000096, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_byte_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_byte_Variable_11) == 0x000097, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_byte_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, K2Node_Select_Default_1) == 0x000098, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_string_Variable) == 0x0000A0, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Map_Find_Value) == 0x0000B0, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Map_Find_ReturnValue) == 0x0000B8, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Map_Remove_ReturnValue) == 0x0000B9, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Map_Contains_ReturnValue) == 0x0000BA, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_byte_Variable_12) == 0x0000BB, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_byte_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_string_Variable_1) == 0x0000C0, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_string_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Map_Find_Value_1) == 0x0000D0, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Map_Find_ReturnValue_1) == 0x0000D8, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_GetLocalPlayerPawn_ReturnValue_1) == 0x0000E0, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_GetLocalPlayerPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_bool_Variable_7) == 0x0000E8, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_GetDistanceTo_ReturnValue_1) == 0x0000EC, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_GetDistanceTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Create_ReturnValue) == 0x0000F0, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_byte_Variable_13) == 0x0000F8, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_byte_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Map_Find_Value_2) == 0x000100, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Map_Find_ReturnValue_2) == 0x000108, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_byte_Variable_14) == 0x000109, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_byte_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_GetLocalPlayerPawn_ReturnValue_2) == 0x000110, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_GetLocalPlayerPawn_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_GetDistanceTo_ReturnValue_2) == 0x000118, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_GetDistanceTo_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_byte_Variable_15) == 0x00011C, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_byte_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_byte_Variable_16) == 0x00011D, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_byte_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_byte_Variable_17) == 0x00011E, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_byte_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Map_Contains_ReturnValue_1) == 0x00011F, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Map_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_byte_Variable_18) == 0x000120, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_byte_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, K2Node_Select_Default_2) == 0x000128, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Map_Keys_Keys) == 0x000138, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Array_Get_Item_1) == 0x000148, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Array_Length_ReturnValue_1) == 0x000150, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Map_Remove_ReturnValue_1) == 0x000154, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Map_Remove_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Less_IntInt_ReturnValue_1) == 0x000155, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Map_Find_Value_3) == 0x000158, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Map_Find_Value_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Map_Find_ReturnValue_3) == 0x000160, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Map_Find_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Map_Contains_ReturnValue_2) == 0x000161, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Map_Contains_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_IsValid_ReturnValue) == 0x000162, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_byte_Variable_19) == 0x000163, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_byte_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Map_Find_Value_4) == 0x000168, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Map_Find_Value_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Map_Find_ReturnValue_4) == 0x000170, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Map_Find_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_byte_Variable_20) == 0x000171, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_byte_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_byte_Variable_21) == 0x000172, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_byte_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_byte_Variable_22) == 0x000173, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_byte_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_byte_Variable_23) == 0x000174, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_byte_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, K2Node_Select_Default_3) == 0x000175, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, Temp_byte_Variable_24) == 0x000176, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::Temp_byte_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Map_Find_Value_5) == 0x000177, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Map_Find_Value_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Map_Find_ReturnValue_5) == 0x000178, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Map_Find_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, K2Node_Select_Default_4) == 0x000179, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_Not_PreBool_ReturnValue) == 0x00017A, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00017B, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling, CallFunc_BooleanOR_ReturnValue) == 0x00017C, "Member 'WBP_UI_Widget_Groups_Timed_C_Breaching_Equipments_Base_Handling::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue \ +static_assert(alignof(WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue) == 0x000008, "Wrong alignment on WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue"); \ +static_assert(sizeof(WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue) == 0x000058, "Wrong size on WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue, Key) == 0x000000, "Member 'WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue::Key' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue, count) == 0x000008, "Member 'WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue::count' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue, Distance) == 0x00000C, "Member 'WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue::Distance' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue, Color) == 0x000010, "Member 'WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue::Color' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue, progress_0_To_100) == 0x000014, "Member 'WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue::progress_0_To_100' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue, Temp_bool_Variable) == 0x000018, "Member 'WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000019, "Member 'WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue, Temp_bool_Variable_1) == 0x00001A, "Member 'WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue, CallFunc_Map_Find_Value) == 0x000020, "Member 'WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue, CallFunc_Map_Find_ReturnValue) == 0x000028, "Member 'WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue, K2Node_DynamicCast_AsWBP_UI_Widget_Base_Timed_Action_Wz_Count_Rino_Hud) == 0x000030, "Member 'WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue::K2Node_DynamicCast_AsWBP_UI_Widget_Base_Timed_Action_Wz_Count_Rino_Hud' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue, K2Node_DynamicCast_AsWBP_UI_Widget_Base_Timed_Action_Rino_Hud) == 0x000040, "Member 'WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue::K2Node_DynamicCast_AsWBP_UI_Widget_Base_Timed_Action_Rino_Hud' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue, K2Node_Select_Default) == 0x00004C, "Member 'WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue, K2Node_Select_Default_1) == 0x000050, "Member 'WBP_UI_Widget_Groups_Timed_C_UpdateSingleProcessorLootWidgetValue::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Groups_Timed_C_PrintToModLoader \ +static_assert(alignof(WBP_UI_Widget_Groups_Timed_C_PrintToModLoader) == 0x000008, "Wrong alignment on WBP_UI_Widget_Groups_Timed_C_PrintToModLoader"); \ +static_assert(sizeof(WBP_UI_Widget_Groups_Timed_C_PrintToModLoader) == 0x000020, "Wrong size on WBP_UI_Widget_Groups_Timed_C_PrintToModLoader"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_PrintToModLoader, msg) == 0x000000, "Member 'WBP_UI_Widget_Groups_Timed_C_PrintToModLoader::msg' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Timed_C_PrintToModLoader, msg1) == 0x000010, "Member 'WBP_UI_Widget_Groups_Timed_C_PrintToModLoader::msg1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_Groups_Timed_C \ +static_assert(alignof(UWBP_UI_Widget_Groups_Timed_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_Groups_Timed_C"); \ +static_assert(sizeof(UWBP_UI_Widget_Groups_Timed_C) == 0x0007D0, "Wrong size on UWBP_UI_Widget_Groups_Timed_C"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Timed_C, WBP_UI_Widget_BaseGroupedCounters_RinoHud) == 0x000290, "Member 'UWBP_UI_Widget_Groups_Timed_C::WBP_UI_Widget_BaseGroupedCounters_RinoHud' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Timed_C, hackableActors_mapOfStates) == 0x000298, "Member 'UWBP_UI_Widget_Groups_Timed_C::hackableActors_mapOfStates' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Timed_C, hackableActors_mapOfAssociations) == 0x0002E8, "Member 'UWBP_UI_Widget_Groups_Timed_C::hackableActors_mapOfAssociations' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Timed_C, hackableKeys_mapOfAssociations) == 0x000338, "Member 'UWBP_UI_Widget_Groups_Timed_C::hackableKeys_mapOfAssociations' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Timed_C, pocketDrills_mapOfStates) == 0x000388, "Member 'UWBP_UI_Widget_Groups_Timed_C::pocketDrills_mapOfStates' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Timed_C, pocketDrills_mapOfAssociations) == 0x0003D8, "Member 'UWBP_UI_Widget_Groups_Timed_C::pocketDrills_mapOfAssociations' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Timed_C, thermalDrills_mapOfStates) == 0x000428, "Member 'UWBP_UI_Widget_Groups_Timed_C::thermalDrills_mapOfStates' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Timed_C, thermalDrills_mapOfAssociations) == 0x000478, "Member 'UWBP_UI_Widget_Groups_Timed_C::thermalDrills_mapOfAssociations' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Timed_C, GlitchProtocolTimer) == 0x0004C8, "Member 'UWBP_UI_Widget_Groups_Timed_C::GlitchProtocolTimer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Timed_C, DycryptServerEndSeconds) == 0x0004D0, "Member 'UWBP_UI_Widget_Groups_Timed_C::DycryptServerEndSeconds' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Timed_C, DycryptServerWidget) == 0x0004D8, "Member 'UWBP_UI_Widget_Groups_Timed_C::DycryptServerWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Timed_C, DecryptServerBags) == 0x0004E0, "Member 'UWBP_UI_Widget_Groups_Timed_C::DecryptServerBags' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Timed_C, JewelryMachineLastUpdate) == 0x0004E4, "Member 'UWBP_UI_Widget_Groups_Timed_C::JewelryMachineLastUpdate' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Timed_C, JewelryMachineWidget) == 0x0004E8, "Member 'UWBP_UI_Widget_Groups_Timed_C::JewelryMachineWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Timed_C, JewelryMachineLastState) == 0x0004F0, "Member 'UWBP_UI_Widget_Groups_Timed_C::JewelryMachineLastState' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Timed_C, JewelryMachineWasSabotagedAfterDone) == 0x0004F1, "Member 'UWBP_UI_Widget_Groups_Timed_C::JewelryMachineWasSabotagedAfterDone' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Timed_C, SingleLootProcessorWidgets) == 0x0004F8, "Member 'UWBP_UI_Widget_Groups_Timed_C::SingleLootProcessorWidgets' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Timed_C, SingleLootProcessorStates) == 0x000548, "Member 'UWBP_UI_Widget_Groups_Timed_C::SingleLootProcessorStates' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Timed_C, SingleLootProcessorLastUpdate) == 0x000598, "Member 'UWBP_UI_Widget_Groups_Timed_C::SingleLootProcessorLastUpdate' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Timed_C, SingleLootProcessorWasSabotagedAfterDone) == 0x0005E8, "Member 'UWBP_UI_Widget_Groups_Timed_C::SingleLootProcessorWasSabotagedAfterDone' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Timed_C, ThermiteWidgets) == 0x000638, "Member 'UWBP_UI_Widget_Groups_Timed_C::ThermiteWidgets' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Timed_C, modifiableTimers_mapOfStates) == 0x000688, "Member 'UWBP_UI_Widget_Groups_Timed_C::modifiableTimers_mapOfStates' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Timed_C, modifiableTimers_mapOfAssociations) == 0x0006D8, "Member 'UWBP_UI_Widget_Groups_Timed_C::modifiableTimers_mapOfAssociations' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Timed_C, interceptor_widgets) == 0x000728, "Member 'UWBP_UI_Widget_Groups_Timed_C::interceptor_widgets' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Timed_C, interceptor_end) == 0x000778, "Member 'UWBP_UI_Widget_Groups_Timed_C::interceptor_end' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Timed_C, _________) == 0x0007C8, "Member 'UWBP_UI_Widget_Groups_Timed_C::_________' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Groups_Deployed_C_ExecuteUbergraph_WBP_UI_Widget_Groups_Deployed \ +static_assert(alignof(WBP_UI_Widget_Groups_Deployed_C_ExecuteUbergraph_WBP_UI_Widget_Groups_Deployed) == 0x000004, "Wrong alignment on WBP_UI_Widget_Groups_Deployed_C_ExecuteUbergraph_WBP_UI_Widget_Groups_Deployed"); \ +static_assert(sizeof(WBP_UI_Widget_Groups_Deployed_C_ExecuteUbergraph_WBP_UI_Widget_Groups_Deployed) == 0x000008, "Wrong size on WBP_UI_Widget_Groups_Deployed_C_ExecuteUbergraph_WBP_UI_Widget_Groups_Deployed"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_ExecuteUbergraph_WBP_UI_Widget_Groups_Deployed, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_Groups_Deployed_C_ExecuteUbergraph_WBP_UI_Widget_Groups_Deployed::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_ExecuteUbergraph_WBP_UI_Widget_Groups_Deployed, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_Widget_Groups_Deployed_C_ExecuteUbergraph_WBP_UI_Widget_Groups_Deployed::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Groups_Deployed_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_Groups_Deployed_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_Groups_Deployed_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_Groups_Deployed_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_Groups_Deployed_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_Groups_Deployed_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Groups_Deployed_C_update \ +static_assert(alignof(WBP_UI_Widget_Groups_Deployed_C_update) == 0x000008, "Wrong alignment on WBP_UI_Widget_Groups_Deployed_C_update"); \ +static_assert(sizeof(WBP_UI_Widget_Groups_Deployed_C_update) == 0x000278, "Wrong size on WBP_UI_Widget_Groups_Deployed_C_update"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Create_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_GetAllActorsOfClass_OutActors) == 0x000010, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_GetLocalPlayerPawn_ReturnValue) == 0x000030, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_GetLocalPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, Temp_int_Array_Index_Variable_1) == 0x000038, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Map_Keys_Keys) == 0x000040, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Array_Length_ReturnValue_1) == 0x000050, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Create_ReturnValue_1) == 0x000058, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000060, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, Temp_int_Array_Index_Variable_2) == 0x000070, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Array_Get_Item) == 0x000078, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_FTrunc_ReturnValue) == 0x000080, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000084, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000085, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Array_Length_ReturnValue_2) == 0x000088, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_GetLocalPlayerPawn_ReturnValue_1) == 0x000090, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_GetLocalPlayerPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, Temp_int_Loop_Counter_Variable_1) == 0x000098, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_GetDistanceTo_ReturnValue) == 0x00009C, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Less_IntInt_ReturnValue) == 0x0000A0, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000A4, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Create_ReturnValue_2) == 0x0000A8, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Create_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Map_Find_Value) == 0x0000B0, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Map_Find_ReturnValue) == 0x0000B8, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Map_Keys_Keys_1) == 0x0000C0, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Array_Length_ReturnValue_3) == 0x0000D0, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Map_Contains_ReturnValue) == 0x0000D4, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, Temp_int_Loop_Counter_Variable_2) == 0x0000D8, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000DC, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, Temp_int_Loop_Counter_Variable_3) == 0x0000E0, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Create_ReturnValue_3) == 0x0000E8, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Create_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000F0, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Add_IntInt_ReturnValue_3) == 0x0000F4, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_GetAllActorsOfClass_OutActors_2) == 0x0000F8, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_GetAllActorsOfClass_OutActors_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, Temp_int_Array_Index_Variable_3) == 0x000108, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Array_Length_ReturnValue_4) == 0x00010C, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Array_Get_Item_1) == 0x000110, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_FTrunc_ReturnValue_1) == 0x000118, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00011C, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x00011D, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_GetLocalPlayerPawn_ReturnValue_2) == 0x000120, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_GetLocalPlayerPawn_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, Temp_int_Array_Index_Variable_4) == 0x000128, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_GetDistanceTo_ReturnValue_1) == 0x00012C, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_GetDistanceTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Array_Get_Item_2) == 0x000130, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Map_Find_Value_1) == 0x000138, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Map_Find_ReturnValue_1) == 0x000140, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_IsValid_ReturnValue) == 0x000141, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, Temp_int_Loop_Counter_Variable_4) == 0x000144, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Less_IntInt_ReturnValue_2) == 0x000148, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Add_IntInt_ReturnValue_4) == 0x00014C, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Map_Find_Value_2) == 0x000150, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Map_Find_ReturnValue_2) == 0x000158, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Map_Keys_Keys_2) == 0x000160, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Map_Keys_Keys_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Map_Contains_ReturnValue_1) == 0x000170, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Map_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Array_Length_ReturnValue_5) == 0x000174, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, Temp_int_Loop_Counter_Variable_5) == 0x000178, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_GetAllActorsOfClass_OutActors_3) == 0x000180, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_GetAllActorsOfClass_OutActors_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Array_Get_Item_3) == 0x000190, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Array_Length_ReturnValue_6) == 0x000198, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Less_IntInt_ReturnValue_3) == 0x00019C, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_FTrunc_ReturnValue_2) == 0x0001A0, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_FTrunc_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x0001A4, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0001A5, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Less_IntInt_ReturnValue_4) == 0x0001A6, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Add_IntInt_ReturnValue_5) == 0x0001A8, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Map_Contains_ReturnValue_2) == 0x0001AC, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Map_Contains_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, Temp_int_Array_Index_Variable_5) == 0x0001B0, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Array_Get_Item_4) == 0x0001B8, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Map_Contains_ReturnValue_3) == 0x0001C0, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Map_Contains_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Map_Find_Value_3) == 0x0001C8, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Map_Find_Value_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Map_Find_ReturnValue_3) == 0x0001D0, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Map_Find_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_GetDistanceTo_ReturnValue_2) == 0x0001D4, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_GetDistanceTo_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0001D8, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, Temp_int_Loop_Counter_Variable_6) == 0x0001DC, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Less_IntInt_ReturnValue_5) == 0x0001E0, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Add_IntInt_ReturnValue_6) == 0x0001E4, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, Temp_int_Array_Index_Variable_6) == 0x0001E8, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Array_Get_Item_5) == 0x0001F0, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Map_Find_Value_4) == 0x0001F8, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Map_Find_Value_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Map_Find_ReturnValue_4) == 0x000200, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Map_Find_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_IsValid_ReturnValue_1) == 0x000201, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, Temp_int_Array_Index_Variable_7) == 0x000204, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::Temp_int_Array_Index_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Map_Find_Value_5) == 0x000208, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Map_Find_Value_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Map_Find_ReturnValue_5) == 0x000210, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Map_Find_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Array_Get_Item_6) == 0x000218, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Map_Find_Value_6) == 0x000220, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Map_Find_Value_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Map_Find_ReturnValue_6) == 0x000228, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Map_Find_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_IsValid_ReturnValue_2) == 0x000229, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_GetLocalPlayerPawn_ReturnValue_3) == 0x000230, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_GetLocalPlayerPawn_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_GetDistanceTo_ReturnValue_3) == 0x000238, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_GetDistanceTo_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Map_Keys_Keys_3) == 0x000240, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Map_Keys_Keys_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Array_Get_Item_7) == 0x000250, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Array_Length_ReturnValue_7) == 0x000258, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Map_Find_Value_7) == 0x000260, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Map_Find_Value_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Map_Find_ReturnValue_7) == 0x000268, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Map_Find_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Less_IntInt_ReturnValue_6) == 0x000269, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_IsValid_ReturnValue_3) == 0x00026A, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, Temp_int_Loop_Counter_Variable_7) == 0x00026C, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::Temp_int_Loop_Counter_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Less_IntInt_ReturnValue_7) == 0x000270, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_update, CallFunc_Add_IntInt_ReturnValue_7) == 0x000274, "Member 'WBP_UI_Widget_Groups_Deployed_C_update::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Groups_Deployed_C_SetPlayerWidgetColor \ +static_assert(alignof(WBP_UI_Widget_Groups_Deployed_C_SetPlayerWidgetColor) == 0x000008, "Wrong alignment on WBP_UI_Widget_Groups_Deployed_C_SetPlayerWidgetColor"); \ +static_assert(sizeof(WBP_UI_Widget_Groups_Deployed_C_SetPlayerWidgetColor) == 0x000040, "Wrong size on WBP_UI_Widget_Groups_Deployed_C_SetPlayerWidgetColor"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_SetPlayerWidgetColor, Placeable) == 0x000000, "Member 'WBP_UI_Widget_Groups_Deployed_C_SetPlayerWidgetColor::Placeable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_SetPlayerWidgetColor, Widget) == 0x000008, "Member 'WBP_UI_Widget_Groups_Deployed_C_SetPlayerWidgetColor::Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_SetPlayerWidgetColor, CallFunc_GetOwner_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_Groups_Deployed_C_SetPlayerWidgetColor::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_SetPlayerWidgetColor, K2Node_DynamicCast_AsSBZPlayer_Character) == 0x000018, "Member 'WBP_UI_Widget_Groups_Deployed_C_SetPlayerWidgetColor::K2Node_DynamicCast_AsSBZPlayer_Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_SetPlayerWidgetColor, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_UI_Widget_Groups_Deployed_C_SetPlayerWidgetColor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_SetPlayerWidgetColor, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'WBP_UI_Widget_Groups_Deployed_C_SetPlayerWidgetColor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_SetPlayerWidgetColor, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000024, "Member 'WBP_UI_Widget_Groups_Deployed_C_SetPlayerWidgetColor::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_SetPlayerWidgetColor, CallFunc_Subtract_IntInt_ReturnValue) == 0x000028, "Member 'WBP_UI_Widget_Groups_Deployed_C_SetPlayerWidgetColor::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Groups_Deployed_C_SetPlayerWidgetColor, CallFunc_Array_Get_Item) == 0x00002C, "Member 'WBP_UI_Widget_Groups_Deployed_C_SetPlayerWidgetColor::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_Groups_Deployed_C \ +static_assert(alignof(UWBP_UI_Widget_Groups_Deployed_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_Groups_Deployed_C"); \ +static_assert(sizeof(UWBP_UI_Widget_Groups_Deployed_C) == 0x000400, "Wrong size on UWBP_UI_Widget_Groups_Deployed_C"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Deployed_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Widget_Groups_Deployed_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Deployed_C, WBP_UI_Widget_BaseGroupedCounters_Ammo) == 0x000298, "Member 'UWBP_UI_Widget_Groups_Deployed_C::WBP_UI_Widget_BaseGroupedCounters_Ammo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Deployed_C, WBP_UI_Widget_BaseGroupedCounters_Armor) == 0x0002A0, "Member 'UWBP_UI_Widget_Groups_Deployed_C::WBP_UI_Widget_BaseGroupedCounters_Armor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Deployed_C, WBP_UI_Widget_BaseGroupedCounters_Medic) == 0x0002A8, "Member 'UWBP_UI_Widget_Groups_Deployed_C::WBP_UI_Widget_BaseGroupedCounters_Medic' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Deployed_C, WBP_UI_Widget_BaseGroupedCounters_Turret) == 0x0002B0, "Member 'UWBP_UI_Widget_Groups_Deployed_C::WBP_UI_Widget_BaseGroupedCounters_Turret' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Deployed_C, placableAmmo) == 0x0002B8, "Member 'UWBP_UI_Widget_Groups_Deployed_C::placableAmmo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Deployed_C, placableArmor) == 0x000308, "Member 'UWBP_UI_Widget_Groups_Deployed_C::placableArmor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Deployed_C, placableMedic) == 0x000358, "Member 'UWBP_UI_Widget_Groups_Deployed_C::placableMedic' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Deployed_C, placableSentry) == 0x0003A8, "Member 'UWBP_UI_Widget_Groups_Deployed_C::placableSentry' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Groups_Deployed_C, bUsePlayerColors) == 0x0003F8, "Member 'UWBP_UI_Widget_Groups_Deployed_C::bUsePlayerColors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseBagCounter_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseBagCounter_RinoHud \ +static_assert(alignof(WBP_UI_Widget_BaseBagCounter_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseBagCounter_RinoHud) == 0x000008, "Wrong alignment on WBP_UI_Widget_BaseBagCounter_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseBagCounter_RinoHud"); \ +static_assert(sizeof(WBP_UI_Widget_BaseBagCounter_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseBagCounter_RinoHud) == 0x000020, "Wrong size on WBP_UI_Widget_BaseBagCounter_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseBagCounter_RinoHud"); \ +static_assert(offsetof(WBP_UI_Widget_BaseBagCounter_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseBagCounter_RinoHud, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_BaseBagCounter_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseBagCounter_RinoHud::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseBagCounter_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseBagCounter_RinoHud, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_Widget_BaseBagCounter_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseBagCounter_RinoHud::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseBagCounter_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseBagCounter_RinoHud, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_BaseBagCounter_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseBagCounter_RinoHud::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseBagCounter_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseBagCounter_RinoHud, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000010, "Member 'WBP_UI_Widget_BaseBagCounter_RinoHud_C_ExecuteUbergraph_WBP_UI_Widget_BaseBagCounter_RinoHud::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseBagCounter_RinoHud_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_BaseBagCounter_RinoHud_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_BaseBagCounter_RinoHud_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_BaseBagCounter_RinoHud_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_BaseBagCounter_RinoHud_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_BaseBagCounter_RinoHud_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_BaseBagCounter_RinoHud_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_BaseBagCounter_RinoHud_C_Set_Count \ +static_assert(alignof(WBP_UI_Widget_BaseBagCounter_RinoHud_C_Set_Count) == 0x000008, "Wrong alignment on WBP_UI_Widget_BaseBagCounter_RinoHud_C_Set_Count"); \ +static_assert(sizeof(WBP_UI_Widget_BaseBagCounter_RinoHud_C_Set_Count) == 0x000020, "Wrong size on WBP_UI_Widget_BaseBagCounter_RinoHud_C_Set_Count"); \ +static_assert(offsetof(WBP_UI_Widget_BaseBagCounter_RinoHud_C_Set_Count, count) == 0x000000, "Member 'WBP_UI_Widget_BaseBagCounter_RinoHud_C_Set_Count::count' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseBagCounter_RinoHud_C_Set_Count, CallFunc_Greater_IntInt_ReturnValue) == 0x000004, "Member 'WBP_UI_Widget_BaseBagCounter_RinoHud_C_Set_Count::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_BaseBagCounter_RinoHud_C_Set_Count, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_BaseBagCounter_RinoHud_C_Set_Count::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_BaseBagCounter_RinoHud_C \ +static_assert(alignof(UWBP_UI_Widget_BaseBagCounter_RinoHud_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_BaseBagCounter_RinoHud_C"); \ +static_assert(sizeof(UWBP_UI_Widget_BaseBagCounter_RinoHud_C) == 0x0002D0, "Wrong size on UWBP_UI_Widget_BaseBagCounter_RinoHud_C"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseBagCounter_RinoHud_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Widget_BaseBagCounter_RinoHud_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseBagCounter_RinoHud_C, Icon) == 0x000298, "Member 'UWBP_UI_Widget_BaseBagCounter_RinoHud_C::Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseBagCounter_RinoHud_C, Image_98) == 0x0002A0, "Member 'UWBP_UI_Widget_BaseBagCounter_RinoHud_C::Image_98' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseBagCounter_RinoHud_C, Image_ThrowableImage_BG) == 0x0002A8, "Member 'UWBP_UI_Widget_BaseBagCounter_RinoHud_C::Image_ThrowableImage_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseBagCounter_RinoHud_C, RetainerBox_0) == 0x0002B0, "Member 'UWBP_UI_Widget_BaseBagCounter_RinoHud_C::RetainerBox_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseBagCounter_RinoHud_C, Text) == 0x0002B8, "Member 'UWBP_UI_Widget_BaseBagCounter_RinoHud_C::Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseBagCounter_RinoHud_C, in_sprite) == 0x0002C0, "Member 'UWBP_UI_Widget_BaseBagCounter_RinoHud_C::in_sprite' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_BaseBagCounter_RinoHud_C, in_autoVisibility) == 0x0002C8, "Member 'UWBP_UI_Widget_BaseBagCounter_RinoHud_C::in_autoVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FST_RinoHud_CounterIcon_BagGeneratorInclusion \ +static_assert(alignof(FST_RinoHud_CounterIcon_BagGeneratorInclusion) == 0x000008, "Wrong alignment on FST_RinoHud_CounterIcon_BagGeneratorInclusion"); \ +static_assert(sizeof(FST_RinoHud_CounterIcon_BagGeneratorInclusion) == 0x000010, "Wrong size on FST_RinoHud_CounterIcon_BagGeneratorInclusion"); \ +static_assert(offsetof(FST_RinoHud_CounterIcon_BagGeneratorInclusion, BagType_7_7D62A8914DDE24F63D1010886410B255) == 0x000000, "Member 'FST_RinoHud_CounterIcon_BagGeneratorInclusion::BagType_7_7D62A8914DDE24F63D1010886410B255' has a wrong offset!"); \ +static_assert(offsetof(FST_RinoHud_CounterIcon_BagGeneratorInclusion, bIsSubtract_5_672EC3BE410B4CBCAECBFE9B1E208D6C) == 0x000008, "Member 'FST_RinoHud_CounterIcon_BagGeneratorInclusion::bIsSubtract_5_672EC3BE410B4CBCAECBFE9B1E208D6C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LGT_StripLightCorner_01_64_C \ +static_assert(alignof(ABP_LGT_StripLightCorner_01_64_C) == 0x000010, "Wrong alignment on ABP_LGT_StripLightCorner_01_64_C"); \ +static_assert(sizeof(ABP_LGT_StripLightCorner_01_64_C) == 0x000350, "Wrong size on ABP_LGT_StripLightCorner_01_64_C"); \ +static_assert(offsetof(ABP_LGT_StripLightCorner_01_64_C, w) == 0x000340, "Member 'ABP_LGT_StripLightCorner_01_64_C::w' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FST_RinoHud_CounterIcon_ActorInclusion \ +static_assert(alignof(FST_RinoHud_CounterIcon_ActorInclusion) == 0x000008, "Wrong alignment on FST_RinoHud_CounterIcon_ActorInclusion"); \ +static_assert(sizeof(FST_RinoHud_CounterIcon_ActorInclusion) == 0x000018, "Wrong size on FST_RinoHud_CounterIcon_ActorInclusion"); \ +static_assert(offsetof(FST_RinoHud_CounterIcon_ActorInclusion, Actor_2_7D62A8914DDE24F63D1010886410B255) == 0x000000, "Member 'FST_RinoHud_CounterIcon_ActorInclusion::Actor_2_7D62A8914DDE24F63D1010886410B255' has a wrong offset!"); \ +static_assert(offsetof(FST_RinoHud_CounterIcon_ActorInclusion, bIsSubtract_5_672EC3BE410B4CBCAECBFE9B1E208D6C) == 0x000008, "Member 'FST_RinoHud_CounterIcon_ActorInclusion::bIsSubtract_5_672EC3BE410B4CBCAECBFE9B1E208D6C' has a wrong offset!"); \ +static_assert(offsetof(FST_RinoHud_CounterIcon_ActorInclusion, bCheckIsAlive_7_60162A35426C49F9DBC2158E7A60C163) == 0x000009, "Member 'FST_RinoHud_CounterIcon_ActorInclusion::bCheckIsAlive_7_60162A35426C49F9DBC2158E7A60C163' has a wrong offset!"); \ +static_assert(offsetof(FST_RinoHud_CounterIcon_ActorInclusion, bIsBinaryActor_9_4F34E1674F32BCAC259AFD9653875172) == 0x00000A, "Member 'FST_RinoHud_CounterIcon_ActorInclusion::bIsBinaryActor_9_4F34E1674F32BCAC259AFD9653875172' has a wrong offset!"); \ +static_assert(offsetof(FST_RinoHud_CounterIcon_ActorInclusion, bBinaryStateMatch_17_106F3FA442F26E23F242BCBB42AD1A66) == 0x00000B, "Member 'FST_RinoHud_CounterIcon_ActorInclusion::bBinaryStateMatch_17_106F3FA442F26E23F242BCBB42AD1A66' has a wrong offset!"); \ +static_assert(offsetof(FST_RinoHud_CounterIcon_ActorInclusion, bIsIntActor_13_657CD13A46C5EFC3F8DF008431B81BBA) == 0x00000C, "Member 'FST_RinoHud_CounterIcon_ActorInclusion::bIsIntActor_13_657CD13A46C5EFC3F8DF008431B81BBA' has a wrong offset!"); \ +static_assert(offsetof(FST_RinoHud_CounterIcon_ActorInclusion, intStateMatch_15_0B61888E4930CEBC123978923ABC55B4) == 0x000010, "Member 'FST_RinoHud_CounterIcon_ActorInclusion::intStateMatch_15_0B61888E4930CEBC123978923ABC55B4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Trashcan_02_SmallDestruction_C \ +static_assert(alignof(ABP_Trashcan_02_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_Trashcan_02_SmallDestruction_C"); \ +static_assert(sizeof(ABP_Trashcan_02_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_Trashcan_02_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_FST_RinoHud_CounterIcon \ +static_assert(alignof(FST_RinoHud_CounterIcon) == 0x000008, "Wrong alignment on FST_RinoHud_CounterIcon"); \ +static_assert(sizeof(FST_RinoHud_CounterIcon) == 0x000098, "Wrong size on FST_RinoHud_CounterIcon"); \ +static_assert(offsetof(FST_RinoHud_CounterIcon, Icon_10_201C57814CBE9C9552434DB854CAA08E) == 0x000000, "Member 'FST_RinoHud_CounterIcon::Icon_10_201C57814CBE9C9552434DB854CAA08E' has a wrong offset!"); \ +static_assert(offsetof(FST_RinoHud_CounterIcon, ActorsToCount_11_16CBAAEA471DC25DE6E6E39240EADD0A) == 0x000008, "Member 'FST_RinoHud_CounterIcon::ActorsToCount_11_16CBAAEA471DC25DE6E6E39240EADD0A' has a wrong offset!"); \ +static_assert(offsetof(FST_RinoHud_CounterIcon, BagTypes_36_389A2A364B40BB391E6F31BCD8CE4F00) == 0x000018, "Member 'FST_RinoHud_CounterIcon::BagTypes_36_389A2A364B40BB391E6F31BCD8CE4F00' has a wrong offset!"); \ +static_assert(offsetof(FST_RinoHud_CounterIcon, Category_38_3AEDAC9143038143D1140D83D72CC79A) == 0x000028, "Member 'FST_RinoHud_CounterIcon::Category_38_3AEDAC9143038143D1140D83D72CC79A' has a wrong offset!"); \ +static_assert(offsetof(FST_RinoHud_CounterIcon, BooleanSettings_7_3CE9CF5F4429EBDE88B4CA8AF06CC24D) == 0x000030, "Member 'FST_RinoHud_CounterIcon::BooleanSettings_7_3CE9CF5F4429EBDE88B4CA8AF06CC24D' has a wrong offset!"); \ +static_assert(offsetof(FST_RinoHud_CounterIcon, bCustomHandling_15_EB443E0A46AB89F63C5109B096FABC0D) == 0x000040, "Member 'FST_RinoHud_CounterIcon::bCustomHandling_15_EB443E0A46AB89F63C5109B096FABC0D' has a wrong offset!"); \ +static_assert(offsetof(FST_RinoHud_CounterIcon, bIsAutoVisibility_24_3957E21C4209105790B8B6B42E200BC9) == 0x000041, "Member 'FST_RinoHud_CounterIcon::bIsAutoVisibility_24_3957E21C4209105790B8B6B42E200BC9' has a wrong offset!"); \ +static_assert(offsetof(FST_RinoHud_CounterIcon, bIsStealthOnly_37_7AA983A3456F42AAE55EDCAFB93827A1) == 0x000042, "Member 'FST_RinoHud_CounterIcon::bIsStealthOnly_37_7AA983A3456F42AAE55EDCAFB93827A1' has a wrong offset!"); \ +static_assert(offsetof(FST_RinoHud_CounterIcon, bIsLoudOnly_26_B8724F5D42EFE7C01B7A33BB5962DAD0) == 0x000043, "Member 'FST_RinoHud_CounterIcon::bIsLoudOnly_26_B8724F5D42EFE7C01B7A33BB5962DAD0' has a wrong offset!"); \ +static_assert(offsetof(FST_RinoHud_CounterIcon, LevelAdjustments_48_A0D103F64F8E01A001ED4EBCCE08555B) == 0x000048, "Member 'FST_RinoHud_CounterIcon::LevelAdjustments_48_A0D103F64F8E01A001ED4EBCCE08555B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FST_RinoHud_BagAdjustments \ +static_assert(alignof(FST_RinoHud_BagAdjustments) == 0x000008, "Wrong alignment on FST_RinoHud_BagAdjustments"); \ +static_assert(sizeof(FST_RinoHud_BagAdjustments) == 0x000050, "Wrong size on FST_RinoHud_BagAdjustments"); \ +static_assert(offsetof(FST_RinoHud_BagAdjustments, bags_7_CDC8314B40243682B31B72BB248B2DEF) == 0x000000, "Member 'FST_RinoHud_BagAdjustments::bags_7_CDC8314B40243682B31B72BB248B2DEF' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QRPhone_C_ExecuteUbergraph_BP_QRPhone \ +static_assert(alignof(BP_QRPhone_C_ExecuteUbergraph_BP_QRPhone) == 0x000008, "Wrong alignment on BP_QRPhone_C_ExecuteUbergraph_BP_QRPhone"); \ +static_assert(sizeof(BP_QRPhone_C_ExecuteUbergraph_BP_QRPhone) == 0x000020, "Wrong size on BP_QRPhone_C_ExecuteUbergraph_BP_QRPhone"); \ +static_assert(offsetof(BP_QRPhone_C_ExecuteUbergraph_BP_QRPhone, EntryPoint) == 0x000000, "Member 'BP_QRPhone_C_ExecuteUbergraph_BP_QRPhone::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_QRPhone_C_ExecuteUbergraph_BP_QRPhone, K2Node_Event_bStateToChangeTo) == 0x000004, "Member 'BP_QRPhone_C_ExecuteUbergraph_BP_QRPhone::K2Node_Event_bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_QRPhone_C_ExecuteUbergraph_BP_QRPhone, K2Node_Event_bDoCosmetics) == 0x000005, "Member 'BP_QRPhone_C_ExecuteUbergraph_BP_QRPhone::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_QRPhone_C_ExecuteUbergraph_BP_QRPhone, K2Node_ComponentBoundEvent_Interactable) == 0x000008, "Member 'BP_QRPhone_C_ExecuteUbergraph_BP_QRPhone::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_QRPhone_C_ExecuteUbergraph_BP_QRPhone, K2Node_ComponentBoundEvent_Interactor) == 0x000010, "Member 'BP_QRPhone_C_ExecuteUbergraph_BP_QRPhone::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_QRPhone_C_ExecuteUbergraph_BP_QRPhone, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000018, "Member 'BP_QRPhone_C_ExecuteUbergraph_BP_QRPhone::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QRPhone_C_BndEvt__BP_QRPhone_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_QRPhone_C_BndEvt__BP_QRPhone_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_QRPhone_C_BndEvt__BP_QRPhone_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_QRPhone_C_BndEvt__BP_QRPhone_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_QRPhone_C_BndEvt__BP_QRPhone_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_QRPhone_C_BndEvt__BP_QRPhone_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_QRPhone_C_BndEvt__BP_QRPhone_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_QRPhone_C_BndEvt__BP_QRPhone_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_QRPhone_C_BndEvt__BP_QRPhone_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_QRPhone_C_BndEvt__BP_QRPhone_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_QRPhone_C_BndEvt__BP_QRPhone_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QRPhone_C_OnStateChanged \ +static_assert(alignof(BP_QRPhone_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_QRPhone_C_OnStateChanged"); \ +static_assert(sizeof(BP_QRPhone_C_OnStateChanged) == 0x000002, "Wrong size on BP_QRPhone_C_OnStateChanged"); \ +static_assert(offsetof(BP_QRPhone_C_OnStateChanged, bStateToChangeTo) == 0x000000, "Member 'BP_QRPhone_C_OnStateChanged::bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_QRPhone_C_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_QRPhone_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QRPhone_C_UserConstructionScript \ +static_assert(alignof(BP_QRPhone_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_QRPhone_C_UserConstructionScript"); \ +static_assert(sizeof(BP_QRPhone_C_UserConstructionScript) == 0x000020, "Wrong size on BP_QRPhone_C_UserConstructionScript"); \ +static_assert(offsetof(BP_QRPhone_C_UserConstructionScript, CallFunc_BreakColor_R) == 0x000000, "Member 'BP_QRPhone_C_UserConstructionScript::CallFunc_BreakColor_R' has a wrong offset!"); \ +static_assert(offsetof(BP_QRPhone_C_UserConstructionScript, CallFunc_BreakColor_G) == 0x000004, "Member 'BP_QRPhone_C_UserConstructionScript::CallFunc_BreakColor_G' has a wrong offset!"); \ +static_assert(offsetof(BP_QRPhone_C_UserConstructionScript, CallFunc_BreakColor_B) == 0x000008, "Member 'BP_QRPhone_C_UserConstructionScript::CallFunc_BreakColor_B' has a wrong offset!"); \ +static_assert(offsetof(BP_QRPhone_C_UserConstructionScript, CallFunc_BreakColor_A) == 0x00000C, "Member 'BP_QRPhone_C_UserConstructionScript::CallFunc_BreakColor_A' has a wrong offset!"); \ +static_assert(offsetof(BP_QRPhone_C_UserConstructionScript, K2Node_MakeStruct_Vector4) == 0x000010, "Member 'BP_QRPhone_C_UserConstructionScript::K2Node_MakeStruct_Vector4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_QRPhone_C_SetInteractive \ +static_assert(alignof(BP_QRPhone_C_SetInteractive) == 0x000001, "Wrong alignment on BP_QRPhone_C_SetInteractive"); \ +static_assert(sizeof(BP_QRPhone_C_SetInteractive) == 0x000001, "Wrong size on BP_QRPhone_C_SetInteractive"); \ +static_assert(offsetof(BP_QRPhone_C_SetInteractive, bEnabled) == 0x000000, "Member 'BP_QRPhone_C_SetInteractive::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_QRPhone_C \ +static_assert(alignof(ABP_QRPhone_C) == 0x000008, "Wrong alignment on ABP_QRPhone_C"); \ +static_assert(sizeof(ABP_QRPhone_C) == 0x000340, "Wrong size on ABP_QRPhone_C"); \ +static_assert(offsetof(ABP_QRPhone_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_QRPhone_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_QRPhone_C, SBZAIObjective) == 0x0002E0, "Member 'ABP_QRPhone_C::SBZAIObjective' has a wrong offset!"); \ +static_assert(offsetof(ABP_QRPhone_C, Box) == 0x0002E8, "Member 'ABP_QRPhone_C::Box' has a wrong offset!"); \ +static_assert(offsetof(ABP_QRPhone_C, SM_GlowingRectangle) == 0x0002F0, "Member 'ABP_QRPhone_C::SM_GlowingRectangle' has a wrong offset!"); \ +static_assert(offsetof(ABP_QRPhone_C, SBZOutline) == 0x0002F8, "Member 'ABP_QRPhone_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_QRPhone_C, MobilePhone) == 0x000300, "Member 'ABP_QRPhone_C::MobilePhone' has a wrong offset!"); \ +static_assert(offsetof(ABP_QRPhone_C, Scene) == 0x000308, "Member 'ABP_QRPhone_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_QRPhone_C, SBZInteractable) == 0x000310, "Member 'ABP_QRPhone_C::SBZInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_QRPhone_C, OnInteractedComplete) == 0x000318, "Member 'ABP_QRPhone_C::OnInteractedComplete' has a wrong offset!"); \ +static_assert(offsetof(ABP_QRPhone_C, Glow_Color) == 0x000328, "Member 'ABP_QRPhone_C::Glow_Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_QRPhone_C, Glow_Intensity) == 0x000338, "Member 'ABP_QRPhone_C::Glow_Intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MicroCamera_C_ExecuteUbergraph_BP_MicroCamera \ +static_assert(alignof(BP_MicroCamera_C_ExecuteUbergraph_BP_MicroCamera) == 0x000008, "Wrong alignment on BP_MicroCamera_C_ExecuteUbergraph_BP_MicroCamera"); \ +static_assert(sizeof(BP_MicroCamera_C_ExecuteUbergraph_BP_MicroCamera) == 0x000030, "Wrong size on BP_MicroCamera_C_ExecuteUbergraph_BP_MicroCamera"); \ +static_assert(offsetof(BP_MicroCamera_C_ExecuteUbergraph_BP_MicroCamera, EntryPoint) == 0x000000, "Member 'BP_MicroCamera_C_ExecuteUbergraph_BP_MicroCamera::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_MicroCamera_C_ExecuteUbergraph_BP_MicroCamera, Temp_struct_Variable) == 0x000008, "Member 'BP_MicroCamera_C_ExecuteUbergraph_BP_MicroCamera::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MicroCamera_C_ExecuteUbergraph_BP_MicroCamera, Temp_delegate_Variable) == 0x000018, "Member 'BP_MicroCamera_C_ExecuteUbergraph_BP_MicroCamera::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MicroCamera_C_ExecuteUbergraph_BP_MicroCamera, CallFunc_PostEvent_ReturnValue) == 0x00002C, "Member 'BP_MicroCamera_C_ExecuteUbergraph_BP_MicroCamera::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MicroCamera_C \ +static_assert(alignof(ABP_MicroCamera_C) == 0x000010, "Wrong alignment on ABP_MicroCamera_C"); \ +static_assert(sizeof(ABP_MicroCamera_C) == 0x0006F0, "Wrong size on ABP_MicroCamera_C"); \ +static_assert(offsetof(ABP_MicroCamera_C, UberGraphFrame) == 0x0006E0, "Member 'ABP_MicroCamera_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_MicroCamera_C, Interactable_Collision) == 0x0006E8, "Member 'ABP_MicroCamera_C::Interactable_Collision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase \ +static_assert(alignof(BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase) == 0x000010, "Wrong alignment on BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase"); \ +static_assert(sizeof(BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase) == 0x0000B0, "Wrong size on BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase"); \ +static_assert(offsetof(BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase, EntryPoint) == 0x000000, "Member 'BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase, Temp_int_Variable) == 0x000004, "Member 'BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000010, "Member 'BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase, CallFunc_BreakTransform_Location) == 0x000044, "Member 'BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase, CallFunc_BreakTransform_Rotation) == 0x000050, "Member 'BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase, CallFunc_BreakTransform_Scale) == 0x00005C, "Member 'BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase, K2Node_Event_state) == 0x000068, "Member 'BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase::K2Node_Event_state' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase, K2Node_ComponentBoundEvent_Interactable) == 0x000070, "Member 'BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase, K2Node_ComponentBoundEvent_Interactor) == 0x000078, "Member 'BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000080, "Member 'BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase, CallFunc_Array_Get_Item) == 0x000088, "Member 'BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase, CallFunc_Less_IntInt_ReturnValue) == 0x00009C, "Member 'BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase, K2Node_Event_EndPlayReason) == 0x00009D, "Member 'BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase, K2Node_SwitchEnum_CmpSuccess) == 0x00009E, "Member 'BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0000A0, "Member 'BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase, CallFunc_IsValid_ReturnValue) == 0x0000A8, "Member 'BP_SingleBagGeneratorBase_C_ExecuteUbergraph_BP_SingleBagGeneratorBase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SingleBagGeneratorBase_C_ReceiveEndPlay \ +static_assert(alignof(BP_SingleBagGeneratorBase_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_SingleBagGeneratorBase_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_SingleBagGeneratorBase_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_SingleBagGeneratorBase_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_SingleBagGeneratorBase_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_SingleBagGeneratorBase_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SingleBagGeneratorBase_C_BndEvt__BP_SingleBagGeneratorBase_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_SingleBagGeneratorBase_C_BndEvt__BP_SingleBagGeneratorBase_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_SingleBagGeneratorBase_C_BndEvt__BP_SingleBagGeneratorBase_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_SingleBagGeneratorBase_C_BndEvt__BP_SingleBagGeneratorBase_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_SingleBagGeneratorBase_C_BndEvt__BP_SingleBagGeneratorBase_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_SingleBagGeneratorBase_C_BndEvt__BP_SingleBagGeneratorBase_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_SingleBagGeneratorBase_C_BndEvt__BP_SingleBagGeneratorBase_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleBagGeneratorBase_C_BndEvt__BP_SingleBagGeneratorBase_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_SingleBagGeneratorBase_C_BndEvt__BP_SingleBagGeneratorBase_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleBagGeneratorBase_C_BndEvt__BP_SingleBagGeneratorBase_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_SingleBagGeneratorBase_C_BndEvt__BP_SingleBagGeneratorBase_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SingleBagGeneratorBase_C_setBinaryState \ +static_assert(alignof(BP_SingleBagGeneratorBase_C_setBinaryState) == 0x000001, "Wrong alignment on BP_SingleBagGeneratorBase_C_setBinaryState"); \ +static_assert(sizeof(BP_SingleBagGeneratorBase_C_setBinaryState) == 0x000001, "Wrong size on BP_SingleBagGeneratorBase_C_setBinaryState"); \ +static_assert(offsetof(BP_SingleBagGeneratorBase_C_setBinaryState, state) == 0x000000, "Member 'BP_SingleBagGeneratorBase_C_setBinaryState::state' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SingleBagGeneratorBase_C \ +static_assert(alignof(ABP_SingleBagGeneratorBase_C) == 0x000008, "Wrong alignment on ABP_SingleBagGeneratorBase_C"); \ +static_assert(sizeof(ABP_SingleBagGeneratorBase_C) == 0x000358, "Wrong size on ABP_SingleBagGeneratorBase_C"); \ +static_assert(offsetof(ABP_SingleBagGeneratorBase_C, UberGraphFrame) == 0x000318, "Member 'ABP_SingleBagGeneratorBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleBagGeneratorBase_C, EndPlayNiagaraTransform) == 0x000320, "Member 'ABP_SingleBagGeneratorBase_C::EndPlayNiagaraTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleBagGeneratorBase_C, SBZAIObjective) == 0x000328, "Member 'ABP_SingleBagGeneratorBase_C::SBZAIObjective' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleBagGeneratorBase_C, DefaultSceneRoot) == 0x000330, "Member 'ABP_SingleBagGeneratorBase_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleBagGeneratorBase_C, binaryReactorActors) == 0x000338, "Member 'ABP_SingleBagGeneratorBase_C::binaryReactorActors' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleBagGeneratorBase_C, binaryReactorState) == 0x000348, "Member 'ABP_SingleBagGeneratorBase_C::binaryReactorState' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleBagGeneratorBase_C, End_Play_Niagara_System) == 0x000350, "Member 'ABP_SingleBagGeneratorBase_C::End_Play_Niagara_System' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_BUS_CocainePile_01_Boxed_C \ +static_assert(alignof(ABP_BUS_CocainePile_01_Boxed_C) == 0x000008, "Wrong alignment on ABP_BUS_CocainePile_01_Boxed_C"); \ +static_assert(sizeof(ABP_BUS_CocainePile_01_Boxed_C) == 0x000360, "Wrong size on ABP_BUS_CocainePile_01_Boxed_C"); \ +static_assert(offsetof(ABP_BUS_CocainePile_01_Boxed_C, StaticMesh) == 0x000358, "Member 'ABP_BUS_CocainePile_01_Boxed_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractableServer_C_ExecuteUbergraph_BP_InteractableServer \ +static_assert(alignof(BP_InteractableServer_C_ExecuteUbergraph_BP_InteractableServer) == 0x000008, "Wrong alignment on BP_InteractableServer_C_ExecuteUbergraph_BP_InteractableServer"); \ +static_assert(sizeof(BP_InteractableServer_C_ExecuteUbergraph_BP_InteractableServer) == 0x000048, "Wrong size on BP_InteractableServer_C_ExecuteUbergraph_BP_InteractableServer"); \ +static_assert(offsetof(BP_InteractableServer_C_ExecuteUbergraph_BP_InteractableServer, EntryPoint) == 0x000000, "Member 'BP_InteractableServer_C_ExecuteUbergraph_BP_InteractableServer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableServer_C_ExecuteUbergraph_BP_InteractableServer, Temp_struct_Variable) == 0x000008, "Member 'BP_InteractableServer_C_ExecuteUbergraph_BP_InteractableServer::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableServer_C_ExecuteUbergraph_BP_InteractableServer, Temp_delegate_Variable) == 0x000018, "Member 'BP_InteractableServer_C_ExecuteUbergraph_BP_InteractableServer::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableServer_C_ExecuteUbergraph_BP_InteractableServer, CallFunc_PostEvent_ReturnValue) == 0x00002C, "Member 'BP_InteractableServer_C_ExecuteUbergraph_BP_InteractableServer::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableServer_C_ExecuteUbergraph_BP_InteractableServer, K2Node_ComponentBoundEvent_Interactable) == 0x000030, "Member 'BP_InteractableServer_C_ExecuteUbergraph_BP_InteractableServer::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableServer_C_ExecuteUbergraph_BP_InteractableServer, K2Node_ComponentBoundEvent_Interactor) == 0x000038, "Member 'BP_InteractableServer_C_ExecuteUbergraph_BP_InteractableServer::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableServer_C_ExecuteUbergraph_BP_InteractableServer, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000040, "Member 'BP_InteractableServer_C_ExecuteUbergraph_BP_InteractableServer::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractableServer_C_BndEvt__BP_InteractableServer_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_InteractableServer_C_BndEvt__BP_InteractableServer_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_InteractableServer_C_BndEvt__BP_InteractableServer_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_InteractableServer_C_BndEvt__BP_InteractableServer_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_InteractableServer_C_BndEvt__BP_InteractableServer_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_InteractableServer_C_BndEvt__BP_InteractableServer_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_InteractableServer_C_BndEvt__BP_InteractableServer_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableServer_C_BndEvt__BP_InteractableServer_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_InteractableServer_C_BndEvt__BP_InteractableServer_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableServer_C_BndEvt__BP_InteractableServer_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_InteractableServer_C_BndEvt__BP_InteractableServer_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InteractableServer_C \ +static_assert(alignof(ABP_InteractableServer_C) == 0x000008, "Wrong alignment on ABP_InteractableServer_C"); \ +static_assert(sizeof(ABP_InteractableServer_C) == 0x000370, "Wrong size on ABP_InteractableServer_C"); \ +static_assert(offsetof(ABP_InteractableServer_C, UberGraphFrame_BP_InteractableServer_C) == 0x000358, "Member 'ABP_InteractableServer_C::UberGraphFrame_BP_InteractableServer_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableServer_C, Ak) == 0x000360, "Member 'ABP_InteractableServer_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableServer_C, StaticMesh) == 0x000368, "Member 'ABP_InteractableServer_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InteractableOpal_C \ +static_assert(alignof(ABP_InteractableOpal_C) == 0x000008, "Wrong alignment on ABP_InteractableOpal_C"); \ +static_assert(sizeof(ABP_InteractableOpal_C) == 0x000370, "Wrong size on ABP_InteractableOpal_C"); \ +static_assert(offsetof(ABP_InteractableOpal_C, Ak) == 0x000358, "Member 'ABP_InteractableOpal_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableOpal_C, StaticMesh) == 0x000360, "Member 'ABP_InteractableOpal_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableOpal_C, RenderOutlines) == 0x000368, "Member 'ABP_InteractableOpal_C::RenderOutlines' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InteractableJewelry_HighValue_C \ +static_assert(alignof(ABP_InteractableJewelry_HighValue_C) == 0x000008, "Wrong alignment on ABP_InteractableJewelry_HighValue_C"); \ +static_assert(sizeof(ABP_InteractableJewelry_HighValue_C) == 0x000368, "Wrong size on ABP_InteractableJewelry_HighValue_C"); \ +static_assert(offsetof(ABP_InteractableJewelry_HighValue_C, Ak) == 0x000358, "Member 'ABP_InteractableJewelry_HighValue_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableJewelry_HighValue_C, StaticMesh) == 0x000360, "Member 'ABP_InteractableJewelry_HighValue_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning \ +static_assert(alignof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning) == 0x000008, "Wrong alignment on BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning"); \ +static_assert(sizeof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning) == 0x0000B8, "Wrong size on BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning, EntryPoint) == 0x000000, "Member 'BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000004, "Member 'BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning, CallFunc_BreakRotator_Roll) == 0x000010, "Member 'BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning, CallFunc_BreakRotator_Pitch) == 0x000014, "Member 'BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning, CallFunc_BreakRotator_Yaw) == 0x000018, "Member 'BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning, CallFunc_Add_FloatFloat_ReturnValue) == 0x00001C, "Member 'BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000020, "Member 'BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning, CallFunc_MakeRotator_ReturnValue) == 0x000024, "Member 'BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning, K2Node_Event_bDoCosmetics) == 0x000030, "Member 'BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning, K2Node_ComponentBoundEvent_Interactable_1) == 0x000038, "Member 'BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning::K2Node_ComponentBoundEvent_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning, K2Node_ComponentBoundEvent_Interactor_1) == 0x000040, "Member 'BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning::K2Node_ComponentBoundEvent_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1) == 0x000048, "Member 'BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00004C, "Member 'BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x000058, "Member 'BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning, K2Node_ComponentBoundEvent_Interactable) == 0x000068, "Member 'BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning, K2Node_ComponentBoundEvent_Interactor) == 0x000070, "Member 'BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000078, "Member 'BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning, CallFunc_BreakRotator_Roll_1) == 0x00007C, "Member 'BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning, CallFunc_BreakRotator_Pitch_1) == 0x000080, "Member 'BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning, CallFunc_BreakRotator_Yaw_1) == 0x000084, "Member 'BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000088, "Member 'BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000094, "Member 'BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000098, "Member 'BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning, CallFunc_MakeRotator_ReturnValue_1) == 0x0000A0, "Member 'BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x0000B0, "Member 'BP_InteractableDegradableTechPrePlanning_C_ExecuteUbergraph_BP_InteractableDegradableTechPrePlanning::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractableDegradableTechPrePlanning_C_BndEvt__BP_InteractableDegradableTechPrePlanning_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_InteractableDegradableTechPrePlanning_C_BndEvt__BP_InteractableDegradableTechPrePlanning_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_InteractableDegradableTechPrePlanning_C_BndEvt__BP_InteractableDegradableTechPrePlanning_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_InteractableDegradableTechPrePlanning_C_BndEvt__BP_InteractableDegradableTechPrePlanning_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_InteractableDegradableTechPrePlanning_C_BndEvt__BP_InteractableDegradableTechPrePlanning_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_BndEvt__BP_InteractableDegradableTechPrePlanning_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_InteractableDegradableTechPrePlanning_C_BndEvt__BP_InteractableDegradableTechPrePlanning_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_BndEvt__BP_InteractableDegradableTechPrePlanning_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_InteractableDegradableTechPrePlanning_C_BndEvt__BP_InteractableDegradableTechPrePlanning_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_BndEvt__BP_InteractableDegradableTechPrePlanning_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_InteractableDegradableTechPrePlanning_C_BndEvt__BP_InteractableDegradableTechPrePlanning_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractableDegradableTechPrePlanning_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_InteractableDegradableTechPrePlanning_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_InteractableDegradableTechPrePlanning_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_InteractableDegradableTechPrePlanning_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_InteractableDegradableTechPrePlanning_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_InteractableDegradableTechPrePlanning_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_InteractableDegradableTechPrePlanning_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_InteractableDegradableTechPrePlanning_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractableDegradableTechPrePlanning_C_BP_OnChangedToSecondaryType \ +static_assert(alignof(BP_InteractableDegradableTechPrePlanning_C_BP_OnChangedToSecondaryType) == 0x000001, "Wrong alignment on BP_InteractableDegradableTechPrePlanning_C_BP_OnChangedToSecondaryType"); \ +static_assert(sizeof(BP_InteractableDegradableTechPrePlanning_C_BP_OnChangedToSecondaryType) == 0x000001, "Wrong size on BP_InteractableDegradableTechPrePlanning_C_BP_OnChangedToSecondaryType"); \ +static_assert(offsetof(BP_InteractableDegradableTechPrePlanning_C_BP_OnChangedToSecondaryType, bDoCosmetics) == 0x000000, "Member 'BP_InteractableDegradableTechPrePlanning_C_BP_OnChangedToSecondaryType::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InteractableDegradableTechPrePlanning_C \ +static_assert(alignof(ABP_InteractableDegradableTechPrePlanning_C) == 0x000008, "Wrong alignment on ABP_InteractableDegradableTechPrePlanning_C"); \ +static_assert(sizeof(ABP_InteractableDegradableTechPrePlanning_C) == 0x000370, "Wrong size on ABP_InteractableDegradableTechPrePlanning_C"); \ +static_assert(offsetof(ABP_InteractableDegradableTechPrePlanning_C, UberGraphFrame_BP_InteractableDegradableTechPrePlanning_C) == 0x000358, "Member 'ABP_InteractableDegradableTechPrePlanning_C::UberGraphFrame_BP_InteractableDegradableTechPrePlanning_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableDegradableTechPrePlanning_C, Ak) == 0x000360, "Member 'ABP_InteractableDegradableTechPrePlanning_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableDegradableTechPrePlanning_C, StaticMesh) == 0x000368, "Member 'ABP_InteractableDegradableTechPrePlanning_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech \ +static_assert(alignof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech) == 0x000008, "Wrong alignment on BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech"); \ +static_assert(sizeof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech) == 0x0000B0, "Wrong size on BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech, EntryPoint) == 0x000000, "Member 'BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000004, "Member 'BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech, CallFunc_BreakRotator_Roll) == 0x000010, "Member 'BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech, CallFunc_BreakRotator_Pitch) == 0x000014, "Member 'BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech, CallFunc_BreakRotator_Yaw) == 0x000018, "Member 'BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x00001C, "Member 'BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech, CallFunc_Add_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech, CallFunc_MakeRotator_ReturnValue) == 0x000024, "Member 'BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech, K2Node_Event_bDoCosmetics) == 0x000030, "Member 'BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech, K2Node_ComponentBoundEvent_Interactable_1) == 0x000038, "Member 'BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech::K2Node_ComponentBoundEvent_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech, K2Node_ComponentBoundEvent_Interactor_1) == 0x000040, "Member 'BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech::K2Node_ComponentBoundEvent_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1) == 0x000048, "Member 'BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00004C, "Member 'BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x000058, "Member 'BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech, CallFunc_BreakRotator_Roll_1) == 0x000064, "Member 'BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech, CallFunc_BreakRotator_Pitch_1) == 0x000068, "Member 'BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech, CallFunc_BreakRotator_Yaw_1) == 0x00006C, "Member 'BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech, K2Node_ComponentBoundEvent_Interactable) == 0x000070, "Member 'BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech, K2Node_ComponentBoundEvent_Interactor) == 0x000078, "Member 'BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000080, "Member 'BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000084, "Member 'BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000088, "Member 'BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech, CallFunc_MakeRotator_ReturnValue_1) == 0x000094, "Member 'BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0000A0, "Member 'BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x0000A8, "Member 'BP_InteractableDegradableTech_C_ExecuteUbergraph_BP_InteractableDegradableTech::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractableDegradableTech_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_InteractableDegradableTech_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_InteractableDegradableTech_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_InteractableDegradableTech_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_InteractableDegradableTech_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_InteractableDegradableTech_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_InteractableDegradableTech_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_InteractableDegradableTech_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractableDegradableTech_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_InteractableDegradableTech_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_InteractableDegradableTech_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_InteractableDegradableTech_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_InteractableDegradableTech_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_InteractableDegradableTech_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_InteractableDegradableTech_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_InteractableDegradableTech_C_BndEvt__BP_InteractableDegradableTech_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractableDegradableTech_C_BP_OnChangedToSecondaryType \ +static_assert(alignof(BP_InteractableDegradableTech_C_BP_OnChangedToSecondaryType) == 0x000001, "Wrong alignment on BP_InteractableDegradableTech_C_BP_OnChangedToSecondaryType"); \ +static_assert(sizeof(BP_InteractableDegradableTech_C_BP_OnChangedToSecondaryType) == 0x000001, "Wrong size on BP_InteractableDegradableTech_C_BP_OnChangedToSecondaryType"); \ +static_assert(offsetof(BP_InteractableDegradableTech_C_BP_OnChangedToSecondaryType, bDoCosmetics) == 0x000000, "Member 'BP_InteractableDegradableTech_C_BP_OnChangedToSecondaryType::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InteractableDegradableTech_C \ +static_assert(alignof(ABP_InteractableDegradableTech_C) == 0x000008, "Wrong alignment on ABP_InteractableDegradableTech_C"); \ +static_assert(sizeof(ABP_InteractableDegradableTech_C) == 0x000370, "Wrong size on ABP_InteractableDegradableTech_C"); \ +static_assert(offsetof(ABP_InteractableDegradableTech_C, UberGraphFrame_BP_InteractableDegradableTech_C) == 0x000358, "Member 'ABP_InteractableDegradableTech_C::UberGraphFrame_BP_InteractableDegradableTech_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableDegradableTech_C, Ak) == 0x000360, "Member 'ABP_InteractableDegradableTech_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableDegradableTech_C, StaticMesh) == 0x000368, "Member 'ABP_InteractableDegradableTech_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InteractableCocaine_LowValue_C \ +static_assert(alignof(ABP_InteractableCocaine_LowValue_C) == 0x000008, "Wrong alignment on ABP_InteractableCocaine_LowValue_C"); \ +static_assert(sizeof(ABP_InteractableCocaine_LowValue_C) == 0x000368, "Wrong size on ABP_InteractableCocaine_LowValue_C"); \ +static_assert(offsetof(ABP_InteractableCocaine_LowValue_C, Ak) == 0x000358, "Member 'ABP_InteractableCocaine_LowValue_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableCocaine_LowValue_C, StaticMesh) == 0x000360, "Member 'ABP_InteractableCocaine_LowValue_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chus_Evidence_C_ExecuteUbergraph_BP_Chus_Evidence \ +static_assert(alignof(BP_Chus_Evidence_C_ExecuteUbergraph_BP_Chus_Evidence) == 0x000004, "Wrong alignment on BP_Chus_Evidence_C_ExecuteUbergraph_BP_Chus_Evidence"); \ +static_assert(sizeof(BP_Chus_Evidence_C_ExecuteUbergraph_BP_Chus_Evidence) == 0x00000C, "Wrong size on BP_Chus_Evidence_C_ExecuteUbergraph_BP_Chus_Evidence"); \ +static_assert(offsetof(BP_Chus_Evidence_C_ExecuteUbergraph_BP_Chus_Evidence, EntryPoint) == 0x000000, "Member 'BP_Chus_Evidence_C_ExecuteUbergraph_BP_Chus_Evidence::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Chus_Evidence_C_ExecuteUbergraph_BP_Chus_Evidence, K2Node_Event_bDoCosmetics) == 0x000004, "Member 'BP_Chus_Evidence_C_ExecuteUbergraph_BP_Chus_Evidence::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_Chus_Evidence_C_ExecuteUbergraph_BP_Chus_Evidence, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000008, "Member 'BP_Chus_Evidence_C_ExecuteUbergraph_BP_Chus_Evidence::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Chus_Evidence_C_BP_OnChangedToSecondaryType \ +static_assert(alignof(BP_Chus_Evidence_C_BP_OnChangedToSecondaryType) == 0x000001, "Wrong alignment on BP_Chus_Evidence_C_BP_OnChangedToSecondaryType"); \ +static_assert(sizeof(BP_Chus_Evidence_C_BP_OnChangedToSecondaryType) == 0x000001, "Wrong size on BP_Chus_Evidence_C_BP_OnChangedToSecondaryType"); \ +static_assert(offsetof(BP_Chus_Evidence_C_BP_OnChangedToSecondaryType, bDoCosmetics) == 0x000000, "Member 'BP_Chus_Evidence_C_BP_OnChangedToSecondaryType::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Chus_Evidence_C \ +static_assert(alignof(ABP_Chus_Evidence_C) == 0x000008, "Wrong alignment on ABP_Chus_Evidence_C"); \ +static_assert(sizeof(ABP_Chus_Evidence_C) == 0x000370, "Wrong size on ABP_Chus_Evidence_C"); \ +static_assert(offsetof(ABP_Chus_Evidence_C, UberGraphFrame_BP_Chus_Evidence_C) == 0x000358, "Member 'ABP_Chus_Evidence_C::UberGraphFrame_BP_Chus_Evidence_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Chus_Evidence_C, Ak) == 0x000360, "Member 'ABP_Chus_Evidence_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_Chus_Evidence_C, StaticMesh) == 0x000368, "Member 'ABP_Chus_Evidence_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticFuelTank_C \ +static_assert(alignof(ABP_CosmeticFuelTank_C) == 0x000008, "Wrong alignment on ABP_CosmeticFuelTank_C"); \ +static_assert(sizeof(ABP_CosmeticFuelTank_C) == 0x0002D0, "Wrong size on ABP_CosmeticFuelTank_C"); \ +static_assert(offsetof(ABP_CosmeticFuelTank_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticFuelTank_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InteractableSatellitePrototype_C \ +static_assert(alignof(ABP_InteractableSatellitePrototype_C) == 0x000008, "Wrong alignment on ABP_InteractableSatellitePrototype_C"); \ +static_assert(sizeof(ABP_InteractableSatellitePrototype_C) == 0x000370, "Wrong size on ABP_InteractableSatellitePrototype_C"); \ +static_assert(offsetof(ABP_InteractableSatellitePrototype_C, Ak) == 0x000358, "Member 'ABP_InteractableSatellitePrototype_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableSatellitePrototype_C, StaticMesh) == 0x000360, "Member 'ABP_InteractableSatellitePrototype_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableSatellitePrototype_C, RenderOutlines) == 0x000368, "Member 'ABP_InteractableSatellitePrototype_C::RenderOutlines' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableSatellitePrototype_C, MarkerID) == 0x00036C, "Member 'ABP_InteractableSatellitePrototype_C::MarkerID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InteractableSatellitePart_C \ +static_assert(alignof(ABP_InteractableSatellitePart_C) == 0x000008, "Wrong alignment on ABP_InteractableSatellitePart_C"); \ +static_assert(sizeof(ABP_InteractableSatellitePart_C) == 0x000370, "Wrong size on ABP_InteractableSatellitePart_C"); \ +static_assert(offsetof(ABP_InteractableSatellitePart_C, Ak) == 0x000358, "Member 'ABP_InteractableSatellitePart_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableSatellitePart_C, StaticMesh) == 0x000360, "Member 'ABP_InteractableSatellitePart_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableSatellitePart_C, RenderOutlines) == 0x000368, "Member 'ABP_InteractableSatellitePart_C::RenderOutlines' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticFlareFire_C \ +static_assert(alignof(ABP_CosmeticFlareFire_C) == 0x000008, "Wrong alignment on ABP_CosmeticFlareFire_C"); \ +static_assert(sizeof(ABP_CosmeticFlareFire_C) == 0x0002D8, "Wrong size on ABP_CosmeticFlareFire_C"); \ +static_assert(offsetof(ABP_CosmeticFlareFire_C, FX_Signalflare) == 0x0002C8, "Member 'ABP_CosmeticFlareFire_C::FX_Signalflare' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticFlareFire_C, StaticMesh) == 0x0002D0, "Member 'ABP_CosmeticFlareFire_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ReactionPredicate_CivilianScream_C \ +static_assert(alignof(UBP_ReactionPredicate_CivilianScream_C) == 0x000008, "Wrong alignment on UBP_ReactionPredicate_CivilianScream_C"); \ +static_assert(sizeof(UBP_ReactionPredicate_CivilianScream_C) == 0x000048, "Wrong size on UBP_ReactionPredicate_CivilianScream_C"); \ + +#define DUMPER7_ASSERTS_UBP_Order_Investigate_C \ +static_assert(alignof(UBP_Order_Investigate_C) == 0x000008, "Wrong alignment on UBP_Order_Investigate_C"); \ +static_assert(sizeof(UBP_Order_Investigate_C) == 0x0001B8, "Wrong size on UBP_Order_Investigate_C"); \ + +#define DUMPER7_ASSERTS_FThreex3_Turn_Puzzle_Struct \ +static_assert(alignof(FThreex3_Turn_Puzzle_Struct) == 0x000008, "Wrong alignment on FThreex3_Turn_Puzzle_Struct"); \ +static_assert(sizeof(FThreex3_Turn_Puzzle_Struct) == 0x000030, "Wrong size on FThreex3_Turn_Puzzle_Struct"); \ +static_assert(offsetof(FThreex3_Turn_Puzzle_Struct, Start_9_3AE255454F3445AE7D8A18811DDE051B) == 0x000000, "Member 'FThreex3_Turn_Puzzle_Struct::Start_9_3AE255454F3445AE7D8A18811DDE051B' has a wrong offset!"); \ +static_assert(offsetof(FThreex3_Turn_Puzzle_Struct, End_11_A8D6F6884EAA70C896C8A9BF88AC7DF5) == 0x000010, "Member 'FThreex3_Turn_Puzzle_Struct::End_11_A8D6F6884EAA70C896C8A9BF88AC7DF5' has a wrong offset!"); \ +static_assert(offsetof(FThreex3_Turn_Puzzle_Struct, Textures_14_B1E277234B83E7630A204685802D3E77) == 0x000020, "Member 'FThreex3_Turn_Puzzle_Struct::Textures_14_B1E277234B83E7630A204685802D3E77' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_AssaultRifle_NWB9_C \ +static_assert(alignof(UBP_FireWeaponFeedback_AssaultRifle_NWB9_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_AssaultRifle_NWB9_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_AssaultRifle_NWB9_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_AssaultRifle_NWB9_C"); \ + +#define DUMPER7_ASSERTS_UBP_TargetFinderSorted_CommonEnemy_C \ +static_assert(alignof(UBP_TargetFinderSorted_CommonEnemy_C) == 0x000008, "Wrong alignment on UBP_TargetFinderSorted_CommonEnemy_C"); \ +static_assert(sizeof(UBP_TargetFinderSorted_CommonEnemy_C) == 0x000090, "Wrong size on UBP_TargetFinderSorted_CommonEnemy_C"); \ + +#define DUMPER7_ASSERTS_BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01 \ +static_assert(alignof(BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01) == 0x000008, "Wrong alignment on BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01"); \ +static_assert(sizeof(BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01) == 0x0000B0, "Wrong size on BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01"); \ +static_assert(offsetof(BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01, EntryPoint) == 0x000000, "Member 'BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01, K2Node_ComponentBoundEvent_Type) == 0x000004, "Member 'BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01, K2Node_ComponentBoundEvent_HitContext) == 0x000008, "Member 'BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01, Temp_int_Variable) == 0x000038, "Member 'BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01, Temp_object_Variable) == 0x000040, "Member 'BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x000048, "Member 'BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000058, "Member 'BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01, Temp_object_Variable_1) == 0x000060, "Member 'BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01, Temp_object_Variable_2) == 0x000068, "Member 'BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01, Temp_object_Variable_3) == 0x000070, "Member 'BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01, K2Node_ComponentBoundEvent_OldState) == 0x000078, "Member 'BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01::K2Node_ComponentBoundEvent_OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01, K2Node_ComponentBoundEvent_NewState) == 0x00007C, "Member 'BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01::K2Node_ComponentBoundEvent_NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01, K2Node_ComponentBoundEvent_bDoCosmetics) == 0x000080, "Member 'BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01::K2Node_ComponentBoundEvent_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01, K2Node_ComponentBoundEvent_Interactable) == 0x000088, "Member 'BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01, K2Node_ComponentBoundEvent_Interactor) == 0x000090, "Member 'BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000098, "Member 'BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01, K2Node_Select_Default) == 0x0000A0, "Member 'BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01, CallFunc_SetStaticMesh_ReturnValue) == 0x0000A8, "Member 'BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000A9, "Member 'BP_CocainePile_01_C_ExecuteUbergraph_BP_CocainePile_01::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_3_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_3_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_3_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_3_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_3_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_3_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_3_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_3_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_3_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_InteractableComponent_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_SBZIntState_K2Node_ComponentBoundEvent_0_SBZIntStateChangedSignature__DelegateSignature \ +static_assert(alignof(BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_SBZIntState_K2Node_ComponentBoundEvent_0_SBZIntStateChangedSignature__DelegateSignature) == 0x000004, "Wrong alignment on BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_SBZIntState_K2Node_ComponentBoundEvent_0_SBZIntStateChangedSignature__DelegateSignature"); \ +static_assert(sizeof(BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_SBZIntState_K2Node_ComponentBoundEvent_0_SBZIntStateChangedSignature__DelegateSignature) == 0x00000C, "Wrong size on BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_SBZIntState_K2Node_ComponentBoundEvent_0_SBZIntStateChangedSignature__DelegateSignature"); \ +static_assert(offsetof(BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_SBZIntState_K2Node_ComponentBoundEvent_0_SBZIntStateChangedSignature__DelegateSignature, OldState) == 0x000000, "Member 'BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_SBZIntState_K2Node_ComponentBoundEvent_0_SBZIntStateChangedSignature__DelegateSignature::OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_SBZIntState_K2Node_ComponentBoundEvent_0_SBZIntStateChangedSignature__DelegateSignature, NewState) == 0x000004, "Member 'BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_SBZIntState_K2Node_ComponentBoundEvent_0_SBZIntStateChangedSignature__DelegateSignature::NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_SBZIntState_K2Node_ComponentBoundEvent_0_SBZIntStateChangedSignature__DelegateSignature, bDoCosmetics) == 0x000008, "Member 'BP_CocainePile_01_C_BndEvt__BP_CocainePile_01_SBZIntState_K2Node_ComponentBoundEvent_0_SBZIntStateChangedSignature__DelegateSignature::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CocainePile_01_C \ +static_assert(alignof(ABP_CocainePile_01_C) == 0x000008, "Wrong alignment on ABP_CocainePile_01_C"); \ +static_assert(sizeof(ABP_CocainePile_01_C) == 0x000340, "Wrong size on ABP_CocainePile_01_C"); \ +static_assert(offsetof(ABP_CocainePile_01_C, UberGraphFrame) == 0x000308, "Member 'ABP_CocainePile_01_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_CocainePile_01_C, SBZCosmeticDestruction) == 0x000310, "Member 'ABP_CocainePile_01_C::SBZCosmeticDestruction' has a wrong offset!"); \ +static_assert(offsetof(ABP_CocainePile_01_C, SBZIntState) == 0x000318, "Member 'ABP_CocainePile_01_C::SBZIntState' has a wrong offset!"); \ +static_assert(offsetof(ABP_CocainePile_01_C, StaticMesh) == 0x000320, "Member 'ABP_CocainePile_01_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_CocainePile_01_C, DefaultSceneRoot) == 0x000328, "Member 'ABP_CocainePile_01_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_CocainePile_01_C, onCocainePickedUp) == 0x000330, "Member 'ABP_CocainePile_01_C::onCocainePickedUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MethIngredientBase_C_ExecuteUbergraph_BP_MethIngredientBase \ +static_assert(alignof(BP_MethIngredientBase_C_ExecuteUbergraph_BP_MethIngredientBase) == 0x000008, "Wrong alignment on BP_MethIngredientBase_C_ExecuteUbergraph_BP_MethIngredientBase"); \ +static_assert(sizeof(BP_MethIngredientBase_C_ExecuteUbergraph_BP_MethIngredientBase) == 0x000028, "Wrong size on BP_MethIngredientBase_C_ExecuteUbergraph_BP_MethIngredientBase"); \ +static_assert(offsetof(BP_MethIngredientBase_C_ExecuteUbergraph_BP_MethIngredientBase, EntryPoint) == 0x000000, "Member 'BP_MethIngredientBase_C_ExecuteUbergraph_BP_MethIngredientBase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_MethIngredientBase_C_ExecuteUbergraph_BP_MethIngredientBase, K2Node_ComponentBoundEvent_Interactable) == 0x000008, "Member 'BP_MethIngredientBase_C_ExecuteUbergraph_BP_MethIngredientBase::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_MethIngredientBase_C_ExecuteUbergraph_BP_MethIngredientBase, K2Node_ComponentBoundEvent_Interactor) == 0x000010, "Member 'BP_MethIngredientBase_C_ExecuteUbergraph_BP_MethIngredientBase::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_MethIngredientBase_C_ExecuteUbergraph_BP_MethIngredientBase, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000018, "Member 'BP_MethIngredientBase_C_ExecuteUbergraph_BP_MethIngredientBase::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_MethIngredientBase_C_ExecuteUbergraph_BP_MethIngredientBase, K2Node_Event_OldState) == 0x00001C, "Member 'BP_MethIngredientBase_C_ExecuteUbergraph_BP_MethIngredientBase::K2Node_Event_OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_MethIngredientBase_C_ExecuteUbergraph_BP_MethIngredientBase, K2Node_Event_NewState) == 0x000020, "Member 'BP_MethIngredientBase_C_ExecuteUbergraph_BP_MethIngredientBase::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_MethIngredientBase_C_ExecuteUbergraph_BP_MethIngredientBase, K2Node_Event_bDoCosmetics) == 0x000024, "Member 'BP_MethIngredientBase_C_ExecuteUbergraph_BP_MethIngredientBase::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_MethIngredientBase_C_ExecuteUbergraph_BP_MethIngredientBase, K2Node_SwitchInteger_CmpSuccess) == 0x000025, "Member 'BP_MethIngredientBase_C_ExecuteUbergraph_BP_MethIngredientBase::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MethIngredientBase_C_OnStateChanged \ +static_assert(alignof(BP_MethIngredientBase_C_OnStateChanged) == 0x000004, "Wrong alignment on BP_MethIngredientBase_C_OnStateChanged"); \ +static_assert(sizeof(BP_MethIngredientBase_C_OnStateChanged) == 0x00000C, "Wrong size on BP_MethIngredientBase_C_OnStateChanged"); \ +static_assert(offsetof(BP_MethIngredientBase_C_OnStateChanged, OldState) == 0x000000, "Member 'BP_MethIngredientBase_C_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_MethIngredientBase_C_OnStateChanged, NewState) == 0x000004, "Member 'BP_MethIngredientBase_C_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_MethIngredientBase_C_OnStateChanged, bDoCosmetics) == 0x000008, "Member 'BP_MethIngredientBase_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MethIngredientBase_C_BndEvt__BP_MethIngredientBase_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_MethIngredientBase_C_BndEvt__BP_MethIngredientBase_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_MethIngredientBase_C_BndEvt__BP_MethIngredientBase_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_MethIngredientBase_C_BndEvt__BP_MethIngredientBase_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_MethIngredientBase_C_BndEvt__BP_MethIngredientBase_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_MethIngredientBase_C_BndEvt__BP_MethIngredientBase_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_MethIngredientBase_C_BndEvt__BP_MethIngredientBase_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_MethIngredientBase_C_BndEvt__BP_MethIngredientBase_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_MethIngredientBase_C_BndEvt__BP_MethIngredientBase_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_MethIngredientBase_C_BndEvt__BP_MethIngredientBase_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_MethIngredientBase_C_BndEvt__BP_MethIngredientBase_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MethIngredientBase_C_setObjectState \ +static_assert(alignof(BP_MethIngredientBase_C_setObjectState) == 0x000004, "Wrong alignment on BP_MethIngredientBase_C_setObjectState"); \ +static_assert(sizeof(BP_MethIngredientBase_C_setObjectState) == 0x000010, "Wrong size on BP_MethIngredientBase_C_setObjectState"); \ +static_assert(offsetof(BP_MethIngredientBase_C_setObjectState, interactable) == 0x000000, "Member 'BP_MethIngredientBase_C_setObjectState::interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_MethIngredientBase_C_setObjectState, visible) == 0x000001, "Member 'BP_MethIngredientBase_C_setObjectState::visible' has a wrong offset!"); \ +static_assert(offsetof(BP_MethIngredientBase_C_setObjectState, Temp_bool_Variable) == 0x000002, "Member 'BP_MethIngredientBase_C_setObjectState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MethIngredientBase_C_setObjectState, Temp_int_Variable) == 0x000004, "Member 'BP_MethIngredientBase_C_setObjectState::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MethIngredientBase_C_setObjectState, Temp_int_Variable_1) == 0x000008, "Member 'BP_MethIngredientBase_C_setObjectState::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MethIngredientBase_C_setObjectState, K2Node_Select_Default) == 0x00000C, "Member 'BP_MethIngredientBase_C_setObjectState::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MethIngredientBase_C \ +static_assert(alignof(ABP_MethIngredientBase_C) == 0x000008, "Wrong alignment on ABP_MethIngredientBase_C"); \ +static_assert(sizeof(ABP_MethIngredientBase_C) == 0x000320, "Wrong size on ABP_MethIngredientBase_C"); \ +static_assert(offsetof(ABP_MethIngredientBase_C, UberGraphFrame) == 0x0002F0, "Member 'ABP_MethIngredientBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethIngredientBase_C, SBZInteractable) == 0x0002F8, "Member 'ABP_MethIngredientBase_C::SBZInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethIngredientBase_C, SBZOutline) == 0x000300, "Member 'ABP_MethIngredientBase_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethIngredientBase_C, StaticMesh) == 0x000308, "Member 'ABP_MethIngredientBase_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_MethIngredientBase_C, onInteractionCompleted) == 0x000310, "Member 'ABP_MethIngredientBase_C::onInteractionCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Meth_HydrogenChloride_C \ +static_assert(alignof(ABP_Meth_HydrogenChloride_C) == 0x000008, "Wrong alignment on ABP_Meth_HydrogenChloride_C"); \ +static_assert(sizeof(ABP_Meth_HydrogenChloride_C) == 0x000320, "Wrong size on ABP_Meth_HydrogenChloride_C"); \ + +#define DUMPER7_ASSERTS_ABP_PaintingBag_C \ +static_assert(alignof(ABP_PaintingBag_C) == 0x000008, "Wrong alignment on ABP_PaintingBag_C"); \ +static_assert(sizeof(ABP_PaintingBag_C) == 0x0003D0, "Wrong size on ABP_PaintingBag_C"); \ +static_assert(offsetof(ABP_PaintingBag_C, SBZOutline) == 0x0003C0, "Member 'ABP_PaintingBag_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_PaintingBag_C, StaticMesh) == 0x0003C8, "Member 'ABP_PaintingBag_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer \ +static_assert(alignof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer) == 0x000008, "Wrong alignment on BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer"); \ +static_assert(sizeof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer) == 0x000168, "Wrong size on BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, EntryPoint) == 0x000000, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, K2Node_ComponentBoundEvent_Interactable) == 0x000008, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, K2Node_ComponentBoundEvent_Interactor) == 0x000010, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000018, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000019, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_HasAuthority_ReturnValue_1) == 0x00001A, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, K2Node_ComponentBoundEvent_BinaryStateNode) == 0x000020, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::K2Node_ComponentBoundEvent_BinaryStateNode' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, K2Node_ComponentBoundEvent_bState) == 0x000028, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::K2Node_ComponentBoundEvent_bState' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x000029, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00002C, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_K2_IsValidTimerHandle_ReturnValue_1) == 0x000031, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_K2_IsValidTimerHandle_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_GetLocalPlayerController_ReturnValue) == 0x000038, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_GetLocalPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_Create_ReturnValue) == 0x000040, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000048, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000049, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00004A, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x00004B, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_BooleanOR_ReturnValue) == 0x00004C, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x00004D, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_BooleanOR_ReturnValue_1) == 0x00004E, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_BooleanOR_ReturnValue_2) == 0x00004F, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_K2_IsValidTimerHandle_ReturnValue_2) == 0x000050, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_K2_IsValidTimerHandle_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, Temp_bool_Has_Been_Initd_Variable) == 0x000051, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000054, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_AddReplicatedMarker_ReturnValue) == 0x000060, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_AddReplicatedMarker_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, K2Node_SwitchEnum_CmpSuccess) == 0x000064, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_Array_Get_Item) == 0x000070, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000C0, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_RandomIntegerInRange_ReturnValue) == 0x0000C4, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_IsValid_ReturnValue_1) == 0x0000C8, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_HasAuthority_ReturnValue_2) == 0x0000C9, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0000CC, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_AddReplicatedMarker_ReturnValue_1) == 0x0000D8, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_AddReplicatedMarker_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, K2Node_Event_DeltaSeconds) == 0x0000DC, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, Temp_bool_IsClosed_Variable) == 0x0000E0, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, K2Node_ComponentBoundEvent_ShoutTarget) == 0x0000E8, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::K2Node_ComponentBoundEvent_ShoutTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, K2Node_ComponentBoundEvent_Shouter) == 0x0000F0, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::K2Node_ComponentBoundEvent_Shouter' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000F8, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x0000F9, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000FC, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000100, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, K2Node_CreateDelegate_OutputDelegate) == 0x000104, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, K2Node_CustomEvent_TimeToHack) == 0x000118, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::K2Node_CustomEvent_TimeToHack' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, K2Node_CustomEvent_CurrentProcess) == 0x000120, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::K2Node_CustomEvent_CurrentProcess' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, K2Node_CustomEvent_ResultOnDone) == 0x000138, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::K2Node_CustomEvent_ResultOnDone' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000140, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_HasAuthority_ReturnValue_3) == 0x000148, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_HasAuthority_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000149, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00014C, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_K2_IsValidTimerHandle_ReturnValue_3) == 0x000150, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_K2_IsValidTimerHandle_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000151, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000154, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_AddReplicatedMarker_ReturnValue_2) == 0x000160, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_AddReplicatedMarker_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000164, "Member 'BP_HackableComputer_C_ExecuteUbergraph_BP_HackableComputer::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HackableComputer_C_Reset \ +static_assert(alignof(BP_HackableComputer_C_Reset) == 0x000008, "Wrong alignment on BP_HackableComputer_C_Reset"); \ +static_assert(sizeof(BP_HackableComputer_C_Reset) == 0x000028, "Wrong size on BP_HackableComputer_C_Reset"); \ +static_assert(offsetof(BP_HackableComputer_C_Reset, TimeToHack_0) == 0x000000, "Member 'BP_HackableComputer_C_Reset::TimeToHack_0' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_Reset, CurrentProcess_0) == 0x000008, "Member 'BP_HackableComputer_C_Reset::CurrentProcess_0' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_Reset, ResultOnDone_0) == 0x000020, "Member 'BP_HackableComputer_C_Reset::ResultOnDone_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HackableComputer_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature \ +static_assert(alignof(BP_HackableComputer_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_HackableComputer_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_HackableComputer_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature) == 0x000010, "Wrong size on BP_HackableComputer_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_HackableComputer_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature, ShoutTarget) == 0x000000, "Member 'BP_HackableComputer_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature::ShoutTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature, Shouter) == 0x000008, "Member 'BP_HackableComputer_C_BndEvt__SBZShoutTarget_K2Node_ComponentBoundEvent_2_SBZShoutedAtDelegate__DelegateSignature::Shouter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HackableComputer_C_ReceiveTick \ +static_assert(alignof(BP_HackableComputer_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_HackableComputer_C_ReceiveTick"); \ +static_assert(sizeof(BP_HackableComputer_C_ReceiveTick) == 0x000004, "Wrong size on BP_HackableComputer_C_ReceiveTick"); \ +static_assert(offsetof(BP_HackableComputer_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_HackableComputer_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HackableComputer_C_BndEvt__NewVar_2_K2Node_ComponentBoundEvent_1_SBZOnBinaryStateChanged__DelegateSignature \ +static_assert(alignof(BP_HackableComputer_C_BndEvt__NewVar_2_K2Node_ComponentBoundEvent_1_SBZOnBinaryStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on BP_HackableComputer_C_BndEvt__NewVar_2_K2Node_ComponentBoundEvent_1_SBZOnBinaryStateChanged__DelegateSignature"); \ +static_assert(sizeof(BP_HackableComputer_C_BndEvt__NewVar_2_K2Node_ComponentBoundEvent_1_SBZOnBinaryStateChanged__DelegateSignature) == 0x000010, "Wrong size on BP_HackableComputer_C_BndEvt__NewVar_2_K2Node_ComponentBoundEvent_1_SBZOnBinaryStateChanged__DelegateSignature"); \ +static_assert(offsetof(BP_HackableComputer_C_BndEvt__NewVar_2_K2Node_ComponentBoundEvent_1_SBZOnBinaryStateChanged__DelegateSignature, BinaryStateNode) == 0x000000, "Member 'BP_HackableComputer_C_BndEvt__NewVar_2_K2Node_ComponentBoundEvent_1_SBZOnBinaryStateChanged__DelegateSignature::BinaryStateNode' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_BndEvt__NewVar_2_K2Node_ComponentBoundEvent_1_SBZOnBinaryStateChanged__DelegateSignature, bState) == 0x000008, "Member 'BP_HackableComputer_C_BndEvt__NewVar_2_K2Node_ComponentBoundEvent_1_SBZOnBinaryStateChanged__DelegateSignature::bState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HackableComputer_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_HackableComputer_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_HackableComputer_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_HackableComputer_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_HackableComputer_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_HackableComputer_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_HackableComputer_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_HackableComputer_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_HackableComputer_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HackableComputer_C_SetTings \ +static_assert(alignof(BP_HackableComputer_C_SetTings) == 0x000008, "Wrong alignment on BP_HackableComputer_C_SetTings"); \ +static_assert(sizeof(BP_HackableComputer_C_SetTings) == 0x000018, "Wrong size on BP_HackableComputer_C_SetTings"); \ +static_assert(offsetof(BP_HackableComputer_C_SetTings, CallFunc_GetUserWidgetObject_ReturnValue) == 0x000000, "Member 'BP_HackableComputer_C_SetTings::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_SetTings, K2Node_DynamicCast_AsWBP_Wixia_Computer) == 0x000008, "Member 'BP_HackableComputer_C_SetTings::K2Node_DynamicCast_AsWBP_Wixia_Computer' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_SetTings, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_HackableComputer_C_SetTings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HackableComputer_C_SetAllWidgetTimers \ +static_assert(alignof(BP_HackableComputer_C_SetAllWidgetTimers) == 0x000008, "Wrong alignment on BP_HackableComputer_C_SetAllWidgetTimers"); \ +static_assert(sizeof(BP_HackableComputer_C_SetAllWidgetTimers) == 0x000040, "Wrong size on BP_HackableComputer_C_SetAllWidgetTimers"); \ +static_assert(offsetof(BP_HackableComputer_C_SetAllWidgetTimers, CallFunc_GetUserWidgetObject_ReturnValue) == 0x000000, "Member 'BP_HackableComputer_C_SetAllWidgetTimers::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_SetAllWidgetTimers, K2Node_DynamicCast_AsWBP_Wixia_Computer) == 0x000008, "Member 'BP_HackableComputer_C_SetAllWidgetTimers::K2Node_DynamicCast_AsWBP_Wixia_Computer' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_SetAllWidgetTimers, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_HackableComputer_C_SetAllWidgetTimers::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_SetAllWidgetTimers, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_HackableComputer_C_SetAllWidgetTimers::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_SetAllWidgetTimers, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_HackableComputer_C_SetAllWidgetTimers::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_SetAllWidgetTimers, CallFunc_FTrunc64_ReturnValue) == 0x000020, "Member 'BP_HackableComputer_C_SetAllWidgetTimers::CallFunc_FTrunc64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_SetAllWidgetTimers, CallFunc_Conv_Int64ToText_ReturnValue) == 0x000028, "Member 'BP_HackableComputer_C_SetAllWidgetTimers::CallFunc_Conv_Int64ToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HackableComputer_C_NameInfoFunction \ +static_assert(alignof(BP_HackableComputer_C_NameInfoFunction) == 0x000008, "Wrong alignment on BP_HackableComputer_C_NameInfoFunction"); \ +static_assert(sizeof(BP_HackableComputer_C_NameInfoFunction) == 0x000060, "Wrong size on BP_HackableComputer_C_NameInfoFunction"); \ +static_assert(offsetof(BP_HackableComputer_C_NameInfoFunction, CallFunc_GetDisplayName_ReturnValue) == 0x000000, "Member 'BP_HackableComputer_C_NameInfoFunction::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_NameInfoFunction, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_HackableComputer_C_NameInfoFunction::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HackableComputer_C_KeyCodesFunction \ +static_assert(alignof(BP_HackableComputer_C_KeyCodesFunction) == 0x000008, "Wrong alignment on BP_HackableComputer_C_KeyCodesFunction"); \ +static_assert(sizeof(BP_HackableComputer_C_KeyCodesFunction) == 0x000038, "Wrong size on BP_HackableComputer_C_KeyCodesFunction"); \ +static_assert(offsetof(BP_HackableComputer_C_KeyCodesFunction, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_HackableComputer_C_KeyCodesFunction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_KeyCodesFunction, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_HackableComputer_C_KeyCodesFunction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_KeyCodesFunction, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_HackableComputer_C_KeyCodesFunction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_KeyCodesFunction, CallFunc_Array_Get_Item) == 0x00000C, "Member 'BP_HackableComputer_C_KeyCodesFunction::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_KeyCodesFunction, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_HackableComputer_C_KeyCodesFunction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_KeyCodesFunction, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_HackableComputer_C_KeyCodesFunction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_KeyCodesFunction, CallFunc_Array_Get_Item_1) == 0x000028, "Member 'BP_HackableComputer_C_KeyCodesFunction::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_KeyCodesFunction, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_HackableComputer_C_KeyCodesFunction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HackableComputer_C_OnRep_States \ +static_assert(alignof(BP_HackableComputer_C_OnRep_States) == 0x000008, "Wrong alignment on BP_HackableComputer_C_OnRep_States"); \ +static_assert(sizeof(BP_HackableComputer_C_OnRep_States) == 0x000040, "Wrong size on BP_HackableComputer_C_OnRep_States"); \ +static_assert(offsetof(BP_HackableComputer_C_OnRep_States, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000000, "Member 'BP_HackableComputer_C_OnRep_States::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_OnRep_States, CallFunc_FTrunc64_ReturnValue) == 0x000008, "Member 'BP_HackableComputer_C_OnRep_States::CallFunc_FTrunc64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_OnRep_States, CallFunc_Conv_Int64ToText_ReturnValue) == 0x000010, "Member 'BP_HackableComputer_C_OnRep_States::CallFunc_Conv_Int64ToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_OnRep_States, CallFunc_GetUserWidgetObject_ReturnValue) == 0x000028, "Member 'BP_HackableComputer_C_OnRep_States::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_OnRep_States, K2Node_DynamicCast_AsWBP_Wixia_Computer) == 0x000030, "Member 'BP_HackableComputer_C_OnRep_States::K2Node_DynamicCast_AsWBP_Wixia_Computer' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_OnRep_States, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_HackableComputer_C_OnRep_States::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_OnRep_States, K2Node_SwitchEnum_CmpSuccess) == 0x000039, "Member 'BP_HackableComputer_C_OnRep_States::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_OnRep_States, K2Node_SwitchEnum_CmpSuccess_1) == 0x00003A, "Member 'BP_HackableComputer_C_OnRep_States::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HackableComputer_C_NameInfoShoutTarget \ +static_assert(alignof(BP_HackableComputer_C_NameInfoShoutTarget) == 0x000008, "Wrong alignment on BP_HackableComputer_C_NameInfoShoutTarget"); \ +static_assert(sizeof(BP_HackableComputer_C_NameInfoShoutTarget) == 0x0000C8, "Wrong size on BP_HackableComputer_C_NameInfoShoutTarget"); \ +static_assert(offsetof(BP_HackableComputer_C_NameInfoShoutTarget, CallFunc_Concat_StrStr_ReturnValue) == 0x000000, "Member 'BP_HackableComputer_C_NameInfoShoutTarget::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_NameInfoShoutTarget, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_HackableComputer_C_NameInfoShoutTarget::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_NameInfoShoutTarget, CallFunc_Conv_TextToString_ReturnValue) == 0x000060, "Member 'BP_HackableComputer_C_NameInfoShoutTarget::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_NameInfoShoutTarget, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000070, "Member 'BP_HackableComputer_C_NameInfoShoutTarget::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_NameInfoShoutTarget, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000080, "Member 'BP_HackableComputer_C_NameInfoShoutTarget::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_NameInfoShoutTarget, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000090, "Member 'BP_HackableComputer_C_NameInfoShoutTarget::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_NameInfoShoutTarget, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000A0, "Member 'BP_HackableComputer_C_NameInfoShoutTarget::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_NameInfoShoutTarget, CallFunc_Conv_StringToText_ReturnValue) == 0x0000B0, "Member 'BP_HackableComputer_C_NameInfoShoutTarget::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HackableComputer_C_KeyCodesShoutTarget \ +static_assert(alignof(BP_HackableComputer_C_KeyCodesShoutTarget) == 0x000008, "Wrong alignment on BP_HackableComputer_C_KeyCodesShoutTarget"); \ +static_assert(sizeof(BP_HackableComputer_C_KeyCodesShoutTarget) == 0x0000D8, "Wrong size on BP_HackableComputer_C_KeyCodesShoutTarget"); \ +static_assert(offsetof(BP_HackableComputer_C_KeyCodesShoutTarget, Codes) == 0x000000, "Member 'BP_HackableComputer_C_KeyCodesShoutTarget::Codes' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_KeyCodesShoutTarget, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_HackableComputer_C_KeyCodesShoutTarget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_KeyCodesShoutTarget, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_HackableComputer_C_KeyCodesShoutTarget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_KeyCodesShoutTarget, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_HackableComputer_C_KeyCodesShoutTarget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_KeyCodesShoutTarget, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_HackableComputer_C_KeyCodesShoutTarget::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_KeyCodesShoutTarget, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_HackableComputer_C_KeyCodesShoutTarget::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_KeyCodesShoutTarget, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_HackableComputer_C_KeyCodesShoutTarget::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_KeyCodesShoutTarget, CallFunc_Conv_IntToString_ReturnValue) == 0x000050, "Member 'BP_HackableComputer_C_KeyCodesShoutTarget::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_KeyCodesShoutTarget, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'BP_HackableComputer_C_KeyCodesShoutTarget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_KeyCodesShoutTarget, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000068, "Member 'BP_HackableComputer_C_KeyCodesShoutTarget::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_KeyCodesShoutTarget, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000078, "Member 'BP_HackableComputer_C_KeyCodesShoutTarget::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_KeyCodesShoutTarget, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000088, "Member 'BP_HackableComputer_C_KeyCodesShoutTarget::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_KeyCodesShoutTarget, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000098, "Member 'BP_HackableComputer_C_KeyCodesShoutTarget::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_KeyCodesShoutTarget, CallFunc_Array_Length_ReturnValue) == 0x0000A8, "Member 'BP_HackableComputer_C_KeyCodesShoutTarget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_KeyCodesShoutTarget, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000B0, "Member 'BP_HackableComputer_C_KeyCodesShoutTarget::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_KeyCodesShoutTarget, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000C0, "Member 'BP_HackableComputer_C_KeyCodesShoutTarget::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HackableComputer_C_KeyCodesShoutTarget, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000C8, "Member 'BP_HackableComputer_C_KeyCodesShoutTarget::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_HackableComputer_C \ +static_assert(alignof(ABP_HackableComputer_C) == 0x000008, "Wrong alignment on ABP_HackableComputer_C"); \ +static_assert(sizeof(ABP_HackableComputer_C) == 0x000430, "Wrong size on ABP_HackableComputer_C"); \ +static_assert(offsetof(ABP_HackableComputer_C, UberGraphFrame) == 0x0002D0, "Member 'ABP_HackableComputer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, SBZMarkedOutline) == 0x0002D8, "Member 'ABP_HackableComputer_C::SBZMarkedOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, SBZShoutTarget) == 0x0002E0, "Member 'ABP_HackableComputer_C::SBZShoutTarget' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, SBZOutline) == 0x0002E8, "Member 'ABP_HackableComputer_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, Widget) == 0x0002F0, "Member 'ABP_HackableComputer_C::Widget' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, Computer) == 0x0002F8, "Member 'ABP_HackableComputer_C::Computer' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, TimeToHack) == 0x000300, "Member 'ABP_HackableComputer_C::TimeToHack' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, CountdownTimer) == 0x000308, "Member 'ABP_HackableComputer_C::CountdownTimer' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, TimeCountSecs) == 0x000310, "Member 'ABP_HackableComputer_C::TimeCountSecs' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, ProcessBar) == 0x000318, "Member 'ABP_HackableComputer_C::ProcessBar' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, Digits) == 0x000320, "Member 'ABP_HackableComputer_C::Digits' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, States) == 0x000328, "Member 'ABP_HackableComputer_C::States' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, OnHackComplete) == 0x000330, "Member 'ABP_HackableComputer_C::OnHackComplete' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, OnInterupted) == 0x000340, "Member 'ABP_HackableComputer_C::OnInterupted' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, OnResumeHack) == 0x000350, "Member 'ABP_HackableComputer_C::OnResumeHack' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, OnStartInteraction) == 0x000360, "Member 'ABP_HackableComputer_C::OnStartInteraction' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, IsActiveOnStart) == 0x000370, "Member 'ABP_HackableComputer_C::IsActiveOnStart' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, CurrentMarkerID) == 0x000374, "Member 'ABP_HackableComputer_C::CurrentMarkerID' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, ResultOnDone) == 0x000378, "Member 'ABP_HackableComputer_C::ResultOnDone' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, CurrentWidgetRef) == 0x000380, "Member 'ABP_HackableComputer_C::CurrentWidgetRef' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, CurrentErrorProgress) == 0x000388, "Member 'ABP_HackableComputer_C::CurrentErrorProgress' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, KeyCodes) == 0x000390, "Member 'ABP_HackableComputer_C::KeyCodes' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, GameStateBinaryNode) == 0x0003A0, "Member 'ABP_HackableComputer_C::GameStateBinaryNode' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, ProgressOnInterupted) == 0x0003A8, "Member 'ABP_HackableComputer_C::ProgressOnInterupted' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, WasInterupted) == 0x0003AC, "Member 'ABP_HackableComputer_C::WasInterupted' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, SetStateBinaryNode) == 0x0003B0, "Member 'ABP_HackableComputer_C::SetStateBinaryNode' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, OnHackFailed) == 0x0003B8, "Member 'ABP_HackableComputer_C::OnHackFailed' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, CustomGenericMessage) == 0x0003C8, "Member 'ABP_HackableComputer_C::CustomGenericMessage' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, CustomMessage) == 0x0003D0, "Member 'ABP_HackableComputer_C::CustomMessage' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, RandomHRName) == 0x0003E8, "Member 'ABP_HackableComputer_C::RandomHRName' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, PaperLocationAndNames) == 0x0003F0, "Member 'ABP_HackableComputer_C::PaperLocationAndNames' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, CurrentProcess) == 0x000400, "Member 'ABP_HackableComputer_C::CurrentProcess' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, ReduceVar) == 0x000418, "Member 'ABP_HackableComputer_C::ReduceVar' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackableComputer_C, OnSelectedLocation) == 0x000420, "Member 'ABP_HackableComputer_C::OnSelectedLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InteractableMoneyPile_LowValue_C \ +static_assert(alignof(ABP_InteractableMoneyPile_LowValue_C) == 0x000008, "Wrong alignment on ABP_InteractableMoneyPile_LowValue_C"); \ +static_assert(sizeof(ABP_InteractableMoneyPile_LowValue_C) == 0x000368, "Wrong size on ABP_InteractableMoneyPile_LowValue_C"); \ +static_assert(offsetof(ABP_InteractableMoneyPile_LowValue_C, Ak) == 0x000358, "Member 'ABP_InteractableMoneyPile_LowValue_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableMoneyPile_LowValue_C, StaticMesh) == 0x000360, "Member 'ABP_InteractableMoneyPile_LowValue_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractableMoneyPile_C_ExecuteUbergraph_BP_InteractableMoneyPile \ +static_assert(alignof(BP_InteractableMoneyPile_C_ExecuteUbergraph_BP_InteractableMoneyPile) == 0x000004, "Wrong alignment on BP_InteractableMoneyPile_C_ExecuteUbergraph_BP_InteractableMoneyPile"); \ +static_assert(sizeof(BP_InteractableMoneyPile_C_ExecuteUbergraph_BP_InteractableMoneyPile) == 0x00000C, "Wrong size on BP_InteractableMoneyPile_C_ExecuteUbergraph_BP_InteractableMoneyPile"); \ +static_assert(offsetof(BP_InteractableMoneyPile_C_ExecuteUbergraph_BP_InteractableMoneyPile, EntryPoint) == 0x000000, "Member 'BP_InteractableMoneyPile_C_ExecuteUbergraph_BP_InteractableMoneyPile::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableMoneyPile_C_ExecuteUbergraph_BP_InteractableMoneyPile, K2Node_Event_bDoCosmetics) == 0x000004, "Member 'BP_InteractableMoneyPile_C_ExecuteUbergraph_BP_InteractableMoneyPile::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableMoneyPile_C_ExecuteUbergraph_BP_InteractableMoneyPile, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000008, "Member 'BP_InteractableMoneyPile_C_ExecuteUbergraph_BP_InteractableMoneyPile::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractableMoneyPile_C_BP_OnChangedToSecondaryType \ +static_assert(alignof(BP_InteractableMoneyPile_C_BP_OnChangedToSecondaryType) == 0x000001, "Wrong alignment on BP_InteractableMoneyPile_C_BP_OnChangedToSecondaryType"); \ +static_assert(sizeof(BP_InteractableMoneyPile_C_BP_OnChangedToSecondaryType) == 0x000001, "Wrong size on BP_InteractableMoneyPile_C_BP_OnChangedToSecondaryType"); \ +static_assert(offsetof(BP_InteractableMoneyPile_C_BP_OnChangedToSecondaryType, bDoCosmetics) == 0x000000, "Member 'BP_InteractableMoneyPile_C_BP_OnChangedToSecondaryType::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InteractableMoneyPile_C \ +static_assert(alignof(ABP_InteractableMoneyPile_C) == 0x000008, "Wrong alignment on ABP_InteractableMoneyPile_C"); \ +static_assert(sizeof(ABP_InteractableMoneyPile_C) == 0x000370, "Wrong size on ABP_InteractableMoneyPile_C"); \ +static_assert(offsetof(ABP_InteractableMoneyPile_C, UberGraphFrame_BP_InteractableMoneyPile_C) == 0x000358, "Member 'ABP_InteractableMoneyPile_C::UberGraphFrame_BP_InteractableMoneyPile_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableMoneyPile_C, Ak) == 0x000360, "Member 'ABP_InteractableMoneyPile_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableMoneyPile_C, StaticMesh) == 0x000368, "Member 'ABP_InteractableMoneyPile_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticPaperStack_C \ +static_assert(alignof(ABP_CosmeticPaperStack_C) == 0x000008, "Wrong alignment on ABP_CosmeticPaperStack_C"); \ +static_assert(sizeof(ABP_CosmeticPaperStack_C) == 0x0002E8, "Wrong size on ABP_CosmeticPaperStack_C"); \ +static_assert(offsetof(ABP_CosmeticPaperStack_C, Paper3) == 0x0002C8, "Member 'ABP_CosmeticPaperStack_C::Paper3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticPaperStack_C, Paper2) == 0x0002D0, "Member 'ABP_CosmeticPaperStack_C::Paper2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticPaperStack_C, paper) == 0x0002D8, "Member 'ABP_CosmeticPaperStack_C::paper' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticPaperStack_C, StaticMesh) == 0x0002E0, "Member 'ABP_CosmeticPaperStack_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Painting_C \ +static_assert(alignof(ABP_Painting_C) == 0x000008, "Wrong alignment on ABP_Painting_C"); \ +static_assert(sizeof(ABP_Painting_C) == 0x000370, "Wrong size on ABP_Painting_C"); \ + +#define DUMPER7_ASSERTS_BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone \ +static_assert(alignof(BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone) == 0x000008, "Wrong alignment on BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone"); \ +static_assert(sizeof(BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone) == 0x000098, "Wrong size on BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone"); \ +static_assert(offsetof(BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone, EntryPoint) == 0x000000, "Member 'BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone, Temp_struct_Variable) == 0x000008, "Member 'BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone, Temp_delegate_Variable) == 0x000018, "Member 'BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone, Temp_struct_Variable_1) == 0x000030, "Member 'BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone, Temp_delegate_Variable_1) == 0x000040, "Member 'BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone, Temp_struct_Variable_2) == 0x000058, "Member 'BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone, Temp_delegate_Variable_2) == 0x000068, "Member 'BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone, K2Node_Event_bInRange) == 0x00007C, "Member 'BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone::K2Node_Event_bInRange' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone, K2Node_Event_bWasInRange) == 0x00007D, "Member 'BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone::K2Node_Event_bWasInRange' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone, K2Node_Event_Progress) == 0x000080, "Member 'BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone::K2Node_Event_Progress' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone, CallFunc_Add_FloatFloat_ReturnValue) == 0x000084, "Member 'BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000088, "Member 'BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone, K2Node_Event_bIsLocallyControlled) == 0x000089, "Member 'BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone::K2Node_Event_bIsLocallyControlled' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone, CallFunc_PostAkEvent_ReturnValue) == 0x00008C, "Member 'BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone, CallFunc_PostAkEvent_ReturnValue_1) == 0x000090, "Member 'BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone::CallFunc_PostAkEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone, CallFunc_PostAkEvent_ReturnValue_2) == 0x000094, "Member 'BP_CarriedHackablePhone_C_ExecuteUbergraph_BP_CarriedHackablePhone::CallFunc_PostAkEvent_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CarriedHackablePhone_C_BP_OnHackStarted \ +static_assert(alignof(BP_CarriedHackablePhone_C_BP_OnHackStarted) == 0x000001, "Wrong alignment on BP_CarriedHackablePhone_C_BP_OnHackStarted"); \ +static_assert(sizeof(BP_CarriedHackablePhone_C_BP_OnHackStarted) == 0x000001, "Wrong size on BP_CarriedHackablePhone_C_BP_OnHackStarted"); \ +static_assert(offsetof(BP_CarriedHackablePhone_C_BP_OnHackStarted, bIsLocallyControlled) == 0x000000, "Member 'BP_CarriedHackablePhone_C_BP_OnHackStarted::bIsLocallyControlled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CarriedHackablePhone_C_BP_OnPlayerInRangeChecked \ +static_assert(alignof(BP_CarriedHackablePhone_C_BP_OnPlayerInRangeChecked) == 0x000004, "Wrong alignment on BP_CarriedHackablePhone_C_BP_OnPlayerInRangeChecked"); \ +static_assert(sizeof(BP_CarriedHackablePhone_C_BP_OnPlayerInRangeChecked) == 0x000008, "Wrong size on BP_CarriedHackablePhone_C_BP_OnPlayerInRangeChecked"); \ +static_assert(offsetof(BP_CarriedHackablePhone_C_BP_OnPlayerInRangeChecked, bInRange) == 0x000000, "Member 'BP_CarriedHackablePhone_C_BP_OnPlayerInRangeChecked::bInRange' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedHackablePhone_C_BP_OnPlayerInRangeChecked, bWasInRange) == 0x000001, "Member 'BP_CarriedHackablePhone_C_BP_OnPlayerInRangeChecked::bWasInRange' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedHackablePhone_C_BP_OnPlayerInRangeChecked, Progress) == 0x000004, "Member 'BP_CarriedHackablePhone_C_BP_OnPlayerInRangeChecked::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CarriedHackablePhone_C_UserConstructionScript \ +static_assert(alignof(BP_CarriedHackablePhone_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_CarriedHackablePhone_C_UserConstructionScript"); \ +static_assert(sizeof(BP_CarriedHackablePhone_C_UserConstructionScript) == 0x000030, "Wrong size on BP_CarriedHackablePhone_C_UserConstructionScript"); \ +static_assert(offsetof(BP_CarriedHackablePhone_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_CarriedHackablePhone_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedHackablePhone_C_UserConstructionScript, CallFunc_BreakColor_R) == 0x000008, "Member 'BP_CarriedHackablePhone_C_UserConstructionScript::CallFunc_BreakColor_R' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedHackablePhone_C_UserConstructionScript, CallFunc_BreakColor_G) == 0x00000C, "Member 'BP_CarriedHackablePhone_C_UserConstructionScript::CallFunc_BreakColor_G' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedHackablePhone_C_UserConstructionScript, CallFunc_BreakColor_B) == 0x000010, "Member 'BP_CarriedHackablePhone_C_UserConstructionScript::CallFunc_BreakColor_B' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedHackablePhone_C_UserConstructionScript, CallFunc_BreakColor_A) == 0x000014, "Member 'BP_CarriedHackablePhone_C_UserConstructionScript::CallFunc_BreakColor_A' has a wrong offset!"); \ +static_assert(offsetof(BP_CarriedHackablePhone_C_UserConstructionScript, K2Node_MakeStruct_Vector4) == 0x000020, "Member 'BP_CarriedHackablePhone_C_UserConstructionScript::K2Node_MakeStruct_Vector4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarriedHackablePhone_C \ +static_assert(alignof(ABP_CarriedHackablePhone_C) == 0x000008, "Wrong alignment on ABP_CarriedHackablePhone_C"); \ +static_assert(sizeof(ABP_CarriedHackablePhone_C) == 0x0003C0, "Wrong size on ABP_CarriedHackablePhone_C"); \ +static_assert(offsetof(ABP_CarriedHackablePhone_C, UberGraphFrame) == 0x000360, "Member 'ABP_CarriedHackablePhone_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarriedHackablePhone_C, Ak) == 0x000368, "Member 'ABP_CarriedHackablePhone_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarriedHackablePhone_C, Box) == 0x000370, "Member 'ABP_CarriedHackablePhone_C::Box' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarriedHackablePhone_C, SM_GlowingRectangle) == 0x000378, "Member 'ABP_CarriedHackablePhone_C::SM_GlowingRectangle' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarriedHackablePhone_C, SBZOutline) == 0x000380, "Member 'ABP_CarriedHackablePhone_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarriedHackablePhone_C, StaticMesh) == 0x000388, "Member 'ABP_CarriedHackablePhone_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarriedHackablePhone_C, Timeline_InRange_Time_981F9A4C425A0E5E6C9939BAF166BAF1) == 0x000390, "Member 'ABP_CarriedHackablePhone_C::Timeline_InRange_Time_981F9A4C425A0E5E6C9939BAF166BAF1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarriedHackablePhone_C, Timeline_InRange__Direction_981F9A4C425A0E5E6C9939BAF166BAF1) == 0x000394, "Member 'ABP_CarriedHackablePhone_C::Timeline_InRange__Direction_981F9A4C425A0E5E6C9939BAF166BAF1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarriedHackablePhone_C, Timeline_InRange) == 0x000398, "Member 'ABP_CarriedHackablePhone_C::Timeline_InRange' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarriedHackablePhone_C, Glow_Intensity) == 0x0003A0, "Member 'ABP_CarriedHackablePhone_C::Glow_Intensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarriedHackablePhone_C, Glow_Color) == 0x0003A4, "Member 'ABP_CarriedHackablePhone_C::Glow_Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarriedHackablePhone_C, DisTexture) == 0x0003B8, "Member 'ABP_CarriedHackablePhone_C::DisTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian \ +static_assert(alignof(CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian) == 0x000004, "Wrong alignment on CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian"); \ +static_assert(sizeof(CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian) == 0x000034, "Wrong size on CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian"); \ +static_assert(offsetof(CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian, EntryPoint) == 0x000000, "Member 'CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000004, "Member 'CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00000C, "Member 'CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian, CallFunc_Conv_IntToBool_ReturnValue) == 0x000014, "Member 'CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian, CallFunc_Array_Length_ReturnValue_1) == 0x000018, "Member 'CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian, CallFunc_Conv_IntToBool_ReturnValue_1) == 0x00001C, "Member 'CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian::CallFunc_Conv_IntToBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian, CallFunc_RandomInteger_ReturnValue) == 0x000020, "Member 'CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian, CallFunc_RandomInteger_ReturnValue_1) == 0x000024, "Member 'CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian::CallFunc_RandomInteger_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian, CallFunc_Array_Length_ReturnValue_2) == 0x000028, "Member 'CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian, CallFunc_Conv_IntToBool_ReturnValue_2) == 0x00002C, "Member 'CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian::CallFunc_Conv_IntToBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian, CallFunc_RandomInteger_ReturnValue_2) == 0x000030, "Member 'CH_BaseCivilian_C_ExecuteUbergraph_CH_BaseCivilian::CallFunc_RandomInteger_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACH_BaseCivilian_C \ +static_assert(alignof(ACH_BaseCivilian_C) == 0x000010, "Wrong alignment on ACH_BaseCivilian_C"); \ +static_assert(sizeof(ACH_BaseCivilian_C) == 0x001D30, "Wrong size on ACH_BaseCivilian_C"); \ +static_assert(offsetof(ACH_BaseCivilian_C, UberGraphFrame) == 0x001CE0, "Member 'ACH_BaseCivilian_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ACH_BaseCivilian_C, SBZAIStimuliReaction) == 0x001CE8, "Member 'ACH_BaseCivilian_C::SBZAIStimuliReaction' has a wrong offset!"); \ +static_assert(offsetof(ACH_BaseCivilian_C, SBZEventReaction) == 0x001CF0, "Member 'ACH_BaseCivilian_C::SBZEventReaction' has a wrong offset!"); \ +static_assert(offsetof(ACH_BaseCivilian_C, SBZShoutTargetComponent) == 0x001CF8, "Member 'ACH_BaseCivilian_C::SBZShoutTargetComponent' has a wrong offset!"); \ +static_assert(offsetof(ACH_BaseCivilian_C, RedZoneColors) == 0x001D00, "Member 'ACH_BaseCivilian_C::RedZoneColors' has a wrong offset!"); \ +static_assert(offsetof(ACH_BaseCivilian_C, GreenZoneColors) == 0x001D10, "Member 'ACH_BaseCivilian_C::GreenZoneColors' has a wrong offset!"); \ +static_assert(offsetof(ACH_BaseCivilian_C, BlueZoneColors) == 0x001D20, "Member 'ACH_BaseCivilian_C::BlueZoneColors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACH_BaseCop_C \ +static_assert(alignof(ACH_BaseCop_C) == 0x000010, "Wrong alignment on ACH_BaseCop_C"); \ +static_assert(sizeof(ACH_BaseCop_C) == 0x001CF0, "Wrong size on ACH_BaseCop_C"); \ +static_assert(offsetof(ACH_BaseCop_C, AIPerceptionStimuliSource) == 0x001CE0, "Member 'ACH_BaseCop_C::AIPerceptionStimuliSource' has a wrong offset!"); \ +static_assert(offsetof(ACH_BaseCop_C, SBZEventReaction) == 0x001CE8, "Member 'ACH_BaseCop_C::SBZEventReaction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_SWAT_SHIELD_C_ExecuteUbergraph_CH_SWAT_SHIELD \ +static_assert(alignof(CH_SWAT_SHIELD_C_ExecuteUbergraph_CH_SWAT_SHIELD) == 0x000008, "Wrong alignment on CH_SWAT_SHIELD_C_ExecuteUbergraph_CH_SWAT_SHIELD"); \ +static_assert(sizeof(CH_SWAT_SHIELD_C_ExecuteUbergraph_CH_SWAT_SHIELD) == 0x000010, "Wrong size on CH_SWAT_SHIELD_C_ExecuteUbergraph_CH_SWAT_SHIELD"); \ +static_assert(offsetof(CH_SWAT_SHIELD_C_ExecuteUbergraph_CH_SWAT_SHIELD, EntryPoint) == 0x000000, "Member 'CH_SWAT_SHIELD_C_ExecuteUbergraph_CH_SWAT_SHIELD::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(CH_SWAT_SHIELD_C_ExecuteUbergraph_CH_SWAT_SHIELD, K2Node_Event_OtherActor) == 0x000008, "Member 'CH_SWAT_SHIELD_C_ExecuteUbergraph_CH_SWAT_SHIELD::K2Node_Event_OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_SWAT_SHIELD_C_ReceiveActorBeginOverlap \ +static_assert(alignof(CH_SWAT_SHIELD_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on CH_SWAT_SHIELD_C_ReceiveActorBeginOverlap"); \ +static_assert(sizeof(CH_SWAT_SHIELD_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on CH_SWAT_SHIELD_C_ReceiveActorBeginOverlap"); \ +static_assert(offsetof(CH_SWAT_SHIELD_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'CH_SWAT_SHIELD_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACH_SWAT_SHIELD_C \ +static_assert(alignof(ACH_SWAT_SHIELD_C) == 0x000010, "Wrong alignment on ACH_SWAT_SHIELD_C"); \ +static_assert(sizeof(ACH_SWAT_SHIELD_C) == 0x001D30, "Wrong size on ACH_SWAT_SHIELD_C"); \ +static_assert(offsetof(ACH_SWAT_SHIELD_C, UberGraphFrame) == 0x001CF0, "Member 'ACH_SWAT_SHIELD_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ACH_SWAT_SHIELD_C, Niagara) == 0x001CF8, "Member 'ACH_SWAT_SHIELD_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(ACH_SWAT_SHIELD_C, LightMesh) == 0x001D00, "Member 'ACH_SWAT_SHIELD_C::LightMesh' has a wrong offset!"); \ +static_assert(offsetof(ACH_SWAT_SHIELD_C, SBZAIShieldSpecial) == 0x001D08, "Member 'ACH_SWAT_SHIELD_C::SBZAIShieldSpecial' has a wrong offset!"); \ +static_assert(offsetof(ACH_SWAT_SHIELD_C, SBZRandomNoise) == 0x001D10, "Member 'ACH_SWAT_SHIELD_C::SBZRandomNoise' has a wrong offset!"); \ +static_assert(offsetof(ACH_SWAT_SHIELD_C, ShieldVisor) == 0x001D18, "Member 'ACH_SWAT_SHIELD_C::ShieldVisor' has a wrong offset!"); \ +static_assert(offsetof(ACH_SWAT_SHIELD_C, SBZAIShield) == 0x001D20, "Member 'ACH_SWAT_SHIELD_C::SBZAIShield' has a wrong offset!"); \ +static_assert(offsetof(ACH_SWAT_SHIELD_C, Helmet) == 0x001D28, "Member 'ACH_SWAT_SHIELD_C::Helmet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABPL_SkyBounceWindow_C \ +static_assert(alignof(ABPL_SkyBounceWindow_C) == 0x000008, "Wrong alignment on ABPL_SkyBounceWindow_C"); \ +static_assert(sizeof(ABPL_SkyBounceWindow_C) == 0x0002B8, "Wrong size on ABPL_SkyBounceWindow_C"); \ +static_assert(offsetof(ABPL_SkyBounceWindow_C, RectLight) == 0x0002A8, "Member 'ABPL_SkyBounceWindow_C::RectLight' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SkyBounceWindow_C, DefaultSceneRoot) == 0x0002B0, "Member 'ABPL_SkyBounceWindow_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACH_Grenadier_C \ +static_assert(alignof(ACH_Grenadier_C) == 0x000010, "Wrong alignment on ACH_Grenadier_C"); \ +static_assert(sizeof(ACH_Grenadier_C) == 0x001D00, "Wrong size on ACH_Grenadier_C"); \ +static_assert(offsetof(ACH_Grenadier_C, SBZAIGrenadeBelt) == 0x001CF0, "Member 'ACH_Grenadier_C::SBZAIGrenadeBelt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACH_Dozer_C \ +static_assert(alignof(ACH_Dozer_C) == 0x000010, "Wrong alignment on ACH_Dozer_C"); \ +static_assert(sizeof(ACH_Dozer_C) == 0x001D10, "Wrong size on ACH_Dozer_C"); \ +static_assert(offsetof(ACH_Dozer_C, Sphere_1) == 0x001CF0, "Member 'ACH_Dozer_C::Sphere_1' has a wrong offset!"); \ +static_assert(offsetof(ACH_Dozer_C, FacePlate) == 0x001CF8, "Member 'ACH_Dozer_C::FacePlate' has a wrong offset!"); \ +static_assert(offsetof(ACH_Dozer_C, Sphere) == 0x001D00, "Member 'ACH_Dozer_C::Sphere' has a wrong offset!"); \ +static_assert(offsetof(ACH_Dozer_C, SBZTankAI) == 0x001D08, "Member 'ACH_Dozer_C::SBZTankAI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticPokerChip_C \ +static_assert(alignof(ABP_CosmeticPokerChip_C) == 0x000008, "Wrong alignment on ABP_CosmeticPokerChip_C"); \ +static_assert(sizeof(ABP_CosmeticPokerChip_C) == 0x0002D0, "Wrong size on ABP_CosmeticPokerChip_C"); \ +static_assert(offsetof(ABP_CosmeticPokerChip_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticPokerChip_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker \ +static_assert(alignof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker) == 0x000008, "Wrong alignment on CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker"); \ +static_assert(sizeof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker) == 0x000130, "Wrong size on CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, EntryPoint) == 0x000000, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, CallFunc_MakeLiteralGameplayTag_ReturnValue) == 0x000004, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::CallFunc_MakeLiteralGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, Temp_struct_Variable) == 0x000010, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, Temp_delegate_Variable) == 0x000020, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, Temp_struct_Variable_1) == 0x000038, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, Temp_delegate_Variable_1) == 0x000048, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, CallFunc_HasAuthority_ReturnValue) == 0x00005C, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x00005D, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, CallFunc_GetAbilitySystemComponent_ReturnValue) == 0x000060, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::CallFunc_GetAbilitySystemComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, K2Node_Event_OldState) == 0x000068, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::K2Node_Event_OldState' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, K2Node_Event_NewState) == 0x000069, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, CallFunc_TryActivateAbilityByClass_ReturnValue) == 0x00006A, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::CallFunc_TryActivateAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, K2Node_SwitchEnum_CmpSuccess) == 0x00006B, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, Temp_struct_Variable_2) == 0x000070, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, CallFunc_CreateActionData_ReturnValue) == 0x000090, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::CallFunc_CreateActionData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, CallFunc_Get_ReturnValue) == 0x000098, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, CallFunc_PushAction_ReturnValue) == 0x0000A0, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::CallFunc_PushAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000A8, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, CallFunc_MakeLiteralGameplayTag_ReturnValue_1) == 0x0000B4, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::CallFunc_MakeLiteralGameplayTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, CallFunc_GetClosestLifeActionMatchingTagAny_ReturnValue) == 0x0000C0, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::CallFunc_GetClosestLifeActionMatchingTagAny_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, K2Node_MakeStruct_SBZLifeActionRequest) == 0x0000C8, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::K2Node_MakeStruct_SBZLifeActionRequest' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, CallFunc_GetGameState_ReturnValue) == 0x000108, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, K2Node_DynamicCast_AsPD3Heist_Game_State) == 0x000110, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::K2Node_DynamicCast_AsPD3Heist_Game_State' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, K2Node_DynamicCast_bSuccess) == 0x000118, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, CallFunc_PostAkEvent_ReturnValue) == 0x00011C, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000120, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, CallFunc_PostAkEvent_ReturnValue_1) == 0x000124, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::CallFunc_PostAkEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, CallFunc_IsDedicatedServer_ReturnValue) == 0x000128, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker, CallFunc_IsDedicatedServer_ReturnValue_1) == 0x000129, "Member 'CH_Cloaker_C_ExecuteUbergraph_CH_Cloaker::CallFunc_IsDedicatedServer_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_Cloaker_C_BP_OnHeistStateChanged \ +static_assert(alignof(CH_Cloaker_C_BP_OnHeistStateChanged) == 0x000001, "Wrong alignment on CH_Cloaker_C_BP_OnHeistStateChanged"); \ +static_assert(sizeof(CH_Cloaker_C_BP_OnHeistStateChanged) == 0x000002, "Wrong size on CH_Cloaker_C_BP_OnHeistStateChanged"); \ +static_assert(offsetof(CH_Cloaker_C_BP_OnHeistStateChanged, OldState) == 0x000000, "Member 'CH_Cloaker_C_BP_OnHeistStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(CH_Cloaker_C_BP_OnHeistStateChanged, NewState) == 0x000001, "Member 'CH_Cloaker_C_BP_OnHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACH_Cloaker_C \ +static_assert(alignof(ACH_Cloaker_C) == 0x000010, "Wrong alignment on ACH_Cloaker_C"); \ +static_assert(sizeof(ACH_Cloaker_C) == 0x001D00, "Wrong size on ACH_Cloaker_C"); \ +static_assert(offsetof(ACH_Cloaker_C, UberGraphFrame) == 0x001CF0, "Member 'ACH_Cloaker_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ACH_Cloaker_C, Niagara) == 0x001CF8, "Member 'ACH_Cloaker_C::Niagara' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_Tower_C_ExecuteUbergraph_CH_Tower \ +static_assert(alignof(CH_Tower_C_ExecuteUbergraph_CH_Tower) == 0x000008, "Wrong alignment on CH_Tower_C_ExecuteUbergraph_CH_Tower"); \ +static_assert(sizeof(CH_Tower_C_ExecuteUbergraph_CH_Tower) == 0x000060, "Wrong size on CH_Tower_C_ExecuteUbergraph_CH_Tower"); \ +static_assert(offsetof(CH_Tower_C_ExecuteUbergraph_CH_Tower, EntryPoint) == 0x000000, "Member 'CH_Tower_C_ExecuteUbergraph_CH_Tower::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(CH_Tower_C_ExecuteUbergraph_CH_Tower, Temp_struct_Variable) == 0x000008, "Member 'CH_Tower_C_ExecuteUbergraph_CH_Tower::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(CH_Tower_C_ExecuteUbergraph_CH_Tower, Temp_delegate_Variable) == 0x000018, "Member 'CH_Tower_C_ExecuteUbergraph_CH_Tower::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(CH_Tower_C_ExecuteUbergraph_CH_Tower, Temp_struct_Variable_1) == 0x000030, "Member 'CH_Tower_C_ExecuteUbergraph_CH_Tower::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(CH_Tower_C_ExecuteUbergraph_CH_Tower, Temp_delegate_Variable_1) == 0x000040, "Member 'CH_Tower_C_ExecuteUbergraph_CH_Tower::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(CH_Tower_C_ExecuteUbergraph_CH_Tower, CallFunc_PostAkEvent_ReturnValue) == 0x000054, "Member 'CH_Tower_C_ExecuteUbergraph_CH_Tower::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_Tower_C_ExecuteUbergraph_CH_Tower, CallFunc_PostAkEvent_ReturnValue_1) == 0x000058, "Member 'CH_Tower_C_ExecuteUbergraph_CH_Tower::CallFunc_PostAkEvent_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACH_Tower_C \ +static_assert(alignof(ACH_Tower_C) == 0x000010, "Wrong alignment on ACH_Tower_C"); \ +static_assert(sizeof(ACH_Tower_C) == 0x001D10, "Wrong size on ACH_Tower_C"); \ +static_assert(offsetof(ACH_Tower_C, UberGraphFrame) == 0x001CF0, "Member 'ACH_Tower_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ACH_Tower_C, SBZAITowerSpecial) == 0x001CF8, "Member 'ACH_Tower_C::SBZAITowerSpecial' has a wrong offset!"); \ +static_assert(offsetof(ACH_Tower_C, Helmet) == 0x001D00, "Member 'ACH_Tower_C::Helmet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide \ +static_assert(alignof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide) == 0x000008, "Wrong alignment on WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide"); \ +static_assert(sizeof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide) == 0x000BD8, "Wrong size on WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetAllActorsOfClass_OutActors) == 0x000008, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Array_Index_Variable_1) == 0x000028, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Conv_StringToName_ReturnValue) == 0x00002C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetDataTableRowFromName_OutRow) == 0x000038, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000088, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Loop_Counter_Variable_1) == 0x00008C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_1) == 0x000090, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Loop_Counter_Variable_2) == 0x000094, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_2) == 0x000098, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Array_Index_Variable_2) == 0x00009C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_MakeArray_Array) == 0x0000A0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_bool_Variable) == 0x0000B0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Array_Index_Variable_3) == 0x0000B4, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Loop_Counter_Variable_3) == 0x0000B8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_3) == 0x0000BC, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Array_Index_Variable_4) == 0x0000C0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_bool_Variable_1) == 0x0000C4, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Loop_Counter_Variable_4) == 0x0000C8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_4) == 0x0000CC, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_wildcard_Variable) == 0x0000D0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Loop_Counter_Variable_5) == 0x0000E0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_1) == 0x0000E4, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_5) == 0x0000E8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Array_Index_Variable_5) == 0x0000EC, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_string_Variable) == 0x0000F0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Loop_Counter_Variable_6) == 0x000100, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Array_Index_Variable_6) == 0x000104, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_6) == 0x000108, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Loop_Counter_Variable_7) == 0x00010C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Loop_Counter_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_7) == 0x000110, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Array_Index_Variable_7) == 0x000114, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Array_Index_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_string_Variable_1) == 0x000118, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_string_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Loop_Counter_Variable_8) == 0x000128, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Loop_Counter_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_8) == 0x00012C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Loop_Counter_Variable_9) == 0x000130, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Loop_Counter_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_9) == 0x000134, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Array_Index_Variable_8) == 0x000138, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Array_Index_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_byte_Variable) == 0x00013C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Array_Index_Variable_9) == 0x000140, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Array_Index_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Loop_Counter_Variable_10) == 0x000144, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Loop_Counter_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_10) == 0x000148, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Array_Index_Variable_10) == 0x00014C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Array_Index_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetGameState_ReturnValue) == 0x000150, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_DynamicCast_AsPD3Heist_Game_State) == 0x000158, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_DynamicCast_AsPD3Heist_Game_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_DynamicCast_bSuccess) == 0x000160, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetCurrentHeistState_ReturnValue) == 0x000161, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetCurrentHeistState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Create_ReturnValue) == 0x000168, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000170, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000171, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Loop_Counter_Variable_11) == 0x000174, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Loop_Counter_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_BooleanOR_ReturnValue) == 0x000178, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_11) == 0x00017C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Array_Index_Variable_11) == 0x000180, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Array_Index_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_wildcard_Variable_1) == 0x000188, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_2) == 0x000198, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_string_Variable_2) == 0x0001A0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_string_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Array_Index_Variable_12) == 0x0001B0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Array_Index_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Loop_Counter_Variable_12) == 0x0001B4, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Loop_Counter_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetGameState_ReturnValue_1) == 0x0001B8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetGameState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_DynamicCast_AsPD3Heist_Game_State_1) == 0x0001C0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_DynamicCast_AsPD3Heist_Game_State_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_DynamicCast_bSuccess_1) == 0x0001C8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_12) == 0x0001CC, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetCurrentHeistState_ReturnValue_1) == 0x0001D0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetCurrentHeistState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0001D1, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0001D2, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_BooleanOR_ReturnValue_1) == 0x0001D3, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_MakeArray_Array_1) == 0x0001D8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_wildcard_Variable_2) == 0x0001E8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_wildcard_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_CreateDelegate_OutputDelegate) == 0x0001F8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_3) == 0x00020C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000210, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_13) == 0x000218, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Array_Index_Variable_13) == 0x00021C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Array_Index_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Loop_Counter_Variable_13) == 0x000220, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Loop_Counter_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_string_Variable_3) == 0x000228, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_string_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_14) == 0x000238, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Array_Index_Variable_14) == 0x00023C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Array_Index_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_MakeArray_Array_2) == 0x000240, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_CreateDelegate_OutputDelegate_1) == 0x000250, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Loop_Counter_Variable_14) == 0x000264, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Loop_Counter_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000268, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_15) == 0x000270, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Array_Index_Variable_15) == 0x000274, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Array_Index_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_byte_Variable_1) == 0x000278, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_wildcard_Variable_3) == 0x000280, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_wildcard_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_4) == 0x000290, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Loop_Counter_Variable_15) == 0x000294, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Loop_Counter_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Array_Index_Variable_16) == 0x000298, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Array_Index_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Get_Item) == 0x0002A0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Add_ReturnValue) == 0x0002A8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Subtract_ByteByte_ReturnValue) == 0x0002AC, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Subtract_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_16) == 0x0002B0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0002B4, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Loop_Counter_Variable_16) == 0x0002B8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Loop_Counter_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_CreateDelegate_OutputDelegate_2) == 0x0002BC, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Less_IntInt_ReturnValue) == 0x0002D0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x0002D8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_17) == 0x0002E0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_byte_Variable_2) == 0x0002E4, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_MakeArray_Array_3) == 0x0002E8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_Event_IsDesignTime) == 0x0002F8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetAllWidgetsOfClass_FoundWidgets) == 0x000300, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetAllWidgetsOfClass_FoundWidgets' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetAllWidgetsOfClass_FoundWidgets_1) == 0x000310, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetAllWidgetsOfClass_FoundWidgets_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_5) == 0x000320, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Get_Item_1) == 0x000328, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_6) == 0x000330, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Less_IntInt_ReturnValue_1) == 0x000334, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Array_Index_Variable_17) == 0x000338, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Array_Index_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Array_Index_Variable_18) == 0x00033C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Array_Index_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000340, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Get_Item_2) == 0x000348, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Add_ReturnValue_1) == 0x000350, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Add_ReturnValue_2) == 0x000354, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Add_ReturnValue_3) == 0x000358, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000360, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_7) == 0x000370, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Get_Item_3) == 0x000374, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_8) == 0x000380, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x000388, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetDataTableRowFromName_ReturnValue_1) == 0x000420, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetDataTableRowFromName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Conv_NameToString_ReturnValue) == 0x000428, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_Select_Default) == 0x000438, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000440, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_bool_Variable_2) == 0x000448, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_string_Variable_4) == 0x000450, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_string_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_Value) == 0x000460, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_ReturnValue) == 0x000468, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_Value_1) == 0x000470, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_ReturnValue_1) == 0x000478, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Keys_Keys) == 0x000480, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Get_Item_4) == 0x000490, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_9) == 0x0004A0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0004A4, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Less_IntInt_ReturnValue_2) == 0x0004A5, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x0004A6, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_StrStr_ReturnValue_2) == 0x0004A7, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_StrStr_ReturnValue_3) == 0x0004A8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_StrStr_ReturnValue_4) == 0x0004A9, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_StrStr_ReturnValue_5) == 0x0004AA, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_StrStr_ReturnValue_6) == 0x0004AB, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_StrStr_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_Value_2) == 0x0004B0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_ReturnValue_2) == 0x000548, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_Value_3) == 0x000550, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_Value_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_ReturnValue_3) == 0x000558, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Get_Item_5) == 0x000560, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_10) == 0x000570, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Less_IntInt_ReturnValue_3) == 0x000574, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_11) == 0x000578, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Get_Item_6) == 0x000580, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000598, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x0005A0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_12) == 0x0005B0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Get_Item_7) == 0x0005B8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Less_IntInt_ReturnValue_4) == 0x0005C0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_DynamicCast_AsCH_Base_Cop) == 0x0005C8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_DynamicCast_AsCH_Base_Cop' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_DynamicCast_bSuccess_2) == 0x0005D0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Get_Item_8) == 0x0005D8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_DynamicCast_AsSBZReplicated_Binary_State_Actor) == 0x0005E0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_DynamicCast_AsSBZReplicated_Binary_State_Actor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_DynamicCast_bSuccess_3) == 0x0005E8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Get_Item_9) == 0x0005F0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_DynamicCast_AsSBZReplicated_Int_State_Actor) == 0x0005F8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_DynamicCast_AsSBZReplicated_Int_State_Actor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_DynamicCast_bSuccess_4) == 0x000600, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x000601, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000602, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_13) == 0x000604, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Less_IntInt_ReturnValue_5) == 0x000608, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_14) == 0x00060C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Less_IntInt_ReturnValue_6) == 0x000610, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_15) == 0x000614, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Less_IntInt_ReturnValue_7) == 0x000618, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_16) == 0x00061C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetAllActorsOfClass_OutActors_2) == 0x000620, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetAllActorsOfClass_OutActors_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Loop_Counter_Variable_17) == 0x000630, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Loop_Counter_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Get_Item_10) == 0x000638, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Add_ReturnValue_4) == 0x000640, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000644, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Less_IntInt_ReturnValue_8) == 0x000645, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Less_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_18) == 0x000648, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_17) == 0x00064C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_string_Variable_5) == 0x000650, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_string_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Less_IntInt_ReturnValue_9) == 0x000660, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Less_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_string_Variable_6) == 0x000668, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_string_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_19) == 0x000678, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Subtract_IntInt_ReturnValue) == 0x00067C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_Select_Default_1) == 0x000680, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_20) == 0x000684, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000688, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_Select_Default_2) == 0x00068C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_Value_4) == 0x000690, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_Value_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_ReturnValue_4) == 0x000691, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_21) == 0x000694, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_22) == 0x000698, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_23) == 0x00069C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetAllActorsOfClass_OutActors_3) == 0x0006A0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetAllActorsOfClass_OutActors_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Loop_Counter_Variable_18) == 0x0006B0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Loop_Counter_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Less_IntInt_ReturnValue_10) == 0x0006B4, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Less_IntInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_24) == 0x0006B8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_struct_Variable) == 0x0006BC, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_struct_Variable_1) == 0x0006CC, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_bool_Variable_3) == 0x0006DC, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_struct_Variable_2) == 0x0006E0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_bool_Variable_4) == 0x0006F0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_struct_Variable_3) == 0x0006F4, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetCurrentLevelName_ReturnValue) == 0x000708, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetCurrentLevelName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Array_Index_Variable_19) == 0x000718, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Array_Index_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_Value_5) == 0x00071C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_Value_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_ReturnValue_5) == 0x000720, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Get_Item_11) == 0x000728, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Get_Item_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_25) == 0x000730, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_bool_Variable_5) == 0x000734, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Variable) == 0x000738, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_object_Variable) == 0x000740, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetAllActorsOfClass_OutActors_4) == 0x000748, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetAllActorsOfClass_OutActors_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_bool_Variable_6) == 0x000758, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Get_Item_12) == 0x000760, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Get_Item_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_18) == 0x000768, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Less_IntInt_ReturnValue_11) == 0x00076C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Less_IntInt_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_Value_6) == 0x000770, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_Value_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_ReturnValue_6) == 0x000774, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_26) == 0x000778, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetObjectName_ReturnValue) == 0x000780, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_StrStr_ReturnValue_7) == 0x000790, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_StrStr_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Contains_ReturnValue) == 0x000791, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_StrStr_ReturnValue_8) == 0x000792, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_StrStr_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Contains_ReturnValue_1) == 0x000793, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Contains_ReturnValue_2) == 0x000794, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Contains_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Contains_ReturnValue_3) == 0x000795, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Contains_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_object_Variable_1) == 0x000798, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_BooleanOR_ReturnValue_2) == 0x0007A0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_BooleanOR_ReturnValue_3) == 0x0007A1, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_IsSoloGame_ReturnValue) == 0x0007A2, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_IsSoloGame_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_BooleanOR_ReturnValue_4) == 0x0007A3, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_BooleanOR_ReturnValue_5) == 0x0007A4, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_bool_Variable_7) == 0x0007A5, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_BooleanOR_ReturnValue_6) == 0x0007A6, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_object_Variable_2) == 0x0007A8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_IsSoloGame_ReturnValue_1) == 0x0007B0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_IsSoloGame_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_bool_Variable_8) == 0x0007B1, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_bool_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_object_Variable_3) == 0x0007B8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_bool_Variable_9) == 0x0007C0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_bool_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_object_Variable_4) == 0x0007C8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_bool_Variable_10) == 0x0007D0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_bool_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_object_Variable_5) == 0x0007D8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Keys_Keys_1) == 0x0007E0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Get_Item_13) == 0x0007F0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Get_Item_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_19) == 0x0007F8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_Value_7) == 0x000800, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_Value_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_ReturnValue_7) == 0x000808, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Less_IntInt_ReturnValue_12) == 0x000809, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Less_IntInt_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetAllActorsOfClass_OutActors_5) == 0x000810, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetAllActorsOfClass_OutActors_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_bool_Variable_11) == 0x000820, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_bool_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Get_Item_14) == 0x000828, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Get_Item_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_20) == 0x000830, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Less_IntInt_ReturnValue_13) == 0x000834, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Less_IntInt_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000835, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_object_Variable_6) == 0x000838, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_bool_Variable_12) == 0x000840, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_bool_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Keys_Keys_2) == 0x000848, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Keys_Keys_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Get_Item_15) == 0x000858, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Get_Item_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_21) == 0x000860, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetObjectName_ReturnValue_1) == 0x000868, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetObjectName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Less_IntInt_ReturnValue_14) == 0x000878, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Less_IntInt_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_Value_8) == 0x00087C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_Value_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_ReturnValue_8) == 0x000880, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_Value_9) == 0x000884, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_Value_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_ReturnValue_9) == 0x000888, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_27) == 0x00088C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_Value_10) == 0x000890, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_Value_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_ReturnValue_10) == 0x000898, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Loop_Counter_Variable_19) == 0x00089C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Loop_Counter_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_object_Variable_7) == 0x0008A0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Less_IntInt_ReturnValue_15) == 0x0008A8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Less_IntInt_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_28) == 0x0008AC, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_bool_Variable_13) == 0x0008B0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_bool_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Variable_1) == 0x0008B4, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Get_ReturnValue) == 0x0008B8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Get_Item_16) == 0x0008C0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Get_Item_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_22) == 0x0008F8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Less_IntInt_ReturnValue_16) == 0x0008FC, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Less_IntInt_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_DynamicCast_AsSBZPlayer_Character) == 0x000900, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_DynamicCast_AsSBZPlayer_Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_DynamicCast_bSuccess_5) == 0x000908, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_IsValid_ReturnValue) == 0x000909, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_object_Variable_8) == 0x000910, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_Value_11) == 0x000918, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_Value_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_ReturnValue_11) == 0x000920, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetObjectName_ReturnValue_2) == 0x000928, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetObjectName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetObjectName_ReturnValue_3) == 0x000938, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetObjectName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_StrStr_ReturnValue_9) == 0x000948, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_StrStr_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_StrStr_ReturnValue_10) == 0x000949, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_StrStr_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_StrStr_ReturnValue_11) == 0x00094A, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_StrStr_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_StrStr_ReturnValue_12) == 0x00094B, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_StrStr_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_StrStr_ReturnValue_13) == 0x00094C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_StrStr_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_NotEqual_StrStr_ReturnValue) == 0x00094D, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_NotEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Contains_ReturnValue_4) == 0x00094E, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Contains_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Contains_ReturnValue_5) == 0x00094F, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Contains_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_BooleanAND_ReturnValue) == 0x000950, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Contains_ReturnValue_6) == 0x000951, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Contains_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Contains_ReturnValue_7) == 0x000952, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Contains_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Contains_ReturnValue_8) == 0x000953, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Contains_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Contains_ReturnValue_9) == 0x000954, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Contains_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Contains_ReturnValue_10) == 0x000955, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Contains_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_BooleanAND_ReturnValue_1) == 0x000956, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_StrStr_ReturnValue_14) == 0x000957, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_StrStr_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_StrStr_ReturnValue_15) == 0x000958, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_StrStr_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Contains_ReturnValue_11) == 0x000959, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Contains_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_BooleanOR_ReturnValue_7) == 0x00095A, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_Select_Default_3) == 0x000960, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_Select_Default_4) == 0x000968, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_Select_Default_5) == 0x000970, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_Select_Default_6) == 0x000980, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_Select_Default_7) == 0x000988, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_Select_Default_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_Select_Default_8) == 0x000998, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_Select_Default_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_Select_Default_9) == 0x0009A0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_Select_Default_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_Select_Default_10) == 0x0009B0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_Select_Default_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_NotEqual_LinearColorLinearColor_ReturnValue) == 0x0009B8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_NotEqual_LinearColorLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_Select_Default_11) == 0x0009C0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_Select_Default_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_Select_Default_12) == 0x0009C8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_Select_Default_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Contains_ReturnValue) == 0x0009D0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_Select_Default_13) == 0x0009D8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_Select_Default_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_Value_12) == 0x0009E0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_Value_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_ReturnValue_12) == 0x0009E8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_Value_13) == 0x0009F0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_Value_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_ReturnValue_13) == 0x0009F8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_Value_14) == 0x000A00, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_Value_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_ReturnValue_14) == 0x000A08, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetAllActorsOfClass_OutActors_6) == 0x000A10, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetAllActorsOfClass_OutActors_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_bool_Variable_14) == 0x000A20, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_bool_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_object_Variable_9) == 0x000A28, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_object_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_Select_Default_14) == 0x000A30, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_Select_Default_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetLocalPlayerPawn_ReturnValue) == 0x000A38, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetLocalPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetAllActorsOfClass_OutActors_7) == 0x000A40, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetAllActorsOfClass_OutActors_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_DynamicCast_AsSBZPlayer_Character_1) == 0x000A50, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_DynamicCast_AsSBZPlayer_Character_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_DynamicCast_bSuccess_6) == 0x000A58, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Get_Is_Not_Looted_Count_Count) == 0x000A5C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Get_Is_Not_Looted_Count_Count' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetAllActorsOfClass_OutActors_8) == 0x000A60, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetAllActorsOfClass_OutActors_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_23) == 0x000A70, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000A74, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Round_ReturnValue) == 0x000A78, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000A7C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_24) == 0x000A80, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x000A84, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_Select_Default_15) == 0x000A88, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_Select_Default_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_bool_Variable_15) == 0x000A89, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_bool_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_Value_15) == 0x000A90, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_Value_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_ReturnValue_15) == 0x000A98, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_Select_Default_16) == 0x000AA0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_Select_Default_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetAllActorsOfClass_OutActors_9) == 0x000AA8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetAllActorsOfClass_OutActors_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_Value_16) == 0x000AB8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_Value_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_ReturnValue_16) == 0x000AC0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_25) == 0x000AC4, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetAllActorsOfClass_OutActors_10) == 0x000AC8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetAllActorsOfClass_OutActors_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_object_Variable_10) == 0x000AD8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_object_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_getFakeBagsCount_CountFake) == 0x000AE0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_getFakeBagsCount_CountFake' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_getDyedPilesCount_Count) == 0x000AE4, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_getDyedPilesCount_Count' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_26) == 0x000AE8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_29) == 0x000AEC, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_bool_Variable_16) == 0x000AF0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_bool_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Subtract_IntInt_ReturnValue_4) == 0x000AF4, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Subtract_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Subtract_IntInt_ReturnValue_5) == 0x000AF8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Subtract_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_Select_Default_17) == 0x000B00, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_Select_Default_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Create_ReturnValue_1) == 0x000B08, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetAllActorsOfClass_OutActors_11) == 0x000B10, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetAllActorsOfClass_OutActors_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Get_Item_17) == 0x000B20, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Get_Item_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_27) == 0x000B28, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Less_IntInt_ReturnValue_17) == 0x000B2C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Less_IntInt_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_EqualEqual_BoolBool_ReturnValue_1) == 0x000B2D, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_EqualEqual_BoolBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Add_ReturnValue_5) == 0x000B30, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_AddChildToHorizontalBox_ReturnValue_1) == 0x000B38, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_AddChildToHorizontalBox_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetAllActorsOfClass_OutActors_12) == 0x000B40, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetAllActorsOfClass_OutActors_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_bool_Variable_17) == 0x000B50, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_bool_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Get_Item_18) == 0x000B58, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Get_Item_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_Select_Default_18) == 0x000B60, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_Select_Default_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_Value_17) == 0x000B68, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_Value_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_ReturnValue_17) == 0x000B6C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_30) == 0x000B70, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Add_ReturnValue_6) == 0x000B74, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Add_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_28) == 0x000B78, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Less_IntInt_ReturnValue_18) == 0x000B7C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Less_IntInt_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_int_Variable_2) == 0x000B80, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetAllActorsOfClass_OutActors_13) == 0x000B88, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetAllActorsOfClass_OutActors_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, Temp_bool_Variable_18) == 0x000B98, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::Temp_bool_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Get_Item_19) == 0x000BA0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Get_Item_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_GetComponentByClass_ReturnValue) == 0x000BA8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, K2Node_Select_Default_19) == 0x000BB0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::K2Node_Select_Default_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_Value_18) == 0x000BB8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_Value_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Map_Find_ReturnValue_18) == 0x000BBC, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Map_Find_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_31) == 0x000BC0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Subtract_IntInt_ReturnValue_6) == 0x000BC4, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Subtract_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Add_IntInt_ReturnValue_32) == 0x000BC8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Add_IntInt_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Array_Length_ReturnValue_29) == 0x000BCC, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Array_Length_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide, CallFunc_Less_IntInt_ReturnValue_19) == 0x000BD0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_TopRightSide::CallFunc_Less_IntInt_ReturnValue_19' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RinoHud_TopRightSide_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_RinoHud_TopRightSide_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_RinoHud_TopRightSide_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_RinoHud_TopRightSide_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_RinoHud_TopRightSide_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount \ +static_assert(alignof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount) == 0x000008, "Wrong alignment on WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount"); \ +static_assert(sizeof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount) == 0x000040, "Wrong size on WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount, Array) == 0x000000, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount::Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount, Target) == 0x000010, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount::Target' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount, Count) == 0x000018, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount::Count' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount, Temp_int_Variable) == 0x000038, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount, CallFunc_Add_IntInt_ReturnValue_1) == 0x00003C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetAliveCount::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount \ +static_assert(alignof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount) == 0x000008, "Wrong alignment on WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount"); \ +static_assert(sizeof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount) == 0x000048, "Wrong size on WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount, Array) == 0x000000, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount::Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount, FreeCiviesCounter) == 0x000010, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount::FreeCiviesCounter' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount, Count) == 0x000018, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount::Count' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount, Temp_int_Variable) == 0x000030, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount, CallFunc_GetValidValue_ReturnValue) == 0x000040, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000041, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount, CallFunc_BooleanAND_ReturnValue) == 0x000042, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount, CallFunc_Add_IntInt_ReturnValue_1) == 0x000044, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetCiviesCount::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount \ +static_assert(alignof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount) == 0x000008, "Wrong alignment on WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount"); \ +static_assert(sizeof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount) == 0x000040, "Wrong size on WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount, Array) == 0x000000, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount::Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount, Target) == 0x000010, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount::Target' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount, Count) == 0x000018, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount::Count' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount, K2Node_SwitchEnum_CmpSuccess) == 0x000031, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount, Temp_int_Variable) == 0x000038, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount, CallFunc_Add_IntInt_ReturnValue_1) == 0x00003C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetNonDestroyedCamerasCount::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages \ +static_assert(alignof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages) == 0x000008, "Wrong alignment on WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages"); \ +static_assert(sizeof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages) == 0x000078, "Wrong size on WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages, All_Hostages) == 0x000000, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages::All_Hostages' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages, Tied_Hostages) == 0x000008, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages::Tied_Hostages' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages, CountTraded) == 0x000010, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages::CountTraded' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages, CountTied) == 0x000014, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages::CountTied' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages, Temp_int_Variable) == 0x000018, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages, Temp_int_Variable_1) == 0x00001C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages, Temp_int_Array_Index_Variable) == 0x000028, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages, CallFunc_Add_IntInt_ReturnValue_1) == 0x00002C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages, CallFunc_Subtract_IntInt_ReturnValue) == 0x000030, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages, CallFunc_Add_IntInt_ReturnValue_2) == 0x000034, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages, CallFunc_Get_ReturnValue) == 0x000038, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages, CallFunc_Array_Get_Item) == 0x000048, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000050, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages, K2Node_DynamicCast_AsSBZAICharacter) == 0x000058, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages::K2Node_DynamicCast_AsSBZAICharacter' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000064, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages, CallFunc_IsBitSet_ReturnValue) == 0x000068, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages::CallFunc_IsBitSet_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages, CallFunc_IsBitSet_ReturnValue_1) == 0x000069, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages::CallFunc_IsBitSet_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages, CallFunc_Array_Length_ReturnValue_1) == 0x00006C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetHostages::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RinoHud_TopRightSide_C_SetGuards \ +static_assert(alignof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetGuards) == 0x000008, "Wrong alignment on WBP_UI_Widget_RinoHud_TopRightSide_C_SetGuards"); \ +static_assert(sizeof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetGuards) == 0x000020, "Wrong size on WBP_UI_Widget_RinoHud_TopRightSide_C_SetGuards"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetGuards, Target) == 0x000000, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetGuards::Target' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetGuards, CallFunc_Get_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetGuards::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetGuards, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetGuards::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetGuards, CallFunc_Array_Length_ReturnValue_1) == 0x000014, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetGuards::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetGuards, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetGuards::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count \ +static_assert(alignof(WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count) == 0x000008, "Wrong alignment on WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count"); \ +static_assert(sizeof(WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count) == 0x000048, "Wrong size on WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count, Array) == 0x000000, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count::Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count, Target) == 0x000010, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count::Target' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count, CountOn) == 0x000018, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count::CountOn' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count, Count) == 0x00001C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count::Count' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count, Temp_int_Array_Index_Variable) == 0x000024, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x000039, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count, Temp_int_Variable) == 0x000040, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count, CallFunc_Add_IntInt_ReturnValue_1) == 0x000044, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_Set_Binary_Actor_Count::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount \ +static_assert(alignof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount) == 0x000008, "Wrong alignment on WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount"); \ +static_assert(sizeof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount) == 0x000138, "Wrong size on WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, SculptureCount) == 0x000000, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::SculptureCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, PaintingCount) == 0x000004, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::PaintingCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, Temp_string_Variable) == 0x000008, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, Temp_int_Loop_Counter_Variable_1) == 0x000020, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_Add_IntInt_ReturnValue_1) == 0x000024, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, Temp_int_Array_Index_Variable) == 0x000028, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, Temp_string_Variable_1) == 0x000030, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::Temp_string_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, Temp_int_Array_Index_Variable_1) == 0x000040, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, Temp_int_Loop_Counter_Variable_2) == 0x000044, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_Add_IntInt_ReturnValue_2) == 0x000048, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, Temp_int_Array_Index_Variable_2) == 0x00004C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, Temp_int_Variable) == 0x000050, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, Temp_bool_True_if_break_was_hit_Variable) == 0x000054, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_Map_Find_Value) == 0x000058, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_Map_Find_ReturnValue) == 0x000060, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_Not_PreBool_ReturnValue) == 0x000061, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_Map_Find_Value_1) == 0x000068, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_Map_Find_ReturnValue_1) == 0x000070, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_Add_IntInt_ReturnValue_3) == 0x000074, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, Temp_int_Variable_1) == 0x000078, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_GetAllActorsOfClass_OutActors) == 0x000080, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_Array_Get_Item) == 0x000090, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_Less_IntInt_ReturnValue) == 0x00009C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_GetStaticMaterials_ReturnValue) == 0x0000A0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_GetStaticMaterials_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_Array_Get_Item_1) == 0x0000B0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_Array_Length_ReturnValue_1) == 0x0000E8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000EC, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_Conv_NameToString_ReturnValue) == 0x0000F0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_BooleanAND_ReturnValue) == 0x000100, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_Contains_ReturnValue) == 0x000101, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_Subtract_IntInt_ReturnValue) == 0x000104, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_Add_IntInt_ReturnValue_4) == 0x000108, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000110, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_Array_Length_ReturnValue_2) == 0x000120, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_Array_Get_Item_2) == 0x000128, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_Less_IntInt_ReturnValue_2) == 0x000130, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000131, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_setArtworkCount::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount \ +static_assert(alignof(WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount) == 0x000008, "Wrong alignment on WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount"); \ +static_assert(sizeof(WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount) == 0x000070, "Wrong size on WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount, High) == 0x000000, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount::High' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount, Low) == 0x000010, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount::Low' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount, Count) == 0x000020, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount::Count' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount, iCount) == 0x000024, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount::iCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount, CallFunc_Array_Length_ReturnValue_1) == 0x000034, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount, Temp_int_Array_Index_Variable) == 0x000038, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount, Temp_int_Variable) == 0x000048, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount, Temp_int_Loop_Counter_Variable_1) == 0x00004C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount, CallFunc_Less_IntInt_ReturnValue_1) == 0x000050, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount, CallFunc_Add_IntInt_ReturnValue_1) == 0x000054, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount, Temp_int_Array_Index_Variable_1) == 0x000058, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount, Temp_int_Variable_1) == 0x00005C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount, CallFunc_Add_IntInt_ReturnValue_2) == 0x000068, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount, CallFunc_Add_IntInt_ReturnValue_3) == 0x00006C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getDyedPilesCount::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount \ +static_assert(alignof(WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount) == 0x000008, "Wrong alignment on WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount"); \ +static_assert(sizeof(WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount) == 0x000048, "Wrong size on WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount, Array) == 0x000000, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount::Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount, CountFake) == 0x000010, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount::CountFake' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount, Count) == 0x000014, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount::Count' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount, Temp_int_Array_Index_Variable) == 0x000028, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount, Temp_int_Variable) == 0x00002C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount, K2Node_DynamicCast_AsBP_Painting) == 0x000038, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount::K2Node_DynamicCast_AsBP_Painting' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount, CallFunc_Add_IntInt_ReturnValue_1) == 0x000044, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_getFakeBagsCount::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count \ +static_assert(alignof(WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count) == 0x000008, "Wrong alignment on WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count"); \ +static_assert(sizeof(WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count) == 0x000040, "Wrong size on WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count, Array) == 0x000000, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count::Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count, Count) == 0x000010, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count::Count' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count, iCount) == 0x000014, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count::iCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count, Temp_int_Array_Index_Variable) == 0x000028, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count, Temp_int_Variable) == 0x00002C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count, CallFunc_Add_IntInt_ReturnValue_1) == 0x000038, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_Get_Is_Not_Looted_Count::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig \ +static_assert(alignof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig) == 0x000008, "Wrong alignment on WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig"); \ +static_assert(sizeof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig) == 0x0001D8, "Wrong size on WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, Temp_byte_Variable) == 0x000000, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, Temp_byte_Variable_1) == 0x000001, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, Temp_bool_Variable) == 0x000002, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, Temp_byte_Variable_2) == 0x000003, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, Temp_byte_Variable_3) == 0x000004, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, Temp_bool_Variable_1) == 0x000005, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_MapifyConfig_Out) == 0x000008, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_MapifyConfig_Out' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, K2Node_Select_Default) == 0x000058, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, Temp_int_Loop_Counter_Variable) == 0x00005C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, Temp_int_Array_Index_Variable) == 0x000064, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_GetGameState_ReturnValue) == 0x000068, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, K2Node_DynamicCast_AsPD3Heist_Game_State) == 0x000070, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::K2Node_DynamicCast_AsPD3Heist_Game_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_GetCurrentHeistState_ReturnValue) == 0x000079, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_GetCurrentHeistState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, Temp_bool_Variable_2) == 0x00007A, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00007B, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00007C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, K2Node_Select_Default_1) == 0x00007D, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_BooleanOR_ReturnValue) == 0x00007E, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_GetGameState_ReturnValue_1) == 0x000080, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_GetGameState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, Temp_byte_Variable_4) == 0x000088, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, K2Node_DynamicCast_AsPD3Heist_Game_State_1) == 0x000090, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::K2Node_DynamicCast_AsPD3Heist_Game_State_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, K2Node_DynamicCast_bSuccess_1) == 0x000098, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_GetCurrentHeistState_ReturnValue_1) == 0x000099, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_GetCurrentHeistState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, Temp_int_Loop_Counter_Variable_1) == 0x00009C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0000A0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000A4, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0000A8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_BooleanOR_ReturnValue_1) == 0x0000A9, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, Temp_int_Array_Index_Variable_1) == 0x0000AC, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, Temp_byte_Variable_5) == 0x0000B0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, Temp_byte_Variable_6) == 0x0000B1, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, Temp_byte_Variable_7) == 0x0000B2, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_GetGameState_ReturnValue_2) == 0x0000B8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_GetGameState_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, K2Node_DynamicCast_AsPD3Heist_Game_State_2) == 0x0000C0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::K2Node_DynamicCast_AsPD3Heist_Game_State_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, K2Node_DynamicCast_bSuccess_2) == 0x0000C8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_GetCurrentHeistState_ReturnValue_2) == 0x0000C9, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_GetCurrentHeistState_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, Temp_bool_Variable_3) == 0x0000CA, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x0000CB, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x0000CC, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, K2Node_Select_Default_2) == 0x0000CD, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_BooleanOR_ReturnValue_2) == 0x0000CE, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, Temp_bool_Variable_4) == 0x0000CF, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_Map_Values_Values) == 0x0000D0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_Array_Get_Item) == 0x0000E0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, K2Node_Select_Default_3) == 0x0000E8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_Array_Length_ReturnValue) == 0x0000EC, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_Less_IntInt_ReturnValue) == 0x0000F0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, Temp_byte_Variable_8) == 0x0000F1, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, Temp_byte_Variable_9) == 0x0000F2, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::Temp_byte_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_LoadConfig_ReturnValue) == 0x0000F8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_LoadConfig_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_Map_Keys_Keys) == 0x000100, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_Array_Get_Item_1) == 0x000110, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_Map_Find_Value) == 0x000120, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_Map_Find_ReturnValue) == 0x000128, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_Map_Find_Value_1) == 0x000130, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_Map_Find_ReturnValue_1) == 0x0001C8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_Map_Find_Value_2) == 0x0001C9, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_Map_Find_ReturnValue_2) == 0x0001CA, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_Array_Length_ReturnValue_1) == 0x0001CC, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, K2Node_Select_Default_4) == 0x0001D0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001D1, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_LoadConfig::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RinoHud_TopRightSide_C_SetSimpleCounterByClass \ +static_assert(alignof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetSimpleCounterByClass) == 0x000008, "Wrong alignment on WBP_UI_Widget_RinoHud_TopRightSide_C_SetSimpleCounterByClass"); \ +static_assert(sizeof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetSimpleCounterByClass) == 0x000028, "Wrong size on WBP_UI_Widget_RinoHud_TopRightSide_C_SetSimpleCounterByClass"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetSimpleCounterByClass, ActorClass) == 0x000000, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetSimpleCounterByClass::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetSimpleCounterByClass, Target) == 0x000008, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetSimpleCounterByClass::Target' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetSimpleCounterByClass, CallFunc_GetAllActorsOfClass_OutActors) == 0x000010, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetSimpleCounterByClass::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_SetSimpleCounterByClass, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_SetSimpleCounterByClass::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount \ +static_assert(alignof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount) == 0x000008, "Wrong alignment on WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount"); \ +static_assert(sizeof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount) == 0x0000D8, "Wrong size on WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, OverCooked) == 0x000000, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::OverCooked' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, Cooked) == 0x000004, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::Cooked' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, UnderCooked) == 0x000008, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::UnderCooked' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, Temp_string_Variable) == 0x000010, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, Temp_int_Variable) == 0x000020, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, Temp_string_Variable_1) == 0x000028, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::Temp_string_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, Temp_string_Variable_2) == 0x000038, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::Temp_string_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, Temp_int_Variable_1) == 0x000048, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, Temp_int_Loop_Counter_Variable) == 0x00004C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, Temp_int_Array_Index_Variable) == 0x000054, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, Temp_int_Variable_2) == 0x000058, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, CallFunc_Map_Find_Value) == 0x000060, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, CallFunc_Map_Find_ReturnValue) == 0x000068, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, CallFunc_Map_Find_Value_1) == 0x000070, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, CallFunc_Map_Find_ReturnValue_1) == 0x000078, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, CallFunc_Map_Find_Value_2) == 0x000080, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, CallFunc_Map_Find_ReturnValue_2) == 0x000088, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, CallFunc_Add_IntInt_ReturnValue_1) == 0x00008C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, CallFunc_Add_IntInt_ReturnValue_2) == 0x000090, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, Temp_int_Variable_3) == 0x000094, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, Temp_int_Variable_4) == 0x000098, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, CallFunc_Add_IntInt_ReturnValue_3) == 0x00009C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, CallFunc_Add_IntInt_ReturnValue_4) == 0x0000A0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, CallFunc_Add_IntInt_ReturnValue_5) == 0x0000A4, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, Temp_int_Variable_5) == 0x0000A8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, CallFunc_Add_IntInt_ReturnValue_6) == 0x0000AC, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, CallFunc_GetAllActorsOfClass_OutActors) == 0x0000B0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, CallFunc_Array_Length_ReturnValue) == 0x0000C0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, CallFunc_Array_Get_Item) == 0x0000C8, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, CallFunc_Less_IntInt_ReturnValue) == 0x0000D0, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, CallFunc_Map_Find_Value_3) == 0x0000D1, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::CallFunc_Map_Find_Value_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, CallFunc_Map_Find_ReturnValue_3) == 0x0000D2, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::CallFunc_Map_Find_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, K2Node_SwitchEnum_CmpSuccess) == 0x0000D3, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000D4, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000D5, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_MethCount::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent \ +static_assert(alignof(WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent) == 0x000008, "Wrong alignment on WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent"); \ +static_assert(sizeof(WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent) == 0x000048, "Wrong size on WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent, Ingredients) == 0x000000, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent::Ingredients' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent, Counter) == 0x000010, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent::Counter' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent, Count) == 0x000018, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent::Count' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent, Temp_int_Variable) == 0x000030, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000040, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent, CallFunc_Add_IntInt_ReturnValue_1) == 0x000044, "Member 'WBP_UI_Widget_RinoHud_TopRightSide_C_CountMethComponent::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_RinoHud_TopRightSide_C \ +static_assert(alignof(UWBP_UI_Widget_RinoHud_TopRightSide_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_RinoHud_TopRightSide_C"); \ +static_assert(sizeof(UWBP_UI_Widget_RinoHud_TopRightSide_C) == 0x0005A8, "Wrong size on UWBP_UI_Widget_RinoHud_TopRightSide_C"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_TopRightSide_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Widget_RinoHud_TopRightSide_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_TopRightSide_C, HB_Collectables) == 0x000298, "Member 'UWBP_UI_Widget_RinoHud_TopRightSide_C::HB_Collectables' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_TopRightSide_C, HB_MissionSpecific) == 0x0002A0, "Member 'UWBP_UI_Widget_RinoHud_TopRightSide_C::HB_MissionSpecific' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_TopRightSide_C, HB_Units) == 0x0002A8, "Member 'UWBP_UI_Widget_RinoHud_TopRightSide_C::HB_Units' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_TopRightSide_C, PagerWidget_RinoHud) == 0x0002B0, "Member 'UWBP_UI_Widget_RinoHud_TopRightSide_C::PagerWidget_RinoHud' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_TopRightSide_C, WBP_UI_Widget_Groups_Deployed) == 0x0002B8, "Member 'UWBP_UI_Widget_RinoHud_TopRightSide_C::WBP_UI_Widget_Groups_Deployed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_TopRightSide_C, WBP_UI_Widget_Groups_Timed) == 0x0002C0, "Member 'UWBP_UI_Widget_RinoHud_TopRightSide_C::WBP_UI_Widget_Groups_Timed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_TopRightSide_C, WBP_UI_Widget_Ping_RinoHud) == 0x0002C8, "Member 'UWBP_UI_Widget_RinoHud_TopRightSide_C::WBP_UI_Widget_Ping_RinoHud' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_TopRightSide_C, Widget_FPSCounter) == 0x0002D0, "Member 'UWBP_UI_Widget_RinoHud_TopRightSide_C::Widget_FPSCounter' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_TopRightSide_C, Config) == 0x0002D8, "Member 'UWBP_UI_Widget_RinoHud_TopRightSide_C::Config' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_TopRightSide_C, ConfigBoolMap) == 0x000300, "Member 'UWBP_UI_Widget_RinoHud_TopRightSide_C::ConfigBoolMap' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_TopRightSide_C, MethCookingStationTracker) == 0x000350, "Member 'UWBP_UI_Widget_RinoHud_TopRightSide_C::MethCookingStationTracker' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_TopRightSide_C, BagsWidgets) == 0x0003A0, "Member 'UWBP_UI_Widget_RinoHud_TopRightSide_C::BagsWidgets' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_TopRightSide_C, BagsCount) == 0x0003F0, "Member 'UWBP_UI_Widget_RinoHud_TopRightSide_C::BagsCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_TopRightSide_C, BagsAliases) == 0x000440, "Member 'UWBP_UI_Widget_RinoHud_TopRightSide_C::BagsAliases' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_TopRightSide_C, TimerHandles) == 0x000490, "Member 'UWBP_UI_Widget_RinoHud_TopRightSide_C::TimerHandles' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_TopRightSide_C, IconsConfig) == 0x0004A0, "Member 'UWBP_UI_Widget_RinoHud_TopRightSide_C::IconsConfig' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_TopRightSide_C, IconWidgets) == 0x0004F0, "Member 'UWBP_UI_Widget_RinoHud_TopRightSide_C::IconWidgets' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_TopRightSide_C, TempCount) == 0x000540, "Member 'UWBP_UI_Widget_RinoHud_TopRightSide_C::TempCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_TopRightSide_C, LevelName) == 0x000548, "Member 'UWBP_UI_Widget_RinoHud_TopRightSide_C::LevelName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_TopRightSide_C, BagAdjustments) == 0x000558, "Member 'UWBP_UI_Widget_RinoHud_TopRightSide_C::BagAdjustments' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Int_DoubleDoor_Reinforced_Penthouse_01_C \ +static_assert(alignof(ABP_Int_DoubleDoor_Reinforced_Penthouse_01_C) == 0x000008, "Wrong alignment on ABP_Int_DoubleDoor_Reinforced_Penthouse_01_C"); \ +static_assert(sizeof(ABP_Int_DoubleDoor_Reinforced_Penthouse_01_C) == 0x0006C8, "Wrong size on ABP_Int_DoubleDoor_Reinforced_Penthouse_01_C"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_LMG_MX63_C \ +static_assert(alignof(UCS_FireWeapon_LMG_MX63_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_LMG_MX63_C"); \ +static_assert(sizeof(UCS_FireWeapon_LMG_MX63_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_LMG_MX63_C"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_RinoHud_TopLeftSide_C \ +static_assert(alignof(UWBP_UI_Widget_RinoHud_TopLeftSide_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_RinoHud_TopLeftSide_C"); \ +static_assert(sizeof(UWBP_UI_Widget_RinoHud_TopLeftSide_C) == 0x000298, "Wrong size on UWBP_UI_Widget_RinoHud_TopLeftSide_C"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_TopLeftSide_C, WBP_UI_Widget_Timer) == 0x000290, "Member 'UWBP_UI_Widget_RinoHud_TopLeftSide_C::WBP_UI_Widget_Timer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRinoHud_SaveGame_Struct \ +static_assert(alignof(FRinoHud_SaveGame_Struct) == 0x000004, "Wrong alignment on FRinoHud_SaveGame_Struct"); \ +static_assert(sizeof(FRinoHud_SaveGame_Struct) == 0x000028, "Wrong size on FRinoHud_SaveGame_Struct"); \ +static_assert(offsetof(FRinoHud_SaveGame_Struct, Version_19_5034E0DC44F9383AAABA9FABFCBD6D2E) == 0x000000, "Member 'FRinoHud_SaveGame_Struct::Version_19_5034E0DC44F9383AAABA9FABFCBD6D2E' has a wrong offset!"); \ +static_assert(offsetof(FRinoHud_SaveGame_Struct, bShowPagers_10_4506AA3249080EB82F34268613AA1AF9) == 0x000004, "Member 'FRinoHud_SaveGame_Struct::bShowPagers_10_4506AA3249080EB82F34268613AA1AF9' has a wrong offset!"); \ +static_assert(offsetof(FRinoHud_SaveGame_Struct, bShowGuardsInStealth_11_C08C18894FEBA1EEB7818B90636362BF) == 0x000005, "Member 'FRinoHud_SaveGame_Struct::bShowGuardsInStealth_11_C08C18894FEBA1EEB7818B90636362BF' has a wrong offset!"); \ +static_assert(offsetof(FRinoHud_SaveGame_Struct, bShowCamerasInStealth_12_C73C4D42411FD1387E7AA0B027DA89CE) == 0x000006, "Member 'FRinoHud_SaveGame_Struct::bShowCamerasInStealth_12_C73C4D42411FD1387E7AA0B027DA89CE' has a wrong offset!"); \ +static_assert(offsetof(FRinoHud_SaveGame_Struct, bShowCivies_22_92659DEF403E957E3A12E6A4D0468544) == 0x000007, "Member 'FRinoHud_SaveGame_Struct::bShowCivies_22_92659DEF403E957E3A12E6A4D0468544' has a wrong offset!"); \ +static_assert(offsetof(FRinoHud_SaveGame_Struct, bShowSpecialUnits_13_E4714D414396B9A9E017FD837B5B81B4) == 0x000008, "Member 'FRinoHud_SaveGame_Struct::bShowSpecialUnits_13_E4714D414396B9A9E017FD837B5B81B4' has a wrong offset!"); \ +static_assert(offsetof(FRinoHud_SaveGame_Struct, bShowCollectables_23_40429A4B4F91E751B5AB83A3760D083D) == 0x000009, "Member 'FRinoHud_SaveGame_Struct::bShowCollectables_23_40429A4B4F91E751B5AB83A3760D083D' has a wrong offset!"); \ +static_assert(offsetof(FRinoHud_SaveGame_Struct, bShowMissionItems_24_A0F6AFAA408D74F91D7B0FAEFDCB7331) == 0x00000A, "Member 'FRinoHud_SaveGame_Struct::bShowMissionItems_24_A0F6AFAA408D74F91D7B0FAEFDCB7331' has a wrong offset!"); \ +static_assert(offsetof(FRinoHud_SaveGame_Struct, bShowTimedActions_16_5EDEEF0241B4DD316A84C08446D86996) == 0x00000B, "Member 'FRinoHud_SaveGame_Struct::bShowTimedActions_16_5EDEEF0241B4DD316A84C08446D86996' has a wrong offset!"); \ +static_assert(offsetof(FRinoHud_SaveGame_Struct, bShowDeployables_17_A773F80C463EA7F77C5A809E8A406113) == 0x00000C, "Member 'FRinoHud_SaveGame_Struct::bShowDeployables_17_A773F80C463EA7F77C5A809E8A406113' has a wrong offset!"); \ +static_assert(offsetof(FRinoHud_SaveGame_Struct, Scale_29_27C893EF43473735A931D79C7FB15753) == 0x000010, "Member 'FRinoHud_SaveGame_Struct::Scale_29_27C893EF43473735A931D79C7FB15753' has a wrong offset!"); \ +static_assert(offsetof(FRinoHud_SaveGame_Struct, TopRightPosition_35_638DC11E40C00D03814491AB09094B69) == 0x000014, "Member 'FRinoHud_SaveGame_Struct::TopRightPosition_35_638DC11E40C00D03814491AB09094B69' has a wrong offset!"); \ +static_assert(offsetof(FRinoHud_SaveGame_Struct, bAlwaysShowPing_34_959C3F924A77FAC151E3AA9B56A4DDF1) == 0x00001C, "Member 'FRinoHud_SaveGame_Struct::bAlwaysShowPing_34_959C3F924A77FAC151E3AA9B56A4DDF1' has a wrong offset!"); \ +static_assert(offsetof(FRinoHud_SaveGame_Struct, HudColor_41_AEC8EEDB4B06FF986DC385ACFF54E61C) == 0x000020, "Member 'FRinoHud_SaveGame_Struct::HudColor_41_AEC8EEDB4B06FF986DC385ACFF54E61C' has a wrong offset!"); \ +static_assert(offsetof(FRinoHud_SaveGame_Struct, bShowAvailableRuntimes_43_28C1C766491024814230DEB3132C8C4B) == 0x000024, "Member 'FRinoHud_SaveGame_Struct::bShowAvailableRuntimes_43_28C1C766491024814230DEB3132C8C4B' has a wrong offset!"); \ +static_assert(offsetof(FRinoHud_SaveGame_Struct, bShowAllGuards_47_1A31EE66471EFA1457EE7DB48F41E3C7) == 0x000025, "Member 'FRinoHud_SaveGame_Struct::bShowAllGuards_47_1A31EE66471EFA1457EE7DB48F41E3C7' has a wrong offset!"); \ +static_assert(offsetof(FRinoHud_SaveGame_Struct, bShowBags_49_4C5F454F4F096E049EC12B83B6E42B50) == 0x000026, "Member 'FRinoHud_SaveGame_Struct::bShowBags_49_4C5F454F4F096E049EC12B83B6E42B50' has a wrong offset!"); \ +static_assert(offsetof(FRinoHud_SaveGame_Struct, bUsePlayerColors_53_2202F0CB469D131DEF551FA780B0FDCF) == 0x000027, "Member 'FRinoHud_SaveGame_Struct::bUsePlayerColors_53_2202F0CB469D131DEF551FA780B0FDCF' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_TwoChoiceButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton_RinoHud \ +static_assert(alignof(WBP_Settings_TwoChoiceButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton_RinoHud) == 0x000008, "Wrong alignment on WBP_Settings_TwoChoiceButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton_RinoHud"); \ +static_assert(sizeof(WBP_Settings_TwoChoiceButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton_RinoHud) == 0x000040, "Wrong size on WBP_Settings_TwoChoiceButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton_RinoHud"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton_RinoHud, EntryPoint) == 0x000000, "Member 'WBP_Settings_TwoChoiceButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton_RinoHud::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton_RinoHud, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_Settings_TwoChoiceButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton_RinoHud::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton_RinoHud, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_Settings_TwoChoiceButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton_RinoHud::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton_RinoHud, K2Node_Event_bInIsDisabled) == 0x00002C, "Member 'WBP_Settings_TwoChoiceButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton_RinoHud::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton_RinoHud, K2Node_Event_bInHasFocus) == 0x00002D, "Member 'WBP_Settings_TwoChoiceButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton_RinoHud::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton_RinoHud, K2Node_Event_bInIsHovered) == 0x00002E, "Member 'WBP_Settings_TwoChoiceButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton_RinoHud::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton_RinoHud, K2Node_CustomEvent_Button_1) == 0x000030, "Member 'WBP_Settings_TwoChoiceButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton_RinoHud::K2Node_CustomEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton_RinoHud, K2Node_CustomEvent_Button) == 0x000038, "Member 'WBP_Settings_TwoChoiceButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_TwoChoiceButton_RinoHud::K2Node_CustomEvent_Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_TwoChoiceButton_RinoHud_C_NoButtonSelected \ +static_assert(alignof(WBP_Settings_TwoChoiceButton_RinoHud_C_NoButtonSelected) == 0x000008, "Wrong alignment on WBP_Settings_TwoChoiceButton_RinoHud_C_NoButtonSelected"); \ +static_assert(sizeof(WBP_Settings_TwoChoiceButton_RinoHud_C_NoButtonSelected) == 0x000008, "Wrong size on WBP_Settings_TwoChoiceButton_RinoHud_C_NoButtonSelected"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_RinoHud_C_NoButtonSelected, Button) == 0x000000, "Member 'WBP_Settings_TwoChoiceButton_RinoHud_C_NoButtonSelected::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_TwoChoiceButton_RinoHud_C_YesButtonSelected \ +static_assert(alignof(WBP_Settings_TwoChoiceButton_RinoHud_C_YesButtonSelected) == 0x000008, "Wrong alignment on WBP_Settings_TwoChoiceButton_RinoHud_C_YesButtonSelected"); \ +static_assert(sizeof(WBP_Settings_TwoChoiceButton_RinoHud_C_YesButtonSelected) == 0x000008, "Wrong size on WBP_Settings_TwoChoiceButton_RinoHud_C_YesButtonSelected"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_RinoHud_C_YesButtonSelected, Button) == 0x000000, "Member 'WBP_Settings_TwoChoiceButton_RinoHud_C_YesButtonSelected::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_TwoChoiceButton_RinoHud_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_Settings_TwoChoiceButton_RinoHud_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_Settings_TwoChoiceButton_RinoHud_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_Settings_TwoChoiceButton_RinoHud_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_Settings_TwoChoiceButton_RinoHud_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_RinoHud_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_Settings_TwoChoiceButton_RinoHud_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_TwoChoiceButton_RinoHud_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_Settings_TwoChoiceButton_RinoHud_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_Settings_TwoChoiceButton_RinoHud_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_Settings_TwoChoiceButton_RinoHud_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_Settings_TwoChoiceButton_RinoHud_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_RinoHud_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_Settings_TwoChoiceButton_RinoHud_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_TwoChoiceButton_RinoHud_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_Settings_TwoChoiceButton_RinoHud_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_Settings_TwoChoiceButton_RinoHud_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_Settings_TwoChoiceButton_RinoHud_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_Settings_TwoChoiceButton_RinoHud_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_RinoHud_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_Settings_TwoChoiceButton_RinoHud_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_TwoChoiceButton_RinoHud_C_Set_Toggle_Value \ +static_assert(alignof(WBP_Settings_TwoChoiceButton_RinoHud_C_Set_Toggle_Value) == 0x000001, "Wrong alignment on WBP_Settings_TwoChoiceButton_RinoHud_C_Set_Toggle_Value"); \ +static_assert(sizeof(WBP_Settings_TwoChoiceButton_RinoHud_C_Set_Toggle_Value) == 0x000001, "Wrong size on WBP_Settings_TwoChoiceButton_RinoHud_C_Set_Toggle_Value"); \ +static_assert(offsetof(WBP_Settings_TwoChoiceButton_RinoHud_C_Set_Toggle_Value, Input) == 0x000000, "Member 'WBP_Settings_TwoChoiceButton_RinoHud_C_Set_Toggle_Value::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_TwoChoiceButton_RinoHud_C \ +static_assert(alignof(UWBP_Settings_TwoChoiceButton_RinoHud_C) == 0x000008, "Wrong alignment on UWBP_Settings_TwoChoiceButton_RinoHud_C"); \ +static_assert(sizeof(UWBP_Settings_TwoChoiceButton_RinoHud_C) == 0x000488, "Wrong size on UWBP_Settings_TwoChoiceButton_RinoHud_C"); \ +static_assert(offsetof(UWBP_Settings_TwoChoiceButton_RinoHud_C, UberGraphFrame_WBP_Settings_TwoChoiceButton_RinoHud_C) == 0x000470, "Member 'UWBP_Settings_TwoChoiceButton_RinoHud_C::UberGraphFrame_WBP_Settings_TwoChoiceButton_RinoHud_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_TwoChoiceButton_RinoHud_C, ToggleValueChanged) == 0x000478, "Member 'UWBP_Settings_TwoChoiceButton_RinoHud_C::ToggleValueChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RangedWeapon_LMG_MX63_C \ +static_assert(alignof(ABP_RangedWeapon_LMG_MX63_C) == 0x000010, "Wrong alignment on ABP_RangedWeapon_LMG_MX63_C"); \ +static_assert(sizeof(ABP_RangedWeapon_LMG_MX63_C) == 0x000750, "Wrong size on ABP_RangedWeapon_LMG_MX63_C"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SliderButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_SliderButton_RinoHud \ +static_assert(alignof(WBP_Settings_SliderButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_SliderButton_RinoHud) == 0x000004, "Wrong alignment on WBP_Settings_SliderButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_SliderButton_RinoHud"); \ +static_assert(sizeof(WBP_Settings_SliderButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_SliderButton_RinoHud) == 0x000020, "Wrong size on WBP_Settings_SliderButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_SliderButton_RinoHud"); \ +static_assert(offsetof(WBP_Settings_SliderButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_SliderButton_RinoHud, EntryPoint) == 0x000000, "Member 'WBP_Settings_SliderButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_SliderButton_RinoHud::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_SliderButton_RinoHud, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_Settings_SliderButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_SliderButton_RinoHud::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_SliderButton_RinoHud, K2Node_Event_bInIsDisabled) == 0x000018, "Member 'WBP_Settings_SliderButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_SliderButton_RinoHud::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_SliderButton_RinoHud, K2Node_Event_bInHasFocus) == 0x000019, "Member 'WBP_Settings_SliderButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_SliderButton_RinoHud::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_SliderButton_RinoHud, K2Node_Event_bInIsHovered) == 0x00001A, "Member 'WBP_Settings_SliderButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_SliderButton_RinoHud::K2Node_Event_bInIsHovered' has a wrong offset!"); \ +static_assert(offsetof(WBP_Settings_SliderButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_SliderButton_RinoHud, K2Node_CustomEvent_Value) == 0x00001C, "Member 'WBP_Settings_SliderButton_RinoHud_C_ExecuteUbergraph_WBP_Settings_SliderButton_RinoHud::K2Node_CustomEvent_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SliderButton_RinoHud_C_SlideValueChangedEvent \ +static_assert(alignof(WBP_Settings_SliderButton_RinoHud_C_SlideValueChangedEvent) == 0x000004, "Wrong alignment on WBP_Settings_SliderButton_RinoHud_C_SlideValueChangedEvent"); \ +static_assert(sizeof(WBP_Settings_SliderButton_RinoHud_C_SlideValueChangedEvent) == 0x000004, "Wrong size on WBP_Settings_SliderButton_RinoHud_C_SlideValueChangedEvent"); \ +static_assert(offsetof(WBP_Settings_SliderButton_RinoHud_C_SlideValueChangedEvent, Value) == 0x000000, "Member 'WBP_Settings_SliderButton_RinoHud_C_SlideValueChangedEvent::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SliderButton_RinoHud_C_ButtonHoveredChanged \ +static_assert(alignof(WBP_Settings_SliderButton_RinoHud_C_ButtonHoveredChanged) == 0x000001, "Wrong alignment on WBP_Settings_SliderButton_RinoHud_C_ButtonHoveredChanged"); \ +static_assert(sizeof(WBP_Settings_SliderButton_RinoHud_C_ButtonHoveredChanged) == 0x000001, "Wrong size on WBP_Settings_SliderButton_RinoHud_C_ButtonHoveredChanged"); \ +static_assert(offsetof(WBP_Settings_SliderButton_RinoHud_C_ButtonHoveredChanged, bInIsHovered) == 0x000000, "Member 'WBP_Settings_SliderButton_RinoHud_C_ButtonHoveredChanged::bInIsHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SliderButton_RinoHud_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_Settings_SliderButton_RinoHud_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_Settings_SliderButton_RinoHud_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_Settings_SliderButton_RinoHud_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_Settings_SliderButton_RinoHud_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_Settings_SliderButton_RinoHud_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_Settings_SliderButton_RinoHud_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SliderButton_RinoHud_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_Settings_SliderButton_RinoHud_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_Settings_SliderButton_RinoHud_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_Settings_SliderButton_RinoHud_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_Settings_SliderButton_RinoHud_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_Settings_SliderButton_RinoHud_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_Settings_SliderButton_RinoHud_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Settings_SliderButton_RinoHud_C_Set_Slider_Value \ +static_assert(alignof(WBP_Settings_SliderButton_RinoHud_C_Set_Slider_Value) == 0x000004, "Wrong alignment on WBP_Settings_SliderButton_RinoHud_C_Set_Slider_Value"); \ +static_assert(sizeof(WBP_Settings_SliderButton_RinoHud_C_Set_Slider_Value) == 0x000004, "Wrong size on WBP_Settings_SliderButton_RinoHud_C_Set_Slider_Value"); \ +static_assert(offsetof(WBP_Settings_SliderButton_RinoHud_C_Set_Slider_Value, Input) == 0x000000, "Member 'WBP_Settings_SliderButton_RinoHud_C_Set_Slider_Value::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Settings_SliderButton_RinoHud_C \ +static_assert(alignof(UWBP_Settings_SliderButton_RinoHud_C) == 0x000008, "Wrong alignment on UWBP_Settings_SliderButton_RinoHud_C"); \ +static_assert(sizeof(UWBP_Settings_SliderButton_RinoHud_C) == 0x000478, "Wrong size on UWBP_Settings_SliderButton_RinoHud_C"); \ +static_assert(offsetof(UWBP_Settings_SliderButton_RinoHud_C, UberGraphFrame_WBP_Settings_SliderButton_RinoHud_C) == 0x000460, "Member 'UWBP_Settings_SliderButton_RinoHud_C::UberGraphFrame_WBP_Settings_SliderButton_RinoHud_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Settings_SliderButton_RinoHud_C, SlideValueChanged) == 0x000468, "Member 'UWBP_Settings_SliderButton_RinoHud_C::SlideValueChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RinoHud_SaveManager_Utils_C_LoadConfig \ +static_assert(alignof(BP_RinoHud_SaveManager_Utils_C_LoadConfig) == 0x000008, "Wrong alignment on BP_RinoHud_SaveManager_Utils_C_LoadConfig"); \ +static_assert(sizeof(BP_RinoHud_SaveManager_Utils_C_LoadConfig) == 0x000048, "Wrong size on BP_RinoHud_SaveManager_Utils_C_LoadConfig"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_LoadConfig, __WorldContext) == 0x000000, "Member 'BP_RinoHud_SaveManager_Utils_C_LoadConfig::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_LoadConfig, ReturnValue) == 0x000008, "Member 'BP_RinoHud_SaveManager_Utils_C_LoadConfig::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_LoadConfig, Slot_Name) == 0x000010, "Member 'BP_RinoHud_SaveManager_Utils_C_LoadConfig::Slot_Name' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_LoadConfig, CallFunc_CreateSaveGameObject_ReturnValue) == 0x000020, "Member 'BP_RinoHud_SaveManager_Utils_C_LoadConfig::CallFunc_CreateSaveGameObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_LoadConfig, CallFunc_LoadGameFromSlot_ReturnValue) == 0x000028, "Member 'BP_RinoHud_SaveManager_Utils_C_LoadConfig::CallFunc_LoadGameFromSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_LoadConfig, CallFunc_DoesSaveGameExist_ReturnValue) == 0x000030, "Member 'BP_RinoHud_SaveManager_Utils_C_LoadConfig::CallFunc_DoesSaveGameExist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_LoadConfig, K2Node_DynamicCast_AsBP_Rino_Hud_Savegame) == 0x000038, "Member 'BP_RinoHud_SaveManager_Utils_C_LoadConfig::K2Node_DynamicCast_AsBP_Rino_Hud_Savegame' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_LoadConfig, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_RinoHud_SaveManager_Utils_C_LoadConfig::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory \ +static_assert(alignof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory) == 0x000008, "Wrong alignment on BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory"); \ +static_assert(sizeof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory) == 0x003678, "Wrong size on BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory, __WorldContext) == 0x000000, "Member 'BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory, SBZSettingsMenuCategoryInfo) == 0x000008, "Member 'BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory::SBZSettingsMenuCategoryInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory, CallFunc__MakeToggle_SBZSettingData) == 0x000088, "Member 'BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory::CallFunc__MakeToggle_SBZSettingData' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory, CallFunc__MakeToggle_SBZSettingData_1) == 0x000370, "Member 'BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory::CallFunc__MakeToggle_SBZSettingData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory, CallFunc__MakeToggle_SBZSettingData_2) == 0x000658, "Member 'BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory::CallFunc__MakeToggle_SBZSettingData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory, CallFunc__MakeToggle_SBZSettingData_3) == 0x000940, "Member 'BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory::CallFunc__MakeToggle_SBZSettingData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory, CallFunc__MakeColorSlider_SBZSettingData) == 0x000C28, "Member 'BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory::CallFunc__MakeColorSlider_SBZSettingData' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory, CallFunc__MakeSlider_SBZSettingData) == 0x000F10, "Member 'BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory::CallFunc__MakeSlider_SBZSettingData' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory, CallFunc__MakeSlider_SBZSettingData_1) == 0x0011F8, "Member 'BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory::CallFunc__MakeSlider_SBZSettingData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory, CallFunc__MakeSlider_SBZSettingData_2) == 0x0014E0, "Member 'BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory::CallFunc__MakeSlider_SBZSettingData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory, CallFunc__MakeToggle_SBZSettingData_4) == 0x0017C8, "Member 'BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory::CallFunc__MakeToggle_SBZSettingData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory, K2Node_MakeArray_Array) == 0x001AB0, "Member 'BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory, CallFunc__MakeToggle_SBZSettingData_5) == 0x001AC0, "Member 'BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory::CallFunc__MakeToggle_SBZSettingData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory, K2Node_MakeStruct_SBZSettingsMenuGroupInfo) == 0x001DA8, "Member 'BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory::K2Node_MakeStruct_SBZSettingsMenuGroupInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory, CallFunc__MakeToggle_SBZSettingData_6) == 0x001E20, "Member 'BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory::CallFunc__MakeToggle_SBZSettingData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory, CallFunc__MakeToggle_SBZSettingData_7) == 0x002108, "Member 'BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory::CallFunc__MakeToggle_SBZSettingData_7' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory, CallFunc__MakeToggle_SBZSettingData_8) == 0x0023F0, "Member 'BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory::CallFunc__MakeToggle_SBZSettingData_8' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory, CallFunc__MakeToggle_SBZSettingData_9) == 0x0026D8, "Member 'BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory::CallFunc__MakeToggle_SBZSettingData_9' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory, CallFunc__MakeToggle_SBZSettingData_10) == 0x0029C0, "Member 'BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory::CallFunc__MakeToggle_SBZSettingData_10' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory, CallFunc__MakeToggle_SBZSettingData_11) == 0x002CA8, "Member 'BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory::CallFunc__MakeToggle_SBZSettingData_11' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory, CallFunc__MakeToggle_SBZSettingData_12) == 0x002F90, "Member 'BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory::CallFunc__MakeToggle_SBZSettingData_12' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory, CallFunc__MakeToggle_SBZSettingData_13) == 0x003278, "Member 'BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory::CallFunc__MakeToggle_SBZSettingData_13' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory, K2Node_MakeArray_Array_1) == 0x003560, "Member 'BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory, K2Node_MakeStruct_SBZSettingsMenuGroupInfo_1) == 0x003570, "Member 'BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory::K2Node_MakeStruct_SBZSettingsMenuGroupInfo_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory, K2Node_MakeArray_Array_2) == 0x0035E8, "Member 'BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory, K2Node_MakeStruct_SBZSettingsMenuCategoryInfo) == 0x0035F8, "Member 'BP_RinoHud_SaveManager_Utils_C_ConstructSaveCategory::K2Node_MakeStruct_SBZSettingsMenuCategoryInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RinoHud_SaveManager_Utils_C_SaveConfig \ +static_assert(alignof(BP_RinoHud_SaveManager_Utils_C_SaveConfig) == 0x000008, "Wrong alignment on BP_RinoHud_SaveManager_Utils_C_SaveConfig"); \ +static_assert(sizeof(BP_RinoHud_SaveManager_Utils_C_SaveConfig) == 0x000028, "Wrong size on BP_RinoHud_SaveManager_Utils_C_SaveConfig"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SaveConfig, SaveGameObject) == 0x000000, "Member 'BP_RinoHud_SaveManager_Utils_C_SaveConfig::SaveGameObject' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SaveConfig, __WorldContext) == 0x000008, "Member 'BP_RinoHud_SaveManager_Utils_C_SaveConfig::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SaveConfig, Slot_Name) == 0x000010, "Member 'BP_RinoHud_SaveManager_Utils_C_SaveConfig::Slot_Name' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SaveConfig, CallFunc_SaveGameToSlot_ReturnValue) == 0x000020, "Member 'BP_RinoHud_SaveManager_Utils_C_SaveConfig::CallFunc_SaveGameToSlot_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RinoHud_SaveManager_Utils_C__MakeToggle \ +static_assert(alignof(BP_RinoHud_SaveManager_Utils_C__MakeToggle) == 0x000008, "Wrong alignment on BP_RinoHud_SaveManager_Utils_C__MakeToggle"); \ +static_assert(sizeof(BP_RinoHud_SaveManager_Utils_C__MakeToggle) == 0x000600, "Wrong size on BP_RinoHud_SaveManager_Utils_C__MakeToggle"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__MakeToggle, SettingName) == 0x000000, "Member 'BP_RinoHud_SaveManager_Utils_C__MakeToggle::SettingName' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__MakeToggle, PropertyName) == 0x000018, "Member 'BP_RinoHud_SaveManager_Utils_C__MakeToggle::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__MakeToggle, __WorldContext) == 0x000028, "Member 'BP_RinoHud_SaveManager_Utils_C__MakeToggle::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__MakeToggle, SBZSettingData) == 0x000030, "Member 'BP_RinoHud_SaveManager_Utils_C__MakeToggle::SBZSettingData' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__MakeToggle, K2Node_MakeStruct_SBZSettingData) == 0x000318, "Member 'BP_RinoHud_SaveManager_Utils_C__MakeToggle::K2Node_MakeStruct_SBZSettingData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RinoHud_SaveManager_Utils_C__MakeSlider \ +static_assert(alignof(BP_RinoHud_SaveManager_Utils_C__MakeSlider) == 0x000008, "Wrong alignment on BP_RinoHud_SaveManager_Utils_C__MakeSlider"); \ +static_assert(sizeof(BP_RinoHud_SaveManager_Utils_C__MakeSlider) == 0x000608, "Wrong size on BP_RinoHud_SaveManager_Utils_C__MakeSlider"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__MakeSlider, SettingName) == 0x000000, "Member 'BP_RinoHud_SaveManager_Utils_C__MakeSlider::SettingName' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__MakeSlider, PropertyName) == 0x000018, "Member 'BP_RinoHud_SaveManager_Utils_C__MakeSlider::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__MakeSlider, Float_Min_Value) == 0x000024, "Member 'BP_RinoHud_SaveManager_Utils_C__MakeSlider::Float_Min_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__MakeSlider, Float_Max_Value) == 0x000028, "Member 'BP_RinoHud_SaveManager_Utils_C__MakeSlider::Float_Max_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__MakeSlider, Float_Increment_Value) == 0x00002C, "Member 'BP_RinoHud_SaveManager_Utils_C__MakeSlider::Float_Increment_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__MakeSlider, __WorldContext) == 0x000030, "Member 'BP_RinoHud_SaveManager_Utils_C__MakeSlider::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__MakeSlider, SBZSettingData) == 0x000038, "Member 'BP_RinoHud_SaveManager_Utils_C__MakeSlider::SBZSettingData' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__MakeSlider, K2Node_MakeStruct_SBZSettingData) == 0x000320, "Member 'BP_RinoHud_SaveManager_Utils_C__MakeSlider::K2Node_MakeStruct_SBZSettingData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RinoHud_SaveManager_Utils_C__MakeColorSlider \ +static_assert(alignof(BP_RinoHud_SaveManager_Utils_C__MakeColorSlider) == 0x000008, "Wrong alignment on BP_RinoHud_SaveManager_Utils_C__MakeColorSlider"); \ +static_assert(sizeof(BP_RinoHud_SaveManager_Utils_C__MakeColorSlider) == 0x000600, "Wrong size on BP_RinoHud_SaveManager_Utils_C__MakeColorSlider"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__MakeColorSlider, SettingName) == 0x000000, "Member 'BP_RinoHud_SaveManager_Utils_C__MakeColorSlider::SettingName' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__MakeColorSlider, PropertyName) == 0x000018, "Member 'BP_RinoHud_SaveManager_Utils_C__MakeColorSlider::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__MakeColorSlider, __WorldContext) == 0x000028, "Member 'BP_RinoHud_SaveManager_Utils_C__MakeColorSlider::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__MakeColorSlider, SBZSettingData) == 0x000030, "Member 'BP_RinoHud_SaveManager_Utils_C__MakeColorSlider::SBZSettingData' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__MakeColorSlider, K2Node_MakeStruct_SBZSettingData) == 0x000318, "Member 'BP_RinoHud_SaveManager_Utils_C__MakeColorSlider::K2Node_MakeStruct_SBZSettingData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory \ +static_assert(alignof(BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory) == 0x000008, "Wrong alignment on BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory"); \ +static_assert(sizeof(BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory) == 0x0000B8, "Wrong size on BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory, SettingsMenuManager) == 0x000000, "Member 'BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory::SettingsMenuManager' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory, CategoryName) == 0x000008, "Member 'BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory::CategoryName' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory, __WorldContext) == 0x000018, "Member 'BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory, Exists) == 0x000020, "Member 'BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory::Exists' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory, bExists) == 0x000021, "Member 'BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory::bExists' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory, Temp_bool_True_if_break_was_hit_Variable) == 0x000022, "Member 'BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory, CallFunc_Not_PreBool_ReturnValue) == 0x000023, "Member 'BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory, CallFunc_Less_IntInt_ReturnValue) == 0x0000B0, "Member 'BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0000B1, "Member 'BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory, CallFunc_BooleanAND_ReturnValue) == 0x0000B2, "Member 'BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory, CallFunc_Add_IntInt_ReturnValue) == 0x0000B4, "Member 'BP_RinoHud_SaveManager_Utils_C_SettingsMenuManagerHasCategory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RinoHud_SaveManager_Utils_C_SettingsMenuMangerAddCategory \ +static_assert(alignof(BP_RinoHud_SaveManager_Utils_C_SettingsMenuMangerAddCategory) == 0x000008, "Wrong alignment on BP_RinoHud_SaveManager_Utils_C_SettingsMenuMangerAddCategory"); \ +static_assert(sizeof(BP_RinoHud_SaveManager_Utils_C_SettingsMenuMangerAddCategory) == 0x000098, "Wrong size on BP_RinoHud_SaveManager_Utils_C_SettingsMenuMangerAddCategory"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SettingsMenuMangerAddCategory, SettingsMenuManager) == 0x000000, "Member 'BP_RinoHud_SaveManager_Utils_C_SettingsMenuMangerAddCategory::SettingsMenuManager' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SettingsMenuMangerAddCategory, Category) == 0x000008, "Member 'BP_RinoHud_SaveManager_Utils_C_SettingsMenuMangerAddCategory::Category' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SettingsMenuMangerAddCategory, __WorldContext) == 0x000088, "Member 'BP_RinoHud_SaveManager_Utils_C_SettingsMenuMangerAddCategory::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SettingsMenuMangerAddCategory, CallFunc_Array_Add_ReturnValue) == 0x000090, "Member 'BP_RinoHud_SaveManager_Utils_C_SettingsMenuMangerAddCategory::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu \ +static_assert(alignof(BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu) == 0x000008, "Wrong alignment on BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu"); \ +static_assert(sizeof(BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu) == 0x0000E8, "Wrong size on BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu, ActionPhaseMenu) == 0x000000, "Member 'BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu::ActionPhaseMenu' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu, SettingsScreenToAdd) == 0x000008, "Member 'BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu::SettingsScreenToAdd' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu, SBZNavButtonParameters) == 0x000010, "Member 'BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu::SBZNavButtonParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu, __WorldContext) == 0x000080, "Member 'BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu, CallFunc_GetParent_ReturnValue) == 0x000088, "Member 'BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu::CallFunc_GetParent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu, CallFunc_Create_ReturnValue) == 0x000090, "Member 'BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu, CallFunc_Array_Add_ReturnValue) == 0x000098, "Member 'BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu, CallFunc_AddChild_ReturnValue) == 0x0000A0, "Member 'BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu, CallFunc_GetParent_ReturnValue_1) == 0x0000A8, "Member 'BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu::CallFunc_GetParent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu, K2Node_DynamicCast_AsCanvas_Panel) == 0x0000B0, "Member 'BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu::K2Node_DynamicCast_AsCanvas_Panel' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu, CallFunc_AddChildToCanvas_ReturnValue) == 0x0000C0, "Member 'BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu::CallFunc_AddChildToCanvas_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu, K2Node_MakeStruct_Margin) == 0x0000C8, "Member 'BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu, K2Node_MakeStruct_Anchors) == 0x0000D8, "Member 'BP_RinoHud_SaveManager_Utils_C_AddSettingsMenu::K2Node_MakeStruct_Anchors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RinoHud_SaveManager_Utils_C__ReAddWidget \ +static_assert(alignof(BP_RinoHud_SaveManager_Utils_C__ReAddWidget) == 0x000008, "Wrong alignment on BP_RinoHud_SaveManager_Utils_C__ReAddWidget"); \ +static_assert(sizeof(BP_RinoHud_SaveManager_Utils_C__ReAddWidget) == 0x0000A8, "Wrong size on BP_RinoHud_SaveManager_Utils_C__ReAddWidget"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__ReAddWidget, CanvasPanel) == 0x000000, "Member 'BP_RinoHud_SaveManager_Utils_C__ReAddWidget::CanvasPanel' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__ReAddWidget, Widget) == 0x000008, "Member 'BP_RinoHud_SaveManager_Utils_C__ReAddWidget::Widget' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__ReAddWidget, __WorldContext) == 0x000010, "Member 'BP_RinoHud_SaveManager_Utils_C__ReAddWidget::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__ReAddWidget, Temp_Size_to_Content) == 0x000018, "Member 'BP_RinoHud_SaveManager_Utils_C__ReAddWidget::Temp_Size_to_Content' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__ReAddWidget, Temp_Layout_Data) == 0x00001C, "Member 'BP_RinoHud_SaveManager_Utils_C__ReAddWidget::Temp_Layout_Data' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__ReAddWidget, Temp_Size) == 0x000044, "Member 'BP_RinoHud_SaveManager_Utils_C__ReAddWidget::Temp_Size' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__ReAddWidget, Temp_Position) == 0x00004C, "Member 'BP_RinoHud_SaveManager_Utils_C__ReAddWidget::Temp_Position' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__ReAddWidget, CallFunc_AddChildToCanvas_ReturnValue) == 0x000058, "Member 'BP_RinoHud_SaveManager_Utils_C__ReAddWidget::CallFunc_AddChildToCanvas_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__ReAddWidget, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000060, "Member 'BP_RinoHud_SaveManager_Utils_C__ReAddWidget::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__ReAddWidget, CallFunc_GetSize_ReturnValue) == 0x000068, "Member 'BP_RinoHud_SaveManager_Utils_C__ReAddWidget::CallFunc_GetSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__ReAddWidget, CallFunc_GetLayout_ReturnValue) == 0x000070, "Member 'BP_RinoHud_SaveManager_Utils_C__ReAddWidget::CallFunc_GetLayout_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__ReAddWidget, CallFunc_GetAutoSize_ReturnValue) == 0x000098, "Member 'BP_RinoHud_SaveManager_Utils_C__ReAddWidget::CallFunc_GetAutoSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C__ReAddWidget, CallFunc_GetPosition_ReturnValue) == 0x00009C, "Member 'BP_RinoHud_SaveManager_Utils_C__ReAddWidget::CallFunc_GetPosition_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RinoHud_SaveManager_Utils_C_SetSettingsItemBool \ +static_assert(alignof(BP_RinoHud_SaveManager_Utils_C_SetSettingsItemBool) == 0x000008, "Wrong alignment on BP_RinoHud_SaveManager_Utils_C_SetSettingsItemBool"); \ +static_assert(sizeof(BP_RinoHud_SaveManager_Utils_C_SetSettingsItemBool) == 0x000028, "Wrong size on BP_RinoHud_SaveManager_Utils_C_SetSettingsItemBool"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SetSettingsItemBool, Property) == 0x000000, "Member 'BP_RinoHud_SaveManager_Utils_C_SetSettingsItemBool::Property' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SetSettingsItemBool, Value) == 0x00000C, "Member 'BP_RinoHud_SaveManager_Utils_C_SetSettingsItemBool::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SetSettingsItemBool, __WorldContext) == 0x000010, "Member 'BP_RinoHud_SaveManager_Utils_C_SetSettingsItemBool::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SetSettingsItemBool, K2Node_SwitchName_CmpSuccess) == 0x000018, "Member 'BP_RinoHud_SaveManager_Utils_C_SetSettingsItemBool::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SetSettingsItemBool, CallFunc_LoadConfig_ReturnValue) == 0x000020, "Member 'BP_RinoHud_SaveManager_Utils_C_SetSettingsItemBool::CallFunc_LoadConfig_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RinoHud_SaveManager_Utils_C_GetSettingsItemBool \ +static_assert(alignof(BP_RinoHud_SaveManager_Utils_C_GetSettingsItemBool) == 0x000008, "Wrong alignment on BP_RinoHud_SaveManager_Utils_C_GetSettingsItemBool"); \ +static_assert(sizeof(BP_RinoHud_SaveManager_Utils_C_GetSettingsItemBool) == 0x000030, "Wrong size on BP_RinoHud_SaveManager_Utils_C_GetSettingsItemBool"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_GetSettingsItemBool, Property) == 0x000000, "Member 'BP_RinoHud_SaveManager_Utils_C_GetSettingsItemBool::Property' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_GetSettingsItemBool, __WorldContext) == 0x000010, "Member 'BP_RinoHud_SaveManager_Utils_C_GetSettingsItemBool::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_GetSettingsItemBool, Value) == 0x000018, "Member 'BP_RinoHud_SaveManager_Utils_C_GetSettingsItemBool::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_GetSettingsItemBool, temp) == 0x000019, "Member 'BP_RinoHud_SaveManager_Utils_C_GetSettingsItemBool::temp' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_GetSettingsItemBool, CallFunc_LoadConfig_ReturnValue) == 0x000020, "Member 'BP_RinoHud_SaveManager_Utils_C_GetSettingsItemBool::CallFunc_LoadConfig_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_GetSettingsItemBool, K2Node_SwitchName_CmpSuccess) == 0x000028, "Member 'BP_RinoHud_SaveManager_Utils_C_GetSettingsItemBool::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RinoHud_SaveManager_Utils_C_SetSettingsItemFloat \ +static_assert(alignof(BP_RinoHud_SaveManager_Utils_C_SetSettingsItemFloat) == 0x000008, "Wrong alignment on BP_RinoHud_SaveManager_Utils_C_SetSettingsItemFloat"); \ +static_assert(sizeof(BP_RinoHud_SaveManager_Utils_C_SetSettingsItemFloat) == 0x000030, "Wrong size on BP_RinoHud_SaveManager_Utils_C_SetSettingsItemFloat"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SetSettingsItemFloat, Property) == 0x000000, "Member 'BP_RinoHud_SaveManager_Utils_C_SetSettingsItemFloat::Property' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SetSettingsItemFloat, Value) == 0x00000C, "Member 'BP_RinoHud_SaveManager_Utils_C_SetSettingsItemFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SetSettingsItemFloat, __WorldContext) == 0x000010, "Member 'BP_RinoHud_SaveManager_Utils_C_SetSettingsItemFloat::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SetSettingsItemFloat, K2Node_SwitchName_CmpSuccess) == 0x000018, "Member 'BP_RinoHud_SaveManager_Utils_C_SetSettingsItemFloat::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SetSettingsItemFloat, CallFunc_LoadConfig_ReturnValue) == 0x000020, "Member 'BP_RinoHud_SaveManager_Utils_C_SetSettingsItemFloat::CallFunc_LoadConfig_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SetSettingsItemFloat, CallFunc_Round_ReturnValue) == 0x000028, "Member 'BP_RinoHud_SaveManager_Utils_C_SetSettingsItemFloat::CallFunc_Round_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RinoHud_SaveManager_Utils_C_GetSettingsItemFloat \ +static_assert(alignof(BP_RinoHud_SaveManager_Utils_C_GetSettingsItemFloat) == 0x000008, "Wrong alignment on BP_RinoHud_SaveManager_Utils_C_GetSettingsItemFloat"); \ +static_assert(sizeof(BP_RinoHud_SaveManager_Utils_C_GetSettingsItemFloat) == 0x000038, "Wrong size on BP_RinoHud_SaveManager_Utils_C_GetSettingsItemFloat"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_GetSettingsItemFloat, Property) == 0x000000, "Member 'BP_RinoHud_SaveManager_Utils_C_GetSettingsItemFloat::Property' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_GetSettingsItemFloat, __WorldContext) == 0x000010, "Member 'BP_RinoHud_SaveManager_Utils_C_GetSettingsItemFloat::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_GetSettingsItemFloat, Value) == 0x000018, "Member 'BP_RinoHud_SaveManager_Utils_C_GetSettingsItemFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_GetSettingsItemFloat, temp) == 0x00001C, "Member 'BP_RinoHud_SaveManager_Utils_C_GetSettingsItemFloat::temp' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_GetSettingsItemFloat, CallFunc_LoadConfig_ReturnValue) == 0x000020, "Member 'BP_RinoHud_SaveManager_Utils_C_GetSettingsItemFloat::CallFunc_LoadConfig_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_GetSettingsItemFloat, K2Node_SwitchName_CmpSuccess) == 0x000028, "Member 'BP_RinoHud_SaveManager_Utils_C_GetSettingsItemFloat::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_GetSettingsItemFloat, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00002C, "Member 'BP_RinoHud_SaveManager_Utils_C_GetSettingsItemFloat::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_GetSettingsItemFloat, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000030, "Member 'BP_RinoHud_SaveManager_Utils_C_GetSettingsItemFloat::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RinoHud_SaveManager_Utils_C_SetSettingsItemColor \ +static_assert(alignof(BP_RinoHud_SaveManager_Utils_C_SetSettingsItemColor) == 0x000008, "Wrong alignment on BP_RinoHud_SaveManager_Utils_C_SetSettingsItemColor"); \ +static_assert(sizeof(BP_RinoHud_SaveManager_Utils_C_SetSettingsItemColor) == 0x000028, "Wrong size on BP_RinoHud_SaveManager_Utils_C_SetSettingsItemColor"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SetSettingsItemColor, Property) == 0x000000, "Member 'BP_RinoHud_SaveManager_Utils_C_SetSettingsItemColor::Property' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SetSettingsItemColor, Value) == 0x00000C, "Member 'BP_RinoHud_SaveManager_Utils_C_SetSettingsItemColor::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SetSettingsItemColor, __WorldContext) == 0x000010, "Member 'BP_RinoHud_SaveManager_Utils_C_SetSettingsItemColor::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SetSettingsItemColor, K2Node_SwitchName_CmpSuccess) == 0x000018, "Member 'BP_RinoHud_SaveManager_Utils_C_SetSettingsItemColor::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_SetSettingsItemColor, CallFunc_LoadConfig_ReturnValue) == 0x000020, "Member 'BP_RinoHud_SaveManager_Utils_C_SetSettingsItemColor::CallFunc_LoadConfig_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RinoHud_SaveManager_Utils_C_GetSettingsItemColor \ +static_assert(alignof(BP_RinoHud_SaveManager_Utils_C_GetSettingsItemColor) == 0x000008, "Wrong alignment on BP_RinoHud_SaveManager_Utils_C_GetSettingsItemColor"); \ +static_assert(sizeof(BP_RinoHud_SaveManager_Utils_C_GetSettingsItemColor) == 0x000030, "Wrong size on BP_RinoHud_SaveManager_Utils_C_GetSettingsItemColor"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_GetSettingsItemColor, Property) == 0x000000, "Member 'BP_RinoHud_SaveManager_Utils_C_GetSettingsItemColor::Property' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_GetSettingsItemColor, __WorldContext) == 0x000010, "Member 'BP_RinoHud_SaveManager_Utils_C_GetSettingsItemColor::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_GetSettingsItemColor, hudColor) == 0x000018, "Member 'BP_RinoHud_SaveManager_Utils_C_GetSettingsItemColor::hudColor' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_GetSettingsItemColor, temp) == 0x00001C, "Member 'BP_RinoHud_SaveManager_Utils_C_GetSettingsItemColor::temp' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_GetSettingsItemColor, K2Node_SwitchName_CmpSuccess) == 0x000020, "Member 'BP_RinoHud_SaveManager_Utils_C_GetSettingsItemColor::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_GetSettingsItemColor, CallFunc_LoadConfig_ReturnValue) == 0x000028, "Member 'BP_RinoHud_SaveManager_Utils_C_GetSettingsItemColor::CallFunc_LoadConfig_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RinoHud_SaveManager_Utils_C_MapifyConfig \ +static_assert(alignof(BP_RinoHud_SaveManager_Utils_C_MapifyConfig) == 0x000008, "Wrong alignment on BP_RinoHud_SaveManager_Utils_C_MapifyConfig"); \ +static_assert(sizeof(BP_RinoHud_SaveManager_Utils_C_MapifyConfig) == 0x0001B0, "Wrong size on BP_RinoHud_SaveManager_Utils_C_MapifyConfig"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_MapifyConfig, In) == 0x000000, "Member 'BP_RinoHud_SaveManager_Utils_C_MapifyConfig::In' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_MapifyConfig, __WorldContext) == 0x000028, "Member 'BP_RinoHud_SaveManager_Utils_C_MapifyConfig::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_MapifyConfig, Out) == 0x000030, "Member 'BP_RinoHud_SaveManager_Utils_C_MapifyConfig::Out' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_MapifyConfig, InternalMap) == 0x000080, "Member 'BP_RinoHud_SaveManager_Utils_C_MapifyConfig::InternalMap' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_MapifyConfig, Temp_string_Variable) == 0x0000D0, "Member 'BP_RinoHud_SaveManager_Utils_C_MapifyConfig::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_MapifyConfig, Temp_string_Variable_1) == 0x0000E0, "Member 'BP_RinoHud_SaveManager_Utils_C_MapifyConfig::Temp_string_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_MapifyConfig, Temp_string_Variable_2) == 0x0000F0, "Member 'BP_RinoHud_SaveManager_Utils_C_MapifyConfig::Temp_string_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_MapifyConfig, Temp_string_Variable_3) == 0x000100, "Member 'BP_RinoHud_SaveManager_Utils_C_MapifyConfig::Temp_string_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_MapifyConfig, Temp_string_Variable_4) == 0x000110, "Member 'BP_RinoHud_SaveManager_Utils_C_MapifyConfig::Temp_string_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_MapifyConfig, Temp_string_Variable_5) == 0x000120, "Member 'BP_RinoHud_SaveManager_Utils_C_MapifyConfig::Temp_string_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_MapifyConfig, Temp_string_Variable_6) == 0x000130, "Member 'BP_RinoHud_SaveManager_Utils_C_MapifyConfig::Temp_string_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_MapifyConfig, Temp_string_Variable_7) == 0x000140, "Member 'BP_RinoHud_SaveManager_Utils_C_MapifyConfig::Temp_string_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_MapifyConfig, Temp_string_Variable_8) == 0x000150, "Member 'BP_RinoHud_SaveManager_Utils_C_MapifyConfig::Temp_string_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_MapifyConfig, Temp_string_Variable_9) == 0x000160, "Member 'BP_RinoHud_SaveManager_Utils_C_MapifyConfig::Temp_string_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_MapifyConfig, Temp_string_Variable_10) == 0x000170, "Member 'BP_RinoHud_SaveManager_Utils_C_MapifyConfig::Temp_string_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_MapifyConfig, Temp_string_Variable_11) == 0x000180, "Member 'BP_RinoHud_SaveManager_Utils_C_MapifyConfig::Temp_string_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_MapifyConfig, Temp_string_Variable_12) == 0x000190, "Member 'BP_RinoHud_SaveManager_Utils_C_MapifyConfig::Temp_string_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_RinoHud_SaveManager_Utils_C_MapifyConfig, Temp_string_Variable_13) == 0x0001A0, "Member 'BP_RinoHud_SaveManager_Utils_C_MapifyConfig::Temp_string_Variable_13' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_RinoHud_SaveManager_Utils_C \ +static_assert(alignof(UBP_RinoHud_SaveManager_Utils_C) == 0x000008, "Wrong alignment on UBP_RinoHud_SaveManager_Utils_C"); \ +static_assert(sizeof(UBP_RinoHud_SaveManager_Utils_C) == 0x000030, "Wrong size on UBP_RinoHud_SaveManager_Utils_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget \ +static_assert(alignof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget) == 0x000008, "Wrong alignment on WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget"); \ +static_assert(sizeof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget) == 0x0001D8, "Wrong size on WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, EntryPoint) == 0x000000, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_Create_ReturnValue) == 0x000008, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_AddChild_ReturnValue) == 0x000010, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, K2Node_CustomEvent_SelectedIndex) == 0x000018, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::K2Node_CustomEvent_SelectedIndex' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, K2Node_DynamicCast_AsOverlay_Slot) == 0x000020, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::K2Node_DynamicCast_AsOverlay_Slot' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_GetGameEventBroker_ReturnValue) == 0x000030, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_GetGameEventBroker_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000038, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_GetLocalPlayerState_ReturnValue) == 0x000040, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_GetLocalPlayerState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000048, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, K2Node_DynamicCast_AsSBZPlayer_State) == 0x000050, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::K2Node_DynamicCast_AsSBZPlayer_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_Array_Get_Item) == 0x000060, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, K2Node_DynamicCast_AsSBZEmote_Interface) == 0x000068, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::K2Node_DynamicCast_AsSBZEmote_Interface' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, K2Node_DynamicCast_bSuccess_2) == 0x000078, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, K2Node_MakeStruct_SBZPlayerCallEvent) == 0x000080, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::K2Node_MakeStruct_SBZPlayerCallEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, K2Node_DynamicCast_AsSBZEquippable_Inspect_Interface) == 0x000090, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::K2Node_DynamicCast_AsSBZEquippable_Inspect_Interface' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, K2Node_DynamicCast_bSuccess_3) == 0x0000A0, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_GetLocalPlayerState_ReturnValue_1) == 0x0000A8, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_GetLocalPlayerState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_StartCurrentEquippableInspect_ReturnValue) == 0x0000B0, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_StartCurrentEquippableInspect_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, K2Node_DynamicCast_AsSBZPlayer_State_1) == 0x0000B8, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::K2Node_DynamicCast_AsSBZPlayer_State_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, K2Node_DynamicCast_bSuccess_4) == 0x0000C0, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, K2Node_CreateDelegate_OutputDelegate) == 0x0000C4, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_Array_Length_ReturnValue) == 0x0000D8, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, K2Node_Event_MyGeometry) == 0x0000DC, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, K2Node_Event_InDeltaTime) == 0x000114, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, K2Node_Event_IsDesignTime) == 0x000118, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000119, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_GetLocalPlayerState_ReturnValue_2) == 0x000120, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_GetLocalPlayerState_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, K2Node_DynamicCast_AsSBZPlayer_State_2) == 0x000128, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::K2Node_DynamicCast_AsSBZPlayer_State_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, K2Node_DynamicCast_bSuccess_5) == 0x000130, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_Array_Length_ReturnValue_1) == 0x000134, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x000138, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, K2Node_MakeStruct_WidgetTransform) == 0x000140, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::K2Node_MakeStruct_WidgetTransform' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_HackyFunction_OutAngle) == 0x00015C, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_HackyFunction_OutAngle' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, Temp_int_Array_Index_Variable) == 0x000160, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000164, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_Array_Get_Item_1) == 0x000168, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_HackyFunction_OutAngle_1) == 0x000170, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_HackyFunction_OutAngle_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000174, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000178, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_DegSin_ReturnValue) == 0x00017C, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_DegSin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_DegCos_ReturnValue) == 0x000180, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_DegCos_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000184, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000188, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_MakeVector2D_ReturnValue) == 0x00018C, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, K2Node_MakeStruct_WidgetTransform_1) == 0x000194, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::K2Node_MakeStruct_WidgetTransform_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_PlayAnimation_ReturnValue) == 0x0001B0, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_PlayAnimation_ReturnValue_1) == 0x0001B8, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_DistanceSquared2D_ReturnValue) == 0x0001C0, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_DistanceSquared2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, Temp_int_Loop_Counter_Variable) == 0x0001C4, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_Square_ReturnValue) == 0x0001C8, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_Square_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0001CC, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_Less_IntInt_ReturnValue) == 0x0001CD, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_Add_IntInt_ReturnValue) == 0x0001D0, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget, CallFunc_EqualEqual_TextText_ReturnValue) == 0x0001D4, "Member 'WBP_UI_HUD_CircularCallWidget_C_ExecuteUbergraph_WBP_UI_HUD_CircularCallWidget::CallFunc_EqualEqual_TextText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_CircularCallWidget_C_Tick \ +static_assert(alignof(WBP_UI_HUD_CircularCallWidget_C_Tick) == 0x000004, "Wrong alignment on WBP_UI_HUD_CircularCallWidget_C_Tick"); \ +static_assert(sizeof(WBP_UI_HUD_CircularCallWidget_C_Tick) == 0x00003C, "Wrong size on WBP_UI_HUD_CircularCallWidget_C_Tick"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_UI_HUD_CircularCallWidget_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_UI_HUD_CircularCallWidget_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_CircularCallWidget_C_OnSelected \ +static_assert(alignof(WBP_UI_HUD_CircularCallWidget_C_OnSelected) == 0x000004, "Wrong alignment on WBP_UI_HUD_CircularCallWidget_C_OnSelected"); \ +static_assert(sizeof(WBP_UI_HUD_CircularCallWidget_C_OnSelected) == 0x000004, "Wrong size on WBP_UI_HUD_CircularCallWidget_C_OnSelected"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_OnSelected, SelectedIndex) == 0x000000, "Member 'WBP_UI_HUD_CircularCallWidget_C_OnSelected::SelectedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_CircularCallWidget_C_PreConstruct \ +static_assert(alignof(WBP_UI_HUD_CircularCallWidget_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_HUD_CircularCallWidget_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_HUD_CircularCallWidget_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_HUD_CircularCallWidget_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_HUD_CircularCallWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_CircularCallWidget_C_HackyFunction \ +static_assert(alignof(WBP_UI_HUD_CircularCallWidget_C_HackyFunction) == 0x000004, "Wrong alignment on WBP_UI_HUD_CircularCallWidget_C_HackyFunction"); \ +static_assert(sizeof(WBP_UI_HUD_CircularCallWidget_C_HackyFunction) == 0x000018, "Wrong size on WBP_UI_HUD_CircularCallWidget_C_HackyFunction"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_HackyFunction, InAngle) == 0x000000, "Member 'WBP_UI_HUD_CircularCallWidget_C_HackyFunction::InAngle' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_HackyFunction, OutAngle) == 0x000004, "Member 'WBP_UI_HUD_CircularCallWidget_C_HackyFunction::OutAngle' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_HackyFunction, CallFunc_Add_FloatFloat_ReturnValue) == 0x000008, "Member 'WBP_UI_HUD_CircularCallWidget_C_HackyFunction::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_HackyFunction, CallFunc_Less_FloatFloat_ReturnValue) == 0x00000C, "Member 'WBP_UI_HUD_CircularCallWidget_C_HackyFunction::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_HackyFunction, CallFunc_SelectFloat_ReturnValue) == 0x000010, "Member 'WBP_UI_HUD_CircularCallWidget_C_HackyFunction::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_CircularCallWidget_C_HackyFunction, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000014, "Member 'WBP_UI_HUD_CircularCallWidget_C_HackyFunction::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_HUD_CircularCallWidget_C \ +static_assert(alignof(UWBP_UI_HUD_CircularCallWidget_C) == 0x000008, "Wrong alignment on UWBP_UI_HUD_CircularCallWidget_C"); \ +static_assert(sizeof(UWBP_UI_HUD_CircularCallWidget_C) == 0x000358, "Wrong size on UWBP_UI_HUD_CircularCallWidget_C"); \ +static_assert(offsetof(UWBP_UI_HUD_CircularCallWidget_C, UberGraphFrame) == 0x0002F8, "Member 'UWBP_UI_HUD_CircularCallWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_CircularCallWidget_C, OpenAnimCirularWidget) == 0x000300, "Member 'UWBP_UI_HUD_CircularCallWidget_C::OpenAnimCirularWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_CircularCallWidget_C, AnimCircularWidget) == 0x000308, "Member 'UWBP_UI_HUD_CircularCallWidget_C::AnimCircularWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_CircularCallWidget_C, Image_Icon) == 0x000310, "Member 'UWBP_UI_HUD_CircularCallWidget_C::Image_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_CircularCallWidget_C, Image_Selection) == 0x000318, "Member 'UWBP_UI_HUD_CircularCallWidget_C::Image_Selection' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_CircularCallWidget_C, Overlay_Selections) == 0x000320, "Member 'UWBP_UI_HUD_CircularCallWidget_C::Overlay_Selections' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_CircularCallWidget_C, Text_Selection) == 0x000328, "Member 'UWBP_UI_HUD_CircularCallWidget_C::Text_Selection' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_CircularCallWidget_C, Radius) == 0x000330, "Member 'UWBP_UI_HUD_CircularCallWidget_C::Radius' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_CircularCallWidget_C, RadialMaterial) == 0x000338, "Member 'UWBP_UI_HUD_CircularCallWidget_C::RadialMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_CircularCallWidget_C, InspectText) == 0x000340, "Member 'UWBP_UI_HUD_CircularCallWidget_C::InspectText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HackingZoneControllerInactive_C_ExecuteUbergraph_WBP_HackingZoneControllerInactive \ +static_assert(alignof(WBP_HackingZoneControllerInactive_C_ExecuteUbergraph_WBP_HackingZoneControllerInactive) == 0x000008, "Wrong alignment on WBP_HackingZoneControllerInactive_C_ExecuteUbergraph_WBP_HackingZoneControllerInactive"); \ +static_assert(sizeof(WBP_HackingZoneControllerInactive_C_ExecuteUbergraph_WBP_HackingZoneControllerInactive) == 0x000020, "Wrong size on WBP_HackingZoneControllerInactive_C_ExecuteUbergraph_WBP_HackingZoneControllerInactive"); \ +static_assert(offsetof(WBP_HackingZoneControllerInactive_C_ExecuteUbergraph_WBP_HackingZoneControllerInactive, EntryPoint) == 0x000000, "Member 'WBP_HackingZoneControllerInactive_C_ExecuteUbergraph_WBP_HackingZoneControllerInactive::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HackingZoneControllerInactive_C_ExecuteUbergraph_WBP_HackingZoneControllerInactive, K2Node_CustomEvent_InText) == 0x000008, "Member 'WBP_HackingZoneControllerInactive_C_ExecuteUbergraph_WBP_HackingZoneControllerInactive::K2Node_CustomEvent_InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HackingZoneControllerInactive_C_setText \ +static_assert(alignof(WBP_HackingZoneControllerInactive_C_setText) == 0x000008, "Wrong alignment on WBP_HackingZoneControllerInactive_C_setText"); \ +static_assert(sizeof(WBP_HackingZoneControllerInactive_C_setText) == 0x000018, "Wrong size on WBP_HackingZoneControllerInactive_C_setText"); \ +static_assert(offsetof(WBP_HackingZoneControllerInactive_C_setText, InText) == 0x000000, "Member 'WBP_HackingZoneControllerInactive_C_setText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HackingZoneControllerInactive_C \ +static_assert(alignof(UWBP_HackingZoneControllerInactive_C) == 0x000008, "Wrong alignment on UWBP_HackingZoneControllerInactive_C"); \ +static_assert(sizeof(UWBP_HackingZoneControllerInactive_C) == 0x0002A0, "Wrong size on UWBP_HackingZoneControllerInactive_C"); \ +static_assert(offsetof(UWBP_HackingZoneControllerInactive_C, UberGraphFrame) == 0x000290, "Member 'UWBP_HackingZoneControllerInactive_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HackingZoneControllerInactive_C, Intro) == 0x000298, "Member 'UWBP_HackingZoneControllerInactive_C::Intro' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InstantLoot_Money_04_C_Random_Offset \ +static_assert(alignof(BP_InstantLoot_Money_04_C_Random_Offset) == 0x000004, "Wrong alignment on BP_InstantLoot_Money_04_C_Random_Offset"); \ +static_assert(sizeof(BP_InstantLoot_Money_04_C_Random_Offset) == 0x000144, "Wrong size on BP_InstantLoot_Money_04_C_Random_Offset"); \ +static_assert(offsetof(BP_InstantLoot_Money_04_C_Random_Offset, EnableOffset) == 0x000000, "Member 'BP_InstantLoot_Money_04_C_Random_Offset::EnableOffset' has a wrong offset!"); \ +static_assert(offsetof(BP_InstantLoot_Money_04_C_Random_Offset, CallFunc_RandomFloatInRange_ReturnValue) == 0x000004, "Member 'BP_InstantLoot_Money_04_C_Random_Offset::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InstantLoot_Money_04_C_Random_Offset, CallFunc_MakeVector_ReturnValue) == 0x000008, "Member 'BP_InstantLoot_Money_04_C_Random_Offset::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InstantLoot_Money_04_C_Random_Offset, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000014, "Member 'BP_InstantLoot_Money_04_C_Random_Offset::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InstantLoot_Money_04_C_Random_Offset, CallFunc_K2_AddLocalOffset_SweepHitResult) == 0x000018, "Member 'BP_InstantLoot_Money_04_C_Random_Offset::CallFunc_K2_AddLocalOffset_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_InstantLoot_Money_04_C_Random_Offset, CallFunc_MakeRotator_ReturnValue) == 0x0000A8, "Member 'BP_InstantLoot_Money_04_C_Random_Offset::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InstantLoot_Money_04_C_Random_Offset, CallFunc_K2_AddLocalRotation_SweepHitResult) == 0x0000B4, "Member 'BP_InstantLoot_Money_04_C_Random_Offset::CallFunc_K2_AddLocalRotation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InstantLoot_Money_04_C \ +static_assert(alignof(ABP_InstantLoot_Money_04_C) == 0x000008, "Wrong alignment on ABP_InstantLoot_Money_04_C"); \ +static_assert(sizeof(ABP_InstantLoot_Money_04_C) == 0x0002F0, "Wrong size on ABP_InstantLoot_Money_04_C"); \ +static_assert(offsetof(ABP_InstantLoot_Money_04_C, Enable_Offset) == 0x0002E8, "Member 'ABP_InstantLoot_Money_04_C::Enable_Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_Target_C \ +static_assert(alignof(UGA_Target_C) == 0x000008, "Wrong alignment on UGA_Target_C"); \ +static_assert(sizeof(UGA_Target_C) == 0x0004D8, "Wrong size on UGA_Target_C"); \ + +#define DUMPER7_ASSERTS_UGA_AI_Fire_C \ +static_assert(alignof(UGA_AI_Fire_C) == 0x000008, "Wrong alignment on UGA_AI_Fire_C"); \ +static_assert(sizeof(UGA_AI_Fire_C) == 0x0060D0, "Wrong size on UGA_AI_Fire_C"); \ + +#define DUMPER7_ASSERTS_ABP_MixingTool_01_IceHammer_SmallDestruction_C \ +static_assert(alignof(ABP_MixingTool_01_IceHammer_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_MixingTool_01_IceHammer_SmallDestruction_C"); \ +static_assert(sizeof(ABP_MixingTool_01_IceHammer_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_MixingTool_01_IceHammer_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_UGA_Sentry_Fire_C \ +static_assert(alignof(UGA_Sentry_Fire_C) == 0x000008, "Wrong alignment on UGA_Sentry_Fire_C"); \ +static_assert(sizeof(UGA_Sentry_Fire_C) == 0x0060B0, "Wrong size on UGA_Sentry_Fire_C"); \ + +#define DUMPER7_ASSERTS_ABP_PokerCase_01_SmallDestruction_C \ +static_assert(alignof(ABP_PokerCase_01_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_PokerCase_01_SmallDestruction_C"); \ +static_assert(sizeof(ABP_PokerCase_01_SmallDestruction_C) == 0x0002D8, "Wrong size on ABP_PokerCase_01_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_UDT_SentryGun_Explosion_C \ +static_assert(alignof(UDT_SentryGun_Explosion_C) == 0x000008, "Wrong alignment on UDT_SentryGun_Explosion_C"); \ +static_assert(sizeof(UDT_SentryGun_Explosion_C) == 0x000090, "Wrong size on UDT_SentryGun_Explosion_C"); \ + +#define DUMPER7_ASSERTS_ABP_SentryGunController_C \ +static_assert(alignof(ABP_SentryGunController_C) == 0x000008, "Wrong alignment on ABP_SentryGunController_C"); \ +static_assert(sizeof(ABP_SentryGunController_C) == 0x0003F8, "Wrong size on ABP_SentryGunController_C"); \ + +#define DUMPER7_ASSERTS_ABP_SentryGun_C_ExecuteUbergraph_ABP_SentryGun \ +static_assert(alignof(ABP_SentryGun_C_ExecuteUbergraph_ABP_SentryGun) == 0x000004, "Wrong alignment on ABP_SentryGun_C_ExecuteUbergraph_ABP_SentryGun"); \ +static_assert(sizeof(ABP_SentryGun_C_ExecuteUbergraph_ABP_SentryGun) == 0x000004, "Wrong size on ABP_SentryGun_C_ExecuteUbergraph_ABP_SentryGun"); \ +static_assert(offsetof(ABP_SentryGun_C_ExecuteUbergraph_ABP_SentryGun, EntryPoint) == 0x000000, "Member 'ABP_SentryGun_C_ExecuteUbergraph_ABP_SentryGun::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SentryGun_C_AnimGraph \ +static_assert(alignof(ABP_SentryGun_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_SentryGun_C_AnimGraph"); \ +static_assert(sizeof(ABP_SentryGun_C_AnimGraph) == 0x000010, "Wrong size on ABP_SentryGun_C_AnimGraph"); \ +static_assert(offsetof(ABP_SentryGun_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_SentryGun_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_SentryGun_C \ +static_assert(alignof(UABP_SentryGun_C) == 0x000010, "Wrong alignment on UABP_SentryGun_C"); \ +static_assert(sizeof(UABP_SentryGun_C) == 0x0006C0, "Wrong size on UABP_SentryGun_C"); \ +static_assert(offsetof(UABP_SentryGun_C, UberGraphFrame) == 0x000320, "Member 'UABP_SentryGun_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_SentryGun_C, AnimGraphNode_Root) == 0x000328, "Member 'UABP_SentryGun_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_SentryGun_C, AnimGraphNode_ModifyBone_1) == 0x000370, "Member 'UABP_SentryGun_C::AnimGraphNode_ModifyBone_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_SentryGun_C, AnimGraphNode_ModifyBone) == 0x0004A8, "Member 'UABP_SentryGun_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ +static_assert(offsetof(UABP_SentryGun_C, AnimGraphNode_ComponentToLocalSpace) == 0x0005E0, "Member 'UABP_SentryGun_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_SentryGun_C, AnimGraphNode_Slot) == 0x000610, "Member 'UABP_SentryGun_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UABP_SentryGun_C, AnimGraphNode_LocalToComponentSpace) == 0x000670, "Member 'UABP_SentryGun_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_SentryGun_C, YawMomemtum) == 0x0006A0, "Member 'UABP_SentryGun_C::YawMomemtum' has a wrong offset!"); \ +static_assert(offsetof(UABP_SentryGun_C, PrevYaw) == 0x0006A4, "Member 'UABP_SentryGun_C::PrevYaw' has a wrong offset!"); \ +static_assert(offsetof(UABP_SentryGun_C, Rotating) == 0x0006A8, "Member 'UABP_SentryGun_C::Rotating' has a wrong offset!"); \ +static_assert(offsetof(UABP_SentryGun_C, AddYaw) == 0x0006AC, "Member 'UABP_SentryGun_C::AddYaw' has a wrong offset!"); \ +static_assert(offsetof(UABP_SentryGun_C, SinVal) == 0x0006B0, "Member 'UABP_SentryGun_C::SinVal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_CodePacket \ +static_assert(alignof(FS_CodePacket) == 0x000004, "Wrong alignment on FS_CodePacket"); \ +static_assert(sizeof(FS_CodePacket) == 0x00000C, "Wrong size on FS_CodePacket"); \ +static_assert(offsetof(FS_CodePacket, bShowTrueCode_1_580726854183C2768B67C481F0DC2C1F) == 0x000000, "Member 'FS_CodePacket::bShowTrueCode_1_580726854183C2768B67C481F0DC2C1F' has a wrong offset!"); \ +static_assert(offsetof(FS_CodePacket, TrueCode_4_808F400144CA3FC7ECE87FA1BFF54644) == 0x000004, "Member 'FS_CodePacket::TrueCode_4_808F400144CA3FC7ECE87FA1BFF54644' has a wrong offset!"); \ +static_assert(offsetof(FS_CodePacket, RandomCodeFromServer_6_96FFFD2842FE2B202308BD98CDE0233F) == 0x000008, "Member 'FS_CodePacket::RandomCodeFromServer_6_96FFFD2842FE2B202308BD98CDE0233F' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff \ +static_assert(alignof(WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff) == 0x000008, "Wrong alignment on WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff"); \ +static_assert(sizeof(WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff) == 0x000080, "Wrong size on WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff"); \ +static_assert(offsetof(WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff, EntryPoint) == 0x000000, "Member 'WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff, Temp_byte_Variable) == 0x000004, "Member 'WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff, K2Node_Event_IsDesignTime) == 0x000005, "Member 'WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff, K2Node_Event_InNewEffectValue) == 0x000008, "Member 'WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff::K2Node_Event_InNewEffectValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff, K2Node_Event_InNewProgress) == 0x00000C, "Member 'WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff::K2Node_Event_InNewProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000010, "Member 'WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000011, "Member 'WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff, K2Node_Event_InCharacterEffectRuntime) == 0x000018, "Member 'WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff::K2Node_Event_InCharacterEffectRuntime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff, Temp_byte_Variable_1) == 0x000048, "Member 'WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000050, "Member 'WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff, Temp_bool_Variable) == 0x000058, "Member 'WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff, K2Node_Select_Default) == 0x000059, "Member 'WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff, CallFunc_Conv_FloatToText_ReturnValue) == 0x000060, "Member 'WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff, CallFunc_Play2DSound_ReturnValue) == 0x000078, "Member 'WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff, CallFunc_IsValid_ReturnValue) == 0x00007C, "Member 'WBP_UI_HUD_Buff_C_ExecuteUbergraph_WBP_UI_HUD_Buff::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Buff_C_OnCharacterEffectInitialized \ +static_assert(alignof(WBP_UI_HUD_Buff_C_OnCharacterEffectInitialized) == 0x000008, "Wrong alignment on WBP_UI_HUD_Buff_C_OnCharacterEffectInitialized"); \ +static_assert(sizeof(WBP_UI_HUD_Buff_C_OnCharacterEffectInitialized) == 0x000030, "Wrong size on WBP_UI_HUD_Buff_C_OnCharacterEffectInitialized"); \ +static_assert(offsetof(WBP_UI_HUD_Buff_C_OnCharacterEffectInitialized, InCharacterEffectRuntime) == 0x000000, "Member 'WBP_UI_HUD_Buff_C_OnCharacterEffectInitialized::InCharacterEffectRuntime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Buff_C_OnCooldownProgressChanged \ +static_assert(alignof(WBP_UI_HUD_Buff_C_OnCooldownProgressChanged) == 0x000004, "Wrong alignment on WBP_UI_HUD_Buff_C_OnCooldownProgressChanged"); \ +static_assert(sizeof(WBP_UI_HUD_Buff_C_OnCooldownProgressChanged) == 0x000004, "Wrong size on WBP_UI_HUD_Buff_C_OnCooldownProgressChanged"); \ +static_assert(offsetof(WBP_UI_HUD_Buff_C_OnCooldownProgressChanged, InNewProgress) == 0x000000, "Member 'WBP_UI_HUD_Buff_C_OnCooldownProgressChanged::InNewProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Buff_C_OnEffectValueChanged \ +static_assert(alignof(WBP_UI_HUD_Buff_C_OnEffectValueChanged) == 0x000004, "Wrong alignment on WBP_UI_HUD_Buff_C_OnEffectValueChanged"); \ +static_assert(sizeof(WBP_UI_HUD_Buff_C_OnEffectValueChanged) == 0x000004, "Wrong size on WBP_UI_HUD_Buff_C_OnEffectValueChanged"); \ +static_assert(offsetof(WBP_UI_HUD_Buff_C_OnEffectValueChanged, InNewEffectValue) == 0x000000, "Member 'WBP_UI_HUD_Buff_C_OnEffectValueChanged::InNewEffectValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Buff_C_PreConstruct \ +static_assert(alignof(WBP_UI_HUD_Buff_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_HUD_Buff_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_HUD_Buff_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_HUD_Buff_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_HUD_Buff_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_HUD_Buff_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Buff_C_CreateCooldownMaterial \ +static_assert(alignof(WBP_UI_HUD_Buff_C_CreateCooldownMaterial) == 0x000008, "Wrong alignment on WBP_UI_HUD_Buff_C_CreateCooldownMaterial"); \ +static_assert(sizeof(WBP_UI_HUD_Buff_C_CreateCooldownMaterial) == 0x000008, "Wrong size on WBP_UI_HUD_Buff_C_CreateCooldownMaterial"); \ +static_assert(offsetof(WBP_UI_HUD_Buff_C_CreateCooldownMaterial, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'WBP_UI_HUD_Buff_C_CreateCooldownMaterial::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Buff_C_UpdateCooldownValue \ +static_assert(alignof(WBP_UI_HUD_Buff_C_UpdateCooldownValue) == 0x000004, "Wrong alignment on WBP_UI_HUD_Buff_C_UpdateCooldownValue"); \ +static_assert(sizeof(WBP_UI_HUD_Buff_C_UpdateCooldownValue) == 0x000008, "Wrong size on WBP_UI_HUD_Buff_C_UpdateCooldownValue"); \ +static_assert(offsetof(WBP_UI_HUD_Buff_C_UpdateCooldownValue, NewValue) == 0x000000, "Member 'WBP_UI_HUD_Buff_C_UpdateCooldownValue::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Buff_C_UpdateCooldownValue, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'WBP_UI_HUD_Buff_C_UpdateCooldownValue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_Buff_C_SetUpVisuals \ +static_assert(alignof(WBP_UI_HUD_Buff_C_SetUpVisuals) == 0x000008, "Wrong alignment on WBP_UI_HUD_Buff_C_SetUpVisuals"); \ +static_assert(sizeof(WBP_UI_HUD_Buff_C_SetUpVisuals) == 0x000028, "Wrong size on WBP_UI_HUD_Buff_C_SetUpVisuals"); \ +static_assert(offsetof(WBP_UI_HUD_Buff_C_SetUpVisuals, InIcon) == 0x000000, "Member 'WBP_UI_HUD_Buff_C_SetUpVisuals::InIcon' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Buff_C_SetUpVisuals, InColour) == 0x000008, "Member 'WBP_UI_HUD_Buff_C_SetUpVisuals::InColour' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_Buff_C_SetUpVisuals, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000018, "Member 'WBP_UI_HUD_Buff_C_SetUpVisuals::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_HUD_Buff_C \ +static_assert(alignof(UWBP_UI_HUD_Buff_C) == 0x000008, "Wrong alignment on UWBP_UI_HUD_Buff_C"); \ +static_assert(sizeof(UWBP_UI_HUD_Buff_C) == 0x000318, "Wrong size on UWBP_UI_HUD_Buff_C"); \ +static_assert(offsetof(UWBP_UI_HUD_Buff_C, UberGraphFrame) == 0x0002C0, "Member 'UWBP_UI_HUD_Buff_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Buff_C, Image_753) == 0x0002C8, "Member 'UWBP_UI_HUD_Buff_C::Image_753' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Buff_C, Image_Background) == 0x0002D0, "Member 'UWBP_UI_HUD_Buff_C::Image_Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Buff_C, Image_Border) == 0x0002D8, "Member 'UWBP_UI_HUD_Buff_C::Image_Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Buff_C, Image_Cooldown) == 0x0002E0, "Member 'UWBP_UI_HUD_Buff_C::Image_Cooldown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Buff_C, Image_Icon) == 0x0002E8, "Member 'UWBP_UI_HUD_Buff_C::Image_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Buff_C, SKILL_VALUE_OVERLAY) == 0x0002F0, "Member 'UWBP_UI_HUD_Buff_C::SKILL_VALUE_OVERLAY' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Buff_C, Text_Value) == 0x0002F8, "Member 'UWBP_UI_HUD_Buff_C::Text_Value' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Buff_C, CooldownMaterial) == 0x000300, "Member 'UWBP_UI_HUD_Buff_C::CooldownMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Buff_C, RT_CooldownEndTime) == 0x000308, "Member 'UWBP_UI_HUD_Buff_C::RT_CooldownEndTime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Buff_C, RT_CooldownTimer) == 0x00030C, "Member 'UWBP_UI_HUD_Buff_C::RT_CooldownTimer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_Buff_C, RT_Active) == 0x000310, "Member 'UWBP_UI_HUD_Buff_C::RT_Active' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ArmorChunk_C_ExecuteUbergraph_WBP_UI_Widget_ArmorChunk \ +static_assert(alignof(WBP_UI_Widget_ArmorChunk_C_ExecuteUbergraph_WBP_UI_Widget_ArmorChunk) == 0x000008, "Wrong alignment on WBP_UI_Widget_ArmorChunk_C_ExecuteUbergraph_WBP_UI_Widget_ArmorChunk"); \ +static_assert(sizeof(WBP_UI_Widget_ArmorChunk_C_ExecuteUbergraph_WBP_UI_Widget_ArmorChunk) == 0x000020, "Wrong size on WBP_UI_Widget_ArmorChunk_C_ExecuteUbergraph_WBP_UI_Widget_ArmorChunk"); \ +static_assert(offsetof(WBP_UI_Widget_ArmorChunk_C_ExecuteUbergraph_WBP_UI_Widget_ArmorChunk, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_ArmorChunk_C_ExecuteUbergraph_WBP_UI_Widget_ArmorChunk::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ArmorChunk_C_ExecuteUbergraph_WBP_UI_Widget_ArmorChunk, Temp_bool_Variable) == 0x000004, "Member 'WBP_UI_Widget_ArmorChunk_C_ExecuteUbergraph_WBP_UI_Widget_ArmorChunk::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ArmorChunk_C_ExecuteUbergraph_WBP_UI_Widget_ArmorChunk, Temp_byte_Variable) == 0x000005, "Member 'WBP_UI_Widget_ArmorChunk_C_ExecuteUbergraph_WBP_UI_Widget_ArmorChunk::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ArmorChunk_C_ExecuteUbergraph_WBP_UI_Widget_ArmorChunk, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_UI_Widget_ArmorChunk_C_ExecuteUbergraph_WBP_UI_Widget_ArmorChunk::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ArmorChunk_C_ExecuteUbergraph_WBP_UI_Widget_ArmorChunk, K2Node_Event_bInIsBroken) == 0x000007, "Member 'WBP_UI_Widget_ArmorChunk_C_ExecuteUbergraph_WBP_UI_Widget_ArmorChunk::K2Node_Event_bInIsBroken' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ArmorChunk_C_ExecuteUbergraph_WBP_UI_Widget_ArmorChunk, K2Node_Select_Default) == 0x000008, "Member 'WBP_UI_Widget_ArmorChunk_C_ExecuteUbergraph_WBP_UI_Widget_ArmorChunk::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ArmorChunk_C_ExecuteUbergraph_WBP_UI_Widget_ArmorChunk, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_ArmorChunk_C_ExecuteUbergraph_WBP_UI_Widget_ArmorChunk::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ArmorChunk_C_ExecuteUbergraph_WBP_UI_Widget_ArmorChunk, K2Node_Event_IsDesignTime) == 0x000018, "Member 'WBP_UI_Widget_ArmorChunk_C_ExecuteUbergraph_WBP_UI_Widget_ArmorChunk::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ArmorChunk_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_ArmorChunk_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_ArmorChunk_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_ArmorChunk_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_ArmorChunk_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_ArmorChunk_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_ArmorChunk_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ArmorChunk_C_BP_SetChunkBroken \ +static_assert(alignof(WBP_UI_Widget_ArmorChunk_C_BP_SetChunkBroken) == 0x000001, "Wrong alignment on WBP_UI_Widget_ArmorChunk_C_BP_SetChunkBroken"); \ +static_assert(sizeof(WBP_UI_Widget_ArmorChunk_C_BP_SetChunkBroken) == 0x000001, "Wrong size on WBP_UI_Widget_ArmorChunk_C_BP_SetChunkBroken"); \ +static_assert(offsetof(WBP_UI_Widget_ArmorChunk_C_BP_SetChunkBroken, bInIsBroken) == 0x000000, "Member 'WBP_UI_Widget_ArmorChunk_C_BP_SetChunkBroken::bInIsBroken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_ArmorChunk_C \ +static_assert(alignof(UWBP_UI_Widget_ArmorChunk_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_ArmorChunk_C"); \ +static_assert(sizeof(UWBP_UI_Widget_ArmorChunk_C) == 0x0002B0, "Wrong size on UWBP_UI_Widget_ArmorChunk_C"); \ +static_assert(offsetof(UWBP_UI_Widget_ArmorChunk_C, UberGraphFrame) == 0x000298, "Member 'UWBP_UI_Widget_ArmorChunk_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ArmorChunk_C, Broken_Intro) == 0x0002A0, "Member 'UWBP_UI_Widget_ArmorChunk_C::Broken_Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ArmorChunk_C, Broken_Overlay) == 0x0002A8, "Member 'UWBP_UI_Widget_ArmorChunk_C::Broken_Overlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar \ +static_assert(alignof(WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar) == 0x000008, "Wrong alignment on WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar"); \ +static_assert(sizeof(WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar) == 0x000038, "Wrong size on WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar, K2Node_Event_CurrentValueSetup) == 0x000004, "Member 'WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar::K2Node_Event_CurrentValueSetup' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar, K2Node_Event_MaxValueSetup) == 0x000008, "Member 'WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar::K2Node_Event_MaxValueSetup' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar, K2Node_Event_PercentageSetup) == 0x00000C, "Member 'WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar::K2Node_Event_PercentageSetup' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar, K2Node_Event_NewValue_1) == 0x000010, "Member 'WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar::K2Node_Event_NewValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar, K2Node_Event_OldPercentage_1) == 0x000014, "Member 'WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar::K2Node_Event_OldPercentage_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar, K2Node_Event_NewPercentage_1) == 0x000018, "Member 'WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar::K2Node_Event_NewPercentage_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar, K2Node_Event_NewValue) == 0x00001C, "Member 'WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar::K2Node_Event_NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar, K2Node_Event_OldPercentage) == 0x000020, "Member 'WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar::K2Node_Event_OldPercentage' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar, K2Node_Event_NewPercentage) == 0x000024, "Member 'WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar::K2Node_Event_NewPercentage' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar, CallFunc_GetMaterialInstance_MatInst) == 0x000028, "Member 'WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar::CallFunc_GetMaterialInstance_MatInst' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar, K2Node_Event_IsDesignTime) == 0x000030, "Member 'WBP_UI_Widget_AttributeBar_C_ExecuteUbergraph_WBP_UI_Widget_AttributeBar::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_AttributeBar_C_OnMaxAttributeUpdate \ +static_assert(alignof(WBP_UI_Widget_AttributeBar_C_OnMaxAttributeUpdate) == 0x000004, "Wrong alignment on WBP_UI_Widget_AttributeBar_C_OnMaxAttributeUpdate"); \ +static_assert(sizeof(WBP_UI_Widget_AttributeBar_C_OnMaxAttributeUpdate) == 0x00000C, "Wrong size on WBP_UI_Widget_AttributeBar_C_OnMaxAttributeUpdate"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_OnMaxAttributeUpdate, NewValue) == 0x000000, "Member 'WBP_UI_Widget_AttributeBar_C_OnMaxAttributeUpdate::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_OnMaxAttributeUpdate, OldPercentage) == 0x000004, "Member 'WBP_UI_Widget_AttributeBar_C_OnMaxAttributeUpdate::OldPercentage' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_OnMaxAttributeUpdate, NewPercentage) == 0x000008, "Member 'WBP_UI_Widget_AttributeBar_C_OnMaxAttributeUpdate::NewPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_AttributeBar_C_OnCurrentAttributeUpdate \ +static_assert(alignof(WBP_UI_Widget_AttributeBar_C_OnCurrentAttributeUpdate) == 0x000004, "Wrong alignment on WBP_UI_Widget_AttributeBar_C_OnCurrentAttributeUpdate"); \ +static_assert(sizeof(WBP_UI_Widget_AttributeBar_C_OnCurrentAttributeUpdate) == 0x00000C, "Wrong size on WBP_UI_Widget_AttributeBar_C_OnCurrentAttributeUpdate"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_OnCurrentAttributeUpdate, NewValue) == 0x000000, "Member 'WBP_UI_Widget_AttributeBar_C_OnCurrentAttributeUpdate::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_OnCurrentAttributeUpdate, OldPercentage) == 0x000004, "Member 'WBP_UI_Widget_AttributeBar_C_OnCurrentAttributeUpdate::OldPercentage' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_OnCurrentAttributeUpdate, NewPercentage) == 0x000008, "Member 'WBP_UI_Widget_AttributeBar_C_OnCurrentAttributeUpdate::NewPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_AttributeBar_C_OnSetup \ +static_assert(alignof(WBP_UI_Widget_AttributeBar_C_OnSetup) == 0x000004, "Wrong alignment on WBP_UI_Widget_AttributeBar_C_OnSetup"); \ +static_assert(sizeof(WBP_UI_Widget_AttributeBar_C_OnSetup) == 0x00000C, "Wrong size on WBP_UI_Widget_AttributeBar_C_OnSetup"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_OnSetup, CurrentValueSetup) == 0x000000, "Member 'WBP_UI_Widget_AttributeBar_C_OnSetup::CurrentValueSetup' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_OnSetup, MaxValueSetup) == 0x000004, "Member 'WBP_UI_Widget_AttributeBar_C_OnSetup::MaxValueSetup' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_OnSetup, PercentageSetup) == 0x000008, "Member 'WBP_UI_Widget_AttributeBar_C_OnSetup::PercentageSetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_AttributeBar_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_AttributeBar_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_AttributeBar_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_AttributeBar_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_AttributeBar_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_AttributeBar_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_AttributeBar_C_SetShaderProgress \ +static_assert(alignof(WBP_UI_Widget_AttributeBar_C_SetShaderProgress) == 0x000008, "Wrong alignment on WBP_UI_Widget_AttributeBar_C_SetShaderProgress"); \ +static_assert(sizeof(WBP_UI_Widget_AttributeBar_C_SetShaderProgress) == 0x000010, "Wrong size on WBP_UI_Widget_AttributeBar_C_SetShaderProgress"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_SetShaderProgress, Progress_0) == 0x000000, "Member 'WBP_UI_Widget_AttributeBar_C_SetShaderProgress::Progress_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_SetShaderProgress, CallFunc_GetMaterialInstance_MatInst) == 0x000008, "Member 'WBP_UI_Widget_AttributeBar_C_SetShaderProgress::CallFunc_GetMaterialInstance_MatInst' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_AttributeBar_C_SetShaderParams \ +static_assert(alignof(WBP_UI_Widget_AttributeBar_C_SetShaderParams) == 0x000004, "Wrong alignment on WBP_UI_Widget_AttributeBar_C_SetShaderParams"); \ +static_assert(sizeof(WBP_UI_Widget_AttributeBar_C_SetShaderParams) == 0x000004, "Wrong size on WBP_UI_Widget_AttributeBar_C_SetShaderParams"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_SetShaderParams, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_AttributeBar_C_SetShaderParams::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_AttributeBar_C_GetMaterialInstance \ +static_assert(alignof(WBP_UI_Widget_AttributeBar_C_GetMaterialInstance) == 0x000008, "Wrong alignment on WBP_UI_Widget_AttributeBar_C_GetMaterialInstance"); \ +static_assert(sizeof(WBP_UI_Widget_AttributeBar_C_GetMaterialInstance) == 0x000018, "Wrong size on WBP_UI_Widget_AttributeBar_C_GetMaterialInstance"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_GetMaterialInstance, MatInst_0) == 0x000000, "Member 'WBP_UI_Widget_AttributeBar_C_GetMaterialInstance::MatInst_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_GetMaterialInstance, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_AttributeBar_C_GetMaterialInstance::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_GetMaterialInstance, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_AttributeBar_C_GetMaterialInstance::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_AttributeBar_C_UpdateVisibility \ +static_assert(alignof(WBP_UI_Widget_AttributeBar_C_UpdateVisibility) == 0x000001, "Wrong alignment on WBP_UI_Widget_AttributeBar_C_UpdateVisibility"); \ +static_assert(sizeof(WBP_UI_Widget_AttributeBar_C_UpdateVisibility) == 0x000005, "Wrong size on WBP_UI_Widget_AttributeBar_C_UpdateVisibility"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_UpdateVisibility, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_Widget_AttributeBar_C_UpdateVisibility::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_UpdateVisibility, Temp_byte_Variable) == 0x000001, "Member 'WBP_UI_Widget_AttributeBar_C_UpdateVisibility::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_UpdateVisibility, Temp_byte_Variable_1) == 0x000002, "Member 'WBP_UI_Widget_AttributeBar_C_UpdateVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_UpdateVisibility, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000003, "Member 'WBP_UI_Widget_AttributeBar_C_UpdateVisibility::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_AttributeBar_C_UpdateVisibility, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_Widget_AttributeBar_C_UpdateVisibility::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_AttributeBar_C \ +static_assert(alignof(UWBP_UI_Widget_AttributeBar_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_AttributeBar_C"); \ +static_assert(sizeof(UWBP_UI_Widget_AttributeBar_C) == 0x000580, "Wrong size on UWBP_UI_Widget_AttributeBar_C"); \ +static_assert(offsetof(UWBP_UI_Widget_AttributeBar_C, UberGraphFrame) == 0x000318, "Member 'UWBP_UI_Widget_AttributeBar_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_AttributeBar_C, Attribute_ProgressBar) == 0x000320, "Member 'UWBP_UI_Widget_AttributeBar_C::Attribute_ProgressBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_AttributeBar_C, ShaderBar) == 0x000328, "Member 'UWBP_UI_Widget_AttributeBar_C::ShaderBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_AttributeBar_C, ProgressBarStyle) == 0x000330, "Member 'UWBP_UI_Widget_AttributeBar_C::ProgressBarStyle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_AttributeBar_C, MaxAttribute) == 0x0004E8, "Member 'UWBP_UI_Widget_AttributeBar_C::MaxAttribute' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_AttributeBar_C, BorderMargin) == 0x0004EC, "Member 'UWBP_UI_Widget_AttributeBar_C::BorderMargin' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_AttributeBar_C, BorderTint) == 0x000500, "Member 'UWBP_UI_Widget_AttributeBar_C::BorderTint' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_AttributeBar_C, Progress) == 0x000528, "Member 'UWBP_UI_Widget_AttributeBar_C::Progress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_AttributeBar_C, TickAmount) == 0x00052C, "Member 'UWBP_UI_Widget_AttributeBar_C::TickAmount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_AttributeBar_C, MainColor) == 0x000530, "Member 'UWBP_UI_Widget_AttributeBar_C::MainColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_AttributeBar_C, BackgroundColor) == 0x000540, "Member 'UWBP_UI_Widget_AttributeBar_C::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_AttributeBar_C, LaggingColor) == 0x000550, "Member 'UWBP_UI_Widget_AttributeBar_C::LaggingColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_AttributeBar_C, TickThickness) == 0x000560, "Member 'UWBP_UI_Widget_AttributeBar_C::TickThickness' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_AttributeBar_C, TickUpLimit) == 0x000564, "Member 'UWBP_UI_Widget_AttributeBar_C::TickUpLimit' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_AttributeBar_C, TickDownLimit) == 0x000568, "Member 'UWBP_UI_Widget_AttributeBar_C::TickDownLimit' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_AttributeBar_C, MatInst) == 0x000570, "Member 'UWBP_UI_Widget_AttributeBar_C::MatInst' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_AttributeBar_C, bIsVisibilityUpdated) == 0x000578, "Member 'UWBP_UI_Widget_AttributeBar_C::bIsVisibilityUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_penthouse_railing_glass_128_slope_C \ +static_assert(alignof(ABP_penthouse_railing_glass_128_slope_C) == 0x000008, "Wrong alignment on ABP_penthouse_railing_glass_128_slope_C"); \ +static_assert(sizeof(ABP_penthouse_railing_glass_128_slope_C) == 0x000330, "Wrong size on ABP_penthouse_railing_glass_128_slope_C"); \ + +#define DUMPER7_ASSERTS_UBP_RoomStatus_Feedback_C \ +static_assert(alignof(UBP_RoomStatus_Feedback_C) == 0x000008, "Wrong alignment on UBP_RoomStatus_Feedback_C"); \ +static_assert(sizeof(UBP_RoomStatus_Feedback_C) == 0x000308, "Wrong size on UBP_RoomStatus_Feedback_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DetectionWidget_C_ExecuteUbergraph_WBP_UI_DetectionWidget \ +static_assert(alignof(WBP_UI_DetectionWidget_C_ExecuteUbergraph_WBP_UI_DetectionWidget) == 0x000008, "Wrong alignment on WBP_UI_DetectionWidget_C_ExecuteUbergraph_WBP_UI_DetectionWidget"); \ +static_assert(sizeof(WBP_UI_DetectionWidget_C_ExecuteUbergraph_WBP_UI_DetectionWidget) == 0x000040, "Wrong size on WBP_UI_DetectionWidget_C_ExecuteUbergraph_WBP_UI_DetectionWidget"); \ +static_assert(offsetof(WBP_UI_DetectionWidget_C_ExecuteUbergraph_WBP_UI_DetectionWidget, EntryPoint) == 0x000000, "Member 'WBP_UI_DetectionWidget_C_ExecuteUbergraph_WBP_UI_DetectionWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DetectionWidget_C_ExecuteUbergraph_WBP_UI_DetectionWidget, CallFunc_GetAnimationLength_ReturnValue) == 0x000004, "Member 'WBP_UI_DetectionWidget_C_ExecuteUbergraph_WBP_UI_DetectionWidget::CallFunc_GetAnimationLength_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DetectionWidget_C_ExecuteUbergraph_WBP_UI_DetectionWidget, K2Node_Event_IsDesignTime) == 0x000008, "Member 'WBP_UI_DetectionWidget_C_ExecuteUbergraph_WBP_UI_DetectionWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DetectionWidget_C_ExecuteUbergraph_WBP_UI_DetectionWidget, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'WBP_UI_DetectionWidget_C_ExecuteUbergraph_WBP_UI_DetectionWidget::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DetectionWidget_C_ExecuteUbergraph_WBP_UI_DetectionWidget, K2Node_Event_InDetectionValue_1) == 0x000018, "Member 'WBP_UI_DetectionWidget_C_ExecuteUbergraph_WBP_UI_DetectionWidget::K2Node_Event_InDetectionValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DetectionWidget_C_ExecuteUbergraph_WBP_UI_DetectionWidget, K2Node_Event_InDetectingActor) == 0x000020, "Member 'WBP_UI_DetectionWidget_C_ExecuteUbergraph_WBP_UI_DetectionWidget::K2Node_Event_InDetectingActor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DetectionWidget_C_ExecuteUbergraph_WBP_UI_DetectionWidget, K2Node_Event_InDetectionValue) == 0x000028, "Member 'WBP_UI_DetectionWidget_C_ExecuteUbergraph_WBP_UI_DetectionWidget::K2Node_Event_InDetectionValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DetectionWidget_C_ExecuteUbergraph_WBP_UI_DetectionWidget, CallFunc_Play2DSound_ReturnValue) == 0x00002C, "Member 'WBP_UI_DetectionWidget_C_ExecuteUbergraph_WBP_UI_DetectionWidget::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DetectionWidget_C_ExecuteUbergraph_WBP_UI_DetectionWidget, CallFunc_PlayAnimation_ReturnValue) == 0x000030, "Member 'WBP_UI_DetectionWidget_C_ExecuteUbergraph_WBP_UI_DetectionWidget::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DetectionWidget_C_ExecuteUbergraph_WBP_UI_DetectionWidget, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000038, "Member 'WBP_UI_DetectionWidget_C_ExecuteUbergraph_WBP_UI_DetectionWidget::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DetectionWidget_C_OnNewDetector \ +static_assert(alignof(WBP_UI_DetectionWidget_C_OnNewDetector) == 0x000008, "Wrong alignment on WBP_UI_DetectionWidget_C_OnNewDetector"); \ +static_assert(sizeof(WBP_UI_DetectionWidget_C_OnNewDetector) == 0x000010, "Wrong size on WBP_UI_DetectionWidget_C_OnNewDetector"); \ +static_assert(offsetof(WBP_UI_DetectionWidget_C_OnNewDetector, InDetectingActor) == 0x000000, "Member 'WBP_UI_DetectionWidget_C_OnNewDetector::InDetectingActor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DetectionWidget_C_OnNewDetector, InDetectionValue) == 0x000008, "Member 'WBP_UI_DetectionWidget_C_OnNewDetector::InDetectionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DetectionWidget_C_OnDetectionValueUpdated \ +static_assert(alignof(WBP_UI_DetectionWidget_C_OnDetectionValueUpdated) == 0x000004, "Wrong alignment on WBP_UI_DetectionWidget_C_OnDetectionValueUpdated"); \ +static_assert(sizeof(WBP_UI_DetectionWidget_C_OnDetectionValueUpdated) == 0x000004, "Wrong size on WBP_UI_DetectionWidget_C_OnDetectionValueUpdated"); \ +static_assert(offsetof(WBP_UI_DetectionWidget_C_OnDetectionValueUpdated, InDetectionValue) == 0x000000, "Member 'WBP_UI_DetectionWidget_C_OnDetectionValueUpdated::InDetectionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DetectionWidget_C_PreConstruct \ +static_assert(alignof(WBP_UI_DetectionWidget_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_DetectionWidget_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_DetectionWidget_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_DetectionWidget_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_DetectionWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_DetectionWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DetectionWidget_C_UpdateBarVisuals \ +static_assert(alignof(WBP_UI_DetectionWidget_C_UpdateBarVisuals) == 0x000004, "Wrong alignment on WBP_UI_DetectionWidget_C_UpdateBarVisuals"); \ +static_assert(sizeof(WBP_UI_DetectionWidget_C_UpdateBarVisuals) == 0x00001C, "Wrong size on WBP_UI_DetectionWidget_C_UpdateBarVisuals"); \ +static_assert(offsetof(WBP_UI_DetectionWidget_C_UpdateBarVisuals, InPercent) == 0x000000, "Member 'WBP_UI_DetectionWidget_C_UpdateBarVisuals::InPercent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DetectionWidget_C_UpdateBarVisuals, NewLocalVar_0) == 0x000004, "Member 'WBP_UI_DetectionWidget_C_UpdateBarVisuals::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DetectionWidget_C_UpdateBarVisuals, CallFunc_LinearColorLerp_ReturnValue) == 0x000008, "Member 'WBP_UI_DetectionWidget_C_UpdateBarVisuals::CallFunc_LinearColorLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DetectionWidget_C_UpdateBarVisuals, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_UI_DetectionWidget_C_UpdateBarVisuals::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_DetectionWidget_C \ +static_assert(alignof(UWBP_UI_DetectionWidget_C) == 0x000008, "Wrong alignment on UWBP_UI_DetectionWidget_C"); \ +static_assert(sizeof(UWBP_UI_DetectionWidget_C) == 0x0002C8, "Wrong size on UWBP_UI_DetectionWidget_C"); \ +static_assert(offsetof(UWBP_UI_DetectionWidget_C, UberGraphFrame) == 0x0002A0, "Member 'UWBP_UI_DetectionWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DetectionWidget_C, pop) == 0x0002A8, "Member 'UWBP_UI_DetectionWidget_C::pop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DetectionWidget_C, Image_ProgressBar) == 0x0002B0, "Member 'UWBP_UI_DetectionWidget_C::Image_ProgressBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DetectionWidget_C, Material) == 0x0002B8, "Member 'UWBP_UI_DetectionWidget_C::Material' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DetectionWidget_C, NewVar_0) == 0x0002C0, "Member 'UWBP_UI_DetectionWidget_C::NewVar_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InteractionMode_C_ExecuteUbergraph_WBP_UI_InteractionMode \ +static_assert(alignof(WBP_UI_InteractionMode_C_ExecuteUbergraph_WBP_UI_InteractionMode) == 0x000004, "Wrong alignment on WBP_UI_InteractionMode_C_ExecuteUbergraph_WBP_UI_InteractionMode"); \ +static_assert(sizeof(WBP_UI_InteractionMode_C_ExecuteUbergraph_WBP_UI_InteractionMode) == 0x000018, "Wrong size on WBP_UI_InteractionMode_C_ExecuteUbergraph_WBP_UI_InteractionMode"); \ +static_assert(offsetof(WBP_UI_InteractionMode_C_ExecuteUbergraph_WBP_UI_InteractionMode, EntryPoint) == 0x000000, "Member 'WBP_UI_InteractionMode_C_ExecuteUbergraph_WBP_UI_InteractionMode::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionMode_C_ExecuteUbergraph_WBP_UI_InteractionMode, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_InteractionMode_C_ExecuteUbergraph_WBP_UI_InteractionMode::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionMode_C_ExecuteUbergraph_WBP_UI_InteractionMode, CallFunc_GetGlobalColor_ReturnValue) == 0x000008, "Member 'WBP_UI_InteractionMode_C_ExecuteUbergraph_WBP_UI_InteractionMode::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InteractionMode_C_PreConstruct \ +static_assert(alignof(WBP_UI_InteractionMode_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_InteractionMode_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_InteractionMode_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_InteractionMode_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_InteractionMode_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_InteractionMode_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InteractionMode_C_SetNewInteractionModeData \ +static_assert(alignof(WBP_UI_InteractionMode_C_SetNewInteractionModeData) == 0x000008, "Wrong alignment on WBP_UI_InteractionMode_C_SetNewInteractionModeData"); \ +static_assert(sizeof(WBP_UI_InteractionMode_C_SetNewInteractionModeData) == 0x000038, "Wrong size on WBP_UI_InteractionMode_C_SetNewInteractionModeData"); \ +static_assert(offsetof(WBP_UI_InteractionMode_C_SetNewInteractionModeData, InInteractionModeData) == 0x000000, "Member 'WBP_UI_InteractionMode_C_SetNewInteractionModeData::InInteractionModeData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionMode_C_SetNewInteractionModeData, bIsCasing) == 0x000020, "Member 'WBP_UI_InteractionMode_C_SetNewInteractionModeData::bIsCasing' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionMode_C_SetNewInteractionModeData, CallFunc_BooleanAND_ReturnValue) == 0x000021, "Member 'WBP_UI_InteractionMode_C_SetNewInteractionModeData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionMode_C_SetNewInteractionModeData, CallFunc_BooleanOR_ReturnValue) == 0x000022, "Member 'WBP_UI_InteractionMode_C_SetNewInteractionModeData::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionMode_C_SetNewInteractionModeData, CallFunc_Not_PreBool_ReturnValue) == 0x000023, "Member 'WBP_UI_InteractionMode_C_SetNewInteractionModeData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionMode_C_SetNewInteractionModeData, CallFunc_StealthBranch_OutputPins) == 0x000024, "Member 'WBP_UI_InteractionMode_C_SetNewInteractionModeData::CallFunc_StealthBranch_OutputPins' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionMode_C_SetNewInteractionModeData, CallFunc_StealthBranch_ReturnValue) == 0x000025, "Member 'WBP_UI_InteractionMode_C_SetNewInteractionModeData::CallFunc_StealthBranch_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionMode_C_SetNewInteractionModeData, K2Node_SwitchEnum_CmpSuccess) == 0x000026, "Member 'WBP_UI_InteractionMode_C_SetNewInteractionModeData::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_InteractionMode_C_SetNewInteractionModeData, CallFunc_GetGlobalColor_ReturnValue) == 0x000028, "Member 'WBP_UI_InteractionMode_C_SetNewInteractionModeData::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_InteractionMode_C_UpdateProgress \ +static_assert(alignof(WBP_UI_InteractionMode_C_UpdateProgress) == 0x000004, "Wrong alignment on WBP_UI_InteractionMode_C_UpdateProgress"); \ +static_assert(sizeof(WBP_UI_InteractionMode_C_UpdateProgress) == 0x000004, "Wrong size on WBP_UI_InteractionMode_C_UpdateProgress"); \ +static_assert(offsetof(WBP_UI_InteractionMode_C_UpdateProgress, InNewProgress) == 0x000000, "Member 'WBP_UI_InteractionMode_C_UpdateProgress::InNewProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_InteractionMode_C \ +static_assert(alignof(UWBP_UI_InteractionMode_C) == 0x000008, "Wrong alignment on UWBP_UI_InteractionMode_C"); \ +static_assert(sizeof(UWBP_UI_InteractionMode_C) == 0x0002C8, "Wrong size on UWBP_UI_InteractionMode_C"); \ +static_assert(offsetof(UWBP_UI_InteractionMode_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_InteractionMode_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionMode_C, HorizontalBox_InteractionData) == 0x000298, "Member 'UWBP_UI_InteractionMode_C::HorizontalBox_InteractionData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionMode_C, Image_QuickInteractionIllegal) == 0x0002A0, "Member 'UWBP_UI_InteractionMode_C::Image_QuickInteractionIllegal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionMode_C, Overlay_IllegalInteraction) == 0x0002A8, "Member 'UWBP_UI_InteractionMode_C::Overlay_IllegalInteraction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionMode_C, Text_Interaction) == 0x0002B0, "Member 'UWBP_UI_InteractionMode_C::Text_Interaction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionMode_C, Widget_InteractionMode) == 0x0002B8, "Member 'UWBP_UI_InteractionMode_C::Widget_InteractionMode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionMode_C, bIsIllegal) == 0x0002C0, "Member 'UWBP_UI_InteractionMode_C::bIsIllegal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_InteractionMode_C, bIsDisplayingInteraction) == 0x0002C1, "Member 'UWBP_UI_InteractionMode_C::bIsDisplayingInteraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_AbilityActionInput_C_ExecuteUbergraph_WBP_UI_HUD_AbilityActionInput \ +static_assert(alignof(WBP_UI_HUD_AbilityActionInput_C_ExecuteUbergraph_WBP_UI_HUD_AbilityActionInput) == 0x000004, "Wrong alignment on WBP_UI_HUD_AbilityActionInput_C_ExecuteUbergraph_WBP_UI_HUD_AbilityActionInput"); \ +static_assert(sizeof(WBP_UI_HUD_AbilityActionInput_C_ExecuteUbergraph_WBP_UI_HUD_AbilityActionInput) == 0x00001C, "Wrong size on WBP_UI_HUD_AbilityActionInput_C_ExecuteUbergraph_WBP_UI_HUD_AbilityActionInput"); \ +static_assert(offsetof(WBP_UI_HUD_AbilityActionInput_C_ExecuteUbergraph_WBP_UI_HUD_AbilityActionInput, EntryPoint) == 0x000000, "Member 'WBP_UI_HUD_AbilityActionInput_C_ExecuteUbergraph_WBP_UI_HUD_AbilityActionInput::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_AbilityActionInput_C_ExecuteUbergraph_WBP_UI_HUD_AbilityActionInput, CallFunc_GetGlobalColor_ReturnValue) == 0x000004, "Member 'WBP_UI_HUD_AbilityActionInput_C_ExecuteUbergraph_WBP_UI_HUD_AbilityActionInput::CallFunc_GetGlobalColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_AbilityActionInput_C_ExecuteUbergraph_WBP_UI_HUD_AbilityActionInput, K2Node_Event_bInCanActivate) == 0x000014, "Member 'WBP_UI_HUD_AbilityActionInput_C_ExecuteUbergraph_WBP_UI_HUD_AbilityActionInput::K2Node_Event_bInCanActivate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_AbilityActionInput_C_ExecuteUbergraph_WBP_UI_HUD_AbilityActionInput, CallFunc_SelectFloat_ReturnValue) == 0x000018, "Member 'WBP_UI_HUD_AbilityActionInput_C_ExecuteUbergraph_WBP_UI_HUD_AbilityActionInput::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_AbilityActionInput_C_OnActivateAbilityStateChanged \ +static_assert(alignof(WBP_UI_HUD_AbilityActionInput_C_OnActivateAbilityStateChanged) == 0x000001, "Wrong alignment on WBP_UI_HUD_AbilityActionInput_C_OnActivateAbilityStateChanged"); \ +static_assert(sizeof(WBP_UI_HUD_AbilityActionInput_C_OnActivateAbilityStateChanged) == 0x000001, "Wrong size on WBP_UI_HUD_AbilityActionInput_C_OnActivateAbilityStateChanged"); \ +static_assert(offsetof(WBP_UI_HUD_AbilityActionInput_C_OnActivateAbilityStateChanged, bInCanActivate) == 0x000000, "Member 'WBP_UI_HUD_AbilityActionInput_C_OnActivateAbilityStateChanged::bInCanActivate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_HUD_AbilityActionInput_C \ +static_assert(alignof(UWBP_UI_HUD_AbilityActionInput_C) == 0x000008, "Wrong alignment on UWBP_UI_HUD_AbilityActionInput_C"); \ +static_assert(sizeof(UWBP_UI_HUD_AbilityActionInput_C) == 0x0002E0, "Wrong size on UWBP_UI_HUD_AbilityActionInput_C"); \ +static_assert(offsetof(UWBP_UI_HUD_AbilityActionInput_C, UberGraphFrame) == 0x0002C0, "Member 'UWBP_UI_HUD_AbilityActionInput_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_AbilityActionInput_C, Widget_ActionInput) == 0x0002C8, "Member 'UWBP_UI_HUD_AbilityActionInput_C::Widget_ActionInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_AbilityActionInput_C, ActionName) == 0x0002D0, "Member 'UWBP_UI_HUD_AbilityActionInput_C::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus \ +static_assert(alignof(WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus) == 0x000008, "Wrong alignment on WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus"); \ +static_assert(sizeof(WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus) == 0x0000D8, "Wrong size on WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus, Temp_text_Variable) == 0x000008, "Member 'WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus, Temp_int_Variable) == 0x000020, "Member 'WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus, Temp_byte_Variable) == 0x000024, "Member 'WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus, Temp_byte_Variable_1) == 0x000025, "Member 'WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus, Temp_byte_Variable_2) == 0x000026, "Member 'WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus, Temp_int_Variable_1) == 0x000028, "Member 'WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus, K2Node_Event_AmmoLoadedChanged) == 0x00002C, "Member 'WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus::K2Node_Event_AmmoLoadedChanged' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus, K2Node_Event_bIsEquippedNewValue) == 0x000030, "Member 'WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus::K2Node_Event_bIsEquippedNewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus, K2Node_Event_NewState_1) == 0x000031, "Member 'WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus::K2Node_Event_NewState_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus, K2Node_Event_AmmoAddedCount) == 0x000034, "Member 'WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus::K2Node_Event_AmmoAddedCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus, CallFunc_Play2DSound_ReturnValue) == 0x000038, "Member 'WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus, CallFunc_PlayAnimationForward_ReturnValue) == 0x000040, "Member 'WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus, K2Node_Event_AmmoInventoryChanged) == 0x000048, "Member 'WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus::K2Node_Event_AmmoInventoryChanged' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus, K2Node_Event_NewState) == 0x00004C, "Member 'WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus, K2Node_Event_IsDesignTime) == 0x00004D, "Member 'WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus, Temp_text_Variable_1) == 0x000050, "Member 'WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus, Temp_text_Variable_2) == 0x000068, "Member 'WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus, Temp_int_Variable_2) == 0x000080, "Member 'WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000088, "Member 'WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus, K2Node_Select_Default) == 0x000090, "Member 'WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus, K2Node_Select_Default_1) == 0x0000A8, "Member 'WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus, K2Node_Select_Default_2) == 0x0000B0, "Member 'WBP_UI_Widget_WeaponStatus_C_ExecuteUbergraph_WBP_UI_Widget_WeaponStatus::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_WeaponStatus_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_WeaponStatus_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_WeaponStatus_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_WeaponStatus_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_WeaponStatus_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_WeaponStatus_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_WeaponStatus_C_OnAmmoInventoryStateChanged \ +static_assert(alignof(WBP_UI_Widget_WeaponStatus_C_OnAmmoInventoryStateChanged) == 0x000001, "Wrong alignment on WBP_UI_Widget_WeaponStatus_C_OnAmmoInventoryStateChanged"); \ +static_assert(sizeof(WBP_UI_Widget_WeaponStatus_C_OnAmmoInventoryStateChanged) == 0x000001, "Wrong size on WBP_UI_Widget_WeaponStatus_C_OnAmmoInventoryStateChanged"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_OnAmmoInventoryStateChanged, NewState) == 0x000000, "Member 'WBP_UI_Widget_WeaponStatus_C_OnAmmoInventoryStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_WeaponStatus_C_OnAmmoInventoryChanged \ +static_assert(alignof(WBP_UI_Widget_WeaponStatus_C_OnAmmoInventoryChanged) == 0x000004, "Wrong alignment on WBP_UI_Widget_WeaponStatus_C_OnAmmoInventoryChanged"); \ +static_assert(sizeof(WBP_UI_Widget_WeaponStatus_C_OnAmmoInventoryChanged) == 0x000004, "Wrong size on WBP_UI_Widget_WeaponStatus_C_OnAmmoInventoryChanged"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_OnAmmoInventoryChanged, AmmoInventoryChanged) == 0x000000, "Member 'WBP_UI_Widget_WeaponStatus_C_OnAmmoInventoryChanged::AmmoInventoryChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_WeaponStatus_C_OnAmmoAdded \ +static_assert(alignof(WBP_UI_Widget_WeaponStatus_C_OnAmmoAdded) == 0x000004, "Wrong alignment on WBP_UI_Widget_WeaponStatus_C_OnAmmoAdded"); \ +static_assert(sizeof(WBP_UI_Widget_WeaponStatus_C_OnAmmoAdded) == 0x000004, "Wrong size on WBP_UI_Widget_WeaponStatus_C_OnAmmoAdded"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_OnAmmoAdded, AmmoAddedCount) == 0x000000, "Member 'WBP_UI_Widget_WeaponStatus_C_OnAmmoAdded::AmmoAddedCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_WeaponStatus_C_OnAmmoLoadedStateChanged \ +static_assert(alignof(WBP_UI_Widget_WeaponStatus_C_OnAmmoLoadedStateChanged) == 0x000001, "Wrong alignment on WBP_UI_Widget_WeaponStatus_C_OnAmmoLoadedStateChanged"); \ +static_assert(sizeof(WBP_UI_Widget_WeaponStatus_C_OnAmmoLoadedStateChanged) == 0x000001, "Wrong size on WBP_UI_Widget_WeaponStatus_C_OnAmmoLoadedStateChanged"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_OnAmmoLoadedStateChanged, NewState) == 0x000000, "Member 'WBP_UI_Widget_WeaponStatus_C_OnAmmoLoadedStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_WeaponStatus_C_OnEquippedChanged \ +static_assert(alignof(WBP_UI_Widget_WeaponStatus_C_OnEquippedChanged) == 0x000001, "Wrong alignment on WBP_UI_Widget_WeaponStatus_C_OnEquippedChanged"); \ +static_assert(sizeof(WBP_UI_Widget_WeaponStatus_C_OnEquippedChanged) == 0x000001, "Wrong size on WBP_UI_Widget_WeaponStatus_C_OnEquippedChanged"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_OnEquippedChanged, bIsEquippedNewValue) == 0x000000, "Member 'WBP_UI_Widget_WeaponStatus_C_OnEquippedChanged::bIsEquippedNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_WeaponStatus_C_OnAmmoLoadedChanged \ +static_assert(alignof(WBP_UI_Widget_WeaponStatus_C_OnAmmoLoadedChanged) == 0x000004, "Wrong alignment on WBP_UI_Widget_WeaponStatus_C_OnAmmoLoadedChanged"); \ +static_assert(sizeof(WBP_UI_Widget_WeaponStatus_C_OnAmmoLoadedChanged) == 0x000004, "Wrong size on WBP_UI_Widget_WeaponStatus_C_OnAmmoLoadedChanged"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_OnAmmoLoadedChanged, AmmoLoadedChanged) == 0x000000, "Member 'WBP_UI_Widget_WeaponStatus_C_OnAmmoLoadedChanged::AmmoLoadedChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_WeaponStatus_C_SetEquipped \ +static_assert(alignof(WBP_UI_Widget_WeaponStatus_C_SetEquipped) == 0x000004, "Wrong alignment on WBP_UI_Widget_WeaponStatus_C_SetEquipped"); \ +static_assert(sizeof(WBP_UI_Widget_WeaponStatus_C_SetEquipped) == 0x000008, "Wrong size on WBP_UI_Widget_WeaponStatus_C_SetEquipped"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_SetEquipped, IsEquipped) == 0x000000, "Member 'WBP_UI_Widget_WeaponStatus_C_SetEquipped::IsEquipped' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_SetEquipped, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_Widget_WeaponStatus_C_SetEquipped::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_SetEquipped, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_Widget_WeaponStatus_C_SetEquipped::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_WeaponStatus_C_SetAmmoState \ +static_assert(alignof(WBP_UI_Widget_WeaponStatus_C_SetAmmoState) == 0x000008, "Wrong alignment on WBP_UI_Widget_WeaponStatus_C_SetAmmoState"); \ +static_assert(sizeof(WBP_UI_Widget_WeaponStatus_C_SetAmmoState) == 0x000040, "Wrong size on WBP_UI_Widget_WeaponStatus_C_SetAmmoState"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_SetAmmoState, Index_0) == 0x000000, "Member 'WBP_UI_Widget_WeaponStatus_C_SetAmmoState::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_SetAmmoState, bIsAmmoClip) == 0x000001, "Member 'WBP_UI_Widget_WeaponStatus_C_SetAmmoState::bIsAmmoClip' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_SetAmmoState, Temp_byte_Variable) == 0x000002, "Member 'WBP_UI_Widget_WeaponStatus_C_SetAmmoState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_SetAmmoState, Temp_bool_Variable) == 0x000003, "Member 'WBP_UI_Widget_WeaponStatus_C_SetAmmoState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_SetAmmoState, Temp_bool_Variable_1) == 0x000004, "Member 'WBP_UI_Widget_WeaponStatus_C_SetAmmoState::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_SetAmmoState, K2Node_Select_Default) == 0x000008, "Member 'WBP_UI_Widget_WeaponStatus_C_SetAmmoState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_SetAmmoState, K2Node_Select_Default_1) == 0x000010, "Member 'WBP_UI_Widget_WeaponStatus_C_SetAmmoState::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_SetAmmoState, K2Node_Select_Default_2) == 0x000018, "Member 'WBP_UI_Widget_WeaponStatus_C_SetAmmoState::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_WeaponStatus_C_SetAmmoText \ +static_assert(alignof(WBP_UI_Widget_WeaponStatus_C_SetAmmoText) == 0x000008, "Wrong alignment on WBP_UI_Widget_WeaponStatus_C_SetAmmoText"); \ +static_assert(sizeof(WBP_UI_Widget_WeaponStatus_C_SetAmmoText) == 0x0000A8, "Wrong size on WBP_UI_Widget_WeaponStatus_C_SetAmmoText"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_SetAmmoText, AmmoValue) == 0x000000, "Member 'WBP_UI_Widget_WeaponStatus_C_SetAmmoText::AmmoValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_SetAmmoText, bIsAmmoClip) == 0x000004, "Member 'WBP_UI_Widget_WeaponStatus_C_SetAmmoText::bIsAmmoClip' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_SetAmmoText, CallFunc_FormatIntToText_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_WeaponStatus_C_SetAmmoText::CallFunc_FormatIntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_SetAmmoText, CallFunc_Greater_IntInt_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_WeaponStatus_C_SetAmmoText::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_SetAmmoText, CallFunc_FormatIntToText_ReturnValue_1) == 0x000028, "Member 'WBP_UI_Widget_WeaponStatus_C_SetAmmoText::CallFunc_FormatIntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_SetAmmoText, CallFunc_FormatIntToText_ReturnValue_2) == 0x000040, "Member 'WBP_UI_Widget_WeaponStatus_C_SetAmmoText::CallFunc_FormatIntToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_SetAmmoText, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000058, "Member 'WBP_UI_Widget_WeaponStatus_C_SetAmmoText::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_SetAmmoText, Temp_bool_Variable) == 0x000059, "Member 'WBP_UI_Widget_WeaponStatus_C_SetAmmoText::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_SetAmmoText, Temp_bool_Variable_1) == 0x00005A, "Member 'WBP_UI_Widget_WeaponStatus_C_SetAmmoText::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_SetAmmoText, K2Node_Select_Default) == 0x000060, "Member 'WBP_UI_Widget_WeaponStatus_C_SetAmmoText::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_SetAmmoText, K2Node_Select_Default_1) == 0x000068, "Member 'WBP_UI_Widget_WeaponStatus_C_SetAmmoText::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_SetAmmoText, Temp_text_Variable) == 0x000070, "Member 'WBP_UI_Widget_WeaponStatus_C_SetAmmoText::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_SetAmmoText, Temp_bool_Variable_2) == 0x000088, "Member 'WBP_UI_Widget_WeaponStatus_C_SetAmmoText::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_WeaponStatus_C_SetAmmoText, K2Node_Select_Default_2) == 0x000090, "Member 'WBP_UI_Widget_WeaponStatus_C_SetAmmoText::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_WeaponStatus_C \ +static_assert(alignof(UWBP_UI_Widget_WeaponStatus_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_WeaponStatus_C"); \ +static_assert(sizeof(UWBP_UI_Widget_WeaponStatus_C) == 0x0003F8, "Wrong size on UWBP_UI_Widget_WeaponStatus_C"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStatus_C, UberGraphFrame) == 0x0002C0, "Member 'UWBP_UI_Widget_WeaponStatus_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStatus_C, OnPickUpAnimation) == 0x0002C8, "Member 'UWBP_UI_Widget_WeaponStatus_C::OnPickUpAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStatus_C, Canvas_Root) == 0x0002D0, "Member 'UWBP_UI_Widget_WeaponStatus_C::Canvas_Root' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStatus_C, Image_AmmoBackground) == 0x0002D8, "Member 'UWBP_UI_Widget_WeaponStatus_C::Image_AmmoBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStatus_C, Infinite_I) == 0x0002E0, "Member 'UWBP_UI_Widget_WeaponStatus_C::Infinite_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStatus_C, OverkillIcon_I) == 0x0002E8, "Member 'UWBP_UI_Widget_WeaponStatus_C::OverkillIcon_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStatus_C, Overlay_AmmoBag) == 0x0002F0, "Member 'UWBP_UI_Widget_WeaponStatus_C::Overlay_AmmoBag' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStatus_C, Overlay_AmmoClip) == 0x0002F8, "Member 'UWBP_UI_Widget_WeaponStatus_C::Overlay_AmmoClip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStatus_C, Text_AmmoBag) == 0x000300, "Member 'UWBP_UI_Widget_WeaponStatus_C::Text_AmmoBag' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStatus_C, Text_AmmoBagBackground) == 0x000308, "Member 'UWBP_UI_Widget_WeaponStatus_C::Text_AmmoBagBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStatus_C, Text_AmmoClip) == 0x000310, "Member 'UWBP_UI_Widget_WeaponStatus_C::Text_AmmoClip' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStatus_C, Text_AmmoClipBackground) == 0x000318, "Member 'UWBP_UI_Widget_WeaponStatus_C::Text_AmmoClipBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStatus_C, Text_WeaponSlot) == 0x000320, "Member 'UWBP_UI_Widget_WeaponStatus_C::Text_WeaponSlot' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStatus_C, NormalTextColor) == 0x000328, "Member 'UWBP_UI_Widget_WeaponStatus_C::NormalTextColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStatus_C, LowTextColor) == 0x000350, "Member 'UWBP_UI_Widget_WeaponStatus_C::LowTextColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStatus_C, CriticalTextColor) == 0x000378, "Member 'UWBP_UI_Widget_WeaponStatus_C::CriticalTextColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStatus_C, EquippedOpacity) == 0x0003A0, "Member 'UWBP_UI_Widget_WeaponStatus_C::EquippedOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStatus_C, UnequippedOpacity) == 0x0003A4, "Member 'UWBP_UI_Widget_WeaponStatus_C::UnequippedOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStatus_C, WeaponTypeTextColor_Default) == 0x0003A8, "Member 'UWBP_UI_Widget_WeaponStatus_C::WeaponTypeTextColor_Default' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_WeaponStatus_C, WeaponTypeTextColor_Overkill) == 0x0003D0, "Member 'UWBP_UI_Widget_WeaponStatus_C::WeaponTypeTextColor_Overkill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus \ +static_assert(alignof(WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus) == 0x000008, "Wrong alignment on WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus"); \ +static_assert(sizeof(WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus) == 0x000128, "Wrong size on WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus"); \ +static_assert(offsetof(WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus, K2Node_Event_InIcon) == 0x000008, "Member 'WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus::K2Node_Event_InIcon' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000038, "Member 'WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000040, "Member 'WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus, K2Node_Event_InAmmoInventory) == 0x000044, "Member 'WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus::K2Node_Event_InAmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus, CallFunc_Conv_IntToText_ReturnValue) == 0x000048, "Member 'WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus, K2Node_MakeStruct_SlateColor) == 0x000060, "Member 'WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus, K2Node_MakeStruct_SlateColor_1) == 0x000088, "Member 'WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus, K2Node_MakeStruct_SlateColor_2) == 0x0000B0, "Member 'WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus, K2Node_Event_IsDesignTime) == 0x0000D8, "Member 'WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus, Temp_object_Variable) == 0x0000E0, "Member 'WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus, K2Node_CustomEvent_Loaded) == 0x0000E8, "Member 'WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus, K2Node_DynamicCast_AsPaper_Sprite) == 0x0000F0, "Member 'WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus, K2Node_DynamicCast_bSuccess) == 0x0000F8, "Member 'WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000100, "Member 'WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus, K2Node_CreateDelegate_OutputDelegate) == 0x000110, "Member 'WBP_UI_Widget_ToolStatus_C_ExecuteUbergraph_WBP_UI_Widget_ToolStatus::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ToolStatus_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_ToolStatus_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_ToolStatus_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_ToolStatus_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_ToolStatus_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_ToolStatus_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_ToolStatus_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ToolStatus_C_OnAmmoInventoryChanged \ +static_assert(alignof(WBP_UI_Widget_ToolStatus_C_OnAmmoInventoryChanged) == 0x000004, "Wrong alignment on WBP_UI_Widget_ToolStatus_C_OnAmmoInventoryChanged"); \ +static_assert(sizeof(WBP_UI_Widget_ToolStatus_C_OnAmmoInventoryChanged) == 0x000004, "Wrong size on WBP_UI_Widget_ToolStatus_C_OnAmmoInventoryChanged"); \ +static_assert(offsetof(WBP_UI_Widget_ToolStatus_C_OnAmmoInventoryChanged, InAmmoInventory) == 0x000000, "Member 'WBP_UI_Widget_ToolStatus_C_OnAmmoInventoryChanged::InAmmoInventory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ToolStatus_C_OnIconChanged \ +static_assert(alignof(WBP_UI_Widget_ToolStatus_C_OnIconChanged) == 0x000008, "Wrong alignment on WBP_UI_Widget_ToolStatus_C_OnIconChanged"); \ +static_assert(sizeof(WBP_UI_Widget_ToolStatus_C_OnIconChanged) == 0x000030, "Wrong size on WBP_UI_Widget_ToolStatus_C_OnIconChanged"); \ +static_assert(offsetof(WBP_UI_Widget_ToolStatus_C_OnIconChanged, InIcon) == 0x000000, "Member 'WBP_UI_Widget_ToolStatus_C_OnIconChanged::InIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ToolStatus_C_OnLoaded_A0844DD742EC9339633A2895004DB1BB \ +static_assert(alignof(WBP_UI_Widget_ToolStatus_C_OnLoaded_A0844DD742EC9339633A2895004DB1BB) == 0x000008, "Wrong alignment on WBP_UI_Widget_ToolStatus_C_OnLoaded_A0844DD742EC9339633A2895004DB1BB"); \ +static_assert(sizeof(WBP_UI_Widget_ToolStatus_C_OnLoaded_A0844DD742EC9339633A2895004DB1BB) == 0x000008, "Wrong size on WBP_UI_Widget_ToolStatus_C_OnLoaded_A0844DD742EC9339633A2895004DB1BB"); \ +static_assert(offsetof(WBP_UI_Widget_ToolStatus_C_OnLoaded_A0844DD742EC9339633A2895004DB1BB, Loaded) == 0x000000, "Member 'WBP_UI_Widget_ToolStatus_C_OnLoaded_A0844DD742EC9339633A2895004DB1BB::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_ToolStatus_C \ +static_assert(alignof(UWBP_UI_Widget_ToolStatus_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_ToolStatus_C"); \ +static_assert(sizeof(UWBP_UI_Widget_ToolStatus_C) == 0x000300, "Wrong size on UWBP_UI_Widget_ToolStatus_C"); \ +static_assert(offsetof(UWBP_UI_Widget_ToolStatus_C, UberGraphFrame) == 0x0002D8, "Member 'UWBP_UI_Widget_ToolStatus_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ToolStatus_C, Image_98) == 0x0002E0, "Member 'UWBP_UI_Widget_ToolStatus_C::Image_98' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ToolStatus_C, Image_ToolImage) == 0x0002E8, "Member 'UWBP_UI_Widget_ToolStatus_C::Image_ToolImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ToolStatus_C, Image_ToolImage_BG) == 0x0002F0, "Member 'UWBP_UI_Widget_ToolStatus_C::Image_ToolImage_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ToolStatus_C, Text_AmmoInventory) == 0x0002F8, "Member 'UWBP_UI_Widget_ToolStatus_C::Text_AmmoInventory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus \ +static_assert(alignof(WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus) == 0x000008, "Wrong alignment on WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus"); \ +static_assert(sizeof(WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus) == 0x000130, "Wrong size on WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus"); \ +static_assert(offsetof(WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus, CallFunc_Play2DSound_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus, K2Node_MakeStruct_SlateColor) == 0x000018, "Member 'WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus, K2Node_MakeStruct_SlateColor_1) == 0x000040, "Member 'WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus, K2Node_Event_InAmmoInventory) == 0x000068, "Member 'WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus::K2Node_Event_InAmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus, CallFunc_Conv_IntToText_ReturnValue) == 0x000070, "Member 'WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus, K2Node_MakeStruct_SlateColor_2) == 0x000088, "Member 'WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus, K2Node_Event_InIcon) == 0x0000B0, "Member 'WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus::K2Node_Event_InIcon' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x0000E0, "Member 'WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus, K2Node_Event_IsDesignTime) == 0x0000E1, "Member 'WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus, Temp_object_Variable) == 0x0000E8, "Member 'WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus, K2Node_CustomEvent_Loaded) == 0x0000F0, "Member 'WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus, K2Node_DynamicCast_AsPaper_Sprite) == 0x0000F8, "Member 'WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus, K2Node_DynamicCast_bSuccess) == 0x000100, "Member 'WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000108, "Member 'WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus, K2Node_CreateDelegate_OutputDelegate) == 0x000118, "Member 'WBP_UI_Widget_ThrowableStatus_C_ExecuteUbergraph_WBP_UI_Widget_ThrowableStatus::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ThrowableStatus_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_ThrowableStatus_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_ThrowableStatus_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_ThrowableStatus_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_ThrowableStatus_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_ThrowableStatus_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_ThrowableStatus_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ThrowableStatus_C_OnAmmoInventoryChanged \ +static_assert(alignof(WBP_UI_Widget_ThrowableStatus_C_OnAmmoInventoryChanged) == 0x000004, "Wrong alignment on WBP_UI_Widget_ThrowableStatus_C_OnAmmoInventoryChanged"); \ +static_assert(sizeof(WBP_UI_Widget_ThrowableStatus_C_OnAmmoInventoryChanged) == 0x000004, "Wrong size on WBP_UI_Widget_ThrowableStatus_C_OnAmmoInventoryChanged"); \ +static_assert(offsetof(WBP_UI_Widget_ThrowableStatus_C_OnAmmoInventoryChanged, InAmmoInventory) == 0x000000, "Member 'WBP_UI_Widget_ThrowableStatus_C_OnAmmoInventoryChanged::InAmmoInventory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ThrowableStatus_C_OnIconChanged \ +static_assert(alignof(WBP_UI_Widget_ThrowableStatus_C_OnIconChanged) == 0x000008, "Wrong alignment on WBP_UI_Widget_ThrowableStatus_C_OnIconChanged"); \ +static_assert(sizeof(WBP_UI_Widget_ThrowableStatus_C_OnIconChanged) == 0x000030, "Wrong size on WBP_UI_Widget_ThrowableStatus_C_OnIconChanged"); \ +static_assert(offsetof(WBP_UI_Widget_ThrowableStatus_C_OnIconChanged, InIcon) == 0x000000, "Member 'WBP_UI_Widget_ThrowableStatus_C_OnIconChanged::InIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_ThrowableStatus_C_OnLoaded_518521A6441661765F2132899331E941 \ +static_assert(alignof(WBP_UI_Widget_ThrowableStatus_C_OnLoaded_518521A6441661765F2132899331E941) == 0x000008, "Wrong alignment on WBP_UI_Widget_ThrowableStatus_C_OnLoaded_518521A6441661765F2132899331E941"); \ +static_assert(sizeof(WBP_UI_Widget_ThrowableStatus_C_OnLoaded_518521A6441661765F2132899331E941) == 0x000008, "Wrong size on WBP_UI_Widget_ThrowableStatus_C_OnLoaded_518521A6441661765F2132899331E941"); \ +static_assert(offsetof(WBP_UI_Widget_ThrowableStatus_C_OnLoaded_518521A6441661765F2132899331E941, Loaded) == 0x000000, "Member 'WBP_UI_Widget_ThrowableStatus_C_OnLoaded_518521A6441661765F2132899331E941::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_ThrowableStatus_C \ +static_assert(alignof(UWBP_UI_Widget_ThrowableStatus_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_ThrowableStatus_C"); \ +static_assert(sizeof(UWBP_UI_Widget_ThrowableStatus_C) == 0x000320, "Wrong size on UWBP_UI_Widget_ThrowableStatus_C"); \ +static_assert(offsetof(UWBP_UI_Widget_ThrowableStatus_C, UberGraphFrame) == 0x0002F0, "Member 'UWBP_UI_Widget_ThrowableStatus_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ThrowableStatus_C, Image_98) == 0x0002F8, "Member 'UWBP_UI_Widget_ThrowableStatus_C::Image_98' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ThrowableStatus_C, Image_ThrowableImage) == 0x000300, "Member 'UWBP_UI_Widget_ThrowableStatus_C::Image_ThrowableImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ThrowableStatus_C, Image_ThrowableImage_BG) == 0x000308, "Member 'UWBP_UI_Widget_ThrowableStatus_C::Image_ThrowableImage_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ThrowableStatus_C, Text_AmmoInventory) == 0x000310, "Member 'UWBP_UI_Widget_ThrowableStatus_C::Text_AmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ThrowableStatus_C, EquippedOpacity) == 0x000318, "Member 'UWBP_UI_Widget_ThrowableStatus_C::EquippedOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_ThrowableStatus_C, UnequippedOpacity) == 0x00031C, "Member 'UWBP_UI_Widget_ThrowableStatus_C::UnequippedOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Int_SingleDoor_Wood_03_C \ +static_assert(alignof(ABP_Int_SingleDoor_Wood_03_C) == 0x000008, "Wrong alignment on ABP_Int_SingleDoor_Wood_03_C"); \ +static_assert(sizeof(ABP_Int_SingleDoor_Wood_03_C) == 0x000688, "Wrong size on ABP_Int_SingleDoor_Wood_03_C"); \ + +#define DUMPER7_ASSERTS_SBZSmallCosmeticDestruction_fading_C_ExecuteUbergraph_SBZSmallCosmeticDestruction_fading \ +static_assert(alignof(SBZSmallCosmeticDestruction_fading_C_ExecuteUbergraph_SBZSmallCosmeticDestruction_fading) == 0x000004, "Wrong alignment on SBZSmallCosmeticDestruction_fading_C_ExecuteUbergraph_SBZSmallCosmeticDestruction_fading"); \ +static_assert(sizeof(SBZSmallCosmeticDestruction_fading_C_ExecuteUbergraph_SBZSmallCosmeticDestruction_fading) == 0x00000C, "Wrong size on SBZSmallCosmeticDestruction_fading_C_ExecuteUbergraph_SBZSmallCosmeticDestruction_fading"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_fading_C_ExecuteUbergraph_SBZSmallCosmeticDestruction_fading, EntryPoint) == 0x000000, "Member 'SBZSmallCosmeticDestruction_fading_C_ExecuteUbergraph_SBZSmallCosmeticDestruction_fading::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_fading_C_ExecuteUbergraph_SBZSmallCosmeticDestruction_fading, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000004, "Member 'SBZSmallCosmeticDestruction_fading_C_ExecuteUbergraph_SBZSmallCosmeticDestruction_fading::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_fading_C_ExecuteUbergraph_SBZSmallCosmeticDestruction_fading, CallFunc_FClamp_ReturnValue) == 0x000008, "Member 'SBZSmallCosmeticDestruction_fading_C_ExecuteUbergraph_SBZSmallCosmeticDestruction_fading::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SBZSmallCosmeticDestruction_fading_C_UserConstructionScript \ +static_assert(alignof(SBZSmallCosmeticDestruction_fading_C_UserConstructionScript) == 0x000004, "Wrong alignment on SBZSmallCosmeticDestruction_fading_C_UserConstructionScript"); \ +static_assert(sizeof(SBZSmallCosmeticDestruction_fading_C_UserConstructionScript) == 0x000008, "Wrong size on SBZSmallCosmeticDestruction_fading_C_UserConstructionScript"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_fading_C_UserConstructionScript, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000000, "Member 'SBZSmallCosmeticDestruction_fading_C_UserConstructionScript::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(SBZSmallCosmeticDestruction_fading_C_UserConstructionScript, CallFunc_FClamp_ReturnValue) == 0x000004, "Member 'SBZSmallCosmeticDestruction_fading_C_UserConstructionScript::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASBZSmallCosmeticDestruction_fading_C \ +static_assert(alignof(ASBZSmallCosmeticDestruction_fading_C) == 0x000008, "Wrong alignment on ASBZSmallCosmeticDestruction_fading_C"); \ +static_assert(sizeof(ASBZSmallCosmeticDestruction_fading_C) == 0x0002E0, "Wrong size on ASBZSmallCosmeticDestruction_fading_C"); \ +static_assert(offsetof(ASBZSmallCosmeticDestruction_fading_C, UberGraphFrame) == 0x0002D8, "Member 'ASBZSmallCosmeticDestruction_fading_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Reticle_C_ExecuteUbergraph_WBP_UI_Widget_Reticle \ +static_assert(alignof(WBP_UI_Widget_Reticle_C_ExecuteUbergraph_WBP_UI_Widget_Reticle) == 0x000004, "Wrong alignment on WBP_UI_Widget_Reticle_C_ExecuteUbergraph_WBP_UI_Widget_Reticle"); \ +static_assert(sizeof(WBP_UI_Widget_Reticle_C_ExecuteUbergraph_WBP_UI_Widget_Reticle) == 0x000048, "Wrong size on WBP_UI_Widget_Reticle_C_ExecuteUbergraph_WBP_UI_Widget_Reticle"); \ +static_assert(offsetof(WBP_UI_Widget_Reticle_C_ExecuteUbergraph_WBP_UI_Widget_Reticle, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_Reticle_C_ExecuteUbergraph_WBP_UI_Widget_Reticle::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Reticle_C_ExecuteUbergraph_WBP_UI_Widget_Reticle, K2Node_Event_CurrentSpread) == 0x000004, "Member 'WBP_UI_Widget_Reticle_C_ExecuteUbergraph_WBP_UI_Widget_Reticle::K2Node_Event_CurrentSpread' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Reticle_C_ExecuteUbergraph_WBP_UI_Widget_Reticle, K2Node_Event_bIsVisible) == 0x000008, "Member 'WBP_UI_Widget_Reticle_C_ExecuteUbergraph_WBP_UI_Widget_Reticle::K2Node_Event_bIsVisible' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_Reticle_C_ExecuteUbergraph_WBP_UI_Widget_Reticle, K2Node_Event_CrosshairSettings) == 0x00000C, "Member 'WBP_UI_Widget_Reticle_C_ExecuteUbergraph_WBP_UI_Widget_Reticle::K2Node_Event_CrosshairSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Reticle_C_OnCrosshairSettingsChanged \ +static_assert(alignof(WBP_UI_Widget_Reticle_C_OnCrosshairSettingsChanged) == 0x000004, "Wrong alignment on WBP_UI_Widget_Reticle_C_OnCrosshairSettingsChanged"); \ +static_assert(sizeof(WBP_UI_Widget_Reticle_C_OnCrosshairSettingsChanged) == 0x00003C, "Wrong size on WBP_UI_Widget_Reticle_C_OnCrosshairSettingsChanged"); \ +static_assert(offsetof(WBP_UI_Widget_Reticle_C_OnCrosshairSettingsChanged, CrosshairSettings) == 0x000000, "Member 'WBP_UI_Widget_Reticle_C_OnCrosshairSettingsChanged::CrosshairSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Reticle_C_OnCrossHairVisibilityChanged \ +static_assert(alignof(WBP_UI_Widget_Reticle_C_OnCrossHairVisibilityChanged) == 0x000001, "Wrong alignment on WBP_UI_Widget_Reticle_C_OnCrossHairVisibilityChanged"); \ +static_assert(sizeof(WBP_UI_Widget_Reticle_C_OnCrossHairVisibilityChanged) == 0x000001, "Wrong size on WBP_UI_Widget_Reticle_C_OnCrossHairVisibilityChanged"); \ +static_assert(offsetof(WBP_UI_Widget_Reticle_C_OnCrossHairVisibilityChanged, bIsVisible) == 0x000000, "Member 'WBP_UI_Widget_Reticle_C_OnCrossHairVisibilityChanged::bIsVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_Reticle_C_OnCrossHairScaleChanged \ +static_assert(alignof(WBP_UI_Widget_Reticle_C_OnCrossHairScaleChanged) == 0x000004, "Wrong alignment on WBP_UI_Widget_Reticle_C_OnCrossHairScaleChanged"); \ +static_assert(sizeof(WBP_UI_Widget_Reticle_C_OnCrossHairScaleChanged) == 0x000004, "Wrong size on WBP_UI_Widget_Reticle_C_OnCrossHairScaleChanged"); \ +static_assert(offsetof(WBP_UI_Widget_Reticle_C_OnCrossHairScaleChanged, CurrentSpread) == 0x000000, "Member 'WBP_UI_Widget_Reticle_C_OnCrossHairScaleChanged::CurrentSpread' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_Reticle_C \ +static_assert(alignof(UWBP_UI_Widget_Reticle_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_Reticle_C"); \ +static_assert(sizeof(UWBP_UI_Widget_Reticle_C) == 0x0002E0, "Wrong size on UWBP_UI_Widget_Reticle_C"); \ +static_assert(offsetof(UWBP_UI_Widget_Reticle_C, UberGraphFrame) == 0x0002D0, "Member 'UWBP_UI_Widget_Reticle_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_Reticle_C, Widget_CrosshairVisuals) == 0x0002D8, "Member 'UWBP_UI_Widget_Reticle_C::Widget_CrosshairVisuals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon \ +static_assert(alignof(WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon) == 0x000008, "Wrong alignment on WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon"); \ +static_assert(sizeof(WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon) == 0x000098, "Wrong size on WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon"); \ +static_assert(offsetof(WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon, K2Node_Event_bInIsEnabled) == 0x000004, "Member 'WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon::K2Node_Event_bInIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon, Temp_bool_Variable) == 0x000005, "Member 'WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon, Temp_byte_Variable) == 0x000006, "Member 'WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon, Temp_byte_Variable_1) == 0x000007, "Member 'WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon, K2Node_Select_Default) == 0x000008, "Member 'WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon, K2Node_Event_NewProgress) == 0x00000C, "Member 'WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon::K2Node_Event_NewProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon, K2Node_MakeStruct_SlateColor) == 0x000018, "Member 'WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon, K2Node_MakeStruct_SlateColor_1) == 0x000040, "Member 'WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon, CallFunc_Play2DSound_ReturnValue) == 0x000068, "Member 'WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon, CallFunc_StealthBranch_OutputPins) == 0x00006C, "Member 'WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon::CallFunc_StealthBranch_OutputPins' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon, CallFunc_StealthBranch_ReturnValue) == 0x00006D, "Member 'WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon::CallFunc_StealthBranch_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon, K2Node_SwitchEnum_CmpSuccess) == 0x00006E, "Member 'WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000070, "Member 'WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon, Temp_object_Variable) == 0x000080, "Member 'WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon, CallFunc_PlayDialogLocally_ReturnValue) == 0x000090, "Member 'WBP_UI_Widget_RequestOverkillWeapon_C_ExecuteUbergraph_WBP_UI_Widget_RequestOverkillWeapon::CallFunc_PlayDialogLocally_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RequestOverkillWeapon_C_BP_OnOverskillEnabledChanged \ +static_assert(alignof(WBP_UI_Widget_RequestOverkillWeapon_C_BP_OnOverskillEnabledChanged) == 0x000001, "Wrong alignment on WBP_UI_Widget_RequestOverkillWeapon_C_BP_OnOverskillEnabledChanged"); \ +static_assert(sizeof(WBP_UI_Widget_RequestOverkillWeapon_C_BP_OnOverskillEnabledChanged) == 0x000001, "Wrong size on WBP_UI_Widget_RequestOverkillWeapon_C_BP_OnOverskillEnabledChanged"); \ +static_assert(offsetof(WBP_UI_Widget_RequestOverkillWeapon_C_BP_OnOverskillEnabledChanged, bInIsEnabled) == 0x000000, "Member 'WBP_UI_Widget_RequestOverkillWeapon_C_BP_OnOverskillEnabledChanged::bInIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RequestOverkillWeapon_C_OnOverkillProgressChanged \ +static_assert(alignof(WBP_UI_Widget_RequestOverkillWeapon_C_OnOverkillProgressChanged) == 0x000004, "Wrong alignment on WBP_UI_Widget_RequestOverkillWeapon_C_OnOverkillProgressChanged"); \ +static_assert(sizeof(WBP_UI_Widget_RequestOverkillWeapon_C_OnOverkillProgressChanged) == 0x000004, "Wrong size on WBP_UI_Widget_RequestOverkillWeapon_C_OnOverkillProgressChanged"); \ +static_assert(offsetof(WBP_UI_Widget_RequestOverkillWeapon_C_OnOverkillProgressChanged, NewProgress) == 0x000000, "Member 'WBP_UI_Widget_RequestOverkillWeapon_C_OnOverkillProgressChanged::NewProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RequestOverkillWeapon_C_StartLoopAnimReady \ +static_assert(alignof(WBP_UI_Widget_RequestOverkillWeapon_C_StartLoopAnimReady) == 0x000008, "Wrong alignment on WBP_UI_Widget_RequestOverkillWeapon_C_StartLoopAnimReady"); \ +static_assert(sizeof(WBP_UI_Widget_RequestOverkillWeapon_C_StartLoopAnimReady) == 0x000008, "Wrong size on WBP_UI_Widget_RequestOverkillWeapon_C_StartLoopAnimReady"); \ +static_assert(offsetof(WBP_UI_Widget_RequestOverkillWeapon_C_StartLoopAnimReady, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_RequestOverkillWeapon_C_StartLoopAnimReady::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RequestOverkillWeapon_C_SetProgressBarColors \ +static_assert(alignof(WBP_UI_Widget_RequestOverkillWeapon_C_SetProgressBarColors) == 0x000008, "Wrong alignment on WBP_UI_Widget_RequestOverkillWeapon_C_SetProgressBarColors"); \ +static_assert(sizeof(WBP_UI_Widget_RequestOverkillWeapon_C_SetProgressBarColors) == 0x000028, "Wrong size on WBP_UI_Widget_RequestOverkillWeapon_C_SetProgressBarColors"); \ +static_assert(offsetof(WBP_UI_Widget_RequestOverkillWeapon_C_SetProgressBarColors, StartColor) == 0x000000, "Member 'WBP_UI_Widget_RequestOverkillWeapon_C_SetProgressBarColors::StartColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RequestOverkillWeapon_C_SetProgressBarColors, EndColor) == 0x000010, "Member 'WBP_UI_Widget_RequestOverkillWeapon_C_SetProgressBarColors::EndColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RequestOverkillWeapon_C_SetProgressBarColors, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_RequestOverkillWeapon_C_SetProgressBarColors::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_RequestOverkillWeapon_C \ +static_assert(alignof(UWBP_UI_Widget_RequestOverkillWeapon_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_RequestOverkillWeapon_C"); \ +static_assert(sizeof(UWBP_UI_Widget_RequestOverkillWeapon_C) == 0x000320, "Wrong size on UWBP_UI_Widget_RequestOverkillWeapon_C"); \ +static_assert(offsetof(UWBP_UI_Widget_RequestOverkillWeapon_C, UberGraphFrame) == 0x0002D0, "Member 'UWBP_UI_Widget_RequestOverkillWeapon_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RequestOverkillWeapon_C, Ready_Intro) == 0x0002D8, "Member 'UWBP_UI_Widget_RequestOverkillWeapon_C::Ready_Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RequestOverkillWeapon_C, Overkill_Ready) == 0x0002E0, "Member 'UWBP_UI_Widget_RequestOverkillWeapon_C::Overkill_Ready' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RequestOverkillWeapon_C, Locked_Text) == 0x0002E8, "Member 'UWBP_UI_Widget_RequestOverkillWeapon_C::Locked_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RequestOverkillWeapon_C, OverkillBg_I) == 0x0002F0, "Member 'UWBP_UI_Widget_RequestOverkillWeapon_C::OverkillBg_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RequestOverkillWeapon_C, OverkillIcon_I) == 0x0002F8, "Member 'UWBP_UI_Widget_RequestOverkillWeapon_C::OverkillIcon_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RequestOverkillWeapon_C, OverkillName_T) == 0x000300, "Member 'UWBP_UI_Widget_RequestOverkillWeapon_C::OverkillName_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RequestOverkillWeapon_C, OverkillWeaponProgressBar) == 0x000308, "Member 'UWBP_UI_Widget_RequestOverkillWeapon_C::OverkillWeaponProgressBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RequestOverkillWeapon_C, Ready_Text) == 0x000310, "Member 'UWBP_UI_Widget_RequestOverkillWeapon_C::Ready_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RequestOverkillWeapon_C, bIsAudioAlreadyPlayed) == 0x000318, "Member 'UWBP_UI_Widget_RequestOverkillWeapon_C::bIsAudioAlreadyPlayed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RequestOverkillWeapon_C, bIsActive) == 0x000319, "Member 'UWBP_UI_Widget_RequestOverkillWeapon_C::bIsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DetectionWidgetContainer_C_ExecuteUbergraph_WBP_UI_DetectionWidgetContainer \ +static_assert(alignof(WBP_UI_DetectionWidgetContainer_C_ExecuteUbergraph_WBP_UI_DetectionWidgetContainer) == 0x000004, "Wrong alignment on WBP_UI_DetectionWidgetContainer_C_ExecuteUbergraph_WBP_UI_DetectionWidgetContainer"); \ +static_assert(sizeof(WBP_UI_DetectionWidgetContainer_C_ExecuteUbergraph_WBP_UI_DetectionWidgetContainer) == 0x000008, "Wrong size on WBP_UI_DetectionWidgetContainer_C_ExecuteUbergraph_WBP_UI_DetectionWidgetContainer"); \ +static_assert(offsetof(WBP_UI_DetectionWidgetContainer_C_ExecuteUbergraph_WBP_UI_DetectionWidgetContainer, EntryPoint) == 0x000000, "Member 'WBP_UI_DetectionWidgetContainer_C_ExecuteUbergraph_WBP_UI_DetectionWidgetContainer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_DetectionWidgetContainer_C_ExecuteUbergraph_WBP_UI_DetectionWidgetContainer, K2Node_Event_bObserved) == 0x000004, "Member 'WBP_UI_DetectionWidgetContainer_C_ExecuteUbergraph_WBP_UI_DetectionWidgetContainer::K2Node_Event_bObserved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_DetectionWidgetContainer_C_OnObservedChanged \ +static_assert(alignof(WBP_UI_DetectionWidgetContainer_C_OnObservedChanged) == 0x000001, "Wrong alignment on WBP_UI_DetectionWidgetContainer_C_OnObservedChanged"); \ +static_assert(sizeof(WBP_UI_DetectionWidgetContainer_C_OnObservedChanged) == 0x000001, "Wrong size on WBP_UI_DetectionWidgetContainer_C_OnObservedChanged"); \ +static_assert(offsetof(WBP_UI_DetectionWidgetContainer_C_OnObservedChanged, bObserved) == 0x000000, "Member 'WBP_UI_DetectionWidgetContainer_C_OnObservedChanged::bObserved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_DetectionWidgetContainer_C \ +static_assert(alignof(UWBP_UI_DetectionWidgetContainer_C) == 0x000008, "Wrong alignment on UWBP_UI_DetectionWidgetContainer_C"); \ +static_assert(sizeof(UWBP_UI_DetectionWidgetContainer_C) == 0x0002F0, "Wrong size on UWBP_UI_DetectionWidgetContainer_C"); \ +static_assert(offsetof(UWBP_UI_DetectionWidgetContainer_C, UberGraphFrame) == 0x0002E0, "Member 'UWBP_UI_DetectionWidgetContainer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_DetectionWidgetContainer_C, CollapseDelay) == 0x0002E8, "Member 'UWBP_UI_DetectionWidgetContainer_C::CollapseDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus \ +static_assert(alignof(WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus) == 0x000008, "Wrong alignment on WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus"); \ +static_assert(sizeof(WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus) == 0x000078, "Wrong size on WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus, K2Node_Event_PickedUpCarryType) == 0x000008, "Member 'WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus::K2Node_Event_PickedUpCarryType' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus, K2Node_Event_DroppedCarryType) == 0x000010, "Member 'WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus::K2Node_Event_DroppedCarryType' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus, CallFunc_GetChildrenCount_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus, Temp_int_Variable) == 0x000020, "Member 'WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus, Temp_int_Variable_1) == 0x000024, "Member 'WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus, CallFunc_Create_ReturnValue) == 0x000030, "Member 'WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus, CallFunc_AddChild_ReturnValue) == 0x000038, "Member 'WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus, CallFunc_Subtract_IntInt_ReturnValue) == 0x000040, "Member 'WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus, CallFunc_GetChildAt_ReturnValue) == 0x000048, "Member 'WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus, K2Node_DynamicCast_AsWBP_UI_Widget_Player_Carry_Status_Item) == 0x000050, "Member 'WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus::K2Node_DynamicCast_AsWBP_UI_Widget_Player_Carry_Status_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00005C, "Member 'WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus, CallFunc_GetChildAt_ReturnValue_1) == 0x000060, "Member 'WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus::CallFunc_GetChildAt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus, K2Node_DynamicCast_AsWBP_UI_Widget_Player_Carry_Status_Item_1) == 0x000068, "Member 'WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus::K2Node_DynamicCast_AsWBP_UI_Widget_Player_Carry_Status_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000071, "Member 'WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000072, "Member 'WBP_UI_Widget_PlayerCarryStatus_C_ExecuteUbergraph_WBP_UI_Widget_PlayerCarryStatus::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PlayerCarryStatus_C_OnCarryTypeDropped \ +static_assert(alignof(WBP_UI_Widget_PlayerCarryStatus_C_OnCarryTypeDropped) == 0x000008, "Wrong alignment on WBP_UI_Widget_PlayerCarryStatus_C_OnCarryTypeDropped"); \ +static_assert(sizeof(WBP_UI_Widget_PlayerCarryStatus_C_OnCarryTypeDropped) == 0x000008, "Wrong size on WBP_UI_Widget_PlayerCarryStatus_C_OnCarryTypeDropped"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatus_C_OnCarryTypeDropped, DroppedCarryType) == 0x000000, "Member 'WBP_UI_Widget_PlayerCarryStatus_C_OnCarryTypeDropped::DroppedCarryType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PlayerCarryStatus_C_OnCarryTypePickedUp \ +static_assert(alignof(WBP_UI_Widget_PlayerCarryStatus_C_OnCarryTypePickedUp) == 0x000008, "Wrong alignment on WBP_UI_Widget_PlayerCarryStatus_C_OnCarryTypePickedUp"); \ +static_assert(sizeof(WBP_UI_Widget_PlayerCarryStatus_C_OnCarryTypePickedUp) == 0x000008, "Wrong size on WBP_UI_Widget_PlayerCarryStatus_C_OnCarryTypePickedUp"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerCarryStatus_C_OnCarryTypePickedUp, PickedUpCarryType) == 0x000000, "Member 'WBP_UI_Widget_PlayerCarryStatus_C_OnCarryTypePickedUp::PickedUpCarryType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_PlayerCarryStatus_C \ +static_assert(alignof(UWBP_UI_Widget_PlayerCarryStatus_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_PlayerCarryStatus_C"); \ +static_assert(sizeof(UWBP_UI_Widget_PlayerCarryStatus_C) == 0x000320, "Wrong size on UWBP_UI_Widget_PlayerCarryStatus_C"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerCarryStatus_C, UberGraphFrame) == 0x0002E8, "Member 'UWBP_UI_Widget_PlayerCarryStatus_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerCarryStatus_C, VisibleFadeOut) == 0x0002F0, "Member 'UWBP_UI_Widget_PlayerCarryStatus_C::VisibleFadeOut' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerCarryStatus_C, VisibleFadeIn) == 0x0002F8, "Member 'UWBP_UI_Widget_PlayerCarryStatus_C::VisibleFadeIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerCarryStatus_C, Image_BackgroundImage) == 0x000300, "Member 'UWBP_UI_Widget_PlayerCarryStatus_C::Image_BackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerCarryStatus_C, ItemBox) == 0x000308, "Member 'UWBP_UI_Widget_PlayerCarryStatus_C::ItemBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerCarryStatus_C, Text) == 0x000310, "Member 'UWBP_UI_Widget_PlayerCarryStatus_C::Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerCarryStatus_C, Count) == 0x000318, "Member 'UWBP_UI_Widget_PlayerCarryStatus_C::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_KillCount_C_Increment \ +static_assert(alignof(WBP_UI_Widget_KillCount_C_Increment) == 0x000008, "Wrong alignment on WBP_UI_Widget_KillCount_C_Increment"); \ +static_assert(sizeof(WBP_UI_Widget_KillCount_C_Increment) == 0x000158, "Wrong size on WBP_UI_Widget_KillCount_C_Increment"); \ +static_assert(offsetof(WBP_UI_Widget_KillCount_C_Increment, isSpecial) == 0x000000, "Member 'WBP_UI_Widget_KillCount_C_Increment::isSpecial' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KillCount_C_Increment, isHeadshot) == 0x000001, "Member 'WBP_UI_Widget_KillCount_C_Increment::isHeadshot' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KillCount_C_Increment, Temp_int_Variable) == 0x000004, "Member 'WBP_UI_Widget_KillCount_C_Increment::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KillCount_C_Increment, Temp_int_Variable_1) == 0x000008, "Member 'WBP_UI_Widget_KillCount_C_Increment::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KillCount_C_Increment, Temp_int_Variable_2) == 0x00000C, "Member 'WBP_UI_Widget_KillCount_C_Increment::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KillCount_C_Increment, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_KillCount_C_Increment::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KillCount_C_Increment, CallFunc_Conv_IntToText_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_KillCount_C_Increment::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KillCount_C_Increment, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'WBP_UI_Widget_KillCount_C_Increment::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KillCount_C_Increment, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000070, "Member 'WBP_UI_Widget_KillCount_C_Increment::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KillCount_C_Increment, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'WBP_UI_Widget_KillCount_C_Increment::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KillCount_C_Increment, CallFunc_Conv_IntToText_ReturnValue_2) == 0x0000C8, "Member 'WBP_UI_Widget_KillCount_C_Increment::CallFunc_Conv_IntToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KillCount_C_Increment, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E0, "Member 'WBP_UI_Widget_KillCount_C_Increment::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KillCount_C_Increment, K2Node_MakeArray_Array) == 0x000120, "Member 'WBP_UI_Widget_KillCount_C_Increment::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KillCount_C_Increment, CallFunc_Add_IntInt_ReturnValue_1) == 0x000130, "Member 'WBP_UI_Widget_KillCount_C_Increment::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KillCount_C_Increment, CallFunc_Format_ReturnValue) == 0x000138, "Member 'WBP_UI_Widget_KillCount_C_Increment::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_KillCount_C_Increment, CallFunc_Add_IntInt_ReturnValue_2) == 0x000150, "Member 'WBP_UI_Widget_KillCount_C_Increment::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_KillCount_C \ +static_assert(alignof(UWBP_UI_Widget_KillCount_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_KillCount_C"); \ +static_assert(sizeof(UWBP_UI_Widget_KillCount_C) == 0x0002D8, "Wrong size on UWBP_UI_Widget_KillCount_C"); \ +static_assert(offsetof(UWBP_UI_Widget_KillCount_C, Image_74) == 0x0002B8, "Member 'UWBP_UI_Widget_KillCount_C::Image_74' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_KillCount_C, txt) == 0x0002C0, "Member 'UWBP_UI_Widget_KillCount_C::txt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_KillCount_C, count) == 0x0002C8, "Member 'UWBP_UI_Widget_KillCount_C::count' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_KillCount_C, specialCount) == 0x0002CC, "Member 'UWBP_UI_Widget_KillCount_C::specialCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_KillCount_C, headshot) == 0x0002D0, "Member 'UWBP_UI_Widget_KillCount_C::headshot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter \ +static_assert(alignof(WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter) == 0x000008, "Wrong alignment on WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter"); \ +static_assert(sizeof(WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter) == 0x000068, "Wrong size on WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter, K2Node_Event_PrimaryValue) == 0x000004, "Member 'WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter::K2Node_Event_PrimaryValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter, K2Node_Event_SecondaryValue) == 0x000008, "Member 'WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter::K2Node_Event_SecondaryValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter, CallFunc_FFloor_ReturnValue) == 0x00000C, "Member 'WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter, CallFunc_FFloor_ReturnValue_1) == 0x000010, "Member 'WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter::CallFunc_FFloor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter, K2Node_Event_NewValue_1) == 0x000014, "Member 'WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter::K2Node_Event_NewValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter, K2Node_Event_OldValue_1) == 0x000018, "Member 'WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter::K2Node_Event_OldValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter, CallFunc_FFloor_ReturnValue_2) == 0x000020, "Member 'WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter::CallFunc_FFloor_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter, CallFunc_Conv_IntToText_ReturnValue) == 0x000028, "Member 'WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter, CallFunc_FFloor_ReturnValue_3) == 0x000040, "Member 'WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter::CallFunc_FFloor_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter, K2Node_Event_NewValue) == 0x000044, "Member 'WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter::K2Node_Event_NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter, K2Node_Event_OldValue) == 0x000048, "Member 'WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter::K2Node_Event_OldValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter, CallFunc_FFloor_ReturnValue_4) == 0x00004C, "Member 'WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter::CallFunc_FFloor_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter, CallFunc_FFloor_ReturnValue_5) == 0x000050, "Member 'WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter::CallFunc_FFloor_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000054, "Member 'WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000058, "Member 'WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x00005C, "Member 'WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter, CallFunc_Subtract_IntInt_ReturnValue_4) == 0x000060, "Member 'WBP_UI_Widget_DownedCounter_C_ExecuteUbergraph_WBP_UI_Widget_DownedCounter::CallFunc_Subtract_IntInt_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_DownedCounter_C_OnSetup \ +static_assert(alignof(WBP_UI_Widget_DownedCounter_C_OnSetup) == 0x000004, "Wrong alignment on WBP_UI_Widget_DownedCounter_C_OnSetup"); \ +static_assert(sizeof(WBP_UI_Widget_DownedCounter_C_OnSetup) == 0x000008, "Wrong size on WBP_UI_Widget_DownedCounter_C_OnSetup"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_OnSetup, PrimaryValue) == 0x000000, "Member 'WBP_UI_Widget_DownedCounter_C_OnSetup::PrimaryValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_OnSetup, SecondaryValue) == 0x000004, "Member 'WBP_UI_Widget_DownedCounter_C_OnSetup::SecondaryValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_DownedCounter_C_OnSecondaryAttributeUpdate \ +static_assert(alignof(WBP_UI_Widget_DownedCounter_C_OnSecondaryAttributeUpdate) == 0x000004, "Wrong alignment on WBP_UI_Widget_DownedCounter_C_OnSecondaryAttributeUpdate"); \ +static_assert(sizeof(WBP_UI_Widget_DownedCounter_C_OnSecondaryAttributeUpdate) == 0x000008, "Wrong size on WBP_UI_Widget_DownedCounter_C_OnSecondaryAttributeUpdate"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_OnSecondaryAttributeUpdate, NewValue) == 0x000000, "Member 'WBP_UI_Widget_DownedCounter_C_OnSecondaryAttributeUpdate::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_OnSecondaryAttributeUpdate, OldValue) == 0x000004, "Member 'WBP_UI_Widget_DownedCounter_C_OnSecondaryAttributeUpdate::OldValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_DownedCounter_C_OnPrimaryAttributeUpdate \ +static_assert(alignof(WBP_UI_Widget_DownedCounter_C_OnPrimaryAttributeUpdate) == 0x000004, "Wrong alignment on WBP_UI_Widget_DownedCounter_C_OnPrimaryAttributeUpdate"); \ +static_assert(sizeof(WBP_UI_Widget_DownedCounter_C_OnPrimaryAttributeUpdate) == 0x000008, "Wrong size on WBP_UI_Widget_DownedCounter_C_OnPrimaryAttributeUpdate"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_OnPrimaryAttributeUpdate, NewValue) == 0x000000, "Member 'WBP_UI_Widget_DownedCounter_C_OnPrimaryAttributeUpdate::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_OnPrimaryAttributeUpdate, OldValue) == 0x000004, "Member 'WBP_UI_Widget_DownedCounter_C_OnPrimaryAttributeUpdate::OldValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim \ +static_assert(alignof(WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim) == 0x000008, "Wrong alignment on WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim"); \ +static_assert(sizeof(WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim) == 0x000068, "Wrong size on WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim, NewValue) == 0x000000, "Member 'WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim::NewValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim, OldValue) == 0x000004, "Member 'WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim::OldValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim, Temp_bool_Variable) == 0x000008, "Member 'WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000009, "Member 'WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim, Temp_bool_Variable_1) == 0x00000A, "Member 'WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim, Temp_byte_Variable) == 0x00000B, "Member 'WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim, Temp_byte_Variable_1) == 0x00000C, "Member 'WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00000D, "Member 'WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim, K2Node_Select_Default) == 0x00000E, "Member 'WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim, CallFunc_Max_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim, CallFunc_Conv_IntToText_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim, CallFunc_Subtract_IntInt_ReturnValue) == 0x000030, "Member 'WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim, CallFunc_Max_ReturnValue_1) == 0x000034, "Member 'WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim::CallFunc_Max_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim, CallFunc_Greater_IntInt_ReturnValue) == 0x000038, "Member 'WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000040, "Member 'WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim, K2Node_Select_Default_1) == 0x000058, "Member 'WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim, CallFunc_PlayAnimationForward_ReturnValue) == 0x000060, "Member 'WBP_UI_Widget_DownedCounter_C_ChangeValueWithAnim::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_DownedCounter_C_ChangeValueWithoutAnim \ +static_assert(alignof(WBP_UI_Widget_DownedCounter_C_ChangeValueWithoutAnim) == 0x000008, "Wrong alignment on WBP_UI_Widget_DownedCounter_C_ChangeValueWithoutAnim"); \ +static_assert(sizeof(WBP_UI_Widget_DownedCounter_C_ChangeValueWithoutAnim) == 0x000020, "Wrong size on WBP_UI_Widget_DownedCounter_C_ChangeValueWithoutAnim"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ChangeValueWithoutAnim, Value) == 0x000000, "Member 'WBP_UI_Widget_DownedCounter_C_ChangeValueWithoutAnim::Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_DownedCounter_C_ChangeValueWithoutAnim, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_DownedCounter_C_ChangeValueWithoutAnim::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_DownedCounter_C \ +static_assert(alignof(UWBP_UI_Widget_DownedCounter_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_DownedCounter_C"); \ +static_assert(sizeof(UWBP_UI_Widget_DownedCounter_C) == 0x000350, "Wrong size on UWBP_UI_Widget_DownedCounter_C"); \ +static_assert(offsetof(UWBP_UI_Widget_DownedCounter_C, UberGraphFrame) == 0x000308, "Member 'UWBP_UI_Widget_DownedCounter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_DownedCounter_C, Down) == 0x000310, "Member 'UWBP_UI_Widget_DownedCounter_C::Down' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_DownedCounter_C, Up) == 0x000318, "Member 'UWBP_UI_Widget_DownedCounter_C::Up' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_DownedCounter_C, CounterBorder) == 0x000320, "Member 'UWBP_UI_Widget_DownedCounter_C::CounterBorder' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_DownedCounter_C, CounterText) == 0x000328, "Member 'UWBP_UI_Widget_DownedCounter_C::CounterText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_DownedCounter_C, Icon) == 0x000330, "Member 'UWBP_UI_Widget_DownedCounter_C::Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_DownedCounter_C, TransitionText) == 0x000338, "Member 'UWBP_UI_Widget_DownedCounter_C::TransitionText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_DownedCounter_C, Current) == 0x000340, "Member 'UWBP_UI_Widget_DownedCounter_C::Current' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_DownedCounter_C, Max) == 0x000344, "Member 'UWBP_UI_Widget_DownedCounter_C::Max' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_DownedCounter_C, Old) == 0x000348, "Member 'UWBP_UI_Widget_DownedCounter_C::Old' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_CombinedHealthArmourBar_C \ +static_assert(alignof(UWBP_UI_Widget_CombinedHealthArmourBar_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_CombinedHealthArmourBar_C"); \ +static_assert(sizeof(UWBP_UI_Widget_CombinedHealthArmourBar_C) == 0x0002B8, "Wrong size on UWBP_UI_Widget_CombinedHealthArmourBar_C"); \ + +#define DUMPER7_ASSERTS_ABP_Level_DoctorBag_C \ +static_assert(alignof(ABP_Level_DoctorBag_C) == 0x000010, "Wrong alignment on ABP_Level_DoctorBag_C"); \ +static_assert(sizeof(ABP_Level_DoctorBag_C) == 0x0005D0, "Wrong size on ABP_Level_DoctorBag_C"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_KeyItemContainer_C \ +static_assert(alignof(UWBP_UI_KeyItemContainer_C) == 0x000008, "Wrong alignment on UWBP_UI_KeyItemContainer_C"); \ +static_assert(sizeof(UWBP_UI_KeyItemContainer_C) == 0x0002D0, "Wrong size on UWBP_UI_KeyItemContainer_C"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_CharacterEffectsWidget_C_ExecuteUbergraph_WBP_HUD_CharacterEffectsWidget \ +static_assert(alignof(WBP_HUD_CharacterEffectsWidget_C_ExecuteUbergraph_WBP_HUD_CharacterEffectsWidget) == 0x000004, "Wrong alignment on WBP_HUD_CharacterEffectsWidget_C_ExecuteUbergraph_WBP_HUD_CharacterEffectsWidget"); \ +static_assert(sizeof(WBP_HUD_CharacterEffectsWidget_C_ExecuteUbergraph_WBP_HUD_CharacterEffectsWidget) == 0x000004, "Wrong size on WBP_HUD_CharacterEffectsWidget_C_ExecuteUbergraph_WBP_HUD_CharacterEffectsWidget"); \ +static_assert(offsetof(WBP_HUD_CharacterEffectsWidget_C_ExecuteUbergraph_WBP_HUD_CharacterEffectsWidget, EntryPoint) == 0x000000, "Member 'WBP_HUD_CharacterEffectsWidget_C_ExecuteUbergraph_WBP_HUD_CharacterEffectsWidget::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_CharacterEffectsWidget_C \ +static_assert(alignof(UWBP_HUD_CharacterEffectsWidget_C) == 0x000008, "Wrong alignment on UWBP_HUD_CharacterEffectsWidget_C"); \ +static_assert(sizeof(UWBP_HUD_CharacterEffectsWidget_C) == 0x000320, "Wrong size on UWBP_HUD_CharacterEffectsWidget_C"); \ +static_assert(offsetof(UWBP_HUD_CharacterEffectsWidget_C, UberGraphFrame) == 0x000318, "Member 'UWBP_HUD_CharacterEffectsWidget_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget \ +static_assert(alignof(WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget) == 0x000008, "Wrong alignment on WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget"); \ +static_assert(sizeof(WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget) == 0x000128, "Wrong size on WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget"); \ +static_assert(offsetof(WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget, EntryPoint) == 0x000000, "Member 'WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget, K2Node_MakeStruct_SlateColor_1) == 0x000030, "Member 'WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget, K2Node_MakeStruct_SlateColor_2) == 0x000058, "Member 'WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget, K2Node_Event_IsDesignTime) == 0x000080, "Member 'WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget, Temp_object_Variable) == 0x000088, "Member 'WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget, K2Node_CustomEvent_Loaded) == 0x000090, "Member 'WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget, K2Node_DynamicCast_AsPaper_Sprite) == 0x000098, "Member 'WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget::K2Node_DynamicCast_AsPaper_Sprite' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x0000A8, "Member 'WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget, K2Node_CreateDelegate_OutputDelegate) == 0x0000B8, "Member 'WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget, CallFunc_GetDynamicMaterial_ReturnValue) == 0x0000D0, "Member 'WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget, K2Node_Event_InIcon) == 0x0000D8, "Member 'WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget::K2Node_Event_InIcon' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000108, "Member 'WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget, K2Node_Event_InAmmoInventory) == 0x00010C, "Member 'WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget::K2Node_Event_InAmmoInventory' has a wrong offset!"); \ +static_assert(offsetof(WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget, CallFunc_Conv_IntToText_ReturnValue) == 0x000110, "Member 'WBP_ConsumableStatusWidget_C_ExecuteUbergraph_WBP_ConsumableStatusWidget::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ConsumableStatusWidget_C_OnConsumableCountChanged \ +static_assert(alignof(WBP_ConsumableStatusWidget_C_OnConsumableCountChanged) == 0x000004, "Wrong alignment on WBP_ConsumableStatusWidget_C_OnConsumableCountChanged"); \ +static_assert(sizeof(WBP_ConsumableStatusWidget_C_OnConsumableCountChanged) == 0x000004, "Wrong size on WBP_ConsumableStatusWidget_C_OnConsumableCountChanged"); \ +static_assert(offsetof(WBP_ConsumableStatusWidget_C_OnConsumableCountChanged, InAmmoInventory) == 0x000000, "Member 'WBP_ConsumableStatusWidget_C_OnConsumableCountChanged::InAmmoInventory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ConsumableStatusWidget_C_OnIconChanged \ +static_assert(alignof(WBP_ConsumableStatusWidget_C_OnIconChanged) == 0x000008, "Wrong alignment on WBP_ConsumableStatusWidget_C_OnIconChanged"); \ +static_assert(sizeof(WBP_ConsumableStatusWidget_C_OnIconChanged) == 0x000030, "Wrong size on WBP_ConsumableStatusWidget_C_OnIconChanged"); \ +static_assert(offsetof(WBP_ConsumableStatusWidget_C_OnIconChanged, InIcon) == 0x000000, "Member 'WBP_ConsumableStatusWidget_C_OnIconChanged::InIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ConsumableStatusWidget_C_PreConstruct \ +static_assert(alignof(WBP_ConsumableStatusWidget_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ConsumableStatusWidget_C_PreConstruct"); \ +static_assert(sizeof(WBP_ConsumableStatusWidget_C_PreConstruct) == 0x000001, "Wrong size on WBP_ConsumableStatusWidget_C_PreConstruct"); \ +static_assert(offsetof(WBP_ConsumableStatusWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ConsumableStatusWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ConsumableStatusWidget_C_OnLoaded_AC50E81B4B424534C6A1EBB9707D1E24 \ +static_assert(alignof(WBP_ConsumableStatusWidget_C_OnLoaded_AC50E81B4B424534C6A1EBB9707D1E24) == 0x000008, "Wrong alignment on WBP_ConsumableStatusWidget_C_OnLoaded_AC50E81B4B424534C6A1EBB9707D1E24"); \ +static_assert(sizeof(WBP_ConsumableStatusWidget_C_OnLoaded_AC50E81B4B424534C6A1EBB9707D1E24) == 0x000008, "Wrong size on WBP_ConsumableStatusWidget_C_OnLoaded_AC50E81B4B424534C6A1EBB9707D1E24"); \ +static_assert(offsetof(WBP_ConsumableStatusWidget_C_OnLoaded_AC50E81B4B424534C6A1EBB9707D1E24, Loaded) == 0x000000, "Member 'WBP_ConsumableStatusWidget_C_OnLoaded_AC50E81B4B424534C6A1EBB9707D1E24::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ConsumableStatusWidget_C \ +static_assert(alignof(UWBP_ConsumableStatusWidget_C) == 0x000008, "Wrong alignment on UWBP_ConsumableStatusWidget_C"); \ +static_assert(sizeof(UWBP_ConsumableStatusWidget_C) == 0x000330, "Wrong size on UWBP_ConsumableStatusWidget_C"); \ +static_assert(offsetof(UWBP_ConsumableStatusWidget_C, UberGraphFrame) == 0x000308, "Member 'UWBP_ConsumableStatusWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ConsumableStatusWidget_C, Image_98) == 0x000310, "Member 'UWBP_ConsumableStatusWidget_C::Image_98' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ConsumableStatusWidget_C, Image_ToolImage) == 0x000318, "Member 'UWBP_ConsumableStatusWidget_C::Image_ToolImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ConsumableStatusWidget_C, Image_ToolImage_BG) == 0x000320, "Member 'UWBP_ConsumableStatusWidget_C::Image_ToolImage_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ConsumableStatusWidget_C, Text_AmmoInventory) == 0x000328, "Member 'UWBP_ConsumableStatusWidget_C::Text_AmmoInventory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState \ +static_assert(alignof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState) == 0x000008, "Wrong alignment on WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState"); \ +static_assert(sizeof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState) == 0x000060, "Wrong size on WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable) == 0x000004, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable_1) == 0x000005, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable_2) == 0x000006, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable_3) == 0x000007, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable_4) == 0x000008, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable_5) == 0x000009, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable_6) == 0x00000A, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable_7) == 0x00000B, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable_8) == 0x00000C, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable_9) == 0x00000D, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable_10) == 0x00000E, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable_11) == 0x00000F, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_bool_Variable) == 0x000010, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable_12) == 0x000011, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable_13) == 0x000012, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable_14) == 0x000013, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable_15) == 0x000014, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable_16) == 0x000015, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable_17) == 0x000016, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable_18) == 0x000017, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable_19) == 0x000018, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable_20) == 0x000019, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable_21) == 0x00001A, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable_22) == 0x00001B, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable_23) == 0x00001C, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable_24) == 0x00001D, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_object_Variable) == 0x000020, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable_25) == 0x000028, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, K2Node_Event_IsDesignTime) == 0x000029, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, K2Node_Select_Default) == 0x00002A, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, Temp_byte_Variable_26) == 0x00002B, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::Temp_byte_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, K2Node_Event_OldState) == 0x00002C, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::K2Node_Event_OldState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, K2Node_Event_NewState) == 0x00002D, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, K2Node_Select_Default_1) == 0x000030, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, K2Node_Select_Default_2) == 0x000038, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, K2Node_Select_Default_3) == 0x000040, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, K2Node_Select_Default_4) == 0x000048, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, CallFunc_PlayAnimation_ReturnValue) == 0x000050, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState, K2Node_Select_Default_5) == 0x000058, "Member 'WBP_UI_Widget_PlayerDefeatState_C_ExecuteUbergraph_WBP_UI_Widget_PlayerDefeatState::K2Node_Select_Default_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PlayerDefeatState_C_OnDefeatStateChanged \ +static_assert(alignof(WBP_UI_Widget_PlayerDefeatState_C_OnDefeatStateChanged) == 0x000001, "Wrong alignment on WBP_UI_Widget_PlayerDefeatState_C_OnDefeatStateChanged"); \ +static_assert(sizeof(WBP_UI_Widget_PlayerDefeatState_C_OnDefeatStateChanged) == 0x000002, "Wrong size on WBP_UI_Widget_PlayerDefeatState_C_OnDefeatStateChanged"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_OnDefeatStateChanged, OldState) == 0x000000, "Member 'WBP_UI_Widget_PlayerDefeatState_C_OnDefeatStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_OnDefeatStateChanged, NewState) == 0x000001, "Member 'WBP_UI_Widget_PlayerDefeatState_C_OnDefeatStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PlayerDefeatState_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_PlayerDefeatState_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_PlayerDefeatState_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_PlayerDefeatState_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_PlayerDefeatState_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerDefeatState_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_PlayerDefeatState_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_PlayerDefeatState_C \ +static_assert(alignof(UWBP_UI_Widget_PlayerDefeatState_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_PlayerDefeatState_C"); \ +static_assert(sizeof(UWBP_UI_Widget_PlayerDefeatState_C) == 0x000350, "Wrong size on UWBP_UI_Widget_PlayerDefeatState_C"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerDefeatState_C, UberGraphFrame) == 0x000298, "Member 'UWBP_UI_Widget_PlayerDefeatState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerDefeatState_C, SubduedAnimation) == 0x0002A0, "Member 'UWBP_UI_Widget_PlayerDefeatState_C::SubduedAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerDefeatState_C, CuffedAnimation) == 0x0002A8, "Member 'UWBP_UI_Widget_PlayerDefeatState_C::CuffedAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerDefeatState_C, TasedAnimation) == 0x0002B0, "Member 'UWBP_UI_Widget_PlayerDefeatState_C::TasedAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerDefeatState_C, CustodyAnimation) == 0x0002B8, "Member 'UWBP_UI_Widget_PlayerDefeatState_C::CustodyAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerDefeatState_C, KnockedAnimation) == 0x0002C0, "Member 'UWBP_UI_Widget_PlayerDefeatState_C::KnockedAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerDefeatState_C, Counter_NS) == 0x0002C8, "Member 'UWBP_UI_Widget_PlayerDefeatState_C::Counter_NS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerDefeatState_C, Cuffed_I) == 0x0002D0, "Member 'UWBP_UI_Widget_PlayerDefeatState_C::Cuffed_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerDefeatState_C, CustodyIcon_I) == 0x0002D8, "Member 'UWBP_UI_Widget_PlayerDefeatState_C::CustodyIcon_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerDefeatState_C, Default_O) == 0x0002E0, "Member 'UWBP_UI_Widget_PlayerDefeatState_C::Default_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerDefeatState_C, DefeatBottomCuffed_O) == 0x0002E8, "Member 'UWBP_UI_Widget_PlayerDefeatState_C::DefeatBottomCuffed_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerDefeatState_C, DefeatBottomCustody_O) == 0x0002F0, "Member 'UWBP_UI_Widget_PlayerDefeatState_C::DefeatBottomCustody_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerDefeatState_C, DefeatBottomKnocked_O) == 0x0002F8, "Member 'UWBP_UI_Widget_PlayerDefeatState_C::DefeatBottomKnocked_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerDefeatState_C, DefeatBottomSubdued_O) == 0x000300, "Member 'UWBP_UI_Widget_PlayerDefeatState_C::DefeatBottomSubdued_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerDefeatState_C, DefeatBottomTased_O) == 0x000308, "Member 'UWBP_UI_Widget_PlayerDefeatState_C::DefeatBottomTased_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerDefeatState_C, DefeatStateBottom_WS) == 0x000310, "Member 'UWBP_UI_Widget_PlayerDefeatState_C::DefeatStateBottom_WS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerDefeatState_C, DefeatStateBottomDefault_O) == 0x000318, "Member 'UWBP_UI_Widget_PlayerDefeatState_C::DefeatStateBottomDefault_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerDefeatState_C, DefeatStateTop_WS) == 0x000320, "Member 'UWBP_UI_Widget_PlayerDefeatState_C::DefeatStateTop_WS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerDefeatState_C, KnockedIcon_I) == 0x000328, "Member 'UWBP_UI_Widget_PlayerDefeatState_C::KnockedIcon_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerDefeatState_C, Subdued_I) == 0x000330, "Member 'UWBP_UI_Widget_PlayerDefeatState_C::Subdued_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerDefeatState_C, TasedIcon_I) == 0x000338, "Member 'UWBP_UI_Widget_PlayerDefeatState_C::TasedIcon_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerDefeatState_C, OnStateChanged) == 0x000340, "Member 'UWBP_UI_Widget_PlayerDefeatState_C::OnStateChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_DamageTakenIndicators_C \ +static_assert(alignof(UWBP_UI_Widget_DamageTakenIndicators_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_DamageTakenIndicators_C"); \ +static_assert(sizeof(UWBP_UI_Widget_DamageTakenIndicators_C) == 0x0002A0, "Wrong size on UWBP_UI_Widget_DamageTakenIndicators_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget \ +static_assert(alignof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget) == 0x000008, "Wrong alignment on WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget"); \ +static_assert(sizeof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget) == 0x000200, "Wrong size on WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, Temp_bool_Variable) == 0x000004, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, Temp_byte_Variable) == 0x000005, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, Temp_byte_Variable_2) == 0x000007, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, Temp_byte_Variable_3) == 0x000008, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, K2Node_Event_IsDesignTime) == 0x000009, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, CallFunc_GetGameIntensityAnalyzer_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::CallFunc_GetGameIntensityAnalyzer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, CallFunc_GetGameEventBroker_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::CallFunc_GetGameEventBroker_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, CallFunc_GetGameEventBroker_ReturnValue_1) == 0x000020, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::CallFunc_GetGameEventBroker_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, K2Node_CustomEvent_DamageEventData) == 0x000028, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::K2Node_CustomEvent_DamageEventData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, K2Node_DynamicCast_AsSBZAICharacter) == 0x0000F0, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::K2Node_DynamicCast_AsSBZAICharacter' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, K2Node_DynamicCast_bSuccess) == 0x0000F8, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, K2Node_CreateDelegate_OutputDelegate) == 0x0000FC, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, CallFunc_HasMatchingGameplayTag_self_CastInput) == 0x000110, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::CallFunc_HasMatchingGameplayTag_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x000120, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, K2Node_DynamicCast_AsSBZPlayer_Character) == 0x000128, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::K2Node_DynamicCast_AsSBZPlayer_Character' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, K2Node_DynamicCast_bSuccess_1) == 0x000130, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, CallFunc_MatchesTag_ReturnValue) == 0x000131, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::CallFunc_MatchesTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, CallFunc_BooleanOR_ReturnValue) == 0x000132, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000133, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, CallFunc_BooleanAND_ReturnValue) == 0x000134, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, CallFunc_MatchesTag_ReturnValue_1) == 0x000135, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::CallFunc_MatchesTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, CallFunc_MatchesTag_ReturnValue_2) == 0x000136, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::CallFunc_MatchesTag_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, K2Node_DynamicCast_AsBP_Sentry_Gun) == 0x000138, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::K2Node_DynamicCast_AsBP_Sentry_Gun' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, K2Node_DynamicCast_bSuccess_2) == 0x000140, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, CallFunc_BooleanOR_ReturnValue_1) == 0x000141, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000142, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, CallFunc_BooleanAND_ReturnValue_1) == 0x000143, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, K2Node_CustomEvent_Old) == 0x000144, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::K2Node_CustomEvent_Old' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, K2Node_CustomEvent_New) == 0x000145, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::K2Node_CustomEvent_New' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, K2Node_CreateDelegate_OutputDelegate_1) == 0x000148, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, K2Node_DynamicCast_AsWBP_UI_Widget_Player_Defeat_State) == 0x000160, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::K2Node_DynamicCast_AsWBP_UI_Widget_Player_Defeat_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, K2Node_DynamicCast_bSuccess_3) == 0x000168, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, K2Node_DynamicCast_AsWBP_UI_Widget_Player_Defeat_State_1) == 0x000170, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::K2Node_DynamicCast_AsWBP_UI_Widget_Player_Defeat_State_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, K2Node_DynamicCast_bSuccess_4) == 0x000178, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, K2Node_Select_Default) == 0x000180, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, K2Node_Event_InNewHeisterIcon) == 0x0001A8, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::K2Node_Event_InNewHeisterIcon' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, K2Node_Select_Default_1) == 0x0001B0, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, CallFunc_IsValid_ReturnValue) == 0x0001D8, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, K2Node_Select_Default_2) == 0x0001D9, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x0001E0, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1) == 0x0001F0, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_ExecuteUbergraph_WBP_UI_Widget_PlayerStatusWidget::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PlayerStatusWidget_C_OnHeisterIconChangedEvent \ +static_assert(alignof(WBP_UI_Widget_PlayerStatusWidget_C_OnHeisterIconChangedEvent) == 0x000008, "Wrong alignment on WBP_UI_Widget_PlayerStatusWidget_C_OnHeisterIconChangedEvent"); \ +static_assert(sizeof(WBP_UI_Widget_PlayerStatusWidget_C_OnHeisterIconChangedEvent) == 0x000008, "Wrong size on WBP_UI_Widget_PlayerStatusWidget_C_OnHeisterIconChangedEvent"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_OnHeisterIconChangedEvent, InNewHeisterIcon) == 0x000000, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_OnHeisterIconChangedEvent::InNewHeisterIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PlayerStatusWidget_C_OnStateChanged \ +static_assert(alignof(WBP_UI_Widget_PlayerStatusWidget_C_OnStateChanged) == 0x000001, "Wrong alignment on WBP_UI_Widget_PlayerStatusWidget_C_OnStateChanged"); \ +static_assert(sizeof(WBP_UI_Widget_PlayerStatusWidget_C_OnStateChanged) == 0x000002, "Wrong size on WBP_UI_Widget_PlayerStatusWidget_C_OnStateChanged"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_OnStateChanged, Old) == 0x000000, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_OnStateChanged::Old' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_OnStateChanged, New) == 0x000001, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_OnStateChanged::New' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PlayerStatusWidget_C_On_Damage \ +static_assert(alignof(WBP_UI_Widget_PlayerStatusWidget_C_On_Damage) == 0x000008, "Wrong alignment on WBP_UI_Widget_PlayerStatusWidget_C_On_Damage"); \ +static_assert(sizeof(WBP_UI_Widget_PlayerStatusWidget_C_On_Damage) == 0x0000C8, "Wrong size on WBP_UI_Widget_PlayerStatusWidget_C_On_Damage"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_On_Damage, DamageEventData) == 0x000000, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_On_Damage::DamageEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PlayerStatusWidget_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_PlayerStatusWidget_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_PlayerStatusWidget_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_PlayerStatusWidget_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_PlayerStatusWidget_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PlayerStatusWidget_C_SetEOSProdUID \ +static_assert(alignof(WBP_UI_Widget_PlayerStatusWidget_C_SetEOSProdUID) == 0x000008, "Wrong alignment on WBP_UI_Widget_PlayerStatusWidget_C_SetEOSProdUID"); \ +static_assert(sizeof(WBP_UI_Widget_PlayerStatusWidget_C_SetEOSProdUID) == 0x000018, "Wrong size on WBP_UI_Widget_PlayerStatusWidget_C_SetEOSProdUID"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_SetEOSProdUID, CallFunc_GetLocalPlayerState_ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_SetEOSProdUID::CallFunc_GetLocalPlayerState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerStatusWidget_C_SetEOSProdUID, CallFunc_GetEOSProductUserId_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_PlayerStatusWidget_C_SetEOSProdUID::CallFunc_GetEOSProductUserId_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_PlayerStatusWidget_C \ +static_assert(alignof(UWBP_UI_Widget_PlayerStatusWidget_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_PlayerStatusWidget_C"); \ +static_assert(sizeof(UWBP_UI_Widget_PlayerStatusWidget_C) == 0x0004E8, "Wrong size on UWBP_UI_Widget_PlayerStatusWidget_C"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerStatusWidget_C, UberGraphFrame) == 0x000348, "Member 'UWBP_UI_Widget_PlayerStatusWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerStatusWidget_C, HUDGlitchRetainer) == 0x000350, "Member 'UWBP_UI_Widget_PlayerStatusWidget_C::HUDGlitchRetainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerStatusWidget_C, Image_Frame) == 0x000358, "Member 'UWBP_UI_Widget_PlayerStatusWidget_C::Image_Frame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerStatusWidget_C, Image_PlayerIcon) == 0x000360, "Member 'UWBP_UI_Widget_PlayerStatusWidget_C::Image_PlayerIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerStatusWidget_C, WBP_VoIP) == 0x000368, "Member 'UWBP_UI_Widget_PlayerStatusWidget_C::WBP_VoIP' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerStatusWidget_C, Widget_KillCount) == 0x000370, "Member 'UWBP_UI_Widget_PlayerStatusWidget_C::Widget_KillCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerStatusWidget_C, InDesignerHeisterIcon) == 0x000378, "Member 'UWBP_UI_Widget_PlayerStatusWidget_C::InDesignerHeisterIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerStatusWidget_C, Tased) == 0x000380, "Member 'UWBP_UI_Widget_PlayerStatusWidget_C::Tased' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerStatusWidget_C, Default) == 0x0003A8, "Member 'UWBP_UI_Widget_PlayerStatusWidget_C::Default' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerStatusWidget_C, Cuffed) == 0x0003D0, "Member 'UWBP_UI_Widget_PlayerStatusWidget_C::Cuffed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerStatusWidget_C, Downed) == 0x0003F8, "Member 'UWBP_UI_Widget_PlayerStatusWidget_C::Downed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerStatusWidget_C, In_Custody) == 0x000420, "Member 'UWBP_UI_Widget_PlayerStatusWidget_C::In_Custody' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerStatusWidget_C, Subdued) == 0x000448, "Member 'UWBP_UI_Widget_PlayerStatusWidget_C::Subdued' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerStatusWidget_C, Default_BKG) == 0x000470, "Member 'UWBP_UI_Widget_PlayerStatusWidget_C::Default_BKG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerStatusWidget_C, KnockedBKG) == 0x000498, "Member 'UWBP_UI_Widget_PlayerStatusWidget_C::KnockedBKG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerStatusWidget_C, TasedBKG) == 0x0004C0, "Member 'UWBP_UI_Widget_PlayerStatusWidget_C::TasedBKG' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PagerWidget_C_ExecuteUbergraph_WBP_UI_PagerWidget \ +static_assert(alignof(WBP_UI_PagerWidget_C_ExecuteUbergraph_WBP_UI_PagerWidget) == 0x000004, "Wrong alignment on WBP_UI_PagerWidget_C_ExecuteUbergraph_WBP_UI_PagerWidget"); \ +static_assert(sizeof(WBP_UI_PagerWidget_C_ExecuteUbergraph_WBP_UI_PagerWidget) == 0x000014, "Wrong size on WBP_UI_PagerWidget_C_ExecuteUbergraph_WBP_UI_PagerWidget"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_ExecuteUbergraph_WBP_UI_PagerWidget, EntryPoint) == 0x000000, "Member 'WBP_UI_PagerWidget_C_ExecuteUbergraph_WBP_UI_PagerWidget::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_ExecuteUbergraph_WBP_UI_PagerWidget, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_PagerWidget_C_ExecuteUbergraph_WBP_UI_PagerWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_ExecuteUbergraph_WBP_UI_PagerWidget, K2Node_Event_NewState) == 0x000005, "Member 'WBP_UI_PagerWidget_C_ExecuteUbergraph_WBP_UI_PagerWidget::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_ExecuteUbergraph_WBP_UI_PagerWidget, K2Node_Event_AnswerPagerValue) == 0x000008, "Member 'WBP_UI_PagerWidget_C_ExecuteUbergraph_WBP_UI_PagerWidget::K2Node_Event_AnswerPagerValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_ExecuteUbergraph_WBP_UI_PagerWidget, K2Node_Event_MaxAnswerPagerValue) == 0x00000C, "Member 'WBP_UI_PagerWidget_C_ExecuteUbergraph_WBP_UI_PagerWidget::K2Node_Event_MaxAnswerPagerValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_ExecuteUbergraph_WBP_UI_PagerWidget, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'WBP_UI_PagerWidget_C_ExecuteUbergraph_WBP_UI_PagerWidget::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PagerWidget_C_PreConstruct \ +static_assert(alignof(WBP_UI_PagerWidget_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_PagerWidget_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_PagerWidget_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_PagerWidget_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_PagerWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PagerWidget_C_OnHeistStateChanged \ +static_assert(alignof(WBP_UI_PagerWidget_C_OnHeistStateChanged) == 0x000001, "Wrong alignment on WBP_UI_PagerWidget_C_OnHeistStateChanged"); \ +static_assert(sizeof(WBP_UI_PagerWidget_C_OnHeistStateChanged) == 0x000001, "Wrong size on WBP_UI_PagerWidget_C_OnHeistStateChanged"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_OnHeistStateChanged, NewState) == 0x000000, "Member 'WBP_UI_PagerWidget_C_OnHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PagerWidget_C_OnAnswerPagerValueChanged \ +static_assert(alignof(WBP_UI_PagerWidget_C_OnAnswerPagerValueChanged) == 0x000004, "Wrong alignment on WBP_UI_PagerWidget_C_OnAnswerPagerValueChanged"); \ +static_assert(sizeof(WBP_UI_PagerWidget_C_OnAnswerPagerValueChanged) == 0x000008, "Wrong size on WBP_UI_PagerWidget_C_OnAnswerPagerValueChanged"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_OnAnswerPagerValueChanged, AnswerPagerValue) == 0x000000, "Member 'WBP_UI_PagerWidget_C_OnAnswerPagerValueChanged::AnswerPagerValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_OnAnswerPagerValueChanged, MaxAnswerPagerValue) == 0x000004, "Member 'WBP_UI_PagerWidget_C_OnAnswerPagerValueChanged::MaxAnswerPagerValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PagerWidget_C_UpdatePagerStatus \ +static_assert(alignof(WBP_UI_PagerWidget_C_UpdatePagerStatus) == 0x000008, "Wrong alignment on WBP_UI_PagerWidget_C_UpdatePagerStatus"); \ +static_assert(sizeof(WBP_UI_PagerWidget_C_UpdatePagerStatus) == 0x0000E0, "Wrong size on WBP_UI_PagerWidget_C_UpdatePagerStatus"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_UpdatePagerStatus, InPagerCount) == 0x000000, "Member 'WBP_UI_PagerWidget_C_UpdatePagerStatus::InPagerCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_UpdatePagerStatus, InPagerMax) == 0x000004, "Member 'WBP_UI_PagerWidget_C_UpdatePagerStatus::InPagerMax' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_UpdatePagerStatus, Temp_object_Variable) == 0x000008, "Member 'WBP_UI_PagerWidget_C_UpdatePagerStatus::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_UpdatePagerStatus, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000010, "Member 'WBP_UI_PagerWidget_C_UpdatePagerStatus::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_UpdatePagerStatus, CallFunc_Less_IntInt_ReturnValue) == 0x000014, "Member 'WBP_UI_PagerWidget_C_UpdatePagerStatus::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_UpdatePagerStatus, CallFunc_Subtract_IntInt_ReturnValue) == 0x000018, "Member 'WBP_UI_PagerWidget_C_UpdatePagerStatus::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_UpdatePagerStatus, CallFunc_Greater_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_UI_PagerWidget_C_UpdatePagerStatus::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_UpdatePagerStatus, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000020, "Member 'WBP_UI_PagerWidget_C_UpdatePagerStatus::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_UpdatePagerStatus, CallFunc_BooleanAND_ReturnValue) == 0x000024, "Member 'WBP_UI_PagerWidget_C_UpdatePagerStatus::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_UpdatePagerStatus, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000028, "Member 'WBP_UI_PagerWidget_C_UpdatePagerStatus::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_UpdatePagerStatus, Temp_object_Variable_1) == 0x000030, "Member 'WBP_UI_PagerWidget_C_UpdatePagerStatus::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_UpdatePagerStatus, Temp_object_Variable_2) == 0x000038, "Member 'WBP_UI_PagerWidget_C_UpdatePagerStatus::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_UpdatePagerStatus, Temp_object_Variable_3) == 0x000040, "Member 'WBP_UI_PagerWidget_C_UpdatePagerStatus::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_UpdatePagerStatus, Temp_object_Variable_4) == 0x000048, "Member 'WBP_UI_PagerWidget_C_UpdatePagerStatus::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_UpdatePagerStatus, Temp_int_Variable) == 0x000050, "Member 'WBP_UI_PagerWidget_C_UpdatePagerStatus::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_UpdatePagerStatus, CallFunc_IsVisible_ReturnValue) == 0x000054, "Member 'WBP_UI_PagerWidget_C_UpdatePagerStatus::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_UpdatePagerStatus, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000058, "Member 'WBP_UI_PagerWidget_C_UpdatePagerStatus::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_UpdatePagerStatus, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'WBP_UI_PagerWidget_C_UpdatePagerStatus::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_UpdatePagerStatus, K2Node_MakeArray_Array) == 0x0000A0, "Member 'WBP_UI_PagerWidget_C_UpdatePagerStatus::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_UpdatePagerStatus, K2Node_Select_Default) == 0x0000B0, "Member 'WBP_UI_PagerWidget_C_UpdatePagerStatus::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_UpdatePagerStatus, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'WBP_UI_PagerWidget_C_UpdatePagerStatus::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_UpdatePagerStatus, CallFunc_Play2DSound_ReturnValue) == 0x0000D0, "Member 'WBP_UI_PagerWidget_C_UpdatePagerStatus::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_UpdatePagerStatus, CallFunc_IsValid_ReturnValue) == 0x0000D4, "Member 'WBP_UI_PagerWidget_C_UpdatePagerStatus::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_UpdatePagerStatus, CallFunc_PlayAnimationForward_ReturnValue) == 0x0000D8, "Member 'WBP_UI_PagerWidget_C_UpdatePagerStatus::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_PagerWidget_C_CreateMaterial \ +static_assert(alignof(WBP_UI_PagerWidget_C_CreateMaterial) == 0x000008, "Wrong alignment on WBP_UI_PagerWidget_C_CreateMaterial"); \ +static_assert(sizeof(WBP_UI_PagerWidget_C_CreateMaterial) == 0x000008, "Wrong size on WBP_UI_PagerWidget_C_CreateMaterial"); \ +static_assert(offsetof(WBP_UI_PagerWidget_C_CreateMaterial, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'WBP_UI_PagerWidget_C_CreateMaterial::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_PagerWidget_C \ +static_assert(alignof(UWBP_UI_PagerWidget_C) == 0x000008, "Wrong alignment on UWBP_UI_PagerWidget_C"); \ +static_assert(sizeof(UWBP_UI_PagerWidget_C) == 0x0002D8, "Wrong size on UWBP_UI_PagerWidget_C"); \ +static_assert(offsetof(UWBP_UI_PagerWidget_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_PagerWidget_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PagerWidget_C, Updated) == 0x000298, "Member 'UWBP_UI_PagerWidget_C::Updated' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PagerWidget_C, Image_BG) == 0x0002A0, "Member 'UWBP_UI_PagerWidget_C::Image_BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PagerWidget_C, Image_ProgressBar) == 0x0002A8, "Member 'UWBP_UI_PagerWidget_C::Image_ProgressBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PagerWidget_C, Image_Radio) == 0x0002B0, "Member 'UWBP_UI_PagerWidget_C::Image_Radio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PagerWidget_C, NumberOfRadios) == 0x0002B8, "Member 'UWBP_UI_PagerWidget_C::NumberOfRadios' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PagerWidget_C, OnRadioUsagesSpent) == 0x0002C0, "Member 'UWBP_UI_PagerWidget_C::OnRadioUsagesSpent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PagerWidget_C, Material) == 0x0002C8, "Member 'UWBP_UI_PagerWidget_C::Material' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_PagerWidget_C, IsHeistInStealth) == 0x0002D0, "Member 'UWBP_UI_PagerWidget_C::IsHeistInStealth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main \ +static_assert(alignof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main) == 0x000008, "Wrong alignment on WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main"); \ +static_assert(sizeof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main) == 0x0005F0, "Wrong size on WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, Temp_bool_True_if_break_was_hit_Variable) == 0x000004, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, K2Node_Event_IsDesignTime) == 0x00000D, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_MakeLiteralName_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, Temp_int_Loop_Counter_Variable_1) == 0x000024, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_GetAllWidgetsOfClass_FoundWidgets) == 0x000028, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_GetAllWidgetsOfClass_FoundWidgets' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_Add_IntInt_ReturnValue_1) == 0x00003C, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, Temp_int_Loop_Counter_Variable_2) == 0x000044, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_Get_ReturnValue) == 0x000048, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_Add_IntInt_ReturnValue_2) == 0x000050, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_SettingsMenuManagerHasCategory_Exists) == 0x000054, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_SettingsMenuManagerHasCategory_Exists' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_ConstructSaveCategory_SBZSettingsMenuCategoryInfo) == 0x000058, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_ConstructSaveCategory_SBZSettingsMenuCategoryInfo' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_Create_ReturnValue) == 0x0000D8, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, Temp_int_Array_Index_Variable_1) == 0x0000E0, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, K2Node_CreateDelegate_OutputDelegate) == 0x0000E4, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_Array_Get_Item) == 0x0000F8, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, Temp_int_Array_Index_Variable_2) == 0x000100, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_Create_ReturnValue_1) == 0x000108, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_Array_Get_Item_1) == 0x000110, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_Array_Length_ReturnValue_1) == 0x000188, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_Less_IntInt_ReturnValue_1) == 0x00018C, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_Array_Length_ReturnValue_2) == 0x000190, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_Get_ReturnValue_1) == 0x000198, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001A0, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_Array_Get_Item_2) == 0x0001B8, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_Array_Length_ReturnValue_3) == 0x000238, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_Less_IntInt_ReturnValue_2) == 0x00023C, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_BooleanAND_ReturnValue) == 0x00023D, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00023E, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, K2Node_CustomEvent_SettingsCategory) == 0x000240, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::K2Node_CustomEvent_SettingsCategory' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, K2Node_CustomEvent_SettingsName_2) == 0x00024C, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::K2Node_CustomEvent_SettingsName_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, K2Node_CustomEvent_bToggleValue) == 0x000258, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::K2Node_CustomEvent_bToggleValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_Create_ReturnValue_2) == 0x000260, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_Create_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, K2Node_CreateDelegate_OutputDelegate_2) == 0x000268, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, K2Node_CustomEvent_SettingsCategoryName_1) == 0x00027C, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::K2Node_CustomEvent_SettingsCategoryName_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, K2Node_CustomEvent_SettingsName_1) == 0x000288, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::K2Node_CustomEvent_SettingsName_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, K2Node_CustomEvent_SlideValue) == 0x000294, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::K2Node_CustomEvent_SlideValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, Temp_int_Loop_Counter_Variable_3) == 0x000298, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_Less_IntInt_ReturnValue_3) == 0x00029C, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_Add_IntInt_ReturnValue_3) == 0x0002A0, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_Create_ReturnValue_3) == 0x0002A8, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_Create_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_SpawnObject_ReturnValue) == 0x0002B0, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_AddChild_ReturnValue) == 0x0002B8, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_AddChild_ReturnValue_1) == 0x0002C0, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_AddChild_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_AddChild_ReturnValue_2) == 0x0002C8, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_AddChild_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_AddChild_ReturnValue_3) == 0x0002D0, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_AddChild_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, K2Node_CustomEvent_SettingsCategoryName) == 0x0002D8, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::K2Node_CustomEvent_SettingsCategoryName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, K2Node_CustomEvent_SettingsName) == 0x0002E4, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::K2Node_CustomEvent_SettingsName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, K2Node_CustomEvent_ColorValue) == 0x0002F0, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::K2Node_CustomEvent_ColorValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_GetSettingsItemColor_hudColor) == 0x0002F4, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_GetSettingsItemColor_hudColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, Temp_int_Array_Index_Variable_3) == 0x0002F8, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_Array_Get_Item_3) == 0x000300, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, K2Node_SwitchEnum_CmpSuccess) == 0x0005E8, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_GetSettingsItemBool_Value) == 0x0005E9, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_GetSettingsItemBool_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main, CallFunc_GetSettingsItemFloat_Value) == 0x0005EC, "Member 'WBP_UI_Widget_RinoHud_Main_C_ExecuteUbergraph_WBP_UI_Widget_RinoHud_Main::CallFunc_GetSettingsItemFloat_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RinoHud_Main_C_ColorChanged \ +static_assert(alignof(WBP_UI_Widget_RinoHud_Main_C_ColorChanged) == 0x000004, "Wrong alignment on WBP_UI_Widget_RinoHud_Main_C_ColorChanged"); \ +static_assert(sizeof(WBP_UI_Widget_RinoHud_Main_C_ColorChanged) == 0x00001C, "Wrong size on WBP_UI_Widget_RinoHud_Main_C_ColorChanged"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ColorChanged, SettingsCategoryName) == 0x000000, "Member 'WBP_UI_Widget_RinoHud_Main_C_ColorChanged::SettingsCategoryName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ColorChanged, SettingsName) == 0x00000C, "Member 'WBP_UI_Widget_RinoHud_Main_C_ColorChanged::SettingsName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ColorChanged, ColorValue) == 0x000018, "Member 'WBP_UI_Widget_RinoHud_Main_C_ColorChanged::ColorValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RinoHud_Main_C_SlideValueChanged \ +static_assert(alignof(WBP_UI_Widget_RinoHud_Main_C_SlideValueChanged) == 0x000004, "Wrong alignment on WBP_UI_Widget_RinoHud_Main_C_SlideValueChanged"); \ +static_assert(sizeof(WBP_UI_Widget_RinoHud_Main_C_SlideValueChanged) == 0x00001C, "Wrong size on WBP_UI_Widget_RinoHud_Main_C_SlideValueChanged"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_SlideValueChanged, SettingsCategoryName) == 0x000000, "Member 'WBP_UI_Widget_RinoHud_Main_C_SlideValueChanged::SettingsCategoryName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_SlideValueChanged, SettingsName) == 0x00000C, "Member 'WBP_UI_Widget_RinoHud_Main_C_SlideValueChanged::SettingsName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_SlideValueChanged, SlideValue) == 0x000018, "Member 'WBP_UI_Widget_RinoHud_Main_C_SlideValueChanged::SlideValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RinoHud_Main_C_ToggleValueChanged \ +static_assert(alignof(WBP_UI_Widget_RinoHud_Main_C_ToggleValueChanged) == 0x000004, "Wrong alignment on WBP_UI_Widget_RinoHud_Main_C_ToggleValueChanged"); \ +static_assert(sizeof(WBP_UI_Widget_RinoHud_Main_C_ToggleValueChanged) == 0x00001C, "Wrong size on WBP_UI_Widget_RinoHud_Main_C_ToggleValueChanged"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ToggleValueChanged, SettingsCategory) == 0x000000, "Member 'WBP_UI_Widget_RinoHud_Main_C_ToggleValueChanged::SettingsCategory' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ToggleValueChanged, SettingsName) == 0x00000C, "Member 'WBP_UI_Widget_RinoHud_Main_C_ToggleValueChanged::SettingsName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_ToggleValueChanged, bToggleValue) == 0x000018, "Member 'WBP_UI_Widget_RinoHud_Main_C_ToggleValueChanged::bToggleValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RinoHud_Main_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_RinoHud_Main_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_RinoHud_Main_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_RinoHud_Main_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_RinoHud_Main_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_RinoHud_Main_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_RinoHud_Main_C_LoadConfig \ +static_assert(alignof(WBP_UI_Widget_RinoHud_Main_C_LoadConfig) == 0x000008, "Wrong alignment on WBP_UI_Widget_RinoHud_Main_C_LoadConfig"); \ +static_assert(sizeof(WBP_UI_Widget_RinoHud_Main_C_LoadConfig) == 0x000040, "Wrong size on WBP_UI_Widget_RinoHud_Main_C_LoadConfig"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_LoadConfig, CallFunc_LoadConfig_ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_RinoHud_Main_C_LoadConfig::CallFunc_LoadConfig_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_LoadConfig, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_RinoHud_Main_C_LoadConfig::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_LoadConfig, CallFunc_MakeVector2D_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_RinoHud_Main_C_LoadConfig::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_LoadConfig, CallFunc_Conv_ColorToLinearColor_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_RinoHud_Main_C_LoadConfig::CallFunc_Conv_ColorToLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_LoadConfig, CallFunc_Multiply_IntInt_ReturnValue) == 0x000028, "Member 'WBP_UI_Widget_RinoHud_Main_C_LoadConfig::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_LoadConfig, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00002C, "Member 'WBP_UI_Widget_RinoHud_Main_C_LoadConfig::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_LoadConfig, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000030, "Member 'WBP_UI_Widget_RinoHud_Main_C_LoadConfig::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_RinoHud_Main_C_LoadConfig, CallFunc_MakeVector2D_ReturnValue_1) == 0x000034, "Member 'WBP_UI_Widget_RinoHud_Main_C_LoadConfig::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_RinoHud_Main_C \ +static_assert(alignof(UWBP_UI_Widget_RinoHud_Main_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_RinoHud_Main_C"); \ +static_assert(sizeof(UWBP_UI_Widget_RinoHud_Main_C) == 0x0003C8, "Wrong size on UWBP_UI_Widget_RinoHud_Main_C"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_Main_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Widget_RinoHud_Main_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_Main_C, WBP_UI_Widget_RinoHud_TopLeftSide) == 0x000298, "Member 'UWBP_UI_Widget_RinoHud_Main_C::WBP_UI_Widget_RinoHud_TopLeftSide' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_Main_C, WBP_UI_Widget_RinoHud_TopRightSide) == 0x0002A0, "Member 'UWBP_UI_Widget_RinoHud_Main_C::WBP_UI_Widget_RinoHud_TopRightSide' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_Main_C, MenuButton) == 0x0002A8, "Member 'UWBP_UI_Widget_RinoHud_Main_C::MenuButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_Main_C, MenuGroupInfoArr) == 0x000318, "Member 'UWBP_UI_Widget_RinoHud_Main_C::MenuGroupInfoArr' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_Main_C, BtnsNamesPair) == 0x000328, "Member 'UWBP_UI_Widget_RinoHud_Main_C::BtnsNamesPair' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_RinoHud_Main_C, NameWisgetPair) == 0x000378, "Member 'UWBP_UI_Widget_RinoHud_Main_C::NameWisgetPair' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_CustodyTimer_C_ExecuteUbergraph_WBP_UI_Widget_CustodyTimer \ +static_assert(alignof(WBP_UI_Widget_CustodyTimer_C_ExecuteUbergraph_WBP_UI_Widget_CustodyTimer) == 0x000004, "Wrong alignment on WBP_UI_Widget_CustodyTimer_C_ExecuteUbergraph_WBP_UI_Widget_CustodyTimer"); \ +static_assert(sizeof(WBP_UI_Widget_CustodyTimer_C_ExecuteUbergraph_WBP_UI_Widget_CustodyTimer) == 0x000008, "Wrong size on WBP_UI_Widget_CustodyTimer_C_ExecuteUbergraph_WBP_UI_Widget_CustodyTimer"); \ +static_assert(offsetof(WBP_UI_Widget_CustodyTimer_C_ExecuteUbergraph_WBP_UI_Widget_CustodyTimer, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_CustodyTimer_C_ExecuteUbergraph_WBP_UI_Widget_CustodyTimer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_CustodyTimer_C_ExecuteUbergraph_WBP_UI_Widget_CustodyTimer, CallFunc_HasHardBargain_ReturnValue) == 0x000004, "Member 'WBP_UI_Widget_CustodyTimer_C_ExecuteUbergraph_WBP_UI_Widget_CustodyTimer::CallFunc_HasHardBargain_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_CustodyTimer_C \ +static_assert(alignof(UWBP_UI_Widget_CustodyTimer_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_CustodyTimer_C"); \ +static_assert(sizeof(UWBP_UI_Widget_CustodyTimer_C) == 0x0002C0, "Wrong size on UWBP_UI_Widget_CustodyTimer_C"); \ +static_assert(offsetof(UWBP_UI_Widget_CustodyTimer_C, UberGraphFrame) == 0x0002B8, "Member 'UWBP_UI_Widget_CustodyTimer_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SecurityCameraChangedFeedback_C \ +static_assert(alignof(UBP_SecurityCameraChangedFeedback_C) == 0x000008, "Wrong alignment on UBP_SecurityCameraChangedFeedback_C"); \ +static_assert(sizeof(UBP_SecurityCameraChangedFeedback_C) == 0x000308, "Wrong size on UBP_SecurityCameraChangedFeedback_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More \ +static_assert(alignof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More) == 0x000008, "Wrong alignment on WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More"); \ +static_assert(sizeof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More) == 0x0003C0, "Wrong size on WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, EntryPoint) == 0x000000, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, CallFunc_HasPrivilege_ReturnValue) == 0x000004, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::CallFunc_HasPrivilege_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_ComponentBoundEvent_Button_7) == 0x000008, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_ComponentBoundEvent_Button_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, CallFunc_GetUIManager_ReturnValue) == 0x000010, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, CallFunc_GetMenuWidget_ReturnValue) == 0x000018, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::CallFunc_GetMenuWidget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_DynamicCast_AsSBZAction_Phase_Menu_Widget) == 0x000020, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_DynamicCast_AsSBZAction_Phase_Menu_Widget' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, CallFunc_GetGameStateMachine_ReturnValue) == 0x000030, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_Event_PreviousValue) == 0x000038, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_Event_PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_CustomEvent_ActionName) == 0x000044, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_CustomEvent_ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000050, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, CallFunc_IsValid_ReturnValue) == 0x000051, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000052, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, CallFunc_BooleanAND_ReturnValue) == 0x000053, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_ComponentBoundEvent_Button_8) == 0x000058, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_ComponentBoundEvent_Button_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_ComponentBoundEvent_bIsEnabled_3) == 0x000060, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_ComponentBoundEvent_bIsEnabled_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_ComponentBoundEvent_Button_9) == 0x000068, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_ComponentBoundEvent_Button_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_ComponentBoundEvent_Button_10) == 0x000070, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_ComponentBoundEvent_Button_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_ComponentBoundEvent_bIsEnabled_4) == 0x000078, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_ComponentBoundEvent_bIsEnabled_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_ComponentBoundEvent_Button_6) == 0x000080, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_ComponentBoundEvent_Button_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_ComponentBoundEvent_bIsEnabled_2) == 0x000088, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_ComponentBoundEvent_bIsEnabled_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_ComponentBoundEvent_Button_5) == 0x000090, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_ComponentBoundEvent_Button_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, CallFunc_GetUIManager_ReturnValue_1) == 0x000098, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_CreateDelegate_OutputDelegate) == 0x0000A0, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, CallFunc_MakeLiteralName_ReturnValue) == 0x0000B4, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_ComponentBoundEvent_Button_4) == 0x0000C0, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, CallFunc_GetUIManager_ReturnValue_2) == 0x0000C8, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::CallFunc_GetUIManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_CustomEvent_ClosingActionName_2) == 0x0000D0, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_CustomEvent_ClosingActionName_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_SwitchName_CmpSuccess) == 0x0000DC, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_MakeStruct_SBZUIPopupData) == 0x0000E0, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_MakeStruct_SBZUIPopupData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, CallFunc_GetUIManager_ReturnValue_3) == 0x000140, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::CallFunc_GetUIManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_CustomEvent_ClosingActionName_1) == 0x000148, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_CustomEvent_ClosingActionName_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_SwitchName_CmpSuccess_1) == 0x000154, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_SwitchName_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_MakeStruct_SBZUIPopupData_1) == 0x000158, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_MakeStruct_SBZUIPopupData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, Temp_byte_Variable) == 0x0001B8, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, Temp_byte_Variable_1) == 0x0001B9, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, CallFunc_GetUIManager_ReturnValue_4) == 0x0001C0, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::CallFunc_GetUIManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001C8, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_MakeStruct_SBZButtonControlReference) == 0x0001E0, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_ComponentBoundEvent_Button_3) == 0x000218, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_ComponentBoundEvent_bIsEnabled_1) == 0x000220, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_ComponentBoundEvent_bIsEnabled_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, Temp_bool_Variable) == 0x000221, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_Select_Default) == 0x000222, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, CallFunc_GetSBZMissionState_ReturnValue) == 0x000228, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::CallFunc_GetSBZMissionState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, CallFunc_IsTutorialLevel_ReturnValue) == 0x000230, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::CallFunc_IsTutorialLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000238, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_MakeArray_Array) == 0x000270, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, CallFunc_GetUIManager_ReturnValue_5) == 0x000280, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::CallFunc_GetUIManager_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_MakeStruct_SBZButtonControlsReference) == 0x000288, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, CallFunc_GetMenuWidget_ReturnValue_1) == 0x0002B0, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::CallFunc_GetMenuWidget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_DynamicCast_AsSBZAction_Phase_Menu_Widget_1) == 0x0002B8, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_DynamicCast_AsSBZAction_Phase_Menu_Widget_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_DynamicCast_bSuccess_1) == 0x0002C0, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_ComponentBoundEvent_Button_2) == 0x0002C8, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_CreateDelegate_OutputDelegate_2) == 0x0002D0, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, CallFunc_GetUIManager_ReturnValue_6) == 0x0002E8, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::CallFunc_GetUIManager_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, CallFunc_MakeLiteralName_ReturnValue_1) == 0x0002F0, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, CallFunc_IsSessionHosted_OutHostId) == 0x000300, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::CallFunc_IsSessionHosted_OutHostId' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, CallFunc_IsSessionHosted_ReturnValue) == 0x000310, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::CallFunc_IsSessionHosted_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, CallFunc_IsLocalPlayerSessionHost_ReturnValue) == 0x000311, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::CallFunc_IsLocalPlayerSessionHost_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_ComponentBoundEvent_Button_1) == 0x000318, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_ComponentBoundEvent_bIsEnabled) == 0x000320, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_ComponentBoundEvent_bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_ComponentBoundEvent_Button) == 0x000328, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, CallFunc_GetUIManager_ReturnValue_7) == 0x000330, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::CallFunc_GetUIManager_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_CustomEvent_ClosingActionName) == 0x000338, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_CustomEvent_ClosingActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_SwitchName_CmpSuccess_2) == 0x000344, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_SwitchName_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_MakeStruct_SBZUIPopupData_2) == 0x000348, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_MakeStruct_SBZUIPopupData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More, K2Node_CreateDelegate_OutputDelegate_3) == 0x0003A8, "Member 'WBP_UI_ActionPhaseMenu_More_C_ExecuteUbergraph_WBP_UI_ActionPhaseMenu_More::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ActionPhaseMenu_More_C_CustomEvent_1 \ +static_assert(alignof(WBP_UI_ActionPhaseMenu_More_C_CustomEvent_1) == 0x000004, "Wrong alignment on WBP_UI_ActionPhaseMenu_More_C_CustomEvent_1"); \ +static_assert(sizeof(WBP_UI_ActionPhaseMenu_More_C_CustomEvent_1) == 0x00000C, "Wrong size on WBP_UI_ActionPhaseMenu_More_C_CustomEvent_1"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_CustomEvent_1, ClosingActionName) == 0x000000, "Member 'WBP_UI_ActionPhaseMenu_More_C_CustomEvent_1::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_HostRestartHeist_K2Node_ComponentBoundEvent_10_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_HostRestartHeist_K2Node_ComponentBoundEvent_10_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_HostRestartHeist_K2Node_ComponentBoundEvent_10_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_HostRestartHeist_K2Node_ComponentBoundEvent_10_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_HostRestartHeist_K2Node_ComponentBoundEvent_10_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_HostRestartHeist_K2Node_ComponentBoundEvent_10_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_HostRestartHeist_K2Node_ComponentBoundEvent_10_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_HostRestartHeist_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_HostRestartHeist_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_HostRestartHeist_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_HostRestartHeist_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_HostRestartHeist_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_HostRestartHeist_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_HostRestartHeist_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_HostRestartHeist_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_HostRestartHeist_K2Node_ComponentBoundEvent_9_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_Socials_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_Socials_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_Socials_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_Socials_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_Socials_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_Socials_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_Socials_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_RestartHeist_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_RestartHeist_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_RestartHeist_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_RestartHeist_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_RestartHeist_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_RestartHeist_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_RestartHeist_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_RestartHeist_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_RestartHeist_K2Node_ComponentBoundEvent_7_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ActionPhaseMenu_More_C_CustomEvent \ +static_assert(alignof(WBP_UI_ActionPhaseMenu_More_C_CustomEvent) == 0x000004, "Wrong alignment on WBP_UI_ActionPhaseMenu_More_C_CustomEvent"); \ +static_assert(sizeof(WBP_UI_ActionPhaseMenu_More_C_CustomEvent) == 0x00000C, "Wrong size on WBP_UI_ActionPhaseMenu_More_C_CustomEvent"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_CustomEvent, ClosingActionName) == 0x000000, "Member 'WBP_UI_ActionPhaseMenu_More_C_CustomEvent::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ActionPhaseMenu_More_C_OnQuitConfirmed \ +static_assert(alignof(WBP_UI_ActionPhaseMenu_More_C_OnQuitConfirmed) == 0x000004, "Wrong alignment on WBP_UI_ActionPhaseMenu_More_C_OnQuitConfirmed"); \ +static_assert(sizeof(WBP_UI_ActionPhaseMenu_More_C_OnQuitConfirmed) == 0x00000C, "Wrong size on WBP_UI_ActionPhaseMenu_More_C_OnQuitConfirmed"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_OnQuitConfirmed, ClosingActionName) == 0x000000, "Member 'WBP_UI_ActionPhaseMenu_More_C_OnQuitConfirmed::ClosingActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_ResumeGame_1_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_ResumeGame_1_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_ResumeGame_1_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_ResumeGame_1_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_ResumeGame_1_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_ResumeGame_1_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_ResumeGame_1_K2Node_ComponentBoundEvent_6_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More1_Button_Settings_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More1_Button_Settings_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More1_Button_Settings_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More1_Button_Settings_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More1_Button_Settings_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More1_Button_Settings_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More1_Button_Settings_K2Node_ComponentBoundEvent_5_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More1_Button_Settings_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More1_Button_Settings_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More1_Button_Settings_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More1_Button_Settings_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More1_Button_Settings_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More1_Button_Settings_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More1_Button_Settings_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More1_Button_Settings_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More1_Button_Settings_K2Node_ComponentBoundEvent_4_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ActionPhaseMenu_More_C_OnControlsReferencePressed \ +static_assert(alignof(WBP_UI_ActionPhaseMenu_More_C_OnControlsReferencePressed) == 0x000004, "Wrong alignment on WBP_UI_ActionPhaseMenu_More_C_OnControlsReferencePressed"); \ +static_assert(sizeof(WBP_UI_ActionPhaseMenu_More_C_OnControlsReferencePressed) == 0x00000C, "Wrong size on WBP_UI_ActionPhaseMenu_More_C_OnControlsReferencePressed"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_OnControlsReferencePressed, ActionName) == 0x000000, "Member 'WBP_UI_ActionPhaseMenu_More_C_OnControlsReferencePressed::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ActionPhaseMenu_More_C_OnGainedStackFocused \ +static_assert(alignof(WBP_UI_ActionPhaseMenu_More_C_OnGainedStackFocused) == 0x000004, "Wrong alignment on WBP_UI_ActionPhaseMenu_More_C_OnGainedStackFocused"); \ +static_assert(sizeof(WBP_UI_ActionPhaseMenu_More_C_OnGainedStackFocused) == 0x00000C, "Wrong size on WBP_UI_ActionPhaseMenu_More_C_OnGainedStackFocused"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_OnGainedStackFocused, PreviousValue) == 0x000000, "Member 'WBP_UI_ActionPhaseMenu_More_C_OnGainedStackFocused::PreviousValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_QuitGame_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_QuitGame_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_QuitGame_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_QuitGame_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_QuitGame_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_QuitGame_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_QuitGame_K2Node_ComponentBoundEvent_3_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_QuitGame_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_QuitGame_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_QuitGame_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_QuitGame_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_QuitGame_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_QuitGame_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_QuitGame_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_QuitGame_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_QuitGame_K2Node_ComponentBoundEvent_2_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_ResumeGame_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_ResumeGame_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_ResumeGame_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_ResumeGame_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_ResumeGame_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_ResumeGame_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_ResumeGame_K2Node_ComponentBoundEvent_1_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_ResumeGame_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature \ +static_assert(alignof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_ResumeGame_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_ResumeGame_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_ResumeGame_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature) == 0x000010, "Wrong size on WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_ResumeGame_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_ResumeGame_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_ResumeGame_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_ResumeGame_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature, bIsEnabled_0) == 0x000008, "Member 'WBP_UI_ActionPhaseMenu_More_C_BndEvt__WBP_UI_ActionPhaseMenu_More_Button_ResumeGame_K2Node_ComponentBoundEvent_0_OnMenuButtonStateChanged__DelegateSignature::bIsEnabled_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_ActionPhaseMenu_More_C \ +static_assert(alignof(UWBP_UI_ActionPhaseMenu_More_C) == 0x000008, "Wrong alignment on UWBP_UI_ActionPhaseMenu_More_C"); \ +static_assert(sizeof(UWBP_UI_ActionPhaseMenu_More_C) == 0x000348, "Wrong size on UWBP_UI_ActionPhaseMenu_More_C"); \ +static_assert(offsetof(UWBP_UI_ActionPhaseMenu_More_C, UberGraphFrame) == 0x0002C0, "Member 'UWBP_UI_ActionPhaseMenu_More_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ActionPhaseMenu_More_C, Button_HostRestartHeist) == 0x0002C8, "Member 'UWBP_UI_ActionPhaseMenu_More_C::Button_HostRestartHeist' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ActionPhaseMenu_More_C, Button_MainMenu) == 0x0002D0, "Member 'UWBP_UI_ActionPhaseMenu_More_C::Button_MainMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ActionPhaseMenu_More_C, Button_RestartHeist) == 0x0002D8, "Member 'UWBP_UI_ActionPhaseMenu_More_C::Button_RestartHeist' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ActionPhaseMenu_More_C, Button_ResumeGame) == 0x0002E0, "Member 'UWBP_UI_ActionPhaseMenu_More_C::Button_ResumeGame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ActionPhaseMenu_More_C, Button_Settings) == 0x0002E8, "Member 'UWBP_UI_ActionPhaseMenu_More_C::Button_Settings' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ActionPhaseMenu_More_C, Button_Socials) == 0x0002F0, "Member 'UWBP_UI_ActionPhaseMenu_More_C::Button_Socials' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ActionPhaseMenu_More_C, ContentPanel) == 0x0002F8, "Member 'UWBP_UI_ActionPhaseMenu_More_C::ContentPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ActionPhaseMenu_More_C, Divider_I) == 0x000300, "Member 'UWBP_UI_ActionPhaseMenu_More_C::Divider_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ActionPhaseMenu_More_C, Logo_I) == 0x000308, "Member 'UWBP_UI_ActionPhaseMenu_More_C::Logo_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ActionPhaseMenu_More_C, ScreenTitle) == 0x000310, "Member 'UWBP_UI_ActionPhaseMenu_More_C::ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ActionPhaseMenu_More_C, RT_ActiveButton) == 0x000318, "Member 'UWBP_UI_ActionPhaseMenu_More_C::RT_ActiveButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ActionPhaseMenu_More_C, ConfirmButtonControlsReference) == 0x000320, "Member 'UWBP_UI_ActionPhaseMenu_More_C::ConfirmButtonControlsReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_NetInfo_C_ExecuteUbergraph_WBP_HUD_NetInfo \ +static_assert(alignof(WBP_HUD_NetInfo_C_ExecuteUbergraph_WBP_HUD_NetInfo) == 0x000008, "Wrong alignment on WBP_HUD_NetInfo_C_ExecuteUbergraph_WBP_HUD_NetInfo"); \ +static_assert(sizeof(WBP_HUD_NetInfo_C_ExecuteUbergraph_WBP_HUD_NetInfo) == 0x000078, "Wrong size on WBP_HUD_NetInfo_C_ExecuteUbergraph_WBP_HUD_NetInfo"); \ +static_assert(offsetof(WBP_HUD_NetInfo_C_ExecuteUbergraph_WBP_HUD_NetInfo, EntryPoint) == 0x000000, "Member 'WBP_HUD_NetInfo_C_ExecuteUbergraph_WBP_HUD_NetInfo::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_NetInfo_C_ExecuteUbergraph_WBP_HUD_NetInfo, Temp_bool_Variable) == 0x000004, "Member 'WBP_HUD_NetInfo_C_ExecuteUbergraph_WBP_HUD_NetInfo::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_NetInfo_C_ExecuteUbergraph_WBP_HUD_NetInfo, Temp_byte_Variable) == 0x000005, "Member 'WBP_HUD_NetInfo_C_ExecuteUbergraph_WBP_HUD_NetInfo::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_NetInfo_C_ExecuteUbergraph_WBP_HUD_NetInfo, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_HUD_NetInfo_C_ExecuteUbergraph_WBP_HUD_NetInfo::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_NetInfo_C_ExecuteUbergraph_WBP_HUD_NetInfo, K2Node_Select_Default) == 0x000007, "Member 'WBP_HUD_NetInfo_C_ExecuteUbergraph_WBP_HUD_NetInfo::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_NetInfo_C_ExecuteUbergraph_WBP_HUD_NetInfo, K2Node_Event_PingValue) == 0x000008, "Member 'WBP_HUD_NetInfo_C_ExecuteUbergraph_WBP_HUD_NetInfo::K2Node_Event_PingValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_NetInfo_C_ExecuteUbergraph_WBP_HUD_NetInfo, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'WBP_HUD_NetInfo_C_ExecuteUbergraph_WBP_HUD_NetInfo::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_NetInfo_C_ExecuteUbergraph_WBP_HUD_NetInfo, K2Node_MakeArray_Array) == 0x000050, "Member 'WBP_HUD_NetInfo_C_ExecuteUbergraph_WBP_HUD_NetInfo::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_NetInfo_C_ExecuteUbergraph_WBP_HUD_NetInfo, CallFunc_Format_ReturnValue) == 0x000060, "Member 'WBP_HUD_NetInfo_C_ExecuteUbergraph_WBP_HUD_NetInfo::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_NetInfo_C_OnPingValueChanged \ +static_assert(alignof(WBP_HUD_NetInfo_C_OnPingValueChanged) == 0x000004, "Wrong alignment on WBP_HUD_NetInfo_C_OnPingValueChanged"); \ +static_assert(sizeof(WBP_HUD_NetInfo_C_OnPingValueChanged) == 0x000004, "Wrong size on WBP_HUD_NetInfo_C_OnPingValueChanged"); \ +static_assert(offsetof(WBP_HUD_NetInfo_C_OnPingValueChanged, PingValue_0) == 0x000000, "Member 'WBP_HUD_NetInfo_C_OnPingValueChanged::PingValue_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_NetInfo_C \ +static_assert(alignof(UWBP_HUD_NetInfo_C) == 0x000008, "Wrong alignment on UWBP_HUD_NetInfo_C"); \ +static_assert(sizeof(UWBP_HUD_NetInfo_C) == 0x000300, "Wrong size on UWBP_HUD_NetInfo_C"); \ +static_assert(offsetof(UWBP_HUD_NetInfo_C, UberGraphFrame) == 0x0002D8, "Member 'UWBP_HUD_NetInfo_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_NetInfo_C, HorizontalPingBox) == 0x0002E0, "Member 'UWBP_HUD_NetInfo_C::HorizontalPingBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_NetInfo_C, HorizontalRegionBox) == 0x0002E8, "Member 'UWBP_HUD_NetInfo_C::HorizontalRegionBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_NetInfo_C, PingValue) == 0x0002F0, "Member 'UWBP_HUD_NetInfo_C::PingValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_NetInfo_C, RegionValue) == 0x0002F8, "Member 'UWBP_HUD_NetInfo_C::RegionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GA_Tased_Uncontrolled_C_ExecuteUbergraph_GA_Tased_Uncontrolled \ +static_assert(alignof(GA_Tased_Uncontrolled_C_ExecuteUbergraph_GA_Tased_Uncontrolled) == 0x000004, "Wrong alignment on GA_Tased_Uncontrolled_C_ExecuteUbergraph_GA_Tased_Uncontrolled"); \ +static_assert(sizeof(GA_Tased_Uncontrolled_C_ExecuteUbergraph_GA_Tased_Uncontrolled) == 0x000004, "Wrong size on GA_Tased_Uncontrolled_C_ExecuteUbergraph_GA_Tased_Uncontrolled"); \ +static_assert(offsetof(GA_Tased_Uncontrolled_C_ExecuteUbergraph_GA_Tased_Uncontrolled, EntryPoint) == 0x000000, "Member 'GA_Tased_Uncontrolled_C_ExecuteUbergraph_GA_Tased_Uncontrolled::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_Tased_Uncontrolled_C \ +static_assert(alignof(UGA_Tased_Uncontrolled_C) == 0x000008, "Wrong alignment on UGA_Tased_Uncontrolled_C"); \ +static_assert(sizeof(UGA_Tased_Uncontrolled_C) == 0x000538, "Wrong size on UGA_Tased_Uncontrolled_C"); \ +static_assert(offsetof(UGA_Tased_Uncontrolled_C, UberGraphFrame) == 0x000530, "Member 'UGA_Tased_Uncontrolled_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu \ +static_assert(alignof(WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu) == 0x000008, "Wrong alignment on WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu"); \ +static_assert(sizeof(WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu) == 0x000060, "Wrong size on WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu, EntryPoint) == 0x000000, "Member 'WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu, CallFunc_IsSoloGameEnabled_ReturnValue) == 0x000004, "Member 'WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu::CallFunc_IsSoloGameEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu, Temp_byte_Variable) == 0x000005, "Member 'WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu, CallFunc_Not_PreBool_ReturnValue) == 0x000006, "Member 'WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu, Temp_byte_Variable_1) == 0x000007, "Member 'WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu, K2Node_Event_bIsShown) == 0x000008, "Member 'WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu::K2Node_Event_bIsShown' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu, Temp_bool_Variable) == 0x000009, "Member 'WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu, K2Node_Select_Default) == 0x00000A, "Member 'WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu, K2Node_Event_bInIsPaused) == 0x00000B, "Member 'WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu::K2Node_Event_bInIsPaused' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu, CallFunc_Play2DSound_ReturnValue) == 0x000020, "Member 'WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu, CallFunc_Play2DSound_ReturnValue_1) == 0x000024, "Member 'WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu::CallFunc_Play2DSound_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu, CallFunc_GetUIManager_ReturnValue) == 0x000028, "Member 'WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu, CallFunc_GetUIManager_ReturnValue_1) == 0x000030, "Member 'WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu, CallFunc_PopStack_ReturnValue) == 0x000038, "Member 'WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu::CallFunc_PopStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu, CallFunc_PeekStack_ReturnValue) == 0x000044, "Member 'WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu::CallFunc_PeekStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu, CallFunc_MakeLiteralName_ReturnValue) == 0x000050, "Member 'WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00005C, "Member 'WBP_UI_SM_ActionPhaseMenu_C_ExecuteUbergraph_WBP_UI_SM_ActionPhaseMenu::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ActionPhaseMenu_C_BP_OnPausedChanged \ +static_assert(alignof(WBP_UI_SM_ActionPhaseMenu_C_BP_OnPausedChanged) == 0x000001, "Wrong alignment on WBP_UI_SM_ActionPhaseMenu_C_BP_OnPausedChanged"); \ +static_assert(sizeof(WBP_UI_SM_ActionPhaseMenu_C_BP_OnPausedChanged) == 0x000001, "Wrong size on WBP_UI_SM_ActionPhaseMenu_C_BP_OnPausedChanged"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseMenu_C_BP_OnPausedChanged, bInIsPaused) == 0x000000, "Member 'WBP_UI_SM_ActionPhaseMenu_C_BP_OnPausedChanged::bInIsPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ActionPhaseMenu_C_OnMenuShown \ +static_assert(alignof(WBP_UI_SM_ActionPhaseMenu_C_OnMenuShown) == 0x000001, "Wrong alignment on WBP_UI_SM_ActionPhaseMenu_C_OnMenuShown"); \ +static_assert(sizeof(WBP_UI_SM_ActionPhaseMenu_C_OnMenuShown) == 0x000001, "Wrong size on WBP_UI_SM_ActionPhaseMenu_C_OnMenuShown"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhaseMenu_C_OnMenuShown, bIsShown) == 0x000000, "Member 'WBP_UI_SM_ActionPhaseMenu_C_OnMenuShown::bIsShown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_SM_ActionPhaseMenu_C \ +static_assert(alignof(UWBP_UI_SM_ActionPhaseMenu_C) == 0x000008, "Wrong alignment on UWBP_UI_SM_ActionPhaseMenu_C"); \ +static_assert(sizeof(UWBP_UI_SM_ActionPhaseMenu_C) == 0x000340, "Wrong size on UWBP_UI_SM_ActionPhaseMenu_C"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseMenu_C, UberGraphFrame) == 0x0002B8, "Member 'UWBP_UI_SM_ActionPhaseMenu_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseMenu_C, Background_I) == 0x0002C0, "Member 'UWBP_UI_SM_ActionPhaseMenu_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseMenu_C, ControlReferencesBackgroundGraphics_O) == 0x0002C8, "Member 'UWBP_UI_SM_ActionPhaseMenu_C::ControlReferencesBackgroundGraphics_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseMenu_C, DarkBackground_I) == 0x0002D0, "Member 'UWBP_UI_SM_ActionPhaseMenu_C::DarkBackground_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseMenu_C, PausedTextSwitcher) == 0x0002D8, "Member 'UWBP_UI_SM_ActionPhaseMenu_C::PausedTextSwitcher' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseMenu_C, SocialScreen) == 0x0002E0, "Member 'UWBP_UI_SM_ActionPhaseMenu_C::SocialScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseMenu_C, Widget_More) == 0x0002E8, "Member 'UWBP_UI_SM_ActionPhaseMenu_C::Widget_More' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseMenu_C, Widget_Settings_Audio) == 0x0002F0, "Member 'UWBP_UI_SM_ActionPhaseMenu_C::Widget_Settings_Audio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseMenu_C, Widget_Settings_Gamepad) == 0x0002F8, "Member 'UWBP_UI_SM_ActionPhaseMenu_C::Widget_Settings_Gamepad' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseMenu_C, Widget_Settings_Gameplay) == 0x000300, "Member 'UWBP_UI_SM_ActionPhaseMenu_C::Widget_Settings_Gameplay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseMenu_C, Widget_Settings_HelperPanel_ButtonDescription) == 0x000308, "Member 'UWBP_UI_SM_ActionPhaseMenu_C::Widget_Settings_HelperPanel_ButtonDescription' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseMenu_C, Widget_Settings_HelperPanel_ColorBlindPreview) == 0x000310, "Member 'UWBP_UI_SM_ActionPhaseMenu_C::Widget_Settings_HelperPanel_ColorBlindPreview' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseMenu_C, Widget_Settings_HelperPanel_ReticlePreview) == 0x000318, "Member 'UWBP_UI_SM_ActionPhaseMenu_C::Widget_Settings_HelperPanel_ReticlePreview' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseMenu_C, Widget_Settings_Keyboard) == 0x000320, "Member 'UWBP_UI_SM_ActionPhaseMenu_C::Widget_Settings_Keyboard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseMenu_C, Widget_Settings_NavBar) == 0x000328, "Member 'UWBP_UI_SM_ActionPhaseMenu_C::Widget_Settings_NavBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseMenu_C, Widget_Settings_UserInterface) == 0x000330, "Member 'UWBP_UI_SM_ActionPhaseMenu_C::Widget_Settings_UserInterface' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhaseMenu_C, Widget_Settings_Video) == 0x000338, "Member 'UWBP_UI_SM_ActionPhaseMenu_C::Widget_Settings_Video' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ViewTargetContainer_C_ExecuteUbergraph_WBP_UI_ViewTargetContainer \ +static_assert(alignof(WBP_UI_ViewTargetContainer_C_ExecuteUbergraph_WBP_UI_ViewTargetContainer) == 0x000008, "Wrong alignment on WBP_UI_ViewTargetContainer_C_ExecuteUbergraph_WBP_UI_ViewTargetContainer"); \ +static_assert(sizeof(WBP_UI_ViewTargetContainer_C_ExecuteUbergraph_WBP_UI_ViewTargetContainer) == 0x000028, "Wrong size on WBP_UI_ViewTargetContainer_C_ExecuteUbergraph_WBP_UI_ViewTargetContainer"); \ +static_assert(offsetof(WBP_UI_ViewTargetContainer_C_ExecuteUbergraph_WBP_UI_ViewTargetContainer, EntryPoint) == 0x000000, "Member 'WBP_UI_ViewTargetContainer_C_ExecuteUbergraph_WBP_UI_ViewTargetContainer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ViewTargetContainer_C_ExecuteUbergraph_WBP_UI_ViewTargetContainer, K2Node_Event_bIsSecurityCamera) == 0x000004, "Member 'WBP_UI_ViewTargetContainer_C_ExecuteUbergraph_WBP_UI_ViewTargetContainer::K2Node_Event_bIsSecurityCamera' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ViewTargetContainer_C_ExecuteUbergraph_WBP_UI_ViewTargetContainer, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000008, "Member 'WBP_UI_ViewTargetContainer_C_ExecuteUbergraph_WBP_UI_ViewTargetContainer::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ViewTargetContainer_C_ExecuteUbergraph_WBP_UI_ViewTargetContainer, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1) == 0x000018, "Member 'WBP_UI_ViewTargetContainer_C_ExecuteUbergraph_WBP_UI_ViewTargetContainer::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ViewTargetContainer_C_IsSecurityCamera \ +static_assert(alignof(WBP_UI_ViewTargetContainer_C_IsSecurityCamera) == 0x000001, "Wrong alignment on WBP_UI_ViewTargetContainer_C_IsSecurityCamera"); \ +static_assert(sizeof(WBP_UI_ViewTargetContainer_C_IsSecurityCamera) == 0x000001, "Wrong size on WBP_UI_ViewTargetContainer_C_IsSecurityCamera"); \ +static_assert(offsetof(WBP_UI_ViewTargetContainer_C_IsSecurityCamera, bIsSecurityCamera) == 0x000000, "Member 'WBP_UI_ViewTargetContainer_C_IsSecurityCamera::bIsSecurityCamera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_ViewTargetContainer_C \ +static_assert(alignof(UWBP_UI_ViewTargetContainer_C) == 0x000008, "Wrong alignment on UWBP_UI_ViewTargetContainer_C"); \ +static_assert(sizeof(UWBP_UI_ViewTargetContainer_C) == 0x0003D8, "Wrong size on UWBP_UI_ViewTargetContainer_C"); \ +static_assert(offsetof(UWBP_UI_ViewTargetContainer_C, UberGraphFrame) == 0x0003A0, "Member 'UWBP_UI_ViewTargetContainer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ViewTargetContainer_C, Image_Icon) == 0x0003A8, "Member 'UWBP_UI_ViewTargetContainer_C::Image_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ViewTargetContainer_C, Text_Type) == 0x0003B0, "Member 'UWBP_UI_ViewTargetContainer_C::Text_Type' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ViewTargetContainer_C, Wiget_NextTarget) == 0x0003B8, "Member 'UWBP_UI_ViewTargetContainer_C::Wiget_NextTarget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ViewTargetContainer_C, Wiget_PreviousTarget) == 0x0003C0, "Member 'UWBP_UI_ViewTargetContainer_C::Wiget_PreviousTarget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ViewTargetContainer_C, Sprite_Camera) == 0x0003C8, "Member 'UWBP_UI_ViewTargetContainer_C::Sprite_Camera' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ViewTargetContainer_C, Sprite_MiniCam) == 0x0003D0, "Member 'UWBP_UI_ViewTargetContainer_C::Sprite_MiniCam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SharedHUD_C_ExecuteUbergraph_WBP_UI_SharedHUD \ +static_assert(alignof(WBP_UI_SharedHUD_C_ExecuteUbergraph_WBP_UI_SharedHUD) == 0x000008, "Wrong alignment on WBP_UI_SharedHUD_C_ExecuteUbergraph_WBP_UI_SharedHUD"); \ +static_assert(sizeof(WBP_UI_SharedHUD_C_ExecuteUbergraph_WBP_UI_SharedHUD) == 0x000010, "Wrong size on WBP_UI_SharedHUD_C_ExecuteUbergraph_WBP_UI_SharedHUD"); \ +static_assert(offsetof(WBP_UI_SharedHUD_C_ExecuteUbergraph_WBP_UI_SharedHUD, EntryPoint) == 0x000000, "Member 'WBP_UI_SharedHUD_C_ExecuteUbergraph_WBP_UI_SharedHUD::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SharedHUD_C_ExecuteUbergraph_WBP_UI_SharedHUD, CallFunc_GetGameIntensityAnalyzer_ReturnValue) == 0x000008, "Member 'WBP_UI_SharedHUD_C_ExecuteUbergraph_WBP_UI_SharedHUD::CallFunc_GetGameIntensityAnalyzer_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SharedHUD_C_SetFullHUD \ +static_assert(alignof(WBP_UI_SharedHUD_C_SetFullHUD) == 0x000001, "Wrong alignment on WBP_UI_SharedHUD_C_SetFullHUD"); \ +static_assert(sizeof(WBP_UI_SharedHUD_C_SetFullHUD) == 0x000005, "Wrong size on WBP_UI_SharedHUD_C_SetFullHUD"); \ +static_assert(offsetof(WBP_UI_SharedHUD_C_SetFullHUD, bIsFullHUD) == 0x000000, "Member 'WBP_UI_SharedHUD_C_SetFullHUD::bIsFullHUD' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SharedHUD_C_SetFullHUD, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_SharedHUD_C_SetFullHUD::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SharedHUD_C_SetFullHUD, Temp_byte_Variable) == 0x000002, "Member 'WBP_UI_SharedHUD_C_SetFullHUD::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SharedHUD_C_SetFullHUD, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_UI_SharedHUD_C_SetFullHUD::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SharedHUD_C_SetFullHUD, K2Node_Select_Default) == 0x000004, "Member 'WBP_UI_SharedHUD_C_SetFullHUD::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SharedHUD_C_SetHUDOverlayActive \ +static_assert(alignof(WBP_UI_SharedHUD_C_SetHUDOverlayActive) == 0x000001, "Wrong alignment on WBP_UI_SharedHUD_C_SetHUDOverlayActive"); \ +static_assert(sizeof(WBP_UI_SharedHUD_C_SetHUDOverlayActive) == 0x000001, "Wrong size on WBP_UI_SharedHUD_C_SetHUDOverlayActive"); \ +static_assert(offsetof(WBP_UI_SharedHUD_C_SetHUDOverlayActive, bIsActive) == 0x000000, "Member 'WBP_UI_SharedHUD_C_SetHUDOverlayActive::bIsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_SharedHUD_C \ +static_assert(alignof(UWBP_UI_SharedHUD_C) == 0x000008, "Wrong alignment on UWBP_UI_SharedHUD_C"); \ +static_assert(sizeof(UWBP_UI_SharedHUD_C) == 0x0002D8, "Wrong size on UWBP_UI_SharedHUD_C"); \ +static_assert(offsetof(UWBP_UI_SharedHUD_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_SharedHUD_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SharedHUD_C, HUDGlitchRetainer) == 0x000298, "Member 'UWBP_UI_SharedHUD_C::HUDGlitchRetainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SharedHUD_C, SecureInformation) == 0x0002A0, "Member 'UWBP_UI_SharedHUD_C::SecureInformation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SharedHUD_C, Widget_HeistState) == 0x0002A8, "Member 'UWBP_UI_SharedHUD_C::Widget_HeistState' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SharedHUD_C, Widget_MarkerContainer) == 0x0002B0, "Member 'UWBP_UI_SharedHUD_C::Widget_MarkerContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SharedHUD_C, Widget_ObjectiveContainer) == 0x0002B8, "Member 'UWBP_UI_SharedHUD_C::Widget_ObjectiveContainer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SharedHUD_C, Widget_Overlay) == 0x0002C0, "Member 'UWBP_UI_SharedHUD_C::Widget_Overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SharedHUD_C, Widget_PartyWidget) == 0x0002C8, "Member 'UWBP_UI_SharedHUD_C::Widget_PartyWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SharedHUD_C, Widget_Timer) == 0x0002D0, "Member 'UWBP_UI_SharedHUD_C::Widget_Timer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_FPSCounter_C_ExecuteUbergraph_WBP_UI_HUD_FPSCounter \ +static_assert(alignof(WBP_UI_HUD_FPSCounter_C_ExecuteUbergraph_WBP_UI_HUD_FPSCounter) == 0x000004, "Wrong alignment on WBP_UI_HUD_FPSCounter_C_ExecuteUbergraph_WBP_UI_HUD_FPSCounter"); \ +static_assert(sizeof(WBP_UI_HUD_FPSCounter_C_ExecuteUbergraph_WBP_UI_HUD_FPSCounter) == 0x00000C, "Wrong size on WBP_UI_HUD_FPSCounter_C_ExecuteUbergraph_WBP_UI_HUD_FPSCounter"); \ +static_assert(offsetof(WBP_UI_HUD_FPSCounter_C_ExecuteUbergraph_WBP_UI_HUD_FPSCounter, EntryPoint) == 0x000000, "Member 'WBP_UI_HUD_FPSCounter_C_ExecuteUbergraph_WBP_UI_HUD_FPSCounter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_FPSCounter_C_ExecuteUbergraph_WBP_UI_HUD_FPSCounter, Temp_bool_Variable) == 0x000004, "Member 'WBP_UI_HUD_FPSCounter_C_ExecuteUbergraph_WBP_UI_HUD_FPSCounter::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_FPSCounter_C_ExecuteUbergraph_WBP_UI_HUD_FPSCounter, Temp_byte_Variable) == 0x000005, "Member 'WBP_UI_HUD_FPSCounter_C_ExecuteUbergraph_WBP_UI_HUD_FPSCounter::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_FPSCounter_C_ExecuteUbergraph_WBP_UI_HUD_FPSCounter, Temp_byte_Variable_1) == 0x000006, "Member 'WBP_UI_HUD_FPSCounter_C_ExecuteUbergraph_WBP_UI_HUD_FPSCounter::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_FPSCounter_C_ExecuteUbergraph_WBP_UI_HUD_FPSCounter, K2Node_Event_bInIsDisplaying) == 0x000007, "Member 'WBP_UI_HUD_FPSCounter_C_ExecuteUbergraph_WBP_UI_HUD_FPSCounter::K2Node_Event_bInIsDisplaying' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_HUD_FPSCounter_C_ExecuteUbergraph_WBP_UI_HUD_FPSCounter, K2Node_Select_Default) == 0x000008, "Member 'WBP_UI_HUD_FPSCounter_C_ExecuteUbergraph_WBP_UI_HUD_FPSCounter::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_HUD_FPSCounter_C_OnDisplayedChanged \ +static_assert(alignof(WBP_UI_HUD_FPSCounter_C_OnDisplayedChanged) == 0x000001, "Wrong alignment on WBP_UI_HUD_FPSCounter_C_OnDisplayedChanged"); \ +static_assert(sizeof(WBP_UI_HUD_FPSCounter_C_OnDisplayedChanged) == 0x000001, "Wrong size on WBP_UI_HUD_FPSCounter_C_OnDisplayedChanged"); \ +static_assert(offsetof(WBP_UI_HUD_FPSCounter_C_OnDisplayedChanged, bInIsDisplaying) == 0x000000, "Member 'WBP_UI_HUD_FPSCounter_C_OnDisplayedChanged::bInIsDisplaying' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_HUD_FPSCounter_C \ +static_assert(alignof(UWBP_UI_HUD_FPSCounter_C) == 0x000008, "Wrong alignment on UWBP_UI_HUD_FPSCounter_C"); \ +static_assert(sizeof(UWBP_UI_HUD_FPSCounter_C) == 0x0002B8, "Wrong size on UWBP_UI_HUD_FPSCounter_C"); \ +static_assert(offsetof(UWBP_UI_HUD_FPSCounter_C, UberGraphFrame) == 0x0002A8, "Member 'UWBP_UI_HUD_FPSCounter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_HUD_FPSCounter_C, HorizontalBox_FPSSettings) == 0x0002B0, "Member 'UWBP_UI_HUD_FPSCounter_C::HorizontalBox_FPSSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase \ +static_assert(alignof(WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase) == 0x000008, "Wrong alignment on WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase"); \ +static_assert(sizeof(WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase) == 0x000068, "Wrong size on WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase, EntryPoint) == 0x000000, "Member 'WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase, Temp_byte_Variable) == 0x000004, "Member 'WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase, K2Node_DynamicCast_AsWBP_UI_Shared_HUD) == 0x000008, "Member 'WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase::K2Node_DynamicCast_AsWBP_UI_Shared_HUD' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase, Temp_byte_Variable_1) == 0x000011, "Member 'WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase, K2Node_CustomEvent_OnHUDContextChanged) == 0x000012, "Member 'WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase::K2Node_CustomEvent_OnHUDContextChanged' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase, CallFunc_GetUIManager_ReturnValue) == 0x000018, "Member 'WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase, CallFunc_GetUIManager_ReturnValue_1) == 0x000038, "Member 'WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase::CallFunc_GetUIManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase, Temp_bool_Variable) == 0x000040, "Member 'WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase, CallFunc_IsSoloGame_ReturnValue) == 0x000042, "Member 'WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase::CallFunc_IsSoloGame_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase, CallFunc_GetSBZMissionState_ReturnValue) == 0x000048, "Member 'WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase::CallFunc_GetSBZMissionState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase, CallFunc_IsTutorialLevel_ReturnValue) == 0x000050, "Member 'WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase::CallFunc_IsTutorialLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase, CallFunc_Not_PreBool_ReturnValue) == 0x000051, "Member 'WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase, CallFunc_BooleanAND_ReturnValue) == 0x000052, "Member 'WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase, K2Node_DynamicCast_AsWBP_UI_Shared_HUD_1) == 0x000058, "Member 'WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase::K2Node_DynamicCast_AsWBP_UI_Shared_HUD_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase, K2Node_Select_Default) == 0x000061, "Member 'WBP_UI_SM_ActionPhase_C_ExecuteUbergraph_WBP_UI_SM_ActionPhase::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ActionPhase_C_OnHUDContextChanged \ +static_assert(alignof(WBP_UI_SM_ActionPhase_C_OnHUDContextChanged) == 0x000001, "Wrong alignment on WBP_UI_SM_ActionPhase_C_OnHUDContextChanged"); \ +static_assert(sizeof(WBP_UI_SM_ActionPhase_C_OnHUDContextChanged) == 0x000001, "Wrong size on WBP_UI_SM_ActionPhase_C_OnHUDContextChanged"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhase_C_OnHUDContextChanged, OnHUDContextChanged_0) == 0x000000, "Member 'WBP_UI_SM_ActionPhase_C_OnHUDContextChanged::OnHUDContextChanged_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ActionPhase_C_SetPlayerHUDDisplayed \ +static_assert(alignof(WBP_UI_SM_ActionPhase_C_SetPlayerHUDDisplayed) == 0x000008, "Wrong alignment on WBP_UI_SM_ActionPhase_C_SetPlayerHUDDisplayed"); \ +static_assert(sizeof(WBP_UI_SM_ActionPhase_C_SetPlayerHUDDisplayed) == 0x000018, "Wrong size on WBP_UI_SM_ActionPhase_C_SetPlayerHUDDisplayed"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhase_C_SetPlayerHUDDisplayed, bIsFullHUD) == 0x000000, "Member 'WBP_UI_SM_ActionPhase_C_SetPlayerHUDDisplayed::bIsFullHUD' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhase_C_SetPlayerHUDDisplayed, K2Node_DynamicCast_AsWBP_UI_Shared_HUD) == 0x000008, "Member 'WBP_UI_SM_ActionPhase_C_SetPlayerHUDDisplayed::K2Node_DynamicCast_AsWBP_UI_Shared_HUD' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ActionPhase_C_SetPlayerHUDDisplayed, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_UI_SM_ActionPhase_C_SetPlayerHUDDisplayed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_SM_ActionPhase_C \ +static_assert(alignof(UWBP_UI_SM_ActionPhase_C) == 0x000008, "Wrong alignment on UWBP_UI_SM_ActionPhase_C"); \ +static_assert(sizeof(UWBP_UI_SM_ActionPhase_C) == 0x0004E0, "Wrong size on UWBP_UI_SM_ActionPhase_C"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhase_C, UberGraphFrame) == 0x0004C0, "Member 'UWBP_UI_SM_ActionPhase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhase_C, SoloModeBetaTag_T) == 0x0004C8, "Member 'UWBP_UI_SM_ActionPhase_C::SoloModeBetaTag_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhase_C, Widget_PauseMenu) == 0x0004D0, "Member 'UWBP_UI_SM_ActionPhase_C::Widget_PauseMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ActionPhase_C, Widget_ViewTargets) == 0x0004D8, "Member 'UWBP_UI_SM_ActionPhase_C::Widget_ViewTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_bp_screen_C_UserConstructionScript \ +static_assert(alignof(bp_screen_C_UserConstructionScript) == 0x000004, "Wrong alignment on bp_screen_C_UserConstructionScript"); \ +static_assert(sizeof(bp_screen_C_UserConstructionScript) == 0x00002C, "Wrong size on bp_screen_C_UserConstructionScript"); \ +static_assert(offsetof(bp_screen_C_UserConstructionScript, CallFunc_Conv_LinearColorToVector_ReturnValue) == 0x000000, "Member 'bp_screen_C_UserConstructionScript::CallFunc_Conv_LinearColorToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(bp_screen_C_UserConstructionScript, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x00000C, "Member 'bp_screen_C_UserConstructionScript::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(bp_screen_C_UserConstructionScript, CallFunc_Conv_BoolToFloat_ReturnValue_1) == 0x000010, "Member 'bp_screen_C_UserConstructionScript::CallFunc_Conv_BoolToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(bp_screen_C_UserConstructionScript, CallFunc_Conv_BoolToFloat_ReturnValue_2) == 0x000014, "Member 'bp_screen_C_UserConstructionScript::CallFunc_Conv_BoolToFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(bp_screen_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000018, "Member 'bp_screen_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(bp_screen_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00001C, "Member 'bp_screen_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(bp_screen_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000020, "Member 'bp_screen_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(bp_screen_C_UserConstructionScript, CallFunc_Conv_BoolToFloat_ReturnValue_3) == 0x000024, "Member 'bp_screen_C_UserConstructionScript::CallFunc_Conv_BoolToFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(bp_screen_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x000028, "Member 'bp_screen_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_bp_screen_C_BndEvt__bp_screen_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(bp_screen_C_BndEvt__bp_screen_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on bp_screen_C_BndEvt__bp_screen_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(bp_screen_C_BndEvt__bp_screen_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on bp_screen_C_BndEvt__bp_screen_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(bp_screen_C_BndEvt__bp_screen_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'bp_screen_C_BndEvt__bp_screen_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(bp_screen_C_BndEvt__bp_screen_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'bp_screen_C_BndEvt__bp_screen_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_bp_screen_C_ExecuteUbergraph_bp_screen \ +static_assert(alignof(bp_screen_C_ExecuteUbergraph_bp_screen) == 0x000004, "Wrong alignment on bp_screen_C_ExecuteUbergraph_bp_screen"); \ +static_assert(sizeof(bp_screen_C_ExecuteUbergraph_bp_screen) == 0x000040, "Wrong size on bp_screen_C_ExecuteUbergraph_bp_screen"); \ +static_assert(offsetof(bp_screen_C_ExecuteUbergraph_bp_screen, EntryPoint) == 0x000000, "Member 'bp_screen_C_ExecuteUbergraph_bp_screen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(bp_screen_C_ExecuteUbergraph_bp_screen, CallFunc_Play_ReturnValue) == 0x000004, "Member 'bp_screen_C_ExecuteUbergraph_bp_screen::CallFunc_Play_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(bp_screen_C_ExecuteUbergraph_bp_screen, K2Node_ComponentBoundEvent_Type) == 0x000005, "Member 'bp_screen_C_ExecuteUbergraph_bp_screen::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(bp_screen_C_ExecuteUbergraph_bp_screen, K2Node_ComponentBoundEvent_HitContext) == 0x000008, "Member 'bp_screen_C_ExecuteUbergraph_bp_screen::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(bp_screen_C_ExecuteUbergraph_bp_screen, CallFunc_GetRealTimeSeconds_ReturnValue) == 0x000038, "Member 'bp_screen_C_ExecuteUbergraph_bp_screen::CallFunc_GetRealTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(bp_screen_C_ExecuteUbergraph_bp_screen, K2Node_SwitchInteger_CmpSuccess) == 0x00003C, "Member 'bp_screen_C_ExecuteUbergraph_bp_screen::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Abp_screen_C \ +static_assert(alignof(Abp_screen_C) == 0x000008, "Wrong alignment on Abp_screen_C"); \ +static_assert(sizeof(Abp_screen_C) == 0x000330, "Wrong size on Abp_screen_C"); \ +static_assert(offsetof(Abp_screen_C, UberGraphFrame) == 0x0002A8, "Member 'Abp_screen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, SBZCosmeticDestruction) == 0x0002B0, "Member 'Abp_screen_C::SBZCosmeticDestruction' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, meshes) == 0x0002B8, "Member 'Abp_screen_C::meshes' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, Screens_plays_movie) == 0x0002C0, "Member 'Abp_screen_C::Screens_plays_movie' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, swap_offest_by_position) == 0x0002C1, "Member 'Abp_screen_C::swap_offest_by_position' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, Swap_period) == 0x0002C4, "Member 'Abp_screen_C::Swap_period' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, sub_texture_part_used_start_range) == 0x0002C8, "Member 'Abp_screen_C::sub_texture_part_used_start_range' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, sub_texture_part_used_end_range) == 0x0002CC, "Member 'Abp_screen_C::sub_texture_part_used_end_range' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, resolution) == 0x0002D0, "Member 'Abp_screen_C::resolution' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, intensity_screen) == 0x0002D4, "Member 'Abp_screen_C::intensity_screen' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, banding_visibility) == 0x0002D8, "Member 'Abp_screen_C::banding_visibility' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, banding_refresh_rate) == 0x0002DC, "Member 'Abp_screen_C::banding_refresh_rate' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, Number_of__vertical_slides_in_the_texture) == 0x0002E0, "Member 'Abp_screen_C::Number_of__vertical_slides_in_the_texture' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, Number_of__horizontal_slides_in_the_texture) == 0x0002E4, "Member 'Abp_screen_C::Number_of__horizontal_slides_in_the_texture' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, Pixel_type) == 0x0002E8, "Member 'Abp_screen_C::Pixel_type' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, H_) == 0x0002EC, "Member 'Abp_screen_C::H_' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, Mode_RGB) == 0x0002F0, "Member 'Abp_screen_C::Mode_RGB' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, DAmage_taken) == 0x0002F4, "Member 'Abp_screen_C::DAmage_taken' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, Is_Fully_destructable) == 0x0002F8, "Member 'Abp_screen_C::Is_Fully_destructable' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, Is_OFF) == 0x0002F9, "Member 'Abp_screen_C::Is_OFF' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, Roughness_Multiplier) == 0x0002FC, "Member 'Abp_screen_C::Roughness_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, Specularity) == 0x000300, "Member 'Abp_screen_C::Specularity' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, Diffuse_color) == 0x000304, "Member 'Abp_screen_C::Diffuse_color' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, Side_Attenuation) == 0x000314, "Member 'Abp_screen_C::Side_Attenuation' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, source_bink_media_player) == 0x000318, "Member 'Abp_screen_C::source_bink_media_player' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, Light_Intensity) == 0x000320, "Member 'Abp_screen_C::Light_Intensity' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, Light_Reach) == 0x000324, "Member 'Abp_screen_C::Light_Reach' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, Light_Spread) == 0x000328, "Member 'Abp_screen_C::Light_Spread' has a wrong offset!"); \ +static_assert(offsetof(Abp_screen_C, Light_Angle) == 0x00032C, "Member 'Abp_screen_C::Light_Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_YesNoToggleButton_C_ExecuteUbergraph_WBP_UI_YesNoToggleButton \ +static_assert(alignof(WBP_UI_YesNoToggleButton_C_ExecuteUbergraph_WBP_UI_YesNoToggleButton) == 0x000008, "Wrong alignment on WBP_UI_YesNoToggleButton_C_ExecuteUbergraph_WBP_UI_YesNoToggleButton"); \ +static_assert(sizeof(WBP_UI_YesNoToggleButton_C_ExecuteUbergraph_WBP_UI_YesNoToggleButton) == 0x000050, "Wrong size on WBP_UI_YesNoToggleButton_C_ExecuteUbergraph_WBP_UI_YesNoToggleButton"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_ExecuteUbergraph_WBP_UI_YesNoToggleButton, EntryPoint) == 0x000000, "Member 'WBP_UI_YesNoToggleButton_C_ExecuteUbergraph_WBP_UI_YesNoToggleButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_ExecuteUbergraph_WBP_UI_YesNoToggleButton, Temp_bool_Variable) == 0x000004, "Member 'WBP_UI_YesNoToggleButton_C_ExecuteUbergraph_WBP_UI_YesNoToggleButton::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_ExecuteUbergraph_WBP_UI_YesNoToggleButton, Temp_struct_Variable) == 0x000008, "Member 'WBP_UI_YesNoToggleButton_C_ExecuteUbergraph_WBP_UI_YesNoToggleButton::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_ExecuteUbergraph_WBP_UI_YesNoToggleButton, Temp_struct_Variable_1) == 0x000018, "Member 'WBP_UI_YesNoToggleButton_C_ExecuteUbergraph_WBP_UI_YesNoToggleButton::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_ExecuteUbergraph_WBP_UI_YesNoToggleButton, K2Node_Event_IsDesignTime) == 0x000028, "Member 'WBP_UI_YesNoToggleButton_C_ExecuteUbergraph_WBP_UI_YesNoToggleButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_ExecuteUbergraph_WBP_UI_YesNoToggleButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000030, "Member 'WBP_UI_YesNoToggleButton_C_ExecuteUbergraph_WBP_UI_YesNoToggleButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_ExecuteUbergraph_WBP_UI_YesNoToggleButton, K2Node_Event_bInHasFocus) == 0x000038, "Member 'WBP_UI_YesNoToggleButton_C_ExecuteUbergraph_WBP_UI_YesNoToggleButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_ExecuteUbergraph_WBP_UI_YesNoToggleButton, K2Node_Select_Default) == 0x00003C, "Member 'WBP_UI_YesNoToggleButton_C_ExecuteUbergraph_WBP_UI_YesNoToggleButton::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_YesNoToggleButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_YesNoToggleButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_YesNoToggleButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_YesNoToggleButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_YesNoToggleButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_YesNoToggleButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_YesNoToggleButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_YesNoToggleButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_YesNoToggleButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_YesNoToggleButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_YesNoToggleButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_YesNoToggleButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_YesNoToggleButton_C_SetState \ +static_assert(alignof(WBP_UI_YesNoToggleButton_C_SetState) == 0x000008, "Wrong alignment on WBP_UI_YesNoToggleButton_C_SetState"); \ +static_assert(sizeof(WBP_UI_YesNoToggleButton_C_SetState) == 0x0000E8, "Wrong size on WBP_UI_YesNoToggleButton_C_SetState"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_SetState, NewState) == 0x000000, "Member 'WBP_UI_YesNoToggleButton_C_SetState::NewState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_SetState, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_YesNoToggleButton_C_SetState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_SetState, Temp_object_Variable) == 0x000008, "Member 'WBP_UI_YesNoToggleButton_C_SetState::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_SetState, Temp_object_Variable_1) == 0x000010, "Member 'WBP_UI_YesNoToggleButton_C_SetState::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_SetState, Temp_bool_Variable_1) == 0x000018, "Member 'WBP_UI_YesNoToggleButton_C_SetState::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_SetState, Temp_object_Variable_2) == 0x000020, "Member 'WBP_UI_YesNoToggleButton_C_SetState::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_SetState, Temp_object_Variable_3) == 0x000028, "Member 'WBP_UI_YesNoToggleButton_C_SetState::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_SetState, Temp_bool_Variable_2) == 0x000030, "Member 'WBP_UI_YesNoToggleButton_C_SetState::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_SetState, Temp_object_Variable_4) == 0x000038, "Member 'WBP_UI_YesNoToggleButton_C_SetState::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_SetState, Temp_object_Variable_5) == 0x000040, "Member 'WBP_UI_YesNoToggleButton_C_SetState::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_SetState, Temp_bool_Variable_3) == 0x000048, "Member 'WBP_UI_YesNoToggleButton_C_SetState::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_SetState, Temp_struct_Variable) == 0x00004C, "Member 'WBP_UI_YesNoToggleButton_C_SetState::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_SetState, Temp_struct_Variable_1) == 0x00005C, "Member 'WBP_UI_YesNoToggleButton_C_SetState::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_SetState, Temp_bool_Variable_4) == 0x00006C, "Member 'WBP_UI_YesNoToggleButton_C_SetState::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_SetState, Temp_struct_Variable_2) == 0x000070, "Member 'WBP_UI_YesNoToggleButton_C_SetState::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_SetState, Temp_struct_Variable_3) == 0x000080, "Member 'WBP_UI_YesNoToggleButton_C_SetState::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_SetState, Temp_object_Variable_6) == 0x000090, "Member 'WBP_UI_YesNoToggleButton_C_SetState::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_SetState, Temp_object_Variable_7) == 0x000098, "Member 'WBP_UI_YesNoToggleButton_C_SetState::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_SetState, Temp_bool_Variable_5) == 0x0000A0, "Member 'WBP_UI_YesNoToggleButton_C_SetState::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_SetState, K2Node_Select_Default) == 0x0000A8, "Member 'WBP_UI_YesNoToggleButton_C_SetState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_SetState, K2Node_Select_Default_1) == 0x0000B0, "Member 'WBP_UI_YesNoToggleButton_C_SetState::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_SetState, K2Node_Select_Default_2) == 0x0000B8, "Member 'WBP_UI_YesNoToggleButton_C_SetState::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_SetState, K2Node_Select_Default_3) == 0x0000C0, "Member 'WBP_UI_YesNoToggleButton_C_SetState::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_SetState, K2Node_Select_Default_4) == 0x0000C8, "Member 'WBP_UI_YesNoToggleButton_C_SetState::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_YesNoToggleButton_C_SetState, K2Node_Select_Default_5) == 0x0000D8, "Member 'WBP_UI_YesNoToggleButton_C_SetState::K2Node_Select_Default_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_YesNoToggleButton_C \ +static_assert(alignof(UWBP_UI_YesNoToggleButton_C) == 0x000008, "Wrong alignment on UWBP_UI_YesNoToggleButton_C"); \ +static_assert(sizeof(UWBP_UI_YesNoToggleButton_C) == 0x0003A8, "Wrong size on UWBP_UI_YesNoToggleButton_C"); \ +static_assert(offsetof(UWBP_UI_YesNoToggleButton_C, UberGraphFrame) == 0x000370, "Member 'UWBP_UI_YesNoToggleButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_YesNoToggleButton_C, Button_Border) == 0x000378, "Member 'UWBP_UI_YesNoToggleButton_C::Button_Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_YesNoToggleButton_C, No_Border) == 0x000380, "Member 'UWBP_UI_YesNoToggleButton_C::No_Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_YesNoToggleButton_C, No_Text) == 0x000388, "Member 'UWBP_UI_YesNoToggleButton_C::No_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_YesNoToggleButton_C, Yes_Border) == 0x000390, "Member 'UWBP_UI_YesNoToggleButton_C::Yes_Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_YesNoToggleButton_C, Yes_Text) == 0x000398, "Member 'UWBP_UI_YesNoToggleButton_C::Yes_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_YesNoToggleButton_C, IsYes) == 0x0003A0, "Member 'UWBP_UI_YesNoToggleButton_C::IsYes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress \ +static_assert(alignof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress) == 0x000008, "Wrong alignment on WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress"); \ +static_assert(sizeof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress) == 0x000180, "Wrong size on WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress, EntryPoint) == 0x000000, "Member 'WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress, CallFunc_GetExperienceValues_CurrentExp) == 0x000004, "Member 'WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress::CallFunc_GetExperienceValues_CurrentExp' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress, CallFunc_GetExperienceValues_TargetExp) == 0x000008, "Member 'WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress::CallFunc_GetExperienceValues_TargetExp' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress, Temp_bool_Variable) == 0x00000C, "Member 'WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00000D, "Member 'WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress, K2Node_CustomEvent_Loaded) == 0x000028, "Member 'WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000030, "Member 'WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress, K2Node_CreateDelegate_OutputDelegate_1) == 0x00003C, "Member 'WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress, K2Node_MakeStruct_SlateColor) == 0x000050, "Member 'WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000078, "Member 'WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress, K2Node_Event_IsDesignTime) == 0x000080, "Member 'WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000081, "Member 'WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress, K2Node_Select_Default) == 0x000088, "Member 'WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress, Temp_object_Variable) == 0x0000B8, "Member 'WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress, CallFunc_IsValid_ReturnValue_1) == 0x0000C0, "Member 'WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress, CallFunc_Play2DSound_ReturnValue) == 0x0000C4, "Member 'WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress, CallFunc_PlayAnimationForward_ReturnValue) == 0x0000C8, "Member 'WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress, CallFunc_GetExperienceValues_CurrentExp_1) == 0x0000D0, "Member 'WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress::CallFunc_GetExperienceValues_CurrentExp_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress, CallFunc_GetExperienceValues_TargetExp_1) == 0x0000D4, "Member 'WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress::CallFunc_GetExperienceValues_TargetExp_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress, K2Node_MakeStruct_FormatArgumentData) == 0x0000D8, "Member 'WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress, K2Node_MakeStruct_FormatArgumentData_1) == 0x000118, "Member 'WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress, K2Node_MakeArray_Array) == 0x000158, "Member 'WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress, CallFunc_Format_ReturnValue) == 0x000168, "Member 'WBP_UI_Results_Reward_SkillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_SkillProgress::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_SkillProgress_C_PreConstruct \ +static_assert(alignof(WBP_UI_Results_Reward_SkillProgress_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Results_Reward_SkillProgress_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Results_Reward_SkillProgress_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Results_Reward_SkillProgress_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Results_Reward_SkillProgress_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_SkillProgress_C_OnLoaded_4365A4A44829CA194ACBEB912D0DDA4C \ +static_assert(alignof(WBP_UI_Results_Reward_SkillProgress_C_OnLoaded_4365A4A44829CA194ACBEB912D0DDA4C) == 0x000008, "Wrong alignment on WBP_UI_Results_Reward_SkillProgress_C_OnLoaded_4365A4A44829CA194ACBEB912D0DDA4C"); \ +static_assert(sizeof(WBP_UI_Results_Reward_SkillProgress_C_OnLoaded_4365A4A44829CA194ACBEB912D0DDA4C) == 0x000008, "Wrong size on WBP_UI_Results_Reward_SkillProgress_C_OnLoaded_4365A4A44829CA194ACBEB912D0DDA4C"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_OnLoaded_4365A4A44829CA194ACBEB912D0DDA4C, Loaded) == 0x000000, "Member 'WBP_UI_Results_Reward_SkillProgress_C_OnLoaded_4365A4A44829CA194ACBEB912D0DDA4C::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_SkillProgress_C_SetProgress \ +static_assert(alignof(WBP_UI_Results_Reward_SkillProgress_C_SetProgress) == 0x000008, "Wrong alignment on WBP_UI_Results_Reward_SkillProgress_C_SetProgress"); \ +static_assert(sizeof(WBP_UI_Results_Reward_SkillProgress_C_SetProgress) == 0x000020, "Wrong size on WBP_UI_Results_Reward_SkillProgress_C_SetProgress"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_SetProgress, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_UI_Results_Reward_SkillProgress_C_SetProgress::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_SetProgress, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'WBP_UI_Results_Reward_SkillProgress_C_SetProgress::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_SetProgress, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000004, "Member 'WBP_UI_Results_Reward_SkillProgress_C_SetProgress::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_SetProgress, CallFunc_Create_ReturnValue) == 0x000008, "Member 'WBP_UI_Results_Reward_SkillProgress_C_SetProgress::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_SetProgress, CallFunc_Add_FloatFloat_ReturnValue) == 0x000010, "Member 'WBP_UI_Results_Reward_SkillProgress_C_SetProgress::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_SetProgress, CallFunc_SafeDivide_ReturnValue) == 0x000014, "Member 'WBP_UI_Results_Reward_SkillProgress_C_SetProgress::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_SetProgress, CallFunc_SafeDivide_ReturnValue_1) == 0x000018, "Member 'WBP_UI_Results_Reward_SkillProgress_C_SetProgress::CallFunc_SafeDivide_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_SkillProgress_C_PlayAppearAnim \ +static_assert(alignof(WBP_UI_Results_Reward_SkillProgress_C_PlayAppearAnim) == 0x000008, "Wrong alignment on WBP_UI_Results_Reward_SkillProgress_C_PlayAppearAnim"); \ +static_assert(sizeof(WBP_UI_Results_Reward_SkillProgress_C_PlayAppearAnim) == 0x000008, "Wrong size on WBP_UI_Results_Reward_SkillProgress_C_PlayAppearAnim"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_PlayAppearAnim, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'WBP_UI_Results_Reward_SkillProgress_C_PlayAppearAnim::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_SkillProgress_C_AnimateBarsAndText \ +static_assert(alignof(WBP_UI_Results_Reward_SkillProgress_C_AnimateBarsAndText) == 0x000008, "Wrong alignment on WBP_UI_Results_Reward_SkillProgress_C_AnimateBarsAndText"); \ +static_assert(sizeof(WBP_UI_Results_Reward_SkillProgress_C_AnimateBarsAndText) == 0x000008, "Wrong size on WBP_UI_Results_Reward_SkillProgress_C_AnimateBarsAndText"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_AnimateBarsAndText, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000000, "Member 'WBP_UI_Results_Reward_SkillProgress_C_AnimateBarsAndText::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_SkillProgress_C_GetExperienceValues \ +static_assert(alignof(WBP_UI_Results_Reward_SkillProgress_C_GetExperienceValues) == 0x000004, "Wrong alignment on WBP_UI_Results_Reward_SkillProgress_C_GetExperienceValues"); \ +static_assert(sizeof(WBP_UI_Results_Reward_SkillProgress_C_GetExperienceValues) == 0x000024, "Wrong size on WBP_UI_Results_Reward_SkillProgress_C_GetExperienceValues"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_GetExperienceValues, IncludeExpDiff) == 0x000000, "Member 'WBP_UI_Results_Reward_SkillProgress_C_GetExperienceValues::IncludeExpDiff' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_GetExperienceValues, CurrentExp) == 0x000004, "Member 'WBP_UI_Results_Reward_SkillProgress_C_GetExperienceValues::CurrentExp' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_GetExperienceValues, TargetExp) == 0x000008, "Member 'WBP_UI_Results_Reward_SkillProgress_C_GetExperienceValues::TargetExp' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_GetExperienceValues, CallFunc_SelectInt_ReturnValue) == 0x00000C, "Member 'WBP_UI_Results_Reward_SkillProgress_C_GetExperienceValues::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_GetExperienceValues, CallFunc_FTrunc_ReturnValue) == 0x000010, "Member 'WBP_UI_Results_Reward_SkillProgress_C_GetExperienceValues::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_GetExperienceValues, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000014, "Member 'WBP_UI_Results_Reward_SkillProgress_C_GetExperienceValues::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_GetExperienceValues, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_UI_Results_Reward_SkillProgress_C_GetExperienceValues::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_GetExperienceValues, CallFunc_SelectFloat_ReturnValue) == 0x00001C, "Member 'WBP_UI_Results_Reward_SkillProgress_C_GetExperienceValues::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_SkillProgress_C_GetExperienceValues, CallFunc_FTrunc_ReturnValue_1) == 0x000020, "Member 'WBP_UI_Results_Reward_SkillProgress_C_GetExperienceValues::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Results_Reward_SkillProgress_C \ +static_assert(alignof(UWBP_UI_Results_Reward_SkillProgress_C) == 0x000008, "Wrong alignment on UWBP_UI_Results_Reward_SkillProgress_C"); \ +static_assert(sizeof(UWBP_UI_Results_Reward_SkillProgress_C) == 0x000340, "Wrong size on UWBP_UI_Results_Reward_SkillProgress_C"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_SkillProgress_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Results_Reward_SkillProgress_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_SkillProgress_C, FadeIn) == 0x000298, "Member 'UWBP_UI_Results_Reward_SkillProgress_C::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_SkillProgress_C, Unlocked) == 0x0002A0, "Member 'UWBP_UI_Results_Reward_SkillProgress_C::Unlocked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_SkillProgress_C, Research) == 0x0002A8, "Member 'UWBP_UI_Results_Reward_SkillProgress_C::Research' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_SkillProgress_C, Border_Frame) == 0x0002B0, "Member 'UWBP_UI_Results_Reward_SkillProgress_C::Border_Frame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_SkillProgress_C, ExpPoints_T) == 0x0002B8, "Member 'UWBP_UI_Results_Reward_SkillProgress_C::ExpPoints_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_SkillProgress_C, Icon) == 0x0002C0, "Member 'UWBP_UI_Results_Reward_SkillProgress_C::Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_SkillProgress_C, Image) == 0x0002C8, "Member 'UWBP_UI_Results_Reward_SkillProgress_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_SkillProgress_C, Image_1) == 0x0002D0, "Member 'UWBP_UI_Results_Reward_SkillProgress_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_SkillProgress_C, Image_2) == 0x0002D8, "Member 'UWBP_UI_Results_Reward_SkillProgress_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_SkillProgress_C, Image_3) == 0x0002E0, "Member 'UWBP_UI_Results_Reward_SkillProgress_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_SkillProgress_C, Image_4) == 0x0002E8, "Member 'UWBP_UI_Results_Reward_SkillProgress_C::Image_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_SkillProgress_C, Image_5) == 0x0002F0, "Member 'UWBP_UI_Results_Reward_SkillProgress_C::Image_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_SkillProgress_C, Image_6) == 0x0002F8, "Member 'UWBP_UI_Results_Reward_SkillProgress_C::Image_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_SkillProgress_C, Image_511) == 0x000300, "Member 'UWBP_UI_Results_Reward_SkillProgress_C::Image_511' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_SkillProgress_C, ProgressBar) == 0x000308, "Member 'UWBP_UI_Results_Reward_SkillProgress_C::ProgressBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_SkillProgress_C, Research_O) == 0x000310, "Member 'UWBP_UI_Results_Reward_SkillProgress_C::Research_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_SkillProgress_C, SkillName_T) == 0x000318, "Member 'UWBP_UI_Results_Reward_SkillProgress_C::SkillName_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_SkillProgress_C, Unlocked_T) == 0x000320, "Member 'UWBP_UI_Results_Reward_SkillProgress_C::Unlocked_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_SkillProgress_C, WBP_XpDiff) == 0x000328, "Member 'UWBP_UI_Results_Reward_SkillProgress_C::WBP_XpDiff' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_SkillProgress_C, Skill) == 0x000330, "Member 'UWBP_UI_Results_Reward_SkillProgress_C::Skill' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_SkillProgress_C, ExperienceDiff) == 0x000338, "Member 'UWBP_UI_Results_Reward_SkillProgress_C::ExperienceDiff' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_SkillProgress_C, IsResearch) == 0x00033C, "Member 'UWBP_UI_Results_Reward_SkillProgress_C::IsResearch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_AICrewStatus_C_ExecuteUbergraph_WBP_UI_Results_AICrewStatus \ +static_assert(alignof(WBP_UI_Results_AICrewStatus_C_ExecuteUbergraph_WBP_UI_Results_AICrewStatus) == 0x000008, "Wrong alignment on WBP_UI_Results_AICrewStatus_C_ExecuteUbergraph_WBP_UI_Results_AICrewStatus"); \ +static_assert(sizeof(WBP_UI_Results_AICrewStatus_C_ExecuteUbergraph_WBP_UI_Results_AICrewStatus) == 0x000050, "Wrong size on WBP_UI_Results_AICrewStatus_C_ExecuteUbergraph_WBP_UI_Results_AICrewStatus"); \ +static_assert(offsetof(WBP_UI_Results_AICrewStatus_C_ExecuteUbergraph_WBP_UI_Results_AICrewStatus, EntryPoint) == 0x000000, "Member 'WBP_UI_Results_AICrewStatus_C_ExecuteUbergraph_WBP_UI_Results_AICrewStatus::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_AICrewStatus_C_ExecuteUbergraph_WBP_UI_Results_AICrewStatus, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_Results_AICrewStatus_C_ExecuteUbergraph_WBP_UI_Results_AICrewStatus::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_AICrewStatus_C_ExecuteUbergraph_WBP_UI_Results_AICrewStatus, CallFunc_GetCharacterIcon_ReturnValue) == 0x000008, "Member 'WBP_UI_Results_AICrewStatus_C_ExecuteUbergraph_WBP_UI_Results_AICrewStatus::CallFunc_GetCharacterIcon_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_AICrewStatus_C_ExecuteUbergraph_WBP_UI_Results_AICrewStatus, CallFunc_GetCharacterName_ReturnValue) == 0x000010, "Member 'WBP_UI_Results_AICrewStatus_C_ExecuteUbergraph_WBP_UI_Results_AICrewStatus::CallFunc_GetCharacterName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_AICrewStatus_C_ExecuteUbergraph_WBP_UI_Results_AICrewStatus, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_UI_Results_AICrewStatus_C_ExecuteUbergraph_WBP_UI_Results_AICrewStatus::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_AICrewStatus_C_ExecuteUbergraph_WBP_UI_Results_AICrewStatus, CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput) == 0x000030, "Member 'WBP_UI_Results_AICrewStatus_C_ExecuteUbergraph_WBP_UI_Results_AICrewStatus::CallFunc_SetBrushFromAtlasInterface_AtlasRegion_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_AICrewStatus_C_ExecuteUbergraph_WBP_UI_Results_AICrewStatus, CallFunc_IsValid_ReturnValue_1) == 0x000040, "Member 'WBP_UI_Results_AICrewStatus_C_ExecuteUbergraph_WBP_UI_Results_AICrewStatus::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_AICrewStatus_C_ExecuteUbergraph_WBP_UI_Results_AICrewStatus, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000048, "Member 'WBP_UI_Results_AICrewStatus_C_ExecuteUbergraph_WBP_UI_Results_AICrewStatus::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_AICrewStatus_C_PreConstruct \ +static_assert(alignof(WBP_UI_Results_AICrewStatus_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Results_AICrewStatus_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Results_AICrewStatus_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Results_AICrewStatus_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Results_AICrewStatus_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Results_AICrewStatus_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_AICrewStatus_C_PlayAddedAnim \ +static_assert(alignof(WBP_UI_Results_AICrewStatus_C_PlayAddedAnim) == 0x000008, "Wrong alignment on WBP_UI_Results_AICrewStatus_C_PlayAddedAnim"); \ +static_assert(sizeof(WBP_UI_Results_AICrewStatus_C_PlayAddedAnim) == 0x000008, "Wrong size on WBP_UI_Results_AICrewStatus_C_PlayAddedAnim"); \ +static_assert(offsetof(WBP_UI_Results_AICrewStatus_C_PlayAddedAnim, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'WBP_UI_Results_AICrewStatus_C_PlayAddedAnim::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Results_AICrewStatus_C \ +static_assert(alignof(UWBP_UI_Results_AICrewStatus_C) == 0x000008, "Wrong alignment on UWBP_UI_Results_AICrewStatus_C"); \ +static_assert(sizeof(UWBP_UI_Results_AICrewStatus_C) == 0x0002C0, "Wrong size on UWBP_UI_Results_AICrewStatus_C"); \ +static_assert(offsetof(UWBP_UI_Results_AICrewStatus_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Results_AICrewStatus_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_AICrewStatus_C, FadeIn) == 0x000298, "Member 'UWBP_UI_Results_AICrewStatus_C::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_AICrewStatus_C, Ai_Border) == 0x0002A0, "Member 'UWBP_UI_Results_AICrewStatus_C::Ai_Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_AICrewStatus_C, AICrewNameText) == 0x0002A8, "Member 'UWBP_UI_Results_AICrewStatus_C::AICrewNameText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_AICrewStatus_C, CharacterIcon) == 0x0002B0, "Member 'UWBP_UI_Results_AICrewStatus_C::CharacterIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_AICrewStatus_C, AICrewState) == 0x0002B8, "Member 'UWBP_UI_Results_AICrewStatus_C::AICrewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress \ +static_assert(alignof(WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress) == 0x000008, "Wrong alignment on WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress"); \ +static_assert(sizeof(WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress) == 0x000148, "Wrong size on WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress, EntryPoint) == 0x000000, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress, K2Node_CreateDelegate_OutputDelegate) == 0x000030, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000048, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress, K2Node_CreateDelegate_OutputDelegate_1) == 0x000050, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress, K2Node_Event_IsDesignTime) == 0x000064, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000068, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress, Temp_object_Variable) == 0x000070, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress, CallFunc_Play2DSound_ReturnValue) == 0x00007C, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress, CallFunc_PlayAnimationForward_ReturnValue) == 0x000080, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress, CallFunc_Add_IntInt_ReturnValue) == 0x000088, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress, CallFunc_FTrunc_ReturnValue) == 0x00008C, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress, K2Node_MakeStruct_FormatArgumentData) == 0x000090, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D0, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000110, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress, K2Node_MakeArray_Array) == 0x000118, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress, CallFunc_Format_ReturnValue) == 0x000128, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress, K2Node_CustomEvent_Loaded) == 0x000140, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_OverskillProgress::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_OverskillProgress_C_PreConstruct \ +static_assert(alignof(WBP_UI_Results_Reward_OverskillProgress_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Results_Reward_OverskillProgress_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Results_Reward_OverskillProgress_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Results_Reward_OverskillProgress_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_OverskillProgress_C_OnLoaded_A4C630A2453669CD2C86869D10C5A8DF \ +static_assert(alignof(WBP_UI_Results_Reward_OverskillProgress_C_OnLoaded_A4C630A2453669CD2C86869D10C5A8DF) == 0x000008, "Wrong alignment on WBP_UI_Results_Reward_OverskillProgress_C_OnLoaded_A4C630A2453669CD2C86869D10C5A8DF"); \ +static_assert(sizeof(WBP_UI_Results_Reward_OverskillProgress_C_OnLoaded_A4C630A2453669CD2C86869D10C5A8DF) == 0x000008, "Wrong size on WBP_UI_Results_Reward_OverskillProgress_C_OnLoaded_A4C630A2453669CD2C86869D10C5A8DF"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_OnLoaded_A4C630A2453669CD2C86869D10C5A8DF, Loaded) == 0x000000, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_OnLoaded_A4C630A2453669CD2C86869D10C5A8DF::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_OverskillProgress_C_SetProgress \ +static_assert(alignof(WBP_UI_Results_Reward_OverskillProgress_C_SetProgress) == 0x000008, "Wrong alignment on WBP_UI_Results_Reward_OverskillProgress_C_SetProgress"); \ +static_assert(sizeof(WBP_UI_Results_Reward_OverskillProgress_C_SetProgress) == 0x000020, "Wrong size on WBP_UI_Results_Reward_OverskillProgress_C_SetProgress"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_SetProgress, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000000, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_SetProgress::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_SetProgress, CallFunc_SafeDivide_ReturnValue) == 0x000004, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_SetProgress::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_SetProgress, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_SetProgress::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_SetProgress, CallFunc_IsValid_ReturnValue_1) == 0x000009, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_SetProgress::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_SetProgress, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00000C, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_SetProgress::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_SetProgress, CallFunc_Create_ReturnValue) == 0x000010, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_SetProgress::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_SetProgress, CallFunc_Add_FloatFloat_ReturnValue) == 0x000018, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_SetProgress::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_SetProgress, CallFunc_SafeDivide_ReturnValue_1) == 0x00001C, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_SetProgress::CallFunc_SafeDivide_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_OverskillProgress_C_SetSkillProgress \ +static_assert(alignof(WBP_UI_Results_Reward_OverskillProgress_C_SetSkillProgress) == 0x000008, "Wrong alignment on WBP_UI_Results_Reward_OverskillProgress_C_SetSkillProgress"); \ +static_assert(sizeof(WBP_UI_Results_Reward_OverskillProgress_C_SetSkillProgress) == 0x000038, "Wrong size on WBP_UI_Results_Reward_OverskillProgress_C_SetSkillProgress"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_SetSkillProgress, Skill) == 0x000000, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_SetSkillProgress::Skill' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_SetSkillProgress, SkillData_0) == 0x000008, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_SetSkillProgress::SkillData_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_SetSkillProgress, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000010, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_SetSkillProgress::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_SetSkillProgress, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000014, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_SetSkillProgress::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_SetSkillProgress, CallFunc_Add_FloatFloat_ReturnValue) == 0x000018, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_SetSkillProgress::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_SetSkillProgress, CallFunc_Create_ReturnValue) == 0x000020, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_SetSkillProgress::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_SetSkillProgress, CallFunc_SafeDivide_ReturnValue) == 0x000028, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_SetSkillProgress::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_SetSkillProgress, CallFunc_SafeDivide_ReturnValue_1) == 0x00002C, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_SetSkillProgress::CallFunc_SafeDivide_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_SetSkillProgress, CallFunc_SafeDivide_ReturnValue_2) == 0x000030, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_SetSkillProgress::CallFunc_SafeDivide_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_SetSkillProgress, CallFunc_SafeDivide_ReturnValue_3) == 0x000034, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_SetSkillProgress::CallFunc_SafeDivide_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_OverskillProgress_C_PlayAppearAnim \ +static_assert(alignof(WBP_UI_Results_Reward_OverskillProgress_C_PlayAppearAnim) == 0x000008, "Wrong alignment on WBP_UI_Results_Reward_OverskillProgress_C_PlayAppearAnim"); \ +static_assert(sizeof(WBP_UI_Results_Reward_OverskillProgress_C_PlayAppearAnim) == 0x000008, "Wrong size on WBP_UI_Results_Reward_OverskillProgress_C_PlayAppearAnim"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_PlayAppearAnim, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_PlayAppearAnim::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_OverskillProgress_C_AnimateBarsAndText \ +static_assert(alignof(WBP_UI_Results_Reward_OverskillProgress_C_AnimateBarsAndText) == 0x000008, "Wrong alignment on WBP_UI_Results_Reward_OverskillProgress_C_AnimateBarsAndText"); \ +static_assert(sizeof(WBP_UI_Results_Reward_OverskillProgress_C_AnimateBarsAndText) == 0x000008, "Wrong size on WBP_UI_Results_Reward_OverskillProgress_C_AnimateBarsAndText"); \ +static_assert(offsetof(WBP_UI_Results_Reward_OverskillProgress_C_AnimateBarsAndText, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000000, "Member 'WBP_UI_Results_Reward_OverskillProgress_C_AnimateBarsAndText::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Results_Reward_OverskillProgress_C \ +static_assert(alignof(UWBP_UI_Results_Reward_OverskillProgress_C) == 0x000008, "Wrong alignment on UWBP_UI_Results_Reward_OverskillProgress_C"); \ +static_assert(sizeof(UWBP_UI_Results_Reward_OverskillProgress_C) == 0x000310, "Wrong size on UWBP_UI_Results_Reward_OverskillProgress_C"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_OverskillProgress_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Results_Reward_OverskillProgress_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_OverskillProgress_C, FadeIn) == 0x000298, "Member 'UWBP_UI_Results_Reward_OverskillProgress_C::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_OverskillProgress_C, Unlocked) == 0x0002A0, "Member 'UWBP_UI_Results_Reward_OverskillProgress_C::Unlocked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_OverskillProgress_C, Research) == 0x0002A8, "Member 'UWBP_UI_Results_Reward_OverskillProgress_C::Research' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_OverskillProgress_C, Border_Frame) == 0x0002B0, "Member 'UWBP_UI_Results_Reward_OverskillProgress_C::Border_Frame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_OverskillProgress_C, ExpPoints_T) == 0x0002B8, "Member 'UWBP_UI_Results_Reward_OverskillProgress_C::ExpPoints_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_OverskillProgress_C, Icon) == 0x0002C0, "Member 'UWBP_UI_Results_Reward_OverskillProgress_C::Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_OverskillProgress_C, Overskill_Level) == 0x0002C8, "Member 'UWBP_UI_Results_Reward_OverskillProgress_C::Overskill_Level' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_OverskillProgress_C, ProgressBar) == 0x0002D0, "Member 'UWBP_UI_Results_Reward_OverskillProgress_C::ProgressBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_OverskillProgress_C, SkillName_T) == 0x0002D8, "Member 'UWBP_UI_Results_Reward_OverskillProgress_C::SkillName_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_OverskillProgress_C, Unlocked_T) == 0x0002E0, "Member 'UWBP_UI_Results_Reward_OverskillProgress_C::Unlocked_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_OverskillProgress_C, WBP_XpDiff) == 0x0002E8, "Member 'UWBP_UI_Results_Reward_OverskillProgress_C::WBP_XpDiff' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_OverskillProgress_C, ExperienceDiff) == 0x0002F0, "Member 'UWBP_UI_Results_Reward_OverskillProgress_C::ExperienceDiff' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_OverskillProgress_C, SkillData) == 0x0002F8, "Member 'UWBP_UI_Results_Reward_OverskillProgress_C::SkillData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_OverskillProgress_C, OverskillData) == 0x000300, "Member 'UWBP_UI_Results_Reward_OverskillProgress_C::OverskillData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_OverskillProgress_C, Experience) == 0x000308, "Member 'UWBP_UI_Results_Reward_OverskillProgress_C::Experience' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_OverskillProgress_C, OverskillLevel) == 0x00030C, "Member 'UWBP_UI_Results_Reward_OverskillProgress_C::OverskillLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless \ +static_assert(alignof(WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless) == 0x000008, "Wrong alignment on WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless"); \ +static_assert(sizeof(WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless) == 0x0000B8, "Wrong size on WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless, EntryPoint) == 0x000000, "Member 'WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless, Temp_bool_Variable) == 0x000004, "Member 'WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless, Temp_struct_Variable) == 0x000008, "Member 'WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless, K2Node_Event_IsDesignTime) == 0x000018, "Member 'WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000020, "Member 'WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless, K2Node_Event_bInHasFocus) == 0x000029, "Member 'WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless, K2Node_Select_Default) == 0x00002C, "Member 'WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless, Temp_bool_Variable_1) == 0x00003C, "Member 'WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless, Temp_struct_Variable_1) == 0x000040, "Member 'WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless, Temp_bool_Variable_2) == 0x000050, "Member 'WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless, K2Node_Event_bInIsDisabled) == 0x000051, "Member 'WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless, CallFunc_BreakVector2D_X) == 0x000054, "Member 'WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless, CallFunc_BreakVector2D_Y) == 0x000058, "Member 'WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless, K2Node_Select_Default_1) == 0x00005C, "Member 'WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless, Temp_bool_Variable_3) == 0x00006C, "Member 'WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless, K2Node_Select_Default_2) == 0x000070, "Member 'WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless, K2Node_Select_Default_3) == 0x000080, "Member 'WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless, Temp_struct_Variable_2) == 0x000090, "Member 'WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless, CallFunc_IsButtonDisabled_ReturnValue) == 0x0000A0, "Member 'WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless::CallFunc_IsButtonDisabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless, CallFunc_Not_PreBool_ReturnValue) == 0x0000A1, "Member 'WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless, Temp_bool_Variable_4) == 0x0000A2, "Member 'WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless, K2Node_Select_Default_4) == 0x0000A4, "Member 'WBP_UI_UnifiedButton_Borderless_C_ExecuteUbergraph_WBP_UI_UnifiedButton_Borderless::K2Node_Select_Default_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_UnifiedButton_Borderless_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_UI_UnifiedButton_Borderless_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_UI_UnifiedButton_Borderless_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_UI_UnifiedButton_Borderless_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_UI_UnifiedButton_Borderless_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_Borderless_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_UI_UnifiedButton_Borderless_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_UnifiedButton_Borderless_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_UnifiedButton_Borderless_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_UnifiedButton_Borderless_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_UnifiedButton_Borderless_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_UnifiedButton_Borderless_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_Borderless_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_UnifiedButton_Borderless_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_UnifiedButton_Borderless_C_PreConstruct \ +static_assert(alignof(WBP_UI_UnifiedButton_Borderless_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_UnifiedButton_Borderless_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_UnifiedButton_Borderless_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_UnifiedButton_Borderless_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_UnifiedButton_Borderless_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_UnifiedButton_Borderless_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_UnifiedButton_Borderless_C \ +static_assert(alignof(UWBP_UI_UnifiedButton_Borderless_C) == 0x000008, "Wrong alignment on UWBP_UI_UnifiedButton_Borderless_C"); \ +static_assert(sizeof(UWBP_UI_UnifiedButton_Borderless_C) == 0x000400, "Wrong size on UWBP_UI_UnifiedButton_Borderless_C"); \ +static_assert(offsetof(UWBP_UI_UnifiedButton_Borderless_C, UberGraphFrame) == 0x000370, "Member 'UWBP_UI_UnifiedButton_Borderless_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_UnifiedButton_Borderless_C, Background_I) == 0x000378, "Member 'UWBP_UI_UnifiedButton_Borderless_C::Background_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_UnifiedButton_Borderless_C, Border_Frame) == 0x000380, "Member 'UWBP_UI_UnifiedButton_Borderless_C::Border_Frame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_UnifiedButton_Borderless_C, Button_Text) == 0x000388, "Member 'UWBP_UI_UnifiedButton_Borderless_C::Button_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_UnifiedButton_Borderless_C, ButtonSize_SB) == 0x000390, "Member 'UWBP_UI_UnifiedButton_Borderless_C::ButtonSize_SB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_UnifiedButton_Borderless_C, LeftBar_I) == 0x000398, "Member 'UWBP_UI_UnifiedButton_Borderless_C::LeftBar_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_UnifiedButton_Borderless_C, ButtonText) == 0x0003A0, "Member 'UWBP_UI_UnifiedButton_Borderless_C::ButtonText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_UnifiedButton_Borderless_C, BackgroundHover) == 0x0003B8, "Member 'UWBP_UI_UnifiedButton_Borderless_C::BackgroundHover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_UnifiedButton_Borderless_C, BackgroundNormal) == 0x0003C8, "Member 'UWBP_UI_UnifiedButton_Borderless_C::BackgroundNormal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_UnifiedButton_Borderless_C, BorderHover) == 0x0003D8, "Member 'UWBP_UI_UnifiedButton_Borderless_C::BorderHover' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_UnifiedButton_Borderless_C, BorderNormal) == 0x0003E8, "Member 'UWBP_UI_UnifiedButton_Borderless_C::BorderNormal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_UnifiedButton_Borderless_C, ButtonSize) == 0x0003F8, "Member 'UWBP_UI_UnifiedButton_Borderless_C::ButtonSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CardboardBox_01_D_SmallDestruction_C \ +static_assert(alignof(ABP_CardboardBox_01_D_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_CardboardBox_01_D_SmallDestruction_C"); \ +static_assert(sizeof(ABP_CardboardBox_01_D_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_CardboardBox_01_D_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_ScrollButton_C_ExecuteUbergraph_WBP_UI_Results_Reward_ScrollButton \ +static_assert(alignof(WBP_UI_Results_Reward_ScrollButton_C_ExecuteUbergraph_WBP_UI_Results_Reward_ScrollButton) == 0x000004, "Wrong alignment on WBP_UI_Results_Reward_ScrollButton_C_ExecuteUbergraph_WBP_UI_Results_Reward_ScrollButton"); \ +static_assert(sizeof(WBP_UI_Results_Reward_ScrollButton_C_ExecuteUbergraph_WBP_UI_Results_Reward_ScrollButton) == 0x000010, "Wrong size on WBP_UI_Results_Reward_ScrollButton_C_ExecuteUbergraph_WBP_UI_Results_Reward_ScrollButton"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ScrollButton_C_ExecuteUbergraph_WBP_UI_Results_Reward_ScrollButton, EntryPoint) == 0x000000, "Member 'WBP_UI_Results_Reward_ScrollButton_C_ExecuteUbergraph_WBP_UI_Results_Reward_ScrollButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ScrollButton_C_ExecuteUbergraph_WBP_UI_Results_Reward_ScrollButton, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_Results_Reward_ScrollButton_C_ExecuteUbergraph_WBP_UI_Results_Reward_ScrollButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ScrollButton_C_ExecuteUbergraph_WBP_UI_Results_Reward_ScrollButton, K2Node_Event_bInHasFocus) == 0x000005, "Member 'WBP_UI_Results_Reward_ScrollButton_C_ExecuteUbergraph_WBP_UI_Results_Reward_ScrollButton::K2Node_Event_bInHasFocus' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ScrollButton_C_ExecuteUbergraph_WBP_UI_Results_Reward_ScrollButton, CallFunc_SelectFloat_ReturnValue) == 0x000008, "Member 'WBP_UI_Results_Reward_ScrollButton_C_ExecuteUbergraph_WBP_UI_Results_Reward_ScrollButton::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ScrollButton_C_ExecuteUbergraph_WBP_UI_Results_Reward_ScrollButton, K2Node_Event_bInIsDisabled) == 0x00000C, "Member 'WBP_UI_Results_Reward_ScrollButton_C_ExecuteUbergraph_WBP_UI_Results_Reward_ScrollButton::K2Node_Event_bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_ScrollButton_C_ButtonDisabledChanged \ +static_assert(alignof(WBP_UI_Results_Reward_ScrollButton_C_ButtonDisabledChanged) == 0x000001, "Wrong alignment on WBP_UI_Results_Reward_ScrollButton_C_ButtonDisabledChanged"); \ +static_assert(sizeof(WBP_UI_Results_Reward_ScrollButton_C_ButtonDisabledChanged) == 0x000001, "Wrong size on WBP_UI_Results_Reward_ScrollButton_C_ButtonDisabledChanged"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ScrollButton_C_ButtonDisabledChanged, bInIsDisabled) == 0x000000, "Member 'WBP_UI_Results_Reward_ScrollButton_C_ButtonDisabledChanged::bInIsDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_ScrollButton_C_ButtonFocusedChanged \ +static_assert(alignof(WBP_UI_Results_Reward_ScrollButton_C_ButtonFocusedChanged) == 0x000001, "Wrong alignment on WBP_UI_Results_Reward_ScrollButton_C_ButtonFocusedChanged"); \ +static_assert(sizeof(WBP_UI_Results_Reward_ScrollButton_C_ButtonFocusedChanged) == 0x000001, "Wrong size on WBP_UI_Results_Reward_ScrollButton_C_ButtonFocusedChanged"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ScrollButton_C_ButtonFocusedChanged, bInHasFocus) == 0x000000, "Member 'WBP_UI_Results_Reward_ScrollButton_C_ButtonFocusedChanged::bInHasFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_ScrollButton_C_PreConstruct \ +static_assert(alignof(WBP_UI_Results_Reward_ScrollButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Results_Reward_ScrollButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Results_Reward_ScrollButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Results_Reward_ScrollButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ScrollButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Results_Reward_ScrollButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_ScrollButton_C_SetStateColors \ +static_assert(alignof(WBP_UI_Results_Reward_ScrollButton_C_SetStateColors) == 0x000004, "Wrong alignment on WBP_UI_Results_Reward_ScrollButton_C_SetStateColors"); \ +static_assert(sizeof(WBP_UI_Results_Reward_ScrollButton_C_SetStateColors) == 0x000068, "Wrong size on WBP_UI_Results_Reward_ScrollButton_C_SetStateColors"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ScrollButton_C_SetStateColors, Temp_struct_Variable) == 0x000000, "Member 'WBP_UI_Results_Reward_ScrollButton_C_SetStateColors::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ScrollButton_C_SetStateColors, Temp_struct_Variable_1) == 0x000010, "Member 'WBP_UI_Results_Reward_ScrollButton_C_SetStateColors::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ScrollButton_C_SetStateColors, Temp_bool_Variable) == 0x000020, "Member 'WBP_UI_Results_Reward_ScrollButton_C_SetStateColors::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ScrollButton_C_SetStateColors, Temp_struct_Variable_2) == 0x000024, "Member 'WBP_UI_Results_Reward_ScrollButton_C_SetStateColors::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ScrollButton_C_SetStateColors, Temp_struct_Variable_3) == 0x000034, "Member 'WBP_UI_Results_Reward_ScrollButton_C_SetStateColors::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ScrollButton_C_SetStateColors, CallFunc_HasKeyboardFocus_ReturnValue) == 0x000044, "Member 'WBP_UI_Results_Reward_ScrollButton_C_SetStateColors::CallFunc_HasKeyboardFocus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ScrollButton_C_SetStateColors, Temp_bool_Variable_1) == 0x000045, "Member 'WBP_UI_Results_Reward_ScrollButton_C_SetStateColors::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ScrollButton_C_SetStateColors, K2Node_Select_Default) == 0x000048, "Member 'WBP_UI_Results_Reward_ScrollButton_C_SetStateColors::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_ScrollButton_C_SetStateColors, K2Node_Select_Default_1) == 0x000058, "Member 'WBP_UI_Results_Reward_ScrollButton_C_SetStateColors::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Results_Reward_ScrollButton_C \ +static_assert(alignof(UWBP_UI_Results_Reward_ScrollButton_C) == 0x000008, "Wrong alignment on UWBP_UI_Results_Reward_ScrollButton_C"); \ +static_assert(sizeof(UWBP_UI_Results_Reward_ScrollButton_C) == 0x000388, "Wrong size on UWBP_UI_Results_Reward_ScrollButton_C"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_ScrollButton_C, UberGraphFrame) == 0x000370, "Member 'UWBP_UI_Results_Reward_ScrollButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_ScrollButton_C, Icon_Image) == 0x000378, "Member 'UWBP_UI_Results_Reward_ScrollButton_C::Icon_Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_ScrollButton_C, IsLeft) == 0x000380, "Member 'UWBP_UI_Results_Reward_ScrollButton_C::IsLeft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ProgressBarAnimate_C_ExecuteUbergraph_WBP_UI_ProgressBarAnimate \ +static_assert(alignof(WBP_UI_ProgressBarAnimate_C_ExecuteUbergraph_WBP_UI_ProgressBarAnimate) == 0x000008, "Wrong alignment on WBP_UI_ProgressBarAnimate_C_ExecuteUbergraph_WBP_UI_ProgressBarAnimate"); \ +static_assert(sizeof(WBP_UI_ProgressBarAnimate_C_ExecuteUbergraph_WBP_UI_ProgressBarAnimate) == 0x000050, "Wrong size on WBP_UI_ProgressBarAnimate_C_ExecuteUbergraph_WBP_UI_ProgressBarAnimate"); \ +static_assert(offsetof(WBP_UI_ProgressBarAnimate_C_ExecuteUbergraph_WBP_UI_ProgressBarAnimate, EntryPoint) == 0x000000, "Member 'WBP_UI_ProgressBarAnimate_C_ExecuteUbergraph_WBP_UI_ProgressBarAnimate::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ProgressBarAnimate_C_ExecuteUbergraph_WBP_UI_ProgressBarAnimate, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_UI_ProgressBarAnimate_C_ExecuteUbergraph_WBP_UI_ProgressBarAnimate::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ProgressBarAnimate_C_ExecuteUbergraph_WBP_UI_ProgressBarAnimate, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'WBP_UI_ProgressBarAnimate_C_ExecuteUbergraph_WBP_UI_ProgressBarAnimate::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ProgressBarAnimate_C_ExecuteUbergraph_WBP_UI_ProgressBarAnimate, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000040, "Member 'WBP_UI_ProgressBarAnimate_C_ExecuteUbergraph_WBP_UI_ProgressBarAnimate::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ProgressBarAnimate_C_ExecuteUbergraph_WBP_UI_ProgressBarAnimate, CallFunc_FInterpTo_ReturnValue) == 0x000048, "Member 'WBP_UI_ProgressBarAnimate_C_ExecuteUbergraph_WBP_UI_ProgressBarAnimate::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ProgressBarAnimate_C_ExecuteUbergraph_WBP_UI_ProgressBarAnimate, K2Node_Event_IsDesignTime) == 0x00004C, "Member 'WBP_UI_ProgressBarAnimate_C_ExecuteUbergraph_WBP_UI_ProgressBarAnimate::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ProgressBarAnimate_C_Tick \ +static_assert(alignof(WBP_UI_ProgressBarAnimate_C_Tick) == 0x000004, "Wrong alignment on WBP_UI_ProgressBarAnimate_C_Tick"); \ +static_assert(sizeof(WBP_UI_ProgressBarAnimate_C_Tick) == 0x00003C, "Wrong size on WBP_UI_ProgressBarAnimate_C_Tick"); \ +static_assert(offsetof(WBP_UI_ProgressBarAnimate_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_UI_ProgressBarAnimate_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ProgressBarAnimate_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_UI_ProgressBarAnimate_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ProgressBarAnimate_C_PreConstruct \ +static_assert(alignof(WBP_UI_ProgressBarAnimate_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_ProgressBarAnimate_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_ProgressBarAnimate_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_ProgressBarAnimate_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_ProgressBarAnimate_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_ProgressBarAnimate_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ProgressBarAnimate_C_UpdateProgress \ +static_assert(alignof(WBP_UI_ProgressBarAnimate_C_UpdateProgress) == 0x000008, "Wrong alignment on WBP_UI_ProgressBarAnimate_C_UpdateProgress"); \ +static_assert(sizeof(WBP_UI_ProgressBarAnimate_C_UpdateProgress) == 0x000040, "Wrong size on WBP_UI_ProgressBarAnimate_C_UpdateProgress"); \ +static_assert(offsetof(WBP_UI_ProgressBarAnimate_C_UpdateProgress, Divider) == 0x000000, "Member 'WBP_UI_ProgressBarAnimate_C_UpdateProgress::Divider' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ProgressBarAnimate_C_UpdateProgress, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue) == 0x000008, "Member 'WBP_UI_ProgressBarAnimate_C_UpdateProgress::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ProgressBarAnimate_C_UpdateProgress, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000010, "Member 'WBP_UI_ProgressBarAnimate_C_UpdateProgress::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ProgressBarAnimate_C_UpdateProgress, K2Node_MakeStruct_SlateChildSize) == 0x000014, "Member 'WBP_UI_ProgressBarAnimate_C_UpdateProgress::K2Node_MakeStruct_SlateChildSize' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ProgressBarAnimate_C_UpdateProgress, K2Node_MakeStruct_SlateChildSize_1) == 0x00001C, "Member 'WBP_UI_ProgressBarAnimate_C_UpdateProgress::K2Node_MakeStruct_SlateChildSize_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ProgressBarAnimate_C_UpdateProgress, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000024, "Member 'WBP_UI_ProgressBarAnimate_C_UpdateProgress::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ProgressBarAnimate_C_UpdateProgress, K2Node_MakeStruct_SlateChildSize_2) == 0x000028, "Member 'WBP_UI_ProgressBarAnimate_C_UpdateProgress::K2Node_MakeStruct_SlateChildSize_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ProgressBarAnimate_C_UpdateProgress, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_1) == 0x000030, "Member 'WBP_UI_ProgressBarAnimate_C_UpdateProgress::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ProgressBarAnimate_C_UpdateProgress, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_2) == 0x000038, "Member 'WBP_UI_ProgressBarAnimate_C_UpdateProgress::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ProgressBarAnimate_C_SetProgress \ +static_assert(alignof(WBP_UI_ProgressBarAnimate_C_SetProgress) == 0x000004, "Wrong alignment on WBP_UI_ProgressBarAnimate_C_SetProgress"); \ +static_assert(sizeof(WBP_UI_ProgressBarAnimate_C_SetProgress) == 0x000010, "Wrong size on WBP_UI_ProgressBarAnimate_C_SetProgress"); \ +static_assert(offsetof(WBP_UI_ProgressBarAnimate_C_SetProgress, InPreviousProgress) == 0x000000, "Member 'WBP_UI_ProgressBarAnimate_C_SetProgress::InPreviousProgress' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ProgressBarAnimate_C_SetProgress, InNewPercent) == 0x000004, "Member 'WBP_UI_ProgressBarAnimate_C_SetProgress::InNewPercent' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ProgressBarAnimate_C_SetProgress, CallFunc_FClamp_ReturnValue) == 0x000008, "Member 'WBP_UI_ProgressBarAnimate_C_SetProgress::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ProgressBarAnimate_C_SetProgress, CallFunc_FClamp_ReturnValue_1) == 0x00000C, "Member 'WBP_UI_ProgressBarAnimate_C_SetProgress::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_ProgressBarAnimate_C_AnimateProgress \ +static_assert(alignof(WBP_UI_ProgressBarAnimate_C_AnimateProgress) == 0x000008, "Wrong alignment on WBP_UI_ProgressBarAnimate_C_AnimateProgress"); \ +static_assert(sizeof(WBP_UI_ProgressBarAnimate_C_AnimateProgress) == 0x000028, "Wrong size on WBP_UI_ProgressBarAnimate_C_AnimateProgress"); \ +static_assert(offsetof(WBP_UI_ProgressBarAnimate_C_AnimateProgress, CallFunc_Play2DSound_ReturnValue) == 0x000000, "Member 'WBP_UI_ProgressBarAnimate_C_AnimateProgress::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ProgressBarAnimate_C_AnimateProgress, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000004, "Member 'WBP_UI_ProgressBarAnimate_C_AnimateProgress::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ProgressBarAnimate_C_AnimateProgress, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_UI_ProgressBarAnimate_C_AnimateProgress::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_ProgressBarAnimate_C_AnimateProgress, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'WBP_UI_ProgressBarAnimate_C_AnimateProgress::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_ProgressBarAnimate_C \ +static_assert(alignof(UWBP_UI_ProgressBarAnimate_C) == 0x000008, "Wrong alignment on UWBP_UI_ProgressBarAnimate_C"); \ +static_assert(sizeof(UWBP_UI_ProgressBarAnimate_C) == 0x000308, "Wrong size on UWBP_UI_ProgressBarAnimate_C"); \ +static_assert(offsetof(UWBP_UI_ProgressBarAnimate_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_ProgressBarAnimate_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ProgressBarAnimate_C, Background) == 0x000298, "Member 'UWBP_UI_ProgressBarAnimate_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ProgressBarAnimate_C, ExtraProgress) == 0x0002A0, "Member 'UWBP_UI_ProgressBarAnimate_C::ExtraProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ProgressBarAnimate_C, FillProgress) == 0x0002A8, "Member 'UWBP_UI_ProgressBarAnimate_C::FillProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ProgressBarAnimate_C, RemainingProgress) == 0x0002B0, "Member 'UWBP_UI_ProgressBarAnimate_C::RemainingProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ProgressBarAnimate_C, ExtraMaterialInstance) == 0x0002B8, "Member 'UWBP_UI_ProgressBarAnimate_C::ExtraMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ProgressBarAnimate_C, Color) == 0x0002C0, "Member 'UWBP_UI_ProgressBarAnimate_C::Color' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ProgressBarAnimate_C, DiffColor) == 0x0002D0, "Member 'UWBP_UI_ProgressBarAnimate_C::DiffColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ProgressBarAnimate_C, PreviousProgress) == 0x0002E0, "Member 'UWBP_UI_ProgressBarAnimate_C::PreviousProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ProgressBarAnimate_C, NewProgressPercent) == 0x0002E4, "Member 'UWBP_UI_ProgressBarAnimate_C::NewProgressPercent' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ProgressBarAnimate_C, BGColor) == 0x0002E8, "Member 'UWBP_UI_ProgressBarAnimate_C::BGColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ProgressBarAnimate_C, AnimateBar) == 0x0002F8, "Member 'UWBP_UI_ProgressBarAnimate_C::AnimateBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ProgressBarAnimate_C, LerpProgress) == 0x0002FC, "Member 'UWBP_UI_ProgressBarAnimate_C::LerpProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ProgressBarAnimate_C, PlayAudioOnAnim) == 0x000300, "Member 'UWBP_UI_ProgressBarAnimate_C::PlayAudioOnAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_ProgressBarAnimate_C, CurrentSoundId) == 0x000304, "Member 'UWBP_UI_ProgressBarAnimate_C::CurrentSoundId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ArmorDepletedFeedback_C \ +static_assert(alignof(UBP_ArmorDepletedFeedback_C) == 0x000008, "Wrong alignment on UBP_ArmorDepletedFeedback_C"); \ +static_assert(sizeof(UBP_ArmorDepletedFeedback_C) == 0x000308, "Wrong size on UBP_ArmorDepletedFeedback_C"); \ + +#define DUMPER7_ASSERTS_WBP_NumberCounter_C_ExecuteUbergraph_WBP_NumberCounter \ +static_assert(alignof(WBP_NumberCounter_C_ExecuteUbergraph_WBP_NumberCounter) == 0x000008, "Wrong alignment on WBP_NumberCounter_C_ExecuteUbergraph_WBP_NumberCounter"); \ +static_assert(sizeof(WBP_NumberCounter_C_ExecuteUbergraph_WBP_NumberCounter) == 0x000060, "Wrong size on WBP_NumberCounter_C_ExecuteUbergraph_WBP_NumberCounter"); \ +static_assert(offsetof(WBP_NumberCounter_C_ExecuteUbergraph_WBP_NumberCounter, EntryPoint) == 0x000000, "Member 'WBP_NumberCounter_C_ExecuteUbergraph_WBP_NumberCounter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_NumberCounter_C_ExecuteUbergraph_WBP_NumberCounter, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_NumberCounter_C_ExecuteUbergraph_WBP_NumberCounter::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_NumberCounter_C_ExecuteUbergraph_WBP_NumberCounter, CallFunc_Conv_Int64ToInt_ReturnValue) == 0x000008, "Member 'WBP_NumberCounter_C_ExecuteUbergraph_WBP_NumberCounter::CallFunc_Conv_Int64ToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NumberCounter_C_ExecuteUbergraph_WBP_NumberCounter, CallFunc_Conv_Int64ToInt_ReturnValue_1) == 0x00000C, "Member 'WBP_NumberCounter_C_ExecuteUbergraph_WBP_NumberCounter::CallFunc_Conv_Int64ToInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_NumberCounter_C_ExecuteUbergraph_WBP_NumberCounter, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000010, "Member 'WBP_NumberCounter_C_ExecuteUbergraph_WBP_NumberCounter::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NumberCounter_C_ExecuteUbergraph_WBP_NumberCounter, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000014, "Member 'WBP_NumberCounter_C_ExecuteUbergraph_WBP_NumberCounter::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_NumberCounter_C_ExecuteUbergraph_WBP_NumberCounter, K2Node_Event_MyGeometry) == 0x000018, "Member 'WBP_NumberCounter_C_ExecuteUbergraph_WBP_NumberCounter::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_NumberCounter_C_ExecuteUbergraph_WBP_NumberCounter, K2Node_Event_InDeltaTime) == 0x000050, "Member 'WBP_NumberCounter_C_ExecuteUbergraph_WBP_NumberCounter::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_NumberCounter_C_ExecuteUbergraph_WBP_NumberCounter, CallFunc_FInterpTo_ReturnValue) == 0x000054, "Member 'WBP_NumberCounter_C_ExecuteUbergraph_WBP_NumberCounter::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NumberCounter_C_ExecuteUbergraph_WBP_NumberCounter, CallFunc_FTrunc64_ReturnValue) == 0x000058, "Member 'WBP_NumberCounter_C_ExecuteUbergraph_WBP_NumberCounter::CallFunc_FTrunc64_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NumberCounter_C_Tick \ +static_assert(alignof(WBP_NumberCounter_C_Tick) == 0x000004, "Wrong alignment on WBP_NumberCounter_C_Tick"); \ +static_assert(sizeof(WBP_NumberCounter_C_Tick) == 0x00003C, "Wrong size on WBP_NumberCounter_C_Tick"); \ +static_assert(offsetof(WBP_NumberCounter_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_NumberCounter_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_NumberCounter_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_NumberCounter_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NumberCounter_C_PreConstruct \ +static_assert(alignof(WBP_NumberCounter_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_NumberCounter_C_PreConstruct"); \ +static_assert(sizeof(WBP_NumberCounter_C_PreConstruct) == 0x000001, "Wrong size on WBP_NumberCounter_C_PreConstruct"); \ +static_assert(offsetof(WBP_NumberCounter_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_NumberCounter_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NumberCounter_C_RunUpNumber \ +static_assert(alignof(WBP_NumberCounter_C_RunUpNumber) == 0x000008, "Wrong alignment on WBP_NumberCounter_C_RunUpNumber"); \ +static_assert(sizeof(WBP_NumberCounter_C_RunUpNumber) == 0x000038, "Wrong size on WBP_NumberCounter_C_RunUpNumber"); \ +static_assert(offsetof(WBP_NumberCounter_C_RunUpNumber, StartingValue_0) == 0x000000, "Member 'WBP_NumberCounter_C_RunUpNumber::StartingValue_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_NumberCounter_C_RunUpNumber, GoalValue_0) == 0x000008, "Member 'WBP_NumberCounter_C_RunUpNumber::GoalValue_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_NumberCounter_C_RunUpNumber, CallFunc_NotEqual_Int64Int64_ReturnValue) == 0x000010, "Member 'WBP_NumberCounter_C_RunUpNumber::CallFunc_NotEqual_Int64Int64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NumberCounter_C_RunUpNumber, CallFunc_Play2DSound_ReturnValue) == 0x000014, "Member 'WBP_NumberCounter_C_RunUpNumber::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NumberCounter_C_RunUpNumber, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_NumberCounter_C_RunUpNumber::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_NumberCounter_C_RunUpNumber, CallFunc_IsValid_ReturnValue) == 0x00002C, "Member 'WBP_NumberCounter_C_RunUpNumber::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NumberCounter_C_RunUpNumber, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000030, "Member 'WBP_NumberCounter_C_RunUpNumber::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NumberCounter_C_OnRunUpEnded \ +static_assert(alignof(WBP_NumberCounter_C_OnRunUpEnded) == 0x000008, "Wrong alignment on WBP_NumberCounter_C_OnRunUpEnded"); \ +static_assert(sizeof(WBP_NumberCounter_C_OnRunUpEnded) == 0x000018, "Wrong size on WBP_NumberCounter_C_OnRunUpEnded"); \ +static_assert(offsetof(WBP_NumberCounter_C_OnRunUpEnded, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_NumberCounter_C_OnRunUpEnded::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NumberCounter_C_OnRunUpEnded, CallFunc_Play2DSound_ReturnValue) == 0x000004, "Member 'WBP_NumberCounter_C_OnRunUpEnded::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NumberCounter_C_OnRunUpEnded, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'WBP_NumberCounter_C_OnRunUpEnded::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NumberCounter_C_OnRunUpEnded, CallFunc_IsValid_ReturnValue_1) == 0x000010, "Member 'WBP_NumberCounter_C_OnRunUpEnded::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_NumberCounter_C_SetDisplayValue \ +static_assert(alignof(WBP_NumberCounter_C_SetDisplayValue) == 0x000008, "Wrong alignment on WBP_NumberCounter_C_SetDisplayValue"); \ +static_assert(sizeof(WBP_NumberCounter_C_SetDisplayValue) == 0x000108, "Wrong size on WBP_NumberCounter_C_SetDisplayValue"); \ +static_assert(offsetof(WBP_NumberCounter_C_SetDisplayValue, value) == 0x000000, "Member 'WBP_NumberCounter_C_SetDisplayValue::value' has a wrong offset!"); \ +static_assert(offsetof(WBP_NumberCounter_C_SetDisplayValue, CallFunc_Conv_Int64ToText_ReturnValue) == 0x000008, "Member 'WBP_NumberCounter_C_SetDisplayValue::CallFunc_Conv_Int64ToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_NumberCounter_C_SetDisplayValue, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'WBP_NumberCounter_C_SetDisplayValue::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_NumberCounter_C_SetDisplayValue, K2Node_MakeStruct_FormatArgumentData_1) == 0x000060, "Member 'WBP_NumberCounter_C_SetDisplayValue::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_NumberCounter_C_SetDisplayValue, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000A0, "Member 'WBP_NumberCounter_C_SetDisplayValue::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_NumberCounter_C_SetDisplayValue, K2Node_MakeArray_Array) == 0x0000E0, "Member 'WBP_NumberCounter_C_SetDisplayValue::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_NumberCounter_C_SetDisplayValue, CallFunc_Format_ReturnValue) == 0x0000F0, "Member 'WBP_NumberCounter_C_SetDisplayValue::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_NumberCounter_C \ +static_assert(alignof(UWBP_NumberCounter_C) == 0x000008, "Wrong alignment on UWBP_NumberCounter_C"); \ +static_assert(sizeof(UWBP_NumberCounter_C) == 0x000320, "Wrong size on UWBP_NumberCounter_C"); \ +static_assert(offsetof(UWBP_NumberCounter_C, UberGraphFrame) == 0x000290, "Member 'UWBP_NumberCounter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NumberCounter_C, Pop) == 0x000298, "Member 'UWBP_NumberCounter_C::Pop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NumberCounter_C, NumberDisplay) == 0x0002A0, "Member 'UWBP_NumberCounter_C::NumberDisplay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NumberCounter_C, StartingValue) == 0x0002A8, "Member 'UWBP_NumberCounter_C::StartingValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NumberCounter_C, GoalValue) == 0x0002B0, "Member 'UWBP_NumberCounter_C::GoalValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NumberCounter_C, Prefix) == 0x0002B8, "Member 'UWBP_NumberCounter_C::Prefix' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NumberCounter_C, Suffix) == 0x0002D0, "Member 'UWBP_NumberCounter_C::Suffix' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NumberCounter_C, AnimateNumbers) == 0x0002E8, "Member 'UWBP_NumberCounter_C::AnimateNumbers' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NumberCounter_C, RunningValue) == 0x0002F0, "Member 'UWBP_NumberCounter_C::RunningValue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NumberCounter_C, ColorStyle) == 0x0002F8, "Member 'UWBP_NumberCounter_C::ColorStyle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NumberCounter_C, Style) == 0x000300, "Member 'UWBP_NumberCounter_C::Style' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NumberCounter_C, RunUpAudio) == 0x000308, "Member 'UWBP_NumberCounter_C::RunUpAudio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NumberCounter_C, EndAudio) == 0x000310, "Member 'UWBP_NumberCounter_C::EndAudio' has a wrong offset!"); \ +static_assert(offsetof(UWBP_NumberCounter_C, CurrentSoundId) == 0x000318, "Member 'UWBP_NumberCounter_C::CurrentSoundId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGE_HeavyBag_C \ +static_assert(alignof(UGE_HeavyBag_C) == 0x000008, "Wrong alignment on UGE_HeavyBag_C"); \ +static_assert(sizeof(UGE_HeavyBag_C) == 0x0008C0, "Wrong size on UGE_HeavyBag_C"); \ + +#define DUMPER7_ASSERTS_UBP_AdaptiveChunkDepletedFeedback_C \ +static_assert(alignof(UBP_AdaptiveChunkDepletedFeedback_C) == 0x000008, "Wrong alignment on UBP_AdaptiveChunkDepletedFeedback_C"); \ +static_assert(sizeof(UBP_AdaptiveChunkDepletedFeedback_C) == 0x000308, "Wrong size on UBP_AdaptiveChunkDepletedFeedback_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty \ +static_assert(alignof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty) == 0x000008, "Wrong alignment on WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty"); \ +static_assert(sizeof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty) == 0x0004B0, "Wrong size on WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, EntryPoint) == 0x000000, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, K2Node_Event_InNewTime_1) == 0x000004, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::K2Node_Event_InNewTime_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, K2Node_Event_PlayerStateArray) == 0x000008, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::K2Node_Event_PlayerStateArray' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, CallFunc_Array_Length_ReturnValue_1) == 0x000020, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, CallFunc_Array_Length_ReturnValue_2) == 0x000024, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, K2Node_Event_InNewTime) == 0x00002C, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::K2Node_Event_InNewTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, K2Node_Event_InNewTime_2) == 0x000030, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::K2Node_Event_InNewTime_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, K2Node_Event_PlayerDisplayName) == 0x000038, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::K2Node_Event_PlayerDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, K2Node_Event_bIsMergePartySelected) == 0x000048, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::K2Node_Event_bIsMergePartySelected' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, CallFunc_GetIsEnabled_ReturnValue) == 0x000049, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, Temp_int_Loop_Counter_Variable) == 0x00004C, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, CallFunc_K2_SetTimer_ReturnValue) == 0x000058, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, CallFunc_GetSBZMissionState_ReturnValue) == 0x000060, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::CallFunc_GetSBZMissionState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, CallFunc_GetPartyMembersCount_ReturnValue) == 0x000068, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::CallFunc_GetPartyMembersCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, CallFunc_GetMissionResultData_ReturnValue) == 0x000070, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::CallFunc_GetMissionResultData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0002F8, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0002F9, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, CallFunc_CanVoteForStayInParty_ReturnValue) == 0x0002FA, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::CallFunc_CanVoteForStayInParty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, Temp_int_Array_Index_Variable) == 0x0002FC, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, CallFunc_Array_Get_Item) == 0x000300, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, CallFunc_IsValid_ReturnValue) == 0x000308, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, CallFunc_GetPartyManager_ReturnValue) == 0x000310, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::CallFunc_GetPartyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, K2Node_CustomEvent_PlayerId) == 0x000318, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::K2Node_CustomEvent_PlayerId' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, K2Node_CreateDelegate_OutputDelegate) == 0x000328, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, K2Node_ComponentBoundEvent_Button) == 0x000340, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, Temp_int_Variable) == 0x000348, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, K2Node_MakeStruct_FormatArgumentData) == 0x000350, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, K2Node_MakeStruct_FormatArgumentData_1) == 0x000390, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, K2Node_MakeArray_Array) == 0x0003D0, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, CallFunc_Format_ReturnValue) == 0x0003E0, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, CallFunc_Add_IntInt_ReturnValue_1) == 0x0003F8, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, K2Node_Event_bInStayAsParty) == 0x0003FC, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::K2Node_Event_bInStayAsParty' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, K2Node_Event_PlayerCount) == 0x000400, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::K2Node_Event_PlayerCount' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, K2Node_MakeStruct_FormatArgumentData_2) == 0x000408, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, K2Node_MakeStruct_FormatArgumentData_3) == 0x000448, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, K2Node_MakeArray_Array_1) == 0x000488, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty, CallFunc_Format_ReturnValue_1) == 0x000498, "Member 'WBP_UI_Results_StayAsParty_C_ExecuteUbergraph_WBP_UI_Results_StayAsParty::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_StayAsParty_C_OnStayAsPartyStateUpdated \ +static_assert(alignof(WBP_UI_Results_StayAsParty_C_OnStayAsPartyStateUpdated) == 0x000004, "Wrong alignment on WBP_UI_Results_StayAsParty_C_OnStayAsPartyStateUpdated"); \ +static_assert(sizeof(WBP_UI_Results_StayAsParty_C_OnStayAsPartyStateUpdated) == 0x000004, "Wrong size on WBP_UI_Results_StayAsParty_C_OnStayAsPartyStateUpdated"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_OnStayAsPartyStateUpdated, PlayerCount) == 0x000000, "Member 'WBP_UI_Results_StayAsParty_C_OnStayAsPartyStateUpdated::PlayerCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_StayAsParty_C_OnStayAsPartyLocalStateUpdated \ +static_assert(alignof(WBP_UI_Results_StayAsParty_C_OnStayAsPartyLocalStateUpdated) == 0x000001, "Wrong alignment on WBP_UI_Results_StayAsParty_C_OnStayAsPartyLocalStateUpdated"); \ +static_assert(sizeof(WBP_UI_Results_StayAsParty_C_OnStayAsPartyLocalStateUpdated) == 0x000001, "Wrong size on WBP_UI_Results_StayAsParty_C_OnStayAsPartyLocalStateUpdated"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_OnStayAsPartyLocalStateUpdated, bInStayAsParty) == 0x000000, "Member 'WBP_UI_Results_StayAsParty_C_OnStayAsPartyLocalStateUpdated::bInStayAsParty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_StayAsParty_C_BndEvt__WBP_UI_Results_StayAsParty_WBP_UI_YesNoToggleButton_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_Results_StayAsParty_C_BndEvt__WBP_UI_Results_StayAsParty_WBP_UI_YesNoToggleButton_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_Results_StayAsParty_C_BndEvt__WBP_UI_Results_StayAsParty_WBP_UI_YesNoToggleButton_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_Results_StayAsParty_C_BndEvt__WBP_UI_Results_StayAsParty_WBP_UI_YesNoToggleButton_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_Results_StayAsParty_C_BndEvt__WBP_UI_Results_StayAsParty_WBP_UI_YesNoToggleButton_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_BndEvt__WBP_UI_Results_StayAsParty_WBP_UI_YesNoToggleButton_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_Results_StayAsParty_C_BndEvt__WBP_UI_Results_StayAsParty_WBP_UI_YesNoToggleButton_K2Node_ComponentBoundEvent_4_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_StayAsParty_C_PartyPlayerLeaveEvent_Event_0 \ +static_assert(alignof(WBP_UI_Results_StayAsParty_C_PartyPlayerLeaveEvent_Event_0) == 0x000008, "Wrong alignment on WBP_UI_Results_StayAsParty_C_PartyPlayerLeaveEvent_Event_0"); \ +static_assert(sizeof(WBP_UI_Results_StayAsParty_C_PartyPlayerLeaveEvent_Event_0) == 0x000010, "Wrong size on WBP_UI_Results_StayAsParty_C_PartyPlayerLeaveEvent_Event_0"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_PartyPlayerLeaveEvent_Event_0, PlayerId) == 0x000000, "Member 'WBP_UI_Results_StayAsParty_C_PartyPlayerLeaveEvent_Event_0::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_StayAsParty_C_OnMergePartyUpdated \ +static_assert(alignof(WBP_UI_Results_StayAsParty_C_OnMergePartyUpdated) == 0x000008, "Wrong alignment on WBP_UI_Results_StayAsParty_C_OnMergePartyUpdated"); \ +static_assert(sizeof(WBP_UI_Results_StayAsParty_C_OnMergePartyUpdated) == 0x000018, "Wrong size on WBP_UI_Results_StayAsParty_C_OnMergePartyUpdated"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_OnMergePartyUpdated, PlayerDisplayName) == 0x000000, "Member 'WBP_UI_Results_StayAsParty_C_OnMergePartyUpdated::PlayerDisplayName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_OnMergePartyUpdated, bIsMergePartySelected) == 0x000010, "Member 'WBP_UI_Results_StayAsParty_C_OnMergePartyUpdated::bIsMergePartySelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_StayAsParty_C_OnRestartStarted \ +static_assert(alignof(WBP_UI_Results_StayAsParty_C_OnRestartStarted) == 0x000004, "Wrong alignment on WBP_UI_Results_StayAsParty_C_OnRestartStarted"); \ +static_assert(sizeof(WBP_UI_Results_StayAsParty_C_OnRestartStarted) == 0x000004, "Wrong size on WBP_UI_Results_StayAsParty_C_OnRestartStarted"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_OnRestartStarted, InNewTime) == 0x000000, "Member 'WBP_UI_Results_StayAsParty_C_OnRestartStarted::InNewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_StayAsParty_C_OnSetup \ +static_assert(alignof(WBP_UI_Results_StayAsParty_C_OnSetup) == 0x000008, "Wrong alignment on WBP_UI_Results_StayAsParty_C_OnSetup"); \ +static_assert(sizeof(WBP_UI_Results_StayAsParty_C_OnSetup) == 0x000010, "Wrong size on WBP_UI_Results_StayAsParty_C_OnSetup"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_OnSetup, PlayerStateArray) == 0x000000, "Member 'WBP_UI_Results_StayAsParty_C_OnSetup::PlayerStateArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_StayAsParty_C_OnRestartAcceptTimerStarted \ +static_assert(alignof(WBP_UI_Results_StayAsParty_C_OnRestartAcceptTimerStarted) == 0x000004, "Wrong alignment on WBP_UI_Results_StayAsParty_C_OnRestartAcceptTimerStarted"); \ +static_assert(sizeof(WBP_UI_Results_StayAsParty_C_OnRestartAcceptTimerStarted) == 0x000004, "Wrong size on WBP_UI_Results_StayAsParty_C_OnRestartAcceptTimerStarted"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_OnRestartAcceptTimerStarted, InNewTime) == 0x000000, "Member 'WBP_UI_Results_StayAsParty_C_OnRestartAcceptTimerStarted::InNewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_StayAsParty_C_OnInitialTimerStarted \ +static_assert(alignof(WBP_UI_Results_StayAsParty_C_OnInitialTimerStarted) == 0x000004, "Wrong alignment on WBP_UI_Results_StayAsParty_C_OnInitialTimerStarted"); \ +static_assert(sizeof(WBP_UI_Results_StayAsParty_C_OnInitialTimerStarted) == 0x000004, "Wrong size on WBP_UI_Results_StayAsParty_C_OnInitialTimerStarted"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_OnInitialTimerStarted, InNewTime) == 0x000000, "Member 'WBP_UI_Results_StayAsParty_C_OnInitialTimerStarted::InNewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_StayAsParty_C_TickPartyCountdown \ +static_assert(alignof(WBP_UI_Results_StayAsParty_C_TickPartyCountdown) == 0x000004, "Wrong alignment on WBP_UI_Results_StayAsParty_C_TickPartyCountdown"); \ +static_assert(sizeof(WBP_UI_Results_StayAsParty_C_TickPartyCountdown) == 0x00000C, "Wrong size on WBP_UI_Results_StayAsParty_C_TickPartyCountdown"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_TickPartyCountdown, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000000, "Member 'WBP_UI_Results_StayAsParty_C_TickPartyCountdown::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_TickPartyCountdown, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000004, "Member 'WBP_UI_Results_StayAsParty_C_TickPartyCountdown::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_StayAsParty_C_TickPartyCountdown, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000008, "Member 'WBP_UI_Results_StayAsParty_C_TickPartyCountdown::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Results_StayAsParty_C \ +static_assert(alignof(UWBP_UI_Results_StayAsParty_C) == 0x000008, "Wrong alignment on UWBP_UI_Results_StayAsParty_C"); \ +static_assert(sizeof(UWBP_UI_Results_StayAsParty_C) == 0x000320, "Wrong size on UWBP_UI_Results_StayAsParty_C"); \ +static_assert(offsetof(UWBP_UI_Results_StayAsParty_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Results_StayAsParty_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_StayAsParty_C, ActionInput) == 0x000298, "Member 'UWBP_UI_Results_StayAsParty_C::ActionInput' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_StayAsParty_C, Background) == 0x0002A0, "Member 'UWBP_UI_Results_StayAsParty_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_StayAsParty_C, FormAPartyText) == 0x0002A8, "Member 'UWBP_UI_Results_StayAsParty_C::FormAPartyText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_StayAsParty_C, PlayerStayCount_T) == 0x0002B0, "Member 'UWBP_UI_Results_StayAsParty_C::PlayerStayCount_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_StayAsParty_C, StayAsPartyCountdownProgressBar) == 0x0002B8, "Member 'UWBP_UI_Results_StayAsParty_C::StayAsPartyCountdownProgressBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_StayAsParty_C, YesNoToggleButton) == 0x0002C0, "Member 'UWBP_UI_Results_StayAsParty_C::YesNoToggleButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_StayAsParty_C, StayAsPartyInitialCountdown) == 0x0002C8, "Member 'UWBP_UI_Results_StayAsParty_C::StayAsPartyInitialCountdown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_StayAsParty_C, StayAsPartyCurrentCountdown) == 0x0002CC, "Member 'UWBP_UI_Results_StayAsParty_C::StayAsPartyCurrentCountdown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_StayAsParty_C, StayInPartyCountdownTimerHandle) == 0x0002D0, "Member 'UWBP_UI_Results_StayAsParty_C::StayInPartyCountdownTimerHandle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_StayAsParty_C, HasAcceptedParty) == 0x0002D8, "Member 'UWBP_UI_Results_StayAsParty_C::HasAcceptedParty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_StayAsParty_C, CurrentAcceptCount) == 0x0002DC, "Member 'UWBP_UI_Results_StayAsParty_C::CurrentAcceptCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_StayAsParty_C, PlayersCount) == 0x0002E0, "Member 'UWBP_UI_Results_StayAsParty_C::PlayersCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_StayAsParty_C, CountString) == 0x0002E8, "Member 'UWBP_UI_Results_StayAsParty_C::CountString' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_StayAsParty_C, NumberOfPartyLeaders) == 0x0002F8, "Member 'UWBP_UI_Results_StayAsParty_C::NumberOfPartyLeaders' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_StayAsParty_C, StayAsPartyRequested) == 0x000300, "Member 'UWBP_UI_Results_StayAsParty_C::StayAsPartyRequested' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_StayAsParty_C, StayAsPartyDenied) == 0x000310, "Member 'UWBP_UI_Results_StayAsParty_C::StayAsPartyDenied' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InfamyPoints_C_ExecuteUbergraph_WBP_InfamyPoints \ +static_assert(alignof(WBP_InfamyPoints_C_ExecuteUbergraph_WBP_InfamyPoints) == 0x000008, "Wrong alignment on WBP_InfamyPoints_C_ExecuteUbergraph_WBP_InfamyPoints"); \ +static_assert(sizeof(WBP_InfamyPoints_C_ExecuteUbergraph_WBP_InfamyPoints) == 0x000010, "Wrong size on WBP_InfamyPoints_C_ExecuteUbergraph_WBP_InfamyPoints"); \ +static_assert(offsetof(WBP_InfamyPoints_C_ExecuteUbergraph_WBP_InfamyPoints, EntryPoint) == 0x000000, "Member 'WBP_InfamyPoints_C_ExecuteUbergraph_WBP_InfamyPoints::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_InfamyPoints_C_ExecuteUbergraph_WBP_InfamyPoints, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_InfamyPoints_C_ExecuteUbergraph_WBP_InfamyPoints::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_InfamyPoints_C_ExecuteUbergraph_WBP_InfamyPoints, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_InfamyPoints_C_ExecuteUbergraph_WBP_InfamyPoints::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InfamyPoints_C_PreConstruct \ +static_assert(alignof(WBP_InfamyPoints_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_InfamyPoints_C_PreConstruct"); \ +static_assert(sizeof(WBP_InfamyPoints_C_PreConstruct) == 0x000001, "Wrong size on WBP_InfamyPoints_C_PreConstruct"); \ +static_assert(offsetof(WBP_InfamyPoints_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_InfamyPoints_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_InfamyPoints_C_SetValue \ +static_assert(alignof(WBP_InfamyPoints_C_SetValue) == 0x000008, "Wrong alignment on WBP_InfamyPoints_C_SetValue"); \ +static_assert(sizeof(WBP_InfamyPoints_C_SetValue) == 0x0000D8, "Wrong size on WBP_InfamyPoints_C_SetValue"); \ +static_assert(offsetof(WBP_InfamyPoints_C_SetValue, InValue) == 0x000000, "Member 'WBP_InfamyPoints_C_SetValue::InValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InfamyPoints_C_SetValue, Temp_bool_Variable) == 0x000004, "Member 'WBP_InfamyPoints_C_SetValue::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_InfamyPoints_C_SetValue, CallFunc_Greater_IntInt_ReturnValue) == 0x000005, "Member 'WBP_InfamyPoints_C_SetValue::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InfamyPoints_C_SetValue, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_InfamyPoints_C_SetValue::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InfamyPoints_C_SetValue, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'WBP_InfamyPoints_C_SetValue::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_InfamyPoints_C_SetValue, Temp_text_Variable) == 0x000060, "Member 'WBP_InfamyPoints_C_SetValue::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_InfamyPoints_C_SetValue, K2Node_MakeArray_Array) == 0x000078, "Member 'WBP_InfamyPoints_C_SetValue::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_InfamyPoints_C_SetValue, CallFunc_Format_ReturnValue) == 0x000088, "Member 'WBP_InfamyPoints_C_SetValue::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_InfamyPoints_C_SetValue, Temp_object_Variable) == 0x0000A0, "Member 'WBP_InfamyPoints_C_SetValue::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_InfamyPoints_C_SetValue, K2Node_Select_Default) == 0x0000A8, "Member 'WBP_InfamyPoints_C_SetValue::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_InfamyPoints_C_SetValue, Temp_object_Variable_1) == 0x0000C0, "Member 'WBP_InfamyPoints_C_SetValue::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_InfamyPoints_C_SetValue, Temp_bool_Variable_1) == 0x0000C8, "Member 'WBP_InfamyPoints_C_SetValue::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_InfamyPoints_C_SetValue, K2Node_Select_Default_1) == 0x0000D0, "Member 'WBP_InfamyPoints_C_SetValue::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_InfamyPoints_C \ +static_assert(alignof(UWBP_InfamyPoints_C) == 0x000008, "Wrong alignment on UWBP_InfamyPoints_C"); \ +static_assert(sizeof(UWBP_InfamyPoints_C) == 0x000320, "Wrong size on UWBP_InfamyPoints_C"); \ +static_assert(offsetof(UWBP_InfamyPoints_C, UberGraphFrame) == 0x000290, "Member 'UWBP_InfamyPoints_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InfamyPoints_C, Border_Frame) == 0x000298, "Member 'UWBP_InfamyPoints_C::Border_Frame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InfamyPoints_C, Icon_Image) == 0x0002A0, "Member 'UWBP_InfamyPoints_C::Icon_Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InfamyPoints_C, Image) == 0x0002A8, "Member 'UWBP_InfamyPoints_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InfamyPoints_C, Image_1) == 0x0002B0, "Member 'UWBP_InfamyPoints_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InfamyPoints_C, Image_2) == 0x0002B8, "Member 'UWBP_InfamyPoints_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InfamyPoints_C, Image_3) == 0x0002C0, "Member 'UWBP_InfamyPoints_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InfamyPoints_C, Image_4) == 0x0002C8, "Member 'UWBP_InfamyPoints_C::Image_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InfamyPoints_C, Image_5) == 0x0002D0, "Member 'UWBP_InfamyPoints_C::Image_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InfamyPoints_C, Image_6) == 0x0002D8, "Member 'UWBP_InfamyPoints_C::Image_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InfamyPoints_C, Image_25) == 0x0002E0, "Member 'UWBP_InfamyPoints_C::Image_25' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InfamyPoints_C, Image_511) == 0x0002E8, "Member 'UWBP_InfamyPoints_C::Image_511' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InfamyPoints_C, PointsAmount_T) == 0x0002F0, "Member 'UWBP_InfamyPoints_C::PointsAmount_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InfamyPoints_C, Title_T) == 0x0002F8, "Member 'UWBP_InfamyPoints_C::Title_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InfamyPoints_C, InTitle) == 0x000300, "Member 'UWBP_InfamyPoints_C::InTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_InfamyPoints_C, IconTexture) == 0x000318, "Member 'UWBP_InfamyPoints_C::IconTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress \ +static_assert(alignof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress) == 0x000008, "Wrong alignment on WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress"); \ +static_assert(sizeof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress) == 0x000170, "Wrong size on WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress, EntryPoint) == 0x000000, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress, Temp_object_Variable) == 0x000008, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress, K2Node_CustomEvent_Loaded) == 0x000018, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000020, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress, K2Node_Event_IsDesignTime) == 0x00003C, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress, K2Node_MakeStruct_FormatArgumentData_1) == 0x000080, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress, K2Node_MakeArray_Array) == 0x0000C0, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress, K2Node_MakeArray_Array_1) == 0x0000D0, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress, CallFunc_Format_ReturnValue_1) == 0x0000F8, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress, K2Node_DynamicCast_AsSBZBase_Weapon_Data) == 0x000110, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress::K2Node_DynamicCast_AsSBZBase_Weapon_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress, K2Node_DynamicCast_bSuccess) == 0x000118, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress, CallFunc_IsValid_ReturnValue_1) == 0x000119, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress, CallFunc_Create_ReturnValue) == 0x000120, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000128, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00012C, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000130, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000134, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x000138, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress, CallFunc_SafeDivide_ReturnValue) == 0x00013C, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress, CallFunc_SafeDivide_ReturnValue_1) == 0x000140, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress::CallFunc_SafeDivide_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress, CallFunc_SelectFloat_ReturnValue) == 0x000144, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress, K2Node_MakeStruct_SlateColor) == 0x000148, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ExecuteUbergraph_WBP_UI_Results_Reward_WeaponProgress::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_WeaponProgress_C_PreConstruct \ +static_assert(alignof(WBP_UI_Results_Reward_WeaponProgress_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Results_Reward_WeaponProgress_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Results_Reward_WeaponProgress_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Results_Reward_WeaponProgress_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_WeaponProgress_C_OnLoaded_BE567583454F8E94170EB98A814612C2 \ +static_assert(alignof(WBP_UI_Results_Reward_WeaponProgress_C_OnLoaded_BE567583454F8E94170EB98A814612C2) == 0x000008, "Wrong alignment on WBP_UI_Results_Reward_WeaponProgress_C_OnLoaded_BE567583454F8E94170EB98A814612C2"); \ +static_assert(sizeof(WBP_UI_Results_Reward_WeaponProgress_C_OnLoaded_BE567583454F8E94170EB98A814612C2) == 0x000008, "Wrong size on WBP_UI_Results_Reward_WeaponProgress_C_OnLoaded_BE567583454F8E94170EB98A814612C2"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_OnLoaded_BE567583454F8E94170EB98A814612C2, Loaded) == 0x000000, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_OnLoaded_BE567583454F8E94170EB98A814612C2::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_WeaponProgress_C_PlayAppearAnim \ +static_assert(alignof(WBP_UI_Results_Reward_WeaponProgress_C_PlayAppearAnim) == 0x000008, "Wrong alignment on WBP_UI_Results_Reward_WeaponProgress_C_PlayAppearAnim"); \ +static_assert(sizeof(WBP_UI_Results_Reward_WeaponProgress_C_PlayAppearAnim) == 0x000008, "Wrong size on WBP_UI_Results_Reward_WeaponProgress_C_PlayAppearAnim"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_PlayAppearAnim, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_PlayAppearAnim::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks \ +static_assert(alignof(WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks) == 0x000008, "Wrong alignment on WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks"); \ +static_assert(sizeof(WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks) == 0x000050, "Wrong size on WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks, CallFunc_Create_ReturnValue) == 0x000028, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks, CallFunc_Array_Add_ReturnValue) == 0x000030, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks, CallFunc_Greater_IntInt_ReturnValue) == 0x000040, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks, CallFunc_Array_Length_ReturnValue_1) == 0x000044, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_AddModUnlocks::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_WeaponProgress_C_ShowMods \ +static_assert(alignof(WBP_UI_Results_Reward_WeaponProgress_C_ShowMods) == 0x000008, "Wrong alignment on WBP_UI_Results_Reward_WeaponProgress_C_ShowMods"); \ +static_assert(sizeof(WBP_UI_Results_Reward_WeaponProgress_C_ShowMods) == 0x000058, "Wrong size on WBP_UI_Results_Reward_WeaponProgress_C_ShowMods"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ShowMods, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ShowMods::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ShowMods, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ShowMods::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ShowMods, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ShowMods::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ShowMods, Temp_int_Variable) == 0x000024, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ShowMods::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ShowMods, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ShowMods::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ShowMods, K2Node_MakeStruct_Margin) == 0x000030, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ShowMods::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ShowMods, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000040, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ShowMods::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ShowMods, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ShowMods::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ShowMods, CallFunc_Play2DSound_ReturnValue) == 0x00004C, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ShowMods::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_ShowMods, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_ShowMods::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_WeaponProgress_C_AnimateBarsAndText \ +static_assert(alignof(WBP_UI_Results_Reward_WeaponProgress_C_AnimateBarsAndText) == 0x000008, "Wrong alignment on WBP_UI_Results_Reward_WeaponProgress_C_AnimateBarsAndText"); \ +static_assert(sizeof(WBP_UI_Results_Reward_WeaponProgress_C_AnimateBarsAndText) == 0x000030, "Wrong size on WBP_UI_Results_Reward_WeaponProgress_C_AnimateBarsAndText"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_AnimateBarsAndText, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_AnimateBarsAndText::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_AnimateBarsAndText, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_AnimateBarsAndText::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_AnimateBarsAndText, CallFunc_Subtract_IntInt_ReturnValue) == 0x000020, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_AnimateBarsAndText::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_AnimateBarsAndText, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_AnimateBarsAndText::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_AnimateBarsAndText, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000028, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_AnimateBarsAndText::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Results_Reward_WeaponProgress_C_PlayLevelUpAnim \ +static_assert(alignof(WBP_UI_Results_Reward_WeaponProgress_C_PlayLevelUpAnim) == 0x000008, "Wrong alignment on WBP_UI_Results_Reward_WeaponProgress_C_PlayLevelUpAnim"); \ +static_assert(sizeof(WBP_UI_Results_Reward_WeaponProgress_C_PlayLevelUpAnim) == 0x000008, "Wrong size on WBP_UI_Results_Reward_WeaponProgress_C_PlayLevelUpAnim"); \ +static_assert(offsetof(WBP_UI_Results_Reward_WeaponProgress_C_PlayLevelUpAnim, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'WBP_UI_Results_Reward_WeaponProgress_C_PlayLevelUpAnim::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Results_Reward_WeaponProgress_C \ +static_assert(alignof(UWBP_UI_Results_Reward_WeaponProgress_C) == 0x000008, "Wrong alignment on UWBP_UI_Results_Reward_WeaponProgress_C"); \ +static_assert(sizeof(UWBP_UI_Results_Reward_WeaponProgress_C) == 0x000390, "Wrong size on UWBP_UI_Results_Reward_WeaponProgress_C"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_WeaponProgress_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_Results_Reward_WeaponProgress_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_WeaponProgress_C, LeveledUp) == 0x000298, "Member 'UWBP_UI_Results_Reward_WeaponProgress_C::LeveledUp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_WeaponProgress_C, FadeInWeapon) == 0x0002A0, "Member 'UWBP_UI_Results_Reward_WeaponProgress_C::FadeInWeapon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_WeaponProgress_C, Border_Frame) == 0x0002A8, "Member 'UWBP_UI_Results_Reward_WeaponProgress_C::Border_Frame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_WeaponProgress_C, Icon) == 0x0002B0, "Member 'UWBP_UI_Results_Reward_WeaponProgress_C::Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_WeaponProgress_C, Image) == 0x0002B8, "Member 'UWBP_UI_Results_Reward_WeaponProgress_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_WeaponProgress_C, Image_1) == 0x0002C0, "Member 'UWBP_UI_Results_Reward_WeaponProgress_C::Image_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_WeaponProgress_C, Image_2) == 0x0002C8, "Member 'UWBP_UI_Results_Reward_WeaponProgress_C::Image_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_WeaponProgress_C, Image_3) == 0x0002D0, "Member 'UWBP_UI_Results_Reward_WeaponProgress_C::Image_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_WeaponProgress_C, Image_4) == 0x0002D8, "Member 'UWBP_UI_Results_Reward_WeaponProgress_C::Image_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_WeaponProgress_C, Image_5) == 0x0002E0, "Member 'UWBP_UI_Results_Reward_WeaponProgress_C::Image_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_WeaponProgress_C, Image_6) == 0x0002E8, "Member 'UWBP_UI_Results_Reward_WeaponProgress_C::Image_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_WeaponProgress_C, Image_511) == 0x0002F0, "Member 'UWBP_UI_Results_Reward_WeaponProgress_C::Image_511' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_WeaponProgress_C, LevelProg_Text) == 0x0002F8, "Member 'UWBP_UI_Results_Reward_WeaponProgress_C::LevelProg_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_WeaponProgress_C, LevelUp_T) == 0x000300, "Member 'UWBP_UI_Results_Reward_WeaponProgress_C::LevelUp_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_WeaponProgress_C, ModItems) == 0x000308, "Member 'UWBP_UI_Results_Reward_WeaponProgress_C::ModItems' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_WeaponProgress_C, NewLevel_T) == 0x000310, "Member 'UWBP_UI_Results_Reward_WeaponProgress_C::NewLevel_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_WeaponProgress_C, ProgressBar) == 0x000318, "Member 'UWBP_UI_Results_Reward_WeaponProgress_C::ProgressBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_WeaponProgress_C, WBP_Diff) == 0x000320, "Member 'UWBP_UI_Results_Reward_WeaponProgress_C::WBP_Diff' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_WeaponProgress_C, WeaponName_T) == 0x000328, "Member 'UWBP_UI_Results_Reward_WeaponProgress_C::WeaponName_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_WeaponProgress_C, ResultData) == 0x000330, "Member 'UWBP_UI_Results_Reward_WeaponProgress_C::ResultData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_WeaponProgress_C, UnlockedMods) == 0x000360, "Member 'UWBP_UI_Results_Reward_WeaponProgress_C::UnlockedMods' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_WeaponProgress_C, NumModsShown) == 0x000370, "Member 'UWBP_UI_Results_Reward_WeaponProgress_C::NumModsShown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_WeaponProgress_C, ModAdded) == 0x000378, "Member 'UWBP_UI_Results_Reward_WeaponProgress_C::ModAdded' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Results_Reward_WeaponProgress_C, DelayRewardTime) == 0x000388, "Member 'UWBP_UI_Results_Reward_WeaponProgress_C::DelayRewardTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen) == 0x000818, "Wrong size on WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, EntryPoint) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_GetSBZMissionState_ReturnValue) == 0x000020, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_GetSBZMissionState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_GetMissionResultData_ReturnValue) == 0x000028, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_GetMissionResultData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_Event_InNewTime) == 0x0002B0, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_Event_InNewTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_SwitchEnum_CmpSuccess) == 0x0002B4, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_Event_InNewTime_1) == 0x0002B8, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_Event_InNewTime_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_Event_InNewTime_2) == 0x0002BC, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_Event_InNewTime_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_CustomEvent_ActionName) == 0x0002C0, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_CustomEvent_ActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_IsValid_ReturnValue_1) == 0x0002CC, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, Temp_byte_Variable) == 0x0002CD, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_Concat_StrStr_ReturnValue) == 0x0002D0, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, Temp_byte_Variable_1) == 0x0002E0, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, Temp_bool_Variable) == 0x0002E1, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_Select_Default) == 0x0002E2, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_DynamicCast_AsBink_Media_Texture) == 0x0002E8, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_DynamicCast_AsBink_Media_Texture' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_DynamicCast_bSuccess) == 0x0002F0, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_IsValid_ReturnValue_2) == 0x0002F1, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_GetChallengeManager_ReturnValue) == 0x0002F8, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_GetChallengeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_CreateDelegate_OutputDelegate_1) == 0x000300, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_Event_IsDesignTime) == 0x000314, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_DynamicCast_AsBink_Media_Texture_1) == 0x000318, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_DynamicCast_AsBink_Media_Texture_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_DynamicCast_bSuccess_1) == 0x000320, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_GetIsEnabled_ReturnValue) == 0x000321, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_IsVisible_ReturnValue) == 0x000322, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_Play_ReturnValue) == 0x000323, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_Play_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_BooleanAND_ReturnValue) == 0x000324, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_Rewind_ReturnValue) == 0x000325, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_Rewind_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_OpenUrl_ReturnValue) == 0x000326, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_OpenUrl_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_Not_PreBool_ReturnValue) == 0x000327, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_BooleanAND_ReturnValue_1) == 0x000328, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_CreateDelegate_OutputDelegate_2) == 0x00032C, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_GetMusicManager_ReturnValue) == 0x000340, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_GetMusicManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_IsEmpty_ReturnValue) == 0x000348, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_DynamicCast_AsBink_Media_Texture_2) == 0x000350, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_DynamicCast_AsBink_Media_Texture_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_DynamicCast_bSuccess_2) == 0x000358, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_GetSBZMissionState_ReturnValue_1) == 0x000360, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_GetSBZMissionState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_GetMissionResultData_ReturnValue_1) == 0x000368, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_GetMissionResultData_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_CreateDelegate_OutputDelegate_3) == 0x0005F0, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, Temp_string_Variable) == 0x000608, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::Temp_string_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, Temp_bool_Variable_1) == 0x000618, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_Select_Default_1) == 0x000620, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000630, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_OpenUrl_ReturnValue_1) == 0x000640, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_OpenUrl_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_ComponentBoundEvent_Button_6) == 0x000648, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_ComponentBoundEvent_Button_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_ComponentBoundEvent_Button_5) == 0x000650, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_ComponentBoundEvent_Button_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_ComponentBoundEvent_Button_4) == 0x000658, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_ComponentBoundEvent_Button_3) == 0x000660, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, Temp_object_Variable) == 0x000668, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, Temp_object_Variable_1) == 0x000670, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_GetInfamyManager_ReturnValue) == 0x000678, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_GetInfamyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_CustomEvent_NewLevel) == 0x000680, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_CustomEvent_NewLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_CustomEvent_PreviousLevel) == 0x000684, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_CustomEvent_PreviousLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, Temp_object_Variable_2) == 0x000688, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, Temp_object_Variable_3) == 0x000690, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_PlayAnimationForward_ReturnValue) == 0x000698, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_ComponentBoundEvent_Button_2) == 0x0006A0, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_ComponentBoundEvent_Button_1) == 0x0006A8, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_GetMapName_ReturnValue) == 0x0006B0, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_GetMapName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_GetHeistDataFromLevelShortName_ReturnValue) == 0x0006C0, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_GetHeistDataFromLevelShortName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_GetIsActive_IsActive) == 0x0006C8, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_GetIsActive_IsActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_IsInputTypeController_ReturnValue) == 0x0006C9, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_IsInputTypeController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_Not_PreBool_ReturnValue_1) == 0x0006CA, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_BooleanAND_ReturnValue_2) == 0x0006CB, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_ComponentBoundEvent_Button) == 0x0006D0, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_Not_PreBool_ReturnValue_2) == 0x0006D8, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, Temp_struct_Variable) == 0x0006E0, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x000738, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00073C, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_GetGameStateMachine_ReturnValue) == 0x000740, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_BooleanAND_ReturnValue_3) == 0x000748, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_IsSoloGame_ReturnValue) == 0x000749, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_IsSoloGame_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_Event_bWasCancelled) == 0x00074A, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_Event_bWasCancelled' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, Temp_byte_Variable_2) == 0x00074B, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, Temp_byte_Variable_3) == 0x00074C, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_Select_Default_2) == 0x000750, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_Select_Default_3) == 0x0007A8, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_IsValid_ReturnValue_3) == 0x0007B0, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_IsValid_ReturnValue_4) == 0x0007B1, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_Play2DSound_ReturnValue) == 0x0007B4, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_Play2DSound_ReturnValue_1) == 0x0007B8, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_Play2DSound_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, Temp_string_Variable_1) == 0x0007C0, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::Temp_string_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_Play2DSound_ReturnValue_2) == 0x0007D0, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_Play2DSound_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_Play2DSound_ReturnValue_3) == 0x0007D4, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_Play2DSound_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_StealthBranch_OutputPins) == 0x0007D8, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_StealthBranch_OutputPins' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_StealthBranch_ReturnValue) == 0x0007D9, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_StealthBranch_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_GetGameState_ReturnValue) == 0x0007E0, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_SwitchEnum_CmpSuccess_1) == 0x0007E8, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_DynamicCast_AsPD3Heist_Game_State) == 0x0007F0, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_DynamicCast_AsPD3Heist_Game_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_DynamicCast_bSuccess_3) == 0x0007F8, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, Temp_byte_Variable_4) == 0x0007F9, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_IsValid_ReturnValue_5) == 0x0007FA, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, K2Node_Select_Default_4) == 0x000800, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_Play2DSound_ReturnValue_4) == 0x000810, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_Play2DSound_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen, CallFunc_Play2DSound_ReturnValue_5) == 0x000814, "Member 'WBP_UI_SM_ResultScreen_C_ExecuteUbergraph_WBP_UI_SM_ResultScreen::CallFunc_Play2DSound_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_OnPartyMergeFinished \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_OnPartyMergeFinished) == 0x000001, "Wrong alignment on WBP_UI_SM_ResultScreen_C_OnPartyMergeFinished"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_OnPartyMergeFinished) == 0x000001, "Wrong size on WBP_UI_SM_ResultScreen_C_OnPartyMergeFinished"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnPartyMergeFinished, bWasCancelled) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_OnPartyMergeFinished::bWasCancelled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_SocialButton_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_SocialButton_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_SocialButton_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_SocialButton_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_SocialButton_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_SocialButton_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_SocialButton_K2Node_ComponentBoundEvent_0_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_PreviousButton_K2Node_ComponentBoundEvent_18_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_PreviousButton_K2Node_ComponentBoundEvent_18_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_PreviousButton_K2Node_ComponentBoundEvent_18_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_PreviousButton_K2Node_ComponentBoundEvent_18_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_PreviousButton_K2Node_ComponentBoundEvent_18_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_PreviousButton_K2Node_ComponentBoundEvent_18_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_PreviousButton_K2Node_ComponentBoundEvent_18_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_NextButton_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_NextButton_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_NextButton_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_NextButton_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_NextButton_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_NextButton_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_NextButton_K2Node_ComponentBoundEvent_14_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_ShowPreviousRenownLevel \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_ShowPreviousRenownLevel) == 0x000004, "Wrong alignment on WBP_UI_SM_ResultScreen_C_ShowPreviousRenownLevel"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_ShowPreviousRenownLevel) == 0x000008, "Wrong size on WBP_UI_SM_ResultScreen_C_ShowPreviousRenownLevel"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ShowPreviousRenownLevel, NewLevel) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_ShowPreviousRenownLevel::NewLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ShowPreviousRenownLevel, PreviousLevel) == 0x000004, "Member 'WBP_UI_SM_ResultScreen_C_ShowPreviousRenownLevel::PreviousLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_WeaponProgress_Right_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_WeaponProgress_Right_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_WeaponProgress_Right_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_WeaponProgress_Right_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_WeaponProgress_Right_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_WeaponProgress_Right_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_WeaponProgress_Right_K2Node_ComponentBoundEvent_12_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_WeaponProgress_Left_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_WeaponProgress_Left_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_WeaponProgress_Left_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_WeaponProgress_Left_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_WeaponProgress_Left_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_WeaponProgress_Left_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_WeaponProgress_Left_K2Node_ComponentBoundEvent_11_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_ChallengeReward_Left_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_ChallengeReward_Left_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_ChallengeReward_Left_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_ChallengeReward_Left_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_ChallengeReward_Left_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_ChallengeReward_Left_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_ChallengeReward_Left_K2Node_ComponentBoundEvent_8_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_ChallengeReward_Right_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_ChallengeReward_Right_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_ChallengeReward_Right_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_ChallengeReward_Right_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature) == 0x000008, "Wrong size on WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_ChallengeReward_Right_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_ChallengeReward_Right_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature, Button) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_BndEvt__WBP_UI_SM_ResultScreen_WBP_ChallengeReward_Right_K2Node_ComponentBoundEvent_7_OnMenuButtonSelected__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_PreConstruct \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_SM_ResultScreen_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_SM_ResultScreen_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_OnSkipInput \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_OnSkipInput) == 0x000004, "Wrong alignment on WBP_UI_SM_ResultScreen_C_OnSkipInput"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_OnSkipInput) == 0x00000C, "Wrong size on WBP_UI_SM_ResultScreen_C_OnSkipInput"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnSkipInput, ActionName) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_OnSkipInput::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_OnRestartExpireTimerUpdated \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_OnRestartExpireTimerUpdated) == 0x000004, "Wrong alignment on WBP_UI_SM_ResultScreen_C_OnRestartExpireTimerUpdated"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_OnRestartExpireTimerUpdated) == 0x000004, "Wrong size on WBP_UI_SM_ResultScreen_C_OnRestartExpireTimerUpdated"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnRestartExpireTimerUpdated, InNewTime) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_OnRestartExpireTimerUpdated::InNewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_OnRestartCountdownTimerUpdated \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_OnRestartCountdownTimerUpdated) == 0x000004, "Wrong alignment on WBP_UI_SM_ResultScreen_C_OnRestartCountdownTimerUpdated"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_OnRestartCountdownTimerUpdated) == 0x000004, "Wrong size on WBP_UI_SM_ResultScreen_C_OnRestartCountdownTimerUpdated"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnRestartCountdownTimerUpdated, InNewTime) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_OnRestartCountdownTimerUpdated::InNewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_OnRestartAcceptTimerUpdated \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_OnRestartAcceptTimerUpdated) == 0x000004, "Wrong alignment on WBP_UI_SM_ResultScreen_C_OnRestartAcceptTimerUpdated"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_OnRestartAcceptTimerUpdated) == 0x000004, "Wrong size on WBP_UI_SM_ResultScreen_C_OnRestartAcceptTimerUpdated"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnRestartAcceptTimerUpdated, InNewTime) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_OnRestartAcceptTimerUpdated::InNewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress) == 0x0002F0, "Wrong size on WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, LastOverskillLevel) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::LastOverskillLevel' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Map_Length_ReturnValue) == 0x000004, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Map_Length_ReturnValue_1) == 0x000008, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Map_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00000D, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Map_Length_ReturnValue_2) == 0x000010, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Map_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Greater_IntInt_ReturnValue_2) == 0x000020, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, K2Node_CreateDelegate_OutputDelegate) == 0x000024, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_BooleanOR_ReturnValue) == 0x000038, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_BooleanOR_ReturnValue_1) == 0x000039, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000040, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, Temp_int_Loop_Counter_Variable) == 0x000048, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, Temp_int_Loop_Counter_Variable_1) == 0x000054, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, Temp_int_Loop_Counter_Variable_2) == 0x000058, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Add_IntInt_ReturnValue_1) == 0x00005C, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Add_IntInt_ReturnValue_2) == 0x000060, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, Temp_int_Array_Index_Variable) == 0x000064, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Array_Length_ReturnValue_1) == 0x000068, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Add_IntInt_ReturnValue_3) == 0x00006C, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Greater_IntInt_ReturnValue_3) == 0x000070, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Greater_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000078, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, Temp_int_Array_Index_Variable_1) == 0x000080, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Create_ReturnValue) == 0x000088, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, Temp_int_Array_Index_Variable_2) == 0x000090, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Play2DSound_ReturnValue) == 0x000094, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, Temp_bool_True_if_break_was_hit_Variable) == 0x000098, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Not_PreBool_ReturnValue) == 0x000099, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_IsValid_ReturnValue) == 0x00009A, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_GetPlayerData_ReturnValue) == 0x0000A0, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_GetPlayerData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Create_ReturnValue_1) == 0x000258, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Array_Get_Item) == 0x000260, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_GetOverskillProgressResultData_ReturnValue) == 0x000290, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_GetOverskillProgressResultData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Array_Get_Item_1) == 0x0002A0, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Array_Length_ReturnValue_2) == 0x0002B0, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Less_IntInt_ReturnValue) == 0x0002B4, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_FTrunc_ReturnValue) == 0x0002B8, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Add_FloatFloat_ReturnValue) == 0x0002BC, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0002C0, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Array_Get_Item_2) == 0x0002C8, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Array_Length_ReturnValue_3) == 0x0002D0, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Less_IntInt_ReturnValue_1) == 0x0002D4, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_IsValid_ReturnValue_1) == 0x0002D5, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_BooleanAND_ReturnValue) == 0x0002D6, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Less_FloatFloat_ReturnValue) == 0x0002D7, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_IsValid_ReturnValue_2) == 0x0002D8, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_FTrunc_ReturnValue_1) == 0x0002DC, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Array_Length_ReturnValue_4) == 0x0002E0, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Less_IntInt_ReturnValue_2) == 0x0002E4, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Array_Add_ReturnValue) == 0x0002E8, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress, CallFunc_Array_Add_ReturnValue_1) == 0x0002EC, "Member 'WBP_UI_SM_ResultScreen_C_GetSkillAndWeaponProgress::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress) == 0x000088, "Wrong size on WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress, CallFunc_GetNumWeaponBoxes_WeaponBoxes) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress::CallFunc_GetNumWeaponBoxes_WeaponBoxes' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress, CallFunc_Greater_IntInt_ReturnValue) == 0x000004, "Member 'WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress, CallFunc_SlotAsScrollBoxSlot_ReturnValue) == 0x000038, "Member 'WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress::CallFunc_SlotAsScrollBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000040, "Member 'WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress, K2Node_MakeStruct_Margin) == 0x000048, "Member 'WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress, Temp_int_Variable) == 0x000058, "Member 'WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress, CallFunc_AddChild_ReturnValue) == 0x000060, "Member 'WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress, CallFunc_Play2DSound_ReturnValue) == 0x000068, "Member 'WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress, K2Node_CreateDelegate_OutputDelegate_1) == 0x00006C, "Member 'WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000080, "Member 'WBP_UI_SM_ResultScreen_C_OnAddOverskillProgress::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress) == 0x000088, "Wrong size on WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress, CallFunc_Add_IntInt_ReturnValue) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress, K2Node_MakeStruct_Margin) == 0x000004, "Member 'WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress, Temp_int_Variable) == 0x000028, "Member 'WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress, CallFunc_Play2DSound_ReturnValue) == 0x00002C, "Member 'WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress, K2Node_CreateDelegate_OutputDelegate_1) == 0x000030, "Member 'WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress, CallFunc_Array_Get_Item) == 0x000048, "Member 'WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000054, "Member 'WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress, CallFunc_Array_Length_ReturnValue_1) == 0x000058, "Member 'WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress, CallFunc_SlotAsScrollBoxSlot_ReturnValue) == 0x000060, "Member 'WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress::CallFunc_SlotAsScrollBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000068, "Member 'WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress, CallFunc_Add_FloatFloat_ReturnValue) == 0x00006C, "Member 'WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress, CallFunc_AddChild_ReturnValue) == 0x000070, "Member 'WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000078, "Member 'WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'WBP_UI_SM_ResultScreen_C_OnAddWeaponProgress::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_OnAnimateBlackMarketUnlocks \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_OnAnimateBlackMarketUnlocks) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_OnAnimateBlackMarketUnlocks"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_OnAnimateBlackMarketUnlocks) == 0x000030, "Wrong size on WBP_UI_SM_ResultScreen_C_OnAnimateBlackMarketUnlocks"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAnimateBlackMarketUnlocks, CallFunc_Play2DSound_ReturnValue) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_OnAnimateBlackMarketUnlocks::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAnimateBlackMarketUnlocks, CallFunc_IsVisible_ReturnValue) == 0x000004, "Member 'WBP_UI_SM_ResultScreen_C_OnAnimateBlackMarketUnlocks::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAnimateBlackMarketUnlocks, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'WBP_UI_SM_ResultScreen_C_OnAnimateBlackMarketUnlocks::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAnimateBlackMarketUnlocks, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_UI_SM_ResultScreen_C_OnAnimateBlackMarketUnlocks::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAnimateBlackMarketUnlocks, CallFunc_FMax_ReturnValue) == 0x000024, "Member 'WBP_UI_SM_ResultScreen_C_OnAnimateBlackMarketUnlocks::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAnimateBlackMarketUnlocks, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000028, "Member 'WBP_UI_SM_ResultScreen_C_OnAnimateBlackMarketUnlocks::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTab \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTab) == 0x000004, "Wrong alignment on WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTab"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTab) == 0x000008, "Wrong size on WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTab"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTab, CallFunc_Array_Length_ReturnValue) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTab::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTab, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTab::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge) == 0x000060, "Wrong size on WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge, Temp_int_Variable) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge, CallFunc_Play2DSound_ReturnValue) == 0x000004, "Member 'WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge, CallFunc_Add_IntInt_ReturnValue_1) == 0x00000C, "Member 'WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge, CallFunc_FMax_ReturnValue) == 0x000010, "Member 'WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000028, "Member 'WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge, CallFunc_FMax_ReturnValue_1) == 0x000030, "Member 'WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge::CallFunc_FMax_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge, K2Node_CreateDelegate_OutputDelegate_1) == 0x000034, "Member 'WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000048, "Member 'WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge, CallFunc_Array_Get_Item) == 0x000050, "Member 'WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00005C, "Member 'WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge, CallFunc_Less_IntInt_ReturnValue) == 0x00005D, "Member 'WBP_UI_SM_ResultScreen_C_OnAnimateChallengesTabChallenge::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_OnAnimateMatchSummaryTab \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_OnAnimateMatchSummaryTab) == 0x000001, "Wrong alignment on WBP_UI_SM_ResultScreen_C_OnAnimateMatchSummaryTab"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_OnAnimateMatchSummaryTab) == 0x000001, "Wrong size on WBP_UI_SM_ResultScreen_C_OnAnimateMatchSummaryTab"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAnimateMatchSummaryTab, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_OnAnimateMatchSummaryTab::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress) == 0x0001E8, "Wrong size on WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, L_PointsProgressTowardsNextLevelUp) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::L_PointsProgressTowardsNextLevelUp' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, L_PointsRequiredForNextLevelUp) == 0x000004, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::L_PointsRequiredForNextLevelUp' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_GetInfamyManager_ReturnValue) == 0x000008, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_GetInfamyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000010, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_ClientGetPreMatchExperience_ReturnValue) == 0x000018, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_ClientGetPreMatchExperience_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_GetLevelForExperience_ReturnValue) == 0x000030, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_GetLevelForExperience_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, K2Node_CreateDelegate_OutputDelegate_1) == 0x000034, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_GetInfamyManager_ReturnValue_1) == 0x000048, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_GetInfamyManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000050, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_ClientGetProgressInfo_OutProgressTowardsNextLevelUp) == 0x000058, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_ClientGetProgressInfo_OutProgressTowardsNextLevelUp' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_ClientGetProgressInfo_OutPointsRequiredForNextLevelUp) == 0x00005C, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_ClientGetProgressInfo_OutPointsRequiredForNextLevelUp' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, K2Node_MakeArray_Array) == 0x0000E0, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_Format_ReturnValue) == 0x0000F0, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_GetInfamyManager_ReturnValue_2) == 0x000108, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_GetInfamyManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_ClientGetCurrentLevel_ReturnValue) == 0x000110, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_ClientGetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_ClientGetPreMatchExperience_ReturnValue_1) == 0x000114, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_ClientGetPreMatchExperience_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_GetInfamyManager_ReturnValue_3) == 0x000118, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_GetInfamyManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_GetLevelForExperience_ReturnValue_1) == 0x000120, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_GetLevelForExperience_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_GetMaxLevel_ReturnValue) == 0x000124, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_GetMaxLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_Subtract_IntInt_ReturnValue) == 0x000128, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_ClientGetPreMatchExperience_ReturnValue_2) == 0x00012C, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_ClientGetPreMatchExperience_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_GetLevelForExperience_ReturnValue_2) == 0x000130, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_GetLevelForExperience_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_GetInfamyManager_ReturnValue_4) == 0x000138, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_GetInfamyManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000140, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_ClientGetProgressInfo_OutProgressTowardsNextLevelUp_1) == 0x000144, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_ClientGetProgressInfo_OutProgressTowardsNextLevelUp_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_ClientGetProgressInfo_OutPointsRequiredForNextLevelUp_1) == 0x000148, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_ClientGetProgressInfo_OutPointsRequiredForNextLevelUp_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_Greater_IntInt_ReturnValue) == 0x00014C, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_GetInfamyManager_ReturnValue_5) == 0x000150, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_GetInfamyManager_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_ClientGetCurrentLevel_ReturnValue_1) == 0x000158, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_ClientGetCurrentLevel_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_Conv_IntToText_ReturnValue) == 0x000160, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000178, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000180, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, K2Node_CreateDelegate_OutputDelegate_2) == 0x000184, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x000198, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_GetInfamyManager_ReturnValue_6) == 0x0001A0, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_GetInfamyManager_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_ClientGetPreMatchExperience_ReturnValue_3) == 0x0001A8, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_ClientGetPreMatchExperience_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_ClientGetCurrentExperience_ReturnValue) == 0x0001AC, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_ClientGetCurrentExperience_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_ClientGetCurrentLevel_ReturnValue_2) == 0x0001B0, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_ClientGetCurrentLevel_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_Add_IntInt_ReturnValue) == 0x0001B4, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_GetExperienceForLevel_ReturnValue) == 0x0001B8, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_GetExperienceForLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_GetExperienceForLevel_ReturnValue_1) == 0x0001BC, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_GetExperienceForLevel_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0001C0, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x0001C4, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0001C8, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0001CC, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x0001D0, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x0001D4, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_SafeDivide_ReturnValue) == 0x0001D8, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x0001DC, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress, CallFunc_SafeDivide_ReturnValue_1) == 0x0001E0, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyProgress::CallFunc_SafeDivide_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_OnInfamyProgressChanged \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_OnInfamyProgressChanged) == 0x000004, "Wrong alignment on WBP_UI_SM_ResultScreen_C_OnInfamyProgressChanged"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_OnInfamyProgressChanged) == 0x000008, "Wrong size on WBP_UI_SM_ResultScreen_C_OnInfamyProgressChanged"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnInfamyProgressChanged, PreviousXP) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_OnInfamyProgressChanged::PreviousXP' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnInfamyProgressChanged, NewXP) == 0x000004, "Member 'WBP_UI_SM_ResultScreen_C_OnInfamyProgressChanged::NewXP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_CheckTimerDone \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_CheckTimerDone) == 0x000004, "Wrong alignment on WBP_UI_SM_ResultScreen_C_CheckTimerDone"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_CheckTimerDone) == 0x000010, "Wrong size on WBP_UI_SM_ResultScreen_C_CheckTimerDone"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_CheckTimerDone, InNewTime) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_CheckTimerDone::InNewTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_CheckTimerDone, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000004, "Member 'WBP_UI_SM_ResultScreen_C_CheckTimerDone::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_CheckTimerDone, Temp_bool_Has_Been_Initd_Variable) == 0x000005, "Member 'WBP_UI_SM_ResultScreen_C_CheckTimerDone::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_CheckTimerDone, CallFunc_GetIsEnabled_ReturnValue) == 0x000006, "Member 'WBP_UI_SM_ResultScreen_C_CheckTimerDone::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_CheckTimerDone, CallFunc_GetIsEnabled_ReturnValue_1) == 0x000007, "Member 'WBP_UI_SM_ResultScreen_C_CheckTimerDone::CallFunc_GetIsEnabled_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_CheckTimerDone, CallFunc_BooleanAND_ReturnValue) == 0x000008, "Member 'WBP_UI_SM_ResultScreen_C_CheckTimerDone::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_CheckTimerDone, Temp_bool_IsClosed_Variable) == 0x000009, "Member 'WBP_UI_SM_ResultScreen_C_CheckTimerDone::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_CheckTimerDone, CallFunc_Play2DSound_ReturnValue) == 0x00000C, "Member 'WBP_UI_SM_ResultScreen_C_CheckTimerDone::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_UpdateInfamyBonuses \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_UpdateInfamyBonuses) == 0x000004, "Wrong alignment on WBP_UI_SM_ResultScreen_C_UpdateInfamyBonuses"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_UpdateInfamyBonuses) == 0x00002C, "Wrong size on WBP_UI_SM_ResultScreen_C_UpdateInfamyBonuses"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyBonuses, InInfamyPointRewardsData) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyBonuses::InInfamyPointRewardsData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyBonuses, InMissionResult) == 0x000024, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyBonuses::InMissionResult' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyBonuses, K2Node_SwitchEnum_CmpSuccess) == 0x000025, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyBonuses::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateInfamyBonuses, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'WBP_UI_SM_ResultScreen_C_UpdateInfamyBonuses::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_OnAddChallengeData \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_OnAddChallengeData) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_OnAddChallengeData"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_OnAddChallengeData) == 0x0000B8, "Wrong size on WBP_UI_SM_ResultScreen_C_OnAddChallengeData"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddChallengeData, InChallengeData) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_OnAddChallengeData::InChallengeData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddChallengeData, CallFunc_Create_ReturnValue) == 0x0000A8, "Member 'WBP_UI_SM_ResultScreen_C_OnAddChallengeData::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddChallengeData, CallFunc_Array_Add_ReturnValue) == 0x0000B0, "Member 'WBP_UI_SM_ResultScreen_C_OnAddChallengeData::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_UpdateTotalPoints \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_UpdateTotalPoints) == 0x000004, "Wrong alignment on WBP_UI_SM_ResultScreen_C_UpdateTotalPoints"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_UpdateTotalPoints) == 0x00000C, "Wrong size on WBP_UI_SM_ResultScreen_C_UpdateTotalPoints"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateTotalPoints, InPointsToAddToTotal) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_UpdateTotalPoints::InPointsToAddToTotal' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateTotalPoints, CallFunc_Greater_IntInt_ReturnValue) == 0x000004, "Member 'WBP_UI_SM_ResultScreen_C_UpdateTotalPoints::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UpdateTotalPoints, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_UI_SM_ResultScreen_C_UpdateTotalPoints::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_NavigateTabs \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_NavigateTabs) == 0x000004, "Wrong alignment on WBP_UI_SM_ResultScreen_C_NavigateTabs"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_NavigateTabs) == 0x000034, "Wrong size on WBP_UI_SM_ResultScreen_C_NavigateTabs"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_NavigateTabs, IsGoToNext) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_NavigateTabs::IsGoToNext' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_NavigateTabs, Temp_int_Variable) == 0x000004, "Member 'WBP_UI_SM_ResultScreen_C_NavigateTabs::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_NavigateTabs, CallFunc_GetIsEnabled_ReturnValue) == 0x000008, "Member 'WBP_UI_SM_ResultScreen_C_NavigateTabs::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_NavigateTabs, CallFunc_HasProgressionItem_HasItem) == 0x000009, "Member 'WBP_UI_SM_ResultScreen_C_NavigateTabs::CallFunc_HasProgressionItem_HasItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_NavigateTabs, CallFunc_GetIsEnabled_ReturnValue_1) == 0x00000A, "Member 'WBP_UI_SM_ResultScreen_C_NavigateTabs::CallFunc_GetIsEnabled_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_NavigateTabs, Temp_int_Variable_1) == 0x00000C, "Member 'WBP_UI_SM_ResultScreen_C_NavigateTabs::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_NavigateTabs, Temp_int_Variable_2) == 0x000010, "Member 'WBP_UI_SM_ResultScreen_C_NavigateTabs::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_NavigateTabs, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x000014, "Member 'WBP_UI_SM_ResultScreen_C_NavigateTabs::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_NavigateTabs, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000018, "Member 'WBP_UI_SM_ResultScreen_C_NavigateTabs::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_NavigateTabs, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000019, "Member 'WBP_UI_SM_ResultScreen_C_NavigateTabs::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_NavigateTabs, Temp_int_Variable_3) == 0x00001C, "Member 'WBP_UI_SM_ResultScreen_C_NavigateTabs::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_NavigateTabs, Temp_bool_Variable) == 0x000020, "Member 'WBP_UI_SM_ResultScreen_C_NavigateTabs::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_NavigateTabs, CallFunc_HasProgressionItem_HasItem_1) == 0x000021, "Member 'WBP_UI_SM_ResultScreen_C_NavigateTabs::CallFunc_HasProgressionItem_HasItem_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_NavigateTabs, Temp_bool_Variable_1) == 0x000022, "Member 'WBP_UI_SM_ResultScreen_C_NavigateTabs::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_NavigateTabs, K2Node_Select_Default) == 0x000024, "Member 'WBP_UI_SM_ResultScreen_C_NavigateTabs::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_NavigateTabs, K2Node_Select_Default_1) == 0x000028, "Member 'WBP_UI_SM_ResultScreen_C_NavigateTabs::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_NavigateTabs, CallFunc_GetActiveWidgetIndex_ReturnValue_1) == 0x00002C, "Member 'WBP_UI_SM_ResultScreen_C_NavigateTabs::CallFunc_GetActiveWidgetIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_NavigateTabs, CallFunc_IsWidgetActuallyVisible_ReturnValue) == 0x000030, "Member 'WBP_UI_SM_ResultScreen_C_NavigateTabs::CallFunc_IsWidgetActuallyVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_NavigateTabs, K2Node_SwitchInteger_CmpSuccess) == 0x000031, "Member 'WBP_UI_SM_ResultScreen_C_NavigateTabs::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_OnMoveToResults \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_OnMoveToResults) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_OnMoveToResults"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_OnMoveToResults) == 0x0009B8, "Wrong size on WBP_UI_SM_ResultScreen_C_OnMoveToResults"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_GetInfamyManager_ReturnValue) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_GetInfamyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_GetInfamyManager_ReturnValue_1) == 0x000008, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_GetInfamyManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_ClientGetCurrentRenownLevel_ReturnValue) == 0x000010, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_ClientGetCurrentRenownLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_ClientGetProgressInfo_OutProgressTowardsNextLevelUp) == 0x000014, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_ClientGetProgressInfo_OutProgressTowardsNextLevelUp' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_ClientGetProgressInfo_OutPointsRequiredForNextLevelUp) == 0x000018, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_ClientGetProgressInfo_OutPointsRequiredForNextLevelUp' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_Greater_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_Subtract_IntInt_ReturnValue) == 0x000024, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_GetInfamyManager_ReturnValue_2) == 0x000028, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_GetInfamyManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_ClientGetProgressInfo_OutProgressTowardsNextLevelUp_1) == 0x000030, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_ClientGetProgressInfo_OutProgressTowardsNextLevelUp_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_ClientGetProgressInfo_OutPointsRequiredForNextLevelUp_1) == 0x000034, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_ClientGetProgressInfo_OutPointsRequiredForNextLevelUp_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, K2Node_MakeStruct_FormatArgumentData_1) == 0x000078, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_GetInfamyManager_ReturnValue_3) == 0x0000B8, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_GetInfamyManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, K2Node_MakeArray_Array) == 0x0000C0, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_ClientGetCurrentRenownLevel_ReturnValue_1) == 0x0000D0, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_ClientGetCurrentRenownLevel_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_Format_ReturnValue) == 0x0000D8, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000F0, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_GetInfamyManager_ReturnValue_4) == 0x0000F8, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_GetInfamyManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_ClientGetProgressInfo_OutProgressTowardsNextLevelUp_2) == 0x000100, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_ClientGetProgressInfo_OutProgressTowardsNextLevelUp_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_ClientGetProgressInfo_OutPointsRequiredForNextLevelUp_2) == 0x000104, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_ClientGetProgressInfo_OutPointsRequiredForNextLevelUp_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, K2Node_MakeStruct_FormatArgumentData_2) == 0x000108, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000148, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00014C, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000150, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000154, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000158, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x00015C, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000160, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_GetSBZMissionState_ReturnValue) == 0x000168, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_GetSBZMissionState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_GetMissionResultData_ReturnValue) == 0x000170, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_GetMissionResultData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0003F8, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_BooleanAND_ReturnValue) == 0x0003F9, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_GetInfamyManager_ReturnValue_5) == 0x000400, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_GetInfamyManager_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_GetMaxLevel_ReturnValue) == 0x000408, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_GetMaxLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_ClientGetPreMatchExperience_ReturnValue) == 0x00040C, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_ClientGetPreMatchExperience_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_GetLevelForExperience_ReturnValue) == 0x000410, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_GetLevelForExperience_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000414, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, Temp_bool_Variable) == 0x000415, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_GetInfamyManager_ReturnValue_6) == 0x000418, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_GetInfamyManager_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_ClientGetPreMatchExperience_ReturnValue_1) == 0x000420, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_ClientGetPreMatchExperience_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, K2Node_Select_Default) == 0x000424, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_GetLevelForExperience_ReturnValue_1) == 0x000428, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_GetLevelForExperience_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, K2Node_MakeStruct_FormatArgumentData_3) == 0x000430, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_GetExperienceForLevel_ReturnValue) == 0x000470, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_GetExperienceForLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, K2Node_MakeArray_Array_1) == 0x000478, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000488, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_Format_ReturnValue_1) == 0x000490, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_Conv_IntToFloat_ReturnValue_4) == 0x0004A8, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_Conv_IntToFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_Add_IntInt_ReturnValue_1) == 0x0004AC, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_GetExperienceForLevel_ReturnValue_1) == 0x0004B0, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_GetExperienceForLevel_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, Temp_struct_Variable) == 0x0004B4, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x0004C4, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_Conv_IntToFloat_ReturnValue_5) == 0x0004C8, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_Conv_IntToFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, Temp_bool_Variable_1) == 0x0004CC, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_SafeDivide_ReturnValue) == 0x0004D0, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, K2Node_Select_Default_1) == 0x0004D4, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_GetInfamyManager_ReturnValue_7) == 0x0004E8, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_GetInfamyManager_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_ClientGetPreMatchExperience_ReturnValue_2) == 0x0004F0, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_ClientGetPreMatchExperience_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_GetLevelForExperience_ReturnValue_2) == 0x0004F4, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_GetLevelForExperience_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_Add_IntInt_ReturnValue_2) == 0x0004F8, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_Conv_IntToText_ReturnValue) == 0x000500, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000518, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, K2Node_CreateDelegate_OutputDelegate) == 0x000530, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_PlayAnimationForward_ReturnValue) == 0x000548, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_GetInfamyManager_ReturnValue_8) == 0x000550, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_GetInfamyManager_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_GetOwningPlayer_ReturnValue) == 0x000558, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, K2Node_DynamicCast_AsSBZPlayer_State) == 0x000560, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::K2Node_DynamicCast_AsSBZPlayer_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, K2Node_DynamicCast_bSuccess) == 0x000568, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_GetSBZMissionState_ReturnValue_1) == 0x000570, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_GetSBZMissionState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_GetPlayerData_ReturnValue) == 0x000578, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_GetPlayerData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToResults, CallFunc_GetMissionResultData_ReturnValue_1) == 0x000730, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToResults::CallFunc_GetMissionResultData_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_OnChangeToPayout \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_OnChangeToPayout) == 0x000004, "Wrong alignment on WBP_UI_SM_ResultScreen_C_OnChangeToPayout"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_OnChangeToPayout) == 0x00002C, "Wrong size on WBP_UI_SM_ResultScreen_C_OnChangeToPayout"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnChangeToPayout, CallFunc_HasProgressionItem_HasItem) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_OnChangeToPayout::CallFunc_HasProgressionItem_HasItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnChangeToPayout, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_UI_SM_ResultScreen_C_OnChangeToPayout::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnChangeToPayout, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_UI_SM_ResultScreen_C_OnChangeToPayout::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_OnMoveToLevelUp \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_OnMoveToLevelUp) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_OnMoveToLevelUp"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_OnMoveToLevelUp) == 0x000030, "Wrong size on WBP_UI_SM_ResultScreen_C_OnMoveToLevelUp"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToLevelUp, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToLevelUp::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToLevelUp, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToLevelUp::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToLevelUp, CallFunc_Play2DSound_ReturnValue) == 0x000020, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToLevelUp::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToLevelUp, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000028, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToLevelUp::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_OnMoveToPlayerStats \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_OnMoveToPlayerStats) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_OnMoveToPlayerStats"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_OnMoveToPlayerStats) == 0x000048, "Wrong size on WBP_UI_SM_ResultScreen_C_OnMoveToPlayerStats"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToPlayerStats, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToPlayerStats::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToPlayerStats, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToPlayerStats::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToPlayerStats, CallFunc_PlayAnimation_ReturnValue) == 0x000020, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToPlayerStats::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToPlayerStats, CallFunc_FTrunc_ReturnValue) == 0x000028, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToPlayerStats::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToPlayerStats, CallFunc_FormatIntToTimerText_ReturnValue) == 0x000030, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToPlayerStats::CallFunc_FormatIntToTimerText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_SetClosingTime \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_SetClosingTime) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_SetClosingTime"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_SetClosingTime) == 0x000058, "Wrong size on WBP_UI_SM_ResultScreen_C_SetClosingTime"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetClosingTime, InSeconds) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_SetClosingTime::InSeconds' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetClosingTime, CallFunc_TimeSecondsToString_ReturnValue) == 0x000008, "Member 'WBP_UI_SM_ResultScreen_C_SetClosingTime::CallFunc_TimeSecondsToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetClosingTime, CallFunc_Split_LeftS) == 0x000018, "Member 'WBP_UI_SM_ResultScreen_C_SetClosingTime::CallFunc_Split_LeftS' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetClosingTime, CallFunc_Split_RightS) == 0x000028, "Member 'WBP_UI_SM_ResultScreen_C_SetClosingTime::CallFunc_Split_RightS' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetClosingTime, CallFunc_Split_ReturnValue) == 0x000038, "Member 'WBP_UI_SM_ResultScreen_C_SetClosingTime::CallFunc_Split_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetClosingTime, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'WBP_UI_SM_ResultScreen_C_SetClosingTime::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_OnAddChallengeReward \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_OnAddChallengeReward) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_OnAddChallengeReward"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_OnAddChallengeReward) == 0x000078, "Wrong size on WBP_UI_SM_ResultScreen_C_OnAddChallengeReward"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddChallengeReward, Temp_int_Variable) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_OnAddChallengeReward::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddChallengeReward, CallFunc_Map_Values_Values) == 0x000008, "Member 'WBP_UI_SM_ResultScreen_C_OnAddChallengeReward::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddChallengeReward, K2Node_MakeStruct_Margin) == 0x000018, "Member 'WBP_UI_SM_ResultScreen_C_OnAddChallengeReward::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddChallengeReward, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_UI_SM_ResultScreen_C_OnAddChallengeReward::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddChallengeReward, CallFunc_Play2DSound_ReturnValue) == 0x00002C, "Member 'WBP_UI_SM_ResultScreen_C_OnAddChallengeReward::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddChallengeReward, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_UI_SM_ResultScreen_C_OnAddChallengeReward::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddChallengeReward, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000038, "Member 'WBP_UI_SM_ResultScreen_C_OnAddChallengeReward::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddChallengeReward, CallFunc_SlotAsScrollBoxSlot_ReturnValue) == 0x000040, "Member 'WBP_UI_SM_ResultScreen_C_OnAddChallengeReward::CallFunc_SlotAsScrollBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddChallengeReward, CallFunc_AddChild_ReturnValue) == 0x000048, "Member 'WBP_UI_SM_ResultScreen_C_OnAddChallengeReward::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddChallengeReward, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'WBP_UI_SM_ResultScreen_C_OnAddChallengeReward::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddChallengeReward, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'WBP_UI_SM_ResultScreen_C_OnAddChallengeReward::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddChallengeReward, K2Node_CreateDelegate_OutputDelegate) == 0x000058, "Member 'WBP_UI_SM_ResultScreen_C_OnAddChallengeReward::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddChallengeReward, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000070, "Member 'WBP_UI_SM_ResultScreen_C_OnAddChallengeReward::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_OnAddRenownAsset \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_OnAddRenownAsset) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_OnAddRenownAsset"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_OnAddRenownAsset) == 0x000078, "Wrong size on WBP_UI_SM_ResultScreen_C_OnAddRenownAsset"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddRenownAsset, CallFunc_Map_Values_Values) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_OnAddRenownAsset::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddRenownAsset, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_UI_SM_ResultScreen_C_OnAddRenownAsset::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddRenownAsset, Temp_int_Variable) == 0x000014, "Member 'WBP_UI_SM_ResultScreen_C_OnAddRenownAsset::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddRenownAsset, K2Node_MakeStruct_Margin) == 0x000018, "Member 'WBP_UI_SM_ResultScreen_C_OnAddRenownAsset::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddRenownAsset, CallFunc_Play2DSound_ReturnValue) == 0x000028, "Member 'WBP_UI_SM_ResultScreen_C_OnAddRenownAsset::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddRenownAsset, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_UI_SM_ResultScreen_C_OnAddRenownAsset::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddRenownAsset, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000038, "Member 'WBP_UI_SM_ResultScreen_C_OnAddRenownAsset::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddRenownAsset, CallFunc_SlotAsScrollBoxSlot_ReturnValue) == 0x000040, "Member 'WBP_UI_SM_ResultScreen_C_OnAddRenownAsset::CallFunc_SlotAsScrollBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddRenownAsset, CallFunc_AddChild_ReturnValue) == 0x000048, "Member 'WBP_UI_SM_ResultScreen_C_OnAddRenownAsset::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddRenownAsset, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'WBP_UI_SM_ResultScreen_C_OnAddRenownAsset::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddRenownAsset, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'WBP_UI_SM_ResultScreen_C_OnAddRenownAsset::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddRenownAsset, K2Node_CreateDelegate_OutputDelegate) == 0x000058, "Member 'WBP_UI_SM_ResultScreen_C_OnAddRenownAsset::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddRenownAsset, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000070, "Member 'WBP_UI_SM_ResultScreen_C_OnAddRenownAsset::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset) == 0x000078, "Wrong size on WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset, CallFunc_Map_Values_Values) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset, Temp_int_Variable) == 0x000014, "Member 'WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset, K2Node_MakeStruct_Margin) == 0x000018, "Member 'WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset, CallFunc_Play2DSound_ReturnValue) == 0x000028, "Member 'WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000038, "Member 'WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset, CallFunc_SlotAsScrollBoxSlot_ReturnValue) == 0x000040, "Member 'WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset::CallFunc_SlotAsScrollBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset, CallFunc_AddChild_ReturnValue) == 0x000048, "Member 'WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset, K2Node_CreateDelegate_OutputDelegate) == 0x000058, "Member 'WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000070, "Member 'WBP_UI_SM_ResultScreen_C_OnAddLevelUpAsset::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset) == 0x000078, "Wrong size on WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset, CallFunc_Map_Values_Values) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset, Temp_int_Variable) == 0x000014, "Member 'WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset, K2Node_MakeStruct_Margin) == 0x000018, "Member 'WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset, CallFunc_Play2DSound_ReturnValue) == 0x000028, "Member 'WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000038, "Member 'WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset, CallFunc_SlotAsScrollBoxSlot_ReturnValue) == 0x000040, "Member 'WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset::CallFunc_SlotAsScrollBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset, CallFunc_AddChild_ReturnValue) == 0x000048, "Member 'WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset, K2Node_CreateDelegate_OutputDelegate) == 0x000058, "Member 'WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000070, "Member 'WBP_UI_SM_ResultScreen_C_OnAddPreplanningAsset::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_GetChallengeRewards \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_GetChallengeRewards) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_GetChallengeRewards"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_GetChallengeRewards) == 0x000158, "Wrong size on WBP_UI_SM_ResultScreen_C_GetChallengeRewards"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetChallengeRewards, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_GetChallengeRewards::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetChallengeRewards, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'WBP_UI_SM_ResultScreen_C_GetChallengeRewards::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetChallengeRewards, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_UI_SM_ResultScreen_C_GetChallengeRewards::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetChallengeRewards, Temp_int_Loop_Counter_Variable_1) == 0x00000C, "Member 'WBP_UI_SM_ResultScreen_C_GetChallengeRewards::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetChallengeRewards, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'WBP_UI_SM_ResultScreen_C_GetChallengeRewards::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetChallengeRewards, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'WBP_UI_SM_ResultScreen_C_GetChallengeRewards::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetChallengeRewards, CallFunc_Create_ReturnValue) == 0x000018, "Member 'WBP_UI_SM_ResultScreen_C_GetChallengeRewards::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetChallengeRewards, Temp_text_Variable) == 0x000020, "Member 'WBP_UI_SM_ResultScreen_C_GetChallengeRewards::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetChallengeRewards, CallFunc_GetChallengeManager_ReturnValue) == 0x000038, "Member 'WBP_UI_SM_ResultScreen_C_GetChallengeRewards::CallFunc_GetChallengeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetChallengeRewards, CallFunc_GetCompletedChallengesDuringMission_ReturnValue) == 0x000040, "Member 'WBP_UI_SM_ResultScreen_C_GetChallengeRewards::CallFunc_GetCompletedChallengesDuringMission_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetChallengeRewards, CallFunc_Array_Get_Item) == 0x000050, "Member 'WBP_UI_SM_ResultScreen_C_GetChallengeRewards::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetChallengeRewards, CallFunc_Array_Length_ReturnValue) == 0x0000F8, "Member 'WBP_UI_SM_ResultScreen_C_GetChallengeRewards::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetChallengeRewards, CallFunc_Less_IntInt_ReturnValue) == 0x0000FC, "Member 'WBP_UI_SM_ResultScreen_C_GetChallengeRewards::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetChallengeRewards, CallFunc_Array_Get_Item_1) == 0x000100, "Member 'WBP_UI_SM_ResultScreen_C_GetChallengeRewards::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetChallengeRewards, CallFunc_Array_Length_ReturnValue_1) == 0x000130, "Member 'WBP_UI_SM_ResultScreen_C_GetChallengeRewards::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetChallengeRewards, CallFunc_Less_IntInt_ReturnValue_1) == 0x000134, "Member 'WBP_UI_SM_ResultScreen_C_GetChallengeRewards::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetChallengeRewards, CallFunc_Map_Find_Value) == 0x000138, "Member 'WBP_UI_SM_ResultScreen_C_GetChallengeRewards::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetChallengeRewards, CallFunc_Map_Find_ReturnValue) == 0x000140, "Member 'WBP_UI_SM_ResultScreen_C_GetChallengeRewards::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetChallengeRewards, CallFunc_IsValid_ReturnValue) == 0x000141, "Member 'WBP_UI_SM_ResultScreen_C_GetChallengeRewards::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetChallengeRewards, CallFunc_IsValid_ReturnValue_1) == 0x000142, "Member 'WBP_UI_SM_ResultScreen_C_GetChallengeRewards::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetChallengeRewards, CallFunc_Concat_StrStr_ReturnValue) == 0x000148, "Member 'WBP_UI_SM_ResultScreen_C_GetChallengeRewards::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_GetRandomRewards \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_GetRandomRewards) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_GetRandomRewards"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_GetRandomRewards) == 0x000228, "Wrong size on WBP_UI_SM_ResultScreen_C_GetRandomRewards"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetRandomRewards, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_GetRandomRewards::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetRandomRewards, Temp_text_Variable) == 0x000008, "Member 'WBP_UI_SM_ResultScreen_C_GetRandomRewards::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetRandomRewards, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'WBP_UI_SM_ResultScreen_C_GetRandomRewards::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetRandomRewards, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'WBP_UI_SM_ResultScreen_C_GetRandomRewards::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetRandomRewards, CallFunc_Create_ReturnValue) == 0x000028, "Member 'WBP_UI_SM_ResultScreen_C_GetRandomRewards::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetRandomRewards, CallFunc_GetPlayerData_ReturnValue) == 0x000030, "Member 'WBP_UI_SM_ResultScreen_C_GetRandomRewards::CallFunc_GetPlayerData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetRandomRewards, CallFunc_IsValid_ReturnValue) == 0x0001E8, "Member 'WBP_UI_SM_ResultScreen_C_GetRandomRewards::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetRandomRewards, CallFunc_Array_Get_Item) == 0x0001F0, "Member 'WBP_UI_SM_ResultScreen_C_GetRandomRewards::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetRandomRewards, CallFunc_Array_Length_ReturnValue) == 0x000200, "Member 'WBP_UI_SM_ResultScreen_C_GetRandomRewards::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetRandomRewards, K2Node_SwitchEnum_CmpSuccess) == 0x000204, "Member 'WBP_UI_SM_ResultScreen_C_GetRandomRewards::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetRandomRewards, CallFunc_Less_IntInt_ReturnValue) == 0x000205, "Member 'WBP_UI_SM_ResultScreen_C_GetRandomRewards::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetRandomRewards, K2Node_DynamicCast_AsSBZPreplanning_Asset_Data) == 0x000208, "Member 'WBP_UI_SM_ResultScreen_C_GetRandomRewards::K2Node_DynamicCast_AsSBZPreplanning_Asset_Data' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetRandomRewards, K2Node_DynamicCast_bSuccess) == 0x000210, "Member 'WBP_UI_SM_ResultScreen_C_GetRandomRewards::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetRandomRewards, CallFunc_Map_Find_Value) == 0x000218, "Member 'WBP_UI_SM_ResultScreen_C_GetRandomRewards::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetRandomRewards, CallFunc_Map_Find_ReturnValue) == 0x000220, "Member 'WBP_UI_SM_ResultScreen_C_GetRandomRewards::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_AddRewardToMap \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_AddRewardToMap) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_AddRewardToMap"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_AddRewardToMap) == 0x000088, "Wrong size on WBP_UI_SM_ResultScreen_C_AddRewardToMap"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_AddRewardToMap, RewardMap) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_AddRewardToMap::RewardMap' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_AddRewardToMap, Reward) == 0x000050, "Member 'WBP_UI_SM_ResultScreen_C_AddRewardToMap::Reward' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_AddRewardToMap, CallFunc_Create_ReturnValue) == 0x000058, "Member 'WBP_UI_SM_ResultScreen_C_AddRewardToMap::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_AddRewardToMap, CallFunc_Map_Find_Value) == 0x000060, "Member 'WBP_UI_SM_ResultScreen_C_AddRewardToMap::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_AddRewardToMap, CallFunc_Map_Find_ReturnValue) == 0x000068, "Member 'WBP_UI_SM_ResultScreen_C_AddRewardToMap::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_AddRewardToMap, CallFunc_IsValid_ReturnValue) == 0x000069, "Member 'WBP_UI_SM_ResultScreen_C_AddRewardToMap::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_AddRewardToMap, Temp_text_Variable) == 0x000070, "Member 'WBP_UI_SM_ResultScreen_C_AddRewardToMap::Temp_text_Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_ScrollWeapons \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_ScrollWeapons) == 0x000004, "Wrong alignment on WBP_UI_SM_ResultScreen_C_ScrollWeapons"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_ScrollWeapons) == 0x000040, "Wrong size on WBP_UI_SM_ResultScreen_C_ScrollWeapons"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollWeapons, GoLeft) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_ScrollWeapons::GoLeft' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollWeapons, TotalItems) == 0x000004, "Member 'WBP_UI_SM_ResultScreen_C_ScrollWeapons::TotalItems' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollWeapons, Temp_bool_Variable) == 0x000008, "Member 'WBP_UI_SM_ResultScreen_C_ScrollWeapons::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollWeapons, Temp_bool_Variable_1) == 0x000009, "Member 'WBP_UI_SM_ResultScreen_C_ScrollWeapons::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollWeapons, Temp_bool_Variable_2) == 0x00000A, "Member 'WBP_UI_SM_ResultScreen_C_ScrollWeapons::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollWeapons, Temp_bool_Variable_3) == 0x00000B, "Member 'WBP_UI_SM_ResultScreen_C_ScrollWeapons::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollWeapons, Temp_bool_Variable_4) == 0x00000C, "Member 'WBP_UI_SM_ResultScreen_C_ScrollWeapons::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollWeapons, Temp_bool_Variable_5) == 0x00000D, "Member 'WBP_UI_SM_ResultScreen_C_ScrollWeapons::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollWeapons, Temp_float_Variable) == 0x000010, "Member 'WBP_UI_SM_ResultScreen_C_ScrollWeapons::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollWeapons, Temp_float_Variable_1) == 0x000014, "Member 'WBP_UI_SM_ResultScreen_C_ScrollWeapons::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollWeapons, CallFunc_GetNumWeaponBoxes_WeaponBoxes) == 0x000018, "Member 'WBP_UI_SM_ResultScreen_C_ScrollWeapons::CallFunc_GetNumWeaponBoxes_WeaponBoxes' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollWeapons, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_UI_SM_ResultScreen_C_ScrollWeapons::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollWeapons, K2Node_Select_Default) == 0x000020, "Member 'WBP_UI_SM_ResultScreen_C_ScrollWeapons::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollWeapons, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000024, "Member 'WBP_UI_SM_ResultScreen_C_ScrollWeapons::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollWeapons, Temp_bool_Variable_6) == 0x000028, "Member 'WBP_UI_SM_ResultScreen_C_ScrollWeapons::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollWeapons, CallFunc_GetScrollOffset_ReturnValue) == 0x00002C, "Member 'WBP_UI_SM_ResultScreen_C_ScrollWeapons::CallFunc_GetScrollOffset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollWeapons, CallFunc_GetScrollOffset_ReturnValue_1) == 0x000030, "Member 'WBP_UI_SM_ResultScreen_C_ScrollWeapons::CallFunc_GetScrollOffset_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollWeapons, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000034, "Member 'WBP_UI_SM_ResultScreen_C_ScrollWeapons::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollWeapons, CallFunc_Add_FloatFloat_ReturnValue) == 0x000038, "Member 'WBP_UI_SM_ResultScreen_C_ScrollWeapons::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollWeapons, K2Node_Select_Default_1) == 0x00003C, "Member 'WBP_UI_SM_ResultScreen_C_ScrollWeapons::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollWeapons, CallFunc_Less_FloatFloat_ReturnValue) == 0x00003D, "Member 'WBP_UI_SM_ResultScreen_C_ScrollWeapons::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollWeapons, K2Node_Select_Default_2) == 0x00003E, "Member 'WBP_UI_SM_ResultScreen_C_ScrollWeapons::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_ScrollRewards \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_ScrollRewards) == 0x000004, "Wrong alignment on WBP_UI_SM_ResultScreen_C_ScrollRewards"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_ScrollRewards) == 0x000034, "Wrong size on WBP_UI_SM_ResultScreen_C_ScrollRewards"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollRewards, GoLeft) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_ScrollRewards::GoLeft' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollRewards, Temp_bool_Variable) == 0x000001, "Member 'WBP_UI_SM_ResultScreen_C_ScrollRewards::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollRewards, Temp_bool_Variable_1) == 0x000002, "Member 'WBP_UI_SM_ResultScreen_C_ScrollRewards::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollRewards, Temp_bool_Variable_2) == 0x000003, "Member 'WBP_UI_SM_ResultScreen_C_ScrollRewards::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollRewards, Temp_bool_Variable_3) == 0x000004, "Member 'WBP_UI_SM_ResultScreen_C_ScrollRewards::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollRewards, Temp_bool_Variable_4) == 0x000005, "Member 'WBP_UI_SM_ResultScreen_C_ScrollRewards::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollRewards, Temp_float_Variable) == 0x000008, "Member 'WBP_UI_SM_ResultScreen_C_ScrollRewards::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollRewards, Temp_float_Variable_1) == 0x00000C, "Member 'WBP_UI_SM_ResultScreen_C_ScrollRewards::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollRewards, CallFunc_GetChildrenCount_ReturnValue) == 0x000010, "Member 'WBP_UI_SM_ResultScreen_C_ScrollRewards::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollRewards, K2Node_Select_Default) == 0x000014, "Member 'WBP_UI_SM_ResultScreen_C_ScrollRewards::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollRewards, CallFunc_Subtract_IntInt_ReturnValue) == 0x000018, "Member 'WBP_UI_SM_ResultScreen_C_ScrollRewards::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollRewards, CallFunc_GetScrollOffset_ReturnValue) == 0x00001C, "Member 'WBP_UI_SM_ResultScreen_C_ScrollRewards::CallFunc_GetScrollOffset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollRewards, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000020, "Member 'WBP_UI_SM_ResultScreen_C_ScrollRewards::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollRewards, CallFunc_Less_FloatFloat_ReturnValue) == 0x000024, "Member 'WBP_UI_SM_ResultScreen_C_ScrollRewards::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollRewards, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000025, "Member 'WBP_UI_SM_ResultScreen_C_ScrollRewards::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollRewards, Temp_bool_Variable_5) == 0x000026, "Member 'WBP_UI_SM_ResultScreen_C_ScrollRewards::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollRewards, K2Node_Select_Default_1) == 0x000027, "Member 'WBP_UI_SM_ResultScreen_C_ScrollRewards::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollRewards, Temp_bool_Variable_6) == 0x000028, "Member 'WBP_UI_SM_ResultScreen_C_ScrollRewards::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollRewards, K2Node_Select_Default_2) == 0x000029, "Member 'WBP_UI_SM_ResultScreen_C_ScrollRewards::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollRewards, CallFunc_GetScrollOffset_ReturnValue_1) == 0x00002C, "Member 'WBP_UI_SM_ResultScreen_C_ScrollRewards::CallFunc_GetScrollOffset_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_ScrollRewards, CallFunc_Add_FloatFloat_ReturnValue) == 0x000030, "Member 'WBP_UI_SM_ResultScreen_C_ScrollRewards::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge) == 0x0000A8, "Wrong size on WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge, Temp_int_Variable) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge, CallFunc_Array_Length_ReturnValue_1) == 0x000008, "Member 'WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge, CallFunc_Array_Length_ReturnValue_2) == 0x00000C, "Member 'WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge, CallFunc_Greater_IntInt_ReturnValue) == 0x000014, "Member 'WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge, CallFunc_GetChildrenCount_ReturnValue) == 0x000018, "Member 'WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00001C, "Member 'WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000038, "Member 'WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge, K2Node_MakeStruct_Margin) == 0x000040, "Member 'WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge, CallFunc_PlayAnimationForward_ReturnValue) == 0x000050, "Member 'WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge, CallFunc_Play2DSound_ReturnValue) == 0x000058, "Member 'WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge, CallFunc_Array_Get_Item) == 0x000060, "Member 'WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000068, "Member 'WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge, CallFunc_SlotAsScrollBoxSlot_ReturnValue) == 0x000070, "Member 'WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge::CallFunc_SlotAsScrollBoxSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge, CallFunc_AddChild_ReturnValue) == 0x000078, "Member 'WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge, CallFunc_Add_IntInt_ReturnValue_1) == 0x000084, "Member 'WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge, K2Node_CreateDelegate_OutputDelegate_1) == 0x000088, "Member 'WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0000A0, "Member 'WBP_UI_SM_ResultScreen_C_OnAddDailyChallenge::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes) == 0x000038, "Wrong size on WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes, WeaponBoxes) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes::WeaponBoxes' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes, TotalItems) == 0x000004, "Member 'WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes::TotalItems' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes, CallFunc_Array_Length_ReturnValue_1) == 0x00001C, "Member 'WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes, CallFunc_Array_Length_ReturnValue_2) == 0x000028, "Member 'WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes, CallFunc_Array_Length_ReturnValue_3) == 0x000030, "Member 'WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes, CallFunc_Add_IntInt_ReturnValue_2) == 0x000034, "Member 'WBP_UI_SM_ResultScreen_C_GetNumWeaponBoxes::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_SetHeistResults \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_SetHeistResults) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_SetHeistResults"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_SetHeistResults) == 0x0003F0, "Wrong size on WBP_UI_SM_ResultScreen_C_SetHeistResults"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, Temp_text_Variable) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, Temp_byte_Variable) == 0x000018, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, Temp_byte_Variable_1) == 0x000019, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, Temp_byte_Variable_2) == 0x00001A, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, Temp_byte_Variable_3) == 0x00001B, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, Temp_byte_Variable_4) == 0x00001C, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::Temp_byte_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, Temp_byte_Variable_5) == 0x00001D, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::Temp_byte_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, Temp_byte_Variable_6) == 0x00001E, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::Temp_byte_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, Temp_byte_Variable_7) == 0x00001F, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::Temp_byte_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, Temp_byte_Variable_8) == 0x000020, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::Temp_byte_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, Temp_struct_Variable) == 0x000024, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, Temp_struct_Variable_1) == 0x000034, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, Temp_struct_Variable_2) == 0x000044, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, Temp_struct_Variable_3) == 0x000054, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, Temp_byte_Variable_9) == 0x000064, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::Temp_byte_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, Temp_text_Variable_1) == 0x000068, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, Temp_text_Variable_2) == 0x000080, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, Temp_text_Variable_3) == 0x000098, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, Temp_text_Variable_4) == 0x0000B0, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, CallFunc_GetVisibility_ReturnValue) == 0x0000C8, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, Temp_bool_Variable) == 0x0000C9, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, CallFunc_IsValid_ReturnValue) == 0x0000CA, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, K2Node_Select_Default) == 0x0000D0, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, Temp_byte_Variable_10) == 0x0000E8, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::Temp_byte_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, Temp_byte_Variable_11) == 0x0000E9, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::Temp_byte_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, CallFunc_IsSoloGame_ReturnValue) == 0x0000EA, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::CallFunc_IsSoloGame_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, CallFunc_GetSBZMissionState_ReturnValue) == 0x0000F0, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::CallFunc_GetSBZMissionState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, K2Node_CreateDelegate_OutputDelegate) == 0x0000F8, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, CallFunc_GetMissionResultData_ReturnValue) == 0x000110, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::CallFunc_GetMissionResultData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, Temp_bool_Variable_1) == 0x000398, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, K2Node_Select_Default_1) == 0x000399, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, K2Node_Select_Default_2) == 0x00039A, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, K2Node_Select_Default_3) == 0x00039C, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, K2Node_Select_Default_4) == 0x0003B0, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0003C8, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, K2Node_Select_Default_5) == 0x0003D0, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, CallFunc_GetOwningPlayer_ReturnValue) == 0x0003D8, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, K2Node_DynamicCast_AsSBZPlayer_State) == 0x0003E0, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::K2Node_DynamicCast_AsSBZPlayer_State' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_SetHeistResults, K2Node_DynamicCast_bSuccess) == 0x0003E8, "Member 'WBP_UI_SM_ResultScreen_C_SetHeistResults::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_OnChangeToNewRenown \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_OnChangeToNewRenown) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_OnChangeToNewRenown"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_OnChangeToNewRenown) == 0x000098, "Wrong size on WBP_UI_SM_ResultScreen_C_OnChangeToNewRenown"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnChangeToNewRenown, Temp_bool_Variable) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_OnChangeToNewRenown::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnChangeToNewRenown, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'WBP_UI_SM_ResultScreen_C_OnChangeToNewRenown::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnChangeToNewRenown, CallFunc_GetInfamyManager_ReturnValue) == 0x000030, "Member 'WBP_UI_SM_ResultScreen_C_OnChangeToNewRenown::CallFunc_GetInfamyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnChangeToNewRenown, CallFunc_ClientGetCurrentRenownLevel_ReturnValue) == 0x000038, "Member 'WBP_UI_SM_ResultScreen_C_OnChangeToNewRenown::CallFunc_ClientGetCurrentRenownLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnChangeToNewRenown, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_UI_SM_ResultScreen_C_OnChangeToNewRenown::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnChangeToNewRenown, K2Node_Select_Default) == 0x000040, "Member 'WBP_UI_SM_ResultScreen_C_OnChangeToNewRenown::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnChangeToNewRenown, K2Node_CreateDelegate_OutputDelegate) == 0x000068, "Member 'WBP_UI_SM_ResultScreen_C_OnChangeToNewRenown::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnChangeToNewRenown, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000080, "Member 'WBP_UI_SM_ResultScreen_C_OnChangeToNewRenown::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnChangeToNewRenown, CallFunc_PlayAnimationForward_ReturnValue) == 0x000088, "Member 'WBP_UI_SM_ResultScreen_C_OnChangeToNewRenown::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnChangeToNewRenown, CallFunc_Play2DSound_ReturnValue) == 0x000090, "Member 'WBP_UI_SM_ResultScreen_C_OnChangeToNewRenown::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_CreateExitConfirmPopup \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_CreateExitConfirmPopup) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_CreateExitConfirmPopup"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_CreateExitConfirmPopup) == 0x000128, "Wrong size on WBP_UI_SM_ResultScreen_C_CreateExitConfirmPopup"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_CreateExitConfirmPopup, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_CreateExitConfirmPopup::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_CreateExitConfirmPopup, K2Node_MakeStruct_SBZButtonControlReference) == 0x000018, "Member 'WBP_UI_SM_ResultScreen_C_CreateExitConfirmPopup::K2Node_MakeStruct_SBZButtonControlReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_CreateExitConfirmPopup, K2Node_MakeStruct_SBZButtonControlReference_1) == 0x000050, "Member 'WBP_UI_SM_ResultScreen_C_CreateExitConfirmPopup::K2Node_MakeStruct_SBZButtonControlReference_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_CreateExitConfirmPopup, CallFunc_GetUIManager_ReturnValue) == 0x000088, "Member 'WBP_UI_SM_ResultScreen_C_CreateExitConfirmPopup::CallFunc_GetUIManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_CreateExitConfirmPopup, K2Node_MakeArray_Array) == 0x000090, "Member 'WBP_UI_SM_ResultScreen_C_CreateExitConfirmPopup::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_CreateExitConfirmPopup, K2Node_MakeStruct_SBZButtonControlsReference) == 0x0000A0, "Member 'WBP_UI_SM_ResultScreen_C_CreateExitConfirmPopup::K2Node_MakeStruct_SBZButtonControlsReference' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_CreateExitConfirmPopup, K2Node_MakeStruct_SBZUIPopupData) == 0x0000C8, "Member 'WBP_UI_SM_ResultScreen_C_CreateExitConfirmPopup::K2Node_MakeStruct_SBZUIPopupData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_CloseResultsScreen \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_CloseResultsScreen) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_CloseResultsScreen"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_CloseResultsScreen) == 0x000028, "Wrong size on WBP_UI_SM_ResultScreen_C_CloseResultsScreen"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_CloseResultsScreen, ClosingActionName) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_CloseResultsScreen::ClosingActionName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_CloseResultsScreen, K2Node_SwitchName_CmpSuccess) == 0x00000C, "Member 'WBP_UI_SM_ResultScreen_C_CloseResultsScreen::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_CloseResultsScreen, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x000010, "Member 'WBP_UI_SM_ResultScreen_C_CloseResultsScreen::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_CloseResultsScreen, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000014, "Member 'WBP_UI_SM_ResultScreen_C_CloseResultsScreen::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_CloseResultsScreen, CallFunc_Play2DSound_ReturnValue) == 0x000018, "Member 'WBP_UI_SM_ResultScreen_C_CloseResultsScreen::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_CloseResultsScreen, CallFunc_GetGameStateMachine_ReturnValue) == 0x000020, "Member 'WBP_UI_SM_ResultScreen_C_CloseResultsScreen::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_HandleLevelUps \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_HandleLevelUps) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_HandleLevelUps"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_HandleLevelUps) == 0x0002D8, "Wrong size on WBP_UI_SM_ResultScreen_C_HandleLevelUps"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000001, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000038, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_GetInfamyManager_ReturnValue) == 0x000048, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_GetInfamyManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_GetInfamyManager_ReturnValue_1) == 0x000050, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_GetInfamyManager_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_ClientGetProgressInfo_OutProgressTowardsNextLevelUp) == 0x000058, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_ClientGetProgressInfo_OutProgressTowardsNextLevelUp' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_ClientGetProgressInfo_OutPointsRequiredForNextLevelUp) == 0x00005C, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_ClientGetProgressInfo_OutPointsRequiredForNextLevelUp' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_ClientGetPreMatchExperience_ReturnValue) == 0x000060, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_ClientGetPreMatchExperience_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_GetLevelForExperience_ReturnValue) == 0x0000A8, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_GetLevelForExperience_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B0, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000F0, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, K2Node_MakeArray_Array) == 0x0000F8, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_Conv_IntToText_ReturnValue) == 0x000108, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_Format_ReturnValue) == 0x000120, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_PlayAnimationForward_ReturnValue) == 0x000138, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_Play2DSound_ReturnValue) == 0x000140, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_GetInfamyManager_ReturnValue_2) == 0x000148, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_GetInfamyManager_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_ClientGetCurrentLevel_ReturnValue) == 0x000150, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_ClientGetCurrentLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_Add_IntInt_ReturnValue_2) == 0x000154, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000158, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_Conv_IntToText_ReturnValue_2) == 0x000170, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_Conv_IntToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_GetInfamyManager_ReturnValue_3) == 0x000188, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_GetInfamyManager_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_ClientGetProgressInfo_OutProgressTowardsNextLevelUp_1) == 0x000190, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_ClientGetProgressInfo_OutProgressTowardsNextLevelUp_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_ClientGetProgressInfo_OutPointsRequiredForNextLevelUp_1) == 0x000194, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_ClientGetProgressInfo_OutPointsRequiredForNextLevelUp_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_Add_IntInt_ReturnValue_3) == 0x000198, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001A0, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001E0, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, Temp_int_Variable) == 0x000220, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, K2Node_MakeArray_Array_1) == 0x000228, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_Format_ReturnValue_1) == 0x000238, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_GetInfamyManager_ReturnValue_4) == 0x000250, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_GetInfamyManager_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, Temp_int_Variable_1) == 0x000258, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_ClientGetCurrentExperience_ReturnValue) == 0x00025C, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_ClientGetCurrentExperience_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_ClientGetCurrentLevel_ReturnValue_1) == 0x000260, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_ClientGetCurrentLevel_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_GetExperienceForLevel_ReturnValue) == 0x000264, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_GetExperienceForLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_Subtract_IntInt_ReturnValue) == 0x000268, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_Add_IntInt_ReturnValue_4) == 0x00026C, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000270, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_GetExperienceForLevel_ReturnValue_1) == 0x000274, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_GetExperienceForLevel_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000278, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00027C, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_SafeDivide_ReturnValue) == 0x000280, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000284, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_BooleanOR_ReturnValue) == 0x000285, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000286, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, K2Node_CreateDelegate_OutputDelegate_2) == 0x000288, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_GetInfamyManager_ReturnValue_5) == 0x0002A0, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_GetInfamyManager_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x0002A8, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_ClientGetPreMatchExperience_ReturnValue_1) == 0x0002B0, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_ClientGetPreMatchExperience_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_GetLevelForExperience_ReturnValue_1) == 0x0002B4, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_GetLevelForExperience_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_GetExperienceForLevel_ReturnValue_2) == 0x0002B8, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_GetExperienceForLevel_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_Add_IntInt_ReturnValue_5) == 0x0002BC, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x0002C0, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_GetExperienceForLevel_ReturnValue_3) == 0x0002C4, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_GetExperienceForLevel_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x0002C8, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x0002CC, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x0002D0, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HandleLevelUps, CallFunc_SafeDivide_ReturnValue_1) == 0x0002D4, "Member 'WBP_UI_SM_ResultScreen_C_HandleLevelUps::CallFunc_SafeDivide_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_PlayBonusSound \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_PlayBonusSound) == 0x000004, "Wrong alignment on WBP_UI_SM_ResultScreen_C_PlayBonusSound"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_PlayBonusSound) == 0x000004, "Wrong size on WBP_UI_SM_ResultScreen_C_PlayBonusSound"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_PlayBonusSound, CallFunc_Play2DSound_ReturnValue) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_PlayBonusSound::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_HasProgressionItem \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_HasProgressionItem) == 0x000004, "Wrong alignment on WBP_UI_SM_ResultScreen_C_HasProgressionItem"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_HasProgressionItem) == 0x000024, "Wrong size on WBP_UI_SM_ResultScreen_C_HasProgressionItem"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HasProgressionItem, HasItem) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_HasProgressionItem::HasItem' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HasProgressionItem, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'WBP_UI_SM_ResultScreen_C_HasProgressionItem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HasProgressionItem, CallFunc_Map_Length_ReturnValue) == 0x000008, "Member 'WBP_UI_SM_ResultScreen_C_HasProgressionItem::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HasProgressionItem, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_UI_SM_ResultScreen_C_HasProgressionItem::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HasProgressionItem, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00000D, "Member 'WBP_UI_SM_ResultScreen_C_HasProgressionItem::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HasProgressionItem, CallFunc_Map_Length_ReturnValue_1) == 0x000010, "Member 'WBP_UI_SM_ResultScreen_C_HasProgressionItem::CallFunc_Map_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HasProgressionItem, CallFunc_Map_Length_ReturnValue_2) == 0x000014, "Member 'WBP_UI_SM_ResultScreen_C_HasProgressionItem::CallFunc_Map_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HasProgressionItem, CallFunc_Greater_IntInt_ReturnValue_2) == 0x000018, "Member 'WBP_UI_SM_ResultScreen_C_HasProgressionItem::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HasProgressionItem, CallFunc_Greater_IntInt_ReturnValue_3) == 0x000019, "Member 'WBP_UI_SM_ResultScreen_C_HasProgressionItem::CallFunc_Greater_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HasProgressionItem, CallFunc_BooleanOR_ReturnValue) == 0x00001A, "Member 'WBP_UI_SM_ResultScreen_C_HasProgressionItem::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HasProgressionItem, CallFunc_Array_Length_ReturnValue_1) == 0x00001C, "Member 'WBP_UI_SM_ResultScreen_C_HasProgressionItem::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HasProgressionItem, CallFunc_BooleanOR_ReturnValue_1) == 0x000020, "Member 'WBP_UI_SM_ResultScreen_C_HasProgressionItem::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HasProgressionItem, CallFunc_Greater_IntInt_ReturnValue_4) == 0x000021, "Member 'WBP_UI_SM_ResultScreen_C_HasProgressionItem::CallFunc_Greater_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HasProgressionItem, CallFunc_BooleanOR_ReturnValue_2) == 0x000022, "Member 'WBP_UI_SM_ResultScreen_C_HasProgressionItem::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_HasProgressionItem, CallFunc_BooleanOR_ReturnValue_3) == 0x000023, "Member 'WBP_UI_SM_ResultScreen_C_HasProgressionItem::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_FindRewardsFocus \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_FindRewardsFocus) == 0x000001, "Wrong alignment on WBP_UI_SM_ResultScreen_C_FindRewardsFocus"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_FindRewardsFocus) == 0x000002, "Wrong size on WBP_UI_SM_ResultScreen_C_FindRewardsFocus"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_FindRewardsFocus, CallFunc_IsVisible_ReturnValue) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_FindRewardsFocus::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_FindRewardsFocus, CallFunc_IsVisible_ReturnValue_1) == 0x000001, "Member 'WBP_UI_SM_ResultScreen_C_FindRewardsFocus::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_UnbindDelegates \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_UnbindDelegates) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_UnbindDelegates"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_UnbindDelegates) == 0x000040, "Wrong size on WBP_UI_SM_ResultScreen_C_UnbindDelegates"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UnbindDelegates, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_UnbindDelegates::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UnbindDelegates, CallFunc_GetChallengeManager_ReturnValue) == 0x000018, "Member 'WBP_UI_SM_ResultScreen_C_UnbindDelegates::CallFunc_GetChallengeManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UnbindDelegates, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'WBP_UI_SM_ResultScreen_C_UnbindDelegates::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_UnbindDelegates, CallFunc_GetInfamyManager_ReturnValue) == 0x000038, "Member 'WBP_UI_SM_ResultScreen_C_UnbindDelegates::CallFunc_GetInfamyManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_OnMoveToTutorialSelection \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_OnMoveToTutorialSelection) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_OnMoveToTutorialSelection"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_OnMoveToTutorialSelection) == 0x000040, "Wrong size on WBP_UI_SM_ResultScreen_C_OnMoveToTutorialSelection"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToTutorialSelection, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToTutorialSelection::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToTutorialSelection, CallFunc_MakeLiteralText_ReturnValue) == 0x000008, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToTutorialSelection::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToTutorialSelection, CallFunc_TextToUpper_ReturnValue) == 0x000020, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToTutorialSelection::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnMoveToTutorialSelection, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'WBP_UI_SM_ResultScreen_C_OnMoveToTutorialSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_OnTutorialButtonSelected \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_OnTutorialButtonSelected) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_OnTutorialButtonSelected"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_OnTutorialButtonSelected) == 0x000048, "Wrong size on WBP_UI_SM_ResultScreen_C_OnTutorialButtonSelected"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnTutorialButtonSelected, Button) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_OnTutorialButtonSelected::Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnTutorialButtonSelected, K2Node_DynamicCast_AsSBZMain_Menu_Crime_Net_Heist_Button) == 0x000008, "Member 'WBP_UI_SM_ResultScreen_C_OnTutorialButtonSelected::K2Node_DynamicCast_AsSBZMain_Menu_Crime_Net_Heist_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnTutorialButtonSelected, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_UI_SM_ResultScreen_C_OnTutorialButtonSelected::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnTutorialButtonSelected, CallFunc_GetGameStateMachine_ReturnValue) == 0x000018, "Member 'WBP_UI_SM_ResultScreen_C_OnTutorialButtonSelected::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnTutorialButtonSelected, CallFunc_GetHeistLevelPath_ReturnValue) == 0x000020, "Member 'WBP_UI_SM_ResultScreen_C_OnTutorialButtonSelected::CallFunc_GetHeistLevelPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_OnTutorialButtonSelected, CallFunc_LevelPathToIdx_ReturnValue) == 0x000040, "Member 'WBP_UI_SM_ResultScreen_C_OnTutorialButtonSelected::CallFunc_LevelPathToIdx_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons \ +static_assert(alignof(WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons) == 0x000008, "Wrong alignment on WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons"); \ +static_assert(sizeof(WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons) == 0x000070, "Wrong size on WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons, CallFunc_GetLevelsTutorial_ReturnValue) == 0x000008, "Member 'WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons::CallFunc_GetLevelsTutorial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons, CallFunc_GetAllChildren_ReturnValue) == 0x000038, "Member 'WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons, CallFunc_Array_Get_Item) == 0x000050, "Member 'WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons, K2Node_DynamicCast_AsSBZMain_Menu_Crime_Net_Heist_Button) == 0x000060, "Member 'WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons::K2Node_DynamicCast_AsSBZMain_Menu_Crime_Net_Heist_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons, CallFunc_Array_Add_ReturnValue) == 0x00006C, "Member 'WBP_UI_SM_ResultScreen_C_InitializeTutorialButtons::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_SM_ResultScreen_C \ +static_assert(alignof(UWBP_UI_SM_ResultScreen_C) == 0x000008, "Wrong alignment on UWBP_UI_SM_ResultScreen_C"); \ +static_assert(sizeof(UWBP_UI_SM_ResultScreen_C) == 0x000A40, "Wrong size on UWBP_UI_SM_ResultScreen_C"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, UberGraphFrame) == 0x000290, "Member 'UWBP_UI_SM_ResultScreen_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, Tutorial_EndScreen_Intro) == 0x000298, "Member 'UWBP_UI_SM_ResultScreen_C::Tutorial_EndScreen_Intro' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, RenownLevelUp) == 0x0002A0, "Member 'UWBP_UI_SM_ResultScreen_C::RenownLevelUp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, LeveledUp) == 0x0002A8, "Member 'UWBP_UI_SM_ResultScreen_C::LeveledUp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, FadeInChallengeProgresion) == 0x0002B0, "Member 'UWBP_UI_SM_ResultScreen_C::FadeInChallengeProgresion' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, FadeInPlayerStats) == 0x0002B8, "Member 'UWBP_UI_SM_ResultScreen_C::FadeInPlayerStats' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, FadeInProgressionTab) == 0x0002C0, "Member 'UWBP_UI_SM_ResultScreen_C::FadeInProgressionTab' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, FadeInInfamyTab) == 0x0002C8, "Member 'UWBP_UI_SM_ResultScreen_C::FadeInInfamyTab' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, FadeInBlackMarketUnlocks) == 0x0002D0, "Member 'UWBP_UI_SM_ResultScreen_C::FadeInBlackMarketUnlocks' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, FadeInWeaponProgression) == 0x0002D8, "Member 'UWBP_UI_SM_ResultScreen_C::FadeInWeaponProgression' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, FadeIn) == 0x0002E0, "Member 'UWBP_UI_SM_ResultScreen_C::FadeIn' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, AllBags_InfamyBonus) == 0x0002E8, "Member 'UWBP_UI_SM_ResultScreen_C::AllBags_InfamyBonus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, Assault_InfamyBonus) == 0x0002F0, "Member 'UWBP_UI_SM_ResultScreen_C::Assault_InfamyBonus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, BackgroundVideo_I) == 0x0002F8, "Member 'UWBP_UI_SM_ResultScreen_C::BackgroundVideo_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, BlackMarketProgression_T) == 0x000300, "Member 'UWBP_UI_SM_ResultScreen_C::BlackMarketProgression_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, ChallengeRewardContainer_VB) == 0x000308, "Member 'UWBP_UI_SM_ResultScreen_C::ChallengeRewardContainer_VB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, ChallengeRewardsItems_Sb) == 0x000310, "Member 'UWBP_UI_SM_ResultScreen_C::ChallengeRewardsItems_Sb' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, ChallengesItems_WB) == 0x000318, "Member 'UWBP_UI_SM_ResultScreen_C::ChallengesItems_WB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, CombatButton) == 0x000320, "Member 'UWBP_UI_SM_ResultScreen_C::CombatButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, CompletedIn_Hb) == 0x000328, "Member 'UWBP_UI_SM_ResultScreen_C::CompletedIn_Hb' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, CompletedTime_Text) == 0x000330, "Member 'UWBP_UI_SM_ResultScreen_C::CompletedTime_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, ContinueToMenuActionButton) == 0x000338, "Member 'UWBP_UI_SM_ResultScreen_C::ContinueToMenuActionButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, CrowdControlButton) == 0x000340, "Member 'UWBP_UI_SM_ResultScreen_C::CrowdControlButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, DetectionButton) == 0x000348, "Member 'UWBP_UI_SM_ResultScreen_C::DetectionButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, EndLevel_T) == 0x000350, "Member 'UWBP_UI_SM_ResultScreen_C::EndLevel_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, HeaderBg_B) == 0x000358, "Member 'UWBP_UI_SM_ResultScreen_C::HeaderBg_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, Heist_InfamyBonus) == 0x000360, "Member 'UWBP_UI_SM_ResultScreen_C::Heist_InfamyBonus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, HeistSuccess_Text) == 0x000368, "Member 'UWBP_UI_SM_ResultScreen_C::HeistSuccess_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, Hesit_Name_Header) == 0x000370, "Member 'UWBP_UI_SM_ResultScreen_C::Hesit_Name_Header' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, Image_10) == 0x000378, "Member 'UWBP_UI_SM_ResultScreen_C::Image_10' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, Image_20) == 0x000380, "Member 'UWBP_UI_SM_ResultScreen_C::Image_20' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, Image_23) == 0x000388, "Member 'UWBP_UI_SM_ResultScreen_C::Image_23' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, Image_77) == 0x000390, "Member 'UWBP_UI_SM_ResultScreen_C::Image_77' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, Image_116) == 0x000398, "Member 'UWBP_UI_SM_ResultScreen_C::Image_116' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, InfamyExperience_T) == 0x0003A0, "Member 'UWBP_UI_SM_ResultScreen_C::InfamyExperience_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, InfamyProgress_PB) == 0x0003A8, "Member 'UWBP_UI_SM_ResultScreen_C::InfamyProgress_PB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, Levels_WS) == 0x0003B0, "Member 'UWBP_UI_SM_ResultScreen_C::Levels_WS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, LobbyChat) == 0x0003B8, "Member 'UWBP_UI_SM_ResultScreen_C::LobbyChat' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, NewLevel_T) == 0x0003C0, "Member 'UWBP_UI_SM_ResultScreen_C::NewLevel_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, NewRenownLevel) == 0x0003C8, "Member 'UWBP_UI_SM_ResultScreen_C::NewRenownLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, NextButton) == 0x0003D0, "Member 'UWBP_UI_SM_ResultScreen_C::NextButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, NextButton_Icon) == 0x0003D8, "Member 'UWBP_UI_SM_ResultScreen_C::NextButton_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, NextRenownLevel) == 0x0003E0, "Member 'UWBP_UI_SM_ResultScreen_C::NextRenownLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, OutroVideo_C) == 0x0003E8, "Member 'UWBP_UI_SM_ResultScreen_C::OutroVideo_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, OutroVideo_I) == 0x0003F0, "Member 'UWBP_UI_SM_ResultScreen_C::OutroVideo_I' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, PlayerList) == 0x0003F8, "Member 'UWBP_UI_SM_ResultScreen_C::PlayerList' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, PlayerStatsScreen) == 0x000400, "Member 'UWBP_UI_SM_ResultScreen_C::PlayerStatsScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, PreviousButton) == 0x000408, "Member 'UWBP_UI_SM_ResultScreen_C::PreviousButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, PreviousButton_Icon) == 0x000410, "Member 'UWBP_UI_SM_ResultScreen_C::PreviousButton_Icon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, RenownExperience_T) == 0x000418, "Member 'UWBP_UI_SM_ResultScreen_C::RenownExperience_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, RenownLevelUp_T) == 0x000420, "Member 'UWBP_UI_SM_ResultScreen_C::RenownLevelUp_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, RenownProgress_PB) == 0x000428, "Member 'UWBP_UI_SM_ResultScreen_C::RenownProgress_PB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, RestartLevelActionButton) == 0x000430, "Member 'UWBP_UI_SM_ResultScreen_C::RestartLevelActionButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, Results_WS) == 0x000438, "Member 'UWBP_UI_SM_ResultScreen_C::Results_WS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, ResultsBonusPayout_WS) == 0x000440, "Member 'UWBP_UI_SM_ResultScreen_C::ResultsBonusPayout_WS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, ResultsScreen) == 0x000448, "Member 'UWBP_UI_SM_ResultScreen_C::ResultsScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, RewardsScreen) == 0x000450, "Member 'UWBP_UI_SM_ResultScreen_C::RewardsScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, ScreenInfo_Overlay) == 0x000458, "Member 'UWBP_UI_SM_ResultScreen_C::ScreenInfo_Overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, SelectActionButton) == 0x000460, "Member 'UWBP_UI_SM_ResultScreen_C::SelectActionButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, StartingLevel_T) == 0x000468, "Member 'UWBP_UI_SM_ResultScreen_C::StartingLevel_T' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, StartingRenownLevel) == 0x000470, "Member 'UWBP_UI_SM_ResultScreen_C::StartingRenownLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, StatusBg_B) == 0x000478, "Member 'UWBP_UI_SM_ResultScreen_C::StatusBg_B' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, Stealth_InfamyBonus) == 0x000480, "Member 'UWBP_UI_SM_ResultScreen_C::Stealth_InfamyBonus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, StealthButton) == 0x000488, "Member 'UWBP_UI_SM_ResultScreen_C::StealthButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, Timer_Hb) == 0x000490, "Member 'UWBP_UI_SM_ResultScreen_C::Timer_Hb' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, Timer_Text) == 0x000498, "Member 'UWBP_UI_SM_ResultScreen_C::Timer_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, TopPanel_O) == 0x0004A0, "Member 'UWBP_UI_SM_ResultScreen_C::TopPanel_O' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, TransitionLevel_Text) == 0x0004A8, "Member 'UWBP_UI_SM_ResultScreen_C::TransitionLevel_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, TransitionSuccess_Text) == 0x0004B0, "Member 'UWBP_UI_SM_ResultScreen_C::TransitionSuccess_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, TutorialButtons_VB) == 0x0004B8, "Member 'UWBP_UI_SM_ResultScreen_C::TutorialButtons_VB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, TutorialScreen) == 0x0004C0, "Member 'UWBP_UI_SM_ResultScreen_C::TutorialScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, WBP_ChallengeReward_Left) == 0x0004C8, "Member 'UWBP_UI_SM_ResultScreen_C::WBP_ChallengeReward_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, WBP_ChallengeReward_Right) == 0x0004D0, "Member 'UWBP_UI_SM_ResultScreen_C::WBP_ChallengeReward_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, WBP_InfamyTotalPoints) == 0x0004D8, "Member 'UWBP_UI_SM_ResultScreen_C::WBP_InfamyTotalPoints' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, WBP_Results_Payout) == 0x0004E0, "Member 'UWBP_UI_SM_ResultScreen_C::WBP_Results_Payout' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, WBP_ScreenTitle) == 0x0004E8, "Member 'UWBP_UI_SM_ResultScreen_C::WBP_ScreenTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, WBP_SocialButton) == 0x0004F0, "Member 'UWBP_UI_SM_ResultScreen_C::WBP_SocialButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, WBP_UI_ContentBackground) == 0x0004F8, "Member 'UWBP_UI_SM_ResultScreen_C::WBP_UI_ContentBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, WBP_UI_Results_StayAsParty) == 0x000500, "Member 'UWBP_UI_SM_ResultScreen_C::WBP_UI_Results_StayAsParty' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, WBP_UI_SocialScreen) == 0x000508, "Member 'UWBP_UI_SM_ResultScreen_C::WBP_UI_SocialScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, WBP_VoIPOverlay) == 0x000510, "Member 'UWBP_UI_SM_ResultScreen_C::WBP_VoIPOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, WBP_WeaponProgress_Left) == 0x000518, "Member 'UWBP_UI_SM_ResultScreen_C::WBP_WeaponProgress_Left' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, WBP_WeaponProgress_Right) == 0x000520, "Member 'UWBP_UI_SM_ResultScreen_C::WBP_WeaponProgress_Right' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, WeaponProgression_VB) == 0x000528, "Member 'UWBP_UI_SM_ResultScreen_C::WeaponProgression_VB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, WeaponProgressionItems_WB) == 0x000530, "Member 'UWBP_UI_SM_ResultScreen_C::WeaponProgressionItems_WB' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, GainTextColor) == 0x000538, "Member 'UWBP_UI_SM_ResultScreen_C::GainTextColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, AnimatedProgressTabCount) == 0x000548, "Member 'UWBP_UI_SM_ResultScreen_C::AnimatedProgressTabCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, MaxAnimatedProgressTabCount) == 0x00054C, "Member 'UWBP_UI_SM_ResultScreen_C::MaxAnimatedProgressTabCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, AddedOverskillProgressCount) == 0x000550, "Member 'UWBP_UI_SM_ResultScreen_C::AddedOverskillProgressCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, AddedWeaponProgressCount) == 0x000554, "Member 'UWBP_UI_SM_ResultScreen_C::AddedWeaponProgressCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, ProgressOverskillArray) == 0x000558, "Member 'UWBP_UI_SM_ResultScreen_C::ProgressOverskillArray' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, ProgressWeaponArray) == 0x000568, "Member 'UWBP_UI_SM_ResultScreen_C::ProgressWeaponArray' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, UnlockedItemCount) == 0x000578, "Member 'UWBP_UI_SM_ResultScreen_C::UnlockedItemCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, ProgressChallengeArray) == 0x000580, "Member 'UWBP_UI_SM_ResultScreen_C::ProgressChallengeArray' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, AddedChallengeProgressCount) == 0x000590, "Member 'UWBP_UI_SM_ResultScreen_C::AddedChallengeProgressCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, MissionResultData) == 0x000598, "Member 'UWBP_UI_SM_ResultScreen_C::MissionResultData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, PlayerState) == 0x000820, "Member 'UWBP_UI_SM_ResultScreen_C::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, TypeWaitTime) == 0x000828, "Member 'UWBP_UI_SM_ResultScreen_C::TypeWaitTime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, ChangeTabWaitTime) == 0x00082C, "Member 'UWBP_UI_SM_ResultScreen_C::ChangeTabWaitTime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, IsNewChallengesVisible) == 0x000830, "Member 'UWBP_UI_SM_ResultScreen_C::IsNewChallengesVisible' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, HeistData) == 0x000838, "Member 'UWBP_UI_SM_ResultScreen_C::HeistData' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, SoloVideoControlsReference) == 0x000840, "Member 'UWBP_UI_SM_ResultScreen_C::SoloVideoControlsReference' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, OutroVideoURL) == 0x000868, "Member 'UWBP_UI_SM_ResultScreen_C::OutroVideoURL' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, BackgroundVideoURL) == 0x000878, "Member 'UWBP_UI_SM_ResultScreen_C::BackgroundVideoURL' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, PrePlanningAssetMap) == 0x000888, "Member 'UWBP_UI_SM_ResultScreen_C::PrePlanningAssetMap' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, RenownAssetMap) == 0x0008D8, "Member 'UWBP_UI_SM_ResultScreen_C::RenownAssetMap' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, TotalInfamyPoints) == 0x000928, "Member 'UWBP_UI_SM_ResultScreen_C::TotalInfamyPoints' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, TotalChallengePoints) == 0x00092C, "Member 'UWBP_UI_SM_ResultScreen_C::TotalChallengePoints' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, bHasPressedRestart) == 0x000930, "Member 'UWBP_UI_SM_ResultScreen_C::bHasPressedRestart' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, ChallengeRewardAssetMap) == 0x000938, "Member 'UWBP_UI_SM_ResultScreen_C::ChallengeRewardAssetMap' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, LevelUpAssetMap) == 0x000988, "Member 'UWBP_UI_SM_ResultScreen_C::LevelUpAssetMap' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, TimerTransitionScreen) == 0x0009D8, "Member 'UWBP_UI_SM_ResultScreen_C::TimerTransitionScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, TimerXp) == 0x0009DC, "Member 'UWBP_UI_SM_ResultScreen_C::TimerXp' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, TimerBonuses) == 0x0009E0, "Member 'UWBP_UI_SM_ResultScreen_C::TimerBonuses' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, TimerResultsScreen) == 0x0009E4, "Member 'UWBP_UI_SM_ResultScreen_C::TimerResultsScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, TimerRewardsScreen) == 0x0009E8, "Member 'UWBP_UI_SM_ResultScreen_C::TimerRewardsScreen' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, AddedChallengeRewardsCount) == 0x0009EC, "Member 'UWBP_UI_SM_ResultScreen_C::AddedChallengeRewardsCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, AddedRenownAssetCount) == 0x0009F0, "Member 'UWBP_UI_SM_ResultScreen_C::AddedRenownAssetCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, AddedLevelUpAssetCount) == 0x0009F4, "Member 'UWBP_UI_SM_ResultScreen_C::AddedLevelUpAssetCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, AddedPreplanningAssetCount) == 0x0009F8, "Member 'UWBP_UI_SM_ResultScreen_C::AddedPreplanningAssetCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, FoundPrePlanningAsset) == 0x000A00, "Member 'UWBP_UI_SM_ResultScreen_C::FoundPrePlanningAsset' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, AddedDailyChallengesCount) == 0x000A08, "Member 'UWBP_UI_SM_ResultScreen_C::AddedDailyChallengesCount' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, DelayRewardTime) == 0x000A0C, "Member 'UWBP_UI_SM_ResultScreen_C::DelayRewardTime' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, LevelsGained) == 0x000A10, "Member 'UWBP_UI_SM_ResultScreen_C::LevelsGained' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, LevelsGainedShown) == 0x000A14, "Member 'UWBP_UI_SM_ResultScreen_C::LevelsGainedShown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, Reward_Sound) == 0x000A18, "Member 'UWBP_UI_SM_ResultScreen_C::Reward_Sound' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, bIsSocialShowing) == 0x000A1C, "Member 'UWBP_UI_SM_ResultScreen_C::bIsSocialShowing' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, Heist_Button_Pool) == 0x000A20, "Member 'UWBP_UI_SM_ResultScreen_C::Heist_Button_Pool' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_SM_ResultScreen_C, HeistButtonPool) == 0x000A30, "Member 'UWBP_UI_SM_ResultScreen_C::HeistButtonPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_Marksman_FIK22_C \ +static_assert(alignof(UCS_FireWeapon_Marksman_FIK22_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_Marksman_FIK22_C"); \ +static_assert(sizeof(UCS_FireWeapon_Marksman_FIK22_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_Marksman_FIK22_C"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_Marksman_FIK22_C \ +static_assert(alignof(UBP_FireWeaponFeedback_Marksman_FIK22_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_Marksman_FIK22_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_Marksman_FIK22_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_Marksman_FIK22_C"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_AssaultRifle_RG5_C \ +static_assert(alignof(UCS_FireWeapon_AssaultRifle_RG5_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_AssaultRifle_RG5_C"); \ +static_assert(sizeof(UCS_FireWeapon_AssaultRifle_RG5_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_AssaultRifle_RG5_C"); \ + +#define DUMPER7_ASSERTS_UBP_ArmorDamageFeedback_C \ +static_assert(alignof(UBP_ArmorDamageFeedback_C) == 0x000008, "Wrong alignment on UBP_ArmorDamageFeedback_C"); \ +static_assert(sizeof(UBP_ArmorDamageFeedback_C) == 0x000308, "Wrong size on UBP_ArmorDamageFeedback_C"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_AssaultRifle_RG5_C \ +static_assert(alignof(UBP_FireWeaponFeedback_AssaultRifle_RG5_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_AssaultRifle_RG5_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_AssaultRifle_RG5_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_AssaultRifle_RG5_C"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_LMG_MX63_C \ +static_assert(alignof(UBP_FireWeaponFeedback_LMG_MX63_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_LMG_MX63_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_LMG_MX63_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_LMG_MX63_C"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_SMG_ATK7_C \ +static_assert(alignof(UCS_FireWeapon_SMG_ATK7_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_SMG_ATK7_C"); \ +static_assert(sizeof(UCS_FireWeapon_SMG_ATK7_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_SMG_ATK7_C"); \ + +#define DUMPER7_ASSERTS_UCR_FP_Player_C \ +static_assert(alignof(UCR_FP_Player_C) == 0x000008, "Wrong alignment on UCR_FP_Player_C"); \ +static_assert(sizeof(UCR_FP_Player_C) == 0x0006C8, "Wrong size on UCR_FP_Player_C"); \ +static_assert(offsetof(UCR_FP_Player_C, TankingData) == 0x000660, "Member 'UCR_FP_Player_C::TankingData' has a wrong offset!"); \ +static_assert(offsetof(UCR_FP_Player_C, WallReactionData) == 0x000684, "Member 'UCR_FP_Player_C::WallReactionData' has a wrong offset!"); \ +static_assert(offsetof(UCR_FP_Player_C, NewVar_0) == 0x0006C4, "Member 'UCR_FP_Player_C::NewVar_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_SMG_ATK7_C \ +static_assert(alignof(UBP_FireWeaponFeedback_SMG_ATK7_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_SMG_ATK7_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_SMG_ATK7_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_SMG_ATK7_C"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_AssaultRifle_CHS3_C \ +static_assert(alignof(UCS_FireWeapon_AssaultRifle_CHS3_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_AssaultRifle_CHS3_C"); \ +static_assert(sizeof(UCS_FireWeapon_AssaultRifle_CHS3_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_AssaultRifle_CHS3_C"); \ + +#define DUMPER7_ASSERTS_AVFX_Penthouse_C \ +static_assert(alignof(AVFX_Penthouse_C) == 0x000008, "Wrong alignment on AVFX_Penthouse_C"); \ +static_assert(sizeof(AVFX_Penthouse_C) == 0x000340, "Wrong size on AVFX_Penthouse_C"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_Shotgun_TAS12_C \ +static_assert(alignof(UCS_FireWeapon_Shotgun_TAS12_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_Shotgun_TAS12_C"); \ +static_assert(sizeof(UCS_FireWeapon_Shotgun_TAS12_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_Shotgun_TAS12_C"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_Shotgun_TAS12_C \ +static_assert(alignof(UBP_FireWeaponFeedback_Shotgun_TAS12_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_Shotgun_TAS12_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_Shotgun_TAS12_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_Shotgun_TAS12_C"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_Pistol_PD5_C \ +static_assert(alignof(UCS_FireWeapon_Pistol_PD5_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_Pistol_PD5_C"); \ +static_assert(sizeof(UCS_FireWeapon_Pistol_PD5_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_Pistol_PD5_C"); \ + +#define DUMPER7_ASSERTS_BP_LA_Civ_Cosmetic_Sit_Loop_C_SwitchSection \ +static_assert(alignof(BP_LA_Civ_Cosmetic_Sit_Loop_C_SwitchSection) == 0x000004, "Wrong alignment on BP_LA_Civ_Cosmetic_Sit_Loop_C_SwitchSection"); \ +static_assert(sizeof(BP_LA_Civ_Cosmetic_Sit_Loop_C_SwitchSection) == 0x00000C, "Wrong size on BP_LA_Civ_Cosmetic_Sit_Loop_C_SwitchSection"); \ +static_assert(offsetof(BP_LA_Civ_Cosmetic_Sit_Loop_C_SwitchSection, SectionName) == 0x000000, "Member 'BP_LA_Civ_Cosmetic_Sit_Loop_C_SwitchSection::SectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LA_Civ_Cosmetic_Sit_Loop_C \ +static_assert(alignof(ABP_LA_Civ_Cosmetic_Sit_Loop_C) == 0x000008, "Wrong alignment on ABP_LA_Civ_Cosmetic_Sit_Loop_C"); \ +static_assert(sizeof(ABP_LA_Civ_Cosmetic_Sit_Loop_C) == 0x0002C0, "Wrong size on ABP_LA_Civ_Cosmetic_Sit_Loop_C"); \ +static_assert(offsetof(ABP_LA_Civ_Cosmetic_Sit_Loop_C, SBZLifeActionSlot) == 0x0002A8, "Member 'ABP_LA_Civ_Cosmetic_Sit_Loop_C::SBZLifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Cosmetic_Sit_Loop_C, SBZLifeActionInstance) == 0x0002B0, "Member 'ABP_LA_Civ_Cosmetic_Sit_Loop_C::SBZLifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Cosmetic_Sit_Loop_C, SBZLifeAction) == 0x0002B8, "Member 'ABP_LA_Civ_Cosmetic_Sit_Loop_C::SBZLifeAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_Pistol_PD5_C \ +static_assert(alignof(UBP_FireWeaponFeedback_Pistol_PD5_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_Pistol_PD5_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_Pistol_PD5_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_Pistol_PD5_C"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_Pistol_GarstiniViper_C \ +static_assert(alignof(UBP_FireWeaponFeedback_Pistol_GarstiniViper_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_Pistol_GarstiniViper_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_Pistol_GarstiniViper_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_Pistol_GarstiniViper_C"); \ + +#define DUMPER7_ASSERTS_UGA_Traverse_C \ +static_assert(alignof(UGA_Traverse_C) == 0x000008, "Wrong alignment on UGA_Traverse_C"); \ +static_assert(sizeof(UGA_Traverse_C) == 0x0004E8, "Wrong size on UGA_Traverse_C"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_Pistol_SE5_C \ +static_assert(alignof(UCS_FireWeapon_Pistol_SE5_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_Pistol_SE5_C"); \ +static_assert(sizeof(UCS_FireWeapon_Pistol_SE5_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_Pistol_SE5_C"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_Pistol_S403_C \ +static_assert(alignof(UCS_FireWeapon_Pistol_S403_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_Pistol_S403_C"); \ +static_assert(sizeof(UCS_FireWeapon_Pistol_S403_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_Pistol_S403_C"); \ + +#define DUMPER7_ASSERTS_ABP_Placeable_Weapon_Drop_C \ +static_assert(alignof(ABP_Placeable_Weapon_Drop_C) == 0x000010, "Wrong alignment on ABP_Placeable_Weapon_Drop_C"); \ +static_assert(sizeof(ABP_Placeable_Weapon_Drop_C) == 0x000540, "Wrong size on ABP_Placeable_Weapon_Drop_C"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_Special_Bessy_C \ +static_assert(alignof(UCS_FireWeapon_Special_Bessy_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_Special_Bessy_C"); \ +static_assert(sizeof(UCS_FireWeapon_Special_Bessy_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_Special_Bessy_C"); \ + +#define DUMPER7_ASSERTS_BP_ThrowableKnife_C_ExecuteUbergraph_BP_ThrowableKnife \ +static_assert(alignof(BP_ThrowableKnife_C_ExecuteUbergraph_BP_ThrowableKnife) == 0x000008, "Wrong alignment on BP_ThrowableKnife_C_ExecuteUbergraph_BP_ThrowableKnife"); \ +static_assert(sizeof(BP_ThrowableKnife_C_ExecuteUbergraph_BP_ThrowableKnife) == 0x0000B8, "Wrong size on BP_ThrowableKnife_C_ExecuteUbergraph_BP_ThrowableKnife"); \ +static_assert(offsetof(BP_ThrowableKnife_C_ExecuteUbergraph_BP_ThrowableKnife, EntryPoint) == 0x000000, "Member 'BP_ThrowableKnife_C_ExecuteUbergraph_BP_ThrowableKnife::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ThrowableKnife_C_ExecuteUbergraph_BP_ThrowableKnife, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000004, "Member 'BP_ThrowableKnife_C_ExecuteUbergraph_BP_ThrowableKnife::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ThrowableKnife_C_ExecuteUbergraph_BP_ThrowableKnife, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000010, "Member 'BP_ThrowableKnife_C_ExecuteUbergraph_BP_ThrowableKnife::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ThrowableKnife_C_ExecuteUbergraph_BP_ThrowableKnife, K2Node_ComponentBoundEvent_ImpactResult) == 0x000018, "Member 'BP_ThrowableKnife_C_ExecuteUbergraph_BP_ThrowableKnife::K2Node_ComponentBoundEvent_ImpactResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ThrowableKnife_C_ExecuteUbergraph_BP_ThrowableKnife, K2Node_ComponentBoundEvent_ImpactVelocity) == 0x0000A8, "Member 'BP_ThrowableKnife_C_ExecuteUbergraph_BP_ThrowableKnife::K2Node_ComponentBoundEvent_ImpactVelocity' has a wrong offset!"); \ +static_assert(offsetof(BP_ThrowableKnife_C_ExecuteUbergraph_BP_ThrowableKnife, CallFunc_K2_AttachToComponent_ReturnValue) == 0x0000B4, "Member 'BP_ThrowableKnife_C_ExecuteUbergraph_BP_ThrowableKnife::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ThrowableKnife_C_ExecuteUbergraph_BP_ThrowableKnife, CallFunc_HasRetrieverSkill_ReturnValue) == 0x0000B5, "Member 'BP_ThrowableKnife_C_ExecuteUbergraph_BP_ThrowableKnife::CallFunc_HasRetrieverSkill_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ThrowableKnife_C_BndEvt__BP_ThrowableKnife_ProjectileMovementComponent_K2Node_ComponentBoundEvent_0_OnProjectileBounceDelegate__DelegateSignature \ +static_assert(alignof(BP_ThrowableKnife_C_BndEvt__BP_ThrowableKnife_ProjectileMovementComponent_K2Node_ComponentBoundEvent_0_OnProjectileBounceDelegate__DelegateSignature) == 0x000004, "Wrong alignment on BP_ThrowableKnife_C_BndEvt__BP_ThrowableKnife_ProjectileMovementComponent_K2Node_ComponentBoundEvent_0_OnProjectileBounceDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_ThrowableKnife_C_BndEvt__BP_ThrowableKnife_ProjectileMovementComponent_K2Node_ComponentBoundEvent_0_OnProjectileBounceDelegate__DelegateSignature) == 0x00009C, "Wrong size on BP_ThrowableKnife_C_BndEvt__BP_ThrowableKnife_ProjectileMovementComponent_K2Node_ComponentBoundEvent_0_OnProjectileBounceDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_ThrowableKnife_C_BndEvt__BP_ThrowableKnife_ProjectileMovementComponent_K2Node_ComponentBoundEvent_0_OnProjectileBounceDelegate__DelegateSignature, ImpactResult) == 0x000000, "Member 'BP_ThrowableKnife_C_BndEvt__BP_ThrowableKnife_ProjectileMovementComponent_K2Node_ComponentBoundEvent_0_OnProjectileBounceDelegate__DelegateSignature::ImpactResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ThrowableKnife_C_BndEvt__BP_ThrowableKnife_ProjectileMovementComponent_K2Node_ComponentBoundEvent_0_OnProjectileBounceDelegate__DelegateSignature, ImpactVelocity) == 0x000090, "Member 'BP_ThrowableKnife_C_BndEvt__BP_ThrowableKnife_ProjectileMovementComponent_K2Node_ComponentBoundEvent_0_OnProjectileBounceDelegate__DelegateSignature::ImpactVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ThrowableKnife_C \ +static_assert(alignof(ABP_ThrowableKnife_C) == 0x000010, "Wrong alignment on ABP_ThrowableKnife_C"); \ +static_assert(sizeof(ABP_ThrowableKnife_C) == 0x006180, "Wrong size on ABP_ThrowableKnife_C"); \ +static_assert(offsetof(ABP_ThrowableKnife_C, UberGraphFrame) == 0x006160, "Member 'ABP_ThrowableKnife_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_ThrowableKnife_C, SBZNiagaraWwiseComponentNonOpt_RegularEffect) == 0x006168, "Member 'ABP_ThrowableKnife_C::SBZNiagaraWwiseComponentNonOpt_RegularEffect' has a wrong offset!"); \ +static_assert(offsetof(ABP_ThrowableKnife_C, SBZNiagaraWwiseComponentNonOpt) == 0x006170, "Member 'ABP_ThrowableKnife_C::SBZNiagaraWwiseComponentNonOpt' has a wrong offset!"); \ +static_assert(offsetof(ABP_ThrowableKnife_C, SBZOutline) == 0x006178, "Member 'ABP_ThrowableKnife_C::SBZOutline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_Special_Bessy_C \ +static_assert(alignof(UBP_FireWeaponFeedback_Special_Bessy_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_Special_Bessy_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_Special_Bessy_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_Special_Bessy_C"); \ + +#define DUMPER7_ASSERTS_ABP_Placeable_Weapon_Drop_OVK_C \ +static_assert(alignof(ABP_Placeable_Weapon_Drop_OVK_C) == 0x000010, "Wrong alignment on ABP_Placeable_Weapon_Drop_OVK_C"); \ +static_assert(sizeof(ABP_Placeable_Weapon_Drop_OVK_C) == 0x000540, "Wrong size on ABP_Placeable_Weapon_Drop_OVK_C"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticCutter_C \ +static_assert(alignof(ABP_CosmeticCutter_C) == 0x000008, "Wrong alignment on ABP_CosmeticCutter_C"); \ +static_assert(sizeof(ABP_CosmeticCutter_C) == 0x0002D0, "Wrong size on ABP_CosmeticCutter_C"); \ +static_assert(offsetof(ABP_CosmeticCutter_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticCutter_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_OVK_HET5_C \ +static_assert(alignof(UCS_FireWeapon_OVK_HET5_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_OVK_HET5_C"); \ +static_assert(sizeof(UCS_FireWeapon_OVK_HET5_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_OVK_HET5_C"); \ + +#define DUMPER7_ASSERTS_A_Penthouse_C_ExecuteUbergraph_A_Penthouse \ +static_assert(alignof(A_Penthouse_C_ExecuteUbergraph_A_Penthouse) == 0x000004, "Wrong alignment on A_Penthouse_C_ExecuteUbergraph_A_Penthouse"); \ +static_assert(sizeof(A_Penthouse_C_ExecuteUbergraph_A_Penthouse) == 0x000004, "Wrong size on A_Penthouse_C_ExecuteUbergraph_A_Penthouse"); \ +static_assert(offsetof(A_Penthouse_C_ExecuteUbergraph_A_Penthouse, EntryPoint) == 0x000000, "Member 'A_Penthouse_C_ExecuteUbergraph_A_Penthouse::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AA_Penthouse_C \ +static_assert(alignof(AA_Penthouse_C) == 0x000008, "Wrong alignment on AA_Penthouse_C"); \ +static_assert(sizeof(AA_Penthouse_C) == 0x000350, "Wrong size on AA_Penthouse_C"); \ +static_assert(offsetof(AA_Penthouse_C, UberGraphFrame) == 0x000340, "Member 'AA_Penthouse_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AA_Penthouse_C, None_ExecuteUbergraph_A_Penthouse_RefProperty) == 0x000348, "Member 'AA_Penthouse_C::None_ExecuteUbergraph_A_Penthouse_RefProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DamageType_OVK_HET5_C \ +static_assert(alignof(UBP_DamageType_OVK_HET5_C) == 0x000008, "Wrong alignment on UBP_DamageType_OVK_HET5_C"); \ +static_assert(sizeof(UBP_DamageType_OVK_HET5_C) == 0x000090, "Wrong size on UBP_DamageType_OVK_HET5_C"); \ + +#define DUMPER7_ASSERTS_UGE_ShockGrenade_Slowed_C \ +static_assert(alignof(UGE_ShockGrenade_Slowed_C) == 0x000008, "Wrong alignment on UGE_ShockGrenade_Slowed_C"); \ +static_assert(sizeof(UGE_ShockGrenade_Slowed_C) == 0x0008C0, "Wrong size on UGE_ShockGrenade_Slowed_C"); \ + +#define DUMPER7_ASSERTS_UBP_SmokeGrenadeFeedback_C \ +static_assert(alignof(UBP_SmokeGrenadeFeedback_C) == 0x000008, "Wrong alignment on UBP_SmokeGrenadeFeedback_C"); \ +static_assert(sizeof(UBP_SmokeGrenadeFeedback_C) == 0x000308, "Wrong size on UBP_SmokeGrenadeFeedback_C"); \ + +#define DUMPER7_ASSERTS_UGE_ThrowableKnife_C \ +static_assert(alignof(UGE_ThrowableKnife_C) == 0x000008, "Wrong alignment on UGE_ThrowableKnife_C"); \ +static_assert(sizeof(UGE_ThrowableKnife_C) == 0x0008C0, "Wrong size on UGE_ThrowableKnife_C"); \ + +#define DUMPER7_ASSERTS_ABP_Int_SingleDoor_Reinforced_Wood_02_C \ +static_assert(alignof(ABP_Int_SingleDoor_Reinforced_Wood_02_C) == 0x000008, "Wrong alignment on ABP_Int_SingleDoor_Reinforced_Wood_02_C"); \ +static_assert(sizeof(ABP_Int_SingleDoor_Reinforced_Wood_02_C) == 0x000680, "Wrong size on ABP_Int_SingleDoor_Reinforced_Wood_02_C"); \ +static_assert(offsetof(ABP_Int_SingleDoor_Reinforced_Wood_02_C, ColorTint_0) == 0x000670, "Member 'ABP_Int_SingleDoor_Reinforced_Wood_02_C::ColorTint_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCS_ThePunch_Heavy_Buildup_C \ +static_assert(alignof(UCS_ThePunch_Heavy_Buildup_C) == 0x000010, "Wrong alignment on UCS_ThePunch_Heavy_Buildup_C"); \ +static_assert(sizeof(UCS_ThePunch_Heavy_Buildup_C) == 0x0001B0, "Wrong size on UCS_ThePunch_Heavy_Buildup_C"); \ + +#define DUMPER7_ASSERTS_BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone \ +static_assert(alignof(BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone) == 0x000008, "Wrong alignment on BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone"); \ +static_assert(sizeof(BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone) == 0x0000B0, "Wrong size on BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone"); \ +static_assert(offsetof(BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone, EntryPoint) == 0x000000, "Member 'BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone, Temp_struct_Variable) == 0x000008, "Member 'BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone, Temp_delegate_Variable) == 0x000018, "Member 'BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone, Temp_struct_Variable_1) == 0x000030, "Member 'BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone, Temp_delegate_Variable_1) == 0x000040, "Member 'BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone, Temp_struct_Variable_2) == 0x000058, "Member 'BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone, Temp_delegate_Variable_2) == 0x000068, "Member 'BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone, CallFunc_PostAkEvent_ReturnValue) == 0x00007C, "Member 'BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone, K2Node_Event_bDoCosmetics_2) == 0x000080, "Member 'BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone::K2Node_Event_bDoCosmetics_2' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone, K2Node_Event_bDoCosmetics_1) == 0x000081, "Member 'BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone::K2Node_Event_bDoCosmetics_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone, K2Node_Event_bNewState) == 0x000082, "Member 'BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone::K2Node_Event_bNewState' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone, K2Node_Event_bDoCosmetics) == 0x000083, "Member 'BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000084, "Member 'BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000088, "Member 'BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone, CallFunc_AddLocalMarker_ReturnValue) == 0x000094, "Member 'BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone::CallFunc_AddLocalMarker_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone, CallFunc_PostAkEvent_ReturnValue_1) == 0x000098, "Member 'BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone::CallFunc_PostAkEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone, CallFunc_PostAkEvent_ReturnValue_2) == 0x00009C, "Member 'BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone::CallFunc_PostAkEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone, K2Node_Event_DeltaSeconds) == 0x0000A0, "Member 'BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone, CallFunc_SafeDivide_ReturnValue) == 0x0000A4, "Member 'BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000A8, "Member 'BP_HackingZone_C_ExecuteUbergraph_BP_HackingZone::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HackingZone_C_ReceiveTick \ +static_assert(alignof(BP_HackingZone_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_HackingZone_C_ReceiveTick"); \ +static_assert(sizeof(BP_HackingZone_C_ReceiveTick) == 0x000004, "Wrong size on BP_HackingZone_C_ReceiveTick"); \ +static_assert(offsetof(BP_HackingZone_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_HackingZone_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HackingZone_C_BP_EnabledStateChanged \ +static_assert(alignof(BP_HackingZone_C_BP_EnabledStateChanged) == 0x000001, "Wrong alignment on BP_HackingZone_C_BP_EnabledStateChanged"); \ +static_assert(sizeof(BP_HackingZone_C_BP_EnabledStateChanged) == 0x000002, "Wrong size on BP_HackingZone_C_BP_EnabledStateChanged"); \ +static_assert(offsetof(BP_HackingZone_C_BP_EnabledStateChanged, bNewState) == 0x000000, "Member 'BP_HackingZone_C_BP_EnabledStateChanged::bNewState' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZone_C_BP_EnabledStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_HackingZone_C_BP_EnabledStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HackingZone_C_BP_OnOverlapEnd \ +static_assert(alignof(BP_HackingZone_C_BP_OnOverlapEnd) == 0x000001, "Wrong alignment on BP_HackingZone_C_BP_OnOverlapEnd"); \ +static_assert(sizeof(BP_HackingZone_C_BP_OnOverlapEnd) == 0x000001, "Wrong size on BP_HackingZone_C_BP_OnOverlapEnd"); \ +static_assert(offsetof(BP_HackingZone_C_BP_OnOverlapEnd, bDoCosmetics) == 0x000000, "Member 'BP_HackingZone_C_BP_OnOverlapEnd::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HackingZone_C_BP_OnOverlapBegin \ +static_assert(alignof(BP_HackingZone_C_BP_OnOverlapBegin) == 0x000001, "Wrong alignment on BP_HackingZone_C_BP_OnOverlapBegin"); \ +static_assert(sizeof(BP_HackingZone_C_BP_OnOverlapBegin) == 0x000001, "Wrong size on BP_HackingZone_C_BP_OnOverlapBegin"); \ +static_assert(offsetof(BP_HackingZone_C_BP_OnOverlapBegin, bDoCosmetics) == 0x000000, "Member 'BP_HackingZone_C_BP_OnOverlapBegin::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_HackingZone_C \ +static_assert(alignof(ABP_HackingZone_C) == 0x000008, "Wrong alignment on ABP_HackingZone_C"); \ +static_assert(sizeof(ABP_HackingZone_C) == 0x000320, "Wrong size on ABP_HackingZone_C"); \ +static_assert(offsetof(ABP_HackingZone_C, UberGraphFrame) == 0x0002F0, "Member 'ABP_HackingZone_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackingZone_C, Ak) == 0x0002F8, "Member 'ABP_HackingZone_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackingZone_C, NiagaraSystem) == 0x000300, "Member 'ABP_HackingZone_C::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackingZone_C, Timeline_ON_Time_FE37FF444F3828B49210C28702376659) == 0x000308, "Member 'ABP_HackingZone_C::Timeline_ON_Time_FE37FF444F3828B49210C28702376659' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackingZone_C, Timeline_ON__Direction_FE37FF444F3828B49210C28702376659) == 0x00030C, "Member 'ABP_HackingZone_C::Timeline_ON__Direction_FE37FF444F3828B49210C28702376659' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackingZone_C, Timeline_ON) == 0x000310, "Member 'ABP_HackingZone_C::Timeline_ON' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackingZone_C, MarkerID) == 0x000318, "Member 'ABP_HackingZone_C::MarkerID' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackingZone_C, TimeEnabled) == 0x00031C, "Member 'ABP_HackingZone_C::TimeEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCS_ThePunch_Heavy_Buildup_Left_C \ +static_assert(alignof(UCS_ThePunch_Heavy_Buildup_Left_C) == 0x000010, "Wrong alignment on UCS_ThePunch_Heavy_Buildup_Left_C"); \ +static_assert(sizeof(UCS_ThePunch_Heavy_Buildup_Left_C) == 0x0001B0, "Wrong size on UCS_ThePunch_Heavy_Buildup_Left_C"); \ + +#define DUMPER7_ASSERTS_UVanFrontWheel_C \ +static_assert(alignof(UVanFrontWheel_C) == 0x000008, "Wrong alignment on UVanFrontWheel_C"); \ +static_assert(sizeof(UVanFrontWheel_C) == 0x000100, "Wrong size on UVanFrontWheel_C"); \ + +#define DUMPER7_ASSERTS_UCS_ThePunch_Heavy_C \ +static_assert(alignof(UCS_ThePunch_Heavy_C) == 0x000010, "Wrong alignment on UCS_ThePunch_Heavy_C"); \ +static_assert(sizeof(UCS_ThePunch_Heavy_C) == 0x0001B0, "Wrong size on UCS_ThePunch_Heavy_C"); \ + +#define DUMPER7_ASSERTS_UCS_ThePunch_Heavy_Left_C \ +static_assert(alignof(UCS_ThePunch_Heavy_Left_C) == 0x000010, "Wrong alignment on UCS_ThePunch_Heavy_Left_C"); \ +static_assert(sizeof(UCS_ThePunch_Heavy_Left_C) == 0x0001B0, "Wrong size on UCS_ThePunch_Heavy_Left_C"); \ + +#define DUMPER7_ASSERTS_UCS_ThePunch_Light_Left_C \ +static_assert(alignof(UCS_ThePunch_Light_Left_C) == 0x000010, "Wrong alignment on UCS_ThePunch_Light_Left_C"); \ +static_assert(sizeof(UCS_ThePunch_Light_Left_C) == 0x0001B0, "Wrong size on UCS_ThePunch_Light_Left_C"); \ + +#define DUMPER7_ASSERTS_UCS_ThePunch_Light_Right_C \ +static_assert(alignof(UCS_ThePunch_Light_Right_C) == 0x000010, "Wrong alignment on UCS_ThePunch_Light_Right_C"); \ +static_assert(sizeof(UCS_ThePunch_Light_Right_C) == 0x0001B0, "Wrong size on UCS_ThePunch_Light_Right_C"); \ + +#define DUMPER7_ASSERTS_UGE_Melee_C \ +static_assert(alignof(UGE_Melee_C) == 0x000008, "Wrong alignment on UGE_Melee_C"); \ +static_assert(sizeof(UGE_Melee_C) == 0x0008C0, "Wrong size on UGE_Melee_C"); \ + +#define DUMPER7_ASSERTS_UThePunchLightHitCameraFeedback_Right_C \ +static_assert(alignof(UThePunchLightHitCameraFeedback_Right_C) == 0x000008, "Wrong alignment on UThePunchLightHitCameraFeedback_Right_C"); \ +static_assert(sizeof(UThePunchLightHitCameraFeedback_Right_C) == 0x000308, "Wrong size on UThePunchLightHitCameraFeedback_Right_C"); \ + +#define DUMPER7_ASSERTS_UThePunchHeavyHitCameraFeedback_Right_C \ +static_assert(alignof(UThePunchHeavyHitCameraFeedback_Right_C) == 0x000008, "Wrong alignment on UThePunchHeavyHitCameraFeedback_Right_C"); \ +static_assert(sizeof(UThePunchHeavyHitCameraFeedback_Right_C) == 0x000308, "Wrong size on UThePunchHeavyHitCameraFeedback_Right_C"); \ + +#define DUMPER7_ASSERTS_UThePunchHeavyHitCameraFeedback_Left_C \ +static_assert(alignof(UThePunchHeavyHitCameraFeedback_Left_C) == 0x000008, "Wrong alignment on UThePunchHeavyHitCameraFeedback_Left_C"); \ +static_assert(sizeof(UThePunchHeavyHitCameraFeedback_Left_C) == 0x000308, "Wrong size on UThePunchHeavyHitCameraFeedback_Left_C"); \ + +#define DUMPER7_ASSERTS_BP_VentGasVolumeDamage_C_GetVolumeDamageType \ +static_assert(alignof(BP_VentGasVolumeDamage_C_GetVolumeDamageType) == 0x000008, "Wrong alignment on BP_VentGasVolumeDamage_C_GetVolumeDamageType"); \ +static_assert(sizeof(BP_VentGasVolumeDamage_C_GetVolumeDamageType) == 0x000008, "Wrong size on BP_VentGasVolumeDamage_C_GetVolumeDamageType"); \ +static_assert(offsetof(BP_VentGasVolumeDamage_C_GetVolumeDamageType, ReturnValue) == 0x000000, "Member 'BP_VentGasVolumeDamage_C_GetVolumeDamageType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VentGasVolumeDamage_C_GetVolumeDamageAddedTagContainer \ +static_assert(alignof(BP_VentGasVolumeDamage_C_GetVolumeDamageAddedTagContainer) == 0x000008, "Wrong alignment on BP_VentGasVolumeDamage_C_GetVolumeDamageAddedTagContainer"); \ +static_assert(sizeof(BP_VentGasVolumeDamage_C_GetVolumeDamageAddedTagContainer) == 0x000020, "Wrong size on BP_VentGasVolumeDamage_C_GetVolumeDamageAddedTagContainer"); \ +static_assert(offsetof(BP_VentGasVolumeDamage_C_GetVolumeDamageAddedTagContainer, ReturnValue) == 0x000000, "Member 'BP_VentGasVolumeDamage_C_GetVolumeDamageAddedTagContainer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VentGasVolumeDamage_C_GetVolumeDamagePerSecond \ +static_assert(alignof(BP_VentGasVolumeDamage_C_GetVolumeDamagePerSecond) == 0x000004, "Wrong alignment on BP_VentGasVolumeDamage_C_GetVolumeDamagePerSecond"); \ +static_assert(sizeof(BP_VentGasVolumeDamage_C_GetVolumeDamagePerSecond) == 0x000004, "Wrong size on BP_VentGasVolumeDamage_C_GetVolumeDamagePerSecond"); \ +static_assert(offsetof(BP_VentGasVolumeDamage_C_GetVolumeDamagePerSecond, ReturnValue) == 0x000000, "Member 'BP_VentGasVolumeDamage_C_GetVolumeDamagePerSecond::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VentGasVolumeDamage_C_GetVolumeDamageTickSeconds \ +static_assert(alignof(BP_VentGasVolumeDamage_C_GetVolumeDamageTickSeconds) == 0x000004, "Wrong alignment on BP_VentGasVolumeDamage_C_GetVolumeDamageTickSeconds"); \ +static_assert(sizeof(BP_VentGasVolumeDamage_C_GetVolumeDamageTickSeconds) == 0x000004, "Wrong size on BP_VentGasVolumeDamage_C_GetVolumeDamageTickSeconds"); \ +static_assert(offsetof(BP_VentGasVolumeDamage_C_GetVolumeDamageTickSeconds, ReturnValue) == 0x000000, "Member 'BP_VentGasVolumeDamage_C_GetVolumeDamageTickSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_VentGasVolumeDamage_C \ +static_assert(alignof(ABP_VentGasVolumeDamage_C) == 0x000008, "Wrong alignment on ABP_VentGasVolumeDamage_C"); \ +static_assert(sizeof(ABP_VentGasVolumeDamage_C) == 0x000360, "Wrong size on ABP_VentGasVolumeDamage_C"); \ + +#define DUMPER7_ASSERTS_UThePunchHeavyCameraFeedback_Right_C \ +static_assert(alignof(UThePunchHeavyCameraFeedback_Right_C) == 0x000008, "Wrong alignment on UThePunchHeavyCameraFeedback_Right_C"); \ +static_assert(sizeof(UThePunchHeavyCameraFeedback_Right_C) == 0x000308, "Wrong size on UThePunchHeavyCameraFeedback_Right_C"); \ + +#define DUMPER7_ASSERTS_UThePunchHeavyCameraFeedback_Left_C \ +static_assert(alignof(UThePunchHeavyCameraFeedback_Left_C) == 0x000008, "Wrong alignment on UThePunchHeavyCameraFeedback_Left_C"); \ +static_assert(sizeof(UThePunchHeavyCameraFeedback_Left_C) == 0x000308, "Wrong size on UThePunchHeavyCameraFeedback_Left_C"); \ + +#define DUMPER7_ASSERTS_BP_GenericInteraction_C_ExecuteUbergraph_BP_GenericInteraction \ +static_assert(alignof(BP_GenericInteraction_C_ExecuteUbergraph_BP_GenericInteraction) == 0x000008, "Wrong alignment on BP_GenericInteraction_C_ExecuteUbergraph_BP_GenericInteraction"); \ +static_assert(sizeof(BP_GenericInteraction_C_ExecuteUbergraph_BP_GenericInteraction) == 0x000020, "Wrong size on BP_GenericInteraction_C_ExecuteUbergraph_BP_GenericInteraction"); \ +static_assert(offsetof(BP_GenericInteraction_C_ExecuteUbergraph_BP_GenericInteraction, EntryPoint) == 0x000000, "Member 'BP_GenericInteraction_C_ExecuteUbergraph_BP_GenericInteraction::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericInteraction_C_ExecuteUbergraph_BP_GenericInteraction, K2Node_ComponentBoundEvent_Interactable) == 0x000008, "Member 'BP_GenericInteraction_C_ExecuteUbergraph_BP_GenericInteraction::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericInteraction_C_ExecuteUbergraph_BP_GenericInteraction, K2Node_ComponentBoundEvent_Interactor) == 0x000010, "Member 'BP_GenericInteraction_C_ExecuteUbergraph_BP_GenericInteraction::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericInteraction_C_ExecuteUbergraph_BP_GenericInteraction, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000018, "Member 'BP_GenericInteraction_C_ExecuteUbergraph_BP_GenericInteraction::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GenericInteraction_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_GenericInteraction_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_GenericInteraction_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_GenericInteraction_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_GenericInteraction_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_GenericInteraction_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_GenericInteraction_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericInteraction_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_GenericInteraction_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_GenericInteraction_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_GenericInteraction_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GenericInteraction_C \ +static_assert(alignof(ABP_GenericInteraction_C) == 0x000008, "Wrong alignment on ABP_GenericInteraction_C"); \ +static_assert(sizeof(ABP_GenericInteraction_C) == 0x0002F0, "Wrong size on ABP_GenericInteraction_C"); \ +static_assert(offsetof(ABP_GenericInteraction_C, UberGraphFrame) == 0x0002D0, "Member 'ABP_GenericInteraction_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_GenericInteraction_C, SBZAIObjective) == 0x0002D8, "Member 'ABP_GenericInteraction_C::SBZAIObjective' has a wrong offset!"); \ +static_assert(offsetof(ABP_GenericInteraction_C, SBZOutline) == 0x0002E0, "Member 'ABP_GenericInteraction_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_GenericInteraction_C, Cube) == 0x0002E8, "Member 'ABP_GenericInteraction_C::Cube' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UThePunchHeavyCameraFeedback_C \ +static_assert(alignof(UThePunchHeavyCameraFeedback_C) == 0x000008, "Wrong alignment on UThePunchHeavyCameraFeedback_C"); \ +static_assert(sizeof(UThePunchHeavyCameraFeedback_C) == 0x000308, "Wrong size on UThePunchHeavyCameraFeedback_C"); \ + +#define DUMPER7_ASSERTS_UDA_ThePunchMeleeHeavyDamageType_C \ +static_assert(alignof(UDA_ThePunchMeleeHeavyDamageType_C) == 0x000008, "Wrong alignment on UDA_ThePunchMeleeHeavyDamageType_C"); \ +static_assert(sizeof(UDA_ThePunchMeleeHeavyDamageType_C) == 0x000090, "Wrong size on UDA_ThePunchMeleeHeavyDamageType_C"); \ + +#define DUMPER7_ASSERTS_UGA_PlayerThePunchMeleeAbility_C \ +static_assert(alignof(UGA_PlayerThePunchMeleeAbility_C) == 0x000008, "Wrong alignment on UGA_PlayerThePunchMeleeAbility_C"); \ +static_assert(sizeof(UGA_PlayerThePunchMeleeAbility_C) == 0x000510, "Wrong size on UGA_PlayerThePunchMeleeAbility_C"); \ + +#define DUMPER7_ASSERTS_UGA_Place_TripperLaser_C \ +static_assert(alignof(UGA_Place_TripperLaser_C) == 0x000010, "Wrong alignment on UGA_Place_TripperLaser_C"); \ +static_assert(sizeof(UGA_Place_TripperLaser_C) == 0x000560, "Wrong size on UGA_Place_TripperLaser_C"); \ + +#define DUMPER7_ASSERTS_UGA_PlaceableSensorTool_C \ +static_assert(alignof(UGA_PlaceableSensorTool_C) == 0x000010, "Wrong alignment on UGA_PlaceableSensorTool_C"); \ +static_assert(sizeof(UGA_PlaceableSensorTool_C) == 0x000560, "Wrong size on UGA_PlaceableSensorTool_C"); \ + +#define DUMPER7_ASSERTS_UGE_TripMine_C \ +static_assert(alignof(UGE_TripMine_C) == 0x000008, "Wrong alignment on UGE_TripMine_C"); \ +static_assert(sizeof(UGE_TripMine_C) == 0x0008C0, "Wrong size on UGE_TripMine_C"); \ + +#define DUMPER7_ASSERTS_UGE_Scrambler_WeaponEffect_C \ +static_assert(alignof(UGE_Scrambler_WeaponEffect_C) == 0x000008, "Wrong alignment on UGE_Scrambler_WeaponEffect_C"); \ +static_assert(sizeof(UGE_Scrambler_WeaponEffect_C) == 0x0008C0, "Wrong size on UGE_Scrambler_WeaponEffect_C"); \ + +#define DUMPER7_ASSERTS_UGE_Hacker_RoutedPing_C \ +static_assert(alignof(UGE_Hacker_RoutedPing_C) == 0x000008, "Wrong alignment on UGE_Hacker_RoutedPing_C"); \ +static_assert(sizeof(UGE_Hacker_RoutedPing_C) == 0x0008C0, "Wrong size on UGE_Hacker_RoutedPing_C"); \ + +#define DUMPER7_ASSERTS_UGE_Hacker_SecureLoop_C \ +static_assert(alignof(UGE_Hacker_SecureLoop_C) == 0x000008, "Wrong alignment on UGE_Hacker_SecureLoop_C"); \ +static_assert(sizeof(UGE_Hacker_SecureLoop_C) == 0x0008C0, "Wrong size on UGE_Hacker_SecureLoop_C"); \ + +#define DUMPER7_ASSERTS_UGE_Tank_Disengage_C \ +static_assert(alignof(UGE_Tank_Disengage_C) == 0x000008, "Wrong alignment on UGE_Tank_Disengage_C"); \ +static_assert(sizeof(UGE_Tank_Disengage_C) == 0x0008C0, "Wrong size on UGE_Tank_Disengage_C"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_SMG_Compact7_C \ +static_assert(alignof(UBP_FireWeaponFeedback_SMG_Compact7_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_SMG_Compact7_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_SMG_Compact7_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_SMG_Compact7_C"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_AssaultRifle_KU59_C \ +static_assert(alignof(UCS_FireWeapon_AssaultRifle_KU59_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_AssaultRifle_KU59_C"); \ +static_assert(sizeof(UCS_FireWeapon_AssaultRifle_KU59_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_AssaultRifle_KU59_C"); \ + +#define DUMPER7_ASSERTS_UBP_DamageType_AssaultRifle_NWB9_C \ +static_assert(alignof(UBP_DamageType_AssaultRifle_NWB9_C) == 0x000008, "Wrong alignment on UBP_DamageType_AssaultRifle_NWB9_C"); \ +static_assert(sizeof(UBP_DamageType_AssaultRifle_NWB9_C) == 0x000090, "Wrong size on UBP_DamageType_AssaultRifle_NWB9_C"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_AssaultRifle_VF7S_C \ +static_assert(alignof(UCS_FireWeapon_AssaultRifle_VF7S_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_AssaultRifle_VF7S_C"); \ +static_assert(sizeof(UCS_FireWeapon_AssaultRifle_VF7S_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_AssaultRifle_VF7S_C"); \ + +#define DUMPER7_ASSERTS_UBP_DamageType_AssaultRifle_VF7S_C \ +static_assert(alignof(UBP_DamageType_AssaultRifle_VF7S_C) == 0x000008, "Wrong alignment on UBP_DamageType_AssaultRifle_VF7S_C"); \ +static_assert(sizeof(UBP_DamageType_AssaultRifle_VF7S_C) == 0x000090, "Wrong size on UBP_DamageType_AssaultRifle_VF7S_C"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_AssaultRifle_VF7S_C \ +static_assert(alignof(UBP_FireWeaponFeedback_AssaultRifle_VF7S_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_AssaultRifle_VF7S_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_AssaultRifle_VF7S_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_AssaultRifle_VF7S_C"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_Marksman_A114_C \ +static_assert(alignof(UCS_FireWeapon_Marksman_A114_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_Marksman_A114_C"); \ +static_assert(sizeof(UCS_FireWeapon_Marksman_A114_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_Marksman_A114_C"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_Marksman_A114_C \ +static_assert(alignof(UBP_FireWeaponFeedback_Marksman_A114_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_Marksman_A114_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_Marksman_A114_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_Marksman_A114_C"); \ + +#define DUMPER7_ASSERTS_BP_Safe_01_C_BP_OnMiniGameSuccess \ +static_assert(alignof(BP_Safe_01_C_BP_OnMiniGameSuccess) == 0x000001, "Wrong alignment on BP_Safe_01_C_BP_OnMiniGameSuccess"); \ +static_assert(sizeof(BP_Safe_01_C_BP_OnMiniGameSuccess) == 0x000001, "Wrong size on BP_Safe_01_C_BP_OnMiniGameSuccess"); \ +static_assert(offsetof(BP_Safe_01_C_BP_OnMiniGameSuccess, bDoCosmetics) == 0x000000, "Member 'BP_Safe_01_C_BP_OnMiniGameSuccess::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01 \ +static_assert(alignof(BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01) == 0x000008, "Wrong alignment on BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01"); \ +static_assert(sizeof(BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01) == 0x000178, "Wrong size on BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01"); \ +static_assert(offsetof(BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01, EntryPoint) == 0x000000, "Member 'BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01, Temp_struct_Variable) == 0x000008, "Member 'BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01, Temp_delegate_Variable) == 0x000018, "Member 'BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00002C, "Member 'BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01, CallFunc_MakeRotator_ReturnValue) == 0x000030, "Member 'BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01, K2Node_Event_bDoCosmetics) == 0x00003C, "Member 'BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01, CallFunc_K2_AddRelativeRotation_SweepHitResult) == 0x000040, "Member 'BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01::CallFunc_K2_AddRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01, CallFunc_PostAkEvent_ReturnValue) == 0x0000D0, "Member 'BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000D4, "Member 'BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x0000D8, "Member 'BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01, CallFunc_MakeRotator_ReturnValue_1) == 0x0000DC, "Member 'BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x0000E8, "Member 'BP_Safe_01_C_ExecuteUbergraph_BP_Safe_01::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Safe_01_C \ +static_assert(alignof(ABP_Safe_01_C) == 0x000008, "Wrong alignment on ABP_Safe_01_C"); \ +static_assert(sizeof(ABP_Safe_01_C) == 0x000348, "Wrong size on ABP_Safe_01_C"); \ +static_assert(offsetof(ABP_Safe_01_C, UberGraphFrame) == 0x000308, "Member 'ABP_Safe_01_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Safe_01_C, Safe_01_DoorHandle) == 0x000310, "Member 'ABP_Safe_01_C::Safe_01_DoorHandle' has a wrong offset!"); \ +static_assert(offsetof(ABP_Safe_01_C, Safe_01_Door) == 0x000318, "Member 'ABP_Safe_01_C::Safe_01_Door' has a wrong offset!"); \ +static_assert(offsetof(ABP_Safe_01_C, Ak) == 0x000320, "Member 'ABP_Safe_01_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_Safe_01_C, open_timeline_handleAlpha_5677811847247746596273B44F8A568C) == 0x000328, "Member 'ABP_Safe_01_C::open_timeline_handleAlpha_5677811847247746596273B44F8A568C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Safe_01_C, open_timeline_doorAlpha_5677811847247746596273B44F8A568C) == 0x00032C, "Member 'ABP_Safe_01_C::open_timeline_doorAlpha_5677811847247746596273B44F8A568C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Safe_01_C, open_timeline__Direction_5677811847247746596273B44F8A568C) == 0x000330, "Member 'ABP_Safe_01_C::open_timeline__Direction_5677811847247746596273B44F8A568C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Safe_01_C, open_timeline) == 0x000338, "Member 'ABP_Safe_01_C::open_timeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_Safe_01_C, openAngle) == 0x000340, "Member 'ABP_Safe_01_C::openAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_Marksman_R900S_C \ +static_assert(alignof(UCS_FireWeapon_Marksman_R900S_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_Marksman_R900S_C"); \ +static_assert(sizeof(UCS_FireWeapon_Marksman_R900S_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_Marksman_R900S_C"); \ + +#define DUMPER7_ASSERTS_UGA_PlayerJump_C \ +static_assert(alignof(UGA_PlayerJump_C) == 0x000008, "Wrong alignment on UGA_PlayerJump_C"); \ +static_assert(sizeof(UGA_PlayerJump_C) == 0x0004D8, "Wrong size on UGA_PlayerJump_C"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_Marksman_R900S_C \ +static_assert(alignof(UBP_FireWeaponFeedback_Marksman_R900S_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_Marksman_R900S_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_Marksman_R900S_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_Marksman_R900S_C"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_Shotgun_Mosconi12C_C \ +static_assert(alignof(UCS_FireWeapon_Shotgun_Mosconi12C_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_Shotgun_Mosconi12C_C"); \ +static_assert(sizeof(UCS_FireWeapon_Shotgun_Mosconi12C_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_Shotgun_Mosconi12C_C"); \ + +#define DUMPER7_ASSERTS_BP_Glass_Railing_Base_C_ExecuteUbergraph_BP_Glass_Railing_Base \ +static_assert(alignof(BP_Glass_Railing_Base_C_ExecuteUbergraph_BP_Glass_Railing_Base) == 0x000008, "Wrong alignment on BP_Glass_Railing_Base_C_ExecuteUbergraph_BP_Glass_Railing_Base"); \ +static_assert(sizeof(BP_Glass_Railing_Base_C_ExecuteUbergraph_BP_Glass_Railing_Base) == 0x000038, "Wrong size on BP_Glass_Railing_Base_C_ExecuteUbergraph_BP_Glass_Railing_Base"); \ +static_assert(offsetof(BP_Glass_Railing_Base_C_ExecuteUbergraph_BP_Glass_Railing_Base, EntryPoint) == 0x000000, "Member 'BP_Glass_Railing_Base_C_ExecuteUbergraph_BP_Glass_Railing_Base::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Glass_Railing_Base_C_ExecuteUbergraph_BP_Glass_Railing_Base, K2Node_ComponentBoundEvent_PoolComponent) == 0x000008, "Member 'BP_Glass_Railing_Base_C_ExecuteUbergraph_BP_Glass_Railing_Base::K2Node_ComponentBoundEvent_PoolComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Glass_Railing_Base_C_ExecuteUbergraph_BP_Glass_Railing_Base, K2Node_ComponentBoundEvent_Hits) == 0x000010, "Member 'BP_Glass_Railing_Base_C_ExecuteUbergraph_BP_Glass_Railing_Base::K2Node_ComponentBoundEvent_Hits' has a wrong offset!"); \ +static_assert(offsetof(BP_Glass_Railing_Base_C_ExecuteUbergraph_BP_Glass_Railing_Base, K2Node_ComponentBoundEvent_bDoCosmetics) == 0x000014, "Member 'BP_Glass_Railing_Base_C_ExecuteUbergraph_BP_Glass_Railing_Base::K2Node_ComponentBoundEvent_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_Glass_Railing_Base_C_ExecuteUbergraph_BP_Glass_Railing_Base, K2Node_ComponentBoundEvent_DamageContext) == 0x000018, "Member 'BP_Glass_Railing_Base_C_ExecuteUbergraph_BP_Glass_Railing_Base::K2Node_ComponentBoundEvent_DamageContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Glass_Railing_Base_C_ExecuteUbergraph_BP_Glass_Railing_Base, K2Node_SwitchInteger_CmpSuccess) == 0x000030, "Member 'BP_Glass_Railing_Base_C_ExecuteUbergraph_BP_Glass_Railing_Base::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Glass_Railing_Base_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature \ +static_assert(alignof(BP_Glass_Railing_Base_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Glass_Railing_Base_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Glass_Railing_Base_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature) == 0x000028, "Wrong size on BP_Glass_Railing_Base_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Glass_Railing_Base_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature, PoolComponent) == 0x000000, "Member 'BP_Glass_Railing_Base_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature::PoolComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Glass_Railing_Base_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature, Hits) == 0x000008, "Member 'BP_Glass_Railing_Base_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature::Hits' has a wrong offset!"); \ +static_assert(offsetof(BP_Glass_Railing_Base_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature, bDoCosmetics) == 0x00000C, "Member 'BP_Glass_Railing_Base_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature::bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_Glass_Railing_Base_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature, DamageContext) == 0x000010, "Member 'BP_Glass_Railing_Base_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature::DamageContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Glass_Railing_Base_C \ +static_assert(alignof(ABP_Glass_Railing_Base_C) == 0x000008, "Wrong alignment on ABP_Glass_Railing_Base_C"); \ +static_assert(sizeof(ABP_Glass_Railing_Base_C) == 0x000330, "Wrong size on ABP_Glass_Railing_Base_C"); \ +static_assert(offsetof(ABP_Glass_Railing_Base_C, UberGraphFrame) == 0x000308, "Member 'ABP_Glass_Railing_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Glass_Railing_Base_C, SBZAcousticPortalConnector) == 0x000310, "Member 'ABP_Glass_Railing_Base_C::SBZAcousticPortalConnector' has a wrong offset!"); \ +static_assert(offsetof(ABP_Glass_Railing_Base_C, Particle_Color) == 0x000318, "Member 'ABP_Glass_Railing_Base_C::Particle_Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_Glass_Railing_Base_C, ParticleCount) == 0x000328, "Member 'ABP_Glass_Railing_Base_C::ParticleCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_Shotgun_Mosconi12C_C \ +static_assert(alignof(UBP_FireWeaponFeedback_Shotgun_Mosconi12C_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_Shotgun_Mosconi12C_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_Shotgun_Mosconi12C_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_Shotgun_Mosconi12C_C"); \ + +#define DUMPER7_ASSERTS_UVanBackWheel_C \ +static_assert(alignof(UVanBackWheel_C) == 0x000008, "Wrong alignment on UVanBackWheel_C"); \ +static_assert(sizeof(UVanBackWheel_C) == 0x000100, "Wrong size on UVanBackWheel_C"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_Shotgun_R880_C \ +static_assert(alignof(UCS_FireWeapon_Shotgun_R880_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_Shotgun_R880_C"); \ +static_assert(sizeof(UCS_FireWeapon_Shotgun_R880_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_Shotgun_R880_C"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_Shotgun_R880_C \ +static_assert(alignof(UBP_FireWeaponFeedback_Shotgun_R880_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_Shotgun_R880_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_Shotgun_R880_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_Shotgun_R880_C"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_SMG_Commando_C \ +static_assert(alignof(UBP_FireWeaponFeedback_SMG_Commando_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_SMG_Commando_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_SMG_Commando_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_SMG_Commando_C"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_SMG_PC9_C \ +static_assert(alignof(UCS_FireWeapon_SMG_PC9_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_SMG_PC9_C"); \ +static_assert(sizeof(UCS_FireWeapon_SMG_PC9_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_SMG_PC9_C"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_SMG_PC9_C \ +static_assert(alignof(UBP_FireWeaponFeedback_SMG_PC9_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_SMG_PC9_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_SMG_PC9_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_SMG_PC9_C"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_Pistol_T32_C \ +static_assert(alignof(UBP_FireWeaponFeedback_Pistol_T32_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_Pistol_T32_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_Pistol_T32_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_Pistol_T32_C"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_Pistol_SPM11_C \ +static_assert(alignof(UCS_FireWeapon_Pistol_SPM11_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_Pistol_SPM11_C"); \ +static_assert(sizeof(UCS_FireWeapon_Pistol_SPM11_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_Pistol_SPM11_C"); \ + +#define DUMPER7_ASSERTS_ABP_HandCuffsAnimation_C_ExecuteUbergraph_ABP_HandCuffsAnimation \ +static_assert(alignof(ABP_HandCuffsAnimation_C_ExecuteUbergraph_ABP_HandCuffsAnimation) == 0x000004, "Wrong alignment on ABP_HandCuffsAnimation_C_ExecuteUbergraph_ABP_HandCuffsAnimation"); \ +static_assert(sizeof(ABP_HandCuffsAnimation_C_ExecuteUbergraph_ABP_HandCuffsAnimation) == 0x000004, "Wrong size on ABP_HandCuffsAnimation_C_ExecuteUbergraph_ABP_HandCuffsAnimation"); \ +static_assert(offsetof(ABP_HandCuffsAnimation_C_ExecuteUbergraph_ABP_HandCuffsAnimation, EntryPoint) == 0x000000, "Member 'ABP_HandCuffsAnimation_C_ExecuteUbergraph_ABP_HandCuffsAnimation::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_HandCuffsAnimation_C_AnimGraph \ +static_assert(alignof(ABP_HandCuffsAnimation_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_HandCuffsAnimation_C_AnimGraph"); \ +static_assert(sizeof(ABP_HandCuffsAnimation_C_AnimGraph) == 0x000010, "Wrong size on ABP_HandCuffsAnimation_C_AnimGraph"); \ +static_assert(offsetof(ABP_HandCuffsAnimation_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_HandCuffsAnimation_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_HandCuffsAnimation_C \ +static_assert(alignof(UABP_HandCuffsAnimation_C) == 0x000010, "Wrong alignment on UABP_HandCuffsAnimation_C"); \ +static_assert(sizeof(UABP_HandCuffsAnimation_C) == 0x000450, "Wrong size on UABP_HandCuffsAnimation_C"); \ +static_assert(offsetof(UABP_HandCuffsAnimation_C, UberGraphFrame) == 0x0002D0, "Member 'UABP_HandCuffsAnimation_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_HandCuffsAnimation_C, AnimGraphNode_Root) == 0x0002D8, "Member 'UABP_HandCuffsAnimation_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_HandCuffsAnimation_C, AnimGraphNode_Slot) == 0x000320, "Member 'UABP_HandCuffsAnimation_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UABP_HandCuffsAnimation_C, AnimGraphNode_SequencePlayer) == 0x000380, "Member 'UABP_HandCuffsAnimation_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_Pistol_SPM11_C \ +static_assert(alignof(UBP_FireWeaponFeedback_Pistol_SPM11_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_Pistol_SPM11_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_Pistol_SPM11_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_Pistol_SPM11_C"); \ + +#define DUMPER7_ASSERTS_ABP_Toiletry_01_B_SmallDestruction_C \ +static_assert(alignof(ABP_Toiletry_01_B_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_Toiletry_01_B_SmallDestruction_C"); \ +static_assert(sizeof(ABP_Toiletry_01_B_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_Toiletry_01_B_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_Revolver_Bison_C \ +static_assert(alignof(UCS_FireWeapon_Revolver_Bison_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_Revolver_Bison_C"); \ +static_assert(sizeof(UCS_FireWeapon_Revolver_Bison_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_Revolver_Bison_C"); \ + +#define DUMPER7_ASSERTS_UBP_TasedCameraShakeFeedback_C \ +static_assert(alignof(UBP_TasedCameraShakeFeedback_C) == 0x000008, "Wrong alignment on UBP_TasedCameraShakeFeedback_C"); \ +static_assert(sizeof(UBP_TasedCameraShakeFeedback_C) == 0x000308, "Wrong size on UBP_TasedCameraShakeFeedback_C"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_Revolver_Bison_C \ +static_assert(alignof(UBP_FireWeaponFeedback_Revolver_Bison_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_Revolver_Bison_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_Revolver_Bison_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_Revolver_Bison_C"); \ + +#define DUMPER7_ASSERTS_UCS_FireWeapon_Revolver_Castigo44_C \ +static_assert(alignof(UCS_FireWeapon_Revolver_Castigo44_C) == 0x000010, "Wrong alignment on UCS_FireWeapon_Revolver_Castigo44_C"); \ +static_assert(sizeof(UCS_FireWeapon_Revolver_Castigo44_C) == 0x0001B0, "Wrong size on UCS_FireWeapon_Revolver_Castigo44_C"); \ + +#define DUMPER7_ASSERTS_UBP_FireWeaponFeedback_Revolver_Castigo44_C \ +static_assert(alignof(UBP_FireWeaponFeedback_Revolver_Castigo44_C) == 0x000008, "Wrong alignment on UBP_FireWeaponFeedback_Revolver_Castigo44_C"); \ +static_assert(sizeof(UBP_FireWeaponFeedback_Revolver_Castigo44_C) == 0x000308, "Wrong size on UBP_FireWeaponFeedback_Revolver_Castigo44_C"); \ + +#define DUMPER7_ASSERTS_ABP_CloakerPlaceable_C \ +static_assert(alignof(ABP_CloakerPlaceable_C) == 0x000008, "Wrong alignment on ABP_CloakerPlaceable_C"); \ +static_assert(sizeof(ABP_CloakerPlaceable_C) == 0x0002C8, "Wrong size on ABP_CloakerPlaceable_C"); \ +static_assert(offsetof(ABP_CloakerPlaceable_C, CloakerBMMessage) == 0x0002B8, "Member 'ABP_CloakerPlaceable_C::CloakerBMMessage' has a wrong offset!"); \ +static_assert(offsetof(ABP_CloakerPlaceable_C, MeterBg_1) == 0x0002C0, "Member 'ABP_CloakerPlaceable_C::MeterBg_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticLockpick_C \ +static_assert(alignof(ABP_CosmeticLockpick_C) == 0x000008, "Wrong alignment on ABP_CosmeticLockpick_C"); \ +static_assert(sizeof(ABP_CosmeticLockpick_C) == 0x0002D8, "Wrong size on ABP_CosmeticLockpick_C"); \ +static_assert(offsetof(ABP_CosmeticLockpick_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticLockpick_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticLockpick_C, DefaultSceneRoot) == 0x0002D0, "Member 'ABP_CosmeticLockpick_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_MaskOnCameraFeedback_C \ +static_assert(alignof(UBP_MaskOnCameraFeedback_C) == 0x000008, "Wrong alignment on UBP_MaskOnCameraFeedback_C"); \ +static_assert(sizeof(UBP_MaskOnCameraFeedback_C) == 0x000308, "Wrong size on UBP_MaskOnCameraFeedback_C"); \ + +#define DUMPER7_ASSERTS_ACH_CrewAI_Base_C \ +static_assert(alignof(ACH_CrewAI_Base_C) == 0x000010, "Wrong alignment on ACH_CrewAI_Base_C"); \ +static_assert(sizeof(ACH_CrewAI_Base_C) == 0x0018D0, "Wrong size on ACH_CrewAI_Base_C"); \ +static_assert(offsetof(ACH_CrewAI_Base_C, SBZAIStimuliReaction) == 0x0018C0, "Member 'ACH_CrewAI_Base_C::SBZAIStimuliReaction' has a wrong offset!"); \ +static_assert(offsetof(ACH_CrewAI_Base_C, AIPerceptionStimuliSource) == 0x0018C8, "Member 'ACH_CrewAI_Base_C::AIPerceptionStimuliSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SecurityCameraDestroyedFeedback_C \ +static_assert(alignof(UBP_SecurityCameraDestroyedFeedback_C) == 0x000008, "Wrong alignment on UBP_SecurityCameraDestroyedFeedback_C"); \ +static_assert(sizeof(UBP_SecurityCameraDestroyedFeedback_C) == 0x000308, "Wrong size on UBP_SecurityCameraDestroyedFeedback_C"); \ + +#define DUMPER7_ASSERTS_UBP_ReactionPredicate_GlobalCooldown_CrewAIMarking_C \ +static_assert(alignof(UBP_ReactionPredicate_GlobalCooldown_CrewAIMarking_C) == 0x000008, "Wrong alignment on UBP_ReactionPredicate_GlobalCooldown_CrewAIMarking_C"); \ +static_assert(sizeof(UBP_ReactionPredicate_GlobalCooldown_CrewAIMarking_C) == 0x000048, "Wrong size on UBP_ReactionPredicate_GlobalCooldown_CrewAIMarking_C"); \ + +#define DUMPER7_ASSERTS_ABP_AICrewLinkedAnimation_C_FullBodyAction \ +static_assert(alignof(ABP_AICrewLinkedAnimation_C_FullBodyAction) == 0x000008, "Wrong alignment on ABP_AICrewLinkedAnimation_C_FullBodyAction"); \ +static_assert(sizeof(ABP_AICrewLinkedAnimation_C_FullBodyAction) == 0x000020, "Wrong size on ABP_AICrewLinkedAnimation_C_FullBodyAction"); \ +static_assert(offsetof(ABP_AICrewLinkedAnimation_C_FullBodyAction, InPose) == 0x000000, "Member 'ABP_AICrewLinkedAnimation_C_FullBodyAction::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_AICrewLinkedAnimation_C_FullBodyAction, FullBodyAction_0) == 0x000010, "Member 'ABP_AICrewLinkedAnimation_C_FullBodyAction::FullBodyAction_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_AICrewLinkedAnimation_C_AnimGraph \ +static_assert(alignof(ABP_AICrewLinkedAnimation_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_AICrewLinkedAnimation_C_AnimGraph"); \ +static_assert(sizeof(ABP_AICrewLinkedAnimation_C_AnimGraph) == 0x000010, "Wrong size on ABP_AICrewLinkedAnimation_C_AnimGraph"); \ +static_assert(offsetof(ABP_AICrewLinkedAnimation_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_AICrewLinkedAnimation_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_AICrewLinkedAnimation_C_ExecuteUbergraph_ABP_AICrewLinkedAnimation \ +static_assert(alignof(ABP_AICrewLinkedAnimation_C_ExecuteUbergraph_ABP_AICrewLinkedAnimation) == 0x000004, "Wrong alignment on ABP_AICrewLinkedAnimation_C_ExecuteUbergraph_ABP_AICrewLinkedAnimation"); \ +static_assert(sizeof(ABP_AICrewLinkedAnimation_C_ExecuteUbergraph_ABP_AICrewLinkedAnimation) == 0x000004, "Wrong size on ABP_AICrewLinkedAnimation_C_ExecuteUbergraph_ABP_AICrewLinkedAnimation"); \ +static_assert(offsetof(ABP_AICrewLinkedAnimation_C_ExecuteUbergraph_ABP_AICrewLinkedAnimation, EntryPoint) == 0x000000, "Member 'ABP_AICrewLinkedAnimation_C_ExecuteUbergraph_ABP_AICrewLinkedAnimation::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_AICrewLinkedAnimation_C \ +static_assert(alignof(UABP_AICrewLinkedAnimation_C) == 0x000010, "Wrong alignment on UABP_AICrewLinkedAnimation_C"); \ +static_assert(sizeof(UABP_AICrewLinkedAnimation_C) == 0x000F30, "Wrong size on UABP_AICrewLinkedAnimation_C"); \ +static_assert(offsetof(UABP_AICrewLinkedAnimation_C, UberGraphFrame) == 0x000390, "Member 'UABP_AICrewLinkedAnimation_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICrewLinkedAnimation_C, AnimGraphNode_Root_1) == 0x000398, "Member 'UABP_AICrewLinkedAnimation_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICrewLinkedAnimation_C, AnimGraphNode_LinkedInputPose) == 0x0003E0, "Member 'UABP_AICrewLinkedAnimation_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICrewLinkedAnimation_C, AnimGraphNode_TransitionResult_8) == 0x000510, "Member 'UABP_AICrewLinkedAnimation_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICrewLinkedAnimation_C, AnimGraphNode_TransitionResult_7) == 0x000548, "Member 'UABP_AICrewLinkedAnimation_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICrewLinkedAnimation_C, AnimGraphNode_TransitionResult_6) == 0x000580, "Member 'UABP_AICrewLinkedAnimation_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICrewLinkedAnimation_C, AnimGraphNode_TransitionResult_5) == 0x0005B8, "Member 'UABP_AICrewLinkedAnimation_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICrewLinkedAnimation_C, AnimGraphNode_TransitionResult_4) == 0x0005F0, "Member 'UABP_AICrewLinkedAnimation_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICrewLinkedAnimation_C, AnimGraphNode_TransitionResult_3) == 0x000628, "Member 'UABP_AICrewLinkedAnimation_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICrewLinkedAnimation_C, AnimGraphNode_TransitionResult_2) == 0x000660, "Member 'UABP_AICrewLinkedAnimation_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICrewLinkedAnimation_C, AnimGraphNode_TransitionResult_1) == 0x000698, "Member 'UABP_AICrewLinkedAnimation_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICrewLinkedAnimation_C, AnimGraphNode_TransitionResult) == 0x0006D0, "Member 'UABP_AICrewLinkedAnimation_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICrewLinkedAnimation_C, AnimGraphNode_SequencePlayer_2) == 0x000708, "Member 'UABP_AICrewLinkedAnimation_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICrewLinkedAnimation_C, AnimGraphNode_StateResult_3) == 0x0007D8, "Member 'UABP_AICrewLinkedAnimation_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICrewLinkedAnimation_C, AnimGraphNode_SequencePlayer_1) == 0x000820, "Member 'UABP_AICrewLinkedAnimation_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICrewLinkedAnimation_C, AnimGraphNode_StateResult_2) == 0x0008F0, "Member 'UABP_AICrewLinkedAnimation_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICrewLinkedAnimation_C, AnimGraphNode_RotationOffsetBlendSpace) == 0x000938, "Member 'UABP_AICrewLinkedAnimation_C::AnimGraphNode_RotationOffsetBlendSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICrewLinkedAnimation_C, AnimGraphNode_SequencePlayer) == 0x000B20, "Member 'UABP_AICrewLinkedAnimation_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICrewLinkedAnimation_C, AnimGraphNode_StateResult_1) == 0x000BF0, "Member 'UABP_AICrewLinkedAnimation_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICrewLinkedAnimation_C, AnimGraphNode_UseCachedPose) == 0x000C38, "Member 'UABP_AICrewLinkedAnimation_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICrewLinkedAnimation_C, AnimGraphNode_StateResult) == 0x000C78, "Member 'UABP_AICrewLinkedAnimation_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICrewLinkedAnimation_C, AnimGraphNode_StateMachine) == 0x000CC0, "Member 'UABP_AICrewLinkedAnimation_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICrewLinkedAnimation_C, AnimGraphNode_SaveCachedPose) == 0x000D80, "Member 'UABP_AICrewLinkedAnimation_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_AICrewLinkedAnimation_C, AnimGraphNode_Root) == 0x000EE8, "Member 'UABP_AICrewLinkedAnimation_C::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNQF_Crew_Casing_C \ +static_assert(alignof(UNQF_Crew_Casing_C) == 0x000008, "Wrong alignment on UNQF_Crew_Casing_C"); \ +static_assert(sizeof(UNQF_Crew_Casing_C) == 0x000050, "Wrong size on UNQF_Crew_Casing_C"); \ + +#define DUMPER7_ASSERTS_UUTD_Crew_FollowWard_C \ +static_assert(alignof(UUTD_Crew_FollowWard_C) == 0x000008, "Wrong alignment on UUTD_Crew_FollowWard_C"); \ +static_assert(sizeof(UUTD_Crew_FollowWard_C) == 0x0000B0, "Wrong size on UUTD_Crew_FollowWard_C"); \ + +#define DUMPER7_ASSERTS_UUTD_Crew_Attack_C \ +static_assert(alignof(UUTD_Crew_Attack_C) == 0x000008, "Wrong alignment on UUTD_Crew_Attack_C"); \ +static_assert(sizeof(UUTD_Crew_Attack_C) == 0x0000B0, "Wrong size on UUTD_Crew_Attack_C"); \ + +#define DUMPER7_ASSERTS_UUTD_Crew_FollowWard_Loud_C \ +static_assert(alignof(UUTD_Crew_FollowWard_Loud_C) == 0x000008, "Wrong alignment on UUTD_Crew_FollowWard_Loud_C"); \ +static_assert(sizeof(UUTD_Crew_FollowWard_Loud_C) == 0x0000B0, "Wrong size on UUTD_Crew_FollowWard_Loud_C"); \ + +#define DUMPER7_ASSERTS_UUTD_Crew_RepositionOffensive_C \ +static_assert(alignof(UUTD_Crew_RepositionOffensive_C) == 0x000008, "Wrong alignment on UUTD_Crew_RepositionOffensive_C"); \ +static_assert(sizeof(UUTD_Crew_RepositionOffensive_C) == 0x0000B0, "Wrong size on UUTD_Crew_RepositionOffensive_C"); \ + +#define DUMPER7_ASSERTS_UUTD_Crew_Revive_C \ +static_assert(alignof(UUTD_Crew_Revive_C) == 0x000008, "Wrong alignment on UUTD_Crew_Revive_C"); \ +static_assert(sizeof(UUTD_Crew_Revive_C) == 0x0000B0, "Wrong size on UUTD_Crew_Revive_C"); \ + +#define DUMPER7_ASSERTS_ABP_Placeable_AmmoBag_CrewAI_C \ +static_assert(alignof(ABP_Placeable_AmmoBag_CrewAI_C) == 0x000010, "Wrong alignment on ABP_Placeable_AmmoBag_CrewAI_C"); \ +static_assert(sizeof(ABP_Placeable_AmmoBag_CrewAI_C) == 0x0005D0, "Wrong size on ABP_Placeable_AmmoBag_CrewAI_C"); \ + +#define DUMPER7_ASSERTS_USedanBackWheel_C \ +static_assert(alignof(USedanBackWheel_C) == 0x000008, "Wrong alignment on USedanBackWheel_C"); \ +static_assert(sizeof(USedanBackWheel_C) == 0x000100, "Wrong size on USedanBackWheel_C"); \ + +#define DUMPER7_ASSERTS_ABP_Placeable_ArmorBag_CrewAI_C \ +static_assert(alignof(ABP_Placeable_ArmorBag_CrewAI_C) == 0x000010, "Wrong alignment on ABP_Placeable_ArmorBag_CrewAI_C"); \ +static_assert(sizeof(ABP_Placeable_ArmorBag_CrewAI_C) == 0x0005C0, "Wrong size on ABP_Placeable_ArmorBag_CrewAI_C"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticArmorPickup_C \ +static_assert(alignof(ABP_CosmeticArmorPickup_C) == 0x000008, "Wrong alignment on ABP_CosmeticArmorPickup_C"); \ +static_assert(sizeof(ABP_CosmeticArmorPickup_C) == 0x0002D0, "Wrong size on ABP_CosmeticArmorPickup_C"); \ +static_assert(offsetof(ABP_CosmeticArmorPickup_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticArmorPickup_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Placeable_DoctorBag_CrewAI_C \ +static_assert(alignof(ABP_Placeable_DoctorBag_CrewAI_C) == 0x000010, "Wrong alignment on ABP_Placeable_DoctorBag_CrewAI_C"); \ +static_assert(sizeof(ABP_Placeable_DoctorBag_CrewAI_C) == 0x0005D0, "Wrong size on ABP_Placeable_DoctorBag_CrewAI_C"); \ + +#define DUMPER7_ASSERTS_UCS_Whizzby_C \ +static_assert(alignof(UCS_Whizzby_C) == 0x000010, "Wrong alignment on UCS_Whizzby_C"); \ +static_assert(sizeof(UCS_Whizzby_C) == 0x0001B0, "Wrong size on UCS_Whizzby_C"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticZiptie_C \ +static_assert(alignof(ABP_CosmeticZiptie_C) == 0x000008, "Wrong alignment on ABP_CosmeticZiptie_C"); \ +static_assert(sizeof(ABP_CosmeticZiptie_C) == 0x0002D0, "Wrong size on ABP_CosmeticZiptie_C"); \ +static_assert(offsetof(ABP_CosmeticZiptie_C, SkeletalMesh) == 0x0002C8, "Member 'ABP_CosmeticZiptie_C::SkeletalMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SubduedCameraFeedback_C \ +static_assert(alignof(UBP_SubduedCameraFeedback_C) == 0x000008, "Wrong alignment on UBP_SubduedCameraFeedback_C"); \ +static_assert(sizeof(UBP_SubduedCameraFeedback_C) == 0x000308, "Wrong size on UBP_SubduedCameraFeedback_C"); \ + +#define DUMPER7_ASSERTS_UBP_HealthCameraDamageFeedback_C \ +static_assert(alignof(UBP_HealthCameraDamageFeedback_C) == 0x000008, "Wrong alignment on UBP_HealthCameraDamageFeedback_C"); \ +static_assert(sizeof(UBP_HealthCameraDamageFeedback_C) == 0x000308, "Wrong size on UBP_HealthCameraDamageFeedback_C"); \ + +#define DUMPER7_ASSERTS_UBP_KillingHumanShieldFeedback_C \ +static_assert(alignof(UBP_KillingHumanShieldFeedback_C) == 0x000008, "Wrong alignment on UBP_KillingHumanShieldFeedback_C"); \ +static_assert(sizeof(UBP_KillingHumanShieldFeedback_C) == 0x000308, "Wrong size on UBP_KillingHumanShieldFeedback_C"); \ + +#define DUMPER7_ASSERTS_UBP_SecurityCameraFeedback_C \ +static_assert(alignof(UBP_SecurityCameraFeedback_C) == 0x000008, "Wrong alignment on UBP_SecurityCameraFeedback_C"); \ +static_assert(sizeof(UBP_SecurityCameraFeedback_C) == 0x000308, "Wrong size on UBP_SecurityCameraFeedback_C"); \ + +#define DUMPER7_ASSERTS_BPL_SpotEmbedded_C_ExecuteUbergraph_BPL_SpotEmbedded \ +static_assert(alignof(BPL_SpotEmbedded_C_ExecuteUbergraph_BPL_SpotEmbedded) == 0x000004, "Wrong alignment on BPL_SpotEmbedded_C_ExecuteUbergraph_BPL_SpotEmbedded"); \ +static_assert(sizeof(BPL_SpotEmbedded_C_ExecuteUbergraph_BPL_SpotEmbedded) == 0x00003C, "Wrong size on BPL_SpotEmbedded_C_ExecuteUbergraph_BPL_SpotEmbedded"); \ +static_assert(offsetof(BPL_SpotEmbedded_C_ExecuteUbergraph_BPL_SpotEmbedded, EntryPoint) == 0x000000, "Member 'BPL_SpotEmbedded_C_ExecuteUbergraph_BPL_SpotEmbedded::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BPL_SpotEmbedded_C_ExecuteUbergraph_BPL_SpotEmbedded, K2Node_ComponentBoundEvent_Type) == 0x000004, "Member 'BPL_SpotEmbedded_C_ExecuteUbergraph_BPL_SpotEmbedded::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BPL_SpotEmbedded_C_ExecuteUbergraph_BPL_SpotEmbedded, K2Node_ComponentBoundEvent_HitContext) == 0x000008, "Member 'BPL_SpotEmbedded_C_ExecuteUbergraph_BPL_SpotEmbedded::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_SpotEmbedded_C_ExecuteUbergraph_BPL_SpotEmbedded, CallFunc_RandomFloatInRange_ReturnValue) == 0x000038, "Member 'BPL_SpotEmbedded_C_ExecuteUbergraph_BPL_SpotEmbedded::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_SpotEmbedded_C_BndEvt__BPL_SpotEmbedded_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BPL_SpotEmbedded_C_BndEvt__BPL_SpotEmbedded_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BPL_SpotEmbedded_C_BndEvt__BPL_SpotEmbedded_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BPL_SpotEmbedded_C_BndEvt__BPL_SpotEmbedded_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BPL_SpotEmbedded_C_BndEvt__BPL_SpotEmbedded_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BPL_SpotEmbedded_C_BndEvt__BPL_SpotEmbedded_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BPL_SpotEmbedded_C_BndEvt__BPL_SpotEmbedded_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BPL_SpotEmbedded_C_BndEvt__BPL_SpotEmbedded_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BPL_SpotEmbedded_C_BndEvt__BPL_SpotEmbedded_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABPL_SpotEmbedded_C \ +static_assert(alignof(ABPL_SpotEmbedded_C) == 0x000008, "Wrong alignment on ABPL_SpotEmbedded_C"); \ +static_assert(sizeof(ABPL_SpotEmbedded_C) == 0x0002E8, "Wrong size on ABPL_SpotEmbedded_C"); \ +static_assert(offsetof(ABPL_SpotEmbedded_C, UberGraphFrame) == 0x0002A8, "Member 'ABPL_SpotEmbedded_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotEmbedded_C, FX_SparkBurst_M) == 0x0002B0, "Member 'ABPL_SpotEmbedded_C::FX_SparkBurst_M' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotEmbedded_C, SBZCosmeticDestruction) == 0x0002B8, "Member 'ABPL_SpotEmbedded_C::SBZCosmeticDestruction' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotEmbedded_C, Uplight_Volumetric) == 0x0002C0, "Member 'ABPL_SpotEmbedded_C::Uplight_Volumetric' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotEmbedded_C, SmoothAmbiant) == 0x0002C8, "Member 'ABPL_SpotEmbedded_C::SmoothAmbiant' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotEmbedded_C, Uplight) == 0x0002D0, "Member 'ABPL_SpotEmbedded_C::Uplight' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotEmbedded_C, LGT_DeskLamp_02) == 0x0002D8, "Member 'ABPL_SpotEmbedded_C::LGT_DeskLamp_02' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SpotEmbedded_C, DefaultSceneRoot) == 0x0002E0, "Member 'ABPL_SpotEmbedded_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCS_Tased_Initial_C \ +static_assert(alignof(UCS_Tased_Initial_C) == 0x000010, "Wrong alignment on UCS_Tased_Initial_C"); \ +static_assert(sizeof(UCS_Tased_Initial_C) == 0x0001B0, "Wrong size on UCS_Tased_Initial_C"); \ + +#define DUMPER7_ASSERTS_UCS_ThePunch_Enraged_C \ +static_assert(alignof(UCS_ThePunch_Enraged_C) == 0x000010, "Wrong alignment on UCS_ThePunch_Enraged_C"); \ +static_assert(sizeof(UCS_ThePunch_Enraged_C) == 0x0001B0, "Wrong size on UCS_ThePunch_Enraged_C"); \ + +#define DUMPER7_ASSERTS_UBP_BreachAction_ThrowGrenade_C \ +static_assert(alignof(UBP_BreachAction_ThrowGrenade_C) == 0x000008, "Wrong alignment on UBP_BreachAction_ThrowGrenade_C"); \ +static_assert(sizeof(UBP_BreachAction_ThrowGrenade_C) == 0x0000F0, "Wrong size on UBP_BreachAction_ThrowGrenade_C"); \ + +#define DUMPER7_ASSERTS_ABP_Chains_Mask_C \ +static_assert(alignof(ABP_Chains_Mask_C) == 0x000008, "Wrong alignment on ABP_Chains_Mask_C"); \ +static_assert(sizeof(ABP_Chains_Mask_C) == 0x000348, "Wrong size on ABP_Chains_Mask_C"); \ + +#define DUMPER7_ASSERTS_ABP_Dallas_Mask_C \ +static_assert(alignof(ABP_Dallas_Mask_C) == 0x000008, "Wrong alignment on ABP_Dallas_Mask_C"); \ +static_assert(sizeof(ABP_Dallas_Mask_C) == 0x000348, "Wrong size on ABP_Dallas_Mask_C"); \ + +#define DUMPER7_ASSERTS_ABP_RangedWeapon_AR_AI_Crew_C \ +static_assert(alignof(ABP_RangedWeapon_AR_AI_Crew_C) == 0x000010, "Wrong alignment on ABP_RangedWeapon_AR_AI_Crew_C"); \ +static_assert(sizeof(ABP_RangedWeapon_AR_AI_Crew_C) == 0x000750, "Wrong size on ABP_RangedWeapon_AR_AI_Crew_C"); \ + +#define DUMPER7_ASSERTS_UBP_SquadOrder_TacticalAttack_C \ +static_assert(alignof(UBP_SquadOrder_TacticalAttack_C) == 0x000008, "Wrong alignment on UBP_SquadOrder_TacticalAttack_C"); \ +static_assert(sizeof(UBP_SquadOrder_TacticalAttack_C) == 0x000258, "Wrong size on UBP_SquadOrder_TacticalAttack_C"); \ + +#define DUMPER7_ASSERTS_UBP_WhizzbyFeedback_C \ +static_assert(alignof(UBP_WhizzbyFeedback_C) == 0x000008, "Wrong alignment on UBP_WhizzbyFeedback_C"); \ +static_assert(sizeof(UBP_WhizzbyFeedback_C) == 0x000308, "Wrong size on UBP_WhizzbyFeedback_C"); \ + +#define DUMPER7_ASSERTS_UCS_SubduedDamage_C \ +static_assert(alignof(UCS_SubduedDamage_C) == 0x000010, "Wrong alignment on UCS_SubduedDamage_C"); \ +static_assert(sizeof(UCS_SubduedDamage_C) == 0x0001B0, "Wrong size on UCS_SubduedDamage_C"); \ + +#define DUMPER7_ASSERTS_UCS_Land_C \ +static_assert(alignof(UCS_Land_C) == 0x000010, "Wrong alignment on UCS_Land_C"); \ +static_assert(sizeof(UCS_Land_C) == 0x0001B0, "Wrong size on UCS_Land_C"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticKeycard_C \ +static_assert(alignof(ABP_CosmeticKeycard_C) == 0x000008, "Wrong alignment on ABP_CosmeticKeycard_C"); \ +static_assert(sizeof(ABP_CosmeticKeycard_C) == 0x0002D0, "Wrong size on ABP_CosmeticKeycard_C"); \ +static_assert(offsetof(ABP_CosmeticKeycard_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticKeycard_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag \ +static_assert(alignof(BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag) == 0x000008, "Wrong alignment on BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag"); \ +static_assert(sizeof(BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag) == 0x000058, "Wrong size on BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag"); \ +static_assert(offsetof(BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag, EntryPoint) == 0x000000, "Member 'BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag, CallFunc_GetLocalPlayerController_ReturnValue) == 0x000008, "Member 'BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag::CallFunc_GetLocalPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag, K2Node_DynamicCast_AsSBZPlayer_Controller) == 0x000010, "Member 'BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag::K2Node_DynamicCast_AsSBZPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag, CallFunc_K2_GetPawn_ReturnValue) == 0x000020, "Member 'BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag, K2Node_DynamicCast_AsSBZPlayer_Character) == 0x000028, "Member 'BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag::K2Node_DynamicCast_AsSBZPlayer_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag, CallFunc_IsValid_ReturnValue_1) == 0x000040, "Member 'BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag, CallFunc_IsValid_ReturnValue_2) == 0x000041, "Member 'BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag, CallFunc_GetCurrentActiveMontage_ReturnValue) == 0x000048, "Member 'BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag::CallFunc_GetCurrentActiveMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag, CallFunc_GetAnimation_Animation) == 0x000050, "Member 'BP_CosmeticBag_C_ExecuteUbergraph_BP_CosmeticBag::CallFunc_GetAnimation_Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CosmeticBag_C_ReceiveTick \ +static_assert(alignof(BP_CosmeticBag_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CosmeticBag_C_ReceiveTick"); \ +static_assert(sizeof(BP_CosmeticBag_C_ReceiveTick) == 0x000004, "Wrong size on BP_CosmeticBag_C_ReceiveTick"); \ +static_assert(offsetof(BP_CosmeticBag_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_CosmeticBag_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CosmeticBag_C_GetAnimation \ +static_assert(alignof(BP_CosmeticBag_C_GetAnimation) == 0x000008, "Wrong alignment on BP_CosmeticBag_C_GetAnimation"); \ +static_assert(sizeof(BP_CosmeticBag_C_GetAnimation) == 0x000030, "Wrong size on BP_CosmeticBag_C_GetAnimation"); \ +static_assert(offsetof(BP_CosmeticBag_C_GetAnimation, Duration) == 0x000000, "Member 'BP_CosmeticBag_C_GetAnimation::Duration' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticBag_C_GetAnimation, Animation) == 0x000008, "Member 'BP_CosmeticBag_C_GetAnimation::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticBag_C_GetAnimation, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_CosmeticBag_C_GetAnimation::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticBag_C_GetAnimation, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_CosmeticBag_C_GetAnimation::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticBag_C_GetAnimation, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_CosmeticBag_C_GetAnimation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticBag_C_GetAnimation, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_CosmeticBag_C_GetAnimation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticBag_C_GetAnimation, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_CosmeticBag_C_GetAnimation::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticBag_C_GetAnimation, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_CosmeticBag_C_GetAnimation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticBag_C_GetAnimation, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000029, "Member 'BP_CosmeticBag_C_GetAnimation::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CosmeticBag_C_PlayAnimation \ +static_assert(alignof(BP_CosmeticBag_C_PlayAnimation) == 0x000008, "Wrong alignment on BP_CosmeticBag_C_PlayAnimation"); \ +static_assert(sizeof(BP_CosmeticBag_C_PlayAnimation) == 0x000018, "Wrong size on BP_CosmeticBag_C_PlayAnimation"); \ +static_assert(offsetof(BP_CosmeticBag_C_PlayAnimation, Animation) == 0x000000, "Member 'BP_CosmeticBag_C_PlayAnimation::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticBag_C_PlayAnimation, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_CosmeticBag_C_PlayAnimation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticBag_C_PlayAnimation, CallFunc_Montage_GetPlayRate_ReturnValue) == 0x00000C, "Member 'BP_CosmeticBag_C_PlayAnimation::CallFunc_Montage_GetPlayRate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CosmeticBag_C_PlayAnimation, CallFunc_Montage_GetPosition_ReturnValue) == 0x000010, "Member 'BP_CosmeticBag_C_PlayAnimation::CallFunc_Montage_GetPosition_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticBag_C \ +static_assert(alignof(ABP_CosmeticBag_C) == 0x000008, "Wrong alignment on ABP_CosmeticBag_C"); \ +static_assert(sizeof(ABP_CosmeticBag_C) == 0x000300, "Wrong size on ABP_CosmeticBag_C"); \ +static_assert(offsetof(ABP_CosmeticBag_C, UberGraphFrame) == 0x0002C8, "Member 'ABP_CosmeticBag_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticBag_C, SkeletalMesh) == 0x0002D0, "Member 'ABP_CosmeticBag_C::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticBag_C, Player) == 0x0002D8, "Member 'ABP_CosmeticBag_C::Player' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticBag_C, PlayerAnimInstance) == 0x0002E0, "Member 'ABP_CosmeticBag_C::PlayerAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticBag_C, PlayerAnimMontage) == 0x0002E8, "Member 'ABP_CosmeticBag_C::PlayerAnimMontage' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticBag_C, Animations) == 0x0002F0, "Member 'ABP_CosmeticBag_C::Animations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticMuriaticAcid_C \ +static_assert(alignof(ABP_CosmeticMuriaticAcid_C) == 0x000008, "Wrong alignment on ABP_CosmeticMuriaticAcid_C"); \ +static_assert(sizeof(ABP_CosmeticMuriaticAcid_C) == 0x0002D0, "Wrong size on ABP_CosmeticMuriaticAcid_C"); \ +static_assert(offsetof(ABP_CosmeticMuriaticAcid_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticMuriaticAcid_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticCausticSoda_C \ +static_assert(alignof(ABP_CosmeticCausticSoda_C) == 0x000008, "Wrong alignment on ABP_CosmeticCausticSoda_C"); \ +static_assert(sizeof(ABP_CosmeticCausticSoda_C) == 0x0002D0, "Wrong size on ABP_CosmeticCausticSoda_C"); \ +static_assert(offsetof(ABP_CosmeticCausticSoda_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticCausticSoda_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACH_HeadOfSecurity_C \ +static_assert(alignof(ACH_HeadOfSecurity_C) == 0x000010, "Wrong alignment on ACH_HeadOfSecurity_C"); \ +static_assert(sizeof(ACH_HeadOfSecurity_C) == 0x001D40, "Wrong size on ACH_HeadOfSecurity_C"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticDonutPickup_C \ +static_assert(alignof(ABP_CosmeticDonutPickup_C) == 0x000008, "Wrong alignment on ABP_CosmeticDonutPickup_C"); \ +static_assert(sizeof(ABP_CosmeticDonutPickup_C) == 0x0002D0, "Wrong size on ABP_CosmeticDonutPickup_C"); \ +static_assert(offsetof(ABP_CosmeticDonutPickup_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticDonutPickup_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02 \ +static_assert(alignof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02) == 0x000008, "Wrong alignment on BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02"); \ +static_assert(sizeof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02) == 0x000040, "Wrong size on BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02, EntryPoint) == 0x000000, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02, CallFunc_IsDedicatedServer_ReturnValue) == 0x000004, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02, K2Node_ComponentBoundEvent_Type) == 0x000005, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02, K2Node_ComponentBoundEvent_HitContext) == 0x000008, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000038, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C \ +static_assert(alignof(ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C) == 0x000008, "Wrong alignment on ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C"); \ +static_assert(sizeof(ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C) == 0x0002E8, "Wrong size on ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C"); \ +static_assert(offsetof(ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C, SBZCosmeticDestruction) == 0x0002E0, "Member 'ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_02_C::SBZCosmeticDestruction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SmokeMasterFeedback_C \ +static_assert(alignof(UBP_SmokeMasterFeedback_C) == 0x000008, "Wrong alignment on UBP_SmokeMasterFeedback_C"); \ +static_assert(sizeof(UBP_SmokeMasterFeedback_C) == 0x000308, "Wrong size on UBP_SmokeMasterFeedback_C"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticFingerprint_C \ +static_assert(alignof(ABP_CosmeticFingerprint_C) == 0x000008, "Wrong alignment on ABP_CosmeticFingerprint_C"); \ +static_assert(sizeof(ABP_CosmeticFingerprint_C) == 0x0002D0, "Wrong size on ABP_CosmeticFingerprint_C"); \ +static_assert(offsetof(ABP_CosmeticFingerprint_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticFingerprint_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticPocketDrill_C \ +static_assert(alignof(ABP_CosmeticPocketDrill_C) == 0x000008, "Wrong alignment on ABP_CosmeticPocketDrill_C"); \ +static_assert(sizeof(ABP_CosmeticPocketDrill_C) == 0x000300, "Wrong size on ABP_CosmeticPocketDrill_C"); \ +static_assert(offsetof(ABP_CosmeticPocketDrill_C, Widget) == 0x0002C8, "Member 'ABP_CosmeticPocketDrill_C::Widget' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticPocketDrill_C, PocketDrill_Display) == 0x0002D0, "Member 'ABP_CosmeticPocketDrill_C::PocketDrill_Display' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticPocketDrill_C, PocketDrill_Motor) == 0x0002D8, "Member 'ABP_CosmeticPocketDrill_C::PocketDrill_Motor' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticPocketDrill_C, PocketDrill_Base) == 0x0002E0, "Member 'ABP_CosmeticPocketDrill_C::PocketDrill_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticPocketDrill_C, PocketDrill_Handle) == 0x0002E8, "Member 'ABP_CosmeticPocketDrill_C::PocketDrill_Handle' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticPocketDrill_C, PocketDrill_Bit) == 0x0002F0, "Member 'ABP_CosmeticPocketDrill_C::PocketDrill_Bit' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticPocketDrill_C, PocketDrill_Head) == 0x0002F8, "Member 'ABP_CosmeticPocketDrill_C::PocketDrill_Head' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticPocketDrill_Closed_C \ +static_assert(alignof(ABP_CosmeticPocketDrill_Closed_C) == 0x000008, "Wrong alignment on ABP_CosmeticPocketDrill_Closed_C"); \ +static_assert(sizeof(ABP_CosmeticPocketDrill_Closed_C) == 0x0002F8, "Wrong size on ABP_CosmeticPocketDrill_Closed_C"); \ +static_assert(offsetof(ABP_CosmeticPocketDrill_Closed_C, PocketDrill_Display) == 0x0002C8, "Member 'ABP_CosmeticPocketDrill_Closed_C::PocketDrill_Display' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticPocketDrill_Closed_C, PocketDrill_Motor) == 0x0002D0, "Member 'ABP_CosmeticPocketDrill_Closed_C::PocketDrill_Motor' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticPocketDrill_Closed_C, PocketDrill_Base) == 0x0002D8, "Member 'ABP_CosmeticPocketDrill_Closed_C::PocketDrill_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticPocketDrill_Closed_C, PocketDrill_Handle) == 0x0002E0, "Member 'ABP_CosmeticPocketDrill_Closed_C::PocketDrill_Handle' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticPocketDrill_Closed_C, PocketDrill_Bit) == 0x0002E8, "Member 'ABP_CosmeticPocketDrill_Closed_C::PocketDrill_Bit' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticPocketDrill_Closed_C, PocketDrill_Head) == 0x0002F0, "Member 'ABP_CosmeticPocketDrill_Closed_C::PocketDrill_Head' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticExplosive_Pickup_C \ +static_assert(alignof(ABP_CosmeticExplosive_Pickup_C) == 0x000008, "Wrong alignment on ABP_CosmeticExplosive_Pickup_C"); \ +static_assert(sizeof(ABP_CosmeticExplosive_Pickup_C) == 0x0002D0, "Wrong size on ABP_CosmeticExplosive_Pickup_C"); \ +static_assert(offsetof(ABP_CosmeticExplosive_Pickup_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticExplosive_Pickup_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Level_AmmoBag_C \ +static_assert(alignof(ABP_Level_AmmoBag_C) == 0x000010, "Wrong alignment on ABP_Level_AmmoBag_C"); \ +static_assert(sizeof(ABP_Level_AmmoBag_C) == 0x0005D0, "Wrong size on ABP_Level_AmmoBag_C"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticBlowTorch_C \ +static_assert(alignof(ABP_CosmeticBlowTorch_C) == 0x000008, "Wrong alignment on ABP_CosmeticBlowTorch_C"); \ +static_assert(sizeof(ABP_CosmeticBlowTorch_C) == 0x0002D0, "Wrong size on ABP_CosmeticBlowTorch_C"); \ +static_assert(offsetof(ABP_CosmeticBlowTorch_C, SkeletalMesh) == 0x0002C8, "Member 'ABP_CosmeticBlowTorch_C::SkeletalMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticScrewdriver_C \ +static_assert(alignof(ABP_CosmeticScrewdriver_C) == 0x000008, "Wrong alignment on ABP_CosmeticScrewdriver_C"); \ +static_assert(sizeof(ABP_CosmeticScrewdriver_C) == 0x0002D0, "Wrong size on ABP_CosmeticScrewdriver_C"); \ +static_assert(offsetof(ABP_CosmeticScrewdriver_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticScrewdriver_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticGavel_C \ +static_assert(alignof(ABP_CosmeticGavel_C) == 0x000008, "Wrong alignment on ABP_CosmeticGavel_C"); \ +static_assert(sizeof(ABP_CosmeticGavel_C) == 0x0002D0, "Wrong size on ABP_CosmeticGavel_C"); \ +static_assert(offsetof(ABP_CosmeticGavel_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticGavel_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MicroCameraGhost_C \ +static_assert(alignof(ABP_MicroCameraGhost_C) == 0x000008, "Wrong alignment on ABP_MicroCameraGhost_C"); \ +static_assert(sizeof(ABP_MicroCameraGhost_C) == 0x0002E0, "Wrong size on ABP_MicroCameraGhost_C"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticWrench_C \ +static_assert(alignof(ABP_CosmeticWrench_C) == 0x000008, "Wrong alignment on ABP_CosmeticWrench_C"); \ +static_assert(sizeof(ABP_CosmeticWrench_C) == 0x0002D0, "Wrong size on ABP_CosmeticWrench_C"); \ +static_assert(offsetof(ABP_CosmeticWrench_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticWrench_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CosmeticCigaret_C_ExecuteUbergraph_BP_CosmeticCigaret \ +static_assert(alignof(BP_CosmeticCigaret_C_ExecuteUbergraph_BP_CosmeticCigaret) == 0x000004, "Wrong alignment on BP_CosmeticCigaret_C_ExecuteUbergraph_BP_CosmeticCigaret"); \ +static_assert(sizeof(BP_CosmeticCigaret_C_ExecuteUbergraph_BP_CosmeticCigaret) == 0x000004, "Wrong size on BP_CosmeticCigaret_C_ExecuteUbergraph_BP_CosmeticCigaret"); \ +static_assert(offsetof(BP_CosmeticCigaret_C_ExecuteUbergraph_BP_CosmeticCigaret, EntryPoint) == 0x000000, "Member 'BP_CosmeticCigaret_C_ExecuteUbergraph_BP_CosmeticCigaret::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticCigaret_C \ +static_assert(alignof(ABP_CosmeticCigaret_C) == 0x000008, "Wrong alignment on ABP_CosmeticCigaret_C"); \ +static_assert(sizeof(ABP_CosmeticCigaret_C) == 0x0002E0, "Wrong size on ABP_CosmeticCigaret_C"); \ +static_assert(offsetof(ABP_CosmeticCigaret_C, UberGraphFrame) == 0x0002C8, "Member 'ABP_CosmeticCigaret_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticCigaret_C, Emissive_Tip) == 0x0002D0, "Member 'ABP_CosmeticCigaret_C::Emissive_Tip' has a wrong offset!"); \ +static_assert(offsetof(ABP_CosmeticCigaret_C, StaticMesh) == 0x0002D8, "Member 'ABP_CosmeticCigaret_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticHealthPickup_C \ +static_assert(alignof(ABP_CosmeticHealthPickup_C) == 0x000008, "Wrong alignment on ABP_CosmeticHealthPickup_C"); \ +static_assert(sizeof(ABP_CosmeticHealthPickup_C) == 0x0002D0, "Wrong size on ABP_CosmeticHealthPickup_C"); \ +static_assert(offsetof(ABP_CosmeticHealthPickup_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticHealthPickup_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LobbySkylight_C_ExecuteUbergraph_BP_LobbySkylight \ +static_assert(alignof(BP_LobbySkylight_C_ExecuteUbergraph_BP_LobbySkylight) == 0x000008, "Wrong alignment on BP_LobbySkylight_C_ExecuteUbergraph_BP_LobbySkylight"); \ +static_assert(sizeof(BP_LobbySkylight_C_ExecuteUbergraph_BP_LobbySkylight) == 0x000038, "Wrong size on BP_LobbySkylight_C_ExecuteUbergraph_BP_LobbySkylight"); \ +static_assert(offsetof(BP_LobbySkylight_C_ExecuteUbergraph_BP_LobbySkylight, EntryPoint) == 0x000000, "Member 'BP_LobbySkylight_C_ExecuteUbergraph_BP_LobbySkylight::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LobbySkylight_C_ExecuteUbergraph_BP_LobbySkylight, Temp_struct_Variable) == 0x000008, "Member 'BP_LobbySkylight_C_ExecuteUbergraph_BP_LobbySkylight::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LobbySkylight_C_ExecuteUbergraph_BP_LobbySkylight, Temp_delegate_Variable) == 0x000018, "Member 'BP_LobbySkylight_C_ExecuteUbergraph_BP_LobbySkylight::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LobbySkylight_C_ExecuteUbergraph_BP_LobbySkylight, K2Node_Event_bStateToChangeTo) == 0x00002C, "Member 'BP_LobbySkylight_C_ExecuteUbergraph_BP_LobbySkylight::K2Node_Event_bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_LobbySkylight_C_ExecuteUbergraph_BP_LobbySkylight, K2Node_Event_bDoCosmetics) == 0x00002D, "Member 'BP_LobbySkylight_C_ExecuteUbergraph_BP_LobbySkylight::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_LobbySkylight_C_ExecuteUbergraph_BP_LobbySkylight, CallFunc_PostAkEvent_ReturnValue) == 0x000030, "Member 'BP_LobbySkylight_C_ExecuteUbergraph_BP_LobbySkylight::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LobbySkylight_C_OnStateChanged \ +static_assert(alignof(BP_LobbySkylight_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_LobbySkylight_C_OnStateChanged"); \ +static_assert(sizeof(BP_LobbySkylight_C_OnStateChanged) == 0x000002, "Wrong size on BP_LobbySkylight_C_OnStateChanged"); \ +static_assert(offsetof(BP_LobbySkylight_C_OnStateChanged, bStateToChangeTo) == 0x000000, "Member 'BP_LobbySkylight_C_OnStateChanged::bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_LobbySkylight_C_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_LobbySkylight_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LobbySkylight_C \ +static_assert(alignof(ABP_LobbySkylight_C) == 0x000010, "Wrong alignment on ABP_LobbySkylight_C"); \ +static_assert(sizeof(ABP_LobbySkylight_C) == 0x000390, "Wrong size on ABP_LobbySkylight_C"); \ +static_assert(offsetof(ABP_LobbySkylight_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_LobbySkylight_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_LobbySkylight_C, MeshDecal_NC_BrokenGlass) == 0x0002E0, "Member 'ABP_LobbySkylight_C::MeshDecal_NC_BrokenGlass' has a wrong offset!"); \ +static_assert(offsetof(ABP_LobbySkylight_C, Ak) == 0x0002E8, "Member 'ABP_LobbySkylight_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_LobbySkylight_C, Niagara) == 0x0002F0, "Member 'ABP_LobbySkylight_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(ABP_LobbySkylight_C, PH_Skylight_Chunk_01) == 0x0002F8, "Member 'ABP_LobbySkylight_C::PH_Skylight_Chunk_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_LobbySkylight_C, PH_Skylight_Frame_03) == 0x000300, "Member 'ABP_LobbySkylight_C::PH_Skylight_Frame_03' has a wrong offset!"); \ +static_assert(offsetof(ABP_LobbySkylight_C, PH_Skylight_Chunk_04) == 0x000308, "Member 'ABP_LobbySkylight_C::PH_Skylight_Chunk_04' has a wrong offset!"); \ +static_assert(offsetof(ABP_LobbySkylight_C, PH_Skylight_Chunk_03) == 0x000310, "Member 'ABP_LobbySkylight_C::PH_Skylight_Chunk_03' has a wrong offset!"); \ +static_assert(offsetof(ABP_LobbySkylight_C, PH_Skylight_Chunk_02) == 0x000318, "Member 'ABP_LobbySkylight_C::PH_Skylight_Chunk_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_LobbySkylight_C, PH_Skylight_Frame_02) == 0x000320, "Member 'ABP_LobbySkylight_C::PH_Skylight_Frame_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_LobbySkylight_C, DefaultSceneRoot) == 0x000328, "Member 'ABP_LobbySkylight_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LobbySkylight_C, BookTransform) == 0x000330, "Member 'ABP_LobbySkylight_C::BookTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_LobbySkylight_C, BookLocation) == 0x000360, "Member 'ABP_LobbySkylight_C::BookLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_LobbySkylight_C, BookCleared) == 0x000370, "Member 'ABP_LobbySkylight_C::BookCleared' has a wrong offset!"); \ +static_assert(offsetof(ABP_LobbySkylight_C, BookMoved) == 0x000380, "Member 'ABP_LobbySkylight_C::BookMoved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticFirstAidPickup_C \ +static_assert(alignof(ABP_CosmeticFirstAidPickup_C) == 0x000008, "Wrong alignment on ABP_CosmeticFirstAidPickup_C"); \ +static_assert(sizeof(ABP_CosmeticFirstAidPickup_C) == 0x0002D0, "Wrong size on ABP_CosmeticFirstAidPickup_C"); \ +static_assert(offsetof(ABP_CosmeticFirstAidPickup_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticFirstAidPickup_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticSatelliteDish_C \ +static_assert(alignof(ABP_CosmeticSatelliteDish_C) == 0x000008, "Wrong alignment on ABP_CosmeticSatelliteDish_C"); \ +static_assert(sizeof(ABP_CosmeticSatelliteDish_C) == 0x0002D0, "Wrong size on ABP_CosmeticSatelliteDish_C"); \ +static_assert(offsetof(ABP_CosmeticSatelliteDish_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticSatelliteDish_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticSatelliteStand_C \ +static_assert(alignof(ABP_CosmeticSatelliteStand_C) == 0x000008, "Wrong alignment on ABP_CosmeticSatelliteStand_C"); \ +static_assert(sizeof(ABP_CosmeticSatelliteStand_C) == 0x0002D0, "Wrong size on ABP_CosmeticSatelliteStand_C"); \ +static_assert(offsetof(ABP_CosmeticSatelliteStand_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticSatelliteStand_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticWinch_C \ +static_assert(alignof(ABP_CosmeticWinch_C) == 0x000008, "Wrong alignment on ABP_CosmeticWinch_C"); \ +static_assert(sizeof(ABP_CosmeticWinch_C) == 0x0002D0, "Wrong size on ABP_CosmeticWinch_C"); \ +static_assert(offsetof(ABP_CosmeticWinch_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticWinch_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCS_Tased_C \ +static_assert(alignof(UCS_Tased_C) == 0x000010, "Wrong alignment on UCS_Tased_C"); \ +static_assert(sizeof(UCS_Tased_C) == 0x0001B0, "Wrong size on UCS_Tased_C"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking \ +static_assert(alignof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking) == 0x000008, "Wrong alignment on WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking"); \ +static_assert(sizeof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking) == 0x0001E0, "Wrong size on WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000004, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000008, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000018, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_PlayAnimationForward_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000028, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_GetPlayerController_ReturnValue) == 0x000030, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000038, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_Add_FloatFloat_ReturnValue) == 0x00003C, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_GetPlayerController_ReturnValue_1) == 0x000040, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_GetPlayerController_ReturnValue_2) == 0x000048, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_IsLockpickInstant_ReturnValue) == 0x000050, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_IsLockpickInstant_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_RandomFloatInRange_ReturnValue) == 0x000054, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000058, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000060, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_GetPlayerController_ReturnValue_3) == 0x000070, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_GetPlayerController_ReturnValue_4) == 0x000078, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_GetPlayerController_ReturnValue_5) == 0x000080, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, Temp_bool_IsClosed_Variable) == 0x000088, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, Temp_bool_Has_Been_Initd_Variable) == 0x000089, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, Temp_bool_Has_Been_Initd_Variable_1) == 0x00008A, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, K2Node_Event_MyGeometry) == 0x00008C, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, K2Node_Event_InDeltaTime) == 0x0000C4, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, K2Node_Event_IsDesignTime) == 0x0000C8, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000CC, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x0000D0, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, K2Node_Event_NewState) == 0x0000D4, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000D5, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x0000D8, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x0000E0, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_Subtract_FloatFloat_ReturnValue_4) == 0x0000E4, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_Subtract_FloatFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000E8, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_GetPlayerController_ReturnValue_6) == 0x0000F0, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_IsValid_ReturnValue_1) == 0x0000F8, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, Temp_bool_Has_Been_Initd_Variable_2) == 0x0000F9, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0000FC, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_GetDynamicMaterial_ReturnValue_2) == 0x000100, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_GetDynamicMaterial_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000108, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00010C, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000110, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_Not_PreBool_ReturnValue) == 0x000111, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_BooleanAND_ReturnValue) == 0x000112, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_GetDynamicMaterial_ReturnValue_3) == 0x000118, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_GetDynamicMaterial_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, Temp_bool_IsClosed_Variable_1) == 0x000120, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_Subtract_FloatFloat_ReturnValue_5) == 0x000124, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_Subtract_FloatFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000128, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_NearlyEqual_FloatFloat_ReturnValue_1) == 0x00012C, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_NearlyEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_CreatePlayAnimationProxyObject_Result_1) == 0x000130, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_CreatePlayAnimationProxyObject_Result_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_1) == 0x000138, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, K2Node_CreateDelegate_OutputDelegate) == 0x000140, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_IsValid_ReturnValue_2) == 0x000154, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, K2Node_CreateDelegate_OutputDelegate_1) == 0x000158, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_NearlyEqual_FloatFloat_ReturnValue_2) == 0x00016C, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_NearlyEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_BooleanOR_ReturnValue) == 0x00016D, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_Subtract_FloatFloat_ReturnValue_6) == 0x000170, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_Subtract_FloatFloat_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x000174, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, K2Node_CreateDelegate_OutputDelegate_2) == 0x000178, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, K2Node_Event_MiniGameComponet) == 0x000190, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::K2Node_Event_MiniGameComponet' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, Temp_bool_IsClosed_Variable_2) == 0x000198, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, K2Node_Event_HeistDifficulty) == 0x000199, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::K2Node_Event_HeistDifficulty' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, K2Node_Event_MiniGameDifficulty) == 0x00019A, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::K2Node_Event_MiniGameDifficulty' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x00019B, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00019C, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_GetDynamicMaterial_ReturnValue_4) == 0x0001A0, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_GetDynamicMaterial_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_GetDynamicMaterial_ReturnValue_5) == 0x0001A8, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_GetDynamicMaterial_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_GetPlayerController_ReturnValue_7) == 0x0001B0, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_GetPlayerController_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_GetPlayerController_ReturnValue_8) == 0x0001B8, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_GetPlayerController_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_GetPlayerController_ReturnValue_9) == 0x0001C0, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_GetPlayerController_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_GetPlayerController_ReturnValue_10) == 0x0001C8, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_GetPlayerController_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_GetPlayerController_ReturnValue_11) == 0x0001D0, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_GetPlayerController_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking, CallFunc_IsGamePaused_ReturnValue) == 0x0001D8, "Member 'WBP_UI_Widget_SpeedLockpicking_C_ExecuteUbergraph_WBP_UI_Widget_SpeedLockpicking::CallFunc_IsGamePaused_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SpeedLockpicking_C_OnMiniGameDifficulty \ +static_assert(alignof(WBP_UI_Widget_SpeedLockpicking_C_OnMiniGameDifficulty) == 0x000001, "Wrong alignment on WBP_UI_Widget_SpeedLockpicking_C_OnMiniGameDifficulty"); \ +static_assert(sizeof(WBP_UI_Widget_SpeedLockpicking_C_OnMiniGameDifficulty) == 0x000002, "Wrong size on WBP_UI_Widget_SpeedLockpicking_C_OnMiniGameDifficulty"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_OnMiniGameDifficulty, HeistDifficulty) == 0x000000, "Member 'WBP_UI_Widget_SpeedLockpicking_C_OnMiniGameDifficulty::HeistDifficulty' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_OnMiniGameDifficulty, MiniGameDifficulty) == 0x000001, "Member 'WBP_UI_Widget_SpeedLockpicking_C_OnMiniGameDifficulty::MiniGameDifficulty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SpeedLockpicking_C_OnOwningMiniGameComponent \ +static_assert(alignof(WBP_UI_Widget_SpeedLockpicking_C_OnOwningMiniGameComponent) == 0x000008, "Wrong alignment on WBP_UI_Widget_SpeedLockpicking_C_OnOwningMiniGameComponent"); \ +static_assert(sizeof(WBP_UI_Widget_SpeedLockpicking_C_OnOwningMiniGameComponent) == 0x000008, "Wrong size on WBP_UI_Widget_SpeedLockpicking_C_OnOwningMiniGameComponent"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_OnOwningMiniGameComponent, MiniGameComponet) == 0x000000, "Member 'WBP_UI_Widget_SpeedLockpicking_C_OnOwningMiniGameComponent::MiniGameComponet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SpeedLockpicking_C_MiniGameStateChanged \ +static_assert(alignof(WBP_UI_Widget_SpeedLockpicking_C_MiniGameStateChanged) == 0x000001, "Wrong alignment on WBP_UI_Widget_SpeedLockpicking_C_MiniGameStateChanged"); \ +static_assert(sizeof(WBP_UI_Widget_SpeedLockpicking_C_MiniGameStateChanged) == 0x000001, "Wrong size on WBP_UI_Widget_SpeedLockpicking_C_MiniGameStateChanged"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_MiniGameStateChanged, NewState) == 0x000000, "Member 'WBP_UI_Widget_SpeedLockpicking_C_MiniGameStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SpeedLockpicking_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_SpeedLockpicking_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_SpeedLockpicking_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_SpeedLockpicking_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_SpeedLockpicking_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_SpeedLockpicking_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SpeedLockpicking_C_Tick \ +static_assert(alignof(WBP_UI_Widget_SpeedLockpicking_C_Tick) == 0x000004, "Wrong alignment on WBP_UI_Widget_SpeedLockpicking_C_Tick"); \ +static_assert(sizeof(WBP_UI_Widget_SpeedLockpicking_C_Tick) == 0x00003C, "Wrong size on WBP_UI_Widget_SpeedLockpicking_C_Tick"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_UI_Widget_SpeedLockpicking_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_UI_Widget_SpeedLockpicking_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SpeedLockpicking_C_Get_Image_InteractionGauge_1_Brush_0 \ +static_assert(alignof(WBP_UI_Widget_SpeedLockpicking_C_Get_Image_InteractionGauge_1_Brush_0) == 0x000008, "Wrong alignment on WBP_UI_Widget_SpeedLockpicking_C_Get_Image_InteractionGauge_1_Brush_0"); \ +static_assert(sizeof(WBP_UI_Widget_SpeedLockpicking_C_Get_Image_InteractionGauge_1_Brush_0) == 0x000090, "Wrong size on WBP_UI_Widget_SpeedLockpicking_C_Get_Image_InteractionGauge_1_Brush_0"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_Get_Image_InteractionGauge_1_Brush_0, ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_SpeedLockpicking_C_Get_Image_InteractionGauge_1_Brush_0::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SpeedLockpicking_C_Get_Image_InteractionGauge_Brush_0 \ +static_assert(alignof(WBP_UI_Widget_SpeedLockpicking_C_Get_Image_InteractionGauge_Brush_0) == 0x000008, "Wrong alignment on WBP_UI_Widget_SpeedLockpicking_C_Get_Image_InteractionGauge_Brush_0"); \ +static_assert(sizeof(WBP_UI_Widget_SpeedLockpicking_C_Get_Image_InteractionGauge_Brush_0) == 0x000090, "Wrong size on WBP_UI_Widget_SpeedLockpicking_C_Get_Image_InteractionGauge_Brush_0"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_Get_Image_InteractionGauge_Brush_0, ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_SpeedLockpicking_C_Get_Image_InteractionGauge_Brush_0::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_SpeedLockpicking_C_NewFunction_0 \ +static_assert(alignof(WBP_UI_Widget_SpeedLockpicking_C_NewFunction_0) == 0x000008, "Wrong alignment on WBP_UI_Widget_SpeedLockpicking_C_NewFunction_0"); \ +static_assert(sizeof(WBP_UI_Widget_SpeedLockpicking_C_NewFunction_0) == 0x000038, "Wrong size on WBP_UI_Widget_SpeedLockpicking_C_NewFunction_0"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_NewFunction_0, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000000, "Member 'WBP_UI_Widget_SpeedLockpicking_C_NewFunction_0::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_NewFunction_0, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000008, "Member 'WBP_UI_Widget_SpeedLockpicking_C_NewFunction_0::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_NewFunction_0, CallFunc_RandomFloatInRange_ReturnValue) == 0x000010, "Member 'WBP_UI_Widget_SpeedLockpicking_C_NewFunction_0::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_NewFunction_0, CallFunc_GetDynamicMaterial_ReturnValue_2) == 0x000018, "Member 'WBP_UI_Widget_SpeedLockpicking_C_NewFunction_0::CallFunc_GetDynamicMaterial_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_NewFunction_0, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000020, "Member 'WBP_UI_Widget_SpeedLockpicking_C_NewFunction_0::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_NewFunction_0, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000024, "Member 'WBP_UI_Widget_SpeedLockpicking_C_NewFunction_0::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_NewFunction_0, CallFunc_GetDynamicMaterial_ReturnValue_3) == 0x000028, "Member 'WBP_UI_Widget_SpeedLockpicking_C_NewFunction_0::CallFunc_GetDynamicMaterial_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_SpeedLockpicking_C_NewFunction_0, CallFunc_GetDynamicMaterial_ReturnValue_4) == 0x000030, "Member 'WBP_UI_Widget_SpeedLockpicking_C_NewFunction_0::CallFunc_GetDynamicMaterial_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_SpeedLockpicking_C \ +static_assert(alignof(UWBP_UI_Widget_SpeedLockpicking_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_SpeedLockpicking_C"); \ +static_assert(sizeof(UWBP_UI_Widget_SpeedLockpicking_C) == 0x000370, "Wrong size on UWBP_UI_Widget_SpeedLockpicking_C"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, UberGraphFrame) == 0x0002D0, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, StartAnim) == 0x0002D8, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::StartAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, CorrectAnim) == 0x0002E0, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::CorrectAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, FailAnim) == 0x0002E8, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::FailAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, BG) == 0x0002F0, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::BG' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, BG_Lockpicking) == 0x0002F8, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::BG_Lockpicking' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, CorrectFillCirle) == 0x000300, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::CorrectFillCirle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, GuideCircle) == 0x000308, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::GuideCircle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, IncreaseCircle) == 0x000310, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::IncreaseCircle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, Needle_Lockpick) == 0x000318, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::Needle_Lockpick' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, RotatingPin) == 0x000320, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::RotatingPin' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, UnlockZone) == 0x000328, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::UnlockZone' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, CurrentProgress) == 0x000330, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::CurrentProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, PinWidth_0) == 0x000334, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::PinWidth_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, PinSpeed) == 0x000338, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::PinSpeed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, SuccessAreaWidth) == 0x00033C, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::SuccessAreaWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, RingProgress) == 0x000340, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::RingProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, RingSpeed) == 0x000344, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::RingSpeed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, GUIDEPROGRESS) == 0x000348, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::GUIDEPROGRESS' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, Delay) == 0x00034C, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::Delay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, Target) == 0x000350, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::Target' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, SpeedFillBonus) == 0x000354, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::SpeedFillBonus' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, Increase) == 0x000358, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::Increase' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, Condition) == 0x00035C, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::Condition' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, StartDelay) == 0x00035D, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::StartDelay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, IsHeld) == 0x00035E, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::IsHeld' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, minigameAK) == 0x000360, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::minigameAK' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UI_Widget_SpeedLockpicking_C, CanPress) == 0x000368, "Member 'UWBP_UI_Widget_SpeedLockpicking_C::CanPress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Lockpicking_Feedback_C \ +static_assert(alignof(UBP_Lockpicking_Feedback_C) == 0x000008, "Wrong alignment on UBP_Lockpicking_Feedback_C"); \ +static_assert(sizeof(UBP_Lockpicking_Feedback_C) == 0x000308, "Wrong size on UBP_Lockpicking_Feedback_C"); \ + +#define DUMPER7_ASSERTS_UGA_ThrowItem_C \ +static_assert(alignof(UGA_ThrowItem_C) == 0x000008, "Wrong alignment on UGA_ThrowItem_C"); \ +static_assert(sizeof(UGA_ThrowItem_C) == 0x000508, "Wrong size on UGA_ThrowItem_C"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom \ +static_assert(alignof(BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom"); \ +static_assert(sizeof(BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom) == 0x000190, "Wrong size on BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom, EntryPoint) == 0x000000, "Member 'BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom, Temp_struct_Variable) == 0x000008, "Member 'BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom, Temp_delegate_Variable) == 0x000018, "Member 'BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom, Temp_bool_Has_Been_Initd_Variable) == 0x00002C, "Member 'BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom, CallFunc_PostEvent_ReturnValue) == 0x000030, "Member 'BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom, Temp_bool_IsClosed_Variable) == 0x000034, "Member 'BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom, K2Node_Event_bStateToChangeTo) == 0x000035, "Member 'BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom::K2Node_Event_bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom, K2Node_Event_bDoCosmetics) == 0x000036, "Member 'BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000038, "Member 'BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x0000C8, "Member 'BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom, K2Node_CustomEvent_Enabled) == 0x000158, "Member 'BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom::K2Node_CustomEvent_Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom, K2Node_ComponentBoundEvent_Interactable_1) == 0x000160, "Member 'BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom::K2Node_ComponentBoundEvent_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom, K2Node_ComponentBoundEvent_Interactor_1) == 0x000168, "Member 'BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom::K2Node_ComponentBoundEvent_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1) == 0x000170, "Member 'BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom, K2Node_ComponentBoundEvent_Interactable) == 0x000178, "Member 'BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom, K2Node_ComponentBoundEvent_Interactor) == 0x000180, "Member 'BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000188, "Member 'BP_ReplicatedBinaryFalsePanelBedroom_C_ExecuteUbergraph_BP_ReplicatedBinaryFalsePanelBedroom::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryFalsePanelBedroom_C_BndEvt__BP_ReplicatedBinaryFalsePanelBedroom_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_ReplicatedBinaryFalsePanelBedroom_C_BndEvt__BP_ReplicatedBinaryFalsePanelBedroom_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryFalsePanelBedroom_C_BndEvt__BP_ReplicatedBinaryFalsePanelBedroom_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_ReplicatedBinaryFalsePanelBedroom_C_BndEvt__BP_ReplicatedBinaryFalsePanelBedroom_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_ReplicatedBinaryFalsePanelBedroom_C_BndEvt__BP_ReplicatedBinaryFalsePanelBedroom_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelBedroom_C_BndEvt__BP_ReplicatedBinaryFalsePanelBedroom_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_ReplicatedBinaryFalsePanelBedroom_C_BndEvt__BP_ReplicatedBinaryFalsePanelBedroom_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelBedroom_C_BndEvt__BP_ReplicatedBinaryFalsePanelBedroom_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_ReplicatedBinaryFalsePanelBedroom_C_BndEvt__BP_ReplicatedBinaryFalsePanelBedroom_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelBedroom_C_BndEvt__BP_ReplicatedBinaryFalsePanelBedroom_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_ReplicatedBinaryFalsePanelBedroom_C_BndEvt__BP_ReplicatedBinaryFalsePanelBedroom_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryFalsePanelBedroom_C_BndEvt__BP_ReplicatedBinaryFalsePanelBedroom_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_ReplicatedBinaryFalsePanelBedroom_C_BndEvt__BP_ReplicatedBinaryFalsePanelBedroom_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryFalsePanelBedroom_C_BndEvt__BP_ReplicatedBinaryFalsePanelBedroom_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_ReplicatedBinaryFalsePanelBedroom_C_BndEvt__BP_ReplicatedBinaryFalsePanelBedroom_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_ReplicatedBinaryFalsePanelBedroom_C_BndEvt__BP_ReplicatedBinaryFalsePanelBedroom_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelBedroom_C_BndEvt__BP_ReplicatedBinaryFalsePanelBedroom_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_ReplicatedBinaryFalsePanelBedroom_C_BndEvt__BP_ReplicatedBinaryFalsePanelBedroom_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelBedroom_C_BndEvt__BP_ReplicatedBinaryFalsePanelBedroom_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_ReplicatedBinaryFalsePanelBedroom_C_BndEvt__BP_ReplicatedBinaryFalsePanelBedroom_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelBedroom_C_BndEvt__BP_ReplicatedBinaryFalsePanelBedroom_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_ReplicatedBinaryFalsePanelBedroom_C_BndEvt__BP_ReplicatedBinaryFalsePanelBedroom_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryFalsePanelBedroom_C_InteractionEnabled \ +static_assert(alignof(BP_ReplicatedBinaryFalsePanelBedroom_C_InteractionEnabled) == 0x000001, "Wrong alignment on BP_ReplicatedBinaryFalsePanelBedroom_C_InteractionEnabled"); \ +static_assert(sizeof(BP_ReplicatedBinaryFalsePanelBedroom_C_InteractionEnabled) == 0x000001, "Wrong size on BP_ReplicatedBinaryFalsePanelBedroom_C_InteractionEnabled"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelBedroom_C_InteractionEnabled, Enabled) == 0x000000, "Member 'BP_ReplicatedBinaryFalsePanelBedroom_C_InteractionEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryFalsePanelBedroom_C_OnStateChanged \ +static_assert(alignof(BP_ReplicatedBinaryFalsePanelBedroom_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_ReplicatedBinaryFalsePanelBedroom_C_OnStateChanged"); \ +static_assert(sizeof(BP_ReplicatedBinaryFalsePanelBedroom_C_OnStateChanged) == 0x000002, "Wrong size on BP_ReplicatedBinaryFalsePanelBedroom_C_OnStateChanged"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelBedroom_C_OnStateChanged, bStateToChangeTo) == 0x000000, "Member 'BP_ReplicatedBinaryFalsePanelBedroom_C_OnStateChanged::bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryFalsePanelBedroom_C_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_ReplicatedBinaryFalsePanelBedroom_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ReplicatedBinaryFalsePanelBedroom_C \ +static_assert(alignof(ABP_ReplicatedBinaryFalsePanelBedroom_C) == 0x000008, "Wrong alignment on ABP_ReplicatedBinaryFalsePanelBedroom_C"); \ +static_assert(sizeof(ABP_ReplicatedBinaryFalsePanelBedroom_C) == 0x000338, "Wrong size on ABP_ReplicatedBinaryFalsePanelBedroom_C"); \ +static_assert(offsetof(ABP_ReplicatedBinaryFalsePanelBedroom_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_ReplicatedBinaryFalsePanelBedroom_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryFalsePanelBedroom_C, SBZAIObjective) == 0x0002E0, "Member 'ABP_ReplicatedBinaryFalsePanelBedroom_C::SBZAIObjective' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryFalsePanelBedroom_C, Box) == 0x0002E8, "Member 'ABP_ReplicatedBinaryFalsePanelBedroom_C::Box' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryFalsePanelBedroom_C, PH_Bedroom_HiddenDoor_01) == 0x0002F0, "Member 'ABP_ReplicatedBinaryFalsePanelBedroom_C::PH_Bedroom_HiddenDoor_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryFalsePanelBedroom_C, SBZInteractable) == 0x0002F8, "Member 'ABP_ReplicatedBinaryFalsePanelBedroom_C::SBZInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryFalsePanelBedroom_C, SBZOutline) == 0x000300, "Member 'ABP_ReplicatedBinaryFalsePanelBedroom_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryFalsePanelBedroom_C, DefaultSceneRoot) == 0x000308, "Member 'ABP_ReplicatedBinaryFalsePanelBedroom_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryFalsePanelBedroom_C, Timeline_0_NewTrack_0_EF8FE2094FD1A8BFB49D0992F7A7FC6A) == 0x000310, "Member 'ABP_ReplicatedBinaryFalsePanelBedroom_C::Timeline_0_NewTrack_0_EF8FE2094FD1A8BFB49D0992F7A7FC6A' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryFalsePanelBedroom_C, Timeline_0__Direction_EF8FE2094FD1A8BFB49D0992F7A7FC6A) == 0x00031C, "Member 'ABP_ReplicatedBinaryFalsePanelBedroom_C::Timeline_0__Direction_EF8FE2094FD1A8BFB49D0992F7A7FC6A' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryFalsePanelBedroom_C, Timeline_0) == 0x000320, "Member 'ABP_ReplicatedBinaryFalsePanelBedroom_C::Timeline_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryFalsePanelBedroom_C, PanelOpened) == 0x000328, "Member 'ABP_ReplicatedBinaryFalsePanelBedroom_C::PanelOpened' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_ThrowBag_C \ +static_assert(alignof(UGA_ThrowBag_C) == 0x000008, "Wrong alignment on UGA_ThrowBag_C"); \ +static_assert(sizeof(UGA_ThrowBag_C) == 0x0004E8, "Wrong size on UGA_ThrowBag_C"); \ + +#define DUMPER7_ASSERTS_UGA_Tased_Gently_C \ +static_assert(alignof(UGA_Tased_Gently_C) == 0x000008, "Wrong alignment on UGA_Tased_Gently_C"); \ +static_assert(sizeof(UGA_Tased_Gently_C) == 0x000508, "Wrong size on UGA_Tased_Gently_C"); \ + +#define DUMPER7_ASSERTS_UGA_Shout_C \ +static_assert(alignof(UGA_Shout_C) == 0x000008, "Wrong alignment on UGA_Shout_C"); \ +static_assert(sizeof(UGA_Shout_C) == 0x0004E8, "Wrong size on UGA_Shout_C"); \ + +#define DUMPER7_ASSERTS_UGA_MiniGame_C \ +static_assert(alignof(UGA_MiniGame_C) == 0x000008, "Wrong alignment on UGA_MiniGame_C"); \ +static_assert(sizeof(UGA_MiniGame_C) == 0x0004E0, "Wrong size on UGA_MiniGame_C"); \ + +#define DUMPER7_ASSERTS_UGA_MaskOnInput_C \ +static_assert(alignof(UGA_MaskOnInput_C) == 0x000008, "Wrong alignment on UGA_MaskOnInput_C"); \ +static_assert(sizeof(UGA_MaskOnInput_C) == 0x0004E8, "Wrong size on UGA_MaskOnInput_C"); \ + +#define DUMPER7_ASSERTS_UGA_MaskOnAction_C \ +static_assert(alignof(UGA_MaskOnAction_C) == 0x000008, "Wrong alignment on UGA_MaskOnAction_C"); \ +static_assert(sizeof(UGA_MaskOnAction_C) == 0x0004D8, "Wrong size on UGA_MaskOnAction_C"); \ + +#define DUMPER7_ASSERTS_UGA_Land_C \ +static_assert(alignof(UGA_Land_C) == 0x000008, "Wrong alignment on UGA_Land_C"); \ +static_assert(sizeof(UGA_Land_C) == 0x0004E0, "Wrong size on UGA_Land_C"); \ + +#define DUMPER7_ASSERTS_UGA_HumanShieldShove_C \ +static_assert(alignof(UGA_HumanShieldShove_C) == 0x000008, "Wrong alignment on UGA_HumanShieldShove_C"); \ +static_assert(sizeof(UGA_HumanShieldShove_C) == 0x0004E8, "Wrong size on UGA_HumanShieldShove_C"); \ + +#define DUMPER7_ASSERTS_UGA_HumanShieldInstigator_C \ +static_assert(alignof(UGA_HumanShieldInstigator_C) == 0x000008, "Wrong alignment on UGA_HumanShieldInstigator_C"); \ +static_assert(sizeof(UGA_HumanShieldInstigator_C) == 0x0004E0, "Wrong size on UGA_HumanShieldInstigator_C"); \ + +#define DUMPER7_ASSERTS_UGA_EquipNextWeapon_C \ +static_assert(alignof(UGA_EquipNextWeapon_C) == 0x000008, "Wrong alignment on UGA_EquipNextWeapon_C"); \ +static_assert(sizeof(UGA_EquipNextWeapon_C) == 0x0004F0, "Wrong size on UGA_EquipNextWeapon_C"); \ + +#define DUMPER7_ASSERTS_UGA_Equip_C \ +static_assert(alignof(UGA_Equip_C) == 0x000008, "Wrong alignment on UGA_Equip_C"); \ +static_assert(sizeof(UGA_Equip_C) == 0x0004E0, "Wrong size on UGA_Equip_C"); \ + +#define DUMPER7_ASSERTS_BP_LGT_HangingLED_01_C_UserConstructionScript \ +static_assert(alignof(BP_LGT_HangingLED_01_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_LGT_HangingLED_01_C_UserConstructionScript"); \ +static_assert(sizeof(BP_LGT_HangingLED_01_C_UserConstructionScript) == 0x000110, "Wrong size on BP_LGT_HangingLED_01_C_UserConstructionScript"); \ +static_assert(offsetof(BP_LGT_HangingLED_01_C_UserConstructionScript, Temp_struct_Variable) == 0x000000, "Member 'BP_LGT_HangingLED_01_C_UserConstructionScript::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LGT_HangingLED_01_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000030, "Member 'BP_LGT_HangingLED_01_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGT_HangingLED_01_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x000038, "Member 'BP_LGT_HangingLED_01_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGT_HangingLED_01_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue) == 0x000050, "Member 'BP_LGT_HangingLED_01_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGT_HangingLED_01_C_UserConstructionScript, CallFunc_K2_AddLocalTransform_SweepHitResult) == 0x000080, "Member 'BP_LGT_HangingLED_01_C_UserConstructionScript::CallFunc_K2_AddLocalTransform_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LGT_HangingLED_01_C \ +static_assert(alignof(ABP_LGT_HangingLED_01_C) == 0x000010, "Wrong alignment on ABP_LGT_HangingLED_01_C"); \ +static_assert(sizeof(ABP_LGT_HangingLED_01_C) == 0x000360, "Wrong size on ABP_LGT_HangingLED_01_C"); \ +static_assert(offsetof(ABP_LGT_HangingLED_01_C, StaticMesh_1) == 0x000340, "Member 'ABP_LGT_HangingLED_01_C::StaticMesh_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGT_HangingLED_01_C, RectLight) == 0x000348, "Member 'ABP_LGT_HangingLED_01_C::RectLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGT_HangingLED_01_C, Cable_Length) == 0x000350, "Member 'ABP_LGT_HangingLED_01_C::Cable_Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_Carry_C \ +static_assert(alignof(UGA_Carry_C) == 0x000008, "Wrong alignment on UGA_Carry_C"); \ +static_assert(sizeof(UGA_Carry_C) == 0x0004E0, "Wrong size on UGA_Carry_C"); \ + +#define DUMPER7_ASSERTS_UGA_UseConsumable_C \ +static_assert(alignof(UGA_UseConsumable_C) == 0x000008, "Wrong alignment on UGA_UseConsumable_C"); \ +static_assert(sizeof(UGA_UseConsumable_C) == 0x0004E0, "Wrong size on UGA_UseConsumable_C"); \ + +#define DUMPER7_ASSERTS_UGA_PlayerWeaponTanking_C \ +static_assert(alignof(UGA_PlayerWeaponTanking_C) == 0x000008, "Wrong alignment on UGA_PlayerWeaponTanking_C"); \ +static_assert(sizeof(UGA_PlayerWeaponTanking_C) == 0x0004E0, "Wrong size on UGA_PlayerWeaponTanking_C"); \ + +#define DUMPER7_ASSERTS_UGA_PlayerEmote_C \ +static_assert(alignof(UGA_PlayerEmote_C) == 0x000008, "Wrong alignment on UGA_PlayerEmote_C"); \ +static_assert(sizeof(UGA_PlayerEmote_C) == 0x000508, "Wrong size on UGA_PlayerEmote_C"); \ + +#define DUMPER7_ASSERTS_UGA_PlayerThrowBagAnimation_C \ +static_assert(alignof(UGA_PlayerThrowBagAnimation_C) == 0x000008, "Wrong alignment on UGA_PlayerThrowBagAnimation_C"); \ +static_assert(sizeof(UGA_PlayerThrowBagAnimation_C) == 0x0004D8, "Wrong size on UGA_PlayerThrowBagAnimation_C"); \ + +#define DUMPER7_ASSERTS_UGA_EquippableInspect_C \ +static_assert(alignof(UGA_EquippableInspect_C) == 0x000008, "Wrong alignment on UGA_EquippableInspect_C"); \ +static_assert(sizeof(UGA_EquippableInspect_C) == 0x000508, "Wrong size on UGA_EquippableInspect_C"); \ + +#define DUMPER7_ASSERTS_UBP_Order_ScriptedLifeAction_HumanShield_C \ +static_assert(alignof(UBP_Order_ScriptedLifeAction_HumanShield_C) == 0x000008, "Wrong alignment on UBP_Order_ScriptedLifeAction_HumanShield_C"); \ +static_assert(sizeof(UBP_Order_ScriptedLifeAction_HumanShield_C) == 0x000230, "Wrong size on UBP_Order_ScriptedLifeAction_HumanShield_C"); \ + +#define DUMPER7_ASSERTS_UGA_AnimatedInteraction_C \ +static_assert(alignof(UGA_AnimatedInteraction_C) == 0x000008, "Wrong alignment on UGA_AnimatedInteraction_C"); \ +static_assert(sizeof(UGA_AnimatedInteraction_C) == 0x000500, "Wrong size on UGA_AnimatedInteraction_C"); \ + +#define DUMPER7_ASSERTS_WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff \ +static_assert(alignof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff) == 0x000008, "Wrong alignment on WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff"); \ +static_assert(sizeof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff) == 0x0005F0, "Wrong size on WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, EntryPoint) == 0x000000, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, Temp_bool_Variable) == 0x000030, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, Temp_bool_Variable_1) == 0x000031, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, K2Node_CreateDelegate_OutputDelegate) == 0x000034, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, K2Node_CreateDelegate_OutputDelegate_1) == 0x000048, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, Temp_struct_Variable) == 0x000060, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, Temp_delegate_Variable) == 0x000070, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, Temp_struct_Variable_1) == 0x000088, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, Temp_delegate_Variable_1) == 0x000098, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, Temp_struct_Variable_2) == 0x0000B0, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, Temp_delegate_Variable_2) == 0x0000C0, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, Temp_struct_Variable_3) == 0x0000D8, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, Temp_delegate_Variable_3) == 0x0000E8, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, Temp_struct_Variable_4) == 0x000100, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, Temp_delegate_Variable_4) == 0x000110, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::Temp_delegate_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, Temp_struct_Variable_5) == 0x000128, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, Temp_delegate_Variable_5) == 0x000138, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::Temp_delegate_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, Temp_struct_Variable_6) == 0x000150, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, Temp_delegate_Variable_6) == 0x000160, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::Temp_delegate_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_BooleanOR_ReturnValue) == 0x000174, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_K2_SetTimer_ReturnValue) == 0x000178, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_FromSeconds_ReturnValue) == 0x000180, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_FromSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_BooleanOR_ReturnValue_1) == 0x000188, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_AsTimespan_Timespan_ReturnValue) == 0x000190, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_AsTimespan_Timespan_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_FromSeconds_ReturnValue_1) == 0x0001A8, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_FromSeconds_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_AsTimespan_Timespan_ReturnValue_1) == 0x0001B0, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_AsTimespan_Timespan_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_K2_SetTimer_ReturnValue_1) == 0x0001C8, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_K2_SetTimer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, Temp_int_Variable) == 0x0001D0, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Add_IntInt_ReturnValue) == 0x0001D4, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, K2Node_Event_IsDesignTime) == 0x0001D8, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Length_ReturnValue) == 0x0001DC, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Subtract_IntInt_ReturnValue) == 0x0001E0, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Less_IntInt_ReturnValue) == 0x0001E4, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_BooleanOR_ReturnValue_2) == 0x0001E5, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_BooleanOR_ReturnValue_3) == 0x0001E6, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item) == 0x0001E8, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_1) == 0x0001F0, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_2) == 0x0001F8, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_3) == 0x000200, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_IsValid_ReturnValue) == 0x000208, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_4) == 0x000210, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000218, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x00021C, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_5) == 0x000220, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_6) == 0x000228, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_7) == 0x000230, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_IsValid_ReturnValue_1) == 0x000260, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, K2Node_Event_HeistDifficulty) == 0x000261, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::K2Node_Event_HeistDifficulty' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, K2Node_Event_MiniGameDifficulty) == 0x000262, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::K2Node_Event_MiniGameDifficulty' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, K2Node_SwitchInteger_CmpSuccess) == 0x000263, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_8) == 0x000264, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_9) == 0x000268, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_10) == 0x000298, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_11) == 0x0002A0, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_11' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, K2Node_SwitchInteger_CmpSuccess_1) == 0x0002D0, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_12) == 0x0002D4, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_12' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_13) == 0x0002D8, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_13' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, K2Node_Event_NewState) == 0x000308, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000309, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Conv_IntToText_ReturnValue) == 0x000310, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x000328, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000330, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Add_IntInt_ReturnValue_1) == 0x000348, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Subtract_IntInt_ReturnValue_4) == 0x00034C, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Subtract_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_CreatePlayAnimationTimeRangeProxyObject_Result) == 0x000350, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_CreatePlayAnimationTimeRangeProxyObject_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_CreatePlayAnimationTimeRangeProxyObject_ReturnValue) == 0x000358, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_CreatePlayAnimationTimeRangeProxyObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Conv_IntToText_ReturnValue_2) == 0x000360, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Conv_IntToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_IsValid_ReturnValue_2) == 0x000378, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, K2Node_CreateDelegate_OutputDelegate_2) == 0x00037C, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000390, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000398, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_IsValid_ReturnValue_3) == 0x0003A0, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_CreatePlayAnimationProxyObject_Result_1) == 0x0003A8, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_CreatePlayAnimationProxyObject_Result_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_1) == 0x0003B0, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_IsValid_ReturnValue_4) == 0x0003B8, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_14) == 0x0003BC, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_14' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_15) == 0x0003C0, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_15' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, K2Node_CreateDelegate_OutputDelegate_3) == 0x0003F0, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_16) == 0x000404, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_16' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_17) == 0x000408, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_17' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_18) == 0x000438, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_18' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_19) == 0x000440, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_19' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Add_ReturnValue) == 0x000470, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_LastIndex_ReturnValue) == 0x000474, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, Temp_bool_Has_Been_Initd_Variable) == 0x000478, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, K2Node_SwitchInteger_CmpSuccess_2) == 0x000479, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::K2Node_SwitchInteger_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, K2Node_CreateDelegate_OutputDelegate_4) == 0x00047C, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_20) == 0x000490, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_20' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_21) == 0x000498, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_21' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, K2Node_CreateDelegate_OutputDelegate_5) == 0x0004C8, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_22) == 0x0004DC, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_22' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_23) == 0x0004E0, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_23' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000510, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Map_Values_Values) == 0x000518, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_LastIndex_ReturnValue_1) == 0x000528, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_LastIndex_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_LastIndex_ReturnValue_2) == 0x00052C, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_LastIndex_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_24) == 0x000530, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_24' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_LastIndex_ReturnValue_3) == 0x000534, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_LastIndex_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_25) == 0x000538, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_25' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000539, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_LastIndex_ReturnValue_4) == 0x00053C, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_LastIndex_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_26) == 0x000540, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_26' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Subtract_IntInt_ReturnValue_5) == 0x000544, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Subtract_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_27) == 0x000548, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_27' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_28) == 0x000550, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_28' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_29) == 0x000554, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_29' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_30) == 0x000558, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_30' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_31) == 0x000560, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_31' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Array_Get_Item_32) == 0x000568, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Array_Get_Item_32' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, K2Node_CreateDelegate_OutputDelegate_6) == 0x000570, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_CreatePlayAnimationTimeRangeProxyObject_Result_1) == 0x000588, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_CreatePlayAnimationTimeRangeProxyObject_Result_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_CreatePlayAnimationTimeRangeProxyObject_ReturnValue_1) == 0x000590, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_CreatePlayAnimationTimeRangeProxyObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_IsValid_ReturnValue_5) == 0x000598, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_CreatePlayAnimationTimeRangeProxyObject_Result_2) == 0x0005A0, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_CreatePlayAnimationTimeRangeProxyObject_Result_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_CreatePlayAnimationTimeRangeProxyObject_ReturnValue_2) == 0x0005A8, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_CreatePlayAnimationTimeRangeProxyObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0005B0, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_IsValid_ReturnValue_6) == 0x0005B1, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, K2Node_Event_Value_1) == 0x0005B4, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::K2Node_Event_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0005B8, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Less_FloatFloat_ReturnValue) == 0x0005B9, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, K2Node_Event_Value) == 0x0005BC, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::K2Node_Event_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x0005C0, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0005C1, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_BooleanOR_ReturnValue_4) == 0x0005C2, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, K2Node_Event_AkComponent) == 0x0005C8, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::K2Node_Event_AkComponent' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_PostAkEvent_ReturnValue) == 0x0005D0, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_PostAkEvent_ReturnValue_1) == 0x0005D4, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_PostAkEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_PostAkEvent_ReturnValue_2) == 0x0005D8, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_PostAkEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_PostAkEvent_ReturnValue_3) == 0x0005DC, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_PostAkEvent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_PostAkEvent_ReturnValue_4) == 0x0005E0, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_PostAkEvent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_PostAkEvent_ReturnValue_5) == 0x0005E4, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_PostAkEvent_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, CallFunc_PostAkEvent_ReturnValue_6) == 0x0005E8, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::CallFunc_PostAkEvent_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff, Temp_bool_IsClosed_Variable) == 0x0005EC, "Member 'WBP_TurnStuff_C_ExecuteUbergraph_WBP_TurnStuff::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnStuff_C_OnMiniGameWidgetPlaced \ +static_assert(alignof(WBP_TurnStuff_C_OnMiniGameWidgetPlaced) == 0x000008, "Wrong alignment on WBP_TurnStuff_C_OnMiniGameWidgetPlaced"); \ +static_assert(sizeof(WBP_TurnStuff_C_OnMiniGameWidgetPlaced) == 0x000008, "Wrong size on WBP_TurnStuff_C_OnMiniGameWidgetPlaced"); \ +static_assert(offsetof(WBP_TurnStuff_C_OnMiniGameWidgetPlaced, AkComponent) == 0x000000, "Member 'WBP_TurnStuff_C_OnMiniGameWidgetPlaced::AkComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnStuff_C_BP_OnXAxisChanged \ +static_assert(alignof(WBP_TurnStuff_C_BP_OnXAxisChanged) == 0x000004, "Wrong alignment on WBP_TurnStuff_C_BP_OnXAxisChanged"); \ +static_assert(sizeof(WBP_TurnStuff_C_BP_OnXAxisChanged) == 0x000004, "Wrong size on WBP_TurnStuff_C_BP_OnXAxisChanged"); \ +static_assert(offsetof(WBP_TurnStuff_C_BP_OnXAxisChanged, Value) == 0x000000, "Member 'WBP_TurnStuff_C_BP_OnXAxisChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnStuff_C_BP_OnYAxisChanged \ +static_assert(alignof(WBP_TurnStuff_C_BP_OnYAxisChanged) == 0x000004, "Wrong alignment on WBP_TurnStuff_C_BP_OnYAxisChanged"); \ +static_assert(sizeof(WBP_TurnStuff_C_BP_OnYAxisChanged) == 0x000004, "Wrong size on WBP_TurnStuff_C_BP_OnYAxisChanged"); \ +static_assert(offsetof(WBP_TurnStuff_C_BP_OnYAxisChanged, Value) == 0x000000, "Member 'WBP_TurnStuff_C_BP_OnYAxisChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnStuff_C_MiniGameStateChanged \ +static_assert(alignof(WBP_TurnStuff_C_MiniGameStateChanged) == 0x000001, "Wrong alignment on WBP_TurnStuff_C_MiniGameStateChanged"); \ +static_assert(sizeof(WBP_TurnStuff_C_MiniGameStateChanged) == 0x000001, "Wrong size on WBP_TurnStuff_C_MiniGameStateChanged"); \ +static_assert(offsetof(WBP_TurnStuff_C_MiniGameStateChanged, NewState) == 0x000000, "Member 'WBP_TurnStuff_C_MiniGameStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnStuff_C_OnMiniGameDifficulty \ +static_assert(alignof(WBP_TurnStuff_C_OnMiniGameDifficulty) == 0x000001, "Wrong alignment on WBP_TurnStuff_C_OnMiniGameDifficulty"); \ +static_assert(sizeof(WBP_TurnStuff_C_OnMiniGameDifficulty) == 0x000002, "Wrong size on WBP_TurnStuff_C_OnMiniGameDifficulty"); \ +static_assert(offsetof(WBP_TurnStuff_C_OnMiniGameDifficulty, HeistDifficulty) == 0x000000, "Member 'WBP_TurnStuff_C_OnMiniGameDifficulty::HeistDifficulty' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_OnMiniGameDifficulty, MiniGameDifficulty) == 0x000001, "Member 'WBP_TurnStuff_C_OnMiniGameDifficulty::MiniGameDifficulty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnStuff_C_PreConstruct \ +static_assert(alignof(WBP_TurnStuff_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_TurnStuff_C_PreConstruct"); \ +static_assert(sizeof(WBP_TurnStuff_C_PreConstruct) == 0x000001, "Wrong size on WBP_TurnStuff_C_PreConstruct"); \ +static_assert(offsetof(WBP_TurnStuff_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_TurnStuff_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnStuff_C_W \ +static_assert(alignof(WBP_TurnStuff_C_W) == 0x000004, "Wrong alignment on WBP_TurnStuff_C_W"); \ +static_assert(sizeof(WBP_TurnStuff_C_W) == 0x000028, "Wrong size on WBP_TurnStuff_C_W"); \ +static_assert(offsetof(WBP_TurnStuff_C_W, K2Node_SwitchInteger_CmpSuccess) == 0x000000, "Member 'WBP_TurnStuff_C_W::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_W, K2Node_SwitchInteger_CmpSuccess_1) == 0x000001, "Member 'WBP_TurnStuff_C_W::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_W, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'WBP_TurnStuff_C_W::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_W, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000008, "Member 'WBP_TurnStuff_C_W::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_W, CallFunc_Less_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_TurnStuff_C_W::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_W, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000010, "Member 'WBP_TurnStuff_C_W::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_W, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x000014, "Member 'WBP_TurnStuff_C_W::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_W, CallFunc_Less_IntInt_ReturnValue_1) == 0x000018, "Member 'WBP_TurnStuff_C_W::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_W, CallFunc_Subtract_IntInt_ReturnValue_4) == 0x00001C, "Member 'WBP_TurnStuff_C_W::CallFunc_Subtract_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_W, CallFunc_Subtract_IntInt_ReturnValue_5) == 0x000020, "Member 'WBP_TurnStuff_C_W::CallFunc_Subtract_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_W, K2Node_SwitchInteger_CmpSuccess_2) == 0x000024, "Member 'WBP_TurnStuff_C_W::K2Node_SwitchInteger_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_W, CallFunc_Less_IntInt_ReturnValue_2) == 0x000025, "Member 'WBP_TurnStuff_C_W::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_W, K2Node_SwitchInteger_CmpSuccess_3) == 0x000026, "Member 'WBP_TurnStuff_C_W::K2Node_SwitchInteger_CmpSuccess_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnStuff_C_S \ +static_assert(alignof(WBP_TurnStuff_C_S) == 0x000004, "Wrong alignment on WBP_TurnStuff_C_S"); \ +static_assert(sizeof(WBP_TurnStuff_C_S) == 0x000048, "Wrong size on WBP_TurnStuff_C_S"); \ +static_assert(offsetof(WBP_TurnStuff_C_S, K2Node_SwitchInteger_CmpSuccess) == 0x000000, "Member 'WBP_TurnStuff_C_S::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_S, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'WBP_TurnStuff_C_S::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_S, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'WBP_TurnStuff_C_S::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_S, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_TurnStuff_C_S::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_S, K2Node_SwitchInteger_CmpSuccess_1) == 0x000010, "Member 'WBP_TurnStuff_C_S::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_S, CallFunc_Array_Length_ReturnValue_1) == 0x000014, "Member 'WBP_TurnStuff_C_S::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_S, CallFunc_Array_Length_ReturnValue_2) == 0x000018, "Member 'WBP_TurnStuff_C_S::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_S, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00001C, "Member 'WBP_TurnStuff_C_S::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_S, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000020, "Member 'WBP_TurnStuff_C_S::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_S, K2Node_SwitchInteger_CmpSuccess_2) == 0x000024, "Member 'WBP_TurnStuff_C_S::K2Node_SwitchInteger_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_S, CallFunc_Add_IntInt_ReturnValue_1) == 0x000028, "Member 'WBP_TurnStuff_C_S::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_S, CallFunc_Greater_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_TurnStuff_C_S::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_S, CallFunc_Add_IntInt_ReturnValue_2) == 0x000030, "Member 'WBP_TurnStuff_C_S::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_S, CallFunc_Add_IntInt_ReturnValue_3) == 0x000034, "Member 'WBP_TurnStuff_C_S::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_S, CallFunc_Add_IntInt_ReturnValue_4) == 0x000038, "Member 'WBP_TurnStuff_C_S::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_S, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00003C, "Member 'WBP_TurnStuff_C_S::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_S, CallFunc_Add_IntInt_ReturnValue_5) == 0x000040, "Member 'WBP_TurnStuff_C_S::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_S, CallFunc_Greater_IntInt_ReturnValue_2) == 0x000044, "Member 'WBP_TurnStuff_C_S::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_S, K2Node_SwitchInteger_CmpSuccess_3) == 0x000045, "Member 'WBP_TurnStuff_C_S::K2Node_SwitchInteger_CmpSuccess_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnStuff_C_A \ +static_assert(alignof(WBP_TurnStuff_C_A) == 0x000004, "Wrong alignment on WBP_TurnStuff_C_A"); \ +static_assert(sizeof(WBP_TurnStuff_C_A) == 0x000014, "Wrong size on WBP_TurnStuff_C_A"); \ +static_assert(offsetof(WBP_TurnStuff_C_A, CallFunc_Subtract_IntInt_ReturnValue) == 0x000000, "Member 'WBP_TurnStuff_C_A::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_A, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000004, "Member 'WBP_TurnStuff_C_A::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_A, K2Node_SwitchInteger_CmpSuccess) == 0x000008, "Member 'WBP_TurnStuff_C_A::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_A, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x00000C, "Member 'WBP_TurnStuff_C_A::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_A, K2Node_SwitchInteger_CmpSuccess_1) == 0x000010, "Member 'WBP_TurnStuff_C_A::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_A, K2Node_SwitchInteger_CmpSuccess_2) == 0x000011, "Member 'WBP_TurnStuff_C_A::K2Node_SwitchInteger_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_A, K2Node_SwitchInteger_CmpSuccess_3) == 0x000012, "Member 'WBP_TurnStuff_C_A::K2Node_SwitchInteger_CmpSuccess_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnStuff_C_D \ +static_assert(alignof(WBP_TurnStuff_C_D) == 0x000004, "Wrong alignment on WBP_TurnStuff_C_D"); \ +static_assert(sizeof(WBP_TurnStuff_C_D) == 0x000018, "Wrong size on WBP_TurnStuff_C_D"); \ +static_assert(offsetof(WBP_TurnStuff_C_D, K2Node_SwitchInteger_CmpSuccess) == 0x000000, "Member 'WBP_TurnStuff_C_D::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_D, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'WBP_TurnStuff_C_D::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_D, K2Node_SwitchInteger_CmpSuccess_1) == 0x000008, "Member 'WBP_TurnStuff_C_D::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_D, K2Node_SwitchInteger_CmpSuccess_2) == 0x000009, "Member 'WBP_TurnStuff_C_D::K2Node_SwitchInteger_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_D, CallFunc_Add_IntInt_ReturnValue_1) == 0x00000C, "Member 'WBP_TurnStuff_C_D::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_D, K2Node_SwitchInteger_CmpSuccess_3) == 0x000010, "Member 'WBP_TurnStuff_C_D::K2Node_SwitchInteger_CmpSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_D, CallFunc_Add_IntInt_ReturnValue_2) == 0x000014, "Member 'WBP_TurnStuff_C_D::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnStuff_C_SetArrays \ +static_assert(alignof(WBP_TurnStuff_C_SetArrays) == 0x000008, "Wrong alignment on WBP_TurnStuff_C_SetArrays"); \ +static_assert(sizeof(WBP_TurnStuff_C_SetArrays) == 0x000040, "Wrong size on WBP_TurnStuff_C_SetArrays"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetArrays, K2Node_MakeArray_Array) == 0x000000, "Member 'WBP_TurnStuff_C_SetArrays::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetArrays, K2Node_MakeArray_Array_1) == 0x000010, "Member 'WBP_TurnStuff_C_SetArrays::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetArrays, K2Node_MakeArray_Array_2) == 0x000020, "Member 'WBP_TurnStuff_C_SetArrays::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetArrays, K2Node_MakeArray_Array_3) == 0x000030, "Member 'WBP_TurnStuff_C_SetArrays::K2Node_MakeArray_Array_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnStuff_C_CalcAnim \ +static_assert(alignof(WBP_TurnStuff_C_CalcAnim) == 0x000008, "Wrong alignment on WBP_TurnStuff_C_CalcAnim"); \ +static_assert(sizeof(WBP_TurnStuff_C_CalcAnim) == 0x000018, "Wrong size on WBP_TurnStuff_C_CalcAnim"); \ +static_assert(offsetof(WBP_TurnStuff_C_CalcAnim, self2) == 0x000000, "Member 'WBP_TurnStuff_C_CalcAnim::self2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CalcAnim, NewParam) == 0x000008, "Member 'WBP_TurnStuff_C_CalcAnim::NewParam' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CalcAnim, CallFunc_GetRenderTransformAngle_ReturnValue) == 0x00000C, "Member 'WBP_TurnStuff_C_CalcAnim::CallFunc_GetRenderTransformAngle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CalcAnim, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000010, "Member 'WBP_TurnStuff_C_CalcAnim::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CalcAnim, CallFunc_NearlyEqual_FloatFloat_ReturnValue_1) == 0x000011, "Member 'WBP_TurnStuff_C_CalcAnim::CallFunc_NearlyEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CalcAnim, CallFunc_NearlyEqual_FloatFloat_ReturnValue_2) == 0x000012, "Member 'WBP_TurnStuff_C_CalcAnim::CallFunc_NearlyEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CalcAnim, CallFunc_NearlyEqual_FloatFloat_ReturnValue_3) == 0x000013, "Member 'WBP_TurnStuff_C_CalcAnim::CallFunc_NearlyEqual_FloatFloat_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnStuff_C_SetBoard \ +static_assert(alignof(WBP_TurnStuff_C_SetBoard) == 0x000008, "Wrong alignment on WBP_TurnStuff_C_SetBoard"); \ +static_assert(sizeof(WBP_TurnStuff_C_SetBoard) == 0x0004D0, "Wrong size on WBP_TurnStuff_C_SetBoard"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoard, Start) == 0x000000, "Member 'WBP_TurnStuff_C_SetBoard::Start' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoard, End) == 0x000010, "Member 'WBP_TurnStuff_C_SetBoard::End' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoard, Images) == 0x000020, "Member 'WBP_TurnStuff_C_SetBoard::Images' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoard, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_TurnStuff_C_SetBoard::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoard, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'WBP_TurnStuff_C_SetBoard::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoard, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'WBP_TurnStuff_C_SetBoard::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoard, Temp_int_Array_Index_Variable) == 0x00003C, "Member 'WBP_TurnStuff_C_SetBoard::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoard, Temp_int_Array_Index_Variable_1) == 0x000040, "Member 'WBP_TurnStuff_C_SetBoard::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoard, CallFunc_Array_Get_Item) == 0x000048, "Member 'WBP_TurnStuff_C_SetBoard::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoard, CallFunc_Array_Get_Item_1) == 0x000050, "Member 'WBP_TurnStuff_C_SetBoard::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoard, CallFunc_Array_Get_Item_2) == 0x000054, "Member 'WBP_TurnStuff_C_SetBoard::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoard, CallFunc_Array_Get_Item_3) == 0x000058, "Member 'WBP_TurnStuff_C_SetBoard::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoard, Temp_int_Loop_Counter_Variable_1) == 0x00005C, "Member 'WBP_TurnStuff_C_SetBoard::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoard, CallFunc_Array_Get_Item_4) == 0x000060, "Member 'WBP_TurnStuff_C_SetBoard::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoard, CallFunc_Array_Length_ReturnValue_1) == 0x000068, "Member 'WBP_TurnStuff_C_SetBoard::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoard, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'WBP_TurnStuff_C_SetBoard::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoard, CallFunc_Less_IntInt_ReturnValue_1) == 0x00006D, "Member 'WBP_TurnStuff_C_SetBoard::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoard, K2Node_MakeStruct_SlateBrush) == 0x000070, "Member 'WBP_TurnStuff_C_SetBoard::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoard, K2Node_MakeStruct_SlateBrush_1) == 0x000100, "Member 'WBP_TurnStuff_C_SetBoard::K2Node_MakeStruct_SlateBrush_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoard, K2Node_MakeStruct_SlateBrush_2) == 0x000190, "Member 'WBP_TurnStuff_C_SetBoard::K2Node_MakeStruct_SlateBrush_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoard, CallFunc_Add_IntInt_ReturnValue_1) == 0x000220, "Member 'WBP_TurnStuff_C_SetBoard::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoard, K2Node_MakeStruct_ButtonStyle) == 0x000228, "Member 'WBP_TurnStuff_C_SetBoard::K2Node_MakeStruct_ButtonStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnStuff_C_CheckCorrect \ +static_assert(alignof(WBP_TurnStuff_C_CheckCorrect) == 0x000008, "Wrong alignment on WBP_TurnStuff_C_CheckCorrect"); \ +static_assert(sizeof(WBP_TurnStuff_C_CheckCorrect) == 0x000058, "Wrong size on WBP_TurnStuff_C_CheckCorrect"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, Array) == 0x000000, "Member 'WBP_TurnStuff_C_CheckCorrect::Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_TurnStuff_C_CheckCorrect::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_TurnStuff_C_CheckCorrect::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x00001C, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_EqualEqual_FloatFloat_ReturnValue_1) == 0x00001D, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_EqualEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_EqualEqual_FloatFloat_ReturnValue_2) == 0x00001E, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_EqualEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_BooleanOR_ReturnValue) == 0x00001F, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_EqualEqual_FloatFloat_ReturnValue_3) == 0x000020, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_EqualEqual_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_BooleanOR_ReturnValue_1) == 0x000028, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, Temp_bool_True_if_break_was_hit_Variable) == 0x000029, "Member 'WBP_TurnStuff_C_CheckCorrect::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_Not_PreBool_ReturnValue) == 0x00002A, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_Array_Get_Item_1) == 0x000030, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_BooleanAND_ReturnValue) == 0x00003D, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00003E, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x00003F, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000040, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_BooleanOR_ReturnValue_2) == 0x000041, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_GetRenderTransformAngle_ReturnValue) == 0x000044, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_GetRenderTransformAngle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_EqualEqual_FloatFloat_ReturnValue_4) == 0x000048, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_EqualEqual_FloatFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_EqualEqual_FloatFloat_ReturnValue_5) == 0x000049, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_EqualEqual_FloatFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_EqualEqual_FloatFloat_ReturnValue_6) == 0x00004A, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_EqualEqual_FloatFloat_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_BooleanOR_ReturnValue_3) == 0x00004B, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_EqualEqual_FloatFloat_ReturnValue_7) == 0x00004C, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_EqualEqual_FloatFloat_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_BooleanAND_ReturnValue_1) == 0x00004D, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_BooleanOR_ReturnValue_4) == 0x00004E, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_BooleanAND_ReturnValue_2) == 0x00004F, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_BooleanAND_ReturnValue_3) == 0x000050, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_BooleanAND_ReturnValue_4) == 0x000051, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_CheckCorrect, CallFunc_EqualEqual_FloatFloat_ReturnValue_8) == 0x000052, "Member 'WBP_TurnStuff_C_CheckCorrect::CallFunc_EqualEqual_FloatFloat_ReturnValue_8' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnStuff_C_SetMarker \ +static_assert(alignof(WBP_TurnStuff_C_SetMarker) == 0x000008, "Wrong alignment on WBP_TurnStuff_C_SetMarker"); \ +static_assert(sizeof(WBP_TurnStuff_C_SetMarker) == 0x000010, "Wrong size on WBP_TurnStuff_C_SetMarker"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetMarker, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_TurnStuff_C_SetMarker::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetMarker, CallFunc_Array_Get_Item) == 0x000008, "Member 'WBP_TurnStuff_C_SetMarker::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnStuff_C_Func_0 \ +static_assert(alignof(WBP_TurnStuff_C_Func_0) == 0x000008, "Wrong alignment on WBP_TurnStuff_C_Func_0"); \ +static_assert(sizeof(WBP_TurnStuff_C_Func_0) == 0x000090, "Wrong size on WBP_TurnStuff_C_Func_0"); \ +static_assert(offsetof(WBP_TurnStuff_C_Func_0, StopFunction) == 0x000000, "Member 'WBP_TurnStuff_C_Func_0::StopFunction' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Func_0, StartFunction) == 0x000010, "Member 'WBP_TurnStuff_C_Func_0::StartFunction' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Func_0, CallFunc_K2_SetTimer_ReturnValue) == 0x000020, "Member 'WBP_TurnStuff_C_Func_0::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Func_0, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_TurnStuff_C_Func_0::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Func_0, Temp_delegate_Variable) == 0x000030, "Member 'WBP_TurnStuff_C_Func_0::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Func_0, CallFunc_Add_FloatFloat_ReturnValue) == 0x000044, "Member 'WBP_TurnStuff_C_Func_0::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Func_0, CallFunc_FromSeconds_ReturnValue) == 0x000048, "Member 'WBP_TurnStuff_C_Func_0::CallFunc_FromSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Func_0, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000050, "Member 'WBP_TurnStuff_C_Func_0::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Func_0, CallFunc_AsTimespan_Timespan_ReturnValue) == 0x000058, "Member 'WBP_TurnStuff_C_Func_0::CallFunc_AsTimespan_Timespan_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Func_0, Temp_struct_Variable) == 0x000070, "Member 'WBP_TurnStuff_C_Func_0::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Func_0, CallFunc_PostAkEvent_ReturnValue) == 0x000080, "Member 'WBP_TurnStuff_C_Func_0::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Func_0, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000084, "Member 'WBP_TurnStuff_C_Func_0::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Func_0, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000088, "Member 'WBP_TurnStuff_C_Func_0::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnStuff_C_NewRound \ +static_assert(alignof(WBP_TurnStuff_C_NewRound) == 0x000008, "Wrong alignment on WBP_TurnStuff_C_NewRound"); \ +static_assert(sizeof(WBP_TurnStuff_C_NewRound) == 0x0000B0, "Wrong size on WBP_TurnStuff_C_NewRound"); \ +static_assert(offsetof(WBP_TurnStuff_C_NewRound, CallFunc_Array_Get_Item) == 0x000000, "Member 'WBP_TurnStuff_C_NewRound::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_NewRound, CallFunc_Array_Get_Item_1) == 0x000008, "Member 'WBP_TurnStuff_C_NewRound::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_NewRound, K2Node_SwitchInteger_CmpSuccess) == 0x000038, "Member 'WBP_TurnStuff_C_NewRound::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_NewRound, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_TurnStuff_C_NewRound::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_NewRound, CallFunc_K2_SetTimer_ReturnValue) == 0x000040, "Member 'WBP_TurnStuff_C_NewRound::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_NewRound, CallFunc_Array_Get_Item_2) == 0x000048, "Member 'WBP_TurnStuff_C_NewRound::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_NewRound, CallFunc_Array_Get_Item_3) == 0x00004C, "Member 'WBP_TurnStuff_C_NewRound::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_NewRound, CallFunc_Array_Get_Item_4) == 0x000050, "Member 'WBP_TurnStuff_C_NewRound::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_NewRound, CallFunc_Array_Get_Item_5) == 0x000080, "Member 'WBP_TurnStuff_C_NewRound::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnStuff_C_ReverseAnim \ +static_assert(alignof(WBP_TurnStuff_C_ReverseAnim) == 0x000008, "Wrong alignment on WBP_TurnStuff_C_ReverseAnim"); \ +static_assert(sizeof(WBP_TurnStuff_C_ReverseAnim) == 0x000010, "Wrong size on WBP_TurnStuff_C_ReverseAnim"); \ +static_assert(offsetof(WBP_TurnStuff_C_ReverseAnim, self2) == 0x000000, "Member 'WBP_TurnStuff_C_ReverseAnim::self2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ReverseAnim, CallFunc_GetRenderTransformAngle_ReturnValue) == 0x000008, "Member 'WBP_TurnStuff_C_ReverseAnim::CallFunc_GetRenderTransformAngle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ReverseAnim, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x00000C, "Member 'WBP_TurnStuff_C_ReverseAnim::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ReverseAnim, CallFunc_NearlyEqual_FloatFloat_ReturnValue_1) == 0x00000D, "Member 'WBP_TurnStuff_C_ReverseAnim::CallFunc_NearlyEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ReverseAnim, CallFunc_NearlyEqual_FloatFloat_ReturnValue_2) == 0x00000E, "Member 'WBP_TurnStuff_C_ReverseAnim::CallFunc_NearlyEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_ReverseAnim, CallFunc_NearlyEqual_FloatFloat_ReturnValue_3) == 0x00000F, "Member 'WBP_TurnStuff_C_ReverseAnim::CallFunc_NearlyEqual_FloatFloat_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnStuff_C_SetBoardSize \ +static_assert(alignof(WBP_TurnStuff_C_SetBoardSize) == 0x000008, "Wrong alignment on WBP_TurnStuff_C_SetBoardSize"); \ +static_assert(sizeof(WBP_TurnStuff_C_SetBoardSize) == 0x000048, "Wrong size on WBP_TurnStuff_C_SetBoardSize"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoardSize, Temp_int_Variable) == 0x000000, "Member 'WBP_TurnStuff_C_SetBoardSize::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoardSize, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'WBP_TurnStuff_C_SetBoardSize::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoardSize, CallFunc_AddChildToGrid_ReturnValue) == 0x000008, "Member 'WBP_TurnStuff_C_SetBoardSize::CallFunc_AddChildToGrid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoardSize, CallFunc_Subtract_IntInt_ReturnValue) == 0x000010, "Member 'WBP_TurnStuff_C_SetBoardSize::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoardSize, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000014, "Member 'WBP_TurnStuff_C_SetBoardSize::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoardSize, Temp_int_Variable_1) == 0x000018, "Member 'WBP_TurnStuff_C_SetBoardSize::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoardSize, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x00001C, "Member 'WBP_TurnStuff_C_SetBoardSize::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoardSize, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'WBP_TurnStuff_C_SetBoardSize::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoardSize, CallFunc_Create_ReturnValue) == 0x000028, "Member 'WBP_TurnStuff_C_SetBoardSize::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoardSize, CallFunc_AddChildToGrid_ReturnValue_1) == 0x000030, "Member 'WBP_TurnStuff_C_SetBoardSize::CallFunc_AddChildToGrid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoardSize, CallFunc_Array_Add_ReturnValue) == 0x000038, "Member 'WBP_TurnStuff_C_SetBoardSize::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoardSize, CallFunc_Array_Add_ReturnValue_1) == 0x00003C, "Member 'WBP_TurnStuff_C_SetBoardSize::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetBoardSize, CallFunc_Array_Add_ReturnValue_2) == 0x000040, "Member 'WBP_TurnStuff_C_SetBoardSize::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnStuff_C_Set_Random_3x3 \ +static_assert(alignof(WBP_TurnStuff_C_Set_Random_3x3) == 0x000008, "Wrong alignment on WBP_TurnStuff_C_Set_Random_3x3"); \ +static_assert(sizeof(WBP_TurnStuff_C_Set_Random_3x3) == 0x000048, "Wrong size on WBP_TurnStuff_C_Set_Random_3x3"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_3x3, TargetArray) == 0x000000, "Member 'WBP_TurnStuff_C_Set_Random_3x3::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_3x3, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_TurnStuff_C_Set_Random_3x3::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_3x3, Temp_int_Variable) == 0x000014, "Member 'WBP_TurnStuff_C_Set_Random_3x3::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_3x3, CallFunc_Subtract_IntInt_ReturnValue) == 0x000018, "Member 'WBP_TurnStuff_C_Set_Random_3x3::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_3x3, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_TurnStuff_C_Set_Random_3x3::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_3x3, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_TurnStuff_C_Set_Random_3x3::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_3x3, CallFunc_Array_Length_ReturnValue_1) == 0x000024, "Member 'WBP_TurnStuff_C_Set_Random_3x3::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_3x3, Temp_int_Variable_1) == 0x000028, "Member 'WBP_TurnStuff_C_Set_Random_3x3::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_3x3, CallFunc_RandomInteger_ReturnValue) == 0x00002C, "Member 'WBP_TurnStuff_C_Set_Random_3x3::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_3x3, CallFunc_Array_Add_ReturnValue) == 0x000030, "Member 'WBP_TurnStuff_C_Set_Random_3x3::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_3x3, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000034, "Member 'WBP_TurnStuff_C_Set_Random_3x3::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_3x3, CallFunc_Add_IntInt_ReturnValue_1) == 0x000038, "Member 'WBP_TurnStuff_C_Set_Random_3x3::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_3x3, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00003C, "Member 'WBP_TurnStuff_C_Set_Random_3x3::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_3x3, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000040, "Member 'WBP_TurnStuff_C_Set_Random_3x3::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_3x3, CallFunc_Array_Add_ReturnValue_1) == 0x000044, "Member 'WBP_TurnStuff_C_Set_Random_3x3::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnStuff_C_Set_Random_4x4 \ +static_assert(alignof(WBP_TurnStuff_C_Set_Random_4x4) == 0x000008, "Wrong alignment on WBP_TurnStuff_C_Set_Random_4x4"); \ +static_assert(sizeof(WBP_TurnStuff_C_Set_Random_4x4) == 0x000048, "Wrong size on WBP_TurnStuff_C_Set_Random_4x4"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_4x4, TargetArray) == 0x000000, "Member 'WBP_TurnStuff_C_Set_Random_4x4::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_4x4, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_TurnStuff_C_Set_Random_4x4::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_4x4, Temp_int_Variable) == 0x000014, "Member 'WBP_TurnStuff_C_Set_Random_4x4::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_4x4, CallFunc_Subtract_IntInt_ReturnValue) == 0x000018, "Member 'WBP_TurnStuff_C_Set_Random_4x4::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_4x4, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_TurnStuff_C_Set_Random_4x4::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_4x4, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_TurnStuff_C_Set_Random_4x4::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_4x4, CallFunc_Array_Length_ReturnValue_1) == 0x000024, "Member 'WBP_TurnStuff_C_Set_Random_4x4::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_4x4, Temp_int_Variable_1) == 0x000028, "Member 'WBP_TurnStuff_C_Set_Random_4x4::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_4x4, CallFunc_RandomInteger_ReturnValue) == 0x00002C, "Member 'WBP_TurnStuff_C_Set_Random_4x4::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_4x4, CallFunc_Array_Add_ReturnValue) == 0x000030, "Member 'WBP_TurnStuff_C_Set_Random_4x4::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_4x4, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000034, "Member 'WBP_TurnStuff_C_Set_Random_4x4::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_4x4, CallFunc_Add_IntInt_ReturnValue_1) == 0x000038, "Member 'WBP_TurnStuff_C_Set_Random_4x4::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_4x4, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00003C, "Member 'WBP_TurnStuff_C_Set_Random_4x4::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_4x4, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000040, "Member 'WBP_TurnStuff_C_Set_Random_4x4::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_Set_Random_4x4, CallFunc_Array_Add_ReturnValue_1) == 0x000044, "Member 'WBP_TurnStuff_C_Set_Random_4x4::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnStuff_C_SetLevelsInHack \ +static_assert(alignof(WBP_TurnStuff_C_SetLevelsInHack) == 0x000008, "Wrong alignment on WBP_TurnStuff_C_SetLevelsInHack"); \ +static_assert(sizeof(WBP_TurnStuff_C_SetLevelsInHack) == 0x000038, "Wrong size on WBP_TurnStuff_C_SetLevelsInHack"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetLevelsInHack, Temp_int_Variable) == 0x000000, "Member 'WBP_TurnStuff_C_SetLevelsInHack::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetLevelsInHack, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'WBP_TurnStuff_C_SetLevelsInHack::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetLevelsInHack, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'WBP_TurnStuff_C_SetLevelsInHack::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetLevelsInHack, K2Node_MakeStruct_SlateChildSize) == 0x00000C, "Member 'WBP_TurnStuff_C_SetLevelsInHack::K2Node_MakeStruct_SlateChildSize' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetLevelsInHack, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000014, "Member 'WBP_TurnStuff_C_SetLevelsInHack::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetLevelsInHack, K2Node_MakeStruct_Margin) == 0x000018, "Member 'WBP_TurnStuff_C_SetLevelsInHack::K2Node_MakeStruct_Margin' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetLevelsInHack, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_TurnStuff_C_SetLevelsInHack::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetLevelsInHack, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000030, "Member 'WBP_TurnStuff_C_SetLevelsInHack::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnStuff_C_SetDifficulty \ +static_assert(alignof(WBP_TurnStuff_C_SetDifficulty) == 0x000004, "Wrong alignment on WBP_TurnStuff_C_SetDifficulty"); \ +static_assert(sizeof(WBP_TurnStuff_C_SetDifficulty) == 0x00001C, "Wrong size on WBP_TurnStuff_C_SetDifficulty"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetDifficulty, Minigame_Dif) == 0x000000, "Member 'WBP_TurnStuff_C_SetDifficulty::Minigame_Dif' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetDifficulty, Heist_Dif) == 0x000001, "Member 'WBP_TurnStuff_C_SetDifficulty::Heist_Dif' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetDifficulty, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000004, "Member 'WBP_TurnStuff_C_SetDifficulty::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetDifficulty, K2Node_SwitchInteger_CmpSuccess) == 0x000008, "Member 'WBP_TurnStuff_C_SetDifficulty::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetDifficulty, CallFunc_MakeLiteralGameplayTag_ReturnValue) == 0x00000C, "Member 'WBP_TurnStuff_C_SetDifficulty::CallFunc_MakeLiteralGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_SetDifficulty, CallFunc_HasTag_ReturnValue) == 0x000018, "Member 'WBP_TurnStuff_C_SetDifficulty::CallFunc_HasTag_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_TurnStuff_C_NewFunction_1 \ +static_assert(alignof(WBP_TurnStuff_C_NewFunction_1) == 0x000008, "Wrong alignment on WBP_TurnStuff_C_NewFunction_1"); \ +static_assert(sizeof(WBP_TurnStuff_C_NewFunction_1) == 0x000048, "Wrong size on WBP_TurnStuff_C_NewFunction_1"); \ +static_assert(offsetof(WBP_TurnStuff_C_NewFunction_1, TargetArray) == 0x000000, "Member 'WBP_TurnStuff_C_NewFunction_1::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_NewFunction_1, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_TurnStuff_C_NewFunction_1::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_NewFunction_1, Temp_int_Variable) == 0x000014, "Member 'WBP_TurnStuff_C_NewFunction_1::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_NewFunction_1, CallFunc_Subtract_IntInt_ReturnValue) == 0x000018, "Member 'WBP_TurnStuff_C_NewFunction_1::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_NewFunction_1, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_TurnStuff_C_NewFunction_1::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_NewFunction_1, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_TurnStuff_C_NewFunction_1::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_NewFunction_1, CallFunc_Array_Length_ReturnValue_1) == 0x000024, "Member 'WBP_TurnStuff_C_NewFunction_1::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_NewFunction_1, Temp_int_Variable_1) == 0x000028, "Member 'WBP_TurnStuff_C_NewFunction_1::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_NewFunction_1, CallFunc_RandomInteger_ReturnValue) == 0x00002C, "Member 'WBP_TurnStuff_C_NewFunction_1::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_NewFunction_1, CallFunc_Array_Add_ReturnValue) == 0x000030, "Member 'WBP_TurnStuff_C_NewFunction_1::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_NewFunction_1, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000034, "Member 'WBP_TurnStuff_C_NewFunction_1::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_NewFunction_1, CallFunc_Add_IntInt_ReturnValue_1) == 0x000038, "Member 'WBP_TurnStuff_C_NewFunction_1::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_NewFunction_1, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00003C, "Member 'WBP_TurnStuff_C_NewFunction_1::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_NewFunction_1, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000040, "Member 'WBP_TurnStuff_C_NewFunction_1::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_TurnStuff_C_NewFunction_1, CallFunc_Array_Add_ReturnValue_1) == 0x000044, "Member 'WBP_TurnStuff_C_NewFunction_1::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_TurnStuff_C \ +static_assert(alignof(UWBP_TurnStuff_C) == 0x000008, "Wrong alignment on UWBP_TurnStuff_C"); \ +static_assert(sizeof(UWBP_TurnStuff_C) == 0x000AB0, "Wrong size on UWBP_TurnStuff_C"); \ +static_assert(offsetof(UWBP_TurnStuff_C, UberGraphFrame) == 0x0002D0, "Member 'UWBP_TurnStuff_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, SkillLine) == 0x0002D8, "Member 'UWBP_TurnStuff_C::SkillLine' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, PortSwitch) == 0x0002E0, "Member 'UWBP_TurnStuff_C::PortSwitch' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, NewAnimation) == 0x0002E8, "Member 'UWBP_TurnStuff_C::NewAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Blink) == 0x0002F0, "Member 'UWBP_TurnStuff_C::Blink' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, NewLevel) == 0x0002F8, "Member 'UWBP_TurnStuff_C::NewLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, CoolDownTimer) == 0x000300, "Member 'UWBP_TurnStuff_C::CoolDownTimer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Cur) == 0x000308, "Member 'UWBP_TurnStuff_C::Cur' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Image_5) == 0x000310, "Member 'UWBP_TurnStuff_C::Image_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Image_7) == 0x000318, "Member 'UWBP_TurnStuff_C::Image_7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Image_8) == 0x000320, "Member 'UWBP_TurnStuff_C::Image_8' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, MarkerBorder_1) == 0x000328, "Member 'UWBP_TurnStuff_C::MarkerBorder_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, MinigamePlayArea) == 0x000330, "Member 'UWBP_TurnStuff_C::MinigamePlayArea' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, PortSwitchTimer) == 0x000338, "Member 'UWBP_TurnStuff_C::PortSwitchTimer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Progress1) == 0x000340, "Member 'UWBP_TurnStuff_C::Progress1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Progress2) == 0x000348, "Member 'UWBP_TurnStuff_C::Progress2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Progress3) == 0x000350, "Member 'UWBP_TurnStuff_C::Progress3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Progress4) == 0x000358, "Member 'UWBP_TurnStuff_C::Progress4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Progress5) == 0x000360, "Member 'UWBP_TurnStuff_C::Progress5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, ProgressBar_130) == 0x000368, "Member 'UWBP_TurnStuff_C::ProgressBar_130' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, ProgressBarTimer) == 0x000370, "Member 'UWBP_TurnStuff_C::ProgressBarTimer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, ProgressBox) == 0x000378, "Member 'UWBP_TurnStuff_C::ProgressBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, ProgressLost) == 0x000380, "Member 'UWBP_TurnStuff_C::ProgressLost' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Shutdown) == 0x000388, "Member 'UWBP_TurnStuff_C::Shutdown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, SwitchingPOrt) == 0x000390, "Member 'UWBP_TurnStuff_C::SwitchingPOrt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, TextBlock_2) == 0x000398, "Member 'UWBP_TurnStuff_C::TextBlock_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, TextBlock_1228) == 0x0003A0, "Member 'UWBP_TurnStuff_C::TextBlock_1228' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, TIMER) == 0x0003A8, "Member 'UWBP_TurnStuff_C::TIMER' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, TotNum) == 0x0003B0, "Member 'UWBP_TurnStuff_C::TotNum' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Wait_1) == 0x0003B8, "Member 'UWBP_TurnStuff_C::Wait_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Button_Array) == 0x0003C0, "Member 'UWBP_TurnStuff_C::Button_Array' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, End_Start_Map) == 0x0003D0, "Member 'UWBP_TurnStuff_C::End_Start_Map' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, GridIndex) == 0x000420, "Member 'UWBP_TurnStuff_C::GridIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Match) == 0x000424, "Member 'UWBP_TurnStuff_C::Match' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, LastIndex) == 0x000428, "Member 'UWBP_TurnStuff_C::LastIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Start_at_Time) == 0x00042C, "Member 'UWBP_TurnStuff_C::Start_at_Time' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, End_at_Time) == 0x000430, "Member 'UWBP_TurnStuff_C::End_at_Time' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, EndAngle) == 0x000434, "Member 'UWBP_TurnStuff_C::EndAngle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Rotating) == 0x000438, "Member 'UWBP_TurnStuff_C::Rotating' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Complete) == 0x000439, "Member 'UWBP_TurnStuff_C::Complete' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, CountdownTimer) == 0x00043C, "Member 'UWBP_TurnStuff_C::CountdownTimer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, AllMinigames_3x3) == 0x000440, "Member 'UWBP_TurnStuff_C::AllMinigames_3x3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Threex3_Struct_Array) == 0x000620, "Member 'UWBP_TurnStuff_C::Threex3_Struct_Array' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, CoolDownBlocker) == 0x000630, "Member 'UWBP_TurnStuff_C::CoolDownBlocker' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, TimeBeforeSwitch) == 0x000634, "Member 'UWBP_TurnStuff_C::TimeBeforeSwitch' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, TimeCooldown) == 0x000638, "Member 'UWBP_TurnStuff_C::TimeCooldown' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, RoundCompleteAddition) == 0x00063C, "Member 'UWBP_TurnStuff_C::RoundCompleteAddition' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, CountdownLockOut) == 0x000640, "Member 'UWBP_TurnStuff_C::CountdownLockOut' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, RandomArrayInt) == 0x000648, "Member 'UWBP_TurnStuff_C::RandomArrayInt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, New) == 0x000658, "Member 'UWBP_TurnStuff_C::New' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Old) == 0x00065C, "Member 'UWBP_TurnStuff_C::Old' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Current) == 0x000660, "Member 'UWBP_TurnStuff_C::Current' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, ProgressChunks) == 0x000668, "Member 'UWBP_TurnStuff_C::ProgressChunks' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, ClockArray) == 0x000678, "Member 'UWBP_TurnStuff_C::ClockArray' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, GridRefs) == 0x000688, "Member 'UWBP_TurnStuff_C::GridRefs' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Widget_ref) == 0x000698, "Member 'UWBP_TurnStuff_C::Widget_ref' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Length_X_Length) == 0x0006A8, "Member 'UWBP_TurnStuff_C::Length_X_Length' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, AllMinigames_4x4) == 0x0006B0, "Member 'UWBP_TurnStuff_C::AllMinigames_4x4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Fourx4_Struct_Array) == 0x000890, "Member 'UWBP_TurnStuff_C::Fourx4_Struct_Array' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, NewVar_0) == 0x0008A0, "Member 'UWBP_TurnStuff_C::NewVar_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, NumberOfLevelsInHack) == 0x0008A8, "Member 'UWBP_TurnStuff_C::NumberOfLevelsInHack' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Temp4x4) == 0x0008B0, "Member 'UWBP_TurnStuff_C::Temp4x4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Temp3x3) == 0x0008C0, "Member 'UWBP_TurnStuff_C::Temp3x3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, NewVar_1) == 0x0008D0, "Member 'UWBP_TurnStuff_C::NewVar_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, RandomNumPickArray) == 0x0008D8, "Member 'UWBP_TurnStuff_C::RandomNumPickArray' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, NewVar_2) == 0x0008E8, "Member 'UWBP_TurnStuff_C::NewVar_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, AllMinigames_2x2) == 0x0008F0, "Member 'UWBP_TurnStuff_C::AllMinigames_2x2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Twox2StructArray) == 0x000A10, "Member 'UWBP_TurnStuff_C::Twox2StructArray' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, InteractedNums) == 0x000A20, "Member 'UWBP_TurnStuff_C::InteractedNums' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, OldGridIndex) == 0x000A30, "Member 'UWBP_TurnStuff_C::OldGridIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, NewVar_3) == 0x000A38, "Member 'UWBP_TurnStuff_C::NewVar_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Last_Index) == 0x000A88, "Member 'UWBP_TurnStuff_C::Last_Index' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Result) == 0x000A90, "Member 'UWBP_TurnStuff_C::Result' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, LoopIndex) == 0x000A98, "Member 'UWBP_TurnStuff_C::LoopIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, TimerSkill) == 0x000A9C, "Member 'UWBP_TurnStuff_C::TimerSkill' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, TimerHandle1) == 0x000AA0, "Member 'UWBP_TurnStuff_C::TimerHandle1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_TurnStuff_C, Ak_Component) == 0x000AA8, "Member 'UWBP_TurnStuff_C::Ak_Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PlayerLabel_C_ExecuteUbergraph_WBP_UI_Widget_PlayerLabel \ +static_assert(alignof(WBP_UI_Widget_PlayerLabel_C_ExecuteUbergraph_WBP_UI_Widget_PlayerLabel) == 0x000004, "Wrong alignment on WBP_UI_Widget_PlayerLabel_C_ExecuteUbergraph_WBP_UI_Widget_PlayerLabel"); \ +static_assert(sizeof(WBP_UI_Widget_PlayerLabel_C_ExecuteUbergraph_WBP_UI_Widget_PlayerLabel) == 0x000008, "Wrong size on WBP_UI_Widget_PlayerLabel_C_ExecuteUbergraph_WBP_UI_Widget_PlayerLabel"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerLabel_C_ExecuteUbergraph_WBP_UI_Widget_PlayerLabel, EntryPoint) == 0x000000, "Member 'WBP_UI_Widget_PlayerLabel_C_ExecuteUbergraph_WBP_UI_Widget_PlayerLabel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerLabel_C_ExecuteUbergraph_WBP_UI_Widget_PlayerLabel, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_UI_Widget_PlayerLabel_C_ExecuteUbergraph_WBP_UI_Widget_PlayerLabel::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UI_Widget_PlayerLabel_C_PreConstruct \ +static_assert(alignof(WBP_UI_Widget_PlayerLabel_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_UI_Widget_PlayerLabel_C_PreConstruct"); \ +static_assert(sizeof(WBP_UI_Widget_PlayerLabel_C_PreConstruct) == 0x000001, "Wrong size on WBP_UI_Widget_PlayerLabel_C_PreConstruct"); \ +static_assert(offsetof(WBP_UI_Widget_PlayerLabel_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_UI_Widget_PlayerLabel_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UI_Widget_PlayerLabel_C \ +static_assert(alignof(UWBP_UI_Widget_PlayerLabel_C) == 0x000008, "Wrong alignment on UWBP_UI_Widget_PlayerLabel_C"); \ +static_assert(sizeof(UWBP_UI_Widget_PlayerLabel_C) == 0x0002D8, "Wrong size on UWBP_UI_Widget_PlayerLabel_C"); \ +static_assert(offsetof(UWBP_UI_Widget_PlayerLabel_C, UberGraphFrame) == 0x0002D0, "Member 'UWBP_UI_Widget_PlayerLabel_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ZiplineMotor_Player_FP_C \ +static_assert(alignof(ABP_ZiplineMotor_Player_FP_C) == 0x000010, "Wrong alignment on ABP_ZiplineMotor_Player_FP_C"); \ +static_assert(sizeof(ABP_ZiplineMotor_Player_FP_C) == 0x000330, "Wrong size on ABP_ZiplineMotor_Player_FP_C"); \ +static_assert(offsetof(ABP_ZiplineMotor_Player_FP_C, StaticMesh) == 0x000320, "Member 'ABP_ZiplineMotor_Player_FP_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Slide_Feedback_C \ +static_assert(alignof(UBP_Slide_Feedback_C) == 0x000008, "Wrong alignment on UBP_Slide_Feedback_C"); \ +static_assert(sizeof(UBP_Slide_Feedback_C) == 0x000308, "Wrong size on UBP_Slide_Feedback_C"); \ + +#define DUMPER7_ASSERTS_UBP_LandFeedback_C \ +static_assert(alignof(UBP_LandFeedback_C) == 0x000008, "Wrong alignment on UBP_LandFeedback_C"); \ +static_assert(sizeof(UBP_LandFeedback_C) == 0x000308, "Wrong size on UBP_LandFeedback_C"); \ + +#define DUMPER7_ASSERTS_UBP_JumpFeedback_C \ +static_assert(alignof(UBP_JumpFeedback_C) == 0x000008, "Wrong alignment on UBP_JumpFeedback_C"); \ +static_assert(sizeof(UBP_JumpFeedback_C) == 0x000308, "Wrong size on UBP_JumpFeedback_C"); \ + +#define DUMPER7_ASSERTS_UBP_HumanShield_Feedback_C \ +static_assert(alignof(UBP_HumanShield_Feedback_C) == 0x000008, "Wrong alignment on UBP_HumanShield_Feedback_C"); \ +static_assert(sizeof(UBP_HumanShield_Feedback_C) == 0x000308, "Wrong size on UBP_HumanShield_Feedback_C"); \ + +#define DUMPER7_ASSERTS_UBP_HealthDamageFeedback_C \ +static_assert(alignof(UBP_HealthDamageFeedback_C) == 0x000008, "Wrong alignment on UBP_HealthDamageFeedback_C"); \ +static_assert(sizeof(UBP_HealthDamageFeedback_C) == 0x000308, "Wrong size on UBP_HealthDamageFeedback_C"); \ + +#define DUMPER7_ASSERTS_UBP_SubduedDamageCameraFeedback_C \ +static_assert(alignof(UBP_SubduedDamageCameraFeedback_C) == 0x000008, "Wrong alignment on UBP_SubduedDamageCameraFeedback_C"); \ +static_assert(sizeof(UBP_SubduedDamageCameraFeedback_C) == 0x000308, "Wrong size on UBP_SubduedDamageCameraFeedback_C"); \ + +#define DUMPER7_ASSERTS_UBP_DefeatFeedback_C \ +static_assert(alignof(UBP_DefeatFeedback_C) == 0x000008, "Wrong alignment on UBP_DefeatFeedback_C"); \ +static_assert(sizeof(UBP_DefeatFeedback_C) == 0x000308, "Wrong size on UBP_DefeatFeedback_C"); \ + +#define DUMPER7_ASSERTS_UBP_HeightTransitionCameraModifier_C \ +static_assert(alignof(UBP_HeightTransitionCameraModifier_C) == 0x000008, "Wrong alignment on UBP_HeightTransitionCameraModifier_C"); \ +static_assert(sizeof(UBP_HeightTransitionCameraModifier_C) == 0x0000F0, "Wrong size on UBP_HeightTransitionCameraModifier_C"); \ + +#define DUMPER7_ASSERTS_UBP_FloorHeightCameraSmootherModifier_C \ +static_assert(alignof(UBP_FloorHeightCameraSmootherModifier_C) == 0x000008, "Wrong alignment on UBP_FloorHeightCameraSmootherModifier_C"); \ +static_assert(sizeof(UBP_FloorHeightCameraSmootherModifier_C) == 0x000070, "Wrong size on UBP_FloorHeightCameraSmootherModifier_C"); \ + +#define DUMPER7_ASSERTS_ABP_Whizzby_C \ +static_assert(alignof(ABP_Whizzby_C) == 0x000008, "Wrong alignment on ABP_Whizzby_C"); \ +static_assert(sizeof(ABP_Whizzby_C) == 0x0002C0, "Wrong size on ABP_Whizzby_C"); \ +static_assert(offsetof(ABP_Whizzby_C, Sphere) == 0x0002B8, "Member 'ABP_Whizzby_C::Sphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABPL_Strip_Square_C \ +static_assert(alignof(ABPL_Strip_Square_C) == 0x000008, "Wrong alignment on ABPL_Strip_Square_C"); \ +static_assert(sizeof(ABPL_Strip_Square_C) == 0x0002E8, "Wrong size on ABPL_Strip_Square_C"); \ +static_assert(offsetof(ABPL_Strip_Square_C, SmoothAmbiant) == 0x0002A8, "Member 'ABPL_Strip_Square_C::SmoothAmbiant' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Strip_Square_C, RectLight__2) == 0x0002B0, "Member 'ABPL_Strip_Square_C::RectLight__2' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Strip_Square_C, RectLight_1) == 0x0002B8, "Member 'ABPL_Strip_Square_C::RectLight_1' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Strip_Square_C, LGT_DeskLamp_0_4) == 0x0002C0, "Member 'ABPL_Strip_Square_C::LGT_DeskLamp_0_4' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Strip_Square_C, LGT_DeskLamp_0__4) == 0x0002C8, "Member 'ABPL_Strip_Square_C::LGT_DeskLamp_0__4' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Strip_Square_C, LGT_DeskLamp_0_3) == 0x0002D0, "Member 'ABPL_Strip_Square_C::LGT_DeskLamp_0_3' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Strip_Square_C, LGT_DeskLamp_02) == 0x0002D8, "Member 'ABPL_Strip_Square_C::LGT_DeskLamp_02' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Strip_Square_C, DefaultSceneRoot) == 0x0002E0, "Member 'ABPL_Strip_Square_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AdaptiveChunkReplenishFeedback_C \ +static_assert(alignof(UBP_AdaptiveChunkReplenishFeedback_C) == 0x000008, "Wrong alignment on UBP_AdaptiveChunkReplenishFeedback_C"); \ +static_assert(sizeof(UBP_AdaptiveChunkReplenishFeedback_C) == 0x000308, "Wrong size on UBP_AdaptiveChunkReplenishFeedback_C"); \ + +#define DUMPER7_ASSERTS_UBP_NormalChunkDepletedFeedback_C \ +static_assert(alignof(UBP_NormalChunkDepletedFeedback_C) == 0x000008, "Wrong alignment on UBP_NormalChunkDepletedFeedback_C"); \ +static_assert(sizeof(UBP_NormalChunkDepletedFeedback_C) == 0x000308, "Wrong size on UBP_NormalChunkDepletedFeedback_C"); \ + +#define DUMPER7_ASSERTS_UBP_BP_Overskill_DamageFeedback_C \ +static_assert(alignof(UBP_BP_Overskill_DamageFeedback_C) == 0x000008, "Wrong alignment on UBP_BP_Overskill_DamageFeedback_C"); \ +static_assert(sizeof(UBP_BP_Overskill_DamageFeedback_C) == 0x000308, "Wrong size on UBP_BP_Overskill_DamageFeedback_C"); \ + +#define DUMPER7_ASSERTS_UBP_ShieldLightFeedback_C \ +static_assert(alignof(UBP_ShieldLightFeedback_C) == 0x000008, "Wrong alignment on UBP_ShieldLightFeedback_C"); \ +static_assert(sizeof(UBP_ShieldLightFeedback_C) == 0x000308, "Wrong size on UBP_ShieldLightFeedback_C"); \ + +#define DUMPER7_ASSERTS_ABP_CutingModule_C \ +static_assert(alignof(ABP_CutingModule_C) == 0x000008, "Wrong alignment on ABP_CutingModule_C"); \ +static_assert(sizeof(ABP_CutingModule_C) == 0x000358, "Wrong size on ABP_CutingModule_C"); \ + +#define DUMPER7_ASSERTS_UBP_OverhealRestoredFeedback_C \ +static_assert(alignof(UBP_OverhealRestoredFeedback_C) == 0x000008, "Wrong alignment on UBP_OverhealRestoredFeedback_C"); \ +static_assert(sizeof(UBP_OverhealRestoredFeedback_C) == 0x000308, "Wrong size on UBP_OverhealRestoredFeedback_C"); \ + +#define DUMPER7_ASSERTS_ABP_Plate_01_BowlStack_SmallDestruction_C \ +static_assert(alignof(ABP_Plate_01_BowlStack_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_Plate_01_BowlStack_SmallDestruction_C"); \ +static_assert(sizeof(ABP_Plate_01_BowlStack_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_Plate_01_BowlStack_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_UBP_OverhealGainedFeedback_C \ +static_assert(alignof(UBP_OverhealGainedFeedback_C) == 0x000008, "Wrong alignment on UBP_OverhealGainedFeedback_C"); \ +static_assert(sizeof(UBP_OverhealGainedFeedback_C) == 0x000308, "Wrong size on UBP_OverhealGainedFeedback_C"); \ + +#define DUMPER7_ASSERTS_UBP_OverhealDamageFeedback_C \ +static_assert(alignof(UBP_OverhealDamageFeedback_C) == 0x000008, "Wrong alignment on UBP_OverhealDamageFeedback_C"); \ +static_assert(sizeof(UBP_OverhealDamageFeedback_C) == 0x000308, "Wrong size on UBP_OverhealDamageFeedback_C"); \ + +#define DUMPER7_ASSERTS_UBP_AdaptableArmorDamageFeedback_C \ +static_assert(alignof(UBP_AdaptableArmorDamageFeedback_C) == 0x000008, "Wrong alignment on UBP_AdaptableArmorDamageFeedback_C"); \ +static_assert(sizeof(UBP_AdaptableArmorDamageFeedback_C) == 0x000308, "Wrong size on UBP_AdaptableArmorDamageFeedback_C"); \ + +#define DUMPER7_ASSERTS_ABP_FPPlayerBase_C_ExecuteUbergraph_ABP_FPPlayerBase \ +static_assert(alignof(ABP_FPPlayerBase_C_ExecuteUbergraph_ABP_FPPlayerBase) == 0x000004, "Wrong alignment on ABP_FPPlayerBase_C_ExecuteUbergraph_ABP_FPPlayerBase"); \ +static_assert(sizeof(ABP_FPPlayerBase_C_ExecuteUbergraph_ABP_FPPlayerBase) == 0x000004, "Wrong size on ABP_FPPlayerBase_C_ExecuteUbergraph_ABP_FPPlayerBase"); \ +static_assert(offsetof(ABP_FPPlayerBase_C_ExecuteUbergraph_ABP_FPPlayerBase, EntryPoint) == 0x000000, "Member 'ABP_FPPlayerBase_C_ExecuteUbergraph_ABP_FPPlayerBase::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FPPlayerBase_C_AnimGraph \ +static_assert(alignof(ABP_FPPlayerBase_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_FPPlayerBase_C_AnimGraph"); \ +static_assert(sizeof(ABP_FPPlayerBase_C_AnimGraph) == 0x000010, "Wrong size on ABP_FPPlayerBase_C_AnimGraph"); \ +static_assert(offsetof(ABP_FPPlayerBase_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_FPPlayerBase_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_FPPlayerBase_C \ +static_assert(alignof(UABP_FPPlayerBase_C) == 0x000010, "Wrong alignment on UABP_FPPlayerBase_C"); \ +static_assert(sizeof(UABP_FPPlayerBase_C) == 0x0038F0, "Wrong size on UABP_FPPlayerBase_C"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, UberGraphFrame) == 0x000500, "Member 'UABP_FPPlayerBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_Root) == 0x000508, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_TransitionResult_1) == 0x000550, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_TransitionResult) == 0x000588, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, SBZAnimGraphNode_ApplyAdditiveLayeredOneBone_1) == 0x0005C0, "Member 'UABP_FPPlayerBase_C::SBZAnimGraphNode_ApplyAdditiveLayeredOneBone_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_BlendListByBool_2) == 0x0006C0, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_BlendListByBool_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_5) == 0x000770, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_BlendListByBool_1) == 0x000870, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_SequencePlayer_10) == 0x000920, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_4) == 0x0009F0, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_SequencePlayer_9) == 0x000AF0, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_StateResult_1) == 0x000BC0, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_BlendListByEnum_1) == 0x000C08, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_BlendListByEnum_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_SequencePlayer_8) == 0x000CC8, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_3) == 0x000D98, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_2) == 0x000E98, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_BlendListByEnum) == 0x000F98, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_BlendSpacePlayer_1) == 0x001058, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_SequencePlayer_7) == 0x001158, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_BlendListByBool) == 0x001228, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_SequencePlayer_6) == 0x0012D8, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, SBZAnimGraphNode_ApplyAdditiveLayeredOneBone) == 0x0013A8, "Member 'UABP_FPPlayerBase_C::SBZAnimGraphNode_ApplyAdditiveLayeredOneBone' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_BlendSpacePlayer) == 0x0014A8, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_SequencePlayer_5) == 0x0015A8, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_StateResult) == 0x001678, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_StateMachine) == 0x0016C0, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_TwoBoneIK_1) == 0x001780, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_TwoBoneIK_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_LocalToComponentSpace) == 0x0019C0, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_ComponentToLocalSpace) == 0x0019F0, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_TwoBoneIK) == 0x001A20, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_TwoBoneIK' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_Slot_2) == 0x001C60, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_Slot_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_ModifyBone_3) == 0x001CC0, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_ModifyBone_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_ModifyBone_2) == 0x001DF8, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_ModifyBone_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_LayeredBoneBlend_4) == 0x001F30, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_LayeredBoneBlend_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_SaveCachedPose_1) == 0x002018, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_UseCachedPose_3) == 0x002180, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_Slot_1) == 0x0021C0, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_UseCachedPose_2) == 0x002220, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_TwoWayBlend_2) == 0x002260, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_TwoWayBlend_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_Slot) == 0x002338, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_Inertialization_1) == 0x002398, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_Inertialization_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_ModifyBone_1) == 0x002418, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_ModifyBone_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_UseCachedPose_1) == 0x002550, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_LayeredBoneBlend_3) == 0x002590, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_LayeredBoneBlend_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_LayeredBoneBlend_2) == 0x002678, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_LayeredBoneBlend_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_SequencePlayer_4) == 0x002760, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_SequencePlayer_3) == 0x002830, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_UseCachedPose) == 0x002900, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_ApplyAdditive_2) == 0x002940, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_ApplyAdditive_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_SequencePlayer_2) == 0x002A28, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_ModifyBone) == 0x002AF8, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_Inertialization) == 0x002C30, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_Inertialization' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_LayeredBoneBlend_1) == 0x002CB0, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_LayeredBoneBlend_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_SequencePlayer_1) == 0x002D98, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_ApplyAdditive_1) == 0x002E68, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_ApplyAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_TwoWayBlend_1) == 0x002F50, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_TwoWayBlend_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_LayeredBoneBlend) == 0x003028, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_SequencePlayer) == 0x003110, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_ApplyAdditive) == 0x0031E0, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_TwoWayBlend) == 0x0032C8, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_TwoWayBlend' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_ControlRig) == 0x0033A0, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_ControlRig' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, AnimGraphNode_SaveCachedPose) == 0x003720, "Member 'UABP_FPPlayerBase_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, __CustomProperty_WallReactionData_813E02344D30983C0017D8A775E90102) == 0x003888, "Member 'UABP_FPPlayerBase_C::__CustomProperty_WallReactionData_813E02344D30983C0017D8A775E90102' has a wrong offset!"); \ +static_assert(offsetof(UABP_FPPlayerBase_C, __CustomProperty_TankingData_813E02344D30983C0017D8A775E90102) == 0x0038C8, "Member 'UABP_FPPlayerBase_C::__CustomProperty_TankingData_813E02344D30983C0017D8A775E90102' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUTD_Arrest_C \ +static_assert(alignof(UUTD_Arrest_C) == 0x000008, "Wrong alignment on UUTD_Arrest_C"); \ +static_assert(sizeof(UUTD_Arrest_C) == 0x0000B0, "Wrong size on UUTD_Arrest_C"); \ + +#define DUMPER7_ASSERTS_ABP_LGT_SpotEmbedded_No_IES_C \ +static_assert(alignof(ABP_LGT_SpotEmbedded_No_IES_C) == 0x000010, "Wrong alignment on ABP_LGT_SpotEmbedded_No_IES_C"); \ +static_assert(sizeof(ABP_LGT_SpotEmbedded_No_IES_C) == 0x000350, "Wrong size on ABP_LGT_SpotEmbedded_No_IES_C"); \ +static_assert(offsetof(ABP_LGT_SpotEmbedded_No_IES_C, SpotLight) == 0x000340, "Member 'ABP_LGT_SpotEmbedded_No_IES_C::SpotLight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUTD_Escort_C \ +static_assert(alignof(UUTD_Escort_C) == 0x000008, "Wrong alignment on UUTD_Escort_C"); \ +static_assert(sizeof(UUTD_Escort_C) == 0x000190, "Wrong size on UUTD_Escort_C"); \ + +#define DUMPER7_ASSERTS_UNQF_Escort_Pickup_C \ +static_assert(alignof(UNQF_Escort_Pickup_C) == 0x000008, "Wrong alignment on UNQF_Escort_Pickup_C"); \ +static_assert(sizeof(UNQF_Escort_Pickup_C) == 0x000050, "Wrong size on UNQF_Escort_Pickup_C"); \ + +#define DUMPER7_ASSERTS_UNQF_Escort_EQS_GoToPoint_C \ +static_assert(alignof(UNQF_Escort_EQS_GoToPoint_C) == 0x000008, "Wrong alignment on UNQF_Escort_EQS_GoToPoint_C"); \ +static_assert(sizeof(UNQF_Escort_EQS_GoToPoint_C) == 0x000050, "Wrong size on UNQF_Escort_EQS_GoToPoint_C"); \ + +#define DUMPER7_ASSERTS_ABP_WheeledVehicle_Base_C \ +static_assert(alignof(ABP_WheeledVehicle_Base_C) == 0x000010, "Wrong alignment on ABP_WheeledVehicle_Base_C"); \ +static_assert(sizeof(ABP_WheeledVehicle_Base_C) == 0x000720, "Wrong size on ABP_WheeledVehicle_Base_C"); \ +static_assert(offsetof(ABP_WheeledVehicle_Base_C, AO_Decal) == 0x000710, "Member 'ABP_WheeledVehicle_Base_C::AO_Decal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USedanFrontWheel_C \ +static_assert(alignof(USedanFrontWheel_C) == 0x000008, "Wrong alignment on USedanFrontWheel_C"); \ +static_assert(sizeof(USedanFrontWheel_C) == 0x000100, "Wrong size on USedanFrontWheel_C"); \ + +#define DUMPER7_ASSERTS_UArmoredVehicle62BackWheel_C \ +static_assert(alignof(UArmoredVehicle62BackWheel_C) == 0x000008, "Wrong alignment on UArmoredVehicle62BackWheel_C"); \ +static_assert(sizeof(UArmoredVehicle62BackWheel_C) == 0x000100, "Wrong size on UArmoredVehicle62BackWheel_C"); \ + +#define DUMPER7_ASSERTS_ABP_Toiletry_01_A_SmallDestruction_C \ +static_assert(alignof(ABP_Toiletry_01_A_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_Toiletry_01_A_SmallDestruction_C"); \ +static_assert(sizeof(ABP_Toiletry_01_A_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_Toiletry_01_A_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_UBP_Order_GoToDespawn_C \ +static_assert(alignof(UBP_Order_GoToDespawn_C) == 0x000008, "Wrong alignment on UBP_Order_GoToDespawn_C"); \ +static_assert(sizeof(UBP_Order_GoToDespawn_C) == 0x000130, "Wrong size on UBP_Order_GoToDespawn_C"); \ + +#define DUMPER7_ASSERTS_BP_InteractableBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoubleDoor \ +static_assert(alignof(BP_InteractableBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoubleDoor) == 0x000004, "Wrong alignment on BP_InteractableBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoubleDoor"); \ +static_assert(sizeof(BP_InteractableBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoubleDoor) == 0x00000C, "Wrong size on BP_InteractableBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoubleDoor"); \ +static_assert(offsetof(BP_InteractableBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoubleDoor, EntryPoint) == 0x000000, "Member 'BP_InteractableBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoubleDoor::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoubleDoor, Temp_bool_Variable) == 0x000004, "Member 'BP_InteractableBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoubleDoor::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoubleDoor, Temp_byte_Variable) == 0x000005, "Member 'BP_InteractableBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoubleDoor::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoubleDoor, Temp_byte_Variable_1) == 0x000006, "Member 'BP_InteractableBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoubleDoor::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoubleDoor, K2Node_Event_breached) == 0x000007, "Member 'BP_InteractableBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoubleDoor::K2Node_Event_breached' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoubleDoor, K2Node_Select_Default) == 0x000008, "Member 'BP_InteractableBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoubleDoor::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoubleDoor, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'BP_InteractableBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoubleDoor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoubleDoor, CallFunc_IsValid_ReturnValue_1) == 0x00000A, "Member 'BP_InteractableBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoubleDoor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoubleDoor, CallFunc_BooleanAND_ReturnValue) == 0x00000B, "Member 'BP_InteractableBreachableDoubleDoor_C_ExecuteUbergraph_BP_InteractableBreachableDoubleDoor::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractableBreachableDoubleDoor_C_setBreachedMeshVisibility \ +static_assert(alignof(BP_InteractableBreachableDoubleDoor_C_setBreachedMeshVisibility) == 0x000001, "Wrong alignment on BP_InteractableBreachableDoubleDoor_C_setBreachedMeshVisibility"); \ +static_assert(sizeof(BP_InteractableBreachableDoubleDoor_C_setBreachedMeshVisibility) == 0x000001, "Wrong size on BP_InteractableBreachableDoubleDoor_C_setBreachedMeshVisibility"); \ +static_assert(offsetof(BP_InteractableBreachableDoubleDoor_C_setBreachedMeshVisibility, breached) == 0x000000, "Member 'BP_InteractableBreachableDoubleDoor_C_setBreachedMeshVisibility::breached' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InteractableBreachableDoubleDoor_C \ +static_assert(alignof(ABP_InteractableBreachableDoubleDoor_C) == 0x000008, "Wrong alignment on ABP_InteractableBreachableDoubleDoor_C"); \ +static_assert(sizeof(ABP_InteractableBreachableDoubleDoor_C) == 0x0006E8, "Wrong size on ABP_InteractableBreachableDoubleDoor_C"); \ +static_assert(offsetof(ABP_InteractableBreachableDoubleDoor_C, UberGraphFrame_BP_InteractableBreachableDoubleDoor_C) == 0x0006C8, "Member 'ABP_InteractableBreachableDoubleDoor_C::UberGraphFrame_BP_InteractableBreachableDoubleDoor_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableBreachableDoubleDoor_C, BreachBox_A) == 0x0006D0, "Member 'ABP_InteractableBreachableDoubleDoor_C::BreachBox_A' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableBreachableDoubleDoor_C, BreachBox_B) == 0x0006D8, "Member 'ABP_InteractableBreachableDoubleDoor_C::BreachBox_B' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableBreachableDoubleDoor_C, SBZPropDamage) == 0x0006E0, "Member 'ABP_InteractableBreachableDoubleDoor_C::SBZPropDamage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FanTower_01_SmallDestruction_C_BndEvt__BP_FanTower_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BP_FanTower_01_SmallDestruction_C_BndEvt__BP_FanTower_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BP_FanTower_01_SmallDestruction_C_BndEvt__BP_FanTower_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BP_FanTower_01_SmallDestruction_C_BndEvt__BP_FanTower_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BP_FanTower_01_SmallDestruction_C_BndEvt__BP_FanTower_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BP_FanTower_01_SmallDestruction_C_BndEvt__BP_FanTower_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BP_FanTower_01_SmallDestruction_C_BndEvt__BP_FanTower_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_FanTower_01_SmallDestruction_C_BndEvt__BP_FanTower_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BP_FanTower_01_SmallDestruction_C_BndEvt__BP_FanTower_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FanTower_01_SmallDestruction_C_ExecuteUbergraph_BP_FanTower_01_SmallDestruction \ +static_assert(alignof(BP_FanTower_01_SmallDestruction_C_ExecuteUbergraph_BP_FanTower_01_SmallDestruction) == 0x000010, "Wrong alignment on BP_FanTower_01_SmallDestruction_C_ExecuteUbergraph_BP_FanTower_01_SmallDestruction"); \ +static_assert(sizeof(BP_FanTower_01_SmallDestruction_C_ExecuteUbergraph_BP_FanTower_01_SmallDestruction) == 0x000090, "Wrong size on BP_FanTower_01_SmallDestruction_C_ExecuteUbergraph_BP_FanTower_01_SmallDestruction"); \ +static_assert(offsetof(BP_FanTower_01_SmallDestruction_C_ExecuteUbergraph_BP_FanTower_01_SmallDestruction, EntryPoint) == 0x000000, "Member 'BP_FanTower_01_SmallDestruction_C_ExecuteUbergraph_BP_FanTower_01_SmallDestruction::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FanTower_01_SmallDestruction_C_ExecuteUbergraph_BP_FanTower_01_SmallDestruction, CallFunc_IsDedicatedServer_ReturnValue) == 0x000004, "Member 'BP_FanTower_01_SmallDestruction_C_ExecuteUbergraph_BP_FanTower_01_SmallDestruction::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FanTower_01_SmallDestruction_C_ExecuteUbergraph_BP_FanTower_01_SmallDestruction, K2Node_ComponentBoundEvent_Type) == 0x000005, "Member 'BP_FanTower_01_SmallDestruction_C_ExecuteUbergraph_BP_FanTower_01_SmallDestruction::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_FanTower_01_SmallDestruction_C_ExecuteUbergraph_BP_FanTower_01_SmallDestruction, K2Node_ComponentBoundEvent_HitContext) == 0x000008, "Member 'BP_FanTower_01_SmallDestruction_C_ExecuteUbergraph_BP_FanTower_01_SmallDestruction::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FanTower_01_SmallDestruction_C_ExecuteUbergraph_BP_FanTower_01_SmallDestruction, CallFunc_GetTransform_ReturnValue) == 0x000040, "Member 'BP_FanTower_01_SmallDestruction_C_ExecuteUbergraph_BP_FanTower_01_SmallDestruction::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FanTower_01_SmallDestruction_C_ExecuteUbergraph_BP_FanTower_01_SmallDestruction, CallFunc_TransformLocation_ReturnValue) == 0x000070, "Member 'BP_FanTower_01_SmallDestruction_C_ExecuteUbergraph_BP_FanTower_01_SmallDestruction::CallFunc_TransformLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FanTower_01_SmallDestruction_C_ExecuteUbergraph_BP_FanTower_01_SmallDestruction, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000080, "Member 'BP_FanTower_01_SmallDestruction_C_ExecuteUbergraph_BP_FanTower_01_SmallDestruction::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FanTower_01_SmallDestruction_C \ +static_assert(alignof(ABP_FanTower_01_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_FanTower_01_SmallDestruction_C"); \ +static_assert(sizeof(ABP_FanTower_01_SmallDestruction_C) == 0x0002F0, "Wrong size on ABP_FanTower_01_SmallDestruction_C"); \ +static_assert(offsetof(ABP_FanTower_01_SmallDestruction_C, UberGraphFrame_BP_FanTower_01_SmallDestruction_C) == 0x0002E0, "Member 'ABP_FanTower_01_SmallDestruction_C::UberGraphFrame_BP_FanTower_01_SmallDestruction_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_FanTower_01_SmallDestruction_C, SBZCosmeticDestruction) == 0x0002E8, "Member 'ABP_FanTower_01_SmallDestruction_C::SBZCosmeticDestruction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACH_Civilian_01_C \ +static_assert(alignof(ACH_Civilian_01_C) == 0x000010, "Wrong alignment on ACH_Civilian_01_C"); \ +static_assert(sizeof(ACH_Civilian_01_C) == 0x001D30, "Wrong size on ACH_Civilian_01_C"); \ + +#define DUMPER7_ASSERTS_ACH_BaseRegularCivilian_C \ +static_assert(alignof(ACH_BaseRegularCivilian_C) == 0x000010, "Wrong alignment on ACH_BaseRegularCivilian_C"); \ +static_assert(sizeof(ACH_BaseRegularCivilian_C) == 0x001D30, "Wrong size on ACH_BaseRegularCivilian_C"); \ + +#define DUMPER7_ASSERTS_CH_SWAT_SMG_HEAVY_C_ExecuteUbergraph_CH_SWAT_SMG_HEAVY \ +static_assert(alignof(CH_SWAT_SMG_HEAVY_C_ExecuteUbergraph_CH_SWAT_SMG_HEAVY) == 0x000004, "Wrong alignment on CH_SWAT_SMG_HEAVY_C_ExecuteUbergraph_CH_SWAT_SMG_HEAVY"); \ +static_assert(sizeof(CH_SWAT_SMG_HEAVY_C_ExecuteUbergraph_CH_SWAT_SMG_HEAVY) == 0x000004, "Wrong size on CH_SWAT_SMG_HEAVY_C_ExecuteUbergraph_CH_SWAT_SMG_HEAVY"); \ +static_assert(offsetof(CH_SWAT_SMG_HEAVY_C_ExecuteUbergraph_CH_SWAT_SMG_HEAVY, EntryPoint) == 0x000000, "Member 'CH_SWAT_SMG_HEAVY_C_ExecuteUbergraph_CH_SWAT_SMG_HEAVY::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACH_SWAT_SMG_HEAVY_C \ +static_assert(alignof(ACH_SWAT_SMG_HEAVY_C) == 0x000010, "Wrong alignment on ACH_SWAT_SMG_HEAVY_C"); \ +static_assert(sizeof(ACH_SWAT_SMG_HEAVY_C) == 0x001D10, "Wrong size on ACH_SWAT_SMG_HEAVY_C"); \ +static_assert(offsetof(ACH_SWAT_SMG_HEAVY_C, UberGraphFrame) == 0x001CF8, "Member 'ACH_SWAT_SMG_HEAVY_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ACH_SWAT_SMG_HEAVY_C, Helmet) == 0x001D00, "Member 'ACH_SWAT_SMG_HEAVY_C::Helmet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACH_SWAT_Shotgun_HEAVY_C \ +static_assert(alignof(ACH_SWAT_Shotgun_HEAVY_C) == 0x000010, "Wrong alignment on ACH_SWAT_Shotgun_HEAVY_C"); \ +static_assert(sizeof(ACH_SWAT_Shotgun_HEAVY_C) == 0x001D00, "Wrong size on ACH_SWAT_Shotgun_HEAVY_C"); \ +static_assert(offsetof(ACH_SWAT_Shotgun_HEAVY_C, Helmet) == 0x001CF8, "Member 'ACH_SWAT_Shotgun_HEAVY_C::Helmet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACH_SWAT_Shotgun_C \ +static_assert(alignof(ACH_SWAT_Shotgun_C) == 0x000010, "Wrong alignment on ACH_SWAT_Shotgun_C"); \ +static_assert(sizeof(ACH_SWAT_Shotgun_C) == 0x001D00, "Wrong size on ACH_SWAT_Shotgun_C"); \ +static_assert(offsetof(ACH_SWAT_Shotgun_C, Helmet) == 0x001CF8, "Member 'ACH_SWAT_Shotgun_C::Helmet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACH_SWAT_AR_HEAVY_C \ +static_assert(alignof(ACH_SWAT_AR_HEAVY_C) == 0x000010, "Wrong alignment on ACH_SWAT_AR_HEAVY_C"); \ +static_assert(sizeof(ACH_SWAT_AR_HEAVY_C) == 0x001D00, "Wrong size on ACH_SWAT_AR_HEAVY_C"); \ +static_assert(offsetof(ACH_SWAT_AR_HEAVY_C, Helmet) == 0x001CF8, "Member 'ACH_SWAT_AR_HEAVY_C::Helmet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACH_SWAT_AR_C \ +static_assert(alignof(ACH_SWAT_AR_C) == 0x000010, "Wrong alignment on ACH_SWAT_AR_C"); \ +static_assert(sizeof(ACH_SWAT_AR_C) == 0x001D00, "Wrong size on ACH_SWAT_AR_C"); \ +static_assert(offsetof(ACH_SWAT_AR_C, Helmet) == 0x001CF8, "Member 'ACH_SWAT_AR_C::Helmet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACH_BaseCommonSwat_C \ +static_assert(alignof(ACH_BaseCommonSwat_C) == 0x000010, "Wrong alignment on ACH_BaseCommonSwat_C"); \ +static_assert(sizeof(ACH_BaseCommonSwat_C) == 0x001D00, "Wrong size on ACH_BaseCommonSwat_C"); \ +static_assert(offsetof(ACH_BaseCommonSwat_C, SBZShoutTarget) == 0x001CF0, "Member 'ACH_BaseCommonSwat_C::SBZShoutTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase \ +static_assert(alignof(CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase) == 0x000004, "Wrong alignment on CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase"); \ +static_assert(sizeof(CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase) == 0x00003C, "Wrong size on CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase"); \ +static_assert(offsetof(CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase, EntryPoint) == 0x000000, "Member 'CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase, K2Node_SwitchEnum_CmpSuccess) == 0x000004, "Member 'CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase, Temp_byte_Variable) == 0x000005, "Member 'CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase, Temp_float_Variable) == 0x000008, "Member 'CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase, Temp_float_Variable_1) == 0x00000C, "Member 'CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase, K2Node_Select_Default) == 0x000010, "Member 'CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase, K2Node_Event_AnimationDuration_1) == 0x000014, "Member 'CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase::K2Node_Event_AnimationDuration_1' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase, K2Node_Event_MaskType) == 0x000018, "Member 'CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase::K2Node_Event_MaskType' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase, K2Node_Event_MorphTargetName_1) == 0x00001C, "Member 'CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase::K2Node_Event_MorphTargetName_1' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase, K2Node_Event_AnimationDuration) == 0x000028, "Member 'CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase::K2Node_Event_AnimationDuration' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase, K2Node_Event_MorphTargetName) == 0x00002C, "Member 'CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase::K2Node_Event_MorphTargetName' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase, K2Node_SwitchEnum_CmpSuccess_1) == 0x000039, "Member 'CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase, CallFunc_IsValid_ReturnValue_1) == 0x00003A, "Member 'CH_PlayerBase_C_ExecuteUbergraph_CH_PlayerBase::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_PlayerBase_C_BP_MaskOff \ +static_assert(alignof(CH_PlayerBase_C_BP_MaskOff) == 0x000004, "Wrong alignment on CH_PlayerBase_C_BP_MaskOff"); \ +static_assert(sizeof(CH_PlayerBase_C_BP_MaskOff) == 0x000010, "Wrong size on CH_PlayerBase_C_BP_MaskOff"); \ +static_assert(offsetof(CH_PlayerBase_C_BP_MaskOff, AnimationDuration) == 0x000000, "Member 'CH_PlayerBase_C_BP_MaskOff::AnimationDuration' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_BP_MaskOff, MorphTargetName) == 0x000004, "Member 'CH_PlayerBase_C_BP_MaskOff::MorphTargetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_PlayerBase_C_BP_MaskOn \ +static_assert(alignof(CH_PlayerBase_C_BP_MaskOn) == 0x000004, "Wrong alignment on CH_PlayerBase_C_BP_MaskOn"); \ +static_assert(sizeof(CH_PlayerBase_C_BP_MaskOn) == 0x000014, "Wrong size on CH_PlayerBase_C_BP_MaskOn"); \ +static_assert(offsetof(CH_PlayerBase_C_BP_MaskOn, AnimationDuration) == 0x000000, "Member 'CH_PlayerBase_C_BP_MaskOn::AnimationDuration' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_BP_MaskOn, MaskType_0) == 0x000004, "Member 'CH_PlayerBase_C_BP_MaskOn::MaskType_0' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_BP_MaskOn, MorphTargetName) == 0x000008, "Member 'CH_PlayerBase_C_BP_MaskOn::MorphTargetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_PlayerBase_C_UserConstructionScript \ +static_assert(alignof(CH_PlayerBase_C_UserConstructionScript) == 0x000008, "Wrong alignment on CH_PlayerBase_C_UserConstructionScript"); \ +static_assert(sizeof(CH_PlayerBase_C_UserConstructionScript) == 0x000010, "Wrong size on CH_PlayerBase_C_UserConstructionScript"); \ +static_assert(offsetof(CH_PlayerBase_C_UserConstructionScript, K2Node_DynamicCast_AsSBZModular_Character_Component) == 0x000000, "Member 'CH_PlayerBase_C_UserConstructionScript::K2Node_DynamicCast_AsSBZModular_Character_Component' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_UserConstructionScript, K2Node_DynamicCast_bSuccess) == 0x000008, "Member 'CH_PlayerBase_C_UserConstructionScript::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_PlayerBase_C_SetMaskAnimation \ +static_assert(alignof(CH_PlayerBase_C_SetMaskAnimation) == 0x000004, "Wrong alignment on CH_PlayerBase_C_SetMaskAnimation"); \ +static_assert(sizeof(CH_PlayerBase_C_SetMaskAnimation) == 0x00002C, "Wrong size on CH_PlayerBase_C_SetMaskAnimation"); \ +static_assert(offsetof(CH_PlayerBase_C_SetMaskAnimation, InDuration) == 0x000000, "Member 'CH_PlayerBase_C_SetMaskAnimation::InDuration' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_SetMaskAnimation, InMaskType) == 0x000004, "Member 'CH_PlayerBase_C_SetMaskAnimation::InMaskType' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_SetMaskAnimation, InMorphTarget) == 0x000008, "Member 'CH_PlayerBase_C_SetMaskAnimation::InMorphTarget' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_SetMaskAnimation, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'CH_PlayerBase_C_SetMaskAnimation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_SetMaskAnimation, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000015, "Member 'CH_PlayerBase_C_SetMaskAnimation::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_SetMaskAnimation, K2Node_SwitchEnum_CmpSuccess) == 0x000016, "Member 'CH_PlayerBase_C_SetMaskAnimation::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_SetMaskAnimation, CallFunc_Add_FloatFloat_ReturnValue) == 0x000018, "Member 'CH_PlayerBase_C_SetMaskAnimation::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_SetMaskAnimation, CallFunc_GetTimelineLength_ReturnValue) == 0x00001C, "Member 'CH_PlayerBase_C_SetMaskAnimation::CallFunc_GetTimelineLength_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_SetMaskAnimation, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000020, "Member 'CH_PlayerBase_C_SetMaskAnimation::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_SetMaskAnimation, CallFunc_GetTimelineLength_ReturnValue_1) == 0x000024, "Member 'CH_PlayerBase_C_SetMaskAnimation::CallFunc_GetTimelineLength_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_SetMaskAnimation, CallFunc_NearlyEqual_FloatFloat_ReturnValue_1) == 0x000028, "Member 'CH_PlayerBase_C_SetMaskAnimation::CallFunc_NearlyEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CH_PlayerBase_C_SetMaskAnimation, CallFunc_BooleanOR_ReturnValue) == 0x000029, "Member 'CH_PlayerBase_C_SetMaskAnimation::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACH_PlayerBase_C \ +static_assert(alignof(ACH_PlayerBase_C) == 0x000010, "Wrong alignment on ACH_PlayerBase_C"); \ +static_assert(sizeof(ACH_PlayerBase_C) == 0x0021F0, "Wrong size on ACH_PlayerBase_C"); \ +static_assert(offsetof(ACH_PlayerBase_C, UberGraphFrame) == 0x0021B0, "Member 'ACH_PlayerBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ACH_PlayerBase_C, AIPerceptionStimuliSource) == 0x0021B8, "Member 'ACH_PlayerBase_C::AIPerceptionStimuliSource' has a wrong offset!"); \ +static_assert(offsetof(ACH_PlayerBase_C, SBZEventReaction) == 0x0021C0, "Member 'ACH_PlayerBase_C::SBZEventReaction' has a wrong offset!"); \ +static_assert(offsetof(ACH_PlayerBase_C, MaskAnimationTimeline_NewTrack_0_4646CFB743B8E163EFED5DAB42E7C43D) == 0x0021C8, "Member 'ACH_PlayerBase_C::MaskAnimationTimeline_NewTrack_0_4646CFB743B8E163EFED5DAB42E7C43D' has a wrong offset!"); \ +static_assert(offsetof(ACH_PlayerBase_C, MaskAnimationTimeline__Direction_4646CFB743B8E163EFED5DAB42E7C43D) == 0x0021CC, "Member 'ACH_PlayerBase_C::MaskAnimationTimeline__Direction_4646CFB743B8E163EFED5DAB42E7C43D' has a wrong offset!"); \ +static_assert(offsetof(ACH_PlayerBase_C, MaskAnimationTimeline) == 0x0021D0, "Member 'ACH_PlayerBase_C::MaskAnimationTimeline' has a wrong offset!"); \ +static_assert(offsetof(ACH_PlayerBase_C, ModularMesh) == 0x0021D8, "Member 'ACH_PlayerBase_C::ModularMesh' has a wrong offset!"); \ +static_assert(offsetof(ACH_PlayerBase_C, MaskMorphTargetName) == 0x0021E0, "Member 'ACH_PlayerBase_C::MaskMorphTargetName' has a wrong offset!"); \ +static_assert(offsetof(ACH_PlayerBase_C, MaskType) == 0x0021EC, "Member 'ACH_PlayerBase_C::MaskType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Tool_Base_Ghost_C_ExecuteUbergraph_BP_Tool_Base_Ghost \ +static_assert(alignof(BP_Tool_Base_Ghost_C_ExecuteUbergraph_BP_Tool_Base_Ghost) == 0x000004, "Wrong alignment on BP_Tool_Base_Ghost_C_ExecuteUbergraph_BP_Tool_Base_Ghost"); \ +static_assert(sizeof(BP_Tool_Base_Ghost_C_ExecuteUbergraph_BP_Tool_Base_Ghost) == 0x000008, "Wrong size on BP_Tool_Base_Ghost_C_ExecuteUbergraph_BP_Tool_Base_Ghost"); \ +static_assert(offsetof(BP_Tool_Base_Ghost_C_ExecuteUbergraph_BP_Tool_Base_Ghost, EntryPoint) == 0x000000, "Member 'BP_Tool_Base_Ghost_C_ExecuteUbergraph_BP_Tool_Base_Ghost::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Tool_Base_Ghost_C_ExecuteUbergraph_BP_Tool_Base_Ghost, K2Node_Event_NewPlacementState) == 0x000004, "Member 'BP_Tool_Base_Ghost_C_ExecuteUbergraph_BP_Tool_Base_Ghost::K2Node_Event_NewPlacementState' has a wrong offset!"); \ +static_assert(offsetof(BP_Tool_Base_Ghost_C_ExecuteUbergraph_BP_Tool_Base_Ghost, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000005, "Member 'BP_Tool_Base_Ghost_C_ExecuteUbergraph_BP_Tool_Base_Ghost::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Tool_Base_Ghost_C_OnGhostToolStateChanged \ +static_assert(alignof(BP_Tool_Base_Ghost_C_OnGhostToolStateChanged) == 0x000001, "Wrong alignment on BP_Tool_Base_Ghost_C_OnGhostToolStateChanged"); \ +static_assert(sizeof(BP_Tool_Base_Ghost_C_OnGhostToolStateChanged) == 0x000001, "Wrong size on BP_Tool_Base_Ghost_C_OnGhostToolStateChanged"); \ +static_assert(offsetof(BP_Tool_Base_Ghost_C_OnGhostToolStateChanged, NewPlacementState) == 0x000000, "Member 'BP_Tool_Base_Ghost_C_OnGhostToolStateChanged::NewPlacementState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Tool_Base_Ghost_C \ +static_assert(alignof(ABP_Tool_Base_Ghost_C) == 0x000008, "Wrong alignment on ABP_Tool_Base_Ghost_C"); \ +static_assert(sizeof(ABP_Tool_Base_Ghost_C) == 0x0002E0, "Wrong size on ABP_Tool_Base_Ghost_C"); \ +static_assert(offsetof(ABP_Tool_Base_Ghost_C, UberGraphFrame) == 0x0002D0, "Member 'ABP_Tool_Base_Ghost_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Tool_Base_Ghost_C, DefaultMaterial) == 0x0002D8, "Member 'ABP_Tool_Base_Ghost_C::DefaultMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RangedWeapon_Pistol_AI_C \ +static_assert(alignof(ABP_RangedWeapon_Pistol_AI_C) == 0x000010, "Wrong alignment on ABP_RangedWeapon_Pistol_AI_C"); \ +static_assert(sizeof(ABP_RangedWeapon_Pistol_AI_C) == 0x000750, "Wrong size on ABP_RangedWeapon_Pistol_AI_C"); \ + +#define DUMPER7_ASSERTS_ABP_Equippable_ZipTie_C \ +static_assert(alignof(ABP_Equippable_ZipTie_C) == 0x000010, "Wrong alignment on ABP_Equippable_ZipTie_C"); \ +static_assert(sizeof(ABP_Equippable_ZipTie_C) == 0x000450, "Wrong size on ABP_Equippable_ZipTie_C"); \ + +#define DUMPER7_ASSERTS_UBP_CoverPointManager_C \ +static_assert(alignof(UBP_CoverPointManager_C) == 0x000008, "Wrong alignment on UBP_CoverPointManager_C"); \ +static_assert(sizeof(UBP_CoverPointManager_C) == 0x0000B0, "Wrong size on UBP_CoverPointManager_C"); \ + +#define DUMPER7_ASSERTS_UBP_SquadOrder_TacticalRetreat_C \ +static_assert(alignof(UBP_SquadOrder_TacticalRetreat_C) == 0x000008, "Wrong alignment on UBP_SquadOrder_TacticalRetreat_C"); \ +static_assert(sizeof(UBP_SquadOrder_TacticalRetreat_C) == 0x000168, "Wrong size on UBP_SquadOrder_TacticalRetreat_C"); \ + +#define DUMPER7_ASSERTS_ABP_SwatVan_C \ +static_assert(alignof(ABP_SwatVan_C) == 0x000010, "Wrong alignment on ABP_SwatVan_C"); \ +static_assert(sizeof(ABP_SwatVan_C) == 0x000720, "Wrong size on ABP_SwatVan_C"); \ + +#define DUMPER7_ASSERTS_BP_Sedan_FirstResponders_Base_C_CustomEvent_1 \ +static_assert(alignof(BP_Sedan_FirstResponders_Base_C_CustomEvent_1) == 0x000008, "Wrong alignment on BP_Sedan_FirstResponders_Base_C_CustomEvent_1"); \ +static_assert(sizeof(BP_Sedan_FirstResponders_Base_C_CustomEvent_1) == 0x000010, "Wrong size on BP_Sedan_FirstResponders_Base_C_CustomEvent_1"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_CustomEvent_1, SpawnedPawn) == 0x000000, "Member 'BP_Sedan_FirstResponders_Base_C_CustomEvent_1::SpawnedPawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_CustomEvent_1, Spawnedloot) == 0x000008, "Member 'BP_Sedan_FirstResponders_Base_C_CustomEvent_1::Spawnedloot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Sedan_FirstResponders_Base_C_CustomEvent_2 \ +static_assert(alignof(BP_Sedan_FirstResponders_Base_C_CustomEvent_2) == 0x000008, "Wrong alignment on BP_Sedan_FirstResponders_Base_C_CustomEvent_2"); \ +static_assert(sizeof(BP_Sedan_FirstResponders_Base_C_CustomEvent_2) == 0x000010, "Wrong size on BP_Sedan_FirstResponders_Base_C_CustomEvent_2"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_CustomEvent_2, SpawnedPawn) == 0x000000, "Member 'BP_Sedan_FirstResponders_Base_C_CustomEvent_2::SpawnedPawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_CustomEvent_2, Spawnedloot) == 0x000008, "Member 'BP_Sedan_FirstResponders_Base_C_CustomEvent_2::Spawnedloot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base \ +static_assert(alignof(BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base) == 0x000008, "Wrong alignment on BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base"); \ +static_assert(sizeof(BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base) == 0x0000C0, "Wrong size on BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base, EntryPoint) == 0x000000, "Member 'BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base, K2Node_DynamicCast_AsSBZPawn_Spawn_Predefined) == 0x000030, "Member 'BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base::K2Node_DynamicCast_AsSBZPawn_Spawn_Predefined' has a wrong offset!"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base, K2Node_DynamicCast_AsSBZPawn_Spawn_Predefined_1) == 0x000040, "Member 'BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base::K2Node_DynamicCast_AsSBZPawn_Spawn_Predefined_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base, K2Node_CustomEvent_SpawnedPawn_1) == 0x000050, "Member 'BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base::K2Node_CustomEvent_SpawnedPawn_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base, K2Node_CustomEvent_Spawnedloot_1) == 0x000058, "Member 'BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base::K2Node_CustomEvent_Spawnedloot_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base, CallFunc_CreateActionData_ReturnValue) == 0x000060, "Member 'BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base::CallFunc_CreateActionData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base, K2Node_CustomEvent_SpawnedPawn) == 0x000068, "Member 'BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base::K2Node_CustomEvent_SpawnedPawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base, K2Node_CustomEvent_Spawnedloot) == 0x000070, "Member 'BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base::K2Node_CustomEvent_Spawnedloot' has a wrong offset!"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base, CallFunc_PushAction_ReturnValue) == 0x000078, "Member 'BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base::CallFunc_PushAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base, CallFunc_CreateActionData_ReturnValue_1) == 0x000080, "Member 'BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base::CallFunc_CreateActionData_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base, CallFunc_PushAction_ReturnValue_1) == 0x000088, "Member 'BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base::CallFunc_PushAction_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base, CallFunc_Array_Add_ReturnValue) == 0x000090, "Member 'BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base, CallFunc_Array_Add_ReturnValue_1) == 0x000094, "Member 'BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000098, "Member 'BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000099, "Member 'BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base, CallFunc_Get_ReturnValue) == 0x0000A0, "Member 'BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base, CallFunc_Get_ReturnValue_1) == 0x0000A8, "Member 'BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base, CallFunc_AddSquad_ReturnValue) == 0x0000B0, "Member 'BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base::CallFunc_AddSquad_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base, CallFunc_AddSquad_ReturnValue_1) == 0x0000B8, "Member 'BP_Sedan_FirstResponders_Base_C_ExecuteUbergraph_BP_Sedan_FirstResponders_Base::CallFunc_AddSquad_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Sedan_FirstResponders_Base_C \ +static_assert(alignof(ABP_Sedan_FirstResponders_Base_C) == 0x000010, "Wrong alignment on ABP_Sedan_FirstResponders_Base_C"); \ +static_assert(sizeof(ABP_Sedan_FirstResponders_Base_C) == 0x000790, "Wrong size on ABP_Sedan_FirstResponders_Base_C"); \ +static_assert(offsetof(ABP_Sedan_FirstResponders_Base_C, UberGraphFrame) == 0x000718, "Member 'ABP_Sedan_FirstResponders_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Sedan_FirstResponders_Base_C, SBZVehicleSpawn) == 0x000720, "Member 'ABP_Sedan_FirstResponders_Base_C::SBZVehicleSpawn' has a wrong offset!"); \ +static_assert(offsetof(ABP_Sedan_FirstResponders_Base_C, Spawner_R) == 0x000728, "Member 'ABP_Sedan_FirstResponders_Base_C::Spawner_R' has a wrong offset!"); \ +static_assert(offsetof(ABP_Sedan_FirstResponders_Base_C, Spawner_L) == 0x000730, "Member 'ABP_Sedan_FirstResponders_Base_C::Spawner_L' has a wrong offset!"); \ +static_assert(offsetof(ABP_Sedan_FirstResponders_Base_C, CoverPointRF) == 0x000738, "Member 'ABP_Sedan_FirstResponders_Base_C::CoverPointRF' has a wrong offset!"); \ +static_assert(offsetof(ABP_Sedan_FirstResponders_Base_C, CoverPointRB) == 0x000740, "Member 'ABP_Sedan_FirstResponders_Base_C::CoverPointRB' has a wrong offset!"); \ +static_assert(offsetof(ABP_Sedan_FirstResponders_Base_C, CoverPointLF) == 0x000748, "Member 'ABP_Sedan_FirstResponders_Base_C::CoverPointLF' has a wrong offset!"); \ +static_assert(offsetof(ABP_Sedan_FirstResponders_Base_C, CoverPointLB) == 0x000750, "Member 'ABP_Sedan_FirstResponders_Base_C::CoverPointLB' has a wrong offset!"); \ +static_assert(offsetof(ABP_Sedan_FirstResponders_Base_C, CoverPointBR) == 0x000758, "Member 'ABP_Sedan_FirstResponders_Base_C::CoverPointBR' has a wrong offset!"); \ +static_assert(offsetof(ABP_Sedan_FirstResponders_Base_C, CoverPointBL) == 0x000760, "Member 'ABP_Sedan_FirstResponders_Base_C::CoverPointBL' has a wrong offset!"); \ +static_assert(offsetof(ABP_Sedan_FirstResponders_Base_C, CoverPointFR) == 0x000768, "Member 'ABP_Sedan_FirstResponders_Base_C::CoverPointFR' has a wrong offset!"); \ +static_assert(offsetof(ABP_Sedan_FirstResponders_Base_C, CoverPointFL) == 0x000770, "Member 'ABP_Sedan_FirstResponders_Base_C::CoverPointFL' has a wrong offset!"); \ +static_assert(offsetof(ABP_Sedan_FirstResponders_Base_C, SpawnedPawns) == 0x000778, "Member 'ABP_Sedan_FirstResponders_Base_C::SpawnedPawns' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Van_FBI_C_BndEvt__BP_Van_FBI_PropDamageComponent_K2Node_ComponentBoundEvent_0_SBZPropDamageHealthSignature__DelegateSignature \ +static_assert(alignof(BP_Van_FBI_C_BndEvt__BP_Van_FBI_PropDamageComponent_K2Node_ComponentBoundEvent_0_SBZPropDamageHealthSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Van_FBI_C_BndEvt__BP_Van_FBI_PropDamageComponent_K2Node_ComponentBoundEvent_0_SBZPropDamageHealthSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Van_FBI_C_BndEvt__BP_Van_FBI_PropDamageComponent_K2Node_ComponentBoundEvent_0_SBZPropDamageHealthSignature__DelegateSignature) == 0x000028, "Wrong size on BP_Van_FBI_C_BndEvt__BP_Van_FBI_PropDamageComponent_K2Node_ComponentBoundEvent_0_SBZPropDamageHealthSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Van_FBI_C_BndEvt__BP_Van_FBI_PropDamageComponent_K2Node_ComponentBoundEvent_0_SBZPropDamageHealthSignature__DelegateSignature, PoolComponent) == 0x000000, "Member 'BP_Van_FBI_C_BndEvt__BP_Van_FBI_PropDamageComponent_K2Node_ComponentBoundEvent_0_SBZPropDamageHealthSignature__DelegateSignature::PoolComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Van_FBI_C_BndEvt__BP_Van_FBI_PropDamageComponent_K2Node_ComponentBoundEvent_0_SBZPropDamageHealthSignature__DelegateSignature, Health) == 0x000008, "Member 'BP_Van_FBI_C_BndEvt__BP_Van_FBI_PropDamageComponent_K2Node_ComponentBoundEvent_0_SBZPropDamageHealthSignature__DelegateSignature::Health' has a wrong offset!"); \ +static_assert(offsetof(BP_Van_FBI_C_BndEvt__BP_Van_FBI_PropDamageComponent_K2Node_ComponentBoundEvent_0_SBZPropDamageHealthSignature__DelegateSignature, bDoCosmetics) == 0x00000C, "Member 'BP_Van_FBI_C_BndEvt__BP_Van_FBI_PropDamageComponent_K2Node_ComponentBoundEvent_0_SBZPropDamageHealthSignature__DelegateSignature::bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_Van_FBI_C_BndEvt__BP_Van_FBI_PropDamageComponent_K2Node_ComponentBoundEvent_0_SBZPropDamageHealthSignature__DelegateSignature, DamageContext) == 0x000010, "Member 'BP_Van_FBI_C_BndEvt__BP_Van_FBI_PropDamageComponent_K2Node_ComponentBoundEvent_0_SBZPropDamageHealthSignature__DelegateSignature::DamageContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Van_FBI_C_ExecuteUbergraph_BP_Van_FBI \ +static_assert(alignof(BP_Van_FBI_C_ExecuteUbergraph_BP_Van_FBI) == 0x000008, "Wrong alignment on BP_Van_FBI_C_ExecuteUbergraph_BP_Van_FBI"); \ +static_assert(sizeof(BP_Van_FBI_C_ExecuteUbergraph_BP_Van_FBI) == 0x000038, "Wrong size on BP_Van_FBI_C_ExecuteUbergraph_BP_Van_FBI"); \ +static_assert(offsetof(BP_Van_FBI_C_ExecuteUbergraph_BP_Van_FBI, EntryPoint) == 0x000000, "Member 'BP_Van_FBI_C_ExecuteUbergraph_BP_Van_FBI::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Van_FBI_C_ExecuteUbergraph_BP_Van_FBI, K2Node_ComponentBoundEvent_PoolComponent) == 0x000008, "Member 'BP_Van_FBI_C_ExecuteUbergraph_BP_Van_FBI::K2Node_ComponentBoundEvent_PoolComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Van_FBI_C_ExecuteUbergraph_BP_Van_FBI, K2Node_ComponentBoundEvent_Health) == 0x000010, "Member 'BP_Van_FBI_C_ExecuteUbergraph_BP_Van_FBI::K2Node_ComponentBoundEvent_Health' has a wrong offset!"); \ +static_assert(offsetof(BP_Van_FBI_C_ExecuteUbergraph_BP_Van_FBI, K2Node_ComponentBoundEvent_bDoCosmetics) == 0x000014, "Member 'BP_Van_FBI_C_ExecuteUbergraph_BP_Van_FBI::K2Node_ComponentBoundEvent_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_Van_FBI_C_ExecuteUbergraph_BP_Van_FBI, K2Node_ComponentBoundEvent_DamageContext) == 0x000018, "Member 'BP_Van_FBI_C_ExecuteUbergraph_BP_Van_FBI::K2Node_ComponentBoundEvent_DamageContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Van_FBI_C_ExecuteUbergraph_BP_Van_FBI, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000030, "Member 'BP_Van_FBI_C_ExecuteUbergraph_BP_Van_FBI::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Van_FBI_C \ +static_assert(alignof(ABP_Van_FBI_C) == 0x000010, "Wrong alignment on ABP_Van_FBI_C"); \ +static_assert(sizeof(ABP_Van_FBI_C) == 0x000820, "Wrong size on ABP_Van_FBI_C"); \ +static_assert(offsetof(ABP_Van_FBI_C, UberGraphFrame) == 0x000800, "Member 'ABP_Van_FBI_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Van_FBI_C, AntennaBase) == 0x000808, "Member 'ABP_Van_FBI_C::AntennaBase' has a wrong offset!"); \ +static_assert(offsetof(ABP_Van_FBI_C, FBIVan_Dish_Light) == 0x000810, "Member 'ABP_Van_FBI_C::FBIVan_Dish_Light' has a wrong offset!"); \ +static_assert(offsetof(ABP_Van_FBI_C, MeshP_FBIVan_Lights) == 0x000818, "Member 'ABP_Van_FBI_C::MeshP_FBIVan_Lights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper \ +static_assert(alignof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper) == 0x000008, "Wrong alignment on BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper"); \ +static_assert(sizeof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper) == 0x000110, "Wrong size on BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, EntryPoint) == 0x000000, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, K2Node_CustomEvent_SpawnGroup) == 0x000008, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::K2Node_CustomEvent_SpawnGroup' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, K2Node_CustomEvent_Spawner) == 0x000010, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::K2Node_CustomEvent_Spawner' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, K2Node_CustomEvent_Pawn) == 0x000018, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::K2Node_CustomEvent_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, K2Node_DynamicCast_AsSBZAICharacter) == 0x000020, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::K2Node_DynamicCast_AsSBZAICharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, K2Node_CreateDelegate_OutputDelegate) == 0x00002C, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, CallFunc_GetAIController_ReturnValue) == 0x000040, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, K2Node_DynamicCast_AsSBZAIController) == 0x000048, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::K2Node_DynamicCast_AsSBZAIController' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, CallFunc_TryActivateAbilityByClass_ReturnValue) == 0x000051, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::CallFunc_TryActivateAbilityByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, K2Node_DynamicCast_AsPD3Pawn_Spawn_Group) == 0x000058, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::K2Node_DynamicCast_AsPD3Pawn_Spawn_Group' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, K2Node_DynamicCast_AsPD3Pawn_Spawn_Group_1) == 0x000068, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::K2Node_DynamicCast_AsPD3Pawn_Spawn_Group_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, K2Node_DynamicCast_bSuccess_3) == 0x000070, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, K2Node_DynamicCast_AsPD3Pawn_Spawn_Group_2) == 0x000078, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::K2Node_DynamicCast_AsPD3Pawn_Spawn_Group_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, K2Node_DynamicCast_bSuccess_4) == 0x000080, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, CallFunc_GetAttachementSocket_Socket) == 0x000084, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::CallFunc_GetAttachementSocket_Socket' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, CallFunc_ApplyVariationToSkeletal_ReturnValue) == 0x000090, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::CallFunc_ApplyVariationToSkeletal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, K2Node_CustomEvent_OldState) == 0x000091, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::K2Node_CustomEvent_OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, K2Node_CustomEvent_NewState) == 0x000092, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::K2Node_CustomEvent_NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, CallFunc_GetGameState_ReturnValue) == 0x000098, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, K2Node_DynamicCast_AsPD3Heist_Game_State) == 0x0000A0, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::K2Node_DynamicCast_AsPD3Heist_Game_State' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, K2Node_DynamicCast_bSuccess_5) == 0x0000A8, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000AC, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, CallFunc_IsActiveAssaultState_ReturnValue) == 0x0000C0, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::CallFunc_IsActiveAssaultState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, CallFunc_IsValid_ReturnValue) == 0x0000C1, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, CallFunc_HasAuthority_ReturnValue) == 0x0000C2, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, K2Node_Event_Door) == 0x0000C3, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::K2Node_Event_Door' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, K2Node_Event_bIsDoorOpen) == 0x0000C4, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::K2Node_Event_bIsDoorOpen' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000C8, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, CallFunc_GetAnimInstance_ReturnValue) == 0x0000E0, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, K2Node_DynamicCast_AsABP_Helicopter) == 0x0000E8, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::K2Node_DynamicCast_AsABP_Helicopter' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, K2Node_DynamicCast_bSuccess_6) == 0x0000F0, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, CallFunc_K2_GetRootComponent_ReturnValue) == 0x0000F8, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, CallFunc_IsValid_ReturnValue_1) == 0x000100, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, CallFunc_IsValid_ReturnValue_2) == 0x000101, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper, K2Node_CustomEvent_DestroyedActor) == 0x000108, "Member 'BP_PoliceHelicopter_Sniper_C_ExecuteUbergraph_BP_PoliceHelicopter_Sniper::K2Node_CustomEvent_DestroyedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PoliceHelicopter_Sniper_C_OnDestroyed_Event_0 \ +static_assert(alignof(BP_PoliceHelicopter_Sniper_C_OnDestroyed_Event_0) == 0x000008, "Wrong alignment on BP_PoliceHelicopter_Sniper_C_OnDestroyed_Event_0"); \ +static_assert(sizeof(BP_PoliceHelicopter_Sniper_C_OnDestroyed_Event_0) == 0x000008, "Wrong size on BP_PoliceHelicopter_Sniper_C_OnDestroyed_Event_0"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_OnDestroyed_Event_0, DestroyedActor) == 0x000000, "Member 'BP_PoliceHelicopter_Sniper_C_OnDestroyed_Event_0::DestroyedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PoliceHelicopter_Sniper_C_ReceiveOnDoorStateChanged \ +static_assert(alignof(BP_PoliceHelicopter_Sniper_C_ReceiveOnDoorStateChanged) == 0x000001, "Wrong alignment on BP_PoliceHelicopter_Sniper_C_ReceiveOnDoorStateChanged"); \ +static_assert(sizeof(BP_PoliceHelicopter_Sniper_C_ReceiveOnDoorStateChanged) == 0x000002, "Wrong size on BP_PoliceHelicopter_Sniper_C_ReceiveOnDoorStateChanged"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ReceiveOnDoorStateChanged, Door) == 0x000000, "Member 'BP_PoliceHelicopter_Sniper_C_ReceiveOnDoorStateChanged::Door' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_ReceiveOnDoorStateChanged, bIsDoorOpen) == 0x000001, "Member 'BP_PoliceHelicopter_Sniper_C_ReceiveOnDoorStateChanged::bIsDoorOpen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PoliceHelicopter_Sniper_C_OnHeistStateChanged_Event_0 \ +static_assert(alignof(BP_PoliceHelicopter_Sniper_C_OnHeistStateChanged_Event_0) == 0x000001, "Wrong alignment on BP_PoliceHelicopter_Sniper_C_OnHeistStateChanged_Event_0"); \ +static_assert(sizeof(BP_PoliceHelicopter_Sniper_C_OnHeistStateChanged_Event_0) == 0x000002, "Wrong size on BP_PoliceHelicopter_Sniper_C_OnHeistStateChanged_Event_0"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_OnHeistStateChanged_Event_0, OldState) == 0x000000, "Member 'BP_PoliceHelicopter_Sniper_C_OnHeistStateChanged_Event_0::OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_OnHeistStateChanged_Event_0, NewState) == 0x000001, "Member 'BP_PoliceHelicopter_Sniper_C_OnHeistStateChanged_Event_0::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PoliceHelicopter_Sniper_C_OnPawnSpawnedBP \ +static_assert(alignof(BP_PoliceHelicopter_Sniper_C_OnPawnSpawnedBP) == 0x000008, "Wrong alignment on BP_PoliceHelicopter_Sniper_C_OnPawnSpawnedBP"); \ +static_assert(sizeof(BP_PoliceHelicopter_Sniper_C_OnPawnSpawnedBP) == 0x000018, "Wrong size on BP_PoliceHelicopter_Sniper_C_OnPawnSpawnedBP"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_OnPawnSpawnedBP, SpawnGroup) == 0x000000, "Member 'BP_PoliceHelicopter_Sniper_C_OnPawnSpawnedBP::SpawnGroup' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_OnPawnSpawnedBP, Spawner) == 0x000008, "Member 'BP_PoliceHelicopter_Sniper_C_OnPawnSpawnedBP::Spawner' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_OnPawnSpawnedBP, Pawn) == 0x000010, "Member 'BP_PoliceHelicopter_Sniper_C_OnPawnSpawnedBP::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PoliceHelicopter_Sniper_C_GetAttachementSocket \ +static_assert(alignof(BP_PoliceHelicopter_Sniper_C_GetAttachementSocket) == 0x000004, "Wrong alignment on BP_PoliceHelicopter_Sniper_C_GetAttachementSocket"); \ +static_assert(sizeof(BP_PoliceHelicopter_Sniper_C_GetAttachementSocket) == 0x000098, "Wrong size on BP_PoliceHelicopter_Sniper_C_GetAttachementSocket"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_GetAttachementSocket, Socket) == 0x000000, "Member 'BP_PoliceHelicopter_Sniper_C_GetAttachementSocket::Socket' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_GetAttachementSocket, PlayerCenterDir) == 0x00000C, "Member 'BP_PoliceHelicopter_Sniper_C_GetAttachementSocket::PlayerCenterDir' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_GetAttachementSocket, RightDot) == 0x000018, "Member 'BP_PoliceHelicopter_Sniper_C_GetAttachementSocket::RightDot' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_GetAttachementSocket, LeftDot) == 0x00001C, "Member 'BP_PoliceHelicopter_Sniper_C_GetAttachementSocket::LeftDot' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_GetAttachementSocket, RightSocket) == 0x000020, "Member 'BP_PoliceHelicopter_Sniper_C_GetAttachementSocket::RightSocket' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_GetAttachementSocket, LeftSocket) == 0x00002C, "Member 'BP_PoliceHelicopter_Sniper_C_GetAttachementSocket::LeftSocket' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_GetAttachementSocket, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000038, "Member 'BP_PoliceHelicopter_Sniper_C_GetAttachementSocket::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_GetAttachementSocket, CallFunc_GetSocketRotation_ReturnValue) == 0x00003C, "Member 'BP_PoliceHelicopter_Sniper_C_GetAttachementSocket::CallFunc_GetSocketRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_GetAttachementSocket, CallFunc_GetForwardVector_ReturnValue) == 0x000048, "Member 'BP_PoliceHelicopter_Sniper_C_GetAttachementSocket::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_GetAttachementSocket, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000054, "Member 'BP_PoliceHelicopter_Sniper_C_GetAttachementSocket::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_GetAttachementSocket, CallFunc_Dot_VectorVector_ReturnValue) == 0x000060, "Member 'BP_PoliceHelicopter_Sniper_C_GetAttachementSocket::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_GetAttachementSocket, CallFunc_PlayerCenterOfMass_ReturnValue) == 0x000064, "Member 'BP_PoliceHelicopter_Sniper_C_GetAttachementSocket::CallFunc_PlayerCenterOfMass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_GetAttachementSocket, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x000070, "Member 'BP_PoliceHelicopter_Sniper_C_GetAttachementSocket::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_GetAttachementSocket, CallFunc_GetSocketRotation_ReturnValue_1) == 0x00007C, "Member 'BP_PoliceHelicopter_Sniper_C_GetAttachementSocket::CallFunc_GetSocketRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_GetAttachementSocket, CallFunc_GetForwardVector_ReturnValue_1) == 0x000088, "Member 'BP_PoliceHelicopter_Sniper_C_GetAttachementSocket::CallFunc_GetForwardVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PoliceHelicopter_Sniper_C_GetAttachementSocket, CallFunc_Dot_VectorVector_ReturnValue_1) == 0x000094, "Member 'BP_PoliceHelicopter_Sniper_C_GetAttachementSocket::CallFunc_Dot_VectorVector_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PoliceHelicopter_Sniper_C \ +static_assert(alignof(ABP_PoliceHelicopter_Sniper_C) == 0x000010, "Wrong alignment on ABP_PoliceHelicopter_Sniper_C"); \ +static_assert(sizeof(ABP_PoliceHelicopter_Sniper_C) == 0x000700, "Wrong size on ABP_PoliceHelicopter_Sniper_C"); \ +static_assert(offsetof(ABP_PoliceHelicopter_Sniper_C, UberGraphFrame_BP_PoliceHelicopter_Sniper_C) == 0x0006B8, "Member 'ABP_PoliceHelicopter_Sniper_C::UberGraphFrame_BP_PoliceHelicopter_Sniper_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_PoliceHelicopter_Sniper_C, SBZVehicleSpawn) == 0x0006C0, "Member 'ABP_PoliceHelicopter_Sniper_C::SBZVehicleSpawn' has a wrong offset!"); \ +static_assert(offsetof(ABP_PoliceHelicopter_Sniper_C, SpawnGroupChildComp) == 0x0006C8, "Member 'ABP_PoliceHelicopter_Sniper_C::SpawnGroupChildComp' has a wrong offset!"); \ +static_assert(offsetof(ABP_PoliceHelicopter_Sniper_C, Spawner4) == 0x0006D0, "Member 'ABP_PoliceHelicopter_Sniper_C::Spawner4' has a wrong offset!"); \ +static_assert(offsetof(ABP_PoliceHelicopter_Sniper_C, SniperCharacter) == 0x0006D8, "Member 'ABP_PoliceHelicopter_Sniper_C::SniperCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_PoliceHelicopter_Sniper_C, VariationData) == 0x0006E0, "Member 'ABP_PoliceHelicopter_Sniper_C::VariationData' has a wrong offset!"); \ +static_assert(offsetof(ABP_PoliceHelicopter_Sniper_C, AttachSocket) == 0x0006E8, "Member 'ABP_PoliceHelicopter_Sniper_C::AttachSocket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CoverPoint_C \ +static_assert(alignof(ABP_CoverPoint_C) == 0x000008, "Wrong alignment on ABP_CoverPoint_C"); \ +static_assert(sizeof(ABP_CoverPoint_C) == 0x000478, "Wrong size on ABP_CoverPoint_C"); \ +static_assert(offsetof(ABP_CoverPoint_C, CoverSurface) == 0x000460, "Member 'ABP_CoverPoint_C::CoverSurface' has a wrong offset!"); \ +static_assert(offsetof(ABP_CoverPoint_C, Ground) == 0x000468, "Member 'ABP_CoverPoint_C::Ground' has a wrong offset!"); \ +static_assert(offsetof(ABP_CoverPoint_C, Forward) == 0x000470, "Member 'ABP_CoverPoint_C::Forward' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SpawnPawnAgility_C \ +static_assert(alignof(ABP_SpawnPawnAgility_C) == 0x000008, "Wrong alignment on ABP_SpawnPawnAgility_C"); \ +static_assert(sizeof(ABP_SpawnPawnAgility_C) == 0x0003D8, "Wrong size on ABP_SpawnPawnAgility_C"); \ + +#define DUMPER7_ASSERTS_UBP_Order_SpawnAgility_C \ +static_assert(alignof(UBP_Order_SpawnAgility_C) == 0x000008, "Wrong alignment on UBP_Order_SpawnAgility_C"); \ +static_assert(sizeof(UBP_Order_SpawnAgility_C) == 0x000150, "Wrong size on UBP_Order_SpawnAgility_C"); \ + +#define DUMPER7_ASSERTS_ACH_ArmedCop_C \ +static_assert(alignof(ACH_ArmedCop_C) == 0x000010, "Wrong alignment on ACH_ArmedCop_C"); \ +static_assert(sizeof(ACH_ArmedCop_C) == 0x001D00, "Wrong size on ACH_ArmedCop_C"); \ +static_assert(offsetof(ACH_ArmedCop_C, SBZShoutTarget) == 0x001CF0, "Member 'ACH_ArmedCop_C::SBZShoutTarget' has a wrong offset!"); \ +static_assert(offsetof(ACH_ArmedCop_C, Hat) == 0x001CF8, "Member 'ACH_ArmedCop_C::Hat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Car_Base_C_AnimGraph \ +static_assert(alignof(ABP_Car_Base_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Car_Base_C_AnimGraph"); \ +static_assert(sizeof(ABP_Car_Base_C_AnimGraph) == 0x000010, "Wrong size on ABP_Car_Base_C_AnimGraph"); \ +static_assert(offsetof(ABP_Car_Base_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Car_Base_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Car_Base_C_ExecuteUbergraph_ABP_Car_Base \ +static_assert(alignof(ABP_Car_Base_C_ExecuteUbergraph_ABP_Car_Base) == 0x000004, "Wrong alignment on ABP_Car_Base_C_ExecuteUbergraph_ABP_Car_Base"); \ +static_assert(sizeof(ABP_Car_Base_C_ExecuteUbergraph_ABP_Car_Base) == 0x000004, "Wrong size on ABP_Car_Base_C_ExecuteUbergraph_ABP_Car_Base"); \ +static_assert(offsetof(ABP_Car_Base_C_ExecuteUbergraph_ABP_Car_Base, EntryPoint) == 0x000000, "Member 'ABP_Car_Base_C_ExecuteUbergraph_ABP_Car_Base::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_Car_Base_C \ +static_assert(alignof(UABP_Car_Base_C) == 0x000010, "Wrong alignment on UABP_Car_Base_C"); \ +static_assert(sizeof(UABP_Car_Base_C) == 0x000D00, "Wrong size on UABP_Car_Base_C"); \ +static_assert(offsetof(UABP_Car_Base_C, UberGraphFrame) == 0x000A60, "Member 'UABP_Car_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Car_Base_C, AnimGraphNode_Root) == 0x000A68, "Member 'UABP_Car_Base_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_Car_Base_C, AnimGraphNode_MeshRefPose) == 0x000AB0, "Member 'UABP_Car_Base_C::AnimGraphNode_MeshRefPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_Car_Base_C, AnimGraphNode_WheelHandler) == 0x000AD0, "Member 'UABP_Car_Base_C::AnimGraphNode_WheelHandler' has a wrong offset!"); \ +static_assert(offsetof(UABP_Car_Base_C, AnimGraphNode_ComponentToLocalSpace) == 0x000BD0, "Member 'UABP_Car_Base_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_Car_Base_C, SBZAnimGraphNode_BuiltInAnimMontagePlayer) == 0x000C00, "Member 'UABP_Car_Base_C::SBZAnimGraphNode_BuiltInAnimMontagePlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Abp_VentilationRoof_02_Rotation_C \ +static_assert(alignof(Abp_VentilationRoof_02_Rotation_C) == 0x000008, "Wrong alignment on Abp_VentilationRoof_02_Rotation_C"); \ +static_assert(sizeof(Abp_VentilationRoof_02_Rotation_C) == 0x0002D8, "Wrong size on Abp_VentilationRoof_02_Rotation_C"); \ +static_assert(offsetof(Abp_VentilationRoof_02_Rotation_C, StaticMesh) == 0x0002A8, "Member 'Abp_VentilationRoof_02_Rotation_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(Abp_VentilationRoof_02_Rotation_C, DefaultSceneRoot) == 0x0002B0, "Member 'Abp_VentilationRoof_02_Rotation_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(Abp_VentilationRoof_02_Rotation_C, area1_rotation_speed) == 0x0002B8, "Member 'Abp_VentilationRoof_02_Rotation_C::area1_rotation_speed' has a wrong offset!"); \ +static_assert(offsetof(Abp_VentilationRoof_02_Rotation_C, area2_rotation_speed) == 0x0002BC, "Member 'Abp_VentilationRoof_02_Rotation_C::area2_rotation_speed' has a wrong offset!"); \ +static_assert(offsetof(Abp_VentilationRoof_02_Rotation_C, area3_rotation_speed) == 0x0002C0, "Member 'Abp_VentilationRoof_02_Rotation_C::area3_rotation_speed' has a wrong offset!"); \ +static_assert(offsetof(Abp_VentilationRoof_02_Rotation_C, area4_rotation_speed) == 0x0002C4, "Member 'Abp_VentilationRoof_02_Rotation_C::area4_rotation_speed' has a wrong offset!"); \ +static_assert(offsetof(Abp_VentilationRoof_02_Rotation_C, area5_rotation_speed) == 0x0002C8, "Member 'Abp_VentilationRoof_02_Rotation_C::area5_rotation_speed' has a wrong offset!"); \ +static_assert(offsetof(Abp_VentilationRoof_02_Rotation_C, area6_rotation_speed) == 0x0002CC, "Member 'Abp_VentilationRoof_02_Rotation_C::area6_rotation_speed' has a wrong offset!"); \ +static_assert(offsetof(Abp_VentilationRoof_02_Rotation_C, vibration_speed) == 0x0002D0, "Member 'Abp_VentilationRoof_02_Rotation_C::vibration_speed' has a wrong offset!"); \ +static_assert(offsetof(Abp_VentilationRoof_02_Rotation_C, vibration_strenght) == 0x0002D4, "Member 'Abp_VentilationRoof_02_Rotation_C::vibration_strenght' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_R_Penthouse_Panic_C_BndEvt__R_Penthouse_Panic_BP_Int_Door_01_SmallVault_2_K2Node_ActorBoundEvent_0_SBZGateStateChangedDelegate__DelegateSignature \ +static_assert(alignof(R_Penthouse_Panic_C_BndEvt__R_Penthouse_Panic_BP_Int_Door_01_SmallVault_2_K2Node_ActorBoundEvent_0_SBZGateStateChangedDelegate__DelegateSignature) == 0x000001, "Wrong alignment on R_Penthouse_Panic_C_BndEvt__R_Penthouse_Panic_BP_Int_Door_01_SmallVault_2_K2Node_ActorBoundEvent_0_SBZGateStateChangedDelegate__DelegateSignature"); \ +static_assert(sizeof(R_Penthouse_Panic_C_BndEvt__R_Penthouse_Panic_BP_Int_Door_01_SmallVault_2_K2Node_ActorBoundEvent_0_SBZGateStateChangedDelegate__DelegateSignature) == 0x000002, "Wrong size on R_Penthouse_Panic_C_BndEvt__R_Penthouse_Panic_BP_Int_Door_01_SmallVault_2_K2Node_ActorBoundEvent_0_SBZGateStateChangedDelegate__DelegateSignature"); \ +static_assert(offsetof(R_Penthouse_Panic_C_BndEvt__R_Penthouse_Panic_BP_Int_Door_01_SmallVault_2_K2Node_ActorBoundEvent_0_SBZGateStateChangedDelegate__DelegateSignature, OldState) == 0x000000, "Member 'R_Penthouse_Panic_C_BndEvt__R_Penthouse_Panic_BP_Int_Door_01_SmallVault_2_K2Node_ActorBoundEvent_0_SBZGateStateChangedDelegate__DelegateSignature::OldState' has a wrong offset!"); \ +static_assert(offsetof(R_Penthouse_Panic_C_BndEvt__R_Penthouse_Panic_BP_Int_Door_01_SmallVault_2_K2Node_ActorBoundEvent_0_SBZGateStateChangedDelegate__DelegateSignature, State) == 0x000001, "Member 'R_Penthouse_Panic_C_BndEvt__R_Penthouse_Panic_BP_Int_Door_01_SmallVault_2_K2Node_ActorBoundEvent_0_SBZGateStateChangedDelegate__DelegateSignature::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_R_Penthouse_Panic_C_ExecuteUbergraph_R_Penthouse_Panic \ +static_assert(alignof(R_Penthouse_Panic_C_ExecuteUbergraph_R_Penthouse_Panic) == 0x000004, "Wrong alignment on R_Penthouse_Panic_C_ExecuteUbergraph_R_Penthouse_Panic"); \ +static_assert(sizeof(R_Penthouse_Panic_C_ExecuteUbergraph_R_Penthouse_Panic) == 0x00000C, "Wrong size on R_Penthouse_Panic_C_ExecuteUbergraph_R_Penthouse_Panic"); \ +static_assert(offsetof(R_Penthouse_Panic_C_ExecuteUbergraph_R_Penthouse_Panic, EntryPoint) == 0x000000, "Member 'R_Penthouse_Panic_C_ExecuteUbergraph_R_Penthouse_Panic::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(R_Penthouse_Panic_C_ExecuteUbergraph_R_Penthouse_Panic, CallFunc_SetState_ReturnValue) == 0x000004, "Member 'R_Penthouse_Panic_C_ExecuteUbergraph_R_Penthouse_Panic::CallFunc_SetState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(R_Penthouse_Panic_C_ExecuteUbergraph_R_Penthouse_Panic, CallFunc_SetState_ReturnValue_1) == 0x000005, "Member 'R_Penthouse_Panic_C_ExecuteUbergraph_R_Penthouse_Panic::CallFunc_SetState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(R_Penthouse_Panic_C_ExecuteUbergraph_R_Penthouse_Panic, CallFunc_SetState_ReturnValue_2) == 0x000006, "Member 'R_Penthouse_Panic_C_ExecuteUbergraph_R_Penthouse_Panic::CallFunc_SetState_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(R_Penthouse_Panic_C_ExecuteUbergraph_R_Penthouse_Panic, CallFunc_SetState_ReturnValue_3) == 0x000007, "Member 'R_Penthouse_Panic_C_ExecuteUbergraph_R_Penthouse_Panic::CallFunc_SetState_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(R_Penthouse_Panic_C_ExecuteUbergraph_R_Penthouse_Panic, K2Node_ActorBoundEvent_OldState) == 0x000008, "Member 'R_Penthouse_Panic_C_ExecuteUbergraph_R_Penthouse_Panic::K2Node_ActorBoundEvent_OldState' has a wrong offset!"); \ +static_assert(offsetof(R_Penthouse_Panic_C_ExecuteUbergraph_R_Penthouse_Panic, K2Node_ActorBoundEvent_State) == 0x000009, "Member 'R_Penthouse_Panic_C_ExecuteUbergraph_R_Penthouse_Panic::K2Node_ActorBoundEvent_State' has a wrong offset!"); \ +static_assert(offsetof(R_Penthouse_Panic_C_ExecuteUbergraph_R_Penthouse_Panic, K2Node_SwitchEnum_CmpSuccess) == 0x00000A, "Member 'R_Penthouse_Panic_C_ExecuteUbergraph_R_Penthouse_Panic::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AR_Penthouse_Panic_C \ +static_assert(alignof(AR_Penthouse_Panic_C) == 0x000008, "Wrong alignment on AR_Penthouse_Panic_C"); \ +static_assert(sizeof(AR_Penthouse_Panic_C) == 0x000358, "Wrong size on AR_Penthouse_Panic_C"); \ +static_assert(offsetof(AR_Penthouse_Panic_C, UberGraphFrame) == 0x000340, "Member 'AR_Penthouse_Panic_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AR_Penthouse_Panic_C, DoorOpen) == 0x000348, "Member 'AR_Penthouse_Panic_C::DoorOpen' has a wrong offset!"); \ +static_assert(offsetof(AR_Penthouse_Panic_C, BP_Int_Door_01_SmallVault_2_ExecuteUbergraph_R_Penthouse_Panic_RefProperty) == 0x000350, "Member 'AR_Penthouse_Panic_C::BP_Int_Door_01_SmallVault_2_ExecuteUbergraph_R_Penthouse_Panic_RefProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_R_Penthouse_Office_C_ExecuteUbergraph_R_Penthouse_Office \ +static_assert(alignof(R_Penthouse_Office_C_ExecuteUbergraph_R_Penthouse_Office) == 0x000004, "Wrong alignment on R_Penthouse_Office_C_ExecuteUbergraph_R_Penthouse_Office"); \ +static_assert(sizeof(R_Penthouse_Office_C_ExecuteUbergraph_R_Penthouse_Office) == 0x000008, "Wrong size on R_Penthouse_Office_C_ExecuteUbergraph_R_Penthouse_Office"); \ +static_assert(offsetof(R_Penthouse_Office_C_ExecuteUbergraph_R_Penthouse_Office, EntryPoint) == 0x000000, "Member 'R_Penthouse_Office_C_ExecuteUbergraph_R_Penthouse_Office::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(R_Penthouse_Office_C_ExecuteUbergraph_R_Penthouse_Office, CallFunc_RemoteEvent_ReturnValue) == 0x000004, "Member 'R_Penthouse_Office_C_ExecuteUbergraph_R_Penthouse_Office::CallFunc_RemoteEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AR_Penthouse_Office_C \ +static_assert(alignof(AR_Penthouse_Office_C) == 0x000008, "Wrong alignment on AR_Penthouse_Office_C"); \ +static_assert(sizeof(AR_Penthouse_Office_C) == 0x000348, "Wrong size on AR_Penthouse_Office_C"); \ +static_assert(offsetof(AR_Penthouse_Office_C, UberGraphFrame) == 0x000340, "Member 'AR_Penthouse_Office_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AR_Penthouse_SecurityRoom_C \ +static_assert(alignof(AR_Penthouse_SecurityRoom_C) == 0x000008, "Wrong alignment on AR_Penthouse_SecurityRoom_C"); \ +static_assert(sizeof(AR_Penthouse_SecurityRoom_C) == 0x000340, "Wrong size on AR_Penthouse_SecurityRoom_C"); \ + +#define DUMPER7_ASSERTS_ABP_Level_ArmorRepairKit_C \ +static_assert(alignof(ABP_Level_ArmorRepairKit_C) == 0x000010, "Wrong alignment on ABP_Level_ArmorRepairKit_C"); \ +static_assert(sizeof(ABP_Level_ArmorRepairKit_C) == 0x000570, "Wrong size on ABP_Level_ArmorRepairKit_C"); \ + +#define DUMPER7_ASSERTS_ABP_Level_AmmoPack_C \ +static_assert(alignof(ABP_Level_AmmoPack_C) == 0x000010, "Wrong alignment on ABP_Level_AmmoPack_C"); \ +static_assert(sizeof(ABP_Level_AmmoPack_C) == 0x000560, "Wrong size on ABP_Level_AmmoPack_C"); \ + +#define DUMPER7_ASSERTS_ABP_DeliveryDrone_Controller_C \ +static_assert(alignof(ABP_DeliveryDrone_Controller_C) == 0x000008, "Wrong alignment on ABP_DeliveryDrone_Controller_C"); \ +static_assert(sizeof(ABP_DeliveryDrone_Controller_C) == 0x000458, "Wrong size on ABP_DeliveryDrone_Controller_C"); \ + +#define DUMPER7_ASSERTS_ABPL_StripLight_Little_Red_C \ +static_assert(alignof(ABPL_StripLight_Little_Red_C) == 0x000008, "Wrong alignment on ABPL_StripLight_Little_Red_C"); \ +static_assert(sizeof(ABPL_StripLight_Little_Red_C) == 0x0002C8, "Wrong size on ABPL_StripLight_Little_Red_C"); \ +static_assert(offsetof(ABPL_StripLight_Little_Red_C, RectLight) == 0x0002A8, "Member 'ABPL_StripLight_Little_Red_C::RectLight' has a wrong offset!"); \ +static_assert(offsetof(ABPL_StripLight_Little_Red_C, SmoothAmbiant) == 0x0002B0, "Member 'ABPL_StripLight_Little_Red_C::SmoothAmbiant' has a wrong offset!"); \ +static_assert(offsetof(ABPL_StripLight_Little_Red_C, LGT_DeskLamp_02) == 0x0002B8, "Member 'ABPL_StripLight_Little_Red_C::LGT_DeskLamp_02' has a wrong offset!"); \ +static_assert(offsetof(ABPL_StripLight_Little_Red_C, DefaultSceneRoot) == 0x0002C0, "Member 'ABPL_StripLight_Little_Red_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeliveryDrone_C_ExecuteUbergraph_BP_DeliveryDrone \ +static_assert(alignof(BP_DeliveryDrone_C_ExecuteUbergraph_BP_DeliveryDrone) == 0x000008, "Wrong alignment on BP_DeliveryDrone_C_ExecuteUbergraph_BP_DeliveryDrone"); \ +static_assert(sizeof(BP_DeliveryDrone_C_ExecuteUbergraph_BP_DeliveryDrone) == 0x000038, "Wrong size on BP_DeliveryDrone_C_ExecuteUbergraph_BP_DeliveryDrone"); \ +static_assert(offsetof(BP_DeliveryDrone_C_ExecuteUbergraph_BP_DeliveryDrone, EntryPoint) == 0x000000, "Member 'BP_DeliveryDrone_C_ExecuteUbergraph_BP_DeliveryDrone::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DeliveryDrone_C_ExecuteUbergraph_BP_DeliveryDrone, Temp_struct_Variable) == 0x000008, "Member 'BP_DeliveryDrone_C_ExecuteUbergraph_BP_DeliveryDrone::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DeliveryDrone_C_ExecuteUbergraph_BP_DeliveryDrone, Temp_delegate_Variable) == 0x000018, "Member 'BP_DeliveryDrone_C_ExecuteUbergraph_BP_DeliveryDrone::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DeliveryDrone_C_ExecuteUbergraph_BP_DeliveryDrone, CallFunc_PostEvent_ReturnValue) == 0x00002C, "Member 'BP_DeliveryDrone_C_ExecuteUbergraph_BP_DeliveryDrone::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeliveryDrone_C_ExecuteUbergraph_BP_DeliveryDrone, CallFunc_AddLocalMarker_ReturnValue) == 0x000030, "Member 'BP_DeliveryDrone_C_ExecuteUbergraph_BP_DeliveryDrone::CallFunc_AddLocalMarker_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DeliveryDrone_C \ +static_assert(alignof(ABP_DeliveryDrone_C) == 0x000010, "Wrong alignment on ABP_DeliveryDrone_C"); \ +static_assert(sizeof(ABP_DeliveryDrone_C) == 0x000640, "Wrong size on ABP_DeliveryDrone_C"); \ +static_assert(offsetof(ABP_DeliveryDrone_C, UberGraphFrame) == 0x000620, "Member 'ABP_DeliveryDrone_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeliveryDrone_C, SkeletalMeshComponentBudgeted) == 0x000628, "Member 'ABP_DeliveryDrone_C::SkeletalMeshComponentBudgeted' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeliveryDrone_C, MarkerID) == 0x000630, "Member 'ABP_DeliveryDrone_C::MarkerID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SquadOrder_TacticalRescue_C \ +static_assert(alignof(UBP_SquadOrder_TacticalRescue_C) == 0x000008, "Wrong alignment on UBP_SquadOrder_TacticalRescue_C"); \ +static_assert(sizeof(UBP_SquadOrder_TacticalRescue_C) == 0x000268, "Wrong size on UBP_SquadOrder_TacticalRescue_C"); \ + +#define DUMPER7_ASSERTS_UBP_SquadOrder_Sabotage_C \ +static_assert(alignof(UBP_SquadOrder_Sabotage_C) == 0x000008, "Wrong alignment on UBP_SquadOrder_Sabotage_C"); \ +static_assert(sizeof(UBP_SquadOrder_Sabotage_C) == 0x000268, "Wrong size on UBP_SquadOrder_Sabotage_C"); \ + +#define DUMPER7_ASSERTS_BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack \ +static_assert(alignof(BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack) == 0x000008, "Wrong alignment on BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack"); \ +static_assert(sizeof(BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack) == 0x000060, "Wrong size on BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack"); \ +static_assert(offsetof(BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack, EntryPoint) == 0x000000, "Member 'BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack, Temp_delegate_Variable) == 0x000008, "Member 'BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack, Temp_struct_Variable) == 0x000028, "Member 'BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack, K2Node_Event_ChargesChangeTo) == 0x000038, "Member 'BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack::K2Node_Event_ChargesChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack, K2Node_Event_bDoCosmetics) == 0x00003C, "Member 'BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack, CallFunc_PostEvent_ReturnValue) == 0x000040, "Member 'BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack, CallFunc_FTrunc_ReturnValue) == 0x000044, "Member 'BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000048, "Member 'BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'BP_FirstAidPack_C_ExecuteUbergraph_BP_FirstAidPack::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FirstAidPack_C_OnChargesChanged \ +static_assert(alignof(BP_FirstAidPack_C_OnChargesChanged) == 0x000004, "Wrong alignment on BP_FirstAidPack_C_OnChargesChanged"); \ +static_assert(sizeof(BP_FirstAidPack_C_OnChargesChanged) == 0x000008, "Wrong size on BP_FirstAidPack_C_OnChargesChanged"); \ +static_assert(offsetof(BP_FirstAidPack_C_OnChargesChanged, ChargesChangeTo) == 0x000000, "Member 'BP_FirstAidPack_C_OnChargesChanged::ChargesChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_OnChargesChanged, bDoCosmetics) == 0x000004, "Member 'BP_FirstAidPack_C_OnChargesChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FirstAidPack_C_createChargeMeshes \ +static_assert(alignof(BP_FirstAidPack_C_createChargeMeshes) == 0x000008, "Wrong alignment on BP_FirstAidPack_C_createChargeMeshes"); \ +static_assert(sizeof(BP_FirstAidPack_C_createChargeMeshes) == 0x000190, "Wrong size on BP_FirstAidPack_C_createChargeMeshes"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, outline) == 0x000000, "Member 'BP_FirstAidPack_C_createChargeMeshes::outline' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, Temp_float_Variable) == 0x000004, "Member 'BP_FirstAidPack_C_createChargeMeshes::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, Temp_int_Variable) == 0x000008, "Member 'BP_FirstAidPack_C_createChargeMeshes::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, Temp_float_Variable_1) == 0x00000C, "Member 'BP_FirstAidPack_C_createChargeMeshes::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, Temp_float_Variable_2) == 0x000010, "Member 'BP_FirstAidPack_C_createChargeMeshes::Temp_float_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, Temp_int_Variable_1) == 0x000014, "Member 'BP_FirstAidPack_C_createChargeMeshes::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, Temp_float_Variable_3) == 0x000018, "Member 'BP_FirstAidPack_C_createChargeMeshes::Temp_float_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, Temp_bool_Variable) == 0x00001C, "Member 'BP_FirstAidPack_C_createChargeMeshes::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, Temp_bool_Variable_1) == 0x00001D, "Member 'BP_FirstAidPack_C_createChargeMeshes::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, Temp_int_Variable_2) == 0x000020, "Member 'BP_FirstAidPack_C_createChargeMeshes::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, Temp_float_Variable_4) == 0x000024, "Member 'BP_FirstAidPack_C_createChargeMeshes::Temp_float_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, Temp_float_Variable_5) == 0x000028, "Member 'BP_FirstAidPack_C_createChargeMeshes::Temp_float_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, Temp_int_Variable_3) == 0x00002C, "Member 'BP_FirstAidPack_C_createChargeMeshes::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, Temp_float_Variable_6) == 0x000030, "Member 'BP_FirstAidPack_C_createChargeMeshes::Temp_float_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, Temp_float_Variable_7) == 0x000034, "Member 'BP_FirstAidPack_C_createChargeMeshes::Temp_float_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, Temp_bool_Variable_2) == 0x000038, "Member 'BP_FirstAidPack_C_createChargeMeshes::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, Temp_float_Variable_8) == 0x00003C, "Member 'BP_FirstAidPack_C_createChargeMeshes::Temp_float_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, Temp_int_Variable_4) == 0x000040, "Member 'BP_FirstAidPack_C_createChargeMeshes::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, Temp_float_Variable_9) == 0x000044, "Member 'BP_FirstAidPack_C_createChargeMeshes::Temp_float_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, Temp_float_Variable_10) == 0x000048, "Member 'BP_FirstAidPack_C_createChargeMeshes::Temp_float_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, Temp_int_Variable_5) == 0x00004C, "Member 'BP_FirstAidPack_C_createChargeMeshes::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000050, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, Temp_int_Variable_6) == 0x000058, "Member 'BP_FirstAidPack_C_createChargeMeshes::Temp_int_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00005C, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, K2Node_Select_Default) == 0x000060, "Member 'BP_FirstAidPack_C_createChargeMeshes::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000064, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_Add_IntInt_ReturnValue_1) == 0x000068, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, Temp_int_Variable_7) == 0x00006C, "Member 'BP_FirstAidPack_C_createChargeMeshes::Temp_int_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000070, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_Add_IntInt_ReturnValue_2) == 0x000074, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, Temp_int_Variable_8) == 0x000078, "Member 'BP_FirstAidPack_C_createChargeMeshes::Temp_int_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_Array_Length_ReturnValue) == 0x00007C, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000080, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, K2Node_Select_Default_1) == 0x000084, "Member 'BP_FirstAidPack_C_createChargeMeshes::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000088, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_Add_IntInt_ReturnValue_3) == 0x00008C, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, Temp_bool_Variable_3) == 0x000090, "Member 'BP_FirstAidPack_C_createChargeMeshes::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, Temp_int_Variable_9) == 0x000094, "Member 'BP_FirstAidPack_C_createChargeMeshes::Temp_int_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_Add_IntInt_ReturnValue_4) == 0x000098, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_Less_IntInt_ReturnValue) == 0x0000A8, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_Array_Length_ReturnValue_1) == 0x0000AC, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_GetBoundingBox_ReturnValue) == 0x0000B0, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_GetBoundingBox_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_Array_Length_ReturnValue_2) == 0x0000CC, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_BreakVector_X) == 0x0000D0, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_BreakVector_Y) == 0x0000D4, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_BreakVector_Z) == 0x0000D8, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, Temp_int_Variable_10) == 0x0000DC, "Member 'BP_FirstAidPack_C_createChargeMeshes::Temp_int_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000E0, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000E4, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, K2Node_Select_Default_2) == 0x0000E8, "Member 'BP_FirstAidPack_C_createChargeMeshes::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000EC, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, K2Node_Select_Default_3) == 0x0000F0, "Member 'BP_FirstAidPack_C_createChargeMeshes::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_LessEqual_IntInt_ReturnValue_2) == 0x0000F4, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_LessEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_Add_IntInt_ReturnValue_5) == 0x0000F8, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_GetBoundingBox_ReturnValue_1) == 0x0000FC, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_GetBoundingBox_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_FMax_ReturnValue) == 0x000118, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_BreakVector_X_1) == 0x00011C, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_BreakVector_Y_1) == 0x000120, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_BreakVector_Z_1) == 0x000124, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_FTrunc_ReturnValue) == 0x000128, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00012C, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_Subtract_IntInt_ReturnValue) == 0x000130, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000134, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_LessEqual_IntInt_ReturnValue_3) == 0x000138, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_LessEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x00013C, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_Divide_IntInt_ReturnValue) == 0x000140, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000144, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_LessEqual_IntInt_ReturnValue_4) == 0x000145, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_LessEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_BooleanAND_ReturnValue) == 0x000146, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_FTrunc_ReturnValue_1) == 0x000148, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, K2Node_Select_Default_4) == 0x00014C, "Member 'BP_FirstAidPack_C_createChargeMeshes::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_Percent_IntInt_ReturnValue) == 0x000150, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_MakeVector_ReturnValue) == 0x000154, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, K2Node_Select_Default_5) == 0x000160, "Member 'BP_FirstAidPack_C_createChargeMeshes::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000164, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, K2Node_Select_Default_6) == 0x000168, "Member 'BP_FirstAidPack_C_createChargeMeshes::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_LessEqual_IntInt_ReturnValue_5) == 0x00016C, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_LessEqual_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_Divide_IntInt_ReturnValue_1) == 0x000170, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_Divide_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_LessEqual_IntInt_ReturnValue_6) == 0x000174, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_LessEqual_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x000175, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, K2Node_Select_Default_7) == 0x000178, "Member 'BP_FirstAidPack_C_createChargeMeshes::K2Node_Select_Default_7' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, K2Node_Select_Default_8) == 0x00017C, "Member 'BP_FirstAidPack_C_createChargeMeshes::K2Node_Select_Default_8' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000180, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_createChargeMeshes, CallFunc_MakeVector_ReturnValue_1) == 0x000184, "Member 'BP_FirstAidPack_C_createChargeMeshes::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FirstAidPack_C_addOneChargeMesh \ +static_assert(alignof(BP_FirstAidPack_C_addOneChargeMesh) == 0x000010, "Wrong alignment on BP_FirstAidPack_C_addOneChargeMesh"); \ +static_assert(sizeof(BP_FirstAidPack_C_addOneChargeMesh) == 0x000050, "Wrong size on BP_FirstAidPack_C_addOneChargeMesh"); \ +static_assert(offsetof(BP_FirstAidPack_C_addOneChargeMesh, Location) == 0x000000, "Member 'BP_FirstAidPack_C_addOneChargeMesh::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_addOneChargeMesh, outline) == 0x00000C, "Member 'BP_FirstAidPack_C_addOneChargeMesh::outline' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_addOneChargeMesh, CallFunc_MakeTransform_ReturnValue) == 0x000010, "Member 'BP_FirstAidPack_C_addOneChargeMesh::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_addOneChargeMesh, CallFunc_AddComponent_ReturnValue) == 0x000040, "Member 'BP_FirstAidPack_C_addOneChargeMesh::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_addOneChargeMesh, CallFunc_Array_Add_ReturnValue) == 0x000048, "Member 'BP_FirstAidPack_C_addOneChargeMesh::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FirstAidPack_C_addOneChargeMesh, CallFunc_SetStaticMesh_ReturnValue) == 0x00004C, "Member 'BP_FirstAidPack_C_addOneChargeMesh::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FirstAidPack_C \ +static_assert(alignof(ABP_FirstAidPack_C) == 0x000010, "Wrong alignment on ABP_FirstAidPack_C"); \ +static_assert(sizeof(ABP_FirstAidPack_C) == 0x000590, "Wrong size on ABP_FirstAidPack_C"); \ +static_assert(offsetof(ABP_FirstAidPack_C, UberGraphFrame) == 0x000560, "Member 'ABP_FirstAidPack_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_FirstAidPack_C, SBZShoutTarget) == 0x000568, "Member 'ABP_FirstAidPack_C::SBZShoutTarget' has a wrong offset!"); \ +static_assert(offsetof(ABP_FirstAidPack_C, chargeMesh) == 0x000570, "Member 'ABP_FirstAidPack_C::chargeMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_FirstAidPack_C, chargeMeshes) == 0x000578, "Member 'ABP_FirstAidPack_C::chargeMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACH_CrewAI_Wolf_C \ +static_assert(alignof(ACH_CrewAI_Wolf_C) == 0x000010, "Wrong alignment on ACH_CrewAI_Wolf_C"); \ +static_assert(sizeof(ACH_CrewAI_Wolf_C) == 0x0018D0, "Wrong size on ACH_CrewAI_Wolf_C"); \ + +#define DUMPER7_ASSERTS_ACH_CrewAI_Hoxton_C \ +static_assert(alignof(ACH_CrewAI_Hoxton_C) == 0x000010, "Wrong alignment on ACH_CrewAI_Hoxton_C"); \ +static_assert(sizeof(ACH_CrewAI_Hoxton_C) == 0x0018D0, "Wrong size on ACH_CrewAI_Hoxton_C"); \ + +#define DUMPER7_ASSERTS_ACH_CrewAI_Dallas_C \ +static_assert(alignof(ACH_CrewAI_Dallas_C) == 0x000010, "Wrong alignment on ACH_CrewAI_Dallas_C"); \ +static_assert(sizeof(ACH_CrewAI_Dallas_C) == 0x0018D0, "Wrong size on ACH_CrewAI_Dallas_C"); \ + +#define DUMPER7_ASSERTS_ACH_CrewAI_Chains_C \ +static_assert(alignof(ACH_CrewAI_Chains_C) == 0x000010, "Wrong alignment on ACH_CrewAI_Chains_C"); \ +static_assert(sizeof(ACH_CrewAI_Chains_C) == 0x0018D0, "Wrong size on ACH_CrewAI_Chains_C"); \ + +#define DUMPER7_ASSERTS_BP_HeistGameState_C_ExecuteUbergraph_BP_HeistGameState \ +static_assert(alignof(BP_HeistGameState_C_ExecuteUbergraph_BP_HeistGameState) == 0x000004, "Wrong alignment on BP_HeistGameState_C_ExecuteUbergraph_BP_HeistGameState"); \ +static_assert(sizeof(BP_HeistGameState_C_ExecuteUbergraph_BP_HeistGameState) == 0x000008, "Wrong size on BP_HeistGameState_C_ExecuteUbergraph_BP_HeistGameState"); \ +static_assert(offsetof(BP_HeistGameState_C_ExecuteUbergraph_BP_HeistGameState, EntryPoint) == 0x000000, "Member 'BP_HeistGameState_C_ExecuteUbergraph_BP_HeistGameState::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_HeistGameState_C_ExecuteUbergraph_BP_HeistGameState, K2Node_Event_bIsHidden) == 0x000004, "Member 'BP_HeistGameState_C_ExecuteUbergraph_BP_HeistGameState::K2Node_Event_bIsHidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HeistGameState_C_BP_OnHideAllOutlinesChanged \ +static_assert(alignof(BP_HeistGameState_C_BP_OnHideAllOutlinesChanged) == 0x000001, "Wrong alignment on BP_HeistGameState_C_BP_OnHideAllOutlinesChanged"); \ +static_assert(sizeof(BP_HeistGameState_C_BP_OnHideAllOutlinesChanged) == 0x000001, "Wrong size on BP_HeistGameState_C_BP_OnHideAllOutlinesChanged"); \ +static_assert(offsetof(BP_HeistGameState_C_BP_OnHideAllOutlinesChanged, bIsHidden) == 0x000000, "Member 'BP_HeistGameState_C_BP_OnHideAllOutlinesChanged::bIsHidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_HeistGameState_C \ +static_assert(alignof(ABP_HeistGameState_C) == 0x000008, "Wrong alignment on ABP_HeistGameState_C"); \ +static_assert(sizeof(ABP_HeistGameState_C) == 0x0014D8, "Wrong size on ABP_HeistGameState_C"); \ +static_assert(offsetof(ABP_HeistGameState_C, UberGraphFrame) == 0x0014B8, "Member 'ABP_HeistGameState_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_HeistGameState_C, UI_Vignette) == 0x0014C0, "Member 'ABP_HeistGameState_C::UI_Vignette' has a wrong offset!"); \ +static_assert(offsetof(ABP_HeistGameState_C, OutlinePostProcess) == 0x0014C8, "Member 'ABP_HeistGameState_C::OutlinePostProcess' has a wrong offset!"); \ +static_assert(offsetof(ABP_HeistGameState_C, DefaultSceneRoot) == 0x0014D0, "Member 'ABP_HeistGameState_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Wardrobe_Door_Lockpickable_1_C_PopulateSpawnInformationMap \ +static_assert(alignof(BP_Wardrobe_Door_Lockpickable_1_C_PopulateSpawnInformationMap) == 0x000008, "Wrong alignment on BP_Wardrobe_Door_Lockpickable_1_C_PopulateSpawnInformationMap"); \ +static_assert(sizeof(BP_Wardrobe_Door_Lockpickable_1_C_PopulateSpawnInformationMap) == 0x000050, "Wrong size on BP_Wardrobe_Door_Lockpickable_1_C_PopulateSpawnInformationMap"); \ +static_assert(offsetof(BP_Wardrobe_Door_Lockpickable_1_C_PopulateSpawnInformationMap, InOutSpawnDataMap) == 0x000000, "Member 'BP_Wardrobe_Door_Lockpickable_1_C_PopulateSpawnInformationMap::InOutSpawnDataMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Wardrobe_Door_Lockpickable_1_C_UserConstructionScript \ +static_assert(alignof(BP_Wardrobe_Door_Lockpickable_1_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_Wardrobe_Door_Lockpickable_1_C_UserConstructionScript"); \ +static_assert(sizeof(BP_Wardrobe_Door_Lockpickable_1_C_UserConstructionScript) == 0x000080, "Wrong size on BP_Wardrobe_Door_Lockpickable_1_C_UserConstructionScript"); \ +static_assert(offsetof(BP_Wardrobe_Door_Lockpickable_1_C_UserConstructionScript, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000000, "Member 'BP_Wardrobe_Door_Lockpickable_1_C_UserConstructionScript::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Wardrobe_Door_Lockpickable_1_C_UserConstructionScript, K2Node_MakeMap_Map) == 0x000030, "Member 'BP_Wardrobe_Door_Lockpickable_1_C_UserConstructionScript::K2Node_MakeMap_Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Wardrobe_Door_Lockpickable_1_C_BP_OnMiniGameSuccess \ +static_assert(alignof(BP_Wardrobe_Door_Lockpickable_1_C_BP_OnMiniGameSuccess) == 0x000001, "Wrong alignment on BP_Wardrobe_Door_Lockpickable_1_C_BP_OnMiniGameSuccess"); \ +static_assert(sizeof(BP_Wardrobe_Door_Lockpickable_1_C_BP_OnMiniGameSuccess) == 0x000001, "Wrong size on BP_Wardrobe_Door_Lockpickable_1_C_BP_OnMiniGameSuccess"); \ +static_assert(offsetof(BP_Wardrobe_Door_Lockpickable_1_C_BP_OnMiniGameSuccess, bDoCosmetics) == 0x000000, "Member 'BP_Wardrobe_Door_Lockpickable_1_C_BP_OnMiniGameSuccess::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Wardrobe_Door_Lockpickable_1_C_OnActorSpawned \ +static_assert(alignof(BP_Wardrobe_Door_Lockpickable_1_C_OnActorSpawned) == 0x000008, "Wrong alignment on BP_Wardrobe_Door_Lockpickable_1_C_OnActorSpawned"); \ +static_assert(sizeof(BP_Wardrobe_Door_Lockpickable_1_C_OnActorSpawned) == 0x000010, "Wrong size on BP_Wardrobe_Door_Lockpickable_1_C_OnActorSpawned"); \ +static_assert(offsetof(BP_Wardrobe_Door_Lockpickable_1_C_OnActorSpawned, SpawnedActor) == 0x000000, "Member 'BP_Wardrobe_Door_Lockpickable_1_C_OnActorSpawned::SpawnedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Wardrobe_Door_Lockpickable_1_C_OnActorSpawned, AttachParent) == 0x000008, "Member 'BP_Wardrobe_Door_Lockpickable_1_C_OnActorSpawned::AttachParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1 \ +static_assert(alignof(BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1) == 0x000008, "Wrong alignment on BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1"); \ +static_assert(sizeof(BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1) == 0x0001A8, "Wrong size on BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1"); \ +static_assert(offsetof(BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1, EntryPoint) == 0x000000, "Member 'BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1, Temp_struct_Variable) == 0x000008, "Member 'BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1, Temp_delegate_Variable) == 0x000018, "Member 'BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1, CallFunc_MakeRotator_ReturnValue) == 0x000030, "Member 'BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1, K2Node_Event_bDoCosmetics) == 0x00003C, "Member 'BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1, CallFunc_PostAkEvent_ReturnValue) == 0x000040, "Member 'BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1, K2Node_Event_SpawnedActor) == 0x000048, "Member 'BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1::K2Node_Event_SpawnedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1, K2Node_Event_AttachParent) == 0x000050, "Member 'BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1::K2Node_Event_AttachParent' has a wrong offset!"); \ +static_assert(offsetof(BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1, Temp_int_Loop_Counter_Variable) == 0x000058, "Member 'BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1, CallFunc_IsValid_ReturnValue) == 0x00005C, "Member 'BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000064, "Member 'BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1, CallFunc_K2_SetRelativeRotation_SweepHitResult_1) == 0x0000F4, "Member 'BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1::CallFunc_K2_SetRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1, CallFunc_GetAllSBZPlayerCharacters_ReturnValue) == 0x000188, "Member 'BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1::CallFunc_GetAllSBZPlayerCharacters_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1, CallFunc_Array_Get_Item) == 0x000198, "Member 'BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1, CallFunc_Array_Length_ReturnValue) == 0x0001A0, "Member 'BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1, CallFunc_Less_IntInt_ReturnValue) == 0x0001A4, "Member 'BP_Wardrobe_Door_Lockpickable_1_C_ExecuteUbergraph_BP_Wardrobe_Door_Lockpickable_1::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Wardrobe_Door_Lockpickable_1_C \ +static_assert(alignof(ABP_Wardrobe_Door_Lockpickable_1_C) == 0x000008, "Wrong alignment on ABP_Wardrobe_Door_Lockpickable_1_C"); \ +static_assert(sizeof(ABP_Wardrobe_Door_Lockpickable_1_C) == 0x000390, "Wrong size on ABP_Wardrobe_Door_Lockpickable_1_C"); \ +static_assert(offsetof(ABP_Wardrobe_Door_Lockpickable_1_C, UberGraphFrame) == 0x000308, "Member 'ABP_Wardrobe_Door_Lockpickable_1_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Wardrobe_Door_Lockpickable_1_C, Collision) == 0x000310, "Member 'ABP_Wardrobe_Door_Lockpickable_1_C::Collision' has a wrong offset!"); \ +static_assert(offsetof(ABP_Wardrobe_Door_Lockpickable_1_C, StaticMesh_1) == 0x000318, "Member 'ABP_Wardrobe_Door_Lockpickable_1_C::StaticMesh_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Wardrobe_Door_Lockpickable_1_C, LootLocation) == 0x000320, "Member 'ABP_Wardrobe_Door_Lockpickable_1_C::LootLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_Wardrobe_Door_Lockpickable_1_C, Ak) == 0x000328, "Member 'ABP_Wardrobe_Door_Lockpickable_1_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_Wardrobe_Door_Lockpickable_1_C, Timeline_0_NewTrack_0_D44FF574454E066EEAF772AD6CE68DBD) == 0x000330, "Member 'ABP_Wardrobe_Door_Lockpickable_1_C::Timeline_0_NewTrack_0_D44FF574454E066EEAF772AD6CE68DBD' has a wrong offset!"); \ +static_assert(offsetof(ABP_Wardrobe_Door_Lockpickable_1_C, Timeline_0__Direction_D44FF574454E066EEAF772AD6CE68DBD) == 0x000334, "Member 'ABP_Wardrobe_Door_Lockpickable_1_C::Timeline_0__Direction_D44FF574454E066EEAF772AD6CE68DBD' has a wrong offset!"); \ +static_assert(offsetof(ABP_Wardrobe_Door_Lockpickable_1_C, Timeline_0) == 0x000338, "Member 'ABP_Wardrobe_Door_Lockpickable_1_C::Timeline_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_Wardrobe_Door_Lockpickable_1_C, SpawnComponentTransformMap) == 0x000340, "Member 'ABP_Wardrobe_Door_Lockpickable_1_C::SpawnComponentTransformMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeskPrinter_01_SmallDestruction_C_BndEvt__BP_DeskPrinter_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BP_DeskPrinter_01_SmallDestruction_C_BndEvt__BP_DeskPrinter_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BP_DeskPrinter_01_SmallDestruction_C_BndEvt__BP_DeskPrinter_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BP_DeskPrinter_01_SmallDestruction_C_BndEvt__BP_DeskPrinter_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BP_DeskPrinter_01_SmallDestruction_C_BndEvt__BP_DeskPrinter_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BP_DeskPrinter_01_SmallDestruction_C_BndEvt__BP_DeskPrinter_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BP_DeskPrinter_01_SmallDestruction_C_BndEvt__BP_DeskPrinter_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_DeskPrinter_01_SmallDestruction_C_BndEvt__BP_DeskPrinter_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BP_DeskPrinter_01_SmallDestruction_C_BndEvt__BP_DeskPrinter_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeskPrinter_01_SmallDestruction_C_ExecuteUbergraph_BP_DeskPrinter_01_SmallDestruction \ +static_assert(alignof(BP_DeskPrinter_01_SmallDestruction_C_ExecuteUbergraph_BP_DeskPrinter_01_SmallDestruction) == 0x000010, "Wrong alignment on BP_DeskPrinter_01_SmallDestruction_C_ExecuteUbergraph_BP_DeskPrinter_01_SmallDestruction"); \ +static_assert(sizeof(BP_DeskPrinter_01_SmallDestruction_C_ExecuteUbergraph_BP_DeskPrinter_01_SmallDestruction) == 0x000090, "Wrong size on BP_DeskPrinter_01_SmallDestruction_C_ExecuteUbergraph_BP_DeskPrinter_01_SmallDestruction"); \ +static_assert(offsetof(BP_DeskPrinter_01_SmallDestruction_C_ExecuteUbergraph_BP_DeskPrinter_01_SmallDestruction, EntryPoint) == 0x000000, "Member 'BP_DeskPrinter_01_SmallDestruction_C_ExecuteUbergraph_BP_DeskPrinter_01_SmallDestruction::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DeskPrinter_01_SmallDestruction_C_ExecuteUbergraph_BP_DeskPrinter_01_SmallDestruction, CallFunc_GetTransform_ReturnValue) == 0x000010, "Member 'BP_DeskPrinter_01_SmallDestruction_C_ExecuteUbergraph_BP_DeskPrinter_01_SmallDestruction::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeskPrinter_01_SmallDestruction_C_ExecuteUbergraph_BP_DeskPrinter_01_SmallDestruction, CallFunc_TransformLocation_ReturnValue) == 0x000040, "Member 'BP_DeskPrinter_01_SmallDestruction_C_ExecuteUbergraph_BP_DeskPrinter_01_SmallDestruction::CallFunc_TransformLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeskPrinter_01_SmallDestruction_C_ExecuteUbergraph_BP_DeskPrinter_01_SmallDestruction, K2Node_ComponentBoundEvent_Type) == 0x00004C, "Member 'BP_DeskPrinter_01_SmallDestruction_C_ExecuteUbergraph_BP_DeskPrinter_01_SmallDestruction::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_DeskPrinter_01_SmallDestruction_C_ExecuteUbergraph_BP_DeskPrinter_01_SmallDestruction, K2Node_ComponentBoundEvent_HitContext) == 0x000050, "Member 'BP_DeskPrinter_01_SmallDestruction_C_ExecuteUbergraph_BP_DeskPrinter_01_SmallDestruction::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BP_DeskPrinter_01_SmallDestruction_C_ExecuteUbergraph_BP_DeskPrinter_01_SmallDestruction, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000080, "Member 'BP_DeskPrinter_01_SmallDestruction_C_ExecuteUbergraph_BP_DeskPrinter_01_SmallDestruction::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DeskPrinter_01_SmallDestruction_C \ +static_assert(alignof(ABP_DeskPrinter_01_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_DeskPrinter_01_SmallDestruction_C"); \ +static_assert(sizeof(ABP_DeskPrinter_01_SmallDestruction_C) == 0x0002F0, "Wrong size on ABP_DeskPrinter_01_SmallDestruction_C"); \ +static_assert(offsetof(ABP_DeskPrinter_01_SmallDestruction_C, UberGraphFrame_BP_DeskPrinter_01_SmallDestruction_C) == 0x0002E0, "Member 'ABP_DeskPrinter_01_SmallDestruction_C::UberGraphFrame_BP_DeskPrinter_01_SmallDestruction_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_DeskPrinter_01_SmallDestruction_C, SBZCosmeticDestruction) == 0x0002E8, "Member 'ABP_DeskPrinter_01_SmallDestruction_C::SBZCosmeticDestruction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CardboardBox_01_C_SmallDestruction_C \ +static_assert(alignof(ABP_CardboardBox_01_C_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_CardboardBox_01_C_SmallDestruction_C"); \ +static_assert(sizeof(ABP_CardboardBox_01_C_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_CardboardBox_01_C_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_ABP_Pen_01_SmallDestruction_C \ +static_assert(alignof(ABP_Pen_01_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_Pen_01_SmallDestruction_C"); \ +static_assert(sizeof(ABP_Pen_01_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_Pen_01_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_ABP_PlasticCup_01_SmallDestruction_C \ +static_assert(alignof(ABP_PlasticCup_01_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_PlasticCup_01_SmallDestruction_C"); \ +static_assert(sizeof(ABP_PlasticCup_01_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_PlasticCup_01_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_ABP_WaterCooler_01_BottleRack_02_C \ +static_assert(alignof(ABP_WaterCooler_01_BottleRack_02_C) == 0x000008, "Wrong alignment on ABP_WaterCooler_01_BottleRack_02_C"); \ +static_assert(sizeof(ABP_WaterCooler_01_BottleRack_02_C) == 0x0002D0, "Wrong size on ABP_WaterCooler_01_BottleRack_02_C"); \ +static_assert(offsetof(ABP_WaterCooler_01_BottleRack_02_C, Bottle_01) == 0x0002A8, "Member 'ABP_WaterCooler_01_BottleRack_02_C::Bottle_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaterCooler_01_BottleRack_02_C, Bottle_03) == 0x0002B0, "Member 'ABP_WaterCooler_01_BottleRack_02_C::Bottle_03' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaterCooler_01_BottleRack_02_C, Bottle_02) == 0x0002B8, "Member 'ABP_WaterCooler_01_BottleRack_02_C::Bottle_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaterCooler_01_BottleRack_02_C, BottleRack_02) == 0x0002C0, "Member 'ABP_WaterCooler_01_BottleRack_02_C::BottleRack_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_WaterCooler_01_BottleRack_02_C, DefaultSceneRoot) == 0x0002C8, "Member 'ABP_WaterCooler_01_BottleRack_02_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KeypadInteraction_C_SetCodeText \ +static_assert(alignof(WBP_KeypadInteraction_C_SetCodeText) == 0x000008, "Wrong alignment on WBP_KeypadInteraction_C_SetCodeText"); \ +static_assert(sizeof(WBP_KeypadInteraction_C_SetCodeText) == 0x000018, "Wrong size on WBP_KeypadInteraction_C_SetCodeText"); \ +static_assert(offsetof(WBP_KeypadInteraction_C_SetCodeText, InText) == 0x000000, "Member 'WBP_KeypadInteraction_C_SetCodeText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_KeypadInteraction_C_SetBackgroundColor \ +static_assert(alignof(WBP_KeypadInteraction_C_SetBackgroundColor) == 0x000004, "Wrong alignment on WBP_KeypadInteraction_C_SetBackgroundColor"); \ +static_assert(sizeof(WBP_KeypadInteraction_C_SetBackgroundColor) == 0x000074, "Wrong size on WBP_KeypadInteraction_C_SetBackgroundColor"); \ +static_assert(offsetof(WBP_KeypadInteraction_C_SetBackgroundColor, CurrentState) == 0x000000, "Member 'WBP_KeypadInteraction_C_SetBackgroundColor::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadInteraction_C_SetBackgroundColor, Temp_byte_Variable) == 0x000001, "Member 'WBP_KeypadInteraction_C_SetBackgroundColor::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadInteraction_C_SetBackgroundColor, Temp_struct_Variable) == 0x000004, "Member 'WBP_KeypadInteraction_C_SetBackgroundColor::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadInteraction_C_SetBackgroundColor, Temp_struct_Variable_1) == 0x000014, "Member 'WBP_KeypadInteraction_C_SetBackgroundColor::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadInteraction_C_SetBackgroundColor, Temp_struct_Variable_2) == 0x000024, "Member 'WBP_KeypadInteraction_C_SetBackgroundColor::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadInteraction_C_SetBackgroundColor, Temp_struct_Variable_3) == 0x000034, "Member 'WBP_KeypadInteraction_C_SetBackgroundColor::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadInteraction_C_SetBackgroundColor, Temp_struct_Variable_4) == 0x000044, "Member 'WBP_KeypadInteraction_C_SetBackgroundColor::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadInteraction_C_SetBackgroundColor, Temp_struct_Variable_5) == 0x000054, "Member 'WBP_KeypadInteraction_C_SetBackgroundColor::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_KeypadInteraction_C_SetBackgroundColor, K2Node_Select_Default) == 0x000064, "Member 'WBP_KeypadInteraction_C_SetBackgroundColor::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_KeypadInteraction_C \ +static_assert(alignof(UWBP_KeypadInteraction_C) == 0x000008, "Wrong alignment on UWBP_KeypadInteraction_C"); \ +static_assert(sizeof(UWBP_KeypadInteraction_C) == 0x0002F0, "Wrong size on UWBP_KeypadInteraction_C"); \ +static_assert(offsetof(UWBP_KeypadInteraction_C, Border_83) == 0x000290, "Member 'UWBP_KeypadInteraction_C::Border_83' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadInteraction_C, Button_0) == 0x000298, "Member 'UWBP_KeypadInteraction_C::Button_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadInteraction_C, Button_1) == 0x0002A0, "Member 'UWBP_KeypadInteraction_C::Button_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadInteraction_C, Button_2) == 0x0002A8, "Member 'UWBP_KeypadInteraction_C::Button_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadInteraction_C, Button_3) == 0x0002B0, "Member 'UWBP_KeypadInteraction_C::Button_3' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadInteraction_C, Button_4) == 0x0002B8, "Member 'UWBP_KeypadInteraction_C::Button_4' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadInteraction_C, Button_5) == 0x0002C0, "Member 'UWBP_KeypadInteraction_C::Button_5' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadInteraction_C, Button_6) == 0x0002C8, "Member 'UWBP_KeypadInteraction_C::Button_6' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadInteraction_C, Button_7) == 0x0002D0, "Member 'UWBP_KeypadInteraction_C::Button_7' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadInteraction_C, Button_8) == 0x0002D8, "Member 'UWBP_KeypadInteraction_C::Button_8' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadInteraction_C, Button_9) == 0x0002E0, "Member 'UWBP_KeypadInteraction_C::Button_9' has a wrong offset!"); \ +static_assert(offsetof(UWBP_KeypadInteraction_C, CodeText) == 0x0002E8, "Member 'UWBP_KeypadInteraction_C::CodeText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LGT_SpotEmbedded_02_No_IES_C_BndEvt__BP_LGT_SpotEmbedded_02_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BP_LGT_SpotEmbedded_02_No_IES_C_BndEvt__BP_LGT_SpotEmbedded_02_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BP_LGT_SpotEmbedded_02_No_IES_C_BndEvt__BP_LGT_SpotEmbedded_02_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BP_LGT_SpotEmbedded_02_No_IES_C_BndEvt__BP_LGT_SpotEmbedded_02_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BP_LGT_SpotEmbedded_02_No_IES_C_BndEvt__BP_LGT_SpotEmbedded_02_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BP_LGT_SpotEmbedded_02_No_IES_C_BndEvt__BP_LGT_SpotEmbedded_02_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BP_LGT_SpotEmbedded_02_No_IES_C_BndEvt__BP_LGT_SpotEmbedded_02_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_LGT_SpotEmbedded_02_No_IES_C_BndEvt__BP_LGT_SpotEmbedded_02_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BP_LGT_SpotEmbedded_02_No_IES_C_BndEvt__BP_LGT_SpotEmbedded_02_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LGT_SpotEmbedded_02_No_IES_C_ExecuteUbergraph_BP_LGT_SpotEmbedded_02_No_IES \ +static_assert(alignof(BP_LGT_SpotEmbedded_02_No_IES_C_ExecuteUbergraph_BP_LGT_SpotEmbedded_02_No_IES) == 0x000004, "Wrong alignment on BP_LGT_SpotEmbedded_02_No_IES_C_ExecuteUbergraph_BP_LGT_SpotEmbedded_02_No_IES"); \ +static_assert(sizeof(BP_LGT_SpotEmbedded_02_No_IES_C_ExecuteUbergraph_BP_LGT_SpotEmbedded_02_No_IES) == 0x00003C, "Wrong size on BP_LGT_SpotEmbedded_02_No_IES_C_ExecuteUbergraph_BP_LGT_SpotEmbedded_02_No_IES"); \ +static_assert(offsetof(BP_LGT_SpotEmbedded_02_No_IES_C_ExecuteUbergraph_BP_LGT_SpotEmbedded_02_No_IES, EntryPoint) == 0x000000, "Member 'BP_LGT_SpotEmbedded_02_No_IES_C_ExecuteUbergraph_BP_LGT_SpotEmbedded_02_No_IES::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LGT_SpotEmbedded_02_No_IES_C_ExecuteUbergraph_BP_LGT_SpotEmbedded_02_No_IES, CallFunc_RandomFloatInRange_ReturnValue) == 0x000004, "Member 'BP_LGT_SpotEmbedded_02_No_IES_C_ExecuteUbergraph_BP_LGT_SpotEmbedded_02_No_IES::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGT_SpotEmbedded_02_No_IES_C_ExecuteUbergraph_BP_LGT_SpotEmbedded_02_No_IES, K2Node_ComponentBoundEvent_Type) == 0x000008, "Member 'BP_LGT_SpotEmbedded_02_No_IES_C_ExecuteUbergraph_BP_LGT_SpotEmbedded_02_No_IES::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_LGT_SpotEmbedded_02_No_IES_C_ExecuteUbergraph_BP_LGT_SpotEmbedded_02_No_IES, K2Node_ComponentBoundEvent_HitContext) == 0x00000C, "Member 'BP_LGT_SpotEmbedded_02_No_IES_C_ExecuteUbergraph_BP_LGT_SpotEmbedded_02_No_IES::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LGT_SpotEmbedded_02_No_IES_C \ +static_assert(alignof(ABP_LGT_SpotEmbedded_02_No_IES_C) == 0x000010, "Wrong alignment on ABP_LGT_SpotEmbedded_02_No_IES_C"); \ +static_assert(sizeof(ABP_LGT_SpotEmbedded_02_No_IES_C) == 0x000360, "Wrong size on ABP_LGT_SpotEmbedded_02_No_IES_C"); \ +static_assert(offsetof(ABP_LGT_SpotEmbedded_02_No_IES_C, UberGraphFrame) == 0x000340, "Member 'ABP_LGT_SpotEmbedded_02_No_IES_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGT_SpotEmbedded_02_No_IES_C, SBZNiagaraWwise) == 0x000348, "Member 'ABP_LGT_SpotEmbedded_02_No_IES_C::SBZNiagaraWwise' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGT_SpotEmbedded_02_No_IES_C, SBZCosmeticDestruction) == 0x000350, "Member 'ABP_LGT_SpotEmbedded_02_No_IES_C::SBZCosmeticDestruction' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGT_SpotEmbedded_02_No_IES_C, SpotLight) == 0x000358, "Member 'ABP_LGT_SpotEmbedded_02_No_IES_C::SpotLight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LGT_Fluorescent_01_C_UserConstructionScript \ +static_assert(alignof(BP_LGT_Fluorescent_01_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_LGT_Fluorescent_01_C_UserConstructionScript"); \ +static_assert(sizeof(BP_LGT_Fluorescent_01_C_UserConstructionScript) == 0x0000D0, "Wrong size on BP_LGT_Fluorescent_01_C_UserConstructionScript"); \ +static_assert(offsetof(BP_LGT_Fluorescent_01_C_UserConstructionScript, CallFunc_FMax_ReturnValue) == 0x000000, "Member 'BP_LGT_Fluorescent_01_C_UserConstructionScript::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGT_Fluorescent_01_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x000004, "Member 'BP_LGT_Fluorescent_01_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGT_Fluorescent_01_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue) == 0x000010, "Member 'BP_LGT_Fluorescent_01_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LGT_Fluorescent_01_C_UserConstructionScript, CallFunc_K2_AddLocalTransform_SweepHitResult) == 0x000040, "Member 'BP_LGT_Fluorescent_01_C_UserConstructionScript::CallFunc_K2_AddLocalTransform_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LGT_Fluorescent_01_C \ +static_assert(alignof(ABP_LGT_Fluorescent_01_C) == 0x000010, "Wrong alignment on ABP_LGT_Fluorescent_01_C"); \ +static_assert(sizeof(ABP_LGT_Fluorescent_01_C) == 0x000360, "Wrong size on ABP_LGT_Fluorescent_01_C"); \ +static_assert(offsetof(ABP_LGT_Fluorescent_01_C, Cable) == 0x000340, "Member 'ABP_LGT_Fluorescent_01_C::Cable' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGT_Fluorescent_01_C, RectLight) == 0x000348, "Member 'ABP_LGT_Fluorescent_01_C::RectLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGT_Fluorescent_01_C, Cable_Length) == 0x000350, "Member 'ABP_LGT_Fluorescent_01_C::Cable_Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LGT_SpotLightRail_01_d_01_C \ +static_assert(alignof(ABP_LGT_SpotLightRail_01_d_01_C) == 0x000010, "Wrong alignment on ABP_LGT_SpotLightRail_01_d_01_C"); \ +static_assert(sizeof(ABP_LGT_SpotLightRail_01_d_01_C) == 0x000370, "Wrong size on ABP_LGT_SpotLightRail_01_d_01_C"); \ +static_assert(offsetof(ABP_LGT_SpotLightRail_01_d_01_C, SpotLight_2) == 0x000340, "Member 'ABP_LGT_SpotLightRail_01_d_01_C::SpotLight_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGT_SpotLightRail_01_d_01_C, StaticMesh__4) == 0x000348, "Member 'ABP_LGT_SpotLightRail_01_d_01_C::StaticMesh__4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGT_SpotLightRail_01_d_01_C, StaticMesh__8) == 0x000350, "Member 'ABP_LGT_SpotLightRail_01_d_01_C::StaticMesh__8' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGT_SpotLightRail_01_d_01_C, StaticMesh_3) == 0x000358, "Member 'ABP_LGT_SpotLightRail_01_d_01_C::StaticMesh_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGT_SpotLightRail_01_d_01_C, StaticMesh_7) == 0x000360, "Member 'ABP_LGT_SpotLightRail_01_d_01_C::StaticMesh_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGT_SpotLightRail_01_d_01_C, SpotLight) == 0x000368, "Member 'ABP_LGT_SpotLightRail_01_d_01_C::SpotLight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LGT_SpotLightRail_Randomized_01_C \ +static_assert(alignof(ABP_LGT_SpotLightRail_Randomized_01_C) == 0x000010, "Wrong alignment on ABP_LGT_SpotLightRail_Randomized_01_C"); \ +static_assert(sizeof(ABP_LGT_SpotLightRail_Randomized_01_C) == 0x000390, "Wrong size on ABP_LGT_SpotLightRail_Randomized_01_C"); \ +static_assert(offsetof(ABP_LGT_SpotLightRail_Randomized_01_C, SpotLight_1) == 0x000340, "Member 'ABP_LGT_SpotLightRail_Randomized_01_C::SpotLight_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGT_SpotLightRail_Randomized_01_C, StaticMesh__5) == 0x000348, "Member 'ABP_LGT_SpotLightRail_Randomized_01_C::StaticMesh__5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGT_SpotLightRail_Randomized_01_C, StaticMesh__9) == 0x000350, "Member 'ABP_LGT_SpotLightRail_Randomized_01_C::StaticMesh__9' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGT_SpotLightRail_Randomized_01_C, SpotLight_2) == 0x000358, "Member 'ABP_LGT_SpotLightRail_Randomized_01_C::SpotLight_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGT_SpotLightRail_Randomized_01_C, StaticMesh__4) == 0x000360, "Member 'ABP_LGT_SpotLightRail_Randomized_01_C::StaticMesh__4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGT_SpotLightRail_Randomized_01_C, StaticMesh__8) == 0x000368, "Member 'ABP_LGT_SpotLightRail_Randomized_01_C::StaticMesh__8' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGT_SpotLightRail_Randomized_01_C, StaticMesh_3) == 0x000370, "Member 'ABP_LGT_SpotLightRail_Randomized_01_C::StaticMesh_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGT_SpotLightRail_Randomized_01_C, StaticMesh_7) == 0x000378, "Member 'ABP_LGT_SpotLightRail_Randomized_01_C::StaticMesh_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LGT_SpotLightRail_Randomized_01_C, SpotLight) == 0x000380, "Member 'ABP_LGT_SpotLightRail_Randomized_01_C::SpotLight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InstantLoot_BraceletBox_C \ +static_assert(alignof(ABP_InstantLoot_BraceletBox_C) == 0x000008, "Wrong alignment on ABP_InstantLoot_BraceletBox_C"); \ +static_assert(sizeof(ABP_InstantLoot_BraceletBox_C) == 0x0002F0, "Wrong size on ABP_InstantLoot_BraceletBox_C"); \ +static_assert(offsetof(ABP_InstantLoot_BraceletBox_C, SBZAIObjective) == 0x0002E0, "Member 'ABP_InstantLoot_BraceletBox_C::SBZAIObjective' has a wrong offset!"); \ +static_assert(offsetof(ABP_InstantLoot_BraceletBox_C, Loot) == 0x0002E8, "Member 'ABP_InstantLoot_BraceletBox_C::Loot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FileBox_01_Open_Empty_SmallDestruction_C \ +static_assert(alignof(ABP_FileBox_01_Open_Empty_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_FileBox_01_Open_Empty_SmallDestruction_C"); \ +static_assert(sizeof(ABP_FileBox_01_Open_Empty_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_FileBox_01_Open_Empty_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_ABP_FileDivider_01_SmallDestruction_C \ +static_assert(alignof(ABP_FileDivider_01_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_FileDivider_01_SmallDestruction_C"); \ +static_assert(sizeof(ABP_FileDivider_01_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_FileDivider_01_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_BP_InstantLoot_Money_02_C_RandomOffset \ +static_assert(alignof(BP_InstantLoot_Money_02_C_RandomOffset) == 0x000004, "Wrong alignment on BP_InstantLoot_Money_02_C_RandomOffset"); \ +static_assert(sizeof(BP_InstantLoot_Money_02_C_RandomOffset) == 0x000144, "Wrong size on BP_InstantLoot_Money_02_C_RandomOffset"); \ +static_assert(offsetof(BP_InstantLoot_Money_02_C_RandomOffset, EnableOffset) == 0x000000, "Member 'BP_InstantLoot_Money_02_C_RandomOffset::EnableOffset' has a wrong offset!"); \ +static_assert(offsetof(BP_InstantLoot_Money_02_C_RandomOffset, CallFunc_RandomFloatInRange_ReturnValue) == 0x000004, "Member 'BP_InstantLoot_Money_02_C_RandomOffset::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InstantLoot_Money_02_C_RandomOffset, CallFunc_MakeVector_ReturnValue) == 0x000008, "Member 'BP_InstantLoot_Money_02_C_RandomOffset::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InstantLoot_Money_02_C_RandomOffset, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000014, "Member 'BP_InstantLoot_Money_02_C_RandomOffset::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InstantLoot_Money_02_C_RandomOffset, CallFunc_K2_AddLocalOffset_SweepHitResult) == 0x000018, "Member 'BP_InstantLoot_Money_02_C_RandomOffset::CallFunc_K2_AddLocalOffset_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_InstantLoot_Money_02_C_RandomOffset, CallFunc_MakeRotator_ReturnValue) == 0x0000A8, "Member 'BP_InstantLoot_Money_02_C_RandomOffset::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InstantLoot_Money_02_C_RandomOffset, CallFunc_K2_AddLocalRotation_SweepHitResult) == 0x0000B4, "Member 'BP_InstantLoot_Money_02_C_RandomOffset::CallFunc_K2_AddLocalRotation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InstantLoot_Money_02_C \ +static_assert(alignof(ABP_InstantLoot_Money_02_C) == 0x000008, "Wrong alignment on ABP_InstantLoot_Money_02_C"); \ +static_assert(sizeof(ABP_InstantLoot_Money_02_C) == 0x0002F0, "Wrong size on ABP_InstantLoot_Money_02_C"); \ +static_assert(offsetof(ABP_InstantLoot_Money_02_C, Enable_Offset) == 0x0002E8, "Member 'ABP_InstantLoot_Money_02_C::Enable_Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InstantLoot_Money_03_C_RandomOffset \ +static_assert(alignof(BP_InstantLoot_Money_03_C_RandomOffset) == 0x000004, "Wrong alignment on BP_InstantLoot_Money_03_C_RandomOffset"); \ +static_assert(sizeof(BP_InstantLoot_Money_03_C_RandomOffset) == 0x000144, "Wrong size on BP_InstantLoot_Money_03_C_RandomOffset"); \ +static_assert(offsetof(BP_InstantLoot_Money_03_C_RandomOffset, EnableOffset) == 0x000000, "Member 'BP_InstantLoot_Money_03_C_RandomOffset::EnableOffset' has a wrong offset!"); \ +static_assert(offsetof(BP_InstantLoot_Money_03_C_RandomOffset, CallFunc_RandomFloatInRange_ReturnValue) == 0x000004, "Member 'BP_InstantLoot_Money_03_C_RandomOffset::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InstantLoot_Money_03_C_RandomOffset, CallFunc_MakeVector_ReturnValue) == 0x000008, "Member 'BP_InstantLoot_Money_03_C_RandomOffset::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InstantLoot_Money_03_C_RandomOffset, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000014, "Member 'BP_InstantLoot_Money_03_C_RandomOffset::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InstantLoot_Money_03_C_RandomOffset, CallFunc_K2_AddLocalOffset_SweepHitResult) == 0x000018, "Member 'BP_InstantLoot_Money_03_C_RandomOffset::CallFunc_K2_AddLocalOffset_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_InstantLoot_Money_03_C_RandomOffset, CallFunc_MakeRotator_ReturnValue) == 0x0000A8, "Member 'BP_InstantLoot_Money_03_C_RandomOffset::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InstantLoot_Money_03_C_RandomOffset, CallFunc_K2_AddLocalRotation_SweepHitResult) == 0x0000B4, "Member 'BP_InstantLoot_Money_03_C_RandomOffset::CallFunc_K2_AddLocalRotation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InstantLoot_Money_03_C \ +static_assert(alignof(ABP_InstantLoot_Money_03_C) == 0x000008, "Wrong alignment on ABP_InstantLoot_Money_03_C"); \ +static_assert(sizeof(ABP_InstantLoot_Money_03_C) == 0x0002F0, "Wrong size on ABP_InstantLoot_Money_03_C"); \ +static_assert(offsetof(ABP_InstantLoot_Money_03_C, Enable_Offset) == 0x0002E8, "Member 'ABP_InstantLoot_Money_03_C::Enable_Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ThermiteBagWorldItem_C \ +static_assert(alignof(ABP_ThermiteBagWorldItem_C) == 0x000008, "Wrong alignment on ABP_ThermiteBagWorldItem_C"); \ +static_assert(sizeof(ABP_ThermiteBagWorldItem_C) == 0x000368, "Wrong size on ABP_ThermiteBagWorldItem_C"); \ +static_assert(offsetof(ABP_ThermiteBagWorldItem_C, SBZOutline) == 0x000358, "Member 'ABP_ThermiteBagWorldItem_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_ThermiteBagWorldItem_C, StaticMesh) == 0x000360, "Member 'ABP_ThermiteBagWorldItem_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticBeerBottle_C \ +static_assert(alignof(ABP_CosmeticBeerBottle_C) == 0x000008, "Wrong alignment on ABP_CosmeticBeerBottle_C"); \ +static_assert(sizeof(ABP_CosmeticBeerBottle_C) == 0x0002D0, "Wrong size on ABP_CosmeticBeerBottle_C"); \ +static_assert(offsetof(ABP_CosmeticBeerBottle_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticBeerBottle_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CosmeticGlassBottle_C \ +static_assert(alignof(ABP_CosmeticGlassBottle_C) == 0x000008, "Wrong alignment on ABP_CosmeticGlassBottle_C"); \ +static_assert(sizeof(ABP_CosmeticGlassBottle_C) == 0x0002D0, "Wrong size on ABP_CosmeticGlassBottle_C"); \ +static_assert(offsetof(ABP_CosmeticGlassBottle_C, StaticMesh) == 0x0002C8, "Member 'ABP_CosmeticGlassBottle_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGA_AI_TacticalFlash_C \ +static_assert(alignof(UGA_AI_TacticalFlash_C) == 0x000008, "Wrong alignment on UGA_AI_TacticalFlash_C"); \ +static_assert(sizeof(UGA_AI_TacticalFlash_C) == 0x0060D0, "Wrong size on UGA_AI_TacticalFlash_C"); \ + +#define DUMPER7_ASSERTS_UGE_Moon_Tactical_Flashbang_C \ +static_assert(alignof(UGE_Moon_Tactical_Flashbang_C) == 0x000008, "Wrong alignment on UGE_Moon_Tactical_Flashbang_C"); \ +static_assert(sizeof(UGE_Moon_Tactical_Flashbang_C) == 0x0008C0, "Wrong size on UGE_Moon_Tactical_Flashbang_C"); \ + +#define DUMPER7_ASSERTS_BP_CoffeeMachine_01_B_C_ExecuteUbergraph_BP_CoffeeMachine_01_B \ +static_assert(alignof(BP_CoffeeMachine_01_B_C_ExecuteUbergraph_BP_CoffeeMachine_01_B) == 0x000008, "Wrong alignment on BP_CoffeeMachine_01_B_C_ExecuteUbergraph_BP_CoffeeMachine_01_B"); \ +static_assert(sizeof(BP_CoffeeMachine_01_B_C_ExecuteUbergraph_BP_CoffeeMachine_01_B) == 0x000050, "Wrong size on BP_CoffeeMachine_01_B_C_ExecuteUbergraph_BP_CoffeeMachine_01_B"); \ +static_assert(offsetof(BP_CoffeeMachine_01_B_C_ExecuteUbergraph_BP_CoffeeMachine_01_B, EntryPoint) == 0x000000, "Member 'BP_CoffeeMachine_01_B_C_ExecuteUbergraph_BP_CoffeeMachine_01_B::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CoffeeMachine_01_B_C_ExecuteUbergraph_BP_CoffeeMachine_01_B, CallFunc_IsDedicatedServer_ReturnValue) == 0x000004, "Member 'BP_CoffeeMachine_01_B_C_ExecuteUbergraph_BP_CoffeeMachine_01_B::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CoffeeMachine_01_B_C_ExecuteUbergraph_BP_CoffeeMachine_01_B, K2Node_ComponentBoundEvent_Type) == 0x000005, "Member 'BP_CoffeeMachine_01_B_C_ExecuteUbergraph_BP_CoffeeMachine_01_B::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_CoffeeMachine_01_B_C_ExecuteUbergraph_BP_CoffeeMachine_01_B, K2Node_ComponentBoundEvent_HitContext) == 0x000008, "Member 'BP_CoffeeMachine_01_B_C_ExecuteUbergraph_BP_CoffeeMachine_01_B::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BP_CoffeeMachine_01_B_C_ExecuteUbergraph_BP_CoffeeMachine_01_B, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x000038, "Member 'BP_CoffeeMachine_01_B_C_ExecuteUbergraph_BP_CoffeeMachine_01_B::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CoffeeMachine_01_B_C_ExecuteUbergraph_BP_CoffeeMachine_01_B, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000048, "Member 'BP_CoffeeMachine_01_B_C_ExecuteUbergraph_BP_CoffeeMachine_01_B::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CoffeeMachine_01_B_C_BndEvt__BP_CoffeeMachine_01_B_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BP_CoffeeMachine_01_B_C_BndEvt__BP_CoffeeMachine_01_B_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BP_CoffeeMachine_01_B_C_BndEvt__BP_CoffeeMachine_01_B_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BP_CoffeeMachine_01_B_C_BndEvt__BP_CoffeeMachine_01_B_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BP_CoffeeMachine_01_B_C_BndEvt__BP_CoffeeMachine_01_B_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BP_CoffeeMachine_01_B_C_BndEvt__BP_CoffeeMachine_01_B_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BP_CoffeeMachine_01_B_C_BndEvt__BP_CoffeeMachine_01_B_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_CoffeeMachine_01_B_C_BndEvt__BP_CoffeeMachine_01_B_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BP_CoffeeMachine_01_B_C_BndEvt__BP_CoffeeMachine_01_B_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CoffeeMachine_01_B_C \ +static_assert(alignof(ABP_CoffeeMachine_01_B_C) == 0x000008, "Wrong alignment on ABP_CoffeeMachine_01_B_C"); \ +static_assert(sizeof(ABP_CoffeeMachine_01_B_C) == 0x0002C0, "Wrong size on ABP_CoffeeMachine_01_B_C"); \ +static_assert(offsetof(ABP_CoffeeMachine_01_B_C, UberGraphFrame) == 0x0002A8, "Member 'ABP_CoffeeMachine_01_B_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_CoffeeMachine_01_B_C, SBZCosmeticDestruction) == 0x0002B0, "Member 'ABP_CoffeeMachine_01_B_C::SBZCosmeticDestruction' has a wrong offset!"); \ +static_assert(offsetof(ABP_CoffeeMachine_01_B_C, StaticMesh) == 0x0002B8, "Member 'ABP_CoffeeMachine_01_B_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR \ +static_assert(alignof(BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR) == 0x000008, "Wrong alignment on BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR"); \ +static_assert(sizeof(BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR) == 0x0000C8, "Wrong size on BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR"); \ +static_assert(offsetof(BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR, EntryPoint) == 0x000000, "Member 'BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR, Temp_struct_Variable) == 0x000008, "Member 'BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR, Temp_delegate_Variable) == 0x000018, "Member 'BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR, Temp_struct_Variable_1) == 0x000030, "Member 'BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR, Temp_delegate_Variable_1) == 0x000040, "Member 'BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR, CallFunc_PostAkEvent_ReturnValue) == 0x000054, "Member 'BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR, K2Node_ComponentBoundEvent_Type) == 0x000058, "Member 'BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR, K2Node_ComponentBoundEvent_HitContext) == 0x00005C, "Member 'BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR, CallFunc_IsDedicatedServer_ReturnValue) == 0x00008C, "Member 'BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x000090, "Member 'BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR, CallFunc_BreakRotator_Roll) == 0x00009C, "Member 'BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR, CallFunc_BreakRotator_Pitch) == 0x0000A0, "Member 'BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR, CallFunc_BreakRotator_Yaw) == 0x0000A4, "Member 'BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR, CallFunc_MakeRotator_ReturnValue) == 0x0000A8, "Member 'BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0000B8, "Member 'BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR, CallFunc_PostEvent_ReturnValue) == 0x0000C0, "Member 'BP_CoffeeMachine_01_SCR_C_ExecuteUbergraph_BP_CoffeeMachine_01_SCR::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CoffeeMachine_01_SCR_C_BndEvt__BP_CoffeeMachine_01_SCR_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BP_CoffeeMachine_01_SCR_C_BndEvt__BP_CoffeeMachine_01_SCR_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BP_CoffeeMachine_01_SCR_C_BndEvt__BP_CoffeeMachine_01_SCR_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BP_CoffeeMachine_01_SCR_C_BndEvt__BP_CoffeeMachine_01_SCR_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BP_CoffeeMachine_01_SCR_C_BndEvt__BP_CoffeeMachine_01_SCR_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BP_CoffeeMachine_01_SCR_C_BndEvt__BP_CoffeeMachine_01_SCR_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BP_CoffeeMachine_01_SCR_C_BndEvt__BP_CoffeeMachine_01_SCR_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_CoffeeMachine_01_SCR_C_BndEvt__BP_CoffeeMachine_01_SCR_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BP_CoffeeMachine_01_SCR_C_BndEvt__BP_CoffeeMachine_01_SCR_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CoffeeMachine_01_SCR_C \ +static_assert(alignof(ABP_CoffeeMachine_01_SCR_C) == 0x000008, "Wrong alignment on ABP_CoffeeMachine_01_SCR_C"); \ +static_assert(sizeof(ABP_CoffeeMachine_01_SCR_C) == 0x000348, "Wrong size on ABP_CoffeeMachine_01_SCR_C"); \ +static_assert(offsetof(ABP_CoffeeMachine_01_SCR_C, UberGraphFrame_BP_CoffeeMachine_01_SCR_C) == 0x000330, "Member 'ABP_CoffeeMachine_01_SCR_C::UberGraphFrame_BP_CoffeeMachine_01_SCR_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_CoffeeMachine_01_SCR_C, AK) == 0x000338, "Member 'ABP_CoffeeMachine_01_SCR_C::AK' has a wrong offset!"); \ +static_assert(offsetof(ABP_CoffeeMachine_01_SCR_C, FX_pressure_leak) == 0x000340, "Member 'ABP_CoffeeMachine_01_SCR_C::FX_pressure_leak' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ClipBoard_01_SmallDestruction_C \ +static_assert(alignof(ABP_ClipBoard_01_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_ClipBoard_01_SmallDestruction_C"); \ +static_assert(sizeof(ABP_ClipBoard_01_SmallDestruction_C) == 0x0002D8, "Wrong size on ABP_ClipBoard_01_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_ABPL_HangingModern_Circle_Little_C \ +static_assert(alignof(ABPL_HangingModern_Circle_Little_C) == 0x000008, "Wrong alignment on ABPL_HangingModern_Circle_Little_C"); \ +static_assert(sizeof(ABPL_HangingModern_Circle_Little_C) == 0x0002C8, "Wrong size on ABPL_HangingModern_Circle_Little_C"); \ +static_assert(offsetof(ABPL_HangingModern_Circle_Little_C, PointLight) == 0x0002A8, "Member 'ABPL_HangingModern_Circle_Little_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABPL_HangingModern_Circle_Little_C, SmoothAmbiant) == 0x0002B0, "Member 'ABPL_HangingModern_Circle_Little_C::SmoothAmbiant' has a wrong offset!"); \ +static_assert(offsetof(ABPL_HangingModern_Circle_Little_C, LGT_DeskLamp_02) == 0x0002B8, "Member 'ABPL_HangingModern_Circle_Little_C::LGT_DeskLamp_02' has a wrong offset!"); \ +static_assert(offsetof(ABPL_HangingModern_Circle_Little_C, DefaultSceneRoot) == 0x0002C0, "Member 'ABPL_HangingModern_Circle_Little_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PokerSet_01_Stack_Open_SmallDestruction_C \ +static_assert(alignof(ABP_PokerSet_01_Stack_Open_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_PokerSet_01_Stack_Open_SmallDestruction_C"); \ +static_assert(sizeof(ABP_PokerSet_01_Stack_Open_SmallDestruction_C) == 0x0002D8, "Wrong size on ABP_PokerSet_01_Stack_Open_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_ABP_PokerSet_01_SmallStack_Open_SmallDestruction_C \ +static_assert(alignof(ABP_PokerSet_01_SmallStack_Open_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_PokerSet_01_SmallStack_Open_SmallDestruction_C"); \ +static_assert(sizeof(ABP_PokerSet_01_SmallStack_Open_SmallDestruction_C) == 0x0002D8, "Wrong size on ABP_PokerSet_01_SmallStack_Open_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_ABP_FryingPan_01_SmallDestruction_C \ +static_assert(alignof(ABP_FryingPan_01_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_FryingPan_01_SmallDestruction_C"); \ +static_assert(sizeof(ABP_FryingPan_01_SmallDestruction_C) == 0x0002D8, "Wrong size on ABP_FryingPan_01_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS \ +static_assert(alignof(BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS) == 0x000008, "Wrong alignment on BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS"); \ +static_assert(sizeof(BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS) == 0x000058, "Wrong size on BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS"); \ +static_assert(offsetof(BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS, EntryPoint) == 0x000000, "Member 'BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS, CallFunc_SetState_ReturnValue) == 0x000005, "Member 'BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS::CallFunc_SetState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS, K2Node_Event_OldState) == 0x000006, "Member 'BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS::K2Node_Event_OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS, K2Node_Event_NewState) == 0x000007, "Member 'BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS, K2Node_Event_bIsInitialStateChange) == 0x000008, "Member 'BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS::K2Node_Event_bIsInitialStateChange' has a wrong offset!"); \ +static_assert(offsetof(BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS, K2Node_SwitchEnum_CmpSuccess) == 0x00000A, "Member 'BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS, K2Node_DynamicCast_AsSBZBreakable_Interface) == 0x000010, "Member 'BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS::K2Node_DynamicCast_AsSBZBreakable_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS, CallFunc_IsDedicatedServer_ReturnValue) == 0x000021, "Member 'BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS, CallFunc_HasAuthority_ReturnValue_1) == 0x000022, "Member 'BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS, K2Node_ComponentBoundEvent_PoolComponent) == 0x000028, "Member 'BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS::K2Node_ComponentBoundEvent_PoolComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS, K2Node_ComponentBoundEvent_Hits) == 0x000030, "Member 'BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS::K2Node_ComponentBoundEvent_Hits' has a wrong offset!"); \ +static_assert(offsetof(BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS, K2Node_ComponentBoundEvent_bDoCosmetics) == 0x000034, "Member 'BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS::K2Node_ComponentBoundEvent_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS, K2Node_ComponentBoundEvent_DamageContext) == 0x000038, "Member 'BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS::K2Node_ComponentBoundEvent_DamageContext' has a wrong offset!"); \ +static_assert(offsetof(BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS, K2Node_SwitchInteger_CmpSuccess) == 0x000050, "Member 'BP_IGL_BRE_NAV_ATT_2HITS_C_ExecuteUbergraph_BP_IGL_BRE_NAV_ATT_2HITS::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_IGL_BRE_NAV_ATT_2HITS_C_OnStateChanged \ +static_assert(alignof(BP_IGL_BRE_NAV_ATT_2HITS_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_IGL_BRE_NAV_ATT_2HITS_C_OnStateChanged"); \ +static_assert(sizeof(BP_IGL_BRE_NAV_ATT_2HITS_C_OnStateChanged) == 0x000003, "Wrong size on BP_IGL_BRE_NAV_ATT_2HITS_C_OnStateChanged"); \ +static_assert(offsetof(BP_IGL_BRE_NAV_ATT_2HITS_C_OnStateChanged, OldState) == 0x000000, "Member 'BP_IGL_BRE_NAV_ATT_2HITS_C_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_IGL_BRE_NAV_ATT_2HITS_C_OnStateChanged, NewState) == 0x000001, "Member 'BP_IGL_BRE_NAV_ATT_2HITS_C_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_IGL_BRE_NAV_ATT_2HITS_C_OnStateChanged, bIsInitialStateChange) == 0x000002, "Member 'BP_IGL_BRE_NAV_ATT_2HITS_C_OnStateChanged::bIsInitialStateChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_IGL_BRE_NAV_ATT_2HITS_C_BndEvt__BP_BreachableWindow_SBZPropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature \ +static_assert(alignof(BP_IGL_BRE_NAV_ATT_2HITS_C_BndEvt__BP_BreachableWindow_SBZPropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_IGL_BRE_NAV_ATT_2HITS_C_BndEvt__BP_BreachableWindow_SBZPropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature"); \ +static_assert(sizeof(BP_IGL_BRE_NAV_ATT_2HITS_C_BndEvt__BP_BreachableWindow_SBZPropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature) == 0x000028, "Wrong size on BP_IGL_BRE_NAV_ATT_2HITS_C_BndEvt__BP_BreachableWindow_SBZPropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature"); \ +static_assert(offsetof(BP_IGL_BRE_NAV_ATT_2HITS_C_BndEvt__BP_BreachableWindow_SBZPropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature, PoolComponent) == 0x000000, "Member 'BP_IGL_BRE_NAV_ATT_2HITS_C_BndEvt__BP_BreachableWindow_SBZPropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature::PoolComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_IGL_BRE_NAV_ATT_2HITS_C_BndEvt__BP_BreachableWindow_SBZPropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature, Hits) == 0x000008, "Member 'BP_IGL_BRE_NAV_ATT_2HITS_C_BndEvt__BP_BreachableWindow_SBZPropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature::Hits' has a wrong offset!"); \ +static_assert(offsetof(BP_IGL_BRE_NAV_ATT_2HITS_C_BndEvt__BP_BreachableWindow_SBZPropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature, bDoCosmetics) == 0x00000C, "Member 'BP_IGL_BRE_NAV_ATT_2HITS_C_BndEvt__BP_BreachableWindow_SBZPropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature::bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_IGL_BRE_NAV_ATT_2HITS_C_BndEvt__BP_BreachableWindow_SBZPropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature, DamageContext) == 0x000010, "Member 'BP_IGL_BRE_NAV_ATT_2HITS_C_BndEvt__BP_BreachableWindow_SBZPropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature::DamageContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_IGL_BRE_NAV_ATT_2HITS_C \ +static_assert(alignof(ABP_IGL_BRE_NAV_ATT_2HITS_C) == 0x000008, "Wrong alignment on ABP_IGL_BRE_NAV_ATT_2HITS_C"); \ +static_assert(sizeof(ABP_IGL_BRE_NAV_ATT_2HITS_C) == 0x0005F8, "Wrong size on ABP_IGL_BRE_NAV_ATT_2HITS_C"); \ +static_assert(offsetof(ABP_IGL_BRE_NAV_ATT_2HITS_C, UberGraphFrame) == 0x000588, "Member 'ABP_IGL_BRE_NAV_ATT_2HITS_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_IGL_BRE_NAV_ATT_2HITS_C, SBZRoomConnector) == 0x000590, "Member 'ABP_IGL_BRE_NAV_ATT_2HITS_C::SBZRoomConnector' has a wrong offset!"); \ +static_assert(offsetof(ABP_IGL_BRE_NAV_ATT_2HITS_C, SBZAcousticPortalConnector) == 0x000598, "Member 'ABP_IGL_BRE_NAV_ATT_2HITS_C::SBZAcousticPortalConnector' has a wrong offset!"); \ +static_assert(offsetof(ABP_IGL_BRE_NAV_ATT_2HITS_C, SBZPropDamage) == 0x0005A0, "Member 'ABP_IGL_BRE_NAV_ATT_2HITS_C::SBZPropDamage' has a wrong offset!"); \ +static_assert(offsetof(ABP_IGL_BRE_NAV_ATT_2HITS_C, Window) == 0x0005A8, "Member 'ABP_IGL_BRE_NAV_ATT_2HITS_C::Window' has a wrong offset!"); \ +static_assert(offsetof(ABP_IGL_BRE_NAV_ATT_2HITS_C, Particle_count) == 0x0005B0, "Member 'ABP_IGL_BRE_NAV_ATT_2HITS_C::Particle_count' has a wrong offset!"); \ +static_assert(offsetof(ABP_IGL_BRE_NAV_ATT_2HITS_C, Particle_Size_Multiplier) == 0x0005B4, "Member 'ABP_IGL_BRE_NAV_ATT_2HITS_C::Particle_Size_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(ABP_IGL_BRE_NAV_ATT_2HITS_C, Particle_Color) == 0x0005B8, "Member 'ABP_IGL_BRE_NAV_ATT_2HITS_C::Particle_Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_IGL_BRE_NAV_ATT_2HITS_C, DamageInstigator) == 0x0005C8, "Member 'ABP_IGL_BRE_NAV_ATT_2HITS_C::DamageInstigator' has a wrong offset!"); \ +static_assert(offsetof(ABP_IGL_BRE_NAV_ATT_2HITS_C, Do_Cosmetics) == 0x0005D0, "Member 'ABP_IGL_BRE_NAV_ATT_2HITS_C::Do_Cosmetics' has a wrong offset!"); \ +static_assert(offsetof(ABP_IGL_BRE_NAV_ATT_2HITS_C, IsDestroyed) == 0x0005D1, "Member 'ABP_IGL_BRE_NAV_ATT_2HITS_C::IsDestroyed' has a wrong offset!"); \ +static_assert(offsetof(ABP_IGL_BRE_NAV_ATT_2HITS_C, onGlassDamaged) == 0x0005D8, "Member 'ABP_IGL_BRE_NAV_ATT_2HITS_C::onGlassDamaged' has a wrong offset!"); \ +static_assert(offsetof(ABP_IGL_BRE_NAV_ATT_2HITS_C, onGlassDestroyed) == 0x0005E8, "Member 'ABP_IGL_BRE_NAV_ATT_2HITS_C::onGlassDestroyed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPCactusPot_01_C_SmallDestruction_C_ExecuteUbergraph_BPCactusPot_01_C_SmallDestruction \ +static_assert(alignof(BPCactusPot_01_C_SmallDestruction_C_ExecuteUbergraph_BPCactusPot_01_C_SmallDestruction) == 0x000008, "Wrong alignment on BPCactusPot_01_C_SmallDestruction_C_ExecuteUbergraph_BPCactusPot_01_C_SmallDestruction"); \ +static_assert(sizeof(BPCactusPot_01_C_SmallDestruction_C_ExecuteUbergraph_BPCactusPot_01_C_SmallDestruction) == 0x000050, "Wrong size on BPCactusPot_01_C_SmallDestruction_C_ExecuteUbergraph_BPCactusPot_01_C_SmallDestruction"); \ +static_assert(offsetof(BPCactusPot_01_C_SmallDestruction_C_ExecuteUbergraph_BPCactusPot_01_C_SmallDestruction, EntryPoint) == 0x000000, "Member 'BPCactusPot_01_C_SmallDestruction_C_ExecuteUbergraph_BPCactusPot_01_C_SmallDestruction::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BPCactusPot_01_C_SmallDestruction_C_ExecuteUbergraph_BPCactusPot_01_C_SmallDestruction, CallFunc_IsDedicatedServer_ReturnValue) == 0x000004, "Member 'BPCactusPot_01_C_SmallDestruction_C_ExecuteUbergraph_BPCactusPot_01_C_SmallDestruction::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPCactusPot_01_C_SmallDestruction_C_ExecuteUbergraph_BPCactusPot_01_C_SmallDestruction, K2Node_ComponentBoundEvent_Type) == 0x000005, "Member 'BPCactusPot_01_C_SmallDestruction_C_ExecuteUbergraph_BPCactusPot_01_C_SmallDestruction::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BPCactusPot_01_C_SmallDestruction_C_ExecuteUbergraph_BPCactusPot_01_C_SmallDestruction, K2Node_ComponentBoundEvent_HitContext) == 0x000008, "Member 'BPCactusPot_01_C_SmallDestruction_C_ExecuteUbergraph_BPCactusPot_01_C_SmallDestruction::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BPCactusPot_01_C_SmallDestruction_C_ExecuteUbergraph_BPCactusPot_01_C_SmallDestruction, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BPCactusPot_01_C_SmallDestruction_C_ExecuteUbergraph_BPCactusPot_01_C_SmallDestruction::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPCactusPot_01_C_SmallDestruction_C_ExecuteUbergraph_BPCactusPot_01_C_SmallDestruction, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000048, "Member 'BPCactusPot_01_C_SmallDestruction_C_ExecuteUbergraph_BPCactusPot_01_C_SmallDestruction::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPCactusPot_01_C_SmallDestruction_C_BndEvt__BP_PlantPot_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BPCactusPot_01_C_SmallDestruction_C_BndEvt__BP_PlantPot_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BPCactusPot_01_C_SmallDestruction_C_BndEvt__BP_PlantPot_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BPCactusPot_01_C_SmallDestruction_C_BndEvt__BP_PlantPot_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BPCactusPot_01_C_SmallDestruction_C_BndEvt__BP_PlantPot_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BPCactusPot_01_C_SmallDestruction_C_BndEvt__BP_PlantPot_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BPCactusPot_01_C_SmallDestruction_C_BndEvt__BP_PlantPot_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BPCactusPot_01_C_SmallDestruction_C_BndEvt__BP_PlantPot_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BPCactusPot_01_C_SmallDestruction_C_BndEvt__BP_PlantPot_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABPCactusPot_01_C_SmallDestruction_C \ +static_assert(alignof(ABPCactusPot_01_C_SmallDestruction_C) == 0x000008, "Wrong alignment on ABPCactusPot_01_C_SmallDestruction_C"); \ +static_assert(sizeof(ABPCactusPot_01_C_SmallDestruction_C) == 0x0002E8, "Wrong size on ABPCactusPot_01_C_SmallDestruction_C"); \ +static_assert(offsetof(ABPCactusPot_01_C_SmallDestruction_C, UberGraphFrame) == 0x0002D8, "Member 'ABPCactusPot_01_C_SmallDestruction_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABPCactusPot_01_C_SmallDestruction_C, SBZCosmeticDestruction) == 0x0002E0, "Member 'ABPCactusPot_01_C_SmallDestruction_C::SBZCosmeticDestruction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CableExtension_01_A_SmallDestruction_C \ +static_assert(alignof(ABP_CableExtension_01_A_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_CableExtension_01_A_SmallDestruction_C"); \ +static_assert(sizeof(ABP_CableExtension_01_A_SmallDestruction_C) == 0x0002D8, "Wrong size on ABP_CableExtension_01_A_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_BP_Vase_02_E_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_E_SmallDestruction \ +static_assert(alignof(BP_Vase_02_E_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_E_SmallDestruction) == 0x000008, "Wrong alignment on BP_Vase_02_E_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_E_SmallDestruction"); \ +static_assert(sizeof(BP_Vase_02_E_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_E_SmallDestruction) == 0x000050, "Wrong size on BP_Vase_02_E_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_E_SmallDestruction"); \ +static_assert(offsetof(BP_Vase_02_E_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_E_SmallDestruction, EntryPoint) == 0x000000, "Member 'BP_Vase_02_E_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_E_SmallDestruction::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_02_E_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_E_SmallDestruction, CallFunc_IsDedicatedServer_ReturnValue) == 0x000004, "Member 'BP_Vase_02_E_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_E_SmallDestruction::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_02_E_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_E_SmallDestruction, K2Node_ComponentBoundEvent_Type) == 0x000005, "Member 'BP_Vase_02_E_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_E_SmallDestruction::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_02_E_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_E_SmallDestruction, K2Node_ComponentBoundEvent_HitContext) == 0x000008, "Member 'BP_Vase_02_E_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_E_SmallDestruction::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_02_E_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_E_SmallDestruction, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BP_Vase_02_E_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_E_SmallDestruction::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_02_E_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_E_SmallDestruction, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000048, "Member 'BP_Vase_02_E_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_E_SmallDestruction::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Vase_02_E_SmallDestruction_C_BndEvt__BP_Vase_02_E_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BP_Vase_02_E_SmallDestruction_C_BndEvt__BP_Vase_02_E_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BP_Vase_02_E_SmallDestruction_C_BndEvt__BP_Vase_02_E_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Vase_02_E_SmallDestruction_C_BndEvt__BP_Vase_02_E_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BP_Vase_02_E_SmallDestruction_C_BndEvt__BP_Vase_02_E_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Vase_02_E_SmallDestruction_C_BndEvt__BP_Vase_02_E_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BP_Vase_02_E_SmallDestruction_C_BndEvt__BP_Vase_02_E_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_02_E_SmallDestruction_C_BndEvt__BP_Vase_02_E_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BP_Vase_02_E_SmallDestruction_C_BndEvt__BP_Vase_02_E_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Vase_02_E_SmallDestruction_C \ +static_assert(alignof(ABP_Vase_02_E_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_Vase_02_E_SmallDestruction_C"); \ +static_assert(sizeof(ABP_Vase_02_E_SmallDestruction_C) == 0x0002E8, "Wrong size on ABP_Vase_02_E_SmallDestruction_C"); \ +static_assert(offsetof(ABP_Vase_02_E_SmallDestruction_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_Vase_02_E_SmallDestruction_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Vase_02_E_SmallDestruction_C, SBZCosmeticDestruction) == 0x0002E0, "Member 'ABP_Vase_02_E_SmallDestruction_C::SBZCosmeticDestruction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare \ +static_assert(alignof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare) == 0x000008, "Wrong alignment on BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare"); \ +static_assert(sizeof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare) == 0x000120, "Wrong size on BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, EntryPoint) == 0x000000, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, Temp_delegate_Variable) == 0x000004, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, Temp_struct_Variable) == 0x000018, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, Temp_delegate_Variable_1) == 0x000028, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, Temp_struct_Variable_1) == 0x000040, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, Temp_delegate_Variable_2) == 0x000050, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, CallFunc_PostEvent_ReturnValue) == 0x000064, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, Temp_bool_Has_Been_Initd_Variable) == 0x000068, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, CallFunc_HasAuthority_ReturnValue) == 0x000069, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, Temp_delegate_Variable_3) == 0x00006C, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, K2Node_ComponentBoundEvent_Interactable_2) == 0x000080, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::K2Node_ComponentBoundEvent_Interactable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, K2Node_ComponentBoundEvent_Interactor_2) == 0x000088, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::K2Node_ComponentBoundEvent_Interactor_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_2) == 0x000090, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, K2Node_ComponentBoundEvent_Interactable_1) == 0x000098, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::K2Node_ComponentBoundEvent_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, K2Node_ComponentBoundEvent_Interactor_1) == 0x0000A0, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::K2Node_ComponentBoundEvent_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1) == 0x0000A8, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, K2Node_ComponentBoundEvent_Interactable) == 0x0000B0, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, K2Node_ComponentBoundEvent_Interactor) == 0x0000B8, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x0000C0, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, Temp_bool_IsClosed_Variable) == 0x0000C1, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, Temp_struct_Variable_2) == 0x0000C8, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, CallFunc_PostEvent_ReturnValue_1) == 0x0000D8, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, K2Node_Event_OldState) == 0x0000DC, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::K2Node_Event_OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, K2Node_Event_NewState) == 0x0000E0, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, K2Node_Event_bDoCosmetics) == 0x0000E4, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, K2Node_SwitchInteger_CmpSuccess) == 0x0000E5, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, Temp_struct_Variable_3) == 0x0000E8, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, CallFunc_PostEvent_ReturnValue_2) == 0x0000F8, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, CallFunc_PostEvent_ReturnValue_3) == 0x0000FC, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000100, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x00010C, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000118, "Member 'BP_Signalflare_C_ExecuteUbergraph_BP_Signalflare::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Signalflare_C_OnStateChanged \ +static_assert(alignof(BP_Signalflare_C_OnStateChanged) == 0x000004, "Wrong alignment on BP_Signalflare_C_OnStateChanged"); \ +static_assert(sizeof(BP_Signalflare_C_OnStateChanged) == 0x00000C, "Wrong size on BP_Signalflare_C_OnStateChanged"); \ +static_assert(offsetof(BP_Signalflare_C_OnStateChanged, OldState) == 0x000000, "Member 'BP_Signalflare_C_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_OnStateChanged, NewState) == 0x000004, "Member 'BP_Signalflare_C_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_OnStateChanged, bDoCosmetics) == 0x000008, "Member 'BP_Signalflare_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Signalflare_C_BndEvt__BP_GenericInteraction_Binary_SBZInteractable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_Signalflare_C_BndEvt__BP_GenericInteraction_Binary_SBZInteractable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_Signalflare_C_BndEvt__BP_GenericInteraction_Binary_SBZInteractable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_Signalflare_C_BndEvt__BP_GenericInteraction_Binary_SBZInteractable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_Signalflare_C_BndEvt__BP_GenericInteraction_Binary_SBZInteractable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_Signalflare_C_BndEvt__BP_GenericInteraction_Binary_SBZInteractable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_Signalflare_C_BndEvt__BP_GenericInteraction_Binary_SBZInteractable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_BndEvt__BP_GenericInteraction_Binary_SBZInteractable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_Signalflare_C_BndEvt__BP_GenericInteraction_Binary_SBZInteractable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_BndEvt__BP_GenericInteraction_Binary_SBZInteractable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_Signalflare_C_BndEvt__BP_GenericInteraction_Binary_SBZInteractable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Signalflare_C_BndEvt__BP_GenericInteraction_Binary_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_Signalflare_C_BndEvt__BP_GenericInteraction_Binary_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_Signalflare_C_BndEvt__BP_GenericInteraction_Binary_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_Signalflare_C_BndEvt__BP_GenericInteraction_Binary_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_Signalflare_C_BndEvt__BP_GenericInteraction_Binary_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_Signalflare_C_BndEvt__BP_GenericInteraction_Binary_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_Signalflare_C_BndEvt__BP_GenericInteraction_Binary_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_BndEvt__BP_GenericInteraction_Binary_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_Signalflare_C_BndEvt__BP_GenericInteraction_Binary_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_BndEvt__BP_GenericInteraction_Binary_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_Signalflare_C_BndEvt__BP_GenericInteraction_Binary_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Signalflare_C_BndEvt__SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_Signalflare_C_BndEvt__SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_Signalflare_C_BndEvt__SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_Signalflare_C_BndEvt__SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_Signalflare_C_BndEvt__SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_Signalflare_C_BndEvt__SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_Signalflare_C_BndEvt__SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_BndEvt__SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_Signalflare_C_BndEvt__SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_Signalflare_C_BndEvt__SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_Signalflare_C_BndEvt__SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Signalflare_C_GetState \ +static_assert(alignof(BP_Signalflare_C_GetState) == 0x000004, "Wrong alignment on BP_Signalflare_C_GetState"); \ +static_assert(sizeof(BP_Signalflare_C_GetState) == 0x000004, "Wrong size on BP_Signalflare_C_GetState"); \ +static_assert(offsetof(BP_Signalflare_C_GetState, State_0) == 0x000000, "Member 'BP_Signalflare_C_GetState::State_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Signalflare_C \ +static_assert(alignof(ABP_Signalflare_C) == 0x000008, "Wrong alignment on ABP_Signalflare_C"); \ +static_assert(sizeof(ABP_Signalflare_C) == 0x000390, "Wrong size on ABP_Signalflare_C"); \ +static_assert(offsetof(ABP_Signalflare_C, UberGraphFrame) == 0x0002F0, "Member 'ABP_Signalflare_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Signalflare_C, FX_Location) == 0x0002F8, "Member 'ABP_Signalflare_C::FX_Location' has a wrong offset!"); \ +static_assert(offsetof(ABP_Signalflare_C, SBZOutline) == 0x000300, "Member 'ABP_Signalflare_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_Signalflare_C, Cylinder_Ghost) == 0x000308, "Member 'ABP_Signalflare_C::Cylinder_Ghost' has a wrong offset!"); \ +static_assert(offsetof(ABP_Signalflare_C, InteractionVolum) == 0x000310, "Member 'ABP_Signalflare_C::InteractionVolum' has a wrong offset!"); \ +static_assert(offsetof(ABP_Signalflare_C, Cylinder) == 0x000318, "Member 'ABP_Signalflare_C::Cylinder' has a wrong offset!"); \ +static_assert(offsetof(ABP_Signalflare_C, SBZAIObjective) == 0x000320, "Member 'ABP_Signalflare_C::SBZAIObjective' has a wrong offset!"); \ +static_assert(offsetof(ABP_Signalflare_C, Scene) == 0x000328, "Member 'ABP_Signalflare_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_Signalflare_C, SBZInteractable) == 0x000330, "Member 'ABP_Signalflare_C::SBZInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Signalflare_C, IsInteractable) == 0x000338, "Member 'ABP_Signalflare_C::IsInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Signalflare_C, GenericInteractionText) == 0x000340, "Member 'ABP_Signalflare_C::GenericInteractionText' has a wrong offset!"); \ +static_assert(offsetof(ABP_Signalflare_C, ShouldHideOnInteract) == 0x000358, "Member 'ABP_Signalflare_C::ShouldHideOnInteract' has a wrong offset!"); \ +static_assert(offsetof(ABP_Signalflare_C, InteractionOnVisability) == 0x000359, "Member 'ABP_Signalflare_C::InteractionOnVisability' has a wrong offset!"); \ +static_assert(offsetof(ABP_Signalflare_C, DisableInteractionOnInteract) == 0x00035A, "Member 'ABP_Signalflare_C::DisableInteractionOnInteract' has a wrong offset!"); \ +static_assert(offsetof(ABP_Signalflare_C, OnInteracted) == 0x000360, "Member 'ABP_Signalflare_C::OnInteracted' has a wrong offset!"); \ +static_assert(offsetof(ABP_Signalflare_C, OnStartInteracted) == 0x000370, "Member 'ABP_Signalflare_C::OnStartInteracted' has a wrong offset!"); \ +static_assert(offsetof(ABP_Signalflare_C, OnReleaseInteraction) == 0x000380, "Member 'ABP_Signalflare_C::OnReleaseInteraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Vase_02_D_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_D_SmallDestruction \ +static_assert(alignof(BP_Vase_02_D_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_D_SmallDestruction) == 0x000008, "Wrong alignment on BP_Vase_02_D_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_D_SmallDestruction"); \ +static_assert(sizeof(BP_Vase_02_D_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_D_SmallDestruction) == 0x000050, "Wrong size on BP_Vase_02_D_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_D_SmallDestruction"); \ +static_assert(offsetof(BP_Vase_02_D_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_D_SmallDestruction, EntryPoint) == 0x000000, "Member 'BP_Vase_02_D_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_D_SmallDestruction::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_02_D_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_D_SmallDestruction, CallFunc_IsDedicatedServer_ReturnValue) == 0x000004, "Member 'BP_Vase_02_D_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_D_SmallDestruction::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_02_D_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_D_SmallDestruction, K2Node_ComponentBoundEvent_Type) == 0x000005, "Member 'BP_Vase_02_D_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_D_SmallDestruction::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_02_D_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_D_SmallDestruction, K2Node_ComponentBoundEvent_HitContext) == 0x000008, "Member 'BP_Vase_02_D_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_D_SmallDestruction::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_02_D_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_D_SmallDestruction, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BP_Vase_02_D_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_D_SmallDestruction::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_02_D_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_D_SmallDestruction, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000048, "Member 'BP_Vase_02_D_SmallDestruction_C_ExecuteUbergraph_BP_Vase_02_D_SmallDestruction::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Vase_02_D_SmallDestruction_C_BndEvt__BP_Vase_02_D_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BP_Vase_02_D_SmallDestruction_C_BndEvt__BP_Vase_02_D_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BP_Vase_02_D_SmallDestruction_C_BndEvt__BP_Vase_02_D_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Vase_02_D_SmallDestruction_C_BndEvt__BP_Vase_02_D_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BP_Vase_02_D_SmallDestruction_C_BndEvt__BP_Vase_02_D_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Vase_02_D_SmallDestruction_C_BndEvt__BP_Vase_02_D_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BP_Vase_02_D_SmallDestruction_C_BndEvt__BP_Vase_02_D_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_02_D_SmallDestruction_C_BndEvt__BP_Vase_02_D_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BP_Vase_02_D_SmallDestruction_C_BndEvt__BP_Vase_02_D_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Vase_02_D_SmallDestruction_C \ +static_assert(alignof(ABP_Vase_02_D_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_Vase_02_D_SmallDestruction_C"); \ +static_assert(sizeof(ABP_Vase_02_D_SmallDestruction_C) == 0x0002E8, "Wrong size on ABP_Vase_02_D_SmallDestruction_C"); \ +static_assert(offsetof(ABP_Vase_02_D_SmallDestruction_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_Vase_02_D_SmallDestruction_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Vase_02_D_SmallDestruction_C, SBZCosmeticDestruction) == 0x0002E0, "Member 'ABP_Vase_02_D_SmallDestruction_C::SBZCosmeticDestruction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_penthouse_railing_glass_corner_01_C \ +static_assert(alignof(ABP_penthouse_railing_glass_corner_01_C) == 0x000008, "Wrong alignment on ABP_penthouse_railing_glass_corner_01_C"); \ +static_assert(sizeof(ABP_penthouse_railing_glass_corner_01_C) == 0x000330, "Wrong size on ABP_penthouse_railing_glass_corner_01_C"); \ + +#define DUMPER7_ASSERTS_ABP_penthouse_railing_glass_32_C \ +static_assert(alignof(ABP_penthouse_railing_glass_32_C) == 0x000008, "Wrong alignment on ABP_penthouse_railing_glass_32_C"); \ +static_assert(sizeof(ABP_penthouse_railing_glass_32_C) == 0x000330, "Wrong size on ABP_penthouse_railing_glass_32_C"); \ + +#define DUMPER7_ASSERTS_ABP_penthouse_railing_glass_256_C \ +static_assert(alignof(ABP_penthouse_railing_glass_256_C) == 0x000008, "Wrong alignment on ABP_penthouse_railing_glass_256_C"); \ +static_assert(sizeof(ABP_penthouse_railing_glass_256_C) == 0x000338, "Wrong size on ABP_penthouse_railing_glass_256_C"); \ +static_assert(offsetof(ABP_penthouse_railing_glass_256_C, visibility_blocker) == 0x000330, "Member 'ABP_penthouse_railing_glass_256_C::visibility_blocker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_penthouse_railing_glass_128_C \ +static_assert(alignof(ABP_penthouse_railing_glass_128_C) == 0x000008, "Wrong alignment on ABP_penthouse_railing_glass_128_C"); \ +static_assert(sizeof(ABP_penthouse_railing_glass_128_C) == 0x000330, "Wrong size on ABP_penthouse_railing_glass_128_C"); \ + +#define DUMPER7_ASSERTS_BP_penthouse_PH_DisplayPillar_G_02_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_02 \ +static_assert(alignof(BP_penthouse_PH_DisplayPillar_G_02_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_02) == 0x000008, "Wrong alignment on BP_penthouse_PH_DisplayPillar_G_02_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_02"); \ +static_assert(sizeof(BP_penthouse_PH_DisplayPillar_G_02_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_02) == 0x000038, "Wrong size on BP_penthouse_PH_DisplayPillar_G_02_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_02"); \ +static_assert(offsetof(BP_penthouse_PH_DisplayPillar_G_02_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_02, EntryPoint) == 0x000000, "Member 'BP_penthouse_PH_DisplayPillar_G_02_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_02::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_penthouse_PH_DisplayPillar_G_02_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_02, K2Node_ComponentBoundEvent_PoolComponent) == 0x000008, "Member 'BP_penthouse_PH_DisplayPillar_G_02_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_02::K2Node_ComponentBoundEvent_PoolComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_penthouse_PH_DisplayPillar_G_02_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_02, K2Node_ComponentBoundEvent_Hits) == 0x000010, "Member 'BP_penthouse_PH_DisplayPillar_G_02_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_02::K2Node_ComponentBoundEvent_Hits' has a wrong offset!"); \ +static_assert(offsetof(BP_penthouse_PH_DisplayPillar_G_02_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_02, K2Node_ComponentBoundEvent_bDoCosmetics) == 0x000014, "Member 'BP_penthouse_PH_DisplayPillar_G_02_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_02::K2Node_ComponentBoundEvent_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_penthouse_PH_DisplayPillar_G_02_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_02, K2Node_ComponentBoundEvent_DamageContext) == 0x000018, "Member 'BP_penthouse_PH_DisplayPillar_G_02_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_02::K2Node_ComponentBoundEvent_DamageContext' has a wrong offset!"); \ +static_assert(offsetof(BP_penthouse_PH_DisplayPillar_G_02_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_02, K2Node_SwitchInteger_CmpSuccess) == 0x000030, "Member 'BP_penthouse_PH_DisplayPillar_G_02_C_ExecuteUbergraph_BP_penthouse_PH_DisplayPillar_G_02::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_penthouse_PH_DisplayPillar_G_02_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature \ +static_assert(alignof(BP_penthouse_PH_DisplayPillar_G_02_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_penthouse_PH_DisplayPillar_G_02_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature"); \ +static_assert(sizeof(BP_penthouse_PH_DisplayPillar_G_02_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature) == 0x000028, "Wrong size on BP_penthouse_PH_DisplayPillar_G_02_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature"); \ +static_assert(offsetof(BP_penthouse_PH_DisplayPillar_G_02_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature, PoolComponent) == 0x000000, "Member 'BP_penthouse_PH_DisplayPillar_G_02_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature::PoolComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_penthouse_PH_DisplayPillar_G_02_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature, Hits) == 0x000008, "Member 'BP_penthouse_PH_DisplayPillar_G_02_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature::Hits' has a wrong offset!"); \ +static_assert(offsetof(BP_penthouse_PH_DisplayPillar_G_02_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature, bDoCosmetics) == 0x00000C, "Member 'BP_penthouse_PH_DisplayPillar_G_02_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature::bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_penthouse_PH_DisplayPillar_G_02_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature, DamageContext) == 0x000010, "Member 'BP_penthouse_PH_DisplayPillar_G_02_C_BndEvt__NewBlueprint_PropDamage_K2Node_ComponentBoundEvent_0_SBZPropDamageHitsSignature__DelegateSignature::DamageContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_penthouse_PH_DisplayPillar_G_02_C \ +static_assert(alignof(ABP_penthouse_PH_DisplayPillar_G_02_C) == 0x000008, "Wrong alignment on ABP_penthouse_PH_DisplayPillar_G_02_C"); \ +static_assert(sizeof(ABP_penthouse_PH_DisplayPillar_G_02_C) == 0x000338, "Wrong size on ABP_penthouse_PH_DisplayPillar_G_02_C"); \ +static_assert(offsetof(ABP_penthouse_PH_DisplayPillar_G_02_C, UberGraphFrame) == 0x000308, "Member 'ABP_penthouse_PH_DisplayPillar_G_02_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_penthouse_PH_DisplayPillar_G_02_C, visibility_blocker) == 0x000310, "Member 'ABP_penthouse_PH_DisplayPillar_G_02_C::visibility_blocker' has a wrong offset!"); \ +static_assert(offsetof(ABP_penthouse_PH_DisplayPillar_G_02_C, FX_Size) == 0x000318, "Member 'ABP_penthouse_PH_DisplayPillar_G_02_C::FX_Size' has a wrong offset!"); \ +static_assert(offsetof(ABP_penthouse_PH_DisplayPillar_G_02_C, Particle_Color) == 0x000324, "Member 'ABP_penthouse_PH_DisplayPillar_G_02_C::Particle_Color' has a wrong offset!"); \ +static_assert(offsetof(ABP_penthouse_PH_DisplayPillar_G_02_C, Particle_Count) == 0x000334, "Member 'ABP_penthouse_PH_DisplayPillar_G_02_C::Particle_Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Curtain_01_Gray_C \ +static_assert(alignof(ABP_Curtain_01_Gray_C) == 0x000008, "Wrong alignment on ABP_Curtain_01_Gray_C"); \ +static_assert(sizeof(ABP_Curtain_01_Gray_C) == 0x000338, "Wrong size on ABP_Curtain_01_Gray_C"); \ + +#define DUMPER7_ASSERTS_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03 \ +static_assert(alignof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03) == 0x000008, "Wrong alignment on BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03"); \ +static_assert(sizeof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03) == 0x000040, "Wrong size on BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03, EntryPoint) == 0x000000, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03, CallFunc_IsDedicatedServer_ReturnValue) == 0x000004, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03, K2Node_ComponentBoundEvent_Type) == 0x000005, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03, K2Node_ComponentBoundEvent_HitContext) == 0x000008, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000038, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C \ +static_assert(alignof(ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C) == 0x000008, "Wrong alignment on ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C"); \ +static_assert(sizeof(ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C) == 0x0002E8, "Wrong size on ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C"); \ +static_assert(offsetof(ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C, SBZCosmeticDestruction) == 0x0002E0, "Member 'ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_03_C::SBZCosmeticDestruction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01 \ +static_assert(alignof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01) == 0x000008, "Wrong alignment on BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01"); \ +static_assert(sizeof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01) == 0x000040, "Wrong size on BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01, EntryPoint) == 0x000000, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01, CallFunc_IsDedicatedServer_ReturnValue) == 0x000004, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01, K2Node_ComponentBoundEvent_Type) == 0x000005, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01, K2Node_ComponentBoundEvent_HitContext) == 0x000008, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000038, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C_ExecuteUbergraph_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C_BndEvt__BP_NeoClassical_Pillar_Destructible_Chunk_01_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C \ +static_assert(alignof(ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C) == 0x000008, "Wrong alignment on ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C"); \ +static_assert(sizeof(ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C) == 0x0002E8, "Wrong size on ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C"); \ +static_assert(offsetof(ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C, SBZCosmeticDestruction) == 0x0002E0, "Member 'ABP_Int_SHE_Penthouse_01_Pillar_01_Dest_01_Chunk_01_C::SBZCosmeticDestruction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FruitPlate_01_SmallDestruction_C_ExecuteUbergraph_BP_FruitPlate_01_SmallDestruction \ +static_assert(alignof(BP_FruitPlate_01_SmallDestruction_C_ExecuteUbergraph_BP_FruitPlate_01_SmallDestruction) == 0x000008, "Wrong alignment on BP_FruitPlate_01_SmallDestruction_C_ExecuteUbergraph_BP_FruitPlate_01_SmallDestruction"); \ +static_assert(sizeof(BP_FruitPlate_01_SmallDestruction_C_ExecuteUbergraph_BP_FruitPlate_01_SmallDestruction) == 0x000050, "Wrong size on BP_FruitPlate_01_SmallDestruction_C_ExecuteUbergraph_BP_FruitPlate_01_SmallDestruction"); \ +static_assert(offsetof(BP_FruitPlate_01_SmallDestruction_C_ExecuteUbergraph_BP_FruitPlate_01_SmallDestruction, EntryPoint) == 0x000000, "Member 'BP_FruitPlate_01_SmallDestruction_C_ExecuteUbergraph_BP_FruitPlate_01_SmallDestruction::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FruitPlate_01_SmallDestruction_C_ExecuteUbergraph_BP_FruitPlate_01_SmallDestruction, K2Node_ComponentBoundEvent_PoolComponent) == 0x000008, "Member 'BP_FruitPlate_01_SmallDestruction_C_ExecuteUbergraph_BP_FruitPlate_01_SmallDestruction::K2Node_ComponentBoundEvent_PoolComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FruitPlate_01_SmallDestruction_C_ExecuteUbergraph_BP_FruitPlate_01_SmallDestruction, K2Node_ComponentBoundEvent_Hits) == 0x000010, "Member 'BP_FruitPlate_01_SmallDestruction_C_ExecuteUbergraph_BP_FruitPlate_01_SmallDestruction::K2Node_ComponentBoundEvent_Hits' has a wrong offset!"); \ +static_assert(offsetof(BP_FruitPlate_01_SmallDestruction_C_ExecuteUbergraph_BP_FruitPlate_01_SmallDestruction, K2Node_ComponentBoundEvent_bDoCosmetics) == 0x000014, "Member 'BP_FruitPlate_01_SmallDestruction_C_ExecuteUbergraph_BP_FruitPlate_01_SmallDestruction::K2Node_ComponentBoundEvent_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_FruitPlate_01_SmallDestruction_C_ExecuteUbergraph_BP_FruitPlate_01_SmallDestruction, K2Node_ComponentBoundEvent_DamageContext) == 0x000018, "Member 'BP_FruitPlate_01_SmallDestruction_C_ExecuteUbergraph_BP_FruitPlate_01_SmallDestruction::K2Node_ComponentBoundEvent_DamageContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FruitPlate_01_SmallDestruction_C_ExecuteUbergraph_BP_FruitPlate_01_SmallDestruction, K2Node_SwitchInteger_CmpSuccess) == 0x000030, "Member 'BP_FruitPlate_01_SmallDestruction_C_ExecuteUbergraph_BP_FruitPlate_01_SmallDestruction::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FruitPlate_01_SmallDestruction_C_ExecuteUbergraph_BP_FruitPlate_01_SmallDestruction, CallFunc_RandomUnitVector_ReturnValue) == 0x000034, "Member 'BP_FruitPlate_01_SmallDestruction_C_ExecuteUbergraph_BP_FruitPlate_01_SmallDestruction::CallFunc_RandomUnitVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FruitPlate_01_SmallDestruction_C_ExecuteUbergraph_BP_FruitPlate_01_SmallDestruction, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000040, "Member 'BP_FruitPlate_01_SmallDestruction_C_ExecuteUbergraph_BP_FruitPlate_01_SmallDestruction::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FruitPlate_01_SmallDestruction_C_BndEvt__BP_FruitPlate_01_SmallDestruction_SBZPropDamage_K2Node_ComponentBoundEvent_2_SBZPropDamageHitsSignature__DelegateSignature \ +static_assert(alignof(BP_FruitPlate_01_SmallDestruction_C_BndEvt__BP_FruitPlate_01_SmallDestruction_SBZPropDamage_K2Node_ComponentBoundEvent_2_SBZPropDamageHitsSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_FruitPlate_01_SmallDestruction_C_BndEvt__BP_FruitPlate_01_SmallDestruction_SBZPropDamage_K2Node_ComponentBoundEvent_2_SBZPropDamageHitsSignature__DelegateSignature"); \ +static_assert(sizeof(BP_FruitPlate_01_SmallDestruction_C_BndEvt__BP_FruitPlate_01_SmallDestruction_SBZPropDamage_K2Node_ComponentBoundEvent_2_SBZPropDamageHitsSignature__DelegateSignature) == 0x000028, "Wrong size on BP_FruitPlate_01_SmallDestruction_C_BndEvt__BP_FruitPlate_01_SmallDestruction_SBZPropDamage_K2Node_ComponentBoundEvent_2_SBZPropDamageHitsSignature__DelegateSignature"); \ +static_assert(offsetof(BP_FruitPlate_01_SmallDestruction_C_BndEvt__BP_FruitPlate_01_SmallDestruction_SBZPropDamage_K2Node_ComponentBoundEvent_2_SBZPropDamageHitsSignature__DelegateSignature, PoolComponent) == 0x000000, "Member 'BP_FruitPlate_01_SmallDestruction_C_BndEvt__BP_FruitPlate_01_SmallDestruction_SBZPropDamage_K2Node_ComponentBoundEvent_2_SBZPropDamageHitsSignature__DelegateSignature::PoolComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FruitPlate_01_SmallDestruction_C_BndEvt__BP_FruitPlate_01_SmallDestruction_SBZPropDamage_K2Node_ComponentBoundEvent_2_SBZPropDamageHitsSignature__DelegateSignature, Hits) == 0x000008, "Member 'BP_FruitPlate_01_SmallDestruction_C_BndEvt__BP_FruitPlate_01_SmallDestruction_SBZPropDamage_K2Node_ComponentBoundEvent_2_SBZPropDamageHitsSignature__DelegateSignature::Hits' has a wrong offset!"); \ +static_assert(offsetof(BP_FruitPlate_01_SmallDestruction_C_BndEvt__BP_FruitPlate_01_SmallDestruction_SBZPropDamage_K2Node_ComponentBoundEvent_2_SBZPropDamageHitsSignature__DelegateSignature, bDoCosmetics) == 0x00000C, "Member 'BP_FruitPlate_01_SmallDestruction_C_BndEvt__BP_FruitPlate_01_SmallDestruction_SBZPropDamage_K2Node_ComponentBoundEvent_2_SBZPropDamageHitsSignature__DelegateSignature::bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_FruitPlate_01_SmallDestruction_C_BndEvt__BP_FruitPlate_01_SmallDestruction_SBZPropDamage_K2Node_ComponentBoundEvent_2_SBZPropDamageHitsSignature__DelegateSignature, DamageContext) == 0x000010, "Member 'BP_FruitPlate_01_SmallDestruction_C_BndEvt__BP_FruitPlate_01_SmallDestruction_SBZPropDamage_K2Node_ComponentBoundEvent_2_SBZPropDamageHitsSignature__DelegateSignature::DamageContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FruitPlate_01_SmallDestruction_C \ +static_assert(alignof(ABP_FruitPlate_01_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_FruitPlate_01_SmallDestruction_C"); \ +static_assert(sizeof(ABP_FruitPlate_01_SmallDestruction_C) == 0x000350, "Wrong size on ABP_FruitPlate_01_SmallDestruction_C"); \ +static_assert(offsetof(ABP_FruitPlate_01_SmallDestruction_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_FruitPlate_01_SmallDestruction_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_FruitPlate_01_SmallDestruction_C, Fruit_01_Pear_A_1) == 0x0002E0, "Member 'ABP_FruitPlate_01_SmallDestruction_C::Fruit_01_Pear_A_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_FruitPlate_01_SmallDestruction_C, Fruit_01_Orange_A__2) == 0x0002E8, "Member 'ABP_FruitPlate_01_SmallDestruction_C::Fruit_01_Orange_A__2' has a wrong offset!"); \ +static_assert(offsetof(ABP_FruitPlate_01_SmallDestruction_C, Fruit_01_Orange_A_1) == 0x0002F0, "Member 'ABP_FruitPlate_01_SmallDestruction_C::Fruit_01_Orange_A_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_FruitPlate_01_SmallDestruction_C, Fruit_01_Banana_A_1) == 0x0002F8, "Member 'ABP_FruitPlate_01_SmallDestruction_C::Fruit_01_Banana_A_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_FruitPlate_01_SmallDestruction_C, Fruit_01_Pear_A) == 0x000300, "Member 'ABP_FruitPlate_01_SmallDestruction_C::Fruit_01_Pear_A' has a wrong offset!"); \ +static_assert(offsetof(ABP_FruitPlate_01_SmallDestruction_C, Fruit_01_Orange_A) == 0x000308, "Member 'ABP_FruitPlate_01_SmallDestruction_C::Fruit_01_Orange_A' has a wrong offset!"); \ +static_assert(offsetof(ABP_FruitPlate_01_SmallDestruction_C, Fruit_01_Banana_A) == 0x000310, "Member 'ABP_FruitPlate_01_SmallDestruction_C::Fruit_01_Banana_A' has a wrong offset!"); \ +static_assert(offsetof(ABP_FruitPlate_01_SmallDestruction_C, Fruit_01_Apple_C) == 0x000318, "Member 'ABP_FruitPlate_01_SmallDestruction_C::Fruit_01_Apple_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_FruitPlate_01_SmallDestruction_C, Fruit_01_Apple_B) == 0x000320, "Member 'ABP_FruitPlate_01_SmallDestruction_C::Fruit_01_Apple_B' has a wrong offset!"); \ +static_assert(offsetof(ABP_FruitPlate_01_SmallDestruction_C, Fruit_01_Apple_A) == 0x000328, "Member 'ABP_FruitPlate_01_SmallDestruction_C::Fruit_01_Apple_A' has a wrong offset!"); \ +static_assert(offsetof(ABP_FruitPlate_01_SmallDestruction_C, SBZPropDamage) == 0x000330, "Member 'ABP_FruitPlate_01_SmallDestruction_C::SBZPropDamage' has a wrong offset!"); \ +static_assert(offsetof(ABP_FruitPlate_01_SmallDestruction_C, FruitPlate_01) == 0x000338, "Member 'ABP_FruitPlate_01_SmallDestruction_C::FruitPlate_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_FruitPlate_01_SmallDestruction_C, Do_Cosmetics) == 0x000340, "Member 'ABP_FruitPlate_01_SmallDestruction_C::Do_Cosmetics' has a wrong offset!"); \ +static_assert(offsetof(ABP_FruitPlate_01_SmallDestruction_C, DamageInstigator) == 0x000348, "Member 'ABP_FruitPlate_01_SmallDestruction_C::DamageInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_StaticVehicle_PassengerBoat_01_C \ +static_assert(alignof(ABP_StaticVehicle_PassengerBoat_01_C) == 0x000008, "Wrong alignment on ABP_StaticVehicle_PassengerBoat_01_C"); \ +static_assert(sizeof(ABP_StaticVehicle_PassengerBoat_01_C) == 0x000350, "Wrong size on ABP_StaticVehicle_PassengerBoat_01_C"); \ + +#define DUMPER7_ASSERTS_ABP_LA_Clk_Ambush_Crouched_C \ +static_assert(alignof(ABP_LA_Clk_Ambush_Crouched_C) == 0x000008, "Wrong alignment on ABP_LA_Clk_Ambush_Crouched_C"); \ +static_assert(sizeof(ABP_LA_Clk_Ambush_Crouched_C) == 0x0002C0, "Wrong size on ABP_LA_Clk_Ambush_Crouched_C"); \ +static_assert(offsetof(ABP_LA_Clk_Ambush_Crouched_C, SBZLifeActionSlot) == 0x0002A8, "Member 'ABP_LA_Clk_Ambush_Crouched_C::SBZLifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Clk_Ambush_Crouched_C, SBZLifeActionInstance) == 0x0002B0, "Member 'ABP_LA_Clk_Ambush_Crouched_C::SBZLifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Clk_Ambush_Crouched_C, SBZLifeAction) == 0x0002B8, "Member 'ABP_LA_Clk_Ambush_Crouched_C::SBZLifeAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LivingWorld_BoatSpawn_C_ExecuteUbergraph_BP_LivingWorld_BoatSpawn \ +static_assert(alignof(BP_LivingWorld_BoatSpawn_C_ExecuteUbergraph_BP_LivingWorld_BoatSpawn) == 0x000004, "Wrong alignment on BP_LivingWorld_BoatSpawn_C_ExecuteUbergraph_BP_LivingWorld_BoatSpawn"); \ +static_assert(sizeof(BP_LivingWorld_BoatSpawn_C_ExecuteUbergraph_BP_LivingWorld_BoatSpawn) == 0x0000C0, "Wrong size on BP_LivingWorld_BoatSpawn_C_ExecuteUbergraph_BP_LivingWorld_BoatSpawn"); \ +static_assert(offsetof(BP_LivingWorld_BoatSpawn_C_ExecuteUbergraph_BP_LivingWorld_BoatSpawn, EntryPoint) == 0x000000, "Member 'BP_LivingWorld_BoatSpawn_C_ExecuteUbergraph_BP_LivingWorld_BoatSpawn::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LivingWorld_BoatSpawn_C_ExecuteUbergraph_BP_LivingWorld_BoatSpawn, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000004, "Member 'BP_LivingWorld_BoatSpawn_C_ExecuteUbergraph_BP_LivingWorld_BoatSpawn::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LivingWorld_BoatSpawn_C_ExecuteUbergraph_BP_LivingWorld_BoatSpawn, CallFunc_GetSplineLength_ReturnValue) == 0x000008, "Member 'BP_LivingWorld_BoatSpawn_C_ExecuteUbergraph_BP_LivingWorld_BoatSpawn::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LivingWorld_BoatSpawn_C_ExecuteUbergraph_BP_LivingWorld_BoatSpawn, CallFunc_Lerp_ReturnValue) == 0x00000C, "Member 'BP_LivingWorld_BoatSpawn_C_ExecuteUbergraph_BP_LivingWorld_BoatSpawn::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LivingWorld_BoatSpawn_C_ExecuteUbergraph_BP_LivingWorld_BoatSpawn, CallFunc_GetRotationAtDistanceAlongSpline_ReturnValue) == 0x000010, "Member 'BP_LivingWorld_BoatSpawn_C_ExecuteUbergraph_BP_LivingWorld_BoatSpawn::CallFunc_GetRotationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LivingWorld_BoatSpawn_C_ExecuteUbergraph_BP_LivingWorld_BoatSpawn, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x00001C, "Member 'BP_LivingWorld_BoatSpawn_C_ExecuteUbergraph_BP_LivingWorld_BoatSpawn::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LivingWorld_BoatSpawn_C_ExecuteUbergraph_BP_LivingWorld_BoatSpawn, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000028, "Member 'BP_LivingWorld_BoatSpawn_C_ExecuteUbergraph_BP_LivingWorld_BoatSpawn::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LivingWorld_BoatSpawn_C_ExecuteUbergraph_BP_LivingWorld_BoatSpawn, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x00002C, "Member 'BP_LivingWorld_BoatSpawn_C_ExecuteUbergraph_BP_LivingWorld_BoatSpawn::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_LivingWorld_BoatSpawn_C_ExecuteUbergraph_BP_LivingWorld_BoatSpawn, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x0000BC, "Member 'BP_LivingWorld_BoatSpawn_C_ExecuteUbergraph_BP_LivingWorld_BoatSpawn::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LivingWorld_BoatSpawn_C \ +static_assert(alignof(ABP_LivingWorld_BoatSpawn_C) == 0x000008, "Wrong alignment on ABP_LivingWorld_BoatSpawn_C"); \ +static_assert(sizeof(ABP_LivingWorld_BoatSpawn_C) == 0x000300, "Wrong size on ABP_LivingWorld_BoatSpawn_C"); \ +static_assert(offsetof(ABP_LivingWorld_BoatSpawn_C, UberGraphFrame) == 0x0002A8, "Member 'ABP_LivingWorld_BoatSpawn_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_LivingWorld_BoatSpawn_C, StaticMesh_3) == 0x0002B0, "Member 'ABP_LivingWorld_BoatSpawn_C::StaticMesh_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LivingWorld_BoatSpawn_C, StaticMesh_2) == 0x0002B8, "Member 'ABP_LivingWorld_BoatSpawn_C::StaticMesh_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LivingWorld_BoatSpawn_C, StaticMesh_1) == 0x0002C0, "Member 'ABP_LivingWorld_BoatSpawn_C::StaticMesh_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LivingWorld_BoatSpawn_C, StaticMesh) == 0x0002C8, "Member 'ABP_LivingWorld_BoatSpawn_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_LivingWorld_BoatSpawn_C, DefaultSceneRoot) == 0x0002D0, "Member 'ABP_LivingWorld_BoatSpawn_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LivingWorld_BoatSpawn_C, MoveBoat_Alpha_D8F65878410320566AA6569A8EBC35A7) == 0x0002D8, "Member 'ABP_LivingWorld_BoatSpawn_C::MoveBoat_Alpha_D8F65878410320566AA6569A8EBC35A7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LivingWorld_BoatSpawn_C, MoveBoat__Direction_D8F65878410320566AA6569A8EBC35A7) == 0x0002DC, "Member 'ABP_LivingWorld_BoatSpawn_C::MoveBoat__Direction_D8F65878410320566AA6569A8EBC35A7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LivingWorld_BoatSpawn_C, MoveBoat) == 0x0002E0, "Member 'ABP_LivingWorld_BoatSpawn_C::MoveBoat' has a wrong offset!"); \ +static_assert(offsetof(ABP_LivingWorld_BoatSpawn_C, Spline) == 0x0002E8, "Member 'ABP_LivingWorld_BoatSpawn_C::Spline' has a wrong offset!"); \ +static_assert(offsetof(ABP_LivingWorld_BoatSpawn_C, RandomInt) == 0x0002F0, "Member 'ABP_LivingWorld_BoatSpawn_C::RandomInt' has a wrong offset!"); \ +static_assert(offsetof(ABP_LivingWorld_BoatSpawn_C, PlayRate) == 0x0002F4, "Member 'ABP_LivingWorld_BoatSpawn_C::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(ABP_LivingWorld_BoatSpawn_C, AlternateStartBoat_) == 0x0002F8, "Member 'ABP_LivingWorld_BoatSpawn_C::AlternateStartBoat_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NavLink_Agility_WallRun_C \ +static_assert(alignof(ABP_NavLink_Agility_WallRun_C) == 0x000008, "Wrong alignment on ABP_NavLink_Agility_WallRun_C"); \ +static_assert(sizeof(ABP_NavLink_Agility_WallRun_C) == 0x000398, "Wrong size on ABP_NavLink_Agility_WallRun_C"); \ +static_assert(offsetof(ABP_NavLink_Agility_WallRun_C, Box) == 0x000388, "Member 'ABP_NavLink_Agility_WallRun_C::Box' has a wrong offset!"); \ +static_assert(offsetof(ABP_NavLink_Agility_WallRun_C, NavModifier) == 0x000390, "Member 'ABP_NavLink_Agility_WallRun_C::NavModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base \ +static_assert(alignof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base) == 0x000008, "Wrong alignment on BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base"); \ +static_assert(sizeof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base) == 0x000070, "Wrong size on BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, EntryPoint) == 0x000000, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, Temp_bool_Variable) == 0x000004, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, Temp_bool_Variable_1) == 0x000005, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, Temp_bool_Variable_2) == 0x000006, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, Temp_float_Variable) == 0x000008, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, Temp_bool_Variable_3) == 0x00000C, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, Temp_bool_Variable_4) == 0x00000D, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, Temp_bool_Variable_5) == 0x00001C, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, K2Node_Event_OldState) == 0x00001D, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::K2Node_Event_OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, K2Node_Event_NewState) == 0x00001E, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, K2Node_Event_bIsInitialStateChange) == 0x00001F, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::K2Node_Event_bIsInitialStateChange' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000020, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000021, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000022, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, CallFunc_BooleanOR_ReturnValue) == 0x000023, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, K2Node_SwitchEnum_CmpSuccess) == 0x000024, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, CallFunc_canDoorAnimate_canAnimate) == 0x000025, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::CallFunc_canDoorAnimate_canAnimate' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000026, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000027, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, CallFunc_BooleanOR_ReturnValue_1) == 0x000028, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, CallFunc_BooleanAND_ReturnValue) == 0x000029, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, Temp_bool_Variable_6) == 0x00002A, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, Temp_bool_Variable_7) == 0x00002B, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, Temp_bool_Variable_8) == 0x00002C, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::Temp_bool_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, Temp_bool_Variable_9) == 0x00002D, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::Temp_bool_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, Temp_bool_Variable_10) == 0x00002E, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::Temp_bool_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, Temp_bool_Variable_11) == 0x00002F, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::Temp_bool_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, CallFunc_GetTimelineLength_ReturnValue) == 0x000030, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::CallFunc_GetTimelineLength_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, CallFunc_GetPlayRate_ReturnValue) == 0x000034, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::CallFunc_GetPlayRate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000038, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, K2Node_CustomEvent_oldState_1) == 0x000039, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::K2Node_CustomEvent_oldState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, K2Node_CustomEvent_newState) == 0x00003A, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::K2Node_CustomEvent_newState' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, K2Node_CustomEvent_alpha) == 0x00003C, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::K2Node_CustomEvent_alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, Temp_byte_Variable) == 0x000040, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, K2Node_CustomEvent_oldState) == 0x000041, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::K2Node_CustomEvent_oldState' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, K2Node_CustomEvent_breached) == 0x000042, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::K2Node_CustomEvent_breached' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, K2Node_Select_Default) == 0x000043, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, CallFunc_GetAllSBZPlayerCharacters_ReturnValue) == 0x000048, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::CallFunc_GetAllSBZPlayerCharacters_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, CallFunc_IsClosed_ReturnValue) == 0x000065, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::CallFunc_IsClosed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base, K2Node_Select_Default_1) == 0x000068, "Member 'BP_interactableDoor_Base_C_ExecuteUbergraph_BP_interactableDoor_Base::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_interactableDoor_Base_C_setBreachedMeshVisibility \ +static_assert(alignof(BP_interactableDoor_Base_C_setBreachedMeshVisibility) == 0x000001, "Wrong alignment on BP_interactableDoor_Base_C_setBreachedMeshVisibility"); \ +static_assert(sizeof(BP_interactableDoor_Base_C_setBreachedMeshVisibility) == 0x000001, "Wrong size on BP_interactableDoor_Base_C_setBreachedMeshVisibility"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_setBreachedMeshVisibility, breached) == 0x000000, "Member 'BP_interactableDoor_Base_C_setBreachedMeshVisibility::breached' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_interactableDoor_Base_C_initToValidPosition \ +static_assert(alignof(BP_interactableDoor_Base_C_initToValidPosition) == 0x000001, "Wrong alignment on BP_interactableDoor_Base_C_initToValidPosition"); \ +static_assert(sizeof(BP_interactableDoor_Base_C_initToValidPosition) == 0x000001, "Wrong size on BP_interactableDoor_Base_C_initToValidPosition"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_initToValidPosition, oldState) == 0x000000, "Member 'BP_interactableDoor_Base_C_initToValidPosition::oldState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_interactableDoor_Base_C_onOpenAnimUpdateTick \ +static_assert(alignof(BP_interactableDoor_Base_C_onOpenAnimUpdateTick) == 0x000004, "Wrong alignment on BP_interactableDoor_Base_C_onOpenAnimUpdateTick"); \ +static_assert(sizeof(BP_interactableDoor_Base_C_onOpenAnimUpdateTick) == 0x000004, "Wrong size on BP_interactableDoor_Base_C_onOpenAnimUpdateTick"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_onOpenAnimUpdateTick, alpha) == 0x000000, "Member 'BP_interactableDoor_Base_C_onOpenAnimUpdateTick::alpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_interactableDoor_Base_C_onDoorBreached \ +static_assert(alignof(BP_interactableDoor_Base_C_onDoorBreached) == 0x000001, "Wrong alignment on BP_interactableDoor_Base_C_onDoorBreached"); \ +static_assert(sizeof(BP_interactableDoor_Base_C_onDoorBreached) == 0x000002, "Wrong size on BP_interactableDoor_Base_C_onDoorBreached"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_onDoorBreached, oldState) == 0x000000, "Member 'BP_interactableDoor_Base_C_onDoorBreached::oldState' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_onDoorBreached, newState) == 0x000001, "Member 'BP_interactableDoor_Base_C_onDoorBreached::newState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_interactableDoor_Base_C_OnStateChanged \ +static_assert(alignof(BP_interactableDoor_Base_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_interactableDoor_Base_C_OnStateChanged"); \ +static_assert(sizeof(BP_interactableDoor_Base_C_OnStateChanged) == 0x000003, "Wrong size on BP_interactableDoor_Base_C_OnStateChanged"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_OnStateChanged, OldState) == 0x000000, "Member 'BP_interactableDoor_Base_C_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_OnStateChanged, NewState) == 0x000001, "Member 'BP_interactableDoor_Base_C_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_OnStateChanged, bIsInitialStateChange) == 0x000002, "Member 'BP_interactableDoor_Base_C_OnStateChanged::bIsInitialStateChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_interactableDoor_Base_C_getDoorSimpleState \ +static_assert(alignof(BP_interactableDoor_Base_C_getDoorSimpleState) == 0x000001, "Wrong alignment on BP_interactableDoor_Base_C_getDoorSimpleState"); \ +static_assert(sizeof(BP_interactableDoor_Base_C_getDoorSimpleState) == 0x000010, "Wrong size on BP_interactableDoor_Base_C_getDoorSimpleState"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_getDoorSimpleState, state) == 0x000000, "Member 'BP_interactableDoor_Base_C_getDoorSimpleState::state' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_getDoorSimpleState, simpleState) == 0x000001, "Member 'BP_interactableDoor_Base_C_getDoorSimpleState::simpleState' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_getDoorSimpleState, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'BP_interactableDoor_Base_C_getDoorSimpleState::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_getDoorSimpleState, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000003, "Member 'BP_interactableDoor_Base_C_getDoorSimpleState::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_getDoorSimpleState, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000004, "Member 'BP_interactableDoor_Base_C_getDoorSimpleState::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_getDoorSimpleState, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000005, "Member 'BP_interactableDoor_Base_C_getDoorSimpleState::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_getDoorSimpleState, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000006, "Member 'BP_interactableDoor_Base_C_getDoorSimpleState::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_getDoorSimpleState, CallFunc_BooleanOR_ReturnValue) == 0x000007, "Member 'BP_interactableDoor_Base_C_getDoorSimpleState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_getDoorSimpleState, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000008, "Member 'BP_interactableDoor_Base_C_getDoorSimpleState::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_getDoorSimpleState, CallFunc_BooleanOR_ReturnValue_1) == 0x000009, "Member 'BP_interactableDoor_Base_C_getDoorSimpleState::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_getDoorSimpleState, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x00000A, "Member 'BP_interactableDoor_Base_C_getDoorSimpleState::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_getDoorSimpleState, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x00000B, "Member 'BP_interactableDoor_Base_C_getDoorSimpleState::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_getDoorSimpleState, CallFunc_BooleanOR_ReturnValue_2) == 0x00000C, "Member 'BP_interactableDoor_Base_C_getDoorSimpleState::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_getDoorSimpleState, CallFunc_BooleanOR_ReturnValue_3) == 0x00000D, "Member 'BP_interactableDoor_Base_C_getDoorSimpleState::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_getDoorSimpleState, CallFunc_BooleanOR_ReturnValue_4) == 0x00000E, "Member 'BP_interactableDoor_Base_C_getDoorSimpleState::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_getDoorSimpleState, CallFunc_BooleanOR_ReturnValue_5) == 0x00000F, "Member 'BP_interactableDoor_Base_C_getDoorSimpleState::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_interactableDoor_Base_C_canDoorAnimate \ +static_assert(alignof(BP_interactableDoor_Base_C_canDoorAnimate) == 0x000001, "Wrong alignment on BP_interactableDoor_Base_C_canDoorAnimate"); \ +static_assert(sizeof(BP_interactableDoor_Base_C_canDoorAnimate) == 0x00000F, "Wrong size on BP_interactableDoor_Base_C_canDoorAnimate"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_canDoorAnimate, oldState) == 0x000000, "Member 'BP_interactableDoor_Base_C_canDoorAnimate::oldState' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_canDoorAnimate, newState) == 0x000001, "Member 'BP_interactableDoor_Base_C_canDoorAnimate::newState' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_canDoorAnimate, canAnimate) == 0x000002, "Member 'BP_interactableDoor_Base_C_canDoorAnimate::canAnimate' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_canDoorAnimate, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000003, "Member 'BP_interactableDoor_Base_C_canDoorAnimate::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_canDoorAnimate, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000004, "Member 'BP_interactableDoor_Base_C_canDoorAnimate::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_canDoorAnimate, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000005, "Member 'BP_interactableDoor_Base_C_canDoorAnimate::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_canDoorAnimate, CallFunc_getDoorSimpleState_simpleState) == 0x000006, "Member 'BP_interactableDoor_Base_C_canDoorAnimate::CallFunc_getDoorSimpleState_simpleState' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_canDoorAnimate, CallFunc_BooleanOR_ReturnValue) == 0x000007, "Member 'BP_interactableDoor_Base_C_canDoorAnimate::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_canDoorAnimate, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000008, "Member 'BP_interactableDoor_Base_C_canDoorAnimate::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_canDoorAnimate, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000009, "Member 'BP_interactableDoor_Base_C_canDoorAnimate::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_canDoorAnimate, CallFunc_getDoorSimpleState_simpleState_1) == 0x00000A, "Member 'BP_interactableDoor_Base_C_canDoorAnimate::CallFunc_getDoorSimpleState_simpleState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_canDoorAnimate, CallFunc_BooleanOR_ReturnValue_1) == 0x00000B, "Member 'BP_interactableDoor_Base_C_canDoorAnimate::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_canDoorAnimate, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x00000C, "Member 'BP_interactableDoor_Base_C_canDoorAnimate::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_canDoorAnimate, CallFunc_getDoorSimpleState_simpleState_2) == 0x00000D, "Member 'BP_interactableDoor_Base_C_canDoorAnimate::CallFunc_getDoorSimpleState_simpleState_2' has a wrong offset!"); \ +static_assert(offsetof(BP_interactableDoor_Base_C_canDoorAnimate, K2Node_SwitchEnum_CmpSuccess) == 0x00000E, "Member 'BP_interactableDoor_Base_C_canDoorAnimate::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_interactableDoor_Base_C \ +static_assert(alignof(ABP_interactableDoor_Base_C) == 0x000008, "Wrong alignment on ABP_interactableDoor_Base_C"); \ +static_assert(sizeof(ABP_interactableDoor_Base_C) == 0x000600, "Wrong size on ABP_interactableDoor_Base_C"); \ +static_assert(offsetof(ABP_interactableDoor_Base_C, UberGraphFrame) == 0x0005E0, "Member 'ABP_interactableDoor_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_interactableDoor_Base_C, open_Yaw_05B0D0D14204C5C077442AB2D2A9ED63) == 0x0005E8, "Member 'ABP_interactableDoor_Base_C::open_Yaw_05B0D0D14204C5C077442AB2D2A9ED63' has a wrong offset!"); \ +static_assert(offsetof(ABP_interactableDoor_Base_C, open__Direction_05B0D0D14204C5C077442AB2D2A9ED63) == 0x0005EC, "Member 'ABP_interactableDoor_Base_C::open__Direction_05B0D0D14204C5C077442AB2D2A9ED63' has a wrong offset!"); \ +static_assert(offsetof(ABP_interactableDoor_Base_C, open) == 0x0005F0, "Member 'ABP_interactableDoor_Base_C::open' has a wrong offset!"); \ +static_assert(offsetof(ABP_interactableDoor_Base_C, phaseThroughPlayersWhenMoving) == 0x0005F8, "Member 'ABP_interactableDoor_Base_C::phaseThroughPlayersWhenMoving' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FileBox_01_SmallDestruction_C \ +static_assert(alignof(ABP_FileBox_01_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_FileBox_01_SmallDestruction_C"); \ +static_assert(sizeof(ABP_FileBox_01_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_FileBox_01_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction \ +static_assert(alignof(BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction) == 0x000008, "Wrong alignment on BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction"); \ +static_assert(sizeof(BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction) == 0x000070, "Wrong size on BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction"); \ +static_assert(offsetof(BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction, EntryPoint) == 0x000000, "Member 'BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction, CallFunc_IsDedicatedServer_ReturnValue) == 0x000010, "Member 'BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction, CallFunc_BreakVector_X) == 0x000014, "Member 'BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction, CallFunc_BreakVector_Y) == 0x000018, "Member 'BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction, CallFunc_BreakVector_Z) == 0x00001C, "Member 'BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction, CallFunc_Add_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction, K2Node_ComponentBoundEvent_Type) == 0x000024, "Member 'BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction, K2Node_ComponentBoundEvent_HitContext) == 0x000028, "Member 'BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction, CallFunc_MakeVector_ReturnValue) == 0x000058, "Member 'BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000068, "Member 'BP_Binder_01_SmallDestruction_C_ExecuteUbergraph_BP_Binder_01_SmallDestruction::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Binder_01_SmallDestruction_C_BndEvt__BP_Binder_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BP_Binder_01_SmallDestruction_C_BndEvt__BP_Binder_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BP_Binder_01_SmallDestruction_C_BndEvt__BP_Binder_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Binder_01_SmallDestruction_C_BndEvt__BP_Binder_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BP_Binder_01_SmallDestruction_C_BndEvt__BP_Binder_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Binder_01_SmallDestruction_C_BndEvt__BP_Binder_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BP_Binder_01_SmallDestruction_C_BndEvt__BP_Binder_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_Binder_01_SmallDestruction_C_BndEvt__BP_Binder_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BP_Binder_01_SmallDestruction_C_BndEvt__BP_Binder_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Binder_01_SmallDestruction_C \ +static_assert(alignof(ABP_Binder_01_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_Binder_01_SmallDestruction_C"); \ +static_assert(sizeof(ABP_Binder_01_SmallDestruction_C) == 0x0002F0, "Wrong size on ABP_Binder_01_SmallDestruction_C"); \ +static_assert(offsetof(ABP_Binder_01_SmallDestruction_C, UberGraphFrame_BP_Binder_01_SmallDestruction_C) == 0x0002E0, "Member 'ABP_Binder_01_SmallDestruction_C::UberGraphFrame_BP_Binder_01_SmallDestruction_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Binder_01_SmallDestruction_C, SBZCosmeticDestruction) == 0x0002E8, "Member 'ABP_Binder_01_SmallDestruction_C::SBZCosmeticDestruction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Tools_01_Tape_SmallDestruction_C \ +static_assert(alignof(ABP_Tools_01_Tape_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_Tools_01_Tape_SmallDestruction_C"); \ +static_assert(sizeof(ABP_Tools_01_Tape_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_Tools_01_Tape_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_ABP_Tools_01_Roulette_SmallDestruction_C \ +static_assert(alignof(ABP_Tools_01_Roulette_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_Tools_01_Roulette_SmallDestruction_C"); \ +static_assert(sizeof(ABP_Tools_01_Roulette_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_Tools_01_Roulette_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_ABP_Magazine_01_Pile_B_SmallDestruction_C \ +static_assert(alignof(ABP_Magazine_01_Pile_B_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_Magazine_01_Pile_B_SmallDestruction_C"); \ +static_assert(sizeof(ABP_Magazine_01_Pile_B_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_Magazine_01_Pile_B_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_BP_SmallDestruction_GlassBottle_01_E_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_E \ +static_assert(alignof(BP_SmallDestruction_GlassBottle_01_E_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_E) == 0x000008, "Wrong alignment on BP_SmallDestruction_GlassBottle_01_E_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_E"); \ +static_assert(sizeof(BP_SmallDestruction_GlassBottle_01_E_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_E) == 0x000050, "Wrong size on BP_SmallDestruction_GlassBottle_01_E_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_E"); \ +static_assert(offsetof(BP_SmallDestruction_GlassBottle_01_E_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_E, EntryPoint) == 0x000000, "Member 'BP_SmallDestruction_GlassBottle_01_E_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_E::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallDestruction_GlassBottle_01_E_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_E, CallFunc_IsDedicatedServer_ReturnValue) == 0x000004, "Member 'BP_SmallDestruction_GlassBottle_01_E_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_E::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallDestruction_GlassBottle_01_E_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_E, K2Node_ComponentBoundEvent_Type) == 0x000005, "Member 'BP_SmallDestruction_GlassBottle_01_E_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_E::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallDestruction_GlassBottle_01_E_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_E, K2Node_ComponentBoundEvent_HitContext) == 0x000008, "Member 'BP_SmallDestruction_GlassBottle_01_E_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_E::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallDestruction_GlassBottle_01_E_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_E, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BP_SmallDestruction_GlassBottle_01_E_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_E::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallDestruction_GlassBottle_01_E_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_E, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000048, "Member 'BP_SmallDestruction_GlassBottle_01_E_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_E::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SmallDestruction_GlassBottle_01_E_C_BndEvt__BP_GlassBottle_SmallDestruction_GlassBottle_01_E_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BP_SmallDestruction_GlassBottle_01_E_C_BndEvt__BP_GlassBottle_SmallDestruction_GlassBottle_01_E_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BP_SmallDestruction_GlassBottle_01_E_C_BndEvt__BP_GlassBottle_SmallDestruction_GlassBottle_01_E_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BP_SmallDestruction_GlassBottle_01_E_C_BndEvt__BP_GlassBottle_SmallDestruction_GlassBottle_01_E_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BP_SmallDestruction_GlassBottle_01_E_C_BndEvt__BP_GlassBottle_SmallDestruction_GlassBottle_01_E_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BP_SmallDestruction_GlassBottle_01_E_C_BndEvt__BP_GlassBottle_SmallDestruction_GlassBottle_01_E_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BP_SmallDestruction_GlassBottle_01_E_C_BndEvt__BP_GlassBottle_SmallDestruction_GlassBottle_01_E_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallDestruction_GlassBottle_01_E_C_BndEvt__BP_GlassBottle_SmallDestruction_GlassBottle_01_E_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BP_SmallDestruction_GlassBottle_01_E_C_BndEvt__BP_GlassBottle_SmallDestruction_GlassBottle_01_E_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SmallDestruction_GlassBottle_01_E_C \ +static_assert(alignof(ABP_SmallDestruction_GlassBottle_01_E_C) == 0x000008, "Wrong alignment on ABP_SmallDestruction_GlassBottle_01_E_C"); \ +static_assert(sizeof(ABP_SmallDestruction_GlassBottle_01_E_C) == 0x0002F8, "Wrong size on ABP_SmallDestruction_GlassBottle_01_E_C"); \ +static_assert(offsetof(ABP_SmallDestruction_GlassBottle_01_E_C, UberGraphFrame_BP_SmallDestruction_GlassBottle_01_E_C) == 0x0002F0, "Member 'ABP_SmallDestruction_GlassBottle_01_E_C::UberGraphFrame_BP_SmallDestruction_GlassBottle_01_E_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SmallDestruction_GlassBottle_01_C_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_C \ +static_assert(alignof(BP_SmallDestruction_GlassBottle_01_C_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_C) == 0x000008, "Wrong alignment on BP_SmallDestruction_GlassBottle_01_C_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_C"); \ +static_assert(sizeof(BP_SmallDestruction_GlassBottle_01_C_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_C) == 0x000050, "Wrong size on BP_SmallDestruction_GlassBottle_01_C_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_C"); \ +static_assert(offsetof(BP_SmallDestruction_GlassBottle_01_C_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_C, EntryPoint) == 0x000000, "Member 'BP_SmallDestruction_GlassBottle_01_C_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_C::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallDestruction_GlassBottle_01_C_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_C, CallFunc_IsDedicatedServer_ReturnValue) == 0x000004, "Member 'BP_SmallDestruction_GlassBottle_01_C_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_C::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallDestruction_GlassBottle_01_C_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_C, K2Node_ComponentBoundEvent_Type) == 0x000005, "Member 'BP_SmallDestruction_GlassBottle_01_C_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_C::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallDestruction_GlassBottle_01_C_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_C, K2Node_ComponentBoundEvent_HitContext) == 0x000008, "Member 'BP_SmallDestruction_GlassBottle_01_C_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_C::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallDestruction_GlassBottle_01_C_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_C, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BP_SmallDestruction_GlassBottle_01_C_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_C::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallDestruction_GlassBottle_01_C_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_C, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000048, "Member 'BP_SmallDestruction_GlassBottle_01_C_C_ExecuteUbergraph_BP_SmallDestruction_GlassBottle_01_C::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SmallDestruction_GlassBottle_01_C_C_BndEvt__BP_SmallDestruction_GlassBottle_01_C_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BP_SmallDestruction_GlassBottle_01_C_C_BndEvt__BP_SmallDestruction_GlassBottle_01_C_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BP_SmallDestruction_GlassBottle_01_C_C_BndEvt__BP_SmallDestruction_GlassBottle_01_C_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BP_SmallDestruction_GlassBottle_01_C_C_BndEvt__BP_SmallDestruction_GlassBottle_01_C_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BP_SmallDestruction_GlassBottle_01_C_C_BndEvt__BP_SmallDestruction_GlassBottle_01_C_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BP_SmallDestruction_GlassBottle_01_C_C_BndEvt__BP_SmallDestruction_GlassBottle_01_C_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BP_SmallDestruction_GlassBottle_01_C_C_BndEvt__BP_SmallDestruction_GlassBottle_01_C_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_SmallDestruction_GlassBottle_01_C_C_BndEvt__BP_SmallDestruction_GlassBottle_01_C_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BP_SmallDestruction_GlassBottle_01_C_C_BndEvt__BP_SmallDestruction_GlassBottle_01_C_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SmallDestruction_GlassBottle_01_C_C \ +static_assert(alignof(ABP_SmallDestruction_GlassBottle_01_C_C) == 0x000008, "Wrong alignment on ABP_SmallDestruction_GlassBottle_01_C_C"); \ +static_assert(sizeof(ABP_SmallDestruction_GlassBottle_01_C_C) == 0x0002F0, "Wrong size on ABP_SmallDestruction_GlassBottle_01_C_C"); \ +static_assert(offsetof(ABP_SmallDestruction_GlassBottle_01_C_C, UberGraphFrame_BP_SmallDestruction_GlassBottle_01_C_C) == 0x0002E0, "Member 'ABP_SmallDestruction_GlassBottle_01_C_C::UberGraphFrame_BP_SmallDestruction_GlassBottle_01_C_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_SmallDestruction_GlassBottle_01_C_C, SBZCosmeticDestruction) == 0x0002E8, "Member 'ABP_SmallDestruction_GlassBottle_01_C_C::SBZCosmeticDestruction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlassBottle_01_F_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_F_SmallDestruction \ +static_assert(alignof(BP_GlassBottle_01_F_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_F_SmallDestruction) == 0x000008, "Wrong alignment on BP_GlassBottle_01_F_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_F_SmallDestruction"); \ +static_assert(sizeof(BP_GlassBottle_01_F_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_F_SmallDestruction) == 0x000050, "Wrong size on BP_GlassBottle_01_F_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_F_SmallDestruction"); \ +static_assert(offsetof(BP_GlassBottle_01_F_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_F_SmallDestruction, EntryPoint) == 0x000000, "Member 'BP_GlassBottle_01_F_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_F_SmallDestruction::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GlassBottle_01_F_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_F_SmallDestruction, CallFunc_IsDedicatedServer_ReturnValue) == 0x000004, "Member 'BP_GlassBottle_01_F_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_F_SmallDestruction::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlassBottle_01_F_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_F_SmallDestruction, K2Node_ComponentBoundEvent_Type) == 0x000005, "Member 'BP_GlassBottle_01_F_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_F_SmallDestruction::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_GlassBottle_01_F_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_F_SmallDestruction, K2Node_ComponentBoundEvent_HitContext) == 0x000008, "Member 'BP_GlassBottle_01_F_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_F_SmallDestruction::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BP_GlassBottle_01_F_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_F_SmallDestruction, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BP_GlassBottle_01_F_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_F_SmallDestruction::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GlassBottle_01_F_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_F_SmallDestruction, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000048, "Member 'BP_GlassBottle_01_F_SmallDestruction_C_ExecuteUbergraph_BP_GlassBottle_01_F_SmallDestruction::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GlassBottle_01_F_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_F_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BP_GlassBottle_01_F_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_F_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BP_GlassBottle_01_F_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_F_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BP_GlassBottle_01_F_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_F_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BP_GlassBottle_01_F_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_F_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BP_GlassBottle_01_F_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_F_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BP_GlassBottle_01_F_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_F_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_GlassBottle_01_F_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_F_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BP_GlassBottle_01_F_SmallDestruction_C_BndEvt__BP_SmallDestruction_GlassBottle_01_F_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GlassBottle_01_F_SmallDestruction_C \ +static_assert(alignof(ABP_GlassBottle_01_F_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_GlassBottle_01_F_SmallDestruction_C"); \ +static_assert(sizeof(ABP_GlassBottle_01_F_SmallDestruction_C) == 0x0002F0, "Wrong size on ABP_GlassBottle_01_F_SmallDestruction_C"); \ +static_assert(offsetof(ABP_GlassBottle_01_F_SmallDestruction_C, UberGraphFrame_BP_GlassBottle_01_F_SmallDestruction_C) == 0x0002E0, "Member 'ABP_GlassBottle_01_F_SmallDestruction_C::UberGraphFrame_BP_GlassBottle_01_F_SmallDestruction_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_GlassBottle_01_F_SmallDestruction_C, SBZCosmeticDestruction) == 0x0002E8, "Member 'ABP_GlassBottle_01_F_SmallDestruction_C::SBZCosmeticDestruction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CardboardBox_01_C_Open_SmallDestruction_C \ +static_assert(alignof(ABP_CardboardBox_01_C_Open_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_CardboardBox_01_C_Open_SmallDestruction_C"); \ +static_assert(sizeof(ABP_CardboardBox_01_C_Open_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_CardboardBox_01_C_Open_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_ABP_Plate_01_Stack_SmallDestruction_C \ +static_assert(alignof(ABP_Plate_01_Stack_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_Plate_01_Stack_SmallDestruction_C"); \ +static_assert(sizeof(ABP_Plate_01_Stack_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_Plate_01_Stack_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_ABP_EquipmentHelicopter_C \ +static_assert(alignof(ABP_EquipmentHelicopter_C) == 0x000010, "Wrong alignment on ABP_EquipmentHelicopter_C"); \ +static_assert(sizeof(ABP_EquipmentHelicopter_C) == 0x000760, "Wrong size on ABP_EquipmentHelicopter_C"); \ + +#define DUMPER7_ASSERTS_ABP_MixingTool_01_Stirere_SmallDestruction_C \ +static_assert(alignof(ABP_MixingTool_01_Stirere_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_MixingTool_01_Stirere_SmallDestruction_C"); \ +static_assert(sizeof(ABP_MixingTool_01_Stirere_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_MixingTool_01_Stirere_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_ABP_MixingTool_01_Mixer_SmallDestruction_C \ +static_assert(alignof(ABP_MixingTool_01_Mixer_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_MixingTool_01_Mixer_SmallDestruction_C"); \ +static_assert(sizeof(ABP_MixingTool_01_Mixer_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_MixingTool_01_Mixer_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_ABP_MixingTool_01_Jigger_SmallDestruction_C \ +static_assert(alignof(ABP_MixingTool_01_Jigger_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_MixingTool_01_Jigger_SmallDestruction_C"); \ +static_assert(sizeof(ABP_MixingTool_01_Jigger_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_MixingTool_01_Jigger_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_BP_Microwave_01_SmallDestruction_C_ExecuteUbergraph_BP_Microwave_01_SmallDestruction \ +static_assert(alignof(BP_Microwave_01_SmallDestruction_C_ExecuteUbergraph_BP_Microwave_01_SmallDestruction) == 0x000008, "Wrong alignment on BP_Microwave_01_SmallDestruction_C_ExecuteUbergraph_BP_Microwave_01_SmallDestruction"); \ +static_assert(sizeof(BP_Microwave_01_SmallDestruction_C_ExecuteUbergraph_BP_Microwave_01_SmallDestruction) == 0x000050, "Wrong size on BP_Microwave_01_SmallDestruction_C_ExecuteUbergraph_BP_Microwave_01_SmallDestruction"); \ +static_assert(offsetof(BP_Microwave_01_SmallDestruction_C_ExecuteUbergraph_BP_Microwave_01_SmallDestruction, EntryPoint) == 0x000000, "Member 'BP_Microwave_01_SmallDestruction_C_ExecuteUbergraph_BP_Microwave_01_SmallDestruction::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Microwave_01_SmallDestruction_C_ExecuteUbergraph_BP_Microwave_01_SmallDestruction, CallFunc_IsDedicatedServer_ReturnValue) == 0x000004, "Member 'BP_Microwave_01_SmallDestruction_C_ExecuteUbergraph_BP_Microwave_01_SmallDestruction::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Microwave_01_SmallDestruction_C_ExecuteUbergraph_BP_Microwave_01_SmallDestruction, K2Node_ComponentBoundEvent_Type) == 0x000005, "Member 'BP_Microwave_01_SmallDestruction_C_ExecuteUbergraph_BP_Microwave_01_SmallDestruction::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_Microwave_01_SmallDestruction_C_ExecuteUbergraph_BP_Microwave_01_SmallDestruction, K2Node_ComponentBoundEvent_HitContext) == 0x000008, "Member 'BP_Microwave_01_SmallDestruction_C_ExecuteUbergraph_BP_Microwave_01_SmallDestruction::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Microwave_01_SmallDestruction_C_ExecuteUbergraph_BP_Microwave_01_SmallDestruction, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x000038, "Member 'BP_Microwave_01_SmallDestruction_C_ExecuteUbergraph_BP_Microwave_01_SmallDestruction::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Microwave_01_SmallDestruction_C_ExecuteUbergraph_BP_Microwave_01_SmallDestruction, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000048, "Member 'BP_Microwave_01_SmallDestruction_C_ExecuteUbergraph_BP_Microwave_01_SmallDestruction::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Microwave_01_SmallDestruction_C_BndEvt__BP_Microwave_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BP_Microwave_01_SmallDestruction_C_BndEvt__BP_Microwave_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BP_Microwave_01_SmallDestruction_C_BndEvt__BP_Microwave_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Microwave_01_SmallDestruction_C_BndEvt__BP_Microwave_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BP_Microwave_01_SmallDestruction_C_BndEvt__BP_Microwave_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Microwave_01_SmallDestruction_C_BndEvt__BP_Microwave_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BP_Microwave_01_SmallDestruction_C_BndEvt__BP_Microwave_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_Microwave_01_SmallDestruction_C_BndEvt__BP_Microwave_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BP_Microwave_01_SmallDestruction_C_BndEvt__BP_Microwave_01_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Microwave_01_SmallDestruction_C \ +static_assert(alignof(ABP_Microwave_01_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_Microwave_01_SmallDestruction_C"); \ +static_assert(sizeof(ABP_Microwave_01_SmallDestruction_C) == 0x0002F0, "Wrong size on ABP_Microwave_01_SmallDestruction_C"); \ +static_assert(offsetof(ABP_Microwave_01_SmallDestruction_C, UberGraphFrame_BP_Microwave_01_SmallDestruction_C) == 0x0002E0, "Member 'ABP_Microwave_01_SmallDestruction_C::UberGraphFrame_BP_Microwave_01_SmallDestruction_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Microwave_01_SmallDestruction_C, SBZCosmeticDestruction) == 0x0002E8, "Member 'ABP_Microwave_01_SmallDestruction_C::SBZCosmeticDestruction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GlassCup_01_I_SmallDestruction_C \ +static_assert(alignof(ABP_GlassCup_01_I_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_GlassCup_01_I_SmallDestruction_C"); \ +static_assert(sizeof(ABP_GlassCup_01_I_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_GlassCup_01_I_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_ABP_GlassCup_01_A_SmallDestruction_C \ +static_assert(alignof(ABP_GlassCup_01_A_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_GlassCup_01_A_SmallDestruction_C"); \ +static_assert(sizeof(ABP_GlassCup_01_A_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_GlassCup_01_A_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_ABP_Coffecup_01_A_SmallDestruction_C \ +static_assert(alignof(ABP_Coffecup_01_A_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_Coffecup_01_A_SmallDestruction_C"); \ +static_assert(sizeof(ABP_Coffecup_01_A_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_Coffecup_01_A_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_ABP_SectionalSofa_01_PillowBig_SmallDestruction_C \ +static_assert(alignof(ABP_SectionalSofa_01_PillowBig_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_SectionalSofa_01_PillowBig_SmallDestruction_C"); \ +static_assert(sizeof(ABP_SectionalSofa_01_PillowBig_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_SectionalSofa_01_PillowBig_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_BP_Vase_01_B_Bouquet_A_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_B_Bouquet_A_SmallDestruction \ +static_assert(alignof(BP_Vase_01_B_Bouquet_A_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_B_Bouquet_A_SmallDestruction) == 0x000008, "Wrong alignment on BP_Vase_01_B_Bouquet_A_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_B_Bouquet_A_SmallDestruction"); \ +static_assert(sizeof(BP_Vase_01_B_Bouquet_A_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_B_Bouquet_A_SmallDestruction) == 0x000068, "Wrong size on BP_Vase_01_B_Bouquet_A_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_B_Bouquet_A_SmallDestruction"); \ +static_assert(offsetof(BP_Vase_01_B_Bouquet_A_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_B_Bouquet_A_SmallDestruction, EntryPoint) == 0x000000, "Member 'BP_Vase_01_B_Bouquet_A_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_B_Bouquet_A_SmallDestruction::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_01_B_Bouquet_A_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_B_Bouquet_A_SmallDestruction, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'BP_Vase_01_B_Bouquet_A_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_B_Bouquet_A_SmallDestruction::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_01_B_Bouquet_A_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_B_Bouquet_A_SmallDestruction, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000010, "Member 'BP_Vase_01_B_Bouquet_A_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_B_Bouquet_A_SmallDestruction::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_01_B_Bouquet_A_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_B_Bouquet_A_SmallDestruction, CallFunc_Add_VectorVector_ReturnValue) == 0x000018, "Member 'BP_Vase_01_B_Bouquet_A_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_B_Bouquet_A_SmallDestruction::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_01_B_Bouquet_A_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_B_Bouquet_A_SmallDestruction, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x000028, "Member 'BP_Vase_01_B_Bouquet_A_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_B_Bouquet_A_SmallDestruction::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_01_B_Bouquet_A_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_B_Bouquet_A_SmallDestruction, K2Node_ComponentBoundEvent_Type) == 0x000030, "Member 'BP_Vase_01_B_Bouquet_A_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_B_Bouquet_A_SmallDestruction::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_01_B_Bouquet_A_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_B_Bouquet_A_SmallDestruction, K2Node_ComponentBoundEvent_HitContext) == 0x000034, "Member 'BP_Vase_01_B_Bouquet_A_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_B_Bouquet_A_SmallDestruction::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_01_B_Bouquet_A_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_B_Bouquet_A_SmallDestruction, CallFunc_IsDedicatedServer_ReturnValue) == 0x000064, "Member 'BP_Vase_01_B_Bouquet_A_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_B_Bouquet_A_SmallDestruction::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Vase_01_B_Bouquet_A_SmallDestruction_C_BndEvt__BP_Vase_01_B_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BP_Vase_01_B_Bouquet_A_SmallDestruction_C_BndEvt__BP_Vase_01_B_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BP_Vase_01_B_Bouquet_A_SmallDestruction_C_BndEvt__BP_Vase_01_B_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Vase_01_B_Bouquet_A_SmallDestruction_C_BndEvt__BP_Vase_01_B_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BP_Vase_01_B_Bouquet_A_SmallDestruction_C_BndEvt__BP_Vase_01_B_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Vase_01_B_Bouquet_A_SmallDestruction_C_BndEvt__BP_Vase_01_B_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BP_Vase_01_B_Bouquet_A_SmallDestruction_C_BndEvt__BP_Vase_01_B_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_01_B_Bouquet_A_SmallDestruction_C_BndEvt__BP_Vase_01_B_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BP_Vase_01_B_Bouquet_A_SmallDestruction_C_BndEvt__BP_Vase_01_B_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Vase_01_B_Bouquet_A_SmallDestruction_C \ +static_assert(alignof(ABP_Vase_01_B_Bouquet_A_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_Vase_01_B_Bouquet_A_SmallDestruction_C"); \ +static_assert(sizeof(ABP_Vase_01_B_Bouquet_A_SmallDestruction_C) == 0x0002F8, "Wrong size on ABP_Vase_01_B_Bouquet_A_SmallDestruction_C"); \ +static_assert(offsetof(ABP_Vase_01_B_Bouquet_A_SmallDestruction_C, UberGraphFrame_BP_Vase_01_B_Bouquet_A_SmallDestruction_C) == 0x0002E0, "Member 'ABP_Vase_01_B_Bouquet_A_SmallDestruction_C::UberGraphFrame_BP_Vase_01_B_Bouquet_A_SmallDestruction_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Vase_01_B_Bouquet_A_SmallDestruction_C, Boquet_01_A) == 0x0002E8, "Member 'ABP_Vase_01_B_Bouquet_A_SmallDestruction_C::Boquet_01_A' has a wrong offset!"); \ +static_assert(offsetof(ABP_Vase_01_B_Bouquet_A_SmallDestruction_C, SBZCosmeticDestruction) == 0x0002F0, "Member 'ABP_Vase_01_B_Bouquet_A_SmallDestruction_C::SBZCosmeticDestruction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Vase_01_A_Bouquet_C_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_A_Bouquet_C_SmallDestruction \ +static_assert(alignof(BP_Vase_01_A_Bouquet_C_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_A_Bouquet_C_SmallDestruction) == 0x000008, "Wrong alignment on BP_Vase_01_A_Bouquet_C_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_A_Bouquet_C_SmallDestruction"); \ +static_assert(sizeof(BP_Vase_01_A_Bouquet_C_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_A_Bouquet_C_SmallDestruction) == 0x000068, "Wrong size on BP_Vase_01_A_Bouquet_C_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_A_Bouquet_C_SmallDestruction"); \ +static_assert(offsetof(BP_Vase_01_A_Bouquet_C_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_A_Bouquet_C_SmallDestruction, EntryPoint) == 0x000000, "Member 'BP_Vase_01_A_Bouquet_C_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_A_Bouquet_C_SmallDestruction::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_01_A_Bouquet_C_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_A_Bouquet_C_SmallDestruction, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'BP_Vase_01_A_Bouquet_C_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_A_Bouquet_C_SmallDestruction::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_01_A_Bouquet_C_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_A_Bouquet_C_SmallDestruction, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000010, "Member 'BP_Vase_01_A_Bouquet_C_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_A_Bouquet_C_SmallDestruction::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_01_A_Bouquet_C_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_A_Bouquet_C_SmallDestruction, CallFunc_Add_VectorVector_ReturnValue) == 0x000018, "Member 'BP_Vase_01_A_Bouquet_C_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_A_Bouquet_C_SmallDestruction::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_01_A_Bouquet_C_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_A_Bouquet_C_SmallDestruction, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x000028, "Member 'BP_Vase_01_A_Bouquet_C_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_A_Bouquet_C_SmallDestruction::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_01_A_Bouquet_C_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_A_Bouquet_C_SmallDestruction, K2Node_ComponentBoundEvent_Type) == 0x000030, "Member 'BP_Vase_01_A_Bouquet_C_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_A_Bouquet_C_SmallDestruction::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_01_A_Bouquet_C_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_A_Bouquet_C_SmallDestruction, K2Node_ComponentBoundEvent_HitContext) == 0x000034, "Member 'BP_Vase_01_A_Bouquet_C_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_A_Bouquet_C_SmallDestruction::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_01_A_Bouquet_C_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_A_Bouquet_C_SmallDestruction, CallFunc_IsDedicatedServer_ReturnValue) == 0x000064, "Member 'BP_Vase_01_A_Bouquet_C_SmallDestruction_C_ExecuteUbergraph_BP_Vase_01_A_Bouquet_C_SmallDestruction::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Vase_01_A_Bouquet_C_SmallDestruction_C_BndEvt__BP_Vase_01_B_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BP_Vase_01_A_Bouquet_C_SmallDestruction_C_BndEvt__BP_Vase_01_B_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BP_Vase_01_A_Bouquet_C_SmallDestruction_C_BndEvt__BP_Vase_01_B_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Vase_01_A_Bouquet_C_SmallDestruction_C_BndEvt__BP_Vase_01_B_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BP_Vase_01_A_Bouquet_C_SmallDestruction_C_BndEvt__BP_Vase_01_B_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Vase_01_A_Bouquet_C_SmallDestruction_C_BndEvt__BP_Vase_01_B_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BP_Vase_01_A_Bouquet_C_SmallDestruction_C_BndEvt__BP_Vase_01_B_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BP_Vase_01_A_Bouquet_C_SmallDestruction_C_BndEvt__BP_Vase_01_B_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BP_Vase_01_A_Bouquet_C_SmallDestruction_C_BndEvt__BP_Vase_01_B_SmallDestruction_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Vase_01_A_Bouquet_C_SmallDestruction_C \ +static_assert(alignof(ABP_Vase_01_A_Bouquet_C_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_Vase_01_A_Bouquet_C_SmallDestruction_C"); \ +static_assert(sizeof(ABP_Vase_01_A_Bouquet_C_SmallDestruction_C) == 0x0002F8, "Wrong size on ABP_Vase_01_A_Bouquet_C_SmallDestruction_C"); \ +static_assert(offsetof(ABP_Vase_01_A_Bouquet_C_SmallDestruction_C, UberGraphFrame_BP_Vase_01_A_Bouquet_C_SmallDestruction_C) == 0x0002E0, "Member 'ABP_Vase_01_A_Bouquet_C_SmallDestruction_C::UberGraphFrame_BP_Vase_01_A_Bouquet_C_SmallDestruction_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Vase_01_A_Bouquet_C_SmallDestruction_C, Boquet_01_A) == 0x0002E8, "Member 'ABP_Vase_01_A_Bouquet_C_SmallDestruction_C::Boquet_01_A' has a wrong offset!"); \ +static_assert(offsetof(ABP_Vase_01_A_Bouquet_C_SmallDestruction_C, SBZCosmeticDestruction) == 0x0002F0, "Member 'ABP_Vase_01_A_Bouquet_C_SmallDestruction_C::SBZCosmeticDestruction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_OldBook_01_B_SmallDestruction_C \ +static_assert(alignof(ABP_OldBook_01_B_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_OldBook_01_B_SmallDestruction_C"); \ +static_assert(sizeof(ABP_OldBook_01_B_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_OldBook_01_B_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_ABP_Toiletry_01_C_SmallDestruction_C \ +static_assert(alignof(ABP_Toiletry_01_C_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_Toiletry_01_C_SmallDestruction_C"); \ +static_assert(sizeof(ABP_Toiletry_01_C_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_Toiletry_01_C_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_ABP_DesktopComputer_01_Mouse_C \ +static_assert(alignof(ABP_DesktopComputer_01_Mouse_C) == 0x000008, "Wrong alignment on ABP_DesktopComputer_01_Mouse_C"); \ +static_assert(sizeof(ABP_DesktopComputer_01_Mouse_C) == 0x0002E0, "Wrong size on ABP_DesktopComputer_01_Mouse_C"); \ + +#define DUMPER7_ASSERTS_BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent \ +static_assert(alignof(BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent) == 0x000008, "Wrong alignment on BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent"); \ +static_assert(sizeof(BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent) == 0x000058, "Wrong size on BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent"); \ +static_assert(offsetof(BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent, EntryPoint) == 0x000000, "Member 'BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000008, "Member 'BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent, CallFunc_GetChildrenComponents_Children) == 0x000010, "Member 'BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent, K2Node_DynamicCast_AsStatic_Mesh_Component) == 0x000030, "Member 'BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent::K2Node_DynamicCast_AsStatic_Mesh_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent, K2Node_Event_Widget) == 0x000048, "Member 'BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent::K2Node_Event_Widget' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent, K2Node_Event_CodeToShow) == 0x000050, "Member 'BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent::K2Node_Event_CodeToShow' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000054, "Member 'BP_DigitPassword_Parent_C_ExecuteUbergraph_BP_DigitPassword_Parent::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DigitPassword_Parent_C_BP_SetCode \ +static_assert(alignof(BP_DigitPassword_Parent_C_BP_SetCode) == 0x000008, "Wrong alignment on BP_DigitPassword_Parent_C_BP_SetCode"); \ +static_assert(sizeof(BP_DigitPassword_Parent_C_BP_SetCode) == 0x000010, "Wrong size on BP_DigitPassword_Parent_C_BP_SetCode"); \ +static_assert(offsetof(BP_DigitPassword_Parent_C_BP_SetCode, Widget) == 0x000000, "Member 'BP_DigitPassword_Parent_C_BP_SetCode::Widget' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitPassword_Parent_C_BP_SetCode, CodeToShow_0) == 0x000008, "Member 'BP_DigitPassword_Parent_C_BP_SetCode::CodeToShow_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DigitPassword_Parent_C \ +static_assert(alignof(ABP_DigitPassword_Parent_C) == 0x000008, "Wrong alignment on ABP_DigitPassword_Parent_C"); \ +static_assert(sizeof(ABP_DigitPassword_Parent_C) == 0x0002D8, "Wrong size on ABP_DigitPassword_Parent_C"); \ +static_assert(offsetof(ABP_DigitPassword_Parent_C, UberGraphFrame) == 0x0002C8, "Member 'ABP_DigitPassword_Parent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_DigitPassword_Parent_C, StaticMesh) == 0x0002D0, "Member 'ABP_DigitPassword_Parent_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HackingZoneControllerRunning_C_ExecuteUbergraph_WBP_HackingZoneControllerRunning \ +static_assert(alignof(WBP_HackingZoneControllerRunning_C_ExecuteUbergraph_WBP_HackingZoneControllerRunning) == 0x000008, "Wrong alignment on WBP_HackingZoneControllerRunning_C_ExecuteUbergraph_WBP_HackingZoneControllerRunning"); \ +static_assert(sizeof(WBP_HackingZoneControllerRunning_C_ExecuteUbergraph_WBP_HackingZoneControllerRunning) == 0x000020, "Wrong size on WBP_HackingZoneControllerRunning_C_ExecuteUbergraph_WBP_HackingZoneControllerRunning"); \ +static_assert(offsetof(WBP_HackingZoneControllerRunning_C_ExecuteUbergraph_WBP_HackingZoneControllerRunning, EntryPoint) == 0x000000, "Member 'WBP_HackingZoneControllerRunning_C_ExecuteUbergraph_WBP_HackingZoneControllerRunning::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HackingZoneControllerRunning_C_ExecuteUbergraph_WBP_HackingZoneControllerRunning, K2Node_CustomEvent_InText) == 0x000008, "Member 'WBP_HackingZoneControllerRunning_C_ExecuteUbergraph_WBP_HackingZoneControllerRunning::K2Node_CustomEvent_InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HackingZoneControllerRunning_C_setText \ +static_assert(alignof(WBP_HackingZoneControllerRunning_C_setText) == 0x000008, "Wrong alignment on WBP_HackingZoneControllerRunning_C_setText"); \ +static_assert(sizeof(WBP_HackingZoneControllerRunning_C_setText) == 0x000018, "Wrong size on WBP_HackingZoneControllerRunning_C_setText"); \ +static_assert(offsetof(WBP_HackingZoneControllerRunning_C_setText, InText) == 0x000000, "Member 'WBP_HackingZoneControllerRunning_C_setText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HackingZoneControllerRunning_C \ +static_assert(alignof(UWBP_HackingZoneControllerRunning_C) == 0x000008, "Wrong alignment on UWBP_HackingZoneControllerRunning_C"); \ +static_assert(sizeof(UWBP_HackingZoneControllerRunning_C) == 0x0002A0, "Wrong size on UWBP_HackingZoneControllerRunning_C"); \ +static_assert(offsetof(UWBP_HackingZoneControllerRunning_C, UberGraphFrame) == 0x000290, "Member 'UWBP_HackingZoneControllerRunning_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HackingZoneControllerRunning_C, Intro) == 0x000298, "Member 'UWBP_HackingZoneControllerRunning_C::Intro' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HackingZoneControllerPaused_C_ExecuteUbergraph_WBP_HackingZoneControllerPaused \ +static_assert(alignof(WBP_HackingZoneControllerPaused_C_ExecuteUbergraph_WBP_HackingZoneControllerPaused) == 0x000008, "Wrong alignment on WBP_HackingZoneControllerPaused_C_ExecuteUbergraph_WBP_HackingZoneControllerPaused"); \ +static_assert(sizeof(WBP_HackingZoneControllerPaused_C_ExecuteUbergraph_WBP_HackingZoneControllerPaused) == 0x000020, "Wrong size on WBP_HackingZoneControllerPaused_C_ExecuteUbergraph_WBP_HackingZoneControllerPaused"); \ +static_assert(offsetof(WBP_HackingZoneControllerPaused_C_ExecuteUbergraph_WBP_HackingZoneControllerPaused, EntryPoint) == 0x000000, "Member 'WBP_HackingZoneControllerPaused_C_ExecuteUbergraph_WBP_HackingZoneControllerPaused::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HackingZoneControllerPaused_C_ExecuteUbergraph_WBP_HackingZoneControllerPaused, K2Node_CustomEvent_InText) == 0x000008, "Member 'WBP_HackingZoneControllerPaused_C_ExecuteUbergraph_WBP_HackingZoneControllerPaused::K2Node_CustomEvent_InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HackingZoneControllerPaused_C_setText \ +static_assert(alignof(WBP_HackingZoneControllerPaused_C_setText) == 0x000008, "Wrong alignment on WBP_HackingZoneControllerPaused_C_setText"); \ +static_assert(sizeof(WBP_HackingZoneControllerPaused_C_setText) == 0x000018, "Wrong size on WBP_HackingZoneControllerPaused_C_setText"); \ +static_assert(offsetof(WBP_HackingZoneControllerPaused_C_setText, InText) == 0x000000, "Member 'WBP_HackingZoneControllerPaused_C_setText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HackingZoneControllerPaused_C \ +static_assert(alignof(UWBP_HackingZoneControllerPaused_C) == 0x000008, "Wrong alignment on UWBP_HackingZoneControllerPaused_C"); \ +static_assert(sizeof(UWBP_HackingZoneControllerPaused_C) == 0x0002A0, "Wrong size on UWBP_HackingZoneControllerPaused_C"); \ +static_assert(offsetof(UWBP_HackingZoneControllerPaused_C, UberGraphFrame) == 0x000290, "Member 'UWBP_HackingZoneControllerPaused_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HackingZoneControllerPaused_C, Intro) == 0x000298, "Member 'UWBP_HackingZoneControllerPaused_C::Intro' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HackingZoneControllerInterupt_C_ExecuteUbergraph_WBP_HackingZoneControllerInterupt \ +static_assert(alignof(WBP_HackingZoneControllerInterupt_C_ExecuteUbergraph_WBP_HackingZoneControllerInterupt) == 0x000008, "Wrong alignment on WBP_HackingZoneControllerInterupt_C_ExecuteUbergraph_WBP_HackingZoneControllerInterupt"); \ +static_assert(sizeof(WBP_HackingZoneControllerInterupt_C_ExecuteUbergraph_WBP_HackingZoneControllerInterupt) == 0x000020, "Wrong size on WBP_HackingZoneControllerInterupt_C_ExecuteUbergraph_WBP_HackingZoneControllerInterupt"); \ +static_assert(offsetof(WBP_HackingZoneControllerInterupt_C_ExecuteUbergraph_WBP_HackingZoneControllerInterupt, EntryPoint) == 0x000000, "Member 'WBP_HackingZoneControllerInterupt_C_ExecuteUbergraph_WBP_HackingZoneControllerInterupt::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HackingZoneControllerInterupt_C_ExecuteUbergraph_WBP_HackingZoneControllerInterupt, K2Node_CustomEvent_InText) == 0x000008, "Member 'WBP_HackingZoneControllerInterupt_C_ExecuteUbergraph_WBP_HackingZoneControllerInterupt::K2Node_CustomEvent_InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HackingZoneControllerInterupt_C_setText \ +static_assert(alignof(WBP_HackingZoneControllerInterupt_C_setText) == 0x000008, "Wrong alignment on WBP_HackingZoneControllerInterupt_C_setText"); \ +static_assert(sizeof(WBP_HackingZoneControllerInterupt_C_setText) == 0x000018, "Wrong size on WBP_HackingZoneControllerInterupt_C_setText"); \ +static_assert(offsetof(WBP_HackingZoneControllerInterupt_C_setText, InText) == 0x000000, "Member 'WBP_HackingZoneControllerInterupt_C_setText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HackingZoneControllerInterupt_C \ +static_assert(alignof(UWBP_HackingZoneControllerInterupt_C) == 0x000008, "Wrong alignment on UWBP_HackingZoneControllerInterupt_C"); \ +static_assert(sizeof(UWBP_HackingZoneControllerInterupt_C) == 0x0002A0, "Wrong size on UWBP_HackingZoneControllerInterupt_C"); \ +static_assert(offsetof(UWBP_HackingZoneControllerInterupt_C, UberGraphFrame) == 0x000290, "Member 'UWBP_HackingZoneControllerInterupt_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HackingZoneControllerInterupt_C, Intro) == 0x000298, "Member 'UWBP_HackingZoneControllerInterupt_C::Intro' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HackingZoneControllerDone_C_ExecuteUbergraph_WBP_HackingZoneControllerDone \ +static_assert(alignof(WBP_HackingZoneControllerDone_C_ExecuteUbergraph_WBP_HackingZoneControllerDone) == 0x000008, "Wrong alignment on WBP_HackingZoneControllerDone_C_ExecuteUbergraph_WBP_HackingZoneControllerDone"); \ +static_assert(sizeof(WBP_HackingZoneControllerDone_C_ExecuteUbergraph_WBP_HackingZoneControllerDone) == 0x000020, "Wrong size on WBP_HackingZoneControllerDone_C_ExecuteUbergraph_WBP_HackingZoneControllerDone"); \ +static_assert(offsetof(WBP_HackingZoneControllerDone_C_ExecuteUbergraph_WBP_HackingZoneControllerDone, EntryPoint) == 0x000000, "Member 'WBP_HackingZoneControllerDone_C_ExecuteUbergraph_WBP_HackingZoneControllerDone::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HackingZoneControllerDone_C_ExecuteUbergraph_WBP_HackingZoneControllerDone, K2Node_CustomEvent_InText) == 0x000008, "Member 'WBP_HackingZoneControllerDone_C_ExecuteUbergraph_WBP_HackingZoneControllerDone::K2Node_CustomEvent_InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HackingZoneControllerDone_C_setText \ +static_assert(alignof(WBP_HackingZoneControllerDone_C_setText) == 0x000008, "Wrong alignment on WBP_HackingZoneControllerDone_C_setText"); \ +static_assert(sizeof(WBP_HackingZoneControllerDone_C_setText) == 0x000018, "Wrong size on WBP_HackingZoneControllerDone_C_setText"); \ +static_assert(offsetof(WBP_HackingZoneControllerDone_C_setText, InText) == 0x000000, "Member 'WBP_HackingZoneControllerDone_C_setText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HackingZoneControllerDone_C \ +static_assert(alignof(UWBP_HackingZoneControllerDone_C) == 0x000008, "Wrong alignment on UWBP_HackingZoneControllerDone_C"); \ +static_assert(sizeof(UWBP_HackingZoneControllerDone_C) == 0x0002A0, "Wrong size on UWBP_HackingZoneControllerDone_C"); \ +static_assert(offsetof(UWBP_HackingZoneControllerDone_C, UberGraphFrame) == 0x000290, "Member 'UWBP_HackingZoneControllerDone_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HackingZoneControllerDone_C, Intro) == 0x000298, "Member 'UWBP_HackingZoneControllerDone_C::Intro' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HackingZoneControllerDisabled_C_ExecuteUbergraph_WBP_HackingZoneControllerDisabled \ +static_assert(alignof(WBP_HackingZoneControllerDisabled_C_ExecuteUbergraph_WBP_HackingZoneControllerDisabled) == 0x000008, "Wrong alignment on WBP_HackingZoneControllerDisabled_C_ExecuteUbergraph_WBP_HackingZoneControllerDisabled"); \ +static_assert(sizeof(WBP_HackingZoneControllerDisabled_C_ExecuteUbergraph_WBP_HackingZoneControllerDisabled) == 0x000020, "Wrong size on WBP_HackingZoneControllerDisabled_C_ExecuteUbergraph_WBP_HackingZoneControllerDisabled"); \ +static_assert(offsetof(WBP_HackingZoneControllerDisabled_C_ExecuteUbergraph_WBP_HackingZoneControllerDisabled, EntryPoint) == 0x000000, "Member 'WBP_HackingZoneControllerDisabled_C_ExecuteUbergraph_WBP_HackingZoneControllerDisabled::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HackingZoneControllerDisabled_C_ExecuteUbergraph_WBP_HackingZoneControllerDisabled, K2Node_CustomEvent_InText) == 0x000008, "Member 'WBP_HackingZoneControllerDisabled_C_ExecuteUbergraph_WBP_HackingZoneControllerDisabled::K2Node_CustomEvent_InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HackingZoneControllerDisabled_C_setText \ +static_assert(alignof(WBP_HackingZoneControllerDisabled_C_setText) == 0x000008, "Wrong alignment on WBP_HackingZoneControllerDisabled_C_setText"); \ +static_assert(sizeof(WBP_HackingZoneControllerDisabled_C_setText) == 0x000018, "Wrong size on WBP_HackingZoneControllerDisabled_C_setText"); \ +static_assert(offsetof(WBP_HackingZoneControllerDisabled_C_setText, InText) == 0x000000, "Member 'WBP_HackingZoneControllerDisabled_C_setText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HackingZoneControllerDisabled_C \ +static_assert(alignof(UWBP_HackingZoneControllerDisabled_C) == 0x000008, "Wrong alignment on UWBP_HackingZoneControllerDisabled_C"); \ +static_assert(sizeof(UWBP_HackingZoneControllerDisabled_C) == 0x0002A0, "Wrong size on UWBP_HackingZoneControllerDisabled_C"); \ +static_assert(offsetof(UWBP_HackingZoneControllerDisabled_C, UberGraphFrame) == 0x000290, "Member 'UWBP_HackingZoneControllerDisabled_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HackingZoneControllerDisabled_C, Intro) == 0x000298, "Member 'UWBP_HackingZoneControllerDisabled_C::Intro' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController \ +static_assert(alignof(WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController) == 0x000008, "Wrong alignment on WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController"); \ +static_assert(sizeof(WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController) == 0x0000A0, "Wrong size on WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController"); \ +static_assert(offsetof(WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController, EntryPoint) == 0x000000, "Member 'WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController, K2Node_CustomEvent_disabled) == 0x000008, "Member 'WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController::K2Node_CustomEvent_disabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController, K2Node_CustomEvent_done) == 0x000020, "Member 'WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController::K2Node_CustomEvent_done' has a wrong offset!"); \ +static_assert(offsetof(WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController, K2Node_CustomEvent_inactive) == 0x000038, "Member 'WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController::K2Node_CustomEvent_inactive' has a wrong offset!"); \ +static_assert(offsetof(WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController, K2Node_CustomEvent_interrupt) == 0x000050, "Member 'WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController::K2Node_CustomEvent_interrupt' has a wrong offset!"); \ +static_assert(offsetof(WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController, K2Node_CustomEvent_paused) == 0x000068, "Member 'WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController::K2Node_CustomEvent_paused' has a wrong offset!"); \ +static_assert(offsetof(WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController, K2Node_CustomEvent_running) == 0x000080, "Member 'WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController::K2Node_CustomEvent_running' has a wrong offset!"); \ +static_assert(offsetof(WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController, CallFunc_TextIsEmpty_ReturnValue) == 0x000098, "Member 'WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController, CallFunc_TextIsEmpty_ReturnValue_1) == 0x000099, "Member 'WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController::CallFunc_TextIsEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController, CallFunc_TextIsEmpty_ReturnValue_2) == 0x00009A, "Member 'WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController::CallFunc_TextIsEmpty_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController, CallFunc_TextIsEmpty_ReturnValue_3) == 0x00009B, "Member 'WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController::CallFunc_TextIsEmpty_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController, CallFunc_TextIsEmpty_ReturnValue_4) == 0x00009C, "Member 'WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController::CallFunc_TextIsEmpty_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController, CallFunc_TextIsEmpty_ReturnValue_5) == 0x00009D, "Member 'WBP_HackingZoneController_C_ExecuteUbergraph_WBP_HackingZoneController::CallFunc_TextIsEmpty_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HackingZoneController_C_setText \ +static_assert(alignof(WBP_HackingZoneController_C_setText) == 0x000008, "Wrong alignment on WBP_HackingZoneController_C_setText"); \ +static_assert(sizeof(WBP_HackingZoneController_C_setText) == 0x000090, "Wrong size on WBP_HackingZoneController_C_setText"); \ +static_assert(offsetof(WBP_HackingZoneController_C_setText, disabled) == 0x000000, "Member 'WBP_HackingZoneController_C_setText::disabled' has a wrong offset!"); \ +static_assert(offsetof(WBP_HackingZoneController_C_setText, done) == 0x000018, "Member 'WBP_HackingZoneController_C_setText::done' has a wrong offset!"); \ +static_assert(offsetof(WBP_HackingZoneController_C_setText, inactive) == 0x000030, "Member 'WBP_HackingZoneController_C_setText::inactive' has a wrong offset!"); \ +static_assert(offsetof(WBP_HackingZoneController_C_setText, interrupt) == 0x000048, "Member 'WBP_HackingZoneController_C_setText::interrupt' has a wrong offset!"); \ +static_assert(offsetof(WBP_HackingZoneController_C_setText, paused) == 0x000060, "Member 'WBP_HackingZoneController_C_setText::paused' has a wrong offset!"); \ +static_assert(offsetof(WBP_HackingZoneController_C_setText, running) == 0x000078, "Member 'WBP_HackingZoneController_C_setText::running' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HackingZoneController_C_HideAllWidgetsButOne \ +static_assert(alignof(WBP_HackingZoneController_C_HideAllWidgetsButOne) == 0x000008, "Wrong alignment on WBP_HackingZoneController_C_HideAllWidgetsButOne"); \ +static_assert(sizeof(WBP_HackingZoneController_C_HideAllWidgetsButOne) == 0x000008, "Wrong size on WBP_HackingZoneController_C_HideAllWidgetsButOne"); \ +static_assert(offsetof(WBP_HackingZoneController_C_HideAllWidgetsButOne, WidgetToShow) == 0x000000, "Member 'WBP_HackingZoneController_C_HideAllWidgetsButOne::WidgetToShow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HackingZoneController_C \ +static_assert(alignof(UWBP_HackingZoneController_C) == 0x000008, "Wrong alignment on UWBP_HackingZoneController_C"); \ +static_assert(sizeof(UWBP_HackingZoneController_C) == 0x0002D0, "Wrong size on UWBP_HackingZoneController_C"); \ +static_assert(offsetof(UWBP_HackingZoneController_C, UberGraphFrame) == 0x000290, "Member 'UWBP_HackingZoneController_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HackingZoneController_C, Screensaver) == 0x000298, "Member 'UWBP_HackingZoneController_C::Screensaver' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HackingZoneController_C, WBP_HackingZoneControllerDisabled) == 0x0002A0, "Member 'UWBP_HackingZoneController_C::WBP_HackingZoneControllerDisabled' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HackingZoneController_C, WBP_HackingZoneControllerDone) == 0x0002A8, "Member 'UWBP_HackingZoneController_C::WBP_HackingZoneControllerDone' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HackingZoneController_C, WBP_HackingZoneControllerInactive) == 0x0002B0, "Member 'UWBP_HackingZoneController_C::WBP_HackingZoneControllerInactive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HackingZoneController_C, WBP_HackingZoneControllerInterupt) == 0x0002B8, "Member 'UWBP_HackingZoneController_C::WBP_HackingZoneControllerInterupt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HackingZoneController_C, WBP_HackingZoneControllerPaused) == 0x0002C0, "Member 'UWBP_HackingZoneController_C::WBP_HackingZoneControllerPaused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HackingZoneController_C, WBP_HackingZoneControllerRunning) == 0x0002C8, "Member 'UWBP_HackingZoneController_C::WBP_HackingZoneControllerRunning' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetPanel_C_ExecuteUbergraph_WidgetPanel \ +static_assert(alignof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel) == 0x000008, "Wrong alignment on WidgetPanel_C_ExecuteUbergraph_WidgetPanel"); \ +static_assert(sizeof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel) == 0x000148, "Wrong size on WidgetPanel_C_ExecuteUbergraph_WidgetPanel"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, EntryPoint) == 0x000000, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, K2Node_CreateDelegate_OutputDelegate_2) == 0x00002C, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, K2Node_CustomEvent_NewParam_1) == 0x000040, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::K2Node_CustomEvent_NewParam_1' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, K2Node_CustomEvent_NewParam) == 0x000048, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::K2Node_CustomEvent_NewParam' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_CreatePlayAnimationTimeRangeProxyObject_Result) == 0x000050, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_CreatePlayAnimationTimeRangeProxyObject_Result' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_CreatePlayAnimationTimeRangeProxyObject_ReturnValue) == 0x000058, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_CreatePlayAnimationTimeRangeProxyObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_CreatePlayAnimationTimeRangeProxyObject_Result_1) == 0x000060, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_CreatePlayAnimationTimeRangeProxyObject_Result_1' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_CreatePlayAnimationTimeRangeProxyObject_ReturnValue_1) == 0x000068, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_CreatePlayAnimationTimeRangeProxyObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_IsValid_ReturnValue_1) == 0x000071, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_GetRenderTransformAngle_ReturnValue) == 0x000074, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_GetRenderTransformAngle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000078, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_NearlyEqual_FloatFloat_ReturnValue_1) == 0x000079, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_NearlyEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_NearlyEqual_FloatFloat_ReturnValue_2) == 0x00007A, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_NearlyEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_NearlyEqual_FloatFloat_ReturnValue_3) == 0x00007B, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_NearlyEqual_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_GetRenderTransformAngle_ReturnValue_1) == 0x00007C, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_GetRenderTransformAngle_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_NearlyEqual_FloatFloat_ReturnValue_4) == 0x000080, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_NearlyEqual_FloatFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_NearlyEqual_FloatFloat_ReturnValue_5) == 0x000081, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_NearlyEqual_FloatFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_NearlyEqual_FloatFloat_ReturnValue_6) == 0x000082, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_NearlyEqual_FloatFloat_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_NearlyEqual_FloatFloat_ReturnValue_7) == 0x000083, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_NearlyEqual_FloatFloat_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_PlayAnimation_ReturnValue) == 0x000088, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_Conv_FloatToString_ReturnValue) == 0x000090, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_Play2DSound_ReturnValue) == 0x0000A0, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_Play2DSound_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_Play2DSound_ReturnValue_1) == 0x0000A4, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_Play2DSound_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_Play2DSound_ReturnValue_2) == 0x0000A8, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_Play2DSound_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_Play2DSound_ReturnValue_3) == 0x0000AC, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_Play2DSound_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, K2Node_CustomEvent_Angle) == 0x0000B0, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::K2Node_CustomEvent_Angle' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000B4, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_GetRenderTransformAngle_ReturnValue_2) == 0x0000C8, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_GetRenderTransformAngle_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x0000CC, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000CD, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_GetRenderTransformAngle_ReturnValue_3) == 0x0000D0, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_GetRenderTransformAngle_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_GetRenderTransformAngle_ReturnValue_4) == 0x0000D4, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_GetRenderTransformAngle_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000D8, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0000DC, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_NearlyEqual_FloatFloat_ReturnValue_8) == 0x0000E0, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_NearlyEqual_FloatFloat_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_NearlyEqual_FloatFloat_ReturnValue_9) == 0x0000E1, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_NearlyEqual_FloatFloat_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_NearlyEqual_FloatFloat_ReturnValue_10) == 0x0000E2, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_NearlyEqual_FloatFloat_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_NearlyEqual_FloatFloat_ReturnValue_11) == 0x0000E3, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_NearlyEqual_FloatFloat_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_NearlyEqual_FloatFloat_ReturnValue_12) == 0x0000E4, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_NearlyEqual_FloatFloat_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_NearlyEqual_FloatFloat_ReturnValue_13) == 0x0000E5, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_NearlyEqual_FloatFloat_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_GetRenderTransformAngle_ReturnValue_5) == 0x0000E8, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_GetRenderTransformAngle_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_NearlyEqual_FloatFloat_ReturnValue_14) == 0x0000EC, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_NearlyEqual_FloatFloat_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_NearlyEqual_FloatFloat_ReturnValue_15) == 0x0000ED, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_NearlyEqual_FloatFloat_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_NearlyEqual_FloatFloat_ReturnValue_16) == 0x0000EE, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_NearlyEqual_FloatFloat_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_NearlyEqual_FloatFloat_ReturnValue_17) == 0x0000EF, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_NearlyEqual_FloatFloat_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000F0, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0000F4, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x0000F8, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_CreatePlayAnimationTimeRangeProxyObject_Result_2) == 0x000100, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_CreatePlayAnimationTimeRangeProxyObject_Result_2' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_CreatePlayAnimationTimeRangeProxyObject_ReturnValue_2) == 0x000108, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_CreatePlayAnimationTimeRangeProxyObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_IsValid_ReturnValue_2) == 0x000110, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_GetRenderTransformAngle_ReturnValue_6) == 0x000114, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_GetRenderTransformAngle_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_NearlyEqual_FloatFloat_ReturnValue_18) == 0x000118, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_NearlyEqual_FloatFloat_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_NearlyEqual_FloatFloat_ReturnValue_19) == 0x000119, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_NearlyEqual_FloatFloat_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_NearlyEqual_FloatFloat_ReturnValue_20) == 0x00011A, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_NearlyEqual_FloatFloat_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_NearlyEqual_FloatFloat_ReturnValue_21) == 0x00011B, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_NearlyEqual_FloatFloat_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x00011C, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x000120, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_Add_FloatFloat_ReturnValue_5) == 0x000124, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_Add_FloatFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_Add_FloatFloat_ReturnValue_6) == 0x000128, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_Add_FloatFloat_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_Add_FloatFloat_ReturnValue_7) == 0x00012C, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_Add_FloatFloat_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_CreatePlayAnimationTimeRangeProxyObject_Result_3) == 0x000130, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_CreatePlayAnimationTimeRangeProxyObject_Result_3' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_CreatePlayAnimationTimeRangeProxyObject_ReturnValue_3) == 0x000138, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_CreatePlayAnimationTimeRangeProxyObject_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WidgetPanel_C_ExecuteUbergraph_WidgetPanel, CallFunc_IsValid_ReturnValue_3) == 0x000140, "Member 'WidgetPanel_C_ExecuteUbergraph_WidgetPanel::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetPanel_C_ResetRotation \ +static_assert(alignof(WidgetPanel_C_ResetRotation) == 0x000004, "Wrong alignment on WidgetPanel_C_ResetRotation"); \ +static_assert(sizeof(WidgetPanel_C_ResetRotation) == 0x000004, "Wrong size on WidgetPanel_C_ResetRotation"); \ +static_assert(offsetof(WidgetPanel_C_ResetRotation, Angle) == 0x000000, "Member 'WidgetPanel_C_ResetRotation::Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetPanel_C_RotateRight \ +static_assert(alignof(WidgetPanel_C_RotateRight) == 0x000008, "Wrong alignment on WidgetPanel_C_RotateRight"); \ +static_assert(sizeof(WidgetPanel_C_RotateRight) == 0x000008, "Wrong size on WidgetPanel_C_RotateRight"); \ +static_assert(offsetof(WidgetPanel_C_RotateRight, NewParam) == 0x000000, "Member 'WidgetPanel_C_RotateRight::NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetPanel_C_RotateLeft \ +static_assert(alignof(WidgetPanel_C_RotateLeft) == 0x000008, "Wrong alignment on WidgetPanel_C_RotateLeft"); \ +static_assert(sizeof(WidgetPanel_C_RotateLeft) == 0x000008, "Wrong size on WidgetPanel_C_RotateLeft"); \ +static_assert(offsetof(WidgetPanel_C_RotateLeft, NewParam) == 0x000000, "Member 'WidgetPanel_C_RotateLeft::NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetPanel_C \ +static_assert(alignof(UWidgetPanel_C) == 0x000008, "Wrong alignment on UWidgetPanel_C"); \ +static_assert(sizeof(UWidgetPanel_C) == 0x0002D8, "Wrong size on UWidgetPanel_C"); \ +static_assert(offsetof(UWidgetPanel_C, UberGraphFrame) == 0x000290, "Member 'UWidgetPanel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWidgetPanel_C, Blink) == 0x000298, "Member 'UWidgetPanel_C::Blink' has a wrong offset!"); \ +static_assert(offsetof(UWidgetPanel_C, CounterRot) == 0x0002A0, "Member 'UWidgetPanel_C::CounterRot' has a wrong offset!"); \ +static_assert(offsetof(UWidgetPanel_C, Rotate) == 0x0002A8, "Member 'UWidgetPanel_C::Rotate' has a wrong offset!"); \ +static_assert(offsetof(UWidgetPanel_C, Button_105) == 0x0002B0, "Member 'UWidgetPanel_C::Button_105' has a wrong offset!"); \ +static_assert(offsetof(UWidgetPanel_C, Start_at_Time) == 0x0002B8, "Member 'UWidgetPanel_C::Start_at_Time' has a wrong offset!"); \ +static_assert(offsetof(UWidgetPanel_C, End_at_Time) == 0x0002BC, "Member 'UWidgetPanel_C::End_at_Time' has a wrong offset!"); \ +static_assert(offsetof(UWidgetPanel_C, EndAngle) == 0x0002C0, "Member 'UWidgetPanel_C::EndAngle' has a wrong offset!"); \ +static_assert(offsetof(UWidgetPanel_C, parentWidget) == 0x0002C8, "Member 'UWidgetPanel_C::parentWidget' has a wrong offset!"); \ +static_assert(offsetof(UWidgetPanel_C, End_At_Time_0) == 0x0002D0, "Member 'UWidgetPanel_C::End_At_Time_0' has a wrong offset!"); \ +static_assert(offsetof(UWidgetPanel_C, Playback_Speed) == 0x0002D4, "Member 'UWidgetPanel_C::Playback_Speed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFourx4_minigame_Struct \ +static_assert(alignof(FFourx4_minigame_Struct) == 0x000008, "Wrong alignment on FFourx4_minigame_Struct"); \ +static_assert(sizeof(FFourx4_minigame_Struct) == 0x000030, "Wrong size on FFourx4_minigame_Struct"); \ +static_assert(offsetof(FFourx4_minigame_Struct, Start_3_5C65C01D42ADCFC86665D19A2EBDF8AE) == 0x000000, "Member 'FFourx4_minigame_Struct::Start_3_5C65C01D42ADCFC86665D19A2EBDF8AE' has a wrong offset!"); \ +static_assert(offsetof(FFourx4_minigame_Struct, End_5_612F2B3C4451E5BE63302BBDA4056B91) == 0x000010, "Member 'FFourx4_minigame_Struct::End_5_612F2B3C4451E5BE63302BBDA4056B91' has a wrong offset!"); \ +static_assert(offsetof(FFourx4_minigame_Struct, Shapes_9_275A07244DA2827E65818D899C56DF04) == 0x000020, "Member 'FFourx4_minigame_Struct::Shapes_9_275A07244DA2827E65818D899C56DF04' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTwox2_All_Hacking_minigames_Struct \ +static_assert(alignof(FTwox2_All_Hacking_minigames_Struct) == 0x000008, "Wrong alignment on FTwox2_All_Hacking_minigames_Struct"); \ +static_assert(sizeof(FTwox2_All_Hacking_minigames_Struct) == 0x000120, "Wrong size on FTwox2_All_Hacking_minigames_Struct"); \ +static_assert(offsetof(FTwox2_All_Hacking_minigames_Struct, Twox2_Minigame_Type_1_13_0C7D579C44DDE8D556B6C7AC28D8D78B) == 0x000000, "Member 'FTwox2_All_Hacking_minigames_Struct::Twox2_Minigame_Type_1_13_0C7D579C44DDE8D556B6C7AC28D8D78B' has a wrong offset!"); \ +static_assert(offsetof(FTwox2_All_Hacking_minigames_Struct, Twox2_Minigame_Type_2_14_920A31D1404EB8A90064508393688F16) == 0x000030, "Member 'FTwox2_All_Hacking_minigames_Struct::Twox2_Minigame_Type_2_14_920A31D1404EB8A90064508393688F16' has a wrong offset!"); \ +static_assert(offsetof(FTwox2_All_Hacking_minigames_Struct, Twox2_Minigame_Type_3_15_FBDF05B24917C9D859F2F2B927C392D4) == 0x000060, "Member 'FTwox2_All_Hacking_minigames_Struct::Twox2_Minigame_Type_3_15_FBDF05B24917C9D859F2F2B927C392D4' has a wrong offset!"); \ +static_assert(offsetof(FTwox2_All_Hacking_minigames_Struct, Twox2_Minigame_Type_4_16_8595D3784522F2C38155A7B0CC290A31) == 0x000090, "Member 'FTwox2_All_Hacking_minigames_Struct::Twox2_Minigame_Type_4_16_8595D3784522F2C38155A7B0CC290A31' has a wrong offset!"); \ +static_assert(offsetof(FTwox2_All_Hacking_minigames_Struct, Twox2_Minigame_Type_5_17_B84747C944CABFA8272953992B3156E3) == 0x0000C0, "Member 'FTwox2_All_Hacking_minigames_Struct::Twox2_Minigame_Type_5_17_B84747C944CABFA8272953992B3156E3' has a wrong offset!"); \ +static_assert(offsetof(FTwox2_All_Hacking_minigames_Struct, Threex3_Minigame_Type_6_12_CD21495D43809D666BF464A363D9430F) == 0x0000F0, "Member 'FTwox2_All_Hacking_minigames_Struct::Threex3_Minigame_Type_6_12_CD21495D43809D666BF464A363D9430F' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Failed_C \ +static_assert(alignof(UWBP_Failed_C) == 0x000008, "Wrong alignment on UWBP_Failed_C"); \ +static_assert(sizeof(UWBP_Failed_C) == 0x0002E0, "Wrong size on UWBP_Failed_C"); \ +static_assert(offsetof(UWBP_Failed_C, BlockBody) == 0x000290, "Member 'UWBP_Failed_C::BlockBody' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Failed_C, Image) == 0x000298, "Member 'UWBP_Failed_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Failed_C, Image_59) == 0x0002A0, "Member 'UWBP_Failed_C::Image_59' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Failed_C, Image_177) == 0x0002A8, "Member 'UWBP_Failed_C::Image_177' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Failed_C, Image_372) == 0x0002B0, "Member 'UWBP_Failed_C::Image_372' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Failed_C, Image_BorderBottom) == 0x0002B8, "Member 'UWBP_Failed_C::Image_BorderBottom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Failed_C, Image_BorderLeft) == 0x0002C0, "Member 'UWBP_Failed_C::Image_BorderLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Failed_C, Image_BorderRight) == 0x0002C8, "Member 'UWBP_Failed_C::Image_BorderRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Failed_C, Image_BorderTop) == 0x0002D0, "Member 'UWBP_Failed_C::Image_BorderTop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Failed_C, Overlay_Border) == 0x0002D8, "Member 'UWBP_Failed_C::Overlay_Border' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ComputerUnlocked_C_UpdateDisplayText \ +static_assert(alignof(WBP_ComputerUnlocked_C_UpdateDisplayText) == 0x000008, "Wrong alignment on WBP_ComputerUnlocked_C_UpdateDisplayText"); \ +static_assert(sizeof(WBP_ComputerUnlocked_C_UpdateDisplayText) == 0x000068, "Wrong size on WBP_ComputerUnlocked_C_UpdateDisplayText"); \ +static_assert(offsetof(WBP_ComputerUnlocked_C_UpdateDisplayText, NewDisplayText) == 0x000000, "Member 'WBP_ComputerUnlocked_C_UpdateDisplayText::NewDisplayText' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComputerUnlocked_C_UpdateDisplayText, CallFunc_TextIsEmpty_ReturnValue) == 0x000060, "Member 'WBP_ComputerUnlocked_C_UpdateDisplayText::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComputerUnlocked_C_UpdateDisplayText, CallFunc_TextIsEmpty_ReturnValue_1) == 0x000061, "Member 'WBP_ComputerUnlocked_C_UpdateDisplayText::CallFunc_TextIsEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComputerUnlocked_C_UpdateDisplayText, CallFunc_TextIsEmpty_ReturnValue_2) == 0x000062, "Member 'WBP_ComputerUnlocked_C_UpdateDisplayText::CallFunc_TextIsEmpty_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComputerUnlocked_C_UpdateDisplayText, CallFunc_TextIsEmpty_ReturnValue_3) == 0x000063, "Member 'WBP_ComputerUnlocked_C_UpdateDisplayText::CallFunc_TextIsEmpty_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ComputerUnlocked_C \ +static_assert(alignof(UWBP_ComputerUnlocked_C) == 0x000008, "Wrong alignment on UWBP_ComputerUnlocked_C"); \ +static_assert(sizeof(UWBP_ComputerUnlocked_C) == 0x000308, "Wrong size on UWBP_ComputerUnlocked_C"); \ +static_assert(offsetof(UWBP_ComputerUnlocked_C, AnswerOne) == 0x000290, "Member 'UWBP_ComputerUnlocked_C::AnswerOne' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerUnlocked_C, AnswerTwo) == 0x000298, "Member 'UWBP_ComputerUnlocked_C::AnswerTwo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerUnlocked_C, Background) == 0x0002A0, "Member 'UWBP_ComputerUnlocked_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerUnlocked_C, Image_372) == 0x0002A8, "Member 'UWBP_ComputerUnlocked_C::Image_372' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerUnlocked_C, Image_461) == 0x0002B0, "Member 'UWBP_ComputerUnlocked_C::Image_461' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerUnlocked_C, Image_541) == 0x0002B8, "Member 'UWBP_ComputerUnlocked_C::Image_541' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerUnlocked_C, Image_BorderBottom) == 0x0002C0, "Member 'UWBP_ComputerUnlocked_C::Image_BorderBottom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerUnlocked_C, Image_BorderLeft) == 0x0002C8, "Member 'UWBP_ComputerUnlocked_C::Image_BorderLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerUnlocked_C, Image_BorderRight) == 0x0002D0, "Member 'UWBP_ComputerUnlocked_C::Image_BorderRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerUnlocked_C, Image_BorderTop) == 0x0002D8, "Member 'UWBP_ComputerUnlocked_C::Image_BorderTop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerUnlocked_C, Overlay_Border) == 0x0002E0, "Member 'UWBP_ComputerUnlocked_C::Overlay_Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerUnlocked_C, SetupText) == 0x0002E8, "Member 'UWBP_ComputerUnlocked_C::SetupText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerUnlocked_C, TextBlockBody) == 0x0002F0, "Member 'UWBP_ComputerUnlocked_C::TextBlockBody' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerUnlocked_C, TextBlockTitle) == 0x0002F8, "Member 'UWBP_ComputerUnlocked_C::TextBlockTitle' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerUnlocked_C, TextTitle) == 0x000300, "Member 'UWBP_ComputerUnlocked_C::TextTitle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ComputerTrueActive_C_ExecuteUbergraph_WBP_ComputerTrueActive \ +static_assert(alignof(WBP_ComputerTrueActive_C_ExecuteUbergraph_WBP_ComputerTrueActive) == 0x000004, "Wrong alignment on WBP_ComputerTrueActive_C_ExecuteUbergraph_WBP_ComputerTrueActive"); \ +static_assert(sizeof(WBP_ComputerTrueActive_C_ExecuteUbergraph_WBP_ComputerTrueActive) == 0x000004, "Wrong size on WBP_ComputerTrueActive_C_ExecuteUbergraph_WBP_ComputerTrueActive"); \ +static_assert(offsetof(WBP_ComputerTrueActive_C_ExecuteUbergraph_WBP_ComputerTrueActive, EntryPoint) == 0x000000, "Member 'WBP_ComputerTrueActive_C_ExecuteUbergraph_WBP_ComputerTrueActive::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ComputerTrueActive_C \ +static_assert(alignof(UWBP_ComputerTrueActive_C) == 0x000008, "Wrong alignment on UWBP_ComputerTrueActive_C"); \ +static_assert(sizeof(UWBP_ComputerTrueActive_C) == 0x000310, "Wrong size on UWBP_ComputerTrueActive_C"); \ +static_assert(offsetof(UWBP_ComputerTrueActive_C, UberGraphFrame) == 0x000290, "Member 'UWBP_ComputerTrueActive_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerTrueActive_C, Screensaver) == 0x000298, "Member 'UWBP_ComputerTrueActive_C::Screensaver' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerTrueActive_C, Background) == 0x0002A0, "Member 'UWBP_ComputerTrueActive_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerTrueActive_C, Image_372) == 0x0002A8, "Member 'UWBP_ComputerTrueActive_C::Image_372' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerTrueActive_C, Image_461) == 0x0002B0, "Member 'UWBP_ComputerTrueActive_C::Image_461' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerTrueActive_C, Image_541) == 0x0002B8, "Member 'UWBP_ComputerTrueActive_C::Image_541' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerTrueActive_C, Image_679) == 0x0002C0, "Member 'UWBP_ComputerTrueActive_C::Image_679' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerTrueActive_C, Image_BorderBottom) == 0x0002C8, "Member 'UWBP_ComputerTrueActive_C::Image_BorderBottom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerTrueActive_C, Image_BorderLeft) == 0x0002D0, "Member 'UWBP_ComputerTrueActive_C::Image_BorderLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerTrueActive_C, Image_BorderRight) == 0x0002D8, "Member 'UWBP_ComputerTrueActive_C::Image_BorderRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerTrueActive_C, Image_BorderTop) == 0x0002E0, "Member 'UWBP_ComputerTrueActive_C::Image_BorderTop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerTrueActive_C, Logo) == 0x0002E8, "Member 'UWBP_ComputerTrueActive_C::Logo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerTrueActive_C, Overlay_Border) == 0x0002F0, "Member 'UWBP_ComputerTrueActive_C::Overlay_Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerTrueActive_C, PasswordField) == 0x0002F8, "Member 'UWBP_ComputerTrueActive_C::PasswordField' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerTrueActive_C, TextBlockBody) == 0x000300, "Member 'UWBP_ComputerTrueActive_C::TextBlockBody' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerTrueActive_C, TextBlockTitle) == 0x000308, "Member 'UWBP_ComputerTrueActive_C::TextBlockTitle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ComputerNonActive_C_ExecuteUbergraph_WBP_ComputerNonActive \ +static_assert(alignof(WBP_ComputerNonActive_C_ExecuteUbergraph_WBP_ComputerNonActive) == 0x000008, "Wrong alignment on WBP_ComputerNonActive_C_ExecuteUbergraph_WBP_ComputerNonActive"); \ +static_assert(sizeof(WBP_ComputerNonActive_C_ExecuteUbergraph_WBP_ComputerNonActive) == 0x000010, "Wrong size on WBP_ComputerNonActive_C_ExecuteUbergraph_WBP_ComputerNonActive"); \ +static_assert(offsetof(WBP_ComputerNonActive_C_ExecuteUbergraph_WBP_ComputerNonActive, EntryPoint) == 0x000000, "Member 'WBP_ComputerNonActive_C_ExecuteUbergraph_WBP_ComputerNonActive::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_ComputerNonActive_C_ExecuteUbergraph_WBP_ComputerNonActive, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_ComputerNonActive_C_ExecuteUbergraph_WBP_ComputerNonActive::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ComputerNonActive_C \ +static_assert(alignof(UWBP_ComputerNonActive_C) == 0x000008, "Wrong alignment on UWBP_ComputerNonActive_C"); \ +static_assert(sizeof(UWBP_ComputerNonActive_C) == 0x0002B0, "Wrong size on UWBP_ComputerNonActive_C"); \ +static_assert(offsetof(UWBP_ComputerNonActive_C, UberGraphFrame) == 0x000290, "Member 'UWBP_ComputerNonActive_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerNonActive_C, Screensaver) == 0x000298, "Member 'UWBP_ComputerNonActive_C::Screensaver' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerNonActive_C, Image_77) == 0x0002A0, "Member 'UWBP_ComputerNonActive_C::Image_77' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ComputerNonActive_C, Image_87) == 0x0002A8, "Member 'UWBP_ComputerNonActive_C::Image_87' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACH_BaseEmployeeCivilian_C \ +static_assert(alignof(ACH_BaseEmployeeCivilian_C) == 0x000010, "Wrong alignment on ACH_BaseEmployeeCivilian_C"); \ +static_assert(sizeof(ACH_BaseEmployeeCivilian_C) == 0x001D30, "Wrong size on ACH_BaseEmployeeCivilian_C"); \ + +#define DUMPER7_ASSERTS_BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox \ +static_assert(alignof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox) == 0x000008, "Wrong alignment on BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox"); \ +static_assert(sizeof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox) == 0x0002D8, "Wrong size on BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, EntryPoint) == 0x000000, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, Temp_delegate_Variable) == 0x000018, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_HasAuthority_ReturnValue) == 0x00002C, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, Temp_struct_Variable) == 0x000030, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, Temp_delegate_Variable_1) == 0x000040, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, Temp_struct_Variable_1) == 0x000058, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_MakeVector_ReturnValue) == 0x000068, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_BreakVector_X) == 0x000074, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_BreakVector_Y) == 0x000078, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_BreakVector_Z) == 0x00007C, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, Temp_int_Loop_Counter_Variable_1) == 0x000080, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_MakeRotator_ReturnValue) == 0x000084, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_Add_IntInt_ReturnValue_1) == 0x000090, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, Temp_int_Array_Index_Variable_1) == 0x000094, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, Temp_int_Variable) == 0x000098, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_Add_IntInt_ReturnValue_2) == 0x00009C, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, Temp_int_Loop_Counter_Variable_2) == 0x0000A0, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_Add_IntInt_ReturnValue_3) == 0x0000A4, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, Temp_int_Array_Index_Variable_2) == 0x0000A8, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, K2Node_MakeArray_Array) == 0x0000B0, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x0000C0, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_GetMaterial_ReturnValue) == 0x000150, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_GetMaterial_ReturnValue_1) == 0x000158, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_GetMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000160, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_GetMaterial_ReturnValue_2) == 0x000168, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_GetMaterial_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000170, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_GetMaterial_ReturnValue_3) == 0x000178, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_GetMaterial_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000180, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000184, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x000185, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_GetDispatcher_ReturnValue) == 0x000188, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_GetDispatcher_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_Array_Get_Item) == 0x000190, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_Array_Length_ReturnValue_1) == 0x000198, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_Less_IntInt_ReturnValue) == 0x00019C, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_PostAkEvent_ReturnValue) == 0x0001A0, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_PostAkEvent_ReturnValue_1) == 0x0001A4, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_PostAkEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_Array_Get_Item_1) == 0x0001A8, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_IsValid_ReturnValue) == 0x0001B0, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_DoesImplementInterface_ReturnValue) == 0x0001B1, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_Array_Length_ReturnValue_2) == 0x0001B4, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x0001B8, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, K2Node_MakeArray_Array_1) == 0x0001C0, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_IsValid_ReturnValue_1) == 0x0001D0, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_Array_Get_Item_2) == 0x0001D8, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_Array_Length_ReturnValue_3) == 0x0001E0, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001E4, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, K2Node_ComponentBoundEvent_Interactable_4) == 0x0001E8, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::K2Node_ComponentBoundEvent_Interactable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, K2Node_ComponentBoundEvent_Interactor_4) == 0x0001F0, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::K2Node_ComponentBoundEvent_Interactor_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_4) == 0x0001F8, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, K2Node_ComponentBoundEvent_Interactable_3) == 0x000200, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::K2Node_ComponentBoundEvent_Interactable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, K2Node_ComponentBoundEvent_Interactor_3) == 0x000208, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::K2Node_ComponentBoundEvent_Interactor_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_3) == 0x000210, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, K2Node_ComponentBoundEvent_Interactable_2) == 0x000218, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::K2Node_ComponentBoundEvent_Interactable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, K2Node_ComponentBoundEvent_Interactor_2) == 0x000220, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::K2Node_ComponentBoundEvent_Interactor_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_2) == 0x000228, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, K2Node_ComponentBoundEvent_Interactable_1) == 0x000230, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::K2Node_ComponentBoundEvent_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, K2Node_ComponentBoundEvent_Interactor_1) == 0x000238, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::K2Node_ComponentBoundEvent_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1) == 0x000240, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, K2Node_ComponentBoundEvent_Interactable) == 0x000248, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, K2Node_ComponentBoundEvent_Interactor) == 0x000250, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000258, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, Temp_bool_Variable) == 0x000259, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_Not_PreBool_ReturnValue) == 0x00025A, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_Array_Get_Item_3) == 0x000260, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, K2Node_DynamicCast_AsCable_Connection_Interface) == 0x000268, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::K2Node_DynamicCast_AsCable_Connection_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, K2Node_DynamicCast_bSuccess) == 0x000278, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_Array_Length_ReturnValue_4) == 0x00027C, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_Less_IntInt_ReturnValue_2) == 0x000280, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_Array_Get_Item_4) == 0x000288, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_Array_Length_ReturnValue_5) == 0x000290, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_DoesImplementInterface_ReturnValue_1) == 0x000294, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_DoesImplementInterface_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_NotEqual_IntInt_ReturnValue_2) == 0x000295, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_NotEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_Array_Get_Item_5) == 0x000298, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_Array_Length_ReturnValue_6) == 0x0002A0, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, K2Node_DynamicCast_AsCable_Connection_Interface_1) == 0x0002A8, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::K2Node_DynamicCast_AsCable_Connection_Interface_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, K2Node_DynamicCast_bSuccess_1) == 0x0002B8, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_Less_IntInt_ReturnValue_3) == 0x0002B9, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_RandomIntegerInRange_ReturnValue_1) == 0x0002BC, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_RandomIntegerInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox, CallFunc_Conv_IntToText_ReturnValue) == 0x0002C0, "Member 'BP_SingleCableBox_C_ExecuteUbergraph_BP_SingleCableBox::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SingleCableBox_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_10_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_SingleCableBox_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_10_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_SingleCableBox_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_10_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_SingleCableBox_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_10_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_SingleCableBox_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_10_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_SingleCableBox_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_10_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_SingleCableBox_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_10_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_10_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_SingleCableBox_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_10_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_10_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_SingleCableBox_C_BndEvt__Interactable_K2Node_ComponentBoundEvent_10_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_4_K2Node_ComponentBoundEvent_9_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_4_K2Node_ComponentBoundEvent_9_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_4_K2Node_ComponentBoundEvent_9_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_4_K2Node_ComponentBoundEvent_9_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_4_K2Node_ComponentBoundEvent_9_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_4_K2Node_ComponentBoundEvent_9_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_4_K2Node_ComponentBoundEvent_9_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_4_K2Node_ComponentBoundEvent_9_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_4_K2Node_ComponentBoundEvent_9_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_4_K2Node_ComponentBoundEvent_9_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_4_K2Node_ComponentBoundEvent_9_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_3_K2Node_ComponentBoundEvent_8_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_3_K2Node_ComponentBoundEvent_8_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_3_K2Node_ComponentBoundEvent_8_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_3_K2Node_ComponentBoundEvent_8_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_3_K2Node_ComponentBoundEvent_8_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_3_K2Node_ComponentBoundEvent_8_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_3_K2Node_ComponentBoundEvent_8_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_3_K2Node_ComponentBoundEvent_8_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_3_K2Node_ComponentBoundEvent_8_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_3_K2Node_ComponentBoundEvent_8_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_3_K2Node_ComponentBoundEvent_8_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_2_K2Node_ComponentBoundEvent_7_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_2_K2Node_ComponentBoundEvent_7_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_2_K2Node_ComponentBoundEvent_7_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_2_K2Node_ComponentBoundEvent_7_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_2_K2Node_ComponentBoundEvent_7_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_2_K2Node_ComponentBoundEvent_7_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_2_K2Node_ComponentBoundEvent_7_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_2_K2Node_ComponentBoundEvent_7_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_2_K2Node_ComponentBoundEvent_7_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_2_K2Node_ComponentBoundEvent_7_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_2_K2Node_ComponentBoundEvent_7_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_1_K2Node_ComponentBoundEvent_6_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_1_K2Node_ComponentBoundEvent_6_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_1_K2Node_ComponentBoundEvent_6_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_1_K2Node_ComponentBoundEvent_6_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_1_K2Node_ComponentBoundEvent_6_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_1_K2Node_ComponentBoundEvent_6_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_1_K2Node_ComponentBoundEvent_6_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_1_K2Node_ComponentBoundEvent_6_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_1_K2Node_ComponentBoundEvent_6_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_1_K2Node_ComponentBoundEvent_6_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_SingleCableBox_C_BndEvt__SBZInteractable_Cable_1_K2Node_ComponentBoundEvent_6_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SingleCableBox_C_NewFunction_0 \ +static_assert(alignof(BP_SingleCableBox_C_NewFunction_0) == 0x000008, "Wrong alignment on BP_SingleCableBox_C_NewFunction_0"); \ +static_assert(sizeof(BP_SingleCableBox_C_NewFunction_0) == 0x000010, "Wrong size on BP_SingleCableBox_C_NewFunction_0"); \ +static_assert(offsetof(BP_SingleCableBox_C_NewFunction_0, CallFunc_CaseSwitchObject_Branch) == 0x000000, "Member 'BP_SingleCableBox_C_NewFunction_0::CallFunc_CaseSwitchObject_Branch' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_NewFunction_0, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_SingleCableBox_C_NewFunction_0::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_NewFunction_0, CallFunc_Array_Get_Item) == 0x000008, "Member 'BP_SingleCableBox_C_NewFunction_0::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SingleCableBox_C_OnRep_Text \ +static_assert(alignof(BP_SingleCableBox_C_OnRep_Text) == 0x000008, "Wrong alignment on BP_SingleCableBox_C_OnRep_Text"); \ +static_assert(sizeof(BP_SingleCableBox_C_OnRep_Text) == 0x000040, "Wrong size on BP_SingleCableBox_C_OnRep_Text"); \ +static_assert(offsetof(BP_SingleCableBox_C_OnRep_Text, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_SingleCableBox_C_OnRep_Text::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_OnRep_Text, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_SingleCableBox_C_OnRep_Text::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_OnRep_Text, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_SingleCableBox_C_OnRep_Text::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_OnRep_Text, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_SingleCableBox_C_OnRep_Text::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_OnRep_Text, CallFunc_Array_Get_Item_1) == 0x000018, "Member 'BP_SingleCableBox_C_OnRep_Text::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_OnRep_Text, K2Node_DynamicCast_AsCable_Connection_Interface) == 0x000020, "Member 'BP_SingleCableBox_C_OnRep_Text::K2Node_DynamicCast_AsCable_Connection_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_OnRep_Text, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_SingleCableBox_C_OnRep_Text::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_OnRep_Text, CallFunc_DoesImplementInterface_ReturnValue) == 0x000031, "Member 'BP_SingleCableBox_C_OnRep_Text::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_OnRep_Text, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'BP_SingleCableBox_C_OnRep_Text::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SingleCableBox_C_OnRep_Text, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_SingleCableBox_C_OnRep_Text::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SingleCableBox_C \ +static_assert(alignof(ABP_SingleCableBox_C) == 0x000008, "Wrong alignment on ABP_SingleCableBox_C"); \ +static_assert(sizeof(ABP_SingleCableBox_C) == 0x0003E0, "Wrong size on ABP_SingleCableBox_C"); \ +static_assert(offsetof(ABP_SingleCableBox_C, UberGraphFrame) == 0x0002D0, "Member 'ABP_SingleCableBox_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, NumBox) == 0x0002D8, "Member 'ABP_SingleCableBox_C::NumBox' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, TextRender_1) == 0x0002E0, "Member 'ABP_SingleCableBox_C::TextRender_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, TextRender) == 0x0002E8, "Member 'ABP_SingleCableBox_C::TextRender' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, Ak) == 0x0002F0, "Member 'ABP_SingleCableBox_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, InteractDoor) == 0x0002F8, "Member 'ABP_SingleCableBox_C::InteractDoor' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, SBZInteractable_Cable_4) == 0x000300, "Member 'ABP_SingleCableBox_C::SBZInteractable_Cable_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, SBZInteractable_Cable_3) == 0x000308, "Member 'ABP_SingleCableBox_C::SBZInteractable_Cable_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, SBZInteractable_Cable_2) == 0x000310, "Member 'ABP_SingleCableBox_C::SBZInteractable_Cable_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, SBZInteractable_Cable_1) == 0x000318, "Member 'ABP_SingleCableBox_C::SBZInteractable_Cable_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, Door) == 0x000320, "Member 'ABP_SingleCableBox_C::Door' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, Cable_4) == 0x000328, "Member 'ABP_SingleCableBox_C::Cable_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, Cable_3) == 0x000330, "Member 'ABP_SingleCableBox_C::Cable_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, Cable_2) == 0x000338, "Member 'ABP_SingleCableBox_C::Cable_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, Cable_1) == 0x000340, "Member 'ABP_SingleCableBox_C::Cable_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, CableBox) == 0x000348, "Member 'ABP_SingleCableBox_C::CableBox' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, OpenDoor_NewTrack_0_E2677A4E4F1194558D7B1589ABA68384) == 0x000350, "Member 'ABP_SingleCableBox_C::OpenDoor_NewTrack_0_E2677A4E4F1194558D7B1589ABA68384' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, OpenDoor__Direction_E2677A4E4F1194558D7B1589ABA68384) == 0x000354, "Member 'ABP_SingleCableBox_C::OpenDoor__Direction_E2677A4E4F1194558D7B1589ABA68384' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, OpenDoor) == 0x000358, "Member 'ABP_SingleCableBox_C::OpenDoor' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, CableArray) == 0x000360, "Member 'ABP_SingleCableBox_C::CableArray' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, MaterialArray) == 0x000370, "Member 'ABP_SingleCableBox_C::MaterialArray' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, CurrentCable) == 0x000380, "Member 'ABP_SingleCableBox_C::CurrentCable' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, CorrectColorToCut) == 0x000388, "Member 'ABP_SingleCableBox_C::CorrectColorToCut' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, RandomInt) == 0x000390, "Member 'ABP_SingleCableBox_C::RandomInt' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, SBZObjectiveRef) == 0x000398, "Member 'ABP_SingleCableBox_C::SBZObjectiveRef' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, SBZReplicatedBinaryState) == 0x0003A0, "Member 'ABP_SingleCableBox_C::SBZReplicatedBinaryState' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, ColEnum) == 0x0003A8, "Member 'ABP_SingleCableBox_C::ColEnum' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, ActorUsingBoxReference) == 0x0003B0, "Member 'ABP_SingleCableBox_C::ActorUsingBoxReference' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, IsDisabled) == 0x0003C0, "Member 'ABP_SingleCableBox_C::IsDisabled' has a wrong offset!"); \ +static_assert(offsetof(ABP_SingleCableBox_C, Text) == 0x0003C8, "Member 'ABP_SingleCableBox_C::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACH_Civilian_Employee_Male_01_C \ +static_assert(alignof(ACH_Civilian_Employee_Male_01_C) == 0x000010, "Wrong alignment on ACH_Civilian_Employee_Male_01_C"); \ +static_assert(sizeof(ACH_Civilian_Employee_Male_01_C) == 0x001D30, "Wrong size on ACH_Civilian_Employee_Male_01_C"); \ + +#define DUMPER7_ASSERTS_CableConnectionInterface_C_FinishedCable \ +static_assert(alignof(CableConnectionInterface_C_FinishedCable) == 0x000001, "Wrong alignment on CableConnectionInterface_C_FinishedCable"); \ +static_assert(sizeof(CableConnectionInterface_C_FinishedCable) == 0x000001, "Wrong size on CableConnectionInterface_C_FinishedCable"); \ +static_assert(offsetof(CableConnectionInterface_C_FinishedCable, CurrentStateOfCableBox) == 0x000000, "Member 'CableConnectionInterface_C_FinishedCable::CurrentStateOfCableBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CableConnectionInterface_C_CorrectColorToCut \ +static_assert(alignof(CableConnectionInterface_C_CorrectColorToCut) == 0x000008, "Wrong alignment on CableConnectionInterface_C_CorrectColorToCut"); \ +static_assert(sizeof(CableConnectionInterface_C_CorrectColorToCut) == 0x000010, "Wrong size on CableConnectionInterface_C_CorrectColorToCut"); \ +static_assert(offsetof(CableConnectionInterface_C_CorrectColorToCut, CorrectColorToCut_0) == 0x000000, "Member 'CableConnectionInterface_C_CorrectColorToCut::CorrectColorToCut_0' has a wrong offset!"); \ +static_assert(offsetof(CableConnectionInterface_C_CorrectColorToCut, NewParam) == 0x000008, "Member 'CableConnectionInterface_C_CorrectColorToCut::NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CableConnectionInterface_C_WhatCabinetIsConnected \ +static_assert(alignof(CableConnectionInterface_C_WhatCabinetIsConnected) == 0x000008, "Wrong alignment on CableConnectionInterface_C_WhatCabinetIsConnected"); \ +static_assert(sizeof(CableConnectionInterface_C_WhatCabinetIsConnected) == 0x000018, "Wrong size on CableConnectionInterface_C_WhatCabinetIsConnected"); \ +static_assert(offsetof(CableConnectionInterface_C_WhatCabinetIsConnected, NewParam) == 0x000000, "Member 'CableConnectionInterface_C_WhatCabinetIsConnected::NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ICableConnectionInterface_C \ +static_assert(alignof(ICableConnectionInterface_C) == 0x000001, "Wrong alignment on ICableConnectionInterface_C"); \ +static_assert(sizeof(ICableConnectionInterface_C) == 0x000001, "Wrong size on ICableConnectionInterface_C"); \ + +#define DUMPER7_ASSERTS_BPI_RoomSpawnInsideLoc_C_SpawnItemInContainer \ +static_assert(alignof(BPI_RoomSpawnInsideLoc_C_SpawnItemInContainer) == 0x000008, "Wrong alignment on BPI_RoomSpawnInsideLoc_C_SpawnItemInContainer"); \ +static_assert(sizeof(BPI_RoomSpawnInsideLoc_C_SpawnItemInContainer) == 0x000018, "Wrong size on BPI_RoomSpawnInsideLoc_C_SpawnItemInContainer"); \ +static_assert(offsetof(BPI_RoomSpawnInsideLoc_C_SpawnItemInContainer, WhatShould_Spawn) == 0x000000, "Member 'BPI_RoomSpawnInsideLoc_C_SpawnItemInContainer::WhatShould_Spawn' has a wrong offset!"); \ +static_assert(offsetof(BPI_RoomSpawnInsideLoc_C_SpawnItemInContainer, RoomControllerRef) == 0x000008, "Member 'BPI_RoomSpawnInsideLoc_C_SpawnItemInContainer::RoomControllerRef' has a wrong offset!"); \ +static_assert(offsetof(BPI_RoomSpawnInsideLoc_C_SpawnItemInContainer, SpawnedActor) == 0x000010, "Member 'BPI_RoomSpawnInsideLoc_C_SpawnItemInContainer::SpawnedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_RoomSpawnInsideLoc_C \ +static_assert(alignof(IBPI_RoomSpawnInsideLoc_C) == 0x000001, "Wrong alignment on IBPI_RoomSpawnInsideLoc_C"); \ +static_assert(sizeof(IBPI_RoomSpawnInsideLoc_C) == 0x000001, "Wrong size on IBPI_RoomSpawnInsideLoc_C"); \ + +#define DUMPER7_ASSERTS_BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet \ +static_assert(alignof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet) == 0x000008, "Wrong alignment on BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet"); \ +static_assert(sizeof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet) == 0x000158, "Wrong size on BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, EntryPoint) == 0x000000, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, Temp_struct_Variable) == 0x000008, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, Temp_delegate_Variable) == 0x000018, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, Temp_struct_Variable_1) == 0x000030, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, Temp_delegate_Variable_1) == 0x000040, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, Temp_bool_IsClosed_Variable) == 0x000054, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_PostEvent_ReturnValue) == 0x000058, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, Temp_bool_Has_Been_Initd_Variable) == 0x00005C, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, K2Node_CustomEvent_Interactable) == 0x000060, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::K2Node_CustomEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, K2Node_CustomEvent_Interactor) == 0x000068, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::K2Node_CustomEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, K2Node_CustomEvent_bIsLocallyControlledInteractor) == 0x000070, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::K2Node_CustomEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_Map_Keys_Keys) == 0x000078, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, Temp_int_Loop_Counter_Variable) == 0x000088, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_Array_Length_ReturnValue) == 0x00008C, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_Add_IntInt_ReturnValue) == 0x000090, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_Less_IntInt_ReturnValue) == 0x000094, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, K2Node_CustomEvent_InteractableComponent) == 0x000098, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::K2Node_CustomEvent_InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, K2Node_CustomEvent_bInNewState) == 0x0000A0, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::K2Node_CustomEvent_bInNewState' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, K2Node_CreateDelegate_OutputDelegate) == 0x0000A4, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_Array_Find_ReturnValue) == 0x0000B8, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000BC, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_BreakVector_X) == 0x0000C0, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_BreakVector_Y) == 0x0000C4, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_BreakVector_Z) == 0x0000C8, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000CC, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_Not_PreBool_ReturnValue) == 0x0000CD, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_BreakVector_X_1) == 0x0000D0, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_BreakVector_Y_1) == 0x0000D4, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_BreakVector_Z_1) == 0x0000D8, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_IsPlaying_ReturnValue) == 0x0000DC, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0000DD, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000DE, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_IsPlaying_ReturnValue_1) == 0x0000DF, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_IsValid_ReturnValue) == 0x0000E0, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_SetLocations_Drawer) == 0x0000E8, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_SetLocations_Drawer' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_Array_Find_ReturnValue_1) == 0x0000F0, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_Array_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0000F4, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_Map_Find_Value) == 0x0000F8, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_Map_Find_ReturnValue) == 0x000100, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_IsPlaying_ReturnValue_2) == 0x000101, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_IsPlaying_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000102, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_IsPlaying_ReturnValue_3) == 0x000103, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_IsPlaying_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000104, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, K2Node_CreateDelegate_OutputDelegate_1) == 0x000108, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_SetLocations_Drawer_1) == 0x000120, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_SetLocations_Drawer_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, K2Node_Event_SpawnedActor) == 0x000128, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::K2Node_Event_SpawnedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, K2Node_Event_AttachParent) == 0x000130, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::K2Node_Event_AttachParent' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_IsValid_ReturnValue_1) == 0x000138, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, Temp_int_Array_Index_Variable) == 0x00013C, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_Array_Get_Item) == 0x000140, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, K2Node_DynamicCast_AsSBZInteractable_Component) == 0x000148, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::K2Node_DynamicCast_AsSBZInteractable_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, K2Node_DynamicCast_bSuccess) == 0x000150, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet, CallFunc_PostEvent_ReturnValue_1) == 0x000154, "Member 'BP_FileCabinet_C_ExecuteUbergraph_BP_FileCabinet::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FileCabinet_C_OnActorSpawned \ +static_assert(alignof(BP_FileCabinet_C_OnActorSpawned) == 0x000008, "Wrong alignment on BP_FileCabinet_C_OnActorSpawned"); \ +static_assert(sizeof(BP_FileCabinet_C_OnActorSpawned) == 0x000010, "Wrong size on BP_FileCabinet_C_OnActorSpawned"); \ +static_assert(offsetof(BP_FileCabinet_C_OnActorSpawned, SpawnedActor) == 0x000000, "Member 'BP_FileCabinet_C_OnActorSpawned::SpawnedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_OnActorSpawned, AttachParent) == 0x000008, "Member 'BP_FileCabinet_C_OnActorSpawned::AttachParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FileCabinet_C_On_Focus \ +static_assert(alignof(BP_FileCabinet_C_On_Focus) == 0x000008, "Wrong alignment on BP_FileCabinet_C_On_Focus"); \ +static_assert(sizeof(BP_FileCabinet_C_On_Focus) == 0x000010, "Wrong size on BP_FileCabinet_C_On_Focus"); \ +static_assert(offsetof(BP_FileCabinet_C_On_Focus, InteractableComponent) == 0x000000, "Member 'BP_FileCabinet_C_On_Focus::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_On_Focus, bInNewState) == 0x000008, "Member 'BP_FileCabinet_C_On_Focus::bInNewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FileCabinet_C_OnAckCompleteInteraction_Event_0 \ +static_assert(alignof(BP_FileCabinet_C_OnAckCompleteInteraction_Event_0) == 0x000008, "Wrong alignment on BP_FileCabinet_C_OnAckCompleteInteraction_Event_0"); \ +static_assert(sizeof(BP_FileCabinet_C_OnAckCompleteInteraction_Event_0) == 0x000018, "Wrong size on BP_FileCabinet_C_OnAckCompleteInteraction_Event_0"); \ +static_assert(offsetof(BP_FileCabinet_C_OnAckCompleteInteraction_Event_0, Interactable) == 0x000000, "Member 'BP_FileCabinet_C_OnAckCompleteInteraction_Event_0::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_OnAckCompleteInteraction_Event_0, Interactor) == 0x000008, "Member 'BP_FileCabinet_C_OnAckCompleteInteraction_Event_0::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_OnAckCompleteInteraction_Event_0, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_FileCabinet_C_OnAckCompleteInteraction_Event_0::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FileCabinet_C_UserConstructionScript \ +static_assert(alignof(BP_FileCabinet_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_FileCabinet_C_UserConstructionScript"); \ +static_assert(sizeof(BP_FileCabinet_C_UserConstructionScript) == 0x000240, "Wrong size on BP_FileCabinet_C_UserConstructionScript"); \ +static_assert(offsetof(BP_FileCabinet_C_UserConstructionScript, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000000, "Member 'BP_FileCabinet_C_UserConstructionScript::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_UserConstructionScript, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x000030, "Member 'BP_FileCabinet_C_UserConstructionScript::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_UserConstructionScript, CallFunc_K2_GetComponentToWorld_ReturnValue_2) == 0x000060, "Member 'BP_FileCabinet_C_UserConstructionScript::CallFunc_K2_GetComponentToWorld_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_UserConstructionScript, CallFunc_K2_GetComponentToWorld_ReturnValue_3) == 0x000090, "Member 'BP_FileCabinet_C_UserConstructionScript::CallFunc_K2_GetComponentToWorld_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_UserConstructionScript, CallFunc_K2_GetComponentToWorld_ReturnValue_4) == 0x0000C0, "Member 'BP_FileCabinet_C_UserConstructionScript::CallFunc_K2_GetComponentToWorld_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_UserConstructionScript, CallFunc_K2_GetComponentToWorld_ReturnValue_5) == 0x0000F0, "Member 'BP_FileCabinet_C_UserConstructionScript::CallFunc_K2_GetComponentToWorld_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_UserConstructionScript, CallFunc_K2_GetComponentToWorld_ReturnValue_6) == 0x000120, "Member 'BP_FileCabinet_C_UserConstructionScript::CallFunc_K2_GetComponentToWorld_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_UserConstructionScript, CallFunc_K2_GetComponentToWorld_ReturnValue_7) == 0x000150, "Member 'BP_FileCabinet_C_UserConstructionScript::CallFunc_K2_GetComponentToWorld_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_UserConstructionScript, CallFunc_RandomInteger_ReturnValue) == 0x000180, "Member 'BP_FileCabinet_C_UserConstructionScript::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_UserConstructionScript, K2Node_MakeMap_Map) == 0x000188, "Member 'BP_FileCabinet_C_UserConstructionScript::K2Node_MakeMap_Map' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_UserConstructionScript, K2Node_MakeArray_Array) == 0x0001D8, "Member 'BP_FileCabinet_C_UserConstructionScript::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_UserConstructionScript, K2Node_MakeMap_Map_1) == 0x0001E8, "Member 'BP_FileCabinet_C_UserConstructionScript::K2Node_MakeMap_Map_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FileCabinet_C_SetLocations \ +static_assert(alignof(BP_FileCabinet_C_SetLocations) == 0x000010, "Wrong alignment on BP_FileCabinet_C_SetLocations"); \ +static_assert(sizeof(BP_FileCabinet_C_SetLocations) == 0x000120, "Wrong size on BP_FileCabinet_C_SetLocations"); \ +static_assert(offsetof(BP_FileCabinet_C_SetLocations, New_Relative_Location_X) == 0x000000, "Member 'BP_FileCabinet_C_SetLocations::New_Relative_Location_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SetLocations, Target) == 0x000008, "Member 'BP_FileCabinet_C_SetLocations::Target' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SetLocations, Drawer_0) == 0x000010, "Member 'BP_FileCabinet_C_SetLocations::Drawer_0' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SetLocations, CallFunc_GetRelativeTransform_ReturnValue) == 0x000020, "Member 'BP_FileCabinet_C_SetLocations::CallFunc_GetRelativeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SetLocations, CallFunc_BreakTransform_Location) == 0x000050, "Member 'BP_FileCabinet_C_SetLocations::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SetLocations, CallFunc_BreakTransform_Rotation) == 0x00005C, "Member 'BP_FileCabinet_C_SetLocations::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SetLocations, CallFunc_BreakTransform_Scale) == 0x000068, "Member 'BP_FileCabinet_C_SetLocations::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SetLocations, CallFunc_BreakVector_X) == 0x000074, "Member 'BP_FileCabinet_C_SetLocations::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SetLocations, CallFunc_BreakVector_Y) == 0x000078, "Member 'BP_FileCabinet_C_SetLocations::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SetLocations, CallFunc_BreakVector_Z) == 0x00007C, "Member 'BP_FileCabinet_C_SetLocations::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SetLocations, CallFunc_Lerp_ReturnValue) == 0x000080, "Member 'BP_FileCabinet_C_SetLocations::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SetLocations, CallFunc_MakeVector_ReturnValue) == 0x000084, "Member 'BP_FileCabinet_C_SetLocations::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SetLocations, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000090, "Member 'BP_FileCabinet_C_SetLocations::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FileCabinet_C_SetFocus \ +static_assert(alignof(BP_FileCabinet_C_SetFocus) == 0x000008, "Wrong alignment on BP_FileCabinet_C_SetFocus"); \ +static_assert(sizeof(BP_FileCabinet_C_SetFocus) == 0x000020, "Wrong size on BP_FileCabinet_C_SetFocus"); \ +static_assert(offsetof(BP_FileCabinet_C_SetFocus, Key) == 0x000000, "Member 'BP_FileCabinet_C_SetFocus::Key' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SetFocus, Condition) == 0x000008, "Member 'BP_FileCabinet_C_SetFocus::Condition' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SetFocus, CallFunc_Map_Find_Value) == 0x000010, "Member 'BP_FileCabinet_C_SetFocus::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SetFocus, CallFunc_Map_Find_ReturnValue) == 0x000018, "Member 'BP_FileCabinet_C_SetFocus::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FileCabinet_C_SpawnItemInContainer \ +static_assert(alignof(BP_FileCabinet_C_SpawnItemInContainer) == 0x000010, "Wrong alignment on BP_FileCabinet_C_SpawnItemInContainer"); \ +static_assert(sizeof(BP_FileCabinet_C_SpawnItemInContainer) == 0x0000E0, "Wrong size on BP_FileCabinet_C_SpawnItemInContainer"); \ +static_assert(offsetof(BP_FileCabinet_C_SpawnItemInContainer, WhatShould_Spawn) == 0x000000, "Member 'BP_FileCabinet_C_SpawnItemInContainer::WhatShould_Spawn' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SpawnItemInContainer, RoomControllerRef) == 0x000008, "Member 'BP_FileCabinet_C_SpawnItemInContainer::RoomControllerRef' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SpawnItemInContainer, SpawnedActor) == 0x000010, "Member 'BP_FileCabinet_C_SpawnItemInContainer::SpawnedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SpawnItemInContainer, CallFunc_Map_Length_ReturnValue) == 0x000018, "Member 'BP_FileCabinet_C_SpawnItemInContainer::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SpawnItemInContainer, CallFunc_Map_Values_Values) == 0x000020, "Member 'BP_FileCabinet_C_SpawnItemInContainer::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SpawnItemInContainer, CallFunc_Subtract_IntInt_ReturnValue) == 0x000030, "Member 'BP_FileCabinet_C_SpawnItemInContainer::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SpawnItemInContainer, CallFunc_Map_Keys_Keys) == 0x000038, "Member 'BP_FileCabinet_C_SpawnItemInContainer::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SpawnItemInContainer, CallFunc_GetMixedRandomStream_ReturnValue) == 0x000048, "Member 'BP_FileCabinet_C_SpawnItemInContainer::CallFunc_GetMixedRandomStream_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SpawnItemInContainer, CallFunc_RandomIntegerInRangeFromStream_ReturnValue) == 0x000050, "Member 'BP_FileCabinet_C_SpawnItemInContainer::CallFunc_RandomIntegerInRangeFromStream_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SpawnItemInContainer, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_FileCabinet_C_SpawnItemInContainer::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SpawnItemInContainer, CallFunc_BreakTransform_Location) == 0x000060, "Member 'BP_FileCabinet_C_SpawnItemInContainer::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SpawnItemInContainer, CallFunc_BreakTransform_Rotation) == 0x00006C, "Member 'BP_FileCabinet_C_SpawnItemInContainer::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SpawnItemInContainer, CallFunc_BreakTransform_Scale) == 0x000078, "Member 'BP_FileCabinet_C_SpawnItemInContainer::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SpawnItemInContainer, CallFunc_MakeTransform_ReturnValue) == 0x000090, "Member 'BP_FileCabinet_C_SpawnItemInContainer::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SpawnItemInContainer, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000C0, "Member 'BP_FileCabinet_C_SpawnItemInContainer::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SpawnItemInContainer, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000C8, "Member 'BP_FileCabinet_C_SpawnItemInContainer::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SpawnItemInContainer, K2Node_DynamicCast_AsSBZInteraction_Actor) == 0x0000D0, "Member 'BP_FileCabinet_C_SpawnItemInContainer::K2Node_DynamicCast_AsSBZInteraction_Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_FileCabinet_C_SpawnItemInContainer, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'BP_FileCabinet_C_SpawnItemInContainer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FileCabinet_C_PopulateSpawnInformationMap \ +static_assert(alignof(BP_FileCabinet_C_PopulateSpawnInformationMap) == 0x000008, "Wrong alignment on BP_FileCabinet_C_PopulateSpawnInformationMap"); \ +static_assert(sizeof(BP_FileCabinet_C_PopulateSpawnInformationMap) == 0x000050, "Wrong size on BP_FileCabinet_C_PopulateSpawnInformationMap"); \ +static_assert(offsetof(BP_FileCabinet_C_PopulateSpawnInformationMap, InOutSpawnDataMap) == 0x000000, "Member 'BP_FileCabinet_C_PopulateSpawnInformationMap::InOutSpawnDataMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FileCabinet_C \ +static_assert(alignof(ABP_FileCabinet_C) == 0x000008, "Wrong alignment on ABP_FileCabinet_C"); \ +static_assert(sizeof(ABP_FileCabinet_C) == 0x0004E8, "Wrong size on ABP_FileCabinet_C"); \ +static_assert(offsetof(ABP_FileCabinet_C, UberGraphFrame) == 0x0002A8, "Member 'ABP_FileCabinet_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, SBZAIObjectiveComponent_FileCabinet) == 0x0002B0, "Member 'ABP_FileCabinet_C::SBZAIObjectiveComponent_FileCabinet' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, SBZOutline) == 0x0002B8, "Member 'ABP_FileCabinet_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, SBZInteractable_4) == 0x0002C0, "Member 'ABP_FileCabinet_C::SBZInteractable_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, Scene_4) == 0x0002C8, "Member 'ABP_FileCabinet_C::Scene_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, FileCabinet_02_64_Test_Drawer_5) == 0x0002D0, "Member 'ABP_FileCabinet_C::FileCabinet_02_64_Test_Drawer_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, Scene_7) == 0x0002D8, "Member 'ABP_FileCabinet_C::Scene_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, Scene_6) == 0x0002E0, "Member 'ABP_FileCabinet_C::Scene_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, Scene_5) == 0x0002E8, "Member 'ABP_FileCabinet_C::Scene_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, Scene_3) == 0x0002F0, "Member 'ABP_FileCabinet_C::Scene_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, Scene_2) == 0x0002F8, "Member 'ABP_FileCabinet_C::Scene_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, Scene_1) == 0x000300, "Member 'ABP_FileCabinet_C::Scene_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, Scene) == 0x000308, "Member 'ABP_FileCabinet_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, CabinettBody) == 0x000310, "Member 'ABP_FileCabinet_C::CabinettBody' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, FileCabinet_02_64_Test_Drawer_2) == 0x000318, "Member 'ABP_FileCabinet_C::FileCabinet_02_64_Test_Drawer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, FileCabinet_02_64_Test_Drawer_1) == 0x000320, "Member 'ABP_FileCabinet_C::FileCabinet_02_64_Test_Drawer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, FileCabinet_02_64_Test_Drawer_3) == 0x000328, "Member 'ABP_FileCabinet_C::FileCabinet_02_64_Test_Drawer_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, FileCabinet_02_64_Test_Drawer_7) == 0x000330, "Member 'ABP_FileCabinet_C::FileCabinet_02_64_Test_Drawer_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, FileCabinet_02_64_Test_Drawer_8) == 0x000338, "Member 'ABP_FileCabinet_C::FileCabinet_02_64_Test_Drawer_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, FileCabinet_02_64_Test_Drawer_6) == 0x000340, "Member 'ABP_FileCabinet_C::FileCabinet_02_64_Test_Drawer_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, FileCabinet_02_64_Test_Drawer_4) == 0x000348, "Member 'ABP_FileCabinet_C::FileCabinet_02_64_Test_Drawer_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, SBZInteractable_7) == 0x000350, "Member 'ABP_FileCabinet_C::SBZInteractable_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, SBZInteractable_6) == 0x000358, "Member 'ABP_FileCabinet_C::SBZInteractable_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, SBZInteractable_5) == 0x000360, "Member 'ABP_FileCabinet_C::SBZInteractable_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, SBZInteractable_3) == 0x000368, "Member 'ABP_FileCabinet_C::SBZInteractable_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, SBZInteractable_2) == 0x000370, "Member 'ABP_FileCabinet_C::SBZInteractable_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, SBZInteractable_1) == 0x000378, "Member 'ABP_FileCabinet_C::SBZInteractable_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, SBZInteractable) == 0x000380, "Member 'ABP_FileCabinet_C::SBZInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, SecondMove_NewTrack_3_F61A967944A8D02865F0C2A0DC501175) == 0x000388, "Member 'ABP_FileCabinet_C::SecondMove_NewTrack_3_F61A967944A8D02865F0C2A0DC501175' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, SecondMove__Direction_F61A967944A8D02865F0C2A0DC501175) == 0x00038C, "Member 'ABP_FileCabinet_C::SecondMove__Direction_F61A967944A8D02865F0C2A0DC501175' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, SecondMove) == 0x000390, "Member 'ABP_FileCabinet_C::SecondMove' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, Move_NewTrack_3_97F0DFE94ECF5D765BEF6C908AC0E127) == 0x000398, "Member 'ABP_FileCabinet_C::Move_NewTrack_3_97F0DFE94ECF5D765BEF6C908AC0E127' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, Move__Direction_97F0DFE94ECF5D765BEF6C908AC0E127) == 0x00039C, "Member 'ABP_FileCabinet_C::Move__Direction_97F0DFE94ECF5D765BEF6C908AC0E127' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, Move) == 0x0003A0, "Member 'ABP_FileCabinet_C::Move' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, CurrentInteractable) == 0x0003A8, "Member 'ABP_FileCabinet_C::CurrentInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, Drawer) == 0x0003B0, "Member 'ABP_FileCabinet_C::Drawer' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, StaticmeshRef) == 0x0003B8, "Member 'ABP_FileCabinet_C::StaticmeshRef' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, Map) == 0x000408, "Member 'ABP_FileCabinet_C::Map' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, RandomSpawnLoc) == 0x000458, "Member 'ABP_FileCabinet_C::RandomSpawnLoc' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, DrawerArray) == 0x000460, "Member 'ABP_FileCabinet_C::DrawerArray' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, As_Interaction_Actor) == 0x000470, "Member 'ABP_FileCabinet_C::As_Interaction_Actor' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, PickedUpRedCard) == 0x000478, "Member 'ABP_FileCabinet_C::PickedUpRedCard' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, SecondDrawer) == 0x000488, "Member 'ABP_FileCabinet_C::SecondDrawer' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, RandomSeed) == 0x000490, "Member 'ABP_FileCabinet_C::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(ABP_FileCabinet_C, SpawnComponentTransformMap) == 0x000498, "Member 'ABP_FileCabinet_C::SpawnComponentTransformMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Safe_C_ExecuteUbergraph_BP_Safe \ +static_assert(alignof(BP_Safe_C_ExecuteUbergraph_BP_Safe) == 0x000008, "Wrong alignment on BP_Safe_C_ExecuteUbergraph_BP_Safe"); \ +static_assert(sizeof(BP_Safe_C_ExecuteUbergraph_BP_Safe) == 0x000038, "Wrong size on BP_Safe_C_ExecuteUbergraph_BP_Safe"); \ +static_assert(offsetof(BP_Safe_C_ExecuteUbergraph_BP_Safe, EntryPoint) == 0x000000, "Member 'BP_Safe_C_ExecuteUbergraph_BP_Safe::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Safe_C_ExecuteUbergraph_BP_Safe, Temp_struct_Variable) == 0x000008, "Member 'BP_Safe_C_ExecuteUbergraph_BP_Safe::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Safe_C_ExecuteUbergraph_BP_Safe, Temp_delegate_Variable) == 0x000018, "Member 'BP_Safe_C_ExecuteUbergraph_BP_Safe::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Safe_C_ExecuteUbergraph_BP_Safe, K2Node_Event_bStateToChangeTo) == 0x00002C, "Member 'BP_Safe_C_ExecuteUbergraph_BP_Safe::K2Node_Event_bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_Safe_C_ExecuteUbergraph_BP_Safe, K2Node_Event_bDoCosmetics) == 0x00002D, "Member 'BP_Safe_C_ExecuteUbergraph_BP_Safe::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_Safe_C_ExecuteUbergraph_BP_Safe, CallFunc_PostAkEvent_ReturnValue) == 0x000030, "Member 'BP_Safe_C_ExecuteUbergraph_BP_Safe::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Safe_C_OnStateChanged \ +static_assert(alignof(BP_Safe_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_Safe_C_OnStateChanged"); \ +static_assert(sizeof(BP_Safe_C_OnStateChanged) == 0x000002, "Wrong size on BP_Safe_C_OnStateChanged"); \ +static_assert(offsetof(BP_Safe_C_OnStateChanged, bStateToChangeTo) == 0x000000, "Member 'BP_Safe_C_OnStateChanged::bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_Safe_C_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_Safe_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Safe_C_SpawnItemInContainer \ +static_assert(alignof(BP_Safe_C_SpawnItemInContainer) == 0x000010, "Wrong alignment on BP_Safe_C_SpawnItemInContainer"); \ +static_assert(sizeof(BP_Safe_C_SpawnItemInContainer) == 0x000070, "Wrong size on BP_Safe_C_SpawnItemInContainer"); \ +static_assert(offsetof(BP_Safe_C_SpawnItemInContainer, WhatShould_Spawn) == 0x000000, "Member 'BP_Safe_C_SpawnItemInContainer::WhatShould_Spawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Safe_C_SpawnItemInContainer, RoomControllerRef) == 0x000008, "Member 'BP_Safe_C_SpawnItemInContainer::RoomControllerRef' has a wrong offset!"); \ +static_assert(offsetof(BP_Safe_C_SpawnItemInContainer, SpawnedActor) == 0x000010, "Member 'BP_Safe_C_SpawnItemInContainer::SpawnedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Safe_C_SpawnItemInContainer, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'BP_Safe_C_SpawnItemInContainer::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Safe_C_SpawnItemInContainer, CallFunc_Conv_VectorToTransform_ReturnValue) == 0x000030, "Member 'BP_Safe_C_SpawnItemInContainer::CallFunc_Conv_VectorToTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Safe_C_SpawnItemInContainer, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000060, "Member 'BP_Safe_C_SpawnItemInContainer::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Safe_C_SpawnItemInContainer, CallFunc_FinishSpawningActor_ReturnValue) == 0x000068, "Member 'BP_Safe_C_SpawnItemInContainer::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Safe_C \ +static_assert(alignof(ABP_Safe_C) == 0x000008, "Wrong alignment on ABP_Safe_C"); \ +static_assert(sizeof(ABP_Safe_C) == 0x000338, "Wrong size on ABP_Safe_C"); \ +static_assert(offsetof(ABP_Safe_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_Safe_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Safe_C, Ak) == 0x0002E0, "Member 'ABP_Safe_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_Safe_C, SK_Safe_01) == 0x0002E8, "Member 'ABP_Safe_C::SK_Safe_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_Safe_C, SpawnPoint) == 0x0002F0, "Member 'ABP_Safe_C::SpawnPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_Safe_C, gen_interactable_sec_safe_05x05_titan) == 0x0002F8, "Member 'ABP_Safe_C::gen_interactable_sec_safe_05x05_titan' has a wrong offset!"); \ +static_assert(offsetof(ABP_Safe_C, DefaultSceneRoot) == 0x000300, "Member 'ABP_Safe_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Safe_C, NewVar_1) == 0x000308, "Member 'ABP_Safe_C::NewVar_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Safe_C, OpenAngle) == 0x000310, "Member 'ABP_Safe_C::OpenAngle' has a wrong offset!"); \ +static_assert(offsetof(ABP_Safe_C, NewVar_2) == 0x000314, "Member 'ABP_Safe_C::NewVar_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Safe_C, Open) == 0x000320, "Member 'ABP_Safe_C::Open' has a wrong offset!"); \ +static_assert(offsetof(ABP_Safe_C, NewVar_0) == 0x000328, "Member 'ABP_Safe_C::NewVar_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController \ +static_assert(alignof(BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController) == 0x000008, "Wrong alignment on BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController"); \ +static_assert(sizeof(BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController) == 0x000050, "Wrong size on BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController"); \ +static_assert(offsetof(BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController, EntryPoint) == 0x000000, "Member 'BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController, CallFunc_RandomInteger_ReturnValue) == 0x000004, "Member 'BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController, CallFunc_Array_Get_Item) == 0x000008, "Member 'BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController, K2Node_SwitchInteger_CmpSuccess) == 0x000011, "Member 'BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController, CallFunc_Array_Get_Item_1) == 0x000018, "Member 'BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController, CallFunc_IsValid_ReturnValue_1) == 0x000020, "Member 'BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController, CallFunc_Array_Get_Item_2) == 0x000028, "Member 'BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController, CallFunc_IsValid_ReturnValue_2) == 0x000030, "Member 'BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController, K2Node_CustomEvent_CardRef) == 0x000038, "Member 'BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController::K2Node_CustomEvent_CardRef' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController, K2Node_CustomEvent_Interactable) == 0x000040, "Member 'BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController::K2Node_CustomEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController, K2Node_CustomEvent_Interactor) == 0x000048, "Member 'BP_RoomSpawnController_C_ExecuteUbergraph_BP_RoomSpawnController::K2Node_CustomEvent_Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RoomSpawnController_C_OnCardPickupEvent \ +static_assert(alignof(BP_RoomSpawnController_C_OnCardPickupEvent) == 0x000008, "Wrong alignment on BP_RoomSpawnController_C_OnCardPickupEvent"); \ +static_assert(sizeof(BP_RoomSpawnController_C_OnCardPickupEvent) == 0x000010, "Wrong size on BP_RoomSpawnController_C_OnCardPickupEvent"); \ +static_assert(offsetof(BP_RoomSpawnController_C_OnCardPickupEvent, Interactable) == 0x000000, "Member 'BP_RoomSpawnController_C_OnCardPickupEvent::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_OnCardPickupEvent, Interactor) == 0x000008, "Member 'BP_RoomSpawnController_C_OnCardPickupEvent::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RoomSpawnController_C_BindRedCardEvent \ +static_assert(alignof(BP_RoomSpawnController_C_BindRedCardEvent) == 0x000008, "Wrong alignment on BP_RoomSpawnController_C_BindRedCardEvent"); \ +static_assert(sizeof(BP_RoomSpawnController_C_BindRedCardEvent) == 0x000008, "Wrong size on BP_RoomSpawnController_C_BindRedCardEvent"); \ +static_assert(offsetof(BP_RoomSpawnController_C_BindRedCardEvent, CardRef) == 0x000000, "Member 'BP_RoomSpawnController_C_BindRedCardEvent::CardRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RoomSpawnController_C_UserConstructionScript \ +static_assert(alignof(BP_RoomSpawnController_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_RoomSpawnController_C_UserConstructionScript"); \ +static_assert(sizeof(BP_RoomSpawnController_C_UserConstructionScript) == 0x000050, "Wrong size on BP_RoomSpawnController_C_UserConstructionScript"); \ +static_assert(offsetof(BP_RoomSpawnController_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_RoomSpawnController_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_RoomSpawnController_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_RoomSpawnController_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_RoomSpawnController_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_RoomSpawnController_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_UserConstructionScript, CallFunc_GetObjectClass_ReturnValue) == 0x000020, "Member 'BP_RoomSpawnController_C_UserConstructionScript::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_RoomSpawnController_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_UserConstructionScript, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000029, "Member 'BP_RoomSpawnController_C_UserConstructionScript::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_UserConstructionScript, CallFunc_GetObjectClass_ReturnValue_1) == 0x000030, "Member 'BP_RoomSpawnController_C_UserConstructionScript::CallFunc_GetObjectClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_UserConstructionScript, CallFunc_Array_Add_ReturnValue) == 0x000038, "Member 'BP_RoomSpawnController_C_UserConstructionScript::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_UserConstructionScript, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x00003C, "Member 'BP_RoomSpawnController_C_UserConstructionScript::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_UserConstructionScript, CallFunc_Array_Add_ReturnValue_1) == 0x000040, "Member 'BP_RoomSpawnController_C_UserConstructionScript::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_UserConstructionScript, CallFunc_IsValid_ReturnValue) == 0x000044, "Member 'BP_RoomSpawnController_C_UserConstructionScript::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_UserConstructionScript, CallFunc_DoesImplementInterface_ReturnValue) == 0x000045, "Member 'BP_RoomSpawnController_C_UserConstructionScript::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_UserConstructionScript, CallFunc_Array_Add_ReturnValue_2) == 0x000048, "Member 'BP_RoomSpawnController_C_UserConstructionScript::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RoomSpawnController_C_NewFunction_0 \ +static_assert(alignof(BP_RoomSpawnController_C_NewFunction_0) == 0x000008, "Wrong alignment on BP_RoomSpawnController_C_NewFunction_0"); \ +static_assert(sizeof(BP_RoomSpawnController_C_NewFunction_0) == 0x000050, "Wrong size on BP_RoomSpawnController_C_NewFunction_0"); \ +static_assert(offsetof(BP_RoomSpawnController_C_NewFunction_0, Array) == 0x000000, "Member 'BP_RoomSpawnController_C_NewFunction_0::Array' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_NewFunction_0, WhatShould_Spawn) == 0x000010, "Member 'BP_RoomSpawnController_C_NewFunction_0::WhatShould_Spawn' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_NewFunction_0, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_RoomSpawnController_C_NewFunction_0::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_NewFunction_0, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'BP_RoomSpawnController_C_NewFunction_0::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_NewFunction_0, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_RoomSpawnController_C_NewFunction_0::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_NewFunction_0, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_RoomSpawnController_C_NewFunction_0::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_NewFunction_0, K2Node_DynamicCast_AsBPI_Room_Spawn_Inside_Loc) == 0x000030, "Member 'BP_RoomSpawnController_C_NewFunction_0::K2Node_DynamicCast_AsBPI_Room_Spawn_Inside_Loc' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_NewFunction_0, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_RoomSpawnController_C_NewFunction_0::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_RoomSpawnController_C_NewFunction_0, CallFunc_SpawnItemInContainer_SpawnedActor) == 0x000048, "Member 'BP_RoomSpawnController_C_NewFunction_0::CallFunc_SpawnItemInContainer_SpawnedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RoomSpawnController_C \ +static_assert(alignof(ABP_RoomSpawnController_C) == 0x000008, "Wrong alignment on ABP_RoomSpawnController_C"); \ +static_assert(sizeof(ABP_RoomSpawnController_C) == 0x000310, "Wrong size on ABP_RoomSpawnController_C"); \ +static_assert(offsetof(ABP_RoomSpawnController_C, UberGraphFrame) == 0x0002A8, "Member 'ABP_RoomSpawnController_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_RoomSpawnController_C, DefaultSceneRoot) == 0x0002B0, "Member 'ABP_RoomSpawnController_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_RoomSpawnController_C, PossibleSpawnLocations) == 0x0002B8, "Member 'ABP_RoomSpawnController_C::PossibleSpawnLocations' has a wrong offset!"); \ +static_assert(offsetof(ABP_RoomSpawnController_C, PaperLocations) == 0x0002C8, "Member 'ABP_RoomSpawnController_C::PaperLocations' has a wrong offset!"); \ +static_assert(offsetof(ABP_RoomSpawnController_C, ChooseLocation) == 0x0002D8, "Member 'ABP_RoomSpawnController_C::ChooseLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_RoomSpawnController_C, ChooseTypeLocation) == 0x0002DC, "Member 'ABP_RoomSpawnController_C::ChooseTypeLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_RoomSpawnController_C, SafeLocation) == 0x0002E0, "Member 'ABP_RoomSpawnController_C::SafeLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_RoomSpawnController_C, CabinetLocation) == 0x0002F0, "Member 'ABP_RoomSpawnController_C::CabinetLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_RoomSpawnController_C, DispatchRedCardPickup) == 0x000300, "Member 'ABP_RoomSpawnController_C::DispatchRedCardPickup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Interupted_C \ +static_assert(alignof(UWBP_Interupted_C) == 0x000008, "Wrong alignment on UWBP_Interupted_C"); \ +static_assert(sizeof(UWBP_Interupted_C) == 0x0002E0, "Wrong size on UWBP_Interupted_C"); \ +static_assert(offsetof(UWBP_Interupted_C, BlockBody) == 0x000290, "Member 'UWBP_Interupted_C::BlockBody' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Interupted_C, Image_59) == 0x000298, "Member 'UWBP_Interupted_C::Image_59' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Interupted_C, Image_177) == 0x0002A0, "Member 'UWBP_Interupted_C::Image_177' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Interupted_C, Image_372) == 0x0002A8, "Member 'UWBP_Interupted_C::Image_372' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Interupted_C, Image_BorderBottom) == 0x0002B0, "Member 'UWBP_Interupted_C::Image_BorderBottom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Interupted_C, Image_BorderLeft) == 0x0002B8, "Member 'UWBP_Interupted_C::Image_BorderLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Interupted_C, Image_BorderRight) == 0x0002C0, "Member 'UWBP_Interupted_C::Image_BorderRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Interupted_C, Image_BorderTop) == 0x0002C8, "Member 'UWBP_Interupted_C::Image_BorderTop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Interupted_C, Overlay_Border) == 0x0002D0, "Member 'UWBP_Interupted_C::Overlay_Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Interupted_C, Proc) == 0x0002D8, "Member 'UWBP_Interupted_C::Proc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HackingTimer_C \ +static_assert(alignof(UWBP_HackingTimer_C) == 0x000008, "Wrong alignment on UWBP_HackingTimer_C"); \ +static_assert(sizeof(UWBP_HackingTimer_C) == 0x0002E8, "Wrong size on UWBP_HackingTimer_C"); \ +static_assert(offsetof(UWBP_HackingTimer_C, Background) == 0x000290, "Member 'UWBP_HackingTimer_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HackingTimer_C, BlockBody) == 0x000298, "Member 'UWBP_HackingTimer_C::BlockBody' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HackingTimer_C, CurrentProcess) == 0x0002A0, "Member 'UWBP_HackingTimer_C::CurrentProcess' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HackingTimer_C, Digits) == 0x0002A8, "Member 'UWBP_HackingTimer_C::Digits' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HackingTimer_C, HackingPros) == 0x0002B0, "Member 'UWBP_HackingTimer_C::HackingPros' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HackingTimer_C, Image_372) == 0x0002B8, "Member 'UWBP_HackingTimer_C::Image_372' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HackingTimer_C, Image_BorderBottom) == 0x0002C0, "Member 'UWBP_HackingTimer_C::Image_BorderBottom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HackingTimer_C, Image_BorderLeft) == 0x0002C8, "Member 'UWBP_HackingTimer_C::Image_BorderLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HackingTimer_C, Image_BorderRight) == 0x0002D0, "Member 'UWBP_HackingTimer_C::Image_BorderRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HackingTimer_C, Image_BorderTop) == 0x0002D8, "Member 'UWBP_HackingTimer_C::Image_BorderTop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HackingTimer_C, Overlay_Border) == 0x0002E0, "Member 'UWBP_HackingTimer_C::Overlay_Border' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CompleteKeyCodes_C \ +static_assert(alignof(UWBP_CompleteKeyCodes_C) == 0x000008, "Wrong alignment on UWBP_CompleteKeyCodes_C"); \ +static_assert(sizeof(UWBP_CompleteKeyCodes_C) == 0x0002F0, "Wrong size on UWBP_CompleteKeyCodes_C"); \ +static_assert(offsetof(UWBP_CompleteKeyCodes_C, Image_59) == 0x000290, "Member 'UWBP_CompleteKeyCodes_C::Image_59' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteKeyCodes_C, Image_372) == 0x000298, "Member 'UWBP_CompleteKeyCodes_C::Image_372' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteKeyCodes_C, Image_BorderBottom) == 0x0002A0, "Member 'UWBP_CompleteKeyCodes_C::Image_BorderBottom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteKeyCodes_C, Image_BorderLeft) == 0x0002A8, "Member 'UWBP_CompleteKeyCodes_C::Image_BorderLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteKeyCodes_C, Image_BorderRight) == 0x0002B0, "Member 'UWBP_CompleteKeyCodes_C::Image_BorderRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteKeyCodes_C, Image_BorderTop) == 0x0002B8, "Member 'UWBP_CompleteKeyCodes_C::Image_BorderTop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteKeyCodes_C, Overlay_Border) == 0x0002C0, "Member 'UWBP_CompleteKeyCodes_C::Overlay_Border' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteKeyCodes_C, TextBlockBody) == 0x0002C8, "Member 'UWBP_CompleteKeyCodes_C::TextBlockBody' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteKeyCodes_C, WBP_KeypadUVLightPossibleCode) == 0x0002D0, "Member 'UWBP_CompleteKeyCodes_C::WBP_KeypadUVLightPossibleCode' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteKeyCodes_C, WBP_KeypadUVLightPossibleCode_1) == 0x0002D8, "Member 'UWBP_CompleteKeyCodes_C::WBP_KeypadUVLightPossibleCode_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteKeyCodes_C, WBP_KeypadUVLightPossibleCode_2) == 0x0002E0, "Member 'UWBP_CompleteKeyCodes_C::WBP_KeypadUVLightPossibleCode_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteKeyCodes_C, WBP_KeypadUVLightPossibleCode_3) == 0x0002E8, "Member 'UWBP_CompleteKeyCodes_C::WBP_KeypadUVLightPossibleCode_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_CompleteHack_C \ +static_assert(alignof(UWBP_CompleteHack_C) == 0x000008, "Wrong alignment on UWBP_CompleteHack_C"); \ +static_assert(sizeof(UWBP_CompleteHack_C) == 0x0002F8, "Wrong size on UWBP_CompleteHack_C"); \ +static_assert(offsetof(UWBP_CompleteHack_C, Background) == 0x000290, "Member 'UWBP_CompleteHack_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteHack_C, BlockBody) == 0x000298, "Member 'UWBP_CompleteHack_C::BlockBody' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteHack_C, CustomSuccess) == 0x0002A0, "Member 'UWBP_CompleteHack_C::CustomSuccess' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteHack_C, Image) == 0x0002A8, "Member 'UWBP_CompleteHack_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteHack_C, Image_156) == 0x0002B0, "Member 'UWBP_CompleteHack_C::Image_156' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteHack_C, Image_372) == 0x0002B8, "Member 'UWBP_CompleteHack_C::Image_372' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteHack_C, Image_461) == 0x0002C0, "Member 'UWBP_CompleteHack_C::Image_461' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteHack_C, Image_541) == 0x0002C8, "Member 'UWBP_CompleteHack_C::Image_541' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteHack_C, Image_BorderBottom) == 0x0002D0, "Member 'UWBP_CompleteHack_C::Image_BorderBottom' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteHack_C, Image_BorderLeft) == 0x0002D8, "Member 'UWBP_CompleteHack_C::Image_BorderLeft' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteHack_C, Image_BorderRight) == 0x0002E0, "Member 'UWBP_CompleteHack_C::Image_BorderRight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteHack_C, Image_BorderTop) == 0x0002E8, "Member 'UWBP_CompleteHack_C::Image_BorderTop' has a wrong offset!"); \ +static_assert(offsetof(UWBP_CompleteHack_C, Overlay_Border) == 0x0002F0, "Member 'UWBP_CompleteHack_C::Overlay_Border' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer \ +static_assert(alignof(WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer) == 0x000008, "Wrong alignment on WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer"); \ +static_assert(sizeof(WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer) == 0x0001B8, "Wrong size on WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer"); \ +static_assert(offsetof(WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer, EntryPoint) == 0x000000, "Member 'WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer, K2Node_Event_DisplayText) == 0x000008, "Member 'WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer::K2Node_Event_DisplayText' has a wrong offset!"); \ +static_assert(offsetof(WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer, K2Node_Event_InText_1) == 0x000068, "Member 'WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer::K2Node_Event_InText_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer, K2Node_Event_NewDisplayText) == 0x000080, "Member 'WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer::K2Node_Event_NewDisplayText' has a wrong offset!"); \ +static_assert(offsetof(WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer, K2Node_Event_InText) == 0x0000E0, "Member 'WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer::K2Node_Event_InText' has a wrong offset!"); \ +static_assert(offsetof(WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer, K2Node_Event_progress) == 0x0000F8, "Member 'WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer::K2Node_Event_progress' has a wrong offset!"); \ +static_assert(offsetof(WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer, CallFunc_Conv_IntToText_ReturnValue) == 0x000100, "Member 'WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000118, "Member 'WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00011C, "Member 'WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer, K2Node_Event_codes) == 0x000120, "Member 'WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer::K2Node_Event_codes' has a wrong offset!"); \ +static_assert(offsetof(WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer, CallFunc_Array_Length_ReturnValue) == 0x000130, "Member 'WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer, Temp_int_Loop_Counter_Variable) == 0x000134, "Member 'WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer, CallFunc_Less_IntInt_ReturnValue) == 0x000138, "Member 'WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer, CallFunc_Add_IntInt_ReturnValue) == 0x00013C, "Member 'WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer, K2Node_MakeArray_Array) == 0x000140, "Member 'WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer, Temp_int_Array_Index_Variable) == 0x000150, "Member 'WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer, K2Node_Event_main) == 0x000158, "Member 'WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer::K2Node_Event_main' has a wrong offset!"); \ +static_assert(offsetof(WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer, K2Node_Event_secondary) == 0x000170, "Member 'WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer::K2Node_Event_secondary' has a wrong offset!"); \ +static_assert(offsetof(WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer, K2Node_Event_additional) == 0x000188, "Member 'WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer::K2Node_Event_additional' has a wrong offset!"); \ +static_assert(offsetof(WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer, CallFunc_Array_Get_Item) == 0x0001A0, "Member 'WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer, CallFunc_Array_Get_Item_1) == 0x0001A8, "Member 'WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer, CallFunc_IsValid_ReturnValue) == 0x0001B0, "Member 'WBP_WixiaComputer_C_ExecuteUbergraph_WBP_WixiaComputer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WixiaComputer_C_updateInformation \ +static_assert(alignof(WBP_WixiaComputer_C_updateInformation) == 0x000008, "Wrong alignment on WBP_WixiaComputer_C_updateInformation"); \ +static_assert(sizeof(WBP_WixiaComputer_C_updateInformation) == 0x000048, "Wrong size on WBP_WixiaComputer_C_updateInformation"); \ +static_assert(offsetof(WBP_WixiaComputer_C_updateInformation, main) == 0x000000, "Member 'WBP_WixiaComputer_C_updateInformation::main' has a wrong offset!"); \ +static_assert(offsetof(WBP_WixiaComputer_C_updateInformation, secondary) == 0x000018, "Member 'WBP_WixiaComputer_C_updateInformation::secondary' has a wrong offset!"); \ +static_assert(offsetof(WBP_WixiaComputer_C_updateInformation, additional) == 0x000030, "Member 'WBP_WixiaComputer_C_updateInformation::additional' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WixiaComputer_C_updateKeypadPossibleCodes \ +static_assert(alignof(WBP_WixiaComputer_C_updateKeypadPossibleCodes) == 0x000008, "Wrong alignment on WBP_WixiaComputer_C_updateKeypadPossibleCodes"); \ +static_assert(sizeof(WBP_WixiaComputer_C_updateKeypadPossibleCodes) == 0x000010, "Wrong size on WBP_WixiaComputer_C_updateKeypadPossibleCodes"); \ +static_assert(offsetof(WBP_WixiaComputer_C_updateKeypadPossibleCodes, codes) == 0x000000, "Member 'WBP_WixiaComputer_C_updateKeypadPossibleCodes::codes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WixiaComputer_C_updateHackingProgress \ +static_assert(alignof(WBP_WixiaComputer_C_updateHackingProgress) == 0x000004, "Wrong alignment on WBP_WixiaComputer_C_updateHackingProgress"); \ +static_assert(sizeof(WBP_WixiaComputer_C_updateHackingProgress) == 0x000004, "Wrong size on WBP_WixiaComputer_C_updateHackingProgress"); \ +static_assert(offsetof(WBP_WixiaComputer_C_updateHackingProgress, progress) == 0x000000, "Member 'WBP_WixiaComputer_C_updateHackingProgress::progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WixiaComputer_C_updateHackingTimerProcessName \ +static_assert(alignof(WBP_WixiaComputer_C_updateHackingTimerProcessName) == 0x000008, "Wrong alignment on WBP_WixiaComputer_C_updateHackingTimerProcessName"); \ +static_assert(sizeof(WBP_WixiaComputer_C_updateHackingTimerProcessName) == 0x000018, "Wrong size on WBP_WixiaComputer_C_updateHackingTimerProcessName"); \ +static_assert(offsetof(WBP_WixiaComputer_C_updateHackingTimerProcessName, InText) == 0x000000, "Member 'WBP_WixiaComputer_C_updateHackingTimerProcessName::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WixiaComputer_C_UpdateUnlockDisplayText \ +static_assert(alignof(WBP_WixiaComputer_C_UpdateUnlockDisplayText) == 0x000008, "Wrong alignment on WBP_WixiaComputer_C_UpdateUnlockDisplayText"); \ +static_assert(sizeof(WBP_WixiaComputer_C_UpdateUnlockDisplayText) == 0x000060, "Wrong size on WBP_WixiaComputer_C_UpdateUnlockDisplayText"); \ +static_assert(offsetof(WBP_WixiaComputer_C_UpdateUnlockDisplayText, NewDisplayText) == 0x000000, "Member 'WBP_WixiaComputer_C_UpdateUnlockDisplayText::NewDisplayText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WixiaComputer_C_UpdateSuccessText \ +static_assert(alignof(WBP_WixiaComputer_C_UpdateSuccessText) == 0x000008, "Wrong alignment on WBP_WixiaComputer_C_UpdateSuccessText"); \ +static_assert(sizeof(WBP_WixiaComputer_C_UpdateSuccessText) == 0x000018, "Wrong size on WBP_WixiaComputer_C_UpdateSuccessText"); \ +static_assert(offsetof(WBP_WixiaComputer_C_UpdateSuccessText, InText) == 0x000000, "Member 'WBP_WixiaComputer_C_UpdateSuccessText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WixiaComputer_C_UpdateEmailDisplayText \ +static_assert(alignof(WBP_WixiaComputer_C_UpdateEmailDisplayText) == 0x000008, "Wrong alignment on WBP_WixiaComputer_C_UpdateEmailDisplayText"); \ +static_assert(sizeof(WBP_WixiaComputer_C_UpdateEmailDisplayText) == 0x000060, "Wrong size on WBP_WixiaComputer_C_UpdateEmailDisplayText"); \ +static_assert(offsetof(WBP_WixiaComputer_C_UpdateEmailDisplayText, DisplayText) == 0x000000, "Member 'WBP_WixiaComputer_C_UpdateEmailDisplayText::DisplayText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_WixiaComputer_C_HideAllWidgetsButOne \ +static_assert(alignof(WBP_WixiaComputer_C_HideAllWidgetsButOne) == 0x000008, "Wrong alignment on WBP_WixiaComputer_C_HideAllWidgetsButOne"); \ +static_assert(sizeof(WBP_WixiaComputer_C_HideAllWidgetsButOne) == 0x000008, "Wrong size on WBP_WixiaComputer_C_HideAllWidgetsButOne"); \ +static_assert(offsetof(WBP_WixiaComputer_C_HideAllWidgetsButOne, WidgetToShow) == 0x000000, "Member 'WBP_WixiaComputer_C_HideAllWidgetsButOne::WidgetToShow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_WixiaComputer_C \ +static_assert(alignof(UWBP_WixiaComputer_C) == 0x000008, "Wrong alignment on UWBP_WixiaComputer_C"); \ +static_assert(sizeof(UWBP_WixiaComputer_C) == 0x0002F0, "Wrong size on UWBP_WixiaComputer_C"); \ +static_assert(offsetof(UWBP_WixiaComputer_C, UberGraphFrame_WBP_WixiaComputer_C) == 0x000298, "Member 'UWBP_WixiaComputer_C::UberGraphFrame_WBP_WixiaComputer_C' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WixiaComputer_C, WBP_CompleteHack) == 0x0002A0, "Member 'UWBP_WixiaComputer_C::WBP_CompleteHack' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WixiaComputer_C, WBP_CompleteKeyCodes) == 0x0002A8, "Member 'UWBP_WixiaComputer_C::WBP_CompleteKeyCodes' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WixiaComputer_C, WBP_CompleteNameInfo) == 0x0002B0, "Member 'UWBP_WixiaComputer_C::WBP_CompleteNameInfo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WixiaComputer_C, WBP_ComputerEmail) == 0x0002B8, "Member 'UWBP_WixiaComputer_C::WBP_ComputerEmail' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WixiaComputer_C, WBP_ComputerNonActive) == 0x0002C0, "Member 'UWBP_WixiaComputer_C::WBP_ComputerNonActive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WixiaComputer_C, WBP_ComputerTrueActive) == 0x0002C8, "Member 'UWBP_WixiaComputer_C::WBP_ComputerTrueActive' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WixiaComputer_C, WBP_ComputerUnlocked) == 0x0002D0, "Member 'UWBP_WixiaComputer_C::WBP_ComputerUnlocked' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WixiaComputer_C, WBP_Failed) == 0x0002D8, "Member 'UWBP_WixiaComputer_C::WBP_Failed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WixiaComputer_C, WBP_HackingTimer) == 0x0002E0, "Member 'UWBP_WixiaComputer_C::WBP_HackingTimer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_WixiaComputer_C, WBP_Interupted) == 0x0002E8, "Member 'UWBP_WixiaComputer_C::WBP_Interupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad \ +static_assert(alignof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad) == 0x000010, "Wrong alignment on BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad"); \ +static_assert(sizeof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad) == 0x000520, "Wrong size on BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, EntryPoint) == 0x000000, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_name_Variable) == 0x000008, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_bool_Variable) == 0x000014, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_struct_Variable) == 0x000018, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_struct_Variable_1) == 0x000024, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_int_Array_Index_Variable) == 0x000038, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_int_Loop_Counter_Variable_1) == 0x00003C, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Add_IntInt_ReturnValue_1) == 0x000040, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_name_Variable_1) == 0x000044, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Multiply_IntInt_ReturnValue) == 0x000050, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_bool_Variable_1) == 0x000054, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Add_IntInt_ReturnValue_2) == 0x000058, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_bool_Variable_2) == 0x00005C, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_CreateDelegate_OutputDelegate) == 0x000060, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_delegate_Variable) == 0x000074, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_struct_Variable_2) == 0x000088, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_delegate_Variable_1) == 0x000098, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_struct_Variable_3) == 0x0000B0, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Less_IntInt_ReturnValue) == 0x0000C0, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_delegate_Variable_2) == 0x0000C4, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_int_Array_Index_Variable_1) == 0x0000D8, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_int_Loop_Counter_Variable_2) == 0x0000DC, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Add_IntInt_ReturnValue_3) == 0x0000E0, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Add_IntInt_ReturnValue_4) == 0x0000E4, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_int_Array_Index_Variable_2) == 0x0000E8, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_struct_Variable_4) == 0x0000F0, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_HasAuthority_ReturnValue) == 0x000100, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_CreateDelegate_OutputDelegate_1) == 0x000104, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_bool_True_if_break_was_hit_Variable) == 0x000118, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Not_PreBool_ReturnValue) == 0x000119, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_int_Loop_Counter_Variable_3) == 0x00011C, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Less_IntInt_ReturnValue_1) == 0x000120, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Add_IntInt_ReturnValue_5) == 0x000124, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_int_Array_Index_Variable_3) == 0x000128, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Array_Get_Item) == 0x000130, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_CustomEvent_Interactable) == 0x000138, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_CustomEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_CustomEvent_Interactor) == 0x000140, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_CustomEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_CustomEvent_bIsLocallyControlledInteractor) == 0x000148, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_CustomEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_CreateCurveFloatDelegateTimer_ReturnValue) == 0x000150, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_CreateCurveFloatDelegateTimer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Map_Keys_Keys) == 0x000158, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Array_Get_Item_1) == 0x000168, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Array_Length_ReturnValue_1) == 0x000170, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_DynamicCast_AsSBZInteractable_Component) == 0x000178, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_DynamicCast_AsSBZInteractable_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_DynamicCast_bSuccess) == 0x000180, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Less_IntInt_ReturnValue_2) == 0x000181, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_IsValid_ReturnValue) == 0x000182, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_object_Variable) == 0x000188, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_CustomEvent_MeshComp) == 0x000190, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_CustomEvent_MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_float_Variable) == 0x000198, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_float_Variable_1) == 0x00019C, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_float_Variable_2) == 0x0001A0, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_float_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_float_Variable_3) == 0x0001A4, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_float_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_MakeVector_ReturnValue) == 0x0001A8, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x0001B4, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_CustomEvent_CurveFloatTimer) == 0x000248, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_CustomEvent_CurveFloatTimer' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_CustomEvent_CurveElapsedTime) == 0x000250, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_CustomEvent_CurveElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_CustomEvent_CurveTimeSinceLast) == 0x000254, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_CustomEvent_CurveTimeSinceLast' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_CustomEvent_CurveValue) == 0x000258, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_CustomEvent_CurveValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_CustomEvent_CurveTime) == 0x00025C, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_CustomEvent_CurveTime' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Map_Keys_Keys_1) == 0x000260, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Array_Get_Item_2) == 0x000270, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Array_Length_ReturnValue_2) == 0x000278, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00027C, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Less_IntInt_ReturnValue_3) == 0x00027D, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_BooleanAND_ReturnValue) == 0x00027E, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Map_Find_Value) == 0x000280, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Map_Find_ReturnValue) == 0x000288, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_GetUserWidgetObject_ReturnValue) == 0x000290, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_DynamicCast_AsWBP_Keypad_UVLight_Interaction) == 0x000298, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_DynamicCast_AsWBP_Keypad_UVLight_Interaction' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_DynamicCast_bSuccess_1) == 0x0002A0, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_CreateDelegate_OutputDelegate_2) == 0x0002A4, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x0002B8, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_ComponentBoundEvent_OtherActor_1) == 0x0002C0, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_ComponentBoundEvent_OtherComp_1) == 0x0002C8, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x0002D0, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_ComponentBoundEvent_bFromSweep) == 0x0002D4, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_ComponentBoundEvent_SweepResult) == 0x0002D8, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000368, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_ComponentBoundEvent_OtherActor) == 0x000370, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_ComponentBoundEvent_OtherComp) == 0x000378, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000380, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_DynamicCast_AsSBZPlayer_Character) == 0x000388, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_DynamicCast_AsSBZPlayer_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_DynamicCast_bSuccess_2) == 0x000390, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_GetAttachedActors_OutActors) == 0x000398, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_GetAttachedActors_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_IsLocallyControlled_ReturnValue) == 0x0003A8, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_IsLocallyControlled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_FilterArray_FilteredArray) == 0x0003B0, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_FilterArray_FilteredArray' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Array_Get_Item_3) == 0x0003C0, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Array_Length_ReturnValue_3) == 0x0003C8, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Less_IntInt_ReturnValue_4) == 0x0003CC, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_Select_Default) == 0x0003D0, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_Select_Default_1) == 0x0003DC, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_MakeTransform_ReturnValue) == 0x0003F0, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_Select_Default_2) == 0x000420, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000428, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_GetAttachedActors_OutActors_1) == 0x000430, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_GetAttachedActors_OutActors_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_FinishSpawningActor_ReturnValue) == 0x000440, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_FilterArray_FilteredArray_1) == 0x000448, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_FilterArray_FilteredArray_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Array_Length_ReturnValue_4) == 0x000458, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, Temp_int_Variable) == 0x00045C, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000460, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000461, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_ComponentBoundEvent_Interactable_1) == 0x000468, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_ComponentBoundEvent_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_ComponentBoundEvent_Interactor_1) == 0x000470, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_ComponentBoundEvent_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1) == 0x000478, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_ComponentBoundEvent_Interactable) == 0x000480, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_ComponentBoundEvent_Interactor) == 0x000488, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000490, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000491, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Array_Get_Item_4) == 0x000494, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_PostEvent_ReturnValue) == 0x000498, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x00049C, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_CustomEvent_CurveFloatTimer_1) == 0x0004A0, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_CustomEvent_CurveFloatTimer_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_CustomEvent_CurveElapsedTime_1) == 0x0004A8, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_CustomEvent_CurveElapsedTime_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_CustomEvent_CurveTimeSinceLast_1) == 0x0004AC, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_CustomEvent_CurveTimeSinceLast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_CustomEvent_CurveValue_1) == 0x0004B0, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_CustomEvent_CurveValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_CustomEvent_CurveTime_1) == 0x0004B4, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_CustomEvent_CurveTime_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_PostEvent_ReturnValue_1) == 0x0004B8, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_PostEvent_ReturnValue_2) == 0x0004BC, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_CustomEvent_InteractableComponent) == 0x0004C0, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_CustomEvent_InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_CustomEvent_bInNewState) == 0x0004C8, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_CustomEvent_bInNewState' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_ComponentBoundEvent_InteractableComponent_1) == 0x0004D0, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_ComponentBoundEvent_InteractableComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_ComponentBoundEvent_bInNewState_1) == 0x0004D8, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_ComponentBoundEvent_bInNewState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Map_Find_Value_1) == 0x0004E0, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_Map_Find_ReturnValue_1) == 0x0004E8, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_ComponentBoundEvent_InteractableComponent) == 0x0004F0, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_ComponentBoundEvent_InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_ComponentBoundEvent_bInNewState) == 0x0004F8, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_ComponentBoundEvent_bInNewState' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_CreateDelegate_OutputDelegate_3) == 0x0004FC, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, K2Node_CustomEvent_NewParam) == 0x000510, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::K2Node_CustomEvent_NewParam' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad, CallFunc_IsValid_ReturnValue_1) == 0x000518, "Member 'BP_KeyPad_C_ExecuteUbergraph_BP_KeyPad::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeyPad_C_UpdateNotes \ +static_assert(alignof(BP_KeyPad_C_UpdateNotes) == 0x000008, "Wrong alignment on BP_KeyPad_C_UpdateNotes"); \ +static_assert(sizeof(BP_KeyPad_C_UpdateNotes) == 0x000008, "Wrong size on BP_KeyPad_C_UpdateNotes"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateNotes, NewParam) == 0x000000, "Member 'BP_KeyPad_C_UpdateNotes::NewParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_E_K2Node_ComponentBoundEvent_7_SBZOnInteractableStateChangedDelegate__DelegateSignature \ +static_assert(alignof(BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_E_K2Node_ComponentBoundEvent_7_SBZOnInteractableStateChangedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_E_K2Node_ComponentBoundEvent_7_SBZOnInteractableStateChangedDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_E_K2Node_ComponentBoundEvent_7_SBZOnInteractableStateChangedDelegate__DelegateSignature) == 0x000010, "Wrong size on BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_E_K2Node_ComponentBoundEvent_7_SBZOnInteractableStateChangedDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_E_K2Node_ComponentBoundEvent_7_SBZOnInteractableStateChangedDelegate__DelegateSignature, InteractableComponent) == 0x000000, "Member 'BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_E_K2Node_ComponentBoundEvent_7_SBZOnInteractableStateChangedDelegate__DelegateSignature::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_E_K2Node_ComponentBoundEvent_7_SBZOnInteractableStateChangedDelegate__DelegateSignature, bInNewState) == 0x000008, "Member 'BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_E_K2Node_ComponentBoundEvent_7_SBZOnInteractableStateChangedDelegate__DelegateSignature::bInNewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_C_K2Node_ComponentBoundEvent_6_SBZOnInteractableStateChangedDelegate__DelegateSignature \ +static_assert(alignof(BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_C_K2Node_ComponentBoundEvent_6_SBZOnInteractableStateChangedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_C_K2Node_ComponentBoundEvent_6_SBZOnInteractableStateChangedDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_C_K2Node_ComponentBoundEvent_6_SBZOnInteractableStateChangedDelegate__DelegateSignature) == 0x000010, "Wrong size on BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_C_K2Node_ComponentBoundEvent_6_SBZOnInteractableStateChangedDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_C_K2Node_ComponentBoundEvent_6_SBZOnInteractableStateChangedDelegate__DelegateSignature, InteractableComponent) == 0x000000, "Member 'BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_C_K2Node_ComponentBoundEvent_6_SBZOnInteractableStateChangedDelegate__DelegateSignature::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_C_K2Node_ComponentBoundEvent_6_SBZOnInteractableStateChangedDelegate__DelegateSignature, bInNewState) == 0x000008, "Member 'BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_C_K2Node_ComponentBoundEvent_6_SBZOnInteractableStateChangedDelegate__DelegateSignature::bInNewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeyPad_C_FocusChanged \ +static_assert(alignof(BP_KeyPad_C_FocusChanged) == 0x000008, "Wrong alignment on BP_KeyPad_C_FocusChanged"); \ +static_assert(sizeof(BP_KeyPad_C_FocusChanged) == 0x000010, "Wrong size on BP_KeyPad_C_FocusChanged"); \ +static_assert(offsetof(BP_KeyPad_C_FocusChanged, InteractableComponent) == 0x000000, "Member 'BP_KeyPad_C_FocusChanged::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_FocusChanged, bInNewState) == 0x000008, "Member 'BP_KeyPad_C_FocusChanged::bInNewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_E_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_E_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_E_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_E_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_E_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_E_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_E_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_E_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_E_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_E_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_E_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_C_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_C_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_C_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_C_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_C_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_C_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_C_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_C_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_C_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_C_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_KeyPad_C_BndEvt__SBZInteractable_Keypad_C_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000B0, "Wrong size on BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_KeyPad_C_BndEvt__LanternCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeyPad_C_Swish \ +static_assert(alignof(BP_KeyPad_C_Swish) == 0x000008, "Wrong alignment on BP_KeyPad_C_Swish"); \ +static_assert(sizeof(BP_KeyPad_C_Swish) == 0x000008, "Wrong size on BP_KeyPad_C_Swish"); \ +static_assert(offsetof(BP_KeyPad_C_Swish, MeshComp) == 0x000000, "Member 'BP_KeyPad_C_Swish::MeshComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeyPad_C_KeypadPressed \ +static_assert(alignof(BP_KeyPad_C_KeypadPressed) == 0x000008, "Wrong alignment on BP_KeyPad_C_KeypadPressed"); \ +static_assert(sizeof(BP_KeyPad_C_KeypadPressed) == 0x000018, "Wrong size on BP_KeyPad_C_KeypadPressed"); \ +static_assert(offsetof(BP_KeyPad_C_KeypadPressed, Interactable) == 0x000000, "Member 'BP_KeyPad_C_KeypadPressed::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_KeypadPressed, Interactor) == 0x000008, "Member 'BP_KeyPad_C_KeypadPressed::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_KeypadPressed, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_KeyPad_C_KeypadPressed::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeyPad_C_CurveEvalTick_DC2B4F6345224029FFE2ADA8E9E15E94 \ +static_assert(alignof(BP_KeyPad_C_CurveEvalTick_DC2B4F6345224029FFE2ADA8E9E15E94) == 0x000008, "Wrong alignment on BP_KeyPad_C_CurveEvalTick_DC2B4F6345224029FFE2ADA8E9E15E94"); \ +static_assert(sizeof(BP_KeyPad_C_CurveEvalTick_DC2B4F6345224029FFE2ADA8E9E15E94) == 0x000018, "Wrong size on BP_KeyPad_C_CurveEvalTick_DC2B4F6345224029FFE2ADA8E9E15E94"); \ +static_assert(offsetof(BP_KeyPad_C_CurveEvalTick_DC2B4F6345224029FFE2ADA8E9E15E94, CurveFloatTimer) == 0x000000, "Member 'BP_KeyPad_C_CurveEvalTick_DC2B4F6345224029FFE2ADA8E9E15E94::CurveFloatTimer' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_CurveEvalTick_DC2B4F6345224029FFE2ADA8E9E15E94, CurveElapsedTime) == 0x000008, "Member 'BP_KeyPad_C_CurveEvalTick_DC2B4F6345224029FFE2ADA8E9E15E94::CurveElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_CurveEvalTick_DC2B4F6345224029FFE2ADA8E9E15E94, CurveTimeSinceLast) == 0x00000C, "Member 'BP_KeyPad_C_CurveEvalTick_DC2B4F6345224029FFE2ADA8E9E15E94::CurveTimeSinceLast' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_CurveEvalTick_DC2B4F6345224029FFE2ADA8E9E15E94, CurveValue) == 0x000010, "Member 'BP_KeyPad_C_CurveEvalTick_DC2B4F6345224029FFE2ADA8E9E15E94::CurveValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_CurveEvalTick_DC2B4F6345224029FFE2ADA8E9E15E94, CurveTime) == 0x000014, "Member 'BP_KeyPad_C_CurveEvalTick_DC2B4F6345224029FFE2ADA8E9E15E94::CurveTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeyPad_C_CurveFinished_DC2B4F6345224029FFE2ADA8E9E15E94 \ +static_assert(alignof(BP_KeyPad_C_CurveFinished_DC2B4F6345224029FFE2ADA8E9E15E94) == 0x000008, "Wrong alignment on BP_KeyPad_C_CurveFinished_DC2B4F6345224029FFE2ADA8E9E15E94"); \ +static_assert(sizeof(BP_KeyPad_C_CurveFinished_DC2B4F6345224029FFE2ADA8E9E15E94) == 0x000018, "Wrong size on BP_KeyPad_C_CurveFinished_DC2B4F6345224029FFE2ADA8E9E15E94"); \ +static_assert(offsetof(BP_KeyPad_C_CurveFinished_DC2B4F6345224029FFE2ADA8E9E15E94, CurveFloatTimer) == 0x000000, "Member 'BP_KeyPad_C_CurveFinished_DC2B4F6345224029FFE2ADA8E9E15E94::CurveFloatTimer' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_CurveFinished_DC2B4F6345224029FFE2ADA8E9E15E94, CurveElapsedTime) == 0x000008, "Member 'BP_KeyPad_C_CurveFinished_DC2B4F6345224029FFE2ADA8E9E15E94::CurveElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_CurveFinished_DC2B4F6345224029FFE2ADA8E9E15E94, CurveTimeSinceLast) == 0x00000C, "Member 'BP_KeyPad_C_CurveFinished_DC2B4F6345224029FFE2ADA8E9E15E94::CurveTimeSinceLast' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_CurveFinished_DC2B4F6345224029FFE2ADA8E9E15E94, CurveValue) == 0x000010, "Member 'BP_KeyPad_C_CurveFinished_DC2B4F6345224029FFE2ADA8E9E15E94::CurveValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_CurveFinished_DC2B4F6345224029FFE2ADA8E9E15E94, CurveTime) == 0x000014, "Member 'BP_KeyPad_C_CurveFinished_DC2B4F6345224029FFE2ADA8E9E15E94::CurveTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeyPad_C_UserConstructionScript \ +static_assert(alignof(BP_KeyPad_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_KeyPad_C_UserConstructionScript"); \ +static_assert(sizeof(BP_KeyPad_C_UserConstructionScript) == 0x000050, "Wrong size on BP_KeyPad_C_UserConstructionScript"); \ +static_assert(offsetof(BP_KeyPad_C_UserConstructionScript, K2Node_MakeMap_Map) == 0x000000, "Member 'BP_KeyPad_C_UserConstructionScript::K2Node_MakeMap_Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeyPad_C_SetInteractionEnabled \ +static_assert(alignof(BP_KeyPad_C_SetInteractionEnabled) == 0x000008, "Wrong alignment on BP_KeyPad_C_SetInteractionEnabled"); \ +static_assert(sizeof(BP_KeyPad_C_SetInteractionEnabled) == 0x000048, "Wrong size on BP_KeyPad_C_SetInteractionEnabled"); \ +static_assert(offsetof(BP_KeyPad_C_SetInteractionEnabled, bEnabled) == 0x000000, "Member 'BP_KeyPad_C_SetInteractionEnabled::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetInteractionEnabled, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_KeyPad_C_SetInteractionEnabled::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetInteractionEnabled, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_KeyPad_C_SetInteractionEnabled::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetInteractionEnabled, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_KeyPad_C_SetInteractionEnabled::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetInteractionEnabled, CallFunc_Map_Keys_Keys) == 0x000010, "Member 'BP_KeyPad_C_SetInteractionEnabled::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetInteractionEnabled, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_KeyPad_C_SetInteractionEnabled::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetInteractionEnabled, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_KeyPad_C_SetInteractionEnabled::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetInteractionEnabled, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_KeyPad_C_SetInteractionEnabled::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetInteractionEnabled, K2Node_DynamicCast_AsSBZInteractable_Component) == 0x000038, "Member 'BP_KeyPad_C_SetInteractionEnabled::K2Node_DynamicCast_AsSBZInteractable_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetInteractionEnabled, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_KeyPad_C_SetInteractionEnabled::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeyPad_C_UpdateMaterials \ +static_assert(alignof(BP_KeyPad_C_UpdateMaterials) == 0x000008, "Wrong alignment on BP_KeyPad_C_UpdateMaterials"); \ +static_assert(sizeof(BP_KeyPad_C_UpdateMaterials) == 0x0000D0, "Wrong size on BP_KeyPad_C_UpdateMaterials"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, AllDigitsCounter) == 0x000000, "Member 'BP_KeyPad_C_UpdateMaterials::AllDigitsCounter' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, DigitCounter) == 0x000004, "Member 'BP_KeyPad_C_UpdateMaterials::DigitCounter' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, Weights) == 0x000008, "Member 'BP_KeyPad_C_UpdateMaterials::Weights' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_Percent_IntInt_ReturnValue) == 0x000018, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BP_KeyPad_C_UpdateMaterials::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_KeyPad_C_UpdateMaterials::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, Temp_int_Loop_Counter_Variable_1) == 0x000028, "Member 'BP_KeyPad_C_UpdateMaterials::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_Add_IntInt_ReturnValue_1) == 0x00002C, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, Temp_int_Array_Index_Variable_1) == 0x000030, "Member 'BP_KeyPad_C_UpdateMaterials::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, Temp_float_Variable) == 0x000034, "Member 'BP_KeyPad_C_UpdateMaterials::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_Add_IntInt_ReturnValue_2) == 0x000038, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00003C, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000040, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_Greater_IntInt_ReturnValue) == 0x000048, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, Temp_bool_Variable) == 0x000049, "Member 'BP_KeyPad_C_UpdateMaterials::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00004A, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x00004C, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, Temp_float_Variable_1) == 0x000050, "Member 'BP_KeyPad_C_UpdateMaterials::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_Map_Length_ReturnValue) == 0x000054, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_Array_Length_ReturnValue_1) == 0x00005C, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_Array_Get_Item_1) == 0x000064, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_MaxOfFloatArray_IndexOfMaxValue) == 0x000068, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_MaxOfFloatArray_IndexOfMaxValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_MaxOfFloatArray_MaxValue) == 0x00006C, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_MaxOfFloatArray_MaxValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, Temp_int_Variable) == 0x000070, "Member 'BP_KeyPad_C_UpdateMaterials::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000074, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, K2Node_Select_Default) == 0x000078, "Member 'BP_KeyPad_C_UpdateMaterials::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00007C, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_Add_IntInt_ReturnValue_3) == 0x000080, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_Map_Values_Values) == 0x000088, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_Divide_IntInt_ReturnValue) == 0x000098, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_Array_Get_Item_2) == 0x0000A0, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_GetChildComponent_ReturnValue) == 0x0000A8, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_GetChildComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_Array_Length_ReturnValue_2) == 0x0000B0, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, K2Node_DynamicCast_AsMesh_Component) == 0x0000B8, "Member 'BP_KeyPad_C_UpdateMaterials::K2Node_DynamicCast_AsMesh_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, K2Node_DynamicCast_bSuccess) == 0x0000C0, "Member 'BP_KeyPad_C_UpdateMaterials::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000C1, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, Temp_bool_Variable_1) == 0x0000C2, "Member 'BP_KeyPad_C_UpdateMaterials::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_Array_Get_Item_3) == 0x0000C4, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000C8, "Member 'BP_KeyPad_C_UpdateMaterials::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateMaterials, K2Node_Select_Default_1) == 0x0000CC, "Member 'BP_KeyPad_C_UpdateMaterials::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeyPad_C_RandomizeCodes \ +static_assert(alignof(BP_KeyPad_C_RandomizeCodes) == 0x000004, "Wrong alignment on BP_KeyPad_C_RandomizeCodes"); \ +static_assert(sizeof(BP_KeyPad_C_RandomizeCodes) == 0x000014, "Wrong size on BP_KeyPad_C_RandomizeCodes"); \ +static_assert(offsetof(BP_KeyPad_C_RandomizeCodes, Temp_int_Variable) == 0x000000, "Member 'BP_KeyPad_C_RandomizeCodes::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_RandomizeCodes, CallFunc_RandomInteger_ReturnValue) == 0x000004, "Member 'BP_KeyPad_C_RandomizeCodes::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_RandomizeCodes, CallFunc_Array_Add_ReturnValue) == 0x000008, "Member 'BP_KeyPad_C_RandomizeCodes::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_RandomizeCodes, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00000C, "Member 'BP_KeyPad_C_RandomizeCodes::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_RandomizeCodes, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_KeyPad_C_RandomizeCodes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeyPad_C_NextDigit \ +static_assert(alignof(BP_KeyPad_C_NextDigit) == 0x000004, "Wrong alignment on BP_KeyPad_C_NextDigit"); \ +static_assert(sizeof(BP_KeyPad_C_NextDigit) == 0x000020, "Wrong size on BP_KeyPad_C_NextDigit"); \ +static_assert(offsetof(BP_KeyPad_C_NextDigit, ReturnValue) == 0x000000, "Member 'BP_KeyPad_C_NextDigit::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_NextDigit, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'BP_KeyPad_C_NextDigit::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_NextDigit, CallFunc_Array_Get_Item) == 0x000008, "Member 'BP_KeyPad_C_NextDigit::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_NextDigit, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00000C, "Member 'BP_KeyPad_C_NextDigit::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_NextDigit, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x000010, "Member 'BP_KeyPad_C_NextDigit::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_NextDigit, CallFunc_FTrunc_ReturnValue) == 0x000014, "Member 'BP_KeyPad_C_NextDigit::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_NextDigit, CallFunc_Divide_IntInt_ReturnValue) == 0x000018, "Member 'BP_KeyPad_C_NextDigit::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_NextDigit, CallFunc_Percent_IntInt_ReturnValue) == 0x00001C, "Member 'BP_KeyPad_C_NextDigit::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeyPad_C_UpdateCodeNotes \ +static_assert(alignof(BP_KeyPad_C_UpdateCodeNotes) == 0x000008, "Wrong alignment on BP_KeyPad_C_UpdateCodeNotes"); \ +static_assert(sizeof(BP_KeyPad_C_UpdateCodeNotes) == 0x000080, "Wrong size on BP_KeyPad_C_UpdateCodeNotes"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, TrueCodeIndex) == 0x000000, "Member 'BP_KeyPad_C_UpdateCodeNotes::TrueCodeIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, RandomCode) == 0x000004, "Member 'BP_KeyPad_C_UpdateCodeNotes::RandomCode' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'BP_KeyPad_C_UpdateCodeNotes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, CallFunc_Array_Length_ReturnValue_1) == 0x00000C, "Member 'BP_KeyPad_C_UpdateCodeNotes::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, CallFunc_RandomInteger_ReturnValue) == 0x000010, "Member 'BP_KeyPad_C_UpdateCodeNotes::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_KeyPad_C_UpdateCodeNotes::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_KeyPad_C_UpdateCodeNotes::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, CallFunc_Array_Get_Item_1) == 0x000024, "Member 'BP_KeyPad_C_UpdateCodeNotes::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000028, "Member 'BP_KeyPad_C_UpdateCodeNotes::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, CallFunc_RandomInteger_ReturnValue_1) == 0x00002C, "Member 'BP_KeyPad_C_UpdateCodeNotes::CallFunc_RandomInteger_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'BP_KeyPad_C_UpdateCodeNotes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BP_KeyPad_C_UpdateCodeNotes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, CallFunc_Array_Get_Item_2) == 0x000038, "Member 'BP_KeyPad_C_UpdateCodeNotes::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'BP_KeyPad_C_UpdateCodeNotes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, CallFunc_RandomInteger_ReturnValue_2) == 0x000040, "Member 'BP_KeyPad_C_UpdateCodeNotes::CallFunc_RandomInteger_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000044, "Member 'BP_KeyPad_C_UpdateCodeNotes::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, Temp_int_Array_Index_Variable) == 0x000048, "Member 'BP_KeyPad_C_UpdateCodeNotes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, CallFunc_Array_Length_ReturnValue_2) == 0x00004C, "Member 'BP_KeyPad_C_UpdateCodeNotes::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, CallFunc_Array_Get_Item_3) == 0x000050, "Member 'BP_KeyPad_C_UpdateCodeNotes::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000058, "Member 'BP_KeyPad_C_UpdateCodeNotes::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, CallFunc_Array_Length_ReturnValue_3) == 0x00005C, "Member 'BP_KeyPad_C_UpdateCodeNotes::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, CallFunc_RandomInteger_ReturnValue_3) == 0x000060, "Member 'BP_KeyPad_C_UpdateCodeNotes::CallFunc_RandomInteger_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, Temp_int_Loop_Counter_Variable_1) == 0x000064, "Member 'BP_KeyPad_C_UpdateCodeNotes::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, CallFunc_Less_IntInt_ReturnValue_1) == 0x000068, "Member 'BP_KeyPad_C_UpdateCodeNotes::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, CallFunc_Add_IntInt_ReturnValue_1) == 0x00006C, "Member 'BP_KeyPad_C_UpdateCodeNotes::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, Temp_int_Array_Index_Variable_1) == 0x000070, "Member 'BP_KeyPad_C_UpdateCodeNotes::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, CallFunc_HasAuthority_ReturnValue) == 0x000074, "Member 'BP_KeyPad_C_UpdateCodeNotes::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000075, "Member 'BP_KeyPad_C_UpdateCodeNotes::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, Temp_bool_Variable) == 0x000076, "Member 'BP_KeyPad_C_UpdateCodeNotes::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, CallFunc_HasAuthority_ReturnValue_1) == 0x000077, "Member 'BP_KeyPad_C_UpdateCodeNotes::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_UpdateCodeNotes, K2Node_Select_Default) == 0x000078, "Member 'BP_KeyPad_C_UpdateCodeNotes::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeyPad_C_SetInteractableFeedback \ +static_assert(alignof(BP_KeyPad_C_SetInteractableFeedback) == 0x000008, "Wrong alignment on BP_KeyPad_C_SetInteractableFeedback"); \ +static_assert(sizeof(BP_KeyPad_C_SetInteractableFeedback) == 0x000068, "Wrong size on BP_KeyPad_C_SetInteractableFeedback"); \ +static_assert(offsetof(BP_KeyPad_C_SetInteractableFeedback, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_KeyPad_C_SetInteractableFeedback::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetInteractableFeedback, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_KeyPad_C_SetInteractableFeedback::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetInteractableFeedback, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_KeyPad_C_SetInteractableFeedback::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetInteractableFeedback, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'BP_KeyPad_C_SetInteractableFeedback::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetInteractableFeedback, CallFunc_Map_Keys_Keys) == 0x000010, "Member 'BP_KeyPad_C_SetInteractableFeedback::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetInteractableFeedback, CallFunc_Map_Values_Values) == 0x000020, "Member 'BP_KeyPad_C_SetInteractableFeedback::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetInteractableFeedback, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_KeyPad_C_SetInteractableFeedback::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetInteractableFeedback, CallFunc_Array_Get_Item_1) == 0x000038, "Member 'BP_KeyPad_C_SetInteractableFeedback::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetInteractableFeedback, K2Node_DynamicCast_AsSBZInteractable_Component) == 0x000040, "Member 'BP_KeyPad_C_SetInteractableFeedback::K2Node_DynamicCast_AsSBZInteractable_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetInteractableFeedback, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_KeyPad_C_SetInteractableFeedback::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetInteractableFeedback, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'BP_KeyPad_C_SetInteractableFeedback::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetInteractableFeedback, CallFunc_Array_Length_ReturnValue_1) == 0x000050, "Member 'BP_KeyPad_C_SetInteractableFeedback::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetInteractableFeedback, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'BP_KeyPad_C_SetInteractableFeedback::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetInteractableFeedback, Temp_int_Loop_Counter_Variable_1) == 0x000058, "Member 'BP_KeyPad_C_SetInteractableFeedback::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetInteractableFeedback, CallFunc_Less_IntInt_ReturnValue_1) == 0x00005C, "Member 'BP_KeyPad_C_SetInteractableFeedback::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetInteractableFeedback, CallFunc_Add_IntInt_ReturnValue_1) == 0x000060, "Member 'BP_KeyPad_C_SetInteractableFeedback::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeyPad_C_SetComponentFocusedState \ +static_assert(alignof(BP_KeyPad_C_SetComponentFocusedState) == 0x000008, "Wrong alignment on BP_KeyPad_C_SetComponentFocusedState"); \ +static_assert(sizeof(BP_KeyPad_C_SetComponentFocusedState) == 0x000018, "Wrong size on BP_KeyPad_C_SetComponentFocusedState"); \ +static_assert(offsetof(BP_KeyPad_C_SetComponentFocusedState, Mesh) == 0x000000, "Member 'BP_KeyPad_C_SetComponentFocusedState::Mesh' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetComponentFocusedState, Focused) == 0x000008, "Member 'BP_KeyPad_C_SetComponentFocusedState::Focused' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetComponentFocusedState, Temp_bool_Variable) == 0x000009, "Member 'BP_KeyPad_C_SetComponentFocusedState::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetComponentFocusedState, Temp_int_Variable) == 0x00000C, "Member 'BP_KeyPad_C_SetComponentFocusedState::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetComponentFocusedState, Temp_int_Variable_1) == 0x000010, "Member 'BP_KeyPad_C_SetComponentFocusedState::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeyPad_C_SetComponentFocusedState, K2Node_Select_Default) == 0x000014, "Member 'BP_KeyPad_C_SetComponentFocusedState::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_KeyPad_C \ +static_assert(alignof(ABP_KeyPad_C) == 0x000008, "Wrong alignment on ABP_KeyPad_C"); \ +static_assert(sizeof(ABP_KeyPad_C) == 0x0004C8, "Wrong size on ABP_KeyPad_C"); \ +static_assert(offsetof(ABP_KeyPad_C, UberGraphFrame) == 0x0002A8, "Member 'ABP_KeyPad_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, PowerLight) == 0x0002B0, "Member 'ABP_KeyPad_C::PowerLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, SBZInteractable_Keypad_E) == 0x0002B8, "Member 'ABP_KeyPad_C::SBZInteractable_Keypad_E' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, SBZInteractable_Keypad_C) == 0x0002C0, "Member 'ABP_KeyPad_C::SBZInteractable_Keypad_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, Plane_E) == 0x0002C8, "Member 'ABP_KeyPad_C::Plane_E' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, LanternCapsule) == 0x0002D0, "Member 'ABP_KeyPad_C::LanternCapsule' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, Plane_0) == 0x0002D8, "Member 'ABP_KeyPad_C::Plane_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, Plane_8) == 0x0002E0, "Member 'ABP_KeyPad_C::Plane_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, Plane_9) == 0x0002E8, "Member 'ABP_KeyPad_C::Plane_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, Plane_7) == 0x0002F0, "Member 'ABP_KeyPad_C::Plane_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, Plane_5) == 0x0002F8, "Member 'ABP_KeyPad_C::Plane_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, Plane_4) == 0x000300, "Member 'ABP_KeyPad_C::Plane_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, Plane_3) == 0x000308, "Member 'ABP_KeyPad_C::Plane_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, Plane_2) == 0x000310, "Member 'ABP_KeyPad_C::Plane_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, Plane_1) == 0x000318, "Member 'ABP_KeyPad_C::Plane_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, Plane_6) == 0x000320, "Member 'ABP_KeyPad_C::Plane_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, CodeWidget) == 0x000328, "Member 'ABP_KeyPad_C::CodeWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, SBZInteractable_Keypad_9) == 0x000330, "Member 'ABP_KeyPad_C::SBZInteractable_Keypad_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, SBZInteractable_Keypad_8) == 0x000338, "Member 'ABP_KeyPad_C::SBZInteractable_Keypad_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, SBZInteractable_Keypad_7) == 0x000340, "Member 'ABP_KeyPad_C::SBZInteractable_Keypad_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, SBZInteractable_Keypad_6) == 0x000348, "Member 'ABP_KeyPad_C::SBZInteractable_Keypad_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, SBZInteractable_Keypad_5) == 0x000350, "Member 'ABP_KeyPad_C::SBZInteractable_Keypad_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, SBZInteractable_Keypad_4) == 0x000358, "Member 'ABP_KeyPad_C::SBZInteractable_Keypad_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, SBZInteractable_Keypad_3) == 0x000360, "Member 'ABP_KeyPad_C::SBZInteractable_Keypad_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, SBZInteractable_Keypad_2) == 0x000368, "Member 'ABP_KeyPad_C::SBZInteractable_Keypad_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, SBZInteractable_Keypad_1) == 0x000370, "Member 'ABP_KeyPad_C::SBZInteractable_Keypad_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, SBZInteractable_Keypad_0) == 0x000378, "Member 'ABP_KeyPad_C::SBZInteractable_Keypad_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, keypad_keypad_num_E) == 0x000380, "Member 'ABP_KeyPad_C::keypad_keypad_num_E' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, keypad_keypad_num_C) == 0x000388, "Member 'ABP_KeyPad_C::keypad_keypad_num_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, keypad_keypad_num_9) == 0x000390, "Member 'ABP_KeyPad_C::keypad_keypad_num_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, keypad_keypad_num_8) == 0x000398, "Member 'ABP_KeyPad_C::keypad_keypad_num_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, keypad_keypad_num_7) == 0x0003A0, "Member 'ABP_KeyPad_C::keypad_keypad_num_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, keypad_keypad_num_0) == 0x0003A8, "Member 'ABP_KeyPad_C::keypad_keypad_num_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, keypad_keypad_num_5) == 0x0003B0, "Member 'ABP_KeyPad_C::keypad_keypad_num_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, keypad_keypad_num_4) == 0x0003B8, "Member 'ABP_KeyPad_C::keypad_keypad_num_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, keypad_keypad_num_3) == 0x0003C0, "Member 'ABP_KeyPad_C::keypad_keypad_num_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, keypad_keypad_num_2) == 0x0003C8, "Member 'ABP_KeyPad_C::keypad_keypad_num_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, keypad_keypad_num_1) == 0x0003D0, "Member 'ABP_KeyPad_C::keypad_keypad_num_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, keypad_keypad_num_6) == 0x0003D8, "Member 'ABP_KeyPad_C::keypad_keypad_num_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, BaseKeypadMesh) == 0x0003E0, "Member 'ABP_KeyPad_C::BaseKeypadMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, DefaultSceneRoot) == 0x0003E8, "Member 'ABP_KeyPad_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, bIsInteractable) == 0x0003F0, "Member 'ABP_KeyPad_C::bIsInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, bHasHighlights) == 0x0003F1, "Member 'ABP_KeyPad_C::bHasHighlights' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, bRandomizeAtBeginPlay) == 0x0003F2, "Member 'ABP_KeyPad_C::bRandomizeAtBeginPlay' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, InteractableMeshMap) == 0x0003F8, "Member 'ABP_KeyPad_C::InteractableMeshMap' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, NumberOfCodes) == 0x000448, "Member 'ABP_KeyPad_C::NumberOfCodes' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, CorrectCodeIndex) == 0x00044C, "Member 'ABP_KeyPad_C::CorrectCodeIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, Codes) == 0x000450, "Member 'ABP_KeyPad_C::Codes' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, GuessedCode) == 0x000460, "Member 'ABP_KeyPad_C::GuessedCode' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, Inputs) == 0x000464, "Member 'ABP_KeyPad_C::Inputs' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, CodeCorrect) == 0x000468, "Member 'ABP_KeyPad_C::CodeCorrect' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, CodeIncorrect) == 0x000478, "Member 'ABP_KeyPad_C::CodeIncorrect' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, CodeGuessedCorrect) == 0x000488, "Member 'ABP_KeyPad_C::CodeGuessedCorrect' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, PossibleCodeShowers) == 0x000490, "Member 'ABP_KeyPad_C::PossibleCodeShowers' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, NumberOfCodesInArray) == 0x0004A0, "Member 'ABP_KeyPad_C::NumberOfCodesInArray' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, UseHackableComputerRef) == 0x0004B0, "Member 'ABP_KeyPad_C::UseHackableComputerRef' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeyPad_C, HackableComputerRef) == 0x0004B8, "Member 'ABP_KeyPad_C::HackableComputerRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UVLightPlayer_C_ExecuteUbergraph_BP_UVLightPlayer \ +static_assert(alignof(BP_UVLightPlayer_C_ExecuteUbergraph_BP_UVLightPlayer) == 0x000004, "Wrong alignment on BP_UVLightPlayer_C_ExecuteUbergraph_BP_UVLightPlayer"); \ +static_assert(sizeof(BP_UVLightPlayer_C_ExecuteUbergraph_BP_UVLightPlayer) == 0x00000C, "Wrong size on BP_UVLightPlayer_C_ExecuteUbergraph_BP_UVLightPlayer"); \ +static_assert(offsetof(BP_UVLightPlayer_C_ExecuteUbergraph_BP_UVLightPlayer, EntryPoint) == 0x000000, "Member 'BP_UVLightPlayer_C_ExecuteUbergraph_BP_UVLightPlayer::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_UVLightPlayer_C_ExecuteUbergraph_BP_UVLightPlayer, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_UVLightPlayer_C_ExecuteUbergraph_BP_UVLightPlayer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UVLightPlayer_C_ExecuteUbergraph_BP_UVLightPlayer, K2Node_Event_DeltaSeconds) == 0x000008, "Member 'BP_UVLightPlayer_C_ExecuteUbergraph_BP_UVLightPlayer::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UVLightPlayer_C_ReceiveTick \ +static_assert(alignof(BP_UVLightPlayer_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_UVLightPlayer_C_ReceiveTick"); \ +static_assert(sizeof(BP_UVLightPlayer_C_ReceiveTick) == 0x000004, "Wrong size on BP_UVLightPlayer_C_ReceiveTick"); \ +static_assert(offsetof(BP_UVLightPlayer_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_UVLightPlayer_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_UVLightPlayer_C \ +static_assert(alignof(ABP_UVLightPlayer_C) == 0x000008, "Wrong alignment on ABP_UVLightPlayer_C"); \ +static_assert(sizeof(ABP_UVLightPlayer_C) == 0x0002D0, "Wrong size on ABP_UVLightPlayer_C"); \ +static_assert(offsetof(ABP_UVLightPlayer_C, UberGraphFrame) == 0x0002C0, "Member 'ABP_UVLightPlayer_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_UVLightPlayer_C, KeyPad) == 0x0002C8, "Member 'ABP_UVLightPlayer_C::KeyPad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGE_Hacker_GlitchProtocol_C \ +static_assert(alignof(UGE_Hacker_GlitchProtocol_C) == 0x000008, "Wrong alignment on UGE_Hacker_GlitchProtocol_C"); \ +static_assert(sizeof(UGE_Hacker_GlitchProtocol_C) == 0x0008C0, "Wrong size on UGE_Hacker_GlitchProtocol_C"); \ + +#define DUMPER7_ASSERTS_UNQF_GuardIdle_C \ +static_assert(alignof(UNQF_GuardIdle_C) == 0x000008, "Wrong alignment on UNQF_GuardIdle_C"); \ +static_assert(sizeof(UNQF_GuardIdle_C) == 0x000050, "Wrong size on UNQF_GuardIdle_C"); \ + +#define DUMPER7_ASSERTS_CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard \ +static_assert(alignof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard) == 0x000008, "Wrong alignment on CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard"); \ +static_assert(sizeof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard) == 0x0000A8, "Wrong size on CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, EntryPoint) == 0x000000, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, CallFunc_IsDedicatedServer_ReturnValue) == 0x000004, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, Temp_bool_Has_Been_Initd_Variable) == 0x000005, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, Temp_bool_IsClosed_Variable) == 0x000006, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, CallFunc_HasAuthority_ReturnValue) == 0x000007, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, K2Node_Event_OldState) == 0x000008, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::K2Node_Event_OldState' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, K2Node_Event_NewState) == 0x000009, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, K2Node_SwitchEnum_CmpSuccess) == 0x00000A, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, CallFunc_GetSeed_ReturnValue) == 0x00000C, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::CallFunc_GetSeed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, CallFunc_GetMixedRandomStream_ReturnValue) == 0x000010, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::CallFunc_GetMixedRandomStream_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, Temp_delegate_Variable) == 0x000018, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x00002C, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, CallFunc_GetGameState_ReturnValue) == 0x000030, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, K2Node_DynamicCast_AsPD3Heist_Game_State) == 0x000038, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::K2Node_DynamicCast_AsPD3Heist_Game_State' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, CallFunc_HasAuthority_ReturnValue_1) == 0x000041, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, CallFunc_CreateActionData_ReturnValue) == 0x000048, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::CallFunc_CreateActionData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, CallFunc_PushAction_ReturnValue) == 0x000050, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::CallFunc_PushAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, CallFunc_MakeLiteralByte_ReturnValue) == 0x000058, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, CallFunc_HasAnyMatchingGameplayTags_ReturnValue) == 0x000059, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::CallFunc_HasAnyMatchingGameplayTags_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, CallFunc_GreaterEqual_ByteByte_ReturnValue) == 0x00005A, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::CallFunc_GreaterEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, Temp_struct_Variable) == 0x000060, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, Temp_delegate_Variable_1) == 0x000070, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, Temp_struct_Variable_1) == 0x000088, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, CallFunc_PostAkEvent_ReturnValue) == 0x000098, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, CallFunc_PostAkEvent_ReturnValue_1) == 0x00009C, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::CallFunc_PostAkEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard, CallFunc_IsDedicatedServer_ReturnValue_1) == 0x0000A0, "Member 'CH_SecurityGuard_C_ExecuteUbergraph_CH_SecurityGuard::CallFunc_IsDedicatedServer_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CH_SecurityGuard_C_BP_OnHeistStateChanged \ +static_assert(alignof(CH_SecurityGuard_C_BP_OnHeistStateChanged) == 0x000001, "Wrong alignment on CH_SecurityGuard_C_BP_OnHeistStateChanged"); \ +static_assert(sizeof(CH_SecurityGuard_C_BP_OnHeistStateChanged) == 0x000002, "Wrong size on CH_SecurityGuard_C_BP_OnHeistStateChanged"); \ +static_assert(offsetof(CH_SecurityGuard_C_BP_OnHeistStateChanged, OldState) == 0x000000, "Member 'CH_SecurityGuard_C_BP_OnHeistStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(CH_SecurityGuard_C_BP_OnHeistStateChanged, NewState) == 0x000001, "Member 'CH_SecurityGuard_C_BP_OnHeistStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACH_SecurityGuard_C \ +static_assert(alignof(ACH_SecurityGuard_C) == 0x000010, "Wrong alignment on ACH_SecurityGuard_C"); \ +static_assert(sizeof(ACH_SecurityGuard_C) == 0x001D40, "Wrong size on ACH_SecurityGuard_C"); \ +static_assert(offsetof(ACH_SecurityGuard_C, UberGraphFrame) == 0x001CF0, "Member 'ACH_SecurityGuard_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ACH_SecurityGuard_C, SBZShoutTarget) == 0x001CF8, "Member 'ACH_SecurityGuard_C::SBZShoutTarget' has a wrong offset!"); \ +static_assert(offsetof(ACH_SecurityGuard_C, AttachPoint) == 0x001D00, "Member 'ACH_SecurityGuard_C::AttachPoint' has a wrong offset!"); \ +static_assert(offsetof(ACH_SecurityGuard_C, SBZAIStimuliReaction) == 0x001D08, "Member 'ACH_SecurityGuard_C::SBZAIStimuliReaction' has a wrong offset!"); \ +static_assert(offsetof(ACH_SecurityGuard_C, SurrenderDelayRange) == 0x001D10, "Member 'ACH_SecurityGuard_C::SurrenderDelayRange' has a wrong offset!"); \ +static_assert(offsetof(ACH_SecurityGuard_C, SurrenderTagContainer) == 0x001D20, "Member 'ACH_SecurityGuard_C::SurrenderTagContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Action_TouchReaction_C \ +static_assert(alignof(UBP_Action_TouchReaction_C) == 0x000008, "Wrong alignment on UBP_Action_TouchReaction_C"); \ +static_assert(sizeof(UBP_Action_TouchReaction_C) == 0x000160, "Wrong size on UBP_Action_TouchReaction_C"); \ + +#define DUMPER7_ASSERTS_BP_Order_TouchReaction_C_ExecPredicate \ +static_assert(alignof(BP_Order_TouchReaction_C_ExecPredicate) == 0x000008, "Wrong alignment on BP_Order_TouchReaction_C_ExecPredicate"); \ +static_assert(sizeof(BP_Order_TouchReaction_C_ExecPredicate) == 0x000048, "Wrong size on BP_Order_TouchReaction_C_ExecPredicate"); \ +static_assert(offsetof(BP_Order_TouchReaction_C_ExecPredicate, Owner) == 0x000000, "Member 'BP_Order_TouchReaction_C_ExecPredicate::Owner' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_TouchReaction_C_ExecPredicate, ReturnValue) == 0x000008, "Member 'BP_Order_TouchReaction_C_ExecPredicate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_TouchReaction_C_ExecPredicate, Criminal) == 0x00000C, "Member 'BP_Order_TouchReaction_C_ExecPredicate::Criminal' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_TouchReaction_C_ExecPredicate, CallFunc_ExecPredicate_ReturnValue) == 0x000018, "Member 'BP_Order_TouchReaction_C_ExecPredicate::CallFunc_ExecPredicate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_TouchReaction_C_ExecPredicate, K2Node_DynamicCast_AsSBZAIController) == 0x000020, "Member 'BP_Order_TouchReaction_C_ExecPredicate::K2Node_DynamicCast_AsSBZAIController' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_TouchReaction_C_ExecPredicate, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_Order_TouchReaction_C_ExecPredicate::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_TouchReaction_C_ExecPredicate, CallFunc_GetBlackboard_ReturnValue) == 0x000030, "Member 'BP_Order_TouchReaction_C_ExecPredicate::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_TouchReaction_C_ExecPredicate, CallFunc_GetValueAsObject_ReturnValue) == 0x000038, "Member 'BP_Order_TouchReaction_C_ExecPredicate::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_TouchReaction_C_ExecPredicate, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BP_Order_TouchReaction_C_ExecPredicate::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_TouchReaction_C_ExecPredicate, CallFunc_Not_PreBool_ReturnValue) == 0x000041, "Member 'BP_Order_TouchReaction_C_ExecPredicate::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Order_TouchReaction_C_ExecPredicate, CallFunc_BooleanAND_ReturnValue) == 0x000042, "Member 'BP_Order_TouchReaction_C_ExecPredicate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Order_TouchReaction_C \ +static_assert(alignof(UBP_Order_TouchReaction_C) == 0x000008, "Wrong alignment on UBP_Order_TouchReaction_C"); \ +static_assert(sizeof(UBP_Order_TouchReaction_C) == 0x000130, "Wrong size on UBP_Order_TouchReaction_C"); \ + +#define DUMPER7_ASSERTS_ABP_SSDBagSecured_C \ +static_assert(alignof(ABP_SSDBagSecured_C) == 0x000008, "Wrong alignment on ABP_SSDBagSecured_C"); \ +static_assert(sizeof(ABP_SSDBagSecured_C) == 0x0002C0, "Wrong size on ABP_SSDBagSecured_C"); \ + +#define DUMPER7_ASSERTS_ABP_SSDBag_C \ +static_assert(alignof(ABP_SSDBag_C) == 0x000008, "Wrong alignment on ABP_SSDBag_C"); \ +static_assert(sizeof(ABP_SSDBag_C) == 0x0003D0, "Wrong size on ABP_SSDBag_C"); \ +static_assert(offsetof(ABP_SSDBag_C, SBZOutline) == 0x0003C0, "Member 'ABP_SSDBag_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_SSDBag_C, StaticMesh) == 0x0003C8, "Member 'ABP_SSDBag_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_BackItemOrange_C \ +static_assert(alignof(ABP_BackItemOrange_C) == 0x000008, "Wrong alignment on ABP_BackItemOrange_C"); \ +static_assert(sizeof(ABP_BackItemOrange_C) == 0x000318, "Wrong size on ABP_BackItemOrange_C"); \ + +#define DUMPER7_ASSERTS_UGE_PenthouseBottle_C \ +static_assert(alignof(UGE_PenthouseBottle_C) == 0x000008, "Wrong alignment on UGE_PenthouseBottle_C"); \ +static_assert(sizeof(UGE_PenthouseBottle_C) == 0x0008C0, "Wrong size on UGE_PenthouseBottle_C"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActorWhiskeyBox_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBox \ +static_assert(alignof(BP_ReplicatedBinaryActorWhiskeyBox_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBox) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryActorWhiskeyBox_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBox"); \ +static_assert(sizeof(BP_ReplicatedBinaryActorWhiskeyBox_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBox) == 0x000020, "Wrong size on BP_ReplicatedBinaryActorWhiskeyBox_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBox"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBox_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBox, EntryPoint) == 0x000000, "Member 'BP_ReplicatedBinaryActorWhiskeyBox_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBox::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBox_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBox, K2Node_Event_bStateToChangeTo) == 0x000004, "Member 'BP_ReplicatedBinaryActorWhiskeyBox_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBox::K2Node_Event_bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBox_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBox, K2Node_Event_bDoCosmetics) == 0x000005, "Member 'BP_ReplicatedBinaryActorWhiskeyBox_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBox::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBox_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBox, K2Node_ComponentBoundEvent_Interactable) == 0x000008, "Member 'BP_ReplicatedBinaryActorWhiskeyBox_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBox::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBox_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBox, K2Node_ComponentBoundEvent_Interactor) == 0x000010, "Member 'BP_ReplicatedBinaryActorWhiskeyBox_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBox::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBox_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBox, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000018, "Member 'BP_ReplicatedBinaryActorWhiskeyBox_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBox::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBox_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBox, K2Node_CustomEvent_Enabled) == 0x000019, "Member 'BP_ReplicatedBinaryActorWhiskeyBox_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBox::K2Node_CustomEvent_Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActorWhiskeyBox_C_SetInteractionEnabled \ +static_assert(alignof(BP_ReplicatedBinaryActorWhiskeyBox_C_SetInteractionEnabled) == 0x000001, "Wrong alignment on BP_ReplicatedBinaryActorWhiskeyBox_C_SetInteractionEnabled"); \ +static_assert(sizeof(BP_ReplicatedBinaryActorWhiskeyBox_C_SetInteractionEnabled) == 0x000001, "Wrong size on BP_ReplicatedBinaryActorWhiskeyBox_C_SetInteractionEnabled"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBox_C_SetInteractionEnabled, Enabled) == 0x000000, "Member 'BP_ReplicatedBinaryActorWhiskeyBox_C_SetInteractionEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActorWhiskeyBox_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_ReplicatedBinaryActorWhiskeyBox_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryActorWhiskeyBox_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_ReplicatedBinaryActorWhiskeyBox_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_ReplicatedBinaryActorWhiskeyBox_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBox_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_ReplicatedBinaryActorWhiskeyBox_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBox_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_ReplicatedBinaryActorWhiskeyBox_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBox_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_ReplicatedBinaryActorWhiskeyBox_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActorWhiskeyBox_C_OnStateChanged \ +static_assert(alignof(BP_ReplicatedBinaryActorWhiskeyBox_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_ReplicatedBinaryActorWhiskeyBox_C_OnStateChanged"); \ +static_assert(sizeof(BP_ReplicatedBinaryActorWhiskeyBox_C_OnStateChanged) == 0x000002, "Wrong size on BP_ReplicatedBinaryActorWhiskeyBox_C_OnStateChanged"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBox_C_OnStateChanged, bStateToChangeTo) == 0x000000, "Member 'BP_ReplicatedBinaryActorWhiskeyBox_C_OnStateChanged::bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBox_C_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_ReplicatedBinaryActorWhiskeyBox_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ReplicatedBinaryActorWhiskeyBox_C \ +static_assert(alignof(ABP_ReplicatedBinaryActorWhiskeyBox_C) == 0x000008, "Wrong alignment on ABP_ReplicatedBinaryActorWhiskeyBox_C"); \ +static_assert(sizeof(ABP_ReplicatedBinaryActorWhiskeyBox_C) == 0x000310, "Wrong size on ABP_ReplicatedBinaryActorWhiskeyBox_C"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorWhiskeyBox_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_ReplicatedBinaryActorWhiskeyBox_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorWhiskeyBox_C, WineCase_01) == 0x0002E0, "Member 'ABP_ReplicatedBinaryActorWhiskeyBox_C::WineCase_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorWhiskeyBox_C, SBZInteractable) == 0x0002E8, "Member 'ABP_ReplicatedBinaryActorWhiskeyBox_C::SBZInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorWhiskeyBox_C, SBZOutline) == 0x0002F0, "Member 'ABP_ReplicatedBinaryActorWhiskeyBox_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorWhiskeyBox_C, DefaultSceneRoot) == 0x0002F8, "Member 'ABP_ReplicatedBinaryActorWhiskeyBox_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorWhiskeyBox_C, WhiskeyBottleTaken) == 0x000300, "Member 'ABP_ReplicatedBinaryActorWhiskeyBox_C::WhiskeyBottleTaken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace \ +static_assert(alignof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace"); \ +static_assert(sizeof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace) == 0x0000F0, "Wrong size on BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace, EntryPoint) == 0x000000, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace, K2Node_ComponentBoundEvent_Interactable) == 0x000008, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace, K2Node_ComponentBoundEvent_Interactor) == 0x000010, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000018, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace, K2Node_Event_bStateToChangeTo) == 0x000019, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace::K2Node_Event_bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace, K2Node_Event_bDoCosmetics) == 0x00001A, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000020, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000028, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000030, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000038, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace, K2Node_ComponentBoundEvent_bFromSweep) == 0x00003C, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace, K2Node_ComponentBoundEvent_SweepResult) == 0x000040, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000D0, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace, K2Node_ComponentBoundEvent_OtherActor) == 0x0000D8, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace, K2Node_ComponentBoundEvent_OtherComp) == 0x0000E0, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0000E8, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_ExecuteUbergraph_BP_ReplicatedBinaryActorWhiskeyBottlePlace::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000B0, "Wrong size on BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyBottle_Sphere_1_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_OnStateChanged \ +static_assert(alignof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_OnStateChanged"); \ +static_assert(sizeof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_OnStateChanged) == 0x000002, "Wrong size on BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_OnStateChanged"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_OnStateChanged, bStateToChangeTo) == 0x000000, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_OnStateChanged::bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_ReplicatedBinaryActorWhiskeyBottlePlace_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ReplicatedBinaryActorWhiskeyBottlePlace_C \ +static_assert(alignof(ABP_ReplicatedBinaryActorWhiskeyBottlePlace_C) == 0x000008, "Wrong alignment on ABP_ReplicatedBinaryActorWhiskeyBottlePlace_C"); \ +static_assert(sizeof(ABP_ReplicatedBinaryActorWhiskeyBottlePlace_C) == 0x000320, "Wrong size on ABP_ReplicatedBinaryActorWhiskeyBottlePlace_C"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorWhiskeyBottlePlace_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_ReplicatedBinaryActorWhiskeyBottlePlace_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorWhiskeyBottlePlace_C, Sphere_1) == 0x0002E0, "Member 'ABP_ReplicatedBinaryActorWhiskeyBottlePlace_C::Sphere_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorWhiskeyBottlePlace_C, GlassBottle_01_G) == 0x0002E8, "Member 'ABP_ReplicatedBinaryActorWhiskeyBottlePlace_C::GlassBottle_01_G' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorWhiskeyBottlePlace_C, SBZInteractable) == 0x0002F0, "Member 'ABP_ReplicatedBinaryActorWhiskeyBottlePlace_C::SBZInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorWhiskeyBottlePlace_C, SBZOutline) == 0x0002F8, "Member 'ABP_ReplicatedBinaryActorWhiskeyBottlePlace_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorWhiskeyBottlePlace_C, DefaultSceneRoot) == 0x000300, "Member 'ABP_ReplicatedBinaryActorWhiskeyBottlePlace_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorWhiskeyBottlePlace_C, WhiskeyBottlePlaced) == 0x000308, "Member 'ABP_ReplicatedBinaryActorWhiskeyBottlePlace_C::WhiskeyBottlePlaced' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorWhiskeyBottlePlace_C, Enabled) == 0x000318, "Member 'ABP_ReplicatedBinaryActorWhiskeyBottlePlace_C::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell \ +static_assert(alignof(BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell"); \ +static_assert(sizeof(BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell) == 0x000060, "Wrong size on BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell, EntryPoint) == 0x000000, "Member 'BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell, Temp_bool_Has_Been_Initd_Variable) == 0x000004, "Member 'BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell, Temp_bool_IsClosed_Variable) == 0x000005, "Member 'BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell, K2Node_Event_bStateToChangeTo) == 0x000006, "Member 'BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell::K2Node_Event_bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell, K2Node_Event_bDoCosmetics) == 0x000007, "Member 'BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell, K2Node_ComponentBoundEvent_Interactable_1) == 0x000008, "Member 'BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell::K2Node_ComponentBoundEvent_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell, K2Node_ComponentBoundEvent_Interactor_1) == 0x000010, "Member 'BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell::K2Node_ComponentBoundEvent_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1) == 0x000018, "Member 'BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell, Temp_struct_Variable) == 0x000020, "Member 'BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell, Temp_delegate_Variable) == 0x000030, "Member 'BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell, CallFunc_PostEvent_ReturnValue) == 0x000044, "Member 'BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell, K2Node_ComponentBoundEvent_Interactable) == 0x000048, "Member 'BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell, K2Node_ComponentBoundEvent_Interactor) == 0x000050, "Member 'BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000058, "Member 'BP_ReplicatedBinaryActorServiceBell_C_ExecuteUbergraph_BP_ReplicatedBinaryActorServiceBell::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActorServiceBell_C_BndEvt__BP_ReplicatedBinaryActorServiceBell_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_ReplicatedBinaryActorServiceBell_C_BndEvt__BP_ReplicatedBinaryActorServiceBell_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryActorServiceBell_C_BndEvt__BP_ReplicatedBinaryActorServiceBell_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_ReplicatedBinaryActorServiceBell_C_BndEvt__BP_ReplicatedBinaryActorServiceBell_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_ReplicatedBinaryActorServiceBell_C_BndEvt__BP_ReplicatedBinaryActorServiceBell_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorServiceBell_C_BndEvt__BP_ReplicatedBinaryActorServiceBell_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_ReplicatedBinaryActorServiceBell_C_BndEvt__BP_ReplicatedBinaryActorServiceBell_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorServiceBell_C_BndEvt__BP_ReplicatedBinaryActorServiceBell_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_ReplicatedBinaryActorServiceBell_C_BndEvt__BP_ReplicatedBinaryActorServiceBell_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorServiceBell_C_BndEvt__BP_ReplicatedBinaryActorServiceBell_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_ReplicatedBinaryActorServiceBell_C_BndEvt__BP_ReplicatedBinaryActorServiceBell_SBZInteractable_K2Node_ComponentBoundEvent_1_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActorServiceBell_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_ReplicatedBinaryActorServiceBell_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryActorServiceBell_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_ReplicatedBinaryActorServiceBell_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_ReplicatedBinaryActorServiceBell_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorServiceBell_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_ReplicatedBinaryActorServiceBell_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorServiceBell_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_ReplicatedBinaryActorServiceBell_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorServiceBell_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_ReplicatedBinaryActorServiceBell_C_BndEvt__BP_ReplicatedBinaryActorWhiskeyGlass_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActorServiceBell_C_OnStateChanged \ +static_assert(alignof(BP_ReplicatedBinaryActorServiceBell_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_ReplicatedBinaryActorServiceBell_C_OnStateChanged"); \ +static_assert(sizeof(BP_ReplicatedBinaryActorServiceBell_C_OnStateChanged) == 0x000002, "Wrong size on BP_ReplicatedBinaryActorServiceBell_C_OnStateChanged"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorServiceBell_C_OnStateChanged, bStateToChangeTo) == 0x000000, "Member 'BP_ReplicatedBinaryActorServiceBell_C_OnStateChanged::bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActorServiceBell_C_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_ReplicatedBinaryActorServiceBell_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ReplicatedBinaryActorServiceBell_C \ +static_assert(alignof(ABP_ReplicatedBinaryActorServiceBell_C) == 0x000008, "Wrong alignment on ABP_ReplicatedBinaryActorServiceBell_C"); \ +static_assert(sizeof(ABP_ReplicatedBinaryActorServiceBell_C) == 0x000310, "Wrong size on ABP_ReplicatedBinaryActorServiceBell_C"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorServiceBell_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_ReplicatedBinaryActorServiceBell_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorServiceBell_C, Bell) == 0x0002E0, "Member 'ABP_ReplicatedBinaryActorServiceBell_C::Bell' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorServiceBell_C, SBZInteractable) == 0x0002E8, "Member 'ABP_ReplicatedBinaryActorServiceBell_C::SBZInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorServiceBell_C, SBZOutline) == 0x0002F0, "Member 'ABP_ReplicatedBinaryActorServiceBell_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorServiceBell_C, DefaultSceneRoot) == 0x0002F8, "Member 'ABP_ReplicatedBinaryActorServiceBell_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActorServiceBell_C, BellRinged) == 0x000300, "Member 'ABP_ReplicatedBinaryActorServiceBell_C::BellRinged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas \ +static_assert(alignof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas) == 0x000008, "Wrong alignment on BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas"); \ +static_assert(sizeof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas) == 0x0001B8, "Wrong size on BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, EntryPoint) == 0x000000, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, K2Node_Event_bDoCosmetics) == 0x000004, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, Temp_struct_Variable) == 0x000008, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, Temp_delegate_Variable) == 0x000018, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, Temp_object_Variable) == 0x000030, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, K2Node_ComponentBoundEvent_Component) == 0x000040, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::K2Node_ComponentBoundEvent_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, K2Node_ComponentBoundEvent_bReset) == 0x000048, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::K2Node_ComponentBoundEvent_bReset' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_IsDedicatedServer_ReturnValue) == 0x000049, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_PostEvent_ReturnValue) == 0x00004C, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000050, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x00005C, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000068, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_BreakRotator_Roll) == 0x000074, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_BreakRotator_Pitch) == 0x000078, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_BreakRotator_Yaw) == 0x00007C, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_LineTraceSingle_OutHit) == 0x000080, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_LineTraceSingle_ReturnValue) == 0x000110, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_Add_FloatFloat_ReturnValue) == 0x000114, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_BreakHitResult_bBlockingHit) == 0x000118, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_BreakHitResult_bInitialOverlap) == 0x000119, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_BreakHitResult_Time) == 0x00011C, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_BreakHitResult_Distance) == 0x000120, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_BreakHitResult_Location) == 0x000124, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_BreakHitResult_ImpactPoint) == 0x000130, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_BreakHitResult_Normal) == 0x00013C, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_BreakHitResult_ImpactNormal) == 0x000148, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_BreakHitResult_PhysMat) == 0x000158, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_BreakHitResult_HitActor) == 0x000160, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_BreakHitResult_HitComponent) == 0x000168, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_BreakHitResult_HitBoneName) == 0x000170, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_BreakHitResult_HitItem) == 0x00017C, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_BreakHitResult_ElementIndex) == 0x000180, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_BreakHitResult_FaceIndex) == 0x000184, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_BreakHitResult_TraceStart) == 0x000188, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_BreakHitResult_TraceEnd) == 0x000194, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_MakeRotator_ReturnValue) == 0x0001A0, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas, CallFunc_SpawnDecalAtLocation_ReturnValue) == 0x0001B0, "Member 'BP_FireExtinguisher_01_Gas_C_ExecuteUbergraph_BP_FireExtinguisher_01_Gas::CallFunc_SpawnDecalAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FireExtinguisher_01_Gas_C_BP_OnExplosion \ +static_assert(alignof(BP_FireExtinguisher_01_Gas_C_BP_OnExplosion) == 0x000001, "Wrong alignment on BP_FireExtinguisher_01_Gas_C_BP_OnExplosion"); \ +static_assert(sizeof(BP_FireExtinguisher_01_Gas_C_BP_OnExplosion) == 0x000001, "Wrong size on BP_FireExtinguisher_01_Gas_C_BP_OnExplosion"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_BP_OnExplosion, bDoCosmetics) == 0x000000, "Member 'BP_FireExtinguisher_01_Gas_C_BP_OnExplosion::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FireExtinguisher_01_Gas_C_BndEvt__BP_TestExplosiveFuelTank_NiagaraComponent_K2Node_ComponentBoundEvent_0_ActorComponentActivatedSignature__DelegateSignature \ +static_assert(alignof(BP_FireExtinguisher_01_Gas_C_BndEvt__BP_TestExplosiveFuelTank_NiagaraComponent_K2Node_ComponentBoundEvent_0_ActorComponentActivatedSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_FireExtinguisher_01_Gas_C_BndEvt__BP_TestExplosiveFuelTank_NiagaraComponent_K2Node_ComponentBoundEvent_0_ActorComponentActivatedSignature__DelegateSignature"); \ +static_assert(sizeof(BP_FireExtinguisher_01_Gas_C_BndEvt__BP_TestExplosiveFuelTank_NiagaraComponent_K2Node_ComponentBoundEvent_0_ActorComponentActivatedSignature__DelegateSignature) == 0x000010, "Wrong size on BP_FireExtinguisher_01_Gas_C_BndEvt__BP_TestExplosiveFuelTank_NiagaraComponent_K2Node_ComponentBoundEvent_0_ActorComponentActivatedSignature__DelegateSignature"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_BndEvt__BP_TestExplosiveFuelTank_NiagaraComponent_K2Node_ComponentBoundEvent_0_ActorComponentActivatedSignature__DelegateSignature, Component) == 0x000000, "Member 'BP_FireExtinguisher_01_Gas_C_BndEvt__BP_TestExplosiveFuelTank_NiagaraComponent_K2Node_ComponentBoundEvent_0_ActorComponentActivatedSignature__DelegateSignature::Component' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_01_Gas_C_BndEvt__BP_TestExplosiveFuelTank_NiagaraComponent_K2Node_ComponentBoundEvent_0_ActorComponentActivatedSignature__DelegateSignature, bReset) == 0x000008, "Member 'BP_FireExtinguisher_01_Gas_C_BndEvt__BP_TestExplosiveFuelTank_NiagaraComponent_K2Node_ComponentBoundEvent_0_ActorComponentActivatedSignature__DelegateSignature::bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FireExtinguisher_01_Gas_C \ +static_assert(alignof(ABP_FireExtinguisher_01_Gas_C) == 0x000008, "Wrong alignment on ABP_FireExtinguisher_01_Gas_C"); \ +static_assert(sizeof(ABP_FireExtinguisher_01_Gas_C) == 0x0004B8, "Wrong size on ABP_FireExtinguisher_01_Gas_C"); \ +static_assert(offsetof(ABP_FireExtinguisher_01_Gas_C, UberGraphFrame) == 0x0004A0, "Member 'ABP_FireExtinguisher_01_Gas_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_FireExtinguisher_01_Gas_C, Locator) == 0x0004A8, "Member 'ABP_FireExtinguisher_01_Gas_C::Locator' has a wrong offset!"); \ +static_assert(offsetof(ABP_FireExtinguisher_01_Gas_C, StaticMesh) == 0x0004B0, "Member 'ABP_FireExtinguisher_01_Gas_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PenthouseHP_06_C \ +static_assert(alignof(ABP_PenthouseHP_06_C) == 0x000008, "Wrong alignment on ABP_PenthouseHP_06_C"); \ +static_assert(sizeof(ABP_PenthouseHP_06_C) == 0x0005F8, "Wrong size on ABP_PenthouseHP_06_C"); \ + +#define DUMPER7_ASSERTS_ABP_PenthouseHP_05_C \ +static_assert(alignof(ABP_PenthouseHP_05_C) == 0x000008, "Wrong alignment on ABP_PenthouseHP_05_C"); \ +static_assert(sizeof(ABP_PenthouseHP_05_C) == 0x0005F8, "Wrong size on ABP_PenthouseHP_05_C"); \ + +#define DUMPER7_ASSERTS_ABP_PenthouseHP_03_C \ +static_assert(alignof(ABP_PenthouseHP_03_C) == 0x000008, "Wrong alignment on ABP_PenthouseHP_03_C"); \ +static_assert(sizeof(ABP_PenthouseHP_03_C) == 0x0005F8, "Wrong size on ABP_PenthouseHP_03_C"); \ + +#define DUMPER7_ASSERTS_ABP_Lure_SparkMachine_C \ +static_assert(alignof(ABP_Lure_SparkMachine_C) == 0x000008, "Wrong alignment on ABP_Lure_SparkMachine_C"); \ +static_assert(sizeof(ABP_Lure_SparkMachine_C) == 0x000368, "Wrong size on ABP_Lure_SparkMachine_C"); \ + +#define DUMPER7_ASSERTS_BP_Lure_Radio_C_ExecuteUbergraph_BP_Lure_Radio \ +static_assert(alignof(BP_Lure_Radio_C_ExecuteUbergraph_BP_Lure_Radio) == 0x000008, "Wrong alignment on BP_Lure_Radio_C_ExecuteUbergraph_BP_Lure_Radio"); \ +static_assert(sizeof(BP_Lure_Radio_C_ExecuteUbergraph_BP_Lure_Radio) == 0x000020, "Wrong size on BP_Lure_Radio_C_ExecuteUbergraph_BP_Lure_Radio"); \ +static_assert(offsetof(BP_Lure_Radio_C_ExecuteUbergraph_BP_Lure_Radio, EntryPoint) == 0x000000, "Member 'BP_Lure_Radio_C_ExecuteUbergraph_BP_Lure_Radio::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Lure_Radio_C_ExecuteUbergraph_BP_Lure_Radio, K2Node_ComponentBoundEvent_Interactable) == 0x000008, "Member 'BP_Lure_Radio_C_ExecuteUbergraph_BP_Lure_Radio::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_Lure_Radio_C_ExecuteUbergraph_BP_Lure_Radio, K2Node_ComponentBoundEvent_Interactor) == 0x000010, "Member 'BP_Lure_Radio_C_ExecuteUbergraph_BP_Lure_Radio::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_Lure_Radio_C_ExecuteUbergraph_BP_Lure_Radio, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000018, "Member 'BP_Lure_Radio_C_ExecuteUbergraph_BP_Lure_Radio::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_Lure_Radio_C_ExecuteUbergraph_BP_Lure_Radio, K2Node_Event_bIsActive) == 0x000019, "Member 'BP_Lure_Radio_C_ExecuteUbergraph_BP_Lure_Radio::K2Node_Event_bIsActive' has a wrong offset!"); \ +static_assert(offsetof(BP_Lure_Radio_C_ExecuteUbergraph_BP_Lure_Radio, K2Node_Event_bDoCosmetics) == 0x00001A, "Member 'BP_Lure_Radio_C_ExecuteUbergraph_BP_Lure_Radio::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Lure_Radio_C_OnActiveStateChanged \ +static_assert(alignof(BP_Lure_Radio_C_OnActiveStateChanged) == 0x000001, "Wrong alignment on BP_Lure_Radio_C_OnActiveStateChanged"); \ +static_assert(sizeof(BP_Lure_Radio_C_OnActiveStateChanged) == 0x000002, "Wrong size on BP_Lure_Radio_C_OnActiveStateChanged"); \ +static_assert(offsetof(BP_Lure_Radio_C_OnActiveStateChanged, bIsActive) == 0x000000, "Member 'BP_Lure_Radio_C_OnActiveStateChanged::bIsActive' has a wrong offset!"); \ +static_assert(offsetof(BP_Lure_Radio_C_OnActiveStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_Lure_Radio_C_OnActiveStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Lure_Radio_C_BndEvt__BP_Lure_Radio_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_Lure_Radio_C_BndEvt__BP_Lure_Radio_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_Lure_Radio_C_BndEvt__BP_Lure_Radio_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_Lure_Radio_C_BndEvt__BP_Lure_Radio_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_Lure_Radio_C_BndEvt__BP_Lure_Radio_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_Lure_Radio_C_BndEvt__BP_Lure_Radio_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_Lure_Radio_C_BndEvt__BP_Lure_Radio_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_Lure_Radio_C_BndEvt__BP_Lure_Radio_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_Lure_Radio_C_BndEvt__BP_Lure_Radio_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_Lure_Radio_C_BndEvt__BP_Lure_Radio_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_Lure_Radio_C_BndEvt__BP_Lure_Radio_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Lure_Radio_C \ +static_assert(alignof(ABP_Lure_Radio_C) == 0x000008, "Wrong alignment on ABP_Lure_Radio_C"); \ +static_assert(sizeof(ABP_Lure_Radio_C) == 0x000390, "Wrong size on ABP_Lure_Radio_C"); \ +static_assert(offsetof(ABP_Lure_Radio_C, UberGraphFrame) == 0x000368, "Member 'ABP_Lure_Radio_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Lure_Radio_C, SBZOutline) == 0x000370, "Member 'ABP_Lure_Radio_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_Lure_Radio_C, StaticMesh) == 0x000378, "Member 'ABP_Lure_Radio_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Lure_Radio_C, LureTriggered) == 0x000380, "Member 'ABP_Lure_Radio_C::LureTriggered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase \ +static_assert(alignof(BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase) == 0x000008, "Wrong alignment on BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase"); \ +static_assert(sizeof(BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase) == 0x000048, "Wrong size on BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase"); \ +static_assert(offsetof(BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase, EntryPoint) == 0x000000, "Member 'BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase, Temp_delegate_Variable) == 0x000004, "Member 'BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase, Temp_struct_Variable) == 0x000018, "Member 'BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase, K2Node_Event_NewState) == 0x000028, "Member 'BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase, K2Node_Event_bDoCosmetics) == 0x000029, "Member 'BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase, K2Node_SwitchEnum_CmpSuccess) == 0x00002A, "Member 'BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase, CallFunc_PostEvent_ReturnValue) == 0x00002C, "Member 'BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000030, "Member 'BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x000031, "Member 'BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase, K2Node_ComponentBoundEvent_InteractableComponent) == 0x000038, "Member 'BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase::K2Node_ComponentBoundEvent_InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase, K2Node_ComponentBoundEvent_bInNewState) == 0x000040, "Member 'BP_KeycardReaderBase_C_ExecuteUbergraph_BP_KeycardReaderBase::K2Node_ComponentBoundEvent_bInNewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeycardReaderBase_C_BndEvt__BP_KeycardReaderBase_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteractableStateChangedDelegate__DelegateSignature \ +static_assert(alignof(BP_KeycardReaderBase_C_BndEvt__BP_KeycardReaderBase_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteractableStateChangedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_KeycardReaderBase_C_BndEvt__BP_KeycardReaderBase_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteractableStateChangedDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_KeycardReaderBase_C_BndEvt__BP_KeycardReaderBase_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteractableStateChangedDelegate__DelegateSignature) == 0x000010, "Wrong size on BP_KeycardReaderBase_C_BndEvt__BP_KeycardReaderBase_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteractableStateChangedDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_KeycardReaderBase_C_BndEvt__BP_KeycardReaderBase_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteractableStateChangedDelegate__DelegateSignature, InteractableComponent_0) == 0x000000, "Member 'BP_KeycardReaderBase_C_BndEvt__BP_KeycardReaderBase_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteractableStateChangedDelegate__DelegateSignature::InteractableComponent_0' has a wrong offset!"); \ +static_assert(offsetof(BP_KeycardReaderBase_C_BndEvt__BP_KeycardReaderBase_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteractableStateChangedDelegate__DelegateSignature, bInNewState) == 0x000008, "Member 'BP_KeycardReaderBase_C_BndEvt__BP_KeycardReaderBase_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteractableStateChangedDelegate__DelegateSignature::bInNewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeycardReaderBase_C_BP_OnStateChanged \ +static_assert(alignof(BP_KeycardReaderBase_C_BP_OnStateChanged) == 0x000001, "Wrong alignment on BP_KeycardReaderBase_C_BP_OnStateChanged"); \ +static_assert(sizeof(BP_KeycardReaderBase_C_BP_OnStateChanged) == 0x000002, "Wrong size on BP_KeycardReaderBase_C_BP_OnStateChanged"); \ +static_assert(offsetof(BP_KeycardReaderBase_C_BP_OnStateChanged, NewState) == 0x000000, "Member 'BP_KeycardReaderBase_C_BP_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_KeycardReaderBase_C_BP_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_KeycardReaderBase_C_BP_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KeycardReaderBase_C_SetPrimitiveAndVisability \ +static_assert(alignof(BP_KeycardReaderBase_C_SetPrimitiveAndVisability) == 0x000008, "Wrong alignment on BP_KeycardReaderBase_C_SetPrimitiveAndVisability"); \ +static_assert(sizeof(BP_KeycardReaderBase_C_SetPrimitiveAndVisability) == 0x000018, "Wrong size on BP_KeycardReaderBase_C_SetPrimitiveAndVisability"); \ +static_assert(offsetof(BP_KeycardReaderBase_C_SetPrimitiveAndVisability, StaticMesh_0) == 0x000000, "Member 'BP_KeycardReaderBase_C_SetPrimitiveAndVisability::StaticMesh_0' has a wrong offset!"); \ +static_assert(offsetof(BP_KeycardReaderBase_C_SetPrimitiveAndVisability, Text) == 0x000008, "Member 'BP_KeycardReaderBase_C_SetPrimitiveAndVisability::Text' has a wrong offset!"); \ +static_assert(offsetof(BP_KeycardReaderBase_C_SetPrimitiveAndVisability, Value) == 0x000010, "Member 'BP_KeycardReaderBase_C_SetPrimitiveAndVisability::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_KeycardReaderBase_C_SetPrimitiveAndVisability, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'BP_KeycardReaderBase_C_SetPrimitiveAndVisability::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_KeycardReaderBase_C \ +static_assert(alignof(ABP_KeycardReaderBase_C) == 0x000008, "Wrong alignment on ABP_KeycardReaderBase_C"); \ +static_assert(sizeof(ABP_KeycardReaderBase_C) == 0x000368, "Wrong size on ABP_KeycardReaderBase_C"); \ +static_assert(offsetof(ABP_KeycardReaderBase_C, UberGraphFrame) == 0x000318, "Member 'ABP_KeycardReaderBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeycardReaderBase_C, TextRender_1) == 0x000320, "Member 'ABP_KeycardReaderBase_C::TextRender_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeycardReaderBase_C, SS_UI_Calls_Wait) == 0x000328, "Member 'ABP_KeycardReaderBase_C::SS_UI_Calls_Wait' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeycardReaderBase_C, SS_UI_Calls_Thanks) == 0x000330, "Member 'ABP_KeycardReaderBase_C::SS_UI_Calls_Thanks' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeycardReaderBase_C, TextRender) == 0x000338, "Member 'ABP_KeycardReaderBase_C::TextRender' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeycardReaderBase_C, StaticMesh) == 0x000340, "Member 'ABP_KeycardReaderBase_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeycardReaderBase_C, Timeline_0_NewTrack_0_91AB3EC2493D1BB03EF13DB8474DA4C0) == 0x000348, "Member 'ABP_KeycardReaderBase_C::Timeline_0_NewTrack_0_91AB3EC2493D1BB03EF13DB8474DA4C0' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeycardReaderBase_C, Timeline_0__Direction_91AB3EC2493D1BB03EF13DB8474DA4C0) == 0x00034C, "Member 'ABP_KeycardReaderBase_C::Timeline_0__Direction_91AB3EC2493D1BB03EF13DB8474DA4C0' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeycardReaderBase_C, Timeline_0) == 0x000350, "Member 'ABP_KeycardReaderBase_C::Timeline_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_KeycardReaderBase_C, Values) == 0x000358, "Member 'ABP_KeycardReaderBase_C::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RedKeycardReader_C \ +static_assert(alignof(ABP_RedKeycardReader_C) == 0x000008, "Wrong alignment on ABP_RedKeycardReader_C"); \ +static_assert(sizeof(ABP_RedKeycardReader_C) == 0x000368, "Wrong size on ABP_RedKeycardReader_C"); \ + +#define DUMPER7_ASSERTS_BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController \ +static_assert(alignof(BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController) == 0x000008, "Wrong alignment on BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController"); \ +static_assert(sizeof(BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController) == 0x000068, "Wrong size on BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController"); \ +static_assert(offsetof(BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController, EntryPoint) == 0x000000, "Member 'BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController, K2Node_Event_NewState) == 0x000004, "Member 'BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController, K2Node_Event_OldState) == 0x000005, "Member 'BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController::K2Node_Event_OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController, K2Node_Event_bDoCosmetics) == 0x000006, "Member 'BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000007, "Member 'BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController, K2Node_SwitchEnum_CmpSuccess) == 0x000008, "Member 'BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController, K2Node_ComponentBoundEvent_Interactable) == 0x000010, "Member 'BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController, K2Node_ComponentBoundEvent_Interactor) == 0x000018, "Member 'BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000020, "Member 'BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController, Temp_delegate_Variable) == 0x000024, "Member 'BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController, Temp_struct_Variable) == 0x000038, "Member 'BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController, CallFunc_PostEvent_ReturnValue) == 0x000048, "Member 'BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController, CallFunc_GetUserWidgetInitialized_ReturnValue) == 0x000050, "Member 'BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController::CallFunc_GetUserWidgetInitialized_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController, K2Node_DynamicCast_AsWBP_Hacking_Zone_Controller) == 0x000058, "Member 'BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController::K2Node_DynamicCast_AsWBP_Hacking_Zone_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BP_HackingZoneController_C_ExecuteUbergraph_BP_HackingZoneController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HackingZoneController_C_BP_OnStateChanged \ +static_assert(alignof(BP_HackingZoneController_C_BP_OnStateChanged) == 0x000001, "Wrong alignment on BP_HackingZoneController_C_BP_OnStateChanged"); \ +static_assert(sizeof(BP_HackingZoneController_C_BP_OnStateChanged) == 0x000003, "Wrong size on BP_HackingZoneController_C_BP_OnStateChanged"); \ +static_assert(offsetof(BP_HackingZoneController_C_BP_OnStateChanged, NewState) == 0x000000, "Member 'BP_HackingZoneController_C_BP_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_BP_OnStateChanged, OldState) == 0x000001, "Member 'BP_HackingZoneController_C_BP_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_BP_OnStateChanged, bDoCosmetics) == 0x000002, "Member 'BP_HackingZoneController_C_BP_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HackingZoneController_C_BndEvt__BP_HackingZoneController_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_HackingZoneController_C_BndEvt__BP_HackingZoneController_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_HackingZoneController_C_BndEvt__BP_HackingZoneController_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_HackingZoneController_C_BndEvt__BP_HackingZoneController_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_HackingZoneController_C_BndEvt__BP_HackingZoneController_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_HackingZoneController_C_BndEvt__BP_HackingZoneController_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_HackingZoneController_C_BndEvt__BP_HackingZoneController_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_BndEvt__BP_HackingZoneController_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_HackingZoneController_C_BndEvt__BP_HackingZoneController_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_BndEvt__BP_HackingZoneController_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_HackingZoneController_C_BndEvt__BP_HackingZoneController_InteractableComponent_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HackingZoneController_C_Disabled \ +static_assert(alignof(BP_HackingZoneController_C_Disabled) == 0x000008, "Wrong alignment on BP_HackingZoneController_C_Disabled"); \ +static_assert(sizeof(BP_HackingZoneController_C_Disabled) == 0x000018, "Wrong size on BP_HackingZoneController_C_Disabled"); \ +static_assert(offsetof(BP_HackingZoneController_C_Disabled, CallFunc_GetUserWidgetInitialized_ReturnValue) == 0x000000, "Member 'BP_HackingZoneController_C_Disabled::CallFunc_GetUserWidgetInitialized_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_Disabled, K2Node_DynamicCast_AsWBP_Hacking_Zone_Controller) == 0x000008, "Member 'BP_HackingZoneController_C_Disabled::K2Node_DynamicCast_AsWBP_Hacking_Zone_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_Disabled, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_HackingZoneController_C_Disabled::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HackingZoneController_C_Sabotaged \ +static_assert(alignof(BP_HackingZoneController_C_Sabotaged) == 0x000008, "Wrong alignment on BP_HackingZoneController_C_Sabotaged"); \ +static_assert(sizeof(BP_HackingZoneController_C_Sabotaged) == 0x000020, "Wrong size on BP_HackingZoneController_C_Sabotaged"); \ +static_assert(offsetof(BP_HackingZoneController_C_Sabotaged, CallFunc_IsDedicatedServer_ReturnValue) == 0x000000, "Member 'BP_HackingZoneController_C_Sabotaged::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_Sabotaged, CallFunc_GetUserWidgetInitialized_ReturnValue) == 0x000008, "Member 'BP_HackingZoneController_C_Sabotaged::CallFunc_GetUserWidgetInitialized_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_Sabotaged, K2Node_DynamicCast_AsWBP_Hacking_Zone_Controller) == 0x000010, "Member 'BP_HackingZoneController_C_Sabotaged::K2Node_DynamicCast_AsWBP_Hacking_Zone_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_Sabotaged, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_HackingZoneController_C_Sabotaged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HackingZoneController_C_Inactive \ +static_assert(alignof(BP_HackingZoneController_C_Inactive) == 0x000008, "Wrong alignment on BP_HackingZoneController_C_Inactive"); \ +static_assert(sizeof(BP_HackingZoneController_C_Inactive) == 0x000020, "Wrong size on BP_HackingZoneController_C_Inactive"); \ +static_assert(offsetof(BP_HackingZoneController_C_Inactive, CallFunc_IsDedicatedServer_ReturnValue) == 0x000000, "Member 'BP_HackingZoneController_C_Inactive::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_Inactive, CallFunc_GetUserWidgetInitialized_ReturnValue) == 0x000008, "Member 'BP_HackingZoneController_C_Inactive::CallFunc_GetUserWidgetInitialized_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_Inactive, K2Node_DynamicCast_AsWBP_Hacking_Zone_Controller) == 0x000010, "Member 'BP_HackingZoneController_C_Inactive::K2Node_DynamicCast_AsWBP_Hacking_Zone_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_Inactive, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_HackingZoneController_C_Inactive::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HackingZoneController_C_Running \ +static_assert(alignof(BP_HackingZoneController_C_Running) == 0x000008, "Wrong alignment on BP_HackingZoneController_C_Running"); \ +static_assert(sizeof(BP_HackingZoneController_C_Running) == 0x000020, "Wrong size on BP_HackingZoneController_C_Running"); \ +static_assert(offsetof(BP_HackingZoneController_C_Running, CallFunc_IsDedicatedServer_ReturnValue) == 0x000000, "Member 'BP_HackingZoneController_C_Running::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_Running, CallFunc_GetUserWidgetInitialized_ReturnValue) == 0x000008, "Member 'BP_HackingZoneController_C_Running::CallFunc_GetUserWidgetInitialized_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_Running, K2Node_DynamicCast_AsWBP_Hacking_Zone_Controller) == 0x000010, "Member 'BP_HackingZoneController_C_Running::K2Node_DynamicCast_AsWBP_Hacking_Zone_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_Running, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_HackingZoneController_C_Running::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HackingZoneController_C_Paused \ +static_assert(alignof(BP_HackingZoneController_C_Paused) == 0x000008, "Wrong alignment on BP_HackingZoneController_C_Paused"); \ +static_assert(sizeof(BP_HackingZoneController_C_Paused) == 0x000020, "Wrong size on BP_HackingZoneController_C_Paused"); \ +static_assert(offsetof(BP_HackingZoneController_C_Paused, CallFunc_IsDedicatedServer_ReturnValue) == 0x000000, "Member 'BP_HackingZoneController_C_Paused::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_Paused, CallFunc_GetUserWidgetInitialized_ReturnValue) == 0x000008, "Member 'BP_HackingZoneController_C_Paused::CallFunc_GetUserWidgetInitialized_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_Paused, K2Node_DynamicCast_AsWBP_Hacking_Zone_Controller) == 0x000010, "Member 'BP_HackingZoneController_C_Paused::K2Node_DynamicCast_AsWBP_Hacking_Zone_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_Paused, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_HackingZoneController_C_Paused::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_HackingZoneController_C_Done \ +static_assert(alignof(BP_HackingZoneController_C_Done) == 0x000008, "Wrong alignment on BP_HackingZoneController_C_Done"); \ +static_assert(sizeof(BP_HackingZoneController_C_Done) == 0x000020, "Wrong size on BP_HackingZoneController_C_Done"); \ +static_assert(offsetof(BP_HackingZoneController_C_Done, CallFunc_IsDedicatedServer_ReturnValue) == 0x000000, "Member 'BP_HackingZoneController_C_Done::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_Done, CallFunc_GetUserWidgetInitialized_ReturnValue) == 0x000008, "Member 'BP_HackingZoneController_C_Done::CallFunc_GetUserWidgetInitialized_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_Done, K2Node_DynamicCast_AsWBP_Hacking_Zone_Controller) == 0x000010, "Member 'BP_HackingZoneController_C_Done::K2Node_DynamicCast_AsWBP_Hacking_Zone_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_HackingZoneController_C_Done, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_HackingZoneController_C_Done::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_HackingZoneController_C \ +static_assert(alignof(ABP_HackingZoneController_C) == 0x000008, "Wrong alignment on ABP_HackingZoneController_C"); \ +static_assert(sizeof(ABP_HackingZoneController_C) == 0x0004D0, "Wrong size on ABP_HackingZoneController_C"); \ +static_assert(offsetof(ABP_HackingZoneController_C, UberGraphFrame) == 0x000418, "Member 'ABP_HackingZoneController_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackingZoneController_C, SBZAIObjective) == 0x000420, "Member 'ABP_HackingZoneController_C::SBZAIObjective' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackingZoneController_C, SBZRenderTargetWidget) == 0x000428, "Member 'ABP_HackingZoneController_C::SBZRenderTargetWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackingZoneController_C, Plane) == 0x000430, "Member 'ABP_HackingZoneController_C::Plane' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackingZoneController_C, isDone) == 0x000438, "Member 'ABP_HackingZoneController_C::isDone' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackingZoneController_C, DisabledText) == 0x000440, "Member 'ABP_HackingZoneController_C::DisabledText' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackingZoneController_C, DoneText) == 0x000458, "Member 'ABP_HackingZoneController_C::DoneText' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackingZoneController_C, InactiveText) == 0x000470, "Member 'ABP_HackingZoneController_C::InactiveText' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackingZoneController_C, InterruptText) == 0x000488, "Member 'ABP_HackingZoneController_C::InterruptText' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackingZoneController_C, PausedText) == 0x0004A0, "Member 'ABP_HackingZoneController_C::PausedText' has a wrong offset!"); \ +static_assert(offsetof(ABP_HackingZoneController_C, RunningText) == 0x0004B8, "Member 'ABP_HackingZoneController_C::RunningText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader \ +static_assert(alignof(BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader) == 0x000010, "Wrong alignment on BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader"); \ +static_assert(sizeof(BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader) == 0x000070, "Wrong size on BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader"); \ +static_assert(offsetof(BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader, EntryPoint) == 0x000000, "Member 'BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader, Temp_struct_Variable) == 0x000008, "Member 'BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000018, "Member 'BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader, K2Node_Event_NewState) == 0x00001C, "Member 'BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader, K2Node_Event_bDoCosmetics) == 0x00001D, "Member 'BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader, K2Node_ComponentBoundEvent_Interactable) == 0x000020, "Member 'BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader, K2Node_ComponentBoundEvent_Interactor) == 0x000028, "Member 'BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000030, "Member 'BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader, K2Node_SwitchEnum_CmpSuccess) == 0x000031, "Member 'BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader, K2Node_MakeStruct_Vector4) == 0x000040, "Member 'BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader::K2Node_MakeStruct_Vector4' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader, Temp_delegate_Variable) == 0x000050, "Member 'BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader, CallFunc_PostEvent_ReturnValue) == 0x000064, "Member 'BP_DigitalKeyReader_C_ExecuteUbergraph_BP_DigitalKeyReader::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DigitalKeyReader_C_BndEvt__BP_DigitalKeyReader_InteractableComponent_K2Node_ComponentBoundEvent_4_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_DigitalKeyReader_C_BndEvt__BP_DigitalKeyReader_InteractableComponent_K2Node_ComponentBoundEvent_4_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_DigitalKeyReader_C_BndEvt__BP_DigitalKeyReader_InteractableComponent_K2Node_ComponentBoundEvent_4_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_DigitalKeyReader_C_BndEvt__BP_DigitalKeyReader_InteractableComponent_K2Node_ComponentBoundEvent_4_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_DigitalKeyReader_C_BndEvt__BP_DigitalKeyReader_InteractableComponent_K2Node_ComponentBoundEvent_4_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_DigitalKeyReader_C_BndEvt__BP_DigitalKeyReader_InteractableComponent_K2Node_ComponentBoundEvent_4_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_DigitalKeyReader_C_BndEvt__BP_DigitalKeyReader_InteractableComponent_K2Node_ComponentBoundEvent_4_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitalKeyReader_C_BndEvt__BP_DigitalKeyReader_InteractableComponent_K2Node_ComponentBoundEvent_4_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_DigitalKeyReader_C_BndEvt__BP_DigitalKeyReader_InteractableComponent_K2Node_ComponentBoundEvent_4_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitalKeyReader_C_BndEvt__BP_DigitalKeyReader_InteractableComponent_K2Node_ComponentBoundEvent_4_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_DigitalKeyReader_C_BndEvt__BP_DigitalKeyReader_InteractableComponent_K2Node_ComponentBoundEvent_4_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DigitalKeyReader_C_BP_OnStateChanged \ +static_assert(alignof(BP_DigitalKeyReader_C_BP_OnStateChanged) == 0x000001, "Wrong alignment on BP_DigitalKeyReader_C_BP_OnStateChanged"); \ +static_assert(sizeof(BP_DigitalKeyReader_C_BP_OnStateChanged) == 0x000002, "Wrong size on BP_DigitalKeyReader_C_BP_OnStateChanged"); \ +static_assert(offsetof(BP_DigitalKeyReader_C_BP_OnStateChanged, NewState) == 0x000000, "Member 'BP_DigitalKeyReader_C_BP_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_DigitalKeyReader_C_BP_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_DigitalKeyReader_C_BP_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DigitalKeyReader_C \ +static_assert(alignof(ABP_DigitalKeyReader_C) == 0x000008, "Wrong alignment on ABP_DigitalKeyReader_C"); \ +static_assert(sizeof(ABP_DigitalKeyReader_C) == 0x000340, "Wrong size on ABP_DigitalKeyReader_C"); \ +static_assert(offsetof(ABP_DigitalKeyReader_C, UberGraphFrame) == 0x000318, "Member 'ABP_DigitalKeyReader_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_DigitalKeyReader_C, Mesh) == 0x000320, "Member 'ABP_DigitalKeyReader_C::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_DigitalKeyReader_C, Interacted_1stTime) == 0x000328, "Member 'ABP_DigitalKeyReader_C::Interacted_1stTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_DigitalKeyReader_C, OnDigitalKeyReaderComplete) == 0x000330, "Member 'ABP_DigitalKeyReader_C::OnDigitalKeyReaderComplete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SecurityScreen_C \ +static_assert(alignof(ABP_SecurityScreen_C) == 0x000008, "Wrong alignment on ABP_SecurityScreen_C"); \ +static_assert(sizeof(ABP_SecurityScreen_C) == 0x0002D8, "Wrong size on ABP_SecurityScreen_C"); \ +static_assert(offsetof(ABP_SecurityScreen_C, Plane) == 0x0002B8, "Member 'ABP_SecurityScreen_C::Plane' has a wrong offset!"); \ +static_assert(offsetof(ABP_SecurityScreen_C, SBZOutline) == 0x0002C0, "Member 'ABP_SecurityScreen_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_SecurityScreen_C, Screen) == 0x0002C8, "Member 'ABP_SecurityScreen_C::Screen' has a wrong offset!"); \ +static_assert(offsetof(ABP_SecurityScreen_C, RotateFlippedMesh) == 0x0002D0, "Member 'ABP_SecurityScreen_C::RotateFlippedMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera \ +static_assert(alignof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera) == 0x000010, "Wrong alignment on BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera"); \ +static_assert(sizeof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera) == 0x0002B0, "Wrong size on BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, EntryPoint) == 0x000000, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, Temp_delegate_Variable) == 0x000004, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, Temp_struct_Variable) == 0x000018, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, Temp_delegate_Variable_1) == 0x000028, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, Temp_struct_Variable_1) == 0x000040, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, Temp_delegate_Variable_2) == 0x000050, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, Temp_struct_Variable_2) == 0x000068, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, Temp_delegate_Variable_3) == 0x000078, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, CallFunc_PostEvent_ReturnValue) == 0x00008C, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, K2Node_Event_NewCameraColorState) == 0x000090, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::K2Node_Event_NewCameraColorState' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, K2Node_Event_bInHighlight) == 0x000091, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::K2Node_Event_bInHighlight' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000092, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, K2Node_SwitchEnum_CmpSuccess) == 0x000093, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, CallFunc_K2_AddLocalOffset_SweepHitResult) == 0x000094, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::CallFunc_K2_AddLocalOffset_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, CallFunc_SetStaticMesh_ReturnValue) == 0x000124, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, CallFunc_SetStaticMesh_ReturnValue_1) == 0x000125, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::CallFunc_SetStaticMesh_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, K2Node_Event_AppliedState_1) == 0x000126, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::K2Node_Event_AppliedState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, Temp_struct_Variable_3) == 0x000128, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, Temp_delegate_Variable_4) == 0x000138, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::Temp_delegate_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, Temp_struct_Variable_4) == 0x000150, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, K2Node_Event_AppliedState) == 0x000160, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::K2Node_Event_AppliedState' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000161, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, K2Node_MakeStruct_LinearColor) == 0x000164, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, K2Node_Event_OldState) == 0x000174, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::K2Node_Event_OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, K2Node_Event_NewState) == 0x000175, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, K2Node_Event_bDoCosmetics) == 0x000176, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, K2Node_SwitchEnum_CmpSuccess_1) == 0x000177, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, CallFunc_AddLocalMarker_ReturnValue) == 0x000178, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::CallFunc_AddLocalMarker_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00017C, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, K2Node_MakeStruct_LinearColor_1) == 0x000180, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, CallFunc_K2_AddLocalOffset_SweepHitResult_1) == 0x000190, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::CallFunc_K2_AddLocalOffset_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, CallFunc_IsDedicatedServer_ReturnValue) == 0x000220, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, CallFunc_IsDedicatedServer_ReturnValue_1) == 0x000221, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::CallFunc_IsDedicatedServer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, CallFunc_IsDedicatedServer_ReturnValue_2) == 0x000222, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::CallFunc_IsDedicatedServer_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000223, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, CallFunc_GetTransform_ReturnValue) == 0x000230, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, CallFunc_BreakTransform_Location) == 0x000260, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, CallFunc_BreakTransform_Rotation) == 0x00026C, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, CallFunc_BreakTransform_Scale) == 0x000278, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, CallFunc_IsDedicatedServer_ReturnValue_3) == 0x000284, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::CallFunc_IsDedicatedServer_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, CallFunc_SpawnAkComponentAtLocation_ReturnValue) == 0x000288, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::CallFunc_SpawnAkComponentAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, CallFunc_IsDedicatedServer_ReturnValue_4) == 0x000290, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::CallFunc_IsDedicatedServer_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, CallFunc_IsDedicatedServer_ReturnValue_5) == 0x000291, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::CallFunc_IsDedicatedServer_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, CallFunc_PostEvent_ReturnValue_1) == 0x000294, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, CallFunc_PostEvent_ReturnValue_2) == 0x000298, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, CallFunc_PostEvent_ReturnValue_3) == 0x00029C, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera, CallFunc_PostEvent_ReturnValue_4) == 0x0002A0, "Member 'BP_SecurityCamera_C_ExecuteUbergraph_BP_SecurityCamera::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SecurityCamera_C_BP_OnStateChanged \ +static_assert(alignof(BP_SecurityCamera_C_BP_OnStateChanged) == 0x000001, "Wrong alignment on BP_SecurityCamera_C_BP_OnStateChanged"); \ +static_assert(sizeof(BP_SecurityCamera_C_BP_OnStateChanged) == 0x000003, "Wrong size on BP_SecurityCamera_C_BP_OnStateChanged"); \ +static_assert(offsetof(BP_SecurityCamera_C_BP_OnStateChanged, OldState) == 0x000000, "Member 'BP_SecurityCamera_C_BP_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_BP_OnStateChanged, NewState) == 0x000001, "Member 'BP_SecurityCamera_C_BP_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_SecurityCamera_C_BP_OnStateChanged, bDoCosmetics) == 0x000002, "Member 'BP_SecurityCamera_C_BP_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SecurityCamera_C_OnRuntimeStateApplied \ +static_assert(alignof(BP_SecurityCamera_C_OnRuntimeStateApplied) == 0x000001, "Wrong alignment on BP_SecurityCamera_C_OnRuntimeStateApplied"); \ +static_assert(sizeof(BP_SecurityCamera_C_OnRuntimeStateApplied) == 0x000001, "Wrong size on BP_SecurityCamera_C_OnRuntimeStateApplied"); \ +static_assert(offsetof(BP_SecurityCamera_C_OnRuntimeStateApplied, AppliedState) == 0x000000, "Member 'BP_SecurityCamera_C_OnRuntimeStateApplied::AppliedState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SecurityCamera_C_OnRuntimeStateRemoved \ +static_assert(alignof(BP_SecurityCamera_C_OnRuntimeStateRemoved) == 0x000001, "Wrong alignment on BP_SecurityCamera_C_OnRuntimeStateRemoved"); \ +static_assert(sizeof(BP_SecurityCamera_C_OnRuntimeStateRemoved) == 0x000001, "Wrong size on BP_SecurityCamera_C_OnRuntimeStateRemoved"); \ +static_assert(offsetof(BP_SecurityCamera_C_OnRuntimeStateRemoved, AppliedState) == 0x000000, "Member 'BP_SecurityCamera_C_OnRuntimeStateRemoved::AppliedState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SecurityCamera_C_HighlightHackable_1 \ +static_assert(alignof(BP_SecurityCamera_C_HighlightHackable_1) == 0x000001, "Wrong alignment on BP_SecurityCamera_C_HighlightHackable_1"); \ +static_assert(sizeof(BP_SecurityCamera_C_HighlightHackable_1) == 0x000001, "Wrong size on BP_SecurityCamera_C_HighlightHackable_1"); \ +static_assert(offsetof(BP_SecurityCamera_C_HighlightHackable_1, bInHighlight) == 0x000000, "Member 'BP_SecurityCamera_C_HighlightHackable_1::bInHighlight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SecurityCamera_C_BP_OnCameraColorStateChanged \ +static_assert(alignof(BP_SecurityCamera_C_BP_OnCameraColorStateChanged) == 0x000001, "Wrong alignment on BP_SecurityCamera_C_BP_OnCameraColorStateChanged"); \ +static_assert(sizeof(BP_SecurityCamera_C_BP_OnCameraColorStateChanged) == 0x000001, "Wrong size on BP_SecurityCamera_C_BP_OnCameraColorStateChanged"); \ +static_assert(offsetof(BP_SecurityCamera_C_BP_OnCameraColorStateChanged, NewCameraColorState) == 0x000000, "Member 'BP_SecurityCamera_C_BP_OnCameraColorStateChanged::NewCameraColorState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SecurityCamera_C \ +static_assert(alignof(ABP_SecurityCamera_C) == 0x000008, "Wrong alignment on ABP_SecurityCamera_C"); \ +static_assert(sizeof(ABP_SecurityCamera_C) == 0x000948, "Wrong size on ABP_SecurityCamera_C"); \ +static_assert(offsetof(ABP_SecurityCamera_C, UberGraphFrame) == 0x0008F8, "Member 'ABP_SecurityCamera_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_SecurityCamera_C, CameraRoot) == 0x000900, "Member 'ABP_SecurityCamera_C::CameraRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_SecurityCamera_C, FX_Flare) == 0x000908, "Member 'ABP_SecurityCamera_C::FX_Flare' has a wrong offset!"); \ +static_assert(offsetof(ABP_SecurityCamera_C, HelpCollision) == 0x000910, "Member 'ABP_SecurityCamera_C::HelpCollision' has a wrong offset!"); \ +static_assert(offsetof(ABP_SecurityCamera_C, FX_SecCam_Exp) == 0x000918, "Member 'ABP_SecurityCamera_C::FX_SecCam_Exp' has a wrong offset!"); \ +static_assert(offsetof(ABP_SecurityCamera_C, CameraTraceSceneComponentCameraMesh) == 0x000920, "Member 'ABP_SecurityCamera_C::CameraTraceSceneComponentCameraMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_SecurityCamera_C, ShoutoutCollision) == 0x000928, "Member 'ABP_SecurityCamera_C::ShoutoutCollision' has a wrong offset!"); \ +static_assert(offsetof(ABP_SecurityCamera_C, Scene) == 0x000930, "Member 'ABP_SecurityCamera_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_SecurityCamera_C, CameraBase) == 0x000938, "Member 'ABP_SecurityCamera_C::CameraBase' has a wrong offset!"); \ +static_assert(offsetof(ABP_SecurityCamera_C, DEBUG_PingTime) == 0x000940, "Member 'ABP_SecurityCamera_C::DEBUG_PingTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_SecurityCamera_C, MarkerID) == 0x000944, "Member 'ABP_SecurityCamera_C::MarkerID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MovablePainting_C \ +static_assert(alignof(ABP_MovablePainting_C) == 0x000008, "Wrong alignment on ABP_MovablePainting_C"); \ +static_assert(sizeof(ABP_MovablePainting_C) == 0x000310, "Wrong size on ABP_MovablePainting_C"); \ + +#define DUMPER7_ASSERTS_BP_Cosmetic_Pickable_C_ExecuteUbergraph_BP_Cosmetic_Pickable \ +static_assert(alignof(BP_Cosmetic_Pickable_C_ExecuteUbergraph_BP_Cosmetic_Pickable) == 0x000004, "Wrong alignment on BP_Cosmetic_Pickable_C_ExecuteUbergraph_BP_Cosmetic_Pickable"); \ +static_assert(sizeof(BP_Cosmetic_Pickable_C_ExecuteUbergraph_BP_Cosmetic_Pickable) == 0x000018, "Wrong size on BP_Cosmetic_Pickable_C_ExecuteUbergraph_BP_Cosmetic_Pickable"); \ +static_assert(offsetof(BP_Cosmetic_Pickable_C_ExecuteUbergraph_BP_Cosmetic_Pickable, EntryPoint) == 0x000000, "Member 'BP_Cosmetic_Pickable_C_ExecuteUbergraph_BP_Cosmetic_Pickable::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Cosmetic_Pickable_C_ExecuteUbergraph_BP_Cosmetic_Pickable, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'BP_Cosmetic_Pickable_C_ExecuteUbergraph_BP_Cosmetic_Pickable::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cosmetic_Pickable_C_ExecuteUbergraph_BP_Cosmetic_Pickable, K2Node_Event_bStateToChangeTo) == 0x000005, "Member 'BP_Cosmetic_Pickable_C_ExecuteUbergraph_BP_Cosmetic_Pickable::K2Node_Event_bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_Cosmetic_Pickable_C_ExecuteUbergraph_BP_Cosmetic_Pickable, K2Node_Event_bDoCosmetics) == 0x000006, "Member 'BP_Cosmetic_Pickable_C_ExecuteUbergraph_BP_Cosmetic_Pickable::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_Cosmetic_Pickable_C_ExecuteUbergraph_BP_Cosmetic_Pickable, K2Node_Event_EventTag) == 0x000008, "Member 'BP_Cosmetic_Pickable_C_ExecuteUbergraph_BP_Cosmetic_Pickable::K2Node_Event_EventTag' has a wrong offset!"); \ +static_assert(offsetof(BP_Cosmetic_Pickable_C_ExecuteUbergraph_BP_Cosmetic_Pickable, K2Node_Event_bActive) == 0x000014, "Member 'BP_Cosmetic_Pickable_C_ExecuteUbergraph_BP_Cosmetic_Pickable::K2Node_Event_bActive' has a wrong offset!"); \ +static_assert(offsetof(BP_Cosmetic_Pickable_C_ExecuteUbergraph_BP_Cosmetic_Pickable, CallFunc_Not_PreBool_ReturnValue) == 0x000015, "Member 'BP_Cosmetic_Pickable_C_ExecuteUbergraph_BP_Cosmetic_Pickable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Cosmetic_Pickable_C_ExecuteUbergraph_BP_Cosmetic_Pickable, CallFunc_Not_PreBool_ReturnValue_1) == 0x000016, "Member 'BP_Cosmetic_Pickable_C_ExecuteUbergraph_BP_Cosmetic_Pickable::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Cosmetic_Pickable_C_ExecuteUbergraph_BP_Cosmetic_Pickable, CallFunc_MatchesTag_ReturnValue) == 0x000017, "Member 'BP_Cosmetic_Pickable_C_ExecuteUbergraph_BP_Cosmetic_Pickable::CallFunc_MatchesTag_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Cosmetic_Pickable_C_HandleTagActive \ +static_assert(alignof(BP_Cosmetic_Pickable_C_HandleTagActive) == 0x000004, "Wrong alignment on BP_Cosmetic_Pickable_C_HandleTagActive"); \ +static_assert(sizeof(BP_Cosmetic_Pickable_C_HandleTagActive) == 0x000010, "Wrong size on BP_Cosmetic_Pickable_C_HandleTagActive"); \ +static_assert(offsetof(BP_Cosmetic_Pickable_C_HandleTagActive, EventTag) == 0x000000, "Member 'BP_Cosmetic_Pickable_C_HandleTagActive::EventTag' has a wrong offset!"); \ +static_assert(offsetof(BP_Cosmetic_Pickable_C_HandleTagActive, bActive) == 0x00000C, "Member 'BP_Cosmetic_Pickable_C_HandleTagActive::bActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Cosmetic_Pickable_C_OnStateChanged \ +static_assert(alignof(BP_Cosmetic_Pickable_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_Cosmetic_Pickable_C_OnStateChanged"); \ +static_assert(sizeof(BP_Cosmetic_Pickable_C_OnStateChanged) == 0x000002, "Wrong size on BP_Cosmetic_Pickable_C_OnStateChanged"); \ +static_assert(offsetof(BP_Cosmetic_Pickable_C_OnStateChanged, bStateToChangeTo) == 0x000000, "Member 'BP_Cosmetic_Pickable_C_OnStateChanged::bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_Cosmetic_Pickable_C_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_Cosmetic_Pickable_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Cosmetic_Pickable_C \ +static_assert(alignof(ABP_Cosmetic_Pickable_C) == 0x000008, "Wrong alignment on ABP_Cosmetic_Pickable_C"); \ +static_assert(sizeof(ABP_Cosmetic_Pickable_C) == 0x0002F0, "Wrong size on ABP_Cosmetic_Pickable_C"); \ +static_assert(offsetof(ABP_Cosmetic_Pickable_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_Cosmetic_Pickable_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cosmetic_Pickable_C, StaticMesh) == 0x0002E0, "Member 'ABP_Cosmetic_Pickable_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Cosmetic_Pickable_C, Root) == 0x0002E8, "Member 'ABP_Cosmetic_Pickable_C::Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SecurityRoom_C \ +static_assert(alignof(ABP_SecurityRoom_C) == 0x000008, "Wrong alignment on ABP_SecurityRoom_C"); \ +static_assert(sizeof(ABP_SecurityRoom_C) == 0x0003B8, "Wrong size on ABP_SecurityRoom_C"); \ + +#define DUMPER7_ASSERTS_UBP_Order_LifeAction_C \ +static_assert(alignof(UBP_Order_LifeAction_C) == 0x000008, "Wrong alignment on UBP_Order_LifeAction_C"); \ +static_assert(sizeof(UBP_Order_LifeAction_C) == 0x000230, "Wrong size on UBP_Order_LifeAction_C"); \ + +#define DUMPER7_ASSERTS_UBP_Order_GoToLure_C \ +static_assert(alignof(UBP_Order_GoToLure_C) == 0x000008, "Wrong alignment on UBP_Order_GoToLure_C"); \ +static_assert(sizeof(UBP_Order_GoToLure_C) == 0x000230, "Wrong size on UBP_Order_GoToLure_C"); \ + +#define DUMPER7_ASSERTS_UBP_Action_CivilianBrokenCamera_C \ +static_assert(alignof(UBP_Action_CivilianBrokenCamera_C) == 0x000008, "Wrong alignment on UBP_Action_CivilianBrokenCamera_C"); \ +static_assert(sizeof(UBP_Action_CivilianBrokenCamera_C) == 0x000150, "Wrong size on UBP_Action_CivilianBrokenCamera_C"); \ + +#define DUMPER7_ASSERTS_ABP_LifeActionTriggerVolume_HumanShield_C \ +static_assert(alignof(ABP_LifeActionTriggerVolume_HumanShield_C) == 0x000008, "Wrong alignment on ABP_LifeActionTriggerVolume_HumanShield_C"); \ +static_assert(sizeof(ABP_LifeActionTriggerVolume_HumanShield_C) == 0x000378, "Wrong size on ABP_LifeActionTriggerVolume_HumanShield_C"); \ + +#define DUMPER7_ASSERTS_BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent \ +static_assert(alignof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent) == 0x000008, "Wrong alignment on BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent"); \ +static_assert(sizeof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent) == 0x000148, "Wrong size on BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, EntryPoint) == 0x000000, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, CallFunc_HasAuthority_ReturnValue) == 0x000004, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000008, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000010, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000018, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000020, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, K2Node_ComponentBoundEvent_bFromSweep) == 0x000024, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, K2Node_ComponentBoundEvent_SweepResult) == 0x000028, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, CallFunc_HasAuthority_ReturnValue_1) == 0x0000B8, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000C0, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, K2Node_ComponentBoundEvent_OtherActor) == 0x0000C8, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, K2Node_ComponentBoundEvent_OtherComp) == 0x0000D0, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0000D8, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, CallFunc_Array_AddUnique_ReturnValue) == 0x0000DC, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, CallFunc_Array_Length_ReturnValue) == 0x0000E0, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000E4, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, CallFunc_Array_RemoveItem_ReturnValue) == 0x0000E5, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, CallFunc_Array_Length_ReturnValue_1) == 0x0000E8, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, CallFunc_Array_Length_ReturnValue_2) == 0x0000EC, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0000F0, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, CallFunc_Greater_IntInt_ReturnValue) == 0x0000F1, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, CallFunc_Array_Contains_ReturnValue) == 0x0000F2, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, K2Node_Event_DeltaSeconds) == 0x0000F4, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, CallFunc_NotEqual_NameName_ReturnValue) == 0x0000F8, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, CallFunc_GetCurrentSectionName_SectionName) == 0x0000FC, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::CallFunc_GetCurrentSectionName_SectionName' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, K2Node_ComponentBoundEvent_Character_1) == 0x000108, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::K2Node_ComponentBoundEvent_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, K2Node_ComponentBoundEvent_ActionInstance_1) == 0x000110, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::K2Node_ComponentBoundEvent_ActionInstance_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, K2Node_ComponentBoundEvent_ActionSlot_1) == 0x000118, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::K2Node_ComponentBoundEvent_ActionSlot_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, K2Node_ComponentBoundEvent_Result) == 0x000120, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::K2Node_ComponentBoundEvent_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, K2Node_ComponentBoundEvent_Character) == 0x000128, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::K2Node_ComponentBoundEvent_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, K2Node_ComponentBoundEvent_ActionInstance) == 0x000130, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::K2Node_ComponentBoundEvent_ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, K2Node_ComponentBoundEvent_ActionSlot) == 0x000138, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::K2Node_ComponentBoundEvent_ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent, CallFunc_Array_Contains_ReturnValue_1) == 0x000140, "Member 'BP_LA_OverlapTriggerEvent_C_ExecuteUbergraph_BP_LA_OverlapTriggerEvent::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_OverlapTriggerEvent_SBZLifeAction_K2Node_ComponentBoundEvent_4_SBZLifeActionEventDelegate__DelegateSignature \ +static_assert(alignof(BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_OverlapTriggerEvent_SBZLifeAction_K2Node_ComponentBoundEvent_4_SBZLifeActionEventDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_OverlapTriggerEvent_SBZLifeAction_K2Node_ComponentBoundEvent_4_SBZLifeActionEventDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_OverlapTriggerEvent_SBZLifeAction_K2Node_ComponentBoundEvent_4_SBZLifeActionEventDelegate__DelegateSignature) == 0x000018, "Wrong size on BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_OverlapTriggerEvent_SBZLifeAction_K2Node_ComponentBoundEvent_4_SBZLifeActionEventDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_OverlapTriggerEvent_SBZLifeAction_K2Node_ComponentBoundEvent_4_SBZLifeActionEventDelegate__DelegateSignature, Character) == 0x000000, "Member 'BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_OverlapTriggerEvent_SBZLifeAction_K2Node_ComponentBoundEvent_4_SBZLifeActionEventDelegate__DelegateSignature::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_OverlapTriggerEvent_SBZLifeAction_K2Node_ComponentBoundEvent_4_SBZLifeActionEventDelegate__DelegateSignature, ActionInstance) == 0x000008, "Member 'BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_OverlapTriggerEvent_SBZLifeAction_K2Node_ComponentBoundEvent_4_SBZLifeActionEventDelegate__DelegateSignature::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_OverlapTriggerEvent_SBZLifeAction_K2Node_ComponentBoundEvent_4_SBZLifeActionEventDelegate__DelegateSignature, ActionSlot) == 0x000010, "Member 'BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_OverlapTriggerEvent_SBZLifeAction_K2Node_ComponentBoundEvent_4_SBZLifeActionEventDelegate__DelegateSignature::ActionSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_OverlapTriggerEvent_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature \ +static_assert(alignof(BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_OverlapTriggerEvent_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_OverlapTriggerEvent_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_OverlapTriggerEvent_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature) == 0x000020, "Wrong size on BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_OverlapTriggerEvent_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_OverlapTriggerEvent_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature, Character) == 0x000000, "Member 'BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_OverlapTriggerEvent_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_OverlapTriggerEvent_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature, ActionInstance) == 0x000008, "Member 'BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_OverlapTriggerEvent_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_OverlapTriggerEvent_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature, ActionSlot) == 0x000010, "Member 'BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_OverlapTriggerEvent_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature::ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_OverlapTriggerEvent_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature, Result) == 0x000018, "Member 'BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_OverlapTriggerEvent_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionStopEventDelegate__DelegateSignature::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_OverlapTriggerEvent_C_ReceiveTick \ +static_assert(alignof(BP_LA_OverlapTriggerEvent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_LA_OverlapTriggerEvent_C_ReceiveTick"); \ +static_assert(sizeof(BP_LA_OverlapTriggerEvent_C_ReceiveTick) == 0x000004, "Wrong size on BP_LA_OverlapTriggerEvent_C_ReceiveTick"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_LA_OverlapTriggerEvent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_ExitTrigger_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_ExitTrigger_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_ExitTrigger_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_ExitTrigger_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_ExitTrigger_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_ExitTrigger_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_ExitTrigger_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_ExitTrigger_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_ExitTrigger_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_ExitTrigger_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_ExitTrigger_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_ExitTrigger_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_ExitTrigger_K2Node_ComponentBoundEvent_2_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000B0, "Wrong size on BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_LA_OverlapTriggerEvent_C_BndEvt__BP_LA_Guard_Scripted_DoorGuard_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_OverlapTriggerEvent_C_SetTriggerEnable \ +static_assert(alignof(BP_LA_OverlapTriggerEvent_C_SetTriggerEnable) == 0x000001, "Wrong alignment on BP_LA_OverlapTriggerEvent_C_SetTriggerEnable"); \ +static_assert(sizeof(BP_LA_OverlapTriggerEvent_C_SetTriggerEnable) == 0x000001, "Wrong size on BP_LA_OverlapTriggerEvent_C_SetTriggerEnable"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_SetTriggerEnable, Enable) == 0x000000, "Member 'BP_LA_OverlapTriggerEvent_C_SetTriggerEnable::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName \ +static_assert(alignof(BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName) == 0x000008, "Wrong alignment on BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName"); \ +static_assert(sizeof(BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName) == 0x000068, "Wrong size on BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName, SectionName) == 0x000000, "Member 'BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName::SectionName' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName, CurrentMontage) == 0x000010, "Member 'BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName::CurrentMontage' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName, Character) == 0x000018, "Member 'BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName, CallFunc_GetAnimInstance_ReturnValue) == 0x000028, "Member 'BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName, CallFunc_Montage_GetCurrentSection_ReturnValue) == 0x000030, "Member 'BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName::CallFunc_Montage_GetCurrentSection_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000040, "Member 'BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName, CallFunc_GetCurrentActiveMontage_ReturnValue) == 0x000048, "Member 'BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName::CallFunc_GetCurrentActiveMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName, CallFunc_IsValid_ReturnValue_1) == 0x000050, "Member 'BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName, CallFunc_GetCharacter_ReturnValue) == 0x000058, "Member 'BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName, CallFunc_BooleanAND_ReturnValue) == 0x000060, "Member 'BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName, CallFunc_IsValid_ReturnValue_2) == 0x000061, "Member 'BP_LA_OverlapTriggerEvent_C_GetCurrentSectionName::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LA_OverlapTriggerEvent_C \ +static_assert(alignof(ABP_LA_OverlapTriggerEvent_C) == 0x000008, "Wrong alignment on ABP_LA_OverlapTriggerEvent_C"); \ +static_assert(sizeof(ABP_LA_OverlapTriggerEvent_C) == 0x000350, "Wrong size on ABP_LA_OverlapTriggerEvent_C"); \ +static_assert(offsetof(ABP_LA_OverlapTriggerEvent_C, UberGraphFrame) == 0x0002A8, "Member 'ABP_LA_OverlapTriggerEvent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_OverlapTriggerEvent_C, ExitTrigger) == 0x0002B0, "Member 'ABP_LA_OverlapTriggerEvent_C::ExitTrigger' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_OverlapTriggerEvent_C, EnterTrigger) == 0x0002B8, "Member 'ABP_LA_OverlapTriggerEvent_C::EnterTrigger' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_OverlapTriggerEvent_C, SBZLifeActionSlot) == 0x0002C0, "Member 'ABP_LA_OverlapTriggerEvent_C::SBZLifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_OverlapTriggerEvent_C, SBZLifeActionInstance) == 0x0002C8, "Member 'ABP_LA_OverlapTriggerEvent_C::SBZLifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_OverlapTriggerEvent_C, SBZLifeAction) == 0x0002D0, "Member 'ABP_LA_OverlapTriggerEvent_C::SBZLifeAction' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_OverlapTriggerEvent_C, BeginOverlapSectionName) == 0x0002D8, "Member 'ABP_LA_OverlapTriggerEvent_C::BeginOverlapSectionName' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_OverlapTriggerEvent_C, EndOverlapSectionName) == 0x0002E4, "Member 'ABP_LA_OverlapTriggerEvent_C::EndOverlapSectionName' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_OverlapTriggerEvent_C, OverlappingActors) == 0x0002F0, "Member 'ABP_LA_OverlapTriggerEvent_C::OverlappingActors' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_OverlapTriggerEvent_C, TargetOverlapSectionName) == 0x000300, "Member 'ABP_LA_OverlapTriggerEvent_C::TargetOverlapSectionName' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_OverlapTriggerEvent_C, BlockingTargetOverlapSectionName) == 0x00030C, "Member 'ABP_LA_OverlapTriggerEvent_C::BlockingTargetOverlapSectionName' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_OverlapTriggerEvent_C, CanInteruptAnimation) == 0x000318, "Member 'ABP_LA_OverlapTriggerEvent_C::CanInteruptAnimation' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_OverlapTriggerEvent_C, EnterTriggerBlockingSectionNames) == 0x000320, "Member 'ABP_LA_OverlapTriggerEvent_C::EnterTriggerBlockingSectionNames' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_OverlapTriggerEvent_C, ExitTriggerBlockingSectionNames) == 0x000330, "Member 'ABP_LA_OverlapTriggerEvent_C::ExitTriggerBlockingSectionNames' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_OverlapTriggerEvent_C, BlockingSwitches) == 0x000340, "Member 'ABP_LA_OverlapTriggerEvent_C::BlockingSwitches' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LA_Crew_Smoke_C \ +static_assert(alignof(ABP_LA_Crew_Smoke_C) == 0x000008, "Wrong alignment on ABP_LA_Crew_Smoke_C"); \ +static_assert(sizeof(ABP_LA_Crew_Smoke_C) == 0x0002C0, "Wrong size on ABP_LA_Crew_Smoke_C"); \ +static_assert(offsetof(ABP_LA_Crew_Smoke_C, SBZLifeActionSlot) == 0x0002A8, "Member 'ABP_LA_Crew_Smoke_C::SBZLifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Crew_Smoke_C, SBZLifeActionInstance) == 0x0002B0, "Member 'ABP_LA_Crew_Smoke_C::SBZLifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Crew_Smoke_C, SBZLifeAction) == 0x0002B8, "Member 'ABP_LA_Crew_Smoke_C::SBZLifeAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LA_Crew_Phone_C \ +static_assert(alignof(ABP_LA_Crew_Phone_C) == 0x000008, "Wrong alignment on ABP_LA_Crew_Phone_C"); \ +static_assert(sizeof(ABP_LA_Crew_Phone_C) == 0x0002C0, "Wrong size on ABP_LA_Crew_Phone_C"); \ +static_assert(offsetof(ABP_LA_Crew_Phone_C, SBZLifeActionSlot) == 0x0002A8, "Member 'ABP_LA_Crew_Phone_C::SBZLifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Crew_Phone_C, SBZLifeActionInstance) == 0x0002B0, "Member 'ABP_LA_Crew_Phone_C::SBZLifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Crew_Phone_C, SBZLifeAction) == 0x0002B8, "Member 'ABP_LA_Crew_Phone_C::SBZLifeAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LA_Crew_Lean_B_C \ +static_assert(alignof(ABP_LA_Crew_Lean_B_C) == 0x000008, "Wrong alignment on ABP_LA_Crew_Lean_B_C"); \ +static_assert(sizeof(ABP_LA_Crew_Lean_B_C) == 0x0002C0, "Wrong size on ABP_LA_Crew_Lean_B_C"); \ +static_assert(offsetof(ABP_LA_Crew_Lean_B_C, SBZLifeActionSlot) == 0x0002A8, "Member 'ABP_LA_Crew_Lean_B_C::SBZLifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Crew_Lean_B_C, SBZLifeActionInstance) == 0x0002B0, "Member 'ABP_LA_Crew_Lean_B_C::SBZLifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Crew_Lean_B_C, SBZLifeAction) == 0x0002B8, "Member 'ABP_LA_Crew_Lean_B_C::SBZLifeAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_NC_Accountant_Scripted_Examine_C_ExecuteUbergraph_BP_LA_NC_Accountant_Scripted_Examine \ +static_assert(alignof(BP_LA_NC_Accountant_Scripted_Examine_C_ExecuteUbergraph_BP_LA_NC_Accountant_Scripted_Examine) == 0x000008, "Wrong alignment on BP_LA_NC_Accountant_Scripted_Examine_C_ExecuteUbergraph_BP_LA_NC_Accountant_Scripted_Examine"); \ +static_assert(sizeof(BP_LA_NC_Accountant_Scripted_Examine_C_ExecuteUbergraph_BP_LA_NC_Accountant_Scripted_Examine) == 0x000040, "Wrong size on BP_LA_NC_Accountant_Scripted_Examine_C_ExecuteUbergraph_BP_LA_NC_Accountant_Scripted_Examine"); \ +static_assert(offsetof(BP_LA_NC_Accountant_Scripted_Examine_C_ExecuteUbergraph_BP_LA_NC_Accountant_Scripted_Examine, EntryPoint) == 0x000000, "Member 'BP_LA_NC_Accountant_Scripted_Examine_C_ExecuteUbergraph_BP_LA_NC_Accountant_Scripted_Examine::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_NC_Accountant_Scripted_Examine_C_ExecuteUbergraph_BP_LA_NC_Accountant_Scripted_Examine, K2Node_ComponentBoundEvent_Character) == 0x000008, "Member 'BP_LA_NC_Accountant_Scripted_Examine_C_ExecuteUbergraph_BP_LA_NC_Accountant_Scripted_Examine::K2Node_ComponentBoundEvent_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_NC_Accountant_Scripted_Examine_C_ExecuteUbergraph_BP_LA_NC_Accountant_Scripted_Examine, K2Node_ComponentBoundEvent_ActionInstance) == 0x000010, "Member 'BP_LA_NC_Accountant_Scripted_Examine_C_ExecuteUbergraph_BP_LA_NC_Accountant_Scripted_Examine::K2Node_ComponentBoundEvent_ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_NC_Accountant_Scripted_Examine_C_ExecuteUbergraph_BP_LA_NC_Accountant_Scripted_Examine, K2Node_ComponentBoundEvent_ActionSlot) == 0x000018, "Member 'BP_LA_NC_Accountant_Scripted_Examine_C_ExecuteUbergraph_BP_LA_NC_Accountant_Scripted_Examine::K2Node_ComponentBoundEvent_ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_NC_Accountant_Scripted_Examine_C_ExecuteUbergraph_BP_LA_NC_Accountant_Scripted_Examine, K2Node_ComponentBoundEvent_Character_1) == 0x000020, "Member 'BP_LA_NC_Accountant_Scripted_Examine_C_ExecuteUbergraph_BP_LA_NC_Accountant_Scripted_Examine::K2Node_ComponentBoundEvent_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_NC_Accountant_Scripted_Examine_C_ExecuteUbergraph_BP_LA_NC_Accountant_Scripted_Examine, K2Node_ComponentBoundEvent_ActionInstance_1) == 0x000028, "Member 'BP_LA_NC_Accountant_Scripted_Examine_C_ExecuteUbergraph_BP_LA_NC_Accountant_Scripted_Examine::K2Node_ComponentBoundEvent_ActionInstance_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_NC_Accountant_Scripted_Examine_C_ExecuteUbergraph_BP_LA_NC_Accountant_Scripted_Examine, K2Node_ComponentBoundEvent_ActionSlot_1) == 0x000030, "Member 'BP_LA_NC_Accountant_Scripted_Examine_C_ExecuteUbergraph_BP_LA_NC_Accountant_Scripted_Examine::K2Node_ComponentBoundEvent_ActionSlot_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_NC_Accountant_Scripted_Examine_C_ExecuteUbergraph_BP_LA_NC_Accountant_Scripted_Examine, K2Node_ComponentBoundEvent_Result) == 0x000038, "Member 'BP_LA_NC_Accountant_Scripted_Examine_C_ExecuteUbergraph_BP_LA_NC_Accountant_Scripted_Examine::K2Node_ComponentBoundEvent_Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_NC_Accountant_Scripted_Examine_C_BndEvt__BP_LA_Manager_Scripted_TableButtonPress_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature \ +static_assert(alignof(BP_LA_NC_Accountant_Scripted_Examine_C_BndEvt__BP_LA_Manager_Scripted_TableButtonPress_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_LA_NC_Accountant_Scripted_Examine_C_BndEvt__BP_LA_Manager_Scripted_TableButtonPress_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_LA_NC_Accountant_Scripted_Examine_C_BndEvt__BP_LA_Manager_Scripted_TableButtonPress_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature) == 0x000018, "Wrong size on BP_LA_NC_Accountant_Scripted_Examine_C_BndEvt__BP_LA_Manager_Scripted_TableButtonPress_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_LA_NC_Accountant_Scripted_Examine_C_BndEvt__BP_LA_Manager_Scripted_TableButtonPress_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature, Character) == 0x000000, "Member 'BP_LA_NC_Accountant_Scripted_Examine_C_BndEvt__BP_LA_Manager_Scripted_TableButtonPress_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_NC_Accountant_Scripted_Examine_C_BndEvt__BP_LA_Manager_Scripted_TableButtonPress_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature, ActionInstance) == 0x000008, "Member 'BP_LA_NC_Accountant_Scripted_Examine_C_BndEvt__BP_LA_Manager_Scripted_TableButtonPress_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_NC_Accountant_Scripted_Examine_C_BndEvt__BP_LA_Manager_Scripted_TableButtonPress_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature, ActionSlot) == 0x000010, "Member 'BP_LA_NC_Accountant_Scripted_Examine_C_BndEvt__BP_LA_Manager_Scripted_TableButtonPress_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature::ActionSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_NC_Accountant_Scripted_Examine_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature \ +static_assert(alignof(BP_LA_NC_Accountant_Scripted_Examine_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_LA_NC_Accountant_Scripted_Examine_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_LA_NC_Accountant_Scripted_Examine_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature) == 0x000020, "Wrong size on BP_LA_NC_Accountant_Scripted_Examine_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_LA_NC_Accountant_Scripted_Examine_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature, Character) == 0x000000, "Member 'BP_LA_NC_Accountant_Scripted_Examine_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_NC_Accountant_Scripted_Examine_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature, ActionInstance) == 0x000008, "Member 'BP_LA_NC_Accountant_Scripted_Examine_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_NC_Accountant_Scripted_Examine_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature, ActionSlot) == 0x000010, "Member 'BP_LA_NC_Accountant_Scripted_Examine_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature::ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_NC_Accountant_Scripted_Examine_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature, Result) == 0x000018, "Member 'BP_LA_NC_Accountant_Scripted_Examine_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LA_NC_Accountant_Scripted_Examine_C \ +static_assert(alignof(ABP_LA_NC_Accountant_Scripted_Examine_C) == 0x000008, "Wrong alignment on ABP_LA_NC_Accountant_Scripted_Examine_C"); \ +static_assert(sizeof(ABP_LA_NC_Accountant_Scripted_Examine_C) == 0x0002E8, "Wrong size on ABP_LA_NC_Accountant_Scripted_Examine_C"); \ +static_assert(offsetof(ABP_LA_NC_Accountant_Scripted_Examine_C, UberGraphFrame) == 0x0002A8, "Member 'ABP_LA_NC_Accountant_Scripted_Examine_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_NC_Accountant_Scripted_Examine_C, SBZLifeActionSlot) == 0x0002B0, "Member 'ABP_LA_NC_Accountant_Scripted_Examine_C::SBZLifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_NC_Accountant_Scripted_Examine_C, SBZLifeActionInstance) == 0x0002B8, "Member 'ABP_LA_NC_Accountant_Scripted_Examine_C::SBZLifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_NC_Accountant_Scripted_Examine_C, SBZLifeAction) == 0x0002C0, "Member 'ABP_LA_NC_Accountant_Scripted_Examine_C::SBZLifeAction' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_NC_Accountant_Scripted_Examine_C, ActionCompleted) == 0x0002C8, "Member 'ABP_LA_NC_Accountant_Scripted_Examine_C::ActionCompleted' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_NC_Accountant_Scripted_Examine_C, ActionStarted) == 0x0002D8, "Member 'ABP_LA_NC_Accountant_Scripted_Examine_C::ActionStarted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_Manager_Scripted_TableButtonPress_C_ExecuteUbergraph_BP_LA_Manager_Scripted_TableButtonPress \ +static_assert(alignof(BP_LA_Manager_Scripted_TableButtonPress_C_ExecuteUbergraph_BP_LA_Manager_Scripted_TableButtonPress) == 0x000008, "Wrong alignment on BP_LA_Manager_Scripted_TableButtonPress_C_ExecuteUbergraph_BP_LA_Manager_Scripted_TableButtonPress"); \ +static_assert(sizeof(BP_LA_Manager_Scripted_TableButtonPress_C_ExecuteUbergraph_BP_LA_Manager_Scripted_TableButtonPress) == 0x000040, "Wrong size on BP_LA_Manager_Scripted_TableButtonPress_C_ExecuteUbergraph_BP_LA_Manager_Scripted_TableButtonPress"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_TableButtonPress_C_ExecuteUbergraph_BP_LA_Manager_Scripted_TableButtonPress, EntryPoint) == 0x000000, "Member 'BP_LA_Manager_Scripted_TableButtonPress_C_ExecuteUbergraph_BP_LA_Manager_Scripted_TableButtonPress::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_TableButtonPress_C_ExecuteUbergraph_BP_LA_Manager_Scripted_TableButtonPress, K2Node_ComponentBoundEvent_Character) == 0x000008, "Member 'BP_LA_Manager_Scripted_TableButtonPress_C_ExecuteUbergraph_BP_LA_Manager_Scripted_TableButtonPress::K2Node_ComponentBoundEvent_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_TableButtonPress_C_ExecuteUbergraph_BP_LA_Manager_Scripted_TableButtonPress, K2Node_ComponentBoundEvent_ActionInstance) == 0x000010, "Member 'BP_LA_Manager_Scripted_TableButtonPress_C_ExecuteUbergraph_BP_LA_Manager_Scripted_TableButtonPress::K2Node_ComponentBoundEvent_ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_TableButtonPress_C_ExecuteUbergraph_BP_LA_Manager_Scripted_TableButtonPress, K2Node_ComponentBoundEvent_ActionSlot) == 0x000018, "Member 'BP_LA_Manager_Scripted_TableButtonPress_C_ExecuteUbergraph_BP_LA_Manager_Scripted_TableButtonPress::K2Node_ComponentBoundEvent_ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_TableButtonPress_C_ExecuteUbergraph_BP_LA_Manager_Scripted_TableButtonPress, K2Node_ComponentBoundEvent_Character_1) == 0x000020, "Member 'BP_LA_Manager_Scripted_TableButtonPress_C_ExecuteUbergraph_BP_LA_Manager_Scripted_TableButtonPress::K2Node_ComponentBoundEvent_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_TableButtonPress_C_ExecuteUbergraph_BP_LA_Manager_Scripted_TableButtonPress, K2Node_ComponentBoundEvent_ActionInstance_1) == 0x000028, "Member 'BP_LA_Manager_Scripted_TableButtonPress_C_ExecuteUbergraph_BP_LA_Manager_Scripted_TableButtonPress::K2Node_ComponentBoundEvent_ActionInstance_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_TableButtonPress_C_ExecuteUbergraph_BP_LA_Manager_Scripted_TableButtonPress, K2Node_ComponentBoundEvent_ActionSlot_1) == 0x000030, "Member 'BP_LA_Manager_Scripted_TableButtonPress_C_ExecuteUbergraph_BP_LA_Manager_Scripted_TableButtonPress::K2Node_ComponentBoundEvent_ActionSlot_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_TableButtonPress_C_ExecuteUbergraph_BP_LA_Manager_Scripted_TableButtonPress, K2Node_ComponentBoundEvent_Result) == 0x000038, "Member 'BP_LA_Manager_Scripted_TableButtonPress_C_ExecuteUbergraph_BP_LA_Manager_Scripted_TableButtonPress::K2Node_ComponentBoundEvent_Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_Manager_Scripted_TableButtonPress_C_BndEvt__BP_LA_Manager_Scripted_TableButtonPress_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature \ +static_assert(alignof(BP_LA_Manager_Scripted_TableButtonPress_C_BndEvt__BP_LA_Manager_Scripted_TableButtonPress_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_LA_Manager_Scripted_TableButtonPress_C_BndEvt__BP_LA_Manager_Scripted_TableButtonPress_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_LA_Manager_Scripted_TableButtonPress_C_BndEvt__BP_LA_Manager_Scripted_TableButtonPress_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature) == 0x000018, "Wrong size on BP_LA_Manager_Scripted_TableButtonPress_C_BndEvt__BP_LA_Manager_Scripted_TableButtonPress_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_TableButtonPress_C_BndEvt__BP_LA_Manager_Scripted_TableButtonPress_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature, Character) == 0x000000, "Member 'BP_LA_Manager_Scripted_TableButtonPress_C_BndEvt__BP_LA_Manager_Scripted_TableButtonPress_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_TableButtonPress_C_BndEvt__BP_LA_Manager_Scripted_TableButtonPress_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature, ActionInstance) == 0x000008, "Member 'BP_LA_Manager_Scripted_TableButtonPress_C_BndEvt__BP_LA_Manager_Scripted_TableButtonPress_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_TableButtonPress_C_BndEvt__BP_LA_Manager_Scripted_TableButtonPress_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature, ActionSlot) == 0x000010, "Member 'BP_LA_Manager_Scripted_TableButtonPress_C_BndEvt__BP_LA_Manager_Scripted_TableButtonPress_SBZLifeAction_K2Node_ComponentBoundEvent_1_SBZLifeActionEventDelegate__DelegateSignature::ActionSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LA_Manager_Scripted_TableButtonPress_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature \ +static_assert(alignof(BP_LA_Manager_Scripted_TableButtonPress_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_LA_Manager_Scripted_TableButtonPress_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_LA_Manager_Scripted_TableButtonPress_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature) == 0x000020, "Wrong size on BP_LA_Manager_Scripted_TableButtonPress_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_TableButtonPress_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature, Character) == 0x000000, "Member 'BP_LA_Manager_Scripted_TableButtonPress_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_TableButtonPress_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature, ActionInstance) == 0x000008, "Member 'BP_LA_Manager_Scripted_TableButtonPress_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_TableButtonPress_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature, ActionSlot) == 0x000010, "Member 'BP_LA_Manager_Scripted_TableButtonPress_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature::ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(BP_LA_Manager_Scripted_TableButtonPress_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature, Result) == 0x000018, "Member 'BP_LA_Manager_Scripted_TableButtonPress_C_BndEvt__BP_LA_Civ_Cosmetic_Dance_SBZLifeAction_K2Node_ComponentBoundEvent_0_SBZLifeActionStopEventDelegate__DelegateSignature::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LA_Manager_Scripted_TableButtonPress_C \ +static_assert(alignof(ABP_LA_Manager_Scripted_TableButtonPress_C) == 0x000008, "Wrong alignment on ABP_LA_Manager_Scripted_TableButtonPress_C"); \ +static_assert(sizeof(ABP_LA_Manager_Scripted_TableButtonPress_C) == 0x0002E8, "Wrong size on ABP_LA_Manager_Scripted_TableButtonPress_C"); \ +static_assert(offsetof(ABP_LA_Manager_Scripted_TableButtonPress_C, UberGraphFrame) == 0x0002A8, "Member 'ABP_LA_Manager_Scripted_TableButtonPress_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Manager_Scripted_TableButtonPress_C, SBZLifeActionSlot) == 0x0002B0, "Member 'ABP_LA_Manager_Scripted_TableButtonPress_C::SBZLifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Manager_Scripted_TableButtonPress_C, SBZLifeActionInstance) == 0x0002B8, "Member 'ABP_LA_Manager_Scripted_TableButtonPress_C::SBZLifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Manager_Scripted_TableButtonPress_C, SBZLifeAction) == 0x0002C0, "Member 'ABP_LA_Manager_Scripted_TableButtonPress_C::SBZLifeAction' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Manager_Scripted_TableButtonPress_C, ActionCompleted) == 0x0002C8, "Member 'ABP_LA_Manager_Scripted_TableButtonPress_C::ActionCompleted' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Manager_Scripted_TableButtonPress_C, ActionStarted) == 0x0002D8, "Member 'ABP_LA_Manager_Scripted_TableButtonPress_C::ActionStarted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LA_Civ_Scripted_VIP_PlaceBottleLow_C \ +static_assert(alignof(ABP_LA_Civ_Scripted_VIP_PlaceBottleLow_C) == 0x000008, "Wrong alignment on ABP_LA_Civ_Scripted_VIP_PlaceBottleLow_C"); \ +static_assert(sizeof(ABP_LA_Civ_Scripted_VIP_PlaceBottleLow_C) == 0x0002C0, "Wrong size on ABP_LA_Civ_Scripted_VIP_PlaceBottleLow_C"); \ +static_assert(offsetof(ABP_LA_Civ_Scripted_VIP_PlaceBottleLow_C, SBZLifeActionSlot) == 0x0002A8, "Member 'ABP_LA_Civ_Scripted_VIP_PlaceBottleLow_C::SBZLifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Scripted_VIP_PlaceBottleLow_C, SBZLifeActionInstance) == 0x0002B0, "Member 'ABP_LA_Civ_Scripted_VIP_PlaceBottleLow_C::SBZLifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Scripted_VIP_PlaceBottleLow_C, SBZLifeAction) == 0x0002B8, "Member 'ABP_LA_Civ_Scripted_VIP_PlaceBottleLow_C::SBZLifeAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LA_Civ_Scripted_VIP_PlaceBottle_C \ +static_assert(alignof(ABP_LA_Civ_Scripted_VIP_PlaceBottle_C) == 0x000008, "Wrong alignment on ABP_LA_Civ_Scripted_VIP_PlaceBottle_C"); \ +static_assert(sizeof(ABP_LA_Civ_Scripted_VIP_PlaceBottle_C) == 0x0002C0, "Wrong size on ABP_LA_Civ_Scripted_VIP_PlaceBottle_C"); \ +static_assert(offsetof(ABP_LA_Civ_Scripted_VIP_PlaceBottle_C, SBZLifeActionSlot) == 0x0002A8, "Member 'ABP_LA_Civ_Scripted_VIP_PlaceBottle_C::SBZLifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Scripted_VIP_PlaceBottle_C, SBZLifeActionInstance) == 0x0002B0, "Member 'ABP_LA_Civ_Scripted_VIP_PlaceBottle_C::SBZLifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Scripted_VIP_PlaceBottle_C, SBZLifeAction) == 0x0002B8, "Member 'ABP_LA_Civ_Scripted_VIP_PlaceBottle_C::SBZLifeAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LA_Civ_Cosmetic_Phone_Loop_C \ +static_assert(alignof(ABP_LA_Civ_Cosmetic_Phone_Loop_C) == 0x000008, "Wrong alignment on ABP_LA_Civ_Cosmetic_Phone_Loop_C"); \ +static_assert(sizeof(ABP_LA_Civ_Cosmetic_Phone_Loop_C) == 0x0002C0, "Wrong size on ABP_LA_Civ_Cosmetic_Phone_Loop_C"); \ +static_assert(offsetof(ABP_LA_Civ_Cosmetic_Phone_Loop_C, SBZLifeActionSlot) == 0x0002A8, "Member 'ABP_LA_Civ_Cosmetic_Phone_Loop_C::SBZLifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Cosmetic_Phone_Loop_C, SBZLifeActionInstance) == 0x0002B0, "Member 'ABP_LA_Civ_Cosmetic_Phone_Loop_C::SBZLifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Cosmetic_Phone_Loop_C, SBZLifeAction) == 0x0002B8, "Member 'ABP_LA_Civ_Cosmetic_Phone_Loop_C::SBZLifeAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LA_Civ_Cosmetic_LeanTired_C \ +static_assert(alignof(ABP_LA_Civ_Cosmetic_LeanTired_C) == 0x000008, "Wrong alignment on ABP_LA_Civ_Cosmetic_LeanTired_C"); \ +static_assert(sizeof(ABP_LA_Civ_Cosmetic_LeanTired_C) == 0x0002C0, "Wrong size on ABP_LA_Civ_Cosmetic_LeanTired_C"); \ +static_assert(offsetof(ABP_LA_Civ_Cosmetic_LeanTired_C, SBZLifeActionSlot) == 0x0002A8, "Member 'ABP_LA_Civ_Cosmetic_LeanTired_C::SBZLifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Cosmetic_LeanTired_C, SBZLifeActionInstance) == 0x0002B0, "Member 'ABP_LA_Civ_Cosmetic_LeanTired_C::SBZLifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Cosmetic_LeanTired_C, SBZLifeAction) == 0x0002B8, "Member 'ABP_LA_Civ_Cosmetic_LeanTired_C::SBZLifeAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LA_Civ_Cosmetic_Idle_WaitPatiently_C \ +static_assert(alignof(ABP_LA_Civ_Cosmetic_Idle_WaitPatiently_C) == 0x000008, "Wrong alignment on ABP_LA_Civ_Cosmetic_Idle_WaitPatiently_C"); \ +static_assert(sizeof(ABP_LA_Civ_Cosmetic_Idle_WaitPatiently_C) == 0x0002C0, "Wrong size on ABP_LA_Civ_Cosmetic_Idle_WaitPatiently_C"); \ +static_assert(offsetof(ABP_LA_Civ_Cosmetic_Idle_WaitPatiently_C, SBZLifeActionSlot) == 0x0002A8, "Member 'ABP_LA_Civ_Cosmetic_Idle_WaitPatiently_C::SBZLifeActionSlot' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Cosmetic_Idle_WaitPatiently_C, SBZLifeActionInstance) == 0x0002B0, "Member 'ABP_LA_Civ_Cosmetic_Idle_WaitPatiently_C::SBZLifeActionInstance' has a wrong offset!"); \ +static_assert(offsetof(ABP_LA_Civ_Cosmetic_Idle_WaitPatiently_C, SBZLifeAction) == 0x0002B8, "Member 'ABP_LA_Civ_Cosmetic_Idle_WaitPatiently_C::SBZLifeAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PenthouseHP_02_C \ +static_assert(alignof(ABP_PenthouseHP_02_C) == 0x000008, "Wrong alignment on ABP_PenthouseHP_02_C"); \ +static_assert(sizeof(ABP_PenthouseHP_02_C) == 0x0005F8, "Wrong size on ABP_PenthouseHP_02_C"); \ + +#define DUMPER7_ASSERTS_ABP_Toast_02_SmallDestruction_C \ +static_assert(alignof(ABP_Toast_02_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_Toast_02_SmallDestruction_C"); \ +static_assert(sizeof(ABP_Toast_02_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_Toast_02_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_ABP_Crate_01_80_C \ +static_assert(alignof(ABP_Crate_01_80_C) == 0x000008, "Wrong alignment on ABP_Crate_01_80_C"); \ +static_assert(sizeof(ABP_Crate_01_80_C) == 0x0002B8, "Wrong size on ABP_Crate_01_80_C"); \ +static_assert(offsetof(ABP_Crate_01_80_C, Crates_01_Crate_80cm) == 0x0002A8, "Member 'ABP_Crate_01_80_C::Crates_01_Crate_80cm' has a wrong offset!"); \ +static_assert(offsetof(ABP_Crate_01_80_C, DefaultSceneRoot) == 0x0002B0, "Member 'ABP_Crate_01_80_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FireExtinguisher_Foam_C_ExecuteUbergraph_BP_FireExtinguisher_Foam \ +static_assert(alignof(BP_FireExtinguisher_Foam_C_ExecuteUbergraph_BP_FireExtinguisher_Foam) == 0x000004, "Wrong alignment on BP_FireExtinguisher_Foam_C_ExecuteUbergraph_BP_FireExtinguisher_Foam"); \ +static_assert(sizeof(BP_FireExtinguisher_Foam_C_ExecuteUbergraph_BP_FireExtinguisher_Foam) == 0x000008, "Wrong size on BP_FireExtinguisher_Foam_C_ExecuteUbergraph_BP_FireExtinguisher_Foam"); \ +static_assert(offsetof(BP_FireExtinguisher_Foam_C_ExecuteUbergraph_BP_FireExtinguisher_Foam, EntryPoint) == 0x000000, "Member 'BP_FireExtinguisher_Foam_C_ExecuteUbergraph_BP_FireExtinguisher_Foam::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_Foam_C_ExecuteUbergraph_BP_FireExtinguisher_Foam, K2Node_Event_bDoCosmetics) == 0x000004, "Member 'BP_FireExtinguisher_Foam_C_ExecuteUbergraph_BP_FireExtinguisher_Foam::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FireExtinguisher_Foam_C_BP_OnExplosion \ +static_assert(alignof(BP_FireExtinguisher_Foam_C_BP_OnExplosion) == 0x000001, "Wrong alignment on BP_FireExtinguisher_Foam_C_BP_OnExplosion"); \ +static_assert(sizeof(BP_FireExtinguisher_Foam_C_BP_OnExplosion) == 0x000001, "Wrong size on BP_FireExtinguisher_Foam_C_BP_OnExplosion"); \ +static_assert(offsetof(BP_FireExtinguisher_Foam_C_BP_OnExplosion, bDoCosmetics) == 0x000000, "Member 'BP_FireExtinguisher_Foam_C_BP_OnExplosion::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FireExtinguisher_Foam_C_GetSightModifier \ +static_assert(alignof(BP_FireExtinguisher_Foam_C_GetSightModifier) == 0x000004, "Wrong alignment on BP_FireExtinguisher_Foam_C_GetSightModifier"); \ +static_assert(sizeof(BP_FireExtinguisher_Foam_C_GetSightModifier) == 0x00002C, "Wrong size on BP_FireExtinguisher_Foam_C_GetSightModifier"); \ +static_assert(offsetof(BP_FireExtinguisher_Foam_C_GetSightModifier, Start) == 0x000000, "Member 'BP_FireExtinguisher_Foam_C_GetSightModifier::Start' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_Foam_C_GetSightModifier, End) == 0x00000C, "Member 'BP_FireExtinguisher_Foam_C_GetSightModifier::End' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_Foam_C_GetSightModifier, ReturnValue) == 0x000018, "Member 'BP_FireExtinguisher_Foam_C_GetSightModifier::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_Foam_C_GetSightModifier, Temp_bool_Variable) == 0x00001C, "Member 'BP_FireExtinguisher_Foam_C_GetSightModifier::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_Foam_C_GetSightModifier, Temp_float_Variable) == 0x000020, "Member 'BP_FireExtinguisher_Foam_C_GetSightModifier::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_Foam_C_GetSightModifier, CallFunc_IsSegmentOverlapping_ReturnValue) == 0x000024, "Member 'BP_FireExtinguisher_Foam_C_GetSightModifier::CallFunc_IsSegmentOverlapping_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_FireExtinguisher_Foam_C_GetSightModifier, K2Node_Select_Default) == 0x000028, "Member 'BP_FireExtinguisher_Foam_C_GetSightModifier::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FireExtinguisher_Foam_C_CanAffectStealth \ +static_assert(alignof(BP_FireExtinguisher_Foam_C_CanAffectStealth) == 0x000001, "Wrong alignment on BP_FireExtinguisher_Foam_C_CanAffectStealth"); \ +static_assert(sizeof(BP_FireExtinguisher_Foam_C_CanAffectStealth) == 0x000001, "Wrong size on BP_FireExtinguisher_Foam_C_CanAffectStealth"); \ +static_assert(offsetof(BP_FireExtinguisher_Foam_C_CanAffectStealth, ReturnValue) == 0x000000, "Member 'BP_FireExtinguisher_Foam_C_CanAffectStealth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_FireExtinguisher_Foam_C \ +static_assert(alignof(ABP_FireExtinguisher_Foam_C) == 0x000008, "Wrong alignment on ABP_FireExtinguisher_Foam_C"); \ +static_assert(sizeof(ABP_FireExtinguisher_Foam_C) == 0x000560, "Wrong size on ABP_FireExtinguisher_Foam_C"); \ +static_assert(offsetof(ABP_FireExtinguisher_Foam_C, UberGraphFrame) == 0x000548, "Member 'ABP_FireExtinguisher_Foam_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_FireExtinguisher_Foam_C, StaticMesh) == 0x000550, "Member 'ABP_FireExtinguisher_Foam_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_FireExtinguisher_Foam_C, SmokeSightModifier) == 0x000558, "Member 'ABP_FireExtinguisher_Foam_C::SmokeSightModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Req_genericHackableComputer_C_BP_CheckRequirement \ +static_assert(alignof(BP_Req_genericHackableComputer_C_BP_CheckRequirement) == 0x000008, "Wrong alignment on BP_Req_genericHackableComputer_C_BP_CheckRequirement"); \ +static_assert(sizeof(BP_Req_genericHackableComputer_C_BP_CheckRequirement) == 0x000138, "Wrong size on BP_Req_genericHackableComputer_C_BP_CheckRequirement"); \ +static_assert(offsetof(BP_Req_genericHackableComputer_C_BP_CheckRequirement, Interactor) == 0x000000, "Member 'BP_Req_genericHackableComputer_C_BP_CheckRequirement::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_Req_genericHackableComputer_C_BP_CheckRequirement, OutData) == 0x000008, "Member 'BP_Req_genericHackableComputer_C_BP_CheckRequirement::OutData' has a wrong offset!"); \ +static_assert(offsetof(BP_Req_genericHackableComputer_C_BP_CheckRequirement, bIsSignalRequired) == 0x000048, "Member 'BP_Req_genericHackableComputer_C_BP_CheckRequirement::bIsSignalRequired' has a wrong offset!"); \ +static_assert(offsetof(BP_Req_genericHackableComputer_C_BP_CheckRequirement, bInIsScreenInteract) == 0x000049, "Member 'BP_Req_genericHackableComputer_C_BP_CheckRequirement::bInIsScreenInteract' has a wrong offset!"); \ +static_assert(offsetof(BP_Req_genericHackableComputer_C_BP_CheckRequirement, bIsCasing) == 0x00004A, "Member 'BP_Req_genericHackableComputer_C_BP_CheckRequirement::bIsCasing' has a wrong offset!"); \ +static_assert(offsetof(BP_Req_genericHackableComputer_C_BP_CheckRequirement, bIsEncumbered) == 0x00004B, "Member 'BP_Req_genericHackableComputer_C_BP_CheckRequirement::bIsEncumbered' has a wrong offset!"); \ +static_assert(offsetof(BP_Req_genericHackableComputer_C_BP_CheckRequirement, ReturnValue) == 0x00004C, "Member 'BP_Req_genericHackableComputer_C_BP_CheckRequirement::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Req_genericHackableComputer_C_BP_CheckRequirement, LocalOutData) == 0x000050, "Member 'BP_Req_genericHackableComputer_C_BP_CheckRequirement::LocalOutData' has a wrong offset!"); \ +static_assert(offsetof(BP_Req_genericHackableComputer_C_BP_CheckRequirement, Temp_byte_Variable) == 0x000090, "Member 'BP_Req_genericHackableComputer_C_BP_CheckRequirement::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Req_genericHackableComputer_C_BP_CheckRequirement, Temp_text_Variable) == 0x000098, "Member 'BP_Req_genericHackableComputer_C_BP_CheckRequirement::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Req_genericHackableComputer_C_BP_CheckRequirement, Temp_text_Variable_1) == 0x0000B0, "Member 'BP_Req_genericHackableComputer_C_BP_CheckRequirement::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Req_genericHackableComputer_C_BP_CheckRequirement, Temp_text_Variable_2) == 0x0000C8, "Member 'BP_Req_genericHackableComputer_C_BP_CheckRequirement::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Req_genericHackableComputer_C_BP_CheckRequirement, Temp_text_Variable_3) == 0x0000E0, "Member 'BP_Req_genericHackableComputer_C_BP_CheckRequirement::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Req_genericHackableComputer_C_BP_CheckRequirement, CallFunc_GetOuterObject_ReturnValue) == 0x0000F8, "Member 'BP_Req_genericHackableComputer_C_BP_CheckRequirement::CallFunc_GetOuterObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Req_genericHackableComputer_C_BP_CheckRequirement, CallFunc_GetOuterObject_ReturnValue_1) == 0x000100, "Member 'BP_Req_genericHackableComputer_C_BP_CheckRequirement::CallFunc_GetOuterObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Req_genericHackableComputer_C_BP_CheckRequirement, K2Node_DynamicCast_AsBP_Generic_Hackable_Computer) == 0x000108, "Member 'BP_Req_genericHackableComputer_C_BP_CheckRequirement::K2Node_DynamicCast_AsBP_Generic_Hackable_Computer' has a wrong offset!"); \ +static_assert(offsetof(BP_Req_genericHackableComputer_C_BP_CheckRequirement, K2Node_DynamicCast_bSuccess) == 0x000110, "Member 'BP_Req_genericHackableComputer_C_BP_CheckRequirement::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Req_genericHackableComputer_C_BP_CheckRequirement, K2Node_Select_Default) == 0x000118, "Member 'BP_Req_genericHackableComputer_C_BP_CheckRequirement::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_Req_genericHackableComputer_C_BP_CheckRequirement, CallFunc_Array_Add_ReturnValue) == 0x000130, "Member 'BP_Req_genericHackableComputer_C_BP_CheckRequirement::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Req_genericHackableComputer_C \ +static_assert(alignof(UBP_Req_genericHackableComputer_C) == 0x000008, "Wrong alignment on UBP_Req_genericHackableComputer_C"); \ +static_assert(sizeof(UBP_Req_genericHackableComputer_C) == 0x000030, "Wrong size on UBP_Req_genericHackableComputer_C"); \ + +#define DUMPER7_ASSERTS_BP_MarkerZone_C_ExecuteUbergraph_BP_MarkerZone \ +static_assert(alignof(BP_MarkerZone_C_ExecuteUbergraph_BP_MarkerZone) == 0x000004, "Wrong alignment on BP_MarkerZone_C_ExecuteUbergraph_BP_MarkerZone"); \ +static_assert(sizeof(BP_MarkerZone_C_ExecuteUbergraph_BP_MarkerZone) == 0x000008, "Wrong size on BP_MarkerZone_C_ExecuteUbergraph_BP_MarkerZone"); \ +static_assert(offsetof(BP_MarkerZone_C_ExecuteUbergraph_BP_MarkerZone, EntryPoint) == 0x000000, "Member 'BP_MarkerZone_C_ExecuteUbergraph_BP_MarkerZone::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_MarkerZone_C_ExecuteUbergraph_BP_MarkerZone, K2Node_Event_bStateToChangeTo) == 0x000004, "Member 'BP_MarkerZone_C_ExecuteUbergraph_BP_MarkerZone::K2Node_Event_bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_MarkerZone_C_ExecuteUbergraph_BP_MarkerZone, K2Node_Event_bDoCosmetics) == 0x000005, "Member 'BP_MarkerZone_C_ExecuteUbergraph_BP_MarkerZone::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_MarkerZone_C_ExecuteUbergraph_BP_MarkerZone, CallFunc_IsDedicatedServer_ReturnValue) == 0x000006, "Member 'BP_MarkerZone_C_ExecuteUbergraph_BP_MarkerZone::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MarkerZone_C_OnStateChanged \ +static_assert(alignof(BP_MarkerZone_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_MarkerZone_C_OnStateChanged"); \ +static_assert(sizeof(BP_MarkerZone_C_OnStateChanged) == 0x000002, "Wrong size on BP_MarkerZone_C_OnStateChanged"); \ +static_assert(offsetof(BP_MarkerZone_C_OnStateChanged, bStateToChangeTo) == 0x000000, "Member 'BP_MarkerZone_C_OnStateChanged::bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_MarkerZone_C_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_MarkerZone_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MarkerZone_C \ +static_assert(alignof(ABP_MarkerZone_C) == 0x000008, "Wrong alignment on ABP_MarkerZone_C"); \ +static_assert(sizeof(ABP_MarkerZone_C) == 0x000330, "Wrong size on ABP_MarkerZone_C"); \ +static_assert(offsetof(ABP_MarkerZone_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_MarkerZone_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_MarkerZone_C, FX_DigitalZone) == 0x0002E0, "Member 'ABP_MarkerZone_C::FX_DigitalZone' has a wrong offset!"); \ +static_assert(offsetof(ABP_MarkerZone_C, Icon04) == 0x0002E8, "Member 'ABP_MarkerZone_C::Icon04' has a wrong offset!"); \ +static_assert(offsetof(ABP_MarkerZone_C, Icon00) == 0x0002F0, "Member 'ABP_MarkerZone_C::Icon00' has a wrong offset!"); \ +static_assert(offsetof(ABP_MarkerZone_C, Billboard) == 0x0002F8, "Member 'ABP_MarkerZone_C::Billboard' has a wrong offset!"); \ +static_assert(offsetof(ABP_MarkerZone_C, Icon03) == 0x000300, "Member 'ABP_MarkerZone_C::Icon03' has a wrong offset!"); \ +static_assert(offsetof(ABP_MarkerZone_C, Icon02) == 0x000308, "Member 'ABP_MarkerZone_C::Icon02' has a wrong offset!"); \ +static_assert(offsetof(ABP_MarkerZone_C, Icon01) == 0x000310, "Member 'ABP_MarkerZone_C::Icon01' has a wrong offset!"); \ +static_assert(offsetof(ABP_MarkerZone_C, Area) == 0x000318, "Member 'ABP_MarkerZone_C::Area' has a wrong offset!"); \ +static_assert(offsetof(ABP_MarkerZone_C, Icon) == 0x000320, "Member 'ABP_MarkerZone_C::Icon' has a wrong offset!"); \ +static_assert(offsetof(ABP_MarkerZone_C, Target) == 0x000328, "Member 'ABP_MarkerZone_C::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation \ +static_assert(alignof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation"); \ +static_assert(sizeof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation) == 0x0004D8, "Wrong size on BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, EntryPoint) == 0x000000, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, Temp_bool_Has_Been_Initd_Variable) == 0x000004, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, Temp_bool_IsClosed_Variable) == 0x000005, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, K2Node_Event_bStateToChangeTo) == 0x000006, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::K2Node_Event_bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, K2Node_Event_bDoCosmetics) == 0x000007, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, K2Node_ComponentBoundEvent_Interactable_4) == 0x000008, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::K2Node_ComponentBoundEvent_Interactable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, K2Node_ComponentBoundEvent_Interactor_4) == 0x000010, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::K2Node_ComponentBoundEvent_Interactor_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_4) == 0x000018, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, K2Node_ComponentBoundEvent_PoolComponent_1) == 0x000020, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::K2Node_ComponentBoundEvent_PoolComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, K2Node_ComponentBoundEvent_Hits_1) == 0x000028, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::K2Node_ComponentBoundEvent_Hits_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, K2Node_ComponentBoundEvent_bDoCosmetics) == 0x00002C, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::K2Node_ComponentBoundEvent_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, K2Node_ComponentBoundEvent_DamageContext) == 0x000030, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::K2Node_ComponentBoundEvent_DamageContext' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000048, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x0000D8, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x000168, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, CallFunc_K2_SetRelativeLocation_SweepHitResult_2) == 0x0001F8, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::CallFunc_K2_SetRelativeLocation_SweepHitResult_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, CallFunc_K2_SetRelativeRotation_SweepHitResult_1) == 0x000288, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::CallFunc_K2_SetRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, CallFunc_K2_SetRelativeLocation_SweepHitResult_3) == 0x000318, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::CallFunc_K2_SetRelativeLocation_SweepHitResult_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, Temp_delegate_Variable) == 0x0003A8, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x0003BC, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, Temp_struct_Variable) == 0x0003C0, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, K2Node_ComponentBoundEvent_Interactable_3) == 0x0003D0, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::K2Node_ComponentBoundEvent_Interactable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, K2Node_ComponentBoundEvent_Interactor_3) == 0x0003D8, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::K2Node_ComponentBoundEvent_Interactor_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_3) == 0x0003E0, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, K2Node_ComponentBoundEvent_Interactable_2) == 0x0003E8, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::K2Node_ComponentBoundEvent_Interactable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, K2Node_ComponentBoundEvent_Interactor_2) == 0x0003F0, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::K2Node_ComponentBoundEvent_Interactor_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_2) == 0x0003F8, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, K2Node_ComponentBoundEvent_Interactable_1) == 0x000400, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::K2Node_ComponentBoundEvent_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, K2Node_ComponentBoundEvent_Interactor_1) == 0x000408, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::K2Node_ComponentBoundEvent_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1) == 0x000410, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, K2Node_ComponentBoundEvent_Interactable) == 0x000418, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, K2Node_ComponentBoundEvent_Interactor) == 0x000420, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000428, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00042C, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000430, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, Temp_struct_Variable_1) == 0x000438, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, Temp_delegate_Variable_1) == 0x000448, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, CallFunc_PostEvent_ReturnValue) == 0x00045C, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000460, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000464, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, Temp_struct_Variable_2) == 0x000468, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, CallFunc_PostEvent_ReturnValue_1) == 0x000478, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, Temp_delegate_Variable_2) == 0x00047C, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, CallFunc_IsDedicatedServer_ReturnValue) == 0x000490, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, CallFunc_IsDedicatedServer_ReturnValue_1) == 0x000491, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::CallFunc_IsDedicatedServer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, CallFunc_IsDedicatedServer_ReturnValue_2) == 0x000492, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::CallFunc_IsDedicatedServer_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, CallFunc_IsDedicatedServer_ReturnValue_3) == 0x000493, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::CallFunc_IsDedicatedServer_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, CallFunc_IsDedicatedServer_ReturnValue_4) == 0x000494, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::CallFunc_IsDedicatedServer_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, Temp_struct_Variable_3) == 0x000498, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, CallFunc_PostAkEvent_ReturnValue) == 0x0004A8, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, Temp_delegate_Variable_3) == 0x0004AC, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, K2Node_ComponentBoundEvent_PoolComponent) == 0x0004C0, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::K2Node_ComponentBoundEvent_PoolComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, K2Node_ComponentBoundEvent_Hits) == 0x0004C8, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::K2Node_ComponentBoundEvent_Hits' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, K2Node_ComponentBoundEvent_ChangedHits) == 0x0004CC, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::K2Node_ComponentBoundEvent_ChangedHits' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, CallFunc_PostAkEvent_ReturnValue_1) == 0x0004D0, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::CallFunc_PostAkEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation, CallFunc_IsDedicatedServer_ReturnValue_5) == 0x0004D4, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_ExecuteUbergraph_BP_ReplicatedBinaryActor_Ventilation::CallFunc_IsDedicatedServer_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZPropDamage_K2Node_ComponentBoundEvent_4_SBZPropDamageHitsRejectSignature__DelegateSignature \ +static_assert(alignof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZPropDamage_K2Node_ComponentBoundEvent_4_SBZPropDamageHitsRejectSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZPropDamage_K2Node_ComponentBoundEvent_4_SBZPropDamageHitsRejectSignature__DelegateSignature"); \ +static_assert(sizeof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZPropDamage_K2Node_ComponentBoundEvent_4_SBZPropDamageHitsRejectSignature__DelegateSignature) == 0x000010, "Wrong size on BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZPropDamage_K2Node_ComponentBoundEvent_4_SBZPropDamageHitsRejectSignature__DelegateSignature"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZPropDamage_K2Node_ComponentBoundEvent_4_SBZPropDamageHitsRejectSignature__DelegateSignature, PoolComponent) == 0x000000, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZPropDamage_K2Node_ComponentBoundEvent_4_SBZPropDamageHitsRejectSignature__DelegateSignature::PoolComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZPropDamage_K2Node_ComponentBoundEvent_4_SBZPropDamageHitsRejectSignature__DelegateSignature, Hits) == 0x000008, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZPropDamage_K2Node_ComponentBoundEvent_4_SBZPropDamageHitsRejectSignature__DelegateSignature::Hits' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZPropDamage_K2Node_ComponentBoundEvent_4_SBZPropDamageHitsRejectSignature__DelegateSignature, ChangedHits) == 0x00000C, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZPropDamage_K2Node_ComponentBoundEvent_4_SBZPropDamageHitsRejectSignature__DelegateSignature::ChangedHits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_7_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_7_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_7_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_7_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_7_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_7_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_7_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_7_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_7_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_7_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_7_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_6_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_6_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_6_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_6_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_6_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_6_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_6_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_6_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_6_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_6_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_6_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZInteractable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZPropDamage_K2Node_ComponentBoundEvent_1_SBZPropDamageHitsSignature__DelegateSignature \ +static_assert(alignof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZPropDamage_K2Node_ComponentBoundEvent_1_SBZPropDamageHitsSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZPropDamage_K2Node_ComponentBoundEvent_1_SBZPropDamageHitsSignature__DelegateSignature"); \ +static_assert(sizeof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZPropDamage_K2Node_ComponentBoundEvent_1_SBZPropDamageHitsSignature__DelegateSignature) == 0x000028, "Wrong size on BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZPropDamage_K2Node_ComponentBoundEvent_1_SBZPropDamageHitsSignature__DelegateSignature"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZPropDamage_K2Node_ComponentBoundEvent_1_SBZPropDamageHitsSignature__DelegateSignature, PoolComponent) == 0x000000, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZPropDamage_K2Node_ComponentBoundEvent_1_SBZPropDamageHitsSignature__DelegateSignature::PoolComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZPropDamage_K2Node_ComponentBoundEvent_1_SBZPropDamageHitsSignature__DelegateSignature, Hits) == 0x000008, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZPropDamage_K2Node_ComponentBoundEvent_1_SBZPropDamageHitsSignature__DelegateSignature::Hits' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZPropDamage_K2Node_ComponentBoundEvent_1_SBZPropDamageHitsSignature__DelegateSignature, bDoCosmetics) == 0x00000C, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZPropDamage_K2Node_ComponentBoundEvent_1_SBZPropDamageHitsSignature__DelegateSignature::bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZPropDamage_K2Node_ComponentBoundEvent_1_SBZPropDamageHitsSignature__DelegateSignature, DamageContext) == 0x000010, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActor_Ventilation_SBZPropDamage_K2Node_ComponentBoundEvent_1_SBZPropDamageHitsSignature__DelegateSignature::DamageContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_BndEvt__BP_ReplicatedBinaryActorVent_SBZInteractable_K2Node_ComponentBoundEvent_2_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActor_Ventilation_C_OnStateChanged \ +static_assert(alignof(BP_ReplicatedBinaryActor_Ventilation_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_ReplicatedBinaryActor_Ventilation_C_OnStateChanged"); \ +static_assert(sizeof(BP_ReplicatedBinaryActor_Ventilation_C_OnStateChanged) == 0x000002, "Wrong size on BP_ReplicatedBinaryActor_Ventilation_C_OnStateChanged"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_OnStateChanged, bStateToChangeTo) == 0x000000, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_OnStateChanged::bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis \ +static_assert(alignof(BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis) == 0x000004, "Wrong alignment on BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis"); \ +static_assert(sizeof(BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis) == 0x00005C, "Wrong size on BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis, pivot) == 0x000000, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis::pivot' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis, point) == 0x000008, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis::point' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis, angle) == 0x000010, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis::angle' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis, rotatedPoint) == 0x000014, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis::rotatedPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis, CallFunc_DegCos_ReturnValue) == 0x00001C, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis::CallFunc_DegCos_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis, CallFunc_DegSin_ReturnValue) == 0x000020, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis::CallFunc_DegSin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x000024, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis, CallFunc_BreakVector2D_X) == 0x00002C, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis, CallFunc_BreakVector2D_Y) == 0x000030, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000034, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000038, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00003C, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000040, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000044, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis, CallFunc_Add_FloatFloat_ReturnValue) == 0x000048, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis, CallFunc_MakeVector2D_ReturnValue) == 0x00004C, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x000054, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateAroundAxis::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase \ +static_assert(alignof(BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase) == 0x000004, "Wrong alignment on BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase"); \ +static_assert(sizeof(BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase) == 0x000194, "Wrong size on BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase, InputPin) == 0x000000, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase::InputPin' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000004, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase, CallFunc_MakeRotator_ReturnValue) == 0x000008, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase, CallFunc_GetScaledBoxExtent_ReturnValue) == 0x000014, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase::CallFunc_GetScaledBoxExtent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000020, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase, CallFunc_BreakVector_X) == 0x0000B0, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase, CallFunc_BreakVector_Y) == 0x0000B4, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase, CallFunc_BreakVector_Z) == 0x0000B8, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase, CallFunc_BreakVector_X_1) == 0x0000BC, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase, CallFunc_BreakVector_Y_1) == 0x0000C0, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase, CallFunc_BreakVector_Z_1) == 0x0000C4, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000C8, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0000CC, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x0000D0, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase, CallFunc_MakeVector2D_ReturnValue) == 0x0000D4, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase, CallFunc_MakeVector2D_ReturnValue_1) == 0x0000DC, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase, CallFunc_rotateAroundAxis_rotatedPoint) == 0x0000E4, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase::CallFunc_rotateAroundAxis_rotatedPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase, CallFunc_BreakVector2D_X) == 0x0000EC, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase, CallFunc_BreakVector2D_Y) == 0x0000F0, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000F4, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase, CallFunc_MakeVector_ReturnValue) == 0x0000F8, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000104, "Member 'BP_ReplicatedBinaryActor_Ventilation_C_rotateDoorCollisionAroundBase::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ReplicatedBinaryActor_Ventilation_C \ +static_assert(alignof(ABP_ReplicatedBinaryActor_Ventilation_C) == 0x000008, "Wrong alignment on ABP_ReplicatedBinaryActor_Ventilation_C"); \ +static_assert(sizeof(ABP_ReplicatedBinaryActor_Ventilation_C) == 0x000340, "Wrong size on ABP_ReplicatedBinaryActor_Ventilation_C"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActor_Ventilation_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_ReplicatedBinaryActor_Ventilation_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActor_Ventilation_C, Ak_1) == 0x0002E0, "Member 'ABP_ReplicatedBinaryActor_Ventilation_C::Ak_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActor_Ventilation_C, DoorCollision_01) == 0x0002E8, "Member 'ABP_ReplicatedBinaryActor_Ventilation_C::DoorCollision_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActor_Ventilation_C, Niagara) == 0x0002F0, "Member 'ABP_ReplicatedBinaryActor_Ventilation_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActor_Ventilation_C, SBZOutline) == 0x0002F8, "Member 'ABP_ReplicatedBinaryActor_Ventilation_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActor_Ventilation_C, SBZPropDamage) == 0x000300, "Member 'ABP_ReplicatedBinaryActor_Ventilation_C::SBZPropDamage' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActor_Ventilation_C, SBZInteractable) == 0x000308, "Member 'ABP_ReplicatedBinaryActor_Ventilation_C::SBZInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActor_Ventilation_C, Mesh) == 0x000310, "Member 'ABP_ReplicatedBinaryActor_Ventilation_C::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActor_Ventilation_C, DefaultSceneRoot) == 0x000318, "Member 'ABP_ReplicatedBinaryActor_Ventilation_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActor_Ventilation_C, onGround_) == 0x000320, "Member 'ABP_ReplicatedBinaryActor_Ventilation_C::onGround_' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActor_Ventilation_C, isOpen) == 0x000321, "Member 'ABP_ReplicatedBinaryActor_Ventilation_C::isOpen' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActor_Ventilation_C, VentOpened) == 0x000328, "Member 'ABP_ReplicatedBinaryActor_Ventilation_C::VentOpened' has a wrong offset!"); \ +static_assert(offsetof(ABP_ReplicatedBinaryActor_Ventilation_C, overrideOpenAngle) == 0x000338, "Member 'ABP_ReplicatedBinaryActor_Ventilation_C::overrideOpenAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor \ +static_assert(alignof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor) == 0x000008, "Wrong alignment on BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor"); \ +static_assert(sizeof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor) == 0x0000B8, "Wrong size on BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, EntryPoint) == 0x000000, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, Temp_byte_Variable) == 0x000004, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, Temp_byte_Variable_1) == 0x000005, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, Temp_struct_Variable) == 0x000008, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, Temp_delegate_Variable) == 0x000018, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, Temp_bool_Variable) == 0x00002C, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, Temp_struct_Variable_1) == 0x000030, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, Temp_delegate_Variable_1) == 0x000040, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, Temp_bool_Variable_1) == 0x000054, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, K2Node_CustomEvent_bOpen_1) == 0x000055, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::K2Node_CustomEvent_bOpen_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, Temp_bool_Variable_2) == 0x000056, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, Temp_delegate_Variable_2) == 0x000058, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, K2Node_CustomEvent_bOpen) == 0x00006C, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::K2Node_CustomEvent_bOpen' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, CallFunc_GetPlaybackPosition_ReturnValue) == 0x000070, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::CallFunc_GetPlaybackPosition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000074, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, K2Node_Select_Default) == 0x000075, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000078, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, Temp_struct_Variable_2) == 0x000080, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, CallFunc_PostAkEvent_ReturnValue) == 0x000090, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, K2Node_Event_bStateToChangeTo) == 0x000094, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::K2Node_Event_bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, K2Node_Event_bDoCosmetics_1) == 0x000095, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::K2Node_Event_bDoCosmetics_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, K2Node_Select_Default_1) == 0x000098, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, CallFunc_PostAkEvent_ReturnValue_1) == 0x0000A0, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::CallFunc_PostAkEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, K2Node_Event_bActorsInCloset) == 0x0000A4, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::K2Node_Event_bActorsInCloset' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, K2Node_Event_bDoCosmetics) == 0x0000A5, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, CallFunc_IsDedicatedServer_ReturnValue) == 0x0000A6, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, CallFunc_IsDedicatedServer_ReturnValue_1) == 0x0000A7, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::CallFunc_IsDedicatedServer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, CallFunc_PostAkEvent_ReturnValue_2) == 0x0000A8, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::CallFunc_PostAkEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor, K2Node_Select_Default_2) == 0x0000B0, "Member 'BP_ElevatorDoor_C_ExecuteUbergraph_BP_ElevatorDoor::K2Node_Select_Default_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ElevatorDoor_C_ReactToCloset \ +static_assert(alignof(BP_ElevatorDoor_C_ReactToCloset) == 0x000001, "Wrong alignment on BP_ElevatorDoor_C_ReactToCloset"); \ +static_assert(sizeof(BP_ElevatorDoor_C_ReactToCloset) == 0x000002, "Wrong size on BP_ElevatorDoor_C_ReactToCloset"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ReactToCloset, bActorsInCloset) == 0x000000, "Member 'BP_ElevatorDoor_C_ReactToCloset::bActorsInCloset' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_ReactToCloset, bDoCosmetics) == 0x000001, "Member 'BP_ElevatorDoor_C_ReactToCloset::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ElevatorDoor_C_OnStateChanged \ +static_assert(alignof(BP_ElevatorDoor_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_ElevatorDoor_C_OnStateChanged"); \ +static_assert(sizeof(BP_ElevatorDoor_C_OnStateChanged) == 0x000002, "Wrong size on BP_ElevatorDoor_C_OnStateChanged"); \ +static_assert(offsetof(BP_ElevatorDoor_C_OnStateChanged, bStateToChangeTo) == 0x000000, "Member 'BP_ElevatorDoor_C_OnStateChanged::bStateToChangeTo' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_OnStateChanged, bDoCosmetics) == 0x000001, "Member 'BP_ElevatorDoor_C_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ElevatorDoor_C_Open_Doors_No_Cosmetics \ +static_assert(alignof(BP_ElevatorDoor_C_Open_Doors_No_Cosmetics) == 0x000001, "Wrong alignment on BP_ElevatorDoor_C_Open_Doors_No_Cosmetics"); \ +static_assert(sizeof(BP_ElevatorDoor_C_Open_Doors_No_Cosmetics) == 0x000001, "Wrong size on BP_ElevatorDoor_C_Open_Doors_No_Cosmetics"); \ +static_assert(offsetof(BP_ElevatorDoor_C_Open_Doors_No_Cosmetics, bOpen) == 0x000000, "Member 'BP_ElevatorDoor_C_Open_Doors_No_Cosmetics::bOpen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ElevatorDoor_C_OpenDoors_Internal \ +static_assert(alignof(BP_ElevatorDoor_C_OpenDoors_Internal) == 0x000001, "Wrong alignment on BP_ElevatorDoor_C_OpenDoors_Internal"); \ +static_assert(sizeof(BP_ElevatorDoor_C_OpenDoors_Internal) == 0x000001, "Wrong size on BP_ElevatorDoor_C_OpenDoors_Internal"); \ +static_assert(offsetof(BP_ElevatorDoor_C_OpenDoors_Internal, bOpen) == 0x000000, "Member 'BP_ElevatorDoor_C_OpenDoors_Internal::bOpen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ElevatorDoor_C_DoorPositionInterp \ +static_assert(alignof(BP_ElevatorDoor_C_DoorPositionInterp) == 0x000004, "Wrong alignment on BP_ElevatorDoor_C_DoorPositionInterp"); \ +static_assert(sizeof(BP_ElevatorDoor_C_DoorPositionInterp) == 0x000040, "Wrong size on BP_ElevatorDoor_C_DoorPositionInterp"); \ +static_assert(offsetof(BP_ElevatorDoor_C_DoorPositionInterp, Original) == 0x000000, "Member 'BP_ElevatorDoor_C_DoorPositionInterp::Original' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_DoorPositionInterp, Offset) == 0x00000C, "Member 'BP_ElevatorDoor_C_DoorPositionInterp::Offset' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_DoorPositionInterp, Alpha) == 0x000018, "Member 'BP_ElevatorDoor_C_DoorPositionInterp::Alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_DoorPositionInterp, ReturnValue) == 0x00001C, "Member 'BP_ElevatorDoor_C_DoorPositionInterp::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_DoorPositionInterp, CallFunc_Add_VectorVector_ReturnValue) == 0x000028, "Member 'BP_ElevatorDoor_C_DoorPositionInterp::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_DoorPositionInterp, CallFunc_VLerp_ReturnValue) == 0x000034, "Member 'BP_ElevatorDoor_C_DoorPositionInterp::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ElevatorDoor_C_SetRelativePositionInterp \ +static_assert(alignof(BP_ElevatorDoor_C_SetRelativePositionInterp) == 0x000008, "Wrong alignment on BP_ElevatorDoor_C_SetRelativePositionInterp"); \ +static_assert(sizeof(BP_ElevatorDoor_C_SetRelativePositionInterp) == 0x0000C0, "Wrong size on BP_ElevatorDoor_C_SetRelativePositionInterp"); \ +static_assert(offsetof(BP_ElevatorDoor_C_SetRelativePositionInterp, Component) == 0x000000, "Member 'BP_ElevatorDoor_C_SetRelativePositionInterp::Component' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_SetRelativePositionInterp, Original) == 0x000008, "Member 'BP_ElevatorDoor_C_SetRelativePositionInterp::Original' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_SetRelativePositionInterp, Offset) == 0x000014, "Member 'BP_ElevatorDoor_C_SetRelativePositionInterp::Offset' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_SetRelativePositionInterp, Alpha) == 0x000020, "Member 'BP_ElevatorDoor_C_SetRelativePositionInterp::Alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_SetRelativePositionInterp, CallFunc_DoorPositionInterp_ReturnValue) == 0x000024, "Member 'BP_ElevatorDoor_C_SetRelativePositionInterp::CallFunc_DoorPositionInterp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ElevatorDoor_C_SetRelativePositionInterp, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000030, "Member 'BP_ElevatorDoor_C_SetRelativePositionInterp::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ElevatorDoor_C \ +static_assert(alignof(ABP_ElevatorDoor_C) == 0x000008, "Wrong alignment on ABP_ElevatorDoor_C"); \ +static_assert(sizeof(ABP_ElevatorDoor_C) == 0x000368, "Wrong size on ABP_ElevatorDoor_C"); \ +static_assert(offsetof(ABP_ElevatorDoor_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_ElevatorDoor_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_ElevatorDoor_C, SBZAcousticPortalConnector) == 0x0002E0, "Member 'ABP_ElevatorDoor_C::SBZAcousticPortalConnector' has a wrong offset!"); \ +static_assert(offsetof(ABP_ElevatorDoor_C, NavModifier) == 0x0002E8, "Member 'ABP_ElevatorDoor_C::NavModifier' has a wrong offset!"); \ +static_assert(offsetof(ABP_ElevatorDoor_C, Ak) == 0x0002F0, "Member 'ABP_ElevatorDoor_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_ElevatorDoor_C, RealestDoor) == 0x0002F8, "Member 'ABP_ElevatorDoor_C::RealestDoor' has a wrong offset!"); \ +static_assert(offsetof(ABP_ElevatorDoor_C, DoorRight) == 0x000300, "Member 'ABP_ElevatorDoor_C::DoorRight' has a wrong offset!"); \ +static_assert(offsetof(ABP_ElevatorDoor_C, DoorLeft) == 0x000308, "Member 'ABP_ElevatorDoor_C::DoorLeft' has a wrong offset!"); \ +static_assert(offsetof(ABP_ElevatorDoor_C, Scene) == 0x000310, "Member 'ABP_ElevatorDoor_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_ElevatorDoor_C, OpenTimeline_OpenAlpha_91B37C214D119E1F1CCEC0BEE385003C) == 0x000318, "Member 'ABP_ElevatorDoor_C::OpenTimeline_OpenAlpha_91B37C214D119E1F1CCEC0BEE385003C' has a wrong offset!"); \ +static_assert(offsetof(ABP_ElevatorDoor_C, OpenTimeline__Direction_91B37C214D119E1F1CCEC0BEE385003C) == 0x00031C, "Member 'ABP_ElevatorDoor_C::OpenTimeline__Direction_91B37C214D119E1F1CCEC0BEE385003C' has a wrong offset!"); \ +static_assert(offsetof(ABP_ElevatorDoor_C, OpenTimeline) == 0x000320, "Member 'ABP_ElevatorDoor_C::OpenTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_ElevatorDoor_C, DoorLeftOpenOffset) == 0x000328, "Member 'ABP_ElevatorDoor_C::DoorLeftOpenOffset' has a wrong offset!"); \ +static_assert(offsetof(ABP_ElevatorDoor_C, DoorRightOpenOffset) == 0x000334, "Member 'ABP_ElevatorDoor_C::DoorRightOpenOffset' has a wrong offset!"); \ +static_assert(offsetof(ABP_ElevatorDoor_C, DoorLeftOriginalLocation) == 0x000340, "Member 'ABP_ElevatorDoor_C::DoorLeftOriginalLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_ElevatorDoor_C, DoorRightOriginalLocation) == 0x00034C, "Member 'ABP_ElevatorDoor_C::DoorRightOriginalLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_ElevatorDoor_C, ClosedNavAreaClass) == 0x000358, "Member 'ABP_ElevatorDoor_C::ClosedNavAreaClass' has a wrong offset!"); \ +static_assert(offsetof(ABP_ElevatorDoor_C, OpenNavAreaClass) == 0x000360, "Member 'ABP_ElevatorDoor_C::OpenNavAreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_StashedSmallThermiteBag_C_ExecuteUbergraph_BP_StashedSmallThermiteBag \ +static_assert(alignof(BP_StashedSmallThermiteBag_C_ExecuteUbergraph_BP_StashedSmallThermiteBag) == 0x000004, "Wrong alignment on BP_StashedSmallThermiteBag_C_ExecuteUbergraph_BP_StashedSmallThermiteBag"); \ +static_assert(sizeof(BP_StashedSmallThermiteBag_C_ExecuteUbergraph_BP_StashedSmallThermiteBag) == 0x00000C, "Wrong size on BP_StashedSmallThermiteBag_C_ExecuteUbergraph_BP_StashedSmallThermiteBag"); \ +static_assert(offsetof(BP_StashedSmallThermiteBag_C_ExecuteUbergraph_BP_StashedSmallThermiteBag, EntryPoint) == 0x000000, "Member 'BP_StashedSmallThermiteBag_C_ExecuteUbergraph_BP_StashedSmallThermiteBag::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_StashedSmallThermiteBag_C_ExecuteUbergraph_BP_StashedSmallThermiteBag, K2Node_Event_bDoCosmetics) == 0x000004, "Member 'BP_StashedSmallThermiteBag_C_ExecuteUbergraph_BP_StashedSmallThermiteBag::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_StashedSmallThermiteBag_C_ExecuteUbergraph_BP_StashedSmallThermiteBag, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000008, "Member 'BP_StashedSmallThermiteBag_C_ExecuteUbergraph_BP_StashedSmallThermiteBag::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_StashedSmallThermiteBag_C_BP_OnChangedToSecondaryType \ +static_assert(alignof(BP_StashedSmallThermiteBag_C_BP_OnChangedToSecondaryType) == 0x000001, "Wrong alignment on BP_StashedSmallThermiteBag_C_BP_OnChangedToSecondaryType"); \ +static_assert(sizeof(BP_StashedSmallThermiteBag_C_BP_OnChangedToSecondaryType) == 0x000001, "Wrong size on BP_StashedSmallThermiteBag_C_BP_OnChangedToSecondaryType"); \ +static_assert(offsetof(BP_StashedSmallThermiteBag_C_BP_OnChangedToSecondaryType, bDoCosmetics) == 0x000000, "Member 'BP_StashedSmallThermiteBag_C_BP_OnChangedToSecondaryType::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_StashedSmallThermiteBag_C \ +static_assert(alignof(ABP_StashedSmallThermiteBag_C) == 0x000008, "Wrong alignment on ABP_StashedSmallThermiteBag_C"); \ +static_assert(sizeof(ABP_StashedSmallThermiteBag_C) == 0x000370, "Wrong size on ABP_StashedSmallThermiteBag_C"); \ +static_assert(offsetof(ABP_StashedSmallThermiteBag_C, UberGraphFrame_BP_StashedSmallThermiteBag_C) == 0x000358, "Member 'ABP_StashedSmallThermiteBag_C::UberGraphFrame_BP_StashedSmallThermiteBag_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_StashedSmallThermiteBag_C, Ak) == 0x000360, "Member 'ABP_StashedSmallThermiteBag_C::Ak' has a wrong offset!"); \ +static_assert(offsetof(ABP_StashedSmallThermiteBag_C, StaticMesh) == 0x000368, "Member 'ABP_StashedSmallThermiteBag_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium \ +static_assert(alignof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium) == 0x000008, "Wrong alignment on BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium"); \ +static_assert(sizeof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium) == 0x000108, "Wrong size on BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium, EntryPoint) == 0x000000, "Member 'BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium, Temp_float_Variable) == 0x000004, "Member 'BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium::Temp_float_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium, Temp_float_Variable_1) == 0x000008, "Member 'BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium::Temp_float_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium, Temp_float_Variable_2) == 0x00000C, "Member 'BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium::Temp_float_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium, CallFunc_MakeRotator_ReturnValue) == 0x000010, "Member 'BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium, Temp_float_Variable_3) == 0x00001C, "Member 'BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium::Temp_float_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium, Temp_float_Variable_4) == 0x000020, "Member 'BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium::Temp_float_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium, Temp_byte_Variable) == 0x000024, "Member 'BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium, K2Node_Event_OldState) == 0x000025, "Member 'BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium::K2Node_Event_OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium, K2Node_Event_NewState) == 0x000026, "Member 'BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium, K2Node_Event_bIsInitialStateChange) == 0x000027, "Member 'BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium::K2Node_Event_bIsInitialStateChange' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000028, "Member 'BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium, K2Node_SwitchEnum_CmpSuccess) == 0x000029, "Member 'BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium, CallFunc_GetTimelineLength_ReturnValue) == 0x00002C, "Member 'BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium::CallFunc_GetTimelineLength_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium, K2Node_Select_Default) == 0x000030, "Member 'BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium, CallFunc_GetPlayRate_ReturnValue) == 0x000034, "Member 'BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium::CallFunc_GetPlayRate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000038, "Member 'BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x00003C, "Member 'BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium, CallFunc_GetGameTimeInSeconds_ReturnValue_1) == 0x000040, "Member 'BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium::CallFunc_GetGameTimeInSeconds_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium, K2Node_ComponentBoundEvent_Interactable_1) == 0x000048, "Member 'BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium::K2Node_ComponentBoundEvent_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium, K2Node_ComponentBoundEvent_Interactor_1) == 0x000050, "Member 'BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium::K2Node_ComponentBoundEvent_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1) == 0x000058, "Member 'BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium, K2Node_ComponentBoundEvent_Interactable) == 0x000060, "Member 'BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium, K2Node_ComponentBoundEvent_Interactor) == 0x000068, "Member 'BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000070, "Member 'BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium, CallFunc_K2_AddLocalRotation_SweepHitResult) == 0x000074, "Member 'BP_VaultDoor_Medium_C_ExecuteUbergraph_BP_VaultDoor_Medium::CallFunc_K2_AddLocalRotation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VaultDoor_Medium_C_BndEvt__BP_VaultDoor_Medium_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_VaultDoor_Medium_C_BndEvt__BP_VaultDoor_Medium_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_VaultDoor_Medium_C_BndEvt__BP_VaultDoor_Medium_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_VaultDoor_Medium_C_BndEvt__BP_VaultDoor_Medium_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_VaultDoor_Medium_C_BndEvt__BP_VaultDoor_Medium_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_BndEvt__BP_VaultDoor_Medium_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_VaultDoor_Medium_C_BndEvt__BP_VaultDoor_Medium_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_BndEvt__BP_VaultDoor_Medium_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_VaultDoor_Medium_C_BndEvt__BP_VaultDoor_Medium_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_BndEvt__BP_VaultDoor_Medium_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_VaultDoor_Medium_C_BndEvt__BP_VaultDoor_Medium_Interactable_K2Node_ComponentBoundEvent_5_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VaultDoor_Medium_C_BndEvt__BP_VaultDoor_Medium_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_VaultDoor_Medium_C_BndEvt__BP_VaultDoor_Medium_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_VaultDoor_Medium_C_BndEvt__BP_VaultDoor_Medium_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_VaultDoor_Medium_C_BndEvt__BP_VaultDoor_Medium_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_VaultDoor_Medium_C_BndEvt__BP_VaultDoor_Medium_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_BndEvt__BP_VaultDoor_Medium_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_VaultDoor_Medium_C_BndEvt__BP_VaultDoor_Medium_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_BndEvt__BP_VaultDoor_Medium_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_VaultDoor_Medium_C_BndEvt__BP_VaultDoor_Medium_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_BndEvt__BP_VaultDoor_Medium_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_VaultDoor_Medium_C_BndEvt__BP_VaultDoor_Medium_Interactable_K2Node_ComponentBoundEvent_3_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VaultDoor_Medium_C_OnStateChanged \ +static_assert(alignof(BP_VaultDoor_Medium_C_OnStateChanged) == 0x000001, "Wrong alignment on BP_VaultDoor_Medium_C_OnStateChanged"); \ +static_assert(sizeof(BP_VaultDoor_Medium_C_OnStateChanged) == 0x000003, "Wrong size on BP_VaultDoor_Medium_C_OnStateChanged"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_OnStateChanged, OldState) == 0x000000, "Member 'BP_VaultDoor_Medium_C_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_OnStateChanged, NewState) == 0x000001, "Member 'BP_VaultDoor_Medium_C_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_VaultDoor_Medium_C_OnStateChanged, bIsInitialStateChange) == 0x000002, "Member 'BP_VaultDoor_Medium_C_OnStateChanged::bIsInitialStateChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_VaultDoor_Medium_C \ +static_assert(alignof(ABP_VaultDoor_Medium_C) == 0x000008, "Wrong alignment on ABP_VaultDoor_Medium_C"); \ +static_assert(sizeof(ABP_VaultDoor_Medium_C) == 0x000658, "Wrong size on ABP_VaultDoor_Medium_C"); \ +static_assert(offsetof(ABP_VaultDoor_Medium_C, UberGraphFrame) == 0x0005E0, "Member 'ABP_VaultDoor_Medium_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_VaultDoor_Medium_C, Handle) == 0x0005E8, "Member 'ABP_VaultDoor_Medium_C::Handle' has a wrong offset!"); \ +static_assert(offsetof(ABP_VaultDoor_Medium_C, Handle_Coll) == 0x0005F0, "Member 'ABP_VaultDoor_Medium_C::Handle_Coll' has a wrong offset!"); \ +static_assert(offsetof(ABP_VaultDoor_Medium_C, SBZOutline) == 0x0005F8, "Member 'ABP_VaultDoor_Medium_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_VaultDoor_Medium_C, SlideSprintCollisionBoxBackward) == 0x000600, "Member 'ABP_VaultDoor_Medium_C::SlideSprintCollisionBoxBackward' has a wrong offset!"); \ +static_assert(offsetof(ABP_VaultDoor_Medium_C, SlideSprintCollisionBoxForward) == 0x000608, "Member 'ABP_VaultDoor_Medium_C::SlideSprintCollisionBoxForward' has a wrong offset!"); \ +static_assert(offsetof(ABP_VaultDoor_Medium_C, DoorBox) == 0x000610, "Member 'ABP_VaultDoor_Medium_C::DoorBox' has a wrong offset!"); \ +static_assert(offsetof(ABP_VaultDoor_Medium_C, Door) == 0x000618, "Member 'ABP_VaultDoor_Medium_C::Door' has a wrong offset!"); \ +static_assert(offsetof(ABP_VaultDoor_Medium_C, hinge) == 0x000620, "Member 'ABP_VaultDoor_Medium_C::hinge' has a wrong offset!"); \ +static_assert(offsetof(ABP_VaultDoor_Medium_C, Frame) == 0x000628, "Member 'ABP_VaultDoor_Medium_C::Frame' has a wrong offset!"); \ +static_assert(offsetof(ABP_VaultDoor_Medium_C, Unlock_Yaw_22663A444CA7144E39F1E681CF47D6BF) == 0x000630, "Member 'ABP_VaultDoor_Medium_C::Unlock_Yaw_22663A444CA7144E39F1E681CF47D6BF' has a wrong offset!"); \ +static_assert(offsetof(ABP_VaultDoor_Medium_C, Unlock__Direction_22663A444CA7144E39F1E681CF47D6BF) == 0x000634, "Member 'ABP_VaultDoor_Medium_C::Unlock__Direction_22663A444CA7144E39F1E681CF47D6BF' has a wrong offset!"); \ +static_assert(offsetof(ABP_VaultDoor_Medium_C, Unlock) == 0x000638, "Member 'ABP_VaultDoor_Medium_C::Unlock' has a wrong offset!"); \ +static_assert(offsetof(ABP_VaultDoor_Medium_C, Open_Yaw_849D7B9F4E577A5EBF7D389FF1594510) == 0x000640, "Member 'ABP_VaultDoor_Medium_C::Open_Yaw_849D7B9F4E577A5EBF7D389FF1594510' has a wrong offset!"); \ +static_assert(offsetof(ABP_VaultDoor_Medium_C, Open__Direction_849D7B9F4E577A5EBF7D389FF1594510) == 0x000644, "Member 'ABP_VaultDoor_Medium_C::Open__Direction_849D7B9F4E577A5EBF7D389FF1594510' has a wrong offset!"); \ +static_assert(offsetof(ABP_VaultDoor_Medium_C, Open) == 0x000648, "Member 'ABP_VaultDoor_Medium_C::Open' has a wrong offset!"); \ +static_assert(offsetof(ABP_VaultDoor_Medium_C, MarkerID) == 0x000650, "Member 'ABP_VaultDoor_Medium_C::MarkerID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor \ +static_assert(alignof(BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor) == 0x000008, "Wrong alignment on BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor"); \ +static_assert(sizeof(BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor) == 0x000060, "Wrong size on BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor, EntryPoint) == 0x000000, "Member 'BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor, Temp_byte_Variable) == 0x000004, "Member 'BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor, Temp_byte_Variable_1) == 0x000005, "Member 'BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor, Temp_bool_Variable) == 0x000006, "Member 'BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor, Temp_byte_Variable_2) == 0x000007, "Member 'BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor, Temp_byte_Variable_3) == 0x000008, "Member 'BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor::Temp_byte_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor, K2Node_Event_breached) == 0x000009, "Member 'BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor::K2Node_Event_breached' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor, K2Node_Select_Default) == 0x00000B, "Member 'BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor, Temp_bool_Variable_1) == 0x00000C, "Member 'BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor, K2Node_Event_oldState) == 0x00000D, "Member 'BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor::K2Node_Event_oldState' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor, K2Node_Event_newState) == 0x00000E, "Member 'BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor::K2Node_Event_newState' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000F, "Member 'BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor, K2Node_Select_Default_1) == 0x000010, "Member 'BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor, Temp_delegate_Variable) == 0x000014, "Member 'BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000030, "Member 'BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor, K2Node_Event_alpha) == 0x000038, "Member 'BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor::K2Node_Event_alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x00003C, "Member 'BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor, CallFunc_IsValid_ReturnValue_1) == 0x000040, "Member 'BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor, Temp_struct_Variable) == 0x000048, "Member 'BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor, CallFunc_PostEvent_ReturnValue) == 0x000058, "Member 'BP_InteractableUnBreachableSingleDoor_C_ExecuteUbergraph_BP_InteractableUnBreachableSingleDoor::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractableUnBreachableSingleDoor_C_onOpenAnimUpdateTick \ +static_assert(alignof(BP_InteractableUnBreachableSingleDoor_C_onOpenAnimUpdateTick) == 0x000004, "Wrong alignment on BP_InteractableUnBreachableSingleDoor_C_onOpenAnimUpdateTick"); \ +static_assert(sizeof(BP_InteractableUnBreachableSingleDoor_C_onOpenAnimUpdateTick) == 0x000004, "Wrong size on BP_InteractableUnBreachableSingleDoor_C_onOpenAnimUpdateTick"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_onOpenAnimUpdateTick, alpha) == 0x000000, "Member 'BP_InteractableUnBreachableSingleDoor_C_onOpenAnimUpdateTick::alpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractableUnBreachableSingleDoor_C_onDoorBreached \ +static_assert(alignof(BP_InteractableUnBreachableSingleDoor_C_onDoorBreached) == 0x000001, "Wrong alignment on BP_InteractableUnBreachableSingleDoor_C_onDoorBreached"); \ +static_assert(sizeof(BP_InteractableUnBreachableSingleDoor_C_onDoorBreached) == 0x000002, "Wrong size on BP_InteractableUnBreachableSingleDoor_C_onDoorBreached"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_onDoorBreached, oldState) == 0x000000, "Member 'BP_InteractableUnBreachableSingleDoor_C_onDoorBreached::oldState' has a wrong offset!"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_onDoorBreached, newState) == 0x000001, "Member 'BP_InteractableUnBreachableSingleDoor_C_onDoorBreached::newState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractableUnBreachableSingleDoor_C_setBreachedMeshVisibility \ +static_assert(alignof(BP_InteractableUnBreachableSingleDoor_C_setBreachedMeshVisibility) == 0x000001, "Wrong alignment on BP_InteractableUnBreachableSingleDoor_C_setBreachedMeshVisibility"); \ +static_assert(sizeof(BP_InteractableUnBreachableSingleDoor_C_setBreachedMeshVisibility) == 0x000001, "Wrong size on BP_InteractableUnBreachableSingleDoor_C_setBreachedMeshVisibility"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_setBreachedMeshVisibility, breached_0) == 0x000000, "Member 'BP_InteractableUnBreachableSingleDoor_C_setBreachedMeshVisibility::breached_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_InteractableUnBreachableSingleDoor_C_UserConstructionScript \ +static_assert(alignof(BP_InteractableUnBreachableSingleDoor_C_UserConstructionScript) == 0x000001, "Wrong alignment on BP_InteractableUnBreachableSingleDoor_C_UserConstructionScript"); \ +static_assert(sizeof(BP_InteractableUnBreachableSingleDoor_C_UserConstructionScript) == 0x000001, "Wrong size on BP_InteractableUnBreachableSingleDoor_C_UserConstructionScript"); \ +static_assert(offsetof(BP_InteractableUnBreachableSingleDoor_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue) == 0x000000, "Member 'BP_InteractableUnBreachableSingleDoor_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InteractableUnBreachableSingleDoor_C \ +static_assert(alignof(ABP_InteractableUnBreachableSingleDoor_C) == 0x000008, "Wrong alignment on ABP_InteractableUnBreachableSingleDoor_C"); \ +static_assert(sizeof(ABP_InteractableUnBreachableSingleDoor_C) == 0x000670, "Wrong size on ABP_InteractableUnBreachableSingleDoor_C"); \ +static_assert(offsetof(ABP_InteractableUnBreachableSingleDoor_C, UberGraphFrame_BP_InteractableUnBreachableSingleDoor_C) == 0x000600, "Member 'ABP_InteractableUnBreachableSingleDoor_C::UberGraphFrame_BP_InteractableUnBreachableSingleDoor_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableSingleDoor_C, breached) == 0x000608, "Member 'ABP_InteractableUnBreachableSingleDoor_C::breached' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableSingleDoor_C, ReinforcementMesh) == 0x000610, "Member 'ABP_InteractableUnBreachableSingleDoor_C::ReinforcementMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableSingleDoor_C, DoorBox) == 0x000618, "Member 'ABP_InteractableUnBreachableSingleDoor_C::DoorBox' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableSingleDoor_C, Handle_01) == 0x000620, "Member 'ABP_InteractableUnBreachableSingleDoor_C::Handle_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableSingleDoor_C, SBZSlideSprintCollisionBoxBackwardA) == 0x000628, "Member 'ABP_InteractableUnBreachableSingleDoor_C::SBZSlideSprintCollisionBoxBackwardA' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableSingleDoor_C, SBZSlideSprintCollisionBoxForwardA) == 0x000630, "Member 'ABP_InteractableUnBreachableSingleDoor_C::SBZSlideSprintCollisionBoxForwardA' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableSingleDoor_C, StaticDoorMesh) == 0x000638, "Member 'ABP_InteractableUnBreachableSingleDoor_C::StaticDoorMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableSingleDoor_C, hinge2) == 0x000640, "Member 'ABP_InteractableUnBreachableSingleDoor_C::hinge2' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableSingleDoor_C, hinge1) == 0x000648, "Member 'ABP_InteractableUnBreachableSingleDoor_C::hinge1' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableSingleDoor_C, StaticFrameMesh) == 0x000650, "Member 'ABP_InteractableUnBreachableSingleDoor_C::StaticFrameMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableSingleDoor_C, BreachedMesh) == 0x000658, "Member 'ABP_InteractableUnBreachableSingleDoor_C::BreachedMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableSingleDoor_C, BreachVFX) == 0x000660, "Member 'ABP_InteractableUnBreachableSingleDoor_C::BreachVFX' has a wrong offset!"); \ +static_assert(offsetof(ABP_InteractableUnBreachableSingleDoor_C, BreachedReinforcementMesh) == 0x000668, "Member 'ABP_InteractableUnBreachableSingleDoor_C::BreachedReinforcementMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Ext_DoubleDoor_Glass_01_C \ +static_assert(alignof(ABP_Ext_DoubleDoor_Glass_01_C) == 0x000008, "Wrong alignment on ABP_Ext_DoubleDoor_Glass_01_C"); \ +static_assert(sizeof(ABP_Ext_DoubleDoor_Glass_01_C) == 0x0006F8, "Wrong size on ABP_Ext_DoubleDoor_Glass_01_C"); \ +static_assert(offsetof(ABP_Ext_DoubleDoor_Glass_01_C, Ext_FAC_JewelryStore_276_384_Base_Glass_0_2) == 0x0006E8, "Member 'ABP_Ext_DoubleDoor_Glass_01_C::Ext_FAC_JewelryStore_276_384_Base_Glass_0_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Ext_DoubleDoor_Glass_01_C, Ext_FAC_JewelryStore_276_384_Base_Glass_01) == 0x0006F0, "Member 'ABP_Ext_DoubleDoor_Glass_01_C::Ext_FAC_JewelryStore_276_384_Base_Glass_01' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Int_DoubleDoor_Wood_04_C \ +static_assert(alignof(ABP_Int_DoubleDoor_Wood_04_C) == 0x000008, "Wrong alignment on ABP_Int_DoubleDoor_Wood_04_C"); \ +static_assert(sizeof(ABP_Int_DoubleDoor_Wood_04_C) == 0x0006E8, "Wrong size on ABP_Int_DoubleDoor_Wood_04_C"); \ + +#define DUMPER7_ASSERTS_ABP_Int_SingleDoor_Wood_04_C \ +static_assert(alignof(ABP_Int_SingleDoor_Wood_04_C) == 0x000008, "Wrong alignment on ABP_Int_SingleDoor_Wood_04_C"); \ +static_assert(sizeof(ABP_Int_SingleDoor_Wood_04_C) == 0x000688, "Wrong size on ABP_Int_SingleDoor_Wood_04_C"); \ + +#define DUMPER7_ASSERTS_ABP_Level_ArmorBag_C \ +static_assert(alignof(ABP_Level_ArmorBag_C) == 0x000010, "Wrong alignment on ABP_Level_ArmorBag_C"); \ +static_assert(sizeof(ABP_Level_ArmorBag_C) == 0x0005C0, "Wrong size on ABP_Level_ArmorBag_C"); \ + +#define DUMPER7_ASSERTS_BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill \ +static_assert(alignof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill) == 0x000008, "Wrong alignment on BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill"); \ +static_assert(sizeof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill) == 0x000230, "Wrong size on BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, EntryPoint) == 0x000000, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, Temp_byte_Variable) == 0x000004, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, Temp_byte_Variable_1) == 0x000005, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, K2Node_Event_OldState) == 0x000006, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::K2Node_Event_OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, K2Node_Event_NewState) == 0x000007, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::K2Node_Event_NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, K2Node_Event_bDoCosmetics) == 0x000008, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::K2Node_Event_bDoCosmetics' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000009, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00000A, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, K2Node_SwitchEnum_CmpSuccess) == 0x00000B, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, Temp_bool_Variable) == 0x00000C, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, K2Node_Select_Default) == 0x00000D, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, K2Node_Event_DeltaSeconds) == 0x000010, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, CallFunc_MakeVector_ReturnValue) == 0x000018, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000024, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, CallFunc_K2_AddRelativeLocation_SweepHitResult) == 0x000028, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::CallFunc_K2_AddRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, CallFunc_MakeRotator_ReturnValue) == 0x0000B8, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x0000C4, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, CallFunc_K2_AddRelativeRotation_SweepHitResult) == 0x0000C8, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::CallFunc_K2_AddRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, CallFunc_MakeRotator_ReturnValue_1) == 0x000158, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, CallFunc_K2_AddRelativeRotation_SweepHitResult_1) == 0x000164, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::CallFunc_K2_AddRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, CallFunc_IsDedicatedServer_ReturnValue) == 0x0001F4, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::CallFunc_IsDedicatedServer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, K2Node_ComponentBoundEvent_Interactable) == 0x0001F8, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, K2Node_ComponentBoundEvent_Interactor) == 0x000200, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000208, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, CallFunc_GetCurrentState_ReturnValue) == 0x000209, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::CallFunc_GetCurrentState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, CallFunc_GetOwner_ReturnValue) == 0x000210, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, K2Node_SwitchEnum_CmpSuccess_1) == 0x000218, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, K2Node_DynamicCast_AsSBZCharacter) == 0x000220, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::K2Node_DynamicCast_AsSBZCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill, K2Node_DynamicCast_bSuccess) == 0x000228, "Member 'BP_PocketDrill_C_ExecuteUbergraph_BP_PocketDrill::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PocketDrill_C_BndEvt__BP_PocketDrill_ActivationInteraction_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_PocketDrill_C_BndEvt__BP_PocketDrill_ActivationInteraction_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_PocketDrill_C_BndEvt__BP_PocketDrill_ActivationInteraction_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_PocketDrill_C_BndEvt__BP_PocketDrill_ActivationInteraction_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_PocketDrill_C_BndEvt__BP_PocketDrill_ActivationInteraction_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_PocketDrill_C_BndEvt__BP_PocketDrill_ActivationInteraction_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'BP_PocketDrill_C_BndEvt__BP_PocketDrill_ActivationInteraction_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_BndEvt__BP_PocketDrill_ActivationInteraction_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_PocketDrill_C_BndEvt__BP_PocketDrill_ActivationInteraction_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_BndEvt__BP_PocketDrill_ActivationInteraction_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_PocketDrill_C_BndEvt__BP_PocketDrill_ActivationInteraction_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PocketDrill_C_ReceiveTick \ +static_assert(alignof(BP_PocketDrill_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_PocketDrill_C_ReceiveTick"); \ +static_assert(sizeof(BP_PocketDrill_C_ReceiveTick) == 0x000004, "Wrong size on BP_PocketDrill_C_ReceiveTick"); \ +static_assert(offsetof(BP_PocketDrill_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_PocketDrill_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_PocketDrill_C_BP_OnStateChanged \ +static_assert(alignof(BP_PocketDrill_C_BP_OnStateChanged) == 0x000001, "Wrong alignment on BP_PocketDrill_C_BP_OnStateChanged"); \ +static_assert(sizeof(BP_PocketDrill_C_BP_OnStateChanged) == 0x000003, "Wrong size on BP_PocketDrill_C_BP_OnStateChanged"); \ +static_assert(offsetof(BP_PocketDrill_C_BP_OnStateChanged, OldState) == 0x000000, "Member 'BP_PocketDrill_C_BP_OnStateChanged::OldState' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_BP_OnStateChanged, NewState) == 0x000001, "Member 'BP_PocketDrill_C_BP_OnStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_PocketDrill_C_BP_OnStateChanged, bDoCosmetics) == 0x000002, "Member 'BP_PocketDrill_C_BP_OnStateChanged::bDoCosmetics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PocketDrill_C \ +static_assert(alignof(ABP_PocketDrill_C) == 0x000008, "Wrong alignment on ABP_PocketDrill_C"); \ +static_assert(sizeof(ABP_PocketDrill_C) == 0x0005C0, "Wrong size on ABP_PocketDrill_C"); \ +static_assert(offsetof(ABP_PocketDrill_C, UberGraphFrame) == 0x000530, "Member 'ABP_PocketDrill_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_PocketDrill_C, PocketDrill_Handle_1) == 0x000538, "Member 'ABP_PocketDrill_C::PocketDrill_Handle_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PocketDrill_C, PocketDrill_Display_1) == 0x000540, "Member 'ABP_PocketDrill_C::PocketDrill_Display_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PocketDrill_C, PocketDrill_Bit_1) == 0x000548, "Member 'ABP_PocketDrill_C::PocketDrill_Bit_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PocketDrill_C, PocketDrill_Head_1) == 0x000550, "Member 'ABP_PocketDrill_C::PocketDrill_Head_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PocketDrill_C, Breaching_PocketDrill_Motor) == 0x000558, "Member 'ABP_PocketDrill_C::Breaching_PocketDrill_Motor' has a wrong offset!"); \ +static_assert(offsetof(ABP_PocketDrill_C, Breaching_PocketDrill_Base) == 0x000560, "Member 'ABP_PocketDrill_C::Breaching_PocketDrill_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_PocketDrill_C, NavModifier) == 0x000568, "Member 'ABP_PocketDrill_C::NavModifier' has a wrong offset!"); \ +static_assert(offsetof(ABP_PocketDrill_C, SBZAIObjective) == 0x000570, "Member 'ABP_PocketDrill_C::SBZAIObjective' has a wrong offset!"); \ +static_assert(offsetof(ABP_PocketDrill_C, VFX_Pocketdrill) == 0x000578, "Member 'ABP_PocketDrill_C::VFX_Pocketdrill' has a wrong offset!"); \ +static_assert(offsetof(ABP_PocketDrill_C, PocketDrill_Bit) == 0x000580, "Member 'ABP_PocketDrill_C::PocketDrill_Bit' has a wrong offset!"); \ +static_assert(offsetof(ABP_PocketDrill_C, PocketDrill_Head) == 0x000588, "Member 'ABP_PocketDrill_C::PocketDrill_Head' has a wrong offset!"); \ +static_assert(offsetof(ABP_PocketDrill_C, PocketDrill_Motor) == 0x000590, "Member 'ABP_PocketDrill_C::PocketDrill_Motor' has a wrong offset!"); \ +static_assert(offsetof(ABP_PocketDrill_C, Widget) == 0x000598, "Member 'ABP_PocketDrill_C::Widget' has a wrong offset!"); \ +static_assert(offsetof(ABP_PocketDrill_C, PocketDrill_Handle) == 0x0005A0, "Member 'ABP_PocketDrill_C::PocketDrill_Handle' has a wrong offset!"); \ +static_assert(offsetof(ABP_PocketDrill_C, PocketDrill_Display) == 0x0005A8, "Member 'ABP_PocketDrill_C::PocketDrill_Display' has a wrong offset!"); \ +static_assert(offsetof(ABP_PocketDrill_C, ActivationMesh) == 0x0005B0, "Member 'ABP_PocketDrill_C::ActivationMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_PocketDrill_C, PocketDrill_Base) == 0x0005B8, "Member 'ABP_PocketDrill_C::PocketDrill_Base' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint \ +static_assert(alignof(BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint) == 0x000008, "Wrong alignment on BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint"); \ +static_assert(sizeof(BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint) == 0x000058, "Wrong size on BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint"); \ +static_assert(offsetof(BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint, EntryPoint) == 0x000000, "Member 'BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint, Temp_struct_Variable) == 0x000008, "Member 'BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint, Temp_delegate_Variable) == 0x000018, "Member 'BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint, Temp_bool_Has_Been_Initd_Variable) == 0x00002C, "Member 'BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint, Temp_bool_IsClosed_Variable) == 0x00002D, "Member 'BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint, K2Node_ComponentBoundEvent_InteractableComponent) == 0x000030, "Member 'BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint::K2Node_ComponentBoundEvent_InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint, K2Node_ComponentBoundEvent_bInNewState) == 0x000038, "Member 'BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint::K2Node_ComponentBoundEvent_bInNewState' has a wrong offset!"); \ +static_assert(offsetof(BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint, CallFunc_PostAkEvent_ReturnValue) == 0x00003C, "Member 'BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint, K2Node_ComponentBoundEvent_Interactable) == 0x000040, "Member 'BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint::K2Node_ComponentBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint, K2Node_ComponentBoundEvent_Interactor) == 0x000048, "Member 'BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint, K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor) == 0x000050, "Member 'BP_AccessPoint_C_ExecuteUbergraph_BP_AccessPoint::K2Node_ComponentBoundEvent_bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AccessPoint_C_BndEvt__BP_AccessPoint_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature \ +static_assert(alignof(BP_AccessPoint_C_BndEvt__BP_AccessPoint_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on BP_AccessPoint_C_BndEvt__BP_AccessPoint_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(sizeof(BP_AccessPoint_C_BndEvt__BP_AccessPoint_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature) == 0x000018, "Wrong size on BP_AccessPoint_C_BndEvt__BP_AccessPoint_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature"); \ +static_assert(offsetof(BP_AccessPoint_C_BndEvt__BP_AccessPoint_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactable_0) == 0x000000, "Member 'BP_AccessPoint_C_BndEvt__BP_AccessPoint_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_AccessPoint_C_BndEvt__BP_AccessPoint_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'BP_AccessPoint_C_BndEvt__BP_AccessPoint_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_AccessPoint_C_BndEvt__BP_AccessPoint_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature, bIsLocallyControlledInteractor) == 0x000010, "Member 'BP_AccessPoint_C_BndEvt__BP_AccessPoint_Interactable_K2Node_ComponentBoundEvent_0_SBZOnInteraction__DelegateSignature::bIsLocallyControlledInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AccessPoint_C_BndEvt__BP_AccessPoint_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteractableStateChangedDelegate__DelegateSignature \ +static_assert(alignof(BP_AccessPoint_C_BndEvt__BP_AccessPoint_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteractableStateChangedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_AccessPoint_C_BndEvt__BP_AccessPoint_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteractableStateChangedDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_AccessPoint_C_BndEvt__BP_AccessPoint_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteractableStateChangedDelegate__DelegateSignature) == 0x000010, "Wrong size on BP_AccessPoint_C_BndEvt__BP_AccessPoint_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteractableStateChangedDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_AccessPoint_C_BndEvt__BP_AccessPoint_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteractableStateChangedDelegate__DelegateSignature, InteractableComponent) == 0x000000, "Member 'BP_AccessPoint_C_BndEvt__BP_AccessPoint_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteractableStateChangedDelegate__DelegateSignature::InteractableComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_AccessPoint_C_BndEvt__BP_AccessPoint_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteractableStateChangedDelegate__DelegateSignature, bInNewState) == 0x000008, "Member 'BP_AccessPoint_C_BndEvt__BP_AccessPoint_Interactable_K2Node_ComponentBoundEvent_2_SBZOnInteractableStateChangedDelegate__DelegateSignature::bInNewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AccessPoint_C_SetCustomPrimitiveData \ +static_assert(alignof(BP_AccessPoint_C_SetCustomPrimitiveData) == 0x000008, "Wrong alignment on BP_AccessPoint_C_SetCustomPrimitiveData"); \ +static_assert(sizeof(BP_AccessPoint_C_SetCustomPrimitiveData) == 0x000028, "Wrong size on BP_AccessPoint_C_SetCustomPrimitiveData"); \ +static_assert(offsetof(BP_AccessPoint_C_SetCustomPrimitiveData, Staticmesh) == 0x000000, "Member 'BP_AccessPoint_C_SetCustomPrimitiveData::Staticmesh' has a wrong offset!"); \ +static_assert(offsetof(BP_AccessPoint_C_SetCustomPrimitiveData, IsActive) == 0x000008, "Member 'BP_AccessPoint_C_SetCustomPrimitiveData::IsActive' has a wrong offset!"); \ +static_assert(offsetof(BP_AccessPoint_C_SetCustomPrimitiveData, EmissiveStrength) == 0x00000C, "Member 'BP_AccessPoint_C_SetCustomPrimitiveData::EmissiveStrength' has a wrong offset!"); \ +static_assert(offsetof(BP_AccessPoint_C_SetCustomPrimitiveData, Red) == 0x000010, "Member 'BP_AccessPoint_C_SetCustomPrimitiveData::Red' has a wrong offset!"); \ +static_assert(offsetof(BP_AccessPoint_C_SetCustomPrimitiveData, Green) == 0x000014, "Member 'BP_AccessPoint_C_SetCustomPrimitiveData::Green' has a wrong offset!"); \ +static_assert(offsetof(BP_AccessPoint_C_SetCustomPrimitiveData, Blue) == 0x000018, "Member 'BP_AccessPoint_C_SetCustomPrimitiveData::Blue' has a wrong offset!"); \ +static_assert(offsetof(BP_AccessPoint_C_SetCustomPrimitiveData, Alpha) == 0x00001C, "Member 'BP_AccessPoint_C_SetCustomPrimitiveData::Alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_AccessPoint_C_SetCustomPrimitiveData, Temperature) == 0x000020, "Member 'BP_AccessPoint_C_SetCustomPrimitiveData::Temperature' has a wrong offset!"); \ +static_assert(offsetof(BP_AccessPoint_C_SetCustomPrimitiveData, EmissiveTemperature) == 0x000024, "Member 'BP_AccessPoint_C_SetCustomPrimitiveData::EmissiveTemperature' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_AccessPoint_C \ +static_assert(alignof(ABP_AccessPoint_C) == 0x000008, "Wrong alignment on ABP_AccessPoint_C"); \ +static_assert(sizeof(ABP_AccessPoint_C) == 0x000310, "Wrong size on ABP_AccessPoint_C"); \ +static_assert(offsetof(ABP_AccessPoint_C, UberGraphFrame) == 0x0002D0, "Member 'ABP_AccessPoint_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_AccessPoint_C, LocationPingAK) == 0x0002D8, "Member 'ABP_AccessPoint_C::LocationPingAK' has a wrong offset!"); \ +static_assert(offsetof(ABP_AccessPoint_C, SBZOutline) == 0x0002E0, "Member 'ABP_AccessPoint_C::SBZOutline' has a wrong offset!"); \ +static_assert(offsetof(ABP_AccessPoint_C, StaticMesh) == 0x0002E8, "Member 'ABP_AccessPoint_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_AccessPoint_C, Emissive_Intensity_Intensity_3C89A956496207968BB67F8304C079C3) == 0x0002F0, "Member 'ABP_AccessPoint_C::Emissive_Intensity_Intensity_3C89A956496207968BB67F8304C079C3' has a wrong offset!"); \ +static_assert(offsetof(ABP_AccessPoint_C, Emissive_Intensity__Direction_3C89A956496207968BB67F8304C079C3) == 0x0002F4, "Member 'ABP_AccessPoint_C::Emissive_Intensity__Direction_3C89A956496207968BB67F8304C079C3' has a wrong offset!"); \ +static_assert(offsetof(ABP_AccessPoint_C, Emissive_Intensity) == 0x0002F8, "Member 'ABP_AccessPoint_C::Emissive_Intensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_AccessPoint_C, DMI_Lights) == 0x000300, "Member 'ABP_AccessPoint_C::DMI_Lights' has a wrong offset!"); \ +static_assert(offsetof(ABP_AccessPoint_C, LightIntensity) == 0x000308, "Member 'ABP_AccessPoint_C::LightIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_AccessPoint_C, Interacted) == 0x00030C, "Member 'ABP_AccessPoint_C::Interacted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABPL_WarmBounceWindow_C \ +static_assert(alignof(ABPL_WarmBounceWindow_C) == 0x000008, "Wrong alignment on ABPL_WarmBounceWindow_C"); \ +static_assert(sizeof(ABPL_WarmBounceWindow_C) == 0x0002B8, "Wrong size on ABPL_WarmBounceWindow_C"); \ +static_assert(offsetof(ABPL_WarmBounceWindow_C, RectLight) == 0x0002A8, "Member 'ABPL_WarmBounceWindow_C::RectLight' has a wrong offset!"); \ +static_assert(offsetof(ABPL_WarmBounceWindow_C, DefaultSceneRoot) == 0x0002B0, "Member 'ABPL_WarmBounceWindow_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABPL_Penthouse_ModernWall_C \ +static_assert(alignof(ABPL_Penthouse_ModernWall_C) == 0x000008, "Wrong alignment on ABPL_Penthouse_ModernWall_C"); \ +static_assert(sizeof(ABPL_Penthouse_ModernWall_C) == 0x000328, "Wrong size on ABPL_Penthouse_ModernWall_C"); \ +static_assert(offsetof(ABPL_Penthouse_ModernWall_C, PointLight______6) == 0x0002A8, "Member 'ABPL_Penthouse_ModernWall_C::PointLight______6' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Penthouse_ModernWall_C, PointLight___6) == 0x0002B0, "Member 'ABPL_Penthouse_ModernWall_C::PointLight___6' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Penthouse_ModernWall_C, PointLight__5) == 0x0002B8, "Member 'ABPL_Penthouse_ModernWall_C::PointLight__5' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Penthouse_ModernWall_C, PointLight__4) == 0x0002C0, "Member 'ABPL_Penthouse_ModernWall_C::PointLight__4' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Penthouse_ModernWall_C, PointLight_3) == 0x0002C8, "Member 'ABPL_Penthouse_ModernWall_C::PointLight_3' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Penthouse_ModernWall_C, PointLight) == 0x0002D0, "Member 'ABPL_Penthouse_ModernWall_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Penthouse_ModernWall_C, PointLight_2) == 0x0002D8, "Member 'ABPL_Penthouse_ModernWall_C::PointLight_2' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Penthouse_ModernWall_C, PointLight__3) == 0x0002E0, "Member 'ABPL_Penthouse_ModernWall_C::PointLight__3' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Penthouse_ModernWall_C, PointLight____4) == 0x0002E8, "Member 'ABPL_Penthouse_ModernWall_C::PointLight____4' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Penthouse_ModernWall_C, PointLight___3) == 0x0002F0, "Member 'ABPL_Penthouse_ModernWall_C::PointLight___3' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Penthouse_ModernWall_C, PointLight__2) == 0x0002F8, "Member 'ABPL_Penthouse_ModernWall_C::PointLight__2' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Penthouse_ModernWall_C, PointLight_1) == 0x000300, "Member 'ABPL_Penthouse_ModernWall_C::PointLight_1' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Penthouse_ModernWall_C, PointLight_____5) == 0x000308, "Member 'ABPL_Penthouse_ModernWall_C::PointLight_____5' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Penthouse_ModernWall_C, SmoothAmbiant) == 0x000310, "Member 'ABPL_Penthouse_ModernWall_C::SmoothAmbiant' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Penthouse_ModernWall_C, LGT_DeskLamp_02) == 0x000318, "Member 'ABPL_Penthouse_ModernWall_C::LGT_DeskLamp_02' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Penthouse_ModernWall_C, DefaultSceneRoot) == 0x000320, "Member 'ABPL_Penthouse_ModernWall_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABPL_StripLight_Warm_C \ +static_assert(alignof(ABPL_StripLight_Warm_C) == 0x000008, "Wrong alignment on ABPL_StripLight_Warm_C"); \ +static_assert(sizeof(ABPL_StripLight_Warm_C) == 0x0002C8, "Wrong size on ABPL_StripLight_Warm_C"); \ +static_assert(offsetof(ABPL_StripLight_Warm_C, RectLight) == 0x0002A8, "Member 'ABPL_StripLight_Warm_C::RectLight' has a wrong offset!"); \ +static_assert(offsetof(ABPL_StripLight_Warm_C, SmoothAmbiant) == 0x0002B0, "Member 'ABPL_StripLight_Warm_C::SmoothAmbiant' has a wrong offset!"); \ +static_assert(offsetof(ABPL_StripLight_Warm_C, LGT_DeskLamp_02) == 0x0002B8, "Member 'ABPL_StripLight_Warm_C::LGT_DeskLamp_02' has a wrong offset!"); \ +static_assert(offsetof(ABPL_StripLight_Warm_C, DefaultSceneRoot) == 0x0002C0, "Member 'ABPL_StripLight_Warm_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_SocketPanel_C_ExecuteUbergraph_BPL_SocketPanel \ +static_assert(alignof(BPL_SocketPanel_C_ExecuteUbergraph_BPL_SocketPanel) == 0x000004, "Wrong alignment on BPL_SocketPanel_C_ExecuteUbergraph_BPL_SocketPanel"); \ +static_assert(sizeof(BPL_SocketPanel_C_ExecuteUbergraph_BPL_SocketPanel) == 0x00003C, "Wrong size on BPL_SocketPanel_C_ExecuteUbergraph_BPL_SocketPanel"); \ +static_assert(offsetof(BPL_SocketPanel_C_ExecuteUbergraph_BPL_SocketPanel, EntryPoint) == 0x000000, "Member 'BPL_SocketPanel_C_ExecuteUbergraph_BPL_SocketPanel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BPL_SocketPanel_C_ExecuteUbergraph_BPL_SocketPanel, K2Node_ComponentBoundEvent_Type) == 0x000004, "Member 'BPL_SocketPanel_C_ExecuteUbergraph_BPL_SocketPanel::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BPL_SocketPanel_C_ExecuteUbergraph_BPL_SocketPanel, K2Node_ComponentBoundEvent_HitContext) == 0x000008, "Member 'BPL_SocketPanel_C_ExecuteUbergraph_BPL_SocketPanel::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_SocketPanel_C_ExecuteUbergraph_BPL_SocketPanel, CallFunc_RandomFloatInRange_ReturnValue) == 0x000038, "Member 'BPL_SocketPanel_C_ExecuteUbergraph_BPL_SocketPanel::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_SocketPanel_C_BndEvt__BPL_SocketPanel_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BPL_SocketPanel_C_BndEvt__BPL_SocketPanel_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BPL_SocketPanel_C_BndEvt__BPL_SocketPanel_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BPL_SocketPanel_C_BndEvt__BPL_SocketPanel_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BPL_SocketPanel_C_BndEvt__BPL_SocketPanel_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BPL_SocketPanel_C_BndEvt__BPL_SocketPanel_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BPL_SocketPanel_C_BndEvt__BPL_SocketPanel_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BPL_SocketPanel_C_BndEvt__BPL_SocketPanel_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BPL_SocketPanel_C_BndEvt__BPL_SocketPanel_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABPL_SocketPanel_C \ +static_assert(alignof(ABPL_SocketPanel_C) == 0x000008, "Wrong alignment on ABPL_SocketPanel_C"); \ +static_assert(sizeof(ABPL_SocketPanel_C) == 0x0002E0, "Wrong size on ABPL_SocketPanel_C"); \ +static_assert(offsetof(ABPL_SocketPanel_C, UberGraphFrame) == 0x0002A8, "Member 'ABPL_SocketPanel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SocketPanel_C, FX_SparkBurst_M) == 0x0002B0, "Member 'ABPL_SocketPanel_C::FX_SparkBurst_M' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SocketPanel_C, SBZCosmeticDestruction) == 0x0002B8, "Member 'ABPL_SocketPanel_C::SBZCosmeticDestruction' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SocketPanel_C, RectLight) == 0x0002C0, "Member 'ABPL_SocketPanel_C::RectLight' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SocketPanel_C, SmoothAmbiant) == 0x0002C8, "Member 'ABPL_SocketPanel_C::SmoothAmbiant' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SocketPanel_C, LGT_DeskLamp_02) == 0x0002D0, "Member 'ABPL_SocketPanel_C::LGT_DeskLamp_02' has a wrong offset!"); \ +static_assert(offsetof(ABPL_SocketPanel_C, DefaultSceneRoot) == 0x0002D8, "Member 'ABPL_SocketPanel_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABPL_Modern_CeilLamp_Warm_C \ +static_assert(alignof(ABPL_Modern_CeilLamp_Warm_C) == 0x000008, "Wrong alignment on ABPL_Modern_CeilLamp_Warm_C"); \ +static_assert(sizeof(ABPL_Modern_CeilLamp_Warm_C) == 0x0002C8, "Wrong size on ABPL_Modern_CeilLamp_Warm_C"); \ +static_assert(offsetof(ABPL_Modern_CeilLamp_Warm_C, RectLight) == 0x0002A8, "Member 'ABPL_Modern_CeilLamp_Warm_C::RectLight' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Modern_CeilLamp_Warm_C, SmoothAmbiant) == 0x0002B0, "Member 'ABPL_Modern_CeilLamp_Warm_C::SmoothAmbiant' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Modern_CeilLamp_Warm_C, LGT_DeskLamp_02) == 0x0002B8, "Member 'ABPL_Modern_CeilLamp_Warm_C::LGT_DeskLamp_02' has a wrong offset!"); \ +static_assert(offsetof(ABPL_Modern_CeilLamp_Warm_C, DefaultSceneRoot) == 0x0002C0, "Member 'ABPL_Modern_CeilLamp_Warm_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABPL_HangingLED_Long_Warm_C \ +static_assert(alignof(ABPL_HangingLED_Long_Warm_C) == 0x000008, "Wrong alignment on ABPL_HangingLED_Long_Warm_C"); \ +static_assert(sizeof(ABPL_HangingLED_Long_Warm_C) == 0x0002C8, "Wrong size on ABPL_HangingLED_Long_Warm_C"); \ +static_assert(offsetof(ABPL_HangingLED_Long_Warm_C, RectLight) == 0x0002A8, "Member 'ABPL_HangingLED_Long_Warm_C::RectLight' has a wrong offset!"); \ +static_assert(offsetof(ABPL_HangingLED_Long_Warm_C, SmoothAmbiant) == 0x0002B0, "Member 'ABPL_HangingLED_Long_Warm_C::SmoothAmbiant' has a wrong offset!"); \ +static_assert(offsetof(ABPL_HangingLED_Long_Warm_C, LGT_DeskLamp_02) == 0x0002B8, "Member 'ABPL_HangingLED_Long_Warm_C::LGT_DeskLamp_02' has a wrong offset!"); \ +static_assert(offsetof(ABPL_HangingLED_Long_Warm_C, DefaultSceneRoot) == 0x0002C0, "Member 'ABPL_HangingLED_Long_Warm_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABPL_HangingModern_Circle_Big_C \ +static_assert(alignof(ABPL_HangingModern_Circle_Big_C) == 0x000008, "Wrong alignment on ABPL_HangingModern_Circle_Big_C"); \ +static_assert(sizeof(ABPL_HangingModern_Circle_Big_C) == 0x0002C8, "Wrong size on ABPL_HangingModern_Circle_Big_C"); \ +static_assert(offsetof(ABPL_HangingModern_Circle_Big_C, PointLight) == 0x0002A8, "Member 'ABPL_HangingModern_Circle_Big_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABPL_HangingModern_Circle_Big_C, SmoothAmbiant) == 0x0002B0, "Member 'ABPL_HangingModern_Circle_Big_C::SmoothAmbiant' has a wrong offset!"); \ +static_assert(offsetof(ABPL_HangingModern_Circle_Big_C, LGT_DeskLamp_02) == 0x0002B8, "Member 'ABPL_HangingModern_Circle_Big_C::LGT_DeskLamp_02' has a wrong offset!"); \ +static_assert(offsetof(ABPL_HangingModern_Circle_Big_C, DefaultSceneRoot) == 0x0002C0, "Member 'ABPL_HangingModern_Circle_Big_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABPL_FluorescentNeon_C \ +static_assert(alignof(ABPL_FluorescentNeon_C) == 0x000008, "Wrong alignment on ABPL_FluorescentNeon_C"); \ +static_assert(sizeof(ABPL_FluorescentNeon_C) == 0x0002D8, "Wrong size on ABPL_FluorescentNeon_C"); \ +static_assert(offsetof(ABPL_FluorescentNeon_C, PointLight_1) == 0x0002A8, "Member 'ABPL_FluorescentNeon_C::PointLight_1' has a wrong offset!"); \ +static_assert(offsetof(ABPL_FluorescentNeon_C, SpotLight) == 0x0002B0, "Member 'ABPL_FluorescentNeon_C::SpotLight' has a wrong offset!"); \ +static_assert(offsetof(ABPL_FluorescentNeon_C, PointLight) == 0x0002B8, "Member 'ABPL_FluorescentNeon_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABPL_FluorescentNeon_C, LGT_Fluorescent_01_Cable) == 0x0002C0, "Member 'ABPL_FluorescentNeon_C::LGT_Fluorescent_01_Cable' has a wrong offset!"); \ +static_assert(offsetof(ABPL_FluorescentNeon_C, LGT_DeskLamp_02) == 0x0002C8, "Member 'ABPL_FluorescentNeon_C::LGT_DeskLamp_02' has a wrong offset!"); \ +static_assert(offsetof(ABPL_FluorescentNeon_C, DefaultSceneRoot) == 0x0002D0, "Member 'ABPL_FluorescentNeon_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_FloodLight_C_ExecuteUbergraph_BPL_FloodLight \ +static_assert(alignof(BPL_FloodLight_C_ExecuteUbergraph_BPL_FloodLight) == 0x000004, "Wrong alignment on BPL_FloodLight_C_ExecuteUbergraph_BPL_FloodLight"); \ +static_assert(sizeof(BPL_FloodLight_C_ExecuteUbergraph_BPL_FloodLight) == 0x00003C, "Wrong size on BPL_FloodLight_C_ExecuteUbergraph_BPL_FloodLight"); \ +static_assert(offsetof(BPL_FloodLight_C_ExecuteUbergraph_BPL_FloodLight, EntryPoint) == 0x000000, "Member 'BPL_FloodLight_C_ExecuteUbergraph_BPL_FloodLight::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BPL_FloodLight_C_ExecuteUbergraph_BPL_FloodLight, K2Node_ComponentBoundEvent_Type) == 0x000004, "Member 'BPL_FloodLight_C_ExecuteUbergraph_BPL_FloodLight::K2Node_ComponentBoundEvent_Type' has a wrong offset!"); \ +static_assert(offsetof(BPL_FloodLight_C_ExecuteUbergraph_BPL_FloodLight, K2Node_ComponentBoundEvent_HitContext) == 0x000008, "Member 'BPL_FloodLight_C_ExecuteUbergraph_BPL_FloodLight::K2Node_ComponentBoundEvent_HitContext' has a wrong offset!"); \ +static_assert(offsetof(BPL_FloodLight_C_ExecuteUbergraph_BPL_FloodLight, CallFunc_RandomFloatInRange_ReturnValue) == 0x000038, "Member 'BPL_FloodLight_C_ExecuteUbergraph_BPL_FloodLight::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPL_FloodLight_C_BndEvt__BPL_FloodLight_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature \ +static_assert(alignof(BPL_FloodLight_C_BndEvt__BPL_FloodLight_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000004, "Wrong alignment on BPL_FloodLight_C_BndEvt__BPL_FloodLight_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(sizeof(BPL_FloodLight_C_BndEvt__BPL_FloodLight_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature) == 0x000034, "Wrong size on BPL_FloodLight_C_BndEvt__BPL_FloodLight_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature"); \ +static_assert(offsetof(BPL_FloodLight_C_BndEvt__BPL_FloodLight_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, Type) == 0x000000, "Member 'BPL_FloodLight_C_BndEvt__BPL_FloodLight_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::Type' has a wrong offset!"); \ +static_assert(offsetof(BPL_FloodLight_C_BndEvt__BPL_FloodLight_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature, HitContext) == 0x000004, "Member 'BPL_FloodLight_C_BndEvt__BPL_FloodLight_SBZCosmeticDestruction_K2Node_ComponentBoundEvent_0_SBZCosmeticDestructionComponenteSignature__DelegateSignature::HitContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABPL_FloodLight_C \ +static_assert(alignof(ABPL_FloodLight_C) == 0x000008, "Wrong alignment on ABPL_FloodLight_C"); \ +static_assert(sizeof(ABPL_FloodLight_C) == 0x0002E0, "Wrong size on ABPL_FloodLight_C"); \ +static_assert(offsetof(ABPL_FloodLight_C, UberGraphFrame) == 0x0002A8, "Member 'ABPL_FloodLight_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABPL_FloodLight_C, FX_SparkBurst_M) == 0x0002B0, "Member 'ABPL_FloodLight_C::FX_SparkBurst_M' has a wrong offset!"); \ +static_assert(offsetof(ABPL_FloodLight_C, SBZCosmeticDestruction) == 0x0002B8, "Member 'ABPL_FloodLight_C::SBZCosmeticDestruction' has a wrong offset!"); \ +static_assert(offsetof(ABPL_FloodLight_C, SpotLight) == 0x0002C0, "Member 'ABPL_FloodLight_C::SpotLight' has a wrong offset!"); \ +static_assert(offsetof(ABPL_FloodLight_C, PointLight) == 0x0002C8, "Member 'ABPL_FloodLight_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABPL_FloodLight_C, LGT_FacadeIndustrial_01) == 0x0002D0, "Member 'ABPL_FloodLight_C::LGT_FacadeIndustrial_01' has a wrong offset!"); \ +static_assert(offsetof(ABPL_FloodLight_C, DefaultSceneRoot) == 0x0002D8, "Member 'ABPL_FloodLight_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting \ +static_assert(alignof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting) == 0x000010, "Wrong alignment on G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting) == 0x003550, "Wrong size on G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, EntryPoint) == 0x000000, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable) == 0x000008, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable) == 0x000020, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_1) == 0x000030, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue) == 0x000044, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_1) == 0x000048, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_2) == 0x000058, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_1) == 0x00006C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_2) == 0x000070, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable) == 0x000080, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_3) == 0x000088, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_4) == 0x000090, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_3) == 0x000098, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_5) == 0x0000B0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_4) == 0x0000C0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_2) == 0x0000D4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_6) == 0x0000D8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_5) == 0x0000E8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_3) == 0x0000FC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_7) == 0x000100, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_6) == 0x000110, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_4) == 0x000124, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_8) == 0x000128, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_7) == 0x000138, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_9) == 0x000150, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_1) == 0x000160, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_5) == 0x000161, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_10) == 0x000168, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_11) == 0x000170, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CreateDelegate_OutputDelegate) == 0x000178, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_byte_Variable) == 0x00018C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CreateDelegate_OutputDelegate_1) == 0x000190, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_ExecToBoolean_Value) == 0x0001A4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_ExecToBoolean_Value' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_8) == 0x0001A8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_12) == 0x0001C0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_6) == 0x0001D0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CreateDelegate_OutputDelegate_2) == 0x0001D4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CreateDelegate_OutputDelegate_3) == 0x0001E8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_9) == 0x0001FC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_13) == 0x000210, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_10) == 0x000220, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_14) == 0x000238, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_2) == 0x000248, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_7) == 0x000249, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_15) == 0x000250, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_16) == 0x000258, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_11) == 0x000260, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CreateDelegate_OutputDelegate_4) == 0x000274, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_17) == 0x000288, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_12) == 0x000298, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_8) == 0x0002AC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_18) == 0x0002B0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_13) == 0x0002C0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_9) == 0x0002D4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_19) == 0x0002D8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_14) == 0x0002E8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_10) == 0x0002FC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_20) == 0x000300, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_15) == 0x000310, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_11) == 0x000324, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_21) == 0x000328, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_16) == 0x000338, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_12) == 0x00034C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_22) == 0x000350, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_17) == 0x000360, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_13) == 0x000374, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_23) == 0x000378, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_18) == 0x000388, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_14) == 0x00039C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_24) == 0x0003A0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_19) == 0x0003B0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_15) == 0x0003C4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_25) == 0x0003C8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_20) == 0x0003D8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_16) == 0x0003EC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_26) == 0x0003F0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_21) == 0x000400, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_17) == 0x000414, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_27) == 0x000418, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_27' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_22) == 0x000428, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_18) == 0x00043C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_28) == 0x000440, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_28' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_23) == 0x000450, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_19) == 0x000464, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_29) == 0x000468, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_29' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_24) == 0x000478, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_20) == 0x00048C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_30) == 0x000490, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_30' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_25) == 0x0004A0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_21) == 0x0004B4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_31) == 0x0004B8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_31' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_3) == 0x0004C8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_22) == 0x0004C9, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_32) == 0x0004D0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_32' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_33) == 0x0004D8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_33' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_26) == 0x0004E0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_34) == 0x0004F8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_34' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable) == 0x000508, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_27) == 0x000518, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_27' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_1) == 0x000530, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_28) == 0x000540, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_28' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_2) == 0x000558, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_29) == 0x000568, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_29' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_30) == 0x00057C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_30' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_35) == 0x000590, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_35' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_31) == 0x0005A0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_31' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_23) == 0x0005B4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_36) == 0x0005B8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_36' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_32) == 0x0005C8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_32' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_24) == 0x0005DC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_37) == 0x0005E0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_37' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_33) == 0x0005F0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_33' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_25) == 0x000604, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_38) == 0x000608, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_38' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_4) == 0x000618, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_26) == 0x000619, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_39) == 0x000620, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_39' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_40) == 0x000628, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_40' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_34) == 0x000630, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_34' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_41) == 0x000648, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_41' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_5) == 0x000658, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CreateDelegate_OutputDelegate_5) == 0x00065C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_42) == 0x000670, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_42' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_43) == 0x000678, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_43' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_35) == 0x000680, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_35' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_44) == 0x000698, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_44' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_6) == 0x0006A8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_45) == 0x0006B0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_45' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_46) == 0x0006B8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_46' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_36) == 0x0006C0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_36' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_47) == 0x0006D8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_47' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_7) == 0x0006E8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_48) == 0x0006F0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_48' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_49) == 0x0006F8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_49' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_37) == 0x000700, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_37' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_50) == 0x000718, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_50' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_8) == 0x000728, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_51) == 0x000730, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_51' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_52) == 0x000738, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_52' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_38) == 0x000740, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_38' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_53) == 0x000758, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_53' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_3) == 0x000768, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_HasPreplanningTag_ReturnValue) == 0x000774, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_HasPreplanningTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_4) == 0x000778, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_HasPreplanningTag_ReturnValue_1) == 0x000784, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_HasPreplanningTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_54) == 0x000788, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_54' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_39) == 0x000798, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_39' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_55) == 0x0007B0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_55' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnLootOnCharacter_ReturnValue) == 0x0007B8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnLootOnCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable) == 0x0007C0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable) == 0x0007C1, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_56) == 0x0007C8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_56' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_1) == 0x0007D0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_5) == 0x0007D4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_HasPreplanningTag_ReturnValue_2) == 0x0007E0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_HasPreplanningTag_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_1) == 0x0007E1, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_2) == 0x0007E2, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_2) == 0x0007E3, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_9) == 0x0007E4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_3) == 0x0007E5, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CreateDelegate_OutputDelegate_6) == 0x0007E8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default) == 0x000800, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_27) == 0x000808, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000809, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_3) == 0x00080A, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_4) == 0x00080B, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_57) == 0x000810, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_57' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_40) == 0x000820, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_40' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_58) == 0x000838, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_58' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_4) == 0x000840, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_5) == 0x000841, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_5) == 0x000842, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_59) == 0x000848, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_59' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_6) == 0x000850, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_6) == 0x000851, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_10) == 0x000852, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_7) == 0x000853, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_1) == 0x000858, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_28) == 0x000860, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_7) == 0x000861, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000862, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_8) == 0x000863, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_8) == 0x000864, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_9) == 0x000865, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_9) == 0x000866, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_60) == 0x000868, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_60' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_61) == 0x000870, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_61' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_10) == 0x000878, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_10) == 0x000879, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_11) == 0x00087A, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable) == 0x00087C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_2) == 0x000880, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue) == 0x000888, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00088C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initialized_0CBE419447B528DF8350CC9A005A22FC_Variable) == 0x00088D, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initialized_0CBE419447B528DF8350CC9A005A22FC_Variable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable_1) == 0x000890, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000894, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000898, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_62) == 0x0008A0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_62' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_41) == 0x0008B0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_41' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Current_Value_0CBE419447B528DF8350CC9A005A22FC_Variable) == 0x0008C4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Current_Value_0CBE419447B528DF8350CC9A005A22FC_Variable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_29) == 0x0008C8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Conv_IntToString_ReturnValue) == 0x0008D0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0008E0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0008E1, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Add_IntInt_ReturnValue) == 0x0008E4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_63) == 0x0008E8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_63' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable_2) == 0x0008F0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x0008F4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GreaterEqual_IntInt_ReturnValue_2) == 0x0008F8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GreaterEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable_3) == 0x0008FC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x000900, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GreaterEqual_IntInt_ReturnValue_3) == 0x000904, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GreaterEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_64) == 0x000908, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_64' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable_4) == 0x000910, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_4) == 0x000914, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GreaterEqual_IntInt_ReturnValue_4) == 0x000918, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GreaterEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Current_Value_EDB887C5451EAEB851287BB39FAC8FCA_Variable) == 0x00091C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Current_Value_EDB887C5451EAEB851287BB39FAC8FCA_Variable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initialized_EDB887C5451EAEB851287BB39FAC8FCA_Variable) == 0x000920, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initialized_EDB887C5451EAEB851287BB39FAC8FCA_Variable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Add_IntInt_ReturnValue_1) == 0x000924, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_12) == 0x000928, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_11) == 0x000929, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_3) == 0x000930, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_11) == 0x000938, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Current_Value_E72BEACC476C0FAB0A1A7088A596000A_Variable) == 0x00093C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Current_Value_E72BEACC476C0FAB0A1A7088A596000A_Variable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Greater_IntInt_ReturnValue) == 0x000940, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_5) == 0x000944, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_BooleanOR_ReturnValue) == 0x000948, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initialized_E72BEACC476C0FAB0A1A7088A596000A_Variable) == 0x000949, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initialized_E72BEACC476C0FAB0A1A7088A596000A_Variable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_65) == 0x000950, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_65' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_4) == 0x000960, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_42) == 0x000968, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_42' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_30) == 0x00097C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_31) == 0x00097D, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x00097E, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x00097F, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_66) == 0x000980, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_66' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable_5) == 0x000990, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_6) == 0x000994, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GreaterEqual_IntInt_ReturnValue_5) == 0x000998, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GreaterEqual_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_43) == 0x00099C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_43' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_44) == 0x0009B0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_44' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_6) == 0x0009C8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_67) == 0x0009D8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_67' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable_6) == 0x0009E0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_7) == 0x0009E4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GreaterEqual_IntInt_ReturnValue_6) == 0x0009E8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GreaterEqual_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_12) == 0x0009E9, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_68) == 0x0009F0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_68' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable_7) == 0x0009F8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_8) == 0x0009FC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GreaterEqual_IntInt_ReturnValue_7) == 0x000A00, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GreaterEqual_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_69) == 0x000A08, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_69' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_13) == 0x000A10, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable_8) == 0x000A14, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_9) == 0x000A18, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GreaterEqual_IntInt_ReturnValue_8) == 0x000A1C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GreaterEqual_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_70) == 0x000A20, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_70' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Array_Index_Variable) == 0x000A28, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable_9) == 0x000A2C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_10) == 0x000A30, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GreaterEqual_IntInt_ReturnValue_9) == 0x000A34, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GreaterEqual_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_12) == 0x000A35, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable_10) == 0x000A38, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_11) == 0x000A3C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GreaterEqual_IntInt_ReturnValue_10) == 0x000A40, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GreaterEqual_IntInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_14) == 0x000A41, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable_11) == 0x000A44, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_5) == 0x000A48, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Add_IntInt_ReturnValue_2) == 0x000A50, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_71) == 0x000A58, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_71' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable_12) == 0x000A68, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Add_IntInt_ReturnValue_3) == 0x000A6C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Array_Index_Variable_1) == 0x000A70, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_45) == 0x000A74, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_45' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_32) == 0x000A88, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000A89, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable_13) == 0x000A8C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_12) == 0x000A90, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GreaterEqual_IntInt_ReturnValue_11) == 0x000A94, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GreaterEqual_IntInt_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_72) == 0x000A98, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_72' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable_14) == 0x000AA0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_13) == 0x000AA4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GreaterEqual_IntInt_ReturnValue_12) == 0x000AA8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GreaterEqual_IntInt_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_73) == 0x000AB0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_73' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable_15) == 0x000AB8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_14) == 0x000ABC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GreaterEqual_IntInt_ReturnValue_13) == 0x000AC0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GreaterEqual_IntInt_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CreateDelegate_OutputDelegate_7) == 0x000AC4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable_16) == 0x000AD8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_15) == 0x000ADC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GreaterEqual_IntInt_ReturnValue_14) == 0x000AE0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GreaterEqual_IntInt_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_15) == 0x000AE1, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CreateDelegate_OutputDelegate_8) == 0x000AE4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable_17) == 0x000AF8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_16) == 0x000AFC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GreaterEqual_IntInt_ReturnValue_15) == 0x000B00, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GreaterEqual_IntInt_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable_18) == 0x000B04, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_17) == 0x000B08, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GreaterEqual_IntInt_ReturnValue_16) == 0x000B0C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GreaterEqual_IntInt_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_74) == 0x000B10, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_74' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_75) == 0x000B20, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_75' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_13) == 0x000B28, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_46) == 0x000B2C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_46' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable_19) == 0x000B40, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CreateDelegate_OutputDelegate_9) == 0x000B44, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_18) == 0x000B58, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GreaterEqual_IntInt_ReturnValue_17) == 0x000B5C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GreaterEqual_IntInt_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable_20) == 0x000B60, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_19) == 0x000B64, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GreaterEqual_IntInt_ReturnValue_18) == 0x000B68, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GreaterEqual_IntInt_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_76) == 0x000B70, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_76' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CreateDelegate_OutputDelegate_10) == 0x000B78, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable_21) == 0x000B8C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_20) == 0x000B90, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GreaterEqual_IntInt_ReturnValue_19) == 0x000B94, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GreaterEqual_IntInt_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_7) == 0x000B98, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_16) == 0x000BA4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_HasPreplanningTag_ReturnValue_3) == 0x000BA5, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_HasPreplanningTag_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_6) == 0x000BA8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_13) == 0x000BB0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable_22) == 0x000BB4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_21) == 0x000BB8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GreaterEqual_IntInt_ReturnValue_20) == 0x000BBC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GreaterEqual_IntInt_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_8) == 0x000BC0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_77) == 0x000BD0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_77' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_HasPreplanningTag_ReturnValue_4) == 0x000BE0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_HasPreplanningTag_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_78) == 0x000BE8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_78' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable_23) == 0x000BF8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_22) == 0x000BFC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GreaterEqual_IntInt_ReturnValue_21) == 0x000C00, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GreaterEqual_IntInt_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_47) == 0x000C04, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_47' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_48) == 0x000C18, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_48' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable_24) == 0x000C2C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_33) == 0x000C30, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_23) == 0x000C34, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000C38, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GreaterEqual_IntInt_ReturnValue_22) == 0x000C39, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GreaterEqual_IntInt_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_79) == 0x000C40, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_79' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable_25) == 0x000C48, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_24) == 0x000C4C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GreaterEqual_IntInt_ReturnValue_23) == 0x000C50, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GreaterEqual_IntInt_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_80) == 0x000C58, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_80' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_81) == 0x000C60, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_81' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_17) == 0x000C68, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Loop_Counter_Variable_26) == 0x000C6C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Loop_Counter_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Add_IntInt_ReturnValue_4) == 0x000C70, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_7) == 0x000C78, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_34) == 0x000C80, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x000C81, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Array_Index_Variable_2) == 0x000C84, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Event_OldHeistState) == 0x000C88, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Event_OldHeistState' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Event_CurrentHeistState) == 0x000C89, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Event_CurrentHeistState' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchEnum_CmpSuccess) == 0x000C8A, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue) == 0x000C90, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_1) == 0x000CA0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_2) == 0x000CB0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_3) == 0x000CC0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_RemoteEvent_ReturnValue) == 0x000CD0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_RemoteEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_82) == 0x000CD8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_82' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_4) == 0x000CE0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_5) == 0x000CF0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Pawn_17) == 0x000D00, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Pawn_17' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_18) == 0x000D08, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Pawn_16) == 0x000D10, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Pawn_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_8) == 0x000D18, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SetState_ReturnValue) == 0x000D20, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SetState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_SpawnedPawn_10) == 0x000D28, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_SpawnedPawn_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Spawnedloot_10) == 0x000D30, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Spawnedloot_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_AsSBZAICharacter) == 0x000D38, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_AsSBZAICharacter' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_bSuccess) == 0x000D40, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_SpawnedPawn_9) == 0x000D48, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_SpawnedPawn_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Spawnedloot_9) == 0x000D50, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Spawnedloot_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnLootOnCharacter_ReturnValue_1) == 0x000D58, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnLootOnCharacter_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_AsSBZAICharacter_1) == 0x000D60, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_AsSBZAICharacter_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_bSuccess_1) == 0x000D68, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_AsSBZCarried_Hackable_Key) == 0x000D70, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_AsSBZCarried_Hackable_Key' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_bSuccess_2) == 0x000D78, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnLootOnCharacter_ReturnValue_2) == 0x000D80, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnLootOnCharacter_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_AsSBZCarried_Hackable_Key_1) == 0x000D88, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_AsSBZCarried_Hackable_Key_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_bSuccess_3) == 0x000D90, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CustomEvent_Interactable_2) == 0x000D98, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CustomEvent_Interactable_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CustomEvent_Interactor_2) == 0x000DA0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CustomEvent_Interactor_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SetState_ReturnValue_1) == 0x000DA8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SetState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_NewState_3) == 0x000DA9, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_NewState_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchEnum_CmpSuccess_1) == 0x000DAA, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_NewState_2) == 0x000DAB, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_NewState_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchEnum_CmpSuccess_2) == 0x000DAC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SetState_ReturnValue_2) == 0x000DAD, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SetState_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SetState_ReturnValue_3) == 0x000DAE, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SetState_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SetState_ReturnValue_4) == 0x000DAF, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SetState_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000DB0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeArray_Array) == 0x000DB8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSplineFollowingComponent_self_CastInput) == 0x000DC8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSplineFollowingComponent_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSplineFollowingComponent_ReturnValue) == 0x000DD8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSplineFollowingComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSplineFollowingComponent_self_CastInput_1) == 0x000DE0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSplineFollowingComponent_self_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSplineFollowingComponent_ReturnValue_1) == 0x000DF0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSplineFollowingComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_83) == 0x000DF8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_83' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Add_IntInt_ReturnValue_5) == 0x000E08, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetGameStateMachine_ReturnValue) == 0x000E10, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetGameStateMachine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZEndMissionRequestData) == 0x000E18, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZEndMissionRequestData' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_49) == 0x000E20, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_49' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_State_3) == 0x000E34, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_State_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_State_2) == 0x000E35, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_State_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Get_ReturnValue) == 0x000E38, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Get_ReturnValue_1) == 0x000E40, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Get_ReturnValue_2) == 0x000E48, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Get_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_DeadPawn_6) == 0x000E50, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_DeadPawn_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Spawner_6) == 0x000E58, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Spawner_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_DeadPawn_5) == 0x000E60, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_DeadPawn_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Spawner_5) == 0x000E68, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Spawner_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CustomEvent_FoundBy) == 0x000E70, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CustomEvent_FoundBy' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_84) == 0x000E78, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_84' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_14) == 0x000E80, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CustomEvent_Character_4) == 0x000E88, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CustomEvent_Character_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CustomEvent_ActionInstance_1) == 0x000E90, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CustomEvent_ActionInstance_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CustomEvent_ActionSlot_1) == 0x000E98, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CustomEvent_ActionSlot_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CustomEvent_Result) == 0x000EA0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CustomEvent_Result' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x000EA1, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CustomEvent_Character_3) == 0x000EA8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CustomEvent_Character_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CustomEvent_Instigator) == 0x000EB0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CustomEvent_Instigator' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CustomEvent_bHumanShield) == 0x000EB8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CustomEvent_bHumanShield' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_SpawnedPawn_8) == 0x000EC0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_SpawnedPawn_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Spawnedloot_8) == 0x000EC8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Spawnedloot_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_AsSBZAICharacter_2) == 0x000ED0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_AsSBZAICharacter_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_bSuccess_4) == 0x000ED8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_DeadPawn_4) == 0x000EE0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_DeadPawn_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Spawner_4) == 0x000EE8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Spawner_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_85) == 0x000EF0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_85' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Identifier_16) == 0x000F00, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Identifier_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Actor_17) == 0x000F10, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Actor_17' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_CurrentTotalActors_16) == 0x000F18, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_CurrentTotalActors_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_OverlappedActor_2) == 0x000F20, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_OverlappedActor_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_OtherActor_2) == 0x000F28, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_OtherActor_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_OverlappedActor_1) == 0x000F30, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_OverlappedActor_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_OtherActor_1) == 0x000F38, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_OverlappedActor) == 0x000F40, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_OtherActor) == 0x000F48, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PostEvent_ReturnValue) == 0x000F50, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_86) == 0x000F58, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_86' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Result_4) == 0x000F60, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Result_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Character_4) == 0x000F68, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Character_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_ActionSlot_4) == 0x000F70, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_ActionSlot_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x000F78, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_CreateActionData_ReturnValue) == 0x000F80, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_CreateActionData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_50) == 0x000F88, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_50' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PushAction_ReturnValue) == 0x000FA0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PushAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_35) == 0x000FA8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_10) == 0x000FA9, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SetState_ReturnValue_5) == 0x000FAA, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SetState_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SetState_ReturnValue_6) == 0x000FAB, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SetState_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_NewState_1) == 0x000FAC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_NewState_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_SpawnedPawn_7) == 0x000FB0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_SpawnedPawn_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Spawnedloot_7) == 0x000FB8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Spawnedloot_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchEnum_CmpSuccess_3) == 0x000FC0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_AsSBZAICharacter_3) == 0x000FC8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_AsSBZAICharacter_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_bSuccess_5) == 0x000FD0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnLootOnCharacter_ReturnValue_3) == 0x000FD8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnLootOnCharacter_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZLifeActionRequest) == 0x000FE0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZLifeActionRequest' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Result_3) == 0x001020, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Result_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Character_3) == 0x001028, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Character_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_ActionSlot_3) == 0x001030, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_ActionSlot_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initialized_B13370374221DD98A057A698AF82245C_Variable) == 0x001038, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initialized_B13370374221DD98A057A698AF82245C_Variable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Identifier_15) == 0x00103C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Identifier_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Actor_16) == 0x001048, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Actor_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_CurrentTotalActors_15) == 0x001050, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_CurrentTotalActors_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Identifier_14) == 0x001054, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Identifier_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Actor_15) == 0x001060, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Actor_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_CurrentTotalActors_14) == 0x001068, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_CurrentTotalActors_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Current_Value_B13370374221DD98A057A698AF82245C_Variable) == 0x00106C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Current_Value_B13370374221DD98A057A698AF82245C_Variable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors) == 0x001070, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors) == 0x001080, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchInteger_CmpSuccess) == 0x001090, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Add_IntInt_ReturnValue_6) == 0x001094, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_15) == 0x001098, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_14) == 0x001099, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_19) == 0x00109A, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_9) == 0x0010A0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_36) == 0x0010A8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_87) == 0x0010B0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_87' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_11) == 0x0010B8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_1) == 0x0010C0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_1) == 0x0010D0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Identifier_13) == 0x0010E0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Identifier_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Actor_14) == 0x0010F0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Actor_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_CurrentTotalActors_13) == 0x0010F8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_CurrentTotalActors_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Identifier_12) == 0x0010FC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Identifier_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Actor_13) == 0x001108, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Actor_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_CurrentTotalActors_12) == 0x001110, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_CurrentTotalActors_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Identifier_11) == 0x001114, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Identifier_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Actor_12) == 0x001120, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Actor_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_CurrentTotalActors_11) == 0x001128, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_CurrentTotalActors_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Result_2) == 0x00112C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Result_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Character_2) == 0x001130, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Character_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_ActionSlot_2) == 0x001138, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_ActionSlot_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetRandomIntegerFromStreamMixed_ReturnValue) == 0x001140, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetRandomIntegerFromStreamMixed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchInteger_CmpSuccess_1) == 0x001144, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_6) == 0x001148, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_16) == 0x001158, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_15) == 0x001159, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_88) == 0x001160, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_88' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_2) == 0x001168, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_2) == 0x001178, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Contains_ReturnValue) == 0x001188, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_10) == 0x001190, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_37) == 0x001198, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_37' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_12) == 0x001199, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SetState_ReturnValue_7) == 0x00119A, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SetState_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_13) == 0x00119B, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_14) == 0x00119C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_9) == 0x0011A0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_BooleanOR_ReturnValue_1) == 0x0011AC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_HasPreplanningTag_ReturnValue_5) == 0x0011AD, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_HasPreplanningTag_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Pawn_15) == 0x0011B0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Pawn_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Pawn_14) == 0x0011B8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Pawn_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Volume_5) == 0x0011C0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Volume_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Bag_5) == 0x0011C8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Bag_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Handle_5) == 0x0011D0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Handle_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0011E0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Pawn_13) == 0x0011E8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Pawn_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Identifier_10) == 0x0011F0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Identifier_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Actor_11) == 0x001200, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Actor_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_CurrentTotalActors_10) == 0x001208, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_CurrentTotalActors_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SetState_ReturnValue_8) == 0x00120C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SetState_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_15) == 0x00120D, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SetState_ReturnValue_9) == 0x00120E, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SetState_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_16) == 0x00120F, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_7) == 0x001210, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Identifier_9) == 0x001220, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Identifier_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Actor_10) == 0x001230, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Actor_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_CurrentTotalActors_9) == 0x001238, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_CurrentTotalActors_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_HasAuthority_ReturnValue) == 0x00123C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_HasAuthority_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_SpawnedPawn_6) == 0x001240, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_SpawnedPawn_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Spawnedloot_6) == 0x001248, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Spawnedloot_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_AsSBZAICharacter_4) == 0x001250, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_AsSBZAICharacter_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_bSuccess_6) == 0x001258, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_20) == 0x001259, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Result_1) == 0x00125A, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Result_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Character_1) == 0x001260, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Character_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_ActionSlot_1) == 0x001268, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_ActionSlot_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_11) == 0x001270, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_SpawnedPawn_5) == 0x001278, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_SpawnedPawn_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Spawnedloot_5) == 0x001280, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Spawnedloot_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_CreateActionData_ReturnValue_1) == 0x001288, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_CreateActionData_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_89) == 0x001290, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_89' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PushAction_ReturnValue_1) == 0x0012A0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PushAction_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_CreateActionData_ReturnValue_2) == 0x0012A8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_CreateActionData_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZLifeActionRequest_1) == 0x0012B0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZLifeActionRequest_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PushAction_ReturnValue_2) == 0x0012F0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PushAction_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_51) == 0x0012F8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_51' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SetState_ReturnValue_10) == 0x00130C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SetState_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_38) == 0x00130D, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_38' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_16) == 0x00130E, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_CreateActionData_ReturnValue_3) == 0x001310, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_CreateActionData_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PushAction_ReturnValue_3) == 0x001318, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PushAction_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Identifier_8) == 0x001320, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Identifier_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Actor_9) == 0x001330, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Actor_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_CurrentTotalActors_8) == 0x001338, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_CurrentTotalActors_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZLifeActionRequest_2) == 0x001340, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZLifeActionRequest_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Identifier_7) == 0x001380, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Identifier_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Actor_8) == 0x001390, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Actor_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_CurrentTotalActors_7) == 0x001398, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_CurrentTotalActors_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Identifier_6) == 0x00139C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Identifier_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Actor_7) == 0x0013A8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Actor_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_CurrentTotalActors_6) == 0x0013B0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_CurrentTotalActors_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZLifeActionRequest_3) == 0x0013B8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZLifeActionRequest_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_HasAuthority_ReturnValue_1) == 0x0013F8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_HasAuthority_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item) == 0x001400, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetTransform_ReturnValue) == 0x001410, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_1) == 0x001440, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SBZPlaceRandomSublevelBySoftObjectPtr_bOutSuccess) == 0x001448, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SBZPlaceRandomSublevelBySoftObjectPtr_bOutSuccess' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SBZPlaceRandomSublevelBySoftObjectPtr_ReturnValue) == 0x001450, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SBZPlaceRandomSublevelBySoftObjectPtr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetTransform_ReturnValue_1) == 0x001460, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SBZPlaceRandomSublevelBySoftObjectPtr_bOutSuccess_1) == 0x001490, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SBZPlaceRandomSublevelBySoftObjectPtr_bOutSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SBZPlaceRandomSublevelBySoftObjectPtr_ReturnValue_1) == 0x001498, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SBZPlaceRandomSublevelBySoftObjectPtr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeArray_Array_1) == 0x0014A0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_90) == 0x0014B0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_90' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_RemoteEvent_ReturnValue_1) == 0x0014B8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_RemoteEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0014B9, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_HasAuthority_ReturnValue_2) == 0x0014BA, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_HasAuthority_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_91) == 0x0014C0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_91' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Get_ReturnValue_3) == 0x0014C8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Get_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Event_PreplanningTagContainer) == 0x0014D0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Event_PreplanningTagContainer' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_3) == 0x0014F0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_3) == 0x001500, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_4) == 0x001510, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_4) == 0x001520, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Identifier_5) == 0x001530, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Identifier_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Actor_6) == 0x001540, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Actor_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_CurrentTotalActors_5) == 0x001548, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_CurrentTotalActors_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_17) == 0x00154C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_21) == 0x00154D, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_12) == 0x001550, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_17) == 0x001558, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_5) == 0x001560, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_5) == 0x001570, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_6) == 0x001580, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_6) == 0x001590, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_2) == 0x0015A0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetTransform_ReturnValue_2) == 0x0015B0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetTransform_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_3) == 0x0015E0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SBZPlaceRandomSublevelBySoftObjectPtr_bOutSuccess_2) == 0x0015E8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SBZPlaceRandomSublevelBySoftObjectPtr_bOutSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SBZPlaceRandomSublevelBySoftObjectPtr_ReturnValue_2) == 0x0015F0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SBZPlaceRandomSublevelBySoftObjectPtr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetTransform_ReturnValue_3) == 0x001600, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetTransform_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SBZPlaceRandomSublevelBySoftObjectPtr_bOutSuccess_3) == 0x001630, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SBZPlaceRandomSublevelBySoftObjectPtr_bOutSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SBZPlaceRandomSublevelBySoftObjectPtr_ReturnValue_3) == 0x001638, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SBZPlaceRandomSublevelBySoftObjectPtr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetRandomIntegerFromStreamMixed_ReturnValue_1) == 0x001640, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetRandomIntegerFromStreamMixed_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeArray_Array_2) == 0x001648, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_92) == 0x001658, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_92' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_CreateActionData_ReturnValue_4) == 0x001668, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_CreateActionData_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZLifeActionRequest_4) == 0x001670, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZLifeActionRequest_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PushAction_ReturnValue_4) == 0x0016B0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PushAction_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_DeadPawn_3) == 0x0016B8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_DeadPawn_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Spawner_3) == 0x0016C0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Spawner_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactable_13) == 0x0016C8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactable_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactor_13) == 0x0016D0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactor_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_HasAuthority_ReturnValue_3) == 0x0016D8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_HasAuthority_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_13) == 0x0016E0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeArray_Array_3) == 0x0016E8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_39) == 0x0016F8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_39' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_17) == 0x0016F9, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Event_BagHandle) == 0x001700, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Event_BagHandle' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSplineFollowingComponent_self_CastInput_2) == 0x001710, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSplineFollowingComponent_self_CastInput_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSplineFollowingComponent_ReturnValue_2) == 0x001720, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSplineFollowingComponent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x001728, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x001729, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_4) == 0x00172A, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSplineFollowingComponent_self_CastInput_3) == 0x001730, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSplineFollowingComponent_self_CastInput_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSplineFollowingComponent_ReturnValue_3) == 0x001740, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSplineFollowingComponent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_52) == 0x001748, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_52' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_40) == 0x00175C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_40' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_18) == 0x00175D, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_93) == 0x001760, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_93' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_7) == 0x001770, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_7) == 0x001780, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactable_12) == 0x001790, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactable_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactor_12) == 0x001798, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactor_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Pawn_12) == 0x0017A0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Pawn_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_ActorHasTag_ReturnValue) == 0x0017A8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_ActorHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_ActorHasTag_ReturnValue_1) == 0x0017A9, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_ActorHasTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_53) == 0x0017AC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_53' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Identifier_4) == 0x0017C0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Identifier_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Actor_5) == 0x0017D0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Actor_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_CurrentTotalActors_4) == 0x0017D8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_CurrentTotalActors_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_10) == 0x0017E0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_CreateActionData_ReturnValue_5) == 0x001800, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_CreateActionData_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PushAction_ReturnValue_5) == 0x001808, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PushAction_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Identifier_3) == 0x001810, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Identifier_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Actor_4) == 0x001820, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Actor_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_CurrentTotalActors_3) == 0x001828, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_CurrentTotalActors_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZLifeActionRequest_5) == 0x001830, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZLifeActionRequest_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_CreateActionData_ReturnValue_6) == 0x001870, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_CreateActionData_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PushAction_ReturnValue_6) == 0x001878, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PushAction_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Identifier_2) == 0x001880, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Identifier_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Actor_3) == 0x001890, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Actor_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_CurrentTotalActors_2) == 0x001898, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_CurrentTotalActors_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_11) == 0x0018A0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZLifeActionRequest_6) == 0x0018C0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZLifeActionRequest_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZLifeActionRequest_7) == 0x001900, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZLifeActionRequest_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactable_11) == 0x001940, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactable_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactor_11) == 0x001948, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactor_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_8) == 0x001950, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_8) == 0x001960, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Contains_ReturnValue_1) == 0x001970, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Contains_ReturnValue_2) == 0x001971, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Contains_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_9) == 0x001978, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_9) == 0x001988, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_5) == 0x001998, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_10) == 0x0019A0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_10) == 0x0019B0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_NewState) == 0x0019C0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_NewState' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchEnum_CmpSuccess_4) == 0x0019C1, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SetState_ReturnValue_11) == 0x0019C2, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SetState_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SetState_ReturnValue_12) == 0x0019C3, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SetState_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_12) == 0x0019C8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_CreateActionData_ReturnValue_7) == 0x0019E8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_CreateActionData_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PushAction_ReturnValue_7) == 0x0019F0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PushAction_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CustomEvent_Character_2) == 0x0019F8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CustomEvent_Character_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CustomEvent_ActionInstance) == 0x001A00, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CustomEvent_ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CustomEvent_ActionSlot) == 0x001A08, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CustomEvent_ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Add_FloatFloat_ReturnValue) == 0x001A10, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CustomEvent_Interactable_1) == 0x001A18, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CustomEvent_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CustomEvent_Interactor_1) == 0x001A20, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CustomEvent_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_K2_GetActorLocation_ReturnValue) == 0x001A28, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x001A34, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_K2_SetActorLocation_ReturnValue) == 0x001AC4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CustomEvent_BagType) == 0x001AC8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CustomEvent_BagType' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_94) == 0x001AD0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_94' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_6) == 0x001AD8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_7) == 0x001AD9, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_8) == 0x001ADA, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_9) == 0x001ADB, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_10) == 0x001ADC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_11) == 0x001ADD, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_12) == 0x001ADE, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_BooleanOR_ReturnValue_2) == 0x001ADF, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_BooleanOR_ReturnValue_3) == 0x001AE0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_BooleanOR_ReturnValue_4) == 0x001AE1, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_BooleanOR_ReturnValue_5) == 0x001AE2, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_BooleanOR_ReturnValue_6) == 0x001AE3, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_BooleanOR_ReturnValue_7) == 0x001AE4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSBZMissionState_ReturnValue) == 0x001AE8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSBZMissionState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_StealthBranch_OutputPins) == 0x001AF0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_StealthBranch_OutputPins' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_StealthBranch_ReturnValue) == 0x001AF1, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_StealthBranch_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchEnum_CmpSuccess_5) == 0x001AF2, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchEnum_CmpSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSBZMissionState_ReturnValue_1) == 0x001AF8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSBZMissionState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSBZMissionState_ReturnValue_2) == 0x001B00, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSBZMissionState_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_StealthBranch_OutputPins_1) == 0x001B08, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_StealthBranch_OutputPins_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_StealthBranch_ReturnValue_1) == 0x001B09, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_StealthBranch_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchEnum_CmpSuccess_6) == 0x001B0A, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchEnum_CmpSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSBZMissionState_ReturnValue_3) == 0x001B10, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSBZMissionState_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSBZMissionState_ReturnValue_4) == 0x001B18, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSBZMissionState_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_StealthBranch_OutputPins_2) == 0x001B20, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_StealthBranch_OutputPins_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_StealthBranch_ReturnValue_2) == 0x001B21, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_StealthBranch_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchEnum_CmpSuccess_7) == 0x001B22, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchEnum_CmpSuccess_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSBZMissionState_ReturnValue_5) == 0x001B28, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSBZMissionState_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_95) == 0x001B30, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_95' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSBZMissionState_ReturnValue_6) == 0x001B38, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSBZMissionState_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_StealthBranch_OutputPins_3) == 0x001B40, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_StealthBranch_OutputPins_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_StealthBranch_ReturnValue_3) == 0x001B41, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_StealthBranch_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSBZMissionState_ReturnValue_7) == 0x001B48, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSBZMissionState_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchEnum_CmpSuccess_8) == 0x001B50, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchEnum_CmpSuccess_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_22) == 0x001B51, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initialized_BE20B6904AF5D32825CCD08C5A127BA4_Variable) == 0x001B52, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initialized_BE20B6904AF5D32825CCD08C5A127BA4_Variable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_14) == 0x001B58, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_41) == 0x001B60, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_41' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSBZMissionState_ReturnValue_8) == 0x001B68, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSBZMissionState_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_19) == 0x001B70, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_StealthBranch_OutputPins_4) == 0x001B71, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_StealthBranch_OutputPins_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_StealthBranch_ReturnValue_4) == 0x001B72, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_StealthBranch_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSBZMissionState_ReturnValue_9) == 0x001B78, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSBZMissionState_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchEnum_CmpSuccess_9) == 0x001B80, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchEnum_CmpSuccess_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSBZMissionState_ReturnValue_10) == 0x001B88, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSBZMissionState_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_StealthBranch_OutputPins_5) == 0x001B90, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_StealthBranch_OutputPins_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_StealthBranch_ReturnValue_5) == 0x001B91, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_StealthBranch_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchEnum_CmpSuccess_10) == 0x001B92, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchEnum_CmpSuccess_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSBZMissionState_ReturnValue_11) == 0x001B98, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSBZMissionState_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_96) == 0x001BA0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_96' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Current_Value_BE20B6904AF5D32825CCD08C5A127BA4_Variable) == 0x001BB0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Current_Value_BE20B6904AF5D32825CCD08C5A127BA4_Variable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSBZMissionState_ReturnValue_12) == 0x001BB8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSBZMissionState_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x001BC0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x001BC1, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_IntInt_ReturnValue_4) == 0x001BC2, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Add_IntInt_ReturnValue_7) == 0x001BC4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_StealthBranch_OutputPins_6) == 0x001BC8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_StealthBranch_OutputPins_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_StealthBranch_ReturnValue_6) == 0x001BC9, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_StealthBranch_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSBZMissionState_ReturnValue_13) == 0x001BD0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSBZMissionState_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchEnum_CmpSuccess_11) == 0x001BD8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchEnum_CmpSuccess_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_StealthBranch_OutputPins_7) == 0x001BD9, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_StealthBranch_OutputPins_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_StealthBranch_ReturnValue_7) == 0x001BDA, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_StealthBranch_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSBZMissionState_ReturnValue_14) == 0x001BE0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSBZMissionState_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchEnum_CmpSuccess_12) == 0x001BE8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchEnum_CmpSuccess_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_54) == 0x001BEC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_54' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_97) == 0x001C00, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_97' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SetState_ReturnValue_13) == 0x001C08, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SetState_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SetState_ReturnValue_14) == 0x001C09, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SetState_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SetState_ReturnValue_15) == 0x001C0A, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SetState_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Get_ReturnValue_4) == 0x001C10, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Get_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_11) == 0x001C18, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_11) == 0x001C28, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_12) == 0x001C38, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_12) == 0x001C48, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Conv_BoolToString_ReturnValue) == 0x001C58, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_13) == 0x001C68, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_13) == 0x001C78, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Pawn_11) == 0x001C88, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Pawn_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Pawn_10) == 0x001C90, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Pawn_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Pawn_9) == 0x001C98, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Pawn_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZLifeActionRequest_8) == 0x001CA0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZLifeActionRequest_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Pawn_8) == 0x001CE0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Pawn_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Result) == 0x001CE8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Result' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Character) == 0x001CF0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Character' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_ActionSlot) == 0x001CF8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZLifeActionRequest_9) == 0x001D00, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZLifeActionRequest_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x001D40, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_98) == 0x001D48, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_98' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Identifier_1) == 0x001D50, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Identifier_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Actor_2) == 0x001D60, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Actor_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_CurrentTotalActors_1) == 0x001D68, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_CurrentTotalActors_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_CreateActionData_ReturnValue_8) == 0x001D70, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_CreateActionData_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_13) == 0x001D78, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PushAction_ReturnValue_8) == 0x001D98, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PushAction_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZLifeActionRequest_10) == 0x001DA0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZLifeActionRequest_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_23) == 0x001DE0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_15) == 0x001DE8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x001DF0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_42) == 0x001DF4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_42' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_20) == 0x001DF5, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Volume_4) == 0x001DF8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Volume_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Bag_4) == 0x001E00, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Bag_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Handle_4) == 0x001E08, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Handle_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Volume_3) == 0x001E18, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Volume_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Bag_3) == 0x001E20, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Bag_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Handle_3) == 0x001E28, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Handle_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_13) == 0x001E38, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_14) == 0x001E39, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_18) == 0x001E3A, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_SpawnedPawn_4) == 0x001E40, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_SpawnedPawn_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Spawnedloot_4) == 0x001E48, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Spawnedloot_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_AsSBZAICharacter_5) == 0x001E50, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_AsSBZAICharacter_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_bSuccess_7) == 0x001E58, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZLifeActionRequest_11) == 0x001E60, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZLifeActionRequest_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_CreateActionData_ReturnValue_9) == 0x001EA0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_CreateActionData_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_CreateActionData_ReturnValue_10) == 0x001EA8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_CreateActionData_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PushAction_ReturnValue_9) == 0x001EB0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PushAction_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PushAction_ReturnValue_10) == 0x001EB8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PushAction_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_CreateActionData_ReturnValue_11) == 0x001EC0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_CreateActionData_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PushAction_ReturnValue_11) == 0x001EC8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PushAction_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_18) == 0x001ED0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_16) == 0x001ED8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_43) == 0x001EE0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_43' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_21) == 0x001EE1, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_14) == 0x001EE8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZLifeActionRequest_12) == 0x001F08, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZLifeActionRequest_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_DeadPawn_2) == 0x001F48, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_DeadPawn_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Spawner_2) == 0x001F50, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Spawner_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Pawn_7) == 0x001F58, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Pawn_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Pawn_6) == 0x001F60, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Pawn_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_22) == 0x001F68, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_23) == 0x001F69, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_BooleanOR_ReturnValue_8) == 0x001F6A, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_BooleanOR_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_19) == 0x001F6B, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSplineFollowingComponent_self_CastInput_4) == 0x001F70, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSplineFollowingComponent_self_CastInput_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSplineFollowingComponent_ReturnValue_4) == 0x001F80, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSplineFollowingComponent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSplineFollowingComponent_self_CastInput_5) == 0x001F88, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSplineFollowingComponent_self_CastInput_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSplineFollowingComponent_ReturnValue_5) == 0x001F98, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSplineFollowingComponent_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CustomEvent_Character_1) == 0x001FA0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CustomEvent_Character_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CustomEvent_bHogTied_1) == 0x001FA8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CustomEvent_bHogTied_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Identifier) == 0x001FAC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Identifier' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Actor_1) == 0x001FB8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Actor_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_CurrentTotalActors) == 0x001FC0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_CurrentTotalActors' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_14) == 0x001FC8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_14) == 0x001FD8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_15) == 0x001FE8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_CreateActionData_ReturnValue_12) == 0x002008, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_CreateActionData_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PushAction_ReturnValue_12) == 0x002010, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PushAction_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_CreateActionData_ReturnValue_13) == 0x002018, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_CreateActionData_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Pawn_5) == 0x002020, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Pawn_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PushAction_ReturnValue_13) == 0x002028, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PushAction_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_HasLeadGuard_ReturnValue) == 0x002030, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_HasLeadGuard_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetRandomIntegerFromStreamMixed_ReturnValue_2) == 0x002034, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetRandomIntegerFromStreamMixed_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_8) == 0x002038, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_9) == 0x002048, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_16) == 0x002058, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x002078, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_19) == 0x002079, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_SpawnedPawn_3) == 0x002080, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_SpawnedPawn_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Spawnedloot_3) == 0x002088, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Spawnedloot_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_SpawnedPawn_2) == 0x002090, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_SpawnedPawn_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Spawnedloot_2) == 0x002098, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Spawnedloot_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_AsSBZAICharacter_6) == 0x0020A0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_AsSBZAICharacter_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_bSuccess_8) == 0x0020A8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_AsSBZAICharacter_7) == 0x0020B0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_AsSBZAICharacter_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_bSuccess_9) == 0x0020B8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnLootOnCharacter_ReturnValue_4) == 0x0020C0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnLootOnCharacter_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnLootOnCharacter_ReturnValue_5) == 0x0020C8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnLootOnCharacter_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_AsSBZCarried_Hackable_Key_2) == 0x0020D0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_AsSBZCarried_Hackable_Key_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_bSuccess_10) == 0x0020D8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_AsSBZCarried_Hackable_Key_3) == 0x0020E0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_AsSBZCarried_Hackable_Key_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_bSuccess_11) == 0x0020E8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_17) == 0x0020F0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchInteger_CmpSuccess_2) == 0x002110, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchInteger_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchInteger_CmpSuccess_3) == 0x002111, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchInteger_CmpSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchInteger_CmpSuccess_4) == 0x002112, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchInteger_CmpSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZLifeActionRequest_13) == 0x002118, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZLifeActionRequest_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_CreateActionData_ReturnValue_14) == 0x002158, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_CreateActionData_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_CreateActionData_ReturnValue_15) == 0x002160, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_CreateActionData_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PushAction_ReturnValue_14) == 0x002168, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PushAction_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PushAction_ReturnValue_15) == 0x002170, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PushAction_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_IsValid_ReturnValue) == 0x002178, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_IsValid_ReturnValue_1) == 0x002179, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_15) == 0x002180, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_15) == 0x002190, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DifficultyBranch_OutputPins) == 0x0021A0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DifficultyBranch_OutputPins' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchEnum_CmpSuccess_13) == 0x0021A1, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchEnum_CmpSuccess_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_16) == 0x0021A8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_16) == 0x0021B8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DifficultyBranch_OutputPins_1) == 0x0021C8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DifficultyBranch_OutputPins_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchEnum_CmpSuccess_14) == 0x0021C9, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchEnum_CmpSuccess_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_10) == 0x0021D0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_11) == 0x0021E0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_12) == 0x0021F0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_13) == 0x002200, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_14) == 0x002210, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_15) == 0x002220, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_16) == 0x002230, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_17) == 0x002240, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_18) == 0x002250, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_19) == 0x002260, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetRandomIntegerFromStreamMixed_ReturnValue_3) == 0x002270, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetRandomIntegerFromStreamMixed_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_20) == 0x002278, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchInteger_CmpSuccess_5) == 0x002288, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchInteger_CmpSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_21) == 0x002290, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_22) == 0x0022A0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_23) == 0x0022B0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_24) == 0x0022C0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetRandomIntegerFromStreamMixed_ReturnValue_4) == 0x0022D0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetRandomIntegerFromStreamMixed_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchInteger_CmpSuccess_6) == 0x0022D4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchInteger_CmpSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_25) == 0x0022D8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_26) == 0x0022E8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_27) == 0x0022F8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetRandomIntegerFromStreamMixed_ReturnValue_5) == 0x002308, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetRandomIntegerFromStreamMixed_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_28) == 0x002310, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchInteger_CmpSuccess_7) == 0x002320, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchInteger_CmpSuccess_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_29) == 0x002328, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_30) == 0x002338, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_31) == 0x002348, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_32) == 0x002358, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_33) == 0x002368, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_34) == 0x002378, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_35) == 0x002388, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_36) == 0x002398, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_37) == 0x0023A8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_37' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_38) == 0x0023B8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_38' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_39) == 0x0023C8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_39' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_40) == 0x0023D8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_40' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_41) == 0x0023E8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_41' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_42) == 0x0023F8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_42' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_43) == 0x002408, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_43' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_44) == 0x002418, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_44' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_45) == 0x002428, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_45' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_46) == 0x002438, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_46' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_47) == 0x002448, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_47' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_48) == 0x002458, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_48' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnPredefined_ReturnValue_49) == 0x002468, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnPredefined_ReturnValue_49' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetGameEventBroker_ReturnValue) == 0x002478, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetGameEventBroker_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CustomEvent_DamageEventData) == 0x002480, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CustomEvent_DamageEventData' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_State_1) == 0x002548, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_State_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DifficultyBranch_OutputPins_2) == 0x002549, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DifficultyBranch_OutputPins_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchEnum_CmpSuccess_15) == 0x00254A, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchEnum_CmpSuccess_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeArray_Array_4) == 0x002550, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeArray_Array_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Volume_2) == 0x002560, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Volume_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Bag_2) == 0x002568, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Bag_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Handle_2) == 0x002570, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Handle_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_20) == 0x002580, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_18) == 0x002588, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_CreateActionData_ReturnValue_16) == 0x0025A8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_CreateActionData_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PushAction_ReturnValue_16) == 0x0025B0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PushAction_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_CreateActionData_ReturnValue_17) == 0x0025B8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_CreateActionData_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PushAction_ReturnValue_17) == 0x0025C0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PushAction_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZLifeActionRequest_14) == 0x0025C8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZLifeActionRequest_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_19) == 0x002608, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_CreateActionData_ReturnValue_18) == 0x002628, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_CreateActionData_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZLifeActionRequest_15) == 0x002630, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZLifeActionRequest_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PushAction_ReturnValue_18) == 0x002670, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PushAction_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_CreateActionData_ReturnValue_19) == 0x002678, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_CreateActionData_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PushAction_ReturnValue_19) == 0x002680, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PushAction_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_20) == 0x002688, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_CreateActionData_ReturnValue_20) == 0x0026A8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_CreateActionData_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZLifeActionRequest_16) == 0x0026B0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZLifeActionRequest_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PushAction_ReturnValue_20) == 0x0026F0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PushAction_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_CreateActionData_ReturnValue_21) == 0x0026F8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_CreateActionData_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PushAction_ReturnValue_21) == 0x002700, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PushAction_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_CreateActionData_ReturnValue_22) == 0x002708, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_CreateActionData_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_CreateActionData_ReturnValue_23) == 0x002710, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_CreateActionData_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PushAction_ReturnValue_22) == 0x002718, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PushAction_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PushAction_ReturnValue_23) == 0x002720, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PushAction_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_21) == 0x002728, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZLifeActionRequest_17) == 0x002748, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZLifeActionRequest_17' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetRandomIntegerFromStreamMixed_ReturnValue_6) == 0x002788, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetRandomIntegerFromStreamMixed_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchInteger_CmpSuccess_8) == 0x00278C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchInteger_CmpSuccess_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchInteger_CmpSuccess_9) == 0x00278D, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchInteger_CmpSuccess_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetMixedRandomStream_ReturnValue) == 0x002790, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetMixedRandomStream_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x002798, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_20) == 0x00279C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_22) == 0x0027A0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetRandomIntegerFromStreamMixed_ReturnValue_7) == 0x0027C0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetRandomIntegerFromStreamMixed_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_4) == 0x0027C8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_5) == 0x0027D0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue) == 0x0027D8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Less_IntInt_ReturnValue) == 0x0027DC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZLifeActionRequest_18) == 0x0027E0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZLifeActionRequest_18' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_23) == 0x002820, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZLifeActionRequest_19) == 0x002840, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZLifeActionRequest_19' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetMixedRandomStream_ReturnValue_1) == 0x002880, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetMixedRandomStream_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_RandomFloatInRangeFromStream_ReturnValue_1) == 0x002888, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_RandomFloatInRangeFromStream_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_21) == 0x00288C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_99) == 0x002890, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_99' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_55) == 0x0028A0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_55' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_100) == 0x0028B8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_100' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_101) == 0x0028C0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_101' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Pawn_4) == 0x0028C8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Pawn_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Volume_1) == 0x0028D0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Volume_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Bag_1) == 0x0028D8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Bag_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Handle_1) == 0x0028E0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Handle_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_15) == 0x0028F0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Actor) == 0x0028F8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Actor' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_EndPlayReason) == 0x002900, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZLifeActionRequest_20) == 0x002908, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZLifeActionRequest_20' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZLifeActionRequest_21) == 0x002948, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZLifeActionRequest_21' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZLifeActionRequest_22) == 0x002988, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZLifeActionRequest_22' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZLifeActionRequest_23) == 0x0029C8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZLifeActionRequest_23' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_21) == 0x002A08, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DifficultyBranch_OutputPins_3) == 0x002A09, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DifficultyBranch_OutputPins_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchEnum_CmpSuccess_16) == 0x002A0A, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchEnum_CmpSuccess_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SetState_ReturnValue_16) == 0x002A0B, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SetState_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_24) == 0x002A10, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_CreateActionData_ReturnValue_24) == 0x002A30, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_CreateActionData_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PushAction_ReturnValue_24) == 0x002A38, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PushAction_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CustomEvent_Character) == 0x002A40, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CustomEvent_Character' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CustomEvent_bHogTied) == 0x002A48, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CustomEvent_bHogTied' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_24) == 0x002A49, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_17) == 0x002A50, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_17' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_44) == 0x002A58, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_44' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_24) == 0x002A59, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetMixedRandomStream_ReturnValue_2) == 0x002A5C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetMixedRandomStream_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_RandomFloatInRangeFromStream_ReturnValue_2) == 0x002A64, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_RandomFloatInRangeFromStream_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DifficultyBranch_OutputPins_4) == 0x002A68, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DifficultyBranch_OutputPins_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchEnum_CmpSuccess_17) == 0x002A69, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchEnum_CmpSuccess_17' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DifficultyBranch_OutputPins_5) == 0x002A6A, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DifficultyBranch_OutputPins_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchEnum_CmpSuccess_18) == 0x002A6B, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchEnum_CmpSuccess_18' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DifficultyBranch_OutputPins_6) == 0x002A6C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DifficultyBranch_OutputPins_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchEnum_CmpSuccess_19) == 0x002A6D, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchEnum_CmpSuccess_19' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_22) == 0x002A6E, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_23) == 0x002A6F, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_22) == 0x002A70, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Pawn_3) == 0x002A78, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Pawn_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DifficultyBranch_OutputPins_7) == 0x002A80, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DifficultyBranch_OutputPins_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchEnum_CmpSuccess_20) == 0x002A81, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchEnum_CmpSuccess_20' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_SpawnedPawn_1) == 0x002A88, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_SpawnedPawn_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Spawnedloot_1) == 0x002A90, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Spawnedloot_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_AsSBZAICharacter_8) == 0x002A98, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_AsSBZAICharacter_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_bSuccess_12) == 0x002AA0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SpawnLootOnCharacter_ReturnValue_6) == 0x002AA8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SpawnLootOnCharacter_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_23) == 0x002AB0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_24) == 0x002AB1, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_17) == 0x002AB8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_17' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_17) == 0x002AC8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_17' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetRandomIntegerFromStreamMixed_ReturnValue_8) == 0x002AD8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetRandomIntegerFromStreamMixed_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_18) == 0x002AE0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_18' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_18) == 0x002AF0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_18' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchInteger_CmpSuccess_10) == 0x002B00, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchInteger_CmpSuccess_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_19) == 0x002B08, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_19' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_19) == 0x002B18, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_19' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_20) == 0x002B28, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_20' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_20) == 0x002B38, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_20' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_21) == 0x002B48, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_21' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_21) == 0x002B58, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_21' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetClosestPlayerToActor_PlayerCharacter) == 0x002B68, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetClosestPlayerToActor_PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetClosestPlayerToActor_Distance) == 0x002B70, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetClosestPlayerToActor_Distance' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetClosestPlayerToActor_PlayerCharacter_1) == 0x002B78, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetClosestPlayerToActor_PlayerCharacter_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetClosestPlayerToActor_Distance_1) == 0x002B80, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetClosestPlayerToActor_Distance_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetClosestPlayerToActor_PlayerCharacter_2) == 0x002B88, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetClosestPlayerToActor_PlayerCharacter_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetClosestPlayerToActor_Distance_2) == 0x002B90, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetClosestPlayerToActor_Distance_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetClosestPlayerToActor_PlayerCharacter_3) == 0x002B98, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetClosestPlayerToActor_PlayerCharacter_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetClosestPlayerToActor_Distance_3) == 0x002BA0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetClosestPlayerToActor_Distance_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetClosestPlayerToActor_PlayerCharacter_4) == 0x002BA8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetClosestPlayerToActor_PlayerCharacter_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetClosestPlayerToActor_Distance_4) == 0x002BB0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetClosestPlayerToActor_Distance_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetClosestPlayerToActor_PlayerCharacter_5) == 0x002BB8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetClosestPlayerToActor_PlayerCharacter_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetClosestPlayerToActor_Distance_5) == 0x002BC0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetClosestPlayerToActor_Distance_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetClosestPlayerToActor_PlayerCharacter_6) == 0x002BC8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetClosestPlayerToActor_PlayerCharacter_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetClosestPlayerToActor_Distance_6) == 0x002BD0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetClosestPlayerToActor_Distance_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_25) == 0x002BD8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Reason) == 0x002BF8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Reason' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetClosestPlayerToActor_PlayerCharacter_7) == 0x002C00, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetClosestPlayerToActor_PlayerCharacter_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetClosestPlayerToActor_Distance_7) == 0x002C08, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetClosestPlayerToActor_Distance_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetClosestPlayerToActor_PlayerCharacter_8) == 0x002C10, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetClosestPlayerToActor_PlayerCharacter_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetClosestPlayerToActor_Distance_8) == 0x002C18, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetClosestPlayerToActor_Distance_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetClosestPlayerToActor_PlayerCharacter_9) == 0x002C20, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetClosestPlayerToActor_PlayerCharacter_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetClosestPlayerToActor_Distance_9) == 0x002C28, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetClosestPlayerToActor_Distance_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_16) == 0x002C2C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchInteger_CmpSuccess_11) == 0x002C2D, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchInteger_CmpSuccess_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetClosestPlayerToActor_PlayerCharacter_10) == 0x002C30, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetClosestPlayerToActor_PlayerCharacter_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetClosestPlayerToActor_Distance_10) == 0x002C38, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetClosestPlayerToActor_Distance_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_18) == 0x002C40, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_18' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_45) == 0x002C48, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_45' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_24) == 0x002C49, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_25) == 0x002C4A, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x002C4B, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PostEvent_ReturnValue_1) == 0x002C4C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PostEvent_ReturnValue_2) == 0x002C50, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PostEvent_ReturnValue_3) == 0x002C54, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_BooleanOR_ReturnValue_9) == 0x002C58, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_BooleanOR_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_BooleanOR_ReturnValue_10) == 0x002C59, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_BooleanOR_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_BooleanOR_ReturnValue_11) == 0x002C5A, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_BooleanOR_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_BooleanOR_ReturnValue_12) == 0x002C5B, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_BooleanOR_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_22) == 0x002C60, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_22' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_22) == 0x002C70, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_22' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_25) == 0x002C80, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Volume) == 0x002C88, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Volume' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Bag) == 0x002C90, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Bag' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Handle) == 0x002C98, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Handle' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_17) == 0x002CA8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SetState_ReturnValue_17) == 0x002CA9, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SetState_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SetState_ReturnValue_18) == 0x002CAA, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SetState_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SetState_ReturnValue_19) == 0x002CAB, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SetState_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SetState_ReturnValue_20) == 0x002CAC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SetState_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SetState_ReturnValue_21) == 0x002CAD, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SetState_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_OldState) == 0x002CAE, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_OldState' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_State) == 0x002CAF, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_State' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchEnum_CmpSuccess_21) == 0x002CB0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchEnum_CmpSuccess_21' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_26) == 0x002CB1, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_25) == 0x002CB2, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_26) == 0x002CB8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SetState_ReturnValue_22) == 0x002CD8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SetState_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_26) == 0x002CD9, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SetState_ReturnValue_23) == 0x002CDA, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SetState_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_27) == 0x002CDB, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_102) == 0x002CE0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_102' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_RemoteEvent_ReturnValue_2) == 0x002CE8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_RemoteEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchInteger_CmpSuccess_12) == 0x002CE9, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchInteger_CmpSuccess_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_RemoteEventWithBool_ReturnValue) == 0x002CEA, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_RemoteEventWithBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchInteger_CmpSuccess_13) == 0x002CEB, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchInteger_CmpSuccess_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_RemoteEventWithBool_ReturnValue_1) == 0x002CEC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_RemoteEventWithBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchInteger_CmpSuccess_14) == 0x002CED, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchInteger_CmpSuccess_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_RemoteEventWithBool_ReturnValue_2) == 0x002CEE, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_RemoteEventWithBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_BooleanOR_ReturnValue_13) == 0x002CEF, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_BooleanOR_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_SpawnedPawn) == 0x002CF0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_SpawnedPawn' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Spawnedloot) == 0x002CF8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Spawnedloot' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_AsSBZAICharacter_9) == 0x002D00, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_AsSBZAICharacter_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_bSuccess_13) == 0x002D08, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_DeadPawn_1) == 0x002D10, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_DeadPawn_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Spawner_1) == 0x002D18, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Spawner_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_StealthBranch_OutputPins_8) == 0x002D20, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_StealthBranch_OutputPins_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_StealthBranch_ReturnValue_8) == 0x002D21, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_StealthBranch_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchEnum_CmpSuccess_22) == 0x002D22, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchEnum_CmpSuccess_22' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Pawn_2) == 0x002D28, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Pawn_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_103) == 0x002D30, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_103' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_19) == 0x002D38, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_19' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_26) == 0x002D40, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_46) == 0x002D41, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_46' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_28) == 0x002D42, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_StealthBranch_OutputPins_9) == 0x002D43, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_StealthBranch_OutputPins_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_StealthBranch_ReturnValue_9) == 0x002D44, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_StealthBranch_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchEnum_CmpSuccess_23) == 0x002D45, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchEnum_CmpSuccess_23' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZLifeActionRequest_24) == 0x002D48, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZLifeActionRequest_24' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_MakeStruct_SBZLifeActionRequest_25) == 0x002D88, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_MakeStruct_SBZLifeActionRequest_25' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_27) == 0x002DC8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_27' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_25) == 0x002DE8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_20) == 0x002DF0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_20' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_CreateActionData_ReturnValue_25) == 0x002DF8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_CreateActionData_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_IsValid_ReturnValue_2) == 0x002E00, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PushAction_ReturnValue_25) == 0x002E08, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PushAction_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSBZMissionState_ReturnValue_15) == 0x002E10, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSBZMissionState_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetSBZMissionState_ReturnValue_16) == 0x002E18, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetSBZMissionState_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Pawn_1) == 0x002E20, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Pawn_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_DeadPawn) == 0x002E28, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_DeadPawn' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Spawner) == 0x002E30, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Spawner' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_23) == 0x002E38, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_23' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_23) == 0x002E48, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_23' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CustomEvent_Interactable) == 0x002E58, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CustomEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_CustomEvent_Interactor) == 0x002E60, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_CustomEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_21) == 0x002E68, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_21' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_47) == 0x002E70, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_47' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_27) == 0x002E71, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_27' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_29) == 0x002E72, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Not_PreBool_ReturnValue) == 0x002E73, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetAIController_ReturnValue) == 0x002E78, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_AsSBZAIController) == 0x002E80, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_AsSBZAIController' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_bSuccess_14) == 0x002E88, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetAIController_ReturnValue_1) == 0x002E90, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetAIController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_AsSBZAIController_1) == 0x002E98, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_AsSBZAIController_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_bSuccess_15) == 0x002EA0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_104) == 0x002EA8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_104' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_56) == 0x002EB8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_56' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_30) == 0x002ECC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_31) == 0x002ECD, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_SetState_ReturnValue_24) == 0x002ECE, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_SetState_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_BooleanOR_ReturnValue_14) == 0x002ECF, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_BooleanOR_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_105) == 0x002ED0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_105' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_106) == 0x002ED8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_106' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_32) == 0x002EE0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_33) == 0x002EE1, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_BooleanOR_ReturnValue_15) == 0x002EE2, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_BooleanOR_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_27) == 0x002EE3, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_27' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_22) == 0x002EE8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_22' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_48) == 0x002EF0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_48' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_34) == 0x002EF1, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_28) == 0x002EF8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_28' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_26) == 0x002F18, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_23) == 0x002F20, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_23' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_49) == 0x002F28, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_49' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_35) == 0x002F29, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Not_PreBool_ReturnValue_1) == 0x002F2A, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetRandomBoolWithWeightFromStreamMixed_ReturnValue) == 0x002F2B, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetRandomBoolWithWeightFromStreamMixed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_24) == 0x002F30, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_24' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_24) == 0x002F40, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_24' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_25) == 0x002F50, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_25' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_25) == 0x002F60, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_25' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetRandomIntegerFromStreamMixed_ReturnValue_9) == 0x002F70, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetRandomIntegerFromStreamMixed_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchInteger_CmpSuccess_15) == 0x002F74, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchInteger_CmpSuccess_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_HeistStateBranch_OutputPins) == 0x002F75, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_HeistStateBranch_OutputPins' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchEnum_CmpSuccess_24) == 0x002F76, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchEnum_CmpSuccess_24' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_28) == 0x002F77, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_28' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Pawn) == 0x002F78, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Pawn' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_28) == 0x002F80, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_28' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_24) == 0x002F88, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_24' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_50) == 0x002F90, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_50' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_107) == 0x002F98, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_107' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_36) == 0x002FA8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_57) == 0x002FAC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_57' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_51) == 0x002FC0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_51' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_37) == 0x002FC1, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_37' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Event_Data) == 0x002FC8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Event_Data' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Greater_IntInt_ReturnValue_1) == 0x002FD8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_18) == 0x002FD9, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_29) == 0x002FE0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_29' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_108) == 0x003000, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_108' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_HasAuthority_ReturnValue_4) == 0x003010, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_HasAuthority_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_58) == 0x003014, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_58' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_30) == 0x003028, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_30' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_1) == 0x003048, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetRandomIntegerFromStreamMixed_ReturnValue_10) == 0x00304C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetRandomIntegerFromStreamMixed_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_6) == 0x003050, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_109) == 0x003058, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_109' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_25) == 0x003060, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_25' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_52) == 0x003068, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_52' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_7) == 0x003070, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_38) == 0x003078, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_38' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_2) == 0x00307C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_25) == 0x003080, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_8) == 0x003088, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_3) == 0x003090, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_26) == 0x003094, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_9) == 0x003098, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_4) == 0x0030A0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_27) == 0x0030A4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_10) == 0x0030A8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_5) == 0x0030B0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Has_Been_Initd_Variable_29) == 0x0030B4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Has_Been_Initd_Variable_29' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_28) == 0x0030B8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_11) == 0x0030C0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_6) == 0x0030C8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_29) == 0x0030CC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_12) == 0x0030D0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_13) == 0x0030D8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_110) == 0x0030E0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_110' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_14) == 0x0030E8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_15) == 0x0030F0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_27) == 0x0030F8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_27' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_26) == 0x003100, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_26' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_53) == 0x003108, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_53' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_16) == 0x003110, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_39) == 0x003118, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_39' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_IsClosed_Variable_29) == 0x003119, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_IsClosed_Variable_29' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchInteger_CmpSuccess_16) == 0x00311A, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchInteger_CmpSuccess_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactable_10) == 0x003120, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactable_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactor_10) == 0x003128, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactor_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactable_9) == 0x003130, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactable_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactor_9) == 0x003138, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactor_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactable_8) == 0x003140, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactable_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactor_8) == 0x003148, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactor_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactable_7) == 0x003150, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactable_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactor_7) == 0x003158, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactor_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactable_6) == 0x003160, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactable_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactor_6) == 0x003168, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactor_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactable_5) == 0x003170, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactable_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactor_5) == 0x003178, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactor_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_17) == 0x003180, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_17' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_7) == 0x003188, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_30) == 0x00318C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_18) == 0x003190, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_18' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_19) == 0x003198, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_19' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_8) == 0x0031A0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_HasAuthority_ReturnValue_5) == 0x0031A4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_HasAuthority_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_31) == 0x0031A8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_20) == 0x0031B0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_20' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_9) == 0x0031B8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_32) == 0x0031BC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_21) == 0x0031C0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_21' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_10) == 0x0031C8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_31) == 0x0031D0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_31' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_33) == 0x0031F0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_22) == 0x0031F8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_22' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_11) == 0x003200, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_34) == 0x003204, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_23) == 0x003208, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_23' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_24) == 0x003210, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_24' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_25) == 0x003218, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_25' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_26) == 0x003220, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_26' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_32) == 0x003228, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_32' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_HasPreplanningTag_ReturnValue_6) == 0x003234, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_HasPreplanningTag_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_27) == 0x003238, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_27' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_12) == 0x003240, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_35) == 0x003244, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactable_4) == 0x003248, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactable_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactor_4) == 0x003250, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactor_4' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_28) == 0x003258, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_28' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactable_3) == 0x003260, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactable_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactor_3) == 0x003268, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactor_3' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactable_2) == 0x003270, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactable_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactor_2) == 0x003278, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactor_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactable_1) == 0x003280, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactable_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactor_1) == 0x003288, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactor_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactable) == 0x003290, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_ActorBoundEvent_Interactor) == 0x003298, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_ActorBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_111) == 0x0032A0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_111' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_29) == 0x0032B0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_29' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_13) == 0x0032B8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Less_IntInt_ReturnValue_1) == 0x0032BC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_26) == 0x0032C0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_26' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_26) == 0x0032D0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_26' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_30) == 0x0032E0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_30' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_KeptActors_27) == 0x0032E8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_KeptActors_27' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DestroyActors_DestroyedActors_27) == 0x0032F8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DestroyActors_DestroyedActors_27' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_AsBP_Access_Point) == 0x003308, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_AsBP_Access_Point' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_bSuccess_16) == 0x003310, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_31) == 0x003318, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_31' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_14) == 0x003320, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_AsBP_Access_Point_1) == 0x003328, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_AsBP_Access_Point_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_DynamicCast_bSuccess_17) == 0x003330, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_DynamicCast_bSuccess_17' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_36) == 0x003334, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_15) == 0x003338, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_37) == 0x00333C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_37' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Add_ReturnValue) == 0x003340, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_33) == 0x003348, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_33' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Add_ReturnValue_1) == 0x003368, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_delegate_Variable_59) == 0x00336C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_delegate_Variable_59' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_34) == 0x003380, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_34' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_19) == 0x00338C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_HasPreplanningTag_ReturnValue_7) == 0x00338D, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_HasPreplanningTag_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_20) == 0x00338E, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_21) == 0x00338F, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_22) == 0x003390, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_23) == 0x003391, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_24) == 0x003392, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_25) == 0x003393, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_26) == 0x003394, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_27) == 0x003395, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_28) == 0x003396, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_29) == 0x003397, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_DifficultyBranch_OutputPins_8) == 0x003398, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_DifficultyBranch_OutputPins_8' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_SwitchEnum_CmpSuccess_25) == 0x003399, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_SwitchEnum_CmpSuccess_25' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_112) == 0x0033A0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_112' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_object_Variable_113) == 0x0033A8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_object_Variable_113' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_int_Variable) == 0x0033B0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_35) == 0x0033B8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_35' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_36) == 0x0033D8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_36' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x0033F8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_27) == 0x003400, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_27' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_bool_Variable_28) == 0x003408, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_bool_Variable_28' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_54) == 0x003409, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_54' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_40) == 0x00340A, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_40' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, K2Node_Select_Default_28) == 0x003410, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::K2Node_Select_Default_28' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_PlayDialog_ReturnValue_55) == 0x003418, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_PlayDialog_ReturnValue_55' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ByteByte_ReturnValue_41) == 0x003419, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ByteByte_ReturnValue_41' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, Temp_struct_Variable_37) == 0x003420, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::Temp_struct_Variable_37' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_32) == 0x003440, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_32' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_16) == 0x003448, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_GetDisplayName_ReturnValue) == 0x003450, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Less_IntInt_ReturnValue_2) == 0x003460, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_33) == 0x003468, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_33' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_34) == 0x003470, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_34' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_30) == 0x003478, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_31) == 0x003479, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_17) == 0x00347C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_18) == 0x003480, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_38) == 0x003484, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_38' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_39) == 0x003488, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_39' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_35) == 0x003490, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_35' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_36) == 0x003498, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_36' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_32) == 0x0034A0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_33) == 0x0034A1, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_19) == 0x0034A4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_20) == 0x0034A8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_40) == 0x0034AC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_40' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_41) == 0x0034B0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_41' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_37) == 0x0034B8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_37' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_38) == 0x0034C0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_38' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_34) == 0x0034C8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_35) == 0x0034C9, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_21) == 0x0034CC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_22) == 0x0034D0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_42) == 0x0034D4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_42' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_43) == 0x0034D8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_43' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_39) == 0x0034E0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_39' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_40) == 0x0034E8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_40' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_36) == 0x0034F0, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_37) == 0x0034F1, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_37' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_23) == 0x0034F4, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_24) == 0x0034F8, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_44) == 0x0034FC, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_44' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_45) == 0x003500, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_45' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_41) == 0x003508, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_41' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_42) == 0x003510, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_42' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_38) == 0x003518, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_38' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_39) == 0x003519, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_39' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_25) == 0x00351C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_26) == 0x003520, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_46) == 0x003524, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_46' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_47) == 0x003528, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_47' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Get_Item_43) == 0x003530, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Get_Item_43' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_EqualEqual_ObjectObject_ReturnValue_40) == 0x003538, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_EqualEqual_ObjectObject_ReturnValue_40' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Array_Length_ReturnValue_27) == 0x00353C, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Array_Length_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting, CallFunc_Subtract_IntInt_ReturnValue_48) == 0x003540, "Member 'G_Penthouse_Scripting_C_ExecuteUbergraph_G_Penthouse_Scripting::CallFunc_Subtract_IntInt_ReturnValue_48' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint11_K2Node_ActorBoundEvent_144_SBZActorOnInteraction__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint11_K2Node_ActorBoundEvent_144_SBZActorOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint11_K2Node_ActorBoundEvent_144_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint11_K2Node_ActorBoundEvent_144_SBZActorOnInteraction__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint11_K2Node_ActorBoundEvent_144_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint11_K2Node_ActorBoundEvent_144_SBZActorOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint11_K2Node_ActorBoundEvent_144_SBZActorOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint11_K2Node_ActorBoundEvent_144_SBZActorOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint11_K2Node_ActorBoundEvent_144_SBZActorOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint10_K2Node_ActorBoundEvent_143_SBZActorOnInteraction__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint10_K2Node_ActorBoundEvent_143_SBZActorOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint10_K2Node_ActorBoundEvent_143_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint10_K2Node_ActorBoundEvent_143_SBZActorOnInteraction__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint10_K2Node_ActorBoundEvent_143_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint10_K2Node_ActorBoundEvent_143_SBZActorOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint10_K2Node_ActorBoundEvent_143_SBZActorOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint10_K2Node_ActorBoundEvent_143_SBZActorOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint10_K2Node_ActorBoundEvent_143_SBZActorOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint9_K2Node_ActorBoundEvent_142_SBZActorOnInteraction__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint9_K2Node_ActorBoundEvent_142_SBZActorOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint9_K2Node_ActorBoundEvent_142_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint9_K2Node_ActorBoundEvent_142_SBZActorOnInteraction__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint9_K2Node_ActorBoundEvent_142_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint9_K2Node_ActorBoundEvent_142_SBZActorOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint9_K2Node_ActorBoundEvent_142_SBZActorOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint9_K2Node_ActorBoundEvent_142_SBZActorOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint9_K2Node_ActorBoundEvent_142_SBZActorOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint8_K2Node_ActorBoundEvent_141_SBZActorOnInteraction__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint8_K2Node_ActorBoundEvent_141_SBZActorOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint8_K2Node_ActorBoundEvent_141_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint8_K2Node_ActorBoundEvent_141_SBZActorOnInteraction__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint8_K2Node_ActorBoundEvent_141_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint8_K2Node_ActorBoundEvent_141_SBZActorOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint8_K2Node_ActorBoundEvent_141_SBZActorOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint8_K2Node_ActorBoundEvent_141_SBZActorOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint8_K2Node_ActorBoundEvent_141_SBZActorOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint7_K2Node_ActorBoundEvent_140_SBZActorOnInteraction__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint7_K2Node_ActorBoundEvent_140_SBZActorOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint7_K2Node_ActorBoundEvent_140_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint7_K2Node_ActorBoundEvent_140_SBZActorOnInteraction__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint7_K2Node_ActorBoundEvent_140_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint7_K2Node_ActorBoundEvent_140_SBZActorOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint7_K2Node_ActorBoundEvent_140_SBZActorOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint7_K2Node_ActorBoundEvent_140_SBZActorOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint7_K2Node_ActorBoundEvent_140_SBZActorOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint6_K2Node_ActorBoundEvent_139_SBZActorOnInteraction__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint6_K2Node_ActorBoundEvent_139_SBZActorOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint6_K2Node_ActorBoundEvent_139_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint6_K2Node_ActorBoundEvent_139_SBZActorOnInteraction__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint6_K2Node_ActorBoundEvent_139_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint6_K2Node_ActorBoundEvent_139_SBZActorOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint6_K2Node_ActorBoundEvent_139_SBZActorOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint6_K2Node_ActorBoundEvent_139_SBZActorOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint6_K2Node_ActorBoundEvent_139_SBZActorOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint5_K2Node_ActorBoundEvent_138_SBZActorOnInteraction__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint5_K2Node_ActorBoundEvent_138_SBZActorOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint5_K2Node_ActorBoundEvent_138_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint5_K2Node_ActorBoundEvent_138_SBZActorOnInteraction__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint5_K2Node_ActorBoundEvent_138_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint5_K2Node_ActorBoundEvent_138_SBZActorOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint5_K2Node_ActorBoundEvent_138_SBZActorOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint5_K2Node_ActorBoundEvent_138_SBZActorOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint5_K2Node_ActorBoundEvent_138_SBZActorOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint4_K2Node_ActorBoundEvent_137_SBZActorOnInteraction__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint4_K2Node_ActorBoundEvent_137_SBZActorOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint4_K2Node_ActorBoundEvent_137_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint4_K2Node_ActorBoundEvent_137_SBZActorOnInteraction__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint4_K2Node_ActorBoundEvent_137_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint4_K2Node_ActorBoundEvent_137_SBZActorOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint4_K2Node_ActorBoundEvent_137_SBZActorOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint4_K2Node_ActorBoundEvent_137_SBZActorOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint4_K2Node_ActorBoundEvent_137_SBZActorOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint3_K2Node_ActorBoundEvent_136_SBZActorOnInteraction__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint3_K2Node_ActorBoundEvent_136_SBZActorOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint3_K2Node_ActorBoundEvent_136_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint3_K2Node_ActorBoundEvent_136_SBZActorOnInteraction__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint3_K2Node_ActorBoundEvent_136_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint3_K2Node_ActorBoundEvent_136_SBZActorOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint3_K2Node_ActorBoundEvent_136_SBZActorOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint3_K2Node_ActorBoundEvent_136_SBZActorOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint3_K2Node_ActorBoundEvent_136_SBZActorOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint2_K2Node_ActorBoundEvent_135_SBZActorOnInteraction__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint2_K2Node_ActorBoundEvent_135_SBZActorOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint2_K2Node_ActorBoundEvent_135_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint2_K2Node_ActorBoundEvent_135_SBZActorOnInteraction__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint2_K2Node_ActorBoundEvent_135_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint2_K2Node_ActorBoundEvent_135_SBZActorOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint2_K2Node_ActorBoundEvent_135_SBZActorOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint2_K2Node_ActorBoundEvent_135_SBZActorOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint2_K2Node_ActorBoundEvent_135_SBZActorOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint_4_K2Node_ActorBoundEvent_134_SBZActorOnInteraction__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint_4_K2Node_ActorBoundEvent_134_SBZActorOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint_4_K2Node_ActorBoundEvent_134_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint_4_K2Node_ActorBoundEvent_134_SBZActorOnInteraction__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint_4_K2Node_ActorBoundEvent_134_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint_4_K2Node_ActorBoundEvent_134_SBZActorOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint_4_K2Node_ActorBoundEvent_134_SBZActorOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint_4_K2Node_ActorBoundEvent_134_SBZActorOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_AccessPoint_4_K2Node_ActorBoundEvent_134_SBZActorOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_OnPlayersCarryBagChanged \ +static_assert(alignof(G_Penthouse_Scripting_C_OnPlayersCarryBagChanged) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_OnPlayersCarryBagChanged"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_OnPlayersCarryBagChanged) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_OnPlayersCarryBagChanged"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_OnPlayersCarryBagChanged, Data) == 0x000000, "Member 'G_Penthouse_Scripting_C_OnPlayersCarryBagChanged::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggeredVoiceVolumeStairs_K2Node_ActorBoundEvent_106_SBZPawnDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggeredVoiceVolumeStairs_K2Node_ActorBoundEvent_106_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggeredVoiceVolumeStairs_K2Node_ActorBoundEvent_106_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggeredVoiceVolumeStairs_K2Node_ActorBoundEvent_106_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggeredVoiceVolumeStairs_K2Node_ActorBoundEvent_106_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggeredVoiceVolumeStairs_K2Node_ActorBoundEvent_106_SBZPawnDynamicDelegate__DelegateSignature, Pawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggeredVoiceVolumeStairs_K2Node_ActorBoundEvent_106_SBZPawnDynamicDelegate__DelegateSignature::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_OnPickupFakeID \ +static_assert(alignof(G_Penthouse_Scripting_C_OnPickupFakeID) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_OnPickupFakeID"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_OnPickupFakeID) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_OnPickupFakeID"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_OnPickupFakeID, Interactable) == 0x000000, "Member 'G_Penthouse_Scripting_C_OnPickupFakeID::Interactable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_OnPickupFakeID, Interactor) == 0x000008, "Member 'G_Penthouse_Scripting_C_OnPickupFakeID::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian5_1_K2Node_ActorBoundEvent_53_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian5_1_K2Node_ActorBoundEvent_53_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian5_1_K2Node_ActorBoundEvent_53_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian5_1_K2Node_ActorBoundEvent_53_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian5_1_K2Node_ActorBoundEvent_53_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian5_1_K2Node_ActorBoundEvent_53_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature, DeadPawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian5_1_K2Node_ActorBoundEvent_53_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature::DeadPawn' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian5_1_K2Node_ActorBoundEvent_53_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature, Spawner) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian5_1_K2Node_ActorBoundEvent_53_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature::Spawner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume8_K2Node_ActorBoundEvent_99_SBZPawnDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume8_K2Node_ActorBoundEvent_99_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume8_K2Node_ActorBoundEvent_99_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume8_K2Node_ActorBoundEvent_99_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume8_K2Node_ActorBoundEvent_99_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume8_K2Node_ActorBoundEvent_99_SBZPawnDynamicDelegate__DelegateSignature, Pawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume8_K2Node_ActorBoundEvent_99_SBZPawnDynamicDelegate__DelegateSignature::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_TeleportTrigger_K2Node_ActorBoundEvent_52_SBZPawnDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_TeleportTrigger_K2Node_ActorBoundEvent_52_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_TeleportTrigger_K2Node_ActorBoundEvent_52_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_TeleportTrigger_K2Node_ActorBoundEvent_52_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_TeleportTrigger_K2Node_ActorBoundEvent_52_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_TeleportTrigger_K2Node_ActorBoundEvent_52_SBZPawnDynamicDelegate__DelegateSignature, Pawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_TeleportTrigger_K2Node_ActorBoundEvent_52_SBZPawnDynamicDelegate__DelegateSignature::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_PawnSpawn_DoorGuardLA_2_K2Node_ActorBoundEvent_50_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_PawnSpawn_DoorGuardLA_2_K2Node_ActorBoundEvent_50_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_PawnSpawn_DoorGuardLA_2_K2Node_ActorBoundEvent_50_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_PawnSpawn_DoorGuardLA_2_K2Node_ActorBoundEvent_50_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_PawnSpawn_DoorGuardLA_2_K2Node_ActorBoundEvent_50_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_PawnSpawn_DoorGuardLA_2_K2Node_ActorBoundEvent_50_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature, DeadPawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_PawnSpawn_DoorGuardLA_2_K2Node_ActorBoundEvent_50_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature::DeadPawn' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_PawnSpawn_DoorGuardLA_2_K2Node_ActorBoundEvent_50_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature, Spawner) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_PawnSpawn_DoorGuardLA_2_K2Node_ActorBoundEvent_50_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature::Spawner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_PawnSpawn_DoorGuardLA_2_K2Node_ActorBoundEvent_40_SBZSpawnRequestCompletedDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_PawnSpawn_DoorGuardLA_2_K2Node_ActorBoundEvent_40_SBZSpawnRequestCompletedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_PawnSpawn_DoorGuardLA_2_K2Node_ActorBoundEvent_40_SBZSpawnRequestCompletedDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_PawnSpawn_DoorGuardLA_2_K2Node_ActorBoundEvent_40_SBZSpawnRequestCompletedDelegate__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_PawnSpawn_DoorGuardLA_2_K2Node_ActorBoundEvent_40_SBZSpawnRequestCompletedDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_PawnSpawn_DoorGuardLA_2_K2Node_ActorBoundEvent_40_SBZSpawnRequestCompletedDelegate__DelegateSignature, SpawnedPawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_PawnSpawn_DoorGuardLA_2_K2Node_ActorBoundEvent_40_SBZSpawnRequestCompletedDelegate__DelegateSignature::SpawnedPawn' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_PawnSpawn_DoorGuardLA_2_K2Node_ActorBoundEvent_40_SBZSpawnRequestCompletedDelegate__DelegateSignature, Spawnedloot) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_PawnSpawn_DoorGuardLA_2_K2Node_ActorBoundEvent_40_SBZSpawnRequestCompletedDelegate__DelegateSignature::Spawnedloot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_Int_Door_01_SmallVault_2_K2Node_ActorBoundEvent_105_SBZGateStateChangedDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_Int_Door_01_SmallVault_2_K2Node_ActorBoundEvent_105_SBZGateStateChangedDelegate__DelegateSignature) == 0x000001, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_Int_Door_01_SmallVault_2_K2Node_ActorBoundEvent_105_SBZGateStateChangedDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_Int_Door_01_SmallVault_2_K2Node_ActorBoundEvent_105_SBZGateStateChangedDelegate__DelegateSignature) == 0x000002, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_Int_Door_01_SmallVault_2_K2Node_ActorBoundEvent_105_SBZGateStateChangedDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_Int_Door_01_SmallVault_2_K2Node_ActorBoundEvent_105_SBZGateStateChangedDelegate__DelegateSignature, OldState) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_Int_Door_01_SmallVault_2_K2Node_ActorBoundEvent_105_SBZGateStateChangedDelegate__DelegateSignature::OldState' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_Int_Door_01_SmallVault_2_K2Node_ActorBoundEvent_105_SBZGateStateChangedDelegate__DelegateSignature, State) == 0x000001, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_Int_Door_01_SmallVault_2_K2Node_ActorBoundEvent_105_SBZGateStateChangedDelegate__DelegateSignature::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_ZiplineWater2_K2Node_ActorBoundEvent_104_SBZBagEnteredDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_ZiplineWater2_K2Node_ActorBoundEvent_104_SBZBagEnteredDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_ZiplineWater2_K2Node_ActorBoundEvent_104_SBZBagEnteredDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_ZiplineWater2_K2Node_ActorBoundEvent_104_SBZBagEnteredDelegate__DelegateSignature) == 0x000020, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_ZiplineWater2_K2Node_ActorBoundEvent_104_SBZBagEnteredDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_ZiplineWater2_K2Node_ActorBoundEvent_104_SBZBagEnteredDelegate__DelegateSignature, Volume) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_ZiplineWater2_K2Node_ActorBoundEvent_104_SBZBagEnteredDelegate__DelegateSignature::Volume' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_ZiplineWater2_K2Node_ActorBoundEvent_104_SBZBagEnteredDelegate__DelegateSignature, Bag) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_ZiplineWater2_K2Node_ActorBoundEvent_104_SBZBagEnteredDelegate__DelegateSignature::Bag' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_ZiplineWater2_K2Node_ActorBoundEvent_104_SBZBagEnteredDelegate__DelegateSignature, Handle) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_ZiplineWater2_K2Node_ActorBoundEvent_104_SBZBagEnteredDelegate__DelegateSignature::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_GenericHackableComputer_2_K2Node_ActorBoundEvent_98_SBZHackableActorInterruptedDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_GenericHackableComputer_2_K2Node_ActorBoundEvent_98_SBZHackableActorInterruptedDelegate__DelegateSignature) == 0x000001, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_GenericHackableComputer_2_K2Node_ActorBoundEvent_98_SBZHackableActorInterruptedDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_GenericHackableComputer_2_K2Node_ActorBoundEvent_98_SBZHackableActorInterruptedDelegate__DelegateSignature) == 0x000001, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_GenericHackableComputer_2_K2Node_ActorBoundEvent_98_SBZHackableActorInterruptedDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_GenericHackableComputer_2_K2Node_ActorBoundEvent_98_SBZHackableActorInterruptedDelegate__DelegateSignature, Reason) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_GenericHackableComputer_2_K2Node_ActorBoundEvent_98_SBZHackableActorInterruptedDelegate__DelegateSignature::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard7_K2Node_ActorBoundEvent_63_SBZSpawnRequestCompletedDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard7_K2Node_ActorBoundEvent_63_SBZSpawnRequestCompletedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard7_K2Node_ActorBoundEvent_63_SBZSpawnRequestCompletedDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard7_K2Node_ActorBoundEvent_63_SBZSpawnRequestCompletedDelegate__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard7_K2Node_ActorBoundEvent_63_SBZSpawnRequestCompletedDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard7_K2Node_ActorBoundEvent_63_SBZSpawnRequestCompletedDelegate__DelegateSignature, SpawnedPawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard7_K2Node_ActorBoundEvent_63_SBZSpawnRequestCompletedDelegate__DelegateSignature::SpawnedPawn' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard7_K2Node_ActorBoundEvent_63_SBZSpawnRequestCompletedDelegate__DelegateSignature, Spawnedloot) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard7_K2Node_ActorBoundEvent_63_SBZSpawnRequestCompletedDelegate__DelegateSignature::Spawnedloot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolumeBedroomKeypad_K2Node_ActorBoundEvent_93_SBZPawnDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolumeBedroomKeypad_K2Node_ActorBoundEvent_93_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolumeBedroomKeypad_K2Node_ActorBoundEvent_93_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolumeBedroomKeypad_K2Node_ActorBoundEvent_93_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolumeBedroomKeypad_K2Node_ActorBoundEvent_93_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolumeBedroomKeypad_K2Node_ActorBoundEvent_93_SBZPawnDynamicDelegate__DelegateSignature, Pawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolumeBedroomKeypad_K2Node_ActorBoundEvent_93_SBZPawnDynamicDelegate__DelegateSignature::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_OnHogTiedChangedDelegate_Event_0 \ +static_assert(alignof(G_Penthouse_Scripting_C_OnHogTiedChangedDelegate_Event_0) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_OnHogTiedChangedDelegate_Event_0"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_OnHogTiedChangedDelegate_Event_0) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_OnHogTiedChangedDelegate_Event_0"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_OnHogTiedChangedDelegate_Event_0, Character) == 0x000000, "Member 'G_Penthouse_Scripting_C_OnHogTiedChangedDelegate_Event_0::Character' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_OnHogTiedChangedDelegate_Event_0, bHogTied) == 0x000008, "Member 'G_Penthouse_Scripting_C_OnHogTiedChangedDelegate_Event_0::bHogTied' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_VIP_Rant2_K2Node_ActorBoundEvent_92_ActorEndPlaySignature__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_VIP_Rant2_K2Node_ActorBoundEvent_92_ActorEndPlaySignature__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_VIP_Rant2_K2Node_ActorBoundEvent_92_ActorEndPlaySignature__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_VIP_Rant2_K2Node_ActorBoundEvent_92_ActorEndPlaySignature__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_VIP_Rant2_K2Node_ActorBoundEvent_92_ActorEndPlaySignature__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_VIP_Rant2_K2Node_ActorBoundEvent_92_ActorEndPlaySignature__DelegateSignature, Actor) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_VIP_Rant2_K2Node_ActorBoundEvent_92_ActorEndPlaySignature__DelegateSignature::Actor' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_VIP_Rant2_K2Node_ActorBoundEvent_92_ActorEndPlaySignature__DelegateSignature, EndPlayReason) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_VIP_Rant2_K2Node_ActorBoundEvent_92_ActorEndPlaySignature__DelegateSignature::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolumeLaundry_K2Node_ActorBoundEvent_89_SBZBagEnteredDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolumeLaundry_K2Node_ActorBoundEvent_89_SBZBagEnteredDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolumeLaundry_K2Node_ActorBoundEvent_89_SBZBagEnteredDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolumeLaundry_K2Node_ActorBoundEvent_89_SBZBagEnteredDelegate__DelegateSignature) == 0x000020, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolumeLaundry_K2Node_ActorBoundEvent_89_SBZBagEnteredDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolumeLaundry_K2Node_ActorBoundEvent_89_SBZBagEnteredDelegate__DelegateSignature, Volume) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolumeLaundry_K2Node_ActorBoundEvent_89_SBZBagEnteredDelegate__DelegateSignature::Volume' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolumeLaundry_K2Node_ActorBoundEvent_89_SBZBagEnteredDelegate__DelegateSignature, Bag) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolumeLaundry_K2Node_ActorBoundEvent_89_SBZBagEnteredDelegate__DelegateSignature::Bag' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolumeLaundry_K2Node_ActorBoundEvent_89_SBZBagEnteredDelegate__DelegateSignature, Handle) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolumeLaundry_K2Node_ActorBoundEvent_89_SBZBagEnteredDelegate__DelegateSignature::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume6_3_K2Node_ActorBoundEvent_6_SBZPawnDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume6_3_K2Node_ActorBoundEvent_6_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume6_3_K2Node_ActorBoundEvent_6_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume6_3_K2Node_ActorBoundEvent_6_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume6_3_K2Node_ActorBoundEvent_6_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume6_3_K2Node_ActorBoundEvent_6_SBZPawnDynamicDelegate__DelegateSignature, Pawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume6_3_K2Node_ActorBoundEvent_6_SBZPawnDynamicDelegate__DelegateSignature::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolumeOVK_K2Node_ActorBoundEvent_109_SBZBagEnteredDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolumeOVK_K2Node_ActorBoundEvent_109_SBZBagEnteredDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolumeOVK_K2Node_ActorBoundEvent_109_SBZBagEnteredDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolumeOVK_K2Node_ActorBoundEvent_109_SBZBagEnteredDelegate__DelegateSignature) == 0x000020, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolumeOVK_K2Node_ActorBoundEvent_109_SBZBagEnteredDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolumeOVK_K2Node_ActorBoundEvent_109_SBZBagEnteredDelegate__DelegateSignature, Volume) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolumeOVK_K2Node_ActorBoundEvent_109_SBZBagEnteredDelegate__DelegateSignature::Volume' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolumeOVK_K2Node_ActorBoundEvent_109_SBZBagEnteredDelegate__DelegateSignature, Bag) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolumeOVK_K2Node_ActorBoundEvent_109_SBZBagEnteredDelegate__DelegateSignature::Bag' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolumeOVK_K2Node_ActorBoundEvent_109_SBZBagEnteredDelegate__DelegateSignature, Handle) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolumeOVK_K2Node_ActorBoundEvent_109_SBZBagEnteredDelegate__DelegateSignature::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerEscapeVolume5_K2Node_ActorBoundEvent_4_SBZBooleanStateDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerEscapeVolume5_K2Node_ActorBoundEvent_4_SBZBooleanStateDynamicDelegate__DelegateSignature) == 0x000001, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerEscapeVolume5_K2Node_ActorBoundEvent_4_SBZBooleanStateDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerEscapeVolume5_K2Node_ActorBoundEvent_4_SBZBooleanStateDynamicDelegate__DelegateSignature) == 0x000001, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerEscapeVolume5_K2Node_ActorBoundEvent_4_SBZBooleanStateDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerEscapeVolume5_K2Node_ActorBoundEvent_4_SBZBooleanStateDynamicDelegate__DelegateSignature, State) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerEscapeVolume5_K2Node_ActorBoundEvent_4_SBZBooleanStateDynamicDelegate__DelegateSignature::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_OnTakenDamage \ +static_assert(alignof(G_Penthouse_Scripting_C_OnTakenDamage) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_OnTakenDamage"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_OnTakenDamage) == 0x0000C8, "Wrong size on G_Penthouse_Scripting_C_OnTakenDamage"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_OnTakenDamage, DamageEventData) == 0x000000, "Member 'G_Penthouse_Scripting_C_OnTakenDamage::DamageEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS_Lead2_K2Node_ActorBoundEvent_109_SBZSpawnRequestCompletedDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS_Lead2_K2Node_ActorBoundEvent_109_SBZSpawnRequestCompletedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS_Lead2_K2Node_ActorBoundEvent_109_SBZSpawnRequestCompletedDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS_Lead2_K2Node_ActorBoundEvent_109_SBZSpawnRequestCompletedDelegate__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS_Lead2_K2Node_ActorBoundEvent_109_SBZSpawnRequestCompletedDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS_Lead2_K2Node_ActorBoundEvent_109_SBZSpawnRequestCompletedDelegate__DelegateSignature, SpawnedPawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS_Lead2_K2Node_ActorBoundEvent_109_SBZSpawnRequestCompletedDelegate__DelegateSignature::SpawnedPawn' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS_Lead2_K2Node_ActorBoundEvent_109_SBZSpawnRequestCompletedDelegate__DelegateSignature, Spawnedloot) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS_Lead2_K2Node_ActorBoundEvent_109_SBZSpawnRequestCompletedDelegate__DelegateSignature::Spawnedloot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS_Lead1_K2Node_ActorBoundEvent_4_SBZSpawnRequestCompletedDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS_Lead1_K2Node_ActorBoundEvent_4_SBZSpawnRequestCompletedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS_Lead1_K2Node_ActorBoundEvent_4_SBZSpawnRequestCompletedDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS_Lead1_K2Node_ActorBoundEvent_4_SBZSpawnRequestCompletedDelegate__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS_Lead1_K2Node_ActorBoundEvent_4_SBZSpawnRequestCompletedDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS_Lead1_K2Node_ActorBoundEvent_4_SBZSpawnRequestCompletedDelegate__DelegateSignature, SpawnedPawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS_Lead1_K2Node_ActorBoundEvent_4_SBZSpawnRequestCompletedDelegate__DelegateSignature::SpawnedPawn' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS_Lead1_K2Node_ActorBoundEvent_4_SBZSpawnRequestCompletedDelegate__DelegateSignature, Spawnedloot) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS_Lead1_K2Node_ActorBoundEvent_4_SBZSpawnRequestCompletedDelegate__DelegateSignature::Spawnedloot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolumeMasonVO_K2Node_ActorBoundEvent_3_SBZPawnDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolumeMasonVO_K2Node_ActorBoundEvent_3_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolumeMasonVO_K2Node_ActorBoundEvent_3_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolumeMasonVO_K2Node_ActorBoundEvent_3_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolumeMasonVO_K2Node_ActorBoundEvent_3_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolumeMasonVO_K2Node_ActorBoundEvent_3_SBZPawnDynamicDelegate__DelegateSignature, Pawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolumeMasonVO_K2Node_ActorBoundEvent_3_SBZPawnDynamicDelegate__DelegateSignature::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_BottleBearerGrabBottle_K2Node_ActorBoundEvent_111_SBZFilterActorDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_BottleBearerGrabBottle_K2Node_ActorBoundEvent_111_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_BottleBearerGrabBottle_K2Node_ActorBoundEvent_111_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_BottleBearerGrabBottle_K2Node_ActorBoundEvent_111_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000020, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_BottleBearerGrabBottle_K2Node_ActorBoundEvent_111_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_BottleBearerGrabBottle_K2Node_ActorBoundEvent_111_SBZFilterActorDynamicDelegate__DelegateSignature, Identifier) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_BottleBearerGrabBottle_K2Node_ActorBoundEvent_111_SBZFilterActorDynamicDelegate__DelegateSignature::Identifier' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_BottleBearerGrabBottle_K2Node_ActorBoundEvent_111_SBZFilterActorDynamicDelegate__DelegateSignature, Actor) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_BottleBearerGrabBottle_K2Node_ActorBoundEvent_111_SBZFilterActorDynamicDelegate__DelegateSignature::Actor' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_BottleBearerGrabBottle_K2Node_ActorBoundEvent_111_SBZFilterActorDynamicDelegate__DelegateSignature, CurrentTotalActors) == 0x000018, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_BottleBearerGrabBottle_K2Node_ActorBoundEvent_111_SBZFilterActorDynamicDelegate__DelegateSignature::CurrentTotalActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_DoormanBound \ +static_assert(alignof(G_Penthouse_Scripting_C_DoormanBound) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_DoormanBound"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_DoormanBound) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_DoormanBound"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_DoormanBound, Character) == 0x000000, "Member 'G_Penthouse_Scripting_C_DoormanBound::Character' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_DoormanBound, bHogTied) == 0x000008, "Member 'G_Penthouse_Scripting_C_DoormanBound::bHogTied' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_MainEntrance_K2Node_ActorBoundEvent_107_SBZPawnDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_MainEntrance_K2Node_ActorBoundEvent_107_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_MainEntrance_K2Node_ActorBoundEvent_107_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_MainEntrance_K2Node_ActorBoundEvent_107_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_MainEntrance_K2Node_ActorBoundEvent_107_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_MainEntrance_K2Node_ActorBoundEvent_107_SBZPawnDynamicDelegate__DelegateSignature, Pawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_MainEntrance_K2Node_ActorBoundEvent_107_SBZPawnDynamicDelegate__DelegateSignature::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_MainEntrance_K2Node_ActorBoundEvent_101_SBZPawnDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_MainEntrance_K2Node_ActorBoundEvent_101_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_MainEntrance_K2Node_ActorBoundEvent_101_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_MainEntrance_K2Node_ActorBoundEvent_101_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_MainEntrance_K2Node_ActorBoundEvent_101_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_MainEntrance_K2Node_ActorBoundEvent_101_SBZPawnDynamicDelegate__DelegateSignature, Pawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_MainEntrance_K2Node_ActorBoundEvent_101_SBZPawnDynamicDelegate__DelegateSignature::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard10_K2Node_ActorBoundEvent_64_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard10_K2Node_ActorBoundEvent_64_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard10_K2Node_ActorBoundEvent_64_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard10_K2Node_ActorBoundEvent_64_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard10_K2Node_ActorBoundEvent_64_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard10_K2Node_ActorBoundEvent_64_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature, DeadPawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard10_K2Node_ActorBoundEvent_64_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature::DeadPawn' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard10_K2Node_ActorBoundEvent_64_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature, Spawner) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard10_K2Node_ActorBoundEvent_64_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature::Spawner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian5_1_K2Node_ActorBoundEvent_94_SBZSpawnRequestCompletedDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian5_1_K2Node_ActorBoundEvent_94_SBZSpawnRequestCompletedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian5_1_K2Node_ActorBoundEvent_94_SBZSpawnRequestCompletedDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian5_1_K2Node_ActorBoundEvent_94_SBZSpawnRequestCompletedDelegate__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian5_1_K2Node_ActorBoundEvent_94_SBZSpawnRequestCompletedDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian5_1_K2Node_ActorBoundEvent_94_SBZSpawnRequestCompletedDelegate__DelegateSignature, SpawnedPawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian5_1_K2Node_ActorBoundEvent_94_SBZSpawnRequestCompletedDelegate__DelegateSignature::SpawnedPawn' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian5_1_K2Node_ActorBoundEvent_94_SBZSpawnRequestCompletedDelegate__DelegateSignature, Spawnedloot) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian5_1_K2Node_ActorBoundEvent_94_SBZSpawnRequestCompletedDelegate__DelegateSignature::Spawnedloot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_Platform_0_K2Node_ActorBoundEvent_47_SBZBagEnteredDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_Platform_0_K2Node_ActorBoundEvent_47_SBZBagEnteredDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_Platform_0_K2Node_ActorBoundEvent_47_SBZBagEnteredDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_Platform_0_K2Node_ActorBoundEvent_47_SBZBagEnteredDelegate__DelegateSignature) == 0x000020, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_Platform_0_K2Node_ActorBoundEvent_47_SBZBagEnteredDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_Platform_0_K2Node_ActorBoundEvent_47_SBZBagEnteredDelegate__DelegateSignature, Volume) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_Platform_0_K2Node_ActorBoundEvent_47_SBZBagEnteredDelegate__DelegateSignature::Volume' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_Platform_0_K2Node_ActorBoundEvent_47_SBZBagEnteredDelegate__DelegateSignature, Bag) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_Platform_0_K2Node_ActorBoundEvent_47_SBZBagEnteredDelegate__DelegateSignature::Bag' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_Platform_0_K2Node_ActorBoundEvent_47_SBZBagEnteredDelegate__DelegateSignature, Handle) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_Platform_0_K2Node_ActorBoundEvent_47_SBZBagEnteredDelegate__DelegateSignature::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_Balcony_K2Node_ActorBoundEvent_44_SBZBagEnteredDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_Balcony_K2Node_ActorBoundEvent_44_SBZBagEnteredDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_Balcony_K2Node_ActorBoundEvent_44_SBZBagEnteredDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_Balcony_K2Node_ActorBoundEvent_44_SBZBagEnteredDelegate__DelegateSignature) == 0x000020, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_Balcony_K2Node_ActorBoundEvent_44_SBZBagEnteredDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_Balcony_K2Node_ActorBoundEvent_44_SBZBagEnteredDelegate__DelegateSignature, Volume) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_Balcony_K2Node_ActorBoundEvent_44_SBZBagEnteredDelegate__DelegateSignature::Volume' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_Balcony_K2Node_ActorBoundEvent_44_SBZBagEnteredDelegate__DelegateSignature, Bag) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_Balcony_K2Node_ActorBoundEvent_44_SBZBagEnteredDelegate__DelegateSignature::Bag' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_Balcony_K2Node_ActorBoundEvent_44_SBZBagEnteredDelegate__DelegateSignature, Handle) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_Balcony_K2Node_ActorBoundEvent_44_SBZBagEnteredDelegate__DelegateSignature::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_MoveVIPtoPanicRoom_K2Node_ActorBoundEvent_90_SBZFilterActorDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_MoveVIPtoPanicRoom_K2Node_ActorBoundEvent_90_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_MoveVIPtoPanicRoom_K2Node_ActorBoundEvent_90_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_MoveVIPtoPanicRoom_K2Node_ActorBoundEvent_90_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000020, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_MoveVIPtoPanicRoom_K2Node_ActorBoundEvent_90_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_MoveVIPtoPanicRoom_K2Node_ActorBoundEvent_90_SBZFilterActorDynamicDelegate__DelegateSignature, Identifier) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_MoveVIPtoPanicRoom_K2Node_ActorBoundEvent_90_SBZFilterActorDynamicDelegate__DelegateSignature::Identifier' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_MoveVIPtoPanicRoom_K2Node_ActorBoundEvent_90_SBZFilterActorDynamicDelegate__DelegateSignature, Actor) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_MoveVIPtoPanicRoom_K2Node_ActorBoundEvent_90_SBZFilterActorDynamicDelegate__DelegateSignature::Actor' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_MoveVIPtoPanicRoom_K2Node_ActorBoundEvent_90_SBZFilterActorDynamicDelegate__DelegateSignature, CurrentTotalActors) == 0x000018, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_MoveVIPtoPanicRoom_K2Node_ActorBoundEvent_90_SBZFilterActorDynamicDelegate__DelegateSignature::CurrentTotalActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_Eyescan2_K2Node_ActorBoundEvent_88_ActionCompleted__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_Eyescan2_K2Node_ActorBoundEvent_88_ActionCompleted__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_Eyescan2_K2Node_ActorBoundEvent_88_ActionCompleted__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_Eyescan2_K2Node_ActorBoundEvent_88_ActionCompleted__DelegateSignature) == 0x000018, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_Eyescan2_K2Node_ActorBoundEvent_88_ActionCompleted__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_Eyescan2_K2Node_ActorBoundEvent_88_ActionCompleted__DelegateSignature, Result) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_Eyescan2_K2Node_ActorBoundEvent_88_ActionCompleted__DelegateSignature::Result' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_Eyescan2_K2Node_ActorBoundEvent_88_ActionCompleted__DelegateSignature, Character) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_Eyescan2_K2Node_ActorBoundEvent_88_ActionCompleted__DelegateSignature::Character' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_Eyescan2_K2Node_ActorBoundEvent_88_ActionCompleted__DelegateSignature, ActionSlot) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_Eyescan2_K2Node_ActorBoundEvent_88_ActionCompleted__DelegateSignature::ActionSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_OfficeDoorDenial_K2Node_ActorBoundEvent_82_SBZPawnDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_OfficeDoorDenial_K2Node_ActorBoundEvent_82_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_OfficeDoorDenial_K2Node_ActorBoundEvent_82_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_OfficeDoorDenial_K2Node_ActorBoundEvent_82_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_OfficeDoorDenial_K2Node_ActorBoundEvent_82_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_OfficeDoorDenial_K2Node_ActorBoundEvent_82_SBZPawnDynamicDelegate__DelegateSignature, Pawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_OfficeDoorDenial_K2Node_ActorBoundEvent_82_SBZPawnDynamicDelegate__DelegateSignature::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_OfficeDoorDenial_K2Node_ActorBoundEvent_80_SBZPawnDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_OfficeDoorDenial_K2Node_ActorBoundEvent_80_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_OfficeDoorDenial_K2Node_ActorBoundEvent_80_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_OfficeDoorDenial_K2Node_ActorBoundEvent_80_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_OfficeDoorDenial_K2Node_ActorBoundEvent_80_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_OfficeDoorDenial_K2Node_ActorBoundEvent_80_SBZPawnDynamicDelegate__DelegateSignature, Pawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_OfficeDoorDenial_K2Node_ActorBoundEvent_80_SBZPawnDynamicDelegate__DelegateSignature::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerOfficeDenial_K2Node_ActorBoundEvent_79_SBZPawnDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerOfficeDenial_K2Node_ActorBoundEvent_79_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerOfficeDenial_K2Node_ActorBoundEvent_79_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerOfficeDenial_K2Node_ActorBoundEvent_79_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerOfficeDenial_K2Node_ActorBoundEvent_79_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerOfficeDenial_K2Node_ActorBoundEvent_79_SBZPawnDynamicDelegate__DelegateSignature, Pawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerOfficeDenial_K2Node_ActorBoundEvent_79_SBZPawnDynamicDelegate__DelegateSignature::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerOfficeDenial_K2Node_ActorBoundEvent_49_SBZPawnDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerOfficeDenial_K2Node_ActorBoundEvent_49_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerOfficeDenial_K2Node_ActorBoundEvent_49_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerOfficeDenial_K2Node_ActorBoundEvent_49_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerOfficeDenial_K2Node_ActorBoundEvent_49_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerOfficeDenial_K2Node_ActorBoundEvent_49_SBZPawnDynamicDelegate__DelegateSignature, Pawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerOfficeDenial_K2Node_ActorBoundEvent_49_SBZPawnDynamicDelegate__DelegateSignature::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_CheckForBag \ +static_assert(alignof(G_Penthouse_Scripting_C_CheckForBag) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_CheckForBag"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_CheckForBag) == 0x000008, "Wrong size on G_Penthouse_Scripting_C_CheckForBag"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_CheckForBag, BagType) == 0x000000, "Member 'G_Penthouse_Scripting_C_CheckForBag::BagType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_OnComplete \ +static_assert(alignof(G_Penthouse_Scripting_C_OnComplete) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_OnComplete"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_OnComplete) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_OnComplete"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_OnComplete, Interactable) == 0x000000, "Member 'G_Penthouse_Scripting_C_OnComplete::Interactable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_OnComplete, Interactor) == 0x000008, "Member 'G_Penthouse_Scripting_C_OnComplete::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_OnEyescanStarted \ +static_assert(alignof(G_Penthouse_Scripting_C_OnEyescanStarted) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_OnEyescanStarted"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_OnEyescanStarted) == 0x000018, "Wrong size on G_Penthouse_Scripting_C_OnEyescanStarted"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_OnEyescanStarted, Character) == 0x000000, "Member 'G_Penthouse_Scripting_C_OnEyescanStarted::Character' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_OnEyescanStarted, ActionInstance) == 0x000008, "Member 'G_Penthouse_Scripting_C_OnEyescanStarted::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_OnEyescanStarted, ActionSlot) == 0x000010, "Member 'G_Penthouse_Scripting_C_OnEyescanStarted::ActionSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_BlueKeycardReader2_K2Node_ActorBoundEvent_86_SBZModuleActorStateChangedDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_BlueKeycardReader2_K2Node_ActorBoundEvent_86_SBZModuleActorStateChangedDelegate__DelegateSignature) == 0x000001, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_BlueKeycardReader2_K2Node_ActorBoundEvent_86_SBZModuleActorStateChangedDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_BlueKeycardReader2_K2Node_ActorBoundEvent_86_SBZModuleActorStateChangedDelegate__DelegateSignature) == 0x000001, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_BlueKeycardReader2_K2Node_ActorBoundEvent_86_SBZModuleActorStateChangedDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_BlueKeycardReader2_K2Node_ActorBoundEvent_86_SBZModuleActorStateChangedDelegate__DelegateSignature, NewState) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_BlueKeycardReader2_K2Node_ActorBoundEvent_86_SBZModuleActorStateChangedDelegate__DelegateSignature::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_SSDFinished_2_K2Node_ActorBoundEvent_51_SSDTaken__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_SSDFinished_2_K2Node_ActorBoundEvent_51_SSDTaken__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_SSDFinished_2_K2Node_ActorBoundEvent_51_SSDTaken__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_SSDFinished_2_K2Node_ActorBoundEvent_51_SSDTaken__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_SSDFinished_2_K2Node_ActorBoundEvent_51_SSDTaken__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_SSDFinished_2_K2Node_ActorBoundEvent_51_SSDTaken__DelegateSignature, Interactable) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_SSDFinished_2_K2Node_ActorBoundEvent_51_SSDTaken__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_SSDFinished_2_K2Node_ActorBoundEvent_51_SSDTaken__DelegateSignature, Interactor) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_SSDFinished_2_K2Node_ActorBoundEvent_51_SSDTaken__DelegateSignature::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabBottle4_K2Node_ActorBoundEvent_77_SBZFilterActorDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabBottle4_K2Node_ActorBoundEvent_77_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabBottle4_K2Node_ActorBoundEvent_77_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabBottle4_K2Node_ActorBoundEvent_77_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000020, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabBottle4_K2Node_ActorBoundEvent_77_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabBottle4_K2Node_ActorBoundEvent_77_SBZFilterActorDynamicDelegate__DelegateSignature, Identifier) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabBottle4_K2Node_ActorBoundEvent_77_SBZFilterActorDynamicDelegate__DelegateSignature::Identifier' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabBottle4_K2Node_ActorBoundEvent_77_SBZFilterActorDynamicDelegate__DelegateSignature, Actor) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabBottle4_K2Node_ActorBoundEvent_77_SBZFilterActorDynamicDelegate__DelegateSignature::Actor' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabBottle4_K2Node_ActorBoundEvent_77_SBZFilterActorDynamicDelegate__DelegateSignature, CurrentTotalActors) == 0x000018, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabBottle4_K2Node_ActorBoundEvent_77_SBZFilterActorDynamicDelegate__DelegateSignature::CurrentTotalActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabBottle2_K2Node_ActorBoundEvent_14_SBZFilterActorDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabBottle2_K2Node_ActorBoundEvent_14_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabBottle2_K2Node_ActorBoundEvent_14_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabBottle2_K2Node_ActorBoundEvent_14_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000020, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabBottle2_K2Node_ActorBoundEvent_14_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabBottle2_K2Node_ActorBoundEvent_14_SBZFilterActorDynamicDelegate__DelegateSignature, Identifier) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabBottle2_K2Node_ActorBoundEvent_14_SBZFilterActorDynamicDelegate__DelegateSignature::Identifier' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabBottle2_K2Node_ActorBoundEvent_14_SBZFilterActorDynamicDelegate__DelegateSignature, Actor) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabBottle2_K2Node_ActorBoundEvent_14_SBZFilterActorDynamicDelegate__DelegateSignature::Actor' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabBottle2_K2Node_ActorBoundEvent_14_SBZFilterActorDynamicDelegate__DelegateSignature, CurrentTotalActors) == 0x000018, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabBottle2_K2Node_ActorBoundEvent_14_SBZFilterActorDynamicDelegate__DelegateSignature::CurrentTotalActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager7_K2Node_ActorBoundEvent_76_SBZFilterActorDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager7_K2Node_ActorBoundEvent_76_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager7_K2Node_ActorBoundEvent_76_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager7_K2Node_ActorBoundEvent_76_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000020, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager7_K2Node_ActorBoundEvent_76_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager7_K2Node_ActorBoundEvent_76_SBZFilterActorDynamicDelegate__DelegateSignature, Identifier) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager7_K2Node_ActorBoundEvent_76_SBZFilterActorDynamicDelegate__DelegateSignature::Identifier' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager7_K2Node_ActorBoundEvent_76_SBZFilterActorDynamicDelegate__DelegateSignature, Actor) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager7_K2Node_ActorBoundEvent_76_SBZFilterActorDynamicDelegate__DelegateSignature::Actor' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager7_K2Node_ActorBoundEvent_76_SBZFilterActorDynamicDelegate__DelegateSignature, CurrentTotalActors) == 0x000018, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager7_K2Node_ActorBoundEvent_76_SBZFilterActorDynamicDelegate__DelegateSignature::CurrentTotalActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume5_2_K2Node_ActorBoundEvent_70_SBZPawnDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume5_2_K2Node_ActorBoundEvent_70_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume5_2_K2Node_ActorBoundEvent_70_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume5_2_K2Node_ActorBoundEvent_70_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume5_2_K2Node_ActorBoundEvent_70_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume5_2_K2Node_ActorBoundEvent_70_SBZPawnDynamicDelegate__DelegateSignature, Pawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume5_2_K2Node_ActorBoundEvent_70_SBZPawnDynamicDelegate__DelegateSignature::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_HiddenDeskButton_3_K2Node_ActorBoundEvent_69_SBZActorOnInteraction__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_HiddenDeskButton_3_K2Node_ActorBoundEvent_69_SBZActorOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_HiddenDeskButton_3_K2Node_ActorBoundEvent_69_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_HiddenDeskButton_3_K2Node_ActorBoundEvent_69_SBZActorOnInteraction__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_HiddenDeskButton_3_K2Node_ActorBoundEvent_69_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_HiddenDeskButton_3_K2Node_ActorBoundEvent_69_SBZActorOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_HiddenDeskButton_3_K2Node_ActorBoundEvent_69_SBZActorOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_HiddenDeskButton_3_K2Node_ActorBoundEvent_69_SBZActorOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_HiddenDeskButton_3_K2Node_ActorBoundEvent_69_SBZActorOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_OnPlayerPickedUpBag \ +static_assert(alignof(G_Penthouse_Scripting_C_OnPlayerPickedUpBag) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_OnPlayerPickedUpBag"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_OnPlayerPickedUpBag) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_OnPlayerPickedUpBag"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_OnPlayerPickedUpBag, BagHandle) == 0x000000, "Member 'G_Penthouse_Scripting_C_OnPlayerPickedUpBag::BagHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_WhiskeyBottle_K2Node_ActorBoundEvent_68_SBZActorOnInteraction__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_WhiskeyBottle_K2Node_ActorBoundEvent_68_SBZActorOnInteraction__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_WhiskeyBottle_K2Node_ActorBoundEvent_68_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_WhiskeyBottle_K2Node_ActorBoundEvent_68_SBZActorOnInteraction__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_WhiskeyBottle_K2Node_ActorBoundEvent_68_SBZActorOnInteraction__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_WhiskeyBottle_K2Node_ActorBoundEvent_68_SBZActorOnInteraction__DelegateSignature, Interactable) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_WhiskeyBottle_K2Node_ActorBoundEvent_68_SBZActorOnInteraction__DelegateSignature::Interactable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_WhiskeyBottle_K2Node_ActorBoundEvent_68_SBZActorOnInteraction__DelegateSignature, Interactor) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_WhiskeyBottle_K2Node_ActorBoundEvent_68_SBZActorOnInteraction__DelegateSignature::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian10_K2Node_ActorBoundEvent_67_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian10_K2Node_ActorBoundEvent_67_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian10_K2Node_ActorBoundEvent_67_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian10_K2Node_ActorBoundEvent_67_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian10_K2Node_ActorBoundEvent_67_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian10_K2Node_ActorBoundEvent_67_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature, DeadPawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian10_K2Node_ActorBoundEvent_67_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature::DeadPawn' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian10_K2Node_ActorBoundEvent_67_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature, Spawner) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian10_K2Node_ActorBoundEvent_67_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature::Spawner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor3_2_K2Node_ActorBoundEvent_15_SBZFilterActorDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor3_2_K2Node_ActorBoundEvent_15_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor3_2_K2Node_ActorBoundEvent_15_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor3_2_K2Node_ActorBoundEvent_15_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000020, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor3_2_K2Node_ActorBoundEvent_15_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor3_2_K2Node_ActorBoundEvent_15_SBZFilterActorDynamicDelegate__DelegateSignature, Identifier) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor3_2_K2Node_ActorBoundEvent_15_SBZFilterActorDynamicDelegate__DelegateSignature::Identifier' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor3_2_K2Node_ActorBoundEvent_15_SBZFilterActorDynamicDelegate__DelegateSignature, Actor) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor3_2_K2Node_ActorBoundEvent_15_SBZFilterActorDynamicDelegate__DelegateSignature::Actor' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor3_2_K2Node_ActorBoundEvent_15_SBZFilterActorDynamicDelegate__DelegateSignature, CurrentTotalActors) == 0x000018, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor3_2_K2Node_ActorBoundEvent_15_SBZFilterActorDynamicDelegate__DelegateSignature::CurrentTotalActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_OnPreplanningAssetsTagsApplied \ +static_assert(alignof(G_Penthouse_Scripting_C_OnPreplanningAssetsTagsApplied) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_OnPreplanningAssetsTagsApplied"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_OnPreplanningAssetsTagsApplied) == 0x000020, "Wrong size on G_Penthouse_Scripting_C_OnPreplanningAssetsTagsApplied"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_OnPreplanningAssetsTagsApplied, PreplanningTagContainer) == 0x000000, "Member 'G_Penthouse_Scripting_C_OnPreplanningAssetsTagsApplied::PreplanningTagContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor2_K2Node_ActorBoundEvent_59_SBZFilterActorDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor2_K2Node_ActorBoundEvent_59_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor2_K2Node_ActorBoundEvent_59_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor2_K2Node_ActorBoundEvent_59_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000020, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor2_K2Node_ActorBoundEvent_59_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor2_K2Node_ActorBoundEvent_59_SBZFilterActorDynamicDelegate__DelegateSignature, Identifier) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor2_K2Node_ActorBoundEvent_59_SBZFilterActorDynamicDelegate__DelegateSignature::Identifier' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor2_K2Node_ActorBoundEvent_59_SBZFilterActorDynamicDelegate__DelegateSignature, Actor) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor2_K2Node_ActorBoundEvent_59_SBZFilterActorDynamicDelegate__DelegateSignature::Actor' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor2_K2Node_ActorBoundEvent_59_SBZFilterActorDynamicDelegate__DelegateSignature, CurrentTotalActors) == 0x000018, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor2_K2Node_ActorBoundEvent_59_SBZFilterActorDynamicDelegate__DelegateSignature::CurrentTotalActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor_K2Node_ActorBoundEvent_18_SBZFilterActorDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor_K2Node_ActorBoundEvent_18_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor_K2Node_ActorBoundEvent_18_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor_K2Node_ActorBoundEvent_18_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000020, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor_K2Node_ActorBoundEvent_18_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor_K2Node_ActorBoundEvent_18_SBZFilterActorDynamicDelegate__DelegateSignature, Identifier) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor_K2Node_ActorBoundEvent_18_SBZFilterActorDynamicDelegate__DelegateSignature::Identifier' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor_K2Node_ActorBoundEvent_18_SBZFilterActorDynamicDelegate__DelegateSignature, Actor) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor_K2Node_ActorBoundEvent_18_SBZFilterActorDynamicDelegate__DelegateSignature::Actor' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor_K2Node_ActorBoundEvent_18_SBZFilterActorDynamicDelegate__DelegateSignature, CurrentTotalActors) == 0x000018, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_DeliveryboyAtDoor_K2Node_ActorBoundEvent_18_SBZFilterActorDynamicDelegate__DelegateSignature::CurrentTotalActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabDeliveryBoy2_K2Node_ActorBoundEvent_65_SBZFilterActorDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabDeliveryBoy2_K2Node_ActorBoundEvent_65_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabDeliveryBoy2_K2Node_ActorBoundEvent_65_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabDeliveryBoy2_K2Node_ActorBoundEvent_65_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000020, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabDeliveryBoy2_K2Node_ActorBoundEvent_65_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabDeliveryBoy2_K2Node_ActorBoundEvent_65_SBZFilterActorDynamicDelegate__DelegateSignature, Identifier) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabDeliveryBoy2_K2Node_ActorBoundEvent_65_SBZFilterActorDynamicDelegate__DelegateSignature::Identifier' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabDeliveryBoy2_K2Node_ActorBoundEvent_65_SBZFilterActorDynamicDelegate__DelegateSignature, Actor) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabDeliveryBoy2_K2Node_ActorBoundEvent_65_SBZFilterActorDynamicDelegate__DelegateSignature::Actor' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabDeliveryBoy2_K2Node_ActorBoundEvent_65_SBZFilterActorDynamicDelegate__DelegateSignature, CurrentTotalActors) == 0x000018, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabDeliveryBoy2_K2Node_ActorBoundEvent_65_SBZFilterActorDynamicDelegate__DelegateSignature::CurrentTotalActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard10_K2Node_ActorBoundEvent_62_SBZSpawnRequestCompletedDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard10_K2Node_ActorBoundEvent_62_SBZSpawnRequestCompletedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard10_K2Node_ActorBoundEvent_62_SBZSpawnRequestCompletedDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard10_K2Node_ActorBoundEvent_62_SBZSpawnRequestCompletedDelegate__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard10_K2Node_ActorBoundEvent_62_SBZSpawnRequestCompletedDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard10_K2Node_ActorBoundEvent_62_SBZSpawnRequestCompletedDelegate__DelegateSignature, SpawnedPawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard10_K2Node_ActorBoundEvent_62_SBZSpawnRequestCompletedDelegate__DelegateSignature::SpawnedPawn' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard10_K2Node_ActorBoundEvent_62_SBZSpawnRequestCompletedDelegate__DelegateSignature, Spawnedloot) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard10_K2Node_ActorBoundEvent_62_SBZSpawnRequestCompletedDelegate__DelegateSignature::Spawnedloot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_PickUpBottle_1_K2Node_ActorBoundEvent_61_ActionCompleted__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_PickUpBottle_1_K2Node_ActorBoundEvent_61_ActionCompleted__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_PickUpBottle_1_K2Node_ActorBoundEvent_61_ActionCompleted__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_PickUpBottle_1_K2Node_ActorBoundEvent_61_ActionCompleted__DelegateSignature) == 0x000018, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_PickUpBottle_1_K2Node_ActorBoundEvent_61_ActionCompleted__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_PickUpBottle_1_K2Node_ActorBoundEvent_61_ActionCompleted__DelegateSignature, Result) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_PickUpBottle_1_K2Node_ActorBoundEvent_61_ActionCompleted__DelegateSignature::Result' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_PickUpBottle_1_K2Node_ActorBoundEvent_61_ActionCompleted__DelegateSignature, Character) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_PickUpBottle_1_K2Node_ActorBoundEvent_61_ActionCompleted__DelegateSignature::Character' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_PickUpBottle_1_K2Node_ActorBoundEvent_61_ActionCompleted__DelegateSignature, ActionSlot) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_PickUpBottle_1_K2Node_ActorBoundEvent_61_ActionCompleted__DelegateSignature::ActionSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian10_K2Node_ActorBoundEvent_60_SBZSpawnRequestCompletedDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian10_K2Node_ActorBoundEvent_60_SBZSpawnRequestCompletedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian10_K2Node_ActorBoundEvent_60_SBZSpawnRequestCompletedDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian10_K2Node_ActorBoundEvent_60_SBZSpawnRequestCompletedDelegate__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian10_K2Node_ActorBoundEvent_60_SBZSpawnRequestCompletedDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian10_K2Node_ActorBoundEvent_60_SBZSpawnRequestCompletedDelegate__DelegateSignature, SpawnedPawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian10_K2Node_ActorBoundEvent_60_SBZSpawnRequestCompletedDelegate__DelegateSignature::SpawnedPawn' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian10_K2Node_ActorBoundEvent_60_SBZSpawnRequestCompletedDelegate__DelegateSignature, Spawnedloot) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian10_K2Node_ActorBoundEvent_60_SBZSpawnRequestCompletedDelegate__DelegateSignature::Spawnedloot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabDeliveryBoy_K2Node_ActorBoundEvent_57_SBZFilterActorDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabDeliveryBoy_K2Node_ActorBoundEvent_57_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabDeliveryBoy_K2Node_ActorBoundEvent_57_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabDeliveryBoy_K2Node_ActorBoundEvent_57_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000020, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabDeliveryBoy_K2Node_ActorBoundEvent_57_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabDeliveryBoy_K2Node_ActorBoundEvent_57_SBZFilterActorDynamicDelegate__DelegateSignature, Identifier) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabDeliveryBoy_K2Node_ActorBoundEvent_57_SBZFilterActorDynamicDelegate__DelegateSignature::Identifier' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabDeliveryBoy_K2Node_ActorBoundEvent_57_SBZFilterActorDynamicDelegate__DelegateSignature, Actor) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabDeliveryBoy_K2Node_ActorBoundEvent_57_SBZFilterActorDynamicDelegate__DelegateSignature::Actor' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabDeliveryBoy_K2Node_ActorBoundEvent_57_SBZFilterActorDynamicDelegate__DelegateSignature, CurrentTotalActors) == 0x000018, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabDeliveryBoy_K2Node_ActorBoundEvent_57_SBZFilterActorDynamicDelegate__DelegateSignature::CurrentTotalActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager5_K2Node_ActorBoundEvent_56_SBZFilterActorDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager5_K2Node_ActorBoundEvent_56_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager5_K2Node_ActorBoundEvent_56_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager5_K2Node_ActorBoundEvent_56_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000020, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager5_K2Node_ActorBoundEvent_56_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager5_K2Node_ActorBoundEvent_56_SBZFilterActorDynamicDelegate__DelegateSignature, Identifier) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager5_K2Node_ActorBoundEvent_56_SBZFilterActorDynamicDelegate__DelegateSignature::Identifier' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager5_K2Node_ActorBoundEvent_56_SBZFilterActorDynamicDelegate__DelegateSignature, Actor) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager5_K2Node_ActorBoundEvent_56_SBZFilterActorDynamicDelegate__DelegateSignature::Actor' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager5_K2Node_ActorBoundEvent_56_SBZFilterActorDynamicDelegate__DelegateSignature, CurrentTotalActors) == 0x000018, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager5_K2Node_ActorBoundEvent_56_SBZFilterActorDynamicDelegate__DelegateSignature::CurrentTotalActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_TempSkipComputer2_K2Node_ActorBoundEvent_55_SBZPawnDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_TempSkipComputer2_K2Node_ActorBoundEvent_55_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_TempSkipComputer2_K2Node_ActorBoundEvent_55_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_TempSkipComputer2_K2Node_ActorBoundEvent_55_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_TempSkipComputer2_K2Node_ActorBoundEvent_55_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_TempSkipComputer2_K2Node_ActorBoundEvent_55_SBZPawnDynamicDelegate__DelegateSignature, Pawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_TempSkipComputer2_K2Node_ActorBoundEvent_55_SBZPawnDynamicDelegate__DelegateSignature::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_hh_K2Node_ActorBoundEvent_54_SBZBagEnteredDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_hh_K2Node_ActorBoundEvent_54_SBZBagEnteredDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_hh_K2Node_ActorBoundEvent_54_SBZBagEnteredDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_hh_K2Node_ActorBoundEvent_54_SBZBagEnteredDelegate__DelegateSignature) == 0x000020, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_hh_K2Node_ActorBoundEvent_54_SBZBagEnteredDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_hh_K2Node_ActorBoundEvent_54_SBZBagEnteredDelegate__DelegateSignature, Volume) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_hh_K2Node_ActorBoundEvent_54_SBZBagEnteredDelegate__DelegateSignature::Volume' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_hh_K2Node_ActorBoundEvent_54_SBZBagEnteredDelegate__DelegateSignature, Bag) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_hh_K2Node_ActorBoundEvent_54_SBZBagEnteredDelegate__DelegateSignature::Bag' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_hh_K2Node_ActorBoundEvent_54_SBZBagEnteredDelegate__DelegateSignature, Handle) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZBagTriggerVolume_hh_K2Node_ActorBoundEvent_54_SBZBagEnteredDelegate__DelegateSignature::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_1_K2Node_ActorBoundEvent_46_SBZPawnDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_1_K2Node_ActorBoundEvent_46_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_1_K2Node_ActorBoundEvent_46_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_1_K2Node_ActorBoundEvent_46_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_1_K2Node_ActorBoundEvent_46_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_1_K2Node_ActorBoundEvent_46_SBZPawnDynamicDelegate__DelegateSignature, Pawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_1_K2Node_ActorBoundEvent_46_SBZPawnDynamicDelegate__DelegateSignature::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_BedroomLocated_K2Node_ActorBoundEvent_42_SBZPawnDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_BedroomLocated_K2Node_ActorBoundEvent_42_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_BedroomLocated_K2Node_ActorBoundEvent_42_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_BedroomLocated_K2Node_ActorBoundEvent_42_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_BedroomLocated_K2Node_ActorBoundEvent_42_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_BedroomLocated_K2Node_ActorBoundEvent_42_SBZPawnDynamicDelegate__DelegateSignature, Pawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_BedroomLocated_K2Node_ActorBoundEvent_42_SBZPawnDynamicDelegate__DelegateSignature::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_Eyescan_K2Node_ActorBoundEvent_43_ActionCompleted__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_Eyescan_K2Node_ActorBoundEvent_43_ActionCompleted__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_Eyescan_K2Node_ActorBoundEvent_43_ActionCompleted__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_Eyescan_K2Node_ActorBoundEvent_43_ActionCompleted__DelegateSignature) == 0x000018, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_Eyescan_K2Node_ActorBoundEvent_43_ActionCompleted__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_Eyescan_K2Node_ActorBoundEvent_43_ActionCompleted__DelegateSignature, Result) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_Eyescan_K2Node_ActorBoundEvent_43_ActionCompleted__DelegateSignature::Result' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_Eyescan_K2Node_ActorBoundEvent_43_ActionCompleted__DelegateSignature, Character) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_Eyescan_K2Node_ActorBoundEvent_43_ActionCompleted__DelegateSignature::Character' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_Eyescan_K2Node_ActorBoundEvent_43_ActionCompleted__DelegateSignature, ActionSlot) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_Eyescan_K2Node_ActorBoundEvent_43_ActionCompleted__DelegateSignature::ActionSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager2_K2Node_ActorBoundEvent_38_SBZFilterActorDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager2_K2Node_ActorBoundEvent_38_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager2_K2Node_ActorBoundEvent_38_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager2_K2Node_ActorBoundEvent_38_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000020, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager2_K2Node_ActorBoundEvent_38_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager2_K2Node_ActorBoundEvent_38_SBZFilterActorDynamicDelegate__DelegateSignature, Identifier) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager2_K2Node_ActorBoundEvent_38_SBZFilterActorDynamicDelegate__DelegateSignature::Identifier' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager2_K2Node_ActorBoundEvent_38_SBZFilterActorDynamicDelegate__DelegateSignature, Actor) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager2_K2Node_ActorBoundEvent_38_SBZFilterActorDynamicDelegate__DelegateSignature::Actor' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager2_K2Node_ActorBoundEvent_38_SBZFilterActorDynamicDelegate__DelegateSignature, CurrentTotalActors) == 0x000018, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager2_K2Node_ActorBoundEvent_38_SBZFilterActorDynamicDelegate__DelegateSignature::CurrentTotalActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager2_K2Node_ActorBoundEvent_37_SBZFilterActorDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager2_K2Node_ActorBoundEvent_37_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager2_K2Node_ActorBoundEvent_37_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager2_K2Node_ActorBoundEvent_37_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000020, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager2_K2Node_ActorBoundEvent_37_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager2_K2Node_ActorBoundEvent_37_SBZFilterActorDynamicDelegate__DelegateSignature, Identifier) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager2_K2Node_ActorBoundEvent_37_SBZFilterActorDynamicDelegate__DelegateSignature::Identifier' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager2_K2Node_ActorBoundEvent_37_SBZFilterActorDynamicDelegate__DelegateSignature, Actor) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager2_K2Node_ActorBoundEvent_37_SBZFilterActorDynamicDelegate__DelegateSignature::Actor' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager2_K2Node_ActorBoundEvent_37_SBZFilterActorDynamicDelegate__DelegateSignature, CurrentTotalActors) == 0x000018, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager2_K2Node_ActorBoundEvent_37_SBZFilterActorDynamicDelegate__DelegateSignature::CurrentTotalActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager6_K2Node_ActorBoundEvent_36_SBZFilterActorDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager6_K2Node_ActorBoundEvent_36_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager6_K2Node_ActorBoundEvent_36_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager6_K2Node_ActorBoundEvent_36_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000020, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager6_K2Node_ActorBoundEvent_36_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager6_K2Node_ActorBoundEvent_36_SBZFilterActorDynamicDelegate__DelegateSignature, Identifier) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager6_K2Node_ActorBoundEvent_36_SBZFilterActorDynamicDelegate__DelegateSignature::Identifier' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager6_K2Node_ActorBoundEvent_36_SBZFilterActorDynamicDelegate__DelegateSignature, Actor) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager6_K2Node_ActorBoundEvent_36_SBZFilterActorDynamicDelegate__DelegateSignature::Actor' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager6_K2Node_ActorBoundEvent_36_SBZFilterActorDynamicDelegate__DelegateSignature, CurrentTotalActors) == 0x000018, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager6_K2Node_ActorBoundEvent_36_SBZFilterActorDynamicDelegate__DelegateSignature::CurrentTotalActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager4_K2Node_ActorBoundEvent_30_SBZFilterActorDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager4_K2Node_ActorBoundEvent_30_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager4_K2Node_ActorBoundEvent_30_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager4_K2Node_ActorBoundEvent_30_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000020, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager4_K2Node_ActorBoundEvent_30_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager4_K2Node_ActorBoundEvent_30_SBZFilterActorDynamicDelegate__DelegateSignature, Identifier) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager4_K2Node_ActorBoundEvent_30_SBZFilterActorDynamicDelegate__DelegateSignature::Identifier' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager4_K2Node_ActorBoundEvent_30_SBZFilterActorDynamicDelegate__DelegateSignature, Actor) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager4_K2Node_ActorBoundEvent_30_SBZFilterActorDynamicDelegate__DelegateSignature::Actor' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager4_K2Node_ActorBoundEvent_30_SBZFilterActorDynamicDelegate__DelegateSignature, CurrentTotalActors) == 0x000018, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager4_K2Node_ActorBoundEvent_30_SBZFilterActorDynamicDelegate__DelegateSignature::CurrentTotalActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager3_K2Node_ActorBoundEvent_34_SBZFilterActorDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager3_K2Node_ActorBoundEvent_34_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager3_K2Node_ActorBoundEvent_34_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager3_K2Node_ActorBoundEvent_34_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000020, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager3_K2Node_ActorBoundEvent_34_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager3_K2Node_ActorBoundEvent_34_SBZFilterActorDynamicDelegate__DelegateSignature, Identifier) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager3_K2Node_ActorBoundEvent_34_SBZFilterActorDynamicDelegate__DelegateSignature::Identifier' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager3_K2Node_ActorBoundEvent_34_SBZFilterActorDynamicDelegate__DelegateSignature, Actor) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager3_K2Node_ActorBoundEvent_34_SBZFilterActorDynamicDelegate__DelegateSignature::Actor' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager3_K2Node_ActorBoundEvent_34_SBZFilterActorDynamicDelegate__DelegateSignature, CurrentTotalActors) == 0x000018, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager3_K2Node_ActorBoundEvent_34_SBZFilterActorDynamicDelegate__DelegateSignature::CurrentTotalActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_VIP_Scripted_Eyescan2_K2Node_ActorBoundEvent_32_ActionCompleted__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_VIP_Scripted_Eyescan2_K2Node_ActorBoundEvent_32_ActionCompleted__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_VIP_Scripted_Eyescan2_K2Node_ActorBoundEvent_32_ActionCompleted__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_VIP_Scripted_Eyescan2_K2Node_ActorBoundEvent_32_ActionCompleted__DelegateSignature) == 0x000018, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_VIP_Scripted_Eyescan2_K2Node_ActorBoundEvent_32_ActionCompleted__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_VIP_Scripted_Eyescan2_K2Node_ActorBoundEvent_32_ActionCompleted__DelegateSignature, Result) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_VIP_Scripted_Eyescan2_K2Node_ActorBoundEvent_32_ActionCompleted__DelegateSignature::Result' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_VIP_Scripted_Eyescan2_K2Node_ActorBoundEvent_32_ActionCompleted__DelegateSignature, Character) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_VIP_Scripted_Eyescan2_K2Node_ActorBoundEvent_32_ActionCompleted__DelegateSignature::Character' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_VIP_Scripted_Eyescan2_K2Node_ActorBoundEvent_32_ActionCompleted__DelegateSignature, ActionSlot) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_VIP_Scripted_Eyescan2_K2Node_ActorBoundEvent_32_ActionCompleted__DelegateSignature::ActionSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard6_K2Node_ActorBoundEvent_31_SBZSpawnRequestCompletedDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard6_K2Node_ActorBoundEvent_31_SBZSpawnRequestCompletedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard6_K2Node_ActorBoundEvent_31_SBZSpawnRequestCompletedDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard6_K2Node_ActorBoundEvent_31_SBZSpawnRequestCompletedDelegate__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard6_K2Node_ActorBoundEvent_31_SBZSpawnRequestCompletedDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard6_K2Node_ActorBoundEvent_31_SBZSpawnRequestCompletedDelegate__DelegateSignature, SpawnedPawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard6_K2Node_ActorBoundEvent_31_SBZSpawnRequestCompletedDelegate__DelegateSignature::SpawnedPawn' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard6_K2Node_ActorBoundEvent_31_SBZSpawnRequestCompletedDelegate__DelegateSignature, Spawnedloot) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Guard6_K2Node_ActorBoundEvent_31_SBZSpawnRequestCompletedDelegate__DelegateSignature::Spawnedloot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_BlueKeycardReader_2_K2Node_ActorBoundEvent_29_SBZModuleActorStateChangedDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_BlueKeycardReader_2_K2Node_ActorBoundEvent_29_SBZModuleActorStateChangedDelegate__DelegateSignature) == 0x000001, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_BlueKeycardReader_2_K2Node_ActorBoundEvent_29_SBZModuleActorStateChangedDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_BlueKeycardReader_2_K2Node_ActorBoundEvent_29_SBZModuleActorStateChangedDelegate__DelegateSignature) == 0x000001, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_BlueKeycardReader_2_K2Node_ActorBoundEvent_29_SBZModuleActorStateChangedDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_BlueKeycardReader_2_K2Node_ActorBoundEvent_29_SBZModuleActorStateChangedDelegate__DelegateSignature, NewState) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_BlueKeycardReader_2_K2Node_ActorBoundEvent_29_SBZModuleActorStateChangedDelegate__DelegateSignature::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_NC_Accountant_Scripted_Examine_TL_K2Node_ActorBoundEvent_36_ActionCompleted__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_NC_Accountant_Scripted_Examine_TL_K2Node_ActorBoundEvent_36_ActionCompleted__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_NC_Accountant_Scripted_Examine_TL_K2Node_ActorBoundEvent_36_ActionCompleted__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_NC_Accountant_Scripted_Examine_TL_K2Node_ActorBoundEvent_36_ActionCompleted__DelegateSignature) == 0x000018, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_NC_Accountant_Scripted_Examine_TL_K2Node_ActorBoundEvent_36_ActionCompleted__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_NC_Accountant_Scripted_Examine_TL_K2Node_ActorBoundEvent_36_ActionCompleted__DelegateSignature, Result) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_NC_Accountant_Scripted_Examine_TL_K2Node_ActorBoundEvent_36_ActionCompleted__DelegateSignature::Result' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_NC_Accountant_Scripted_Examine_TL_K2Node_ActorBoundEvent_36_ActionCompleted__DelegateSignature, Character) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_NC_Accountant_Scripted_Examine_TL_K2Node_ActorBoundEvent_36_ActionCompleted__DelegateSignature::Character' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_NC_Accountant_Scripted_Examine_TL_K2Node_ActorBoundEvent_36_ActionCompleted__DelegateSignature, ActionSlot) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_LA_NC_Accountant_Scripted_Examine_TL_K2Node_ActorBoundEvent_36_ActionCompleted__DelegateSignature::ActionSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_VO_Killbox_K2Node_ActorBoundEvent_28_ActorBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_VO_Killbox_K2Node_ActorBoundEvent_28_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_VO_Killbox_K2Node_ActorBoundEvent_28_ActorBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_VO_Killbox_K2Node_ActorBoundEvent_28_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_VO_Killbox_K2Node_ActorBoundEvent_28_ActorBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_VO_Killbox_K2Node_ActorBoundEvent_28_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_VO_Killbox_K2Node_ActorBoundEvent_28_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_VO_Killbox_K2Node_ActorBoundEvent_28_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_VO_Killbox_K2Node_ActorBoundEvent_28_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_Denied_VO_Trigger_K2Node_ActorBoundEvent_27_ActorEndOverlapSignature__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_Denied_VO_Trigger_K2Node_ActorBoundEvent_27_ActorEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_Denied_VO_Trigger_K2Node_ActorBoundEvent_27_ActorEndOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_Denied_VO_Trigger_K2Node_ActorBoundEvent_27_ActorEndOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_Denied_VO_Trigger_K2Node_ActorBoundEvent_27_ActorEndOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_Denied_VO_Trigger_K2Node_ActorBoundEvent_27_ActorEndOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_Denied_VO_Trigger_K2Node_ActorBoundEvent_27_ActorEndOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_Denied_VO_Trigger_K2Node_ActorBoundEvent_27_ActorEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_Denied_VO_Trigger_K2Node_ActorBoundEvent_27_ActorEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_Denied_VO_Trigger_K2Node_ActorBoundEvent_25_ActorBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_Denied_VO_Trigger_K2Node_ActorBoundEvent_25_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_Denied_VO_Trigger_K2Node_ActorBoundEvent_25_ActorBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_Denied_VO_Trigger_K2Node_ActorBoundEvent_25_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_Denied_VO_Trigger_K2Node_ActorBoundEvent_25_ActorBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_Denied_VO_Trigger_K2Node_ActorBoundEvent_25_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_Denied_VO_Trigger_K2Node_ActorBoundEvent_25_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_Denied_VO_Trigger_K2Node_ActorBoundEvent_25_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Eye_Scanner_Denied_VO_Trigger_K2Node_ActorBoundEvent_25_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager_K2Node_ActorBoundEvent_0_SBZFilterActorDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager_K2Node_ActorBoundEvent_0_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager_K2Node_ActorBoundEvent_0_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager_K2Node_ActorBoundEvent_0_SBZFilterActorDynamicDelegate__DelegateSignature) == 0x000020, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager_K2Node_ActorBoundEvent_0_SBZFilterActorDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager_K2Node_ActorBoundEvent_0_SBZFilterActorDynamicDelegate__DelegateSignature, Identifier) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager_K2Node_ActorBoundEvent_0_SBZFilterActorDynamicDelegate__DelegateSignature::Identifier' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager_K2Node_ActorBoundEvent_0_SBZFilterActorDynamicDelegate__DelegateSignature, Actor) == 0x000010, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager_K2Node_ActorBoundEvent_0_SBZFilterActorDynamicDelegate__DelegateSignature::Actor' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager_K2Node_ActorBoundEvent_0_SBZFilterActorDynamicDelegate__DelegateSignature, CurrentTotalActors) == 0x000018, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZFilteredTriggerVolume_GrabManager_K2Node_ActorBoundEvent_0_SBZFilterActorDynamicDelegate__DelegateSignature::CurrentTotalActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian6_K2Node_ActorBoundEvent_26_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian6_K2Node_ActorBoundEvent_26_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian6_K2Node_ActorBoundEvent_26_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian6_K2Node_ActorBoundEvent_26_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian6_K2Node_ActorBoundEvent_26_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian6_K2Node_ActorBoundEvent_26_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature, DeadPawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian6_K2Node_ActorBoundEvent_26_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature::DeadPawn' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian6_K2Node_ActorBoundEvent_26_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature, Spawner) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian6_K2Node_ActorBoundEvent_26_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature::Spawner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian6_K2Node_ActorBoundEvent_0_SBZSpawnRequestCompletedDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian6_K2Node_ActorBoundEvent_0_SBZSpawnRequestCompletedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian6_K2Node_ActorBoundEvent_0_SBZSpawnRequestCompletedDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian6_K2Node_ActorBoundEvent_0_SBZSpawnRequestCompletedDelegate__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian6_K2Node_ActorBoundEvent_0_SBZSpawnRequestCompletedDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian6_K2Node_ActorBoundEvent_0_SBZSpawnRequestCompletedDelegate__DelegateSignature, SpawnedPawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian6_K2Node_ActorBoundEvent_0_SBZSpawnRequestCompletedDelegate__DelegateSignature::SpawnedPawn' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian6_K2Node_ActorBoundEvent_0_SBZSpawnRequestCompletedDelegate__DelegateSignature, Spawnedloot) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_Civilian6_K2Node_ActorBoundEvent_0_SBZSpawnRequestCompletedDelegate__DelegateSignature::Spawnedloot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_OnHumanShieldManager \ +static_assert(alignof(G_Penthouse_Scripting_C_OnHumanShieldManager) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_OnHumanShieldManager"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_OnHumanShieldManager) == 0x000018, "Wrong size on G_Penthouse_Scripting_C_OnHumanShieldManager"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_OnHumanShieldManager, Character) == 0x000000, "Member 'G_Penthouse_Scripting_C_OnHumanShieldManager::Character' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_OnHumanShieldManager, Instigator_0) == 0x000008, "Member 'G_Penthouse_Scripting_C_OnHumanShieldManager::Instigator_0' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_OnHumanShieldManager, bHumanShield) == 0x000010, "Member 'G_Penthouse_Scripting_C_OnHumanShieldManager::bHumanShield' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_OnEyeScanComplete \ +static_assert(alignof(G_Penthouse_Scripting_C_OnEyeScanComplete) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_OnEyeScanComplete"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_OnEyeScanComplete) == 0x000020, "Wrong size on G_Penthouse_Scripting_C_OnEyeScanComplete"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_OnEyeScanComplete, Character) == 0x000000, "Member 'G_Penthouse_Scripting_C_OnEyeScanComplete::Character' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_OnEyeScanComplete, ActionInstance) == 0x000008, "Member 'G_Penthouse_Scripting_C_OnEyeScanComplete::ActionInstance' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_OnEyeScanComplete, ActionSlot) == 0x000010, "Member 'G_Penthouse_Scripting_C_OnEyeScanComplete::ActionSlot' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_OnEyeScanComplete, Result) == 0x000018, "Member 'G_Penthouse_Scripting_C_OnEyeScanComplete::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_OnEnabledAsObjectiveDelegate_VIP \ +static_assert(alignof(G_Penthouse_Scripting_C_OnEnabledAsObjectiveDelegate_VIP) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_OnEnabledAsObjectiveDelegate_VIP"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_OnEnabledAsObjectiveDelegate_VIP) == 0x000008, "Wrong size on G_Penthouse_Scripting_C_OnEnabledAsObjectiveDelegate_VIP"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_OnEnabledAsObjectiveDelegate_VIP, FoundBy) == 0x000000, "Member 'G_Penthouse_Scripting_C_OnEnabledAsObjectiveDelegate_VIP::FoundBy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS1_K2Node_ActorBoundEvent_24_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS1_K2Node_ActorBoundEvent_24_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS1_K2Node_ActorBoundEvent_24_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS1_K2Node_ActorBoundEvent_24_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS1_K2Node_ActorBoundEvent_24_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS1_K2Node_ActorBoundEvent_24_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature, DeadPawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS1_K2Node_ActorBoundEvent_24_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature::DeadPawn' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS1_K2Node_ActorBoundEvent_24_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature, Spawner) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS1_K2Node_ActorBoundEvent_24_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature::Spawner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS2_K2Node_ActorBoundEvent_23_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS2_K2Node_ActorBoundEvent_23_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS2_K2Node_ActorBoundEvent_23_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS2_K2Node_ActorBoundEvent_23_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS2_K2Node_ActorBoundEvent_23_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS2_K2Node_ActorBoundEvent_23_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature, DeadPawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS2_K2Node_ActorBoundEvent_23_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature::DeadPawn' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS2_K2Node_ActorBoundEvent_23_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature, Spawner) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS2_K2Node_ActorBoundEvent_23_SBZKilledPawnSpawnPredefinedDelegate__DelegateSignature::Spawner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerEscapeVolume4_1_K2Node_ActorBoundEvent_21_SBZBooleanStateDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerEscapeVolume4_1_K2Node_ActorBoundEvent_21_SBZBooleanStateDynamicDelegate__DelegateSignature) == 0x000001, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerEscapeVolume4_1_K2Node_ActorBoundEvent_21_SBZBooleanStateDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerEscapeVolume4_1_K2Node_ActorBoundEvent_21_SBZBooleanStateDynamicDelegate__DelegateSignature) == 0x000001, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerEscapeVolume4_1_K2Node_ActorBoundEvent_21_SBZBooleanStateDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerEscapeVolume4_1_K2Node_ActorBoundEvent_21_SBZBooleanStateDynamicDelegate__DelegateSignature, State) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerEscapeVolume4_1_K2Node_ActorBoundEvent_21_SBZBooleanStateDynamicDelegate__DelegateSignature::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerEscapeVolume3_K2Node_ActorBoundEvent_20_SBZBooleanStateDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerEscapeVolume3_K2Node_ActorBoundEvent_20_SBZBooleanStateDynamicDelegate__DelegateSignature) == 0x000001, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerEscapeVolume3_K2Node_ActorBoundEvent_20_SBZBooleanStateDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerEscapeVolume3_K2Node_ActorBoundEvent_20_SBZBooleanStateDynamicDelegate__DelegateSignature) == 0x000001, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerEscapeVolume3_K2Node_ActorBoundEvent_20_SBZBooleanStateDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerEscapeVolume3_K2Node_ActorBoundEvent_20_SBZBooleanStateDynamicDelegate__DelegateSignature, State) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerEscapeVolume3_K2Node_ActorBoundEvent_20_SBZBooleanStateDynamicDelegate__DelegateSignature::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_RedKeycardReader3_K2Node_ActorBoundEvent_13_SBZModuleActorStateChangedDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_RedKeycardReader3_K2Node_ActorBoundEvent_13_SBZModuleActorStateChangedDelegate__DelegateSignature) == 0x000001, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_RedKeycardReader3_K2Node_ActorBoundEvent_13_SBZModuleActorStateChangedDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_RedKeycardReader3_K2Node_ActorBoundEvent_13_SBZModuleActorStateChangedDelegate__DelegateSignature) == 0x000001, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_RedKeycardReader3_K2Node_ActorBoundEvent_13_SBZModuleActorStateChangedDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_RedKeycardReader3_K2Node_ActorBoundEvent_13_SBZModuleActorStateChangedDelegate__DelegateSignature, NewState) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_RedKeycardReader3_K2Node_ActorBoundEvent_13_SBZModuleActorStateChangedDelegate__DelegateSignature::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_RedKeycardReader2_K2Node_ActorBoundEvent_12_SBZModuleActorStateChangedDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_RedKeycardReader2_K2Node_ActorBoundEvent_12_SBZModuleActorStateChangedDelegate__DelegateSignature) == 0x000001, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_RedKeycardReader2_K2Node_ActorBoundEvent_12_SBZModuleActorStateChangedDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_RedKeycardReader2_K2Node_ActorBoundEvent_12_SBZModuleActorStateChangedDelegate__DelegateSignature) == 0x000001, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_RedKeycardReader2_K2Node_ActorBoundEvent_12_SBZModuleActorStateChangedDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_RedKeycardReader2_K2Node_ActorBoundEvent_12_SBZModuleActorStateChangedDelegate__DelegateSignature, NewState) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_BP_RedKeycardReader2_K2Node_ActorBoundEvent_12_SBZModuleActorStateChangedDelegate__DelegateSignature::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_StartHack \ +static_assert(alignof(G_Penthouse_Scripting_C_StartHack) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_StartHack"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_StartHack) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_StartHack"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_StartHack, Interactable) == 0x000000, "Member 'G_Penthouse_Scripting_C_StartHack::Interactable' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_StartHack, Interactor) == 0x000008, "Member 'G_Penthouse_Scripting_C_StartHack::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS1_K2Node_ActorBoundEvent_8_SBZSpawnRequestCompletedDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS1_K2Node_ActorBoundEvent_8_SBZSpawnRequestCompletedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS1_K2Node_ActorBoundEvent_8_SBZSpawnRequestCompletedDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS1_K2Node_ActorBoundEvent_8_SBZSpawnRequestCompletedDelegate__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS1_K2Node_ActorBoundEvent_8_SBZSpawnRequestCompletedDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS1_K2Node_ActorBoundEvent_8_SBZSpawnRequestCompletedDelegate__DelegateSignature, SpawnedPawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS1_K2Node_ActorBoundEvent_8_SBZSpawnRequestCompletedDelegate__DelegateSignature::SpawnedPawn' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS1_K2Node_ActorBoundEvent_8_SBZSpawnRequestCompletedDelegate__DelegateSignature, Spawnedloot) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS1_K2Node_ActorBoundEvent_8_SBZSpawnRequestCompletedDelegate__DelegateSignature::Spawnedloot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS2_K2Node_ActorBoundEvent_7_SBZSpawnRequestCompletedDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS2_K2Node_ActorBoundEvent_7_SBZSpawnRequestCompletedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS2_K2Node_ActorBoundEvent_7_SBZSpawnRequestCompletedDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS2_K2Node_ActorBoundEvent_7_SBZSpawnRequestCompletedDelegate__DelegateSignature) == 0x000010, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS2_K2Node_ActorBoundEvent_7_SBZSpawnRequestCompletedDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS2_K2Node_ActorBoundEvent_7_SBZSpawnRequestCompletedDelegate__DelegateSignature, SpawnedPawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS2_K2Node_ActorBoundEvent_7_SBZSpawnRequestCompletedDelegate__DelegateSignature::SpawnedPawn' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS2_K2Node_ActorBoundEvent_7_SBZSpawnRequestCompletedDelegate__DelegateSignature, Spawnedloot) == 0x000008, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPawnSpawnPredefined_HOS2_K2Node_ActorBoundEvent_7_SBZSpawnRequestCompletedDelegate__DelegateSignature::Spawnedloot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_OfficeLocated_K2Node_ActorBoundEvent_2_SBZPawnDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_OfficeLocated_K2Node_ActorBoundEvent_2_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_OfficeLocated_K2Node_ActorBoundEvent_2_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_OfficeLocated_K2Node_ActorBoundEvent_2_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_OfficeLocated_K2Node_ActorBoundEvent_2_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_OfficeLocated_K2Node_ActorBoundEvent_2_SBZPawnDynamicDelegate__DelegateSignature, Pawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_SBZPlayerTriggerVolume_OfficeLocated_K2Node_ActorBoundEvent_2_SBZPawnDynamicDelegate__DelegateSignature::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Volume_PlayerInside2_K2Node_ActorBoundEvent_0_SBZPawnDynamicDelegate__DelegateSignature \ +static_assert(alignof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Volume_PlayerInside2_K2Node_ActorBoundEvent_0_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong alignment on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Volume_PlayerInside2_K2Node_ActorBoundEvent_0_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Volume_PlayerInside2_K2Node_ActorBoundEvent_0_SBZPawnDynamicDelegate__DelegateSignature) == 0x000008, "Wrong size on G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Volume_PlayerInside2_K2Node_ActorBoundEvent_0_SBZPawnDynamicDelegate__DelegateSignature"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Volume_PlayerInside2_K2Node_ActorBoundEvent_0_SBZPawnDynamicDelegate__DelegateSignature, Pawn) == 0x000000, "Member 'G_Penthouse_Scripting_C_BndEvt__G_Penthouse_Scripting_Volume_PlayerInside2_K2Node_ActorBoundEvent_0_SBZPawnDynamicDelegate__DelegateSignature::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_G_Penthouse_Scripting_C_HeistStateChanged \ +static_assert(alignof(G_Penthouse_Scripting_C_HeistStateChanged) == 0x000001, "Wrong alignment on G_Penthouse_Scripting_C_HeistStateChanged"); \ +static_assert(sizeof(G_Penthouse_Scripting_C_HeistStateChanged) == 0x000002, "Wrong size on G_Penthouse_Scripting_C_HeistStateChanged"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_HeistStateChanged, OldHeistState) == 0x000000, "Member 'G_Penthouse_Scripting_C_HeistStateChanged::OldHeistState' has a wrong offset!"); \ +static_assert(offsetof(G_Penthouse_Scripting_C_HeistStateChanged, CurrentHeistState) == 0x000001, "Member 'G_Penthouse_Scripting_C_HeistStateChanged::CurrentHeistState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AG_Penthouse_Scripting_C \ +static_assert(alignof(AG_Penthouse_Scripting_C) == 0x000008, "Wrong alignment on AG_Penthouse_Scripting_C"); \ +static_assert(sizeof(AG_Penthouse_Scripting_C) == 0x000DF0, "Wrong size on AG_Penthouse_Scripting_C"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, UberGraphFrame) == 0x000340, "Member 'AG_Penthouse_Scripting_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, CodeFound) == 0x000348, "Member 'AG_Penthouse_Scripting_C::CodeFound' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, Esacpe) == 0x00034C, "Member 'AG_Penthouse_Scripting_C::Esacpe' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, Alarm) == 0x000350, "Member 'AG_Penthouse_Scripting_C::Alarm' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, EscapeActive) == 0x000351, "Member 'AG_Penthouse_Scripting_C::EscapeActive' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, HOS) == 0x000358, "Member 'AG_Penthouse_Scripting_C::HOS' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, Is_Scanning_Eye) == 0x000360, "Member 'AG_Penthouse_Scripting_C::Is_Scanning_Eye' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, VIP) == 0x000368, "Member 'AG_Penthouse_Scripting_C::VIP' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, VIPInOffice) == 0x000370, "Member 'AG_Penthouse_Scripting_C::VIPInOffice' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, VaultFound) == 0x000371, "Member 'AG_Penthouse_Scripting_C::VaultFound' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, As_BP_Carried_Hackable_Phone) == 0x000378, "Member 'AG_Penthouse_Scripting_C::As_BP_Carried_Hackable_Phone' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, DigitalKey) == 0x000380, "Member 'AG_Penthouse_Scripting_C::DigitalKey' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, KeycardAcquired) == 0x000381, "Member 'AG_Penthouse_Scripting_C::KeycardAcquired' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, HackTimer) == 0x000384, "Member 'AG_Penthouse_Scripting_C::HackTimer' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, HackInProgress) == 0x000388, "Member 'AG_Penthouse_Scripting_C::HackInProgress' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, HackingProgress) == 0x00038C, "Member 'AG_Penthouse_Scripting_C::HackingProgress' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, PanicRoomFound) == 0x000390, "Member 'AG_Penthouse_Scripting_C::PanicRoomFound' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, WifiHacked) == 0x000391, "Member 'AG_Penthouse_Scripting_C::WifiHacked' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, HackHOSActive) == 0x000392, "Member 'AG_Penthouse_Scripting_C::HackHOSActive' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, HOSDead) == 0x000393, "Member 'AG_Penthouse_Scripting_C::HOSDead' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, DoorGuard) == 0x000398, "Member 'AG_Penthouse_Scripting_C::DoorGuard' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, DeliveryBoy) == 0x0003A0, "Member 'AG_Penthouse_Scripting_C::DeliveryBoy' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, RandomVaultPanic) == 0x0003A8, "Member 'AG_Penthouse_Scripting_C::RandomVaultPanic' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, RandomVaultPanicIndex) == 0x0003B8, "Member 'AG_Penthouse_Scripting_C::RandomVaultPanicIndex' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, OfficeFound) == 0x0003BC, "Member 'AG_Penthouse_Scripting_C::OfficeFound' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, UtilityRoomActive) == 0x0003BD, "Member 'AG_Penthouse_Scripting_C::UtilityRoomActive' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, ThermiteTaken) == 0x0003BE, "Member 'AG_Penthouse_Scripting_C::ThermiteTaken' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, RandomSecurityOffice) == 0x0003C0, "Member 'AG_Penthouse_Scripting_C::RandomSecurityOffice' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, RandomSecurityOfficeIndex) == 0x0003D0, "Member 'AG_Penthouse_Scripting_C::RandomSecurityOfficeIndex' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, WhiskeyDelivered) == 0x0003D4, "Member 'AG_Penthouse_Scripting_C::WhiskeyDelivered' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, DrinkSpiked) == 0x0003D5, "Member 'AG_Penthouse_Scripting_C::DrinkSpiked' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, DeliveryAlive) == 0x0003D6, "Member 'AG_Penthouse_Scripting_C::DeliveryAlive' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, PoisonFound) == 0x0003D7, "Member 'AG_Penthouse_Scripting_C::PoisonFound' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, WhiskeyObjectiveActive) == 0x0003D8, "Member 'AG_Penthouse_Scripting_C::WhiskeyObjectiveActive' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, ThermitePreplanning) == 0x0003D9, "Member 'AG_Penthouse_Scripting_C::ThermitePreplanning' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, ThermiteTimer) == 0x0003DC, "Member 'AG_Penthouse_Scripting_C::ThermiteTimer' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, WindowCleaningPlatform) == 0x0003E0, "Member 'AG_Penthouse_Scripting_C::WindowCleaningPlatform' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, Smartphone) == 0x0003E8, "Member 'AG_Penthouse_Scripting_C::Smartphone' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, LaundryChute) == 0x0003F0, "Member 'AG_Penthouse_Scripting_C::LaundryChute' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, IrisScannerActive) == 0x0003F1, "Member 'AG_Penthouse_Scripting_C::IrisScannerActive' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, PanicRoomUnlocked) == 0x0003F2, "Member 'AG_Penthouse_Scripting_C::PanicRoomUnlocked' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, PlayerInOffice) == 0x0003F3, "Member 'AG_Penthouse_Scripting_C::PlayerInOffice' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, PlayerOutsideOffice) == 0x0003F4, "Member 'AG_Penthouse_Scripting_C::PlayerOutsideOffice' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, VIPisGone) == 0x0003F5, "Member 'AG_Penthouse_Scripting_C::VIPisGone' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SSDSecured) == 0x0003F6, "Member 'AG_Penthouse_Scripting_C::SSDSecured' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BottleBearer) == 0x0003F8, "Member 'AG_Penthouse_Scripting_C::BottleBearer' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, WhiskeyTaken) == 0x000400, "Member 'AG_Penthouse_Scripting_C::WhiskeyTaken' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, PlayerInside) == 0x000401, "Member 'AG_Penthouse_Scripting_C::PlayerInside' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, LeadGuardActive) == 0x000402, "Member 'AG_Penthouse_Scripting_C::LeadGuardActive' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, HOSSpawn) == 0x000404, "Member 'AG_Penthouse_Scripting_C::HOSSpawn' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, NPCKilled) == 0x000408, "Member 'AG_Penthouse_Scripting_C::NPCKilled' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, VIPOnPhone) == 0x000409, "Member 'AG_Penthouse_Scripting_C::VIPOnPhone' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, VIPOnPhoneChallenge) == 0x00040A, "Member 'AG_Penthouse_Scripting_C::VIPOnPhoneChallenge' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, VIPKilled) == 0x00040B, "Member 'AG_Penthouse_Scripting_C::VIPKilled' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, PhoneCallID) == 0x00040C, "Member 'AG_Penthouse_Scripting_C::PhoneCallID' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, EyeCatchingChallenge) == 0x000410, "Member 'AG_Penthouse_Scripting_C::EyeCatchingChallenge' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, EyeCatchingStarted) == 0x000411, "Member 'AG_Penthouse_Scripting_C::EyeCatchingStarted' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, Books) == 0x000418, "Member 'AG_Penthouse_Scripting_C::Books' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, VIPActionInProgress) == 0x000428, "Member 'AG_Penthouse_Scripting_C::VIPActionInProgress' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, VIPPoisoned) == 0x000429, "Member 'AG_Penthouse_Scripting_C::VIPPoisoned' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, Doormanincapacitated) == 0x00042A, "Member 'AG_Penthouse_Scripting_C::Doormanincapacitated' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, VIPInPanicRoom) == 0x00042B, "Member 'AG_Penthouse_Scripting_C::VIPInPanicRoom' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, LABlockingTag) == 0x000430, "Member 'AG_Penthouse_Scripting_C::LABlockingTag' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, VIPIsHostage) == 0x000450, "Member 'AG_Penthouse_Scripting_C::VIPIsHostage' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, PlayBellVo) == 0x000451, "Member 'AG_Penthouse_Scripting_C::PlayBellVo' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, OfficeOpened) == 0x000452, "Member 'AG_Penthouse_Scripting_C::OfficeOpened' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, PlayerInFrontOfKeypad) == 0x000453, "Member 'AG_Penthouse_Scripting_C::PlayerInFrontOfKeypad' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, FilingRoomActiveInStealth) == 0x000454, "Member 'AG_Penthouse_Scripting_C::FilingRoomActiveInStealth' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, RandomRoomInt) == 0x000458, "Member 'AG_Penthouse_Scripting_C::RandomRoomInt' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, VaultOpened) == 0x00045C, "Member 'AG_Penthouse_Scripting_C::VaultOpened' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SSDTaken) == 0x00045D, "Member 'AG_Penthouse_Scripting_C::SSDTaken' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, UtilityRoomOpened) == 0x00045E, "Member 'AG_Penthouse_Scripting_C::UtilityRoomOpened' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, PPZipline) == 0x00045F, "Member 'AG_Penthouse_Scripting_C::PPZipline' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, FlareLit) == 0x000460, "Member 'AG_Penthouse_Scripting_C::FlareLit' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, HelicopterArrived) == 0x000461, "Member 'AG_Penthouse_Scripting_C::HelicopterArrived' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, OfficeButtonPressed) == 0x000462, "Member 'AG_Penthouse_Scripting_C::OfficeButtonPressed' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BottleBearerAlive) == 0x000463, "Member 'AG_Penthouse_Scripting_C::BottleBearerAlive' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, FakeIDRef) == 0x000468, "Member 'AG_Penthouse_Scripting_C::FakeIDRef' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, ReasonForDisablingBrain) == 0x000470, "Member 'AG_Penthouse_Scripting_C::ReasonForDisablingBrain' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, PanicRoomDozerActive) == 0x00047C, "Member 'AG_Penthouse_Scripting_C::PanicRoomDozerActive' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, PlayerGrabbedZipline) == 0x00047D, "Member 'AG_Penthouse_Scripting_C::PlayerGrabbedZipline' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, RouterInt) == 0x000480, "Member 'AG_Penthouse_Scripting_C::RouterInt' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, Routers) == 0x000488, "Member 'AG_Penthouse_Scripting_C::Routers' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, RouterCounter) == 0x000498, "Member 'AG_Penthouse_Scripting_C::RouterCounter' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, Routers_WPs) == 0x0004A0, "Member 'AG_Penthouse_Scripting_C::Routers_WPs' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, RouterHackingStarted) == 0x0004B0, "Member 'AG_Penthouse_Scripting_C::RouterHackingStarted' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, DeleteRouterIndex) == 0x0004B4, "Member 'AG_Penthouse_Scripting_C::DeleteRouterIndex' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, PD3PawnSpawnGroup_Enemies16_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0004B8, "Member 'AG_Penthouse_Scripting_C::PD3PawnSpawnGroup_Enemies16_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, PD3PawnSpawnGroup_Enemies13_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0004C0, "Member 'AG_Penthouse_Scripting_C::PD3PawnSpawnGroup_Enemies13_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, PD3PawnSpawnGroup_Enemies15_0_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0004C8, "Member 'AG_Penthouse_Scripting_C::PD3PawnSpawnGroup_Enemies15_0_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, PD3PawnSpawnGroup_Enemies6_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0004D0, "Member 'AG_Penthouse_Scripting_C::PD3PawnSpawnGroup_Enemies6_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, PD3PawnSpawnGroup_Enemies11_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0004D8, "Member 'AG_Penthouse_Scripting_C::PD3PawnSpawnGroup_Enemies11_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, PD3PawnSpawnGroup_Enemies12_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0004E0, "Member 'AG_Penthouse_Scripting_C::PD3PawnSpawnGroup_Enemies12_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPawnSpawnPredefined_FirstResponders8_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0004E8, "Member 'AG_Penthouse_Scripting_C::SBZPawnSpawnPredefined_FirstResponders8_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPawnSpawnPredefined_FirstResponders7_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0004F0, "Member 'AG_Penthouse_Scripting_C::SBZPawnSpawnPredefined_FirstResponders7_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPawnSpawnPredefined_FirstResponders6_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0004F8, "Member 'AG_Penthouse_Scripting_C::SBZPawnSpawnPredefined_FirstResponders6_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPawnSpawnPredefined_FirstResponders5_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000500, "Member 'AG_Penthouse_Scripting_C::SBZPawnSpawnPredefined_FirstResponders5_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, PD3PawnSpawnGroup_Enemies17_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000508, "Member 'AG_Penthouse_Scripting_C::PD3PawnSpawnGroup_Enemies17_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPawnSpawnPredefined_HOS2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000510, "Member 'AG_Penthouse_Scripting_C::SBZPawnSpawnPredefined_HOS2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPawnSpawnPredefined_HOS1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000518, "Member 'AG_Penthouse_Scripting_C::SBZPawnSpawnPredefined_HOS1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_Access_0_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000520, "Member 'AG_Penthouse_Scripting_C::SBZObjective_Access_0_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_Office_1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000528, "Member 'AG_Penthouse_Scripting_C::SBZObjective_Office_1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_Bedroom_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000530, "Member 'AG_Penthouse_Scripting_C::SBZObjective_Bedroom_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_Wifi_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000538, "Member 'AG_Penthouse_Scripting_C::SBZObjective_Wifi_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_HackHOS_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000540, "Member 'AG_Penthouse_Scripting_C::SBZObjective_HackHOS_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_HackingBoxF1_1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000548, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_HackingBoxF1_1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_Int_DoubleDoor_Wood_6_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000550, "Member 'AG_Penthouse_Scripting_C::BP_Int_DoubleDoor_Wood_6_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_Bedroom_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000558, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_Bedroom_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_Keypad_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000560, "Member 'AG_Penthouse_Scripting_C::BP_Keypad_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_OpenVault_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000568, "Member 'AG_Penthouse_Scripting_C::SBZObjective_OpenVault_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_EnterCode_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000570, "Member 'AG_Penthouse_Scripting_C::SBZObjective_EnterCode_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_AccessUtility_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000578, "Member 'AG_Penthouse_Scripting_C::SBZObjective_AccessUtility_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_FindOfficeKeycard_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000580, "Member 'AG_Penthouse_Scripting_C::SBZObjective_FindOfficeKeycard_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_Int_SingleDoor_Wood_6_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000588, "Member 'AG_Penthouse_Scripting_C::BP_Int_SingleDoor_Wood_6_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_DigitalLock_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000590, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_DigitalLock_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_FindKeycard_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000598, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_FindKeycard_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_UseOfficeKeycard_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0005A0, "Member 'AG_Penthouse_Scripting_C::SBZObjective_UseOfficeKeycard_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_RedKeycardReader3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0005A8, "Member 'AG_Penthouse_Scripting_C::BP_RedKeycardReader3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_RedKeycardReader2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0005B0, "Member 'AG_Penthouse_Scripting_C::BP_RedKeycardReader2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_Int_DoubleDoor_Reinforced_Industrial_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0005B8, "Member 'AG_Penthouse_Scripting_C::BP_Int_DoubleDoor_Reinforced_Industrial_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_Int_DoubleDoor_Reinforced_Industrial_01_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0005C0, "Member 'AG_Penthouse_Scripting_C::BP_Int_DoubleDoor_Reinforced_Industrial_01_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_UncoverPanicRoom_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0005C8, "Member 'AG_Penthouse_Scripting_C::SBZObjective_UncoverPanicRoom_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_Int_Door_01_SmallVault_01_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0005D0, "Member 'AG_Penthouse_Scripting_C::BP_Int_Door_01_SmallVault_01_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_FindCode_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0005D8, "Member 'AG_Penthouse_Scripting_C::SBZObjective_FindCode_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_GenericHackableComputer_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0005E0, "Member 'AG_Penthouse_Scripting_C::BP_GenericHackableComputer_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_Flare_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0005E8, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_Flare_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_SignalEscape_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0005F0, "Member 'AG_Penthouse_Scripting_C::SBZObjective_SignalEscape_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_DecryptSSD_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0005F8, "Member 'AG_Penthouse_Scripting_C::SBZObjective_DecryptSSD_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_WaitEscape_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000600, "Member 'AG_Penthouse_Scripting_C::SBZObjective_WaitEscape_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_Escape_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000608, "Member 'AG_Penthouse_Scripting_C::SBZObjective_Escape_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_Signalflare_Roof_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000610, "Member 'AG_Penthouse_Scripting_C::BP_Signalflare_Roof_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZSplineHelicopter2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000618, "Member 'AG_Penthouse_Scripting_C::SBZSplineHelicopter2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZSplineHelicopterDescent2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000620, "Member 'AG_Penthouse_Scripting_C::SBZSplineHelicopterDescent2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_EscapeHelicopter2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000628, "Member 'AG_Penthouse_Scripting_C::BP_EscapeHelicopter2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_Keypad_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000630, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_Keypad_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_ElevatorDoor28_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000638, "Member 'AG_Penthouse_Scripting_C::BP_ElevatorDoor28_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPlayerEscapeVolume4_1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000640, "Member 'AG_Penthouse_Scripting_C::SBZPlayerEscapeVolume4_1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_ElevatorEscape_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000648, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_ElevatorEscape_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, PD3PawnSpawnGroup_Enemies19_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000650, "Member 'AG_Penthouse_Scripting_C::PD3PawnSpawnGroup_Enemies19_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LifeActionTriggerVolume_HumanShield_EyeScan2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000658, "Member 'AG_Penthouse_Scripting_C::BP_LifeActionTriggerVolume_HumanShield_EyeScan2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_AcessIris_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000660, "Member 'AG_Penthouse_Scripting_C::SBZObjective_AcessIris_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_SpikeDrink_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000668, "Member 'AG_Penthouse_Scripting_C::SBZObjective_SpikeDrink_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_EscortManager2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000670, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_EscortManager2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZFilteredTriggerVolume_GrabManager_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000678, "Member 'AG_Penthouse_Scripting_C::SBZFilteredTriggerVolume_GrabManager_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, Eye_Scanner_Denied_VO_Trigger_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000680, "Member 'AG_Penthouse_Scripting_C::Eye_Scanner_Denied_VO_Trigger_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, EyeScanner_01_15_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000688, "Member 'AG_Penthouse_Scripting_C::EyeScanner_01_15_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZFilteredTriggerVolume_GrabManager2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000690, "Member 'AG_Penthouse_Scripting_C::SBZFilteredTriggerVolume_GrabManager2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LA_VIP_OpenDoors_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000698, "Member 'AG_Penthouse_Scripting_C::BP_LA_VIP_OpenDoors_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyGroup1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0006A0, "Member 'AG_Penthouse_Scripting_C::SBZDestroyGroup1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_PocketDrill_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0006A8, "Member 'AG_Penthouse_Scripting_C::BP_PocketDrill_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_PocketDrill2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0006B0, "Member 'AG_Penthouse_Scripting_C::BP_PocketDrill2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_AccessPanicRoom_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0006B8, "Member 'AG_Penthouse_Scripting_C::SBZObjective_AccessPanicRoom_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_HackHOS2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0006C0, "Member 'AG_Penthouse_Scripting_C::SBZObjective_HackHOS2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZFilteredTriggerVolume_GrabManager4_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0006C8, "Member 'AG_Penthouse_Scripting_C::SBZFilteredTriggerVolume_GrabManager4_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPawnSpawnPredefined_Guard15_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0006D0, "Member 'AG_Penthouse_Scripting_C::SBZPawnSpawnPredefined_Guard15_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, PD3PawnSpawnGroup_Enemies21_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0006D8, "Member 'AG_Penthouse_Scripting_C::PD3PawnSpawnGroup_Enemies21_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_SmartPhone_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0006E0, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_SmartPhone_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_Whiskey_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0006E8, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_Whiskey_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyPoison_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0006F0, "Member 'AG_Penthouse_Scripting_C::SBZDestroyPoison_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_ReplicatedBinaryActorPoisonBottle1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0006F8, "Member 'AG_Penthouse_Scripting_C::BP_ReplicatedBinaryActorPoisonBottle1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_Poison2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000700, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_Poison2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_Poison1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000708, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_Poison1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_Drink_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000710, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_Drink_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_ReplicatedBinaryActorPoisonBottle2_12_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000718, "Member 'AG_Penthouse_Scripting_C::BP_ReplicatedBinaryActorPoisonBottle2_12_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZFilteredTriggerVoh_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000720, "Member 'AG_Penthouse_Scripting_C::SBZFilteredTriggerVoh_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_Int_DoubleDoor_Wood_01_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000728, "Member 'AG_Penthouse_Scripting_C::BP_Int_DoubleDoor_Wood_01_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZBagTriggerVolume_Balcony_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000730, "Member 'AG_Penthouse_Scripting_C::SBZBagTriggerVolume_Balcony_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_Int_SingleDoor_Wood_8_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000738, "Member 'AG_Penthouse_Scripting_C::BP_Int_SingleDoor_Wood_8_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPawnSpawnPredefined_Civilian10_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000740, "Member 'AG_Penthouse_Scripting_C::SBZPawnSpawnPredefined_Civilian10_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LA_Scripted_Patrol12_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000748, "Member 'AG_Penthouse_Scripting_C::BP_LA_Scripted_Patrol12_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LA_Civ_Cosmetic_GoToDoor_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000750, "Member 'AG_Penthouse_Scripting_C::BP_LA_Civ_Cosmetic_GoToDoor_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LA_Civ_Scripted_Delivery_PlaceBottle_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000758, "Member 'AG_Penthouse_Scripting_C::BP_LA_Civ_Scripted_Delivery_PlaceBottle_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZRandomizedRoom2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000760, "Member 'AG_Penthouse_Scripting_C::SBZRandomizedRoom2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZRandomizedRoom1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000768, "Member 'AG_Penthouse_Scripting_C::SBZRandomizedRoom1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_Safe_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000770, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_Safe_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_SSD_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000778, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_SSD_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZTrafficSplineHelicopterStart2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000780, "Member 'AG_Penthouse_Scripting_C::SBZTrafficSplineHelicopterStart2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZTrafficSplineHelicopterEnd2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000788, "Member 'AG_Penthouse_Scripting_C::SBZTrafficSplineHelicopterEnd2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyGroup_WindowCleaningPlatformFalse_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000790, "Member 'AG_Penthouse_Scripting_C::SBZDestroyGroup_WindowCleaningPlatformFalse_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyGroup_WindowCleaningPlatformTrue_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000798, "Member 'AG_Penthouse_Scripting_C::SBZDestroyGroup_WindowCleaningPlatformTrue_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyGroup_VentSecure_True_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0007A0, "Member 'AG_Penthouse_Scripting_C::SBZDestroyGroup_VentSecure_True_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyGroup_VentSeccureFalse_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0007A8, "Member 'AG_Penthouse_Scripting_C::SBZDestroyGroup_VentSeccureFalse_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_ThermiteBag_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0007B0, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_ThermiteBag_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_ThermiteBagDrop_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0007B8, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_ThermiteBagDrop_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_Thermite_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0007C0, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_Thermite_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_GetThermite_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0007C8, "Member 'AG_Penthouse_Scripting_C::SBZObjective_GetThermite_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_AccessUtilityRoomThermite_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0007D0, "Member 'AG_Penthouse_Scripting_C::SBZObjective_AccessUtilityRoomThermite_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZRandomizedRoom4_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0007D8, "Member 'AG_Penthouse_Scripting_C::SBZRandomizedRoom4_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZRandomizedRoom3_0_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0007E0, "Member 'AG_Penthouse_Scripting_C::SBZRandomizedRoom3_0_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LA_Civ_Scripted_Delivery_Scroll_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0007E8, "Member 'AG_Penthouse_Scripting_C::BP_LA_Civ_Scripted_Delivery_Scroll_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_ReplicatedBinaryActorWhiskeyBottlePoison_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0007F0, "Member 'AG_Penthouse_Scripting_C::BP_ReplicatedBinaryActorWhiskeyBottlePoison_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_ReplicatedBinaryActorWhiskeyBottlePlace_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0007F8, "Member 'AG_Penthouse_Scripting_C::BP_ReplicatedBinaryActorWhiskeyBottlePlace_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_WhiskeyBottle_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000800, "Member 'AG_Penthouse_Scripting_C::BP_WhiskeyBottle_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_Whiskey2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000808, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_Whiskey2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZSplineBagHelicopter_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000810, "Member 'AG_Penthouse_Scripting_C::SBZSplineBagHelicopter_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZBagSpawner_Thermite_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000818, "Member 'AG_Penthouse_Scripting_C::SBZBagSpawner_Thermite_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_EquipmentHelicopter_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000820, "Member 'AG_Penthouse_Scripting_C::BP_EquipmentHelicopter_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_ClearThermite_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000828, "Member 'AG_Penthouse_Scripting_C::SBZObjective_ClearThermite_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_HackHOS3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000830, "Member 'AG_Penthouse_Scripting_C::SBZObjective_HackHOS3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyGroup_ThermitePP_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000838, "Member 'AG_Penthouse_Scripting_C::SBZDestroyGroup_ThermitePP_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_ReplicatedBinaryFalsePanel_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000840, "Member 'AG_Penthouse_Scripting_C::BP_ReplicatedBinaryFalsePanel_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPlayerTriggerVolume5_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000848, "Member 'AG_Penthouse_Scripting_C::SBZPlayerTriggerVolume5_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_ReplicatedBinaryFalsePanelBedroom_3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000850, "Member 'AG_Penthouse_Scripting_C::BP_ReplicatedBinaryFalsePanelBedroom_3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LA_Civ_Scripted_VIP_GrabBottleBar_5_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000858, "Member 'AG_Penthouse_Scripting_C::BP_LA_Civ_Scripted_VIP_GrabBottleBar_5_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZFilteredTriggerVolume_GrabBottle2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000860, "Member 'AG_Penthouse_Scripting_C::SBZFilteredTriggerVolume_GrabBottle2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LA_Civ_Cosmetic_Sit_Loop2_0_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000868, "Member 'AG_Penthouse_Scripting_C::BP_LA_Civ_Cosmetic_Sit_Loop2_0_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZLifeActionPlaceBottleLow_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000870, "Member 'AG_Penthouse_Scripting_C::SBZLifeActionPlaceBottleLow_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPlayerTriggerVolume_OfficeLocated_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000878, "Member 'AG_Penthouse_Scripting_C::SBZPlayerTriggerVolume_OfficeLocated_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_HiddenPanel_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000880, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_HiddenPanel_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_ThermiteRemove_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000888, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_ThermiteRemove_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_ElevatorSecurePoint_1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000890, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_ElevatorSecurePoint_1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_HelicopterLootPoint_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000898, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_HelicopterLootPoint_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_WindowCleaningPlatformLootPoint_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0008A0, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_WindowCleaningPlatformLootPoint_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_EscapeWindowCleaningPlatform_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0008A8, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_EscapeWindowCleaningPlatform_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPlayerEscapeVolume5_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0008B0, "Member 'AG_Penthouse_Scripting_C::SBZPlayerEscapeVolume5_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_SSD2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0008B8, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_SSD2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyGroup2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0008C0, "Member 'AG_Penthouse_Scripting_C::SBZDestroyGroup2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_Poison3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0008C8, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_Poison3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_ReplicatedBinaryActorPoisonBottle3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0008D0, "Member 'AG_Penthouse_Scripting_C::BP_ReplicatedBinaryActorPoisonBottle3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_ConnectedSSD_5_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0008D8, "Member 'AG_Penthouse_Scripting_C::BP_ConnectedSSD_5_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyGroup_DestroyThermite1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0008E0, "Member 'AG_Penthouse_Scripting_C::SBZDestroyGroup_DestroyThermite1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyGroup_DestroyThermite2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0008E8, "Member 'AG_Penthouse_Scripting_C::SBZDestroyGroup_DestroyThermite2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_ThermiteBagDrop2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0008F0, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_ThermiteBagDrop2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_Thermite2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0008F8, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_Thermite2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_ThermiteRemove2_0_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000900, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_ThermiteRemove2_0_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_DigitalLock3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000908, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_DigitalLock3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LifeActionTriggerVolume_HumanShield_EyeScan_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000910, "Member 'AG_Penthouse_Scripting_C::BP_LifeActionTriggerVolume_HumanShield_EyeScan_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_FindKeycard2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000918, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_FindKeycard2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_Bell_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000920, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_Bell_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypointLaundry_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000928, "Member 'AG_Penthouse_Scripting_C::SBZWaypointLaundry_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypointLure_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000930, "Member 'AG_Penthouse_Scripting_C::SBZWaypointLure_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_Int_SingleDoor_Wood_10_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000938, "Member 'AG_Penthouse_Scripting_C::BP_Int_SingleDoor_Wood_10_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyGroup_AmmoBagFalse_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000940, "Member 'AG_Penthouse_Scripting_C::SBZDestroyGroup_AmmoBagFalse_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyGroup_AmmoBagFalse_6_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000948, "Member 'AG_Penthouse_Scripting_C::SBZDestroyGroup_AmmoBagFalse_6_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_MarkerZoneElevator_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000950, "Member 'AG_Penthouse_Scripting_C::BP_MarkerZoneElevator_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_MarkerZoneBalcony_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000958, "Member 'AG_Penthouse_Scripting_C::BP_MarkerZoneBalcony_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_MarkerZoneWindowCleaningPlatform_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000960, "Member 'AG_Penthouse_Scripting_C::BP_MarkerZoneWindowCleaningPlatform_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZFilteredTriggerVolume_GrabManagerForEyescan_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000968, "Member 'AG_Penthouse_Scripting_C::SBZFilteredTriggerVolume_GrabManagerForEyescan_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyGroup_PoisonPP_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000970, "Member 'AG_Penthouse_Scripting_C::SBZDestroyGroup_PoisonPP_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_ReplicatedBinaryActorPoisonBottle5_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000978, "Member 'AG_Penthouse_Scripting_C::BP_ReplicatedBinaryActorPoisonBottle5_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_ReplicatedBinaryActorPoisonBottle_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000980, "Member 'AG_Penthouse_Scripting_C::BP_ReplicatedBinaryActorPoisonBottle_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_ReplicatedBinaryActorPoisonBottle4_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000988, "Member 'AG_Penthouse_Scripting_C::BP_ReplicatedBinaryActorPoisonBottle4_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_ReplicatedBinaryActorPoisonBottle6_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000990, "Member 'AG_Penthouse_Scripting_C::BP_ReplicatedBinaryActorPoisonBottle6_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_Lure_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000998, "Member 'AG_Penthouse_Scripting_C::SBZObjective_Lure_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_StealRest_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0009A0, "Member 'AG_Penthouse_Scripting_C::SBZObjective_StealRest_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_OfficeWP_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0009A8, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_OfficeWP_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPlayerTriggerOfficeDenial_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0009B0, "Member 'AG_Penthouse_Scripting_C::SBZPlayerTriggerOfficeDenial_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LA_VIP_Scripted_Eyescan2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0009B8, "Member 'AG_Penthouse_Scripting_C::BP_LA_VIP_Scripted_Eyescan2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LA_Civ_Cosmetic_IdleBreaker2_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0009C0, "Member 'AG_Penthouse_Scripting_C::BP_LA_Civ_Cosmetic_IdleBreaker2_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZFilteredTriggerVolume_MoveVIPtoPanicRoom_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0009C8, "Member 'AG_Penthouse_Scripting_C::SBZFilteredTriggerVolume_MoveVIPtoPanicRoom_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LA_VIP_Scripted_Eyescan4_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0009D0, "Member 'AG_Penthouse_Scripting_C::BP_LA_VIP_Scripted_Eyescan4_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_LocateBedroom_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0009D8, "Member 'AG_Penthouse_Scripting_C::SBZObjective_LocateBedroom_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_LocateBedroomButton_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0009E0, "Member 'AG_Penthouse_Scripting_C::SBZObjective_LocateBedroomButton_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_UncoverVault_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0009E8, "Member 'AG_Penthouse_Scripting_C::SBZObjective_UncoverVault_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_CrackSafe_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0009F0, "Member 'AG_Penthouse_Scripting_C::SBZObjective_CrackSafe_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_Secure_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x0009F8, "Member 'AG_Penthouse_Scripting_C::SBZObjective_Secure_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_InteractableSSDLoot_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000A00, "Member 'AG_Penthouse_Scripting_C::BP_InteractableSSDLoot_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZObjective_Lure2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000A08, "Member 'AG_Penthouse_Scripting_C::SBZObjective_Lure2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_EscapeHelicopterEscape_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000A10, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_EscapeHelicopterEscape_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPlayerEscapeVolume3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000A18, "Member 'AG_Penthouse_Scripting_C::SBZPlayerEscapeVolume3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_ReplicatedBinaryActorServiceBell_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000A20, "Member 'AG_Penthouse_Scripting_C::BP_ReplicatedBinaryActorServiceBell_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LA_Civ_Scripted_VIP_PoisonDrink2_3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000A28, "Member 'AG_Penthouse_Scripting_C::BP_LA_Civ_Scripted_VIP_PoisonDrink2_3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_OverkillWeaponDrop_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000A30, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_OverkillWeaponDrop_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZBagSpawner_OVKBag_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000A38, "Member 'AG_Penthouse_Scripting_C::SBZBagSpawner_OVKBag_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPlayerTriggerVolume_MainEntrance_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000A40, "Member 'AG_Penthouse_Scripting_C::SBZPlayerTriggerVolume_MainEntrance_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZFilteredTriggerVolume_BottleBearerGrabBottle_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000A48, "Member 'AG_Penthouse_Scripting_C::SBZFilteredTriggerVolume_BottleBearerGrabBottle_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyGroupWhiskey_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000A50, "Member 'AG_Penthouse_Scripting_C::SBZDestroyGroupWhiskey_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPawnSpawnPredefined_HOS_Lead1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000A58, "Member 'AG_Penthouse_Scripting_C::SBZPawnSpawnPredefined_HOS_Lead1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPawnSpawnPredefined_HOS_Lead2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000A60, "Member 'AG_Penthouse_Scripting_C::SBZPawnSpawnPredefined_HOS_Lead2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LA_Scripted_Patrol_HOS3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000A68, "Member 'AG_Penthouse_Scripting_C::BP_LA_Scripted_Patrol_HOS3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LobbySkylight_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000A70, "Member 'AG_Penthouse_Scripting_C::BP_LobbySkylight_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyGroupBedroomBlocker_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000A78, "Member 'AG_Penthouse_Scripting_C::SBZDestroyGroupBedroomBlocker_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyGroupCamerasNormal_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000A80, "Member 'AG_Penthouse_Scripting_C::SBZDestroyGroupCamerasNormal_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPawnSpawnPredefinedLifeAction4_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000A88, "Member 'AG_Penthouse_Scripting_C::SBZPawnSpawnPredefinedLifeAction4_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPawnSpawnPredefinedLifeAction3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000A90, "Member 'AG_Penthouse_Scripting_C::SBZPawnSpawnPredefinedLifeAction3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPawnSpawnPredefinedLifeAction8_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000A98, "Member 'AG_Penthouse_Scripting_C::SBZPawnSpawnPredefinedLifeAction8_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPawnSpawnPredefinedLifeAction7_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000AA0, "Member 'AG_Penthouse_Scripting_C::SBZPawnSpawnPredefinedLifeAction7_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPawnSpawnPredefined_Guard17_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000AA8, "Member 'AG_Penthouse_Scripting_C::SBZPawnSpawnPredefined_Guard17_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPawnSpawnPredefined_Guard16_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000AB0, "Member 'AG_Penthouse_Scripting_C::SBZPawnSpawnPredefined_Guard16_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPawnSpawnPredefined_Guard14_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000AB8, "Member 'AG_Penthouse_Scripting_C::SBZPawnSpawnPredefined_Guard14_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPawnSpawnPredefined_Guard9_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000AC0, "Member 'AG_Penthouse_Scripting_C::SBZPawnSpawnPredefined_Guard9_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPawnSpawnPredefined_Guard8_1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000AC8, "Member 'AG_Penthouse_Scripting_C::SBZPawnSpawnPredefined_Guard8_1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPawnSpawnPredefined_Guard12_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000AD0, "Member 'AG_Penthouse_Scripting_C::SBZPawnSpawnPredefined_Guard12_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPawnSpawnPredefined_Guard18_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000AD8, "Member 'AG_Penthouse_Scripting_C::SBZPawnSpawnPredefined_Guard18_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPawnSpawnPredefined_Guard6_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000AE0, "Member 'AG_Penthouse_Scripting_C::SBZPawnSpawnPredefined_Guard6_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPawnSpawnPredefined_Guard7_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000AE8, "Member 'AG_Penthouse_Scripting_C::SBZPawnSpawnPredefined_Guard7_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPawnSpawnPredefined_Guard19_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000AF0, "Member 'AG_Penthouse_Scripting_C::SBZPawnSpawnPredefined_Guard19_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPawnSpawnPredefined_Guard20_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000AF8, "Member 'AG_Penthouse_Scripting_C::SBZPawnSpawnPredefined_Guard20_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPawnSpawnPredefinedLifeAction9_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000B00, "Member 'AG_Penthouse_Scripting_C::SBZPawnSpawnPredefinedLifeAction9_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_NavLink_Agility_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000B08, "Member 'AG_Penthouse_Scripting_C::BP_NavLink_Agility_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_NavLink_Agility3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000B10, "Member 'AG_Penthouse_Scripting_C::BP_NavLink_Agility3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_NavLink_Agility2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000B18, "Member 'AG_Penthouse_Scripting_C::BP_NavLink_Agility2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_NavLink_Agility9_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000B20, "Member 'AG_Penthouse_Scripting_C::BP_NavLink_Agility9_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_NavLink_Agility4_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000B28, "Member 'AG_Penthouse_Scripting_C::BP_NavLink_Agility4_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_NavLink_Agility6_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000B30, "Member 'AG_Penthouse_Scripting_C::BP_NavLink_Agility6_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_NavLink_Agility7_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000B38, "Member 'AG_Penthouse_Scripting_C::BP_NavLink_Agility7_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_NavLink_Agility10_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000B40, "Member 'AG_Penthouse_Scripting_C::BP_NavLink_Agility10_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_NavLink_Agility11_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000B48, "Member 'AG_Penthouse_Scripting_C::BP_NavLink_Agility11_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_NavLink_Agility75_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000B50, "Member 'AG_Penthouse_Scripting_C::BP_NavLink_Agility75_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_PenthouseHP_6_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000B58, "Member 'AG_Penthouse_Scripting_C::BP_PenthouseHP_6_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZSplineBagHelicopterOVK_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000B60, "Member 'AG_Penthouse_Scripting_C::SBZSplineBagHelicopterOVK_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LA_Civ_Cosmetic_Phone_3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000B68, "Member 'AG_Penthouse_Scripting_C::BP_LA_Civ_Cosmetic_Phone_3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LA_Civ_Cosmetic_Phone3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000B70, "Member 'AG_Penthouse_Scripting_C::BP_LA_Civ_Cosmetic_Phone3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LA_Civ_Cosmetic_Phone4_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000B78, "Member 'AG_Penthouse_Scripting_C::BP_LA_Civ_Cosmetic_Phone4_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LA_Civ_Cosmetic_Phone2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000B80, "Member 'AG_Penthouse_Scripting_C::BP_LA_Civ_Cosmetic_Phone2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_ReplicatedBinaryActorMovableBook9_9_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000B88, "Member 'AG_Penthouse_Scripting_C::BP_ReplicatedBinaryActorMovableBook9_9_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LA_VIP_Rant_3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000B90, "Member 'AG_Penthouse_Scripting_C::BP_LA_VIP_Rant_3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LA_VIP_Sit_Loop_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000B98, "Member 'AG_Penthouse_Scripting_C::BP_LA_VIP_Sit_Loop_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LA_Civ_Cosmetic_Sit_Loop4_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000BA0, "Member 'AG_Penthouse_Scripting_C::BP_LA_Civ_Cosmetic_Sit_Loop4_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LA_Civ_Cosmetic_Sit_Loop3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000BA8, "Member 'AG_Penthouse_Scripting_C::BP_LA_Civ_Cosmetic_Sit_Loop3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LA_Civ_Cosmetic_Sit_Loop7_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000BB0, "Member 'AG_Penthouse_Scripting_C::BP_LA_Civ_Cosmetic_Sit_Loop7_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LA_Civ_Cosmetic_Sit_Loop6_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000BB8, "Member 'AG_Penthouse_Scripting_C::BP_LA_Civ_Cosmetic_Sit_Loop6_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_MarkerZone_Thermite3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000BC0, "Member 'AG_Penthouse_Scripting_C::BP_MarkerZone_Thermite3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_MarkerZone_Thermite2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000BC8, "Member 'AG_Penthouse_Scripting_C::BP_MarkerZone_Thermite2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPlayerTriggerVolumeBedroomKeypad_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000BD0, "Member 'AG_Penthouse_Scripting_C::SBZPlayerTriggerVolumeBedroomKeypad_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPlayerTriggerVolume_OfficeDoorDenial_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000BD8, "Member 'AG_Penthouse_Scripting_C::SBZPlayerTriggerVolume_OfficeDoorDenial_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyGroup_DoctorBagFalse_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000BE0, "Member 'AG_Penthouse_Scripting_C::SBZDestroyGroup_DoctorBagFalse_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyGroup_MedicCabinet1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000BE8, "Member 'AG_Penthouse_Scripting_C::SBZDestroyGroup_MedicCabinet1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyGroup_MedicCabinet2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000BF0, "Member 'AG_Penthouse_Scripting_C::SBZDestroyGroup_MedicCabinet2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyGroup_MedkitsCabinet2_7_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000BF8, "Member 'AG_Penthouse_Scripting_C::SBZDestroyGroup_MedkitsCabinet2_7_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyGroup_MedkitsCabinet1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000C00, "Member 'AG_Penthouse_Scripting_C::SBZDestroyGroup_MedkitsCabinet1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPlayerTriggeredVoiceVolumeCode_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000C08, "Member 'AG_Penthouse_Scripting_C::SBZPlayerTriggeredVoiceVolumeCode_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZAmbientSound1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000C10, "Member 'AG_Penthouse_Scripting_C::SBZAmbientSound1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZAmbientSoundOffice_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000C18, "Member 'AG_Penthouse_Scripting_C::SBZAmbientSoundOffice_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_HiddenDeskButton_3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000C20, "Member 'AG_Penthouse_Scripting_C::BP_HiddenDeskButton_3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_ReplicatedBinaryActorMovableBook1_5_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000C28, "Member 'AG_Penthouse_Scripting_C::BP_ReplicatedBinaryActorMovableBook1_5_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_ReplicatedBinaryActorMovableBook2_6_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000C30, "Member 'AG_Penthouse_Scripting_C::BP_ReplicatedBinaryActorMovableBook2_6_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, AkAmbientSound_Alarm_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000C38, "Member 'AG_Penthouse_Scripting_C::AkAmbientSound_Alarm_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyGroupZipline_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000C40, "Member 'AG_Penthouse_Scripting_C::SBZDestroyGroupZipline_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_ZiplineWater_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000C48, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_ZiplineWater_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZBagTriggerVolume_ZiplineBedroom_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000C50, "Member 'AG_Penthouse_Scripting_C::SBZBagTriggerVolume_ZiplineBedroom_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_MarkerZoneZiplineWater2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000C58, "Member 'AG_Penthouse_Scripting_C::BP_MarkerZoneZiplineWater2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_Zipline_6_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000C60, "Member 'AG_Penthouse_Scripting_C::BP_Zipline_6_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_Int_Door_01_SmallVault_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000C68, "Member 'AG_Penthouse_Scripting_C::BP_Int_Door_01_SmallVault_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_NavLink_Agility69_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000C70, "Member 'AG_Penthouse_Scripting_C::BP_NavLink_Agility69_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_NavLink_Agility61_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000C78, "Member 'AG_Penthouse_Scripting_C::BP_NavLink_Agility61_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_NavLink_Agility60_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000C80, "Member 'AG_Penthouse_Scripting_C::BP_NavLink_Agility60_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_NavLink_Agility76_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000C88, "Member 'AG_Penthouse_Scripting_C::BP_NavLink_Agility76_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_NavLink_Agility70_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000C90, "Member 'AG_Penthouse_Scripting_C::BP_NavLink_Agility70_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_DigitalKeyReader3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000C98, "Member 'AG_Penthouse_Scripting_C::BP_DigitalKeyReader3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_DigitalKeyReader2_5_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000CA0, "Member 'AG_Penthouse_Scripting_C::BP_DigitalKeyReader2_5_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LA_Scripted_Patrol21_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000CA8, "Member 'AG_Penthouse_Scripting_C::BP_LA_Scripted_Patrol21_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LA_Scripted_Patrol22_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000CB0, "Member 'AG_Penthouse_Scripting_C::BP_LA_Scripted_Patrol22_2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPlayerTriggerVolumeMasonVO_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000CB8, "Member 'AG_Penthouse_Scripting_C::SBZPlayerTriggerVolumeMasonVO_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyGroupshadowcaster_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000CC0, "Member 'AG_Penthouse_Scripting_C::SBZDestroyGroupshadowcaster_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZBagTriggerVolume_Elevator_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000CC8, "Member 'AG_Penthouse_Scripting_C::SBZBagTriggerVolume_Elevator_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_LA_Scripted_DoorGuard_Loop1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000CD0, "Member 'AG_Penthouse_Scripting_C::BP_LA_Scripted_DoorGuard_Loop1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, PD3PawnSpawnGroup_Drone15_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000CD8, "Member 'AG_Penthouse_Scripting_C::PD3PawnSpawnGroup_Drone15_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_SmallLockThermite_4_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000CE0, "Member 'AG_Penthouse_Scripting_C::BP_SmallLockThermite_4_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_SmallLockThermite2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000CE8, "Member 'AG_Penthouse_Scripting_C::BP_SmallLockThermite2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZBagSpawner_Thermite1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000CF0, "Member 'AG_Penthouse_Scripting_C::SBZBagSpawner_Thermite1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypointLure2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000CF8, "Member 'AG_Penthouse_Scripting_C::SBZWaypointLure2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyGroup_Lure2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000D00, "Member 'AG_Penthouse_Scripting_C::SBZDestroyGroup_Lure2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyGroup_Lure1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000D08, "Member 'AG_Penthouse_Scripting_C::SBZDestroyGroup_Lure1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZPlayerTriggeredVoiceVolumeStairs_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000D10, "Member 'AG_Penthouse_Scripting_C::SBZPlayerTriggeredVoiceVolumeStairs_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, PD3PawnSpawnGroup_Drone12_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000D18, "Member 'AG_Penthouse_Scripting_C::PD3PawnSpawnGroup_Drone12_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZOverkillWeaponDropPoint_11_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000D20, "Member 'AG_Penthouse_Scripting_C::SBZOverkillWeaponDropPoint_11_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZOverkillWeaponDropPoint_13_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000D28, "Member 'AG_Penthouse_Scripting_C::SBZOverkillWeaponDropPoint_13_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyGroup_Routers_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000D30, "Member 'AG_Penthouse_Scripting_C::SBZDestroyGroup_Routers_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZDestroyGroup_Routers2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000D38, "Member 'AG_Penthouse_Scripting_C::SBZDestroyGroup_Routers2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_AccessPoint_4_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000D40, "Member 'AG_Penthouse_Scripting_C::BP_AccessPoint_4_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_AccessPoint2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000D48, "Member 'AG_Penthouse_Scripting_C::BP_AccessPoint2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_AccessPoint3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000D50, "Member 'AG_Penthouse_Scripting_C::BP_AccessPoint3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_AccessPoint4_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000D58, "Member 'AG_Penthouse_Scripting_C::BP_AccessPoint4_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_AccessPoint5_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000D60, "Member 'AG_Penthouse_Scripting_C::BP_AccessPoint5_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_AccessPoint6_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000D68, "Member 'AG_Penthouse_Scripting_C::BP_AccessPoint6_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_AccessPoint7_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000D70, "Member 'AG_Penthouse_Scripting_C::BP_AccessPoint7_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_AccessPoint8_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000D78, "Member 'AG_Penthouse_Scripting_C::BP_AccessPoint8_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_AccessPoint9_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000D80, "Member 'AG_Penthouse_Scripting_C::BP_AccessPoint9_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_AccessPoint10_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000D88, "Member 'AG_Penthouse_Scripting_C::BP_AccessPoint10_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, BP_AccessPoint11_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000D90, "Member 'AG_Penthouse_Scripting_C::BP_AccessPoint11_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_Accesspoint11_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000D98, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_Accesspoint11_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_Accesspoint10_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000DA0, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_Accesspoint10_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_Accesspoint9_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000DA8, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_Accesspoint9_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_Accesspoint8_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000DB0, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_Accesspoint8_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_Accesspoint7_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000DB8, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_Accesspoint7_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_Accesspoint6_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000DC0, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_Accesspoint6_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_Accesspoint5_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000DC8, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_Accesspoint5_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_Accesspoint4_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000DD0, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_Accesspoint4_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_Accesspoint3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000DD8, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_Accesspoint3_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_Accesspoint2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000DE0, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_Accesspoint2_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ +static_assert(offsetof(AG_Penthouse_Scripting_C, SBZWaypoint_Accesspoint1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty) == 0x000DE8, "Member 'AG_Penthouse_Scripting_C::SBZWaypoint_Accesspoint1_ExecuteUbergraph_G_Penthouse_Scripting_RefProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AG_Penthouse_Coverpoints_C \ +static_assert(alignof(AG_Penthouse_Coverpoints_C) == 0x000008, "Wrong alignment on AG_Penthouse_Coverpoints_C"); \ +static_assert(sizeof(AG_Penthouse_Coverpoints_C) == 0x000340, "Wrong size on AG_Penthouse_Coverpoints_C"); \ + +#define DUMPER7_ASSERTS_AE_Penthouse_L02_Architecture_01_C \ +static_assert(alignof(AE_Penthouse_L02_Architecture_01_C) == 0x000008, "Wrong alignment on AE_Penthouse_L02_Architecture_01_C"); \ +static_assert(sizeof(AE_Penthouse_L02_Architecture_01_C) == 0x000340, "Wrong size on AE_Penthouse_L02_Architecture_01_C"); \ + +#define DUMPER7_ASSERTS_E_Penthouse_EXT_Architecture_01_C_ExecuteUbergraph_E_Penthouse_EXT_Architecture_01 \ +static_assert(alignof(E_Penthouse_EXT_Architecture_01_C_ExecuteUbergraph_E_Penthouse_EXT_Architecture_01) == 0x000004, "Wrong alignment on E_Penthouse_EXT_Architecture_01_C_ExecuteUbergraph_E_Penthouse_EXT_Architecture_01"); \ +static_assert(sizeof(E_Penthouse_EXT_Architecture_01_C_ExecuteUbergraph_E_Penthouse_EXT_Architecture_01) == 0x000008, "Wrong size on E_Penthouse_EXT_Architecture_01_C_ExecuteUbergraph_E_Penthouse_EXT_Architecture_01"); \ +static_assert(offsetof(E_Penthouse_EXT_Architecture_01_C_ExecuteUbergraph_E_Penthouse_EXT_Architecture_01, EntryPoint) == 0x000000, "Member 'E_Penthouse_EXT_Architecture_01_C_ExecuteUbergraph_E_Penthouse_EXT_Architecture_01::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(E_Penthouse_EXT_Architecture_01_C_ExecuteUbergraph_E_Penthouse_EXT_Architecture_01, CallFunc_SetState_ReturnValue) == 0x000004, "Member 'E_Penthouse_EXT_Architecture_01_C_ExecuteUbergraph_E_Penthouse_EXT_Architecture_01::CallFunc_SetState_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AE_Penthouse_EXT_Architecture_01_C \ +static_assert(alignof(AE_Penthouse_EXT_Architecture_01_C) == 0x000008, "Wrong alignment on AE_Penthouse_EXT_Architecture_01_C"); \ +static_assert(sizeof(AE_Penthouse_EXT_Architecture_01_C) == 0x000350, "Wrong size on AE_Penthouse_EXT_Architecture_01_C"); \ +static_assert(offsetof(AE_Penthouse_EXT_Architecture_01_C, UberGraphFrame) == 0x000340, "Member 'AE_Penthouse_EXT_Architecture_01_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AE_Penthouse_EXT_Architecture_01_C, BP_LobbyWindow_01_NAV79_ExecuteUbergraph_E_Penthouse_EXT_Architecture_01_RefProperty) == 0x000348, "Member 'AE_Penthouse_EXT_Architecture_01_C::BP_LobbyWindow_01_NAV79_ExecuteUbergraph_E_Penthouse_EXT_Architecture_01_RefProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_C_Penthouse_C_ExecuteUbergraph_C_Penthouse \ +static_assert(alignof(C_Penthouse_C_ExecuteUbergraph_C_Penthouse) == 0x000008, "Wrong alignment on C_Penthouse_C_ExecuteUbergraph_C_Penthouse"); \ +static_assert(sizeof(C_Penthouse_C_ExecuteUbergraph_C_Penthouse) == 0x000028, "Wrong size on C_Penthouse_C_ExecuteUbergraph_C_Penthouse"); \ +static_assert(offsetof(C_Penthouse_C_ExecuteUbergraph_C_Penthouse, EntryPoint) == 0x000000, "Member 'C_Penthouse_C_ExecuteUbergraph_C_Penthouse::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(C_Penthouse_C_ExecuteUbergraph_C_Penthouse, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'C_Penthouse_C_ExecuteUbergraph_C_Penthouse::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(C_Penthouse_C_ExecuteUbergraph_C_Penthouse, CallFunc_GetSequencePlayer_ReturnValue) == 0x000018, "Member 'C_Penthouse_C_ExecuteUbergraph_C_Penthouse::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(C_Penthouse_C_ExecuteUbergraph_C_Penthouse, K2Node_Event_bIsStarted) == 0x000020, "Member 'C_Penthouse_C_ExecuteUbergraph_C_Penthouse::K2Node_Event_bIsStarted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_C_Penthouse_C_IntroSequenceChanged \ +static_assert(alignof(C_Penthouse_C_IntroSequenceChanged) == 0x000001, "Wrong alignment on C_Penthouse_C_IntroSequenceChanged"); \ +static_assert(sizeof(C_Penthouse_C_IntroSequenceChanged) == 0x000001, "Wrong size on C_Penthouse_C_IntroSequenceChanged"); \ +static_assert(offsetof(C_Penthouse_C_IntroSequenceChanged, bIsStarted) == 0x000000, "Member 'C_Penthouse_C_IntroSequenceChanged::bIsStarted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_Penthouse_C \ +static_assert(alignof(AC_Penthouse_C) == 0x000008, "Wrong alignment on AC_Penthouse_C"); \ +static_assert(sizeof(AC_Penthouse_C) == 0x000350, "Wrong size on AC_Penthouse_C"); \ +static_assert(offsetof(AC_Penthouse_C, UberGraphFrame) == 0x000340, "Member 'AC_Penthouse_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AC_Penthouse_C, C_TouchTheSky_Master_02_2_ExecuteUbergraph_C_Penthouse_RefProperty) == 0x000348, "Member 'AC_Penthouse_C::C_TouchTheSky_Master_02_2_ExecuteUbergraph_C_Penthouse_RefProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Tools_01_Cutter_SmallDestruction_C \ +static_assert(alignof(ABP_Tools_01_Cutter_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_Tools_01_Cutter_SmallDestruction_C"); \ +static_assert(sizeof(ABP_Tools_01_Cutter_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_Tools_01_Cutter_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_ABP_Tools_01_Caliper_SmallDestruction_C \ +static_assert(alignof(ABP_Tools_01_Caliper_SmallDestruction_C) == 0x000008, "Wrong alignment on ABP_Tools_01_Caliper_SmallDestruction_C"); \ +static_assert(sizeof(ABP_Tools_01_Caliper_SmallDestruction_C) == 0x0002E0, "Wrong size on ABP_Tools_01_Caliper_SmallDestruction_C"); \ + +#define DUMPER7_ASSERTS_ABP_ECMGhost_C \ +static_assert(alignof(ABP_ECMGhost_C) == 0x000008, "Wrong alignment on ABP_ECMGhost_C"); \ +static_assert(sizeof(ABP_ECMGhost_C) == 0x0002E0, "Wrong size on ABP_ECMGhost_C"); \ + +#define DUMPER7_ASSERTS_ABP_Placeable_DoctorBag_Ghost_C \ +static_assert(alignof(ABP_Placeable_DoctorBag_Ghost_C) == 0x000008, "Wrong alignment on ABP_Placeable_DoctorBag_Ghost_C"); \ +static_assert(sizeof(ABP_Placeable_DoctorBag_Ghost_C) == 0x0002B8, "Wrong size on ABP_Placeable_DoctorBag_Ghost_C"); \ +static_assert(offsetof(ABP_Placeable_DoctorBag_Ghost_C, SkeletalMesh) == 0x0002A8, "Member 'ABP_Placeable_DoctorBag_Ghost_C::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Placeable_DoctorBag_Ghost_C, DefaultSceneRoot) == 0x0002B0, "Member 'ABP_Placeable_DoctorBag_Ghost_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RangedWeapon_OVK_ARGES_C \ +static_assert(alignof(ABP_RangedWeapon_OVK_ARGES_C) == 0x000010, "Wrong alignment on ABP_RangedWeapon_OVK_ARGES_C"); \ +static_assert(sizeof(ABP_RangedWeapon_OVK_ARGES_C) == 0x000750, "Wrong size on ABP_RangedWeapon_OVK_ARGES_C"); \ + +#define DUMPER7_ASSERTS_ABP_RangedWeapon_Revolver_Justicar_C \ +static_assert(alignof(ABP_RangedWeapon_Revolver_Justicar_C) == 0x000010, "Wrong alignment on ABP_RangedWeapon_Revolver_Justicar_C"); \ +static_assert(sizeof(ABP_RangedWeapon_Revolver_Justicar_C) == 0x000750, "Wrong size on ABP_RangedWeapon_Revolver_Justicar_C"); \ + +#define DUMPER7_ASSERTS_UGA_Request_Overskill_Operator_C \ +static_assert(alignof(UGA_Request_Overskill_Operator_C) == 0x000008, "Wrong alignment on UGA_Request_Overskill_Operator_C"); \ +static_assert(sizeof(UGA_Request_Overskill_Operator_C) == 0x000510, "Wrong size on UGA_Request_Overskill_Operator_C"); \ + + +} + diff --git a/Internal/Interfaces/Unreal/NameCollisions.inl b/Internal/Interfaces/Unreal/NameCollisions.inl new file mode 100644 index 0000000..385a468 --- /dev/null +++ b/Internal/Interfaces/Unreal/NameCollisions.inl @@ -0,0 +1,13 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// FORWARD DECLARATIONS + + +namespace GameplayAbilities { struct FServerAbilityRPCBatch; } + diff --git a/Internal/Interfaces/Unreal/PropertyFixup.hpp b/Internal/Interfaces/Unreal/PropertyFixup.hpp new file mode 100644 index 0000000..6728734 --- /dev/null +++ b/Internal/Interfaces/Unreal/PropertyFixup.hpp @@ -0,0 +1,21 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// PROPERTY-FIXUP + + +namespace SDK +{ + +class alignas(0x01) FMulticastSparseDelegateProperty_ +{ + unsigned __int8 Pad[0x1]; +}; + +} + diff --git a/Internal/Interfaces/Unreal/Unreal.hpp b/Internal/Interfaces/Unreal/Unreal.hpp index 415bad5..317e131 100644 --- a/Internal/Interfaces/Unreal/Unreal.hpp +++ b/Internal/Interfaces/Unreal/Unreal.hpp @@ -1,48 +1,15 @@ #pragma once #include "pch.h" -#include "Includes.hpp" - -#if ENGINE_UNREAL // Not sure if this is needed but it's here anyway - - - - -/* - -This file has not been checked to see if it even compiles yet, and has not been fully refactored - - -Using namespace directives should be used instead of going into the respective sdk's namespace to allow for sdk independent code - -for very specific cirsumstances where CG and Dumper7 differe IF directives can be used - -The fnames system WAS FUCKED, and needs to be completely redone and has been removed for the time being - -*/ - - - inline bool FrameworkUnrealInit() { -#if !DUMPER_7 - if (!CG::InitSdk()) - return false; - - if (!(*CG::UWorld::GWorld)) - Utils::LogError("Waiting for GWorld to initalize"); - - while (!(*CG::UWorld::GWorld)) - continue; -#else - CG::UWorld* pGWorld = CG::UWorld::GetWorld(); + SDK::UWorld* pGWorld = SDK::UWorld::GetWorld(); if (!pGWorld) Utils::LogError("Waiting for GWorld to initalize"); while (!pGWorld) continue; -#endif // DUMPER_7 return true; } @@ -51,124 +18,102 @@ class Unreal { public: // Shortcut functions to get pointers to important classes used for many things - static CG::UKismetMathLibrary* GetMathLibrary() { return reinterpret_cast(CG::UKismetMathLibrary::StaticClass()); } - static CG::UKismetSystemLibrary* GetSystemLibrary() { return reinterpret_cast(CG::UKismetSystemLibrary::StaticClass()); } - static CG::UGameplayStatics* GetGameplayStatics() { return reinterpret_cast(CG::UGameplayStatics::StaticClass()); } - static CG::UKismetStringLibrary* GetStringLibrary() { return reinterpret_cast(CG::UKismetStringLibrary::StaticClass()); } - - template - inline std::vector GetActors() // A function to get all the actors of a certain type can be useful for things like ESP where you only want to draw for certain actor types - { - std::vector actors; - - CG::AGameStateBase* pGameState = GetGameStateBase(); - CG::UClass* pComparisonClass = T::StaticClass(); - if (!IsValidObjectPtr(pComparisonClass) || !pGameState || pGameState->ReplicatedWorldTimeSeconds <= 5.f) - return actors; - - for (CG::AActor* pActor : Actors) - { - if (!IsValidObjectPtr(reinterpret_cast(pActor))) - continue; - - if (pActor->IsA(pComparisonClass)) // Check if the actor is of the type we want - actors.push_back(reinterpret_cast(pActor)); // If it is add it to the vector - } - - return actors; // Return the vector - } + static SDK::UKismetMathLibrary* GetMathLibrary() { return reinterpret_cast(SDK::UKismetMathLibrary::StaticClass()); } + static SDK::UKismetSystemLibrary* GetSystemLibrary() { return reinterpret_cast(SDK::UKismetSystemLibrary::StaticClass()); } + static SDK::UGameplayStatics* GetGameplayStatics() { return reinterpret_cast(SDK::UGameplayStatics::StaticClass()); } + static SDK::UKismetStringLibrary* GetStringLibrary() { return reinterpret_cast(SDK::UKismetStringLibrary::StaticClass()); } // These functions are to make getting pointers to important classes and objects easier and cleaner - static CG::AGameStateBase* GetGameStateBase() + static SDK::AGameStateBase* GetGameStateBase() { - CG::UWorld* pGWorld = CG::UWorld::GetWorld(); + SDK::UWorld* pGWorld = SDK::UWorld::GetWorld(); if (!pGWorld) return nullptr; - CG::AGameStateBase* pGameState = pGWorld->GameState; + SDK::AGameStateBase* pGameState = pGWorld->GameState; if (!IsValidObjectPtr(pGameState)) return nullptr; return pGameState; } - static CG::UGameInstance* GetGameInstance() + static SDK::UGameInstance* GetGameInstance() { - CG::UWorld* pGWorld = CG::UWorld::GetWorld(); + SDK::UWorld* pGWorld = SDK::UWorld::GetWorld(); if (!pGWorld) return nullptr; - CG::UGameInstance* pGameInstance = pGWorld->OwningGameInstance; + SDK::UGameInstance* pGameInstance = pGWorld->OwningGameInstance; if (!IsValidObjectPtr(pGameInstance)) return nullptr; return pGameInstance; } - static CG::ULocalPlayer* GetLocalPlayer(int index = 0) + static SDK::ULocalPlayer* GetLocalPlayer(int index = 0) { - CG::UGameInstance* pGameInstance = GetGameInstance(); + SDK::UGameInstance* pGameInstance = GetGameInstance(); if (!IsValidObjectPtr(pGameInstance)) return nullptr; - CG::ULocalPlayer* pLocalPlayer = pGameInstance->LocalPlayers[index]; + SDK::ULocalPlayer* pLocalPlayer = pGameInstance->LocalPlayers[index]; if (!IsValidObjectPtr(pLocalPlayer)) return nullptr; return pLocalPlayer; } - static CG::UGameViewportClient* GetViewportClient() + static SDK::UGameViewportClient* GetViewportClient() { - CG::ULocalPlayer* pLocalPlayer = GetLocalPlayer(); + SDK::ULocalPlayer* pLocalPlayer = GetLocalPlayer(); if (!IsValidObjectPtr(pLocalPlayer)) return nullptr; - CG::UGameViewportClient* pViewportClient = pLocalPlayer->ViewportClient; + SDK::UGameViewportClient* pViewportClient = pLocalPlayer->ViewportClient; if (!IsValidObjectPtr(pViewportClient)) return nullptr; return pViewportClient; } - static CG::APlayerController* GetPlayerController() + static SDK::APlayerController* GetPlayerController() { - CG::ULocalPlayer* LocalPlayer = GetLocalPlayer(); + SDK::ULocalPlayer* LocalPlayer = GetLocalPlayer(); if (!IsValidObjectPtr(LocalPlayer)) return nullptr; - CG::APlayerController* pPlayerController = LocalPlayer->PlayerController; + SDK::APlayerController* pPlayerController = LocalPlayer->PlayerController; if (!IsValidObjectPtr(pPlayerController)) return nullptr; return pPlayerController; } - static CG::APawn* GetAcknowledgedPawn() + static SDK::APawn* GetAcknowledgedPawn() { - CG::APlayerController* pPlayerController = GetPlayerController(); + SDK::APlayerController* pPlayerController = GetPlayerController(); if (!IsValidObjectPtr(pPlayerController)) return nullptr; - CG::APawn* pAcknowledgedPawn = pPlayerController->AcknowledgedPawn; + SDK::APawn* pAcknowledgedPawn = pPlayerController->AcknowledgedPawn; if (!IsValidObjectPtr(pAcknowledgedPawn)) return nullptr; return pAcknowledgedPawn; } - static CG::APlayerCameraManager* GetPlayerCameraManager() + static SDK::APlayerCameraManager* GetPlayerCameraManager() { - CG::APlayerController* pPlayerController = GetPlayerController(); + SDK::APlayerController* pPlayerController = GetPlayerController(); if (!IsValidObjectPtr(pPlayerController)) return nullptr; - CG::APlayerCameraManager* pPlayerCameraManager = pPlayerController->PlayerCameraManager; + SDK::APlayerCameraManager* pPlayerCameraManager = pPlayerController->PlayerCameraManager; if (!IsValidObjectPtr(pPlayerCameraManager)) return nullptr; return pPlayerCameraManager; } - static bool WorldToScreen(CG::FVector in, CG::FVector2D& out, bool relative = false) + static bool WorldToScreen(SDK::FVector in, SDK::FVector2D& out, bool relative = false) { - CG::APlayerController* pPlayerController = GetPlayerController(); + SDK::APlayerController* pPlayerController = GetPlayerController(); if (!IsValidObjectPtr(pPlayerController)) return false; @@ -176,10 +121,10 @@ class Unreal } // I made this function so I would have to type less to get the screen position of a world position - static CG::FVector2D W2S(CG::FVector in, bool relative = false) + static SDK::FVector2D W2S(SDK::FVector in, bool relative = false) { - CG::FVector2D out = { 0, 0 }; - CG::APlayerController* PlayerController = GetPlayerController(); + SDK::FVector2D out = { 0, 0 }; + SDK::APlayerController* PlayerController = GetPlayerController(); if (!IsValidObjectPtr(PlayerController)) return out; @@ -187,61 +132,4 @@ class Unreal return out; } - - template - static std::vector SortActorsByDistance(std::vector actors) - { - CG::APawn* pAcknowledgedPawn = GetAcknowledgedPawn(); - if (!IsValidObjectPtr(pAcknowledgedPawn)) - return actors; - - std::vector SortedActors{}; - - typedef struct SortHack_t { - T pActor; - float flDistance; - } SortHack_t; - - std::vector ActorAndDistances{}; - std::vector AllDistances{}; - - for (T pActor : actors) - { - if (!IsValidObjectPtr(pActor)) - continue; - - SortHack_t stActorHack{ - pActor, - pActor->GetDistanceTo(pAcknowledgedPawn) - }; - - while (1) { - bool bFixed = true; - for (float flOtherDistance : AllDistances) - { - if (flOtherDistance == stActorHack.flDistance) { - stActorHack.flDistance = nextafterf(stActorHack.flDistance, INFINITY); - bFixed = false; - break; - } - } - - if (bFixed) - break; - } - - ActorAndDistances.push_back(stActorHack); - AllDistances.push_back(stActorHack.flDistance); - } - - std::stable_sort(ActorAndDistances.begin(), ActorAndDistances.end(), [](SortHack_t A, SortHack_t B) { - return A.flDistance > B.flDistance; - }); - - for (SortHack_t stHack : ActorAndDistances) - SortedActors.push_back(stHack.pActor); - - return SortedActors; - } -}; -#endif \ No newline at end of file +}; \ No newline at end of file diff --git a/Internal/Interfaces/Unreal/UnrealConfig.hpp b/Internal/Interfaces/Unreal/UnrealConfig.hpp index 2db7ae5..98be9a0 100644 --- a/Internal/Interfaces/Unreal/UnrealConfig.hpp +++ b/Internal/Interfaces/Unreal/UnrealConfig.hpp @@ -1,23 +1,21 @@ #pragma once #if ENGINE_UNREAL -#define DUMPER_7 0 +#pragma warning(push) +#pragma warning(disable : 4369) #define SDK_IMPORTED 1 static_assert(SDK_IMPORTED, "Did you remember to copy in the SDK?"); -// Reminder remember to incude these files in the project -// BasicTypes_Package.cpp -// CoreUObject_Package.cpp -// Engine_Package.cpp - -// If using Dumper 7 +// Reminder remember to incude these files in the project (If using Dumper-7) // Basic.cpp // CoreUObject_functions.cpp // Engine_functions.cpp -#include "SDK.h" +#include "SDK.hpp" #include "Unreal.hpp" +#pragma warning(pop) + #endif \ No newline at end of file diff --git a/Internal/Interfaces/Unreal/UnrealContainers.hpp b/Internal/Interfaces/Unreal/UnrealContainers.hpp new file mode 100644 index 0000000..4874083 --- /dev/null +++ b/Internal/Interfaces/Unreal/UnrealContainers.hpp @@ -0,0 +1,909 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// Container implementations with iterators. See https://github.com/Fischsalat/UnrealContainers + +#include +#include +#include +#include "UtfN.hpp" + +namespace UC +{ + typedef int8_t int8; + typedef int16_t int16; + typedef int32_t int32; + typedef int64_t int64; + + typedef uint8_t uint8; + typedef uint16_t uint16; + typedef uint32_t uint32; + typedef uint64_t uint64; + + template + class TArray; + + template + class TSparseArray; + + template + class TSet; + + template + class TMap; + + template + class TPair; + + namespace Iterators + { + class FSetBitIterator; + + template + class TArrayIterator; + + template + class TContainerIterator; + + template + using TSparseArrayIterator = TContainerIterator>; + + template + using TSetIterator = TContainerIterator>; + + template + using TMapIterator = TContainerIterator>; + } + + + namespace ContainerImpl + { + namespace HelperFunctions + { + inline uint32 FloorLog2(uint32 Value) + { + uint32 pos = 0; + if (Value >= 1 << 16) { Value >>= 16; pos += 16; } + if (Value >= 1 << 8) { Value >>= 8; pos += 8; } + if (Value >= 1 << 4) { Value >>= 4; pos += 4; } + if (Value >= 1 << 2) { Value >>= 2; pos += 2; } + if (Value >= 1 << 1) { pos += 1; } + return pos; + } + + inline uint32 CountLeadingZeros(uint32 Value) + { + if (Value == 0) + return 32; + + return 31 - FloorLog2(Value); + } + } + + template + struct TAlignedBytes + { + alignas(Alignment) uint8 Pad[Size]; + }; + + template + class TInlineAllocator + { + public: + template + class ForElementType + { + private: + static constexpr int32 ElementSize = sizeof(ElementType); + static constexpr int32 ElementAlign = alignof(ElementType); + + static constexpr int32 InlineDataSizeBytes = NumInlineElements * ElementSize; + + private: + TAlignedBytes InlineData[NumInlineElements]; + ElementType* SecondaryData; + + public: + ForElementType() + : InlineData{ 0x0 }, SecondaryData(nullptr) + { + } + + ForElementType(ForElementType&&) = default; + ForElementType(const ForElementType&) = default; + + public: + ForElementType& operator=(ForElementType&&) = default; + ForElementType& operator=(const ForElementType&) = default; + + public: + inline const ElementType* GetAllocation() const { return SecondaryData ? SecondaryData : reinterpret_cast(&InlineData); } + + inline uint32 GetNumInlineBytes() const { return NumInlineElements; } + }; + }; + + class FBitArray + { + protected: + static constexpr int32 NumBitsPerDWORD = 32; + static constexpr int32 NumBitsPerDWORDLogTwo = 5; + + private: + TInlineAllocator<4>::ForElementType Data; + int32 NumBits; + int32 MaxBits; + + public: + FBitArray() + : NumBits(0), MaxBits(Data.GetNumInlineBytes() * NumBitsPerDWORD) + { + } + + FBitArray(const FBitArray&) = default; + + FBitArray(FBitArray&&) = default; + + public: + FBitArray& operator=(FBitArray&&) = default; + + FBitArray& operator=(const FBitArray& Other) = default; + + private: + inline void VerifyIndex(int32 Index) const { if (!IsValidIndex(Index)) throw std::out_of_range("Index was out of range!"); } + + public: + inline int32 Num() const { return NumBits; } + inline int32 Max() const { return MaxBits; } + + inline const uint32* GetData() const { return reinterpret_cast(Data.GetAllocation()); } + + inline bool IsValidIndex(int32 Index) const { return Index >= 0 && Index < NumBits; } + + inline bool IsValid() const { return GetData() && NumBits > 0; } + + public: + inline bool operator[](int32 Index) const { VerifyIndex(Index); return GetData()[Index / NumBitsPerDWORD] & (1 << (Index & (NumBitsPerDWORD - 1))); } + + inline bool operator==(const FBitArray& Other) const { return NumBits == Other.NumBits && GetData() == Other.GetData(); } + inline bool operator!=(const FBitArray& Other) const { return NumBits != Other.NumBits || GetData() != Other.GetData(); } + + public: + friend Iterators::FSetBitIterator begin(const FBitArray& Array); + friend Iterators::FSetBitIterator end (const FBitArray& Array); + }; + + template + union TSparseArrayElementOrFreeListLink + { + SparseArrayType ElementData; + + struct + { + int32 PrevFreeIndex; + int32 NextFreeIndex; + }; + }; + + template + class SetElement + { + private: + template + friend class TSet; + + private: + SetType Value; + int32 HashNextId; + int32 HashIndex; + }; + } + + + template + class TPair + { + public: + KeyType First; + ValueType Second; + + public: + TPair(KeyType Key, ValueType Value) + : First(Key), Second(Value) + { + } + + public: + inline KeyType& Key() { return First; } + inline const KeyType& Key() const { return First; } + + inline ValueType& Value() { return Second; } + inline const ValueType& Value() const { return Second; } + }; + + template + class TArray + { + private: + template + friend class TAllocatedArray; + + template + friend class TSparseArray; + + protected: + static constexpr uint64 ElementAlign = alignof(ArrayElementType); + static constexpr uint64 ElementSize = sizeof(ArrayElementType); + + protected: + ArrayElementType* Data; + int32 NumElements; + int32 MaxElements; + + public: + TArray() + : TArray(nullptr, 0, 0) + { + } + + TArray(ArrayElementType* Data, int32 NumElements, int32 MaxElements) + : Data(Data), NumElements(NumElements), MaxElements(MaxElements) + { + } + + TArray(const TArray&) = default; + + TArray(TArray&&) = default; + + public: + TArray& operator=(TArray&&) = default; + TArray& operator=(const TArray&) = default; + + private: + inline int32 GetSlack() const { return MaxElements - NumElements; } + + inline void VerifyIndex(int32 Index) const { if (!IsValidIndex(Index)) throw std::out_of_range("Index was out of range!"); } + + inline ArrayElementType& GetUnsafe(int32 Index) { return Data[Index]; } + inline const ArrayElementType& GetUnsafe(int32 Index) const { return Data[Index]; } + + public: + /* Adds to the array if there is still space for one more element */ + inline bool Add(const ArrayElementType& Element) + { + if (GetSlack() <= 0) + return false; + + Data[NumElements] = Element; + NumElements++; + + return true; + } + + inline bool Remove(int32 Index) + { + if (!IsValidIndex(Index)) + return false; + + NumElements--; + + for (int i = Index; i < NumElements; i++) + { + /* NumElements was decremented, acessing i + 1 is safe */ + Data[i] = Data[i + 1]; + } + + return true; + } + + inline void Clear() + { + NumElements = 0; + + if (Data) + memset(Data, 0, NumElements * ElementSize); + } + + public: + inline int32 Num() const { return NumElements; } + inline int32 Max() const { return MaxElements; } + + inline const ArrayElementType* GetDataPtr() const { return Data; } + + inline bool IsValidIndex(int32 Index) const { return Data && Index >= 0 && Index < NumElements; } + + inline bool IsValid() const { return Data && NumElements > 0 && MaxElements >= NumElements; } + + public: + inline ArrayElementType& operator[](int32 Index) { VerifyIndex(Index); return Data[Index]; } + inline const ArrayElementType& operator[](int32 Index) const { VerifyIndex(Index); return Data[Index]; } + + inline bool operator==(const TArray& Other) const { return Data == Other.Data; } + inline bool operator!=(const TArray& Other) const { return Data != Other.Data; } + + inline explicit operator bool() const { return IsValid(); }; + + public: + template friend Iterators::TArrayIterator begin(const TArray& Array); + template friend Iterators::TArrayIterator end (const TArray& Array); + }; + + class FString : public TArray + { + public: + friend std::ostream& operator<<(std::ostream& Stream, const UC::FString& Str) { return Stream << Str.ToString(); } + + public: + using TArray::TArray; + + FString(const wchar_t* Str) + { + const uint32 NullTerminatedLength = static_cast(wcslen(Str) + 0x1); + + Data = const_cast(Str); + NumElements = NullTerminatedLength; + MaxElements = NullTerminatedLength; + } + + FString(wchar_t* Str, int32 Num, int32 Max) + { + Data = Str; + NumElements = Num; + MaxElements = Max; + } + + public: + inline std::string ToString() const + { + if (*this) + { + return UtfN::Utf16StringToUtf8String(Data, NumElements - 1); // Exclude null-terminator + } + + return ""; + } + + inline std::wstring ToWString() const + { + if (*this) + return std::wstring(Data); + + return L""; + } + + public: + inline wchar_t* CStr() { return Data; } + inline const wchar_t* CStr() const { return Data; } + + public: + inline bool operator==(const FString& Other) const { return Other ? NumElements == Other.NumElements && wcscmp(Data, Other.Data) == 0 : false; } + inline bool operator!=(const FString& Other) const { return Other ? NumElements != Other.NumElements || wcscmp(Data, Other.Data) != 0 : true; } + }; + + // Utf8String that assumes C-APIs (strlen, strcmp) behaviour works for char8_t like Ansi strings, execept it's counting/comparing bytes not characters. + class FUtf8String : public TArray + { + public: + friend std::ostream& operator<<(std::ostream& Stream, const UC::FUtf8String& Str) { return Stream << Str.ToString(); } + + private: + inline const char* GetDataAsConstCharPtr() const + { + return reinterpret_cast(Data); + } + + public: + using TArray::TArray; + + FUtf8String(const char8_t* Str) + { + Data = const_cast(Str); + + const uint32 NullTerminatedLength = static_cast(strlen(GetDataAsConstCharPtr()) + 0x1); + + NumElements = NullTerminatedLength; + MaxElements = NullTerminatedLength; + } + + FUtf8String(char8_t* Str, int32 Num, int32 Max) + { + Data = Str; + NumElements = Num; + MaxElements = Max; + } + + public: + inline std::string ToString() const + { + if (*this) + { + return std::string(GetDataAsConstCharPtr(), NumElements - 1); // Exclude null-terminator + } + + return ""; + } + + inline std::wstring ToWString() const + { + if (*this) + return UtfN::StringToWString(ToString()); // Exclude null-terminator + + return L""; + } + + public: + inline char8_t* CStr() { return Data; } + inline const char8_t* CStr() const { return Data; } + + public: + inline bool operator==(const FUtf8String& Other) const { return Other ? NumElements == Other.NumElements && strcmp(GetDataAsConstCharPtr(), Other.GetDataAsConstCharPtr()) == 0 : false; } + inline bool operator!=(const FUtf8String& Other) const { return Other ? NumElements != Other.NumElements || strcmp(GetDataAsConstCharPtr(), Other.GetDataAsConstCharPtr()) != 0 : true; } + }; + + class FAnsiString : public TArray + { + public: + friend std::ostream& operator<<(std::ostream& Stream, const UC::FAnsiString& Str) { return Stream << Str.ToString(); } + + public: + using TArray::TArray; + + FAnsiString(const char* Str) + { + const uint32 NullTerminatedLength = static_cast(strlen(Str) + 0x1); + + Data = const_cast(Str); + NumElements = NullTerminatedLength; + MaxElements = NullTerminatedLength; + } + + FAnsiString(char* Str, int32 Num, int32 Max) + { + Data = Str; + NumElements = Num; + MaxElements = Max; + } + + public: + inline std::string ToString() const + { + if (*this) + { + return std::string(Data, NumElements - 1); // Exclude null-terminator + } + + return ""; + } + + inline std::wstring ToWString() const + { + if (*this) + return UtfN::StringToWString(ToString()); // Exclude null-terminator + + return L""; + } + + public: + inline char* CStr() { return Data; } + inline const char* CStr() const { return Data; } + + public: + inline bool operator==(const FAnsiString& Other) const { return Other ? NumElements == Other.NumElements && strcmp(Data, Other.Data) == 0 : false; } + inline bool operator!=(const FAnsiString& Other) const { return Other ? NumElements != Other.NumElements || strcmp(Data, Other.Data) != 0 : true; } + }; + + + /* + * Class to allow construction of a TArray, that uses c-style standard-library memory allocation. + * + * Useful for calling functions that expect a buffer of a certain size and do not reallocate that buffer. + * This avoids leaking memory, if the array would otherwise be allocated by the engine, and couldn't be freed without FMemory-functions. + */ + template + class TAllocatedArray : public TArray + { + public: + TAllocatedArray() = delete; + + public: + TAllocatedArray(int32 Size) + { + this->Data = static_cast(malloc(Size * sizeof(ArrayElementType))); + this->NumElements = 0x0; + this->MaxElements = Size; + } + + ~TAllocatedArray() + { + if (this->Data) + free(this->Data); + + this->NumElements = 0x0; + this->MaxElements = 0x0; + } + + public: + inline operator TArray() { return *reinterpret_cast< TArray*>(this); } + inline operator const TArray() const { return *reinterpret_cast*>(this); } + }; + + /* + * Class to allow construction of an FString, that uses c-style standard-library memory allocation. + * + * Useful for calling functions that expect a buffer of a certain size and do not reallocate that buffer. + * This avoids leaking memory, if the array would otherwise be allocated by the engine, and couldn't be freed without FMemory-functions. + */ + class FAllocatedString : public FString + { + public: + FAllocatedString() = delete; + + public: + FAllocatedString(int32 Size) + { + Data = static_cast(malloc(Size * sizeof(wchar_t))); + NumElements = 0x0; + MaxElements = Size; + } + + ~FAllocatedString() + { + if (Data) + free(Data); + + NumElements = 0x0; + MaxElements = 0x0; + } + + public: + inline operator FString() { return *reinterpret_cast< FString*>(this); } + inline operator const FString() const { return *reinterpret_cast(this); } + }; + template + class TSparseArray + { + private: + static constexpr uint32 ElementAlign = alignof(SparseArrayElementType); + static constexpr uint32 ElementSize = sizeof(SparseArrayElementType); + + private: + using FElementOrFreeListLink = ContainerImpl::TSparseArrayElementOrFreeListLink>; + + private: + TArray Data; + ContainerImpl::FBitArray AllocationFlags; + int32 FirstFreeIndex; + int32 NumFreeIndices; + + public: + TSparseArray() + : FirstFreeIndex(-1), NumFreeIndices(0) + { + } + + TSparseArray(TSparseArray&&) = default; + TSparseArray(const TSparseArray&) = default; + + public: + TSparseArray& operator=(TSparseArray&&) = default; + TSparseArray& operator=(const TSparseArray&) = default; + + private: + inline void VerifyIndex(int32 Index) const { if (!IsValidIndex(Index)) throw std::out_of_range("Index was out of range!"); } + + public: + inline int32 NumAllocated() const { return Data.Num(); } + + inline int32 Num() const { return NumAllocated() - NumFreeIndices; } + inline int32 Max() const { return Data.Max(); } + + inline bool IsValidIndex(int32 Index) const { return Data.IsValidIndex(Index) && AllocationFlags[Index]; } + + inline bool IsValid() const { return Data.IsValid() && AllocationFlags.IsValid(); } + + public: + const ContainerImpl::FBitArray& GetAllocationFlags() const { return AllocationFlags; } + + public: + inline SparseArrayElementType& operator[](int32 Index) { VerifyIndex(Index); return *reinterpret_cast(&Data.GetUnsafe(Index).ElementData); } + inline const SparseArrayElementType& operator[](int32 Index) const { VerifyIndex(Index); return *reinterpret_cast(&Data.GetUnsafe(Index).ElementData); } + + inline bool operator==(const TSparseArray& Other) const { return Data == Other.Data; } + inline bool operator!=(const TSparseArray& Other) const { return Data != Other.Data; } + + public: + template friend Iterators::TSparseArrayIterator begin(const TSparseArray& Array); + template friend Iterators::TSparseArrayIterator end (const TSparseArray& Array); + }; + + template + class TSet + { + private: + static constexpr uint32 ElementAlign = alignof(SetElementType); + static constexpr uint32 ElementSize = sizeof(SetElementType); + + private: + using SetDataType = ContainerImpl::SetElement; + using HashType = ContainerImpl::TInlineAllocator<1>::ForElementType; + + private: + TSparseArray Elements; + HashType Hash; + int32 HashSize; + + public: + TSet() + : HashSize(0) + { + } + + TSet(TSet&&) = default; + TSet(const TSet&) = default; + + public: + TSet& operator=(TSet&&) = default; + TSet& operator=(const TSet&) = default; + + private: + inline void VerifyIndex(int32 Index) const { if (!IsValidIndex(Index)) throw std::out_of_range("Index was out of range!"); } + + public: + inline int32 NumAllocated() const { return Elements.NumAllocated(); } + + inline int32 Num() const { return Elements.Num(); } + inline int32 Max() const { return Elements.Max(); } + + inline bool IsValidIndex(int32 Index) const { return Elements.IsValidIndex(Index); } + + inline bool IsValid() const { return Elements.IsValid(); } + + public: + const ContainerImpl::FBitArray& GetAllocationFlags() const { return Elements.GetAllocationFlags(); } + + public: + inline SetElementType& operator[] (int32 Index) { return Elements[Index].Value; } + inline const SetElementType& operator[] (int32 Index) const { return Elements[Index].Value; } + + inline bool operator==(const TSet& Other) const { return Elements == Other.Elements; } + inline bool operator!=(const TSet& Other) const { return Elements != Other.Elements; } + + public: + template friend Iterators::TSetIterator begin(const TSet& Set); + template friend Iterators::TSetIterator end (const TSet& Set); + }; + + template + class TMap + { + public: + using ElementType = TPair; + + private: + TSet Elements; + + private: + inline void VerifyIndex(int32 Index) const { if (!IsValidIndex(Index)) throw std::out_of_range("Index was out of range!"); } + + public: + inline int32 NumAllocated() const { return Elements.NumAllocated(); } + + inline int32 Num() const { return Elements.Num(); } + inline int32 Max() const { return Elements.Max(); } + + inline bool IsValidIndex(int32 Index) const { return Elements.IsValidIndex(Index); } + + inline bool IsValid() const { return Elements.IsValid(); } + + public: + const ContainerImpl::FBitArray& GetAllocationFlags() const { return Elements.GetAllocationFlags(); } + + public: + inline decltype(auto) Find(const KeyElementType& Key, bool(*Equals)(const KeyElementType& LeftKey, const KeyElementType& RightKey)) + { + for (auto It = begin(*this); It != end(*this); ++It) + { + if (Equals(It->Key(), Key)) + return It; + } + + return end(*this); + } + + public: + inline ElementType& operator[] (int32 Index) { return Elements[Index]; } + inline const ElementType& operator[] (int32 Index) const { return Elements[Index]; } + + inline bool operator==(const TMap& Other) const { return Elements == Other.Elements; } + inline bool operator!=(const TMap& Other) const { return Elements != Other.Elements; } + + public: + template friend Iterators::TMapIterator begin(const TMap& Map); + template friend Iterators::TMapIterator end (const TMap& Map); + }; + + namespace Iterators + { + class FRelativeBitReference + { + protected: + static constexpr int32 NumBitsPerDWORD = 32; + static constexpr int32 NumBitsPerDWORDLogTwo = 5; + + public: + inline explicit FRelativeBitReference(int32 BitIndex) + : WordIndex(BitIndex >> NumBitsPerDWORDLogTwo) + , Mask(1 << (BitIndex & (NumBitsPerDWORD - 1))) + { + } + + int32 WordIndex; + uint32 Mask; + }; + + class FSetBitIterator : public FRelativeBitReference + { + private: + const ContainerImpl::FBitArray& Array; + + uint32 UnvisitedBitMask; + int32 CurrentBitIndex; + int32 BaseBitIndex; + + public: + explicit FSetBitIterator(const ContainerImpl::FBitArray& InArray, int32 StartIndex = 0) + : FRelativeBitReference(StartIndex) + , Array(InArray) + , UnvisitedBitMask((~0U) << (StartIndex & (NumBitsPerDWORD - 1))) + , CurrentBitIndex(StartIndex) + , BaseBitIndex(StartIndex & ~(NumBitsPerDWORD - 1)) + { + if (StartIndex != Array.Num()) + FindFirstSetBit(); + } + + public: + inline FSetBitIterator& operator++() + { + UnvisitedBitMask &= ~this->Mask; + + FindFirstSetBit(); + + return *this; + } + + inline explicit operator bool() const { return CurrentBitIndex < Array.Num(); } + + inline bool operator==(const FSetBitIterator& Rhs) const { return CurrentBitIndex == Rhs.CurrentBitIndex && &Array == &Rhs.Array; } + inline bool operator!=(const FSetBitIterator& Rhs) const { return CurrentBitIndex != Rhs.CurrentBitIndex || &Array != &Rhs.Array; } + + public: + inline int32 GetIndex() { return CurrentBitIndex; } + + void FindFirstSetBit() + { + const uint32* ArrayData = Array.GetData(); + const int32 ArrayNum = Array.Num(); + const int32 LastWordIndex = (ArrayNum - 1) / NumBitsPerDWORD; + + uint32 RemainingBitMask = ArrayData[this->WordIndex] & UnvisitedBitMask; + while (!RemainingBitMask) + { + ++this->WordIndex; + BaseBitIndex += NumBitsPerDWORD; + if (this->WordIndex > LastWordIndex) + { + CurrentBitIndex = ArrayNum; + return; + } + + RemainingBitMask = ArrayData[this->WordIndex]; + UnvisitedBitMask = ~0; + } + + const uint32 NewRemainingBitMask = RemainingBitMask & (RemainingBitMask - 1); + + this->Mask = NewRemainingBitMask ^ RemainingBitMask; + + CurrentBitIndex = BaseBitIndex + NumBitsPerDWORD - 1 - ContainerImpl::HelperFunctions::CountLeadingZeros(this->Mask); + + if (CurrentBitIndex > ArrayNum) + CurrentBitIndex = ArrayNum; + } + }; + + template + class TArrayIterator + { + private: + TArray& IteratedArray; + int32 Index; + + public: + TArrayIterator(const TArray& Array, int32 StartIndex = 0x0) + : IteratedArray(const_cast&>(Array)), Index(StartIndex) + { + } + + public: + inline int32 GetIndex() { return Index; } + + inline int32 IsValid() { return IteratedArray.IsValidIndex(GetIndex()); } + + public: + inline TArrayIterator& operator++() { ++Index; return *this; } + inline TArrayIterator& operator--() { --Index; return *this; } + + inline ArrayType& operator*() { return IteratedArray[GetIndex()]; } + inline const ArrayType& operator*() const { return IteratedArray[GetIndex()]; } + + inline ArrayType* operator->() { return &IteratedArray[GetIndex()]; } + inline const ArrayType* operator->() const { return &IteratedArray[GetIndex()]; } + + inline bool operator==(const TArrayIterator& Other) const { return &IteratedArray == &Other.IteratedArray && Index == Other.Index; } + inline bool operator!=(const TArrayIterator& Other) const { return &IteratedArray != &Other.IteratedArray || Index != Other.Index; } + }; + + template + class TContainerIterator + { + private: + ContainerType& IteratedContainer; + FSetBitIterator BitIterator; + + public: + TContainerIterator(const ContainerType& Container, const ContainerImpl::FBitArray& BitArray, int32 StartIndex = 0x0) + : IteratedContainer(const_cast(Container)), BitIterator(BitArray, StartIndex) + { + } + + public: + inline int32 GetIndex() { return BitIterator.GetIndex(); } + + inline int32 IsValid() { return IteratedContainer.IsValidIndex(GetIndex()); } + + public: + inline TContainerIterator& operator++() { ++BitIterator; return *this; } + inline TContainerIterator& operator--() { --BitIterator; return *this; } + + inline auto& operator*() { return IteratedContainer[GetIndex()]; } + inline const auto& operator*() const { return IteratedContainer[GetIndex()]; } + + inline auto* operator->() { return &IteratedContainer[GetIndex()]; } + inline const auto* operator->() const { return &IteratedContainer[GetIndex()]; } + + inline bool operator==(const TContainerIterator& Other) const { return &IteratedContainer == &Other.IteratedContainer && BitIterator == Other.BitIterator; } + inline bool operator!=(const TContainerIterator& Other) const { return &IteratedContainer != &Other.IteratedContainer || BitIterator != Other.BitIterator; } + }; + } + + inline Iterators::FSetBitIterator begin(const ContainerImpl::FBitArray& Array) { return Iterators::FSetBitIterator(Array, 0); } + inline Iterators::FSetBitIterator end (const ContainerImpl::FBitArray& Array) { return Iterators::FSetBitIterator(Array, Array.Num()); } + + template inline Iterators::TArrayIterator begin(const TArray& Array) { return Iterators::TArrayIterator(Array, 0); } + template inline Iterators::TArrayIterator end (const TArray& Array) { return Iterators::TArrayIterator(Array, Array.Num()); } + + template inline Iterators::TSparseArrayIterator begin(const TSparseArray& Array) { return Iterators::TSparseArrayIterator(Array, Array.GetAllocationFlags(), 0); } + template inline Iterators::TSparseArrayIterator end (const TSparseArray& Array) { return Iterators::TSparseArrayIterator(Array, Array.GetAllocationFlags(), Array.NumAllocated()); } + + template inline Iterators::TSetIterator begin(const TSet& Set) { return Iterators::TSetIterator(Set, Set.GetAllocationFlags(), 0); } + template inline Iterators::TSetIterator end (const TSet& Set) { return Iterators::TSetIterator(Set, Set.GetAllocationFlags(), Set.NumAllocated()); } + + template inline Iterators::TMapIterator begin(const TMap& Map) { return Iterators::TMapIterator(Map, Map.GetAllocationFlags(), 0); } + template inline Iterators::TMapIterator end (const TMap& Map) { return Iterators::TMapIterator(Map, Map.GetAllocationFlags(), Map.NumAllocated()); } + +#if defined(_WIN64) + static_assert(sizeof(TArray) == 0x10, "TArray has a wrong size!"); + static_assert(sizeof(TSet) == 0x50, "TSet has a wrong size!"); + static_assert(sizeof(TMap) == 0x50, "TMap has a wrong size!"); +#elif defined(_WIN32) + static_assert(sizeof(TArray) == 0x0C, "TArray has a wrong size!"); + static_assert(sizeof(TSet) == 0x3C, "TSet has a wrong size!"); + static_assert(sizeof(TMap) == 0x3C, "TMap has a wrong size!"); +#endif +} diff --git a/Internal/Interfaces/Unreal/UtfN.hpp b/Internal/Interfaces/Unreal/UtfN.hpp new file mode 100644 index 0000000..0feb7d7 --- /dev/null +++ b/Internal/Interfaces/Unreal/UtfN.hpp @@ -0,0 +1,1613 @@ +#pragma once + +/* +* SDK generated by Dumper-7 +* +* https://github.com/Encryqed/Dumper-7 +*/ + +// A simple C++ lib for converting between Utf8, Utf16 and Utf32. See https://github.com/Fischsalat/UTF-N + + +// Lower warning-level and turn off certain warnings for STL compilation +#if (defined(_MSC_VER)) +#pragma warning (push, 2) // Push warnings and set warn-level to 2 +#pragma warning(disable : 4365) // signed/unsigned mismatch +#pragma warning(disable : 4710) // 'FunctionName' was not inlined +#pragma warning(disable : 4711) // 'FunctionName' selected for automatic inline expansion +#elif (defined(__CLANG__) || defined(__GNUC__)) +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wsign-compare" +#endif + +#include +#include +#include +#include + +#ifdef _DEBUG +#include +#endif // _DEBUG + + +// Restore warnings-levels after STL includes +#if (defined(_MSC_VER)) +#pragma warning (pop) +#elif (defined(__CLANG__) || defined(__GNUC__)) +#pragma GCC diagnostic pop +#endif // Warnings + + + +#if (defined(_MSC_VER)) +#pragma warning (push) +#pragma warning (disable: 4514) // C4514 "unreferenced inline function has been removed" +#pragma warning (disable: 4820) // C4820 "'n' bytes padding added after data member '...'" +#pragma warning(disable : 4127) // C4127 conditional expression is constant +#pragma warning(disable : 5045) // C5045 Compiler will insert Spectre mitigation for memory load if /Qspectre switch specified +#pragma warning(disable : 5246) // C5246 'ArrayVariable' the initialization of a subobject should be wrapped in braces +#elif (defined(__CLANG__) || defined(__GNUC__)) +#endif // Warnings + +#ifdef __cpp_constexpr +#define UTF_CONSTEXPR constexpr +#else +#define UTF_CONSTEXPR +#endif // __cpp_constexpr + + +#ifdef __cpp_if_constexpr +#define UTF_IF_CONSTEXPR constexpr +#else +#define UTF_IF_CONSTEXPR +#endif // __cpp_if_constexpr + + +#if (defined(__cpp_constexpr) && __cpp_constexpr >= 201304L) +#define UTF_CONSTEXPR14 constexpr +#else +#define UTF_CONSTEXPR14 +#endif + +#if (defined(__cpp_constexpr) && __cpp_constexpr >= 201603L) +#define UTF_CONSTEXPR17 constexpr +#else +#define UTF_CONSTEXPR17 inline +#endif + +#if (defined(__cpp_constexpr) && __cpp_constexpr >= 201907L) +#define UTF_CONSTEXPR20 constexpr +#else +#define UTF_CONSTEXPR20 inline +#endif + +#if (defined(__cpp_constexpr) && __cpp_constexpr >= 202211L) +#define UTF_CONSTEXPR23 constexpr +#else +#define UTF_CONSTEXPR23 inline +#endif + +#if (defined(__cpp_constexpr) && __cpp_constexpr >= 202406L) +#define UTF_CONSTEXPR26 constexpr +#else +#define UTF_CONSTEXPR26 inline +#endif + + +#ifdef __cpp_nodiscard +#define UTF_NODISCARD [[nodiscard]] +#else +#define UTF_NODISCARD +#endif + + +namespace UtfN +{ +#if defined(__cpp_char8_t) + typedef char8_t utf_cp8_t; + typedef char16_t utf_cp16_t; + typedef char32_t utf_cp32_t; +#elif defined(__cpp_unicode_characters) + typedef unsigned char utf_cp8_t; + typedef char16_t utf_cp16_t; + typedef char32_t utf_cp32_t; +#else + typedef unsigned char utf_cp8_t; + typedef uint16_t utf_cp16_t; + typedef uint32_t utf_cp32_t; +#endif + + namespace UtfImpl + { + namespace Utils + { + template + UTF_CONSTEXPR UTF_NODISCARD + bool IsFlagSet(value_type Value, flag_type Flag) noexcept + { + return (Value & Flag) == Flag; + } + + template + UTF_CONSTEXPR UTF_NODISCARD + value_type GetWithClearedFlag(value_type Value, flag_type Flag) noexcept + { + return static_cast(Value & static_cast(~Flag)); + } + + // Does not add/remove cv-qualifiers + template + UTF_CONSTEXPR UTF_NODISCARD + auto ForceCastIfMissmatch(current_type&& Arg) -> std::enable_if_t, std::decay_t>::value, current_type> + { + return static_cast(Arg); + } + + // Does not add/remove cv-qualifiers + template + UTF_CONSTEXPR UTF_NODISCARD + auto ForceCastIfMissmatch(current_type&& Arg) -> std::enable_if_t, std::decay_t>::value, target_type> + { + return reinterpret_cast(Arg); + } + } + + // wchar_t is a utf16 codepoint on windows, utf32 on linux + UTF_CONSTEXPR bool IsWCharUtf32 = sizeof(wchar_t) == 0x4; + + // Any value greater than this is not a valid Unicode symbol + UTF_CONSTEXPR utf_cp32_t MaxValidUnicodeChar = 0x10FFFF; + + namespace Utf8 + { + /* + * Available bits, and max values, for n-byte utf8 characters + * + * 01111111 -> 1 byte -> 7 bits + * 11011111 -> 2 bytes -> 5 + 6 bits -> 11 bits + * 11101111 -> 3 bytes -> 4 + 6 + 6 bits -> 16 bits + * 11110111 -> 4 bytes -> 3 + 6 + 6 + 6 bits -> 21 bits + * + * 10111111 -> follow up byte + */ + UTF_CONSTEXPR utf_cp32_t Max1ByteValue = (1 << 7) - 1; // 7 bits available + UTF_CONSTEXPR utf_cp32_t Max2ByteValue = (1 << 11) - 1; // 11 bits available + UTF_CONSTEXPR utf_cp32_t Max3ByteValue = (1 << 16) - 1; // 16 bits available + UTF_CONSTEXPR utf_cp32_t Max4ByteValue = 0x10FFFF; // 21 bits available, but not fully used + + // Flags for follow-up bytes of multibyte utf8 character + UTF_CONSTEXPR utf_cp8_t FollowupByteMask = 0b1000'0000; + UTF_CONSTEXPR utf_cp8_t FollowupByteDataMask = 0b0011'1111; + UTF_CONSTEXPR utf_cp8_t NumDataBitsInFollowupByte = 0x6; + + // Flags for start-bytes of multibyte utf8 characters + UTF_CONSTEXPR utf_cp8_t TwoByteFlag = 0b1100'0000; + UTF_CONSTEXPR utf_cp8_t ThreeByteFlag = 0b1110'0000; + UTF_CONSTEXPR utf_cp8_t FourByteFlag = 0b1111'0000; + + UTF_CONSTEXPR UTF_NODISCARD + bool IsValidFollowupCodepoint(const utf_cp8_t Codepoint) noexcept + { + // Test the upper 2 bytes for the FollowupByteMask + return (Codepoint & 0b1100'0000) == FollowupByteMask; + } + + template + UTF_CONSTEXPR UTF_NODISCARD + bool IsValidUtf8Sequence(const utf_cp8_t FirstCp, const utf_cp8_t SecondCp, const utf_cp8_t ThirdCp, const utf_cp8_t FourthCp) noexcept + { + switch (ByteSize) + { + case 1: + { + return SecondCp == 0 && ThirdCp == 0 && FourthCp == 0; + } + case 4: + { + const bool bIsOverlongEncoding = Utils::GetWithClearedFlag(FirstCp, ~Utf8::TwoByteFlag) != 0 && SecondCp == Utf8::FollowupByteMask; + return !bIsOverlongEncoding && IsValidFollowupCodepoint(SecondCp) && IsValidFollowupCodepoint(ThirdCp) && IsValidFollowupCodepoint(FourthCp); + } + case 3: + { + const bool bIsOverlongEncoding = Utils::GetWithClearedFlag(FirstCp, ~Utf8::ThreeByteFlag) != 0 && SecondCp == Utf8::FollowupByteMask; + return !bIsOverlongEncoding && IsValidFollowupCodepoint(SecondCp) && IsValidFollowupCodepoint(ThirdCp) && FourthCp == 0; + } + case 2: + { + const bool bIsOverlongEncoding = Utils::GetWithClearedFlag(FirstCp, ~Utf8::FourByteFlag) != 0 && SecondCp == Utf8::FollowupByteMask; + return !bIsOverlongEncoding && IsValidFollowupCodepoint(SecondCp) && ThirdCp == 0 && FourthCp == 0; + } + default: + { + return false; + break; + } + } + } + } + + namespace Utf16 + { + // Surrogate masks and offset for multibyte utf16 characters + UTF_CONSTEXPR utf_cp16_t HighSurrogateRangeStart = 0xD800; + UTF_CONSTEXPR utf_cp16_t LowerSurrogateRangeStart = 0xDC00; + + UTF_CONSTEXPR utf_cp32_t SurrogatePairOffset = 0x10000; + + // Unicode range for 2byte utf16 values + UTF_CONSTEXPR utf_cp32_t SurrogateRangeLowerBounds = 0xD800; + UTF_CONSTEXPR utf_cp32_t SurrogateRangeUpperBounds = 0xDFFF; + + + UTF_CONSTEXPR UTF_NODISCARD + bool IsHighSurrogate(const utf_cp16_t Codepoint) noexcept + { + // Range [0xD800 - 0xDC00[ + return Codepoint >= HighSurrogateRangeStart && Codepoint < LowerSurrogateRangeStart; + } + UTF_CONSTEXPR UTF_NODISCARD + bool IsLowSurrogate(const utf_cp16_t Codepoint) noexcept + { + // Range [0xDC00 - 0xDFFF] + return Codepoint >= LowerSurrogateRangeStart && Codepoint <= SurrogateRangeUpperBounds; + } + + // Tests if a utf16 value is a valid Unicode character + UTF_CONSTEXPR UTF_NODISCARD + bool IsValidUnicodeChar(const utf_cp16_t LowerCodepoint, const utf_cp16_t UpperCodepoint) noexcept + { + const bool IsValidHighSurrogate = IsHighSurrogate(UpperCodepoint); + const bool IsValidLowSurrogate = IsLowSurrogate(LowerCodepoint); + + // Both needt to be valid + if (IsValidHighSurrogate) + return IsValidLowSurrogate; + + // Neither are valid && the codepoints are not in the wrong surrogate ranges + return !IsValidLowSurrogate && !IsHighSurrogate(LowerCodepoint) && !IsLowSurrogate(UpperCodepoint); + } + } + + namespace Utf32 + { + // Tests if a utf32 value is a valid Unicode character + UTF_CONSTEXPR UTF_NODISCARD + bool IsValidUnicodeChar(const utf_cp32_t Codepoint) noexcept + { + // Codepoints must be within the valid unicode range and must not be within the range of Surrogate-values + return Codepoint < MaxValidUnicodeChar && (Codepoint < Utf16::SurrogateRangeLowerBounds || Codepoint > Utf16::SurrogateRangeUpperBounds); + } + } + + namespace Iterator + { + template + class utf_char_iterator_base_child_acessor + { + private: + template + friend class utf_char_iterator_base; + + private: + static UTF_CONSTEXPR + void ReadChar(child_type* This) + { + return This->ReadChar(); + } + }; + + template + class utf_char_iterator_base + { + public: + UTF_CONSTEXPR utf_char_iterator_base(codepoint_iterator_type Begin, codepoint_iterator_type End) + : CurrentIterator(Begin), NextCharStartIterator(Begin), EndIterator(End) + { + utf_char_iterator_base_child_acessor::ReadChar(static_cast(this)); + } + + template())), // Has begin + typename = decltype(std::end(std::declval())), // Has end + typename iterator_deref_type = decltype(*std::end(std::declval())), // Iterator can be dereferenced + typename = std::enable_if::type) == utf_char_type::GetCodepointSize()>::type // Return-value of derferenced iterator has the same size as one codepoint + > + explicit UTF_CONSTEXPR utf_char_iterator_base(container_type& Container) + : CurrentIterator(std::begin(Container)), NextCharStartIterator(std::begin(Container)), EndIterator(std::end(Container)) + { + utf_char_iterator_base_child_acessor::ReadChar(static_cast(this)); + } + + public: + UTF_CONSTEXPR inline + child_iterator_type& operator++() + { + // Skip ahead to the next char + CurrentIterator = NextCharStartIterator; + + // Populate the current char and advance the NextCharStartIterator + utf_char_iterator_base_child_acessor::ReadChar(static_cast(this)); + + + return *static_cast(this); + } + + public: + UTF_CONSTEXPR inline + utf_char_type operator*() const + { + return CurrentChar; + } + + UTF_CONSTEXPR inline bool operator==(const child_iterator_type& Other) const + { + return CurrentIterator == Other.CurrentIterator; + } + UTF_CONSTEXPR inline + bool operator!=(const child_iterator_type& Other) const + { + return CurrentIterator != Other.CurrentIterator; + } + + UTF_CONSTEXPR inline + explicit operator bool() const + { + return this->CurrentIterator != this->EndIterator; + } + + public: + UTF_CONSTEXPR inline + child_iterator_type begin() + { + return *static_cast(this); + } + + UTF_CONSTEXPR inline + child_iterator_type end() + { + return child_iterator_type(EndIterator, EndIterator); + } + + protected: + codepoint_iterator_type CurrentIterator; // Current byte pos + codepoint_iterator_type NextCharStartIterator; // Byte pos of the next character + codepoint_iterator_type EndIterator; // End Iterator + + utf_char_type CurrentChar; // Current character bytes + }; + } + } + + struct utf8_bytes + { + utf_cp8_t Codepoints[4] = { 0 }; + }; + + struct utf16_pair + { + utf_cp16_t Lower = 0; + utf_cp16_t Upper = 0; + }; + + UTF_CONSTEXPR inline + bool operator==(const utf8_bytes Left, const utf8_bytes Right) noexcept + { + return Left.Codepoints[0] == Right.Codepoints[0] + && Left.Codepoints[1] == Right.Codepoints[1] + && Left.Codepoints[2] == Right.Codepoints[2] + && Left.Codepoints[3] == Right.Codepoints[3]; + } + UTF_CONSTEXPR inline + bool operator!=(const utf8_bytes Left, const utf8_bytes Right) noexcept + { + return !(Left == Right); + } + + UTF_CONSTEXPR inline + bool operator==(const utf16_pair Left, const utf16_pair Right) noexcept + { + return Left.Upper == Right.Upper && Left.Lower == Right.Lower; + } + UTF_CONSTEXPR inline + bool operator!=(const utf16_pair Left, const utf16_pair Right) noexcept + { + return !(Left == Right); + } + + + enum class UtfEncodingType + { + Invalid, + Utf8, + Utf16, + Utf32 + }; + + template + struct utf_char; + + typedef utf_char utf_char8; + typedef utf_char utf_char16; + typedef utf_char utf_char32; + + template<> + struct utf_char + { + utf8_bytes Char = { 0 }; + + public: + UTF_CONSTEXPR utf_char() = default; + UTF_CONSTEXPR utf_char(utf_char&&) = default; + UTF_CONSTEXPR utf_char(const utf_char&) = default; + + UTF_CONSTEXPR utf_char(utf8_bytes InChar) noexcept; + + template()))> + UTF_CONSTEXPR utf_char(const char_type* SingleCharString) noexcept; + + public: + UTF_CONSTEXPR utf_char& operator=(utf_char&&) = default; + UTF_CONSTEXPR utf_char& operator=(const utf_char&) = default; + + UTF_CONSTEXPR utf_char& operator=(utf8_bytes inBytse) noexcept; + + public: + UTF_CONSTEXPR UTF_NODISCARD utf_cp8_t& operator[](const uint8_t Index); + UTF_CONSTEXPR UTF_NODISCARD const utf_cp8_t& operator[](const uint8_t Index) const; + + UTF_CONSTEXPR UTF_NODISCARD bool operator==(utf_char8 Other) const noexcept; + UTF_CONSTEXPR UTF_NODISCARD bool operator!=(utf_char8 Other) const noexcept; + + public: + UTF_CONSTEXPR UTF_NODISCARD utf_char8 GetAsUtf8() const noexcept; + UTF_CONSTEXPR UTF_NODISCARD utf_char16 GetAsUtf16() const noexcept; + UTF_CONSTEXPR UTF_NODISCARD utf_char32 GetAsUtf32() const noexcept; + + UTF_CONSTEXPR UTF_NODISCARD utf8_bytes Get() const; + + UTF_CONSTEXPR UTF_NODISCARD UtfEncodingType GetEncoding() const noexcept; + UTF_CONSTEXPR UTF_NODISCARD uint8_t GetNumCodepoints() const noexcept; + + UTF_CONSTEXPR UTF_NODISCARD static uint8_t GetCodepointSize() noexcept; + }; + + template<> + struct utf_char + { + utf16_pair Char = { 0 }; + + public: + UTF_CONSTEXPR utf_char() = default; + UTF_CONSTEXPR utf_char(utf_char&&) = default; + UTF_CONSTEXPR utf_char(const utf_char&) = default; + + UTF_CONSTEXPR utf_char(utf16_pair InChar) noexcept; + + template()))> + UTF_CONSTEXPR utf_char(const char_type* SingleCharString) noexcept; + + public: + UTF_CONSTEXPR utf_char& operator=(utf_char&&) = default; + UTF_CONSTEXPR utf_char& operator=(const utf_char&) = default; + + UTF_CONSTEXPR utf_char& operator=(utf16_pair inBytse) noexcept; + + public: + UTF_CONSTEXPR UTF_NODISCARD bool operator==(utf_char16 Other) const noexcept; + UTF_CONSTEXPR UTF_NODISCARD bool operator!=(utf_char16 Other) const noexcept; + + public: + UTF_CONSTEXPR UTF_NODISCARD utf_char8 GetAsUtf8() const noexcept; + UTF_CONSTEXPR UTF_NODISCARD utf_char16 GetAsUtf16() const noexcept; + UTF_CONSTEXPR UTF_NODISCARD utf_char32 GetAsUtf32() const noexcept; + + UTF_CONSTEXPR UTF_NODISCARD utf16_pair Get() const noexcept; + + UTF_CONSTEXPR UTF_NODISCARD UtfEncodingType GetEncoding() const noexcept; + UTF_CONSTEXPR UTF_NODISCARD uint8_t GetNumCodepoints() const noexcept; + + UTF_CONSTEXPR UTF_NODISCARD static uint8_t GetCodepointSize() noexcept; + }; + + template<> + struct utf_char + { + utf_cp32_t Char = { 0 }; + + public: + UTF_CONSTEXPR utf_char() = default; + UTF_CONSTEXPR utf_char(utf_char&&) = default; + UTF_CONSTEXPR utf_char(const utf_char&) = default; + + UTF_CONSTEXPR utf_char(utf_cp32_t InChar) noexcept; + + template()))> + UTF_CONSTEXPR utf_char(const char_type* SingleCharString) noexcept; + + public: + UTF_CONSTEXPR utf_char& operator=(utf_char&&) = default; + UTF_CONSTEXPR utf_char& operator=(const utf_char&) = default; + + UTF_CONSTEXPR utf_char& operator=(utf_cp32_t inBytse) noexcept; + + public: + UTF_CONSTEXPR UTF_NODISCARD bool operator==(utf_char32 Other) const noexcept; + UTF_CONSTEXPR UTF_NODISCARD bool operator!=(utf_char32 Other) const noexcept; + + public: + UTF_CONSTEXPR UTF_NODISCARD utf_char8 GetAsUtf8() const noexcept; + UTF_CONSTEXPR UTF_NODISCARD utf_char16 GetAsUtf16() const noexcept; + UTF_CONSTEXPR UTF_NODISCARD utf_char32 GetAsUtf32() const noexcept; + + UTF_CONSTEXPR UTF_NODISCARD utf_cp32_t Get() const noexcept; + + UTF_CONSTEXPR UTF_NODISCARD UtfEncodingType GetEncoding() const noexcept; + UTF_CONSTEXPR UTF_NODISCARD uint8_t GetNumCodepoints() const noexcept; + + UTF_CONSTEXPR UTF_NODISCARD static uint8_t GetCodepointSize() noexcept; + }; + + UTF_CONSTEXPR UTF_NODISCARD + uint8_t GetUtf8CharLenght(const utf_cp8_t C) noexcept + { + using namespace UtfImpl; + + /* No flag for any other byte-count is set */ + if ((C & 0b1000'0000) == 0) + { + return 0x1; + } + else if (Utils::IsFlagSet(C, Utf8::FourByteFlag)) + { + return 0x4; + } + else if (Utils::IsFlagSet(C, Utf8::ThreeByteFlag)) + { + return 0x3; + } + else if (Utils::IsFlagSet(C, Utf8::TwoByteFlag)) + { + return 0x2; + } + else + { + /* Invalid! This is a follow up codepoint but conversion needs to start at the start-codepoint. */ + return 0x0; + } + } + + UTF_CONSTEXPR UTF_NODISCARD + uint8_t GetUtf16CharLenght(const utf_cp16_t UpperCodepoint) noexcept + { + if (UtfImpl::Utf16::IsHighSurrogate(UpperCodepoint)) + return 0x2; + + return 0x1; + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char16 Utf32ToUtf16Pair(const utf_char32 Character) noexcept + { + using namespace UtfImpl; + + if (!Utf32::IsValidUnicodeChar(Character.Char)) + return utf16_pair{}; + + utf16_pair RetCharPair; + + if (Character.Char > USHRT_MAX) + { + const utf_cp32_t PreparedCodepoint = Character.Char - Utf16::SurrogatePairOffset; + + RetCharPair.Upper = (PreparedCodepoint >> 10) & 0b1111111111; + RetCharPair.Lower = PreparedCodepoint & 0b1111111111; + + // Surrogate-pair starting ranges for higher/lower surrogates + RetCharPair.Upper += Utf16::HighSurrogateRangeStart; + RetCharPair.Lower += Utf16::LowerSurrogateRangeStart; + + return RetCharPair; + } + + RetCharPair.Lower = static_cast(Character.Char); + + return RetCharPair; + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char32 Utf16PairToUtf32(const utf_char16 Character) noexcept + { + using namespace UtfImpl; + + // The surrogate-values are not valid Unicode codepoints + if (!Utf16::IsValidUnicodeChar(Character.Char.Lower, Character.Char.Upper)) + return utf_cp32_t{ 0 }; + + if (Character.Char.Upper) + { + // Move the characters back from the surrogate range to the normal range + const utf_cp16_t UpperCodepointWithoutSurrogate = static_cast(Character.Char.Upper - Utf16::HighSurrogateRangeStart); + const utf_cp16_t LowerCodepointWithoutSurrogate = static_cast(Character.Char.Lower - Utf16::LowerSurrogateRangeStart); + + return ((static_cast(UpperCodepointWithoutSurrogate) << 10) | LowerCodepointWithoutSurrogate) + Utf16::SurrogatePairOffset; + } + + return Character.Char.Lower; + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char8 Utf32ToUtf8Bytes(const utf_char32 Character) noexcept + { + using namespace UtfImpl; + using namespace UtfImpl::Utf8; + + if (!Utf32::IsValidUnicodeChar(Character.Char)) + return utf_char8{}; + + utf8_bytes RetBytes; + + if (Character.Char <= Max1ByteValue) + { + RetBytes.Codepoints[0] = static_cast(Character.Char); + } + else if (Character.Char <= Max2ByteValue) + { + /* Upper 3 bits of first byte are reserved for byte-lengh. */ + RetBytes.Codepoints[0] = TwoByteFlag; + RetBytes.Codepoints[0] |= Character.Char >> NumDataBitsInFollowupByte; // Lower bits stored in 2nd byte + + RetBytes.Codepoints[1] |= FollowupByteMask; + RetBytes.Codepoints[1] |= Character.Char & FollowupByteDataMask; + } + else if (Character.Char <= Max3ByteValue) + { + /* Upper 4 bits of first byte are reserved for byte-lengh. */ + RetBytes.Codepoints[0] = ThreeByteFlag; + RetBytes.Codepoints[0] |= Character.Char >> (NumDataBitsInFollowupByte * 2); // Lower bits stored in 2nd and 3rd bytes + + RetBytes.Codepoints[1] = FollowupByteMask; + RetBytes.Codepoints[1] |= (Character.Char >> NumDataBitsInFollowupByte) & FollowupByteDataMask; // Lower bits stored in 2nd byte + + RetBytes.Codepoints[2] = FollowupByteMask; + RetBytes.Codepoints[2] |= Character.Char & FollowupByteDataMask; + } + else if (Character.Char <= Max4ByteValue) + { + /* Upper 5 bits of first byte are reserved for byte-lengh. */ + RetBytes.Codepoints[0] = FourByteFlag; + RetBytes.Codepoints[0] |= Character.Char >> (NumDataBitsInFollowupByte * 3); // Lower bits stored in 2nd, 3rd and 4th bytes + + RetBytes.Codepoints[1] = FollowupByteMask; + RetBytes.Codepoints[1] |= (Character.Char >> (NumDataBitsInFollowupByte * 2)) & FollowupByteDataMask; // Lower bits stored in 3rd and 4th bytes + + RetBytes.Codepoints[2] = FollowupByteMask; + RetBytes.Codepoints[2] |= (Character.Char >> NumDataBitsInFollowupByte) & FollowupByteDataMask; // Lower bits stored in 4th byte + + RetBytes.Codepoints[3] = FollowupByteMask; + RetBytes.Codepoints[3] |= Character.Char & FollowupByteDataMask; + } + else + { + /* Above max allowed value. Invalid codepoint. */ + return RetBytes; + } + + return RetBytes; + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_cp32_t Utf8BytesToUtf32(const utf_char8 Character) noexcept + { + using namespace UtfImpl; + using namespace UtfImpl::Utf8; + + /* No flag for any other byte-count is set */ + if ((Character[0] & 0b1000'0000) == 0) + { + if (!Utf8::IsValidUtf8Sequence<1>(Character[0], Character[1], Character[2], Character[3])) // Verifies encoding + return utf_cp32_t{ 0 }; + + return Character[0]; + } + else if (Utils::IsFlagSet(Character[0], FourByteFlag)) + { + utf_cp32_t RetChar = Utils::GetWithClearedFlag(Character[3], FollowupByteMask); + RetChar |= Utils::GetWithClearedFlag(Character[2], FollowupByteMask) << (NumDataBitsInFollowupByte * 1); // Clear the FollowupByteMask and move the bits to the right position + RetChar |= Utils::GetWithClearedFlag(Character[1], FollowupByteMask) << (NumDataBitsInFollowupByte * 2); // Clear the FollowupByteMask and move the bits to the right position + RetChar |= Utils::GetWithClearedFlag(Character[0], FourByteFlag) << (NumDataBitsInFollowupByte * 3); // Clear the FourByteFlag and move the bits to the right position + + if (!Utf8::IsValidUtf8Sequence<4>(Character[0], Character[1], Character[2], Character[3]) // Verifies encoding + || !Utf32::IsValidUnicodeChar(RetChar)) // Verifies ranges + return utf_cp32_t{ 0 }; + + return RetChar; + } + else if (Utils::IsFlagSet(Character[0], ThreeByteFlag)) + { + utf_cp32_t RetChar = Utils::GetWithClearedFlag(Character[2], FollowupByteMask); + RetChar |= Utils::GetWithClearedFlag(Character[1], FollowupByteMask) << (NumDataBitsInFollowupByte * 1); // Clear the FollowupByteMask and move the bits to the right position + RetChar |= Utils::GetWithClearedFlag(Character[0], ThreeByteFlag) << (NumDataBitsInFollowupByte * 2); // Clear the ThreeByteFlag and move the bits to the right position + + if (!Utf8::IsValidUtf8Sequence<3>(Character[0], Character[1], Character[2], Character[3]) // Verifies encoding + || !Utf32::IsValidUnicodeChar(RetChar)) // Verifies ranges + return utf_cp32_t{ 0 }; + + return RetChar; + } + else if (Utils::IsFlagSet(Character[0], TwoByteFlag)) + { + utf_cp32_t RetChar = Utils::GetWithClearedFlag(Character[1], FollowupByteMask); // Clear the FollowupByteMask and move the bits to the right position + RetChar |= Utils::GetWithClearedFlag(Character[0], TwoByteFlag) << NumDataBitsInFollowupByte; // Clear the TwoByteFlag and move the bits to the right position + + if (!Utf8::IsValidUtf8Sequence<2>(Character[0], Character[1], Character[2], Character[3]) // Verifies encoding + || !Utf32::IsValidUnicodeChar(RetChar)) // Verifies ranges + return utf_cp32_t{ 0 }; + + return RetChar; + } + else + { + /* Invalid! This is a follow up codepoint but conversion needs to start at the start-codepoint. */ + return 0; + } + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char8 Utf16PairToUtf8Bytes(const utf_char16 Character) noexcept + { + return Utf32ToUtf8Bytes(Utf16PairToUtf32(Character)); + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char16 Utf8BytesToUtf16(const utf_char8 Character) noexcept + { + return Utf32ToUtf16Pair(Utf8BytesToUtf32(Character)); + } + + template< + typename codepoint_iterator_type, + typename iterator_deref_type = decltype(*std::declval()), // Iterator can be dereferenced + typename = typename std::enable_if::type) == utf_char8::GetCodepointSize()>::type // Return-value of derferenced iterator has the same size as one codepoint + > + class utf8_iterator : public UtfImpl::Iterator::utf_char_iterator_base, codepoint_iterator_type, utf_char8> + { + private: + typedef typename utf8_iterator own_type; + + friend UtfImpl::Iterator::utf_char_iterator_base_child_acessor; + + public: + using UtfImpl::Iterator::utf_char_iterator_base::utf_char_iterator_base; + + public: + utf8_iterator() = delete; + + private: + void ReadChar() + { + if (this->NextCharStartIterator == this->EndIterator) + return; + + // Reset the bytes of the character + this->CurrentChar = utf8_bytes{ 0 }; + + const int CharCodepointCount = GetUtf8CharLenght(static_cast(*this->NextCharStartIterator)); + + for (int i = 0; i < CharCodepointCount; i++) + { + // The least character ended abruptly + if (this->NextCharStartIterator == this->EndIterator) + { + this->CurrentIterator = this->EndIterator; + this->CurrentChar = utf8_bytes{ 0 }; + break; + } + + this->CurrentChar[static_cast(i)] = static_cast(*this->NextCharStartIterator); + this->NextCharStartIterator++; + } + } + }; + + template< + typename codepoint_iterator_type, + typename iterator_deref_type = decltype(*std::declval()), // Iterator can be dereferenced + typename = typename std::enable_if::type) == utf_char16::GetCodepointSize()>::type // Return-value of derferenced iterator has the same size as one codepoint + > + class utf16_iterator : public UtfImpl::Iterator::utf_char_iterator_base, codepoint_iterator_type, utf_char16> + { + private: + typedef typename utf16_iterator own_type; + + friend UtfImpl::Iterator::utf_char_iterator_base_child_acessor; + + public: + using UtfImpl::Iterator::utf_char_iterator_base::utf_char_iterator_base; + + public: + utf16_iterator() = delete; + + private: + UTF_CONSTEXPR void ReadChar() + { + if (this->NextCharStartIterator == this->EndIterator) + return; + + // Reset the bytes of the character + this->CurrentChar = utf16_pair{ 0 }; + + const int CharCodepointCount = GetUtf16CharLenght(static_cast(*this->NextCharStartIterator)); + + if (CharCodepointCount == 0x1) + { + // Read the only codepoint + this->CurrentChar.Char.Lower = *this->NextCharStartIterator; + this->NextCharStartIterator++; + + return; + } + + // Read the first of two codepoints + this->CurrentChar.Char.Upper = *this->NextCharStartIterator; + this->NextCharStartIterator++; + + // The least character ended abruptly + if (this->NextCharStartIterator == this->EndIterator) + { + this->CurrentChar = utf16_pair{ 0 }; + this->CurrentIterator = this->EndIterator; + return; + } + + // Read the second of two codepoints + this->CurrentChar.Char.Lower = *this->NextCharStartIterator; + this->NextCharStartIterator++; + } + }; + + template< + typename codepoint_iterator_type, + typename iterator_deref_type = decltype(*std::declval()), // Iterator can be dereferenced + typename = typename std::enable_if::type) == utf_char32::GetCodepointSize()>::type // Return-value of derferenced iterator has the same size as one codepoint + > + class utf32_iterator : public UtfImpl::Iterator::utf_char_iterator_base, codepoint_iterator_type, utf_char32> + { + private: + typedef typename utf32_iterator own_type; + + friend UtfImpl::Iterator::utf_char_iterator_base_child_acessor; + + public: + using UtfImpl::Iterator::utf_char_iterator_base::utf_char_iterator_base; + + public: + utf32_iterator() = delete; + + public: + template + auto Replace(const char_type NewChar) -> std::enable_if_t::value> + { + this->CurrentChar = NewChar; + *this->CurrentIterator = NewChar; + } + + private: + void ReadChar() + { + if (this->NextCharStartIterator == this->EndIterator) + return; + + this->CurrentChar = *this->NextCharStartIterator; + this->NextCharStartIterator++; + } + }; + + template::value, int>::type = 0 + > + UTF_CONSTEXPR UTF_NODISCARD + utf_char8 ParseUtf8CharFromStr(const codepoint_type* Str) + { + if (!Str) + return utf8_bytes{}; + + const utf_cp8_t FirstCodepoint = static_cast(Str[0]); + const auto CharLength = GetUtf8CharLenght(FirstCodepoint); + + if (CharLength == 0) + return utf8_bytes{}; + + utf8_bytes RetChar; + RetChar.Codepoints[0] = FirstCodepoint; + + for (int i = 1; i < CharLength; i++) + { + const utf_cp8_t CurrentCodepoint = static_cast(Str[i]); + + // Filters the null-terminator and other invalid followup bytes + if (!UtfImpl::Utf8::IsValidFollowupCodepoint(CurrentCodepoint)) + return utf8_bytes{}; + + RetChar.Codepoints[i] = CurrentCodepoint; + } + + return RetChar; + } + + template::value, int>::type = 0 + > + UTF_CONSTEXPR UTF_NODISCARD + utf_char16 ParseUtf16CharFromStr(const codepoint_type* Str) + { + if (!Str) + return utf_char16{}; + + const utf_cp16_t FirstCodepoint = static_cast(Str[0]); + + if (GetUtf16CharLenght(FirstCodepoint) == 1) + return utf16_pair{ FirstCodepoint }; + + return utf16_pair{ FirstCodepoint, static_cast(Str[1]) }; + } + + template::value, int>::type = 0 + > + UTF_CONSTEXPR UTF_NODISCARD + utf_char32 ParseUtf32CharFromStr(const codepoint_type* Str) + { + if (!Str) + return utf_char32{}; + + return static_cast(Str[0]); + } + + + /* + * Conversions from UTF-16 to UTF-8 + */ + template()))>::type + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf8_char_string Utf16StringToUtf8String(utf16_iterator StringIteratorToConvert) + { + utf8_char_string RetString; + + for (const utf_char16 Char : StringIteratorToConvert) + { + const auto NewChar = Utf16PairToUtf8Bytes(Char); + + for (int i = 0; i < NewChar.GetNumCodepoints(); i++) + RetString += static_cast(NewChar[static_cast(i)]); + } + + return RetString; + } + + template())), + typename = utf16_iterator + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf8_char_string Utf16StringToUtf8String(const utf16_char_string& StringToConvert) + { + return Utf16StringToUtf8String(utf16_iterator(StringToConvert)); + } + + template + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf8_char_string Utf16StringToUtf8String(utf16_char_type(&StringToConvert)[CStrLenght]) + { + return Utf16StringToUtf8String(utf16_iterator(std::begin(StringToConvert), std::end(StringToConvert))); + } + + template + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf8_char_string Utf16StringToUtf8String(const utf16_char_type* StringToConvert, int NonNullTermiantedLength) + { + return Utf16StringToUtf8String(utf16_iterator(StringToConvert, StringToConvert + NonNullTermiantedLength)); + } + + + /* + * Conversions from UTF-32 to UTF-8 + */ + template()))>::type + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf8_char_string Utf32StringToUtf8String(utf32_iterator StringIteratorToConvert) + { + utf8_char_string RetString; + + for (const utf_char32 Char : StringIteratorToConvert) + { + const auto NewChar = Utf32ToUtf8Bytes(Char); + + for (int i = 0; i < NewChar.GetNumCodepoints(); i++) + RetString += static_cast(NewChar[static_cast(i)]); + } + + return RetString; + } + + template())), + typename = utf32_iterator + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf8_char_string Utf32StringToUtf8String(const utf32_char_string& StringToConvert) + { + return Utf32StringToUtf8String(utf32_iterator(StringToConvert)); + } + + template + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf8_char_string Utf32StringToUtf8String(utf32_char_type(&StringToConvert)[cstr_lenght]) + { + return Utf32StringToUtf8String(utf32_iterator(std::begin(StringToConvert), std::end(StringToConvert))); + } + + template + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf8_char_string Utf32StringToUtf8String(const utf32_char_type* StringToConvert, int NonNullTermiantedLength) + { + return Utf32StringToUtf8String(utf32_iterator(StringToConvert, StringToConvert + NonNullTermiantedLength)); + } + + + /* + * Conversions from UTF-8 to UTF-16 + */ + template()))>::type + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf16_char_string Utf8StringToUtf16String(utf8_iterator StringIteratorToConvert) + { + utf16_char_string RetString; + + for (const utf_char8 Char : StringIteratorToConvert) + { + const auto NewChar = Utf8BytesToUtf16(Char); + + if (NewChar.GetNumCodepoints() > 1) + RetString += NewChar.Get().Upper; + + RetString += NewChar.Get().Lower; + } + + return RetString; + } + + template())), + typename = utf8_iterator + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf16_char_string Utf8StringToUtf16String(const utf8_char_string& StringToConvert) + { + return Utf8StringToUtf16String(utf8_iterator(StringToConvert)); + } + + template + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf16_char_string Utf8StringToUtf16String(utf8_char_type(&StringToConvert)[cstr_lenght]) + { + return Utf32StringToUtf16String(utf8_iterator(std::begin(StringToConvert), std::end(StringToConvert))); + } + + template + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf16_char_string Utf8StringToUtf16String(const utf8_char_type* StringToConvert, int NonNullTermiantedLength) + { + return Utf32StringToUtf16String(utf32_iterator(StringToConvert, StringToConvert + NonNullTermiantedLength)); + } + + + /* + * Conversions from UTF-32 to UTF-16 + */ + template()))>::type + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf16_char_string Utf32StringToUtf16String(utf32_iterator StringIteratorToConvert) + { + utf16_char_string RetString; + + for (const utf_char32 Char : StringIteratorToConvert) + { + const auto NewChar = Utf32ToUtf16Pair(Char); + + if (NewChar.GetNumCodepoints() > 1) + RetString += NewChar.Get().Upper; + + RetString += NewChar.Get().Lower; + } + + return RetString; + } + + template())), + typename = utf32_iterator + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf16_char_string Utf32StringToUtf16String(const utf32_char_string& StringToConvert) + { + return Utf32StringToUtf16String(utf32_iterator(StringToConvert)); + } + + template + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf16_char_string Utf32StringToUtf16String(utf32_char_type(&StringToConvert)[cstr_lenght]) + { + return Utf32StringToUtf16String(utf32_iterator(std::begin(StringToConvert), std::end(StringToConvert))); + } + + template + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf16_char_string Utf32StringToUtf16String(const utf32_char_type* StringToConvert, int NonNullTermiantedLength) + { + return Utf32StringToUtf16String(utf32_iterator(StringToConvert, StringToConvert + NonNullTermiantedLength)); + } + + + /* + * Conversions from UTF-8 to UTF-32 + */ + template()))>::type + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf32_char_string Utf8StringToUtf32String(utf8_iterator StringIteratorToConvert) + { + utf32_char_string RetString; + + for (const utf_char8 Char : StringIteratorToConvert) + { + RetString += Utf8BytesToUtf32(Char); + } + + return RetString; + } + + template())), + typename = utf8_iterator + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf32_char_string Utf8StringToUtf32String(const utf8_char_string& StringToConvert) + { + return Utf8StringToUtf32String(utf8_iterator(StringToConvert)); + } + + template + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf32_char_string Utf8StringToUtf32String(utf8_char_type(&StringToConvert)[cstr_lenght]) + { + return Utf8StringToUtf32String(utf8_iterator(std::begin(StringToConvert), std::end(StringToConvert))); + } + + template + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf32_char_string Utf8StringToUtf32String(const utf8_char_type* StringToConvert, int NonNullTermiantedLength) + { + return Utf8StringToUtf32String(utf8_iterator(StringToConvert, StringToConvert + NonNullTermiantedLength)); + } + + + /* + * Conversions from UTF-16 to UTF-32 + */ + template()))>::type + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf32_char_string Utf16StringToUtf32String(utf16_iterator StringIteratorToConvert) + { + utf32_char_string RetString; + + for (const utf_char16 Char : StringIteratorToConvert) + { + RetString += Utf16PairToUtf32(Char).Get(); + } + + return RetString; + } + + template())), + typename = utf16_iterator + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf32_char_string Utf16StringToUtf32String(const utf16_char_string& StringToConvert) + { + return Utf16StringToUtf32String(utf16_iterator(StringToConvert)); + } + + template + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf32_char_string Utf16StringToUtf32String(utf16_char_type(&StringToConvert)[cstr_lenght]) + { + return Utf16StringToUtf32String(utf16_iterator(std::begin(StringToConvert), std::end(StringToConvert))); + } + + template + > + UTF_CONSTEXPR20 UTF_NODISCARD + utf32_char_string Utf16StringToUtf32String(const utf16_char_type* StringToConvert, int NonNullTermiantedLength) + { + return Utf16StringToUtf32String(utf16_iterator(StringToConvert, StringToConvert + NonNullTermiantedLength)); + } + + + template())), // has 'begin()' + typename = decltype(std::end(std::declval())) // has 'end()' + > + UTF_CONSTEXPR20 UTF_NODISCARD + string_type WStringToString(const wstring_type& WideString) + { + using char_type = typename std::decay()))>::type; + + // Workaround to missing 'if constexpr (...)' in Cpp14. Satisfies the requirements of conversion-functions. Safe because the incorrect function is never going to be invoked. + struct dummy_2byte_str { uint16_t* begin() const { return nullptr; }; uint16_t* end() const { return nullptr; }; }; + struct dummy_4byte_str { uint32_t* begin() const { return nullptr; }; uint32_t* end() const { return nullptr; }; }; + + if UTF_IF_CONSTEXPR (sizeof(char_type) == 0x2) // UTF-16 + { + using type_to_use = typename std::conditional::type; + return Utf16StringToUtf8String(UtfImpl::Utils::ForceCastIfMissmatch(WideString)); + } + else // UTF-32 + { + using type_to_use = typename std::conditional::type; + return Utf32StringToUtf8String(UtfImpl::Utils::ForceCastIfMissmatch(WideString)); + } + } + + template())), // has 'begin()' + typename = decltype(std::end(std::declval())) // has 'end()' + > + UTF_CONSTEXPR20 UTF_NODISCARD + wstring_type StringToWString(const string_type& NarrowString) + { + using char_type = typename std::decay()))>::type; + + // Workaround to missing 'if constexpr (...)' in Cpp14. Satisfies the requirements of conversion-functions. Safe because the incorrect function is never going to be invoked. + struct dummy_2byte_str { uint16_t* begin() const { return nullptr; }; uint16_t* end() const { return nullptr; }; }; + struct dummy_4byte_str { uint32_t* begin() const { return nullptr; }; uint32_t* end() const { return nullptr; }; }; + + if UTF_IF_CONSTEXPR(sizeof(char_type) == 0x2) // UTF-16 + { + using type_to_use = typename std::conditional::type; + return Utf8StringToUtf16String(NarrowString); + } + else // UTF-32 + { + using type_to_use = typename std::conditional::type; + return Utf8StringToUtf32String(NarrowString); + } + } + + + template + UTF_CONSTEXPR byte_iterator_type ReplaceUtf8(byte_iterator_type Begin, byte_iterator_type End, utf_cp8_t CharToReplace, utf_cp8_t ReplacementChar) + { + using namespace UtfImpl; + + if (Begin == End) + return End; + + const auto ToReplaceSize = GetUtf8CharLenght(CharToReplace); + const auto ReplacementSize = GetUtf8CharLenght(ReplacementChar); + + if (ToReplaceSize == ReplacementSize) // Trivial replacement + { + // TODO + } + else if (ToReplaceSize < ReplacementSize) // + { + // TODO + } + else /* if (ToReplaceSize > ReplacementSize) */ // Replace and move following bytes back + { + // TODO + } + } + + // utf_char spezialization-implementation for Utf8 + UTF_CONSTEXPR utf_char::utf_char(utf8_bytes InChar) noexcept + : Char(InChar) + { + } + + template + UTF_CONSTEXPR utf_char::utf_char(const char_type* SingleCharString) noexcept + : utf_char(ParseUtf8CharFromStr(SingleCharString)) + { + } + + UTF_CONSTEXPR utf_char& utf_char::operator=(utf8_bytes inBytse) noexcept + { + Char.Codepoints[0] = inBytse.Codepoints[0]; + Char.Codepoints[1] = inBytse.Codepoints[1]; + Char.Codepoints[2] = inBytse.Codepoints[2]; + Char.Codepoints[3] = inBytse.Codepoints[3]; + + return *this; + } + + UTF_CONSTEXPR UTF_NODISCARD + bool utf_char::operator==(utf_char8 Other) const noexcept + { + return Char == Other.Char; + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_cp8_t& utf_char::operator[](const uint8_t Index) + { +#ifdef _DEBUG + if (Index >= 0x4) + throw std::out_of_range("Index was greater than 4!"); +#endif // _DEBUG + return Char.Codepoints[Index]; + } + + UTF_CONSTEXPR UTF_NODISCARD + const utf_cp8_t& utf_char::operator[](const uint8_t Index) const + { +#ifdef _DEBUG + if (Index >= 0x4) + throw std::out_of_range("Index was greater than 4!"); +#endif // _DEBUG + return Char.Codepoints[Index]; + } + + UTF_CONSTEXPR UTF_NODISCARD + bool utf_char::operator!=(utf_char8 Other) const noexcept + { + return Char != Other.Char; + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char8 utf_char::GetAsUtf8() const noexcept + { + return *this; + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char16 utf_char::GetAsUtf16() const noexcept + { + return Utf8BytesToUtf16(*this); + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char32 utf_char::GetAsUtf32() const noexcept + { + return Utf8BytesToUtf32(*this); + } + + UTF_CONSTEXPR UTF_NODISCARD + utf8_bytes utf_char::Get() const + { + return Char; + } + + UTF_CONSTEXPR UTF_NODISCARD + UtfEncodingType utf_char::GetEncoding() const noexcept + { + return UtfEncodingType::Utf8; + } + + UTF_CONSTEXPR UTF_NODISCARD + uint8_t utf_char::GetNumCodepoints() const noexcept + { + return GetUtf8CharLenght(Char.Codepoints[0]); + } + + UTF_CONSTEXPR UTF_NODISCARD + /* static */ uint8_t utf_char::GetCodepointSize() noexcept + { + return 0x1; + } + + + + // utf_char spezialization-implementation for Utf8 + UTF_CONSTEXPR utf_char::utf_char(utf16_pair InChar) noexcept + : Char(InChar) + { + } + + template + UTF_CONSTEXPR utf_char::utf_char(const char_type* SingleCharString) noexcept + : utf_char(ParseUtf16CharFromStr(SingleCharString)) + { + } + + UTF_CONSTEXPR utf_char& utf_char::operator=(utf16_pair inBytse) noexcept + { + Char.Upper = inBytse.Upper; + Char.Lower = inBytse.Lower; + + return *this; + } + + UTF_CONSTEXPR UTF_NODISCARD + bool utf_char::operator==(utf_char16 Other) const noexcept + { + return Char == Other.Char; + } + + UTF_CONSTEXPR UTF_NODISCARD + bool utf_char::operator!=(utf_char16 Other) const noexcept + { + return Char != Other.Char; + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char8 utf_char::GetAsUtf8() const noexcept + { + return Utf16PairToUtf8Bytes(Char); + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char16 utf_char::GetAsUtf16() const noexcept + { + return Char; + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char32 utf_char::GetAsUtf32() const noexcept + { + return Utf16PairToUtf32(Char); + } + + UTF_CONSTEXPR UTF_NODISCARD + utf16_pair utf_char::Get() const noexcept + { + return Char; + } + + UTF_CONSTEXPR UTF_NODISCARD + UtfEncodingType utf_char::GetEncoding() const noexcept + { + return UtfEncodingType::Utf16; + } + + UTF_CONSTEXPR UTF_NODISCARD + uint8_t utf_char::GetNumCodepoints() const noexcept + { + return GetUtf16CharLenght(Char.Upper); + } + + UTF_CONSTEXPR UTF_NODISCARD + /* static */ uint8_t utf_char::GetCodepointSize() noexcept + { + return 0x2; + } + + + + // utf_char spezialization-implementation for Utf32 + UTF_CONSTEXPR utf_char::utf_char(utf_cp32_t InChar) noexcept + : Char(InChar) + { + } + + template + UTF_CONSTEXPR utf_char::utf_char(const char_type* SingleCharString) noexcept + : Char(*SingleCharString) + { + } + + UTF_CONSTEXPR utf_char& utf_char::operator=(utf_cp32_t inBytse) noexcept + { + Char = inBytse; + return *this; + } + + UTF_CONSTEXPR UTF_NODISCARD + bool utf_char::operator==(utf_char32 Other) const noexcept + { + return Char == Other.Char; + } + + UTF_CONSTEXPR UTF_NODISCARD + bool utf_char::operator!=(utf_char32 Other) const noexcept + { + return Char != Other.Char; + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char8 utf_char::GetAsUtf8() const noexcept + { + return Utf32ToUtf8Bytes(Char); + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char16 utf_char::GetAsUtf16() const noexcept + { + return Utf32ToUtf16Pair(Char); + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_char32 utf_char::GetAsUtf32() const noexcept + { + return Char; + } + + UTF_CONSTEXPR UTF_NODISCARD + utf_cp32_t utf_char::Get() const noexcept + { + return Char; + } + + UTF_CONSTEXPR UTF_NODISCARD + UtfEncodingType utf_char::GetEncoding() const noexcept + { + return UtfEncodingType::Utf32; + } + + UTF_CONSTEXPR UTF_NODISCARD + uint8_t utf_char::GetNumCodepoints() const noexcept + { + return 0x1; + } + + UTF_CONSTEXPR UTF_NODISCARD + /* static */ uint8_t utf_char::GetCodepointSize() noexcept + { + return 0x4; + } +} + +#undef UTF_CONSTEXPR +#undef UTF_CONSTEXPR14 +#undef UTF_CONSTEXPR17 +#undef UTF_CONSTEXPR20 +#undef UTF_CONSTEXPR23 +#undef UTF_CONSTEXPR26 + + +// Restore all warnings suppressed for the UTF-N implementation +#if (defined(_MSC_VER)) +#pragma warning (pop) +#elif (defined(__CLANG__) || defined(__GNUC__)) +#pragma GCC diagnostic pop +#endif // Warnings \ No newline at end of file diff --git a/Internal/Libs/FreeType b/Internal/Libs/FreeType deleted file mode 160000 index 03e00dd..0000000 --- a/Internal/Libs/FreeType +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 03e00dd8a3016a0e753c037897d19aba613d50e3 diff --git a/Internal/Libs/ImGui b/Internal/Libs/ImGui deleted file mode 160000 index faa0303..0000000 --- a/Internal/Libs/ImGui +++ /dev/null @@ -1 +0,0 @@ -Subproject commit faa03031b4cdf34fe9174c4e73dd769a5b41fda5 diff --git a/Internal/Libs/MinHook b/Internal/Libs/MinHook deleted file mode 160000 index c707347..0000000 --- a/Internal/Libs/MinHook +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c7073472e6cb0ebcc31b7be1240d2a6b03acccf8 diff --git a/Internal/Libs/Nlohmann.json b/Internal/Libs/Nlohmann.json deleted file mode 160000 index 00ecc7e..0000000 --- a/Internal/Libs/Nlohmann.json +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 00ecc7ed7ab2f37fbdf5bc7eca46503301999547 diff --git a/Internal/Localization/Localization.cpp b/Internal/Localization/Localization.cpp index 4935f17..519d8cf 100644 --- a/Internal/Localization/Localization.cpp +++ b/Internal/Localization/Localization.cpp @@ -1,5 +1,5 @@ #include "pch.h" -#include "Includes.hpp" + #include "Locales/English.hpp" #include "Locales/German.hpp" #include "Locales/Polish.hpp" diff --git a/Internal/Localization/Localization.hpp b/Internal/Localization/Localization.hpp index 0f43894..f87ce32 100644 --- a/Internal/Localization/Localization.hpp +++ b/Internal/Localization/Localization.hpp @@ -1,6 +1,5 @@ #pragma once #include "pch.h" -#include "Includes.hpp" // http://zuga.net/articles/unicode-all-characters-supported-by-the-font-tahoma/ const ImWchar DefaultRanges[] = { 0x0020, 0x00FF, 0x0 }; diff --git a/Internal/Memory/Memory.cpp b/Internal/Memory/Memory.cpp index f832b49..25f0ace 100644 --- a/Internal/Memory/Memory.cpp +++ b/Internal/Memory/Memory.cpp @@ -1,5 +1,4 @@ #include "pch.h" -#include "Includes.hpp" // https://stackoverflow.com/questions/48708440/check-if-i-can-write-to-memory // https://stackoverflow.com/questions/18394647/can-i-check-if-memory-block-is-readable-without-raising-exception-with-c diff --git a/Internal/Memory/Windows/WindowsMemory.cpp b/Internal/Memory/Windows/WindowsMemory.cpp index d7fe928..445390c 100644 --- a/Internal/Memory/Windows/WindowsMemory.cpp +++ b/Internal/Memory/Windows/WindowsMemory.cpp @@ -1,9 +1,13 @@ #include "pch.h" -#include "Includes.hpp" #include "WindowsMemory.hpp" #include +HMODULE Memory::GetModule(std::string_view sModuleName) +{ + return GetModuleHandleA(sModuleName.data()); +} + static std::unordered_map aCachedModules{}; LPMODULEINFO Memory::GetModuleInfo(std::string_view sModuleName) { diff --git a/Internal/Memory/Windows/WindowsMemory.hpp b/Internal/Memory/Windows/WindowsMemory.hpp index e15b32b..9f0618e 100644 --- a/Internal/Memory/Windows/WindowsMemory.hpp +++ b/Internal/Memory/Windows/WindowsMemory.hpp @@ -5,6 +5,9 @@ namespace Memory { + // Check if a module is loaded + HMODULE GetModule(std::string_view sModuleName); + // Gets loaded module info LPMODULEINFO GetModuleInfo(std::string_view sModuleName); LPMODULEINFO GetModuleInfo(HMODULE hModule); diff --git a/Internal/PCH/pch.h b/Internal/PCH/pch.h index 466a30d..ba99bca 100644 --- a/Internal/PCH/pch.h +++ b/Internal/PCH/pch.h @@ -62,23 +62,26 @@ #include -#include "../Libs/MinHook/include/MinHook.h" +#include #define IMGUI_DEFINE_MATH_OPERATORS -#include "../Libs/ImGUI/imgui.h" -#include "../Libs/ImGUI/misc/cpp/imgui_stdlib.h" -#include "../Libs/ImGUI/misc/freetype/imgui_freetype.h" +#include +#include +#include #include "../GUI/Addons/imgui_addons.hpp" -#include "../Libs/ImGui/backends/imgui_impl_win32.h" +#include #include "../GUI/Fonts/IconsFontAwesome6.hpp" #include "../GUI/Fonts/IconsFontAwesome6Brands.hpp" #include "../GUI/Fonts/MuseoSans.hpp" #include "../GUI/Fonts/Poppins_Medium.hpp" -#include "../Libs/Nlohmann.json/single_include/nlohmann/json.hpp" +#include #include "../Libs/CRC64/CRC64.hpp" #define STB_OMIT_TESTS -#include "../Libs/StringToBytes/stb.hpp" \ No newline at end of file +#include "../Libs/StringToBytes/stb.hpp" + +#include "../Includes.hpp" + diff --git a/Internal/Utils/Console/Console.cpp b/Internal/Utils/Console/Console.cpp index 3275926..30fd656 100644 --- a/Internal/Utils/Console/Console.cpp +++ b/Internal/Utils/Console/Console.cpp @@ -1,5 +1,4 @@ #include "pch.h" -#include "Includes.hpp" Console::Console(bool bVisibility, std::string sConsoleTitle, DWORD dwMode) noexcept { diff --git a/Internal/Utils/Logging/Logging.cpp b/Internal/Utils/Logging/Logging.cpp index d22ba36..f1abfcd 100644 --- a/Internal/Utils/Logging/Logging.cpp +++ b/Internal/Utils/Logging/Logging.cpp @@ -1,5 +1,4 @@ #include "pch.h" -#include "Includes.hpp" #include "Colors.hpp" // Include the colors header file which contains the color class used to set the color of the console text to make it look pretty // I hate this. diff --git a/Internal/Utils/Logging/Logging.hpp b/Internal/Utils/Logging/Logging.hpp index bb23825..f39e0d4 100644 --- a/Internal/Utils/Logging/Logging.hpp +++ b/Internal/Utils/Logging/Logging.hpp @@ -1,5 +1,5 @@ #pragma once -#include "Includes.hpp" + namespace Utils { diff --git a/Internal/Utils/Utils.cpp b/Internal/Utils/Utils.cpp index 3732bcb..c457be4 100644 --- a/Internal/Utils/Utils.cpp +++ b/Internal/Utils/Utils.cpp @@ -1,5 +1,4 @@ #include "pch.h" -#include "Includes.hpp" static std::optional GetFrameworkFolder() { diff --git a/Internal/dllmain.cpp b/Internal/dllmain.cpp index 22ae789..9a2439c 100644 --- a/Internal/dllmain.cpp +++ b/Internal/dllmain.cpp @@ -1,5 +1,5 @@ #include "pch.h" -#include "Includes.hpp" + static bool FrameworkInit() { @@ -27,8 +27,6 @@ static bool FrameworkInit() #if ENGINE_UNREAL Utils::LogDebug("Initializing FNames, this can take a bit."); Utils::LogDebug(std::format("Unreal: {:#010x}", reinterpret_cast(Framework::unreal.get()))); - FNames::Initialize(); - Utils::LogDebug("FNames initialized!"); #endif try { @@ -62,10 +60,6 @@ DWORD WINAPI FrameworkMainThread(LPVOID lpParam) while (Framework::bShouldRun) { -#if ENGINE_UNREAL - Framework::unreal.get()->RefreshActorList(); -#endif - for (auto& pFeature : Framework::g_vecFeatures) pFeature->Run(); @@ -106,7 +100,6 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ulReasonForCall, LPVOID lpReserved) Framework::console->SetVisibility(true); // Set the console to be visible by default if the framework is in debug mode #endif - DisableThreadLibraryCalls(hModule); HANDLE hThread = CreateThread(NULL, 0, FrameworkMainThread, hModule, 0, NULL); if (hThread) CloseHandle(hThread); diff --git a/update_compile_commands.bat b/update_compile_commands.bat new file mode 100644 index 0000000..f8f9d7d --- /dev/null +++ b/update_compile_commands.bat @@ -0,0 +1,3 @@ +@echo off +xmake project -k compile_commands +move compile_commands.json .vscode/compile_commands.json \ No newline at end of file diff --git a/xmake.lua b/xmake.lua index bb31168..ffdf032 100644 --- a/xmake.lua +++ b/xmake.lua @@ -1,216 +1,59 @@ add_rules("mode.debug", "mode.release") -target("FreeType") - set_languages("clatest") - set_kind("static") - - if is_mode("debug") then - set_runtimes("MDd") - set_targetdir("Build/Debug/FreeType") - else - set_runtimes("MD") - set_targetdir("Build/Release/FreeType") - end - - add_defines("_LIB", "_CRT_SECURE_NO_WARNINGS", "FT2_BUILD_LIBRARY", "DLL_EXPORT") - - add_includedirs("Internal/Libs/FreeType/include") - - add_files("Internal/Libs/FreeType/src/autofit/autofit.c") - add_files("Internal/Libs/FreeType/src/bdf/bdf.c") - add_files("Internal/Libs/FreeType/src/cff/cff.c") - add_files("Internal/Libs/FreeType/src/dlg/dlgwrap.c") - add_files("Internal/Libs/FreeType/src/base/ftbase.c") - add_files("Internal/Libs/FreeType/src/cache/ftcache.c") - add_files("Internal/Libs/FreeType/src/base/ftdebug.c") - add_files("Internal/Libs/FreeType/src/gzip/ftgzip.c") - add_files("Internal/Libs/FreeType/src/base/ftinit.c") - add_files("Internal/Libs/FreeType/src/lzw/ftlzw.c") - add_files("Internal/Libs/FreeType/src/base/ftsystem.c") - add_files("Internal/Libs/FreeType/src/pcf/pcf.c") - add_files("Internal/Libs/FreeType/src/pfr/pfr.c") - add_files("Internal/Libs/FreeType/src/psaux/psaux.c") - add_files("Internal/Libs/FreeType/src/pshinter/pshinter.c") - add_files("Internal/Libs/FreeType/src/psnames/psmodule.c") - add_files("Internal/Libs/FreeType/src/raster/raster.c") - add_files("Internal/Libs/FreeType/src/sdf/sdf.c") - add_files("Internal/Libs/FreeType/src/sfnt/sfnt.c") - add_files("Internal/Libs/FreeType/src/smooth/smooth.c") - add_files("Internal/Libs/FreeType/src/svg/svg.c") - add_files("Internal/Libs/FreeType/src/truetype/truetype.c") - add_files("Internal/Libs/FreeType/src/type1/type1.c") - add_files("Internal/Libs/FreeType/src/cid/type1cid.c") - add_files("Internal/Libs/FreeType/src/type42/type42.c") - add_files("Internal/Libs/FreeType/src/winfonts/winfnt.c") - add_files("Internal/Libs/FreeType/src/base/ftbbox.c") - add_files("Internal/Libs/FreeType/src/base/ftbdf.c") - add_files("Internal/Libs/FreeType/src/base/ftbitmap.c") - add_files("Internal/Libs/FreeType/src/base/ftcid.c") - add_files("Internal/Libs/FreeType/src/base/ftfstype.c") - add_files("Internal/Libs/FreeType/src/base/ftgasp.c") - add_files("Internal/Libs/FreeType/src/base/ftglyph.c") - add_files("Internal/Libs/FreeType/src/base/ftgxval.c") - add_files("Internal/Libs/FreeType/src/base/ftmm.c") - add_files("Internal/Libs/FreeType/src/base/ftotval.c") - add_files("Internal/Libs/FreeType/src/base/ftpatent.c") - add_files("Internal/Libs/FreeType/src/base/ftpfr.c") - add_files("Internal/Libs/FreeType/src/base/ftstroke.c") - add_files("Internal/Libs/FreeType/src/base/ftsynth.c") - add_files("Internal/Libs/FreeType/src/base/fttype1.c") - add_files("Internal/Libs/FreeType/src/base/ftwinfnt.c") - -target("MinHook") - set_languages("clatest") - set_kind("static") - - if is_mode("debug") then - set_runtimes("MDd") - set_targetdir("Build/Debug/MinHook") - else - set_runtimes("MD") - set_targetdir("Build/Release/MinHook") - end - - add_files("Internal/Libs/MinHook/src/*.c") - add_files("Internal/Libs/MinHook/src/**/*.c") +if is_mode("debug") then + set_symbols("debug", "edit") +end + +option("avx2") + set_default(true) + set_showmenu(true) + set_description("Enable AVX2 optimizations") +option_end() + +set_targetdir(is_mode("debug") and "Build/Debug" or "Build/Release") +set_runtimes(is_mode("debug") and "MDd" or "MD") + +add_requires("vcpkg::minhook", {configs = {debug = is_mode("debug")}}) +add_requires("vcpkg::imgui", {configs = {debug = is_mode("debug"), features = {"win32-binding", "dx12-binding", "dx11-binding", "freetype"}}}) +add_requires("vcpkg::freetype", {configs = {debug = is_mode("debug")}}) +add_requires("vcpkg::nlohmann-json", {configs = {debug = is_mode("debug")}}) +add_requires("vcpkg::libpng", {configs = {debug = is_mode("debug")}}) +add_requires("vcpkg::brotli", {configs = {debug = is_mode("debug")}}) +add_requires("vcpkg::zlib", {configs = {debug = is_mode("debug")}}) +add_requires("vcpkg::bzip2", {configs = {debug = is_mode("debug")}}) target("Internal") - add_deps("FreeType", "MinHook") + if has_config("avx2") then + add_vectorexts("avx2") + end set_languages("c++latest") set_kind("shared") set_pcxxheader("Internal/PCH/pch.h") - add_includedirs("Internal", "Internal/PCH", "Internal/Libs/ImGui", "Internal/Libs/FreeType/include") - - if is_mode("debug") then - add_linkdirs("Build/Debug/MinHook", "Build/Debug/FreeType") - else - add_linkdirs("Build/Release/MinHook", "Build/Release/FreeType") - end - - add_links( - "kernel32", "user32", "gdi32", "winspool", "comdlg32", - "advapi32", "shell32", "ole32", "oleaut32", "uuid", - "odbc32", "odbccp32" - ) - - add_links("FreeType.lib") - add_links("MinHook.lib") - - if is_mode("debug") then - set_runtimes("MDd") - set_targetdir("Build/Debug/Internal") - add_defines("_DEBUG") - - add_cxflags( - "/permissive-", -- Enforce standard C++ compliance - "/GS", -- Buffer security check - "/W3", -- Warning level 3 - "/Zc:wchar_t", -- Treat wchar_t as a built-in type - --"/ZI", -- Edit-and-continue debug information - "/Od", -- Disable optimizations for debugging - "/sdl", -- Enable additional security checks - "/Zc:inline", -- Remove unused inline functions - "/fp:precise", -- Floating-point model: precise - "/WX-", -- Do not treat warnings as errors - "/Zc:forScope", -- Enforce standard C++ for-loop scope - "/RTC1", -- Enable runtime error checks (stack frame consistency) - "/Gd", -- Use __cdecl calling convention - "/MDd", -- Use multi-threaded **debug** DLL runtime - "/FC", -- Show full path in diagnostics - "/EHsc", -- Enable C++ exception handling - "/nologo" -- Suppress startup banner - ) - - add_ldflags( - "/MANIFEST", -- Generate a side-by-side manifest - "/NXCOMPAT", -- Data Execution Prevention (DEP) - "/DYNAMICBASE", -- Enable ASLR (Address Space Layout Randomization) - "/DEBUG", -- Generate debugging information - "/DLL", -- Build as a DLL - "/MACHINE:X64", -- Target x64 architecture - "/INCREMENTAL", -- Enable incremental linking - "/SUBSYSTEM:CONSOLE", -- Console application - "/MANIFESTUAC:\"level='asInvoker' uiAccess='false'\"", -- UAC manifest settings - "/NOLOGO", -- Suppress linker startup banner - "/TLBID:1" -- Type library ID - ) - else - set_runtimes("MD") - set_targetdir("Build/Release/Internal") - add_undefines("_DEBUG") - - add_cxflags( - "/permissive-", -- Enforce standard C++ compliance - "/GS", -- Buffer security check - "/GL", -- Whole program optimization - "/W3", -- Warning level 3 - "/Gy", -- Function-level linking - "/Zc:wchar_t", -- Treat wchar_t as a built-in type - "/Zi", -- Generate debug information - "/O2", -- Optimize for speed - "/sdl", -- Enable additional security checks - "/Zc:inline", -- Remove unused inline functions - "/fp:precise", -- Floating-point model: precise - "/WX-", -- Do not treat warnings as errors - "/Zc:forScope", -- Enforce standard C++ for-loop scope - "/Gd", -- Use __cdecl calling convention - "/Oi", -- Enable intrinsic functions - "/MD", -- Use multi-threaded DLL runtime - "/FC", -- Show full path in diagnostics - "/EHsc", -- Enable C++ exception handling - "/FS", -- Full program optimization - "/nologo" -- Suppress startup banner - ) - - add_ldflags( - "/MANIFEST", -- Generate a side-by-side manifest - "/LTCG:incremental", -- Enable incremental link-time code generation - "/NXCOMPAT", -- Enable Data Execution Prevention (DEP) - "/DYNAMICBASE", -- Enable ASLR (Address Space Layout Randomization) - "/DEBUG", -- Generate debugging information (Release PDBs) - "/DLL", -- Build as a DLL - "/MACHINE:X64", -- Target x64 architecture - "/OPT:REF", -- Remove unreferenced functions/data - "/OPT:ICF", -- Perform identical COMDAT folding - "/SUBSYSTEM:CONSOLE", -- Console application - "/MANIFESTUAC:\"level='asInvoker' uiAccess='false'\"", -- UAC settings - "/NOLOGO", -- Suppress linker startup banner - "/TLBID:1" -- Type library ID - ) - end + add_includedirs("Internal", "Internal/PCH") add_files("Internal/dllmain.cpp") add_files("Internal/PCH/pch.cpp") - add_files("Internal/Utils/Utils.cpp") add_files("Internal/Utils/Console/Console.cpp") add_files("Internal/Utils/Logging/Logging.cpp") - add_files("Internal/Memory/Memory.cpp") add_files("Internal/Memory/Windows/WindowsMemory.cpp") - add_files("Internal/Localization/Localization.cpp") - add_files("Internal/Config/Config.cpp") - add_files("Internal/Hooks/Renderer/D3D11Hooks.cpp") add_files("Internal/Hooks/Renderer/D3D12Hooks.cpp") add_files("Internal/Hooks/Renderer/RendererHooks.cpp") add_files("Internal/Hooks/WndProc/WndProcHooks.cpp") - add_files("Internal/GUI/GUI.cpp") add_files("Internal/GUI/Addons/imgui_addons.cpp") + add_files("Internal/Features/*/*.cpp") - add_files("Internal/Libs/ImGUI/imgui.cpp") - add_files("Internal/Libs/ImGUI/imgui_draw.cpp") - add_files("Internal/Libs/ImGUI/imgui_tables.cpp") - add_files("Internal/Libs/ImGUI/imgui_widgets.cpp") - add_files("Internal/Libs/ImGUI/misc/freetype/imgui_freetype.cpp") - add_files("Internal/Libs/ImGUI/misc/cpp/imgui_stdlib.cpp") - add_files("Internal/Libs/ImGUI/backends/imgui_impl_dx11.cpp") - add_files("Internal/Libs/ImGUI/backends/imgui_impl_dx12.cpp") - add_files("Internal/Libs/ImGUI/backends/imgui_impl_win32.cpp") + -- If targeting Unreal Engine games, include the SDK files + --add_files("Internal/Interfaces/Unreal/SDK/Basic.cpp") + --add_files("Internal/Interfaces/Unreal/SDK/CoreUObject_functions.cpp") + --add_files("Internal/Interfaces/Unreal/SDK/Engine_functions.cpp") - add_files("Internal/Features/*/*.cpp") \ No newline at end of file + add_packages("vcpkg::minhook", "vcpkg::imgui", "vcpkg::freetype", "vcpkg::nlohmann-json", "vcpkg::libpng", "vcpkg::brotli", "vcpkg::zlib", "vcpkg::bzip2") + add_syslinks("d3d11", "d3d12", "dxgi") \ No newline at end of file From 3b3b548ce2f83ab52d8fce256b8b54b7e8210b19 Mon Sep 17 00:00:00 2001 From: Omega <83683090+Omega172@users.noreply.github.com> Date: Tue, 3 Feb 2026 17:44:10 -0600 Subject: [PATCH 2/7] update workflow --- .github/workflows/PreRelease.yml.disabled | 53 ----------------------- .github/workflows/Xmake.yml | 2 +- 2 files changed, 1 insertion(+), 54 deletions(-) delete mode 100644 .github/workflows/PreRelease.yml.disabled diff --git a/.github/workflows/PreRelease.yml.disabled b/.github/workflows/PreRelease.yml.disabled deleted file mode 100644 index 4e7f9de..0000000 --- a/.github/workflows/PreRelease.yml.disabled +++ /dev/null @@ -1,53 +0,0 @@ -name: PreRelease - -on: - workflow_run: - workflows: ["MSBuild"] - types: - - completed # Runs when MSBuild workflow is completed - -permissions: - contents: write # Required to create a release - -jobs: - release: - runs-on: ubuntu-latest - - steps: - - name: Checkout Repository - uses: actions/checkout@v4 - with: - fetch-depth: 0 # Ensure full history is available for logs - - - name: Download all build artifacts - uses: actions/download-artifact@v4 - with: - path: artifacts # Store all artifacts in this folder - - - name: Generate Release Notes - id: generate_notes - run: | - git fetch --tags - LAST_TAG=$(git describe --tags --abbrev=0 || echo "") - if [ -z "$LAST_TAG" ]; then - echo "First release, including all commits." - RELEASE_NOTES=$(git log --pretty=format:"* %s" --no-merges) - else - echo "Generating changelog from $LAST_TAG" - RELEASE_NOTES=$(git log $LAST_TAG..HEAD --pretty=format:"* %s" --no-merges) - fi - echo "RELEASE_NOTES<> $GITHUB_ENV - echo "$RELEASE_NOTES" >> $GITHUB_ENV - echo "EOF" >> $GITHUB_ENV - - - name: Create GitHub Release - uses: softprops/action-gh-release@v2 - with: - tag_name: Draft.${{ github.run_number }} # Auto-incrementing version number - name: Draft.${{ github.run_number }} - body: | - ## What's Changed - ${{ env.RELEASE_NOTES }} - draft: true # Set to true if you want to review before publishing - prerelease: true - files: artifacts/Internal_*.zip # Upload all build ZIPs diff --git a/.github/workflows/Xmake.yml b/.github/workflows/Xmake.yml index c13d29c..985a936 100644 --- a/.github/workflows/Xmake.yml +++ b/.github/workflows/Xmake.yml @@ -39,7 +39,7 @@ jobs: - name: Configure XMake run: | - xmake f -m ${{ matrix.build_configuration }} -a ${{ matrix.architecture }} + xmake f -m ${{ matrix.build_configuration }} -a ${{ matrix.architecture }} -y - name: Build with XMake run: | From cd5c5db710869635c4450200f9fbeebf9d0f173f Mon Sep 17 00:00:00 2001 From: Omega <83683090+Omega172@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:46:11 -0600 Subject: [PATCH 3/7] Add dynamic pages and refactor GUI Introduce dynamic page registration and refactor the menu/GUI system to be more modular and dynamic. Added PageManager and ElementBase page APIs (AddPage, SetDefaultPage, GetCurrentPage) and new BodyGroup class plus RadioButtonIcon constructors that can auto-register pages. GUI layout updated to use sidebar separators, developer/config body groups, dynamic header registration, and insertion helpers (InsertElementAfter/Before). ExampleFeature updated to use the new BodyGroup/RadioButtonIcon/page flow and adds a rich callback-driven body UI and sidebar button/header insertion. GUI::Render now sets up pages, header entries and body callbacks at menu open. Font handling improved: merged glyph ranges for multilingual support and removed ESP-specific font variants; CurrentFont is used for rendering outlines. Localization data updated to reflect new keys and removed legacy watermark strings. DirectX12 hook shutdown and resource cleanup hardened: release command list, set device/queue/swapchain pointers to nullptr, properly shutdown ImGui backends and destroy context during D3D12Destroy, and added debug log on shutdown. Misc: minor custom drawing fix (use CurrentFont), and various small API additions (GetPageId, AddHeaders) to support the refactor. --- .../ExampleFeature/ExampleFeature.cpp | 77 +++++- .../ExampleFeature/ExampleFeature.hpp | 100 ++------ Internal/GUI/Custom.hpp | 10 +- Internal/GUI/GUI.cpp | 130 +++++----- Internal/GUI/GUI.hpp | 27 +- Internal/GUI/Menu/Menu.hpp | 233 +++++++++++++++++- Internal/GUI/Styles.hpp | 29 ++- Internal/Hooks/Renderer/D3D12Hooks.cpp | 56 +++-- Internal/Localization/Locales/English.hpp | 12 +- Internal/Localization/Locales/German.hpp | 4 +- Internal/Localization/Locales/Polish.hpp | 6 +- Internal/Localization/Localization.cpp | 2 - 12 files changed, 445 insertions(+), 241 deletions(-) diff --git a/Internal/Features/ExampleFeature/ExampleFeature.cpp b/Internal/Features/ExampleFeature/ExampleFeature.cpp index 4dee004..5235642 100644 --- a/Internal/Features/ExampleFeature/ExampleFeature.cpp +++ b/Internal/Features/ExampleFeature/ExampleFeature.cpp @@ -7,7 +7,11 @@ bool ExampleFeature::SetupMenu() { "EXAMPLE_FEATURE"Hashed, "Example Feature" }, { "EXAMPLE_FEATURE_HW"Hashed, "Hello, World!" }, { "EXAMPLE_FEATURE_SLIDER"Hashed, "Example Slider" }, - { "EXAMPLE_COLORPICKER"Hashed, "Example Color Picker" } + { "EXAMPLE_COLORPICKER"Hashed, "Example Color Picker" }, + + { "EXAMPLE_FEATURE_BUTTON"Hashed, "Example Feature"}, + { "EXAMPLE_MAIN"Hashed, "Main" }, + { "EXAMPLE_SECONDARY"Hashed, "Example" } }); Localization::AddToLocale("GER", std::initializer_list>{ @@ -24,11 +28,82 @@ bool ExampleFeature::SetupMenu() { "EXAMPLE_COLORPICKER"Hashed, "Przykładowy próbnik kolorów" } }); + m_pBodyGroup->SetCallback([this]() { + float fGroupWidth = (ImGui::GetWindowWidth() - 10.0f - 10.0f * 2) / 2; + float fGroupHeight = (ImGui::GetWindowHeight() - 10.0f - 10.0f * 2) / 2; + + ImGui::BeginGroup(); + { + ImGui::BeginChild("group1", ImVec2(fGroupWidth, fGroupHeight), ImGuiChildFlags_Border); + { + ImGui::TextDisabled("GROUP 1"); + + static bool bEnabled = true; + static bool bDisabled = false; + ImAdd::SmallCheckbox("Enabled", &bEnabled); + ImAdd::SmallCheckbox("Disabled", &bDisabled); + + ImGui::SameLine(ImGui::GetWindowWidth() - 10.0f - ImGui::GetFontSize() * 2); + static ImVec4 v4Color = ImVec4(1, 1, 0, 0.5f); + ImAdd::ColorEdit4("##Color Picker", (float*)&v4Color); + } + ImGui::EndChild(); + ImGui::BeginChild("group2", ImVec2(fGroupWidth, 0), ImGuiChildFlags_Border); + { + ImGui::TextDisabled("GROUP 2"); + + static bool bEnabled = true; + static bool bDisabled = false; + ImAdd::Togglebutton("Enabled", &bEnabled); + ImAdd::Togglebutton("Disabled", &bDisabled); + } + ImGui::EndChild(); + } + ImGui::EndGroup(); + ImGui::SameLine(); + ImGui::BeginChild("group3", ImVec2(0, 0), ImGuiChildFlags_Border); + { + ImGui::TextDisabled("GROUP 3"); + + static int iCombo = 0; + ImAdd::Combo("Combo", &iCombo, "Item 1\0Item 2\0Item 3\0", -0.1f); + + static char inputText[32] = ""; + ImAdd::InputText("Text Input", "Write something here...", inputText, IM_ARRAYSIZE(inputText), -0.1f); + + static int iSlider = 8; + static float fSlider = 3; + ImAdd::SliderInt("Slider Int", &iSlider, 0, 10, -0.1f); + ImAdd::SliderFloat("Slider Float", &fSlider, 0, 10, -0.1f); + + ImGui::Separator(); + + ImAdd::Button("Button", ImVec2(-0.1f, 0)); + ImAdd::AcentButton("Acent button", ImVec2(-0.1f, 0)); + } + ImGui::EndChild(); + }); + return true; } void ExampleFeature::HandleMenu() { + // Add the page button before the misc separator + if (!m_pExampleFeatureButton->HasParent()) + Framework::menu->GetChild("SIDEBAR")->InsertElementAfter(m_pExampleFeatureButton.get(), "FEATURE_SEPERATOR"); + + auto pHeaderGroup = static_cast(Framework::menu->GetChild("HEADER_GROUP")); + if (pHeaderGroup) + { + static bool bHeadersAdded = false; + if (!bHeadersAdded) + { + pHeaderGroup->AddHeaders(ExampleFeature::s_iExamplePageId, { "EXAMPLE_MAIN"Hashed, "EXAMPLE_SECONDARY"Hashed }); + bHeadersAdded = true; + } + } + if (!m_pBodyGroup->HasParent()) Framework::menu->GetChild("HEADER_GROUP")->GetChild("BODY")->AddElement(m_pBodyGroup.get()); } \ No newline at end of file diff --git a/Internal/Features/ExampleFeature/ExampleFeature.hpp b/Internal/Features/ExampleFeature/ExampleFeature.hpp index 183624d..93641b7 100644 --- a/Internal/Features/ExampleFeature/ExampleFeature.hpp +++ b/Internal/Features/ExampleFeature/ExampleFeature.hpp @@ -1,94 +1,22 @@ #pragma once #include "pch.h" - -class ExampleBodyGroup : public ElementBase -{ -protected: - uint8_t m_iPageId; - uint8_t m_iSubPageId; - -public: - ExampleBodyGroup(std::string sUnique, Style_t stStyle = {}, uint8_t iPageId = 0, uint8_t iSubPageId = 0) - { - m_sUnique = sUnique; - m_stStyle = stStyle; - m_iPageId = iPageId; - m_iSubPageId = iSubPageId; - }; - - constexpr EElementType GetType() const override - { - return EElementType::BodyGroup; - }; - - void Render() override - { - if (!m_stStyle.bVisible) - return; - - if (m_iPageId != eCurrentPage || m_iSubPageId != eCurrentSubPage) - return; - - float fGroupWidth = (ImGui::GetWindowWidth() - 10.0f - 10.0f * 2) / 2; - float fGroupHeight = (ImGui::GetWindowHeight() - 10.0f - 10.0f * 2) / 2; - - ImGui::BeginGroup(); - { - ImGui::BeginChild("group1", ImVec2(fGroupWidth, fGroupHeight), ImGuiChildFlags_Border); - { - ImGui::TextDisabled("GROUP1"); - - static bool bEnabled = true; - static bool bDisabled = false; - ImAdd::SmallCheckbox("Enabled", &bEnabled); - ImAdd::SmallCheckbox("Disabled", &bDisabled); - - ImGui::SameLine(ImGui::GetWindowWidth() - 10.0f - ImGui::GetFontSize() * 2); - static ImVec4 v4Color = ImVec4(1, 1, 0, 0.5f); - ImAdd::ColorEdit4("##Color Picker", (float*)&v4Color); - } - ImGui::EndChild(); - ImGui::BeginChild("group2", ImVec2(fGroupWidth, 0), ImGuiChildFlags_Border); - { - ImGui::TextDisabled("GROUP2"); - - static bool bEnabled = true; - static bool bDisabled = false; - ImAdd::Togglebutton("Enabled", &bEnabled); - ImAdd::Togglebutton("Disabled", &bDisabled); - } - ImGui::EndChild(); - } - ImGui::EndGroup(); - ImGui::SameLine(); - ImGui::BeginChild("group3", ImVec2(0, 0), ImGuiChildFlags_Border); - { - ImGui::TextDisabled("GROUP3"); - - static int iCombo = 0; - ImAdd::Combo("Combo", &iCombo, "Item 1\0Item 2\0Item 3\0", -0.1f); - - static char inputText[32] = ""; - ImAdd::InputText("Text Input", "Write something here...", inputText, IM_ARRAYSIZE(inputText), -0.1f); - - static int iSlider = 8; - static float fSlider = 3; - ImAdd::SliderInt("Slider Int", &iSlider, 0, 10, -0.1f); - ImAdd::SliderFloat("Slider Float", &fSlider, 0, 10, -0.1f); - - ImGui::Separator(); - - ImAdd::Button("Button", ImVec2(-0.1f, 0)); - ImAdd::AcentButton("Acent button", ImVec2(-0.1f, 0)); - } - ImGui::EndChild(); - } -}; - class ExampleFeature : public BaseFeature { private: - std::unique_ptr m_pBodyGroup = std::make_unique("EXAMPLE_BODY_GROUP", ElementBase::Style_t(), ElementBase::EPage::Developer, 0); + inline static uint8_t s_iExamplePageId = ElementBase::AddPage("EXAMPLE_FEATURE_BUTTON"Hashed, ICON_FA_STAR); + + std::unique_ptr m_pExampleFeatureButton = std::make_unique( + std::string("EXAMPLE_FEATURE_BUTTON"), + "EXAMPLE_FEATURE_BUTTON"Hashed, + ElementBase::Style_t({ .vec2Size = ImVec2(-0.1f, 0) }), + ICON_FA_STAR, + s_iExamplePageId); + + std::unique_ptr m_pBodyGroup = std::make_unique( + "EXAMPLE_BODY_GROUP", + ElementBase::Style_t(), + s_iExamplePageId, + 0); public: bool SetupMenu(); diff --git a/Internal/GUI/Custom.hpp b/Internal/GUI/Custom.hpp index 3baa3f6..e24694c 100644 --- a/Internal/GUI/Custom.hpp +++ b/Internal/GUI/Custom.hpp @@ -104,12 +104,12 @@ namespace ImGui ImU32 Black = ColorConvertFloat4ToU32({ 0.f, 0.f, 0.f, 1.f }); auto* pDL = GetBackgroundDrawList(); - pDL->AddText(CurrentFontESP, CurrentFontESP->FontSize, Pos + ImVec2(-1, -1), Black, Text); - pDL->AddText(CurrentFontESP, CurrentFontESP->FontSize, Pos + ImVec2(1, -1), Black, Text); - pDL->AddText(CurrentFontESP, CurrentFontESP->FontSize, Pos + ImVec2(-1, 1), Black, Text); - pDL->AddText(CurrentFontESP, CurrentFontESP->FontSize, Pos + ImVec2(1, 1), Black, Text); + pDL->AddText(CurrentFont, CurrentFont->FontSize, Pos + ImVec2(-1, -1), Black, Text); + pDL->AddText(CurrentFont, CurrentFont->FontSize, Pos + ImVec2(1, -1), Black, Text); + pDL->AddText(CurrentFont, CurrentFont->FontSize, Pos + ImVec2(-1, 1), Black, Text); + pDL->AddText(CurrentFont, CurrentFont->FontSize, Pos + ImVec2(1, 1), Black, Text); - pDL->AddText(CurrentFontESP, CurrentFontESP->FontSize, Pos, Color, Text); + pDL->AddText(CurrentFont, CurrentFont->FontSize, Pos, Color, Text); } static ImVector s_GroupPanelLabelStack; diff --git a/Internal/GUI/GUI.cpp b/Internal/GUI/GUI.cpp index cdbdbe4..0c4bca5 100644 --- a/Internal/GUI/GUI.cpp +++ b/Internal/GUI/GUI.cpp @@ -1,5 +1,4 @@ #include "pch.h" -#include "Watermark.hpp" void GUI::Render() { @@ -24,70 +23,56 @@ void GUI::Render() for (auto& pFeature : Framework::g_vecFeatures) pFeature->HandleInput(); - /* - if (GuiWatermark->GetValue()) - ShowWatermark(GuiWatermarkFPS->GetValue(), Framework::Title.c_str(), ImVec4(255, 255, 255, 255), ImVec4(255, 255, 255, 0)); - */ - if (bMenuOpen) { static std::once_flag onceflag; std::call_once(onceflag, []() { - /* - GuiCheat->SetCallback([]() { - ImGuiContext* pContext = ImGui::GetCurrentContext(); - - ImVec2 vec2Size = (Framework::menu->m_stStyle.vec2Size / ImVec2{ 3.f, 2.f }) - pContext->Style.ItemSpacing; - ImVec2 vec2MaxSize = ImGui::GetContentRegionAvail(); - - if (vec2Size.x > vec2MaxSize.x) - vec2Size.x = vec2MaxSize.x; - - if (vec2Size.y > vec2MaxSize.y) - vec2Size.y = vec2MaxSize.y; - - return vec2Size; - }); - - GuiCheat->AddElement(GuiCheatSpacing1.get()); - GuiCheat->AddElement(GuiUnloadButton.get()); - GuiUnloadButton->SetCallback([]() { - Framework::bShouldRun = false; - }); - GuiCheat->AddElement(GuiConsoleVisibility.get()); - GuiConsoleVisibility->SetCallback([]() { - Framework::console->ToggleVisibility(); - - GuiConsoleVisibility->SetName(Framework::console->GetVisibility() ? "CONSOLE_HIDE"Hashed : "CONSOLE_SHOW"Hashed); - }); - GuiCheat->AddElement(GuiLocalization.get()); - GuiLocalization->SetCallback([]() { - std::vector vecLocales = Localization::GetLocales(); - for (size_t i = 0; i < vecLocales.size(); ++i) - { - bool bSelected = Localization::GetCurrentLocaleIndex() == i; - Locale_t stLocale = vecLocales.at(i); - if (ImGui::Selectable(stLocale.sKey.c_str(), bSelected)) + // Setup Developer Page + GuiDeveloperBodyGroup->SetCallback([]() { + GuiUnloadButton->SetCallback([]() { + Framework::bShouldRun = false; + }); + GuiUnloadButton->Render(); + + GuiConsoleVisibility->SetCallback([]() { + Framework::console->ToggleVisibility(); + GuiConsoleVisibility->SetName(Framework::console->GetVisibility() ? "CONSOLE_HIDE"Hashed : "CONSOLE_SHOW"Hashed); + }); + GuiConsoleVisibility->Render(); + + GuiLocalization->SetCallback([]() { + std::vector vecLocales = Localization::GetLocales(); + for (size_t i = 0; i < vecLocales.size(); ++i) { - Localization::SetLocale(stLocale.ullKeyHash); - GuiLocalization->SetPreviewLabel(stLocale.sKey.c_str()); + bool bSelected = Localization::GetCurrentLocaleIndex() == i; + Locale_t stLocale = vecLocales.at(i); + if (ImGui::Selectable(stLocale.sKey.c_str(), bSelected)) + { + Localization::SetLocale(stLocale.ullKeyHash); + GuiLocalization->SetPreviewLabel(stLocale.sKey.c_str()); + } + + if (bSelected) + ImGui::SetItemDefaultFocus(); } - - if (bSelected) - ImGui::SetItemDefaultFocus(); - } - }); - GuiCheat->AddElement(GuiWatermark.get()); - GuiCheat->AddElement(GuiWatermarkFPS.get()); - GuiCheat->AddElement(GuiSaveConfig.get()); - GuiSaveConfig->SetCallback([]() { - Framework::config->SaveConfig(); + }); + GuiLocalization->Render(); }); - GuiCheat->AddElement(GuiLoadConfig.get()); - GuiLoadConfig->SetCallback([]() { - Framework::config->LoadConfig(); + + // Setup Config Page + GuiConfigBodyGroup->SetCallback([]() { + GuiSaveConfig->SetCallback([]() { + Framework::config->SaveConfig(); + }); + GuiSaveConfig->Render(); + + GuiLoadConfig->SetCallback([]() { + Framework::config->LoadConfig(); + }); + GuiLoadConfig->Render(); }); - */ + + // Setup Sidebar GuiSidebar->SetPushVarsCallback([]() { ImGuiStyle& imStyle = ImGui::GetStyle(); @@ -100,23 +85,29 @@ void GUI::Render() ImGui::PopStyleVar(); }); + GuiSidebar->AddElement(GuiFeatureSeperator.get()); GuiSidebar->AddElement(GuiMiscSeperator.get()); GuiSidebar->AddElement(GuiDeveloper.get()); - GuiSidebar->AddElement(GuiStyle.get()); - GuiSidebar->AddElement(GuiSettings.get()); GuiSidebar->AddElement(GuiConfig.get()); - GuiHeaderGroup->AddElement(GuiBody.get()); - }); + // Set the default page (optional - defaults to 0 if not set) + ElementBase::SetDefaultPage(GuiConfig->GetPageId()); - /* - GuiWatermarkFPS->SetVisible(GuiWatermark->GetValue()); + auto pHeaderGroup = static_cast(GuiHeaderGroup.get()); + if (pHeaderGroup) + { + pHeaderGroup->AddHeaders(GuiDeveloper->GetPageId(), { "DEVELOPER_MAIN"Hashed }); + pHeaderGroup->AddHeaders(GuiConfig->GetPageId(), { "CONFIG_MAIN"Hashed }); + } - if (!GuiCheat->HasParent()) - { - Framework::menu->AddElement(GuiCheat.get()); - } - */ + // Update page IDs for body groups + GuiDeveloperBodyGroup->SetPageId(GuiDeveloper->GetPageId()); + GuiConfigBodyGroup->SetPageId(GuiConfig->GetPageId()); + + GuiHeaderGroup->AddElement(GuiBody.get()); + GuiBody->AddElement(GuiDeveloperBodyGroup.get()); + GuiBody->AddElement(GuiConfigBodyGroup.get()); + }); if (!GuiSidebar->HasParent()) { Framework::menu->AddElement(GuiSidebar.get()); @@ -145,8 +136,7 @@ void GUI::Render() if (ImGui::GetIO().MouseDrawCursor) SetCursor(NULL); - // Set localization preview to the loaded locale - //GuiLocalization->SetPreviewLabel((Localization::GetInstance())->GetLocales()[(Localization::GetInstance())->GetCurrentLocaleIndex()].sKey.c_str()); + GuiLocalization->SetPreviewLabel((Localization::GetInstance())->GetLocales()[(Localization::GetInstance())->GetCurrentLocaleIndex()].sKey.c_str()); // Load the config Framework::config->LoadConfig(); diff --git a/Internal/GUI/GUI.hpp b/Internal/GUI/GUI.hpp index 89827e4..fe8fab9 100644 --- a/Internal/GUI/GUI.hpp +++ b/Internal/GUI/GUI.hpp @@ -27,40 +27,35 @@ namespace GUI inline std::unique_ptr GuiSidebar = std::make_unique(std::string("SIDEBAR"), "SIDEBAR"Hashed, ElementBase::Style_t{ .vec2Size = ImVec2(160.f, 0.f), .iFlags = ImGuiChildFlags_Border }, ImGuiWindowFlags_NoBackground); + inline std::unique_ptr GuiFeatureSeperator = std::make_unique(std::string("FEATURE_SEPERATOR"), "FEATURE_SEPERATOR"Hashed); inline std::unique_ptr GuiMiscSeperator = std::make_unique(std::string("MISC_SEPERATOR"), "MISC_SEPERATOR"Hashed); inline std::unique_ptr GuiDeveloper = std::make_unique(std::string("DEVELOPER_BUTTON"), "DEVELOPER_BUTTON"Hashed, ElementBase::Style_t{ - .vec2Size = ImVec2(-0.1f, 0) }, ICON_FA_TERMINAL, ElementBase::EPage::Developer); - inline std::unique_ptr GuiStyle = std::make_unique(std::string("STYLE_BUTTON"), "STYLE_BUTTON"Hashed, ElementBase::Style_t{ - .vec2Size = ImVec2(-0.1f, 0) }, ICON_FA_PALLET, ElementBase::EPage::Style); - inline std::unique_ptr GuiSettings = std::make_unique(std::string("SETTINGS_BUTTON"), "SETTINGS_BUTTON"Hashed, ElementBase::Style_t{ - .vec2Size = ImVec2(-0.1f, 0) }, ICON_FA_GEAR, ElementBase::EPage::Settings); + .vec2Size = ImVec2(-0.1f, 0) }, ICON_FA_TERMINAL, true); inline std::unique_ptr GuiConfig = std::make_unique(std::string("CONFIG_BUTTON"), "CONFIG_BUTTON"Hashed, ElementBase::Style_t{ - .vec2Size = ImVec2(-0.1f, 0) }, ICON_FA_FLOPPY_DISK, ElementBase::EPage::Config); + .vec2Size = ImVec2(-0.1f, 0) }, ICON_FA_FLOPPY_DISK, true); - inline std::vector HeaderGroupHeaders = { - { ElementBase::EPage::Developer, { "MAIN"Hashed, "EXAMPLE"Hashed, "EXAMPLE2"Hashed } } - }; + // Headers are now added dynamically in GUI.cpp + inline std::vector HeaderGroupHeaders = {}; + inline std::unique_ptr GuiHeaderGroup = std::make_unique(std::string("HEADER_GROUP"), "HEADER_GROUP"Hashed, ElementBase::Style_t{ .vec2Size = ImVec2(-0.1f, 0), }, HeaderGroupHeaders); inline std::unique_ptr GuiBody = std::make_unique(std::string("BODY"), ElementBase::Style_t{ .vec2Size = ImVec2(-0.1f, 0), }); - /* - inline std::unique_ptr GuiCheat = std::make_unique(std::string("CHEAT"), "CHEAT"Hashed, ElementBase::Style_t{ - .iFlags = ImGuiChildFlags_Border | ImGuiChildFlags_AutoResizeX | ImGuiChildFlags_AutoResizeY }, ImGuiWindowFlags_HorizontalScrollbar); - inline std::unique_ptr GuiCheatSpacing1 = std::make_unique(std::string("SPACING_1"), "SPACING_1"Hashed); + // Developer Page Elements + inline std::unique_ptr GuiDeveloperBodyGroup = std::make_unique("DEVELOPER_BODY_GROUP", ElementBase::Style_t(), 0, 0); inline std::unique_ptr